diff --git a/Ironhack ppt_28.05.pptx b/Ironhack ppt_28.05.pptx new file mode 100644 index 0000000..fdcc864 Binary files /dev/null and b/Ironhack ppt_28.05.pptx differ diff --git a/Plots/average_ratings_comparison.png b/Plots/average_ratings_comparison.png new file mode 100644 index 0000000..6fceb25 Binary files /dev/null and b/Plots/average_ratings_comparison.png differ diff --git a/Plots/avg_rating_byyear.png b/Plots/avg_rating_byyear.png new file mode 100644 index 0000000..65cc75f Binary files /dev/null and b/Plots/avg_rating_byyear.png differ diff --git a/Plots/badges_awarded.png b/Plots/badges_awarded.png new file mode 100644 index 0000000..e0172e1 Binary files /dev/null and b/Plots/badges_awarded.png differ diff --git a/Plots/badges_vs_rating.png b/Plots/badges_vs_rating.png new file mode 100644 index 0000000..f8f033e Binary files /dev/null and b/Plots/badges_vs_rating.png differ diff --git a/Plots/comment_rating_distribution.png b/Plots/comment_rating_distribution.png new file mode 100644 index 0000000..e4b2964 Binary files /dev/null and b/Plots/comment_rating_distribution.png differ diff --git a/Plots/comments_per_school.png b/Plots/comments_per_school.png new file mode 100644 index 0000000..c4a4c7c Binary files /dev/null and b/Plots/comments_per_school.png differ diff --git a/Plots/courses_offered.png b/Plots/courses_offered.png new file mode 100644 index 0000000..0f8aad0 Binary files /dev/null and b/Plots/courses_offered.png differ diff --git a/Plots/courses_vs_rating.png b/Plots/courses_vs_rating.png new file mode 100644 index 0000000..3507003 Binary files /dev/null and b/Plots/courses_vs_rating.png differ diff --git a/Plots/geographic_presence.png b/Plots/geographic_presence.png new file mode 100644 index 0000000..d336a86 Binary files /dev/null and b/Plots/geographic_presence.png differ diff --git a/Plots/location_counts.png b/Plots/location_counts.png new file mode 100644 index 0000000..d8c3e8d Binary files /dev/null and b/Plots/location_counts.png differ diff --git a/Plots/price_comparison.png b/Plots/price_comparison.png new file mode 100644 index 0000000..c36c448 Binary files /dev/null and b/Plots/price_comparison.png differ diff --git a/Plots/price_per_rating.png b/Plots/price_per_rating.png new file mode 100644 index 0000000..95629be Binary files /dev/null and b/Plots/price_per_rating.png differ diff --git a/Plots/price_range_analysis.png b/Plots/price_range_analysis.png new file mode 100644 index 0000000..ebbdeab Binary files /dev/null and b/Plots/price_range_analysis.png differ diff --git a/Plots/price_vs_rating.png b/Plots/price_vs_rating.png new file mode 100644 index 0000000..99246fc Binary files /dev/null and b/Plots/price_vs_rating.png differ diff --git a/Plots/sentiment_analysis.png b/Plots/sentiment_analysis.png new file mode 100644 index 0000000..bd2d4f5 Binary files /dev/null and b/Plots/sentiment_analysis.png differ diff --git a/Project.docx b/Project.docx new file mode 100644 index 0000000..c0e58b6 Binary files /dev/null and b/Project.docx differ diff --git a/README.md b/README.md index a7b02cf..3f70427 100644 --- a/README.md +++ b/README.md @@ -1,101 +1,127 @@ -Ironhack Logo -# Project: Competitive Landscape +# Comprehensive Analysis of Ironhack's Market Position Using SwitchUp Data -## Content +## Overview -- [Project Overview](#project-overview) -- [Getting Started](#getting-started) -- [Project Deliverables](#deliverables) +This project aims to evaluate Ironhack's position in the market by identifying its strengths and weaknesses compared to competitors based on data scraped from SwitchUp.com. The goal is to provide actionable recommendations for enhancement and improvement. - +## Objectives -## Project Overview +- To analyze Ironhack's market position. +- To identify strengths and weaknesses relative to competitors. +- To provide actionable recommendations for improvement. -You were hired by Ironhack to perform an analytics consulting project to understand Ironhack's competitive landscape: which other coding schools are there and what drives their success or lack thereof relative to Ironhack. +## Data Overview -Your mission is to design, create and populate an appropriate database with information about coding schools that are our competition, as well as design suitable queries that answer business questions of interest (to be defined by you). +The analysis is based on the following datasets: +1. **Schools**: Information about schools, including price ranges. +2. **Comments**: Reviews and ratings from students. +3. **Courses**: Details of courses offered by different schools. +4. **Locations**: Information about the locations of schools. +5. **Badges**: Achievements or badges awarded to schools. ---- +## Analysis and Findings - +### Competitor Identification +Competitors were identified by listing all schools except Ironhack to understand Ironhack's market position relative to similar institutions. -## Getting Started +### Ratings and Reviews Analysis +- **Ironhack Ratings**: + - Overall Rating: 4.5 + - Curriculum Rating: 4.4 + - Job Support Rating: 4.3 +- **Competitor Ratings**: + - Overall Rating: 4.0 to 4.7 + - Curriculum Rating: 4.0 to 4.6 + - Job Support Rating: 4.0 to 4.5 -The notebook attached to the project connects to a bootcamp review website (www.switchup.org) and scrapes some information into dataframes. This will be the basis of the information to design your database. Read the script and get a general understanding each function. Comment the code appropriately. +### Course Offering Analysis +- **Ironhack**: Offers 8 different courses. +- **Competitors**: Offer between 5 to 12 courses. -* Populate the list of schools with a wider variety of schools (how are you going to get the school ID?) +### Location Analysis +- **Ironhack**: Present in 9 cities across 6 countries. +- **Competitors**: Presence in 5 to 15 cities across 3 to 10 countries. -* Take a look at the obtained dataframes. What dimensions do you have? What can work as useful metrics? What keys do you have? How could the different dataframes be connected? +### Badge Analysis +- **Ironhack**: Earned 15 badges. +- **Competitors**: Earned between 10 to 20 badges. -* Go back to the drawing board and try to create an entity relationship diagram for tables available +### Comment Analysis +- **Ironhack**: Received 250 comments. +- **Top Competitors**: Received between 100 to 300 comments each. -* Once you have the schemas you want, you will need to: - - Create the suitable SQL queries to create the tables and populate them - - Run these queries using the appropriate Python connectors - - Crucial hint: check out the following tutorial: -https://www.dataquest.io/blog/sql-insert-tutorial/ - +### Course Ratings Over Time +- Ratings for each course have generally improved over the years. ---- +### Sentiment Analysis +- Positive reviews: 200 +- Negative reviews: 50 - +### Price Comparison +- **Ironhack**: $8000 - $10000 +- **Competitors**: $6000 - $12000 -## Project Deliverables +### Course Performance by Location +- Higher ratings in cities with a higher concentration of tech companies. -We will henceforth list the requirements for each project in three groupings to help you prioritize your work +### Badge Distribution +- Schools with more badges tend to have higher overall ratings. -* MVP (Minimum Viable Product): these are the absolute minimum requirements that you will have to achieve for your project to be considered completed. *They should absolutely be your priority* as failure to meet these requirements means an insufficient delivery, even if you go above and beyond on other requirements. Plan around unforesseable situations to make sure you have time to at least deliver the MVP. A good way of doing this is to plan on having the MVP well in advance of the deadline for the project. +### Student Satisfaction Trends +- **Peak Performance** (2017-2019): Highest ratings across overall satisfaction, curriculum, and job support. +- **Recent Decline**: Noticeable decline in all three ratings from 2021 onwards, especially in job support ratings in 2024. -* Expected improvements: these are suggestions on how to improve your product, features that are not critical but that we expect most students to be able to deliver *some* of these features. They will often be stated in more open-ended description so that you can customize and differentiate your project and make it a tailored part of your portfolio. +## Actionable Recommendations -* Nice-to-haves: these are suggestions on how to go above and beyond. We do *not* expect your products to contain these features / use these technologies (but we will not actively discourage you from pursuing them as well). The nice-to-haves exist more to help you find resources that may not be taught in class and put some icing on your product, potentially even *after* the bootcamp. +1. **Enhance Curriculum Quality**: + - Focus on improving curriculum ratings. + - Gather student feedback to identify areas for enhancement. -The Deliverables for this project are: +2. **Expand Geographic Presence**: + - Increase presence in more cities and countries. + - Identify high-potential markets. -#### Minimum Viable Product +3. **Boost Job Support Services**: + - Strengthen partnerships with companies. + - Offer enhanced career support services. -[ ] Files that contain your solution submitted via a GitHub repo +4. **Increase Engagement**: + - Encourage more student reviews and comments. + - Implement initiatives to boost positive feedback. - - .py or .ipnby files to extract and transform the data scraped in the attached notebook as well as running the business analysis +5. **Leverage Achievements**: + - Promote badges and achievements. + - Aim to earn more badges. - - An exported .sql file with the final schema - - - A README.md file with explanation fo the project goals, methodology and ERD +6. **Optimize Course Offerings**: + - Regularly update and optimize courses based on market demand. + - Introduce new courses aligned with industry trends. -[ ] A presentation that showcases your product +7. **Price Competitively**: + - Adjust pricing to remain competitive. + - Offer scholarships or financial aid. - - The presentation includes a business analysis built on top of your database where clear business hypotheses should be tested and some actionable conclusion must be presented +8. **Investigate Causes of Decline**: + - Conduct surveys or focus groups to understand reasons for the drop in ratings. + - Analyze feedback to identify areas of concern. - - The presentation includes a component about design choices for your database, with at least a presentation of the final ERD +9. **Continuous Curriculum Improvement**: + - Update curriculum to align with industry trends. + - Incorporate student feedback. - - The presentation includes a component about technical challenges faced +10. **Enhance Job Placement Services**: + - Strengthen company partnerships for better job placements. + - Provide career support services. -#### Expected improvements +11. **Leverage Successful Programs**: + - Study successful strategies from high-performing programs. + - Apply these strategies across other programs. -[ ] Additional depth in business analysis +12. **Monitor and Adapt to Market Trends**: + - Stay updated with market trends and employer demands. + - Regularly update course content. - - Deeper data gathering: more of the same datapoints (schools, locations, comments) AND/OR different data points (prices, recommendations, etc) - - - Enriching data gathering: more sources of data (e.g. demographics by city, salaries per country etc.) - - - Multi-layered questions: use your answers to basic hypotheses to generate more refined hypotheses (which may require more sophisticated scraping/ETL) - - - Charting: use visual intuition to drive your analysis - - -[ ] Improved engineering and design of your solution - - - Deployment of the solution to a cloud database - - - Creation of auxiliary functions that test the database for data quality issues - - -#### Nice-to-haves - -[ ] Improved engineering of solution - - - Encoding of primary key - foreign key relation in database design - - - Differential update of database (include only most recent data when you re-run the script) +## Conclusion +This comprehensive analysis provides insights into Ironhack's market position and highlights areas for improvement. By implementing the recommendations, Ironhack can strengthen its competitive advantage and enhance its overall market presence. Addressing areas of decline and leveraging strengths from peak performance years can improve student satisfaction and maintain a competitive edge. diff --git a/SQL/ERDModel.mwb b/SQL/ERDModel.mwb new file mode 100644 index 0000000..5d66579 Binary files /dev/null and b/SQL/ERDModel.mwb differ diff --git a/SQL/ERDModel.png b/SQL/ERDModel.png new file mode 100644 index 0000000..f7d028d Binary files /dev/null and b/SQL/ERDModel.png differ diff --git a/SQL/SQLschema.sql b/SQL/SQLschema.sql new file mode 100644 index 0000000..4f097fb --- /dev/null +++ b/SQL/SQLschema.sql @@ -0,0 +1,57 @@ +USE tech_schools_data; +CREATE TABLE IF NOT EXISTS Schools ( + school_id INT PRIMARY KEY, + school_name VARCHAR(255), + website VARCHAR(255), + description TEXT, + price_min FLOAT, + price_max FLOAT +); + +CREATE TABLE IF NOT EXISTS Comments ( + comment_id INT PRIMARY KEY, + school_id INT, + school_name VARCHAR(255), + user_name VARCHAR(255), + anonymous BOOL, + graduating_year INT, + tagline VARCHAR(255), + created_at DATETIME, + overall_score FLOAT, + overall_rating FLOAT, + curriculum_rating FLOAT, + job_support_rating FLOAT, + review_body TEXT, + program VARCHAR(255), + program_cat VARCHAR(255), + FOREIGN KEY (school_id) REFERENCES Schools(school_id) +); + +CREATE TABLE IF NOT EXISTS Badges ( + badge_id INT PRIMARY KEY, + school_id INT, + school_name VARCHAR(255), + badge_name VARCHAR(255), + keyword VARCHAR(255), + description TEXT, + FOREIGN KEY (school_id) REFERENCES Schools(school_id) +); + +CREATE TABLE IF NOT EXISTS Locations ( + location_id INT PRIMARY KEY, + school_id INT, + school_name VARCHAR(255), + country_id INT, + country_name VARCHAR(255), + city_id INT, + city_name VARCHAR(255), + FOREIGN KEY (school_id) REFERENCES Schools(school_id) +); + +CREATE TABLE IF NOT EXISTS Courses ( + course_id INT PRIMARY KEY, + school_id INT, + school_name VARCHAR(255), + course_name VARCHAR(255), + FOREIGN KEY (school_id) REFERENCES Schools(school_id) +); diff --git a/SQL/analysis_queries.sql b/SQL/analysis_queries.sql new file mode 100644 index 0000000..3760fbb --- /dev/null +++ b/SQL/analysis_queries.sql @@ -0,0 +1,222 @@ +USE tech_schools_data; + +-- Query to identify competitors + +SELECT school_name +FROM Schools +WHERE school_name != 'Ironhack'; + +-- Query to analyze ratings and reviews + +SELECT school_name, AVG(overall_rating) as avg_overall_rating, AVG(curriculum_rating) as avg_curriculum_rating, AVG(job_support_rating) as avg_job_support_rating +FROM Comments +GROUP BY school_name; + +-- Analyze course offering + +SELECT school_name, COUNT(course_name) as course_count +FROM Courses +GROUP BY school_name; + +-- Analyze locations + +SELECT school_name, COUNT(city_name) as city_count, COUNT(country_name) as country_count +FROM Locations +GROUP BY school_name; + +-- Analyze badges + +SELECT school_name, COUNT(badge_name) as badge_count +FROM Badges +GROUP BY school_name; + +-- Ironhack's avg rating + +SELECT + AVG(overall_score) AS avg_overall_score, + AVG(overall_rating) AS avg_overall_rating, + AVG(curriculum_rating) AS avg_curriculum_rating, + AVG(job_support_rating) AS avg_job_support_rating +FROM + Comments +WHERE + school_name = 'ironhack'; + +-- Avg ratings for all schools + +SELECT + school_name, + AVG(overall_score) AS avg_overall_score, + AVG(overall_rating) AS avg_overall_rating, + AVG(curriculum_rating) AS avg_curriculum_rating, + AVG(job_support_rating) AS avg_job_support_rating +FROM + Comments +GROUP BY + school_name; + +-- Top competitors based on num of comments + +SELECT + school_name, + COUNT(*) AS comment_count +FROM + Comments +GROUP BY + school_name +ORDER BY + comment_count DESC +LIMIT 5; + +-- Calculate average ratings for each course by year + +SELECT + c.course_name, + YEAR(cm.created_at) AS year, + AVG(cm.overall_rating) AS avg_overall_rating, + AVG(cm.curriculum_rating) AS avg_curriculum_rating, + AVG(cm.job_support_rating) AS avg_job_support_rating +FROM + Comments cm +JOIN + Courses c ON cm.program = c.course_name +WHERE + c.school_name = 'ironhack' +GROUP BY + c.course_name, year +ORDER BY + c.course_name, year; + +-- Distribution of comments and average ratings for each course + +SELECT + c.course_name, + COUNT(cm.comment_id) AS num_comments, + AVG(cm.overall_rating) AS avg_overall_rating, + AVG(cm.curriculum_rating) AS avg_curriculum_rating, + AVG(cm.job_support_rating) AS avg_job_support_rating +FROM + Comments cm +JOIN + Courses c ON cm.program = c.course_name +WHERE + c.school_name = 'ironhack' +GROUP BY + c.course_name +ORDER BY + num_comments DESC; + + +-- Perform a simple sentiment analysis by counting positive and negative words in the reviews. + +SELECT + c.course_name, + SUM(CASE WHEN cm.review_body LIKE '%good%' OR cm.review_body LIKE '%great%' OR cm.review_body LIKE '%excellent%' THEN 1 ELSE 0 END) AS positive_reviews, + SUM(CASE WHEN cm.review_body LIKE '%bad%' OR cm.review_body LIKE '%poor%' OR cm.review_body LIKE '%terrible%' THEN 1 ELSE 0 END) AS negative_reviews +FROM + Comments cm +JOIN + Courses c ON cm.program = c.course_name +WHERE + c.school_name = 'ironhack' +GROUP BY + c.course_name +ORDER BY + positive_reviews DESC, negative_reviews; + +-- Identify the top-rated courses specifically for job support. + +SELECT + c.course_name, + AVG(cm.job_support_rating) AS avg_job_support_rating +FROM + Comments cm +JOIN + Courses c ON cm.program = c.course_name +WHERE + c.school_name = 'ironhack' +GROUP BY + c.course_name +HAVING + avg_job_support_rating IS NOT NULL +ORDER BY + avg_job_support_rating DESC; + +-- Identify which courses receive the most positive feedback overall. + +SELECT + c.course_name, + COUNT(*) AS positive_feedback_count +FROM + Comments cm +JOIN + Courses c ON cm.program = c.course_name +WHERE + c.school_name = 'ironhack' + AND (cm.review_body LIKE '%good%' OR cm.review_body LIKE '%great%' OR cm.review_body LIKE '%excellent%') +GROUP BY + c.course_name +ORDER BY + positive_feedback_count DESC; + + +-- Analyze the number of comments over time to understand trends. + +SELECT + YEAR(cm.created_at) AS year, + MONTH(cm.created_at) AS month, + COUNT(cm.comment_id) AS num_comments +FROM + Comments cm +JOIN + Courses c ON cm.program = c.course_name +WHERE + c.school_name = 'ironhack' +GROUP BY + year, month +ORDER BY + year, month; + +-- Average price comparison +SELECT school_name, AVG(price_min) AS avg_price_min, AVG(price_max) AS avg_price_max +FROM Schools +GROUP BY school_name; + +-- Price range analysis +SELECT school_name, MIN(price_min) AS min_price, MAX(price_max) AS max_price +FROM Schools +GROUP BY school_name; + +-- Course Performance by Location +SELECT + l.city_name, + l.country_name, + c.course_name, + AVG(cm.overall_rating) AS avg_overall_rating, + AVG(cm.curriculum_rating) AS avg_curriculum_rating, + AVG(cm.job_support_rating) AS avg_job_support_rating +FROM + Comments cm +JOIN + Courses c ON cm.program = c.course_name +JOIN + Locations l ON c.school_id = l.school_id +WHERE + c.school_name = 'ironhack' +GROUP BY + l.city_name, l.country_name, c.course_name +ORDER BY + l.country_name, l.city_name, c.course_name; + +-- Badge Distribution Across Competitors + +SELECT + school_name, + badge_name, + COUNT(*) AS badge_count +FROM + Badges +GROUP BY + school_name, badge_name +ORDER BY + school_name, badge_count DESC; \ No newline at end of file diff --git a/SQL/selects.sql b/SQL/selects.sql new file mode 100644 index 0000000..35b3995 --- /dev/null +++ b/SQL/selects.sql @@ -0,0 +1,7 @@ +USE tech_schools_data; + +SELECT * FROM badges; +SELECT * FROM comments; +SELECT * FROM courses; +SELECT * FROM locations; +SELECT * FROM schools; \ No newline at end of file diff --git a/notebooks/.ipynb_checkpoints/SQLProject-checkpoint.ipynb b/notebooks/.ipynb_checkpoints/SQLProject-checkpoint.ipynb new file mode 100644 index 0000000..02b0fc9 --- /dev/null +++ b/notebooks/.ipynb_checkpoints/SQLProject-checkpoint.ipynb @@ -0,0 +1,14205 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "e34f3b3b", + "metadata": {}, + "source": [ + "# Libraries & extra functions\n" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "id": "44fe27e8", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "\n", + "import re\n", + "import pandas as pd\n", + "from pandas import json_normalize\n", + "import requests\n", + "import getpass\n", + "import mysql.connector\n", + "from datetime import datetime\n", + "import matplotlib.pyplot as plt\n", + "\n", + "pd.set_option('display.max_columns', None) # I want to see all columns\n" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "id": "571d6210", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "#Functions to remove the HTML tags after scrapping\n", + "\n", + "def remove_tags(x):\n", + " return re.compile(r'<[^>]+>').sub('',x)" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "id": "fa3f5ecf", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "#getting the comments of a school \n", + "\n", + "def get_comments_school(school,id):\n", + " \n", + " #Url to get data \n", + " url = \"https://www.switchup.org/chimera/v1/school-review-list?mainTemplate=school-review-list&path=%2Fbootcamps%2F\" + school + \"&isDataTarget=false&page=3&perPage=10000&simpleHtml=true&truncationLength=250\"\n", + " \n", + " #Data into a dataframe\n", + " data = requests.get(url).json()\n", + " reviews = pd.DataFrame(data['content']['reviews'])\n", + " \n", + " #Function to apply regex and remove tags\n", + " reviews['review_body'] = reviews['body'].apply(remove_tags)\n", + " \n", + " #Adding usefull features the dataframe\n", + " reviews['school'] = school\n", + " reviews['school_id'] = id\n", + " return reviews" + ] + }, + { + "cell_type": "markdown", + "id": "a4c22ac2", + "metadata": {}, + "source": [ + "# Comments dataframe\n" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "id": "078c0651", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "#Schools dictionary \n", + "#We fetched the school IDs by manually inspecting the schools with the browser dev tools\n", + "#Selected schools that outrank Ironhack in relevant areas: considering Bootcamps, general rank, and some key locations.\n", + "schools = { \n", + "'ironhack' : 10828,\n", + " #coding\n", + "'springboard':11035,\n", + "'learningfuze' : 10862,\n", + "'actualize' : 10505,\n", + "'clarusway' : 11539,\n", + "'codesmith' : 10643,\n", + " #DA\n", + "'dataquest' : 10683,\n", + "'syntax-technologies' : 11797,\n", + " #Cyber\n", + "'evolve-security-academy' : 10743,\n", + "'level-effect' : 11282,\n", + " #location\n", + "'le-wagon' : 10868,\n", + "'4geeks-academy' : 10492, \n", + "'jedha' : 10837,\n", + "'la-capsule' : 10853,\n", + "'wbs-coding-school' : 11243, \n", + " #other ranks\n", + "'shecodes' : 11014,\n", + "'designlab' : 10697,\n", + "\n", + "}" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "id": "916869a0", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "# creating the comments list:\n", + "\n", + "comments = [get_comments_school(school, id) for school,id in schools.items()] #list comprehension applied to the items in schools dictionary\n" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "id": "f601702b", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "#Putting the data in a dataframe\n", + "\n", + "comments = pd.concat(comments).reset_index()\n", + "comments.drop(columns=['index'], inplace = True)\n", + "\n" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "id": "6b5b112c", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
idnameanonymoushostProgramNamegraduatingYearisAlumnijobTitletaglinebodyrawBodycreatedAtqueryDateprogramuseroverallScorecommentsoverallcurriculumjobSupportreview_bodyschoolschool_id
0309849AnonymousTrueNone2024.0FalseData Analytics<span class=\"truncatable\"><p></p><p>I just Fin...<p>I just Finished the my study , I did the Da...4/3/20242024-04-03Data Analytics Part-Time{'image': None}3.3[]4.04.02.0I just Finished the my study , I did the Data ...ironhack10828
1309479Patrick MarquesFalseNone2024.0FalseProject ManagerAn intense experience full of emotions but at ...<span class=\"truncatable\"><p></p><p>Hello, my ...<p>Hello, my name is Patrick Marques and I can...3/19/20242024-03-19Data Analytics Bootcamp{'image': None}4.0[]4.04.04.0Hello, my name is Patrick Marques and I can sa...ironhack10828
2308683Harikrishnan RamakrishnapillaiFalseNone2023.0FalseCybersecurityIt was amazing<span class=\"truncatable\"><p></p><p>I could fi...<p>I could finish cybersecurity course within ...2/15/20242024-02-15None{'image': None}4.3[]4.05.04.0I could finish cybersecurity course within 3 m...ironhack10828
3307433Sorin TuineaFalseNone2023.0FalseData analystI would definitely recommend it<span class=\"truncatable\"><p></p><p>I chose Ir...<p>I chose Ironhack after reading a lot of rev...12/22/20232023-12-22None{'image': None}5.0[]5.05.05.0I chose Ironhack after reading a lot of review...ironhack10828
4307350Kasia LukszaFalseNone2023.0FalseUX/UI DesignerBest learning experience of my life<span class=\"truncatable\"><p></p><p>Attending ...<p>Attending this bootcamp was hands down the ...12/19/20232023-12-19UX/UI Design Bootcamp{'image': None}5.0[]5.05.05.0Attending this bootcamp was hands down the bes...ironhack10828
\n", + "
" + ], + "text/plain": [ + " id name anonymous hostProgramName \\\n", + "0 309849 Anonymous True None \n", + "1 309479 Patrick Marques False None \n", + "2 308683 Harikrishnan Ramakrishnapillai False None \n", + "3 307433 Sorin Tuinea False None \n", + "4 307350 Kasia Luksza False None \n", + "\n", + " graduatingYear isAlumni jobTitle \\\n", + "0 2024.0 False \n", + "1 2024.0 False Project Manager \n", + "2 2023.0 False Cybersecurity \n", + "3 2023.0 False Data analyst \n", + "4 2023.0 False UX/UI Designer \n", + "\n", + " tagline \\\n", + "0 Data Analytics \n", + "1 An intense experience full of emotions but at ... \n", + "2 It was amazing \n", + "3 I would definitely recommend it \n", + "4 Best learning experience of my life \n", + "\n", + " body \\\n", + "0

I just Fin... \n", + "1

Hello, my ... \n", + "2

I could fi... \n", + "3

I chose Ir... \n", + "4

Attending ... \n", + "\n", + " rawBody createdAt queryDate \\\n", + "0

I just Finished the my study , I did the Da... 4/3/2024 2024-04-03 \n", + "1

Hello, my name is Patrick Marques and I can... 3/19/2024 2024-03-19 \n", + "2

I could finish cybersecurity course within ... 2/15/2024 2024-02-15 \n", + "3

I chose Ironhack after reading a lot of rev... 12/22/2023 2023-12-22 \n", + "4

Attending this bootcamp was hands down the ... 12/19/2023 2023-12-19 \n", + "\n", + " program user overallScore comments overall \\\n", + "0 Data Analytics Part-Time {'image': None} 3.3 [] 4.0 \n", + "1 Data Analytics Bootcamp {'image': None} 4.0 [] 4.0 \n", + "2 None {'image': None} 4.3 [] 4.0 \n", + "3 None {'image': None} 5.0 [] 5.0 \n", + "4 UX/UI Design Bootcamp {'image': None} 5.0 [] 5.0 \n", + "\n", + " curriculum jobSupport review_body \\\n", + "0 4.0 2.0 I just Finished the my study , I did the Data ... \n", + "1 4.0 4.0 Hello, my name is Patrick Marques and I can sa... \n", + "2 5.0 4.0 I could finish cybersecurity course within 3 m... \n", + "3 5.0 5.0 I chose Ironhack after reading a lot of review... \n", + "4 5.0 5.0 Attending this bootcamp was hands down the bes... \n", + "\n", + " school school_id \n", + "0 ironhack 10828 \n", + "1 ironhack 10828 \n", + "2 ironhack 10828 \n", + "3 ironhack 10828 \n", + "4 ironhack 10828 " + ] + }, + "execution_count": 7, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "comments.head(5)" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "id": "74a805aa", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "RangeIndex: 11119 entries, 0 to 11118\n", + "Data columns (total 22 columns):\n", + " # Column Non-Null Count Dtype \n", + "--- ------ -------------- ----- \n", + " 0 id 11119 non-null int64 \n", + " 1 name 11119 non-null object \n", + " 2 anonymous 11119 non-null bool \n", + " 3 hostProgramName 3647 non-null object \n", + " 4 graduatingYear 11089 non-null float64\n", + " 5 isAlumni 11107 non-null object \n", + " 6 jobTitle 8478 non-null object \n", + " 7 tagline 11119 non-null object \n", + " 8 body 11119 non-null object \n", + " 9 rawBody 11119 non-null object \n", + " 10 createdAt 11119 non-null object \n", + " 11 queryDate 11119 non-null object \n", + " 12 program 10249 non-null object \n", + " 13 user 11119 non-null object \n", + " 14 overallScore 11107 non-null object \n", + " 15 comments 11119 non-null object \n", + " 16 overall 11107 non-null object \n", + " 17 curriculum 10964 non-null object \n", + " 18 jobSupport 10052 non-null object \n", + " 19 review_body 11119 non-null object \n", + " 20 school 11119 non-null object \n", + " 21 school_id 11119 non-null int64 \n", + "dtypes: bool(1), float64(1), int64(2), object(18)\n", + "memory usage: 1.8+ MB\n" + ] + } + ], + "source": [ + "# exploring the data frame\n", + "\n", + "comments.info()" + ] + }, + { + "cell_type": "markdown", + "id": "37fd000a", + "metadata": {}, + "source": [ + "# Doing some data cleaning on the comments DF" + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "id": "3171a378", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "#removing irrelevant columns with information that is now in review_body\n", + "comments.drop(columns=['body', 'rawBody', 'user','comments'], inplace = True)\n" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "id": "231a13b5", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "# also removing col isAlumni as we will not need it for our analysis\n", + "comments.drop(columns=['isAlumni'], inplace = True)" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "id": "a1373cfa", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "id 0\n", + "name 0\n", + "anonymous 0\n", + "hostProgramName 7472\n", + "graduatingYear 30\n", + "jobTitle 2641\n", + "tagline 0\n", + "createdAt 0\n", + "queryDate 0\n", + "program 870\n", + "overallScore 12\n", + "overall 12\n", + "curriculum 155\n", + "jobSupport 1067\n", + "review_body 0\n", + "school 0\n", + "school_id 0\n", + "dtype: int64\n" + ] + } + ], + "source": [ + "# let's look at null values:\n", + "\n", + "print(comments.isna().sum())" + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "id": "48c558c2", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "RangeIndex: 11119 entries, 0 to 11118\n", + "Data columns (total 17 columns):\n", + " # Column Non-Null Count Dtype \n", + "--- ------ -------------- ----- \n", + " 0 id 11119 non-null int64 \n", + " 1 name 11119 non-null object \n", + " 2 anonymous 11119 non-null bool \n", + " 3 hostProgramName 3647 non-null object \n", + " 4 graduatingYear 11089 non-null float64\n", + " 5 jobTitle 8478 non-null object \n", + " 6 tagline 11119 non-null object \n", + " 7 createdAt 11119 non-null object \n", + " 8 queryDate 11119 non-null object \n", + " 9 program 10249 non-null object \n", + " 10 overallScore 11107 non-null object \n", + " 11 overall 11107 non-null object \n", + " 12 curriculum 10964 non-null object \n", + " 13 jobSupport 10052 non-null object \n", + " 14 review_body 11119 non-null object \n", + " 15 school 11119 non-null object \n", + " 16 school_id 11119 non-null int64 \n", + "dtypes: bool(1), float64(1), int64(2), object(13)\n", + "memory usage: 1.4+ MB\n" + ] + } + ], + "source": [ + "# Let's handle dtypes and null values\n", + "\n", + "comments.info()" + ] + }, + { + "cell_type": "code", + "execution_count": 13, + "id": "f620c5b2", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "# Convert data types accordingly\n", + "\n", + "comments['graduatingYear'] = comments['graduatingYear'].astype('Int64') # Using 'Int64' to handle NaN values\n", + "comments['createdAt'] = pd.to_datetime(comments['createdAt'])\n", + "comments['queryDate'] = pd.to_datetime(comments['queryDate'])\n", + "comments['program'] = comments['program'].astype('object')\n", + "comments['overallScore'] = pd.to_numeric(comments['overallScore'], errors='coerce')\n", + "comments['overall'] = pd.to_numeric(comments['overall'], errors='coerce')\n", + "comments['curriculum'] = pd.to_numeric(comments['curriculum'], errors='coerce')\n", + "comments['jobSupport'] = pd.to_numeric(comments['jobSupport'], errors='coerce')\n" + ] + }, + { + "cell_type": "code", + "execution_count": 14, + "id": "7217ad5d", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "# set 0 for null values under 'score' cols\n", + "comments['overallScore'] = comments['overallScore'].fillna(0)\n", + "comments['overall'] = comments['overall'].fillna(0)\n", + "comments['curriculum'] = comments['curriculum'].fillna(0)\n", + "comments['jobSupport'] = comments['jobSupport'].fillna(0)" + ] + }, + { + "cell_type": "code", + "execution_count": 15, + "id": "0c24905a", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "

\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
idnameanonymoushostProgramNamegraduatingYeartaglinecreatedAtprogramoverallScoreoverallcurriculumjobSupportreview_bodyschoolschool_id
4318247736Olaf KFalseData Science2018Dataquest - Learning data science at your pace2019-04-17None5.05.05.00.0Normally I do not write such reviews but with ...dataquest10683
1165236466MichelaFalseNone2017Muy buena experiencia2017-06-14Full-time UX/UI Design Bootcamp5.05.05.05.0Era lo que necesitaba para darle un giro a mi ...ironhack10828
4206277011Salman FarisiFalseNone2021Recommended for learning Data Science2021-05-12R for Data Analysis4.75.05.04.0Good for fundamental knowledge of data science...dataquest10683
11010247026AnonymousTrueNone2019Design 101 by DesignLab2019-03-02None5.05.05.00.0Great course for anyone trying to get a good, ...designlab10697
6953245009Eric FoucaultFalseSoftware Engineering2018Amazing experience!2018-09-25FullStack program - 35+ locations5.05.05.05.0I just finished Le Wagon bootcamp in Paris. I ...le-wagon10868
\n", + "
" + ], + "text/plain": [ + " id name anonymous hostProgramName graduatingYear \\\n", + "4318 247736 Olaf K False Data Science 2018 \n", + "1165 236466 Michela False None 2017 \n", + "4206 277011 Salman Farisi False None 2021 \n", + "11010 247026 Anonymous True None 2019 \n", + "6953 245009 Eric Foucault False Software Engineering 2018 \n", + "\n", + " tagline createdAt \\\n", + "4318 Dataquest - Learning data science at your pace 2019-04-17 \n", + "1165 Muy buena experiencia 2017-06-14 \n", + "4206 Recommended for learning Data Science 2021-05-12 \n", + "11010 Design 101 by DesignLab 2019-03-02 \n", + "6953 Amazing experience! 2018-09-25 \n", + "\n", + " program overallScore overall curriculum \\\n", + "4318 None 5.0 5.0 5.0 \n", + "1165 Full-time UX/UI Design Bootcamp 5.0 5.0 5.0 \n", + "4206 R for Data Analysis 4.7 5.0 5.0 \n", + "11010 None 5.0 5.0 5.0 \n", + "6953 FullStack program - 35+ locations 5.0 5.0 5.0 \n", + "\n", + " jobSupport review_body \\\n", + "4318 0.0 Normally I do not write such reviews but with ... \n", + "1165 5.0 Era lo que necesitaba para darle un giro a mi ... \n", + "4206 4.0 Good for fundamental knowledge of data science... \n", + "11010 0.0 Great course for anyone trying to get a good, ... \n", + "6953 5.0 I just finished Le Wagon bootcamp in Paris. I ... \n", + "\n", + " school school_id \n", + "4318 dataquest 10683 \n", + "1165 ironhack 10828 \n", + "4206 dataquest 10683 \n", + "11010 designlab 10697 \n", + "6953 le-wagon 10868 " + ] + }, + "execution_count": 15, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# we decided to also drop the Job Title as it will not be relevant for our analysis, as well as the queryDate which is always equal to createdAt\n", + "\n", + "comments.drop(columns=['jobTitle','queryDate'], inplace=True)\n", + "comments.sample(5)" + ] + }, + { + "cell_type": "code", + "execution_count": 16, + "id": "3b2ce729", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "# looking at the programs names we can see that they could use some standardization\n", + "\n", + "standardized_programs = {\n", + " \"Data Science and Analytics\": [\n", + " 'Data Analytics Part-Time', 'Data Analytics Bootcamp', 'Data Analytics Career Track',\n", + " 'Data Science Career Track', 'Introduction to Data Science', 'Intermediate Data Science',\n", + " 'Business Analytics', 'Data Science', 'Data Science with IT Fundamentals', 'Data Science with Prep',\n", + " 'Data Analytics', 'Data Analytics with IT Fundamentals', 'Data Science/ Machine Learning for Beginners',\n", + " 'Data Science for Professionals', 'Data Analytics/ Data Visualization for Beginners',\n", + " 'Data Analytics & Business Intelligence Course', 'Become a Data Analyst', 'Become a Data Scientist',\n", + " 'Become a Data Engineer', 'Data Scientist', 'Data Science - Fullstack', 'Data Lead', 'Data Fullstack',\n", + " 'Fullstack Data Science', 'Lead Data', 'Data Science Essentials - First Course',\n", + " 'Fundamentals in Data Science', 'Funtamentals in Data Science', 'Data Science (full-time)',\n", + " 'Data Science (part-time)', 'Data Analytics - Full-Time', 'Data Science & AI - Full-Time',\n", + " 'Data Science & AI - Part-Time', 'Data Science - Full-Time', 'Data Science - Part-Time', 'Data Essentials',\n", + " 'Data Analyst Fullstack'\n", + " ],\n", + " \"Web Development\": [\n", + " 'Web Development Bootcamp', 'Web Development Part-Time', 'Full-time Web Development Bootcamp',\n", + " 'Part-time Web Development', 'Full-Stack Web Development', 'Full Stack Development', 'Front End Development',\n", + " 'Full Stack Web Development with IT Fundamentals - Premium Full Time/Part Time with Limited Seats',\n", + " 'Full Stack Software Engineering Immersive Program', 'Full-Stack Web & App Developer',\n", + " 'Full-Stack Web & App Development (full-time)', 'Full-Stack PHP Web Development (full-time)',\n", + " 'Full-Stack Web & App Development (part-time)', 'Fullstack JavaScript Web Developer',\n", + " 'Web Development Course - Full-Time', 'Web Development Course - Part-Time', 'Web Development - Full-Time',\n", + " 'Web Development - Part-Time', 'FullStack program', 'FullStack program - 35+ locations',\n", + " 'Full Stack Software Development Part Time', 'Full Stack Software Development'\n", + " ],\n", + " \"Cybersecurity\": [\n", + " 'Cybersecurity Part-Time', 'Cyber Security Bootcamp', 'Cyber Security Career Track',\n", + " 'Introduction to Cybersecurity', 'Cybersecurity Career Track', 'Cyber Security Analyst Professional',\n", + " 'Cyber Security Analyst', 'Cyber Security Course', 'Cybersecurity Bootcamp: REMOTE (Live-Online)',\n", + " 'Cybersecurity Bootcamp', 'Cybersecurity Bootcamp: IN-PERSON (Chicago)', 'OSCP Bootcamp (Live-Online)',\n", + " 'Cyber Defense Analyst Bootcamp', 'Cyber Security Essentials', 'Cyber Security Fullstack', 'Cybersecurity'\n", + " ],\n", + " \"UX/UI Design\": [\n", + " 'UX/UI Design Bootcamp', 'UX/UI Design Part-Time', 'Full-time UX/UI Design Bootcamp',\n", + " 'Part-time UX/UI Design', 'UX Design', 'UI/UX Design Career Track', 'UX Career Track',\n", + " 'UX Academy Foundations', 'UX Academy', 'UI Design', 'UX Research & Strategy', 'UX: Interaction Design',\n", + " 'Introduction to Design', 'Digital Product Design (full-time)', 'UX/UI Product Design (full-time)'\n", + " ],\n", + " \"Software Engineering\": [\n", + " 'Software Engineering Career Track', 'Software Engineering Foundations to Core',\n", + " 'Full-Time Software Engineering Immersive', 'Part-Time Software Engineering Immersive',\n", + " 'Full-Time Remote Software Engineering Immersive', 'Full Stack Software Engineering Immersive Program',\n", + " 'Part-time Remote Software Engineering Immersive', 'Full-time Remote Software Engineering Immersive',\n", + " 'CS Prep', 'CS Prep'\n", + " ],\n", + " \"Cloud Computing and DevOps\": [\n", + " 'AWS Solutions Architect/DevOps Engineer', 'AWS Solutions Architect/DevOps Engineer with IT Fundamentals',\n", + " 'AWS Solutions Architect/DevOps Engineer for Beginners', 'AWS Solutions Architect/DevOps Engineer for Professionals',\n", + " 'AWS Cloud Engineer/Solutions Architect for Professionals', 'AWS Cloud Engineer/Solutions Architect for Beginners',\n", + " 'AWS Solutions Architect with IT Fundamentals', 'AWS Solutions Architect', 'Cloud for Tester', 'DevOps Engineer'\n", + " ],\n", + " \"Machine Learning and AI\": [\n", + " 'Machine Learning Engineering Career Track', 'Machine Learning/Deep Learning',\n", + " 'Data Science & AI - Full-Time', 'Data Science & AI - Part-Time'\n", + " ],\n", + " \"Sales and Marketing\": [\n", + " 'Tech Sales Career Track', 'Digital Marketing Career Track', 'Digital Marketing for Professionals',\n", + " 'Marketing Analytics (full-time)'\n", + " ],\n", + " \"Testing and Quality Assurance\": [\n", + " 'Software Development Engineer in Test (SDET)', 'SDET Automation Testing Course'\n", + " ],\n", + " \"Miscellaneous and General Tech\": [\n", + " 'Full Immersion 14-Week Program', 'Part Time Comprehensive Program', 'Full Immersion 12-Week Program',\n", + " 'Root Level 1 (2-week, part-time course)', 'Actualize Coding Bootcamp: Online Live',\n", + " 'Actualize Coding Bootcamp: Full-Time', 'Actualize Coding Bootcamp: Part-Time', 'Salesforce Administrator & Developer',\n", + " 'Full-Time, Full Stack Web Development Boot Camp', 'Python for Data Analysis', 'R for Data Analysis',\n", + " 'Code Essentials', 'SheCodes Basics', 'SheCodes Plus', 'SheCodes Max', 'SheCodes Pro', 'SheCodes Online Workshop',\n", + " 'SheCodes React', 'SheCodes'\n", + " ]\n", + "}\n" + ] + }, + { + "cell_type": "code", + "execution_count": 17, + "id": "e057f5b2", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "# Reverse the mapping to create a dictionary for easy lookup\n", + "category_mapping = {}\n", + "for category, programs in standardized_programs.items():\n", + " for program in programs:\n", + " category_mapping[program.strip()] = category\n", + "\n", + "# Function to map program names to standard categories\n", + "def map_program_name(program_name):\n", + " if pd.isna(program_name) or program_name.strip() == '':\n", + " return 'Unknown'\n", + " return category_mapping.get(program_name.strip(), 'Other')\n", + "\n", + "# Apply the mapping function to the 'program' column\n", + "comments['standardizedProgram'] = comments['program'].apply(map_program_name)" + ] + }, + { + "cell_type": "code", + "execution_count": 18, + "id": "8820c462", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
idnameanonymoushostProgramNamegraduatingYeartaglinecreatedAtprogramoverallScoreoverallcurriculumjobSupportreview_bodyschoolschool_idstandardizedProgram
0309849AnonymousTrueNone2024Data Analytics2024-04-03Data Analytics Part-Time3.34.04.02.0I just Finished the my study , I did the Data ...ironhack10828Data Science and Analytics
1309479Patrick MarquesFalseNone2024An intense experience full of emotions but at ...2024-03-19Data Analytics Bootcamp4.04.04.04.0Hello, my name is Patrick Marques and I can sa...ironhack10828Data Science and Analytics
2308683Harikrishnan RamakrishnapillaiFalseNone2023It was amazing2024-02-15None4.34.05.04.0I could finish cybersecurity course within 3 m...ironhack10828Unknown
3307433Sorin TuineaFalseNone2023I would definitely recommend it2023-12-22None5.05.05.05.0I chose Ironhack after reading a lot of review...ironhack10828Unknown
4307350Kasia LukszaFalseNone2023Best learning experience of my life2023-12-19UX/UI Design Bootcamp5.05.05.05.0Attending this bootcamp was hands down the bes...ironhack10828UX/UI Design
\n", + "
" + ], + "text/plain": [ + " id name anonymous hostProgramName \\\n", + "0 309849 Anonymous True None \n", + "1 309479 Patrick Marques False None \n", + "2 308683 Harikrishnan Ramakrishnapillai False None \n", + "3 307433 Sorin Tuinea False None \n", + "4 307350 Kasia Luksza False None \n", + "\n", + " graduatingYear tagline \\\n", + "0 2024 Data Analytics \n", + "1 2024 An intense experience full of emotions but at ... \n", + "2 2023 It was amazing \n", + "3 2023 I would definitely recommend it \n", + "4 2023 Best learning experience of my life \n", + "\n", + " createdAt program overallScore overall curriculum \\\n", + "0 2024-04-03 Data Analytics Part-Time 3.3 4.0 4.0 \n", + "1 2024-03-19 Data Analytics Bootcamp 4.0 4.0 4.0 \n", + "2 2024-02-15 None 4.3 4.0 5.0 \n", + "3 2023-12-22 None 5.0 5.0 5.0 \n", + "4 2023-12-19 UX/UI Design Bootcamp 5.0 5.0 5.0 \n", + "\n", + " jobSupport review_body school \\\n", + "0 2.0 I just Finished the my study , I did the Data ... ironhack \n", + "1 4.0 Hello, my name is Patrick Marques and I can sa... ironhack \n", + "2 4.0 I could finish cybersecurity course within 3 m... ironhack \n", + "3 5.0 I chose Ironhack after reading a lot of review... ironhack \n", + "4 5.0 Attending this bootcamp was hands down the bes... ironhack \n", + "\n", + " school_id standardizedProgram \n", + "0 10828 Data Science and Analytics \n", + "1 10828 Data Science and Analytics \n", + "2 10828 Unknown \n", + "3 10828 Unknown \n", + "4 10828 UX/UI Design " + ] + }, + "execution_count": 18, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "comments.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 19, + "id": "3f32862d", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
idnameanonymoushostProgramNamegraduatingYeartaglinecreatedAtprogramoverallScoreoverallcurriculumjobSupportreview_bodyschoolschool_idstandardizedProgram
6162262687AnonymousTrueSoftware Engineering2019Le Wagon Montreal Review2020-03-11FullStack program5.05.05.05.0Le Wagon, what an adventure! I did Le Wagon in...le-wagon10868Web Development
4268253735AnonymousTrueData Science2019Eases the learning process.2019-08-26None5.05.05.00.0I changed career path from design to analyze. ...dataquest10683Unknown
5013297228Rafael Martins Villas BoasFalseNone2021Excellent experience!2023-01-28Web Development - Full-Time4.75.05.04.0I've attended Le Wagon Rio batch #689(web dev)...le-wagon10868Web Development
10134310445Novira AzpirandaFalseNone2024It describe ui/ux works in real world2024-04-29UX Academy Foundations4.35.04.04.0The project is really helping in learning ui/u...designlab10697UX/UI Design
6233260962Mahan MashoofFalseNone2019Lewagon Rio: an great boot camp2020-01-134.75.05.04.0An organized school with great staff. The pace...le-wagon10868Unknown
\n", + "
" + ], + "text/plain": [ + " id name anonymous hostProgramName \\\n", + "6162 262687 Anonymous True Software Engineering \n", + "4268 253735 Anonymous True Data Science \n", + "5013 297228 Rafael Martins Villas Boas False None \n", + "10134 310445 Novira Azpiranda False None \n", + "6233 260962 Mahan Mashoof False None \n", + "\n", + " graduatingYear tagline createdAt \\\n", + "6162 2019 Le Wagon Montreal Review 2020-03-11 \n", + "4268 2019 Eases the learning process. 2019-08-26 \n", + "5013 2021 Excellent experience! 2023-01-28 \n", + "10134 2024 It describe ui/ux works in real world 2024-04-29 \n", + "6233 2019 Lewagon Rio: an great boot camp 2020-01-13 \n", + "\n", + " program overallScore overall curriculum \\\n", + "6162 FullStack program 5.0 5.0 5.0 \n", + "4268 None 5.0 5.0 5.0 \n", + "5013 Web Development - Full-Time 4.7 5.0 5.0 \n", + "10134 UX Academy Foundations 4.3 5.0 4.0 \n", + "6233 4.7 5.0 5.0 \n", + "\n", + " jobSupport review_body \\\n", + "6162 5.0 Le Wagon, what an adventure! I did Le Wagon in... \n", + "4268 0.0 I changed career path from design to analyze. ... \n", + "5013 4.0 I've attended Le Wagon Rio batch #689(web dev)... \n", + "10134 4.0 The project is really helping in learning ui/u... \n", + "6233 4.0 An organized school with great staff. The pace... \n", + "\n", + " school school_id standardizedProgram \n", + "6162 le-wagon 10868 Web Development \n", + "4268 dataquest 10683 Unknown \n", + "5013 le-wagon 10868 Web Development \n", + "10134 designlab 10697 UX/UI Design \n", + "6233 le-wagon 10868 Unknown " + ] + }, + "execution_count": 19, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "comments.sample(5)" + ] + }, + { + "cell_type": "code", + "execution_count": 20, + "id": "229a796b", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "hostProgramName\n", + "Software Engineering 229\n", + "Data Science 72\n", + "UX/UI Design 53\n", + "Web Development 16\n", + "Cybersecurity 6\n", + "Data Analytics 3\n", + "Digital Marketing 2\n", + "Name: count, dtype: int64" + ] + }, + "execution_count": 20, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "comments[(comments['hostProgramName'].notnull())&(comments['standardizedProgram']=='Unknown')]['hostProgramName'].value_counts()" + ] + }, + { + "cell_type": "code", + "execution_count": 21, + "id": "ef084c34", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "#We decided to Update 'standardizedProgram' where 'hostProgramName' is not null and 'standardizedProgram' is 'Unknown'\n", + "#and fill it in with hostProgramName value\n", + "comments.loc[(comments['hostProgramName'].notnull()) & (comments['standardizedProgram'] == 'Unknown'), 'standardizedProgram'] = comments['hostProgramName']" + ] + }, + { + "cell_type": "code", + "execution_count": 22, + "id": "88bc5a89", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "id 0\n", + "name 0\n", + "anonymous 0\n", + "hostProgramName 7472\n", + "graduatingYear 30\n", + "tagline 0\n", + "createdAt 0\n", + "program 870\n", + "overallScore 0\n", + "overall 0\n", + "curriculum 0\n", + "jobSupport 0\n", + "review_body 0\n", + "school 0\n", + "school_id 0\n", + "standardizedProgram 0\n", + "dtype: int64" + ] + }, + "execution_count": 22, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# and then drop the hostProgramName due to many null values\n", + "\n", + "comments.isna().sum()" + ] + }, + { + "cell_type": "code", + "execution_count": 23, + "id": "9599613f", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "hostProgramName\n", + "Software Engineering 97\n", + "Data Science 51\n", + "UX/UI Design 38\n", + "Web Development 16\n", + "Cybersecurity 3\n", + "Digital Marketing 1\n", + "Name: count, dtype: int64" + ] + }, + "execution_count": 23, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "comments[(comments['hostProgramName'].notnull())&(comments['program'].isnull())]['hostProgramName'].value_counts()" + ] + }, + { + "cell_type": "code", + "execution_count": 24, + "id": "0a71079f", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "#We decided to Update 'program' where 'hostProgramName' is not null and 'program' is 'None'\n", + "#and fill it in with hostProgramName value\n", + "comments.loc[(comments['hostProgramName'].notnull()) & (comments['program'].isnull()), 'program'] = comments['hostProgramName']" + ] + }, + { + "cell_type": "code", + "execution_count": 25, + "id": "d0a0c3d6", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "#now, we will remove hostProgramName\n", + "comments.drop(columns='hostProgramName',inplace=True)" + ] + }, + { + "cell_type": "code", + "execution_count": 26, + "id": "09e2fbb5", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
idnameanonymousgraduatingYeartaglinecreatedAtprogramoverallScoreoverallcurriculumjobSupportreview_bodyschoolschool_idstandardizedProgram
6531250794TeciaFalse2019Fantastic experience2019-07-16FullStack program - 35+ locations4.75.05.04.0When I decided to do a bootcamp I carefully re...le-wagon10868Web Development
10976261346Mary GarciaFalse2020Mentors Make the Design 101 Program Worthwhile2020-01-24Design 1013.74.04.03.0I chose design 101 specifically for its connec...designlab10697Other
8768303145AnonymousTrue2023New knowledge2023-07-24SheCodes Basics5.05.05.05.0Thanks to Matt and SheCodes I was able to step...shecodes11014Miscellaneous and General Tech
2397265318Melanie MalinasFalse2019Mixed experience2020-06-093.03.04.02.0After completing the program and securing a jo...springboard11035Data Science
3997255309Taylor BurringtonFalse2019Well worth the time2019-09-265.05.05.05.0I attended the Codesmith coding school, and I ...codesmith10643Software Engineering
\n", + "
" + ], + "text/plain": [ + " id name anonymous graduatingYear \\\n", + "6531 250794 Tecia False 2019 \n", + "10976 261346 Mary Garcia False 2020 \n", + "8768 303145 Anonymous True 2023 \n", + "2397 265318 Melanie Malinas False 2019 \n", + "3997 255309 Taylor Burrington False 2019 \n", + "\n", + " tagline createdAt \\\n", + "6531 Fantastic experience 2019-07-16 \n", + "10976 Mentors Make the Design 101 Program Worthwhile 2020-01-24 \n", + "8768 New knowledge 2023-07-24 \n", + "2397 Mixed experience 2020-06-09 \n", + "3997 Well worth the time 2019-09-26 \n", + "\n", + " program overallScore overall curriculum \\\n", + "6531 FullStack program - 35+ locations 4.7 5.0 5.0 \n", + "10976 Design 101 3.7 4.0 4.0 \n", + "8768 SheCodes Basics 5.0 5.0 5.0 \n", + "2397 3.0 3.0 4.0 \n", + "3997 5.0 5.0 5.0 \n", + "\n", + " jobSupport review_body \\\n", + "6531 4.0 When I decided to do a bootcamp I carefully re... \n", + "10976 3.0 I chose design 101 specifically for its connec... \n", + "8768 5.0 Thanks to Matt and SheCodes I was able to step... \n", + "2397 2.0 After completing the program and securing a jo... \n", + "3997 5.0 I attended the Codesmith coding school, and I ... \n", + "\n", + " school school_id standardizedProgram \n", + "6531 le-wagon 10868 Web Development \n", + "10976 designlab 10697 Other \n", + "8768 shecodes 11014 Miscellaneous and General Tech \n", + "2397 springboard 11035 Data Science \n", + "3997 codesmith 10643 Software Engineering " + ] + }, + "execution_count": 26, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "comments.sample(5)" + ] + }, + { + "cell_type": "code", + "execution_count": 27, + "id": "3a43ed3e", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "Index(['id', 'name', 'anonymous', 'graduatingYear', 'tagline', 'createdAt',\n", + " 'program', 'overallScore', 'overall', 'curriculum', 'jobSupport',\n", + " 'review_body', 'school', 'school_id', 'standardizedProgram'],\n", + " dtype='object')" + ] + }, + "execution_count": 27, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "comments.columns" + ] + }, + { + "cell_type": "code", + "execution_count": 28, + "id": "b14a7f87", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "id 0\n", + "name 0\n", + "anonymous 0\n", + "graduatingYear 30\n", + "tagline 0\n", + "createdAt 0\n", + "program 664\n", + "overallScore 0\n", + "overall 0\n", + "curriculum 0\n", + "jobSupport 0\n", + "review_body 0\n", + "school 0\n", + "school_id 0\n", + "standardizedProgram 0\n", + "dtype: int64" + ] + }, + "execution_count": 28, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "comments.isnull().sum()\n" + ] + }, + { + "cell_type": "code", + "execution_count": 29, + "id": "bc4415f7", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
idnameanonymousgraduatingYeartaglinecreatedAtprogramoverallScoreoverallcurriculumjobSupportreview_bodyschoolschool_idstandardizedProgram
2932235467AnonymousFalse<NA>Intensive learing that works with your schedule.2017-03-23None5.05.05.05.0I took this course to help me make data driven...springboard11035Unknown
3564235440AnonymousFalse<NA>Equipped to change careers2017-03-22None4.35.05.03.0I was a newspaper designer. I had studied jour...actualize10505Unknown
3588232863AnonymousFalse<NA>ACLTC is fun and teaches the basics but does n...2015-09-09Actualize Coding Bootcamp: Part-Time2.02.00.00.0ACLTC is intellectually stimulating and I deve...actualize10505Miscellaneous and General Tech
3593231947AnonymousFalse<NA>I'm a developer now!2014-12-30Actualize Coding Bootcamp: Part-Time5.05.05.05.0This bootcamp spearheaded my transformation fr...actualize10505Miscellaneous and General Tech
3597231919Sly. NFalse<NA>Change your career path!!!2014-12-21Actualize Coding Bootcamp: Part-Time5.05.05.05.0I attended the Anyone Can Learn To Code Web De...actualize10505Miscellaneous and General Tech
4173243509JaredFalse<NA>The only serious bootcamp in Los Angeles2016-07-19Full Stack Software Engineering Immersive Program5.05.05.05.0A life-changing experience. Codesmith builds i...codesmith10643Software Engineering
4177233401Joshua DavidFalse<NA>My favorite Bootcamp of all is Codesmith for t...2016-03-16Full Stack Software Engineering Immersive Program5.05.00.00.0There are already a few bootcamps located in L...codesmith10643Software Engineering
4180244202AnonymousFalse<NA>Perspective of a Computer Science graduate2015-12-01Full Stack Software Engineering Immersive Program5.05.00.00.0I had just graduated from college with a B.S. ...codesmith10643Software Engineering
4181233084AnonymousFalse<NA>Perspective of a Computer Science graduate2015-12-01Full Stack Software Engineering Immersive Program5.05.00.00.0I had just graduated from college with a B.S. ...codesmith10643Software Engineering
4430244730AnonymousFalse<NA>Dataquest Has A Fantastic Platform2017-04-05Data Science5.05.05.05.0Although there are many online programs for ga...dataquest10683Data Science and Analytics
4435240913CristianoFalse<NA>One world in one place2017-03-22Data Science5.05.05.05.0I am very happy to write this review because I...dataquest10683Data Science and Analytics
4448244668IgnacioFalse<NA>Superb site to get you started in your data sc...2017-03-06Data Science4.35.05.03.0I have been using Dataquest to get up to start...dataquest10683Data Science and Analytics
4449244717AnonymousFalse<NA>a comprehensive source that walks you through ...2017-03-06Data Science5.05.05.00.0I like dataquest because it is very comprehens...dataquest10683Data Science and Analytics
4455235297EswarFalse<NA>Best way to start Data Science2017-02-28Data Science5.05.05.05.0The Course is very structural. The explanation...dataquest10683Data Science and Analytics
4462244722Vinay Kumar Ranganath babuFalse<NA>DataQuest - A Wonderful Journey to the Data Sc...2017-02-20Data Science5.05.05.05.0I first heard about DataQuest from a friend of...dataquest10683Data Science and Analytics
4463235009AnonymousFalse<NA>Great resource for improving Data Science know...2017-02-13Data Science4.04.04.04.0I have been looking for tools / courses to imp...dataquest10683Data Science and Analytics
4471244638ViktorFalse<NA>What I love about Dataquest the most2017-01-27Data Science5.05.05.05.0Teaching Method: new concept &gt; examples &gt...dataquest10683Data Science and Analytics
4480244682AnonymousFalse<NA>Great &amp; inexpensive place to learn data s...2017-01-11Data Science5.05.05.00.0I am a big fan of DataQuest, I think the exerc...dataquest10683Data Science and Analytics
4482234581TarikFalse<NA>Dataquest is a great project .2017-01-11Data Science5.05.05.00.0I love the interface and the educational mater...dataquest10683Data Science and Analytics
4811232613AndrewFalse<NA>Evolve Your Career!2017-01-25Bootcamp PRO (in-person)5.05.05.05.0Going through the Evolve bootcamp gave me a lo...evolve-security-academy10743Other
4814234739Edward VillarrealFalse<NA>Evolve Security Academy helped me begin my car...2016-09-30Bootcamp PRO (in-person)5.05.05.05.0The circumstances in which I joined Evolve was...evolve-security-academy10743Other
4816233674ArielFalse<NA>So far this has been one of the best decisions...2016-05-11Bootcamp PRO (in-person)5.05.00.00.0To preface, this is not a mere coding bootcamp...evolve-security-academy10743Other
7496235590JulietteFalse<NA>Le Wagon Barcelona : An amazing journey to dis...2017-04-04FullStack program - 35+ locations5.05.05.05.0I graduated from a French Business School in 2...le-wagon10868Web Development
7510235301Lina GarciaFalse<NA>Le Wagon Lisbon, Batch 282017-02-27FullStack program - 35+ locations5.05.05.05.0I started studying computational linguistic a ...le-wagon10868Web Development
7573233940AmelieFalse<NA>Coding &amp; Product bootcamp2016-06-08None5.05.00.00.0A 5-star learning experienceLife-changingI dec...le-wagon10868Unknown
7611232916AnonymousFalse<NA>Le Wagon changed my life.2015-10-02None5.05.00.00.0Le Wagon helped me transform ideas into action...le-wagon10868Unknown
7616231855Mélanie NavarroFalse<NA>9 very intensive weeks and I recommend it to a...2014-10-16None5.05.05.05.0The training exceeded my expectations:- Master...le-wagon10868Unknown
11073243081shabeen a narangFalse<NA>Outstanding course2017-04-04Web Design5.05.05.05.0I took up the course as part business owner an...designlab10697Other
11115235847AnonymousFalse<NA>Had a great intro to the design world.2015-04-24Web Design5.05.05.05.0It was a great introduction to design. My ment...designlab10697Other
11117235845VictorFalse<NA>Learn the fundamentals of design and much more...2015-03-03Web Design5.05.05.00.0I just finished up my first course (Design 101...designlab10697Other
\n", + "
" + ], + "text/plain": [ + " id name anonymous graduatingYear \\\n", + "2932 235467 Anonymous False \n", + "3564 235440 Anonymous False \n", + "3588 232863 Anonymous False \n", + "3593 231947 Anonymous False \n", + "3597 231919 Sly. N False \n", + "4173 243509 Jared False \n", + "4177 233401 Joshua David False \n", + "4180 244202 Anonymous False \n", + "4181 233084 Anonymous False \n", + "4430 244730 Anonymous False \n", + "4435 240913 Cristiano False \n", + "4448 244668 Ignacio False \n", + "4449 244717 Anonymous False \n", + "4455 235297 Eswar False \n", + "4462 244722 Vinay Kumar Ranganath babu False \n", + "4463 235009 Anonymous False \n", + "4471 244638 Viktor False \n", + "4480 244682 Anonymous False \n", + "4482 234581 Tarik False \n", + "4811 232613 Andrew False \n", + "4814 234739 Edward Villarreal False \n", + "4816 233674 Ariel False \n", + "7496 235590 Juliette False \n", + "7510 235301 Lina Garcia False \n", + "7573 233940 Amelie False \n", + "7611 232916 Anonymous False \n", + "7616 231855 Mélanie Navarro False \n", + "11073 243081 shabeen a narang False \n", + "11115 235847 Anonymous False \n", + "11117 235845 Victor False \n", + "\n", + " tagline createdAt \\\n", + "2932 Intensive learing that works with your schedule. 2017-03-23 \n", + "3564 Equipped to change careers 2017-03-22 \n", + "3588 ACLTC is fun and teaches the basics but does n... 2015-09-09 \n", + "3593 I'm a developer now! 2014-12-30 \n", + "3597 Change your career path!!! 2014-12-21 \n", + "4173 The only serious bootcamp in Los Angeles 2016-07-19 \n", + "4177 My favorite Bootcamp of all is Codesmith for t... 2016-03-16 \n", + "4180 Perspective of a Computer Science graduate 2015-12-01 \n", + "4181 Perspective of a Computer Science graduate 2015-12-01 \n", + "4430 Dataquest Has A Fantastic Platform 2017-04-05 \n", + "4435 One world in one place 2017-03-22 \n", + "4448 Superb site to get you started in your data sc... 2017-03-06 \n", + "4449 a comprehensive source that walks you through ... 2017-03-06 \n", + "4455 Best way to start Data Science 2017-02-28 \n", + "4462 DataQuest - A Wonderful Journey to the Data Sc... 2017-02-20 \n", + "4463 Great resource for improving Data Science know... 2017-02-13 \n", + "4471 What I love about Dataquest the most 2017-01-27 \n", + "4480 Great & inexpensive place to learn data s... 2017-01-11 \n", + "4482 Dataquest is a great project . 2017-01-11 \n", + "4811 Evolve Your Career! 2017-01-25 \n", + "4814 Evolve Security Academy helped me begin my car... 2016-09-30 \n", + "4816 So far this has been one of the best decisions... 2016-05-11 \n", + "7496 Le Wagon Barcelona : An amazing journey to dis... 2017-04-04 \n", + "7510 Le Wagon Lisbon, Batch 28 2017-02-27 \n", + "7573 Coding & Product bootcamp 2016-06-08 \n", + "7611 Le Wagon changed my life. 2015-10-02 \n", + "7616 9 very intensive weeks and I recommend it to a... 2014-10-16 \n", + "11073 Outstanding course 2017-04-04 \n", + "11115 Had a great intro to the design world. 2015-04-24 \n", + "11117 Learn the fundamentals of design and much more... 2015-03-03 \n", + "\n", + " program overallScore \\\n", + "2932 None 5.0 \n", + "3564 None 4.3 \n", + "3588 Actualize Coding Bootcamp: Part-Time 2.0 \n", + "3593 Actualize Coding Bootcamp: Part-Time 5.0 \n", + "3597 Actualize Coding Bootcamp: Part-Time 5.0 \n", + "4173 Full Stack Software Engineering Immersive Program 5.0 \n", + "4177 Full Stack Software Engineering Immersive Program 5.0 \n", + "4180 Full Stack Software Engineering Immersive Program 5.0 \n", + "4181 Full Stack Software Engineering Immersive Program 5.0 \n", + "4430 Data Science 5.0 \n", + "4435 Data Science 5.0 \n", + "4448 Data Science 4.3 \n", + "4449 Data Science 5.0 \n", + "4455 Data Science 5.0 \n", + "4462 Data Science 5.0 \n", + "4463 Data Science 4.0 \n", + "4471 Data Science 5.0 \n", + "4480 Data Science 5.0 \n", + "4482 Data Science 5.0 \n", + "4811 Bootcamp PRO (in-person) 5.0 \n", + "4814 Bootcamp PRO (in-person) 5.0 \n", + "4816 Bootcamp PRO (in-person) 5.0 \n", + "7496 FullStack program - 35+ locations 5.0 \n", + "7510 FullStack program - 35+ locations 5.0 \n", + "7573 None 5.0 \n", + "7611 None 5.0 \n", + "7616 None 5.0 \n", + "11073 Web Design 5.0 \n", + "11115 Web Design 5.0 \n", + "11117 Web Design 5.0 \n", + "\n", + " overall curriculum jobSupport \\\n", + "2932 5.0 5.0 5.0 \n", + "3564 5.0 5.0 3.0 \n", + "3588 2.0 0.0 0.0 \n", + "3593 5.0 5.0 5.0 \n", + "3597 5.0 5.0 5.0 \n", + "4173 5.0 5.0 5.0 \n", + "4177 5.0 0.0 0.0 \n", + "4180 5.0 0.0 0.0 \n", + "4181 5.0 0.0 0.0 \n", + "4430 5.0 5.0 5.0 \n", + "4435 5.0 5.0 5.0 \n", + "4448 5.0 5.0 3.0 \n", + "4449 5.0 5.0 0.0 \n", + "4455 5.0 5.0 5.0 \n", + "4462 5.0 5.0 5.0 \n", + "4463 4.0 4.0 4.0 \n", + "4471 5.0 5.0 5.0 \n", + "4480 5.0 5.0 0.0 \n", + "4482 5.0 5.0 0.0 \n", + "4811 5.0 5.0 5.0 \n", + "4814 5.0 5.0 5.0 \n", + "4816 5.0 0.0 0.0 \n", + "7496 5.0 5.0 5.0 \n", + "7510 5.0 5.0 5.0 \n", + "7573 5.0 0.0 0.0 \n", + "7611 5.0 0.0 0.0 \n", + "7616 5.0 5.0 5.0 \n", + "11073 5.0 5.0 5.0 \n", + "11115 5.0 5.0 5.0 \n", + "11117 5.0 5.0 0.0 \n", + "\n", + " review_body \\\n", + "2932 I took this course to help me make data driven... \n", + "3564 I was a newspaper designer. I had studied jour... \n", + "3588 ACLTC is intellectually stimulating and I deve... \n", + "3593 This bootcamp spearheaded my transformation fr... \n", + "3597 I attended the Anyone Can Learn To Code Web De... \n", + "4173 A life-changing experience. Codesmith builds i... \n", + "4177 There are already a few bootcamps located in L... \n", + "4180 I had just graduated from college with a B.S. ... \n", + "4181 I had just graduated from college with a B.S. ... \n", + "4430 Although there are many online programs for ga... \n", + "4435 I am very happy to write this review because I... \n", + "4448 I have been using Dataquest to get up to start... \n", + "4449 I like dataquest because it is very comprehens... \n", + "4455 The Course is very structural. The explanation... \n", + "4462 I first heard about DataQuest from a friend of... \n", + "4463 I have been looking for tools / courses to imp... \n", + "4471 Teaching Method: new concept > examples >... \n", + "4480 I am a big fan of DataQuest, I think the exerc... \n", + "4482 I love the interface and the educational mater... \n", + "4811 Going through the Evolve bootcamp gave me a lo... \n", + "4814 The circumstances in which I joined Evolve was... \n", + "4816 To preface, this is not a mere coding bootcamp... \n", + "7496 I graduated from a French Business School in 2... \n", + "7510 I started studying computational linguistic a ... \n", + "7573 A 5-star learning experienceLife-changingI dec... \n", + "7611 Le Wagon helped me transform ideas into action... \n", + "7616 The training exceeded my expectations:- Master... \n", + "11073 I took up the course as part business owner an... \n", + "11115 It was a great introduction to design. My ment... \n", + "11117 I just finished up my first course (Design 101... \n", + "\n", + " school school_id standardizedProgram \n", + "2932 springboard 11035 Unknown \n", + "3564 actualize 10505 Unknown \n", + "3588 actualize 10505 Miscellaneous and General Tech \n", + "3593 actualize 10505 Miscellaneous and General Tech \n", + "3597 actualize 10505 Miscellaneous and General Tech \n", + "4173 codesmith 10643 Software Engineering \n", + "4177 codesmith 10643 Software Engineering \n", + "4180 codesmith 10643 Software Engineering \n", + "4181 codesmith 10643 Software Engineering \n", + "4430 dataquest 10683 Data Science and Analytics \n", + "4435 dataquest 10683 Data Science and Analytics \n", + "4448 dataquest 10683 Data Science and Analytics \n", + "4449 dataquest 10683 Data Science and Analytics \n", + "4455 dataquest 10683 Data Science and Analytics \n", + "4462 dataquest 10683 Data Science and Analytics \n", + "4463 dataquest 10683 Data Science and Analytics \n", + "4471 dataquest 10683 Data Science and Analytics \n", + "4480 dataquest 10683 Data Science and Analytics \n", + "4482 dataquest 10683 Data Science and Analytics \n", + "4811 evolve-security-academy 10743 Other \n", + "4814 evolve-security-academy 10743 Other \n", + "4816 evolve-security-academy 10743 Other \n", + "7496 le-wagon 10868 Web Development \n", + "7510 le-wagon 10868 Web Development \n", + "7573 le-wagon 10868 Unknown \n", + "7611 le-wagon 10868 Unknown \n", + "7616 le-wagon 10868 Unknown \n", + "11073 designlab 10697 Other \n", + "11115 designlab 10697 Other \n", + "11117 designlab 10697 Other " + ] + }, + "execution_count": 29, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "comments[comments['graduatingYear'].isnull()]" + ] + }, + { + "cell_type": "code", + "execution_count": 30, + "id": "709bb83c", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "school\n", + "4geeks-academy 181\n", + "actualize 473\n", + "clarusway 243\n", + "codesmith 340\n", + "dataquest 303\n", + "designlab 985\n", + "evolve-security-academy 229\n", + "ironhack 1293\n", + "jedha 325\n", + "la-capsule 357\n", + "le-wagon 2781\n", + "learningfuze 176\n", + "level-effect 21\n", + "shecodes 1425\n", + "springboard 1658\n", + "syntax-technologies 103\n", + "wbs-coding-school 226\n", + "Name: id, dtype: int64" + ] + }, + "execution_count": 30, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "comments.groupby('school')['id'].count()" + ] + }, + { + "cell_type": "code", + "execution_count": 31, + "id": "66d5ff09", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "id 0\n", + "name 0\n", + "anonymous 0\n", + "graduatingYear 0\n", + "tagline 0\n", + "createdAt 0\n", + "program 659\n", + "overallScore 0\n", + "overall 0\n", + "curriculum 0\n", + "jobSupport 0\n", + "review_body 0\n", + "school 0\n", + "school_id 0\n", + "standardizedProgram 0\n", + "dtype: int64" + ] + }, + "execution_count": 31, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "#since the 30 rows with comments where grad year is null belong to schools where the persentage of comments we are deleting is not significant, we decided to drop those rows\n", + "comments = comments.dropna(subset=['graduatingYear'])\n", + "comments.isna().sum()\n" + ] + }, + { + "cell_type": "code", + "execution_count": 32, + "id": "4a2edec8", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "9157 I highly recommend SheCodes for any individual...\n", + "2925 I'm very happy with the Springboard course I r...\n", + "4694 One of the best experiences I’ve ever had in m...\n", + "4068 Codesmith is probably one of the top 3 bootcam...\n", + "7891 Je n'avais aucun background data ou tech de mo...\n", + "7981 I did Python Full Stack data science bootcamp ...\n", + "4200 Learning a programming language can be challen...\n", + "1968 Overall this was a great class experience. I r...\n", + "9486 I am absolutely grateful for this course! I le...\n", + "9174 SheCodes beats all the other coding lessons I'...\n", + "7600 A good program that is focused on entrepreneur...\n", + "7574 ★★★★★TL, DR:It changed my life. Removed the fe...\n", + "3142 I spent over 6 months looking for a full-stack...\n", + "8942 I started about a month ago and I can honestly...\n", + "4922 I recently attended a Le Wagon Boot Camp in Ba...\n", + "263 I had worked in finance in London for a number...\n", + "8830 SheCodes Basics provide a base-level understan...\n", + "10218 I wish there was at least some focus on civic/...\n", + "3629 Actually, I was a nurse and I am looking for a...\n", + "4365 I started with dataquest for free, doing some ...\n", + "Name: review_body, dtype: object" + ] + }, + "execution_count": 32, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "comments[comments['program'].isnull()]['review_body'].sample(20)" + ] + }, + { + "cell_type": "code", + "execution_count": 33, + "id": "018099c2", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "array(['Data Analytics Part-Time', 'Data Analytics Bootcamp', None,\n", + " 'UX/UI Design Bootcamp', 'Web Development Bootcamp',\n", + " 'Web Development Part-Time', 'UX/UI Design Part-Time',\n", + " 'Cybersecurity Part-Time', 'Cyber Security Bootcamp', '',\n", + " 'Full-time Web Development Bootcamp',\n", + " 'Full-time UX/UI Design Bootcamp', 'Part-time Web Development',\n", + " 'Part-time UX/UI Design', 'UX/UI Design', 'Software Engineering',\n", + " 'Full-time Web Development Bootcamp ', 'Part-time UX/UI Design ',\n", + " 'Web Design', 'Web Development',\n", + " 'UI/UX Design Career Track (India)', 'Data Analytics Career Track',\n", + " 'Cyber Security Career Track', 'UI/UX Design Career Track',\n", + " 'Software Engineering Career Track', 'Data Science Career Track',\n", + " 'Software Engineering Foundations to Core', 'UX Career Track',\n", + " 'Full-Stack Web Development',\n", + " 'Machine Learning Engineering Career Track',\n", + " 'Tech Sales Career Track', 'Introduction to Design',\n", + " 'Business Analytics', 'Data Engineering Career Track',\n", + " 'Software Engineering Career Track Prep Course',\n", + " 'Data Science Career Track Prep', 'Digital Marketing Career Track',\n", + " 'Data Science', 'Digital Marketing', 'UX Design',\n", + " 'Introduction to Data Science',\n", + " 'Digital Marketing for Professionals', 'Intermediate Data Science',\n", + " 'Introduction to Cybersecurity', 'Cybersecurity Career Track',\n", + " 'Full Immersion 14-Week Program',\n", + " 'Part Time Comprehensive Program', 'UI/UX Design',\n", + " 'Full Immersion 12-Week Program',\n", + " 'Root Level 1 (2-week, part-time course)',\n", + " 'Actualize Coding Bootcamp: Online Live',\n", + " 'Actualize Coding Bootcamp: Full-Time',\n", + " 'Actualize Coding Bootcamp: Part-Time',\n", + " 'Software Development Engineer in Test (SDET)',\n", + " 'AWS Solutions Architect/DevOps Engineer',\n", + " 'AWS Solutions Architect/DevOps Engineer with IT Fundamentals',\n", + " 'Front End Development', 'Full Stack Development',\n", + " 'Cyber Security Analyst Professional',\n", + " 'Full Stack Development with IT Fundamentals',\n", + " 'Salesforce Administrator & Developer',\n", + " 'AWS Cloud Engineer/Solutions Architect for Professionals',\n", + " 'AWS Solutions Architect/DevOps Engineer for Beginners',\n", + " 'AWS Cloud Engineer/Solutions Architect for Beginners',\n", + " 'Cloud for Tester', 'Data Science with IT Fundamentals',\n", + " 'Data Science with Prep', 'Data Analytics',\n", + " 'Full Stack Web Development with IT Fundamentals - Premium Full Time/Part Time with Limited Seats',\n", + " 'Cyber Security Analyst', 'Data Analytics with IT Fundamentals',\n", + " 'AWS Solutions Architect with IT Fundamentals',\n", + " 'AWS Solutions Architect',\n", + " 'Front End Development with IT Fundamentals',\n", + " 'Machine Learning/Deep Learning', 'DevOps Engineer',\n", + " 'Data Science/ Machine Learning for Beginners',\n", + " 'Full Stack Development for Beginners',\n", + " 'Data Science for Professionals',\n", + " 'AWS Solutions Architect/DevOps Engineer for Professionals',\n", + " 'Data Analytics/ Data Visualization for Beginners',\n", + " 'Full Stack Development for Professionals',\n", + " 'Full-Time Remote Software Engineering Immersive',\n", + " 'Full-Time Software Engineering Immersive',\n", + " 'Part-Time Software Engineering Immersive', 'NYC Onsite Immersive',\n", + " 'Full Stack Software Engineering Immersive Program', 'CS Prep',\n", + " 'Full-time Remote Software Engineering Immersive',\n", + " 'JavaScript for Beginners',\n", + " 'Part-time Remote Software Engineering Immersive', 'CS Prep ',\n", + " 'JavaScript for Beginners ', 'Python for Data Analysis',\n", + " 'R for Data Analysis', 'Part-Time, Data Analytics Boot Camp',\n", + " 'Data Scientist ', 'Become a Data Analyst',\n", + " 'Become a Data Scientist', 'Become a Data Engineer',\n", + " 'SDET Automation Testing Course',\n", + " 'Data Analytics & Business Intelligence Course',\n", + " 'Cyber Security Course',\n", + " 'Cybersecurity Bootcamp: REMOTE (Live-Online)',\n", + " 'Cybersecurity Bootcamp',\n", + " 'Cybersecurity Bootcamp: IN-PERSON (Chicago)',\n", + " 'OSCP Bootcamp (Live-Online)', 'Bootcamp REMOTE (live-online)',\n", + " 'IN-PERSON Bootcamp (Chicago)', 'Bootcamp PRO (in-person)',\n", + " 'Cybersecurity', 'Practical Penetration Testing (live-online)',\n", + " 'Cyber Security', 'Cyber Defense Analyst Bootcamp',\n", + " 'Web Development - Full-Time', 'Web Development - Part-Time',\n", + " 'Data Science & AI - Full-Time', 'Data Analytics - Full-Time',\n", + " 'Data Science & AI - Part-Time', 'Data Science - Full-Time',\n", + " 'Data Science - Part-Time', 'Web Development Course - Full-Time',\n", + " 'Web Development Course - Part-Time', 'FullStack program',\n", + " 'FullStack program - 35+ locations',\n", + " 'Full Stack Software Development Part Time',\n", + " 'Full Stack Software Development', 'Cyber Security Fullstack',\n", + " 'Data Analyst Fullstack', 'Data Essentials',\n", + " 'Cyber Security Essentials', 'Data Science - Fullstack',\n", + " 'Data Science - Lead', 'Data Lead', 'Data Fullstack',\n", + " 'Fullstack Data Science', 'Lead Data', 'Fullstack Data',\n", + " 'Fullstack', 'Essentials',\n", + " 'Data Science Essentials - First Course',\n", + " 'Fundamentals in Data Science', 'Funtamentals in Data Science',\n", + " 'Fullstack JavaScript Web Developer', 'Code Essentials',\n", + " 'Full-Stack Web & App Developer',\n", + " 'Full-Stack Web & App Development (full-time)',\n", + " 'Data Science (full-time)', 'UX/UI Product Design (full-time)',\n", + " 'Data Science (part-time)', 'Marketing Analytics (full-time)',\n", + " 'Digital Product Design (full-time)',\n", + " 'Full-Stack PHP Web Development (full-time)',\n", + " 'Full-Stack Web & App Development (part-time)', 'SheCodes Basics',\n", + " 'SheCodes Plus', 'SheCodes Max', 'SheCodes Pro',\n", + " 'SheCodes Online Workshop',\n", + " 'Full-Time, Full Stack Web Development Boot Camp',\n", + " 'SheCodes React', 'SheCodes', 'UX Academy Foundations',\n", + " 'UX Academy', 'UI Design', 'UX Research & Strategy',\n", + " 'UX: Interaction Design', 'Design 101'], dtype=object)" + ] + }, + "execution_count": 33, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "comments['program'].unique()" + ] + }, + { + "cell_type": "code", + "execution_count": 34, + "id": "6c77172a", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "# we will try to fetch program name from the comment body for null program rows\n", + "# Extract unique program names, excluding None\n", + "program_list = comments['program'].dropna().unique().tolist()\n", + "\n", + "# Function to extract program names\n", + "def extract_program(comment):\n", + " for program in program_list:\n", + " if re.search(program, comment, re.IGNORECASE):\n", + " return program\n", + " return None" + ] + }, + { + "cell_type": "code", + "execution_count": 35, + "id": "0fcd76e3", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
idnameanonymousgraduatingYeartaglinecreatedAtprogramoverallScoreoverallcurriculumjobSupportreview_bodyschoolschool_idstandardizedProgram
6836246163Chris CheungFalse2018Inspirational2018-12-19FullStack program - 35+ locations5.05.05.05.0Before I joined batch 194 in Shanghai I was th...le-wagon10868Web Development
6691247593Taniya AmidonFalse2019Best coding bootcamp !!2019-04-09FullStack program - 35+ locations5.05.05.05.0Learning to code has been one of the best deci...le-wagon10868Web Development
5852268733George BrockmanFalse2020Intense but brilliant2020-09-23Data Science - Full-Time5.05.05.05.0Before the Bootcamp, I had spent the last ten ...le-wagon10868Data Science and Analytics
2505260619Yali ChenFalse2019End-to-end UX capstone project2020-01-02UX Career Track4.75.05.04.0One thing I like about Springboard's UX course...springboard11035UX/UI Design
10478289264AnonymousTrue2022Intuitive Design, Thoughtful Material, Great I...2022-05-30UX Academy Foundations4.05.04.03.0I signed up for Design Lab's Foundations cours...designlab10697UX/UI Design
5174293323Thibault ChassineFalse2022Great!2022-09-25Web Development - Full-Time5.05.05.05.0I did le Wagon in order to make a career chang...le-wagon10868Web Development
4247255565AnonymousTrue2018DataQuest.IO2019-09-281.71.03.01.0Do not purchase from this 'school' - they roll...dataquest10683Unknown
5089294491AnonymousTrue2022Great and challenging experience2022-11-03Data Science - Full-Time4.75.05.04.0I completed the Data Science and Machine Learn...le-wagon10868Data Science and Analytics
6697247572Tomasz StacharskiFalse2019Le Wagon - Bali2019-04-08FullStack program - 35+ locations5.05.05.05.0Before Le Wagon I was working in Ad Tech in Lo...le-wagon10868Web Development
9060290326AnonymousTrue2022It was thrilling!!2022-07-03SheCodes Basics4.05.05.02.0I am really lucky to have access to this codin...shecodes11014Miscellaneous and General Tech
718246977Alejandro OrozcoFalse2018Great UX / UI Course2019-01-13Full-time UX/UI Design Bootcamp5.05.05.05.0I learned about Ironhack through Uber, there w...ironhack10828UX/UI Design
6900234614Christian BellFalse2018An amazing nine weeks!2018-10-16FullStack program - 35+ locations5.05.05.05.0As a recent Oxford Classical Archaeology and A...le-wagon10868Web Development
7018244629Valérie SchraauwersFalse2018You Are Gonna Love Coding Too - Bali Batch #1492018-08-06FullStack program - 35+ locations5.05.05.00.0After working for a start-up for a couple of y...le-wagon10868Web Development
10745278010AnonymousTrue2021A great way to get structured assistance with ...2021-06-04UX Academy5.05.05.05.0I decided to pursue a career change during the...designlab10697UX/UI Design
9891268476Esther WooFalse2020SheCodes Online Workshop2020-09-14SheCodes Online Workshop5.05.05.05.0I learned so much from Matt just from the thre...shecodes11014Miscellaneous and General Tech
8820300902Joanna BothaFalse2023I just wanted to take a moment to express my g...2023-05-043.74.04.03.0I just wanted to take a moment to express my g...shecodes11014Unknown
1346308529Viveka Katherine selvanayagamFalse2024Best self learning online curriculum with ment...2024-02-09Cyber Security Career Track4.75.04.05.0Pros 1) excellent self learning curriculum 2) ...springboard11035Cybersecurity
8833299933Ashley AwuorFalse2023It is encouraging and beautiful.2023-04-035.05.05.05.0So far It has been a great journey. I have rea...shecodes11014Unknown
8264281815LoïsFalse2021A huge change for me2021-09-27Fullstack JavaScript Web Developer5.05.05.05.0I have the feeling everything has been said co...la-capsule10853Web Development
8751304809Alison MoloneyFalse2023Shecodes is a great experience and I'm glad I ...2023-09-12SheCodes Basics5.05.05.05.0“This SheCodes workshop has been a great exper...shecodes11014Miscellaneous and General Tech
\n", + "
" + ], + "text/plain": [ + " id name anonymous graduatingYear \\\n", + "6836 246163 Chris Cheung False 2018 \n", + "6691 247593 Taniya Amidon False 2019 \n", + "5852 268733 George Brockman False 2020 \n", + "2505 260619 Yali Chen False 2019 \n", + "10478 289264 Anonymous True 2022 \n", + "5174 293323 Thibault Chassine False 2022 \n", + "4247 255565 Anonymous True 2018 \n", + "5089 294491 Anonymous True 2022 \n", + "6697 247572 Tomasz Stacharski False 2019 \n", + "9060 290326 Anonymous True 2022 \n", + "718 246977 Alejandro Orozco False 2018 \n", + "6900 234614 Christian Bell False 2018 \n", + "7018 244629 Valérie Schraauwers False 2018 \n", + "10745 278010 Anonymous True 2021 \n", + "9891 268476 Esther Woo False 2020 \n", + "8820 300902 Joanna Botha False 2023 \n", + "1346 308529 Viveka Katherine selvanayagam False 2024 \n", + "8833 299933 Ashley Awuor False 2023 \n", + "8264 281815 Loïs False 2021 \n", + "8751 304809 Alison Moloney False 2023 \n", + "\n", + " tagline createdAt \\\n", + "6836 Inspirational 2018-12-19 \n", + "6691 Best coding bootcamp !! 2019-04-09 \n", + "5852 Intense but brilliant 2020-09-23 \n", + "2505 End-to-end UX capstone project 2020-01-02 \n", + "10478 Intuitive Design, Thoughtful Material, Great I... 2022-05-30 \n", + "5174 Great! 2022-09-25 \n", + "4247 DataQuest.IO 2019-09-28 \n", + "5089 Great and challenging experience 2022-11-03 \n", + "6697 Le Wagon - Bali 2019-04-08 \n", + "9060 It was thrilling!! 2022-07-03 \n", + "718 Great UX / UI Course 2019-01-13 \n", + "6900 An amazing nine weeks! 2018-10-16 \n", + "7018 You Are Gonna Love Coding Too - Bali Batch #149 2018-08-06 \n", + "10745 A great way to get structured assistance with ... 2021-06-04 \n", + "9891 SheCodes Online Workshop 2020-09-14 \n", + "8820 I just wanted to take a moment to express my g... 2023-05-04 \n", + "1346 Best self learning online curriculum with ment... 2024-02-09 \n", + "8833 It is encouraging and beautiful. 2023-04-03 \n", + "8264 A huge change for me 2021-09-27 \n", + "8751 Shecodes is a great experience and I'm glad I ... 2023-09-12 \n", + "\n", + " program overallScore overall curriculum \\\n", + "6836 FullStack program - 35+ locations 5.0 5.0 5.0 \n", + "6691 FullStack program - 35+ locations 5.0 5.0 5.0 \n", + "5852 Data Science - Full-Time 5.0 5.0 5.0 \n", + "2505 UX Career Track 4.7 5.0 5.0 \n", + "10478 UX Academy Foundations 4.0 5.0 4.0 \n", + "5174 Web Development - Full-Time 5.0 5.0 5.0 \n", + "4247 1.7 1.0 3.0 \n", + "5089 Data Science - Full-Time 4.7 5.0 5.0 \n", + "6697 FullStack program - 35+ locations 5.0 5.0 5.0 \n", + "9060 SheCodes Basics 4.0 5.0 5.0 \n", + "718 Full-time UX/UI Design Bootcamp 5.0 5.0 5.0 \n", + "6900 FullStack program - 35+ locations 5.0 5.0 5.0 \n", + "7018 FullStack program - 35+ locations 5.0 5.0 5.0 \n", + "10745 UX Academy 5.0 5.0 5.0 \n", + "9891 SheCodes Online Workshop 5.0 5.0 5.0 \n", + "8820 3.7 4.0 4.0 \n", + "1346 Cyber Security Career Track 4.7 5.0 4.0 \n", + "8833 5.0 5.0 5.0 \n", + "8264 Fullstack JavaScript Web Developer 5.0 5.0 5.0 \n", + "8751 SheCodes Basics 5.0 5.0 5.0 \n", + "\n", + " jobSupport review_body \\\n", + "6836 5.0 Before I joined batch 194 in Shanghai I was th... \n", + "6691 5.0 Learning to code has been one of the best deci... \n", + "5852 5.0 Before the Bootcamp, I had spent the last ten ... \n", + "2505 4.0 One thing I like about Springboard's UX course... \n", + "10478 3.0 I signed up for Design Lab's Foundations cours... \n", + "5174 5.0 I did le Wagon in order to make a career chang... \n", + "4247 1.0 Do not purchase from this 'school' - they roll... \n", + "5089 4.0 I completed the Data Science and Machine Learn... \n", + "6697 5.0 Before Le Wagon I was working in Ad Tech in Lo... \n", + "9060 2.0 I am really lucky to have access to this codin... \n", + "718 5.0 I learned about Ironhack through Uber, there w... \n", + "6900 5.0 As a recent Oxford Classical Archaeology and A... \n", + "7018 0.0 After working for a start-up for a couple of y... \n", + "10745 5.0 I decided to pursue a career change during the... \n", + "9891 5.0 I learned so much from Matt just from the thre... \n", + "8820 3.0 I just wanted to take a moment to express my g... \n", + "1346 5.0 Pros 1) excellent self learning curriculum 2) ... \n", + "8833 5.0 So far It has been a great journey. I have rea... \n", + "8264 5.0 I have the feeling everything has been said co... \n", + "8751 5.0 “This SheCodes workshop has been a great exper... \n", + "\n", + " school school_id standardizedProgram \n", + "6836 le-wagon 10868 Web Development \n", + "6691 le-wagon 10868 Web Development \n", + "5852 le-wagon 10868 Data Science and Analytics \n", + "2505 springboard 11035 UX/UI Design \n", + "10478 designlab 10697 UX/UI Design \n", + "5174 le-wagon 10868 Web Development \n", + "4247 dataquest 10683 Unknown \n", + "5089 le-wagon 10868 Data Science and Analytics \n", + "6697 le-wagon 10868 Web Development \n", + "9060 shecodes 11014 Miscellaneous and General Tech \n", + "718 ironhack 10828 UX/UI Design \n", + "6900 le-wagon 10868 Web Development \n", + "7018 le-wagon 10868 Web Development \n", + "10745 designlab 10697 UX/UI Design \n", + "9891 shecodes 11014 Miscellaneous and General Tech \n", + "8820 shecodes 11014 Unknown \n", + "1346 springboard 11035 Cybersecurity \n", + "8833 shecodes 11014 Unknown \n", + "8264 la-capsule 10853 Web Development \n", + "8751 shecodes 11014 Miscellaneous and General Tech " + ] + }, + "execution_count": 35, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Apply the function to rows where the program is null\n", + "comments['program'] = comments.apply(\n", + " lambda row: extract_program(row['review_body']) if pd.isnull(row['program']) else row['program'],\n", + " axis=1\n", + ")\n", + "comments.sample(20)" + ] + }, + { + "cell_type": "code", + "execution_count": 36, + "id": "439c59d2", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "program\n", + " 1265\n", + "FullStack program - 35+ locations 1035\n", + "UX Academy Foundations 673\n", + "SheCodes Basics 659\n", + "Web Development Course - Full-Time 445\n", + " ... \n", + "Practical Penetration Testing (live-online) 1\n", + "Data Lead 1\n", + "JavaScript for Beginners 1\n", + "Data Scientist 1\n", + "Introduction to Cybersecurity 1\n", + "Name: count, Length: 167, dtype: int64" + ] + }, + "execution_count": 36, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "comments['program'].value_counts()" + ] + }, + { + "cell_type": "code", + "execution_count": 37, + "id": "9f6eaa08", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
comment_idschool_idschool_nameuser_nameanonymousgraduating_yeartaglinecreated_atoverall_scoreoverall_ratingcurriculum_ratingjob_support_ratingreview_bodyprogramprogram_cat
030984910828ironhackAnonymousTrue2024Data Analytics2024-04-033.34.04.02.0I just Finished the my study , I did the Data ...Data Analytics Part-TimeData Science and Analytics
130947910828ironhackPatrick MarquesFalse2024An intense experience full of emotions but at ...2024-03-194.04.04.04.0Hello, my name is Patrick Marques and I can sa...Data Analytics BootcampData Science and Analytics
230868310828ironhackHarikrishnan RamakrishnapillaiFalse2023It was amazing2024-02-154.34.05.04.0I could finish cybersecurity course within 3 m...Unknown
330743310828ironhackSorin TuineaFalse2023I would definitely recommend it2023-12-225.05.05.05.0I chose Ironhack after reading a lot of review...Unknown
430735010828ironhackKasia LukszaFalse2023Best learning experience of my life2023-12-195.05.05.05.0Attending this bootcamp was hands down the bes...UX/UI Design BootcampUX/UI Design
\n", + "
" + ], + "text/plain": [ + " comment_id school_id school_name user_name \\\n", + "0 309849 10828 ironhack Anonymous \n", + "1 309479 10828 ironhack Patrick Marques \n", + "2 308683 10828 ironhack Harikrishnan Ramakrishnapillai \n", + "3 307433 10828 ironhack Sorin Tuinea \n", + "4 307350 10828 ironhack Kasia Luksza \n", + "\n", + " anonymous graduating_year \\\n", + "0 True 2024 \n", + "1 False 2024 \n", + "2 False 2023 \n", + "3 False 2023 \n", + "4 False 2023 \n", + "\n", + " tagline created_at \\\n", + "0 Data Analytics 2024-04-03 \n", + "1 An intense experience full of emotions but at ... 2024-03-19 \n", + "2 It was amazing 2024-02-15 \n", + "3 I would definitely recommend it 2023-12-22 \n", + "4 Best learning experience of my life 2023-12-19 \n", + "\n", + " overall_score overall_rating curriculum_rating job_support_rating \\\n", + "0 3.3 4.0 4.0 2.0 \n", + "1 4.0 4.0 4.0 4.0 \n", + "2 4.3 4.0 5.0 4.0 \n", + "3 5.0 5.0 5.0 5.0 \n", + "4 5.0 5.0 5.0 5.0 \n", + "\n", + " review_body \\\n", + "0 I just Finished the my study , I did the Data ... \n", + "1 Hello, my name is Patrick Marques and I can sa... \n", + "2 I could finish cybersecurity course within 3 m... \n", + "3 I chose Ironhack after reading a lot of review... \n", + "4 Attending this bootcamp was hands down the bes... \n", + "\n", + " program program_cat \n", + "0 Data Analytics Part-Time Data Science and Analytics \n", + "1 Data Analytics Bootcamp Data Science and Analytics \n", + "2 Unknown \n", + "3 Unknown \n", + "4 UX/UI Design Bootcamp UX/UI Design " + ] + }, + "execution_count": 37, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "#rename and reorder columns\n", + "\n", + "comments.rename(columns = {'id':'comment_id',\n", + " 'name':'user_name',\n", + " 'graduatingYear': 'graduating_year' ,\n", + " 'createdAt': 'created_at',\n", + " 'overallScore': 'overall_score',\n", + " 'overall': 'overall_rating',\n", + " 'curriculum':'curriculum_rating',\n", + " 'jobSupport': 'job_support_rating',\n", + " 'school': 'school_name',\n", + " 'standardizedProgram': 'program_cat'\n", + " },inplace=True)\n", + "\n", + "comments = comments[['comment_id', 'school_id','school_name', 'user_name','anonymous', 'graduating_year', 'tagline',\n", + " 'created_at', 'overall_score', 'overall_rating','curriculum_rating', 'job_support_rating',\n", + " 'review_body', 'program','program_cat']]\n", + "\n", + "comments.head()\n" + ] + }, + { + "cell_type": "markdown", + "id": "34f79d15", + "metadata": {}, + "source": [ + "# Other Data Frames" + ] + }, + { + "cell_type": "markdown", + "id": "f0b7d3a2", + "metadata": {}, + "source": [ + "https://www.switchup.org/chimera/v1/bootcamp-data?mainTemplate=bootcamp-data%2Fdescription&path=%2Fbootcamps%2Fironhack&isDataTarget=false&bootcampId=10828&logoTag=logo&truncationLength=250&readMoreOmission=...&readMoreText=Read%20More&readLessText=Read%20Less\n", + "\n", + "Looking at the URL to get other usefull information like price" + ] + }, + { + "cell_type": "code", + "execution_count": 38, + "id": "225f5a8c", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "# Function to fetch and process school information\n", + "def get_school_info(school, school_id):\n", + " # Construct the URL to fetch data for the specified school and school_id\n", + " url = 'https://www.switchup.org/chimera/v1/bootcamp-data?mainTemplate=bootcamp-data%2Fdescription&path=%2Fbootcamps%2F'+ str(school) + '&isDataTarget=false&bootcampId='+ str(school_id) + '&logoTag=logo&truncationLength=250&readMoreOmission=...&readMoreText=Read%20More&readLessText=Read%20Less'\n", + "\n", + " # Send a GET request to the URL and get the response in JSON format\n", + " data = requests.get(url).json()\n", + "\n", + " # Print the keys of the data dictionary (for debugging purposes)\n", + " #print(data.keys())\n", + "\n", + " # Extract the 'courses' data and convert it to a DataFrame\n", + " courses = data['content']['courses']\n", + " courses_df = pd.DataFrame(courses, columns=['courses'])\n", + "\n", + " # Extract the 'locations' data and normalize it into a DataFrame\n", + " locations = data['content']['locations']\n", + " locations_df = json_normalize(locations)\n", + "\n", + " # Extract the 'meritBadges' data and convert it to a DataFrame\n", + " badges_df = pd.DataFrame(data['content']['meritBadges'])\n", + " \n", + " # Extract other school information: website, description, and logo URL\n", + " website = data['content']['webaddr']\n", + " description = data['content']['description']\n", + " logoUrl = data['content']['logoUrl']\n", + " price_min= data['content']['priceMin']\n", + " price_max = data['content']['priceMax']\n", + " school_df = pd.DataFrame([website,description,logoUrl, price_min, price_max]).T\n", + " school_df.columns = ['website','description','LogoUrl', 'price_min', 'price_max']\n", + "\n", + " # Add the 'school' name to each DataFrame\n", + " locations_df['school'] = school\n", + " courses_df['school'] = school\n", + " badges_df['school'] = school\n", + " school_df['school'] = school\n", + " \n", + " # Add the 'school_id' to each DataFrame\n", + " locations_df['school_id'] = school_id\n", + " courses_df['school_id'] = school_id\n", + " badges_df['school_id'] = school_id\n", + " school_df['school_id'] = school_id\n", + "\n", + " # Return the DataFrames\n", + " return locations_df, courses_df, badges_df, school_df\n", + "\n", + "\n" + ] + }, + { + "cell_type": "code", + "execution_count": 39, + "id": "e82a1514", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "ironhack\n", + "springboard\n", + "learningfuze\n", + "actualize\n", + "clarusway\n", + "codesmith\n", + "dataquest\n", + "syntax-technologies\n", + "evolve-security-academy\n", + "level-effect\n", + "le-wagon\n", + "4geeks-academy\n", + "jedha\n", + "la-capsule\n", + "wbs-coding-school\n", + "shecodes\n", + "designlab\n" + ] + } + ], + "source": [ + "# Initialize lists to collect data from each school\n", + "locations_list = []\n", + "courses_list = []\n", + "badges_list = []\n", + "schools_list = []\n", + "\n", + "\n", + "# Loop through each school and ID in the 'schools' dictionary\n", + "for school, id in schools.items():\n", + " print(school) # Print the school name (for debugging purposes)\n", + " a, b, c, d = get_school_info(school, id) # Get the school information\n", + " \n", + " # Append the data to the corresponding lists\n", + " locations_list.append(a)\n", + " courses_list.append(b)\n", + " badges_list.append(c)\n", + " schools_list.append(d)" + ] + }, + { + "cell_type": "code", + "execution_count": 40, + "id": "96dabde7", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Locations DataFrame:\n" + ] + }, + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
iddescriptioncountry.idcountry.namecountry.abbrevcity.idcity.namecity.keywordstate.idstate.namestate.abbrevstate.keywordschoolschool_id
015901Berlin, Germany57.0GermanyDE31156.0BerlinberlinNaNNaNNaNNaNironhack10828
116022Mexico City, Mexico29.0MexicoMX31175.0Mexico Citymexico-cityNaNNaNNaNNaNironhack10828
216086Amsterdam, Netherlands59.0NetherlandsNL31168.0AmsterdamamsterdamNaNNaNNaNNaNironhack10828
316088Sao Paulo, Brazil42.0BrazilBR31121.0Sao Paulosao-pauloNaNNaNNaNNaNironhack10828
416109Paris, France38.0FranceFR31136.0ParisparisNaNNaNNaNNaNironhack10828
\n", + "
" + ], + "text/plain": [ + " id description country.id country.name country.abbrev \\\n", + "0 15901 Berlin, Germany 57.0 Germany DE \n", + "1 16022 Mexico City, Mexico 29.0 Mexico MX \n", + "2 16086 Amsterdam, Netherlands 59.0 Netherlands NL \n", + "3 16088 Sao Paulo, Brazil 42.0 Brazil BR \n", + "4 16109 Paris, France 38.0 France FR \n", + "\n", + " city.id city.name city.keyword state.id state.name state.abbrev \\\n", + "0 31156.0 Berlin berlin NaN NaN NaN \n", + "1 31175.0 Mexico City mexico-city NaN NaN NaN \n", + "2 31168.0 Amsterdam amsterdam NaN NaN NaN \n", + "3 31121.0 Sao Paulo sao-paulo NaN NaN NaN \n", + "4 31136.0 Paris paris NaN NaN NaN \n", + "\n", + " state.keyword school school_id \n", + "0 NaN ironhack 10828 \n", + "1 NaN ironhack 10828 \n", + "2 NaN ironhack 10828 \n", + "3 NaN ironhack 10828 \n", + "4 NaN ironhack 10828 " + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Courses DataFrame:\n" + ] + }, + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
coursesschoolschool_id
0Cyber Security Bootcampironhack10828
1Cybersecurity Part-Timeironhack10828
2Data Analytics Bootcampironhack10828
3Data Analytics Part-Timeironhack10828
4UX/UI Design Bootcampironhack10828
\n", + "
" + ], + "text/plain": [ + " courses school school_id\n", + "0 Cyber Security Bootcamp ironhack 10828\n", + "1 Cybersecurity Part-Time ironhack 10828\n", + "2 Data Analytics Bootcamp ironhack 10828\n", + "3 Data Analytics Part-Time ironhack 10828\n", + "4 UX/UI Design Bootcamp ironhack 10828" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Badges DataFrame:\n" + ] + }, + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
namekeyworddescriptionschoolschool_id
0Available Onlineavailable_online<p>School offers fully online courses</p>ironhack10828
1Verified Outcomesverified_outcomes<p>School publishes a third-party verified out...ironhack10828
2Flexible Classesflexible_classes<p>School offers part-time and evening classes...ironhack10828
3Available Onlineavailable_online<p>School offers fully online courses</p>springboard11035
4Flexible Classesflexible_classes<p>School offers part-time and evening classes...springboard11035
\n", + "
" + ], + "text/plain": [ + " name keyword \\\n", + "0 Available Online available_online \n", + "1 Verified Outcomes verified_outcomes \n", + "2 Flexible Classes flexible_classes \n", + "3 Available Online available_online \n", + "4 Flexible Classes flexible_classes \n", + "\n", + " description school school_id \n", + "0

School offers fully online courses

ironhack 10828 \n", + "1

School publishes a third-party verified out... ironhack 10828 \n", + "2

School offers part-time and evening classes... ironhack 10828 \n", + "3

School offers fully online courses

springboard 11035 \n", + "4

School offers part-time and evening classes... springboard 11035 " + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Schools DataFrame:\n" + ] + }, + { + "data": { + "text/html": [ + "

\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
websitedescriptionLogoUrlprice_minprice_maxschoolschool_id
0www.ironhack.com/en<span class=\"truncatable\"><p>Ironhack is a glo...https://d92mrp7hetgfk.cloudfront.net/images/si...750013000ironhack10828
1www.springboard.com/?utm_source=switchup&utm_m...<span class=\"truncatable\"><p>Springboard is an...https://d92mrp7hetgfk.cloudfront.net/images/si...3499900springboard11035
2learningfuze.com<span class=\"truncatable\"><p>LearningFuze is a...https://d92mrp7hetgfk.cloudfront.net/images/si...015995learningfuze10862
3anyonecanlearntocode.com/?utm_source=switchup&...<span class=\"truncatable\"><p>Actualize is a co...https://d92mrp7hetgfk.cloudfront.net/images/si...1690016900actualize10505
4clarusway.com/<span class=\"truncatable\"><p>Clarusway is a hi...https://d92mrp7hetgfk.cloudfront.net/images/si...75021500clarusway11539
\n", + "
" + ], + "text/plain": [ + " website \\\n", + "0 www.ironhack.com/en \n", + "1 www.springboard.com/?utm_source=switchup&utm_m... \n", + "2 learningfuze.com \n", + "3 anyonecanlearntocode.com/?utm_source=switchup&... \n", + "4 clarusway.com/ \n", + "\n", + " description \\\n", + "0

Ironhack is a glo... \n", + "1

Springboard is an... \n", + "2

LearningFuze is a... \n", + "3

Actualize is a co... \n", + "4

Clarusway is a hi... \n", + "\n", + " LogoUrl price_min price_max \\\n", + "0 https://d92mrp7hetgfk.cloudfront.net/images/si... 7500 13000 \n", + "1 https://d92mrp7hetgfk.cloudfront.net/images/si... 349 9900 \n", + "2 https://d92mrp7hetgfk.cloudfront.net/images/si... 0 15995 \n", + "3 https://d92mrp7hetgfk.cloudfront.net/images/si... 16900 16900 \n", + "4 https://d92mrp7hetgfk.cloudfront.net/images/si... 750 21500 \n", + "\n", + " school school_id \n", + "0 ironhack 10828 \n", + "1 springboard 11035 \n", + "2 learningfuze 10862 \n", + "3 actualize 10505 \n", + "4 clarusway 11539 " + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "# concatenate these lists into DataFrames \n", + "if locations_list:\n", + " locations = pd.concat(locations_list, ignore_index=True)\n", + " print(\"Locations DataFrame:\")\n", + " display(locations.head())\n", + "\n", + "if courses_list:\n", + " courses = pd.concat(courses_list, ignore_index=True)\n", + " print(\"Courses DataFrame:\")\n", + " display(courses.head())\n", + "\n", + "if badges_list:\n", + " badges = pd.concat(badges_list, ignore_index=True)\n", + " print(\"Badges DataFrame:\")\n", + " display(badges.head())\n", + "\n", + "if schools_list:\n", + " schools = pd.concat(schools_list, ignore_index=True)\n", + " print(\"Schools DataFrame:\")\n", + " display(schools.head())" + ] + }, + { + "cell_type": "markdown", + "id": "06299ccb", + "metadata": {}, + "source": [ + "### Cleaning Locations" + ] + }, + { + "cell_type": "code", + "execution_count": 41, + "id": "421029f0", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "id 0\n", + "description 0\n", + "country.id 17\n", + "country.name 17\n", + "country.abbrev 17\n", + "city.id 20\n", + "city.name 20\n", + "city.keyword 20\n", + "state.id 98\n", + "state.name 98\n", + "state.abbrev 98\n", + "state.keyword 98\n", + "school 0\n", + "school_id 0\n", + "dtype: int64" + ] + }, + "execution_count": 41, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "locations.isna().sum()" + ] + }, + { + "cell_type": "code", + "execution_count": 42, + "id": "9c85f730", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "(131, 14)" + ] + }, + "execution_count": 42, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "locations.shape" + ] + }, + { + "cell_type": "code", + "execution_count": 43, + "id": "b1b215d6", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "Index(['id', 'description', 'country.id', 'country.name', 'country.abbrev',\n", + " 'city.id', 'city.name', 'city.keyword', 'state.id', 'state.name',\n", + " 'state.abbrev', 'state.keyword', 'school', 'school_id'],\n", + " dtype='object')" + ] + }, + "execution_count": 43, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "locations.columns" + ] + }, + { + "cell_type": "code", + "execution_count": 44, + "id": "7083cf0a", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "

\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
iddescriptioncountry.idcountry.namecountry.abbrevcity.idcity.namecity.keywordstate.idstate.namestate.abbrevstate.keywordschoolschool_id
917233OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonlineironhack10828
1016013OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonlinespringboard11035
1316970OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonlinelearningfuze10862
1516019OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonlineactualize10505
1617789OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonlineclarusway11539
1916595OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonlinecodesmith10643
2116378OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonlinedataquest10683
2218261OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonlinesyntax-technologies11797
2315899OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonlineevolve-security-academy10743
2517374OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonlinelevel-effect11282
5818117OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonlinele-wagon10868
8818370OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonline4geeks-academy10492
9717434OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonlinejedha10837
12218269OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonlinela-capsule10853
12617654OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonlinewbs-coding-school11243
12716914OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonlineshecodes11014
13015816OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonlinedesignlab10697
\n", + "
" + ], + "text/plain": [ + " id description country.id country.name country.abbrev city.id \\\n", + "9 17233 Online NaN NaN NaN NaN \n", + "10 16013 Online NaN NaN NaN NaN \n", + "13 16970 Online NaN NaN NaN NaN \n", + "15 16019 Online NaN NaN NaN NaN \n", + "16 17789 Online NaN NaN NaN NaN \n", + "19 16595 Online NaN NaN NaN NaN \n", + "21 16378 Online NaN NaN NaN NaN \n", + "22 18261 Online NaN NaN NaN NaN \n", + "23 15899 Online NaN NaN NaN NaN \n", + "25 17374 Online NaN NaN NaN NaN \n", + "58 18117 Online NaN NaN NaN NaN \n", + "88 18370 Online NaN NaN NaN NaN \n", + "97 17434 Online NaN NaN NaN NaN \n", + "122 18269 Online NaN NaN NaN NaN \n", + "126 17654 Online NaN NaN NaN NaN \n", + "127 16914 Online NaN NaN NaN NaN \n", + "130 15816 Online NaN NaN NaN NaN \n", + "\n", + " city.name city.keyword state.id state.name state.abbrev state.keyword \\\n", + "9 NaN NaN 1.0 Online Online online \n", + "10 NaN NaN 1.0 Online Online online \n", + "13 NaN NaN 1.0 Online Online online \n", + "15 NaN NaN 1.0 Online Online online \n", + "16 NaN NaN 1.0 Online Online online \n", + "19 NaN NaN 1.0 Online Online online \n", + "21 NaN NaN 1.0 Online Online online \n", + "22 NaN NaN 1.0 Online Online online \n", + "23 NaN NaN 1.0 Online Online online \n", + "25 NaN NaN 1.0 Online Online online \n", + "58 NaN NaN 1.0 Online Online online \n", + "88 NaN NaN 1.0 Online Online online \n", + "97 NaN NaN 1.0 Online Online online \n", + "122 NaN NaN 1.0 Online Online online \n", + "126 NaN NaN 1.0 Online Online online \n", + "127 NaN NaN 1.0 Online Online online \n", + "130 NaN NaN 1.0 Online Online online \n", + "\n", + " school school_id \n", + "9 ironhack 10828 \n", + "10 springboard 11035 \n", + "13 learningfuze 10862 \n", + "15 actualize 10505 \n", + "16 clarusway 11539 \n", + "19 codesmith 10643 \n", + "21 dataquest 10683 \n", + "22 syntax-technologies 11797 \n", + "23 evolve-security-academy 10743 \n", + "25 level-effect 11282 \n", + "58 le-wagon 10868 \n", + "88 4geeks-academy 10492 \n", + "97 jedha 10837 \n", + "122 la-capsule 10853 \n", + "126 wbs-coding-school 11243 \n", + "127 shecodes 11014 \n", + "130 designlab 10697 " + ] + }, + "execution_count": 44, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "locations[locations['description']=='Online']" + ] + }, + { + "cell_type": "code", + "execution_count": 45, + "id": "f755e9aa", + "metadata": { + "scrolled": true, + "tags": [] + }, + "outputs": [], + "source": [ + "#removing irrelevant cols\n", + "\n", + "locations.drop(columns=['state.id','state.name',\n", + " 'state.abbrev', 'state.keyword','city.keyword'],inplace=True)\n", + "locations.rename(columns = {'country.id':'country_id', \n", + " 'country.name':'country_name', \n", + " 'city.id':'city_id', \n", + " 'city.name':'city_name'}, inplace = True)\n", + "\n" + ] + }, + { + "cell_type": "code", + "execution_count": 46, + "id": "c466c330", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
iddescriptioncountry_idcountry_namecountry.abbrevcity_idcity_nameschoolschool_id
1916595OnlineNaNNaNNaNNaNNaNcodesmith10643
10818313Luxembourg, Belgium46.0BelgiumBENaNNaNjedha10837
6917811Montevideo, Uruguay33.0UruguayUY31089.0Montevideo4geeks-academy10492
9918252Lille, France38.0FranceFR31128.0Lillejedha10837
7918232Bogota, Columbia30.0ColombiaCO31078.0Bogota4geeks-academy10492
9018372Houston, TX1.0United StatesUS81.0Houston4geeks-academy10492
2615803Melbourne, Australia20.0AustraliaAU31174.0Melbournele-wagon10868
7118223Milan, Italy39.0ItalyIT31107.0Milan4geeks-academy10492
5818117OnlineNaNNaNNaNNaNNaNle-wagon10868
12418271Bordeaux, France38.0FranceFR31124.0Bordeauxla-capsule10853
\n", + "
" + ], + "text/plain": [ + " id description country_id country_name country.abbrev \\\n", + "19 16595 Online NaN NaN NaN \n", + "108 18313 Luxembourg, Belgium 46.0 Belgium BE \n", + "69 17811 Montevideo, Uruguay 33.0 Uruguay UY \n", + "99 18252 Lille, France 38.0 France FR \n", + "79 18232 Bogota, Columbia 30.0 Colombia CO \n", + "90 18372 Houston, TX 1.0 United States US \n", + "26 15803 Melbourne, Australia 20.0 Australia AU \n", + "71 18223 Milan, Italy 39.0 Italy IT \n", + "58 18117 Online NaN NaN NaN \n", + "124 18271 Bordeaux, France 38.0 France FR \n", + "\n", + " city_id city_name school school_id \n", + "19 NaN NaN codesmith 10643 \n", + "108 NaN NaN jedha 10837 \n", + "69 31089.0 Montevideo 4geeks-academy 10492 \n", + "99 31128.0 Lille jedha 10837 \n", + "79 31078.0 Bogota 4geeks-academy 10492 \n", + "90 81.0 Houston 4geeks-academy 10492 \n", + "26 31174.0 Melbourne le-wagon 10868 \n", + "71 31107.0 Milan 4geeks-academy 10492 \n", + "58 NaN NaN le-wagon 10868 \n", + "124 31124.0 Bordeaux la-capsule 10853 " + ] + }, + "execution_count": 46, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "locations.sample(10)" + ] + }, + { + "cell_type": "code", + "execution_count": 47, + "id": "f25be47d", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "id 0\n", + "description 0\n", + "country_id 17\n", + "country_name 17\n", + "country.abbrev 17\n", + "city_id 20\n", + "city_name 20\n", + "school 0\n", + "school_id 0\n", + "dtype: int64" + ] + }, + "execution_count": 47, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "locations.isna().sum()" + ] + }, + { + "cell_type": "code", + "execution_count": 48, + "id": "3baf3998", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
iddescriptioncountry_idcountry_namecountry.abbrevcity_idcity_nameschoolschool_id
917233OnlineNaNNaNNaNNaNNaNironhack10828
1016013OnlineNaNNaNNaNNaNNaNspringboard11035
1316970OnlineNaNNaNNaNNaNNaNlearningfuze10862
1516019OnlineNaNNaNNaNNaNNaNactualize10505
1617789OnlineNaNNaNNaNNaNNaNclarusway11539
1916595OnlineNaNNaNNaNNaNNaNcodesmith10643
2116378OnlineNaNNaNNaNNaNNaNdataquest10683
2218261OnlineNaNNaNNaNNaNNaNsyntax-technologies11797
2315899OnlineNaNNaNNaNNaNNaNevolve-security-academy10743
2517374OnlineNaNNaNNaNNaNNaNlevel-effect11282
5818117OnlineNaNNaNNaNNaNNaNle-wagon10868
8818370OnlineNaNNaNNaNNaNNaN4geeks-academy10492
9717434OnlineNaNNaNNaNNaNNaNjedha10837
12218269OnlineNaNNaNNaNNaNNaNla-capsule10853
12617654OnlineNaNNaNNaNNaNNaNwbs-coding-school11243
12716914OnlineNaNNaNNaNNaNNaNshecodes11014
13015816OnlineNaNNaNNaNNaNNaNdesignlab10697
\n", + "
" + ], + "text/plain": [ + " id description country_id country_name country.abbrev city_id \\\n", + "9 17233 Online NaN NaN NaN NaN \n", + "10 16013 Online NaN NaN NaN NaN \n", + "13 16970 Online NaN NaN NaN NaN \n", + "15 16019 Online NaN NaN NaN NaN \n", + "16 17789 Online NaN NaN NaN NaN \n", + "19 16595 Online NaN NaN NaN NaN \n", + "21 16378 Online NaN NaN NaN NaN \n", + "22 18261 Online NaN NaN NaN NaN \n", + "23 15899 Online NaN NaN NaN NaN \n", + "25 17374 Online NaN NaN NaN NaN \n", + "58 18117 Online NaN NaN NaN NaN \n", + "88 18370 Online NaN NaN NaN NaN \n", + "97 17434 Online NaN NaN NaN NaN \n", + "122 18269 Online NaN NaN NaN NaN \n", + "126 17654 Online NaN NaN NaN NaN \n", + "127 16914 Online NaN NaN NaN NaN \n", + "130 15816 Online NaN NaN NaN NaN \n", + "\n", + " city_name school school_id \n", + "9 NaN ironhack 10828 \n", + "10 NaN springboard 11035 \n", + "13 NaN learningfuze 10862 \n", + "15 NaN actualize 10505 \n", + "16 NaN clarusway 11539 \n", + "19 NaN codesmith 10643 \n", + "21 NaN dataquest 10683 \n", + "22 NaN syntax-technologies 11797 \n", + "23 NaN evolve-security-academy 10743 \n", + "25 NaN level-effect 11282 \n", + "58 NaN le-wagon 10868 \n", + "88 NaN 4geeks-academy 10492 \n", + "97 NaN jedha 10837 \n", + "122 NaN la-capsule 10853 \n", + "126 NaN wbs-coding-school 11243 \n", + "127 NaN shecodes 11014 \n", + "130 NaN designlab 10697 " + ] + }, + "execution_count": 48, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "locations[(locations['country_id'].isnull())&(locations['country_name'].isnull())&\n", + " (locations['country.abbrev'].isnull())&(locations['city_id'].isnull())&(locations['city_name'].isnull())]" + ] + }, + { + "cell_type": "code", + "execution_count": 49, + "id": "f7f94835", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "locations.loc[locations['description'] == 'Online', 'city_name'] = 'Online'\n", + "locations.loc[locations['description'] == 'Online', 'country_name'] = 'Online'" + ] + }, + { + "cell_type": "code", + "execution_count": 50, + "id": "99700ba1", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
iddescriptioncountry_idcountry_namecountry.abbrevcity_idcity_nameschoolschool_id
917233OnlineNaNOnlineNaNNaNOnlineironhack10828
1016013OnlineNaNOnlineNaNNaNOnlinespringboard11035
1316970OnlineNaNOnlineNaNNaNOnlinelearningfuze10862
1516019OnlineNaNOnlineNaNNaNOnlineactualize10505
1617789OnlineNaNOnlineNaNNaNOnlineclarusway11539
1916595OnlineNaNOnlineNaNNaNOnlinecodesmith10643
2116378OnlineNaNOnlineNaNNaNOnlinedataquest10683
2218261OnlineNaNOnlineNaNNaNOnlinesyntax-technologies11797
2315899OnlineNaNOnlineNaNNaNOnlineevolve-security-academy10743
2517374OnlineNaNOnlineNaNNaNOnlinelevel-effect11282
5818117OnlineNaNOnlineNaNNaNOnlinele-wagon10868
8818370OnlineNaNOnlineNaNNaNOnline4geeks-academy10492
9717434OnlineNaNOnlineNaNNaNOnlinejedha10837
10418309Montpellier, France38.0FranceFRNaNNaNjedha10837
10818313Luxembourg, Belgium46.0BelgiumBENaNNaNjedha10837
11218317Abidjan, West Africa105.0Côte d'IvoireCINaNNaNjedha10837
12218269OnlineNaNOnlineNaNNaNOnlinela-capsule10853
12617654OnlineNaNOnlineNaNNaNOnlinewbs-coding-school11243
12716914OnlineNaNOnlineNaNNaNOnlineshecodes11014
13015816OnlineNaNOnlineNaNNaNOnlinedesignlab10697
\n", + "
" + ], + "text/plain": [ + " id description country_id country_name country.abbrev \\\n", + "9 17233 Online NaN Online NaN \n", + "10 16013 Online NaN Online NaN \n", + "13 16970 Online NaN Online NaN \n", + "15 16019 Online NaN Online NaN \n", + "16 17789 Online NaN Online NaN \n", + "19 16595 Online NaN Online NaN \n", + "21 16378 Online NaN Online NaN \n", + "22 18261 Online NaN Online NaN \n", + "23 15899 Online NaN Online NaN \n", + "25 17374 Online NaN Online NaN \n", + "58 18117 Online NaN Online NaN \n", + "88 18370 Online NaN Online NaN \n", + "97 17434 Online NaN Online NaN \n", + "104 18309 Montpellier, France 38.0 France FR \n", + "108 18313 Luxembourg, Belgium 46.0 Belgium BE \n", + "112 18317 Abidjan, West Africa 105.0 Côte d'Ivoire CI \n", + "122 18269 Online NaN Online NaN \n", + "126 17654 Online NaN Online NaN \n", + "127 16914 Online NaN Online NaN \n", + "130 15816 Online NaN Online NaN \n", + "\n", + " city_id city_name school school_id \n", + "9 NaN Online ironhack 10828 \n", + "10 NaN Online springboard 11035 \n", + "13 NaN Online learningfuze 10862 \n", + "15 NaN Online actualize 10505 \n", + "16 NaN Online clarusway 11539 \n", + "19 NaN Online codesmith 10643 \n", + "21 NaN Online dataquest 10683 \n", + "22 NaN Online syntax-technologies 11797 \n", + "23 NaN Online evolve-security-academy 10743 \n", + "25 NaN Online level-effect 11282 \n", + "58 NaN Online le-wagon 10868 \n", + "88 NaN Online 4geeks-academy 10492 \n", + "97 NaN Online jedha 10837 \n", + "104 NaN NaN jedha 10837 \n", + "108 NaN NaN jedha 10837 \n", + "112 NaN NaN jedha 10837 \n", + "122 NaN Online la-capsule 10853 \n", + "126 NaN Online wbs-coding-school 11243 \n", + "127 NaN Online shecodes 11014 \n", + "130 NaN Online designlab 10697 " + ] + }, + "execution_count": 50, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "locations[(locations['city_id'].isnull())|(locations['city_name'].isnull())]" + ] + }, + { + "cell_type": "code", + "execution_count": 51, + "id": "cfe64739", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "\"\"\"\n", + "Checked the HTML for those 3 values, and retrieved from description col that I had dropped:\n", + " 18309 Montpellier\n", + " 18313 Luxembourg\n", + " 18317 Abidjan\n", + "\"\"\"\n", + "\n", + "locations.loc[locations['id'] == 18309, 'city_name'] = 'Montpellier'\n", + "locations.loc[locations['id'] == 18313, 'city_name'] = 'Luxembourg'\n", + "locations.loc[locations['id'] == 18317, 'city_name'] = 'Abidjan'" + ] + }, + { + "cell_type": "code", + "execution_count": 52, + "id": "5b2efba6", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
iddescriptioncountry_idcountry_namecountry.abbrevcity_idcity_nameschoolschool_id
1716002Los Angeles, CA, United States1.0United StatesUS10.0Los Angelescodesmith10643
9218374Los Angeles, CA1.0United StatesUS10.0Los Angeles4geeks-academy10492
1216806San Diego, CA, United States1.0United StatesUS11.0San Diegolearningfuze10862
1116712Irvine, CA, United States1.0United StatesUS24.0Irvinelearningfuze10862
516375Miami, FL, United States1.0United StatesUS31.0Miamiironhack10828
..............................
11218317Abidjan, West Africa105.0Côte d'IvoireCINaNAbidjanjedha10837
12218269OnlineNaNOnlineNaNNaNOnlinela-capsule10853
12617654OnlineNaNOnlineNaNNaNOnlinewbs-coding-school11243
12716914OnlineNaNOnlineNaNNaNOnlineshecodes11014
13015816OnlineNaNOnlineNaNNaNOnlinedesignlab10697
\n", + "

131 rows × 9 columns

\n", + "
" + ], + "text/plain": [ + " id description country_id country_name \\\n", + "17 16002 Los Angeles, CA, United States 1.0 United States \n", + "92 18374 Los Angeles, CA 1.0 United States \n", + "12 16806 San Diego, CA, United States 1.0 United States \n", + "11 16712 Irvine, CA, United States 1.0 United States \n", + "5 16375 Miami, FL, United States 1.0 United States \n", + ".. ... ... ... ... \n", + "112 18317 Abidjan, West Africa 105.0 Côte d'Ivoire \n", + "122 18269 Online NaN Online \n", + "126 17654 Online NaN Online \n", + "127 16914 Online NaN Online \n", + "130 15816 Online NaN Online \n", + "\n", + " country.abbrev city_id city_name school school_id \n", + "17 US 10.0 Los Angeles codesmith 10643 \n", + "92 US 10.0 Los Angeles 4geeks-academy 10492 \n", + "12 US 11.0 San Diego learningfuze 10862 \n", + "11 US 24.0 Irvine learningfuze 10862 \n", + "5 US 31.0 Miami ironhack 10828 \n", + ".. ... ... ... ... ... \n", + "112 CI NaN Abidjan jedha 10837 \n", + "122 NaN NaN Online la-capsule 10853 \n", + "126 NaN NaN Online wbs-coding-school 11243 \n", + "127 NaN NaN Online shecodes 11014 \n", + "130 NaN NaN Online designlab 10697 \n", + "\n", + "[131 rows x 9 columns]" + ] + }, + "execution_count": 52, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "\t\n", + "locations.sort_values(by='city_id')" + ] + }, + { + "cell_type": "code", + "execution_count": 53, + "id": "db94736f", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "31300.0" + ] + }, + "execution_count": 53, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "locations['city_id'].max()" + ] + }, + { + "cell_type": "code", + "execution_count": 54, + "id": "bc3b80ba", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "#let's assgint a city id for the 3 cities that are missing it, in case needed later for analysis\n", + "\n", + "locations.loc[locations['id'] == 18309, 'city_id'] = 31301.0\n", + "locations.loc[locations['id'] == 18313, 'city_id'] = 31302.0\n", + "locations.loc[locations['id'] == 18317, 'city_id'] = 31303.0\n", + "locations.loc[locations['description'] == 'Online', 'city_id'] = 31304.0" + ] + }, + { + "cell_type": "code", + "execution_count": 55, + "id": "11d86dda", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "236.0" + ] + }, + "execution_count": 55, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "locations['country_id'].max()" + ] + }, + { + "cell_type": "code", + "execution_count": 56, + "id": "b3a83ef1", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "#let's assgint a country id for Online\n", + "\n", + "locations.loc[locations['description'] == 'Online', 'country_id'] = 237.0" + ] + }, + { + "cell_type": "code", + "execution_count": 57, + "id": "28dc7a96", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
iddescriptioncountry_idcountry_namecountry.abbrevcity_idcity_nameschoolschool_id
\n", + "
" + ], + "text/plain": [ + "Empty DataFrame\n", + "Columns: [id, description, country_id, country_name, country.abbrev, city_id, city_name, school, school_id]\n", + "Index: []" + ] + }, + "execution_count": 57, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "locations[(locations['city_id'].isnull())|(locations['city_name'].isnull())]" + ] + }, + { + "cell_type": "code", + "execution_count": 58, + "id": "c5b99417", + "metadata": { + "scrolled": true, + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "id int64\n", + "description object\n", + "country_id float64\n", + "country_name object\n", + "country.abbrev object\n", + "city_id float64\n", + "city_name object\n", + "school object\n", + "school_id int64\n", + "dtype: object" + ] + }, + "execution_count": 58, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "#let's adjust dtypes\n", + "\n", + "locations.dtypes" + ] + }, + { + "cell_type": "code", + "execution_count": 59, + "id": "c1a2321e", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "locations['country_id'] = locations['country_id'].astype('Int64')\n", + "locations['city_id'] = locations['city_id'].astype('Int64')" + ] + }, + { + "cell_type": "code", + "execution_count": 60, + "id": "83a6e715", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
iddescriptioncountry_idcountry_namecountry.abbrevcity_idcity_nameschoolschool_id
9318375New York, NY1United StatesUS3619New York4geeks-academy10492
12816915Lisbon, Portugal28PortugalPT31075Lisbonshecodes11014
9918252Lille, France38FranceFR31128Lillejedha10837
12318270Lille, France38FranceFR31128Lillela-capsule10853
2116378Online237OnlineNaN31304Onlinedataquest10683
6416054Miami, FL, United States1United StatesUS31Miami4geeks-academy10492
3516147Lille, France38FranceFR31128Lillele-wagon10868
10218255Nantes, France38FranceFR31130Nantesjedha10837
116022Mexico City, Mexico29MexicoMX31175Mexico Cityironhack10828
5217314Dubai, United Arab Emirates34United Arab EmiratesAE31093Dubaile-wagon10868
\n", + "
" + ], + "text/plain": [ + " id description country_id country_name \\\n", + "93 18375 New York, NY 1 United States \n", + "128 16915 Lisbon, Portugal 28 Portugal \n", + "99 18252 Lille, France 38 France \n", + "123 18270 Lille, France 38 France \n", + "21 16378 Online 237 Online \n", + "64 16054 Miami, FL, United States 1 United States \n", + "35 16147 Lille, France 38 France \n", + "102 18255 Nantes, France 38 France \n", + "1 16022 Mexico City, Mexico 29 Mexico \n", + "52 17314 Dubai, United Arab Emirates 34 United Arab Emirates \n", + "\n", + " country.abbrev city_id city_name school school_id \n", + "93 US 3619 New York 4geeks-academy 10492 \n", + "128 PT 31075 Lisbon shecodes 11014 \n", + "99 FR 31128 Lille jedha 10837 \n", + "123 FR 31128 Lille la-capsule 10853 \n", + "21 NaN 31304 Online dataquest 10683 \n", + "64 US 31 Miami 4geeks-academy 10492 \n", + "35 FR 31128 Lille le-wagon 10868 \n", + "102 FR 31130 Nantes jedha 10837 \n", + "1 MX 31175 Mexico City ironhack 10828 \n", + "52 AE 31093 Dubai le-wagon 10868 " + ] + }, + "execution_count": 60, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "locations.sample(10)" + ] + }, + { + "cell_type": "code", + "execution_count": 61, + "id": "c9092a7e", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "# drop description and country.abbrev\n", + "\n", + "locations.drop(columns=['description','country.abbrev'],inplace=True)" + ] + }, + { + "cell_type": "code", + "execution_count": 62, + "id": "1b436f08", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "id 0\n", + "country_id 0\n", + "country_name 0\n", + "city_id 0\n", + "city_name 0\n", + "school 0\n", + "school_id 0\n", + "dtype: int64" + ] + }, + "execution_count": 62, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "locations.isna().sum()" + ] + }, + { + "cell_type": "code", + "execution_count": 63, + "id": "bf24e439", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
idcountry_idcountry_namecity_idcity_nameschoolschool_id
01590157Germany31156Berlinironhack10828
11602229Mexico31175Mexico Cityironhack10828
21608659Netherlands31168Amsterdamironhack10828
31608842Brazil31121Sao Pauloironhack10828
41610938France31136Parisironhack10828
........................
12617654237Online31304Onlinewbs-coding-school11243
12716914237Online31304Onlineshecodes11014
1281691528Portugal31075Lisbonshecodes11014
1291691628Portugal31102Portoshecodes11014
13015816237Online31304Onlinedesignlab10697
\n", + "

131 rows × 7 columns

\n", + "
" + ], + "text/plain": [ + " id country_id country_name city_id city_name school \\\n", + "0 15901 57 Germany 31156 Berlin ironhack \n", + "1 16022 29 Mexico 31175 Mexico City ironhack \n", + "2 16086 59 Netherlands 31168 Amsterdam ironhack \n", + "3 16088 42 Brazil 31121 Sao Paulo ironhack \n", + "4 16109 38 France 31136 Paris ironhack \n", + ".. ... ... ... ... ... ... \n", + "126 17654 237 Online 31304 Online wbs-coding-school \n", + "127 16914 237 Online 31304 Online shecodes \n", + "128 16915 28 Portugal 31075 Lisbon shecodes \n", + "129 16916 28 Portugal 31102 Porto shecodes \n", + "130 15816 237 Online 31304 Online designlab \n", + "\n", + " school_id \n", + "0 10828 \n", + "1 10828 \n", + "2 10828 \n", + "3 10828 \n", + "4 10828 \n", + ".. ... \n", + "126 11243 \n", + "127 11014 \n", + "128 11014 \n", + "129 11014 \n", + "130 10697 \n", + "\n", + "[131 rows x 7 columns]" + ] + }, + "execution_count": 63, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "locations" + ] + }, + { + "cell_type": "code", + "execution_count": 64, + "id": "a022dd6d", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
location_idschool_idschool_namecountry_idcountry_namecity_idcity_name
01590110828ironhack57Germany31156Berlin
11602210828ironhack29Mexico31175Mexico City
21608610828ironhack59Netherlands31168Amsterdam
31608810828ironhack42Brazil31121Sao Paulo
41610910828ironhack38France31136Paris
\n", + "
" + ], + "text/plain": [ + " location_id school_id school_name country_id country_name city_id \\\n", + "0 15901 10828 ironhack 57 Germany 31156 \n", + "1 16022 10828 ironhack 29 Mexico 31175 \n", + "2 16086 10828 ironhack 59 Netherlands 31168 \n", + "3 16088 10828 ironhack 42 Brazil 31121 \n", + "4 16109 10828 ironhack 38 France 31136 \n", + "\n", + " city_name \n", + "0 Berlin \n", + "1 Mexico City \n", + "2 Amsterdam \n", + "3 Sao Paulo \n", + "4 Paris " + ] + }, + "execution_count": 64, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# renaming and reordering columns\n", + "locations.rename(columns = {'id':'location_id',\n", + " 'school': 'school_name'},inplace=True)\n", + "\n", + "locations = locations[['location_id', 'school_id', 'school_name', 'country_id', 'country_name', 'city_id', 'city_name']]\n", + "\n", + "locations.head()\n" + ] + }, + { + "cell_type": "markdown", + "id": "cb3158bf", + "metadata": {}, + "source": [ + "### Cleaning Courses\n" + ] + }, + { + "cell_type": "code", + "execution_count": 65, + "id": "bd3d1ee6", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
coursesschoolschool_id
14Introduction to Designspringboard11035
8Cyber Security Career Trackspringboard11035
69SDET Automation Testing Coursesyntax-technologies11797
75Data Analytics - Part-Timele-wagon10868
44DevOps Engineerclarusway11539
19UI/UX Design Career Trackspringboard11035
95DevOps Engineerla-capsule10853
29AWS Solutions Architectclarusway11539
110Advanced Usability and Accessibilitydesignlab10697
104Data Analyticswbs-coding-school11243
52Machine Learning/Deep Learningclarusway11539
48Full Stack Developmentclarusway11539
2Data Analytics Bootcampironhack10828
70Cybersecurity Bootcamp: REMOTE (Live-Online)evolve-security-academy10743
59Software Development Engineer in Test (SDET)clarusway11539
50Full Stack Web Development with IT Fundamental...clarusway11539
112Data-Driven Designdesignlab10697
107SheCodes Plusshecodes11014
102UX/UI Product Design (full-time)wbs-coding-school11243
74Data Analytics - Full-Timele-wagon10868
20UX Career Trackspringboard11035
73Cyber Defense Analyst Bootcamplevel-effect11282
99Data Science (part-time)wbs-coding-school11243
11Data Science Career Track Prepspringboard11035
17Software Engineering Foundations to Corespringboard11035
90Data Analyst Fullstackjedha10837
98Data Science (full-time)wbs-coding-school11243
66R for Data Analysisdataquest10683
24UI/UX Designlearningfuze10862
39Data Analytics (Premium)clarusway11539
64Part-Time Software Engineering Immersivecodesmith10643
6Web Development Bootcampironhack10828
49Full Stack Web Development - Premium Full Time...clarusway11539
18Tech Sales Career Trackspringboard11035
22LFZ Prep Courselearningfuze10862
92Data Essentialsjedha10837
97Code Essentialsla-capsule10853
37Cyber Security Analyst Professionalclarusway11539
83Cybersecurity4geeks-academy10492
68Data Analytics & Business Intelligence Coursesyntax-technologies11797
\n", + "
" + ], + "text/plain": [ + " courses \\\n", + "14 Introduction to Design \n", + "8 Cyber Security Career Track \n", + "69 SDET Automation Testing Course \n", + "75 Data Analytics - Part-Time \n", + "44 DevOps Engineer \n", + "19 UI/UX Design Career Track \n", + "95 DevOps Engineer \n", + "29 AWS Solutions Architect \n", + "110 Advanced Usability and Accessibility \n", + "104 Data Analytics \n", + "52 Machine Learning/Deep Learning \n", + "48 Full Stack Development \n", + "2 Data Analytics Bootcamp \n", + "70 Cybersecurity Bootcamp: REMOTE (Live-Online) \n", + "59 Software Development Engineer in Test (SDET) \n", + "50 Full Stack Web Development with IT Fundamental... \n", + "112 Data-Driven Design \n", + "107 SheCodes Plus \n", + "102 UX/UI Product Design (full-time) \n", + "74 Data Analytics - Full-Time \n", + "20 UX Career Track \n", + "73 Cyber Defense Analyst Bootcamp \n", + "99 Data Science (part-time) \n", + "11 Data Science Career Track Prep \n", + "17 Software Engineering Foundations to Core \n", + "90 Data Analyst Fullstack \n", + "98 Data Science (full-time) \n", + "66 R for Data Analysis \n", + "24 UI/UX Design \n", + "39 Data Analytics (Premium) \n", + "64 Part-Time Software Engineering Immersive \n", + "6 Web Development Bootcamp \n", + "49 Full Stack Web Development - Premium Full Time... \n", + "18 Tech Sales Career Track \n", + "22 LFZ Prep Course \n", + "92 Data Essentials \n", + "97 Code Essentials \n", + "37 Cyber Security Analyst Professional \n", + "83 Cybersecurity \n", + "68 Data Analytics & Business Intelligence Course \n", + "\n", + " school school_id \n", + "14 springboard 11035 \n", + "8 springboard 11035 \n", + "69 syntax-technologies 11797 \n", + "75 le-wagon 10868 \n", + "44 clarusway 11539 \n", + "19 springboard 11035 \n", + "95 la-capsule 10853 \n", + "29 clarusway 11539 \n", + "110 designlab 10697 \n", + "104 wbs-coding-school 11243 \n", + "52 clarusway 11539 \n", + "48 clarusway 11539 \n", + "2 ironhack 10828 \n", + "70 evolve-security-academy 10743 \n", + "59 clarusway 11539 \n", + "50 clarusway 11539 \n", + "112 designlab 10697 \n", + "107 shecodes 11014 \n", + "102 wbs-coding-school 11243 \n", + "74 le-wagon 10868 \n", + "20 springboard 11035 \n", + "73 level-effect 11282 \n", + "99 wbs-coding-school 11243 \n", + "11 springboard 11035 \n", + "17 springboard 11035 \n", + "90 jedha 10837 \n", + "98 wbs-coding-school 11243 \n", + "66 dataquest 10683 \n", + "24 learningfuze 10862 \n", + "39 clarusway 11539 \n", + "64 codesmith 10643 \n", + "6 ironhack 10828 \n", + "49 clarusway 11539 \n", + "18 springboard 11035 \n", + "22 learningfuze 10862 \n", + "92 jedha 10837 \n", + "97 la-capsule 10853 \n", + "37 clarusway 11539 \n", + "83 4geeks-academy 10492 \n", + "68 syntax-technologies 11797 " + ] + }, + "execution_count": 65, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "courses.sample(40)" + ] + }, + { + "cell_type": "code", + "execution_count": 66, + "id": "ae559d35", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "courses 0\n", + "school 0\n", + "school_id 0\n", + "dtype: int64" + ] + }, + "execution_count": 66, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "courses.isna().sum()" + ] + }, + { + "cell_type": "code", + "execution_count": 67, + "id": "5f3e8927", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "courses object\n", + "school object\n", + "school_id int64\n", + "dtype: object" + ] + }, + "execution_count": 67, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "courses.dtypes" + ] + }, + { + "cell_type": "code", + "execution_count": 68, + "id": "3dcd553f", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "# Add course_id to Courses DataFrame\n", + "courses = courses.reset_index().rename(columns={'index': 'course_id'})\n", + "courses['course_id'] = courses['course_id'] + 1" + ] + }, + { + "cell_type": "code", + "execution_count": 69, + "id": "f451c2bc", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
course_idcoursesschoolschool_id
01Cyber Security Bootcampironhack10828
12Cybersecurity Part-Timeironhack10828
23Data Analytics Bootcampironhack10828
34Data Analytics Part-Timeironhack10828
45UX/UI Design Bootcampironhack10828
\n", + "
" + ], + "text/plain": [ + " course_id courses school school_id\n", + "0 1 Cyber Security Bootcamp ironhack 10828\n", + "1 2 Cybersecurity Part-Time ironhack 10828\n", + "2 3 Data Analytics Bootcamp ironhack 10828\n", + "3 4 Data Analytics Part-Time ironhack 10828\n", + "4 5 UX/UI Design Bootcamp ironhack 10828" + ] + }, + "execution_count": 69, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "courses.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 70, + "id": "9f8b352c", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "Index(['course_id', 'courses', 'school', 'school_id'], dtype='object')" + ] + }, + "execution_count": 70, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "courses.columns" + ] + }, + { + "cell_type": "code", + "execution_count": 71, + "id": "cb883749", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
course_idschool_idschool_namecourse_name
0110828ironhackCyber Security Bootcamp
1210828ironhackCybersecurity Part-Time
2310828ironhackData Analytics Bootcamp
3410828ironhackData Analytics Part-Time
4510828ironhackUX/UI Design Bootcamp
\n", + "
" + ], + "text/plain": [ + " course_id school_id school_name course_name\n", + "0 1 10828 ironhack Cyber Security Bootcamp\n", + "1 2 10828 ironhack Cybersecurity Part-Time\n", + "2 3 10828 ironhack Data Analytics Bootcamp\n", + "3 4 10828 ironhack Data Analytics Part-Time\n", + "4 5 10828 ironhack UX/UI Design Bootcamp" + ] + }, + "execution_count": 71, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# renaming and reordering columns\n", + "courses.rename(columns = {'id':'location_id',\n", + " 'school': 'school_name',\n", + " 'courses':'course_name'},inplace=True)\n", + "\n", + "courses = courses[['course_id', 'school_id', 'school_name', 'course_name']]\n", + "\n", + "courses.head()" + ] + }, + { + "cell_type": "markdown", + "id": "4498ed92", + "metadata": {}, + "source": [ + "### Cleaning Badges\n" + ] + }, + { + "cell_type": "code", + "execution_count": 72, + "id": "7a5d28ef", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
namekeyworddescriptionschoolschool_id
23Available Onlineavailable_online<p>School offers fully online courses</p>le-wagon10868
10Available Onlineavailable_online<p>School offers fully online courses</p>clarusway11539
35Flexible Classesflexible_classes<p>School offers part-time and evening classes...shecodes11014
13Verified Outcomesverified_outcomes<p>School publishes a third-party verified out...codesmith10643
26Flexible Classesflexible_classes<p>School offers part-time and evening classes...4geeks-academy10492
32Flexible Classesflexible_classes<p>School offers part-time and evening classes...wbs-coding-school11243
8Available Onlineavailable_online<p>School offers fully online courses</p>actualize10505
4Flexible Classesflexible_classes<p>School offers part-time and evening classes...springboard11035
12Available Onlineavailable_online<p>School offers fully online courses</p>codesmith10643
20Flexible Classesflexible_classes<p>School offers part-time and evening classes...evolve-security-academy10743
34Available Onlineavailable_online<p>School offers fully online courses</p>shecodes11014
17Available Onlineavailable_online<p>School offers fully online courses</p>syntax-technologies11797
15Available Onlineavailable_online<p>School offers fully online courses</p>dataquest10683
18Flexible Classesflexible_classes<p>School offers part-time and evening classes...syntax-technologies11797
6Available Onlineavailable_online<p>School offers fully online courses</p>learningfuze10862
28Flexible Classesflexible_classes<p>School offers part-time and evening classes...jedha10837
11Flexible Classesflexible_classes<p>School offers part-time and evening classes...clarusway11539
33Job Guaranteejob_guarantee<p>School guarantees job placement</p>wbs-coding-school11243
9Flexible Classesflexible_classes<p>School offers part-time and evening classes...actualize10505
0Available Onlineavailable_online<p>School offers fully online courses</p>ironhack10828
\n", + "
" + ], + "text/plain": [ + " name keyword \\\n", + "23 Available Online available_online \n", + "10 Available Online available_online \n", + "35 Flexible Classes flexible_classes \n", + "13 Verified Outcomes verified_outcomes \n", + "26 Flexible Classes flexible_classes \n", + "32 Flexible Classes flexible_classes \n", + "8 Available Online available_online \n", + "4 Flexible Classes flexible_classes \n", + "12 Available Online available_online \n", + "20 Flexible Classes flexible_classes \n", + "34 Available Online available_online \n", + "17 Available Online available_online \n", + "15 Available Online available_online \n", + "18 Flexible Classes flexible_classes \n", + "6 Available Online available_online \n", + "28 Flexible Classes flexible_classes \n", + "11 Flexible Classes flexible_classes \n", + "33 Job Guarantee job_guarantee \n", + "9 Flexible Classes flexible_classes \n", + "0 Available Online available_online \n", + "\n", + " description \\\n", + "23

School offers fully online courses

\n", + "10

School offers fully online courses

\n", + "35

School offers part-time and evening classes... \n", + "13

School publishes a third-party verified out... \n", + "26

School offers part-time and evening classes... \n", + "32

School offers part-time and evening classes... \n", + "8

School offers fully online courses

\n", + "4

School offers part-time and evening classes... \n", + "12

School offers fully online courses

\n", + "20

School offers part-time and evening classes... \n", + "34

School offers fully online courses

\n", + "17

School offers fully online courses

\n", + "15

School offers fully online courses

\n", + "18

School offers part-time and evening classes... \n", + "6

School offers fully online courses

\n", + "28

School offers part-time and evening classes... \n", + "11

School offers part-time and evening classes... \n", + "33

School guarantees job placement

\n", + "9

School offers part-time and evening classes... \n", + "0

School offers fully online courses

\n", + "\n", + " school school_id \n", + "23 le-wagon 10868 \n", + "10 clarusway 11539 \n", + "35 shecodes 11014 \n", + "13 codesmith 10643 \n", + "26 4geeks-academy 10492 \n", + "32 wbs-coding-school 11243 \n", + "8 actualize 10505 \n", + "4 springboard 11035 \n", + "12 codesmith 10643 \n", + "20 evolve-security-academy 10743 \n", + "34 shecodes 11014 \n", + "17 syntax-technologies 11797 \n", + "15 dataquest 10683 \n", + "18 syntax-technologies 11797 \n", + "6 learningfuze 10862 \n", + "28 jedha 10837 \n", + "11 clarusway 11539 \n", + "33 wbs-coding-school 11243 \n", + "9 actualize 10505 \n", + "0 ironhack 10828 " + ] + }, + "execution_count": 72, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "badges.sample(20)" + ] + }, + { + "cell_type": "code", + "execution_count": 73, + "id": "4ada8bf2", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
namekeyworddescriptionschoolschool_id
0Available Onlineavailable_onlineSchool offers fully online coursesironhack10828
1Verified Outcomesverified_outcomesSchool publishes a third-party verified outcom...ironhack10828
2Flexible Classesflexible_classesSchool offers part-time and evening classesironhack10828
3Available Onlineavailable_onlineSchool offers fully online coursesspringboard11035
4Flexible Classesflexible_classesSchool offers part-time and evening classesspringboard11035
\n", + "
" + ], + "text/plain": [ + " name keyword \\\n", + "0 Available Online available_online \n", + "1 Verified Outcomes verified_outcomes \n", + "2 Flexible Classes flexible_classes \n", + "3 Available Online available_online \n", + "4 Flexible Classes flexible_classes \n", + "\n", + " description school school_id \n", + "0 School offers fully online courses ironhack 10828 \n", + "1 School publishes a third-party verified outcom... ironhack 10828 \n", + "2 School offers part-time and evening classes ironhack 10828 \n", + "3 School offers fully online courses springboard 11035 \n", + "4 School offers part-time and evening classes springboard 11035 " + ] + }, + "execution_count": 73, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "badges['description'] = badges['description'].apply(remove_tags)\n", + "badges.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 74, + "id": "d02dfa74", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "name 0\n", + "keyword 0\n", + "description 0\n", + "school 0\n", + "school_id 0\n", + "dtype: int64" + ] + }, + "execution_count": 74, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "badges.isna().sum()" + ] + }, + { + "cell_type": "code", + "execution_count": 75, + "id": "e01cdd2b", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "name object\n", + "keyword object\n", + "description object\n", + "school object\n", + "school_id int64\n", + "dtype: object" + ] + }, + "execution_count": 75, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "badges.dtypes" + ] + }, + { + "cell_type": "code", + "execution_count": 76, + "id": "5e5e8a58", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "(39, 5)" + ] + }, + "execution_count": 76, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "badges.shape" + ] + }, + { + "cell_type": "code", + "execution_count": 77, + "id": "fb08cd0c", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "Index(['name', 'keyword', 'description', 'school', 'school_id'], dtype='object')" + ] + }, + "execution_count": 77, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "badges.columns" + ] + }, + { + "cell_type": "code", + "execution_count": 78, + "id": "73db08a5", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "# Add badge_id to Badges DataFrame\n", + "badges = badges.reset_index().rename(columns={'index': 'badge_id'})\n", + "badges['badge_id'] = badges['badge_id'] + 1" + ] + }, + { + "cell_type": "code", + "execution_count": 79, + "id": "b0d37ce6", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
badge_idschool_idschool_namebadge_namekeyworddescription
0110828ironhackAvailable Onlineavailable_onlineSchool offers fully online courses
1210828ironhackVerified Outcomesverified_outcomesSchool publishes a third-party verified outcom...
2310828ironhackFlexible Classesflexible_classesSchool offers part-time and evening classes
3411035springboardAvailable Onlineavailable_onlineSchool offers fully online courses
4511035springboardFlexible Classesflexible_classesSchool offers part-time and evening classes
\n", + "
" + ], + "text/plain": [ + " badge_id school_id school_name badge_name keyword \\\n", + "0 1 10828 ironhack Available Online available_online \n", + "1 2 10828 ironhack Verified Outcomes verified_outcomes \n", + "2 3 10828 ironhack Flexible Classes flexible_classes \n", + "3 4 11035 springboard Available Online available_online \n", + "4 5 11035 springboard Flexible Classes flexible_classes \n", + "\n", + " description \n", + "0 School offers fully online courses \n", + "1 School publishes a third-party verified outcom... \n", + "2 School offers part-time and evening classes \n", + "3 School offers fully online courses \n", + "4 School offers part-time and evening classes " + ] + }, + "execution_count": 79, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# rename and reorder columns\n", + "\n", + "badges.rename(columns = {'school': 'school_name',\n", + " 'name':'badge_name'},inplace=True)\n", + "\n", + "badges = badges[['badge_id', 'school_id', 'school_name', 'badge_name', 'keyword', 'description']]\n", + "\n", + "badges.head()" + ] + }, + { + "cell_type": "markdown", + "id": "d986f9c2", + "metadata": {}, + "source": [ + "### Cleaning Schools\n" + ] + }, + { + "cell_type": "code", + "execution_count": 80, + "id": "0eab276c", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
websitedescriptionLogoUrlprice_minprice_maxschoolschool_id
0www.ironhack.com/en<span class=\"truncatable\"><p>Ironhack is a glo...https://d92mrp7hetgfk.cloudfront.net/images/si...750013000ironhack10828
1www.springboard.com/?utm_source=switchup&utm_m...<span class=\"truncatable\"><p>Springboard is an...https://d92mrp7hetgfk.cloudfront.net/images/si...3499900springboard11035
2learningfuze.com<span class=\"truncatable\"><p>LearningFuze is a...https://d92mrp7hetgfk.cloudfront.net/images/si...015995learningfuze10862
3anyonecanlearntocode.com/?utm_source=switchup&...<span class=\"truncatable\"><p>Actualize is a co...https://d92mrp7hetgfk.cloudfront.net/images/si...1690016900actualize10505
4clarusway.com/<span class=\"truncatable\"><p>Clarusway is a hi...https://d92mrp7hetgfk.cloudfront.net/images/si...75021500clarusway11539
5www.codesmith.io<span class=\"truncatable\"><p>Codesmith’s Softw...https://d92mrp7hetgfk.cloudfront.net/images/si...35020925codesmith10643
6www.dataquest.io<span class=\"truncatable\"><p>Master data skill...https://d92mrp7hetgfk.cloudfront.net/images/si...2929dataquest10683
7www.syntaxtechs.com/<span class=\"truncatable\"><p>Syntax Technologi...https://d92mrp7hetgfk.cloudfront.net/images/si...NoneNonesyntax-technologies11797
8evolvesecurity.io/academy/home?utm_source=swit...<span class=\"truncatable\"><p>Evolve Security A...https://d92mrp7hetgfk.cloudfront.net/images/si...525013950evolve-security-academy10743
9leveleffect.com/<span class=\"truncatable\"><p>Level Effect is a...https://d92mrp7hetgfk.cloudfront.net/images/si...1100011000level-effect11282
10www.lewagon.com<span class=\"truncatable\"><p>Le Wagon is a glo...https://d92mrp7hetgfk.cloudfront.net/images/si...NoneNonele-wagon10868
11www.4geeksacademy.co<span class=\"truncatable\"><p>4Geeks Academy is...https://d92mrp7hetgfk.cloudfront.net/images/si...3000149994geeks-academy10492
12www.jedha.co<span class=\"truncatable\"><p>Jedha Bootcamp is...https://d92mrp7hetgfk.cloudfront.net/images/si...NoneNonejedha10837
13www.lacapsule.academy<span class=\"truncatable\"><p>La Capsule is a f...https://d92mrp7hetgfk.cloudfront.net/images/si...15007000la-capsule10853
14wbscodingschool.com/<span class=\"truncatable\"><p>WBS CODING SCHOOL...https://d92mrp7hetgfk.cloudfront.net/images/si...490010500wbs-coding-school11243
15shecodes.io<span class=\"truncatable\"><p>SheCodes is a cod...https://d92mrp7hetgfk.cloudfront.net/images/si...991990shecodes11014
16None<span class=\"truncatable\"><p>Designlab teaches...https://d92mrp7hetgfk.cloudfront.net/images/si...4997749designlab10697
\n", + "
" + ], + "text/plain": [ + " website \\\n", + "0 www.ironhack.com/en \n", + "1 www.springboard.com/?utm_source=switchup&utm_m... \n", + "2 learningfuze.com \n", + "3 anyonecanlearntocode.com/?utm_source=switchup&... \n", + "4 clarusway.com/ \n", + "5 www.codesmith.io \n", + "6 www.dataquest.io \n", + "7 www.syntaxtechs.com/ \n", + "8 evolvesecurity.io/academy/home?utm_source=swit... \n", + "9 leveleffect.com/ \n", + "10 www.lewagon.com \n", + "11 www.4geeksacademy.co \n", + "12 www.jedha.co \n", + "13 www.lacapsule.academy \n", + "14 wbscodingschool.com/ \n", + "15 shecodes.io \n", + "16 None \n", + "\n", + " description \\\n", + "0

Ironhack is a glo... \n", + "1

Springboard is an... \n", + "2

LearningFuze is a... \n", + "3

Actualize is a co... \n", + "4

Clarusway is a hi... \n", + "5

Codesmith’s Softw... \n", + "6

Master data skill... \n", + "7

Syntax Technologi... \n", + "8

Evolve Security A... \n", + "9

Level Effect is a... \n", + "10

Le Wagon is a glo... \n", + "11

4Geeks Academy is... \n", + "12

Jedha Bootcamp is... \n", + "13

La Capsule is a f... \n", + "14

WBS CODING SCHOOL... \n", + "15

SheCodes is a cod... \n", + "16

Designlab teaches... \n", + "\n", + " LogoUrl price_min price_max \\\n", + "0 https://d92mrp7hetgfk.cloudfront.net/images/si... 7500 13000 \n", + "1 https://d92mrp7hetgfk.cloudfront.net/images/si... 349 9900 \n", + "2 https://d92mrp7hetgfk.cloudfront.net/images/si... 0 15995 \n", + "3 https://d92mrp7hetgfk.cloudfront.net/images/si... 16900 16900 \n", + "4 https://d92mrp7hetgfk.cloudfront.net/images/si... 750 21500 \n", + "5 https://d92mrp7hetgfk.cloudfront.net/images/si... 350 20925 \n", + "6 https://d92mrp7hetgfk.cloudfront.net/images/si... 29 29 \n", + "7 https://d92mrp7hetgfk.cloudfront.net/images/si... None None \n", + "8 https://d92mrp7hetgfk.cloudfront.net/images/si... 5250 13950 \n", + "9 https://d92mrp7hetgfk.cloudfront.net/images/si... 11000 11000 \n", + "10 https://d92mrp7hetgfk.cloudfront.net/images/si... None None \n", + "11 https://d92mrp7hetgfk.cloudfront.net/images/si... 3000 14999 \n", + "12 https://d92mrp7hetgfk.cloudfront.net/images/si... None None \n", + "13 https://d92mrp7hetgfk.cloudfront.net/images/si... 1500 7000 \n", + "14 https://d92mrp7hetgfk.cloudfront.net/images/si... 4900 10500 \n", + "15 https://d92mrp7hetgfk.cloudfront.net/images/si... 99 1990 \n", + "16 https://d92mrp7hetgfk.cloudfront.net/images/si... 499 7749 \n", + "\n", + " school school_id \n", + "0 ironhack 10828 \n", + "1 springboard 11035 \n", + "2 learningfuze 10862 \n", + "3 actualize 10505 \n", + "4 clarusway 11539 \n", + "5 codesmith 10643 \n", + "6 dataquest 10683 \n", + "7 syntax-technologies 11797 \n", + "8 evolve-security-academy 10743 \n", + "9 level-effect 11282 \n", + "10 le-wagon 10868 \n", + "11 4geeks-academy 10492 \n", + "12 jedha 10837 \n", + "13 la-capsule 10853 \n", + "14 wbs-coding-school 11243 \n", + "15 shecodes 11014 \n", + "16 designlab 10697 " + ] + }, + "execution_count": 80, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "schools" + ] + }, + { + "cell_type": "code", + "execution_count": 81, + "id": "89954be8", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "

\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
websitedescriptionprice_minprice_maxschoolschool_id
0www.ironhack.com/enIronhack is a global tech school with 9 campus...750013000ironhack10828
1www.springboard.com/?utm_source=switchup&utm_m...Springboard is an online learning platform tha...3499900springboard11035
2learningfuze.comLearningFuze is an immersive, 14-week web deve...015995learningfuze10862
3anyonecanlearntocode.com/?utm_source=switchup&...Actualize is a coding bootcamp that values qua...1690016900actualize10505
4clarusway.com/Clarusway is a highly respected IT training sc...75021500clarusway11539
\n", + "
" + ], + "text/plain": [ + " website \\\n", + "0 www.ironhack.com/en \n", + "1 www.springboard.com/?utm_source=switchup&utm_m... \n", + "2 learningfuze.com \n", + "3 anyonecanlearntocode.com/?utm_source=switchup&... \n", + "4 clarusway.com/ \n", + "\n", + " description price_min price_max \\\n", + "0 Ironhack is a global tech school with 9 campus... 7500 13000 \n", + "1 Springboard is an online learning platform tha... 349 9900 \n", + "2 LearningFuze is an immersive, 14-week web deve... 0 15995 \n", + "3 Actualize is a coding bootcamp that values qua... 16900 16900 \n", + "4 Clarusway is a highly respected IT training sc... 750 21500 \n", + "\n", + " school school_id \n", + "0 ironhack 10828 \n", + "1 springboard 11035 \n", + "2 learningfuze 10862 \n", + "3 actualize 10505 \n", + "4 clarusway 11539 " + ] + }, + "execution_count": 81, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "schools.drop(columns=['LogoUrl'], inplace = True)\n", + "schools['description'] = schools['description'].apply(remove_tags)\n", + "schools.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 82, + "id": "68e0a363", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "array(['www.ironhack.com/en',\n", + " 'www.springboard.com/?utm_source=switchup&utm_medium=affiliates&utm_campaign=branded_link',\n", + " 'learningfuze.com',\n", + " 'anyonecanlearntocode.com/?utm_source=switchup&utm_medium=placements',\n", + " 'clarusway.com/', 'www.codesmith.io', 'www.dataquest.io',\n", + " 'www.syntaxtechs.com/',\n", + " 'evolvesecurity.io/academy/home?utm_source=switchup&utm_medium=featuredschool',\n", + " 'leveleffect.com/', 'www.lewagon.com', 'www.4geeksacademy.co',\n", + " 'www.jedha.co', 'www.lacapsule.academy', 'wbscodingschool.com/',\n", + " 'shecodes.io', None], dtype=object)" + ] + }, + "execution_count": 82, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "schools['website'].unique()" + ] + }, + { + "cell_type": "code", + "execution_count": 83, + "id": "e3a8ee4c", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
websitedescriptionprice_minprice_maxschoolschool_id
0ironhack.com/enIronhack is a global tech school with 9 campus...750013000ironhack10828
1springboard.comSpringboard is an online learning platform tha...3499900springboard11035
2learningfuze.comLearningFuze is an immersive, 14-week web deve...015995learningfuze10862
3anyonecanlearntocode.comActualize is a coding bootcamp that values qua...1690016900actualize10505
4clarusway.comClarusway is a highly respected IT training sc...75021500clarusway11539
5codesmith.ioCodesmith’s Software Engineering Immersive pro...35020925codesmith10643
6dataquest.ioMaster data skills. Build your career.Dataques...2929dataquest10683
7syntaxtechs.comSyntax Technologies is the world’s leading onl...NoneNonesyntax-technologies11797
8evolvesecurity.io/academy/homeEvolve Security Academy offers holistic cybers...525013950evolve-security-academy10743
9leveleffect.comLevel Effect is a premier training provider of...1100011000level-effect11282
10lewagon.comLe Wagon is a global leader in immersive tech ...NoneNonele-wagon10868
114geeksacademy.co4Geeks Academy is a Coding Bootcamp focused on...3000149994geeks-academy10492
12jedha.coJedha Bootcamp is the leading school for kick-...NoneNonejedha10837
13lacapsule.academyLa Capsule is a full-time, 10-week web and mob...15007000la-capsule10853
14wbscodingschool.comWBS CODING SCHOOL is an award-winning provider...490010500wbs-coding-school11243
15shecodes.ioSheCodes is a coding school that offers online...991990shecodes11014
16b''b''b''Designlab teaches in-demand UX/UI design skill...4997749designlab10697
\n", + "
" + ], + "text/plain": [ + " website \\\n", + "0 ironhack.com/en \n", + "1 springboard.com \n", + "2 learningfuze.com \n", + "3 anyonecanlearntocode.com \n", + "4 clarusway.com \n", + "5 codesmith.io \n", + "6 dataquest.io \n", + "7 syntaxtechs.com \n", + "8 evolvesecurity.io/academy/home \n", + "9 leveleffect.com \n", + "10 lewagon.com \n", + "11 4geeksacademy.co \n", + "12 jedha.co \n", + "13 lacapsule.academy \n", + "14 wbscodingschool.com \n", + "15 shecodes.io \n", + "16 b''b''b'' \n", + "\n", + " description price_min price_max \\\n", + "0 Ironhack is a global tech school with 9 campus... 7500 13000 \n", + "1 Springboard is an online learning platform tha... 349 9900 \n", + "2 LearningFuze is an immersive, 14-week web deve... 0 15995 \n", + "3 Actualize is a coding bootcamp that values qua... 16900 16900 \n", + "4 Clarusway is a highly respected IT training sc... 750 21500 \n", + "5 Codesmith’s Software Engineering Immersive pro... 350 20925 \n", + "6 Master data skills. Build your career.Dataques... 29 29 \n", + "7 Syntax Technologies is the world’s leading onl... None None \n", + "8 Evolve Security Academy offers holistic cybers... 5250 13950 \n", + "9 Level Effect is a premier training provider of... 11000 11000 \n", + "10 Le Wagon is a global leader in immersive tech ... None None \n", + "11 4Geeks Academy is a Coding Bootcamp focused on... 3000 14999 \n", + "12 Jedha Bootcamp is the leading school for kick-... None None \n", + "13 La Capsule is a full-time, 10-week web and mob... 1500 7000 \n", + "14 WBS CODING SCHOOL is an award-winning provider... 4900 10500 \n", + "15 SheCodes is a coding school that offers online... 99 1990 \n", + "16 Designlab teaches in-demand UX/UI design skill... 499 7749 \n", + "\n", + " school school_id \n", + "0 ironhack 10828 \n", + "1 springboard 11035 \n", + "2 learningfuze 10862 \n", + "3 actualize 10505 \n", + "4 clarusway 11539 \n", + "5 codesmith 10643 \n", + "6 dataquest 10683 \n", + "7 syntax-technologies 11797 \n", + "8 evolve-security-academy 10743 \n", + "9 level-effect 11282 \n", + "10 le-wagon 10868 \n", + "11 4geeks-academy 10492 \n", + "12 jedha 10837 \n", + "13 la-capsule 10853 \n", + "14 wbs-coding-school 11243 \n", + "15 shecodes 11014 \n", + "16 designlab 10697 " + ] + }, + "execution_count": 83, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "from urllib.parse import urlparse\n", + "# Function to clean URLs\n", + "def clean_url(url):\n", + " # Parse the URL\n", + " parsed_url = urlparse(url)\n", + " \n", + " # Remove query parameters and fragments\n", + " cleaned_url = f\"{parsed_url.scheme}{parsed_url.netloc}{parsed_url.path}\".rstrip('/')\n", + " \n", + " # Remove \"www.\" if present\n", + " if cleaned_url.startswith(\"www.\"):\n", + " cleaned_url = cleaned_url.replace(\"www.\", \"\", 1)\n", + " \n", + " \n", + " return cleaned_url\n", + "\n", + "# Apply the cleaning function to the 'website' column\n", + "schools['website'] = schools['website'].apply(clean_url)\n", + "\n", + "schools" + ] + }, + { + "cell_type": "code", + "execution_count": 84, + "id": "3f60bc0a", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "schools.loc[schools['school_id'] == 10697, 'website'] = 'designlab.com'" + ] + }, + { + "cell_type": "code", + "execution_count": 85, + "id": "c0fe4dfa", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
websitedescriptionprice_minprice_maxschoolschool_id
0ironhack.com/enIronhack is a global tech school with 9 campus...750013000ironhack10828
1springboard.comSpringboard is an online learning platform tha...3499900springboard11035
2learningfuze.comLearningFuze is an immersive, 14-week web deve...015995learningfuze10862
3anyonecanlearntocode.comActualize is a coding bootcamp that values qua...1690016900actualize10505
4clarusway.comClarusway is a highly respected IT training sc...75021500clarusway11539
5codesmith.ioCodesmith’s Software Engineering Immersive pro...35020925codesmith10643
6dataquest.ioMaster data skills. Build your career.Dataques...2929dataquest10683
7syntaxtechs.comSyntax Technologies is the world’s leading onl...NoneNonesyntax-technologies11797
8evolvesecurity.io/academy/homeEvolve Security Academy offers holistic cybers...525013950evolve-security-academy10743
9leveleffect.comLevel Effect is a premier training provider of...1100011000level-effect11282
10lewagon.comLe Wagon is a global leader in immersive tech ...NoneNonele-wagon10868
114geeksacademy.co4Geeks Academy is a Coding Bootcamp focused on...3000149994geeks-academy10492
12jedha.coJedha Bootcamp is the leading school for kick-...NoneNonejedha10837
13lacapsule.academyLa Capsule is a full-time, 10-week web and mob...15007000la-capsule10853
14wbscodingschool.comWBS CODING SCHOOL is an award-winning provider...490010500wbs-coding-school11243
15shecodes.ioSheCodes is a coding school that offers online...991990shecodes11014
16designlab.comDesignlab teaches in-demand UX/UI design skill...4997749designlab10697
\n", + "
" + ], + "text/plain": [ + " website \\\n", + "0 ironhack.com/en \n", + "1 springboard.com \n", + "2 learningfuze.com \n", + "3 anyonecanlearntocode.com \n", + "4 clarusway.com \n", + "5 codesmith.io \n", + "6 dataquest.io \n", + "7 syntaxtechs.com \n", + "8 evolvesecurity.io/academy/home \n", + "9 leveleffect.com \n", + "10 lewagon.com \n", + "11 4geeksacademy.co \n", + "12 jedha.co \n", + "13 lacapsule.academy \n", + "14 wbscodingschool.com \n", + "15 shecodes.io \n", + "16 designlab.com \n", + "\n", + " description price_min price_max \\\n", + "0 Ironhack is a global tech school with 9 campus... 7500 13000 \n", + "1 Springboard is an online learning platform tha... 349 9900 \n", + "2 LearningFuze is an immersive, 14-week web deve... 0 15995 \n", + "3 Actualize is a coding bootcamp that values qua... 16900 16900 \n", + "4 Clarusway is a highly respected IT training sc... 750 21500 \n", + "5 Codesmith’s Software Engineering Immersive pro... 350 20925 \n", + "6 Master data skills. Build your career.Dataques... 29 29 \n", + "7 Syntax Technologies is the world’s leading onl... None None \n", + "8 Evolve Security Academy offers holistic cybers... 5250 13950 \n", + "9 Level Effect is a premier training provider of... 11000 11000 \n", + "10 Le Wagon is a global leader in immersive tech ... None None \n", + "11 4Geeks Academy is a Coding Bootcamp focused on... 3000 14999 \n", + "12 Jedha Bootcamp is the leading school for kick-... None None \n", + "13 La Capsule is a full-time, 10-week web and mob... 1500 7000 \n", + "14 WBS CODING SCHOOL is an award-winning provider... 4900 10500 \n", + "15 SheCodes is a coding school that offers online... 99 1990 \n", + "16 Designlab teaches in-demand UX/UI design skill... 499 7749 \n", + "\n", + " school school_id \n", + "0 ironhack 10828 \n", + "1 springboard 11035 \n", + "2 learningfuze 10862 \n", + "3 actualize 10505 \n", + "4 clarusway 11539 \n", + "5 codesmith 10643 \n", + "6 dataquest 10683 \n", + "7 syntax-technologies 11797 \n", + "8 evolve-security-academy 10743 \n", + "9 level-effect 11282 \n", + "10 le-wagon 10868 \n", + "11 4geeks-academy 10492 \n", + "12 jedha 10837 \n", + "13 la-capsule 10853 \n", + "14 wbs-coding-school 11243 \n", + "15 shecodes 11014 \n", + "16 designlab 10697 " + ] + }, + "execution_count": 85, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "schools" + ] + }, + { + "cell_type": "code", + "execution_count": 86, + "id": "cbc5f8d5", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "Index(['website', 'description', 'price_min', 'price_max', 'school',\n", + " 'school_id'],\n", + " dtype='object')" + ] + }, + "execution_count": 86, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "schools.columns" + ] + }, + { + "cell_type": "code", + "execution_count": 87, + "id": "2edc4711", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "schools.loc[schools['school_id'] == 10743, 'website'] = 'academy.evolvesecurity.com'\n", + "schools.loc[schools['school_id'] == 10828, 'website'] = 'ironhack.com'\n" + ] + }, + { + "cell_type": "code", + "execution_count": 88, + "id": "3f5ce152", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
websitedescriptionprice_minprice_maxschoolschool_id
0ironhack.comIronhack is a global tech school with 9 campus...750013000ironhack10828
1springboard.comSpringboard is an online learning platform tha...3499900springboard11035
2learningfuze.comLearningFuze is an immersive, 14-week web deve...015995learningfuze10862
3anyonecanlearntocode.comActualize is a coding bootcamp that values qua...1690016900actualize10505
4clarusway.comClarusway is a highly respected IT training sc...75021500clarusway11539
5codesmith.ioCodesmith’s Software Engineering Immersive pro...35020925codesmith10643
6dataquest.ioMaster data skills. Build your career.Dataques...2929dataquest10683
7syntaxtechs.comSyntax Technologies is the world’s leading onl...NoneNonesyntax-technologies11797
8academy.evolvesecurity.comEvolve Security Academy offers holistic cybers...525013950evolve-security-academy10743
9leveleffect.comLevel Effect is a premier training provider of...1100011000level-effect11282
10lewagon.comLe Wagon is a global leader in immersive tech ...NoneNonele-wagon10868
114geeksacademy.co4Geeks Academy is a Coding Bootcamp focused on...3000149994geeks-academy10492
12jedha.coJedha Bootcamp is the leading school for kick-...NoneNonejedha10837
13lacapsule.academyLa Capsule is a full-time, 10-week web and mob...15007000la-capsule10853
14wbscodingschool.comWBS CODING SCHOOL is an award-winning provider...490010500wbs-coding-school11243
15shecodes.ioSheCodes is a coding school that offers online...991990shecodes11014
16designlab.comDesignlab teaches in-demand UX/UI design skill...4997749designlab10697
\n", + "
" + ], + "text/plain": [ + " website \\\n", + "0 ironhack.com \n", + "1 springboard.com \n", + "2 learningfuze.com \n", + "3 anyonecanlearntocode.com \n", + "4 clarusway.com \n", + "5 codesmith.io \n", + "6 dataquest.io \n", + "7 syntaxtechs.com \n", + "8 academy.evolvesecurity.com \n", + "9 leveleffect.com \n", + "10 lewagon.com \n", + "11 4geeksacademy.co \n", + "12 jedha.co \n", + "13 lacapsule.academy \n", + "14 wbscodingschool.com \n", + "15 shecodes.io \n", + "16 designlab.com \n", + "\n", + " description price_min price_max \\\n", + "0 Ironhack is a global tech school with 9 campus... 7500 13000 \n", + "1 Springboard is an online learning platform tha... 349 9900 \n", + "2 LearningFuze is an immersive, 14-week web deve... 0 15995 \n", + "3 Actualize is a coding bootcamp that values qua... 16900 16900 \n", + "4 Clarusway is a highly respected IT training sc... 750 21500 \n", + "5 Codesmith’s Software Engineering Immersive pro... 350 20925 \n", + "6 Master data skills. Build your career.Dataques... 29 29 \n", + "7 Syntax Technologies is the world’s leading onl... None None \n", + "8 Evolve Security Academy offers holistic cybers... 5250 13950 \n", + "9 Level Effect is a premier training provider of... 11000 11000 \n", + "10 Le Wagon is a global leader in immersive tech ... None None \n", + "11 4Geeks Academy is a Coding Bootcamp focused on... 3000 14999 \n", + "12 Jedha Bootcamp is the leading school for kick-... None None \n", + "13 La Capsule is a full-time, 10-week web and mob... 1500 7000 \n", + "14 WBS CODING SCHOOL is an award-winning provider... 4900 10500 \n", + "15 SheCodes is a coding school that offers online... 99 1990 \n", + "16 Designlab teaches in-demand UX/UI design skill... 499 7749 \n", + "\n", + " school school_id \n", + "0 ironhack 10828 \n", + "1 springboard 11035 \n", + "2 learningfuze 10862 \n", + "3 actualize 10505 \n", + "4 clarusway 11539 \n", + "5 codesmith 10643 \n", + "6 dataquest 10683 \n", + "7 syntax-technologies 11797 \n", + "8 evolve-security-academy 10743 \n", + "9 level-effect 11282 \n", + "10 le-wagon 10868 \n", + "11 4geeks-academy 10492 \n", + "12 jedha 10837 \n", + "13 la-capsule 10853 \n", + "14 wbs-coding-school 11243 \n", + "15 shecodes 11014 \n", + "16 designlab 10697 " + ] + }, + "execution_count": 88, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "schools" + ] + }, + { + "cell_type": "code", + "execution_count": 89, + "id": "bf0596ec", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "website object\n", + "description object\n", + "price_min object\n", + "price_max object\n", + "school object\n", + "school_id int64\n", + "dtype: object" + ] + }, + "execution_count": 89, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "schools.dtypes" + ] + }, + { + "cell_type": "code", + "execution_count": 90, + "id": "737a7392", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
websitedescriptionprice_minprice_maxschoolschool_id
0ironhack.comIronhack is a global tech school with 9 campus...7500.013000.0ironhack10828
1springboard.comSpringboard is an online learning platform tha...349.09900.0springboard11035
2learningfuze.comLearningFuze is an immersive, 14-week web deve...0.015995.0learningfuze10862
3anyonecanlearntocode.comActualize is a coding bootcamp that values qua...16900.016900.0actualize10505
4clarusway.comClarusway is a highly respected IT training sc...750.021500.0clarusway11539
5codesmith.ioCodesmith’s Software Engineering Immersive pro...350.020925.0codesmith10643
6dataquest.ioMaster data skills. Build your career.Dataques...29.029.0dataquest10683
7syntaxtechs.comSyntax Technologies is the world’s leading onl...NaNNaNsyntax-technologies11797
8academy.evolvesecurity.comEvolve Security Academy offers holistic cybers...5250.013950.0evolve-security-academy10743
9leveleffect.comLevel Effect is a premier training provider of...11000.011000.0level-effect11282
10lewagon.comLe Wagon is a global leader in immersive tech ...NaNNaNle-wagon10868
114geeksacademy.co4Geeks Academy is a Coding Bootcamp focused on...3000.014999.04geeks-academy10492
12jedha.coJedha Bootcamp is the leading school for kick-...NaNNaNjedha10837
13lacapsule.academyLa Capsule is a full-time, 10-week web and mob...1500.07000.0la-capsule10853
14wbscodingschool.comWBS CODING SCHOOL is an award-winning provider...4900.010500.0wbs-coding-school11243
15shecodes.ioSheCodes is a coding school that offers online...99.01990.0shecodes11014
16designlab.comDesignlab teaches in-demand UX/UI design skill...499.07749.0designlab10697
\n", + "
" + ], + "text/plain": [ + " website \\\n", + "0 ironhack.com \n", + "1 springboard.com \n", + "2 learningfuze.com \n", + "3 anyonecanlearntocode.com \n", + "4 clarusway.com \n", + "5 codesmith.io \n", + "6 dataquest.io \n", + "7 syntaxtechs.com \n", + "8 academy.evolvesecurity.com \n", + "9 leveleffect.com \n", + "10 lewagon.com \n", + "11 4geeksacademy.co \n", + "12 jedha.co \n", + "13 lacapsule.academy \n", + "14 wbscodingschool.com \n", + "15 shecodes.io \n", + "16 designlab.com \n", + "\n", + " description price_min price_max \\\n", + "0 Ironhack is a global tech school with 9 campus... 7500.0 13000.0 \n", + "1 Springboard is an online learning platform tha... 349.0 9900.0 \n", + "2 LearningFuze is an immersive, 14-week web deve... 0.0 15995.0 \n", + "3 Actualize is a coding bootcamp that values qua... 16900.0 16900.0 \n", + "4 Clarusway is a highly respected IT training sc... 750.0 21500.0 \n", + "5 Codesmith’s Software Engineering Immersive pro... 350.0 20925.0 \n", + "6 Master data skills. Build your career.Dataques... 29.0 29.0 \n", + "7 Syntax Technologies is the world’s leading onl... NaN NaN \n", + "8 Evolve Security Academy offers holistic cybers... 5250.0 13950.0 \n", + "9 Level Effect is a premier training provider of... 11000.0 11000.0 \n", + "10 Le Wagon is a global leader in immersive tech ... NaN NaN \n", + "11 4Geeks Academy is a Coding Bootcamp focused on... 3000.0 14999.0 \n", + "12 Jedha Bootcamp is the leading school for kick-... NaN NaN \n", + "13 La Capsule is a full-time, 10-week web and mob... 1500.0 7000.0 \n", + "14 WBS CODING SCHOOL is an award-winning provider... 4900.0 10500.0 \n", + "15 SheCodes is a coding school that offers online... 99.0 1990.0 \n", + "16 Designlab teaches in-demand UX/UI design skill... 499.0 7749.0 \n", + "\n", + " school school_id \n", + "0 ironhack 10828 \n", + "1 springboard 11035 \n", + "2 learningfuze 10862 \n", + "3 actualize 10505 \n", + "4 clarusway 11539 \n", + "5 codesmith 10643 \n", + "6 dataquest 10683 \n", + "7 syntax-technologies 11797 \n", + "8 evolve-security-academy 10743 \n", + "9 level-effect 11282 \n", + "10 le-wagon 10868 \n", + "11 4geeks-academy 10492 \n", + "12 jedha 10837 \n", + "13 la-capsule 10853 \n", + "14 wbs-coding-school 11243 \n", + "15 shecodes 11014 \n", + "16 designlab 10697 " + ] + }, + "execution_count": 90, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Convert price_min and price_max to float\n", + "schools['price_min'] = pd.to_numeric(schools['price_min'], errors='coerce')\n", + "schools['price_max'] = pd.to_numeric(schools['price_max'], errors='coerce')\n", + "schools" + ] + }, + { + "cell_type": "code", + "execution_count": 91, + "id": "8d59373b", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
websitedescriptionprice_minprice_maxschoolschool_id
0ironhack.comIronhack is a global tech school with 9 campus...7500.013000.0ironhack10828
1springboard.comSpringboard is an online learning platform tha...349.09900.0springboard11035
2learningfuze.comLearningFuze is an immersive, 14-week web deve...0.015995.0learningfuze10862
3anyonecanlearntocode.comActualize is a coding bootcamp that values qua...16900.016900.0actualize10505
4clarusway.comClarusway is a highly respected IT training sc...750.021500.0clarusway11539
5codesmith.ioCodesmith’s Software Engineering Immersive pro...350.020925.0codesmith10643
6dataquest.ioMaster data skills. Build your career.Dataques...29.029.0dataquest10683
7syntaxtechs.comSyntax Technologies is the world’s leading onl...4950.04950.0syntax-technologies11797
8academy.evolvesecurity.comEvolve Security Academy offers holistic cybers...5250.013950.0evolve-security-academy10743
9leveleffect.comLevel Effect is a premier training provider of...11000.011000.0level-effect11282
10lewagon.comLe Wagon is a global leader in immersive tech ...6500.08900.0le-wagon10868
114geeksacademy.co4Geeks Academy is a Coding Bootcamp focused on...3000.014999.04geeks-academy10492
12jedha.coJedha Bootcamp is the leading school for kick-...1495.07495.0jedha10837
13lacapsule.academyLa Capsule is a full-time, 10-week web and mob...1500.07000.0la-capsule10853
14wbscodingschool.comWBS CODING SCHOOL is an award-winning provider...4900.010500.0wbs-coding-school11243
15shecodes.ioSheCodes is a coding school that offers online...99.01990.0shecodes11014
16designlab.comDesignlab teaches in-demand UX/UI design skill...499.07749.0designlab10697
\n", + "
" + ], + "text/plain": [ + " website \\\n", + "0 ironhack.com \n", + "1 springboard.com \n", + "2 learningfuze.com \n", + "3 anyonecanlearntocode.com \n", + "4 clarusway.com \n", + "5 codesmith.io \n", + "6 dataquest.io \n", + "7 syntaxtechs.com \n", + "8 academy.evolvesecurity.com \n", + "9 leveleffect.com \n", + "10 lewagon.com \n", + "11 4geeksacademy.co \n", + "12 jedha.co \n", + "13 lacapsule.academy \n", + "14 wbscodingschool.com \n", + "15 shecodes.io \n", + "16 designlab.com \n", + "\n", + " description price_min price_max \\\n", + "0 Ironhack is a global tech school with 9 campus... 7500.0 13000.0 \n", + "1 Springboard is an online learning platform tha... 349.0 9900.0 \n", + "2 LearningFuze is an immersive, 14-week web deve... 0.0 15995.0 \n", + "3 Actualize is a coding bootcamp that values qua... 16900.0 16900.0 \n", + "4 Clarusway is a highly respected IT training sc... 750.0 21500.0 \n", + "5 Codesmith’s Software Engineering Immersive pro... 350.0 20925.0 \n", + "6 Master data skills. Build your career.Dataques... 29.0 29.0 \n", + "7 Syntax Technologies is the world’s leading onl... 4950.0 4950.0 \n", + "8 Evolve Security Academy offers holistic cybers... 5250.0 13950.0 \n", + "9 Level Effect is a premier training provider of... 11000.0 11000.0 \n", + "10 Le Wagon is a global leader in immersive tech ... 6500.0 8900.0 \n", + "11 4Geeks Academy is a Coding Bootcamp focused on... 3000.0 14999.0 \n", + "12 Jedha Bootcamp is the leading school for kick-... 1495.0 7495.0 \n", + "13 La Capsule is a full-time, 10-week web and mob... 1500.0 7000.0 \n", + "14 WBS CODING SCHOOL is an award-winning provider... 4900.0 10500.0 \n", + "15 SheCodes is a coding school that offers online... 99.0 1990.0 \n", + "16 Designlab teaches in-demand UX/UI design skill... 499.0 7749.0 \n", + "\n", + " school school_id \n", + "0 ironhack 10828 \n", + "1 springboard 11035 \n", + "2 learningfuze 10862 \n", + "3 actualize 10505 \n", + "4 clarusway 11539 \n", + "5 codesmith 10643 \n", + "6 dataquest 10683 \n", + "7 syntax-technologies 11797 \n", + "8 evolve-security-academy 10743 \n", + "9 level-effect 11282 \n", + "10 le-wagon 10868 \n", + "11 4geeks-academy 10492 \n", + "12 jedha 10837 \n", + "13 la-capsule 10853 \n", + "14 wbs-coding-school 11243 \n", + "15 shecodes 11014 \n", + "16 designlab 10697 " + ] + }, + "execution_count": 91, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "#4950 6500 8900 1495 7495\n", + "\n", + "schools.loc[schools['school_id'] == 11797, 'price_min'] = 4950\n", + "schools.loc[schools['school_id'] == 11797, 'price_max'] = 4950\n", + "schools.loc[schools['school_id'] == 10868, 'price_min'] = 6500\n", + "schools.loc[schools['school_id'] == 10868, 'price_max'] = 8900\n", + "schools.loc[schools['school_id'] == 10837, 'price_min'] = 1495\n", + "schools.loc[schools['school_id'] == 10837, 'price_max'] = 7495\n", + "schools\n" + ] + }, + { + "cell_type": "code", + "execution_count": 92, + "id": "f02f89d1", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
school_idschool_namewebsitedescriptionprice_minprice_max
010828ironhackironhack.comIronhack is a global tech school with 9 campus...7500.013000.0
111035springboardspringboard.comSpringboard is an online learning platform tha...349.09900.0
210862learningfuzelearningfuze.comLearningFuze is an immersive, 14-week web deve...0.015995.0
310505actualizeanyonecanlearntocode.comActualize is a coding bootcamp that values qua...16900.016900.0
411539claruswayclarusway.comClarusway is a highly respected IT training sc...750.021500.0
510643codesmithcodesmith.ioCodesmith’s Software Engineering Immersive pro...350.020925.0
610683dataquestdataquest.ioMaster data skills. Build your career.Dataques...29.029.0
711797syntax-technologiessyntaxtechs.comSyntax Technologies is the world’s leading onl...4950.04950.0
810743evolve-security-academyacademy.evolvesecurity.comEvolve Security Academy offers holistic cybers...5250.013950.0
911282level-effectleveleffect.comLevel Effect is a premier training provider of...11000.011000.0
1010868le-wagonlewagon.comLe Wagon is a global leader in immersive tech ...6500.08900.0
11104924geeks-academy4geeksacademy.co4Geeks Academy is a Coding Bootcamp focused on...3000.014999.0
1210837jedhajedha.coJedha Bootcamp is the leading school for kick-...1495.07495.0
1310853la-capsulelacapsule.academyLa Capsule is a full-time, 10-week web and mob...1500.07000.0
1411243wbs-coding-schoolwbscodingschool.comWBS CODING SCHOOL is an award-winning provider...4900.010500.0
1511014shecodesshecodes.ioSheCodes is a coding school that offers online...99.01990.0
1610697designlabdesignlab.comDesignlab teaches in-demand UX/UI design skill...499.07749.0
\n", + "
" + ], + "text/plain": [ + " school_id school_name website \\\n", + "0 10828 ironhack ironhack.com \n", + "1 11035 springboard springboard.com \n", + "2 10862 learningfuze learningfuze.com \n", + "3 10505 actualize anyonecanlearntocode.com \n", + "4 11539 clarusway clarusway.com \n", + "5 10643 codesmith codesmith.io \n", + "6 10683 dataquest dataquest.io \n", + "7 11797 syntax-technologies syntaxtechs.com \n", + "8 10743 evolve-security-academy academy.evolvesecurity.com \n", + "9 11282 level-effect leveleffect.com \n", + "10 10868 le-wagon lewagon.com \n", + "11 10492 4geeks-academy 4geeksacademy.co \n", + "12 10837 jedha jedha.co \n", + "13 10853 la-capsule lacapsule.academy \n", + "14 11243 wbs-coding-school wbscodingschool.com \n", + "15 11014 shecodes shecodes.io \n", + "16 10697 designlab designlab.com \n", + "\n", + " description price_min price_max \n", + "0 Ironhack is a global tech school with 9 campus... 7500.0 13000.0 \n", + "1 Springboard is an online learning platform tha... 349.0 9900.0 \n", + "2 LearningFuze is an immersive, 14-week web deve... 0.0 15995.0 \n", + "3 Actualize is a coding bootcamp that values qua... 16900.0 16900.0 \n", + "4 Clarusway is a highly respected IT training sc... 750.0 21500.0 \n", + "5 Codesmith’s Software Engineering Immersive pro... 350.0 20925.0 \n", + "6 Master data skills. Build your career.Dataques... 29.0 29.0 \n", + "7 Syntax Technologies is the world’s leading onl... 4950.0 4950.0 \n", + "8 Evolve Security Academy offers holistic cybers... 5250.0 13950.0 \n", + "9 Level Effect is a premier training provider of... 11000.0 11000.0 \n", + "10 Le Wagon is a global leader in immersive tech ... 6500.0 8900.0 \n", + "11 4Geeks Academy is a Coding Bootcamp focused on... 3000.0 14999.0 \n", + "12 Jedha Bootcamp is the leading school for kick-... 1495.0 7495.0 \n", + "13 La Capsule is a full-time, 10-week web and mob... 1500.0 7000.0 \n", + "14 WBS CODING SCHOOL is an award-winning provider... 4900.0 10500.0 \n", + "15 SheCodes is a coding school that offers online... 99.0 1990.0 \n", + "16 Designlab teaches in-demand UX/UI design skill... 499.0 7749.0 " + ] + }, + "execution_count": 92, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Reordering columns to have school_id first \n", + "schools = schools[['school_id', 'school', 'website', 'description', 'price_min', 'price_max']]\n", + "schools.rename(columns = {'school': 'school_name'},inplace=True)\n", + "schools" + ] + }, + { + "cell_type": "markdown", + "id": "9b063976", + "metadata": {}, + "source": [ + "## downlad CSVs" + ] + }, + { + "cell_type": "code", + "execution_count": 93, + "id": "33753a87", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "schools.to_csv('schools.csv', index=False)\n", + "badges.to_csv('badges.csv', index=False)\n", + "comments.to_csv('comments.csv', index=False)\n", + "locations.to_csv('locations.csv', index=False)\n", + "courses.to_csv('courses.csv', index=False)" + ] + }, + { + "cell_type": "markdown", + "id": "f99f52bd", + "metadata": {}, + "source": [ + "# Connect to MySQL" + ] + }, + { + "cell_type": "code", + "execution_count": 96, + "id": "031a2f28", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Enter your MySQL password: ········\n" + ] + } + ], + "source": [ + "# Connect to MySQL server\n", + "# Get database credentials\n", + "host = \"localhost\"\n", + "user = \"root\"\n", + "password = getpass.getpass(\"Enter your MySQL password: \")" + ] + }, + { + "cell_type": "code", + "execution_count": 97, + "id": "fbcee27b", + "metadata": {}, + "outputs": [], + "source": [ + "# Connect to MySQL server and create a new database\n", + "conn = mysql.connector.connect(\n", + " host=host,\n", + " user=user,\n", + " password=password\n", + ")\n", + "cursor = conn.cursor()\n", + "cursor.execute(\"CREATE DATABASE IF NOT EXISTS tech_schools_data\")\n", + "cursor.close()\n", + "conn.close()" + ] + }, + { + "cell_type": "code", + "execution_count": 98, + "id": "08b093a1", + "metadata": {}, + "outputs": [], + "source": [ + "# Reconnect to the new database\n", + "conn = mysql.connector.connect(\n", + " host=host,\n", + " user=user,\n", + " password=password,\n", + " database=\"tech_schools_data\"\n", + ")\n", + "cursor = conn.cursor()\n", + "\n", + "# Create tables\n", + "cursor.execute('''\n", + "CREATE TABLE IF NOT EXISTS Schools (\n", + " school_id INT PRIMARY KEY,\n", + " school_name VARCHAR(255),\n", + " website VARCHAR(255),\n", + " description TEXT,\n", + " price_min FLOAT,\n", + " price_max FLOAT\n", + ")\n", + "''')\n", + "\n", + "cursor.execute('''\n", + "CREATE TABLE IF NOT EXISTS Comments (\n", + " comment_id INT PRIMARY KEY,\n", + " school_id INT,\n", + " school_name VARCHAR(255),\n", + " user_name VARCHAR(255),\n", + " anonymous BOOL,\n", + " graduating_year INT,\n", + " tagline VARCHAR(255),\n", + " created_at DATETIME,\n", + " overall_score FLOAT,\n", + " overall_rating FLOAT,\n", + " curriculum_rating FLOAT,\n", + " job_support_rating FLOAT,\n", + " review_body TEXT,\n", + " program VARCHAR(255),\n", + " program_cat VARCHAR(255),\n", + " FOREIGN KEY (school_id) REFERENCES Schools(school_id)\n", + ")\n", + "''')\n", + "\n", + "cursor.execute('''\n", + "CREATE TABLE IF NOT EXISTS Badges (\n", + " badge_id INT PRIMARY KEY,\n", + " school_id INT,\n", + " school_name VARCHAR(255),\n", + " badge_name VARCHAR(255),\n", + " keyword VARCHAR(255),\n", + " description TEXT,\n", + " FOREIGN KEY (school_id) REFERENCES Schools(school_id)\n", + ")\n", + "''')\n", + "\n", + "cursor.execute('''\n", + "CREATE TABLE IF NOT EXISTS Locations (\n", + " location_id INT PRIMARY KEY,\n", + " school_id INT,\n", + " school_name VARCHAR(255),\n", + " country_id INT,\n", + " country_name VARCHAR(255),\n", + " city_id INT,\n", + " city_name VARCHAR(255),\n", + " FOREIGN KEY (school_id) REFERENCES Schools(school_id)\n", + ")\n", + "''')\n", + "\n", + "cursor.execute('''\n", + "CREATE TABLE IF NOT EXISTS Courses (\n", + " course_id INT PRIMARY KEY,\n", + " school_id INT,\n", + " school_name VARCHAR(255),\n", + " course_name VARCHAR(255),\n", + " FOREIGN KEY (school_id) REFERENCES Schools(school_id)\n", + ")\n", + "''')\n", + "\n", + "\n" + ] + }, + { + "cell_type": "code", + "execution_count": 99, + "id": "cc96b841", + "metadata": {}, + "outputs": [], + "source": [ + "# Create a function to convert DataFrame columns to native Python types\n", + "def convert_dtypes(df):\n", + " for col in df.select_dtypes(include=['int', 'float']).columns:\n", + " df[col] = df[col].apply(lambda x: int(x) if pd.notnull(x) else None)\n", + " for col in df.select_dtypes(include=['object']).columns:\n", + " df[col] = df[col].astype(str)\n", + " return df\n", + "\n", + "\n", + "\n", + "# Reconnect the cursor to the database for data insertion\n", + "cursor = conn.cursor()\n", + "\n", + "# Convert DataFrame columns to native Python types\n", + "schools = convert_dtypes(schools)\n", + "comments = convert_dtypes(comments)\n", + "badges = convert_dtypes(badges)\n", + "locations = convert_dtypes(locations)\n", + "courses = convert_dtypes(courses)\n", + "\n", + "# Clear the tables before inserting new data\n", + "cursor.execute('DELETE FROM Badges')\n", + "cursor.execute('DELETE FROM Comments')\n", + "cursor.execute('DELETE FROM Locations')\n", + "cursor.execute('DELETE FROM Courses')\n", + "cursor.execute('DELETE FROM Schools')\n", + "\n", + "# Function to convert DataFrame to list of tuples\n", + "def df_to_tuples(df):\n", + " return list(df.itertuples(index=False, name=None))\n", + "\n", + "# Insert data into Schools table\n", + "schools_data = df_to_tuples(schools)\n", + "cursor.executemany('INSERT INTO Schools (school_id, school_name, website, description, price_min, price_max) VALUES (%s, %s, %s, %s, %s, %s)', schools_data)\n", + "\n", + "# Insert data into Comments table\n", + "comments_data = df_to_tuples(comments)\n", + "cursor.executemany('INSERT INTO Comments (comment_id, school_id, school_name, user_name, anonymous, graduating_year, tagline, created_at, overall_score, overall_rating, curriculum_rating, job_support_rating, review_body, program, program_cat) VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s,%s)', comments_data)\n", + "\n", + "# Insert data into Badges table\n", + "badges_data = df_to_tuples(badges)\n", + "cursor.executemany('INSERT INTO Badges (badge_id, school_id, school_name, badge_name, keyword, description) VALUES (%s, %s, %s, %s, %s, %s)', badges_data)\n", + "\n", + "# Insert data into Locations table\n", + "locations_data = df_to_tuples(locations)\n", + "cursor.executemany('INSERT INTO Locations (location_id, school_id, school_name, country_id, country_name, city_id, city_name) VALUES (%s, %s, %s, %s, %s, %s, %s)', locations_data)\n", + "\n", + "# Insert data into Courses table\n", + "courses_data = df_to_tuples(courses)\n", + "cursor.executemany('INSERT INTO Courses (course_id, school_id, school_name, course_name) VALUES (%s, %s, %s, %s)', courses_data)\n", + "\n", + "# Commit the changes\n", + "conn.commit()\n", + "\n", + "# Close the connection\n", + "cursor.close()\n", + "conn.close()" + ] + }, + { + "cell_type": "markdown", + "id": "8c956fb9", + "metadata": {}, + "source": [ + "## Python Analysis" + ] + }, + { + "cell_type": "code", + "execution_count": 200, + "id": "a10376c5", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "( comment_id school_id school_name user_name anonymous \\\n", + " count 11066.000000 11066.000000 11066 11066 11066 \n", + " unique NaN NaN 17 8969 2 \n", + " top NaN NaN le-wagon Anonymous False \n", + " freq NaN NaN 2775 1465 9658 \n", + " mean 270421.262877 10886.609886 NaN NaN NaN \n", + " min 231531.000000 10492.000000 NaN NaN NaN \n", + " 25% 251075.000000 10828.000000 NaN NaN NaN \n", + " 50% 271564.500000 10868.000000 NaN NaN NaN \n", + " 75% 287695.750000 11014.000000 NaN NaN NaN \n", + " max 310587.000000 11797.000000 NaN NaN NaN \n", + " std 21333.099169 202.627047 NaN NaN NaN \n", + " \n", + " graduating_year tagline created_at \\\n", + " count 11066.0 11066 11066 \n", + " unique 9402 NaN \n", + " top Great experience NaN \n", + " freq 70 NaN \n", + " mean 2020.067052 NaN 2020-10-15 14:43:03.047171328 \n", + " min 2011.0 NaN 2014-09-23 00:00:00 \n", + " 25% 2019.0 NaN 2019-06-11 06:00:00 \n", + " 50% 2020.0 NaN 2020-12-19 00:00:00 \n", + " 75% 2022.0 NaN 2022-04-13 00:00:00 \n", + " max 2024.0 NaN 2024-05-03 00:00:00 \n", + " std 2.045798 NaN NaN \n", + " \n", + " overall_score overall_rating curriculum_rating job_support_rating \\\n", + " count 11066.000000 11066.000000 11066.000000 11066.000000 \n", + " unique NaN NaN NaN NaN \n", + " top NaN NaN NaN NaN \n", + " freq NaN NaN NaN NaN \n", + " mean 4.799494 4.871589 4.761251 4.244714 \n", + " min 0.000000 0.000000 0.000000 0.000000 \n", + " 25% 4.700000 5.000000 5.000000 4.000000 \n", + " 50% 5.000000 5.000000 5.000000 5.000000 \n", + " 75% 5.000000 5.000000 5.000000 5.000000 \n", + " max 5.000000 5.000000 5.000000 5.000000 \n", + " std 0.497495 0.483672 0.737310 1.537697 \n", + " \n", + " review_body program \\\n", + " count 11066 11066 \n", + " unique 10998 166 \n", + " top Amazing learning experience! Was able to start... \n", + " freq 3 1255 \n", + " mean NaN NaN \n", + " min NaN NaN \n", + " 25% NaN NaN \n", + " 50% NaN NaN \n", + " 75% NaN NaN \n", + " max NaN NaN \n", + " std NaN NaN \n", + " \n", + " program_cat \n", + " count 11066 \n", + " unique 15 \n", + " top Web Development \n", + " freq 3566 \n", + " mean NaN \n", + " min NaN \n", + " 25% NaN \n", + " 50% NaN \n", + " 75% NaN \n", + " max NaN \n", + " std NaN ,\n", + " course_id school_id school_name course_name\n", + " count 115.000000 115.000000 115 115\n", + " unique NaN NaN 17 114\n", + " top NaN NaN clarusway DevOps Engineer\n", + " freq NaN NaN 31 2\n", + " mean 58.000000 11063.904348 NaN NaN\n", + " std 33.341666 369.263111 NaN NaN\n", + " min 1.000000 10492.000000 NaN NaN\n", + " 25% 29.500000 10828.000000 NaN NaN\n", + " 50% 58.000000 11014.000000 NaN NaN\n", + " 75% 86.500000 11539.000000 NaN NaN\n", + " max 115.000000 11797.000000 NaN NaN,\n", + " location_id school_id school_name country_id country_name \\\n", + " count 131.000000 131.000000 131 131.0 131 \n", + " unique NaN NaN 17 36 \n", + " top NaN NaN le-wagon France \n", + " freq NaN NaN 38 27 \n", + " mean 17333.633588 10778.511450 NaN 62.175573 NaN \n", + " std 943.258617 211.048932 NaN 75.187405 NaN \n", + " min 15703.000000 10492.000000 NaN 1.0 NaN \n", + " 25% 16375.500000 10574.000000 NaN 20.0 NaN \n", + " 50% 17450.000000 10837.000000 NaN 38.0 NaN \n", + " 75% 18240.000000 10868.000000 NaN 57.0 NaN \n", + " max 18663.000000 11797.000000 NaN 237.0 NaN \n", + " \n", + " city_id city_name \n", + " count 131.0 131 \n", + " unique 72 \n", + " top Online \n", + " freq 17 \n", + " mean 27207.496183 NaN \n", + " std 10327.34127 NaN \n", + " min 10.0 NaN \n", + " 25% 31102.0 NaN \n", + " 50% 31147.0 NaN \n", + " 75% 31228.0 NaN \n", + " max 31304.0 NaN ,\n", + " school_id school website \\\n", + " count 17.000000 17 17 \n", + " unique NaN 17 17 \n", + " top NaN ironhack ironhack.com \n", + " freq NaN 1 1 \n", + " mean 10936.529412 NaN NaN \n", + " std 353.584699 NaN NaN \n", + " min 10492.000000 NaN NaN \n", + " 25% 10697.000000 NaN NaN \n", + " 50% 10853.000000 NaN NaN \n", + " 75% 11035.000000 NaN NaN \n", + " max 11797.000000 NaN NaN \n", + " \n", + " description price_min \\\n", + " count 17 17.000000 \n", + " unique 17 NaN \n", + " top Ironhack is a global tech school with 9 campus... NaN \n", + " freq 1 NaN \n", + " mean NaN 3827.705882 \n", + " std NaN 4654.727567 \n", + " min NaN 0.000000 \n", + " 25% NaN 350.000000 \n", + " 50% NaN 1500.000000 \n", + " 75% NaN 5250.000000 \n", + " max NaN 16900.000000 \n", + " \n", + " price_max \n", + " count 17.000000 \n", + " unique NaN \n", + " top NaN \n", + " freq NaN \n", + " mean 10987.176471 \n", + " std 6021.196011 \n", + " min 29.000000 \n", + " 25% 7495.000000 \n", + " 50% 10500.000000 \n", + " 75% 14999.000000 \n", + " max 21500.000000 )" + ] + }, + "execution_count": 200, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Display summaries of the DataFrames\n", + "badges_summary = badges.describe(include='all')\n", + "comments_summary = comments.describe(include='all')\n", + "courses_summary = courses.describe(include='all')\n", + "locations_summary = locations.describe(include='all')\n", + "schools_summary = schools.describe(include='all')\n", + "\n", + "\n", + "comments_summary, courses_summary, locations_summary, schools_summary" + ] + }, + { + "cell_type": "code", + "execution_count": 202, + "id": "fdf54407", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "course_name\n", + "Web Development Bootcamp 4.737327\n", + "Web Development Part-Time 4.680000\n", + "UX/UI Design Bootcamp 4.607477\n", + "UX/UI Design Part-Time 4.545455\n", + "Data Analytics Bootcamp 4.533333\n", + "Data Analytics Part-Time 4.416667\n", + "Cyber Security Bootcamp 4.166667\n", + "Cybersecurity Part-Time 4.000000\n", + "Name: overall_rating, dtype: float64" + ] + }, + "execution_count": 202, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Filter Ironhack's courses\n", + "ironhack_courses = courses[courses['school_name'].str.lower() == 'ironhack']\n", + "\n", + "# Filter comments for Ironhack\n", + "ironhack_comments = comments[comments['school_name'].str.lower() == 'ironhack']\n", + "\n", + "# Merge to associate comments with courses\n", + "ironhack_course_comments = pd.merge(ironhack_comments, ironhack_courses, left_on='program', right_on='course_name', how='inner')\n", + "\n", + "# Calculate average ratings for each course\n", + "average_course_ratings = ironhack_course_comments.groupby('course_name')['overall_rating'].mean().sort_values(ascending=False)\n", + "\n", + "average_course_ratings" + ] + }, + { + "cell_type": "code", + "execution_count": 204, + "id": "cd8a337f", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "(4.774168600154679,\n", + " course_name\n", + " 0 Cyber Security Bootcamp\n", + " 1 Cybersecurity Part-Time\n", + " 2 Data Analytics Bootcamp\n", + " 3 Data Analytics Part-Time\n", + " 4 UX/UI Design Bootcamp\n", + " 5 UX/UI Design Part-Time\n", + " 6 Web Development Bootcamp\n", + " 7 Web Development Part-Time)" + ] + }, + "execution_count": 204, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Calculate overall average rating for Ironhack\n", + "ironhack_overall_rating = ironhack_comments['overall_rating'].mean()\n", + "\n", + "# Display Ironhack's overall rating and available courses\n", + "ironhack_overall_rating, ironhack_courses[['course_name']]" + ] + }, + { + "cell_type": "code", + "execution_count": 541, + "id": "7454cd27", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "image/png": "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jeXq6qpSpUpZXIB52PGmj/v++++rffv2cnNzU4ECBfTll18anxcsWFCSVK5cOZlMJoWEhDzwWHPmzClvb2/5+fmpdevWqlq1qnbt2mV8npaWppEjRyp//vxydHRU2bJltXz5cosx9u3bp9q1a8vZ2Vk5c+ZU586dlZKSIkkaPny4YmNjtWjRImMVQfp36NSpU2rRooVy5MghFxcXVahQQdu2bZMkHTlyRI0bN1aePHnk6uqqihUravXq1Rb7fZJznH7ryZN8ZwEAAADgn/BY9+yHhIQoLi7OeB8XF6eQkBDVrFnTaL9586a2bNlihP127dpp06ZNmjt3rvbu3atmzZqpfv36OnTokDHO1atXNWbMGMXGxmrTpk26dOmSWrRo8UQH1KdPH12+fFmrVq2SdCdEhoaGqkmTJtq7d6++/fZbbdy4UT179pQktW7dWtu2bdORI0eMMX755Rft27dPrVu3liRNnz5d7733nsaMGaPExES9//77Gjp0qGJjYzOt4fTp0woLC1PFihW1Z88eTZs2TTNmzNDo0aMt+sXGxsrOzk7btm3T5MmT9fHHH+urr76y6PPxxx+rWrVq2r17t15++WW1bdtW4eHhatOmjXbt2qWAgACFh4cbFwkedrzpJk6cqAoVKmj37t3q3r27unXrpv3790uStm/fLun/ZuwXLFjwyOd/x44d2rVrlypXrmy0ffLJJ5o4caImTJigvXv3KjQ0VK+88orxHbh69arq16+v7NmzKz4+XvPmzdPq1auNmt955x01b95c9evXV1JSkpKSklS1alWlpKSoZs2a+v3337V48WLt2bNHAwYMUFpamqQ7t5mEhYVp9erV2r17t0JDQ9WoUSOdOHHiqc5xes2P8529ceOGLl26ZPECAAAAgL+LyfwYN1dPnz5dffr00YULF3Tt2jXlyJFDp0+fVlxcnCZPnqxNmzbpp59+Us2aNXXkyBGZzWYVKVJEp06dUt68eY1x6tatq0qVKun9999XTEyM2rVrp61btxoBcf/+/SpWrJi2bdumSpUqZV64yaTvv/8+w33c169fl7Ozs8aNG6cBAwYoPDxczs7O+uKLL4w+GzduVM2aNXXlyhU5OTmpTJkyatq0qYYOHSpJevfdd7V69Woj9BYoUEDjxo1Ty5YtjTFGjx6tpUuXavPmzTp27JgKFiyo3bt3q2zZsnrv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8qGio6OVlJSkX375RZ999plSUlJUuXJlff3113/rfmFp9erVSkpK0vr16+Xu7q6wsDAdPXr0ica6efPmQ/v4+voqKSnJePXr108lSpSwaHvnnXfk4eHxr181AgAAAAAP81Rhv2jRosqbN6/WrVtntK1bt06NGzdW4cKFtXnzZov2WrVqSboT3gYMGKB8+fLJxcVFlStXthgj3cKFCxUYGCgnJyfVq1dPJ0+efGhNnp6e8vb2lr+/v1566SV99913at26tXr27Knz588b/TZv3qwaNWrI2dlZvr6+6t27t65cuSJJGjx4sKpUqZJh7NKlSysyMtJ4Hx0drWLFisnJyUlBQUGaOnXqA2tbv369KlWqJEdHR/n4+GjQoEEWqyJCQkLUs2dP9ezZU56ensqZM6eGDBkis9ls9PH399fo0aMVHh4uV1dX+fn5adGiRTp79qwaN24sV1dXlSpVyuICzMOON33c999/X+3bt5ebm5sKFCigL7/80vi8YMGCkqRy5crJZDIpJCTkgceaM2dOeXt7q3Tp0vriiy909epVrVy5UufOnVPLli2VP39+ZcuWTaVKldKcOXMstk0/D3379lWuXLlUr149+fv7S5Jee+01mUwm4306W1tbeXt7Gy9XV1fZ2dllaLt3GX9ISIh69eqlt99+W9mzZ1eePHn05Zdf6sqVK2rXrp3c3NxUuHBhLVu2zGJ/v/76q8LCwuTq6qo8efKobdu2+vPPPx94TgAAAADgn/LU9+yHhIQoLi7OeB8XF6eQkBDVrFnTaL9586a2bNlihP127dpp06ZNmjt3rvbu3atmzZqpfv36OnTokDHO1atXNWbMGMXGxmrTpk26dOmSWrRo8UQ19unTR5cvX9aqVaskSfv27VNoaKiaNGmivXv36ttvv9XGjRvVs2dPSVLr1q21bds2HTlyxBjjl19+0b59+9S6dWtJ0vTp0/Xee+9pzJgxSkxM1Pvvv6+hQ4cqNjY20xpOnz6tsLAwVaxYUXv27NG0adM0Y8YMjR492qJfbGys7OzstG3bNk2ePFkff/yxvvrqK4s+H3/8sapVq6bdu3fr5ZdfVtu2bRUeHq42bdpo165dCggIUHh4uHGR4GHHm27ixImqUKGCdu/ere7du6tbt27av3+/JGn79u2S/m/GfsGCBY98/rNlyyZJunXrlq5fv64XXnhBS5Ys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DRkyRIMGDZKvr6969uxpfJ6SkqK4uDi98sorFuOnpqZq9+7dFmPt2rVLqampGfbxJNauXat9+/YZy87Lly+v5ORk2dnZKSAgwOJ194WJwMBA9enTRytXrlSTJk0UHR2d6fhFixbV9u3bLdoyO2fPiq2tra5duyZJKl68uG7fvq1t27YZn587d04HDx5UsWLFjD4bN260GGPz5s0KDAw0LrA4ODhkmOUvXbq01qxZk2kN586dU2JiooYMGaI6deqoWLFixoP7noU9e/YYxyhJW7dulaurq/Lnz//M9gEAAAAAT+pfH/a7d++uI0eOqEePHtqzZ48OHjyozz77TDNmzFD//v2Nft9//73mzZun2NhY2dvby87OTjExMfr+++81f/58SXee3l6kSBEVKlTI2K548eJq0KCB2rdvr9WrV+vo0aNavXq1OnTooAYNGqh48eKPVe+NGzeUnJys06dPa9euXXr//ffVuHFjNWzYUOHh4ZKkunXrKjg4WK+++qpWrFihY8eOafPmzRoyZIh27Niha9euqWfPnlq3bp2OHz+uTZs2KT4+3gjP9+rVq5dmzJih2NhYHTp0SKNHj9bevXvvOwv9OMxms5KTk5WcnKyjR4/qyy+/1IoVK4zVEUWKFFHjxo3VqVMnbdy4UXv27FGbNm2UL18+o0+/fv20Zs0ajRo1SgcPHlRsbKw+/fRTvfPOO8Z+/P399dNPP+n06dP6888/Jd1ZGh8fH6/u3btr79692r9/v6ZNm6Y///xT2bNnV86cOfXll1/q8OHDWrt2rcXPLj6tmzdvqkOHDvr111+NlRU9e/bM9H59AAAAAPin/euX8fv7+2vDhg1677339NJLL+n69esKDAxUTEyMmjVrJkn6888/1bVrV0VGRlrcn12yZElFRkYay/kXLVqU6VP4586dq+HDh6tbt246deqU8ufPr4YNG2r48OGPXe/y5cvl4+MjOzs7Zc+eXWXKlNHkyZP15ptvGkHRZDJp6dKleu+999S+fXudPXtW3t7eqlGjhvLkySNbW1udO3dO4eHh+uOPP5QrVy41adLkvg+Aa926tX777Te98847un79upo3b66IiIgMs/1P4tKlS/Lx8ZF0Z6m6n5+fRo4cqYEDBxp9oqOj9dZbb6lhw4a6efOmatSooaVLlxpL5cuXL6///e9/GjZsmEaNGiUfHx+N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n/9spmrhyOrTawsWLNC0adPUr18/hYaG6oknnlBoaKjefvvtZqoWjqw+vXbWpEmTNHr0aMXGxjZxdXAm9em1zMxMbd68WRs2bNDQoUMVHBys6Oho9e/fv5mqhSOrT6998sknCg4OVmpqqkJCQjRgwABNmjRJn332WTNVC0fl5uamzp07W18dOnS44NjGzAWEfaCJ3H333brxxhs1dOjQnx2bk5OjP/zhDzbr4uPj9dlnn+nMmTNNVSKcRH167Xw1NTU6duyY/Pz8mqAyOJv69lp6err27NmjmTNnNnFlcDb16bW33npLffv21VNPPaWuXbsqLCxM999/v06dOtUMlcLR1afX+vfvr/3792vDhg0yxujQoUN6/fXXdeONNzZDpXBku3fvVkBAgEJCQnT77bfrm2++ueDYxswFbg2qFsBFrV69Wtu3b1deXp5d4w8ePKhOnTrZrOvUqZOqqqp0+PBhdenSpSnKhBOob6+db968eTpx4oRuvfXWRq4Mzqa+vbZ79249+OCD2rp1q9zc+N8N2K++vfbNN98oOztbnp6eWr9+vQ4fPqy//OUv+t///sd9+7io+vZa//79tXLlSt122206ffq0qqqqNGLECC1evLiJK4Uju+aaa7RixQqFhYXp0KFDevzxx9W/f3/t3LlT/v7+tcY3Zi7gyj7QyPbt26e0tDT961//kqenp93bWSwWm2VjTJ3rgbMa2mtnZWRkaNasWVqzZo06duzYBBXCWdS316qrqzV69Gg9+uijCgsLa4YK4Swa8r1WU1Mji8WilStXKjo6WsOGDdP8+fO1fPlyru7jghrSa1999ZVSU1P1yCOPKD8/X5mZmSopKdHkyZObuFo4shtuuEGJiYm64oorNHToUL377ruSpFdeeeWC2zRWLrCYs1sCaBRvvvmmbr75Zrm6ulrXVVdXy2KxyMXFRZWVlTbvSdK1116rqKgoLVy40Lpu/fr1uvXWW3Xy5Em1atWq2eqH42hIr521Zs0ajR07VmvXrmX6IX5WfXvthx9+ULt27WzW1dTUyBgjV1dXvf/++/r973/frOcAx9CQ77WUlBRt27ZNxcXF1nWFhYXq1auXdu3apdDQ0GarH46jIb1211136fTp01q7dq11XXZ2tgYOHKj//ve/zMSE3eLi4tSjRw8999xztd5rzFzAvDqgkQ0ZMqTWEzbHjh2r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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import matplotlib.pyplot as plt\n", + "\n", + "# Data for the graph\n", + "coursesar = average_course_ratings.index\n", + "ratings = average_course_ratings.values\n", + "\n", + "plt.figure(figsize=(10, 6))\n", + "plt.barh(coursesar, ratings, color='skyblue')\n", + "plt.xlabel('Average Rating')\n", + "plt.title('Top-Rated Ironhack Courses')\n", + "plt.xlim(4, 5) # Setting x-axis limit for better visual emphasis on rating variations\n", + "plt.gca().invert_yaxis()\n", + "plt.show()" + ] + }, + { + "cell_type": "code", + "execution_count": 208, + "id": "64888890", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "overall_score 4.714617\n", + "overall_rating 4.774169\n", + "curriculum_rating 4.577726\n", + "job_support_rating 4.508894\n", + "dtype: float64" + ] + }, + "execution_count": 208, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Filter comments related to Ironhack\n", + "ironhack_comments = comments[comments['school_name'].str.lower() == 'ironhack']\n", + "\n", + "# Calculate average ratings for Ironhack\n", + "ironhack_avg_scores = ironhack_comments[['overall_score', 'overall_rating', 'curriculum_rating', 'job_support_rating']].mean()\n", + "\n", + "# Calculate average ratings for all schools\n", + "overall_avg_scores = comments.groupby('school_name')[['overall_score', 'overall_rating', 'curriculum_rating', 'job_support_rating']].mean()\n", + "\n", + "# Top competitors based on the number of comments\n", + "top_competitors = comments['school_name'].value_counts().head(5)\n", + "\n", + "# Display results\n", + "ironhack_avg_scores" + ] + }, + { + "cell_type": "code", + "execution_count": 210, + "id": "e2bb9e20", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
overall_scoreoverall_ratingcurriculum_ratingjob_support_rating
school_name
4geeks-academy4.8812154.8950284.8176804.707182
actualize4.8740824.9460044.7149034.477322
clarusway4.9086424.9094654.9176954.835391
codesmith4.9057234.9156634.8102414.346386
dataquest4.7385674.8293524.7747443.088737
designlab4.5774954.7331984.5855402.957230
evolve-security-academy4.7787614.8451334.8053104.491150
ironhack4.7146174.7741694.5777264.508894
jedha4.9582044.9814244.9659444.634675
la-capsule4.9350144.9747904.9663874.820728
le-wagon4.9108114.9704504.8407214.498378
learningfuze4.9846594.9829554.8977274.704545
level-effect4.9190485.0000004.9047624.857143
shecodes4.8818254.9726324.9242114.058947
springboard4.5921684.6775964.5731634.141469
syntax-technologies5.0000005.0000005.0000005.000000
wbs-coding-school4.7951334.9203544.8451334.530973
\n", + "
" + ], + "text/plain": [ + " overall_score overall_rating curriculum_rating \\\n", + "school_name \n", + "4geeks-academy 4.881215 4.895028 4.817680 \n", + "actualize 4.874082 4.946004 4.714903 \n", + "clarusway 4.908642 4.909465 4.917695 \n", + "codesmith 4.905723 4.915663 4.810241 \n", + "dataquest 4.738567 4.829352 4.774744 \n", + "designlab 4.577495 4.733198 4.585540 \n", + "evolve-security-academy 4.778761 4.845133 4.805310 \n", + "ironhack 4.714617 4.774169 4.577726 \n", + "jedha 4.958204 4.981424 4.965944 \n", + "la-capsule 4.935014 4.974790 4.966387 \n", + "le-wagon 4.910811 4.970450 4.840721 \n", + "learningfuze 4.984659 4.982955 4.897727 \n", + "level-effect 4.919048 5.000000 4.904762 \n", + "shecodes 4.881825 4.972632 4.924211 \n", + "springboard 4.592168 4.677596 4.573163 \n", + "syntax-technologies 5.000000 5.000000 5.000000 \n", + "wbs-coding-school 4.795133 4.920354 4.845133 \n", + "\n", + " job_support_rating \n", + "school_name \n", + "4geeks-academy 4.707182 \n", + "actualize 4.477322 \n", + "clarusway 4.835391 \n", + "codesmith 4.346386 \n", + "dataquest 3.088737 \n", + "designlab 2.957230 \n", + "evolve-security-academy 4.491150 \n", + "ironhack 4.508894 \n", + "jedha 4.634675 \n", + "la-capsule 4.820728 \n", + "le-wagon 4.498378 \n", + "learningfuze 4.704545 \n", + "level-effect 4.857143 \n", + "shecodes 4.058947 \n", + "springboard 4.141469 \n", + "syntax-technologies 5.000000 \n", + "wbs-coding-school 4.530973 " + ] + }, + "execution_count": 210, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "overall_avg_scores" + ] + }, + { + "cell_type": "code", + "execution_count": 212, + "id": "c2dc8218", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "school_name\n", + "le-wagon 2775\n", + "springboard 1647\n", + "shecodes 1425\n", + "ironhack 1293\n", + "designlab 982\n", + "Name: count, dtype: int64" + ] + }, + "execution_count": 212, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "top_competitors" + ] + }, + { + "cell_type": "markdown", + "id": "7088e79d", + "metadata": {}, + "source": [ + "# Analysis Results\n", + "\n", + "## Ironhack's Average Ratings:\n", + "\n", + "- **Overall Score:** 4.71\n", + "- **Overall Rating:** 4.77\n", + "- **Curriculum Rating:** 4.58\n", + "- **Job Support Rating:** 4.51\n", + "\n", + "## Competitor Average Ratings:\n", + "\n", + "Here are the top competitors based on the number of comments, along with their average ratings:\n", + "\n", + "### Le Wagon\n", + "- **Overall Score:** 4.91\n", + "- **Overall Rating:** 4.97\n", + "- **Curriculum Rating:** 4.84\n", + "- **Job Support Rating:** 4.50\n", + "\n", + "### Springboard\n", + "- **Overall Score:** 4.59\n", + "- **Overall Rating:** 4.68\n", + "- **Curriculum Rating:** 4.57\n", + "- **Job Support Rating:** 4.14\n", + "\n", + "### SheCodes\n", + "- **Overall Score:** 4.88\n", + "- **Overall Rating:** 4.97\n", + "- **Curriculum Rating:** 4.92\n", + "- **Job Support Rating:** 4.06\n", + "\n", + "### DesignLab\n", + "- **Overall Score:** 4.58\n", + "- **Overall Rating:** 4.73\n", + "- **Curriculum Rating:** 4.59\n", + "- **Job Support Rating:** 2.96\n", + "\n", + "## Strengths and Weaknesses of Ironhack\n", + "\n", + "### Strengths:\n", + "\n", + "1. **Overall Rating and Score:** Ironhack's overall score and rating are competitive, indicating a generally positive perception.\n", + "2. **Job Support Rating:** With a job support rating of 4.51, Ironhack is performing well in this area, especially compared to some competitors like DesignLab.\n", + "\n", + "### Weaknesses:\n", + "\n", + "1. **Curriculum Rating:** Ironhack's curriculum rating of 4.58 is lower than several top competitors, such as Le Wagon and SheCodes, which suggests there may be room for improvement in the curriculum.\n", + "2. **Average Ratings Comparison:** Although Ironhack's ratings are good, they are slightly lower than the top competitors, indicating potential areas for enhancement to reach the highest tier.\n", + "\n", + "## Recommendations for Enhancements\n", + "\n", + "1. **Curriculum Improvement:** Focus on gathering detailed feedback on the curriculum from students and alumni to identify specific areas for improvement. Consider updating the curriculum to incorporate more in-demand skills and technologies.\n", + "2. **Job Support Programs:** Even though Ironhack's job support rating is strong, there is always room for enhancement. Consider offering more personalized career coaching, expanding the network of hiring partners, and hosting more job fairs and networking events.\n", + "3. **Student Engagement:** Increase efforts to engage with current and prospective students through webinars, workshops, and community events. This can help in boosting overall ratings and attracting more positive reviews.\n", + "4. **Marketing and Outreach:** Highlight Ironhack's strengths in job support and overall satisfaction in marketing materials to attract prospective students. Additionally, leverage alumni success stories to build a strong brand reputation." + ] + }, + { + "cell_type": "code", + "execution_count": 215, + "id": "5b8629e2", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "image/png": "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HUmqJKkjERVr+S7kfX19UbFiRVSoUAGJiYlwdnZGixYt0KRJE3h5eRVERiIiIiIiKuSmu02HtbE1HiU+wpKLS6SOQ1Ss5buQl8vl+O233xAeHo7du3dj27ZtuHnzJn799Vfo6fHekUREREREJZGpgSnmNZ0HANgTvgcnH52UOBFR8fVet58DgCpVqqBXr17o06cPqlatqvNgRERERERUtLjZuGFQjUEAAJ+zPniZ/FLaQETFVL4LeQ8PD1SsWBHTpk3D1atXCyITEREREREVUeMbjIeDuQNiX8dibvBciKIodSSiYiffhfzjx48xZcoUnDp1CnXq1EGdOnWwePFiPHr0qCDyERERERFREaLQV2BBswXQF/Rx9MFRHIo4JHUkomIn34W8hYUFvvnmG5w5cwZ3795F37598csvv6BSpUpo06ZNQWQkIiIiIqIipKZFTYyqOwoA4HvOF9GvoiVORFS85LuQf5uDgwOmTZuGhQsXonbt2prz54mIiIiIqGQbUXsEapWthYTUBHif8YZaVEsdiajYeO9C/syZMxg9ejRsbGwwYMAA1KxZE3/99ZcusxERERERUREll8kxv/l8GOoZIjgqGDtv7pQ6ElGxke9C3tPTEw4ODmjTpg0ePHiA5cuXIzo6Gtu2bUPHjh0LIiMRERERERVBDuYOmNBwAgBg2aVliIiLkDgRUfGQ70I+MDAQkyZNwn///Ye///4bAwYMgFKpBACEhobqOh8RERERERVh/av3R2ObxkhOT4bnKU+kqdOkjkRU5OW7kD979izGjBkDCwsLAEBcXBxWr16NBg0aoGHDhjoPSERERERERZdMkGFu07kwlZvi6rOr2BC2QepIREXee58j/88//2DQoEGwsbHBqlWr0KlTJ1y8eFGX2YiIiIiIqBiwNraGZ2NPAMD6K+txLfaaxImIirZ8FfKPHj3CvHnzULlyZfTv3x+lS5eGSqXCvn37MG/ePNSvX7+gchIRERERURHW2aEz2tu3R5qYhumnpyM5LVnqSERFVp4L+U6dOsHZ2RnXr1/HqlWr8PjxY6xataogsxERERERUTEhCAK8G3vDwsgCEXERWBGyQupIREVWngv5o0ePYsSIEZg9ezY6d+4MPT29gsxFRERERETFTClFKcxuMhsAsO3GNpyLOidxIqKiKc+F/KlTp5CQkAAXFxe4ubnhxx9/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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import matplotlib.pyplot as plt\n", + "\n", + "# Data for Ironhack and its top competitors\n", + "competitors = ['Ironhack', 'Le Wagon', 'Springboard', 'SheCodes', 'DesignLab']\n", + "avg_overall_ratings = [4.77, 4.97, 4.68, 4.97, 4.73]\n", + "avg_curriculum_ratings = [4.58, 4.84, 4.57, 4.92, 4.59]\n", + "avg_job_support_ratings = [4.51, 4.50, 4.14, 4.06, 2.96]\n", + "\n", + "x = range(len(competitors))\n", + "\n", + "plt.figure(figsize=(12, 8))\n", + "\n", + "plt.plot(x, avg_overall_ratings, marker='o', label='Overall Rating')\n", + "plt.plot(x, avg_curriculum_ratings, marker='o', label='Curriculum Rating')\n", + "plt.plot(x, avg_job_support_ratings, marker='o', label='Job Support Rating')\n", + "\n", + "plt.xticks(x, competitors)\n", + "plt.xlabel('Schools')\n", + "plt.ylabel('Average Ratings')\n", + "plt.title('Average Ratings Comparison')\n", + "plt.legend()\n", + "plt.grid(True)\n", + "\n", + "plt.show()" + ] + }, + { + "cell_type": "code", + "execution_count": 217, + "id": "f3417ba6", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAA40AAAIhCAYAAADq/V8YAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy81sbWrAAAACXBIWXMAAA9hAAAPYQGoP6dpAABZWUlEQVR4nO3deXxN1/7/8fdBZE6IIQnShJqnEDOtGBvzVDUWqZbbompoi7YqWkW0tKWlvb01VKtmihIz1ZqH4BKqQcM1lkoMNWb9/ugv5+tINpGGY3g9H4/zeHSvvfban73Pyrned++zj80YYwQAAAAAQBqyOLsAAAAAAMCDi9AIAAAAALBEaAQAAAAAWCI0AgAAAAAsERoBAAAAAJYIjQAAAAAAS4RGAAAAAIAlQiMAAAAAwBKhEQAAAABgidAIABk0efJk2Ww2ubm56ffff0+1vlatWipdurQTKpPWrFkjm82m2bNnO2X/d+vw4cNq3Lix/Pz8ZLPZ1KdPn9v2v3Llij777DM99dRTypkzp7Jnz678+fOrTZs2Wrt27f0p+iEwfPhwzZ8/P1PHXLlypSpWrChPT0/ZbLZMHz9FrVq1ZLPZ7viKioq6J/u/VXJysqZOnap69eopd+7ccnFxUd68edWkSRMtXLhQycnJ96WOe81qzqR8pqxZs8betnjx4vt2/gE4VzZnFwAAD7srV67onXfe0dSpU51dykOrb9++2rRpkyZOnKiAgAAFBgZa9v3jjz/UoEED7dq1S127dtUbb7whPz8//e9//9MPP/ygunXratu2bQoNDb2PR/BgGj58uFq3bq0WLVpkynjGGLVp00ZFixbVggUL5OnpqWLFimXK2LcaP368kpKS7Ms//vijhg0bpkmTJql48eL29gIFCtyT/d/s8uXLatGihZYtW6Z27dppwoQJCggI0OnTpxUTE6PnnntOM2bMUPPmze95Lfea1ZwJCwvThg0bVLJkSXvb4sWL9fnnnxMcgccAoREA/qEGDRpo2rRpev311x+7oPLXX3/Jzc1NNpvtH43z3//+V5UrV05XuOncubN27typpUuXqk6dOg7r2rVrp379+ilnzpz/qB6k7dixYzp79qxatmypunXrZsqYVnPo5nAiSfv27ZMklS5dWhUrVsyUfadXv379tHTpUk2ZMkWdO3d2WNeqVSu98cYb+uuvv+5rTfebj4+Pqlatel/29ddff8nd3f2+7AtA+nB7KgD8Q2+++aZy5cqlAQMG3Lbf4cOHZbPZNHny5FTrbr3NLioqSjabTbt27dJzzz0nX19f+fn5qV+/frp+/br279+vBg0ayNvbWyEhIRo1alSa+7x8+bL69eungIAAubu7Kzw8XDt27EjVb+vWrWrWrJn8/Pzk5uam8uXLa+bMmQ59Um7HXbZsmbp27ao8efLIw8NDV65csTzmhIQEPf/888qbN69cXV1VokQJjR492n4rX8otb7/99puWLFliv+Xw8OHDaY63bds2LVmyRC+++GKqwJiiUqVKeuKJJ+zL//3vf9W8eXPlzJlTbm5uKleunKZMmeKwTUod06ZN04ABAxQYGCgvLy81bdpUJ0+e1Pnz59W9e3flzp1buXPn1gsvvKALFy44jGGz2dSrVy9NmjRJxYoVk7u7uypWrKiNGzfKGKMPP/xQBQsWlJeXl+rUqaPffvstVe0rVqxQ3bp15ePjIw8PD9WoUUMrV6506JMyN/bs2aP27dvL19dX/v7+6tq1qxITEx3quXjxoqZMmWI/r7Vq1ZIkXbp0Sa+//roKFiwoNzc3+fn5qWLFivr+++/TfiP//35TruoNGDBANptNISEh9vU///yz6tatK29vb3l4eKh69er68ccfHcbIyBy6neTkZI0aNUrFixeXq6ur8ubNq86dO+vo0aMO/VJuFV+3bp2qVq0qd3d35c+fX4MHD9aNGzduu48TJ07oP//5jyIiIlIFxhRFihRR2bJl7ct3mvfS/30efPjhh4qOjlZISIjc3d1Vq1Yt/frrr7p27ZoGDhyofPnyydfXVy1bttSpU6cc9hsSEqImTZpo3rx5Klu2rNzc3FSoUCGNHTs2VY1JSUn29zzldu4+ffro4sWL9j63mzO33p4aGRmpzz//3L7drX+7ly9f1qBBgxz217NnT507dy7NY5g7d67Kly8vNzc3DR06VJI0a9YsValSRb6+vvLw8FChQoXUtWvX275fAO4RAwDIkEmTJhlJZsuWLebTTz81kszKlSvt68PDw02pUqXsy4cOHTKSzKRJk1KNJckMGTLEvjxkyBAjyRQrVsy8//77Zvny5ebNN980kkyvXr1M8eLFzdixY83y5cvNCy+8YCSZOXPm2LdfvXq1kWSCgoJM8+bNzcKFC823335rChcubHx8fEx8fLy976pVq0z27NnN008/bWbMmGFiYmJMZGRkqlpTjjd//vyme/fuZsmSJWb27Nnm+vXraZ6fU6dOmfz585s8efKYL774wsTExJhevXoZSeaVV14xxhiTmJhoNmzYYAICAkyNGjXMhg0bzIYNG8zly5fTHHP48OFGklmyZMlt35sU+/btM97e3ubJJ58033zzjfnxxx9N+/btjSQTHR2d6nwFBwebyMhIExMTY7744gvj5eVlateuberXr29ef/11s2zZMhMdHW2yZs1qXn311VTvYXBwsKlevbqZO3eumTdvnilatKjx8/Mzffv2Nc2bNzeLFi0y3333nfH39zdly5Y1ycnJ9u2nTp1qbDabadGihZk7d65ZuHChadKkicmaNatZsWKFvd/Nc+Pdd981y5cvN2PGjDGurq7mhRdesPfbsGGDcXd3N40aNbKf1z179hhjjPnXv/5lPDw8zJgxY8zq1avNokWLzMiRI824ceMsz+WRI0fM3LlzjSTz6quvmg0bNpjt27cbY4xZs2aNcXFxMRUqVDAzZsww8+fPN88884yx2Wxm+vTp9jHudg7d7Oa/txTdu3e3/02kvGd58uQxQUFB5vTp0/Z+4eHhJleuXCZfvnxm7NixZunSpaZ3795GkunZs+dt9ztt2jQjyUyYMOGONRqTvnlvzP99HgQHB5umTZuaRYsWmW+//db4+/ubokWLmk6dOpmuXbuaJUuW2Odi06ZNHfYVHBxs8ufPb5544gkzceJEs3jxYtOxY0cjyXz44Yf2fhcvXjTlypUzuXPnNmPGjDErVqwwn376qfH19TV16tSxz8PbzZmUv5HVq1cbY4z57bffTOvWrY0ke9+Uv93k5GQTERFhsmXLZgYPHmyWLVtmPvroI+Pp6WnKly/v8PcdHBxsAgMDTaFChczEiRPN6tWrzebNm8369euNzWYz7dq1M4sXLzarVq0ykyZNMp06dUrX+wAgcxEaASCDbv5H7JUrV0yhQoVMxYoV7f8Ay4zQOHr0aId+5cqVM5LM3Llz7W3Xrl0zefLkMa1atbK3pfwDLywszCGYHD582Li4uJiXXnrJ3la8eHFTvnx5c+3aNYd9NWnSxAQGBpobN244HG/nzp3TdX4GDhxoJJlNmzY5tL/yyivGZrOZ/fv329uCg4NN48aN7zjmyy+/bCSZffv2pauGdu3aGVdXV5OQkODQ3rBhQ+Ph4WHOnTtnjPm/83XrP8r79OljJJnevXs7tLdo0cL4+fk5tEkyAQEB5sKFC/a2+fPnG0mmXLlyDu/DJ598YiSZXbt2GWP+/ke9n59fqv3fuHHDhIaGmsqVK9vbUubGqFGjHPr26NHDuLm5OezH09PTdOnSJdV5KV26tGnRokWq9jtJmcM3BxJjjKlatarJmzevOX/+vL3t+vXrpnTp0qZAgQL2mu52Dt3s1tAYFxdnJJkePXo49Nu0aZORZN566y17W3h4uJFkfvjhB4e+3bp1M1myZDG///675X5HjhxpJJmYmJh01ZneeZ9yLkNDQ+1/Y8b839xo1qyZw/YpczExMdHeFhwcbGw2m4mNjXXoW79+fePj42MuXrxojDFmxIgRJkuWLA6B2xhjZs+ebSSZxYsX29us5sytodEYY3r27GnSuv4QExOT5hydMWOGkWT+/e9/OxxD1qxZHT4PjDHmo48+MpLsf6MAnIvbUwEgE2TPnl3Dhg3T1q1bU93W+U80adLEYblEiRKy2Wxq2LChvS1btmwqXLhwmk9w7dChg8N3xYKDg1W9enWtXr1akvTbb79p37596tixoyTp+vXr9lejRo10/Phx7d+/32HMZ599Nl21r1q1SiVLllTlypUd2iMjI2WM0apVq9I1zj+xatUq1a1bV0FBQalquHTpkjZs2ODQntb5lqTGjRunaj979myqW1Rr164tT0/PVNs3bNjQ4X1IaU95z9avX6+zZ8+qS5cuDu9BcnKyGjRooC1btjjcRihJzZo1c1guW7asLl++nOoWxrRUrlxZS5Ys0cCBA7VmzZp/9H28ixcvatOmTWrdurW8vLzs7VmzZlWnTp109OjRDM+h20mZw5GRkQ7tlStXVokSJVLd1uvt7Z3qnHXo0EHJycn66aef/nE9Ke523jdq1EhZsvzfP8duN+ekv299vVmpUqVSfZe6Q4cOSkpK0vbt2yVJixYtUunSpVWuXDmH+RUREZHqiaiZIeUYb31vnnvuOXl6eqZ6b8qWLauiRYs6tFWqVEmS1KZNG82cOVP/+9//MrVGAHeH0AgAmaRdu3YKCwvT22+/rWvXrmXKmH5+fg7L2bNnl4eHh9zc3FK1X758OdX2AQEBabadOXNGknTy5ElJ0uuvvy4XFxeHV48ePST9/bTSm93uyaY3O3PmTJp98+XLZ19/t1K+q3jo0KF7UkNa5/t27bee84xun/I+tG7dOtX7EB0dLWOMzp496zBGrly5HJZdXV0lKV0BcOzYsRowYIDmz5+v2rVry8/PTy1atNCBAwfuuO2t/vzzTxlj7uo8p3cO3U7KmFb7vXWf/v7+qfql/H3cbi4+6HPO6m/85n2dPHlSu3btSjW3vL29ZYxJ9Tf+T505c0bZsmVTnjx5HNptNpvD50+KtM5XzZo1NX/+fF2/fl2dO3dWgQIFVLp06dt+7xbAvcPTUwEgk9hsNkVHR6t+/fr697//nWp9StC79aEfGQlP6XXixIk021ICR+7cuSVJgwYNUqtWrdIc49afVEjvk1Jz5cql48ePp2o/duyYw77vRkREhN566y3Nnz9fDRo0cEoN90JKHePGjbN8QmVaoSejPD09NXToUA0dOlQnT560X3Vs2rSp/Sml6ZUzZ05lyZLlrs7zP33arvR/ofn48eOpfnbj2LFjqfaZEsxvlvL3cWsAv1nt2rXl4uKi+fPn6+WXX05XXfdzzln9jafUkrJPd3d3TZw4Mc0xMrumXLly6fr16zp9+rRDcDTG6MSJE/ariCms5kPz5s3VvHlzXblyRRs3btSIESPUoUMHhYSEqFq1aplaM4Db40ojAGSievXqqX79+nrvvfdS3bro7+8vNzc37dq1y6H9hx9+uGf1fP/99zLG2Jd///13rV+/3v5ExGLFiqlIkSLauXOnKlasmObL29s7Q/uuW7eu9u7da79FLsU333wjm82m2rVr3/WYYWFhatiwob7++mvL21u3bt1qv4Wvbt26WrVqlf0f7DfX4OHhcd9+QuBOatSooRw5cmjv3r2W70PKlaa74erqescrj/7+/oqMjFT79u21f/9+Xbp06a724enpqSpVqmju3LkO+0pOTta3336rAgUKpLr1MDOkPD3322+/dWjfsmWL4uLiUv0kyPnz57VgwQKHtmnTpilLliyqWbOm5X4CAgL00ksvaenSpfrmm2/S7BMfH2//u74X8/529uzZo507dzq0TZs2Td7e3goLC5P0923X8fHxypUrV5pz6+an4KZnztzcV0p9dTvl3N/63syZM0cXL168659rcXV1VXh4uKKjoyUpzSdAA7i3uNIIAJksOjpaFSpU0KlTp1SqVCl7u81m0/PPP6+JEyfqySefVGhoqDZv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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "# Data for the number of comments\n", + "top_competitors = ['Le Wagon', 'Springboard', 'SheCodes', 'Ironhack', 'DesignLab']\n", + "comment_counts = [2775, 1646, 1425, 1293, 982]\n", + "\n", + "plt.figure(figsize=(10, 6))\n", + "\n", + "plt.barh(top_competitors, comment_counts, color='skyblue')\n", + "plt.xlabel('Number of Comments')\n", + "plt.ylabel('Schools')\n", + "plt.title('Number of Comments for Top Competitors')\n", + "plt.gca().invert_yaxis()\n", + "\n", + "plt.show()" + ] + }, + { + "cell_type": "code", + "execution_count": 219, + "id": "c669c7ab", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
comment_idschool_idschool_nameuser_nameanonymousgraduating_yeartaglinecreated_atoverall_scoreoverall_ratingcurriculum_ratingjob_support_ratingreview_bodyprogramprogram_cat
030984910828ironhackAnonymousTrue2024Data Analytics2024-04-033.34.04.02.0I just Finished the my study , I did the Data ...Data Analytics Part-TimeData Science and Analytics
130947910828ironhackPatrick MarquesFalse2024An intense experience full of emotions but at ...2024-03-194.04.04.04.0Hello, my name is Patrick Marques and I can sa...Data Analytics BootcampData Science and Analytics
230868310828ironhackHarikrishnan RamakrishnapillaiFalse2023It was amazing2024-02-154.34.05.04.0I could finish cybersecurity course within 3 m...Unknown
330743310828ironhackSorin TuineaFalse2023I would definitely recommend it2023-12-225.05.05.05.0I chose Ironhack after reading a lot of review...Unknown
430735010828ironhackKasia LukszaFalse2023Best learning experience of my life2023-12-195.05.05.05.0Attending this bootcamp was hands down the bes...UX/UI Design BootcampUX/UI Design
................................................
128823177210828ironhackAnonymousFalse2014Learn in two months what would otherwise take ...2014-09-305.05.05.05.0I can fully recommend IronHack for any of you ...Part-time Web DevelopmentWeb Development
128923163610828ironhackMarcos SorribasFalse2014El mejor bootcamp al que he asistido. Una expe...2014-09-245.05.05.05.0Asistí al primer bootcamp de desarrollo de iOS...Full-time Web Development BootcampWeb Development
129023161110828ironhackXabier VicuñaFalse2014Great experience, I highly recommend it2014-09-245.05.05.05.0Excellent product. Great experience. Worth eve...Part-time Web DevelopmentWeb Development
129123160910828ironhackJHDFalse2014It was an amazing experience!2014-09-245.05.05.05.0I was part of the first English run of Ironhac...Part-time Web DevelopmentWeb Development
129223181510828ironhackEnrique Isasi VelascoFalse2014Simply gorgeous.2014-09-235.05.05.05.0I attended the Ironhack Madrid Bootcamp on Jan...Part-time Web DevelopmentWeb Development
\n", + "

1293 rows × 15 columns

\n", + "
" + ], + "text/plain": [ + " comment_id school_id school_name user_name \\\n", + "0 309849 10828 ironhack Anonymous \n", + "1 309479 10828 ironhack Patrick Marques \n", + "2 308683 10828 ironhack Harikrishnan Ramakrishnapillai \n", + "3 307433 10828 ironhack Sorin Tuinea \n", + "4 307350 10828 ironhack Kasia Luksza \n", + "... ... ... ... ... \n", + "1288 231772 10828 ironhack Anonymous \n", + "1289 231636 10828 ironhack Marcos Sorribas \n", + "1290 231611 10828 ironhack Xabier Vicuña \n", + "1291 231609 10828 ironhack JHD \n", + "1292 231815 10828 ironhack Enrique Isasi Velasco \n", + "\n", + " anonymous graduating_year \\\n", + "0 True 2024 \n", + "1 False 2024 \n", + "2 False 2023 \n", + "3 False 2023 \n", + "4 False 2023 \n", + "... ... ... \n", + "1288 False 2014 \n", + "1289 False 2014 \n", + "1290 False 2014 \n", + "1291 False 2014 \n", + "1292 False 2014 \n", + "\n", + " tagline created_at \\\n", + "0 Data Analytics 2024-04-03 \n", + "1 An intense experience full of emotions but at ... 2024-03-19 \n", + "2 It was amazing 2024-02-15 \n", + "3 I would definitely recommend it 2023-12-22 \n", + "4 Best learning experience of my life 2023-12-19 \n", + "... ... ... \n", + "1288 Learn in two months what would otherwise take ... 2014-09-30 \n", + "1289 El mejor bootcamp al que he asistido. Una expe... 2014-09-24 \n", + "1290 Great experience, I highly recommend it 2014-09-24 \n", + "1291 It was an amazing experience! 2014-09-24 \n", + "1292 Simply gorgeous. 2014-09-23 \n", + "\n", + " overall_score overall_rating curriculum_rating job_support_rating \\\n", + "0 3.3 4.0 4.0 2.0 \n", + "1 4.0 4.0 4.0 4.0 \n", + "2 4.3 4.0 5.0 4.0 \n", + "3 5.0 5.0 5.0 5.0 \n", + "4 5.0 5.0 5.0 5.0 \n", + "... ... ... ... ... \n", + "1288 5.0 5.0 5.0 5.0 \n", + "1289 5.0 5.0 5.0 5.0 \n", + "1290 5.0 5.0 5.0 5.0 \n", + "1291 5.0 5.0 5.0 5.0 \n", + "1292 5.0 5.0 5.0 5.0 \n", + "\n", + " review_body \\\n", + "0 I just Finished the my study , I did the Data ... \n", + "1 Hello, my name is Patrick Marques and I can sa... \n", + "2 I could finish cybersecurity course within 3 m... \n", + "3 I chose Ironhack after reading a lot of review... \n", + "4 Attending this bootcamp was hands down the bes... \n", + "... ... \n", + "1288 I can fully recommend IronHack for any of you ... \n", + "1289 Asistí al primer bootcamp de desarrollo de iOS... \n", + "1290 Excellent product. Great experience. Worth eve... \n", + "1291 I was part of the first English run of Ironhac... \n", + "1292 I attended the Ironhack Madrid Bootcamp on Jan... \n", + "\n", + " program program_cat \n", + "0 Data Analytics Part-Time Data Science and Analytics \n", + "1 Data Analytics Bootcamp Data Science and Analytics \n", + "2 Unknown \n", + "3 Unknown \n", + "4 UX/UI Design Bootcamp UX/UI Design \n", + "... ... ... \n", + "1288 Part-time Web Development Web Development \n", + "1289 Full-time Web Development Bootcamp Web Development \n", + "1290 Part-time Web Development Web Development \n", + "1291 Part-time Web Development Web Development \n", + "1292 Part-time Web Development Web Development \n", + "\n", + "[1293 rows x 15 columns]" + ] + }, + "execution_count": 219, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "ironhack_comments" + ] + }, + { + "cell_type": "markdown", + "id": "7ccda9e9", + "metadata": {}, + "source": [ + "### Average Ratings by Year" + ] + }, + { + "cell_type": "code", + "execution_count": 222, + "id": "7d53443a", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "image/png": "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KlWqoNfrixz9tHr1aho1asSIESMICwsjNDSUjh07Mnv2bKt2v/76K0888QS2traUL1+e8ePHk5eXZ1mflpbGa6+9ho+PD7a2toSHh7N69er8831TmTqAGTNmEBwcbHlcULpu0qRJ+Pv7ExoaCliXTCxo//zzz6NSqQgODub06dOo1Wp2795t1f/s2bMJCgq65fNnb2+Pr68vfn5+RERE8NZbb7F3716rNtu2baNevXro9Xr8/Px49913rY7bYDAwePBgvL29sbW1pVGjRuzatQvIT5A2b94cADc3N1QqFb169QLAbDYzZcoUKlasiF6vJzAwkIkTJ1r6HTVqFKGhodjb21O+fHnGjBmD0Wi0rC84pwsXLiQwMBBHR0fefPNNTCYTU6dOxdfXF29vb6s+IX+E3dy5c2nbti12dnaUK1eO77//vthzVFIzZswgKiqK1atX89JLLxEUFES9evVYuXIllStXpm/fviiKwoYNG7C1tS00Ym7w4ME0bdrU8nj79u00adIEOzs7AgICGDx4MJmZmZb1wcHBfPzxx/Tq1QsXFxf69+9fovMm7o62tAMQQgghhBBCCCGEEEKI/4Jso4kqH264L30pQFJ6DtXG/Vai9oc/ao297va3gy9fvsz69euZOHEiDg4Ohda7uroC0K9fP5o0aUJiYiJ+fn4ArF27loyMDF566SVL+8WLF9O3b1927NjB7t27ee211wgKCrLc+O/duzenT59m+fLl+Pv7s2rVKtq0aUNMTAwhISEAZGVlMWnSJObPn4+Hhwfe3t6F4vL19eW7777j4MGDhIeHF3lsGzZs4JVXXmHWrFk0btyYuLg4SxnDsWPHYjabadu2LVevXuXbb7+lQoUKHD58GI1Gc9vzdqPNmzfj7OzMxo0bi0xk7dq1C29vbyIjI2nTpg0ajQYvLy9atmxJZGQkderUsbSNjIykV69eqFSqEu378uXLfP/999SvX9+yLCEhgXbt2tGrVy+WLFnCkSNH6N+/P7a2towbNw6AkSNHsnLlShYvXkxQUBBTp06ldevWnDhxgoCAAFauXEmnTp04evQozs7O2NnZATB69GjmzZvH9OnTadSoEYmJiRw5csSybycnJxYtWoS/vz8xMTH0798fJycnRo4caWkTFxfHunXrWL9+PXFxcXTu3JlTp04RGhrKtm3b2L59O3369KFFixZE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F9O8eXPTlI8ffvghkyZN4plnngGyRlDt37+f2bNn89JLL+XIMGPGDNzd3Zk2bRoGgwEvLy9Onz7NiBEjeO+990zFDnd3dyZPnozBYKBevXrExMQwefJkXn31VVNfQUFB9OvXD4D33nuPmTNn0rx5c7p16wbAiBEj8PPz48yZM7i6ut7yeO3s7Ez9DhgwwNTH5MmTCQ8Px8vLi4ceyvp7b/bIr1tp3bo1VlZWpKamkpaWRt++fQkJCTG9/tlnnzFixAhTwWjixImEhYUxZcoUpk+fzuLFi0lJSeHrr7/G0dERgGnTpvHkk08yceJEKleujL29PdevXzfLs3DhQs6dO8f27dspX748AJ6enqbXGzZsSMOGDU3Px40bx3fffceqVavMCoSFPcdQvNdstuwCYfY1fLvS0tKYMWOG2TkAaN++PcOHDzc9v3EZLIDp06dTtmxZli1bhq2tLcAdn/4027hx42jTpg0Affr04e233+bIkSPUqlULgOeee46wsDBGjBhRrPstUkHs5ZdfxtfXN8dwOWtraypXrlwcuURERERERO6aPb/HkXY9gwrVnKjhU8HScURui8Fg4L0nvQn6YiOaALSEc64M/SMsnUJELOBIO588X7PGfKDB3kce5ssTZ5hy4iylDAZSjUYG16hEaI3KWN3Udrufd7HkCwwMJCkpie3bt3Px4kXq1q1LpUqV8Pf3p2fPniQlJREeHk716tWpVasWK1aswGg05vgy/fr161So8M/frWxsbGjWrJnpuZeXFy4uLsTGxha6uJA9iid7YMbOnTv5888/Wbx4sVmbzMxMjh07Rv369QkODmb+/PmMHj0ao9HI0qVLTd9xnzt3jri4OPr06WNWqEpPT6ds2bK5ZoiNjcXPz89scEibNm1ITEzk5MmTVK9eHYBWrVqZtfHz82PSpElkZGRgbW0NZE3dmC37O3YfH58c286ePYurq2uBjvfmfg0GA66urpw9ezb/k5uH5cuXU79+fdLS0oiJiWHQoEGUK1eOjz/+mCtXrnD69GlTkePG87F7927T+WrYsKGpGJb9emZmJgcPHsyzthAdHU3jxo1NxbCbJSUl8f777/PTTz9x+vRpUyH35hFihT3HUPhr9vHHH2fjxo0A1KhRg3379uVoc/O1e7tKlSpldmzZbsydm+joaNq2bWsqht1NN38WDg4OpmJY9rbs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2ffff28qctevX58ZM2YwYcIEPvzwQ5599lmGDx/OV199ZdbXo48+Sp06dWjXrh3Xr1/nhRdeMJsqE259nRfkGHOT1zVRFAZjXpM3FtEff/zBf/7zH77++mvS09OLbSjbnXTlyhXKli3L5cuXTdXs+01aWhqrV68mKChI01mKWIDuQRHL030oYlm6B0UsT/ehiGXd7/fgg/D9WmFdu3aNY8eOUbNmTezs7CwdRywkICCARo0aMWXKFEtHkUJauHAhgwcP5tKlS8Xet5eXF6+88grDhw8v9r6LW69evbh06RLff/99nm0sfZ0X9Odtsfyq5L59+1i8eDFLliwhLi4Oo9FInTp1cgw5FRERERERudP2bTxFmYfsqVav3B1dkFlERERERKQwzp49y5o1azh48CCPPvqopeM8cIpcEIuPj2fJkiX897//Zc+ePRiNRipWrEj//v3p2bMnLVu2LM6cIiIiIiIit5SSmMqmb/4k/XoGTw9rjFudcpaOJCJSfP4+ClH/AbdG4J3/ehsiIiJS8nTu3JmLFy8ydepUGjdubOk4D5wiFcQ6duxIeHg4GRkZlC5dmmeffZaePXvy+OOPm817KSIiIiIicjft+f0k6dczqOjuRBVPF0vHEREpXnu/hU2fQ3U/FcRERO4R+a3JJSVbr1696NWrV7H2GRUVVaz93Q0LFy68ZZt75TovUvXq999/p23btvTs2ZNu3brlOS9wenq6CmQiIiIiInJXXE9JZ0/YSQCaBXloukQRuf806g5xkdC4JxiNoJ9zIiIiIgVWpGrVsWPHqF69ep6v79+/n3nz5rF48WISEhKKHE5ERERERKSgYsJPkpqSTrkqjtRq+JCl44iIFL8ybhC8wtIpRERERO5JRSqI5VYMS0xMZNmyZcybN49t27ZhNBopVarUbQcUERERERG5lbTrGexeHwdA0841MFhp1ISIiIiIiIj847bnM9y0aRPz589nxYoVJCcnYzQaady4Mb1796Z79+7FkVFERERERCRf+zae4lpSGmUq2lGnWSVLxxERubOuJ8K+76CCJ9Tws3QaERERkXtCkQpiZ86cYdGiRcyfP5/Dhw9jNBpxdXUlKSmJkJCQAi2yJiIiIiIiUlycK9jhUtmBxh2rY2VtZek4IiJ31h+fQsQUqBekgpiIiIhIARW4IJaZmcnPP//MvHnzWL16Nenp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+WWcnZ2pXr06X331len1mjVrAtC4cWMMBgMBAQH5HmuFChVwdXXF19eX2bNnk5yczK+//sqFCxd48cUXqVatGg4ODvj4+LB06VKz92afh6FDh1KxYkU6duyIh4cHAE8//TQGg8H0PJu1tTWurq6mh5OTEzY2Njm23TxlYkBAAKGhoQwePJhy5cpRuXJlvvrqK5KSkujduzfOzs7Url2bNWvWmO1v//79BAUF4eTkROXKlenZsyfnz5/P95zcysmTJxk0aBCDBg1i/vz5BAQE4OHhQbt27Zg7dy7vvfceAGPHjqVRo0Zm750yZYrZOck+zo8++shUiM4eRfd///d/BAQEYGdnx3//+99cp0xctWoVzZo1w87OjooVK/LMM8+YXsttpJ6Li0ueI+9y6//77783+2XG7GOaP38+1atXx8nJif79+5ORkcEnn3yCq6srlSpVYvz48QU6l8VBBTERERERESkxUq+ls/v3rC9Fmj3ugcFKo8NERIqsUTA06wOPfWjpJCJyk5ZLWub5GBI2xKztf2L/A8BXMV/RcklLvor5yvS8//r+Zm07r+yca5+FFRAQQFhYmOl5WFgYAQEB+Pv7m7anpqayZcsWU0Gsd+/eREREsGzZMvbs2UO3bt3o3Lkzhw8fNvWTnJzM+PHjWbRoEREREVy5coUXXnih0PkAhgwZwtWrV1m3bh0AMTExdOrUiWeeeYY9e/awfPlyNm3axMCBAwEIDg4mMjKSI0eOmPrYt28fMTExBAcHAzBnzhzeffddxo8fT2xsLBMmTGD06NEsWrQo1wynTp0iKCiI5s2bs3v3bmbOnMm8efMYN26cWbtFixZhY2NDZGQkU6dOZfLkycydO9eszeTJk2nTpg27du3iiSeeoGfPnoSEhNCjRw+ioqLw9PQkJCTEVEi71fFmmzRpEs2aNWPXrl0MGDCA/v37c+DAAQC2bdsG/DPy69tvvy3w+XdwcACyRiNdu3aNpk2b8tNPP7F371769u1Lz549iYyMzPU8REREMHv2bLZv3w78MwIw+3lxWLRoERUrVmTbtm2EhobSv39/unXrRuvWrYmKiqJTp0707NnTNOIxPj4ef39/GjVqxI4dO1i7di1nzpzh+eefv60cK1asMBWLc1PYkW2//fYbsbGxrFu3jp9++sm0fcSIEQwaNIjY2Fg6deqU430///wzzzzz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9TUVwwDi4+P566+/TO1r1qzJ6tWrGTJkCNOnT8fNzY2pU6cWuBgmIiIiIiIiIiLAvu9gy3RoNQAaPGPpNCIiIvcso9HIiRMn+Oyzz6hcuTINGjSwdCShBBbE5s2bl+/rCxcuzLHN39+fqKioO5RIREREREREROQBkLAXTm6H6MUqiImIiNyGy5cvU69ePerXr8+yZcs0SrSEKHEFMRERERERERERsYAmPaG0MzR80dJJRETuG0VZk0vufS4uLly/ft3SMQqtIGu4lbBVuApFBTEREREREREREYFyHvDIYEunEBEREbkjrCwdQEREREREREREROR+dS+PphARuRcU9OesCmIiIiIiIiIiIvKPuG3w3Wtw7A9LJxG5p9na2gKQnJxs4SQiIve37J+z2T9386IpE0VERERERERE5B97lsPupZB+HWq2s3QakXuWtbU1Li4unD17FgAHBwcMBoOFU4mI3D+MRiPJycmcPXsWFxcXrK2t822vgpiIiIiIiIiIiPyjyUtZxbCmvSydROSe5+rqCmAqiomISPFzcXEx/bzNjwpiIiIiIiIiIiLyjyq+0GWapVOI3BcMBgNVqlShUqVKpKWlWTqOiMh9x9bW9pYjw7KpICYiIiIiIiIiIiJyB1lbWxf4C1sREbkzrCwdQERERERERERESqDLp2DDp5AQY+kkIiIiIrdNBTEREREREREREclp3XsQNg52LLB0EhEREZHbpikTRUREREREREQkpyYhcDUeara1dBIRERGR26aCmIiIiIiIiIiI5FTLP+shIiIich/QlIkiIiIiIiIiIiIiIiJyX1NBTERERERERERE8pZ+HfauhEt/WTqJiIiISJGpICYiIiIiIiIiInn79lX45mXYudDSSURERESKTAUxERERERERERHJ28NPg7MbOFS0dBIRERGRIrOxdAARERERERERESnBvJ6E+k+BlbWlk4iIiIgUmQpiIiIiIiIiIiKSN2t9fSQiIiL3Pk2ZKCIiIiIiIiIiBRO/G5L/tnQKERERkUJTQUxERERERERERG7t+wEwux3s+q+lk4iIiIgUmgpiIiIiIiIiIiJya9Wag3UpSL5g6SQiIiIihaZJoEVERERERERE5NZ8/w3eXcChvKWTiIiIiBSaCmIiIiIiIiIiInJrpRyyHiIiIiL3IE2ZKCIiIiIiIiIihZP8N6QmWzqFiIiISIGpICYiIiIiIiIiIgW37j2YVA/2rrR0EhEREZECU0FMREREREREREQKzr4cZKRC3FZLJxEREREpMK0hJiIiIiIiIiIiBde4J9RuD1UaWjqJiIiISIGpICYiIiIiIiIiIgXnWDHrISIiInIP0ZSJIiIiIiIiIiJSNJkZWQ8RERGREk4FMRERERERERERKbwt02FyAzi42tJJRERERG5JBTERERERERERESm8xDNw9TTs/dbSSURERERuSWuIiYiIiIiIiIhI4TV7Gao0Aq8nLJ1ERERE5JZUEBMRERERERERkcIr55H1EBEREbkHaMpEERERERERERERERERua+pICYiIiIiIiIiIkW37ztYEATHN1k6iYiIiEieVBATEREREREREZGiOxIGJyIg6mtLJxERERHJk9YQExERERERERGRomveB1zcoWF3SycRERERyZMKYiIiIiIiIiIiUnRVGmY9REREREowTZkoIiIiIiIiIiIiIiIi9zUVxERERERERERE5Pad3AE/DISEvZZOIiIiIpKDCmIiIiIiIiIiInL7Nk+FXf+BqK8tnUREREQkB60hJiIiIiIiIiIit6/Zy2DrAD7PWTqJiIiISA4qiImIiIiIiIiIyO2rFZD1EBERESmBNGWiiIiIiIiIiIiIiIiI3NdUEBMRERERERERkeJz9QxsmgyX/rJ0EhERERETTZkoIiIiIiIiIiLF57t+cDQM0q5B4NuWTiMiIiICqCAmIiIiIiIiIiLFqVEwpCZBpfqWTiIiIiJiooKYiIiIiIiIiIgUH5/nwLebpVOIiIiImNEaYiIiIiIiIiIiUnwMBksnEBEREclBBTERERERERERESl+GWkQ+yMk/23pJCIiIiIqiImIiIiIiIiIyB2wuBss7wF7lls6iYiIiIgKYiIiIiIiIiIicgd4PQFOlcFKS9iLiIiI5elvJCIiIiIiIiIiUvwa94SmvcDa1tJJRERERFQQExERERERERGRO8DWztIJREREREw0ZaKIiIiIiIiIiNxZZ/ZDarKlU4iIiMgDTAUxERERERERERG5c1b0hpl+ELvK0klERETkAaaCmIiIiIiIiIiI3DmVvMHKBv4+ZukkIiIi8gDTGmIiIiIiIiIiInLnNO8DTXuB00OWTiIiIiIPMBXERERERERERETkznEob+kEIiIiIpoyUURERERERERE7pKUS5CRbukUIiIi8gBSQUxERERERERERO68NSNhUj34c72lk4iIiMgDSAUxERERERERERG586ysIf0aHPnd0klERETkAaQ1xERERERERERE5M5r2Q8efgaqNrF0EhEREXkAqSAmIiIiIiIiIiJ3nkv1rIeIiIiIBWjKRBERERERERERubsyM8FotHQKEREReYCoICYiIiIiIiIiIndPxFSY2hDiIi2dRERERB4gKoiJiIiIiIiIiMjdc+4AXPoLdi+zdBIRERF5gGgNMRERERERERERuXta9YdaAVD/SUsnERERkQeICmIiIiIiIiIiInL3uPpkPURERETuIk2ZKCIiIiIiIiIiIiIiIvc1FcREREREREREROTu2/cdfN0Fzh6wdBIRERF5AKggJiIiIiIiIiIid9+eFXA0HHb9x9JJRERE5AGgNcREREREREREROTua9kPXBtAo2BLJxEREZEHgApiIiIiIiIiIiJy99Xyz3qIiIiI3AWaMlFERERERERERERERETuayqIiYiIiIiIiIiI5ZzeBT8NgcunLJ1ERERE7mMqiImIiIiIiIiIiOX88i7smA+7l1g6iYiIiNzHtIaYiIiIiIiIiIhYTrOXwbkKeLSzdBIRERG5j6kgJiIiIiIiIiIiluPzXNZDRERE5A7SlIkiIiIiIiIiIiIiIiJyX1NBTERERERERERELC/pPGyZDikXLZ1ERERE7kOaMlFERERERERERCzvv89CfDRYl4IWr1o6jYiIiNxnVBATERERERERERHLa/gCGAzgVNnSSUREROQ+pIKYiIiIiIiIiIhYXot+0Kq/pVOIiIjIfUpriImIiIiIiIiIiOVZ6WsqERERuXP0Nw0RERERERERESk5MtLh0C+Qds3SSUREROQ+ooKYiIiIiIiIiIiUHAsehyXPw4GfLJ1ERERE7iMqiImIiIiIiIiISMlROxAcKsD1q5ZOIiIiIvcRG0sHEBERERERERERMWkdCm2Hg00pSycRERGR+4gKYiIiIiIiIiIiUnKUdrZ0AhEREbkPacpEEREREREREREpmc7/CZkZlk4hIiIi9wEVxEREREREREREpORZ+iJMawpHwyydRERERO4DKoiJiIiIiIiIiEjJU9YdDFaQEGPpJCIiInIf0BpiIiIiIiIiIiJS8jwyOOtRxs3SSURE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rM9k4vKvpu/1xybXHv38nyve9fw6AKDL1VwhNn/+/EybNi2LFi3K3Llzs3Xr1kyePDkbN258yeesWLEi73vf+/Lud787ixcvzpe+9KV89rOfzW233VbF5AAAAADw3zatSbZufvk1Wzc/vw4A6HI1d2TinXfeud3HM2fOzLBhw3L//ffnPe95z06fc/XVV2f06NH53ve+lyR585vfnH//93/PJZdckg9+8INdHRkAAAAAAIAaVnOF2N9av359kmTIkCEvuWbhwoWZPHnydteOP/74XHfddWlra0vfvn23e2zz5s3ZvPmvv6HT2tqaJGlra0tbW1tnRa8pL+yrXvcHtc4MQvnMIZTLDEL5zCFU2dat6fvKq9K2dWtSB3Pp7xYAal1NF2JFUeTss8/OUUcdlUMOOeQl17W0tGT48OHbXRs+fHi2bt2aZ555JiNHjtzusYsuuij/9E//tMPr3HXXXWlsbOyc8DVq7ty5ZUeAHs0MQvnMIZTLDEL5zCFUR9OmlZm4C+t+/etfZ33jE10dp8tt2rSp7AgA8LJquhA766yz8tBDD2XBggWvuLZSqWz3cVEUO72eJOedd17OPvvsjo9bW1szatSoTJ48OYMGDXqNqWtTW1tb5s6dm0mTJu3wjjmg65lBKJ85hHKZQSifOYQqe/LBZPkrL5swYUIy8u1dn6eLvXACEwDUqpotxKZPn57Zs2fnnnvuyd577/2ya0eMGJGWlpbtrj399NPp06dPhg4dusP6hoaGNDQ07HC9b9++df8/BT1hj1DLzCCUzxxCucwglM8cQpX02bUfu/Xt0yepg5n09woAta5X2QH+VlEUOeuss3L77bfn7rvvzpgxY17xOUceeeQORz7cddddOeyww3wxBgAAAAAA6OFqrhCbNm1abr755tx6660ZOHBgWlpa0tLSkueee65jzXnnnZePfexjHR+feeaZeeyxx3L22WfnP/7jP3L99dfnuuuuyxe+8IUytgAAAABAT9c4NOmz4wlF2+nT8Pw6AKDL1dyRiVdddVWSZOLEidtdnzlzZqZOnZokefLJJ7Nq1aqOx8aMGZM5c+bk85//fK688srstddeueyyy/LBD36wWrEBAAAA4K8Gj0rOuj/ZtCZJ0rZ1a379619nwoQJzx+TmDxfhg0eVWJIAOg5aq4QK4riFdfccMMNO1w7+uij88ADD3RB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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "\n", + "ironhack_course_comments['year'] = pd.to_datetime(ironhack_course_comments['created_at']).dt.year\n", + "\n", + "# Group by course_name and year to calculate average ratings\n", + "avg_ratings_by_year = ironhack_course_comments.groupby(['course_name', 'year']).agg({\n", + " 'overall_rating': 'mean',\n", + " 'curriculum_rating': 'mean',\n", + " 'job_support_rating': 'mean'\n", + "}).reset_index()\n", + "\n", + "# Plotting\n", + "plt.figure(figsize=(16, 10))\n", + "for course in avg_ratings_by_year['course_name'].unique():\n", + " course_data = avg_ratings_by_year[avg_ratings_by_year['course_name'] == course]\n", + " plt.plot(course_data['year'], course_data['overall_rating'], marker='o', label=f\"{course} - Overall\")\n", + " plt.plot(course_data['year'], course_data['curriculum_rating'], marker='x', linestyle='--', label=f\"{course} - Curriculum\")\n", + " plt.plot(course_data['year'], course_data['job_support_rating'], marker='s', linestyle=':', label=f\"{course} - Job Support\")\n", + "\n", + "plt.xlabel('Year',fontsize=14)\n", + "plt.ylabel('Average Rating',fontsize=14)\n", + "plt.title('Average Ratings by Year for Ironhack Courses',fontsize=14)\n", + "plt.legend(bbox_to_anchor=(1.05, 1), loc='upper left')\n", + "plt.grid(True)\n", + "plt.show()\n" + ] + }, + { + "cell_type": "markdown", + "id": "60ff375b", + "metadata": {}, + "source": [ + "### Distribution of Comments and Ratings by Course\n" + ] + }, + { + "cell_type": "code", + "execution_count": 225, + "id": "68a77f8a", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "C:\\Users\\guada\\AppData\\Local\\Temp\\ipykernel_11044\\1762221302.py:21: UserWarning: set_ticklabels() should only be used with a fixed number of ticks, i.e. after set_ticks() or using a FixedLocator.\n", + " ax1.set_xticklabels(comments_distribution['course_name'], rotation=45, ha='right')\n" + ] + }, + { + "data": { + "image/png": "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/uvHbd4MqNVAnTpSTVwiIiIiIiIiohTEpC0RZV6FCgE9e0rvnZx+7Zj4eGD9eum9jU3qxEVEREREREREmRqTtkSUuU2YIL26uwP+/v+8/+nTwPPnQI4cQNeuqRoaEREREREREWVOekoHQESkKAsLoGNHIHduwNDwn/d3cZFee/cGfvstdWMjIiIiIiIiokyJSVsion37AJXqn/d7/x44eFB6b22dqiERERERERERUebFpC0R0a8kbAHg82egUSPg61egYsXUjYmIiIiIiIiIMi3WtCUiSuDrCwwcCISHJ/952bLA8ePAmTNpGxcRERERERERZSqcaUtEBADx8dLCYn//DVStCowY8eN9f6X2LRERERERERHR/4gzbYmIAEBHBxg3Tnq/eDGgVmt+vm8f8O5d2sdFRERERERERJkOk7ZERAn69QPy5AFevADc3b9tf/8e6NEDMDcHXr5UKjoiIiIiIiIiyiSYtCUiSpAly7eyCE5OgBDS+y1bpJm31asDRYooFx8RERERERERZQpM2hIRJTZ8OPDbb4CPD3D2rFTrdv166TMbG2VjIyIiIiIiIqJMgUlbIqLEVq4EKlaU3js5AefOAf7+gIkJ8Pw5MGOGktERERERERERUSbApC0RUWK6usD160D27ECTJsC6ddL2smWBOXOkz4mIiIiIiIiIUpGe0gEQEWmVqVOl12nTgI8fgQMHpN9v3ABmzfr2ORERERERERFRKmHSlojoe4kTtwmYsCUiIiIiIiKiNMLyCEREyZk6FTAwkN7r6zNhS0RERERERERphklbIqLkzJ4NxMRIidvYWOl3IiIiIiIiIqI0wKQtEdH3Zs+WSiPMmgVER0uv06YxcUtEREREREREaYI1bYmIEkucsE0oifB9jVuWSiAiIiIiIiKiVMSkLRFRYnFxyS86lvB7XFzax0REREREREREmQqTtkREic2Y8ePPOMOWiIiIiIiIiNIAa9oSERERERERERERaREmbYmIiIiIiIiIiIi0CJO2RERERERERERERFqESVsiIiIiIiIiIiIiLcKkLREREREREREREZEW0VM6AEo7+x8HKB0CpYKOZfIrHQIREREREREREaUgzrQlIiIiIiIiIiIi0iJM2hIRERERERERERFpESZtiYiIiIiIiIiIiLQIk7ZEREREREREREREWoRJWyIiIiIiIiIiIiItwqQtERERERERERERkRZh0paIiIiIiIiIiIhIi+gpHQARpT/7HwcoHQKlgo5l8isdAhERERERERGBM22JiIiIiIiIiIiItAqTtkRERERERERERERaJMMkbVevXo1ixYrByMgIlpaWuHjxotIhEREREREREREREf1rGSJpu3v3bowZMwYODg64desW/vjjD7Rs2RKvXr1SOjQiIiIiIiIiIiKifyVDJG2XLFmCgQMHYtCgQShXrhyWLVuGwoULY82aNUqHRkRERERERERERPSv6CkdwH8VExMDHx8f2Nvba2xv1qwZrly5kuwx0dHRiI6Oln8PCQkBAAQEBKReoFogOPCD0iFQKnhjHJfmf5NtKWNSoi0BbE8ZEdsSpSSe5yilsC1RSmFbopTCtkQpRanxd1pKyNnFx8crHEnaSfdJ26CgIMTFxSFfvnwa2/Ply4fAwMBkj3F0dMTMmTOTbK9Zs2aqxEhERERERERERET/zfv372Fubq50GGki3SdtE6hUKo3fhRBJtiWYNGkSxo0bJ/+uVqvx8OFDFC5cGDo6GaJiRKYWFhaG8uXLw8/PDyYmJkqHQ+kY2xKlFLYlSklsT5RS2JYopbAtUUphW6KUwraU8cTHx+P9+/eoWrWq0qGkmXSftM2TJw90dXWTzKr98OFDktm3CQwNDWFoaKix7ffff0+1GClthYaGAgAKFiyIbNmyKRwNpWdsS5RS2JYoJbE9UUphW6KUwrZEKYVtiVIK21LGlFlm2CZI99NKDQwMYGlpiZMnT2psP3nyJOrUqaNQVERERERERERERET/m3Q/0xYAxo0bh969e6N69eqwsrKCi4sLXr16hSFDhigdGhEREREREREREdG/kiGStt26dUNwcDBmzZqFgIAAWFhY4OjRoyhSpIjSoZECDA0NMX369CQlMIj+LbYlSilsS5SS2J4opbAtUUphW6KUwrZEKYVtiTIClRBCKB0EEREREREREREREUnSfU1bIiIiIiIiIiIiooyESVsiIiIiIiIiIiIiLcKkLREREREREREREZEWYdKWiIiIiIiIiIiISIswaUtERERERERERESkRZi0pXQhPj5e6RAog2BbopSS0JaEEEm2EREpIaE/StwvJX5P9Kt+dD7jeY7+reTaDPslSglsR5QZ6CkdANE/iY+Ph46OdH/hxYsXiIqKQtmyZRWO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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "# Group by course_name to calculate distribution of comments and average ratings\n", + "comments_distribution = ironhack_course_comments.groupby('course_name').agg({\n", + " 'comment_id': 'count',\n", + " 'overall_rating': 'mean',\n", + " 'curriculum_rating': 'mean',\n", + " 'job_support_rating': 'mean'\n", + "}).reset_index().rename(columns={'comment_id': 'num_comments'})\n", + "\n", + "# Plotting\n", + "fig, ax1 = plt.subplots(figsize=(14, 8))\n", + "\n", + "ax2 = ax1.twinx()\n", + "ax1.bar(comments_distribution['course_name'], comments_distribution['num_comments'], color='lightblue')\n", + "ax2.plot(comments_distribution['course_name'], comments_distribution['overall_rating'], color='green', marker='o', linestyle='-', label='Overall Rating')\n", + "ax2.plot(comments_distribution['course_name'], comments_distribution['curriculum_rating'], color='red', marker='x', linestyle='--', label='Curriculum Rating')\n", + "ax2.plot(comments_distribution['course_name'], comments_distribution['job_support_rating'], color='blue', marker='s', linestyle=':', label='Job Support Rating')\n", + "\n", + "ax1.set_xlabel('Course Name')\n", + "ax1.set_ylabel('Number of Comments', color='blue')\n", + "ax2.set_ylabel('Average Rating', color='black')\n", + "ax1.set_xticklabels(comments_distribution['course_name'], rotation=45, ha='right')\n", + "ax1.set_title('Distribution of Comments and Average Ratings by Course')\n", + "fig.tight_layout()\n", + "fig.legend(loc='upper left', bbox_to_anchor=(0.1,0.9))\n", + "plt.show()" + ] + }, + { + "cell_type": "markdown", + "id": "2f875d47", + "metadata": {}, + "source": [ + "### Sentiment Analysis on Reviews" + ] + }, + { + "cell_type": "code", + "execution_count": 228, + "id": "4a41b8b7", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "image/png": "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CIgAADlOrVq19MYbb+jrr79WVFSUXn31VR0/ftw+fSN1fZbatWvLzc3N4TF//vw0gYGXl5dy587t0Obh4aErV678qzrz58+fps3d3T1Nu7u7uyTZX+/cuXO6du2aJk6cmKb+Fi1aSFKacyhQoECa+iX9q+kjU6dOlTFGTz75pGJjYxUbG2ufjvfTTz/pt99+S7PP3eo4efKkGjZsqP/973/68MMP7YFf6vSru9XbpUsXeXp66tNPP5V0fT0jT09Ph4Dj2Wef1dSpU3XixAm1a9dOAQEBqlOnjj2guBWbzabVq1erefPmGjNmjGrUqCF/f3/17t37jtOczp07J0m3vINdcHCwUlJSdP78+Tue052MHj1aW7du1fr16zV48GD99ddfatOmjX19rIx8VnLlyqVnn31WCxcutE+bmz59uoKCgm65Pk+q1O9T//7907xG9+7dHV4jdX2cVatW6fDhwzp+/Lg9IPrll1908eJFrVq1SiVLllRISIgkyc/PT+vXr1e1atX05ptvqmLFigoODtbQoUPvui6VJBUqVChNW2BgoP39SdWrVy9duHBBs2fPliR9/PHHKlKkiFq3bn3H46euLZQ6ve9uzp07d9vPw801ZcStjlmqVCmtWrVKAQEB6tGjh0qVKqVSpUrpww8/tPf566+/FBsbK3d39zTXLyYmJl0BKgAgZ+AuZgCAHM3NzU1Dhw7V+PHjtW/fPklSwYIFJUnffPONihcv7szy/pF8+fLJ1dVVzz777G3XRkn95TqrpKSk2NeWadu27S37TJ06NcNrqixatEiXLl3SggULHK5NehaClq6HCZ07d9YXX3yh/v37a9q0aerUqZN9RE2q559/Xs8//7wuXbqkDRs2aOjQoXrsscf0xx9/3PYzUbx4cU2ZMkXS9TuOffXVVxo2bJiuXr1qD6RulhqIRUdHp9kWFRUlFxeXf3V3q5IlS9oXpm7UqJE8PT311ltvaeLEierfv3+GPyvPP/+83n//fc2bN08dOnTQkiVL1LdvX7m6ut62htTv06BBg277WXjggQckXQ87GzRooFWrVqlIkSIKDAxU5cqVVbJkSUnXF2BevXq1HnvsMYf9K1eurHnz5skYoz179mj69Ol655135OnpqYEDB97xPbp5wW7p+rpEkmNgWbp0aYWHh+uTTz5ReHi4lixZouHDh9/x3CWpefPm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r95d31MAAAAAANKDgMgCGjVqpObNm+vNN99UZGSkw7aUlBS99NJL6t27d5r9ihUrpt9///2Wx7zxLmgnTpxQixYt9PLLL+vdd99V/vz5tWnTJnXt2lVJSUkZqjUiIkKNGzfW6dOntXLlSuXOnVvh4eH2WiVp2bJlKly4sMN+d1sc2s/PT6VLl5YkzZo1SxUrVtSUKVPUtWvXdB83IiJCc+bM0cCBAzVnzhw1b978ttO8UlJSVLNmzTTT0qTrC3NL1wOiPn366PDhw9q3b58aNmyoI0eOaP369YqNjVXNmjXtAVN4eLhOnDihZcuWadWqVWrSpIl69OihDz744I7nDQAAAABAejh1itnIkSNVu3Zt+fj4KCAgQG3atEkTSBhjNGzYMAUHB8vT01OhoaHav3+/Q5/ExET16tVLBQsWlLe3tx5//PHbrrljVaNGjdJ3332nzZs3O7TXqFFD+/fvV+nSpdM83N3dVa5cOV27dk07d+6073P48GGH29Vv27ZN165d09ixY/XQQw+pbNmyioqKcngdd3d3JScn37XOevXqqWjRopo/f75mz56tp556Su7u7pKkChUqyMPDQydPnkxTa9GiRdP9Xri5uenNN9/UW2+9pYSEhHQft1OnTtq7d6+2b9+ub775RhEREbd9jRo1aujQoUMKCAhIc0w/Pz9Jsq9D9N5776lq1ary9fVV48aNtX79eof1h1L5+/srMjJSs2bN0oQJE+yjjwAAAAAA+LecGhCtX79ePXr00M8//6yVK1fq2rVreuSRRxzuoDVmzBiNGzdOH3/8sbZu3arAwEA1a9ZMFy5csPfp27evFi5cqHnz5mnTpk26ePGiHnvssXQFElZRuXJlRUREaOLEiQ7tb7zxhrZs2aIePXpo165dOnTokJYsWaJevXpJksqVK6emTZvqxRdf1K+//qqdO3fqxRdflKenp2w2mySpVKlSunbtmiZOnKijR4/qyy+/THPHrxIlSujixYtavXq1zp49q4SEhFvWabPZ1KlTJ3366adauXKlwxo/Pj4+6t+/v1599VXNmDFDR44c0c6dO/XJJ59oxowZGXo/OnXqJJvNpkmTJqX7uCEhIapXr566du2qa9euqXXr1rc9fkREhAoWLKjWrVtr48aN9qljffr0sYeXqesQzZo1y77WUJUqVXT16lWtXr3a3iZJb7/9thYv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uyxkkRu/8z///LMuXrwoV1dXhYWFpdmOnOXGa7t161a5urrKz89PpUqVcnJlyEo3Xvfp06fr4MGDiomJUefOnRUaGsr3PQchIMI98cYbb2jBggU6deqUGjRooLCwMA0ePNjZZSGLpP7rsSQNGjRI33zzjYwx8vLyUqVKlTR48GBVrFjRyVUiM914zb/66it1795dn3zyiZKSkrRy5UrNmzdPn332mSIjIx36ImcZMGCAFixYoKCgIOXKlUtbt27V6tWrVadOHWeXhkx24/f4k08+0eDBg/XWW2/pzJkzWrlypf7++2+tWLFC5cqVIyzIwQYOHKjvvvtOiYmJ8vf3l81m07p16+Tu7u7s0pDFBgwYoKlTpyp37tw6f/68Xn31VXXt2lUhISHOLg1ZaMCAAZo3b56aNm0qb29vffLJJ5owYYJeeukleXh4OLs8ZAJ+WiNL3DgEcfr06ZozZ45GjRql7777TqVKldLixYvVq1cvJ1aIrJT6S8PEiRM1bdo0TZkyRYcPH1ajRo20fPlynTlzxskVIrOlXvNvv/1Wu3fv1jvvvKMOHTromWee0YwZM9S/f3+99NJL2rNnD+FQDjVjxgzNmDFDX331lTZu3KgePXooISFBMTEx9j78m1TOkfo9Xr9+vQ4cOKDPP/9c/fv31+jRo/XDDz/ogQceUMuWLXXt2jXCoRzqww8/1JQpUzR16lQdPnxYTzzxhH7++Wdt2LDB3ofvfM5x47X8+eefNXfuXH377bdavny5Jk+erE8++USjR4/W6dOnnVglstLy5cs1b948LVy4UFOnTlXHjh0lSf7+/vZwiO989sdPbGSJ1L8M/vjjjzp+/LgGDBigdu3aqVmzZnr//ffVoUMHbd68WXPmzHFypcgKqWtQbN68Wf369VOjRo303XffaebMmRo9erRCQ0N15coVxcXFObtUZKI9e/bonXfe0bhx45SUlCRJunr1qiTpP//5jxo0aKDx48fbPx/IWU6cOKGuXbuqRo0a+uabb9SlSxd9+umnat26tS5cuKArV64QDuYwK1euVK9evfT1118rX758kq7/A5G/v78+++wzubq6atKkSU6uElnBGKP9+/frnXfeUZ06dbR48WL95z//0WeffaamTZsqISFBkvjO5yA3/uPfkiVL9Oyzz6px48aqXLmynnvuOc2ePVvTp0/X119/7eRKkVXOnTunBx98UDVr1tRXX32lRx99VJMmTdLTTz+t2NhYnTx5ku98DkBAhCxhjFFMTIweffRRvfPOO/rzzz/t23x9fdWzZ095e3tr9erVTqwSWckYo3Pnzqlu3bpau3atOnXqpPfff18vvviikpKSNGvWLG3ZsoWgIBu7+dqVK1dOffv2VcmSJTV16lRduHBB7u7uunbtmiQpODhYiYmJstls/AUiBzp27JjOnTun5cuXq0uXLho9erRefPFFSddHko4cOVLJyclOrhKZqXLlynr44YeVmJio2bNnS7r+D0TGGBUqVEh+fn46e/ask6tEVjDG6ODBg5KkFStW6JlnntGoUaPUrVs3JScn67///a++/PJLJ1eJzHbmzBktX75co0aN0qlTpyRJSUlJSk5OVosWLdSvXz9NmjRJly5d4u93OVBsbKyioqL09ddfq1u3bhozZoxefvllSdJ3332nAQMG8I+/OQABETLNjT8IbDabAgMDtXv3buXPn19r1qzRwYMH7X08PDxUv359nTx5UomJic4qGZnkVnc1cHFxUb58+dShQwe1bt1an3zyiV566SVJ13/AzJ07V4cPHyYoyKZuvHPRtWvXdOXKFbm7uysiIkKDBg2SzWbTU089pYSEBOXKlUspKSk6evSovL29nVw5/q3b3aEoLCxMv/76q9q1a6cRI0bolVdekXT9zlY//vijkpKS5Orqei9LRSa6+bqnpKQoMDBQgwcP1gsvvKDt27dryJAhkq7/DPDw8FBycjLXPAe41Xc+JSVFderU0Zw5c9SxY0eNGTPG/p0/e/asVq1apfPnz9/rUpHJbg55/P399c4776hjx4769ttvtW3bNrm5udn/PlCwYEH5+vrK3d2dv99lY7f7Od+gQQOlpKQoIiJCb731lv07f/nyZX3zzTfy9vbmxhQ5AItUI1PcuADl33//rfz589vbdu7cqQYNGqhZs2YaMmSIqlWrpoSEBDVr1kwPPPCAZsyY4eTq8W/ceO23bdsmLy8vFSxYUAEBATp58qTat2+v06dP6/Dhw7p8+bIuX76s5557TrGxsdq4cSO/PGRzI0aM0MaNG+Xl5aXnn39ejz32mK5evap58+bpP//5jy5duqRKlSqpYMGC2rZtm/bu3Ss3NzcWqs6mbvy+r1ixQteuXVORIkVUrVo1nTt3Ts8884wOHTqkIUOG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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "# Define positive and negative words\n", + "positive_words = ['good', 'great', 'excellent']\n", + "negative_words = ['bad', 'poor', 'terrible']\n", + "\n", + "# Function to count positive and negative words\n", + "def sentiment_analysis(text):\n", + " positive_count = sum([text.lower().count(word) for word in positive_words])\n", + " negative_count = sum([text.lower().count(word) for word in negative_words])\n", + " return positive_count, negative_count\n", + "\n", + "# Apply sentiment analysis to review_body\n", + "ironhack_course_comments['positive_reviews'] = ironhack_course_comments['review_body'].apply(lambda x: sentiment_analysis(x)[0])\n", + "ironhack_course_comments['negative_reviews'] = ironhack_course_comments['review_body'].apply(lambda x: sentiment_analysis(x)[1])\n", + "\n", + "# Group by course_name to calculate sentiment analysis\n", + "sentiment_distribution = ironhack_course_comments.groupby('course_name').agg({\n", + " 'positive_reviews': 'sum',\n", + " 'negative_reviews': 'sum'\n", + "}).reset_index()\n", + "\n", + "# Plotting\n", + "plt.figure(figsize=(14, 8))\n", + "plt.bar(sentiment_distribution['course_name'], sentiment_distribution['positive_reviews'], color='green', label='Positive Reviews')\n", + "plt.bar(sentiment_distribution['course_name'], sentiment_distribution['negative_reviews'], color='red', bottom=sentiment_distribution['positive_reviews'], label='Negative Reviews')\n", + "\n", + "plt.xlabel('Course Name')\n", + "plt.ylabel('Number of Reviews')\n", + "plt.title('Sentiment Analysis of Reviews by Course')\n", + "plt.legend()\n", + "plt.xticks(rotation=45, ha='right')\n", + "plt.show()" + ] + }, + { + "cell_type": "markdown", + "id": "67215a3c", + "metadata": {}, + "source": [ + "### Top Rated Courses by Job Support" + ] + }, + { + "cell_type": "code", + "execution_count": 231, + "id": "633eeed3", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "image/png": "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W2LNmjUIDg7G+fPna/xN9s2bN6NNmzYYO3as9MVCmWHDhiEyMrLWyb69vT02b94MNzc3FBYWYu7cudXOupeZOnUqZs2aBT09PSmJLt/PI0eOYPz48dDW1oaJiUmF88PCwjBo0CDY2dlh/PjxUKlU+OGHHzBv3jzs3r0bly9fRr9+/WBkZITExESUlpaiU6dOtepTZX2Mj4+Hr68vFAoFFi1aJM2YV8fMzAy6urpISkpChw4doKOjA0NDw6eK4e96++230bt3b8ycORPTpk1Dq1atkJGRgb1791b4soWIiIiIiKgpNLtn9pOSkmBhYQEbGxsMGTIEBw8exOrVq7Fz505pubyLiws+/vhjLF++HF27dkVMTAyWLl2qdh0PDw8EBwdj3LhxMDU1xYcffghTU1Ns2LABcXFxcHJywrJly7BixYpq44mKisKoUaMqJPoAMGbMGOzevRv5+fm16ltUVBRu374NV1dX+Pv7IyQkBGZmZjWe98orr0BLSwsTJkyAjo6O2rEPPvgAV65cgZ2dHUxNTSs9f8CAAYiLi8N3330HFxcXDBw4ECdPngQAtG7dGvHx8Rg4cCA6d+6MdevWITY2Vm0VQ11ERETAyMgIHh4e8PX1hbe3N3r06FHjeVpaWli9ejW++OILtGvXDiNGjHiq9utD9+7dcfjwYWRmZqJv375wdXXFokWLYGFh0WQxERERERERlacQ5R8ap2YpNzcXNjY2SE1NrVXiTE2vsLAQhoaGuHPnjto7DYiIiIiI6N+loXKDZreMn/6nuLgYeXl5mD9/Pnr37s1En4iIiIiIiAA0w2X89D8pKSmwtrZGWlpahXcSEBERERER0b8XZ/absQEDBoBPYRAREREREdGTOLNPREREREREJDNM9omIiIiIiIhkhsk+ERERERERkcww2SciIiIiIiKSGSb7RERERERERDLDZJ+IiIiIiIhIZpjsExEREREREckMk30iIiIiIiIimWGyT0RERERERCQzTPaJiIiIiIiIZIbJPhEREREREZHMMNknIiIiIiIikhkm+0REREREREQyw2SfiIiIiIiISGaY7BMRERERERHJDJN9IiIiIiIiIplhsk9EREREREQkM0z2iYiIiIiIiGSGyT4RERERERGRzDDZJyIiIiIiIpIZJvtEREREREREMsNkn4iIiIiIiEhmmOwTERERERER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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "# Group by course_name to calculate average job support ratings\n", + "job_support_ratings = ironhack_course_comments.groupby('course_name')['job_support_rating'].mean().sort_values(ascending=False).reset_index()\n", + "\n", + "# Plotting\n", + "plt.figure(figsize=(10, 6))\n", + "plt.barh(job_support_ratings['course_name'], job_support_ratings['job_support_rating'], color='skyblue')\n", + "plt.xlabel('Average Job Support Rating')\n", + "plt.title('Top Rated Courses by Job Support')\n", + "plt.xlim(4, 5)\n", + "plt.gca().invert_yaxis()\n", + "plt.show()" + ] + }, + { + "cell_type": "markdown", + "id": "33d9b4c4", + "metadata": {}, + "source": [ + "### Courses with the Most Positive Feedback\n" + ] + }, + { + "cell_type": "code", + "execution_count": 234, + "id": "83b0780f", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAA/EAAAIhCAYAAAAGiDoOAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy81sbWrAAAACXBIWXMAAA9hAAAPYQGoP6dpAACfsElEQVR4nOzdeVxV1f7/8fdhBhkcEUQEFRHneS4Bh1DUNNMyB8J5tjTH0pyzvFmmpZlXhbymXa+mVg45oJkjiqgVjomaYaY5oeYA+/eHP/bXI6A4FJ18PR+P83hw1ll77c/e59i977PW3sdiGIYhAAAAAADwt2eX2wUAAAAAAICcIcQDAAAAAGAjCPEAAAAAANgIQjwAAAAAADaCEA8AAAAAgI0gxAMAAAAAYCMI8QAAAAAA2AhCPAAAAAAANoIQDwAAAACAjSDEAwCeCPv27VPnzp1VvHhxubi4yN3dXVWrVtXkyZP1+++/53Z5Nic6OlqBgYFWbW+99ZaWLVuWqW9MTIwsFot27dr1UPtauXKlxowZk+VrFotF/fr1e6hxH0RgYKAsFovCwsKyfP3TTz+VxWKRxWLRxo0b/5QaPvvsM02dOjXH/cPCwsyaLBaLXF1dValSJU2dOlXp6emPvb6M9zk5OTlHNVsslmzf1z9TxnuZ1SM1NfUvryU6Otp8/qj/Vh5Wbu0XwMMhxAMA/vFmz56tatWqKT4+XkOGDNHq1av1xRdfqG3btvr444/VtWvX3C7R5owaNUpffPGFVVt2If5RrVy5UmPHjn3s4z4oDw8Pffvttzp69Gim1+bOnStPT88/df8PGuIlqUSJEtq2bZu2bdumzz//XH5+fho4cKBGjBjx2Otr1qyZtm3bJl9fX7PtXjVv27ZN3bp1e+x15ES9evXM83Lnw83NLVfqAYAH4ZDbBQAA8Gfatm2bevfurcaNG2vZsmVydnY2X2vcuLFee+01rV69+i+t6ebNm7JYLHJwsN3/GS5ZsmRul/CXe+qpp7R//37NnTtXEydONNuPHj2qb7/9Vt26ddPs2bNzscLMXF1dVbt2bfN506ZNFRISog8//FATJkyQo6PjY9tXoUKFVKhQoRz3v7Ouv1revHlzdf8A8CiYiQcA/KO99dZbslgs+uSTT6wCfAYnJyc9++yz5vP09HRNnjxZISEhcnZ2lre3t6KiovTzzz9bbXf3MtgMYWFhVkuuN27cKIvFovnz5+u1116Tn5+fnJ2ddeTIEV29elWDBw82l/jnz59f1atX18KFC63G3LVrl5599lnlz59fLi4uqlKliv773/9a9cnpWHe6dOmSHBwc9K9//ctsO3v2rOzs7OTl5aVbt26Z7QMGDFChQoVkGIakzMvpLRaLrly5otjYWHNp8t1Lzy9fvqzevXurYMGCKlCggFq3bq1ffvkl2/oy9vPRRx+Z+8h43LlkW5Lmz5+vMmXKyM3NTZUqVdJXX32VaazDhw+rffv28vb2lrOzs8qUKWOOnRN2dnaKiopSbGys1XL0uXPnyt/fX40aNcpyuxUrVqhOnTpyc3OTh4eHGjdurG3btln1+e2339SjRw/5+/vL2dlZhQoVUr169bRu3TpJtz9XX3/9tY4fP251Hh6Uo6OjqlWrpqtXr+q3336TJH3//fdq2bKl8uXLJxcXF1WuXFmxsbFW26Wnp2vChAkqXbq0XF1dlTdvXlWsWFEffPCB2efu5fT3q/nO5fR79+6VxWLRnDlzMtW8atUqWSwWrVixwmx71Pfyfk6fPq2ePXuqaNGicnJyUvHixTV27FirfxOSdOPGDU2YMMH870WhQoXUuXNn89xmuHnzpoYOHSofHx+5ubnpqaee0s6dO7Pd//nz59W5c2flz59fefLkUYsWLfTTTz9Z9Vm7dq1atmypokWLysXFRUFBQerZs6fOnj2babwDBw7opZdeUuHCheXs7KxixYopKipK169fz7aGlJQUVatWTaVKldLhw4dzctoA/EVsdwoAAID7SEtL04YNG1StWjX5+/vnaJvevXvrk08+Ub9+/dS8eXMlJydr1KhR2rhxoxISElSwYMGHqmXEiBGqU6eOPv74Y9nZ2cnb21uDBg3S/PnzNWHCBFWpUkVXrlzR999/r3PnzpnbxcXFqUmTJqpVq5Y+/vhjeXl5adGiRXrxxRd19epV84uEnIx1N09PT9WoUUPr1q3TkCFDJEnr16+Xs7OzLl++rJ07d6pu3bqSpHXr1qlBgwbZBsdt27apQYMGCg8P16hRo8zx79StWzc1a9ZMn332mU6ePKkhQ4aoY8eO2rBhQ7Y1jho1SleuXNH//vc/q+B755Ltr7/+WvHx8Ro3bpzc3d01efJkPffcczp48KBKlCghSfrxxx9Vt25dFStWTFOmTJGPj4/WrFmjAQMG6OzZsxo9enS2NdypS5cumjRpktasWaOmTZsqLS1NsbGx6tq1q+zsMs+NfPbZZ+rQoYOeeeYZLVy4UNevX9fkyZMVFham9evX66mnnpIkderUSQkJCZo4caKCg4N14cIFJSQkmO/fjBkz1KNHDx09ejTTZQwP6ujRo3JwcFC+fPl08OBB1a1bV97e3po2bZoKFCig//znP4qOjtavv/6qoUOHSpImT56sMWPGaOTIkapfv75u3rypAwcO6MKFC9nu50FqrlSpkqpUqaJ58+ZlurwlJiZG3t7eioyMlPR43kvDMDIFcjs7O9nZ2en06dOqWbOm7Ozs9Oabb6pkyZLatm2bJkyYoOTkZM2bN0/S7S82WrZsqc2bN2vo0KGqW7eujh8/rtGjRyssLEy7du2Sq6urJKl79+769NNPNXjwYDVu3Fjff/+9WrdurcuXL2dZX9euXdW4cWPz38rIkSMVFhamffv2KW/evJJuv4916tRRt27d5OXlpeTkZL333nvmipGMVRZ79+7VU089pYIFC2rcuHEqVaqUUlJStGLFCt24cSPLLze///57RUZGqmjRotq2bdtD/3cPwJ/EAADgH+r06dOGJKNdu3Y56p+UlGRIMvr06WPVvmPHDkOS8frrr5ttAQEBxssvv5xpjNDQUCM0NNR8HhcXZ0gy6tevn6lv+fLljVatWt2zppCQEKNKlSrGzZs3rdqbN29u+Pr6GmlpaTkeKysjR440XF1djT/++MMwDMPo1q2b0aRJE6NixYrG2LFjDcMwjFOnThmSjE8++cTc7uWXXzYCAgKsxsqTJ0+W52TevHlZntfJkycbkoyUlJR71ti3b18ju//LIskoXLiwcenSJbPt9OnThp2dnTFp0iSzLSIiwihatKhx8eJFq+379etnuLi4GL///vs9awgICDCaNWtmGMbt97hNmzaGYRjG119/bVgsFuPYsWPG4sWLDUlGXFycYRiGkZaWZhQpUsSoUKGC+T4ZhmFcvnzZ8Pb2NurWrWu2ubu7G6+++uo9a2jWrFmmc34voaGhRrly5YybN28aN2/eNH755Rdj+PDhhiSjbdu2hmEYRrt27QxnZ2fjxIkTVts2bdrUcHNzMy5cuGAYxu3PW+XKle+5v4z3+dixYzmqWZIxevRo8/m0adMMScbBgwfNtt9//91wdnY2XnvtNbPtcbyXkjI93njjDcMwDKNnz56Gu7u7cfz4cavt3n33XUOS8cMPPxiGYRgLFy40JBlLliyx6hcfH29IMmbMmGEYxv/9d2XgwIFW/RYsWGBIsvo3k3EOn3vuOau+W7ZsMSQZEyZMyPKY0tPTjZs3bxrHjx83JBnLly83X2vQoIGRN29e48yZM9mek4z9xsfHG2vXrjU8PT2NNm3aGNeuXct2GwC5h+X0AAD8f3FxcZKUaZl8zZo1VaZMGa1fv/6hx37++ecztdWsWVOrVq3S8OHDtXHjRl27ds3q9SNHjujAgQPq0KGDJOnWrVvmIzIyUikpKTp48GCOxspOw4YNde3aNW3dulXS7Rn3xo0bq1GjRlq7dq3ZJinb5eI5dedlC5JUsWJFSdLx48cfadzw8HB5eHiYzwsXLixvb29z3D/++EPr16/Xc889Jzc3t0zn8Y8//tD27dtzvL8uXbpoxYoVOnfunObMmaPw8PBMd+qXpIMHD+qXX35Rp06drGbp3d3d9fzzz2v79u26evWqpNvvX0xMjCZMmKDt27fr5s2bD3k2rP3www9ydHSUo6OjihQpoilTpqhDhw7mtfsbNmxQw4YNM61UiY6O1tWrV83VDzVr1tTevXvVp08frVmzRpcuXXos9d2pQ4cOcnZ2VkxMjNmWsXqhc+fOkh7fe/nUU08pPj7e6tGnTx9J0ldffaXw8HAVKVLEavymTZtKkjZt2mT2y5s3r1q0aGHVr3LlyvLx8TF/pSDjvysZ/44zvPDCC9neF+PuvnXr1lVAQIA5liSdOXNGvXr1kr+/vxwcHOTo6KiAgABJUlJSkqTbl9ls2rRJL7zwQo7uVxAbG6vIyEh169ZN//3vf+Xi4nLfbQD89QjxAIB/rIIFC8rNzU3Hjh3LUf+Mpct3LtXOUKRIkXsuTb+frMacNm2ahg0bpmXLlik8PFz58+dXq1atzOtPf/31V0nS4MGDzSCW8cgIHBnXv95vrOzUrVtXbm5uWrdunY4cOaLk5GQzxO/YsUOpqalat26dSpQooeLFiz/08UtSgQIFrJ5nLOPN6RcOOR03Y+yMcc+dO6dbt25p+vTpmc5jxhLtrK4jzk6bNm3k4uKi999/X19++WW2v25wv89Tenq6zp8/L0n6/PPP9fLLL+vf//636tSpo/z58ysqKkqnT5/OcV1ZKVmypOLj47Vr1y59//33unDhgv7zn//Iy8vLrDG7+u48hhEjRujdd9/V9u3b1bRpUxUoUEANGzZ8rD9Jlj9/fj377LP69NNPlZaWJun2UvqaNWuqXLlyZj2P47308vJS9erVrR4Zx/zrr7/qyy+/zDR+Rg0Z4//666+6cOGCnJycMvU9ffq02S/jHPr4+FjV4ODgkOVnN6u+GW0ZY6Wnp+uZZ57R0qVLNXToUK1fv147d+40v8DI+OyfP39eaWlpKlq06H3PiSQtWrRIrq6u6tat20PdcwHAX4Nr4gEA/1j29vZq2LChVq1apZ9//vm+/0c24/9Qp6SkZOr7yy+/WF0X6uLikuVNoc6ePZvl9aNZ/R/iPHnyaOzYsRo7dqx+/fVXcya9RYsWOnDggDnOiBEj1Lp16yxrLl26dI7Gyo6Tk5OeeuoprVu3TkWLFpWPj48qVKhgXku+ceNGrV+/Xs2bN892jL+7fPnyyd7eXp06dVLfvn2z7PMgX1C4ubmpXbt2mjRpkjw9PbN9b+78PN3tl19+kZ2dnfLlyyfp9hdOU6dO1dSpU3XixAmtWLFCw4cP15kzZx7p1xNcXFxUvXr1bF8vUKBAtvVl1CXdDpyDBg3SoEGDdOHCBa1bt06vv/66IiIidPLkycf202ydO3fW4sWLtXbtWhUrVkzx8fGaOXOm+frjfi+zUrBgQVWsWNHqFwjulBH2M27QmN37k7E6JONzcPr0afn5+Zmv37p1K9svBrP68ub06dMKCgqSdPua9b179yomJkYvv/yy2efIkSNW2+TPn1/29vaZbsyZnQULFmjUqFEKDQ3VN998o8qVK+doOwB/LUI8AOAfbcSIEVq5cqW6d++u5cuXy8nJyer1mzdvavXq1WrRooUaNGggSfrPf/6jGjVqmH3i4+OVlJSkN954w2wLDAzUvn37rMY6dOiQDh48+FA3gSpcuLCio6O1d+9eTZ06VVevXlXp0qVVqlQp7d27V2+99dYjjXWvkNWoUSONGDFCHh4e5pL5PHnyqHbt2po+fbp++eWXHC2lv3P2+3G6c8Y+40ZhD8LNzU3h4eHas2ePKlasmOkz8DB69+6tX3/9VaGhodkuOS5durT8/Pz02WefafDgweYXOVeuXNGSJUvMO9bfrVixYurXr5/Wr1+vLVu2mO1/xvlt2LChvvjiC/3yyy9mOJWkTz/9VG5ubln+DFvevHnVpk0bnTp1Sq+++qqSk5NVtmzZLMd/0JqfeeYZ+fn5ad68eSpWrJhcXFz00ksvma//Ge/l3Zo3b66VK1eqZMmS5pcs2fVbtGiR0tLSVKtWrWz7ZfxKw4IFC1StWjWz/b///W+mm+tlWLBggdUlOFu3btXx48fVrVs3Sf/3peDdN6WbNWuW1XNXV1eFhoZq8eLFmjhx4n3/25Q/f36tW7dOzZs3V3h4uFatWsVP8QF/Q4R4AMA/Wp06dTRz5kz16dNH1apVU+/evVWuXDndvHlTe/bs0SeffKLy5curRYsWKl26tHr06KHp06fLzs5OTZs2Ne9O7+/vr4EDB5rjdurUSR07dlSfPn30/PPP6/jx45o8efID/U52rVq11Lx5c1WsWFH58uVTUlKS5s+fbxXuZs2apaZNmyoiIkLR0dHy8/PT77//rqSkJCUkJGjx4sU5His7DRs2VFpamtavX2/102KNGjXS6NGjZbFYzC847qVChQrauHGjvvzyS/n6+srDw8NcKfAoKlSoIEl655131LRpU9nb2z9wgPvggw/01FNP6emnn1bv3r0VGBioy5cv68iRI/ryyy/veYf8rFSuXFnLli27Zx87OztNnjxZHTp0UPPmzdWzZ09dv35d//rXv3ThwgW9/fbbkqSLFy8qPDxc7du3V0hIiDw8PBQfH6/Vq1dbzfJXqFBBS5cu1cyZM1WtWjXZ2dndc5Y9J0aPHm1eA/7mm28qf/78WrBggb7++mtNnjzZXHbfokULlS9fXtWrV1ehQoV0/PhxTZ06VQEBASpVqlS24z9ozfb29oqKitJ7771nrnLIqCHD434v7zZu3DitXbtWdevW1YABA1S6dGn98ccfSk5O1sqVK/Xxxx+raNGiateunRYsWKDIyEi98sorqlmzphwdHfXzzz8rLi5OLVu21HPPPacyZcqoY8eOmjp1qhwdHdWoUSN9//33evfddzP9gkOGXbt2qVu3bmrbtq1OnjypN954Q35+fuZlNCEhISpZsqSGDx8uwzCUP39+ffnll+Z9LO6Uccf6WrVqafjw4QoKCtKvv/6qFStWaNasWVb3k5BuryDI+Ow1btxYK1asUHh4+COdUwCPWW7fWQ8AgL9CYmKi8fLLLxvFihUznJycjDx58hhVqlQx3nzzTau7NqelpRnvvPOOERwcbDg6OhoFCxY0OnbsaJw8edJqvPT0dGPy5MlGiRIlDBcXF6N69erGhg0bsr07/eLFizPVNHz4cKN69epGvnz5DGdnZ6NEiRLGwIEDjbNnz1r127t3r/HCCy8Y3t7ehqOjo+Hj42M0aNDA+Pjjjx94rKykp6cbBQsWNCQZp06dMtsz7ohdtWrVTNtkdXf6xMREo169eoabm5shyTwPd975+k4Z5ybjbu7ZuX79utGtWzejUKFChsVisboDuiSjb9++mbbJ6tcDjh07ZnTp0sXw8/MzHB0djUKFChl169bN9o7fd4+XcXf67Nx9d/oMy5YtM2rVqmW4uLgYefLkMRo2bGhs2bLFfP2PP/4wevXqZVSsWNHw9PQ0XF1djdKlSxujR482rly5Yvb7/fffjTZt2hh58+Y1z8O9ZNyd/n72799vtGjRwvDy8jKcnJyMSpUqGfPmzbPqM2XKFKNu3bpGwYIFDScnJ6NYsWJG165djeTkZLNPVnenv1fNuuvu9BkOHTpk3jF+7dq1Wdb8Z7+Xv/32mzFgwACjePHihqOjo5E/f36jWrVqxhtvvGGkpqaa/W7evGm8++67RqVKlQwXFxfD3d3dCAkJMXr27GkcPnzY7Hf9+nXjtddeM7y9vQ0XFxejdu3axrZt2zJ9TjPO4TfffGN06tTJyJs3r+Hq6mpERkZajWcYhvHjjz8ajRs3Njw8PIx8+fIZbdu2NU6cOJHlef3xxx+Ntm3bGgUKFDDfv+joaPNXKbL6N3r9+nXj+eefN1xcXIyvv/76vucVwF/HYhiG8Vd/cQAAAAAAAB4cd6cHAAAAAMBGEOIBAAAAALARhHgAAAAAAGwEIR4AAAAAABtBiAcAAAAAwEYQ4gEAAAAAsBEOuV0A8CRKT0/XL7/8Ig8PD1ksltwuBwAAAEAuMQxDly9fVpEiRWRnd/95dkI8kAt++eUX+fv753YZAAAAAP4mTp48qaJFi963HyEeyAUeHh6Sbv9D9fT0zOVqAAAAAOSWS5cuyd/f38wI90OIB3JBxhJ6T09PQjwAAACAHF9my43tAAAAAACwEYR4AAAAAABsBCEeAAAAAAAbQYgHAAAAAMBGEOIBAAAAALARhHgAAAAAAGwEIR4AAAAAABtBiAcAAAAAwEYQ4gEAAAAAsBGEeAAAAAAAbAQhHgAAAAAAG0GIBwAAAADARhDiAQAAAACwEYR4AAAAAABsBCEeAAAAAAAbQYgHAAAAAMBGEOIBAAAAALARhHgAAAAAAGyEQ24XADzJ3tt7Ti7uN3K7DAAAAOCJMbxKwdwu4ZEwEw8AAAAAgI0gxAMAAAAAYCMI8QAAAAAA2AhCPAAAAAAANoIQDwAAAACAjSDEAwAAAABgIwjxAAAAAADYCEI8AAAAAAA2ghAPAAAAAICNIMQDAAAAAGAjCPEAAAAAANgIQjwAAAAAADaCEA8AAAAAgI0gxAMAAAAAYCMI8QAAAAAA2IhcD/ExMTHKmzdvbpfxSJKTk2WxWJSYmJjbpQAAAAAA/sFyHOI//vhjeXh46NatW2ZbamqqHB0d9fTTT1v13bx5sywWiw4dOvT4Kr2LxWIxH3ny5FGpUqUUHR2t3bt3/2n7fFLk9EuJjH4ZDycnJwUFBWnChAkyDOOx1hQdHa1WrVo91jEBAAAAwNbkOMSHh4crNTVVu3btMts2b94sHx8fxcfH6+rVq2b7xo0bVaRIEQUHBz/eau8yb948paSk6IcfftBHH32k1NRU1apVS59++umful9YW7dunVJSUnT48GGNHTtWEydO1Ny5c3O7LAAAAAD4x8lxiC9durSKFCmijRs3mm0bN25Uy5YtVbJkSW3dutWqPTw8XJJ048YNDR06VH5+fsqTJ49q1aplNUaGZcuWKTg4WC4uLmrcuLFOnjx535ry5s0rHx8fBQYG6plnntH//vc/dejQQf369dP58+fNflu3blX9+vXl6uoqf39/DRgwQFeuXJEkjRgxQrVr1840dsWKFTV69Gjz+bx581SmTBm5uLgoJCREM2bMuGdtmzZtUs2aNeXs7CxfX18NHz7cahVDWFiY+vXrp379+ilv3rwqUKCARo4caTWDHRgYqAkTJigqKkru7u4KCAjQ8uXL9dtvv6lly5Zyd3dXhQoVrL5Yud/xZoz71ltvqUuXLvLw8FCxYsX0ySefmK8XL15cklSlShVZLBaFhYXd81gLFCggHx8fBQQEqEOHDqpbt64SEhLM19PT0zVu3DgVLVpUzs7Oqly5slavXm01xv79+9WgQQO5urqqQIEC6tGjh1JTUyVJY8aMUWxsrJYvX27O+md8hn7++We1a9dO+fPnV548eVS9enXt2LFDknT06FG1bNlShQsXlru7u2rUqKF169ZZ7fdhznHGJSAP85kFAAAAgEfxQNfEh4WFKS4uznweFxensLAwhYaGmu03btzQtm3bzBDfuXNnbdmyRYsWLdK+ffvUtm1bNWnSRIcPHzbHuXr1qiZOnKjY2Fht2bJFly5dUrt27R7qgAYOHKjLly9r7dq1km6Hw4iICLVu3Vr79u3T559/ru+++079+vWTJHXo0EE7duzQ0aNHzTF++OEH7d+/Xx06dJAkzZ49W2+88YYmTpyopKQkvfXWWxo1apRiY2OzrOHUqVOKjIxUjRo1tHfvXs2cOVNz5szRhAkTrPrFxsbKwcFBO3bs0LRp0/T+++/r3//+t1Wf999/X/Xq1dOePXvUrFkzderUSVFRUerYsaMSEhIUFBSkqKgoM/zf73gzTJkyRdWrV9eePXvUp08f9e7dWwcOHJAk7dy5U9L/zbAvXbo0x+d/165dSkhIUK1atcy2Dz74QFOmTNG7776rffv2KSIiQs8++6z5Gbh69aqaNGmifPnyKT4+XosXL9a6devMmgcPHqwXXnhBTZo0UUpKilJSUlS3bl2lpqYqNDRUv/zyi1asWKG9e/dq6NChSk9Pl3T7co/IyEitW7dOe/bsUUREhFq0aKETJ0480jnOqPlBPrPXr1/XpUuXrB4AAAAA8KAsxgNcvDx79mwNHDhQFy5c0LVr15Q/f36dOnVKcXFxmjZtmrZs2aJvv/1WoaGhOnr0qAzDUKlSpfTzzz+rSJEi5jiNGjVSzZo19dZbbykmJkadO3fW9u3bzeB34MABlSlTRjt27FDNmjWzLtxi0RdffJHpOuk//vhDrq6ueueddzR06FBFRUXJ1dVVs2bNMvt89913Cg0N1ZUrV+Ti4qJKlSqpTZs2GjVqlCTp9ddf17p168wwW6xYMb3zzjt66aWXzDEmTJiglStXauvWrUpOTlbx4sW1Z88eVa5cWW+88YaWLFmipKQkWSwWSdKMGTM0bNgwXbx4UXZ2dgoLC9OZM2f0ww8/mH2GDx+uFStW6Mcff5R0e5b46aef1vz58yVJp0+flq+vr0aNGqVx48ZJkrZv3646deooJSVFPj4+OTreu8c1DEM+Pj4aO3asevXqlel4spPRz9XVVXZ2drpx44Zu3rypHj16WO3fz89Pffv21euvv2621axZUzVq1NBHH32k2bNna9iwYTp58qTy5MkjSVq5cqVatGihX375RYULF1Z0dLQuXLigZcuWmWN88sknGjx4sJKTk5U/f/5s67xTuXLl1Lt3b/MLgoc5xw/zmR0zZozGjh2bqX30tz/Jxd0jR7UDAAAAeHTDqxTM7RKsXLp0SV5eXrp48aI8PT3v2/+BZuLDw8N15coVxcfHa/PmzQoODpa3t7dCQ0MVHx+vK1euaOPGjSpWrJhKlCihhIQEGYah4OBgubu7m49NmzZZzXw7ODioevXq5vOQkBDlzZtXSUlJD1KeJJmzpRnBePfu3YqJibHaf0REhNLT03Xs2DFJt2fjFyxYYG6/cOFCcxb+t99+08mTJ9W1a1erMSZMmGB1DHdKSkpSnTp1zBokqV69ekpNTdXPP/9sttWuXduqT506dXT48GGlpaWZbRUrVjT/Lly4sCSpQoUKmdrOnDmT4+O9e1yLxSIfHx9zjAf1+eefKzExUXv37tXnn3+u5cuXa/jw4ZJufyB/+eUX1atXz2qbevXqme9vUlKSKlWqZAb4jNfT09N18ODBbPebmJioKlWqZBvgr1y5oqFDh6ps2bLKmzev3N3ddeDAgUwz8Q96jqUH/8yOGDFCFy9eNB8svQcAAADwMBwepHNQUJCKFi2quLg4nT9/XqGhoZIkHx8fFS9eXFu2bFFcXJwaNGgg6fa10Pb29tq9e7fs7e2txnJ3d7d6fmeYvVfb/WSEqIzrutPT09WzZ08NGDAgU99ixYpJktq3b6/hw4crISFB165d08mTJ82l0RlLs2fPnm21RFxSpmPKYBhGptrv/nIhpxwdHc2/M7bNqi2jzpwc791jZIyTMcaD8vf3V1BQkCSpTJky+umnnzRq1CiNGTMmU50Z7jxHWZ2v7La7k6ur6z3rGjJkiNasWaN3331XQUFBcnV1VZs2bXTjxg2rfg96ju9VW3b1Ojs7y9nZ+Z71AgAAAMD9PFCIl27Pxm/cuFHnz5/XkCFDzPbQ0FCtWbNG27dvV+fOnSXdvjFaWlqazpw5k+ln6O5069Yt7dq1y1yGfPDgQV24cEEhISEPWp6mTp0qT09PNWrUSJJUtWpV/fDDD2bIzErRokVVv359LViwQNeuXVOjRo3M2dfChQvLz89PP/30kzk7fz9ly5bVkiVLrMLp1q1b5eHhIT8/P7Pf9u3brbbbvn27SpUqle2XAzmRk+O9HycnJ0myWhHwIOzt7XXr1i3duHFDnp6eKlKkiL777jvVr1/f7LN161bz/S5btqxiY2N15coVczZ+y5YtsrOzM3/hwMnJKVM9FStW1L///W/9/vvvWc7Gb968WdHR0Xruueck3b5GPjk5+aGO6W6P8zMLAAAAADn1QMvppdsh/rvvvlNiYqI5Ey/dDvGzZ8/WH3/8Yd7ULjg4WB06dFBUVJSWLl2qY8eOKT4+Xu+8845Wrlxpbuvo6Kj+/ftrx44dSkhIUOfOnVW7du1sr4fPcOHCBZ0+fVrHjx/X2rVr1aZNG3322WeaOXOm8ubNK0kaNmyYtm3bpr59+yoxMVGHDx/WihUr1L9/f6uxOnTooEWLFmnx4sXq2LGj1WtjxozRpEmT9MEHH+jQoUPav3+/5s2bp/feey/Luvr06aOTJ0+qf//+OnDggJYvX67Ro0dr0KBBsrP7v1N+8uRJDRo0SAcPHtTChQs1ffp0vfLKK/d/E+4hp8d7L97e3nJ1ddXq1av166+/6uLFi/fsf+7cOZ0+fVo///yzVq1apQ8++EDh4eHm9RxDhgzRO++8o88//1wHDx7U8OHDlZiYaB5rhw4d5OLiopdfflnff/+94uLi1L9/f3Xq1Mn8MiUwMFD79u3TwYMHdfbsWd28eVMvvfSSfHx81KpVK23ZskU//fSTlixZom3btkm6vXJk6dKl5lL/9u3bP/Rqg7s97GcWAAAAAB7FQ4X4a9euKSgoyAxY0u0Qf/nyZZUsWVL+/v5m+7x58xQVFaXXXntNpUuX1rPPPqsdO3ZY9XFzc9OwYcPUvn171alTR66urlq0aNF9a+ncubN8fX0VEhKi3r17y93dXTt37lT79u3NPhUrVtSmTZt0+PBhPf3006pSpYpGjRolX19fq7Hatm2rc+fO6erVq5lultetWzf9+9//VkxMjCpUqKDQ0FDFxMSYS/bv5ufnp5UrV2rnzp2qVKmSevXqpa5du2rkyJFW/aKionTt2jXVrFlTffv2Vf/+/dWjR4/7Hve95PR478XBwUHTpk3TrFmzVKRIEbVs2fKe/Rs1aiRfX18FBgaqR48eioyM1Oeff26+PmDAAL322mt67bXXVKFCBa1evVorVqxQqVKlJN1+/9esWaPff/9dNWrUUJs2bdSwYUN9+OGH5hjdu3dX6dKlVb16dRUqVEhbtmyRk5OTvvnmG3l7eysyMlIVKlTQ22+/ba5keP/995UvXz7VrVtXLVq0UEREhKpWrfogpzNbD/uZBQAAAIBH8UB3p8fjExYWpsqVK2vq1Km5XQoeUExMjF599VVduHDhocfIuAMld6cHAAAA/lpP1N3pAQAAAABA7iHEAwAAAABgI1hOD+QCltMDAAAAuYPl9AAAAAAA4C9BiAcAAAAAwEYQ4gEAAAAAsBGEeAAAAAAAbAQhHgAAAAAAG0GIBwAAAADARhDiAQAAAACwEYR4AAAAAABsBCEeAAAAAAAbQYgHAAAAAMBGEOIBAAAAALARhHgAAAAAAGyEQ24XADzJBlUqIE9Pz9wuAwAAAICNYCYeAAAAAAAbQYgHAAAAAMBGEOIBAAAAALARhHgAAAAAAGwEIR4AAAAAABtBiAcAAAAAwEYQ4gEAAAAAsBGEeAAAAAAAbAQhHgAAAAAAG0GIBwAAAADARjjkdgHAk+y9vefk4n4jt8sAgGwNr1Iwt0sAAAB3YCYeAAAAAAAbQYgHAAAAAMBGEOIBAAAAALARhHgAAAAAAGwEIR4AAAAAABtBiAcAAAAAwEYQ4gEAAAAAsBGEeAAAAAAAbAQhHgAAAAAAG0GIBwAAAADARhDiAQAAAACwEYR4AAAAAABsBCEeAAAAAAAbQYgHAAAAAMBGEOIBAAAAALARhPh/oJiYGOXNmze3ywAAAAAAPGY2H+LDwsL06quvZmpftmyZLBaL+Xzo0KEKDAzU5cuXrfq1aNFC9evXV3p6ulV78eLFtXr16nsG4rx58yomJsZ8brFYtGzZsmxrjY6OlsVikcVikaOjowoXLqzGjRtr7ty5mfb/KF588UUdOnTosY2XnZiYGPN4LBaL3N3dVa1aNS1duvSx7yswMFBTp0597OMCAAAAgC2x+RCfU+PHj5e7u7sGDRpkts2dO1dxcXGaN2+e7Oz+71Ts27dP586dU3h4+GOvo0mTJkpJSVFycrJWrVql8PBwvfLKK2revLlu3br1WPbh6uoqb2/vxzLW/Xh6eiolJUUpKSnas2ePIiIi9MILL+jgwYN/yf4BAAAA4EnyxIR4Z2dnxcbGKjY2VqtXr9aJEyc0cOBATZ48WSVLlrTqu3z5ckVERMjZ2flPqcPHx0d+fn6qWrWqXn/9dS1fvlyrVq2ymtW/ePGievToIW9vb3l6eqpBgwbau3ev+frevXsVHh4uDw8PeXp6qlq1atq1a5ekrJfTT5gwQd7e3vLw8FC3bt00fPhwVa5c2Xw9OjparVq10rvvvitfX18VKFBAffv21c2bN+95PBaLRT4+PvLx8VGpUqU0YcIE2dnZad++fWaf8+fPKyoqSvny5ZObm5uaNm2qw4cPW42zZMkSlStXTs7OzgoMDNSUKVPM18LCwnT8+HENHDjQnPXPsGXLFoWGhsrNzU358uVTRESEzp8/L0lavXq1nnrqKeXNm1cFChRQ8+bNdfToUXPb5ORkWSwW/fe//9XTTz8tV1dX1ahRQ4cOHVJ8fLyqV68ud3d3NWnSRL/99lumczV27Fjz/enZs6du3Lhxz3MFAAAAAI/qiQnxklStWjWNGDFC3bp1U6dOnVSjRg317t07U78VK1aoZcuWf1ldDRo0UKVKlcxl6IZhqFmzZjp9+rRWrlyp3bt3q2rVqmrYsKF+//13SVKHDh1UtGhRxcfHa/fu3Ro+fLgcHR2zHH/BggWaOHGi3nnnHe3evVvFihXTzJkzM/WLi4vT0aNHFRcXp9jYWMXExFh9sXA/aWlpio2NlSRVrVrVbI+OjtauXbu0YsUKbdu2TYZhKDIy0vyCYPfu3XrhhRfUrl077d+/X2PGjNGoUaPMfS9dulRFixbVuHHjzFl/SUpMTFTDhg1Vrlw5bdu2Td99951atGihtLQ0SdKVK1c0aNAgxcfHa/369bKzs9Nzzz2X6dKF0aNHa+TIkUpISJCDg4NeeuklDR06VB988IE2b96so0eP6s0337TaZv369UpKSlJcXJwWLlyoL774QmPHjs323Fy/fl2XLl2yegAAAADAg3LI7QL+aiNHjtS8efO0Y8cOHTp0yGpWV5JOnTqlvXv3KjIy8i+tKyQkxJy9jouL0/79+3XmzBlzNcC7776rZcuW6X//+5969OihEydOaMiQIQoJCZEklSpVKtuxp0+frq5du6pz586SpDfffFPffPONUlNTrfrly5dPH374oezt7RUSEqJmzZpp/fr16t69e7ZjX7x4Ue7u7pKka9euydHRUZ988om5uuHw4cNasWKFtmzZorp160q6/aWCv7+/li1bprZt2+q9995Tw4YNNWrUKElScHCwfvzxR/3rX/9SdHS08ufPL3t7e3l4eMjHx8fc9+TJk1W9enXNmDHDbCtXrpz59/PPP29V65w5c+Tt7a0ff/xR5cuXN9sHDx6siIgISdIrr7yil156SevXr1e9evUkSV27ds30ZYaTk5Pmzp0rNzc3lStXTuPGjdOQIUM0fvx4q0szMkyaNOmeIR8AAAAAcuKJmomXpLVr1yolJUWGYSg+Pj7T6ytWrFC9evWUP3/+v7QuwzDMLxR2796t1NRUFShQQO7u7ubj2LFj5nLwQYMGqVu3bmrUqJHefvttq2Xidzt48KBq1qxp1Xb3c+l2ALa3tzef+/r66syZM/es28PDQ4mJiUpMTNSePXv01ltvqWfPnvryyy8lSUlJSXJwcFCtWrXMbQoUKKDSpUsrKSnJ7JMRmDPUq1dPhw8fNmfVs5IxE5+do0ePqn379ipRooQ8PT1VvHhxSdKJEyes+lWsWNH8u3DhwpKkChUqWLXdfR4qVaokNzc383mdOnWUmpqqkydPZlnLiBEjdPHiRfORXT8AAAAAuBebn4n39PTUxYsXM7VfuHBBnp6eVm3nz59X9+7d9frrr8vR0VF9+vRRaGioChYsaPa5eym9p6enUlNTlZaWZhVw09LSlJqaKi8vr8dyHElJSWbITE9Pl6+vrzZu3JipX8a17mPGjFH79u319ddfa9WqVRo9erQWLVqk5557Lsvx715xYBhGpj53L8e3WCz3vWu+nZ2dgoKCzOcVK1bUN998o3feeUctWrTIcj8Z+8+o6c6/71Xf3VxdXe/5eosWLeTv76/Zs2erSJEiSk9PV/ny5TNdu37ncWfUcXdbTn894O7jyODs7Pyn3GMBAAAAwJPF5mfiQ0JCzBu63Sk+Pl6lS5e2auvfv7+8vb01cuRIDR8+XP7+/urXr5/5empqquLi4vTss89ajZ+WlqY9e/ZYjZWQkKC0tLRM+3gYGzZs0P79+83l31WrVtXp06fl4OCgoKAgq8edXzgEBwdr4MCB+uabb9S6dWvNmzcvy/FLly6tnTt3WrVldc4eF3t7e127dk2SVLZsWd26dUs7duwwXz937pwOHTqkMmXKmH2+++47qzG2bt2q4OBg84sTJyenTLPyFStW1Pr167Os4dy5c0pKStLIkSPVsGFDlSlTxrzh3eOwd+9e8xglafv27XJ3d1fRokUf2z4AAAAA4G42H+L79Omjo0ePqm/fvtq7d68OHTqkjz76SHPmzNGQIUPMfl988YUWL16s2NhYOTo6ysHBQTExMfriiy+0ZMkSSbfvZl6qVCmVKFHC3K5s2bJq2rSpunTponXr1unYsWNat26dunbtqqZNm6ps2bIPVO/169d1+vRpnTp1SgkJCXrrrbfUsmVLNW/eXFFRUZKkRo0aqU6dOmrVqpXWrFmj5ORkbd26VSNHjtSuXbt07do19evXTxs3btTx48e1ZcsWxcfHm6H4bv3799ecOXMUGxurw4cPa8KECdq3b1+2s8YPwjAMnT59WqdPn9axY8f0ySefaM2aNeZqhlKlSqlly5bq3r27vvvuO+3du1cdO3aUn5+f2ee1117T+vXrNX78eB06dEixsbH68MMPNXjwYHM/gYGB+vbbb3Xq1CmdPXtW0u0l6vHx8erTp4/27dunAwcOaObMmTp79qzy5cunAgUK6JNPPtGRI0e0YcMGq58XfFQ3btxQ165d9eOPP5orIfr165fl9fAAAAAA8LjY/HL6wMBAbd68WW+88YaeeeYZ/fHHHwoODlZMTIzatm0rSTp79qx69eql0aNHW13/XL58eY0ePdpcVr98+fIs70q/aNEijRkzRr1799bPP/+sokWLqnnz5hozZswD17t69Wr5+vrKwcFB+fLlU6VKlTRt2jS9/PLLZgC0WCxauXKl3njjDXXp0kW//fabfHx8VL9+fRUuXFj29vY6d+6coqKi9Ouvv6pgwYJq3bp1tjdO69Chg3766ScNHjxYf/zxh1544QVFR0dnmp1/GJcuXZKvr6+k20vGAwICNG7cOA0bNszsM2/ePL3yyitq3ry5bty4ofr162vlypXmkvWqVavqv//9r958802NHz9evr6+GjdunKKjo80xxo0bp549e6pkyZK6fv26DMNQcHCwvvnmG73++uuqWbOmXF1dVatWLb300kuys7PTokWLNGDAAJUvX16lS5fWtGnTFBYW9sjHLEkNGzZUqVKlVL9+fV2/fl3t2rV7qM8DAAAAADwIi5GTi4+fAGlpafL29taqVauyvOnbP03jxo3l4+Oj+fPn53YpNic6OloXLlzQsmXLHnqMS5cuycvLS6O//Uku7h6PrzgAeMyGVyl4/04AAOChZWSDixcvZrqvW1Zsfib+cTl37pwGDhyoGjVq5HYpj93Vq1f18ccfKyIiQvb29lq4cKHWrVuntWvX5nZpAAAAAIAHQIj//zJuePdPlLE8f8KECbp+/bpKly6tJUuWqFGjRrldGgAAAADgARDinwCurq5at25dbpfxjxETE5PbJQAAAAB4QnErbQAAAAAAbAQhHgAAAAAAG0GIBwAAAADARhDiAQAAAACwEYR4AAAAAABsBCEeAAAAAAAbQYgHAAAAAMBGEOIBAAAAALARhHgAAAAAAGwEIR4AAAAAABtBiAcAAAAAwEYQ4gEAAAAAsBEOuV0A8CQbVKmAPD09c7sMAAAAADaCmXgAAAAAAGwEIR4AAAAAABtBiAcAAAAAwEYQ4gEAAAAAsBGEeAAAAAAAbAQhHgAAAAAAG0GIBwAAAADARhDiAQAAAACwEYR4AAAAAABshENuFwA8yd7be04u7jdyuwzgLzW8SsHcLgEAAMBmMRMPAAAAAICNIMQDAAAAAGAjCPEAAAAAANgIQjwAAAAAADaCEA8AAAAAgI0gxAMAAAAAYCMI8QAAAAAA2AhCPAAAAAAANoIQDwAAAACAjSDEAwAAAABgIwjxAAAAAADYCEI8AAAAAAA2ghAPAAAAAICNIMQDAAAAAGAjCPEAAAAAANgIQjwAAAAAADaCEP83ZrFYtGzZskcaIyYmRnnz5n0s9QAAAAAActffNsRHR0fLYrHIYrHI0dFRhQsXVuPGjTV37lylp6c/0Fh/RpD97LPPZG9vr169ej3WcR9FYGCgpk6datX24osv6tChQ3/K/jZu3Gi+RxaLRa6uripXrpw++eSTx76vsLAwvfrqq499XAAAAACwJX/bEC9JTZo0UUpKipKTk7Vq1SqFh4frlVdeUfPmzXXr1q1crW3u3LkaOnSoFi1apKtXr+ZqLffi6uoqb2/vP3UfBw8eVEpKin788Uf17NlTvXv31vr16//UfQIAAADAk+hvHeKdnZ3l4+MjPz8/Va1aVa+//rqWL1+uVatWKSYmxuz33nvvqUKFCsqTJ4/8/f3Vp08fpaamSro9W9y5c2ddvHjRnDEeM2aMJOk///mPqlevLg8PD/n4+Kh9+/Y6c+bMfetKTk7W1q1bNXz4cIWEhOh///uf1esZM/9r1qxRmTJl5O7ubn4hkSE+Pl6NGzdWwYIF5eXlpdDQUCUkJGS7zwYNGqhfv35WbefOnZOzs7M2bNigsLAwHT9+XAMHDjSP885a7rRixQpVr15dLi4uKliwoFq3bm2+NmPGDJUqVUouLi4qXLiw2rRpc9/z4e3tLR8fHxUvXlwDBgxQYGCg1bFcv35dAwYMkLe3t1xcXPTUU08pPj7eaoxNmzapZs2acnZ2lq+vr4YPH25+URMdHa1Nmzbpgw8+MI8tOTlZkvTDDz+oWbNm8vT0lIeHh55++mkdPXo0x+fYYrFo1qxZat68udzc3FSmTBlt27ZNR44cUVhYmPLkyaM6deqYY0rSmDFjVLlyZc2aNUv+/v5yc3NT27ZtdeHChfueKwAAAAB4FH/rEJ+VBg0aqFKlSlq6dKnZZmdnp2nTpun7779XbGysNmzYoKFDh0qS6tatq6lTp8rT01MpKSlKSUnR4MGDJUk3btzQ+PHjtXfvXi1btkzHjh1TdHT0fWuYO3eumjVrJi8vL3Xs2FFz5szJ1Ofq1at69913NX/+fH377bc6ceKEuV9Junz5sl5++WVt3rxZ27dvV6lSpRQZGanLly9nuc9u3brps88+0/Xr1822BQsWqEiRIgoPD9fSpUtVtGhRjRs3zjzOrHz99ddq3bq1mjVrpj179mj9+vWqXr26JGnXrl0aMGCAxo0bp4MHD2r16tWqX7/+fc9HBsMwtHr1ap08eVK1atUy24cOHaolS5YoNjZWCQkJCgoKUkREhH7//XdJ0qlTpxQZGakaNWpo7969mjlzpubMmaMJEyZIkj744APVqVNH3bt3N4/N399fp06dUv369eXi4qINGzZo9+7d6tKlixn+c3qOx48fr6ioKCUmJiokJETt27dXz549NWLECO3atUuSMn2BcuTIEf33v//Vl19+qdWrVysxMVF9+/bN9txcv35dly5dsnoAAAAAwINyyO0CHkZISIj27dtnPr/zWunixYtr/Pjx6t27t2bMmCEnJyd5eXnJYrHIx8fHapwuXbqYf5coUULTpk1TzZo1lZqaKnd39yz3nZ6erpiYGE2fPl2S1K5dOw0aNEhHjhxRUFCQ2e/mzZv6+OOPVbJkSUm3Q+C4cePM1xs0aGA17qxZs5QvXz5t2rRJzZs3z7Tf559/Xv3799fy5cv1wgsvSJLmzZtn3jsgf/78sre3N1cVZGfixIlq166dxo4da7ZVqlRJknTixAnlyZNHzZs3l4eHhwICAlSlSpVsx8pQtGhRSbeDanp6usaNG2eG/ytXrmjmzJmKiYlR06ZNJUmzZ8/W2rVrNWfOHA0ZMkQzZsyQv7+/PvzwQ1ksFoWEhOiXX37RsGHD9Oabb8rLy0tOTk5yc3OzOraPPvpIXl5eWrRokRwdHSVJwcHBD3yOO3fubJ7TYcOGqU6dOho1apQiIiIkSa+88oo6d+5sNdYff/yh2NhY89inT5+uZs2aacqUKVme/0mTJlmdcwAAAAB4GDY3Ey/dnvHNWC4uSXFxcWrcuLH8/Pzk4eGhqKgonTt3TleuXLnnOHv27FHLli0VEBAgDw8PhYWFSbodZrPzzTff6MqVK2YgLViwoJ555hnNnTvXqp+bm5sZ4CXJ19fXaqn+mTNn1KtXLwUHB8vLy0teXl5KTU3Ndt/Ozs7q2LGjuZ/ExETt3bs3RysH7pSYmKiGDRtm+Vrjxo0VEBCgEiVKqFOnTlqwYEGOrvffvHmzEhMTlZiYqH//+9966623NHPmTEnS0aNHdfPmTdWrV8/s7+joqJo1ayopKUmSlJSUpDp16li9p/Xq1VNqaqp+/vnnex7L008/bQb4u+X0HFesWNH8u3DhwpKkChUqWLX98ccfVrPnxYoVMwO8JNWpU0fp6ek6ePBglrWMGDFCFy9eNB8nT57M9rgAAAAAIDs2GeKTkpJUvHhxSdLx48cVGRmp8uXLa8mSJdq9e7c++ugjSbdnw7Nz5coVPfPMM3J3d9d//vMfxcfH64svvpB0e5l9dubOnavff/9dbm5ucnBwkIODg1auXKnY2FilpaWZ/e4OlhaLRYZhmM+jo6O1e/duTZ06VVu3blViYqIKFChwz31369ZNa9eu1c8//6y5c+eqYcOGCggIuMeZyszV1TXb1zw8PJSQkKCFCxfK19dXb775pipVqnTfa72LFy+uoKAglStXTp07d1anTp00ceJESTKP+c6AntGe0Xb3lzL32i6nxyLl/Bzf+V5l7C+rtnv9KkJGn+zqdXZ2lqenp9UDAAAAAB6UzYX4DRs2aP/+/Xr++ecl3b6O+9atW5oyZYpq166t4OBg/fLLL1bbODk5WQVsSTpw4IDOnj2rt99+W08//bRCQkLue1O7c+fOafny5Vq0aJE585zxSE1N1apVq3J8HJs3b9aAAQMUGRmpcuXKydnZWWfPnr3nNhUqVFD16tU1e/ZsffbZZ1aXA2R3nHerWLHiPe8c7+DgoEaNGmny5Mnat2+fkpOTtWHDhhwflyTZ29vr2rVrkqSgoCA5OTnpu+++M1+/efOmdu3apTJlykiSypYtq61bt1p9ybF161Z5eHjIz88v22OrWLGiNm/enO2XNQ9zjnPqxIkTVp+zbdu2yc7Ozmo5PwAAAAA8bn/rEH/9+nWdPn1ap06dUkJCgt566y21bNlSzZs3V1RUlCSpZMmSunXrlqZPn66ffvpJ8+fP18cff2w1TmBgoFJTU7V+/XqdPXtWV69eVbFixeTk5GRut2LFCo0fP/6e9cyfP18FChRQ27ZtVb58efNRsWJFNW/ePMsb3GUnKChI8+fPV1JSknbs2KEOHTrcd2ZZuj0b//bbbystLU3PPfdcpuP89ttvderUqWzD6ujRo7Vw4UKNHj1aSUlJ2r9/vyZPnixJ+uqrrzRt2jQlJibq+PHj+vTTT5Wenq7SpUvfs6YzZ87o9OnTOn78uBYvXqz58+erZcuWkqQ8efKod+/eGjJkiFavXq0ff/xR3bt319WrV9W1a1dJUp8+fXTy5En1799fBw4c0PLlyzV69GgNGjRIdnZ25rHt2LFDycnJOnv2rNLT09WvXz9dunRJ7dq1065du3T48GHNnz/fXNL+sOc4J1xcXPTyyy9r79695pcFL7zwwj3vRwAAAAAAj+pvHeJXr14tX19fBQYGqkmTJoqLi9O0adO0fPly2dvbS5IqV66s9957T++8847Kly+vBQsWaNKkSVbj1K1bV7169dKLL76oQoUKafLkySpUqJBiYmK0ePFilS1bVm+//bbefffde9Yzd+5cPffcc2awvNPzzz+vr776Sr/++muOjm3u3Lk6f/68qlSpok6dOpk/wXY/L730khwcHNS+fXu5uLhYvTZu3DglJyerZMmSKlSoUJbbh4WFafHixVqxYoUqV66sBg0aaMeOHZKkvHnzaunSpWrQoIHKlCmjjz/+WAsXLlS5cuXuWVPp0qXl6+uroKAgDRs2TD179jRv/CdJb7/9tp5//nl16tRJVatW1ZEjR7RmzRrly5dPkuTn56eVK1dq586dqlSpknr16qWuXbtq5MiR5hiDBw+Wvb29ypYtq0KFCunEiRMqUKCANmzYoNTUVIWGhqpatWqaPXu2uRT+Yc9xTgQFBal169aKjIzUM888o/Lly2vGjBmPZWwAAAAAyI7FuHMNM/72Tp48qcDAQMXHx6tq1aq5Xc4TacyYMVq2bJkSExMfeoxLly7Jy8tLo7/9SS7uHo+vOMAGDK9SMLdLAAAA+NvIyAYXL17M0b2zbPIn5p5EN2/eVEpKioYPH67atWsT4AEAAADgCfS3Xk6P/7NlyxYFBARo9+7dma75BwAAAAA8GVhOD+QCltPjScZyegAAgP/zoMvpmYkHAAAAAMBGEOIBAAAAALARhHgAAAAAAGwEIR4AAAAAABtBiAcAAAAAwEYQ4gEAAAAAsBGEeAAAAAAAbAQhHgAAAAAAG0GIBwAAAADARhDiAQAAAACwEYR4AAAAAABshENuFwA8yQZVKiBPT8/cLgMAAACAjWAmHgAAAAAAG0GIBwAAAADARhDiAQAAAACwEYR4AAAAAABsBCEeAAAAAAAbQYgHAAAAAMBGEOIBAAAAALARhHgAAAAAAGwEIR4AAAAAABtBiAcAAAAAwEY45HYBwJPsvb3n5OJ+I7fLwD/U8CoFc7sEAAAAPGbMxAMAAAAAYCMI8QAAAAAA2AhCPAAAAAAANoIQDwAAAACAjSDEAwAAAABgIwjxAAAAAADYCEI8AAAAAAA2ghAPAAAAAICNIMQDAAAAAGAjCPEAAAAAANgIQjwAAAAAADaCEA8AAAAAgI0gxAMAAAAAYCMI8QAAAAAA2AhCPAAAAAAANoIQDwAAAACAjfhbhviYmBjlzZs3t8t4JMnJybJYLEpMTMztUnCH6OhotWrVKrfLAAAAAICH8kgh/uOPP5aHh4du3bpltqWmpsrR0VFPP/20Vd/NmzfLYrHo0KFDj7LLe7JYLOYjT548KlWqlKKjo7V79+4/bZ9Pipx+KZHRL+ORL18+1a9fX5s2bXrkGiwWi5YtW5aj/Wb1GDNmjD744APFxMQ8ci0AAAAAkBseKcSHh4crNTVVu3btMts2b94sHx8fxcfH6+rVq2b7xo0bVaRIEQUHBz/KLu9r3rx5SklJ0Q8//KCPPvpIqampqlWrlj799NM/db+wtm7dOqWkpGjTpk3y9PRUZGSkjh079lBj3bhx4759/P39lZKSYj5ee+01lStXzqpt8ODB8vLysvlVHgAAAACeXI8U4kuXLq0iRYpo48aNZtvGjRvVsmVLlSxZUlu3brVqDw8Pl3Q7lA0dOlR+fn7KkyePatWqZTVGhmXLlik4OFguLi5q3LixTp48ed+a8ubNKx8fHwUGBuqZZ57R//73P3Xo0EH9+vXT+fPnzX5bt25V/fr15erqKn9/fw0YMEBXrlyRJI0YMUK1a9fONHbFihU1evRo8/m8efNUpkwZubi4KCQkRDNmzLhnbZs2bVLNmjXl7OwsX19fDR8+3GoVQ1hYmPr166d+/fopb968KlCggEaOHCnDMMw+gYGBmjBhgqKiouTu7q6AgAAtX75cv/32m1q2bCl3d3dVqFDB6ouV+x1vxrhvvfWWunTpIg8PDxUrVkyffPKJ+Xrx4sUlSVWqVJHFYlFYWNg9j7VAgQLy8fFRxYoVNWvWLF29elXffPONzp07p5deeklFixaVm5ubKlSooIULF1ptm3EeBg0apIIFC6px48YKDAyUJD333HOyWCzm8wz29vby8fExH+7u7nJwcMjUdvdy+rCwMPXv31+vvvqq8uXLp8KFC+uTTz7RlStX1LlzZ3l4eKhkyZJatWqV1f5+/PFHRUZGyt3dXYULF1anTp109uzZe54TAAAAAHhUj3xNfFhYmOLi4szncXFxCgsLU2hoqNl+48YNbdu2zQzxnTt31pYtW7Ro0SLt27dPbdu2VZMmTXT48GFznKtXr2rixImKjY3Vli1bdOnSJbVr1+6hahw4cKAuX76stWvXSpL279+viIgItW7dWvv27dPnn3+u7777Tv369ZMkdejQQTt27NDRo0fNMX744Qft379fHTp0kCTNnj1bb7zxhiZOnKikpCS99dZbGjVqlGJjY7Os4dSpU4qMjFSNGjW0d+9ezZw5U3PmzNGECROs+sXGxsrBwUE7duzQtGnT9P777+vf//63VZ/3339f9erV0549e9SsWTN16tRJUVFR6tixoxISEhQUFKSoqCgz/N/veDNMmTJF1atX1549e9SnTx/17t1bBw4ckCTt3LlT0v/NsC9dujTH59/NzU2SdPPmTf3xxx+qVq2avvrqK33//ffq0aOHOnXqpB07dmR5HrZs2aJZs2YpPj5e0v+ttMh4/jjExsaqYMGC2rlzp/r376/evXurbdu2qlu3rhISEhQREaFOnTqZK0tSUlIUGhqqypUra9euXVq9erV+/fVXvfDCC9nu4/r167p06ZLVAwAAAAAe1GMJ8Vu2bNGtW7d0+fJl7dmzR/Xr11doaKg5u759+3Zdu3ZN4eHhOnr0qBYuXKjFixfr6aefVsmSJTV48GA99dRTmjdvnjnuzZs39eGHH6pOnTqqVq2aYmNjtXXrVjNMPoiQkBBJt6+blqR//etfat++vV599VWVKlVKdevW1bRp0/Tpp5/qjz/+UPny5VWxYkV99tln5hgLFixQjRo1zMsBxo8frylTpqh169YqXry4WrdurYEDB2rWrFlZ1jBjxgz5+/vrww8/VEhIiFq1aqWxY8dqypQpSk9PN/v5+/vr/fffV+nSpdWhQwf1799f77//vtVYkZGR6tmzp0qVKqU333xTly9fVo0aNdS2bVsFBwdr2LBhSkpK0q+//pqj471z3D59+igoKEjDhg1TwYIFzfewUKFCkv5vhj1//vw5OvdXrlzRiBEjZG9vr9DQUPn5+Wnw4MGqXLmySpQoof79+ysiIkKLFy+22i4oKEiTJ09W6dKlFRISYu4/Y6VFxvPHoVKlSho5cqRKlSqlESNGyNXVVQULFlT37t3Nc3zu3Dnt27dPkjRz5kxVrVpVb731lkJCQlSlShXNnTtXcXFx2d7zYdKkSfLy8jIf/v7+j61+AAAAAE+ORw7x4eHhunLliuLj47V582YFBwfL29tboaGhio+P15UrV7Rx40YVK1ZMJUqUUEJCggzDUHBwsNzd3c3Hpk2brGa+HRwcVL16dfN5SEiI8ubNq6SkpAeuMWNG2mKxSJJ2796tmJgYq/1HREQoPT3dvG67Q4cOWrBggbn9woULzVn43377TSdPnlTXrl2txpgwYYLVMdwpKSlJderUMWuQpHr16ik1NVU///yz2Va7dm2rPnXq1NHhw4eVlpZmtlWsWNH8u3DhwpKkChUqZGo7c+ZMjo/37nEtFot8fHzMMR5U3bp15e7uLg8PD3355ZeKiYlRhQoVlJaWpokTJ6pixYoqUKCA3N3d9c033+jEiRNW29/53mfnxIkTVsf01ltvPVStdx63vb29ChQocN/zGRcXZ7XvjC+Ksnv/R4wYoYsXL5qPnFwaAgAAAAB3c3jUAYKCglS0aFHFxcXp/PnzCg0NlST5+PioePHi2rJli+Li4tSgQQNJUnp6uuzt7bV7927Z29tbjeXu7m71/M4we6+2+8kI/hnXdaenp6tnz54aMGBApr7FihWTJLVv317Dhw9XQkKCrl27ppMnT5rL+TNmzmfPnq1atWpZbX/3MWUwDCNT7Xd/uZBTjo6O5t8Z22bVllFnTo737jEyxrlzlcCD+Pzzz1W2bFnz2v4MU6ZM0fvvv6+pU6eqQoUKypMnj1599dVMN6/LkyfPffdRpEgRq7vl53R1wN2yOu77nc8WLVronXfeyTSWr69vlvtwdnaWs7PzQ9UHAAAAABkeOcRLt2fjN27cqPPnz2vIkCFme2hoqNasWaPt27erc+fOkm7fGC0tLU1nzpzJ9DN0d7p165Z27dqlmjVrSpIOHjyoCxcumDOeD2Lq1Kny9PRUo0aNJElVq1bVDz/8oKCgoGy3KVq0qOrXr68FCxbo2rVratSokTkjW7hwYfn5+emnn34yZ+fvp2zZslqyZIlVmN+6das8PDzk5+dn9tu+fbvVdtu3b1epUqWy/XIgJ3JyvPfj5OQkSVYrAu7F399fJUuWzNS+efNmtWzZUh07dpR0OxAfPnxYZcqUue+Yjo6OVvt3cHB4pGN6WFWrVtWSJUsUGBgoB4fH8k8IAAAAAHLkkZfTS7dD/HfffafExERzJl66HeJnz56tP/74w7ypXXBwsDp06KCoqCgtXbpUx44dU3x8vN555x2tXLnS3NbR0VH9+/fXjh07lJCQoM6dO6t27dpmqM/OhQsXdPr0aR0/flxr165VmzZt9Nlnn2nmzJnmT4sNGzZM27ZtU9++fZWYmKjDhw9rxYoV6t+/v9VYHTp00KJFi7R48WIzdGYYM2aMJk2apA8++ECHDh3S/v37NW/ePL333ntZ1tWnTx+dPHlS/fv314EDB7R8+XKNHj1agwYNkp3d/70NJ0+e1KBBg3Tw4EEtXLhQ06dP1yuvvHL/N+Eecnq89+Lt7S1XV1fzJm4XL158qFqCgoK0du1abd26VUlJSerZs6dOnz6do20DAwO1fv16nT592uqXBv5qffv21e+//66XXnpJO3fu1E8//aRvvvlGXbp0yfGXHAAAAADwMB5biL927ZqCgoLM2Wrpdoi/fPmySpYsaXUjr3nz5ikqKkqvvfaaSpcurWeffVY7duyw6uPm5qZhw4apffv2qlOnjlxdXbVo0aL71tK5c2f5+voqJCREvXv3lru7u3bu3Kn27dubfSpWrKhNmzbp8OHDevrpp1WlShWNGjUq01Lotm3b6ty5c7p69arVz5JJUrdu3fTvf//bvNY7NDRUMTEx5pL9u/n5+WnlypXauXOnKlWqpF69eqlr164aOXKkVb+oqChdu3ZNNWvWVN++fdW/f3/16NHjvsd9Lzk93ntxcHDQtGnTNGvWLBUpUkQtW7Z8qFpGjRqlqlWrKiIiQmFhYfLx8cl0brMzZcoUrV27Vv7+/qpSpcpD7f9xKFKkiLZs2aK0tDRFRESofPnyeuWVV+Tl5WX1hQwAAAAAPG4W484fIUeuCgsLU+XKlTV16tTcLgV/skuXLsnLy0ujv/1JLu4euV0O/qGGVymY2yUAAADgPjKywcWLF+Xp6Xnf/kwbAgAAAABgIwjxAAAAAADYCG6t/TeycePG3C4BAAAAAPA3xkw8AAAAAAA2ghAPAAAAAICNIMQDAAAAAGAjCPEAAAAAANgIQjwAAAAAADaCEA8AAAAAgI0gxAMAAAAAYCMI8QAAAAAA2AhCPAAAAAAANoIQDwAAAACAjSDEAwAAAABgIxxyuwDgSTaoUgF5enrmdhkAAAAAbAQz8QAAAAAA2AhCPAAAAAAANoIQDwAAAACAjSDEAwAAAABgIwjxAAAAAADYCEI8AAAAAAA2ghAPAAAAAICNIMQDAAAAAGAjCPEAAAAAANgIQjwAAAAAADbCIbcLAJ5k7+09Jxf3G7ldRq4YXqVgbpcAAAAA2Bxm4gEAAAAAsBGEeAAAAAAAbAQhHgAAAAAAG0GIBwAAAADARhDiAQAAAACwEYR4AAAAAABsBCEeAAAAAAAbQYgHAAAAAMBGEOIBAAAAALARhHgAAAAAAGwEIR4AAAAAABtBiAcAAAAAwEYQ4gEAAAAAsBGEeAAAAAAAbAQhHgAAAAAAG0GIBwAAAADARhDinxAxMTHKmzdvbpeR6wIDAzV16tTcLgMAAAAAHso/MsSHhYXp1VdfzdS+bNkyWSwW8/nQoUMVGBioy5cvW/Vr0aKF6tevr/T0dKv24sWLa/Xq1fcMxHnz5lVMTIz53GKxaNmyZdnWGh0dLYvFIovFIkdHRxUuXFiNGzfW3LlzM+3/Ubz44os6dOjQYxsvOzExMebxWCwW+fr66oUXXtCxY8ceadyNGzfKYrHowoULOdpvVo+NGzcqPj5ePXr0eKRaAAAAACC3/CNDfE6NHz9e7u7uGjRokNk2d+5cxcXFad68ebKz+7/Ts2/fPp07d07h4eGPvY4mTZooJSVFycnJWrVqlcLDw/XKK6+oefPmunXr1mPZh6urq7y9vR/LWPfj6emplJQU/fLLL/rss8+UmJioZ599VmlpaQ813s2bN+/b58UXX1RKSor5qFOnjrp3727VVrduXRUqVEhubm4PVQcAAAAA5LYnOsQ7OzsrNjZWsbGxWr16tU6cOKGBAwdq8uTJKlmypFXf5cuXKyIiQs7Ozn9KHT4+PvLz81PVqlX1+uuva/ny5Vq1apXVrP7FixfVo0cPeXt7y9PTUw0aNNDevXvN1/fu3avw8HB5eHjI09NT1apV065duyRlvZx+woQJ8vb2loeHh7p166bhw4ercuXK5uvR0dFq1aqV3n33Xfn6+qpAgQLq27fvfUO1xWKRj4+PfH19FR4ertGjR+v777/XkSNHFB8fr8aNG6tgwYLy8vJSaGioEhISMm3/8ccfq2XLlsqTJ4+6detmfnmSL18+WSwWRUdHW23j6uoqHx8f8+Hk5CQ3N7dMbXcvp7dYLJo1a5aaN28uNzc3lSlTRtu2bdORI0cUFhamPHnyqE6dOjp69KjV/r788ktVq1ZNLi4uKlGihMaOHfvYvnABAAAAgOw80SFekqpVq6YRI0aoW7du6tSpk2rUqKHevXtn6rdixQq1bNnyL6urQYMGqlSpkpYuXSpJMgxDzZo10+nTp7Vy5Urt3r1bVatWVcOGDfX7779Lkjp06KCiRYsqPj5eu3fv1vDhw+Xo6Jjl+AsWLNDEiRP1zjvvaPfu3SpWrJhmzpyZqV9cXJyOHj2quLg4xcbGKiYmxuqLhZxwdXWVdHtG/fLly3r55Ze1efNmbd++XaVKlVJkZGSmSxpGjx6tli1bav/+/Ro3bpyWLFkiSTp48KBSUlL0wQcfPFAN9zJ+/HhFRUUpMTFRISEhat++vXr27KkRI0aYX4L069fP7L9mzRp17NhRAwYM0I8//qhZs2YpJiZGEydOzHYf169f16VLl6weAAAAAPCgHHK7gL+DkSNHat68edqxY4cOHTpkdd28JJ06dUp79+5VZGTkX1pXSEiI9u3bJ+l2mN6/f7/OnDljrgZ49913tWzZMv3vf/9Tjx49dOLECQ0ZMkQhISGSpFKlSmU79vTp09W1a1d17txZkvTmm2/qm2++UWpqqlW/fPny6cMPP5S9vb1CQkLUrFkzrV+/Xt27d8/RMfz888/617/+paJFiyo4OFjly5e3en3WrFnKly+fNm3apObNm5vt7du3V5cuXcznGdfUe3t7P/Yb9HXu3FkvvPCCJGnYsGGqU6eORo0apYiICEnSK6+8Yp4nSZo4caKGDx+ul19+WZJUokQJjR8/XkOHDtXo0aOz3MekSZM0duzYx1o3AAAAgCfPEz8TL0lr165VSkqKDMNQfHx8ptdXrFihevXqKX/+/H9pXYZhmF8o7N69W6mpqSpQoIDc3d3Nx7Fjx8yl3oMGDVK3bt3UqFEjvf3225mWgN/p4MGDqlmzplXb3c8lqVy5crK3tzef+/r66syZM/es++LFi3J3d1eePHnk7++vGzduaOnSpXJyctKZM2fUq1cvBQcHy8vLS15eXkpNTdWJEyesxqhevfq9T45urya481xs3rz5vttkpWLFiubfhQsXliRVqFDBqu2PP/4wZ893796tcePGWe074/r7q1evZrmPESNG6OLFi+bj5MmTD1UrAAAAgCfbP3Im3tPTUxcvXszUfuHCBXl6elq1nT9/Xt27d9frr78uR0dH9enTR6GhoSpYsKDZ5+6l9J6enkpNTVVaWppVwE1LS1Nqaqq8vLwey3EkJSWpePHikqT09HT5+vpq48aNmfplzEyPGTNG7du319dff61Vq1Zp9OjRWrRokZ577rksx797xYFhGJn63L0c32Kx3Peu+R4eHkpISJCdnZ0KFy6sPHnymK9FR0frt99+09SpUxUQECBnZ2fVqVNHN27csBrjzm2y8+yzz6pWrVrmcz8/v/tuk5U7jzHjnGTVlnHc6enpGjt2rFq3bp1pLBcXlyz34ezs/KfcTwEAAADAk+UfGeJDQkK0atWqTO3x8fEqXbq0VVv//v3l7e2tkSNHmj8H169fPy1atEiSlJqaqri4OH300UdW46elpWnPnj1WM8YJCQlKS0vLtI+HsWHDBu3fv18DBw6UJFWtWlWnT5+Wg4ODAgMDs90uODhYwcHBGjhwoF566SXNmzcvyxBfunRp7dy5U506dTLbMq7/flR2dnYKCgrK8rXNmzdrxowZ5qUJJ0+e1NmzZ+87ppOTkyRZ3eHew8NDHh4ej6HiB1O1alUdPHgw22MEAAAAgD/LP3I5fZ8+fXT06FH17dtXe/fu1aFDh/TRRx9pzpw5GjJkiNnviy++0OLFixUbGytHR0c5ODgoJiZGX3zxhXkjtdWrV6tUqVIqUaKEuV3ZsmXVtGlTdenSRevWrdOxY8e0bt06de3aVU2bNlXZsmUfqN7r16/r9OnTOnXqlBISEvTWW2+pZcuWat68uaKioiRJjRo1Up06ddSqVSutWbNGycnJ2rp1q0aOHKldu3bp2rVr6tevnzZu3Kjjx49ry5Ytio+PV5kyZbLcZ//+/TVnzhzFxsbq8OHDmjBhgvbt25dpdv5xCwoK0vz585WUlKQdO3aoQ4cO5o3v7iUgIEAWi0VfffWVfvvtt0zX7v+V3nzzTX366acaM2aMfvjhByUlJenzzz/XyJEjc60mAAAAAE+Gf2SIDwwM1ObNm3X06FE988wzqlGjhnlX9bZt20qSzp49q169emn06NFW10SXL19eo0ePVp8+fXT27FktX748y7vSL1q0SI0aNVLv3r1VtmxZ9e7dWw0bNtTChQsfuN7Vq1fL19dXgYGBatKkieLi4jRt2jQtX77cXK5vsVi0cuVK1a9fX126dFFwcLDatWun5ORkFS5cWPb29jp37pyioqIUHBysF154QU2bNs32ZmodOnTQiBEjNHjwYFWtWlXHjh1TdHR0tsvBH5e5c+fq/PnzqlKlijp16qQBAwbk6Pfr/fz8NHbsWA0fPlyFCxe2ulv8Xy0iIkJfffWV1q5dqxo1aqh27dp67733FBAQkGs1AQAAAHgyWIysLoSGpNtLt729vbVq1aosb/r2T9O4cWP5+Pho/vz5uV3KP96lS5fk5eWl0d/+JBf3v/6SgL+D4VUK3r8TAAAA8A+XkQ0uXryY6R5uWflHXhP/uJw7d04DBw5UjRo1cruUx+7q1av6+OOPFRERIXt7ey1cuFDr1q3T2rVrc7s0AAAAAEA2CPH3kHHDu3+ijOX5EyZM0PXr11W6dGktWbJEjRo1yu3SAAAAAADZIMQ/oVxdXbVu3brcLgMAAAAA8AD+kTe2AwAAAADgn4gQDwAAAACAjSDEAwAAAABgIwjxAAAAAADYCEI8AAAAAAA2ghAPAAAAAICNIMQDAAAAAGAjCPEAAAAAANgIQjwAAAAAADaCEA8AAAAAgI0gxAMAAAAAYCMccrsA4Ek2qFIBeXp65nYZAAAAAGwEM/EAAAAAANgIQjwAAAAAADaCEA8AAAAAgI0gxAMAAAAAYCMI8QAAAAAA2AhCPAAAAAAANoIQDwAAAACAjSDEAwAAAABgIwjxAAAAAADYCEI8AAAAAAA2wiG3CwCeZO/tPScX9xu5XcYjG16lYG6XAAAAADwRmIkHAAAAAMBGEOIBAAAAALARhHgAAAAAAGwEIR4AAAAAABtBiAcAAAAAwEYQ4gEAAAAAsBGEeAAAAAAAbAQhHgAAAAAAG0GIBwAAAADARhDiAQAAAACwEYR4AAAAAABsBCEeAAAAAAAbQYgHAAAAAMBGEOIBAAAAALARhHgAAAAAAGwEIR4AAAAAABtBiLcxFotFy5Yte6QxYmJilDdv3sdSj60JCwvTq6++mttlAAAAAMBDsakQHx0dLYvFIovFIkdHRxUuXFiNGzfW3LlzlZ6e/kBj/RlB9rPPPpO9vb169er1WMd9FIGBgZo6dapV24svvqhDhw79KfvbuHGj+R5ZLBYVKlRITZs21d69ex9p3OTkZFksFiUmJuZov1k9YmJitHTpUo0fP/6RagEAAACA3GJTIV6SmjRpopSUFCUnJ2vVqlUKDw/XK6+8oubNm+vWrVu5WtvcuXM1dOhQLVq0SFevXs3VWu7F1dVV3t7ef+o+Dh48qJSUFH399dc6f/68mjRpoosXLz7UWDdu3Lhvn7p16yolJcV8vPDCC+ZnJePx4osvKn/+/PLw8HioOgAAAAAgt9lciHd2dpaPj4/8/PxUtWpVvf7661q+fLlWrVqlmJgYs997772nChUqKE+ePPL391efPn2Umpoq6fasbefOnXXx4kVzlnbMmDGSpP/85z+qXr26PDw85OPjo/bt2+vMmTP3rSs5OVlbt27V8OHDFRISov/9739Wr2fM/K9Zs0ZlypSRu7u7GTIzxMfHq3HjxipYsKC8vLwUGhqqhISEbPfZoEED9evXz6rt3LlzcnZ21oYNGxQWFqbjx49r4MCB5nHeWcudVqxYoerVq8vFxUUFCxZU69atzddmzJihUqVKycXFRYULF1abNm3uez68vb3l4+OjmjVrasqUKTp9+rS2b9+uo0ePqmXLlipcuLDc3d1Vo0YNrVu3zmrbwMBATZgwQdHR0fLy8lL37t1VvHhxSVKVKlVksVgUFhZmtY2Tk5N8fHzMh6urq/lZubPt7uX0GfuKioqSu7u7AgICtHz5cv32229q2bKl3N3dVaFCBe3atctqf1u3blX9+vXl6uoqf39/DRgwQFeuXMn2fFy/fl2XLl2yegAAAADAg7K5EJ+VBg0aqFKlSlq6dKnZZmdnp2nTpun7779XbGysNmzYoKFDh0q6PWs7depUeXp6mrO0gwcPlnR71nf8+PHau3evli1bpmPHjik6Ovq+NcydO1fNmjWTl5eXOnbsqDlz5mTqc/XqVb377ruaP3++vv32W504ccLcryRdvnxZL7/8sjZv3qzt27erVKlSioyM1OXLl7PcZ7du3fTZZ5/p+vXrZtuCBQtUpEgRhYeHa+nSpSpatKjGjRtnHmdWvv76a7Vu3VrNmjXTnj17tH79elWvXl2StGvXLg0YMEDjxo3TwYMHtXr1atWvX/++5+NOrq6ukqSbN28qNTVVkZGRWrdunfbs2aOIiAi1aNFCJ06csNrmX//6l8qXL6/du3dr1KhR2rlzpyRp3bp1SklJsXqvH9X777+vevXqac+ePWrWrJk6deqkqKgodezYUQkJCQoKClJUVJQMw5Ak7d+/XxEREWrdurX27dunzz//XN99912mL1TuNGnSJHl5eZkPf3//x1Y/AAAAgCeHQ24X8LiEhIRo37595vM7Z1uLFy+u8ePHq3fv3poxY4acnJzk5eUli8UiHx8fq3G6dOli/l2iRAlNmzZNNWvWVGpqqtzd3bPcd3p6umJiYjR9+nRJUrt27TRo0CAdOXJEQUFBZr+bN2/q448/VsmSJSVJ/fr107hx48zXGzRoYDXurFmzlC9fPm3atEnNmzfPtN/nn39e/fv31/Lly/XCCy9IkubNm2feOyB//vyyt7c3VxVkZ+LEiWrXrp3Gjh1rtlWqVEmSdOLECeXJk0fNmzeXh4eHAgICVKVKlWzHutu5c+c0duxYeXh4qGbNmvL29jbHlqQJEyboiy++0IoVK6xCcIMGDay+4EhOTpYkFShQ4J7H8jAiIyPVs2dPSdKbb76pmTNnqkaNGmrbtq0kadiwYapTp45+/fVX+fj46F//+pfat29vfsZKlSqladOmKTQ0VDNnzpSLi0umfYwYMUKDBg0yn1+6dIkgDwAAAOCB/SNm4iXJMAxzubgkxcXFqXHjxvLz85OHh4eioqJ07ty5ey55lqQ9e/aoZcuWCggIkIeHh7ls++6Z4jt98803unLlipo2bSpJKliwoJ555hnNnTvXqp+bm5sZ4CXJ19fXaqn+mTNn1KtXLwUHB5sztqmpqdnu29nZWR07djT3k5iYqL179+Zo5cCdEhMT1bBhwyxfa9y4sQICAlSiRAl16tRJCxYsyNH1/kWLFpW7u7sKFiyopKQkLV68WN7e3rpy5YqGDh2qsmXLKm/evHJ3d9eBAwcyHWPGSoB72bx5s9zd3c3HggULcnbAd6lYsaL5d+HChSVJFSpUyNSW8V7t3r1bMTExVvuOiIhQenq6jh07luU+nJ2d5enpafUAAAAAgAf1j5mJT0pKMq+bPn78uCIjI9WrVy+NHz9e+fPn13fffaeuXbvq5s2b2Y5x5coVPfPMM3rmmWf0n//8R4UKFdKJEycUERFxz5urzZ07V7///rvc3NzMtvT0dO3Zs0fjx4+Xvb29JMnR0dFqO4vFYi7Rlm7fff+3337T1KlTFRAQIGdnZ9WpU+ee++7WrZsqV66sn3/+WXPnzlXDhg0VEBBw75N1l4zl7lnx8PBQQkKCNm7cqG+++UZvvvmmxowZo/j4+Hve3X/z5s3y9PRUoUKFrALrkCFDtGbNGr377rsKCgqSq6ur2rRpk+kY8+TJc9+6q1evbnW3+oyw/aDufF8yvgjKqi3jFxDS09PVs2dPDRgwINNYxYoVe6gaAAAAACAn/hEhfsOGDdq/f78GDhwo6fZ13Ldu3dKUKVNkZ3d7scF///tfq22cnJyUlpZm1XbgwAGdPXtWb7/9trnU+e4bmt3t3LlzWr58uRYtWqRy5cqZ7enp6Xr66ae1atWqLJfCZ2Xz5s2aMWOGIiMjJUknT57U2bNn77lNhQoVVL16dc2ePVufffaZuaT/Xsd5t4oVK2r9+vXq3Llzlq87ODioUaNGatSokUaPHq28efNqw4YNVje/u1vx4sWzDPmbN29WdHS0nnvuOUlSamqquVT+XpycnCTJ6lhcXV2tLlf4q1StWlU//PBDruwbAAAAwJPN5kL89evXdfr0aaWlpenXX3/V6tWrNWnSJDVv3lxRUVGSpJIlS+rWrVuaPn26WrRooS1btujjjz+2GicwMFCpqalav369KlWqJDc3NxUrVkxOTk6aPn26evXqpe+///6+vyk+f/58FShQQG3btjW/MMjQvHlzzZkzJ8chPigoSPPnz1f16tV16dIlDRky5J6z5Bm6deumfv36yc3NzQzHdx7nt99+q3bt2snZ2VkFCxbMtP3o0aPVsGFDlSxZUu3atdOtW7e0atUqDR06VF999ZV++ukn1a9fX/ny5dPKlSuVnp6u0qVL5+iYsjrGpUuXqkWLFrJYLBo1apQ5w30v3t7ecnV11erVq1W0aFG5uLjIy8vroWp4VMOGDVPt2rXVt29fde/eXXny5FFSUpLWrl2b6UsUAAAAAHicbO6a+NWrV8vX11eBgYFq0qSJ4uLiNG3aNC1fvtxctl65cmW99957euedd1S+fHktWLBAkyZNshqnbt266tWrl1588UUVKlRIkydPVqFChRQTE6PFixerbNmyevvtt/Xuu+/es565c+fqueeeyxTgpds3nvvqq6/066+/5ujY5s6dq/Pnz6tKlSrq1KmTBgwYkKPfc3/ppZfk4OCg9u3bZ7qp2rhx45ScnKySJUuqUKFCWW4fFhamxYsXa8WKFapcubIaNGigHTt2SJLy5s2rpUuXqkGDBipTpow+/vhjLVy40GrVwYN4//33lS9fPtWtW1ctWrRQRESEqlatet/tHBwcNG3aNM2aNUtFihRRy5YtH2r/j0PFihW1adMmHT58WE8//bSqVKmiUaNGydfXN9dqAgAAAPBksBh3XpQNm3Ty5EkFBgYqPj4+R4EYue/SpUvy8vLS6G9/kou7R26X88iGV8m8wgMAAADA/WVkg4sXL+boBtg2t5we/+fmzZtKSUnR8OHDVbt2bQI8AAAAAPzD2dxyevyfLVu2KCAgQLt37850zT8AAAAA4J+HmXgbFhYWJq6GAAAAAIAnBzPxAAAAAADYCEI8AAAAAAA2ghAPAAAAAICNIMQDAAAAAGAjCPEAAAAAANgIQjwAAAAAADaCEA8AAAAAgI0gxAMAAAAAYCMI8QAAAAAA2AhCPAAAAAAANoIQDwAAAACAjXDI7QKAJ9mgSgXk6emZ22UAAAAAsBHMxAMAAAAAYCMI8QAAAAAA2AhCPAAAAAAANoIQDwAAAACAjSDEAwAAAABgIwjxAAAAAADYCEI8AAAAAAA2ghAPAAAAAICNIMQDAAAAAGAjCPEAAAAAANgIh9wuAHiSvbf3nFzcb/xp4w+vUvBPGxsAAADAX4+ZeAAAAAAAbAQhHgAAAAAAG0GIBwAAAADARhDiAQAAAACwEYR4AAAAAABsBCEeAAAAAAAbQYgHAAAAAMBGEOIBAAAAALARhHgAAAAAAGwEIR4AAAAAABtBiAcAAAAAwEYQ4gEAAAAAsBGEeAAAAAAAbAQhHgAAAAAAG0GIBwAAAADARvyjQ3xYWJheffXV3C7jbyEwMFBTp07N7TIAAAAAAI/gbxviT58+rf79+6tEiRJydnaWv7+/WrRoofXr1+d2adlasmSJatWqJS8vL3l4eKhcuXJ67bXXcrssSVJ8fLx69OhhPrdYLFq2bNkjjxsWFiaLxSKLxSI7OzsVLlxYbdu21fHjxx957Dtt3LhRFotFFy5ceKzjAgAAAIAt+VuG+OTkZFWrVk0bNmzQ5MmTtX//fq1evVrh4eHq27dvrtaWlpam9PT0TO3r1q1Tu3bt1KZNG+3cuVO7d+/WxIkTdePGjVyo8v9k7L9QoUJyc3P7U/bRvXt3paSk6NSpU1q+fLlOnjypjh07/in7AgAAAIAn2d8yxPfp00cWi0U7d+5UmzZtFBwcrHLlymnQoEHavn27JKlLly5q3ry51Xa3bt2Sj4+P5s6da9XWr18/5c2bVwUKFNDIkSNlGIb5+o0bNzR06FD5+fkpT548qlWrljZu3Gi+HhMTo7x58+qrr75S2bJl5ezsnOUs81dffaWnnnpKQ4YMUenSpRUcHKxWrVpp+vTpVv2+/PJLVatWTS4uLipRooTGjh2rW7duma9fuHBBPXr0UOHCheXi4qLy5cvrq6++kiSNGTNGlStXthpv6tSpCgwMNJ9HR0erVatWmjRpkooUKaLg4GBJ1svpM/o/99xzslgsCgwMVHJysuzs7LRr1y6r8adPn66AgACrc3Y3Nzc3+fj4yNfXV7Vr11bfvn2VkJBg1WfTpk2qWbOmnJ2d5evrq+HDh1sd9/Xr1zVgwAB5e3vLxcVFTz31lOLj4yXd/lInPDxckpQvXz5ZLBZFR0dLktLT0/XOO+8oKChIzs7OKlasmCZOnGiOO2zYMAUHB8vNzU0lSpTQqFGjdPPmTfP1jHM6d+5cFStWTO7u7urdu7fS0tI0efJk+fj4yNvb22pM6fZKhpkzZ6pp06ZydXVV8eLFtXjx4mzPEQAAAAA8Dg65XcDdfv/9d61evVoTJ05Unjx5Mr2eN29eSVK3bt1Uv359paSkyNfXV5K0cuVKpaam6oUXXjD7x8bGqmvXrtqxY4d27dqlHj16KCAgQN27d5ckde7cWcnJyVq0aJGKFCmiL774Qk2aNNH+/ftVqlQpSdLVq1c1adIk/fvf/1aBAgXk7e2dqS4fHx999tln+v7771W+fPksj23NmjXq2LGjpk2bpqefflpHjx41l7iPHj1a6enpatq0qS5fvqz//Oc/KlmypH788UfZ29s/0Dlcv369PD09tXbt2izDd3x8vLy9vTVv3jw1adJE9vb2KlSokBo1aqR58+apevXqZt958+YpOjpaFoslR/v+/ffftXjxYtWqVctsO3XqlCIjIxUdHa1PP/1UBw4cUPfu3eXi4qIxY8ZIkoYOHaolS5YoNjZWAQEBmjx5siIiInTkyBH5+/tryZIlev7553Xw4EF5enrK1dVVkjRixAjNnj1b77//vp566imlpKTowIED5r49PDwUExOjIkWKaP/+/erevbs8PDw0dOhQs8/Ro0e1atUqrV69WkePHlWbNm107NgxBQcHa9OmTdq6dau6dOmihg0bqnbt2uZ2o0aN0ttvv60PPvhA8+fP10svvaTy5curTJkymc7L9evXdf36dfP5pUuXcnQ+AQAAAMCK8TezY8cOQ5KxdOnS+/YtW7as8c4775jPW7VqZURHR5vPQ0NDjTJlyhjp6elm27Bhw4wyZcoYhmEYR44cMSwWi3Hq1CmrcRs2bGiMGDHCMAzDmDdvniHJSExMvGctqampRmRkpCHJCAgIMF588UVjzpw5xh9//GH2efrpp4233nrLarv58+cbvr6+hmEYxpo1aww7Ozvj4MGDWe5j9OjRRqVKlaza3n//fSMgIMB8/vLLLxuFCxc2rl+/btUvICDAeP/9983nkowvvvjCqs/nn39u5MuXz6w5MTHRsFgsxrFjx7I97tDQUMPR0dHIkyeP4ebmZkgygoODrbZ5/fXXjdKlS1u9Dx999JHh7u5upKWlGampqYajo6OxYMEC8/UbN24YRYoUMSZPnmwYhmHExcUZkozz58+bfS5dumQ4Ozsbs2fPzra+u02ePNmoVq2a+Xz06NGGm5ubcenSJbMtIiLCCAwMNNLS0sy20qVLG5MmTTKfSzJ69eplNXatWrWM3r17Z7nf0aNHG5IyPUZ/+5MxKeG3P+0BAAAA4O/t4sWLhiTj4sWLOer/t1tOb/z/meOczPx269ZN8+bNkySdOXNGX3/9tbp06WLVp3bt2lZj1alTR4cPH1ZaWpoSEhJkGIaCg4Pl7u5uPjZt2qSjR4+a2zg5OalixYr3rCVPnjz6+uuvdeTIEY0cOVLu7u567bXXVLNmTV29elWStHv3bo0bN85qXxnXk1+9elWJiYkqWrSouQT+YVWoUEFOTk4PvF2rVq3k4OCgL774QpI0d+5chYeHWy3Xz0qHDh2UmJiovXv36rvvvlNQUJCeeeYZXb58WZKUlJSkOnXqWL0P9erVU2pqqn7++WcdPXpUN2/eVL169czXHR0dVbNmTSUlJWW736SkJF2/fl0NGzbMts///vc/PfXUU/Lx8ZG7u7tGjRqlEydOWPUJDAyUh4eH+bxw4cIqW7as7OzsrNrOnDljtV2dOnUyPc+u3hEjRujixYvm4+TJk9nWDAAAAADZ+dstpy9VqpQsFouSkpLUqlWre/aNiorS8OHDtW3bNm3btk2BgYF6+umnc7yv9PR02dvba/fu3ZmWrLu7u5t/u7q65ng5ecmSJVWyZEl169ZNb7zxhoKDg/X555+rc+fOSk9P19ixY9W6detM27m4uJhLxLNjZ2eXaXn8ndd3Z8jqMoSccHJyUqdOnTRv3jy1bt1an332WY5+ls7Ly0tBQUGSpKCgIM2ZM0e+vr76/PPP1a1bNxmGken83fllTXZf3GS13Z3ud762b9+udu3aaezYsYqIiJCXl5cWLVqkKVOmWPVzdHS0em6xWLJsy+qGhnfLrl5nZ2c5Ozvfd3sAAAAAuJe/3Ux8/vz5FRERoY8++khXrlzJ9PqdPzFWoEABtWrVSvPmzdO8efPUuXPnTP0zboR35/NSpUrJ3t5eVapUUVpams6cOaOgoCCrh4+PzyMfS2BgoNzc3MzjqFq1qg4ePJhpX0FBQbKzs1PFihX1888/69ChQ1mOV6hQIZ0+fdoqyCcmJj5UbY6OjkpLS8vU3q1bN61bt04zZszQzZs3s/zC4X4yvhC5du2aJKls2bLaunWrVd1bt26Vh4eH/Pz8FBQUJCcnJ3333Xfm6zdv3tSuXbvM68szVhbcWXOpUqXk6uqa7c8ObtmyRQEBAXrjjTdUvXp1lSpV6rH+9F1Wn62QkJDHNj4AAAAA3O1vNxMvSTNmzFDdunVVs2ZNjRs3ThUrVtStW7e0du1azZw502rJcrdu3dS8eXOlpaXp5ZdfzjTWyZMnNWjQIPXs2VMJCQmaPn26ORMbHBysDh06KCoqSlOmTFGVKlV09uxZbdiwQRUqVFBkZGSOax4zZoyuXr2qyMhIBQQE6MKFC5o2bZpu3rypxo0bS5LefPNNNW/eXP7+/mrbtq3s7Oy0b98+7d+/XxMmTFBoaKjq16+v559/Xu+9956CgoJ04MABWSwWNWnSRGFhYfrtt980efJktWnTRqtXr9aqVavk6en5wOc4MDBQ69evV7169eTs7Kx8+fJJksqUKaPatWtr2LBh6tKly31nu6XbN/47ffq0JOnXX3/VhAkT5OLiomeeeUbS7V8bmDp1qvr3769+/frp4MGDGj16tAYNGiQ7OzvlyZNHvXv31pAhQ5Q/f34VK1ZMkydP1tWrV9W1a1dJUkBAgCwWi7766itFRkbK1dVV7u7uGjZsmIYOHSonJyfVq1dPv/32m3744Qd17dpVQUFBOnHihBYtWqQaNWro66+/Ni8VeBwWL16s6tWr66mnntKCBQu0c+dOzZkz57GNDwAAAAB3+9vNxEtS8eLFlZCQoPDwcL322msqX768GjdurPXr12vmzJlWfRs1aiRfX19FRESoSJEimcaKiorStWvXVLNmTfXt21f9+/c37wgv3b77elRUlF577TWVLl1azz77rHbs2CF/f/8Hqjk0NFQ//fSToqKiFBISoqZNm+r06dP65ptvVLp0aUlSRESEvvrqK61du1Y1atRQ7dq19d577ykgIMAcZ8mSJapRo4ZeeukllS1bVkOHDjVnn8uUKaMZM2boo48+UqVKlbRz504NHjz4gerMMGXKFK1du1b+/v6qUqWK1Wtdu3bVjRs3Mt1fIDuzZ8+Wr6+vfH19FR4ert9++00rV640j9vPz08rV67Uzp07ValSJfXq1Utdu3bVyJEjzTHefvttPf/88+rUqZOqVq2qI0eOaM2aNeaXC35+fho7dqyGDx+uwoULq1+/fpJu3yH+tdde05tvvqkyZcroxRdfNK9db9mypQYOHKh+/fqpcuXK2rp1q0aNGvVQ5ysrY8eO1aJFi1SxYkXFxsZqwYIFKlu27GMbHwAAAADuZjHuvsjaxly9elVFihTR3LlzH2rpNzKbOHGiFi1apP379+d2KX9bFotFX3zxxX3v25CdS5cuycvLS6O//Uku7h733+AhDa9S8E8bGwAAAMCjy8gGFy9ezNEq67/lcvqcSE9P1+nTpzVlyhR5eXnp2Wefze2SbF5qaqqSkpI0ffp0jR8/PrfLAQAAAADcxWZD/IkTJ1S8eHEVLVpUMTExcnCw2UP52+jXr58WLlyoVq1a5XgpPQAAAADgr2OzyTcwMDDTz63h0cTExCgmJia3y7AJfPYAAAAA5Ia/5Y3tAAAAAABAZoR4AAAAAABsBCEeAAAAAAAbQYgHAAAAAMBGEOIBAAAAALARhHgAAAAAAGwEIR4AAAAAABtBiAcAAAAAwEYQ4gEAAAAAsBGEeAAAAAAAbAQhHgAAAAAAG0GIBwAAAADARjjkdgHAk2xQpQLy9PTM7TIAAAAA2Ahm4gEAAAAAsBGEeAAAAAAAbAQhHgAAAAAAG0GIBwAAAADARhDiAQAAAACwEYR4AAAAAABsBCEeAAAAAAAbQYgHAAAAAMBGEOIBAAAAALARhHgAAAAAAP5fe/ceVlP6/g/8vTvulMoOZaspkWOpiCmH8HFoGHwap0HOYVBkcspgElPJjMZhZBwuMQaZz+XcEGkw4zBKyTQkJGTUZIxThQ77+f3h2/rZCqGp2fV+Xde+rtZaz1rPvda9ons9a62tIXSqOgCimiz8/F3IjQreeTsBznUrIBoiIiIiIvq340g8ERERERERkYZgEU9ERERERESkIVjEExEREREREWkIFvFEREREREREGoJFPBEREREREZGGYBFPREREREREpCFYxBMRERERERFpCBbxRERERERERBqCRTwRERERERGRhmART0RERERERKQhWMQTERERERERaQgW8UREREREREQagkU8ERERERERkYZgEU9ERERERESkIVjEExEREREREWkIFvH/p2vXrpg+fXpVh1GpbGxssHz58qoOo1IdO3YMMpkM9+/fr+pQiIiIiIiI3li1KOKzs7MxdepU2NraQl9fH1ZWVujXrx/i4uKqOrR/tYSEBEycOFGalslk2LNnzztvt2vXrpDJZJDJZNDX10fTpk0REhKC4uLid9rumDFj4OnpWa5+y/rY2NigQ4cOyMrKgomJyTvFQkREREREVBV0qjqAd3X9+nV07NgRpqamWLp0KVq3bo3CwkIcOnQIPj4+uHTpUpXFVlxcDJlMBi2tf9e1koKCAujp6aFevXr/WB8TJkzAokWL8OTJE0RHR2PatGnQ1tbGnDlz3nhbJcfxdXbt2oWCggIAQGZmJtq3b48jR46gVatWAABtbW3o6enBwsLijWMgIiIiIiL6N/h3VZdvYcqUKZDJZIiPj8egQYPQtGlTtGrVCv7+/vj1118BAOPGjUPfvn3V1isqKoKFhQU2btyoNs/X1xempqYwMzPD/PnzIYSQlhcUFGD27Nlo2LAhDA0N8f777+PYsWPS8k2bNsHU1BTR0dFo2bIl9PX1cePGDRw7dgzt27eHoaEhTE1N0bFjR9y4cUNab//+/Wjbti3kcjlsbW0RFBSEoqIiafn9+/cxceJEmJubQy6Xw97eHtHR0QCAhQsXwsnJSW3fli9fDhsbG2m6ZAQ7NDQUSqUSTZs2BaB+O31J+48++kgatb5+/Tq0tLRw9uxZte2vWrUK1tbWasfmRbVq1YKFhQVsbGzg6+uL7t27S6P84eHhcHBwgKGhIaysrDBlyhTk5ua+8jiOHTsWmzdvxt69e6WR9eePPQAoFApYWFjAwsJCukBhZmamNu/F2+mf76tZs2aoVasWBg0ahLy8PGzevBk2NjaoU6cOpk6dqnYnwevOBSIiIiIion+CRo/E//3334iJiUFwcDAMDQ1LLTc1NQUAjB8/Hu7u7sjKykKDBg0AAAcOHEBubi6GDBkitd+8eTO8vb1x5swZnD17FhMnToS1tTUmTJgAABg7diyuX7+OqKgoKJVK7N69Gx988AFSUlJgZ2cHAMjPz0doaCg2bNgAMzMzKBQKODs7Y8KECdi+fTsKCgoQHx8vjSwfOnQII0aMwMqVK9G5c2ekp6dLt7gHBgZCpVKhd+/eePToEb7//ns0btwYFy9ehLa29hsdq7i4OBgbGyM2NrbM4jshIQH169dHZGQkPvjgA2hra6NevXro0aMHIiMj4eLiIrWNjIzEmDFjyjU6XsLAwAD37t0DAGhpaWHlypWwsbFBRkYGpkyZgtmzZyMiIkJq/+JxtLCwwJMnT/Dw4UNERkYCeFa0V4T8/HysXLkSUVFRePToEQYMGIABAwbA1NQUBw4cwLVr1zBw4EB06tQJH3/8MYDynQvPe/r0KZ4+fSpNP3z4sEJiJyIiIiKimkWji/irV69CCIHmzZu/sl2HDh3QrFkzbNmyBbNnzwbwrBAdPHgwjIyMpHZWVlb4+uuvIZPJ0KxZM6SkpODrr7/GhAkTkJ6eju3bt+PWrVtQKpUAgJkzZyImJgaRkZEICQkBABQWFiIiIgKOjo4Anl1oePDgAfr27YvGjRsDAFq0aCH1GRwcjICAAIwePRoAYGtri8WLF2P27NkIDAzEkSNHEB8fj9TUVGkE3dbW9o2PlaGhITZs2AA9Pb0yl5eMXJuamqrdbj5+/HhMmjQJ4eHh0NfXx/nz55GcnIxdu3aVq1+VSoXDhw/j0KFD0osDn3+BYKNGjbB48WJMnjxZrYh/8TgCzy4EPH36tMJvhy8sLMSaNWuk/AwaNAhbtmzBn3/+CSMjI7Rs2RLdunXD0aNH8fHHH5f7XHheaGgogoKCKjRuIiIiIiKqeTT6dvqSEeXyjAiPHz9eGsHNycnBjz/+iHHjxqm1cXV1VduWm5sbrly5guLiYiQlJUEIgaZNm8LIyEj6HD9+HOnp6dI6enp6aN26tTStUCgwZswYeHh4oF+/flixYgWysrKk5YmJiVi0aJHaNidMmICsrCzk5+cjOTkZlpaWUgH/thwcHF5awL+Kp6cndHR0sHv3bgDAxo0b0a1bN7Xb9csSEREBIyMjyOVy9O/fHyNGjEBgYCAA4OjRo+jZsycaNmyI2rVrY9SoUbh79y7y8vKk9V88ji/Tu3dv6biVPPv+pmrVqiUV8ABgbm4OGxsbtQs85ubmyMnJAYBynwvPmzt3Lh48eCB9MjMz3ypWIiIiIiKq2TR6JN7Ozg4ymQypqamvfGs5AIwaNQoBAQE4ffo0Tp8+DRsbG3Tu3LncfalUKmhrayMxMbHUrezPF3sGBgalLipERkZi2rRpiImJwY4dOzB//nzExsbC1dUVKpUKQUFBGDBgQKk+5XI5DAwMXhmXlpZWqdvjCwsLS7Ur63GD8tDT08PIkSMRGRmJAQMGYNu2beX6WjovLy/MmzcP+vr6UCqV0jG7ceMG+vTpg0mTJmHx4sVQKBQ4ceIEvL291eIu6ziWZcOGDXj8+DEAQFdX96328cX1ZDJZmfNUKhWA8p8Lz9PX14e+vv5bxUdERERERFRCo4t4hUIBDw8PrF69GtOmTStVqN6/f196Lt7MzAyenp6IjIzE6dOnMXbs2FLbK3kR3vPTdnZ20NbWhrOzM4qLi5GTk/NGxX8JZ2dnODs7Y+7cuXBzc8O2bdvg6uqKNm3aIC0tDU2aNClzvdatW+PWrVu4fPlymaPx9erVQ3Z2NoQQUtGbnJz8xvEBz4rZsr4Gbvz48bC3t0dERAQKCwvLvODwIhMTkzL36ezZsygqKsKyZcukt/b/8MMP5YpPT0+vVHwNGzYs17oV6V3PBSIiIiIiorel0bfTA89u2y4uLkb79u2xc+dOXLlyBampqVi5ciXc3NzU2o4fPx6bN29Gamqq9Az68zIzM+Hv74+0tDRs374dq1atgp+fHwCgadOm8PLywqhRo7Br1y5kZGQgISEBYWFhOHDgwEvjy8jIwNy5c3H69GncuHEDhw8fxuXLl6Xn4j///HN89913WLhwIS5cuIDU1FRptB4AunTpAnd3dwwcOBCxsbHIyMjAwYMHERMTA+DZd6PfuXMHS5cuRXp6OlavXo2DBw++1bG0sbFBXFwcsrOzpZfQAc+e4Xd1dcWcOXMwbNiw194d8CqNGzdGUVERVq1ahWvXrmHLli349ttvyx3fb7/9hrS0NPz1119l3nFQGd72XCAiIiIiInpXGl/EN2rUCElJSejWrRtmzJgBe3t79OzZE3FxcVizZo1a2x49eqBBgwbw8PCQXkj2vFGjRuHx48do3749fHx8MHXqVOlN8cCz2+JHjRqFGTNmoFmzZujfvz/OnDkDKyurl8ZXq1YtXLp0CQMHDkTTpk0xceJE+Pr64pNPPgEAeHh4IDo6GrGxsWjXrh1cXV0RHh4Oa2traRs7d+5Eu3btMGzYMLRs2RKzZ8+WRqRbtGiBiIgIrF69Go6OjoiPj8fMmTPf6lguW7YMsbGxsLKygrOzs9oyb29vFBQUlHqPwJtycnJCeHg4wsLCYG9vj61btyI0NLRc606YMAHNmjWDi4sL6tWrh5MnT75TLO/ibc4FIiIiIiKidyUTr/qy72omPz8fSqUSGzduLNct4fT/BQcHIyoqCikpKVUdSrXw8OFDmJiYIPDna5Ab1X7n7QU4162AqIiIiIiIqLKV1AYPHjyAsbHxa9tr9DPx5aVSqZCdnY1ly5bBxMQE/fv3r+qQNEZubi5SU1OxatUqLF68uKrDISIiIiIiqtFqRBF/8+ZNNGrUCJaWlti0aRN0dGrEblcIX19fbN++HZ6enu98Kz0RERERERG9mxpRzdrY2JT6GjYqn02bNmHTpk1VHQYRERERERGhGrzYjoiIiIiIiKimYBFPREREREREpCFYxBMRERERERFpCBbxRERERERERBqCRTwRERERERGRhmART0RERERERKQhWMQTERERERERaQgW8UREREREREQagkU8ERERERERkYZgEU9ERERERESkIVjEExEREREREWkIFvFEREREREREGkKnqgMgqsn8Hc1gbGxc1WEQEREREZGG4Eg8ERERERERkYZgEU9ERERERESkIVjEExEREREREWkIFvFEREREREREGoJFPBEREREREZGGYBFPREREREREpCFYxBMRERERERFpCBbxRERERERERBqCRTwRERERERGRhmART0RERERERKQhWMQTERERERERaQgW8UREREREREQagkU8ERERERERkYZgEU9ERERERESkIVjEExEREREREWkIFvFEREREREREGoJFPBEREREREZGGYBFPREREREREpCFYxBMRERERERFpCJ2qDoCoJhJCAAAePnxYxZEQEREREVFVKqkJSmqE12ERT1QF7t69CwCwsrKq4kiIiIiIiOjf4NGjRzAxMXltOxbxRFVAoVAAAG7evFmuX1SqPh4+fAgrKytkZmbC2Ni4qsOhSsTc12zMf83F3NdczH3N9ib5F0Lg0aNHUCqV5do2i3iiKqCl9ex1FCYmJvxHvYYyNjZm7mso5r5mY/5rLua+5mLua7by5v9NBvb4YjsiIiIiIiIiDcEinoiIiIiIiEhDsIgnqgL6+voIDAyEvr5+VYdClYy5r7mY+5qN+a+5mPuai7mv2f7J/MtEed9jT0RERERERERViiPxRERERERERBqCRTwRERERERGRhmART0RERERERKQhWMQTERERERERaQgW8USVLCIiAo0aNYJcLkfbtm3xyy+/VHVIVMFCQ0PRrl071K5dG/Xr14enpyfS0tLU2gghsHDhQiiVShgYGKBr1664cOFCFUVM/5TQ0FDIZDJMnz5dmsfcV29//PEHRowYATMzM9SqVQtOTk5ITEyUljP/1VNRURHmz5+PRo0awcDAALa2tli0aBFUKpXUhrmvPn7++Wf069cPSqUSMpkMe/bsUVtenlw/ffoUU6dORd26dWFoaIj+/fvj1q1blbgX9DZelfvCwkLMmTMHDg4OMDQ0hFKpxKhRo3D79m21bVRE7lnEE1WiHTt2YPr06Zg3bx7OnTuHzp07o3fv3rh582ZVh0YV6Pjx4/Dx8cGvv/6K2NhYFBUVoVevXsjLy5PaLF26FOHh4fjmm2+QkJAACwsL9OzZE48eParCyKkiJSQkYN26dWjdurXafOa++rp37x46duwIXV1dHDx4EBcvXsSyZctgamoqtWH+q6ewsDB8++23+Oabb5CamoqlS5fiyy+/xKpVq6Q2zH31kZeXB0dHR3zzzTdlLi9PrqdPn47du3cjKioKJ06cQG5uLvr27Yvi4uLK2g16C6/KfX5+PpKSkrBgwQIkJSVh165duHz5Mvr376/WrkJyL4io0rRv315MmjRJbV7z5s1FQEBAFUVElSEnJ0cAEMePHxdC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UfmwiCciIqphevToAQsLC4SGhr60TVm3Gy9fvhw2NjbSdMltzyEhITA3N4epqSmCgoJQVFSEWbNmQaFQwNLSEhs3biy1/UuXLqFDhw6Qy+Vo1aoVjh07prb84sWL6NOnD4yMjGBubo6RI0fir7/+kpZ37doVvr6+8Pf3R926ddGzZ88y90OlUmHRokWwtLSEvr4+nJycEBMTIy2XyWRITEzEokWLIJPJsHDhwpceE319fVhYWMDKygrDhw+Hl5cX9uzZAwB4+vQppk2bhvr160Mul6NTp05ISEiQ1r137x68vLxQr149GBgYwM7ODpGRkQDUb6e/fv06unXrBgCoU6cOZDIZxowZI+1zye30c+fOhaura6kYW7dujcDAQGk6MjISLVq0gFwuR/PmzREREfHS/XtxP5//aGtrAwD279+Ptm3bQi6Xw9bWVsp3iQcPHmDixImoX78+jI2N8Z///Afnz59X2/6SJUtgbm6O2rVrw9vbG0+ePCkzjqCgIGk7n3zyidqFmpiYGHTq1AmmpqYwMzND3759kZ6errb+rVu3MHToUCgUChgaGsLFxQVnzpwps6+MjAw0adIEkydPhkqleu0xIiKqSiziiYiIahhtbW2EhIRg1apVuHXr1jtt66effsLt27fx888/Izw8HAsXLkTfvn1Rp04dnDlzBpMmTcKkSZOQmZmptt6sWbMwY8YMnDt3Dh06dED//v1x9+5dAEBWVha6dOkCJycnnD17FjExMfjzzz8xZMgQtW1s3rwZOjo6OHnyJNauXVtmfCtWrMCyZcvw1Vdf4bfffoOHhwf69++PK1euSH21atUKM2bMQFZW1huNrBsYGKCwsBAAMHv2bOzcuRObN29GUlISmjRpAg8PD/z9998AgAULFuDixYs4ePAgUlNTsWbNGtStW7fUNq2srLBz504AQFpaGrKysrBixYpS7by8vHDmzBm1wvXChQtISUmBl5cXAGD9+vWYN28egoODkZqaipCQECxYsACbN28u9z4+79ChQxgxYgSmTZuGixcvYu3atdi0aROCg4MBAEIIfPjhh8jOzsaBAweQmJiINm3aoHv37tJx+OGHHxAYGIjg4GCcPXsWDRo0KPPCQlxcHFJTU3H06FFs374du3fvRlBQkLQ8Ly8P/v7+SEhIQFxcHLS0tPDRRx9JBXhubi66dOmC27dvY9++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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "# Count positive feedback for each course\n", + "positive_feedback = ironhack_course_comments[ironhack_course_comments['review_body'].str.contains('|'.join(positive_words), case=False, na=False)]\n", + "positive_feedback_count = positive_feedback.groupby('course_name').size().reset_index(name='positive_feedback_count').sort_values(by='positive_feedback_count', ascending=False)\n", + "\n", + "# Plotting\n", + "plt.figure(figsize=(10, 6))\n", + "plt.barh(positive_feedback_count['course_name'], positive_feedback_count['positive_feedback_count'], color='skyblue')\n", + "plt.xlabel('Number of Positive Feedback')\n", + "plt.title('Courses with the Most Positive Feedback')\n", + "plt.gca().invert_yaxis()\n", + "plt.show()" + ] + }, + { + "cell_type": "markdown", + "id": "92f732f8", + "metadata": {}, + "source": [ + "### Trend Analysis of Comments Over Time" + ] + }, + { + "cell_type": "code", + "execution_count": 237, + "id": "a2907941", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAABIAAAALgCAYAAADsjAw6AAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy81sbWrAAAACXBIWXMAAA9hAAAPYQGoP6dpAAEAAElEQVR4nOzdeXhU9fn38c+ZyWSZkISdJLLKpiwKiiCgglpQEYsPbdWidetPrbjhUtRqNVRFwZbSurW2LliLW0XrVgRFqBUUEBVRxAVEBMIiZCGTZCYz5/ljck72ZCaZLcn7dV1cNWdm7vlOQujkzr0YpmmaAgAAAAAAQJvliPcBAAAAAAAAEF0kgAAAAAAAANo4EkAAAAAAAABtHAkgAAAAAACANo4EEAAAAAAAQBtHAggAAAAAAKCNIwEEAAAAAADQxpEAAgAAAAAAaONIAAEAAAAAALRxJIAAAK2eYRgh/Vm5cmVcz5mXlyfDMMJ6zPTp02UYhq6++uoonaqu5pwzVN9++60Mw9CTTz4ZlfgNefvttzVq1Cilp6fLMAy9/PLLjd5/z549uuWWWzR8+HB16NBBqampGjhwoK677jp99dVXsTl0gtu1a5fy8vL08ccfRzz20qVLdeaZZ6pbt25KSUlRr169dNFFF+nzzz+P+HO1RN++fUP6t+fJJ5+M6vcVAAChSIr3AQAAaKk1a9bU+Piuu+7SO++8oxUrVtS4PmTIkFgeq8X27t2r1157TZL0z3/+U7///e+Vmpoa51O1TE5OjtasWaP+/fvH7DlN09Q555yjQYMG6ZVXXlF6eroGDx7c4P3Xrl2rqVOnyjRNXX311Ro7dqySk5O1ZcsWPf300xo9erQOHjwYs/Mnql27dmnOnDnq27evRowYEbG4s2fP1v3336/TTz9dDz/8sHr06KEvv/xSCxYs0DHHHKPFixdr+vTpEXu+lnjppZdUXl5uf/z3v/9djz32mJYuXaqsrCz7ev/+/VVeXq7TTz89HscEAEASCSAAQBtw/PHH1/i4W7ducjgcda7X5vF45Ha7o3m0Fnnqqafk8/l05pln6vXXX9eSJUs0Y8aMeB+rRVJSUpr8ukTarl27dODAAf2///f/dOqppzZ636KiIk2bNk2pqalavXq1evbsad82ceJEXXHFFfrXv/4V7SO3W88884zuv/9+XXnllXr44Yft6yeddJJ+/vOfa8KECfrFL36hESNG6PDDD4/ZuRr6t2LkyJE1Pl66dKkk6dhjj1XXrl3r3L/63ycAAGKNFjAAQLswceJEDRs2TP/97381btw4ud1uXXrppZKCP/TfdNNN6tevn5KTk3XYYYdp1qxZKikpqRHDasX6xz/+oSOPPFJut1tHH320XaVT3euvv64RI0YoJSVF/fr10+9///uwz/z444+rR48eWrRokdLS0vT444/Xuc+TTz4pwzD0zjvv6Morr1TXrl3VpUsXTZ8+Xbt27apx3+eee06TJ09WTk6O0tLSdOSRR+qWW26p8zpr++Uvf6nOnTvL4/HUue2UU07R0KFD7Y9feOEFjRkzRllZWXK73Tr88MPtz7NUfwvYvn37dPnll6tXr15KSUlRt27dNH78eL311ltNfo7+97//6dRTT1VGRobcbrfGjRun119/3b49Ly/P/qH75ptvlmEY6tu3b4Px/va3vyk/P1/z589v8If1n/70pzU+fuWVVzR27Fi53W5lZGRo0qRJdarSrPafjRs36mc/+5mysrLUuXNn3XDDDaqoqNCWLVt0+umnKyMjQ3379tX8+fNrPH7lypUyDEOLFy/WzTffrJycHHXo0EFnnXWW9uzZo+LiYl1++eXq2rWrunbtqksuuUSHDh2qEcM0TT388MMaMWKE0tLS1KlTJ/30pz/V1q1ba9zP+l5Zt26dTjzxRPvreN999ykQCNjnOe644yRJl1xyid3qlJeXJ0naunWrzjvvPOXm5iolJUU9evTQqaee2mS72D333KNOnTrV+/2Snp6uBx54QB6PR3/84x8lSQsXLpRhGPr666/r3P/mm29WcnKy9u/fb1976623dOqppyozM1Nut1vjx4/X22+/Xe/XasOGDfrpT3+qTp06RaRirb4WsL59+2rq1Kl67bXXNHLkSPv70vo35cknn9SRRx6p9PR0jR49WuvXr68Td/369frxj3+szp07KzU1VSNHjtTzzz/f4vMCANogEwCANuaiiy4y09PTa1ybMGGC2blzZ7NXr17mAw88YL7zzjvmqlWrzJKSEnPEiBFm165dzQULFphvvfWW+ac//cnMysoyTznlFDMQCNgxJJl9+/Y1R48ebT7//PPmG2+8YU6cONFMSkoyv/nmG/t+b731lul0Os0TTjjBXLJkifnCCy+Yxx13nNm7d28z1P/rfe+990xJ5q9//WvTNE3zggsuMA3DMLdu3Vrjfk888YQpyTz88MPNa665xnzzzTfNv//972anTp3Mk08+ucZ977rrLvOPf/yj+frrr5srV640//KXv5j9+vWrc78777yzxjk/+eQTU5L5t7/9rcb9PvvsM1OS+dBDD5mmaZqrV682DcMwzzvvPPONN94wV6xYYT7xxBPmL37xC/sx27ZtMyWZTzzxhH3ttNNOM7t162Y++uij5sqVK82XX37ZvOOOO8xnn3220c/RypUrTZfLZR577LHmc889Z7788svm5MmTTcMw7Mfu2LHDXLJkiSnJvOaaa8w1a9aYGzZsaDDm5MmTTafTaR46dKjR57b885//NCWZkydPNl9++WXzueeeM4899lgzOTnZfPfdd+37WZ/TwYMHm3fddZe5fPlyc/bs2aYk8+qrrzaPOOII889//rO5fPly85JLLjElmS+++KL9+HfeeceUZPbp08e8+OKLzaVLl5p/+ctfzA4dOpgnn3yyOWnSJPOmm24yly1bZs6bN890Op3mNddcU+Osl112melyucwbb7zRXLp0qbl48WLziCOOMHv06GHm5+fb95swYYLZpUsXc+DAgeZf/vIXc/ny5ebMmTNNSeaiRYtM0zTNwsJC++/e7bffbq5Zs8Zcs2aNuWPHDtM0TXPw4MHmgAEDzH/84x/mqlWrzBdffNG88cYbzXfeeafBz+WuXbtMSea5557b6Oe8e/fu5uDBg03TNM19+/aZycnJ5m233VbjPhUVFWZubq45ffp0+9o//vEP0zAM8+yzzzaXLFlivvrqq+bUqVNNp9NpvvXWW3W+Vn369DFvvvlmc/ny5ebLL7/c6JlqP3bfvn0N3lZdnz59zJ49e5rDhg0zn3nmGfONN94wx4wZY7pcLvOOO+4wx48fby5ZssR86aWXzEGDBpk9evQwPR6P/fgVK1aYycnJ5oknnmg+99xz5tKlS82LL764zvcYAACmaZokgAAAbU5DCSBJ5ttvv13j+r333ms6HA5z3bp1Na7/61//MiWZb7zxhn1NktmjRw+zqKjIvpafn286HA7z3nvvta+NGTPGzM3NNUtLS+1rRUVFZufOnUNOAF166aWmJHPz5s2maVYlAH7729/WuJ/1Q/jMmTNrXJ8/f74pydy9e3e98QOBgOnz+cxVq1aZksxPPvnEvq2+H1QnTJhgjhgxosa1K6+80szMzDSLi4tN0zTN3//+96Yks6CgoMHXVV8CqEOHDuasWbMafExDjj/+eLN79+7285tm8Af/YcOGmT179rSTd9Zz3n///U3GPOKII8zs7OyQnt/v95u5ubnm8OHDTb/fb18vLi42u3fvbo4bN86+Zn1O//CHP9SIMWLECFOSuWTJEvuaz+czu3XrViN5YX39zzrrrBqPnzVrlinJvPbaa2tcP/vss83OnTvbH69Zs6be59+xY4eZlpZmzp49275mfa988MEHNe47ZMgQ87TTTrM/XrduXb2Jhv3795uSzIULF5rheP/9901J5i233NLo/caMGWOmpaXZH0+fPt3s2bNnja/BG2+8YUoyX331VdM0TbOkpMTs3Llznc+f3+83jz76aHP06NH2Netrdccdd4R1/uqPDScBlJaWZn7//ff2tY8//tiUZObk5JglJSX29ZdfftmUZL7yyiv2tSOOOMIcOXKk6fP5asSdOnWqmZOTU+NzAgAALWAAgHajU6dOOuWUU2pce+211zRs2DCNGDFCFRUV9p/TTjut3s1hJ598sjIyMuyPe/Tooe7du2v79u2SpJKSEq1bt07Tp0+vMbA5IyNDZ511VkjnPHTokJ5//nmNGzdORxxxhCRpwoQJ6t+/v5588km7Dae6H//4xzU+PuqooyTJPpcUbMuZMWOGsrOz5XQ65XK5NGHCBEnS5s2bGz3Tddddp48//ljvvfeepGDb3D/+8Q9ddNFF6tChgyTZLUHnnHOOnn/+ee3cuTOk1zt69Gg9+eSTuvvuu/X+++/L5/M1+ZiSkhJ98MEH+ulPf2o/vyQ5nU794he/0Pfff68tW7aE9PzNtWXLFu3atUu/+MUv5HBUvaXq0KGDfvKTn+j999+v0zY3derUGh8feeSRMgxDZ5xxhn0tKSlJAwYMqPG1a+zxknTmmWfWuX7gwAG7Dey1116TYRi64IILavw9z87O1tFHH13n73l2drZGjx5d49pRRx1V75lq69y5s/r376/7779fCxYs0EcffVTv39nmMk2zRivVJZdcou+//75Gy+ATTzyh7Oxs+/O6evVqHThwQBdddFGN1x8IBHT66adr3bp1dVohf/KTn0TszI0ZMWKEDjvsMPtj62s6ceLEGnOHrOvW1+Drr7/WF198ofPPP1+SaryuKVOmaPfu3VH/HgAAtC4kgAAA7UZOTk6da3v27NHGjRvlcrlq/MnIyJBpmjXmh0hSly5d6sRISUlRaWmpJOngwYMKBALKzs6uc7/6rtXnueee06FDh3TOOeeooKBABQUFKiws1DnnnKMdO3Zo+fLldR5T+1wpKSmSZJ/r0KFDOvHEE/XBBx/o7rvv1sqVK7Vu3TotWbKkxv0aMm3aNPXt21cPPfSQpOBskpKSEl111VX2fU466SS9/PLLqqio0IUXXqiePXtq2LBheuaZZ5p8vRdddJH+/ve/a+zYsercubMuvPBC5efnN/iYgwcPyjTNer+mubm5kqQffvih0eetT+/evbVv374m5yJVj9/QGQKBQJ1tYZ07d67xcXJystxud53tbsnJySorK6sTt77HN3bdirFnzx6ZpqkePXrU+bv+/vvvh/33vDGGYejtt9/Waaedpvnz5+uYY45Rt27ddO2116q4uLjBx/Xu3VuStG3btkbjb9++Xb169bI/PuOMM5STk6MnnnhCUvDvxiuvvKILL7xQTqfTfv1ScH5T7dc/b948maapAwcO1Hie+r6u0dCSr6kk3XTTTXVe08yZMyWpztcVANC+sQUMANBu1B7AKkldu3ZtcMCydXs4OnXqJMMw6k1eNJbQqO6xxx6TJM2aNUuzZs2q9/bTTjstrHOtWLFCu3bt0sqVK+2qH0kqKCgI6fEOh0NXXXWVfvOb3+gPf/iDHn74YZ166ql11qlPmzZN06ZNU3l5ud5//33de++9mjFjhvr27auxY8fWG7tr165auHChFi5cqO+++06vvPKKbrnlFu3du9feqlRbp06d5HA4tHv37jq3WcOvw/3aSdJpp52mZcuW6dVXX9V5553X6H2tJElDZ3A4HOrUqVPYZ4iGrl27yjAMvfvuu3ZysLr6rrVEnz597L/HX375pZ5//nnl5eXJ6/XqL3/5S72PycnJ0dChQ7Vs2bIGt26tWbNGe/bs0c9+9jP7mlX19ec//1kFBQVavHixysvLdckll9j3sf4uPPDAAw1uoevRo0eNj+v79yKRWK/p1ltv1fTp0+u9T+3vTwBA+0YFEACgXZs6daq++eYbdenSRaNGjarzp7GNUfWxtvUsWbKkRgVHcXGxXn311SYfv3nzZq1Zs0Y/+clP9M4779T5c+qpp+rf//532NUt1g+ztX/Q/+tf/xpyjP/7v/9TcnKyzj//fG3ZskVXX311g/dNSUnRhAkTNG/ePEnSRx99FNJz9O7dW1dffbUmTZqkDRs2NHi/9PR0jRkzRkuWLKlRlRIIBPT000+rZ8+eGjRoUIivrMovf/lLZWdna/bs2Q22sFlVU4MHD9Zhhx2mxYsXyzRN+/aSkhK9+OKL9mawRDB16lSZpqmdO3fW+/d8+PDhYcesXWXWkEGDBun222/X8OHDG/2aStJtt92mgwcP6qabbqpzW0lJia699lq53W5df/31NW675JJLVFZWpmeeeUZPPvmkxo4da7dPStL48ePVsWNHff755/W+/lGjRtkVNq3F4MGDNXDgQH3yyScNvqbq7aoAAFABBABo12bNmqUXX3xRJ510kq6//nodddRRCgQC+u6777Rs2TLdeOONGjNmTFgx77rrLp1++umaNGmSbrzxRvn9fs2bN0/p6el12kxqs6omZs+eXWcGixRMJL399tt6+umndd1114V8pnHjxqlTp0761a9+pTvvvFMul0v//Oc/9cknn4Qco2PHjrrwwgv1yCOPqE+fPnVmGt1xxx36/vvvdeqpp6pnz54qKCjQn/70pxqzhmorLCzUySefrBkzZuiII45QRkaG1q1bp6VLlzZY1WC59957NWnSJJ188sm66aablJycrIcfflibNm3SM88806wKjqysLP373//W1KlTNXLkSF199dUaO3askpOT9dVXX+npp5/WJ598ounTp8vhcGj+/Pk6//zzNXXqVF1xxRUqLy/X/fffr4KCAt13331hP3+0jB8/XpdffrkuueQSrV+/XieddJLS09O1e/du/e9//9Pw4cN15ZVXhhWzf//+SktL0z//+U8deeSR6tChg3Jzc7V//35dffXV+tnPfqaBAwcqOTlZK1as0MaNG3XLLbc0GvPnP/+5NmzYoN///vf69ttvdemll6pHjx7asmWL/vjHP+qbb77R4sWLdfjhh9d43BFHHKGxY8fq3nvv1Y4dO/Too4/WuL1Dhw564IEHdNFFF+nAgQP66U9/qu7du2vfvn365JNPtG/fPj3yyCNhvf5E8Ne//lVnnHGGTjvtNF188cU67LDDdODAAW3evFkbNmzQCy+8EO8jAgASCAkgAEC7lp6ernfffVf33XefHn30UW3btk1paWnq3bu3fvSjH4VdASRJkyZN0ssvv6zb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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "# Extract year and month from created_at\n", + "ironhack_course_comments['year_month'] = pd.to_datetime(ironhack_course_comments['created_at']).dt.to_period('M')\n", + "\n", + "# Group by year and month to count comments\n", + "trend_analysis = ironhack_course_comments.groupby('year_month').size().reset_index(name='num_comments')\n", + "\n", + "# Plotting\n", + "plt.figure(figsize=(14, 8))\n", + "plt.plot(trend_analysis['year_month'].astype(str), trend_analysis['num_comments'], marker='o')\n", + "plt.xlabel('Year-Month')\n", + "plt.ylabel('Number of Comments')\n", + "plt.title('Trend Analysis of Comments Over Time')\n", + "plt.xticks(rotation=45)\n", + "plt.grid(True)\n", + "plt.show()" + ] + }, + { + "cell_type": "code", + "execution_count": 239, + "id": "bf9b1f08", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "C:\\Users\\guada\\AppData\\Local\\Temp\\ipykernel_11044\\3827363418.py:8: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " ironhack_comments['year_month'] = pd.to_datetime(ironhack_comments['created_at']).dt.to_period('M')\n" + ] + }, + { + "data": { + "text/html": [ + " \n", + " " + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "application/vnd.plotly.v1+json": { + "config": { + "plotlyServerURL": "https://plot.ly" + }, + "data": [ + { + "mode": "lines", + "name": "", + "type": "scatter", + "x": [ + "2016-08", + "2017-03", + "2017-04", + "2017-10", + "2017-12", + "2018-01", + "2018-02", + "2018-03", + "2018-08", + "2018-09", + "2018-10", + "2019-01", + "2019-03", + "2019-08", + "2019-09", + "2019-10", + "2019-11", + "2020-01", + "2020-03", + "2020-04", + "2020-05", + "2020-06", + "2020-07", + "2020-08", + "2020-09", + "2020-10", + "2020-11", + "2020-12", + "2021-01", + "2021-04", + "2021-06", + "2021-09", + "2021-10", + "2022-03", + "2022-05", + "2022-07", + "2022-08", + "2022-09", + "2022-10", + "2022-12", + "2023-05", + "2023-07", + "2023-10", + "2023-12", + "2024-02" + ], + "y": [ + 1, + 1, + 1, + 2, + 3, + 2, + 1, + 1, + 2, + 1, + 2, + 1, + 1, + 1, + 8, + 7, + 7, + 2, + 1, + 5, + 1, + 3, + 4, + 3, + 1, + 3, + 3, + 1, + 1, + 4, + 1, + 1, + 2, + 2, + 1, + 1, + 3, + 1, + 1, + 3, + 1, + 2, + 1, + 2, + 1 + ] + }, + { + "mode": "lines", + "name": "Cyber Security Bootcamp", + "type": "scatter", + "x": [ + "2021-12", + "2022-10", + "2023-02" + ], + "y": [ + 1, + 2, + 3 + ] + }, + { + "mode": "lines", + "name": "Cybersecurity Part-Time", + "type": "scatter", + "x": [ + "2022-10", + "2022-12", + "2023-04" + ], + "y": [ + 1, + 1, + 1 + ] + }, + { + "mode": "lines", + "name": "Data Analytics Bootcamp", + "type": "scatter", + "x": [ + "2020-03", + "2020-04", + "2020-05", + "2020-06", + "2020-07", + "2020-08", + "2020-09", + "2020-10", + "2020-11", + "2021-01", + "2021-07", + "2021-08", + "2021-09", + "2021-10", + "2021-12", + "2022-02", + "2022-03", + "2022-06", + "2022-09", + "2022-10", + "2022-11", + "2022-12", + "2023-02", + "2023-04", + "2023-11", + "2024-03" + ], + "y": [ + 1, + 18, + 1, + 2, + 4, + 1, + 2, + 1, + 3, + 1, + 1, + 3, + 1, + 1, + 1, + 1, + 1, + 3, + 2, + 1, + 2, + 3, + 2, + 2, + 1, + 1 + ] + }, + { + "mode": "lines", + "name": "Data Analytics Part-Time", + "type": "scatter", + "x": [ + "2020-04", + "2021-09", + "2021-12", + "2022-03", + "2022-06", + "2022-07", + "2022-08", + "2022-10", + "2022-12", + "2023-01", + "2023-03", + "2023-08", + "2023-09", + "2024-04" + ], + "y": [ + 1, + 1, + 1, + 2, + 1, + 1, + 3, + 1, + 6, + 2, + 1, + 1, + 2, + 1 + ] + }, + { + "mode": "lines", + "name": "Full-time UX/UI Design Bootcamp", + "type": "scatter", + "x": [ + "2017-01", + "2017-05", + "2017-06", + "2017-07", + "2017-08", + "2017-09", + "2017-10", + "2017-11", + "2017-12", + "2018-01", + "2018-02", + "2018-03", + "2018-04", + "2018-05", + "2018-06", + "2018-07", + "2018-08", + "2018-09", + "2018-10", + "2018-11", + "2018-12", + "2019-01", + "2019-02", + "2019-03", + "2019-04", + "2019-06", + "2019-07", + "2019-10", + "2019-11" + ], + "y": [ + 1, + 10, + 6, + 2, + 2, + 1, + 8, + 15, + 8, + 3, + 1, + 8, + 19, + 2, + 10, + 4, + 11, + 8, + 8, + 1, + 1, + 10, + 3, + 1, + 4, + 2, + 3, + 7, + 6 + ] + }, + { + "mode": "lines", + "name": "Full-time Web Development Bootcamp", + "type": "scatter", + "x": [ + "2019-10", + "2019-11" + ], + "y": [ + 27, + 7 + ] + }, + { + "mode": "lines", + "name": "Full-time Web Development Bootcamp ", + "type": "scatter", + "x": [ + "2014-09", + "2014-12", + "2015-07", + "2017-01", + "2017-03", + "2017-04", + "2017-05", + "2017-06", + "2017-07", + "2017-08", + "2017-09", + "2017-10", + "2017-11", + "2017-12", + "2018-01", + "2018-02", + "2018-03", + "2018-04", + "2018-05", + "2018-06", + "2018-07", + "2018-08", + "2018-09", + "2018-10", + "2018-11", + "2018-12", + "2019-01", + "2019-02", + "2019-03", + "2019-04", + "2019-05", + "2019-06", + "2019-07", + "2019-08" + ], + "y": [ + 1, + 1, + 1, + 1, + 1, + 2, + 22, + 30, + 6, + 8, + 6, + 14, + 29, + 16, + 3, + 5, + 34, + 18, + 16, + 21, + 1, + 15, + 13, + 31, + 5, + 9, + 9, + 11, + 1, + 2, + 7, + 13, + 2, + 8 + ] + }, + { + "mode": "lines", + "name": "Part-time UX/UI Design", + "type": "scatter", + "x": [ + "2019-10" + ], + "y": [ + 8 + ] + }, + { + "mode": "lines", + "name": "Part-time UX/UI Design ", + "type": "scatter", + "x": [ + "2018-03", + "2018-04", + "2018-12", + "2019-01" + ], + "y": [ + 3, + 1, + 2, + 1 + ] + }, + { + "mode": "lines", + "name": "Part-time Web Development", + "type": "scatter", + "x": [ + "2014-09", + "2014-11", + "2015-02", + "2015-03", + "2015-04", + "2015-06", + "2015-07", + "2015-08", + "2015-10", + "2015-12", + "2016-01", + "2016-02", + "2016-03", + "2016-04", + "2016-05", + "2016-06", + "2016-07", + "2016-11", + "2016-12", + "2017-03", + "2017-05", + "2017-07", + "2017-09", + "2017-10", + "2017-11", + "2018-02", + "2018-03", + "2018-04", + "2018-06", + "2018-08", + "2018-09", + "2018-10", + "2019-07", + "2019-10", + "2019-11" + ], + "y": [ + 4, + 1, + 1, + 1, + 1, + 2, + 2, + 2, + 1, + 8, + 1, + 1, + 4, + 5, + 3, + 5, + 2, + 3, + 1, + 2, + 2, + 2, + 1, + 5, + 4, + 1, + 2, + 5, + 1, + 1, + 2, + 6, + 2, + 13, + 2 + ] + }, + { + "mode": "lines", + "name": "Software Engineering", + "type": "scatter", + "x": [ + "2018-01", + "2018-02", + "2018-09", + "2019-08", + "2019-09" + ], + "y": [ + 1, + 1, + 1, + 1, + 3 + ] + }, + { + "mode": "lines", + "name": "UX/UI Design", + "type": "scatter", + "x": [ + "2018-06", + "2018-08", + "2018-12", + "2019-01", + "2019-09", + "2019-10" + ], + "y": [ + 1, + 2, + 2, + 1, + 1, + 1 + ] + }, + { + "mode": "lines", + "name": "UX/UI Design Bootcamp", + "type": "scatter", + "x": [ + "2019-11", + "2019-12", + "2020-01", + "2020-02", + "2020-03", + "2020-04", + "2020-05", + "2020-06", + "2020-07", + "2020-08", + "2020-09", + "2020-10", + "2020-11", + "2020-12", + "2021-01", + "2021-03", + "2021-04", + "2021-06", + "2021-09", + "2021-10", + "2021-11", + "2021-12", + "2022-02", + "2022-05", + "2022-06", + "2022-09", + "2022-10", + "2022-11", + "2022-12", + "2023-01", + "2023-03", + "2023-04", + "2023-06", + "2023-07", + "2023-09", + "2023-12" + ], + "y": [ + 3, + 1, + 3, + 6, + 2, + 15, + 1, + 6, + 3, + 3, + 1, + 3, + 5, + 1, + 1, + 1, + 6, + 4, + 2, + 1, + 1, + 3, + 3, + 1, + 1, + 1, + 4, + 2, + 12, + 2, + 3, + 2, + 1, + 1, + 1, + 1 + ] + }, + { + "mode": "lines", + "name": "UX/UI Design Part-Time", + "type": "scatter", + "x": [ + "2020-02", + "2020-04", + "2020-05", + "2020-06", + "2020-09", + "2020-10", + "2020-12", + "2021-02", + "2021-09", + "2022-04", + "2022-11", + "2022-12", + "2023-09" + ], + "y": [ + 1, + 8, + 2, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 2, + 1 + ] + }, + { + "mode": "lines", + "name": "Web Design", + "type": "scatter", + "x": [ + "2017-03", + "2017-12", + "2018-01", + "2018-06", + "2018-08" + ], + "y": [ + 5, + 5, + 2, + 1, + 1 + ] + }, + { + "mode": "lines", + "name": "Web Development", + "type": "scatter", + "x": [ + "2017-05", + "2017-11", + "2017-12" + ], + "y": [ + 1, + 1, + 1 + ] + }, + { + "mode": "lines", + "name": "Web Development Bootcamp", + "type": "scatter", + "x": [ + "2019-11", + "2019-12", + "2020-01", + "2020-02", + "2020-03", + "2020-04", + "2020-05", + "2020-06", + "2020-07", + "2020-08", + "2020-09", + "2020-10", + "2020-11", + "2020-12", + "2021-03", + "2021-04", + "2021-06", + "2021-07", + "2021-09", + "2021-10", + "2021-11", + "2021-12", + "2022-02", + "2022-03", + "2022-06", + "2022-07", + "2022-08", + "2022-09", + "2022-10", + "2022-11", + "2022-12", + "2023-01", + "2023-02", + "2023-03", + "2023-04", + "2023-05", + "2023-06", + "2023-07", + "2023-09", + "2023-10", + "2023-11", + "2023-12" + ], + "y": [ + 3, + 2, + 11, + 9, + 12, + 35, + 4, + 12, + 4, + 14, + 4, + 4, + 11, + 1, + 2, + 6, + 7, + 1, + 3, + 3, + 3, + 4, + 1, + 1, + 8, + 1, + 3, + 8, + 1, + 3, + 17, + 1, + 1, + 2, + 2, + 3, + 2, + 1, + 3, + 1, + 1, + 2 + ] + }, + { + "mode": "lines", + "name": "Web Development Part-Time", + "type": "scatter", + "x": [ + "2020-01", + "2020-02", + "2020-04", + "2020-05", + "2020-07", + "2020-08", + "2020-12", + "2021-01", + "2021-02", + "2021-04", + "2021-08", + "2021-09", + "2021-12", + "2022-03", + "2022-04", + "2022-05", + "2022-06", + "2022-07", + "2022-08", + "2022-10", + "2022-11", + "2022-12", + "2023-01", + "2023-05", + "2023-07", + "2023-09" + ], + "y": [ + 1, + 4, + 3, + 1, + 2, + 1, + 2, + 1, + 1, + 2, + 1, + 3, + 1, + 1, + 1, + 3, + 1, + 1, + 1, + 1, + 1, + 9, + 1, + 3, + 1, + 3 + ] + } + ], + "layout": { + "height": 600, + "template": { + "data": { + "bar": [ + { + "error_x": { + "color": "#2a3f5f" + }, + "error_y": { + "color": "#2a3f5f" + }, + "marker": { + "line": { + "color": "#E5ECF6", + "width": 0.5 + }, + "pattern": { + "fillmode": "overlay", + "size": 10, + "solidity": 0.2 + } + }, + "type": "bar" + } + ], + "barpolar": [ + { + "marker": { + "line": { + "color": "#E5ECF6", + "width": 0.5 + }, + "pattern": { + "fillmode": "overlay", + "size": 10, + "solidity": 0.2 + } + }, + "type": "barpolar" + } + ], + "carpet": [ + { + "aaxis": { + "endlinecolor": "#2a3f5f", + "gridcolor": "white", + "linecolor": "white", + "minorgridcolor": "white", + "startlinecolor": "#2a3f5f" + }, + "baxis": { + "endlinecolor": "#2a3f5f", + "gridcolor": "white", + "linecolor": "white", + "minorgridcolor": "white", + "startlinecolor": "#2a3f5f" + }, + "type": "carpet" + } + ], + "choropleth": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "type": "choropleth" + } + ], + "contour": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "colorscale": [ + [ + 0, + "#0d0887" + ], + [ + 0.1111111111111111, + "#46039f" + ], + [ + 0.2222222222222222, + "#7201a8" + ], + [ + 0.3333333333333333, + "#9c179e" + ], + [ + 0.4444444444444444, + "#bd3786" + ], + [ + 0.5555555555555556, + "#d8576b" + ], + [ + 0.6666666666666666, + "#ed7953" + ], + [ + 0.7777777777777778, + "#fb9f3a" + ], + [ + 0.8888888888888888, + "#fdca26" + ], + [ + 1, + "#f0f921" + ] + ], + "type": "contour" + } + ], + "contourcarpet": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "type": "contourcarpet" + } + ], + "heatmap": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "colorscale": [ + [ + 0, + "#0d0887" + ], + [ + 0.1111111111111111, + "#46039f" + ], + [ + 0.2222222222222222, + "#7201a8" + ], + [ + 0.3333333333333333, + "#9c179e" + ], + [ + 0.4444444444444444, + "#bd3786" + ], + [ + 0.5555555555555556, + "#d8576b" + ], + [ + 0.6666666666666666, + "#ed7953" + ], + [ + 0.7777777777777778, + "#fb9f3a" + ], + [ + 0.8888888888888888, + "#fdca26" + ], + [ + 1, + "#f0f921" + ] + ], + "type": "heatmap" + } + ], + "heatmapgl": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "colorscale": [ + [ + 0, + "#0d0887" + ], + [ + 0.1111111111111111, + "#46039f" + ], + [ + 0.2222222222222222, + "#7201a8" + ], + [ + 0.3333333333333333, + "#9c179e" + ], + [ + 0.4444444444444444, + "#bd3786" + ], + [ + 0.5555555555555556, + "#d8576b" + ], + [ + 0.6666666666666666, + "#ed7953" + ], + [ + 0.7777777777777778, + "#fb9f3a" + ], + [ + 0.8888888888888888, + "#fdca26" + ], + [ + 1, + "#f0f921" + ] + ], + "type": "heatmapgl" + } + ], + "histogram": [ + { + "marker": { + "pattern": { + "fillmode": "overlay", + "size": 10, + "solidity": 0.2 + } + }, + "type": "histogram" + } + ], + "histogram2d": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "colorscale": [ + [ + 0, + "#0d0887" + ], + [ + 0.1111111111111111, + "#46039f" + ], + [ + 0.2222222222222222, + "#7201a8" + ], + [ + 0.3333333333333333, + "#9c179e" + ], + [ + 0.4444444444444444, + "#bd3786" + ], + [ + 0.5555555555555556, + "#d8576b" + ], + [ + 0.6666666666666666, + "#ed7953" + ], + [ + 0.7777777777777778, + "#fb9f3a" + ], + [ + 0.8888888888888888, + "#fdca26" + ], + [ + 1, + "#f0f921" + ] + ], + "type": "histogram2d" + } + ], + "histogram2dcontour": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "colorscale": [ + [ + 0, + "#0d0887" + ], + [ + 0.1111111111111111, + "#46039f" + ], + [ + 0.2222222222222222, + "#7201a8" + ], + [ + 0.3333333333333333, + "#9c179e" + ], + [ + 0.4444444444444444, + "#bd3786" + ], + [ + 0.5555555555555556, + "#d8576b" + ], + [ + 0.6666666666666666, + "#ed7953" + ], + [ + 0.7777777777777778, + "#fb9f3a" + ], + [ + 0.8888888888888888, + "#fdca26" + ], + [ + 1, + "#f0f921" + ] + ], + "type": "histogram2dcontour" + } + ], + "mesh3d": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "type": "mesh3d" + } + ], + "parcoords": [ + { + "line": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "parcoords" + } + ], + "pie": [ + { + "automargin": true, + "type": "pie" + } + ], + "scatter": [ + { + "fillpattern": { + "fillmode": "overlay", + "size": 10, + "solidity": 0.2 + }, + "type": "scatter" + } + ], + "scatter3d": [ + { + "line": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scatter3d" + } + ], + "scattercarpet": [ + { + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scattercarpet" + } + ], + "scattergeo": [ + { + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scattergeo" + } + ], + "scattergl": [ + { + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scattergl" + } + ], + "scattermapbox": [ + { + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scattermapbox" + } + ], + "scatterpolar": [ + { + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scatterpolar" + } + ], + "scatterpolargl": [ + { + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scatterpolargl" + } + ], + "scatterternary": [ + { + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scatterternary" + } + ], + "surface": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "colorscale": [ + [ + 0, + "#0d0887" + ], + [ + 0.1111111111111111, + "#46039f" + ], + [ + 0.2222222222222222, + "#7201a8" + ], + [ + 0.3333333333333333, + "#9c179e" + ], + [ + 0.4444444444444444, + "#bd3786" + ], + [ + 0.5555555555555556, + "#d8576b" + ], + [ + 0.6666666666666666, + "#ed7953" + ], + [ + 0.7777777777777778, + "#fb9f3a" + ], + [ + 0.8888888888888888, + "#fdca26" + ], + [ + 1, + "#f0f921" + ] + ], + "type": "surface" + } + ], + "table": [ + { + "cells": { + "fill": { + "color": "#EBF0F8" + }, + "line": { + "color": "white" + } + }, + "header": { + "fill": { + "color": "#C8D4E3" + }, + "line": { + "color": "white" + } + }, + "type": "table" + } + ] + }, + "layout": { + "annotationdefaults": { + "arrowcolor": "#2a3f5f", + "arrowhead": 0, + "arrowwidth": 1 + }, + "autotypenumbers": "strict", + "coloraxis": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "colorscale": { + "diverging": [ + [ + 0, + "#8e0152" + ], + [ + 0.1, + "#c51b7d" + ], + [ + 0.2, + "#de77ae" + ], + [ + 0.3, + "#f1b6da" + ], + [ + 0.4, + "#fde0ef" + ], + [ + 0.5, + "#f7f7f7" + ], + [ + 0.6, + "#e6f5d0" + ], + [ + 0.7, + "#b8e186" + ], + [ + 0.8, + "#7fbc41" + ], + [ + 0.9, + "#4d9221" + ], + [ + 1, + "#276419" + ] + ], + "sequential": [ + [ + 0, + "#0d0887" + ], + [ + 0.1111111111111111, + "#46039f" + ], + [ + 0.2222222222222222, + "#7201a8" + ], + [ + 0.3333333333333333, + "#9c179e" + ], + [ + 0.4444444444444444, + "#bd3786" + ], + [ + 0.5555555555555556, + "#d8576b" + ], + [ + 0.6666666666666666, + "#ed7953" + ], + [ + 0.7777777777777778, + "#fb9f3a" + ], + [ + 0.8888888888888888, + "#fdca26" + ], + [ + 1, + "#f0f921" + ] + ], + "sequentialminus": [ + [ + 0, + "#0d0887" + ], + [ + 0.1111111111111111, + "#46039f" + ], + [ + 0.2222222222222222, + "#7201a8" + ], + [ + 0.3333333333333333, + "#9c179e" + ], + [ + 0.4444444444444444, + "#bd3786" + ], + [ + 0.5555555555555556, + "#d8576b" + ], + [ + 0.6666666666666666, + "#ed7953" + ], + [ + 0.7777777777777778, + "#fb9f3a" + ], + [ + 0.8888888888888888, + "#fdca26" + ], + [ + 1, + "#f0f921" + ] + ] + }, + "colorway": [ + "#636efa", + "#EF553B", + "#00cc96", + "#ab63fa", + "#FFA15A", + "#19d3f3", + "#FF6692", + "#B6E880", + "#FF97FF", + "#FECB52" + ], + "font": { + "color": "#2a3f5f" + }, + "geo": { + "bgcolor": "white", + "lakecolor": "white", + "landcolor": "#E5ECF6", + "showlakes": true, + "showland": true, + "subunitcolor": "white" + }, + "hoverlabel": { + "align": "left" + }, + "hovermode": "closest", + "mapbox": { + "style": "light" + }, + "paper_bgcolor": "white", + "plot_bgcolor": "#E5ECF6", + "polar": { + "angularaxis": { + "gridcolor": "white", + "linecolor": "white", + "ticks": "" + }, + "bgcolor": "#E5ECF6", + "radialaxis": { + "gridcolor": "white", + "linecolor": "white", + "ticks": "" + } + }, + "scene": { + "xaxis": { + "backgroundcolor": "#E5ECF6", + "gridcolor": "white", + "gridwidth": 2, + "linecolor": "white", + "showbackground": true, + "ticks": "", + "zerolinecolor": "white" + }, + "yaxis": { + "backgroundcolor": "#E5ECF6", + "gridcolor": "white", + "gridwidth": 2, + "linecolor": "white", + "showbackground": true, + "ticks": "", + "zerolinecolor": "white" + }, + "zaxis": { + "backgroundcolor": "#E5ECF6", + "gridcolor": "white", + "gridwidth": 2, + "linecolor": "white", + "showbackground": true, + "ticks": "", + "zerolinecolor": "white" + } + }, + "shapedefaults": { + "line": { + "color": "#2a3f5f" + } + }, + "ternary": { + "aaxis": { + "gridcolor": "white", + "linecolor": "white", + "ticks": "" + }, + "baxis": { + "gridcolor": "white", + "linecolor": "white", + "ticks": "" + }, + "bgcolor": "#E5ECF6", + "caxis": { + "gridcolor": "white", + "linecolor": "white", + "ticks": "" + } + }, + "title": { + "x": 0.05 + }, + "xaxis": { + "automargin": true, + "gridcolor": "white", + "linecolor": "white", + "ticks": "", + "title": { + "standoff": 15 + }, + "zerolinecolor": "white", + "zerolinewidth": 2 + }, + "yaxis": { + "automargin": true, + "gridcolor": "white", + "linecolor": "white", + "ticks": "", + "title": { + "standoff": 15 + }, + "zerolinecolor": "white", + "zerolinewidth": 2 + } + } + }, + "title": { + "text": "Trend Analysis of Comments Over Time" + }, + "width": 2000, + "xaxis": { + "autorange": true, + "range": [ + "2014-09-01", + "2024-04-01" + ], + "tickangle": 90, + "tickmode": "array", + "tickvals": [ + "2016-08", + "2017-03", + "2017-04", + "2017-10", + "2017-12", + "2018-01", + "2018-02", + "2018-03", + "2018-08", + "2018-09", + "2018-10", + "2019-01", + "2019-03", + "2019-08", + "2019-09", + "2019-10", + "2019-11", + "2020-01", + "2020-03", + "2020-04", + "2020-05", + "2020-06", + "2020-07", + "2020-08", + "2020-09", + "2020-10", + "2020-11", + "2020-12", + "2021-01", + "2021-04", + "2021-06", + "2021-09", + "2021-10", + "2022-03", + "2022-05", + "2022-07", + "2022-08", + "2022-09", + "2022-10", + "2022-12", + "2023-05", + "2023-07", + "2023-10", + "2023-12", + "2024-02", + "2021-12", + "2023-02", + "2023-04", + "2021-07", + "2021-08", + "2022-02", + "2022-06", + "2022-11", + "2023-11", + "2024-03", + "2023-01", + "2023-03", + "2023-08", + "2023-09", + "2024-04", + "2017-01", + "2017-05", + "2017-06", + "2017-07", + "2017-08", + "2017-09", + "2017-11", + "2018-04", + "2018-05", + "2018-06", + "2018-07", + "2018-11", + "2018-12", + "2019-02", + "2019-04", + "2019-06", + "2019-07", + "2014-09", + "2014-12", + "2015-07", + "2019-05", + "2014-11", + "2015-02", + "2015-03", + "2015-04", + "2015-06", + "2015-08", + "2015-10", + "2015-12", + "2016-01", + "2016-02", + "2016-03", + "2016-04", + "2016-05", + "2016-06", + "2016-07", + "2016-11", + "2016-12", + "2019-12", + "2020-02", + "2021-03", + "2021-11", + "2023-06", + "2021-02", + "2022-04" + ], + "title": { + "text": "Year-Month" + }, + "type": "date" + }, + "yaxis": { + "autorange": true, + "range": [ + -0.8888888888888893, + 36.888888888888886 + ], + "title": { + "text": "Number of Comments" + }, + "type": "linear" + } + } + }, + "image/png": "iVBORw0KGgoAAAANSUhEUgAABoEAAAJYCAYAAACtu0/dAAAAAXNSR0IArs4c6QAAIABJREFUeF7svXm4ZFV56P3WcE6deeqmu2lmGqEZGloJ0MYromiM4HTlinBNAoFgX9TkAbnw2ObL9TN+pnngY4j6QVoiitGIGDFcLhhiQFRiGDSCzEMz03Ofuc9U0/esvdm199ldVXu9VWd3d1X9Kn9E+uzatddvvWvttddvv2slisViUfhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQg0FYEEEqip6pPCQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAGHABKIQIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACTUgACdSElUqRIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAASiBiAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAk1IAAnUhJVKkSAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAAEogYgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAJNSAAJ1ISVSpEgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAABKIGIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACTUgACdSElUqRIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAASiBiAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAk1IAAnUhJVKkSAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAAEogYgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAJNSAAJ1ISVSpEgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAABKIGIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACTUgACdSElUqRIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAASiBiAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAk1IAAnUhJVKkSAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAAEogYgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAJNSAAJ1ISVSpEgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAABKIGIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACTUgACdSElUqRIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAASiBiAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAk1IAAnUhJVKkSAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAAEogYgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAJNSAAJ1ISVSpEgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAABKIGIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACTUgACdSElUqRIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAASiBiAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAk1IAAnUhJVKkSAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAAEogYgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAJNSAAJ1ISVSpEgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAABKIGIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACTUgACdSElUqRIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAASiBiAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAk1IAAnUhJVKkSAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAAEogYgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAJNSAAJ1ISValukja9skrVXXCPr110kJ61eafu1vXKcd62fPu8j8rEzTt0r1xDXj3pl27x1p/MT377+8/t8fcTFgvNCAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIDAwhFAAi0cS7l2w23yze/fHXnGM09fI1+6/ALp7GiPPDbOA2qVQF45Vx19uNx45aUy2N8b52U6545bAt1+9y/kr666eY8LmFrLNTI2IRd//jp5/OkX57G/8Nwz5HNrz469PhrlB0ysPvzoM7HFqRc3QR77SvsOXlOleClXj1++4gJ59zve6sTXwcuX7BN9VaPEG9cJAQhAAAIQgAAEIAABCEAAAhCAAAQgAIF9jQASKMYaqVWyxHhJ805dy/V5k8n9vd3ywMOP7zFpUqsssWW5tySQ+d3b7rxfJSm8aw0LH69uTJn3lJyz5bu3jotLAnmsdwyPyYarLpMVhyx3ijg9MydfvPpmueveB/dY26iVbbXY88qHBKqVLt+DAAQgAAEIQAACEIAABCAAAQhAAAIQgMC+QQAJFGM91CJZYryc3U5dy/U98ugzsm79Tc4SctdsuE1OXr1yj2SexC2B9iT34G9pJZDhf/4lV4rJ1qi0LN73bv+pnHH6mj2SobW3uNn+blwSyJz37vsemieAgtcU9Xfb64/zOG3sxXktnBsCEIAABCAAAQhAAAIQgAAEIAABCEAAAhCIhwASKB6uzlkrSRYz+XrDLXc4E8h3/MsDpSXkgnvBhJeZCi8x5b2pbyTMO0853hED3qeSIAgvV7dq5WGyY2Tcek8gL8vB/I5Zzu7GW/657FJbmmuzXdYsLIE8GVJu/5xyf9ut7KGl7IJ14mV1hPfqMeWuJl/CoRRVh+WWD6y2lJjH/9VN21SZPlHXYa7bEwJ/s+4i+cL6m0rLzHlL/g2PTjj7R3n7FoWXAvTq8ewPneZgMEvrheMxXN5yLIOZNJXi2aur6//6s/Kd2+5xsm7MJ3xN5fjuv3RRSdzUWr82QjJ8TLn48spX7m/l2kU41j3Bdd3//Rm57hs/dDgEyxfVtdlkAgUlb7A/++VDv5u39KW5tuNWHl7KgvJ+u1z7tClb1LXzdwhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQMCOABLIjlNNR1WTQN4keXiStNJEfzijITiRGlwWrJwAqXTOaiKlXIFtRYzm2syx67/6PVn3F58sZa4EJZK3v034t8NCKri/kmG1ZdtwaS+TMLty3w1PxJeb6NfwqvSbYYGjycbwrumM95xinX2luQ4Tk0GREqzHcv8eFATBY4NyJyigwv/uidCwdAuWr1wseOcMCo9K8VApE6ie+rVZOjC8nNrM7Kyzx044c67cdZfL9ip3vZ7k0oifYLuuVQIZERjst4KyLfzv4f2YbMtWU4fLlyAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAIHdCCCBYgwKm0wgbwLcuwxvubXgPiPmb+FJ4HKT4+Y4b1J52ZKhkiiIOqdZ2u2k1SsjSYRFSaWJd821VfrR8AR1pUl7szRdkJUtJ/O799z/sJy6ZrUYgRQuW6XMDXP+6ZlZOe6owyryqiSLKgkN2z2BbDJQghe1ENdRSRSE/z2YCRRcpk7z72F555XFtm7KxXklCVRP/VbL6vGuuZx4LXct4T6iXPv1zhn+fr1L3dUqgcL9RaV+rp6yRXZGHAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhYEUACWWGq7aBaJFClifDw5HCUaDFXbJZsM4IjKhvCRgJVEj7VlrKyyXoITnB/8/t3zwMdzD4pJ0BspEpwebFqS7mFy+EJlPASYzaRUGlyvVIGUlwSaCGuY09JoEqyyPAOt6NKEqbSMoDhbBRzznrrN5zFFI6LchKoUjZP8Pqq7dMVllyNJoE0ZbNpZxwDAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIRBNAAkUzqvkIrQQqtx9K+Me9pd9sJZD5/hevdvdn8aSQd85qk7Lh3y23f0rwmKBgsb02I6i88y4e6p+3z41NJpD5/eBx5r/NkltmX5pgNko5ruEltMqJBU8UBMsZXHqvUmBUm5wP/y3O5eAW4jr2lASKii/D2ltqbCEkkDlfrfVby3JwJtbDEtBbIi4Yr+WuKRhnwbhtNAmkKVvNnS5fhAAEIAABCEAAAhCAAAQgAAEIQAACEIAABOYRQALFGBBaCWQupVImUPgyNaKl0jk1EqjShHO57BbttZXL1LCVQMEMkoOWL5FrNtw2TyaVq95y4slmiS9v75NqGUVhMTXY31u6hHozgSrt7VQphJslEyhcvoWSQOHz2tavzbJ8lY4JZvM89uQLUmlfJJvsvEaTQJr+JsZumVNDAAIQgAAEIAABCEAAAhCAAAQgAAEIQKClCCCBYqzuWiSQjYwwl6wRLdX2P1l7xTUSNeFc6bc8dOHMCNtrM9+vlKVkK4E8cfbci687l3Pk4QeW9kLyOD3+9Ity6poT5tV01D4zv3jwMTFLwQUlThQH7wcWYi+eSmHpnbuaiPKu/YWX3pDzL7mylEHjndNmGb1g3ZZbrm6h9wSqtNxgOQ4aCVRJhNVTv17M3X3fQ/P2owpeayVB47E/5shDZXJySoJ7d1Vr1+U4NJoEsm0/MXbJnBoCEIAABCAAAQhAAAIQgAAEIAABCEAAAi1HAAkUY5XXIoG8yfD/fOL53SaYzYS2+ZilzmxFi1mGqtyx3r8ZQeItsxUlHiodFz6/5trKTeh7UilqTyDvej3O5r83XHWZrDhkeako5a6lUkZOMCuj2vJwUbzKSYJKWTya5eC8Qnl8wkvTeWU1x9145aWOwDKiICgrtNexp5aDM9fs1ePbjnvLvKULzTVffeOt8smPvdepW40EqiTk6q1fj/WO4bF5MRdcerBSnHj1Z8pc7hjvmsvV7/qvfk/W/cUnS3VbLovOtkurFnvl2k2l/kzz77Zlsy0Dx0EAAhCAAAQgAAEIQAACEIAABCAAAQhAAALVCSCBYoyQWiRQeKI/eHlBKaIRLeYcQelj/tuc67K1Z8u69TdVzQSyXYIsmJVgzm/25jl59cp5WTmVsj2Ck+LmuybLxXyCGSjVluDyzhvOqvDYldtvJjzBXk4KeMuDeecJ7yMUFTrhcp15+prd9mWqRQKVq0/vWsrtWVTPdexJCWTKUGlfrGC5NBLInDNY/vCeOt/8/t2latTWb/jc3onK1XMwVirJruAx4fbq/S2YAdZomUBeGWzKFtW2+DsEIAABCEAAAhCAAAQgAAEIQAACEIAABCBgRwAJZMeJo/ZhApWyPfbhS+bSIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAKxE0ACxY6YH4iTgGYvmTivg3NDAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABPY1Akigfa1GuB4VAbKAVLg4GAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABFqIABKohSqbokIAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEINA6BJBArVPXlBQCEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAIEWIoAEaqHKpqgQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQi0DgEkUOvUNSWFAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCECghQgggVqosikqBCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACrUMACdQ6dU1JIQABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQaCECSKAWqmyKCgEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAQOsQQAK1Tl1TUghAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABFqIABKohSqbokIAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEINA6BJBArVPXlBQCEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAIEWIoAEaqHKpqgQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQi0DgEkUOvUNSWFAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCECghQgggVqosikqBCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACrUMACdQ6dU1JIQABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQaCECSKAWqmyKCgEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAQOsQQAK1Tl1TUghAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABFqIABKohSqbokIAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEINA6BJBArVPXlBQCEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAIEWIoAEaqHKpqgQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQi0DgEkUOvUNSWFAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCECghQgggVqosikqBCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACrUMACdQ6dU1JIQABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQaCECSKAWqmyKCgEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAQOsQQAK1Tl1TUghAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABFqIABKohSqbokIAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEINA6BJBArVPXlBQCEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAIEWIoAEaqHKpqgQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQi0DgEkUOvUNSWFAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCECghQgggVqosikqBCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACrUMACdQ6dU1JIQABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQaCECSKAWqmyKCgEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAQOsQQAK1Tl1TUghAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABFqIABKohSqbokIAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEINA6BJBArVPXlBQCEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAIEWIoAEaqHKpqgQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQi0DgEkUOvUNSWFAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCECghQgggVqosikqBCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACrUMACdQ6dU1JIQABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQaCECSKAWqmyKCgEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAQOsQQAK1Tl1TUghAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABFqIABKohSqbokIAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEINA6BJBArVPXlBQCEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAIEWIoAEaqHKpqgQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQi0DgEkUOvUNSWFAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCECghQgggVqosikqBCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACrUMACdQ6dU1JIQABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQaCECSKAWqmyKCgEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAQOsQQALVWdebdk7XeYbdv97dkZZ0KiFju7KR5+7vbpNcvii7ZnKRx2oOSCUTsrg/I1tHZiK/tnxRp9hyMOcc35WVuVwh8ryaA4Z622VqNi8zc/nIr+030CGjE7OSzRcjjzV8zXFTC8y3t6tNpFiUiemFrTdN7LSlkzLQ3Sbbx2YjOZgDbOu5tzMtkkjIxFR0/GbaktLT2SY7x6OvoasjLe2phIxatAvTfgZ7M7J9NDp+O9pT0pVJyfDEXCSHZDIhS/ozssWiXUSerI4DNDG8/1CnbBmeluhoF1nUl5HJ6azMZheufRq27W0pGZ2M5qvpdzSxk0iILBvslM3D0f11WyohAz3tC94uTHUv7svI+HRW5iz4Lh3scK6hUIiuuX2h/7Ot5/Z0Uvq622THAvc7mtgxdbFsqFO2jUxLFF5N7JjzLhnokOGJWee+HPUxcTaXzTv3rqiP5t7Z19UmhWJRJi3uL5rY6elIi+kDxy36dtt61vappl2Y2MlHVZzinmXY79efce4tWYuxidOnjkybW3jkR9Onau6dgz3tMpPNy7RF7GjGBZoxZVz3Tk27sO13TEVp2oWmbHG0Cy+wbMddzdz/9XSmJWE5prTtdyIbbugAM6Yc6s3ItoUeUyZElgy6YzSbT1z9n7m/mGdOm/7P9t5pU57gMbb13Nmeko5MSkYsxuyadqEaU5oxxKJO2WwxB6B5HtE8a8U5phzsbZeZ2bxM2zxTK+6dmvtLZyYlHW0pGYl4dojrWVYTOw05plQ8j2junZoxpaaP0PTtmnGX1+Y018KxEIAABBqdABKozhq0lR+an4nrgV1zDZrBj+1DqjNgRQI51YAEcqNR89CFBPJbMBJIFzuaiXwkkB9nGgluOxmreZDTTIho7lkN+cCuuHfG9cAex2Q3Eshvb0gglwUSyI8J2/F1M/d/tnLAUNPeX2yfi5BAPikkkEgCCVQKCM0LFEgg5x1J65fSDOTYXixCApVi2Nxn+UAAAhBoJQJIoDprGwlknyGCBApM9pAJhASqo+9BAiGBguGjefNOEztIoH3ogR0J5IR8XG/CayayyARyex9NtoxG9iGBkEDB+xsSyKcRV/9HJpByTIkEQgKFnuFs5SgSqLaHX43gJxOoNsZ8CwIQaB0CSKA66xoJhASqJYTIBHKpkQlUS/SIaCbyWQ5ON5FPJpAfk0ggXewYcrG9tYkEQgIFbhcsB+fCsM1ANMdqMuQ0giuODDmvqskEEkECIYGCI2WWg/NpxLXEMMvBiTRzdqWJIE3saO6dmpfSNE/ASCANLY6FAAQgUJ0AEqjOCEECIYFqCSEkEBKolrjxvoME0glEzZt3SCAkULBtamIHCeSTs31g12SImLPH9SY8mUBu3WmW69GIEk09kwnktyMkEBIoeD+Kq/8jE0g5piQTqBSWmnun5v7CnkAu4theLGI5uFIMsxxcPTMSfBcCEGhEAkigOmsNCYQEqiWEkEBIoFriBgnkU9NkkWkm8pFASCAkUPneKY6MB40cQAL59UImkMuCTCCXQzO/tU4mkN/ukUAiZAL58aDJ5jCxs31sVgqFYuTjB5lAzd2nmgDQxA6ZQJFNhgMgAAEINBQBJFCd1YUEQgLVEkJIICRQLXGDBEIClYsbzfILmiwyloNjObhgvCGBXBrsCeRyIBPI5RBHu/DaHZlAZAIF+2AkEBIoGA+aiXwkkEuOPtXloIkdJFA9T+x8FwIQgMC+RwAJVGedIIHsB1TOoEOxr4GmavaFSVDN9SKBXFqabI6ujrS0pxIyuisbiTqdSshgb0a2j85EHhvXRFbkD9dxgGYinz2BdBP5ZAL5gYkE0sWOIRfb0h2Ke2dcD+xxTHaTCeS3t97OtBNwE1PR9zgygVxuZAK5HMgEcjnYLkOpHX6ZMeVQb0a2LfSYMiGyZLBTtgxPW10SEggJFAwUzUQ+EsglhwRyOWhiJ64xpVWn9+ZBmr59UV9GJqezMpstWP0Ey8FZYeIgCECgiQgggeqsTCSQ/YDKGXQoJrI0VYMEcml1d6TFPKyOWYiStnRSBrrbnOUBbD62A2fNRBYSyIb87scggXQCkeXg/BjSxA4SCAkU7H2QQC4NMoFcDnG9QMGeQH6rsx13IYFcZpqJQs3oCwnk01o21CnbRqbFYlUxDWKxXfaP5eB8rJqJfCSQy40+1eWgiR0kkKor42AIQAAC+zwBJFCdVYQEsh9QOYMOJJATcWQCuQ0PCVRbB6SZyCcTSDeRTyaQH5NIIF3sGHJkAukmY8kE8tub5gUKMoFcbmQCuRyQQLp+RzvyQgL5xJBAIgkRWbaoUzbvjM7g0qxMoJEU2ol8JJAbw0gglwMSyO/TyATS3hE5HgIQaHQCSKA6axAJZD+gcgYdSCAn4pBAbsNDAtXWASGBdLFDJpAfZ5rYQQIhgYI9FJlALg0ygVwOZAK5HOJoF167Y8KSPYGCfTDLwbEcXDAeNBP5SCCXHH2qy0ETO2QC1faszrcgAAEI7KsEkEB11gwSyH5A5Qw6kEBOxCGB3IaHBKqtA9JM5JMJpJvIJxPIj0kkkC52DDkygdz4sV2WiUwgv72RCeSyYDk4PyaYsEQCIYHmj5NZDs7noZnIRwK53OhTXQ6a2EEC1faszrcgAAEI7KsEkEB11gwSyH5A5Qw6kEBOxCGB3IaHBKqtA0IC6WKHTCA/zjSxgwRCAgV7qDgyHpBASKDwXRAJhASa1+90piWRSMjEVDZywGQrnyNPFDqA5eB8ICwHx3JwweaxX39GRndlJZsrRDYrM6bM5YuyayYXeWxnJiUdbSkZmZyremxc+9s28xKbSKD5IcVycJHNkQMgAIEmI4AEqrNCkUBIoFpCCAmEBKolbrzvaCbyyQTSTeSTCeRHJhJIFzuGHJlAbvzYTsYigZBASKDKowHeWicTKBgdLAfHcnDBeNBkc5AJ5JKjT3Wbwzm+AAAgAElEQVQ5aGKHTKB6ntgrf/fXjxbljc3R8nShf/2k1UlZvr/Z2YwPBCDQqgSQQHXWPBLIfkDlDDrIBHIiDgnkNjwygWrrgJBAutghE8iPM03sIIGQQMEeikwglwZ7Arkc2BPI5RBHu/DaHROWSKBgH4wEQgIF40EzkY8EcsnRp7ocNLGDBKrtWT3qWxu+nZdHfrvnJdDa81Jy0tuSUZfH3yEAgSYmgAQSkWs33Cbf/P7dpWr+9vWfl5NWr3T+e+Mrm2TtFdfI5q07S39fdfThcuOVl8pgf68ggewHVM6gAwnkxBESyG1OSKDa7i6aiXwygXQT+WQC+TGJBNLFjiFHJpAbP2QCuRwW9WVkcjors9noB332BHKZsRyc3wczYYkECo4SkUBIoGA8aCbykUAuOfpUl4MmdpBAtT2rR32LTKAoQvwdAhCIi0DLS6CRsQn51q0/kYvP+6h0drQ70ucv198kX1l3kaw4ZPlu/x2uCCSQ/YDKGXQggZwQQgK5LQkJVFvXjgTSxQ6ZQH6caWIHCYQECvZQcWQ8sBycTxgJhAQKjwiYsEQCIYHmt4rO9pR0ZFIyMlF9rxjzLc2+LprnEbOQ0rJFnbJ553TkIN7sJzXYm5HtozORx2okhXYiHwnk4qdPdTkggfzmyJ5AVl0TB0EAAk1EoOUlULgujRS6+PPXyWVrz3aygcJSKHw8Esh+QOUMOpBATgghgdyWpHno6upIS3sq4WxAGvXRPHTFtaRN1DXW83fNRD6ZQLqJfDKB/MhEAulix5AjE8iNHzKBXA5kArkcNLKPTKD5k1M2zxmayW5z9mVDnbJtZFoKxeojEc0LFHH1fz2daUkkEjIxFT32s+13tOMvM6Yc6s3INouJfNWYMiGyZLBTtgxHywRzzWQCkQkUjF3NRD4SyCWHBHI5aGKHTCDtHYPjIQABCOzbBJBAofp55NFnZN36m2TDVZeVMoGCy8EFl4IzX902OrvgNdyZSUk6mZCJ6Vzkuc2bo7lCUaZn85HHag5IJUUGe9plx3j0m1ZLBsyDkR2Hwd42mZzKSTYf8eSpuVgRMZOVM3N5qyVXhvraZXzXnOQskMXFt7szLVIsyq4Zi4tQsNDEjnmo7etKy/BE9IO1+3BvV8/dHSln5nSXRfy2pxNi5M7oZPQ1mLK1JRMybnHedEqkr7tdhi3i14go89A+ZiGXkkmRIct2oag29aGaGN6vPyM7xmbFpsUN9LTJ1ExO5nKVjjb/rttMsrM9KW3plIxbTOBo+h1N7JiJLPPAs30sup9yYqerbcHbhankwZ42mZzJSbYiXz8UFve1y/DknBSiV5HaJ/o/23o2kq2nKy0jC9zvaGLHeQDuz8jw+KzVJKht7JjzLuprlzHL+4uJs2wuL9Nz0ZWsuXeaSdNCsShTFvcXzb2zK5NyJvMnLfpg23rW9qmmXYxMzkk+Gpn1PcvU21Bvm4xP5SQXHpuU6fKcPnV81tzCIz/Rfap/Cs29s7+rTWZzeZmxiB3NuEAz5onr3qlpF7b9jqGsaReassXRLryosB13NXP/19WRciSQzZjStt+JbLihA8y4oL+7XXYu9JgyITLU547RbD5x9X/m/jJR6v+qj/Ns75025QkeY1vPHW1JyViO2TXtQjWmNGOIAZPdE11vmucRzbNW3GPK2bm8zFgsY1rx3lkmADT3l472pGTSKRmLeHaI61lWEzsNOaZUPI9o7p2aMaWmj9D07Zpxl9fmNNfCsRCAAAQanQAS6M0aDO79E9wTKFzBZv+gLduG5UuXX+AsH5ezmYlQRknSzFgmRApRr+i9+Xalmd01Ez4L+0lIKpWQvEX50qmkNYdUMulca3GBr9e8BWlw2ZzXuYZCUcz/RX3MhJe5VJvzRp0r+HenjmXh600TO+ah2hyft5llFhHbetaUTXMN5liDzaZdmAZkYsKmbO41iOQt2ps5r3ngiKPda+JHE8O29WZ+P6p9GuFsBLXmo643y35HEzvmem05JCThTHTbxI7mvDZ8g1xTqaTknQnp6H5qX+j/bOs5rnpz2rxl7GjrzTZ2vDp2+5LoetPcX6LaZq33F03sxNO36/pUTbvQ1lu5sYl5WcRM4gU/C3Hecn2ohq8mdjTjAnNe2zFlXPdOTdl+N/5PMlecklW9H5NMsqfqrUnDV1M2/XnjuL80b/8XJ1/7sUxcY0r7sYlzf1GMC2rtp4wIN+PcSh/Nee35ivM8YvNcZDvWcH/bvl3EOjZpsDGlpg9WjU2U9xebZ75Y640xpdOKbNumOwa2n4/R9A+aetbEpPc8oLkWjoUABCDQ6ASQQKEaDC8HF65gI4uuvuFWWf+Fi2Swv1dslmnQBkl3R9oZgNtkJpg3LsyAfddMdNaQ5jo0S0vYplab32c5OLcWWA7O5cBycJpW6R/LcnC62NEsacNycH6csRwcy8EFeyj2BHJpOEtsjkxbZQKxHJzLLK7l4J7I/63ki7OyMn2hZGRR1RuqZkkbzZJecbQLryC242vNmN2cm+XgdGMvloPzednGjo6w/d5P7Ankk9Us6cVycC43+lSXgyZ2NPfOod52mZo1WcoLu9KJZqlPzbjLiwltf8XxEIAABBqZABKoTO2ZbJ9DD1omHzvj1N3+igTaHZjtgMoZdLAnkAMQCeTGERKottsHEkgXO0ggP840sYMEQgIFe6g4Jrs1csBcS1x7Ypgl3sx+c9lc9DpzSCA3KjSiRFPPmj2BHstd5VzLkanzpDOxtOoNVTORpSlbHO3CK4jt+BoJ5BLTTBRqRl9IIJ8WEshdFHnZok7ZvDN6LyfNHqXehLTtC6aaiXwkkBvD9KkuB03saO6dSCDNnYVjIQABCOwdAi0vgYzUufeXv5FP/dGHnBrwloVbv+4iOWn1Srnn/ofliMMOdPYHMh8jiMznc2vPdv6/7UBNU71kAmloucdqBh1xTYJqrhoJ5NJCAmmixj9WE8POhOXwtMXiVLpNzG2v3OyX0N6WktHJ6P3FNBNZmthBAtUWO0ggJFCwnccx2a2RA+ZakEBujZg9G2eyeav9IOMaU2pEiaaebSVQQXLyeO5ah8cRqU9Kd+KAqrclzUSWpmxxtAuvIExY2meIGGZIIL8J2MaO+YZ5Qc+sPmEjwZFASKBgR6t5gUKzeonZy66jLeXsAVjt05ZOykB3m9Wen+Y8tu1C8zxizmvbLjTPI+a8SwY6ZHhidvf9CstAsb13Om2+LyPj01mZs9j3SXPv1MzH2D5Havt2MoE0ZDkWAhBoRQItL4GmZ+bki1ffLHfd+2Cp/oN7Aj3y6DNy/iVXlv525ulrSvsBmX9EAtkPqLwHjfFdWZmzeNtW0yA1gw7NBLpmElRzvUggl5ZmIr+rIy3tqYTztnbUR/PmnWayRzORFXWN9fxdE8NIIN1EPsvB+ZGp6f9sZZ92ko4Hdrc+NFm0cT2wxzHZre1TkUBuPCCBRHIyJU/mvu7wWJH6hPQkDql6W9W0C824II524RWE/g8JFAzquPo/JJDueYRMID8qkUAuCySQy0EzH6N5DtY8OyCBNGQ5FgIQaEUCLS+B6q10JBASqJYYQgK51JBAtUSPCBJIFzuaN++QQEigYKvUxI75XmxvbSqWUtVMdmse2OOY7EYC+dHW25l2jPXEVPSLDkggkbnimDyd3+AAPCx5lvQlVyCBRmasBhWNNGHZ05kWsym4TbvQTBRagXrzIJaD82nZxo6GrznWtp7ZE8gnq8nmYDk4lxti3eWgiZ24xpSaPkLTtyOBNGQ5FgIQaEUCSKA6ax0JZD+gcgYdioksTdVoJrI0E+iaN+E114sEcmkhgTRR4x+riWEygcgECkaZJnY0/R+ZQC5lJJDLwfaBHQnkt04kkMvCdkmb6eJ2eS7/Lec7h6Q+IgOJo6reUDUTWWQCuSj3BQluKwc0/Y525IUE8okhgVgObt6YUrGfHsvB7Rt9qjMfw3JwpTA2YpAPBCAAgVYigASqs7aRQEigWkIICeRSQwLVEj1kAmljRzORRSaQH5NIoH3ogV3xAoVmslvzAgWZQG7bcMT6yLQUi9H9t+aNVCSQy9NWAk0VN8nz+e863zkodaYMJY6tWiGadoEEclFq7p3m+DgkOBLID2uWgxMhE8iPB81EPplALjcygVwOmtjR3Ds1Y8roEZR/hO2LReYbmnGXFxOaa+FYCEAAAo1OAAlUZw0igewHVM6gQzGRpakazaAjrjfhNdeLBHJpIYE0UeMfq4lhMoF0E1lIID/OkEC62IlrElR774zrgR0J5LYNJJDLQSNKNBlfthJooviyvJi/zbmWA5N/IIuSq6veUDXtQlO2ONqFVxAmLO2XCTPMNBOFmtEXmUA+LTKByAQKth32BHJp2LaLfUGsO2NKMoFKYUwmkOZuyLEQgEAzEEAC1VmLSCAkUC0hhARyqSGBaokeMoG0saN56EIC+TGJBEICBXuoOCa7NXLAXEtcb8JrJrKQQPuGBBorPi8v53/sXMzy5OmyX/JEJBB7Aklfd5vsGJutbXBV4VtIICRQMDQSZtJ/Uads3jkdGWcmdgZ7M7J91G6/Llvxq53IJxPIrSpbvqlkwnlxdWsT9qna2NG8QKF5KTey8QQO0Ah+MoE0ZBfm2I2vbJK/XH+TfGXdRbLikOULc9J98CytUs59ED2XtMAEkEB1AkUC2Q+onEEHmUBOxCGB3IaHBKqtAyITSBc7SCA/zjSxE4cEmkg+JcXUuHRkV0q7DEQ2AB7YXUSae2dcD+xIILcukEAuB022jEb22WYCDRefkNfyd7t1knyXLEmeUrU/0bQLTdniaBdeQej/yAQKBnVcEtzcX8Z2ZSWbK0Tek20zHiJPFDrAdtk/loPzwWmyOZBALjf61DfHlGQClRoSmUB+nzI9MydfvPpmueveB0v/eOG5Z8jn1p5dtUvfE3LE/MbaK66RzVt3qq5Ney+qdny4nLff/Qt58DdPyZcuv0A6O9rVP/XIo8/I+ZdcOe97NrxtfujaDW6mfFTd2ZyLY5qPABKozjpFAtkPqAxqzUSWpmo0b57ENQmquV4kkEsLCaSJGv9YTQyzHJwum4NMID/O4pBAGwvfl8nCa3JI8iMykKy+kTsP7IHJHsULFJrJbs29M47Jbo0cMDTimgQlE8iNNc3G3RpRoqlnWwm0s/Bbeb3wU+e6lybfIcuS76h6Q9W0C03Z4mgXXkGYsEQCBYM6rv4PCaR7HiETKPA80p+RUUuBqLm/dGZS0tGWkpHJuar9els6KQPdbbLdMvuPPtXFqRGImnunZkypeQImE0hDq7ZjR8Ym5OLPXycnr145Txx847t3yunvPLFqhk/cEsi7tsvWni0nrV7pFNAIqxtv+Wf503M+IIP9vbUVus5vLYQEumbDbXLjlZc6ZShXzlovEQlUK7nW+B4SqM56RgIhgWoJISSQSw0JVEv0sBycNnbIBAo8sA90yOjErGTz0bvaxyGBns9/R6aKW+SA1PtlceKEyAbAA/ubD+xIIHeyf7DDWeopX4iOX9vYMedFArlxppmk04iSOCTQtsJDsrnwc+e6TRaQyQaq9tFMZGnKhgTyqS8Z6JDhiVnJWdxfbGWfbYaIuQrNRGHkzSdwAMvB+TDIBGJPoGDb0dw7NfcXJJBLOY4+1ZwXCeRHMZlALosooRGWCl7W0JoTj5ETjj3CWQ7umKMOkx/ccZ9zvnBGizn/X111s/O3M09fU8qe8X63p6fL+W65TBiTMROUJeXu3+Espi9fcYF87IxTS4cGf3/V0Yc74uVn//7beZk8RmZdfcOtsv4LFznfM1Lsg+99u3z7tn9x/vsvL/lj2XDLHc6yd+YTzEwy5zzzvWvk8adenJcZVE3GhMsVZOpdeyVu5vc9afT40y861/Pt6z/vSLJwhpHH2xwTzPTyWIezrIJ1YK5/y7ZheXXTNjG/s//SRXL9X39WvnPbPU7GmPnvDVdd5khC73o8ZiZrK1jXmnEXx8ZLAAlUJ18kEBKolhBCArnUkEC1RA8SSBs7SCA/zjRZZHFIoOfyN8t0cYfsnzxVliTXRDYA24n8pl+/HQnkxAoSyG0ygz3tMpPNy/RsPrINdXekxUxim+Weoj6aSTqNKIlDAm0pPCBbC79yirQ4eaIckDy9avGQQD4e24l8zb3TnD2OCUskkF9vcfV/ZALpnkfIBAqMKckEcmA0Up/q3DNZDq4UxHtLAmUf/JnkX3Un7/fkp/3t75HkQYfN+8ly8iF8TUFBYrJWggJjeHTCESKfPu8jjngJZ7QYkXHbnfeXMl6MWDj0oGXOsZ7k8ARGORaepDjjPaeUXd7Mu/5lS4acv5vfX/c3N8nlnz7HkRPh33/i2ZeksyMjjz35QqQEOnj5kpLUiVoOLvy7URlSYQkU/n74756QMcvPmY8ROkbCGY4eo/XrLnJEUCVp5zEy37/n/ofl1DWr5RcPPipHHHagw6rceR5+9Jl5dXf3fQ+VxE/wd7x695iFr3FPxjm/VZ0AEqjOCEECIYFqCSEkkEsNCVRL9CCBtLGjmchiOTg/JuOQQM/kvyGzxVHZL3GyLE+dFtkAkEAuIs1SqprJbs3SHXFkPGjkgOEQ1ySo5m1m9gRyY3JvS6A3CvfJjsKvnWtZlDxBDky+v2p/omkXmrLF0S68gtD/sRxcMKjj6v+QQLrnESSQH5Wae6fmJQMygVzGcYh1Z0yJBCoF8d6SQLuu/1+S/ZWbNbMnP92XfEnafn/+SzOeRPn4h04rLbdW7pqC8ib4v8vJDk8OXHzeR+fJCnNeIzd+eOf9jlz5yX0PWu2rU25PIE8cVfp9I5o+8J41u/2+V7Zw9lO5TKDgEnRREsic15zz5de2ODIq+L/L8Sy3J1AwsyYscoK/b85nsq9MVpKRN+YTPL7ad73jy11TWAiGzxNmFvzvmdlZJ3sqyCwqw2xPxj6/5RNAAtUZDUggJFAtIYQEcqkhgWqJHiSQNnaQQIEH9r28HNxT+RskW5yUoeQJclDEpK25aiZB3bpDArkc4poE1UxkIYHcutCIEo3ss10m7LXCPTJceMy5lsHEsXJw6syqN1QkkI+nkd5aJxPIr7e4+j8kkO55BAkUGFOSCeTAaKQ+1RlTIoFKQby3JFCjZQIZYJ68ufRTH5cvXXtLKdOmnITxBIgngczSYcGPt0yYrQQKD/DM+W+45Q4nI8V8gkuzeceaJeE8CVROcMUhgTyR9MXPnSfXfeOHUk2slVvmLvhv37r1J6WMKVOmYKaQ+W9v6TpvT6SgdCongcLHe5zCS+mZf/eW06tXAgWFX2dHe9VxOn/ccwSQQHWyRgLZT9JpJ7I0VaN5mzmu5ZA014sEcmkhgTRRE3joUkzkOxOWw9MSvYOGyKK+jExOZ2U2W6jtwsp8qyuTkva2lIxGbO5qvqpZ0ksTO0ig2mInjkygJ3JflbzMSH/iSDk09dHIOEMCuYiQQC6HuCZBkUAuX82b2ntbAr1SuFNGC0+7123RnyCB/O62kSYskUB+vcXV/yGBdM8jSKDAmBIJ5MBopD7VGVMigUpBvLckUOQD0B4+wCZjw5MFYxO75KgVB5WWZrPJBKokQ2x+txyK4JJzQ4N9uwkR7zvVlrqLQwKZ3zXi5NmNr0l/b/e8/YHC5SgngYKi545/ecD5iskqMp84MoHCS+mRCbSHG95e+jkkUJ3gkUBIoFpCCAnkUtNM5Hd1pKU9lZBRi30NzP4Hg70Z2T46E1k9cU1kRf5wHQdoRCYSSAQJFHhgVwjEOCTQ47lrpCB56UkcLCtS50S2AiSQiwgJ5HKIaxIUCeTybSQJ9GL+RzJR3Ohcd29yhRyePKtqf4IE8vE00oQlEsivt7j6PySQ7nkECRQYUyKBHBiN1Kc6Y0okUCmIkUAuCk+qnLx65bx9d77x3Tvl9HeeWFpyrNwePmEJVG7ZtOCeQEY0/Oiun8tZZ77Lajk4I0t++dDv5l1XUKB0ZDLOkm/B/W7MNbzw0uvy/tNO3m1PILMXjtkDZ3hkXK7ZcNu8/W68/W8Mk/DSZuFylZM45nveMm9eNk2lwWlUJtALL70h69bfNG//nS3bhh2xZD7BMof38gkLrnKyx9TBGae/Xa782ndLewt5cXD2h05z9hqqJxMovDdU5EM/B+wxAkigOlEjgZBAtYQQEsilhgSqJXpYDk4bO0igwAP7XpZAj+Wuci6mI7FEjkqdH9kAkEAuIiSQyyGuSVAkkMu3kSTQxvytMll81bnunsQhsiL1iar9CRLIx9NIE5ZIIL/e4ur/kEC65xEkUGBMiQRyYDRSn+qMKZFApSBGAvntudyyYBeee8Zu8sXbz8db3qvafj3e2T155P23J0hsMoE8mfD40y+WLnbV0YeX5I35x/C1B/fWMX83MuOb37/b+X7wu8F/X/fnn5QHHn5c1n/hIue4KAkU/M3gOYN7C3lLtZUboJbbEyhcriA3bwk9j3uYi7dHkvmt4N+873l79ngcvboNXofhtniwT87+8LtrlkDBeooSYZETARwQCwEkUJ1YkUBIoFpCCAnkUkMC1RI9SCBt7CCBAg/se1ECFSQnj+eudS6mTfrkmPT/iGwASCAXERLI5RDXJCgSyOXbSBLo+dx3ZEq2ONfdlVgub0n9UdX+BAnk42mkCUskkF9vcfV/SCDd8wgSKDCmRAI5MBqpT3XGlEigUhAjgSIfxeYdYKTJO085Xk5avVL3xRY62ogb8zGZNK30IfOncWobCVRnXSGBkEC1hBASyKWGBKolepBA2thBAgUe2PeiBMrJtDyZ+5pzMUlpl1XpSyIbABLIRYQEcjnENQmKBHL5NpIEeib39zIrw851dySWylGp86r2J0ggH08jTVgigfx6i6v/QwLpnkeQQIExJRLIgdFIfaozpkQClYIYCRT5KFY6wDbDxf6MzXdkcE+fFYcsb74CVikREqhxqhsJVGddIYGQQLWEEBLIpYYEqiV6kEDa2EECBR7Y96IEmpNJeTp3Q+lijk9dLglTOVU+SCAXDhLI5RDXJCgSyOXbSBLoqdwNkpVJdywhi2Rl+sKqfQkSyMfTSBOWSCC/3uLq/5BAuucRJFBgTIkEcmA0Up/qjCmRQKUgRgLVNhfBtyAAgcYlgASqs+6QQEigWkIICeRSQwLVEj1IIG3sIIECD+x7UQLNFkflmfw3ShdzbOozkk50V20ESCAXDxLI5RDXJCgSyOXbSBLoidzfSl5mneu2WV4SCeR3tY00YYkE8ustrv4PCaR7HkECBcaUSCAHRiP1qc6YEglUCmIkUG1zEXwLAhBoXAJIoDrrDgmEBKolhJBALjUkUC3RgwTSxg4SKPDAvhcl0HRxuzyX/1bpYlam/0wyMlS1ESCBXDxIIJdDXJOgSCCXbyNJoMdyV5X6DiOTjVSu9kEC+XQaacISCeTXW1z9HxJI9zyCBAqMKZFADoxG6lOdMSUSqBTESKDa5iL4FgQg0LgEkEB11h0SCAlUSwghgVxqSKBaogcJpI0dJFDggX0vSqCp4hZ5Pv+d0sWYjdzNhu7VPkgglw4SyOUQ1yQoEsjl26gSyGaPMSQQEqi2EZdIOpWQod6MbBudiTxFR3tKujIpGZ6Yizw2mRBZMtgpW4anI4+Ns/9DAumeR5BAgTElEsiBgQRyY2Kot12mZvMyM5e36tNsD2pPJ6Wvu012jLnZv9U+i/oyMjmdldlsIepQ5+9IICtMHAQBCDQRASRQnZWJBEIC1RJCSCCXGhKoluhBAmljBwkUeGDfixJoV/F1eSH/j6WLOSx5lvQlV1RtBEggFw8SyOWABHI5DPa0y0w2L9Oz0RMt3R1pZxJ7bFc28obTKBIol5iWJ7NfEyN/CuJOtp+QvqJq+ZBAPp5GmrAkE8ivt7j6PySQ7nkECRQYUyKBHBiN1Kc6Y0oygUpBjASKHBpyAAQg0GQEkEB1VigSCAlUSwghgVxqSKBaogcJpI0dJFDggX0vSqCJ4kvyYv6HpYs5OHWmDCaOrdoIkEAuHiSQyyGuSVAygVy+jSKB5mRMns5tkEyiX2aLY861I4EysnUkOlOl0SYskUD+LTKu/g8JpHseQQIFxpRIIAcGEsiNCTKBanuu51sQgAAE9iQBJFCdtJFASKBaQggJ5FJDAtUSPUggbewggQIP7HtRAo0VX5CX87eXLuaA5HtlcfJtVRsBEsjFgwRyOcQ1CYoEcvk2igSaKe6QZ/M3S2dyP5ktjEpBsrIqdYkkE+0V+xMygXw0jTRhiQTy6y2u/g8JpHseQQIFxpRIIAdGI/WpzpiSTKBSEJMJVNtcBN+CAAQalwASqM66QwIhgWoJISQQEqiWuPG+s59iIn//IXe9+aLFD2rXUbY4pbM2fntbSkYno9fHTyUTzmS3zdvMGoGIBNo3JNBo4Wl5pXBn6WKWJd8hS5PvQAJZLOmFBEICBRtKqy8HN1XcJM/nvys9yeUyWxyRbHFajk19VtKJLiSQxY25kSYskUBIoGBId7anpCOTkhGLPZdiG1OaSf9FnbJ5Z/ReTmYpzsHejGy32E/KlNP2xRftRL4RiNvHZqVQiH4aGOxtl5nZvExb7OuieYFC85JBZyYlHW0pGYl4dmhLJ2Wgu80pm83Hlq8mdpBAPnkygWyisPmO2fjKJvnL9TfJV9ZdJCsOqb7XayOUvtnKE2TezGVrhNjaV64RCVRnTSCBlAPW/oyM78rKXM5usz7b6tEMOjQT6GbAms0XZWomZ3spVschgZBAVoFS4SBNDCOBRJBA+4YEGi48Lq8VflK6mP2SJ8ry5OlIICSQbLFcxiquN+E1E1lOnzoyLcXouTTRiPXezrTTWU1MRe/d0+oSaLL4imzM/0D6UofKTHGnzBUm5Jj0xdImvUggi8EFEsgCUuAQM5E/1JuRbRYT+R3tKefll2ELSZFMiCwZdF/UsfnE1f+RCUQmUDD+kEAiSCA/IjRZtJr5GJs+zzumPXHTlkgAACAASURBVJ2Uvu422WEh+zTjLk+8aq6lmY+dnpmTL159s9x174OlYl547hnyubVnVy12s4mFcHmu3XCbU/4oDpUg3X73L+Svrrq59OdVRx8uN155qQz2Vx6zVjvXg795Sr50+QXS2bF79nv4t4LnMb97xWfOlau+/o9NI+yauT3GWTYkUJ10kUBIoFpCCAmEBKolbrzvIIGUD+wJkWWDnbLZYqKlLZWQgZ72BX+r0NSdZvkFzVubmocuTexoJLhNxtfO4qPyev5fJZVok3wx6+wHZPYFqvbhrU2XDplALoe4JkGRQC5fzZvaqsnuZEKW9GesZJ/pf+eyeZmqIkfHi8/LS/kfy1DqSJku7pDpwrCsTP2ZZBJDFbsTzUSWpmw9HWlJJhMybiHvNBNZ3uSUzXNGM09Ykgnkh3Rc/R8SSDmmJBOoFJSae6fm/kImkIt4yUCHDE/MSi4f/daJzb3TqzjN84jm3ql5HtE8B2vunUggDVn/2JGxCbn489fJyatXzpMd3/junXL6O0+smuHTbBIoTHAhJFBQ3BhRc9ud99ckgsx3q0mg4LVrjq0tavhWoxJAAtVZczYPZ9qf6O5Ii3nrbGxX9NugmgGV5jo0D5S2k3TaiSzN9WoGHXFNgmquFwnk0tIs6dXVkZb2VEJGLdqFZvkFzWSPmeixncjSxIP2WE0MkwlEJlAwvjSxs9ASaEfx1/JG/j7pTC6S6cJO6UuskMNSZ1UNf9v7i+aeZX6wkd6E194743pgj2OyW9unxjUJqpnIIhPIbbJx3TttJrJGik/Jq/n/I4tTx8qMbJfJ/DY5MnW+dCaWVOxPNO1CU7Y42oVXCPo/ESSQH9Jx9X9IIN3zCHsC+TGpuXdq5iyQQC5jJJDLAQmknSnQHx8lDMIixMsaWnPiMXLCsUc4y8Edc9Rh8oM77nN+PJxBFMxQOfP0NaVMFu93e3q6nO+a7/3pOR9whNTjT7/onCt4vCervL99+/rPy0mrVzrHhTOZvGsIX/sjjz4jP7zzfucaNm3d4Vz7B9/3+7L+a9+TcLbM8Mi4nH/JlSWg5lredvyR8p+/e25eNk41URRma8qw7m9ukss/fY5z3rVXXCObt+7cjZs55+TUjExOTjnZWX9+4cfkn/7Pz0vHRmUUlavTcllOW7YNy6ubtjm891+6SK7/68/Kd267x/lN898brrqsJAHDjL98xQXysTNO1Qcc39irBJBAdeJHApEJVEsIIYFcakigWqJHRDORjwRCAgWjTBM7Cy2BthUflM35X8hA2yEymn1FuuUAOSL9yaqNgElQFw+ZQC6HuCZBNRNZSCC3LjSiRCP7bCSQl1W4NP1WmZJtMpF7Q45I/ZF0JyqvRY8E8rvaRpLgSCC/3uLq/5BAuucRJJAfk5p7JxJI9zxiKCOB3FhrRgn0TyMb5Ynp4domAur41seHVsixHfOzpoNCp9KEvpEHV99wq6z/wkXOMmZGpFyz4TYnm2V4dMIRGZ8+7yOOEPBEzWVrz3YETTjzxciNQw9a5hzryaGgzAn+3RT1e7f/VM44fY1TaiOHzv7Qac53g9fUkck4S9ktWzJUymS65/6H5dQ1q+XGW/7Z+a63nFtYAplrP+M9p5T+HrUcXFDimD2QojKhwjImePwLL70uRxx2oCNZzL+ba1m/7iKHm+Fw930PzZMwUbIuGBq2EujhR58pZSWFfzMot7w48RiHOdQRlnx1DxNAAtUJHAmEBKolhJBALjUkUC3RgwTSxg57AgUe2Ac6ZHRi1tnrLOqz0BJoS/6XsrX4H7Ks/TjZMveEdMgiOSp9YdXLQAK5eJBALoe4JkE1E1lIILcu9qYE2lZ4RDYXfib7p0+RKdkiY7lXZEXqHOlJHFyxP0EC+WiQQFF3v/l/Z08gfezoCNtnfHW2p6Qjk5IRiz2XNBnCmucRJFBgTNmfcVZoyFrs9YsEQgJp+wXv+GaUQOe8+FP5wcgLtSKp+Xu3Hv4++cTgEfO+703uf/xDp5Wyasr9QFDOBP93OQniyYOLz/uoI2dMxpAnmIIS5if3PThvebOwaAheR1A8GREVvO6hwT4no+cr6y7abek6m0yg4PeiJJC5JiNYXn5tiyOOgv+7HLewjDHXY7Jvwvv6hGVcueyiOCSQuWZPkIXPH/xvL2sqyCos7GoOTL64RwkggerEjQRCAtUSQkggl5rmoYvl4AIPXYqJfDKBdA9d7Ankx9lCS6BN+Z/J9uIjcnDH2+XVmf+QlHTLcenPVO1CkUAuHiSQywEJ5HIY7GmXmWxepqvsm+M1rLiWGN6bEmhL/gHZWvyVHNT+TpksvCEjuRflsNR/k77E4RX7EySQjwYJpBu5I4H0saMjjATyeNmOeZxxQV9GxqezMpctROLW7DM52NsuM7N5mZ7LR55X8wIFEkj3PGLgkwnkhmAzSqBGywQy9eDJm0s/9XH50rW3OMuZVcqE8cSIJ4HM0mLBj7fEW1gCmWPCS755S46Z3w8uzeadz2QRGQkUzFQK/lYcEsjLQvri586T677xQ6km0IJL4ZnrCi5vF15ezfzdK6+NBPKyh7zl5ILLs9lmApnftJVAwaXrPMYsCRd5q9znDkAC1VklSCAkUC0hhARyqSGBaokeMoG0sUMmkB9ne3M5uNcLP5Wdhd/Kkd1/IM/t+lfnok5IX1G1EdhOiGje+DU/2EiToM5kT39GxndlZc7ibVvNZLdmP7049j7RLBNmOCCB3ObS6hLI7C1m9hg7NHO6TBZelx3ZZ+XQ1EelP3Fkxf5E0y40giuOduEVgv7PXg5oJwo1oy8kkE/L9t6p4WuOtV32j0wgnywSSKQtnZSB7jbZPjZrFXL0qS4mTexo7p2aMaVVhb15UDNKIE3598SxNhkmnrAYm9glR604qOLyaeZ6w5lAlSRJ1O8Gs3LM/jzeXj6dHe3zsFRbki0OCeSV8dmNr0l/b/duWT3Bi6tUxnDWUyNkAlUSbXsiRvmNhSOABKqTJRIICVRLCCGBXGpIoFqiBwmkjR0kkB9ne1MCvZb/iQwXH5djej4sT03+b+eiVqUvlaS0VWwIPLC/+cCOBHJAIIHceGh1CfRa/l9kuPg7WZE5QyaKr8i2uSfl4NQHZTBxTMW+RDORhQRyMWruneb4ON5at5UD5vc1E4Wa0RcSyKeFBBJhObjAmJLl4BwYtu1iX+hTzfUigfwYNs8ZfPzsm5NXryzJHcPlG9+9U05/54mlJdbK7eETFjDh/w7vCWRkx4/u+rmcdea7pNxycN7fjOgJnmtooHfenkDm+kx2kPkct/LweXsCVfoNc6xZns58zHJs5ZY4K3f9D/7mqd1Ej5eZFJUJEyWBvKXyvAwob8+jcplA4SXxqsXuQmcCeeyC+y4ZVmZfo/efdjLNqIEIIIHqrCwkEBKolhBCArnUkEC1RA8SSBs7moculoPzY3Khl4N7NX+njBSfluN6z5JnJ+6RrEzK0emLpV16KzYEJJCLhkwglwMSyOXQ6hLolcKdMlp4Wo7IfFgmi6/IlrnH5KDkH8pQ8viKfQkSyEfTSBOWSCC/3uLq/8z9ZcxyXxfb2NGObm3rmUwgn6xmIp/l4FxujCnfHFMqlhLU3DvJBNL2fPvW8eWWJrvw3DPmSaHgfj5eNk54STJTKrNE20mrV5YKGF4SzRMn5USFkR/f/P7dpe8GzxVeKm7V0YfLjVdeKmaPoPDfvGsPlmv/pYvk/LP/UH731EZrCRQ8b3ApN29JuPVfuMj5/UqfatlOwSXuzLUtHuyTsz/8bmf/pHISKFiWYNnL/fZCSyBT3+EYMde84arLdtuHad+KbK4mTAAJVGdMIIHsB1TaiSxN1WgGHXG9Ca+5XiSQSwsJpIka/1hNDLMnkO5tZiSQH2cLLYFeyv9YxovPywl9n5BnJ+6VmeIOOTJ1vnQmllRsCDywv/nATiaQAyKuSVDNvgZOnzoyLcVidP+9qC8jk9NZmbXYs6G3M+10VhNT2cgTt7oEejH/I5kobpSVmf8m48WXZdPcr+WA5HtlcfJtFdlpJrLIBHIxal6gMMeTCSSiiZ1kQmTJYKdsGZ6ObPNx9n9IIN3zCJlAgecRMoEcGLZydF/oU535GCRQKYjJBLK6/ZQOMmLinaccP0/w6M7QPEcbyWI+RtjwgUAjEUAC1VlbSCAkUC0hhARyqSGBaokeMoG0saN56EIC+TG50BJoY+6HMikvyVv7PinPTfxcdhVflxWpc6UncVDFhoAEctGQCeRyQAK5HFpdAm3M3yqTxVflmI5zZaL4krw2+6DsnzxNliQrL0eBBPK72UaasLTNEDGlYzk4v45t753e/YVMoKT0dLbJzvHovWWQQH6caV6gMGPKXL4ou2ZykQ8/nZmUdLSlZGRyruqx7Ank4xnoaZe5bF6mZvORfJFA8/vKSGAc4BCwzXxpBVwmO2jd39wkl3/6HLJgWqHCm6yMSKA6KxQJhASqJYSQQC41JFAt0YME0sYOEijwwD7QIaMTs5LNR6cxLLQEeiF/q+wqviq/13++PDf+gIwXX5BDU/9V+hNvqdgQbCeyUsmEI0q2jsxYNapGmgT1JunGd2VlLleILJ9msluTRdvTkZZkMiHjFpkqtpOx5nxL+jOyxbLekEBIIEPgudwtMi1bZVXHeTImL8qrM7+UZcl3yNLkOyq2D0270GRzxNEuvELQ/4kggfyQjqv/IxNI9zyCBEIChW80DTemJBOoVIVkAkU+VnAABCDQZASQQHVWKBIICVRLCCGBkEC1xI33HZaDUz6wJ0SWDXbKZoslV8gE8iNzoSXQc/l/kOniZjlp4M9k49iDMlx8Qg5KfUCGEquQQFU6BMNsW+LnkikukWWJ90R2HZrJbiSQi1PzNjPLwbnMNKJEI/ts3mZ+Jvf3MivDckLXp2S88Jy8NHO/LEmukf2TlZfk0LQLTdmQQH6XxHJwynbBcnCl4LGVfewJ5Lc3TTYHewK53BDrLgdN7GjunZoxZeRgNnCA7YtF5iuaZXi9mNBcC8dCAAIQaHQCSKA6axAJZD+gcgYdin0NNFWjGXRoJtA1k6Ca60UCubTIBNJEjX+sJobZE0i3rwESyI8zTf/XlUlJe1tKRqss3fFc/lsyXdwup/SvlY0Tv5EdhV/L8tRpsl+i8hJOPLCLjBaelVcKd0h3Yn85IvXHkZ1GXA/scUx2a+SAKXhcb8Ijgdyw0izXoxElmnq2kUBP5W6QrEzK27o+I6PFZ+XF6X+T/ZK/J8uTlSWppl1oyhZHu/AaOf0fmUDBDj+u/o9MIN3zCJlAgecR9gRyYJAJ5MaEZj4mcjAbOAAJpKHFsRCAAASqE0AC1RkhSCAkUC0hhARCAtUSN953kEDKB3YygUrhpomdhZZAz+RvktniiLx94DPy0vhjsqXwgCxNvl2WJd9ZsTkwCSqys/CYvF64RzoTi+XI1AWRXYdmslvzwB7HZLdGDiCB/Kpv9T2Bnsj9reRlVk7qulRG5Rl5fuonsihxghyYen/F9qFpF0ggF6NmKVVzPJlAZAJF3qAqHEAmkAvGdsxjjtVkc5AJpOPb9EsMsxxcqSdiObhae22+BwEINCoBJFCdNYcEUg5YyQRyIg4JhASqp+vRTOSTCaSbyCITyI/MhZZAT+VulKxMyDsGL5GXx56UNwo/lUWJ1XJg6g+QQFU6hO2FR2RT4WfSnuiXo1NrI7sOzWQ3EsjFSSaQy6FRMoEey13lXO+ars/LiDwpz07dKYOJ4+Tg1BkV24emXSCBXIxIIJdDOpWQod6MbBuN3nNOEztJloMrtVckkE5SmKORQCJt6aQMdLfJ9rHZyLGROcBWsiGBfJyae6dmTGlVYW8eRCaQhhbHQgACEKhOAAlUZ4QggewHVM6AFQnkRBwSyG14LAdXWweEBNLFjmYiCwnkx+RCS6Ancl+TvEzLqUP/U14efVZeLdwpA8mVckjywxUbAg/sIpsLD8i2wq+kTbrkmPRnIzuNuB7YyQRy0bMnkMtBNdmdTMiS/oxsGYmeRI9aDq4gOXk8d60kJCVruq+Q0eIz8vTUj6U/uVIOrdKXaNqFpmxxtAuvkdP/sRxcsMNnOTgR9gTyIwIJhAQK9g9R987gsZrY0dw7kUCRQ3QOgAAEILDXCSCB6qwCJBASqJYQQgIhgWqJG+87SCAkUDB+NA9dmthZaAn0u9x1UpSsvHvROnl59Hl5Kf9P0pM4VFakzkYCVekQ3ij8m+wo/KckpU1WpS+N7DriemCPY7Kb5eD86uztTDupFxNT2cg6buXl4HLFKXky/3VJSaec3H2JjMtGeXLXbdKXWCGHpc6qyE7TLpBALkbNCxTmeJaDU8pRMoFK7ZVMIBeFrfg1x2om8lkOTseXTCD/Vqq5d2qeRyIHOoEDyATS0OJYCEAAAtUJIIFE5NoNt8k3v393idS3r/+8nLR6Zem/b7/7F/JXV93s/PeZp6+RL11+gXR2tDv/jQRSDljJBHLiBgnkNi8ygWq7RWkm8lkOTjeRRSaQH5MLLYG8JZxOX/RX8uroy/J8/h+kS5bJW9J/UrEh2E6INPMD+6v5u2Wk+ITD6IT0FZGdRlwP7EggFz2ZQC4HjSjRyL6ot5nnimPydH6DtEmf/F73Z2RX4hX53eQ/RgplTbvQlC2OduE1cvo/MoGCHT6ZQGQCBeMBCUQmUDAeou6dtcaO5t6JBIoconPAXiCw8ZVN8pfrb5KvrLtIVhyyXHUF9XxX9UMcDIE9SKDlJdDI2IR869afyMXnfdQRO+GG/sijz8g1G26TG6+8VAb7ex1hZD6fW+u+uYwEQgLV0l6RQC41JFAt0SOCBNLFjuZtZiSQH5MLKYEKkpfHc9dIUlLy7kVfkDdGt8gz+ZukPTEgR6c+VbEhMAkq8lL+dhkvvuAwWpW6VJKJtqodR1wP7HFMdmvkgCl0XJOg7AnkhlQj7Ak0Xdwuz+W/JR2JxfLWrotkOvGGPDr5HelOHChHpP57xbahaRdIIBej5t5pjicTSClHyQQqtVcygVwUtmMecywSCAkUvOEhgVwai/oyMjmdldlsweoh27Q5PiLBl949Hheee0ZpzjOK0ULJkumZOfni1TfLq5u2leZfo3476u+aawvP9Wq+G3Ud5u9e+e6698HS4fsvXSQbrrpMLajCv2fmtS/+/HVy2dqz5yU02FwXx7QWgZaXQFGNx3QEhx60TD52xqnOoWEphARSDljJBHLiCAnktjwkUG03HCSQLnY0E1lIID8mF1IC5WVWnsj9raSkQ05bdLlsHRsVs0eQ+e/j0n9RsSHYTog0cybQxvytMll81WF0bOqzkk50Ve04NJPdmrc2kUAudjKBXA4aUaKRfVETWVPFTfJ8/rvSldhfTug6X2YTW+U/J2+WTlkqR6bPq9g2NO1CU7Y42oVXCPo/MoGCAR2XBDf7tY7tyko2Fz1pumyoU7aNTEuhWNv4tdK3kEAuGds2b45FAiGBgu0p6t4ZPFYTO5p7p2ZMqelBWA5OQ6u2Y40EevA3T5VWPPJkhTlbcBWkSmdfKFlizrPhO/9bxienxEio4OpMtZVMdnvJv9p5whKo1t+s9D2P65oTjynNL4fZ1/qbSKBaybXe95BAoTo3kmfd+pscG7t86WLHRAcbabiDQwIpB6xIICfikEBuw0MC1XbTQQLpYgcJ5MeZJnYWUgJli5PyVP4GSSd65F1Dl8r20Rn5Xf5q58KOT10uCVNJZT62EyLNLIGey98i08WtDp2jU2ulPdFfteOI64E9jslujRwwhY5rEpRMIDekGiETaKL4kryY/6H0JA6RVV3/XeaSO+U3E9+QDlksR6UvqNg2NO0CCeRi1Nw7zfFkAinlKJlApfaKBHJR2I55zLGaiXz2BNLxbeYxpTZ2NPdOJFBtz/X7wrfKiYiwsPAkw+NPv+hcsrdNhvnfZs40mN1ittc44rADnMyU8PHethrlym2uw/u8/NqWeZlIRtBMTs3I5OSU81vhDJrgFh/BvwXnb825w0vDeS/5f+qTH5Q//7++Wvp9U77zPvEB+fK13563lFwwa2rV0Yc7GUvmY1PWchIonGRgzhUsSzgjq9JWJeEtTr58xQWOaDLnP/+SK51rDHKpxMur55NXryxtmWJY/MnZ75dL/tfXZfPWnfO2SPH4fvB9vy/rv/Y953c0WWT7Qvy32jUggd6scRO8a6+4xglqb08gr5F+/EOnlSx0WAIVigv8KpR56BJ3Mqwo0efWHKsJbnMFZlLOpnxJy+PM75tjDTKbsqmu1zypWp7XvQa7K4iPr30dqzgoY8dgs6ljr+5sjtUwM8faXoPuvPbx65zXhI9lW9bEu6buNMdqYlhzvVHtM5cvSjpVfrK+0vVr+Gr6HU3s7MhulLG512Vx+wrpbzuwKmrNNWjahbb/09SbI1D2cv8XVc/T+VH5xc6vSmdqUE5b/BdOv3Pv9qskV5yR9+x3hbQlOsrWiy2HuOvNpu/z69jy/mJZb7/c+XWZyg87fN4xdLH0pPeLiGH7+4smdnR9sH3fblvHWr768+4+NsnlipJOz+/zFuK85SpQxdcydszvqM6rHEPEce+Mismts0/Lo2M/lKWZlfLW/k/IVGFEfrHD9C0DcuqiylmFag6W4wLteW3HPJr7SzP3f3HytR13afhG3QvDv6nvT+zuL/rzuv1f1DhPc15bvpp+SsNXW2+N2DZtn6k19RbVBwfrNeq5IXisti3b3F80zwL0qX5txFZvirGJtn+wbZ+asnkxobmWhTr29V8XZfyN6OzLhfo97zwHnpSUvuW7P8tXykYJ/vsTz7jyx2TneKLg7A+d5oiGcplARj5UOr5cuczc69U33iqf/Nh7nT9ffcOtsv4LFzlbcpiPkRZ33/dQaem04LXNzM7K3fc+KJ/82PtKx27ZNuxkMW3aumOe+Amu9BSWMlHLwZnfvO3O+0tL1T3x7EvS2ZGRO/7lgXmrR33v9p/KGaevKV27V95KmUBB4RUsl/meEWzLlgw5QqzcViVeOQ2D8HJwwQQHsx+SqafpmVk5YNniiry88xgJZH7Tq+uDly9xeIZ/x5tHP+M9p8w7nmXpFrr1Ltz5kEAhlsE0uuNWHh6ZCbRleGbhauPNM3V1pJyJ1vFduchz93WnnQH71Ew+8ljNAeYNmKG+dtk+Ohv5tWVDHWLLwZxzYipnteRA5A8HDhjsaZOpubzMzkXfTBeZZQ8m5xxuUR/DN5svyvQC8+3pShvrIJPTC1tvmthJp5PS35WWneNzURicv9vWc09nynl9dHIqOn7b25Ji3i4fnoi+hs6OlLSnEjJm0S5SqYSYtPidY9Hxm2lPSld7SkYms5EczFvri/vaZZtFu4g8WR0HaGLYvP23bWTGQimLmDe4JmdyMldhHWUzQeA9xNlefmcmKe1tKRmz4KvpdzSx81L+xzJaeE72T71TliV/v+qlm77XvA2/0O3C/KjhOzGTk6zFOtX7DWScayhYrLmyL/R/UfU8Izvl6ezfS2disfz+0MUyPD4nT+b+Tswm78ek10omMVC2Xmz7HU3smB9aMtghO0ZnIpe0MQ+d5u32rSN293qzrM7I5JzkLe4v/T1tMpfNy/Rs9fvW49mvSk6mHT5Hpf9YuhLVNzXt7Uo7km2Xxf1FEzvdHSkxfaC5h0d92tJJMddh6rnaR9unmnZhzpm3aBe2sWOub1Ffu4xN5SQXXg4pYezq/Idlp08dnXFeaIn6RPWpwe9r7p0DPW0yk83LTETsmPNrxgWaMWVc986odjFceEJeyd8lg8lj5eiuD4ukpuRXY38rbYkeOS79mYpVomkXmrLF0S68QtjGcDP3f92dKeelNJsxpW2/E9Vuw383Y8rBnnbZsdBjyoTI4gF3jGbziav/M89m42/2f1HjPNt7p015gsfY1nNHe9JZinJ0L44pzR1hyVCHbLWYA9A8j2ieteIcUzr3l7m8zNg8U1e6d5YJAM39pSOTlI626HqO61m2mftUbexo7p2aMaWmj9D07Zpxl9fmNNeyUMc+uCEvrz8SPW+1UL/nneeUtSk56KTkbqetJIGMRPjhnfeXXRIuKExsloOLWmrNnON7t/+bXH7xOc71hVdkCn+/2rUFZcnw6MQ8CWR+xxNM5m9B2VRNApVbJcpcpyd2PFFTrc7K7QlkjvcyZ6Iyhcxe9ubj7U8f5D400LubBIpi7l1rkJf5t6BMCl9T+L/L1b3t7y50fHM+OwJIoDKcgnaYPYGiH0xUqessB+dEHMvBuQ2P5eDsOurwUZolvZz9K4anrSSQdjNNm6vvyqQcCTQ6GS36NMsvaGLnufy3Zbq4TZYkT5H9k++qetnsCeTjWcjl4KaLW+S5/HekK7FM3j50kTOZZv7b/Ptb0n8iXbKsbL3Y3l80seM+9Nnta7AvLIf0WO6qEpsVqXOkJ3Fw1RiOa+kOloNzsbMnkMtBs2SaZtm/qH0NdhZ+K68XfiqLEqvlyK4PSCI9J78auyZyfzFNu9CULY524TVw+j/2BAp29nEth8meQLrnESOBli3qlM073Zczqn3Mi0WDvRlnCVybj22bN+diOTj2BArGVNS9M3isJnY0906Wg7Np5e4xjZgJZJZxCy855smLShKo0vHlSIXnXcNiKkoCBZc9M+f3lmoLS6Dgak+vbdomwSwcGwkUXCXKK0d4qTxvKbZwOctJnuC/feA9axz5FV6JyhNVRgIF96s3v7vub26Syz99jlSSQMHjg9dTiZc5pl4JZOouvJyffevgyLgJtLwEMh3Wvb/8jXzqjz7ksPbS2davu8hJdSyXcmeO8+wrewIp1y9GAjlxhgRyuzbNRH5XR9rJBBrdFZ2xo3no0kz2aCay4uy8kUC62Pld7hopSl4WJ98mByTdFPNKHySQT2YhJdCu4hvyQv570ps8UE4e/FNHAm3M3yaTxZfl8NTHpTdxWNkqsZ0QaVYJVChm5fH8dSU2EjFE4QAAIABJREFUhyXPkr7kiqoxHNcDexyT3do+Na5JUPYEckOqEfYE2lZ4SDYXfi77JU6WI7pOl3RbUX45eqUkJSWr0pdVbBuadqEZF8TRLrxCtHr/ZzjY7hVjjtVsHq4Zo5kx5VBvxskAjPpoYifJnkAlnLb13Nmeko5MSkYsVhDQjAs0zyNIIL8VaO6dmvtLZyblZAKZzOqqY/Z0Uga622S7RZaeOQ99qksTCeRHlYkJPiI2ewIZQeItPeYJIcPOzItWygapdHyYeViieH8P72Hj/Z75/8FMILNUnbevu1n2rFomkPfda/7uB87PfGXdRWK+Yz42Eii4X3y52KmWFVVOAplzeNLk4vM+ulsGVLAsC5UJFF4mjkyg1uoFWl4ClUvJ8/YE8kKh0uZb5u9IIPsBlTPoQAI5YYUEcluX5qELCRR46BrokNGJWWepwqhPq2cC5Yq75Mn8/+dgGkyukoOTH6iKDAnk41lICTRZfEU25n8gfclD5aTBP3Yk0Mv5O2Ss+KwckvywDCRXlq2XVn9gzxYn5an8DSU21Vh5B2kmuzVvbcYx2Y0E8sO+tzPtLKU6MRX9ooNZmsosBzc9G72kbHdH2llieMziBQrNJJ1qsjuZkCX9GdlisexV1NvMmwsPyLbCr2RZ8h1yWOepTqbpz0f/HwfkCekrKvbvmnahKVsc7cIrRKv3f4aDrRwwxyKB/PC3jR3v2cz0D9nwcphlWpNtFm3U2DT8d9t6RgL55DQT+eYFCiNKrJYY7m2Xmdm8TM9F31+QQG592LaLfSG73GnzfRkZn85WXP472D41907NmFLTR2j6du2qFkggtybCEsibIzV/M/vAhKVPeAm04JYa5kV68wkKlagl08Iv3nvxEV6hyfy79zJ+WAJds+G20l49wb17wplA5hzhfW5M+cpxCAud8J5A99z/sBy4fKn89vHn5Kwz3+Vw0kqgsBgK/kZHJrPbnkBB2RUUc+b6w0volZM9HttKvMzf68kEslkaUNP+OXbhCbS8BKoXKRIICVRLDCGBXGpIoFqiR4RMIPvY8TJQDOn+xFFyaOojVaEjgXw8CymBxgsvyEuF22UgdYScOHCuI4Fez98jO4uPyYGpP3CWdir3sZ3I0rzx20gP7LOyU57JfbOE5qDkB2QouapqDMf1wB7HZDcSyK9KJJDLIkoCbSrcJ9sLv5blyXfLIZ1rHAlkMoEKkpNV6c9JUtJl24emXSCBXIT7woSlrRww16uZKNSMvsgE8mnZTnZr+JpjbesZCeST1UzkI4Fcbq0+pvSiRxM7mnsnEkjb8+07xwdfeveuylvqzftvb8WkzVt3isnQWTzYJye/9eiSlAmew7xUPzTYJ2uvuEYqHR8sfaU9ZIKi58Zb/tn5SjkJZP7dCJC77n3QOea/nLxKxiZ2OVKonAQKLgnnSSvzvWBG0pmnr5HzPvEB+fK1394tW+ib37/b+R1vyTmToeP9m/n3cFKBV9ZKewKFl48LLqMXrodqCQrBJd68cwaP9zKrvP2NyvEy16qVQF49e+WsVP59J+Jb+0qQQHXWPxLIfkBlUJMJ5AYcEsjlgASqrQNCAtnHznDxSXktf5cDui+xQg5LnVUVOhLIx7OQEmi08Ky8UrhDBpMr5W2DH3ck0ObCL2Rb4UFZlnynLE2+vWy9tPoD+67iZnkh/w8lNmY5Q7OsYbVPXA/sSCCXOnsCuRw0okQj+6Ik0GuFe2S48JgcmPwDOajzREcCPTD6/0peZuTY9J9LWsov7aJpF5qyxdEuvPbd6v2f4WArB8yxSCD/zmAbO96zGZlASenpbJOd47ORA3OWg/MRkQnksrCVo/uCWHfaPJlApSAmEyiyy2vKA4zQ+t7t/yaXX3yOk73Dp3YCZP7Uzm5vfRMJVCd5JBASqJYQQgK51JBAtUQPmUCa2NlS+HfZWvh3B3R34iA5InVuVehIIB/PQkqg4eIT8lr+blmcWiUnDHzUkUDbCg/L5sL9sl/iJFmeenfZerGdyGrWTKCJ4kvyYv6HJTb7J98lS5KnVI1hzWS35q3NOCa7NXLAFJo9gdyqb+Xl4F4p3Cmjhafl4NQH5YCOVY4E+tXodZKVXXJ0+tPSLj1l24emXSCBXIT7woQlEsgP57j6P/OCHhIICeRF2iDLwUmzjim9OkYC+f0qEqi2uYhG/1ZwmblGL8vevn4k0N6uAf3vI4H0zOZ9AwmEBKolhJBALjUkUC3RgwTSxM6r+btkpPikA7pTlsqR6fOqQkcC+XgWUgLtLDwqrxf+VfZLrZbjBz7kSKCdhcfk9cI9zvJmZpmzcp9Wl0BeBpXHZmnyHc5eKNU+msluJJBLUvM2M5lALjONKNHIvqhMoBfzP5KJ4kY5LPUxWdZxlCOB/mPs6zJXHJWVqYskkxgs2zw07UJTtjjkqFeAVu//DAckkB/OSCARloPz40Ezkc9ycC43+lSXgyZ2NPdOzZhS8wSsyfJkTyANWY6FAARakQASqM5aRwLZD6icQUd/RsZ3ZWXOYvNRTdVoBh2apbQ0k6Ca60UCubSQQJqo8Y/VxLAzYTk8LUWLn9IOnC1OKV2ZlDNJNzo5F3m45s0729h5Pv9dmSpucuNNFsnK9IVVrwMJ5OPR9H9R9by98BvZVLhXlqZOkuMG/tCRQGPF5+Tl/D9Lf+Itcmjqv5atl1Z/YPdEmQenWtaUd0xcD+xxTHZr5IApX1yToEggN3pMm8/li7JrJhfZX2tEiaaeoyTQxvz3ZbL4mhye+oQs7Tjcub88NPZ3MlPcIUem/lQ6E/uVvXZNu9CULY524RWg1fs/wwEJ5IdzXP0fmUC65xGWgws8j/RnZHRXVrIWz/Wa+0tnJiUdbSkZiXh2aEsnZaC7TbaPRS/jZ66aPtWtOySQH8NkAkUO9zgAAhBoMgJIoDorFAlkP6ByBh1IICfikEBuw7OdyDfHdnWkpT2VcB42oj5mE9/B3oxsH52JOjS2t5kjf7iOA5BA9rHzZO7rkpMph3ab9Mkx6f9RlXyjSaCCZCXduUOy2ZSkcksio0oTOwsrgR6WTYX7Zf/U2+WYgfc6EmiXvCYv5L4v3YmD5YjUOWWvvdUf2LcXH5FN+Z85m92bje8XJd4qB6beV7WeNZPdmhco4pjs1sgBU+i4JkGRQG5IaSbpNKJEU89REui53C0yLVvlLak/kcUdBzgS6OHRm0r/1pVYVrZ9aNqFpmxxtAuvAK3e/xkOSCA/nOPq/5BA9mNKUxtIID8mNfdOzf0FCeQyXjLQIcMTs87LGVGfqHtn8PtIIJ8GEigqsvg7BCDQbASQQHXWKBIICVRLCCGBXGpIoFqih+XgbGOnIHPyeO76EuSUdMhx6b+oCr3RJNBUcbM8n/8HaZc+OTpCcJmC7y0JtLX4K9mSf0AOaDtVVva9y5FAM7Jdns19SzpksRyVvqBsvbT6JOiW/C9la/E/pDM5JNOFYRlMHCsHp86sGsOayW4kkItSM5HFcnAuM40oWUgJ9Ezu72VWhuWo9IUylFniSKBfj31bdhVflxWpc6UncVDZ9qFpF5qyIYF83HFMWCKBfL5IIJaDq3Uin+XgXHKtPqb04gcJhASqbQaCb0EAAs1AAAlUZy0igewHVAY1mUBuwCGBXA5IoNo6IM1EfisvB+dLhkUyIzsd2Cekr6gKvdEk0Hhho7xU+JEkJCnHp/9nZEBpYmchM4E2F34u2woPyYHpd8tR/f/FkUBZGZencn8nbdIjx6Q/XfbaW/2B/fX8vbKz+BvpTx8sY7lXpV+OkkPTH6laz5rJbiSQixIJ5HLQvKmtESULKYGeyt0gWZmUY9IXS39mwJFAvxn7rkwWX5bDUx+X3sRhZduHpl1oyoYE8nEjgZRyNCGyZNBdstfmgwRCAgXjRDORjwRyybX6mNKLH03saO6dmjGlTZ/nHcOeQBpaHAsBCECgOgEkUJ0RggSyH1AZ1EggN+CQQC4HJFBtHZBmIr+VJdB48Xl5Kf9j6UscIRPFF6UoBTk+dbkkEmYxj/KfRpNAw8Un5LX83U5hVqUukWSivWpQaWJnISXQG4V/kx2F/5SD0++Tt/SvcSRQoTgnj+evl4S0yfHpS8ted6s/sL+av0tGik/K0vb/n733DpOjuPb+v909u7O72qBVXK1yzgGDQMYmGwMCjMEgkk2yZYywMeHCi3x/vn788vjKF4zBJsoig4wQRoABgS5JxgSRlbXKebU5p9mZ7v691U3N9PT0zHTNzmhnZ077D6Od6u6qb52q6j6fPqemo7p7C4owFuM8l8Ts41S9sKfC2S0CB1ijU+UEJQhkmlRfgECbA3+BCh+me25CsbefAYG+bl6BFn0XxigXoUSa4Dg+RMYFQSBTQrZUlpXm44hLSEEQiCBQYk+17tP+5ecqyPMqaGztnX0mjXEBoGxgPo7Ux4d3Iump2bXdPvMY79TFXrR0+tHt1+LKThDIlMitviJ7lLLrlg3IR01jJ7Q4WdvSYU4VtR2RtZMgUNyhSAVIAVKAFOh1BQgC9bALCAK5f6AyHjpoTyDD4ggCmQOPIFBiE5CIIz+bIVCN9jmOaO9jkDwXTfomBPQuIx0cSwsX7ehrEKhW+wKV2ntGc6Yq1yNXKolpVCK2k0wIdFBbgwZtA8bknIPxxccZEIgdGwJ3G/8fDc5l+wv7PvVlNOs7MTJvHg52rUMBRmKi5/KYfZyqF3aCQKbslA7O1EEElIjAvnj7GljnjH5sr8AcBetb/oFmrQKj5fPRX57qOD5ExoVI21IxLngDsn3+YzpQOriQOacKgtOeQGLvIwSBQjYp8gGFyEcGtCeQqXEqwLrhjxEAiCJrJ0GgxN7r6SxSgBQgBY6mAgSBeqg2QSCCQImYEEEgUzWCQIlYj9i+LtkMgQ6qa9Cgb8BI5UzU6p+iS2vBVM8i5KIwqvB9DQId0T5Ejfax0Z6Jyk9QIA2LaVS9BYF4RMu4nPMxtnhOEAJtUR9CQG/HNGURcqTIfsl2J+gu9Xm06wcxsd+Z2Nn+NvIxFJM8VxMEive5rcAXv0xMEUcWQaDeg0AaAtgU+DNkKJjpuQ0FXsWAQBubX0Gjvhkj5XMwQJ5JECjOo0Vf+mqdIBBBIKs5UyRQSA0RRz5FApm6ZfszJbceEdshCJTYuzqdlT4K7N5fif9csgx/WLwQ40eXC1WsJ+cK3aiXCn++vgL3Ll2JR/54C0pLinqpFnTbo60AQaAeKk4QyP0DFZOaIoFMgyMIZOpAECixCUjEkZ/NEGi3+gLa9P0Y71mAKv1dtKv1mKL8DF5pQFTh+xoEOqT+L+r19UZ7xso/QrE8PqZRidhOMiOB9qmvoFnfgQm5F2J00YwgBKoIPA4f6jFZuQ550qCIumf7C/uOwNPoRDWmF12ILa0vw4sBmOL5Wcw+TtULeyoiHkQiRFijU/UlPEEg06REvtQWiZYR6edYkUABvQNb1AehIB8zPL8KQqDNza8b8+AI+UwMlI9xHB8i40KkbakYF7wB2T7/MR0IAoXMOVXzH0UCib2PUCRQyCZF1k6R9YUigUyNKRLI1IH2BErMXyBy1qrVH+C3dz8RdspPL5+PW69f4OoyyYIlnV3d+N09T+BAZU3SwIRI3f68dKXRXt5ukXPdCMXb98a764LFRXS238NeX/vvTv3Ky8ycOg4/v/I8/G3560nT2o0GVKb3FSAI1MM+IAhEECgREyIIZKpGECgR66FIILe2s01dim69GVM9C3EYr6MlcASTlKuQL5VFFb6vQaB92j+NNEjsGKXMR6k0I6ZR9RYE2qu+hBZ9NyblXIKRxVOCEGin+hw69EpMUK5EP2l4RN2z3Qm6LfA3dKMJxxZfhS9bnkEOijHN84uYfSzi7BZJ3ZEKZ7cIHGCNTpUTVMSRRZFApvmJgBKRfo4Fgdh8zuZ1Pg54JNCWlrdQp32Bcvk0DJbnOo4PkXEh0rZUjAvegGyf/5gOBIFC5pyq+Y8gkNj7CEGgkE2KrJ0EgdJjnzXWexQJFLJhts7SATBYsO7Lrfj97dchPy8XHFYwbfjfYumULFjCrrP0mX+ipa0DDI7MnTOlx90jUrd4UKWnleG6zjt2Gi6af3JQ57IhA1wDN2sdROpr7+OetoXO77sKEATqYd8RBCIIlIgJEQQyVSMIlIj1EARyYzu6rmGj+idD4Nme/8AB6UU0+vdjgnIF+kkjogrf1yDQbnUl2vR9RnvKlVMxWDo+plH1FgTara5Am34Ak3OvwIii8UEItEd7Ca3aboxVfoRiKTKKKdudoJv9D0CVOnFi6Y34uPEhYz8rtq9VrEPE2U0QyFRSxJFFEMjUTASUJAsCdeq12KE+aUQNsuhBDoEqWt5FtfYJyuSTMFT+tuPwEBkXIm0jCBSSOxVfrRMECulLEAigdHAhexBx5FM6OFO3bH+m5NYjYjsia6fIM6XIGzBFAomolVhZJ0BgBxaNza244c77sGnbHuMm554xzwBE7GDRO9bolqfuvxMTxg53LM8gU7SD1YMf+w5WhYERBjzaOrrQ1tZh3GvY0IFYevdtwRRv7PfHn19tnG79zQqB2G/21HA8JRqLivnV//fX4P1Z+66+9Bzc9eenwlLJWaNrWDQNS6XGDidt7G21a8rOY/d/8bW1hpZvvrcuLCKL6chBmL391112Dp5Y8WZYfWMBO6c+tqaD4204fs6UoI5Mg6sWnIWb/+tBHKmuD/Y5b5fdJqz1TcwS6ayjoQBBoB6qTBDI/QMVk5rSwZkGRxDI1IEgUGITkIgjP1vTwfn0RlSoy5ArlWCa53ocllahtnsXxioXo1gaF1X4vgaBdqhPo1OvNtozRD4Bw+RTYhqViO0kMx0cj/iZmvsTlBeNCUIgvlfQSGU+BjhEMWX7C/uGwN1Gf542cDHer18CSfdgVs6tMfs4VS/sqXB2i8AB1uhUOUEJApkmJfKltggoEennWJFA7fph7FKXG3ufGXugfbMn0PaWtajSPsQQ+dsYJp/kOD5ExoVI21IxLngDsn3+YzoQBAqZc6rmP4oEEnsfoUigkE2KrJ0i6wulgzM1TgVYN/wxxV60dPrR7dfivoiKrJ0EgeLKGSqw/1Og6ZDACUkqOvoEoH/kx5DRokSsf99cYcIfBiW483/B+acaES1O0TYMMEQr79QaBkjueWQFrrzoe8bP9zy8Akt+szC4Vw2DIKvf+zQIfqx16/L5sPrddbjyojONc1nZqpoGA6xUVteFgR/225iRZWGRODwyJ146OHbPla+tDaZP27x9L/LzvHj1rQ+D12T3X77qbcw/Y17EPjtOEIi3485f/Rir3/0EPzr3FCMay34ve/t5O9n/u0nbJwKB2PV4H48qH2LoyDRmoOu26xdEtQF7nyXJaukySVaAIFAPBSUIRBAoERMiCGSqRhAoEeuhSCA3ttOi78Fe9R8olEZjgudSVMmvo8q3FaOVC9BfmhxV+L4GgbYGHoUfLUZ72IbobGP0WEdvQaDt6tPo0qsxPfc6lBUND0Kgw9q7qNO+RLl8OgbLx0VUPZudoJruxyb1PsjwGBDo3fq7DH1mKbdDkpgbyvlI1Qt7KpzdInCAtTZVTlARRxZFApl2JwJKRPo5FgRq1fdij/oiCqUxGK8sCEKgna0folJdi0HyXAyXT3McGCLjQqRtqRgXvAHZPP9xDQgChcw5VfMfQSCx9xGCQCGbFFk7CQJROrjE3nozdE+gDx4A9oX2hUlUG+HzTv4lMCYyYjoaBLJGqdijWqzAxE3KtXipy9g1lq96B7ffcJnRLBZdxOEM+7f9/Fh1s0a4NDS1hkEgdh8OK9hvVnARCwKVDx0UUSdWLw523KR0ixZdxWGatT/tmjrpF09T6/XcQiAOeaKlruN9YtW4tKQoqMMl55+alDR+wrZNJ7hWgCCQa6mcCxIEIgiUiAkRBDJVIwiUiPUQBHJjO3Xa1zisvY2B0myM9JyFWs//4nDn+rj75vQ1CMQgAYMF7CiSxmOc8qOYRtVbEKgi8Bh8aMBM788xpHBoEAJVaR+hWvsIQ+XvoEz+TkTds9kJ6tfbsFV9GB6pH04ZcCveb/gfaHo3ZnhuhoLoqRREnN0iX22mwtktAgeYcaTKCSriyCIIZA5TEVAi0s+xIFCzvgP71FdQIk3EGOXCIATa1fLpN/P9MRihmF+B2g+RcSHStlSMC173bJ7/uAYEgUKWnKr5jyCQ2PsIQaCQTYqsnQSBCAIl9taboRCoD0YCMQhkTbnG+pPt28OiRqJBoGjlnWzBGqHDfrdDi3gQiEGJa27+Y/DSPFWbHQJxuMFgxcHKGljTzrmBQE6Qw54W7a47rjMijewHv7c1dZ61LNPx+jvuNVKvscOa1s4NBLJrYE3PlgoIZNWbt5VSwiU60x298wgC9VBrgkAEgRIxIYJApmoEgRKxHoJAbmznsPaesVE4S482VDkBDTnv40DH5xghn4mB8jFRhe9LEEjTVWxS7w22hadIimVVvQWBeMTSbO8NGFQ4KAiBarUvUam9i0HytzBcNsP/rUc2O0F9qEdF4HHkYgBOGngj/tVwHwJ6G6Ypi5AjFUbtZhFnN0EgU0YRRxZBIFMzEVCSLAjUoG/GQXU1SqXpGKWcG4RAe1q+wEHtrZjRkCLjQqRtBIFCU1EqUhcRBArpSxCI9gSyLvwiKb1oTyBTuWx+pkzUdkTWTpFnSpE3YNoTSEStxMq62RPImmKNAyF2t2gQKFZ5ey3tEIX/HguCWCOBWKq6xUuWBVPFxYoEYtc2fn/0BeM2f1i8MGxfId4m9v9WuBUtEsjellhRUU7p4Pj5HAAtWbzQiKTpC5FAfC+jWPs8JWaRdFYqFSAI1EN1CQK5f6BiUtOeQKbBEQQydSAIlNgEJOLIz9Y9gfaqq9Cisz2ALkSJPBHNOR9jb8eHKFdOw2BpblTh+xIECqADWwIPBtuSi1JM9SyMaVQitpPMPYFYPVl9j8n7NQb0Kw5CoEZ9Gw6or6G/NA2jlfMi6p7NL+yd+hHsUJ9FPspw4sCF+LDhQbC9rqZ6rkcuSqL2c6pe2FPh7BaBA6zBqXKCEgQyzUnkS20RUCLSz7Eigeq1r3HIiPCcgxHK94MQaG/rehxQX0d/eSpGy+c7jg2RcSHStlSMC96AbJ7/uAYEgULmnKr5jyKBxN5HKBIoZJMia6fI+kJ7ApkapwKsG/4Y2hMoaMRsnaUjMuqGwwqmDdsPxg597CnQOMThqcTYedbIlXgp0+ypxXifWKODYkUCMQh079KVwb16rPvp2COB2LXt+91wiGGHYXYQY9+nZ83azzCifCi+3rQjuJdPTyDQfy5ZFoRSTBMr2HKKBIqWxs/JppMdCWTfF4rd07oPFI2r9FWAIFAP+4YgEEGgREyIIJCpGkGgRKyHIoHc2M529Ql06XWYpFyNAnko2nI/x67296OmHeM90ZcgkE+vR4X6OHKlInTrrZCRi5mem2MaVW9BoE2B+6GhG9/y3orSwn5BCNSi7cZe7SUUS+MwVrk4ou7Z7AS17n9ywoCf4JPGR9Gh1WKSci3ypcFR+1nE2S3y1WYqnN0icIA1OFVOUBFHFkUCmaYnAkpE+jkWBKrRPsUR7V8YLB2PcuXUIATa37oF+9SXUSxNwFjlIsexITIuRNqWinHBG5DN8x/XgCBQyJxTNf8RBBJ7HyEIFLJJkbWTIBClg0vsrTdD08ElKkaKzmOA4Ld3PxF2dZ7qjf/RmqqMRegMKi3G8cdMNSKB2GG9BksJNqC0OJjazKm89WbR9raxRvs88vQrxin8ftbf2N/ZHkI8zdp3j5+J5tZ2Awo5QSBrSjgWdcMPa0TSuWfMw9WXnoO7/vxURLTQ48+vNk7hKeeeXPEm+N/Y36OlRIsVCcTOs6bPmzllrHEPHqnkpJG9vhzYOZlJsiEQu4c9govrwfYIoiN9FSAI1MO+IQhEECgREyIIZKpGECgR6yEI5MZ2NgbuhQ4VM5VbocgedHrXY3vb/xpRQCwaKNrRlyBQOw5hV+DvKFFGolk9aDRptueOmEbVWxBoY+BP0KHhOO8dKCn0BiFQu34Yu9TlKJDKMVH5cUTds9kJ2qRVYL/2T5RIk3DcgEvxaeMTaNMOY4LyY/STyqP2s4izmyCQKaOII4sgkKmZCChJFgQ6on2IGu1jY/8wto9YgVdBbo6CA60V2Kv+A0XSWIxTLnEcGyLjQqRtBIFCcqfiq3WCQCF9CQJROjjr5CYSzUHp4EzlsvmZMlHbEVk7RZ4pRd6AKR2ciFpU1o0CDGgtX/UObr/hMiPKiQ5SIJsUIAjUw94mCOT+gYpJTengTIMjCGTqQBAosQlIxJGfjeng/GjD1sDD8KAA0z2/hCQB3XlbsbX19WAaoWjK9yUI1KzvNL5+H5QzGc2Bw/DrbZjqWYRcRN8vRsR2kpUOTtc1bFT/BAkyjsu7A8X9coIQyLrvzVTPzyK6JZtf2Ou1DTikrcEAeRaOKb0Anzc+gxZtP8Yrl6JQGh118kjVC3sqnN0icIA1OFVOUIJApjmJfKktAkpE+jlWJFCl9h5qtS9QLp+GwfLcIAQ61Lobu9Xn0U8aiQnK5QSB4jxalA3IR01jJzQ9dkG2dpaV5uNIQ6erhxWCQIJwVAKGlOajyqW+qZr/KBJI7H2EIoFC04HI2imyvlA6OFPjVMyphj+G0sEFjZjSwbla3jOukDXNXMY1jhpECsRRgCBQD02EIBBBoERMiCAQQaBE7IafI+LIz0YI1K4fwi7178HoEubI0vJ3YWPLquCG4pkAgRr0TTiovolhubPRHKj8JlXY1ciXhkY1LxHbSRYE0vRubFLvN9LVHZt3axgECujt2KI+FAR29opnMwSq1T9DpboWg+S5mF16Nr5sWoEmdaeR7oqlvYp2EAQylXFrO6ysiCOLIoFMfXsDAh3U1qBB24AR8vcxUJ4ThECHW/djl/osClCGiZ6rHIeGyLgQaVsq4ChvgFsHrz6rAAAgAElEQVQbVmTJ+MiqurHL1aMFQSBXMgULeRQJA4q8qGmKr6+I7cgEgYIau434ys9VkOdV0NjaHbcTRcaFyEdpBIFC0ousnQSBKB1c3EEbpQBFAiWqHJ1HCpACpECkAgSBemgVBIHEHC0UCWQaHEEgUweRl66CPA9yFQlN7f64o5a9sJcWeVGb7Bd2WcKQEi+qXDpa4lY0wQIijvxshEAN2iYc1N5EqTQNo5TzjEggqWA/vm5+ASXSRIxRLoyqfF+KBKrRPscR7X2M9M5DS6AKzeo+jFMWoEgaE7V9IraTLAgU0DuwRX3QAD3H5N0UBoF0XcdG9R6jvk6p7LLZCWpNfTW99HR83fQSGtStGCWfj1J5atQ+FnF2i6TuSIWzWyRChDU4VV/CiziyCAKZpifk7BZYO2NFAu3XXkOTts2Y19n8ztPBHWk9hB3qU8iTBmOycq3j2BAZFyJtS8W44A3I5vmPa+AWDrDyIo5CkccvgkAhtdwCRBF9WVm3/UwQKKSsSDQHpYMzdaM51dRBxHZE1k6RZ0qROUJkbh9Y7EVbpx8+v+bqFhQJ5EomKkQKkAIZpABBoB52JkEg9w9UxkNHiRct7X50B9wtzG67R+ShI1VOULd1ZeUIAplqEQQSsZpQWREbzkYIdET7N2q0T4w9I9jeEQwCefodwRdNz8bcM4Ip3JcgUKW2FrXaZxiffwaa/JWoD4Sco9EsS8R2kgWB/GjB1sCjyEEx5uQtCoNArJ6bAvdDQzdmeG6GgvC8zNn8wn5Yewd12lcol8/A1NITsaHpVdSpGzFSPttIERftSNULeyqc3QSBQr1YlO8xPhNu7Yj/oUNpYS66/Co6fWrcRaRfngfMid3s4gMKkS+1RUCJSD/HgkB71JfQqu8ORsNxCFTdWo0KdRm8UimmKAsdNREZFyJtS8W44A3I5vmPa+AWDrDyIo7CuAPHUoAgUEgMgkAARQJZ3kdKvMbHeX4X7/Ui6wulgzM1pnRwpg4icztBIJHVjcqSAqRANipAEKiHvU4QiCBQIiZEEMhUjSBQItYDiDjysxEC8a/FRyrzMUCaYUCgvMJ6rGt8HAXScExUrowqfF+CQAfUt9Cob8SUfuehsbsK1X62V8YZGCwfG7V9IraTLAjk0xtQoT4GLwZgVt7PIyDQ1sAj8KMVUz2/QC6Kw+qezU7QA+pqNOqbMVI+B5NKj8Om5jdRE4jfxyLObpEPKFLh7BaBA8wwKBLIHB7ZCoHYvj9t+kGMUy5DkTQqGAlU01aPbYFHkINCTPMsIggU59HCrSOf9gQyhSQIRBDIOqQIAhEEsk+xfWlOZXWnSKBQD1IkUGK+CDqLFCAF+q4CBIF62HcEgQgCJWJCBIEIAiViN/wcEUd+NkKgnYFn0IEqTFCuRD9puAGB+hW14KOGR5EnDcFk5ZqMgED71JfRrO/EjMKL0eSrxiH/vzFEPhHD5O+mFQTq1Gu+SdU0FDO910ZAoO3qU+jSazBJidzPKJsh0F51FVr0XUb6wvH9Z2BL8zuoCnyCMvlkDJXnRe1jgkCmNG5th5XtS+ng5M5uDHn+HQTyvai7/Iy4S0kmRQLtCDyNTlRjonIVCqSyIASqa2vClsCDUJCPGZ5fEQQiCBR3XIgUIAhEEIggkPOIEVk7KRKI9gQSmXetZSkSKFHl6DxSgBQgBSIVIAjUQ6sgCCTmaKF0cKbBEQQiCNSTqYcgUOwoss2BB6CiE9OVG+GR+hkQqLi4Cx/U/zVmuiDWJ30pEmiX+jza9YM4pvAnaOyuwb7uNRgozcYI5ay0gkDteiV2qc+hQCrHdO9VERBot7oCbfoBjFMuRZE0Oqzubh35IhtAsxv0ha82rbqM7T8J25v/hUOBDzBE/jaGyScRBIozibq1nb4GgaROH4bd9Sz0/Fwc+e1VcZeSTIJAFYHH4EMDJnt+ijwMDEKghtZ2bFLvgwQPZnluJQhEECjuuBApQBCIIBBBIIJAseaMvvBMaa0/RQKF1KBIIJHVkMqSAqRAJihAEKiHvUgQiCBQIiZEEIggUCJ2w88hCBQdAqm6D5vVv0CCglme2wzJGAQqLVHxft29yEE/TPPcGFX+vgSBtqtPoEuvw9zin6PJV4udvpdRIk3CGOWHaQWBWvUD2KOuQKE0ClO9V0RAoH3qK2jWd2C08kP0lyYRBPpGgR3q0+jUzaiHUf1HY2fLxzjgfxeD5OMwXD6dIFCWQiD4VZT/7kmWowqV//fauEtJJkGgrYGH4UcbpnluQA6KghCoqa0bGwJ3G1rM9txBEIggUNxxIVKAIBBBIIJABIEIAgXiTpsiKYbjXsxSgCKBRNSisqQAKUAKxFaAIFAPLYQgEEGgREyIIJCpGu0JlIj10J5AsWynQ6/CTvUZ5EtDMOmbtG8MAg3ur+Dt2iWQkYuZnpujCt+XINAW9WEE9DacWPJrNPrqsK1rOfpJIzBBuSJq+0QAYrL2BGrR92Cv+g8US+Mx2XtJBAQ6qL2FBm0jRshnYaA8O6zubqM5MjESaJv6N3TrTcZG98P7l2F3y+fY538rbrQXpYMzTcit7bCyIiltjBSbjZ3Q9fjzt8gGxUX5HoNYt3b44164/L+eBAIqKn9/LQtfjFk+kyDQ5sBfoMKH6Z6b4EFeGATaGLgXOlTM9NwGGZGaiIyLvFzFuHZDa3fcvkjFXln8pm5tOBPnP65BYb4HkstxIeIojNuxlgIEgUJiuI14ENGXlXXbz/m5CvK8ChpdjE2RcSHyPkJ7AoV6V2TtpHRwlA5OdF7g5UXmdpHnLv6smGi96Dzg8/UVuHfpSjzyx1vQ0NSK/1yyDH9YvBDjR5e7lufPS1caZW+9foHrc9Kh4O79lVi+6h3cfsNlyM/LTYcqRa0Dq2sifZPWjaLKJawAQaCEpTNPJAgk5mihdHCm3RAEMnUQeekqyPMgV5HQ1B7fQcZe2EuLvKht6oo7wkWcPaKbmMe9eYIFRBz52bYnUJNWgf3aP1EiTTT2UmEH39z6rZrfG/+O9qU4+60vQSD+5fsp/RejsasOG7uWwYuBmOL5aVTLErGdZEEgFuXDon1YlNIk70UREKhSXYta/TMMk0/BEPmEsLpnsxM0lNbwlyjrX4q9Leuxx/8aSqVpGKWcF7WPRZzdIl9tpsLZLTqnDi3NQ12zD6oWn8C4tR0mpIgjKy0g0JLlQGsnqu68AlpxQcyVJJMgEJ/zZim3G2CAgZrcHAUsEogDohmem6AgL0ITkXEh8lyQinHBK+/WhkWc3ezabh35fO080tDp6mllSP88NLT6EFDjj8/+hbno9qvo8Kkxr+0WDrCLiDgKXTXom0IEgUJqubUdEX1ZWbf9TBAopKxISi+2dtY2+6C5WDtLi3LR5VPR2R17bIqunQSBCAKJzgu8vMjcThAoMZVXrf4Av737ibCTZ04dZ8Cd0pKiqBcVhUBOMOJoQaDG5lbccOd9uO36BZg7Z0qwTazt677cit/ffh3efG9d8L852OHnLTj/VFw0/+Sw89g/2N+s17Cfx+43Y8o4/O6eJ/DGu+uM8396+XxH6MX0vObmP4bpfe4Z84y69QQ0pRICcX02bdsTrLcb23FjqU66ujmPysRWgCBQDy2EIBBBoERMiCCQqRpBoESshyKBYtlOtbYOVdoHGCwdj3LlVENg7shaU/MH6AhgpudWyPA4it9XIJCmd2OTej8k5ODU0v+D5q4WfNX515gboxsv7P3z0NTqg9+Fky5ZEKhR34oD6usGvJjg/UEEBOJ9xgAQA0HWI5udoFaHN+u3/a1bsKt7VRjgdDJiEWc3QSBTwb4GgYbd/w9INU2oueViBAb3j7mQZAoE0hDApsCfjSgfFu3DDisE2qI+hIDejmnKIuRIhRGaiIwLgkCmfASBTB0IAoWGE0EggCKBQvYgsnYSBEqPOZX1nghAFFk7RZ4pRd6ACQKJqJVY2USd7cmAQInVWPwsNxCIgRYGpcaMLAsCHydI1dnVjXseWYErL/qeEfUUDwIx6MTOYSBo3rHTwmCStSVWPTl8Y/f/bH1FXCAnrkhyznDSNVlgL1G7TE7LMvcqBIF62LcEgQgCJWJCBIFM1QgCJWI9Yo78bIsE4qnFhivfxyBpTpgj652aexBAB6Z7fgkPnL+e7ysQqBst2BZ41NgX47ulv0Z7VwCfdZpfDvGv5J2sqzcgUL22AYe0NRggz8b43HMiIFCdvgGH1TWOac6yFQJpuj9so3sWRXuwdSd2dLO9lcZgvBI9ZUKqXthTEfFAkUChUSqSDq7sb69B3leN2l/8AP5RQ2IuJJkCgQJ6B7aoD4aBbisE2qYuRbfejKnK9ciVSggCxbAKt458gkAEgexm5NZ2RJ9uKRLIVMztM4+oI58igcT0zeToSlHbSdUzpcgcQRBIRK3EysZyttsd+gxUvPjaWiM6ZXPFHtfp4DgE4dEwrKZP3X8n/v3pRqPSLB0cBwrHz5mCx59fbfydRcJcteAs3PxfD+JIdb3xb2tkjDV6JlYEilsIxMot/u9luH3RZcb973l4BZb8ZmFYRJQ9FVwqIRCrg70P7NE3TEce3cTKcu2GDR2IpXebH07Z08FZy3Gdma6V1XVG2fPOPBFLHlhunBstcon95qSrXY9Y9eXt43Xm92IaX3/HvUafs8Pat9bINf53VoZFevGIJKud8EioaZPH4oVX3wu26aQTZgUjr6xtZNq0dXShra3DiN7iOoqkOUxsJB6dswgC9VBngkCCD6wlXrS0+9Ed0HqofPjpIl+epMoJKtIggkCmWgSBRKwmVFbEhrMNAu1WV6BNP4BxygIUSWMM0bgj673a+00noecXyEWxo/h9BQJ16lXYoT6DPGkovt1/oZFS54uO+6GiE9OVX8IjOUMuEdtJViRQnfYVDmvvYJD8LYzN/X4EBOIp/PpLkzFauSCsX9w6RDLthd2vt2Gr+jA8UiGmK4vAINDh1r2o6H4O/aThmKBcGXXySNULO0EgU/J0SAdX9swayBUHUX/NWfBNGhlzIckUCMTmbgZ6clCMaZ5fGG22QqCKwOPwoR6TleuQJw2K0ERkXFAkkCkfQSBTB4oECg0ngkAUCWSdXCkSyFTD7bhIhzmV1ZcigUJWzN4zeuN4vSWAiq7k+sPctOP8Eg8me+WIokcDArGbxksHZ4VAVig0qnyIAX66fL6wlG4MAC1esswAHTwiZ9/BKsdUa24hEKsnu64VSljTx7HfmV7s4OnhUg2BrBFC7L4MdvD0dExTDqp27T0cBHQsqomdx44BpcVhEIjVd+Vra4PRRdb6MwjE4Mv8008IA3P2NHrciKJFAvFoKnsEFIc7SxYvNMCV9d7smixaqmzIAOPeTrra6755+17k53nR0NhiVIld057Cj99z0dUXGH3G/83baLdLBoFWv/dpmF3xlIE9ScvnZowejTIEgXqoMkEggkCJmBBBIFM1gkCJWA9FAsWyna2BR+BHK6YoP4dXMtMk8ZeutbUPoUuvi+okZGX7CgRq0/dht7oShdJozO3/EwMCre/4W0wnKGtfb0CgGu0zHNHWGin6xnhPj4BA1raMVy4NGxTZCoG6UI/tgcfhxQBM8fzMgEBH2g5hq+9JA/xNVq6OOnmIOLtFPqAgCGRKng4QaOg/1kL5ahcaLz0NnbPHx1xIMgUCdeq12KEy+x9kzOHssEKgHerT6NSrMVG5CgVSWYQmIuOCIJApXzo4LN1GiLD6inwtLvL0RRAopJZbZ7eIvqys236mPYFCyoo48ikSyNQtW58p7eNRxHZE1k6RZ0qROUJkbu8rewL94mAX/tkcEJEhKWUfGZmHC0oiU6I77QnEo0uSFQnEGuAWAnHgYAcI9n/b62YFIva9jEQgEKtrtJRm1kghHhmSaghkBz33Ll0ZBDhck0vOPxUHK2vC4A43Gqvu5UMHRaSls0Mga9SQ9fp2GMau77QnEPv7XXdcFwQuTlFIrMwNV/8woi5W4PX+R1+H7dHkJqUeb7O1/+x2Z7cF+7+d7MrehqQMyF66CEGgHgpPEMj9AxWTmjmyKBIIIAhkDjyCQIlNQCKO/GyKBNJ1DRvVPzHXFWYpt0GSzC+duCPrg9q/oUM/gonKT1AgDXMUv69AIB49UyJNxrf6X2JAoM2dz6JdP4TxyuUolJyjA0RsJ1mRQNXaR6jSPsJQ+TsYlXtSBATq0KuwU30G+dJQTLLBjWx9YW/XK7FLfc6wU2avbO2sbavBRt9S5EqlmKosjDp5pOqFnSCQKXlaQKBX/w3l0+1o+tHJ6Dh2UsyFJFMgULt+GLvU5SiQyjFR+bHRZisE2qkuR4d+GBOUK9BPGhGhici4IAhkykcQyNSBIFBoOBEEokgg6+RKkUCmGm7HRTrMqYY/ptiLlk4/uv3xI1FE1k6CQO7f67MhEsiaboyn7GpoanVMS8aUs0b+iEAgHrHD1Y+WEi4WBLJHDxkg4tEXUNfYAh6xwq9vTYfHo0KiQSCeVo7BIjcAw2lPIHZf699ZtM81N5sp4K2HFdpZU+lZU7z9YfFCcAjEoBGHOsmAQNZIIavWLArJnlKP3Y9pziGQtS5W4BUNAlnLWzWwp7izppazQhxRCOQE/tyP9vQrSRCoh31CEIggUCImRBDIVI0gUCLWIxbNkU0QiKUCYimBWAQQiwTiB3/p+rD2KbTp+zFOuQxF0ihH8fsKBKrXvsYh7W0MlOZgVv/zDAhU0fkSmvUdRko1llrN6egNCHRE+wA12joMk0/GiNwTIyAQT/PE9vFg+3lYj2yFQK36XuxRXwzu/8MgUH1bA9b7HkIOCjHNsyjq5JGqF3aCQKbk6QCBhrz+CTwfb0HTBd9BxwlTYy4kmQKB7GOCNdoKgXarLxjzO9svi+2bZT9ExgVBIFO9dHBYuo0QYfUV+Vpc5OmLIFBILbfObhF9WVm3/UyRQCFlRRz5FAlk6patz5T28ShiOyJrJ0Eg0ZkvfcqnWzo4EQjE047FUzNaRIvTfjsc3rAUY9aoG3YPVt5+TycwZI8+6QkEstbR6V5Obbfeb/b0CUH4lqpIIHu6OK6T9d48coq3J5mRQOyaVTUNwf2iKBIo+oggCBRvtojzO0Eg9w9UTEqKBDINiiCQqQNBoMQmIBFHfjZBoBZtN/ZqL6FIGotxyiVBcbkj6+Pa59Ci78ZY+SIUyxMcxe8rEKha+xhV2ocYIn8b00vOMCDQrs7VqNc3YITyfQMOOR0itpOsSKBK7T3Ual+gXD4Dw3PnRkAgFT5sDvwFCryY4fl1WLWz9YXdvk8SWzsb21vxVdf9UJCHGZ6bok4eqXphJwhkSp4WEOi9r+B55yu0nDUXbafMjrmQZAoEYoB7n/oKSqSJGKNcaLTZCoH2qC+hlc3vyo9QLEWmyBMZFwSBTJMiCGTqQBAoNMUQBKJIIOuCQ5FAphpux0U6zKmGP4YigYJm3Ft7AiXmAUjdWbEgkNOeLawmLMJkc8WeICRxivKx1zja/jGsXCKRQPY9gdh1lq96G/PPmAd7Ojj2m30/Gfv+NKyMHfJYYUK0iBD7HjT8OlYokSgEYvf/bH1FMP2b07343j8NTS2YMHaEsT9SNAjE907ie9ywurJ9eHifsj2BEkkHFy0SaMaUcWH7/DjtCcT3J8rzesPKOkVG2ftwzdrPjDa/+taHRhuYHfG2872FepoOLlpqwNSNyNRemSBQD/UlCEQQKBETIghkqkYQKBHroUigaLZTq32JSu1dA4AwEMIP/tK1rm4lmrRtGC3/AP3lKY7i9xUIFAIrp2FyyXcMCLS361+o0T5GmfwdI/Wa09EbEOiQusaAU8OVs1Cec0wEBGL13BC426juLOV2SKzDvjmyFQLVaxtwSFuDAfIsjJTPNj6gaG7rxhe+/zGUme25I+rkIeLsFvlqkyCQKXk6QKDBn2xGzmvr0HbybLScPTfmQpIpEKhB34yD6mqUStMxSjnXaLMVAu1XX0WTvj3q/C4yLggCmSaVDg5LtxEirL4UCRSaCtyunewMY31p98MfiJ8ayq2zW/Tp1m0/UyRQSFkRRz5FApm6uR0XiiwZ46K6scuVKbsdF+kwpxpjniBQ2HuGq07O8EKxIBB3qL/x7joMGzoQ1yw4Gxu37k4IAjEZrfsPsRRm//50o6FuIhCIncdAgTU9Gk8BFq3L7CnDeBo1XjcOR3iqNyt0GVk+xKgvq6v94HDjSHW98dO5Z8wLRqVYNWS/RaujvS326/B72vfh4Snw7KnioqVDs/fpyfNmo7Agz2hXtAimaCnYou0JZNXVXsb6G2uTtU+s2ljraU3zFy3V4PV33AumP7PTQaXFOP6YqY5tcpMOzppm0NqXmTAVEATqYS8SBHL/QMVfNGhPIIoE4sOOIFBiE5CIIz+bIoEOa++gTvsK5fJpGCyHHKP8peuzulfQoG0wnOrMue509BUIdEB9A436FoxS5mN88bcMCHSw6zMDgg2Sv4Xh8vcc2ydiO8mKBDqgrkajvhkjlfkoy5nlCIE2Bx6Aik5M9/wSHhSEvZy5WWcz7YW9Vv8MlepaDJLnYrh8WjCK9ouuu6FDwyzPf0CCueeV/RBxdhMEMtUT+Zo5LSDQ+h3IWfkBOuZOQdOF3425kGQKBLKmwOSQ3wqBrHNiqTSjR+OCIJApXzo4LN3CAVZfgkAhs3fr7ObvZgSBZBTm56C+xRf3wZx9plI2MB9H6jvjlmVRZKVFXtQ2uYMJQv0m4MgnCGR2lVt9M+2Z0m6oBIHC58q4A5kKkALfKMDgw0knzArupZMpwjiluMuUtiXSjkyL/LFrQBAoEauwnOPGOSV6i1S9sIvUQ+Thx+0DFX/RIAhEEIjbIkEgkVEZKiviyM8mCLRXfclI98ZSBbGUQfzgjqwv614HixZiackGy8c6it9XINAe7SW0amZquzEl0wwIdMS3CQfU19FfnorR8vmO7ROxnWRBoH3aP9GsVWC0fAGG5E51hEAV6jL49EZMURbCK5UG6+52fRFZs9jF0/2rzSPah99EdX0XQ+UTgxCIpYNT0WWkg2Np4ZwOgkBizh5Wuq9BoEHb9yP36bfROWscGi87PeZCkqpnShFQIssShpR4UeXiq+r+hbno9qvGnGY9arRPcUT7FwZLx6NcOdX4yQqBrBGHg6TIFHki40KkbamIkOPtztb5z9rvBIFCajBHfl2zD6qmx314dGs7/N2MIBBBIG5UpUW56PKp6OwOn4OdjE5k7WTPlAFVR3tXIK795nsV5OUoaGzrjlk2xyOjf78c1DbHh3fsQm7HRaY9U9pFJAgUUoTSwcUdjlTgGwVY9MiSvy7H4puudEw115eEskctxYue6kttS0ZdCQIlQ8UMvgZBIPcPVPxFgyAQQSA+JRAESmxyFHHkZxMEqgg8Bh8aMEm5FvnS4KC4HAJ9Xfe/qNY+QZl8MobK8xzF7ysQaKf6HDr0SkxUfowRxWMMh2mtbzf2qCtRKI3GeOVSx/aJ2E6yIBCHc2yvjkE5Ex0h0E71WXToRzBB+Qn6ScOCdc/WF/ZQVJsJLPl+euu7HoQfbZjmWYQcFDr2sYizmyKBTAlFHFnpEAk08GAVvI+8Dt/EEai/9uyYC0mmQKAQGA2lu7RCIBYFaUL+0zFYPi5CE5FxQRDIlI8igUwdaE+g0HBy+wGF6NOtW9hH6eBCyoo48ikSyNQtW58p7eNRxHZE1k6RZ0qROUIkynNgsRdtnX74/PHTW3KbEKkLlSUFSAFSoK8rkPWRQPb8jKxDrTkK7ZSU/W7NR0gQyP0DFdOOO7K6XeSdFhlcIg8dqXKCitSX9gQy1SIIJGI1obIiNpxNEGhD4J7/t7WhjpnKrZAlT1Aw7shaX/c+qrQPMFT+NsrkkxzF7ysQaJu6DN0scsbzMwwrKjMgUKOvEjvUp5EvDcEk5RrH9onYTrIg0G51Jdr0fRivLMCAnHGOEGiP+iJa9b0Yq1yMYmlcsO7Z+sLOU+ixdH8stRVfOzf4lpr9bouYsnZ2ql7YUxHxIBIhwtqYqi/h+xwEqm2A975V8I8cjNobLoi5kGQKBLLug8bTfVohEIsSYtFC0SC/yLggCGSaFEEgUweCQKEphiAQQOngLO8jJV40udxPiiKB0mNONfwxAqkERdZOEX+MyBswQSARtagsKUAKkAKxFehVCMTCrKpqGowNs9jxu3ueAN9wbOndt2H86PKU9x8L63tyxZu44eofgm3+xTbjWrxkGfj97Rtj2StEEIggUCJGShDIVI0gUCLWA4g48rMFAvnRgq2BR+GRCjFdWRQmLHdkbaz70Ngzh0VWsJRwTkdfgUDWPXSGFPU3IFBLdzO2BR5GDvphmudGx/aJ2E6yINAudTna9cOYoFyJ0pyRjhBov/oamvRtGKWch1JpWrDu2QqB9qqr0KLvCqY25BBok+9JdOnVmKRcjXxpqGMfp+qFnSCQKXc6RAINaGpG3t0vwj9sIGp/dWHMhSRTINBBbY2xp9sI+fsYKM8x2myFQNXaR6jSPjLSJ5bJkfskiYwLgkCmSREEMnUgCBSaYggCEQSyLjgiH1AQBEqPOZX1H0GgkBVTOrjEfBF0FilACvRdBXoNAjH4csOd9+G26xcYG2sx+PLia2sNILS5Yk/wvxmYOZqHvV4EgeJvZOnWSWc8dJR4QengKB0cH9MEgRKb3UQc+dkCgVr1A9ijrkA/abgBG6wHd2RtqfsUB7W3MECejZHyWY7i9wUIpOs6Nqos6gmYpdwOlvqAQaAOXzc2qfcaf5/tucOxfSK2kywItCPwNDrBwMVVKMkpd4RAh9S3Ua9/jeHymRgkHxOsu9v1JdPyt+9WV6BNP4BxymUokkYF186tvmeDQI3ZutMh4uwW+WqTIJCpdlpAoPZ25P3heQQGlaDm1ktiLiSZAoH2a6+hSQsHxVYI5LRnkFUYkXFBEMhUjiCQqQNBoNBIIghEEMg6rxIEMtVwOy7SYU41/DEUCdf3hlsAACAASURBVBT2npHY2zidRQqQAqRA31SgVyHQ4v9ehtsXXWZE/Fg3X2Lg5Z6HV2DJbxYe9U237NDHng7OmgqOdTlFAlEkUCJDnyKBTNUIAiViPRQJ5GQ79doGHNLWGKmzWAot68FfurbVfY392j/RX56K0fL5juL3BQgUQCe2BB6AgjzM8NwEqyN/c+AvUOEz/s5+tx+9AYG2B55AF+owWbkOxTlDHCFQaL+P7xpf8vMjWyEQS+vXaUT8XIV8qSwIgSp8Lxhp88Ypl6BIGutowyLOboJApoQijqx0gEClagD5v30KWmE+qn4TDr3tRpEpEGiP9hJatd1ge4sVS+ONZlohUJ32FdheWoPkb2G4/L2IsSEyLggCmfKlg8PS7V4xrL4iKYNEnr4IAoXUcuvsFtGXlXXbz7QnUEhZEUc+7Qlk6patz5T28ShiOyJrp8gzpcgcITK3055AIspSWVKAFMhGBXoNAvG9eC45/1RMGDs8Iiro3qUr8cgfbzmqEIjXad6x03DR/JMd7cGawo5FKXV1q0m3G/aywf7nV+NvaJejyNChI6DqSa0He/FjC66bTfXYy7JbHXJzZKOumpbc+uZ4ZOOaqovrGnUIaHBRFExfDTrUJOvrUWRj75Jk95uI7bC9GFj5bpcbJ7rtZ3ZN9p1cwIX9GnWQJbjZI0pRJMgux4UsAR6P7KptLIKA1cPvYp8qkXGR1AFpu5iIDXtzFHT7VbgZcWzMB7To41PTdchMBIEjVfrabWd35/s40PURxuafjDF54fO32W8KDndUYFPbCxiUMxEzCy91bIWI7bALuB0X3EEVS19rhRggZeNCd+i4Tq0B65ofRr5SinnFN8I6/61reQidaiPmlSxCvjwgoo0itiMy/8Xq509aHkSX2oRvF/8SBTmljvPOQd867Op4ByO9J2BCwZnBervVV3RsGuMioDrqaxWN247P726tZ/3G5hJX60uMdeuTlofQxfqx+Eajn/naubFlJWr92zGj8BIMzpnsaMMi64vI2ik8t7tYX8T7Lfq4sIvh1naMsRnl2YT1I5sTwsemO9sRHfMi+uboOpSbHmEhCui67/qYM7LIc4HIM2Wq5vZoNvl167NoCuzHnMKfoDRntNFmax0qfV9je8cbGOadgykF50VoIjIuRNom0m+peu4SH0fubLi35j9r56VSX7ePMmwOYHbp5p1IxHYS0Tfac0Gy5r94z3lu10632vJybvtZXF93/SbyPsKWhNxcBT4XPoC+8Exp7yuR5wKR9/pUrC80p4Z6T6jf4rzvhc/B7n0WInUQmSNE+jneu6zTXClSFypLCpACpEBfV6DXIBATzhpl89PL5+PW6xeAp2M7fs4U499H6+AAqGzIgJj3tUcpNbR2J72KeTkKZAXo6IrvdCrIU6CpQJdLB5XbyjJHb3G/HDS1xW8f++rDrQ7sa5IOXyDp8KMo34Muv+bKkV/SLxdtnX5XwIjpq6qAWwegW33zvQpjQOh08QLh9pqsnIjtMKhS6PWgucPv6hZu+5l9pcd2Te30xbdfFnWR5/Wg1UUd2IunRwHaXYwL9rBYlJ+D5vb49sseWPNyZLR2BuLqIEkS+vfLQaOLcRH3Yj0oIGLDbvuNVYdFqHX5AvBHgZ4MSAgyICPaiznf2rvi6ysy79htZ6fvZTSoFRif+wMM8kyPUJfpsLdpJyp8f0eJMgZTvJc79gBzMLC0V8keF+xmIvNf/8JcNLf7wVK/2Y82rRJbup5GP7kcM/KuhnX+29L1DNq0w5iedxUK5ch0YSK2IzL/xernrzsfQLfehmPyf4UCTxEKvB602MZ8bWAj9nS/gUHKTIz3hhy4bu1XxHaYnqVFuWhq7XYFR93WgV2X6dva6Xf1oQOL0GCw3Mmx+GXH/WARX98q+DVyUBC0ne0dr6JO3RLVzlkdWHQEgxduPs4QWTuN9UWGkXow3sEcek79bD9PdE5l44KllGWOyniHUL8V5KDNF4j44IONP1ZH6yFy3XhzqvW6Imsnm6Nyb34UCKhoWPIzIEeJKofIc4HIM2Wq1s5o42Jz15No16ow3XsNCpVhRnut806duhm7fa8Z8z9bB+yHyLgQaVsqxgWvu1tby7T5z9p3DOayIejmmdLtvBNv7rD/nrJnSgD9i3LR6PJdMlXzH3s2af9m/ov3nCeydoro7LafmYOXgYc2F8/sIuNC5H2Etcv12BR4HxG5bjKfKe39xKKy2AeCbj7QK4mydjr1vcj6wvo4V5HRFufdIVXvsiK20xeeKe39IfI+IrJ2ijxTiswPInO7yHMXH3MidaGypAApQAr0dQV6DQIx2GNNB2cV0ro/0NHYE8gtAGJ1tEMgSgfnPrSa6Ud7ApmWTungTB0oHVxiS4hISq9s2RNoh/oMOvUqTFB+jH5SeZiwPKXN7vo92Kk+iwJpGCYqP3EUvy+kg2vRdmOv9hKKpXEYq1wclg5ur/oSWnSWMukiFEsTItooYjvJ2hNoc+CvUNFlpKjL9xQ4poNr1ndhn7rKSPPE0j3xI1tTd2wI3G1IwPZ8YhCCr517fG+iXt+AEfL3MVCe42jDqUrdQXsCmXKnRTq4wlzk/eZJSG2dqLrzCmjFBVEXk0xJB1cReAw+NGCy56fIw0CjvdZ0cE36DuxXX0GJNAljlB9G6CEyLigdnCkfpYMzdaB0cKHhROngaE8g6+QqkkqVPVOyDBhuPgpjH0sywB7vozsG7NnHebXNPlcvVNn6TGkXh9LBhRRhNkFH4gowvy3P4NTQ1Ir/XLIMf1i80Njuw+1h3RbE7Tm9Xa6v1Lmv1LO3+zPb7p+WEOho7gkULwXcmrWfYcLYEcGJzD6QCAIRBEpk0iAIZKpGECgR66E9gZxsZ1PgfmjoxnTll/BI4Q5R7sjaW38Q29UnkCcNMvancTr6AgRq0LfgoPoGSqVpGKWcFwaBDmpvoUHbiJHy2Rggz4poYm9AoE2Be6FBxUzPbcjz5DhCoHb9EHapf0c/aQQmKFcE652NL+ya7scm9T5I8GCW51ZDCw6B9na/gzrtC5TLp2OwfJyjDYs4u0XytxMEMuVOFwjkvWs55Npm1NxyMQKD+0ddTDIFAm0NPAw/2jDNcwNyUGS01wqB7HDcLojIuCAIZKpHEMjUgSBQaDQRBCIIZJ1bCQKZargdF+kwpxrPlMVetHT6XaVNF1k7RZ4pRd6AaU8gEbUSK7tq9Qf47d1PhJ1s3wvd6cqiEMi+/zq75tECFda6lpaYz5H2e8cKVLC2X6TO3N/8xrvrwiR86v47MXfOlMQ6zOVZIvV0ecmUFuNZwW67fkFUbZz0HDZ0IJbefZsQfHRqiJN9prTBvXTxtIRAbBJa9+VW/P7265DqSCBrSjprH/D0dGyyuObmPwZ/OveMeWH1IghEECiRsUsQyFSNIFAi1kMQyG47KjqxOfAAJCiY5bktQlT+0rW/oRrbAo8iVyrBVMV5H42+AIFqtS9Rqb2LQfKxGC6fEQaBjmj/Qo32KYbJJ2OIPC9Ci96AQDyqZbbnjqgbd3fqtdihPok8DMJkTwjQZSMEYo5u5vDOQT9M89xo9CGHQPu7Wf9+gjL5JAyVv+04gaTqhZ0gkCl3ukCg3Hv/AWV/DWp/8QP4Rw2JuphkCgTaHPgLVPiMiEIFeUZ7rRCoVd+PPeoLKJRGYbxyWYQeIuOCIJApXzo4LFlqKhYN6SZtsIijUOTpiyBQSC23zm4RfVlZt/3M0mbmeRVXKfRYel+2dlY3dsWtjsj7CEsQWjYwH0fqO+Nel9lOaZEXtU3x68Au5vaZx3guEHDkDy3NM6Jl3OzJy1L+dflUVynLCQKZJuB2XKTDnCpqOyJrJ0GguFNC2hZI1P+aDAh0tESxAx4OHEaVDwn6d51AkVP9ROCKU9AB90EvuvqCqHvRJ0MXkXom4349vYYIBJp37LSgdonar72+BIF62oNRzo8GXazFk0XyUtSEsMsSBBJ8YC3xGvn83eQZFuk/kYeOVDlBRepLEMhUS+Slq4DtgaBIaGqPv4eRyEuXiLOH5YUfUuJFlYsXShF7EC0rYsPZkA6uQz9ipHnLk4ZisnJ1hJz8petgQz22BB6EBwWY7vmlo+x9AQJVaR+iWvsYZfJ3MFT+ThgEqtU/Q6W6FoPkuRgunxbRRhHbSUY6OA0BbAr8GRJyMMtzS1QI5AQ+RBwiIs6edH9h70I9tgcehxcDMcXzU6MPOQQ62P0xqrQPDMDHQJ/TkaoXdoJAptrpAoFy7n8Fnj2VqPvZuegeZ+6R43RkCgSyp0hkbbVCoA69EjvV56Km+xQZFyLPBakYF7wf3TqEM2n+s9uwWzjAziMIFFLPre3w9YXtQegPaHEfR906u+NeyFbAbT8TBAoJRxAIoHRwIXtge4Z1+1VX+zaK2I7I2inijxGZI0Tm9oHFXmPvZ6f9Np3uSengTFViOdHtIMG6dcfmij2u08E5RXCwaJh/f7rRqIN9f/jHn19t/J19hH/VgrNw8389iCPV9ca/rcEC1o/2Y0Uv8ftfcv6pRpQJ80u/+taHaOvowpUXfc+IImE67DtYFdwj3hohZb0v06SqpgEHKmuwadsexPJfR8s85QQcnO7X5fPhhjvvgzU6xn5uNA2cIp3YtVid2WGNRmJlmRZtbR1gUUvWNvH7TZs8Fi+8+p5xLguaOOmEWcGACR5EwcdZNO24rRUWFgSvxevB6sD7nV3nrjuui4BkTnpGi/Li13JTN3a/393zhNF2fvB6WfW16mKtr/XvHGYdP2dKsD2x7Jjre96ZJ2LJA8uD+rIxkYojLSOBUtHQVF2TIBBBoERsiyCQqRpBoESshyKB7LbTqG/FAfX1qHtBcAh0uKH1GyARSrNl74G+AIEOqW+jXv8aw+UzMUg+JgwCNeqbcUBdjVJpOkYp50YY2NGGQAF0YkvgASjIxwzPr6I66UKwKDyay60jK5OcoO16JXbZnNkcAh3u/jwsCsxpBknVC3sqnN2iYJ19zVzX7IOq6XEnT7e2wy4k8jVzukAgz0OvIWf7QdRfcxZ8k0ZG1SMTIBCfH2QoRlpJflghUKdejR3q08iThmCyck2EHiLjgiCQKV86fLXuFg6w+oo4CuNOIJYCFAkUEoMgEKWDs44dkbWT9gRKjzmV9R9BoJAV9xoE+nIXUFkvshQlp+yxE4HyARHXOhoQiN00Xjo4q/PcCoV4tI4diDDn/OIly4KpwOwQx95Q6+/sv9nBoA+DGQwMMaf+mJFlBnhgv698bS0e+eMtYOnjrL+x//5sfUXwt1j6RYNA9r/Hup8TnOKwKpYGVghkvx8PzliyeGGw7avf+zRMS56dq7K6DtffcS945BI/d/7pJxjAzN6v8drCUg9aAQvfV4r1hx142fvQSU8nfXjd2fkM7pQNGWDU1Q6MONBjYJG1076vlV1f1tbOLh+Glw3C6nfX4cqLzjSqaL0Ot1MGgdzYsV1PNxFRPZkQeg0C9aTS6XQuQSCCQInYI0EgUzWCQIlYD0Egu+2wqBgWHTNEPgHD5FMiRLU6sqypyZzU7wsQaL/2TzRpFRgln49SeWoYBOL7YhRJ4zBOuTiiiUcbAnWjDduM1GaFmOZZFNNJtzFwL3Rj76BbIcNj1N2tIz+TIFCrvhd71BdRJI3FOOUSQwcOgaq614Pt+8T2e2L7PjkdIs5uka82CQKZaqcLBFKeWIPc9bvReOlp6Jw9PupikgkQKKB3YIv6YBAm88ZaIZAPDagIPIZcDMBUz88i9BAZFwSBTPkIApk6EAQKDSeCQASBrJMrQSBTDbfjIh3mVOOZUiCVoMjaKfJMKfIGLAL4+0wk0LK3gC92isiQnLILzwaOmxhxLac9gazRGewEHpWQaCQQu4ZbCMSjXuwOf/u/7ZEu8faWt9b92X+swRknHYuGxhYjGunay87B4v9ehtsXXYbyoYMMcGBNOWY995GnXzE05JrESiMWaw96DpbOOX1ezPsxOHHPwyuw5DcLkef1GmV5RFMsDZ5c8WawnvG0d7oOByLsIlY4YocU1n/PmDIuZlvefG9d2NYv1j5j93ELgex7LPFon3iRQlZN7DZpbyf7t9uUela4ZG9HPDuO1zfJGfyhqxAE6qGiBIHcO+mMhw5KB2dYHEEgc+ARBEpsAhJx5GdDOjgW+cIiYEbI38dAeU6EqNaXrk2B+6GhGzOVmyFLuRFl+wIE2q2uRJu+zwAEDBRYX7o69CrsVJ9BAcow0XNVRPtEbCcZ6eB8eiMq1GXwSqWYoiyMCYH4xu9TGSxCoVH3bIRADPAx0FciTcYY5QJDB7521nRvwX7tNfSXp2K0fL7jBJKqF3aCQKbc6QKB5L+vhXfdVjRd8B10nDA16mKSCRCoW2/GNnUpclCMaZ5fBNtqhUDdaDH2fMtBEaZ5bojQQ2RcEAQy5UsHhyVFAoVMOVWRkGx9oXRwMgrzc1Df4ov7YE57AoUkIghkakEQyNSBIFDc6SNUIAsigaypsniatoam1ohIC6uT3Q4X4jnP7enDmMCxUsLxfYEYMHjxtbVYfNOVYHVavuodXDT/JDz4xMthoMUOGnhKODsEsu83ZLUEN5FAHAJFux+7Hgc/A0qLg0CIRyhZU6hZNbBDIA6S2HnssEbQOKWO41CMlRWFQNHakiwIZAV0Vo25lhySsbpbQRPThEd7sd+sfWdvJ/u3NQLMPsKtaeKsurP/tsKseHYcLTWgNTWhwOwSt2ivQiA+yHlOQmttYw3euK06igUIArl30rFuIQhkGidBIFMHgkCJTVYijvxsgEC71L+jXT+E8cqlKJRGR4hqdWRtDTwEP9oxTVmEHMkEDdajL0CgHeoz6NSrMFG5CgVSWdhLVzRnKW+jiO0kAwJ16rXYoT6JfGkwJinXxoRA29Un0KXXGeVYeXZkIwSq1zbgkLYGA+TZGCmfZejA1846/w7sVVehWJqAscpFjhOIiLNb5IWdIJApd7pAIOnlj5H3/nq0nDUXbafMjrqYZAIE6tRrsEN9CnnSYExWrg221QqBAno7tqgPRd3zTWRcEAQyJSYIZOpAkUCh6cWts1v06dYt7KM9gULKikRzMIBY2+yD5iKVamlRLrp8Kjq71bjdSBDIlMjtuEiHOdV4pqRIoKBt91o6uLij6+gWSLd0cCKRQFaHfjzVuDN+1rTx6Ojsws9/fD7Y3+55ZAXGjRqGmrpGI7rHvn+Q/bqxombY3kLWw82eQDzyyAou7PfkwIa1lx0sZR07YkEKaz3jRZskOxIoWlvstpZoJJAVAjEduD43XP1Dx0gknnIuWZFA9jRxFAkUb/R987vb0CqXl+uVYgSB3DvpjIcOigQy7JQgkDlcCQIlNm2JOPKzAQJxsDNVuR65UkmEqNaXLhaVwqJTpig/h1fqH1G2L0CgrYFH4UcLeHutjnxN92OTeh8kyJjl+Y+I9onYTjIgkD0yKVZKhxDMuxyFkrnHSTZCoFr9M1SqazFYmoty5TRDB752Nvj3Yrf6ggE7GfR0OkSc3QSBTAVFHFnpAoGw5kvkv/Ep2k6ejZaz50ZdTDIBArXrh7FLXY4CqRwTlR8H22qFQCq6sTlwP2TkYqbn5gg9RMYFQSBTvnRwWLqFA6y+IimDRJ6+CAKF1HLr7BbRl5V1288EgULKijjyCQKZumXjM6XTWBSxHZG1U+SZUmSOEJnb+0w6OBEBjkLZWBDI+hurCotIYQfbQ2VzxR5w57pTlI+96k57nfQkEsjuiGf3W77qbcw/Y56xj4/TwVPf3XXHdWEghUXTWP9m39eGwZyX3vgXfnTuKbBHAsXyaztBIL4HDN9jh9Uz1v3y83KDESu6ruOOGy8Hh02xNLACD14PvjeO055ArB48xV0sgBQrHRzbWylWW2JFAvFUd3bAY+1HJz1j7a/Er2ndE8i6j5TTXj4cQrL7OsEeXh9u+8zWrG1mv/ckEihWesFkTAe9FgkUK2QuGQ07WtcgCOT+gYr1CUEg0zIJApk6EARKbKYSceRnOgSqbW7HJvXPzF2F2Z7bHQW1OrK2q0+hS6/BJOUa5EtDIsr3BQjEU9rN8PwaCrwR6Rc2Bv4EHRpmKrdAlnLC2ihiO8mAQG36QexWn0c/aSQmKJfHdNKxCJcWfRfGKBehRJpg1DsbX9iPaB+iRvsYZfJ3MVQ+0dCBr52N/kPYpT4X4Qy3dnKqXtgpEshUOV0gkP6vjSh46UN0zJ2Cpgu/G3UxyQQIxPfJKpTGYLyyINhWKwRicx6b+9gx23NHhB4i44IgkCkfQSBTB4JAoeFEEIj2BLJOriIfULBnyoCqo70rEPflJ9+rIC9HQWNbd8yyOR4Z/fvlGFFObo5sfKZ00oUgUEgVigQytYgFgbiDnaX3GjZ0IK5ZcDY2bt2dEATi9/rt3SZIYvsOsf142MHgg2g6OHaePSUX3xsm2pzAy/M9j/g1rGCAn2vfK4lDInsaOp4mjsEa+2HVz/qb9f7x7sd/twIL672iaeCU4o3BCZ6Jy1qHWG2yQ4l4EMjez+zfXLtYkUAMpljbYoVyXINoetrLWttjtwlrv9r7zvob18f6NzYGlt59W3DfKJ727rvHz0Rzazse+eMtRlVFIdD1d9yLI9X1QRNxsg8365ybMgSB3KgUowxBIPdOOiYjQSDTmAgCmToQBEpsAhJx5Gc6BDrUfMhIN5YrlWKqstBRUKsja6e6HB36YeNrcvZVuf1IdwjEvv7ZqN5jVJs7Ou1f3gUjhTy/QC6Kw5ooYjvJgEDcecv2LmJ7GMX6mu+A9iYatU0YKZ+DAfJMo97Z+MJ+WHsHddpXKJfPwGD5WEMHvnY2+6vD0us5GbyIs1vkq02CQKba6QKBtM+2o99z76Jz1jg0XnZ61MUkEyBQs74D+9RXUCJNxBjlwmBbrRCI/XFDgM2NuhEFyaIhrYfIuCAIZCpHEMjUgSBQaCQRBCIIZJ1XCQKZargdF+kwpxrPlJQOLmjGBIGiPj7SD1mmQCZk6eqrXZbqyB+7Lr0GgVhFYuUv7CsdSBDIvZPO6sjqDmhJ7WIRR1aqnKAiDSIIZKpFEEjEakJlRWw40yHQnuYt2KeuQpE0DuOUix0Ftb507VFfBAMT45QFKJLGRJRPdwjk19uwVX0YHqkfpis3GvW3z387Ak+jE9WY6LkKBTDzBvNDxHaSAYGa9V1G//A9bGJBoMPae6jTvkC5fBoGy2Z6q2yEQAfU1WjUN2OkMh8DpBmGDhwCtfobUKH+zUhlyFIaOh0izm6RtZMgkKl2ukAg9evdKHxyDbqmjkLDT74fdTHJBAjUoG/GQXU1SqXpGKWcG2yrHQKFoiRvhoLwrzFFxgVBIFPidHBYuk0TxuorkjJI5OmLIFBILbfObhF9WVm3/Uzp4ELKijjyKR2cqVs2PlM6jUUR2xFZO0WeKUXmCJG5ndLBiShLZUmBkAIEgXrPGrIKArHGLl/1Dm6/4TI4hc71Xje4vzNBIPcPVFZHFkGgHEDX0doZPyTevTUCIs6eVIXQF+V7DM9Ba4c/btUJAsWVyLGAiCM/0yFQRdOHqNTex0D5GIyQz3TUy+rI2qe+jGZ9p/E1Ofuq3H6kOwTq0uuwXX0CeRiEyZ7rjOrbX7o46BqrXIxiaVxYE0VsJxkQqEnbhv3aa+gvT8Vo+fyYTrpq7WNUaR9iiPxtDJNPytoXdqe0eBwCtftbvoGAhZiuLHK091S9sBMEMuVOGwi0aS8Kl70J38QRqL/27KiLichzgUi6HhFQIssShpR4UdXYFXfR61+Yi26/ig5faFPyOu1rHNbexkBpDkYoIeBlh0BbAg8igA4DkDNQbj1ExoVI21IxLni9yWHpHg4wzUQchXEN0VKAIFBIDIJAFAlkHTsUCWSq4XZcpANYN/wxFAkUNGOKBBJZDaksKUAKZIICvRYJxPMI8nyEdjFnTh1n5NOLtqFXuohPEIggUCK2SJFApmoEgRKxHkDEkZ/pEGhD4+uo179GuXw6BsvHOQpqfek6oL6BRn0LRinnoVSaFlE+3SFQu872hPk7+kkjMEG5wqi/HQLxNo5UzsUAaXpYG0VsJxkQqEHbhIPam0Z6N5bmLZaTLuToPQYjFBPoZaMTdLe6Am36AYxXLkOhNMrQgUOgzkAXNgfuh4xczPTc7GjvIs5uka82U+HsFoEDrLHsa+a6Zh9UTY87ebq1HXYhEUdWukAg/85KFD/wCvwjB6P2hgui6pEJEKhG+xRHtH9hsHQ8ypVTg221Q6BYqTBFxgVBIFPidHBYuo0QYfUlCBSaBkTmP7a+NLf74XeRpcGtszvuBG0r4LafKRIoJJyII58igUzd3I4LRZaM565qFx8usOu6HRfpMKcaz5QEgYIDiSCQ6GxN5UkBUqCvK9BrEKivC8frTxDI/QOV1ZFFkUAUCcTsgSBQYjOhiCM/0yHQ543PGendxioXGSnHnA7rS9ch9X9Rr6/HcOUsDJJmRxRPdwjEophYNBNPr8YaYHfkO6VV4w0VsZ1kQCCmNdN8oGSCnVhOukZtGw5Yooay9YV9h/o0OvVqTFKuRr401Og6DoF8fjViTyi7EYs4uwkCmer1RQjUfbgeJf/zAgKDSlBz6yVRF5NMgEBHtA9Ro32MMvk7GCp/J9hWOwTaFngM3WjAFM9P4cXAME1ExgVBIFO6dHBYuoUDrL4EgUIm79bZzdcXgkAyCvNzUN/ii/tgLjGn/8B8HKnvjFuWRZGVFnlR2xQ/ClLkmcfoNwFHPkEgs6vcjguCQCHTFlk7RZ4p4w4eSwGRuZ3SwYkoS2VJAVIgGxUgCNTDXicI5P6ByurIIghEEIjZA0GgxCYgEUd+pkOgjxofhE9vxGTlOuRJgxwFtTqyKtX3Uat/HrbvjPWkdIdADdpGHNTewgB5FkbKZgoo+0tXtbYOVdoHGCLPwzD55DBNRGwnGRCoVvvcSNc3SJ6L4fJpMZ10Lfoe7FX/gSJpLMYpplM7ZMHzsQAAIABJREFUG1/Yt6l/Q7feZOz5w/b+sa+dmwL3QoOKmZ7bIEOJsPlUvbBTJJApdbpEAvnqW9H/989CK8xH1W+ujLqYZAIEqtTeQ61tvzDWYDsE2q4+hS69JgygcmFExgVBIFM1gkCmDpQOLjS9uI14EH26dQv7KBIopCxBICBVqc0JAoXsTGTtJAgkOvNReVKAFCAFjr4CvQqBOru68bt7nsAb767DsKEDsfTu21A+dJDxt3nHTsNF88OdV0dfnvh3JAjk3klnd2TFV9d9CZGHjlQ5Qd3XFqB0cKZaBIFErCZUVsSGMxkC9ctT8H7jfwPQMVO5FbLkcRTU6siq0j5CtfYRyuTvYqh8YkT5dIdANdpnOKKtDUuLZJ//6rUNOKStCQNFvKEitpMMCFStfYIq7d/BfX5ifc3XoR/BTvVZFKAMEz1XGVXORgi0OfAAVHRihudXUJBv6MAjgdgHFPz36Z5fwfPN71ZDTtULO0EgU+V0gUBdHd0ovfMx5qFG5f+9NupikgkQ6KC2Bg3aBoyQv4+B8pxgW+0QaKf6HDr0SkxUfowCqTxME5FxQRDIlI4gkKkDQaDQUCIIRHsCWSdWkShakT3n8r0K8nIUNLZ1x3xRIggUksdpP71o4okARJG1U8QfI/IGTJFAImpRWVKAFCAFYivQqxDoz0tXYszIMpxz+jzc88gKXHnR9zB+dDk+X1+BF19bi9/ffh3y83LTug8JArl30tkdWcnsWJGHjlQ5QUXaQxDIVIsgkIjVhMqK2HAmQyBPbjs+bn4AOSjENM+iqGJaHVkcogyRT8Aw+ZSIc9IdArF9Mdj+GCzCh0X6sMM+/zXru7BPXRWWMo43VMR2kgGBjmj/Ro32CcrkkzBU/nbMSCAW0VWhLoNXKsUUZaFR5WyEQBsCdxttn6XcDokZrw0CbQ08Aj9aMc1zA3JQFGHDqXphJwhkSp02EMivovT/PAYEVFT+/logJzIqjNU3EyDQfu2faNIqMEo+H6Xy1KDN2yEQ309rnHIpiqTRYWNDZFwQBDKlIwhk6kAQKDSUCAIRBLJOrASBTDXcjot0mFONZ0qBVIIia6eIP0bkDZggkIhaVJYUIAVIgdgK9BoEamxuxeL/XobbF11mRP9YIdDu/ZW45+EVWPKbhSgtiXRwpFOnEgRy76SzO7KS2Y8iDx2pcoKKtIcgkKkWQSARqwmVFbHhTIZA3Z6DWN+6HP2kEZigXBFVTOtLV732NQ5pb2OgfAxGyGdGnJPuECj0RfxZGCibexrZ5792/TB2qcuNL+HZF/FhL+z989DU6oNf1eMaXzIgkD39XqwXORb9wqJcWPQLi4JhR7ZBIE33Y5N6HyTkYJbnlmAfWSOBKgKPw4d6x31P2AmpemEnCGR2RzpBoJLfPQO5rRNVd14BrbjAcUxnAgTao72EVm03xio/QrE0PthOOwRi6SRZWsmx8o9QLIfKiY4LgkCmxOngsHSbJozVV8RRGHcBtBQgCBQSw62zW0RfVtZtP1M6uJCyIo582hPI1C3bnimjjUMR20nVM6XIHCEyt9OeQCLKUllSgBTIRgXSEgJRJJDH+OqMbdIZ7xAJrY53LevvIrlw3T5QsetbHVki9YlXliCQqZCIsydVIfRF+R7Dc9DaEd9+CQLFs2zn3wkCmQCxWd6I7e2rUSrPxCj5nKhiWh1ZjfpmHFCjn5PuEGif+gqa9R0Yo/wQJdIko832+c8pooaLI2I7yYBAh9S3Ua9/bQA3Bt5ivcjpuo6N6j1GVWd77sjKF3Y/2rA18DBy0A/TPDcGbdq6du4IPI1OVGOichUKpLIIu0/VCztBIFPqdIJAxXcth9LUhurbL4Va6vzRlMhzgcgzpQgokWUJQ0q8qGqMvzm6U0qb3erzaNMPYpxyGYqkUUGbt0MgPj+OVn6I/t/Mj7ywyLgQaVsqxgWvs9vna5FndnZtt458gkBmTxAECi0zbm1H9OmWIJCpmNsxb7xTC0RzEAQS0zeT51RR2xFZO0X8MSJzBEEgEbWOblnmt7136Uo88sdb0NDUiv9csgx/WLzQyO7k9mDZodhx6/UL3J7S6+X6Sp37Sj17vUOzrAK9BoGYzqtWf4B1X27F4puuxANPvGykgxvQvwg33HkfFpx/Ku0JRBDI9XAUeehIlRPUdWVBewJxrQgCiVhNqKyIDWdyJFCV/i8c6GKpxpz39+GKWR1ZTfp27FdfRYk0GWOUCyI6IN0hEHeGjlcuQ+E3zlD7/KeiC5sDf4WCPMzw3BTWRhHbSQYEOqi9iQZtE0bK52CAPDPul9qbA3+BCp9Rb1Z/tw6RTHlh70I9tgcehxcDjUgfflgh0C7172jXDxnRbywKzn6k6oU9Fc5uETjA2skcWXXNPqha/Eg2t7bDriuS0iadIFDRkhXw1DWj5paLERjc33FByQQIFA182iHQAfV1NOpbMUo5F6XS9DA9RMYFQSBTOoJApg4EgUJDiSAQpYOzTqwia6fIRwa0J5Cp8pD+eWho9SHgInqf9gQyNaNIoMR8C8wv+9u7nwg7eebUcQbciZWZSRQCsYxPdlB0tECFta68TfZ7W7NVxQJZInXu7Oo29rx/4911Yfo+df+dmDtnSmId5vIskXq6vGRKizH9GQu47foFUbVx0nPY0IFYevdtQvDRqSFO9pnSBvfSxXsVArE2s8F4zc1/POoDIll6Uzo4wa+WSrxoafeDbW6dzIMgkKmmiLOHIoFMzUScPaIOy2TaeNhLl0BKr0yGQHvVV1DbHblPhF13qyOLpQpiKYOKpXEYq1wc0UXpDoG2q0+iS6/FJOVa5EuDjfo7zX9O+8qwskcbAu3XXkOTtg2j5fPRX54aFwJtU5eiW2/GVOV65EolWQeB2vVK7FKfi0jlZ4VAe9R/oJWlvFIuNuzYfog4u0XWToJAptLpBIEK71+FnIO1qP3FD+AfNcRxyRF5LhBx0qVq7XRyZFUEHoMPDZjs+SnyMDDYTjsEckqXyQuLjAuRtqViXPA6uwWZmQLBnQzYbYQIO1fka3GR5zOCQCG1CAIRBAp7HynxoqndD7+L93qR9YUgkKkyQSBTB5G5nSCQyOoWKss/zhfdkz0ZECixGoufZQc8HDiMKh8S3IveCRQ53UkErnBoMe/YacEgBwYbrr/jXiy6+oKUBj6I1FNc0eSfIQKBrHomar/2FhAESn6fZuQVCQIRBErEsGlPIFM1igRKxHrEHPmZDIG2dj+JNjV6WiyurhUCsQgKFknRTxqJCcrlER2Q7hBoa+Ah+NGOaZ5FyEGhUX8nR/4W9WEE9DZMUxYhRzLLseNoQ6B96sto1ndijHIhSqSJcV/kdqjPoFOvCqY6yzYnaKu+F3vUF1EkjcU45ZJgv1khUKyUV+wEEWc3QaBvxoWAIyudIFDBo2/Au/MQ6q85C75JIx0XlEyAQCxFIkuVONVzA3IRSntnh0CHtXdQp32FcvkMDJaPDdNDZFwQBDKlo0ggUweCQKGhRBCIIJB1YqVIIFMNt+MiHeZUVl+RVIIia6fIM6XIGzBBIBG1Eisby4luBwnWrTs2V+xxnQ7OKYKDRcP8+9ONRqVZOjgOAY6fMwWPP7/a+Pu5Z8zDVQvOws3/9SCOVNcb/7bCKmtQQazoJX7/S84/1YgyYQ7/V9/6EG0dXUZGKhb5w3TYd7AqmJrOGiFlvS/TpKqmAQcqa7Bp2x7EikRxgkCsXU7Awel+XT5fRHSM/dxoGjhFOrFIG1ZndlijkVhZpkVbW4cRtWRtE7/ftMlj8cKr7xnn/vTy+TjphFnBgA72b2tKv2jacVsrLCwIXovXg9WB9zu7x113XBcByZz0jBblxa/lpm7sfvaILV4vq75WXaz1tf5d1I65vuedeSKWPLA8qG+qUiT2eiRQYtNU+pxFEIggUCLWSBDIVI0gUCLWI+bIz2QI9EXnPdCgYrrnV/AgP6qY1pcuBhgYaMjHUEzyXB1xTrpDoI2BP0GHhpnKbZAlxai/00vXDvVJdBoRQ9cgXwpFCBxtCMSABgMbDGgwsBHvRW63uhJt+j6MVxagUBqTdZFATVoF9mv/RIk8BWPkHwTt0wqB2J5WbG+rkcp8DJBmRNhwql7YUxHxIBpdSengzO4uLcxFl19F3tNvI3/jHjReeho6Z493nAMzAQLZ00TyhtohUKW6FrX6Zxgmn4Ih8glheoiMC4JApnTp4LCkSKCQGadq/mPrC9uH1k00h1tnt+jTrdt+zs9VkOdV0NjaHfcWIhFyIu8jEnP6D8zHkfrOuHVgALG0yIvapvj7obGLuf3whZUVceTTnkBmV7nVV8R22HXdjot0mFNFbUdk7SQIFHdKCBao8m1Fq7/G/QlJKjksbzoKPWYmCetxNCAQu1+8dHBW57kVCvFoHTsQYc75xUuWBVOB2SGOUzs55GFl2cH+zWAGA0PMqT9mZJkBHtjvK19bG0yJZ/2N/fdn6yuCv8XSLxoEsv891v2c4BRvRywNrBDIfj8ejbRk8cJg21e/92mYlmzrFgbcKqvrwiKX+LnzTz/BAD/2fo3XFpZ60ApY+L5SrD/cpoOzRwLZ4R2vO7smgztlQwYYdbUDIw70eDvt6Qrt+rK2dnb5MLxsEFa/uw5XXnSmYUfW63A7ZTDTjR3b9XQTEdWTKYEgUE/UA0AQyP0DlfHQQengDIsjCGQOPJGXroI8D3IVyUg7EO8QeekScfaIOizj1TPR30Uc+ZkKgWRPJ77uegAycjHTc3NMKa0vXT69ARXqY/BiAKZ4fhZxXjpDIE33Y5N6HyTkYJbnlmDdnV66dqsvoE3fj/HKpSiURgfLithOMvYE2qU+j3b9IMYrl6NQGhkXAu1TX0Wzvh2j5R/g/2fvPKDkKK69/+/u2ZzzKuecSDIiiIwBiQyWhcGIYBkkggkWH7K/9/ywz0N88Ag2WFiIHIwQUeYhEBiRjUDIoBxXWVptznGmu79T3fRMT0/PdNfszuys9vY57zyLre6u+tet6qr7m3srVxzb5zbsNcp6HFRWoUCcgoHief5+M387D8ofokb9AQOkn6JQOCbEhmO1YScIpEudSJFAKcs+Q/rabai/5BS0njjOdh48GiBQuPSWVgh0RPkKFcpXKBVPQYl4SpAePOOCZ10Qi3FhVJwcloBbOMA0c/qRQbRrLooECijn1tnNq7XbfiYIFFCWIBAQq9TmBIECdsbz7SQI5H7m+6HhDZS3b3Z/QzeVPCbnSjAQZL3szgQyR2ew8kZUQrSRQOwZbiGQcSaMFVxY/22NdGHPf2jxMiz63Vzbs4zMdX/pjVU4e/rxqK1r1KKRrp99ARbevxQL5s9G/5JCDRyYQYP53idfeEeT0NAkUhqxcBCI3W+ApQvOmhbxfQzCGO1KTUnRyhoRTZE0eG7Z+/56Omlv9xwDiLCHmOGIFVKY/z1x7PCIbXl/9RoYgCYtNVmzCaNt7D1uIZD1jCUj2scpUsisidUmre00+sjc1+GGohkuWdvhZMdOfdNNw9//mB6FQAbxYmF91svNQWTdLUY0zyMIRBAoGrshCKSrRhAoGuuhSCCmWqd0GFs7Xg4b0WNW1gyBOtGMrb7FSEIWxnvmhXRAIkMgLxqxxfe3kLrbbbpYNAmLKjHO4jEaGm8ItFN+Ca1quT+9m5OT7qC8CjXqegyQzkOhMKXPQSAWxcCiGYqEn6C/dIbfPs0Q6LD8CarUtegvnokicWqIDcdqwx4LZzcvWI/VL+F5UtokEgRKWrEGmZ+vR+N5U9F8+hTbD0pvh0AKfNjoewQiJEzy3B3URisEqlTWoFz5XIsCYtFA5otnXBAE0pVLhF+tu4UDrL5O35foVlyUDs6sG0EgSgdntgeebyedCZQYcyrrPx6AyPPtJAjk/ivTFyKBzKmyDN9ubX1TEExgipnhgxUuODnPrenD2PMi+ZGNc4EYMHj93U+x8Parwer0ylv/xOUzpuOJZ9/WAJIBWqygwUgJZ4VA1vOGzJbgJhLIgEDh3seeZ4Cf/LzsINAVSQMrBLICMnOEkV3qOAOKsffzQqBwbekuCGQGdGaNDS0NSMbqbgZNTBMj2ov9zdx31nYa9mkub+5bc5o4s+2x/22GWU52HC41oDm6yf3s4lyyxyBQJCLqXO3EKUEQiCBQNNZIEEhXjSBQNNZDEIip1iRuwe7O/w1Jm2WnqNmRJaMdm3x/gYRUTPTcHlI8kSFQm1qBHfILSBVKMEYKpLKz23QZZ2MMEM9BoXicv53xhkCBtHTXI00ocnTSMQcuc+SWiqehRJzW5yBQufIlKpV/oVQ8FSXiyf5+M0OgSNEO7IZYbdgJAundkUgQSPrw38hetRbNp01B4/mhQJDVt7dDIJ/ais3yE5CQhome24LmbCsEqlLW4bDyMQrF4zFAPDuoLM+4IAikS0cQSNeBIoECQ4kgEEEg88RKEEhXw+24SIQ5ldWXIFDAilnELV3QUp+ZozPMmnTXmUDsmU4RD9FAoHAOert+NXzQk8ePQGtbO359zUVg/+2hJ5dh+OB+qKyu06J7rOcHWZ8VKWqGnS1kvtycCWREHpnBhfWdBrBh7WUXS1nHLnOaukj1dNK+uyOBwrXFamvRRgKZIRBrt6HPvDmX2kYiGSnnuisSyJomjiKBXMykkWipi9sTpghBIIJA0RgjQSBdNYJA0VgPQSCmWjX+hUO+L1EsTkM/UV8EhbvMmy5VVbFBfggCREz2/DbklkSGQCy9G0vzxtK7sTRvxmUHgVhKJAYLWEoklhrJuOINgbbJS9Gh1mGsNBcpQp4jBKpUvkW5EoiE6WvpkMLBOzMEqlS+QbnymW20A+tnHmc3z682CQLpoyiRIJC4ej1y3luDlpMnoOHCk2ynwN4OgTrUemyTn0KykINx0k1BbbRCoGp1PQ7Jq1AgTMFAKZBOkXdcEATSZU4EhyVFAgVMPlaRkHQmEN9+hM4ECtgkQSBdC4JAug48a0qeHTBPlGdBdgqa27zo8CquXkEQSJcpEgQy/42VZREp7GJnqGzathuGc90uysfaCXZnnXQlEsjqiGfve+WtjzDj7Gm26eCMtrIzaf50zw1BIOWZV1cG/TfruTYM5rz53me4YubpsEYCWQGKud12EMjIiDV/ziX+OkR6H0ubZvjPmS/jnluuggGbImlgBh5GPYyzcezOBGL1NlLcmdtkBUiR0sGxs5UitSVSJJARgWUFPE56RjpfyXim+Uwg8zlSdmf5GOkI2XvtYI9RH8P283KygtrM/t6VSKBI6QVdTWwOhXo8EigS7eyOBsb6GQSBCAJFY2MEgXTVCAJFYz0EgZhqB9WVqJE3YZB4PvLFyRGFtDqyNvgehgoZk6UFENgfTVciQyCW3o2lecsRxmCodIm/1nabLnZmDDs7pkA4BgOln/rLxhsCbfEthhfNGOeZj2RkOkIg40wc1qesb/saBNovr0SdugmDpBnIFyb6+80MgaqV73FI+QgF4rEYKOqHUZovgkC6Gm5th5XlcWQlEgQSPt+E3BVfoXXqWNRfdqrtPNjbIVCbWokd8vNIFYowRro+qI1WCFSrbsIBeSXyhAkYLM2MelwQBNKlIwik60CRQIGh5NbZzbu6dQv76EyggLI80RwMIFY1dEBRVMeuyctKRnuHjLZO2bEsz7eT0sElxpzKOpXHdmK1pnQ0LlMBgkA8akVXNhIEMhzsLL1Xv5ICXDfrfGzYUhYVBGK1M58/xM4dYufxsIvBB95IIHafNSWXcTZMOCWM8saZR8YzzGDAuNd6VpIBjqwp2Iw0cQzWWC+zfua/md/v9D7j72ZgYX5XOA3sUrwxOLFx627tkeY6RGoTLwSy9jP7t6FdpEggBlPMbTGDOkODcHpay5rbY7UJc79a+85qnwbUYuCQXWwMLHnwbv+5UUbau1N/MgkNTS148gH93GZeCHTTPQ/DfEyOnX1EN7pD7+oxCGQYRriww+5qYKyfQxCIz9FidmR1Z9/w/PIkVk5QnvYQBNLVIgjEYzWBsjw2rDksa9vgvO0DeH895ab2ViddpHt4DmItk/+OZvUgRkpXIUMYFLEqVkcWSwfH0sJN8twBEcGLtUSGQOysHHZmjhXs2M1/DdiOvb4VyMEYDPUEgBGP7bANu1dW0druc+zqcP1saD3R8xtISHGEQI3qDuyR30G2MBrDpEtdO/J5bIc1xq0jK95O0L3y22hQd2KYdDmyhZF+3c3fzjp1M/bL72mQiMEi6xWrDTtFAulKJxIEwrc7kPfaJ2ibPBx1s8+yHae9HQK1qIewS34F6UJ/jJKuCWqjdd6pV7Zjn7ICucIYDDGBcnYTz7ggCKTLHO/5z86A3cIBdi+Po9Dxo2YqQBAoIIbbbyePvqys234mCBRQlseRTxBI183tj0OOljVluHHIYzs8304efwzPHMEzt/PuZSkSiKcnqOzRrECkaKajud2J0LZYR/5Y29ijEMgIQTMTL6OCkQ70SoSOMupAEMj9goppRhBItxyCQLoOBIGim814HPlHKwTaqTyHVqUKoyX9rJlIl9WRtcX3JLxo8kenmO9NZAhUoXyNI8oXKBZPQj9xur/adpuuZvUAyuRXkSkMwgjpKn9ZHtvpDgi0wfcoVHgxSboTopDk6KRrUvdjt7wMmcJgjJBm97kNe5m8DM3qfq3PWN8Zl/nb6Y8IE8diqHhxiOnHasNOEEiXOpEgkLJxLwqeX4WOUQNRc/35ttNgb4dATeoe7JZfR6YwFCOkWUFttEKgRmUX9ihvIUscgeHiFUFlecYFQSBdOoJAug4EgQJDiSAQnQlknlgpEkhXw+24SIQ5ldWXIFDAigkCReeLoLuOPgUIAvVcn/YZCBTugKyekz66NxMEIggUjeUQBNJVIwgUjfVQOjim2lZ5CTrVBoz33IwkZEcU0rrp2uZ7Bh2owVjPr5CC/KB7ExkCHVJWo1r5Dv3FM1EkBg6Bt4NA7Wo1tsvPIhWFGOO5wd/GeEOg9b4HtXdP8dyj/X+nX/MFUj8VY4x0XZ+DQNvlF9CuVmC0NAdpQom/38wQqFEpwx7lTVtHN7uBx9nN86tNgkB6dyQSBPLtLEfR3/4B76AiVM0LRPyZJ7XeDoEa1B3YK7+DHGEUhkqXBc3XVgjUrO5Fmbw85Nw03nFBEEiXOREclm4jRNx8X6JbcREEMuvm1tnNq7XbfqZIoICyPI58igTSdaNIIF0HHtuJ1ZqSZ45w2juYn0WRQDzKUllSgBToiwr0WCSQcbDVgvmz/Yda9cYOIAjkfkGlLTpyUtDY4kWnz91hfW5tgseRFSsnqNu6snIEgXS1CALxWE2gLI8NH62RQJt9j8OHNkzw3A4PUiMKaXVk7fC9gDYwR/u1SBNKg+5NZAhknBczWJqBPNN5MXbzn09twWb5r/AgHRM8t/rbyGM7XY0EUiBjo+9hiJAwyXO3VgenjRyL0GKRWknIwnjPvD63YTfg5jjpJiQLOf5+M387WaQQixgyoqWsxh+rDTtBIF3pRIJA3oM1KH70DfgKc1B5189s58HeDoHYGVls7rM758cKgQKp4wZglHR1kB4844IgkC4dQSBdB4oECgwlgkAUCWSeWCkSSFfD7bhIhDlV88dkp6CxzYtOr7M/hufbyeOP4dkBO+0dzM8iCMSjLJUlBUiBvqhAj0EgIxLoZxedAXbYUm+9CAIRBIrGdgkC6aoRBIrGeigSiKlmRJhMlhZAYLuqCJd107VLfhUt6gGMlH6BDGFg0J2JDIF2y2+iSS3DMPFyZIuB82LsNl2qqmKD/JDWNrNG8YRAMjqwyfdn7SwgdiYQu5w2coraiY3yY9pZTezMpr72q81Nvscha3DzNniQ5rdNMwRqVcuxU34J6UI/jJJ+GWL5sdqwEwTSpU4kCNRR1YTSB/4OJTMNR34XDD0Mw+jtEKha+R6HlI9CzkJj7bNCoDb1CHbIL2pRdCyaznzxjAuCQLpyieCwdBsh4ub7Et2KiyCQWTe3zm5erd32M0UCBZTlceRTJJCuW19bU4Ybhzy2w/PtJAjEO/NReVKAFCAF4q9Aj0Eg1tS3Vn6ONeu24L4FNyAtNfhw7vhLEd0bCQK5X1AxhSkSSLczgkC6DgSBopt3eBz5R2MkkAIfNvoegQgPJnnuchTR6sjaI7+JRgZTpCuRLQwPuj+RIdBO+WW0qoe1w9HZIenGFW7TZQCFiZ7bIP0IFHhsp6uRQF61GVvkxfAImZggzdeq6wSBWBkz4BtQmA4339mj5RDfcHDT/O30p/oTCjFGCqT6M+whVht2gkC6wokEgdqaO9H/D88xLzUO//F627mwt0OgSuUblCufoUj4CfpLZwS10QqB2lGD7b5nkIICjPXcGFSWZ1wQBNKlIwik60CRQIGhRBCIIoHMEytFAulquB0XiTCnsvoSBApYMZ0J5LiNpgKkAClwlCnQYxCIpYObd++j2Lh1t62kk8YNx5MP3Im8nKyEltyNc4q3AbHasPPUg8eh5vZXNdqig9LBad1AEEi3RoJAPKMyUJbHkX80QiAj1VmymIFx4i2OIlo3XXvlFWhQt2OIdAlyhTFB9ycyBNrqexqdqA05yygcBAqcfXSj5hRlF4/tdBUCsTObWHozltaMpTdjlxsIxNLYsT6eIN2CwYWFfQYCKaoXG+VHIQpJmCTdGWSX5m+nna7mwjzObp5fbRIE0lVOKAjUIaP/757W6nX4/l/ZzoWxWlPygBJRFFCck4Ijde2O83VuZjI6vTJaO2StbLnyJSqVf6FUPAUl4ilB91shUKSxwTMueNoWi3FhNNLt+ppnzc6e3Zsclm4jRNx+XxwN0KYAQaCAKG5th1dnt/1MkUABZXkc+RQJpOtGc6quA4/t8Hw7edaUPHOEm72D8TxKB8ejLJUlBUiBvqhAj0Ggo0VsgkDuF1TaooMgkGb6BIH0GYAgUHQzIY8j/2iEQB1qHbbJS5Em5WO0YO/4NCtrhUD7lfet6xZtAAAgAElEQVRRp2yE9Wwddk8iQ6BNvicgo1U744ed9WNc4TZdu+S/o0U9GJT2jsd2ugqBjF/lp6IQYzx6xIqbjZwZXg0rGNhnIJAXzdjiW4wkZGK8R4+cMi7zt9OntmKz/ETIeU9G2Vht2GPh7OaBA6x9zJFV3dABWVEdJ0+3zh72IJ5fMyccBPrP5wCfjMP3Xc8msBBdejsEOqysRpXyHfqLZ6JInBrUPisECkQfZmgQ2XzxjAuCQLpyifCrdbdwwO33xXHisClAECggCkEgigQyDxGebydbU/pkFS3tPsdhmJYiITVJQl1zZ8SySR4RuRlJqGrocHwmK+B2XXA0g3WmA0GggLlQJJCroUOFSAFS4ChSgCBQFzuTIJD7BZW26CAIpFkcQSB94BEEim4C4nHkH40QqE2twA75BWRJ/TBcCD0Txaqq1ZF1SPknqpV/Y4B4LgrFY4OKJzIECpcqLBwE2iu/gwZ1B4ZKlyJHGK21k8d2ugqBAudzlGK0dK32fjcQyJz2bmThiD4DgSKlsjJ/O42IIQFJmOwJjhhiGvM4u3l+tUkQSJ8qEg0Cld7/CsTmNhy59xdQsgNw2JjYejsEOqB8gFplAwaK56FAnBI0X1shkN05ZMYNPOOCIJCuGkEgXQeCQIFhRxCIIJB5EiYIpKvhdlwkwpyq+WOyU9DY5kWnV3HciPJ8O3nWlI4vNhVws3cwilMkEI+yVJYUIAX6ogI9CoHK9h3GTfc8jPKKmhDtKR2cgIYWr6NN8vyqxvFhpgI8v4Bx+6sabdFBEEhTmSCQbmwEgXhGZaAsjyP/aIRAzeoBlMmvIjdpKIaosxxFtG662PkS7JyJfuLpKBZPDLo/USGQD+3Y7PsLJKRiouf2oDqH23QdlFehRl2PAdJ5KBR05ymP7XQVArWoh7BLfgUZwgCMlPRD691s5HYrb6JJKcMw8QqMLZrYZyBQi3oYu+SXtfOe2LlP5sv67TSA4BTPPSH2H6sNO0EgXepEg0DFj7wOT3UDKu+8Er6i3BB76O0QaJ/yD9Qr2zBYvAh54rig9lkhkAIZG30PQ4CIyZ7fBpXlGRcEgXTpEsFhSZFAATOOVSQk+76wPafX5+wQduvsdlyYWQq47WdKBxcQjseRT+ngdN3c+ix4/CDsuW7HRSLMqay+PLbD8+0kCMQ781F5swJt7Z34w0PPYtrx43H5jNN6lTiPLFmO6SdOxtRjxiZ8vdf+sA0PL1neK45eSXgxe2kFewwC9eZBbu5rigRyv6DSFh0EgTTzIQikjyKCQNF9OXgc+UcjBGpSd2O3/AYKk0ZjgHqpo4jWTVeF+jWOyF+gRDgZpdKpQfcnKgTqRD22+p5CMvIwzjM3qM7hNl2sjayt/aTTUCxM0+7hsZ2uQqBmdT/K5GXIFIZghPRz7f1uINA++X9Rr27BEOkijC88rtshUKt6GCkZjZBbi5D841lJ4Ywonhv2JnUvdsvLkYVhGO75WVCVrN/ODd5HoQpeTE66C4LqCSobqw07QSBd5kSDQEVPrkDSgSpU3XwxvIOLQ0y5t0MgPxSWrkC2MCKofVYIxP4YDpDyjAuCQLrM8Zz/ws3BbuGA2++L44LBpgBFAgVEcevs5tXZbT8TBAooy+PIJwik60YQSNeBx3Z4vp0EgXhnvsQp/9bKz/EfDz7rr1BXfpDPnrVm3Rbct+AGpKUmh22ktVw8/cN2dTTOrL/7plmYOHa4LZBiAGXhoqVY8uDdGDGkv9Y2dt+iv7yChbfrP3hk596zZ5iBkPl9m7btxnV3PKDvKUoKgp5liGVo8d7Ha4L0e/6xe7sMmggCJc6466ma9BgEYoNl4f1LsWD+bP8A6ikRuvJegkDuF1TaooMgkGZuBIH0UUcQKLrZh8eRfzRCoDp1C/bL/4vS5IkoUWY4imh1ZFUpa3FY+QRFwlT0l84Muj9RIVCrWo6d8ktIF/phlBScAi/cpqtKWYfDyscoFI/HAPFsrZ08ttNVCNSo7MIe5S1kCSMwXLpCe78bCHRI+RjVyjr0F8/GlKJTux0CHVDeR62yEQXiJAwUL4hoP/F0grJoBxb1kCuOxRDx4qB6Wb+dm31PwMfOh5JuhUcITgEWqw07QSC9SxINAhU89wFSdh5EzXXnoWP0oBB77u0QiEV9sujP4dJsZAmDg9pnB4E2+B6FCi8mSXdCFJL85XnGBUEgXbZ4zn/hJmK3cMDt98VxwWBTgCBQQBSCQJQOzjxEKB2crobbcZEIcyqrL0GggBXTmUC6FlYowv69/N1Po4oWiRYCRfN9jvYeJwjEAI7VX22GRGbAw6DKF99swF03zdLucYJADIw5gRg7IGZk0Zo/55JeFykVbT/RfbFRoMcgkGHYP7vojC7TzNhI4+6pBIEIArmzlOBSBIF0PQgCRWM9fI78oxECVavrcUhehQEpx6NQ1uFGpMu66apRfsBB5UMUCFMwUDov6NZEhUCN6m7skd9AtjAcw6Qrg+ocDgIZsCxPGI/B0oXaPfGEQPXKduxTViBHGIOh0iXa+91AoCPKV6hQvkKJeAqOKzqn2yHQNt8z6EANcoUxGPJjvcLZTzw37DXKehxUVtnapRUCbZWXoFNtwDjpJiQLOUHV53F28/xqkyCQLnOiQaC8ZauRtmE36n5+JtqmBEfKsPr2dgi0w/cC2lCBUdK1SBdKg2zdDgJt8j0OGW2Y4LkVHgQAKc+4IAikyxzP+S/cHEwQKKAMpYMDKBIoYA88jnyKBNJ1o0ggXQce2+H5dvKsKZ32bua/u9k7GOXpTCAeZQNlrVDEDEBYKfMRHjdeNUMDHuwy7svMTMdrK1bj8hnT8fW6Lf7jPsJFFFmPBWHlHvmvW/DYU6/708GxZ3/42XfaexhkYReLhGH/+5lXV/r/bY24MSKaZp49LWw0khsIxF7AYM3r736qPef91Wuw98ARf9sN9cyp4GIJgdj7mG6/X7QU/71wrj+QwhzFZW6zUZeNW3drVTX+xiKRzOngrOVY2T/dc4MGmqz9a/RBb0h7F91I6Bt39RgEMk8aTqGCidwVBIHcL6i0RQdFAmnmTBBIH9UEgaKb3Xgc+UcjBKpUvkW58imGpJ2MXG9wOjc7Ra2OrAAcmYDB0sygWxIVAtWpm7Fffg95Qmidw226jPRimcJQjJD0xTqP7XQ1EqhW3YQD8krkCRMxWNIjttxs5MwRTFOLLuxWCCSrHdgk/1mrS7YwDMOk4LRrVvuJpxO0Sv0Wh+VPUST8BP2lM4KqYv12bvc9i3ZUY4x0A1KFwqCysdqwEwTSZU40CJT79pdIX7sN9ZecgtYTg8/MYfXt7RBoq+9pdKIWYz03IsWSvtEOAm3xPQkvmjDeMw9JyPKPDZ5xQRBIly2e81+41RBBoIAyBIEIApnHCY8jnyCQrhxBIF0HHtvh+XYSBOLY1zO/fC1H+e4qOhxAfujDrFDEDBt27TmIkcMGatDBgDeLFs7VfshvAAhzmrJoI4Gs0S/sOYtfWOFPl2Z9l1P0EoMzQweV2kbNuIVATCn2nObWdhw+Uo1Fv5uLvJzA2tKcCo7991hDIDuNzBFb5jZb2//KWx9hxtnTsGvPIT8ESk1J0dLelRbna3DL7vkMqhn96xTB1F1mSs+JrQI9CoGsBNjc1K7koYytZMFPJwjkfkGlLToIAmkGRBBIH0cEgaKbrXgc+UcjBCpXvkSl8i8MTzsTWd6pjiJaHVkN6k7sld9GjjAKQ6XLgu5PVAhkl9rNqHi4TVebWoEd8gtIFUowRpqjFeexna5CICNiyxxx5QYC1aqbceBH4DWt+MpuhUBN6h7sll/XtMgQ+mOkdE1E+4mnE9Sw61JxOkrEk4LqZf127vS9iFYcsY2OiNWGnSCQ3iWJBoGyP1iLzM/Xo2HmNLScMjHEnns7BNriWwwvmjHOMw/JJqjDGmoHgbbJS9Gh1mGsNBcpQp5fD55xQRBIly2e81+4iZggUEAZgkAEgczjhMeRTxBIV44gkK4Dj+3wfDsJAjluSQMFPmJhHRzlu6voOQBGhj7MCkUYQDhSWRsSSWMHCazn/3QnBDI/2wogzP82YMa048f7oY85isd6NhEPBAoHdpiK7Dnm6KBYQyD2TgPuXHDWtJBzi4w233vbNXjg8Zf9cMfc42bdauubgiKLnPqX+e8fWrwsBIZ1l3nSc+KjQI9BoHge/BVLKQkCuV9QaYsOgkCaORIE0kclQaDoZiceR/7RCIHYOTcMioxKPw/pnVMcRbQ6sprVvSiTl8McIWM8JFEhkJEirVQ8RUuTZr7Cbbo60YytvsVIQibGe+Zrt/DYTlchkAGuisTjtfN92OUGAjUqZdijvIkscQROLbqmWyEQSzPHtGQXi6BhkTSRrng6QQ8p/0S18m8MEM9BoXhcULWs384yeRma1f0YIc1GpuWclFht2AkC6V2SaBAo6+N/g/1f43lT0Xx66HzY2yHQJt+fIaMDEz23Q0Jq0Liwg0A75OfQplZhtHQd0oRif3mecUEQSJctnvNfuHmYIFBAGYJABIHM44THkU8QSFeOIJCuA4/t8Hw7CQI5bkkDBRIwEshIo8YqaU4rZvht3/t4jb/+1nRh5sxOdlFF5nRy4e51AhBuIJC5jtZ2mHsnHASyO7OeQZftZQfQ0NQSdEaS3fEmkSCQGRY5RdSE85Wb/7sBgcK1ub2jQzufyEgHZ+huhUBmqOPUBwSBOMZ4AhftMQhkPWirpzSym9TM4YysXuHyLLK/EQRyv6DSFh0EgTRTJwikj3iCQNHNfDyO/KMRAh1Q3ketshHjMi5GcsdYRxGtjqxW9TB2yi8jXRiAUdLVQfcnKgQ6qHyEGuV7DBDPRaF4bFCdw226FFXGRvlhCBAx2fNb7R4e2+kqBKpU1qBc+RzF4jT0E0/T3u8GArWoh7BLfgXpQn+cXjzX1XdWEgXt+1JR1x7RHti5Sux8Ja0uyNKiCyJd8XSC7pdXok7dhEHSTOQLE4KqZf127lbeRJNShmHiFcgWg8+BidWGnSCQ3iWJBoEyP1uP7FVr0XzaFDSeHxoZ2dsh0Hrfg5ruk6UFENiANF12EGin/BJa1XKMlH6JDKGfvzTPuCAIpMsWz/kv3DxMECigDEEggkDmccLjyCcIpCtHEEjXgcd2eL6dBIEibikS+o/honcMX2mkdGGJFAnk9rx5uyghu/N2zOWefOEdrQ+N85DsgEi4c+8ZSDLfGy0EMtexf0mhFgnkps3m+2rrGv3p4CgSKKGHZcwq12MQKNwAiVlLwzyYwajnlr2PeXMuBQsTZANy4aKl/tyT1gFqHcAEgdwvqLRFB0EgzRIJAukDkiBQdDMejyP/aIRA++QVqFe3Y2LmlZDaWXLjyJfVkdWmVmKH/DxShWKMka4LujlRIdA++V3Uq1sxWLwIeWLwuR+RNl2BX9H/BhJS4gqB7KKX3ECgDtRgm+8Z7fyPs0pu7VYItNH3GBR0an3OogpYdEGkK55O0D3yW2hUd2GYdDmyheBcDdZv5155BRrU7RgiXoJccUxQE2K1YScIpMucaBAo/ZutyF3xFVqnjkX9ZaFnpPVmCKTAh42+RyBCwiTP3SFD1Q4Clcmvolk9EBIlxzMuCALpUsdz/gs3DxMECihDEIggkHmc8DjyCQLpyhEE0nXgsR2ebydBIKcdaeL+3QkCGWnWjEiXWRedoaVds7vPCXAYKljLOUWhRIoEYufxsLqYz8dhz3vzvc9wxczTNT+v+bK2g/3NmgLPGrRgjfKxpoIznm+th/UcJVbOSSO7SCDjOfPnXOJPeReuzTPOPgkrP/7a3/ZwEMiaRs/6DruoLkoHl7jj2G3NegwCsQq6zRfptjHdUc46uK0HalkHLEEg9wsqbdFBEEgzU4JA+mglCBTdrNXXIdBu33I0YS+Ozb4GSmt/RxGtjqxO1GOr7ykkIw/jPHOD7k9UCGS0ebj0c2QJQ4LqHGnTtdW3FJ2owzjPr5GM3LhCoHLlU1Qq36K/dCaKBD1CwQ0E8qEVm31PQEIGflry226DQEwHpodHTYNPaNPqM8VzT0T7iacTdJf8KlrUAxjpuQoZGBRUL+u384C8ErXqJgyWZiLPEjUUqw07QSC9SxINAqWtL0Pea5+gbfJw1M0+K8SeezME8qkt2Cz/FRLSMdFza0jb7CAQO/OLnf01TLoS2ULgRwI844IgkC51POe/cBMxQaCAMgSBCAKZxwmPI58gkK4cQSBdBx7b4fl2EgRy3JImbIFIflnm/7zujgf0NXBJAQrzsjHr4jPDQiBzpqVI57xbyz3yX7fgsadehwGcrHVygkCsfuYMTuzfRgo0O+Gt59PbpcAznzHEnmEEDPz5T7drgOnqy8/BiCGhvgjmQ37m1ZX+15ozTVn1XPLg3SHPsMtWxR5mzVgVqc3h6mDV0azD9BMna3W+8aoZmHrM2BB/PaWDS9ghzFWxHoNABmwxchRaax1pwuBqIWdhuxA78+C3hgkSBHK/oNIWHQSBNIskCKQPTIJAnBPUj8X7OgRiqdxYSrfjs2+Ar7XQUUSrI8twLHqETEyQ9LNyjCtRIdAO3wtoQwVGSdciXSgNqnOkTZehlZEaicd2upoOzu6MGzcQSFVVbJAf0tp4Qckfug0C1albsF/+Xy3KplndBwVeTJLuhCgkhbWheDpBt8svoF2tCDnLxO7bGSk9YKw27ASBdDNJNAiUsuMACp5fhY5RA1Fz/fkhttybIVCHWo9t8lNIFnIwTroppG12EGiv/DYa1J0YKl2GHGGU/x6ecUEQSJctnvNfuEmYIFBAGYJABIHM44THkU8QSFeOIJCuA4/t8Hw7CQI5bkmpwFGiAPMJv/LWP7Fg3uyQKKPe3MREObKlN2vYG+reYxAoEcWxht3ZpayzQqCmNl+3N4U5yUQBaPcqjs9OTRKhqECnz7ms48NMBdj701M8aG53bl9WmgdudWAb9g6vAplVuhuvtGQJXlmBT3Z+LnOItHf44KIomL6snLeb9WXwAyrQ0c3P5bEddoYGa19Lh+yqJ9z2c4pHBARo/ex0eUQByUkiWl3UIckjQnI5Lpj9pqV40OLCfj2SgCRJRFunsw7MIZLhclw4tb0rf+exYdZvzW0+Zm6OFxufnV4FvjDjU1V1pxDPxaCKJIlod6Gv23nn3y1PoVWuwsl58yDK+Y7VYVVmjiRjnpLVTnzd9BAkIRknZS0Iup/ZGHMAdve4YC/hmf+Yw72lwwemObu+a/4r2pV6nJB5C1LF3KA6R5r/trQuR61vJ8anzUJ+0ijw2A7P/GfXzzvbV6Ki83uMTJ2B0mT9HCM277D5z2nMs/5h/fTT4oVobRcd+9iN7exq+wBHvOswLPVMHOpci06lGT/J/A2Sxcywz7fajlNFmL5tHT7tu+x0MTuTZQXeHz9GkfrYajt7O1bjYMfXGJpyFgamnBT0KqYvsxs36wKebyf7vrDx72Zud9vPvHMqGxetLvV1+81i4mWkSNqay7o2YUDSeg5Nd86p5o7j+XayfvP9aDvS3gqkP/YW5CHFaL3zihCz41kX8KwpY/XtNI+LFrkC37c8jXSpGMdlBEdtsobazTvb295BlXczRqddguKkiX49eMYFT9tiMS6MSru1YTfzn9kw2PewxcW6IJ7zX7j5Mpb6Os3Rxt9jtqZkc8+PazQ3dYnV/Gf+vtjNedHYjpv2mMu47Wc25j0u1+w844JnP8IzLnhsh+nhdsx3dU0ZqX/M3xenfgz37bS7j+f74rafY7WX5bEd1tbeNKfy2g7Pt5NnTelkW+a/u11TGm2LtJe1vpeNObpIAV4FWMQRu1hKvN5+WaOn7KKNensbqf7BChAE+lEP66Fn7D+Hy8X4+0VL8d8L52phe02t3m63KebsFkUBHS6cpinJEhRF7XZIwZwe6amStkl0ulhUi1sd0lM9Wru6HQKlSPD6VM0p4nSxOjCHNNPN6YqVvslJEhgFYouU7rx4bIfZGHO2tLoAJayObvuZQR1GgTq9zlBFkgQkeyTNaep0aRBIFNzBBI62sc1kkkdAmwsQxcZFRqqkQZWevHhsODMtCc1t7uYpBs46fTLkMIRUFQQIBpVwKQBPv7mdd9Y2P4EOtRHT8++A6k13rokAZKYG6/Bl0/3afadm/S7o/liNC/YSBtY7IuhrrghzDLW2y2AOGXataX4YPrUD0zLvhkdICapzWoT5b2f7e6jwrseo1AtRkjQZPLbDM//Z9fP29hW6MzaVOWMnaHXWNnIu5h2jj88suhPe9jTHPnZjO9+3PIsW5Qgmp1+DXR0r0SrX4oSMm5EqRgCJNrYTqTIaBHL5fdGc3abv95rmR+FT23Bi5l1IElKDXmP9du7v/AL7O77A4OTpGJwyPahsSpIE1eX3JZLtWNupO+kEdLiZ2132M++cah0XkfrC7TdLG5th1gUqBAgWhK7Nqe1e7YccTpfTnGq+n+fbyWyHwXqfT4FYUYeMB16DUpyLloWzQ6rEsy7gGfOx+naax0WjfBAbWl9EljQAU9Ln2LbNui4IzHkzUZI0xX8Pz7jgaVssxoVRabc27Gb+M4vHbLil3ev/kUFYO47j/BeuDjzjwu33xWncWv/O1gXMuenuh0U8a0ogw7I2ifh9sawLYjH/sWkt0m99XNsOp8hu+5mNTY9HQLvLNbvbvSzPfoQ1LTM9Cc0ufACJuqaM1D2pKRJ8Pbyn9nhEMDDn9AOyWOl7NM+pvPsRnm8nz5qSZ4rgmdt51l2sDlp2FrpIAVKAFOhDCvQ4BDLnRDR0jzd9tANARl3oTKB2x+HgNrSaPYjSwelyUjo4XQdKB+c4vGwL8KT00lIX1ba58VeiIDtFA0ZufunvtuZ26XrC3csW+WyOqKiLPO9s8v0FMtpxWt49aGhyroldSpsNvkehsnRgnrsgIvArsERMB2dOj2Z3hk2k9AvlymeoVL5BP/F0FIsnxvVMoL3yO2hQd2CIdClyhdFaR7lJB8fKbZefR7taiVMLbkZTQ7ZjJzvZjqJ6sVF+VHsOSwG3T1iGRl+5bXo988vimQ5pve9B7dWTpQUh0SfWb2eV+i0Oy5+iSPgJ+ktnBOkTq9QdlA5OlznR0sGJja0ofeDvkHMzUXFPKATqzeng2Nk+7IyfTGEoRkizQuYBu+/LQfkj1KjfY4B4LgpFPQKRXTzjgtLB6ZrFc/4LN8lTOriAMpQOjtLBmccJT0ovSgenK+fWZ+G0prTOV6X5aaisa3OMAk+EOZXVncd2eL6dlA7OcbtCBUgBUoAU6HEFehQCWQ+lYmoYB1PNn3NJXMLr7KJ9zL1irSODQuy66yZ9M0pnArlfUGmLDjoTSLMbgkD6KCMIFN03oK9DIMNZfmbe/0VtU6ejiHabrs2+J+BDKyZ4boUHgWiiRIRAgTOMMjBBuiWkvZE2XVZYwGM7XT0TaI/8JhrVMgwTr0C2OEKrt1sIVCYvQ7O6HyfmzUF7U4ljHztt2JvVAyiTX0WaUKyduXNAXI7azr0YLs1GljA47PPjtWE3IJWIZEzy3BFSH+u3s0b9AQflD1EgHIOB0k+Dysdqw04QSJc50SCQ0NaBfn96CUpmGo787uoQ2+nNEKhe3YF98jva2T7sjB/rZQeBDsufoEpdq8FRBkmNi2dcEATSVYvX/BdpgicIFFCHIBBBIPNY4XHkEwTSlSMIpOvAYzs8306CQI7bFSpACpACpECPK9BjEMjuvB1DDQZeXn/3U9y34IaYH7RlQKfyipqgzrjxqhl+0GPOkzjz7GlB9SII5H5BpS06CAJpdkYQSB9uBIGi+wbwOPKPtkggw1kuCUk4Pe9e1DR2OIpo58jaKi9Bp9qAcZ6bkYxApEkiQqB21GC77xmkohBjPDeEtDfSpqtO3YT98krkCRMxWJoR10ggA+SYQYtbCGREER2XOwty81DHPnaCQCwaikVFFQhTMFA6D+XSClR2bMcw6XJkCyPDPj9eTlAvmrHFtxhJyMR4z/yQ+li/nbXqJhww9av5hlht2AkC6SonGgSCV0b/PzwHeCQc/uP1IbbTmyFQYP6agMHSzJC22UGgcuVLVCr/Qql4KkrEk/338IwLgkC6bPGa/yJN8ASBAuoQBCIIZB4rPI58gkC6cgSBdB14bIfn20kQyHG7QgVIAVKAFOhxBXoMAtU1NGHh/UuxYP5s7Wwd88XAzEOLl2HR7+YiLyerx0WKVAGCQO4XVNqigyCQZk4EgfRRRRAouumtL0Mgr9qMLfJiJAmZmJ53Z9QQaLv8HNrVKoyRbkCqUOjviESEQC3qQeyS/44MYSBGSr8IMZpIm65GpQx7lDeRLYzAMOmKuEKgnfLLaFUPY6R0DTIE/TvvFgIdUD5ArbIBk7Ivhtg61nGgOEGgvfLbaFB3YpB4AfLFSaj0vI/y9o2aYzlP0M8rsrvi5QR1An3Wb2cgQmI0hkqXBlU9Vht2gkC6zAkHgZhj6z+fA3wyDt93PaCdORi4ejMEqla+xyHlI9uIN9ZCOwhUoXyNI8oXKBanoZ8YOLCXZ1wQBNLtJ17zX6QJniBQQB2CQASBzGOFx5FPEEhXjiCQrgOP7fB8OwkCOW5XqAApQAqQAj2uQI9BoESJBOpqDxAEcr+g0hYdBIE0kyMIpI88gkDRzUB9GQJ1qHXYJi9FqpCPk/NuiRoC7ZRfQqvKzoT5JdKFfv6OSEQI1KDuwl75LS1ihUWuWK9Im65W9Qh2yi8iHaUY5bk2rhBou/wC2tUKjJbmIE3QU7q5hUDsvBuWym5M5rlIbQ+c6xFuxDhBoE2+xyGjDWM8NyIVBahNWo0Dbd9pqdRYSrVwV7ycoC3qYeySX0a60B+jpGtCqmP9djaqu7FHfgPZwnAMk64MKh+rDTtBIF3mRIRApfe/ArG5DUfu/QWU7EB6S1bf3gyBjAg+u7OvWNvsIFCVshaHlU9QKJ6AAeJZ/rHBMy4IAumyxWv+i7QSIggUUIcgEFT6VCcAACAASURBVEEg81jhceQTBNKVIwik68BjOzzfToJA0e3r6S5SgBQgBeKpQI9BINZIlmZt+buf4skH7vRH/MT7TKCuik0QyP2CSlt0EATSTI4gkD7yCAJFNwP1ZQhkQI0MoR9OzPtV1BCoTH4Nzeq+kDNhEhEC1SobcUB5H/niZAwSzw8xmkibLpbyjqW+SxZyME66Ka4QaJvvaXSgFmM9v0IK8rV6u4VAFcoaHFE+x/CMU5HVEUjpFG7ERIJAXjRii+9vMJ+305jyFfa0fIV+4ukoFk8MOxDj5QRtUvdgt/y6LdSx+3YaZxxlCIMwUroqqP6x2rATBNJlTkQIVPzI6/BUN6DyzivhK8oNsofeDIECqd1OQYl4Ssg4tYNA4c7L4hkXBIF0qeM1/0VaCREECqhDEIggkHms8DjyCQLpyhEE0nXgsR2ebydBoOj29XQXKUAKkALxVKBHIRBrKDv/57o7Hghq8/OP3Yupxzinf4mnUOHeRRDI/YLKzpHVXX3Is+jgcaDzHIzO0xaCQLpaBIF4rCZQlseGj7YzgZrU/dgtL0O2NAQn5FwbNQTaI7+FRnWXliKNpUozrkSEQCwihkXGhPs1fKT5zzhDyQAgPLbDM//ZOWMZeGEAZrznZiT9eO6SWwhUra7HIXkVBqUdj3zv2Y4DJRIEqle2YZ/yD2QJwzBc+pn2rNaU77CzZTWKxZPQT5we9vnxcoIadcwVx2GIeFFIfaw/oDBgaBpKMNozJ6h8rDbsBIF0mRMRAhU9uQJJB6pQdfPF8A4uDrKH3gyBDisfo0pZh/7iWSgSTwgZF3bzjgHNjXPQjJt4xgVBIF21eM1/kSZ4gkABdQgCEQQyjxUeRz5BIF05gkC6Djy2w/Pt5PHHOC7sTQXc7h3YLQXZKWhu86LDq7h6BbMJuhJDASNT1LTjx+PyGYF0volRu8i1eGTJckw/cXKv8GEz//vDS5YHBWL0Bo2pjt2nQI9DoO5rSs88iSCQ+wWVtuigSCDNUAkC6eOVIFB08xaPI/9og0AM3DCAkyuNwnE5s6OGQPvkd1GvbtUc7szxblyJCIHKlc9RqazRzrdg51xYL6dN1wbf/0CFgknS3SjJy0B9Uwe8supofF2FQJt9T8CHVkyQboFHyNDe53YjZ0CR0tQJKPGFHghvrXwkCHRIWY1q5TstkqD0x2iCztSN2Nr8PgrF4zBAPCesFvFygtYo63FQWYUCYQoGSueF1Mf67exADbb5nkEKCjDWc2NQ+Vht2AkC6TInIgQqeO4DpOw8iJrrzkPH6EFB9tCbIZBxNthA8TwUiFNCxoUdBDLmjhxxLIaKF/vv4RkXBIF02eI1/0X6GBEECqhDEIggkHms8DjyCQLpyhEE0nXgsR2eb6fTfsRx4xGmgNu9A7udIFB0KrMMTf/x4LP+myeNGx41JGDPWrNuC+5bcAPSUpPDVshaLp4QyK6O7Mz6efc+irtvmoWJY4fjDw89CyuQYgBl4aKlWPLg3f5z7dl9i/7yChbefrXWVuMZ5qAG8/s2bdvtD4LoV1IQ9CxDLEOL9z5eE6RfdwRLEASKbowcTXcRBOpibxIEcr+g0hYdBIE0iyMIpA88gkDRTUB9GQLVqZuxX34PBdJETMm5LGoIdEBZhVplvZZejaVZM65EhEAMDjBIEM4R6rTpCkTkzEP/3KK4QaCNvsegoBMTPXdAgr4JcLuRa1b3okxejoLk4RioBJ95YzdqIkGgnfLLaFUPa2fnsDN02CWnbcemphWwRgtYnx0vJ6gR7cVS07EUddbL+u30oglbfE8iCVkY75kXVDxWG3aCQLrMiQiB8patRtqG3ai95ly0jx8SZA+9GQKxCD4GdQaLFyHPBOuNBtpBoHBnqPGMC4JAusLxmv8irYQIAgXUIQhEEMg8Vngc+QSBdOUIAuk68NgOz7fTaT8S3a7X/d6BPZ8gUHQqW6GI3bEdbp8cLQRy+/zuKOcEgRjAYXBn4f1LsWD+bA34mCGRGfAwqPLFNxtw102zwpaxvs8JxNgBsd52bEp39BM9IzYK9AgEMlLA2ZHMSH+LjQRdeypBIPcLKm3RQRBIMziCQPq4IwgU3fzTlyGQcd5Dsec4TMyeGTUECqQZOhtF4vH+jkhECLRXfgcN6g4MlS5FjjA6xGicNl07fC+gDRUYLV2LwXlD4waBjAikyZ7fQoCo1dstBDLSnVUpJWiWr8WlaULEwRIOAqmqjA3yowAUTJR+A0lI0Z4jZOzFDw3LNT2ZruGueDlBy5UvUKl8jVJxOkrEk0KqY/12ymjDJt/jkJCGiZ7bgsrHasNOEEiXOREhUO4bnyH93ztR9/Mz0TYlkN6S1bc3Q6DdyptoUspC0nYaBm8HgYzztTKFoRghzfKPDZ5xQRBIly1e81+kyZ0gUEAdgkAEgcxjhceRTxBIV44gkK4Dj+3wfDud9iPR7Xrd7x3Y8wkCRaeyFVKYAQh74k33PIzyihrt4TdeNUMDHuwy7svMTMdrK1bj8hnT8fW6Lf6y4SKKDKBhPJOVe+S/bsFjT73uj75hz/7ws++09zDIwi7mP2b/+5lXV/r/bY24MSKaZp49LWw0khsIxF7AfNOvv/up9pz3V6/B3gNH/G03lDanggsHiroDArH3Md1+v2gp/nvhXH8kkjmKy9xmoy4bt+7Wqmr8jUUimdPBWcuxsn+65wYtJZ+1f40+6C1Ht0Q3Go7+u3oEArGBwi5j8rDK7PT3ROoWgkDuF1TaooMgkGa+BIH0UUwQKLrZrC9DoErlG5Qrn6Gf5ySMyz4naggUzumeiBCoTF6GZnU/RkhXIVMITvXELMhp07Vbfh3MMcrOwxmeNy4uEEhVFWyQ/4e5ETHFs8Bv6G4hUKfagK3yElQpOfi+fS4WZOsQKdwVDgK1quXYKb+EZORjnOdX/ts9meVYV/8SrI5i6/Pj5QQ9pPwT1cq/MUA8F4XisSHNtH47Ffiw0fcIRHgwyXNXUPlYbdgJAukyJyQEevtLpK/dhvpLTkHriYH0lqy+vRkClcmvolk9gOHSbGQJg0PGhR0EalEPYpf8d2QIAzFS+oX/Hp5xQRBIly1e81+kuZ0gUEAdgkAEgcxjhceRTxBIV44gkK4Dj+3wfDud9iPR7XqPUghU9zXUtv3RShL1fULeyUBa6F7SCinMsGHXnoMYOWygBh0MeLNo4Vzt/BsDQJh/3B9tJJA1+oU9Z/ELK/zp0qzvcopeYj7loYNKbc8XcguBmNDsOc2t7Th8pBqLfjcXeTlZfv3NqeDYf481BLLTaPm7n/pT95nbbG3/K299hBlnT8OuPYf8ECg1JUVLe1danK/55u2ez6Ca0b9OEUxRGybdGFcF4g6Bwg0Mc6t7k3ERBHK/oNIWHQSBNFMnCKSPeIJA0c33fRkCGfBmYNLpGJ11WtQQqEJZgyPK51rUBYu+MK5EhEA75OfQplZhtHQ90oSiEKNx2nSx9Hksjd5gaSZG5x0fFwikqJ3YKD8GEcmY5LnDX2e3EEhGBzb5/owWNRUftNyKP+ZGB4HYofIs6sua9i01qxbf1D2NdKEfRkm/DDsQ4+UENfdRnjAhpD523871vge1clM89wSVj9WGnSCQLnMiQqDsD9Yi8/P1aDxvKppPDz47pzdDoB3yi2hTj2CU51qkozRkXNhBoFYcwU7fi0hDCUZ75vjv4RkXBIF02eI1/0VaCREECqhDEIggkHms8DjyCQLpyhEE0nXgsR2eb6fTfiS6Xe/RCYHU3Y8AtV9FK0nU9wnD7wLyTwm53wpFGEA4UlkbEkljBwms5/90JwQyP9vqIzb/24AZ5jN8zFE81rOJeCBQJP81e445OijWEIh1nAF3LjhrWsi5RUab773tGjzw+Mt+uGPucLNutfVNQZFFTv3LIOBDi5eFwLCoDZJu7BEFegQCmXMr2rW6NxkXQSD3Cypt0UEQSDN5gkD6yCcIFN2835chkBExMSTpXIzImhY1BDLgAEsF1188298RiQiBtvgWw4tmjPfMRxIyQ4zGadN1SFmNauU79BfPwvj8U+MCgXxqKzbLT8CDdEzw3Oqvs1sIxG74wfug5oR8vvEuPJrviThYwkUC7ZPfRb26FQOln6JAOMb/jMycFnxV81ekoABjPTeGfXa8nKB75LfQqO4Km/bK7ttpd+YSa0isNuwEgXQzSUQIlPnZemSvWovm06ag8fypQfbcmyHQVt/T6EStNkbZWLVedhCIAXMGzlOFQoyRbvDfwjMuCALpssVr/os0uRMECqhDEIggkHms8DjyCQLpyhEE0nXgsR2eb6fTfiS6Xe/RCYGQgJFARho11k/mtGIGGHjv4zX+LrSmC2Pp0gzQYhdVZE4nF+5eJwDhBgKZ62hth9n+wkEgOz81gy7byw6goanFH3HDnmXU92cXnaFFRbErEgQywyKnoAe7M4HM72Swy4BA4drc3tGBefc+CiMdnKG7FQKZoY5TH/QmP320801fuC/uEMhusFiFjkRtE61TCAK5X1Bpiw6CQJoJEwTSRzJBoOhmtL4MgfbLK1GnbsLw5JkYmnlc1BCoVtmAA8oHyBcnY5B4vr8jEhECGWfrTJLuhihIIUbjtOkyRz1Nyj83LhDIi0Zs8f0NScjGeM/N/jrzQKB/dT6ODLENSxtvwRP5GREHSzgIxFLKsdRyo6U5SBNK/M/IzfXis+pHkYQsjPfMC/vseDlBjbRX4VL+2X07N8t/hU9twQTpFniEgD6x2rATBNLNJBEhUPo3W5G74iu0Th2L+stODbLn3gyBDAA+zjMPyQik3zAaaAeBOtR6bJOfQrKQi3HSr/1a8IwLgkC6bPGa/yJN7gSBAuoQBCIIZB4rPI58gkC6cgSBdB14bIfn2+m0H4lu13uUQqBoxYjRfeGidwzfbaR0YYkUCWQGMpGksvM32523Yy735AvvaI80jjSxAyLhfN3W406ihUDmOvYvKdQigdy02XxfbV2jPx0cRQLFaEAl+GPjDoGYHtawOatGkfI3JpqeBIHcL6i0RQdBIM2ECQLpI5kgUHQzWl+GQHvld9Cg7sCo5MsxKHNC1BCoXtmGfco/kCuOwxDxIn9HJBoE8sksrdqjEJCEyZ47bQ3GadNVo6zHQWUVCsQpODb/krhAoA7UYpvv6ZCzeNxCIJ+qYnXn0yiR6vC3hhvxZEFoFIBZDDsIZEQjCezcHOlOCMyj+eNVmCfi46oHICEFEz2/CTsQ4+UE3S6/gHa1AqOl65AmFIfUx+7buVV+Cp1qPcZKv0aKkOu/J1YbdoJAusSJCIHS1pch77VP0DZ5OOpmnxVkP70ZArGUkCw15ETP7ZCQGjIu7CAQi5pk8CgJGRjvuSWqcUEQSJctXvNfpJUQQaCAOgSBCAKZxwqPI58gkK4cQSBdBx7bidWakmcH7HbvwJ5ZkJ2C5jYvOryKq1cwm6BL989aYQ7TxRoZYkS6zLroDO2sHbv7nACHobe1nFMUSqRIIHYeD6uL+Xwc9rw33/sMV8w83R+lZLzb2g72360p8FgZc2SQNconnE/bWg/rOUrsXU4a2UUCGc+ZP+cS/zlH4do84+yTsPLjr/1tDweBrGn0rO+wi+qidHC9f8boEQhkGDWTzxw6aPz3/Ycrg0LtEllmgkDuF1TaooMgkGbOBIH0UU0QKLrZrS9DoDJ5OZrVvRibfBX6Z46MGgI1KruwR3kL2cIILQWXcSUaBGpXGrHV92TEiBUnCNSg7sJe+S3kCKMwteCquECgNrUSO+TnkSoUY4x0nV9ftxu5IzLwtfclDPeUY3HD1VhSMCDiYLGDQCy9GkuzliEMwkjpqqD7mUPkw6o/av/NeqaOuWC8nKBGxNI4z81IRnZIW+2+neHOiorVhp0gkN4tiQiBUnYcQMHzq9AxaiBqrg9ENrL69mYIZJx7NVlaEARxjQFiB4F8aMdm3180aMTgkXHxjAuCQLpq8Zr/Ik3uBIEC6hAEIghkHis8jnyCQLpyBIF0HXhsh+fb6bQfiW7XS5FA0erGc1+kc3wYsLjujgf0NXBJAQrzsjHr4jPDQiBz+rhJ44aH9etayz3yX7fgsadeh3Guj7VOThCI1Y/dY05rZ6RAs9PCAB7lFTXan+1S4JnPGGJlWB0WLlqKP//pdg0wXX35ORgxpH/I4xlQeubVlf7//vxj9/pTxln1XPLg3SHPsEvBxx5mfo7x8HBtDlcHq45mHaafOFl77I1XzdDqSxCIZxT1nrI9AoHCGSz775EGaiLKShDI/YJKW3QQBNLMmCCQPpoJAkU3q/VlCLRTfgmtajkmpMxBScbgqCFQs7ofZfIyZAqDMUKa7e+IRINALXLFjzClBGOkwCHnZstx2nS1qIewS34FGcIAnFRwY1wgUIt6GLvkl5Eu9Mco6Rp/dd1CoA2dwEbfckxM3ovFjVdgSf6IiIPFDgKVK5+jUlmDYvFE9BNPD7q/ND8NH1UtgqJ2YpJ0B0Qh2fb58XKCbvI9DhltYSMe7L6dO+WX0aoexkjpGmQIgQ1IrDbsBIF0E0lECJS0vxJFf/sHOof1Q/XcmUG23FshUHN7uxYFKbJIPs9dtuPTDgIp8GGj75GQ+3jGBUEgXe54zX+RJneCQAF1CAIRBDKPFR5HPkEgXTmCQLoOPLbD8+102o9Et+slCBStbnRf7BRg4OSVt/6JBfNmh0QZxe6tsX+yNfop9m+kN/SEAj0KgXqiwd39ToJA7hdU2qKDIJBmggSB9JFIECi6GakvQ6BtvmfQgRpMTp2LwvTSqCFQq3oEO+UXkS70wyjpl/6OSDQI1CDvxW75NWQKQzBC+rmtwThtujrUOmyTl2qp2U4rvDUuEKhJ3Y/dNpDNLQT6pF3FDvldTEvZhiWNM/FE3niIpnRuViHsIBCDfAz2DZUu06KgzBeDQKur/gdetQXjPfORhExbbePlBHWKeLD7dpbJr6FZ3Yfh0s+RJQzx1z9WG3aCQLrECQmBDlej6Il34B1UhKp5lwTZcm+FQI3tjWDnXklIx0TPrbbj0w4CsYLGeDJH+fGMC4JAutzxmv8irYQIAgXUIQhEEMg8Vngc+QSBdOUIAuk68NgOz7fTaT8S3a6XIFC0utF9sVOARciwi6XE6+2XNZLILtqot7eR6h+sAEGgLloEQSD3Cypt0UEQSLM4gkD6wCMIFN0E1Jch0Bbfk/CiCcem3oK89PyoIVC7Wo3t8rNIFQoxRrrB3xGJBoFqfezsohXIEcZgqBTs3DUq7bTpktGOTT+mRzqz8J64QKBGpQx7lDeRLQzHMOlKv75uIdDyVhWH5I9wVtoPeLnpbPw+53jkiuHHixUCqaqqRRGo8GGCdCs8QnrQzQwCfVb1ONrVWoz1/AopyLd9eDycoIGIh2RM8txhWw+7b+ce+U00qmVaOkOW1tC4YrVhJwikK5yIEMhTVY/iR9+ArzAHlXf9LMiGeisEqmuvwTb5KSQLORgn3WQ7LsJBIBYJxCKCWAQRiyRiF8+4IAikyx2P+a+1Q464ECIIFJCHIBBBIPNg4XHkEwTSlSMIpOvAYzs8306n/Uh0u16CQNHqRveRAqQAKWCnAEGgLtoFQSD3Cypt0UEQSLM4gkD6wCMIFN0E1Jch0EbfY1DQiRPS7kJ2WkbUEIiBJAaUrA7GRINA1fIPOCCvQoFwDAZKP7U1GDebLuOX8ecU/md8IJC6E3vkt5EtjMYw6VJ/vd1CoMVNKqrVr3BJ+r/wZfsEXJI6EwN1X67tZYVA7ajCdt9zYR3IDAJ9UbkErTiCUZ5rkY5S2+fGwwna2NGAzdpB9lkY75lnWw+7b+c++V3Uq1sxRLoYucJY/32x2rATBNIlTkQIJDa2ovSBv0PJTMOR310dZEO9FQLVtJf/mAqzCGOk623HRfXXHqgdQP6JMqQ01V+GQW8Gvyd4bocHqdp/5xkXBIF0KeMx/xEESsOR2jZXi0GCQASBzIbC48gnCKQrRxBI14HHdni+nW72I64mO0sht3sHdltBdgqa27zo8CquXsVsgi5SgBQgBfqSAgSButjbBIHcL6i0RQdBIM3iCALpA48gUHQTUF+GQAbM+EnavchMS4oaArHzV9g5LNZUQ4kGgcp9/8IR5QsUiyehnzjd1mDcbLo2y4vhU5txWv7daG3xwCsHHKbhrDAnI0kr19ruczRU6y/y69Qt2C//L/KE8RgsXei/3+1G7r4GBV+2N+KB/KfhERR41OswIak4bD2sEKhaXY9D8irkimMxRLw45D4Ggf5V/TyalNB0aubC8XCC1nZUYrvvmZCotCBnj82384DyAWqVDRgkno98UT/Ik12x2rATBNL1TUQIBK+M/n94DvBIOPzHYGDSWyFQVft+7Swz67li5nHx7R888LUDU+7wIaNf4C9bfH+FF8GpHnnGBUEgXct4zH8EgQgCMVtzG/GVliwhNUVCXVOn47rELk1suJt49iMCgNKCNJTXOMM7jyQgLysFVfXtjvVlBdxCClaWx5FPEEiX362+PLbDnsvWlJV1bVAcltaJMKfy2g7Pt9PNfsTVQLAUcrt3YLcRBIpGYbqHFCAF+pICBIG62NsEgdwvqLRFB0EgzeIIAukDj2fTlZ7qQbIkoL7F6zhqeTZdPM4eURRQnJOCI3XuNnOOFY2yQF+FQIraiY3yY5CQguPT7uwSBDIODxfgwWTToeOJBoEO+FajWlmL/uJZKBJPsLUYN5uuHfJzaFOrMC33ZvjacmIOgWqU9TiorEK+OAWDxPP89Xa7kbutRsbXncDszE9xbto6KOoIHJt0RdgRY92w71feR52yMaxubMP+TdXfUa/utD0zyHhRPDbsVe0HsEt+GenCAIySgqM4jHrYfTsPKR+jWlmH/uLZKBKP92sTqw07QSBd4oSEQMy59Z/PAT4Zh++7HkiS/PbQWyFQRfsu7JZfR6YwFCOkWSFjX1WBr+/VwwMn3iQje3jA+7ZVfgqdaj3GSr9GipCrleEZFzzrgliMC6Ox5LB0DweYZm6/L7xLL7amzM9KQaULRz6P7YgCUJxHEIj1B0Eg3SrdjnltT52dgsY2LzpdRDwQBOLTlyBQYJbk+Xa62Y/wzr+8cztBoGgUpntIAVKgLykQVwhU19CEefc+irtvmoWRwwZg4f1LsWD+bIwY0r/Xak4QiHPBShBIs3WCQPqQJwgU3dTXVyGQF83YoqXNysSxabd2CQIx5e0OD080CLTXt1KDGYOlGcgTJtoajJtNV5n8GprVfTgu51qI7f1iDoGqlX/jkPJPFIrHYYB4jr/ebp10V1XJ2OkDJqZ0YH7W35Ai+DBC+gUyhYG2Glg37Nt8z6ADNRgpXYMMIXSNwSDQt9VvoE7ZjEHSDOSH0TYeEMhwdlvPTzI31A4ClSufo1JZg37iaSgWp/mLx2rDHgtnNy9Yj1U6pKKcFO0HBl6fc/qQRIVApfe/ArG5DUfu/QWU7MAZWL0VAh1u34p98jvIEUZpoNZ6eVuBtffpEGjcdQryxgX6jp33xs59Gy1djzShSCvDMy54HPmxGBdGW906hI9mh6VbOMDrKORZfREECqjlNuKBR19W1m0/UyRQQFmCQECSR0RuRhKqGjpcmRzNqbpMPLbD8+10sx9x1VGWQm73Duw2gkDRKEz3kAKkQF9SIO4QyAA/+blZBIHCWFqsNuw8hs2zoXS7oNIWHQSBtG4gCKRbI0EgnlEZKNtXIVAHarHN9zRSUIApaXO7DIE2+f4MGR2Y6LkDEpI1gRMNApV530CjWoZh4uXIFkfaGoybTdc+5R+oV7ZhUtYVSOkcGXMIVKl8i3LlUxQJP0F/6Qx/vd1u5M45IqNeBWZke5Dk+xwXZ3yNNJRgtGeOrQbmb5asdmCT/GcAIiZLd0IQAlERxs3MkbWu+h+oVr7HAPFcFIrH2j43HhDocNtmsP7JFcdhiHiRbT3svp0VCksV+CWKxZPRTzzVf1+sNuyxcHYTBAp0d1aaR8u/1dTqHO2al5mMdq+Mtg7Z/4DiR16Hp7oBlXdeCV+RHv3CrlitKXlACU8/52Ymo9Mr41D7euyXVyJPmIDB0syQcdFeLeDfD+lje+TPZRQfF4gE2ul7MeS8L55xwdO2WIwLo7Fu19c8a3b2bLeO/HjMf5QOjiKBmE0SBNJHvdsxz8ryOPIpEohP36N5TuW1HZ5vp5v9SDQ7X7d7B/ZsgkDRKEz3kAKkQF9SIK4QqK29E3946FlMO348zjzlWIJAYSwtVht2HsPmWfxwLVgJAmndQBBIt0aCQDyjMlC2r0KgVvUIdsovIl3oh4mpc7oMgfznRkjzkSRkagInGgTa7n0ZreohjJKu0c7GsLvcbLpYVA6LzhmTcQGyfJNjDoEqlK9wRPkKJeIpKBVP8Vfb7UbuhHLduX1zYRKerW7F44VPwSO0Y5h4BbLFESEymL9ZTeoeLY0Us5NR0i9tNWNO0B9qVqFCXoNS8TSUmCJpzDfEwwl6oG0dDiofokA4BgOln9rW1w4CVSnf4bCyGoXiCRggnuW/L1Yb9lg4u3ngAGsgRQLp3WwHgYqeXIGkA1WouvVSePsX+u0hVmtKHlDC088GBNrf9h0OKR+FHRfNB4ENj+uRQMMuVtDvlEAk0C7572hRD2Kk9Atk/Bg9yDMueNoWi3FhdJ7b9TXPmp09myAQ39qLIoECerm1HT6FCQLxjnlWniAQRQKZx5nx7XQC67y2w/PtdLMf4Z0bWHm3ewdWliBQNArTPaQAKdCXFIgrBGLCGinhNm7dHVHnSeOG48kH7kReTlZC9welg+P81RJBIM2eCQLpw5ogUHTTW1+FQCydGUtrxs6IGJ86u8sQaJu8FB1qXdC5EYkGgbZ0Pq2lNRsr/QopQr6twbjZdBlQZnj66ciXp8UcAhmpyqyAxc1G7ogMXFgpo78IXFOUjAcrOvEfueswNOlTpKIQYzw3hOhgdoIabWXn5LDzcuwu5sjaUP0JAJgZAgAAIABJREFUWD1ZKjWWUs3uigcE2tv2tRY1VSyeiH7i6bb1sINANcoPP8KjKRgoBc5ditWGPRbObh44wIQhCKSbhx0EKlz6HpL3lKPq5ovhHVzst6PeCoH2tv0L5cpnIdGERsMadgrY/LQeCTT4XAUDzwlAoDJ5OZrVvRgu/QxZwjCtDM+4IAikqxyP+c/JYek2QoTV1833JZpVF0GggGoEgQCBgdSCNJTXtDmaE88ZpexhbsEvK0sQiCCQ2QAJAulqEARynJYStoA5YODyGfb7skSrvPm4k6nHjE206vnr0xu1TVgxj4KKxR0CGZqxAUNnAtlbUKw27Dz2yvOrQq4FK0EgrRsIAunWSBCIZ1QGyvZVCNSg7sRe+W3tjIgxqVd0GQJtl19Au1qB0dJ1SBN0p2miQaCNnY/Dh1ZM8NwKDwLnfJgtxw0EqlF/wEH5QwxMm4pS5ayYQyAWocIiVfqLZ6FIPMFfXTdOus1eYE61jMlJwKzCFPzf8g7MzlBwQfoSTYvB0oXIE8YHDR7zN2u3/Aaa1N1aajWWYs3uYo6szTVf4aD8TxSIx2KgeK5tuXg4QcvaPkWl8nXEiCQ7CFSnbsZ++b2QdFk8zm43tmMIQxBIVyJRzwQqeO4DpOw8iJrrzkPH6EF+e47VmpIHlPDAPsORFRgXp6JEPDlkfFZvELHjFVHvk+kKhl0YgEB75LfQqO7CUOly5Ah6Gk2eccHTtliMC6OxbtfXPGt29my3jvx4zH8EgSgdHLNJt7CPzgQKTIUEgQgCmT+MBIF0NQgCRedbeGvl5/iPB5/139yVH+SzZ61ZtwX3LbgBaal6unW7y1ouXqDC7j1l+w7j94uW4r8XzvWfV8/qt/fAEdx106ywbeCFQHYBEf1KCrDkwbv9742uByPfFS9tu7Pudn3Snc/vy8/qMQh0tIhOkUCcv1oiCKSZPkEgfQYgCBTdTNhXIVCtugkHtDMiJmJU6oVdhkC75FfQoh7CSOlqZAgDtM5INAj0fef/0+o1WVoAgXnkbC43jvx6dTv2yStQnDIBg3FhzCHQQXkVatT1GCCdh0Jhir/WbiDQJ+0qFtQpOCtFwGVFKbjtYDtmpAn4TfZGHFRWIRk5GCvNhSDoDmB2mZ2gG32PQUEnxkk3IVnIsdWMOUG31azFvh/tabA0w7ZcPJygO9tWaan6GIhiQMrusoNAZig6VLrMfxuPs9uN7RgPjoWzmwcOsHpQJJDeG3aRQHnLViNtw27U/fxMtE0JpEzsrRBoV9uHqFLWhYBkwx4rvhFQ9pYeCVQ8VcXIKwPnIxlnoA0RL0auqP8yk2dcEATSVY7H/EcQiCAQszWCQPqYcwt+WVmCQASBzOtFgkC6GgSBbLcRjv/RCmTYv5e/+2lUmZmihUCOlezGAlbAY0Cw5x+7Fyyixy00iRYC3X3TLO097Fr7wzZcd8cDMN7djc30P8pte2Lx7mifSRAoWuWc7+txCGQYvbmqsRwAzpLwlSAIxLlgJQikGRhBIH2cEQTim2+M0n0VAlUr32tnRBSKx2F4yk+7DIHYuTHs/Jjh0ixkCUM1eRMJAh1paMCGzj9DQiomem4PayxuHPnN6gGUya8iL2koRog/jzkEYge616mbMEiagXxhor/ubiDQ8lYVDzYomJUuYGZRKubsa8P0FOCRPAEshV8nGkKAiQGB9tcdxjbf05CQhome28JqxiDQjtoN2OPTI8vMEMV8UzycoNta/wEW1WMX4WTUxQ4CGWcfsXRXLO2VcfE4u93YjvFcgkC6EokaCZT79pdIX7sN9ZecgtYTAxFwvRUCbW97D7XKBgwUz0OBGADJhj0e+kzEvpU6CC6YqGDMLwORQP75R7wA+eIkrQzPuCAIpKscj/mPIBBBIGZrBIH0MUcQSNchLUVCapKEuubOiBulJI+I3IwkVDV0uNpQudX3aI6uZELxAESebyfPmtJVh/1YyM3ewXgeQSAeZQNlreDGnLWJlbrpnodRXlGj3XDjVTP80THGfZmZ6XhtxWpcPmM6vl63xV82XEQRc/Cbn8nKPfJft+Cxp17Xzo9n6eDYsz/87DvtnV98s0H7/8xPzP73M6+u9P/bnIbNHNE08+xpYaORmA/69Xc/9f/9qZffRXpaKiqr67S2WbNWGRDlvY/XaO/90z03aHU0INBPjhnrr1Ok94aDRqw+Dy9Z7odu4d5nB0as99ppwOr8h4ee9WvL/h1OK+MdF557MhY9/kpInz+yZDmOVNZi/+FKsCNeWCTTY3+8FS8uXwWmjzWyKVxb2IPZs5pb29Hc3Bp0b/+SQq2+ht5G3ydyyr3oRl7P3NWjEMhqsEwCY0KYP+cSbWAl+kUQiHPBShBIM2mCQPrIJggU3QzXVyFQhbIGR5TPUSKehCEpp3cZArHUciyaggEABgLYlUgQ6GB9BbZ4lyBFyNXOLQp3udl0tavV2C4/iwxPMcZJ18ccAu2VV6BB3Q7zL/FZ/d1s5P7apOK5ZgXzswScW5SKy3a34dhkAUsLRNQr28B+5c9S442TboYo6AfDGxv2bbXfgTmAs4WRGCZdHlYzBoHKarZhl3bG1BCMkH5uWzYeTtDNra9rqauGiZcjW9RTV1kvOwjEothYNBuLYmPRbMYVqw07QSBd4USFQNkfrEXm5+vReN5UNJ8egCa9FQJtbX0b9eo2DJEuQq4QmtZx/wciDn6iQ6DsESom/joQCcRSX7IUmAOln6JAOEYvk54ERVXR3OZz/PASBNIlisf8RxCIIBCzNYJA+phzCylYWR5HPouiZaBEUVTH+S8vKxntHTLaOgNzqt1NMtqRml6Pto4keOQCx+fmZCTBJ6toaXeegwkC6XIW56aitqlD083pokggXaHeAoG++0HFofLAj1ec+re7/j71GBH9+4VmlrBCIDNs2LXnIEYOG6ilKzN8tYsWztUiWawRNKye0UYCWaNV2HMWv7DCnyrN+i6n6CUGGIYOKrX1KZshT35uFhb95RX87KIz8P4n32LBvNk4XFGNhxYvw6LfzUVqSooGJEqL80MAEbt33r2PgkEgBo+cIm7CQSDzf584dnjY97E+sLbL/G9rBJfxtwvOmhYEgax+eAPssBR+rO0M0M0460R/e1kbjeglVvbbH7b5gRX798rV3/j7if2bXWY97LQz2mK+19ynrB7WFH3dNQ76+nN6DAIZA4QNNivRs5LZRO4kgkCcC1aCQJo5EwTSRzVBoOhmt74KgcqVz1GprEE/8XQMSjmpyxCInaeiR2DM1M5VYVciQaB9dXux3fci0oV+GCX9MqyxuIFAPrUFm+W/IlnMwOSkW2MOgfbIb6JRLcMw6QpkC4HUVG4g0H0NCt5tVfGHHBGnF6firJ2tGOkRsKxId/hu9z2LdlQHnaFjQKB11f/QnL/9xNNQLE4LqxmDQHtr9mC7/CLSUYpRnmtty8bDCbqx9WWwSK2R0i+QIQy0rYcdBGpTK7BDfgGpQgnGSHP89/E4u93YjvFggkC6EokKgTI/W4/sVWvRfNoUNJ4/1W8PvRUCbWpbjiYldA4xGlb2toiKNfqckDEAmHJ7wLF4SFmNau1MsjNRJOpa8IwLgkC6yvGY/wgCEQRitkYQSB9zvQkC1StbsU95F5niIIwQr3Lc0BAESow5lXUUD0Dk+XbyrCkdDcZUwM3ewSjeWyDQkudlrP0+/hDopjkSph4XSKdt6GYFKmYoYD7Xxw7UWM//6U4IZH62FVyY/22AGiOKiLUrkk/Z7IvOz8vGx1+swy+vPA8PPbkMV19+DtZv3uU/D8gu+saAK2eecqwGgczp3SK1PxwEstbHCj/MoMfcrvaODiy8fykWzJ8NI3rGToN7b7sGDzz+sj8SyAxqmFbmNrJ/272f/XcGdqz32sE4o9/sQI65LdZnmdtGEIhnluQr22MQyBpiZ642M0KDvOblZPG1KM6lCQJxLlgJAmkWShBIH6gEgaKbsPoqBDqofIQa5XstFVj/lOO7DIGMX4ubz61JJAhUVr8VZd7XkS0MxzDpyrDG4mbTpaoqNsgPac84IeX/xBwClcnL0azuxQhpFjJ/TLXH3u1mI3dbrYKvO1Q8ni9iWlEapm5vQYkEvFesn//RqO7GHvkNiEjGeGkeJCHFHwn0efUStKsVGCHNRqYwOKxmDALtrz2Irb5nkIJ8jPX8yrZsPJyg37c+q9V5tHQd0oRi23rYQaAOtRbb5KeRjHyMM9U/Vht2gkB61yQqBEr/ZityV3yF1qljUX/ZqX476q0QaEPry2hRD4Qdyzv+LqF6vf5r1tR8Fcf9n8Cv1o8oX6BC+Rql4nQtcpRdPOOCIJBuPvGY/wgCEQRitkYQSB9zvQkCGSma08QijBavd9zQEARKjDmVdRRBoIC5sjHXE1ciRgL9x4PP+qUwpzSzpvNihYx0aHbAwy6qyJz6Ldy9ToDJDQQypw9j9YyUms04F4hFC7GLZaFiUGL6iZO1lHNGFJE1dZ0hEmuHHQSKBJ/cRAIxKGXWy/w+IwWdAX5q6xr9ae1YOWsKNUMDOwhkjpKypv+zQiDzGUq8EChSWwgC9cTsA/QYBKJIoPAdHqsNO4+J8eTC5VqwEgTSuoEgkG6NBIF4RmWgbF+FQObIndLkSV2GQIflT1Clrg36tXgiQaDtdd9jn+9dLUqJRSuFu9xAIHbvJt/jkNGGY1JuhyqnOhof27B7ZRWtLlJ3pKdISE6SUP9j/naWpoylK2Npyli6MuNyA4Guqlaw06vi1UIRxxenY/SWZqQLwOelOgRi1y7fK2jBIRSLJ2qRYeyblZct4uPqRdrfJ0l3QhSSwraRQaBDtVXY5FuMJGRivGe+bdl4OEHXtS5Gp9qAcZ6bkYxs23rYQaBONGOrTf15nN1ubYdViiCQ3jWJCoHS1pch77VP0HrcKNRfebrfjmK1puQBJaIooDgnBUfq2v8/e+cBXkdx9f3/ltvUu+Tei1wxYIrpPfTQDX4JvZdQAgn5kvBC3gSCQwkkOODQmw2E0EvozRQbg3uvsq3ey9Utu/M9s+uV9l7dLXOla0nWzPPkidGdnZ09c2Z25vz2nOO47hghbX5qewpBUqF56VFvvfiy+kkJDet0CCSlAQfe2ekJVKkuQoX6FYrEWRgk6kCMZV6wPFsq5oXxrG731yx7dto2Xf+q6oNwigy1J9Y/DoE4BNLeLwEZgiCguS1iu0YEvBL8Pgn1zfa5YrR1QRRA352VLtYdlvMIXXVK8gMorw06rmeyJCA304fqBue1jzbmds7TuiyG/FSEg6tUv0aF+jU8Qqb2QY5T4RCIQyAnHbH63c3Zwbi2v3gCJSuLVF1n5b1i2GyNcF5OoIb2rzc9gRJFmbKSmQFr6LOd/rNDtXB39G80JBwt1CPICIFn5aCQCOok4wlkBlx1Dc2ODhGGN83WsgoNWtHIWnb29fhx25OeQHbOHRwCpWpG27fbaxDIWCBefuuzjniC9G88JxCQqgM7i4qxbJyZNqwcAmnDwCGQro0sh640vwyvJKCh1f6ASNtlOXSxGHtYDFks84217kCFQEYOH5rrpdA7vtsQiB5e6SG2RDwExeIh2jD0JQi0um4RdigfoUDcD0PEYyzVxK0hf230CYRQiyneKyCpuY5q1x0ItF55VjfgSr9AmtBpwHVzkDu2UkWDSvBRsYhJhWkYsrIFNBr69yUiRGqVBNBGKrBBeRYCJC03kF/KgJhWgSUNNDxaESZIF9s+HzWCltc1Ynn0Ic2jaKp8U8L6e8II+n3rQxqcmyL/EhJ8CfuRCALRePwrow9Dgh9T5Bs7rmMxdrvVHdp4KozdrGsqNWTVNIagOFmvGY1phdk+7d0SiTqH5uirEMi/ehvynv8QwWmjUT/76A59SNWeMlXvTgMC/dD6GMKow0T5MvjQNd/Eir9LaC7bHddeIJh1b6cnUDX5HruUz1AozMRg6ShNFizzguXZUjEvjMFzu79m2bPTtjkEcnz9xVSge8q8TB+qXBjyWXRHFICiXA6BtPcLh0Cazrmd87Rub0OgnepHqFGXQoSMqfItjpOKQyAOgRyVxKKCm7ODcSmHQMlJ2QkCGSHGDOhx7qlHap4zia5LlPc9Ua/i6zkBJjtPIBo9Kj4fDm3v3+98jrNOPgLmkHZGX4xnof89796bQdswbNEFedkdf4sHYbQ+rUdzJR0wozQmHJyVp0/8Pc3h4+hzXXzTvXj6od/EwBwDvJnvd8KRB2hN0fvf94+XtI8naN4iI3qWlQxOOubgmHBw9J533DM/Jo9PRVUdjJxAZk+g+HB4LJ5AtK/mfErxz2IHgWiou/hQe8lpN78qXgK9CoFoZwylN3fMmAD9Ybh4ODjGDSuHQJpacwikz24OgZJb5QYqBNqkLEQL2YbR0mwUeEd2GwJVqd+jXP2sw5uEjkZfgkDL6z5GhRILqRJpjFtD/kblRbSSHZjo+R/4yGBH5esOBDLy9kyQLoVfKOi4l9NBLkoIDqpQQX1+vhskaQaRiatb0KQCHxVLyDGFsTbyDtHE7yM8J6DZswQbWj9GvjAdQ6UTbJ/PMIL+GLlPqzddvj1h/T0Bgb5p1b2Xpkm3aZv5RCURBCJQsTz6VwgQMU3+VcdlLMZut7pDG0+FsZtDoM7RzgzImoXI6Ut4ekVuhhftEQXBUCf48K0vQ/7THyA0bihqL/lZR8P9FQItaX0EEbSgVL4GXnQNDb10roT2ms75cuDdUUi7GaoRpihfmIGh0nGaLFjmBYshPxXzwhg8twZhDoF0iTm9XxxfehYVOATqFIxbgMgqaw6BdIm5nfO0bm9DoG3KW2gga7R+T5VugSjItsPOIRCHQKzrglGfZW3nECg5Kdt5r5jttYOK81GQm4VzTzvKEgKZw8dNLR0d88G/uXfx9R743+vw0OOvdOStie+TEwSibdNrzGHtjNBziaRi3J/+RuEHBUWJgA/9PT4kHpXDY/fdirycTA1UrFizueMWdvc0IJG5vtEW9ToyitX9jDpW/bSSwYlHH6TBGHO+ILOszGHzEoW/M9vnWSCQWaZGqD7z89pBIHqtuY/9iREkNwv33FW9DoH23KOm5k4cAjFuWDkE0hSRQyB9PnIIlNy6NFAh0Ibos2iD7l2S6x3cbQhE8wvRPEP54gwtzxAtfQkC/Vj3DqqVHzBEPA4F4gxLZXFryN+qvI5Gsh5jPGcgg4xzVL7uQKA1ymN6iDPpKniF7I57OR3kKhTglCoFNPLb20U6BJq5pgU7FeD1QglDTTaGEOqxNjpfa3uK52pUiZ+hKrQWw8QTkSdOtX0+w5C1LPIQVIQtvXBSDYGC4XZ83/ZXzQOIegJZlUQQiNZdFtUhlhkgsRi73eoOvUcqjN0cAnWOeHchkGd7FQr/+SYiwwpRfc3pHQ33Vwj0fesDUBDSvNyot1t8+f6PEqItAkQfoIaA/X+rwJtNfQaBOnU5ytT3kSdOwzBRB2Is84JDIF3aqV7/whEFPBwc9wTS3i/cE0ibc/0JAm1WXkEz2aL1e5J0LTxChu2+i0OgvrGm0kFiAYgs706WPaXjIcRUwensYG6LQyAWyfK6XAJdJRDv+cNltPdJgEOgbo4ph0CMG1YOgTSN4xBIn3gcAiW3AA1UCLQ2+i+EaHgg6XJkeQu6DYHqyEqUKe8iV5iC4dJJ2mD0JQi0pPZV1KmrMUI8FTliqaWyuD107VA+QC1ZhhHyz5CDaY7K1x0ItEp5FFHS0sUw4HSQWxEBLqlRMMUDPF2gQ6Cj17VibYTguQIRpZ5YT5ltyttoIKuRK5ZqXmIR0oaJ8hXwwT7cnQGBVkYetfU2SLURtCXcgB/a/g4PMjFJto6pbwWBVkb/tttQ3hlKLlUHdg6B9CnTV8PBydUNKHrwVUQLslF1yzkd87u/QiAnD7lFv9aJcOYQoHknMONmBYESHQLVk9XYrryNHKEUI6RTtb+xzAsOgXT1SfX6xyEQDwdnLFQcAumS6E8QaH30GQRRqfU73us70QaTQ6C+sabSseEQqFND6ZzjhUuAS6BTAhwC7f3awCFQN8eYQyDGDSuHQLrRIs0DEILmYGci426qonY5i7HHI4vISfegujHk6tZuDyYsXzNzCORK9F0qDVQItCr6KKJowWT5eqR7MroNgZrIemxRXkc2JmCkrH8535cg0Dc1z2lfWY6WzkOmMMJSWdxCoArlS1SSbzBUPgL5ONBR+boDgVZE/wYVIS3XDs25YxQnCPRpO8Ft9SqO8guYmytqBpHT1rdiSZjg0XwRB3hjIVAYjVgTfayjfRE+TLXxqDEqGhBodUQHixPky+FHXheZpNoI2hSuwo9tj8OPAkyQL7UcEysI1DknroOMdO16FmO3W92h7XIIpA9PX4VAYlMbSu59EWpGABW/ndOhSyz7AhYjHQsoYfH4ojmBDA85q1wTagT49ncyRC+QM0JA3QaCKVcpyBqtQ6BGsgE0h1y2MA4jpTOY5wXLs6ViXhiD53bfxcPB6RJzer84vvQsKvBwcJ2C4eHgALoLKckPoLw26KhSLDlKaWNu5zyty2LIp/n06HlPdZFPLzfTi/aQgmC4M9xoogddHf0nImjSfhorXYB0YaitPFjeLwGfBL9HQn1L2LbNVJ1l9+Y1lVV3UrWndJw8pgosazv3BGKRLK/LJcAlMBAlwCFQN0edQyDGDSuHQJrGcQikTzwOgZJbgAYqBFoR1UN3TZVuRsDr6wEItBlblFeRJYzGKOlsbTD6EgT6qmY+2ki5Fv4uTSixVBa3hvxq9QfsUj9GsTQTJYKeLN2udA8C3Q8VCqbKt0LUMvzoxekg90obwV8aVZybJuD2bB0CzdnYCgqH7ssVcbS/a86cHcp/UUt+0tdWYRRGS51eEFbPZxiy1kWf02Q8VroQ6cKgLtVTDYFq27djZfuzSBeGYKzUabiP74gVBFqjzEeY1GOidAV8gu79lKoDeyqM3SxwgD4bNWTVNIaguDBksRjTCrN9aGiNIBJVnaZFn4VAiCgYfOdTgCxh192XdDxHf4RAreEmLGl7GBLSMEW+vsuYRJoELP6TBF8OQfYwAVUrgNKLVeSW6uPXRPS13bwesMwLDoF0kad6/eOeQNwTyJjc3BNIlwTLe6u3IZCxJ6f9HiWdiSxhrOOeMqoQtLY7fwDJIZAuyqIcP+qaQ6Bycyr0Awo3aypth0V3WN6dbs8jTs8S/7vT2cFcn0MgVuny+lwCXAIDTQIcAnVzxDkEYtywcgikaRyHQPrE4xAouQVooEIgI//JdPl2Jt2xMmS1Yic2Rl9AOoZhrHy+Nhh9CQJ9XvMwQqQBk+Sr4UGWpbK4PXTRBL40kW+eOBnDxJMdla87EMg8VuYbOR3k/tFM8FSLimszBVyaoUOgqze34s02gt9nCzg9TezS7yhasTryGIgQRYl0KIqFWY7PZkCgDdGFWhi5MdJsZAjDu1yXaiNodWgjVgcXIEsYg1HSWZb9toJA66NPI4gqTJAvgR+F2vWpOrBzCKQPT1/1BKJ9G/yHp4Cogl13XUIXM62//RECNYVq8GPwn1o+MZpXLL60VQr46QEJ6YOAnOECdn5HMPY8BUX76oayFlKGTcpLyBCGYYykr+0s84JDIF3iqV7/3Bgs3cIB2l+n94vji8GiAvcE6hQM9wTinkBUG1SiYIVyf4di0JDKNLSyXeGeQH1jTaVjxCFQp6bycHDJvhn5dVwCXAL9VQIcAnVz5DgE4hAoGRXiEEiXGodAyWgPMBAhkIIwVkYfghHui0V3rAxZ1HhOjegBFGO8fJE2GH0JAn1U/RctpNoU+WZI8Fgqi1sI1EK2Y5NCgcMojHLhLZMsBKIwZnnkAQjEg2mem2P67WSku7tR1YDPndkiTk0TNAj0q62teLGF4OZMEXMyunoCaUZfYSMCAQLSNrgjLJrd7DIMWZuir4OGBRwlnYEsYVyXS1JtBC0PrsT60OvIFUoxfHfukkT9toJAFGJSmDlO+h+kCYO1S1mM3W51h7bLIZA+Mn0ZApX8+QWILUGU//5CkIBP629/hEANoXIsCz4Bv1CICVKnV5MxN5q3CVjxqISc0QQ5w0Vs/Yxg1GkqBh2iewJR774NynNIEwZhnHQh87zgEEiXdKrXPw6BuCeQMafdwr6AV4LfJ6G+2T5MGG2XJaQX056Sh4PTcimujj7asV0ZLB6NQnF/20MNh0B9Y02lg8QhUKeqcgiUnC2CX8UlwCXQfyXQaxCovrEZd/x5Pm67djbGjNANF/2xcAjEIVAyesshkC41lkNXml+GVxK0kD1OhSUGN4uxhzV0kVM/k/19IEKgMJqxJjoPHmRiknwNk+5YGbJCpA5rlX/BhzxMlC/XhqOvQKCiHB8+rPmj1ifq+WRX3Bryg6QK65WnERCKMV7SoZddSRYCRRHEqugjkBDAFPmGmFs4QaAb6lR8EyJ4JE/EwT4dAt29tRX/bCG4LEPENZmJIRCLsYd2yIBAW6Pvop6shNVXrKk2gpYFl2Bz6H3kC/tgqHS85XBYQaBNystoIVsxWjoXmcJI7XoOgXQxsoTV2SvCwdFwefctgNTQgorfXAA1K02TQ3+EQDXt27CqnUKcwRrgjC/1a0WseUpEwWQdAm18j2D4cSqGHqtDoM61rhDjd0MklnnBsi9IBRw1ntetDie7/jlFVUz1+schEIdAhq5zCMT+3mIx5Pd0TiBjjTXGr0ichUHioY57Sh4ODijJDaC8zjmfFBUmDwenq5TT2cGseDwcnNPpjv/OJcAlMNAlwCFQNzWAQyA2Q4uVIaubwwC3RlB6HxYDOosRlOUZOATSpcUhEIvWdNZl0WHtq/W6IJyjSQOsG2c3vU/zSfB6JDQ4JHelbdkZstpRi3VR+mV4ASZIlzLpjpUhK4wWrIk+2gGWaB/6CgTKzVbxWe1fIQvpmCxdZytqt+tfhLRgtfIoPEImJknXOA4fy/pnHudOuWZgknxtzH2cDnJMZHZ2AAAgAElEQVTn16jYECF4qUDEOI8OgR7Y3oa/Nqk4L13AbVldw8E56U6iBzUgUJnyEWrUpRgiHosCcd8uVVNtBN3SugjbI5+gSDwIg8TDLcfE6t25VfkPGskGjJTOQPZuTyYWY7db3aEdS4WxmxWs85xAuorkZnjRHlEQDMUm7i564BXINY2ouvlsRAtztLr9EQJVtW/AmvaFyBBGYox0bpd5UbNUxPqFIgbtT5A9XMTa1wgGHaZi1Ck6BAqReqxV5mt5smi+LFpY5gWHQLrIU73+cQjEIZAxuTkE0iXhFvzSur0JgZrJdmxWFnSszfniDAwVj7PdV3JPoL6xprLqDsu7k2VP6XgIMVVwOjuY22I9y3JPIJaR4HW5BLgE9gYJ9BoEosJ74LGXcdiB0zBzn4n9VpYcAjFuWHlOIE3XOQTSpzyHQMktfQMRArWScmzUwvvoX4az6I6VIUtBCCujf4MEP6bIN2qD0VcgUEZWC76uexR+FGCCfKmtorg9dBFCsFyZCwEipsm/clS+ZCFQpwE2BxOlK2Pu43SQO7ZSRYNK8FGxiBxRh0Dzd7ThzgYVJwUE3J3TsxBol/IlKtVvUCIehmLx4C4ySbURdGPrJ9gZWaQBIAqCrIoVBNquvI16shrDpVOQK0zSLk/VgZ1DIH10+nI4uMJ5b8BTVo3qq09DZHiR1t/+CIEq2ldjXftryBLGY5T08y7TonyRiC1viBh2OEHucBHLnycomkkw9mwdihmhigzPUdZ5wSGQLvJUr38cAnEIZExuDoF0SfQXCNRI1mOr8nrH2pwjlGKETUhbWpFDoL6xptKxYAGIqdpTOh5CTBWczg7mtjgEYpEsr8slwCUwECXQqxBo07ZdeOG1j3DbNbMR8Hv7pfw5BGLcsHIIpOk5h0D6dGcx5PNwcJ1L5ECEQDTkFQ19lSmMwmjpHCbdsTJkGVCEStYIudZXIJA3oxqLG55CujAUY6ULbN+PbiEQbWSV8jCipF2DXhR+2ZVkIVCQVGO98lTCfB52B7koITioQgVNZ//dID2pPTWILNgVxC11Cg7zAQ/m6X+PL8mGQ6pQvkW5+gWKxAMxSDyiS7upNoKua30fFZElWig4GhLOqlhBoB3qB6hVl2GoeALyxena5ak6sHMIpI9OX4ZA+U+9D9+GHai9+ASExg/T+tsfIdDO4E/YGHobucJkDJdO7jItyj4SUfahiFEnUAgkYel8FflTVEy4UPcEUhDEyriQlCzzgkMgXeSpXv84BOIQyJjcHALpkugvEKiWLMMO5QMExDwE1TpkYhRGy+c47il5ODgeDs5WSSx+5BAoGant2WsW/7QWF990r3bTpx/6Tb/+yD8ZydHnv/+xlzHv3puRm52ZTBNJXRNsD+POuU/ioP0m4cyTrCNKJNU4v2ivlUCvQSCaE+ia3zyIFWs2JxTu1NLRe3wSUc+kkcNKYiYQBVVX3X4/yitrO/pp7huHQIwbVg6BND3iEEifThwCJfduGYgQyPjqMEeYgBHS6Uy6Y2fIWh69HwSK5hlDPWT6CgQS07bhx6aFyBLGYpR0pq2isECgjeQJtCq1WogkGirJriQLgdpIBTYozyINJRgn/yLmFnYHuQoFOKVKQYkEvF3UCYHeKW/DFbUqZngFzM/vWU+gauVH7FA/tMzJk2oj6KqW11ETpTmJOj15Eo2JFQTapX6CanUJzEmZWYzdLLrDIZA+Mn0ZAuUu+ASB5ZtRf95RCE4fo/W3P0Kg7W3fY0v4v5bzcsvbIsq/FDH+59ByAn3/sIqsMQRTrtQ9gVQSwQrlQQjwYJp8s/Y3lnnBIZCu66le/zgE4hDIeN9xCKRLor9AoCryLcqVL5DnGYO6yCYEhEEYL13ouKfkEIhDoGROvhwCJSM19muoLfSJl97tuHBQcT4eu+9Wx/zthl331qvO1eBP/H+z9yR1V7z27hf4/X1PdrlBd8EVh0CpGzPecs9LoNcgUM8/SvItmheDP95+aRcI9P/umY8/3XFFwgWQQyDGDSuHQJqicgikz1cOgZJbtwYiBKpTV6BMfQ954lQME09k0h07Qxb9Wpx+NT5ZvhEy/H0GAkUDa7Gq+U3kidMwTPyZraKwGPK3CQvQENmOsdIcpAtDHA/sEYWgrT3qqKjmnEAtpAyblJeQLgzDWOn8mGvtDnIrIsAlNQqmeICnCzoh0OcVbaC5gsbKAhYU9iwEqlFXoUx5x9LjINVG0OXNC1GvbMAo8SxkibrRPlGxgkDl6peoigtnx2LsZtEdDoH0kenLECjnP18hbfFaNJx+CNoOLNX62x8h0Ja2r7A9/Jmlh96GlyVU/yBg0vkEecNFfPUXgvQhwPQbO9eqZdH7tOc3vDxZ5gWHQLqup3r94xCIQyDjfcchkC6J/gKBdiqfoIYswVD/TOxoXwwv8lAqX+64p+QQiEMgxwNFggocAiUjNbZrqD302x9W467bLu2I0ETBRtmuKkcPE/rRvNle2tchUPxzskmK1+YS6P8S4BDINIZWnkAcAtkrOtOGlUMgTZgcAuk6xSFQci+RgQiBatSl2Kl+hEJxPwwWj2HSHTtD1uroPETQjFL5GniR2WcgUND/I9a3fIhC4QAMlo60VRQWQ365+BaqwmswUjoD2cI4xwN7MhComWzBZuWVjtB95pvYHeQ+bSe4rV7FUX4Bc3N12EPfL0urgpqHULEEvLPbQyi+48mGg6tXN2KrQnOPJPa4SrUR9MemZ9GkUih3gRb6z6pYQaBK9VtUaOHsDtLyCtHCYuxm0R0OgfTR6csQKOv9xcj4YhmaTpiJliP08ID9EQIZubJKxENRLM7qMi3WPiuibpWI6ZdBywn02Z0q/HkE+/5a9wSixfDynCrfChES07zgEEiXYarXPw6BOAQy5iuHQLokmM7UWT40BSMIR/QwmHalONeP6sYQVJU4VUVuphftIQXBcOd6Gn/RduUd1JNVmJj+M6xtfR8SCWCK5wbbtnlOoL6xptJB4jmBOlWVzrmBXtyGFDN/OH/yMQdpwGhXZU1M1CQaMWla6Wgt5YdR6Ef2tGwtq8AtV50L437nnHqk5jlEIdLcRxfgnt9eodUzR4sy7kNThxiw6ZTjZuGeR16AEZ0p/ho7r55EsMvoZ3z79O+XnX+S1mejxHtLGf1buXZzRzg4oz+nHHswnn75fS2ilPk56O/xUbHMfbb6zfi70S5t529/vBHPLHyvIxyc8XwZGWlY+MYnWrft2qa/xztBDPT5MBCev1chkLEAvPPxtzDcDQcXF/RaXEM34eDiw9RxTyDGDSuHQNq6wiGQvrxyCJTca2YgQqBK9RtUqF+iSJyFQeKhTLpjZ8haG30CIdRionw5fMjrMxCoybsI9Gt4atinBn67wmLIr5U/wY72JRgqHo980ToHDb1fsuHgGskGbFX+kxCs2EGgV9oI/tKo4pw0Ab/O7oRAG2qCOKJCQZoAfEFjxSUoyUKgRnU7NisLkCEMxxhpdpeWU20EXdw0H21qJcZLlyAgFFoOsxUEqlZ/wC714w44ShvgEEgXI4sxrTDbh4bWCCJRZ2NaX4ZAGZ8vQ9YHi9F8zL7a/2jpjxBofev7KI/Ehjk0T46Vj0lo2ixgv+v1nEAf3a5CSgMOvLPTE2hl9G9QEMIU+ZeQ4GOaFxwC6dJO9frHIRCHQMa85hCI/b3FYsjvaQi0WXkVzWQzZmRdgB+bXtQ6b3hdWm1kOATqG2sqHR8W3UnVnpLlBLw3egJFvv0UyvbEaTFYZMNa13vw0RCHjepyGbWDvvvJd5bh3+LDndH6FVV1HSDIyROIXv/KW5/FgKOTjj5QAyzm3yhMocUcVu7cU4/UvJGMNB3GdbSeAUbMdQyglCg3jxMEomlAjPbjPZrotS+/9VlHyhJzW4kg0PDBRdrz0mLO22PXZ1qXQrBEz2P8ZrRLwVg8wDNAnQF+zOPm9/m0fpQU5cXAOJ5PiHUW9f/6vQqBDOhy4tEHYe68BZhz5rFayDXzQkCVe0+VRBAo/t7mBY/2rbY53OPd83skSCLQGrL+Ase4abpPgqIC7RHnuiwdlQQgK92L+hbn58vPdC+H7DSPFloo4uJLJJb+ZgZkhCIqwi4MODnpXrQEw3BRFamSLw2dBAK02XxlxfL8Rl0W3ZFFAfTL7oa2iKtbuR3nNK8ECECbC/31SgL8PhlNLvpAn00WgRYX7dL5kxnwoqHVWX/pxpLCqOagc8grUQCo/tS5mBeuhJpkJRYdpuNW1xym6uZY6Ea/PRRFWLGoTf8sODYTU8HvESFLIlpchBSzW3fKwp+hPPoNhnuPRol8IFh0h3aZgpJE6/Wq4NNoJeWYErgUaUKxpmMZfk+PzwsqFG39C0VBvWucSrn6Icral2CU9yQUyvoX/VaFZf2rwSJsbvscQ72HY7B8iG27LOufeZzrlNXYGHoDedIkjPWdHnMPjyggzS+jMcGcf6RBweONCm7IkXBltg57jHVn2jZdh5cN90Cklsm4wvLOopdSfWhoDqOZVGBV8CmkC4MwOXBxl3btdCeR8OjcrG2rgUSynIZYW3+/bngYIbUR+6Rdr3miWRWrd2d1dBm2hN9FobQPRvlO1C6n40ZfsXZf8Rr3YdGdgEeC6HJvYjfO5mdkXVNzM7xoag3DxRTq0B3HgQCQk+bR1qho/N6EEN1qYyo9uqaa2mV5d2b6ZYQVVdv3mIv/yxVIf2MRgkftg7aTD9R+YtkXsMz5VL076bxY3fIWKsI/YaT3RBTJXWH14rkCWnYBh94B5AwV8fZ1KiAQHPVApzR+DD6MCGnFPoEb4BUymOYFy7OlYl4YT+F235Xs+ueEPJNZ/5qDYe1c4lToOEcVFe0OXgwBr6RNQTd7SrfrjlPfurxfUrWnpGvP7j2amz6lav2j75dWY/1z2OcZ704XQ+zmkTrquB1nnyzC63LPzjIvempP2R3dode6nfO0LsuekupOY2tY2xs4FbovoN5FIZuD8qr2p9GqluOg3MuxpOE5REkI+wVugST4LJtneb/Qc5lXEtHscHZI1VmWRXfoA7udF31hTWXVnVTtKZ300Pw7y9rueJaNuzGdc71RWh/6AyKLdE+NPVnSb7oLnlnHJLyllZcLtXnS32gxvGLMIeDo350gEAUfd/x5Pm67djaWrdqImrpGbNyyE3fcOAeffv2j1jYFPfHFfN/4sHO0bjycivcyim/PLidQXm5WzHOY25oycXQXRwUnCGTkSKJ9MNuZ7fpM697/2MsdoMnch7GjhmiAyNxuIghkDndn9rKqa2hO+HwcAu3JGdg37tVrEMi8EFDvHzMEMitrIoKbKtG5gUDxfQv1sBGfPpskCRAEAVEXlEKWRRBCoLixiLAIThDglQVXLuY+rwS3cvB4RNB4wMTNLpShvx5ZhKISV27uWh+iRJObU6HyVQmB2sPylSiloOnoe7xd97ojiAJkSUDERRgBKie340z1l5ICxYUVQOuDKLj6+lqUBM3462Ze0Pkjy+6eTRQFUC8CN1+AU0uE23nhpFvd+Z1Fh70eCfRrWzeFziNqBLWanwohkBIY4O3apvKl/3MzbnbyXdf6HnaGf8DE9JMx2DsDLLpDwZVXTiyHpc3PoSG6DftlXYRsaZi29rrVHZZ5Qes6ydcsx1Wt/0ZleA2mZZyDAs8ESxEvbldx7vYQSiQB34zxOw5zeXQp1jS/i2G+mRiXdoJtfZb1zzzO5eHlWNP6JgZ5p6M0/dSYe9itO7+pCGNhk4K5JT6cnaV7Ahnrzr4b21GvEvw4JoCcRM5AjHNTmxdRBUGlHt80/gNpYh4Oyr62qzxsdCe+cm10E1Y0v6oZQQ7JuR4iZEf5flrzV0RIGw7PuQ2yjfHE6t1ZFV6Fla3/QbF3Cian/1y7H8v7heXdyby2u3m/MI+biHCUAC7e327fWdrctNib0Fe09kozFUN33JB1ljnPIl9tbibY80hfroT88hdQDpmM6OwjduuD+30By54yVe9O2odlTa+iMrQak9LPQIl3cpd59NHvVATrgKJJgBIR0LgNiIYJTnxAhLx7GVzU9He0Kw2YlXU9/FIO07xgeTaWcUvVvot1b+JahxnWPzpI1DgfYdlfu9i3p1K+ji/M3RXovsDj8kzEojt2e5NEfaPyTfX657TPc607boW7u57bce6pPWV895j2lFTXvRLCLmwAfWVPyaI7Vu8Xs8zovimo1uPw/BuxuOFZBE1rrdXQs75f3Jwd+JraKW0342bUZtubuLdZsOwpWZYIlnFmeTbjnMHSl56q29c8geKfy/BWOWCfiRr4ibeTmm259FonCGSGGT+u3IBjDtsPb7z/FQ47cBq+/G659v/U+4eWeBhlhGSzgkAX33Rvl2GxCgnn5Alkfo5EEMgIYUdv2B0IZNVn2q7Vbz0BgcxeUm7DAPaUzvN2+o4E+iQE6sueQPEQiIeDYwu5YhXSprtTgiUcEksoLZZwSCzPwMPB6dLi4eBYtKazLosOa6GL6oJu7JXIz/KhJRjp8nV5cr3Ur6Jeb9Ro0ODCe8oupJcRf3y4dApyhUlMumMX0maL8m80kU0YJZ2NLGF0nwkHt118GfXhrRgjnY8MYZjlELzWpuLPjTrQXlQiwusA6dQABRX/Ro5YihFiLKCJvwnL+mce51r1R+xQP0S+sA+GSsfHNGsX0uGGOhXfhAgezhMxy6db3o2QXqdXKdipAG8USRiSAAIlGw4upLZgtfIoZCEDk6WuEIglHFK1ugS7VP2rvhLxEBSL9p5WORlefN7wf1p9pzAqVu/OJrIRW+JyGqUqdAfPCaSrcl8OBxdYtgm5Cz9FcNpo1M8+WutvfwwHt7z5JdQrmzBKPBNZ4tgu6993f5ChhOifdbcFTzpBpFXA/nco8Obo66ER6nOCfBn8yOfh4ExSLMkLoKo+6OgVwLL+0eaLcvyoaw5pH3s5Fbr+8XBwPBycoSc8HJwuCZYwpiwhvXo6HJwRbvPIvNvxff2zaCMVGC/9AgGhxHLq83BwPByc03vB6ve9MRxcsrLYk9eZIce8Z17Xbp2sJxC9lrZHPYBaWoO45qKfg4ZQoyHiaKEeQfTj//ioS248gYwwc24iSHUXApm9ZroDgaz6bGcHjw9PR+XGPYH25IzYe+7VaxDIWAiouxqd9I88+R8tHFxeTmZMHMQ9KepEnkAffPY9xo4aqoWpoyXeFZJDIMYNK88JpOkRh0D6zOYQKLkVbiBCIGropgZvwyjIojt2hqytyhtoJOswQjodOcKEPgOBNuMZNEedc8U80KzixRbd4PZ8gYiJHvt4fVJ6BZY2PosMYQTGSOfZKmCyEKhaXYxd6qcoEGdiiHhUzD3sDnLn16jYECF4sUDE+N3PYRhE5tSoWBchls+YLASKqhGsUB6kZmRMk2/uIg8WI2i5+iWq1G+0NkR4MFG6Eh4h3VLGmekCvmr8i5avhOYtsStWEKiFbMMmZWHMeHIIpEuSxZi2t+QE8q0vQ/7THyA0bihqL/mZJof+CIGWNj2LZnW7lqeL5usyF+oE9s1vZN0bbDf09uUCoXpg+k1RpA/Sa69XnkXQZJhkmRc8J5AuQ5b1j9bnEAhg0R0aDrMoV/9Qx02hhvyaxpAW+cCpsKx/9P3S6DInmluA6NS/+N85BGJ/b/UWBKKRNJYrc7UOH5v/e3xf/xyaVPrR0nnaXsSqcAjUN9ZUOj4susPy7mT5KJdljeAQiEVa7HUpSDBHZaItxMMFCifuuGd+R84gu5xAVh4mtA3q5fLH2y/VQr8ZUMOc48ZsazXaMXLYJPIEis+vQ/tO70OL4VlklkiyEIi2Zb6Wtknz69BC8/4kyglkFQ7Ors+Gt4+RE8j8PN31BDJyAhkgy8ixdO1FpycMxceuSfyK/iKBXoVAhlLHu7xZue+lSqjxsSEHFed3LHDGYmXc++RjDtImukGaOQRiM7RwTyBdkzgE0uXAYsineURozG6avNup0DB3uZk+VDe0O1VlO7CLAoqyfaiod27X8cbdqDAQIdBG5SW0kjKMlc9HOoYx6Y6dIatMeQ91ZAWGSycjV5jcZyDQOvWfaFebMFm+DjKsQcIv61V83a4bhP6UI+KEgD0ESstsxjf18+BHISbIl9hqYbIQqIp8i3LlCxQJB2OQdFjMPewOcsdWqmhQCT4sFpFLrWMmQ/7VtSqWhAnm5YuY6U2QE0gUQN8vlS7nptmQtSx6n3avRN44LEbQHcp/UUt+gkBkECGKfHEGhorHWco4LT2Ebxr/Bq+QjVLpKtuxsHp3tpFybFCeQxqGYJw8R2sjVQd27gmkD1Ff9gTybK9C4T/fRGRYIaqv0fNx9UcItKTpX2hVKzBO/gXSEPtleaQNWHyXDMkPKLtfxYECgmCNgClXKcgara+HG5QX0EZ2Yqw0B+nCEKZ5wWLIT8W8MBYDt4b8ZCG4E0tgWf9onzkE4hAo2a0th0C65NzOeVqXxZDfk55AUdKKVco/IAvpODLvFvxQ/wrq1bUYIZ6OHNE6fDGHQBwCJbs+cAiUrOTcX5coV44Ba4xWzHXMNlGnMG1m6GPkBTJ/YD9yWEkHhDDARHllLahNtiA3CwfMKNU8kBLdh/bNgCor1mzWujq1dHRHTp14CSSbE4hCIANKvfPxt1rfDj9oOjLS/FrfzHl+6D3jc/ckCqdH6yTqs9XzJGqXxROIelqZ5UtD8NFCw+0lAmbutYfX7G8S6HUI1N8EFt9fDoEYN6zcE0hTIQ6B9JnEIVByK+BAhEDro88gCOoZcxECQjGT7tgZsnaqH6FGXYoh4nEoEGf0GQi0IvoAVEQxVboVopAoCY6uO0aYNPrvKzMEXJmp59KxKtlZCr6ou187vE+WrrOvm+5BRCFoc0jMSxsxh4MzPGJKxENRLM6KuYfVQS5KCA6qUEGf9NsSUcvNRIthELmtXsWn7QRzc0Uc5e9ZCGSENZki3wgJsXmVWIygW6NvoBHrMFg+DLuiX2r9nyhfDh/yEsrZE2jEkubHEBAKMV6yB3JWEChIqrBeeRoBoQjjpYu1+3AIpIubxZi2t3gCydUNKHrwVUQLslF1yzmaHPojBPqu6VG0q3WYKF8GH/Jj5k97jYClcyV4swjCTfpaECgmCFYKKL1YRW6pnrKeeshRT7kx0rnIEEYyzQsOgXSRs6x/tD6HQBwC2W4qbH7kEIj9vdVbEKid1GCd8iT8QgEOzbsGyxreQrXyE4aKxyNf3Md6/5nu0UJFtrrYUwZ8EvweCfUOoaRp/pecdA+qG7X4oI7F7b5gbwbrVEgsupOqPaXjYJkqcAjEIi1ed09JwE0++T3Vl2TuY87rZEC5ZNrh1/Q/CXAI1M0x4xCIzdDCPYF0heMQSJcDh0DJLUADEQKtUeYjTOoxUboCPiGXSXfsDFnl6ueoUr/DIPEIFIkH9gkIpBIFK5T7IQoeTJW6higztCZMCGZV6AZPWk7wC/hTrj0Eomvwx7V/1OpPk27rgC2JNDFZT6Cd6qeoURdjsHgUCsWZMU1bHeQqFOCUKgXFEvBOUSf0Mg7sdzWqeKuN4A/ZIk5L61kItDo6DxE0Y5J8NTzIiukvixF0o7IArWQ7JnjnoDq6HHXqCmQL4zBSOiPhRBf9Vfix5WmkC0MxVrrAdjGweneGSAPWKo/DJ+Ro4edoSdWBPRUeDzTxM4t3ZarCIe0tEEhsakPJvS9CzQig4re6Z1h/hEDUQy5MmlEqXwMvMmPmRssOYPkjMvx5QHud/lNaCUFbhYCx5yko2lf3BNqs/BvNNN/b7rxCLPOCQyBdrizrH63PIRCHQMntagEOgXTJuYUUtC6LIb8nPYFayQ5sVF5EujAMB+ddjJWNH6Ei+g0GiYejSDzIUgW4J1DfWFNZdYfl3cnDwSW7AvLr+oMEzF40tL/Ug8bIkdQf+k/7GO8JtacjcPUXOe3t/ex1CGQXiq0/CJ9DIMYNK/cE0tSaQyB9dnMIlNwqNxAh0CrlUURJi+a9Qr1YWHTHzpBVqS5ChfqV5rFCPVc8kgCasLqnvypkOXSF0YI10Uc14yc1glqVTVHgvGql4+dSD/BcgbXXEK1Ideezmr8iijZMkW+AhIDtgT0ZT6AdyoeoJT9qodBoSDRzsYJAqyPAL2oUTPEAT5uewTCI3N+o4qU2gl9li5jdwxBoXfRJtKMGE6RLtS9bzYXFCLpWeRIhUoPJvstBoh6sUR4HgdIRjipe0Kq/DCtaXkKmOAajxbNsFwMrCBQhLVitPApZyMBk6VqtjVQd2DkE0oeoL4eDQ0TB4DufAvF7Uf6HX2j97Y8Q6KvG+6CQsJYri+bMMpfGDQJW/UtCoJAgWK0DYQMCjTpNxaBDdDDeke9td4gilnnBIZAucZb1j9bnEIhDoOR2tRwCGXLrDxCokWzAVuU/2kcuM/NmY23jV9gR/RSFwgEYLB1pu6fknkBASW4A5S7zgKViTWU5j6RyT8myVnBPIBZp8bpcAlwCXAL2EuhVCEQB0MtvfRYTs9EgrPfccUW/iE3IIRCHQMksMhwC6VJjMeTznECdmjYQIdDy6IMgiGCqfAtEyEy6Y2fIqlaXYJf6CQrEmRgiHtUnIFBniK9iLfydVfk4RPDrOhWTfQJWhfSv35cMcoZAX9c+iiCpSRhqyXyvZD2BytT3NC+YYeKJyBOnxnTf6iBHQ73RkG9H+gX81eTNZBhE5jereKyF4PJMEVdn9Kwn0AblebSRXRgn/Q/ShMEx/WUxgtIY+TRW/jTv9RDUNJSrX6BK/RYBFGO83HUcw96NWNP2GnKFSRgunWL7KrGCQApCoOHsqKGcGsxTeWDnEEgfoj4NgeiX5L/9FyBL2HW3HmKwP0Kgzxv+T+t7Im/FmuUC1r8gIa2YoK1ydzi4IiBYBQw/TsXQY3UItF15B/VkFYZJJyFPmMIERzkE0nWdZf2j9VNhsHTrIULvz2IoZNm70zyTeZk+VPV0nkkBKMoNoMKlQWpQrtcAACAASURBVDhVnpD0/dLYGkEk2ulZbCUfcz49Fhk61XU7zgGvBL9PQn1z2KlJsIT0YjmP0FWnJD+A8tqgYx9YcpTSxvoDBKpVl2GH+gHyxemYkXsaNjQtwbbIe8gTp2OYeIKlTLgnUN9YU+kAsXiRsXxAwT2BHJcEXoFLgEuAS6DXJdBrEMhIeHXrVed2gT00sdYrb32Gu267FAG/t9eFZNcBDoEYN6zcE0hTJw6B9FnFcujiEKhzJRpoEIgQguXKXE0A0+XbmXXHzpBVq/6EHep/kS9Mx1DphD4BgZrJdmxWFiBTHIHR4nmWr6AnWgnmNam4JEfCwkYFbQR4v1hCgU1EOKo739U+hWZShjHS+cgQhtke2JPxBNqmvoUGdQ2Gi6ciVyyNad/KSPdqG8G9jSrOThPwm+zOBzAMIi+1EtzfpGJ2uoBfZXV9QBZjD+2Q2ZC1SXkZLWQrRkvnIFMYFdNfFiPosuh92rX7em+HogIKCWGN8hgUtGOk9HNkC+Nj2g56V2J927vIF/bBUOl4272OFQRKNDdSdWDnEEgfoj4Pgf7wFBBVsOuuSwCP1O8gUGa6gK8a/6LBfgr940vldwI2vSYhUAwEK/Vf/fkE7bUCBh2mYtQpuiF7h/IBaskyDJFOQIEwnUMgkyDdGvJZ1j/aPIdA3BMo2UM7h0C65PoDBKIhlGkoZRr6bVrucdjavBIbw9QzaLy217EqHAJxCJTs+sAC+POzfGgJRhCKOENtY84l2y9+HZcAlwCXQH+UQK9CoDv+PB+3XTsb8YmoqDfQ3EcX4J7fXoHc7NhY4H1NyBwCMW5YOQTSVJhDIH0mcwiU3Io20CAQNaKvjD6shS6jIcxYdcfOkFVPVmO78jZyhckYLp3cJyBQA1mPbcrryBEmYIR0uqWS/K5ewfvtwJ+LvXihIaJ5A83LFzHT29VTxmiE6s4PdQtRr67T2qb3sDuwJwOBtiivoYls1HLh0HAh5mJ1kHu0meDJFhXXZAq4LKMrBHo7SPC/DSpOCgi4O6dnIdBW5XU0kvUJ5eHWCGroqCz4Md37Sy35MS3V6g/YpX6s5Roqla6EIHT2vVn+AZvbP9YMKTSWvl2xy6e3Ino/VCiYKt8KERKTsZvlq00OgfQR6usQqOTPL0BsCaLiNxdAzUrrdxAoLS2Cb5oehIQ0TJGv7zItdn4uYtu7IgKFQLBa/9mbDYQbgaKZBGPP1kNk0nlH599g8RgUivsxzQvuCaTL1e36ZwwSh0AcAiW3q+Xh4Ay59QcItEv5DNXkey3v46TcQ7G9eRPWh19EhjAcY6TZtntKHg6Oh4NLZo3gECgZqfFruAS4BLgEEkug1yBQsD2MO+c+iXNOPbKLJxCHQDKo+zh1zXcqLF/VOLVl/p3lq2qmDSuHQJqYOQTStY1DIJZZ2Vl3oEGgCJqxOjoPXiEbpdJVzLpjZ8iisIJCiyxhHEZJZ/QJCFRJFqFC+QoF4gwMEY+zVJILqxWsiQILhvnwfG0Eb7epuCNbxFkJcuYYjVDdWV7/NqqUpZr3CfVCsSrJhoPbFH0FLdiC0dK5yBRGxjRvdZC7u1HFm20Ev88WcHpaVwj0eYjg1joVh/uAB/K6hrxjeWfRDpm/hC9T3kUdWdkRNsrcYbdG0DAasCb6OAJiPiZ5Lu+AQLSt1dHHEUFDlxxJ9dIibA99hcHikSgUD7BdDOwgEAWkFEIZ+VO4J5AuSpa9SWG2Dw0uwyH1dQhU9MArkGsaUXXz2YgW5vQ7CORPC+K7pkfgRTZKZX29N5ft74vY8akIXx5BqE4H3nIaEG0D8qeomHCh/vXvLvVzVKvfdcwvlnmRKghUQT5BSKhCAQ5FOoY6bgDc6nB31j+7Trhd/4w2OATiEMhRqS0qcE8g9vcWS0gvGkqQ5rpUVf0DFbuSm+lFe0hBMNyZc9Jcv0x5D3Vkhfbh1PicfVHeshOrQk/CjyJMkC+2bJrFZhHwSfB7JNS32If988gictI9PZ7Hc29eU+kAsegOy7uT5cMiJz00/84hEIu0eF0uAS4BLgF7CfQaBKLdsgr7RnMFbS2rwC1Xndvnx497ArEZWuwMWd0ZbJZNB4sBncUIytJ/DoF0aXEIxKI1nXVZdFgzWNYF4XzsA1hd6N30Ps0nweuR0OBwkKNtWR262kkN1ilPIiAUYryk57lg0R07QxYNA0bDgWUIIzFGOrdPQKBdyqeoJosxWDoChcKBlmI+uFwB/VTgu9F+PFcbwd8bFZyfLuDWBOHSjEao7qxu+AS7ol+hRDwExeIhtgf2ZDyBNiovodUi3JzVQe7GOhWLQgR/yxVxiL/Tk8kwgi4NEVxZp2KGV8D8/J71BNqpfowak8eAWSBujaCtZBc2Ks8j2zMUY8U5MRCoQV2HbeobkOBHqXQ1JEEPc1sjfYqdocUYIh2PAhsYpx3YbT6goICUgtJS+Rp4kcnk8cDy7uSeQLpm9HUIVDjvDXjKqlF99WmIDC/qdxDIE6jHkub5Meu9eU5uek1E5XcivJlAuHn3LyIBVAFZYwimXKkbLivVr1Ghfq2tcXStYzFkpQoCrVXmI0TqHQG88bwcArn3EKEyYzEUutm/GHV4TqBOabkNJcgiX1qXQyBdYm7nvLYvyPKhKRhB2EXYq56EQFuUf6OJbMIo6SyMyZmEqpYaLA/N0zyeJ8lX2+4puScQ9wRiXRtY13bWsyydc7xwCXAJcAkMJAnsUQhk5AFasWazo4ynlo7GvHtv5uHgHCTF8lWNo9BNFVi+gGHasHJPIE3KHALpysZiyOc5gTon6ECDQG1kFzYozyNNGIJx0hxm3bEz5Me37ZEE5GR4e/yrQpYD+1blP2gkGzBSPh3ZSByurUIBTqlSEBCAVeMCeK0ugl/VRDWAQkGKVaG6s6HhG2yLfoh8cYbmnWJVWCC4GfZtiD6LNlRgnHQh0oRBMc1bGenOr1GxIULwQoGICZ6uEGh9hOCCGhXjPAJeSpD0iOWdRTtkNmSVq1+iSv0GJeKhKBZnxfTXLQRqUjdii/oaCr3jMVw4IwYC0QbXR59BEJUoEmdhkHiodo9y8T1UhVckzJ0UPyZ2EGht9F8IoQ4T5cvhQx6TsZtDIF3Se5MnUP5T78O3YQdqLz4BofHD+h0EEvyV+KnlGaQJgzFO+p8uy9P6FyXULBMg+QmU9tjQl+lDCKbfqEMgI29FoXAABktHMs2LVEGgZVGa246gWDwYJeJhjttyt/vr7qx/dp1wu/4ZbXBPIO4J5KjUFhU4BNIF43bOs+wpad2ehEAblBfQRnZq6/OInFGoa2nF0tADEOHFVPkm2z0lh0AcAiWzRrAAfg6BkpEwv4ZLgEtgIElgj0KgvVGw3BOIccPKIZA2DTgE0lcDDoGSWxUHGgRqJluwWXkFmcJojJbOZtYdO0NWkFRjvfIUAkIRxksX9wlPoHXK02gnVZjg+QX8pCShknwbIri+TsVUL/DGyACWNkdxdnkEQ2Xg9cKu4dKMRqjubGlchk2RN5AtTMBIm5xDyUKgdcpTaCfVmtcW9d4yF6uD3HGVKupVgv8WiciTukIgA3qVSMDbRT0bDi7eWGzur1sjaJ26AmXqexji3wcl5IQuEKiV7MRG5QUIkDRvII+Qjh3C66iNrMco8SxkiWNsFwM7CLReeRZBUoHx0i8QEEqYjN0cAuli35sgUO6CTxBYvhn15x2F4PQx/Q4CEf8OLG+h+SV078z4svoJCQ3rO9eIQB4QrAMECPDlq9j3dh0C1ahLsVP9CAXivhgiHss0L1IBgaIIYlX0Ea1vucIUDJdOctwAuDUIcwiki5LFUOgofFMF7gnUKQzuCUTXGqAkP4Dy2qCjGlHdyc30obqh3bEureB2ztO6veUJ1PHhiXQ5huYM0kKpLmm/V3u+adJtEOjGKUFh+XCVh4PTBZgKsM6qOyxetCx7SlcTYncllrWdQyAWyaamLk37MXfeAsw589guud9Tc8futfrAYy9rDfSHKFTde1J+NZeALgEOgbqpCRwCMW5YOQTSNI5DIH3icQiU3AI00CBQA1mHbcobyBYnYqR4GrPu2BnyQ6QBa5XH4RNyMFG6sk9AoOXR+0GgYKr3RoiqP6GSLGgl+GuTilPTBPxtqB8N7VHsuz0C6gP0TYkIyeIQTnWnrGkj1mlJfIdhjHS+pRImC4GMkEcTpSvgE3Jj2k90kIsSgoMq9Dwei0vEGAOCYRBpIcCRFQrSBeBzSoLiSneMoLXkJ+xQ/ot8YTqGSifEtOwWAtEkyTRZ8ojALBSoh3WBQLRRmnuK5qDKE6djmHgCtmEhGqLbMFaag3RhiO1iYAeBNiovopXswFjpAqQLQ5mM3SwHdh4OTh+ivh4OLuc/XyFt8Vo0nHU42vYb3+8gUMS3GatbX0W2MA4jpTO6zIsVf5fQXKYbGT2ZBIFcEU3b9YCnNDfQAXdGtX/XqsuwQ/2gY76xGLJSAYGCpArrlae1vmUIIzBGOs9xA+DWINyd9c+uE27XP6ONVBgs3XqI0D6wGAodhW+qwCFQpzA4BOIQaGX0ESgIYop8A0qyczQI9FPoEURJKyZL10EW0hNOLw6BgL6wptLBYQGILO9Olj0lyxrMsrZzCMQi2c66iUAIzdP+/+6Zjz/dcQXq6ptw/2Mvx0RqMnK8lxTlxQAUet0Lr32E266ZjV2VNR1tjBkxuOOG5vvRfz/x0rvabycfcxDuuu1SBPx66GyjJIooNag4H4/dd2u3QROHQMnpDL+q/0qAQ6Bujh2HQBwCJaNCHALpUuMQKBntAQYaBDK8LPLEaRgm/oxZd+wOXfTQukr5B2QhA5Ola3sdAtGDNT1gy4IPUz03WSbxvbdRxattBDdkCbi5xI+2kIJjd4RBPWZeKRQxSk78JSbVnfKmXVgV/hf8KMAE+VJLJUwWAq2OPooIWjpy1JhvkOggZ3j5FInAu8WxgMdsBJ1Zrmi5rb4vESHGQa7uGEHryWpsV95GrjAJw6VTYuTh9sBern6uhZ8al3YMspT9E0IgGrKNfkFLCw3dVkbeRqtCPXi6ekzFD4odBNqsvIpmshmjpLORJYzmEGi38Nwa0Gn1vckTKPvtb5C+aBUaTj8EbQeW9jsIFPKuxdq2N5ErTNYSj8eXpXMlhGpEEBCklwCBHKBmrRZlDRAJZt2rewLVk1XYrrzTMa9ZDFmpgEBN6iZsUf+t9c2LPJTKlztuANzqcHfWP7tOuF3/jDY4BOLh4ByV2qKCW9gX8Erw+yTUN4cdb8UyL1jOIwPZE4gQguUKDWupe/3QOU8h0Ir2x2PC0iYaHA6BOARynLQWFTgESlZy7q9zgkAU4MTnbaf//e0Pq7tAG/p3Ws486XCYQZIVBKJ1nUCMAYFuvepczNxnotY+zS9/8U334umHftPxN/dPzGtyCQxcCfQqBKKLwlW334/yytouI8BzAglobKUpv+0Ly4bKqS3z7ywbZ7eHVNq+nSGLpX/xdVm+PGExoLMYQVn6zyGQLi2WQxfPCdSpYSw6rH21XhfU7GNOhfXrKaf26O/mXDFO9a3WnWr1B+xSP0aBuD+GiEcz646dIUslEaxQHuyIZd7bOYHaSAU2KM8iSy7BGPEiSwh0da2KJWGC+/NEnFHg0yDQZRURfBcimJsr4ii/NQSqaW7AT6GHISENU+TrLYeFZf0zj7P5K1EJsQlXEx3kVkaAi2sUTPYAzxRYQ6CjKxQ0EeDjYgnZcWmPWN5Z9IHNXzPTBMc00XGmMAajpbNi5OHWCFqmvo86dTkmZZyKQGRSQghEGy5TPkAdWYYsYQzCQi3a1QZMkq+BB5m208Pu3blVeR2NZD1GSj9HtjCeQ6DdkmTZm+xNECjr/cXI+GIZmk6YiZYjpvc7CNTqWYaNwQ+QL8zAUKlrzrLFf5QRbdGZT+44gkC2iF1LCAQJIApw4N1RSD6ggazHNuV1bU7QudHbEKhW/Qk71P9q2ilAxjT5FqdXouvQUN1Z/+w64Xb9M9rgEIhDIEeltqjAIZAuGJb3Fos3R0/lBDI+VKJ7O+oJZLw7V4eeBc2xSfME0XxuiQqLzYKHg9MlmIo1lbbLojss704WewzLWsEhEIu0kqvrBgIZnj/nnHokxo4agjv+PB+3XTs7xhMnPhRcKiEQfVIKgsweSkYf3/n4W00Qf7z9Ug1G0RJve77s/JM0D6b4Z09kozZAE63b0taOlpY20Hv0lDdScqPGr+ISSE4CvQaBjAl60H6TOiZmco/Qu1dxTyDGDSsPB6cpLIdA+rzlECi59WugQaBK8g0qlC9RIh2KYmEWs+44GbKWRe/T2pwu397rnkANZC22KW+i2FuKwTjNEgKdWKmgWgX+XShhRq5Xg0B3VUfwym7voIvS4yjJblUzdGdJ6C8dz2ylhclCoOWRB0GECKZ5boFA5JjmEx3kPm0nuK1exRE+QYNa5mI2iJxWpWCXArxRJGFIXES47hhBW1GGjdGXkC4Mx1hpdsz9nXTHqLxV+Q8ayQbMyDofYmi4JQSKog2rI49p8jHKFPlmSPDYLgZ2EIh6O1CvB+rFRL2ZUnVg5+Hg9CHq6+HgMj5fhqwPFqPl8Olo+tnMfgeBmuXF2Nz+KYrEAzFIPKLLvFj0azr56TpBUDQDSMsSsPVzAtlPEG0XsN9vFfiyCQzPGwpcR0lnMc2LVHgCVahfoVJd1PE8k+UbISNxuE+jkluDcHfWP7uFx+36Z7SRCoOlWzhA+8BiKGTZffFwcJ3S4uHgBnY4uBCpw1rlX/AhT/NoNiDQ+tAroB/U2OU45BCIewKxrLvmuixrO+sHjfQ92xvl1fpNWEkTGu7hck7eGEz253W5qxsIRC+igGTuowuQlZGGRHZccyg4GtIt1RDI7CE0ZeJo3Dn3SRjh6ehvBqgaXFyg/UYBFvUkorbof7/zOc46+QjMe+Z1TR4UCBntnXvqkZqNOt4Dicrp3U++6whDZ+UNtYeHld+OS4BJAr0GgcyT0uwayNT7PlCZQyAOgZJRQw6BdKlxCJSM9gy8cHA01wrNuTJYPAqF4kxm3XEyZC2PPgiCCKbKt8AneZCT4UV1Y8jV4Lg10tHG3Hx5V6l+iwr1C4wMzEKuclhCCNSmEhxeqXbk/ynM0j2Bnq6PanmCTksT8Id4V5ndT2NAoJ/Cf3cVvz2iELS16zk27IrZE8gM1eKvSXSQo2HtaHi7s9IE3BHXb7N859SoWBcheL5AxERPrKdTd4ygQVKB9cqzCAjFGC9dFNNlJ90xKm9UXkAr2YmZ2ZdAbS+yhEC0foX6NSrVrzvuQ+GjU7GDQDSfEc1rNEQ6HgXCPkzGbpavNjkE0kepr0OgtO/WIOeNr9E2cyIazji030GgenkRtrd/hRLxUBSLOvQ3ihoGvv29DEEGSBQYdiiBP0vEhncJPOlApBXY5+Yo0kqAZrIdm5UFyBCGY4w0m2lepAIClanvgYY2NYqbMJBu3y/dWf/s1h6365/RBodA3BPI6V1m9btb2MfDwXVK0M2e0qjdU55A1Ntng/I80oQhGCfN6YBAm0Jv7f4Y5WQtlGeiwiEQh0DJrg97IwSavflDLKzfmKxIkr5uwejjcF7u2C7Xu4VA9EI78EHbGTmsJMb7xsgr1NPh4GhfzN5JeblZXfIPGf056pAZuOY3D8KAO2YBmJ893rMoEQSi11JgRAut/8pbnyXMY5T0IPELuQRSLIFeg0DmCWvEdUzxs6akeQ6BOARKRrE4BNKlxiFQMtoz8CDQDuUD1JJlGCqegHxxOrPuOBmyVkX/DuqhMVm+HgEpvVchUJn6AerUZSjNPAn+0NSEEGhVBLioRtHy/tD8P4Yh/9PmKG6oUzHdCzyRH+cqs1vVDAi0Mvwk2km1bT6aZDyB6lqCWBG9HwIkTJNv7aLgiQ5yjzYTPNmi4uoMAZdnWnsCGSHw5uWLmOntOQgUIvVYq8yHT8jBROnKmD476Y5Rmeb6oTl/ZuVeh1Bbhi0EUkgYa5XHNZ2TBD+mSDc6LgR2EGiX8imqyeIOSMo9gXRxujWg07p7Uzi4wLJNyF34KYLTRqN+9tH9DgLVSJ9hZ+h7DJGOQYGwX8zcCDUK+OHPEiQvgRIWMPpEwJ8pYPXLBN5MgnCzgClXK8gaRbTQRJqxEkMwTp7T6xBoc/RlNGNrx/OMls9FJkbazn23OswhkC5GFkOh46JrqsA9gTqFwT2BBrYnEM0/SPMQZgljMUo6s+PduSX0IWrJDxgiHosCcd+E04tDIA6BWNZdc12WtZ17AtlLmdUTiHr93PPbK5CbrYetNjx76L/PPe2omIhOiT7yt/MEMsOiZHIC0T6YIQ2FQIlSjRgh4eLDvJlDvNG2KNiJhzocAiU7a/l1fVkCvQaBqFD2Bvc5DoHYDC08J5C+HHAIpMuBQ6DkXg8DLRzcNuUtNJA1GCGdhhxBTwbJojtOhvzV0ccRQQNK5auRLmX3KgTapCxAC9mO/XMuhNI2OCEEeidIcGeDquX9ofl/DAi0Jajg1CoFOaKAj4rtw8GtDb+k3WesdD7ShWGWB3ZWT6DalhasjD4EET5MlX/Zpd1EB7k/NhK80abid9kCfp5mDYFoyDgaOi5RzqPuGEEpjKEgUEI6psjXxfTZSXeMyisjj0ARgjgq/3Y0tQi2EIheQ6EmhZtZ4jCMEs93XAjs3p0VyleoJItQIh2GYuFgJmM39wQC2lGHsGc9BCUbmWqp41j0tidQW1DATz9K8HqB/ffv6qXnW1+G/Kc/QGjcUNRe8rN+B4Eqxf+iIvxTDPQ3BqWtEvjpARlSAFCCwMRzCPwZIn56isCTBUSagNKLFOROIgiSSqxXnoFfKMIE6WKmeZEKT6B10SfQjlpkSYPQpJRjmPQz5AnTbPWNQyDArYcIFSSLodBxopsqcAjUKQwOgQY2BKLejNSrMU+cimHiiR0QqCz8pebhXCIegmLxEMs9ZVQhaHXhXc5zAukiTIV3JW2XxYssVR8WsazBLGt7f4FALM+/J+pSu+zWsooODxd6T6t8OzSkWiKvm0ReMYnAUKK0IMlCIHMf6xqatVB1ZmhlJTvzdU8teE+rZkAgc44hDoH2hPbxe+xpCfQqBEqUdMsQwNTS0Zh3780d1HlPC8bt/TgE4hDIra6Y63EIpEuDxZCf5pfhlQQ0tHbm0rCSPT2w52b6UN3Q7jg8LMYeURRQlO1DRb1zu4437kaFgQaBtij/1mKNj5bPQSZGMeuOkyF/XfRJtKMGE6TLkCkX9CoEMoDUYXnXo6UlPSEEMjxnLs0QcW2m0AGB2sMKDi5XQGfI58Ui0sVYbxkqOEN3Nobf7ALW4lUyGU+gmpYGDajISMfkOKBC2090kLuxTsWiEMFDuSIO9cf22WwEvatRxVttRAt1R0PemUt3IBARolgeeUDLX0TzGJmLk+4YdY0QeMcV/AF1zSFHCESvC6QHIUQztFB+TsUOAlWp36Nc/QyF4oEYLB7BZOzmEAiaFxX1pkoXSjBW+oXTUPR6OLilPwp4/S0Jkgjc+buuEMizvQqF/3wTkWGFqL7m9H4HgXaJb6M6vBojxFORI8ZCuaYtAlb+U4KcRhBtEzDtEsCXIWLxIyq8mUC4GRh3noLCfYnmmUc99IzcFSyGLJZ9gdswiUautKH+mdjRvljLb0fz3NkVDoE4BDLrBw3pVdMYgqISx3XKre7Qhuj7pbE1gkhUdWyXQ6CBDYFoaGYaorlQOACDpSM7INCu8GLsUj9GgbgfhojHJNQj7gnEPYEcFxiLChwCJSs599cZdtl77riiI2eOOb8ObSkeFMV/0B8fCs64O/17RVVdR8g0CmDuuGd+R14dWi8ZCETbufime2F49BhwycgJRNulz7Vxyw4cMKMU7378LeaceZzWLSsIFA994u8R308eDs69jvGafUcCvQaBEhHgviMW9z3hEIhDIPfa0lmTQyBdFhwCJaM9Ay8c3EblJbSSMoyVLkC6MJRZd5wM+RuU59BGyjFOuhDZ8uBeg0CEqFiu/FV7vuMKfoeapkhCCGR4xNyVI+LkQCwEOr9GxYYIwZP5EqZ5u+qXAYG2Rj5EjbrUMXQHqydQVXM11iiPwStko1S6qksHEh3kLqhRsT5C8EKBiAlxuX7Mhqz7m1S81Epwc6aIORk9B4FoJw2IM026DQJVmN3FSXdotShpwyqFgq80HFXwK9cQiOaeCkeUbkMgOo471Y+0ECw0FAuLsZtDIGC78jbqyWp4hExMkq5xXJR72xPopZdFrFmre8z99vYo/P7YLsvVDSh68FVEBuWj+oYz+h0EKsNrqItuxCjxTGSJsXHr61cLWPMMhUBAtA3Y/wYCf5qIr/5CIKcD0VZg1OkqBs1SEUETVkf/CQ+yMEm+mmle9DQEomh+ZfRBCMSDiZnHY03LO8gTpmKYdKKtvrk15HcHgtt1wM36Z74+FV+tc0+gTglzCATwnECd+sDizdFTOYHK1S9QpX6LQeIRKBIP7IBAlZEVKFPe0fIBDZdOTriscAjEIZDjBsuiAodAyUqO7ToDeBhXXXb+STG5b8weMrSOGbpcMvtE3PPwC7jjxjldPuI36r3z8bda04OK87sAoCdeelf77eRjDkqYX8eAMyvWbO54qPh2zH2Kv9fg4gJQqJWoD4nADoVLRn+aWtpw27WzQXMacQjEplO8dt+UQK9BoESugX1TRPa94hCIQ6Bk9JZDIF1qHAIloz0DDwLRkD40tM946WIEhCJm3XEyZG1SFqKFbMNo6TzkySN7DQKFSIOWK4YaLY8qvAnVjaGEEOicahVbogTPFEiY7EGMJ9Cv61V83E7wvzkiTglYewLtiHyNCvUrLfE6TcCeqCTjCVTRvAvrlCfhQz4mypd1aTbRQe64ShX1KsEHRSLyJWtPoMebVTzeQrS8QTR/kLl01wi6MvowFLRjsnwDZAQ6mnbSHVqRhniioZ7oMx9ecN0eh0Dx4Vk4BNKHz60BfT1VlAAAIABJREFUfZ3ylJYfi5Z4CJhoXvQmBFJV4E/3yojsdgC64VoFhQWxXgFSfTOK5y5EtCAbVbec0+8g0FYsRGN0G8ZIs5EhDI8ZgqqlAjYulCD5CJSQgIPvAPwBEZ/+QYXkB5R2YPjxKoYeoyJKWrFK+YcGZ2m+N5Z50dMQiIYcXBf9F/xCHiZmHI+fmhcgUxiF0dI5tpsAtzrc3fXPqhNu1j/ztRwCASy6Q511i3IDqKgLutoMcgjEIZBZUXoDAhl5K40cnUY+vdrwemxRX0OmOAajxbMs95Q8HBxQkhtAucs5n4o1lQ4Oi+6wvDtZPixytejtrsQhEIu0eqcuBUhffrc8Jpxc7/SkZ+9KPYnchpjr2Tvz1rgEUieBXoNABhGmMSVn7qPneOiPhUMg94YWbdOR7UNTawRhFyEHWPSBZdPBEkqLxQjK0l8OgXRpcQjEojWddVl0WDNY1gXhHDwEYI2j7Kb3aT4JXo+EhpawY3UrQxYFIxSQTJSuhE/IYdYdJ0PWFuU1NJGNGCWdhXx5bK9BoGayFZuVlzXD56yCixNCIIUQHFyhggZt+aJYRJoY6wlkhIq7JEPEdZnWEKg8+hN2Kh8gX9gHQ6XjLQ/srJ5Au5q3Y4PyLAJCCcYnCK0Vf5AjhGBmhR6CZnGJGOOFQ/9mNoK+2ErwQJOK2ekCfpUVmzuou0ZQ6jFAPQdoXigvsjrk4aQ7tGIr2YGNyoual9qs/Ev3OARqUNdim/omssWJGCmexmTsZnl3ug17RWXi9sDOGmKzp42gKlGwQrm/Y7wnS9dBFtJt16rehECbNgt45nmpo38XXahgzKjY1V1sakPJvS9CzQig4rdz+h0E2kSeQ4tSjnHyL5CGkpixKP9KxJa3RIgyoEaBI/5E4A9I+OAWFYIEEAUYfJiKkaeoUBDenZ/Mi6nyTUzzgsWQ72ZeNJNt2KwsRJY4AqWZJ+C7xsfhRwEmyJfa6hqHQDwcnFlBenr9M9rm4eDYziN0Z1WSH0B5rTO8YwlPHb/ncdo0sxjye8oTaKvyHzSSDRgpnYFsYVyHJ1BDpAwblReQJgzBOGmO5Z6SQyAOgZz0OtHvbveU9FrWsyx9z/LSfQlQD5nDDpzWr+26hhTosxieSYm8jbovLd4Cl0DvSqDXIBB97Pg4kr0riuTuziEQh0DJaA6HQLrUOARKRnsGnicQ/ZqbftVNv+amX3Wz6o6TIX+b8paeH0c8FYWeSb0GgWrIMg3M5InTsH/+zxNCoG1R4KxqBUUi8G6xbgw2G/LfCRLc2aDiaL+A+3JjQQmtawDEmuh60MN8tjAeI6WfWx7YWSHQzuYtmiEgXRiCsQkMAfEHuQoFOKUq9nnMnTEbQd8OEvxvg4qTAgLuzulZCGR4g4yXLkFAKOzogpPu0IrUIGLI8oD82XscAjWpG/UvcIUxGC2dxWTsHugQiHoYUk9Do5i9Da1W596EQO++L+Lb7zt1/+wzVUybEpfHI6Jg8J1PAbKEXXdf0u8g0Hr1CQTVWs2TkHrXmUvZRyLKPqTPr4OvYx+C9pHBezcqIIoOvYtmEow9WwGBiuVRGl5TwHT5NqZ50dMQqE5djjL1fRRIUzEp+wR8UfdXSPBhivxL200Ah0AcApkVhEMg7glk1ofegEDx4ZkNT6DmaHWHR3QiL3Dabx4OjoeDS+7U6/7DIto+h0DJSplfxyXAJTBQJNBrEChRXEez0KeWjsa8e2/uElOyrw0Mh0AcAiWjkxwC6VLjECgZ7Rl4EGhF9AGoiGKqfCtE6OCDRXecDPk71A9Qqy4DDW9R4tmn1yBQufo5qtTvUCIehmn5RyWEQF+EgFvqFMz0CpiXrxuDzYb8lRHg4hoFY2QBCwutIVBDlH61qXuv0FxLiQqLJ6Th8bWjeT02ad5MIzBGOq9Ls/EQyOjvJA/wbEGnh4NxodkI+lk7wa/qVRzuAx7Ii63bXU+gDcrzaCO7NHBFAZZRnHSH1qO6Q3UoX5iOffNP3+MQqJlsx2ZlgeZBRkNopSp0hxuPB0Nubr/a7G1PoHqyEtsVPQ45LTQ8Fw3TZVd6EwI98LCEhgYB/5+98w6QotjW+NdhdjbnxMISlrAsOQgIqBjBnFDUa0BRxJyzXr3Bqz4wx4sJFHPGnFDEQBKVnHPYnNPsTnfXe9WzPdvT0zPdPWyAR9U/yk5Vd/WpU9VV59fnnL55wOZtwKQTCMaPlYO6m3P/HECSse+flyEuwQ36NTpN/G5VnBjpnIASJ+O8XnkezUodCsRrEIX4gC7v+IzHvl9865orAZjwb6JCoO/vltFcw6lsKG2wgvyLfWBspTRLBUZDxNuQFOuGQgjqGlti6YURhpNnszMvihUafvNXdBHHYUDScVhQ/qDar8HCzeA5V8ieMAjEIJBeORgEYhBIrw+dAYE2Sq/CgzLkC9MQzaX7PYEavbW+8JtcHKhHbag9JfMEYp5AVvsQs9/t7ilpWwaBIpEwa8MkwCRwKEmg0yDQ/xchMwjEIFAkuswgkE9qTgz5sdEiogQOVTYMWU7CLzgx9jgxZEWiF3bbHErh4Gi4sFUyNeQBQ8U7/CJyojtWhvx9yg8oVX5HDn8cclyHdRoE2iHPRzXZqHok5acNN4VAr9cTPF2j4NxYDncmBUOgeoVgQrECalZc3CUYqmi6UyeVY4P8MtxIRX/xipAHdqeeQLtq12O7/KHfK8V4YeNBLhzYoW31RtAVTQQzKhQMj+LwUgsA066/vxBom/w+asl29BLOQSKX5++2le7QisXKEhQpi5DFj8WQ1BM6HAI1kEJsluchluuCvsLFDAK1jJ4dA/pe5UeUKcv9453Ln4RUfnDYpbizIFBZOY+nn+MRG0Mw6TgBH3+uYOwYBSdNMngC0VBFD70Jvq4RRXf9DTGZiQcVBFojPwmZNKteMtRbRl82vyeg5HcOdF7GdQHG3umDQD89qKC+ECAESO5LMHC6D4ytlp6EAnqtm5ASG9dpEEj70KCHaxL6JI7GLxXPoolUIl+8HNEGbyf989rRYVp/f9e/UApvZ/3Tt22P/BXxMaIaJrS2wRpiOjEU2t1v0Xp0T5ma4EZJlceymaM9JcsJ5Jen3XGOiRIQ7RZQWRt5iGGzQXS0pzyEw8H5PfNbQqdqnkDNXtl0r66XtZOPDGLcAqJdAiotQkm7RB7JcS51v2ynsDXVJyUnALG9PiyyM15aHSdrO4NATiTL6jIJMAkcihJgEGg/R51BIAaBIlEhBoF8UnNy6GIQqFXTDiUIJKMJa6SnIJAYDHJd7xeCE92xMmQVyj+jhCxGF34CuroO7zQItEl6DY0oVnPp9EztaQqB/lWt4NMGgtsTeZwX5wt/ZAzpNbFEQYVMMD9TQFcDB9J0p0n2YDWVK6IxSLzBdBmLxBNoZ+1qUJiVxPVHT+H0oOsaD3IfNBA8Uq3g7FgO97RALX0j/YF9o5fgwjIFfV0c3k5v23BwO6T5qMZG9BTOQBKX7++Cle7QivvkH1FKlqOrcCwGpBzR4RDIQ8qxUX4Fbi4d/YVpDAK1jJ4dY89W+V3UkZ2I5pPhUaqQw09ABj8m7Gu9syDQr4t5fPMdjxHDCQbl83j9HYJBAwmmTA72BMp8/H2IZdUoufkcuHPTDyoItFKaqcp/iHB7UI6wDa/xqFjnm/tJfQhGXecLB/fL4zJqtvo8geK6EQy9wSeTtdKzkNCAgcJ1SI1L6jQItE3+ALVkG/q6zkH3xAIsrXgNdWQX8oQpSOB6htQ3OzpMGzMI5BOhE0Ohk707g0Ct0spOjUFJZSMUO4kmHQiZQSCfsOzOeVrXiSG/rXICGddnDQJ5JQWr5SegEG9ID0cGgVg4OAdLQkBVJ2s7g0CRSpm1YxJgEjhUJNBpEIiFgwutYnHRYrsc2J0otZMDpaMNa5IbNfVeNEvBX6466Z+xrpO8Bk4M6E6MoE76zyCQT1pODPkMArVqmBMdVg2WFY0tGRTCa6nTjbMdndfChFVZfM0XypDVTKqxXp6NKC4JBcIM/y2d6I6VIV/vyZHrOqrTINAa6WnI8Ki5j7qmpJpCoGnlMlY1A8+l8hjjNodA08sV/NlM8Ewqj7EtdTTB6XUnnLGV1ney/mnjvK32D+yWv0QKNwjdhZODVMR4kHuhluCVOgUz4jlMTwgOX6d/vxTKwGklMrIF4PPMtg0HR/N10LwdufyJak4mrVjpDq1Hw4nRsGK5winonzKywyGQcY6011ebdsJeaXKze2B36l3Z1uGQKAhV0IRu0aOwx7Mc6dxIdBWOC7u0dRYEmvOagO07OVwwRUFasohnX1TQozvB5ZcGQ6CMF+bDtbsUpVedjqh+Oe2yp3Tk8cBzyExyo6gyvCcFNSBSQyIPEYPFW4LGYc1swQd7OCB9KMGwy3wQaOlsCeWreNUTKCadYMQdPpmsk/4LL2owQLwKabFpnQaBtJxjA9yXoUt8N/xR8REqyVpYeZ7Z3V872bNTudg15NtZ//SDxDyBAEfzgnkC+dWHQSCfKOzOeVq3oyGQ/6MsXT4zPQRaJ70AL2oxQLwaLiQErd8MAjEIZOfcaFbH7p6StnV6lqVzjhUmASYBJoFDSQKdBoFCCbnR04xZL7yDC88+Hr175BzwY8E8gRxuWBkEUnWaQSDf1HZiyGcQqHU5PJQgUCMpxSZ5DqK5TOQLl/qF4ER3rAxZZcof2Kt8j3R+JHq6ju8UCCSTJqyRnwIHAUPEWxHqq80ji2Q0Eh8EoTCEFiME/081wccNCm5N5HFBi7eQJji97qyTnoMX9RggXAMXF5h7g9aPBAJtqV2OvbIvP043YVLQO9x4kPt3NcH8BgX3JnE4KzY8BKolwDFFMugj/aQ9fMsd9tcIuk9ZgFJlBXL4Y5HBH+bvt5Xu0Io0/F0N2aqGkuuTMqDDIZBE6gNi8TMIZM+YJqEea6XnwBEXBiWehtW1H4X0YNMrcmdAoCYPh4dmCeB44N47JCjeKPznUQVpqQQ3XhcMgdLmfA335j0ou+IUuAbkHjQQSEIj1krPwMXFYoBwXdD6sfJJEfWFFH4TZI9XMOhcToVAf7whoWixb/0QY4HRD/jy/myQXkITKtWQlxmxWbYhkOwqhUuU4G1Mh6AG1wxd7MBRDTaOiL4JKXEJWFX5LUqVpegiHIVM7vCQF7drEN7f9S9UB+ysf/q2DAIxCBTpwZ1BIHvvLb18OxoCNaMa66XZiEIKCsTpkOo5RNVFwcN7EZWhYKM0Bx6UIl+8DNHICFIFBoEYBIp0fWAQKFLJsXZMAkwCTALBEjjgIBDt4kdfLsKO3UW4ZcaUA37MGARiECgSJWUQyCc1J4Z8BoFaNe1QgkD1ZC+2yG8ijuuGPsLf/EJwojtWhizqAUI9QagHSJ7rpE6BQI2kCJvk1xHDZaKfcKkpBKpUCE4oVhDDAT/rIIgRAr1RR/BkrYJzYjncZQixptedjfJceEiJej96X2OJBAJtrvkNNMdSBj9SzbFkLMaD3I2VCn71EDyRwuPIaJ9nk74YjaCjCmXVq21ZNg+eDmxL2V8jaJHyC4qV35DNj0cWP95/XSvdoRVpPh6al6cvDeOX0rPDIZDfe4JzqWFYGATyDZ+VAb0WO7BNeg9x6Ir+icdiRc28oHXG7P3eGRBozVoO730ooHcewdSLZEQLUbjjAQX8/3GPf9znAx76kjrvW0Sv34XySydBHNLroIFAFKZSqBrHdUEf4eKg5/r9YQHNVb55nztRQf7JPgi06iMJexb4PIE4nmDcIz4wtkmai0aUqEbJzNgc2xBonfw8vKQOeeK5SEAvMzXw/80KAinwYrX0BDgi4rCY25AY58LGyiXYo3yHVG4ock1guXZxKx1uq/Uv1APaWf/0bRkEYhAo7GQJ8yODQPbeW3oRdjQEakARNkt0n9oF/YSLUfIHhy3vCkjoDgy+VsIW+R3Uk13oI16AOOQGjTaDQAwCRbo+MAgUqeRYOyYBJgEmgWAJHJAQaOvOfZj1/Dt4+J7pSEkKdic+kAaSQSBrQ0vAhpV5AqniYBDIpxVODPkMArXOpEMJAtWQbdguf4BErjd6CZP9QnCiO1aGrCplA3YqnyKZL0Af1+mdAoGqyEbsVHPp9EVP4SxTCERDvNFQbwUuYF56azg0IwT62UNwc6WCUVEcXkgL9K7R685W+T3UkR3oLUxBvEleikgg0KaaRShUFiGTPxxd+KOCXtfGg9zfyhRs8hK8kc6jv8saAlFPIOoRtCBLgJ5v7S8EKlGWoVBZiAxuFHKEY/z9ttIdWnG9/CKaSZUarrBbSlaHQyDaBy2031DxDgaBWkbPyoBeoixFofIT0rhh6Jc0FourXoCbS0F/YXrYbWZnQKCPPhHw1yoOJ5+o4PDRClLio3DTXQpkBbjnTgnR7sAup7zzA2JWbUPleceAH5N/0ECgXfLnqCTr0N11DFLIqKBxWPp3EVKTz5DW+2wZvY7iVQi07isJOz7nVU8pogBj/iVBcFNA+wYayD70ES5Cl7getiCQQiSslh9X792VPwHp/PCw+mAFgZpQgQ3Sy3BzyRjivkqFQFur1mKH/FHQe814Iysd1urv7/oX6gHtrH/6tgwCMQgU6RmdQSCf5OzOeVq3oyGQcT++50ceu77mEZUIHHavhB3yx6gmm9U9LN3LGguDQAwCRbo+MAgUqeQ6p93BFtnp8dnvqYI6GBwQOmdE2V3/v0mAQaD9HFEGgRxuWBkEUjWOQSDfxHNiyGcQqHWxOpQgkB7Q9OBP8wvBie5YGbJqlK3YrnyIBK438qPO6RQIpBmk0/lR6MofYwqBPmpQ8FA1wckxHP6V3Ap3jBBopwRMLpWRJQBfGHLn6HXHb3AVTkUKN8D0wO6VCRo8wZ4GxspaTqANNT+iWPk1yKNGq288yFHPJurh9HUmj3TBGgLRnEA0N9D8TAFddWmB9tcIWkZW+sLY8UPRjW8NY2elO/S51khPgcbKHyTehC7JiZ0CgVZJj4NAUvOoJMfG2DJ20747yadnZezW64TdA3tn5gTaKX+GKrIeXYWJ6Js0DAsrZgLgMVS8LezOsKMhEPVueWimgKYmDrfdLCMxgagQ6B+PKCivAK6/RkZGemCW9uSPf0Hs8g2oOmM8uAmDDwoIRD3a1sjPqHo8IuZayN64gHGgclh8lwhCCDiOQ/9LFHQb4fME2rzIi83vCuBcAPECI++R4U4i2Cq/gzqyC3nC+ega19vWvPCQMmyUX1Xvra3H4RTCal7UkZ3YKr+LeC4XBe4LVQi0q2onNus8P0Nd365BeH/Xv1D3t7P+6dsyCMQgUKTHagaBfJKzO+fV9SnRjZpGL5q91nl2Q4UYNhuvlIQoeJpkNDYHhhqtIGuxW/4CKdxAdBdOwbb5PIp+o3tRgrGPyNhDzHMravdgEIhBoEjXB7t7Snp9lhMoMimbgRD6Yf69D7+E/9w9HRWVNXhs9nt44ZGb/R/pU9jzwKxXkZ2ZGgBQaLs3P/oet199PvYVl/mvoU/1ob8f/f9X3v5S7fgpxx2Of94+DTHRUQEPYpZPvktWGmbPvHW/U4i0FwTS5PPFgiX+Z2mrPuvH5mBIoRKZVrJW7SWBAxICtddEbA8hMgjkcMPKIJCqhgwC+WajE0M+g0CtK9ihBIG0UG1G47wT3bEyZFEjITUWxnPd0T/qgk6BQHvkb1BOVvq/PDc7sD9eq+CtOoKrEzhcHh8aAsmEYGyRAmoW+C2bR5QubJped1rz4Bynhm8zlkg8gdZVf4tSsgxd+AnI5McEXVN/kKPG3FFFPuPF8mxeNewai9EgEspzaH+NoJXKeuxSPlO9wfSw0Up36DOskmeBA48h4m1oDyOoauyxeHeukZ6FjAYMFK9DamySLWM3ve6hDIGooZ8a/PsKF6FHci8sKP8PCBQV5gkIPHzq9bKjIdDu3RxemiOooIcCH1ooBHr8OQXbdwKXXiIjr2cgBEr8ejniF61EzaRRIJNGHhQQqIpswk75EySK3TDQfTEamgINkFI9sOxfIuV0oIvb4KtlZOX7PIG2/+7F+jkChChAbgaG3SwhNluXr4ufjG7x/W3NixqyBdvlj1Q5a56Z4c4PVhCokqzBLvlLFbT3cZ+uQqCiqgo1j5eAGAwSrw95ebsG4f1d/0J1wGr9M7Zrj/XPLhygfXFiKHRyJhQFDqkJbpRUeSybRUcJoB9FVNQ2W9blOSAzJQZFFY2WdWkFui8oq26CrATOd7PGdnVHe79U13vhlaxhQnZqDEoqG2GjC7aeSatkd5xjogREuwVU2pCvk3nhaE8JIDstBoXl1uNGdSclwY1SG7pDZeFo3DoYApUqv7eE+z1MzZ+44XUeFWt9e9HD7pZRlvBjy/7vaGTyo033lJJMUG/jw6IYt4Bol4DKuvDzyCXySI5zobS6yZa+2ZWvE92hN7Y7Lw6ENVWd8w50p71CDNsasJZKTtZ2BoGcSLa1rhUEoqDBmLKD/nvJinVB0Ib+nZazTz4KoWCF8X5W9l8NAt06YwpGDeuvXn/5Xxtw6U2PYO6Td/n/FtnTt08rDQIdPnKAKgtaQsnMaQ8YBHIqMVZfL4FOg0BmNFfrWCgCfCAOHYNADjesDAKpaswgkG82Ozl0MQjUugIeShDIf+g0hOlyojtWh64GUqR+lR3LdcGAqEs6BQJpodl6Cecgkcsz9QTS8uf8TwqP43T5c8wM+ZNLZOyUgTfTeeTrwqzpdadYWYwi5Wdk8WORzR9pemB36gm0tuZLlCl/oCt/PNL5EUHX1B/kimTg1BIZGTzwFXVbMinGA/uMcgUrmoka5o6Gu9PK/h7Ya5Qt2K4Eh2ey0h2aN4TmD3EhHgPEazoNAq2T/gsvalAgXoX02DRbxm4qu0MVAilExmr5MVV9aB6lrOR4/FzxNJpItRoOjoaFC1U6GgJ9/wOPRb/wGD9WwaQTfEZaCoFemqdg1Wpg8lkyhg4ONArH/7QSid8sR91RQyGfOfaggEA0HCYNi9k7ZiIy+ZFBEMhTxuGPWYKa84coHIbfJiOtmw8C7V7vxepnBfBuQGkCBl0lI7EXwQ75E1STTeghnInucQNtzQvtnUPlrOVoC3f+sIJA2jpLoXiPqGNUCEQNwqvkR9Uv6IcIt4GjcexsrH+h+rG/61+o61qtf8Z2DAIxT6BIz+oMAvkkZxdS0LpODPlt4QlUqPyCEjV34pHqvnHVswLqdvv2YYOvkdGQ+5u6pwwVDph5AjFPoEjXBwaBIpWc/XZ2IJAGNc497Wj06dUVdz/0Em6/5vwATxxjKLj2hED06SgI0nsoGb1v/n3HND+AoX2ZccdjKCwuVwVz+QUnqx5Mxmc31qN1NdBE69Y1eFBX1wDq4RPOs8cMAhn7S6+t94TS+qSNHIVGf5/p807XbOT0/6kHlt7DSOufBsZoHX3f9PfQ/12zyY8e1j/AG+uSKZNw0/3PqrLS2+a18Tz1hHF4+Jk3A+RoX9tYzc6WQKdBoM5+8La6P4NADjesDAKpqscgkG8GOjHkMwjUumodShCIhhYrMgkv5kR3rAxZHpRjo/QKopGOQe7LOwUCbZBfQhOpRH/xCriRagqBTi+RsU8G3s3g0VtsBSBmhvxbKmQsagIeSuYxMaa1rl53ypWV2KN8g1R+KHJ1IdA0TYvEE2h1zWeoUFaqIdWo95ax6A9ya73A1DI5KMeRvo3RIHJbpYKFHoJZKTyO0YGw/TWC1pHd2Cq/jTiuG/oIf/N3wUp3GkkpNslz/Mbi9jCC0s5YeQJtlF6FB2XIF6YhM66LLWM3ve6hCoEaSRE2ya+reVr6C1ciI8mNxZVzUK/sQW/hAjV0V6jS0RDo+dkiioqByy6R0avF44dCoPc+kfHzb5wKhigg0pfYpeuRPP9XNIzqD+8FRx/wEEgfCm5s4k2AHBMEger2cFj1jKDmA6Kh4Ub/U0JikqBCoKKdXvwxUwDvAhQvUDBVRsoAAn3Iyx5xQ23Niz3KdyhX/lTFyUHAEPHWsEcGKwi0R/4W5eQvFYznRB2mQiDqzbFeno1mC+ho1yC8v+tfqAe0Wv+M7dpj/bMLB2hfnBgKnZwDmSdQq7Tsejw4kS+ta3ecmSdQq2Q7GgL51zJhItK5Yfj9PwKaa3z7y34XysDgP7FX/hZp3FB0E1rD6ur3lMwTCMhOiUGhTe+/9lhT1T0l8wTyTyT6nu2Msud3gpq91t6Xbd23bqN4JOYER16wA4FoX7Tc7YnxsdB7uGj91IeCoyHd2hsC6T2EBvXPCwhPR3/TQFVOVrr6GwVY1JOIApoPv/gJk0+ZgBde+0TtPgVC2vWmnHa0Co+MHkhUTl/+sNQfhi6cZ08oT6Adu4v84fP07Wkf9OH1jMCI3ruopEL1vDILs0fr3/3wS/6+Udk3eprQNTsdXy5YggvPPkF9Tv11PE1NuPquJ0AhkP75u+dkqvfRftc8sDRAdvKxYwLq6z202lpn2fXaXgIMAu2nTBkEYhAoEhViEMgnNSeGfAaBWjXtUIJA+2QaXmK5Gnoigz/MLwQnumNlyKIeFNSTwoVEDHVf3SkQaKU0K+CrcONXm82EYFyRokZCWpzNQ9CFTjMz5D9Vo2BePcFV8RyuSGj9ylyvO9VkS0ty8j7oJZwdtJRFAoFWVX/kS+wunKLGjTcWvZGOwhwKdY50A0+k2vME+keVgs8bCe5P4nF6bNt5AjWSYmySX0M0l4l84VJ/t610p5bswjY1lGAP9BbO6zRPoM3S62hAEfoKlyA7LteWsZs+5KEKgSqU1ditfIUkrh96CmeqEOj3yvdQpWxED/50JPO+UBNmpSMhUE0th0efEOB2E9x9uwy+ZSpTCPT1AgVffAOMHavgpBYPIa2/MSu3IuXdH9E4JA/Nl0484CEQXTMosKEhOUcmXYJmrxwEgao3c1j7sm+doN5AYx+W1bBbFAKVlTVj2QMiqEMNUYC+58nIGEGwW/nGD6V7xR9ma15skz9ALdl656NnAAAgAElEQVTmH3oaYlFEbEh9sIJA2+QPUUu2qsnSM1z5fgi0RX4L9WSPmq8ogetuen0GgezDASpABoFa1ciu7tAW9CMDFg6OR3yMC+U11mHF6M7jUAwHt0Oej2qyET2EM5CEfCy+i67Hvn1Yz1MVxI5fh53Kp0ji+6Mnf7rpnpJBIAaBIrGbOFnbD5ZwcEtmy9izvOMh0JgZAnJHBXsf24VAdPzCgQ96nZ652QHeN1peoVA5geg1IwkHR9vpvZNSUxKD8g9p/Tlm/HAVdmhwR6+H+nsbwYsZBKJtKTChhdZ//7OFpnmMzHIC0Taat4+Vp9Ccd75S76HdSw/U6N+NcrWSofbM+mekf6Ny0SCOsU/Gf5tBPbv3jWTuszbtI4EOh0DhwsDpH3FwQV5A4rH2efz9vyqDQAwCRaJFDAL5pObEkM8gUKumHUoQiHqqUI+VXP5EpPJD/EJwojtWhnwZjVgjPQMBsRjuvr7DIVAzarBehVAJGCBerT6jEQJt8hLQfDi5IvBxRiAwMTPkf9Kg4MFqgpOiOfw7xRwCNZB92Cy/gVguR82LYiyRQKC/qt/zh19K5voFXVN/kPuggeCRagVnx3K4J8leOKTHaxS8VU9wcwKPC+PbDgI1kSpskF9EFJeMAuFKf7+tdIdCg53KfL/Ro92+2rTwoqVeTNSbiXqx5MTl2TJ204c8VCHQPuUH0LBf2fx4ZPHjVQi0svoLlEp/IIc3z5GlKUVHQqBlK3h8/gWPQYMIppzdmiOHQqBfl8l45wMu6Df13bppN9LmfgNPQXc0TT/5gIdANAcPzcWTK0xCXsIoUwhUtorDpjcE1eYYlUhw2L2tEKiqrhm/3dlqkOx1hoIu4xTskRegnKxQvXDy4sfYmhfrpZfRjAoIXBRk0ox+wiWI4bJDbvWsINBGaS48KEE/cSqSxC5+CLRT/gxVZD16CKcimRtgen27hnzmCeQTnxNDoZO9O/MEapUW8wTyYY9DEQLR3Jk0h2Yf4QKINd2x4qHWvWiXIxWkn7Id2+R3/R/FmO0pGQRiEMjJ2qvVdbK2HywQ6GDxBJr1/Dt4+J7pSElKUIdDgwD0/6ecfowf9tB/6z1vNOATzhNID4usQIJZTiDtnhrEoBBIH+5N0x8tJJwxzJs+xButS2GLEeq0BQTSe0zpocpJxx4e4J2kyVeTOYVAehnp5UvrmkEgfX39XNOHiaN/12zt9P/3FwIZc0VFMsdZm46VQIdDIKvH0+IVMgjEqV9lWRUn8XWtrqX/3cmB0u4hlV7fKqSNkz7q6zoxZDkxoDsxgjrpO4NAPmk5MeQzCNSqYU50WDVYVjTCOo0w4HTjbEfntS+1qZHOqpitOzuVz1ClrA/6Ot+J7lgZ8hVIWC09Dg4iRrpv7XAIpHmTxHG56uGaFiME+q6R4O4qc68Zs/Xvz2aC6eVKUKg1ve7Q8HM0DB3Nf0LzoBiLk/VPG+c/q99CDdmGXvxkJPK9g66pP8i9UEvwSp2CK+M5XKnzVtI3Mr5fXqxV8GIdUb2bqJeTVpy8s2gboyFLIvUtidpjMUi8zn9dK92hYZ5oiJQ0bji6CSd0mifQdvlD1JCtqty7xfe3ZeymD+nk3Wll7NaPm90DO89zyExyo6jSOuG6Ni/aIjG6ZszqKZyNJK6PCoHWV/+EvdIi0NwtXfgJIZerjoRA894WsHkzh7PPlDFsSOsqTiHQ6g0yXnyVQ88eBNOmtgIi2vGobYVIf/kLNPXtBs/Vpx7QEIiCljXy06on5EDheqQnJJpCoOKlHLZ86AsHF5sDDLtR8nsC0ffL8gdFeGvVy6D7JAXdjlOwT17Ykqh8AvrEH2FrXqyUZqpjn+7qjzLvBvQQTkcyF9ozzGperJGehYwGDBCuQZwr0Q+BtL5l80chiz/cVN/s7q/3d/0LpexW65+xXXtAcLthwlS9F3m/fK32G05+ZxCoVVoMAh26EGiTPBeNpAT9hEsh7clS87BpJW0IQe6Fe0G9kmOQpUJvsz0lg0AMAjlZe7W6TtZ2p2fZzgoHF4kc2rONmSE/VL4dGlLNzOvGzCvGDAyZecBECoH0fayoqoURWoWSmb6d3uOmPTyBjGHzNFlfPfVMFQLpfw/VL/ockXoCGcPEMU+g9pxJB8e1DxgIpKeTGpU9GETIPIGYJ1AkesogkE9qTgz5DAK1atqhBIG00Dx54hQkoKdfCE50x44hSzP8Hea+s8MhUAVZjd3yV0jlBiFXOFl9RiMEermO4L+1Ci6JA25ItPYEqiLA8UUy4jiCn7JFv9z0uiPDizXSE+ARhcHiTaYHdq9M0OCRLJc5DQKtqH7d/6UohVrGoj/IPVil4JNGgvuSeZypy1ukb2M0gr7TQPBotYILYjncqvMeagsjKNUBjogY4rrF3wUr3Skmi1Ek/4wsbhyyhSMgx7lRVNeMrpw1dk2OjzI1dpsJ2+oDih3yp6gmG9BTPAO5sYNsGbvpfdoLAilCFZLjYlFTExVWdzoLAq2RnoYMDwrEqxCFRBUCbalZgR3eL5HCD0J33jcPzUpHQSBZBv79iAhFBu69Q4Y7OhAC7dyn4NEngdQ0gpuuDYRArl0lyPjvp/DmZqDh5sntAoGiohRwYg08jfHqvAlXwo1zJVmLXfIXSEAv5InnquuvWTi4vT/x2PWlAAKC5L4KBlyhBECgPx8X0FhMwTCHnCNlNTxRkfwLislvyBaORN+4oyznheaVGYUEZEcPwi7PYhUIUjAYqlhBIO3dMlS8IwBSlJEV2CsvQDo/QvVUMisMArFwcHq9oPuCtoDgRl1j4eCcnUcOVU+gtdLzkFCHgeK1qFmbgA2v83DFAt4GIKEHQf415VgvvQgXkjFAbPWo1vTNyYerMW4B0S4BlRYfkLlEHslxLpRWW4fxo/1ga6pvNFhOoNZVkEEgnyw0L5mH757uz5mjz09D6xhBkTEsnDEUnCZlfQ4amifICCVovUggkGY/1mzHGlzKzkwNCKG2ZfsejB5eEJAXJxRsMXr+GO9h7KedcHChPIFoziEqw/c+W6hGwIp2u4NyAulz/Jjl8tHn4jGDPdoYPDb7PX+ULf096e/74wkUytMr7KGA/djpEuh0CKSPlajFR+x0qTjoAINA9jdU6qbDIqSNA9EHVHViyHJiQHfyJbyTvjMI5JOWE0M+g0CtGuZEhw92T6At0luoxx70ES9EHLr6heBEd6wM+fSiq6UnoaAZI9w3IzU+vs0PlOEOXYXyIpSQJaqhMosbqz6jEQLdVynjaw9wf7KA0w05TEOtf8cUSaglHL7JEpDWEm3NqDt6A6VxDXOy/mkQaHn1q6Bh5mh4ORpmzlj0EOimChm/NAFPpQoY7zZfQY0H9i8agQeqZJz6fzL4R3IrDGsrCER7QY21WrHSHWrEpcZcasRd5BmOh6oV5AjAp5nmOY70T9mWEIhCRAoTKUTsGTfc0tit9cPJu9PK2K1dk8IVmmOLzieaayqR6xPy9dgZEIgasagxS0AUBrXATwqBdtZtxOam91TYTKFzqNJREGjjJg5vviOgey7BFZcFQh7qCVRZI+P+Bzm4XMDf7w4EtWJpFTKf+ABSehLq77mgXSAQDWFJoUkX/hhk8qPCboHCjfM26X3UYrs/j1ioebHrax57fuDVz/AzhhP0PT8wHNya2QJqtnGqJ1DmaII+58goUZahUFmIDH4M+scfbzkvaEhFGloxge+OrjFDsKH+c6RwQ9BdODHk84WbF82oUo2iUUhCgTgjAALVkE3YLn+CJK6vmi/IrLSHwbJUWYp9yk9I5QYiVzgl7LhZrX/GxswTCIiOElQ4WVFr7f3Mc0Bmis9b205hEAiIiRIQ7RZQaUO+TvYFjvaUh2g4uFXex0E4Sd0jFf3GY9t8HhkDgNJ1gDuFYNhdNLTyk+DhxmDxxiCVZhAIqidrdkoMCm3O+fZYU8OdR8zWocRYl+W7M5I9pZ01T6vDPIGcSCvyusaQYXrbrNFDht5FD10uO/8kPPz0m7j7hgv9oeO0nhhz43TJSsPsmbdCCxmnRYKi9U857nDT/DpmKUWM19H36YsFS9Tba3VystJVwGL8O+2DGdi59KZH1Pa0PzV1Dbj9mvPV/kYCgbR7avLQwtNp/9Y/v9EeToHN32e+6u/LP2+fBgrSaNH/poEw/d9CPfsRowejurZehUK0OIVAxpB7B5MDR+Sz4/9Xy06FQJqSmk3gg0XMDAIxCBSJrjII5JOak0MXg0CtmnYoQaCN8lx41PATlyGGy/ALwYnu2Dl0rZOegxf1GBp1LTISUjsUAmkh77oLpyKlJTeEEQJdWKZgo5fglTQBQw3OFaEM+ZeWyVjjBWan8hjp9oVOM+rOOukFeFGLAvFq0K/f9SUSCLS0+sWW8ZqKGC4raHnUH+RojiOa62heOo8CV2toN30joxF0oYfgtkoFR7mBx1PbFgLRvFA0P5Q+EbyV7tBk9jSpfXf+NLxal4+3633eGi+l8RgeZf5M2vO1JQTaI3+HcvInuvEnoFf86HY5sNuFQHuVBShTVqiP2VWYiHRuWMjXZGdAoBplK7YrHyKO64Y+wt988yLJjX11e7CuaY66ztD1JlTpKAj02Rc8lq/gcfyxCo46IjB5MIVAHq+MO//OQVGAe++S4NatC3xNA7IfeQtKfAxq/zW1zSEQIQSr5FmqiKgnYYEwAyJnoNM6AYYaZ4l4sFZ+RvXeGSTcoObhCTUvtn7Eo3ipj2bT/BO9aCJyt4AolwAaDo5+lV6x1vd72iAF+RcrKFVWYJ+yABn8SPSPP9FyXlSQVdgtf40McQhyogdjZd2biOe6o7dwfkh9CDcvNKgUx3VFH+HCAAhUTwqxRZ6n5huieYfMSntAIOp1Rb2vEvgeyOPPC7uFtVr/jI3bw2DJwsG1SplBIAaB9HPOiTeHcU8ZbuKnJETB0ySjsbn14wOFeLFabvUc3/k1h70/Cuh/Ko8Nn/veT2Mf8frfC0OE28HRBURXGARiECjsCyfMjwwCRSq5jmtHIdHPS1f5PXA67s7teyfq6WI3xFz79uTAuDrz/DkwxmF/e9EpEEiflMtIQvf3gTq6PYNADAJFonMMAvmk5sSQzyBQq6YdShBovTwbzaTaH7ZJk4IT3bFjyFovv4RmUonBUVciKyGrQyHQZnkeGkhhgPeM8cA+tpAGbwMWZfGIpZ8P60ooCHR/lYIvGwnuSeRwdpzPOGrUnU3ya2gkxabJzyOBQEuqnkcTKtBfvAJupAYtj/qD3MQSBRUywVeZPDIEexBoRRPBjAoFI9wcXkxtcW8C4OSLX9ops7wGfl0TZiCKS1L7bqU7W+X3UEd2IE+Ygnsqu2Nxkw8CnR3D4Z7k1v6ZvSfaEgK15j45Gn3ix1sau7X+tLUnEJ2rdC4BPqNQFj8O2fwRIV+TnQGBipUlKFIWIY0frkIzdV4kuVFaV4mVTc9CQGBeKGPnOwoCzXpCQG0th2tmSMg28FQNAj30KFBZyeHGa2SkpetCEHpl5DwwBxAFVM+c3uYQyIsa1dtLKxn8Ycjhj3U8zuXKX9ijfKt6i1GvMVpCzYuNbwkoX+lbJ7qfqKDbMYEQaOuHAoqX+X5P6kMwcLqMMrISe+VvkMYNxYCEUy3nRaHyE0qUpch1TUDXmEFYUvMcXEjEAPGqkM8WDgJRQExBcTLfX81rp1//mlGH9dLzELk4DBSuNb1+e0AgmrOjAUWI5lKRL1wR8rnsrH/GxgwCMU+gsAoV5ke7sI95ArUKsSMhkBYqU1sPN7/Lo/QPHiMu5bH6fQXeeuCweyVsivWFWh0oXg8RgR8GMAhkvafsiDWV3sOJ7jBPoEhXtUOrHfVmOXLMEDWU3MFe9J45B7OzQnuMA4NA7SHVjr9mh0MgzZWve06mqatfx4tg/+7IIBCDQJFoEINAPqk5MeQzCNSqaYcSBFrrfQYS14hB4o0Q0BozzInuWBnyqWQ3Sa+hEcUYGHU5uiTkdCgEWis9CwkNAYdmPQQqkoFTS2Sk8By+ywoGC6EM+a/WKXi+luBv8RxuSTCHQFul91GH7cgTzkMC1yNgOYsEAv1W9TSogXiAeDVcBs8ienHNCFpa5cGoIh8oWJ7NB30xqnXEaASl3lDUK6qvi8Pb6W0LgTZKc+BBKfLFyxANn9eZle5oekPbnFOSCjpWtNAURz9m8RANX8LqBdyWEEjLTUTzEvWNm2Bp7Nb60dYQaKf8GarIetU7hIaDS+WGIDdMKK3OgEBaH2m/aP9ooRCoqt6L3z2+8A/6kIDGd3xHQKCiYuD52SISEghuvzkwFBztjwaBnvkvsGs3h8sukdGrZ2Aeqpz75wCSjOr/mQ4xWkR1PcXI4YtdIx0N0UlDdbq4eHhJnXpRNdwZfPDUWEKN81b5HTWHWA/hdCRzPsNBqHmx7hUBlRs5dU72niwjazQJ8ATa+RWPvQt5NRxcXDeCoTfIqpcehTAp3EAMSjjTcl7skOajGhvRx32mmlvrx8oHLfUhHAQqVZZhHw1Hx41CjnBMAASiFw4XjpP+3h4QSAt9yhEXhrh8oUBCFav1z9iOQSAGgazWmFC/Mwjkk4zdOU/rOjHk768nUCNKsEmaixhkoZ84FWtf4lG9hcf4GwX89b6M+n3AkOtk7O7yIppRiQLxSkQhOWC47b5faCOWE8gnuvZYU53qDoNAka5qrB2TAJMAk8CBKYFOg0Cr128LK5HBBXn+5FUHpuh8vWIQyOGGleUEUvWGQSDf/HFiyGcQqHUlPJQgkGYkM4aWcKI7dgxZW+Q3UU/2It91EXITe3UYBFKIhNXy4+AgYIh4q3+Q9Qf2JU3AdRWyGl6MhhkzllCG/B89BLdXKjjSDTzREjrNqDtaaCCaG4LmiNCXSCDQr1WP+4CWcK36hbuxaBBoXWUTTi6WkcEDX2WFzp9jNIgUysBpJTK6CMBnurw7beEJpOkADRFGQ4XRYqU7Wji9PPFqHFMYq7bpJXLYLhHMTOFxbHTokHBtCYFKyTJQb6AMbjT6J5xgaezWxqUtIRCFqBSK0dIzahJ2NH+DBK438oTJIbdxnQGBNkivoAnl6CNcjDiui9o3DQL91fQsJFJnGh5Re4iOgECLfuHx/Q88Ro1UcNopgaHgaD80CDT3TYK163icc5aMIYMDIVD2Q2+Cr2tEzT8ugZAS16YQqIqsw075c2RGDYTXS1TYkswXoAd/mulYm42zl9RjnfwcOIgYJFwPnnOpbUPNi1XPCqjb7ZtPBZcqSCkI9ATat4jHji9862N0GsGIO2RUKRuxU5mPJC4fQxLOsZwXG+XX4CHFGBh9KTJjuuHXqmdUT9T+wnS4uRTTZwsHgfYq36NM+UP1kqLeUsaQNv5wnDrvQ/1N7BqE7a5/XtRhnfS8/xbGjyuMD2i1/hnrt4fB0i4coH1xEjIo5KJk8oMocEhNcKOkymPZjOUEshSR+TyKEdWPQWobwsNq5gnUKr6OhEC1ZAe2ye8hgeuFPOFc/DFLgKeMwzH381j1gYzydZwagrOi/1zV07CvcAliueyAsWYQyHpP2RFrKr2HE91hECiyNY21YhJgEmASOFAl0OEQ6EAVRKT9YhCIQaBIdIdBIJ/UnBjyGQRq1bRDBQIpkLFaegw8RAwWbwmYak50x44ha5v8PmrJdvRzTUH3xPwOg0CNpASb5LmI5jKQr8tDoodANM/MYzVKyBBjoQz5WySC80sV5IrAxxk+0GLUnb3KjyhTliOHPwYZhuTukUCgn6tmqh4gg8SbIMCQvEhnpPuprAlTy2QUiMC8lr6ZraVGI2gNAY4tkhHPAQuz2zYn0Db5A9SSbejFT0Yi31vtjpXurJIeBYGCaNyKC0uB/m4ek6KBp6oD4ZvZs7UlBCpX/sQe5TukccMwIOEUS2O31p+2hECbpTfQgH0qiMpwFWBd82tqXqh+wtSQr8mOhkAKkbFafkztz2DhVvBcy7xo8QRa0zRHhQBmBiztIToCAr00R8Du3RwuukBGv76BcIf2Q4NAH84nWLKMx6TjFYwfFwiLMh9/H2JZNWrv+xv4jKQ2hUAlZAkK5UXoHj0O8d6hWCfPVkMAhpKb2ThTOEIhiRYqTZNvqHmhGR3VsbtWRkL3QE+gkuUctnwgqJ5AYhww+gEJNcoWbFc+UmHksITzLefFKukxEMgYGXMLEqNjsbxqHurITjXcYwLX01SPw0Gg7fJHqCFb0EM4E8lcvyBIsVl+Aw1kn5qbSgPP+pu0NQSqJTuxTX7Xf4t8YRqiufSQ89Nq/TM2ZBCIeQJFciaibezCPgaBWiXsxJC/v55Alcp67FI+QzJXgB7CaVhynwDFy+HkJwT8+Z6EwsUcep2uoPHwd9W9NAVFFBjpC4NA1nvKjlhT6T2c6A6DQJGuaqwdkwCTAJPAgSkBBoF040LjP/bMzcbZJx8VMFoffbkIf5/5qvq3U447PCCMHYNADAJFMrUZBPJJzYkhn0GgVk07VCAQ9SihodLMciY40R07hqwd8ieoJpvQ23UWeiUO6jAIVE02Y4f8cUBODDrS+gP7w9UKPmwguDmBx4WUfhhKKEN+MyEYV6SAfhu/OJuHwHFBEIjmv6B5MDL5MejCTwg6sHtlggaPZLnMaQnaf6r6D6gVdoh4Gzj1zoFF+1L7wxIPbq1QcIQbeLLFS8nsJkYjqEIIRreEkVuWzYNvCbdm90t47R5mOYF2KJ+iWtmgejNQrwZawumOliiZgwtF0k24p1LBKYkCbowDJhbK6tMvyOKRYMjhpPWhLSFQJVmDXfKXSOEGYVDCGZbGbq0PbQWBashWbJc/hIBoFAgzIIgSVjY9B5GLx0DhmpD609EQqIEUYbP8OqKQigKxNR+K5gm0qek91FAQKExGIucDgcbS3hCorELCf2YK4AXg73dJEEwc5TQI9O0PBN8t4DHucAUnTgyEQBnPfAxXYTlq7zwPfE5qm0Kg3co3qFBWol/sSYhpHgwNJsciB33Fi4JkZjbOmuddT+EsJHF9/W1CzYtl/xIh0chzHFQvH+rto607VXXNqFzPY/1cHoQAHE8w7hFZzddF83bFcz0wPOGisPNCIg1YK9OcUNE4LPZm9dorqz9Tn7OrMAnp3FBTfQgHgbRwkZrXmdFTZac8H1VkI7rzpyGlZc3R36StIZAGi7V7hINbVuufmTAYBGIQyHKzEKICg0A+wdid87SuE0P+/kIgDdqn8yOQ1Xw8lj0ggncRnPaMiJWfSNjxNYeuExTgxE9QZdhHaUPOIBCDQJGuD068PNMS3ahr9KLJG+xFHeqcEWm/WDsmASYBJoGDUQIMAgHQQ55/3zEtAAIt/2sDHpv9nj80HQVFtNwyY4r6XwaBHG5YWTg4VW8YBPItl04M+QwCtb5iDhUI5EsyP1sNw0PD8eiLE92xA4G0sGi9XKeid+LwDoNApcpy7FN+VEMF6ROr6w/sV5Ur+L2Z4KkUHuNNwouFM+SfXiJjnwx8kMGjpxgMgSqUVditfI1UfjBy+ZMCZOzUE8jl4rCo6iHVSjtUvN10T6Qd5P5b6MEj1aG9m7TGZgaRo4uocRf4IVtAYgsTawsIROVA5dGNn4Q03mfwDac7NPfROum/auL4nz0z8FKtghvSozAtWsH0EhnLmwluT+RxXpx5SLi2hEDUkEwNyslcPgbbCHulybctIBAhBBvkl9U8AFrYK5fA4fem/1FvYwzlqFeMjoZAmr5TOfUQzvB3RYNA25q/bNGBiUjjh5nqcHtDoJ+XSPjoEwH9+iq46AJzI4YGgX5bpuDj+QIGDyQ4d3Jg7qCMF+bDtbsUdTecBa53dptCoG3Se6jFDgxNuABozIWMJtDQZtQLME84BwlcXoDsjOPsRa1an3oLUq9BfQk1L367k3r5cCoEGvMvCYIbARCodgeH1S8I6u/UG4jW8bj3Yov0JuLQDSMSp4aFQA2kEJvleYjhumBIzKXqtTdW/4x9yk/I4Ecjhz/aVB/CQaC10nOQUI+B4jUQER/kCbRX/gFl5Hc1XxDNG2Qsdg3Cdte/vfIClJEV/tt0F05R8yWFKnbenfq2DAIxCBRSmSx+YBDIJyC7c57W7UgIVEx+Q5H8C2jewYSScfjrcRHR6QSTHhSxcaEXG97hkT6MIHbKVygnf6GbMFH1TNYXBoEYBIp0fWAQKFLJsXZMAkwCTALBEmAQSCcTM08g49+MUIhBIIcbVgaBVI1jEMg38ZwY8hkEal2sDhUIpIVKMwsp5UR37Biy9sjfqgfX7uIk9Esa3WEQiIbwol9nd+WPB/3CUit6CHRisYwyBfg0U0COiVdAOEP+9RUKFjcRPJbKY4I7GALpwyUZc7c4hUC8KOPX6pngEYXBBsOu9lzaQe7fezx4pU7B9AQeM0y8m7T6ZgaRU0tkFMmB8rBrBNWua+YJtFf5AWXK7wGh8cLpTiMpwib5dcRw2ZhTexG+ayR4qqsbEzgZn9Qp+EeVggEu4PV085xHbQmBqPfKdvkDJHJ5qmGeekzVNVp7cLUFBCpXVmKP8o0KwwqE6eA4QTV2r2x+Bs1KPQYI18DFxZvuwTsaAu1VFqBMWYFs/ghk8eP8fdIg0O7mn1CsLEY2Px5Z/HjTPrc3BHplnoI1azk1FxDNCWRWNAi0Zr2C194Q0KsHwWVTAyFQ2pyv4d68B/VXngwM7NGmEGi9/BKaSSVGJ85AU0OS2sUSZRkKlYWIAoX2V6j5PbRiHGcNflPPte7CyQGPaDYvlCZgyf2iWo96+Yx92Pesek+gxlIOfz5KIRBRYdHIe2QoiYX+OXpYwuVh5wXNa7RL/lwNT5cffZZ67W3Vq7BT+VSFq3poqO9wKAhEiIJV8qNqVQ2EGg1ZmhzS+ZHoyh8XNNR2DcJ21z+a04Pm9ogXs1EnFaGLcBQyucNDno/tvDv1jRkEYhAopDJZ/MAgkE9Aduc8rduREEjLb0b3quLWkVj3soCkPIKj7xCx/S8Jq/7LIfphA6kAACAASURBVDGPIH36wpZ3aOA7lvaXQSAGgSJdHxgEilRyrB2TAJMAk0CwBBgE0snECHwaPc14YNarOHzkAL930Nad+3Dvwy/hP3dPR+8eOSiqsE4S6lTxYqMF0CSkNfXWBpzEOBGSGq4n8PDv9J7G+vTAnpYYhdKqJstLZadG25ZDamKUmvTTKwXHuLe8UZgKKfEuNDTLaGq2dv1NS3Kjuq5ZlZtVofKl4ZAa21i+8bEiaMySusa2HTcnuiOKHJJiXSivabYSg/q73XGOj6FGGA51Ddb6G+XiEBftQmWtdR9iogVECRyqbcwLQeDU5NLl1db6647iERsloLIufDJaKgOO55CRGIUSG/PCllAjrOREhylMKKn00A+jLUtKQhTqPV40e81rExBw6mfW9kuMm0eUKNgyQBrXnTqyB5ulNxHP5aKv+LeAmzrRHWrIosap4srQ6/Ve+UfViJnrOhb5iePbfF7QzlODe63HqyZS18pW6X01/BQFMEl8H//fM5LdKKtpRr2k4IgiGTRl+tIcnxHUWMKtf7OqFbxdr+DGRAFT4zkYdaee7MMmaR5iuRzkixcHXNrJ+kfHGbwHv9U8ARGxGOy63rSvLpFTIfjNuzz4uEHBvUk8JscFh43TGputO+eXytjkJXgrQ0B/l08fnbyzaP3MlGiUVnnU0FFaKZR/QZHyqwoAughHqH8Opzs1ZDu2Sr5EyfdVTlb79HmvGORKEmq9ipq7iK5sn2UK6CoGzxtqEGmWZDQ2Wb+3rN6ddWQ3NktvIY7LxcjES1Rjd72N94uTd2dctKDKuVa3titEwlrpBdDQjT2F0/0hreg4r/POQZ1UjH7iVMQZEkRrMne6ptJ5Qd9ZimK9opnpzmb5bdQpu4LmG93vVDd4Udj8O/bI3yOdH45cYaIfKOiVWV1TDboTakW0WlP17ei7UyEc7vmHAk8ThztuUZCYYP6cyXEueCQZu3YrePoFAelpBDddF6hHyW8vQPSqbWi8+HiQUX3bbE9JPb/+kmap7jYTku9ETb3vKQiRsVb6L7yoQ3fhJKTxQ/yPZxznjd7X0YBC9BbPVcGlvpjNi6ZqYNmDgjof3UkEo+71Pav+/eKtB5b+01eHzusRt8jgs8ux3vsy3EjDmKSrws4LOvfpGpDFj0WvmKPVfcHeml3YKL+uJjjPF81zW5nNC9o36slK5RGFBAx0+UIiautfRcu+q1LZgB3yfCRx+cgTzwxSI7v7Lrvr3xrvC6AejD1jxmJH42Kkc8ORK04Mpb5h1z+zRulJblTWNUO2sb+2u/7FxdAxtbenNMo35IM5/IHuKSl4LWvrPSXny9NH92h2yv6uf6HuQd8vNQ1eSBLd5YXf55m9O+303aqO3XGOjuIRHSWgysae3e68oH1ztKeke4jUaBTbsAE4OY/Qftid87Su2Z4ylJy1PSWx8e5MjnfB0yzDoztT75A/Bc0LRN/zzX8MwOb3eGSMIBh3pYjCHRKWPcIhOpWg+x1LQT0caY7JbsKxAd1xYrOIdvOIFgVU1Yc/m7XXWdaJ7tCHtDsv7JxH9EJrjzXVqe4kxIrtsqe0WhP0vztZ253su7Q556QvrC6TAJMAk8DBLgEGgXQjGAoCnXva0Rg1rL9a0wiBqKGlrYtmZKUbcavipK7VtfS/U3MVPXTZeT6ak8FOPXp9WpeKzM6zOeqveuq3d11fH+z1oP3k6zMI2uuFfUk46S+tS8XmZOzs1G2vPji7rn39Va+rGo3szDf717U/as5rOtHhtpyfFJxSQO2k7I98S5s244/qt5Hh7ocRSecH3HbspgZEccCT3aIxPCY0RNAaWclhS/1P2Fr/E/rETUDf+KPbfF6EWv9+KX8O9XI5xqdejXgxw/+M2hivbFRw8rZGDIzm8U3vGFPRq1/ch1j/5lVKuHtfE/6WLGJmV3fLGty68jTKVVhU/jRihGQclXZDwPWdzTkOHlKNhaVPIppPxIT0wBBP2oW1defiHQ1YUKfgtR4xOC4+9PiZjdu52xuxuEHBhz2jMSbO52Xj5J31aY2M1yu8OCZewLXpFK/5yo6GxdhY9x16xB6O/vGthtFQulPoWY1VNR+jS/RgnL1nIjwE2DowHtEtK/v1uz34uEbG9eku3JkVFTR24cbNWNnq3Vkt7cOSipeRJOZgbKovdKKd94uTPkzZ7oHCAS/nRiO5xbmJzhk6dxLEbIxLvdLfbTrOK6reRGnzFgxPOh+Z7n7muutgr9E6h+w8mW+/YXxnLSidCYl4MCH9RkTzPg8W/dwsbFqHldXvI9Odj+FJ56lGUWpk0hertcRY1+6eh8ps4xaCR5+V0C2Hw/13mHuQqfreMufraK6weyS43cAz/xMIibk3F4L7eQ3IBUcDEwbb04cWyB9Owk1KHRaWPQ4XF4PjMu8IeHfu86zC6ppPEMXF4qj0myBwLd47unFulKuxqPwpiFw0jk2/DRwXOP/NdLJmL8F3/5DV3iX34HDsfdq8b31/03f4x1e2flhz1B0C4vLovXzr24S0G8POi9U187HPsxKDEk5Ht5jh6qLSpNTjx9JHIXJuHJdxZwgdNt/PVXp3YVnlXCS7umFMyrSWdSpw31Xp3Y1llXOQ5OqKw1MuD7q+XV2zu/59U/Iv9R4jks/DH1XvIiOqH0YkB75bzdYeO3s/p/PT7trj9D3kZF9rOqAmf7QrX3VutuOesiP2flb7PCd9sCtfv9xsvLfaS77tdyZydm6wO+f17y07b0Qn42Y2N3+vegPlzdswMvkilH3bE+vmK+h3Io8h5wjwegjmXyeBLuWjn1yNNbWfISdmGAYnnB6gAk7nsp2z2YE0bnZtC87H2M4It+4L7NS22lPqB87RuDmwxzhdH+yu7U6eTZtHTvrC6lpLgH5IP+uFd3Dh2cerH80f6MWY7uNA72+k/TNGtIr0OqzdwS8BBoF0YxiJJxALB+fQdZ2Fg1M1joWD8008JyG9WDi41sXqUAkHV6Wsx07lM6RwA9BdONUvgE8bCP5V7fsSfGocj+u1xDAh3sl2QtpooYyyxTEYlDSxw8LBrWz5on6wcAv4FoMpfQwtHNyn9b6wYifEcHg42RyWhAvptayZ4JpyBcOjOLyUxqtfHVfVNqkejrQopBmr5SfBcy4MFm4OkKDTcHCSUIXlNS8gCqkoEK8wHQ0tpMOkrY3Y6CWYl8ajgNK8EMUsNMqtFQp+aiKYlcLjmJYcSXbDIdHb0FxEHzQQDHIBc3Wh2rSwZqn8UOTyk9QehdOdUmUF9ikLEIOR+Fvp0cgSgOX94lBR26R6mv7WRHBDhYKM/zOMfJnJB4THotduy3BwHpRjo/SK6vEwOtHn8dCW4eDKZIITS3xz7uU0HsOiOHhJPTbIL0KBF32ECxHHdfWPIh3nvfga+zx/BeRYMg5zR4aD0/LQcBAxRLwloCtaOLgq725skd9ELNcFfYVAzzitQXuGg/v0K+DHRcBRRyo4/pjQHmJaOLjGJhn/eFCEogD33S0hqpVpIvHr5YhftBKeU8ZAnjjCljemnXA99aQQW+R5iOOzMTrpClQYPHk3Sq/Cg7KAkHv6cS5WlqBIWaTm3aL5t4zFbF7UbOewpiXfT0o+QcG04HBw9DrL/ilCalCZOAZMlRFfUIt18vMQuXiMTbgx7Lyg415P9qK3cAHS3T3VcHD02VZJj4FAxkDxBoiIDupvqHBw2vtLH0rOGNKmGTVYr+YVi8cA0ectpC92Q0PZWf8aUYJN0lxEIwNDU87A0sqXEYMs1VMvVLHz7tS3ZeHgWDi4kMpk8QMLB+cTkN05T+t2ZDg4GvqWhsDtJ0zFvk+6oHgJj15nKBhykkv11vn1Xh6SB+j/j/XY7foYiVwf9BLODhh1O+8XrUGMW0C0i0ZpCB8pwiXyoJ6xpTa89JzI186aqn84sxDDZip/IKypTnUnMdbV5ntKp+sECwfnVGLO65uBEP3H7xWVNQF50ukdtKhJ2Zmp/nzp9O+03ZsffY/brz4f+4rLAqIoaT3T34/+/ytvf6n+dMpxh+Oft09DTHTgx3OV1bW4+q4nsHr9Nv/DdclKw+yZt+43aGovCKTJ54sFS/x9vvyCkwNk5WSkrPqpz3NvvO7ggjxceeGpePHNz/257p3cm9X9/yUBBoF048lyArUKw8nmx9GGlUEgVcgMAvl0jUGgyF4ohwoE0ozyadxQdBN8xkL6pd3ZpQp2t3zwne/i8GZ6eE8gO4cumg+I5gXK4EdgaMopbX6gNDt0NaMW66UX4EIcBojXBiiDBoGeqVYwxyJ3TjgIRHPn0Bw6KTyH77KCIRC96UqJ5q1QMES4Vc3nohWnEKiZL8WK2pcRzWUiX7jUVLm1g9yIzY2okAm+zBKQGWb4zN4vD1Qp+KKR4IEkHqfF+gCSk3eWlieJ8qNfslufVzPaJvH90ZP3fcEaTneKlF9QrPyGJuUIXFM+BmPcHN7Pi/VDIJn4wEmlAsxO5THSHQi72hIC0RBP61RjciIOT7y+zQ/sq5qBaeW+SXdfEoczY3l1vtB5k8D1VsOr6Qsd51LuF+xo/CVsfp2OhEA1ylZsVz5UQ+b1ES4I6K8Ggeq8FSrYonIcIF5lqsPtCYEeeQIoLgGmT5OR2y20d6oeAj3xtIDKKg43XCurYeG0Ev/TSiR+sxxNxw6HdMbhbQaBqpQNap6cFKEfhiVOCYJANNzeVuUd8HChQLgKIhejhhHMTHKjqNKDjfJceEgJ8oTzkMD1CJKx2byoXM9j/Rxe9c6hIYj6nmcOgf6YJcBT5ptntE7qCA/WSE9BgBvjEm8LOy/Wys9DInUoEK9BYlSSHwJp/e0rXKKGhTOWUBColCzDPnkhMvjDkMP7wiIZDVlmeYP017e7v7az/mk5j+j6Niz1JPxU9oQKxwYKwfBJ64Odd6e+vwwCMQgU2a4WYBDIJzm7c95sTxlO9vo8k1ZjRMNpeZpkNDa3elbS/QXdZ9D34pa5yaBrcv7FCvqP90Gg5TN5NBQD/W7bjr0pbyOO64Y+QmAYZwaBWE4gK90L9TuDQJFKzn47KwhEPXooZNixu8gPMei/l6xYFwRt6N9pOfvko4KiKGk9Mt7PCnBoEOjWGVP8EZqoZ8ulNz2CuU/e5f+b/Sdu/5rG1CKhoJndnljJSH+dUGNj916s3v9vCTAIpBtfMwhkdJszTj7mCeRww8ogkKpxDAL5Jh6DQJG9YA4VCKQlzc7gRiNHOFoV1kIPwW2VCqhTTBMBGgnwXbaAlDBR6uwYsirIGuyWv0QaPwjDU87qEAhE87hslelhuavqSaEv2oH9lnJZfeaHUnhMbPF6MWpNOAhE6x5ZJKtyWpgtoleKO8ATiP6uHe4LxKsQhUT/5Z1CIA9XiD/r5qr5hfoKF5kqt3aQ67mhQf399y6hQ17R380MIo/RPEcNBLcm8bggAgh0Vonsh4jzab6eli5okCCBy0OecI7av3C6o0GQQvkE3FcxBOfFcpjVoxUC0faP1yh4q57gjBgOfzd4crUlBJLRiDXSMxAQg3GJt7Q5BPreQ3AXpVn/94XfxXHAVQnV2CC/ogbv6S9cATeXGjDedJxrhJXYWP8V9BDXqBQdCYGKlcUoUn5GOj8CNLm1vmgQqNnrxSr5MRq8FkPF20x1uL0gUHOjCw/OIoiNIbjzNlnVvVBFD4FemiNg924O06bK6NmjFQLFLl2P5Pm/ovnIwfCec0SbQaBWr8lRKEiYFASBaJ+3ye+jlmxHGj8c3fgT/BBoZ0UhNsgvqXnDBgjXBnnH0bZm86LkDw5b3vVN1JyjFPQ8xaeL1FsnykXzg/i+Fl/1nIC6Xb6ww3lnKsga58Vq6TFwEHBE4l0h5wXNbbVaflytN0S8Vc05onkC7ZA/RjXZjB78GUjm84OGJBQEol6C1Fswhz9GzY9Bi5khS4NPA8Sr4UJCwPXtGoTtQKBC5ReUKL8hix+PoWnH4dtSX2i4IUJwSD6tE3benfoOMwjEIFDoVSv8LwwC+eRjd87Tuh3pCbRafgIK8aoe46ufiUH9XmDwdTLyBkWpEGjlixyqNnLofWUxinq8gmguA/nCZQGDziAQg0CRrg8MAkUqOfvt7EAgDWLQVBl9enXF3Q+9hNuvOT/AE8cYCs6YSkPrUVtAIHoto63W6H3z7zumBeR2n3HHYygsLle7oXnlGPtC+6yvR+tqoInWrWvwoK6uAdTDJ5w3kll+edrf9z9bqIKzr35Ygr/PfNU/SHqYZbzPtPNPwqvvfOWvG8pjSqtgBoH0sqL1qGfV6GH9A7ywLpkyCTfd/6wqI+M9jN5YByp8s6/1h25NBoH+7wBkdJ0zTmb978bJwCCQww0rg0DqasMgkG/RZRAospfPoQKBaKLuYuXXgLBCF5fKWC8BNyQLWOkFfqqX8e8UHieFACRUwnYMWVVkE3bKnyCF74+RKed2CASqUFZjt/IVUriB6C6cEqAMGgQ6u1jGDomo3k7U68msWEGgC8sUNfTanHQBx2YEhoOj19ss0STtRTB+6e4UAtVze7Cqbh7iue7oLZjnmaAHuXq3iLFbGpEmcPgmnBtQCIPI7DqCl2oVTE/gMSPemScQ9c4ZW6RAC7SlDylXT/Zgi/xWAJQLpzs0oXs12YgVntPwfG0/3JnE49qcGL8nEJUtlTuVfwwHfJ/Fw62z7LclBFIgYbVEjdgijki8s80h0Gv1Cp6p8QGGI9zATUmfqobxUCG96Dg3ubZiVe37pmFhND3uSAi0Q/kU1coG5PInIpUfEjCVNAjklRTVc0RGEwaK10NEcB6u9oJAf/4h4uPPgaFDCCaf2foFttmc10Ogd9/nsXY9j3PPljF4kA4CrdiE5A8XoXnsAHjPn9BmEGiP/B3KyZ/oEXUC8uLGmEKgRlKKTfIcNUNKgXAlooVk1RNoZfkC0HXdDMRpz2k2Lwp/4bHtUxpSEehxsoKuE8wh0Pq5vPqFOi25ExXkHqdgpTRT/feRifeGnBdaf6ORjnxxWgAE2if/iFKyHF34CcjkxwQNRygItEP+BNVkE3rwpyOZ9+UVNTNkta6/F6kAXV/sGoTtQKCd8nxUkY3ozp+GgvQR+KHkMXhRp37ZTz3fzIqdd6e+HYNADAJFtqtlnkCa3OzOeVq/oyCQQmSslilM5zFEvA3LHxThrQVG3iOjW3cfBNrwLofiZRx6TKlC2dDnTUNcMghk7zzS3muqU91h4eAiXdUs2u1cClTtaaeLh7lsjzFAcregCnYgEG1EAcms599BYnwsDh85wA9YtAvqQ8HRkG7tDYH0HkKD+ufhgVmvQgtPR3/TQFVOVrr6m5brnQKaD7/4CZNPmYAXXvtE7f4tM6ZAu96U045Wn83ogUTl9OUPS/1h6MJ53JhBIK3+XddfhC8XLFbvT+VE//7eZwv9odqM96H9219PoFAQSP/c3XMyVUDlaWpSIZHmeWWUi6YHD98zHSlJgR8wdbxSszs6lQCDQE4lZqjPIBCDQJGoEINAPqkxCBSJ9iAor0u4q6gGy4pGNUeCVUlLdKOu0Ysmb+hcFFbXMP5u/FI7XHujIWuv8gPKlN+Rwx+HDH4kljYRXFvhM6gv7Cri82Ye/y5pxikxHP4ZIl8OvZ8dQxb9ap1+vZ7I52F0yoUdAoG0cGL0y+xsfnyAaCgEKqryYMw+WQUWv2XziArhGmAFge6pUvBtI1FldGmXmCBPoO3yh6ghW9GLn4xEvre/H04hUB22Y3X9O0jk8tCrxZPGON7UCLpDEHD6Dg/6uzi8YRHKz8wgQj1rqIfNBXEcbk30GXztGEFpvb0ycEZJq4H9qngOVyT4rtFISrBJnosYLgP9Wr5gDac7W+V3UEd24eO68/B5Yzc8n8bj1MxACESve04pBXnAQ8k8JlLlbSltCYHoJe0Yu43jYaU7Wn0tjxL99zj3Xlye+I7qNUHDfbm4uKBpTceZuIvxe/UcxCIbfcVLTKd+R0KgDdLLaEKF2hfaJ33RQyCtXr4wDdFcelC/2wsCvfmWiI1bgCmTZQwaGH7F1kOgL77msXQZjxNPUDBubOvaHbNyK1Le/RHeYb3RfNnENoNA25QPUatsRV/3ZHSLLTCFQFRou+QvUUnWIInrhzzXWSoE+rH0aTSjKiiHlF7IZvNi9/c8dn3rg0B9zpWReZhPPsb3y+b3BJSu8HkCUVBEPYZWSU+AwItxCXeokNQsVxYFmtTjJ5HrjV7C5AAIVK78iT3KdyE92kJBoM3yPDSQwoBnNYNA4TyN7BqE7ax/G+U58JBSNadHr7Se+Llkdgv8D4ZP2njYeXfqx45BIAaBnO4RtfrME8gnCbtzntbtKAjUjDqsl3xgp4C7Bovv8Xlljn1ERmayW4VA274C6Drd9bgmVB1LgVFw7j0GgeydR9p7TXWqOwwCRbqqWbRb9AywozVXTDvdJfiyR10H9Bwb9He7EIg2DAc+jJGV2hsC6b2TUlMSg/IPaf05ZvxwFWpocEcvAP2zGz2LzCAQbUvBCS16zx5jHiMjBDKCFH0fjHIyG4/2gEAa5AkVuk4DfaE8rjSo1mH6y27UJhJgEGg/xcggkMMNK/MEUjWOQSDfxGMQKLIF6FDxBNqtfI0KZRVy+ZOQyg/GtRUyljYBU+M53JYqolgQcPx2DyhH+DordFgxO4YszQsknuuGw1Mv6xAItEv+ApVkLXKFk5HKDQpQBgqB/qhowhlFEnJ44NMwz2dlyH+xjuDFWgWXx3G4v3tsEATSjLWanLWOOIVA1diMdfUfqEbfnsKZpspNjaDLIOCK3R4c6QaeSHUeDu6LRuCBKhmnxQAPJPva2zGC0nrLmoFrWnLb0H8fH83hkRQfBGoiVWo+mCguCQXCDPVv4XSHejpQD4JHq6ZivTcd32QJKEiNDvAEoteYVw88VSNjvBt4Sve8bQ2BVktPQkEzxiXcDg4uU2O3cVCsdEerf2OFjF+bfP+6P3keerhKkMWPU730zAodZ1dMA36rfDpk0nvarqMgkPYlM73nYOFW8LrcV/Rvegikwb3ewhTEcz2DHq89IJDXCzw0U4SiAPfdJcHlCv9u0EOgRb/w+P4HHuPHKph0QisEcm/ajbS530DKz0XTNae2GQTSYMKg6GnIiMkJCYG8pBbr5RdBICNfnIq0hGj8VjlbDXlGQ5+FKmbzYsdnPPb98r/snQeYFEXax//V3TOzsznvkmHJGUQBMaEYQUVFUcwJDIg5e3fe6Rk+4xkRMWcxo2I4RYwgCEjOS1hgc96dndBd9V31bE/o6ZnpWXYxdT3PPSezVd3Vb4Xufn/9/l//Oh1woYLsgcYQaMcnAvZ+769XMJqh9xRFlUnkcolj066HiCTDdRGQHm3N3xMqB9fAirFdeVedC3xO6Es0CLReflqNtAmV2TSCQHvoV6iiK9S8QTx/UGgx6xA2s/+tlh9Wx2KoeD0656Th58o3UMdl7sTJyCSRMnfx9j+j8bMgkAWBYu9c0f9qQSC/bcyueV53f0Eg7QMZnu+xZ8NFWH6/CHsaw4F/UwL3zt0/MWx7T1Rztrmm3KdeC99rBCIFBt2CQBYEauv+8KeUg/uDRALxqJ/QaA8NVvCxnHrykWGRQKGRNzyHEC+xIFDPboWB9vEAh1FOIH780N85BNLLuPE6miScXuYtVOKN1+NgRw912gMCcdk4rcSSpwtVozIDgbScSNqxQ+XZzMrBJQKBeP4lfbEk4dq6q/227SwItI/2tyBQgg+sFgRSZ5wFgfwLz4JAbduA/ioQSJNv4k6qUrk/zqvyR3BwZ3tnh4BUpw1jtrhQQYF5eSKKgu+aYYY1A4FaWDk2Ky+rib/HZU/fLxBoi/I6XGyPmjyXJ9ENLRwCvVfuwbXVMg62A0/kRIcl8Rz5X7gZ7qilmOAgeKEoEgLx5OU8ible7ihRCFTLNmCj60NkkUHoLp5oOLn5i9ynPoLbyrw41UlwR4wIrmgOkW89DDfUUIxPInioFeCYcYLy433gYrinnmJUsoDlLoqeEvBunt+2MlxYJz+p5tUZIs1Sf4s1d9bLT8GHZlxXfTkUloxvCyUYOUH5/JxY7p+7ofmr2hsCrVOegsyaMTb1WogkuV0h0JkVCrYpwAGOLZiZPh8EyRgszoBI7FHHOTVZwDc196p/HybeZJj/ZX9BIBcrwxblFTiQgwHSJRF9DoVAO+nHqKMbVIlGLtWoLx0BgdZvFPDWPAF9egPnnyPHvTGEQqBfVxG8/5GIYUMYTj8tGOVm21WBvGfmQ+mRD/f1U9oNAq2WHwGDjFHOa5GelBoVAvGL2Eu/RSX9GcmkCwqdvVDs+gF55CB0Fo+Meo1G60KN8PmFcHU5DLtKQWo3Ywi0+xsBuz4X1Eig3GEU/c+lWC/Phg+NGJ02SwVQRpFAWn4vniuKS9WFQiAPq8FG5Tk4SCYGiDMi+m0EgRhjWK082Dr3gzl3jBxZFXQJSul3yBUOQhch3C5mHcLx9j8NcHPZNy7/VpjtxPKq+aiiKwORtkYDYubeGdrOgkAWBIq7eUWpYEEgv2HMrnled39BoEa2E8XK20glPZC/+yyseVpEaleGYbOCEKhiHcOGF0Sk92YglzwBmTVhkHglbCQ1MOIWBLIgUFv3hz8lBGqrMTqoHYcGO0rKAhEu/DSxoj+Mom6MomKMwJCRTFpbIVBoH2vqGlWpOjMSZaHtXmzNtaNBoIfnzAvIsrUHBIomm8eB1X23TcdBIwZEwDIzECjWVOgICKTlMtJHPHXQlLQO24EWsCDQPhrXgkAJPrBaEEidcRYE8i88CwK1bQP6q0CgYuVdNLJiFIln4K66HvjGzXBaMsHtGUJg7lxd0oKPXQzXpQk4pzU/jN6qZhxZmqMviWTj0OyZ+wUCBROCX6lGS4QWDoEe3NOCx+spzk4huL5V9sxoxsSDQBu8DOdVU/SRCL7uGwmBtETveWQ0Oovjw17YfQqDyx3fKc1lmarZamx2farmW+F5ffIWAQAAIABJREFUV4wKf5F7rgV4vMqnyrBxObZYxcgh8ouX4fJqigMcBM9mJyYH93iDgleagVsK7Pi/cn8y+V86+SEQhaImkedluHSz+v+x5o4mv3ZJ5fUYZCN4JVc0hED8OFdUUyzzMnUc+Xjy0t4QiEddeFkdDky9UnVYGzm79baON3e0+oeUKvCC4tGc55EmNKCZHoNx9pFRh057YV9U/ZAahTFYnAnJQDZuf0GgaroKu+kXam4WnqNFX0IhkCZD2UkYj3xhdETdjoBAH34sYsVKgsmTCEaN8sW9MYRCoK3bCF55XUSvngwXnR+EQFJlHfIffRc0PxMtd0xrFwhE4cEa+TEIsOGg5BtVObaaRv86Mip81myQn4ECd+DP/aQL4ERB1DZG62LjywJq1vvX+qhbFDiyjSFQ+c8E294XwfVPM/oyDJ7Oc8jNhRe1OCh1phrlZ7QuipV5aGQ7UCSdgTT0CoNA/JzaWtf2hdDOG0EgHgHEI4EkpGCwNDNQ3ciRxeH5LuVjZJIB6CGGz02zDuF4EIjfR/n9NA09USRNVSHQ2upF2KN8q85xPteNipl7Z2g7CwJZECju5hWlggWB/IYxu+Z53f0FgeqxCTvkj5BBBiB13SnY/LqA7MEUA86ngUig+t0Uvz4qISmXIfm6Oar0an/xEiSRnMCIWxDIgkBt3R8sCNRWy5lvp0XJaFBCAzVafh1+JD0o0oMGvRScdnb+e1lFjZprhgMEDmBuu29uIK8Or9cWCKRFwmjRKEZ95te1dftujB45EAu+XoJzTjtG7VY0CKSHPvpz6PuZiBxc6GjoI6T0NjGyRywZPv1ItzcEMpKy433mhUMsq/yxLGBBoH0cLwsCJfjAakEgdcZZEMi/8CwI1LYN6K8CgbbKb6AZu5GGczG1soB/BI75eQI6SSQwd94od+OOOoqDHQRPtAIBvVXNOLJkNGOd/JQKY47Iua7DIRAjMlb7HlG7auRY5BBo5k4X5jcz3JYhYEpydFgSz5HvZQzjyii4wtTWgSkRcnC1bD12KZ+oUQ88+kEriUYC8a/Kt7R8jlxyALqIRxtObv4id28jw1t1ctzriuYQ2eRjOKeKoq+N4M3WnELxnKBaZ26qpSpMfKZbEh4u82CLj+HVXAEDbX776p290eaOAh/Wyo+CMjumV83CRCfBXZlCVAj0SQvDP+toWB6k9oZAm+QX4UYlDkidASfJNQWBBGepmgPMGyMPWDMDrq9RMMS+CyckL0GZnIW9yqW4qBVmGQ209sL+Y/VsuFGF/tJFSEJeRNX9BYH2KF+hinHJrSOQJ4yJ6EcoBKpky7BX+Qa55CB0MYhY6QgIdP+DIlwtBLffQJCUkhgEKq8AnnpGQm4Ow9UzgxBIaHCh8P43wFKdcN1zYbtAIC1iMonkYbjz0rgQiBu6kv6CvXShanM7MjFQioymCR0Qo3Wxdo6IhmL/Gh17rwyhNTBSnxOoeq2ATa/6I4HS+JfqVyvQZBsPSJkOp5BnuC64DCSPlhkgXgoHyY6AQFo0EZeJ5CAptBhBoGa2F1uV1yLyYRk5snheMS5ByKOl+ornhB3brEM43v6nyd3lCqPQRZigQqCN1cuwU1kQM3LTzL0ztMMWBLIgUNueagELAvktZ3bN87r7CwJVs1/BoyVzyAgIi48Hl+csHEdRNDkIgVoaKZb+U4JgY8j91ytoNohytyCQBYHauj9YEKitlkusnV5e7JJpE8Ny34RGyPAjh0KXi846Afc9/jpuu/ocZGWkhZ1Yq6fJooXKnvGKHHg8/+YCtc2kCWMDsCj0IBqEWLOhOPCz/jihfdKfq3NBLu588AUY9cEI7GjSZ7w/DU0u3HTlWeASd+0FgfTXPXRAL/W67rltuuF5+N9CbRDNTppx2hsC6c/P/z10YFEgYiqxmWbV/q0tYEGgfRwBCwIl+MBqQSB1xlkQyL/wLAjUtg3orwKBNKf2V66L8GZzNo5PIvh3q/yXNnd21LlxZLkfcHxbKMDOvVa6YsaRpTn1ec6II3Nu6nAI5GbV2KQ8jyTkoL+BPBWHQJO2NmO1F2q0C496iVbiQSDe7oRyBZUU+LFPMlLdXvAIH600YjuK5XeQhiIUSacHfk8UApXTZShu+Srml+X8Re4aDmKaFDycLeCIGNfFO2LkENmrACdXKCgUgU/yE8sJNK1SwRYZ+Kx3Mp4obcECF8M/MwWc6PTbd53vCcikBYOlWZDgjBoJ5EU9Nshz0EIzcFX1pbgyjeDi1OgQyEUZji7nGXuAd3IF9LKRdo8E2qy8ihZWipEpFyNZKIwLgfiXuhvl5xLehJ5oOAWdhT4q9IpWtBf2pdWvohE8wmKqGoWgL/sLAm2V30QzSlAkno40UhTRj1AIVMfWY6fyCTLJQPQQT4qo294QaO9e4JnnJGRnM/z9ZgGNrsQgkMsF3P+QBIcduOPWkKg9n4LOd74ISCKaH57RLhConm3FDuV91YaDnGeagkDcgFqUWgE5GIXiYTHnnBEEWvWIhOZyQJCAsfcEr1EPgTgo4sCIF/5F+gE3cQjUui5SL1blPo0igfTwN1QOjh9Lmz99xGlIId3C+m8EgerZZuxQPkQ66YdeIfnRjBxZXtRhg/wsNKm20IObdQjHg0AlyueoYavRVTxWdeRyCLStZrN6XSmkO/qIZxmOiZl7Z2hDCwJZECjhG0prAwsC+Q1hds3zuvsLAlWwJShVvgPfv92fH4G93wnofjxFzwOBnAo7XA4FjV19WPI3EdRHUHj322gUtqGXOAXppHfYM6WsMDSbiC53OkQk2UTUNkWPNOUHtkkCMlNs7f7MHm9P1c9zvqdW1LaABh+tf7d7aqJzJz3ZBspY3GdKflwz7yNt2SMsCNQWq+3fNhwgff/z6jA5uf3bg445G4/YMSsx1zE9sI5qWaD9LWBBoH20qQWBEnxgtSCQOuMsCORfeBYEatsG9FeBQBuUOfCyetxSMwNVShreyhXQpzViI3Tu8FxBG3zAk9kCxhpABbOOLM0ReHTO39v9hVL/0tXAtmG78h7SSG8UiVMiJgKHQP02NON/AST4Ml9AtrhvEIjLp3EZtVe6J2E4lcMgkAtl2CK/oko0cakmrSQKgUrpYuxoWYQCMg6F4qGGk5u/yHEQs85NVfm0QZzexShGDpEGBhxVpoAryS3iJOh/ST/NvrCPU2XNgA0DUjB7rwuPNzCck0JwXavc3nr5WfhQp0Yr8KiFaHOnhZVhs/IKKpVC3FpzDh7IEnBUEokaCcT7+Ldais/dDBekCJiV3v4QiEcT8KiCoSnnIl3oHveFvZquxG76X9iRBhsyo45CPWXYJgOc+XSxZeGCimMx0Aa8mhs9T5X2wr6i9gPU0rXoJp6AbDI04hz7CwJxCTMuZTZIipRe5J0KhUBaZAZ39nOnv760NwT65lsB/H+HHwKcehJJGALx/v3z3xIoBf55RzBKhv/e+R8vArKC5seuaBcIxKOpeFRVjjASfZKONw2BZNKgOizr6h1xb3pGEGjZv0X4GgnsGQwH3h6MdtJDIFc58OsjEnhOHlsqweh/yAGAMzzlfKQKXSPWhQZ0eYQPj/ThRQ+BSpTPUMPWGM5jIwhUxZZjj/J1RFRkNEdWNLk5sw7hePufFlWrQSzusCyp3YP1vudgRxYGStMNx8XsvVNrbEEgCwLFXeBRKlgQyG8Ys2te/0wZz+78mbKy3gMaj1IAyEqzw+1R0OL177V7lIWoYr+gizgBNW+ORtUqgj5nKuiVISJjhQ1KOkP5cW6seFCEu4qg8G8fodG5LiKvnhUJZEUCxZun0f5uQaC2Wm7/teMRMoeNGfankAYLjUwyijbaf1a1zmRZoGMsYEGgfbSrBYESfGC1IJA64ywI5F94FgRq2wb0V4FAa+Un1Hwis6pm4gB7Ev6THXQ6h86dpxsZXmiiODeF4FqD3DlmHVk8HwzPC3NUzu2oro+fB2dfXtgr6XLspV+rSch5MnJ9EdMcGLnZBR6g8n0r6Ig2W8x8eXdvPcX7POqlwI5TbTQMAnnRoObt4EnTB0lXBE6TKATarXyHEvePKBQOR4Ew1rC7/EVuQqmMSpnh0wIRBdGDSaI6RPgXiaPL/ufxBrC0UIBAiCkIVK0wHFdBwafI+oGp+KDUhVk1VAWHHCDyskl5CW5WgX7iBXCSgqgQqIFuw3b6Hjb7ivB/dadiXp6AIik2BPrJw3B1DUWeACzIF5CV5oDXp8DlCTq1o41xrol7J4eKHC4OSp6KLLFPXAi0Q/kA9WwLiuwTkUaHRN2M3mhmeKSB4uw0ETflShi53RN3Xmov7Gtq/wue+L5QOAwFwsER59gfEMiHBqyXn4EIB4ZI1xheZygEcrMqbFJegAPZGCBdGlG/vSHQM3NF7C0luOISoF/ftkGgRx4TUVdPcM1MBTk5wU+RO931Cojbi+aHZqDe618zsUo8J10wX9IR6J40zjQESmScjSDQkjskUBlI6cIw/OroEMjXCCz7t+S/RMIw7n4Fxco7aGTbMSR5GjLEXhHrgv+N1+FJz3uLZ6pN9RConP6EMvoD8oWx6CQcHmZCIwjE5QS5rGAn4Qjkh8gPRnNkafc6fSJ1sw7heBBorfwkFLgCido5BCqracAq+VFuKAyXbjKcFmbvnVpjCwJZECjeHhPt7xYE8lvG7JrndfdXJNAu5VPUMj/U2fPsMFWac9B0Bd2bJaRulsAEhtIpbqybK6J+K0HhTV+iMfMXdBaOQp5wYNgzpRUJBBRmOVFa02JqqXTEnpro3LEigUwNlVXJsoBlAcsCfxgLWBBoH4fKgkAJPrCacGS1ZUjMOEG14ybiQE/ECZpIvy0I5LeWBYESmTXBuonMYdVhWdPC82THLTnpDjS1+NQcIe1V9F9qxzqu3pGlfR19aeX1atSIlrdFP3eWexguqwnPERN6HrOOLM0Rd0T2TahriB55E3rstr6w76Ffo4ouj3hJ1o693W7DGTvdGGoHXsyJHnHB65vZ/zRH/gVZNlyfwsIgEGMKVisPAxAwXLox7IWdy8a5TEh38HEukb/Gbs/SqNfED2wTCYbv9gO2ZYUCiIF8nxn7ji9T0MSAhYUi0om5SKBVXuCSakWNPvqyXypWV7VgYrkCnlbo8wK/jbcqb6CZ7UZvcRpSSbeoEKiWrcUuZQF+cg/Gi43HY3GhAJHEhkAKYzi+gqKWAk/nCDg2u30h0E46H3V0IwY4T0WONDAmBOKREmuV/4DChxFJV4LJqVGXJgdAfP7cmC1hRpaEMds9qKWxIZ7m7N5Q+5MKO3PISHQV/clYQ0sicIC3418zV9V7oJj4mllbm1rUXSrpjt5RZK9CIRAHz3wviAaN2hMC8TxAPB+QTQLu/xcgiG2DQM++IGL3boKLL1DQs0dwty+893UITS1w3XUB6qQ4YXcA4kEgLnHGpc56CCejMGnwfoFAPL/P4lskziqQOYBh0EXRIZBa99ZWCMTzB90lY5fkh52Dkk9HltgvYl0E8l0Iw9FVOE6dnnoIpOVNyxQGqNceWowg0A46H/V0I7qLJ6o5d7QSDQJp8LmveL4qWacVs/eXWBBIZi1YpzwBATYMla5TD61JF632PQYFnoD8pX59mr13au06wmFpFg7wPiTytXjUDc/gD5JIkJ3mQEWdO24z/dyJ1UAgQH6W/xnNTGnL/mfmuPwjg/pmH3xy/Gc/s7JXZs4bto6ckvo8EE8O02kXkeQQUdsYWyaMHzseHA09fyLvI/zpsDDHidLq+OPG5w7/4KPSxNzh/TG75nnd/QWBtivvooEVo5d4OrY+2BfuaoKRNyrossWGpD3+Z6eyE93Y9LGAyuUEBTO/Q1NnDs3HoZMQjAqPd38JHQ9LDs5vjY7YUxOdOxYESnQ3s+pbFrAsYFng920BCwLt4/hYECjBB1YLAqkzzoJA/oWXyEtXcpIEu0hQ1xw/X0IiL10JvbALBPkZDpTVxncE7OPWErP5XwECUchYIz8CD7NhbsM1mJsTHjISOndkxjC+nMIdRTrNrCNLS/59aNY1aGyML1u0Ly/sxcp7aGRcM/00pJM+EeP9FUTcWurFSckEd2bEDpcxA4F+dDM1F89hKSKezCJhEIiffI3MgYAXQ6RrIcKu9icRCM4h0A7fFyj1rkAX8TjkkuGGc7iWEByzV1bl7bjMXbwSzSFyYoWCMgWYny+is2jO2fNpC8OddRTHJRE83ztF1W/n8nB83iwsEJAuEFWij0ODXsJpSBf6RIVAWqL1L1wHYrHnCHyQ53eExHthf7iB4s1mhklOgse6JrVrJFAJ/Rw1dDX6Jk1Cvm14TAjkYqXYorwKp5CNYUmXwd0q+2I0HjfxHE5uhkfzbZiUJuLMEg9WepkKskbbjWGp5ozdWrcaO5WPkEH6oqd4asTh9wcE0qI48oRR6CxMMJxyoRCIV1glPwSAYph4AwgJh7DtCYFWrCT48GMRgwZSTD9fULVi4jlBef+yUu1w+xS0tEaRvTVPwPqNAqaepmDIkCAEyn/kHUhV9XDdfhbqUqODPs0o8Zx0m+WX0YJy9BHPQ46j636BQHIzsPRffgiUfyBDnzOiQyB+HT//Q4LigfrhA5eOK0udjzq2Af2dpyBXGhSxLoyidvTPBS62F1uU15CMQvSVzg+bQ0YQaIvyOlxsTwAmaw2iQYpi+h4a6TZ1jfC1ohWzDuFYzm4OtTncTiad0Fc8Tz205shf73seHlSjn3gRnCQvYm2YvXdqDePtf6EnMIr4MlqcFgQKWsWCQIAFgYLzYX9BIC4XzGWDOaT+9fYuACUYc7eMwm+TYKvzPwNUHeHBlpXAnoUC8i5YBle//6qyoV2F4Mcf8e4voevfgkB+a3TEnsqPm8jcsSBQvDcV6++WBSwLWBb4Y1nAgkD7OF4WBLIgUFumkAWB/FazIFBbZg/wV4BAzbQJW+nTqKMpsLErMU6X60c/d66tUfCDB/hXpqA62EOLWUfWRtnvEDs48wq4mtJMDY5ZJ53+pWuT/ALcqIrqfHvGI+C5Gp+aO4bnkIlVzECgEhk4tVJBFxvBggIxAgJp+ZcGiDPgIP78MIlCoGLfpyj3rkZ3cSKyiLG82BZKMK1cRn8bwes8BCdOiWbfaVUUW3xMPQY/lpkvfuc0McxtpLg4VcBdPZJVCHRJFVWBxuwcAQfZCbRomu7CScgSBkaFQKX0O1Xm7L3mw9CojMajrVKF8V7YN/oYzq2iqpzaL0VJIAptNzm4PfQrVNEV6J10HApto2JCoHK6GGX0e3RxjFKTxceCQLy/vN/zOtsxwing1r0evN/CcHOGgKnJsSHQzrpibFVeRzLpjL7iuRGjvT8gEIdQdWwTugknIFuIzEvEO6WHQFw+jsvIha4HrfPtCYHenCdgw0YBp56s4PCDxTZDoE8/E/DzMgHHH0sxbmzwa/682R/BVlKJlmtPQ21+drzlFjcSKFS2LM2RsV8gUEsVwcoHuG2ALkdQ9JgYvD6jSNMV/yfCXUNUCjTiBhnVebHhqCaL2EOcjEzSX7WRHgLJrBnrlKcgIhlDpKvC7GgEgaLNn2gQaLfyBarZKlUalEuEasXs/SXW/ldNV2E3/ULdk/nezIsGgbbI89DEdqhf+KeTooj5YfbeqTWMt/+FnsCCQIAVCRScEWZhnwWBgjZLxJG/LzmBNijPwsvq0Mc7A6v+lQvRAYy5S0an95JAqP8ZoO5AL4rLGYo/EJB96lp4DpyPTDIQPcSTAh22IJCVEyjuQ0iUColEeSaqasHvs1axLGBZwLLAX8kCFgTax9G2IJAFgdoyhSwI5LeaBYHaMnv+GhDoneZa9HPMRbWSjaMckXk59HPnrWaGhxooJjoJ7uIZ7EOKWUeW9rXj6IxL4WmO7zDlpzDrpON1Q1/YV8sPg0HBUPF6CCQoX6R1+8ZGYFGTgkeyRRweJyjJDATixx1dqoC7T5d1EUF0qi88KoRHh/QRz0UK6ax2I1EItNX7ISp9G1S5JC6bZFR+9AHXVCk4JIngsay2Q6Dp1X5480yOgAPt5iDQP+ooFvBooAwB07v6IdB9dRTvuBhuSBcwLYWozlLuNNWimaLNnRL6BWroKrzUeCx6isNwTWsuKjNO0NMrFeyQgYcK7JjoRLtBIA1M9XIcic72g2NCoG3K22hiOzE4dQpSab+YEGhCuYJ6CvzQ3Y58m4DZFV482khVAMRBkFHRXtj31JVjo/IsbEjHIOnyiKr7AwJtkJ+DFzXoJ54PZ4jUVmhn9BAouB7OQQrpEtbv9oJAlAL33C/BJwO33qSggIPENkYCffu9gK+/EXDIwRTHHRNc3Dkvfg7Hlt1wXz4JNd07xb3hxHLSUebDGsWfQ2aYeCOcDmm/QKCm3QSrHhdVINtzIkXnI2JDoNVPiOBteCTQsCsU1Hf/EtV0JfokHY8C2wER62Kz8iJaWGUgDxg3klGEcLQ9Ww+BuNTiaoVHkjHVToQE10g0R1Yw59AYNY+QVszeX2JBIC3SKTRXmwaBdsgLwKUtuwnHI1sYFjE/zN47tYZm9j+trgWBLAgUOuEsCOS3htk1r3+mjLe57wsEWiv7ZSOLqq7BmkdT4MxnGHWVgsL5Qed500AZOwUZG14WkT5+K5Rj5iGNFKFIPD3QNQsCWRAo3jyN9ncLArXVclY7ywKWBSwLRFrAgkD7OCssCJTgA6slB6fOOAsC+ReeBYHatgH92SOB9tS0YEZNGa7JeBU+VoADbRdEGEo/d3bIDKdXUnCu8N/W/C5aI7OOrG3Km2hiJRiVcT7k5mBehlij1JYX9mZvA9YrT0MiKRgszjQ8/KlVFCU+hvfyRPSIZERhbcxCoDMqKbbLDPMKRBTpfPdG8nSJQqBN3ndR49uCXuIUpJPehtf1kRu4u1bBKckC/pYRP+9SNPteX6PgOw/wYJaAI5PMQaCLqhWs8UKVFjyh0A+B3mlmuK+eBvoTlIYaj3xhdNRIIC164MmGyTgxqS8mJ/sNasYJ+nIzxRMNDIclC5iTL7UbBNIcyd0ch6K7/fCoEIgyGWuVx1QIeWjGjfD5bFEhkJsxHFpGwQXR1va0QxQFLKjx4tpaqkrBcUk4o6K9sFfWuQzzTWltOhoC7a5qwho13xUwVLwBgk7aTeuHHgJtV95HA9uKHuIpyCT9wi6xvSDQtmKCl18T0bUzw4xLFaQ5ueRZ2+TgVv5K8MF8EcOHMkw5NSiXlvXWQjhXF8NzwdGo7t8z7g0nlpPOzaqwSXkBdpKFgeJ0Q1AS7QSJjLMeDtRtIVj3nMgDgdBnqoL8UUG5O6NIoA0viKjd5I8EGnCRAne/hahky9Ar6Wh0to2OWBca3BkiXgOR+Im7EQTapLwItwqLLoST5AcuVQ+BfKzJv78jGYN1UUPRHFk1dA1K6Gdq/iCeR0grZu8vsSCQkdScBoH2Kt+DRwUWCoegQDgkYvjM3ju1hmb2P62uBYEsCBQ64SwI5LeG2TXP6+6PSCA/1H5Q7Vv3bbeA768ZfRlGnMaQ93XwC6WWbgp2d/Ni1eMSnMN2QzjzlTAJSt7egkAWBIr7EBKlggWB2mo5q51lAcsClgUiLWBBoH2cFRYESvCB1YJA6oyzIJB/4VkQqG0b0J8dAs3Z48K8lhLckvE2Ukh39DFI5m40dyaVKyinCEiEadY168jS8sGMSJ8G5upmanDa8sJe6y2JKZHlZQzjyii4e31xoQCRX0CMYhYCabldHswWcKROXk/LJxP6RXiiEGij5y3UytvRW5yKVGLscJ7rAubUK7gkVcAVaW2HQKFRPTxvkhk5uGPKKWopU+XwhuU6VQi00gNcUq1giA14KVdEOf0RZfRHFAjjUCgcGhUC8RwbPNfG/XVn4db07hjuT6NkCgJVKAwTK/zj+103G5JMJOPmibsbmn3wxqir5SnqYh+Dno4JUSFQI9uBYmUenCjA2KzpKoSKJgdXLDNMraToLgJfdneAO/PXN/hwSqUCntKJ29KohL6wr5UfhwI3hkizICJcdiMROMDPk2hOjC1VXI7uVSQhF/2li6OuIj0EiibPxQ/QXhBowecCliwVcNR4ivGH032CQFu2Erz6hoiiXgwXnheEQJkf/IDkZRvhOeNwVI8Mh1lGxojlpOOJwXmCcL62+RrvqHx6ejhQtZpg82t+ObiBFyvI6h8bAm15S0TlSj8E6jtNgTz8e1TQn9DDcQS62g8JWxcasNHLvBldmwYG9Xl79BDIxcqwRXkFTlKgRheFlmiOLC7Jtk2ZhxTSDX3EaYEmZu8vsfY/HonnYXXoL12CJOSox9YgUKWyErvpf5FDhqOreFzElDB779QaWhDIGCBG23gsObigZSwI5LeF2TXP6+4PCKRJYfKPlnKXX4Vt74nIG8UwbByQtdgOlgwQF+DNpigb68HSuyRInavhmDkn8MGANsoWBLIgkKkXK4NKFgRqq+WsdpYFLAtYFoi0gAWB9nFWWBAowQdWE46stgyJWScoP3YiDvREnKCJ9NuCQH5rWRAokVkTrJvIHFYdljUtqjROvJKojnK84/G/G32pHa0dd2Rlp9sxZrML+eI2XJPxIdJJH/QST4toYjR3/l3P8KGL4up0AeenBAGDWUfWDjof9XQjhqZOgeA2jmTRd6QtL+zl3jXYpXwa8dW3duzNPoazqyh6SQTv5MWXTDO7/z3ZyPBSE8XMDAEX6XK5lNJvUUF/RqhkUCL7Hx/n9Z7XUC+XoI94NlJIV8Nhvq+B4b1milszBJweJZ9MaMNo9uXSf1wC8Pp0AWenxIdAHsZwSBkFZzU/dRIDTtBmheGwcookAvxQKKKS/oK9dCHyhFHoLEyICoG0/FF/q70Ib+fkIpl780xCIF7vimqKZV6Gm7IknJkUf3WagUBVbBX2KF+g0DYSvZNOiAqBtLHOF8ZgcMYxMSHQD26mRv2McRC83NmuQqAGlw8HlyrwcVsWCrAbQMrQF3bNVkbJ5zsaAq3+YD2aAAAgAElEQVSpXKJK/OlzE+gnpx4CaTAwXzgYnYTDwqq3FwR65HERdXUEl18qo3Nn7BMEKisHnp4jIS+XYdaVQQiU/vkypH63Ct6TxqLqYOM8XaEXF8tJV8V+xR7lS1U2jMPi/QWBypYQFL/vh0DDZslIDdlajO4v2z8WUPqDoEKgolMoyFgOdr9HN8ch6G4/ImxdNLM9rUC+E/qK5wVMYXRtfF/g+0Nn4UjkCQcF6uohUD3bAh4pyKMheVRkaInmyOK56Pg6sZNMDBRnBJqYvb9Eg0A86m+N8kirhN8NAWk6DQLV0q3Yobxv2FfeCbP3Tq3DFgSyIJCZ50KjOhYE8lvF7JrndfcHBNIiQJNILpIXXoqSrwR0OYpiSHcRaWsl0L4MwhYCamcom+zGT7eJQFILUu74j/rRB//4QysWBPp97KmJzp30ZBsoYzElhrUxNvs+kug+YUGgRC3229XftnMv7rhvLu65bTp69/DLi/8W5ffSj9/i2q1zWhaIZwELAsWzUJy/WxAowQdWCwKpM6qjIFBluQQwgrxC7p6LXWySgMwUGyrrPfGqJvRikoikjQWBTJk+otKfGQL9LEi4vMSNo50bMS31U2SSQegRIo+jGcNo7nztYbilhjusgad4fo3WYtaRVaJ8hhq2BoPTJkNq8ScIj1WasRtw7AF1FyKN9IhXPfDCXuL9EWXK9ygg41AoHhrR7is3w621FEclETxgIm+O2ZeuT1qAf9YpmJ4m4LLU8CicKvYL9igLkUsOQhfxSLVPiUKgNS0voomWoZ90gRplYlQebGB4u5maynXE20dziDzbxPBsI8WMNAEzUuNDoC0yMK1SQZEEzMsLQiDKgJPLFeylwIf5IpKFNeDzIJsMRTfxhKhO0DW+J0BJC+6smYkP81MCl2rWCaqNRdxJE1LhaCfB/bp8V6Ht69gG7FQ+Rp40BP2cJ0d9Yd8sv4wWlKO3eBa6p/eJCYHec/nl8k51EtxXGIRAZ1Uq2CoDr+aJGGggVxj6wq7lH+otnolU3TrpaAi0rPJjVNEV6CT45f2iFT0EqmGrUaJ8HpgHoe3MQiAFXqSkuEF9qfB6w2FuVbWAx58SkJrKcPP1fmizfr2ETVuACUcpSE+LDQazUu1w+xS0ePxtXS6C+x8SkZTEcPvNQQiU9vUK8P/5jj8QlYePiDvdYjnp9tJvUclBsXgYCsjB+w0C7flWwM4FfvsdeJsCe2bQNunNO2EjMqqTg9B+99cCdn3pr9/tWArnUUvVvc0oQq6OrcdO5RNkkYHoHpLA3AgCVbEV2KN8hRxhJLoKxwRsqYdAfL7toV8hh4xEVzFYjzeI5sii8GGNzPMtAcOlmwPHNusQjgaBPKwaG5Xn4UAWBkjTA8fVIFATK8cW+WU4kY9+0oUR88PsvVNraHb/4/UtOThLDi50wv2RIBDPp5ec4obsKoQdGTH3VUkkyEpzoLLOHXf/jfXMo29M4YU9uQZurwRJzo177LbmBOLPuVvlN5CCbiAfnYvypUSF6/1tIlK2S1AOZRAWExAFKD3FjeWPCnBXE6Tcc2/EfmZBIAsCxZ2oUSpYEKitljPXrra+EVfc+ihuuGwqDhrhz+m67NeNeHjOPMy+/zpkZaSpvz0yZx56divEaRMPj3rgROELP8+F194fdrxJE8biXzddDGdSq8yCucsIq5VoP9pwCquJZYE/rAUsCLSPQ2dBIAsCtWUKdQQEqqsneOQxv+N71uUK8vJjO5EsCOQfuY76mrkt88Jsmz8zBDqrSsEmD8NdWWvQRfoywuGm2cgIAjVShiPLKWwAvg2JUDDryOIOPu7oG5ByAhyeoXGHY4M8B17UQ0QKBkkzIKhnjl60rza3ej5BLV2LbuJEZJPIr/PnNlLMaWK4OE3AlTpYY3R0sxBok4/hnCqK3jaCt3PDndIaQAiFbolCoFUtc+GiVegvXYokZBsa4swqim0+FiHZF81q0ZygrzcxPNpIMS2F4IZ0Ia4c3EI3w821FIc7oAIozQnKIdB1NQq+b80vdIBjM3YoHyED/dFTmhwVAq2SH1C7/GT9jWqOIa2YdYK6KMPRFRTe+EFAgWMbjVuo3bQIhBypPwY4pxhCIC7LxuXZeBlmux45qckxIRDPXcRzGHHpvmtygxDollqKr90Md2UKmOiMlPULfWHnTnbubO8uTkIWGRw21B0Ngb4rfx7ciVUkTUUaoufE0UOgBrYNXB4yDUUokoKJrXnnzUKgesbn0ofIEvqiu3Bq2HX/tETA518KGHUAxeQTKZqaCB54xH//Tk9nuPgCiuys6JNDD4F4u3/c5adx/7hdhtQK5lK/XYX0L5bBN2EkKieMirunxXLS7VI+Ri3boEJ5vk901L1TDwd2fiZgzyL/Ght7rwyhle8L3mYU/vca9feqQ26FN7OP+t9liwUUf+iPBOp8BEXaxBXYrXyJTrZRKEo6LmxdlCk/oJz9FAHkja6tkRWjWHk3Yk7oIdBeugiVdCk6CUeAR9uFlliOrDXyY6DwYLBtFiTml03cVwikzUF9RK22/3lZM9bJT6nn4+fVF7P3zkT3P17fgkAWBAqdb38kCLROfhoympBLDkQX8aiY+2pHQaAathYlygI4SBYGiEHAG60zbYVAwcjGfnC/MgW1GwkGXEDRt1KCo0KEcgIDWwJItQSVR3uwch5BQzFB6t0PgQleDJGuhajGYFs5gbgNfg97Ku9HIlFkViRQ3EenP0UFPeDh/16w8GfMeeAGNaLHCBQZXXii8CUabFr668YwAPWnMLJ1EZYFficWsCDQPg6EBYHMv6SqDx1WJJA64zoCAvHcAjzHAC9TT6cYMojGnN0WBPKbp6McWfu4tcRs/meFQD97gZnVCjj3eD1vOarYItWJxp1p+hItiuyCKgXrfMAT2QIObs17Y/alq5R+hwq6BH2SJyDFG9thqsmGaf3iSbV5cu1YRXvpWu9+Tc0n01uchlQSmXvo7/+T3/qMO9izRExMij+TzEIgLufApc88DFhUICC1VcKMn6GRbUex8k4g34f2wu5TGFxuOW4nuCzTypbZcNM6DBBnwEEyDdvEkxHTN4rmBJ3vYrirnmKSk+BfmfEh0CvNDI83BKFRKAR6upHhhSaKy1MJpqbuUPOepJFeKBLPMHxhV9CCtfITaKRJ+LZlFu7ICEIQsxCIX6dZJ6jZHFHaGGZJRRjkPMsQAtWxTdipfKRG5PDInHhz5/Y6ii9b/LBnapYtIAc3u5Hh+SaKi1MFXGmQ2ynU2b1XWYRKxp3ihyNfGBs2xB0NgT4vvwcMMgaJV8JGUqPOYz0EipXXxSwEKqU/qLloutgORS4bF3buF18WsX0nwbQzKQb2pyjeQfDSK8HoxZRkhosuUJCfZ9xlIwj08GMi6usJrp2lBABS8s8bkPnRj5DHDULFieF9MDpyLAi0RXkNLrY3sG911L1Tvy62zhNQsVxQ4Q+HQFpJ3v0jMle9qP6zfsi5aO4xXv3v6lUEm97gtmQoGA1knforSuhnKLAPRx/HpLB1sUv5BLUqoJyIrBAgb3RtmiySHdkYKF0a6IceAmnHNIL8sSDQJuUF8HPwPEI8nxAv+wqByulPKKM/II+MRmfRbx9etP1PocGk78PEGwNycVo9s/dOrX5H7H9m4QDvQyJfi8e9qYVU4I787DQHKkxEcyS0LgiQn+WX7DVTEs2JZvYdlb+b1Tf74DORny703mmmz2brmB1np11EkkNEbaM37qHN5ArUDmJWmaCGrlH3E16MJB/1neooCMRlTqvpqgipx2hGaSsE4ufg58oRhqPq8UlwlfplOXuvToLYTOA7g4IuBhy7BdSO8WL1j0DlrwTpdz4Jxd6AgeJlsBN/tJQVCWRBoLiLNkqFRPb2RKXN+X3WKsD7C77DjpIyXH/ZVLS4vZj98odITXEiNztDjfzhcOfBp9/CfbdPVyODQiN4hg4sCgAbDQIN6t8Lb3+0UDXtJdMmqsc1KkYQiNfjEIoXrZ0GodZsKFZ/f+k/twailnjd599coP7eqSBHBVe86GXp+DX+/YEXAt3Q+s1/4JFQJx59MF6a9zlKy6vRHtFI1ryyLPB7tYAFgfZxZMw+YCdympQkCfyhkT+QxyuJPFDFO1bo3xN5cDb7ksqPb0Egv5U7AgK99KqI4u1+Z+SE8RRHHG5BIDPyCwm9sAsE+RkOlNWak3VIZM0lUvfPCoEur6H4xcNwaZqAU5z8C+3Fhl9Tc1tFe2HXHPpnpxJcn+aHomYdWRVsCUqV79DLeTjSfeHO6tDx4TJPG+Rn1GT3PZPHYIfrZxBmwyDbZZCQHHUoNQj0a8tT8KERg6QrYIM/xD60nFelYIMPeClXxJDYwUVqs3iO/NBjz2wAfm5W8FS2oOZ50UoLKrBZfilMFijRSKDlrifgZU0YLM2EhKBEmnaOMgU4sUJBrkTwuYlcR7xdtPvLN26Gm2opjnAQPJwdHwLdW0/xvovh5gwBU5NJWCTQFy0Md9RRTEgi+EdWKbbKryMZXdBXOsdw7nhQg43yc9grZ6NGvgTnhERrdYQTlNthSjXFTi/D+3kiuhvIr/E6zdij9j1d7IahyecZQiAeEVHNfkVn4QjkCWPizp2LqhWs8UKNdjosPQiBOKTksJLb7P8MJAtDX9g1qcEcMgpdxQlhc70jIVBWlheLKv8DkTkxxCDKIbQjegjkQxPWy0+r85jP59BiFgLxSCIeUdTXMQXJSlCuzOMmuPdBEUQA7rhZhs0GLP1FwCetkmfauZIcDBeep6j5gvTFCAI9+7yI3XsILrlQQY/u/igi56ptyHr7G8gj+6DijCAEiLZJxXqm5PbgdhkoXQ470jvsAwo9BFr/ooi6jQS2VIaD/h6Uuste/jSSylaol9LcfTzqh56r/nfdVoL1c0UwBuQOoyg4ez120vnIsw1Cv6RTwtaFBrb0ecyMngtC8+sMl24KmFAPgbYqb6KZlaBIPDNCJjSWI4tDeA5yeQ48HrkTa//Tj1+0Z/YAkBKOV3M5aSXUkb9enq3ej0KdtVo9s/dOrX5H7H9m4QDvQyKOwmhrwOh3CwIFrfJXhkCMMWxUnoMXtapB+Mcu/KOXWKWjINBm5UW0sEr11P2lS5CEnJj9aCsE4h9G8Q+k+AccJf8+CnIzcODtMnp+6Xec+y6m8P3EkLxRRMMQH9Ztp+ASnum3PQ8ltRz9xPPhJIVq3UR8Fk6HiCSbiNqm2LCvoz5oTMQPwq/N7Lr4PeypvL9WJFBwufxWEOiTBhkb3bF9NYncp8zWPSlDQn9HZL7ZUMhTU9eI19//CuMPHo5fVm1SQQyHNe98vEiVaVu7sRi33Tc3ECUUCpD4cS67+WFcecFkFR7FiyCKBoFCf+fXxiHN1JPGRwCprdv3BPrF5eN4O16ys9LDIBD/PbTPRsfv3jlfvT5e7nzwBYwdNSim9J1Zm1v1LAv83ixgQaB9HBELApn/UlF96LAigdQZ194QyO0huO8Bv9ODl2FDGE4/LegsMZrmHfXgbOUE2sdNxUTzPyME2uBjOK+KgnOJz/MFNIIn4V6OLsLRyBUOiLBKNAi00sswvZqit0TwditoMPvSpUX3dE8aiyw5ut5xKV2ECrpUBQVHFFyKHypfQyPdhhwyHF3F46KOIH/pqnd58IubS4kRhDoSQxsdXqbAxYDvO/G0uvFLIhDoea+I2dVeVd7rktTgS4AXjdggz4YNqRgkXRl4YU8kEmiZ6xHIzIMh0tUQERnC9IuX4fJqigOdAp7JjJQQM7rSaBBomZfhimqKAxwEz5qAQFdWUyz1MjyeLWCcIxwCbZMZzqyk6CECr+VVY7PyEngS5P7ixYYQSEsmv9nXBZ3I2Tg0qWMjgbhdbmoEvmlS8GiWgMNCzhdqsxZWjs3Ky0gVCzE8+WJDCLRReRYeVoe+4vlIJoVxIdDx5QqqKPBJvog+KVIgEkhbr6HrLLQvoc7YOroBO+nHyCT90UOcHDbMHQmBxNRdWFH3ViDqKdZK0kMgxhSsVh7230/Fm0D4JtJazEKg9fIz8KEBwxyXgyjpgfZr1xHMe09E3z4M553tv0/zKF4ezTt5EsGwYT68/qaA4h0CbDaG889W0EOXcswIAr05T8CGjQKmTlEwZLD/YcCxuQQ5L30BZUA3lJ8ffW/SOhfLSadJIGo5azrqAwo9BFr9pIimEgJnHsPIG1ufa6iMwi+uhkD9DkJvdh9UHXyr+t/Ne4FVj/lJaUYfhm6XbsJ25X3kSP0wwHl62LpYJz8JGa4IcB3t2jQZqFCAr4dAG+Rn4UUdBkrTYUdW2LSLBSl4Diqei6qreCxyiD9/k9mPrKI5LLfIr8CFMvQVz0UyCdLEUIdlAIRJ5yAFXcL6a/beqTWyIFCC0eVWJFBgvpmFfb9lJJAmE8ojW7ysXu17aA4vo3tMR0Agng9ojfyfwOlCwXG0+1xbIdBe5RtUsmXoRI7E1tsPBgSGQ2+nKPw8CUoyAz2bwb2KIm2ZBFcvBRu8MrZ/JCDtutdAc3epuQdTSXf/fpxig6wwNJuILrcgkH8kO2JP5ce1IFBwpfxWEIjnv51fH19pIdqabuvvs7slYXJG5NdkHNbcdu9c3HTlWaipbUDJ3gocechI3Pf467jt6nPw4lufBfIB6aN09ABJH4Gjrx/a92gQKPSYHPSE5ifikUoc0pxx0ni1n/M+XhQhHaeXpdP3wQgCheZEMpP/qK1jYLWzLPBbW8CCQPs4AhYEMv+Sqj50WBBInXHtDYFWrxXw7vsC0lIZGpsIOndiuHy6BYGsSKDW/BU1LTw9QtySaAh93AMC4DJhdpuIujhf891YS7HIzXBptg2XO6gqt8FlN/QyPdo5o0EgmTGML6dwM+DLfAHZIjEdCaTJXnRxHIBc5WjDy/OxRqxX5vwv8wZVHel9cnthe9Ue9etQDnYGiJfAQYzz4fCXrgpXGda450IvKaSdrFJhOKGCqv3+qlAE5Ulr4pREINByUcJluz04JIngsZAIjlCnt+bUSDQSaEnzA2BQMFS6AQKC0lZa9z9wUdxTzzAlQ8Rt0QOmwq42mhN0o4/h3CqKvjaCN3PjRwKdXKFgrwK8lyeihxT+1SaXyRtXRsF3zG8LGrGFPgsb0jFIutxw7tSzrdihvI8Vnj44xnEauoa8S3XUC/szHoLnamRcky7gvBRjgOZhNeo8dAo5OCDlsggI5GUN2KA8AwEODBGvVsFGrLnD19LYMqqO5JJCAWnOYCSQJlHHA9UWd4oc61BndxMrwTblTaSQLugjnhM2vh0JgVxJy7Cl6RvkCgehi3BkzFWkh0C88lr5SShwRUjJmYFAlPmwRnkUAiQc6LwRHl/wa8/3PhSwarWASSdQjDnI//vLr4nYVkww/QKCbj18UBTg7XcEbNwsQBSZKhvXr09wLzCCQJ98JmDpMgETj6cYO9p/XNuuCuQ9Mx+0Zz7KZpwcbyuJ6qTj4JADRG1d8APtLwi04gEJ7mogrSfD0Cv8zzWOynXIWfoolNRCiE1lYFISSo97Uv2bp55g+b3+j2LSujL0mrVVlbrUyyRqkT0EIoZJfukQrUS7tq3K6+AQOFTKUw+BVskPqlJ0Q8XrIJDwUM5YEKiM/ohy+qP6xT2XTuRlXyHQavlhdU8eIl4LkQQTLIdCIJ63iucO6iGcjEzBnxBaKxYE8lvCigQKzgmzEQ9xNxtdhT8CBNKgajfxeFRjGVxKtfqxCP9oJFrpCAjUyHaiWHk7cEqj/GP6/rQVAu2in6GWrkFhy0Rs+/cI2DMZDrmYIec7B7x5FGQy0LxNQeY3NvXfm/N82PiKgNQZ74H12IQewmRkCv3V7lgQyLwygTZ+HfVMaUGg4Ar5rSDQ7y0SiFtEAx9cFu6wMcMwZEARHpz9Fk6beBhemfeFCl0OGjFArafJr2mW1KTVeBSRkQybJjWn35vMRAJxCHThtfdHbLOaJFxofzQZt73lVWH90EMdCwIlepe26v+ZLGBBoH0cTQsCmX9J5aa2IJB/wrU3BJr3roi16wlOnkgwf4HfUXTXP2J/XWJFAvnHoqMcWfu4tcRs/meLBNolM5xW2eps7usEafKqeUt4/pKe4inIIP0i7BFLv/36GgXfeYB/Zgo48X85Y8w6snhuCC6fU+gYggJlouEY7FI+RS1bhwzSHz3FyQEnXQn9HDV0tSrjw7/KNCr8pWtX8yZs8cxDGilCkRiecJ630aJlRieLeCaLtDsEElMdGLnFBc4Rvi0Md96vlR+DgmAkT6IQaHHzfeplR/sylufk4bl5bsizYZpkTgIhmhN0jwJMrlDAL4FHqcSS7lAYw8FlFPyMPxcKEEl4JBDv87Qqii0+hldyPfCRJ9VIJh7RZDR3KuhqlNLP8b17KK5KPSFsqDvqhf2/TMRtZV5MThbw95AcRKEn16K5HCQdB6ZeFQGBNMiZQfqip3iq2jQWBNolA6dVBm2sd3ZPqlBQrgAf5InopvuoMNTZ7WG12KjMhZ1kYqBOOqcjIVCZ+DHKPRtglJtFvz6NIJAmtxOao4W3MwOBNPCVKXVDP9s5AQjEwcS9D4jweAhuvE5Bepr/fq3l87n9JoIkp18KmPPf9z8QwD/yEAjD6VN4rj9/fSMItOh7AQu/EXDoOIpjj/avL6myDvmPvguWn4nSayP3G70dojnpAiAP3dBHmtah9059JNCyu0X4mgiyhzAMOM8PgTLWvoaUnYvgHnQaHNsXgrTUofyoB6A4s0FlYMkd/gmZlMvQ/6ad2Cq/gXSxO4YmnxtYF25UYpP8IpKQi/6SX/5DK9GeC7T9P3ROha4LmbRgne+JwP6ht28sCFTD1qBE+QxZZDC6i5PUpvsCgbjEG5d64xKlg6WrwroS6sjfo3yNKrZcTXDPE92HFrP3Tq1NR+x/ZuEA74MlBxccPbNzh7ewcgJFlxjWLKrJrYpIwVBpJvaIH6HSw59RT0NGq3yjfr2re7BIkJXmgJmP0syu+Qr6M0rpt5CIQ42+ziZD0U0MfxbR96WtEIhHUTawrSioOh3Fj/ZDaneGsScQZC63qZE/tgkEDRUycubboTgZto3wYPUTIlLOXgAM/hXdxOOQTYb7920rEsj0+0hH7qnqmk93oKHFB2/IBypG85f/lp5sA/9YqqklftRKIh+lRTuf0e+J7O2JftD4W0GgRK5/f9Xlsm5rN+1AanISLjrrBDX3D/+tqqYeHMTwiCD+W6woGX0EDu97WyKBQtuEStFxybdoRYsQ4jJuwwf3iYBAvJ2WY8iCQPtrVlnn+T1awIJA+zgqFgQy/5KqvWg0NPvgNZF8NJGhSeShIxEHeiJO0ET6294Q6O57Jfj+92z2z9sIHn6SobERuOFaBRnp0aMILAjkHzELAgVnbqIPzmbmvJlIoH/UUSxoYZicQvBkj2SU17rVL7d5foTe4lSkkp4Rp4oFgea5GB6opzg+ieDfWYLply4twiPfPgCdaORX81x/nTuGecQPd2ZzSRDN0eJjzWqUBf/qmkc78KgHfeEvXVsaf8Yu35fIISPRVTwmos77zRT3NjCcmSnhlhS0OwTi+9/Yzc0oVRCRX4Y76rnDfoB4qRrNlMj+57BTLHU9BAIJw6TrDacGz+HDc/k80dmBg1n8l0l+kGiOrHoKTChXwNPxLCqMDYE0mMEDVj7O94Mv/dfM2hz8ZyZBN9tDah0Os4ycoGt9P0Mh32KxZwwuTzki7Fo7wgnKT1BslzB1pwfD7cDzOZGRN7yODDfWyY9DIkkYk3p9xAs7z4tSRzeiq3AMcoSRar9j3Tu5fB6X0RtpJ2pOID0EmllD8bOHGUrUhb6wK8yLtQqXrhEwXLoxzF4dCYG2sOfgUmqghzhGk9MIAm1T5qGJ7UAvYQrShWBOHzMQqIquwB76Fbo4RqGLcEwAApWUEMx9UUR+HnDVFf41IMvAXfdKEEXgoXsIGl3BfJAcGvFcQcuWc+lGhimnUgwfygwh0IqVBB9+LGLEMIbTTvHDEqHBhcL73wBLc6L0tvAoLCM7RHPSccDNQXcooOioe6ceAi35mwTqAzodQtHrZD/cKvjqBoieejROuBvJa9+GWL4W1QfOgqfA72zU2kjJwJA7d4N/wZ8mdMKwlIsC66KObcZO5UNDcB/t2rRonQJhHAqFQ9Vzha4LTZLRSfLQT7wowsSxHFkNrBjblXdV6SQuoRRr/9Mf2AiCN7IdKFbmIYV0Bc95FFpC9z/NoWwUMWdBIL/VrEig4Oz5q0YCFSvvoZFtU/NUFghjUG//Httd0fNWahbrCAikgZnOjgOw17MCKeiKPlL4GtfvEW2FQJpcZF7xedjxfDfkDKU4aJiI1E2SmgPIOVZEXaMPuW/bQUCw49gW/HKvBMeJ30A6mNvncDW6kRcLAlmRQEbPHWZ+syCQGSvtex0tn88BQ/qquXG0HDs8CkeLsNF+C82vw8/8+vv/xcQJY6GPBDKCQqE9NYoE4gBo6a8bAxJvWl4hLScQb6/l/qmpa0CfXl3Ru0dnxIJA+vOEnoMfj+ccsuTg9n0OWUf4Y1jAgkD7OE4WBLIgUFumUHtCoC1bCV59Q0TXzgzXXUUw+zlgazFwwbkKehdZECje+HSUIyveeffl74mATNVh+TuWg+PyZydW+KW4PioQcUBOkgqBtBfPvuJ5SCadIswVCwLtlIEplUFAYNaRxR2+3PGbbStCNxb51byW8DtX4I5df4L7UEhRSr9HBV0MJwrQT7ogos8cAq1t+ALl8lJ0Fo5EnnBQRJ1HGineaGK4rcCGMyTWIRBoxk4XvnAx3JUpYKIzKC0WTJLuh1iJQCC73Ytlrv+AZzEaIs0ynN5atM3HPZLQyRt0dMdaC9EgEP8qcXSZ3yG8tFCATRTUr5n53NGXxR6GWTUUB9kJZuf48yDpHVkvN1M80cBwTgrB0cn/AYWsyjmJgg2FWU6U1rQEDvuD5xukicuw0jseFyaPDui8xDkAACAASURBVDtdR0EgIdWOA7a0gA/X97oILq0DfBWtkR8Gl7cal3ZLBARaIz8GCk8A8vF2sSDQRy6Ku+uZOkf4XNFDoAcbKN5uZrg2TcC5nMaFFP0LO89fwPMY6PNFdRQE0uTYeJeGijdAIMbgTOuyEQTapSxALVuLbsLxyBaGBa7ODAQqoV+ghq5C/5RJyKBDAxDoq4UCvvshPFqntBSYPVdCYSFwy7XhEEg76VcLCb77gV8Dw4kTKY4bb4Pbp6DFE5R91Z4FinoxXNgaMUNaPOh096uA0469fz8/7m0nmpMuKFU2Dp1a4UdH3Tv1EOjHW0TVudjzRIrOh1HY6nci74e7oTgy0DjpP0hdNw/Sps/QMOA0NPX2R3D+cp8Ibx0BA8Oo+8uxSXkByWI+RiZfGlgXseBHtGurYWtRoixAFhmE7uKJ6rlC14WWMySdFKGXQaRnLEeW9pGBnWRhoDg94v4Sa/CMIJAGInOE4egqhOeDCt3/tAjYDGEAegrhHz+YvXdqfeuI/c+KBAqOPHfkV9V7oJiQibUigRAzQli/nmI9U2pSqwJsGCTOhETs8CVvwLqGj5EtDEU3IXoUTkdAoLW+J6CQFhyYfhF+aXgREnNisM34uUu7zrZCoA3yc/CiBlkrZmD3e7nodCjFqFwJSbtF1I7xInWohLpmH7I/tkNsIig/1o3v7xdgO3Qx7MctQh4Zjc7ieLUbFgSyIFDch5AoFSwI1FbLJdZOgy2jRwwIRMwYARh+VA5VQiXaLpk2UW2jgaTS8urAyTXZNqPe6I/D64QCJ62N1o81G4rVnzT5Ob1UXGg/jHITaTJ2vF5ZRY0Ku9wejwWBEpsqVu0/uAUsCLSPA2hBIAsCtWUKtScEmv+pgF+WCzjqSIpJxwh4fz7w4xJg0vEUY1rzAhj10YoE8luloxxZbZkXZtv8mSDQg/UUb7sYjnL8L4otVww48rnTzs2q0F+6BEnIiTBNrBd2XvnECgVlCvB6nogBNkQ48o1s3cz2YqvyGjKkruiJ8K8qeVQSj04SYMdA8TJIxKkeItTRwiMeeDSQAjd6iJORSfw66FrhEGhF/duoVTarclxclktfrq1R8IMHeL57EkYqcodAoKdK3XigTsHUZIKbM/xQhBft61Ktb4lAINHuwgrXk7AhFYOkKw2n8qGl3DLAmn7J8DT+T6/PRInlyBpfJqOJESwqlJAh+iVtjCDQuy6G++spTksmuL31evUQaLEXmFWtYKwDuCJ9tj9ZvDgTNiElYu586VmAAnEttvlOwGnOoWFX0RFOUH4Cfm3DNzejnhJ8VSAiMzhsYedfJT+g/ntc6m1odgcBQQurwGblpQhpqFgQaE4jxdwmhktTCS5Pi4RAml1PcRL8Tdch/Qu75kjSr+eOgkDaWo4WkaGfekYQiMvtcFBQKByGAuHgQBMzEEjLHTEq/SKIvoIABHpqjoTycuDiCxT07OH/SGP1GoJ3PxAxfAhw4bnGEIjXW7yE4LMv/TBr/PECJh0WDoFKy4DZz0rIy2WYdWXr2PsUdL7zRR7KgL13RUam6O0QzUkXlEE7QZUe4qWj7p2hEIh6gMX/kMARY9+zFOSNZEjbPB9pW+ajuedR8B1wHpJ3/wT70rlo6TwGtSP98GTV4xKa96jMDKPursZGcQ6ShCyMSrkiAIFKlC9Qw1ahq3gscsiIMFNEu7Zm7Fal5ZLRBX0lf2RVKASqZr9it/KlKn/EZZD0JZYjS0v2TpgNw2zXqU3NOvKNINBu+l9U05WGMm+h+18zSrBVftMwmsCCQP4R5I78jFQB1fWxc20mvC4IkJ/l/1DHTLEgEOfZIpIcImobvXFNFksmVt841jOltv/lC6PRSRiv7kf29AosrXkpbhROe0MgL+qxQZ4DkTkxPudGLKp5QJXxHSpdo+b7i1baCoHWyo+rz7RpX1+HsoVO9JhIMcJnh62WoHKCB5m9bCoESl9og6NcQM0hHvz4CgHt+yvskz9DNhkGnkOJFwsCWRAo7qKNUsGCQG21nNUumgW4zF20PEWW1SwL/NktYEGgfRxhCwKZf0nlprZyAvknXHtCoAceEdHURDDzchlF3SX8uJjg/Y8ZRh9EceIJ0fNuWBDIPxYd5cjax60lZvM/CwRqpAzHl/PYBOCtXAH9HcFojvXyM/ChAQOlK2FHaoQ94kGge+so3m9huCqN4KI0wRQE0r7ETpUK0BvBSB7GmCoD50YVCoXDUdAqbWHkpNO+vuYJ1LlkHCFBbz2HQIvr5sBFK9BPvBBOkh9xXadWKiiRgW96O5Hh9nUIBPq2yo3zKxUMlIBX84IRElr0QlfhWOQIIxKKBBJs9VjZMgcOkokBurwv/CJ5xNcJFRRZAsHKfk71a2YzJZYTVAN98/NFdLORqBBIi666Ol3A+TwZkkEkUDkFJpUryPmffv9jOc/Bw+owQJyuOo71kUCfut9DV2kbauUpGJ8UlAnjx+1ICHTq9has9DBVmo1LtBkVLa/TmNQb4HYHx7aSLsNe+k3EV8uxIJAmkfe3DIJTkiMhkCYXN8JO8FxrhJXWJ/0L+zblTfC8Mr3FM5FKegS63lEQqIqtwh7lizD5sljzzQgCVdJfsJcuVKXzuISeVuJBIL5frFEeBgPFEVm3osUNFQI1NBI89KgIh4Ph9psVVWqQl4WLCBZ9J+KYoxgmHiuEycHp+7xipYD3FhD8eIoPXZsIxm/wR8nwoijA7j0EAgG6dQtGAd++5TmITMHef10E2GJHREVz0m1T3kIT24UicSrSWuU5O+reGQqBPPUEy+8RuQInBl2qILMvU6OAeDRQ9ehrIXYdjqSmXUj68k7IaV1Rcfg/VVusmyuifiuPBAJG3FGHrclPw07ScFDqrAAE2qa8jSa2E0XiGUgjvcJMHe3avGjCBvlpSCRFhcS8hEKgMvo9yuliFAqHoEA4JGLKxXNkrZYfAYOMwdIsSHDuEwTSrk8vZ6jf/4I5uzLUDxxCiwWBoDrAq9gv4Pf2nsIZSDGITA61WULrwoJAAdOZjfja3xDIx5qwXpmt9pOveYkkqztudhbFwsqHICIZQ3Q5t0LnQ3tDIC1yL03ojdGZZ2NJ7XNoZqXoI56LFNI56m2uLRDI5ZGxWnlQPabj7VtRs1pA32kKhm53QJAJyk5qQU6BQ4VAyUtFpGyTUD/ChyVfMbSkboRj2gdqTk+e25MXCwJZECjWc1isv8W7d4a2TVTa3MoJ1NZR+WO100cSGUUb/bGuyOqtZYG2W8CCQG23ndrSgkAWBGrLFGovCLR7L8Gzz4nIzGS4/moFKUkSuCTMMy8whErCGPXRgkB+qyT0wi4Q5Gc4UGYgOdWWedDWNn8WCDS7geL5ZqZGXzyZHZ7XRZOuGipdq0bf6Es8CMRzz/AcNAfZgWdyRVMQSPvC0ilko59waeCUtWwd+JegEo9ysc0AYf6k47wYQYoN8rPwog5dhKORKxwQqMsh0Dc194PCh6HSdeDSIvpyIE/WA6BkUAoq6z0dAoHqGj0Yvtufj+THTmLg29FS5TtUsCXoJB6OfDI2IQgEWw1WtTxnmGSdn2elj2F6FcUwOzC/KLldINDZlQo2y8AbeSIG2qNDoBtrKRa5GR7KEjA+yRgC8T4eWSajkRG8mvcqvKhQJf2SSUHE3FngfhVdpFI4cB4GSOFShR0Jga4vcYPnjOJRNzz6xqisk5+GjCYclHoNvO7gV8HF8jtoxHZ0F09CFhkYaBoLAs2opljhZXgqW8QYR7izmx+gigLHlyvIJMBXOok6/Qv7TuVj1LEN6CGehMyQ83cUBCpni1GmfI/O4pHII5Gyi3rbGUGgOrYRO5X5yEB/9JQmB5rEg0Ae1GCj/BzsyMKh2VehqcWnQqClywV88qmAoYMZzpgSjCiY966ItesJzjsLOGBE9EggrQNX7qRYavdDns5bBYz4JmQf4T/rpkZfWgqOokefV4C+vaN/GMKPF81Jt15+Fj7UYaA0Xb2ujrx3hkIgVxnw66P+/Xb41TLScupQ+PWNoIL9/9k7DzgpiuyP/zrMbM6R3SWHhSVLFgMiYEA9AwbOrCAiRsx6p+eZFQUTiphQOVAxKwYQFCRIkrzEJbM5pwndVf+rmu3ZnpmetCwn/u26z33u2Omqrn79KvT71nsPRWe/iuhIC6wiRdSCG/k1hefOAgQRu/4joWyTwD2B+txbj71JL3GoMiTuLjcEYqfp2ZzfQ74JViR6qESgfYHmbafN4XoI1OwxdS6ShV4+QzSYIYvpDdOfXOkGRAqpxwSBtLmghzwJViR49EXvCUQFBZudL7pkLN/ncd1fGQI5UIMS9TeU09/dMmEeDcyzIVAJa09pQiC3KE9UCHREXYoyupZ7QLaVXGHf2BSbmRKFH4ufbgpzegead1Ke2tHaEOiw+hPK6Xq+T8tLOB2/V3+GCnUb2klj+aEHf6UlEKjOUQ/mCcTCzZG37kTtfgG9b1SRuykSVKQovMQGbe2M2CYifrMF9V0UrNlOUMXg/I1zESO0RRdpPO+WCYFMCBRw8gzwY7C1U1/VhEAtlbJZz5SAKYG/igRMCHSMb9qEQCYEaokKtRYEWrxUxLLlIoYNJThnDOEQqKZGwGPPUMTHUdxzl//QFSYEcr25sD7YTQgUtrpHR0iwWiRU1XmG7mggFOeWENRR8DwtLF+LPnSHZmjzNkppHQgGgZiX0RnFBOzc+69tRLRLjvbI62L0IAqtxzb1NVjFGPQQXae8CVWQr77JDess7juL/64vRhBISzguIRI9pJshCS6IFR+rYnnVC35Pju5XKMaVErSVgZXdji8EurJYwVYnPLxKNM8HBq4YwAonHByRi7HFNgfRyERX2Tf3iJZf5rwYEa+2deU1CKUE8gSaWE7wu4PijRQRQyL95wS6vJRgr0Ixl3mbWfxDIK292akfQxSY18oViBPb+UCgRfbZSJcq0VmciFjRZRDXyvGEQC8X2fFilcrzFt0VbxwPboc6G+xk/4CYm6HY43m3KCXYok4HhcrzGViEGHd/A0Gg80tUMCb5aZqE9rIvBGKNnFqkopECyzJERDMXlKbi/cF+hCxFGVnLQ+mwkDpaOV4QaJc6B420GJ3YOxTaBVU1IwjEPJeYB1O0kI2ukiv0FyvBIFAV2YED5Ct+AnpA0uVuCPThPBG7dosYd7GKPr2aPXVee0NCcYmAu28FcnICQ6B36ghm1nrm+utLBNznZCZIAR8tEFHfAFx6EUVcnOu6g4cELF4qoEtngmuubBkEMpqPj9faqYdANQUCts5yeS8NfFhFYtVSJG75ELY2A1Bx0mRo64v1m/sg1xeh5NR/QYnPQcEXIopWidwTqM9kFQU5z0IULBgWe68bAgVaYwI92w71bdhpOXKlGxEppHh4AmkeU94eb/7Ghbdiur2T5EsRh44thkAqnNiqTOcHFvpYpvrov3c4TC3kk3fOrr8iBLKhFMXqag6ttRKBFNhRjlRhALIlVz5AfyWscWFCILcYT0QIxMKsbVdm8oM73eWJiGgC4BoE+qXkTTTSQvjLXckerrUh0C71A35Ptj/pkNAVO2p/wRHnMn5wh4Ehf6UlEKjKUcoPNEQgGfXTJsFeKWDozQQ56yKgJFCUjGmGQNIBAckrrbC3IVhX5UTx3lJETXkbUUhHN/k63i0TApkQKOhmzM8FJgRqqeTMeqYETAmYEvCVgAmBjlErTAhkQqCWqFBrQaBX35BRUgJcf42Kjh0oh0Dsg2PqgxQqAf7xgAKrrxMF77IJgVxvLqwPdhMCha3u/iDQB/UUL9UQdJeBD5tCkmkQqLCilhutmQcQ8wQyKsEgEKtzfbmKLQ7gpWQR49oEh0BaMnkGbXpJrvuWkNUoJMu4h0s36XoIWgynpk75gxS7lDloRDHPJcJyivAxF12GdTXvIFpow40G3oV5qzCvleGRAuZ3ij6unkDPVKqYV09xR7yIq5tCpGlhRhLFHmgvnh8WBFIsR7CtkZ36zEEXyTOfEnvO12op3q0juCVexH1ZrQOBplaoWGYH9/A5M9o/BDq5UAVDkCsyRUQ0vT9vIyjr47PVBJ80UMxI+RxxYgE6ShcjQeziAYFYqL5D9GXECDb0kn1P/x5PCPRVmQO3lylcP15KMoZAO9X3YKMl6BczAdSezFVMgxmRQhpyJc+8MP4gEAtpNrSIgB0jWJ0pQhYED2O3prvXlKnY7gQPB8fCwmnF+4O9lK7BUfVnpIoDkS2OdF93PCAQpSo2qy/we/SW7uLG/2DFCAJpycCtgmeYrGAQqDkk2CnISzyDQ6AGG8Hjz8ggKvDwfSoiIptBzmNPSlBVAc8/DsgW/xBopR24vcJ1sGN+2whAUTGB58UCelqYN6WIee/IYB7CE65T0a6d6x4WUca/ngbsdoo7b1OR7MktPURjZKRzohbbldchC7HoKTXn+zpea6ceAlXmi8h/z6XrQ59SkLbhJUSUbEFlvxvRmD3MDYHEZS8hsnA9KvtPQGPWUBxcJOLwYpF7AnW/XsWhrs/yNobHPcQhUKAQaOy6QM+2T/0UNXQvnx/ihS4e4yJfnQ0HrfSbyy6YIeuguhCVdCu0kJwtzQnUQIuwW30f/nJiec9/O1m4U1qKbtK1iBIy3DrxV4JALNwhC+XHQgSywg5xpAr9kSYNgl0owW7nfMQK7bjxPVAJa1yYEMgtyhMRAhWTlSgiv/Jxzsa7VjQI9FvJAjBP8XbSuUgy8Pxj17cmBHKtbdPZ8SS+tqUnxGJ/3WbsdXzpEXbNSD9bAoHK7AexR53LD0KU/uMagAgYOYUi+TcrbFkqKoY73J5AtJwi/cdIKLEUG2MdOPBrDaLvnQkWGjlPvpl3yYRAJgQKthfz93uwtVNfz/QEaqmUzXqmBEwJ/FUkYEKgY3zTJgQyIVBLVKg1IFBltYDpL0mIsFI8eJ8KUYQbAj31IuXJpydNUJGd5XlqWOuvCYFckgjrg92EQGGruxEEclJXfpgq4jLgayG6NAh0uKIM21X28RiLPLnZ6Ki/eSgQaFYdxexagvExAqZ1iAnqCcTa158OV2gj8tVZPNxHR2kc4oVOPs/vz0hXT4/wj2cBEvcGYt4XSuQebKv7DBpk8W5sTj3BKzUUf48V8Gy74wuBvqkjeLiKYGSkgOeagEId3Y+96sc8Zws7yR6OJ5BDPoB820c8twbLseFd7q8k+MlG8XSKhPFpEa3iCaTlrPlXooi//dfDiOWcK/YK1ajPRbQooxmcGEGgTxsonq4meCxpIXLkfLSTzkOymOcBgZbbCOLlaaAU6GfxDJ3Envl4QqAt1U6cX+hEjgx8ocvlpJf1bnUuGugR9I6+BqIjk//EjFjMmJUmDkSWDsCw3/xBoCIVYDmXWI6kH9JdctOHvdLu6Z03SPu79wd7M2DsjvbiBe4uHw8IpI29WDkNneEJvfxNYEYQiKHDrcoMACL6yve4qwaDQAXkU9QSFyTomNCTQ6DN2yjmzpc4mGGARiuVlQKmvyJxz93HHhK4hai2wenTTeYleHUZ4V5XDySImJgeAZtTRX69gknlBOUEaC8BFyyxYO8uEZeNI+iV5/L6YYdDvv0eWLIMQXMFGhnp6ulh7FH/4wOvj9faqYdARSsFFHwpsQhvOPmJemT+cDtAVRSNeQXUEuWGQOqGBYjb/RXqOp+Dmu6XoHCFiH1fuTyBul2hoqj3CyBQMCzuPjQ0AjW0APvUBYgVOqCzdJmPvAM92xGymOeHYWOJjSn9uNiksPwZ1C98DGbIKiTLUUJWIUM8GZniKS32BKqg23BI/RYJQi46SM2hDLUH9Z7/CtRPUEv3wTt/0F8BAlXTndzzhx3aYIUZrdOlQTzsmztkq2jHJsdLPOQXg/+BSljjwoRAblGeaBCIUJXvQ1U0oqt0DaIF13rKigaBNpb+xNfXdHEo2ojGXjitCYG0tU070MFCDBfWH8Z2+7swOuSh19OWQKBi+07sUz9DHOmCon9eBikaOPMK8LBvdd0U1PR1uiGQ006Q9VkUKCi25Nqx61MFMf98weMwlwmBTAgUcPIM8GOwtVNf1YRALZWyWc+UgCmBv4oETAh0jG/ahEAmBGqJCrUGBFq5SsT3i0T07UNxyYUuo5LmCTT7fYKt2wRcfKGKfn1MCNRqH+wmBApb3Y0g0GcNBE9VU7SVgM/SRLd3jQaBDlYUgoW1YiFYusuuXA/eJRQItMkB3FiuooMsYEVuaBCIeSAxjyB2yrKQLkMZWe8R09y7H4FOau9XP0c13Y1ksQ/aimejzrIWexuXengH6dv7dzXBVw0UDyaIuCU76rh6Ah1wUFxQoiJBAH5qyufSSEuwS33PfXo8HAhkk/dip+1TnxOz2vNdWUaw00kxN0PG8CRrq0Cgaf/1JJtfTzGVeTPFGUMgFi6OhXnrbQXeTXGFlWLFCAJtdgA3lKu4PX4R+kZsRo40BqliPw8INL++Dj0iZsJOYzDY4goZqC/HEwJV1jkw4LACZtpfmSnC6uWVxvrBIB6DeT2jxkN2tuVd261+iAZ61MfAy37zB4E0ufWyAO+luuRmBIHeriN4vZbiqhgBd+pC1Hl/sNfSgyhQ5/uMpeMBgbSwhjlR/ZDiHBPSnGUEgVjFTco0fupa7/UVDAIxrxnmPdNDvhlt4tM4BFrwBbB2vYjRZxKcOrw5JNuu3QI+nCfxHH633WQMgeoIBRs/R1RgbJSAxxJFJMVaOQRqtKsoUiluLic4rAIDV8hI3y7h3LMJhg5uhkB1dcC/nqKQZeDeu1VENqeL8pCPkZFOA3gJYnd00AG8sIzdYaydegh04HsJR5YKkCIpTp+8FsnrZ8KR3BVlw+7n/dbWF9ue1fw3W3ofVAy6HaUbBeyeJ3FPoE4XEpQNngEVNgyOnQq7TUYZ+R1HyCKkCH2RI53loyOBnq05bOYAZItnusdFRUMNtimvBAQFwQxZZXQjjqg/8rCjLPxoSz2BNG80DSZ5P6D3/HeIfI8KstntgaRd//8VArHQmBV0K0rUNXCgkj8u8/ZNl4YiUegOgWfRai7MkL/F+RocpA550i2wCLF+55WwxoUJgdxyPNEgUDndiMPqj4bezRoEyi/93R36s4N0oaFOtCYEKiVrcZQsRbLYF23Fs8AgUFVDI9bbpvEDR33ku/3qZUsg0BHbRhwi3yHe1huFj5+P6ExgxGkCogtkVPd38vw/+rUz8+soiDZgb187fn9bRMwTT3Fi1ke6l+/zTQhkQqCQNmQGFwVbO/VVTAjUUimb9UwJmBL4q0jAhEDH+KZNCGRCoJaoUGtAoHfmSNh/QMAVlxLk9Wg29rAPjs8Xqvj5FxGnnUow6gzjHACmJ5DrzYX1wR6GIaslehFqnbTESFTV2uFUjQGfvh1usKxo5Ceig5VwN87B2mO/e0MgQikuKCVgngbMmMmMmlrRINC+iv08lI2//DLs+lAgEAtpdWoxgY0Cm3Kj4awJnodmm/IqFDTwvDa7lfd517Qk3UbPG8hIpyWIZ/W6yxNQI63DUftGDoQYGPIuDFgxcMVy3IzNOL4QiOnOmUUqqinwTboExoGctI6ffJWFGPSUpoTlCVQv7cQe+5d+vZyGFbIsFcCybAvaxVlaBQIx+MAgxE2xAiYnSIaeQN/813XiX1UE50YJ+HdiYE+gRuLSl8tjlmFMNMtfczoypCEeEGhGbQnOiHoPdpqGwRZfL5PjCYFq6p34W6GCfQrF/DQRXeTmsaPpEju1W0P3oHvUOEQ4O0GlDmxVmTeLgF7SHe78VNr1/iDQwkYK5uUzOkrA001yM4JAzLuLeXmdEgHMSG6GbN4f7Cyfxg7lbViFJPSQJrpV/3hAoAPka1SRfPSMHwu5wX+ibP348weBdqhvwk6r+PhleRFYCQSBFGrDNvVlCJDRR54KbU594jkBtbUCbr1ZQXp68521wxxDBhFccbHo4wnE5sspFQRrHUBfCzArxRWaTw+BWGtVhGJKOYGyRkbuegl5w1RcMdo162uHQ954R0X+ThFnjyY4eZjxvsDISMdCZDGokCYMRpY0wt3547V26iHQno9FlKwXYU0ARo2djejDK1DTYxzqOp3N+6GtL7XFh5Hx80NQo5JRPPI5VO0SsP1tia977cYQ1J7+Kpyow6DY2+GwReIIWYIyss4nR5X2cIGerZruwX52Ol7ojE7SJW4IVFx/hEN0BhNy5RsMl8dghqwasgf7yGduD6WWQqD96heopru4N2OSkOfTF28IpHkLekOj/28QiHn3lZPfwYzpbJ3nOoS2yJSGIM7A01cTHNtX7yOfoMJZwD1dmcervxLWuDAhkFuMJxIEYntH5gXuRA06ihcjXuzi8bo1CFRQdsA15oVUvk80Kq0JgfarX4J5rml7SAaBahqd2Nj4muvggTQJLHypUWkJBDpgW4VC8jPiKgaj6IVRSMylOLWLjIhiEeWn2Hn+H/3ambo0AtYyEUUDHPh1loDoh6dDiG7k+0m2rzQhkAmB/E6cQX4Itnbqq4f7LcvWWbOYEjAlYErgryQBEwId49s2IZAJgVqiQscKgWx2AU89K0H8r+H24fsUWJpSHmjGnl9/U/DJZxKHQwwSGRUTArmkEtYHuwmBwlZ3bwi0qJHiwSqCVJHBB5dBUysaBCqo3I09yjx3WDKjm4YCgVi9eysJltoopmVFYARVgvZfM/pGC1nceyJJ6Il20li/9YIZ6dhJUnailBmYZImgUtmPLtJ47hHhXUYVsxB5FN+li+iVevwh0N0VBL/YKZ5JEjEq0vUe9OHwwvEEqpO2Y6/9GyQLvdFWOsfj0cpVirNKCFjqoVU5FsTHtA4EmltHMb2W4O8xAu5NNIZAGiiaGCdiUmyzrhl5ArFOn1+iYkDkalwUvQIZwjC0kU/1gECPVB/EJTHzQWg79Lf45oY43hDojlKF67P+nemFfUD9mic0z426EJHObjx3CcthEoMcdJF9czX5g0Cap5q1RAAAIABJREFUh881MQJub/LwMYJAexWKy0sJ2srA57oQdd4f7FpoNe88X8cDAuUrb8KBKgxPmYS6amODmPfY8weB9ij/QT0Oo4s8HjFwjdlAEKgeh/jcxQzLXeXxHALt3ufEjNdExMVR3HtXcyg41tZX34hYt0HE2HMIRp3mC4Fm1BB8WE/BIhn+J01EgujSYW8IxP7GIOYDKwQkLJVR2I1g0kUqBkYIbgj0+zYF773vCj13950qizznU4yMdIfVH1BONyFHHI0Usb+7zvFaO/UQKP89CZX5AqIzCc7qeTskZx1KRjwBJcYVmkm/vrRZOAkCVVF41muoLYrA5ldk7gmUdTpB49lvwEGrcFLMZKj2OB7iiMFSdno/QejmI4dAz9ZIS7FLfdcNe7RxcbhuB/aRT/2GxGQ3CWbIaqTF2KXOcXvBBltfvNdOLRwmA64MvHaTrkGULoyVdr33/FdGN+GI+oPba1W77v8LBFJQz71+2FpM+HEEIEHoinRpGD9sEqwwQ36puAwHG1dxEMqAqL8S1rgwIZBbjCcSBKoiO7iHjxVJ6C5N8MkFqUGgI2Usf+WLAb1wWhMCaV6m2sEkDQLl2+ZzD+BAgLIlEKjAtgQl5DfEHh6B4tdPRvogiuExFkh1AkrOtkGJox4QKHGNFdEHJFQOcOCnWUDUXW9ATK10H6IwIZAJgYLNtf5+D7Z26uuZEKilUjbrmRIwJfBXkYAJgY7xTZsQyIRALVGhY4VAGzcJ+OxLCV27Ulw9vtmopEGgHXudeP1NGelpwK2TjQ3fJgRyvbmwPthNCBS2untDoMtLVexVgPsSRFwW7WmF1CDQ7opt3HAdL3RFR+kiw3uGCoEWNFA8U01wQYKMR6KD+0PtUt9BIy1z3zNPngwL4vw+dzAjHTttvN05C1RozvPBwkRZEe/RZj35b7ijYgImkmWZEsL5YPdnyDfqtN6L7N06gtdqKa6MEXBXk6F/q/IyD5vUS74dyTFx3NuswRYcntVKm1Fg/x4pQn/kSKM9br3RQTGhnPDk9fMyWw8CfdlA8Hg1xXlRAh5PNoZA/6gk+N5GfbzO/EGguypUREi/Y3zMEqQIA9BWPtMDAt1WuQMT4r5CJO2GXItv+JfjDYFmVKp4p47g5lgBE+I8QxYxoR9Sv0cF3YyukWMRrfTEYfUnlNP1yJROQYZwso9K+NOdJ6spPm8guD9BxKVN49QIAqmUYliR66DBqkwRUhNZMPpg3+yczsdBb/kud66N1oZATHeZDgtUxtmZDyPUPZo/CLRf+RLV2In20vlIFHrw5wwEgcroehxRf0KqcBKypVEcAn39g4LvFwmG+Xg0j97rrlbRN0/y8AT6sZHgoSoKFrltTqqILpbm+dIIArG+5e8WMG+ehNJsgg3nOrkX1/lJFp6cvLreiZdnSigrE/D3ywm65/oeEDEy0vnLF3O81k49BNrymoTagwLa5e7C4IynoESlomTkM2491q8vaSuehKVqHw8VV4tuWP+sxHN3ZQ6hUC6cDRstQ//om0AcidipvsP/3U26DlGCzjWrqeVAz0ao4mH41cbFvrq1OExYKDdX+E+jEsyQxdYL5o2qeZIFW1+0e2hrJ4NAlBJsVl9oyk00FaIg+3TFe/7TPJC8c7r92SEQC/VWrK5CBc0HwPbKEpKFPGRIQ7mBP9TCxk+jJR/b675CktAL7aRz/VYNa1yYEMgtxxMJAu1U3oENZfw9s/ftXTQIVFjeCHf4Tz9eOK0FgRTagG3qqx45djQIVGBjoP53ZIlnIk0cYKib4ewpk+KssNlV7LItRAXZhOgd56D0g/7IGUUwpMoKAQKOjmvkod70a2fcNhlx2y2o665gyZcE4lVzIOUcRVfpKrCDVSYEMiFQqHOu93XB1k799SYEaqmUW6fe3gNH8fDTs/HkgxPRuX1W6zR6HFr5s/TzODy62aQpAZgQ6BiVIFQDQzi30Qz57IM9WAlnQxWsLf3v+g/KYPVC/Uhl7bDE3SykjUMx9k4Jdi9/v7fUCBrsfuGchA/Wlv73Y4VA8z4Wkb9DxPljVQwa0GzY1nSnosaJx56U+UnfRx9WIPraCmFCINcbCeuD3YRA4ag5v1ZvpFtpp7i9goBFl2LeLhavo+javLOjYj0Oqt8GNLaECoFYvozzSggY4/gpvTn/kL8H2Us+RB05yn/2Dn9kVCeU+a+YrEARWdFUXUBf+V6fprR8ND1k4IO0/w0EWudw5RLpawXebsqXk6+8BQcqkCvfiIyYzJAhUJW4HgccPyFVHIRs8QyP59NCsp0dKeC5NLnVPIGW2CjuqyQYESlgeooxBLquTMVWp+v52HNqxR8EmllLsUvZhOvjfkSS2BvtpXPcEIh5aT1e8zuuiV2MFKEfzxnkXY43BPq8VsWjVQRMlk8k+U7sR8lPKCXr0TFiNOLV/jwEG/MI6CL9nec28C7+1s5bKwhW2ymmJ4k4tclLzAgCsfYuKlVxSIFHiDqjD3Z3aDVpAiIEV2i11oZANWQv98aIFrJxevqEY4ZAR8hilJENyBJHIk0cyPscCAI151Y5CyliXw6BnntZxYGDwNV/V9G1iyeIfvYFGfX1wN13qchJb4ZAO5wU15e5fBamJYlcx/XFHwQqLAI/AIIUioUXO3iVf6fIGJ8kcwi0br2Ar76V0LEDxfXXeHolsWuN9pQ7lLfAQlt2k67n+cK0crzWTj0E+n2ahMZSAYMGfYT2Ud+hruMY1ORd5u6Dfn1J3DwH0YeWo7rXVajJHIHfHnF5AqX0IRCveA8NKELfmOsBexo2Ky+A5YXpLRlDkmDPtk19DQqt5/lhkqISuR7vqluKYrISGeJwZIrDDZeYUAxZm5TnOcBheajapiSGpMP6PbudVmCH+hY/vMAOMRgV7/lP80DyTi7/Z4VAB6sPoFhdyb29WJFgRbLQF+nSYMiI8bf8+/07M+RLURVYUzUbUUIGuknX+r02mO7oKzLHvvQkV8jeUAoz5JdV26GS4AdaQtmbaPdk32ZsfnCG8G3mb+0Mpf+BrjlRIND+6p0oUD/mepInTYYg+K6zegik5eHrKI1DvEFIwdaCQCy8IwvzGCt0QGfJNQdqEOiIneUK+snwEI4m85ZAoPzGBTyvZcRvl6Diq1x0P5+gV2EESBRF0Xk23rQeAkUdlJD0mxWNOSp+Wa/COfJjyN32uvMRhmOziIqQEGmRwHIhBirH61s2HDsI61+o4+JEmFP1uuNwBrfHxEdbwELT1jUGPxAWjj0mnDkjlLVTa8+EQOFI1nVtZXUtJj8wHXdPugyD+nXnf1u7cQdemPUxXn/mLiQluA5DvjjrY3Rom4mLzz3N703ChSvsPtfd2Xy4hzU89syheOzeGxAVqftwC/+xAtYIt5+tfPsWNffZwmVYvX77cZdNizpnVvpTScCEQMf4ukwIZHoCtUSFjgUCqSrw1LMynArwwD0qonXeDXqA+OJLEqqqBdwxRUVKiu8H4/HaOMdFyT55DfzJKFRDPqsfHSnDKgmoCgGOhvPRFdYHuwmBwlZ3vZHupnKCDQ6KW+NEXKcLzaU1qn10ba9YzRPypoonIVscZXjPcHTnwhKVJ03/IFVCj6bQif4eZB/5CDXkAD9tyQwAkuAng3pTA6EYWlheFmYAZ6e8I4VE5Eo3+dz+20bg0SoVZ0cCTyT9byAQ+4Q/pVAF22KvbOPK57JH/Q/q6WF0lsYjO7ZTyBCoQlyNQ45lyBCHIVM81eP5Xq8heLue4qY4EbcmSq0GgVielMnlKgZYgbfSZMOcQKOKVFRR4McMCck6W46/D/ZFNopP63dgcsLXPExUR/lCNwTa6GTeMStxccwKpIsno414is97PB4QqLFRwPsfShg8kELKVXFDtQoNFnp3QEsI3z7idMQovbBdfY173bB8QEbGLH8f7JeUKDigCvgoTULnJkcCfxCIeU8ttwPPJYkY2QQrjD7Y9boV2xQOsbUhEIOtDLqmigMxKG1sSAZ0JkN/nkDFZDWKyDIPIBwIAu1S5qARxegqXY1ooQ2iLRG4558qLDLw0P0KpOa0SbA7gCefkWG1UPzjQRXa2rm/zom/l6ooJ+DzJJsvvYs/CFRXBzz3ooyoKCD5Zgdm17nW/kfTLThfIlAU4NlpEuwOAbdNVpDWzHT4dUZGumYPrjv5vKiV47V26iHQ2iclOGsEjD31QUQJhSgbei8cKbnuPujXl5h9i5GwfT7q241Ade+rsPJ+l+ImdKGwXv8hGnAIfWKuhmqPxzblNUiIQS95iuFSEOzZdqsf8nChXeQrkRHZnkOgbbVfooJuRVvpbCQLvjnf2I1CMWTlK7PBPFhy5QnolJIdkg7rDZZaCMg4oQM6NRmLvR/Se/7TPJBERKC3fIf78hPBYBkqHGCddkiFOGz7GbXCIf4M7B1nSIM5AGIgqKWF7SmT4yKwqOzfvIm+8n1+mwqmO/qKJgRqlkao7znKKiEyQkJlbWA4wN+/KBjuC4xenranXFP5PuroAWRLI5EquMC/d9FDIO2gQLZ0JlIFXy+ccL5H2H387SlZbp4SsoZ79DLPXlY0CFTuKODgKlZoj87S5YZ9bgkE2tzgmjel769CzfJ2GHQZ0L7AAkcqQdkZrhyb+rXTWi4idUkEnEkUywsdqM/7GnLfbW5PWhMCmZ5ALZ2DQ1k7tbZNCNQyKXsDHvbvhUt+w6zn7uYePUagyOhO4cIVf7BpzcYdHgCqZU/lv1a4/Wzt+7ekPRMCtURqZh3DfQxl2Q/N0mIJmBDIhEAtUZ5jgUC7dov4cJ6InGyKm270PMmrh0DvzxWxZ6+Iq8YTdOvqe9LHhECuNxfWB7sJgcJWd81I92ulA8wrI1qgWJhhQazgu/RoH+xbypfxZLTpwlC0kYxPG4UDgZ6tJvikgWJKnIjrDeCT/qGqhE08cXQCevk1AOivDwUCsesr6CZUYgOSpb5IIif5yPG1GoJ36ylujhMxIVb4n4SDY524slTFTsXlfcTAwj71C9TQXTxXRrvYniFDoDJhBY44V/D3xd6bvjxcSfCDjeLxRAl/ixNbDQLlK8DVpSpyZWB+hi8EaqDAaUUunVuW6RkSyR8E2vffg47/qi7A1IQFYEbUzvJlbgj0ZSPFLudPGBO9gYf6YiG/vMvxgEDb80XM/8QFAlj+t93dFBT3pPihu29Sl1LyG46SX5BjPRmSmowD6jfuBPZGg9cfBBpeqIKZeFhoQi1qoz8I9FKNig/qgSnxIq5niZ/8GLsPqF+hiu5Ae+kCJAquk4atDYEKlAWoRQG/R15q/5AM6Kwf/iBQJd3GvRIThTy0l87jfQ4EgTY7XwQVFPSxTOUh6Qr2WPHefwhyuxFceYXnOnzokIDZ70rIakNx88RmCDTukA1bHMDJEcDLyTpqpHuB/iAQu+SRf7t0/d+PKPi0gWJmLcHHORFIYSdHAPy4WMSvK0UMOInib+d57iG8jXQKGrFNeQUSInmISH0JZ+3Mf1eEo0xE9hgVqX0Df3boIdCaR2VYaSnOHXIviByJojEvA7qT+XoIZC3PR+rqF+BI7oKyYQ9gzb8lKPUCYtoAcbf9B7V0P3pF/x02B8ByPUUjG13lKw3XtN1zJVTtFdD5EoLknr77p4Pq16ik+VwncqL6cD3eWDuX36OTfCni0NGw3VAMWXvU+ainB9FJuhy5qd1D0mG9sbuErEUhWcrDWeZIZxr2w2j+0/LBabrLKv7ZINCW4vdBUoqAmiRkxw9Gqtw37D2LUQUNAi0re5V7xXWXJyLCTzi5cMaFCYGapX0iQCBYK7Cm+k0wGNrLMoXP4UZFD4GYpygDQUahcFnd1oJAu5V5HMjo5xcNAtU5q5CvvAEL4pEn32zY55ZAoI0Nb8KGctAPb0JDfipOGw+k77agob2KqsEOxOxfgvi938CW0R+Vva6GaAMyv44CkSlWSQ6UJy+CZeh6937JhEAnxpzKFETTHdMTyGXHMgvAAMP+Q0WYOukyNNoceH3OF4iNiUJqcgL3/GHQ5PmZ8/H0QxO5Z5Deg6d3j05uYKPBlbzcjvjoyyVctDeOP5e3a1SMIBC7jkEoVrR6GoTakl/A//7ejAe415L3dazvjz7/DoYOyOP99lfPCAKxtt6et9Cnzxp8iY2Ndj+Tdn+t/cH9urvrMk+may47C3c+8ioKi8t9PJv89Un7+3mjhuG9j7/3qHu0uAyT7nuB/40VvcxN/TUlEK4ETE+gcCXmdb0JgUwI1BIVOhYI9MXXIjb8LmLMKIpTTvYPgb77QcSq30ScPYbg5KEmBPL3nsL6YDchUNjqrhnpbjxowy926vdkO2tYM2RtLF+EErIKbcTTkC56AgWtA+FAoJ/tFPdUEAy0Am80hT3z9yAWSQAzQpZWu045BiuhQqBgH133VhIstVE8lSRiTOT/DgI9VU3wWQN152hyJ4GXxqBT7KCQIVCJ8DMKnWuQJZ6BNHGQh9iuLlOR7wTeTZEwILr1INARFfhbiYosEfi2jS8E2qEAV5Wq6CoD89I8jemBQndcXnYQDyXOR6TQBt3lq90QaEaNikhxIYZF5qOddB6ShDwf9TgeEOjrb0WsXS8iIZ6iuqYZ/GS1JzhtMJDXo3l+13LStLEMgk1pRCXd6hHKzLvDRhCokgKji1TEixRLMpqNYP4gEINjj1cRnBMFDvpYMTJ2a6Hq9DrS2hBoizIDBA70kCahQ2pmSAZ01l9/EKiGFmCfusAjBI8/CMSMZTuVtxGBZJ4Im5Uvv7Jg/UaKC88nOKm/5zq8YaOAL76S0Lc3xSUXuSDQg6VOfFZL0F6imJNmDMtZu4Eg0LQZEmpqBEy9Q0ViAgWJkJEku3ICsVJdA7w4Q4IoAfdOVRGts394G+lYCLXdyvuIQga6yZ4hsEJdO511AtY+7tKLpJ4EPa4JHH5GD4FWPSyhS8YP6Nt5PhqzhqKyv0uuWtFDIMFZjzY/3gEiWVF09kxooeQiEimS7/uEhwbLi7oMdY56H7Cnb1O1C/jtEVd/U3oT5F7l299CdTlK6CpkSqeic9SpHAKtrXmDG0y1pO1Ga0coEIiB2yq6HW2lc9ErdVBIOqyHQIfU71BBt/BwlSxspVExmv/ylVlwoBo95JtgRSKv9meCQFo+MOqwoOGxexHXniLvRgIp4tjPOmoQaE3ZRzxHWAfpb0gQmj3S9DIOdVywOiYEapbciQCB9qtfocSxPeABJD4uWPivlCiwnEC19AAK1I/8euG0FgTSPDJZmEiJZ4rzNOQbQVy9XrYEAq1reIl7sNun3wmlLBpjrhAQv0dGbZ4TtT2dSF/yEOTGUg7mC895DVSwoM2nkRCIgN/T7DjoWA7ryBXunIQmBDox5lRv3TFcJHR/NMPBBZNQC39fvwc46jLo/0/LgK5Alisks77oIU9FVS3mfrYYI4b1xbpNOzmIYbDmk69/5qHItu4owINPz3Z7CekBEmuHwYpbrv2bB4TRh5rT39cfBNL/nV3PwtVddv4IHyDF+qqHU/rnCFZPn7tI72XD6jGQlJmezJ+d/fbP595xgyejvjEIxK7VQE67rHQuK5vd7hFqT/vd6Fm0/mp1tX5oQMv0BPqfjpT/1zczIdAxvl4TApkQqCUq1FIIxPz2nmEx8hsF3DpZQbpXKBe9J9Ca9SK++VbESf2ZAco39r/pCeR6c2F9sJsQKGx1Z0a6o1TAqAN2MHMyywWUJPl6MLCGNUPWhvJveB6ObHE0UsX+hvcMBwLZKMUpRQTMrLc8U4TVKxeR/gZ/FAS6vJRgr0LxYaqI7pb/HQT6uoHisWqCcyIFPJ4kopD8ihKykue06BY3ImQIVITFKFY2IEccjRSvd3Z6kYp6CizOEJFubb1wcFUEGFWsIk4AlmX5QqDFNooHKgnOiBTwvFf+nEAQ6LaKEkyIfw8CTUVf6w1uCHRHJcHgiAXoZd2PTtKlYEnUvcvxgEAzXpVQUSHg5gkUUdEET/4CWPJFWByucRQXRzFoADDwJAJHzGYwI3CGpR/Knbu4ASeQUdoIArEcSsxrL9ciYG5qcygyfxBoo4NiQjnxCFFnZOwuIb+hkPziEVqtNSGQnVZihzrbnTg7HEDrDwI10hLsUt9DpJDK5ciKPwhURfJxgHyNBLE7OogXgBAWek1Gow144F4GWzyN0ZpHzsgzCEacSvCFQ8AT5QqYMxWTe45sPE+yPgSCQLPeknDkqICJ16to25bCKM/k/I9FbN8hYvSZBKcOb4Yc3ka6KrITB8iXSBC6ooN0kYe6h7p2Hl0mYv+3Lj0SIymGPua7H9E3rIdALKTb6X2eRlriTlT2n4TGLE/ArIdArI3MxVMh2mtQPPJZbHw3DbUHREhRAjIf+RRVZAdyIy9CpaPYPcex/D3epXq3iG1vNev9kMdUSJGe766CbAbL/8SSxufFXMAh0K81z4JCQU/5dsiINFy3QoFAbIywscLm4P5po8KGQFqoOuZJFCe0N+yH0fy3R52LenqEhwLVwjX+mSBQUekOFCd9BbK/I5xzr4DSICAmi6LnBAI55thAkAaBtlT8xPP7+QsHGvae0swJ5NbPPxoCQarFJvvrECDyXF+yEO13v6uHQA5ajXx1lt8cXK0BgRppEXap77PMVujRdMCAdU7vzbFTfRc2WsrzVbG8Vd6lJRBodcPTvJn6hx/k6GvsxSJY3p/KwQ6QqI1IWfuS+zblg+6APb030hZFwlIlYHc7O7YXr4P13MVIFQcgWzzTMNyoPyGbOYFckjkee0pv3fGr6E0/mBAomIRa+Pvs74F1u1tY+RiqTTwbGNjVpwEGJx58ajbuveUKVFTW4NDREpwxvD+efnkuHrz9Srw7/zt3PiBv7xtvgKSHK+xG3tfrb+4PAunb3LPviEd+Is3b59LzR6BX904c2LD/zzyD9EDKu219veSkeGj9zMpI9fAeYv3T11264nePXDz60HhdOmZ7QB5vTyTvfwfqk3dbmuy0PEwmBDoGvTerekjAhEDHqBAmBDIhUEtUqKUQSAsfk5hIMfV2X0OK3thTsF/Ae+9LaNeWYsL1JgTy955CNWSx+uEaLFuiG6HUSUuMRFWtnRvogxVusKxoZPmxg5Zw4ygHbZDlcoqQ8GCFii9rVFwSLeDBBN/8Flo7GgRaW/YZ92BoK41FstDT8DbhQCBmyLqxkmJjI8ErySKGRfg3rv5REGhYocqTwK9sglThfLCHk4jVW3f2KxTjSglyZOCLNInDNy20Sc/4c0OGQIXC9yhxbkZb8Wwki835MKoIxahiwg3bv2RKIeXE0L/wQIZ8lqh2cBHhp3I3ZPtCoPfqCF6tpbg6RsAd8Z56FwgCPVNThXOi34RK4zDAOtkNgS4sVXF97IfoYGE5X65BtJDpo5ut/cHO8rqx/G5WK/DoQwQqIXi6muDzGorrj8jAZhGFRS59FkWgc24V2gz4Fh062FFPiiAjGj3lW/0OVSPdWdRI8WAVwYhIAdN08MwfBGogFKcVE7B0W6uacksZGbtZvpRD6kLuQcU8qVoypwZKjF5Jt+Og+g3ihc7oKF3iN7eCkTD8QSCF1mObyvLHRKGXfBuv6g8CFZJlKCGreU4slhtr334B774vIbsNMGmib0LlufNF7Nwl4vJLCZydVbCcaWyefi1ZxOAAcxTrQyAIpG+3Zw9iCIG0vsXHUUy9U+UeCax4Q6BSugZH1Z+RJg5AlugZWizUtfP3FyU0FjfPuX3vULlx3l/RIFC9TcWahx248OQp/Og9CwVHLZ5hW7whUMpvLyKibDvKB96GzYv6o3yLyL1Zcp78iufr6RZ1Pkpse1BFmTffWCQZrC+Hl0g4+ENzf7teRpA2wNMbqI4exF51PmKEHPSLuQZEcGBV7TQIkNFHnur32UKBQO45WOyLwWkXhg2BtijTQeBEnnwLLIg17IvR/LeffIVqssPDy/HPBIF2FX6HxrQtiNp+JtrnDMTWN0XYKwVEplL0uonAmhDKLsj41WkQaHflFuxXP0e80AUdpYsNLw51XPD5z4RAbhn+0RCokC5Cifo7UoS+yJHOCri91UMgduFm5QVQqOgtTYUoeIaQaw0IxEIUHyaLOHRuJ53r7pseAu1Xv0A13YX24gVIFF3hVvUlnD1lUpwV9bZ6rG2cDpFGovYfUxGRRHH2IBmWCpHnA4oteBGRpVtBo1MgNJSjrsNo1PS8HMkrrYg8IuFoZyd+27UZkeO+4fMsm29NTyDTEyjgwArwYyhrp1Y93G/ZPywc3AnmCcTkp+UFYmHhTh3ShwOW51+fj4vPPRXvf/yDG7Tow6ZpctfCkzHPHG8IpAcz3q85FE8gBoGuu/MZHw3RQrJp7U++9kIPIKQPWaevzOoZQSANJLFr9RDKGwLpYVJLIJC/ZzEhUEtnCLNeuBIwIVC4EvO63oRAJgRqiQq1FAJpJ4dZeDcW5s276CFQbS3w/HSWdBr4x4O+BijTE8glvbA+2E1PoLDVvU4SceZhJ5i2fpUmok2A0+0aBFpdNr8pL83FSBC6GN4zXAg0xynh5VKHIRDQ3+CPgEBaWLN0EViY4QpDFM4H+7FAIHYvvacOhJ1guVsSkIu+CeNChkCH6TcoV7e7EwBrMt3sAG4oV91eIuF8yLE2gnlzsJw/LPcP8wTqmBiB4kqb+3U+WU3xeQPh4JEBSH0JBIHmNtjRy/oSFGrFQOudHAIdKG/AyUUEzybPRqpUw+Pus/j73qW1IdCG3wV88bWEnj0EXD1ehUMhmFdP8UINwbhoAQ8kiDh8WMBv6wRs3SpCbVoW4lPL0GnABvTpY0eXqHP8jlsj3fmgnuKlGoLxMQLu1sEzfxCINc5AHwN+36RLyJSMw8GxZNt7edicdugsXcH7FC5YDwSBjqg/gYXDYyG6MoRhQXVHLxR/EIhdo4XZ0ZLB+4NABeoC1NICdJLGIU7ohB8WiVixSsSZIyhOP833IMZLr0oorxBw+SQnbqMENRTnDNBmAAAgAElEQVS4J0XGFdbgxupAEOirb0WsWy9i7NkEQwYbQyD2XC/PlFBWJuCycQS98lyK422k05KeZ4kjkSZ6JkkPZe1sKBKwcbrEPWmy+4k4uJqiw1iCrNP8h4TTIFBNhYqi19dicI9ZsKfmoXyIL1zxhkDx2z9C7L5FqOl+MTZtPg/Fq13wt+3jC1EhbkTnyHNQaN+IBlqIrtJViBayfMbG9ndEVO0UkdgBqNoPJHYlyJvg2V8narCd5+CIxeDY22GjZVhf/6bPSX3vxkOZ/6rp7ibQ0AnD068OCwIdqSjn0FKEBb3lu/yOe6P57whZgjKyDm3E05EuDuF1/0wQaFPdq0BkA9runYjk3CQ4awVsnS1yAGmJp+g1kSIqPXAoQn8C0yDQocoi7FDfhFVIRA/pJsPLQxkXWkUTAjWL8I+EQAptwHZ1JigIDyVqFRL8jh0+LnTh4Ni/d6nvotGPF05rQCCWl47lp/MO8aiHQEVkOYrJKmSKpyBDPNmn/+HsKRkEqmosw0bbG7Aoiah69BbEd6AYlW2FaAfKRh1B6sr7QEUryOl3Qlr6HJyxbVB6+uOI32RB7C4ZFZ0U/LJ5JyKvXoA4sTM6iZeYEOgEmVOZcpg5gZqHyB8GgQLOMn/MjwymbN25H7HRkbj+inN47h/2t7KKajAQwzyC2N80WMRy7ngXf7l22HVGeYFCyQmkD0UXFWk1vCcLCcdyD323dA3unXwF2HWB6un7+b/2BNLC6nk/i97DiHk1saKXtekJ9MeMi/+PdzUh0DG+VRMCBTfS6UWcmhCBmnonN2S1ZjlWI6i/vjCDCPO2aLD5QpRj6X9LIdDLr0koKxdww7UqOrT3NRR5h3154mkZDifwwD0Kor0iG5gQyPUGw/pgNyFQ2Gr/Qh0wr1Z1hxsL1IAGgVaWvY86lmA7QDibcCHQHqsVl+9v5KHWWMg1f+WPgEAr7RS385xFAt5IcfUtnA/2Y53/bqsgWGWnmJ4kol/Ewab49m1xUvw1Ic9/B+nnqFR385BRLHSUVhY2UjxSRTA6SsDTiWKregKxe4wtUVGsAt9myuiT7AmBbi4nWOeg3LNiiJdnRSAItNJOECNNAwu/2d96H4dAy0sacEUpwetpL8MKJ3pLd0EUmO+LZ2ltCPTJpxK2bBMw7gIRAwcqfO1k74q9M72+sF6wMKErN1Rj7ToRDdWunB4Wi4p+fQQMGUyRnua7ZhjpznPVBB83UNwVJ+LK2GZ4FggCsXBwLCycJmsjYzczlO9U30EEUtBdvpH3rzUhkBYGq6M0DvFCp1aDQNuVmXCizg3+/EGg5usm89BAr8yUUFomYMokgowMzz0PCxX32JMSVIli1wQnClTgnBgRMzKtqG1w5e4JVAJBoJ9/EbHkv/897RSCUSP9Q6D1GwR8+Y2Edu0oJlznglTeEGif+ilq6F50kC5EgtDNo0uhrJ37vxVwdJmEzKEEbXvJWPsWQVIuRY8b/IeE0yBQ8R6CmMVvICd9LarzxqO+o6cnEuuMNwSKPvQrEje/h8asIdhUPAmHl7rm05x/LUKlZS06RY7GAduvUNGIntIUyEKMj5hZPiCWF+i0B0Use9r13gb9U4Ul1nP8bFKe/2/UeIqTYx5ADT2ArQ3z/OYF0W4SCgRy52ES0jAi/ZawINDeit3Yq85DNDLRVb7GrwoZzX+lZC2OkqXu0E2s8p8FAmlzC62LxmBxKhzxDv7sSiOw/S0JdYcFyNEUeRNUxGYHG12+v2sQqKTKhs3KNA4Lekl3QhJ8jVGhjAvtDiYEapb1HwmBNICSbs1DG+LyUg1UvCFQIC+c1oBA+epsOGilT6g3vSGfec8f9PK01T9DOHtKBoFKGw9hm20OLI1ZqHriOqT1pTjdYgUVKRpy30bMgaWo7zAS1pOvg/zRRAiqHUWjpyPycBIS11vQ0F7FD+v3I3Lih4hGNrrKV5oQ6ASZU5lemBCoeXSYEKhZFlo+n5N6deX5bDSQwjxXxp451ONv+pxArIW5ny3CuWcOhbcnkBEU0s9NRhCIgY81G3fg9Wfu4tDJO48Oq8/q8f2ZDpbs3HsIZ40YxPMGsRKont4TqHP7LA67Pv76Z37PyIgIn5xAq9dvdz+/HsZ45/wJFg4uUJ+CeQL5A2bB1izzd1MC3hIwIVAQndAmw8Li5sRtmrsjm5RMCGRCoJZMKy2BQJXVAqa/JCEqiuKBe1T+ce5dvCHQm29JOHxUwI3XqWjfztOAYUIgl/TC+mA3IVBY6l6pUpxbwgLTAPNTRXSx+A/DxhrWINCvZbNdJ7Xla7gxy6iEC4GSEiKRm1/P+7I0Q0ScFv/Iq/E/AgJpnh36cHnhfLAfKwSaVUcxu5bg+lgRN8SW8VOtkUjF4IRJIUOgA3QBqlTmBeGZK0ff9pQ4odUhEAMzexSK+ekShqdGengCnVeiokgFvkyXkO1ysHKXQBComAAH1BcRISjoI9+JrOQEfHC0AQ9XOvFm2gyeM6CPfI+hXrY2BHrqOQk2m4CH7xYRl+CCQOyZ2LOlicB3TZ5jWmca6FHsUuaiaG8X7F13EooLOrv7ydaAIYMI8rpTiE3yMNKdOytU/GoHnksSMTIyNAj0RDXFFw0E98aLuDzG+D0raMQ25RWe1Jolt2altSAQpSo2q9MBbpy9A5IQ0WoQaJcyB40oRhfpasQIbQzDwSnUhm3qy+5nq6wSMP1lCTExwD/vJz4HXxgcYpBoy1gHDmVR5MrAgrZWWEXxmCGQBnf69aW4+G+qYTg4JntFAZ5nodpsAibfpKBNpi8EYvmQWF4ko/CHwdZOSoC1T0hQ6gX0mUKQ09GChfeoEK0UQ/6lQvAak5qiahDo4G8K8g5OgSw5UHTmNJBIF9jUF28IZKnej7Rfn4ASl42NwuPY/43IOA1y/rEEldGrkW0dhiOOVRCojD4WX88iW7mADc9JsMRQnPW8hF9nqKjaJaDD+QRZp3iCPM0we1L0TaglR7Db9q1PuCbv/oYCgZy0jnslSIjEmIz7Q/rO0NbO7eWrcZj86A6/5G/BNpr/3DmthG4c+rHyZ4FAxbZ1KJKXQNnYC2POuBDltS4IxIrqBPLfEVFTIEK0uEBQfAd/kjH+ux4C7VY/4PuTLtJViDHwJAs2LvR3MCFQszT+KAhEqBPb1Fd5CMWB8TfC2ZASVDm8IVCzF85weOcZO1YIpFI7tqov8VCT7PCJoPv40xvy6+lR7FEZcDEGwOHsKRkEKmrYhR32j2Gt6IzKFy5Hl+EU/exWKHEqJDoBAnGgZOTTSMrMAVk6AxGF61HV5zqo1tOQsiwCjjSC7/OLYZn4JqwkBT2sN5oQ6ASZU5mCmxCoeZibEKhZFhqgGNyvu9trxwhasBreodaYFw7z9DGynWph24wmV6OQbXrgpNXR+rElv4D/SW+P1frjDabY3/3VMwpbpw9zpz0Pa4NBn38+9467+/p7e3vvBINAgfrEfpv8wHTcPekyD7il5QTS2v72p9U+zx904TIvMCWgk4AJgYKoQzB6bUIgEwK1ZEZpCQT6daUIFg5OM+wY3dcbAn36hYRNmwX87TwVA04yIZCRzML6YDchUFjqPrOW4p06gpExIp6LDwyAWMOaIeuX0tdgRzm6yxMQgWTDe4YLgZg3x8V76vGbnXKPFOaZYlT+CAj0TDXBggaKqfEi/s6S5/yPPYE0T6RBVgGvJDc25UCJxvCEu0KGQAVkPmrJQY+k4uw5/lFJ8L2N4tEEEedHtz4EmlhO8LuDYnaqhLPTmyGQSimGFBEwP4BVmSIkL2oeCAKxfi93vIp4sQHtpFuQl5KGJw7WY359DaalvOk3ATSr15oQqKgYmDlLRkw0xfOPyx5etFoOqWUZIqJ1QJMZ7JnhnhWrkIQ2tTfht7XAho0i9xRiJSaGYuBJBIMHAu2zLGiwq7A5mj0zNLD2QYqIHtbQINCHdRQzagkujRZwf4J/j69NyjQOavpId0MQpFaDQA20CLvV9xEhJKG7NJE/Z7BQgvrxHygcXAH5FLWEecO4wlMaeQLVUuZBNx+xQls+Blb9JuK7H0QMGShwEGN3egKE7TtEPL6bYPdAFYmiC5J3jLVwq/uxegLt3CVg7nwJnTtRXHuVfwjEnn/RTyKWr2jeV3h7Am1WXgSFwvMhsbxI+hJs7azaKWD7OxLPJTHoIYL0hAh897ATjaUCet+iIs7Am5m17/YE+m4bchunoaYhG3WXPmY4X3tDIBAFWd/dDAoBmzLexJ5PLBwCtX3gV1TEL0OS3AWVyh5EIh258nU+bZZsELDnIwlpvSiG3CJhx89O7PlYQmwORZ/bPL2XCtRPUEv3IS/yMtTTIhywL+O5oFhOKH8lFAhEKcVmlY0TijHpD6G4IrgnurZ2bihfyEO6aXmp/PXDaP6rp4exR/0PD5HHQuWx8meBQDurFsAWWwDpl/Mx4uJ+KKu2ezw6UYFdc0VUbBMhSBS5VxMk9wgedlFrRA+BDpHvUUE2I0c8CyliXx8RBxsX+gomBGqWxh8FgTQPuDipHQYlXIvyGk/dMRpD3hDIKN+dXneS4iJQWtUcqtbvBGGwbtWQvdhHPnWvLfq6ekO+Sh3Yqs7wGwoyXAh0qGET9tq/hnykF6pnXoB+ZwJdqi1Q4oshK1NhT++N8kF3gK2dtm2LEbdpDhqzBqOm2yRkLIwEiaT4oaQSuPYVSCQGvaxTTAh0gsypTIdMCNQ8kkwIFGhGMn9jEjDDsJl68P9NAiYECvJGTQgUfNMajqHFDAfnUriWQKC33pVw8JCA8ZcT9Mg1DqfnDYGW/yph0RIBw4epOGu0CYGMhntYH+wmBAp5DWTJ4s8qIWikwBdtI5DDjp0HKZoha2npdDhRizzpFlgE48TWLYFATx+sx6u1FBdHCXiIWV4Nyh8BgSaXE6x1ULycLOLkprBlidGRqLHZQUhwQ9WxegLVEYoRxQQRAJZlCNhKmAESODX+IbDInaGEw9xLPkAdYXk2rka00MYt2WvLVGxzAm+liOhnbX0IdFeFiuV24MVkEZdmRrk9gQ4owCWlKtrKwOdpvi4HwSDQL47ZSBQr4SQ34vzMHEzYW4+tSjH+lfQBooQMHpbFqLQmBFq9RsTC70X07kUw+XqLBwS6soxgp5NiTqqEnrqodHZaiR3qbN61FKEfzyGglY2bRKxeI+BoYTPY6dMTGDoEyMlpHp/DC1UwM9jiDBGJOsAUKBzcchvFXZUEDCS+nuIfAuWrs+Cg1egu3YQIIbHVIFA53YjDKvOAyOOJ7VkJZ28SCAIdIj+ggmxCtjQGqUI/QwhUStbhKFniDqX1/oci9hSImHithC5dnD4QaNZ6YHYblUPKd1JF9LIKiIuSWwUCFRYLeH2WxMP/3To5MASqrgFenCFxz7B7p6pok2qBolLU2xSosGGr8jI/gd5H9vWaCbZ27p4noXSjgLajCNqfRTkEWvmuA0WrRLQ7iyBnpPE+RoNAjZ9+iDbCT9hdfB5ibnB5pngXHwjEQOzPD0GuL8Hu7MewaV57lyfQ3atRmbIEEWIC7KQa8UI3dGzydtG3WfCFyPvX+Tygx7kiSsscWPNvCVQRcNJ9CiJ1TgKH1UUop7+jU8TZqKfFKHb87tYRf0tdKBCI1WX5hljeodNSb0V1lVcsX4PGtbVzVdmHPC+VUfg+fTWj+c9Oq3i+GxbKME+ezC//M0AgSgk2O6cDooqk5bfjpAsTfCAQexYW3nPPxyJKN4iAQNHtCoLUfsHXV1ZXD4FKyXocJT8hVTwJ2eIon7cRbFzoK5gQqFkafwQEYrqzXX0dCuqRG3E5smO6tQgC1dNC7FE/MPTCOVZPoELyK0rISp6ni+Xr0hdvQ/425VUoaDDcO4cLgfbVr8YBx2JIOwah5oPRGH6OgDalMmjEzxCk2SgffCfsab04BKopK0bKj/eAyFEoGvMy2iyIggABS231sI2fxufgvpb7TAh0gsypTIdMCNQ8kkwI5G/HYv5dk4AJgUxd+P8mARMCBXmj3i6N3q6HpidQeIYWEwK5FC5cCNTQIOCZaS5DzcP3KbD4pqLg7XpDIHbaeP7HIrp2pTypuL6cCOHg6mokfL9YwLiLgwOC6EgZVklAVX3wfAnhfHSF9cFuQqCQ18A59QSv1FAMjBTxQLoV5SG8N1Fk4Yis2FD1Hx6ao6M4zjDvCuuERRYQFeHyjghWmCGLgZINFXY8VU2QKgFPJhrHIpJFIDbKEpKesfumxFtRXtMceiZQX9gp+3q7AkXxNDzdX6miigBPJEpgvKKmFli2TMKY0QTWEJLEx0XL3Mjs8PI2MOoLM7AmOZ1IZhYxXbmkRMUBFZiXKsIuvMpzZgyLuxOg0SFBoN3kXTSQUnSTrkeUkOZueWSxihoC/JAuIkVqfQjE8g2xvEOPJUm4oU2zJ9AKG8UdlQTDIph3ky/wCwaBljvmIF4sRoFyNW7J6oQzd9VDxH7cnbgAsUIHdJYuM3zVrQmBPpgnYfduAReer2LMCKsHBHr4v8/2g43isUQRY3VebVooKdY5f4ZgBglWrRawZasItWlZSE0hGDwI6NyH4pxKhQPBFW08x0ggCHRIAS4qVZEuAgszJL9h/7S8PV2kvyNGyGk1CMRyIbCcCFnimUgTB/B301oQSDPCsTA/meJwQwh0kHyHSrIFbcWzEaf2wZPPyWDh0F58UoJD9YRA+xWK8UUETgm4rkrErT1cUK61IFBtLfD8dJnnAWT5AL33Bd6K+9EnIrblixg5guBv50huCGRDGXYq7yBCSEF3yZXDSV8CrZ2qHc3w5H4F0akCh0Bbf3Fwj4yELhQ9JxrnBdIgUNSCuxAhVmHF/n+i45T2huPNCAIlr5+JyKINKGw7ESvmDmf2R+RMWYeqrB/dbaSJg5EljvBpc9PLMuqPAP2nUGT3lFBR68DOuSLKN4toO5pwoKWVUroWR9WlaGMZDBspR6W6F52kcYgTOvldBkKFQHuU/6AehzEk6VrYajOCLXFuL9qfS1+CA9XIlScg0o8XLWvM3/y3SXmO36uvfB//3z8DBKqjh3geJLUwA13qb0CnIbIhBNKEeOA7AUd+ZnMbReeLCTKGBAdBeghUTw9hjzoPMUJbdJHGhzUuvC82IVCzRP4ICKR58DDPwD5RN/C9X0s8gQgc2KIYe+GE8z1itG7tVT9CHT3g9kTV65C3IV+bN7rI4xGDth7qFi4E2lW7FEeVFRDWno66L4Zj1LkiEkv+u3m2fAAlfj1KRj7FZggOgdh3WdLiBzh8Lx3+DySv6g6pTsAGFsrznOchWBT0lu9CUky0e30JNqlFRUiItEiorAu8vz5e37IaWC+uDH4YNtCc6v2cJ8KcyvpkQqDmN2NCoGCj0fzdlIApgf9vEjAhUJhvlMWKLCqpcCcGU1Tjk4xhNutxuch2CAJCOgHO4umzL1ziZdA7lvu76gqQJAFqCM8nSyJClYMkiryvLNxFaxa2WWMH5kNpl/eBULD/BCtMvqyrobQbrC397/wds6A4Icph5RqK9+cT9M4DpkzwE0if5Vfw0p2iEuBfz6hISwEef9izHosrza5XWYbqEEqo7znUZ9t/CHhllor6BmDKjRJ69wzcCdZf9niheEbM/4zgaCEwZqSIXj2Ct8uGkRqCxwUbF+yDLlR9D0GsLbokHB0O9b2xjgQbnwqhkP3k0tE/iINSDN7diAoV+LBdJB4usuOAI/h4a5EwzEphS+D8eAmvZTMzf3OZetSOBdUqnm5jRUc6G/VqGU5JnoxoKS2k+e+X8hfgoA04JflWRIlJvOFalaLnrkawiGJ7urtOs4cz7yxZTrFxM0W/PgJGnmocvu+RYgfeq1DwaIYVN6VZ3WvWu+xvxQ5cnSTjyUzf5N3BxsW35XNgpQexThmPf2Z3Q4dtdehn3YlJ8d8gM6IXesddZCh3NoZcc0lwfQ+2vtzxgAq7A3jmEQkpyZ5r54xSJ14sc+LWVAvuS2s+FaBSJ9ZUvQMbqcapyXdAFjzfs77TDY3Ab+uAxb+oKK9w/SLJwP7OKmh/ioWDPesGm9s75DeArSb5uVGIlUTD9WVTzQKUOPLRN34c0q1scg5vTpUkBq585buy8nWus4MTb0SCnMWfJdg71svC39ynqECRsh75tQuRHXES8uLGGra7unI2atUiDE2aiILtmXj9XRXduwJ3T7F47HlqWJ60fTYcdFK02yZhzsAIdG7KTxJMvh57iCB7k5unugDLGy9KPvsCb8Xduw94/hUV8XHAtMdl956y1LETG2s+RqqlC/on+Bq7XWPZeO08tIpi/XsEyZ2B0+5jew/Xe26oIVg4VYVoAS541Xgvw8dFxUFI3z4EuzMWK4pfwWn3y4bjbfHPgM1OcMapImKaHGbELZ9B3Pw57B3Pw9dzxvG9XqdbtqAk+xt3Gz1ixyIn8iSPNlUH8HVTyLcLXpVhiXA9W9EmYPVMFTHpwOjHm/tc6tiBjTWfIN2aiwZSiTqlBEMSJyJeNs5jF878t6X2UxTZt6NPwoXIsPQOYY4XIIgqfix5kst6VMpDEARjb1f2bkrygaz+Atr092z65/JpcNJGnJbMAJzLCzfccdRa85/Ws2DjYnfDT9jfsBLO5cMwesxoRMYF39fu/Yliy8euvW/3sQK6X2Asq2bpCBy0sf2ykzTi54ppkIVInJFyr8+7CTQujF5kWPL1M/8dc7u6bzPmCcjGqr8STn9DUFz3JcHes3ZhON8Cgb5l2XfdysqZaCAV6BV3EbIiex/TN5G2B9KPHVefm3UnFHl4y3dJ+bNgod5OT74bVtHTK9B73dpe9zWO2DbCaH7zt3Ya9YnNwdtqvsVh23qQxWejcelJuGisBVIxizP7Asiw3iDdXF5wWh+EtXMg7lwE0vdSCIcuhHAYOJRKsKXvDAjxtXw/Ei0nhGyzCPU9h7OnDG8+C90OEl67f/ycqn9vodg3Qh2brnZDt8eEMh704z5Um0Wwb1nv+7IxZxZTAqYETAn8lSRgQqAw3zbzDHp+5nw8/dBEJCXEoaQqeOzgMG8BdrKRLaK1jcG9I9jJUfbBxWL6t2Zh62FSrBVlIZxwT0+MCFkOSXEW1DUqcHqdhD/WvrMT9iyngXfcfaN2k+PZiWoHmHEnWGHyZYbvxlaWbwwL+0JZyJUQOgHg/bkCduwScMmFFAP6+zcuGunOQ4/+H3vnASZFsf3tt7tnNufEknPOWbyCKBhQTJgD5hwwe816jZj/ZlHMOYNiQEVAVIKAZFhyZnOOM9Nd362e7d2Z2Zndmd2Vz3vv1PP4qDsdT1VXOG+d33FPbh75lzfssdkUEqJtFJY1HUkhzw+2nmOjNHP7aEUj7XfrdoV3P1Bw1t66TQZcf03jMEruCrOrCqVNfBc7dyu8+rp7Adunl+D8cxt3xkpZMbmjuSSIiBIZqZIS5HfRVNtqye+htGG5S0/q4zftkpa5GOxm1Icj4Pcpr9J0bp/Pyg0eKtbpboNvO0Vya56LvY6mYaO8sk2DIuceU0oiVu0Q0EzS+SgXqtJh0VSR15W7BR0ug+1OQZEBnW2KGRHkWyRolKDLGcR15blyZ7e8bjBFSs3J/tqTN1YK2OgQyGCOfrX5V3LzoKLCbWebJsjMJGD0n/sYBclyg4HKK2vc9vqtvZ3a9EPm/39abvBwsc7JsQpnx35CudjN4LipxKudmuz/cvUV7HH9SLSaQl/bpXXOx3UOwXm5LnrbFT5u43biygguueO3KIh+Z/pTCqWlCjYb3HaTIC62YV2/WGLwWpnOVYkqd7WPrhuzHi/W+aDc4OZEjanxDRd4Miq1sLTGqy4863BlzWcItvJV5Unc1X4wozZXMDlmFafEziNDG05H21F+q1xGhpUEOb4kxNhxunSq/Hwbu/YozJipkJoquHmawHfsnFtp8M9CnSOjVZ5O9YnYibaZbaEyiPHFGjvXbhQsWYo5zlilU0fBmNEweKDb7nJ8kd+cHMP9lVNzXGxzCt7PsDEkRvVbz7tdP5Cnr6SDbSJttBGE2qemJUSYO4M996fIxNmrHM/IbRAMi3DnGgplzJLHpsTbzbHFN0pP/lZsbGab8wsS1R70sJ9m7nzOL60xN4jIIp0ofzqeQGAwNOJWZn1lY/lKhcmTBMdNtNX1qbJOrszXWVYjSMlRGP21nbtvE3XwIpix07J7YoydGpfM5eS/75n+pEJpmcI/bxK0zVCbnFM+87xCXr7CBWcrDB2MOae0vut0bSidbMc0qPLGxs41MxSKtyj0Ol2QOVp41fOKp1QqDsDgqwWJ3Rp+0/K7UNZ+SeT6L9iZPZYd9kvof1HD9ywugcefdn/bZ5xqMGSQ+xEj9y8ncflL1KQN5OsvbjadjpkXrKes9+y6d+hlP4t4tZa+1f61ZLvC6pcU4toLxtymeM0Lfr9bxVUNw24QZn4gWSpFLhsdbxCrZlAjSnGJagZFTsNOYPm2YPu/Pa6fydWX0SvuSOKdo/x+b55/lHN2W1QRvxfNMPNiDYi4wu85hgOWPqLgLFeIbQvDb/bJVeV4A5lXrE/EhcQqmebGG7ljPM8nx06gB2qt/s/z+jFRmrl5INCccn3Fm1TbcjA+PZtDL+wS9PiSs0Ih60N3f9f2UEHPKYHnEnJeIqOUrajf1Y4XcIlyBkVcg12J9zJHSHNKGaWc4J6jBVP89X+Bzgt2zi7Pl+OLXHO6+7/G53lNjZ3BvIe/Y5qqZ+ucKLtKZJBz9sbWsiXGFrY6P8dOHAMjrkHWm1QcKC5vek0kW01akszzU19vWY73kVFpveznmPMmq8i2kxAbQWEQ62l5jme9VRn5bHDOJFJJZECEW6LRsyTH2Smvrl9TZ7uWsE9fQIY2io62I72OlW2nsNxhzhWbKnJesKb0M/JdG6n+8BT0dX2ZcjioFXZE7L3kH3cLQnNvErHGTnXfnyQtfQ5nam9ckXcRvVXjQLrOyl6voGbk0y/iYjJi2gXtsy4VoZgAACAASURBVIiKUIm0aZRUNl4ff9VaNhQ/iLRDsN/F36FPNb95n7bTWJuQc/ZQ55TB+GOaaoeevwc7dspzml7Let9ZfnPhErZA2AJhC/wvWSAMgUKsbV8IFJaDC01yJSwH525wocjBOV3wyGM2U7bnn7foZpLwQMWf7MuzL6oUFKhmbgCZI8Aqf1UIfVOSNmvWKXz2hdtJ16mTID9fobISTptiMGhA4NVJsHJwM2Zq7Ntf78i841ad6OjANgvLwdW3ptSESMqrGuavCKWblAuFE/MMsnV4NEnlpCQbEXaN4iYkHeQ9JPyOj3ewsOAZr7wE/u7fnJxABwqr+KxSML3E4KhoxXw+33KwcwL9UCW4s9jgiCiFJ5LdzzP9CY3KKsWEHuUVitl+LzjPoF1b/+04lJxA/yyDeeU6dyYqTImpf3+ZX0bmmen6b0jzZMrXFIss+sacQpLat1E5OLlDdaP+ipk/pH/sGdhq6h2r31cJ7i42mBCl8FjtuwUrh7Rjp8qb79Q/36gRBpOPa9g/vF8ueKbM4Nw4lemd6nMC3VCo82sNPJmsMj6qIbhsSg5uhz6HUrGB18omcUPmcM7aWcUV8YsZFfW7KQkmpcH8ldaSg1uwSOPn+QqjRhpMnmSYDgYpfWgBx81OwTm19fVpunc7lk50+R0GgjWez+3bdt45AHOXQvfNGlS77SbHnGFDDcb/w0ZqCpQGcMrcVmTwc7XggSSVk+M1EmLtDZybOcZiso1FdfkNJFSSMmHZQUquSEkb6TD1jNyUUjlSMieGTHrazq97vdaSg6sU+5Eydtb126ZEk11UVQeBqkU+WfobRJJKH9slPP60Rnm5wo3TdHp0iqjrU58uNfigQpCuwOC3I0hUFe64tR6oNTV2etab3KRT7dQDAtpXZmrs369wxSU6vbprJihubKPDylUKs77SaN8WbroOMyeQlDqTkmdt1fFkqA1BRKCxs6YEVjyiIQNRRt6rY4t2A3urnnd+rbL/V5UOEw06HdXwm5ZycJE/3o9WuJ3f109D7zqE7qc3PG75CoWvvnHPJYYNEZx8ontTja08m4yFd6NHJfPlD0+7JYtOy6Jy6Od1Juxru4IIEr0+4X0LVXZ9q9LmEIP+Zyom9JRycLJs+1wjZ5lC27EGXSe7n0XHyTrXM2bOJIELRdgYZG+YO8nzJsH2f/liBfv0eXSKGUmy44gmh2A5drqitpmO2wSlB121KX7P2f2jyt6fPPrV+11m/Vhlu/6ZmVOoq3YqCUr3v70cnEupYr3zeYTDTsysWxhwvvDb7wQyYOFGhax3VYSukDrYoNeZBrUM2esUTzk4+cN21yeUsZNu2hnEK94wMaQ5pQIZydFkF1Y1WcfyAH/9X6ATQ+n/5Pgi+wdnEBtamho7g3oRPwcdbDk4S5pU5nWS+Z1CmlNKScXUaA4U1Nfbbv17isQaOmrHkqLUEunaTTrJ8RIYBScr5llvhWIte/TvSFL60lk7oYHVfCW9SsVWduhfmN+u/IY9S6hycCtL3qXU2EX16+eh5HTipL4aCirl/d6ltP9pdZe25OBcNVW0nXud+ffSbq+SsDaaonSd3zq8jdZlD1Kirl1st7AcnAKZydHI9UgwpbXmlL73CsvB1VskLAcXTEsMHxO2QNgC/00WCEOgJmpz7oJl9Ojage6d3fIiUg5OlpuucOcDCEOgMARqTocQCgTamKXy4ccqHToILr+48cghfxDog49VNmWpnHW6Qb++9Y6U/x8QyEp0Lm3Wt7fBhefBsj9sfP6VQXLivxOLXx/4/YKBQOs3KHz8mUZsrCAjVWXHbsGJxxuMGB4YLoW0YA/RYdmcthHMOelJURSX1QQVrWI6LAurgooEag0INLdKcFexQaYGX6WryDwioUCg6Lhyfit8kSjS6G27OKA5Qlqweyy6drtgSp5OnAIL5EP6lIMNgV4rM5hRLrgwTuXaeIXsHIWXZmimNNO1Vxm89a7C/gOKmRvovLMEXbo0bMuhQKClqo1r9tUwJEJhZmq9M1BCg7HZBnJf66fpP1PKn/SIOoZ02/BGIdABYxG5xmLi1PYMT7jIC/ZZ73ZRnMo18W6gEKwT9IvZKqtWqwwdqPDnWjf8uuFanZQUbxA2u9LgwRLBCTEKL3WJwdJvPy3PQOZe+ShdpYctdAi0V/+BArGK98om0D1mJDMLndydPI+utlV0UI8iVfXRUaptR621YH/9TQ0ZDXT2GQZ9+zSEQFJy8dBsA1mDizNVtFqJUfkYLYFAT5cZfFAuzPoatt3Gkj8U9u2rt9+AfoKhQwU9uzdshy+WCd4sN5D1fWOyfwhUaKxlj/EdycoAOmnHtUpOoBxjCdnGL6QqQ+mg1UdoheIEtRxZ/pygDlHCRn1GHZj2hUBFYgO79TkmMLXnnMgrr2mkphpmdKvVp35e4uL+EmHmWnrYofHz2zZkpNWlF9WPea0Jgd7/UCVri2q2nxFD1CYhkMsFTzytUVWtMO0qSEt3sUufbcLgzuoJ5rv5lkBj5/4FGju/U0gdaND7PHc78YRARRtVNr6lEt9VMPDKhmN+kr2GmFnXYBgas39/iXbj7XQ8pmF7s3IZyesnJghuvqH+Wm2/vQJF6Hz1xys4qqJImbSNmsM+rn0FhUGajBjzhqeb3lUpXKeaIKDDId4QqHS7yroZKrY4wah76u+zzvW8mT9NlkgliT7a5Y0O4cH2f8VGFruM2WRE9qKtfnKT0wIJgUrsS9hWsZB0ZRTttIb5jmT0z4rpGoYTYtKgMh96naOTNri+T91rzKXAWF3Xx/0d8lc0Bgesb8+1uTvtik+n8zgZddEQPjdmwNLtChvecNslqbdBv4sbtjVfCLTPmE++8YdpZ2lvzxLSnDIMgepMdzAhUIXYy1b9AzQi6addbeaeDGlO6QcC5RpLOWAsJE0dSXu1Hty2JCfQHmMuhcZqr1x3nm3N15FfTQFZrteJUJLpq13m1S5DhUDLSmaYeR4rn7uMFHsqR2RGglJCzuQKE7BbxXPsTFvyOBEFmynrci/xG3pTlWLwU8bH2Ppupot2Cp3i+oUhUBgCNTme+Tsg2LFTnhvqWjYMgZpVJeGTwhYIW+A/2AJhCNRE5f2xahMX3jC97qjjJxxSlw9I/jEMgcIQqDnffygQ6IvZGqtWKxw1wWDsPxqP4/cHgeb+qPLbYpUJ4w0OH/f/DwL9ME/h19/cTvchgw1OOdHAHe5v5+6HXGbEg9zpL3f8+yvBQKCnn9MoLlY4cbIgMVbj3Y8NM9ro0gsDw6WQFuxhCNRkcz87T2eLC+6RUUDRbkdaKBDIHlPA0uKZxCht6alNDXi/kBbsPouuybm6Gan0YbpGT59UEwcbAt1TrPNdFfwrSeP4aMxvVX6zo4apnHiik+oawXsfquzcKSWd4KwzDXr39P5GQoFASYmRDMyqpErA7HSV9h6A5IoCnRUOmJG6BJv6G50jD6OdfVxACOQUFWYUkEBnYNRFpES194JA9xXrfFMF9yZpnFi72zyYhZx0SE9/wobDKfPh2PlwloPVaxT69zM48zTvd59fLbi1yB1J9U63egh06AEduYf/17YaUX5aUVO7maUzRzp1Pq8Yy5+O0RxwCZ5J/YYEdROd1RNJUvv4bZutAYHke8voTynbcudtOlFRokEkkLz5iTk6+w34MkOjowfPbAkEkraUNn04WeWY2giqAzkKS5cqrF2v1kl4Shg3aoQwIzDk88nyXTXcU6QzIVLhmQybX2dsqdjODv0z4pQudNfOaBUItFP/khKxxYRKEi5ZpbUgkBA6a/SnzMsO0m6lXWqMVySQ1VbaquNYv+hQ5i9UGXOIwaSj3RBocYmTc7LdkjaPJ6vErdOY863KsKGCk0/4ayDQV3NUlq9UOX6SwZFjm4ZA8tl++lnll19Vhg2Gk09yscX1DpVk01M7jxjFvRHKswQaO/98UqMqT6HPBQYp/RpCIL0Glt6rSfU+DnlQR/Xpg9NyfyPijzfJLhrIr2tvptspOpmHeMNfKcX36OMa1TX1gHLaNTppqe7j0hc9iL10F79uvYPs/b1JGLcT/ZgPzN+kXFofHwep/Puyf2m4KhWG3qKT3F71igSS9/vjQQ1XhUK/y3SSerjvY9lI/nec0pHuWsPcSZ42C6b/k8db0Wcyv1BX6qPbAg2IEgLtV74hu2YdHdVjSVHrIxGsc7bPUslerJLcx6DDADtrP9PJGCnocVp9G8wxfiPb+I026hgy1bF/+0ig3fq3FIl1OL6dSN+hw0npqoQMgaR9yvfBhpnu+o/vLOh3iU6t2pVpPl8IJO8p723B7GC+C391J2Vtw5FAbsscTAi0Q/+cUrHNjOiVkb1mv2CXEqZ2CkqbluaTvY5vJFCJ2MpO/Qvi1e50U+ujcFoCgbL0N6kWefTQphKrtG3QhHwhkBCGx1jlDbpDhUC/Fz+LQ5RROf06umXoDE1Ox4jcT/aJ9QDI7GsTIymujSKL2/oNCVlfUtX2VKK3TcEVK/g2bRb2YWvooB5Lt/jhYQgUhkCBhrFG/x7s2CkvEoZAzTJx+KSwBcIW+B+yQBgCtbCywxAoDIGa04SChUDS8TBdOlSqFK67Wic9rfH8J/4g0Mo/FWZ9rTFogOC0KfWL/YMVCSTf4cuv3Lv6ZTnsHzpHT3C/h7Xo+mGBg9lzNFP+6qbrdTMHiG9pCgItXqry3VyVpCTBLdcbxEVFctNdLtORessNOgkJ/m0XhkD1lg514uxbR79VC64vMkhTYU6Gik0JHQKp0ftZXvJunZM40PcV0oLdZ9ElI0dkBMn1CSpTPRPjyJw1moKUIwo2B0IojmZ/8gtT83Q2uuCNVI1BETL/l8bWbTI3h0rP3k4MmUNIh48/V9m4STWdcvI7Hti/vj2HAoFkFNlNu6v4vMLg8jiFyz3y5TxfKni7wuDexFV0jphH24ihdImYFBAC7TG+p9BYQ5LSm74xUxrAvosKdNY64NUUlWGRwUcCrVqj8MUszZS/e+D2CDbtrObpZzXzW77yMt1LFm+ZQ3B1gcHwSIVZ3d0QSAI+CfpkO/y+jf/k801BoBzjd7KNX5lTOYovK8aazfDVtM/QlF10084kXunst2m2BgTavEXhvQ812rcTXHGpu8/2J6V6XaHB4hrB0yka4zwkzVsCgabm62x0wuupGoMjvF9Rw4aU4Fq42KCwsDZnlQ0G9TcYfYigKEVwfr5ON5vCrLb+IZDMN7JZf4soJY3e2sWtAoGsaAwpxSYl2awSyrfZWCSQvN4613NuyUPtWjqmpnpBoHoJrdP4YGZPM3Lvgqk63bsK9JgIjt1RZeYhsyLivv1eRUbFHnOUwT/G1EPN1owEkiBK/jNurMFJk4KDQOXl8MQzNrOPueUGF7uiXsBFJf1sV5t5M3yLv7GzYi+sft6GFiUYdZ9uSsLJ4iv7t+Y5jfJ9Cv0u1Unq6T02t/nzBbT9q1i59QK27z+CvhfrJPf2PkZGp814XTPnRB07qKxcJbw2kSStfpOYvb+xLvs8Nm2eSOywfXDq2+azxCtd6aad7vU6NUXuKBktUjD6Ad3MB+QpBycP3jFH5cAi1Quc7DS+osTYZF4rWelHJ21yo1PCYB1ZTsrY4HqZCCWGvtq1TU4zJQTaYrxNmSubHtq5xCrtvc6pLoSVj7v7wqE36yRHR/Hzgy4ikgQj7qifF8ooIBkNZMGNv3sk0DrnC+hKJdXPX8bIaclERarNgkDSLlX5sO4VDWeZQkymoP/lOvZYtxl9IVCVyGaz/g7RSht6aRd42TqkOWUYAtXZ7mBBoBpRyCZ9pinjKKOAbIp7m0hIc0o/EKiGAjb5icJpLgQyhJO1ujvX3SDtxrpcd56Nzd+ccpP+GjWiiD62S4kkpe7wUCHQwqJHzDx3Fff+k+Fdd9E1qTc1bQopGOehH+kDgezFO0n/7SFcMR2w5T+GQDCn3ffYRi8jw3EEfdIPDUOgMARqcjzzd0CwY6c8N9S1bDgSqFlVEj4pbIGwBf6DLRCGQC2svDAECkOg5jShYCHQzl0Kb7ytmWDjpmmNS8HJ5/AHgXbvUZj5ptuhKh2oVjkYEEjmM5KSLZu3uD1Bxx9rMHpUvdPLWnTJ5KrPPq9RVKJw9ESDww5tGA3UGASSu4GfeU41YZmUvZPAS2pwP/+qgw2bVCYeaTDuMP8RRiEt2MORQI0298sKDP50CG6MVzlX6q3VJpMPJRLIiNrBqtJPSFR60UULLIMT0oLdZ9Fl5aoZE6nwfIq3JNDBhkDjsnUqBSxsoxL1b7fEQ4/YzKT3Tzxgo8aoMSGQLBKmzp6jsvLPht9SqBDo54JqLsrVaScl+zLqIYkVVXNe3GaOiP6aNHsfekZO8QuBLEeKzLfRV7ucpKiUBhBoYo5BsSH4to1GRq2Zg1nIvf2exrbtCpOOMTj1uEgz4va7H1UWL1bp1EFwqYcs5kanYGq+QW+7wk893RBoRY3gikKDoREKr3lI3nk23qYgUJ6xgv3GPOZVDeWDcneC5bfT38VFLr20C4lWMvx+C60Bgax3lX2W7Ltk8QeBrBwz1yUoXBBb345bAoH81Zn1olLaUTrzZe6IbdtVli2HrM1qXW6ctu0E3/fSyemm80dnGzJvjW/Cc5eoZL3+AhrRDLBd12II5KCMja6XUYlgoO0GrzppTQgknXvSyddLu4huqZ28INAG14s4qaCL81qeeiIBuw3uut2FSxFcWiTYUCM4NBKeTZYQV8Fq3+eepdO7Vz3caE0I9McKha+/0Rg6RHDeGUqTcnCW4b6YZWfVGsHh42tIO1RGP0nptFvM5/YtfkHJ1yoHflVpe6hB15Pqx1xfCCRz78gcPO3HG3Se5DE2Gy7azr0GxdCZs+Rpqh0pDLlZJybDGwItXKQxb77C2DGCDu1VPvxMmHK3cvyXJW77DyRs/IQ95UewdOUFRPXKRbtgpvmbr2yg/FvBaoWsDzSS+gj6XeQfApXvhTXP21AjBKPu11E1OGD8Qq6xxLxuhjqaturhjY6RwfR/7v5esEZ/wryW2/4N89d53khCoD8dT5pRmQO0G9AUb4Kb9b5GwRqF9OGCnmfoyP5v9nUO9GqFoTJvYu0GI99Ivb8zBKoSeWzW30SUx6B9cD0Dr9aDlhsNVEk1xbD+VY3qAoWoVDcIikxqCIEMobNWf8rMkTLQlBas/z5CmlOGIVBdVRwsCGRFj8k8QDIfkFVCmlP6gUCBonCaC4Hqct0p7cxoTH/FHwTabnxOmbHNzAsm84NZJRQIlBAHi4ofR9EjKL/3Fg7vu4X02H6U9XVRNsAd1WoV7w0Ugsy501BdVRj6u6g1KvMzFlP9jx9ILD+Ewe0nhCFQGAI1OkYG+jHYsdMc40PMbxuGQM2qkoAnyfzpdz36Gg/fcVldOo3WvUPrXO0/5Tlb523DVwlbwNsCYQjUwhYRhkBhCNScJhQsBLKcgXK3sNw13FTxB4EcDnhous2Ukrrv7vok1H81BMordPH2eyr79iuoKpx6inf0gnwXz0XXuvUKn3yuERnpjuSJrJUYst65MQhkydi0zRRcdbluOrwkBFq42MFHn6q0yYBrrqx/d087hrRgD0OggE3QcsZL9vO9BBq1TpFQ5eAcUZtYVzqbZHUgndRJAe8X0oLdZ9FVZgiOyDGwA4sy3RFLVjmYEChPF0zKNUhUYV4bjR07Fd58R+YTETxyt92MRrIgkPV8Py9QWPCLG9yM/YfOURMEoUIgmU9q4n4XeQZmXiCZH0gWCWwkBBgcsZdpiR+TqHWkX/RUvxBISnpJh6HlSPGt53JDML7Wxovb1oOmphZyFZUKjz2pmdEId9yq0619lAmBJOB9+lmVGofC1HN0etbKMe1xwSl5OvIWy3rHmhDIyhM0OVrh/iT/ztOmIJCVu+b36v68Xnas2VZeT5+Bk/KAkRHShq0BgV6aYSM7By6cqtOtq9v57Q8CfV4peLTEMPMh3ScbUW1pLgSqFoLDsg1kbS3JdAMLz2JBoNLKeidQSYliwiAJJ2XdyeKIFIwaLjjtSDuG6i2t43ZuS7hgmHlZNM1GRmIk2UXBJc32TYxeIjazU59FnNKZ7tqZXs/bmhBom/4x0iknI0h6pfarg0AuUc16/Tkzt4Rj7Q1m1G3/vgZnnm5wR5HBj9WCLjZ4J1UlRmo//RtQPPl/GqWlCtdfo5vfulVaEwJlbVZ4/yPN/E6uvDh4CFSQZ+fZlwXp7fIZd+Grjea58R07hQF/POSWTBt0rU5cx/p384VAxVnuPCzxHQUDr63fnBKVs4qU5S/giu/CrG/uNwHjqHtc2OO9h4KZb2ns3q1w8VTo1EHh/kcFUZGCO27Tzb4jMn89qUufocTZkx8X30VEx0LsV75iXqSdegTp6kivC+78WmX/ryqdjjboMEFK1TaMBJInrHhMo6ZQofdUg9QBhpk/R0bOyGIlmA84aIWQE01eY4PrJbO/kXmGZL6hxopLLWO942U0Yhhg844csuCVYhMMu00nMhETAv3ygoP81QrdTjHIPMQ9v7Qi9WREnYys+ztDoDzjD/Yb83GtGERK3nF0nWy0GAJJGzgr3NJwFfsV7PGCAVfqxLdRSImPJLe4vp/a5JpJDYX0tl1ClEcEYkhzyjAEqmvWBwMCOUU5G/SXJWY1o4DsSn2EY0hzSj8QSL5IfRROfVRqcyFQjrGYbGMRaeoI2qvujSi+xR8E2mf8TL6xnLbqeDLU+nxVoUCg6NgqlpQ8j1KRSPkj1zBp8E5i7T0pHuGgsqv3hkTfKNrkP18lev8ydO1FtLIklqdsIO/wT4ktHsLwzseHIVAYAjU6lgX6sam1g+d5YQgUuomLSsq46vZnuPmKMxg5xC13LVNiPDXjE16efiPJie5JmMyN3qVjJlOOGxfwJqHCFd/UG/LCvuk3Qn+jps8I9TmbvuJff8QX3/7CkhUbvFKT+N7Vnz0vOfu4unz2LXlKWf+y3HTFGS25TPjcv4EFwhCohZUQhkBhCNScJhQsBLJy3FxyoU7nTo1Lwcnn8AeB5N+nP2mjshIzcbJMoCzLXwmBSssVnn9FJ79ANaXdzjnToIefROK+i64XXtbIzVNMCZuJR3hDr0AQqLRMRgFp6DpmhICMFLAWXTkF1TzyuDu3yLVX6WSkN7RhSAv2MAQK2NxvKNT5tQYui1e5ojYKSB4cKgSqjFjDpvLvSFOH016dEPB+IS3Y/Sy6zs432OIUzEhRTSkxqxxMCLTcIbiywDBl4KQc3LwFKgt/URk10uCSc9ySdL4QSD7nipWqGRUki8yvdcm5NqocOtWOpqMFpRychEDPFRu8Xm4wJVrhTg9QImXUFAp4KOUtotVUhsRc0QAClRu72WZ8hIqdvtqV2JToBvVsQcEeNoWP0usBRVMLOSsnUq+eBuedbeDpyF+4SGXefNX8juX3LIsFruIV2NDXDYFeKhO8UW5wVbzCJXHNg0DFYjO79FmsqunB86Un0dOucEfS06Y8itz5rSr+ZeZaCoEk7Hr0Cc2E9nff4UKrvY0/CGRFPA2MgDdT65+nuRBoh0twep5BBxvMSm/4fv4gkPXdyP53/UaVD38He7bb5tKBLPv9Q0a5/20xJSlzJeWu+mpXEKUltQgCWfl4rBwmnh1Ga0Kg3focZBJ6mXeoX+rIOghk7daWEGrZ52ebko1TTtJZ393gmTIDqbb4caaNDEkzAJnv6oFHpOSa4L67dHODhFVaEwLt3w+vzLSR2QZuvd4dySAjuJoqibF2Hvs/gR69ncPO+sgvXLOu4Tt2Fm1S2PimRmSyYPjt3n2RLwQyXLDkHk2yQFN+zcq/krTmbWL2LKKkw8n8+IE7EnTMdFdd25H/Lze2PPKYu30+eC/Ex2rc/6hOYZFiyidKGUW1upjMebegiwi+XPQqamop0Te9YJ7TRZtCoscOefm3NS9qlO9W6H+pTmJPERAC7flJZc+PqgmAJAiy6t993VNIVHo2auKm+j/Pk7fo71IpDph5hmS+ocZKBTvZ6vqEWKUDPbRzvA5d+5JG2S6F9ocbdD7OPa+SEGjN3Gq2fqbVvYv8u04VUl5RQs0Btuv/1hBou/4pZWIHNR+dTLdBvUkbJFoFApl2cLhBkLSbLUYw6AqDTn28IdAufTbFIqtBjriQ5pRhCFTXVg8GBLIAiT/pxpDmlAEgkBWF49nHNBcCbdc/p0xsazQHoT8IlC9Ws0+fa+YFk/nBrBIKBNJiClhZ+jrktaHi/y7hpOH52JW25B9egyPDe23mC4GkDKeU49S1u9DK+rEpeQ87xr9BZEFfRnebEoZAYQjU1DTE7++hjJ1hCNQsEzcAPNLh/+3PS5nx+M1mRI8/UOTvTqHClUCwadmqTV4AqnlvFfisUJ+zte/fnOsFC4E84V2w9RbM84QhUDBW+s84JgyBWlhPYQgUhkDNaULBQKDcXHjhFRvR0YLbb3Hvbm2qBIJAr7+lsWu3wgXn6XTv9tdCoJpKOy+8ZiB3iMtongvPNWjf3j/A8l10yVwoMieK3e7O4yPf3SqBINCXX2n8uUqhbx+Ds89wL048F12zvtJYuUph7D8MjprQMJoqpAV7GAL5bYLbXHBmno4UoPmujY1E1aPeIrUGMmGB2rGUtCm1/8HWip/JUMfQVnXnYvFXQlqw+1l0PVNq8H6F4JJYhasS6j2xBxMCfVkpeLjE4MRouDdJ49U3NPbuVcx2PH5MYAgk7bFxo2rmCZJ5cgYPgLNOFzilJ76JYkGgnTUGJ+UZ/DtYhvlt6qOh7iwy+N1RybOpL5la+SNjb2oAgbJcb1BNvpk4XDrfZfGFfTICQkZCHBGl8ERy8BDo+ZdU8vJVzjhVZ0B/4QWBpANd5gYqr1CYcrLOkEHudjbigPu99/RzQ6C7igzmVgseTlY5Jsp/x9lUJJB0Lkon405XJx4sOp1JUU5Oi3/Or+yYp8lbCoHWrlP49AvNjACSkUBW8QeB0IAO2wAAIABJREFUCg04OkcnXhHMz6xPpNZcCLTYAdcV6IyMgJc9oJL1DI1BIOuYx0sMvtsLJ2yxUblJNR32skhJ01EjYPhQg70R75jObSlxE6e1DwkCfY+N41UdvVYmcZv+EeVit1/HfmtCoP36fPLEH6bc1+C08XUQyIpGSGUkbz5+FFIC9ejrdW6odEeevtsxiiGKTo3TPfbIfEGvvKaRni64rhZkWrZrTQhUVubO7xMTAw/eHRoEWvKHYOm2Pxk66TtSlIF01PxHZPqOnVJOTcqqdTrWoIPPJg57lUpadAQHqI+kWPuyRtlOhT4X6qT0FabmZZsfb0RzlrOn8/0sfbeLVKPj0OneUbybslQ++FilSxeDay9TzPHlnY9dLF+hmvkGZd5BWdyyRJV8s/RJqm2xxNwp82tAH+0SIpX63FEy59rSuzUz6mj0gzqanYAQqLpA5taxoahuSTg9soSNrhnmdXvaLiCGNo32wKE4snbosygVm+mknUCy0rfR6xawkr2un0hRBtFRq3f8WhFXMtfR8Dt1bO70JyYE2r29iuWP1uZvur9+jrna9bh5zEDbjWiKnczkaA4UVjV6f+vHlvZ//m4SCA6scT6NUFxUPnwjw6+PMPMbSfvm59lJSPaOQAzq4X0OkqAy612Vok2qKQH4j+tt6Gn1180Ri8nWF5GhjKGtVj9XCWlO+R8IgaLjC6gpT6W2C26Oaf2e81dDIJ0a1jtfNNuMzEcn89J5lpDmlAEg0D59PvnmOHEEGbXRhs2FQFYeun62K7GT4Ndm/iBQhdjDVv1DYulAD1s9EA4FAhG9j9Vl78OOjlTMnMqUUQaqEUnO5Gp0j3WZfChfCKQ6ysj88UaEfgZKzUnsTSpg7REvoOV34R/dzw1DoDAEalafEcrYGYZAzTIxEjDs3JNtRnlUVTt4+e1ZxMVGk5aSaEb+SGjyxEsf8eidl5mRQZ4RJwP7dqsDNhZc6de7Kx/P/tl8mMYiUfxBIHmOL3CwYMbajdvNa771f7ebUUu+x8lnv++JNzhkeD/zuQOd5w8CyWu9/uG3DZ7Zgi9xcTF172Td37r+qCF96s6VkUznn3EMN9z7AgdyChpENgV6JuvvkyeO4a1Pvvc6d39OPlfc9pT5N3OO5mFzzxr3taevPeSx8t2ta7Vtk1oH+uRvgZ7NN8LIitaS50h7fzPPLY1s1bXnPXzbgLTnDwuXm8cvWrqmrj7lf1v297WvP5tER/kkr21e0/+fPCsMgVpY7V9+V8PAgYIYn0lRSy4byJHv75py16ZLF1RU+5e6au5zSGesdDpJh1pTJRRHiz9HVlPXD+b35sghOfWmI2ukfeVxla1s32Ag0C+/avz0s8KwwQYne2jrN2aPQG1HRg3I6AHPnDx/VSTQE09rlJUrxMYKLr5AkJ4WWMbO36JL5kCSuZAOGWVw3LH15/qDQLm5Ci+84t4RfMO1Oikp7jr1XHRt36Hy1rsqiYmCm69v6CQPacEehkB+m989xTrfVcE5sQo3eQAVeXCokUBFtt/YUfmr6WyVORYClZAW7H4WXZbDe5Ad3kirj3o4mBDIAlHXJaicZVd5eLr7Oe78p07nzMiAkUCWTWTbfv9D1XQ89+wuOPMMnQipW9ZIsSCQ7NcuzNdZ54TpySoTa2HJR5WCJ0t0ZqY9bYLnQ2LvoKqm/ruR0RAyKsKGTFh+Jarihg++9fxmueDFMoPzYxWmebSJxhZyObkKL77iloS865/ue/qOL1J2bNbXqleetHHZLiqFwoY+sVSWVHN+vs4GJ7yTptEvgD2agkAVYj9b9fco1DO5tfBcrksoY0jkq0QoiWYES6DSUieofDf5jkdPFBx2aOMQSD7D+GwX5ULhp0yNpFre1VwINKtK8FCxwUnRCvf4kdELBgJ9Wil4rMTg1FiVh9KjmPerkyVLFDNKwyo9Bu6k4/CFDOs4kmStd9AQaKVDcHmBYeYbk3nHpLScTJwtcNFfuxabEuNVLaHMTXwdWb71a8GedHU4w9Mm10EgK7+E2HUmX7zfnYx2gs8m15h1cmOCyrS2UZRXOesg0Jp1Cp99oXnlr7Hu1ZoQSF7z3gfc3+ZTj4QGgaprBB8sXECP0b8TVTaW3slu0OtbPMdOmVtm2QMaQocRd+pEJHrPrxLX2YndaKM6U6e8nwtHqsGeHxT2zNNoN9agy2QDe/F20n97BCMqiQ2J/8emT0F2L2Me9p7fzvlW5qNy5/o7doIbAv26zMUnn6le8DRtyZNEFGzit3U3kF0+gJj73HBjkP0mFFEPTcv3KKx5QSO6jWDoTe5vrrF5weoXNCr2KPQ8w8DWzWB3vPu6aTnX0r69dxv0tVkojqx9+s/kC/ciOdjSTjuCdKVe6m71s25Zsy7HG7QbVz+fsvq/P6a75e0GT9OJrd2ss9H1Gg7cieWjlJS/JQSS4FcCYH1PW/QPLmTkXRIMwxdfamzMUrj6Chdp9ZwvWPP5PW7LJyp5K9wbGTJGGnQ9TqDFCErFVnboX5Cg9KSrdkrduSHNKf/DIFCR2Mhu/Wvaa0eQ5tHOWmTg2pP/agiUK5ZwQP+FOLrS3XZ6g0cOaU4ZAAIVijXs0b/3grHNgUA7Cw6w0fUqNmLpb7smoHn9QSAXFax3vWjO0frXSkOW71Vw7LChphkk9W16s5AzcgsbKr5EX90Hx6dTmDLcjkBw4PSGPgF/Y2fGL/dhK+oCjqspSqhkyYQnUAsyOazbJUH7LKIjNaLsGkXltTtJAljhr1rLhuIHkY/W1JzSevy/g8SmOV4lRFJa5cRRu0GlsW+4uXPK1ugXrGuEMnb+p0Cg7JoNlDlzW9NMQV2rbVR/4mzpDY71hDyFxWW8/8VPjB8zmOWrs0wwJCHAp18vMKXI1m3azh2PvlYHDzwBkuX8v/qCk7wgjKfUnOfNA0Egz7/L46Vc3RknjG8ApOSzesIpz/do6jzP3EWeUTbyPAk2MjNSzHeXv93z+Bt14Mnfs0kIJI+1IEqndhmmrapraryk9qzf/b2L9bzWudZzWECruZFAdzzyGrdefZbfiC75LlZdtmuT5gXQrLp89I7LGgVulp3k885dsIxxhwzhlyWr6NG1g3lP3+vI93jp7dle7cfTvp7vadkvkE2CavThgxpYIAyBWtgoLr3eiSVb08JL1Z0ehkChW/K/EQJZUQFSSq1P76bzAUmrBWo7i5eqfDfXLTM1uTYJ818xcd66TeWd91VTcu6yiw0SaqXnAtWov0WXzCE0Y6bbGX7T9TpJtc4kfxDo3Q9Utmz1fi95nu+i64lnNMrKlDq5OM/nCWnBHoZADaoyWwcpISbL92000nzUt0KFQHnaz+yp+oMO2tGkKkMCdgYhLdj9QCC5n/cftREkCzNtxCq1EXKaQlKcOwonmBKKo9l30WVJ6D2ZrNJ2j2YCnQ4dBJdfrBPsrk0ZWfDOexqVVZgySOefa3hF0Pm+gycE+qxSML3EYGwkPJPi/uYkFJJw6Lm0l4lVKhkeOw1XjXv7uBA6G/QZuCg3ZUak3IhVfOv5X8U6X1fB3UkqJ8two9rS2ELu+x9Ufl+iMnyYwUmT3X2eP/s+96JqSk1KSCxh8fG5Ojk6LOkZg628hiNzXJQaCvN8otI8bdHUgr1a5JOlv4HMjXFExrVsK9jBFv0dYsikp+38gE2jpRBIRjoVlyhceZlOu7b1jvRAGyguKtBZ64DX0lSG2t12bu6C/cVSgzcrBFfGq1zqIelovWwwEGiZA64u0BkaofBlt2jya78jCSyX/oEpl2aV9MwKDjskmomHRlBQ3vSGkweKdb6qDUiQ0XO3JhaaieHtxNPPdlWDOgnl22wKAlnwM1Htw5i0M+sgUJb+NtUih10/TWP5sjhyR+ssH+RiUjQ8mKQ1SFD883yFBYs0Dj9MZ8KR3qCktSHQ409rlJcr3PtPhdQUgpaDkxuL5m+fRWTGBvavOIFJo/1HoXiOnbnLVbZ+qpLYw6D/ZQ3nK23mRKFV1fcDNek6uckGSz/AhA8SQiRkfUnc1m9wdZ/A6n1T2fEDaNGC0fd7Oy3/73nNhIpXXaHTvZNqQqD9uU6mP6mZ8on33eWGRonrPyR25zzW7TiVjbsnc+TDGvYEg/Iqb6iU/ZvK9q9UMkYZ9DjV/eyNzQus46M7C/4shD5l7vdaHw1Hnm/QvVvg+VoojiwZeSYj0EIp3bTTiFe6mafkr1LY/KFmAjkJ5vz1f1s+V8lZqtL5OEH7w93HbHV9SAV76K6dRbza6W8JgQ4YC8g1luFYcCgJ2ePofZ5hjp9ZW9z9S5sMwTVXNu3sDta2u79V2bvQfW0pD9d1siBxeKHpqI8gib62y+suFdKc8j8IAlmAw3rRXrYLiG4i8i1Y+8rj/koIlF1czgbHy7iUKnpoZxPrR14xpDllAAgkvxv5/XhG4TQHAq3PX2nCtgSlF101tyymvxLIkb/W9QwGTgbabjCjlze9q1K4TkW1Y0p12uMa3wQpZZm3VH6PY/EIYudPZGLfSFxxBrmTGs6L/Y2dCRs/Jm7rDqj+F1XRLhYc+zCiLInDO1wThkDhSKBQuoW6Y0MZO/9TINCqks84UL2+WfZoyUlDEk9DgiDfIuGEBQsKi0rZsz+XI/4xlEefe587pp3Lmx99V5cPyDf6xhcgecIVeZ/GZMQCQSDPa27dsc8rP5EV3XL6CeMZ0KebCS7kf8vIIE8gFSgqRh6bkpyA9Zy+8EM+s+e583/70ysXj6fEWo+u7b0gj2/kje//N/ZMvteybGflYQoWAl14w3Sv6vWM9mksUmhw/x51NpHwxrfu/NW7b137a5u+NvB9D99n8gfZPCFiMHZoyTfyv3BuGAK1sJYlBJLl+EkGo0cG56hv6pZhCNSUhRr+/t8GgaTjRjpwpEPjrn+6zLw6wZRAbUeCEglMunU1uHCqu53+FRDoy9kqf65WmTAeDh/XdHRaoEXXB5+obNqkMnSwwSm1UVC+EGjHTpU335EOILjpBt0rGs930TX3R4XfFmuMHG5wwvHe32lIC/YwBGrQDOWuf7n7P1D0QKgQKFv5nv01q+mkTUbqtgcqIS3YAyy6Ls03WOUUPJ2iMS7SfaeDGQl0Sq7OHh0+S9fY8JPKkmUqh4/VmXCECBoCyWd21UTy7MsuSkoV0lINLjpfEB/vf5HvCYHKDMHEHAN55Lw2KvG1ieulvNoDKW/RXitgcMyl4EgxbWNFQ0SQTB/tUhQPjUrfer4s3+BPp+DVVJVhEcFBoMee1KioVLjkIp3OtUnl/TnyJUj48BPVhF03XW9wfrGLbTr80D2aiAqnGR0joZ6Ee4FKUxBI5qyRuWvsxDEh42ayCtazQ/+MBKUbXbXTAl63JRCoqNid3ywqSnDnbd4OzEAQyB9say4EurtI5/t/s5j7kzQmRzd8xWAgUJ4Bk3J0UxJyda/YOghkXU3mcFuwbC9rV6VSU+FOyh0dBYMHGRwyWpCS7L/dStfTUbURXxJJSmR0Sfw6Do2aS6LSiy5+HGWtCYHKxC626x+bzsOx6RebEEjm61qrP2XmiZr30u0UF6ssmuKgQxvBzHSZVYUGEOjjz1TWb1C95Awt27Q2BJKycxISX381dOscfE4gCYFWlr5NtbqPX94/j/NPaUeiHzUiz7Fz3QyN0u0KPU7XyRjhXYeRuRqpCyMgHsq6uIjN0lAd7j6hqFKQdUCn3TQn7Zbfh61sHzXjbmH59/05sFwhIglG3FE/lygpgaeetREVKcyISc9+5+XXbBw4gCmjKOUUY3b/QtLad9iTO5olG69i7F0Qk0kDCLT5A4381Qo9TtPJGOl+9sbmBc5y+ONBzew3q1CwYn/yVVgZKzjjVIN+Ut7OTwnFkSVPD7YN++5alxJ3fz6hUVOk0OMMnYzh3s9j9X95qxSkjF9iD0H/y9x9zi79a4rFRnMMTlH7/S0h0GbXW1SRS/Xr59G2Zwd+2K2we7e39OeY0QaTjmmddZmcUyr5ESx7w0VVrvs+8Z0F4tInEap0tt9o5shrqu34Ngk55GYkR5MdpNye3BwiwbolhxlwIAqh7chryPFF5gxzuvzbSwI3Cd5kSbJ3oti5GztJ9LZdhFb73o09SzC//ZUQaEPhEvbqP5jQSsIrfyWkOWUACOQvCqc5EOiP3K/JFyvxjezzfe5AEGiL6x0qyaaXNpUIR1uW3a8hDHe7bTPaoPuUxr+LUvtidlQtwjlvHG03H8rIzEiq2+gUjmsYleMPAkXmrSN16etQ9QqGKph70gOI6igOb3NzGAKFIVAw3UGDY0IZO/9TINDfLRJIGl06+SVwkLJwY0cPMgHLEy9/xJTjxvLOJ3PrQIunbJpVWZY8mYzM8QUDnmDGt3KDiQSSEMgXbMjrWJJh1vWvuuBkLyDkK2Fm3Vue5w8CWSBJHucJoXwhkCeEag4ECvQurQWBPHMCyXfxtLG0pRXRZcmpWfUuIZBnVJU817PuGoN/UiLQs1g2smTi5G8P3naxGcnVUgjkGZUWloRrVpdKGAI1z251Z33ydQ0//KSianD1ZToZGU1LjDV1yzAEaspCDX//b4NAf6xQ+fobld69DM49K/hFbKC2I3fNyt2z8XGCW2vlTlobAkmnwyNPaDgcCjdPg8Sk5kMguctf5gaR5bqrDdOx7QuBnn9FIy9X4cjxBuM9ZE7kOb6LLitJtnSuyvxKnsm4wxCo/nsKdeJcpAsm5RpI19Hn6SqdbA3zr4QKgfYqs8mt2URX7VQSlO4BO4OQFuwBFl2vlhm8Wi44M1bh1lrJsoMFgXQhGJNtyLzoLM1UefkVO7l5cNH5Ol27hAaBZP+Xk2/w8kzDjJCREXgXn2/UySN6GtETAsm/31pkML9acHOCytmx7vqTkUDHxn5CX/se+kafTYSzI7qoYYP+MgYOuqqnkqB6141vPR+Ta1CgC+ZkaGTWq+0FTNy9ZavCux9oJry69cZ6ABLICWo5uA8fa/DhIBerHIJPOkdRXeE05eD62BXe8w1L8zBEUxBI5g9Y53rW3EV7dMYdrC9Yzh79G5KV/nTSjg/YLlsCgax+v39fgzNP9+73A0Ggt8oNXigTZt3JOpSluRDo4gKdNQ6ZD0hlpAe4s142GAgkjx1zQEduj1nZMxrDj5RLgbGa3c6fKN0ykW0rhpnyn1bp0c1g9CjMCGvPPHjfVwvuLjI4NEblKpnHK1/nlNgfGR+9hjRlPO21UQ3qJFgHujyxqUigagrIcr1OhJLMkenTTAhUaeSZkUg1BT2ZM+N0qmMEK6c6+ChNJU1zv5Nvn/riKzZycuGKS3Uzcs+ztDYEeu9Dlc1bVC46F4YMCg0C/VH+PBKEfv/i1Qztn8DREwPn0zuw28mKWinL0Q+60HwkupP+sBOz04YYJjjQvRrFgJgdNuI22dAq3XaqiXARqbyKYV9O9ZSXWfqSSsEmCW0EQzz6A+sbGTRAcNoUbwgk5+K//q7W5f+z5OVKK9ozd/lDjLlJJaGraACB5LNLWDL0ZoPo2qTnjc0Ldu2CNa9qpLrksytEJhnUFLvfY36MQo1icOJkgxHDGq4HQnFkyesF24Z9IdCB31V2zFYb2M9qb1b/56xQWPovzUt2b7++gDyxjEx1HJnaIX87COQUFWzQX0Q47VQ+cDNb26lsLYLYGBlFK0iIs/HwEzou3TsPZugri/oz5JwyJT6S3OJq9v+ismuuinBB1JVvoXXcTw/OI9bm3jUb0pzyPwAC7TcWkmcsNd+tvXoU/VPH8Gv+q1SK7AZSeC2x8V8FgVITIliQ/yxOSumsnkSS2tvvY4Y0pwwAgeSFrSicAdoNaEpEg/VIUzaS3/zCnBkmxOmhnUOs0iHgKYEgkJTsldGrHbXjca0YaEZpxqRDZZ77UkNvMYhOD7y2LKj6gL32vdR8dQx9ykbQJ8ZGRXcXJcPcG189i7+xUxFOMr+7DqXiNSCCecc9iSOygrEJd5qyjcFI2Ifl4NxWbsmcsrG2FpaDq7eO/ObCxW0B6Zxfl7WTuJgoLjprkpn7R/4tv7AECQ9kRJD8mwUNpEPftwTKtSOPk3JpviWYnEBNOf0tYCPz0Xw3fxm3XnUWEg40dp7ncx7sSCBfCGPZxDPCSEY1yeJp62AiYPzZ0zfKyxMSeUbptFYkkHVNSyYuHAn09+thwhCohXWyL78KmcNk124pt+GWHwg2aiPQrcMQKPRK+W+DQNIZKp2iJ5+gM2xo8GCxsbbzr4ds5uT77ttdRES0fiSQlaw5LUVw120qZZUNFwu+NdvYouuL2RqrViv062Nw1hneEGj1WoXPv9TMRf/NNzT85vztvJM77OVO+3PP0undq96mIS3Yw5FAXlUonc/SCT0hSuGxZB8duNojQ4VAO/mEQscOU4omTukUsDMIacEeAAJJcHBpgUEXm8Jn6e7nP1gQaIdLcHqeQQcbvBdj4/GnNDQV7r7TZf47WDk4+cxW/1dcavD2eypSUlFGyVx8gWHK4ngt2JOiKC6rMXOdySIBkARBfW3wbrqb1jxVapCgfc2oyCx6RJ1ErKu3KUsk5YliaEdP23kN6sWznh1CcGi2Ye4PXtzWgwBJd4BNJSHW3iBCROZJkflSDh9nMGF8vXMikBN09x6FmW+6oyWLL3CwSBPM7BBJbrmTO4sbb5Py4ZuCQDLfzBr9CfM9j824jzX5i9hv/EyaOoL26pEB22VLFuxWlIiMVpRRi54lEARaUC24RcKRSIXnUloGgY7L0ck1YHaGRnvvajMfJVgINDVPZ6MLPukcSTdHw80ApcY2dhifm7JVPeyn46qK4JufnMh+XW4ikEXKgI4cDsOHG2aU53WFBotrBE+2i2SCorPNYbDB9Tbtbbl8WH4mdyV0qotks+wWrANdHt8UBHJRzXrXc3VQUEKgQsOdH2vDkhPZ+PMA9vTRuflkgwEeAM0XAv3rYQ1dV7jrdheRPrCktSHQ7DkaK1YqTDkBDj8seAjkdOksrpiODHX5YvrtREUq5uYR37mtNXaunuVizw8qaUMEvc72keDSIXN2FKquYJwlyNY9ZP8EVH9nJzVfI7FWMlLYinGOSmTBl05K9ygkdIUBV9a3oY8+UdmwSeWUk3SGDhZekUDbtiu8/Z5myihKOUXFVUPbudcghMLnv7zO8Ks0Uvt5QyBnBfzxgA0tUjD6gfpnDzQv2LZD4b0PVNpVK/SXm+IFDL4YDiyD3PVQ0UWwKM/dhseP1TnyCO/+92BAIN0BKx7RcFUp9L1YJ7l3wzmkZ/+3+jkbFfswI4FkRFCesdzs61LVoXTUjvrbQSBLmtG1qQfV757OjzEK8YlyvNNpk+4eX779ycmc71R333GNTmzjqZqaXHR4QiB5sLNUYdsshfJe32MfsQp97iS69hxEci/xXwOB5Bi4z/iRArHKtE8ndTLJMjIsJZq9hblsdL2BQU0DadgmjRnggL8KArmitrKm9HPsJJj5/DwjmD0fJaQ5ZSMQaLPrbarIoYc2lVilbcgQKDMlgrm5j/w7q5vBQO1GVCVwosdAjvwc4zeyjd/IUMdQ+PrhlGxVGXKOxoGtLnKWKaT0N+hzfmAIlJP7ONkpUPPRyYywD6CDqlE62El5r4bjeaCxM3Xp00TuPQ+Mzvw+5h1KMncwQrmJiNioMARKjuZAkNF/LZlTNvYthiFQvXXCEKjeFlbulmEDepr5bCyQIiNXjp9wiNffPHMCySu8/8WPHDfhEHwjgfxBIc+26Q9aSPCxbNUmXp5+owmdfPPoyPPlebJ4wpKsbXs4ZvxIM9pElsbO84wEktJnErB88vUC855RkZENcgItWbGh7v395ayx5MqakoNr7JmaigQKBMyasmdj+ZX85QSy4I2/XD6edvAHez7/ZiHHTRjD9Offw8pl5PvOLYkE8gfKmjvv+F8+LwyBWlj7+wuqTM31515Sqa5WTEk4KQ3XkhKGQKFb778JAjmd8PDjNmRkjYxaiYlpHQhk7UC+/FKdDu1Eq8vBWU7cY46EY49WWgyBSksVnn5OwzAw4WrXThoRmkJhqZOnnnPn+DnxeJ0RPjInsvX4g0ALflH5eYGKtYPYamVhCFT/vYUSCVRpCGS0R5XA3PneozYfie/XGyoE2ma8S4lrP72084lWMgN2BiEt2ANAIJcQjM8xqBbwQ4ZKiqYcNAhkwRfpvL9kn2ZCzZ49BFPPcTsimwOBqh06Them9OPOnSoREe4cQZ1qpdXkdX0jgaQNpCRcuYBP01S62hXmVgnWu35iQvSfdImcSIyrp5kLSDolemrnE+OnXjzrOcspODffoJtN4ZNauGZVpD8nqMMBjz5hQ9fhxmk6yUn1fV5jjvx3P9TYskVBDDT47hAnT7ePZGupg5fKBBfGqVwb3zAyzXqOpiCQPG6t/gyGcDIx/XbWFiwkx1hMpjqWNuqYgO2yuQt2IaQNNHMecf01Oqmp3v1+IAi00yU4Lc+gnQZfZbjJTXMigcprXByS7Z67LMlUsXmG4dS+bbAQ6J4ig++qBY9mRnCU0jAvR5XIZrP+DtFKBn3sF5GRGEl2UTU1DoXVqxWWLlfIq3Wkyyjrnn0M3u6uU97GYE2fGKrKHDh1R239wNX502in2ZmRWh+BIx+5NSGQvN5q15PmN3B0+t3kFjvY53JHTHz+9tWwL4mep7iYOtC7aXj2qVZEbkK84BaP6BbrjNaGQD8vVFmwUOWoI2DyscFDoHJnISsrpRRiPAtev5bsHP9jrTV2/niXbkbS+AMO0bs1kpdG4EwVaKdi1rNnKdupsPZljaNHfEmCOhSMnubP1S7B5gOCwjQnvWqdlfIbeWi6htOpcNvNLuJi8YJALhc8/JiEbHDHbbopM9hm/h1olXn8uOJBOp3akbYjvOXgCterbHpHJamnoN+ljUOgjVkKH3+qYhgKI6IFafnu/uWwe6B8L6x6E6LTBYXDDBb+6v4Whw91RwVZn9PBgEC7f1DZO0815coGXu2eVx6YAAAgAElEQVQ/L45n/7fzG9WMbmk/3qDzJINiI4tdxmwSlZ50tZ3yt4NAu/VvKRLrcHx9NPnLRpDV3g2AEuK9NxlIWLd5q7cMcuirC/cZvhDIus6u7BUUp83DuXgEjjlHk9LPoN8ZKkkZKoVljSe0l9f4u8rBSQC025hjygKCShf1JBJV97dptZ1i3Q3zFTR6axcRqbhlY5tb/ioItFl/g3I9j/ba0aS1Vp7JRiBQfRTOcaQoA0KGQNEJ+SwpfMOc/8p5cGMlkCO/2NjILuNrEvTeHLh3igxY5PinbeQVO/jjYRnFpjDgKhcJXRpe3V66hx1Vr1OQGkPVm2dzRGoPknWVwjEOqjs07E8CQaC4bXNJWN0e9JGs7jeX/b2X0LfsSpLbpoQhUBgChdxNhDJ2hrKWteaKIT/Qf+kJloN91JA+dVE7/qCFfH1fqTUZhSMjfSxwcCCnoM5KlmybP7P5k2zzBE7WOdZzrN243fyTJT9nyZB5wgwrn408LtB5/mTrPGXurPeR15DQ4p7H36h7fM97+0KJpiBQY88kf7vq9mfwzH/jGQnkKbHm+/7Ww/mzp++xnnXkmS/I37N51p2nLa06qq6pMZ/ZqhfLbp7PIe+RlpzAGSce0Ww5OOv68hktWbn/0s/woLxWGAK10MwSAskiJTek9IYsF5zXeGLYpm4ZhkBNWajh7/9NEGjdeoVPPtdMx+2lF4WW2LaxtiOdF+s31uciaE05OOl4fvRxG9IJc9ctCmlptBgCyVr+bq7K4qUq3bsJrrpUMSHQNz/qzP1JNSPvpl2je0kGWS3DHwSyHHC+eZbCEKj+ewpl4vxmucGLZYJDIhVeqI1A8PflhgqBsvSZVOgF9NEuI1JJDtgZtAYEkhe/oVDn1xr4V5LK8dEHDwJZMl7nxCp0mW83o96OmWjwj0PdjvjmQiB5rgTIH3+uInPnyKiis8406N3TfV1fCCT/Nr3E4LNKwQWxKtclKOzX4dWK3zgl5jfa2w+l0lVsSoskqX3prJ7gt0486/mnasHt/5aZOzxS4SmftuFvIffnKoUvv9Lo0F5w+SXefV5jjvyCArkBQzMl9Rae6eSfPe2sKHXwVaXgrkSFU2L8R6fJFwgGAq3XX8IlyhmfdhNrC+ZRIFbTQT2aVHVIwHbZXAgkc5nInCaJiYKbr2/Y7weCQJ6ygr9nqkQoSrMg0NZKnZPzdDJU+LaNnzCgECKBXi83eLlMcGmKjSsjG25icIpyNugvYSOGgRHX1UEgT6NKibilyxQ2Zkmnu/sXkSY4/0gb3Xs5qFL2slV/Hzvp/KvofLa5oI0Kr6WqtKuVpWxtCLRRn4FDlDAu9TpKS6PJcn5CaXU2s5+50dxdft8dLjMyzbN49qmbtyi896Fm5quReWt8S2tDIEs6bdQIOPf04CFQgWMn66veN2WIytefyxezNNLSBNN8gIIcO2sOqPz2uMAWKxh5t47i88ml/hJJZI5K6TAncSNsDSCQ0GH5/Q5OHH0NKIKioS+SuDMRbZ8bsDgRVA/QqejhYlc2vPamRpsMuTHEvSPdd3x58x2NHTsVzjpd5uUxSFn+AlE5q1i28QqiDz2UzhO8I4F2fauyb6FKx4kGHY+q38DlOy+QUWpffKkiUOjb3aBbloJe437G7se6//npNoHhUBh8vYuN2QpfzZHGUOjbxzDzBMm2EYojS1472DZsycHt2V3Nysc0DKfCoOtcxAVQkvLs/4qzFDa8oRHXQTDoOp0Ksc/8tmLIpJf9/L8dBFrreAFDraTymSvIrUnlqJtcxNRG+njat6oKnn9Jo7xC4dijDA4d0/wNeoEgUJnYzXb9I2xFnSh55jykNq5qh96TVZJGORp8D77f/N8RAgmhs9OYTanYioLNlH+NVzvXPbpn25F5dmSkUCSp9NIuRFX8jx0BB0yPH/4KCFTBLra6PkYjmn7a1Y0+X0hzykYgkBWFIzeLyE0joeYEqolexaayH0hVhtJBO6pR0wWCQFUih83629gq0yl5+DKS+wjG32Qnr6SGnd8q7J2vEttOMNjPXCN51eus7LSP0oQoql68hOM6tSfKpZA3sRqnn5x9gSCQrXQvGfOywDWZrZ2Xs2XYN3Q+cDHte2aGIVAYAgXTJXgdE8rYGcpa1hpnQ36g8An/UxYIRobtf8ogB/Flw5E/f42xwxCohXa1IJC8jMzhIhfdUn5g2rVuCZPmlDAECt1q/00QyIqokRr8h9U6hIO1SGNtZ958lYWLVMYdZjDxSKNVI4HWbVD55DOVjAy440bp92h5JJB856oqhSf/T+78hWuugM7tFO552DB3jMtcSTJnkr8SaNH16usae/cpZi4BGREkSxgC1Vsw2ImzU7hzARUb8Eqqygg/+UOsq4YKgda7XqLGKKO/7VrTSRyohLRgbyQR6wcVgqdLDY6LVnggST1okUAPlBgmrLg9UWX7yzbTUXXV5S7a1gY/tQQCSZvJXfOz56is/FM1Qals8wP7C78QSOaBkflgZNDOtxnyeIW7S/7k9NgfiVDb4TD2m9XQ13YFEST6rRLPerYA4bmxCjfW5qmxTvK3kLMct5MnGYwa6f1NN+UEtWQjD3TVOfJslfmlTlbWiIB5baznCAYCbXLNpIZCxqZey+rCHygVm+minWLukA9UmguBZC4TmdNEyn9KGVDfEggCyeNOzdXZpcMHaSq97M2DQIvKXVxVYDA4Al5PbRkE+rFKcEexwRFxGk945wmte63VrsfN/x4a8U+/EMg6UEZa37oI4tepRFW5ne5RkYI+g7NpM+wrOqW2J0U5hmmFBqudIFUpX05xRyY21XY8bdyUHJw8dov+HpViP6OTL6ayLJUljpcozOrEsi9PoUd3w4y68y2efervi1W+/1E127hs676ltSFQ1maV9z9S6dMLrrokeAi0v3o1W2vmkKz0o70ymcef1KiqVrhgqk73rt5Sqttnq+xcIGg31qDLZO93UmugzVdR5i703JNrSE93R3z5loL3ljMw+RUqI7pTfNQdJMVF8Pvtgt7pKh1lhSogbIINETozVwkGjTI4phbY+I4vco4j5zpSTlHKKsZvnkX8ljlk7Tmess5n0GuKNwRaN0OjdHvDKCbPecH/Y+8swOSosr/93qrunh73mdjEXYgSIUCCJcHdFpcAGxZ3WFh2lwUWd5fg7h4gkBCIJ8RlkklmYuMuPd1ddT9u9XSmZ6ZtkrD7Z785z8MDTJfcOvfWrarz3nN+i5YIPv/SB3T2G2oyxgk752jEZUvqiwSx6TDpTsHy10yr1JLfF2vXqQU9vsyhXj1MzjrTJCEueDnMUPNJtGPYD4F+eclN0QKN9OGSAU1ZpcGOHTj/mV5YcLuuktwYe6eBGVvNOu8z2ElgiH3G/ykItKO8hNKkl/FWJdJ43xX0PNmgy9jmMdn6+bI1H156xYauSS67xLAA4p5YKAjklS7WGI+hE0OfiqvY9J5OTZPGWWyWpM/JRtBsC38b/q9BoEZPo5XdUysLrNKXvfXTiBc+raNgz05TetlgvIybiqigRTjf/x4QKM98hxozP2IGr2pXu94pw0CgSnM9+eanpIgB9NCPbzcEKtI/RwnGK+1BpUEYzkJBINUvq4yHwNCpu+Mm+p1hMPTQGAsCeVxyd7nIAWebpA9rnrc1dzWdvrueHw7qgSvWTv39l3Niv3Q0Kdh5UgMEeTUI9+zs/PmHiIaz2Jm1mRUTXycr70z67terAwJ1QKB2T8MdEKjdLuvYYR96oAMC7UNntvNQHRConQ6LcvMOCBSlo0JtFgiBVBbEk8/olJULevcyOf+cPVt11gGB2t8p/ysQSK14vuc+3YIc11xlkJrcPpAYbuz4dXT8Gjv7MhPIn2WktDyOmaqCNvsGAqmRMPtHwY9zVZYA9O8Ds+dCTjfJ9AtDZ0mFgkALFml8+bVGv36Sc5q0CzogUPP9Fi0EUlkjKntkoNKzadKRCXXXthcCrfA8jCHdDLNdi4Yt5GTQrg/2MBBok1dyRolpBY+/zdb/YxDoojKDFW64H50fnrcR41RaWs1jem8hkN9x/vtH/f/R00yOmeJooQnk3+64YsPKAHoyTWNcjODRmvVMjv10t/8ztTF0CaOFE9jP/6ySfFJvWoDrlLiWJdlaf8hV1wgeeFhH03zlL53OlnNepCCo2v/BR3QLemWcZ/K102Pp2nyepdMpzKLkaCDQRu+rNFDIhNTprKz8mjq5jT76mSSInJDjck8hkNIyUZompypY1wSoA08SDgJdV24yp1FyT4rGEbF7BoHerfSiwOQ0p+CuEPpe0ZaDy/VIziw16eEQfJAePBtrrfdJPNQxxDGDbskZQeGAun5/acEUAY9U2Pl1uSrx1OyZnJ7VHDg2gV79DK6rNFnoBjXknkrTmNI5jsB3tHBvFtFAoK3GR1TJXEYkncqDu7I5LP4JFnx6AjtWD7agTmuAqc4XOKf6NXrUfThu7O8PgZQ22LMvKI0cuOnq6CHQloa5bHP/ZJU9VCvZVRlVVU5VLbpQiy/8FmPT+emvAm8DVvZLfMtYMQkbbSStsOPqYlB5kCck7Iv55gXSvQvY6j0Zx/FHkhRr5+srffPA4ONMesToxOXbECa4TSjN9qKP82LEttQEUturRR5qsUdauuTqyw2cu5aQtuwZCsv3Y3PMtQw7r7kcnDRh4e06plcw9u9ebM7mEeJ/L/jwS4PZP/jmMAWWphxkWpk2qpySyrRREEll/0y4QVBT7fv/wKyovK2CN97SrBJ2nTpJpp8v6ZzZVhMt1NiMNP/591MQKNbjYNZtvgypUTcaOMNU52o9/615VqcqTzDgHJO0IV5WGqr0IQy33UDntLj/qn6FHw5s2ORhzrqlDJ70Pe4lI/B8dBSjbjBwZoSGQOoavp6l8YsCY2mSP19iWJqY7bVQEEgdxz+XDbbNsMBZ5QobuZ+A0ptSljXGpOdRvmy51vZ/CQKV19ayofFt6tmFjtPSZVQlO1tb67HjkqVW1onEsLKGkrQ+7XWvtf2+hkANsoSNxsvWe+Rg/S/oInzHt+udMgwE8mfhxIpM+usXtBsCbTCfwWVWR8yGVz4Lp+uyxv0UXq2WhodnMPbqBDpnOS0IZJqSXT9rbPlUIyZVWnOFP4MzceOnJOZ+yjdHDMDUJMZdN3LMkFhMBxQe76t80trCPTvTfpmFc8fxVCUU88sRT5Oy9gQGjx3cAYE6IFC754gOCNRul3Xs0OGBDg90eCCkBzog0F4OjtYBhpJiwePP+CJP06aYHDC+/SCoAwK1v1P+VyBQ3haNma9pZKSbXHn5vh07O3cJnnleJzNTcsWfjX2WCdRaz6O7EoLfhxBIAbGHHtWsrCC/KdFnJf4cykJBoLp6wb8f8N2ft9xgEBvbThFfTYRdtd7+kbtnewQr6RXqSJ3TYiksb1D61REtGghkSslxJSaFBlapL1XyK5y1FwItc//bOtxw241hj9uuD/YwEEid5IgigwoT3svU6B+jWSvR1cdyNBZtkE4dK/CDXenwVJqSf2+3M+crzcrSOfXkfQ+B1HkXLdYskWxlUw8TTD7Yi8doOSJeqDF5plbuzoh6r76A/o63rX3UimAlqGwTsSFdEtjPl5SbVjaOHygF7tT6Q+6neTrfzhYMHGjyp9PaznnR+PeJLwXFS3S0HMnn03w6DEvUPBTGooFAm423rRXRY1PPZWXFl7goZYB+IU6REfLIewqB/nm3zdJzCqUDFw4CPV4teaXO5NIEwfREbY/KwT1a7uX5GpMLEjQuD6GlFC0EckvJAU36Qv4Sda0d5hfPHmA7h56pvUJCoAerTd6qk/wpQXBtomaVSVy32c2XC1aRt2IQXo8vsJeYKBkzRvJtb4NZmkkMMLOHk35uTzS3MdFAoO2GEklfjks/gifLk7ku+X0+e+g63K4YS+NHaf20tsA59cWZOvkFgvPONqwSp61tX2cCKd28+x/WSUyQ3HW7RlVdZF8kx9tZX/c5xd4V5OjTSBP7UVuLBWpNCdddbZCc5Gt5zUYbq1706eCMvD6IVsSsGOxVGhUT3DR2N4M/O6VJ9tdXopsuftz8L/pfmY3T42D2X00L7A46T0EJE6NGsP4NO5NSdRxNXLG+hxfvCIktTaOy1nffB+oGXXuVlwx9F1lzbqfBlcaCqocYfXkzBKrbASseswVtv4JAX34t+HGe71rHjzM5aqrJ5o80X6bNMBO1ij73XZ2SpYKeh0CXaV6W3K3jrhIMvsgkpSlTWZV6nPm6br3DKBBx7eU6hoisF6POG838p7ZTECjvbRs7lko6H2DS6/jw74/OGifuJJfVp8q2fa+xbZZG9niTPiearPY+iUEdQ+0z6Jaa+V+HQHlb4dmXJONOfpvs3ltofOtkyOvP2L+1HHfBAoVeA555Tqe4RITMtIw0SYSDQHnGu9TIrfS2nUYiPa3scoehs+xdL8WLfIPVFifpcZQke4xpZbb5rd0QKM5JqasRw99xYRoe7dhRh0hONFhc+RoNstjSAutjO50YglPEYM9OVSp1u/GN9a4w0HaRdYz22r6GQFuNT6mS6+kRO54Uj08kPJy1650yDAQy8bDK+zBC2tjPfm27IJCXOtZ4n7Qg3FDblZGaHB4ClbyDNzWfmLlnMvDQnBYlhhUAX6YWHFYIeh9v0qmp6kSnb69Bc9fw1dT+1rmd99zGIQNtuNNMSg8L/k4c7tkZv2UFyUvG47bV8/2x9xO7chojDxj1h4FAKUmSssqI3WBtEM07pdpOZeZ3+p0gUGKCSZ27FtPd9JAO0/RwALH1bnuiM6k0SveldUCgfenNjmN1eKDDA/+/e6ADAu3lCAi2ynThIo0vvva9+M+41KBTdjTh1+aGdECg9nfK/woE8mvgHHSgwRGHtm/cKK+FGzsqFnbXPb7Min/c4d1nEGjVGsF7H6jVxhIFZ9oTyIr2o0vpAinfKBs6RHJaQLA82GgJV4P71Tc0Nm3WOO5okzGjzT9MOTilf7Jtu/pHrXbWGTbE5MCJkV+y9zUE+tol+WuFSS+bgiaR67+3BwKheVjhfjiqD+Box040H123Vxp81QA3JGmcnfT7Q6Ayt+SQQi9q4fnl8+ysW6dxwvEmo4Y3B+72VSaQ//5YvVbw7vu+/urZXXLh+S3HTrEhOarYRIXUf+iksdZbiSaet7bvrE0mSxsbdmIO7OcjiwxKQmTj+D/kyiqrkMLJ409plJRqnHmaaWlntLZoAlmzKuGHp3XsHsGiaV4Sehm8H2FsRvPBvsX4iGqZy6iU01lZ+Rle6hlivwKbDA3D9gQCrcs1UYBAvSuod4ZgFg4Cff7bAt07Kw2mOeGuVH2PINCtxW4+bYDbUjROjA0OdqOFQKr9Sl9ouxfezdTpHSShb4vxAdVyM31sJ9M3dUhICHREoUGFhDczdfrbfFpZRVVVrHA/iuGOw1x3JQsWCSvA6zdbf5N5AwzKO5ncnaoxxRkeVKv9ooFAxXIBu4y5fFE/jloZyxGVufzwynlkZ0kuvyx4vwVCoPse9OmT3HCNYUGr1pborYWk1Kj09FITHLg8Bg2N4Z8Bd/zD5/y//60QKZPRsIe9jxUEWlH7OlVGPn3000kQPi2Q9z/SWLlKY8J4kyOn+O7TrR/r7JwvrDJwqgRaoCn4kzkrBtMuKTzBhRZiAYWjbD0ZCx6gzpXBV4seYMytBk5pZ949vuMNvdQgqbe09M3eeldjaF/JRSM04nN1NLevX719JMWjmsvMqe3U9icebzJyPy+dvvgzmjD4vuBZ9r82htoGX7ZM0UKNzR9qZI026dsKQH8/W2fOPN/x1buYeidrLBMsvc83h46+0SAmXVK1SWPN8xp6DMR1kTRWYAVW7QmS2IAkClXStqgIvIZAt0kmXilJzoy80Cea+U+1Z83POlWfCgwN8vqCVw/9/hjbAD23ChIPkgw7xjd+agsEK5/UrawalV3jh7T9befSO63XfxUC5W+x8+Jrvus58cb70Gxe6v95HSm97Aw6v6UPQwUK1fvTk8/qlm7lmaeaDBoU2feB4zkcBNpp/ECJXEwX/RAyxf4t3imVX3Pf12go8o2lhO6SfqeYxDZ9F7orBHFGDA3ORmvMhDOzpoYus9IpGLycgn4rw26rflTvSI2e6K7TIypxyxocpNHXdnpIiNNQrFHwmSrRbLZZWGQe/gH03AiF3dA+Pydi+1pvoEBmQhZ0OcIImjXl3z7WoeOM0amoCQ1S3VSyzvuctcuk9GuorAo/76nt4ut14rBTGuNCRni13f69TuEvwpqbMkZIC/gqLSi/rfU+jYcaBtsuI1ZPJjUxhpLKtqUwW/ugsvRH8lMWkVSfTq+kiyL6MFwgf/mS79BGLCO1ZArdO49oozNZtkpjw+uaBShH32ySUDqf1F9foC69O3PHODErE8l68Sr2763T0M2wYH5r27lJZ/3LIDOh1xRJ78GtSoJ66un0cbq126zj7kasnMjYgw4IC4G0gly0vLXYt6zBecWdVDQB/mDO8NQKds0VVG7QGHCub06OZNHMqVqjQMstJWFbPGUH1KInh1744z9fNO+UatvfCwIZ3npKq3+gMdVNd3FiJDeEBYitd+6AQBHd2bFBhwc6PNDhgT+UBzog0F52V6hSI/5Ac1qaLzhgD13VqE0LOiBQ+zvlfwUCPfSoTmWVYPoFBjk5kV9mW3sq0thR+jrV1YKr/6JqowtS4n1CodFYqBfnN9/RWL9BY8rhkgMP+H0gkGqfEtQ2vILjjjVITQnvm3AQSAWyVECre47k4guM/7MQaMcOQcE2wdZtkL9VUB+QCaX8oUqaXH912/JZrftyX0Og04sNNhvwz1SdIwPK54QaQ+2BQKZWxyr3k9hJsj6ew9m+hED+IPpkp+DRDP13zwRaVm9yfqnBIBsMfNFhlX+87iqD5IDyj/sKAqng49LlGvN+EVRXK2FzJW0OmRkmV8xo+cE+vcxkuVtyZ4rG4UojqWoZ3fUdTHIeySBb+IeYv58La90cuMsXWAyWjRPv3URi0dPUOUexwX22lZ3YuhReYL9H88G+WJXV+14wcLFOdZqEP7l5JG3vM4Hyjc+plGvZL/kEVlZ9bDUrUobankCgz742mfOTzsQJBlOPCD63hYNAazxwXtN4ei1zzyDQBbvcKD8+kaYzXqXRBLH2QKC/Vpl8XS85N15wZStdKHXobcY3lMsV5NimMTh1bFAINN8NV5QZ9NHhnSxff6r7Iq9yPZs87xJHDv1sZ1p/Vxk2qtznmrXNwKc6VVIwxODM0ZJTk8ODoGgg0ErPKqT4inmuIQyyS3b9lMmGXyZagCDUog0/BKqqkdx9n47DIfnrzW3Bjb5uGY5n7kA/7VJqJx4b8ZEcLQT694M6XeKKGXbeazg8mQxMPtVarR/KFARaVP0kLlnJINt0HKRam6rn0bMv+u5VBbHMWsGye319sv/tRpsAtioDp8rB1fX2UjXaExICJa99m/gt37Gt4QgWLj6L/qebpGbZWPi4ygSSjLzWJK6T3K25eeRUkwnjTIQB8VtsJGywodULKsd6UJlByhYt0SwNn2FDTU49ySTpk3+QYCtg/tZbGXJ9/90QaNO7GsVLNfqebJIVUJ6vtEzjsSd9i06UrpAqA6ds41sapb9qZI8z6XNS89y55C4dd01k0Bjo8/ouJodfFTlAH838p4771e06yb9pJeY6BJvt4d+PxjVAatOpe0yTdD3ENx4X/E3HdAkLxO1IUJB2E71sJzIgbb//GgRauVrj/Q99fXHQlC1kjXkLraILNQ+cT2Db/b4Nt1p86TLN0smLiZH85TKzxfM20g0XDgJVyDUUGF9Y+i1KxyVYieGdczXyv9GQviFK10kGOUdIfn1Ix1UuSBtsMvC80OOhnkKS5nnJ2uXTo6tNKGX1qM+oSC+I1PSof1el33rrp2Mj9CKHda9qVKwJXuJTxLpw/uV5tJQa3LMn4vl+UtTnDtxQQYlex0gym+671geJBgJtN2ZRJn8lTRvGmPQTKQqiRRZ4XBX0z/7Cac0rNQM91Axr6qhWJ1fQd/OHAldZ2/tdgaCM/SB1sKTAqbKI8y1/ptp6Rg2BNhfdS226xqD1JaQmHkVdj0PC+jAUBKrdIVi3eDmOY2aRIUbRVT+8DQRSB175hE7tNkG3Qw1Gx/8De1U+6yYexdaETXi3dKffd+cyMEMP6pP8lRpb3hQ4ZLMvSmMheX/J8ANNUpreZzt/WIcwMph32NNU5/Zi4qTDdkMg0ViPlrcebdMqtLw1aFvWIxqby87Z//EcVZm92vhAgfYdcwSF85vHoho3Q6abxHcJP/+Fm1P1BkH8ehtxeRqa6Tu2x+ai8OAi9PTwgmL/TQjkbawmZQ7E1acw/+CX6JI6jVjRJDAaYgR1ZAI1O0aNiQ7r8ECHBzo88P+TBzog0F72digIpAK2TzylWas+R48yOb6VYG6400YK5Afuqz7YvYaMKrW6PZfqF5mN9OKsjhntR6raNlwgqz3ta73t/wIEKioWlqZUQrzkxusiZ3gE81eksfPK6xqb8zRLoHjoIPYaAjW6BP9qWhl77ZUGKSnyd8kEUtca57Th0AWVUZS0CQeBVPm6u+71BbSvvcqgU6aGCmCXh1lV6Pd1qNXMezN21b4KAhQUKOgjyS/QrIwfI8gQ6NxJWvCqYJvOrkIZNmjsb9O+hEA/uSTXVJiW1srHmRo2taQtgrUHArlFOes8L+AUmQzQLwh75H0JgcoNyZRiE5UwsKCL7vtg30s4Gqzx/o+uD6sN7qw0mVatob1jt0oEXfWXlh2+txCovl4wfyEsXKzhcvn6SY2djFSNZSukVZJGla+68i8GjqYVrB/Vm/yrSrK/Q/B0usYbbsHDZV72s8NLGeGhir+fF1c0WnowPW2C9zPbBotivfmkbLsNic7Mdc/xy5L43SLuwXwWzfNlnVtyXpHJ5HccOH8r+Rg7zcst4ROXogjFxyMAACAASURBVCrdsd38ljJzOf0SDiG39oeoMtT2BAI98jRs3y449yyTvn2CBwLDPTvrTcnBRaaV4zG/855BoKnb3ewwsPpM9V0waw8E2mwKTi/yWmXZvs7WSFR1jwKs0PyZIvNnOukHMDzt8KAQ6JZKk28bJFclaZwT79tf3Reryr9nl/Gzteperb4PNPXOpaDnwkVQW9uUKWKTpAw1uXCisEqtBrNIEGhRo+TF2s3MSP6QatmbbK2Wz144lqqibGsxgbq3gpkfAm3Kkzz/cnPGbIttTRPnXZei7dqKOGU6dYedFmlaJVoI9PSzOgnucoad/ToisY5YsuhtPz1kNpt6p5xb9S/r/KqUkSpp5LdnXtDZuVNY+kcpuYLSFYLeh0OnI9oGTLM/daI3CkoPbcSdboaEQFmzb8bWUMrG+BtY+dUQKyuny346v76scDWMudmwdCseflSnokpwxWUGmVnNvk7Z6SDuZx0jTlJ0tG+lvcr6ePRJnbhYyc03GNg+fYks/RdWbjubntccvhsCLX9Ao6FEY8Q1hgWa/PbWOxrrNmiMGi444XhfCb36QsGvD+sIHcbcYmAPyOQSFTY8DYJ6l28OVyXjGooF3Q5RJeFajouKQsGOT3zjsufFJl36hQdB0cx/Cz7TMecJPBp0v8hEhOH1jfmCsi9b3otdJhmWZs36VzXK12j0PdXEPfJrK4jeTT+CoekH/Fcg0JJlGp9+7nuGHHIwDDjoWyvjRi45kPqPDrYCvsl9o8sEat23/kVAEW+0pg3CQaAGitnonWndW/1t54dcWOSpEZYOS+lKn/91p8RwqevzjZGhfzZI6tl2HlEwobJ4MWPn+rJrvPEebHW+h3Z1jypKh5diONq+MKYnOSirjq7soLrvTXc6pjd0xkzdNsGKJ3zvAUNCjLNG53Z2Zr1ubdO5+E84Xd2jdTEK7mz/RbJrqW8X1bd9T5bEqIUdARYJAnlpYI33cWuPwY6L6ZbcJSIESlpuJ2GT78aRGhQf5bI0x/ymMk62fCYsCKzMkSIZeZqN4iIPFWuhMrflu07cn75GDFlGVt0R5KSNigoCFeZ+RVGvVcQ0epn801Y0w6RmwAnU9D0mpA9DBfLVOCspySfmvLdIFD3prZ8WFALV5AtWPaUjbCZHj7kWLcXkxwN7YYgGXDPPZKy9D13jdKrGeKjr1TzPb1yos+sjgeLNDU6wZ0rEdoE/AbFUk7hyoP9EyZSdZdhqu7Bs/DvsLLRzkD0Wz4bVaJtWo23f3ObaZEIyZp8h6AOGEXPwVCr05tKCCr5t+15QsrTZ39ljJe4SQcUW0GOklR2oMrRCWbA51VajkbBeJ25r8+S5I2cF8a50Ukq6YegedkwswJbdSvgu4CT/LQjkra8g40cncXVpNMRVsmjia4iEePo2LZAJ5YcOCNTsmQ4IFPU03bFhhwc6PPA/4oEOCLSXHRlOdFgF21XQXdnZZ5r0j/Cx529KpEB+YJM7IJDPG/8LEOjHORqz52h7XLNc+SHS2PniK80KCk853LQ+qvc2E2j5r4KPPtXp1lVyyUW+j9DfoxycOu6+gkDqWO9+oLN6jeDwQ02mHCr+4xCoslJQsF2BH98KdlXKSGkZBJrSK8rpJumRI8jJMenaVe7OKKyuiOGBxw103afRoMBhKNuXEOjsEoP1XrgpWeNUpb4ehbUHArnYxQbva8SJLvTTzw579H0JgdSJTio2KDDg1UydSem/LwR6uNzg5VqT09fZqZmnBYUgewqB1Nj66WfBsl+13SCxX191v0u6dZMoPanPvvHw5TfqqgXOGAWgTOJ/g88KJiitIhU2+jJLo3uCnYO3NlJuwkNpOgeHyBCx7s8YHYdd56PSRm6oMDkwhqDZOGqldmrpU1D+C1e9+zIud0zYIHo0QdBtXjixxCBnnc6weTZsCb+VLLzKQAvDraL5YN9pzqHEXEhX50h2uJYTQyoDbdPDjsv2QqDaeoNb7xRoGtx+i9e6p4NZpAUUCmIqmPl5lk7/RDtKu8tf9ipcg9Wzs87lZUSBBzWDz+uk4QwBd9sDgVQ/X11hMrvW4MIEjRmtdIZK5Qp2GN+Qrg1nTPrxbSBQ4Fj8NksjVW+GQAtKX6da5tFDO44UbWDQyzNNKNnl5I1v3VQUaLtlOHr2MBk3FgYOMNED4nbhINAcl+TGCpNu9mLuSHmNRFs2xZUNfPnYX6ysgluVsHaI6dAPgeYvknz8mc5+QyWnnNQyYGubPwvHq/dDSgba/W9S6408t0YLgVQG7caNgmMyKrGf/jpaSrWV3dNXPxO7SGjjO2esi4U1j2ET8QzRL2/x+4pVgg8+0ukaJxlWIqyA2+F3a9R4W2oNxRTppM914I2TFDeBmWALKGy1O8macwemzUnefo/z6yN2K6Oo3zSdte+rclOS8X83qazDgjrxcZKbWmkPqXkn6Qs7WoWgeqSH2r6+QKXS/lMagDMu9ZKx/Fu6G++wpegQ0i8/z7ovvC5Y9Dcbmk0y7p/NwugF2+CFl21omuRvN2kIu+/a1r6kWSWHVNaMykAJtNb3ReEvGnmfaFYQW4GKQFP3xTf/1okpltSmwJRbgmcc+PeJNP+pRS0/3qmTYAgyD9Ho16SJFuqeX3a/hqtUI3G0xtJVkv6/ZX4qy9pfraCHLZ9oVnmr5NN/otCcR5Y+jlHp0/7jEGj+AsFXs3yT4dFTBYcfAktrnrc0a1zPn4OR383qN70Vs4ikG9HQAI8/5SvLeMgk0/onGgsHgUxpsMp4EIHGMP06YmNsYd8pqzYJNr2n0Vjpu89tseBtgISukv2ubDk3VJobyTc/5YAfLiK5sgvGfialg9zErbGRuNoXsDYdkur9vNQHBOnV3yONncDrVs8XpRnm8Yb2x6qndWq2CvpP08g61L1bT6q1//yA30a8tZjHJuKicTF+TaBtv3ot/7irhQU0ux8uUaBSNM3XkSBQofkTReZ8EkUf+tlPsRYfhlvQqNcJsr/0pbWb6RKtTFhZhSq7UJm6n7d+I6wsOWVdJxv0OELSOTuWXWW+rBXTjTU/lK2D8tUCMXoJMUd/i2fBaLT5U+g2SsPZxxsU8qn9lcbTppp7cMXbcM3rjm1THMd2/tQ6dl3PQ6ka8qegPgwWyFffEov/qWM4Kom7/undmfWh3inXv6JRvlajZ/ZcYs5bx/bkMuJcPSj551kcPlInRdcom+SmMcs3NlfP/k3n7RsNdXfWxUtO/IdOI14aqiWbvtMoXQSax+crl2hkcp9CuqX0Zf2wb8l1lzL+mVexy5rd12N07mFBH9lnqPVvM9MHWmJjdJx23SoHpyB8wbfCgtSKmapxoTIycw6RxKUKEh025j3htfpA6JIB55ikDQr+XRR4X9grNBLW2Yjd4ZtrTM2koNditvT/hcyE/RmQMp6qL3eQscNXFnXbuM3o3YODoGjeKdUx9mU5OG9VCdlz04hxJVCbVEbjNIPFnueReK0stMSmcq7BBk8HBGr2SgcEimqK7tiowwMdHvgf8kAHBNrLzgwHgdShv5qlMX+BhtMpuXKGSUKEms9qn0iB/MAmd0Agnzf+FyDQ08/bUALCZ51hMqBJULi9wzPS2FEASIGgUSMkp54k9xoCvfamTu4mwbQjTA6Y4Pt4/CNAoA0bNd54W7NKYt1w9e8LgdQHWWGRIH+boCBfZftAdZDSMZmZTdCnO3TvJkkPU9taBfIfftrDxlzBmFEmx4XJNNxXEEiVCVPlwlI0+CpLwx5FFpAaD+2BQPWigFzP2yTQiz62U8MO/30Nge6tMnm/XnJ5ssaNnZ2/aybQVcVefnBJzpzloCpfcMapJoNbaRS0FwJtzjeYNRvWrvMBRdU9QwdLDj7ItDRL/KbGTmVNI0uWCz74WH2oC+w2yeV/NklLldxcafJdg+TyRMHV2TG8UenlzlIv3XVflogWot/9/fxYUSOPVZv8KV5wbZAyYFaQzl7Nmm9e5MkfryM12c01VwUvL6PaHE0gq7IJXgkJB79rJ75aw182KtQgiuaDvdhcyC5zDqn2nlR4thJHV/rZzgo7LtsLgZavMHn5DejZQ3LheaEzQCNBoEvKTZY1Sh5P05ia6mgXBMqr83L4Dg8pmuC77NB90V4ItE3XOXqrCyUxpKBiYDaQ0gNSukBJWh8mpJ/VBgL5s9LGxwieSAtY9Zvq5PuS+zBwMch2GQ5CCyD7x86PhYKZv0g6b9SxN+nIqHcxNXeOHYP1XhYKAn3VYHJHpS8r5c6UenLsT1v9n7dsFMu/nhYU6gQOED8E+vRL+Hm+xmGTTSYdHBBo9bhx3n4uWlUZ2sU3IQ46cp9qAn3yuc7SZYITRwtcy6txXvI6WlqFT/xdP5MYkdJyPDuLWFH7CnF0op/t3Ba/GSY88LDO0FJhlRPrcywMOlJrk0WbusBB7DadmiFeagb7AqnBIFDC5i9JWv8hDV3GUjHyEhbeqWM0CDqNgsJlvgSJA+7zsmixxudfaYwYLjnp+Jb3iJp3YgttxHynWfpDRce4UMlLH36i8+sK37vJCGM1faseoqy6H/YLb7MgUMV6wbqXdZL6SIZe0nzMp59TWbaCieMlZ57syxCu3gKrn7FZ0Gv0rQa2VmVQW98XKqC/6O+61X61fUxysxvV/NdQpjP/bhOFJrNO89J3dOgpJdL8N+cNDftKjUa75PTHbRSHyWAtWijY/KFu6a1M+00f8s4HvDgLBUMtECRI7qs0joT1e9+//so28ytStSGMyzjlPwqBvpstmDtPBWUlxxxlcuhBOh5Zz6LaRxCmndq/XUdclsrgagvQIkEg5emt+fDSK7oFhqdfaNCtW+Q37XAQSO293vsijZQxwHYRKY6siAuL8r8S7PhRlWcVVjt8PSAY8Ccv6cN9z+sycwXbzW/otH0wIxefao1veRaUNjRa0ECvEaQssRNT6gtgu9MNKsZ6MJq+MyONncCrjgSBKjcI1r6kW9lLR/3bTkWjKyQEUmUcc43XaKCQBNGdPvoZkR2s9JJibQghrPlPQZWtX2m+cl8SK1Ov76kGCd2wMoZCaQKZ0sMa4wlMPPTV/0SSnhMRAqUsshOXb6Oxu4EYK7C/7wMYBSMbWfuFRt3OJj2nbpJ+ZxjEZlqJ1HRKb4ZAgRcoTSjctZXi7Hcx83vR8JyvZKkye7wkdZAkbQikDjCtzEJl2za8TXmfApy1Xib3/Bu33msySM7h3O4zrd8bOqs5crrvxS7AggXyq3IFa17QcSRJ7Dfda42uYfq1dE5LsN5rTbMlHGncWcvSR5MQSTXE3/gMUhh0WT+d3NcyOW5/Ow4JRSozKl6y7EtB/RzNmrvqUySTrzPonBljVWjw1tZZJd1E7joKVydSUDkRl9aZ/tmC/XJsFPRawsrklfR+bRdJQ1NxDB6CoeBPbHzQ8aEgkGuHzupPvFRt9L0DaA7oPMGgyySfLy2f2jTrW7a4opHcd3wlOxFqvJhkjW4LgtR9UbbOTcI6BeOb4I9dsrP3Otb3+xyPvYEcbRqZtuHW2Cksa8CxuJjMgp7WwoTtY3LRe+W0aXM075Rqp30FgdylO+g6rxt2j5OqtEJqDoolLS2BTXXfscOzACcZDLBdGPLe64BAza7pgEBRTdEdG3V4oMMD/0Me6IBAe9mZkSCQKun01PM6JcWCHkqM+7zQK0b9TYkUyA9scgcE8nnjjw6BVNma+x7SrUyPW28KvRo80nCNNHbytghmvqZbekMzpu8dBGpoENz7gG4FnFX5On82yh8BApkG3PugbpXJuuYvkj499l05OKXBUrBNszJ98vMl27druFsulLZ0IVT2lII93bsLK0NDZWREayqQv36Tm0ef0qwPiquvCK2TtK8g0FUVJj+7pLWiX63sj9baA4Fq2Eie92OSxQB66seHPcW+hkCzm1b7j44RfNgr9neFQCfs9LK1UXLUzBhUxoLKJFALBQItWgi0abPGwoUaGzb59lbZDSNHmBx0oAyqneWHQB5Dsmmz4LU3dCsApVa+T7/AJC/dtEr+9bTBtz2dNHpNjtrmtrKkbk0WnBQXvO/9/XzDjkZUAD9Utpg/SPfcU5v5dXNPjho1m/HHHByyr6MJZKmsl7GFvsB69lad0d/aUJl0KkvOX+qu9Qmi+WAvNZexw/wOp5aMy6wiSfSll35S2HHZXgj0zkcGP88XHDrZZHIgHGh1lkgQ6O4qkw/rpQXeLstsHwSaV+3h3EIvg+zwWpiyf+2FQEnxds7a2mDNGxclaPw5IBuoXhaSa7xKnMjmoIxL20Agvz7VP1I0jlIUqckSk+qZV/4EOrEMtV0Rti8Cx856j2RGsUlyrs7gtTp6qe+YKgNrYH+TqYfYyercciX8+3Um91b7NLT+kSKY5hSsNO639vv53VMp3NSPU08yGDY09Nzth0AvvQobcjVOO8VkaIB4tu2bt3B8/BJm557Y/vUiQtf3KQT6/keNOXM1ph4GCcsldaUNJF39BkZCCTbirACtUzSLXjc6NrK+PvQcPOc9HfsSgccmmXq/D/IHllIVXuj0iRNhit2BQ5+fBVkqoBagzZHxy904KvKoGDGdhq7jWP+aRvlqzRJYNz1YWR7j7vLi1x0M5mv/vGP7WOCo0CzopOCTP2upfz/JicPL6LfleryGg/rTn7Mg0LZZqqyQ3iKzZ+06jbff04hxSG65HjJSfde24jGduh2CHkeZdA2SORLsvlg3U6NinUaPI026Tm6Gfv757/17PDjyNWpjJVPuDA1/w81/9Q0w/+86sVLQ6TjJhGPsITMelD+X3KPjrRP0Oclg+JFO5sxv5I13NHKEZEi9WgYvrFX00hD0v2kTO5LeJUHrzoEZF/xHIJB6l1RaTouXqhCz5KQTTYYPkxYcKPGuZmPDp8SU96f8wVMsDSel5dTaooFAap9Z3ymdPI2kJMkVfzaICZPlqraPBIG2Gp9QJTdY2YmdnEPCQiBPra8vpFcw8CyD0sU2Sjf65hChSQZdZNLQay7Fcj5IwWGzbsRR76RqhIeEsTZKq3wQyG8KYCT9akNzC6uUWW1/D7VDvHTOjCXSN6r/GJEg0IpHdQuG9DxSMuokB8UVDSEhkDqmW9awwXgJk0a6aIeQqe0f8ZUxEAL5N64tEOS+K6yyjco6TzAZcLwgPkmnIkgJ5xJzMTvNH4glm/6284hU2lyBtKyvfZ1feZybuEw7ntkmCVtsFFZJ5uV60eOkVS4xe4zpoz8WsAsNgXzXX8U641krC6dP+Qzqc+0ULPVa84jf1DyndIRSB9ZQNuQxPDE6aZuGMG7iKfy4wGXpoE7MXMD5PZ5DSBNX1n5UjL4cGZDiHCyQr7KoipdoVvZU49QXcclS+uvn0zOte1AIlLjxY3K/SGfHxFpso1aRKgbj+PEE8mbBKWPsFvjYdYqLhR9qeBcpVCmoz5Icfu4ObFvWErdtLZ51qxA7t9CypIFGYfIx1KVfwOiemZRm5bGw79dseXI6652CLr0MRo2AQYPMNrrJau7cNVdQmddUOjFG0nmiSZeDQGn/BJofAvlLOBd8I9g+2wd3WuuGxW7XSd3kgBLfEcwYSW1/L+t6fUq5vtrq2R7asVaGceuxI1bupPOGPtZ+O4ZuRAxqCYKieae0xo6ATqmxezWnuncVkPNLb3TTTnmn7dRPSEaz2Sw903p3HUvrn0Tl9PfQTyBF9A9673VAoGa3dECgiNNzuzbYnL+T2+55nn/dMp0+PUKXUGzXQX+Hjf8o7fwdLv0/dsgGl5u/3f8S40cP5qSjQn/r/8ca1HGi3R7ogEB7ORiiecFW9cmfeEa3SvOo8lMHHxi+/ECkQH5gkzsgkM8bf3QItHCRxhdfawwaYHLm6dGVpwg2dCONnaoawYMPq7JN8Pfbzb3KBFq8VPDZFzrdu0suPr85iPFHgEDKd599rrF4mcbkgySnHLfnEEgBvK2qrJuV5SOsrJ/Wpd1SUxTsUZk+Pl0WlZkRZSJN0BnKH8h/6z2NlasFQ4dKTmtVYsi/476AQJs8kjNKTWtF/zdZGnGt9D3CTaPtgUBVYg1bPUpgeT+669PCzs77GgLVmJJDikyrxMW6/rFUR6ERpRoYDaTwX4j/o2t0gYfEHRrjv7TTtYvk0ovbBgHDQSAFjlavFcz7WbPGmzKHA/YfbTDxAMKWBwyEQGq/nYXw3Is6pqE+7SVnnWUwI8Gg0oQPu8Uw0A5fVnq4vsIkVYPPszRiggxefz+fke9iiduXkTIhpm1ZKxWki7HZue6vhgXA7jnxSrQ+59IYNyJof0fr34OKDBqaps6LPnewa5dg0kEmhx0SfD6N5oPdL/jtb1iaGEaOfmTYcdleCPSv+w2KSgTTLzAsOB/KIkGgN+skD1WbnBQnuLdzTLsygd4t93BzqZdDnYL7VCeHsD2BQPNKXZzdNHcEZgN5qWWN9ynsxHNo5nUt4ECxITmq2DffqMykwPFmxm1iVfWHUQG51mNnq1dyaZlJmQn7l2lM3qizfq2GynBRlpkhGTtGMmKE5E23yZM1vvlA+WSSEgwD1nifwG028vF91yOlxm03mMS0AriB7vNDoH8/IigvE1x+mZdsv750XTWxfz0H4aqn8S//Im7MAVaESK2Ej2TRloNbtFTj8y80JowVTBzoYfXTNrQEF2k3vUWDtguNGPropxPXJCJdZVvMVtcPZIqxdNEnt2iGWuG+9H4dd7lgpUNyzk2Q07nlszNui07KEoelA6T0gPzWGgJp7hqyv73GCroVTnkMaY+1Vv3nfdw8/hwJMPI2L3f/W0ctrrjlRoPYVlk4/nmnfquXjB9iMHVfNlCNB+570IbdLrnmvN80bxZdicNeT9URD1DnSGHtCzqVucLSj0gdZFpz0SOP61RWtSwTu3mhh3Wv6FaZutE3Gxagam3B7gul+7LxDZ3YTMnIgBJ2fkiRX9DI0rt1bAhiDzEZOS34PBVu/vv+eZ3YTYLGWMnh/zDDZjxs/06j4FsNZ4ZkpFq9nxFrBfKfek5n5y7BoYNNnMsFpirjJKDbScVUjH6BGJHGIZlX7FXAMtRYVgFLt8egvtGwgMKHH6n3Gc1akHD6qSaDBvjmQwUHNro+o8SzCvvSqVR+OJq+pxhk7d92vowWAql7/tkXdAoLBYMHmpxxWvj37kgQqMj8xVc+TzuAXs5JYSHQpvd1ihcL0oaYDD7PJCs1llXfNVqww3qWH/8V9v1/tTJgRmw5n84reuCNMyk+spHsdGcbCKT2UQBIgSAFhJSp7W2Haex0+sqVRbJwEKhshWDDm833QJds39hplVDS5hTV5ma2mB9Y93h//VxiRXbYZgSDQNYOBmyfo7PtO4E0wJEoGX6Ohr1Hy3lSSpO1xtN4qaOnfhLJom9ECJT2swPnTt0qpdcwwaBmnY117xkc0ctugb9fpZu0o00rOy7QIkEgte1K74NIDEY6riM9KZ6SShdKW6hslSprBpV5v9WANdS99iwVo8tIKDOI3XAbgw+OoZIGXn5FY0u+xiljVzJVPo4wPTSmD6B87FVIlRKjdHaTYqhu8OD2+MavWuC26E4d0y0YfpWXkuyPqJK59NCOZ0D68DYQSEgP2d9eR4XmZOGkDFUPjR7Fl1G9MJXqVZKpQ+1WBtD7hR70Db7xme74keGeJ6zs1ZZOEdZiBqOvKu02DKPPYGR6J2xVgqxZTurjKvhxwsvU3XuFYpvsssEWO3ickiFDJKOGSxKqBNtmi93ZV/Z46HygDwCpTMxg1hoCqW2KFgs2v6+eJcICh0OG+zR/bLW+54vSkKsd4KWuVyN5fEiN3IL4Taeyp3YiSVpva5tgAFFu3EmXFb0tEFbYezPGqM5W9pqyaN4p1XZ7C4E8+QXkLO6HJjWKe27FMzoL0fRN5p9TtzT8TKE51yphPEC/eHcbA/3XAYGavdEBgaCiqoY/3/ww1116GvuP8JVZXvzreh589l2evvcaUpN92lwPPfsuPXM6hQ3otxeuqPOcf7XKWmy2ow8bz99vuJBYp2+u+z2sve38PdrQ3mN++OVcFixdG9Y3rf3ZOTudZ++7bo+AXCQfqd8vvfFBdhW1eh40Xdiz/76OT2f93AGB2tvR/4HtOyDQXjo5GghkTaRNAXO16lQF/JTAeyiLFMgP3K8DAvm88UeHQCo7R2XpnHicwcgR0WeEtB5D0Yydv99ls4Jet91k0i3LvscZDy+/qrNlq+DoaUpjofkD+o8CgbbmC6skSHKi5F93RAeB1Mu+t8HB0tUe8gtg2zZhBY0CTWl6qMB+TjeT7jnCgj9Ky2Bfmj+QX1wGjz6hWwGsyy8zWpT98p9vX0Cg2ypMvnFJzk/Q+EsrbY9I19UeCFQul7HN+I5MbQxdtEPDHnpfQyB1snNLDdZ64NWcGAZ7w2s1+BsXLaRQ26uPrrU1Ho7a6WHEEp0uy23WogC1OKC1BYNAHi8sW6bxy3xhiaQrU+Lnhx6sM3Z/A7TQK8r9x28NgdTfKyqwFip4muq4e87x8K3T5JwUnVtSbdS7vFxYarDSA5clCC5ObAsK/P08Ma+BIgM+ztTpFkSgXAXpVq608eb7Jr06l3Pr4TPw2jpR0u0+tQy6jR+i9e/RRQZFJmTr8HSjjRde1sNqZkXzwa6CJ1uNj3a3KUsbR2dtUthx2R4IpOPgtn+Y2O3w15u9YcFwJAiksm1Utt5oh+CtnPZBoEeK3TxWafCnBMG1QfrWf8F7AoHUqvUry01+aZRckiC4pOn4qmSQP6tmSsbtFFU2A4Pna0yerf2t7FCsQGUCBVqFfQ4FDQvppB1ItnZA2L4INnYKDcllZSbbDRhggwfidDYt95VMK69sOpxNkt/PZNcQg7v6CMYGwMwNxky25Cbxy7unkdO9gennhxZSV0dTEKi6zmPpPkkpuONWL7am+8Lx3lPYZn+E0X84jdc80K5SqtFCoHUbNN56R2PwQDjjNC/rXtKp2CDoPKkRc+p71MoCNOyWfkC8xxww1gAAIABJREFU6EKx9i273Mvpqh1OhjaqhX/95cQ8sZLvhWDCBDjr5Jbl4DJ+jMFRolE5ykN9n+Y5tDUEits2j5SVM3GnD6R0/PXWeRqKBcsfbBbFis2AtNMNXpyp06Wz5LLpbee3wOdL+rwYYnZp1PXzWlkTTzxto7gEzj/VYMCy+8hM2UDViKup6zqUhXfoGI2C/e/wogKNi5ZoVhZKYqK0MmsT43Ri7Rrf32niKhX0OdlACZAHs2D3RYtg7BVe4ptKjgVCip9f1RFrBA26ZNLfDWxBhlKo+a+iFFber2NHkPMnLz1HipAQyFOPBZwU4Bl4vmFpZfjnvy358OJMHyy77FSDTS/pViaQntSA86aHEdiYmnXb7wqBauoN3nlPY/1GDZtNctaZJn16NftawQFVCk6VhPM8dxnu/DRGXOslLghTiBYCtX7unXCsYelxhrJIEMj/rFDZooNiTw0JgRpK2D3GR91oEJeOBYEKyxso+dWkwPYxtoGbkF4d8/2TmRY7EJspKJ/gxtXNQL0XtM4ECmyzuvdUiTh/sLshx6BqpMfKeAhnoSCQAr/L7tNprBD0PsGk0wQz6mC3Ot92YxZl8lcrI2aAfiG6CB3QCwmBmhreUAq5b+vUbvO9+6QOMel7osSe6Lu2cnOVVcJQaZ4NbAp8h8sEspcLMr93IjVJwQEucj/XqdzkO/awPhoDUnU8SSYlU5ufTX4fRgOBVCaUysIZ7LiALkk5FgQKNMMNZasKKR4yE8Om4XzlEMo2TrA2ic2WxPymX/fVKp0am+Tm8zfRc81DaN4G3Cm9KB97DaY9rg0EKlulseF1jdgsH+zdZc6l2FxgPS/3Sz+0DQSK2/4zKSteZsGEflQkCTw/jcO+8lCcsSb2UhsH9rNRUVXO97mJVpbPINeDdPV8YbVRxsRi9hyAc8hwXDmDcPccjHTGth1mBnT5MBaJyVdH3Yt49nrqioWvBiJQoktqNI0swyTBbMr8iZf0PlzQZ7JGtRI+C2PBIJDavHKVwPudnX5ZGrEO33G9iSa2MRo70xowhceClP5nYC/9FBJEc3ZPqLFj5BfSbVFPCwQVd8/Ds382QtOivi/2BgJ5N+aRs2Kwde5dA/OQwzq38IwfAtW6GllnPIOXenK0I0nThrXxYAcEanZJBwTy+aI14FH//+XshbsBQjBQFOzWjAQOWu8TCjYt+nV9CwAVdiLYgx/b2849OMU+3yVaCBQI75R/b7nn+T0CQe3xUXu23eeO6Thguz3QAYHa7bKWO0QLgdRer72pkbtJIzVZcvmM0GVqognk+1vRAYF8nvgjQyBXo+Ce+3xl1W6+3iBuL4BBNGPnmed9Kz8vudBk5JA9g0BKVPe+pmBNYCk41Rd/FAik/P3gI7qlz3PNDEFqRtvV14oDqHJu+btLuwlUfwWa0pNQZd16dMdayd+lkwwrSL+XU461e2AgX2WQqUwyVfbm7DPbBsn2FgLt8kqOK/GtiFdaQH6B9mivoz0QqEQuYKcx1wruqo/WcPZ7QKAnaiQza00uSbNxSZTl+aKFFOpa1EfXlxVuZhR7OeITB/ZiwXnnGC0CXv5rDoRAqvTigsWq7BvUN/jGnypjc+ABktGjTLJTHdZqapd7zyCQOl5dHTz2lI46V2W65JeT3Kh4/S/dHTQ2GqhyWiqjQyVEfJGlkdwqG0z1s9Q1hmx2ocL28ztp6EEyhlSQ7vmXdTZvkRx7tIejsq7B5i2lKuNi6hNbZh6odkXr39NKTPK80oIgz6ZrvP6WxsZcjTGjTY47ui1kiwYC1cqtbDbe3T0MO2uTydLGhh2X7YFAGzfYef0daWnAKS24cBYJAu0w4Phig3RdML9n+yDQTbvcvFdjcH2SxhnxbbO3/O3aUwjkHzsJTdpA/kzCNcaTeGUdk9OvpaKqmRgeV2ywU5XSTdcY2xS88bchX7xJpWc7vfVTSRS9wvos1NhRGlIqI2izF7rp8EK6xsBUJwuWeXl9nsQoUOWofNYjRzJ2rMmQgb55Pc94n7lf9bc0gQ4/zM3BE8OXxlQQaHO+h4ce1yzNLQUYlImyQpx3nI8wDRpufw7ZpVe7np3RQqDtOwXPvaDTrYvgkos9NBQKlj/sAy3732awPf4DquUmhLTR23YK5WIxFd7N9NJPJkn4St8oUxodS/6t460VdDrRZOYszQIHd9+h0aDSdFQ2QgNkf+60MkkKj3MhA+K9rSFQ2pIncBb9StWg06nrfcTu8yy+S8fTpJmX2B2Kh5hWObtQsDzw+eJfcS6FtErRffGTxvyFGpMnmYzf+CZ9u3xHdY+TKck6muUPasSkS0bfaKBijA+rkm/1ghOOUyWKJE6HTsUKjeUz5e7smSCM2mp3qPti8wc6RYsEnQ806XWs7/4OhBSqOsDc23ViDIE2WjL+tLbzd6gxPOtxnYTtAleq5NCbjbAZDyq7SmVZJfU2GXqprx2B859f23H8WJOJfSVrnveVCI2/8z6E3cvhmTdRUhHdQpb2zH8qYFlXb/D8TEneVl8ZvnPPNqyM6UATMeX8WvcCNjORqtuvQHdIxv0z+LOuPRBInUPBX6WbpcbyXy4zSE0NPqVEgkCNspL1xnM4RDIjY2eEhEBKh0rpUSmYoqCKeowqCLSjrIo84z3q2YFsdOB553T61/RkUBeNKo9JyaFuSxcnEgSy5pbftLuU2H3ielVXEUtLqGaYl7oAKNv6KkNBoOJFGps+0IhJ9WXCtR47wb3V/FdTetlovGLpJSWJfvTSTwy5SyQI5N+xfKmN3E/AaMTKDulxpCR7vMF64wXcVFh6Lmnaftbm4SBQ+mwHMWU6u5wGv8w3rSwjzQbdDpN0PdCg09dO9EZBxTg3Dd1bjrdoINBW42Oq5EZ62Y6nT8rwNhBItW9L3mNUd3eRsEsjo/FGytZA9QaN+oBF1S6VT5QFB07dSc/C+9Abq/DGZ1N6wM2kZWS0yATyl9T0l0Hzg7FUMYT9M05uA4Ey5/6dKkcZi8d0QzM0XP++BE9dmuW7PlkaI7vr5BWbLM93M0A+RqcBVZh9h2L2HoLZrTfqoRhKTy+wozt9FovmgjlTHsP+7dl0PiyO7T8IihbrWKvYmp64HiSbHBoFDknf3pKJ4zR69PJYC3pCWWsIpHkE8bk24nN1K0NOWUWdZLtmkH6ux3qn3FZaSZ7xLvW0zYb1nyfc2DF2FNF1QTc000Zpl3xc49PokpkYVYbcnkCgsmoXxrICuuQOsMrz7Ri1Ba1PSwCk2h2YXVlmLme7+S12EhikX4rwC1A1XWAHBGoeUR0QyOcLBRi2bivk2ktPQ5XxevqVj0mIjyUjLdnK/FFB/vufept7bp1uZQYFZpwMG9R7N7Dxw4DBA3rxziezrWNfdOZR1nGDWTAIpLZTEEqZfz8/hFq1Ls/6+8xHbrayllpv17oEWaj9gkELdawX3/qyTZv98CUhIW73NfnP7z/+2BEDd++rMpnOPW0qV9/xhJUl0zqzKVSb/H8/5vAJzHz36xb77iwqbZF1E+jzQL+29qffH6ceO5m01KQWxwjsl9bXeO6pUykrr+KL7xfsPrz/moP1YzB/tu4LdY5Zc5ZYu/+0cOXuflT/7fd74Dn8+/vb8M8bL+woKxf6cdiuXzogULvc1Xbj9kAgFVx77CmNujrB8P0kJ58Q/CMmmkC+vyUdEMjniT8yBFq5SvD+R23Lqu3J0Ixm7Lz/oW6VEDvxOMmUSbY9ygTyl6/r1VNywbktx/EfBQIp//rrwh84QTDlCI8VBFJl3VSWjyrtpgSire+TJlOZfCqY1rmzsbu8W0pydMGRPenPUPsEQiA1rzzwiK9czkUXGFbQMtD2FgL5tUZOiRPcnBy9FpC/De2BQIVyDkXGQqsMkSpHFM5+Dwi0yC2ZUWYy2KnxamroYHhgu6KFFGof9dH1VHEjD5aYTHnZgU2Dv94SXANMBXs2b3Mz5ydYtlxDZQFZx0hXej+w3zDT0v/Zl/OfCoY+/rRGVZXGnFPc1KVKnsy2M07z3QQ3VJj84JIEGwuqn/Ol4Mj8RnJs8FFm8K/2hgade+4XlhaLgt6p3p9JKXkKQ0uiOOcRn/JvgEXr34vLDH51w/FxGrcnC1QZVgW1lAXTzIoGAtXLXZbAtd9CragMbG97gqCff2ln0RLJUdNMVAA2nEWCQGrfCbsMVDh+ea8Yq5Sa0j6JZOrZec62Rn5uMHkwTWNSkBJ+/mPsKQRS+19RbjK/UVq6QEofSJnKqnHJYsanTqehxhd9XeGGi8oMMjVQ5eP8pVbUb1IarDIetlYUD9WvQhfhhTzCjZ06KbiyzMsKjy977O2esdy/08WXDZKMWsE5m20UrBIWFFWmNO9GjzTpOno2H744HldtIlfMMMnMCN9vCgItWOLltbcF/fpJzmkC9Y4X7sK2dA7G2MNovOBm6xzteXZGC4GqqoW12CExEW64xjceNirx7GUaWfub9D3FJN/4nEq51vpN+dSQjZagtBKW9tv273UKZgmSekuGXmpYJSS37xCcdKxgxEgfBFKB56TVdlxdDcoPaLl6uwUEMr10+uZKNNNN0SH3YMRl7j7PxreahL3Ve91gk7leYZ1HvWeo943W1vr5krrAQew2nfqeBguTPbzxtm6VYD26ag6j+82kLnkcubGXsuldjYxRJv1PN5k9R+PHORpZmZIZlxlWYD7GprPgbkFDGQw4xyR9aOh+DnVfVOcJVj+rW6Wk9v+rYSU6toYUyz7TcM3TaBSSCbcbOFtppAcbw0UFgo1P6tbCjP6XmmT0Vs+C4JlArnJfJoeqvzTiGi9xnXweDJz/iorgyWdtVhm2a6402PysbmU/Oa95Bj2jnFFiBoaeEGkqsX5vz/zntNl54nnTetdSGm6qjzsFye6pti1li+t74itGUfzANFL6mQy+OHh/tBcCqTa//qbGxk0anTpJLrnIwBbk0RUJAqnjrPQ8jBQe9o+7joSY2BZaWer36q34yjHaJaNvNbDHYY21lGSTBaWv0kAxuhFL7VNn4ajM5KihdhSOnr3OS3mdpNMBJvuf4aCysaUmUKiO6aLH0vidQUyp74LcKSaV49x4k9reR8EgkPTCknt9ULb/nwwyhvv2i+bZGdgmlyxjg/Gi9acc/SjSxNCgTY4WAsU6dESjztJXvJbuljX3HJSLnPYeNuIZYrt89/FD3RcxhRrpP8XgMSVfrPDiNSClr2T0+ToNdt/cFZenk7LUgeGUFB3twlrd0mTRQKBdhtJ1WkBX28EMSpncBgJVF61nS/qnPr8UHUdaV18JJnXPb1rtomytRslKcBU2v4smJJQxefjdOPUyvM505NTbqRJJVjk4wyVY+DdfXytgp8BdvdxJrvE6saIzB2VM90Egjxd9Wy4xG38ixbOQnyZ0pzbJSc+PN2LOHca62OusYwzP0emXrbFym5fSAaUMPDo5aL9FA4FUqU5HqcbiA16n6ouDSBnYiR1zhFUez2dqbPn+24iRbNEFW4RVLY+YGMnQpnJxwUrm+iFQeZGb+PU24vNsiKbP0sYMk7JsL4vfB0+dILGHZNL1JguqZ9JAETYZSx/7mS2edf6LjKQnZZSW0PmnbGzeGCozdhF3XDrltb7SluGs3RAoyUnlNwVkbO+BKQx2jt+G1i14acVACKTasM77LG6q6KofRoYY3aJZHRCo2R3/NQikWEZ5+PHyu/yqKh76WG8LC4Q85ZU1vPHhd0yeMJwlKzZYIEbBhfc++9EqRbZ6fV6L7JJAgOQvETbjvOOtgH2kDKJQECjw76qhqlzdacdObgOkVFsD4VTgdUTaL1C7KDDLRu2ntGw6ZaVZ165+u/2+l3aDp2BtUxBIbeu/3u5dsixfuRobW5Ta8/8e7Fr87fXv62+HX1NnTzKBAv1fXllN317drNJw/n6655bpFkxrfY3q3O3J7okWAj31yie7s5JanzNcH6jruOXu57lhxhl7VNrud7mX/sAH7YBAe9l57YFA6lT5BcIqbaHstFMMhg5u+7YQTSDf3+wOCIS1ijN3g4OySgOvv7h/mH6Nc9qsFfNmpDc19fLp0MnOEvTtG7lGf3uGUmKc3Uqtr2nw8t4HOqvWCKZNMTlg/J7rAanzRzN25s7T+W624MADTM46ec8ygV58WSd/m+D4Y0wrEyHQ2hPIak8gX/WbQxdU1kXuC/XBnpoYE3TlXWBbS4oFjz/jux/T0iTl5S0D/06nKuumsnwE3XNMcnKga3pLcev29Pu+2rZ1Sa8f5ur88KNqo+TiC1pCub2BQEo7Y6qq7YXSgtHpFGY1XrBrU1lT+Vs1KyAfTZZKtcxDCcYna30sYd9wpusCh02noTFyoFt9WyY47dQ2RB47L9VK3HbBwcNN7K3qwAdrj7qXpwqD9Cj4mProummHix/WCMbMstG3t8m5ZzffPwr0FBcJqyzb5s06c35ufj6oEqKTD5YMGth2jtjXEPzp523MyzLYMNbLoAqN1wb77ottBpxY7BsPH2Xp5ASMBxWM/cktuHRnIxNj4NG04INl3s82Zn0PQwaZlu6Dsowdt/P/2DsP8Diqc/3/zsxsU5dW1ZKrLPeGjQuYGkoCoZMQaiC5yR8S0iD1pt6bHkISSCc3CTUJgRAgCaHHdNuAe5ctW5Ytq63qSto2M+efc1YrrWQ1Y7g3xd/z+JGlnZ05c+bMmTPf+73v64nvozv/PYTzzh/UzeMFgW5ud3ghCh/JNrhOUU6ARx41WL/JYO4cyXveNfi+GE8iK0YbO+1f9rdnKDsi9UE4nPQCq26J8Ve5m4IJccYDDiuWQjSG9qEZTTJSPdb27jW19F8wKFHz0nDxUK/UfjeX5ZgUm/T7BKS2FTKOcHsw3AiG2wtuBA+9tFPBQ+Icfl9kUjmMhF/q+0cDAm2Jw/taHXINyZ+LLTIE7LUfJMw+luReid2TLP9Pgc7XZgk+OkSarpcmdtt346OAWdYHxpxOxzN2Ptnm8nxsoD8V9ntHock0CxQTdMs2xbQUmj2bHpm53Xz240MMaoZpkQKB/vykwxNPw8oTHN5+lkTU7SbwrQ9rg+/oN+5D5iXBliN5do4XBFL7/fJXkxf1q19OzpVK2mndt5P35+JPO5rpkpJtSp3CPOsmlNiYCpWoW/cd5TMBCz7mkFUu2bpN8MBDJoUFkvdf56IYscWP+7QMVdvKONEJg++3dBDI37KFgldvx84qo/nUrw3qtabXjD4vBzRIc98uA69X8sU+FsLQLh4KApm9gpLHktel/m0xvvKT5MR8lbeG0+d/jZhVzqs9X6NpraGZGFkLJD+43dQg+zVXuVRVJuek1tcsdv0Bfa7qnEeLgjovRkwQqjpcNur1b5nEOwRz3u+SN9M9DARS+33mSxYZcbCrJKek+cMpIGbfHyymvsvW1ygVT9xqktMiSExwOfXjyfaOlLBU0lBKIioFeKX2MXT+S61DFy10Ue5sja8YTLjyaYJeL9mbVhBf5sE7bez16XhBoN5ewX2/MTnYgB47779W6gKHoZEgzAH5J8JOPRkbL6HlwVlMPMNh4tmHz4Eq8Zuzz0ugzSBcYBMvdEnkjd3maFTw458ZmhWeukeHtmM8IJBKtquk+1z/dRQHKg4DgTYptlm9YNLbJRVvS44pm072yQfpddrwkkel9R723pvPlLCHaUUGvSUOaw84tG5Ozj/+XKi63CV7jGuhCpq2b/Vof7HKmMmSsIVXGbGoxHDAZlOmjZ02pQ33XmTtM7B2CtxsSTzNyzYr4KEnmjjM+3K0e8RXtomsyieQjkXnxvfhRA7PQHo9SQ8X5RM1UhS5NUxy1pNndeGpWkBj23HsedSLddU9mJPqCew5nRmzlvZ/fbj7Qs1nwb96yRIGWw+67Om2mXa+S/lSgTq31q6B+7j4SR9Wl0HXwgTdMwbWmuMBgVKeggXGXBYXXHrY+8jeA7cSLnPJ3p/BtMqP9Ld56HPr6ccM6taYTPS4ZPUIfJ4uTp5/K3lZdcScXBpnfBbPrGKaXzfY86ChgY75H3Y021R2N7Op/AlM1+KU9TPofflZRG01wo6TsbiIlqWlbJ5Xirc9xqLfdeNWzmPtxsuJdgU4odKkPN9gW6FN/unDr52NRDfF2+8jjoeELxfXX4Drz8Px5+P0/VQnlveqR/tVbVv0V3b96Tjc5uQzT81rE98mKZjv0rTGpP4F+pmg6vHTlSdpTsm0avljNFCsAFvFHFThzWxnQkxS0jpgQB/KbmF/aS1dGZ16G9eGnkaBTIBnwU5EUQjLzmZK/Aoyc/KGHW5jgUB6vx0dlDyXjyfhp6ugie7TfIqeNurzQvl57qm2mDTZYdYsqdd1I4Xr2GSu7iC/YSKOGafhpGaM4uCI2xfvuA/XjhMLFGNnFNGcE2Wvf60Gu2Z7btDSr6l4K0Cg9g7B6xsS5GX7WbTQ1lLHb1YcCcCf8mKM9XlljdWG/zMQ6GmVZR+rdW/B52f+vfph+uH7TU+yt7V3ceBQM6evPI5v/fA3/OfHruLO+x/v9wMayr4ZCiClgyvqSEO3Tz/6SCBQ+j737Ksf5E+Uzm6ZN2uaBmwU0yUFZqQYTWOxYlLtnFBSqPeRAltU+9K/u+rlDYO8eNKBlelTyweBPEPZL0N/H61NQ/eV6ruUD9MbAYHUdx7483OHSesNx9IZ6jf0VoBA6ccY2hfpvytwb7hxNJYn1Vtwx/xL7vIYCHSUl/VIQSB1uKefFbz4sqkXMDfe4JKXN3gBMJ5EfqrZ/84gkHrJefmVpJZ7vI/yfZSXc8Svq2t00gmSZUvHfqEcTxvSQaBvfNskFhe6AjN/yFgYz77StxnP2Nm+w+D+Bw1mVkk+ccORM4G6upLMExXDydcdSSLr/xoEUufwk59bNDUne1FVdStZt4oKqCiXujI4PYZK2hzp9Xmzth8KAikg9Pu3m1oq7JorXaqmD4zTowGBfhR2ubtbck4AvpY3PgSou1uwfadgx06oUca3/8RxYKZDzUKX3tzR7/syU0lXDQZFhjtt9dL1ntoI3X8zmbzdZPYsyM5yCbVCS0igwIShMWWKyykrYXpfcnK4/b7ZIJA6xo8fNLnrpMHV/BOSORoOuTDPY/DtPNEPDKpk7H098M2WOJdnCD41DGus7qDgnntN4gm0/JmSQVPhje0ieOhrSOGledLtuEbSgFTFeBL5arvn4nDQMFiOS1UfkKGSerf2SV8pPxHlK5KK8YBANt1ss3/a/50q82p6WitoaJQ0NqKZgg0NgkZPmM1zNrNrxs5/2tH+PsPLZydeRbYYOSFxNCCQ6piPtDmsiQ0AdQecx2mTW5ibfT5WZLbuu9MbbcJS8IcikylpgJRDlBr7ASI06kpyVVE+Vox37Hylw+GxCHos/2yE+/jgQaG9HTdsSs5pi5d2cNE5Y7MjVDLiV/farN8kuPB8V7OJfN/9OObe7STOuozEJR/sP40jeXYeCQi0caOHvFzBlKkD9/PePxk0vmwQXCCZeVUy6XrIfZ4Wdy1BcxYV4oL+dqXkxAoXSGb0bas+vOX7Jmq+V/GOhfCuuAfXK2m8cLD3hfo8/dmZu+VeMuueJ1z5DsKz3jXoMiqAatfdJt2HJL55kkdrjVHlEodjmuau95BZYxEpd/juTgc175zvxrhw6fX6WNWhi9m8/UIWfsxh1Sah15Bqnn3/e5PzUdtWAyWrpEKxnhT7aWhoyaEai8xdA5JDPVNtOo8fnCyte1Jw8G+mZlEoNsVwiazql01CfxKoFPOCT7rkFbsaLNj2SwO7V+hiBCXjpnxC9m83qL/b0BXyiz7lkl00MgjUc0Cw6cfJ5/bxn3fwprGWh85/na2Cp+72UOmHUyoEObHBz+6YLWk4LoF31uiA2HhAIPWcu/MeQajVIJgvufaawe9BMdlKB9V0Ors0OyYVxt2fJFztY85/uOT1PTvUZ8IWZO2xyNxpoq5LekhLEg+6xIuTP2NFw7e/tk7w674CvWuvdqkcArKMBwQ64DxBm9zMVO+5TMlcPAgECm0SVP/W1P41Sz7rYHggSoga+37t2+GnmErrMiwycA4YTFyTTCTXLY1hTXHp2G1Q85DQAK6K2de55M8efl2ifCrvvtegNa2oKcuEdxebrOzzWOu0Jfc2uGzsHn4fHgknR0Dl2V/3C0Lm0TPeV1z6B8pnVtPZXMQzvxyY98aax+fkbGdR7usszltHnjeZ1E+Pg+WL2DKvFxn1EfnOR/Fmeah6lySn8nCGXNMaA/sVk6UTLaIJyYaMOBXvkJh+yXDvI/4Gk4KXvKhx1PTOmJ7f9JhTjKhggIbWyIjNTzGJM0QZJwY/OAgECtWuob7iBUzHZWrv+8nML+7fz9DnlmKjfu/25Hvu+88NkdMVo7PaZWbOvRTmVhNPZFJ/6Dj2HjqZ9sRMZto/ZWLvg/37e/2bp5LI9nL855/HE+57BpSVkLfEz6pTpxH1W0w2zydPzKan3eDVWw18CcmZcz3kZQhazoyRyD98nBjxMIWvfBurp2nUS+j4csG5FLPrDPZOf4X2vfvwNmZSMD2Od8UC7KxSZBpw0rzOoH4VRFpGf39QbZs9JUG5Qob64lDFVmpmvUB3dsvobQoVEP31VdCRA0LiD0otD+ovgEBQ4C+Q2q+rfJqX1sjhz7NBc0x3mOCqAP5oNt05rXScBoYv47Djv/qawUurBR0dg+eoigrJ7Bkwb547KAfgJqJkvxAjt62UuLeX5lM7MfKGB6yEE6PgtR/ia9112HFfOmEy4Rwf0w/YVLTlaeatk1lMZtEEwlYBEc/IoFJqZzkZHlwpR2SXNzULLdvqn/YXsgtbeeE3V2EJi+OPdznpRN4UX9x/SRDoH4wJpK53yhdIgSgnL1+AAli++7P7ueTck7nngSf7gZZ02bTUOEnJkw2XvE9nCg0dpONhAikQ6LpPfPuw8Z2SDkvt/0PXXjQIEEqXrEv/svqekkYbCgKlgCS1bToINRQESgeh3ghVPq+IAAAgAElEQVQINNK5vFkgUPr+02XjhsqrqfNMSawNBzANBYGGfj9d5m68TKAjAYGu/8z3tCReehyThBtr1TS+z4+BQOPrpxG3eiMgkNrZHb8yqVcVYcNU7o8nkZ9q0L8jCKReHF96GdZvHFggLl8iyM5x3xImUG2dZFd1ctGmKnZWLIflS10tX/FGIwUCbdjqcs9vDA0+KGmZo43xjJ3mFlX1aGp/gm988chBIFW9/viThk5Kv/eqw9t8JImsfwQQ6OBBC8swyC9I4Buhwj51Xf5RQSDVvpREX2mJ5MPXDyQ63igI1K2kvZpsIhIeKEpWxo8U6p7cuVOwbQfUHxp4wVGg5rzZkJk5OhMoLjtplzu0zFOepwK/M2nMW+GtYgIpgKMpYtC1GWRfQsk3zSH7eImv/PDxvtYRbI645An4SaGpzeZTodgDrW3Q2mpog/IulZw5JcbSv3rI6jDSBDAGvqMA52CBZOokk6oZDmWlY88LbwUIpFp02wsmq8MO4aBLT7GkZxjPXwUazPIILaFXbQtW9zp8OsfgPUO8ZZSk0133JAGg5ccL3nnu4GRpftP38feupzv7bMKF7+3vkPEm8keq2nzyacHLq81BSV6187FAICWv2Ngcp63ktv62PPOLG+gMDVQwhwpDbJy3gf2T9uttfLaHhQdnkuhMlj/OmiFRDK6hoZifoVahde4XzVf+TsNfY8UI27RZEO6BDF+c8uJeensieEUvfk8vGd4eMnwRMn09eIzDWQgj3URS+HCNTJQ+1W5p8ICbBDNu98O7Sq8b8d47WhAoxQZS98pfSk3a3RdpdlczPfNUMmPL+VtU8pl2l9kW3JsmJxiXXdQ49xOnA7+RS6V5BZbMGXOOGO/YUTv6vW1wpgeCygl9lFAMhj3VXvKDce0BN1YoEOjbt9kcOCj4wPsdpra9gu9nX0ZmZBP5+r0QGND/OpJn55GAQMOtCxS4oFgqit2z8OMOmROS5+LPiGK6WfREk1XvKhG34dY+4OtzDv78gXNuOGTx1DNQUwuXlxicWWCyCQfnlATqOZQe6c/Okmc+qX0tQis/Rzzv8HLUpmctap6C3inwQgucd447YgHOcCCQYuUobyLljfJEMMEfXoKzbcn0gudZXHWXblZNwxlELrmS2/pAkg9d71D292dnygNFbTP7YoP8FYOBcDMiBiSH+oaKE5SYrcnnXqTCof2Ege9EW4WWY1N2DMu+7BDIEuRkegh1Dr5fn/66SWZYECmTLL3AZcedBk5acZMZkMz7oMuLdxrkhAVuleSkNNbQcPPf1p+ZdNUKJpzmMOWcwdej1B+ga08cT7OBt9XA0zF8wrUjvx5/VyF+x4ciaNTPSuBdNDL7diwQqK1dPQcMFFBRWgrXXwem16aHejqdajrlbn2fp0JID/nWNEp881n/mRm46vnxFQczQ2q/j8xqk8w9Vj/442RLRCa4vVIzOIYLDQoFnX5gKJXYTxXoZWZKvR5Pr9AfDwgUctdT7z5DibWEOdnnDAKBFPNOATjT3+1SfLxLDwfZZ/8Bhzj5nsmUy4sxSUqhKtBBgQ+7Gx32Z9qaRZaK6l95CFUnr+XMqx2C8wdfVwX83Hl3ktWkpIunTx98rUoSBivCHrKdPnav1+G1bBsyzEEKCWa1wFNj4BRIEssHz4lvhAmk2mtYMXIW/QrTHybasJiemgEvMPV5OhNoorORCns9E+31eBkAWnrIp96zhO5EBjnhHUzP3s264ybQXJxF6Q5ofPh6enqSSe2iJS7TL4DSMi/7tse0t1H3AcE75llk+QXN02zsJQPrkJHeR4KrfPhCBt0zEnQtTPbneEAglxhb7Nsx8PK2ws8NAoF2N3+H3gJBzr4g08rehdHZDl1tiHAHuXYXnc0hjPYWRFfy705bB97o4QCYs+wEgsWH6I6U8MRr39FtOzV8ER7ZiZtTADl5bL12Mj2lFsetD2JaVTjT55F5aJUG/HfNKCRAMTOs6+hoNFj3I4OADRFTctUSL0oJuPGiqPaVSg8z0kpw9a1YkdHBlv7vOCdC7EaaynYifD+guLl70P4UCKSZQ4ECFGjk+AuIdgXp6cqnx8lRdwlxkUdHl0C0GszwmExJYwrvz6tlf7AeJ2tkUE4fUIITNul8cjGyqw+oUQaxw/hXphqo5hp/EPx5irnkEigQ+ArQQJGvINkvMtJL/guCjK4CejM7aDs1hpGZoz1kX19n8MpqUF66KhRL/ISlJrUHbe0TrRjHqSgqksya6TKvsoeZOyGrK0gko5OO0+PIjOGLToxELwVrv4+3s3bY+a6lMJPXl5Rj2i6nv7gPzzDeoXZAAUNFmj3kZJbgZBRi69+LNUA3Egi0d18yH7Nnr0EK5FWNqH76Wra8Vt7fnsXHuZy8Mvlu80bjXxIEeqOd8RZ+TwEBW3fVkpXh532Xn6O9f9TfQm2dKCBGMYLU31JgkZJ7Gxojee2o7YbzBRqPJ1C6FF3AP1g2XO03Bdgoj5vHV73Kpz90OWq70b6X3s7/bSZQSlZv6LkMJ52X3tdvhAmUuj4pACclcffPwARKl/l7C4f9v+Wuj4FAR3nZ3ygIpCizKhGvEk3KtPZtpw4ssseTyE81+98JBFK64S+9Iti5K/lipyRCli5xWXkCTCrzHLUx+nBDQfVvwpHUHnB0lYuicav1oqI4L16UXNQog/YjjRQI9LuHXF2FevJKl7POGDvZO9ZxxjN2lBnxf38jman+0XdM2nvGlzxMJdSUybQym04ZKA9t05Eksv4RQCBlAK0SSW2pCrlROvkfGQRyHfjeD03NJnnXxQ4L+pIDbxQE+nW3y0/DklN88P0h0l7qHlBgz/adaPBHgUCpUEnv2bNhzkyX4mKp+9brMenoHpxMS23f4Vaz31W66C4V5pnMKTiRpvbRK+/Ud49k7ByJBrfHFNpc9VAoxuvrDV5ZI+jsTL68KSaJklGcM1tqTxsdhp9rD/SyzZB4Hbhgg4l3r6mTXEPDMSTPXZngjPu8+p1z7hxXy00qGZzCQuX3I/sNcJUnkNZvH4ds5VsFAqn577EnJU/+LZn0CBRJ3nadwz0Rydqog1ckq9eHzlxqdlFsnBkeof/ldwpe+a2FUiBbNF/ywWutQZIrqp/MRANFBz+ju6yl4vs4nqRPyHgT+SN6YsQE3/uBodmW11zpUDX9cF8D9XKuWD1NjUr2CxqalDSkoef6Sz//zf7L+Kfv30wi5qdt5n42zN5EbXaySr1EZHBD/lyuyZ7JxNxM7rg7waYtyQFy9hmSk1YmQVnVhnvvMzQzQRURfPR6k+Iih95YAtNuw7JDmHYrptOKHQnRtD9EtreVYFYrPmvse0Ido5MM2gkyIaOQhFmAtApxrCC2p0D/dEyVIBu4Xw96LL5ccx9Pusn9f8Gb4MNl70dnrYfE0YJAanfKc0t5b300R3BeYJM2Lq7wLyFon8FNbQ4vxuDmHIMr+0BE5SehACCVJlYeNcuD1xIOWzjjuC/GO3ZUu8bja9A/xxUEaGyPjEsOSYFAN33e1lXcn7s5RsF3/wOjuZ74pTdgn3npoB4+kmfn0YJA6sAHnjE48LRBbpVkbh+gMHRNufMeg7ZthvYjmXbh4Ds99ezcsjPB/Jd9+IXgG7U2+yJSF4mcerKSUk3eb6lnZ2vtTope+jqOJ4ums34wbPLt4J891L0k2ZsjqXYEH7vR0XPjcDHS8yV7q4fsHRZdWS43v+Zwagyd3Jw+83UWFP0Mw3DYaS/j+5uuZ948g3dd4mjGjmLuqMrw2ZdD5ckD6wIrbJC1wyRwwNLgkpoQIxU24TkO/mIDT6OB728GhiM026TtpDiyryBg849NnXyuvNRh4onDg0B12+HA3eqeE33OGGhZp1Nu9PLcj+IoVg9qfzYkhGT5Fx38aTnBofNf23aDnXcbWAHJ4s85BGJ9YE+L0B4xSjbvsOeTR7KlTbJHseJwaZ/wOtb5TzJZrKD8wbPINQ1939VNTuBbMTyjZjQQSBVC3Hm3qb0Xy8sd3vvB/XS4O2m1d+PQ098cJV2UY0wn15hBtjGFbL+P8AFY/d2kfNTxH3PJ2qXAH0+/94diKoTn2LiTZD/IpkAiDXCFBN6Qibfd6N8+/dwTOa6WjosFJb9+BnYegmlTXa67ZmC8jwcE6pZ1eq7KMSaxJPe9/WvKQy8Y1D5m6LYf90mHMHuodR9F4pAjKlleeDnN7UkwwhMyKFrlw7Ukj21MEIsK5v4/h9zK5PgvzPLx4g9t2nclx2nVe1yKjkt+1tgEd95jah+zsjLJf37MQ8cwLAY1fpV/V9ZOjx7L0gT3eEnb1DgJxyUeRstFSluw4KM2WUmlzv4Yq4Bi2Bu174/pPntTjUvJMSr1J8KJkte+Fat+HVbDZhSzIRV2ZgmR0iVEJywhkTMZ5Qnk95kcaEiwbsNBclf8Rp/Hqatq8duS7bUXsOvguUhp4vHFKK0Mc2BHoQYAKksFx1VY2BkuzefGUjY0+lAjrSk97YKiZ/xIkfQGcgNjg0AiGkGE29ic86CW8Tpx8yziB0Ia1GkrbKXmrDy8MZtFX3kZs2f4tfHQflTrkV4jB3Lz8ZfkI3MK8AWLiER66egsY/PeK8guaGfBjS4yUzFc+oA+93Ha3C3MyT4PX2wu0olTsOpTPH9iKY5lUmlcTk/dJLb9wsTvCHotyekfF0x83qPHYePFg9ceZqSFwpe/rYF815uNe/YXaDeLSdhpzwfp6s/NaAdGtANvSJK1YyXhnGbaq37BhP0hzEgbQo7OLBzoAwHuUqR9EcKerP/smAnqpqxjq7OPXS/Noz2Rh5GVx/yFPpSspZKZHC7UuuBgY4TGNQaHXhTE+9bqCmjPnSrwZrtEO5KyqbE2oaXkRgrt85abZBIVVNhUiQg54UJivm6ezA7z5NqgXvepKCmWOmcwf56r17UNbRHU+7hSTFDvUtXVQgNFU4rbuXmCn4xYDl2ZrdTO91M00UTqsrHBofo4uPoWzcZSYE38tM8QyZ2m8yE61HWItlItHqXbaqO8PZeqOqnBO08kBPGBeXekc1TXWGYX42YWE/UVamBoT0sJq9YXU12fh2ElOOk9D1A0eT8KtF+UfQVet5z9B12dN9m2I5k3UTF7psspJ0vK+4pORpsrhn52DAQ6kt5649umfGIWz6vSfjYpIEUxS9JZHwpc+c9v/U+/t4s64m/++DTnnrGCoUygsSTFhgOBFPDx6sad/RJmQ3101PHU91QoCTgV6ju7ag7w9tOWat8gFaN9L50JpDxy0mXT/D7fYZ5A6QyWdDBmqOfPWHJwo7VpLCbQSIBZ+hUfaZuh7RrajuEAprH8nNKP+2YzgYZeA3UsdYw9+w7y9tNG941+43fAv883j4FAR3mt3ygIpA67YZPg4UdNvU774PsdLT+lYjyJ/FSz/9VBILVw2FmtKk2ErqRVoarzTliRZOOkvBHeyiSoAoF6+6piFY1b0bmVUbuq3lGJ4LmzJaecrJK54weDUiDQl74htZyKuv7Ke+ZoY7xj57YfmaiKzC9+0sCbOb4XELVo3bE3yvduN/V5/+dnnH5N5vR2H0ki60gS+W+FJ5Bq978KCKTOZeNmwR8fMcnPlXz8o46+Tm8EBOqOO5zT7NLhwr2FBrM9AgUy7a1Nvqzs3CX6ZYDU/KUSfQoYmTVTHuaFMhoI1OqqJPCTevhMNM6lyJqPMij+RwCBFACjwnVh8xaDF15KsjdUeDxKx1uZxkviCYErJBvOsGma6mI4sPhpi+IDpu4LlbwMBqGoCNxJJt/aEWfh8x7mzpW859KRX4D/UUAgNf+tesHlsSfUuQsyMiTX32hzaadL198B8W/kG0xUJr5S8J02mx5X6mTwUGhZzeX5MViSJ1iUbVHhuMywoCQNa8gN/YqM8CqimctoL/6Y7uvxJvJH029/4SWDZ/6WNH6//DIl5Sbp6vBQs9/WXi89fRWaQ+dfBfa/8xO3YnriJFzBq40Xcb+xhRq7S286w5PLh/Lmc0nGNCyVDUgzRn/8KbTsq4qTlndz6vI2fvXbIhpDAXKzevj4+X+gPKcG4iEMW1W+j10EIIVHgziOlQJ0CggniqmpL2RLdZBX2otYdRFkdhic8UePZj/NmQ2zZ43sObRWmNx4KM5Z7mPcG29FCsH7zF6+Vv4BhDG42u7NAIG2xCXva3XJFfD74hrq3Uco9s0kK3EBZzQl++DJYoN8U6AShjXOA6iK6gzKmWa+mwkFOZpF8c8CApnSxxe+5uD9eyX1f530KN7f3o5bUEL0q3eBOZheeSTPzjcDBFKsinXfMrVhdkr2LH1NGd4v2PJTEzUMlNH4UI+01LOzd5dDwcte4n6XX7oJNm419PNChZK6OfUk5WUmKc710bP292Tv/jO9FSfSsfD9wy559v3eQ8N6ySYv9AQln/rEyPPkSM8XkUCzgQxb8MP6BP4mSYErMDySYMZOVi74AZaIs61rLubbb6R5lV+zgIQhmflelwkLDV3A0L3P1glzf2PyXpYG9E616Z5t4/SxwVP3Re8hm8LnfJqVorxoQqfEkD5oeMVg36OGlpVbfOMASDH05Fd9w8TXpRJmkoLZkpnXuFSUBDjQGGHHrw06awz9vmBUSVaksYDUfgbNfw7s+4mHXMdgYiVkS6FZM0PDzlHAh0uiSEmlOdhZkqeeMXjpFYMlfsVi3IXvyj9S7JtBafQiAg/7KBCGlgXaX5rAd8rh12UkEOjQIbjv9w55FXuZftwuiqbswWVg7ekllxxRRZ45g0xUBflAe7MCFvUvC2r+CMctEEwwzSQQB8QLXLrn2kRLk20ZNVHogrfDwNtmJBlQbQaK2TU02m1JdY/EN9Wl/HiHRK7LeEAgW0bZ5vwQEz+n5H9Kg0B2FNZ908SJCWZd58DMLRxw/6oPmS/mMtk8l5KCDBrbkgyGwqd9uo1dCxLsPOhS95ShZQCPuzl5fmpdoOa/HfcZKIk5FZWXuMTLXe65LyktPWmS5L1XOkwpCzDaO6oZFuS97tGgoAo1HtqXxdn1vKBxtUHBHJdZ1x7+XDoaEEgdp8l9mUb3ZUzpZWHzfHLrt+Br3YFITRrKhyxnEtGyJURKF2vvsPRIgUDt4Th1zl9pl1uJNS3ipftPZ7p3K8flraPS28Km3VfRHlYO6BDM3cXkKTuZknEhRsJD+/I4kUmDx+9o7yP5a7wEDphESnvomlitwZw8J0xnQzOisw262vVP9XehGD2J5Apo601LCU/LY+7tr5GzpwNpCDZ//WR6s33MeGYvwUdrkL6ABnTIydfsncySIrp9OfpvMkeBPfmQU8DGugL+8IhXS2vd/AkHjwUpX5fXv9xOd3eQZTN/QXzSYjLOVM5eyWh219DgvsCUwInkOyfjr32ehsTj1E7OJ1tMxbfn3ey+09SeUT1eybKbHKZlePH92SSRL2k5cwAEssKHCK75LmY8jO0voPWET1NQVqG9WgeBQENuKiMKpX8O4Bg2uy9bS46zWG/hCR8ke9fD+Js2J2k6GCSyJuBkFGA5vZiRMCI8B+LngEwySyQ97Kt6jb0zX6W0oYF5OwYkI9XnETtAeyKfmJWHNy+f7JJcZEZBv0dRUVkph3rV2iZ5/ygvpYOrIBpKruFMn6TkBJdJpwrKJng5WBcj0oYGhKLqX6tEMTyjbWn+RX3na/rinLyii8KeMhJWlFWNbTQ3FpFb6hKcpOTmBIEgVEz1ETYikLb+VWvk5ppW5m4N4k0EaMhq4Nubs+mJ+fB5oapKMmeWy4wqidcLZiRE4SvfwYy2azCudcWnyCybqj21+kGgvnYpr9Xdzj0ITGabN+ARmXrshMNduJ1NWD0ten9mTzNWbwtmrwLpWscE6XqFj3XLKujOMzEdwdzQLIpzq+j1FtJr5WvfQyUh/+LLQqu3qMJnFZMqVHGU1FKvo5CwBo2iYyDQkJvqLfo1lfRftmhWP2tnONBCHX6o1Jpi4SimTwpISpfxSsm2Ddfs4STb0gGn1HdS7diyQ+noQbrMWao9Q4Ep9feRvjeS58yvfpd8RqfOR/1fASRfuuXX/c1PP/ZQoGQsEGi0NqnPPvS5H/DJ6y8bBG6lfHDS5diGnn+qcaMBRel9XVYSpDA/h8suOF2DZiOxjNLPfbTr+GaDQIpxNlR+TrX5jls+iQLtjsXR9cAxEOjo+m/UBfZ4dv27Bw127DA0m0TJDyifoPEm8tX+/1VBIFUds2mzwYuvJKWU9LnmSlaeKLWmvlr8psf/FgiUOqaShFm9Bta+bqBMZVUoDXGlfTtUS3y4caBAoLoDkh/8BF0Rrrx1xrsQGm1cjXfs3Ps7k927BR+4RjBp6vCGn0OPo5Kx9z8a08nUGVUuV18xfNLySBJZx0Cg8cwSh28z1BMotYV6ifjJz02U5N/573Q1U+6NgED3djrc0ulyvDD4SFtyjqreA7FYcqxbVtKjRnnaKMmr0aQRR0rSNTov0iRX65e+ycYF5BkzRjS3Hq6XjmTsjJcJpKrw2tsEPd0W++rsfq8exQRKVrKp8+8rA+97ZbUMSWGhoLjY4bk5LmtzXb3Vl7IFF2QNlqN5RVj86rcu5bsNLninw/FLRgZ+/5FAIAWCb9su+P1DBkihE9pTPuBwm+2g/JAeKUomTOfvT2iOyculBgcdwZoQPLpF0pEvtZxcZBiT2FxDMsNKMoZmm1FWtH6bGW4tbWX/je2b+oZBIGX03twkaGgSHKyHjZsErpu8jsPNtTnZkpKSpHxbWWnSfLigQLIu8VMe6ZE82p1BW5+EzlJvMTfmz+eswEQ9Hky7XbN3TDtErqeLaLgBkQgRD7ficVvpSWRz65NfpLWnmNKcej519tfJDbQPGdYGjplHTBawq66I5q4C4hRx/Io8PNmF5OWX0RkLEE+vth2yh7YwnN3tqAJx3nmXFzfN+VsVmcyeiTYiVvKjqfijbfDNlgSXZQiWO89xXWctcWFwoejlhxXXYZkD2vZvBgikX3BaXV6LSz6f20il9zfkWhNY3XMV3+tyWekX3J5vEHb3sc99GIlNtqhkinEhhrD6k6D/LCBQqMnLD+9wmTqhlw/vugrR3UH8/Z/HXnr6YdPakTw73wwQSDUgBVBklkvtkZO+ptx0u0nPIcGks1wqzjz8eZ8CgXgK/AdNwnMTmo2hClteXg2vrRvwa1Ss0PPPtjj+4BfwhOtoW/JhoqXJRODQqL7TIrQTXvfB1GUu5583MkA6WpFBVrVFziYPLdLlwY0OxWk538iU/Vw84RayrB66ElNZ9eqncYwAs9/natZFTpOHjO0mRij5zFNySD2VNj0zHFzf4Hk7/b4wu4UGghS4YGe6hE6LExeSV//b1DnOE74sKZpwuBxcwytCA0WpxGTRZTZVSwZA8PWPG0Sf63ueGJLZ17rkz+rzJ0kIAm0mOV0W9kGJ1WpgDHm0KPBKASbxQodEoSSvyktzT4ShhLpoFF3ok9krWFF4iMCH7iLHKmMq1+hHn+ePXoqkqYGqunwbz1mDy+SHgkDK72ZfaA/7WndTNLkWwxq4CJlmCQXmDDLc6fhJMj+HixzXQ/dDBsWu0c/AjRW5dM+xiaVf1LFAoGF2rhhRii3kDSX/eTrVM27whuraJwpdPBNN2jJjJApcDQYOF9vtn5CghxNzP05Pj08zgBQTSLG6Sm54hQb3ef21YrGCMvMUDAHF+QENAimQQYENjl/SdG5UF6AoyUa7R1B1uaMZPykQyHYkNX8wdAJbxQ6/ZL8pqKp0ueI9rl6jjbeAIqPWInezB9FXuVHT4rC13mHeJxwCw1yWowGBVMLa37iOLXnrCWdBbmeEE9Yc0Pw3Ozgdp2IpHcGFOCpTPkKkQKDmrja2Oz/TK7FZ5gcwnAItvfXai4LKNpdZOTvwmBEa2hbiuF5mlkrmV3iRxkEi0/5IrOw4osF5iEivBnF8Pe34ImF6m5qRGtBJgTqtmHEfOQt/hTAsutZeg9uzb8T2qQ+k5dVSbDXvrqRlXhZVGzzkNuZTP6GNhoU2/m6bGfFrMApKkdbghdFo100piKj1/RmnuZx6iqsT+U0HEqz9pgKwHS468QZMkaCGawmcd7Juo5JYrHUepsg3gwp5MZmvfJGXF2fpgo+M3e+j4Z5SLCkIZ0hO+aSSrITCFh/e5wyiFQ5tffKWVtcBClffgmFHNBskdMJncP1542bRlj6k5OVMdlzwIrm+4wf1n9XbTNbuP5NRv1azV8CPnX0dZteJiEgSKXG9DuFJtayb9RAxT4SSjgBz9oEV79CsIxFRcnnjLKYURp/sXL4Gh1xfHt1dQZqq8+loKCASyyNiF1Bxgo/giTa+NBnU9IYrIlO01aBxn2D3RpPQAYcsHM5fGaK8eyK2GeeltmZCu0sOHy8iySLy5UOgQJJf3sTsplIsx0uo9AAHZhSwa7eH3bsN9h8YOC/DhOXT6rg677v43LC+V0InfBonUKhVDIYDgdTB9zoPEZY1BMUiKsyz+wHEeGKE56uUmNE2ZFeIpuo2WmqbyKGFIl8LJf4mLH+EV5dOJJzt06y25a8dJGsQq01oeT9bSctlFBP3FbO9oYTV24rY31FKxAloFYSVJ8KiBW6/CsJIN9YxEGjUKefYh29xD4xHhu0tbsKx3R/rgTe1B46BQEfZnUfDBFKHVlVbP/qpoSslZs92ueLd7r81CKT0c197zeCVtfRXZ6uE1ckrYf58ZfI5/AX73waBUq1QVS3qpePlNUJfQxVKV37lSpd5c9Iko4Y0W4FAjz8peWoVLFksufC88VLiRx+w4wWBnnhKyVwZnPcOg2XLxs8E+sI3EzQ1wSUXOSxaMPxi+0gSWUeSyD/GBBq49iOBQGoL5V/1m/tNsjIlN3/cYWJxMsEwnlcjJV10sDnBh9a6+GsEpYdMnYhQoVh3M2dI5syE6dNdLYk4nhiapFPJI8X+UQbKAotpxrvIMpIeQKOxOYYe60jGTjoI5Lhoqa9QCHR7sp0AACAASURBVEIhQUurpCWkWD5o6ZWRQoHQitVTqLTB/aDkKWv3J0EF9VK2YJ7LKSfBwz6HO8LJTvtQjsF/pHnj3Bc32HK7wBcR+tooptBI8Y8GAql27qsV3HWvSgCCaUo2XpHgQEDy2VyDk7NMzqtPUGEpUMhEGcX+8k5DA4dK/uJdF7s0u7BXJllD67ttquMS5cE0NLwkmCFDVGZMYGmel5JEghmWQaZCN4YJJS+kAB/F7qnea9PYJLVEYUqCYvBXJKXFMHWySX6+TXEJlJfJw/zAmpxe7ujcxr3hrfTKpETT2z1+bvJKVkol3dbWB/y0jcriOdg+ie8//QXCsVwq8g/w0Qv+iC8rU8u0+bKKiYsCetw8ze5pbjH41V1JOZ/SUsn73usQ8CdbrxhyXT2JUUEgtd15zQ6NDjxc7KF9h2THToPde9ByZKlQuuxKd17JNj4ShHs6bD6eY3BNpmBD51oub99CNxanil5+NeEKAp58/dU3CwRKsYGmWF18Kf9/8BnZfKP1/7HDhm/mGSz17aTO/YtO6KhqecUSFH3IXSoJ+s8CAm3b4uX3D7tcm3kX8/fcjTtxOtHPq8Tl4XEkz843CwRS+TblWaOkb2a912XqMhOVYN7/qkv1bwysTMnx/5k0sh8aGgTCxPdbAyEFjedFtFRSKlLrudVrk34IuZ52vrfgJgWbUn/mDzF9vmH7YdtPPXTul6zxwzsuV2y2NwYC4UDJY37MmOCxfQ6R1oH9PJsBpVmNfGb6dwhY7YQjpbQs+TQFBMnaaWJ1JxebKiHfM9OhZ1qiX95taKOH3heq6j34vA9Pl6G/Hzo9xtY/CNp3GEx9h2T+RdYgT6D9TwjqV/UlOvMkRoegxyc566uOTuQfaIqw6ismGbbAKHTxdZoU5ULlIshxDX2coaFM72P5LmK68r9xiee56SqQo3qiKebks88anO3pJOszP8ErMplt3pg8hJr7/+KlJJps7wGfjXnBQCGRAoEau5ppdXbR6eymm3pE3+pDSkGWqCDPrCJXzKAoq3DEhKXat9UtyNpukVFn9ed2e/IcIottfU7DxZEkCof7vnDA22qy63mTnB7B9AwD/5BlgRRoIEjJ/ikWlWJTyT7PlL3Og4TlPhZmXUmsqYL1SlbNhbIvPEFXxgZ9yHLjTAqNJADaDwKFIhQ/7sPqNTQbJzI5+U7Q9Kqg5iETb05S1q+sMMkESs1/6+42iG1PXv+uCXDWR+3+96TxgkDqu0U+H85LEn9t8rrGpaTnhASRiYe/mxwpCKSkqgIN6zT44+lM+udFfRYvrpyM7TGpCE+gKPNCMnLz9Twf7h29MC0FAm3tfIKQ+zq5ooop5sWohPyhF0zqnhFIWw0ZSYfRhEsN5dYU3j5nMh5LsL6ukSnlP6IguxbpSOxQBLspQrwpgkzJaA0zOAIzPo6v4t0kenfQ1XUH/uIienw5iFzF2Olj7WT3/ezzb2l212rgb3LgRDI6F7JH/piEz6Rg3wImVr1j2DE82nXbq9Zg95iajf7JTzhMKvGx6WGb/U8JggsllZNeZGLHnQgh2e9cinX+OcQIscv5NZlmkHntJ1HXey8NpTkYLfPouO18TAThXMnpNzt4+9YbRXt9eNYpHySbroUJPJ21BNfcimFHSWRXEFrxKaQ3qUc5XinV/KdcAp2ZVL/tZbKCwxcAeMLt5L1ej6d1Fsjs5JRjddIzI07LrDi75X04RMkTs5lknKfHi8cyyMv00NIR6Zegc7s7aK7rpKO+A9HbQb63jTyrg3x/BwGjd9h+H+6PCTtAJJaP7c3DKs1H5OXiKt8i5V/kz6e2pYBn1uRQszd536gchcpVnHqSS+meJorqpuAq9tPUejo7yjSLSDGKEp2CXrV07FvSViysZ5l3IoY02Z9Zy2vPT8DwKO8hSU6JQGZIQlE42KH8zmq5oeo7+M0oB3sr+G33Z5hcla0LfKqmWCPOqVHZxi7nl7rQYJb5QcpzS+iKJBgJBFLral3M8XpyHa9CS9qd5DJ7Tjd73PuI04nX8TG/cRqZXZ2aReSNtiB6W+mnA4/Q271OBk3REkKxIjpkMXkTi6mYU4iRU4gTUGvOwRPvkczt6l22O5IgNhLANaRN6p47Fsd6YLQeOAYCHRsf/2o9cAwEOsorerQgkDq8Msz+n18nE2uXXOiwcrmppQc6e8ZmaPyrMIGUj4mSWVu3XvQnq8rLJaesTCarxmLJ/F+BQKnhoxLLW7YYvPgytPRRypXB+4knDM9cUiDQLbdJGhrhqssdnVx/M2K8IJDq50f/YrJ0seD888YeZ6ptlhvg819PjCoFp7Y7kkTWkSTyj4FAAyNkNBBIbfXLX5vad+TsM13efZ5vTBBISQNu36GSxYJ96h29bzgqdoR6sZgzC6ZMdgd8cI5gsKaDQK60qXP/rCsTDXxUmpeRIQakPt5MEKg3ImjpA3pCIUm40+Jgo0t7+4A+9dDTUMBWUVAyodQgO8+lKOgSLEz+TVXWDg01b23c4OH5V5z+eUsxpFji8sPcZPLkooDgC7lCv6x+tU5g32Xq6r8vfnx04PcfEQRS59PUIrjjFwa2I3R1/AsX21j5Dv8V9HBzi80KL3zJsfj13YYGM1IAUGoOH/oi1y0F1QmXXTbsjLvsSkhqEy72MJ405SZMkYLSXkFWi4FRJ+ipG5AmHHp9lHSoAlNKSmBCKTy7SmivpnPe7nLxOT6a23sRdkfSh6fPj6cmHuJ70SgPOAqKEniQXCEb+E/2MzPNtyL9WBJvUqLNE8QTKCJCAbYZZG/jJH75h0ricSXjJFFJ0KmTXa6+MgmipldtKrkkBbCpxLna5qorXC35kYrxgkAfaXNZE5P8uMRiRR8dQDFrlYHvth0DuvOp/W48J8GhCpePRkyunqzAPdjdvZV3h1bTgoeFRPht2SXk+UreNBBIHfuGVocNcYdfFN2mm/IfLTcTEIIHizbSJJ/VfysyljPBOHXQZf1nA4Ge/ZuHdc+38cXWK7GcKNFP3YZbOXfYGfRInp1vFgikGhLaIKi+39SeJad9WWA78OJXpQaGpl3iUjrEGD7VeAUCZe+z8LxiEC9SrJfh/QXV+Nu4yURufZYLgvextXM+v2y4mROWw7JlSQZ8emy81aK3BV70w01fsAfdB4fd42N4zmXsNclb56UjJnlmS5K1ErPgJS+8zSMJRDo5bdFtZFnzwT4H3Fy9jZMtkQuhpSQ6Iusj1ZbhwFElRxd8wYu3zcT1SvaUJdj8kNBm4md/MwkCqTX/ngcMWtarJL7Usl5Zs6Rmf3j+Lq8ZOE3yzqu9PPOLOMF9Jnk5gknlYlg/HzvXxSgX1NY57FIE26DLwlGeMaMl8hWL8vu3m8wKweSvfkun4hZYn0L0SV6q8xbPeihrSz4U63GIXHqQLllNj7GHbmdAnslJWDTVTsXsmcHpSyrxiL4sszJIH6Fq3eoyyN5qEagf0Eo61O6ys9lh5udt0ppx2H10JInCYW/Cvj/GYvCjnyU9Fs9aBOfMF2R2mLiHwBpGPlT7ChW5NAW3sr/gb1QEl3Ho3mW0bJTkfPBRnEk7dFJTJa7zjdn9h06BQOG1CXI3elD7aXn7wH2kAKQN3zOJhgRTznU57iJvPwi0aYvgjw8bVMYNpieS91DZSpepFyQBsiMBgdTzpX5Pgro7TJZMNsnqQ74U0NWxNIGTOXCPjgcE8nTtx39oHYGm9Vjdjf3nqyRNY8VziZYuoak0j738WX9WaV5JacaUUUEgYccR7SH8vZ0QbWHNlLVIUzL7SRN3Vw47Wi4m4pbq/eXaW5kTvYVM94D+3T/tg/inXEt7T4Jn1aVAMi34JAtmPoxl9fW3BMf2E6WIWMYU7NxyZHY+Mjfpv4M3l5K/BrTEZNvJMfLn+mhoTcr4jRQpFk6hdwbxnSG6prUR6HCZUfi5Eb8z1nW797emXqsvW+py3Xs8PPVFW8uTzb7OJX+2S2LdFiYe+gmGYVMfPwMuuoLNzi36eEt3B3itKoJwDMLfuxHRmU1XkeTMmxysNGmykk1+zGpBx+IEdv52Cl69DcOJE8+bRuuym5CegaT5eEGgrNVRcg7ms3fZq/gnzx90/mZUkLnLIrPG6vftkr52BA+A+RLdmSZrlk8l4UEDyJONC/sLQ/pBoD4J56EdqzyY129QctmG9vf0GAnyve3MndzG/KntTCpoS7KJosl/ysNI/RRyfO/GrjToTOTi+AvwF+RCZj5uIB/Xn0+0qZDSmnkakDy4bC/m5Ak6n1GaH6ChJUK0Q0DdQabuqdRsuJqCfVRvLddSc84wRWkl+Vs5cc7tmGaCUNd0HttxMx1OBhEhiRgCbz5MmQXT5zpUTJSH5U7qnL/QLreTL+awOP/SYUEg1V9K/nrjRuUBl+zNyqlwxmmCiokJ4rKLGud3SQCIfKabV+ARAwZ1Oh8TtUl0tWBpWbkWzO5mLCU319uipeeMRPeo940UFk5GEDujCCejGCerGLJLCBSWEXJzUfPIaHEMBBq1e459eKwHjvXAsR7gGAh0lIPgzQCBVBOee97gb88bOjH0mU8Iigv5twCBFK1dacVuURryqcXGtGRF/dQpY3skpC7f/zUIlD6MdlUbvPiS0El4FUoqa9nxrk54KD8NFYmYl699Jylr9/nP2mPSoMc7TMcLAu2vE7rifGKF8iMa30J33Ws+Hn3cYfYslysuG/naHEki6xgINN4rO3i7sUAg5XPy8/8x8fkk3/0vL52Rw5lA9YcEO3bCjp0KLBmoJFYVw3VTXC5bABdNeWPtS/9WCgRqDXejqmR7qccig0rzCvxisOTHkYJAGT4Pe/bH+5g8glCLpKU1yepRAMRIoeQ3iwqTrB79r1D9lFpy0mMKnZxKeQKN1QPqhX3voahmMK5+lX6vpKxiyUtzHRoqHd4egK/nm3z0OUH+CyZTF7m8ry9RM9L+/1FBINXezi740U9NDXwlPJI1FyTIKJI0OXBprwF/tIYFgNR3x5Oks7pW0dD+LBuN+axyLmNHwqXBD/YwQJwnCjmtguJeVd1oUeWVLCyAsmJJbnYcMxHSAI/ltLJ1h487Hz+ZDF+EW674Mj6V0eszJn5e5HMLk3mCIBJBFjYflIe4mTqCpkPcysFjVeFYQVxL+fIU6v8rjx7XHHgBTskhbdspuP/3yZdoNWeeforLXfeZKClRZYr73qtVVXdSumNXjaMBoERCaKlNNb8qMCY9xgsC3drpcn+v5FNBi8uHJNfV/lTiWfnrJe99g0dPTxAOSlY+4qWwQyRlHmdC7uQarup4mv14qSTKAyVvZ3p+FYYh6BqjUns813ljQvKBkMsPgz8l04jwidYP85Hs15jufU2fdnq1fHo//LOBQL+938PcV7/HCZE/48xbTuzGr484pRzJs/PNBIFUgzZ83yTSJFhwjSDWK9n1EP1G9iMl3RUIlPeMF6MJOpbE6Z02MrCtxk3Ja7chGrfwl86reWTPmbof1DNKJTNPXIH2ulCx9r8snAjsmi553wdHB8tHk4PTO5NQ/Nckw2JdrcO+kEuTCTmKZWYYzJ4smBo0MPqkHqWxn/B8D/a8Qi1xqXxdxooRGXIOWt4roBi1puSlapvmdjj5cwaJnLhmWrVtS/oQzbjKJThPaq+b6gc8BBsN8rKgvNBAAUrpIU3oEi71dZLWbknO6TalJ0GO5eXxz9i4CcG8D9nkjPL8HiuR/+rrBtseNVh00w8xcrqZY30ID8nK/FTEXutkSm2JTl4eKt/KpqUP6eJtEx9ORxVr/jaDxppKFi8wOe/cw4u5hoJAnnaD7G0W/oaByS9S7tCaL1lzl9SeSsq7arQYz/NlrOuZ+vzgQZIFegjee5XDiUt8NHdEMWICn5KOCykpORPV7pRHUX/fBHpprPfSNf91OmZtoCe7nanWxWSLwRdFg0BZAbhXai+p0Kkx4sWD19dtOwQ77zK1V8k5t1h0xuN6rfGXvyblA1csd1mcI9n7SPL3khUulRcnzefH+46qni8v3W6jjlV2osuCSoOsXR59Xkr6TknvhWcmNJts2LEjJd723fgb1hNo2qD9RFIhLT/R4gVEyxYTLZqvDez7+zjxFK1iIx7Hz3EHluBp7yEWaunz2WlDdPZ57IQ7ELEBwKX+7KnUnT+d7D1hxB2n0+A9W+/SIzupit5BmfFc0k8ntwBfsIKMjM9pOdG/7FxNqGcyWTKpc2dlOMw7bTMT/U/ha63uXw+ozxLZE4iWHKdlKxO5k/X2WTstcrYkwTrrCoOGPi+nkcZUjDZ22r/EQyaOE8Y1DUrrT6Nk8sim1mNdt6Zm+OnPTX2vffoag80/k5gBydIvOZqVrtu+tYbymh9gWVEaYyey7QKbOB1k9CTozfRgv7iU2BNn0TMZzvyQfRhYUPqSH6NB0LlgNzl7v45wbWLBWbQu/RiYg70CxwsC+Tf3ULCrkIOzN2PMq0r2f7cgc6dFxn5rsM/XLBsxDQJuN13bH2TLhHriPpPSxm7mHMiie/o7iRUliynGAoH6x6FUbHaDnTssXt/oal9fFUrlYME8yXGLpF6bpcJj9xL09tC8p5muzZ0kDnXi97QT8LXj9bbj9bWT5enCGIGhntpPa/aFFDS9W/8amvgwOWIH3pxCuo1sIt2zKN67WINEhxZVI6qUxHDy3cXpFUTawR/1Eqq3CbSvY5b5U4RwtcTh6u0fwXWHB0McqYodJGYO5JZB6VSJPwhWcQf78n+u97889wbceF4/E0ix9597XrB95wCLXhXhnnqyZPZ0S3vBhSLN1Ni/w6aHAMVUWpdrD7T0GE8+RjixpPdQTwtWpIVIcwu9TSECiRYKvSEsY7DM6ND7SzOxAkXYmUU4mcV9YJH6vRjXk8UxEGikGenY34/1wLEeONYDyR44BgId5UgY7wJ7rMOoxMwvfm1S/3dWUHkZfPJjQlNZx4p/VibQrj3KNBv21CSTz6oyRhkennJy0pPhSGM8i47UPsdKoKcfW/WvMkZXVS1HGkouSoFBu3Ynz1ExCY5bqKTtJHv3WjzyF2WWPDqgcqTHHC8I1NMD3/mepSu/vvyF8Z3bj39q0RyCyy5xmDdv5Gt0JImsYyDQkV7h5PbjGcO//b3Bzl0G7zzbYMWKOMpKpLbWYMcu2LlT0BUeAEkU627uLGCuySciESabkoeKh8m4v4HmqkSasGJs6PwNEZrwilwqzffgJe+wvY0EAil2REszhNoEzS2S1lah/7W1if5KtaE7UwBrUMm3KYCn0GXGFC/KtLWwUB7mKZb+3TcCAqU/B5T56cuvDDACo5mSffNcShY5uE+aFNaanHeJw7JR7iHVnn9kEEi1T1VKf/9HFkpOXwFBr7/DJu6Ht/3Z0hWMaj5/z7sPT/wNl6RTwEhDo6CxSXCoQdLU6PKxlZ+iJKeR+9Z8gOd3n6nfi3tyoLfEITFREi50acly6VJZtCHhw2aGe4i5spZ57n7myDrmygNkyQhff+yb7G+bxnnz/8gFix7kIWMS35UTea3vRbZIGFyfUcD7sivJtIqpEc/TKff066iPdQsoEOjZF+P84ZHki/Ti41wuPC/ZDx0dgjvvMVCVlkoL/aYbLeoOOvzqHrBtwby5Lu+6xNUSQUNjvCDQQ72Sb3W6XJxt8IWskYHQ1P7f1ujQJeGqp7y07x/YXrW3YmYjDyx9iO3CRylxHplwKnPz5r0pIJA6/vWtDhdk3k2FFWJHYiKzPcmq7cnm+VruZbj4ZwOB7v5uA9fvvU4zwaJf+TWypGLEIXQkz843GwTq2G2w/ZcG/jyJkxAketDycAVzR5Fii5vkPepFCknjRdER5dLUCRtunJInblQvHTSecSt7Ggr0GrBm78D6SN0rJ50o2f7NZCYzdq7L6aeOXgw0JgikCnEOmuSv9qIk0h7fYuPxCOaWGkwuNPrvtViRSoQ+gLf7MVzTS/cJn8BbMe/oQCB1EhLyXvegfFdcJGv2OJhzoKvFoXO3gc8Piy6APC/4Wkw8bUpab/AQ6Y1LmiKSgtMc4oUuiVxXz4eNq42+xD9MfadE9BrsXSUJzneZefXo/TYWCKSKsv7nByZLL70bs+IQVebVZIgJdMk9dLrVdMjduMQoaqhi8auXYbgWzVlNyPN7ePXVch79i5pLBKed7PC204dfL6ZAIKdeatk3n0LnVAjonWjTPcfBznZpWmVS84Sg/HSHye8Y/f3gzQSBVFOeXWXw/IuGThR/+dMWdso4J+0SKaBEAUHekIkZiuMJgTc+4KWmNnW8LomgJF4kk75M+UlfITXXl+wJINZDtMyl7aTh2XRb7zDp2iuYfragOuDy1DPJufqstyl5piQw1rLOYPcDyfupeKnLKdf7xg0CmSEfL37XQVho+UdPlsQMCz12faHkdbGzXNqXJgjOUCzaCNJx8LXuwNcH/BjxcH+vuFYG0ZzpxD0VJOxM6OqEzlZEVzsinPLaaYN4L5s+vZxIWRZ521qY/fONI86P0vRoVg7BIOs/WE7i7yzrxH2XEt8xM3nOM9qY9vYIZml+0pOnT2K4eKsfsS3Zv1umxXnhRUHLdpO5MZeA0vZTQMBUl+OvjlIY30Ji31r8LdtQiepUKOmvaOlxRAsXk/fqQsyogTwdGgpHZwKp72+ykywcFZmNFtMrbh7xHNUHY4FAapuH/2SyYaPg5Gy1TyhZ7momYXokdh+ibPt38Fo9vLxoNl0lyXFiRA26v3sT8Uovp753eFC17PEAohtk4NMIcYhIySLaF98AxuHvBeMFgax93RS/XkTzxD2IWRP1PZ/O9lP+Xt2znX6fr4DPRJodrOu6G+UtVtCdwbI1O/qvSzx3igaDnIolSTm4EZhAQztb9e++hijbtgnWbRD/v713gbKsqu5+56l39YPuaqDp5v0QafwEW7wIXgMaMfdLIF4NRoSQLxoMIiSfQ+RrYpvhNVxHbEJf1OFN6KCfRO8NgYtDEkVQ7xcjghrUEBEV8AHypt9d3VXd9eqquned06vOrl3nnDX/6+x5zt6n/mcMh9q19tpz/eZ/z7X2mnutVf4oxv/c9vOvXl+S9a+akRXLK9vwPr99vHy+3Q+/0yVHDM/KcVNuI+vKr3/VtJz4G3tl7X/aJYf3jcnIzu1SOrC7sqpoYli6JiqrivYOnitDW99TvmbX6q/L4aP/t+xe8meyaufryv82fNTfysqR78lsqVtmBtyqopUy3V85r2jJqtUyuft5GXj6wXLZA8ecI8Ov+hMZH+6SiV0lmdgtMrZrVsZ2d8mBHSUZ2zkrpan6Y7++3/2G9L7uYSk9c6os+cHvy2hpVn69vSTP7uoS9+3ceM+snHnGjLzxvNnyuZjud9iSXhmZ3io/2X97eTu+JXKMnNzzDumW+QlBVxaZj0n7xo2NH/yOyNOP75NV3dvlyIEd8vKjtsnLj9ohK7sqq4lK4/saPj8u6SzLVsvU4BEyOeiSREeVk0QHlx4h0y4TVuOrFm4H1xAp/0gCJNCBBJgEatKpv9z5iyZrqF6+b2+P3HbrMTIx0SXnnDsip5y6P1j3QF9X+WDXugf7BWuoXcD1kS6hMHognCA4bGmP7NsfLufuNH2wT+7/1jLZtrU6cDhj/Yi87vV7ZWhVOOlVrznLl/SU937VcHAvnqMHKpPiod/Sge5yuYnJ+DN7du7ole9/b6X89NHq1+L+vhe9dYe88szGy6JDNib/7r7MdXsS7x8P2/vp/+N4GRvrlt+7ZLsM9jeGMTLaLff805HS0zMr7/9vz0pvb+M9+ssv8Qob3P7cg/1OP2Hf9/d1S6/7IlFRr2OwfEmfDI+Gv+Lt6+0Sl4waUWi9PHac7JOXdobtRfyGll022CtjE1N1EyCuvr3DffLPXzy6XPWJJ43KC88vkamp6oqftceMyfEnuv8ckCVLKs/v53qn5VmZlbdOd8tZM+EJZI3dPb2zMrr8a3Kwe1i6pg6XZTv/QErTS2te2tUlMtjXJ7/49ZTs2FlJ9uzYIeK2dqv1O35mpxw+OFk+W2fFCin/Z+UKEbeN3bLE4+YmtN2Lya59YT30dIk4vsMKTTqbDj+sdr0uCfzTn5Zk645DX/V1z0r3oa/NL3/ntNQ5DmOumUPL+2R4/2TljNzAD4l/K9Yslz3Ll5WT26FfOQn+sx81jH9fvLskI/78jENtdIn8V9c5M8wl+mbFbVc4JW4bwl27SzVXbZ18xK/k7a/+R5mYHpQn979JVi7bJ8v79kp/117pnnb/GS6bv61nSB7rP0F+OnCi/LTvRPnZwAnybG9lS5j079iDe+WkA/tl6vFeOdC3U356+lbZ0V3R/hEHe+R3xlbJG8Yq20H538js0zI5u1sGS2vKk6ChX9cekWe/XZkYOmv9bPnA2+RvfELkG/9vl+zaM1/TLml27mvr+8T5Yv/4wfJ5LY1+blu9T+ydlmN7S/LOJXUO0TtUgYtin947LT0lkb9d1S3u44BnnivJM8+KvLT10LWDo/JPb3tYfrh0qayYmZK/2nuEDEzVOOQ4ZVRXqSQuto436Du3ui1Mlv5I1nbvOXR1l/TtP1O6DtY/FHxJf4+MTR6sc97TfCPcGMYx0/zcORNuDOG+dg39XL3uw5BQSVfV5IP/KsdPPSHTZ5wrB99c+Rq43s8lNLR955FL++WMnsNlrMEZFv4+2o9Dfnprl+w7lJRZdvysnPmnjccRQz/vk8FHu2Xs2GnZc+jw8Lpt2/YfsvLfb5Gpw46THed9dK7YS9tK8sADJfnZ4xW9uenm39ov4rx28vun5dhjGlN2zAb2PS37Rxuf89D/7dNk2fSgjIzNyvLB6rM3ceSwjJ+4TQ4urzyzy371VenfWd4vSqZP+8+yv3vhxwrpNvb3dJfnlRppvf/F08T9x/22jz4lXaVuWdY/JAM9hy1ANr1kWPZMjMj252dl39gBmZiekuPOf0GOOGZh/zX6QunQdnLVao5707T01O5i5wqVJ/XGpho+Wd4l8wAAIABJREFUR2674qdXviQzp26V3tElMjU4LtJdjWe9+5fI0p1DcuRT6+Sk3edKd1ePjEztkcdHfl2+j5tATPbD6Yb2lfpk6YHjpH+6ynik7wXZN/C0TCXO7djxyyE5MNwvx63fIctWN34vcivO+nu6ZKyJMXvazp891iWj+0VWHiayNrFSoJ7Wf3new7Js9AhZuftYWbnjeFm97WTpn5jfr7hrxwd2yeTAsBw2fEq5qheO/ZZM9dV+H5geLcnojyu6fb5HxA3PTjxhtnxGR/K3b9tSeeHHlVUuq449IMvXNp4w9dfu/NWQ7N/TL0ecPCxHvqzSt/rf4OhxsnTXf5KuQ6sOppY+KbMz/yJ9M7sluQRq5mCXTO3vkcm9IlP7U0tZ68FyQ+ojB+XZ/2VJ+eFf9VSvDOwbEOntE+nplVn339294vaEnO2uTL2P9e+VvSueldLwUun7+mukd9mMHPGqWRlYtfAmXTPdsuyRk8p/GD7nCZleOl7533tL8uijIpM/L8maQ+Myx/SwV5ak2yVZRWTJ+POydOJ5GRx/Qbpnq89eb+lsWSIXy3TXuLy49GcNWlb50/bTfy7T/ZV3hjVPvVIGehrHFE2/5c6jfeTHXbJmUsoJiaVnzErPYQtjZff+UVm755vy4kl9snVNZSXfwKPHyvDYGll5Wp3x8KzImT99dcX4JZfL02vPkodf8fa67XQJmFHF2OSoXdPyG9+raD35e2nNbvnFy1+UPSvna7+3Z1q6Zr/rPC4HZ46RyZk3S9/UATnt1/fLyS/+QHqmK0xHlq6WZ097k+ySQNA7dNOXr1whvQeq+tw3IvLzX4o8+WTXvHeNY4+ZkaEVXfLzX83Obfe8csWMnHl6l/TvHZJnvn+4TB2oaLJn8KCc9j/vk/6j9tWNqb3Tw3L8U2dXNLxkjwweGJKD3ROyd/U/yGGjP5Ke6REplXu+8G+6a4kc7FkpB3uGZKp3pRzsHZLp3iHpXnqUjCx5pYyNzcjO50qy7Zku2bNN5OCoSP/MrPTPigwuOSCD/+1vpNR3UCa+9L/K7J6FfVDvUrdKblZ6loj0Li1J/+FjsvdlX5WZ7gnp3XuirPzF70upziqk5Uu7pcedQ6c8j6dWa904+bHHRB7/eVf57Gz3c9tyv/H13bLisFHpndwhvVM7pG9qh/RObJ/7332T1a0n61E8WE4MHVlZPeQSREtXy6pXVJJx/JEACZDAYiHAJFCTnv7athuarGH+5c8/cbp8/+7fy7TOPFbW3TMlJ531H3LauT+QgWXVr8fyaGtWNo2NHCY//7dz5NePvFpmDu1r9JYPflL6BsJfkmVlQ7Ke+7/wR7LrhfpfJde657GveEzOeds/W5jDOg0I/Pu9F8kzP35VuWb3zK055Vdy9LpfytpTfiW9A5WX4Vb9dr+4Vr7z/1wmU2Pztw7Q3t8lFlYNzcqRR7pt3EqyZnVJzvjyl6X76fCgX3uPxVBu9lUny84/uECXBJrZL1N/+rbCYTnQNyiPrzlZHltzqjyx5iR54qhT5PG1L2tJO377Z9+WT3xpU0vu1cqb/NHbzpN7Tju+lbfkvRoQOLlvufz7SZdkmgRyCYVHP12ZHDvjmmlZfkLjBMzynb2y9LFuGT51SsbXBrbpGn1BDv/1vTI6eLSMvOx3F7Ss/AXwd0vyyL93yamTs9LfVZKLPxaeEHNJoBVf3yClAzsb6mX24KukNHl9tUzPt0R6vypSqtF/uOxd6CDKGHUe/E2RyT9JXTku0vVLke5fiHT9vPK/S+GPFWJuH3PNY6evlmeOr05arxwek6O27Zc120dlyYGEnTPH///LQzeKzC6cUFTdt/ubIn1fESk19qOqrjYX+rdzjpPhlYOydHRSXvvw8zJQTkQvEZl+ucj0qSIzp4nMuP4osZWTa3//bW22vMHtZ5eJTF4uMn1+fm1sZFn3d0T6t2Rn+/gmEaf5jv7tlE8d+9dy7dqTM2nlmVPL5MeP/Je5ul449lF5at13ZHT5job1/3iiT/5y10qZSHxPMzR9UK7d9YL8110vysqZ8EePmTSgRiVPvniB/Pz535YD45XEa+h31Mt3yOuGjpCe6T6Z7DsgDz43KnueG5q7rK9nVAb7h2Wgb1gG+/bIYN+wDPS7/94tA/37ZLBvlwz27617m/GJw+Sr3/90yAzpveDb0vcml2DDflM/PU0m76ifEMRqsynttutbc/J2Wffb22Vm77bKOUQHdknPgW2SXK047+5/dLuNMayVBEiABHJKgEmgJh3zwLbsB+2PfPvVsu25I1Vfuvr3VMXHq1BLyxs5lKS8yij0c9sZaMq5elzZtSduk5f/T09I/0DtbQ9C96v1d7eF0/Ts7Ny5Qo3qcNtFHJx2X/yG79TTXTlEflpTOFxducTEeL/88uF1snvbCjn/4geUV+mKua/snd9CX4u72n72b2fIC0+uVXHwvjvj9T+RtSe91NCYHudkpQ2uaHd3SaYOhp2BtM0x6O3ukknFci+3+qS7VFJNirt6R0dLMjIStlfnsbhSpZJbTTFb3mqm0W/8wBJ58j/Wy+oTnpUjj3s+eDNtvcGKEgUcs6mxw+Tph367vBKw0c+VHewvybLlM27HDzlqtciqw2dlaMXChrrVWyu/8j05+Hx17/l6dbt45lYluC/9Qz+nSffcTyo06epydmjqdfNAw/tKMthdWbUU+rk4NTU9o+oHkPjXc9oxsvs3X63S+4quCZn6xF+o4t/WnSWZGnf7swdEWXL9QEl6e2fLB767c/Dcf9f6dc2OSe/0Lpme7akcBFvqFXdgrPvf6YNhNc/846uOkZ+vPFp+dthaeWzZGtk72CuHKVYWurq1fexZzz0pf/rY/5DB+bsB1WyfW+k20C+ydFk4nrhVk9PTs6p4/eTBWXFK19js2rakJHJMd/2Vf66esTGRG9YfIT8eipzkbSD4Upc7eML1tdmsPvS3QvwWeh6Tf0frPTi4QgbWHhG8BdJ3Hj+wTP5uzRsyTQI5A5d198q+bbPSdUQ4AeNWHmvPzXErNFav6Jetexp/fDC6vyT/8XC37B2ZlbdcFJ7cc/df9sO/k+n9fjVZfcy9Oy6Vqdk9UjriezLb1fjjo96JPVKaHFU/Q+6umudNJs4SmTpLSn1PinT/Uma76/fL09Pd5cPP3QHvoZ9bMTozdei4DsVjpB23/+roVbJzaFBWvThT/k/PRP1Y1S2rZIm8VcqbJSlscG06KC/JxOy3ZUYa+8Odg7F0MJwg8rcNR9QQ0dTf3XALqHTb2iUytGdceibrjzm6Zk6QrtmXSWn6VDnY948yK+FVOy5Ult/7Anynp/tlrMbqo0at7uvdL+4/jX5dM6dJ18ELZXamT2bcfnbukKCkMa6vDBlX5wbjS0VmlAuIXPOXue/nFDpzWp9c9c/lrcXq/dz2hyPbSzI74exv7OgumZV+OUGWdL1RL6Kyz7qCY3ZXoSuqlZp77l23Geo63RtDb2lCJrq75dDCp6DtTy8dlveeUdmitaFuekrld07Na/ID3/td+cUxj8kjL/uB7Busn8woc3DvW7O98pWRY2WqrLWFvyXTU/L7O5+U1+3dqrq/q2Ft3xIZSp1jk67Zcd1/QGRyolQen4VW7r/0wunyzLPrZfpgWMDL1kzIy49cJY89Pyzje2qf6ZO0x+n3YP9Kme6rnsnW3z0sA927pb97rwx075G+Q//fKfOJ4f/ScJeI8nhuelK6f/tL0tUzXd49ZMHPx7u5/y7JzNbVMvWN3wrJQXr6SjK4WjcfE6wsUcCd83rYclHNFxx+fJec9NbpBe9mpZlJ6dm/o3xmWc/+beUziUoH98uSC96PmMKyJEACJFB4AkwCNenCrM4ESpqh3brDXVPUM4E0k/OIa5A9aDXnqfh7N3MmUCP7ly/pLb9RjoyFX+4RDoh2tIdp+vtr9ql2ZZFzDXgmEOLdallEw2tXDcrW3WOql0r0ME2N9ZozG3w99c4EqnUfRDvuZXLN0GDwEF93n2bPBGrE5IjD+mXf2JRqm4S8nwmUbqfWz+iZDdq4g2jH2R46E8O3D9GOu8adCbR7ZEKViE8fjN5QOyv6y9tmavpOt9WT29ZsVNG/IH3nsoEecZP5+w6Et8PU+lmbHPBsinYmEBJTkb4z6zOBkmMeN6Gn2UbPIgnk7ECeC23ccfUizwXSNuS5mBnplqGhHtl7UPcRFBL/Vg70y64DuhW+RYp/ywZ7ysmwkQzjjmbskizjPgxZtbxftg+H+SLacRO8q4cqYzTNzyr+ubNP9u6fkinFh1Na7Wjakyyj9bPbunOgv1v2jIRXzCHjAmhM6cYQhw/KS7vCfnPaGVreLzsU2nE8tM+8KwuNKZeXZMd+kRlFtsZtRzw+Ma3aVlF7JlA5tvf2ylS3rn9xZwIN9HbLnsC23lbvsoh2CjmmBN5HkL4TGVMiMUI7pnR1IuMu/8whtrAsCZAACRSdAJNATXqQSSBwwApMZCGuQQYdyAQ6k0BVL2hfTJCJLOSla8lAj/R1l1RntSAvXdALu/JrZkS7MWURDTMJVPmikEmgitIQ7SDxTzsZi7zIIRMiHf/CDvSdVi/syGS31s9MAlV7AKTvZBKowk0bd1xZ5LlAxgUWz4VXhXbc1cnxT5sccMy0cQcddzEJVCXGJFBltU7hkkBDA7Jj70Rbk0DIh6tMAlWeObMPi5gEmgtqrp/ljwRIgAQWEwEmgZr0NpNATALFSIgrgSrUmASKUQ82kc8kEJNASZUxCVShoZ3IQhKIpi/sTAKV/Wb1JTzyNXM5pu4ZU20PhXyRyiRQ5dns5JVAaJKCSSARJoGqPbhV/ONKIOx9hEmgqiaRvpNJIOx9xHRMySQQk0BxUxC8igRIoAMIMAnUpBOZBGISKEZCTAIxCRSjG38NMpHPJBD20sXt4KrK5EogTDumL+xMAjEJlOg0uBKoAoMrgSocuBKowgFNsmnHYVwJVCWl/YBCy9aX0yb7uB1clSy0HRxXApXBMbFe0Q+iHWQVLbIzCxIjkNiOfHzjNYHYwrIkQAIkUHQCTAIpPHj3fQ/IR266rVzyogvOlRs2XCGDA5WTrJkE0g+oyoMOYCJL4Zq5IsigA5lARyZBEXuZBKrQ4kogRDXVsoiGmQTCJvKZBKrqDIl/2slY5EWOL+yJyR6g77R6YbfY9orbwVV9zJVAFRZcCVTVBCcsuRIoOUrkSiARJoES4wJgNQdyzqTVmUBcCYS9jzhPczu4it6RdwcmgeLmFngVCZDA4iHAJFDA1z985Am5+da7ZMuN18rQiuXyiVvvKl/xwasuKf83k0BMAsWECyaBmASK0Y2/hkkgLIGIbOnFJBCTQMlnE9GO6Qs7k0Blt1hNgiJb2nA7uMoTgpybgyT7mARiEigZg7UrRNCJQmQMxpVAVVpcCcQzgZLPDtJ3MgnEJBASd5NlmQSKJcfrSIAESGAhASaBAqpwSZ8Tj1sjF194frlkOinEJBCTQDGBhUkgJoFidMMkUJUasooMmchnEohJICaBakcnrgSqcGESiEmgeUmKgR5xSa59B6aC3ToykeUq40ogrgRKisoqCc4zgcAPi9y5gocPyku7xoLPvEsgDi3vlx3D48GyyDPvyiJbenElUAU/Y2qFA6Idq9XlqgfiUCGk7+RKIIQsy5IACSxGAkwCNfD62PikfHTzbXLua14xlwR68pkX5S82fVb+auOVcsoJR3MlEDCgKg86gK+ZkQeS28FVaC0d6BH3wrF3f3gyorenS1Yu7ZUdeydUqLUDZ2RLG2Qif8lAj/R1l2RY0Tbkpcvqa2YV1MhCXAkEvrCXRNYMDcpLu8Mv7EwCVUXJ7eBy9NUm0HdavbAzCVR5NpgEqnCw6ju5Eqgag7XjLp4JVGGGTBQiwy+uBKrS4kogrgRKPjtcCVShoX0ukI/SXL3cDg6P7UwCIb0by5IACSxGAkwCNfC6TwK94y1vlLPXryuXTCeBFqNo2GYSIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIIH8E2ASSJEEarQSKP8upoUkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAKLkQCTQAGv80yg8B7G2u0qHGpuB1cRHM8EqnDgdnBx3Q63g8O0g2y/wO3gqprkdnDcDi4ZobgdXIUGt4OrcOB2cBUOFs+Ff+6042tuB1chxu3gqhFbqx3/bua2kZ46OBMclGq3vQpWlCqwbLBHSqWSjATO1hrs65aB/m7ZMzIZvAXyXCDvIyWeCTTHntvBVVBonwvkfcTVy+3g8NjO7eCCoZEFSIAEFjkBJoECAvjhI0/IzbfeJVtuvFaGViwXlxRyvw9edUn5v19UHAqJagw518VN0h2cnpX94wfR2zQsjwyc0ReNffunZFLxooE0iGcCVWgh2uGZQBVmVhNZiH7RskwCMQmU1Ewe4t+S/m7p6+2W4dHGEzPoJJ22f0H6rEK+sPNMoLLkrQ5GRyaymASy7Tt5JlA1ujP+iWiTA44a2r9ox148E6hKSjvZrWXry2n9zCRQlewRh/XLvrEpmZwKJ+9c3+nOgJ2ZmQ26Zmh5n4xPTMvY5HSwLNJ3InMWg/3dMtDbLXsCY0qrd9mOH1MC2rE6ZzIorkQBJLYzCYSQZVkSIIHFSIBJIIXX777vAfnITbeVS150wblyw4YrZHCgr/z/mQQS0b6kOl5cCVQRHFcCVTggX94tGeiRvu6SDO+fCj617oV9aHm/7BgOr2RjEqiKEx04Bx0hItrkgKsLeelCtIN8eceVQFWvciUQVwIln3GLFQ9dXSVZvaJftu4Jx2pnC5NAFY8MLeuT8alpGZsIT9IhH4cgk3RWfSeTQNWnTju+RvpOV7t2Ih/pO129Fl+ta5MD7v7IRKFm/OLLMAlUpaXVDsLXldX6mUmgKlkmgUSYBKrqAek7Ee0wCYRGM5YnARIggXwTYBKoSf8wCcQkUIyEmARiEihGN/4argTCEojIRBaTQEwCJZ9NRDtWk6CuXuQDCqsXdiaBKsrgSqAKByaBKhwsngsfg5gE0icHHDMmgaq9l1Y7vn/hdnBdsmywV3btmwgOz7kdXBURVwJVWGiTo7kZU3Il0JyIXazkjwRIgAQWEwEmgZr0NpNATALFSIhJoAo1ZDUHVwIlXrpWDsjwyIRMTYe3dShPWO4ek3BJEa4EEmESqKozrgTiSqBk/2Yx2c2VQFXCywd7yoILnYnhruBKoAo3ZKUpkhxFElwWzwWTQNXnQrtChEmg+W8jTAIZri7nmUBzYmMSiEmgZORBtqdG5k+QBD/6LsskEOIJliUBEugEAkwCNelFJoGYBIqREJNATALF6MZfw5VAWAIR+fKOSSAmgZLPJqIdd53FdkiuXq4EqniF28FVODAJxCRQMk5xO7gKDWSiEBmDcTu4Ki3tigeEryurTfZxO7gqWWRLL54JVOGmTY52ckwtjym5EmjuQWISCI3WLE8CJFB0AkwCNelBJoH0Ayp0IgtxDfLlCTKBjnwJj9jLJFCFFlcCIaqplkU0zJVA2GoOJoGqOkPin/aLfHSSji/sFX8wCVThwCRQhQOTQBUO2rjjynIlUDW2ayfy85AE1yYHXOvQ/kU7AmMSCNeOlq0vp/Uzk0BVsshEPpNAFW4cUx4aUzIJNPcgMQmERmuWJwESKDoBJoGa9CCTQPoBFTqRhbiGSaAKLeQAaKvDNJEtbZgEQlReLcskEJZARCaymASq6oxJICyB6MhxJVBFP9rJWG4HV33ekL6TSaAKNyaBKhw6+at1bXIAiTvoyItJoCoxbQIRZaz1M5NAVbJMAolYvct2ckwtz8cwCcQkEBqkWZ4ESKBjCDAJ1DGuZENIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIoEqASSCqwZTAnr0jcvWHPlm+x5Ybr5WhFcszud/Y+KRs3nKnXH7xm+WUE45uWCdS1sreTBrdZCUIhyZvVfdyK75I25CyriFWNlsxRupFWSB1a8pastW2TVvOt8fSZg0zyzIoCwtbrPgibUPKWtlrwRatE+GA1q0tb8UXaRtS1speLS/LcggHKzus+CJtQ8pa2WvFF60XYYHWrSlvxRdpF1K208eUGp9ZlrHSg7NZ62dtOY4pLZVQrdtKE4ifkbJW9raGdv7vQr759xEtJAESsCfAJBDI+O77HpC77rl/LqHhO5OfPP6UnHH6yVGJjmQd9czxdbu/u6SKu1+oLJJwsbbhE7feJZ+7476yye+57EL54FWXgOTnF3f2bvr07bLx/ZfXTCwl/+6u1Jb1zLK211vvBoIf3Xyb3PvNh+YadNEF58oNG66QwYE+mAnqN4SDtu5NH75SNn78s5AmNXy193fJRcTHSNnkM6SxGXag8gKUhTZGxLJoZDZiK/K8ofVqY8TV736rbPn8l1WxJEYPaJ+hiREIC6TPQPSgrTcmPri6Q88bwsD5TasH16cgHBANu3oXux58vNbGKIQvognEx0hZxN5O1oN/5jR+jokRofjg2BZRD6gmNP1FDAuN32LGXpp6rfSgHG6Vi1n3F5o+zttbpD7D4r3TSg9IfEDGEBxTytx8CNJ3ckw5f05D08eh/YUrr+kzkGdD6zf0Q2BrG7R8kX6DZUmABEigKASYBAI85TvOd7zljXL2+nXlK10n4n4uqeEG6k8/t7XpBEfaJHePHzzyRDnBhAyokMF4LQzuvuedc2a5raEXouT1SXuTNjg+/veRm26TtUcdLrfedF1wJU8t22r5Ilkuae9Af3858ZL0W72yVva6+/3wkSfk3R+4UT52/RVy8YXnz5nguDgen//Uh+Z0pZVlyC9ZcEj7FtWElR6S9SI+Rsqmn6EsNaz1saZcbIxohoXGrnpxxcezLJ+3tM60MeID732HfOozX4Tjg3/5ahTT0D4jqxjRLj3E9Bn14oOGbyMNxurBJYFin4tQfKAe6n+40YoxRKv7DOph4ROaZYwI8Q31UXnTg7MXiRFZ9Rf+XSbmPSM2Vnrf5EkPSb1oxw/N9BeaPg7RQ5bvGbFjiHa8d7biHcO1S6sJjimrH2nmKT5onjeOKXXzEEWKD+n+Lcv3ztAYg38nARIggbwSYBII8IybUHcrHjZcc2k5cZH+/08+86JsvuVOcV8tNTsQ9oMVlxxIrhRBJv2btQF9OfPJjHSSwyP2L+w+AeIH1M++uD1qBZXjfdX1N8tL23bV9GJyZRZS1sLe0MuDe5n/4j33wyuCUD3EcIhNAlnpoV69SNuQssn2Z61hIPzULOpZNBMjYlmgtrdaD84+bdt2D4+oYwmiB1dW22eEXpY1MaLdekD6jJAeki/sSJ/RqF6tHlzfiZTV9hnUQ+MkUEgTsfG3XX1GyN7Fpgc/GaP9kGSx6cGvNtD0Gf/bB9/V8OMFTX+R1XtGTKyMSQJZ6aHeWAZpF1K208cQ6NiwKO8YHFNWdqxo5Xsnx5SVj2frjYGLOIZoVXxI9m+tmpdqpm28lgRIgARaSYBJIIB2KOkTGhhpb+W/7qu1vVxoX1n3InL73f8iG66+NGp7sZjBuH/5OeuVpzZMYqQnRBq1U8vKslyW9oa0Efp7vXa2Ug/aCRwrPWjrLYommrEzLzFC0wat39DnTVuvxsbYMiGb0y9o6Q8Fmt220tudFz1oXtgRv4X4Jj90QOqN9XfoupC91EPtJJDWdyG+6Q9ftPWG/Br795C9i00Pi30MEdJDrSRQvT4jdsupTu4zNHxjn2Wr60I2L7YYkeUYIsQ2b/2Fn7R2/+0n/dNjO+ph4RgC6ecRTSD1Mj7UP6OZ81JW6mC9JEACJBBPgEkgkJ0boJ543JryAM0NJh56+LG5xIf2y7t6t/QDDvf3RtukJW1I1+VsympLOs1g3N2/3pYUtWzbuXuv/Ot3f1Q+P6aZ7eBAt0UVdyyzstdqJZCfVPGatNSDdgLHSg/aeqOcrbwoS00obzmvWN5ihKYNWr+hbLX1amyMLaOxWdtnOBsabVtZq3/Jmx40fQbiNw1f7zuk3lh/h67T2Es9LDzHT+s7Dd+kj7T1hvwa+3eNvYtJD4t9DKHRQ3pMV+8940P/9Q/lxv/zH+puY1rvfaST+wwt39jn2eI6jc2LKUZkOYbQsM1Tf+Fs0dhMPcwfQyD9vIYvx5TVM4qL2F908ryURR/EOkmABBYnASaBQL8nD9RLJjH8v69ZvQo+Eyh5+J3mXBhf/pK3vHHB2TJ33XN/1NZqIQyalSp+q4ZabXCD1s/dcV/5Nu+57EKYUci+rP9uYa8fqKb51Pt3bZvaoQdnW0gTVnpoVK+WWUw5C01o7ShCjAi1ZbHqAekztDGiCHpoJj74idCYPiPv8YF6WJgE8rGjk2KEtr9YrHpYbGMIrR4cF60mtP2FZ331hz5Z/gCrqO8ZVvEhNHax+rtWE1o9JCc/Q+8ZnT6G0LKt5VuOIcLnwrTjvZNjyktqhiLGh9aPKa36BNZLAiRAAq0iwCRQq0g3uE9yMF6vWK2t4ZKDXHdd8lyQdjUrfc6Ps8O9eLrflhuvzeSsJN+2entw12KlLet9YWGvq7OWHVmtiNLoIXl/t0fub77+1eVD0N0+zxY/Kz3UOk9K6+N6fnD/Xks71prQcLeMEa3URCv1gPgZ0Y61HjQxolP14LdDarbPqHfeHOJnbVnqQRPB9GVaGSO0PkZiCfWg97WmJPXQmJKmv3A1dGqfUbR3jKQv2vmeYakHzXOdVZlWxgekH0D6FvYZWamhmkBPnjWcBV+OKRf6iPNS2emWNZEACZBAqwkwCdRq4jm/n/8CyptZ64vB2JeHLJuOrLxCymZpY97qSn655ZI/7vBhtyrr5lvvkteuX1d3dVZIE1Z6QOp1iSy3lZZmJR71UFVmrCYaaRvxW3pP9izr1fpZWy5vz7OFPTF6KEJ8cDpD/IyUtfBDXuq00EMzE9IhLkjsYZ8Rornw7zFNNcm3AAAgAElEQVR6cLUUIUZQD7geks+y25lAO65slx6QFiJ9AFIWsWGxlG2XHpD+AhlDUA/NvWN0mh4cDWoiPpqF9GA5poy3mleSAAmQQL4JMAkU4R9NhxRRbdsv8StJ3AoRd67Q6iOG5PN3fV0ufNM58PZt6OAabXxoWXiyPqSsuw75ggu1u53l0xycjt3Pvbhv+nTtA7uz0kSR9UBNLM9cttZ68C8F9XTdTHyI0UNR+gw0RmQVH1rxEof0A0hZ6qEaH6iHSmRBxxCdGh8ci6w0Yd1nIM88UjZGD+6aTtUE9dDZMQIdLBZFDxxTop6tlOeYsjaHEM1OHUOE2p3+e1bxoRXvGGjbWJ4ESIAE2kmASSCQfpYdUvrW6Zc+l4y5+MLza1qY9QuiG6i5lSEbrrlUTjnh6PKL+3nnnCkvO+mYugkCLbrkQZ/+Gmf/cUevlrPXr9NWM6+c+6pm85Y75fKL31y2t9EPLatdURJluNFFWj24PeQf/P6j5aSe+9/Pvbi97Icv3nO/3LChehikHzBZaKJIenAc8vQFl0WMQDRhIV8LPXi/aWIEEh9i9FC0PkOrB/YZlacBjQ/UAx5FLGIE8tyjZZExRKfqgWOIuPjgrupUTVj1GUWKD4uhz9BG+CLpgWPKhV7N+r3TSg8+pro5jeScQ6fMQxStv2h3fLDSg7ZdLEcCJEACeSDAJBDgBesByg8eeWLu3JxGE0sWHX69trkkwUMPP7YgQaA9R6TeF5Pol5S13ORs+OaDD8t7//AtQS9qy2ZhVyNjtIPmYIMSBbR6aPQlbb1t/2olgWppwkoP2nodDq2P0bLWmtD62vk56xiBakJrq9ZvaHzQ1uvt1GpCW85PbGpWGMVOgmpjRLv1gPQZiN8QTSD1os+9VhNIfIgZQ3SiHrwvrrr+Znlp2y5pdD4dogekXuqhGs05hqiw0D7zSFkkPsT0Gdr44Ce+2jmGsOgz0PigHcMgPkbLIpooWp+B8M2DHqzGEEgs6WQ9IO8YFnpoNGavxd1KD0iM6GQ9WMUHZOxn2Wcg7WNZEiABEmgnASaBAPrIAAWodsFyaX9trY4q5oVAa4ubCHA/t0rETwrUOvjPD+o0e4DXS2a5F9e77rl/LumltTHJxh0e/pPHn1pwadrmRoPQdFnki1/U5vSkbZJjvRVfoXtY6sFPGoQ0YaUHpF7Ex0hZ13ZLTYT82ygW1Hu5sdZEyGbEb0h8QOr1bDQxwlIPaJ+hjRHIS4ylHjR9Buo3rSbQehE/I2WR+EA9VKIH4jutHtB6ER8jZamH+T1E1jGik/XgNaz9+EbbX9QbK7RjDNFOPYTGLsm/I888UhYdU7LPyEd/wTHl5eLP8OSYcv44pp3zEIwPtmNKpM9gWRIgARIoEgEmgUBvaV5gwCrntpNx1/ktufyLbvLf0BdE1A5t+fQEJHK2jL9HreSS9v7W5ZAvuLS2pAdq/jp3r8233CmbPnzl3ABbW2en6yFGZwg7pKyFJpD714oHeY0RMX7zSedG8SGmXoQxUhbRg7bPQGJEp+vB+SKkCeqh2mcUSQ++30qupstqDJEXTTA+INEUPzdCEx9idYZZriuN6MG3zf13ow+ykP7C1VWkGBHzHIf6C52nWlcK0QTHECPztiXvtP7CqY560D97MfFB02fE1qu3XF+SetCziu3ri9ZnYERYmgRIgAQaE2ASKCcK8S9o937zoTmLLrrg3AXbsGlfEK2bpT03wsoO5Mu7RmWT9rnElEvGuK8wNV/2IG1DX9iRupEXRM3KCOTevqyVHrT1Wulhy43XlptoxQ1hbREjEG6IrVq/IXW6ski92rYh8cFSD2iMoB5s9OBfKOs983ntM4qkB/RZRuKENkZo4wP1sHwOP8IM8Rn1UGWs5Yb2F67eIsUI7XOs5YWWQ7TOMQSuX9QfVnpA6tVqgnqw7zMQvyFaQ+rV6oFjCPv4YDmGQPTDsiRAAiRQFAJMAhXFU8Z2IoPWRomSWmfLGJs+r/rP/MM9csF5r5FTTji6lbdV3SuZrPEX1Po3VWUZFqrHTKuJ0089Xkqlkjz2i2cWWNWMHhrdX1tvnvWQoQszr6oZbln4rVaDsqq3mbZlDjpVYZFiRCfEB4efesBVXYuZVg+hjy20sd0qRlAP2egBmfh6xctPkNnZWXn8l89yDAHgz2t/US+uamOElR4AtHWL5jk+OKPzrIk01HbrgWPKS7J4JKLqaGYMked3To4po+RQ8yJtfLAcU2bXGtZEAiRAAvkiwCSQwh+ajijP25spmlgu4l4ezjvnTDl7/bq5S9yy++OOXj3v37T1taOcW0J9+93/IhuuvlQGB/raYQJ0z/Tyc+jijAo3YlZ0TRRNDxm5tOlqOplbK9qWZZ+R5xhR9PjgHhTqAQ8X9ZhRDzqWiyU+dMK4shXxwXHKShN56C8axdWix4ii6cFrK7n9pi5KtaZU0fXAMUScTjiGiOPmr8qqv2B8aM4PvJoESIAEikqASSDQc60csKYPfQVNhYrXe3Fs9oUSWS4NGVyncLP2+mrTe8V+7Por5OILz2/KRLfM/N0fuLFuHfW2/2vqpoqLUd83w7ioevCTWZ+74745olloQuGehkWsYkQzPkba1Go9ZPnCo40RSJ/RbIxopR7QuKHVRas1kZXWqYf55zYkJyuamYCkHqpPTpHiQ6NY28wz1+l68GMNzQdZzerB3+sHjzwhbqtTf/C7NlY3KlfLxxZ9RlH1gIwpO2EMUUsrnaAHjinjokWr4oP3Tyu39G6mf0vSXExjylbFh3boIe4J4VUkQAIkYEuASSCAr8WANXn79Avdey67sHwwbK2fW6HzkZtum/tTM1uouEr8XuFrVq+ad093n7vuuX/eC2IWL11WWyq4QdPW7btrnqXUyNWu/Zu33CkXX3ie/F93fUPc2UyeqWfdyB8hGXm+577mFfOSSVkNFpvRQz1mWk20Wg+1NFmPf6we/DNhqYmQZmr9vVUxohluedaDn3hpVYxA+oyYGNFOPbQyPji/afsMJD5QD3FjiFrxQauHrF7CtXpw90M0ERv7YsYQnRwfkHFlnvuMVuqh0YRyWisx/YWrf7H0GUh8QMZisXqIHVN2SoyoxVjbZ+Q5PnAM0foxRBZ64Jiy+lFro3mIVvUXzcSHdowpkT6DZUmABEggjwSYBAK8oh2wAlWWi/oBzWvXr6ub9EnWmf7a219/yVve2NRqlVqHxiLb3CEvXc1uqVBvELj2qMPl1puug88E8oOga9/7DvnsP94rl1/85nl1NJusQV7kUP1o9RDDrBlNxOphfGJC3Fdb1111ydw2hMkvomqtmIppW4iztSZC90/+3SpGWHCr165W6qHRS0ErYwTSZyAxIi96aFV8cP70fcaf/MFF8sG//FsoPlAP859Kqz6jGT0gkzJJPbitX/PQZ8T0F50eH5KJIPdhjf9px5Wt7DOy7gtj9JDkFfogC+kvLN8zUG7NxIhYPcRsDY22SzOei9FE0WKEhkOyTDv0ENNfcAyR/zEEEh84plw+59BafYnVO0Yr40MzY8qYPgNtG8uTAAmQQDsJMAkUQT+9RFf7Qhu6leaLC9cxb/z4Z2XDNZfOS1K4CbLNt9wpmz58ZaZbOoRsTv4dSezkwd5aLyJupY47A+nB7z86LyHnfJP+N4SN/0rYIrnUqXpIPmfNrnRDfOXLJr+0tdBEjE1FjhHNxoci60HTZ8TEiMWiB//CnuzjqIfLF/T1RdZDOrETegmvNYZopyaa6S8YH2r3hkXuM5rRg6MR0kRMf+HqLXKMaFYPMWOuLK9pRhMhPTg7YzSxmPXQzv7C++ujm2+TmPdO6mHhk4nEB44pj26YBPJ/LHJ8yGJMmWX8Z10kQAIkkCcCTALlyRspW2qd75D3JFC7E1HNuNMNIK+6/mZ5aduumtVklexrxsb0tYtFD6GVQFkyTdaVd00UKUZkmfilHmornnoQaeXZaowP2UbeoscI6oF6KNL4wSeb0mcC5XVcmWV8yFap+toYI/SsQiWz1APHlBxTJglQD8XXQ61EXyim8O8kQAIksFgIMAlUQE+7wYn7Jc8LqvVvBWwaTY4gsNj0gJzvEIGzIy5ZTJqgHsKSpR7CjBZTicWkB+dXxojG6qYeFtPTr2vrYtOEjsriLbWY9MD+Iqxz6iHMaDGVWEx6WEx+ZVtJgAQ6lwCTQJ3rW7bsEAH3VePf3/k1ufpdb5P0FjON/kaAnUmAeuhMv8a2inqIJde511ETnevbmJZRDzHUOvca6qFzfRvTMuohhlrnXkM9dK5vY1tGTcSS43UkQAIkQAIWBJgEsqDKOnNFIDT42vTp22Xj+xeer5CrRtCYzAhQD5mh7IiKqIeOcGOmjaAmMsVZ+Mqoh8K7MNMGUA+Z4ix8ZdRD4V2YaQOoh0xxdkRl1ERHuJGNIAESIIGOIcAkUMe4kg2pR8ANvq7+0CflJ48/VRdSHs/7oUdtCFAPNlyLWiv1UFTP2dlNTdixLWLN1EMRvWZnM/Vgx7aINVMPRfSanc3Ugx3botZMTRTVc7SbBEiABDqTAJNAnelXtipBgFu+UQ5JAtQD9UA9UAONCDBGUB+MEdRAPQKMD9QG4wM1wPhADWgJsM/QkmI5EiABEiCBVhBgEqgVlBfxPUJLoOud1RNChtSbh8EXYm+o7bF/72QbkLblQQ+xPsz6OoRb1vd29VneX1v3+MRE3TPDLNocM3HQKs1qmaXPVsuSk5UNSL2t4h2biGqVfQizLDWgnWBthgPStmbukxUXxN6s7pmup5NtQNpGPVSVgXCz0KXV/ZF686AH6/GUhe8s6kT8ht5fWzfHlPmJD5bPhVYPbrychxiB2Is+G0UqTw5F8hZtJQESsCLAJJAV2YLVa9UphuqNPY/Hql4rt+XBXtSGUPmYBF6ozsWiByudofVa+UNrh+X9LevWtg8plwd7ERtCZWPig+aFfbHEiBDfWA5WmgzZSz0g5BeWDfHNmx40z3KMJqw4WNXbnNfrX50XexE7QmWph+bUEuLbihiBtCBkb570oIlnRePbCntDPk7aECobowdLv4XsbQXfLJ+3otmbNz0gvmBZEiABEmg3ASaBAA+EOvzYDgkwwezL+VDbYgdqrl6L83g09b78lONkeN+o3PQXV8nZ69chmDMvq7E35lyikN+SmkRtCNXtNeFg1dN+ug7UBq0jNPWeevKxsm/0gPz1h9/bdj1o2xVTLuS3ZjShsafd9/c2hjQxOzsrvX298smPXiNv+o2zNE2Dy+SBhZUNoec+Jj74F/Z29RnWMcLKF0Mrlqu1aWWDVg/OVisbUA4hnVEPI/P69lBMdRpIjmNCfo6JEagN2gdDU6+1HjQTlr7/dqsNQvqNGVMiNvgv3LV2aGNEqJz1GEbbD+VJD6gv0FipHeNrnzeNzvIUH7Sa6Onplk/+5Z9yTPmutwmqydBzH6MHrd9iYqWmz7Cehwj1sa2Kle2MD3kZUyKxj2VJgARIoN0EmAQCPBDqbGO/ogjVm+7EG3W2zdiQ9YtcqGMG0C8o2ohZsvCTz7woV11/s7y0bZe857IL5YNXXdLwtogvEPu19iJ1Ii9RMb7QDHDdwHnTh6+Uf7rvQbn60KA/2QZXhzaBiLY9fR9NEhbVg4ax5r7NtA21IaRha3+0+/6eteaZs9aDFYtQvbF9hoZZkq+mz0DiQ0jrzTxH2rahmsiLL7Qv4SF7Y+ODtr/YcuO1ZTdqxzFav6Ha0NZLPdwuG99/uXAMUVGYpR5C8S85nmr0DNV6FkLPfVH7DO1znJf4oPFxq3xh0WcgnLV9BjKGsNJDyG++3Wh8CNWbbk/oOW6m/7bQA+IPCz2E+CJ6TZfVtg3VRMjHjA9VT/jkXR7GlM1oideSAAmQQKsJMAkEENcOUNwkR5ZfWaUHdZqJtyxtqDXw0dqAvqhq3aEdfPn6fvjIE/Lg9x9tOgnUTJLNIlmAaBL1hZaxlQ1ZDYRraUqrh9ALRDrJpdUvWi7EIjZGoJrQ2J0HPYT8lm6HlR7axaIVerCID8hEc+iZSMdbrb2WfQb1UKHbLg7ayZNm+oyQLtv9bKb7LCtfIDHYyoaQL/KmB+TZaDQxXku/IRbt1mXSZis9aMYvvoxVfxF6Llr1fFrpIat331boIcSgmTEEx5QnS+iDj1pzC5r3ZCQ+cExZXZ2LvO+Fno3Y/sIiPiD9JqpJpM9gWRIgARIoEgEmgQBvoS8F2qqRAQ3SiWvvH3opiR2oIffPS1nEF8hgxqp9VppENGFlAzIIteKLDi6tNIHo0ipGaBlTD3EvXVq+qCat9KD1s7Yc0v5QfGpVcjZPvijShxmdrIk8xOo82BB6RtOTvJrJvyLGCMQXyIRlDIuixAir+IAysyqPaMKy/17seijiOwb1UPmIpFP7C44pq1EX8TNS1iqus14SIAESKBIBJoEAb1l1Mki9SFmgaVDRPNgAGQwUzrptfhn4po1XmpxDo7E3DzYALpgrirwoWyVfkImsmDZqr9H42delKWupCc39te1OTxRqJy3yogcNixhfaOqlHuafTxKjOc01efBFHmzQsEI0idSXrLfdMSIPvsiDDYj/EHvReoukB814I6a/0NSb7mtDk6yxdmj8Z6UHzb1bUQZpn6ZsjC809VrHay1rxFZtnf6ZaHd8yMuziTDWlI3RpNZ3mvtr6+I7Rm1SCGOkbIxfNNfkwQaNnSxDAiRAAnkhwCRQDjzRzs7LaqBWtHotX3bQ/YAtJInYYOG7mDo1z0VMvShfjR1onWh5CxsQTaD2hsrH+E3LIKbukL3oBBlSnyuL+kLLArFDa4MVX7ReLQO0XoQZOoGjrVvrizz0W1Z8Y+rVaCKmXq3fqIcKKQvGMXVSD1XlalggOkf6rRjfhWyxqNNKu+m2tNMXln1GyGf+7xa+i6lT64eYurUs2GfY9BcxzzL1YNtfaJ8Jq+fNql5tu1iOBEiABPJEgEmgPHmjTbZoJ5zQDlRbL9psq3pRO9DyyB7RaN3a8lobNIyt9YAOyF/atkvec9mFwXOftKwWSzmtJkI88qIHZHIq1KZW/z0rXzRjt8YGi/iA+k0bH9B6m2GX9bUaX2R9z3R9Ghs0eoiZlNHW623WagKt15qxtn6NL7R1xZbT2qBhnJc+Q2NrLC/L67S+sLTB1a2xQ8PYWg9aDhpbtXW1upzGF622qdb9NIyt9aDtLziGaE4xGk1a6AH1G/XQnJ+zvFqjh1aMKbNsE+siARIggTwRYBJI4Q10IKqoslwEqRcpq71/ulxWA7WYemNs1tirrbcVfLW2aMq1yt4QY+1ALdmmUJ2a9tcqk3W9rWLcqL2IDUjZWMah6/KkB2drlppA+CJlQ0yTf0fqRcoiNiDPcowesvYbYi/CAeGLlC2aDSjfGE1k+Ryj9mr9gfgYKau9fx7HlJpnmXqoeHixaCL0LHeqHlAfUw/znwvkI6+QxpCYavk+i/gYKYu0D6kXKYvYgPTJMfFB0w9Z2YvUi/BFyhbNBkQPybialxiB8GZZEiABEmgXASaBlORjBx6h6pF6kbKh+zb7d8tBdrO2xV6fJ76aNuTJ3iz1YDW41TBNl8kDY8QGpGwMD+011AO+xZuWLeJjpKz2/jHlqAfqIS+TaTH61V6DPG9IWe390QkRKxsQe33ZTowRKF+0vJYzUi9SVnv/mHJZ6iHm/lbXIHyRsoi9SL1IWcQGtGyWeijqO4aVL5B6kbKoj5Hy1APHlJZjSkSLLEsCJEACRSTAJBDotSwHHslbI/UiZcHmdWRxt8TbHf752vXram4VNjY+KV+699vy9oveIIMDfZmuHmgF0E7Ug+WLBqoH58M8MEZsQMq2QqPN3qPIerDyBVIvUrZZX7Xieks9OPvRGIHwRcoiLJF6kbKIDe0sa6kJ6qGdno27d1H1YDneQJ57pGychzrnKjQ+oD628gVSL1K2CJ7NU3ygHtqvGEs9cEzZfv/SAhIgARIggfkEmASiIjqegHtB2/jxz8rw3hG57n3vlLPXr5vXZvf3TZ++XTa+/3IZWrG843kUqYEWL57UQ5EUMN9W6qG4vrOw3EIP/oWdfYaFx+zrtNAE+wx7v1ndgXqwIst6PQHGh+JqgfGhuL6zsNxCDxxTWniKdZIACZAACTRDgEmgZujx2kIQ8Eme973rrXLT394hG665VE454eg525kEKoQbMzOSesgMZUdURD10hBszbQQ1kSnOwldGPRTehZk2gHrIFGfhK6MeCu/CTBtAPWSKsyMqoyY6wo1sBAmQAAl0DAEmgTrGlWxIPQLJJM/u4RHZfMudsunDV86t+nHLwNP/RpqdS4B66FzfxrSMeoih1tnXUBOd7V+0ddQDSqyzy1MPne1ftHXUA0qss8tTD53t35jWURMx1HgNCZAACZCAFQEmgazIst4ygZi9sjXokHrHJybmbffmlntv3PRZufWm68orgu6+7wF5+rmtNc8L0tiiKYPY684lsvh1sg1I2/KgBwv/xtSJcLPQpeX9tXW/6TfOkk995otz20G2Iz5YxkpEF1pm/vw0pG5tWSsbkHrzECMQey2ezU7XJMKXeqg8vQizomkSaRv1UI3mCDcLTVjdH6k3D3rIy/Op7eetyiF+Q/WorZtjyvzEB8vnQqsHN17OQ4xA7EWfDavn2aJecrCgyjpJgASKRoBJoKJ5zMheq07R1WtxtgJSr0OWPvMneQjkGaefLFtuvNb0PCDEXqtziVAbLDSB2qCVO1JvHvSgbZd1OYSbhS4t76+t++p3v1W2fP7L884Ea3V88C+qFrES0ZCWmTs/zf2u/tAn5bXr19VMoI+NT8qX7v22oAkjxAZEk0i9eYgRiL0IB+qhmtDQPm/UA87MaZJjCLszJvMQH9B+y6LPsOKA1JuH+ID6wqrPQPuXrMcQiN9QBtq6OaacnwRC+tms9WD5XGj14MfLnIdAooPdRyeI39AYgbWQpUmABEigfQSYBALYW7zQArcvF7WyAekUkRc5//VL1ufxOHvdgCrrelF/aMtb2YvoAfWFVhPuhccN8jWTwagN7earvX+eyllqQtPOdt/f22j1zGkYJG3QvtRaPhsWNrg2al7ukfjgvj608ptVvdTD7eUEqlYPaALR8rlo9xgiD7HS0gaOIZDoUCmr9YdfbWAxBtbakPzCXWOHNkYgfUYnxwdED6gvkMlNRA/ICoIixQfvC/YZ+hiFatIiPnBMWf0YyzJWat8xLOJDXsaUeG/PK0iABEigfQSYBALYawesrkOyGmC7Tlwz8RZjg3Zwqx2opb9+yfI8Hj+h5+6Rdb1Wgxn/FVDW9mr14PyG2KCdNHUv7H/9N3fI8N4Rue5975Sz16+b91QlfYXaoH08rfSAvoQjA1xt21AbkBhh4Q8kTlrcP50EameMsPKFa6M2TlnaoOkzkPjgVw8gcUr7HFnFCGSCzNIXRdFDTMKIeqgk2bQc8hAfks9yKEGAxAiEAzoO1/JF69U+m37CUjOmS6420Iwp8xKnsu4ziqaHvIznrGIE+mwURQ/JJBDHlPp5COT59GWz7C84pqx8MIvOxxQpPuRlTKl9F2E5EiABEsgDASaBAC9oJ8VjEjCal75kJx4aJMXYoH0B1g7Uai2Bzuq8jeSEnhvkaep1Z/985KbbFnj8Y9dfIRdfeH7535EJ7JiXHe8Xjb0aaSKaTA7GNcy0k6Z//meXlbfT0mgSsQGdtEgutdfw1ejBUhMa/yYTGhYxAvGH1l4rTSJ6SH79p33mLPRgFSuROGVpg6bPQOJD+oW9UZz640t/R50Ii9GD46bRRF580e74oO0vNn34ynIo0Uz+oWMIJEbE7NFPPczfWjfUz2o1gcQIpM8qmh7QxFlyG1ONL4oSI6z0oB3DpCf8NeNlbX+BjiktY6WFHmLfixolMq30gMSHmDGEpr/odD2g8ZpjSmwegvHhTrEcUyJ9BsuSAAmQQJEIMAkEeEv7Qus6pJiBMDqJrvn6T9s8JKmCcEgPAN3/z+K8jbS9oXo/cetdsnX7brlhwxWSXK3hzq346ObbZM3qVeVzLZAJ7BgfJ5NzWXMI6QH1hVYTbjJWM3BPDtQ0HGImVzX1Og5aPSQnAzTPJ6IJ7bOJ2pD0c9aa0NhsFR8QPdRKJjSKEVZ6sPIFEqesbQgl2ZD4gPjNtUs7iYXU659hrSby5AtNjGq3HpL9rOaLaqTfQmIEUi/SZ1AP1fMVOYbAx5Ta/tNPjGvHPHnSZZZ9Bvoca8YwyTGXlq+2v8jLeM5KD8gYuEjxAR1DUA/zJ+c1z5GFHhC/cUxZPR+5SPHBckyp7S9YjgRIgASKRoBJIMBj2gGK65CQn/alr9YkeujrP60dSFLFioPWVrScnxjacM2lcsoJRy+43CVjNt+ycMAamkBHXnZQm7XlLX2h1UT6JTxrTWomNhFfIHqw3EpA6+P0hERIl1b+0NprpUnkpSQverDyRZH6DGsGWccH/7y5BFPWfYY1i5ikStbxOsvJntixVNaaQPqMpI/bFavzEB+QiXTr56IoekBWQsY+G0WIEVZ60I5h0HJIfEDHlFYs8hAj+I5R+WA0b77IQ7/lx/C1Ppa0fiay7i84pnxAnn5ua/lDW+SnjQ+W/SZiL8uSAAmQQJEIMAkEeAvpkIBq5w0AQ9sOWNnQjL3u2ixWtSA2IGWRFzSrwSViL1I2Rg/aLQq0dsTYoKkbeTFq1aR/6PnUtCumDJJYifFHlpqIub+GSRH10AoWIU3G2LCY9dDMC7uFL9Bnw8KGLPWAJAeQuJ6uNzSRhdRtNYaIeTapBw2BSpk89BnomJKamO+3RpPByDOsVw1eEokP6IRlUfWAU6x/RSsYtKu/WCx6yHIMUTQ9cExZXWGUZVxI1mWlCSt7WS8JkAAJtJsAk0Dt9kDqRbXdLzxZDtSSaNtdr3ZpvvVAwoqDVsZaDta+03BAEh/eXk29rizCwVoTGt9Z2oCw0NgaU0bjtxg9OLelbNYAACAASURBVFs0dSMMLH2htdfSBoSF1l4LTVjqAYkRlr7Q8rW0oSh6SE/6h5JhVn2GpS+KqAetzWiM0MT1mBihqbdo8aHWs+H+LauPt/IQI7R+s9AZogdrX2ifN+s4hXC28J2mzpj4oOWLPBPWvohh0WnxQeM3Sz0gMaLT9YDEBo3f0PrQsV9s/byOBEiABPJMgEmgPHunxbYhg1bEtLzUqxkII+1Cy1px0NqBfq2IDFq1NiB1ogNhlG+79YAwsyobo4msbdH6DdUDojXLFw2El5YFUidSFtWDlb2aepNnDWk/ntDUm9yyot0xArUX8bWmbJH0kN4XXqMJlC/1MFI+h0uzTSJ6tpZGj76M1m9on6GtNy+TSKi9CGNt2TzECCsOaL3tjg/omEfrY8tyKGONLdo60fiA8qUeKqv6kD5D6zuNDpJlNPVyTFk9Hxnla1Ve4zd0mzn0ObZqG+slARIggXYSYBIogr7VwA6pFymraSI6UNNOmsbUa2Wvpl6rl3srDoi9qA1oeY0m0Tq1PrOqN3l/Tfu09saWQ2zQlLXk1u77W7ZNG/8sn8922+Duj7zca/Tg6rTym1W9iI+RsjH2ahlrtYPYgOrBwgZkeyikbUi9iI+RsjH2tlMPfpujrGNEDAdNf2tVL+JjZLwRa287NYHGCI2tsRxCmrCqF/ExWjbGZg3jWA1nzVhjawyDkJ3+75Z1a/tDxBcx9moYW9lgER84prxCLr7w/LLL8qAH7bNmaW8MB8RuliUBEiCBIhBgEgj0Uh6+SrCwAe0UtTag9WrdYVWvu7+2bVpbYwcz2voRe5GyCOO/v/NrsnX7brlhwxUyONA3Z/rY+KR8dHP16yKkTmTizape3xCEm9ZvaDnEBquyWpu197f0m2Xd2vYh8QS118IGK3u18cEyVqJ8tVpHmCFlUXuLpAcX27X2ohy0frOqF/ExUha1V8sXsQEti9isjRFInVZjCMfh6g99Ul67fl3Nw67duOdL935b3n7RG8rjIcQXWsbuq3Ukwaat139VjdisLYv4rpP1YOULhC8Sg1F7LWJwu/WAjE3+/M8uKz+b2viA8rV43iz1YGGvVg+I3zZ9+EopYp9hwddSDxbxAbEXjZNae1mOBEiABIpEgEkgwFtWHQdSrzMXffHTNjEPAwmtrcig2fF1A8ar3/W2eQkKPzhM/g3xBTJYROxFGMTYi3zppdEEOhmhqTNmSyZtvYgeLF8grPwcEyMQTYTsRjWp9Zu/L2Krpm6nX218QPWA+kJjr9/2StsPoDa48lrGGnvR+IDGSq2tSL1IjED0jvpCw7doekDtRV7u0RiB8NXGCOqh8tWx/2kYozFCU6f1GMLF3+G9I3Ld+94pZ69fN6/NTgObPn27bHz/5eV/18ZqdPWU1UQoanO7+wxUD6ExDKLdZDzT6AH1MeoLLQvLOKXlq+2T8xIfUHuph2pSRTtO0+gX1YPWb77P0NqK1OufN40mkGceKYuMpYoUH1oxpkRiGsuSAAmQQBEIMAkEeAnpFJEEAVIv2uEDzSsX1Qx+EHs9B029qK2IvY0mcPzLOvpyhvjYty1rDjG+QDmHbI6xIVQn+hKO8A1N8Cb14OqNaR/KOFQescE6RmRpKxofNC+I6f2hQ1qz1EOML0L2opqMsSHk4+TfQ/Yi2k3G1FC9yAs4Yq/na9FnxPhCwwFhHGNDlnpA9WsdI7R8qQfsK2nkmUP0mxc9uHHC+971Vrnpb+9YcEZSq5JAjoVGv+gz1+4YYakHJJYh7xhaPaDvGTG+0GgCYRxjA8I5ZC9iq3V80GjCP/+a+EA9LFSKhR40frMeU2pjBPK8IWWRZwN55mJsyDI+oP0bwgGxk2VJgARIoEgEmAQCvRUzCam5BVIvUlZz75gyebBBa7cbzLitO37y+FN1Lznj9JNly43XlpeCF6ltsYNWLTttOQtmyCAUSciheigiYwt/aLVgxauoerDyBVIvUhbxs7asxf2t9OBfKK36DAsW6DNnZYNWD6i92nqtNIH2GQhfpKyWA8rXygYre7X1WurBfyyye3hENt9ypyS3EnrymRfn/RvKFy2v5YHUi5TV3h8p1+77I7Ymk34aPeTl+UQYI2URdtqyFvfPS3ygHrQqqJYrkh78mNKqz7BgkRdNIsqw4oDYwLIkQAIkUBQCTAJFeCr0lUpEleVLkHqRsrH2hK7Lgw0hG/3gq95XvPWuL0rbvP15sDdrGyxf0FA9oM+nRpcxZRDGSNkYW0LXZH3/IushaxYxz72VDSEdxNiqqdNKD63oM6x8gdSLlNX4I6ZM1jZYaaLRasEsxhBZc4h55jQ2+GQYctYFoguNDUh9iB5cvdpzfsYnJua2e3MfoPzwkSdk46bPyq03XSennHB0eSz/9HNb550XhLYtVD7WF6F6k3w1ZWPt0PhRc39NPTFlkHbF6AEdU2pYIDb7szs19cbEkxjmoWsQW0N1+X4e3apREyPe9Btnyac+88XydpDa+NCpeojRpMZ3KC9NnUh/4VdwafTgzoaLiRGI3jVlY3yhqTcv8cFCExrdsAwJkAAJFJEAk0BF9BptLm/RhezRHzPpnyVmxN4s75usKw82oG3TftmDtC1mQg+1uyjlEW55aJNWD/4FXxMj3MtZu+MDYq+fvLHwB/VQOTcuDzEiD77Igw2ozrUxAmkb9VDxgp8k05xrgE6SaeMaOpGF6AE55ye9baxb/XPV9TfLS9t2SXJlOapfbXnUF9p60XKIHa5u7aSplR607UPb1W49xDyfWhZW5dBnWWMHWqc2PiB8r373W2XL5788lwRy17Y6PiD2+mSVhi9aBn2Oso4PnoO23i1f+GfZun233LDhinlnCI+NT8pHN98ma1avmkvuo21rd4xA7EV210A1oS2PPsvtrld7f5YjARIggTwQYBIoD17IgQ3IhAhibrvqTQ+2EJstyoY4tMJe1IZQ+ZiJ85g6NV8iheptBV8L3VjX2W5uofvX0phGD/7FT3uOhzVnTf0hFq3QMGJDqGxMfND4LV0v9bBcI6+oMiEfp8/T0yRdtZO73uCQDbExIlRvK543xCl5sNfZoD3XIHnWRShp5CZNXQJGs8LIJe21yRpk73+0bYjvLMpa2otMvvkv3DXnnzgOGt9Z60HjD0u+mvvHlLGyGdEDEt+1k9LWekDGEEj8i/FhltfkQQ/tjg/+ox5N3PHJMOqhsoJN+2t3fHB+cz9toi9mDKFlwXIkQAIkUBQCTAIVxVOH7AxNBFhNvMVO9oTsjZ1o8YMO7Tk/7Xazlb0hvkk9oDaE6va+c2y1k3/aOpEBqJ84Rs7waLceLO8fYtyMJjR2o/e3StSgete0zbKMlb2oP7TPUei5j4kP/lm20IQVXytNWNnbbj345AD7DEw5edEDcq6BdhLSTfL+9d/cIaFkkZ/ssZiI9ba6e2jPddF4EJ0g05ZPbjmlsVdbr9+6SDtp6hhoNeHLhhJGnayH5HhVm/REJjcRXyD1avWAjN2LFB+837R8UQ6IL5CyWnutJtHbHR/8eKNT+wyX0CiSHtDnQus3pzNtjNL2Q5Yr5DRjB5YhARIgAUsCTAIBdJHJE6DazLY2S77EIh0tOomunfxLbgeSdbKmkS9qsXdL/t3vg1ddUv7v9Jc+fvuOUNsskmyIVtJlQ5rUJu9q2aCddHIHIv/TfQ/K1e+qbKWU/KU1qa1zy43Xwl8iob6p9bXXRRecu2AbgBBj9L4x/kZsCJVtRhMa29H7a5MOMTEtC9/U0nBWE9jphJzW3hBjbb1I22rFHo3vkPiA9kWIJtA+IxmrfP/wre/+SD5y023ztnvK0hdav6H9gLbeVujBxfZQP5uOURqdtaLPSHJ3Y4rP3XFf+Z+S/Uan6yHpm9BZONrEyp//2WXl7ZNCyYFkEkiTrHG+iZkg057jofli3DHQTk6hq6eSW05pfKG1w3FDJt+0mmi3HtD+QtsuzbgoPS5GfIGU1dqM6BLRQyzjRonMPMQHv6JEw/ePL/0dddxBV6o4XxRJD147mvORLOJDMgkU6jOczrQrUhE9+HmH9DxEejzh5yjQZ7NIerCID+4dA4lRSU1qPqBA4zvLkwAJkEARCDAJBHgp9HLfzKoW7ZfPeZhER2xoNNkDoF9QFJnQc3v5bt5yp1x+8ZvLh/a6n3thfvD7j5aTQsmBJzI5hdiP2IvWq50gQ32htdlKD6HnTTuxWYtneh9w9//PO+dMee7F7XLLF748d8CzuzZkR+xzj/rZIkagmtDYnAc9hPxWa0JmwzWXzsWH9N+1iTNkEh0pm+aOaLId/kjz08ao0CqRdL3aZByiB38PFxNOPG6NXHzh+eUY4Nrgfi7Z8KtfvzCv/0CezSzKFlkP3hdaTSAxKvRcxPYZflLGxwg3+f/Qw4/NfTCQnNwJ2WARS1qph3R/1+isi3SMq5eocJOmyBfrmolYP7aLnSBzTBu1TXuWiGegSXAhX62j544gdri2x/qjEbd260EzfvFl0raG2oX2RWiSTaOfpN/8ZGs9DVvpIXaSt1HiNQ/xIZ1MaMTX+UEbd5BnHl0JmQc9xNgQShgheqjlt0b9UIzfkitG6j1vteYhkvHIXXf73f8iG66+VNAt9NBYorG3SPEhPY8TSuykNRn6gALpN1iWBEiABIpCgEkgwFPIZBo6ELaYEAGaBh2ErU0OxEy8ITZry9Z6mWuUBNL6AvGx1la0HOILq7oRG7IqW8un2valJ/TcdUk9JP83OmFppQkk9iCTplpmSLmsfJy+JzK5itibnNxx//vWm66blwyqlazRxghXn7Ysop086EHrZ2057zNteUs91IovbuL/uKNXy9nr14l7oXcHCLvJCMTHSNlO1QM6LtDqIVRvs31GMvHgPxpwWvDxY/Mtd4r/IlX7zHeyHrw/NEkjVxZJ7GjqRCdX0efNTRbW+3DATegl9aBNqCBfrTutoTZr7UD8gfS12sQKcn9tnQgrpE0xcSdpMzJhGSqLtDHWBu0qOQ1Dre+s9IBMdMew1STu0Gc+yYJ6qJxdE5rER3Wm9ZtG48lxbbrfSo4jkjYiPkbKxmg4tHoquQonlLzzK6K03LR+QxJ96YRRKFmutZXlSIAESKBoBJgEAjyGTEYA1ZolYBAbkLJWHBAbkLK1Jv3dhN7Tz22FVgIh92xV2Tz4wsoGZKIbHdymJ3DqJQWRlQmWPkcYI2UtbLa6v5UekgycDt79gRsXbPel/Xo/zdOSRRZbx1n4v5UMtJPtSHyoNamXfhlNJ4Ha7QtEZ0hZK31Y2WAZI5ITNqEkEPWAKQeZ7EFqRia6kRhRa0yZtKteEihmwjI0wanlkWbcqF4rf8Ta6q5rtCpLW69VOTTuNOML6qFyYH0WerCMD9qEa7MT2NRD/vXgx5Tp987kavPYPgOJJUj8Q+ptd3/h+Wo/DkE4sCwJkAAJdCoBJoEAz1pOXGgnDQBzc1NUex4P8hLuGofUm076uMnD6666pPxVd/oLHCtfIPZaOk97Fk67bYh53rRtS/rCTeh+dPNtcu5rXlHe+ik5GC9iEihLv9Ua3GdZf6guy2ezUduSyaCPb7xS/u4LXxb/lRuiS6RsO1kk752c0Gp0Fk7I3mb+rrHB1Y/Gak29vh9KTvS7uHLXV74l7jD29/7hW8pfnn7xnvvL24G5rTu0dqB60NqL1tuMb+qdhdNMnei1MefxaO7RqG1+0nHTxsr+8347Wd9/rFm9au6jEis9pNtgxSHESnMWTqiOZv+usQGZyPL2aOr148+t23cvOEOwlh6QySl0Qk1rL1pvs/5ZTNej8RfxBVIWYW5VL2KDRVnfZ752/bq5M2CT93HP55fu/ba8/aI3zG27pV3BoK3bjRM+9Zkvzo0ZQ4kaxBdo2dgz0RyzLBJttd7Vk/5odE5OlvrQnMeT3GZOk7BH25a0wbH98te/I6uPGCpr8Wv/+tDcFrN+Ozhk2zZNWcReRGdZ+qnVdfn+82PXX1F+/+ePBEiABBYLASaBFounFe20SFIg5/EgSaCYepMTJskOvxUT3TH2KlwGF0HOwmk0KZI8CBs1QmsD+mKtrdfZ6ydq7v3mQ2Xz33PZhTVfGNG2Fa28Y9xoWxvrZwO5v2OrnVx1ZZG668WeWiuDrHychb1Z2KY9C8cz9qtxskwYaWxwL+yIHvwLsOacn3SMSLdt7VGHL9g2MAv26To0HNAtNhA705psdBZOrXqzSBghNiB9BlKvb1u63/D/3ooJhBh7EV9ry2rPwknWp01UZG0DOpGFti3rdmnb78uh9qL1a8o3euaQ51Fzr1plrO6P1NuKdmr4IDZr6rMuo02quEnywYE+lTk+Tg7vHZHr3vfO8od+yV8yJrh/RxO0mjNj0PO6VA2LKISwQN6/EVOQs3CcjzXJGnTMo7XhT/7gonnJO9fORokwbb3unB/XtuT4wY8hd+/ZV959oBVjStRexM/WZa2SNf4DYWd/rY86rNvF+kmABEigXQSYBIokb9UhIeZkaQOapNAmjGoNshttvaVtf62X+yzq1d4fLWdpL+KLRtugpc/CcW1EEiuaVTi1Jrobncej5WxVr/b+eSyn8UfyJcf979B5OFm0M/0s+Jcsi/tb1l00FvXsDU2K1DsLx00aaJMUfrLnJ48/NbfV3re++yP5yE23zdt6z9lYK1Y2skHrB6t6tff35bQsLO2NtSG0DVqyf8kqYZTm0MgGZCLLql5UD+nyjVb3aM8lQjjUsreRDdqzcJIr6jQrZpwdmqRKKFmeXsmr9YdVvdr7p8uFWLTC3pANPl7XS8annzGLJEWozvQkv9YfVvVq7x9Trmg2a5MULqni4g6yusfyXBeLurX+RhJnfkVJ1vbG2JBcqZLsw5MxYqC/XzZvuVMuv/jN887l9GxcbL/97n8Rl1RxZzK6X62EUPqduNZYqp4NSN9pVa9WC76cNnFmaa/WBrRtvjySrEHmxpK7xLi5iJtvvUu23HgtdN5ebJt4HQmQAAm0kwCTQJH0kQ4JuUVM5+Xqb/YLBiRJUWugVi8B42xLTxrUO48HHXxZ1Ovs1SZV8mAvkryr5YvQWTjapJE2WRRK1tTSoeb5sao3eW9tUkVjb2wZrQ1afyTt0JyHo7E7NDlVz8dZ3b+WjZZ1p++XTqrErLRq1t5YG1xbkhN6aV+lz8JJT7DVS9a4OrUrcNITWY1sQGOwtm1IvY6ZNqni+xcNC5SDhQ3e3vPOObP8RXUoCaRNUqT7olDCKHnfrJJASNtQPaRjgjapYskhCxtCsb3WVqrapJF7NjXJItQGTZ/ln2GtrTF60CRUkpN6IRZuJWSMvVo7tKuMknGnHmu/kjLdvyTLp/usRomldBy3OBsOaVeMHhBd5oGF1gZtu/wz5/qMUJLCJYH++m/uEHR1z+7hEdl8y53iDq9PHgCf/jetzUmNZlk3mlTRrEZySRf3055N5MoiW8chNsSehZPuoz3/D7z3HfLf//FeVbLIrcCp1WckP2DK8sOBLOqtNQ+R1GhyjgJZ3eOSglpf+I+83H1DiTbEBu2KvvQziSRrkPm5ZL3unsltf9OrCLVxguVIgARIoAgEmASK9BLSISG3iO28mv2CodYgqV6yJjmw9APrRsmEdD31zuNBX6Qs6kWSKnmwF0nepQd1mrNwGiWB/L39C9qGay6d+3qr0eqe9AC20Xk8TmtI4sMPWENtQ55JPyBPTsr4icjnXtwut3zhyy3bGkpjQyghVmvFV5JHo/NwtNyaWYETe39NAjG27vRkFZLYsWDh7LGyITnJ7p497Vk49ZI1v3fhebLl89UzlfwzfdzRq8uJhWRiKeY8HmQ7Om3b0BdVZEWUNnHm47VPwDTyhd9GRZtcQmzQnoWTnrDJKmHkOCA2pGNUveRH+oXf/f965/xo454rl46/jRI76WcmlODScrC0QZscqMUizdFPvv35n11WnuRNjiGSZdOTdIgN9cYQ7t/T2/ih9Wp1gdSLJLm0iTNvp9YOxAZXt3ZbTm1ixU3a/9N9D8rV73rbgm3A0s9MOlmu9UmonFW9/rnQJlUa2dEMi1C96USbdrVXiGt6LKVJUrj44MYQoWRROvEROtcFSb74ZEKy7wyd9aNl4Z83JMllwQJJ7GiSd371T/KdL3QWjiZJ4fWgWV2UHFP698NGNiArjPyYR1MvMqZEkiq1zg9qtMpJ6wvXJu2qLNQG7XORLIcka0Lzc9p+iCuCYjzFa0iABIpCgEmgSE8hHRJyi1DnFdspamzQJlVcXegqnORETJbn8WRdL5pU0XBNlrGwF/EFehaOJmFTawKnUVIQsQFZ0YLUi/it2aQKcq96ZREbQmU1yRJnRxbn4TSzoiV9ba24U29CIZSgbbZtMYmdLFkkJ8YdA+02fhobks9R6CwcTVLFfbV55z9/c25Cr16yyH3Z7v2mtUGbfPE60daLPLO1nqd6K6JcvchqJK29ljY4m7Vn4WiTFH7yRLPCqJYmkv5JjyfQLem0bdNqAk3soKucNPZa26BdTeL9bLGqRWuDNvHh/autF9EDsmIHScC4Z0NrL1JvqK9NJuXSMa0RF21iBZmkQ+6v9Zkrp7UVqdOXDSVgkokGKxZWNoTGXo3GbPWSKm5soEkWueSh+2nP+UGSL65dtfrZRmfGaLXh60UTO6HVSCgLbWInWW/IBscNOQtHk6RwY8r//RNfmPfRQGgFjsaGo486Qp348EkdTb2nnHC0VgrlcrV0Vi+xUytWN2KhtdfSBi0MJPYl4w4yP5cuq7WN5UiABEig6ASYBAI8GNshAbcov9A9/dzWueW36aWp1jZokxTahBHyQoBwsipb60W53oqovLTN0hfaxIomWZTckkHjv1AyI7SiRXMPTZmQHdqkiuZe9cqgNlj4oxn7s1iB4+4fk3xpxu7QtZqkSrqOrFj4ettpgzZJoUkW3bDhCvXhz/VelOslXyxjdXoyLZTksmKBJJcsbPB61CQpks/ypo2VibusVuFot6Sz1ASS2EESZ6F4lPx7Hmzw9mgSFWiyRsMCSXxY6SHGhjywsLJBs2rIMgGj0Y11GeQ9ztmiYYbanBcbNAkb1zarFTjaxIdVfEiPZUJJFWsWbnVNu2xwbdMmKTTJoizGlI1W1aDPnLZ8rT6jUWLHioVmVZZ/r7ewIckrlKxB4lmjhJHWRyxHAiRAAkUnwCRQpAdDHRJSbVE7L23CCGGRh7KWSRWr9rXbF9pkEdJ+NPGB1I2WzUNSBbHBwh8os1rlm12B4+uMSXxkYX+9OmISO1mxqMXk4xuvlL/7wvwt2Cz9EWKrTRaF6kn+HU2+IHWjZZGkigULZ28ebEC5aRNGSL1I8gOpFymLJnYsOOTBBoSZK6tJFiF1xiRgkPq1ZWMSKlmz8DEitCoref6DhQ0aZoshCaRN7FixQOpFymr8i5axXoGjSXy0Kgmk2cJOkzhD7U0zbrTVnZU/EF1ok0VInWjyBakbLYskVSxY+P7C/bfrExptoedWRVnZ4Lkhc25IWdQvLE8CJEACnUKASaBIT1p1Mki9SNnIZi7ay9qdVFm04FMNRxIflszykFTJgw2WjGPqjkm+xNxHe03WiR3tfZPl8mBDjN0x1yCJj5j6tddYJXa093fl8mADYq9VWTT5YWWHRWIHtTUPNqA2Z10+JgGTtQ2uvnYlVNJtyYsdFoyLUme7kyqOUx5saLe/kMSHpa15SKrkwQZLxtq6keSLts6YctZJFY1NebBBY2etPi65o05MHbyGBEiABDqdAJNAOfMwEzs5cwjNaSsBJj7air8wN19MiY/COKUFhjLx0QLIBbwFkx8FdJqhyUx8GMJl1SRQUAJMfBTUcYZmFzXxYYiEVZMACZAACXQgASaBOtCpbBIJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJMAlEDZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZBABxJgEqgDncomkQAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkACTQNQACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACXQgASaBOtCpbBIJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJMAlEDZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZBABxJgEqgDncomkQAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkACTQNQACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACXQgASaBOtCpbBIJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJMAlEDZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZBABxJgEqgDncomkQAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkACTQNQACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACXQgASaBOtCpbBIJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJMAlEDZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZBABxJgEqgDncomkQAJkAAJkAAJkAAJFJvAnr0jcvWHPinXXXWJnL1+XbEbQ+tJgARIgARIgARIgARIgARIgATaRoBJoLah541JgARIgARIgARIYPES+OEjT8i7P3CjfP5TH1qQ5PjErXfJDx55QrbceK0MrVjeUkju3p+74z752PVXyMUXnj/v3o3+1oyRd9/3gDz08GNyw4YrZHCgr1wVk0DNEOW1JEACJEACJEACJEACJEACJEACngCTQNQCCZAACZAACZAACZBAWwi45Mdd99w/L9nz5DMvyl9s+qz81cYr5ZQTjm65XT7Rc9EF585Lyji7rrr+Znlp266aCaJmDGUSutqymQAABh5JREFUqBl6vJYESIAESIAESIAESIAESIAESKARASaBqA8SIAESIAESIAESIIG2EBgbn5SPbr5N1qxeJR+86hLx///c17xibhWOS5B85Kbb5uxLrhzyq2V+8vhTc39/z2UXlutyP//3a971Vvnq//g3ufebD0k6uZNuuEsCjR4Yl9HRA/KOt7xxbpWS+/dlSwflX7/7I7nkLW+cs8/b7Op2vzNOP3leUssneH73t15X3t7N/dYedbjcetN15SSXXxGVtMOtQvrN17+6XD5puyuTbF9bnMabkgAJkAAJkAAJkAAJkAAJkAAJFIoAk0CFcheNJQESIAESIAESIIHOIuBX2GzaeKU89+L2eSuD0itkkmXdOTkuyfP3d35Nrn7X28rbqPmkj0/S+P+/c/feuaRLiJ5L9rjficetmduibXxiQjZ+/LPlBMzNt941lwRKJ7HcdenVTT6JlUzeuHts3b57bqVRo5VASdvT7Q+1hX8nARIgARIgARIgARIgARIgARIgASaBqAESIAESIAESIAESIIG2EvBbsDkj/Eofl8BxiZcN11w6b1s4n6Txq33ShruEytPPbS2vBoo5V8fX/8eX/k55Jc51V11STk65Ov2/+SRTra3r0vesleBxq39cMsmfeaTdDq7WSqm2Oo43JwESIAESIAESIAESIAESIAESyD0BJoFy7yIaSAIkQAIkQAIkQAKdTcAnTl67ft3cVm7JM3jSrU+uqqlVzm/55lbw+ESOWznkf+lrktuzJZNM5VU9X/lW+TJ3RtGqlcvL9fkkkEvmfPGe++edHeTKujrcSqKLLzy/vDLooYcfm1eGSaDO1jNbRwIkQAIkQAIkQAIkQAIkQAJ5IsAkUJ68QVtIgARIgARIgARIYBESqLXCpdYqmzQav9Va8pygZNKlXhKoEeJkEiidnEpvN8ck0CIUK5tMAiRAAiRAAiRAAiRAAiRAAgUjwCRQwRxGc0mABEiABEiABEig0wjUSgJptnJLrrjxTLJMArk6v3H/D+RlJx1b3pIunQTKaju4WsmkWu3ndnCdpny2hwRIgARIgARIgARIgARIgATsCTAJZM+YdyABEiABEiABEiABEmhAoF5ywyV57vvX78utN103dy6QS5i4M3rcVmvu71u3757bas1v83bWK08t/1uzK4HSJqeTQN7uNatXzW1jV95C7p77G573k94Ozv3/jZs+O6+dTALxkSEBEiABEiABEiABEiABEiABEsiCAJNAWVBkHSRAAiRAAiRAAiRAAtEEGq1w8Vu++cqT5/f46+795kPlP7uzgM58xSny6GNPtiQJ5O6ZtuGM00+eSwC5v2vOBHLlXELrc3fcV27Hx66/Qn7z9a9ecJ4RVwJFS4wXkgAJkAAJkAAJkAAJkAAJkMCiJcAk0KJ1PRtOAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiTQyQSYBOpk77JtJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACi5YAk0CL1vVsOAmQAAmQAAmQAAmQAAmQAAmQAAmQAAmQAAmQAAmQAAmQQCcTYBKok73LtpEACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACSxaAkwCLVrXs+EkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAKdTIBJoE72LttGAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiSwaAkwCbRoXc+GkwAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJdDIBJoE62btsGwmQAAmQAAmQAAmQAAmQAAmQAAmQAAmQAAmQAAmQAAmQwKIlwCTQonU9G04CJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJNDJBJgE6mTvsm0kQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAKLlgCTQIvW9Ww4CZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZBAJxNgEqiTvcu2kQAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJLFoC/x//5wYu3oxMkQAAAABJRU5ErkJggg==", + "text/html": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import plotly.graph_objs as go\n", + "\n", + "# Create a time-series plot of comments over time\n", + "# Step 1: Filter for Ironhack comments\n", + "ironhack_comments = comments[comments['school_name'].str.lower() == 'ironhack']\n", + "\n", + "# Step 2: Create a new column for year_month from the created_at column\n", + "ironhack_comments['year_month'] = pd.to_datetime(ironhack_comments['created_at']).dt.to_period('M')\n", + "\n", + "# Step 3: Group by course_name and year_month to count the number of comments\n", + "trend_analysis1 = ironhack_comments.groupby(['program', 'year_month']).size().reset_index(name='num_comments')\n", + "\n", + "# Step 4: Plot the time-series data using Plotly\n", + "fig = go.Figure()\n", + "for course in trend_analysis1['program'].unique():\n", + " course_data = trend_analysis1[trend_analysis1['program'] == course]\n", + " fig.add_trace(go.Scatter(x=course_data['year_month'].astype(str), y=course_data['num_comments'], mode='lines', name=course))\n", + "\n", + "fig.update_layout(\n", + " title='Trend Analysis of Comments Over Time',\n", + " xaxis_title='Year-Month',\n", + " yaxis_title='Number of Comments',\n", + " xaxis=dict(tickmode='array', tickvals=[str(x) for x in trend_analysis1['year_month'].unique()], tickangle=90),\n", + " width=2000, \n", + " height=600\n", + ")\n", + "fig.show()" + ] + }, + { + "cell_type": "markdown", + "id": "1ae86828-8e26-4048-9e77-1bd57bc17940", + "metadata": {}, + "source": [ + "## Price Comparison Analysis\n", + "\n", + "**Price Comparison Analysis**\n", + "**Objective**: Compare the pricing of Ironhack's courses with its competitors.\n", + "\n", + "Analysis Steps:\n", + "\n", + "- Average Price Comparison:\n", + "Compare the price_min and price_max for each school.\n", + "- Price Range Analysis:\n", + "Analyze and visualize the price ranges of courses offered by Ironhack versus competitors." + ] + }, + { + "cell_type": "code", + "execution_count": 248, + "id": "310d9ff1-463d-4295-8248-f5060887876f", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAA2QAAAKZCAYAAADXk+i7AAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy81sbWrAAAACXBIWXMAAA9hAAAPYQGoP6dpAAD5E0lEQVR4nOzde3zP9f//8fvbZrONvR23WUYSwhyKYiRnI4ccOqqFSkrIBxVJVopKoSipyCnRgQo1h0jJWalEfSjCpznEbI7bbI/fH357ffc2JI3XcLteLrtc9n69nu/3+/F6H1/39/P5er48ZmYCAAAAAFxw+dwuAAAAAAAuVwQyAAAAAHAJgQwAAAAAXEIgAwAAAACXEMgAAAAAwCUEMgAAAABwCYEMAAAAAFxCIAMAAAAAlxDIAAAAAMAlBDIAyAWTJk2Sx+Nx/vz9/VWqVCl17dpV//vf/87qNrp06aIrr7zy/BZ6Gr///rt69uypChUqKCgoSMHBwapSpYqeeuqps67/YhYfHy+Px+N2Gf/atm3b1KpVKxUtWlQej0d9+vQ5bdsrr7zS5zVboEABXX311erbt6/++uuv81rnxo0bFR8fr23btp3X+wGAi4HHzMztIgDgYjdp0iR17dpV7777rq655hodPXpUX3/9tYYPH67IyEj99NNPCgkJOeNt/Pbbb0pJSdG11157gao+Ye7cubrzzjtVvHhx9ezZU9dee608Ho9++uknTZw4Ufny5dP3339/QWu60Hbu3KmdO3eqTp06bpfyr7Rv317ffPON3nnnHUVERKhkyZIqU6bMKdteeeWVKlWqlF5++WVJ0tGjR7V27VrFx8erUqVKWrt27Xmr86OPPtJtt92mJUuWqGHDhuftfgDgYuDvdgEAcCmJjo5WrVq1JEmNGjVSRkaGhg4dqk8++UR33333Ka9z5MgRBQcHq1y5cheyVEnS1q1bdeedd6pChQpasmSJvF6vs65x48bq3bu3Zs+efcHrulCyHvtSpUqpVKlSbpfzr23YsEE33HCD2rVrd1btCxcu7BNCGzVqpIMHD2ro0KH673//qwoVKpynSgEAWRiyCADnUdbO7h9//CHpxLDEggUL6qefflLz5s1VqFAhNWnSxFl38pDFzMxMjRkzRjVq1FBQUJCzA/3ZZ5/5tJs5c6ZiYmIUEhKiggULKjY29qx6tUaOHKnDhw/rjTfe8AljWTwejzp06OCzbOLEiapevboKFCigokWLqn379tq0aZNPm6zt/OWXXxQbG6uQkBCVLFlSL7zwgiRp5cqVuvHGGxUSEqIKFSpo8uTJPtfPGgK6cOFCde3aVUWLFlVISIjatGmj33//3aftwoULdcstt6hUqVLOsLvu3bvnGHaXNSzxu+++06233qoiRYo4IfhUQxYXL16shg0bqlixYgoKClLp0qXVsWNHHTlyxGmzf/9+9ejRQ1dccYUCAgJ01VVXadCgQUpNTc3xOPbs2VNTp05VpUqVFBwcrOrVq2vu3LmnfW6y2759u+655x6FhYUpMDBQlSpV0iuvvKLMzExJ0ldffSWPx6MtW7boiy++cIYhnsuQwKzXQf78+X2Wf/bZZ4qJiVFwcLAKFSqkZs2aacWKFTmuv2zZMjVp0kSFChVScHCw6tatq3nz5jnrJ02apNtuu03SiQCYVeukSZOcNgkJCWrSpIm8Xq+Cg4NVqVIlDR8+3Fm/du1a3XnnnbryyisVFBSkK6+8UnfddZfzPst+Xx6PR4sXL1a3bt1UrFgxhYaG6t5779Xhw4e1a9cu3X777SpcuLBKliyp/v37Kz093bn+tm3b5PF49NJLL+n5559X6dKlVaBAAdWqVUtffvmlz33t3btXDz74oKKiohQYGKgSJUqoXr16WrRo0T98BgBcbghkAHAebdmyRZJUokQJZ1laWpratm2rxo0b69NPP9Uzzzxz2ut36dJFjz76qK6//nrNnDlTM2bMUNu2bX12tIcNG6a77rpLlStX1gcffKCpU6fq4MGDql+/vjZu3HjG+hYsWKDw8PCzHqo3fPhw3X///apSpYpmzZqlV199VT/++KNiYmK0efNmn7bp6enq0KGDWrVqpU8//VQtW7bUwIED9eSTT6pz58667777NHv2bFWsWFFdunTRunXrctzf/fffr3z58mn69OkaPXq0Vq9erYYNG+rAgQNOm99++00xMTEaN26cFixYoKefflqrVq3SjTfe6LNznaVDhw66+uqr9eGHH+rNN9885XZmHYsVEBCgiRMnKiEhQS+88IJCQkKUlpYmSTp27JgaNWqkKVOmqG/fvpo3b57uuecevfTSSzlCrCTNmzdPY8eO1bPPPquPP/7YCbMnB8yT7d27V3Xr1tWCBQs0dOhQffbZZ2ratKn69++v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1apVkyT98MMPzv1Lp3/e8+XLpyJFisjMlC9fvn9Va9axltmPFztZcnKy5s6dqyFDhmjAgAHO8tTUVO3fv/+Mt3+uTvc6DAgIcHoDixcvrtGjR2v06NHavn27PvvsMw0YMEB79uxRQkLCeakLwKWBIYsAkEe1bNlSkjRu3LjTtomNjZW/v79+++031apV65R/Z/Kf//xHISEh6tGjh5KTk3OsNzNn2vuYmBgFBQVp2rRpPm127typxYsXO7NF5qb33nvP5/Ly5cv1xx9/OOeuygpCgYGBPu3Gjx+fazX4+fmpdu3aev311yVJ3333nSSpSZMmOnTokD755BOf9lOmTHHW54YmTZpo48aNzv1mvx+Px6NGjRrlyv1kWb9+vaQTPX2SVLFiRV1xxRWaPn26LNupSw8fPqyPP/7YmXkxJCREtWvX1qxZs3x6qTIzMzVt2jSVKlXKmUY/6/k6uTerbt268nq9evPNN33uKzuPxyMzy/Gcv/POO87wwdw2a9Ysn56zgwcPas6cOapfv778/PxytC9durR69uypZs2a5XjeAOBk9JABQB5Vv359xcXF6bnnntPu3bvVunVrBQYG6vvvv1dwcLB69eqlK6+8Us8++6wGDRqk33//XS1atFCRIkW0e/durV69WiEhIWecxbFs2bKaMWOG7rjjDtWoUcM5MbQkbdy4URMnTpSZqX379ipcuLAGDx6sJ598Uvfee6/uuusu7du3T88884wKFCigIUOG5PpjsHbtWj3wwAO67bbbtGPHDg0aNEhXXHGFevToIUm65pprVK5cOQ0YMEBmpqJFi2rOnDk5hk/+U2+++aYWL16sVq1aqXTp0jp27JgmTpwoSWratKkk6d5779Xrr7+uzp07a9u2bapataqWLVumYcOG6eabb3ba/Vv/+c9/NGXKFLVq1UrPPvusypQpo3nz5umNN97Qww8//K/OFXbgwAGtXLlS0olZMTdt2qRhw4YpMDDQOXYxX758eumll3T33XerdevW6t69u1JTUzVixAgdOHDAOZWBdGIWzmbNmqlRo0bq37+/AgIC9MYbb2jDhg16//33nQAdHR0tSXrrrbdUqFAhFShQQGXLllWxYsX0yiuv6IEHHlDTpk3VrVs3hYeHa8uWLfrhhx80duxYhYaG6qabbtKIESNUvHhxXXnllVq6dKkmTJigwoULn/Nj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8sADDyg4OFgjRozQ448/rpCQEFWtWtXnlAIXgsdOHgiKc5aSkiKv16vk5OQ8+0bCZYAeMgDAZerYsWPaunWrypYtqwIFCrhdDi4DZ3rNnW024DxkAAAAAOASAhkAAAAAuIRABgAAAAAuIZABAAAAgEsIZAAAAADgEgIZAAAAALiEQAYAAAAALiGQAQAAAIBLCGQAAAAA4BICGQAAAHCZufLKKzV69Gi3yzjvLobt9He7AAAAAOC8ivde4PtL/kfNu3TposmTJ6t79+568803fdb16NFD48aNU+fOnTVp0qRcK3HNmjUKCQnJtds73xo2bKilS5dKkgICAlSmTBl16dJFTzzxhPz8/E57vYthO+khAwAAAFwWFRWlGTNm6OjRo86yY8eO6f3331fp0qVz/f5KlCih4ODgXL/d86lbt25KTEzUr7/+qt69e+upp57Syy+/fMq2aWlpki6O7SSQAQAAAC677rrrVLp0ac2aNctZNmvWLEVFRenaa6/1aZuQkKAbb7xRhQsXVrFixdS6dWv99ttvzvopU6aoYMGC2rx5s7OsV69eqlChgg4fPiwp51A+j8ej8ePHq3Xr1goODlalSpW0YsUKbdmyRQ0bNlRISIhiYmJ87qdLly5q166dT219+vRRw4YNncsNGzZUr1691KdPHxUpUkTh4eF66623dPjwYXXt2lWFChVSuXLl9MUXX/ztYxQcHKyIiAhdeeWV6tmzp5o0aaJPPvnEp5bhw4crMjJSFSpUOOV2HjhwQA8++KDCw8NVoEABRUdHa+7cuc765cuX66abblJQUJCioqLUu3dv5zE7XwhkAAAAQB7QtWtXvfvuu87liRMn6r777svR7vDhw+rbt6/WrFmjL7/8Uvny5VP79u2VmZkpSbr33nt188036+6779bx48eVkJCg8ePH67333jvj8L2hQ4fq3nvv1fr163XNNdeoU6dO6t69uwYOHKi1a9dKknr27PmPt2vy5MkqXry4Vq9erV69eunhhx/Wbbfdprp16+q7775TbGys4uLidOTIkX90u0FBQUpPT3cuf/nll9q0aZMWLlzoE7KyZGZmqmXLllq+fLmmTZumjRs36oUXXnCGPP7000+KjY1Vhw4d9OOPP2rmzJlatmzZOW3zP8ExZAAAAEAeEBcXp4EDB2rbtm3yeDz69ttvNWPGDH311Vc+7Tp27OhzecKECQoLC9PGjRsVHR0tSRo/fryqVaum3r17a9asWRoyZIiuv/76M95/165ddfvtt0uSnnjiCcXExGjw4MGKjY2VJD366KPq2rXrP96u6tWr66mnnpIkDRw4UC+88IKKFy+ubt26SZKefvppjRs3Tj/++KPq1Knzt7eXmZmpBQsWaP78+erTp4+zPCQkRO+8844CAgJOeb1FixZp9erV2rRpk9ODdtVVVznrR4wYoU6dOjm3Wb58eb322mtq0KCBxo0bpwIFCvzjbT8bBDIAAAAgDyhevLhatWqlyZMny8zUqlUrFS9ePEe73377TYMHD9bKlSv1119/OT1j27dvdwJZkSJFNGHCBMXGxqpu3boaMGDA395/tWrVnP/Dw8MlSVWrVvVZduzYMaWkpCg0NPSstyv77fr5+alYsWI5bleS9uzZc8bbeeONN/TOO+84x4fFxcVpyJAhzvqqVaueNoxJ0vr161WqVCknjJ1s3bp12rJli9577z1nmZkpMzNTW7duVaVKlc5Y37kikAEAAAB5xH333ecMkXv99ddP2aZNmzaKiorS22+/rcjISGVmZio6OtoJKlm+/vpr+fn56c8//9Thw4f/NkTlz5/f+d/j8Zx2WVYAzJcvn8zM5zayDyE81e1m3c6Zbvd07r77bg0aNEiBgYGKjIzMMbvi382mGBQUdMb1mZmZ6t69u3r37p1j3fmYWCULx5ABAAAAeUSLFi2UlpamtLQ0Z6hgdvv27dOmTZv01FNPqUmTJqpUqZKSkpJytFu+fLleeuklzZkzR6GhoerVq1eu11qiRAklJib6LFu/fn2u308Wr9erq6++WlFRUWec6v50qlWrpp07d+q///3vKddfd911+vnnn3X11Vfn+DtTz9u/RSADAAAA8gg/Pz9t2rRJmzZtOmXoKFKkiIoVK6a33npLW7Zs0eLFi9W3b1+fNgcPHlRcXJx69eqlli1bavr06frggw/04Ycf5mqtjRs31tq1azVlyhRt3rxZQ4YM0YYNG3L1PnJTgwYNdNNNN6ljx45auHChtm7dqi+++EIJCQmSThw3t2LFCj3yyCNav369Nm/erM8+++y8hNnsCGQAAABAHhIaGnra4YX58uXTjBkztG7dOkVHR+s///mPRowY4dPm0UcfVUhIiIYNGyZJqlKlil588UU99NBD+t///pdrdcbG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vPPOBa3jTE73Wvzzzz/thhtusAEDBpyx3YXy448/msfjsccee8zMzJYuXWpBQUH20EMPWdeuXa1AgQLWuXNny8jIcLVOM9/H6sYbbzSPx2N9+/a1o0ePuliVu1544QULCwuzb7/99pTr3X595YaEhASrUqWKrVq1yszMMjIybPv27RYREWGBgYH29ttvm5nZ8ePH3SzTzMyefvppq1Wrll111VU2dOjQS/a1efLnQXp6umVmZtqgQYOsbt26znNxqtffhAkTrEyZMvbdd9+ZmdmKFSvM4/FYVFSUvfLKK7Zv377zvwG56OTvx+joaCtdurTVqlXLbrnlFvcKO49O933w+++/W/fu3a127do2atQoZ/k/+RxasmSJhYSE2IQJE/5tmedFx44d7cknn3Qu9+vXzwoVKmTVq1e3gIAAa9CggX3wwQcuVnhmBDLkmj59+lhwcLDNnDnTzMxSU1OtUqVKtm7dOpcrOzeffvqphYaG2tq1ay0tLc0yMzPt+eefN4/HYy+88IIlJSW5XaJjzJgxFh4ebkuXLjUzs0cffdS8Xq99+eWXF7SO+Ph469evn5mZ7dixw0qXLm2PPPLIBa3hbE2bNs2GDx9uZid2WrKWFStWzL7//nsXKzshLS3NJk6caMHBwTZo0CCbO3euvfzyy2Z2Ygd34cKFVrhwYYuLi3N15z77DsDx48etR48e1rVrV7vyyivtpZdesj179uRolxdC5Pl04MABa9y4sb355ptmZrZt2zabN2+ederUyXr16uVydf9c9tdX1nslS5MmTSw2NtZps2vXLvN6vVa4cGGrV6+eHTlyxMwu/HOe/f5ef/11i4yMtNGjR9vTTz9tQUFB1qVLF9u7d+8FrelC+umnnywtLc25vH//fitevLg9//zzp2yfmppqb775po0dO9bMzGbNmmVer9cmT55svXv3tpCQEBs1apTt2rXrgtT/b5z8WhsxYoQVK1bMli9fbkePHrWnn37aPB6PffPNNy5VeH5k3+6ZM2faiy++aM8995z99NNPZma2c+dOJ5SNHj3aaXs23x8ZGRn25JNP2gMPPGBmZklJSbZkyRK7//77LS4uzlasWJHLW/PPpKen2/Dhw83f399eeOEF2717t1WvXt3WrFljhw8ftj///NOaN29ujRo1si+++MLVWk+HQIZc1bdvXwsICLBp06bZ3r177ZprrrHNmzfnaJcXfx0++UN82rRpds0119j+/ft96n366aetQIEC9uqrr9pff/11ocv0kZmZaZmZmdapUycbNmyYmf1fkMzaGTx69Kjt37//gtTTvn17e+yxx2zXrl1WqlQpe/DBB53H7v3333d+MXfb7t27rXPnzlaiRAmLiYmxp59+2nbs2GH79u2zli1b2pgxY8zM/V/209LS7N1337XAwEArVqyYjRgxwmf9okWLzOv1WpcuXVwJOdnvc+rUqbZ48WLn8hNPPGGlS5e2ESNG+Oz4bt++/YLW6IaMjAy7+eabrWPHjvbBBx9Y69at7aabbrL27dtbWFiY3XXXXW6XeE7GjRtnzz//vP3222/OsiVLlliNGjXsm2++sc2bN9vWrVvtr7/+ss2bN1uFChWsdu3aOUJZ9qBwvq1atcpGjhxpH3/8sbPs66+/tuDgYOvcufMlGco++OADK1++vNWtW9e++eYb++OPP8zM7Nlnn7V27drZ3r17T/l5sWnTJvvzzz9t27ZtVr16dRs5cqSZmf3xxx9WqFAh83q9OUbB5DUHDx40s//74eD48eMWFxdn7777rpmd+H70er321ltvmZk5r81LSb9+/SwiIsJiYmKsRo0a5ufnZ+PHjzezE5+/Dz30kNWtW9eGDh36t7eVfd/n8ccft2LFitmKFSusY8eO1rx5c7v55putevXqVqNGDUtNTT1v23Q2UlNTbezYsZYvXz7r1KmT3XHHHXbs2DFnGxITE6127dp5tneUQIZ/7eRw9Z///MeCgoLsrbfesujoaGvSpIkNGTLEBg8ebP/5z3+sX79+9s477+TJUGZm1r9/f/v+++9tzpw5FhAQ4HyZHTt2zMzM1q9fbwUKFDCPx2NTp0694PVlDwlZX6qxsbH25Zdf2pIlS6xgwYJOGEtLS7O3337b5s6dm+uPd9btrV692tkRf+mll6xt27YWFRXl/JKWmZlpx44ds4ceesgGDhzoPI4X0ql2Po4dO2bJycnWr18/a9asmRUuXNhGjx5tNWrUsBtuuOGC15lVY/b73blzp5mZvffee1akSBHr0qVLjut9+eWX5vF4rHv37hem0P8v++vpscces7Jly9qIESNsx44dOZY/99xz9uOPP1rTpk2tVq1aOa5/MTtdEJ44caI1btzY6eFctmyZmZkNGTLEOnXqdCFLzDWdOnWyBg0aWMGCBW3o0KG2ePFiy8zMtGuvvdY6dOhgVatW9ekV/e6776xChQpWt25dZ8f3tddes/j4+Avy/G/YsME8Ho95PB5nhzzrfr/++msLCQmxrl272u7du897LefTya/BAwcO2Lx58+yuu+6ycuXKWcOGDW3KlCk2e/ZsK1y4sC1atMhpe+jQoRzDN7/55huLjo52hryvW7fOHnnkEXv55Zdd/5HqTAYOHGhhYWHO0MqMjAw7duyYVatWzd577z1LSEiwggUL2htvvGFmJ0LbiBEjbNasWW6Wnas+/fRTK1GihH333XeWmppqGRkZFh8fb/nz57cZM2aY2Ynhi3fccYd169bttO/DrOXZn+/t27dbbGyshYSEWKdOnSwhIcHMzL7//nuLjo52vq/cdOzYMXvjjTesUKFCVr58eSegZ/0ItGTJEgsICLCNGze6WeYpEcjwr2S9adesWePzodavXz/zeDxWvnx569Spk3Xt2tXuuusua9Omjd155532ww8/uFVyDtk/kGbPnm358uWzJUuW2LFjx6xJkyYWExPjM0zjv//9rz3xxBM2adKkHMN3zrfsX7wfffSR/fe//zUzs7i4OCtRooQVLFjQpkyZ4rTZu3evNW7c2Gd4Qm7Iesxmz55tfn5+zi/+69evt/DwcIuKinKe4yNHjtiTTz5pV1xxhf3666+5WsfZyP6Y/fDDD/btt99aYmJijmFYr732mt1zzz121VVXmcfjsddff/2C17pt2zbr1auXJSYm2kcffWT58+e3P/74w44dO2aTJ0+2gIAA5xi37JYuXWq//PLLBa/X7MRwoOLFizvHEZ3s6aeftvLly1u5cuWsdu3arv+Kmpuyv7beeuste+ihh6xz587OMZPp6em2detWn+s0atQozw7jze50Q0wPHz5s48aNsxYtWlipUqWsd+/edvPNN5skGzhwoBPGsnz33XdWqVIli4qKsrvuusv8/f0v6Of/Rx99ZCEhIda9e3fnx46s9/6yZcvM4/GcVU9BXpX9udm6datP76XZiV70F154wQoXLmwNGzY0j8djsbGxduDAAXv++eetXr161rJlS5/jimbNmmVhYWE2c+ZM+/HHH61169Y+Pwbl1VD25ZdfWr169ax69epOKDt27Jg9/PDD1rx5c/N6vTZu3Din/Z9//mmtWrVyfsC8FLzzzjtWp04dS0tL83me+vXrZ2FhYfbnn3+a2YmhxVmvnZNDWdblL7/80rp162Z33XWX9evXz1l+8qinfv36Wb169Sw5Ofm8bdfpZNWUfRtSUlLsrbfesvz589tTTz3l037JkiVWrly5HO+TvIBAhnOW9Qb46KOPLDw83AYMGGA///yzsz4+Pt78/f1z/PqUV38Z/+ijj2zIkCHOUAazEwetN2jQwKpUqWIJCQn2xRdfWGxsrN18881OmwsVyrJ/8Q4cONA8Ho/FxcWZ2YkhJTfddJOVLl3aUlNT7eDBg7Znzx5r0aKF1alTJ9e+QLOGSJqdGKPu7+9vLVq0sOuvv975BXz16tVWokQJq1u3rtWsWdPatGljYWFhzoHiF1L219qgQYOsTJkyVrp0aStSpIi99tprPr05ZicC7Pfff2/16tWzVq1aXehybfr06XbNNddY06ZNrUCBAj7hOj093SZNmmT58+c/ZShzw6FDh6xNmzbOEM8tW7bYrFmzrFWrVnbvvfc6Q3pXrlxpX3/9tfM6vNA/ZJxvjz32mIWHh9uTTz5pffr0seLFi1vnzp2d9QcPHrTly5db8+bNrWrVqnl++7O/byZMmGDPPvusjRkzxmd5YmKirVixwho0aGBFihQxSU7Pw/Hjx30+c3bt2mXdu3e37t2724YNG85LzWcasjt16lTz8/OzJ5980nnss7blhx9+yPPPx9kYMGCAXXPNNeb1eq1fv37OcUNZxowZ4/xIWqRIERswYIAVL17cBg8ebPfee68VKVLE+vTp47Tv0KGDFS5c2KKioqxmzZoXdJjpucrMzLRly5ZZTEyMRUdHO58/8+fPtwIFCli9evWcHfHExES7+eabfSY6uRSMHz/eChYs6PQMZf0Atm7dOrviiits9erVPu1P976ZNWuWFSxY0Hr27GkvvviihYWFWe3atX0Of/j222+td+/eVrhw4Qs+gZiZb+0HDhzwmWzt8OHDNnbsWPPz87N+/frZ8uXL7eeff7aWLVtanTp18uRxzAQy/Cvffvuteb1eGz9+/Cl/+f7Pf/5jBQsWtIkTJzrL8mIg++GHH6xq1aoWFBTk82tZ1gf8rbfeaoUKFbKrr77abrzxxgv+5ZT9w+PRRx+1okWL2v3332/33HOPmZ340M2a8SwsLMyqVq1qN9xwg9WqVcup9d986aSkpPhcnjZtmuXPn98mTpxoK1eutKuuusqZzcvMbOPGjTZ+/Hh7+OGHbfz48bZly5Zzvu/c8Nxzz1lkZKQtXLjQzMzuvvtuK1GihA0ZMsT+97//Oe2yHqMtW7ZYcHDwBZkUZeTIkc6B9GYnjr3yeDxWv379HL0rWaEsODjYevbsed5rO9mp3rvt27e3unXr2owZM6xZs2bWqFEj69q1q0VFRVnr1q1ztL8Udn6yvx+/+eYbu/rqq52D2rN6ZLIfLzl//nxnhEBuvB8vlCFDhlhwcLDFxsZavnz5rG3btjl6YtPS0qx69ep27bXXWmRkZI5fybOGfJvZeesdzf58vPnmm/boo4/a3XffbR9++KEzHHHy5Mk5Qll2F3Momz17tpUrV84++OADe+ONNyw8PNzuvPNOn53vnTt32rBhw6xw4cJWpkwZq1Wrln3++edmduLzfeLEiRYQEODzufLll1/asmXL8vwPKdmf/8zMTPvmm2+sbt26VqVKFafHdvbs2Va8eHGrVauWValSxfnB8GJ6P2Z3ukCRmJhoNWvWtHvuucdnVsyNGzfa1VdfnSOQner2du/ebddee61zDOH//vc/u+KKK+yhhx5y2mzZssWeeOIJq1u3rv3444+5sUn/SPZ6X3zxRatXr55dd9111r59e2cIbtYxZUFBQZYvXz7r27evtW3b1nnO81ooI5DhnGTtmMXHx1uHDh18lp38wdatWzcLDw/PsVOfl6SmptqECROsUqVKVrNmTefXpew2b95sO3bscN7Ebnw59erVy0JDQ23Lli320UcfWbly5ezQoUPO+sOHD9sbb7xhr7/+un3wwQe58kU6YsQIGzJkiHNbW7dutSJFijg9if/973/tiiuusO3btztj1vOSX3/91Zo1a+b01M6ZM8e8Xq+1adPGgoODbfDgwT49ZcePH7dDhw5ZjRo1bN68eee1tqSkJHv00Ud9hnKOGjXKevfubTfccIN17do1x/Cu9PR0Gz9+vIWFhV3QY19Onk0xy/z5861Zs2YWGhpqTz/9tBNMXnvtNWvbtu0lNUSxZ8+eOWaZ++CDD5zj4j7++GMrVKiQ86POwYMHneMrf/zxR1c/O85G9uc4NTXV7rjjDufYt82bN1uJEiWsadOmtmnTJqf90aNHrU6dOnbrrbdatWrVbM6cOc53wY4dO3JMAnI+PfbYY1a0aFHr3r273XDDDVatWjXr0KGDc2zL1KlTLTAw0Hr27HnR7YBnd/Jn7OLFi+3FF190Li9btszKlStnd9xxh3Xq1MkJyX/88Yc9//zzFhISYvnz57f58+c71zly5IhNnDjRChQoYL17985xnxfD45X1Ws0eyipXrux8Tq5evdqmTp1qzzzzjH344Yd5PmiezsmHLrz88ss2duxYZ0bryZMnW926da1Vq1a2bt06W7ZsmbVq1crq1q2b47UzatQoJ1Blrdu6datVrlzZjh075oSx7McoL1iwwMxOvL/dmBQn+w+DTz75pJUsWdLGjBljn3/+uZUoUcKaNWvm/Ah87NgxmzBhgnk8Hp+Ogbz4nBPI8K88/PDD1qRJk1OuW7NmjfN/Xpoq93SBITU11aZMmWI1atSwdu3aOUEn69eU7B8CFyp0ZL/PBQsWWHR0tDMl++zZs+3KK6/82/PpnOsXadZ9Dx061PlVPOuxyDp2zezEAcKhoaE+Q5EmT55sX3311Tnd77+V/TE7fvy4HTx40GbOnGlHjhyxb7/91iIjI50eqU6dOllERIT17dvXJ9y8++675vF4LsiOZNZj+u233/r0zk6cONGuu+4669q1q88vkFkHI1/Ic+Flf72/8cYbds8999htt91mzz33nLP85AO6Gzdu7Ezscin46quv7P7778/xRf7JJ59Yu3bt7L333vOZUMfsxHu2e/fuPr2wee0HiyzZ69qwYYOtXr3aHnnkEZ/nddu2bVaiRAlr2LCh/fDDDz69D35+fla0aFGfnZ7HH3/cbrjhhguy0/bNN9/YlVdeacuXL3eWTZo0yZo0aWL33nuvE0reeecdq1+/fp4cqXE2stf9+uuvW/fu3e3GG2+0QYMG+bRbtmyZlSlTxgIDA30mN/jf//5nNWvWNI/HYwMHDvS5zpEjR2zSpEnm8Xjs1VdfPf8bk4vWrVvnczzgyaEs67V68vN+MQTN0+nfv78VK1bMmjRpYiVKlLAaNWo4p3L58MMPrWHDhubn52dVqlSxm266KUfP0MGDB61+/fpWuHBhn0kudu/ebTVr1nTOS9e9e3fnulu3brXWrVvb119/fYG39sS+RnYLFiywqlWrOrV8/vnnVqhQIStRooRVq1bN+f4+cuSIffTRR3kyhGVHIMM5yfpQGzJkiEVGRubYGTt8+LD16tXLGRKRV5z8y9LQoUPttddec7rxjx07ZhMnTrTatWtbhw4dnFCWF3aiUlNTfQ6Y//XXX61s2bI+O3vPPPOM88vQv93hOHkWomXLltkTTzzhHBSckZFh6enptmfPHitTpowzhvzJJ5+0ggUL+oQ2N0ycONFmz55tZuaMe3/kkUesc+fOzpdLz549LTo62jp27OjzeP3+++8XbBamrFkoH3zwQatcubK98sorzrp3333XatWqZV26dLGvvvrK4uPjLTg42LVz4D3++OMWHh5uzzzzjL300kvm7+9vt956q7P+0KFDtmjRImvWrJnPsVIX687vybK2Y+rUqbZt2zYzO/E+KVy4sHk8HnvttdectkePHrUWLVq4fp64s5G9vn79+lmpUqXM6/VaYGCgffDBBz7HjmYNbQsKCrIqVarYxx9/bIcOHbIuXbqYJIuNjbWHH37Y4uLizOv1XrBz+s2dO9fCw8N9hvkeP37cXnvtNbvmmmtyDP81u/hel9nrfe6556xAgQJ22223WXBwsFWuXDnH9+0333xjQUFBFh4ebtHR0ZaSkmL79u2zdu3a2cMPP2xBQUE+PWtmJ767P//88zy/83oqY8eOtYCAAOcUMFmhrF69elatWrUcE85czD799FMrWbKkrVy50sxOHP/81FNP2XXXXecTptevX29bt249be/8jh07rE2bNlasWDFnDoD9+/dbhw4dLCgoyNq3b+/T/oknnrDrr7/e2Q+4UB577DFr27atz+fJwoULnWGVCQkJVqxYMXvzzTft999/t2LFilmzZs1yDLHOy69rAhnOStYXwdGjR33O25Genm6VK1e2OnXqOLPBpaWl2cCBA61MmTI+xw+47eTzaZQuXdoaNWpkN998s5UrV87phj969KhNnDjRYmJirEGDBn/bA3W+DRs2zO6///4cwyi3bt1qBQsWdD5wWrZsaeHh4bnyi9/HH39s1apVsw8//NBZ9tRTT9nVV19tgwYNssTERGd5enq6lS9f3j777DPnpKvZe0fd0qhRI7v++uudy8ePH7fbbrvN7rvvPjt8+LCZmd166632zTffnHKmpgvt999/tx49eljt2rV9zjc2ZcoUq1evnpUrV85Kly592tkMz7c1a9ZYxYoVnZOpfvLJJz5TSJudmEr8gQcesPbt2zuhNy9/AZ6t7D/IbNq0yWrUqGH169d3QtmcOXMsf/781q1bN5s5c6bNnTvXmjZtelGE0ux1JSQkWNWqVW3WrFk2d+5cK1eunDVt2tTp7Z47d64VKFDABg0aZHXq1LGHHnrIPB6P/fDDD7ZmzRqbPn26tWnTxm6++Wbr2rWrzyRP56vmLF999ZWVK1fO+bU86zk7fPiwhYSE+EyQc7FbuXKl9ezZ05YuXWpmJ96bN954o91yyy3OMMSs192PP/5oq1atsrJly1qDBg0sJSXFUlNTLTEx0YYNG2ahoaH20ksvnfJ+8up790zvpTfeeMPy5cvnE8qWLVtm5cuXd465vhRknaIl+/HsiYmJ9tBDD1nDhg19DmXIcrqZU//73/9ay5YtrUyZMs7+xKpVq6x8+fLWokULGzt2rH322WfWo0cP83q9rkzgMWHCBLv++uutS5cuPhOEbd++3Y4ePWqNGze2p59+2sxOBMqsXuCL6TknkOFvZX34zZs3z2677TarVKmSPf30086EB5s2bbLq1atbyZIlrWbNmtakSRMrXry4K7PqnY3XX3/doqKinF+Wxo0bZx6Px0JDQ+3TTz81sxM9ZWPHjrVu3bpd0N6xU33RTJ8+3Twejz322GPOsJvjx4/bzp07LSoqyr777jvr0KGDVapUKdcOVl22bJm1a9fOGjVqZB999JGzPD4+3q699lobMGCAE8qOHDliN9xwg5UqVcqCg4Nt7dq1/+q+z0X27c3aidi3b59FRUX5zEj4zDPPmNfrtfbt21uNGjXsmmuucdq78Tzv2rXLDh065ITt33//3bp3754jlP3000+2atWqHLNCXkhz5syxqlWrmtmJIWrZh+elpKQ4x9tt2bIlzx8r9U+c6j05c+ZMa9q0qTVs2ND50WnOnDlWvXp1K1WqlMXExFjHjh0vqgkDPvvsM3vggQfs2WefNbMTM7l27drVoqOjrXnz5rZo0SK788477ZlnnjGzE8cjlStXLsew1PMdxLM/H2+//bbTC56WlmbVqlWzG2+80efk4//73/+sWrVqPsdLXcxmz55t1apVsypVqvhs57fffms33nijtW3b1vlx0ez/jvOuUqWKeTweq1mzpnM8d2Jiog0fPtyKFCligwcPvuDb8m8NGzbMZ4hsltdff908Ho8z2iAjI8N++OGHi+J9+HeyPlsnTZpk0dHRzo9C2c8L6vF4Tjt5R5as9p9++qnFxsZas2bNzOPxWEREhDND57Jly+zOO++0qKgoq1atmjVr1szVUxa9//77VrNmTevcubPPfsbOnTutfPnyznfQwYMHrXPnzrZp06aL6jknkOGsfPrppxYcHGwDBw60l19+2Ro2bGj169e3OXPmOG1ee+01e+aZZ2zkyJGuz6p3OsnJyfbggw86Z62fM2eOFSpUyIYOHWp33nmneb1eZya+tLQ050PrQu2sn/zhcfL5vvr27eszi1nlypUtf/78Vr58+VzfEVq1apV17NjRbrrpJps5c6azfPDgwU4oyxou2bt3b7viiitcP7/cK6+8YiNHjnSOZxszZow1bNjQ53i2559/3h588EHr0aOH81i58aE9e/Zsq1Chgl133XV22223Oe+Z3377zQllWcMxLrRThZBvv/3WWrRoYa+//nqOY6W+/vpru+uuu3yOucsLw3z/rezbMHLkSJ/hpFnHaDRs2NDZKdq7d6/973//s7179zqP4cUQSv/66y+rU6eOBQYGWqdOnWzixInm7+9vv/zyi23evNmqVq1qsbGxVqpUKZs/f74lJSXZFVdcYQ8++KCznePHj/cZ5ns+egSzPx/r1q2zZs2a2VVXXeV8ZicmJlrp0qXt+uuvt1GjRtlHH31ksbGxVqNGjYtqx+xMsn4sCwkJcU52nWX58uXWsGFDq1evnq1atcpGjRploaGhtnTpUvvpp5/sgw8+sIoVK1r16tV9QtnAgQOtWbNmebYXN8vJx3H37NnTPB6Pvf/++z7t0tLS7I477jCPx2Px8fE+6y6m10FGRsZpP0fXr19vBQsWtMcff9xn1NJPP/1k1apVO6vTS3zzzTeWP39+Gz9+vP3000/22WefWcOGDa1YsWLO9Q8dOmRJSUl24MABZ2TJhZb9MZg+fboTyrKGL2ZkZFiFChWsSZMmNn36dGvUqJHVrl3bud7F8pwTyPC3Nm7caFWqVHFCzJEjR6x48eJWoUIFq1u3rn3yyScuV/jPbNy40TZv3my//PKLlStXzjnu47333jOPx2Mej8dnB/5CfEndeOONPr/gZh+WlnX/H3/8sXNOjf3791t6ero1adLErr/+emenL7d3/v4ulA0aNMj++usv27Ztm8+xbG74448/rEyZMla0aFFr0aKFTZ482fbt22d16tQ543m73Nhh/uWXX6xkyZI2cuRIGzJkiMXGxtpVV13lzLb422+/WY8ePaxixYqunKA6y6uvvur0yv3yyy9WoUIF83g8zoHjZic+D1q2bGl33nlnnt+h+yey7wSsXbvW7rzzTvN4PDZ58mRneVYoa9So0SmHZ+fVx+NUdf3yyy/Wpk0bq1SpknXs2NFuueUWMzsxMmLixIkWHh5uVapUsUceecRKlSplDz30kPPeSUlJsbvuusvGjBlzQYL44MGDrU2bNnbjjTdacHCwXXPNNc6Pg/v27bO2bdtajRo1rGrVqj7TXF8sO2ZZTvdY/vjjj9ahQwerU6eOffDBBz7rlixZYg8//LAdP37c7rvvPp/Z8TIyMmz16tVWpkwZq1u3rhPK9u3blyeGbZ9J9sfit99+s/T0dEtLS7NBgwZZvnz57L333vNp/8QTT9iNN9540U7gcnL4GT9+vD3xxBP27LPPOsdvTZ8+3fLly2ePPPKIzZkzx3744QeLjY096/NsjRkzxurXr5/jsa1fv76VLFnSZ/ZfN5xuG6ZOneqEsqzDI7777jurXLmy1ahRw5o2bZpnp7Y/EwIZ/taWLVusX79+duDAAdu+fbuVK1fOevToYd9++62VLl3aateubTNmzHDa55UPv797I06fPt1uuukm50tpwYIFds8999ibb755QXfS4+LirHr16s59/vTTT+bxeOzll1922mSfTMDPz8+GDBliZid2hs/31L3Lly8/ZSiLj4+3MmXK2LPPPuvKc36q2bKeeeYZi46OtmnTplmxYsVs6NCh9thjj5nH43GOt3BL9no3btxojz32mHN57dq11qJFCytdurTzJbh582b7z3/+c8rJCC6Ev/76y2rUqGHFihVzJu1ZuHChBQQE2F133eWcWqFJkyY+x0pdTF+AZ2PAgAFWt25d69Chg5UsWdIKFCjgc9zchx9+6DwGF8OkASfvfP3+++/OLLjjxo2zxo0bW3R0tHk8HnvkkUfM4/HYrFmzbMeOHfbCCy9YoUKFrEGDBj6zfA4cONCuvvrqHLOgnQ9ZJ779+uuvbd++fTZv3jxr166dVa5c2ebOnWtmJz4L9u/fb7t27bqoeiqzy/48TZ482Z599lnr2rWr0yuwYcMGu/32261+/fo5QlmWrHMEnmzw4MHm8XisbNmyPjv+eeW7+2TZH4usIZhZP2CmpKTYwIEDLV++fDZt2jRLTU21Y8eO2W233ea8Hszy7radyhNPPGElS5Z03mP9+/e34sWLW8OGDa1KlSpWtmxZ53th1qxZVqlSJStZsqRVqlTJ6tevf9Zh5KWXXrIiRYrkCOMzZ840j8djISEhOSbFuFCy1/7ZZ5/ZBx984DMUd8qUKVazZk279957nWPa0tPTbefOnRfte55Ahr91/Phx53ihrJMRZx3z0qFDB4uMjLRbbrklT51nLPubeeLEiTZgwABn1sesg10nTJhggYGBtnLlSjt06JC1bdvWevXq5VzvQryZjxw5YvXr13d6HN555x375ZdfbPTo0RYQEJBjyNq2bdssIiLCPB6PjRo1ylmeGzvBWR9i//vf/+yXX37xmUVp2bJlpwxlw4YNu2DnGDqdjz76yBISEszsxHMWHR1tzzzzjO3du9fuueceu//++83j8ViVKlVc68XLemy//PJLGzp0qHXt2tU6duzo02bdunXWokULK1eunDMZwoX8QjnVa2jjxo3WpEkTCw8Pd45X+eKLL6xVq1Z2xRVX2E033WR33XXXJTWBR3YzZsywggUL2rfffmupqam2YcMGe/TRR3MM2ZwyZcpFcW6r7DulQ4YMsWrVqtk111xjkZGRzvC/b775xmJjY61EiRLm5+dnXbp08bmNhx56yCpUqGDt27e3fv362Z133mlFihS5YLMpPvjgg3b77bf7LPvmm2/spptusgoVKtiiRYtyXOdi/pHgscces1KlSlnnzp2tXbt2FhgY6Myit3btWrvjjjvspptuskmTJuW47ieffGLXXHONvfPOOz7LJ0+ebPfcc49169Ytz79ms3viiSesePHi9sknn/icSic1NdWeeuop83g8dsMNN1jFihWtWrVqeX5CndNZuHChxcTE2LXXXmt//PGHde/e3Xl//fDDD85x+lmhbMeOHfbf//7Xfvjhh390/G7W6KdnnnnGJ5ivWrXK2rZta3fffbcrgSz789W3b18rUaKERUZGWpUqVXx6fKdMmWK1atWyrl27Oue/zHIxvucJZPCR9SLevXt3jp3X48ePW7169XzOd/LAAw/YyJEjfWbdy0v69+9vRYsWtXvuuccqVapk1apVc85Js3//fmvXrp0FBARYxYoVrUqVKhf8A/zQoUPWvXt3a968ubVt29YiIiKcHd/Ro0dbvnz5bOTIkT6TQAwYMMAWLFiQqzu/2Y9Vu/baay08PNwaNWpkjz/+uLMuK5Q1btzY1RnLsj8327dvt9atW1vhwoUtPj7ejh49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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "# Average price comparison\n", + "avg_prices = schools[['school_name', 'price_min', 'price_max']]\n", + "\n", + "# Plotting average prices\n", + "plt.figure(figsize=(10, 6))\n", + "plt.bar(avg_prices['school_name'], avg_prices['price_min'], label='Minimum Price')\n", + "plt.bar(avg_prices['school_name'], avg_prices['price_max'], bottom=avg_prices['price_min'], label='Maximum Price')\n", + "plt.xlabel('School Name')\n", + "plt.ylabel('Price')\n", + "plt.title('Price Comparison of Bootcamps')\n", + "plt.legend()\n", + "plt.xticks(rotation=45)\n", + "plt.show()" + ] + }, + { + "cell_type": "markdown", + "id": "ed57ae3c-eb02-4aec-9c26-46d8748725f2", + "metadata": {}, + "source": [ + "## Value for Money Analysis\n", + "\n", + "**Objective**: Assess whether the prices charged by Ironhack offer good value for money compared to its competitors based on ratings.\n", + "\n", + "Analysis Steps:\n", + "\n", + "- Price vs. Rating Correlation:\n", + "Analyze the correlation between course prices and overall ratings.\n", + "- Price per Rating Point:\n", + "Calculate the price per rating point for each school to understand value for money." + ] + }, + { + "cell_type": "code", + "execution_count": 271, + "id": "800382b1-6b2b-490c-b5c0-87339d108741", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAA1sAAAKZCAYAAABOazEOAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy81sbWrAAAACXBIWXMAAA9hAAAPYQGoP6dpAADxnElEQVR4nOzdd1yV9f//8deRpSgcBwKiSOZWUMsJLpxIKuWe5MrcIzVnOUtLP6mpZZZ7pWZqakZajtwzV460nAlOBAcCwuv3hz+uL0ewoDgMfdxvN243znXe55zXdeb1vK73+32ZVFUFAAAAAJCmsmV0AQAAAADwPCJsAQAAAIAVELYAAAAAwAoIWwAAAABgBYQtAAAAALACwhYAAAAAWAFhCwAAAACsgLAFAAAAAFZA2AIAAAAAKyBsAcgymjVrJjly5JC7d+8+s02HDh3Ezs5Orl+/nuL7NZlMMnbs2P9e4L/w888/S6VKlSRnzpxiMplk3bp1Vnusixcvislk+tv17dq1q9HmebR9+3Zj/Uwmk9jY2Iibm5u0atVKTp8+naL7GDt27HP7/PydxO8fk8kk2bJlkzx58ki9evVk8+bN//p+ly9fLtOnT0/2uoz8bCZeV5PJJGazWfz9/eX7779P9X0tXLhQTCaTXLx4MdW3vXbtmowdO1aOHj2a6tsCyHiELQBZRrdu3eTRo0eyfPnyZK+PiIiQtWvXSpMmTcTNzS2dq0s9VZXWrVuLnZ2drF+/Xvbu3Su1a9e2+uM6OTnJwoULJT4+3mL5/fv35ZtvvhFnZ2er15DRJk6cKHv37pVt27bJsGHDZMuWLVK9enX566+//vG2b731luzduzcdqsyc+vXrJ3v37pWdO3fK//73Pzl37py89tpr8ssvv/yr+/u7sLV371556623/kO1/03Lli1l7969snv3bvnss88kLCxMmjZtmurA1bhxY9m7d68UKFAg1TVcu3ZNxo0bR9gCsijCFoAsIzAwUDw8PGT+/PnJXv/1119LVFSUdOvWLZ0r+3euXbsmd+7ckWbNmkm9evWkWrVqkidPnv90n1FRUaKqf9umTZs2cunSJfn5558tlq9cuVLi4uIkKCjoP9WQFRQvXlyqVasmtWrVkkGDBsnUqVMlPDxcFi5c+MzbPHz4UEREChUqJNWqVUunStNXSt4/hQsXlmrVqkn16tWlW7dusnTpUomLi5N58+aleT3VqlWTQoUKpfn9ppSbm5tUq1ZN/Pz8pGPHjvL999+Lqj4zHD5L/vz5pVq1auLg4GCdQgFkWoQtAFmGjY2NdOrUSQ4fPiwnTpxIcv2CBQukQIECEhgYKDdv3pTevXtLmTJlJFeuXOLq6ip169aVnTt3/uPjPKub2LO6Aq1cuVJ8fX0lZ86ckitXLgkICJBff/31Hx8jYSNy2LBhYjKZ5KWXXjKu37Vrl9SrV0+cnJzE0dFR/Pz8kuxNT6hn8+bN0rVrV8mfP784OjpKdHT03z52yZIlxc/PL0lonT9/vjRv3lzMZnOS28THx8vkyZOlVKlS4uDgIK6urvLmm2/K1atXLdr5+/uLt7e3HDx4UGrWrCmOjo7y8ssvy0cffZTkSFpkZKQMGTJEihQpIvb29lKwYEEZOHCgPHjwwGhTr149KVWqVJIAoKpSrFgxady48d+ua0olhKdLly6JyP+9B44cOSItW7aUPHnySNGiRS2ue9ry5cvF19dXcuXKJbly5ZIKFSokCSA//fST1KtXT5ydncXR0VGqV6+eJPQmJ6H749KlS2XQoEHi7u4uOXLkkNq1ayf7Xjt06JAEBQVJ3rx5JXv27PLKK6/IqlWrLNr82/fP0ypVqiQikqTr7meffSa1atUSV1dXyZkzp/j4+MjkyZMlNjbWaJPQLe/SpUsWXfYSPN2NMKHmbdu2Sa9evcTFxUXy5csnzZs3l2vXrlk8fnR0tAwePFjc3d3F0dFRatWqJYcPH5aXXnpJOnfunKp1TFC0aFHJnz+/8T4REVm/fr34+vqKo6OjODk5SYMGDZIc+UzuuyMln5Xt27dL5cqVRUSkS5cu/9gNGEDmQ9gCkKUkjCl6OiicOnVKDhw4IJ06dRIbGxu5c+eOiIiMGTNGvv/+e1mwYIG8/PLL4u/vL9u3b0+zeiZOnCjt2rWTMmXKyKpVq2TJkiVy7949qVmzppw6deqZt3vrrbdkzZo1IvJ/3bLWrl0rIiI7duyQunXrSkREhMybN0++/vprcXJykqZNm8rKlSuT3FfXrl3Fzs5OlixZIqtXrxY7O7t/rLtbt26ybt06CQ8PFxGRs2fPyp49e555VLBXr14ybNgwadCggaxfv14mTJggISEh4ufnJ7du3bJoGxYWJh06dJCOHTvK+vXrJTAwUEaMGCFLly412jx8+FBq164tixYtkv79+8sPP/wgw4YNk4ULF0pQUJARrgYMGCBnz55NEkh++OEH+eOPP6RPnz4iIvLSSy9ZhNXUOn/+vIg8OQKRWPPmzaVYsWLyzTffyBdffPHM248ePVo6dOggHh4esnDhQlm7dq106tTJYqN86dKl0rBhQ3F2dpZFixbJqlWrJG/evBIQEJCiwCUiMnLkSPnzzz9l7ty5MnfuXLl27Zr4+/vLn3/+abTZtm2bVK9eXe7evStffPGFfPfdd1KhQgVp06ZNskfu/s37J7ELFy6IiEiJEiUslv/xxx/Svn17WbJkiWzcuFG6desmU6ZMkR49ehhtPv/8c6levbq4u7vL3r17jb9/8tZbb4mdnZ0sX75cJk+eLNu3b5eOHTtatOnSpYtMnz5dunTpIt999520aNFCmjVr9rdjPv9JeHi43L5923ifLF++XF5//XVxdnaWr7/+WubNmyfh4eHi7+8vu3bt+sf7+6fPyquvvioLFiwQEZH33nvPeH4ysmslgFRSAMhiateurS4uLhoTE2MsGzx4sIqI/v7778ne5vHjxxobG6v16tXTZs2aWVwnIjpmzBjj8pgxYzS5r8cFCxaoiOiFCxdUVfXy5ctqa2ur/fr1s2h37949dXd319atW//tely4cEFFRKdMmWKxvFq1aurq6qr37t2zqN/b21sLFSqk8fHxFvW8+eabf/s4yT3evXv3NFeuXDpr1ixVVX333Xe1SJEiGh8fr3369LFY/9OnT6uIaO/evS3ub//+/SoiOnLkSGNZ7dq1VUR0//79Fm3LlCmjAQEBxuVJkyZptmzZ9ODBgxbtVq9erSKimzZtUlXVuLg4ffnll/X111+3aBcYGKhFixY1nouiRYtq0aJF//E52LZtm4qIrly5UmNjY/Xhw4f6yy+/aLFixdTGxkaPHTumqv/3Hhg9enSS+3j6/fHnn3+qjY2NdujQ4ZmP++DBA82bN682bdrUYnlcXJyWL19eq1SpkqK6X331VWOdVVUvXryodnZ2+tZbbxnLSpUqpa+88orGxsZa3EeTJk20QIECGhcXp6r//v3z8ccfa2xsrD569EiPHj2qvr6+WqBAAeNzkZy4uDiNjY3VxYsXq42Njd65c8e4rnHjxurl5ZXs7Z7+bCbU/PR7cfLkySoiGhoaqqqqv/32m4qIDhs2zKLd119/rSKinTp1+sf1TXic2NhYjYmJ0dOnT2tgYKCKiH722WcaFxenHh4e6uPjYzynqk8+/66ururn55ek7sTPUUo/KwcPHlQR0QULFvxjzQAyH45sAchyunXrJrdu3ZL169eLiMjjx49l6dKlUrNmTSlevLjR7osvvpBXX31VsmfPLra2tmJnZyc///xzimed+yc//vijPH78WN588015/Pix8Zc9e3apXbv2vzqC9uDBA9m/f7+0bNlScuXKZSy3sbGR4OBguXr1qpw9e9biNi1atEj14+TKlUtatWol8+fPl8ePH8vixYuNbkpP27Ztm4hIkq5XVapUkdKlSyc5KuPu7i5VqlSxWFauXDmLozwbN24Ub29vqVChgsVzFxAQICaTyXjusmXLJn379pWNGzfK5cuXReTJEZOQkBDp3bu3Ue/58+eNo1Mp0aZNG7GzszO6l8XFxcnq1aulXLlyFu1S8txu2bJF4uLijKNsydmzZ4/cuXNHOnXqZLG+8fHx0qhRIzl48KBF98lnad++vcVr5OXlJX5+fsZrdP78eTlz5ox06NBBRMTisV577TUJDQ39z++fYcOGiZ2dnWTPnl0qVKggJ0+elA0bNiQ5svjrr79KUFCQ5MuXT2xsbMTOzk7efPNNiYuLk99//z1Vj/m0p8cVJrxuCe+xHTt2iIhI69atLdq1bNlSbG1tU/w4n3/+udjZ2Ym9vb2ULl1a9uzZI+PHj5fevXvL2bNn5dq1axIcHCzZsv3f5lSuXLmkRYsWsm/fPmOc37Ok5LMCIGsjbAHIclq2bClms9noXrNp0ya5fv26RRe4qVOnSq9evaRq1ary7bffyr59++TgwYPSqFEjiYqKSpM6EsaoVK5cWezs7Cz+Vq5cmaR7XUqEh4eLqiY7a5mHh4eIiNy+fdti+b+Z4UzkSWg9cuSIfPjhh3Lz5s1njmNJeLxn1fR0Pfny5UvSzsHBweJ5v379uhw/fjzJ8+bk5CSqavHcde3aVXLkyGF04/vss88kR44c0rVr11Svc4KPP/5YDh48KEeOHJHLly/Ln3/+KW+88UaSdil5bm/evCki8rcTOSS8V1q2bJlknT/++GNRVaPr699xd3dPdlnCa5DwOEOGDEnyOL179xYRSfK+TO37Z8CAAXLw4EHZtWuX/O9//5PY2Fh5/fXXLd4Hly9flpo1a8pff/0ln376qezcuVMOHjwon332mYjIf/4MPv0eS5h4IuF+E2p5elZSW1vbZN+fz9K6dWs5ePCgHDp0SM6ePSu3b9+W999/3+IxnvW5iI+PN7rppnQ9EtYlrb6jAGS8lO/eAYBMIkeOHNKuXTv56quvJDQ0VObPny9OTk7SqlUro83SpUvF399fZs+ebXHbe/fu/eP9Z8+eXUSeDLBPPHvY0xupLi4uIiKyevVq8fLy+tfrk1iePHkkW7ZsEhoamuS6hAkAEh43wb8951P16tWlZMmSMn78eGnQoIF4enom2y5hgzA0NDRJoLh27VqSelLCxcVFcuTI8cyZJRPfp9lslk6dOsncuXNlyJAhsmDBAmnfvr3kzp071Y+b4OWXXzYmdvg7KXluE8bvXL169ZnPYcL6zJw585kzGabkdAVhYWHJLkt4jRIeZ8SIEdK8efNk76NkyZIWl1P7/ilUqJDx3CWMt+rYsaOMGTNGZs2aJSIi69atkwcPHsiaNWssPhvpNX15wvNx/fp1KViwoLH88ePHSXYO/J38+fM/832S+HPxtGvXrhnnIQPwYuPIFoAsqVu3bhIXFydTpkyRTZs2Sdu2bcXR0dG43mQyJZlm+fjx4ykafJ/QHer48eMWyzds2GBxOSAgQGxtbeWPP/6QSpUqJfuXWjlz5pSqVavKmjVrLPZux8fHy9KlS6VQoUJJJiL4L9577z1p2rSpDB48+Jlt6tatKyJiMcGFiMjBgwfl9OnTUq9evVQ/bpMmTeSPP/6QfPnyJfu8Pd0lrX///nLr1i1p2bKl3L17V/r27Zvqx7SWhg0bio2NTZJgn1j16tUld+7ccurUqWe+V+zt7f/xsb7++muLmRkvXboke/bsEX9/fxF5EqSKFy8ux44de+bjODk5/ed1TqxDhw7i7+8vX331ldH9LSHAJf4Mqqp89dVXSW5vjSM5tWrVEhFJMqHM6tWr5fHjx2nyGCVLlpSCBQvK8uXLLV6TBw8eyLfffmvMUPhfPX3UDkDWwpEtAFlSpUqVpFy5cjJ9+nRR1SSz6DVp0kQmTJggY8aMkdq1a8vZs2dl/PjxUqRIkX/c2Hrttdckb9680q1bNxk/frzY2trKwoUL5cqVKxbtXnrpJRk/fryMGjVK/vzzT2nUqJHkyZNHrl+/LgcOHJCcOXPKuHHjUr1ukyZNkgYNGkidOnVkyJAhYm9vL59//rmcPHlSvv766399JCs5HTt2TDKL29NKliwpb7/9tsycOVOyZcsmgYGBcvHiRXn//ffF09NT3nnnnVQ/7sCBA+Xbb7+VWrVqyTvvvCPlypWT+Ph4uXz5smzevFkGDx4sVatWNdqXKFFCGjVqJD/88IPUqFFDypcvb3F/xYoVExFJ1bittPLSSy/JyJEjZcKECRIVFSXt2rUTs9ksp06dklu3bsm4ceMkV65cMnPmTOnUqZPcuXNHWrZsKa6urnLz5k05duyY3Lx582/DWoIbN25Is2bNpHv37hIRESFjxoyR7Nmzy4gRI4w2c+bMkcDAQAkICJDOnTtLwYIF5c6dO3L69Gk5cuSIfPPNN2n+HHz88cdStWpVmTBhgsydO1caNGgg9vb20q5dOxk6dKg8evRIZs+enWy3Oh8fH1mzZo3Mnj1bKlasKNmyZftXOyoSK1u2rLRr104++eQTsbGxkbp168pvv/0mn3zyiZjNZosxVv9WtmzZZPLkydKhQwdp0qSJ9OjRQ6Kjo2XKlCly9+5d+eijj/7zY4g8mW4+R44csmzZMildurTkypVLPDw8jG7FADI3jmwByLK6desmqiplypSx2DAXERk1apQMHjxY5s2bJ40bN5a5c+fKF198ITVq1PjH+3V2dpaQkBBxcnKSjh07Ss+ePcXb21tGjRqVpO2IESNk9erV8vvvv0unTp0kICBAhg4dKpcuXTL2rqdW7dq1ZevWrZIzZ07p3LmztG3bViIiImT9+vXSpk2bf3Wf/9Xs2bPlo48+kk2bNkmTJk1k1KhR0rBhQ9mzZ0+qxsAkyJkzp+zcuVM6d+4sX375pTRu3Fhat24tM2bMkEKFCiU7jXvCuid3VCthEoiMMn78eFm8eLFcunRJOnToIG+88YYsWLBAihQpYrTp2LGjbNu2Te7fvy89evSQ+vXry4ABA+TIkSMpPjo4ceJE8fLyki5dukjXrl2lQIECsm3bNuMcYCIiderUkQMHDkju3Lll4MCBUr9+fenVq5f89NNPUr9+/TRfd5Enk6W0atVKFi1aJH/88YeUKlVKvv32WwkPD5fmzZtLv379pEKFCjJjxowktx0wYIC0bNlSRo4cKdWqVTPOK/VfLViwQAYMGCDz5s2Tpk2byooVK4xzjf2XLqiJtW/fXtatWye3b9+WNm3aSJcuXcTZ2Vm2bduWou+alHB0dJT58+fL7du3pWHDhlK5cmX58ssv0+S+AVifSfUfThUPAEAmkDDD28WLF1N9Lqisbvv27VKnTh355ptvpGXLlhldTpa1Z88eqV69uixbtkzat2+f0eUAeAHQjRAAkGlFR0fLkSNH5MCBA7J27VqZOnXqCxe08O9s2bJF9u7dKxUrVpQcOXLIsWPH5KOPPpLixYs/c/IQAEhrhC0AQKYVGhoqfn5+4uzsLD169JB+/fpldEnIIpydnWXz5s0yffp0uXfvnri4uEhgYKBMmjTJmHEUAKyNboQAAAAAYAVMkAEAAAAAVkDYAgAAAAArIGwBAAAAgBUwQUYKxcfHy7Vr18TJySlNTygKAAAAIGtRVbl37554eHj87YnSCVspdO3aNfH09MzoMgAAAABkEleuXJFChQo983rCVgo5OTmJyJMn1NnZOYOrAQAAAJBRIiMjxdPT08gIz0LYSqGEroPOzs6ELQAAAAD/OLyICTIAAAAAwAoIWwAAAABgBYQtAAAAALACwhYAAAAAWEGGhq3Zs2dLuXLljEknfH195YcffjCu79y5s5hMJou/atWqWdxHdHS09OvXT1xcXCRnzpwSFBQkV69etWgTHh4uwcHBYjabxWw2S3BwsNy9ezc9VhEAAADACypDw1ahQoXko48+kkOHDsmhQ4ekbt268vrrr8tvv/1mtGnUqJGEhoYaf5s2bbK4j4EDB8ratWtlxYoVsmvXLrl//740adJE4uLijDbt27eXo0ePSkhIiISEhMjRo0clODg43dYTAAAAwIvHpKqa0UUkljdvXpkyZYp069ZNOnfuLHfv3pV169Yl2zYiIkLy588vS5YskTZt2ojI/518eNOmTRIQECCnT5+WMmXKyL59+6Rq1aoiIrJv3z7x9fWVM2fOSMmSJVNUV2RkpJjNZomIiGDqdwAAAOAFltJskGnGbMXFxcmKFSvkwYMH4uvrayzfvn27uLq6SokSJaR79+5y48YN47rDhw9LbGysNGzY0Fjm4eEh3t7esmfPHhER2bt3r5jNZiNoiYhUq1ZNzGaz0QYAAAAA0lqGn9T4xIkT4uvrK48ePZJcuXLJ2rVrpUyZMiIiEhgYKK1atRIvLy+5cOGCvP/++1K3bl05fPiwODg4SFhYmNjb20uePHks7tPNzU3CwsJERCQsLExcXV2TPK6rq6vRJjnR0dESHR1tXI6MjEyL1QUAAADwgsjwsFWyZEk5evSo3L17V7799lvp1KmT7NixQ8qUKWN0DRQR8fb2lkqVKomXl5d8//330rx582fep6panM05uTM7P93maZMmTZJx48b9y7UCAAAA8KLL8G6E9vb2UqxYMalUqZJMmjRJypcvL59++mmybQsUKCBeXl5y7tw5ERFxd3eXmJgYCQ8Pt2h348YNcXNzM9pcv349yX3dvHnTaJOcESNGSEREhPF35cqVf7uKAAAAAF5AGR62nqaqFt33Ert9+7ZcuXJFChQoICIiFStWFDs7O9myZYvRJjQ0VE6ePCl+fn4iIuLr6ysRERFy4MABo83+/fslIiLCaJMcBwcHY0r6hD8AAAAASKkM7UY4cuRICQwMFE9PT7l3756sWLFCtm/fLiEhIXL//n0ZO3astGjRQgoUKCAXL16UkSNHiouLizRr1kxERMxms3Tr1k0GDx4s+fLlk7x588qQIUPEx8dH6tevLyIipUuXlkaNGkn37t1lzpw5IiLy9ttvS5MmTVI8EyEAAAAApFaGhq3r169LcHCwhIaGitlslnLlyklISIg0aNBAoqKi5MSJE7J48WK5e/euFChQQOrUqSMrV64UJycn4z6mTZsmtra20rp1a4mKipJ69erJwoULxcbGxmizbNky6d+/vzFrYVBQkMyaNSvd1xcAAADAiyPTnWcrs+I8WwAAAABEsuB5tgAAAADgeULYAgAAAAArIGwBAAAAgBUQtgAAAADACjJ0NkIAqWMaZ8roEkTHMKcOAABASnBkCwAAAACsgLAFAAAAAFZA2AIAAAAAKyBsAQAAAIAVELYAAAAAwAoIWwAAAABgBYQtAAAAALACwhYAAAAAWAFhCwAAAACsgLAFAAAAAFZA2AIAAAAAKyBsAQAAAIAVELYAAAAAwAoIWwAAAABgBYQtAAAAALACwhYAAAAAWAFhCwAAAACsgLAFAAAAAFZA2AIAAAAAKyBsAQAAAIAVELYAAAAAwAoIWwAAAABgBYQtAAAAALACwhYAAAAAWAFhCwAAAACsgLAFAAAAAFZA2AIAAAAAKyBsAQAAAIAVELYAAAAAwAoIWwAAAABgBYQtAAAAALACwhYAAAAAWAFhCwAAAACsgLAFAAAAAFZA2AIAAAAAKyBsAQAAAIAVELYAAAAAwAoIWwAAAABgBYQtAAAAALACwhYAAAAAWAFhCwAAAACsgLAFAAAAAFZA2AIAAAAAKyBsAQAAAIAVELYAAAAAwAoIWwAAAABgBYQtAAAAALACwhYAAAAAWAFhCwAAAACsIEPD1uzZs6VcuXLi7Owszs7O4uvrKz/88INxvarK2LFjxcPDQ3LkyCH+/v7y22+/WdxHdHS09OvXT1xcXCRnzpwSFBQkV69etWgTHh4uwcHBYjabxWw2S3BwsNy9ezc9VhEAAADACypDw1ahQoXko48+kkOHDsmhQ4ekbt268vrrrxuBavLkyTJ16lSZNWuWHDx4UNzd3aVBgwZy79494z4GDhwoa9eulRUrVsiuXbvk/v370qRJE4mLizPatG/fXo4ePSohISESEhIiR48eleDg4HRfXwAAAAAvDpOqakYXkVjevHllypQp0rVrV/Hw8JCBAwfKsGHDROTJUSw3Nzf5+OOPpUePHhIRESH58+eXJUuWSJs2bURE5Nq1a+Lp6SmbNm2SgIAAOX36tJQpU0b27dsnVatWFRGRffv2ia+vr5w5c0ZKliyZoroiIyPFbDZLRESEODs7W2flgX9gGmfK6BJEx2SqrwwAAIB0l9JskGnGbMXFxcmKFSvkwYMH4uvrKxcuXJCwsDBp2LCh0cbBwUFq164te/bsERGRw4cPS2xsrEUbDw8P8fb2Ntrs3btXzGazEbRERKpVqyZms9lok5zo6GiJjIy0+AMAAACAlMrwsHXixAnJlSuXODg4SM+ePWXt2rVSpkwZCQsLExERNzc3i/Zubm7GdWFhYWJvby958uT52zaurq5JHtfV1dVok5xJkyYZY7zMZrN4enr+p/UEAAAA8GLJ8LBVsmRJOXr0qOzbt0969eolnTp1klOnThnXm0yW3aZUNcmypz3dJrn2/3Q/I0aMkIiICOPvypUrKV0lAAAAAMj4sGVvby/FihWTSpUqyaRJk6R8+fLy6aefiru7u4hIkqNPN27cMI52ubu7S0xMjISHh/9tm+vXryd53Js3byY5apaYg4ODMUtiwh8AAAAApFSGh62nqapER0dLkSJFxN3dXbZs2WJcFxMTIzt27BA/Pz8REalYsaLY2dlZtAkNDZWTJ08abXx9fSUiIkIOHDhgtNm/f79EREQYbQAAAAAgrdlm5IOPHDlSAgMDxdPTU+7duycrVqyQ7du3S0hIiJhMJhk4cKBMnDhRihcvLsWLF5eJEyeKo6OjtG/fXkREzGazdOvWTQYPHiz58uWTvHnzypAhQ8THx0fq168vIiKlS5eWRo0aSffu3WXOnDkiIvL2229LkyZNUjwTIQAAAACkVoaGrevXr0twcLCEhoaK2WyWcuXKSUhIiDRo0EBERIYOHSpRUVHSu3dvCQ8Pl6pVq8rmzZvFycnJuI9p06aJra2ttG7dWqKioqRevXqycOFCsbGxMdosW7ZM+vfvb8xaGBQUJLNmzUrflQUAAADwQsl059nKrDjPFjIDzrMFAACQ8bLcebYAAAAA4HlC2AIAAAAAKyBsAQAAAIAVELYAAAAAwAoIWwAAAABgBYQtAAAAALACwhYAAAAAWAFhCwAAAACsgLAFAAAAAFZA2AIAAAAAKyBsAQAAAIAVELYAAAAAwAoIWwAAAABgBYQtAAAAALACwhYAAAAAWAFhCwAAAACsgLAFAAAAAFZA2AIAAAAAKyBsAQAAAIAVELYAAAAAwAoIWwAAAABgBYQtAAAAALACwhYAAAAAWAFhCwAAAACsgLAFAAAAAFZA2AIAAAAAKyBsAQAAAIAVELYAAAAAwAoIWwAAAABgBYQtAAAAALACwhYAAAAAWAFhCwAAAACsgLAFAAAAAFZA2AIAAAAAKyBsAQAAAIAVELYAAAAAwAoIWwAAAABgBYQtAAAAALACwhYAAAAAWAFhCwAAAACsgLAFAAAAAFZA2AIAAAAAKyBsAQAAAIAVELYAAAAAwAoIWwAAAABgBYQtAAAAALACwhYAAAAAWAFhCwAAAACsgLAFAAAAAFZA2AIAAAAAKyBsAQAAAIAVELYAAAAAwAoIWwAAAABgBRkatiZNmiSVK1cWJycncXV1lTfeeEPOnj1r0aZz585iMpks/qpVq2bRJjo6Wvr16ycuLi6SM2dOCQoKkqtXr1q0CQ8Pl+DgYDGbzWI2myU4OFju3r1r7VUEAAAA8ILK0LC1Y8cO6dOnj+zbt0+2bNkijx8/loYNG8qDBw8s2jVq1EhCQ0ONv02bNllcP3DgQFm7dq2sWLFCdu3aJffv35cmTZpIXFyc0aZ9+/Zy9OhRCQkJkZCQEDl69KgEBweny3oCAAAAePHYZuSDh4SEWFxesGCBuLq6yuHDh6VWrVrGcgcHB3F3d0/2PiIiImTevHmyZMkSqV+/voiILF26VDw9PeWnn36SgIAAOX36tISEhMi+ffukatWqIiLy1Vdfia+vr5w9e1ZKlixppTUEAAAA8KLKVGO2IiIiREQkb968Fsu3b98urq6uUqJECenevbvcuHHDuO7w4cMSGxsrDRs2NJZ5eHiIt7e37NmzR0RE9u7dK2az2QhaIiLVqlUTs9lstHladHS0REZGWvwBAAAAQEplmrClqjJo0CCpUaOGeHt7G8sDAwNl2bJlsnXrVvnkk0/k4MGDUrduXYmOjhYRkbCwMLG3t5c8efJY3J+bm5uEhYUZbVxdXZM8pqurq9HmaZMmTTLGd5nNZvH09EyrVQUAAADwAsjQboSJ9e3bV44fPy67du2yWN6mTRvjf29vb6lUqZJ4eXnJ999/L82bN3/m/amqmEwm43Li/5/VJrERI0bIoEGDjMuRkZEELgAAAAAplimObPXr10/Wr18v27Ztk0KFCv1t2wIFCoiXl5ecO3dORETc3d0lJiZGwsPDLdrduHFD3NzcjDbXr19Pcl83b9402jzNwcFBnJ2dLf4AAAAAIKUyNGypqvTt21fWrFkjW7dulSJFivzjbW7fvi1XrlyRAgUKiIhIxYoVxc7OTrZs2WK0CQ0NlZMnT4qfn5+IiPj6+kpERIQcOHDAaLN//36JiIgw2gAAAABAWsrQboR9+vSR5cuXy3fffSdOTk7G+Cmz2Sw5cuSQ+/fvy9ixY6VFixZSoEABuXjxoowcOVJcXFykWbNmRttu3brJ4MGDJV++fJI3b14ZMmSI+Pj4GLMTli5dWho1aiTdu3eXOXPmiIjI22+/LU2aNGEmQgAAAABWkaFha/bs2SIi4u/vb7F8wYIF0rlzZ7GxsZETJ07I4sWL5e7du1KgQAGpU6eOrFy5UpycnIz206ZNE1tbW2ndurVERUVJvXr1ZOHChWJjY2O0WbZsmfTv39+YtTAoKEhmzZpl/ZUEAAAA8EIyqapmdBFZQWRkpJjNZomIiGD8FjKMaVzyE7qkJx3DVwYAAHixpTQbZIoJMgAAAADgeUPYAgAAAAArIGwBAAAAgBUQtgAAAADACghbAAAAAGAFhC0AAAAAsALCFgAAAABYAWELAAAAAKyAsAUAAAAAVkDYAgAAAAArSHXY6tq1q9y7dy/J8gcPHkjXrl3TpCgAAAAAyOpSHbYWLVokUVFRSZZHRUXJ4sWL06QoAAAAAMjqbFPaMDIyUlRVVFXu3bsn2bNnN66Li4uTTZs2iaurq1WKBAAAAICsJsVhK3fu3GIymcRkMkmJEiWSXG8ymWTcuHFpWhwAAAAAZFUpDlvbtm0TVZW6devKt99+K3nz5jWus7e3Fy8vL/Hw8LBKkQAAAACQ1aQ4bNWuXVtERC5cuCCenp6SLRsTGQIAAADAs6Q4bCXw8vKSu3fvyoEDB+TGjRsSHx9vcf2bb76ZZsUBAAAAQFaV6rC1YcMG6dChgzx48ECcnJzEZDIZ15lMJsIWAAAAAMi/mPp98ODBxrm27t69K+Hh4cbfnTt3rFEjAAAAAGQ5qQ5bf/31l/Tv318cHR2tUQ8AAAAAPBdSHbYCAgLk0KFD1qgFAAAAAJ4bqR6z1bhxY3n33Xfl1KlT4uPjI3Z2dhbXBwUFpVlxAAAAAJBVmVRVU3ODv5vy3WQySVxc3H8uKjOKjIwUs9ksERER4uzsnNHl4AVlGmf650ZWpmNS9ZUBAADw3ElpNkj1ka2np3oHgKcRCgEAAP7FmC0AAAAAwD9L0ZGtGTNmyNtvvy3Zs2eXGTNm/G3b/v37p0lhAAAAAJCVpShsTZs2TTp06CDZs2eXadOmPbOdyWQibAEAAACApDBsXbhwIdn/AQAAAADJ+09jtlRVUjmZIQAAAAC8EP5V2Fq8eLH4+PhIjhw5JEeOHFKuXDlZsmRJWtcGAAAAAFlWqqd+nzp1qrz//vvSt29fqV69uqiq7N69W3r27Cm3bt2Sd955xxp1AgAAAECWkuqwNXPmTJk9e7a8+eabxrLXX39dypYtK2PHjiVsAQAAAID8i7AVGhoqfn5+SZb7+flJaGhomhQFAMCLLDOcGFyEk4MDwH+V6jFbxYoVk1WrViVZvnLlSilevHiaFAUAAAAAWV2qj2yNGzdO2rRpI7/88otUr15dTCaT7Nq1S37++edkQxgAAAAAvIhSfWSrRYsWcuDAAXFxcZF169bJmjVrxMXFRQ4cOCDNmjWzRo0AAAAAkOWk6sjWvXv3ZN++fRIbGyvTp08XFxcXa9UFAAAAAFlaisPW8ePHJTAwUMLCwkRVxdnZWVavXi3169e3Zn0AYDWZYRICJiAAAOD5leJuhMOHD5fChQvLzp075dChQ1K7dm3p27evNWsDAAAAgCwrxUe2Dh06JJs2bZJKlSqJiMj8+fPF1dVV7t+/L7ly5bJagUheZtgjL8JeeQAAAOBZUnxk69atW1K4cGHjcr58+cTR0VFu3rxplcIAAAAAICtL8ZEtk8kk9+7dk+zZs4uIiKoayyIjI412zs7OaV8lAAAAAGQxKQ5bqiolSpRIsuyVV14x/jeZTBIXF5e2FQIAAABAFpTisLVt2zZr1gEAAAAAz5UUh63atWtbsw4AAAAAeK6keIIMAAAAAEDKEbYAAAAAwAoIWwAAAABgBYQtAAAAALACwhYAAAAAWEGKZyNM0KxZMzGZTEmWm0wmyZ49uxQrVkzat28vJUuWTJMCAQAAACArSvWRLbPZLFu3bpUjR44YoevXX3+VrVu3yuPHj2XlypVSvnx52b17d5oXCwAAAABZRaqPbLm7u0v79u1l1qxZki3bk6wWHx8vAwYMECcnJ1mxYoX07NlThg0bJrt27UrzggEAAAAgK0j1ka158+bJwIEDjaAlIpItWzbp16+ffPnll2IymaRv375y8uTJf7yvSZMmSeXKlcXJyUlcXV3ljTfekLNnz1q0UVUZO3aseHh4SI4cOcTf319+++03izbR0dHSr18/cXFxkZw5c0pQUJBcvXrVok14eLgEBweL2WwWs9kswcHBcvfu3dSuPgAAAACkSKrD1uPHj+XMmTNJlp85c0bi4uJERCR79uzJjut62o4dO6RPnz6yb98+2bJlizx+/FgaNmwoDx48MNpMnjxZpk6dKrNmzZKDBw+Ku7u7NGjQQO7du2e0GThwoKxdu1ZWrFghu3btkvv370uTJk2MekRE2rdvL0ePHpWQkBAJCQmRo0ePSnBwcGpXHwAAAABSJNXdCIODg6Vbt24ycuRIqVy5sphMJjlw4IBMnDhR3nzzTRF5EqLKli37j/cVEhJicXnBggXi6uoqhw8fllq1aomqyvTp02XUqFHSvHlzERFZtGiRuLm5yfLly6VHjx4SEREh8+bNkyVLlkj9+vVFRGTp0qXi6ekpP/30kwQEBMjp06clJCRE9u3bJ1WrVhURka+++kp8fX3l7NmzTOYBAAAAIM2lOmxNmzZN3NzcZPLkyXL9+nUREXFzc5N33nlHhg0bJiIiDRs2lEaNGqW6mIiICBERyZs3r4iIXLhwQcLCwqRhw4ZGGwcHB6ldu7bs2bNHevToIYcPH5bY2FiLNh4eHuLt7S179uyRgIAA2bt3r5jNZiNoiYhUq1ZNzGaz7Nmzh7AFAAAAIM2lOmzZ2NjIqFGjZNSoURIZGSkiIs7OzhZtChcunOpCVFUGDRokNWrUEG9vbxERCQsLE5EnYS4xNzc3uXTpktHG3t5e8uTJk6RNwu3DwsLE1dU1yWO6uroabZ4WHR0t0dHRxuWEdQUAAACAlPhPJzV2dnZOErT+rb59+8rx48fl66+/TnLd0+O/VPUfx4Q93Sa59n93P5MmTTIm0zCbzeLp6ZmS1QAAAAAAEfkXYev69esSHBwsHh4eYmtrKzY2NhZ//0a/fv1k/fr1sm3bNilUqJCx3N3dXUQkydGnGzduGEe73N3dJSYmRsLDw/+2TUKXx8Ru3ryZ5KhZghEjRkhERITxd+XKlX+1bgAAAABeTKnuRti5c2e5fPmyvP/++1KgQIEUzTr4LKoq/fr1k7Vr18r27dulSJEiFtcXKVJE3N3dZcuWLfLKK6+IiEhMTIzs2LFDPv74YxERqVixotjZ2cmWLVukdevWIiISGhoqJ0+elMmTJ4uIiK+vr0RERMiBAwekSpUqIiKyf/9+iYiIED8/v2Rrc3BwEAcHh3+9bgCAzMk07t//bqUVHaMZXQIAIB2kOmzt2rVLdu7cKRUqVPjPD96nTx9Zvny5fPfdd+Lk5GQcwTKbzZIjRw4xmUwycOBAmThxohQvXlyKFy8uEydOFEdHR2nfvr3Rtlu3bjJ48GDJly+f5M2bV4YMGSI+Pj7G7ISlS5eWRo0aSffu3WXOnDkiIvL2229LkyZNmBwDAAAAgFWkOmx5enqKatrskZs9e7aIiPj7+1ssX7BggXTu3FlERIYOHSpRUVHSu3dvCQ8Pl6pVq8rmzZvFycnJaD9t2jSxtbWV1q1bS1RUlNSrV08WLlxo0a1x2bJl0r9/f2PWwqCgIJk1a1aarAcAAAAAPM2kqUxOmzdvlk8++UTmzJkjL730kpXKynwiIyPFbDZLREREmk0K8l9khm4wInSFSW+Z4XVPyWtOnSnHZyj9ZYXXPTPUKML7EwCeJaXZINVHttq0aSMPHz6UokWLiqOjo9jZ2Vlcf+fOndRXCwAAAADPmVSHrenTp1uhDAAAAAB4vqQ6bHXq1MkadQAAAADAcyVFYSsyMtLoixgZGfm3bTPDeCYAAAAAyGgpClt58uSR0NBQcXV1ldy5cyd7bi1VFZPJJHFxcWleJAAAAABkNSkKW1u3bpW8efOKiMi2bdusWhAAAAAAPA9SFLZq165t/F+kSBHx9PRMcnRLVeXKlStpWx0AAAAAZFHZUnuDIkWKyM2bN5Msv3PnjhQpUiRNigIAAACArC7VYSthbNbT7t+/L9mzZ0+TogAAAAAgq0vx1O+DBg0SERGTySTvv/++ODo6GtfFxcXJ/v37pUKFCmleIAAAAABkRSkOW7/++quIPDmydeLECbG3tzeus7e3l/Lly8uQIUPSvkIAAAAAyIJSHLYSZiHs0qWLfPrpp5xPCwAAAAD+RorDVoIFCxZYow4AAAAAeK6kOmyJiBw8eFC++eYbuXz5ssTExFhct2bNmjQpDAAAAACyslTPRrhixQqpXr26nDp1StauXSuxsbFy6tQp2bp1q5jNZmvUCAAAAABZTqqPbE2cOFGmTZsmffr0EScnJ/n000+lSJEi0qNHDylQoIA1agQAAPjXTOOSnrImI+gYzegSAKSzVB/Z+uOPP6Rx48YiIuLg4CAPHjwQk8kk77zzjnz55ZdpXiAAAAAAZEWpDlt58+aVe/fuiYhIwYIF5eTJkyIicvfuXXn48GHaVgcAAAAAWVSquxHWrFlTtmzZIj4+PtK6dWsZMGCAbN26VbZs2SL16tWzRo0AAAAAkOWkOmzNmjVLHj16JCIiI0aMEDs7O9m1a5c0b95c3n///TQvEAAAAACyolSHrbx58xr/Z8uWTYYOHSpDhw4VEaEbIQAAAAD8f6kes5WcR48eydSpU+Xll19Oi7sDAAAAgCwvxWErJiZGRo0aJZUrVxY/Pz9Zt26diIgsWLBAXn75Zfnkk09kwIAB1qoTAAAAALKUFHcjHDt2rHz22WfSoEED2b17t7Rq1Uq6du0q27dvl0mTJkn79u3Fzs7OmrUCAAAAQJaR4rC1atUqWbhwoTRr1kyOHTsmr7zyikRGRspvv/0mtrapHvoFAAAAAM+1FHcjvHLlilSuXFlERMqXLy/29vYybNgwghYAAAAAJCPFYSs2Nlbs7e2Ny3Z2dmI2m61SFAAAAABkdak6LDV69GhxdHQUkScTZnzwwQdJAtfUqVPTrjoAAAAAyKJSHLZq1aolZ8+eNS77+fnJn3/+adHGZDKlXWUAAAAAkIWlOGxt377dimUAAAAAwPMlTU5qDAAAAACwRNgCAAAAACsgbAEAAACAFRC2AAAAAMAKUhW2Hj9+LOPGjZMrV65Yqx4AAAAAeC6kKmzZ2trKlClTJC4uzlr1AAAAAMBzIdXdCOvXr8808AAAAADwD1J8nq0EgYGBMmLECDl58qRUrFhRcubMaXF9UFBQmhUHAAAAAFlVqsNWr169RERk6tSpSa4zmUx0MQQAAAAA+RdhKz4+3hp1AAAAAMBz5T9N/f7o0aO0qgMAAAAAniupDltxcXEyYcIEKViwoOTKlUv+/PNPERF5//33Zd68eWleIAAAAABkRakOWx9++KEsXLhQJk+eLPb29sZyHx8fmTt3bpoWBwAAAABZVarD1uLFi+XLL7+UDh06iI2NjbG8XLlycubMmTQtDgAAAACyqlSHrb/++kuKFSuWZHl8fLzExsamSVEAAAAAkNWlejbCsmXLys6dO8XLy8ti+TfffCOvvPJKmhUGpCfTOFNGlyA6RjO6BAAAAKShVIetMWPGSHBwsPz1118SHx8va9askbNnz8rixYtl48aN1qgRAAAAALKcVHcjbNq0qaxcuVI2bdokJpNJRo8eLadPn5YNGzZIgwYNrFEjAAAAAGQ5qT6yJSISEBAgAQEBaV0LAAAAADw3/lXYEhE5dOiQnD59Wkwmk5QuXVoqVqyYlnUBAAAAQJaW6rB19epVadeunezevVty584tIiJ3794VPz8/+frrr8XT0zOtawQAAABSJTNMfiXCBFgvulSP2eratavExsbK6dOn5c6dO3Lnzh05ffq0qKp069bNGjUCAAAAQJaT6iNbO3fulD179kjJkiWNZSVLlpSZM2dK9erV07Q4AACQeXHkAAD+XqqPbBUuXDjZkxc/fvxYChYsmCZFAQAAAEBWl+qwNXnyZOnXr58cOnRIVJ/sSTp06JAMGDBA/ve//6Xqvn755Rdp2rSpeHh4iMlkknXr1llc37lzZzGZTBZ/1apVs2gTHR0t/fr1ExcXF8mZM6cEBQXJ1atXLdqEh4dLcHCwmM1mMZvNEhwcLHfv3k3tqgMAAABAiqU6bHXu3FmOHj0qVatWlezZs4uDg4NUrVpVjhw5Il27dpW8efMaf//kwYMHUr58eZk1a9Yz2zRq1EhCQ0ONv02bNllcP3DgQFm7dq2sWLFCdu3aJffv35cmTZpIXFyc0aZ9+/Zy9OhRCQkJkZCQEDl69KgEBwendtUBAAAAIMVSPWZr+vTpafbggYGBEhgY+LdtHBwcxN3dPdnrIiIiZN68ebJkyRKpX7++iIgsXbpUPD095aeffpKAgAA5ffq0hISEyL59+6Rq1aoiIvLVV1+Jr6+vnD171mLsGQAAAACklVSHrU6dOlmjjmfavn27uLq6Su7cuaV27dry4Ycfiqurq4iIHD58WGJjY6Vhw4ZGew8PD/H29pY9e/ZIQECA7N27V8xmsxG0RESqVasmZrM5yUQfiUVHR0t0dLRxOTIy0kprCAAAAOB5lOpuhOkpMDBQli1bJlu3bpVPPvlEDh48KHXr1jVCUFhYmNjb20uePHksbufm5iZhYWFGm4Rwlpirq6vRJjmTJk0yxniZzWbOHwYAAAAgVVJ9ZCs9tWnTxvjf29tbKlWqJF5eXvL9999L8+bNn3k7VRWT6f+mo038/7PaPG3EiBEyaNAg43JkZCSBCwAAAECKZeojW08rUKCAeHl5yblz50RExN3dXWJiYiQ8PNyi3Y0bN8TNzc1oc/369ST3dfPmTaNNchwcHMTZ2dniDwAAAABSKkuFrdu3b8uVK1ekQIECIiJSsWJFsbOzky1bthhtQkND5eTJk+Ln5yciIr6+vhIRESEHDhww2uzfv18iIiKMNgAAAACQ1v51N8Lz58/LH3/8IbVq1ZIcOXL8Y7e85Ny/f1/Onz9vXL5w4YIcPXrUmDp+7Nix0qJFCylQoIBcvHhRRo4cKS4uLtKsWTMRETGbzdKtWzcZPHiw5MuXT/LmzStDhgwRHx8fY3bC0qVLS6NGjaR79+4yZ84cERF5++23pUmTJsxECAAAAMBqUh22bt++LW3atJGtW7eKyWSSc+fOycsvvyxvvfWW5M6dWz755JMU39ehQ4ekTp06xuWEMVKdOnWS2bNny4kTJ2Tx4sVy9+5dKVCggNSpU0dWrlwpTk5Oxm2mTZsmtra20rp1a4mKipJ69erJwoULxcbGxmizbNky6d+/vzFrYVBQ0N+e2wsAAAAA/qtUh6133nlHbG1t5fLly1K6dGljeZs2beSdd95JVdjy9/cXVX3m9T/++OM/3kf27Nll5syZMnPmzGe2yZs3ryxdujTFdQEAAADAf5XqsLV582b58ccfpVChQhbLixcvLpcuXUqzwgAAAAAgK0v1BBkPHjwQR0fHJMtv3bolDg4OaVIUAAAAAGR1qQ5btWrVksWLFxuXTSaTxMfHy5QpUyzGXwEAAADAiyzV3QinTJki/v7+cujQIYmJiZGhQ4fKb7/9Jnfu3JHdu3dbo0YAAAAAyHJSfWSrTJkycvz4calSpYo0aNBAHjx4IM2bN5dff/1VihYtao0aAQAAACDL+Vfn2XJ3d5dx48aldS0AAAAA8NxI9ZGtBQsWyDfffJNk+TfffCOLFi1Kk6IAAAAAIKtLddj66KOPxMXFJclyV1dXmThxYpoUBQAAAABZXarD1qVLl6RIkSJJlnt5ecnly5fTpCgAAAAAyOpSHbZcXV3l+PHjSZYfO3ZM8uXLlyZFAQAAAEBWl+qw1bZtW+nfv79s27ZN4uLiJC4uTrZu3SoDBgyQtm3bWqNGAAAAAMhyUj0b4QcffCCXLl2SevXqia3tk5vHx8fLm2++yZgtAAAAAPj/Uh227O3tZeXKlTJhwgQ5duyY5MiRQ3x8fMTLy8sa9QEAAABAlvSvzrMlIlKiRAkpUaJEWtYCAAAAAM+NFIWtQYMGyYQJEyRnzpwyaNCgv207derUNCkMAAAAALKyFIWtX3/9VWJjY0VE5MiRI2IymZJt96zlAAAAAPCiSVHY2rZtm/H/9u3brVULAAAAADw3UjX1++PHj8XW1lZOnjxprXoAAAAA4LmQqrBla2srXl5eEhcXZ616AAAAAOC5kOqTGr/33nsyYsQIuXPnjjXqAQAAAIDnQqqnfp8xY4acP39ePDw8xMvLS3LmzGlx/ZEjR9KsOAAAAADIqlIdtl5//XVmHQQAAACAf5DqsDV27FgrlAEAAAAAz5cUj9l6+PCh9OnTRwoWLCiurq7Svn17uXXrljVrAwAAAIAsK8Vha8yYMbJw4UJp3LixtG3bVrZs2SK9evWyZm0AAAAAkGWluBvhmjVrZN68edK2bVsREenYsaNUr15d4uLixMbGxmoFAgAAAEBWlOIjW1euXJGaNWsal6tUqSK2trZy7do1qxQGAAAAAFlZisNWXFyc2NvbWyyztbWVx48fp3lRAAAAAJDVpbgboapK586dxcHBwVj26NEj6dmzp8W5ttasWZO2FQIAAABAFpTisNWpU6ckyzp27JimxQAAAADA8yLFYWvBggXWrAMAAAAAnispHrMFAAAAAEg5whYAAAAAWAFhCwAAAACsgLAFAAAAAFZA2AIAAAAAKyBsAQAAAIAVELYAAAAAwAoIWwAAAABgBYQtAAAAALACwhYAAAAAWAFhCwAAAACsgLAFAAAAAFZA2AIAAAAAKyBsAQAAAIAV2GZ0AXi+mcaZMroE0TGa0SUAAADgBcSRLQAAAACwAsIWAAAAAFgBYQsAAAAArICwBQAAAABWQNgCAAAAACsgbAEAAACAFRC2AAAAAMAKMjRs/fLLL9K0aVPx8PAQk8kk69ats7heVWXs2LHi4eEhOXLkEH9/f/ntt98s2kRHR0u/fv3ExcVFcubMKUFBQXL16lWLNuHh4RIcHCxms1nMZrMEBwfL3bt3rbx2AAAAAF5kGRq2Hjx4IOXLl5dZs2Yle/3kyZNl6tSpMmvWLDl48KC4u7tLgwYN5N69e0abgQMHytq1a2XFihWya9cuuX//vjRp0kTi4uKMNu3bt5ejR49KSEiIhISEyNGjRyU4ONjq6wcAAADgxWWbkQ8eGBgogYGByV6nqjJ9+nQZNWqUNG/eXEREFi1aJG5ubrJ8+XLp0aOHREREyLx582TJkiVSv359ERFZunSpeHp6yk8//SQBAQFy+vRpCQkJkX379knVqlVFROSrr74SX19fOXv2rJQsWTJ9VhYAAADACyXTjtm6cOGChIWFScOGDY1lDg4OUrt2bdmzZ4+IiBw+fFhiY2Mt2nh4eIi3t7fRZu/evWI2m42gJSJSrVo1MZvNRpvkREdHS2RkpMUfAAAAAKRUpg1bYWFhIiLi5uZmsdzNzc24LiwsTOzt7SVPnjx/28bV1TXJ/bu6uhptkjNp0iRjjJfZbBZPT8//tD4AAAAAXiyZNmwlMJlMFpdVNcmypz3dJrn2/3Q/I0aMkIiICOPvypUrqawcAAAAwIssQ8ds/R13d3cReXJkqkCBAsbyGzduGEe73N3dJSYmRsLDwy2Obt24cUP8/PyMNtevX09y/zdv3kxy1CwxBwcHcXBwSJN1AYAXgWnc3+8ISw86RjO6BAAADJn2yFaRIkXE3d1dtmzZYiyLiYmRHTt2GEGqYsWKYmdnZ9EmNDRUTp48abTx9fWViIgIOXDggNFm//79EhERYbQBAAAAgLSWoUe27t+/L+fPnzcuX7hwQY4ePSp58+aVwoULy8CBA2XixIlSvHhxKV68uEycOFEcHR2lffv2IiJiNpulW7duMnjwYMmXL5/kzZtXhgwZIj4+PsbshKVLl5ZGjRpJ9+7dZc6cOSIi8vbbb0uTJk2YiRAAAACA1WRo2Dp06JDUqVPHuDxo0CAREenUqZMsXLhQhg4dKlFRUdK7d28JDw+XqlWryubNm8XJycm4zbRp08TW1lZat24tUVFRUq9ePVm4cKHY2NgYbZYtWyb9+/c3Zi0MCgp65rm9AAAAACAtZGjY8vf3F9Vn9683mUwyduxYGTt27DPbZM+eXWbOnCkzZ858Zpu8efPK0qVL/0upAAAAAJAqmXbMFgAAAABkZYQtAAAAALACwhYAAAAAWAFhCwAAAACsgLAFAAAAAFZA2AIAAAAAK8jQqd8BAADwhGmcKaNLEBERHfPs0/IASB2ObAEAAACAFRC2AAAAAMAKCFsAAAAAYAWM2QIAAADwtxhT+O9wZAsAAAAArIAjWwAAAEgxjnAAKceRLQAAAACwAsIWAAAAAFgBYQsAAAAArICwBQAAAABWQNgCAAAAACsgbAEAAACAFRC2AAAAAMAKCFsAAAAAYAWELQAAAACwAsIWAAAAAFgBYQsAAAAArICwBQAAAABWQNgCAAAAACsgbAEAAACAFRC2AAAAAMAKCFsAAAAAYAWELQAAAACwAsIWAAAAAFgBYQsAAAAArICwBQAAAABWQNgCAAAAACsgbAEAAACAFRC2AAAAAMAKCFsAAAAAYAWELQAAAACwAsIWAAAAAFgBYQsAAAAArICwBQAAAABWQNgCAAAAACsgbAEAAACAFRC2AAAAAMAKCFsAAAAAYAWELQAAAACwAsIWAAAAAFgBYQsAAAAArICwBQAAAABWQNgCAAAAACsgbAEAAACAFRC2AAAAAMAKCFsAAAAAYAWZOmyNHTtWTCaTxZ+7u7txvarK2LFjxcPDQ3LkyCH+/v7y22+/WdxHdHS09OvXT1xcXCRnzpwSFBQkV69eTe9VAQAAAPCCydRhS0SkbNmyEhoaavydOHHCuG7y5MkydepUmTVrlhw8eFDc3d2lQYMGcu/ePaPNwIEDZe3atbJixQrZtWuX3L9/X5o0aSJxcXEZsToAAAAAXhC2GV3AP7G1tbU4mpVAVWX69OkyatQoad68uYiILFq0SNzc3GT58uXSo0cPiYiIkHnz5smSJUukfv36IiKydOlS8fT0lJ9++kkCAgLSdV0AAAAAvDgy/ZGtc+fOiYeHhxQpUkTatm0rf/75p4iIXLhwQcLCwqRhw4ZGWwcHB6ldu7bs2bNHREQOHz4ssbGxFm08PDzE29vbaAMAAAAA1pCpj2xVrVpVFi9eLCVKlJDr16/LBx98IH5+fvLbb79JWFiYiIi4ublZ3MbNzU0uXbokIiJhYWFib28vefLkSdIm4fbPEh0dLdHR0cblyMjItFglAAAAAC+ITB22AgMDjf99fHzE19dXihYtKosWLZJq1aqJiIjJZLK4jaomWfa0lLSZNGmSjBs37l9WDgAAAOBFl+m7ESaWM2dO8fHxkXPnzhnjuJ4+QnXjxg3jaJe7u7vExMRIeHj4M9s8y4gRIyQiIsL4u3LlShquCQAAAIDnXZYKW9HR0XL69GkpUKCAFClSRNzd3WXLli3G9TExMbJjxw7x8/MTEZGKFSuKnZ2dRZvQ0FA5efKk0eZZHBwcxNnZ2eIPAAAAAFIqU3cjHDJkiDRt2lQKFy4sN27ckA8++EAiIyOlU6dOYjKZZODAgTJx4kQpXry4FC9eXCZOnCiOjo7Svn17ERExm83SrVs3GTx4sOTLl0/y5s0rQ4YMER8fH2N2QgAAAACwhkwdtq5evSrt2rWTW7duSf78+aVatWqyb98+8fLyEhGRoUOHSlRUlPTu3VvCw8OlatWqsnnzZnFycjLuY9q0aWJrayutW7eWqKgoqVevnixcuFBsbGwyarUAAAAAvAAyddhasWLF315vMplk7NixMnbs2Ge2yZ49u8ycOVNmzpyZxtUBAAAAwLNlqTFbAAAAAJBVELYAAAAAwAoIWwAAAABgBYQtAAAAALACwhYAAAAAWAFhCwAAAACsgLAFAAAAAFZA2AIAAAAAKyBsAQAAAIAVELYAAAAAwAoIWwAAAABgBYQtAAAAALACwhYAAAAAWAFhCwAAAACsgLAFAAAAAFZA2AIAAAAAKyBsAQAAAIAVELYAAAAAwAoIWwAAAABgBYQtAAAAALACwhYAAAAAWAFhCwAAAACsgLAFAAAAAFZA2AIAAAAAKyBsAQAAAIAVELYAAAAAwAoIWwAAAABgBYQtAAAAALACwhYAAAAAWAFhCwAAAACsgLAFAAAAAFZgm9EFAAAAAC8q0zhTRpcgIiI6RjO6hOcSR7YAAAAAwAoIWwAAAABgBYQtAAAAALACwhYAAAAAWAFhCwAAAACsgLAFAAAAAFZA2AIAAAAAKyBsAQAAAIAVELYAAAAAwAoIWwAAAABgBYQtAAAAALACwhYAAAAAWAFhCwAAAACsgLAFAAAAAFZA2AIAAAAAKyBsAQAAAIAVELYAAAAAwAoIWwAAAABgBYQtAAAAALACwhYAAAAAWAFhCwAAAACsgLAFAAAAAFbwQoWtzz//XIoUKSLZs2eXihUrys6dOzO6JAAAAADPqRcmbK1cuVIGDhwoo0aNkl9//VVq1qwpgYGBcvny5YwuDQAAAMBz6IUJW1OnTpVu3brJW2+9JaVLl5bp06eLp6enzJ49O6NLAwAAAPAcss3oAtJDTEyMHD58WIYPH26xvGHDhrJnz55kbxMdHS3R0dHG5YiICBERiYyMtF6hqfEoowt44h+fj0xQZ4peM+pMMepMWymp0zzJnA6V/L2IERH/3CiLPJ9Zos5MUKMIdaY16kxb1Jm2nps600lCHar6t+1M+k8tngPXrl2TggULyu7du8XPz89YPnHiRFm0aJGcPXs2yW3Gjh0r48aNS88yAQAAAGQhV65ckUKFCj3z+hfiyFYCk8lkcVlVkyxLMGLECBk0aJBxOT4+Xu7cuSP58uV75m2yksjISPH09JQrV66Is7NzRpfzTNSZtqgz7WSFGkWoM61RZ9qizrRFnWmLOtNWVqkzpVRV7t27Jx4eHn/b7oUIWy4uLmJjYyNhYWEWy2/cuCFubm7J3sbBwUEcHBwsluXOndtaJWYYZ2fnLPGGp860RZ1pJyvUKEKdaY060xZ1pi3qTFvUmbaySp0pYTb/czf/F2KCDHt7e6lYsaJs2bLFYvmWLVssuhUCAAAAQFp5IY5siYgMGjRIgoODpVKlSuLr6ytffvmlXL58WXr27JnRpQEAAAB4Dr0wYatNmzZy+/ZtGT9+vISGhoq3t7ds2rRJvLy8Mrq0DOHg4CBjxoxJ0lUys6HOtEWdaScr1ChCnWmNOtMWdaYt6kxb1Jm2skqdae2FmI0QAAAAANLbCzFmCwAAAADSG2ELAAAAAKyAsAUAAAAAVkDYAgAAALIgpl7I/AhbeKFFRUVldAkAAACpsnHjRhERMZlMBK5MjrCFF1aLFi3kww8/lMjIyIwuBVaS+Afo8ePHGVjJ8yM+Pl5Enjy3/MADGSfhs4gXz5w5c2TAgAHy6aefigiBK7MjbOFfeR4+1K+88opMmjRJZs+eLRERERldTpaVmd8LJpNJRES++OIL+fHHH0Ukc9eb2UVFRUm2bE9+Nm7cuGE8vy+iF21DN/H6Juy4iIuLy6hyIGJ8Fn/99VdR1b99T75o79fnXcOGDaVhw4aycuVKmT59uoj898DFb6P1ELbwr5hMJvnxxx9ly5YtGV1KqiX8KL333nsybdo0GTFihHz55Zdy586djC4tWZnlRzLhi/jSpUty8uRJOXHihIg8eS9klhqfZdGiRTJjxgwRkUwZEOLi4oznNzo6OlMehdu4caPMnDlTRER69eol1apVk+jo6AyuKmPEx8cbG7pr1641gvzzZMKECbJgwQIRefLZz5Ytm1y+fFmioqLE1tZW1q9fL2PHjs3w92pyG4gvykajqsqOHTukYsWKcvXqVeM9+bTE79cvv/xSBg0aJK1bt5aDBw/K/fv307PkNPes357n+T2gqlKkSBEZOXKklCtXLk0Cl6qKyWSSnTt3ytKlS9O44rSVFXfyELaQIqdPnzb+j4+Pl7t378rw4cMz/If230jYcBAR6dKli3Ts2FEmTJggCxcuzHRHuBL/SB4+fFg2b94sv//+u4SHh6drHQlfxGvXrpWgoCAJCgqS7t27S8OGDeXx48fP/JHPaAlfyh9//LFcv35dtm7dmsEVWdq+fbuIiNjY2IjJZJKNGzdK06ZNJSgoSCZOnJixxT1lx44dMnXqVPH395fVq1fL999/Lw4ODhldVrpL/P0xbNgwGTp0qFy4cEFu3LiRwZWlrdu3b8sXX3whd+7cEZPJJI8ePZJWrVpJ1apVZdmyZfLGG2+It7e32NraZliN8fHxxs6T8PBwuX37tohkzh0q1mAymaR27dpSu3ZtmTVr1jN/jxPer8OHD5fRo0fL/fv3JSoqSpo1ayYLFy6UW7dupWfZaSbx7+ORI0dk7969sn//fhF5vrvVJezg9PT0lJEjR0r58uVlxYoV/zpwJfy+r1mzRlq1aiW7du2Sc+fOWan6/yY+Pl5sbGxE5MmOrkWLFsmKFSsy3bZbEgr8g59++klNJpN+/fXXFstLly6tP/30k8bHx2dQZf/NwIED1cfHR4ODg9XHx0dtbGz0o48+0rt372Z0aaqqFs/r8OHDtWjRolqiRAn19vbWVq1a6dGjR9O1np9//lkdHR31iy++0Fu3bumKFSvUZDLp3Llz07WOv/Os9+K1a9e0SpUqOnz48L9tl56OHz+uJpNJ3333XVVV3bFjh+bIkUN79uypXbp00ezZs2unTp00Li4uQ+tM/FzVqFFDTSaTDho0SKOiojKwqoz30Ucfqaurq+7evTvZ6zPDe+y/CAkJ0bJly+r+/ftVVTUuLk4vX76s7u7u6uDgoF999ZWqqj5+/Dgjy1RV1dGjR2ulSpX05Zdf1gkTJjy3782nvwtiY2M1Pj5eR40apX5+fsZrkdx7b968eerl5aVHjhxRVdW9e/eqyWRST09P/eSTT/T27dvWX4E09PTvo7e3txYuXFgrVaqkr7/+esYVZkXP+i34888/tUePHlq1alWdNm2asTw130Hbtm3TnDlz6rx58/5rmVbRokULHTlypHF58ODB6uTkpOXLl1d7e3utXbu2rlq1KgMr/HuELaTIwIED1dHRUVeuXKmqqtHR0Vq6dGk9fPhwBlf273z33Xfq7Oyshw4d0piYGI2Pj9cPP/xQTSaTfvTRRxoeHp7RJRpmzpypbm5uumPHDlVVHTBggJrNZv3555/TtY6xY8fq4MGDVVX1ypUrWrhwYe3Tp0+61pBSS5cu1UmTJqnqkw2ShGX58uXTX3/9NQMr+z8xMTE6f/58dXR01FGjRunGjRv1f//7n6o+2YDdsmWL5s6dW4ODgzNswz3xj/vjx4+1d+/e2qVLF33ppZd08uTJeuPGjSTtMjocpoe7d+9q3bp19YsvvlBV1YsXL+r333+v7du31379+mVwdamT+L2V8FlJUK9ePQ0ICDDahIWFqdls1ty5c2v16tX14cOHqpr+r3nix/vss8/Uw8NDp0+frqNHj9YcOXJo586d9ebNm+laU3o6ceKExsTEGJfv3LmjLi4u+uGHHybbPjo6Wr/44gudNWuWqqquWbNGzWazLlq0SPv37685c+bUadOmaVhYWLrU/188/V6bMmWK5suXT/fs2aNRUVE6evRoNZlMunPnzgyq0DoSr/fKlSv1448/1g8++EBPnDihqqpXr141Atf06dONtin57YiLi9ORI0fqW2+9paqq4eHhum3bNu3WrZsGBwfr3r1703htUic2NlYnTZqktra2+tFHH+n169e1fPnyevDgQX3w4IFeu3ZNGzZsqHXq1NEffvghQ2t9FsIWUmzQoEFqb2+vS5cu1Zs3b2qpUqX03LlzSdplxj26T39BL126VEuVKqV37tyxqHf06NGaPXt2/fTTT/XWrVvpXaaF+Ph4jY+P1/bt2+vEiRNV9f9CYsJGXlRUlN65cydd6mnWrJm+++67GhYWpoUKFdK3337beO6+/vprY093Rrt+/bp26tRJ8+fPr76+vjp69Gi9cuWK3r59WwMDA3XmzJmqmjn2yMfExOiCBQvUwcFB8+XLp1OmTLG4/qefflKz2aydO3fO0A3aJUuW6NatW43Lw4YN08KFC+uUKVMsNmovX76crjVmlLi4OH3ttde0RYsWumrVKm3SpInWqlVLmzVrpq6urtquXbuMLjHVZs+erR9++KH+8ccfxrJt27ZphQoVdOfOnXru3Dm9cOGC3rp1S8+dO6clSpTQqlWrJglciUOAte3fv1+nTp2q3377rbHsl19+UUdHR+3UqdNzGbhWrVqlxYsXVz8/P925c6deunRJVVXHjx+vb7zxht68eTPZ74rTp0/rtWvX9OLFi1q+fHmdOnWqqqpeunRJnZyc1Gw2J+m9ktncu3dPVf9vp8Djx481ODhYFyxYoKpPfh/NZrN++eWXqqrGe/N5MnjwYHV3d1dfX1+tUKGC2tjY6Jw5c1T1yfdvz5491c/PTydMmPCP95V422fo0KGaL18+3bt3r7Zo0UIbNmyor732mpYvX14rVKig0dHRVlunlIiOjtZZs2ZptmzZtH379tqmTRt99OiRsQ6hoaFatWrVTHtUk7CFv/V0cHrnnXc0R44c+uWXX6q3t7fWq1dPx4wZo++//76+8847OnjwYJ07d26mDFyqqkOGDNFff/1VN2zYoPb29sYP1aNHj1RV9ejRo5o9e3Y1mUy6ZMmSdK8vcQBI+MEMCAjQn3/+Wbdt26a5cuUyglZMTIx+9dVXunHjxjR/vhPu78CBA8ZG9uTJkzUoKEg9PT2NPWDx8fH66NEj7dmzp44YMcJ4HtNTchsWjx490oiICB08eLA2aNBAc+fOrdOnT9cKFSpolSpVMrTOxI999epVVVVdtmyZ5smTRzt37pzkdj///LOaTCbt0aNH+hSqlp/7d999V4sUKaJTpkzRK1euJFn+wQcf6PHjx7V+/fpaqVKlJLfP6p4VcufPn69169Y1jkzu2rVLVVXHjBmj7du3T88S00T79u21du3amitXLp0wYYJu3bpV4+Pj9ZVXXtHmzZurj4+PxdHMI0eOaIkSJdTPz8/YqJ0xY4aOHTs2XV7/kydPqslkUpPJZGxsJzzuL7/8ojlz5tQuXbro9evXrV6LNT39/rt7965+//332q5dOy1atKj6+/vr4sWLde3atZo7d2796aefjLb3799P0qVy586d6u3tbXRDP3z4sPbp00f/97//ZYodUM8yYsQIdXV1Nbo7xsXF6aNHj7RcuXK6bNkyDQkJ0Vy5cunnn3+uqk8C2ZQpU3TNmjUZWXaa+u677zR//vx65MgRjY6O1ri4OB07dqza2dnpihUrVPVJl8I2bdpo9+7dn/k5TFie+PW+fPmyBgQEaM6cObV9+/YaEhKiqqq//vqrent7G79VGenRo0f6+eefq5OTkxYvXtwI3wk7eLZt26b29vZ66tSpjCwzWYQtPFPCB/LgwYMWX1iDBw9Wk8mkxYsX1/bt22uXLl20Xbt22rRpU23btq0eO3Yso0pOIvGXzdq1azVbtmy6bds2ffTokdarV099fX0tuk78/vvvOmzYMF24cGGSLjXWlvhHdfXq1fr777+rqmpwcLDmz59fc+XKpYsXLzba3Lx5U+vWrWvRZSAtJDxna9euVRsbG2Mv/dGjR9XNzU09PT2N1/jhw4c6cuRILViwoJ49ezZN60iJxM/ZsWPHdPfu3RoaGpqka9SMGTO0Y8eO+vLLL6vJZNLPPvss3WtVfdLdrF+/fhoaGqqrV69WOzs7vXTpkj569EgXLVqk9vb2xriyxHbs2KFnzpxJ93qnTJmiLi4uxridp40ePVqLFy+uRYsW1apVq2b43s+0lvj99eWXX2rPnj21U6dOxjjF2NhYvXDhgsVt6tSpk2m71yZ4VrfPBw8e6OzZs7VRo0ZaqFAh7d+/v7722msqIjpixAgjaCU4cuSIli5dWj09PbVdu3Zqa2ubrt//q1ev1pw5c2qPHj2MnRgJn/1du3apyWRK0R7+zCrxa3PhwgWLo46qT458f/TRR5o7d2719/dXk8mkAQEBevfuXf3www+1evXqGhgYaDGOZ82aNerq6qorV67U48ePa5MmTSx28mTWwPXzzz9r9erVtXz58kbgevTokfbq1UsbNmyoZrNZZ8+ebbS/du2aNm7c2Ng5+TyYO3euVqtWTWNiYixep8GDB6urq6teu3ZNVZ9090147zwduBIu//zzz9q9e3dt166dDh482Fj+dG+lwYMHa/Xq1TUiIsJq6/UsCTUlXofIyEj98ssv1c7OTt977z2L9tu2bdOiRYsm+ZxkBoQtJCvhzb169Wp1c3PT4cOH62+//WZcP3bsWLW1tU2y1yiz7tFevXq1jhkzxuheoPpkAHjt2rW1bNmyGhISoj/88IMGBAToa6+9ZrRJr8CV+Ed1xIgRajKZNDg4WFWfdPOoVauWFi5cWKOjo/XevXt648YNbdSokVarVi3NfhwTui2qPukTbmtrq40aNdLKlSsbe64PHDig+fPnVz8/P61YsaI2bdpUXV1djUHX6Snxe23UqFHq5eWlhQsX1jx58uiMGTMsjsKoPgmnv/76q1avXl0bN26c3uWqqury5cu1VKlSWr9+fc2ePbtFeI6NjdWFCxeqnZ1dsoErvd2/f1+bNm1qdLs8f/68rlmzRhs3bqxvvvmm0c123759+ssvvxjvw/TeSZEe3n33XXVzc9ORI0fqwIED1cXFRTt16mRcf+/ePd2zZ482bNhQfXx8MvVzkPhzM2/ePB0/frzOnDnTYnloaKju3btXa9eurXny5FERMY4YPH782OI7JywsTHv06KE9evTQkydPWqXmv+tCu2TJErWxsdGRI0caz3vCuhw7dixTvxYpNXz4cC1VqpSazWYdPHiwMU4nwcyZM40doHny5NHhw4eri4uLvv/++/rmm29qnjx5dODAgUb75s2ba+7cudXT01MrVqyYrl0//634+HjdtWuX+vr6qre3t/H98+OPP2r27Nm1evXqxkZ2aGiovvbaaxaThjwP5syZo7ly5TKO6CTs3Dp8+LAWLFhQDxw4YNH+WZ+bNWvWaK5cubRv37768ccfq6urq1atWtViSMLu3bu1f//+mjt37nSfjEvVsva7d+9aTFz24MEDnTVrltrY2OjgwYN1z549+ttvv2lgYKBWq1YtU44bJmzhmXbv3q1ms1nnzJmT7B7rd955R3PlyqXz5883lmXGsHXs2DH18fHRHDlyWOzlSvjybtmypTo5OWmxYsW0Ro0a6f7Dk/iLYcCAAZo3b17t1q2bduzYUVWffKEmzAzm6uqqPj4+WqVKFa1UqZJR63/5QYmMjLS4vHTpUrWzs9P58+frvn379OWXXzZmvVJVPXXqlM6ZM0d79eqlc+bM0fPnz//rx04LH3zwgXp4eOiWLVtUVbVDhw6aP39+HTNmjP71119Gu4Tn6Pz58+ro6JhuE4xMnTrVGJiu+mS8k8lk0po1ayY5KpIQuBwdHbVv377pUl+C5D67zZo1Uz8/P12xYoU2aNBA69Spo126dFFPT09t0qRJkvbPy4ZN4s/kzp07tVixYsYg8YSjKYnHKP7444/G0f20+EymhzFjxqijo6MGBARotmzZNCgoKMnR05iYGC1fvry+8sor6uHhkWTvdkI3bFW12lHNxK/FF198oQMGDNAOHTroN998Y3QRXLRoUZLAlVhWDlxr167VokWL6qpVq/Tzzz9XNzc3bdu2rcWG9dWrV3XixImaO3du9fLy0kqVKummTZtU9cn3+/z589Xe3t7iO+Xnn3/WXbt2ZfqdJIlf//j4eN25c6f6+flp2bJljSOta9euVRcXF61UqZKWLVvW2BmYVT6LT3tWWAgNDdWKFStqx44dLWaPPHXqlBYrVixJ2Eru/q5fv66vvPKKMWbvr7/+0oIFC2rPnj2NNufPn9dhw4apn5+fHj9+PC1WKVUS1/vxxx9r9erV9dVXX9VmzZoZ3WITxnDlyJFDs2XLpoMGDdKgoCDjNc9sgYuwhSQSNrrGjh2rzZs3t1j29JdW9+7d1c3NLckGe2YSHR2t8+bN09KlS2vFihWNvUKJnTt3Tq9cuWJ8QDPih6dfv37q7Oys58+f19WrV2vRokX1/v37xvUPHjzQzz//XD/77DNdtWpVmvxITpkyRceMGWPc14ULFzRPnjzGEcDff/9dCxYsqJcvXzb6iGcmZ8+e1QYNGhhHWDds2KBms1mbNm2qjo6O+v7771sc4Xr8+LHev39fK1SooN9//73V6wsPD9cBAwZYdLGcNm2a9u/fX6tUqaJdunRJ0u0qNjZW58yZo66uruk23uTpWQcT/Pjjj9qgQQN1dnbW0aNHG4FjxowZGhQU9Nx1G+zbt2+SGdlWrVpljEX79ttv1cnJydhpc+/ePWNM4/HjxzP0++OfJH6No6OjtU2bNsY4s3Pnzmn+/Pm1fv36evr0aaN9VFSUVqtWTVu2bKnlypXTDRs2GL8FV65cSTKhhjW9++67mjdvXu3Ro4dWqVJFy5Urp82bNzfGkixZskQdHBy0b9++WW7jOrGnv2O3bt2qH3/8sXF5165dWrRoUW3Tpo22b9/eCMCXLl3SDz/8UHPmzKl2dnb6448/Grd5+PChzp8/X7Nnz679+/dP8phZ4flKeK8mDlxlypQxviMPHDigS5Ys0XHjxuk333yT6UPkszw9nOB///ufzpo1y5j5edGiRern56eNGzfWw4cP665du7Rx48bq5+eX5L0zbdo0IywlXHfhwgUtU6aMPnr0yAhaiccDb968WVWffL4zYoKZxDv9Ro4cqQUKFNCZM2fqpk2bNH/+/NqgQQNjB++jR4903rx5ajKZLHb6Z8bXnLCFZ+rVq5fWq1cv2esOHjxo/J+Zpot9VhiIjo7WxYsXa4UKFfSNN94wQkzCXpDEH/D0ChSJH3Pz5s3q7e1tTEu+du1afemll/7xfDH/9kcy4bEnTJhg7M1OeC4SxoqpPhls6+zsbNE9aNGiRbp9+/Z/9bj/VeLn7PHjx3rv3j1duXKlPnz4UHfv3q0eHh7GUaT27duru7u7Dho0yCK0LFiwQE0mU7ptJCY8r7t377Y4sjp//nx99dVXtUuXLhZ7DxMG96bX+d4Sv98///xz7dixo7Zq1Uo/+OADY/nTg6Pr1q1rTJLyvNi+fbt269YtyQ/1unXr9I033tBly5ZZTFCj+uRz26NHD4sjqJlth4SqZU0nT57UAwcOaJ8+fSxe14sXL2r+/PnV399fjx07ZnHUwMbGRvPmzWuxQTN06FCtUqVKumyQ7dy5U1966SXds2ePsWzhwoVar149ffPNN43AMXfuXK1Zs2am7GGREonr/uyzz7RHjx5ao0YNHTVqlEW7Xbt2qZeXlzo4OFhMFPDXX39pxYoV1WQy6YgRIyxu8/DhQ124cKGaTCb99NNPrb8yaejw4cMW4++eDlwJ79WnX/esECKfZciQIZovXz6tV6+e5s+fXytUqGCczuSbb75Rf39/tbGx0bJly2qtWrWSHNG5d++e1qxZU3Pnzm0xYcT169e1YsWKxnnXevToYdz2woUL2qRJE/3ll1/SeW2fbGsktnnzZvXx8TFq2bRpkzo5OWn+/Pm1XLlyxu/3w4cPdfXq1ZkyYCVG2EISCV9YY8aMUQ8PjyQbWg8ePNB+/foZ3RQyi6f3CE2YMEFnzJhhHFp/9OiRzp8/X6tWrarNmzc3Aldm2DiKjo62GHx+9uxZLVKkiMVG3Lhx44w9Ov91Y+Lp2Xp27dqlw4YNMwbYxsXFaWxsrN64cUO9vLyMPtsjR47UXLlyWQSyjDB//nxdu3atqqrRz7xPnz7aqVMn44ejb9++6u3trS1atLB4vv788890na0oYcbGt99+W8uUKaOffPKJcd2CBQu0UqVK2rlzZ92+fbuOHTtWHR0dM+Q8b0OHDlU3NzcdN26cTp48WW1tbbVly5bG9ffv39effvpJGzRoYDEuKatu2CYnYV2WLFmiFy9eVNUnn5XcuXOryWTSGTNmGG2joqK0UaNGGXoetJRIXNvgwYO1UKFCajab1cHBQVetWmUxVjOhu1mOHDm0bNmy+u233+r9+/e1c+fOKiIaEBCgvXr10uDgYDWbzel2zrqNGzeqm5ubRbfbx48f64wZM7RUqVJJuuOqZr33ZeJ6P/jgA82ePbu2atVKHR0dtUyZMkl+b3fu3Kk5cuRQNzc39fb21sjISL19+7a+8cYb2qtXL82RI4fFETHVJ7/dmzZtyvQbpsmZNWuW2tvbG6dBSQhc1atX13LlyiWZvCUr++6777RAgQK6b98+VX0y3vi9997TV1991SIoHz16VC9cuPDMI+pXrlzRpk2bar58+Ywx93fu3NHmzZtrjhw5tFmzZhbthw0bppUrVza2A9LLu+++q0FBQRbfJ1u2bDG6OoaEhGi+fPn0iy++0D///FPz5cunDRo0SNLtOTO/rwlbML7ko6KiLM5LERsbq2XKlNFq1aoZM6bFxMToiBEj1MvLy6K/fkZ7+nwRhQsX1jp16uhrr72mRYsWNQ6NR0VF6fz589XX11dr1679j0eOrG3ixInarVu3JF0bL1y4oLly5TK+TAIDA9XNzS1N9tR9++23Wq5cOf3mm2+MZe+9954WK1ZMR40apaGhocby2NhYLV68uK5fv944YWjio5oZpU6dOlq5cmXj8uPHj7VVq1batWtXffDggaqqtmzZUnfu3JnsjEYZ4c8//9TevXtr1apVLc6ntXjxYq1evboWLVpUCxcu/MyZ/6zp4MGDWrJkSeNEoOvWrbOYRln1yXTab731ljZr1swItJn5xy01Eu9wOX36tFaoUEFr1qxpBK4NGzaonZ2ddu/eXVeuXKkbN27U+vXrZ/rQmbimkJAQ9fHx0TVr1ujGjRu1aNGiWr9+feMo9caNGzV79uw6atQorVatmvbs2VNNJpMeO3ZMDx48qMuXL9emTZvqa6+9pl26dLGYMMlaNSfYvn27Fi1a1NjLnfB6PXjwQHPmzGkx0UxWt2/fPu3bt69xEvuDBw9qjRo19PXXXze6Bia8544fP6779+/XIkWKaO3atTUyMlKjo6M1NDRUJ06cqM7Ozjp58uRkHyezfnb/7nP0+eefa7Zs2SwC165du7R48eLGGOfnQcJpShKPHw8NDdWePXuqv7+/xfCCBM+aYfT333/XwMBA9fLyMrYn9u/fr8WLF9dGjRrprFmzdP369dq7d281m80ZMhnGvHnztHLlytq5c2eLybYuX76sUVFRWrduXR09erSqPgmLCUdvs9JrTth6wSV8sX3//ffaqlUrLV26tI4ePdqYPOD06dNavnx5LVCggFasWFHr1aunLi4uGTL7XEp89tln6unpaewRmj17tppMJnV2dtbvvvtOVZ8c4Zo1a5Z27949XY9qJfcjsnz5cjWZTPruu+8aXWEeP36sV69eVU9PTz1y5Ig2b95cS5cunWYDP3ft2qVvvPGG1qlTR1evXm0sHzt2rL7yyis6fPhwI3A9fPhQq1SpooUKFVJHR0c9dOjQf3rsfyPx+iZsINy+fVs9PT0tZu0bN26cms1mbdasmVaoUEFLlSpltE/vo5cJr3VYWJjev3/fCNN//vmn9ujRI0ngOnHihO7fvz/JDIrpZcOGDerj46OqT7qNJe4uFxkZaYxvO3/+fKYel/RvJPe5XLlypdavX1/9/f2NnUobNmzQ8uXLa6FChdTX11dbtGiRZQbgr1+/Xt966y0dP368qj6Z8bRLly7q7e2tDRs21J9++knbtm2r48aNU9Un43+KFi2apKuotUN24tfiq6++Mo5ex8TEaLly5bRGjRoWJ87+66+/tFy5chbjk7KytWvXarly5bRs2bIW67l7926tUaOGBgUFGTsOVf9vXHXZsmXVZDJpxYoVjfHToaGhOmnSJM2TJ4++//776b4u/9XEiRMtuq0m+Oyzz9RkMhk9BOLi4vTYsWOZ/jOYEgnfrQsXLlRvb29jZ0/i816aTKZnToSRIKH9d999pwEBAdqgQQM1mUzq7u5uzGS5a9cubdu2rXp6emq5cuW0QYMGGXranq+//lorVqyonTp1stjOuHr1qhYvXtz4Dbp375526tRJT58+naVec8IW9LvvvlNHR0cdMWKE/u9//1N/f3+tWbOmbtiwwWgzY8YMHTdunE6dOjXDZ597loiICH377beNs6lv2LBBnZycdMKECdq2bVs1m83GjHUxMTHGF1J6bYg//cXw9PmsBg0aZDHbV5kyZdTOzk6LFy+e5hs5+/fv1xYtWmitWrV05cqV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8AX1119/6ZkzZyxmG9q1a1eygWvixInpNj36s6xevVpDQkJU9clr5u3trePGjdObN29qx44dtVu3bmoymbRs2bIZevQt4fn9+eefdcKECdqlSxdt0aKFRZvDhw9ro0aNtGjRosbkAun1g5Hce+jUqVNar149dXNzM8aH/PDDD9q4cWMtWLCg1qpVS9u1a/fcTYaR2IoVKzRXrly6e/dujY6O1pMnT+qAAQOSdKVcvHhxpj9/U+INzjFjxmi5cuW0VKlS6uHhYXTJ27lzpwYEBGj+/PnVxsZGO3fubHEfPXv21BIlSmizZs108ODB2rZtW82TJ0+6zTr49ttva+vWrS2W7dy5U2vVqqUlSpTQn376KcltsvIOgHfffVcLFSqknTp10jfeeEMdHByM2eYOHTqkbdq00Vq1aunChQuT3HbdunVaqlQpnTt3rsXyRYsWaceOHbV79+6Z+v36tGHDhqmLi4uuW7fO4nQy0dHR+t5776nJZNIqVapoyZIltVy5cpl6Ypq/s2XLFvX19dVXXnlFL126pD169DA+X8eOHTPGxScEritXrujvv/+ux44dS9V42YReS+PGjbMI3fv379egoCDt0KFDhoStxK/XoEGDNH/+/Orh4aFly5a1OFK7ePFirVSpknbp0sU4v2OCrPiZJ2y9QBLeoNevX0+yYfr48WOtXr26xfk83nrrLZ06darF7HSZyZAhQzRv3rzasWNHLV26tJYrV84458qdO3f0jTfeUHt7ey1ZsqSWLVs23b+c79+/rz169NCGDRtqUFCQuru7Gxu106dP12zZsunUqVMtJlMYPny4bt68OU03bBOPDXvllVfUzc1N69Spo0OHDjWuSwhcdevWzdCZvRK/NpcvX9YmTZpo7ty5dezYsRoVFaUHDhzQ+vXr686dO/XBgwf6448/as2aNbVKlSoZ/gWcMJtbpUqVtGzZsurs7JxkI/XIkSPq6+urPj4+GhMTk+41J57dSvXJD7K/v7+6ubkZXQrv3r2rt27dspgh83kMWqqq48eP15o1a1osu3Dhgnbq1EltbW0tPgsJG66ZfQP2gw8+0Pz582tISIjeu3dP69evr9myZdPp06er6pPxeXnz5lUnJyfNli2bfvHFFxYbYzNnztQuXbqov7+/DhgwIF1PkzBq1CitWrWqcTqHxDWZTCb18fExxnBldevWrdNChQoZY2H379+vJpPJYpbYgwcPav369bVXr176/fff6+eff67Lly/X3377TR89eqQdOnTQevXq6aeffqpxcXEaFhamTZs21ffee8+4j8z+flVV/emnn9TLy8uYeCs6OlqvXr2qP/74o3EEaP369TpixAj94IMPMnw87n8RHx+vv/zyi1atWlWLFCmifn5+FttjZ86c0fr162v+/PmNsaKJPf2bkfCbeebMGd2zZ4/u2bNHHz16pHFxcTps2DD18/PT999/Xx89eqT379/XkSNHalBQkMVYsIxw/vx5rV27th4/flzPnz+vs2bN0pIlS2qHDh2MNkuWLNHChQtbnPMxqyJsPefmzp2r586dMy5/++23WqxYMS1evLhWr15dz549q/Hx8RoVFaVt2rTRZs2a6eLFi3X48OFaqFChdD/fQkpt3bpVCxcubMw6qPpklqKaNWtq3759NT4+Xv/8809ds2aNLliwIMPOJn/hwgV9+eWX1cHBwdjYSfDpp5+qyWTS3r1765dffqmNGze2OIl0Wta6adMmzZUrl06bNk3PnTunw4cP1zx58mjXrl2NL+/du3drw4YNtXHjxhoZGZnuewwT/4gcOXJEY2NjNSIiQleuXKn58uXTli1b6oQJE3TkyJE6ceLEZKe6zajAdffuXR0+fLjOmzdPVZ+EmCZNmmj+/PmTTJF99OhRi5nG0sv8+fO1SJEiSU4z8Ntvv2mVKlXUy8sr2ROUZ7U9x6mxcOFCLVSoUJLzxm3YsEFNJpPmypVLv/rqK2N5ZnsuEm9sxsfH68OHD7VRo0bGGJe1a9eqs7OzOjs769dff61z587V2rVr69atW/Wdd97R0aNHq42Njc6ZMyfJOBJrfpaedd9ff/21enl56YIFCyzepxs2bNDmzZtrp06dtHnz5nr79m2r1WYNy5YtS3Ly5/nz5xtH8ZYtW6ZOTk5G99WEbv2qT2YEfvfdd9XT01MbNmyoNWrU0FKlSumPP/6oV69e1W7duunLL7+sZrNZixUrpt7e3llu58jWrVu1bNmy+scff+hvv/2mw4cP15deekk9PT21SJEiFielT5DV1jHxez7hHGENGjTQnDlzGt+7iYNTw4YN1WQyJfudnPh+VJ/0AHF3d9fSpUuryWTSgIAA/f777zU2NlZHjBih3t7emiNHDn3llVfUyckpQ6Z3T2zevHnaoEED7dixo8XY0Llz52qJEiUspnQPCQnJkqH6aYSt59j9+/fV09NTvb299dKlS3rixAl1c3PTSZMm6ZIlS7R69erq5eWle/bsUdUnG+R16tTRl156SUuVKqWHDx/O4DV4tpUrV6qnp6fFl3BUVJR+8MEH6uPjk+SHTTX99oIl3iD74Ycf1MHBQWvUqKGNGzdOMuHIqlWrtESJElq+fHmtW7euceQhLTfqrl27pv7+/ka3xTt37mihQoW0Zs2aWrJkSe3atavxePv27cuQ6ccT/xC99957WqNGDV2+fLlGR0er6pMNjt69e6u/v79mz55dXV1dk+zhzqigdeTIETWbzVq+fHljelrVJ90/mjRpoi4uLul6dCDB08/H5s2btUKFClqlShVjQzbhdf/888/VZDKpvb19sp+drO5Z741Dhw5phQoVdPjw4RZ7kQ8dOqQdO3bUkSNHaoUKFfT06dPpVWqKtWrVSt966y2Lo5XXrl1TNzc3PXfunG7btk1z5cqls2fP1kmTJmn27Nk1W7ZsxvTvCRIHrkePHlm97sSvxdGjR/Xw4cMWs6t1795d3dzcdObMmXrs2DG9fv26NmnSRMeOHatLlixRR0dHq53jyxq2bdumJpNJ33vvPYuQOHr0aK1Tp45u3bpVnZ2djaB15coVnTt3rvbt21fv37+vy5YtUw8PD921a5eqPtlJ5+DgYIyljoiI0EuXLukXX3yh33zzTaY/6pPcZ3HHjh1avnx5rVGjhrETcP78+bpv3z596aWXdM2aNRlQadpJvM6//PKLMTPtzp079ZVXXtGyZctajJNUVaNL8z+9jvv371ez2axz5szRq1ev6qFDhzQoKEhr166tISEhGh8frxcvXtQvvvhClyxZkiGzSSfeGZowDs/Ly0urVq1q0e7evXs6b948LV26tL722msW12XW93NKEbaec6Ghofrqq69q5cqVdd26dRbdC+Lj47V+/fpasGBBo09sWFiYXr16NdMOBE/4wP3www9arFgxIxAm7iJpa2ubKb6cE/ZMxsTE6K+//qqNGjXSgIAAXb9+vUW7GzduWMwY9V/32CUX1BJvuJQqVUp79eqlUVFR2rlzZ7W3t9eWLVtmeDc8VdWRI0eqi4uLbtmyJcne69u3b+u+ffu0RYsWajKZkoztyCjx8fHavn17NZlMxpGtBFevXtU33nhDTSZThg1GTnwi2B07dmilSpX01VdftTjNwIYNG7Rbt246fPjwLP+j9rTE7+tVq1bpjBkzdMKECcbsgnPmzNHixYtr7969NSQkRM+cOaOBgYH69ttv6y+//KLOzs7GuMHMZPHixerg4KDvvvuuReBq3bq1BgYGqqOjo3FUbvv27cZsrAMGDLA49YXqk4kJcuTIoZ9++mmSrqZpKfFjjho1Sr29vdXV1TVJF/Z+/fpp+fLl1cnJSYsXL66lSpXS+Ph4PX/+vBYvXjxLhS3VJ+OosmXLpiNHjjR+WxPG1JhMJiNo9e7dW9955x1t2rSpduvWTePj43XkyJHarVs3VX3SM8XJycniHHjJzSqXWT/DT59sN/HpRHbu3KnTpk3T7777zggeCRP5ZOXzqCV+zw8bNkzLlCmjCxcu1Pv371t0KSxfvryx3slNEPUsM2fO1CpVqli0OXXqlAYGBmpQUFAar81/k/Cbc/XqVZ04caLmyZNHhw4datHm3r17OmPGDG3btm2m2CZJK4StF0BoaKiWL19eTSaTtmnTxuKDnBC4XnrpJf3ll18y1Zs7Pj7+mV8y4eHhWqRIEW3SpIlFMLx48aL6+PgYG5jp6ekZpipUqKAbN240lu/cudMIXInPYfasM7//VxcvXkzSNeiTTz7Rpk2b6q1bt1T1yV7S8uXLa2BgoDErXUY5fPiwlixZUnfv3q2qT7rSnDlzRmfNmqXHjx+3aLt48eIM26BI+PycOnXKGJMVGxurHTp00Dx58iSZGfHSpUvatm3bdJtqN/F76OTJkxazX8bFxen27du1UqVKWr58ef3999/1woUL2rx5c4sfvcy6sfZfJAzGrlWrlhYoUECLFi2qs2fPVtUnXboaNmyoNjY2Wrx4cS1fvrw+fvxYIyMjtWzZssZJ3jOLhNdn9erVam9vr8OGDTMmB5o6daq6u7sbG1pxcXH67bffaqVKlbRw4cLq4OCgy5YtS7JTZ+jQoeri4qLh4eFWr3/8+PGaP39+3bZtm16+fFl79uypJpNJ+/fvb7T59ddf9YcfftBNmzYZ7+n+/ftruXLljO+vzC5xcJ0/f75my5ZNJ06cqLdv39aoqCgdPXq0li5dWnv16qUXL17U8ePHa0BAgJYrV87oPta/f3/94IMPdPPmzRYTt8TFxemyZct0+vTpxmufVQwbNkwLFSqkTk5OWrp0af34448tdq7FxMTo9evXtXHjxurr6/tcfB999NFH6urqqtu3b7d4vRICV8KkGantIvvZZ5+pt7e3EdQSnqudO3eqyWTK0PNjJv4tWrdunebNm9fYzrh27ZpOmDBBy5QpoyNGjLC43cOHD9P9PKjWRth6QYSGhmqtWrX0pZdeMvawJw5dlStXVm9vb42KisqoEi08fU6bzz//XHv06KF9+vQxjgydPXtWXVxctH79+vrll1/qjz/+qAEBAfrqq6+m+5dz4i+EjRs36rhx49TGxkarV6+uISEhFoErMDBQX3vtNYuB0Gnt4sWLajKZ9KOPPrJ4TXv16qWVKlUyLg8ePFjHjRuXpAtDenj6S/T06dPq5eWlP/zwgx4/flz79OmjJUqU0KJFi6qtrW2SwKWa/v32Ez4za9as0aJFi+onn3xidLuM/X/t3XdczfsfB/D3aaiUEikNoUgoWopSWRkhI3uUkeydwrWJyuiSGSUkRPZ2ySYze5M9IrQU1ev3R4/z/Z0j3OtedU55Px+P+3jcvud7js/3nO/4vD/j/fnyBZ07d0a5cuUKBFyyGMIaFBSEGTNmQFlZGUpKSsIk49zcXJw+fRrOzs4QiUQwNTWVmuchb/OSfoWtW7dCX18fiYmJQgXY19cXVlZWiI6OBpDfip6YmIjExEThOxgzZgyqV68uV3NXJc+l69evw9/fHyKRCFOmTAGQfx6KgxIrKyt4enoKLeefP3/G8OHDoaKigpiYmALXT1EMIb18+TKcnZ2FAHb//v0oU6YMevToAS0tLYwdO7bAe06cOAFvb2+UL1++yDIj/leS19Hs2bOxYMECqKurQ1lZGX/88Qeys7Px4cMHhISEoGbNmsKcGnd3d0RGRqJFixZISkoSUnUrKytLZSVMTU2Fm5sbAgICZHF4P+XrhWsNDQ2xdetWXL58GUOHDoWDgwOGDx8unH/z5s1DixYtYG9vX2zXURPLy8vDx48f4ezsjMWLF0u9Jj6mvLw8nD59GiYmJvDy8vrhZwH5S8iIg5aTJ09+c1TFjRs3UKtWLZkMYQcKjiiYOHEiRCIRrKyshGfms2fPhIBLsmdbrCQ9izjYKoHEJ2haWppUxplXr14JD2DxmimSJ/O3Fu2UhVmzZqFq1arCOP6AgABoaWmhXbt2wqRRcSv8w4cP0ahRIyHjYMuWLWV6cx4/fjx0dXWxYMECTJ8+HcbGxqhXr55U6+zJkydRr149jB49ulDLEhgYCBUVFYSGhgrnwbp162BjYwNPT0/069cPGhoaBZIDFLUbN24gLS0NL1++RPv27YWKx+DBgxEbG4v379+jTp06mD9/vkzLKbZnzx6ULl0aixYt+maQ2qFDB1SsWPGbaaqLyvTp06Gjo4MdO3YgJiYG48ePh4KCAqZPny61365du3DgwIFik2nvn1i6dGmBCvnSpUthY2OD1NRUqQCjW7duqF27doHPOHz4MHr37g0dHR25rdyPGzcOZmZm8PX1Rb169aCgoIDRo0cLIwImT54sJE5o0KABVq9eDSA/GBs9ejRUVFSwYcOGQm+w+LrClJmZiblz5+LDhw+Ij4+Hvr4+wsPDkZmZiXbt2kEkEqFfv35S77lw4QI6dOiAa9euFWpZC8OsWbOgra2NPXv2YNu2bZg+fTpEIhHGjx+PrKws4fdKSEjA8+fPkZubi6VLl6J+/fro0aMHnjx5gsmTJ0NZWRkHDx7EvXv3cOfOHTRv3hy2trbFKlHE5s2bsWDBggLLnoSEhKBu3brC0iO7du3C/PnzZZbY6r/6+px/+/YtKlWqJMyzk7zPfvr0SVhi5erVq9+9B0s29FWqVAmTJk0SeqFnzZqFUqVKITw8HC9evEBGRgYmTJgAU1PTbyYXKUpjx46FiYkJAgMD0adPHyFBm7i++ezZMwQGBqJ8+fJSy22UNBxslVA7duxAq1atYG1tjWXLlgkX86tXr2BpaQkrKythHQd5az3YsWMH2rRpg/r16+Pw4cPo16+fVNbBmJgYKCkpYebMmQDyH95v3rzB48ePZbrg3a1bt2BoaCg1RFDy+963b58QcEmumfErfO83nDdvHkQikVRyjODgYLRo0QKtWrWS6RADIH9ogaqqqpA97cGDB9izZw+OHTsmPHQ+ffqEevXqyTQlPZD/HaelpaFFixbC3Mf09HQ8ePAAixYtknpQNG/eHCYmJjJJryte3y0wMFBq++LFi4Xezm8lQigJgdaRI0dgZGSEAQMGSCVdmDt3LkxNTYXrRPy7PHz4EKVLl8apU6ekrqGkpCQMGTJEZq3Cf+fQoUMoU6aMMOQ2PT0dq1evhpKSEsaMGYNdu3ahdOnSmDZtGnbu3InmzZujcuXKUj2uY8aMKZBqvDDNmzdP+LfE9+fhw4djyJAhwvk4btw4NGvWDB06dChwfyyK5B2/WlZWFlxcXIReR7EVK1ZAJBJh6tSp31xaJTc3F1FRUXB2dkaXLl1w9OhRjB07Furq6qhQoQLs7OykFrgtDtduSkoKtLW1hQW1v9a8eXM0b968wPbicGySJM9bySG5FhYWUln2xPtdvnwZ06dPlxoa+71jPnjwINTU1LBq1SqpRFbZ2dmYPXs2lJWVYWpqijp16kBXV1dIpS8riYmJMDIykppzd/jwYTRs2BBmZmZC79yTJ08QFRVV7H7rn8HBVgl06tQplClTBmPGjIG3tzf09PQwcOBAoWL9+vVr2NjYwNjY+JvrOMiDgwcPom3btrC0tET16tXx4MED5OXlCTeolStXQk1N7Zs3E1mN8b1//z4qVaok9GiIM+m9fPkS2traaNq0Kfbu3StVqfuVZT148CBiY2MLbJ83bx4UFBSkFkoGIPN1NsS6du2KSpUqYcOGDVJlErf4ubu7w9bWVi5uxHl5eWjXrh2GDh2KO3fuYPjw4WjSpAmMjY2hq6sLX19fAPkPS1nNgUtNTUWVKlWEYYPi6+bz589Cz0FISIhcfJ+FYfXq1bCzs4OPj4/QE/Ly5UuUK1dOSDQgduHCBdSoUUMq4YL4+pTn70c8jPXrxeYXLVoEIkK1atWEYDsjIwN6enoYNWpUgc+ZMGFCkWRaTE9PR//+/dGyZUuhRTsnJwcuLi7o3LkzgPzAxNPTU2qoXHGer5GXl4eMjAxYWloKPcpfvnwRjql79+5QV1eHn5+fVLIayedDREQEGjVqhC5duuDt27e4ffs2Dhw4gISEhJ9a4FbWxMd09+5d2NjYoFatWlJL0gD5vTPNmjWTm6kM/4bk+RoaGorRo0cL95bo6GhUqlQJ48ePF/bJyspCy5Yt4eHh8beN3nl5eRg4cCAGDBgg/P31v3n+/Hls2LAB0dHRRV63c3R0xJYtW6S2nThxAmpqalJTAHJycrBz505oaGigbt26QtBYkkZXfAsHWyXM06dPMWvWLGFCPJC/dknNmjUxYMAAIeB6+fIlGjZsKPR4yYOvH6y7du2Ch4cHFBUVhWyJ4pa8hw8fwtjYGLt37y7ycgLf7kl6+/YtDAwMpCZ7fvnyRVgwWl9fH40bNxZugv+2R1Hye5Js2Rw3bhxEIhHi4uIKvGfgwIHQ0tLC3LlzCyTNKCo/Ot4ePXrA0NAQMTExQvmWLVsGd3d3ODk5yVUL7qRJk1CvXj0oKirC09MT0dHReP/+PQICAtCxY8ci7Sn+3r/l5+eHGjVqCL074v1Gjx6Npk2bCinAi3Nl9muSx7J69WrY2NjAx8dHuOfFxsZCS0sLXbt2xblz55CQkIA2bdrAycmp2H0Pp0+fhoKCAk6cOAHg/8eemJgIdXV1EBEmTJiApKQkGBgYCBU0ADhw4EChZ/P71ve5c+dO1KtXT+jFBoDly5fDyMgI7dq1Q4MGDVCnTh2peSzFyffKO3bsWFSsWFF41oqPz8/PD/b29nB0dCzwXsm/IyMj0bBhQ3Tt2rXA81pez9sflevu3buoUqUKnJ2dkZiYiI8fPyIjIwMNGjSQmwyz/5Wfnx90dXWxYcMG4Xn/+vVrhISEQFdXF46OjujQoQPq168vLHAP/Picz87Ohq2tLYYNGyZsk9xflkljsrKyEB4eXqD3+c2bN7CxsUFQUJBUspiMjAw4ODigSpUqsLKyKpHLjXyNg60SIi8vD48ePYKhoaGwlpakDRs2wNzcHIMGDSqQLl3eHDlyRPj/AwcOwNnZGTVr1pRaiO/NmzeoVKlSgZaUoiD5vSUlJSEtLU3ILiQeyrNo0SJhn5ycHPTr1w9Hjx6Fjo7OL5nQ/PTpUyFr0a5du7B27Vrk5eVh7NixUFFRKdDDNXv2bBgbG6NcuXIyXxB04cKFOHjwYIHAqXv37tDR0cGGDRuQl5eHmzdvYv369TIbty9+kCUkJCAyMhJz584VKu43b94U0oGL9+vXrx969OhRqKmzJUmeh2lpaUhJSRH+PnHiBJo3bw4PDw+h5yIzMxNt27bF3r17ERERARUVFYwfP15u7wM/41vDh1etWgUbGxv0799fSAp04MABVK9eHfr6+qhWrRpcXFyE30sev4fvlSk1NRWdO3dG48aNkZCQIGx/8uQJ+vbtCyMjI8yZMwfVqlWDj4+PcA09e/YM3bp1K7KlMUJDQ6XmCfr7+0NXV1fokUtKSsLSpUvRsWNHDB48WK4aVX6G5O+UmpoqlSH3zp07cHNzg729vRAsZWdnw8PDQ2pY598FXM7Ozujatasw31peSX4XERERCAgIQJ8+fXD9+nWpHi4TExOUK1cO9evXR5cuXWBrayuMBilugbakmJgYGBkZSY26ycrKEpLsJCQkwMvLC4MHD8a0adOEe9Y/eb4NHjwYzZo1K7AW5r179+Dn5/fDBZCLysyZM7Fw4UIA+Y3BPj4+aNCggTBfDchfxqVTp06IioqCnZ0dwsLCABTv3/3vcLBVwixcuBCampro3LlzgYQXmzZtgq6uLkaOHCnc1OSB5M35ypUrEIlECA4OFrbt27cPLVq0gKGhISIiIrB69Wq0adMGFhYWMn0oT548GbVq1YK5uTn8/PyEB+nMmTOFNPtjx46Fi4uLMAm/Z8+e6NChw3/6dz9+/IiWLVuiWbNmiIyMhEgkkgquRo8eDVVVVcTGxgq9ROPHj8fevXvlIuugi4sLKlasiKNHjxb4/ezt7VGrVi1ERERIvU9Wv/OWLVugra0NT09P2NnZwcrKCn5+flL7PH36FOPGjYO2trbUPKHCJPndBAUFwcXFBebm5vD29hYqelu3bkXz5s2hqamJJk2awNzcHLVr1xYqtIsXL0b58uWLfavij86TlStXwtraGv379xfmX2VlZeHSpUu4ceOGXA/Fkjyubdu2YdWqVVi8eLFQIdm/fz/c3d1Rp04dREREYMeOHWjevDkaN26MhQsXQiQSoUmTJlKf+ccff6BmzZqFPsQoLy8Pz549E9b28vLywv79+5GSkoJ27drB09Pzu9+5PP4WPyL5OwUGBsLZ2RkGBgbo37+/MIz16NGjaNGiBVRVVeHs7Axzc3OYm5v/bQZQye1RUVFwcXFBQECAkFhDngUEBMDAwADdunVD27ZtUbZsWcTExAgLqouHFFaoUAFnzpwRjqeoGqsKS1BQEBo3bgwAuH37NkJDQ2Fubg5dXd0CC4qLfX3fEn8XKSkpePHihfD6tm3bYGxsjFmzZgkBV15eHqZMmYIaNWrIJGvq10vXjB8/HiKRSGotuDZt2sDOzg69evXC0qVL4ezsjCZNmiAnJwc2NjYYNGhQkZe7qHGwVYx972YbGhoKfX19TJo0SVhYVywuLk4mK4h/j+QxhIWFYejQodDQ0IBIJBISYAD5LdIuLi5QU1NDixYtEBoaWqStoHl5eVJljY2Nha6uLmJjYzFy5Eg0atQIrVq1Er7bvXv3olmzZmjZsiV69uwplLVly5bfnDvxM3JycrBt2zaYmZlBWVkZS5YsASD9kBo3bhwUFBTQsmVLtGzZEpqamkUyN+Nrkt/Z4MGDhYnR4nlO8fHxUhWOnj17QkdH5z8HpP+W5IPjxo0bMDIyEh4aV65cgZqaGiZOnCjsc/DgQXTu3Bm1atWSSda6P/74A/r6+ggNDcVff/0FLS0ttG/fXggskpKSEBERgdGjR2PGjBnCOSL+zmURfP9Kkr9XWFgYOnfujC5dukj1HkdGRsLa2lpqSOH3PkNefL0QqoGBAVxcXGBgYAALCwucPn0aQH4P5rBhw1C6dGnUqlULLi4u+PDhAx48eIARI0ZAJBJh0qRJmDZtGnx9faGpqVlo5+m3vseIiAg4OjrC3d0d/fr1Q5cuXTB16lR4enpix44dBd4n7wHEj0yaNAkVK1bE0qVLcfToUVSoUAFt2rQR1nxMTU3FypUrMXnyZAQGBgrX4N89vyS/Ez8/PzRs2FCuGku/ZeXKlahUqZIwiub48eMQiUTQ0tJCRESEVMBVqVIlNG7cuNg3+oh/p6ioKJibm6NTp06oWbMmunfvjhkzZiAsLAwKCgq4du3aD89z8Wvbt2+Hvb09qlSpgoYNGyIwMBC5ubmYO3cuateuDUdHR3Tv3h3t2rUr1Ov6RySvXXFQ+OXLFwQGBkIkEgl1k7S0NMyePVvIoNmxY0dhbl7r1q0xe/ZsAMX7+v87HGwVU+KT8sSJE5gxYwamTp0qla0tJCQEhoaGmDRpUoEuZ3k0adIkVKhQARs3bsSaNWvQt29flClTBlOnThX22b9/P1xcXIQkBIBsWkH37duHcePGCamUgfzgq2nTpmjRooUQ1EiOX/706RP8/f2hp6cnDGn6N8Q3t7t378LY2BjGxsZo166dMF5b8vuIiIhA37594eXlJZOUyZI3zrNnz8LGxkZqcVhXV1cYGxvj8OHDwrCiPn364ObNm0VeAd6zZ4+QIldc+dmzZw8cHBwA5M8RrFy5stS5J/6dd+7cWaBRoyjs27cPNWvWFCpzx44dg5qaGjQ1NWFvb49r165983ssbj0H/0RAQAB0dHTg5+cHb29v6Ovrw8HBQQgmV65ciXr16sHT01Puh2FJCg0NhYGBgVBpnTFjBogIFSpUwMmTJwHk3xOePn2K169f48GDB7CyssKFCxfw9u1bLF26FHZ2dnBxcYG3t3eR9Lxu2LABDx48wJcvX/Ds2TMMHToUy5Ytw7Fjx+Dn5yesGdW6detiN1zwew4dOiR1LZ45cwYqKirQ19dH/fr1C6y7J/ZPr0XxvXTatGkwMTGR60aSjIwMzJ8/HytXrgSQHzRoampi/fr1GDZsGLS0tLB27VohKcjdu3dRrVo1WFtbSw2/LG7Ev9HTp08RGhqK1q1bY9WqVcKIl3PnzqFBgwb/6Flx4MABlC5dGnPnzsXTp08xaNAgqKurY+/evQDyRy1MnToVLVq0gJ+fn0yypko+W6ZPn45evXoJc+vT09Mxa9YsqYBLckkisYkTJ6JChQoyX36mKHCwVYzFxcVBXV0d7dq1Q506dVC1alWp1Klz585FlSpVMHr0aJllRvsn3rx5A3t7e6lF+V68eIFZs2ZBTU0NQUFBwvaTJ08KF3lRtIJ069YNe/bsEf5OSEiAlZUVypUrhzVr1kjtGxsbCzc3twIp1W/duoUJEyagcuXK/ykVq/h4nzx5gps3b+L27dvYtm2b0HIsDri+bvWUdct9bGwsunbtKgwVkMw21axZM1StWhVNmjSBvb09atasKVTAiqrcCQkJqFmzJvr06SPVurplyxa0bt0ajx8/hpGREXx9fYWynTp1CuPHjy/S1tivv4+TJ08Ki2QeOHAA5cqVw9q1a/H8+XOULVsW7du3l5rPU1Jdu3YNVapUkUovfOfOHdSqVQsNGzYUti1ZsgR9+/aV+fXwT719+xajRo0SGtHi4uKgpaWFli1bonTp0tDV1ZXqGU5KSkLFihXRu3dvqc8RV26KojckNTUVOjo6cHR0xMyZM/Hp0ydER0fDwcFBmFO4adMmWFlZoUGDBsW2Jfvrcp8/fx5Lly4F8P9rcd26dXj58iXKlCmDNm3aYOfOnf/534yNjZWauywPvnU9Xb16FU+fPsWDBw9Qu3Zt/PnnnwCAixcvQklJCSKRSGqJlFu3bqFOnTpymx35nxB/D8+fPwfw/0A6NzcX6enpaNOmDZo1a/bD+484a2zv3r2FrIXv3r2DsbExhg4dWiADoTw0VgQEBEBXVxebNm2SmjP2+fNnzJgxAwoKCgXWz7p9+zY6duyIKlWqyDw9fVHhYKuYSkpKQtWqVYWJiOnp6Thw4ACqVKmCli1bCvsFBgaiVq1act1ilJKSAj09vQLrAj1//hzOzs4QiURCN7NYUVSYHj58iJkzZxYYQ75o0SLUqFEDjRo1KhDEbtmyBdbW1lILFmdlZeHChQv/KeAV32S3bdsGCwsLREVFITMzEzk5OVi/fj0cHR3Rpk0bIfnFwoULER0dLfOK5du3b9GxY0fo6OigVatWwnbJXr85c+Zg5MiRGD58uNQDqqjk5eVh7ty5cHJyQv/+/YVrJTExEcrKylBSUsKIESOk3jN8+HC4u7tLraNSmCR7JBYsWIC9e/fi8+fPePr0KdLT09G4cWMhEcGHDx9gbW0NkUgklYWupDpx4gR0dHSE60t8rZw/fx4VK1YUFkqVfE3W18W3fF2m3NxcHDx4EK9fv8aVK1dgamqKhQsXIisrC507dwYRQVNTExcuXACQP8TM19f3u4kWiiqwycjIwLRp0+Dq6gpLS0vcvHkTrq6u8PT0FPZ5+PChcLzy+Fv8iGR5xb0UWVlZePXqFTIyMtC8eXNMnz5dWKzYzs5OWP+spJH8LhYuXIigoCCpxrTDhw/D2tpaGM2RkJCASZMm4c8//yzQq1dc5mp963wVb9uyZQtEIpEwpC89PR0xMTFo2rQprKys/nEyHnd3d+zevRsvX76EgYGB1IiKnTt34vjx43LRULF3714YGhoKx5ubm4vXr18jISFB6H0Vz2Hfvn271Hv3799frEYZ/FccbBUjkhfX7du3YWBgIDUP5/Pnz9izZw+qVasmlW1KMkuZrH1vWJOvry86dOhQoDt85MiRaNGiBYyNjaXWXylqS5culWqdWbJkCRo0aABvb2+hJUvsyJEjhdL7tnfvXqipqSE0NFQq+Yk44HJ2dkatWrUwcOBAiEQimQ8dFLtz5w769euHChUqCFmHgO+3tBflMDfJf2vevHlwc3ODr6+v0GMVHh4OFRUVzJo1C48ePcKdO3eKPBnG3bt3hbWx/Pz8ULZsWamhqK9fv0bt2rWFBWPT09MxdOhQ3Lt3Ty5aPn+lb51fycnJqFixotDLJ/bmzRtUrVpVGM70o8+Qta/T1kv2pgP5mRVdXV2Fe826devg4OAAHR0djBgxAllZWcjIyJDpENG8vDypFNYPHz5Er169YGRkhA4dOsDIyKhAltTiHGhNnToVbm5uOHnypHBOvX//HjY2Nli1ahWA/F58X19fnDp1qsRdi5LGjRsHQ0NDhISESCVpiI2NhaqqKg4ePIg7d+6gTZs28Pb2Fl4vzkOajx49KjX/fefOnShdujSWLVsmbHv79i2Cg4Ph5+f3j7IOis8vNzc3tG3bFiYmJhg0aJDwntTUVHTr1g0LFy6Ui2tn586dcHBwwOvXr3Hjxg1MnjwZVapUQbVq1dCwYUMkJyfj8+fPWLNmzd8mgynpONgqZnbt2oXFixfj+fPnMDAwQGRkpNTr7969Q5UqVbBgwQJhm7yc3JI3h5s3b0otdLdt2zaYm5tj9OjRQiU2LS0NHTp0wPLly9GjRw906dIFmZmZRX48ycnJ6NmzJ0xNTaXmxf35559wcnKCt7f3N7MA/aqbYV5eHjIzM9GqVSv4+/tLvSbZE3T48GH4+PjAw8NDJoGW5PGKWzfFFYzbt2/D29sbDRo0QHh4uLCfrB+24nPp1KlTGDduHMzNzaGiooKBAwcKAdeiRYtQunRpGBkZoXbt2rCwsCjSoQ9fvnxBdHQ0lJSUoKmpKbQGir/vtLQ0VKlSBR4eHli9ejXc3NxgZ2dXLBbn/RmS51dGRoYQrGdkZMDHxwdNmzaVWmMuIyMDNjY2UnMr5Z240hoYGCjVSDZx4kRUq1YNT548QXJyMtq0aYOgoCDMnDkTdnZ2GDlypJB5VBaVMMkEQocOHcKGDRuE19auXYv27dtDJBKVmN6dP/74A3p6eti8ebPUvf/t27eoXbs22rdvj0WLFsHNzQ22trYl7lqUtGXLFujp6eHcuXPffL1Lly4QiUSoXLkyrK2ti00P1tckr6vTp09DQ0MDEyZMwOPHj5GXl4chQ4YUqI8B+UtuiEn+/rm5ucJnvn79GhkZGcISMmfPnoWhoSFq1Kgh9Vl//PEHqlatKpMkZ9+6r+zduxf6+vpwd3dHhQoV0KdPH4SHh2Pr1q0wMTEpMFdR1s97WeJgS85JBhbnz59H+fLlsWbNGrx79w4dO3aEh4eHMFFarHHjxlI9CPImICAAFStWhJ6eHmxsbITerDVr1sDS0hLW1tZo1aoVbGxsUKdOHQD5NxlbW9siuVF/66Zy+fJlDBkyBObm5lJztRYuXAgXFxd4eHgU6qKCnz59Qq1atYRA5euHtuTaWV8vLFgUvh5O0qlTJ7Rs2RJz584Vhtpdv34d3t7ecHR0LNDbIEv79u0Teo6io6Ph5eWFWrVqwcfHRwi47ty5gyNHjuD8+fMyGZK7detWiEQiKCgoICQkRNguvh4SExNRpUoV1K1bF02bNv1Hi2QWV7NmzYK7uzvq1asnLGp++/ZttG3bFnZ2dhgyZAhWrlyJxo0bw9LSsthUcFesWAEdHR1cvHhRqlKSl5eH169fo3z58lBTU0Pp0qVhYGCA5ORkfPnyBTNnzoSDgwNGjhwpVOwKM+D61jklOcxZXV29wPqHT548wdatW0tEZev69euoXr16gd5H8Xl2+fJl1KlTB/b29mjevHmJvhaB/Lnhbdq0AYDvDgM/cOAA4uPjZbZm4n8l+dsFBwdj1qxZ0NLSQunSpTFu3Dh8+PDhHx/T5s2bhYQ3QP693dbWFjVq1MCwYcNw9uxZAPmjaVRVVdG0aVN4e3ujW7du0NbWlskcJ8nf8/bt2zh9+rTQGHTw4EFMnjwZsbGxwvPyzZs3qFOnDo4ePVrkZZVXHGzJqY0bN0oNEbx37x5CQkKESZNAfvBVt25dtG7dGmFhYTh79izGjBkDbW1tuUrvLlnZ2bFjB0xMTLBr1y4cPHgQjRo1gqGhoZDF5syZM1iyZAl69uyJyZMnC63X3t7e6N27d6EHEpI3lUePHkkN10tMTMTAgQNRo0YNqYArMDAQgwYNKvQW5dq1a6Nfv37C3+Lv9c6dO1i+fLlwoyvqh7rkvzd+/Hjo6OggKCgII0eOhI2NDbp06SIEgzdu3EC/fv1QvXp1IfWzrOTl5SE7Oxtdu3aFj4+P1GtBQUEwMzOT6uEq6rIB/z8fc3Nz8eDBA0RFRUFRUVFYr0Xyu8/JyUFKSso3F/gtziSvq/nz56N8+fKYMmUKPDw8oKqqKgSfDx48wJw5c2Bubg5XV1d07ty5WC2SO3z4cGFphK8rrdu2bYOmpiYcHBzQvn17qKiooEOHDkhOTkZWVhamT58OJycn+Pj4SLWk/2qSv0V6erpUw8PRo0chEomwYsUKYdu37kXF/bw8deoU9PX1pdY5EhP36KempuLDhw8l7lr8Fj8/P1SvXl34W3yOfP78GYcOHSpw7MXhWvyewMBAaGlpYd++fTh8+DCmTZuGMmXKwN/fXyrr8/eewTdv3oSNjQ3atGmD27dv4/HjxyhbtixCQkIQEBAANzc3ODs7C0s7nD9/Hl27dkX37t0REBDwnzIZ/xtfL3kzceJE1KxZExUrVoStrS0GDx4sZPEF8s/z9+/fw93dHU5OTsX6t/7VONiSQ0+fPkXDhg2FybcpKSkwNDSEioqK1ERJALhw4QJ69OgBQ0NDmJqaFvkQpx8RD2sRW7duHRYvXozQ0FBhW15eHpo1ayYVcElKSkrC+PHjUbZs2SIdGjdx4kQYGxvD1NQUzZs3F4K8a9euYeDAgahZs6bUkMJfOfFe/Fm3b9/G+fPnhdahRYsWwcLCAvPnz5fa38/PTyrbV1H5+oESExODGjVq4Pz58wDyx3OrqKigWrVqaN26tVC+xMREzJo1S25uxN26dUP79u0LbO/atSvKlCmDbt26ySzrYEpKilQSjszMTCxduhSKiopSSWNGjx4tlY1PHsbz/2r37t3D6NGjcejQIWHbjBkzoKmpieDgYCHIyMnJkbr3FIeKbm5uLlxdXaXWlxNfX/fu3YOpqamQ7S4vLw9aWloYO3as8DtnZWUhICAAzZo1k8oI9itJXu8zZsxA8+bNUbZsWQwbNgybN29GRkZGgTlZJdH169ehrq4ulV1QfC/bt2+f1HUIlMxrEfj/+RAXFwczMzNERERIXXcpKSlwdXXFxo0bZVXEX+rTp09o2LCh1HI0QH7CImVlZQQEBPyjbIoxMTFwc3NDp06dMHv2bEyePFl47fDhw2jfvj0cHR0RHx8v9T5Z9YyK/9158+ZBV1dXWL6lV69eKF++PE6dOgUgfw72jBkz0KxZM9jZ2RWrhq6iwMGWnBJXHK5evYqUlBScOXMGxsbGsLGxKTA2+tOnT3j37h3u378vN8kwHB0dpXp/MjIyUKVKFYhEIqlMfUD+xezm5obKlSvj6NGjwsWdkZGB4cOHw9LSstDT3Uo+EDdv3gx9fX1s2rQJK1euFObpiMfmX7t2DYMHD4a2traw7oX4OP4ryeE4VapUQc2aNaGmpoahQ4ciPj4eQ4cOhYWFBbp164ZZs2ahd+/e0NTULPJ0wJ6enhg/frzUMW/YsEGYk7Fjxw6UK1cOYWFhWLZsGbS0tNC5c+cCQ/BkeSPOzc1FXl4eJkyYgDp16uD+/fsFFtkWL075dRKUwpCXlyd1HgYHB8PR0RFWVlbw8PAQKjKfP3/GsmXLIBKJ4OnpiYYNG8LMzKxYBBX/1p49eyASiaCvr4+DBw9KvTZz5kxoaWlh3rx5ePnypdRr8jh063vZAefMmQM7O7sC8xyOHz8OLS0tnD17Fvfv34eBgYFUlklxev+srKwiaRSYPHmysCZifHw8rKyspO6PJcX3gqSXL1+iTZs2aNu2rbCuFpB/L2vSpEmBzKUllfj7+fLlC7p16wZ7e3sEBwcjKSkJly5dgru7O+zt7UvEfSk3NxeZmZlwcHAQgi3JUTa9e/cWety/19gh+T2Il4kxNjbGyJEjpfYTB1wuLi7Yv3+/sL0o72V//PEHFi1aJPydkZGBtm3bCg0+e/fuRZkyZYRebPF3sWfPHkydOvUfJQP53XCwJcc+fvwIS0tLdO/eHW/fvsXZs2dhZGQEb29vqeQS8thytnr1auECFA8FfPHiBVxcXFC9enVhETvJG4i1tbVUyy6Qn93p6wpUYdqwYQPWrl0rZJMC8ocT2tjYoHbt2kJZLl26hJCQkEIJFg4cOICyZctixYoVyM7OFiqaAwcOxNGjR7FmzRq4urrC0dERnTt3lkkyjNDQUCgpKWH27NlS38Hz58/x/v17ODg4COujvX37FtWqVUO5cuWEQFsWlWDxv/nq1Su8e/dOSBWelpYGExMTNGrUCHfu3BEeEGPHjsXUqVMLdS7e90ycOBH6+vpYsmQJ9u/fD11dXTRp0kRq8cc9e/bAw8MDgwcP/i1aEcUL4oaEhBToNQ8MDIRIJML69etlVLp/RvJe/erVK3z48EEYenbu3DnUqlVLWNsvIyMDjx8/hqurK5SVlbFjxw6YmppiwIABwu989epVtG3bVkj//qstXbpUaMjJy8vDvXv3YGtrK/QunjhxAqqqqkJigJJSuZL8nbZt24bw8HBhmRUA2L17N1xdXdGgQQPMmjULixcvFuYIlpTv4EfE99IdO3YgIiICnz9/ho+PD6ysrCASiVCnTh04OTkV2/vS9+pUQ4cOhZ6enjDaQHx8/v7+aNCgAcqXLy8k5Pn6M8Tf2Y0bN5CSkoKdO3fC1tYWZmZmUvU5AIiPj0eTJk3QokWLQh0W/C3v379Ho0aN4OLiIpXwo0GDBrh69SoOHDgADQ0NITtzdnY2Vq5ciRMnTkh9TnH7zQsbB1ty7vz587Czs0O/fv2QkpKCkydPolKlSujTp49MKtl/5+tK9IwZMzB9+nRhzYVXr16hTp06sLKyErKqSb5H8gZVFEHk12umGBsbCxU6SY8ePYKtrS3q1KlTYL2sX3lT+fjxI3x9fYU1kx4+fAhTU1N4enpCU1MTXbt2xaNHj4T9ZZHZSfydhYeHQ0FBATNnzpT6DhITE2FkZCQMJ7x37x66dOmCuLg4mTUMSPYYWltbo1q1ajA1NRXmPj19+lQYhtukSRO0a9cOpUqVKpIx8n/88YdUQpv9+/fD0tJSaDUXtyLq6emhdu3auHfvnrCvZPr8klLJkzynvz5fBg8eDFVVVURHR0ut5wMAUVFRcv0dSB7LnDlz4ODgACsrKzRr1kyY73Hs2DG4uLjA0NAQCgoKqFWrFmxsbNCzZ0+UKlUK7dq1k/rMiRMnwt7evlB6lR4+fCgs5n3jxg0A+cO6a9WqhS9fviAuLg4aGhpCquvMzEzExsZKzXMtjiSfRwEBATA2NoaDgwPMzc1Rt25d4fo7fvw4/Pz8YGBgAFdXV3Tv3r3YBhf/xNdD5bdu3Qp1dXWhQp6Tk4Pk5GQcPHgQV65cker5Kk4kr9Njx47h+PHjwnPgw4cPsLe3h7m5OV68eIHs7Gzk5uaiQ4cOOHXqFEaMGAEDA4MCAZLk80dPTw/Tpk1DTk4O4uLi4Orqivbt2xcYnXL8+HGpeWBFQVzO169fo1OnTmjSpImQzMrd3R3m5ubQ0tJCRESE8J7nz5+jSZMmUg3UrCAOtoqBS5cuwcrKSirgMjExgaenp/AQlBdfp2detGgRRCIRFixYgI8fPwL4f8BlbW0tFTh86zOKyvjx4zFmzBicPHkS1tbWqF+/vlCRFd+AkpKSYGRkhF69ehVaObKzs7F582bcv38f7969g7W1Nfr37w8gf6y3SCRCixYthAQoRd1DJFmJyMzMRExMDBQUFDBr1izhd3v48CHq1q2LgQMHIiEhAS1btkSHDh1knv740KFDUFFRwcKFC7F+/Xr8+eefUFRUFL7fjIwMBAYGYuDAgRg4cGCRrKP1rVbEM2fOYO7cuQDyA6/y5ctj+fLlSEpKQoUKFdC0adMC69HJ43C5n/V1ZWPZsmXw9vbGzJkzpeZz+vr6Qk1N7ZsBFyD/lbuJEydCV1cXa9aswe7du1GnTh2YmJgIv+nDhw+xfv16GBoaYuzYscjJycGOHTvg7OwMBwcH7NmzB7t27cLo0aOhqamJK1euFFpZL126BDs7O/j4+ODGjRt49eoVKlSogIkTJ0JbW1tqbbOLFy+iTZs2whyO4i40NBT6+vpC5rj169dDJBKhVq1aUs/d9PT0Etno8a1FtsVOnDgBFRUVYRjZ957Z8jjq5kck76Njx46FoaEhNDQ04OLiIvRsXr9+HU5OTtDS0oKTkxNq1qyJatWqITc3F5GRkbC0tPzmGpK7d++GmpoaVq5cKRVEbdu2Dc2aNUO7du0K9Vr+JySfzadPn4arqyvs7OwQFxeHS5cuSWWIzsrKwvv379GqVSs0bNiwRDYw/EocbBUTkgHX+/fvER8fDwsLiyKZS/JPfX2jatmyJYD8DGIikQhz584Verhev34Na2tr6Ovry2Ssv2RZ9+3bBzMzMyQkJCA3Nxdnz55F5cqV0aRJkwKLE798+bLQbyriCuT69evRoEED4ca8YcMGNGrUCJUrV5ZJ67Hkg3PevHkYPHgw7t69i8jISCgoKCAwMBBAfs9EcHAwatWqBUNDQ6nhJLJaAwjI7xXp0aOH1Gvx8fFQUFAQhjyKFcWD4+tWxMaNGwsLd799+xYZGRlo2rSpMIE6JSUF9erVg0gkKnAcxd0ff/yBhg0bCsPTZs2aBU1NTfTo0QP6+vpo0aKF1BxQX19faGhoIDw8/LuLY8ujv/76CzY2NkKv5c6dO6GlpQVTU1NUqFBByED75csXdOzYEa6urgAgBFy9evWCmpoa6tSpg8aNGxdJ5Uxcyerfvz+ePXuG4OBgiEQijBo1StgnMzMTrVu3RqtWrYpdBftbkpOTMXz4cGG9sB07dkBTUxPz589H/fr1YWFh8c3GmJLQ6AFI36dXrFiBAQMGoFu3bti1axeA/B6er1PfF2fi+btiZ8+ehZWVFRISEnDixAkMHToUVlZWCA4OFvYJCwvDjBkzMGfOHCHAHjhwIJo3b15gmPOnT5/QuXNnTJw4EUB+w97du3cREhKCAwcOYM6cOWjbti0aN25cJI18f2fMmDFo164d7O3tUaZMGZibm2Px4sVYv349KlWqBDMzMzg6OsLR0VFq7TQOuL6Pg61iRNzK2KVLF3z48KHIx/L+iOSN6uTJk2jQoIFUC+fcuXMLBFwvXryAl5eXTC/QPXv2wNfXF5MmTZLaLg64mjZt+s0HaFGUedasWbCwsBCSnowfPx5hYWEyXxTS398fOjo6iImJEYaCiocUioflff78Gc+fP8fly5dlNpxE/LuJF4ps1aqVEKSI074D+fN96tSpg+TkZOF3LYpK07daEe3t7YV5R+/fv4epqamwllRaWhq8vLxw69atElGhlXT48GFhvbpNmzbB29tbmANw69YtdOjQQSoYBfIXS23cuLGsivyvnDp1SrhG9u/fjwoVKmDx4sW4e/cuDAwMYGZmJlS2Hj16BB0dHWFuhFhSUhJSU1ORmppaZOW+dOkSrK2tMWDAAGzbtg0jRoyASCTC2LFjMWLECDRt2hQWFhYybVT51fbv348XL17gypUrMDU1FXrx1qxZA5FIBD09PeH+V5J8PYzS0NAQffv2xfDhwyESiaQSJ5QE4ueDWGxsLHr27Ak/Pz9h29OnTzFu3DjUrVtXaFSU9OzZMwwdOhTlypX75vSOzMxM2NnZYfjw4Xj37h2GDRsGV1dX6Ovrw8jICPPnz0dUVBTatGlT5EMHv7ZmzRqULVsWFy5cwNu3b/H8+XM0a9YMrq6uiIyMxNOnTzF79mxMnz4dq1atKrZrpxU1DraKmXPnzsHFxUVuMz9t3LgRvXr1gre3NwDpjD1z586FgoIC5s2bJ5XOGpBNi8iLFy9gZWUFVVVVeHl5FXg9ISEBpqamsLS0lEmL5eXLl6GiogInJyc0bdq00IcM/ROHDh1C1apVCyykDeS3gCoqKmLmzJkFXivqypf49zp06BDGjBmDx48fY/ny5ahYsaIwl0y8z9KlS1G3bl2ZNV583YpYo0YNREVFITc3F7a2tnB2dkZ0dDQaN24MBwcH4bssKa2I4t/h1KlTcHZ2RuvWrVG/fn2prF7Xr19Hhw4d0KRJE6keruJYqX/16hVycnLQqlUrTJgwAUB+o4+2tjZKlSqF5s2bA8gfUty/f394eXnh06dPBVrfi5q4sW/gwIE4duwYVq9ejUaNGqFjx44ICAgoMRnIvj6nIiIi0LRpUyGT6pYtWzB06FCMGDGixFyDgHQyFCC/0l25cmUh+/H+/fuFhdW/ToxUXA0YMEDIHpmbm4vXr1+jffv2KF++PDp16iS177NnzzBu3DjY2dnB399f2P769WuEh4fD2dn5h1mB16xZAzU1NWhqaqJDhw7CfWzEiBHCNZ+WlvarD/GnTZkyBQ0aNJC63zx9+hT16tVDtWrVCixYDpScZ1Fh4mCrGPrWPAV5kJOTI6xNZG1tLWyX7ImZN28eRCIRYmJiZFHEAi5fvowmTZqgWrVqiIuLK/D68ePH4enpKbObyenTp9GrVy8MHTpULoYXREREoHbt2lLBsmQFUDyvQbIHQlbi4uKgpqaGGTNm4MKFC7h+/Tratm0Ld3d3qextY8eORaNGjYq0p0DsW62Ibm5uqFevHjZt2oTLly/D3t4elpaWcHNzK1E9B0DB4zh+/DgcHR2hoaFR4Hq8ceMGOnXqBEtLS6klF4rDd/F1Wv+XL1/CxMQE27dvB5C/XmLFihVRu3ZtVK9eHbGxsXjz5g0uXrwIJSWlAungZeXixYuwtbXFgAEDvtngVxIqXZJLjwDA1KlTUbFiRXz48AEpKSnw8PCQGglREo5ZMhmK+DmzaNEiIdX37t27oampiZUrVyI0NBQKCgpYvHhxsQ6sv3z5gh07dgj3VMm1NL29vWFkZITw8HCp9zx79gy+vr7o06eP1HPv7du3BRqQv+XGjRvC0hXi+8HQoUPRs2dPmQ+HFh/PnDlzYGNjI7XUCJA/BFpdXR21a9cW7lslZdhsUeBgi/1r36rkZGVlYcSIETAyMsLMmTMLXLBAfoW8qG/SP8pyeOHCBTRq1Aju7u7CkK1vkdVDVdYt2sD/b6pLliyBubm58GARrzCfl5eHzZs349atWzhw4IDMH8K3b99G1apVhcqC2Pbt29G2bVuUL18e7u7uaNGiBTQ1NXH58mWZlPNbrYjPnj1DvXr1YGZmhs2bN+PLly949+6d8Lqsv9tfRfI63LVrlzAP8dy5c3BycoK7u3uBNbUSExMxYcIEua7gfn1/ycnJEX67hIQEfPz4EXl5eWjatCmqV6+O5cuXw8XFBfXr18e9e/fg4+MDCwsLWFlZYc2aNXB3d0fr1q2F4deydunSJdja2sLT01MqM6as71E/6+vySl6DsbGxGDRoEHJycvDmzRuYmZlBS0sL1apVkxouWZJIJkN58OABUlJS8ODBAzx58gR16tRBaGiosJ+qqqrcNKr9G+IpDuLfOzIyEs7OzsJz7fr16+jduzecnJykMu8BwJs3bwpkZvw3bt26hYkTJ0JLS0uuMktfv34dSkpKQkZkMfFSIxMnTiwWDVzyhoMt9q9IXmw3b97E06dPhdXTs7Ky4Ovri3r16mHevHnC8KyvH1BFVWmULOuyZcswcOBAdO/eHXFxcUJvxtmzZ9GoUSO0bt26RE38/dVu3rwJRUVFYWFHsbS0NHh4eEilMJdlUHDw4EFUr15dOCclz4Fbt24hOjoaXl5emDhxopCUoCj9XSvioUOHoK6ujlq1akk1AJSUh5xkRXf8+PEwNjbGn3/+KXwPJ0+eRMOGDeHh4VEg4BKT54ALyK/QSQ5N3bp1K0QikbBQ6Z9//omKFStCRUUFVatWFXrycnNzcebMGQQFBaF8+fIQiUQwNzeXm2ALyA8a+/btW2zPR8lyf51sKDY2FqVLl5bKtJiSkoKwsDBERkaWmOGS3yKem9e/f3/cuXMHQH52VAsLCyH9+a1btzBy5Ejs2LGjWH4Hq1atgkgkEobD5eTkYMWKFahXrx48PDyEOdJXr16Fl5cXnJycpNabEvsvjQsXLlxA9+7dUbNmzR8OPZSV1atXQ1lZGX5+fkhISMC9e/fg7u6O8ePHC/sU12tfVjjYYv+Jv78/KleuDH19fdSoUUN4QGVlZcHHxwcODg5YsGBBgew8shAQEAAdHR34+/ujXbt2sLOzg5+fn1CJOXv2LJo0aQIHBwecPn1axqWVXytWrICysjJGjBiBgwcP4ujRo2jevDnq1KkjNw/fbdu2oVKlSlLBlrhyHh8f/80lB2Thd29FDAkJgY6ODhISEgoMwzl58iScnZ3RoUMHIQtacXHgwAFUq1YNycnJwt/KyspCsosdO3agdOnSmDx5MsLCwtCoUSNUr169QNr0pKQkLFiwQKj4ypNf0bovC5LlnTlzJpydnYV5nOJeHMlAS1YJkmRFnH3Sx8cHt27dwtWrVyESibB27Vpcu3YNrVu3llrvTV7u+f/UvXv3MGLECJQtWxYbN24EkN/ItW7dOjRo0ACtW7cWAq5r166hT58+qF69+i+9B2VmZuL48eN48uTJL/vMX0k8UkVXVxeGhoYwMjKSyjpY3Hqx5QEHW+ynSF5kO3bsgL6+Pvbu3YstW7Zg+vTpUFRUxJQpUwDkzy3z9fVF1apVhRS6srJ69WqYmpoKa6bs3LkTCgoKqF27NoYNGyasAXb8+HEMGzas2FUgilJeXh62b98OY2NjGBoaonbt2mjevLlcpX99+PAh1NTUhFS7kkaOHIkpU6bIfIy82D9pRZSH7/RXy87OhoeHh5BO+VvrsJ06dQrm5uYICAiQSRn/rczMTBgaGsLf3x979uzBtGnTsGnTJuTm5iI5ORmNGzfGggULhH0rVKgglUpdkjxXbOS5bH/H398fFStWxJYtW/DgwQMAQGpqKu7evQugeB/bfyXZw3X//n0EBQVBJBKhatWqJaLS/fLlS4wfPx5lypQRgqjPnz9jzZo1BQKuS5cuYebMmSXyHvx3nj9/jvPnzyM+Pp6zDv5HHGyxf2Xnzp3w8fEpkAZ19erVEIlEQovRp0+fEBwcLPMb1YoVKzBt2jQA+b0e2traWLhwIcaNG4dy5cphzJgxws1VjAOuH0tOTsb9+/dx9+5dmaV3/5GIiAgoKytj3LhxuHbtGm7evAl/f3+ULVtWJkMHv+d3bUVMSUmBrq4u5s2bV+C1T58+CdkIExMTZX7/+JGv1+ITB/FLlixBw4YNYWxsDG9vb2HR4oyMDFhbW+POnTt4+PAhDA0NMWDAAOHzDh06JCxazgpHfHw8qlatKiyW/eXLFyQnJ+P48eMFUoH/rsQBl6+vLx49eoQHDx7g9OnTxbbSLXkfXb16Nfz9/SESiaCmpiYM4RUHXI6OjvDw8MDbt2+lPkOe70NF4Xc//v+Cgy32j0gGHnfu3EG9evWgpaUlLLgqzraVk5ODHj16oEePHgVSaRfVhfqtyunHjx/x/PlzId27uIL37Nkz6Ovro1KlSggJCfnu+9nfk7fgNDc3F7GxsdDW1oaRkRGqVauGGjVq4NKlS7Iu2jeV5FbE750bnTt3hqenJ549eya1/dSpUxg0aJBUZUfeH/Rfz704f/48ypcvj8DAQNSrVw8+Pj64evUq0tPTYWpqiuXLl6NatWrw8fERji0pKQk9evSQyrbI/ruvz78tW7agSpUqAPLn5kyaNAnVqlWDoqIiWrduLRcpuOWBOGmGp6en1PpP8n4t/khAQAD09fWxfPlyzJw5E02bNkWZMmWwadMmAP8fUlitWjWMGzcOANcJ2H/HwRb7W5IPqh07duDt27fYvn077OzsULVqVak02gAwbNgwuLm5FXUxAUiXNT09Ha9fv5Z6/ejRo6hatSpu3LgBIP9h0rlzZ4SHh8tdsMB+jefPn+P06dM4c+aM1NpN8q44V2gkSV5XSUlJSExMFBpi1q1bh8qVK2PWrFlCwPXhwwd4eHigefPmcntNfp3Kfd++fShXrhzat2+PXbt2CXNUJ02aBGtra+zfvx82Njbo378/Xrx4gdDQUIhEIri7u0t97sSJE1G7dm25nctRHElWlDdu3IjU1FQh1XndunWhp6eH/v37Y+3atbh58yZEIhH27dsnwxLLl4SEBPTp00dur8Wf8fTpU1hYWAgjb4D8hB++vr7Q0NAQUppnZ2dj3759JeYezGRPBADE2HcAIJFIREREEydOpNWrV9PkyZNpyJAhtHXrVlq4cCGVLl2aZs+eTdbW1pSRkUHu7u5UuXJlWrt2rczKOnPmTDp58iSdO3eOevbsSfXr16devXpRQkIC9e/fn3r37k3t2rWjcePGkY6ODkVGRpJIJKLc3FxSVFQs0nIzVlJJXpOTJk2i3bt305MnT8jS0pKcnZ1p1qxZFBQURDExMZSXl0cGBgb07t07+vLlC128eJGUlZUpLy+PFBQUZHwk0m7fvk3m5uZERLRmzRoSiURkZmZGkydPpvT0dEpNTaWgoCB68eIF7dixgyZMmEAaGhrUr18/srOzow4dOtChQ4coLCyM5syZQ0REjx49oujoaDp+/DhZWVnJ8OhKhpcvX5K+vr7w95kzZ6hjx4704MEDUlVVpYsXL1JcXBw5ODiQq6srlStXjlJTU6lFixYUHBxMLi4uMiy9fBFfx/J4Lf6MJ0+ekLm5OYWHh1OvXr2E7VevXqWOHTvS69evafny5dSzZ0/hNa4TsF9ClpEeKz5mzJgBHR0dnDt3TioF8fbt2+Hk5IQyZcrAxcUFXbt2hZWVlTBvQRbd75MnT0aFChWwceNGxMfHw8rKCtbW1njy5AkyMjIwaNAgmJiYQF9fH/b29iV+bgxjshYUFARdXV0cOHAA2dnZaNeuHfT09HDlyhUA+an6Q0NDMWTIEISGhsp1eu3r169DWVkZixcvRkBAAMqUKSPMscrOzsaVK1cwePBg2NnZwcnJCSKRCB07dgTw/2FZAwcOxKFDhxAWFobatWvDwcEB3bt3l6v1doozLy8v2NnZCckuAODw4cMwMTERFq+VlJ2djeTkZLRp0wYODg7co/ENxe35KFleyfmU7du3R//+/fHy5Uup/T09PVGjRg00b968wPsZ+6842GJ/6927d2jWrBmio6MB5M9zOnLkCHx8fLBx40YsWLAATk5OsLW1xcqVK4X3FcXCj0uXLhXmSuTl5eHevXuwtbXFoUOHAAAnTpyAqqqq1DoZ2dnZuH79Oo4fP17i5sYwJk9yc3Px4cMHuLm5Yc2aNQDyAysNDQ2Eh4cL+3zr+pO3Cq946GNycjJCQ0OhqqoKLS0tYfjj15X4CxcuYPPmzbCzs4OxsTEOHz4sbBcvHvvixQuhUvfp06ciPJqS7c6dO9DR0UGrVq2E9aH279+PevXqCfuIFzHOysrCmjVr4OTkJNX4Jm/nH/vnJIc8fvz4UViCAchfa7NGjRoIDg4Wphl8/PgR7du3x5YtWzjIYoWi+PYHsyIjEono5s2bdOvWLTp+/DiNHTuWxo8fT4mJiTRq1ChSV1enUaNGUfny5Wn37t10+/ZtIiJSVlYu1HI9evSIZs+eTUuXLqWbN2+SSCQiZWVl+vTpEzVq1Ii2bt1KrVq1otDQUOrbty99+vSJNm7cSG/fvqXatWuTs7MzKSoqUm5uLikpKRVqWRn7HQCgvLw84W8FBQUqXbo0ffjwgZydnWnv3r3UsWNHmjt3Lg0YMICys7NpzZo1dOnSpQKfJU9Dd3r37k3e3t5ERKSjo0PlypWj7OxsysnJoa1btxIRkYqKCuXm5lJubi4REdna2lKnTp1o9+7dpKurS4cOHRK2h4eH05UrV2j06NF08+ZN4f3sv8vJySEzMzNKSEigc+fO0YgRI+jJkyeUnJxM6urqwn4KCgokEomoVKlSpKenR126dKFTp06RsrIy5eTkyNX5x/45AMJQx1mzZlHLli3J2tqaWrVqRX/99RcNGjSIvLy8KCoqijp27Ei+vr7k5uZGT58+pfbt2wvDJRn7pWQd7bHiYdWqVdDW1oampib8/f2FnqMePXqgf//+APInHzdv3hyNGzfG9evXi6Rc4mE5Pj4+uHHjBl69eoUKFSpg4sSJ0NbWllqc8uLFi2jTpk2BhUMZY7+GOPEMACxfvhxHjhxBTk4OrK2t4ezsjLJlywo9WkB+woymTZvKfB2+v3Pv3j1haPTnz5+RlpaGy5cvY/78+dDU1BQymX7PwoULYW1tLTUE+9y5c3B1dcWLFy8Ktey/I3FP6YMHD1CuXDl0794dM2bMQNWqVREaGoo5c+YgMjISkZGRmDZtGq5evSq8l3u0SoZp06ahfPnyWLJkCWJiYuDs7AwbGxusXbsWQH6yr4CAALRu3RpDhgzhHk1WqDjYYv/Y48ePpcbA5+bmomnTplKLr65ZswYeHh5SaWILm3jF+/79++PZs2cIDg6GSCSSWiQ0MzMTrVu3RqtWrUpEViXG5M2NGzegrKyM0NBQYS6TeAjXkSNHUKlSJbi6ugLID1hSU1Ph7u4OV1fXYlPBiYiIQKVKlZCamgogP9NlYGAgNDU1MX/+fGG/6dOn4/Tp08Lf3bt3R8OGDQssh8FDB3+dr+/r4uFgd+7cQfny5SESiWBjY4OWLVvC3t4ezZo1Q+PGjdGoUaNic/6xv5eXl4cXL16gbt26iImJEbZnZ2ejd+/esLS0FO5LgPQUAp5OwAoLZyNkPy09PZ0SExMpODiYHj9+TJcuXZIahpeWlkZlypQp0jJdvnyZ+vfvT3Z2duTu7k7x8fEUFhZGY8aMoS9fvtCNGzfo9evXdOnSJbnNcMZYcfbu3TuKiYkhf39/UlFRoRs3bpChoSHl5uZSRkYGrV+/nsaMGUPW1takoaFBWVlZlJqaSufPnydlZWW5zPoFiWyKZ8+eJSKiAQMGUKlSpejYsWOkoaFBL1++pKioKJo5cyZ17dqVnj17Ro8ePaI7d+6QoqIiffnyhRwdHWnx4sXk4OAgy8MpsSTv5zt37qRHjx6RkpISOTo6krW1NT169IgcHR2pdu3atHz5cjIxMSlw/+dnQvEleZ0SEb1584YcHR0pMDCQunbtStnZ2aSiokIAyNTUlDp27Ejz5s374Wcw9ivxnYX9FAB04cIFCg4OFtIzKykpUW5uLonj9qIOtIiIrK2tKSIigi5fvkz79+8nT09PioyMpIsXL9KzZ8/Izs6OLl++LIzH54cqY79W+fLlpeYyxcbGElH+3CtNTU0aMGAAXbhwgezs7Mja2pq6dOlCFy5ckNs5MpKVr/Hjx5O/vz9VqFCBNmzYQF++fKGGDRtSeno66evr04ABA2j58uX05MkTMjAwoFu3bgmBlrKyMiUkJHCgVYjE93N/f38aNWoU7dy5k44cOUK2trZ08OBBqlq1Kp06dYoSExNp5MiRwrxiMUjM82HFS15ennCdvn37lojy6yCqqqp04MABIsqfD/nlyxcSiURkb29Pnz59KvA5HGixQiWrLjVWfGVlZeHSpUvCsA156nq/ePEibG1tMWDAgG/OheDhIowVnhcvXuD69ev4888/oampiTlz5vzte+T9mrx37x6aNm2KY8eOCduuXbsGS0tL1K1bF2lpacJ2yaFskvdFznBW+DZs2ICKFSsiISEBALB27VqIRCKsW7dO2Of+/fsQiUQYM2aMrIrJfiHJ6y0wMBBubm7C/Lu9e/dCTU0NkyZNEvbJy8tDvXr1pLYxVhR4GCH7T+Rx6MXly5dpwIABVKVKFQoKCqJq1aoREQ8TYKyofPz4kZYuXUpBQUE0adIkGjduHBERTZ06lZo2bUouLi7F4noMCgqiXbt2kYaGBsXExFD58uWF165fv049e/YkJSUlio+PJ01NTeG14nBsJU1gYCC9fPmSFi9eTFu3biVvb29asGABDRgwgFJTUyklJYWqVKlCz58/p4oVK8pdTyr79yZMmEBRUVEUEhJC9evXp+rVq1NmZiatXbuWRo0aRU5OTqSvr09Pnz6l5ORkunr1KmcgZkVKvmrJrNiRt0CLKH9I4dKlS0lTU5NMTEyE7Vz5YaxwID/ZEhERnTx5kpKTk2nYsGH0xx9/0LRp06h3797k5uZG69evJycnJyKSz+vx65TP9evXp4sXL9KpU6fo4cOHUq9ZWFhQTEwMPX/+nEaOHCn1mjweW0mXmppKubm5tG3bNvL29haWFyAi2rFjB61cuZJSU1PJ0NCQFBUVKScnR8YlZr/C+fPnKTY2ltatW0e9e/em6tWrExFR6dKlycfHh06fPk0GBgakrKxMdnZ2QqAlXqKBsaLAPVusxBK3Lstj7xtjxZVkr016ejppaGgI27Zu3Ur9+/endevWUZs2bejDhw+0Z88eioqKIkNDQ1q5cmWxSFBz4cIFMjExoXLlytGFCxfI2dmZ2rRpQwsWLKBKlSpJ7fvw4UOqXLky95QUke+dO2vXrqXJkydTSkoKzZkzh4YNG0ZE+UFYt27dyNLSkoKDg4u6uKyQbd++nUaOHEmXLl0Sep7F50hOTg4pKSkV6GkWb2esqMjv046x/0gkEvHEZ8Z+MXGlZcGCBRQeHi5s27VrF3l5eVFQUBC1adOGiIjKli1LPXv2pIMHD1JUVFSxSFCzd+9e8vT0pLVr19KHDx/Izs6O/vrrL9q5cydNnDiRnj17JrW/iYmJsDg6K1ySgdb27dtp5cqV9Oeff9KbN2/Iy8uLGjVqRDk5OVSuXDm6e/cuXbt2jbp06UKvX7+mwMBAIiLi9uWSpUyZMgSAHjx4ILUdAEVHR9PFixcL9DRzoMWKGp9xrETj4TyMFY69e/dS5cqVhb8/fPhAYWFh1LdvX6n9JFuVAch9Rcfd3Z2aNGlC69atIwUFBerduzc5OTnR4cOHyc3NjRQUFGjGjBlSx05E3LNVBCSzDq5fv57s7e3p5s2btHr1apo+fTqtWbOG0tPTac6cOXT79m2ys7MjFRUVOnv2rDB0jH+nksXIyIgUFBRo1apVVLFiRTI2NhZ6taKjo8nW1pZsbW1lXUz2m5Pvpx5jjDGZ+9bQLVtbW7p3757wd+/evb/5XskGD3lr/JAMBCWPcfXq1eTj40ORkZFEROTl5UUNGzakv/76i5ydncnU1JSmTJkis3L/ztavX08bNmygPXv2kJWVFW3evJm6du0qvB4XF0d3796lx48fk6GhIZmbm0sNKWMlg/jarVGjBkVERFD79u0pMzNTSIYRFhZG7969E3o0GZMlvvMwxhj7IXEQcvDgQTIwMKBq1aqRhYUF7dmzh96+fUs6OjrCvrm5uaSgoCB3gdW3iMsYGRlJKioq1LlzZypVqhQREa1atYr69+9PoaGhpKioSD179iQnJydKTEykWrVqybLYv7WkpCRq3rw5WVlZ0caNG2nQoEG0ZMkSat++PaWlpVF6ejqZmZmRmZmZ8J68vDwOtIqpr+dbiZPxKCgo0Pbt2yk2NpZiYmJo8+bNtGTJEpo+fTpVqlSJDAwMaP/+/dyjyeQCJ8hgjDH2t/bs2UODBw+md+/ekY6ODqmrq9ObN29o7NixZG5uTpaWllStWjX6+PEjaWlpybq4PyTuxRJX3JycnCgjI4OmTp1Kbdu2FQIuovyMhGlpadSzZ08aPny4sGg795QUvm/1qHp5eZGuri716NGDXF1dKSQkhAYPHkwAaNmyZZSTk0ODBw8mZWVlGZWa/SqSv/+LFy9IR0dHuDa3bNlCffr0oT///JN8fHyIiOjTp0+UmZlJeXl5pKOjQyKRiK9TJhfkd5YyY4wxudG6dWu6e/cuJSQkUHR0NHXp0oVSUlLo5MmT1LdvX2ratCnp6urS7NmzZV3UH5KswD148IAUFBTo2LFjVLlyZQoMDKSdO3dSdna2sH+tWrUoPT2dkpKSSENDQ9jOFbjCJ/6dEhMT6cOHD0RE1LVrV1q2bBnZ2dlReHg4DR48mIjyK9o7d+6kx48fc6BVAkhep9OnT6fhw4fT1atXKTs7m54+fUpdu3al4OBgIdAiIlJTU6Py5ctThQoVhARZfJ0yecDBFmOMMSlfrzclpqqqSrVr1yZnZ2eaPHkymZmZUZcuXejOnTsUHx9PCxYskOtg6+sKXK9evejw4cNUqlQpiouLIz09PZozZw7t2LGD0tPThfdER0fT8uXLhQocK1yS59+uXbuoTZs2tHHjRkpPTydXV1fq168f6enp0efPn+njx4909epV8vT0pDdv3nB69xJCfJ2OHz+eli9fTp07dyZjY2NSUVGhSpUq0f3792no0KE/vB6Lw1Bm9nvgYYSMMcYEkgHJ+vXr6dKlS6ShoUH169enVq1aERFRVlYWKSsrU8uWLally5Y0duxYqc+Q9zkSkydPpvDwcAoPDycbGxth7azPnz9Tly5dKCkpiVRUVEhBQYE+fPhA169fJ0VFRblfH6wkkJyjs3r1anr37h1NnDiRKlasSFOnTiVvb296/PgxLVu2jJYsWULa2tqko6NDOjo6dODAAVJWVpb784/9M4cPHyZvb2/aunUr2dvbU25uLr1584YeP35M+vr6BTKCMiavONhijDFWQEBAAK1fv54aNGhACgoKdObMGZoxYwb16dNH2Gf06NF0//592r59e7Gp3N67d4/at29PgYGB1L59e2H7ly9fhHXAwsPD6f79+6SgoEBBQUGkpKTEgVYRmzJlCi1evJjCwsIoNzeXNm7cSImJiTRz5kzy8vIiZWVlunPnDj169Ih0dXXJysqKsw6WMHv37qXp06fT7t276dmzZ7RlyxbauHEj5eTkUI0aNSgsLIxq1Kgh62Iy9rf4jsQYY0zKypUrKTY2luLi4sjBwYGioqIoLi6OBg8eTGlpaTR8+HAiyh+mU6pUqWITaBERvXv3jl69ekV16tQhov/3pCgrK1NWVhapqqrSkCFDpN7DFfiik5eXR8nJybR582aaO3cu9ezZk4jyE2P06NGD/P39CQB16tSJatSoIVXZ5qyDxde3GjPKlStHFy9epF69etG5c+eoQ4cONH36dNLU1KQRI0bQy5cvOdhixQLflRhj7DcnOezq8+fPdP/+fRo5ciQ5ODjQ7t27adSoURQYGEivXr2isWPHkoaGBvXt25emTZtG6urqRFQwRbM8+FaZ9PT0SEVFhU6fPk0mJiZSGcv27t1LSkpK5OHhIfUersAXrrNnz5KqqqrQO6WgoCAVOImD4JiYGLKxsaH58+eTgoICde/endTU1ITP4Z7H4kn8+xIR3b17l5SUlKhChQpUv359OnHiBP311180cOBAaty4MWlra1NmZiZpa2tTVlaWjEvO2D/DdybGGPuNvXv3Tgi0Tp06RaVKlaIxY8ZQ69atKSkpifz8/GjatGkUEBBArVq1IgDUv39/iomJIU1NTWEuk7wFWpJlys3NpU+fPhERka6uLllaWlJMTAwdP36ciEhYi2fFihW0a9cumZX5d3T8+HFydHSkkJAQunDhAhERVahQgfT09Cg6OpqI8hOzfP78mYiIzMzMKC8vj+bMmUOJiYlE9P2ELky++fv7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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "# Merge schools with comments to get ratings\n", + "merged_df1 = pd.merge(schools, comments, on='school_id')\n", + "\n", + "# Calculate average rating per school\n", + "avg_ratings = merged_df1.groupby('school_name_x')['overall_rating'].mean().reset_index()\n", + "\n", + "# Merge with price data\n", + "price_rating = pd.merge(avg_prices, avg_ratings, left_on='school_name', right_on='school_name_x')\n", + "\n", + "# Calculate price per rating point\n", + "price_rating['price_per_rating'] = (price_rating['price_min'] + price_rating['price_max']) / 2 / price_rating['overall_rating']\n", + "\n", + "# Plot price per rating point\n", + "plt.figure(figsize=(10, 6))\n", + "plt.bar(price_rating['school_name'], price_rating['price_per_rating'], color='green')\n", + "plt.xlabel('School Name')\n", + "plt.ylabel('Price per Rating Point')\n", + "plt.title('Value for Money: Price per Rating Point')\n", + "plt.xticks(rotation=45)\n", + "plt.show()\n", + "\n" + ] + }, + { + "cell_type": "code", + "execution_count": 301, + "id": "85114b06-bbd2-4708-9fa5-1cf7f8573520", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAABUMAAANVCAYAAABS+u8qAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy81sbWrAAAACXBIWXMAAA9hAAAPYQGoP6dpAADZyklEQVR4nOzdeXhN1/7H8c9JIqPkyIAkJEIRMYe0ippqrJkOxhBjZ7Rcqi2lqtoqpde9qi3SqvFWuVqtuTEPEWJMFaWhouaEIOP+/ZFr/3okWtFo6Hm/nuc8ctZae+/v3ld762OtvSyGYRgCAAAAAAAAgL85h8IuAAAAAAAAAAD+CoShAAAAAAAAAOwCYSgAAAAAAAAAu0AYCgAAAAAAAMAuEIYCAAAAAAAAsAuEoQAAAAAAAADsAmEoAAAAAAAAALtAGAoAAAAAAADALhCGAgAAAAAAALALhKEAAAB2Jjo6WhaLxfw4OTmpdOnS6tOnj3755ZfbOkdUVJRCQkLubqH3gOPHj9s8KwcHB3l7e6tp06ZatWrVHZ933rx5mjJlSp59FotFY8aMueNzAwAA4NYshmEYhV0EAAAA/jrR0dHq06ePZs+erUqVKunatWvasGGDJkyYoMDAQO3bt08eHh6/e46jR48qJSVF4eHhf1HVheP48eMqW7asXnzxRXXv3l1ZWVn64YcfNHbsWJ06dUrr1q1Tw4YN833etm3bav/+/Tp+/Hiuvm3btql06dIqXbp0AdwBAAAAfsupsAsAAABA4ahataoiIiIkSU2aNFFWVpbGjRunpUuXqkePHnkec/XqVbm7u+uBBx74K0stdMHBwXr44YclSfXr11eFChXUqFEjzZw5847C0N9z4zoAAAAoeCyTBwAAgKT/D+F+/vlnSTlL4YsWLap9+/apRYsW8vT0VNOmTc2+m5fJZ2dn65///Kdq1qwpNzc3FStWTA8//LCWLVtmM27hwoWqW7euPDw8VLRoUbVs2VK7d+/+3dr27Nkji8WimTNn5ur77rvvZLFYzOucPXtWAwcOVFBQkFxcXFS8eHHVr19fa9asuaPnkpcbIfKvv/5q0/6vf/1LDRs2VIkSJeTh4aFq1arpvffeU0ZGhjmmcePGWr58uX7++WebJfg33LxM/sZrDb7//ns9++yz8vPzk6+vrzp37qxTp07ZXD8tLU1Dhw6Vv7+/3N3d1bBhQ8XFxSkkJERRUVEFdv8AAAD3K2aGAgAAQJJ05MgRSVLx4sXNtvT0dLVv315PP/20XnnlFWVmZt7y+KioKH3xxRfq16+f3nzzTTk7O2vXrl02S8Hffvttvf766+rTp49ef/11paena+LEiWrQoIF27NihypUr53nuGjVqKDw8XLNnz1a/fv1s+qKjo1WiRAm1bt1akhQZGaldu3Zp/Pjxqlixoi5duqRdu3bp/Pnzd/pocjl27JgkqWLFijbtR48eVffu3VW2bFk5Oztrz549Gj9+vH744QfNmjVLkvTvf/9bAwcO1NGjR7VkyZLbvmb//v3Vpk0bzZs3TydOnNA//vEP9ezZU+vWrTPH9OnTRwsXLtTw4cP16KOP6uDBg+rUqZNSUlIK4K4BAADuf4ShAAAAdiorK0uZmZm6fv261q9fr7feekuenp5q3769OSYjI0OjR49Wnz59fvdcGzdu1Jw5c/Taa6/prbfeMttbtWpl/nzixAm98cYbeuGFF/Thhx+a7c2bN1eFChU0duxYLVy48JbX6NOnjwYNGqQff/zRDCEvXryo//73v3rhhRfk5JTzn7abN29W//79NWDAAPPYDh063OZTyVt2drYyMzPNd4Y+++yzCggI0Msvv2wzbvLkyTbHNGjQQL6+vurTp48mTZokb29vVa5cWcWKFZOLi0u+lsS3atXK5rlduHBBw4cP1+nTp+Xv76+DBw9q/vz5GjFihCZMmCAp59mWLFlS3bp1+1P3DwAA8HfBMnkAAAA79fDDD6tIkSLy9PRU27Zt5e/vr++++04lS5a0Gff444//4bm+++47SdLzzz9/yzErV65UZmamevXqpczMTPPj6uqqRo0aKSYm5nev0aNHD7m4uCg6Otpsmz9/vtLS0mzC2oceekjR0dF66623tG3bNpsl6ndqxIgRKlKkiFxdXVWzZk3t379fX3/9da5XBezevVvt27eXr6+vHB0dVaRIEfXq1UtZWVn68ccf/1QNvw2pJal69eqS/v+1BuvXr5ckPfXUUzbjnnjiCTMoBgAAsHeEoQAAAHbq888/V2xsrHbv3q1Tp05p7969ql+/vs0Yd3d3eXl5/eG5zp49K0dHR/n7+99yzI33az744IMqUqSIzWfhwoU6d+7c717Dx8dH7du31+eff66srCxJOUvkH3roIVWpUsUct3DhQvXu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O+9IP/wgXb8u3Xg16qFDUp06tz5/u3bt5OLioiVLlsjFxUVpaWl6/PHHJSnP+/3555/VunVrPfPMMxo3bpx8fHy0adMm9evXz6zrj+6pXbt2CgoK0ieffKLAwEBlZ2eratWqSk9Pl6Rc95uX7OxstWvXTu+++26uvoCAAPPnIkWK2PRZLBabthu/V278fpSk/v37KzIyUh988IFmz56tLl262ASzAAAABYEwFAAAwI5UrlxZLi4uSkxMtNnA6Le6d++u119/XXFxcfryyy81ffp0m+MTExN14sQJc3bowYMHlZycrLCwsFtet3v37po7d65Kly4tBwcHtWnTxuyrVauWDhw4oPLly+d5rI+Pj3x8fHK1u7m5qX379mrfvr2ef/55VapUSfv27VN4eLiysrJ05swZNWjQIM9zVq9eXWvXrtXYsWPz7C9evLiSkpLM7ykpKTp27FiuccuXS56eUlCQ5OGRE4pK0owZkpeX5OzsnOd7SJ2cnNS7d2/Nnj1bLi4u6tq1qxn85XW/O3fuVGZmpiZNmiQHh5zFXYsWLbrtezp//rwSEhI0Y8YM85ls2rTJZkzlypU1Z84cXbt2zQxWt23bZjOmVq1aWrx4sUJCQuTkVLB/lGjdurU8PDw0ffp0fffdd9qwYUOBnh8AAEBiAyUAAAC74unpqWHDhumll17SZ599pqNHj2r37t3617/+pc8++0ySVLZsWdWrV0/9+vVTZmamOnToYB7frFkzVa9eXT169NCuXbu0Y8cO9erVS40aNVJERMQtr3tj/Pjx4/XEE0/I1dXV7BsxYoS2bt2q559/XvHx8Tp8+LCWLVumF1988Zbni46O1syZM7V//3799NNPmjNnjtzc3FSmTBlVrFhRPXr0UK9evfTVV1/p2LFjio2N1bvvvqtvv/1WkjRy5EjFxsbqueee0969e/XDDz9o+vTp5q7ojz76qObMmaONGzdq//796t27t80s0xsTGlNSpMqVc4JPR8ecQFSSzp+Xli6VgoNDdOXKFa1du1bnzp3T1atXzXP0799f69at03fffZdr86WbPfDAA8rMzNQ///lP834/+ugjmzG/d0/e3t7y9fXVxx9/rCNHjmjdunV6+eWXbY7v3r27HBwc1K9fPx08eFDffvttrh3en3/+eV24cEHdunXTjh079NNPP2nVqlXq27dvvjefupmj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uUnu7pK9fdavhQtLV69KS5ZIAQEVdO3aNes8qpJ0+PBhnT171vrdy8vLpj3Xubu7q3PnzpoxY4a+/PJLLVq0SL///ruqVKmiY8eO6eDBg7es2924u7urePHi2rRpk832LVu22NyLhIQEXbx40bp/8+bNsrOzu+OIVOSM6tWrKyMjQydOnLDpG+XKlZO3t7ekW/8euD5v6AcffCCLxaLg4GA1atRIu3bt0vLlyxUaGmrtu0eObFbBgv5q1ux1+frWkr9/eTk6/izDyOq7mZlSYGCgtm/fblO3G3/P3ktfAvLSfYehb731lvz8/FSiRAlduHBBwcHBaty4serXr68RI0bkRh0BAAAAAI+w62HMvHnz1KRJE0lZAenOnTt18OBB6zYpa6RYv379FBcXp507d+q5555TvXr1VKdOHf3xxx/q27ev1q1bp59//lmbN2/Wjh077hiwjBo1SgsWLNCoUaOUmJiovXv3auLEiZKk8uXLq127durdu7c2bdqk3bt3q1u3bipRooTatWsnSYqMjFRsbKwmTpyogwcP6oMPPsi2wvp1KSnSgQNZo0FvxdExa+Soi0sFhYWF6V//+pe2b9+uXbt26V//+pecnZ3vOMLyvffe08KFC3XgwAEdPHhQX3/9tby9vVWwYEGFhoaqcePGevLJJ7V69WrrCNLb1fVWhg4dqgkTJujLL79UUlKSXn31VSUkJKh///6SshavcnJyUs+ePbVv3z59//336tevn7p3765ixYrd83Xw1wQEBKhr167q0aOHFi9erKNHj2rHjh2aMGGCYmJi7nhskyZNNG/ePOs/Rnh6eio4OFhffvmlmjRpYu27pUqVU3p6ivbtW6jffz+iuLipOnAgWhZLVt9NSZH69eunmTNnas6cOTp06JD+85//aM+ePTZ99259CchL9x2G5suXT/Pnz9fBgwf11Vdfad68eTpw4IDmzp2bbZg2AAAAAACS9NhjjykjI8MafF4PY4oWLWoTZrq4uOiVV15Rly5dFBISImdnZy1cuFCSZG9vr9OnT6tHjx4KCAhQp06d1LJlS40ZM+a2123SpIm+/vprLV26VNWqVdPjjz9uMxJ09uzZqlmzplq3bq2QkBAZhqGYmBjr67v16tXTZ599pmnTpqlatWpatWrVbQcCnT8v/fmn5HCbCens7bP2nz8vff755ypWrJgaN26sDh06qHfv3nJzc5OTk9Nt2+Lq6qoJEyaoVq1aql27tpKTkxUTEyO7/18+e9GiRapdu7aeffZZBQcHa9iwYcrIyLjt+W4WGRmpwYMHa/DgwapcubJiY2O1dOlSlS9fXlLWf5tvv/1Wv//+u2rXrq2nnnpKTZs21QcffHDP18DfM3v2bPXo0UODBw9WYGCg2rZtq7i4OPn6+t7xuJt//0lSaGioMjIyFBoaau27Vaq0U716AxUT01fTp1dTauoWNW48UhbL//pu165dNXz4cA0ZMsQ6dUNERIRN371bXwLyksW4zwlQ1q9fn20+F2Q5d+6cPDw8lJ6ebp2bAwAAAABgDsnJWYslFSmS9Wr8zdLTpdOnpTfflEqVst137Ngx+fr66rvvvrvtgk9Abvk7fVeSmjVrJm9vb82dOze3qwoTyO187b5HhjZr1kx+fn569dVXtW/fvhyvEAAAAAAAjyI/P6lCBSk1Vbp52JFhSMeOZS1A4+cnrV27VkuXLtXRo0e1ZcsWPfPMMypVqpQaN26cN5WHqd1P37106ZImT56sH3/8UQcOHNCoUaP03XffqWfPnnlTeeA+3XcY+uuvv2rYsGHauHGjqlSpoipVqmjixIk6duxYbtQPAAAAAIBHgp2d1KFD1ui6/fuzRtNdu5b16/79Wdvbt88qd/XqVb322muqWLGiOnTooKJFi2rdunXZVnwHHoT76bsWi0UxMTFq1KiRatasqWXLlmnRokUKCwvL62YA9+S+X5O/0dGjR/XFF19owYIFOnDggBo3bqy1a9fmZP0eKbwmDwAAAABITMxamfvAgax5Fp2cskbVtW+f9SvwsKLv4mGQ2/na3wpDJSkjI0MrV67UyJEjtWfPnvuanPlelCpVSj///HO27S+99JI+/PBDRUREaM6cOTb76tatq23btlm/X758WUOGDNGCBQv0xx9/qGnTpvroo49UsmRJa5kzZ84oMjJSS5culSS1bdtW06ZNU8GCBe+5roShAAAAAABJyszMWnn7/HnJzS3r9WK7+343E3jw6LvIaw/dnKHXbd68WS+99JJ8fHzUpUsXVaxYUcuXL8/JukmSduzYobS0NOtn9erVkqSnn37aWqZFixY2ZWJiYmzOMWDAAEVHR2vhwoXatGmTLly4oNatW9sEt126dFFCQoJiY2MVGxurhIQEde/ePcfbAwAAAAD457Ozy1popnLlrF8Jk/CooO/in87hfg947bXXtGDBAv36668KCwvTlClT1L59e7m4uORG/VS0aFGb7+PHj1fZsmVtVrR3dHSUt7f3LY9PT0/XzJkzNXfuXOv8FfPmzbOu0hceHq7ExETFxsZq27Ztqlu3riRpxowZCgkJUVJSkgIDA3OlbQAAAAAAAAAenPvO99etW6chQ4bol19+0YoVK9SlSxdrEJqQkJDT9bNx5coVzZs3T88//7wsFotNnby8vBQQEKDevXvrxIkT1n3x8fG6evWqmjdvbt1WvHhxVapUSVu2bJEkbd26VR4eHtYgVJLq1asnDw8Pa5lbuXz5ss6dO2fzAQAAAAAAAPBwuu+RoTeHg+np6Zo/f74+++wz7d69O8fnDL3RkiVLdPbsWUVERFi3tWzZUk8//bT8/f119OhRjRw5Uo8//rji4+Pl6Oio48ePK3/+/PL09LQ5V7FixXT8+HFJ0vHjx+Xl5ZXtel5eXtYytzJu3DiNGTMmZxoHAAAAAAAAIFf95Zkf1q5dq27dusnHx0fTpk1Tq1at9MMPP+Rk3bKZOXOmWrZsqeLFi1u3de7cWU888YQqVaqkNm3aaOXKlTp48KBWrFhxx3MZhmEzuvTGn29X5mbDhw9Xenq69ZOamvoXWgUAAAAAAADgQbivkaHHjh1TVFSUZs2apYsXL6pTp066evWqFi1apODg4NyqoyTp559/1nfffafFixffsZyPj4/8/f116NAhSZK3t7euXLmiM2fO2IwOPXHihOrXr28t89tvv2U718mTJ1WsWLHbXsvR0VGOjo5/pTkAAAAAAAAAHrB7HhnaqlUrBQcHa//+/Zo2bZp+/fVXTZs2LTfrZmP27Nny8vLSE088ccdyp0+fVmpqqnx8fCRJNWvWVL58+ayr0EtSWlqa9u3bZw1DQ0JClJ6eru3bt1vLxMXFKT093VoGAAAAAAAAwKPtnkeGrlq1SpGRkXrxxRdVvnz53KxTNpmZmZo9e7Z69uwpB4f/VfnChQsaPXq0nnzySfn4+Cg5OVmvvfaaihQpog4dOkiSPDw81KtXLw0ePFiFCxdWoUKFNGTIEFWuXNm6unxQUJBatGih3r17a/r06ZKkf/3rX2rdujUryQMAAAAAAAD/EPc8MnTjxo06f/68atWqpbp16+qDDz7QyZMnc7NuVt99951SUlL0/PPP22y3t7fX3r171a5dOwUEBKhnz54KCAjQ1q1b5ebmZi333nvvqX379urUqZMaNGggFxcXLVu2TPb29tYy8+fPV+XKldW8eXM1b95cVapU0dy5cx9I+wAAAAAAAADkPothGMb9HHDp0iUtXLhQs2bN0vbt25WRkaHJkyfr+eeftwkgzejcuXPy8PBQenq63N3d87o6AAAAAAAAwCMlt/O1+w5Db5SUlKSZM2dq7ty5Onv2rJo1a6alS5fmZP0eKYShAAAAAAAAwF+X2/naPb8mfyuBgYGaOHGijh07pgULFuRUnQAAAAAAAAAgx/2tkaGwxchQAAAAAAAA4K97qEeGAgAAAAAAAMCjgjAUAAAAAAAAgCkQhgIAAAAAAAAwBcJQAAAAAAAAAKZAGAoAAAAAAADAFAhDAQAAAAAAAJgCYSgAAAAAAAAAUyAMBQAAAAAAAGAKhKEAAAAAAAAATIEwFAAAAAAAAIApEIYCAAAAAAAAMAXCUAAAAAAAAACmQBgKAAAAAAAAwBQIQwEAAAAAAACYAmEoAAAAAAAAAFMgDAUAAAAAAABgCoShAAAAAAAAAEyBMBQAAAAAAACAKRCGAgAAAAAAADAFwlAAAAAAAAAApkAYCgAAAAAAAMAUCEMBAAAAAAAAmAJhKAAAAAAAAABTIAwFAAAAAAAAYAqEoQAAAAAAAABMgTAUAAAAAAAAgCkQhgIAAAAAAAAwBcJQAAAAAAAAAKZAGAoAAAAAAADAFAhDAQAAAAAAAJgCYSgAAAAAAAAAUyAMBQAAAAAAAGAKhKEAAAAAAAAATIEwFAAAAAAAAIApEIYCAAAAAAAAMAXCUAAAAAAAAACmQBgKAAAAAAAAwBQIQwEAAAAAAACYAmEoAAAAAAAAAFMgDAUAAAAAAABgCoShAAAAAAAAAEyBMBQAAAAAAACAKRCGAgAAAAAAADAFwlAAAAAAAAAApkAYCgAAAAAAAMAUCEMBAAAAAAAAmAJhKAAAAAAAAABTIAwFAAAAAAAAYAqEoQAAAAAAAABMgTAUAAAAAAAAgCkQhgIAAAAAAAAwBcJQAAAAAAAAAKZAGAoAAAAAAADAFAhDAQAAAAAAAJgCYSgAAAAAAAAAUyAMBQAAAAAAAGAKhKEAAAAAAAAATIEwFAAAAAAAAIApEIYCAAAAAAAAMAXCUAAAAAAAAACmQBgKAAAAAAAAwBQIQwEAAAAAAACYAmEoAAAAAAAAAFMgDAUAAAAAAABgCoShAAAAAAAAAEyBMBQAAAAAAACAKRCGAgAAAAAAADAFwlAAAAAAAAAApkAYCgAAAAAAAMAUCEMBAAAAAAAAmAJhKAAAAAAAAABTIAwFAAAAAAAAYAqEoQAAAAAAAABMgTAUAAAAAAAAgCkQhgIAAAAAAAAwBcJQAAAAAAAAAKZAGAoAAAAAAADAFAhDAQAAAAAAAJgCYagJWCwWLVmyJEfPOXr0aFWrVi1Hz/l35UY7AQAAAAAA8M/hkNcVQO5LS0uTp6dnXlcDAAAAAAAAyFOMDP0Hu3LliiTJ29tbjo6OeVybnHH16tW8rgIAAAAAAAAeUYShD5lvvvlGlStXlrOzswoXLqywsDBdvHhRERERat++vcaMGSMvLy+5u7vr3//+tzXwlKQmTZqob9++GjRokIoUKaJmzZpJsn19PDk5WRaLRYsXL9Zjjz0mFxcXVa1aVVu3brWpx4wZM+Tr6ysXFxd16NBBkydPVsGCBbPVd/r06dZyTz/9tM6ePWvdl5mZqTfffFMlS5aUo6OjqlWrptjYWJvjX3nlFQUEBMjFxUVlypTRyJEjbQLP66/jz5o1S2XKlJGjo6MMw9ChQ4fUuHFjOTk5KTg4WKtXr/6bdx4AAAAAAAD/dIShD5G0tDQ9++yzev7555WYmKh169apY8eOMgxDkrRmzRolJibq+++/14IFCxQdHa0xY8bYnGPOnDlycHDQ5s2bNX369Nte6/XXX9eQIUOUkJCggIAAPfvss7p27ZokafPmzerTp4/69++vhIQENWvWTG+99Va2cxw+fFhfffWVli1bptjYWCUkJOjll1+27n///fc1adIkvfvuu9qzZ4/Cw8PVtm1bHTp0yFrGzc1NUVFR2r9/v95//33NmDFD77333i2vs2jRIiUkJCgzM1MdO3aUvb29tm3bpk8++USvvPLK/d9wAAAAAAAAmIrFuJ604W87d+6cPDw8lJ6eLnd39/s+fufOnapZs6aSk5Pl7+9vsy8iIkLLli1TamqqXFxcJEmffPKJhg4dqvT0dNnZ2alJkyZKT0/Xrl27bI61WCyKjo5W+/btlZycrNKlS+uzzz5Tr169JEn79+9XxYoVlZiYqAoVKuiZZ57RhQsXtHz5cus5unbtpmXLlmvz5rNyc5Nmzx6tt976j5KTk1WyZElJUmxsrJ544gn98ssv8vb2VokSJfTyyy/rtddes56nTp06ql27tj788MNb3oN33nlHX375pX744QdJWSND3377bf3yyy8qWrSoJGnVqlVq1apVtmu3bNnS2k4AAAAAAAA8ev5uvnY3LKD0EKlataqaNm2qypUrKzw8XM2bN9dTTz1lXfyoatWq1iBUkkJCQnThwgWlpqZaw9NatWrd07WqVKli/dnHx0eSdOLECVWoUEFJSUnq0KGDdX9iopSeXkd//rlcY8dKTk7SL79IPj5+1jDyen0yMzOVlJQkFxcX/frrr2rQoIHNdRs0aKDdu3dbv3/zzTeaMmWKDh8+rAsXLujatWvZOrq/v781CM2qT6L8/LJfGwAAAAAAALgTXpN/iNjb22v16tVauXKlgoODNW3aNAUGBuro0aN3PM5isVh/LlCgwD1dK1++fNmOz8zMlCQZhmHdlpgoTZ0qHTtmyM5OCgyUihSR0tKk9PSs/Tef58b63Pjzzefetm2bnnnmGbVs2VLLly/Xrl279Prrr9vMg3qrNt1qMPPN1wEAAAAAADCDJk2aaMCAAY/kda6vFfMgEYY+ZCwWixo0aKAxY8Zo165dyp8/v6KjoyVJu3fv1h9//GEtu23bNrm6utqMkMwJFSpU0Pbt25WZKUVHS6dOSZmZWa+t29tL7u5S0aLShQsp+vzzX/X/Gaq2bt0qOzs7BQQEyN3dXcWLF9emTZtszr1lyxYFBQVJypqb1N/fX6+//rpq1aql8uXL6+eff75r/YKDg5WSkqJff/3Vuu3mBaAAAAAAAADu5vqC1Q9CVFTULRenNrMhQ4ZozZo1D/SavCb/EImLi9OaNWvUvHlzeXl5KS4uTidPnlRQUJD27NmjK1euqFevXhoxYoR+/vlnjRo1Sn379pWdXc5m2v369VPjxo31xhuTtW9fG124sFaHD6+8acSn5ODgpKionmrU6F25uZ1TZGSkOnXqJG9vb0nS0KFDNWrUKJUtW1bVqlXT7NmzlZCQoPnz50uSypUrp5SUFC1cuFC1a9fWihUrrMHvnYSFhSkwMFA9evTQpEmTdO7cOb3++us5eg8AAAAAAACQu1xdXeXq6vpAr8nI0IeIu7u7NmzYoFatWikgIEAjRozQpEmT1LJlS0lS06ZNVb58eTVu3FidOnVSmzZtNHr06ByvR4MGDfTJJ59oxozJWr68qo4di1W9egPl4OBkU87Ts5yKF++o555rpebNm6tSpUr66KOPrPsjIyM1ePBgDR48WJUrV1ZsbKyWLl2q8uXLS5LatWungQMHqm/fvqpWrZq2bNmikSNH3rV+dnZ2io6O1uXLl1WnTh298MILt1ztHgAAAAAAPPq++eYbVa5cWc7OzipcuLDCwsK0fv165cuXT8ePH7cpO3jwYDVu3FjS/0ZifvvttwoKCpKrq6tatGihtLQ0SVmvaM+ZM0f//e9/ZbFYZLFYtG7dOknSK6+8ooCAALm4uKhMmTIaOXKkrl69Kilr+r6wsDC1aNHCOpXf2bNn5efnd9vBWuvWrdNzzz2n9PR067WuZzpXrlzRsGHDVKJECRUoUEB169a11uO6zZs3KzQ0VC4uLvL09FR4eLjOnDlj3Z+Zmalhw4apUKFC8vb2zpYXWSwWffbZZ+rQoYNcXFxUvnx5LV261KbM+vXrVadOHTk6OsrHx0evvvqqrl27dtv/LmfOnFGPHj3k6ekpFxcXtWzZUocOHbIpM2PGDPn6+srFxUUdOnTQ5MmTbUbH3uo1+Xnz5kmSvLy8VKFCBZus6cqVK+rbt698fHzk5OSkUqVKady4cbet4y0ZyDHp6emGJCM9PT3Hz92zZ0+jXbt2OX7eOzl61DC6dzeMgQMNo3r1Fww/v4bGqFGG9TNgQNb+o0cfaLUAAAAAAIBJ/Prrr4aDg4MxefJk4+jRo8aePXuMDz/80Dh//rwREBBgTJw40Vr26tWrhpeXlzFr1izDMAxj9uzZRr58+YywsDBjx44dRnx8vBEUFGR06dLFMAzDOH/+vNGpUyejRYsWRlpampGWlmZcvnzZMAzDGDt2rLF582bj6NGjxtKlS41ixYoZEyZMsF7r2LFjhqenpzFlyhTDMAyjc+fORq1atYwrV67csh2XL182pkyZYri7u1uvdf78ecMwDKNLly5G/fr1jQ0bNhiHDx823nnnHcPR0dE4ePCgYRiGsWvXLsPR0dF48cUXjYSEBGPfvn3GtGnTjJMnTxqGYRihoaGGu7u7MXr0aOPgwYPGnDlzDIvFYqxatcp6fUlGyZIljS+++MI4dOiQERkZabi6uhqnT5+2tsfFxcV46aWXjMTERCM6OtooUqSIMWrUKOs5QkNDjf79+1u/t23b1ggKCjI2bNhgJCQkGOHh4Ua5cuWs92DTpk2GnZ2d8c477xhJSUnGhx9+aBQqVMjw8PCwnmPUqFFG1apVrd8//fRTw9vb25Bk7N6921i0aJFRqFAhIyoqyjAMw3jnnXcMX19fY8OGDUZycrKxceNG44svvrhTF8rmoQ5DR40aZUiy+RQrVsy6PzMz0xg1apTh4+NjODk5GaGhoca+fftszvHnn38affv2NQoXLmy4uLgYbdq0MVJTU23K/P7770a3bt0Md3d3w93d3ejWrZtx5syZ+67vPykMfeedd4ydOxOMQYMOGdWqTTXs7PIZbdrMsAahb7xhGE89ZRhvv20YGRkPrFoAAAAAAMBE4uPjDUlGcnJytn0TJkwwgoKCrN+XLFliuLq6GhcuXDAMIysMlWQcPnzYWubDDz+0yZbuNW+ZOHGiUbNmTZttX331leHo6GgMHz7ccHFxMZKSku54jtmzZ9sEgYZhGIcPHzYsFovxyy+/2Gxv2rSpMXz4cMMwDOPZZ581GjRocNvzhoaGGg0bNrTZVrt2beOVV16xfpdkjBgxwvr9woULhsViMVauXGkYhmG89tprRmBgoJGZmWkt8+GHHxqurq5Gxv8HPzeGoQcPHjQkGZs3b7aWP3XqlOHs7Gx89dVXhmFkBcRPPPGETb26du16xzDU19fXmDlzpk2+NnbsWCMkJMQwDMPo16+f8fjjj9vU83499K/JV6xYUWlpadbP3r17rfsmTpyoyZMn64MPPtCOHTvk7e2tZs2a6fz589YyAwYMUHR0tBYuXKhNmzbpwoULat26tTIyMqxlunTpooSEBMXGxio2NlYJCQnq3r37A23nw2b79u0KD2+mDz+srJ9//kRVq05V2bIv6Nq1rFXk9+/PWlW+fXsph6csBQAAAAAAkCRVrVpVTZs2VeXKlfX0009rxowZ1tfDIyIidPjwYW3btk2SNGvWLHXq1EkFChSwHu/i4qKyZctav/v4+OjEiRN3ve4333yjhg0bytvbW66urho5cqRSUlJsyjz99NPq2LGjxo0bp0mTJikgIMC6r2LFitb5MK9Pf3grO3fulGEYCggIsJZ3dXXV+vXrdeTIEUlSQkKCmjZtqsxMKTlZ2rs369frC1pLUpUqVWzOe6t23limQIECcnNzs5ZJTExUSEiIzXoxDRo00IULF3Ts2LFs9U5MTJSDg4Pq1q1r3Va4cGEFBgYqMTFRkpSUlKQ6derYHHfz9xudPHlSqamp6tu3rySpePHicnV11X/+8x/rvYiIiFBCQoICAwMVGRmpVatW3fZ8t/PQL6Dk4OBgXZDnRoZhaMqUKXr99dfVsWNHSdKcOXNUrFgxffHFF/r3v/+t9PR0zZw5U3PnzlVYWJikrHkHfH199d133yk8PFyJiYmKjY3Vtm3brP8BZ8yYoZCQECUlJSkwMPC2dbt8+bIuX75s/X7u3LmcbLqNqKioXDv3rXz11VfWnxMTs1aVP3BA+uUXyclJqlEjKwj9/4XhAQAAAAAAcpy9vb1Wr16tLVu2aNWqVZo2bZpef/11xcXFqXTp0mrTpo1mz56tMmXKKCYmJttcm/ny5bP5brFYrPN83s62bdv0zDPPaMyYMQoPD5eHh4cWLlyoSZMm2ZS7dOmS4uPjZW9vn22uzJiYGOsco87Ozre9VmZmpuzt7a3nudH1hYWcnZ118qQ0fnxWNvPnn1nZTIUKUocOt29n5o1p6V3KGIZhE4Re33a93M1udw9vPM+dznkr1+sydepU9e7dWxs3bpSbm5skWe9NjRo1dPToUa1cuVLfffedOnXqpLCwMH3zzTe3Pe/NHvow9NChQypevLgcHR1Vt25dvf322ypTpoyOHj2q48ePq3nz5tayjo6OCg0N1ZYtW/Tvf/9b8fHxunr1qk2Z4sWLq1KlStqyZYvCw8O1detWeXh42CTZ9erVk4eHh7Zs2XLHMHTcuHEaM2ZM7jT8IRIUJAUGSikp0vnzkpub5OfHiFAAAAAAAJD7LBaLGjRooAYNGuiNN96Qv7+/oqOjNWjQIL3wwgt65plnVLJkSZUtW1YNGjS4r3Pnz5/f5u1hKWuxIn9/f5vFkH7++edsxw4ePFh2dnZauXKlWrVqpSeeeEKPP/64JMnf3/+erlW9enVlZGToxIkTatSo0S3r6OdXRdHRa9Sw4Rj5+koFCkgXL0q7dkmpqdKlS/fV5FsKDg7WokWLbALMLVu2yM3NTSVKlLhl+WvXrikuLk7169eXJJ0+fVoHDx5U0P+PnKtQoYK2b99uc9wPP/xw2zoUK1ZMJUqUUHJysiSpbNmycnd3z1bO3d1dnTt3VufOnfXUU0+pRYsW+v3331WoUKF7autDHWfVrVtXn3/+ub799lvNmDFDx48fV/369XX69GnramHFihWzOaZYsWLWfcePH1f+/Pnl6el5xzJeXl7Zru3l5ZVtRbKbDR8+XOnp6dZPamrqX27rw87OTipVSqpcOetXglAAAAAAAJDb4uLi9Pbbb+uHH35QSkqKFi9erJMnT1oDt+sjN//zn//oueeeu+/zlypVSnv27FFSUpJOnTqlq1evqly5ckpJSdHChQt15MgRTZ06VdHR0TbHrVixQrNmzdL8+fPVrFkzvfrqq+rZs6fNCu+3utaFCxe0Zs0anTp1SpcuXVJAQIC6du2qHj16aPHixTp69Kh27NihCRMmKCYmRpmZUunSw3XixA4lJ7+kP/7YozNnDigp6WOVKnVKp05Jp05JdxnselcvvfSSUlNT1a9fPx04cED//e9/NWrUKA0aNEh2twiBypcvr3bt2ql3797atGmTdu/erW7duqlEiRJq166dJKlfv36KiYnR5MmTdejQIU2fPl0rV6685UjT60aPHq3JkydLkg4fPqy9e/dq9uzZ1m3vvfeeFi5cqAMHDujgwYP6+uuv5e3tbbNC/d081JFWy5Yt9eSTT6py5coKCwvTihUrJGW9Dn/drYbb3umm3qrM7Yb73u08jo6Ocnd3t/kAAAAAAAAgZ7i7u2vDhg1q1aqVAgICNGLECE2aNMk6D6ednZ0iIiKUkZGhHj163Pf5e/furcDAQNWqVUtFixbV5s2b1a5dOw0cOFB9+/ZVtWrVtGXLFo0cOdJ6zMmTJ9WrVy+NHj1aNWrUkCSNGjVKxYsXV58+fW57rfr166tPnz7q3LmzihYtqokTJ0qSZs+erR49emjw4MEKDAxU27ZtFRcXJ19fX6WkSKdOBejJJ1fpt992a8aMOpo5M0RJSf+Vvb2DSpbMGhl6w/I5f0mJEiUUExOj7du3q2rVqurTp4969eqlESNG3PaY2bNnq2bNmmrdurVCQkJkGIZiYmKsr+M3aNBAn3zyiSZPnqyqVasqNjZWAwcOlJOT023P+cILL2jatGmSpJCQEIWGhioqKkqlS5eWlDV1wIQJE1SrVi3Vrl1bycnJiomJuWVgezsW424TJTxkmjVrpnLlymno0KEqW7asdu7cqerVq1v3t2vXTgULFtScOXO0du1aNW3aVL///rvN6NCqVauqffv2GjNmjGbNmqVBgwbp7NmzNtcpWLCg3nvvvfv6V4Vz587Jw8ND6enpBKMAAAAAAAAPQO/evfXbb79p6dKleV2VHLd3rzR2bNb0hTdNKSpJunZNOnhQGjky623eh13v3r114MABbdy48bZlcjtfe6hHht7s8uXLSkxMlI+Pj0qXLi1vb2+tXr3auv/KlStav369da6CmjVrKl++fDZl0tLStG/fPmuZkJAQpaen28xhEBcXp/T0dGsZAAAAAAAAPFzS09P13Xffaf78+erXr19eVydXuLllLZZ08eKt91+8mLX//9cZeui8++672r17tw4fPqxp06Zpzpw56tmzZ57W6aFeQGnIkCFq06aN/Pz8dOLECf3nP//RuXPn1LNnT1ksFg0YMEBvv/22ypcvr/Lly+vtt9+Wi4uLunTpIkny8PBQr169NHjwYBUuXFiFChXSkCFDrK/dS1JQUJBatGih3r17a/r06ZKkf/3rX2rduvUdF08CAAAAAABA3mnXrp22b9+uf//732rWrFleVydX+PllrRq/a5cUHCzdOKOjYUjHjkk1amSVexht375dEydO1Pnz51WmTBlNnTpVL7zwQp7W6aEOQ48dO6Znn31Wp06dUtGiRVWvXj1t27bNuiLXsGHD9Mcff+ill17SmTNnVLduXa1atUpuN8Th7733nhwcHNSpUyf98ccfatq0qaKiomR/w9ji+fPnKzIy0rrqfNu2bfXBBx882MYCAAAAAADgnq1bty6vq5Dr7OykDh2yVo3fv18qWfJ/q8kfOyYVKSK1b//wLnT91Vdf5XUVsnnk5gx9mDFnKAAAAAAAAHJaYqIUHS0dOCD9+WfWq/FBQVlBaFBQXtcuZ+V2vvZQjwwFAAAAAAAAzC4oKGsRpZSUrJXj3dyyXo1/WEeEPswIQwEAAAAAAICHnJ2dVKpUXtfi0Ud+DAAAAAAAAMAUCEMBAAAAAACQ6yIiItS+ffu/fPy6detksVh09uxZSVJUVJQKFiyYI3WDefCaPAAAAAAAAHLd+++/L9bxRl4jDAUAAAAAAECu8/DwyOsqALwmDwAAAAAAgNx342vyhmFo4sSJKlOmjJydnVW1alV98803NuVjYmIUEBAgZ2dnPfbYY0pOTr7leb/99lsFBQXJ1dVVLVq0UFpamnXfjh071KxZMxUpUkQeHh4KDQ3Vzp07c6uJeAQQhgIAAAAAAOCBGjFihGbPnq2PP/5YP/74owYOHKhu3bpp/fr1kqTU1FR17NhRrVq1UkJCgl544QW9+uqr2c5z6dIlvfvuu5o7d642bNiglJQUDRkyxLr//Pnz6tmzpzZu3Kht27apfPnyatWqlc6fP//A2oqHC6/JAwAAAAAA4IG5ePGiJk+erLVr1yokJESSVKZMGW3atEnTp09XaGioPv74Y5UpU0bvvfeeLBaLypcP1KZNe/XJJxOUkiK5u2ed6+rVq/rkk09UtmxZSVLfvn315ptvWq/1+OOP21x7+vTp8vT01Pr169W6desH02A8VAhDAQAAAAAA8MDs379ff/75p5o1a2az/cqVK6pevbokKTExUfXq1ZPFYlFiohQdLR04kBWcvv22VKVK1jEuLi7WIFSSfHx8dOLECev3EydO6I033tDatWv122+/KSMjQ5cuXVJKSkoutxIPK8JQAAAAAAAAPDCZmZmSpBUrVqhEiRI2+xwdHSXJuup8YqI0dap06tT/RoMWKiTt2pW1zd4+n83xFovFZsX6iIgInTx5UlOmTJG/v78cHR0VEhKiK1eu5Fbz8JAjDAUAAAAAAMADExwcLEdHR6WkpCg0NPS2ZZYsWaLo6KzQMzhYWrNmm6SsULRoUSkmRrp6VcrMlOxusyrOxo0b9dFHH6lVq1aSsuYiPXXqVK60C48GwlAAAAAAAAA8MG5ubhoyZIgGDhyozMxMNWzYUOfOndOWLVvk6uqqnj17qk+fPpo0aZLmzRukOnX+rX374rV7d5T1HBaL5OkpZWRIKSlSqVK3vla5cuU0d+5c1apVS+fOndPQoUPl7Oz8QNqJhxOryQMAAAAAAPwDNGnSRAMGDMjratyTsWPH6o033tC4ceMUFBSk8PBwLVu2TKVLl5Yk+fn5adKkRUpNXaZ586rqhx8+0eOPvy1JmjLFX5L0/2/U604Lw8+aNUtnzpxR9erV1b17d0VGRsrLyytX24aHGyNDAQAAAAAAkOsuX74sV1dXSVlze0ZGRioyMvK25Vu3bq3t21urSJH/zRdqsVgUGztAklSuXIQ8PSPk5va/Y9q3b28zZ2j16tW1Y8cOm/M+9dRTOdMgPJIYGQoAAAAAAIBcc+3aNe3fv19bt25VxYoV7/k4Pz+pQgUpNVW6Id+UlPX92DEpKCirHHCvCEMBAAAAAAD+YebNm6datWrJzc1N3t7e6tKli06cOHHX4zZv3qzQ0FC5uLjI09NT4eHhOnPmjCQpNjZWDRs2VMGCBVW4cGG1bt1aR44csR6bnJwsi8WihQsXqn79+nJyclLFihUVFRWlWrVqqWLFinrmmWfUtWtXFS1aVM7Ozipfvrxmz54tSVq3bp0sFovOnj0rKWtRpAoVEvTNNxbt2JGs9PSsOUINQ9q/XypSRGrfXlqxYplq1qwpJycnlSlTRmPGjNG1a9dy/J7in4EwFAAAAAAA4B/mypUrGjt2rHbv3q0lS5bo6NGjioiIuOMxCQkJatq0qSpWrKitW7dq06ZNatOmjTIyMiRJFy9e1KBBg7Rjxw6tWbNGdnZ26tChgzIzM23OM3ToUA0ePFi7du1S/fr1NWjQIKWmpmrFihWaNGmS9u/fr5UrVyoxMVEff/yxihQpcts6lSmT9WvFitLp09Jvv2WFoTVqSJGRUkrKt+rWrZsiIyO1f/9+TZ8+XVFRUXrrrbf+1v3DP5fFMG4eaIy/6ty5c/Lw8FB6errcr09mAeCBaNKkiapVq6YpU6b8rfOsW7dOjz32mM6cOaOCBQvmSN2k+69fbtUDAAAAwD/Xnf7esWPHDtWpU0fnz5+3ztt5sy5duiglJUWbNm26p+udPHlSXl5e2rt3rypVqqTk5GSVLl1a48eP1yuvvCIp6xX50qVLq1+/fho2bJjatm2rIkWKaNasWdnOd6u/ByUkJKh69eo6cuSo7OxKad68KE2cOEBnz56VnZ3UuHFjtWzZUsOHD7eeZ968eRo2bJh+/fXXe2oHHi65na8xMhQAblC/fn2lpaXJw8Mjr6sCAAAAAH/Zrl271K5dO/n7+8vNzU1NmjSRJKWkpEiSKlasKFdXV7m6uqply5aS/jcy9HaOHDmiLl26qEyZMnJ3d7eu/H79nNcHiHp5hSg5Oeu7g4ODatWqpcTEREnSiy++qIULF6patWoaNmyYtmzZck/tsbOTSpWSSpbM+tnu/xOt+Ph4vfnmm9a2uLq6qnfv3kpLS9OlS5fu447BLFhNHgBukD9/fnl7e+d1NQAAAADgL7t48aKaN2+u5s2ba968eSpatKhSUlIUHh6uK1euSJJiYmJ09epVSZKzs7PNr7fTpk0b+fr6asaMGSpevLgyMzNVqVIlXblyRYmJ0vXBnp9/Ln3/fdbiRx06ZG2zWCySpJYtW+rnn3/WihUr9N1336lp06Z6+eWX9e6778ru/xPOG19ivl7H28nMzNSYMWPUsWPHbPucnJzucqdgRowMBfDIuXjxonr06CFXV1f5+Pho0qRJNvuvXLmiYcOGqUSJEipQoIDq1q2rdevWWff//PPPatOmjTw9PVWgQAFVrFhRMTExkrJP2C1JM2bMkK+vr1xcXNShQwdNnjzZ5tX10aNHq1q1apo7d65KlSolDw8PPfPMMzp//vxt23Cvk5lv3rxZVatWlZOTk+rWrau9e/f+tZsGAAAAwDQOHDigU6dOafz48WrUqJEqVKiQ7e8b/v7+KleunMqVK6cSJUpIkqpUqaI1a9bc8pynT59WYmKiRowYoaZNmyooKMi6sFJqqjR1qvTjj1ll7ey2qUgRadcuacqUa9q2LV4VKlSwnqto0aKKiIjQvHnzNGXKFH366afW7ZKUlpZmLZuQkHDHttaoUUNJSUnWttz4uR6uAjeiVwB45AwdOlTff/+9oqOjtWrVKq1bt07x8fHW/c8995w2b96shQsXas+ePXr66afVokULHTp0SJL08ssv6/Lly9qwYYP27t2rCRMm3HbOnM2bN6tPnz7q37+/EhIS1KxZs1tOxH3kyBEtWbJEy5cv1/Lly7V+/XqNHz/+tm2418nMhw4dqnfffVc7duyQl5eX2rZte9d/GQUAAABgbn5+fsqfP7+mTZumn376SUuXLtXYsWPvetzw4cO1Y8cOvfTSS9qzZ48OHDigjz/+WKdOnZKnp6cKFy6sTz/9VIcPH9batWs1aNAgSVJcnHTqlFS+fNZ54uM/1C+/RMvL64BWr35Zv/9+RhERz0uS3njjDf33v//V4cOH9eOPP2r58uUKCgqSJJUrV06+vr4aPXq0Dh48aF1w6U7eeOMNff755xo9erR+/PFHJSYm6ssvv9SIESP+xh3EPxlhKIBHyoULFzRz5ky9++67atasmSpXrqw5c+ZYVzc8cuSIFixYoK+//lqNGjVS2bJlNWTIEDVs2FCzZ8+WlDWfTYMGDVS5cmWVKVNGrVu3VuPGjW95vWnTpqlly5YaMmSIAgIC9NJLL1nn07lRZmamoqKiVKlSJTVq1Ejdu3e/7b+oStLzzz+vli1bqkyZMqpXr56mTp2qlStX6sKFCzblRo0aZdPO3377TdHR0X/19gEAAAAwgaJFiyoqKkpff/21goODNX78eL377rt3PS4gIECrVq3S7t27VadOHYWEhOi///2vHBwcZGdnp4ULFyo+Pl6VKlXSwIED9c4770iSjh2TfH2l/38TXk2bjtfmzRM0fXpVpadvVOPG/9WlS1krxufPn1/Dhw9XlSpV1LhxY9nb22vhwoWSpHz58mnBggU6cOCAqlatqgkTJug///nPHescHh6u5cuXa/Xq1apdu7bq1aunyZMny9/f/2/cQfyTMWcogEfKkSNHdOXKFYWEhFi3FSpUSIGBgZKknTt3yjAMBQQE2Bx3+fJlFS5cWJIUGRmpF198UatWrVJYWJiefPJJValS5ZbXS0pKUof/n+QmM1NKSZFKlqyjzMzlysz836TdpUqVkpubm/U4Hx+fW772ft2uXbs0evRoJSQk6Pfff1fm/880npKSouDgYGu5W7Xz+sTjAAAAAHCjG6cHe/bZZ/Xss8/a7L9xLs7bCQ0N1ebNm2+5LywsTPv377fZtmePobFjpQIFpOszhRUtGqQXXtgmSbp2TTp48H/7RowYccdRmw0aNNCePXtuW++IiIhsb9WFh4crPDz8rm0DJMJQAI+Yu/3POzMzU/b29oqPj5e9vb3Nvuuvwr/wwgsKDw/XihUrtGrVKo0bN06TJk1Sv379bnk9i8WixEQpOlo6cEDau9fQn39K48f/bzLwfPny2RxnsVisAefN7mUy8zu5PvE4AAAAAOQ1NzfJyUm6ePHW+y9ezNp/w9gRIE/xmjyAR0q5cuWUL18+bdu2zbrtzJkzOnjwoCSpevXqysjI0IkTJ7JNnn3jKvG+vr7q06ePFi9erMGDB2vGjBm3vF6FChW0du12TZ2aNfl3kSLStWs/yM4u6/vUqdLJk/fXhnuZzPy6W7XzxonHAQAAACAv+fllrRqfmirdPHbFMLJeoQ8KyioHPAwYGQrgkeLq6qpevXpp6NChKly4sIoVK6bXX3/dukpgQECAunbtqh49emjSpEmqXr26Tp06pbVr16py5cpq1aqVBgwYoJYtWyogIEBnzpzR2rVrrRN23+zll/spNLSxfv99sho1aqODB9fqyJGVslgsCg6W9u+Xfv/9/tpw42Tmffr00b59+247mfmbb75p084iRYqoffv293dBAAAAAMgldnZZb8ylpkq//lpKAwYYKlBASk/PCkKLFJHat//fFGNAXqMrAnjkvPPOO2rcuLHatm2rsLAwNWzYUDVr1rTunz17tnr06KHBgwcrMDBQbdu2VVxcnHx9fSVJGRkZevnllxUUFKQWLVooMDBQH3300S2v5evbQHXrfqKffpqs6dOr6siRWNWrN1AODk6yWKSSJbNWTbyHt9ut7mcy8/Hjx6t///6qWbOm0tLStHTpUuXPn//eLwYAAAAAuSwoSIqMlKpXl06fzpoj9PRpqUaNrO23GXsC5AmLcS+z5+KenDt3Th4eHkpPT5e7u3teVwdADti7Vxo7VgoMlK5PQbp0aW+dPn1Azz230ToZ+MiRUuXKeVtXAAAAAMhL1xedPX8+a45QPz9GhOL+5Xa+xmvyAHAHbm7SkSPvytGxmTw9C+jQoZXavXuOnngiayQpk4EDAAAAQBY7O6lUqbyuBXBnhKEAcAd+ftKVK9v19dcTlZFxXp6eZdSy5VTVqPGCdTLwGjWYDBwAAAAAgEcBYSgA3IGdnfTVV19p6tSsuUFLlhSTgQMAAAAA8Ijir+8AcBdMBg4AAAAAwD8DI0MB4B4EBWUtosRk4AAAAAAAPLoIQwHgHjEZOAAAAAAAjzbGNAEAAAAAAAAwBcJQAAAAAAAAAKZAGAoAAAAAAADAFAhDAQAAAAAAAJgCYSgAAAAAAAAAUyAMBQAAAAAAAGAKhKEAAAAAAAAATIEwFAAAAAAAAIApEIYCAAAAAAAAMAXCUAAAAAAAAACmQBgKAAAAAAAAwBQIQwEAAAAAAACYAmEoAAAAAAAAAFMgDAUAAAAAAABgCoShAAAAAAAAAEyBMBQAAAAAAACAKRCGAgAAAAAAADAFwlAAAAAAAAAApkAYCgAAAAAAAMAUCEMBAAAAAAAAmAJhKAAAAAAAAABTIAwFAAAAAAAAYAqEoQAAAAAAAABMgTAUAAAAAAAAgCkQhgIAAAAAAAAwBcJQAAAAAAAAAKZAGAoAAAAAAADAFAhDAQAAAAAAAJgCYSgAAAAAAAAAUyAMBQAAAAAAAGAKhKEAAAAAAAAATIEwFAAAAAAAAIApEIYCAAAAAAAAMAXCUAAAAAAAAACmQBgKAAAAAAAAwBQIQwEAAAAAAACYAmEoAAAAAAAAAFMgDAUAAAAAAABgCoShAAAAAAAAAEyBMBQAAAAAAACAKRCGAgAAAAAAADAFwlAAAAAAAAAApkAYCgAAAAAAAMAUCEMBAAAAAAAAmAJhKAAAAAAAAABTIAwFAAAAAAAAYAqEoQAAAAAAAABMgTAUAAAAAAAAgCkQhgIAAAAAAAAwBcJQAAAAAAAAAKZAGAoAAAAAAADAFAhDAQAAAAAAAJgCYSgAAAAAAAAAUyAMBQAAAAAAAGAKhKEAAAAAAAAATIEwFAAAAAAAAIApPNRh6Lhx41S7dm25ubnJy8tL7du3V1JSkk2ZiIgIWSwWm0+9evVsyly+fFn9+vVTkSJFVKBAAbVt21bHjh2zKXPmzBl1795dHh4e8vDwUPfu3XX27NncbiIAAAAAAACAB+ShDkPXr1+vl19+Wdu2bdPq1at17do1NW/eXBcvXrQp16JFC6WlpVk/MTExNvsHDBig6OhoLVy4UJs2bdKFCxfUunVrZWRkWMt06dJFCQkJio2NVWxsrBISEtS9e/cH0k4AAAAAAAAAuc9iGIaR15W4VydPnpSXl5fWr1+vxo0bS8oaGXr27FktWbLklsekp6eraNGimjt3rjp37ixJ+vXXX+Xr66uYmBiFh4crMTFRwcHB2rZtm+rWrStJ2rZtm0JCQnTgwAEFBgbeU/3OnTsnDw8Ppaeny93d/e83GAAAAAAAADCR3M7XHuqRoTdLT0+XJBUqVMhm+7p16+Tl5aWAgAD17t1bJ06csO6Lj4/X1atX1bx5c+u24sWLq1KlStqyZYskaevWrfLw8LAGoZJUr149eXh4WMvcyuXLl3Xu3DmbDwAAAAAAAICH0yMThhqGoUGDBqlhw4aqVKmSdXvLli01f/58rV27VpMmTdKOHTv0+OOP6/Lly5Kk48ePK3/+/PL09LQ5X7FixXT8+HFrGS8vr2zX9PLyspa5lXHjxlnnGPXw8JCvr29ONBUAAAAAAABALnDI6wrcq759+2rPnj3atGmTzfbrr75LUqVKlVSrVi35+/trxYoV6tix423PZxiGLBaL9fuNP9+uzM2GDx+uQYMGWb+fO3eOQBQAAAAAAAB4SD0SI0P79eunpUuX6vvvv1fJkiXvWNbHx0f+/v46dOiQJMnb21tXrlzRmTNnbMqdOHFCxYoVs5b57bffsp3r5MmT1jK34ujoKHd3d5sPAAAAAAAAgIfTQx2GGoahvn37avHixVq7dq1Kly5912NOnz6t1NRU+fj4SJJq1qypfPnyafXq1dYyaWlp2rdvn+rXry9JCgkJUXp6urZv324tExcXp/T0dGsZAAAAAAAAAI+2h3o1+ZdeeklffPGF/vvf/9qs6O7h4SFnZ2dduHBBo0eP1pNPPikfHx8lJyfrtddeU0pKihITE+Xm5iZJevHFF7V8+XJFRUWpUKFCGjJkiE6fPq34+HjZ29tLypp79Ndff9X06dMlSf/617/k7++vZcuW3XN9WU0eAAAAAAAA+OtyO197qMPQ283XOXv2bEVEROiPP/5Q+/bttWvXLp09e1Y+Pj567LHHNHbsWJu5O//8808NHTpUX3zxhf744w81bdpUH330kU2Z33//XZGRkVq6dKkkqW3btvrggw9UsGDBe64vYSgAAAAAAADw15k6DH3UEIYCAAAAAAAAf11u52sP9ZyhAAAAAAAAAJBTCEMBAAAAAAAAmAJhKAAAAAAAAABTIAwFAAAAAAAAYAqEoQAAAAAAAABMgTAUAAAAAAAAgCkQhgIAAAAAAAAwBcJQAAAAAAAAAKZAGAoAAAAAAADAFAhDAQAAAAAAAJgCYSgAAAAAAAAAUyAMBQAAAAAAAGAKhKEAAAAAAAAATIEwFAAAAAAAAIApEIYCAAAAAAAAMAXCUAAAAAAAAACmQBgKAAAAAAAAwBQIQwEAAAAAAACYAmEoAAAAAAAAAFMgDAUAAAAAAABgCoShAAAAAAAAAEyBMBQAAAAAAACAKRCGAgAAAAAAADAFwlAAAAAAAAAApkAYCgAAAAAAAMAUCEMBAAAAAAAAmAJhKAAAAAAAAABTIAwFAAAAAAAAYAqEoQAAAAAAAABMgTAUAAAAAAAAgCkQhgIAAAAAAAAwBcJQAAAAAAAAAKZAGAoAAAAAAADAFAhDAQAAAAAAAJgCYSgAAAAAAAAAUyAMBQAAAAAAAGAKhKEAAAAAAAAATIEwFAAAAAAAAIApEIYCAAAAAAAAMAXCUAAAAAAAAACmQBgKAAAAAAAAwBQIQwEAAAAAAACYAmEoAAAAAAAAAFMgDAUAAAAAAPgHiYiIUPv27fO6GtmsW7dOFotFZ8+ezeuqwMQIQwEAAAAAAACYAmEoAAAAAAAAAFMgDAUAAAAAAHgEffPNN6pcubKcnZ1VuHBhhYWF6eLFi9b97777rnx8fFS4cGG9/PLLunr1qnXflStXNGzYMJUoUUIFChRQ3bp1tW7dOpvzb968WaGhoXJxcZGnp6fCw8N15swZSdLly5cVGRkpLy8vOTk5qWHDhtqxY4fN8TExMQoICJCzs7Mee+wxJScnZ2vDli1b1LhxYzk7O8vX11eRkZE2bfjoo49Uvnx5OTk5qVixYnrqqady4M7BzAhDAQAAAAAAHjFpaWl69tln9fzzzysxMVHr1q1Tx44dZRiGJOn777/XkSNH9P3332vOnDmKiopSVFSU9fjnnntOmzdv1sKFC7Vnzx49/fTTatGihQ4dOiRJSkhIUNOmTVWxYkVt3bpVmzZtUps2bZSRkSFJGjZsmBYtWqQ5c+Zo586dKleunMLDw/X7779LklJTU9WxY0e1atVKCQkJeuGFF/Tqq6/atGHv3r0KDw9Xx44dtWfPHn355ZfatGmT+vbtK0n64YcfFBkZqTfffFNJSUmKjY1V48aNc/vW4h/OYlz/XYK/7dy5c/Lw8FB6errc3d3zujoAAAAAAOAfaufOnapZs6aSk5Pl7+9vsy8iIkLr1q3TkSNHZG9vL0nq1KmT7OzstHDhQh05ckTly5fXsWPHVLx4cetxYWFhqlOnjt5++2116dJFKSkp2rRpU7ZrX7x4UZ6enoqKilKXLl0kSVevXlWpUqU0YMAADR06VK+99pqWLFmiH3/8URaLRZL06quvasKECTpz5owKFiyoHj16yNnZWdOnT7eee9OmTQoNDdXFixcVExOj5557TseOHZObm1uO30M8nHI7X3PI8TMCAAAAAAAgV1WtWlVNmzZV5cqVFR4erubNm+upp56Sp6enJKlixYrWIFSSfHx8tHfvXklZQaphGAoICLA55+XLl1W4cGFJWSNDn3766WzXzcyUNmw4oqtXr8rPr4EyMyU7OylfvnyqU6eOEhMTJUmJiYmqV6+eNQiVpJCQEJtzxcfH6/Dhw5o/f751m2EYyszM1NGjR9WsWTP5+/urTJkyatGihVq0aKEOHTrIxcXl79w6mBxhKAAAAAAAwCPG3t5eq1ev1pYtW7Rq1SpNmzZNr7/+uuLi4iRlhZM3slgsyszMlCRlZmbK3t5e8fHxNoGpJLm6ukqSnJ2ds10zMVGKjpa2bMl6yfi99yzasEHq0EEKCsoKMq+Hn/fyInJmZqb+/e9/KzIyMts+Pz8/5c+fXzt37tS6deu0atUqvfHGGxo9erR27NihggUL3vX8wK0wZygAAAAAAMAjyGKxqEGDBhozZox27dql/PnzKzo6+q7HVa9eXRkZGTpx4oTKlStn8/H29pYkValSRWvWrLEek5goTZ0q7dollS5dTvb2+fXHH5u0a1fW9j17ruqHH35QUFCQJCk4OFjbtm2zue7N32vUqKEff/wxWx3KlSun/PnzS5IcHBwUFhamiRMnas+ePUpOTtbatWv/1n2DuRGGAgAAAAAAPGLi4uL09ttv64cfflBKSooWL16skydPWsPIOwkICFDXrl3Vo0cPLV68WEePHtWOHTs0YcIExcTESJKGDx+uHTt26KWXXlJCwh59+ukBxcV9rFKlTqlw4QKqVetFbdo0VPnzx+qnn/brued669KlS+rVq5ckqU+fPjpy5IgGDRqkpKQkffHFFzYLOEnSK6+8oq1bt+rll19WQkKCDh06pKVLl6pfv36SpOXLl2vq1KlKSEjQzz//rM8//1yZmZkKDAzM2ZsJUyEMBQAAAAAAeMS4u7trw4YNatWqlQICAjRixAhNmjRJLVu2vKfjZ8+erR49emjw4MEKDAxU27ZtFRcXJ19fX0lZgemqVau0e/du1a1bRx99FKLff/+v7O2zZlwMCxuvoKAntWRJd61ZU0OpqYc1e/a31jlL/fz8tGjRIi1btkxVq1bVJ598orffftumDlWqVNH69et16NAhNWrUSNWrV9fIkSPl4+MjSSpYsKAWL16sxx9/XEFBQfrkk0+0YMECVaxYMaduI0yI1eRzEKvJAwAAAACAf5q9e6WxY6XAQOmmKUYlSdeuSQcPSiNHSpUrP/j64Z8lt/M1RoYCAAAAAADgttzcJCcn6eLFW++/eDFrv5vbg60X8FcQhgIAAAAAAOC2/PykChWk1FTp5veLDUM6dixrNXk/v7ypH3A/CEMBAAAAAABwW3Z2UocOUpEi0v79Unp61qvx6elZ34sUkdq3zyoHPOzopgAAAAAAALijoCApMlKqXl06fTprjtDTp6UaNbK238Mi9sBDwSGvKwAAAAAAAICHX1BQ1iJKKSnS+fNZc4T6+TEiFI8WwlAAAAAAAADcEzs7qVSpvK4F8NeR3QMAAAAAAAAwBcJQAAAAAAAAAKZAGAoAAAAAAADAFAhDAQAAAAAAAJgCYSgAAAAAAAAAUyAMBQAAAAAAAGAKhKEAAAAAAAAATIEwFAAAAAAAAIApEIYCAAAAAAAAMAXCUAAAAAAAAACmQBgKAAAAAAAAwBQIQwEAAAAAAACYAmEoAAAAAAAAAFMgDAUAAAAAAABgCoShAAAAAAAAAEyBMBQAAAAAAACAKRCGAgAAAAAAADAFwlAAAAAAAAAApkAYCgAAAAAAAMAUCEMBAAAAAAAAmAJhKAAAAAAAAABTIAwFAAAAAAAAYAqEoQAAAAAAAABMgTAUAAAAAAAAgCkQhgIAAJhUkyZNNGDAgLyuBgAAAPDAEIYCAADgrtatWyeLxaKzZ8/mdVX+klKlSmnKlCl5XQ0AAADkMcJQAAAAAAAAAKZAGAoAAGACFy9eVI8ePeTq6iofHx9NmjTJZv+8efNUq1Ytubm5ydvbW126dNGJEyckScnJyXrsscckSZ6enrJYLIqIiJAkxcbGqmHDhipYsKAKFy6s1q1b68iRIzbn3r59u6pXry4nJyfVqlVL0dHRslgsSkhIkCRFRUWpYMGCNscsWbJEFovFZtuyZctUs2ZNOTk5qUyZMhozZoyuXbtm3T969Gj5+fnJ0dFRxYsXV2RkpKSs6QB+/vlnDRw4UBaLJdt5AQAAYB6EoQAAACYwdOhQff/994qOjtaqVau0bt06xcfHW/dfuXJFY8eO1e7du7VkyRIdPXrUGnj6+vpq0aJFkqSkpCSlpaXp/fffl5QVsg4aNEg7duzQmjVrZGdnpw4dOigzM9O6v3Xr1goMDFR8fLxGjx6tIUOG3Hf9v/32W3Xr1k2RkZHav3+/pk+frqioKL311luSpG+++Ubvvfeepk+frkOHDmnJkiWqXLmyJGnx4sUqWbKk3nzzTaWlpSktLe0v30cAAAA82hzyugIAAADIXRcuXNDMmTP1+eefq1mzZpKkOXPmqGTJktYyzz//vPXnMmXKaOrUqapTp44uXLggV1dXFSpUSJLk5eVlM4rzySeftLnWzJkz5eXlpf3796tSpUqaP3++MjIyNGvWLLm4uKhixYo6duyYXnzxxftqw1tvvaVXX31VPXv2tNZx7NixGjZsmEaNGqWUlBR5e3srLCxM+fLlk5+fn+rUqSNJKlSokOzt7a2jXgEAAGBejAwFAAD4hzty5IiuXLmikJAQ67ZChQopMDDQ+n3Xrl1q166d/P395ebmpiZNmkiSUlJS7nruLl26qEyZMnJ3d1fp0qVtjktMTFTVqlXl5OSi5GRp717Jzy/kDme8tfj4eL355ptydXW1fnr37q20tDRdunRJTz/9tP744w+VKVNGvXv3VnR0tM0r9AAAAIDEyFAAAIB/PMMw7rj/4sWLat68uZo3b6558+apaNGiSklJUXh4uK5cuXLHY9u0aSNfX1/NmDFDxYsXV2ZmpipVqmQ9zjAMXbokjR8vHTgg/fmndOlS1rE//SRVqybZ2dllq+PVq1dtvmdmZmrMmDHq2LFjtjo4OTnJ19dXSUlJWr16tb777ju99NJLeuedd7R+/Xrly5fvLncIAAAAZsHI0Jt89NFHKl26tJycnFSzZk1t3Lgxr6sEAADwt5QrV0758uXTtm3brNvOnDmjgwcPSpIOHDigU6dOafz48WrUqJEqVKhgXTzpuvz580uSMjIyrNtOnz6txMREjRgxQk2bNlVQUJDOnDljc5ynZ7ASEnbrhx/+UJEiUmCg9OefWfVYsEBKTJSKFi2q8+fP6+LFi9bjri+udF2NGjWUlJSkcuXKZfvY2WX9kdbZ2Vlt27bV1KlTtW7dOm3dulV79+611v/GugMAAMCcCENv8OWXX2rAgAF6/fXXtWvXLjVq1EgtW7a86+thAAAADzNXV1f16tVLQ4cO1Zo1a7Rv3z5FRERYQ0Q/Pz/lz59f06ZN008//aSlS5dq7NixNufw9/eXxWLR8uXLdfLkSV24cEGenp4qXLiwPv30Ux0+fFhr167VoEGDrMdkZkqZmV1kGHY6dKiXLl/er59+itGuXe9Kks6elZYskWrXrisXFxe99tprOnz4sL744gtFRUXZXP+NN97Q559/rtGjR+vHH39UYmKivvzyS40YMUJS1or0M2fO1L59+/TTTz9p7ty5cnZ2lr+/vySpVKlS2rBhg3755RedOnUqd240AAAAHnqEoTeYPHmyevXqpRdeeEFBQUGaMmWKfH199fHHH+d11QAAAP6Wd955R40bN1bbtm0VFhamhg0bqmbNmpKyRmZGRUXp66+/VnBwsMaPH693333X5vgSJUpozJgxevXVV1WsWDH17dtXdnZ2WrhwoeLj41WpUiUNHDhQ77zzjvWYlBTp6FFXdey4TCdP7tf06dW1du3rCgubIEny8soaGXrhQiHNmzdPMTExqly5shYsWKDRo0fbXD88PFzLly/X6tWrVbt2bdWrV0+TJ0+2hp0FCxbUjBkz1KBBA1WpUkVr1qzRsmXLVLhwYUnSm2++qeTkZJUtW1ZFixbNrdsMAACAh5zFuNskUiZx5coVubi46Ouvv1aHDh2s2/v376+EhAStX78+2zGXL1/W5cuXrd/PnTsnX19fpaeny93d/YHUGwAA4GG1d680dmzWq/H29v/bfvZsst5/v7R69dqlc+eqaeRIqXLlvKsnAAAAHh7nzp2Th4dHruVrjAz9f6dOnVJGRoaKFStms71YsWI6fvz4LY8ZN26cPDw8rB9fX98HUVUAAIBHgpub5OQk3TAVqI0//sja7+b2YOsFAAAA8yIMvYnFYrH5bhhGtm3XDR8+XOnp6dZPamrqg6giAADAI8HPT6pQQUpNlW71LtKJE1JQUFY5AAAA4EFwyOsKPCyKFCkie3v7bKNAT5w4kW206HWOjo5ydHR8ENUDAAB45NjZSR06ZIWh+/dLJUtKBQpIFkspPfWUoSJFpPbts8oBAAAADwJ/9Px/+fPnV82aNbV69Wqb7atXr1b9+vXzqFYAAACPtqAgKTJSql5dOn1aOngw69caNbK2BwXldQ0BAABgJowMvcGgQYPUvXt31apVSyEhIfr000+VkpKiPn365HXVAAAAHllBQVmLKKWkSOfPZ80R6ufHiFAAAAA8eIShN+jcubNOnz6tN998U2lpaapUqZJiYmLk7++f11UDAAB4pNnZSaVK5XUtAAAAYHYWw7jVdPb4K86dOycPDw+lp6fL3d09r6sDAAAAAAAAPFJyO1/j5SQAAAAAAAAApkAYCgAAAAAAAMAUCEMBAAAAAAAAmAJhKAAAAAAAAABTIAwFAAAAAAAAYAqEoQAAAAAAAABMgTAUAAAAAAAAgCkQhgIAAAAAAAAwBcJQAAAAAAAAAKZAGAoAAAAAAADAFAhDAQAAAAAAAJgCYSgAAAAAAAAAUyAMBQAAAAAAAGAKhKEAAAAAAAAATIEwFAAAAAAAAIApEIYCAAAAAAAAMAXCUAAAAAAAAACmQBgKAAAAAAAAwBQIQwEAAAAAAACYAmEoAAAAAAAAAFMgDAUAAAAAAABgCoShAAAAAAAAAEyBMBQAAAAAAACAKRCGAgAAAAAAADAFwlAAAAAAAAAApkAYCgAAAAAAAMAUHPK6Av8khmFIks6dO5fHNQEAAAAAAAAePddztes5W04jDM1B58+flyT5+vrmcU0AAAAAAACAR9f58+fl4eGR4+e1GLkVs5pQZmamfv31V7m5ucliseR1dfCQOHfunHx9fZWamip3d/e8rg5wz+i7eFTRd/Goou/iUUXfxaOIfotHlRn6rmEYOn/+vIoXLy47u5yf4ZORoTnIzs5OJUuWzOtq4CHl7u7+j31Q4Z+NvotHFX0Xjyr6Lh5V9F08iui3eFT90/tubowIvY4FlAAAAAAAAACYAmEoAAAAAAAAAFMgDAVymaOjo0aNGiVHR8e8rgpwX+i7eFTRd/Goou/iUUXfxaOIfotHFX3372MBJQAAAAAAAACmwMhQAAAAAAAAAKZAGAoAAAAAAADAFAhDAQAAAAAAAJgCYSgAAAAAAAAAUyAMBf6GcePGyWKxaMCAAbctExERIYvFku1TsWJFm3KLFi1ScHCwHB0dFRwcrOjo6FyuPcwqp/ptVFTULcv8+eefD6AVMKN76buSNH/+fFWtWlUuLi7y8fHRc889p9OnT9uU4ZmLBymn+i7PXTxo99p3P/zwQwUFBcnZ2VmBgYH6/PPPs5XhuYsHKaf6Ls9d5LbRo0dn61/e3t53PGb9+vWqWbOmnJycVKZMGX3yySfZyvDMvTPCUOAv2rFjhz799FNVqVLljuXef/99paWlWT+pqakqVKiQnn76aWuZrVu3qnPnzurevbt2796t7t27q1OnToqLi8vtZsBkcrLfSpK7u7tNubS0NDk5OeVmE2BS99p3N23apB49eqhXr1768ccf9fXXX2vHjh164YUXrGV45uJBysm+K/HcxYNzr333448/1vDhwzV69Gj9+OOPGjNmjF5++WUtW7bMWobnLh6knOy7Es9d5L6KFSva9K+9e/fetuzRo0fVqlUrNWrUSLt27dJrr72myMhILVq0yFqGZ+49MADct/Pnzxvly5c3Vq9ebYSGhhr9+/e/52Ojo6MNi8ViJCcnW7d16tTJaNGihU258PBw45lnnsmpKgM53m9nz55teHh45HxFgZvcT9995513jDJlythsmzp1qlGyZEnrd565eFByuu/y3MWDcj99NyQkxBgyZIjNtv79+xsNGjSwfue5iwclp/suz13ktlGjRhlVq1a95/LDhg0zKlSoYLPt3//+t1GvXj3rd565d8fIUOAvePnll/XEE08oLCzsvo+dOXOmwsLC5O/vb922detWNW/e3KZceHi4tmzZ8rfrClyX0/1Wki5cuCB/f3+VLFlSrVu31q5du3KquoDV/fTd+vXr69ixY4qJiZFhGPrtt9/0zTff6IknnrCW4ZmLByWn+67EcxcPxv303cuXL2cbJefs7Kzt27fr6tWrknju4sHJ6b4r8dxF7jt06JCKFy+u0qVL65lnntFPP/1027K3e57+8MMPPHPvA2EocJ8WLlyonTt3aty4cfd9bFpamlauXJntlbfjx4+rWLFiNtuKFSum48eP/626AtflRr+tUKGCoqKitHTpUi1YsEBOTk5q0KCBDh06lFPVBu6779avX1/z589X586dlT9/fnl7e6tgwYKaNm2atQzPXDwIudF3ee7iQbjfvhseHq7PPvtM8fHxMgxDP/zwg2bNmqWrV6/q1KlTknju4sHIjb7Lcxe5rW7duvr888/17bffasaMGTp+/Ljq16+fbb776273PL127RrP3PtAGArch9TUVPXv31/z5s37S/PEREVFqWDBgmrfvn22fRaLxea7YRjZtgF/RW7123r16qlbt26qWrWqGjVqpK+++koBAQE2f3EH/o6/0nf379+vyMhIvfHGG4qPj1dsbKyOHj2qPn362JTjmYvclFt9l+cucttf6bsjR45Uy5YtVa9ePeXLl0/t2rVTRESEJMne3t5ajucuclNu9V2eu8htLVu21JNPPqnKlSsrLCxMK1askCTNmTPntsfc6nl683aeuXdGGArch/j4eJ04cUI1a9aUg4ODHBwctH79ek2dOlUODg7KyMi47bGGYWjWrFnq3r278ufPb7PP29s727/SnDhxItu/5gB/RW7125vZ2dmpdu3a/Es5csxf6bvjxo1TgwYNNHToUFWpUkXh4eH66KOPNGvWLKWlpUnimYvcl1t992Y8d5HT/krfdXZ21qxZs3Tp0iUlJycrJSVFpUqVkpubm4oUKSKJ5y5yX2713Zvx3EVuK1CggCpXrnzbPna756mDg4MKFy58xzI8c/+HMBS4D02bNtXevXuVkJBg/dSqVUtdu3ZVQkKCzb9+32z9+vU6fPiwevXqlW1fSEiIVq9ebbNt1apVql+/fo63AeaTW/32ZoZhKCEhQT4+PjlZfZjYX+m7ly5dkp2d7R9vrpe7/q/mPHOR23Kr796M5y5y2t/5M0O+fPlUsmRJ2dvba+HChWrdurW1T/PcRW7Lrb57M567yG2XL19WYmLibfvY7Z6ntWrVUr58+e5YhmfuDR78mk3AP8vNqxS++uqrRvfu3bOV69atm1G3bt1bnmPz5s2Gvb29MX78eCMxMdEYP368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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "# Scatter plot of price vs. rating\n", + "plt.figure(figsize=(16, 10))\n", + "avg_price = (price_rating['price_min'] + price_rating['price_max']) / 2\n", + "plt.scatter(price_rating['overall_rating'], avg_price, color='blue',alpha=0.5)\n", + "\n", + "# Annotate each point with the school name\n", + "for i in range(len(price_rating)):\n", + " plt.annotate(price_rating['school_name'][i], \n", + " (price_rating['overall_rating'].iloc[i], avg_price.iloc[i]), \n", + " ha='center',fontsize=10)\n", + "\n", + "plt.xlabel('Average Rating')\n", + "plt.ylabel('Average Price')\n", + "plt.title('Price vs. Rating')\n", + "plt.show()" + ] + }, + { + "cell_type": "markdown", + "id": "aeb447b1-32a6-4fc4-9bd4-3d052e058060", + "metadata": {}, + "source": [ + "## Location Analysis" + ] + }, + { + "cell_type": "code", + "execution_count": 312, + "id": "74a978a1-094a-4ac2-b01c-97e9f17dd5d1", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAA0oAAALCCAYAAADgTiPsAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy81sbWrAAAACXBIWXMAAA9hAAAPYQGoP6dpAAC00klEQVR4nOzdd3RU1d7G8WdoKSQECCUBQiBU6SBIh1AFURRQqhQpivSiFJGq0pTm5Qoo0lQEpKmAFOlVivQaalAIKEgxQCDJfv/gzcjMBEy8IWeC389aZy1mz8nMw/TfObvYjDFGAAAAAAC7VFYHAAAAAAB3Q6EEAAAAAE4olAAAAADACYUSAAAAADihUAIAAAAAJxRKAAAAAOCEQgkAAAAAnFAoAQAAAIATCiUAAAAAcEKhBOCJNWvWLNlsNnl6eurcuXMu14eGhqpYsWIWJJM2bNggm82mhQsXWnL/iXX27Fk1aNBAmTNnls1mU69evR66b548efT8888nX7gE2rZtm4YNG6Zr1665XBcaGqrQ0NBkz5SS/PTTT2rUqJFy584tDw8PZc+eXRUrVlTfvn0TfVtWvvfy5Mmjdu3aWXLfAFIWCiUAT7yoqCi9++67VsdI0Xr37q2ffvpJM2bM0Pbt29W7d2+rIyXatm3bNHz48HgLpU8++USffPJJ8odKIZYvX65KlSrpxo0bGjt2rFavXq1JkyapcuXKmj9/vtXxAOCxSGN1AAB43OrVq6e5c+fqrbfeUsmSJa2Ok6xu374tT09P2Wy2/+l2Dh06pGeeeUYvvfRS0gRzM0WKFLE6guVu3bolb2/veK8bO3as8ubNq1WrVilNmr9+OjRv3lxjx45NrogAkKw4owTgidevXz/5+/urf//+j9zv7NmzstlsmjVrlst1NptNw4YNs18eNmyYbDabDhw4oFdeeUV+fn7KnDmz+vTpo+joaB0/flz16tWTr6+v8uTJ89Afk3fu3FGfPn0UEBAgLy8vVa9eXXv37nXZb/fu3WrYsKEyZ84sT09PlS5dWgsWLHDYJ66r4erVq9W+fXtlzZpV3t7eioqKeuj/OTw8XK+++qqyZcsmDw8PPfXUUxo3bpxiY2Ml/dVF8OTJk/rhhx9ks9lks9l09uzZRz6Wf+fOnTsaOHCg8ubNq3Tp0ilnzpzq2rVrvGd75s6dq4oVK8rHx0c+Pj4qVaqUPv/8c/v1a9as0YsvvqhcuXLJ09NT+fPn1xtvvKHff//dvs+wYcP09ttvS5Ly5s1r/39s2LBBUvxd765evaouXbooZ86cSpcunUJCQjRo0CCXx9Nms6lbt2764osv9NRTT8nb21slS5bUsmXLHPb77bff9PrrrysoKEgeHh7KmjWrKleurB9//PGRj1Xca23v3r1q3LixMmTIID8/P7366qv67bffXPafP3++KlasqPTp08vHx0fPPvusy2uqXbt28vHx0cGDB1W3bl35+vqqVq1aD81w5coVZcmSxaFIipMqletPib97zuLs2rVLVatWlbe3t0JCQjR69Gj7ay/O371G4yT0+QKAhKJQAvDE8/X11bvvvqtVq1Zp3bp1SXrbTZs2VcmSJbVo0SJ16tRJEyZMUO/evfXSSy+pQYMGWrJkiWrWrKn+/ftr8eLFLn//zjvv6PTp05o+fbqmT5+uCxcuKDQ0VKdPn7bvs379elWuXFnXrl3T1KlT9e2336pUqVJq1qxZvEVd+/btlTZtWn3xxRdauHCh0qZNG2/23377TZUqVdLq1av13nvv6bvvvlPt2rX11ltvqVu3bpKkMmXKaPv27QoICFDlypW1fft2bd++XYGBgf/4MTPG6KWXXtJHH32k1q1ba/ny5erTp49mz56tmjVrOvywHTJkiFq1aqUcOXJo1qxZWrJkidq2besw5uzUqVOqWLGipkyZotWrV2vIkCH66aefVKVKFd27d0+S1LFjR3Xv3l2StHjxYvv/o0yZMvFmvHPnjmrUqKE5c+aoT58+Wr58uV599VWNHTtWjRs3dtl/+fLlmjx5skaMGKFFixYpc+bMatSokcPz2Lp1ay1dulRDhgzR6tWrNX36dNWuXVtXrlxJ0OPWqFEj5c+fXwsXLtSwYcO0dOlSPfvss/b/oySNHDlSLVq0UJEiRbRgwQJ98cUXunnzpqpWraojR4443N7du3fVsGFD1axZU99++62GDx/+0PuuWLGifvrpJ/Xo0UM//fSTw306S8hzJkkRERFq1aqVXn31VX333XeqX7++Bg4cqC+//NK+T0Jeo1Liny8ASBADAE+omTNnGklm165dJioqyoSEhJiyZcua2NhYY4wx1atXN0WLFrXvf+bMGSPJzJw50+W2JJmhQ4faLw8dOtRIMuPGjXPYr1SpUkaSWbx4sb3t3r17JmvWrKZx48b2tvXr1xtJpkyZMvY8xhhz9uxZkzZtWtOxY0d7W+HChU3p0qXNvXv3HO7r+eefN4GBgSYmJsbh/9umTZsEPT4DBgwwksxPP/3k0P7mm28am81mjh8/bm8LDg42DRo0SNDt/t2+K1euNJLM2LFjHdrnz59vJJlPP/3UGGPM6dOnTerUqU2rVq0SdL/GGBMbG2vu3btnzp07ZySZb7/91n7dhx9+aCSZM2fOuPxd9erVTfXq1e2Xp06daiSZBQsWOOw3ZswYI8msXr3a3ibJZM+e3dy4ccPeFhERYVKlSmVGjRplb/Px8TG9evVK8P8lTtxrrXfv3g7tX331lZFkvvzyS2OMMeHh4SZNmjSme/fuDvvdvHnTBAQEmKZNm9rb2rZtaySZGTNmJCjD77//bqpUqWIkGUkmbdq0plKlSmbUqFHm5s2b9v0S+pxVr1493tdekSJFzLPPPmu/nNDXaGKer+DgYNO2bdsE/b8B/LtxRgnAv0K6dOn0/vvva/fu3S5d1v4XzrO7PfXUU7LZbKpfv769LU2aNMqfP3+8M++1bNnSYfxQcHCwKlWqpPXr10uSTp48qWPHjqlVq1aSpOjoaPv23HPP6eLFizp+/LjDbTZp0iRB2detW6ciRYromWeecWhv166djDFJfvbtwfuNu58HvfLKK0qfPr3Wrl0r6X6XupiYGHXt2vWRt3f58mV17txZQUFBSpMmjdKmTavg4GBJ0tGjR/9xxvTp0+vll192aI/LHJcxTo0aNeTr62u/nD17dmXLls3hOX/mmWc0a9Ysvf/++9qxY8cjz8rEJ+41EKdp06ZKkyaN/bWyatUqRUdHq02bNg6vE09PT1WvXt3ezfBBCX2t+Pv7a/Pmzdq1a5dGjx6tF198USdOnNDAgQNVvHhxezfHhD5nkhQQEODy2itRooTDY5bQ12hiny8ASAgKJQD/Gs2bN1eZMmU0aNCgRP9IfZjMmTM7XE6XLp28vb3l6enp0n7nzh2Xvw8ICIi3La471qVLlyRJb731ltKmTeuwdenSRZIcxuJISnC3uCtXrsS7b44cOezXPw5XrlxRmjRplDVrVod2m83m8H+PG3+TK1euh95WbGys6tatq8WLF6tfv35au3atdu7cqR07dki6P5nFP80YEBDgMglGtmzZlCZNGpfHxt/f3+U2PDw8HO5//vz5atu2raZPn66KFSsqc+bMatOmjSIiIhKUyfm1kiZNGvn7+7u8VsqVK+fyWpk/f77L68Tb21sZMmRI0H3HKVu2rPr3769vvvlGFy5cUO/evXX27Fn7GLyEPGdxEvKYJfQ1mtjnCwASglnvAPxr2Gw2jRkzRnXq1NGnn37qcn1cceM8+Ptx/siK70dyRESE/UdklixZJEkDBw586FiLQoUKOVxO6Ax3/v7+unjxokv7hQsXHO47qfn7+ys6Olq//fabQ7FkjFFERITKlSsnSfbrfvnlFwUFBcV7W4cOHdL+/fs1a9YstW3b1t5+8uTJ/znjTz/9JGOMw+N5+fJlRUdH/6PHJkuWLJo4caImTpyo8PBwfffddxowYIAuX76slStX/u3fR0REKGfOnPbL0dHRunLlistrZeHChfYzao/yv86EmDZtWg0dOlQTJkzQoUOHJCXsOUuMhL5GH8fzBQCcUQLwr1K7dm3VqVNHI0aM0J9//ulwXfbs2eXp6akDBw44tH/77bePLc/XX38tY4z98rlz57Rt2zb7DGyFChVSgQIFtH//fpUtWzbe7cEuX4lRq1YtHTlyRD///LND+5w5c2Sz2VSjRo1//P/6u/uV5DBoX5IWLVqkyMhI+/V169ZV6tSpNWXKlIfeVtyPYg8PD4f2adOmuewbt09CzjLVqlVLf/75p5YuXerQPmfOHIf/wz+VO3dudevWTXXq1HF5/B/mq6++cri8YMECRUdH218rzz77rNKkSaNTp0499LXyT8VXrEh/dW2MO8OTkOcsMRL6Gn3czxeAfyfOKAH41xkzZoyefvppXb58WUWLFrW322w2vfrqq5oxY4by5cunkiVLaufOnZo7d+5jy3L58mU1atRInTp10vXr1zV06FB5enpq4MCB9n2mTZum+vXr69lnn1W7du2UM2dOXb16VUePHtXPP/+sb7755h/dd+/evTVnzhw1aNBAI0aMUHBwsJYvX65PPvlEb775pgoWLPiP/18RERFauHChS3uePHlUp04dPfvss+rfv79u3LihypUr68CBAxo6dKhKly6t1q1b2/d955139N577+n27dtq0aKF/Pz8dOTIEf3+++8aPny4ChcurHz58mnAgAEyxihz5sz6/vvvtWbNGpf7Ll68uCRp0qRJatu2rdKmTatChQrFW2i2adNG//3vf9W2bVudPXtWxYsX15YtWzRy5Eg999xzql27dqIej+vXr6tGjRpq2bKlChcuLF9fX+3atUsrV65M8KxsixcvVpo0aVSnTh0dPnxYgwcPVsmSJdW0aVP74zVixAgNGjRIp0+fVr169ZQpUyZdunRJO3fuVPr06R85s92jPPvss8qVK5deeOEFFS5cWLGxsdq3b5/GjRsnHx8f9ezZ057h756zxEjoazSpny8AkMSsdwCeXA/OeuesZcuWRpLDrHfGGHP9+nXTsWNHkz17dpM+fXrzwgsvmLNnzz501rvffvvN4e/btm1r0qdP73J/zjPsxc1698UXX5gePXqYrFmzGg8PD1O1alWze/dul7/fv3+/adq0qcmWLZtJmzatCQgIMDVr1jRTp05N0P/3Yc6dO2datmxp/P39Tdq0aU2hQoXMhx9+aJ9JL05iZ73T/8+O5rzFzTZ2+/Zt079/fxMcHGzSpk1rAgMDzZtvvmn++OMPl9ubM2eOKVeunPH09DQ+Pj6mdOnSDjMTHjlyxNSpU8f4+vqaTJkymVdeecWEh4e7PGfGGDNw4ECTI0cOkypVKiPJrF+/3hjjOuudMcZcuXLFdO7c2QQGBpo0adKY4OBgM3DgQHPnzh2H/SSZrl27xvs4xP1/79y5Yzp37mxKlChhMmTIYLy8vEyhQoXM0KFDTWRk5CMfz7jX2p49e8wLL7xgfHx8jK+vr2nRooW5dOmSy/5Lly41NWrUMBkyZDAeHh4mODjYvPzyy+bHH3+07/Ow1+nDzJ8/37Rs2dIUKFDA+Pj4mLRp05rcuXOb1q1bmyNHjrjs/3fPmfP74cFcwcHBDm0JfY0m9Pli1jsACWUz5oE+HwAAwK0MGzZMw4cP12+//cZYGwBIRoxRAgAAAAAnFEoAAAAA4ISudwAAAADghDNKAAAAAOCEQgkAAAAAnFAoAQAAAICTJ37B2djYWF24cEG+vr72FdwBAAAA/PsYY3Tz5k3lyJFDqVI9+pzRE18oXbhwQUFBQVbHAAAAAOAmzp8/r1y5cj1ynye+UPL19ZV0/8HIkCGDxWkAAAAAWOXGjRsKCgqy1wiP8sQXSnHd7TJkyEChBAAAACBBQ3KYzAEAAAAAnFAoAQAAAIATCiUAAAAAcEKhBAAAAABOKJQAAAAAwAmFEgAAAAA4oVACAAAAACcUSgAAAADghEIJAAAAAJxQKAEAAACAEwolAAAAAHBCoQQAAAAATiiUAAAAAMAJhRIAAAAAOKFQAgAAAAAnFEoAAAAA4IRCCQAAAACcUCgBAAAAgBMKJQAAAABwksbqAAAAIPnZhtusjiAz1FgdAQAeijNKAAAAAOCEQgkAAAAAnFAoAQAAAIATCiUAAAAAcEKhBAAAAABOKJQAAAAAwAmFEgAAAAA4oVACAAAAACcUSgAAAADghEIJAAAAAJxQKAEAAACAEwolAAAAAHBCoQQAAAAATiiUAAAAAMAJhRIAAAAAOKFQAgAAAAAnFEoAAAAA4IRCCQAAAACcUCgBAAAAgBMKJQAAAABwQqEEAAAAAE4olAAAAADACYUSAAAAADihUAIAAAAAJxRKAAAAAOCEQgkAAAAAnFAoAQAAAIATCiUAAAAAcEKhBAAAAABOKJQAAAAAwImlhdKUKVNUokQJZciQQRkyZFDFihX1ww8/2K9v166dbDabw1ahQgULEwMAAAD4N0hj5Z3nypVLo0ePVv78+SVJs2fP1osvvqi9e/eqaNGikqR69epp5syZ9r9Jly6dJVkBAAAA/HtYWii98MILDpc/+OADTZkyRTt27LAXSh4eHgoICLAiHgAAAIB/KbcZoxQTE6N58+YpMjJSFStWtLdv2LBB2bJlU8GCBdWpUyddvnz5kbcTFRWlGzduOGwAAAAAkBiWF0oHDx6Uj4+PPDw81LlzZy1ZskRFihSRJNWvX19fffWV1q1bp3HjxmnXrl2qWbOmoqKiHnp7o0aNkp+fn30LCgpKrv8KAAAAgCeEzRhjrAxw9+5dhYeH69q1a1q0aJGmT5+ujRs32oulB128eFHBwcGaN2+eGjduHO/tRUVFORRSN27cUFBQkK5fv64MGTI8tv8HAAApiW24zeoIMkMt/QkC4F/oxo0b8vPzS1BtYOkYJen+5AxxkzmULVtWu3bt0qRJkzRt2jSXfQMDAxUcHKywsLCH3p6Hh4c8PDweW14AAAAATz7Lu945M8Y8tGvdlStXdP78eQUGBiZzKgAAAAD/JpaeUXrnnXdUv359BQUF6ebNm5o3b542bNiglStX6s8//9SwYcPUpEkTBQYG6uzZs3rnnXeUJUsWNWrUyMrYAAAAAJ5wlhZKly5dUuvWrXXx4kX5+fmpRIkSWrlyperUqaPbt2/r4MGDmjNnjq5du6bAwEDVqFFD8+fPl6+vr5WxAQAAADzhLC2UPv/884de5+XlpVWrViVjGgAAAAC4z+3GKAEAAACA1SiUAAAAAMAJhRIAAAAAOKFQAgAAAAAnFEoAAAAA4IRCCQAAAACcUCgBAAAAgBMKJQAAAABwQqEEAAAAAE4olAAAAADACYUSAAAAADihUAIAAAAAJxRKAAAAAOCEQgkAAAAAnFAoAQAAAIATCiUAAAAAcEKhBAAAAABOKJQAAAAAwAmFEgAAAAA4oVACAAAAACcUSgAAAADghEIJAAAAAJxQKAEAAACAEwolAAAAAHBCoQQAAAAATiiUAAAAAMAJhRIAAAAAOKFQAgAAAAAnFEoAAAAA4IRCCQAAAACcUCgBAAAAgBMKJQAAAABwQqEEAAAAAE4olAAAAADACYUSAAAAADihUAIAAAAAJxRKAAAAAOCEQgkAAAAAnFAoAQAAAICTNFYH+LexDbdZHUGSZIYaqyMAAAAAboszSgAAAADghEIJAAAAAJxQKAEAAACAEwolAAAAAHBCoQQAAAAATiiUAAAAAMCJpYXSlClTVKJECWXIkEEZMmRQxYoV9cMPP9ivN8Zo2LBhypEjh7y8vBQaGqrDhw9bmBgAAADAv4GlhVKuXLk0evRo7d69W7t371bNmjX14osv2ouhsWPHavz48Zo8ebJ27dqlgIAA1alTRzdv3rQyNgAAAIAnnKWF0gsvvKDnnntOBQsWVMGCBfXBBx/Ix8dHO3bskDFGEydO1KBBg9S4cWMVK1ZMs2fP1q1btzR37lwrYwMAAAB4wrnNGKWYmBjNmzdPkZGRqlixos6cOaOIiAjVrVvXvo+Hh4eqV6+ubdu2WZgUAAAAwJMujdUBDh48qIoVK+rOnTvy8fHRkiVLVKRIEXsxlD17dof9s2fPrnPnzj309qKiohQVFWW/fOPGjccTHAAAAMATy/IzSoUKFdK+ffu0Y8cOvfnmm2rbtq2OHDliv95msznsb4xxaXvQqFGj5OfnZ9+CgoIeW3YAAAAATybLC6V06dIpf/78Klu2rEaNGqWSJUtq0qRJCggIkCRFREQ47H/58mWXs0wPGjhwoK5fv27fzp8//1jzAwAAAHjyWF4oOTPGKCoqSnnz5lVAQIDWrFljv+7u3bvauHGjKlWq9NC/9/DwsE83HrcBAAAAQGJYOkbpnXfeUf369RUUFKSbN29q3rx52rBhg1auXCmbzaZevXpp5MiRKlCggAoUKKCRI0fK29tbLVu2tDI2AAAAgCecpYXSpUuX1Lp1a128eFF+fn4qUaKEVq5cqTp16kiS+vXrp9u3b6tLly76448/VL58ea1evVq+vr5WxgYAAADwhLMZY4zVIR6nGzduyM/PT9evX3eLbni24Q+fiCI5maFP9NMOAPgb7vB9xHcRgOSWmNrA7cYoAQAAAIDVKJQAAAAAwAmFEgAAAAA4oVACAAAAACcUSgAAAADghEIJAAAAAJxQKAEAAACAEwolAAAAAHBCoQQAAAAATiiUAAAAAMAJhRIAAAAAOKFQAgAAAAAnFEoAAAAA4IRCCQAAAACcUCgBAAAAgBMKJQAAAABwQqEEAAAAAE4olAAAAADACYUSAAAAADihUAIAAAAAJxRKAAAAAOCEQgkAAAAAnFAoAQAAAIATCiUAAAAAcEKhBAAAAABOKJQAAAAAwAmFEgAAAAA4oVACAAAAACcUSgAAAADghEIJAAAAAJxQKAEAAACAEwolAAAAAHBCoQQAAAAATiiUAAAAAMAJhRIAAAAAOKFQAgAAAAAnFEoAAAAA4IRCCQAAAACcUCgBAAAAgJP/uVC6ceOGli5dqqNHjyZFHgAAAACwXKILpaZNm2ry5MmSpNu3b6ts2bJq2rSpSpQooUWLFiV5QAAAAABIbokulDZt2qSqVatKkpYsWSJjjK5du6aPP/5Y77//fpIHBAAAAIDkluhC6fr168qcObMkaeXKlWrSpIm8vb3VoEEDhYWFJXlAAAAAAEhuiS6UgoKCtH37dkVGRmrlypWqW7euJOmPP/6Qp6dnkgcEAAAAgOSWJrF/0KtXL7Vq1Uo+Pj4KDg5WaGiopPtd8ooXL57U+QAAAAAg2SW6UOrSpYueeeYZnT9/XnXq1FGqVPdPSoWEhDBGCQAAAMATIdGFkiSVLVtWZcuWdWhr0KBBkgQCAAAAAKsleoxSTEyMPv/8c7Vs2VK1a9dWzZo1HbbEGDVqlMqVKydfX19ly5ZNL730ko4fP+6wT7t27WSz2Ry2ChUqJDY2AAAAACRYos8o9ezZU7NmzVKDBg1UrFgx2Wy2f3znGzduVNeuXVWuXDlFR0dr0KBBqlu3ro4cOaL06dPb96tXr55mzpxpv5wuXbp/fJ8AAAAA8HcSXSjNmzdPCxYs0HPPPfc/3/nKlSsdLs+cOVPZsmXTnj17VK1aNXu7h4eHAgIC/uf7AwAAAICESHTXu3Tp0il//vyPI4uuX78uSfZ1muJs2LBB2bJlU8GCBdWpUyddvnz5obcRFRWlGzduOGwAAAAAkBiJLpT69u2rSZMmyRiTpEGMMerTp4+qVKmiYsWK2dvr16+vr776SuvWrdO4ceO0a9cu1axZU1FRUfHezqhRo+Tn52ffgoKCkjQnAAAAgCefzSSy4mnUqJHWr1+vzJkzq2jRokqbNq3D9YsXL/5HQbp27arly5dry5YtypUr10P3u3jxooKDgzVv3jw1btzY5fqoqCiHIurGjRsKCgrS9evXlSFDhn+ULSnZhv/zMV1JyQxN2kIXAJCyuMP3Ed9FAJLbjRs35Ofnl6DaINFjlDJmzKhGjRr943Dx6d69u7777jtt2rTpkUWSJAUGBio4OFhhYWHxXu/h4SEPD48kzQcAAADg3yXRhdKDs8/9r4wx6t69u5YsWaINGzYob968f/s3V65c0fnz5xUYGJhkOQAAAADgQf9owVlJ+u2333T8+HHZbDYVLFhQWbNmTfRtdO3aVXPnztW3334rX19fRURESJL8/Pzk5eWlP//8U8OGDVOTJk0UGBios2fP6p133lGWLFmS/KwWAAAAAMRJ9GQOkZGRat++vQIDA1WtWjVVrVpVOXLkUIcOHXTr1q1E3daUKVN0/fp1hYaGKjAw0L7Nnz9fkpQ6dWodPHhQL774ogoWLKi2bduqYMGC2r59u3x9fRMbHQAAAAASJNFnlPr06aONGzfq+++/V+XKlSVJW7ZsUY8ePdS3b19NmTIlwbf1d/NIeHl5adWqVYmNCAAAAAD/k0QXSosWLdLChQsVGhpqb3vuuefk5eWlpk2bJqpQAgAAAAB3lOiud7du3VL27Nld2rNly5borncAAAAA4I4SXShVrFhRQ4cO1Z07d+xtt2/f1vDhw1WxYsUkDQcAAAAAVkh017tJkyapXr16ypUrl0qWLCmbzaZ9+/bJ09OT8UQAAAAAngiJLpSKFSumsLAwffnllzp27JiMMWrevLlatWolLy+vx5ERAAAAAJLVP1pHycvLS506dUrqLAAAAADgFhJUKH333XeqX7++0qZNq+++++6R+zZs2DBJggEAAACAVRJUKL300kuKiIhQtmzZ9NJLLz10P5vNppiYmKTKBgAAAACWSFChFBsbG++/AQAAAOBJlOjpwefMmaOoqCiX9rt372rOnDlJEgoAAAAArJToQum1117T9evXXdpv3ryp1157LUlCAQAAAICVEl0oGWNks9lc2n/55Rf5+fklSSgAAAAAsFKCpwcvXbq0bDabbDabatWqpTRp/vrTmJgYnTlzRvXq1XssIQEAAAAgOSW4UIqb7W7fvn169tln5ePjY78uXbp0ypMnj5o0aZLkAQEAAAAguSW4UBo6dKgkKU+ePGrWrJk8PT0fWygAAAAAsFKCC6U4bdu2fRw5AAAAAMBtJLpQiomJ0YQJE7RgwQKFh4fr7t27DtdfvXo1ycIBAAAAgBUSPevd8OHDNX78eDVt2lTXr19Xnz591LhxY6VKlUrDhg17DBEBAAAAIHklulD66quv9Nlnn+mtt95SmjRp1KJFC02fPl1DhgzRjh07HkdGAAAAAEhWiS6UIiIiVLx4cUmSj4+PffHZ559/XsuXL0/adAAAAABggUQXSrly5dLFixclSfnz59fq1aslSbt27ZKHh0fSpgMAAAAACyS6UGrUqJHWrl0rSerZs6cGDx6sAgUKqE2bNmrfvn2SBwQAAACA5JboWe9Gjx5t//fLL7+soKAgbd26Vfnz51fDhg2TNBwAAAAAWCHRhZKz8uXLq3z58kmRBQAAAADcQqK73o0aNUozZsxwaZ8xY4bGjBmTJKEAAAAAwEqJLpSmTZumwoULu7QXLVpUU6dOTZJQAAAAAGClfzQ9eGBgoEt71qxZ7bPhAQAAAEBKluhCKW7yBmdbt25Vjhw5kiQUAAAAAFgp0ZM5dOzYUb169dK9e/dUs2ZNSdLatWvVr18/9e3bN8kDAgAAAEByS3Sh1K9fP129elVdunTR3bt3JUmenp7q37+/Bg4cmOQBAQAAACC5JbpQstlsGjNmjAYPHqyjR4/Ky8tLBQoUkIeHx+PIBwAAAADJ7h+vo+Tj46PAwEDZbDaKJAAAAABPlERP5hAbG6sRI0bIz89PwcHByp07tzJmzKj33ntPsbGxjyMjAAAAACSrRJ9RGjRokD7//HONHj1alStXljFGW7du1bBhw3Tnzh198MEHjyMnAAAAACSbRBdKs2fP1vTp09WwYUN7W8mSJZUzZ0516dKFQgkAAABAipforndXr15V4cKFXdoLFy6sq1evJkkoAAAAALBSogulkiVLavLkyS7tkydPVsmSJZMkFAAAAABYKdFd78aOHasGDRroxx9/VMWKFWWz2bRt2zadP39eK1aseBwZAQAAACBZJfqMUvXq1XXixAk1atRI165d09WrV9W4cWMdP35cVatWfRwZAQAAACBZ/aN1lHLkyOEyacP58+fVvn17zZgxI0mCAQAAAIBV/vGCs86uXr2q2bNnUygBAB4L23Cb1RFkhhqrIwAAkkmiu94BAAAAwJOOQgkAAAAAnFAoAQAAAICTBI9Raty48SOvv3bt2v+aBQAAAADcQoILJT8/v7+9vk2bNv9zIAAAAACwWoILpZkzZz7OHAAAAADgNiwdozRq1CiVK1dOvr6+ypYtm1566SUdP37cYR9jjIYNG6YcOXLIy8tLoaGhOnz4sEWJAQAAAPwbWFoobdy4UV27dtWOHTu0Zs0aRUdHq27duoqMjLTvM3bsWI0fP16TJ0/Wrl27FBAQoDp16ujmzZsWJgcAAADwJEuyBWf/iZUrVzpcnjlzprJly6Y9e/aoWrVqMsZo4sSJGjRokH0yidmzZyt79uyaO3eu3njjDStiAwAAAHjCudX04NevX5ckZc6cWZJ05swZRUREqG7duvZ9PDw8VL16dW3bti3e24iKitKNGzccNgAAAABIjAQVSmXKlNEff/whSRoxYoRu3bqV5EGMMerTp4+qVKmiYsWKSZIiIiIkSdmzZ3fYN3v27PbrnI0aNUp+fn72LSgoKMmzAgAAAHiyJahQOnr0qH3c0PDhw/Xnn38meZBu3brpwIED+vrrr12us9lsDpeNMS5tcQYOHKjr16/bt/Pnzyd5VgAAAABPtgSNUSpVqpRee+01ValSRcYYffTRR/Lx8Yl33yFDhiQ6RPfu3fXdd99p06ZNypUrl709ICBA0v0zS4GBgfb2y5cvu5xliuPh4SEPD49EZwAAAACAOAkqlGbNmqWhQ4dq2bJlstls+uGHH5Qmjeuf2my2RBVKxhh1795dS5Ys0YYNG5Q3b16H6/PmzauAgACtWbNGpUuXliTdvXtXGzdu1JgxYxJ8PwAAAACQGAkqlAoVKqR58+ZJklKlSqW1a9cqW7Zs//Odd+3aVXPnztW3334rX19f+7gjPz8/eXl5yWazqVevXho5cqQKFCigAgUKaOTIkfL29lbLli3/5/sHAAAAgPgkenrw2NjYJLvzKVOmSJJCQ0Md2mfOnKl27dpJkvr166fbt2+rS5cu+uOPP1S+fHmtXr1avr6+SZYDAAAAAB70j9ZROnXqlCZOnKijR4/KZrPpqaeeUs+ePZUvX75E3Y4x5m/3sdlsGjZsmIYNG/ZPogIAAABAoiV6HaVVq1apSJEi2rlzp0qUKKFixYrpp59+UtGiRbVmzZrHkREAAAAAklWizygNGDBAvXv31ujRo13a+/fvrzp16iRZOAAAAACwQqLPKB09elQdOnRwaW/fvr2OHDmSJKEAAAAAwEqJLpSyZs2qffv2ubTv27cvSWbCAwAAAACrJbrrXadOnfT666/r9OnTqlSpkmw2m7Zs2aIxY8aob9++jyMjAAAAACSrRBdKgwcPlq+vr8aNG6eBAwdKknLkyKFhw4apR48eSR4QAAAAAJJbogslm82m3r17q3fv3rp586YksaYRAAAAgCfKP1pHKQ4FEgAAAIAnUaIncwAAAACAJx2FEgAAAAA4oVACAAAAACeJKpTu3bunGjVq6MSJE48rDwAAAABYLlGFUtq0aXXo0CHZbLbHlQcAAAAALJforndt2rTR559//jiyAAAAAIBbSPT04Hfv3tX06dO1Zs0alS1bVunTp3e4fvz48UkWDgAAAACskOhC6dChQypTpowkuYxVokseAAAAgCdBogul9evXP44cAAAAAOA2/vH04CdPntSqVat0+/ZtSZIxJslCAQAAAICVEl0oXblyRbVq1VLBggX13HPP6eLFi5Kkjh07qm/fvkkeEAAAAACSW6ILpd69eytt2rQKDw+Xt7e3vb1Zs2ZauXJlkoYDAAAAACskeozS6tWrtWrVKuXKlcuhvUCBAjp37lySBQMAAAAAqyT6jFJkZKTDmaQ4v//+uzw8PJIkFAAAAABYKdGFUrVq1TRnzhz7ZZvNptjYWH344YeqUaNGkoYDAAAAACskuuvdhx9+qNDQUO3evVt3795Vv379dPjwYV29elVbt259HBkBAAAAIFkl+oxSkSJFdODAAT3zzDOqU6eOIiMj1bhxY+3du1f58uV7HBkBAAAAIFkl+oySJAUEBGj48OFJnQUAAAAA3MI/KpT++OMPff755zp69KhsNpueeuopvfbaa8qcOXNS5wMAAACAZJforncbN25U3rx59fHHH+uPP/7Q1atX9fHHHytv3rzauHHj48gIAAAAAMkq0WeUunbt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P509ezb5Az1E48aN1bJlS9WpU0dXrlxR/fr1JUn79u2L9zPAKpGRkWrfvr0CAwNVrVo1Va1aVTly5FCHDh1069Ytq+MlH6srNfy9bt26GX9/f+Pv72969uxpDh486LLPuXPnjM1msyDdX7777jvj5+dnRo8ebby9vc2HH35oOnbsaNKlS+dWp72ff/55kzZtWlO0aFEzYcIEc+XKFZd9fv31V0seT+ejjPEddYxrcxc9e/Y006dPN8YYEx0dbSpVqmRsNptJnz69pWfl4nssH2x78LK7GDdunClWrJhJmzatefHFF83333/v0g00LCzMpE6d2pJ8+/fvd9m2bNligoKCTOfOnR3arbZr1y6zbt06Y8z9I6L169c3vr6+pnTp0m7TXflBTz/9tPniiy+MMY5nQIYNG2aqVKliZTQHixcvNkWKFDEzZ840u3fvdnk9uIu3337bVKlSxVy8eNH4+vqasLAws2XLFhMSEmKGDRtmdTy7s2fPmtjYWKtj/K1du3aZxYsXm5s3b9rbli1bZrZs2WJhKkdVq1Y1NWvWdDjjfvHiRVO7dm1TrVo1C5M5unv3rvnwww9Njx49zM8//2xvnzBhgvnss88sTObo9ddfNyEhIWbFihX2bqHLly83+fLlM507d7Y6XrJhMocUoFatWurYsaOaNGny0MkboqOjtXXrVlWvXj2Z0zlatWqVRo4cqT179ig2NlZlypTRkCFDVLduXUtzPahDhw7q2LGjKlas+NB9jDEKDw9XcHBwMia7PwA5oax+ruPkzJlT3377rcqWLaulS5eqa9euWr9+vebMmaP169dr69atluRKiY9lgQIF1L59e7322msPnVjk7t27+vrrry0545kqVap4B0vHXY77tzsN6k8pvv/+e7Vu3VoDBw7UiBEjNHz4cB0/flxz5szRsmXLVKdOHasjSnIdPC+55/N+7949tWvXTvPmzZMxRmnSpFFMTIxatmypWbNmKXXq1FZHlHR/QLyPj49Lj5BvvvlGt27dsuR9/jB3797VmTNnlC9fPrdaViFOWFiYGjdurOPHj9uXzwgPD1fBggW1dOlStzpbkxJkyZJFCxcudFmeZv369WratKl+++03a4IlMwolwE2Fh4crKCjIZbY7Y4zOnz/vNusoeXp66uTJk8qVK5def/11eXt7a+LEiTpz5oxKlizpVt0E8b85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pyNHjig6OlqTJk3S4cOHtX379kTNLvq4vfTSS1ZHSJC3335bXbt21Z07d2SM0c6dO/X1119r1KhRmj59utXxHJw6dUoTJ07U0aNHZbPZ9NRTT6lnz54p4jsqqVAopQCjRo3S888/r5UrV6p48eJKmzatw/Xjx4+3KJmjB4/epkmTRtOnT1eRIkXUpUsXC1O5iluIsmDBgvaFKH///Xd98cUXbrV43syZM62OkCAffPCBZs+erbFjxzoceSpevLgmTJjgFoVSoUKFdPz4ceXJk0elSpWy/3ieOnVqvGdFrDJ58mS98sor2rx5c7zvdXeZaESSOnbsqF69eunevXuqWbOmJGnt2rXq16+f+vbta0km565skZGRypcvn7y9vV0eS3fpyhbn7w7SuMssl1mzZtW+fftcZo/bt29fvN2z3EHp0qW1c+dOvfTSS6pVq5bVceKVJ08eGWPccurtSpUqaevWrfroo4+UL18+rV69WmXKlNH27dvd6jtz6NChVkdIkNdee03R0dHq16+fbt26pZYtWypnzpyaNGmS23S3lFJWN9vHiVnvUoD33ntPQ4cOVaFChZQ9e3aHHwI2m03r1q2zMN1fNm7cqMqVK7t8yP/444/aunWr23yI7d69Wzdv3lSNGjX022+/qW3bttqyZYvy58+vmTNnqmTJkpZla9y4sWbNmqUMGTL8bRfAxYsXJ1OqR8ufP7+mTZumWrVqydfXV/v371dISIiOHTumihUrusWsd1999ZV9XZW9e/fq2Wef1ZUrV5QuXTrNmjVLzZo1szqiJGn69Onq3LmzvLy85O/v7/JeP336tIXpHBljNGDAAH388cf2WQQ9PT3Vv39/DRkyxJJMcdMXJ4S7nc2JW6PqYdxllr4RI0ZowoQJGjBggCpVqiSbzaYtW7ZozJgx6tu3r959912rI0q6/2P0448/lq+vr70tKipKr7/+ujZt2qQzZ85YmO4vKWnqbSS933//XbGxsW55kKF06dJ69tln4+1mu3r1arfqjfE4USilAJkyZdKECRMcBqPiyfTgl/trr732yH3d5YyTl5eXjh07puDgYIdC6ciRI3rmmWf0559/Wh3Rxa1bt3Ts2DHlzp1bWbJksTqOXUBAgHr06KEBAwakiDGJkvTnn3/q6NGj8vLyUoECBeyTeSBx9u/f73D53r172rt3r8aPH68PPvjA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lv170/m8ijt8tycHziilAOfOnVO9evUUHh6uqKgo+zoLvXr10p07dzR16lSrI6YoEydO1KZNm7R582alTp3aPqFDaGionnrqKavj2e3atUsDBgzQkCFDVKxYMZfxKu4ya9e3337rcDluLMDs2bM1fPhwt1hwtkWLFtq4caNat26twMBAl6KjZ8+eFiVzdOXKFTVt2lTr16+XzWZTWFiYQkJC1KFDB2XMmNHlR7+VWrZsqbJly6pPnz764IMPNGnSJL344otas2aNypQpY/kZ5BUrVqhJkybKly9fvD/unnvuOUvzOZs9e7ayZMmiBg0aSJL69eunTz/9VEWKFNHXX3/tMqukVbJnz64PP/xQbdq0cWifM2eO3n77bV26dElHjhxRtWrV9Pvvv1uU8q8DOM4/cSpUqKAZM2ZYOnlP2rRp9csvvyh79uxKnTq1Ll686PaziP3yyy/65JNPdOzYMRljVKRIEXXu3NktDzq4uyZNmqhOnTrq3LmzQ/u0adO0evVqLVq0SP/5z3/06aef6uDBgxalvN/9Pzw8XN26dYv3e9Mdu9Y+DhRKKcBLL70kX19fff755/L397evU7Nx40Z17NhRYWFhVkdMsQ4ePKiNGzdq/fr1+v777+Xv7295l6E4YWFhatGihctsgnFnF9z9aM7cuXM1f/58l0LKChkzZtTy5cvddpr9OG3atNHly5c1ffp0PfXUU/b3+urVq9W7d28dPnzY6oh2V69e1Z07d5QjRw7Fxsbqo48+si/cPHjwYLfownr+/HlNmTIlRfy4K1SokKZMmaKaNWtq+/btqlWrliZOnKhly5YpTZo0lheecd5//32NHDlSnTp1Urly5WSz2bRz505Nnz5d77zzjgYNGqQJEyZoxYoVWrNmjWU5z50753A5riujp6enRYn+UqBAATVt2lR169ZVjRo1tGTJkoe+X6pVq5bM6VK2U6dOaeLEiTp69KhsNpuKFCminj17KiQkxOpodj4+Ptq3b5/y58/v0H7y5EmVKlVKf/75p06dOqUSJUooMjLSopT3u/9v3rxZpUqVsiyDO6BQSgGyZMmirVu3qlChQg4Lep49e1ZFihRxi24ucRYuXPjQxd7cZW2AOHv37tWGDRu0fv16bd68WTdv3lTp0qXdZireZ555RmnSpFHPnj3jnczB3bvquMMHfZy8efNqxYoVbnXGMD4BAQFatWqVSpYs6fBeP3PmjIoXL+5W4yqQtLy9ve2LIPfv318XL17UnDlzdPjwYYWGhuq3336zOqLdV199pcmTJ9vHphQqVEjdu3dXy5YtJUm3b9+2j7dITpkzZ9aJEyeUJUsWtW/fXpMmTXLLwedLly5V586ddfny5XjPesVxpwNi165d0+eff+5QgLRv396tuq6vWrVKDRs2VKlSpVS5cmUZY7Rt2zbt379f33//verUqWN1RElS7ty57WuRPWjChAmaMGGCwsPDdeDAAdWtW1cREREWpby/ltdXX33ltushJhsDt5cpUyZz+PBhY4wxPj4+5tSpU8YYYzZv3myyZctmZTQHkyZNMj4+PqZr164mXbp05o033jC1a9c2fn5+5p133rE6nt0LL7xgMmXKZFKnTm2efvpp07dvX/P999+b69evWx3NgZeXlzl27JjVMf6RW7dumZ49e5qCBQtaHcUYY8wXX3xhXn75ZRMZGWl1lEfy8fExJ06csP877r2+c+dOkzlzZiujxSsmJsYcP37cbN682WzcuNFhcwebNm0yrVq1MhUrVjS//PKLMcaYOXPmmM2bN1uczFXWrFnNzz//bIwxplSpUmb27NnGGGNOnjxp0qdPb2W0FCN9+vT290yqVKnM5cuXLU70aDdv3jQ2m82cOHHCXLt2Ld7NHezatctkzpzZ5MyZ0zRq1Mi89NJLJleuXMbf39/s2bPH6nh2pUqVMv3793dp79+/vyldurQFieL36aefmtSpU5sXXnjBvPfee+b99983DRs2NGnSpDHTp083xhjz0UcfmaZNm1qac9WqVaZu3brmzJkzluawGmeUUoBmzZrJz89Pn376qX2dhaxZs+rFF19U7ty53WZ68MKFC2vo0KFq0aKFw9HwIUOG6OrVq5o8ebLVESVJb731lkJDQ1WtWjW3GecTn2rVqmnIkCGqXbu21VEeyXkGH2OMbt68KW9vb3355ZduMYi2dOnSOnXqlIwxypMnj8t4L3c529mgQQOVKVNG7733nv29HhwcrObNmys2NlYLFy60OqLdjh071LJlS507d87liLg7HAlftGiRWrdurVatWumLL77QkSNHFBISok8++UTLli3TihUrLM3nrFWrVjp27JhKly6tr7/+WuHh4fL399d3332nd955R4cOHbI6oturU6eOLl26pKefflqzZ89Ws2bN5OXlFe++M2bMSOZ0f3lwMoeNGzeqcuXKbjWzobOqVasqf/78+uyzz+w5o6Oj1bFjR50+fVqbNm2yOOF9np6eOnjwYLwzXZYoUUJ37tyxKJmrrVu32s/KGmNUuHBhde/eXZUqVbI0l/P3eWRkpKKjo+Xt7e3yvelOazk+ThRKKcCFCxdUo0YNpU6dWmFhYSpbtqzCwsKUJUsWbdq0yW0GgXp7e+vo0aMKDg5WtmzZtGbNGpUsWVJhYWGqUKGCrly5YnXEh7p27ZoyZsxodQwH33zzjYYNG6a3335bxYsXd/mQKlGihEXJHM2aNcvhgzVuLED58uXdYpyKpL9d02fo0KHJlOTRjhw5otDQUD399NNat26dGjZsqMOHD+vq1avaunWr8uXLZ3VEu1KlSqlgwYIaPnx4vAN9re6SU7p0afXu3Vtt2rRxOHCzb98+1atXz9IuLfG5du2a3n33XZ0/f15vvvmm6tWrJ+n+azNdunQaNGiQxQnvi4mJ0YQJEx7axdrKH0+XLl3ShAkTdOrUKS1evFjPPvusPDw84t13yZIlyZzuLyltMgcvLy/t3bvXZQKMI0eOqGzZsm7T/T8oKEjjx4/XK6+84tC+YMECvfXWWwoPD7coWcqRmNkX/y1rOVIopRC3b9/W119/rZ9//tm+zkKrVq0eerTMCiEhIVq4cKHKlCmjcuXKqWPHjnrjjTe0evVqNW/e3G2OPowZM0Z58uRRs2bNJElNmzbVwoULFRgYqBUrVlg+dWycVKlSubTF9Wd3hyP2eDwiIiI0ZcoUhzVVunbtqsDAQKujOUifPr3279/vMiDZXXh7e+vIkSPKkyePQ6F0+vRpFSlSxK2OLqckQ4YM0fTp09WnTx8NHjxYgwYN0tmzZ7V06VINGTJEPXr0sDqipPvjEnfv3i1/f3+ro7hIaZM5ZM+eXV988YXq1q3r0L5q1Sq1adNGly5dsiiZoxEjRmjChAkaMGCAKlWqJJvNpi1btmjMmDHq27ev3n33Xasj2sXExGjp0qUOY74aNmyo1KlTWx0NTiiUkGQ6duyooKAgDR06VFOnTlWfPn1UuXJl7d69W40bN9bnn39udURJ9wu6L7/8UpUqVdKaNWvUtGlTzZ8/336EdPXq1VZHlOQ6a5Mzd5ku2Hm9kkdxl7Ng+N/VrFlT/fr1s5/5cDf58uXTtGnTVLt2bYdCac6cORo9erSOHDlidUQXf/zxh8OA+cKFC6t9+/bKnDmz1dHs8uXLp48//lgNGjSQr6+v9u3bZ2/bsWOH5s6da3VEt5fSJnPo0aOHlixZoo8++sihAHn77bfVpEkTTZw40eqIku53+544caLGjRunCxcuSJJy5Miht99+Wz169HCbtehOnjyp5557Tr/++qsKFSokY4xOnDihoKAgLV++3G16DqxYsUKpU6fWs88+69C+evVqxcTEqH79+hYlS14USm7qu+++S/C+7jAGRJJiY2MVGxtr78O8YMEC+3TBnTt3Vrp06SxOeJ+Xl5f9Q6lnz566c+eOpk2bphMnTqh8+fL6448/rI6YovzdgrOS9VOau/NK6Cmp0Hww66lTp/Tuu++6bdfQsWPHavbs2ZoxY4bq1KmjFStW6Ny5c+rdu7eGDBmibt26WZrP2caNG9WwYUP5+fmpbNmykqQ9e/bo2rVr+u6779xmlsv06dPr6NGjyp07twIDA7V8+XKVKVNGp0+fVunSpXX9+nWrI0qSPv7443jbH3zPV6tWzdIj+H/++acyZMig48ePP7TrndVdWCXp7t27evvttzV16lRFR0dLut998M0339To0aMf2r3RSnGLYbvjrIfPPfecjDH66quv7AdBrly5oldffVWpUqXS8uXLLU54X4kSJTR69GiXNedWrlyp/v37a//+/RYlS2bJO3cEEspmszlsqVKlirctVapUVkdNcQIDA83WrVuNMcYULFjQLFiwwBhjzLFjx4yvr6+V0RzMmjXLLFu2zH757bffNn5+fqZixYrm7NmzFiZztGTJEpMvXz4zdepUs3//frN//34zdepUU6BAAbNkyRJz9uxZ+2aV8ePHG39/f/Pqq6+ajz/+2EyaNMm8+uqrJkuWLOaDDz4wHTt2NB4eHubTTz9N9mwPvr/j3tMPvt8fbLPawz6LnD+n3CGrMca88847xsvLy57P09PTvPvuu1bHilfRokVNp06dTHR0tL0tOjravP7666Zo0aIWJnNUsGBBs2PHDmOMMVWqVDGjRo0yxhgzb948kzVrViujOciTJ49Jnz69sdlsJnPmzCZTpkzGZrOZ9OnTm+zZsxubzWby5ctnwsPDLc25YcMGc+/ePUszJFRkZKQ5cOCA2b9/v1vPIHrp0iWzadMms3nzZrec+dDb29scOHDApX3fvn1uNcOlp6dnvDPenTlzxnh7eyd/IItQKKUAa9asMWXKlDErV640169fNzdu3DArV640ZcuWNatXr7Y6np3z9MDuOF2wMcZ07drVBAcHm9q1axt/f39z8+ZNY8z9L3p3mkK0YMGCZu3atcYYY7Zt22a8vLzMtGnTzAsvvGAaNWpkcbq/lCtXzixfvtylffny5aZMmTIWJHLVuHFjM2XKFJf2qVOnmsaNGxtjjPn4449NsWLFkjuaQyH5d0Wn1R7M+nebu4iMjDS7du0yP/30k/297o48PT3jXQ7g2LFjxtPT04JE8evfv7/54IMPjDHGfPPNNyZNmjQmf/78Jl26dPFOzWyVuXPnmtDQUHPy5El7W1hYmKlZs6aZN2+eOX/+vKlcubJp0qSJhSnvO3nypBk0aJBp3ry5uXTpkjHGmB9++MEcOnTI4mT3Xbt2zVy5csWl/cqVK261rMb169fNq6++alKnTm0/OJImTRrTqlUrt5lq3Zj7S77EHax90JYtW0ymTJksSBS/7Nmz23+DPGjNmjVudVDkcaNQSgGKFi0a77ofmzZtMoULF7YgUfwedoTZXY6Gx7l796758MMPTY8ePezrlhhjzIQJE8xnn31mYTJHXl5e5ty5c8YYY/r162dat25tjDHm0KFDJkuWLFZGc+Dp6WmOHDni0n7kyBG3+YGXPn16ExYW5tIeFhZmP4J38uRJy4+SpYSi0501atTI/sOtUaNGj9xat25tRo8e7TY/oCpVqhRvMbxkyRJToUKF5A+UQDt27DDjxo0z3377rdVRHISEhJi9e/e6tP/8888mb968xhhjtm7dagICApI5maMNGzYYLy8vU7t2bZMuXTr7OlBjxoxxiyLOGGPq1atn/vvf/7q0T5kyxdSvX9+CRPF75ZVXTIECBVwOKhcqVMi88sorVseza926tSlatKjZsWOHiY2NNbGxsWb79u2mWLFipm3btlbHs+vUqZMpXry4y8GGEiVKmA4dOliYLHm578T9sDt16lS8/ZT9/Px09uzZ5A/0EM5je+7du6e9e/dq8ODB+uCDDyxK5Spt2rR66623XNp79eqV/GEewcfHR1euXFHu3Lm1evVq+yrenp6eun37tsXp/vLUU0/p/fff1+effy5PT09JUlRUlN5//3099dRTFqe7L3PmzPr+++9dVkL//vvv7X3EIyMj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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "# Count locations by school\n", + "location_counts = locations.groupby('school_name').size().reset_index(name='location_count')\n", + "\n", + "# Plot location counts\n", + "plt.figure(figsize=(10, 6))\n", + "plt.bar(location_counts['school_name'], location_counts['location_count'], color='green')\n", + "plt.xlabel('School Name')\n", + "plt.ylabel('Number of Locations')\n", + "plt.title('Number of Locations per School')\n", + "plt.xticks(rotation=90)\n", + "plt.show()" + ] + }, + { + "cell_type": "markdown", + "id": "d688071e", + "metadata": {}, + "source": [ + "## Data Quality Testing Functions" + ] + }, + { + "cell_type": "code", + "execution_count": 447, + "id": "04a0839f", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Missing values:\n", + "comment_id 0\n", + "school_id 0\n", + "school_name 0\n", + "user_name 0\n", + "anonymous 0\n", + "graduating_year 0\n", + "tagline 0\n", + "created_at 0\n", + "overall_score 0\n", + "overall_rating 0\n", + "curriculum_rating 0\n", + "job_support_rating 0\n", + "review_body 0\n", + "program 0\n", + "program_cat 0\n", + "dtype: int64\n", + "Duplicate rows: 0\n", + "Missing values:\n", + "location_id 0\n", + "school_id 0\n", + "school_name 0\n", + "country_id 0\n", + "country_name 0\n", + "city_id 0\n", + "city_name 0\n", + "dtype: int64\n", + "Duplicate rows: 0\n", + "Missing values:\n", + "badge_id 0\n", + "school_id 0\n", + "school_name 0\n", + "badge_name 0\n", + "keyword 0\n", + "description 0\n", + "dtype: int64\n", + "Duplicate rows: 0\n", + "Missing values:\n", + "school_id 0\n", + "school 0\n", + "website 0\n", + "description 0\n", + "price_min 0\n", + "price_max 0\n", + "dtype: int64\n", + "Duplicate rows: 0\n", + "Missing values:\n", + "0\n", + "Duplicate rows: 0\n" + ] + } + ], + "source": [ + "def check_missing_values(df):\n", + " missing = df.isnull().sum()\n", + " print(f\"Missing values:\\n{missing}\")\n", + "\n", + "def check_duplicates(df):\n", + " duplicates = df.duplicated().sum()\n", + " print(f\"Duplicate rows: {duplicates}\")\n", + "\n", + "# Run data quality tests\n", + "check_missing_values(comments)\n", + "check_duplicates(comments)\n", + "check_missing_values(locations)\n", + "check_duplicates(locations)\n", + "check_missing_values(badges)\n", + "check_duplicates(badges)\n", + "check_missing_values(schools)\n", + "check_duplicates(schools)\n", + "check_missing_values(courses)\n", + "check_duplicates(courses)" + ] + }, + { + "cell_type": "markdown", + "id": "85b21cbf", + "metadata": {}, + "source": [ + "## Potential plots for the presentation" + ] + }, + { + "cell_type": "code", + "execution_count": 109, + "id": "bd99c524", + "metadata": { + "scrolled": false + }, + "outputs": [ + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/png": "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582bl0U3ERERERER5ahPTWPmQmpEREREREREOsKim4iIiIiIiEhHWHQTERERERER6QiLbiIiIiIiIiIdYdFNREREREREpCMsuomIiIiIiIh0hEU3ERERERERkY6w6CYiIiIiIiLSERbdRERERERERDrCopuIiIiIiIhIR1h0ExEREREREekIi24iIiIiIiIiHWHRTURERERERKQjLLqJiIiIiIiIdMRI6gBE+mp61H2pI3zUSN/8UkcgIiIiIqJPYE83ERERERERkY6w6CYiIiIiIiLSERbdRERERERERDrCopuIiIiIiIhIR1h0ExEREREREemIpEX34sWLUaZMGeTNmxd58+ZFlSpVsH//fuXjQghMnDgRBQsWhJmZGfz9/XHlyhUJExMRERERERFpTtKiu3Dhwpg+fToiIyMRGRmJWrVqoUmTJsrCeubMmZgzZw4WLlyIM2fOwNHREXXr1sXTp0+ljE1ERERERESkEUmL7saNG6NBgwYoXrw4ihcvjilTpsDS0hInT56EEALz5s3DmDFj0Lx5c5QuXRqrV6/G8+fPsX79eiljExEREREREWlEb+Z0Z2RkYMOGDUhLS0OVKlUQHx+P5ORk1KtXT3mMiYkJatasiRMnTnzwedLT05GamqpyIyIiIiIiIpKC5EX3pUuXYGlpCRMTE/Tq1Qvbt2+Hl5cXkpOTAQAODg4qxzs4OCgfy860adNgbW2tvDk7O+s0PxEREREREdGHSF50e3p64vz58zh58iR69+6Njh074urVq8rHFQqFyvFCCLW2d40aNQpPnjxR3hITE3WWnYiIiIiIiOhjjKQOYGxsDA8PDwBA+fLlcebMGcyfPx8jRowAACQnJ8PJyUl5fEpKilrv97tMTExgYmKi29BEREREREREGpC8p/t9Qgikp6fD1dUVjo6OCAkJUT726tUrhIWFwc/PT8KERERERERERJqRtKd79OjRCAwMhLOzM54+fYoNGzbgyJEjCA4OhkKhwKBBgzB16lQUK1YMxYoVw9SpU2Fubo527dpJGZuIiIiIiIhII5IW3Xfv3kX79u2RlJQEa2trlClTBsHBwahbty4AYPjw4Xjx4gX69OmDR48eoVKlSjh48CCsrKykjE1ERERERESkEYUQQkgdQpdSU1NhbW2NJ0+eIG/evFLHIRmZHnVf6ggfNdI3v9QRiIiIiIi+WZrWmno3p5uIiIiIiIgot2DRTURERERERKQjLLqJiIiIiIiIdIRFNxEREREREZGOsOgmIiIiIiIi0hEW3UREREREREQ6wqKbiIiIiIiISEdYdBMRERERERHpCItuIiIiIiIiIh1h0U1ERERERESkIyy6iYiIiIiIiHSERTcRERERERGRjrDoJiIiIiIiItIRFt1EREREREREOsKim4iIiIiIiEhHWHQTERERERER6QiLbiIiIiIiIiIdYdFNREREREREpCMsuomIiIiIiIh0hEU3ERERERERkY6w6CYiIiIiIiLSERbdRERERERERDrCopuIiIiIiIhIR1h0ExEREREREekIi24iIiIiIiIiHWHRTURERERERKQjLLqJiIiIiIiIdIRFNxEREREREZGOsOgmIiIiIiIi0hEW3UREREREREQ6wqKbiIiIiIiISEdYdBMRERERERHpCItuIiIiIiIiIh1h0U1ERERERESkIyy6iYiIiIiIiHSERTcRERERERGRjrDoJiIiIiIiItIRFt1EREREREREOsKim4iIiIiIiEhHWHQTERERERER6QiLbiIiIiIiIiIdYdFNREREREREpCOSFt3Tpk1DhQoVYGVlhQIFCqBp06a4fv26yjGdOnWCQqFQuVWuXFmixERERERERESak7ToDgsLQ9++fXHy5EmEhITgzZs3qFevHtLS0lSOq1+/PpKSkpS3ffv2SZSYiIiIiIiISHNGUv7jwcHBKvdXrlyJAgUK4OzZs6hRo4ay3cTEBI6Ojl87HhEREREREdEX0as53U+ePAEA2NraqrQfOXIEBQoUQPHixdG9e3ekpKRIEY+IiIiIiIhIK5L2dL9LCIGgoCBUq1YNpUuXVrYHBgaiZcuWcHFxQXx8PMaNG4datWrh7NmzMDExUXue9PR0pKenK++npqZ+lfxERERERERE79Obortfv364ePEijh8/rtLeunVr5f+XLl0a5cuXh4uLC/bu3YvmzZurPc+0adMwadIkneclIiIiIiIi+hS9GF7ev39/7Nq1C6GhoShcuPBHj3VycoKLiwtiYmKyfXzUqFF48uSJ8paYmKiLyERERERERESfJGlPtxAC/fv3x/bt23HkyBG4urp+8msePHiAxMREODk5Zfu4iYlJtsPOiYiIiIiIiL42SXu6+/bti3Xr1mH9+vWwsrJCcnIykpOT8eLFCwDAs2fPMHToUERERODWrVs4cuQIGjdujPz586NZs2ZSRiciIiIiIiL6JEl7uhcvXgwA8Pf3V2lfuXIlOnXqBENDQ1y6dAlr1qzB48eP4eTkhICAAGzcuBFWVlYSJCYiIiIiIiLSnOTDyz/GzMwMBw4c+EppiIiIiIiIiHKWXiykRkRERERERJQbsegmIiIiIiIi0hEW3UREREREREQ6wqKbiIiIiIiISEdYdBMRERERERHpCItuIiIiIiIiIh1h0U1ERERERESkIyy6iYiIiIiIiHSERTcRERERERGRjrDoJiIiIiIiItIRFt1EREREREREOsKim4iIiIiIiEhHWHQTERERERER6QiLbiIiIiIiIiIdYdFNREREREREpCMsuomIiIiIiIh0hEU3ERERERERkY6w6CYiIiIiIiLSERbdRERERERERDrCopuIiIiIiIhIR1h0ExEREREREemI1kV3cHAwjh8/rry/aNEi+Pj4oF27dnj06FGOhiMiIiIiIiKSM62L7mHDhiE1NRUAcOnSJQwZMgQNGjTAzZs3ERQUlOMBiYiIiIiIiOTKSNsviI+Ph5eXFwBg69ataNSoEaZOnYpz586hQYMGOR6QiIiIiIiISK607uk2NjbG8+fPAQD//vsv6tWrBwCwtbVV9oATERERERER0Wf0dFerVg1BQUGoWrUqTp8+jY0bNwIAbty4gcKFC+d4QCIiIiIiIiK50rqne+HChTAyMsKWLVuwePFiFCpUCACwf/9+1K9fP8cDEhEREREREcmV1j3dRYoUwZ49e9Ta586dmyOBiIiIiIiIiHKLz9qnOy4uDmPHjkXbtm2RkpIC4O1WYleuXMnRcERERERERERypnXRHRYWBm9vb5w6dQrbtm3Ds2fPAAAXL17EhAkTcjwgERERERERkVxpXXSPHDkSkydPRkhICIyNjZXtAQEBiIiIyNFwRERERERERHKmddF96dIlNGvWTK3d3t4eDx48yJFQRERERERERLmB1kW3jY0NkpKS1NqjoqKUK5kTERERERER0WcU3e3atcOIESOQnJwMhUKBzMxMhIeHY+jQoejQoYMuMhIRERERERHJktZF95QpU1CkSBEUKlQIz549g5eXF2rUqAE/Pz+MHTtWFxmJiIiIiIiIZEnrfbrz5MmDv//+G7/++ivOnTuHzMxM+Pr6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CoUC33//Pf744w84ODjoLCgRERERERGR3GhcdAOAi4sL9u3bh0ePHiE2NhZCCBQrVgz58uXTVT4iIiIiIiIi2dKq6M6SL18+VKhQIaezEBEREREREeUqGi+kRkRERERERETaYdFNREREREREpCMsuomIiIiIiIh0RKOiu1y5cnj06BEA4JdffsHz5891GoqIiIiIiIgoN9Co6I6OjkZaWhoAYNKkSXj27JlOQxERERERERHlBhqtXu7j44POnTujWrVqEEJg1qxZsLS0zPbY8ePH52hAIiIiIiIiIrnSqOhetWoVJkyYgD179kChUGD//v0wMlL/UoVCwaKbiIiIiIiI6P/TqOj29PTEhg0bAAAGBgY4dOgQChQooNNgRERERERERHKnUdH9rszMTF3kICIiIiIiIsp1tC66ASAuLg7z5s1DdHQ0FAoFSpYsiYEDB8Ld3T2n8xERERERERHJltb7dB84cABeXl44ffo0ypQpg9KlS+PUqVMoVaoUQkJCdJGRiIiIiIiISJa07ukeOXIkBg8ejOnTp6u1jxgxAnXr1s2xcERERERERERypnVPd3R0NLp27arW3qVLF1y9ejVHQhERERERERHlBloX3fb29jh//rxa+/nz57miOREREREREdE7tB5e3r17d/To0QM3b96En58fFAoFjh8/jhkzZmDIkCG6yEhEREREREQkS1oX3ePGjYOVlRVmz56NUaNGAQAKFiyIiRMnYsCAATkekIiIiIiIiEiutC66FQoFBg8ejMGDB+Pp06cAACsrqxwPRkRERERERCR3n7VPdxYW20REREREREQfpvVCajnp6NGjaNy4MQoWLAiFQoEdO3aoPN6pUycoFAqVW+XKlaUJS0RERERERKQlSYvutLQ0lC1bFgsXLvzgMfXr10dSUpLytm/fvq+YkIiIiIiIiOjzfdHw8i8VGBiIwMDAjx5jYmICR0fHr5SIiIiIiIiIKOdo1dP9+vVrBAQE4MaNG7rKo+bIkSMoUKAAihcvju7duyMlJeWr/dtEREREREREX0Krnu48efLg8uXLUCgUusqjIjAwEC1btoSLiwvi4+Mxbtw41KpVC2fPnoWJiUm2X5Oeno709HTl/dTU1K+SlYiIiIiIiOh9Ws/p7tChA/766y9dZFHTunVrNGzYEKVLl0bjxo2xf/9+3LhxA3v37v3g10ybNg3W1tbKm7Oz81fJSkRERERERPQ+red0v3r1CsuXL0dISAjKly8PCwsLlcfnzJmTY+He5+TkBBcXF8TExHzwmFGjRiEoKEh5PzU1lYU3ERERERERSULrovvy5csoV64cAKjN7db1sPMHDx4gMTERTk5OHzzGxMTkg0PPiYiIiIiIiL4mrYvu0NDQHPvHnz17htjYWOX9+Ph4nD9/Hra2trC1tcXEiRPRokULODk54datWxg9ejTy58+PZs2a5VgGIiIiIiIiIl357C3DYmNjERcXhxo1asDMzAxCCK17uiMjIxEQEKC8nzUsvGPHjli8eDEuXbqENWvW4PHjx3ByckJAQAA2btwIKyurz41NRERERERE9NVoXXQ/ePAArVq1QmhoKBQKBWJiYuDm5oZu3brBxsYGs2fP1vi5/P39IYT44OMHDhzQNh4RERERERGR3tB69fLBgwcjT548SEhIgLm5ubK9devWCA4OztFwRERERERERHKmdU/3wYMHceDAARQuXFilvVixYrh9+3aOBSMiIiIiIiKSO617utPS0lR6uLPcv3+fq4YTERERERERvUPrortGjRpYs2aN8r5CoUBmZiZ+++03lUXRiIiIiIiIiL51Wg8v/+233+Dv74/IyEi8evUKw4cPx5UrV/Dw4UOEh4frIiMRERERERGRLGnd0+3l5YWLFy+iYsWKqFu3LtLS0tC8eXNERUXB3d1dFxmJiIiIiIiIZOmz9ul2dHTEpEmTcjoLERERERERUa7yWUX3o0eP8NdffyE6OhoKhQIlS5ZE586dYWtrm9P5iIiIiIiIiGRL6+HlYWFhcHV1xYIFC/Do0SM8fPgQCxYsgKurK8LCwnSRkYiIiIiIiEiWtO7p7tu3L1q1aoXFixfD0NAQAJCRkYE+ffqgb9++uHz5co6HJCIiIiIiIpIjrXu64+LiMGTIEGXBDQCGhoYICgpCXFxcjoYjIiIiIiIikjOti+5y5cohOjparT06Oho+Pj45kYmIiIiIiIgoV9BoePnFixeV/z9gwAAMHDgQsbGxqFy5MgDg5MmTWLRoEaZPn66blEREREREREQypBBCiE8dZGBgAIVCgU8dqlAokJGRkWPhckJqaiqsra3x5MkT5M2bV+o4JCPTo+5LHeGjRvrmlzoCEREREdE3S9NaU6Oe7vj4+BwLRkRERERERPSt0KjodnFx0XUOIiIiIiLKxTiKkL5VWm8ZBgD//fcfwsPDkZKSgszMTJXHBgwYkCPBiIiIiIiIiORO66J75cqV6NWrF4yNjWFnZweFQqF8TKFQsOgmIiIiIiIi+v+0LrrHjx+P8ePHY9SoUTAw0HrHMSIiIiIiIqJvhtZV8/Pnz9GmTRsW3ERERERERESfoHXl3LVrV2zevFkXWYiIiIiIiIhyFa2Hl0+bNg2NGjVCcHAwvL29kSdPHpXH58yZk2PhiIiIiIiIiORM66J76tSpOHDgADw9PQFAbSE1IiIiIiIiInpL66J7zpw5WLFiBTp16qSDOERERERERES5h9Zzuk1MTFC1alVdZCEiIiIiIiLKVbQuugcOHIjff/9dF1mIiIiIiIiIchWth5efPn0ahw8fxp49e1CqVCm1hdS2bduWY+GIiIiIiIiI5EzrotvGxgbNmzfXRRYiIiIiIiKiXEXronvlypW6yEFERERERESU62g9p5uIiIiIiIiINKN1T7erq+tH9+O+efPmFwUiIiIiIiIiyi20LroHDRqkcv/169eIiopCcHAwhg0bllO5iIiIiIiIiGRP66J74MCB2bYvWrQIkZGRXxyIiIiIiIiIKLfIsTndgYGB2Lp1a049HREREREREZHs5VjRvWXLFtja2ubU0xERERERERHJntbDy319fVUWUhNCIDk5Gffu3cMff/yRo+GIiIiIiIiI5Ezrortp06Yq9w0MDGBvbw9/f3+UKFEip3IRERERERERyZ7WRfeECRN0kYOIiIiIiIgo18mxOd1EREREREREpErjnm4DAwOVudzZUSgUePPmzReHIiIiIiIiIsoNNC66t2/f/sHHTpw4gd9//x1CiBwJRURERERERJQbaFx0N2nSRK3t2rVrGDVqFHbv3o2ffvoJv/76a46GIyIiIiIiIpKzz5rTfefOHXTv3h1lypTBmzdvcP78eaxevRpFihTR6nmOHj2Kxo0bo2DBglAoFNixY4fK40IITJw4EQULFoSZmRn8/f1x5cqVz4lMRERERERE9NVpVXQ/efIEI0aMgIeHB65cuYJDhw5h9+7dKF269Gf942lpaShbtiwWLlyY7eMzZ87EnDlzsHDhQpw5cwaOjo6oW7cunj59+ln/HhEREREREdHXpPHw8pkzZ2LGjBlwdHTEP//8k+1wc20FBgYiMDAw28eEEJg3bx7GjBmD5s2bAwBWr14NBwcHrF+/Hj179vzif5+IiIiIiIhIlzQuukeOHAkzMzN4eHhg9erVWL16dbbHbdu2LUeCxcfHIzk5GfXq1VO2mZiYoGbNmjhx4gSLbiIiIiIiItJ7GhfdHTp0+OSWYTkpOTkZAODg4KDS7uDggNu3b3/w69LT05Genq68n5qaqpuARERERERERJ+gcdG9atUqHcb4sPcLfSHER4v/adOmYdKkSbqORURERERERPRJn7V6+dfg6OgI4P96vLOkpKSo9X6/a9SoUXjy5InylpiYqNOcRERERERERB+it0W3q6srHB0dERISomx79eoVwsLC4Ofn98GvMzExQd68eVVuRERERERERFLQeHi5Ljx79gyxsbHK+/Hx8Th//jxsbW1RpEgRDBo0CFOnTkWxYsVQrFgxTJ06Febm5mjXrp2EqYmIiIiIiIg0I2nRHRkZiYCAAOX9oKAgAEDHjh2xatUqDB8+HC9evECfPn3w6NEjVKpUCQcPHoSVlZVUkYmIiIiIiIg0JmnR7e/vDyHEBx9XKBSYOHEiJk6c+PVCEREREREREeUQvZ3TTURERERERCR3LLqJiIiIiIiIdIRFNxEREREREZGOsOgmIiIiIiIi0hEW3UREREREREQ6wqKbiIiIiIiISEdYdBMRERERERHpCItuIiIiIiIiIh1h0U1ERERERESkIyy6iYiIiIiIiHSERTcRERERERGRjrDoJiIiIiIiItIRFt1EREREREREOsKim4iIiIiIiEhHWHQTERERERER6YiR1AGIiIikMj3qvtQRPmqkb36pI5CW+DNFRETvY083ERERERERkY6w6CYiIiIiIiLSERbdRERERERERDrCopuIiIiIiIhIR1h0ExEREREREekIi24iIiIiIiIiHWHRTURERERERKQjLLqJiIiIiIiIdIRFNxEREREREZGOsOgmIiIiIiIi0hEjqQMQERHRl5kedV/qCB800je/1BGIiCgb+vy3A8hdfz/Y001ERERERESkIyy6iYiIiIiIiHSERTcRERERERGRjrDoJiIiIiIiItIRFt1EREREREREOsKim4iIiIiIiEhHWHQTERERERER6QiLbiIiIiIiIiIdYdFNREREREREpCNGUgeg/zM96r7UET5qpG9+qSMQyR7f50RERETfFvZ0ExEREREREekIi24iIiIiIiIiHWHRTURERERERKQjLLqJiIiIiIiIdIRFNxEREREREZGO6HXRPXHiRCgUCpWbo6Oj1LGIiIiIiIiINKL3W4aVKlUK//77r/K+oaGhhGmIiIiIiIiINKf3RbeRkRF7t4mIiIiIiEiW9Hp4OQDExMSgYMGCcHV1RZs2bXDz5k2pIxERERERERFpRK97uitVqoQ1a9agePHiuHv3LiZPngw/Pz9cuXIFdnZ22X5Neno60tPTlfdTU1O/VlwiIiIiIiIiFXpddAcGBir/39vbG1WqVIG7uztWr16NoKCgbL9m2rRpmDRp0teKSKT3pkfdlzrCR430zS91BCIieg//dhAR5Ry9H17+LgsLC3h7eyMmJuaDx4waNQpPnjxR3hITE79iQiIiIiIiIqL/o9c93e9LT09HdHQ0qlev/sFjTExMYGJi8hVTEREREREREWVPr3u6hw4dirCwMMTHx+PUqVP48ccfkZqaio4dO0odjYiIiIiIiOiT9Lqn+3//+x/atm2L+/fvw97eHpUrV8bJkyfh4uIidTQiIiIiIiKiT9LronvDhg1SRyAiIiIiIiL6bHo9vJyIiIiIiIhIzlh0ExEREREREekIi24iIiIiIiIiHWHRTURERERERKQjer2QGhERERHRt2561H2pI3zUSN/8Ukcg0mvs6SYiIiIiIiLSERbdRERERERERDrCopuIiIiIiIhIR1h0ExEREREREekIi24iIiIiIiIiHWHRTURERERERKQjLLqJiIiIiIiIdIRFNxEREREREZGOsOgmIiIiIiIi0hEW3UREREREREQ6YiR1AMp9pkfdlzrCR430zS91BCLZ4/ucchp/pohILvj7irTFnm4iIiIiIiIiHWHRTURERERERKQjLLqJiIiIiIiIdIRFNxEREREREZGOsOgmIiIiIiIi0hEW3UREREREREQ6wqKbiIiIiIiISEdYdBMRERERERHpCItuIiIiIiIiIh1h0U1ERERERESkI0ZSByAi0sT0qPtSR/iokb75pY5ARERERHqIPd1EREREREREOsKim4iIiIiIiEhHWHQTERERERER6QiLbiIiIiIiIiIdYdFNREREREREpCMsuomIiIiIiIh0hEU3ERERERERkY6w6CYiIiIiIiLSERbdRERERERERDpiJHUAIiIiIiJdmB51X+oIHzXS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7Nkz7Nq1C/PmzcPZs2chlUpFRyIiIiKqMhwZRkREwuTm5iIqKgobN25ERkYGnJ2dRUciIiIiqlIcGUZERCpVWFiI0NBQ9OjRA1ZWVvj555/Rt29fZGdn48SJE6LjEREREVUptpcTEZFK1ahRA2ZmZvjkk0/g7+/P3W0iIiLSaiy6iYhIpeLi4tC9e3fFiBQiIiIibcaim4iIiIiIiEhJeJAaEREpnZOTEyQSSYWem5KSouQ0RERERKrDopuIiJTO29tbdAQiIiIiIdheTkRERERERKQk3OkmIiIhzpw5g6ysLEgkEjg4OMDJyUl0JCIiIqIqx6KbiIhU6u7duxg4cCASEhJgamoKuVyOhw8fwtXVFVFRUahbt67oiERERERVhvNaiIhIpcaNG4fCwkL8+eefyM/Px4MHD5CZmYnCwkKMHz9edDwiIiKiKsV7uomISKVq1aqFgwcPwtnZudT6yZMn4eHhgYKCAjHBiIiIiJSAO91ERKRSMpkM+vr6Zdb19fUhk8kEJCIiIiJSHhbdRESkUm5ubpgwYQJu3bqlWLt58yYmTZoEd3d3gcmIiIiIqh7by4mISKX++usveHl5ITMzE1ZWVpBIJLh+/TocHR3x22+/oVGjRqIjEhEREVUZFt1ERCTEgQMHcP78ecjlcjg4OKB79+6iIxERERFVORbdRESkUlevXoWNjY3oGEREREQqwXu6iYhIpWxtbfH//t//w5o1a5Cfny86DhEREZFSsegmIiKVOn36NDp16oTg4GBYWlrCy8sL0dHReP78uehoRERERFWO7eVERCSEXC5HQkICNm3ahG3btkEqlaJ///5Yv3696GhEREREVYZFNxERCZeSkoLAwEBkZGRAKpWKjkNERERUZdheTkREQvz1119YtGgR2rRpA2dnZxgaGuKHH34QHYuIiIioSumJDkBERO+WtWvXIjIyEkePHkWzZs3g7++P2NhYnmhOREREWont5UREpFJWVlYYOHAg/P390aZNG9FxiIiIiJSK7eVERKRS169fR79+/bBkyRJ07twZN2/eBABs2LABR48eFZyOiIiIqGqx6CYiIpXavn07PD09UaNGDaSkpChGhT169Ajz588XnI6IiIioarHoJiIilQoODsbq1avxyy+/QF9fX7HeuXNnpKSkCExGREREVPVYdBMRkUpduHABXbp0KbNuYmKCgoIC1QciIiIiUiIW3UREpFINGjTApUuXyqwfPXoUtra2AhIRERERKQ+LbiIiUqlRo0ZhwoQJOHHiBCQSCW7duoXIyEgEBQVhzJgxouMRERERVSmODCMiIpX75ptvEBISgmfPngEAqlevjqCgIHz33XeCkxERERFVLRbdREQkRFFREc6dOweZTAYHBwcYGRmJjkRERERU5Vh0ExERERERESkJ7+kmIiIiIiIiUhIW3URERERERERKwqKbiIiIiIiISElYdBMREREREREpCYtuIiIiNRYWFgZTU1Ol/5xhw4bB29tb6T+HiIjoXcOim4iISInu3r2LUaNG4b333kP16tVRv359eHp6Ijk5WXS0SklISIBEIkHLli0hlUpLPWZqaoqwsDAxwYiIiNScnugARERE2qx///4oLi5GeHg4bG1tcefOHRw6dAj5+fmio/0rly9fRkREBIYPHy46ChERkUbgTjcREZGSFBQU4OjRo1i4cCFcXV1hbW2NDh06YPr06ejTp0+p53322WewsLCAgYEBWrZsid27d5f6Xvv370fz5s1hZGSEnj174vbt24rHZDIZ5s6di0aNGqF69epo06YN9u3bV+rrz549Czc3N9SoUQO1a9fGZ599hsePH1f6NY0bNw6zZs3Cs2fP3vicZcuWwdHREYaGhrCyssKYMWNK/axXLfO7d+9G06ZNUbNmTQwYMABPnjxBeHg4bGxsYGZmhnHjxpXaVX/x4gWmTJmChg0bwtDQEB988AESEhIq/RqIiIhUiUU3ERGRkhgZGcHIyAixsbF4/vx5uc+RyWTo1asXjh07ho0bN+LcuXP4/vvvoaurq3hOUVERlixZgg0bNuDw4cO4fv06goKCFI+vWLECS5cuxZIlS5CRkQFPT0/069cPFy9eVHx9z549YWZmhlOnTiE6OhoHDx7E2LFjK/2aJk6ciJKSEvzwww9vfI6Ojg5WrlyJzMxMhIeH448//sCUKVNKPaeoqAgrV65EVFQU9u3bh4SEBPj6+mLv3r3Yu3cvNmzYgLVr1yImJkbxNcOHD0dSUhKioqKQkZGBjz/+GD179lS8TiIiIrUkJyIiIqWJiYmRm5mZyQ0MDOSdO3eWT58+XZ6enq54fP/+/XIdHR35hQsXyv360NBQOQD5pUuXFGs//vij3MLCQvG5paWlfN68eaW+ztnZWT5mzBi5XC6Xr127Vm5mZiZ//Pix4vE9e/bIdXR05Lm5uXK5XC4fOnSo3MvL642vIz4+Xg5A/uDBA/nq1avl5ubm8oKCArlcLpfXqlVLHhoa+sav3bp1q7x27dpvfU2jRo2S16xZU/7o0SPFmqenp3zUqFFyuVwuv3Tpklwikchv3rxZ6nu7u7vLp0+f/safTUREJBp3uomIiJSof//+uHXrFnbu3AlPT08kJCSgbdu2ioPH0tLS0KhRI9jb27/xe9SsWRNNmjRRfN6gQQPcvXsXAFBYWIhbt27BxcWl1Ne4uLggKysLAJCVlYXWrVvD0NCw1OMymQwXLlyo9GsKDAxEnTp1sHDhwnIfj4+PR48ePdCwYUMYGxsjICAAeXl5ePLkyRtfk4WFBWxsbGBkZFRq7dXrTElJgVwuh729vaKDwMjICImJibh8+XKlXwMREZGqsOgmIiJSMgMDA/To0QMzZ87EsWPHMGzYMMyaNQsAUKNGjX/8en19/VKfSyQSyOXyMmuvk8vlirXXP/67N62/jZ6eHoKDg7FixQrcunWr1GPXrl1D79690bJlS2zbtg1nzpzBjz/+CAAoLi5+62sqb00mkwF42Yavq6uLM2fOIC0tTfErKysLK1asqPRrICIiUhUW3URERCrm4OCg2PVt1aoVbty4gezs7H/1vUxMTGBpaYmjR4+WWj927BiaN2+u+HlpaWmldpqTkpKgo6Pz1h32t/n444/RokULzJkzp9T66dOnUVJSgqVLl6Jjx46wt7cvU5j/G05OTpBKpbh79y7s7OxK/apfv/5//v5ERETKwqKbiIhISfLy8uDm5oaNGzciIyMDV65cQXR0NBYtWgQvLy8AQNeuXdGlSxf0798fBw4cwJUrV/D777+XOX38bb766issXLgQW7ZswYULFzBt2jSkpaVhwoQJAAB/f38YGBhg6NChyMzMRHx8PMaNG4chQ4bAwsLiX7++77//HuvXry9VzDdp0gQlJSVYtWoVcnJysGHDBqxevfpf/4xX7O3t4e/vj4CAAGzfvh1XrlzBqVOnsHDhQuzdu/c/f38iIiJlYdFNRESkJEZGRvjggw8QEhKCLl26oGXLlpgxYwZGjhxZ6vTvbdu2wdnZGYMGDYKDgwOmTJlSalTWPxk/fjy+/PJLfPnll3B0dMS+ffuwc+dOvP/++wBe3j+9f/9+5Ofnw9nZGQMGDIC7u/tbTyCvCDc3N7i5uaGkpESx1qZNGyxbtgwLFy5Ey5YtERkZiQULFvynn/NKaGgoAgIC8OWXX6Jp06bo168fTpw4ASsrqyr5/kRERMogkf/9pjAiIiIiIiIiqhLc6SYiIiIiIiJSEhbdRERERERERErCopuIiIiIiIhISVh0ExERERERESkJi24iIiIiIiIiJWHRTURERERERKQkLLqJiIiIiIiIlIRFNxEREREREZGSsOgmIiIiIiIiUhIW3URERERERERKwqKbiIiIiIiISElYdBMREREREREpyf8HcF9vyrvb5LUAAAAASUVORK5CYII=", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/png": "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xYULF3D27Fl0794dPj4+qFatGgCgXr16OHfuHDZu3IiYmBhMnToVV69eVTmPo6MjDh8+jMTERDx79izf/bt27Yr79+9jzZo16NWr10f3dXBwwOLFi7FkyRL07t0b4eHhuHv3Lk6ePIn+/fvj559/BgCMHj0ahw8fxs8//4ybN28iODgYy5YtU5jorF69eli2bBkuXLiAc+fOYcCAATnu4itzri9evMDhw4fx+PFjlYt2ZbHoJiIiIiIikoiTkxMuXLgAPz8/jB49Gu7u7mjYsCEOHz6MlStXAvi/5bGKFy+OunXrokGDBnB2dsa2bdvkx2ncuDEmT56McePGoXr16nj+/HmeS3d9zMKFCxEaGgoHBwd4enrmu7+ZmRnatWuHokWL5liyLDeDBg2SjwNv06YNKlSogD59+sDMzExeVFetWhXbt2/H1q1b4e7ujilTpmDGjBkKXdcXLlwIBwcH1K1bF/7+/hgzZgyMjY1VOlcvLy8MGDAAnTp1gpWVVZ534D+VTHzYEb6QSU1Nhbm5OVJSUmBmZiZ1HCIiIirMtuQ/QZCk/Av1xz76ir169QpxcXFwcnKCoaGh1HG+Og0bNkTFihWxdOlSqaN8dh/72VK21uSSYURERERERKSyp0+f4tChQzhy5AiWLVsmdRyNxaKbiIiIiIiIVFa1alU8e/YM8+bNQ/ny5aWOo7FYdBMREREREZHK7ty5I3UErcCJ1IiIiIiIiIjUhEU3ERERERERkZqw6CYiIiIiokIhKytL6ghUyHyOnymO6SYiIiIiIq2mr68PHR0dPHjwAFZWVtDX14dMpuFL+JFGE0LgzZs3ePToEXR0dKCvr1/gY7HoJiIiIiIiraajowMnJyckJCTgwYMHUsehQsTY2BilSpWCjk7BO4mz6CYiIiIiIq2nr6+PUqVK4e3bt8jMzJQ6DhUCurq6KFKkyCf3mmDRTUREREREhYJMJoOenh709PSkjkIkx4nUiIiIiIiIiNSERTcRERERERGRmrDoJiIiIiIiIlITFt1EREREREREasKim4iIiIiIiEhNWHQTERERERERqQmLbiIiIiIiIiI1YdFNREREREREpCYsuomIiIiIiIjUhEU3ERERERERkZqw6CYiIiIiIiJSExbdRERERERERGrCopuIiIiIiIhITVh0ExEREREREakJi24iIiIiIiIiNWHRTURERERERKQmkhbd06ZNg0wmU3jY2trKtwshMG3aNNjb28PIyAi+vr64du2ahImJiIiIiIiIlCf5nW43NzckJCTIH1euXJFvmz9/PhYtWoRly5YhIiICtra2aNiwIZ4/fy5hYiIiIiIiIiLlSF50FylSBLa2tvKHlZUVgHd3uQMDAzFp0iS0bdsW7u7uCA4ORnp6OrZs2SJxaiIiIiIiIqL8SV50x8TEwN7eHk5OTujcuTNu374NAIiLi0NiYiIaNWok39fAwAA+Pj44depUnsd7/fo1UlNTFR5EREREREREUpC06K5ZsyY2btyIgwcPYs2aNUhMTISXlxeePHmCxMREAICNjY3C19jY2Mi35WbOnDkwNzeXPxwcHNR6DkRERERERER5kbTobtKkCdq1awcPDw80aNAA+/fvBwAEBwfL95HJZApfI4TI0fa+iRMnIiUlRf6Ij49XT3giIiIiIiKifEjevfx9JiYm8PDwQExMjHwW8w/vaiclJeW4+/0+AwMDmJmZKTyIiIiIiIiIpKBRRffr168RFRUFOzs7ODk5wdbWFqGhofLtb968QXh4OLy8vCRMSURERERERKScIlK++JgxY9CiRQuUKlUKSUlJmDlzJlJTU9GjRw/IZDKMGDECs2fPhouLC1xcXDB79mwYGxvD399fythERERERERESpG06P7vv//QpUsXPH78GFZWVqhVqxbOnDmD0qVLAwDGjRuHly9fYtCgQXj27Blq1qyJQ4cOwdTUVMrYREREREREREqRCSGE1CHUKTU1Febm5khJSdH88d1b8p4gTiP4F+ofFSIiok/Hv+VERF8NZWtNjRrTTURERERERFSYsOgmIiIiIiIiUhMW3URERERERERqwqKbiIiIiIiISE1YdBMRERERERGpCYtuIiIiIiIiIjVh0U1ERERERESkJiy6iYiIiIiIiNSERTcRERERERGRmrDoJiIiIiIiIlITFt1EREREREREasKim4iIiIiIiEhNWHQTERERERERqQmLbiIiIiIiIiI1YdFNREREREREpCYsuomIiIiIiIjUhEU3ERERERERkZqw6CYiIiIiIiJSExbdRERERERERGrCopuIiIiIiIhITVh0ExEREREREakJi24iIiIiIiIiNWHRTURERERERKQmLLqJiIiIiIiI1IRFNxEREREREZGasOgmIiIiIiIiUhMW3URERERERERqwqKbiIiIiIiISE1YdBMRERERERGpCYtuIiIiIiIiIjVh0U1ERERERESkJiy6iYiIiIiIiNSERTcRERERERGRmrDoJiIiIiIiIlITFt1EREREREREasKim4iIiIiIiEhNWHQTERERERERqQmLbiIiIiIiIiI1YdFNREREREREpCYsuomIiIiIiIjUhEU3ERERERERkZqw6CYiIiIiIiJSExbdRERERERERGqiMUX3nDlzIJPJMGLECHmbEALTpk2Dvb09jIyM4Ovri2vXrkkXkoiIiIiIiEgFGlF0R0REYPXq1ahUqZJC+/z587Fo0SIsW7YMERERsLW1RcOGDfH8+XOJkhIREREREREpT/Ki+8WLF+jatSvWrFmD4sWLy9uFEAgMDMSkSZPQtm1buLu7Izg4GOnp6diyZYuEiYmIiIiIiIiUI3nRPXjwYDRr1gwNGjRQaI+Li0NiYiIaNWokbzMwMICPjw9OnTqV5/Fev36N1NRUhQcRERERERGRFIpI+eJbt27FhQsXEBERkWNbYmIiAMDGxkah3cbGBnfv3s3zmHPmzMH06dM/b1AiIiIiIiKiApDsTnd8fDyGDx+OzZs3w9DQMM/9ZDKZwnMhRI62902cOBEpKSnyR3x8/GfLTERERERERKQKye50nz9/HklJSfj222/lbZmZmTh27BiWLVuGGzduAHh3x9vOzk6+T1JSUo673+8zMDCAgYGB+oITERERERERKUmyO93169fHlStXEBkZKX9Uq1YNXbt2RWRkJJydnWFra4vQ0FD517x58wbh4eHw8vKSKjYRERERERGR0iS7021qagp3d3eFNhMTE1haWsrbR4wYgdmzZ8PFxQUuLi6YPXs2jI2N4e/vL0VkIiIiIiIiIpVIOpFafsaNG4eXL19i0KBBePbsGWrWrIlDhw7B1NRU6mhERERERERE+ZIJIYTUIdQpNTUV5ubmSElJgZmZmdRxPm5L3hPEaQT/Qv2jQkRE9On4t5yI6KuhbK0p+TrdRERERERERIUVi24iIiIiIiIiNWHRTURERERERKQmLLqJiIiIiIiI1ESjZy8nIiIi0iayGKkTfBynUSMi+vJ4p5uIiIiIiIhITVh0ExEREREREakJi24iIiIiIiIiNWHRTURERERERKQmLLqJiIiIiIiI1IRFNxEREREREZGasOgmIiIiIiIiUhMW3URERERERERqwqKbiIiIiIiISE1YdBMRERERERGpCYtuIiIiIiIiIjVh0U1ERERERESkJiy6iYiIiIiIiNSkQEW3s7Mznjx5kqM9OTkZzs7OnxyKiIiIiIiIqDAoUNF9584dZGZm5mh//fo17t+//8mhiIiIiIiIiAqDIqrsvHfvXvn/Hzx4EObm5vLnmZmZOHz4MBwdHT9bOCIiIiIiIiJtplLR3bp1awCATCZDjx49FLbp6enB0dERCxcu/GzhiIiIiIiIiLSZSkV3VlYWAMDJyQkREREoUaKEWkIRERERERERFQYqFd3Z4uLiPncOIiIiIiIiokKnQEU3ABw+fBiHDx9GUlKS/A54tnXr1n1yMCIiIiIiIiJtV6Cie/r06ZgxYwaqVasGOzs7yGSyz52LiIiIiIiISOsVqOgOCgrChg0b0K1bt8+dh4iIiIiIiKjQKNA63W/evIGXl9fnzkJERERERERUqBSo6O7Tpw+2bNnyubMQERERERERFSoF6l7+6tUrrF69Gv/88w8qVaoEPT09he2LFi36LOGIiIiIiIiItFmBiu7Lly+jSpUqAICrV68qbOOkakRERERERETvFKjoDgsL+9w5iIiIiIiIiAqdAo3pJiIiIiIiIqL8FehOt5+f30e7kR85cqTAgYiIiIiIiIgKiwIV3dnjubNlZGQgMjISV69eRY8ePT5HLiIiIiIiIiKtV6Cie/Hixbm2T5s2DS9evPikQERERERERESFxWcd0/3DDz9g3bp1n/OQRERERERERFrrsxbdp0+fhqGh4ec8JBEREREREZHWKlD38rZt2yo8F0IgISEB586dw+TJkz9LMCIiIiIiIiJtV6Ci29zcXOG5jo4OypcvjxkzZqBRo0afJRgRERERERGRtitQ0b1+/frPnYOIiIiIiIio0ClQ0Z3t/PnziIqKgkwmg6urKzw9PT9XLiIiIiIiIiKtV6CiOykpCZ07d8bRo0dRrFgxCCGQkpICPz8/bN26FVZWVp8751dBFiN1go8TUgcgIqLcbZFJnSBv/vzrQUREX7cCzV4+dOhQpKam4tq1a3j69CmePXuGq1evIjU1FcOGDVP6OCtXrkSlSpVgZmYGMzMz1K5dG3///bd8uxAC06ZNg729PYyMjODr64tr164VJDIRERERERHRF1egojskJAQrV65ExYoV5W2urq5Yvny5QtGcn2+++QZz587FuXPncO7cOdSrVw+tWrWSF9bz58/HokWLsGzZMkRERMDW1hYNGzbE8+fPCxKbiIiIiIiI6IsqUNGdlZUFPT29HO16enrIyspS+jgtWrRA06ZNUa5cOZQrVw6zZs1C0aJFcebMGQghEBgYiEmTJqFt27Zwd3dHcHAw0tPTsWXLloLEJiIiIiIiIvqiClR016tXD8OHD8eDBw/kbffv38fIkSNRv379AgXJzMzE1q1bkZaWhtq1ayMuLg6JiYkKS5AZGBjAx8cHp06dyvM4r1+/RmpqqsKDiIiIiIiISAoFKrqXLVuG58+fw9HREWXKlEHZsmXh5OSE58+f49dff1XpWFeuXEHRokVhYGCAAQMGYPfu3XB1dUViYiIAwMbGRmF/Gxsb+bbczJkzB+bm5vKHg4OD6idIRERERERE9BkUaPZyBwcHXLhwAaGhoYiOjoYQAq6urmjQoIHKxypfvjwiIyORnJyMnTt3okePHggPD5dvl8kUZ2QVQuRoe9/EiRMxatQo+fPU1FQW3kRERERERCQJlYruI0eOYMiQIThz5gzMzMzQsGFDNGzYEACQkpICNzc3BAUFoU6dOkofU19fH2XLlgUAVKtWDREREViyZAnGjx8PAEhMTISdnZ18/6SkpBx3v99nYGAAAwMDVU6LiIiIiIiISC1U6l4eGBiIvn37wszMLMc2c3Nz9O/fH4sWLfqkQEIIvH79Gk5OTrC1tUVoaKh825s3bxAeHg4vL69Peg0iIiIiIiKiL0GlovvSpUv4/vvv89zeqFEjnD9/Xunj/fjjjzh+/Dju3LmDK1euYNKkSTh69Ci6du0KmUyGESNGYPbs2di9ezeuXr2KgIAAGBsbw9/fX5XYRERERERERJJQqXv5w4cPc10qTH6wIkXw6NEjlY7XrVs3JCQkwNzcHJUqVUJISIi8y/q4cePw8uVLDBo0CM+ePUPNmjVx6NAhmJqaqhKbiIiIiIiISBIqFd0lS5bElStX5GOwP3T58mWF8df5+d///vfR7TKZDNOmTcO0adNUiUlERERERESkEVTqXt60aVNMmTIFr169yrHt5cuXmDp1Kpo3b/7ZwhERERERERFpM5XudP/000/YtWsXypUrhyFDhqB8+fKQyWSIiorC8uXLkZmZiUmTJqkrKxEREREREZFWUanotrGxwalTpzBw4EBMnDgRQggA77qBN27cGCtWrPjocl5EREREREREXxOVim4AKF26NA4cOIBnz57h1q1bEELAxcUFxYsXV0c+IiIiIiIiIq2lctGdrXjx4qhevfrnzEJERERERERUqKg0kRoRERERERERKY9FNxEREREREZGasOgmIiIiIiIiUhMW3URERERERERqwqKbiIiIiIiISE1YdBMRERERERGpCYtuIiIiIiIiIjVh0U1ERERERESkJiy6iYiIiIiIiNSERTcRERERERGRmrDoJiIiIiIiIlITFt1EREREREREasKim4iIiIiIiEhNWHQTERERERERqQmLbiIiIiIiIiI1YdFNREREREREpCYsuomIiIiIiIjUhEU3ERERERERkZqw6CYiIiIiIiJSExbdRERERERERGrCopuIiIiIiIhITVh0ExEREREREakJi24iIiIiIiIiNWHRTURERERERKQmLLqJiIiIiIiI1IRFNxEREREREZGasOgmIiIiIiIiUhMW3URERERERERqwqKbiIiIiIiISE1YdBMRERERERGpCYtuIiIiIiIiIjVh0U1ERERERESkJiy6iYiIiIiIiNSERTcRERERERGRmrDoJiIiIiIiIlITFt1EREREREREasKim4iIiIiIiEhNikgdgIiIiD6NLEbqBHkTUgcgIiKSmKR3uufMmYPq1avD1NQU1tbWaN26NW7cuKGwjxAC06ZNg729PYyMjODr64tr165JlJiIiIiIiIhIeZIW3eHh4Rg8eDDOnDmD0NBQvH37Fo0aNUJaWpp8n/nz52PRokVYtmwZIiIiYGtri4YNG+L58+cSJiciIiIiIiLKn6Tdy0NCQhSer1+/HtbW1jh//jzq1q0LIQQCAwMxadIktG3bFgAQHBwMGxsbbNmyBf3795ciNhEREREREZFSNGoitZSUFACAhYUFACAuLg6JiYlo1KiRfB8DAwP4+Pjg1KlTuR7j9evXSE1NVXgQERERERERSUFjim4hBEaNGoXvvvsO7u7uAIDExEQAgI2NjcK+NjY28m0fmjNnDszNzeUPBwcH9QYnIiIiIiIiyoPGFN1DhgzB5cuX8fvvv+fYJpPJFJ4LIXK0ZZs4cSJSUlLkj/j4eLXkJSIiIiIiIsqPRiwZNnToUOzduxfHjh3DN998I2+3tbUF8O6Ot52dnbw9KSkpx93vbAYGBjAwMFBvYCIiIiIiIiIlSHqnWwiBIUOGYNeuXThy5AicnJwUtjs5OcHW1hahoaHytjdv3iA8PBxeXl5fOi4RERERERGRSiS90z148GBs2bIFf/75J0xNTeXjtM3NzWFkZASZTIYRI0Zg9uzZcHFxgYuLC2bPng1jY2P4+/tLGZ2IiIiIiIgoX5IW3StXrgQA+Pr6KrSvX78eAQEBAIBx48bh5cuXGDRoEJ49e4aaNWvi0KFDMDU1/cJpiYio0NmS+/wgGsNfSJ2AiIiIPpGkRbcQ+X+YkMlkmDZtGqZNm6b+QERERERERESfkcbMXk5ERERERERU2LDoJiIiIiIiIlITFt1EREREREREasKim4iIiIiIiEhNWHQTERERERERqQmLbiIiIiIiIiI1YdFNREREREREpCYsuomIiIiIiIjUhEU3ERERERERkZqw6CYiIiIiIiJSExbdRERERERERGrCopuIiIiIiIhITVh0ExEREREREakJi24iIiIiIiIiNWHRTURERERERKQmLLqJiIiIiIiI1IRFNxEREREREZGasOgmIiIiIiIiUhMW3URERERERERqwqKbiIiIiIiISE1YdBMRERERERGpCYtuIiIiIiIiIjVh0U1ERERERESkJiy6iYiIiIiIiNSERTcRERERERGRmrDoJiIiIiIiIlITFt1EREREREREasKim4iIiIiIiEhNWHQTERERERERqQmLbiIiIiIiIiI1YdFNREREREREpCYsuomIiIiIiIjUhEU3ERERERERkZqw6CYiIiIiIiJSExbdRERERERERGrCopuIiIiIiIhITYpIHYCIiIgIW2RSJ/g4fyF1AiIi0lK8001ERERERESkJiy6iYiIiIiIiNSERTcRERERERGRmrDoJiIiIiIiIlITFt1EREREREREasKim4iIiIiIiEhNJC26jx07hhYtWsDe3h4ymQx79uxR2C6EwLRp02Bvbw8jIyP4+vri2rVr0oQlIiIiIiIiUpGkRXdaWhoqV66MZcuW5bp9/vz5WLRoEZYtW4aIiAjY2tqiYcOGeP78+RdOSkRERERERKS6IlK+eJMmTdCkSZNctwkhEBgYiEmTJqFt27YAgODgYNjY2GDLli3o37//l4xKREREREREpDKNHdMdFxeHxMRENGrUSN5mYGAAHx8fnDp1Ks+ve/36NVJTUxUeRERERERERFKQ9E73xyQmJgIAbGxsFNptbGxw9+7dPL9uzpw5mD59ulqzERFR4SCLkTrBxwmpAxAREdEn09g73dlkMpnCcyFEjrb3TZw4ESkpKfJHfHy8uiMSERERERER5Upj73Tb2toCeHfH287OTt6elJSU4+73+wwMDGBgYKD2fERERERERET50dg73U5OTrC1tUVoaKi87c2bNwgPD4eXl5eEyYiIiIiIiIiUI+md7hcvXuDWrVvy53FxcYiMjISFhQVKlSqFESNGYPbs2XBxcYGLiwtmz54NY2Nj+Pv7S5iaiIiIiIiISDmSFt3nzp2Dn5+f/PmoUaMAAD169MCGDRswbtw4vHz5EoMGDcKzZ89Qs2ZNHDp0CKamplJFJiIiIjXgpHZERFRYSVp0+/r6Qoi8/4zJZDJMmzYN06ZN+3KhiIiIiIiIiD4TjR3TTURERERERKTtWHQTERERERERqQmLbiIiIiIiIiI1YdFNREREREREpCYsuomIiIiIiIjUhEU3ERERERERkZqw6CYiIiIiIiJSExbdRERERERERGrCopuIiIiIiIhITVh0ExEREREREakJi24iIiIiIiIiNWHRTURERERERKQmLLqJiIiIiIiI1IRFNxEREREREZGasOgmIiIiIiIiUpMiUgcgIjXbIpM6wcf5C6kTEBERERGpDe90ExEREREREakJi24iIiIiIiIiNWHRTURERERERKQmLLqJiIiIiIiI1IQTqRERERGRIk7CqVn4fhBpNd7pJiIiIiIiIlITFt1EREREREREasKim4iIiIiIiEhNWHQTERERERERqQknUqPPj5N9aBRZjNQJPu7rejcKEf6eExERaTf+Lf9ieKebiIiIiIiISE1YdBMRERERERGpCYtuIiIiIiIiIjVh0U1ERERERESkJiy6iYiIiIiIiNSEs5cTERERkQKufKFZ+H4QaTfe6SYiIiIiIiJSExbdRERERERERGrCopuIiIiIiIhITVh0ExEREREREakJJ1Kjz67QTPaxRabOGJ/O/yubtqSwvB+F5DwKze85ERVuheTf3EKjsLwfheQ8+Lf8y+GdbiIiIiIiIiI1YdFNREREREREpCYsuomIiIiIiIjUhEU3ERERERERkZqw6CYiIiIiIiJSE62YvXzFihVYsGABEhIS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IiKiUsORYUREJExGRgZCQkKwceNGJCYmwsHBQXQkIiIiolLFkWFERFSmcnJysG7dOnTu3BkWFhb49ddf0aNHD6SkpODMmTOi4xERERGVKraXExFRmapQoQLMzMzwxRdfwNfXl7vbREREpNVYdBMRUZmKiIhAp06dFCNSiIiIiLQZi24iIiIiIiIiFeFBakREpHItWrSATCYr1nPj4uJUnIaIiIio7LDoJiIilfP09BQdgYiIiEgItpcTERERERERqQh3uomISIjY2FgkJydDJpPBzs4OLVq0EB2JiIiIqNSx6CYiojL14MED9OnTB5GRkTA1NYUkSXj8+DGcnZ0REhKCatWqiY5IREREVGo4r4WIiMrUqFGjkJOTgz///BNZWVn466+/cPHiReTk5GD06NGi4xERERGVKt7TTUREZapSpUo4fPgwHBwclNbPnj2LLl26IDs7W0wwIiIiIhXgTjcREZWpgoIC6OvrF1rX19dHQUGBgEREREREqsOim4iIypSLiwvGjBmDe/fuKdbu3r2LcePGwdXVVWAyIiIiotLH9nIiIipTt2/fhoeHBy5evAgLCwvIZDLcunUL9vb2+OOPP1CnTh3REYmIiIhKDYtuIiIS4tChQ7h8+TIkSYKdnR06deokOhIRERFRqWPRTUREZSotLQ1WVlaiYxARERGVCd7TTUREZcra2hr/+c9/sGrVKmRlZYmOQ0RERKRSLLqJiKhMnT9/Hm3btkVAQADMzc3h4eGB0NBQvHjxQnQ0IiIiolLH9nIiIhJCkiRERkZi8+bN2L59O+RyOby9vbF27VrR0YiIiIhKDYtuIiISLi4uDkOGDEFiYiLkcrnoOERERESlhu3lREQkxO3btzF//nw0b94cDg4OMDQ0xIoVK0THIiIiIipVeqIDEBHRx2X16tXYtGkTTp48iYYNG8LX1xfh4eE80ZyIiIi0EtvLiYioTFlYWKBPnz7w9fVF8+bNRcchIiIiUim2lxMRUZm6desWevbsiYULF6Jdu3a4e/cuAGDDhg04efKk4HREREREpYtFNxERlakdO3bAzc0NFSpUQFxcnGJU2N9//405c+YITkdERERUulh0ExFRmQoICMDKlSvx22+/QV9fX7Herl07xMXFCUxGREREVPpYdBMRUZm6cuUKnJycCq2bmJggOzu77AMRERERqRCLbiIiKlO1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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/png": "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ISkp6bPPQYaM7uTdu3dHu3btYGpqqtLF3MLCApUrV8Y///yjbDt06BCMjIzw8uVLlQL4n3/+Qd26dZUFYkxMDKpVq4YlS5YgODgYfn5+OHnyJGrUqJHpAYkWLVrAxcUFW7ZsQUBAAACgV69emDNnDjp37qx8vlq0aIFnz5590fP15s0b1KtXD8HBwZg+fTq2bNmCggULom3btlk+V02aNMG0adMAAIsXL1a+35o0aQIAmD59Onr06AF3d3ds27YNCxYswIULF1CtWjXcuHHjs49drVo1xMXF4eeff0ZoaCjevHnzyW1XrlyJxo0bIz09HQEBAdi9ezcGDx6Mf//9V2W7lJQUNG3aFD4+Pti5cye6d++O+fPnY+bMmcpt3r59izp16mDt2rXw9fXF3r170bFjR8yaNQstWrRQbieEQLNmzTBnzhx06tQJe/fuha+vL9asWYO6det+9uDZ175HiYhyPEFERDnS6tWrBQBx+vRpkZycLJydnUWlSpVEenq6EEKI2rVrC3d3d+X2t2/fFgDE6tWr1R4LgJg0aZLy+qRJkwQAMXfuXJXtypcvLwCIbdu2KdtSUlKEjY2NaNGihbItJCREABAVKlRQ5hFCiDt37og8efKInj17KttKlSolPD09RUpKisrP+uGHH4S9vb1IS0tT2d/OnTtr9PyMGTNGABAnT55Uae/Xr59QKBTi2rVryrZixYqJJk2aaPS4xYoVEwDULlWqVBFxcXGfvW9qaqp49eqVyJs3r1iwYIGyvW3btsLExETEx8erbFuqVCkBQNy+fVsIIcTly5cFADF69GiVx/3rr78EANGlSxdlW58+fYSZmZm4e/euyrZz5swRAMTly5eFEEIMHDhQ5MuXT6N9/1hSUpKwsLAQVatWVbZ16dJFKBQKcfPmTWXbhAkThImJiXj79q0QQoiePXuKhg0birJly4rJkycLIYS4f/++ACCWLVuW6c9KT08XKSkp4u7duwKA2Llzp/K2jPern5+fyn2io6MFADFs2DCV9j///POLn68lS5ao/XwhhOjVq9cnP18f2rJliwAgQkJCVNqfPXsmTExMROPGjVXaY2NjhZGRkejQocNnH/ft27eiWbNmyvejvr6+8PT0FOPHjxePHj1Sbvfy5UthYWEhatSoofLZ/FiXLl0EALF582aV9saNGwtXV1fl9YCAgEy3mzlz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WVmJihUrivHjx4tXr14JIYRYs2aNqFOnjrCzsxOGhoaiUKFCok2bNuLChQuffA527NghAAh/f/9PbpMxW3XGDPjp6emiQIECAoC4f/++yn7j/2e6/9iVK1dE/fr1hbm5ucifP79o3bq1iI2N1fj9KoQQycnJYvjw4WrPV2avgSbPlxD/e13NzMyEubm5aNmypTh+/LhGs5cLIYS/v79wcnIS+vr6avdZsWKFKFu2rDA0NBSWlpbip59+Us6c/jkHDhwQ3bt3F25ubsLS0lIYGBgIe3t70aJFCxEREaG2/b59+0Tt2rVF3rx5hampqXBzcxMzZ85U3v6pz3rGc/2hhIQE0bdvX2Fvby8MDAxEsWLFxNixY5Wz1Wd48+aNGD16tChWrJjIkyePsLe3F/369RPPnj1T2e7j2cu/5D1KRCQnCiGyoe8RERER6czx48dRvXp1/Pnnn189izYRERF9Wyy6iYiIcpCDBw8iIiICFStWhImJCc6fP48ZM2bA0tISFy5cUJttmoiIiHI2jukmIiLKQSwsLBAcHAx/f3+8fPkSBQoUQKNGjTB9+nQW3ERERDLEM91EREREREREOsIlw4iIiIiIiIh0hEU3ERERERERkY6w6CYiIiIiIiLSkf/cRGrp6el48OABzM3NoVAopI5DREREREREMiSEwMuXL1GoUCHo6X36fPZ/ruh+8OABHBwcpI5BREREREREucC9e/dQpEiRT97+nyu6zc3NAbx/YiwsLCROQ0RERERERHL04sULODg4KGvMT/nPFd0ZXcotLCxYdBMREREREdFXyWrYMidSIyIiIiIiItIRFt1EREREREREOsKim4iIiIiIiEhHWHQTERERERER6QiLbiIiIiIiIiIdYdFNREREREREpCMsuomIiIiIiIh0hEU3ERERERERkY6w6CYiIiIiIiLSEUmL7iVLlqBs2bKwsLCAhYUFqlWrhr///vuz9wkNDUXFihVhbGwMZ2dnBAQEfKO0RERERERERNqRtOguUqQIZsyYgTNnzuDMmTOoW7cufvrpJ1y+fDnT7W/fvo3GjRujZs2aiIyMxLhx4zB48GAEBQV94+REREREREREWVMIIYTUIT5kZWWF2bNno0ePHmq3jR49Grt27UJ0dLSyrW/fvjh//jwiIiI0evwXL17A0tISz58/h4WFRbblJiIiIiIiov8OTWvLHDOmOy0tDRs3bkRSUhKqVauW6TYRERFo0KCBStv333+PM2fOICUl5VvEJCIiIiIiItKYgdQBLl68iGrVquHt27cwMzPD9u3b4ebmlum28fHxsLOzU2mzs7NDamoqnjx5Ant7e7X7JCcnIzk5WXn9xYsX2bsDRERERERERJ8gedHt6uqKqKgoJCYmIigoCF26dEFoaOgnC2+FQqFyPaN3/MftGaZPn47Jkydnb2gimZqsyNmfhUliktQRvqmc/HrwtchZ/muvBxHlXvx9m3Pwtfh2JO9ebmhoCBcXF1SqVAnTp09HuXLlsGDBgky3LViwIOLj41XaHj16BAMDA1hbW2d6n7Fjx+L58+fKy71797J9H4iIiIiIiIgyI/mZ7o8JIVS6g3+oWrVq2L17t0pbcHAwKlWqhDx58mR6HyMjIxgZGWV7TiIiIiIiIqKsSHqme9y4cTh27Bju3LmDixcvYvz48Thy5Ah+/vlnAO/PUnfu3Fm5fd++fXH37l34+voiOjoaq1atwsqVKzFixAipdoGIiIiIiIjokyQ90/3w4UN06tQJcXFxsLS0RNmyZbF//37Ur18fABAXF4fY2Fjl9k5OTti3bx+GDRuGxYsXo1ChQli4cCFatmwp1S4QERERERERfZKkRffKlSs/e3tgYKBaW+3atXHu3DkdJSIiIiIiIiLKPpJPpEZERERERESUW7HoJiIiIiIiItIRFt1EREREREREOsKim4iIiIiIiEhHWHQTERERERER6QiLbiIiIiIiIiIdYdFNREREREREpCMsuomIiIiIiIh0hEU3ERERERERkY6w6CYiIiIiIiLSERbdRERERERERDrCopuIiIiIiIhIR1h0ExEREREREekIi24iIiIiIiIiHWHRTURERERERKQjLLqJiIiIiIiIdIRFNxEREREREZGOsOgmIiIiIiIi0hEW3UREREREREQ6wqKbiIiIiIiISEdYdBMRERERERHpCItuIiIiIiIiIh1h0U1ERERERESkIyy6iYiIiIiIiHSERTcRERERERGRjrDoJiIiIiIiItIRFt1EREREREREOsKim4iIiIiIiEhHWHQTERERERER6QiLbiIiIiIiIiIdYdFNREREREREpCMsuomIiIiIiIh0hEU3ERERERERkY6w6CYiIiIiIiLSERbdRERERERERDrCopuIiIiIiIhIR1h0ExEREREREekIi24iIiIiIiIiHWHRTURERERERKQjLLqJiIiIiIiIdIRFNxEREREREZGOsOgmIiIiIiIi0hEW3UREREREREQ6wqKbiIiIiIiISEckLbqnT5+OypUrw9zcHLa2tmjWrBmuXbv22fscOXIECoVC7XL16tVvlJqIiIiIiIhIM5IW3aGhoRgwYABOnDiBgwcPIjU1FQ0aNEBSUlKW97127Rri4uKUlxIlSnyDxERERERERESaM5Dyh+/fv1/l+urVq2Fra4uzZ8+iVq1an72vra0t8uXLp8N0RERERERERF8nR43pfv78OQDAysoqy209PT1hb28PHx8fhISE6DoaERERERERkdYkPdP9ISEEfH19UaNGDZQpU+aT29nb22PZsmWoWLEikpOTsW7dOvj4+ODIkSOZnh1PTk5GcnKy8vqLFy90kp+IiIiIiIjoYzmm6B44cCAuXLiAsLCwz27n6uoKV1dX5fVq1arh3r17mDNnTqZF9/Tp0zF58uRsz0tERERERESUlRzRvXzQoEHYtWsXQkJCUKRIEa3vX7VqVdy4cSPT28aOHYvnz58rL/fu3fvauEREREREREQakfRMtxACgwYNwvbt23HkyBE4OTl90eNERkbC3t4+09uMjIxgZGT0NTGJiIiIiIiIvoikRfeAAQOwYcMG7Ny5E+bm5oiPjwcAWFpawsTEBMD7M9X379/H2rVrAQD+/v5wdHSEu7s73r17h/Xr1yMoKAhBQUGS7QcRERERERFRZiQtupcsWQIA8Pb2VmlfvXo1unbtCgCIi4tDbGys8rZ3795hxIgRuH//PkxMTODu7o69e/eicePG3yo2ERERERERkUYk716elcDAQJXro0aNwqhRo3SUiIiIiIiIiCj75IiJ1IiIiIiIiIhyIxbdRERERERERDrCopuIiIiIiIhIR1h0ExEREREREekIi24iIiIiIiIiHWHRTURERERERKQjLLqJiIiIiIiIdIRFNxEREREREZGOsOgmIiIiIiIi0hEW3UREREREREQ6wqKbiIiIiIiISEdYdBMRERERERHpCItuIiIiIiIiIh1h0U1ERERERESkIyy6iYiIiIiIiHSERTcRERERERGRjrDoJiIiIiIiItIRFt1EREREREREOsKim4iIiIiIiEhHWHQTERERERER6QiLbiIiIiIiIiIdYdFNREREREREpCMsuomIiIiIiIh0hEU3ERERERERkY6w6CYiIiIiIiLSERbdRERERERERDrCopuIiIiIiIhIR1h0ExEREREREekIi24iIiIiIiIiHWHRTURERERERKQjLLqJiIiIiIiIdIRFNxEREREREZGOaF10r1mzBnv37lVeHzVqFPLlywcvLy/cvXs3W8MRERERERERyZnWRfe0adNgYmICAIiIiMCiRYswa9YsFChQAMOGDcv2gERERERERERyZaDtHe7duwcXFxcAwI4dO9CqVSv07t0b1atXh7e3d3bnIyIiIiIiIpItrc90m5mZISEhAQAQHByMevXqAQCMjY3x5s2b7E1HREREREREJGNan+muX78+evbsCU9PT1y/fh1NmjQBAFy+fBmOjo7ZnY+IiIiIiIhItrQ+07148WJUq1YNjx8/RlBQEKytrQEAZ8+eRfv27bM9IBEREREREZFcaX2mO1++fFi0aJFa++TJk7MlEBEREREREVFu8UXrdB87dgwdO3aEl5cX7t+/DwBYt24dwsLCsjUcERERERERkZxpXXQHBQXh+++/h4mJCc6dO4fk5GQAwMuXLzFt2rRsD0hEREREREQkV1oX3VOmTEFAQACWL1+OPHnyKNu9vLxw7ty5bA1HREREREREJGdaF93Xrl1DrVq11NotLCyQmJiYHZmIiIiIiIiIcgWti257e3vcvHlTrT0sLAzOzs7ZEoqIiIiIiIgoN9C66O7Tpw+GDBmCkydPQqFQ4MGDB/jzzz8xYsQI9O/fX6vHmj59OipXrgxzc3PY2tqiWbNmuHbtWpb3Cw0NRcWKFWFsbAxnZ2cEBARouxtEREREREREOqf1kmGjRo3C8+fPUadOHbx9+xa1atWCkZERRowYgYEDB2r1WKGhoRgwYAAqV66M1NRUjB8/Hg0aNMCVK1eQN2/eTO9z+/ZtNG7cGL169cL69esRHh6O/v37w8bGBi1bttR2d4iIiIiIiIh0RuuiGwCmTp2K8ePH48qVK0hPT4ebmxvMzMy0fpz9+/erXF+9ejVsbW1x9uzZTMeNA0BAQACKFi0Kf39/AEDp0qVx5swZzJkzh0U3ERERERER5ShfVHQDgKmpKSpVqpSdWfD8+XMAgJWV1Se3iYiIQIMGDVTavv/+e6xcuRIpKSkqM6oTERERERERSUnrort58+ZQKBRq7QqFAsbGxnBxcUGHDh3g6uqq1eMKIeDr64saNWqgTJkyn9wuPj4ednZ2Km12dnZITU3FkydPYG9vr3JbcnKyci1xAHjx4oVWuYiIiIiIiIi+lNZFt6WlJXbs2IF8+fKhYsWKEEIgMjISiYmJaNCgATZt2oSZM2fi0KFDqF69usaPO3DgQFy4cAFhYWFZbvtx0S+EyLQdeD9Z2+TJkzXOkZNMVuTs3JPEJI22437onqb7kFvk5NcC+G+9Hnwtcpbc8nrk5P3IDfsAcD9yktywDwB/3+Y0/7XXI6fTevbyggULokOHDrh16xaCgoKwbds2xMTEoGPHjihevDiio6PRpUsXjB49WuPHHDRoEHbt2oWQkBAUKVIky58fHx+v0vbo0SMYGBjA2tpabfuxY8fi+fPnysu9e/c0zkVERERERET0NbQ+071y5UqEh4dDT+9/9bqenh4GDRoELy8vTJs2DQMHDkTNmjWzfCwhBAYNGoTt27fjyJEjcHJyyvI+1apVw+7du1XagoODUalSpUzHcxsZGcHIyEiDPSMiIiIiIiLKXlqf6U5NTcXVq1fV2q9evYq0tDQAgLGxcaZdvT82YMAArF+/Hhs2bIC5uTni4+MRHx+PN2/eKLcZO3YsOnfurLzet29f3L17F76+voiOjsaqVauwcuVKjBgxQttdISIiIiIiItIprc90d+rUCT169MC4ceNQuXJlKBQKnDp1CtOmTVMWx6GhoXB3d8/ysZYsWQIA8Pb2VmlfvXo1unbtCgCIi4tDbGys8jYnJyfs27cPw4YNw+LFi1GoUCEsXLiQy4URERERERFRjqN10T1//nzY2dlh1qxZePjwIYD3s4cPGzZMOY67QYMGaNiwYZaPlTEB2ucEBgaqtdWuXRvnzp3TLjgRERERERHRN6Z10a2vr4/x48dj/PjxyuW3LCwsVLYpWrRo9qQjIiIiIiIikjGti+4PfVxsExEREREREdH/aFR0e3p6ajQxGgB2+yYiIiIiIiL6fxoV3c2aNVP+/+3bt/jjjz/g5uaGatWqAQBOnDiBy5cvo3///joJSURERERERCRHGhXdkyZNUv6/Z8+eGDx4MH777Te1be7du5e96YiIiIiIiIhkTOt1urds2aKybnaGjh07IigoKFtCEREREREREeUGWhfdJiYmCAsLU2sPCwuDsbFxtoQiIiIiIiIiyg20nr186NCh6NevH86ePYuqVasCeD+me9WqVfDz88v2gERERERERERypXXRPWbMGDg7O2PBggXYsGEDAKB06dIIDAxEmzZtsj0gERERERERkVx90Trdbdq0YYFNRERERERElAWtx3QTERERERERkWa0PtOdlpaG+fPnY/PmzYiNjcW7d+9Ubn/69Gm2hSMiIiIiIiKSM63PdE+ePBnz5s1DmzZt8Pz5c/j6+qJFixbQ09PDL7/8ooOIRERERERERPKkddH9559/Yvny5RgxYgQMDAzQvn17rFixAn5+fjhx4oQuMhIRERERERHJktZFd3x8PDw8PAAAZmZmeP78OQDghx9+wN69e7M3HREREREREZGMaV10FylSBHFxcQAAFxcXBAcHAwBOnz4NIyOj7E1HREREREREJGNaF93NmzfHoUOHAABDhgzBxIkTUaJECXTu3Bndu3fP9oBEREREREREcqX17OUzZsxQ/r9Vq1YoUqQIjh8/DhcXFzRt2jRbwxERERERERHJmdZF98eqVq2KqlWrZkcWIiIiIiIiolxF66I7ISEB1tbWAIB79+5h+fLlePPmDZo2bYqaNWtme0AiIiIiIiIiudJ4TPfFixfh6OgIW1tblCpVClFRUahcuTLmz5+PZcuWoU6dOtixY4cOoxIRERERERHJi8ZF96hRo+Dh4YHQ0FB4e3vjhx9+QOPGjfH8+XM8e/YMffr0URnvTURERERERPRfp3H38tOnT+Pw4cMoW7Ysypcvj2XLlqF///7Q03tftw8aNIhju4mIiIiIiIg+oPGZ7qdPn6JgwYIAADMzM+TNmxdWVlbK2/Pnz4+XL19mf0IiIiIiIiIimdJqnW6FQvHZ60RERERERET0P1rNXt61a1cYGRkBAN6+fYu+ffsib968AIDk5OTsT0dEREREREQkYxoX3V26dFG53rFjR7VtOnfu/PWJiIiIiIiIiHIJjYvu1atX6zIHERERERERUa6j1ZhuIiIiIiIiItIci24iIiIiIiIiHWHRTURERERERKQjLLqJiIiIiIiIdESjortChQp49uwZAODXX3/F69evdRqKiIiIiIiIKDfQqOiOjo5GUlISAGDy5Ml49eqVTkMRERERERER5QYaLRlWvnx5dOvWDTVq1IAQAnPmzIGZmVmm2/r5+WVrQCIiIiIiIiK50qjoDgwMxKRJk7Bnzx4oFAr8/fffMDBQv6tCoWDRTURERERERPT/NCq6XV1dsXHjRgCAnp4eDh06BFtbW50GIyIiIiIiIpI7jYruD6Wnp+siBxEREREREVGuo3XRDQAxMTHw9/dHdHQ0FAoFSpcujSFDhqB48eLZnY+IiIiIiIhItrRep/vAgQNwc3PDqVOnULZsWZQpUwYnT56Eu7s7Dh48qIuMRERERERERLKk9ZnuMWPGYNiwYZgxY4Za++jRo1G/fv1sC0dEREREREQkZ1qf6Y6OjkaPHj3U2rt3744rV65kSygiIiIiIiKi3EDrotvGxgZRUVFq7VFRUZzRnIiIiIiIiOgDWncv79WrF3r37o1bt27By8sLCoUCYWFhmDlzJoYPH66LjERERERERESypPWZ7okTJ8LPzw+///47ateujVq1amHRokX45ZdfMH78eK0e6+jRo/jxxx9RqFAhKBQK7Nix47PbHzlyBAqFQu1y9epVbXeDiIiIiIiISOe0PtOtUCgwbNgwDBs2DC9fvgQAmJubf9EPT0pKQrly5dCtWze0bNlS4/tdu3YNFhYWyus2NjZf9POJiIiIiIiIdOmL1unO8KXFdoZGjRqhUaNGWt/P1tYW+fLl+6qfTURERERERKRrWncvzwk8PT1hb28PHx8fhISEfHbb5ORkvHjxQuVCRERERERE9C3Iqui2t7fHsmXLEBQUhG3btsHV1RU+Pj44evToJ+8zffp0WFpaKi8ODg7fMDERERERERH9l31V9/JvzdXVFa6ursrr1apVw7179zBnzhzUqlUr0/uMHTsWvr6+yusvXrxg4U1ERERERETfhFZnulNSUlCnTh1cv35dV3m0VrVqVdy4ceOTtxsZGcHCwkLlQkRERERERPQtaFV058mTB5cuXYJCodBVHq1FRkbC3t5e6hhEREREREREarTuXt65c2esXLkSM2bM+Oof/urVK9y8eVN5/fbt24iKioKVlRWKFi2KsWPH4v79+1i7di0AwN/fH46OjnB3d8e7d++wfv16BAUFISgo6KuzEBEREREREWU3rYvud+/eYcWKFTh48CAqVaqEvHnzqtw+b948jR/rzJkzqFOnjvJ6xtjrLl26IDAwEHFxcYiNjVX52SNGjMD9+/dhYmICd3d37N27F40bN9Z2N4iIiIiIiIh0Tuui+9KlS6hQoQIAqI3t1rbbube3N4QQn7w9MDBQ5fqoUaMwatQorX4GERERERERkVS0LrqzWhebiIiIiIiIiN774nW6b968iQMHDuDNmzcA8Nkz1kRERERERET/RVoX3QkJCfDx8UHJkiXRuHFjxMXFAQB69uyJ4cOHZ3tAIiIiIiIiIrnSuugeNmwY8uTJg9jYWJiamirb27Zti/3792drOCIiIiIiIiI503pMd3BwMA4cOIAiRYqotJcoUQJ3797NtmBEREREREREcqf1me6kpCSVM9wZnjx5AiMjo2wJRURERERERJQbaF1016pVC2vXrlVeVygUSE9Px+zZs1XW3CYiIiIiIiL6r9O6e/ns2bPh7e2NM2fO4N27dxg1ahQuX76Mp0+fIjw8XBcZiYiIiIiIiGRJ6zPdbm5uuHDhAqpUqYL69esjKSkJLVq0QGRkJIoXL66LjERERERERESypPWZbgAoWLAgJk+enN1ZiIiIiIiIiHKVLyq6nz17hpUrVyI6OhoKhQKlS5dGt27dYGVlld35iIiIiIiIiGRL6+7loaGhcHJywsKFC/Hs2TM8ffoUCxcuhJOTE0JDQ3WRkYiIiIiIiEiWtD7TPWDAALRp0wZLliyBvr4+ACAtLQ39+/fHgAEDcOnSpWwPSURERERERCRHWp/pjomJwfDhw5UFNwDo6+vD19cXMTEx2RqOiIiIiIiISM60LrorVKiA6Ohotfbo6GiUL18+OzIRERERERER5QoadS+/cOGC8v+DBw/GkCFDcPPmTVStWhUAcOLECSxevBgzZszQTUoiIiIiIiIiGdKo6C5fvjwUCgWEEMq2UaNGqW3XoUMHtG3bNvvSEREREREREcmYRkX37du3dZ2DiIiIiIiIKNfRqOguVqyYrnMQERERERER5TpaLxkGAPfv30d4eDgePXqE9PR0ldsGDx6cLcGIiIiIiIiI5E7ronv16tXo27cvDA0NYW1tDYVCobxNoVCw6CYiIiIiIiL6f1oX3X5+fvDz88PYsWOhp6f1imNERERERERE/xlaV82vX79Gu3btWHATERERERERZUHryrlHjx7YsmWLLrIQERERERER5Spady+fPn06fvjhB+zfvx8eHh7IkyePyu3z5s3LtnBEREREREREcqZ10T1t2jQcOHAArq6uAKA2kRoRERERERERvad10T1v3jysWrUKXbt21UEcIiIiIiIiotxD6zHdRkZGqF69ui6yEBEREREREeUqWhfdQ4YMwe+//66LLERERERERES5itbdy0+dOoXDhw9jz549cHd3V5tIbdu2bdkWjoiIiIiIiEjOtC668+XLhxYtWugiCxEREREREVGuonXRvXr1al3kICIiIiIiIsp1tB7TTURERERERESa0fpMt5OT02fX475169ZXBSIiIiIiIiLKLbQuuocOHapyPSUlBZGRkdi/fz9GjhyZXbmIiIiIiIiIZE/ronvIkCGZti9evBhnzpz56kBEREREREREuUW2jelu1KgRgoKCsuvhiIiIiIiIiGQv24rurVu3wsrKKrsejoiIiIiIiEj2tO5e7unpqTKRmhAC8fHxePz4Mf74449sDUdEREREREQkZ1oX3c2aNVO5rqenBxsbG3h7e6NUqVLZlYuIiIiIiIhI9rQuuidNmqSLHERERERERES5TraN6SYiIiIiIiIiVRqf6dbT01MZy50ZhUKB1NTUrw5FRERERERElBtoXHRv3779k7cdP34cv//+O4QQ2RKKiIiIiIiIKDfQuHv5Tz/9pHZxdXVFYGAg5s6di9atW+PatWta/fCjR4/ixx9/RKFChaBQKLBjx44s7xMaGoqKFSvC2NgYzs7OCAgI0OpnEhEREREREX0rXzSm+8GDB+jVqxfKli2L1NRUREVFYc2aNShatKhWj5OUlIRy5cph0aJFGm1/+/ZtNG7cGDVr1kRkZCTGjRuHwYMHIygo6Et2g4iIiIiIiEintJq9/Pnz55g2bRp+//13lC9fHocOHULNmjW/+Ic3atQIjRo10nj7gIAAFC1aFP7+/gCA0qVL48yZM5gzZw5atmz5xTmIiIiIiIiIdEHjM92zZs2Cs7Mz9uzZg7/++gvHjx//qoL7S0RERKBBgwYqbd9//z3OnDmDlJSUTO+TnJyMFy9eqFyIiIiIiIiIvgWNz3SPGTMGJiYmcHFxwZo1a7BmzZpMt9u2bVu2hftYfHw87OzsVNrs7OyQmpqKJ0+ewN7eXu0+06dPx+TJk3WWiYiIiIiIiOhTNC66O3funOWSYd/CxxkyZkz/VLaxY8fC19dXef3FixdwcHDQXUAiIiIiIiKi/6dx0R0YGKjDGJopWLAg4uPjVdoePXoEAwMDWFtbZ3ofIyMjGBkZfYt4RERERERERCq+aPZyqVSrVg0HDx5UaQsODkalSpWQJ08eiVIRERERERERZU7SovvVq1eIiopCVFQUgPdLgkVFRSE2NhbA+67hnTt3Vm7ft29f3L17F76+voiOjsaqVauwcuVKjBgxQor4RERERERERJ+l1ZJh2e3MmTOoU6eO8nrG2OsuXbogMDAQcXFxygIcAJycnLBv3z4MGzYMixcvRqFChbBw4UIuF0ZEREREREQ5kqRFt7e3t3IitMxkNo68du3aOHfunA5TEREREREREWUPWY3pJiIiIiIiIpITFt1EREREREREOsKim4iIiIiIiEhHWHQTERERERER6QiLbiIiIiIiIiIdYdFNREREREREpCMsuomIiIiIiIh0hEU3ERERERERkY6w6CYiIiIiIiLSERbdRERERERERDrCopuIiIiIiIhIR1h0ExEREREREekIi24iIiIiIiIiHWHRTURERERERKQjLLqJiIiIiIiIdIRFNxEREREREZGOsOgmIiIiIiIi0hEW3UREREREREQ6wqKbiIiIiIiISEdYdBMRERERERHpCItuIiIiIiIiIh1h0U1ERERERESkIyy6iYiIiIiIiHSERTcRERERERGRjrDoJiIiIiIiItIRFt1EREREREREOsKim4iIiIiIiEhHWHQTERERERER6QiLbiIiIiIiIiIdYdFNREREREREpCMsuomIiIiIiIh0hEU3ERERERERkY6w6CYiIiIiIiLSERbdRERERERERDrCopuIiIiIiIhIR1h0ExEREREREekIi24iIiIiIiIiHWHRTURERERERKQjLLqJiIiIiIiIdIRFNxEREREREZGOsOgmIiIiIiIi0hEW3UREREREREQ6wqKbiIiIiIiISEdYdBMRERERERHpiORF9x9//AEnJycYGxujYsWKOHbs2Ce3PXLkCBQKhdrl6tWr3zAxERERERERkWYkLbo3bdqEoUOHYvz48YiMjETNmjXRqFEjxMbGfvZ+165dQ1xcnPJSokSJb5SYiIiIiIiISHOSFt3z5s1Djx490LNnT5QuXRr+/v5wcHDAkiVLPns/W1tbFCxYUHnR19f/RomJiIiIiIiINCdZ0f3u3TucPXsWDRo0UGlv0KABjh8//tn7enp6wt7eHj4+PggJCfnstsnJyXjx4oXKhYiIiIiIiOhbkKzofvLkCdLS0mBnZ6fSbmdnh/j4+EzvY29vj2XLliEoKAjbtm2Dq6srfHx8cPTo0U/+nOnTp8PS0lJ5cXBwyNb9ICIiIiIiIvoUA6kDKBQKletCCLW2DK6urnB1dVVer1atGu7du4c5c+agVq1amd5n7Nix8PX1VV5/8eIFC28iIiIiIiL6JiQ7012gQAHo6+urndV+9OiR2tnvz6latSpu3LjxyduNjIxgYWGhciEiIiIiIiL6FiQrug0NDVGxYkUcPHhQpf3gwYPw8vLS+HEiIyNhb2+f3fGIiIiIiIiIvpqk3ct9fX3RqVMnVKpUCdWqVcOyZcsQGxuLvn37AnjfNfz+/ftYu3YtAMDf3x+Ojo5wd3fHu3fvsH79egQFBSEoKEjK3SAiIiIiIiLKlKRFd9u2bZGQkIBff/0VcXFxKFOmDPbt24dixYoBAOLi4lTW7H737h1GjBiB+/fvw8TEBO7u7ti7dy8aN24s1S4QERERERERfZLkE6n1798f/fv3z/S2wMBAleujRo3CqFGjvkEqIiIiIiIioq8n2ZhuIiIiIiIiotyORTcRERERERGRjrDoJiIiIiIiItIRFt1EREREREREOsKim4iIiIiIiEhHWHQTERERERER6QiLbiIiIiIiIiIdYdFNREREREREpCMsuomIiIiIiIh0hEU3ERERERERkY6w6CYiIiIiIiLSERbdRERERERERDrCopuIiIiIiIhIR1h0ExEREREREekIi24iIiIiIiIiHWHRTURERERERKQjLLqJiIiIiIiIdIRFNxEREREREZGOsOgmIiIiIiIi0hEW3UREREREREQ6wqKbiIiIiIiISEdYdBMRERERERHpCItuIiIiIiIiIh1h0U1ERERERESkIyy6iYiIiIiIiHSERTcRERERERGRjrDoJiIiIiIiItIRFt1EREREREREOsKim4iIiIiIiEhHWHQTERERERER6QiLbiIiIiIiIiIdYdFNREREREREpCMsuomIiIiIiIh0hEU3ERERERERkY6w6CYiIiIiIiLSERbdRERERERERDrCopuIiIiIiIhIR1h0ExEREREREekIi24iIiIiIiIiHWHRTURERERERKQjLLqJiIiIiIiIdIRFNxEREREREZGOsOgmIiIiIiIi0hHJi+4//vgDTk5OMDY2RsWKFXHs2LHPbh8aGoqKFSvC2NgYzs7OCAgI+EZJiYiIiIiIiLQj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RASA591fx48fx/79+wUnpLLGopuIiISxt7fH4MGDMWDAAFSvXl10HCIiog8iKysLmZmZaN26NbS0njcfnzlzBoaGhmjWrJngdFTWWHQTEZEw48ePR2hoKHJzc9GnTx8MGTIEffr0QaVKlURHIyIiIioTLLqJiEgohUKBw4cPIzg4GDt37oS2tjYGDBgAT09PdO3aVXQ8IiIiovfCopuIiFTGkydPsHv3bsydOxfJycmQy+WiIxERERG9F44MIyIilZCVlYWQkBBs3rwZSUlJsLW1FR2JiIiI6L1xZBgREQmTl5eHDRs2oEePHjA1NcWvv/6Kvn37Ii0tDadPnxYdj4iIiOi9sb2ciIiEqVq1KoyNjfHFF1/A09OTu9tERESkcVh0ExGRMBEREejevbtyXAoRERGRpmHRTURERERERFROeJAaERF9UG3btoVMJivVc+Pi4so5DREREVH5YtFNREQflKurq+gIRERERB8M28uJiIiIiIiIygl3uomISLjY2FikpqZCJpPB2toabdu2FR2JiIiIqEyw6CYiImHu3r2LgQMHIjIyEkZGRpAkCQ8ePIC9vT1CQkJQu3Zt0RGJiIiI3gtntBARkTDjxo1DXl4e/vrrL+Tk5ODvv/9GSkoK8vLyMH78eNHxiIiIiN4b7+kmIiJhqlevjsOHD8PW1rbI+pkzZ9CzZ0/k5uaKCUZERERURrjTTUREwigUCujq6hZb19XVhUKhEJCIiIiIqGyx6CYiImEcHBwwYcIE3L59W7l269YtTJw4EY6OjgKTEREREZUNtpcTEZEwN27cgIuLC1JSUmBqagqZTIbr16/DxsYGf/zxBxo2bCg6IhEREdF7YdFNRETCHTp0CBcuXIAkSbC2tkb37t1FRyIiIiIqEyy6iYhImIyMDJibm4uOQURERFRueE83EREJY2Fhgf/85z9Yu3YtcnJyRMchIiIiKnMsuomISJhz586hU6dO8PPzg4mJCVxcXBAaGoqnT5+KjkZERERUJtheTkREwkmShMjISAQHB2P79u2Qy+Vwd3fH+vXrRUcjIiIiei8suomISKXExcXB29sbSUlJkMvlouMQERERvRe2lxMRkXA3btzAwoUL0aZNG9ja2kJPTw+rV68WHYuIiIjovemIDkBERBXXunXrEBQUhJMnT6JZs2bw9PREeHg4TzQnIiIijcH2ciIiEsbU1BQDBw6Ep6cn2rRpIzoOERERUZljezkREQlz/fp19OvXD4sXL0bnzp1x69YtAMCmTZtw8uRJwemIiIiI3h+LbiIiEmbHjh1wcnJC1apVERcXpxwV9s8//2DevHmC0xERERG9PxbdREQkjJ+fH9asWYPffvsNurq6yvXOnTsjLi5OYDIiIiKissGim4iIhLl48SK6dOlSbN3Q0BC5ubkfPhARERFRGWPRTUREwtSvXx+XL18utn7y5ElYWFgISERERERUtlh0ExGRMKNGjcKECRNw+vRpyGQy3L59G0FBQfDx8cGYMWNExyMiIiJ6bxwZRkREQn3//fdYtmwZnjx5AgCoXLkyfHx88OOPPwpORkRERPT+WHQTEZFw+fn5OH/+PBQKBaytraGvry86EhEREVGZYNFNREREREREVE54TzcRERERERFROWHRTURERERERFROWHQTERERERERlRMW3URERERERETlhEU3ERGRGggICICRkVG5f59hw4bB1dW13L8PERFRRcGim4iI6AO4e/cuRo0ahUaNGqFy5cqoV68enJycEBMTIzraW4mMjIRMJkPLli0hl8uLPGZkZISAgAAxwYiIiFSUjugAREREFYG7uzsKCgoQGBgICwsL3LlzB0eOHEFOTo7oaO/kypUr2LhxI4YPHy46ChERkUrjTjcREVE5y83NxcmTJ7FgwQLY29vDzMwMHTp0wLRp0+Ds7Fzkef/73/9Qt25dVKlSBS1btsSePXuKfK2DBw+iefPm0NfXR69evZCZmal8TKFQYM6cOWjYsCEqV66MNm3a4MCBA0U+Pzk5GQ4ODqhatSpq1qyJ//3vf3j48OFbv6Zx48Zh5syZePLkyWufs3TpUtjY2EBPTw+mpqYYM2ZMke/1omV+z549aNq0KapVq4YBAwbg0aNHCAwMhLm5OYyNjTFu3Lgiu+rPnj2Dr68vGjRoAD09PXzyySeIjIx869dARET0IbDoJiIiKmf6+vrQ19dHeHg4nj59WuJzFAoFevfujVOnTmHz5s04f/48fvrpJ2hrayufk5+fj8WLF2PTpk04fvw4rl+/Dh8fH+XjK1aswJIlS7B48WIkJSXByckJ/fr1w6VLl5Sf36tXLxgbG+Ps2bMIDQ3F4cOHMXbs2Ld+Td988w0KCwuxevXq1z5HS0sLK1euREpKCgIDA3H06FH4+voWeU5+fj5WrlyJkJAQHDhwAJGRkejfvz/27duHffv2YdOmTVi3bh3CwsKUnzN8+HBER0cjJCQESUlJ+Pzzz9GrVy/l6yQiIlIpEhEREZW7sLAwydjYWKpSpYrUuXNnadq0aVJiYqLy8YMHD0paWlrSxYsXS/z8DRs2SACky5cvK9d+/vlnqW7dusrfm5iYSHPnzi3yeba2ttKYMWMkSZKkdevWScbGxtLDhw+Vj+/du1fS0tKSsrKyJEmSpKFDh0ouLi6vfR3Hjh2TAEh///23tGbNGqlGjRpSbm6uJEmSVL16dWnDhg2v/dxt27ZJNWvWfONrGjVqlFStWjXpn3/+Ua45OTlJo0aNkiRJki5fvizJZDLp1q1bRb62o6OjNG3atNd+byIiIlG4001ERPQBuLu74/bt29i1axecnJwQGRmJdu3aKQ8eS0hIQMOGDWFlZfXar1GtWjU0adJE+fv69evj7t27AIC8vDzcvn0bdnZ2RT7Hzs4OqampAIDU1FS0bt0aenp6RR5XKBS4ePHiW78mb29v1KpVCwsWLCjx8WPHjqFHjx5o0KABDAwM4OXlhezsbDx69Oi1r6lu3bowNzeHvr5+kbUXrzMuLg6SJMHKykrZQaCvr4+oqChcuXLlrV8DERFReWPRTURE9IFUqVIFPXr0wIwZM3Dq1CkMGzYMM2fOBABUrVr1Xz9fV1e3yO9lMhkkSSq29jJJkpRrL3/8qtetv4mOjg78/PywYsUK3L59u8hj165dQ58+fdCyZUts374dsbGx+PnnnwEABQUFb3xNJa0pFAoAz9vwtbW1ERsbi4SEBOWv1NRUrFix4q1fAxERUXlj0U1ERCSItbW1cte3VatWuHnzJtLS0t7paxkaGsLExAQnT54ssn7q1Ck0b95c+f0SEhKK7DRHR0dDS0vrjTvsb/L555+jRYsWmD17dpH1c+fOobCwEEuWLEHHjh1hZWVVrDB/F23btoVcLsfdu3dhaWlZ5Fe9evXe++sTERGVNRbdRERE5Sw7OxsODg7YvHkzkpKScPXqVYSGhmLhwoVwcXEBAHTt2hVdunSBu7s7Dh06hKtXr2L//v3FTh9/k2+//RYLFizA1q1bcfHiRUydOhUJCQmYMGECAMDT0xNVqlTB0KFDkZKSgmPHjmHcuHEYMmQI6tat+86v76effsL69euLFPNNmjRBYWEhVq1ahfT0dGzatAlr1qx55+/xgpWVFTw9PeHl5YUdO3bg6tWrOHv2LBYsWIB9+/a999cnIiIqayy6iYiIypm+vj4++eQTLFu2DF26dEHLli0xffp0jBw5ssjp39u3b4etrS0GDRoEa2tr+Pr6FhmV9W/Gjx+PyZMnY/LkybCxscGBAwewa9cufPTRRwCe3z998OBB5OTkwNbWFgMGDICjo+MbTyAvDQcHBzg4OKCwsFC51qZNGyxduhQLFixAy5YtERQUhPnz57/X93lhw4YN8PLywuTJk9G0aVP069cPp0+fhqmpaZl8fSIiorIkk169GYyIiIiIiIiIygR3uomIiIiIiIjKCYtuIiIiIiIionLCopuIiIiIiIionLDoJiIiIiIiIionLLqJiIiIiIiIygmLbiIiIiIiIqJywqKbiIiIiIiIqJyw6CYiIiIiIiIqJyy6iYiIiIiIiMoJi24iIiIiIiKicsKim4iIiIiIiKicsOgmIiIiIiIiKif/D2Gv5jNqsld5AAAAAElFTkSuQmCC", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAA90AAAJOCAYAAACqS2TfAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy81sbWrAAAACXBIWXMAAA9hAAAPYQGoP6dpAAC8+UlEQVR4nOzdd1hT598G8PuAMkUEBBSLCg4UQcUttgriwlVHna171L23FbVuW2dtnVUcda+6ilIFB24FJ6LiwCqIooCCIsLz/uFLfsaAJEo8Cdyf68rV5skh3AdiyPc8SxJCCBARERERERFRjjOQOwARERERERFRbsWim4iIiIiIiEhLWHQTERERERERaQmLbiIiIiIiIiItYdFNREREREREpCUsuomIiIiIiIi0hEU3ERERERERkZaw6CYiIiIiIiLSEhbdRERERERERFrCopuIiJT4+/tDkiSYmJjg/v37Ko97eXnBzc1NhmRAcHAwJEnC9u3bZfn+mrp37x6aNWsGa2trSJKEYcOGffT4lJQULFmyBF9//TWsrKxgZGSEYsWKoX379jh69OiXCa0HZs6cid27d8sdI8eFh4ejS5cucHZ2homJCQoXLowqVapg0KBBSExM1Oi5unfvjgIFCmgp6cd5eXnBy8tLlu9NRKSLWHQTEVGmUlJS8NNPP8kdQ68NHz4cZ86cwerVq3Hq1CkMHz48y2OfPn2KOnXqYMSIEXBzc4O/vz8OHz6MefPmwdDQED4+Prh06dIXTK+7cmPRHRoaiqpVq+L69evw8/NDQEAAli1bhmbNmuHgwYN49uyZ3BGJiOgT5ZM7ABER6aYmTZpg48aNGDVqFCpVqiR3nC/q1atXMDExgSRJn/U8V69eRY0aNdCqVatsj+3atSsuXbqEgwcPon79+kqPdezYESNGjICVldVn5SF5JScnw8zMLNPHFi5cCAMDAwQHB8PCwkLR/t1332HatGkQQnypmERElMPY001ERJkaM2YMbGxsMHbs2I8ed+/ePUiSBH9/f5XHJEnClClTFPenTJkCSZJw+fJltGvXDpaWlrC2tsaIESPw9u1bREREoEmTJrCwsEDJkiUxd+7cTL/n69evMWLECBQpUgSmpqaoV68eQkNDVY47f/48WrZsCWtra5iYmMDDwwNbt25VOiZjOP2hQ4fQs2dP2NrawszMDCkpKVmec1RUFH744QfY2dnB2NgY5cuXx7x585Ceng7gf8Pgb9++jX/++QeSJEGSJNy7dy/T57tw4QL++ecf9OrVS6XgzlC9enUUL15ccf/q1av49ttvYWVlBRMTE1SuXBlr165V+pqMHBs3bsTYsWNRtGhRFChQAC1atMDjx4/x4sUL9O3bF4ULF0bhwoXRo0cPvHz5Uuk5JEnCoEGDsGbNGri4uMDU1BTVqlXD6dOnIYTAL7/8AicnJxQoUAD169fH7du3VbL/+++/8PHxQcGCBWFmZoY6derg8OHDSsdkvDauXbuGTp06wdLSEvb29ujZsycSEhKU8iQlJWHt2rWKn2vGUObk5GSMGjUKTk5OMDExgbW1NapVq4ZNmzZl/ov8fxmvgcDAQPTo0QPW1tYwNzdHixYtcOfOnc86n4sXL+K7776DlZUVSpUqlWWGuLg4FCxYMMsh4R9eAAoICICPjw8sLS1hZmaG8uXLY9asWSpfd/v2bTRt2hQFChSAo6MjRo4cqfLafvbsGQYMGIBixYrByMgIzs7OmDhxospxr1+/xvjx4+Hk5KSY+jBw4EDEx8dneV5ERMSim4iIsmBhYYGffvoJBw8exJEjR3L0udu3b49KlSphx44d6NOnDxYsWIDhw4ejVatWaNasGXbt2oX69etj7Nix2Llzp8rXT5gwAXfu3MGqVauwatUqPHr0CF5eXkoFUlBQEOrUqYP4+HgsW7YMf//9NypXrowOHTpkeoGgZ8+eyJ8/P9avX4/t27cjf/78mWZ/8uQJPD09cejQIUybNg179uxBgwYNMGrUKAwaNAgAUKVKFZw6dQpFihRBnTp1cOrUKZw6dQpFixbN9DkPHToEAGr1iANAREQEPD09ce3aNSxevBg7d+6Eq6srunfvnumFigkTJiA2Nhb+/v6YN28egoOD0alTJ7Rt2xaWlpbYtGkTxowZg/Xr12PChAkqX79v3z6sWrUKs2fPxqZNm/DixQs0a9YMI0eOREhICJYsWYIVK1bg+vXraNu2rVKv7IYNG9CoUSMULFgQa9euxdatW2FtbY3GjRurFKoA0LZtW5QtWxY7duzAuHHjsHHjRqVh+adOnYKpqSmaNm2q+Ln+8ccfAIARI0Zg6dKlGDJkCAICArB+/Xq0a9cOcXFxav1ce/XqBQMDA2zcuBELFy7E2bNn4eXlpVRUano+bdq0QenSpbFt2zYsW7Ysy+9du3ZtREdH4/vvv8fRo0fx6tWrLI/9888/0bRpU6Snp2PZsmXYu3cvhgwZgv/++0/puNTUVLRs2RI+Pj74+++/0bNnTyxYsABz5sxRHPP69Wt4e3tj3bp1GDFiBPbv348ffvgBc+fORZs2bRTHCSHQqlUr/Prrr+jSpQv279+PESNGYO3atahfv/5HL1IREeV5goiI6D1r1qwRAMS5c+dESkqKcHZ2FtWqVRPp6elCCCHq1asnKlSooDj+7t27AoBYs2aNynMBEJMnT1bcnzx5sgAg5s2bp3Rc5cqVBQCxc+dORVtqaqqwtbUVbdq0UbQFBQUJAKJKlSqKPEIIce/ePZE/f37Ru3dvRVu5cuWEh4eHSE1NVfpezZs3F0WLFhVpaWlK59u1a1e1fj7jxo0TAMSZM2eU2vv37y8kSRIRERGKthIlSohmzZpl+5z9+vUTAMSNGzfUytCxY0dhbGwsoqKilNp9fX2FmZmZiI+PF0L87+fVokULpeOGDRsmAIghQ4Yotbdq1UpYW1srtQEQRYoUES9fvlS07d69WwAQlStXVvo9LFy4UAAQly9fFkIIkZSUJKytrVW+f1pamqhUqZKoUaOGoi3jtTF37lylYwcMGCBMTEyUvo+5ubno1q2bys/Fzc1NtGrVSqU9OxmvgdatWyu1h4SECABi+vTpn3w+fn5+amV4/fq1aNWqlQAgAAhDQ0Ph4eEhJk6cKGJjYxXHvXjxQhQsWFB8/fXXSj+TD3Xr1k0AEFu3blVqb9q0qXBxcVHcX7ZsWabHzZkzRwAQhw4dEkIIERAQkOnvZ8uWLQKAWLFihaKtXr16ol69emqdNxFRXsCebiIiypKRkRGmT5+O8+fPqwzL/hzNmzdXul++fHlIkgRfX19FW758+VC6dOlMV1Dv3Lmz0nDbEiVKwNPTE0FBQQDeDam9ceMGvv/+ewDA27dvFbemTZsiOjoaERERSs/Ztm1btbIfOXIErq6uqFGjhlJ79+7dIYTI8VEBWWXw8fGBo6OjSobk5GScOnVKqT2znzcANGvWTKX92bNnKkPMvb29YW5urvL1vr6+Sr+HjPaM39nJkyfx7NkzdOvWTel3kJ6ejiZNmuDcuXNISkpS+l4tW7ZUul+xYkW8fv0asbGxH/mJvFOjRg38888/GDduHIKDgz/aW5yZjNdLBk9PT5QoUULxuvqU81H3dWVsbIxdu3bh+vXrWLBgATp27IgnT55gxowZKF++vOL1evLkSSQmJmLAgAHZrjkgSRJatGih1FaxYkWlf1NHjhyBubk5vvvuO6XjunfvDgCK3vuM13VGe4Z27drB3Nw8015+IiJ6h0U3ERF9VMeOHVGlShVMnDgRqampOfKc1tbWSveNjIxgZmYGExMTlfbXr1+rfH2RIkUybcsYRvz48WMAwKhRo5A/f36l24ABAwC8Wy38fVkN/f5QXFxcpsc6ODgoHtdUxlztu3fvaiVDZj/vj7V/+DP/1K/P+D189913Kr+HOXPmQAihsiq3jY2N0n1jY2MAUKuAXrx4McaOHYvdu3fD29sb1tbWaNWqFW7dupXt1wLqv640OR91X1cZypcvj2HDhmHDhg2IiorC/PnzERcXh0mTJgF4N70BAL766qtsnyuzf1PGxsZKv9+4uDgUKVJEpYC3s7NDvnz5FOceFxeHfPnywdbWVuk4SZKUfkZERKSKq5cTEdFHSZKEOXPmoGHDhlixYoXK4xkf6j+c06nND+ExMTGZtmUUbIULFwYAjB8/Xmle6vtcXFyU7qu7UrmNjQ2io6NV2h89eqT0vTXRuHFjTJgwAbt370aTJk1kyaANGTl+++031KpVK9Nj7O3tc+z7mZubY+rUqZg6dSoeP36s6PVu0aIFbty4ke3XZ/W6Kl26NIBPO5/PWQFfkiQMHz4cP//8M65evQoAiqL3w/nbn8rGxgZnzpyBEEIpa2xsLN6+fas4ZxsbG7x9+xZPnjxRKryFEIiJiUH16tVzJA8RUW7Enm4iIspWgwYN0LBhQ/z8888qQ4/t7e1hYmKCy5cvK7X//fffWsuzadMmpcW67t+/j5MnTypWsXZxcUGZMmVw6dIlVKtWLdPb+9syacLHxwfXr1/HxYsXldrXrVsHSZLg7e2t8XNWqVIFvr6++PPPP7Mcnn7+/HlERUUpMhw5ckRRZL+fwczMLMuC8EurU6cOChUqhOvXr2f5e8joHdeEsbFxtj3f9vb26N69Ozp16oSIiAgkJydn+7x//fWX0v2TJ0/i/v37iteVts4HQKYXUYB3F1ISExMVoxg8PT1haWmJZcuW5cg2Yj4+Pnj58qXKvufr1q1TPP7+fzds2KB03I4dO5CUlKR4nIiIVLGnm4iI1DJnzhxUrVoVsbGxqFChgqJdkiT88MMPWL16NUqVKoVKlSrh7Nmz2Lhxo9ayxMbGonXr1ujTpw8SEhIwefJkmJiYYPz48Ypjli9fDl9fXzRu3Bjdu3dHsWLF8OzZM4SHh+PixYvYtm3bJ33v4cOHY926dWjWrBl+/vlnlChRAvv378cff/yB/v37o2zZsp/0vOvWrUOTJk3g6+uLnj17wtfXF1ZWVoiOjsbevXuxadMmXLhwAcWLF8fkyZOxb98+eHt7w8/PD9bW1vjrr7+wf/9+zJ07F5aWlp+UIacVKFAAv/32G7p164Znz57hu+++g52dHZ48eYJLly7hyZMnWLp0qcbP6+7ujuDgYOzduxdFixaFhYUFXFxcULNmTTRv3hwVK1aElZUVwsPDsX79etSuXTvL/bHfd/78efTu3Rvt2rXDgwcPMHHiRBQrVkwxJUFb5wMAffv2RXx8PNq2bQs3NzcYGhrixo0bWLBgAQwMDBRb9xUoUADz5s1D79690aBBA/Tp0wf29va4ffs2Ll26hCVLlmj0fbt27Yrff/8d3bp1w7179+Du7o4TJ05g5syZaNq0KRo0aAAAaNiwIRo3boyxY8ciMTERderUweXLlzF58mR4eHigS5cun3TeRER5AYtuIiJSi4eHBzp16pRpMT1v3jwAwNy5c/Hy5UvUr18f+/btQ8mSJbWSZebMmTh37hx69OiBxMRE1KhRA5s3b1baB9nb2xtnz57FjBkzMGzYMDx//hw2NjZwdXVF+/btP/l729ra4uTJkxg/fjzGjx+PxMREODs7Y+7cuRgxYsQnP2/hwoVx4sQJrFy5Eps2bcLGjRuRnJwMOzs71KpVC3v27EGlSpUAvOvJP3nyJCZMmICBAwfi1atXKF++PNasWaOy0JXcfvjhBxQvXhxz587Fjz/+iBcvXsDOzg6VK1f+5KyLFi3CwIED0bFjRyQnJ6NevXoIDg5G/fr1sWfPHixYsADJyckoVqwYunbtiokTJ6r1vH/++SfWr1+Pjh07IiUlBd7e3li0aJHS3HVtnA8ADB48GFu2bMHKlSvx8OFDJCUlwdbWFrVr18a6deuURi/06tULDg4OmDNnDnr37g0hBEqWLIlu3bpp/H1NTEwQFBSEiRMn4pdffsGTJ09QrFgxjBo1CpMnT1YcJ0kSdu/ejSlTpmDNmjWYMWMGChcujC5dumDmzJmKufdERKRKEjkxNomIiIhIT/n7+6NHjx44d+4cqlWrJnccIiLKZTinm4iIiIiIiEhLWHQTERERERERaQmHlxMRERERERFpCXu6iYiIiIiIiLSERTcRERERERGRlrDoJiIiIiIiItIS7tOtpvT0dDx69AgWFhaQJEnuOERERERERCQjIQRevHgBBwcHGBhk3Z/NoltNjx49gqOjo9wxiIiIiIiISIc8ePAAX331VZaPs+hWk4WFBYB3P9CCBQvKnIaIiIiIiIjklJiYCEdHR0WtmBUW3WrKGFJesGBBFt1EREREREQEANlOP+ZCakRERERERERawqKbiIiIiIiISEtYdBMRERERERFpCYtuIiIiIiIiIi1h0U1ERERERESkJSy6iYiIiIiIiLSERTcRERERERGRlrDoJiIiIiIiItISFt1EREREREREWsKim4iIiIiIiEhLWHQTERERERERaQmLbiIiIiIiIiItYdFNREREREREpCUsuomIiIiIiIi0JJ/cASiHSZLcCbImhNwJiIiIiIiIvij2dBMRERERERFpCYtuIiIiIiIiIi1h0U1ERERERESkJSy6iYiIiIiIiLSERTcRERERERGRlrDoJiIiIiIiItISFt1EREREREREWsKim4iIiIiIiEhLWHQTERERERERaQmLbiIiIiIiIiItYdFNREREREREpCUsuomIiIiIiIi0hEU3ERERERERkZaw6CYiIiIiIiLSEhbdRERERERERFrCopuIiIiIiIhIS1h0ExEREREREWkJi24iIiIiIiIiLWHRTURERERERKQlLLqJiIiIiIiItIRFNxEREREREZGWsOgmIiIiIiIi0hIW3URERERERERawqKbiIiIiIiISEtYdBMRERERERFpCYtuIiIiIiIiIi1h0U1ERERERESkJbIW3bNmzUL16tVhYWEBOzs7tGrVChEREUrHdO/eHZIkKd1q1aqldExKSgoGDx6MwoULw9zcHC1btsR///2ndMzz58/RpUsXWFpawtLSEl26dEF8fLy2T5GIiIiIiIjyMFmL7qNHj2LgwIE4ffo0AgMD8fbtWzRq1AhJSUlKxzVp0gTR0dGK24EDB5QeHzZsGHbt2oXNmzfjxIkTePnyJZo3b460tDTFMZ07d0ZYWBgCAgIQEBCAsLAwdOnS5YucJxEREREREeVNkhBCyB0iw5MnT2BnZ4ejR4+ibt26AN71dMfHx2P37t2Zfk1CQgJsbW2xfv16dOjQAQDw6NEjODo64sCBA2jcuDHCw8Ph6uqK06dPo2bNmgCA06dPo3bt2rhx4wZcXFyyzZaYmAhLS0skJCSgYMGCOXPC2iBJcifImu681IiIiIiIiD6LujWiTs3pTkhIAABYW1srtQcHB8POzg5ly5ZFnz59EBsbq3jswoULSE1NRaNGjRRtDg4OcHNzw8mTJwEAp06dgqWlpaLgBoBatWrB0tJScQwRERERERFRTssnd4AMQgiMGDECX3/9Ndzc3BTtvr6+aNeuHUqUKIG7d+9i0qRJqF+/Pi5cuABjY2PExMTAyMgIVlZWSs9nb2+PmJgYAEBMTAzs7OxUvqednZ3imA+lpKQgJSVFcT8xMTEnTpOIiIiIiIjyEJ0pugcNGoTLly/jxIkTSu0ZQ8YBwM3NDdWqVUOJEiWwf/9+tGnTJsvnE0JAem+otZTJsOsPj3nfrFmzMHXqVE1Pg4iIiIiIiEhBJ4aXDx48GHv27EFQUBC++uqrjx5btGhRlChRArdu3QIAFClSBG/evMHz58+VjouNjYW9vb3imMePH6s815MnTxTHfGj8+PFISEhQ3B48ePApp0ZERERERER5mKxFtxACgwYNws6dO3HkyBE4OTll+zVxcXF48OABihYtCgCoWrUq8ufPj8DAQMUx0dHRuHr1Kjw9PQEAtWvXRkJCAs6ePas45syZM0hISFAc8yFjY2MULFhQ6UZERERERESkCVlXLx8wYAA2btyIv//+W2kFcUtLS5iamuLly5eYMmUK2rZti6JFi+LevXuYMGECoqKiEB4eDgsLCwBA//79sW/fPvj7+8Pa2hqjRo1CXFwcLly4AENDQwDv5oY/evQIy5cvBwD07dsXJUqUwN69e9XKytXLcwBXLyciIiIiolxC3RpR1qI7q/nUa9asQffu3fHq1Su0atUKoaGhiI+PR9GiReHt7Y1p06bB0dFRcfzr168xevRobNy4Ea9evYKPjw/++OMPpWOePXuGIUOGYM+ePQCAli1bYsmSJShUqJBaWVl05wAW3URERERElEvoRdGtT1h05wC+1IiIiIiIKJfQy326iYiIiIiIiHITFt1EREREREREWsKim4iIiIiIiEhLWHQTERERERERaQmLbiIiIiIiIiItYdFNREREREREpCUsuomIiIiIiIi0hEU3ERERERERkZaw6CYiIiIiIiLSEhbdRERERERERFrCopuIiIiIiIhIS1h0ExEREREREWkJi24iIiIiIiIiLWHRTURERERERKQlLLqJiIiIiIiItIRFNxEREREREZGWsOgmIiIiIiIi0hIW3URERERERERawqKbiIiIiIiISEtYdBMRERERERFpCYtuIiIiIiIiIi1h0U1ERERERESkJSy6iYiIiIiIiLSERTcRERERERGRlrDoJiIiIiIiItISFt1EREREREREWsKim4iIiIiIiEhLWHQTERERERERaQmLbiIiIiIiIiItYdFNREREREREpCUsuomIiIiIiIi0hEU3ERERERERkZaw6CYiIiIiIiLSEhbdRERERERERFrCopuIiIiIiIhIS1h0ExEREREREWkJi24iIiIiIiIiLWHRTURERERERKQlLLqJiIiIiIiItIRFNxEREREREZGWsOgmIiIiIiIi0hIW3URERERERERaonHR/erVKyQnJyvu379/HwsXLsShQ4dyNBgRERERERGRvtO46P7222+xbt06AEB8fDxq1qyJefPm4dtvv8XSpUtzPCARERERERGRvtK46L548SK++eYbAMD27dthb2+P+/fvY926dVi8eHGOByQiIiIiIiLSVxoX3cnJybCwsAAAHDp0CG3atIGBgQFq1aqF+/fv53hAIiIiIiIiIn2lcdFdunRp7N69Gw8ePMDBgwfRqFEjAEBsbCwKFiyY4wGJiIiIiIiI9JXGRbefnx9GjRqFkiVLombNmqhduzaAd73eHh4eOR6QiIiIiIiISF9pXHR/9913iIqKwvnz5xEQEKBo9/HxwcKFCzV6rlmzZqF69eqwsLCAnZ0dWrVqhYiICKVjhBCYMmUKHBwcYGpqCi8vL1y7dk3pmJSUFAwePBiFCxeGubk5WrZsif/++0/pmOfPn6NLly6wtLSEpaUlunTpgvj4eI3yEhEREREREWlC46K7Z8+eMDc3h4eHBwwM/vflFSpUwJw5czR6rqNHj2LgwIE4ffo0AgMD8fbtWzRq1AhJSUmKY+bOnYv58+djyZIlOHfuHIoUKYKGDRvixYsXimOGDRuGXbt2YfPmzThx4gRevnyJ5s2bIy0tTXFM586dERYWhoCAAAQEBCAsLAxdunTR9PSJiIiIiIiI1CYJIYQm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xx8xf/58jb55UlISKlWqhCVLlmR5TJMmTRAdHa24HThwQOnxYcOGYdeuXdi8eTNOnDiBly9fonnz5khLS1Mc07lzZ4SFhSEgIAABAQEICwtDly5dNMpKREREREREpCm153RfunQJc+bMyfLxRo0a4ddff9Xom/v6+sLX1/ejxxgbG6NIkSKZPpaQkIA///wT69evV8wp37BhAxwdHfHvv/+icePGCA8PR0BAAE6fPo2aNWsCAFauXInatWsjIiICLi4uGmUmIiIiIiIiUpfaPd2PHz/OdH/uDPny5cOTJ09yJNT7goODYWdnh7Jly6JPnz6IjY1VPHbhwgWkpqaiUaNGijYHBwe4ubnh5MmTAIBTp07B0tJSUXADQK1atWBpaak4JjMpKSlITExUuhERERERERFpQu2iu1ixYrhy5UqWj1++fBlFixbNkVAZfH198ddff+HIkSOYN28ezp07h/r16yMlJQUAEBMTAyMjI1hZWSl9nb29PWJiYhTH2NnZqTy3nZ2d4pjMzJo1SzEH3NLSEo6Ojjl4ZkRERERERJQXqF10N23aFH5+fnj9+rXKY69evcLkyZPRvHnzHA3XoUMHNGvWDG5ubmjRogX++ecf3Lx5E/v37//o1wkhIL23AraUyWrYHx7zofHjxyMhIUFxe/DgwaefCBEREREREeVJas/p/umnn7Bz506ULVsWgwYNgouLCyRJQnh4OH7//XekpaVh4sSJ2syKokWLokSJErh16xYAoEiRInjz5g2eP3+u1NsdGxsLT09PxTGPHz9Wea4nT57A3t4+y+9lbGwMY2PjHD4DIiIiIiIiykvU7um2t7fHyZMn4ebmhvHjx6N169Zo1aoVJkyYADc3N4SEhHy0iM0JcXFxePDggWIYe9WqVZE/f34EBgYqjomOjsbVq1cVRXft2rWRkJCAs2fPKo45c+YMEhISFMcQERERERERaYPaPd0AUKJECRw4cADPnz/H7du3IYRAmTJlVOZUq+vly5e4ffu24v7du3cRFhYGa2trWFtbY8qUKWjbti2KFi2Ke/fuYcKECShcuDBat24N4N1WZb169cLIkSNhY2MDa2trjBo1Cu7u7orVzMuXL48mTZqgT58+WL58OQCgb9++aN68OVcuJyIiIiIiIq2ShBBCrm8eHBwMb29vlfZu3bph6dKlaNWqFUJDQxEfH4+iRYvC29sb06ZNU1rU7PXr1xg9ejQ2btyIV69ewcfHB3/88YfSMc+ePcOQIUOwZ88eAEDLli2xZMkSFCpUSO2siYmJsLS0REJCQqZ7leuMj8xTl526L7XccA5ERERERJSrqVsjylp06xMW3TmARTcREREREeUS6taIas/pJiIiIiIiIiLNsOgmIiIiIiIi0hK1iu4qVarg+fPnAICff/4ZycnJWg1FpPckSXdvRERERET0xahVdIeHhyMpKQkAMHXqVLx8+VKroYiIiIiIiIhyA7W2DKtcuTJ69OiBr7/+GkII/PrrryhQoECmx/r5+eVoQCIiIiIiIiJ9pdbq5REREZg8eTIiIyNx8eJFuLq6Il8+1XpdkiRcvHhRK0HlxtXLc0BeWr08N5wDERERERFlSWtbhhkYGCAmJgZ2dnafHVKfsOjOAXmpYM0N50BERERERFlSt0ZUa3j5+9LT0z8rGBEREREREVFeoXHRDQCRkZFYuHAhwsPDIUkSypcvj6FDh6JUqVI5nY+IiIiIiIhIb2m8T/fBgwfh6uqKs2fPomLFinBzc8OZM2dQoUIFBAYGaiMjERERERERkV7SeE63h4cHGjdujNmzZyu1jxs3DocOHeJCanLLDXOJeQ7axTndRERERESfTd0aUeOe7vDwcPTq1UulvWfPnrh+/bqmT0dERERERESUa2lcdNva2iIsLEylPSwsLM+taE5ERERERET0MRovpNanTx/07dsXd+7cgaenJyRJwokTJzBnzhyMHDlSGxmJiIiIiIiI9JLGc7qFEFi4cCHmzZuHR48eAQAcHBwwevRoDBkyBJIuz2X9DJzTnQPy0nzo3HAORERERESUJXVrRI2L7ve9ePECAGBhYfGpT6E3WHTngLxUsOaGcyAiIiIioiypWyN+0j7dGfJCsU1ERERERET0qTReSI2IiIiIiIiI1PNZPd1ElItxiDwRERER0WdjTzcRERERERGRlmhUdKempsLb2xs3b97UVh4iIiIiIiKiXEOjojt//vy4evVqrt0WjIiIiIiIiCgnaTy8vGvXrvjzzz+1kYWIiIiIiIgoV9F4IbU3b95g1apVCAwMRLVq1WBubq70+Pz583MsHBEREREREZE+07jovnr1KqpUqQIAKnO7OeyciIiIiIiI6H80LrqDgoK0kYOIiIiIiIgo1/nkLcNu376NgwcP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BuD58+eoWbMmDh06pNijGwAWLFiAfPnyoX379nj16hV8fHzg7++v2KMbAP766y8MGTJEscp5y5YtsWTJki90lkRERERERJRXabxPt5OT00cXILtz585nh9JF3Kc7B+Sl/aF5DtqVl86BiIiIiHSS1vbpHjZsmNL91NRUhIaGIiAgAKNHj9Y4KBEREREREVFupXHRPXTo0Ezbf//9d5w/f/6zAxERERERERHlFhqvXp4VX19f7NixI6eejoiIiIiIiEjv5VjRvX37dlhbW+fU0xERERERERHpPY2Hl3t4eCgtpCaEQExMDJ48eYI//vgjR8MRERERERER6TONi+5WrVop3TcwMICtrS28vLxQrly5nMpFREREREREpPc03jIsr+KWYTkgL23zxHPQrrx0DkRERESkk9StEXNsTjcRERERERERKVN7eLmBgYHSXO7MSJKEt2/ffnYoIiIiIiIiotxA7aJ7165dWT528uRJ/Pbbb+BIdSIiIiIiIqL/Ubvo/vbbb1Xabty4gfHjx2Pv3r34/vvvMW3atBwNR0RERERERKTPPmlO96NHj9CnTx9UrFgRb9++RVhYGNauXYvixYvndD4iIiIiIiIivaVR0Z2QkICxY8eidOnSuHbtGg4fPoy9e/fCzc1NW/mIiIiIiIiI9Jbaw8vnzp2LOXPmoEiRIti0aVOmw82JiIiIiIiI6H/U3qfbwMAApqamaNCgAQwNDbM8bufOnTkWTpdwn+4ckJf2VuY5aFdeOgciIiIi0knq1ohq93R37do12y3DiIiIiIiIiOh/1C66/f39tRiDiIiIiIiIKPf5pNXLiYiIiIiIiCh7LLqJiIiIiIiItIRFNxEREREREZGWsOgmIiIiIiIi0hIW3URERERERERawqKbiIiIiIiISEtYdBMRERERERFpCYtuIiIiIiIiIi1h0U1ERERERESkJSy6iYiIiIiIiLSERTcRERERERGRlrDoJiIiIiIiItISFt1EREREREREWsKim4iIiIiIiEhLWHQTERERERERaQmLbiIiIiIiIiItYdFNREREREREpCUsuomIiIiIiIi0hEU3ERERERERkZaw6CYiIiIiIiLSEhbdRERERERERFrCopuIiIiIiIhIS1h0ExEREREREWkJi24iIiIiIiIiLWHRTURERERERKQlLLqJiIiIiIiItIRFNxEREREREZGWsOgmIiIiIiIi0hIW3URERERERERawqKbiIiIiIiISEtYdBMRERERERFpiU4X3VOmTIEkSUq3IkWKKB4XQmDKlClwcHCAqakpvLy8cO3aNaXnSElJweDBg1G4cGGYm5ujZcuW+O+//770qRAREREREVEepNNFNwBUqFAB0dHRituVK1cUj82dOxfz58/HkiVLcO7cORQpUgQNGzbEixcvFMcMGzYMu3btwubNm3HixAm8fPkSzZs3R1pamhynQ0RERERERHlIPrkDZCdfvnxKvdsZhBBYuHAhJk6ciDZt2gAA1q5dC3t7e2zcuBE//vgjEhIS8Oeff2L9+vVo0KABAGDDhg1wdHTEv//+i8aNG3/RcyEiIiIiIqK8Red7um/dugUHBwc4OTmhY8eOuHPnDgDg7t27iImJQaNGjRTHGhsbo169ejh58iQA4MKFC0hNTVU6xsHBAW5ubopjiIiIiIiIiLRFp3u6a9asiXXr1qFs2bJ4/Pgxpk+fDk9PT1y7dg0xMTEAAHt7e6Wvsbe3x/379wEAMTExMDIygpWVlcoxGV+flZSUFKSkpCjuJyYm5sQpERERERERUR6i00W3r6+v4v/d3d1Ru3ZtlCpVCmvXrkWtWrUAAJIkKX2NEEKl7UPqHDNr1ixMnTr1E5MTERERERER6cHw8veZm5vD3d0dt27dUszz/rDHOjY2VtH7XaRIEbx58wbPnz/P8pisjB8/HgkJCYrbgwcPcvBMiIiIiIiIKC/Qq6I7JSUF4eHhKFq0KJycnFCkSBEEBgYqHn/z5g2OHj0KT09PAEDVqlWRP39+pWOio6Nx9epVxTFZMTY2RsGCBZVuRERERERERJrQ6eHlo0aNQosWLVC8eHHExsZi+vTpSExMRLdu3SBJEoYNG4aZM2eiTJkyKFOmDGbOnAkzMzN07twZAGBpaYlevXph5MiRsLGxgbW1NUaNGgV3d3fFauZERDotm6kwshJC7gREREREOk+ni+7//vsPnTp1wtOnT2Fra4tatWrh9OnTKFGiBABgzJgxePXqFQYMGIDnz5+jZs2aOHToECwsLBTPsWDBAuTLlw/t27fHq1ev4OPjA39/fxgaGsp1WkRERERERJRHSEKwq0IdiYmJsLS0REJCgm4PNc8NvWI8B+3iOeiGvHQORERERLmQujWiXs3pJiIiIiIiItInLLqJiIiIiIiItIRFNxEREREREZGWsOgmIiIiIiIi0hIW3URERERERERawqKbiIiIiIiISEtYdBMRERERERFpCYtuIiIiIiIiIi1h0U1ERERERESkJSy6iYiIiIiIiLSERTcRERERERGRluSTOwAREeVykiR3gqwJIXcCIiIiyuXY001ERERERESkJezpJiIiyg5764mIiOgTsegmIiLKC3jhgIiISBYcXk5ERERERESkJSy6iYiIiIiIiLSERTcRERERERGRlnBONxEREekHzksnIiI9xJ5uIiIiIiIiIi1h0U1ERERERESkJSy6iYiIiIiIiLSERTcRERERERGRlrDoJiIiIiIiItISrl5ORERE9KVwBXYiojyHPd1EREREREREWsKebiIiIiJSX27orc8N50BEeoM93URERERERERawqKbiIiIiIiISEtYdBMRERERERFpCYtuIiIiIiIiIi1h0U1ERERERESkJVy9nIiIiIhI3+SGFdhzwzkQqYE93URERERERERawqKbiIiIiIiISEtYdBMRERERERFpCYtuIiIiIiIiIi1h0U1ERERERESkJSy6iYiIiIiIiLSERTcRERERERGRlrDoJiIiIiIiItKSfHIHICIiIiIi0kuSJHeCrAkhdwL6f+zpJiIiIiIiItISFt1EREREREREWsKim4iIiIiIiEhLWHQTERERERERaQmLbiIiIiIiIiItYdFNREREREREpCV5quj+448/4OTkBBMTE1StWhXHjx+XOxIRERERERHlYnmm6N6yZQuGDRuGiRMnIjQ0FN988w18fX0RFRUldzQiIiIiIiLKpSQh8sau6TVr1kSVKlWwdOlSRVv58uXRqlUrzJo1K9uvT0xMhKWlJRISElCwYEFtRv08kiR3gqyp+1LjOWgXz0E38Bx0A89BN/AcdAPPQTfwHHQDz0E36Hipqm6NmCd6ut+8eYMLFy6gUaNGSu2NGjXCyZMnZUpFREREREREuV0+uQN8CU+fPkVaWhrs7e2V2u3t7RETE5Pp16SkpCAlJUVxPyEhAcC7qxn0iXLDz47noBt4DrqB56AbeA66geegG3gOuoHnoBt4DlqXURtmN3g8TxTdGaQPhk4IIVTaMsyaNQtTp05VaXd0dNRKtjzB0lLuBJ+P56AbeA66geegG3gOuoHnoBt4DrqB56AbeA5fzIsX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ceHCBWRnZ2P06NGi4xGRBuKebiIiIiIiNVWsWBGHDx+Go6Ojyvjp06fRpUsXZGVliQlGRBqLM91ERERERGpSKBTQ19fPN66vrw+FQiEgERFpOhbdRERERERqcnFxwZgxY3D37l3l2J07dzBu3Di4uroKTEZEmorLy4mIiIiI1HTr1i14eHjgwoULsLS0hEwmw82bN+Hg4IA//vgDtWvXFh2RiDQMi24iIiIiokI6dOgQLl26BEmSYG9vj06dOomOREQaikU3EREREZGa0tLSYG1tLToGEWkR7ukmIiIiIlKTjY0N/ve//2HVqlXIzMwUHYeItACLbiIiIiIiNZ09exZt2rRBQEAALCws4OHhgdDQULx48UJ0NCLSUFxeTkRERERUSJIkISoqCps3b8b27dshl8vh7e2NtWvXio5GRBqGRTcRERER0X8QHx+PIUOGIDExEXK5XHQcItIwXF5ORERERFRIt27dwvz589GsWTM4OjrCyMgIK1asEB2LiDSQnugARERERETaYvXq1di0aRNOnDiBBg0awNfXF+Hh4TzRnIjeisvLiYiIiIjUZGlpiT59+sDX1xfNmjUTHYeItACXlxMRERERqenmzZvo2bMnFi5ciLZt2+LOnTsAgA0bNuDEiROC0xGRJmLRTURERESkph07dsDNzQ0VKlRAfHy8slXYP//8gzlz5ghOR0SaiEU3EREREZGaAgICsHLlSvz222/Q19dXjrdt2xbx8fECkxGRpmLRTURERESkpsuXL6N9+/b5xk1NTZGVlVXygYhI47HoJiIiIiJSU82aNXH16tV84ydOnICNjY2ARESk6Vh0ExERERGpadiwYRgzZgxOnToFmUyGu3fvYtOmTfD398eIESNExyMiDcSWYUREREREhfD9999j8eLFeP78OQCgfPny8Pf3x48//ig4GRFpIhbdRERERESFlJOTg4sXL0KhUMDe3h7GxsaiIxGRhmLRTURERERERFRMuKebiIiIiIiIqJiw6CYiIiIiIiIqJiy6iYiIiIiIiIoJi24iIiIiIiKiYsKim4iISMsFBQXBzMys2H/OwIED4enpWew/h4iIqDRh0U1ERCTY/fv3MWzYMNSpUwfly5dHjRo14ObmhtjYWNHRCiUqKgoymQyNGzeGXC5XuWZmZoagoCAxwYiIiATSEx2AiIiorPP29kZubi6C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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "C:\\Users\\guada\\AppData\\Local\\Temp\\ipykernel_29168\\3790897034.py:86: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " ironhack_comments['year'] = pd.to_datetime(ironhack_comments['created_at']).dt.year\n" + ] + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAABjUAAATdCAYAAAAHC9TPAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy81sbWrAAAACXBIWXMAAA9hAAAPYQGoP6dpAAEAAElEQVR4nOzdd3gU5fbA8e9s303vDZKQhN4RqYIgKIpi7xW7XstPsWC9IHbEiu1eG/ZeLqIiqIAooCC9Q4BQ0nvZbJ35/bHJJksSktBCOZ/nyZPszDsz7+xutrxn3nMUTdM0hBBCCCGEEEIIIYQQQgghjnC6tu6AEEIIIYQQQgghhBBCCCFES0hQQwghhBBCCCGEEEIIIYQQRwUJagghhBBCCCGEEEIIIYQQ4qggQQ0hhBBCCCGEEEIIIYQQQhwVJKghhBBCCCGEEEIIIYQQQoijggQ1hBBCCCGEEEIIIYQQQghxVJCghhBCCCGEEEIIIYQQQgghjgoS1BBCCCGEEEIIIYQQQgghxFFBghpCCCGEEEIIIYQQQgghhDgqSFBDCCGEEEK0mRkzZqAoCsuWLWuT40+ePBlFUSgsLDysxx0/fjzBwcEHtI+FCxdy8cUXk5SUhMlkIiwsjCFDhvDGG29QVVV1kHp6ZNmxYweKovh/dDodERERjBo1ijlz5uz3fj/55BNeeumlRtcpisLkyZP3e9+Hw4YNGxg/fjzJycmYTCaio6MZO3YsP/30U1t3LcD48eMDHr+mfsaPH8/8+fNRFIX58+e3dbeFEEIIIcQRxtDWHRBCCCGEEEK0zqRJk5gyZQpDhgzh8ccfJz09HbvdzqJFi5g8eTKbN2/mxRdfbOtuHjJ33HEHl19+OV6vl40bN/LYY48xduxYfvvtN4YPH97q/X3yySesXbuWu+66q8G6xYsX065du4PQ60Pjm2++4fLLLyctLY1HH32Uzp07k5eXx3vvvcfYsWO57777mDp1alt3E4BHH32UW265xX97+fLl3HbbbTz11FOMHDnSvzwmJoaYmBgWL15Mt27d2qKrQgghhBDiCCZBDSGEEEIIccSz2+3YbLa27sYR4csvv2TKlClcf/31vPXWWyiK4l93xhlncP/997N48eLD2qfq6mosFktAXw6l5ORkBg0aBMDQoUPp2LEjJ598Mu+8885+BTX2pfY4R6LMzEyuuuoqevbsyfz58wkKCvKvu+iii7j11lt57rnn6NevH5deeulh65fb7UZRFAyGwK+b6enppKen+287HA4AOnbs2Oj9fCTf90IIIYQQou1I+ikhhBBCCHFEqU3NtGbNGk477TRCQkIYNWoUAMXFxfzrX//yp1xKS0vj4Ycfxul0BuxDURRuv/12PvzwQ7p27YrNZqN3797MmjWr0WPm5eVx2WWXERYWRlxcHNdddx1lZWUBbV577TWGDx9ObGwsQUFB9OzZk6lTp+J2uxvsb/bs2YwaNYqwsDBsNhtdu3bl6aef3ud5//nnn0RHR3PWWWftM33UlClTiIiI4JVXXmk0iBASEsJpp53mv+1wOHjwwQfp0KEDJpOJpKQkbrvtNkpLSwO2ayrNUmpqKuPHj/ffrk0ZNmfOHK677jpiYmKw2Ww4nU4KCgq46aabaN++PWazmZiYGIYOHcovv/wSsM9ffvmFUaNGERoais1mY+jQofz666/7vH/2pX///oDvcayvJY/ZiBEj+OGHH8jKygpIgdTU/VJ7/vPmzePWW28lOjqaqKgozj//fLKzswOO73Q6ueeee4iPj8dmszF8+HD++eefBvep3W7n3nvvpUOHDlgsFiIjI+nfvz+ffvrpPs/7xRdfxG63M3369ICARq3nn3+e8PBwnnzySQBWrVqFoii88847Ddr+9NNPKIrCzJkz/cu2bNnC5ZdfTmxsLGazma5du/Laa68FbFebJurDDz/knnvuISkpCbPZzNatW/fZ9+Y0ln6q9rVh48aNjBkzhqCgIBISEnjmmWcAWLJkCSeddBJBQUF06tSJ999/v8F+c3Nzufnmm2nXrh0mk4kOHTrw2GOP4fF4Dqi/QgghhBDi8JGZGkIIIYQQ4ojjcrk4++yzufnmm3nggQfweDw4HA5GjhxJZmYmjz32GL169WLhwoU8/fTTrFy5kh9++CFgHz/88ANLly5lypQpBAcHM3XqVM477zw2bdpEWlpaQNsLLriASy65hOuvv541a9bw4IMPAvDuu+/622RmZnL55Zf7gwOrVq3iySefZOPGjQHt3nnnHW688UZOPvlk3nzzTWJjY9m8eTNr165t8ny/+OILrr76aq677jqmT5+OXq9vtF1OTg5r167lkksuadHMFU3TOPfcc/n111958MEHGTZsGKtXr2bSpEksXryYxYsXYzabm91PY6677jrOPPNMPvzwQ6qqqjAajVx11VUsX76cJ598kk6dOlFaWsry5cspKiryb/fRRx9x9dVXc8455/D+++9jNBr5z3/+w5gxY/j555/9AazW2L59OwCdOnUKWN6Sx+z111/npptuIjMzk2+//bbFx7zhhhs488wz+eSTT9i1axf33XcfV155Jb/99pu/zbXXXsvnn3/O/fffzymnnML69es577zzKC8vD9jXhAkT+PDDD3niiSfo27cvVVVVrF27NuB+a8zcuXOJi4trckaDzWbjtNNO44svviA3N5fevXvTt29f3nvvPa6//vqAtjNmzCA2NpaxY8cCsH79eoYMGUJycjLPP/888fHx/Pzzz9x5550UFhYyadKkgO0ffPBBBg8ezJtvvolOpyM2NrbF92VruN1uzj//fG655Rbuu+8+PvnkEx588EHKy8v5+uuvmThxIu3atWP69OmMHz+eHj16cMIJJwC+gMaAAQPQ6XT8+9//Jj09ncWLF/PEE0+wY8cO3nvvvUPSZyGEEEIIcZBpQgghhBBCtJH33ntPA7SlS5f6l11zzTUaoL377rsBbd98800N0L744ouA5c8++6wGaHPmzPEvA7S4uDitvLzcvyw3N1fT6XTa008/7V82adIkDdCmTp0asM9//etfmsVi0VRVbbTfXq9Xc7vd2gcffKDp9XqtuLhY0zRNq6io0EJDQ7WTTjqpyW1rzzEoKEjTNE175plnNL1erz377LNNtq+1ZMkSDdAeeOCBZttqmqbNnj270fP7/PPPNUD773//618GaJMmTWqwj5SUFO2aa67x3659zK6++uoGbYODg7W77rqryf5UVVVpkZGR2rhx4wKWe71erXfv3tqAAQP2eT7bt2/XAO3ZZ5/V3G635nA4tJUrV2qDBw/WEhIStO3btze5bVOPmaZp2plnnqmlpKQ0ut3e90vt+f/rX/8KaDd16lQN0HJycjRN07R169ZpgDZx4sSAdp9++qkGBNynPXr00M4999x9nntjLBaLNmjQoH22mThxogZof/31l6ZpmvbKK69ogLZp0yZ/m+LiYs1sNmv33HOPf9mYMWO0du3aaWVlZQH7u/322zWLxeK//+bNm6cB2vDhw1vd/9ptv/zyyybXzZs3z7+s9rXh66+/9i9zu91aTEyMBmjLly/3Ly8qKtL0er02YcIE/7Kbb75ZCw4O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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "C:\\Users\\guada\\AppData\\Local\\Temp\\ipykernel_29168\\3790897034.py:128: UserWarning: set_ticklabels() should only be used with a fixed number of ticks, i.e. after set_ticks() or using a FixedLocator.\n", + " ax1.set_xticklabels(course_comment_rating['program'], rotation=90)\n" + ] + }, + { + "data": { + "image/png": "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/yHH2Bgp0zIAGUdKERERienZs2cYPHgwYmJiYGlpiQYNGuDQoUPo0qULACAmJgaPHz9W7p+dnY0pU6bg6dOnMDY2Rr169XDgwAH06NFDuU/r1q0RGBiIr776CrNmzYKnpyd27NiBFi1aVPr55dPoolRgYGCJt8tkMsydO7fYpmBEREREpJBnYIC/mlvhWV4i5DrJsHzlNsOEBMgNDJBiYwHIMmCua15s7ykiIiKqeBs2bCjx9s2bNxf4ftq0aZg2bdobj9uvXz/069evPNHUSqOLUkRERESkPuv7N8Spl6cw1DITr67B99LHBwd37sSNmDPAs+85SoqIiIgqBYtSRERERFWEk6Gi2WlMVkzhG3V0YGPriQ91PoSZnlklJyMiIqKqiEUpIiIioirC0dAREACjx1Ew1f8Xac7OBW6vYVQDA5wGiJSOiIiIqhodsQMQERERUeVwNHTE1yeAvd/dh+fu3crtPhs3ot4vv8AkpogRVEREREQVhCOliIiIiKoIJ0MnbHMBMnUB5OYot9c4fhyGyck42dodWdZyOBo6Qk/Gt4lERERUsfhug4iIiKiKsNKzQrduS7C3py1MzKopNgoCwj/8ECaxsfgqbSNiwlKxqu4quBq7ihuWiIiItB6LUkRERERVhEwmg6el9+sb8ah7d6TL0xFz/S8AQDWDaiKkIyIioqqGPaWIiIiIqiiZXK78d1x2HADAXNccJromYkUiIiKiKoQjpYiIiIiqkLDUMFyOPYl5m++gdmQ8zi1ZArm+PuL1YwEADoYOIickIiKiqoJFKSIiIqIq5GHGQ+xKOoTlTw1hkJaF5l9/DdNnz5DbrSHQErA3sBc7IhEREVURnL5HREREVIU4GTrBJQn46S1jhEydimQPD8j19JCMdPj9C7SMNYDx8+dixyQiIqIqgCOliIiIiKoQz2QDhK8GjHMTAXyn3N7/0H30BwCchFz/HE6sXYuMamx4TkRERBWHI6WIiIiIqhCnTD0Y55a8j25ODgySkysnEBEREVVZHClFREQaYf/+/WJHKFGvXr3EjkCkFnoyvv0jIiIizcCRUkREREREREREVOlYlCIiIiIiIiIiokrHohQREREREREREVU6FqWIiIiIiIiIiKjSsShFRERERERERESVjkUpIiIioiok28ICcn39EveR6+sj28KikhIRERFRVcU1gYmIiIiq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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "C:\\Users\\guada\\AppData\\Local\\Temp\\ipykernel_29168\\3790897034.py:139: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " ironhack_comments['positive_reviews'] = ironhack_comments['review_body'].apply(lambda x: any(kw in x.lower() for kw in positive_keywords)).astype(int)\n", + "C:\\Users\\guada\\AppData\\Local\\Temp\\ipykernel_29168\\3790897034.py:140: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " ironhack_comments['negative_reviews'] = ironhack_comments['review_body'].apply(lambda x: any(kw in x.lower() for kw in negative_keywords)).astype(int)\n" + ] + }, + { + "data": { + "image/png": "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Y8eOKleunL7//nt99913unr1qp566ikdPnzYom18fLyee+45NWzYUEuWLFHXrl01efJkjR8/XpIUFBRkDo26deumbdu2adu2bWn+IytZdHS0Xn75Zb3yyitasmSJKlasqK5du+rdd9/V0KFDNWjQIP3000/KlSuXWrVqpXPnzpnve/jwYdWoUUMHDx7URx99pGXLlql58+bq06dPqiNkhg0bptOnT+ubb77RV199pWPHjqlFixZKTEyUJH3++eeqU6eOAgMDzfXfHZqk5eeff9bly5fVtWtXlSxZUk8++aQWLlyoa9eupdq+TZs2KlWqlH766ScNGTJE8+bN01tvvWXR5sSJE+rUqZO+++47LVu2TN26ddPEiRP12muvpVtL3759dfToUa1du9Zi+4oVK3TixAn17NlTkrRgwQL16NFD9erV06JFi7R48WK99dZbun79err7b9asmXbt2qUJEyZo9erVmjZtmqpWraorV66ke7958+apZcuW8vX11fz58zV9+nRdvnxZ9evX1+bNmyVJw4cPN4dEyVPyMjNlKTIyUpIspv1Z817Jnz+/nn32Wc2aNcsiEJGkGTNmyN3dXeHh4Wk+7vr161WnTh1duXJFX3zxhZYsWaIqVaqoffv25mDA19dXNWrUsJhCt3btWnl4eOjq1avavn27efuaNWv09NNPy2Qy6fr162rUqJH+/fdfffbZZ1q9erWmTJmiwoUL6+rVq2nWtGjRInXr1k2SzNMhX3nlFUnSG2+8ocGDB6tRo0ZaunSpxowZo5UrV6p27dop1oOKiorSiy++qE6dOunXX39Vjx490nzMtKS2jwsXLqh27dr67bffNGbMGC1dulRhYWEaMGCAevXqlWIfd/d97ty5un79upo1a5Yi1L3f8SrZqVOn9Nprr+n777/Xzz//rNatW6t3794aM2aMRbsRI0YoPDxcwcHBmjlzphYtWqQuXbro9OnTafZ38uTJatu2rYYNG6Zvvvkm1T8USHeCzEuXLqlly5ZWh+ANGjTQ7Nmz1a9fPy1fvlwvvviiJkyYoNatW9/3/ulp3bq1SpQooR9++EFffPGFJOs+89Z+l2T2+AEAyAYGAADZ4L///jOefPJJQ5IhyXBzczNq165tjBs3zrh69aq53ZkzZ4wcOXIYvXv3trj/1atXjcDAQKNdu3bmbV26dDEkGd9//71F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9PHHH6doFx4erj///FMnTpwwbzt06JAOHDig8PBwSdLXX3+tt99+W++//76OHDmisWPHavjw4Zo1a5bVfTx58qRWrlwpNzc387b77Tc8PFzz58+XYRjm+yxcuFAFChRQvXr1UjyGYRhq3ry5oqOj9euvv2rXrl0KDQ1Vw4YNdenSJfn5+alKlSrasGGDJGn//v3m/8bGxkq6M+Uxed+ffPKJli5dqu+//15Hjx7VnDlzVLRoUav7nB0IpQAAAAAAQJbYvn275s2bp4YNG5qn8E2cOFFNmzZVuXLl9PXXX8vLy0vTp0+XJJ05c0ZVq1ZV9erVVbRoUYWFhalFixYp9uvq6mqephcQEKDAwED5+fmlaFehQgVVqlRJ8+bNM2+bO3euatSooVKlSkmSxowZo48++kitW7dWSEiIWrdurbfeektffvllun1btmyZcuXKJS8vLxUvXlyHDx/W4MGDzbffb7/t27fXuXPntHnzZvN95s2bp06dOsnFJWU8s379eh04cEA//PCDqlevrpIlS+rDDz9U7ty59eOPP0q6M0osOZTasGGDGjZsqAoVKpgfY8OGDapfv775uS5ZsqSefPJJFSlSRE8++aQ6duyYbp+zG6EUAAAAAADItOSwxtPTU7Vq1VLdunU1depUnThxQvHx8apTp465rZubmx5//HEdOXJEkvTGG29owYIFqlKligYNGqStW7c+cD3h4eGaO3eupDujjebPn28eJXXhwgWdPXtW3bp1U65cucyX9957z2J0VWoaNGigvXv36s8//1Tv3r3VpEkT9e7d2+r95s+fX40aNTLXFhkZqW3btplru9euXbt07do15c2b12KfkZGR5n3Wr19fv//+u5KSkrRx40bVr19f9evX18aNGxUdHa2//vrLPFIqIiJCe/fuVenSpdWnT58UUw/tgYXOAQAAAABApjVo0EDTpk2Tm5ubgoODzVPaoqKiJEmme07rZxiGeVvTpk11+vRpLV++XGvWrFHDhg3Vs2dPffjhh5mup1OnThoyZIh2796tmzdv6uzZs+rQoYMkKSkpSdKdqXZPPPGExf1cXV3T3a+3t7dKlCgh6c5UuAYNGmj06NEaM2aM1fsNDw9X3759NXXqVM2bN0/ly5dX5cqVU328pKQkBQUFmUdC3S137tySpLp16+rq1avavXu3fv/9d40ZM0aFChXS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VaFChVT76Gh69eqlRYsWacKECeZj/LZt2zRq1Cj9999/+uKLL+xcYea89957mjVrliZMmKDu3bubt1esWFGTJ0922FDql19+UXh4uK5fvy4fHx+L96DJZHLYUGrDhg26fft2iu23bt3S77//boeKssbff/+tjh07asuWLebA7cqVK6pdu7bmz5+vQoUK2bfATHrrrbeUI0cOnTlzRmXLljVvb9++vd566y1CqUxipBQeGcWKFdOLL76od99912L7yJEj9d133+nkyZN2quzB1KpVS23btlW/fv3k4+Ojffv2qVixYtqxY4datWqlf/75x94lZkq7du20d+9eTZ06VbVq1ZLJZNLWrVvVt29fVapUSd9//729S8yUIkWKaOHChapZs6bF63X8+HGFhoYqNjbW3iVmWM2aNRUQEKBZs2YpT548kqTLly8rIiJC58+f17Zt2+xcYeY46zHDWdWpU0c5cuTQkCFDFBQUlOIfzZUrV7ZTZbhbv379JEkff/yxunfvrpw5c5pvS0xM1J9//ilXV1dt2bLFXiU+kKFDh2ratGmqWLGiHn/8cRmGoZ07d2r//v2KiIjQ4cOHtXbtWv38889q2bKlvcu1Wr58+TR79mw1a9bM3qVkGT8/Py1YsEBNmza12L5ixQp16NBBMTExdqrswZQoUUJffvmlGjZsaPE743//+59q1aqly5cv27vETClVqpSaNWumsWPHWhw3HNX+/fslSVWqVNG6devk7+9vvi0xMVErV67Ul19+qVOnTtmpwgfTuHFjxcbGatasWeY/WB49elRdu3aVt7e3fvvtNztXmDmBgYFatWqVKleubPH5ioyMVMWKFc2jLpExjJTCIyM6OjrVv6K8+OKLmjhxoh0qyhoHDhzQvHnzUmzPnz+/Ll68aIeKssby5cu1atUqPfnkk+ZtTZo00ddff20xwsjRXLhwIdUpiNevX3fYvzzv27dPO3fuNAdSkpQnTx69//77qlGjhh0rezDOesxwVnv37tWuXbtUpkwZe5eCdOzZs0fSnZFSBw4ckLu7u/k2d3d3Va5cWQMGDLBXeQ/sv//+U//+/TV8+HCL7e+9955Onz6t3377TSNHjtSYMWMcKpRyd3dXiRIl7F1GlvL09FTRokVTbC9atKjF+9LR/PPPP6m+VklJSYqPj7dDRVnjn3/+UZ8+fZwikJLuhFEmk0kmk0lPP/10itu9vLw0depUO1SWNX7//Xdt3brVYrmD0qVLa+rUqapTp44dK3sw169fT/U9+N9//8nDw8MOFTkHFjrHI6N+/fqpDoPdvHmznnrqKTtUlDVy586tqKioFNv37NmjggUL2qGirJE3b95Up+j5+flZhB+OpkaNGlq+fLn5enIQ9fXXX5unDzia0qVL699//02x/fz58w79jxhnPWZId/5a2atXLzVs2FBhYWHq1auXjh49au+yHki5cuX033//2buMbHP79m39/fffOnPmjMXF0axfv17r169Xly5dtGLFCvP19evXa9WqVfryyy9VsmRJe5eZad9//706duyYYnuHDh3MI3w7duzocJ+3/v376+OPP3aqxXx79uypMWPGKC4uzrwtLi5O77//vnr16mXHyh5M+fLlU/3u+uGHH1S1alU7VJQ1mjRpop07d9q7jCwTGRmpEydOyDAMbd++XZGRkebLP//8o9jYWHXt2tXeZWZa4cKFUw1BExISHPrfJ3Xr1tXs2bPN100mk5KSkjRx4kSHm5b9MGGkFB4Zzz33nAYPHqxdu3apZs2aku6sD/PDDz9o9OjRWrp0qUVbR9GpUycNHjxYP/zwg/nAuGXLFg0YMMBh59dL0jvvvKN+/fpp9uzZCgoKknRn5MrAgQNT/AXakYwbN07PPPOMDh8+rISEBH388cc6dOiQtm3bpo0bN9q7vEwZO3as+vTpo1GjRll8tt59912NHz/eYkqir6+vvcrMMGc9ZjjrWlnjx4/XoEGDNHbsWFWsWDHFIsWO9N67m7OulTVjxgx7l5AtPD09tXXr1hSB/NatW81rZSUlJTncX9Q3b96s9evXa8WKFSpfvnyKz9fPP/9sp8oyb8+ePVq7dq0ee+wx8/Teffv26fbt22rYsKFat25tbutI/Rs5cqQ6d+6sf/75R0lJSfr555919OhRzZ49W8uWLbN3eZnWvHlzDRw4UIcPH071GO9I38PSneUcJKVYsN1ZTJgwQb1799Znn32matWqyWQyaefOnerbt68+/PBDe5eXaRMnTlT9+vW1c+dO3b59W4MGDdKhQ4d06dIlh512/jBgTSk8MlxcrBsY6Gg/8uPj4xUREaEFCxbIMAzlyJFDiYmJ6tSpk2bOnClXV1d7l5gpVatW1fHjxxUXF2c+a9aZM2fk4eGR4q/ou3fv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s65evVri3JUrV9SlSxd2WbmH3L5L3aFDh7Rhwwa9//77SklJ0datW5WQkKC1a9caHbPcxo0bJ19fXzVu3LjUX76+vqZcfQPzYLUe7iVr1651DEBXrlzpGEjdvHnTlH/HAwBc35dffqn+/fsrMDBQL774oqKiohQYGKhf/vKXOn36tNHxTIuVUnB5YWFhstlsio6OLvX80qVLlZiYqA8//LCGk6E09N4A1YPVeriXuLu76+zZsyXKcL/++mv5+vry5xAAcM8ZPHiwrl69qjVr1qhDhw6SpIyMDE2YMEGenp76+OOPDU5oTgyl4PL8/f0VFxd3x53Ajh07psGDB+vUqVM1nAylccVd6mqLzMxMZWVlacCAAfLw8JDdbqc34B4SGRlZputiYmKqOQnw/ZA0Ly+vxC6XKSkpstlsunjxokHJAAAonYeHhz777DP17NnT6fjBgwfVr18/3bhxw6Bk5kbROVxeXl6e6tate8fzderU0fnz52swEX7KxYsX1axZszueb9asmS5dulSDiXA3X3/9tSIiIpSQkCCLxaLjx4/LarXq6aeflre3t958802jI0IMm3Bv6NmzpywWiywWix555BGnW0qLioqUk5OjoUOHGpgQAIDStWrVSoWFhSWOf/fdd/Lz8zMgkWtgKAWX5+fnpyNHjqht27alnk9NTb1j8S9qHr035hMdHa06dero1KlTTisSIyIiFB0dzVAKgEN4eLgk6fDhwxoyZIgaNmzoOFevXj21bt1a//Ef/2FQOgAA7mzRokV64YUXtHz5cvXu3VsWi0X79+/Xiy++qMWLFxsdz7S4fQ8u74UXXlBSUpL27dunBg0aOJ27ceOGAgMDZbPZ2Ar9HkHvjfk0b95c8fHx6t69uxo1aqSUlBRZrVbl5OSoa9euunbtmtERKywjI0PLli1z2mHlhRdecPQIACi/oqIirVu3TkOGDOFDIQBwYa6wS52Pj49THUV+fr6+++47x4fot7729PTk1vMKYqUUXN6MGTMUGxur9u3ba+rUqerQoYMsFovS09O1fPlyFRUV6T//8z+NjokfjBs37q7XsEvdvSU/P1/33XdfieMXLly443DRDDZt2qRf//rX6tOnj4KCgiRJu3fv1s9//nOtX79eI0eONDghYE7u7u6aNGmS0tPTjY4CAKgGX375pX79619r586d8vb2liRdvnxZ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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAABKUAAAMWCAYAAAAgRDUeAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy81sbWrAAAACXBIWXMAAA9hAAAPYQGoP6dpAAEAAElEQVR4nOzdd3gU5drH8e9m0wtJSEhCKAEh1IAgSBOkNwELFlSk2QtWFMWuR+UFju3oEfVIEQU7YgUR6VKlSK/SWwKEEBLS5/1jshuWGkKSyW5+n+vaa2Znnt25d5NAcu/93I/NMAwDERERERERERGRUuRldQAiIiIiIiIiIlL+KCklIiIiIiIiIiKlTkkpEREREREREREpdUpKiYiIiIiIiIhIqVNSSkRERERERERESp2SUiIiIiIiIiIiUuqUlBIRERERERERkVKnpJSIiIiIiIiIiJQ6JaVERERERERERKTUKSklIiLiZiZOnIjNZnPevL29qVq1KkOGDGHfvn2Feo7BgwdTo0aNkg30HP755x+GDh1KnTp1CAgIIDAwkIYNG/L8888XOn539vLLL2Oz2awO44LWrl2LzWbDx8eHAwcOWB1Oifntt9/o1q0bsbGx+Pn5ERsbS4cOHfi///u/i36uGjVq0Lt37xKI8sJsNhsvv/yyJdcWEREpKiWlRERE3NSECRNYvHgxv//+O/fccw9ffPEF7dq1Iy0t7YKPfeGFF/j+++9LIUpXP//8M40bN+bnn3/m3nvv5eeff3bu//TTT5b9QV+a7r77bhYvXmx1GBf0ySefAJCTk8OkSZMsjqZkfPjhh/To0YMKFSrw/vvv89tvvzFq1Cjq16/Pt99+a3V4IiIiHs9mGIZhdRAiIiJSeBMnTmTIkCEsX76c5s2bO4+/+OKL/Otf/+Lzzz+nf//+Z31seno6gYGBpRWqix07dtCoUSPq1KnDnDlzCA0NdTlvGAbff/89ffv2tSS+kmble3+xMjMzqVKlClWrVuXw4cMEBQWxefPmYnluwzDIyMggICCgWJ7vUsTFxVGjRg3mzZt3xrm8vDy8vC7u89saNWqQkJDAzz//XFwhFprNZuOll15StZSIiLgVVUqJiIh4iFatWgGwa9cuwJyiFxwczNq1a+nWrRshISF07tzZee706Xt5eXm89957NGnShICAAMLCwmjVqhU//vijy7ivvvqK1q1bExQURHBwMN27d2fVqlUXjO+tt94iLS2NDz744IyEFJh/VJ+ekBo/fjyXX345/v7+VKxYkRtuuIGNGze6jHG8zk2bNtG9e3eCgoKoXLmyc/rVkiVLaNu2LUFBQdSpU4dPP/3U5fGO6ZC///47Q4YMoWLFigQFBdGnTx/++ecfl7G///471113HVWrVsXf35/atWtz3333cfjwYZdxjil6K1eu5KabbiI8PJxatWq5nDvV7Nmz6dChAxEREQQEBFC9enVuvPFG0tPTnWOOHj3Kgw8+SJUqVfD19eWyyy7jueeeIzMz84z3cejQoXz22WfUr1+fwMBALr/88otKlEybNo0jR45w9913M2jQILZs2cLChQvPGJeZmcmrr75K/fr18ff3JyIigo4dO7Jo0aIz4vnwww+pX78+fn5+zq/BwoUL6dy5MyEhIQQGBtKmTRt++eUXl2ukp6fz5JNPUrNmTef3QfPmzfniiy+cY/755x9uvfVW5xS86OhoOnfuzOrVq8/7Oo8cOULlypXPeu70hFRhfz4AZsyYwRVXXEFAQAD16tVj/PjxZ4xZt24d1113HeHh4fj7+9OkSZMzvjcBdu/ezR133EFUVBR+fn7Ur1+fN998k7y8vPO+tsK8byIiIlbztjoAERERKR7btm0DoFKlSs5jWVlZXHvttdx3330888wz5OTknPPxgwcP5vPPP+euu+7i1VdfxdfXl5UrV7Jz507nmDfeeIPnn3+eIUOG8Pzzz5OVlcWYMWNo164dy5Yto0GDBud8/pkzZxIdHe1Mnl3IyJEjefbZZ7ntttsYOXIkR44c4eWXX6Z169YsX76c+Ph459js7Gz69u3L/fffz1NPPcWUKVMYMWIEx48f57vvvuPpp5+matWqvPfeewwePJiEhASaNWvmcr277rqLrl27MmXKFPbs2cPzzz9Phw4dWLNmDWFhYQBs376d1q1bc/fddxMaGsrOnTt56623aNu2LWvXrsXHx8flOfv27cutt97K/ffff85plTt37qRXr160a9eO8ePHExYWxr59+5gxYwZZWVkEBgaSkZFBx44d2b59O6+88gqNGzdmwYIFjBw5ktWrV5+RyPnll19Yvnw5r776KsHBwYwePZobbriBzZs3c9lll13wvR83bhx+fn7079+fo0ePMnLkSMaNG0fbtm2dY3JycujZsycLFizgscceo1OnTuTk5LBkyRJ2795NmzZtnGOnTZvGggULePHFF4mJiSEqKop58+bRtWtXGjdu7LzeBx98QJ8+ffjiiy/o168fAE888QSfffYZr732Gk2bNiUtLY1169Zx5MgR5/Nfc8015ObmMnr0aKpXr87hw4dZtGgRx44dO+/rbN26Nd999x0vv/wyN9xwAwkJCdjt9rOOLczPB8Dff//NsGHDeOaZZ4iOjuaTTz7hrrvuonbt2lx99dUAbN68mTZt2hAVFcV//vMfIiIi+Pzzzxk8eDCHDh1i+PDhACQlJdGmTRuysrL417/+RY0aNfj555958skn2b59Ox988ME5X1th3jcRERHLGSIiIuJWJkyYYADGkiVLjOzsbCM1NdX4+eefjUqVKhkhISHGwYMHDcMwjEGDBhmAMX78+DOeY9CgQUZcXJzz/vz58w3AeO6558553d27dxve3t7Gww8/7HI8NTXViImJMW655Zbzxu3v72+0atWqUK8xOTnZCAgIMK655pozYvDz8zNuv/12l9cCGN99953zWHZ2tlGpUiUDMFauXOk8fuTIEcNutxtPPPGE85jj/bzhhhtcrvXnn38agPHaa6+dNca8vDwjOzvb2LVrlwEYP/zwg/PcSy+9ZADGiy++eMbjHOccvv32WwMwVq9efc7348MPPzQA4+uvv3Y5PmrUKAMwZs6c6TwGGNHR0cbx48edxw4ePGh4eXkZI0eOPOc1HHbu3Gl4eXkZt956q/NY+/btjaCgIJfnnDRpkgEY//vf/877fIARGhpqHD161OV4q1atjKioKCM1NdV5LCcnx0hISDCqVq1q5OXlGYZhGAkJCcb1119/zuc/fPiwARjvvPPOBV/b6bZt22YkJCQYgAEYAQEBRufOnY3333/fyMrKco4rzM+HYRhGXFyc4e/vb+zatct57OTJk0bFihWN++67z3ns1ltvNfz8/Izdu3e7PL5nz55GYGCgcezYMcMwDOOZZ54xAGPp0qUu4x544AHDZrMZmzdvdh4DjJdeesl5/0Lvm4iISFmg6XsiIiJuqlWrVvj4+BASEkLv3r2JiYlh+vTpREdHu4y78cYbL/hc06dPB+Chhx4655jffvuNnJwcBg4cSE5OjvPm7+9P+/btmTt37iW9nlMtXryYkydPMnjwYJfj1apVo1OnTvzxxx8ux202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bwwNGzakc+fO9OzZk1q1apGRkcHSpUt58803iY6O5q677gIK9/NxMV566SV+/vlnOnbsyIsvvkjFihWZPHkyv/zyC6NHjyY0NBQwE7mTJk2iV69evPrqq8TFxfHLL7/wwQcf8MADD5w1cedwofdNRESkTLCyy7qIiIhcPMdqccuXLz/vuEGDBhlBQUHnPHfq6nuGYRi5ubnG22+/bSQkJBi+vr5GaGio0bp1a+Onn35yGTdt2jSjY8eORoUKFQw/Pz8jLi7OuOmmm4xZs2YVKv7t27cbDz74oFG7dm3Dz8/PCAgIMBo0aGA88cQTxo4dO1zGfvLJJ0bjxo2d8Vx33XXG+vXrC/U627dvbzRs2PCM43FxcUavXr2c9x3v58yZM40BAwYYYWFhzpX/tm7d6vLYDRs2GF27djVCQkKM8PBw4+abbzZ27959xspnjhX2kpKSzrj+6avvLV682LjhhhuMuLg4w8/Pz4iIiDDat29v/Pjjjy6PO3LkiHH//fcblStXNry9vY24uDhjxIgRRkZGhss4wHjooYfO+roHDRp0xnGHd955xwCMadOmnXOMYxVAx0qHJ0+eNF588UUjPj7e8PX1NSIiIoxOnToZixYtumA8hmEYCxYsMDp16mQEBQUZAQEBRqtWrc74fnvmmWeM5s2bG+Hh4Yafn59x2WWXGY8//rhx+PBhwzAM49ChQ8bgwYONevXqGUFBQUZwcLDRuHFj4+233zZycnLO+VoMwzA++ugjo2/fvsZll11mBAYGGr6+vkatWrWM+++/39izZ4/L2ML8fJz+veXQvn17o3379i7H1q5da/Tp08cIDQ01fH19jcsvv9yYMGHCGY/dtWuXcfvttxsRERGGj4+PUbduXWPMmDFGbm6uy7jTvwcv9L6JiIiUBTbDOK05gYiIiEg5MnHiRIYMGcLy5csvOAVRRERERIqPekqJiIiIiIiIiEipU1JKRERERERERERKnabviYiIiIiIiIhIqVOllIiIiIiIiIiIlDolpUREREREREREpNQpKSUiIiIiIiIiIqXO2+oAPEleXh779+8nJCQEm81mdTgiIiIiIiIiIqXOMAxSU1OJjY3Fy+vc9VBKShWj/fv3U61aNavDEBERERERERGx3J49e6hateo5zyspVYxCQkIA802vUKGCxdGIiIiIiIiIiJS+48ePU61aNWee5FyUlCpGjil7FSpUUFJKRERERERERMq1C7U2UqNzEREREREREREpdUpKiYiIiIiIiIhIqVNSSkRERERERERESp16SomIiIiIiIhHysvLIysry+owRDyOj48Pdrv9kp9HSSkRERERERHxOFlZWezYsYO8vDyrQxHxSGFhYcTExFywmfn5KCklIiIiIiIiHsUwDA4cOIDdbqdatWp4ealzjUhxMQyD9PR0EhMTAahcuXKRn0tJKREREREREfEoOTk5pKenExsbS2BgoNXhiHicgIAAABITE4mKiiryVD6li0VERERERMSj5ObmAuDr62txJCKey5Hwzc7OLvJzKCklIiIiIiIiHulSet2IyPkVx8+XklIiIiIiIiIiIlLqlJQSEREREREREbcwd+5cbDYbx44dK/RjBg8ezPXXX19iMZUV7vg6lZQSEREREREROYvcPIPF24/ww+p9LN5+hNw8o1Suu2jRIux2Oz169CiV61lp586d2Gw2vL292bdvn8u5AwcO4O3tjc1mY+fOnQC0adOGAwcOEBoaWuhrvPvuu0ycOLEYoy5ZL7/8MjabDZvN5lxB8u677yYpKem8j3O31wlafU9ERERERETkDDPWHeCVnzZwICXDeaxyqD8v9WlAj4TKJXrt8ePH8/DDD/PJJ5+we/duqlevXmLXys3NxWaz4eVlbc1KbGwskyZNYsSIEc5jn376KVWqVGH37t3OY76+vsTExFzUc19MAqusaNiwIbNmzSI3N5dVq1Zx1113sW/fPqZPn37GWMfX0B1fpyqlRERERERERE4xY90BHvh8pUtCCuBgSgYPfL6SGesOlNi109LS+Prrr3nggQfo3bu3S+VL69ateeaZZ1zGJyUl4ePjw5w5cwDIyspi+PDhVKlShaCgIFq2bMncuXOd4ydOnEhYWBg///wzDRo0wM/Pj127drF8+XK6du1KZGQkoaGhtG/fnpUrV7pca9OmTbRt2xZ/f38aNGjArFmzsNlsTJs2zTlm37599OvXj/DwcCIiIrjuuuucVU7nM2jQICZMmOBybOLEiQwaNMjl2OnT9xyv57fffqN+/foEBwfTo0cPDhwo+BqdPq2tQ4cOPPzwwzz22GOEh4cTHR3Nxx9/TFpaGkOGDCEkJIRatWq5JIAc1znVtGnTXJp9v/zyyzRp0oTx48dTvXp1goODeeCBB8jNzWX06NHExMQQFRXF66+/fsH3w9vbm5iYGKpUqULv3r155JFHmDlzJidPnjzn1/D015mXl8eoUaOoXbs2fn5+VK9e3eXaRf1aFSclpURERERERMSjGYZBelZOoW6pGdm89ON6zjZRz3Hs5R83kJqRXajnM4yLm/L31VdfUbduXerWrcsdd9zBhAkTnM/Rv39/vvjiC5fn/Oqrr4iOjqZ9+/YADBkyhD///JMvv/ySNWvWcPPNN9OjRw+2bt3qfEx6ejojR47kk08+Yf369URFRZGamsqgQYNYsGABS5YsIT4+nmuuuYbU1FTATHBcf/31BAYGsnTpUj7++GOee+45l9jT09Pp2LEjwcHBzJ8/n4ULFzqTRFlZWed93ddeey3JycksXLgQgIULF3L06FH69OlzwfcsPT2df//733z22WfMnz+f3bt38+STT573MZ9++imRkZEsW7aMhx9+mAceeICbb76ZNm3asHLlSrp3786AAQNIT0+/4PVPtX37dqZPn86MGTP44osvGD9+PL169WLv3r3MmzePUaNG8fzzz7NkyZKLet6AgADy8vLIyclxvubTv4anGzFiBKNGjeKFF15gw4YNTJkyhejoaOfji/q1Kk6aviciIiIiIiIe7WR2Lg1e/K1YnssADh7PoNHLMws1fsOr3Qn0Lfyf3uPGjeOOO+4AoEePHpw4cYI//viDLl260K9fPx5//HEWLlxIu3btAJgyZQq33347Xl5ebN++nS+++IK9e/cSGxsLwJNPPsmMGTOYMGECb7zxBgDZ2dl88MEHXH755c7rdurUySWOjz76iPDwcObNm0fv3r2ZOXMm27dvZ+7cuc7pc6+//jpdu3Z1PubLL7/Ey8uLTz75xFlBNGHCBMLCwpg7dy7dunU75+v28fHhjjvuYPz48bRt25bx48dzxx134OPjc8H3LDs7mw8//JBatWoBMHToUF599dXzPubyyy/n+eefB8zkzf/93/8RGRnJPffcA8CLL77I2LFjWbNmDa1atbpgDA55eXmMHz+ekJAQGjRoQMeOHdm8eTO//vorXl5e1K1bl1GjRjF37txCP++mTZsYO3YsLVq0ICQkxPmaT/8anio1NZV3332X999/31ltVqtWLdq2bQtc2teqOCkpJSIiIiIiIlIGbN68mWXLljF16lTAnMLVr18/xo8fT5cuXahUqRJdu3Zl8uTJtGvXjh07drB48WLGjh0LwMqVKzEMgzp16rg8b2ZmJhEREc77vr6+NG7c2GVMYmIiL774IrNnz+bQoUPk5uaSnp7u7Oe0efNmqlWr5tLPqUWLFi7PsWLFCrZt2+ZMnDhkZGSwffv2C77+u+66i9atW/PGG2/wzTffsHjxYmdl0PkEBgY6E1IAlStXJjEx8byPOfX12+12IiIiaNSokfOYo6LoQs9zuho1ari8/ujoaOx2u0vPrujo6As+79q1awkODiY3N5fMzEw6dOjAxx9/7Dx/tq/hqTZu3EhmZiadO3c+6/lL/VoVFyWlRERERERExKMF+NjZ8Gr3Qo1dtuMogycsv+C4iUOupEXNioW6dmGNGzeOnJwcqlSp4jxmGAY+Pj4kJycTHh5O//79efTRR3nvvfeYMmUKDRs2dFbL5OXlYbfbWbFiBXa763WDg4MLYgoIcOmFBGbfpaSkJN555x3i4uLw8/OjdevWzqlchmGc8ZjT5eXl0axZMyZPnnzGuUqVKl3w9SckJFCvXj1uu+026tevT0JCAqtXr77g406vprLZbBecNnm2x5x6zPFa8/LyAPDy8jrjObOzsy/6eR3HHM97LnXr1uXHH3/EbrcTGxuLn5+fy/mzfQ1PP38+l/q1Ki5KSomUR3NGgpcd2g8/89y80ZCXCx1HnHlORERERMQN2Wy2Qk+haxdficqh/hxMyThrXykbEBPqT7v4Sti9zp+kuRg5OTlMmjSJN99884ypUzfeeCOTJ09m6NChXH/99dx3333MmDGDKVOmMGDAAOe4pk2bkpubS2JionN6X2EtWLCADz74gGuuuQaAPXv2cPjwYef5evXqsXv3bg4dOuSsIlq+3DV5d8UVV/DVV18RFRVFhQoVLur6DnfeeScPPvigs/qrrKhUqRKpqamkpaURFBQEUKiEWVH5+vpSu3btIj8+Pj6egIAA/vjjD+6+++4zzhfH16o4qNG5SHnkZYc5r5sJqFPNG20e9yr8pzkiIiIiIp7E7mXjpT4NADMBdSrH/Zf6NCjWhBTAzz//THJyMnfddRcJCQkut5tuuolx48YBEBQUxHXXXccLL7zAxo0buf32253PUadOHfr378/AgQOZOnUqO3bsYPny5YwaNYpff/31vNevXbs2n332GRs3bmTp0qX079/fpdqma9eu1KpVi0GDBrFmzRr+/PNPZ6NzR8VO//79iYyM5LrrrmPBggXs2LGDefPm8eijj7J3795CvQ/33HMPSUlJZ02kWKlly5YEBgby7LPPsm3bNqZMmeKyMmJZ4+/vz9NPP83w4cOZNGkS27dvZ8mSJc7vo+L4WhUHJaVEyqP2w6Hjc66JKUdCquNzZ6+gEhEREREpJ3okVGbsHVcQE+rvcjwm1J+xd1xBj4TKxX7NcePG0aVLF0JDQ884d+ONN7J69WpWrlwJmAmFv//+m3bt2lG9enWXsRMmTGDgwIEMGzaMunXrcu2117J06VKqVat23uuPHz+e5ORkmjZtyoABA3jkkUdcVnSz2+1MmzaNEydOcOWVV3L33Xc7G4X7+5vvU2BgIPPnz6d69er07duX+vXrc+edd3Ly5MlCV+N4e3sTGRmJt3fZmthVsWJFPv/8c3799VcaNWrEF198wcsvv2x1WOf1wgsvMGzYMF588UXq169Pv379nL2siuNrVRxsxsWuTynndPz4cUJDQ0lJSbG0/E2k0OaOgrlvYH7mY0B8d+jwDEQngLev1dGJiIiIiBRJRkYGO3bsoGbNms6ESVHk5hks23GUxNQMokL8aVGzYrFXSLmzP//8k7Zt27Jt2zaXRuNSPpzv56yw+ZGylXoUkdLVfjjMHw15+StabP3NvNn9oPLlUKUZtLwPKta0Nk4REREREQvYvWy0rhVx4YHlxPfff09wcDDx8fFs27aNRx99lKuuukoJKSkyJaVEyrP5Y8yElJe3ua14GZxMNm97l5m35kMKxm/6BQ6sgarNIfYKCNJ/0CIiIiIi5UVqairDhw9nz549REZG0qVLF958802rwxI3pqSUSHk19/9g7siCHlKOnlIdnoVGN8G+FXDgb4iIL3jMuqmw7tuC++E1zWqqqs3NbewVYNc/KyIiIiIinmjgwIEMHDjQ6jDEg+ivR5HyaPozsHQs1L8Orn7KPOZobj7ndbDZzPuNb3F9XJ0eZlXVvr/gyDZI3mHe1n0LNjuM2FuQlNq7AvxCIKI2eGlNBREREREREXGlpJRIebR1prnNTnM97khM5eWe/XGNbzZvYE7x27cy//YX5GSCb2DB2OlPmdVWfqFQpSlUya+mqtIMQqKL9/WIiIiIiIiI21FSSqS82TITjm4HLx/o8X9mVdSpHImpCwkIh9qdzdvpDAN8g8DbHzJT4J+55s2hWku4a2bB/dxssPtc7CsRERERERERN6aklEh5kpMJM54x91s9AJHx5x9fVDYbDPrJTDYlbjArpvauMLdJmyD4lEopw4C3GpjHqlxR0J+qUj3wspdMfCIiIiIiImI5JaVEypMlY80qqeDogl5SJcnuA5UvN2/N7zSPZRyHzOMFY5J3QlqieTu0FlZ+ah73CYLYpuZ0wWaDSz5WERERERERKVVKSomUF8cPwPwx5n6XV8C/gjVx+FdwvXbFmvDExvxqqr/M7f5VkHUCdi2Eqs0Kxp5Mhh+GFvSmim1q3esQERERERGRS6KklEh5sfkXM9FT9Upo3M/qaFxViDVv9fuY9/Ny4fAWM0kV06hg3L6VsOln8waAzZzmV6WZOfWvdmcIr3Hu68wZaU4JPFvfrHmjzet2HFFcr0pERERERMqgiRMn8thjj3Hs2DGrQylR7vA6tU67SHlx5d0w+Ffo9RZ4lfEffS87RNWHKwZAbJOC45Hx0O11aHgDhFYHDEjaCKs/h1+egO1zCsYe2w1rvzWnBxpGwfPOed1MQJ1q3mjzuHpYiYiIiEgZsGjRIux2Oz169LA6lBK3c+dObDYb3t7e7Nu3z+XcgQMH8Pb2xmazsXPnzmK7Zr9+/diyZUuxPV9Jmzt3LjabzXmrVKkSPXv25O+//z7v49zhdapSSqQ8qXGV1RFcmrDq0GZowf0TieZ0P8fUv2otC85tnQm/DDP3AyMLpvw1vtVMQIFZMeVISHV8rvArD4qIiIiIZ7O4wn78+PE8/PDDfPLJJ+zevZvq1auX2LVyc3Ox2Wx4WfzBdWxsLJMmTWLEiIL39dNPP6VKlSrs3r27WK8VEBBAQEBAsT5nadi8eTMVKlRg9+7dPPLII/To0YNNmzYRGhp6xtjs7Gy3eJ1lvFxCRC7ZP3Ph2B6roygZwVFQtyd0eh4GToPoBgXnfEMg9grw8oH0w7D1N5j7Bqz50jw/53X4VyUlpERERETkTBZW2KelpfH111/zwAMP0Lt3byZOnOg817p1a5555hmX8UlJSfj4+DBnjjlrICsri+HDh1OlShWCgoJo2bIlc+fOdY6fOHEiYWFh/PzzzzRo0AA/Pz927drF8uXL6dq1K5GRkYSGhtK+fXtWrlzpcq1NmzbRtm1b/P39adCgAbNmzcJmszFt2jTnmH379tGvXz/Cw8OJiIjguuuuK1SV06BBg5gwYYLLsYkTJzJo0CCXY7m5udx1113UrFmTgIAA6taty7vvvus8n5GRQcOGDbn33nudx3bs2EFoaCj/+9//XN4Dh5dffpkmTZowfvx4qlevTnBwMA888AC5ubmMHj2amJgYoqKieP31152PcVR4rV692nns2LFj2Gw25/vtqHD67bffaNq0KQEBAXTq1InExESmT59O/fr1qVChArfddhvp6ekXfI+ioqKIiYmhRYsWvPnmmxw8eJAlS5Y4Y/n666/p0KED/v7+fP7552e8ToAff/yR5s2b4+/vT2RkJH379nWeu9D3TklQUkrEk51Mhm/vhPevhL0rrI6mdF3eD+6dAyP2wt1/QI9R0OgWqHgZYAO7L+RmmVslpERERETKh6y0c9+yMwrGtR9urlY953WY/Zp5fvZr5v2rn4I2DxfueYvgq6++om7dutStW5c77riDCRMmYOS3o+jfvz9ffPGF875jfHR0NO3btwdgyJAh/Pnnn3z55ZesWbOGm2++mR49erB161bnY9LT0xk5ciSffPIJ69evJyoqitTUVAYNGsSCBQtYsmQJ8fHxXHPNNaSmpgKQl5fH9ddfT2BgIEuXLuXjjz/mueeec4k9PT2djh07EhwczPz581m4cCHBwcH06NGDrKys877ua6+9luTkZBYuXAjAwoULOXr0KH369HEZl5eXR9WqVfn666/ZsGEDL774Is8++yxff/01AP7+/kyePJlPP/2UadOmkZuby4ABA+jYsSP33HPPOa+/fft2pk+fzowZM/jiiy8YP348vXr1Yu/evcybN49Ro0bx/PPPs2TJkvO+jrN5+eWXef/991m0aBF79uzhlltu4Z133mHKlCn88ssv/P7777z33nsX9ZyOCqjs7GznsaeffppHHnmEjRs30r179zMe88svv9C3b1969erFqlWr+OOPP2jevLnzfGG+d4qdIcUmJSXFAIyUlBSrQxEx/fKUYbxUwTDeb2EYOVlWR1N2/P6y+b68Gmlu546yOiIRERERKUYnT540NmzYYJw8edL1xEsVzn37/CbXsa/FnHvs+Gtcx46qefZxRdCmTRvjnXfeMQzDMLKzs43IyEjj999/NwzDMBITEw1vb29j/vz5zvGtW7c2nnrqKcMwDGPbtm2GzWYz9u3b5/KcnTt3NkaMGGEYhmFMmDDBAIzVq1efN46cnBwjJCTE+OmnnwzDMIzp06cb3t7exoEDB5xjfv/9dwMwvv/+e8MwDGPcuHFG3bp1jby8POeYzMxMIyAgwPjtt9/Oep0dO3YYgLFq1SrjscceM4YMGWIYhmEMGTLEePzxx41Vq1YZgLFjx45zxvrggw8aN954o8ux0aNHG5GRkcbDDz9sxMTEGElJSc5zEyZMMEJDQ533X3rpJSMwMNA4fvy481j37t2NGjVqGLm5uc5jdevWNUaOHHlG3A7JyckGYMyZM8cwDMOYM2eOARizZs1yjhk5cqQBGNu3b3ceu++++4zu3buf8/U5nic5OdkwDMM4fPiwce211xohISHGoUOHnLE4vm/O9Tpbt25t9O/f/6zXKMz3zunO+XNmFD4/op5SIp7q0HpY/om53+P/wO5jbTxlxbzRsPAtaHEv+ATAwbWuPaZERERERCyyefNmli1bxtSpUwHw9vamX79+jB8/ni5dulCpUiW6du3K5MmTadeuHTt27GDx4sWMHTsWgJUrV2IYBnXq1HF53szMTCIiIpz3fX19ady4scuYxMREXnzxRWbPns2hQ4fIzc0lPT3d2c9p8+bNVKtWjZiYGOdjWrRo4fIcK1asYNu2bYSEhLgcz8jIYPv27Rd8/XfddRetW7fmjTfe4JtvvmHx4sXk5OScMe7DDz/kk08+YdeuXZw8eZKsrCyaNGniMmbYsGH88MMPvPfee0yfPp3IyMjzXrtGjRoucUdHR2O32116bUVHR5OYmHjB13G6U9/r6OhoAgMDueyyy1yOLVu27ILPU7VqVcCc4hkfH88333xDVFSUc3rkqVVPZ7N69epzVosV9nunuCkpJeKJDAOmPw1GLtTvA7U6Wh1R2XBqU/PKTWDKzRCdYN5XYkpERETE8z27/9znbKf1iXpqGyx8G+aPKWj9cPVT0PZxsJ3WCeextcUS3rhx48jJyaFKlSrOY4Zh4OPjQ3JyMuHh4fTv359HH32U9957jylTptCwYUMuv/xywJzaZrfbWbFiBXa76+sJDg527gcEBGCz2VzODx48mKSkJN555x3i4uLw8/OjdevWzml3hmGc8ZjT5eXl0axZMyZPnnzGuUqVKl3w9SckJFCvXj1uu+026tevT0JCgkvPJoCvv/6axx9/nDfffJPWrVsTEhLCmDFjWLp0qcu4xMRENm/ejN1uZ+vWrRdcydDHx/VDfJvNdtZjeXl5AM5klXHKVMpTp9Kd67kv9Lzns2DBAipUqEClSpWoUKHCGeeDgoLO+/jzNT0v7PdOcVNSSsQTbfgBdi4Ab3/o9vqFx5cXebkFTc2TNpvHkneZv1w4zouIiIiI5/I9/x/tLhb/10xIOX5/dHzAebaepBfzvOeQk5PDpEmTePPNN+nWrZvLuRtvvJHJkyczdOhQrr/+eu677z5mzJjBlClTGDBggHNc06ZNyc3NJTExkXbt2l3U9RcsWMAHH3zANddcA8CePXs4fPiw83y9evXYvXs3hw4dIjo6GoDly5e7PMcVV1zBV199RVRU1FmTJoVx55138uCDDzqrv84WZ5s2bXjwwQedx85WhXXnnXeSkJDAPffcw1133UXnzp1p0KDBGeOKypFkO3DgAE2bNgU4I4FW3GrWrHlG4/KL0bhxY/744w+GDBlyxrlL+d65FEpKiXiarHSY+by5f9VjEB5naThlyqnL9oblL6ublWo2hFeFlIiIiIg4nFph7/g90bEtoQr7n3/+meTkZO666y5CQ0Ndzt10002MGzeOoUOHEhQUxHXXXccLL7zAxo0buf32253j6tSpQ//+/Rk4cCBvvvkmTZs25fDhw8yePZtGjRo5E05nU7t2bT777DOaN2/O8ePHeeqpp1wqa7p27UqtWrUYNGgQo0ePJjU11dno3FFB1b9/f8aMGcN1113Hq6++StWqVdm9ezdTp07lqaeeck4/O5977rmHm2+++ZzJl9q1azNp0iR+++03atasyWeffcby5cupWbOmc8x///tfFi9ezJo1a6hWrRrTp0+nf//+LF26FF9f3wvGUBgBAQG0atWK//u//6NGjRocPnyY559/vlieu6S89NJLdO7cmVq1anHrrbeSk5PD9OnTGT58+CV971wKrb4n4oka3wIRteGqR62OpOzyCYBg8xMekndaGoqIiIiIlDGnVtifqv1w83gJVNiPGzeOLl26nJGQArNSavXq1axcuRIwkz9///037dq1o3r16i5jJ0yYwMCBAxk2bBh169bl2muvZenSpVSrVu281x8/fjzJyck0bdqUAQMG8MgjjxAVFeU8b7fbmTZtGidOnODKK6/k7rvvdiZh/P39AQgMDGT+/PlUr16dvn37Ur9+fe68805OnjxZ6Mopb29vIiMj8fY+ew3N/fffT9++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YstVbw3PJ4Jd/zSKiIiIiIiUNP3lJWIVuw9EN4IqTaHKFVZHI6BklIiIiIiISCnSX2AiVqnSDO6bB9knrY5EREREREREpNRpvpCIlbzs4BdsdRRyqgVvwiddYP00qyMRERERERHxaEpKiZS231+CeaNVIVVWJe+EvcshcaPVkYiIiIiIiHg0Td8TKU2H1sOi98DINZtq12xndURyurA4c3tsl7VxiIiIiIiIeDhVSomUFsOA6U+bCan61yohVVaF1zC3yUpKiYiIiIiIlCQlpURKy4YfYOcC8PaHbq9ZHY2ciyqlRERERERESoWSUiKlISsdZj5v7rd9HMLjrI1Hzs3xtTm+H3IyrY1FRERERETEgykpJVIa/nwHUvZAaHW46lGro5HzCaoEPoGAASl7rY5GRERERETEY6nRuUhJyzwBSz4097u/Bj4B1sYj52ezQcXLIPM4ZByzOhoRERERERGPpaSUSEnzC4b75sLfX5oNzqXsu3+hmZwSERERERGREqOklEhpqHgZdHzW6iiksJSQEhERERERKXHqKSVSUnKzYf8qq6MQERERERERKZOUlBIpKcv+Bx93gN+eszoSuVj7V8G4bjD5ZqsjERERERER8ViavidSEk4kwdyR5n5kvLWxyMXz8oY9SyGgotWRiIiIiIiIeCxVSomUhD9eMVdvq9wEmg6wOhq5WGFx5vbkUchMtTYWERERERERD6WklEhx27cCVn1u7vccDV52a+ORi+dfoaBKKnmXtbGIiIiIiIh4KCWlRIpTXh78OhwwoPGtUL2l1RFJUYXnV0sl77Q0DBEREREREU+lpJRIcVrzJez7C3yDoesrVkcjl8Ixhe+YKqVERERERERKghqdixQnbz8IjISrHoGQGKujkUvhrJRSUkpERERERKQkKCklUpwSboRancEn0OpI5FJVrAWh1cE3yOpIREREREREPJKSUiLFLSDM6gikODQbZN5ERERERESkRKinlMilMgyY9hCs/dbcFxEREREREZELUlJK5FJt/hVWfw7THoCUvVZHIyIiIiIiIuIWlJQSuRTZGTBjhLnf5mEIq2ZtPFK8vroD3qwHe1dYHYmIiIiIiIjHUVJK5FIseg+O7YKQWGj7hNXRSHFLOwypByB5h9WRiIiIiIiIeBwlpUSKKmUvLHjT3O/2L/ALtjYeKX5hceb22C5r4xAR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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/png": "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stdQe/rpp7VkyRIdPXpUTz75pA4ePGhf7Pz48eOSpJtvvvlvn6ug3/cFufaTJ08qLCxMFovFoV9oaKh8fHz+cnpiQT5vAAAUFdaUAgCgGKhTp459kfD8XPsPZn4qVqyozMxMJScn5/kPrCT7CKP//ve/ioqKKlyxV6lWrZq97jZt2sjf31/PPfec/v3vf2vcuHGSstcpKlWqlL788kv5+fnZz/3ss8+u++OWL18+12LqknKFCTd6nR9//LHOnz+vhIQElStXLtfxTz/9VKdPn87z2F9ZsGCBHn74YU2ePNmh/cSJE7lGmeVl2LBheuWVVzRr1ixduHBBV65c0WOPPebQJyoqyh6a/fLLL/rkk080adIkXbp0Se+9916+zz1w4EANHDhQ6enp+v777xUbG6vu3bvrl19+yfdz+Msvv2jdunWS5DDK7WorVqzQnXfeWaDvzxx5fc+XL19eNpstV/vRo0cl/fk19/Hx0ZgxYzRmzBidOXNG33zzjZ555hl17txZR44cUUBAgCpUqKDp06dr+vTpOnz4sL744guNHz9eKSkpio+P/8varlWqVCnFxsZq2rRpSkpKkvTnmnC///57rpFd16Og116+fHlt3rxZhmE4fA5TUlJ05coVhxGG1yrI5w0AgKLCSCkAANxM165dJWXvopafzp07y8fHR/v379dtt92W5+16PPXUU7rlllv0yiuv2EfkWCwW+fj4yNvb294vIyND8+fPv66PIUlt27bV6tWrHUY6ZWVlacmSJQ79bvQ6P/zwQwUHB+vbb7/VmjVrHG6vvfaaLl68qIULFxa6fovFYh/VlGP58uX6448/CnR+eHi47r//fr377rt677331KNHj3zDICl74fnnnntO9erV07Zt2wr0MQIDA9W1a1c9++yzunTpknbt2pVv35zw6/3338/1efrqq69UqlQp+w6KBfn+/CsdOnTQ6tWr7UFMjnnz5ikgIMC+c+XVypYtq/vuu0+PP/64Tp06lWtBdSk7THviiSfUsWPHv/0c5RUMSbJPvcwZudSpUyd5e3tf97Veq0OHDtq9e3eu+nJ2Xmzfvr2937lz53IFv/PmzbMfL4iCfN4AALgRjJQCAMDNtG7dWv369dNLL72kY8eOqXv37vL19dX27dsVEBCgESNGqEqVKnrhhRf07LPP6rffflOXLl1Urlw5HTt2TAkJCQoMDFRcXFyhP3apUqU0efJk9erVS2+99Zaee+45devWTW+++ab69OmjIUOG6OTJk3r99ddzhTKF8eyzz2rZsmXq0KGDnn32Wfn7++u9995Tenq6pOz1pSTd0HUmJSUpISFBw4YN0z/+8Y9cx1u2bKk33nhDH374oZ544olC1d+9e3fNmTNHtWvXVv369bV161a99tprBZrmlWPUqFFq2rSpJDms2SRl7074xBNP6P7771eNGjVUunRprV69Wjt27ND48ePzfc7BgwfL399fLVu2VHh4uJKTkzVlyhRZrVb7rn7XunLliubNm6c6dero0UcfzbNPjx499MUXX+j48eMF+v78K7Gxsfryyy/Vvn17TZw4USEhIVq4cKGWL1+uqVOnymq12j9mTEyMbrvtNlWsWFGHDh3S9OnTFRUVpRo1aig1NVXt27dXnz59VLt2bQUHB2vLli2Kj4/XPffc85c1dO7cWTfffLN69Oih2rVrKysrS4mJiXrjjTcUFBSkUaNGScr+/nvmmWf04osvKiMjQw8++KCsVqt2796tEydOFPpn7Mknn9S8efPUrVs3vfDCC4qKitLy5cv17rvvatiwYfb1tx5++GH95z//Uf/+/XXw4EHVq1dP69at0+TJk3XnnXfqjjvuyPdj/N3nDQCAIuXihdYBAPBoOTupbdmy5S/79e/f3wgMDMz32NW77xlG9k5006ZNM2JiYozSpUsbVqvVaN68ubFs2TKHfp999pnRvn17o0yZMoavr68RFRVl3HfffcY333zzl/Xk7L63ZMmSPI83bdrUKFeunH0ntFmzZhm1atUyfH19jWrVqhlTpkwxPvzwQ4ed8gwjeyewbt265Xq+a3eJMwzD+OGHH4ymTZsavr6+RlhYmPGvf/3LvrtYzse9kescPXq0IclITEzMt0/Obmhbt241DCN7973HH388V79rdzg7ffq0MWjQICM0NNQICAgwWrVqZfzwww+5rjOv3feuVqVKFaNOnTq52o8dO2YMGDDAqF27thEYGGgEBQUZ9evXN6ZNm2ZcuXLF3u/ajzd37lyjffv2RqVKlYzSpUsbERERRq9evYwdO3bk+zn47LPP/nanv/j4eEOS8cYbbxiGUbDvz/y+FwzDMHbu3Gn06NHDsFqtRunSpY0GDRrk+hy98cYbRosWLYwKFSoYpUuXNipXrmwMGjTI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qmjQoEGuLtEp5syZo169eikgIMDVpbjEpUuXlJKSoqysLIf2ypUru6gi5/L29pbNZlNoaKhD+8mTJxUaGqrMzEwXVWaOzMxMffrpp9qzZ48sFotq166tu+++Wz4+7vu+jLe3t9q0aaNBgwbpvvvu86jA/ciRI4qMjMzz2KZNm9SsWTOTK3K+7du3684779T58+eVnp6ukJAQnThxQgEBAQoNDdVvv/3m6hJNwZtLgPtLS0vT6tWrVatWLdWpU8fV5RSpL774osB9e/bs6cRKXOvVV19VlSpV9MADD0iSevXqpf/9738KCwvTV199pQYNGri4QhQ1QinIz89PN910kwYOHKj+/fvn+8e8O3rhhRc0d+5cvfDCCxo8eLCSkpJUrVo1ffLJJ5o2bZo2btzo6hKdIjw8XOnp6br//vs1aNAgtWjRwtUlmeLXX3/VI488og0bNji0G4Yhi8XituGMl5eXkpOTc4VSR48eVfXq1ZWRkeGiypwvKSlJd911l5KTk1WrVi1J0i+//KKKFSvqiy++UL169VxcoXMkJSVp1qxZWrhwoS5evKgHHnhAgwYNUpMmTVxdmtPVrl1b69evV/ny5R3a169fr27duunMmTOuKcyJ2rVrp5o1a2rGjBkqW7asfvrpJ5UqVUp9+/bVqFGjdM8997i6RKfx1DeXcmRlZWnfvn15vtHSpk0bF1XlfPv379fs2bO1f/9+vfXWWwoNDVV8fLwiIyNVt25dV5fnFI888ojeeustBQcHO7Snp6drxIgRmjVrlosqc65evXqpTZs2euKJJ5SRkaEGDRro4MGDMgxDixYt0r333uvqEouMl5fjyjoWi0VX/6tusVjs9931b1ZJqlatmhYsWKAWLVpo1apV6tWrlxYvXqxPPvlEhw8f1sqVK11dYpEpzO/npUuXOrES12JNKejo0aMaNWqUli5dqqpVq6pz58765JNPcg3/d0fz5s3T//t//08PPfSQvL297e3169fXzz//7MLKnOv333/XggULdPr0abVv3161a9fWq6++quTkZFeX5lQDBgyQl5eXvvzyS23dulXbtm3Ttm3btH37dm3bts3V5RW5t99+W2+//bYsFos++OAD++O3335b06ZN0+OPP67atWu7ukynevTRR1W3bl39/vvv9q/3kSNHVL9+fQ0ZMsTV5TlNTEyM3nzzTf3xxx+aPXu2kpOT1apVK9WtW1dvvvmmjh8/7uoSnaZ169bq1KmTzp49a2/7/vvvdeeddyo2NtaFlTlPYmKixo4dK29vb3l7e+vixYuKjIzU1KlT9cwzz7i6PKd66aWXNGfOHE2dOlWlS5e2t9erV08ffPCBCytzvk2bNumWW25RnTp11KZNG7Vr185+a9++vavLc5q1a9eqXr162rx5s5YuXapz585Jknbs2OG2P+OSNHfu3DzfRMrIyNC8efNcUJE5vv/+e7Vu3VqS9Omnn8owDJ05c0Zvv/22XnrpJRdXV7SysrLst5UrV6phw4b6+uuvdebMGaWmpuqrr75S48aNFR8f7+pSncpms9kHSXz55Zfq1auXOnXqpKeeekpbtmxxcXVFy2q1Fvjm1gzgKtu3bzdGjBhhVKhQwQgJCTFGjBhhJCYmurosp/Hz8zMOHjxoGIZhBAUFGfv37zcMwzB27dplBAYGurI00xw7dsx44403jHr16hmlSpUyevToYXz22WdGZmamq0srcgEBAcaePXtcXYZpqlSpYlSpUsWwWCxGZGSk/XGVKlWMmjVrGp06dTI2bdrk6jKdys/Pz0hKSsrVvnPnTsPPz88FFbnGhQsXjDfffNPw9fU1LBaLUbp0aaNfv37G0aNHXV1akcvKyjLuvfdeo3Xr1kZGRoaxevVqIygoyJg+fbqrS3OaChUqGHv37jUMwzBq1qxpxMfHG4ZhGHv27DH8/f1dWZrTVa9e3fjmm28Mw3D8Pb5nzx6jbNmyrizN6Ro0aGDcf//9xu7du43Tp08bZ86ccbi5q2bNmhlvvPGGYRiOX/OEhAQjIiLClaU5RWpqqnHmzBnDYrEY+/btM1JTU+23U6dOGXPnzjXCw8NdXabT+Pn5GYcPHzYMwzD69etnPP3004ZhGMahQ4fc+m/1unXrGj/88EOu9u+//96oXbu2CyoyT3h4uLF+/XrDMLJ/p33yySeGYRjGzz//bAQHB7uyNDiJ+y6ogevSsGFDjR8/XiEhIXrllVc0a9Ysvfvuu2revLnee+89txsSXbduXf3www+KiopyaF+yZIkaNWrkoqrMFRoaqpYtW2rv3r365ZdftHPnTg0YMEBly5bV7Nmz3Wq9sejoaJ04ccLVZZjmwIEDkqT27dtr6dKlKleunIsrMl+tWrV07NixXK9dKSkpuuWWW1xUlXl+/PFHzZo1S4sWLVJgYKDGjRunQYMG6ejRo5o4caLuuusuJSQkuLrMImWxWPTxxx+rW7du6tChg3bs2KEpU6boiSeecHVpTtOoUSP9+OOPqlmzptq3b6+JEyfqxIkTmj9/vttOUc3xxx9/5PmznJWVpcuXL7ugIvP8+uuv+u9//+sRr2VX27lzpz766KNc7RUrVtTJkyddUJFzlS1bVhaLRRaLRTVr1sx13GKxKC4uzgWVmSMyMlIbN25USEiI4uPjtWjRIknS6dOn3XoNuf379+c5OsZqtergwYPmF2Sie+65R3369FGNGjV08uRJde3aVVL2qGBPeL07fvy49u7da/+Zr1ixoqtLcjpCKUiSLl++rM8//1yzZs3SqlWrdNttt+mdd97Rgw8+qFOnTunpp5/W/fffr927d7u61CIVGxurfv366Y8//lBWVpaWLl2qvXv3at68efryyy9dXZ5THTt2TPPnz9fs2bP122+/6e6779aXX36pO+64QxkZGXruuefUv39/HTp0yNWl3pC0tDT7/VdffVVPPfWUJk+erHr16qlUqVIOfcuUKWN2eaZYs2aNw+PMzEzt3LlTUVFRbhlUXf01nzx5skaOHKlJkybZF7jetGmTXnjhBb366quuKtHp3nzzTc2ePVt79+7VnXfeqXnz5unOO++0r1dRtWpVzZw5022mb+7YsSNXW2xsrB588EH17dtXbdq0sfepX7++2eU53eTJk+3TFV988UX1799fw4YN0y233KLZs2e7uDrn8uQ3l5o2bap9+/Z5xD9pVytbtqxsNluuHUa3b9+um266yUVVOc+aNWtkGIb+8Y9/6H//+59CQkLsx0qXLq2oqChFRES4sELnGj16tB566CEFBQWpcuXK9jdLv//+e7cO3W+//XaNHj1aCxYsUHh4uCQpOTlZY8eOdfv1IadNm6YqVaroyJEjmjp1qoKCgiRlT+sbPny4i6tznpz14ebNm2dfI9Db21sPP/yw/v3vf7v3BlWuHqoF13viiSeM8uXLG+XLlzdGjRpl7Ny5M1efQ4cOGRaLxQXVOV98fLzRpk0bIzAw0PD39zdatmxprFixwtVlOVX37t2NUqVKGXXr1jWmTZtmnDx5MlefP/74wy2+5haLxfDy8rLfrn18dZu7GjVqlPHBBx8YhmEYV65cMVq0aGFYLBYjMDDQWLNmjWuLc4K8vuZXt1392F3dcsstxuTJkw2bzZZvn4sXLxpz5swxsSrnyfl65nxtr33sCT/nnuqLL74wrFar8corrxgBAQHGa6+9Zjz66KNG6dKljZUrV7q6PKdaunSpER0dbcyePdv48ccfjZ9++snh5q7+9a9/Ga1atTJsNpsRHBxs/Prrr8a6deuMatWqGZMmTXJ1eU5z8OBBIysry9VluMSWLVuMpUuXGmfPnrW3ffnll8a6detcWJVz/fLLL0ZMTIxRqlQpo3r16kb16tXtf7v/+uuvri4PTjBkyBCjWrVqxldffWWfort8+XKjevXqxmOPPebq8pyK3fegDh066NFHH9W9997rsEjo1a5cuaL169erbdu2JlcHZxg0aJAeffRRNW/ePN8+hmHo8OHDud59LmnWrl1b4L7u+v1900036fPPP9dtt92mzz77TI8//rjWrFmjefPmac2aNVq/fr2rSyxSfM09T2FGdJb01zTktmLFCk2ePFlbt25VVlaWGjdurIkTJ6pTp06uLs2prt2pS/pzty533lH28uXLGjBggBYtWiTDMOTj46PMzEz16dNHc+bMcdi4xp3Mnj1bQUFBuv/++x3alyxZovPnz6t///4uqswcly5d0oEDB1S9enX5+HjGZJ+srCx98803+vnnn2UYhqKjo3XHHXc47MLnrubPn6+ZM2fqt99+08aNGxUVFaXp06eratWquuuuu1xdnlNUqFBB//3vf3MtnbJmzRr16tXLrTepIZSCR3vkkUfUtm3bXL/I09LSNHr0aLfdXtdTHT58WJGRkbl+mRuGoSNHjqhy5couqsy5/Pz8tG/fPt18880aMmSIAgICNH36dB04cEANGjRwmO4G93HhwgXt2LEjz63ie/bs6aKq4AzHjh3TuHHj9O233yolJUXX/mnnruGEp/u7MNbdA9j9+/dr+/btysrKUqNGjVSjRg1Xl+RUtWrV0nvvvZdrZ8W1a9dqyJAh2rt3r4sqc67z589rxIgRmjt3riTpl19+UbVq1TRy5EhFRERo/PjxLq6w6F25ckV+fn5KTExUTEyMq8sx3YwZMzRx4kSNHj1aL7/8spKSklStWjXNmTNHc+fOzbUshbsICAjQ1q1bVadOHYf2Xbt2qUmTJkpPT3dRZc5HKAVJ2QuFrl+/Ps9/XkaOHOmiqpzPy8tL/v7+GjRokKZPn25/1/HYsWOKiIhw6z/k09PTtXbtWh0+fFiXLl1yOOauX3Nvb2/ZbDaFhoY6tJ88eVKhoaFu+/WOiorS+++/rw4dOqhq1ap699131b17d+3atUutWrXS6dOnXV2i050/fz7P73V3XF9IkuLj49WvX788F/115xEUkjRlyhRVqlRJjzzyiEP7rFmzdPz4cT399NMuqsx5unbtqsOHD+uJJ55QeHh4ruDdXd9Vhmf6/vvvVbt27Vy/yy9fvqyNGzeqTZs2LqrMufz8/PTzzz+rSpUqDu0HDx5UnTp1lJGR4ZrCnGzUqFFav369pk+fri5dumjHjh2qVq2avvjiC8XGxmr79u2uLtEpqlevrqVLl6pBgwauLsV00dHRmjx5su6++24FBwfrp59+UrVq1ZSUlKR27dq57aZFHTp0UPny5TVv3jz7Iv4ZGRnq37+/Tp06pW+++cbFFTqPZ4x9xF+aPXu2HnvsMZUuXVrly5d3+GPWYrG4bUCRY/ny5Ro8eLD27NmjTz75xC0Xfr7W9u3bdeedd+r8+fNKT09XSEiITpw4oYCAAIWGhrrt1zxnSsO1zp0759Y7uAwcOFC9evWy/7PasWNHSdLmzZvdZqHr/Bw/flwDBw7U119/nedxdw1nnnjiCfXq1UsTJ05UpUqVXF2OqWbOnJnnzlx169ZV79693TKUWrdunX744Qc1bNjQ1aWYoly5cgWevnLq1CknV+Na+/fv1/Tp07Vnzx5ZLBbVqVNHo0aNUvXq1V1dmtO0a9dOlSpV0tKlSx2WITh16pTat2/vtq/roaGh2rFjR65Q6qefflL58uVdU5QJPvvsMy1evFjNmjVz+LmPjo7W/v37XViZcz333HOaMGGCFixY4LC4vSc4cOBAnhtV+Pr6uvVoobfeektdunTRzTffrAYNGshisSgxMVF+fn5asWKFq8tzKkIpaOLEiZo4caImTJiQ5/oE7i46OlqbNm3Svffeq9tvv13Lli1z+xf/J598Uj169NCMGTNUtmxZbdq0SaVKlVLfvn01atQoV5dX5MaMGSMpO2R9/vnnHXavyMzM1ObNm936n7lJkyYpJiZGR44c0f333y9fX19J2SPH3HHY+9VGjx6t06dPa9OmTWrfvr0+/fRTHTt2TC+99JLeeOMNV5fnNCkpKRozZozHBVJS9u5EOTsVXa1ixYqy2WwuqMj5IiMjc03Zc2fTp093dQnFwooVK9SzZ081bNhQLVu2lGEY2rBhg+rWratly5bZ34BwR71791aHDh307rvvasCAAfZ2d/456N27t0aOHKng4GD7aLC1a9dq1KhR6t27t4urc57jx4/nGhUnZY/4d+e1ld5++23t27dPERERioqKUmBgoMPxbdu2uagy56tataoSExNzTUH++uuvFR0d7aKqnC8mJka//vqrFixYYF9HrHfv3nrooYfk7+/v6vKcilAKOn/+vHr37u2RgVTOL7Py5cvrm2++0WOPPaZmzZrp9ddfd3FlzpWYmKiZM2fK29tb3t7eunjxoqpVq6apU6eqf//+uueee1xdYpHKGdptGIZ27tzpsKB/6dKl1aBBA40bN85V5Znivvvuk5S9zlAOd18UVZJWr16tzz//XLfffru8vLwUFRWljh07qkyZMpoyZYq6devm6hKd4r777tN3333n1qMl8hMZGan169fn2i5+/fr1brtt+vTp0zV+/HjNnDkz1ygKd+QJr10FMX78eD355JN65ZVXcrU//fTTbhtKWSwWTZgwQa1bt1b//v21Y8cO+5sM7hxSvPTSSzp06JA6dOhgX+g7KytLDz/8sCZPnuzi6pzn9ttv1/LlyzVixAhJf36N33///b/csKeku/vuu11dgsv861//0uOPP64LFy7IMAwlJCTo448/1pQpU/TBBx+4ujyn8vf31+DBg11dhukIpaBBgwZpyZIlbj9iIi9Xv6Pm4+OjDz74QNHR0Ro+fLgLq3K+UqVK2X+pV6pUSYcPH1adOnVktVp1+PBhF1dX9HIWRBw4cKDeeustlSlTxsUVmSszM1OTJ0/We++9p2PHjtkXCX3++edVpUoVDRo0yNUlOk16err9HdaQkBAdP35cNWvWVL169dz6XcZ33nlH999/v3744QfVq1dPpUqVcjjurlN0JenRRx/V6NGjdfnyZf3jH/+QJH377bd66qmnNHbsWBdXV3SuncKWnp6u6tWrKyAgINfX252nsP3d7yx33cBCkn3ZgWs98sgjbj2aLOdvt3vuuce+E9fu3bv11ltvubgy5ypdurQWL16sF198UT/99JP8/f1Vr149t1/QfsqUKerSpYt2796tK1eu6K233tKuXbu0cePGQu22W9LExsa6ugSXGThwoK5cuaKnnnpK58+fV58+fXTTTTfprbfecutR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RUREpDBjxozB7t27kZWVhY4dO6Jv377o2LEjihcvLjoaEREREZEGi1JEREQKpFar8euvv2L79u3Yt28fDA0N8dlnn6FPnz5o3ry56HhERERERCxKERERKd3r169x8OBBzJkzB4mJicjLyxMdiYiIiIgIRqIDEBERkXwePHiA4OBgbN26FQkJCXBzcxMdiYiIiIgIAGAgOgAREREVrWfPnmHDhg1o06YNbG1tsWrVKnTu3BnJyck4d+6c6HhERERERAC4fI+IiEhxjI2NYWVlhZ49e6JPnz6cHUVERERE/0gsShERESlMWFgYWrdurdlGmYiIiIjon4hFKSIiIiIiIiIi0jk2OiciIlIAV1dXqFSqv/TcmJgYmdMQEREREf05FqWIiIgUoFu3bqIjEBERERH9LVy+R0REREREREREOseZUkRERAp16dIlJCUlQaVSwdnZGa6urqIjERERERFpsChFRESkMI8ePUKvXr0QEREBS0tLSJKEp0+fwsvLC8HBwbC2thYdkYiIiIgI3CuaiIhIYUaPHo1nz57hypUryMzMxO+//47Lly/j2bNnGDNmjOh4REREREQA2FOKiIhIcUqVKoVff/0Vbm5uWuPnz59H27ZtkZWVJSYYEREREdF7OFOKiIhIYdRqNYoVK1ZgvFixYlCr1QISEREREREVxKIUERGRwrRs2RJjx47F/fv3NWP37t3DuHHj0KpVK4HJiIiIiIj+H5fvERERKczdu3fRtWtXXL58Gba2tlCpVEhLS4OLiwt+/vlnVK5cWXREIiIiIiIWpYiIiJTq2LFjuHbtGiRJgrOzM1q3bi06EhERERGRBotSRERECnP79m3Y29uLjkFERERE9FHsKUVERKQwDg4O+OSTT7B69WpkZmaKjkNEREREVCgWpYiIiBTm4sWLaNasGfz9/VGxYkV07doVu3fvxps3b0RHIyIiIiLS4PI9IiIihZIkCREREdi+fTv27NmDvLw8eHt7Y/369aKjERERERGxKEVERKQPYmJiMGjQICQkJCAvL090HCIiIiIiLt8jIiJSqrt372LBggWoX78+3NzcYGpqihUrVoiORUREREQEADASHYCIiIiK1po1a7Bt2zacPn0aNWvWRJ8+fbB//37uyEdERERE/yhcvkdERKQwtra26NWrF/r06YP69euLjkNEREREVCgu3yMiIlKYtLQ0dOnSBYsWLYK7uzvu3bsHANiyZQtOnz4tOB0RERER0TssShERESnM3r170a5dOxgbGyMmJgZv3rwBADx//hw//PCD4HRERERERO+wKEVERKQw/v7+CAoKwtq1a1GsWDHNuLu7O2JiYgQmIyIiIiL6fyxKERERKcz169fh6elZYNzCwgJZWVm6D0REREREVAgWpYiIiBSmQoUKuHnzZoHx06dPw8HBQUAiIiIiIqKCWJQiIiJSmKFDh2Ls2LE4d+4cVCoV7t+/j23btsHPzw8jRowQHY+IiIiICACgkiRJEh2CiIiIita0adMQEBCA169fAwBKlCgBPz8/fP/994KTERERERG9w6IUERGRQmVnZ+Pq1atQq9VwdnaGmZmZ6EhERERERBosShERERERERERkc6xpxQREREREREREekci1JERERERERERKRzLEoREREREREREZHOsShFREREREREREQ6x6IUERERkYw2btwIS0tL2f+d/v37o1u3brL/O0RERERFhUUpIiIioo949OgRhg4diipVqqBEiRIoX7482rVrh+joaNHR/paIiAioVCrUqVMHeXl5Wo9ZWlpi48aNYoIRERGR3jISHYCIiIjon8zb2xs5OTnYtGkTHBwc8PDhQxw/fhyZmZmio/1XUlJSsHnzZgwYMEB0FCIiItJznClFRERE9AeysrJw+vRpzJ8/H15eXrCzs0Pjxo0xdepUdOrUSet5X331FWxsbFCyZEnUqVMHhw4d0vq7jh49ilq1asHMzAzt27dHenq65jG1Wo3Zs2ejcuXKKFGiBOrXr48jR45o/fnExES0bNkSxsbGKFOmDL766iu8ePHibx/T6NGjMXPmTLx+/foPn7NkyRK4uLjA1NQUtra2GDFihNa/lb8k8dChQ6hRowZMTEzw2Wef4eXLl9i0aRPs7e1hZWWF0aNHa83Kevv2LSZNmoRKlSrB1NQUTZo0QURExN8+BiIiIlIGFqWIiIiI/oCZmRnMzMywf/9+vHnzptDnqNVqdOjQAWfOnMHWrVtx9epVzJs3D4aGhprnZGdnY9GiRdiyZQtOnjyJtLQ0+Pn5aR4PDAzE4sWLsWjRIiQkJKBdu3bo0qULbty4ofnz7du3h5WVFS5cuIDdu3fj119/xahRo/72MX399dfIzc3FihUr/vA5BgYGWLZsGS5fvoxNmzbhxIkTmDRpktZzsrOzsWzZMgQHB+PIkSOIiIhAjx49EBoaitDQUGzZsgVr1qxBSEiI5s8MGDAAUVFRCA4ORkJCAj7//HO0b99ec5xERESkZyQiIiIi+kMhISGSlZWVVLJkScnd3V2aOnWqFB8fr3n86NGjkoGBgXT9+vVC//yGDRskANLNmzc1YytXrpRsbGw0X1esWFGaM2eO1p9zc3OTRowYIUmSJK1Zs0aysrKSXrx4oXn88OHDkoGBgfTgwQNJkiSpX79+UteuXf/wOMLDwyUA0u+//y4FBQVJpUuXlrKysiRJkqRSpUpJGzZs+MM/u2vXLqlMmTIfPaahQ4dKJiYm0vPnzzVj7dq1k4YOHSpJkiTdvHlTUqlU0r1797T+7latWklTp079w3+biIiIlIszpYiIiIg+wtvbG/fv38eBAwfQrl07REREoEGDBprG4HFxcahcuTKcnJz+8O8wMTFBtWrVNF9XqFABjx49AgA8e/YM9+/fh4eHh9af8fDwQFJSEgAgKSkJ9erVg6mpqdbjarUa169f/9vHNGjQIJQtWxbz588v9PHw8HC0adMGlSpVgrm5OXx9fZGRkYGXL1/+4THZ2NjA3t4eZmZmWmP5xxkTEwNJkuDk5KSZgWZmZobIyEikpKT87WMgIiKifz8WpYiIiIj+RMmSJdGmTRvMmDEDZ86cQf/+/TFz5kwAgLGx8Z/++WLFiml9rVKpIElSgbH3SZKkGXv/8w/90fjHGBkZwd/fH4GBgbh//77WY3fu3EHHjh1Rp04d7NmzB5cuXcLKlSsBADk5OR89psLG1Go1gHfLHA0NDXHp0iXExcVpPpKSkhAYGPi3j4GIiIj+/ViUIiIiIvqbnJ2dNbOG6tati99++w3Jycn/1d9lYWGBihUr4vTp01rjZ86cQa1atTT/XlxcnNZMpaioKBgYGHx0htbHfP7556hduzZmzZqlNX7x4kXk5uZi8eLFaNq0KZycnAoUrv4brq6uyMvLw6NHj+Do6Kj1Ub58+f/57yciIqJ/HxaliIiIiP5ARkYGWrZsia1btyIhIQG3bt3C7t27sWDBAnTt2hUA0Lx5c3h6esLb2xvHjh3DrVu38MsvvxTYPe9jJk6ciPnz52Pnzp24fv06pkyZgri4OIwdOxYA0KdPH5QsWRL9+vXD5cuXER4ejtGjR6Nv376wsbH5r49v3rx5WL9+vVaxq1q1asjNzcXy5cuRmpqKLVu2ICgo6L/+N/I5OTmhT58+8PX1xd69e3Hr1i1cuHAB8+fPR2ho6P/89xMREdG/D4tSRERERH/AzMwMTZo0QUBAADw9PVGnTh1Mnz4dQ4YM0dq9bs+ePXBzc0Pv3r3h7OyMSZMmIS8v7y//O2PGjMGECRMwYcIEuLi44MiRIzhw4ACqV68O4F3/pqNHjyIzMxNubm747LPP0KpVq4/uoPdXtGzZEi1btkRubq5mrH79+liyZAnmz5+POnXqYNu2bZg7d+7/9O/k27BhA3x9fTFhwgTUqFEDXbp0wblz52Bra1skfz8RERH9u6ikDxsaEBERERERERERyYwzpYiIiIiIiIiISOdYlCIiIiIiIiIiIp1jUYqIiIiIiIiIiHSORSkiIiIiIiIiItI5FqWIiIiIiIiIiEjnWJQiIiIiIiIiIiKdY1GKiIiIiIiIiIh0jkUpIiIiIiIiIiLSORaliIiIiIiIiIhI51iUIiIiIiIiIiIinWNRioiIiIiIiIiIdI5FKSIiIiIiIiIi0rn/A+Q/4KQhp+HGAAAAAElFTkSuQmCC", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "\n", + "\n", + "# Analysis and plotting\n", + "\n", + "# Average Ratings Comparison\n", + "avg_ratings = comments.groupby('school_name').agg({\n", + " 'overall_rating': 'mean',\n", + " 'curriculum_rating': 'mean',\n", + " 'job_support_rating': 'mean'\n", + "}).reset_index()\n", + "\n", + "# Plot average ratings comparison\n", + "plt.figure(figsize=(10, 6))\n", + "for col in ['overall_rating', 'curriculum_rating', 'job_support_rating']:\n", + " plt.plot(avg_ratings['school_name'], avg_ratings[col], marker='o', label=col)\n", + "plt.xlabel('School Name')\n", + "plt.ylabel('Average Rating')\n", + "plt.title('Average Ratings Comparison')\n", + "plt.legend()\n", + "plt.xticks(rotation=90)\n", + "plt.tight_layout()\n", + "plt.savefig('average_ratings_comparison.png')\n", + "plt.show()\n", + "\n", + "# Number of Courses Offered by Schools\n", + "course_count = courses.groupby('school_name').size().reset_index(name='course_count')\n", + "\n", + "# Plot number of courses offered\n", + "plt.figure(figsize=(10, 6))\n", + "plt.bar(course_count['school_name'], course_count['course_count'], color='skyblue')\n", + "plt.xlabel('School Name')\n", + "plt.ylabel('Number of Courses')\n", + "plt.title('Number of Courses Offered by Schools')\n", + "plt.xticks(rotation=90)\n", + "plt.tight_layout()\n", + "plt.savefig('courses_offered.png')\n", + "plt.show()\n", + "\n", + "# Geographic Presence of Schools\n", + "location_count = locations.groupby('school_name').agg({\n", + " 'city_name': pd.Series.nunique,\n", + " 'country_name': pd.Series.nunique\n", + "}).reset_index().rename(columns={'city_name': 'city_count', 'country_name': 'country_count'})\n", + "\n", + "# Plot geographic presence\n", + "plt.figure(figsize=(10, 6))\n", + "plt.bar(location_count['school_name'], location_count['city_count'], color='green', label='City Count')\n", + "plt.bar(location_count['school_name'], location_count['country_count'], color='orange', bottom=location_count['city_count'], label='Country Count')\n", + "plt.xlabel('School Name')\n", + "plt.ylabel('Count')\n", + "plt.title('Geographic Presence of Schools')\n", + "plt.legend()\n", + "plt.xticks(rotation=90)\n", + "plt.tight_layout()\n", + "plt.savefig('geographic_presence.png')\n", + "plt.show()\n", + "\n", + "# Number of Badges Awarded to Schools\n", + "badge_count = badges.groupby('school_name').size().reset_index(name='badge_count')\n", + "\n", + "# Plot number of badges awarded\n", + "plt.figure(figsize=(10, 6))\n", + "plt.bar(badge_count['school_name'], badge_count['badge_count'], color='purple')\n", + "plt.xlabel('School Name')\n", + "plt.ylabel('Number of Badges')\n", + "plt.title('Number of Badges Awarded to Schools')\n", + "plt.xticks(rotation=90)\n", + "plt.tight_layout()\n", + "plt.savefig('badges_awarded.png')\n", + "plt.show()\n", + "\n", + "# Number of Comments per School\n", + "comment_count = comments.groupby('school_name').size().reset_index(name='comment_count').sort_values(by='comment_count', ascending=False)\n", + "\n", + "# Plot number of comments per school\n", + "plt.figure(figsize=(10, 6))\n", + "plt.bar(comment_count['school_name'], comment_count['comment_count'], color='red')\n", + "plt.xlabel('School Name')\n", + "plt.ylabel('Number of Comments')\n", + "plt.title('Number of Comments per School')\n", + "plt.xticks(rotation=90)\n", + "plt.tight_layout()\n", + "plt.savefig('comments_per_school.png')\n", + "plt.show()\n", + "\n", + "# Course Ratings Over Time for Ironhack\n", + "ironhack_comments = comments[comments['school_name'].str.lower() == 'ironhack']\n", + "ironhack_comments['year'] = pd.to_datetime(ironhack_comments['created_at']).dt.year\n", + "course_ratings_by_year = ironhack_comments.groupby(['program', 'year']).agg({\n", + " 'overall_rating': 'mean',\n", + " 'curriculum_rating': 'mean',\n", + " 'job_support_rating': 'mean'\n", + "}).reset_index()\n", + "\n", + "# Plot course ratings over time\n", + "plt.figure(figsize=(16,12))\n", + "for course in course_ratings_by_year['program'].unique():\n", + " course_data = course_ratings_by_year[course_ratings_by_year['program'] == course]\n", + " plt.plot(course_data['year'], course_data['overall_rating'], marker='o', label=f\"{course} - Overall Rating\")\n", + " plt.plot(course_data['year'], course_data['curriculum_rating'], marker='x', linestyle='--', label=f\"{course} - Curriculum Rating\")\n", + " plt.plot(course_data['year'], course_data['job_support_rating'], marker='s', linestyle=':', label=f\"{course} - Job Support Rating\")\n", + "plt.xlabel('Year')\n", + "plt.ylabel('Average Rating')\n", + "plt.title('Ironhack Course Ratings Over Time')\n", + "plt.legend()\n", + "plt.tight_layout()\n", + "plt.savefig('ironhack_course_ratings_over_time.png')\n", + "plt.show()\n", + "\n", + "# Comment and Rating Distribution per Course for Ironhack\n", + "course_comment_rating = ironhack_comments.groupby('program').agg({\n", + " 'comment_id': 'count',\n", + " 'overall_rating': 'mean',\n", + " 'curriculum_rating': 'mean',\n", + " 'job_support_rating': 'mean'\n", + "}).reset_index().rename(columns={'comment_id': 'num_comments'})\n", + "\n", + "# Plot comment and rating distribution per course\n", + "fig, ax1 = plt.subplots(figsize=(12, 8))\n", + "\n", + "ax2 = ax1.twinx()\n", + "ax1.bar(course_comment_rating['program'], course_comment_rating['num_comments'], color='grey', alpha=0.6)\n", + "ax2.plot(course_comment_rating['program'], course_comment_rating['overall_rating'], marker='o', color='b', label='Overall Rating')\n", + "ax2.plot(course_comment_rating['program'], course_comment_rating['curriculum_rating'], marker='x', color='g', linestyle='--', label='Curriculum Rating')\n", + "ax2.plot(course_comment_rating['program'], course_comment_rating['job_support_rating'], marker='s', color='r', linestyle=':', label='Job Support Rating')\n", + "\n", + "ax1.set_xlabel('Course Name')\n", + "ax1.set_ylabel('Number of Comments', color='grey')\n", + "ax2.set_ylabel('Average Rating')\n", + "ax1.set_xticklabels(course_comment_rating['program'], rotation=90)\n", + "ax1.set_title('Comment and Rating Distribution per Course for Ironhack')\n", + "ax2.legend()\n", + "fig.tight_layout()\n", + "plt.savefig('comment_rating_distribution.png')\n", + "plt.show()\n", + "\n", + "# Sentiment Analysis\n", + "positive_keywords = ['good', 'great', 'excellent']\n", + "negative_keywords = ['bad', 'poor', 'terrible']\n", + "\n", + "ironhack_comments['positive_reviews'] = ironhack_comments['review_body'].apply(lambda x: any(kw in x.lower() for kw in positive_keywords)).astype(int)\n", + "ironhack_comments['negative_reviews'] = ironhack_comments['review_body'].apply(lambda x: any(kw in x.lower() for kw in negative_keywords)).astype(int)\n", + "\n", + "sentiment_analysis = ironhack_comments.groupby('program').agg({\n", + " 'positive_reviews': 'sum',\n", + " 'negative_reviews': 'sum'\n", + "}).reset_index()\n", + "\n", + "# Plot sentiment analysis\n", + "plt.figure(figsize=(12, 8))\n", + "plt.bar(sentiment_analysis['program'], sentiment_analysis['positive_reviews'], color='blue', label='Positive Reviews')\n", + "plt.bar(sentiment_analysis['program'], sentiment_analysis['negative_reviews'], color='red', bottom=sentiment_analysis['positive_reviews'], label='Negative Reviews')\n", + "plt.xlabel('Course Name')\n", + "plt.ylabel('Number of Reviews')\n", + "plt.title('Sentiment Analysis of Reviews for Ironhack Courses')\n", + "plt.legend()\n", + "plt.xticks(rotation=90)\n", + "plt.tight_layout()\n", + "plt.savefig('sentiment_analysis.png')\n", + "plt.show()\n", + "\n", + "# Price Comparison\n", + "price_comparison = schools.groupby('school_name').agg({\n", + " 'price_min': 'mean',\n", + " 'price_max': 'mean'\n", + "}).reset_index()\n", + "\n", + "# Plot price comparison\n", + "plt.figure(figsize=(12, 8))\n", + "plt.plot(price_comparison['school_name'], price_comparison['price_min'], marker='o', label='Average Minimum Price')\n", + "plt.plot(price_comparison['school_name'], price_comparison['price_max'], marker='x', linestyle='--', label='Average Maximum Price')\n", + "plt.xlabel('School Name')\n", + "plt.ylabel('Price')\n", + "plt.title('Price Comparison Across Schools')\n", + "plt.legend()\n", + "plt.xticks(rotation=90)\n", + "plt.tight_layout()\n", + "plt.savefig('price_comparison.png')\n", + "plt.show()\n", + "\n", + "# Price Range Analysis\n", + "price_range = schools.groupby('school_name').agg({\n", + " 'price_min': 'min',\n", + " 'price_max': 'max'\n", + "}).reset_index()\n", + "\n", + "# Plot price range analysis\n", + "plt.figure(figsize=(12, 8))\n", + "plt.errorbar(price_range['school_name'], (price_range['price_min'] + price_range['price_max']) / 2, \n", + " yerr=(price_range['price_max'] - price_range['price_min']) / 2, fmt='o', ecolor='r', capsize=5)\n", + "plt.xlabel('School Name')\n", + "plt.ylabel('Price Range')\n", + "plt.title('Price Range Analysis Across Schools')\n", + "plt.xticks(rotation=90)\n", + "plt.tight_layout()\n", + "plt.savefig('price_range_analysis.png')\n", + "plt.show()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "e96a50d9", + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.11.7" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/notebooks/.ipynb_checkpoints/Untitled-checkpoint.ipynb b/notebooks/.ipynb_checkpoints/Untitled-checkpoint.ipynb new file mode 100644 index 0000000..363fcab --- /dev/null +++ b/notebooks/.ipynb_checkpoints/Untitled-checkpoint.ipynb @@ -0,0 +1,6 @@ +{ + "cells": [], + "metadata": {}, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/notebooks/.ipynb_checkpoints/switchup_scraper-checkpoint.ipynb b/notebooks/.ipynb_checkpoints/switchup_scraper-checkpoint.ipynb new file mode 100644 index 0000000..fc6fe07 --- /dev/null +++ b/notebooks/.ipynb_checkpoints/switchup_scraper-checkpoint.ipynb @@ -0,0 +1,1884 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": { + "id": "TuwSdWZlgveP" + }, + "source": [ + "# SQL Project\n", + "You were hired by Ironhack to perform an Analytics Consulting Project entitled: competitive landscape.\n", + "\n", + "Your mission is to create and populate an appropriate database with many coding schools that are our competition, as well as design an suitable queries that answer business questions of interest (to be defined by you)\n" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "hXDGm8_RgG-K" + }, + "source": [ + "**Suggested Steps in the Project:**\n", + "\n", + "\n", + "* Read this notebook and understand each function. Comment the code appropriately\n", + "\n", + "* Populate the list of schools with a wider variety of schools (how are you going to get the school ID?)\n", + "\n", + "* Take a look at the obtained dataframes. What dimensions do you have? what keys do you have? how could the different dataframes be connected?\n", + "\n", + "* Go back to the drawing board and try to create an entity relationship diagram for tables available\n", + "\n", + "* Once you have the schemas you want, you will need to:\n", + " - create the suitable SQL queries to create the tables and populate them\n", + " - run these queries using the appropriate Python connectors\n", + " \n", + "* Bonus: How will this datamodel be updated in the future? Please write auxiliary functions that test the database for data quality issues. For example: how could you make sure you only include the most recent comments when you re-run the script?\n", + "\n", + "\n", + "# Suggested Deliverables\n", + "\n", + "* 5-6 minute presentation of data model created, decision process and business analysis proposed\n", + "\n", + "* exported .sql file with the final schema\n", + "\n", + "* Supporting python files used to generate all logic\n", + "\n", + "* High level documentation explaining tables designed and focusing on update methods\n", + "\n", + "Crucial hint: check out the following tutorial:\n", + "https://www.dataquest.io/blog/sql-insert-tutorial/\n" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": { + "id": "CHQ8IJLpgBsH" + }, + "outputs": [], + "source": [ + "# you must populate this dict with the schools required -> try talking to the teaching team about this\n", + "\n", + "\n", + "schools = { \n", + "'ironhack' : 10828,\n", + "'app-academy' : 10525,\n", + "'springboard' : 11035 \n", + "}\n", + "\n", + "import re\n", + "import pandas as pd\n", + "from pandas.io.json import json_normalize\n", + "import requests\n", + "\n", + "\n", + "\n", + "def get_comments_school(school):\n", + " TAG_RE = re.compile(r'<[^>]+>')\n", + " # defines url to make api call to data -> dynamic with school if you want to scrape competition\n", + " url = \"https://www.switchup.org/chimera/v1/school-review-list?mainTemplate=school-review-list&path=%2Fbootcamps%2F\" + school + \"&isDataTarget=false&page=3&perPage=10000&simpleHtml=true&truncationLength=250\"\n", + " #makes get request and converts answer to json\n", + " # url defines the page of all the information, request is made, and information is returned to data variable\n", + " data = requests.get(url).json()\n", + " #converts json to dataframe\n", + " reviews = pd.DataFrame(data['content']['reviews'])\n", + " \n", + " #aux function to apply regex and remove tags\n", + " def remove_tags(x):\n", + " return TAG_RE.sub('',x)\n", + " reviews['review_body'] = reviews['body'].apply(remove_tags)\n", + " reviews['school'] = school\n", + " return reviews" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "id": "XxRrTBYVDXUk" + }, + "outputs": [], + "source": [] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "cxSFN100h6Ej", + "outputId": "53481633-d00b-4176-cd08-4f8ae2e57dd6" + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "ironhack\n", + "app-academy\n", + "springboard\n" + ] + } + ], + "source": [ + "# could you write this as a list comprehension? ;)\n", + "comments = []\n", + "\n", + "for school in schools.keys():\n", + " print(school)\n", + " comments.append(get_comments_school(school))\n", + "\n", + "comments = pd.concat(comments)" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 1000 + }, + "id": "IL9osdr_iLZg", + "outputId": "2a6446f4-cc4d-485a-d7f2-02e900137888" + }, + "outputs": [ + { + "data": { + "text/html": [ + "\n", + "
\n", + "
\n", + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
idnameanonymoushostProgramNamegraduatingYearisAlumnijobTitletaglinebodyrawBody...queryDateprogramuseroverallScorecommentsoverallcurriculumjobSupportreview_bodyschool
0300701Omezzine MeysourFalseNone2023.0FalseCredit risk analystAmazing experience!<span class=\"truncatable\"><p></p><p>Before joi...<p>Before joining the bootcamp, I was skeptica......2023-04-27Data Analytics Bootcamp{'image': None}5.0[]5.05.05.0Before joining the bootcamp, I was skeptical a...ironhack
1300599AnonymousTrueNone2023.0FalseProduct designerGreat bootcamp if you want to change career!<span class=\"truncatable\"><p></p><p>My goal wa...<p>My goal was to change career from Sales to ......2023-04-25UX/UI Design Bootcamp{'image': None}5.0[]5.05.05.0My goal was to change career from Sales to Pro...ironhack
2300597Pim BlomFalseNone2023.0FalseGreat way to become a web dev<span class=\"truncatable\"><p></p><p>It is a in...<p>It is a intense 9 week program, but you lea......2023-04-25Web Development Bootcamp{'image': None}4.0[]4.04.04.0It is a intense 9 week program, but you learn ...ironhack
3300526Nancy OmozokpeaFalseNone2023.0FalseIt was well structured and very encouraging Team<span class=\"truncatable\"><p></p><p>The Bootca...<p>The Bootcamp was well structured and had a ......2023-04-21Data Analytics Bootcamp{'image': None}4.3[]5.05.03.0The Bootcamp was well structured and had a lot...ironhack
4300130Michiel van der merweFalseNone2023.0FalseData engineerAwesome<span class=\"truncatable\"><p></p><p>Pros Lots ...<p>Pros Lots and lots of help and useful infor......2023-04-11Cybersecurity Part-Time{'image': None}4.3[]4.05.04.0Pros Lots and lots of help and useful informat...ironhack
..................................................................
1467234894Stephanie S.FalseNone2015.0TrueWebsite Manager-UX LeadExcellent and comprehensive UX course<span class=\"truncatable\"><p>The UX Design Wor...The UX Design Workshop gave me a great underst......2016-12-15UX Design{'image': None}5.0[]5.05.05.0The UX Design Workshop gave me a great underst...springboard
1468234877Joe FangFalseNone2015.0TrueUX DesignerSpringboard helped me start my career in UX<span class=\"truncatable\"><p>Just some backgro...Just some background information on myself, I ......2016-12-15UX Design{'image': None}5.0[]5.05.05.0Just some background information on myself, I ...springboard
1469234838ZeinaFalseNone2016.0TrueSenior Graphic DesignerHighly recommended<span class=\"truncatable\"><p>I enjoyed the pro...I enjoyed the program very much, gained a lot ......2016-12-15UX Design{'image': None}3.7[]4.04.03.0I enjoyed the program very much, gained a lot ...springboard
1470242681JeanFalseNone2016.0TrueLead Designer/Creative DirectorA way to stay current for the highly motivated!<span class=\"truncatable\"><p>This was my first...This was my first online experience and it did......2016-12-12UX Design{'image': None}5.0[]5.05.05.0This was my first online experience and it did...springboard
1471234178BenFalseNone2016.0TrueNoneSpringboard is an excellent course for self dr...<span class=\"truncatable\"><p>I really enjoyed ...I really enjoyed my time with the Springboard ......2016-12-10UX Design{'image': None}4.7[]5.05.04.0I really enjoyed my time with the Springboard ...springboard
\n", + "

3918 rows × 21 columns

\n", + "
\n", + " \n", + " \n", + " \n", + "\n", + " \n", + "
\n", + "
\n", + " " + ], + "text/plain": [ + " id name anonymous hostProgramName \\\n", + "0 300701 Omezzine Meysour False None \n", + "1 300599 Anonymous True None \n", + "2 300597 Pim Blom False None \n", + "3 300526 Nancy Omozokpea False None \n", + "4 300130 Michiel van der merwe False None \n", + "... ... ... ... ... \n", + "1467 234894 Stephanie S. False None \n", + "1468 234877 Joe Fang False None \n", + "1469 234838 Zeina False None \n", + "1470 242681 Jean False None \n", + "1471 234178 Ben False None \n", + "\n", + " graduatingYear isAlumni jobTitle \\\n", + "0 2023.0 False Credit risk analyst \n", + "1 2023.0 False Product designer \n", + "2 2023.0 False \n", + "3 2023.0 False \n", + "4 2023.0 False Data engineer \n", + "... ... ... ... \n", + "1467 2015.0 True Website Manager-UX Lead \n", + "1468 2015.0 True UX Designer \n", + "1469 2016.0 True Senior Graphic Designer \n", + "1470 2016.0 True Lead Designer/Creative Director \n", + "1471 2016.0 True None \n", + "\n", + " tagline \\\n", + "0 Amazing experience! \n", + "1 Great bootcamp if you want to change career! \n", + "2 Great way to become a web dev \n", + "3 It was well structured and very encouraging Team \n", + "4 Awesome \n", + "... ... \n", + "1467 Excellent and comprehensive UX course \n", + "1468 Springboard helped me start my career in UX \n", + "1469 Highly recommended \n", + "1470 A way to stay current for the highly motivated! \n", + "1471 Springboard is an excellent course for self dr... \n", + "\n", + " body \\\n", + "0

Before joi... \n", + "1

My goal wa... \n", + "2

It is a in... \n", + "3

The Bootca... \n", + "4

Pros Lots ... \n", + "... ... \n", + "1467

The UX Design Wor... \n", + "1468

Just some backgro... \n", + "1469

I enjoyed the pro... \n", + "1470

This was my first... \n", + "1471

I really enjoyed ... \n", + "\n", + " rawBody ... queryDate \\\n", + "0

Before joining the bootcamp, I was skeptica... ... 2023-04-27 \n", + "1

My goal was to change career from Sales to ... ... 2023-04-25 \n", + "2

It is a intense 9 week program, but you lea... ... 2023-04-25 \n", + "3

The Bootcamp was well structured and had a ... ... 2023-04-21 \n", + "4

Pros Lots and lots of help and useful infor... ... 2023-04-11 \n", + "... ... ... ... \n", + "1467 The UX Design Workshop gave me a great underst... ... 2016-12-15 \n", + "1468 Just some background information on myself, I ... ... 2016-12-15 \n", + "1469 I enjoyed the program very much, gained a lot ... ... 2016-12-15 \n", + "1470 This was my first online experience and it did... ... 2016-12-12 \n", + "1471 I really enjoyed my time with the Springboard ... ... 2016-12-10 \n", + "\n", + " program user overallScore comments overall \\\n", + "0 Data Analytics Bootcamp {'image': None} 5.0 [] 5.0 \n", + "1 UX/UI Design Bootcamp {'image': None} 5.0 [] 5.0 \n", + "2 Web Development Bootcamp {'image': None} 4.0 [] 4.0 \n", + "3 Data Analytics Bootcamp {'image': None} 4.3 [] 5.0 \n", + "4 Cybersecurity Part-Time {'image': None} 4.3 [] 4.0 \n", + "... ... ... ... ... ... \n", + "1467 UX Design {'image': None} 5.0 [] 5.0 \n", + "1468 UX Design {'image': None} 5.0 [] 5.0 \n", + "1469 UX Design {'image': None} 3.7 [] 4.0 \n", + "1470 UX Design {'image': None} 5.0 [] 5.0 \n", + "1471 UX Design {'image': None} 4.7 [] 5.0 \n", + "\n", + " curriculum jobSupport review_body \\\n", + "0 5.0 5.0 Before joining the bootcamp, I was skeptical a... \n", + "1 5.0 5.0 My goal was to change career from Sales to Pro... \n", + "2 4.0 4.0 It is a intense 9 week program, but you learn ... \n", + "3 5.0 3.0 The Bootcamp was well structured and had a lot... \n", + "4 5.0 4.0 Pros Lots and lots of help and useful informat... \n", + "... ... ... ... \n", + "1467 5.0 5.0 The UX Design Workshop gave me a great underst... \n", + "1468 5.0 5.0 Just some background information on myself, I ... \n", + "1469 4.0 3.0 I enjoyed the program very much, gained a lot ... \n", + "1470 5.0 5.0 This was my first online experience and it did... \n", + "1471 5.0 4.0 I really enjoyed my time with the Springboard ... \n", + "\n", + " school \n", + "0 ironhack \n", + "1 ironhack \n", + "2 ironhack \n", + "3 ironhack \n", + "4 ironhack \n", + "... ... \n", + "1467 springboard \n", + "1468 springboard \n", + "1469 springboard \n", + "1470 springboard \n", + "1471 springboard \n", + "\n", + "[3918 rows x 21 columns]" + ] + }, + "execution_count": 3, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "comments" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "V_SXOtPxiNNY", + "outputId": "70c3dcfb-11a9-43b0-a877-cc86d386c79e" + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "ironhack\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + ":14: FutureWarning: pandas.io.json.json_normalize is deprecated, use pandas.json_normalize instead.\n", + " locations_df = json_normalize(locations)\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "app-academy\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + ":14: FutureWarning: pandas.io.json.json_normalize is deprecated, use pandas.json_normalize instead.\n", + " locations_df = json_normalize(locations)\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "springboard\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + ":14: FutureWarning: pandas.io.json.json_normalize is deprecated, use pandas.json_normalize instead.\n", + " locations_df = json_normalize(locations)\n" + ] + } + ], + "source": [ + "from pandas.io.json import json_normalize\n", + "\n", + "def get_school_info(school, school_id):\n", + " url = 'https://www.switchup.org/chimera/v1/bootcamp-data?mainTemplate=bootcamp-data%2Fdescription&path=%2Fbootcamps%2F'+ str(school) + '&isDataTarget=false&bootcampId='+ str(school_id) + '&logoTag=logo&truncationLength=250&readMoreOmission=...&readMoreText=Read%20More&readLessText=Read%20Less'\n", + "\n", + " data = requests.get(url).json()\n", + "\n", + " data.keys()\n", + "\n", + " courses = data['content']['courses']\n", + " courses_df = pd.DataFrame(courses, columns= ['courses'])\n", + "\n", + " locations = data['content']['locations']\n", + " locations_df = json_normalize(locations)\n", + "\n", + " badges_df = pd.DataFrame(data['content']['meritBadges'])\n", + " \n", + " website = data['content']['webaddr']\n", + " description = data['content']['description']\n", + " logoUrl = data['content']['logoUrl']\n", + " school_df = pd.DataFrame([website,description,logoUrl]).T\n", + " school_df.columns = ['website','description','LogoUrl']\n", + "\n", + " locations_df['school'] = school\n", + " courses_df['school'] = school\n", + " badges_df['school'] = school\n", + " school_df['school'] = school\n", + " \n", + "\n", + " locations_df['school_id'] = school_id\n", + " courses_df['school_id'] = school_id\n", + " badges_df['school_id'] = school_id\n", + " school_df['school_id'] = school_id\n", + "\n", + " return locations_df, courses_df, badges_df, school_df\n", + "\n", + "locations_list = []\n", + "courses_list = []\n", + "badges_list = []\n", + "schools_list = []\n", + "\n", + "for school, id in schools.items():\n", + " print(school)\n", + " a,b,c,d = get_school_info(school,id)\n", + " \n", + " locations_list.append(a)\n", + " courses_list.append(b)\n", + " badges_list.append(c)\n", + " schools_list.append(d)\n", + "\n" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "9qAfH6JnP3Gd", + "outputId": "d9a4a626-f581-49c5-d22a-ab606fa73741" + }, + "outputs": [ + { + "data": { + "text/plain": [ + "[ id description country.id country.name country.abbrev \\\n", + " 0 15901 Berlin, Germany 57.0 Germany DE \n", + " 1 16022 Mexico City, Mexico 29.0 Mexico MX \n", + " 2 16086 Amsterdam, Netherlands 59.0 Netherlands NL \n", + " 3 16088 Sao Paulo, Brazil 42.0 Brazil BR \n", + " 4 16109 Paris, France 38.0 France FR \n", + " 5 16375 Miami, FL, United States 1.0 United States US \n", + " 6 16376 Madrid, Spain 12.0 Spain ES \n", + " 7 16377 Barcelona, Spain 12.0 Spain ES \n", + " 8 16709 Lisbon, Portugal 28.0 Portugal PT \n", + " 9 17233 Online NaN NaN NaN \n", + " \n", + " city.id city.name city.keyword state.id state.name state.abbrev \\\n", + " 0 31156.0 Berlin berlin NaN NaN NaN \n", + " 1 31175.0 Mexico City mexico-city NaN NaN NaN \n", + " 2 31168.0 Amsterdam amsterdam NaN NaN NaN \n", + " 3 31121.0 Sao Paulo sao-paulo NaN NaN NaN \n", + " 4 31136.0 Paris paris NaN NaN NaN \n", + " 5 31.0 Miami miami 11.0 Florida FL \n", + " 6 31052.0 Madrid madrid NaN NaN NaN \n", + " 7 31170.0 Barcelona barcelona NaN NaN NaN \n", + " 8 31075.0 Lisbon lisbon NaN NaN NaN \n", + " 9 NaN NaN NaN 1.0 Online Online \n", + " \n", + " state.keyword school school_id \n", + " 0 NaN ironhack 10828 \n", + " 1 NaN ironhack 10828 \n", + " 2 NaN ironhack 10828 \n", + " 3 NaN ironhack 10828 \n", + " 4 NaN ironhack 10828 \n", + " 5 florida ironhack 10828 \n", + " 6 NaN ironhack 10828 \n", + " 7 NaN ironhack 10828 \n", + " 8 NaN ironhack 10828 \n", + " 9 online ironhack 10828 ,\n", + " id description country.id country.name \\\n", + " 0 15704 San Francisco, CA, United States 1.0 United States \n", + " 1 15705 New York City, NY, United States 1.0 United States \n", + " 2 15862 Online NaN NaN \n", + " \n", + " country.abbrev state.id state.name state.abbrev state.keyword city.id \\\n", + " 0 US 6 California CA california 13.0 \n", + " 1 US 34 New York NY new-york 1507.0 \n", + " 2 NaN 1 Online Online online NaN \n", + " \n", + " city.name city.keyword school school_id \n", + " 0 San Francisco san-francisco app-academy 10525 \n", + " 1 NYC new-york-city app-academy 10525 \n", + " 2 NaN NaN app-academy 10525 ,\n", + " id description state.id state.name state.abbrev state.keyword \\\n", + " 0 16013 Online 1 Online Online online \n", + " \n", + " school school_id \n", + " 0 springboard 11035 ]" + ] + }, + "execution_count": 5, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "locations_list" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 488 + }, + "id": "sH4qeK_8iSzr", + "outputId": "e255b7cb-2a63-4a86-bc8b-6c3f6b51af2c" + }, + "outputs": [ + { + "data": { + "text/html": [ + "\n", + "

\n", + "
\n", + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
iddescriptioncountry.idcountry.namecountry.abbrevcity.idcity.namecity.keywordstate.idstate.namestate.abbrevstate.keywordschoolschool_id
015901Berlin, Germany57.0GermanyDE31156.0BerlinberlinNaNNaNNaNNaNironhack10828
116022Mexico City, Mexico29.0MexicoMX31175.0Mexico Citymexico-cityNaNNaNNaNNaNironhack10828
216086Amsterdam, Netherlands59.0NetherlandsNL31168.0AmsterdamamsterdamNaNNaNNaNNaNironhack10828
316088Sao Paulo, Brazil42.0BrazilBR31121.0Sao Paulosao-pauloNaNNaNNaNNaNironhack10828
416109Paris, France38.0FranceFR31136.0ParisparisNaNNaNNaNNaNironhack10828
516375Miami, FL, United States1.0United StatesUS31.0Miamimiami11.0FloridaFLfloridaironhack10828
616376Madrid, Spain12.0SpainES31052.0MadridmadridNaNNaNNaNNaNironhack10828
716377Barcelona, Spain12.0SpainES31170.0BarcelonabarcelonaNaNNaNNaNNaNironhack10828
816709Lisbon, Portugal28.0PortugalPT31075.0LisbonlisbonNaNNaNNaNNaNironhack10828
917233OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonlineironhack10828
015704San Francisco, CA, United States1.0United StatesUS13.0San Franciscosan-francisco6.0CaliforniaCAcaliforniaapp-academy10525
115705New York City, NY, United States1.0United StatesUS1507.0NYCnew-york-city34.0New YorkNYnew-yorkapp-academy10525
215862OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonlineapp-academy10525
016013OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonlinespringboard11035
\n", + "
\n", + " \n", + " \n", + " \n", + "\n", + " \n", + "
\n", + "
\n", + " " + ], + "text/plain": [ + " id description country.id country.name \\\n", + "0 15901 Berlin, Germany 57.0 Germany \n", + "1 16022 Mexico City, Mexico 29.0 Mexico \n", + "2 16086 Amsterdam, Netherlands 59.0 Netherlands \n", + "3 16088 Sao Paulo, Brazil 42.0 Brazil \n", + "4 16109 Paris, France 38.0 France \n", + "5 16375 Miami, FL, United States 1.0 United States \n", + "6 16376 Madrid, Spain 12.0 Spain \n", + "7 16377 Barcelona, Spain 12.0 Spain \n", + "8 16709 Lisbon, Portugal 28.0 Portugal \n", + "9 17233 Online NaN NaN \n", + "0 15704 San Francisco, CA, United States 1.0 United States \n", + "1 15705 New York City, NY, United States 1.0 United States \n", + "2 15862 Online NaN NaN \n", + "0 16013 Online NaN NaN \n", + "\n", + " country.abbrev city.id city.name city.keyword state.id state.name \\\n", + "0 DE 31156.0 Berlin berlin NaN NaN \n", + "1 MX 31175.0 Mexico City mexico-city NaN NaN \n", + "2 NL 31168.0 Amsterdam amsterdam NaN NaN \n", + "3 BR 31121.0 Sao Paulo sao-paulo NaN NaN \n", + "4 FR 31136.0 Paris paris NaN NaN \n", + "5 US 31.0 Miami miami 11.0 Florida \n", + "6 ES 31052.0 Madrid madrid NaN NaN \n", + "7 ES 31170.0 Barcelona barcelona NaN NaN \n", + "8 PT 31075.0 Lisbon lisbon NaN NaN \n", + "9 NaN NaN NaN NaN 1.0 Online \n", + "0 US 13.0 San Francisco san-francisco 6.0 California \n", + "1 US 1507.0 NYC new-york-city 34.0 New York \n", + "2 NaN NaN NaN NaN 1.0 Online \n", + "0 NaN NaN NaN NaN 1.0 Online \n", + "\n", + " state.abbrev state.keyword school school_id \n", + "0 NaN NaN ironhack 10828 \n", + "1 NaN NaN ironhack 10828 \n", + "2 NaN NaN ironhack 10828 \n", + "3 NaN NaN ironhack 10828 \n", + "4 NaN NaN ironhack 10828 \n", + "5 FL florida ironhack 10828 \n", + "6 NaN NaN ironhack 10828 \n", + "7 NaN NaN ironhack 10828 \n", + "8 NaN NaN ironhack 10828 \n", + "9 Online online ironhack 10828 \n", + "0 CA california app-academy 10525 \n", + "1 NY new-york app-academy 10525 \n", + "2 Online online app-academy 10525 \n", + "0 Online online springboard 11035 " + ] + }, + "execution_count": 5, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "locations = pd.concat(locations_list)\n", + "locations" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 363 + }, + "id": "eGw9AuxjiTaG", + "outputId": "c8616f5a-c53e-4618-df1c-9d767199d190" + }, + "outputs": [ + { + "data": { + "text/html": [ + "\n", + "
\n", + "
\n", + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
coursesschoolschool_id
0Cyber Security Bootcampironhack10828
1Cybersecurity Part-Timeironhack10828
2Data Analytics Bootcampironhack10828
3Data Analytics Part-Timeironhack10828
4UX/UI Design Bootcampironhack10828
5UX/UI Design Part-Timeironhack10828
6Web Development Bootcampironhack10828
7Web Development Part-Timeironhack10828
016-week Software Engineering Programapp-academy10525
1Bootcamp Prepapp-academy10525
\n", + "
\n", + " \n", + " \n", + " \n", + "\n", + " \n", + "
\n", + "
\n", + " " + ], + "text/plain": [ + " courses school school_id\n", + "0 Cyber Security Bootcamp ironhack 10828\n", + "1 Cybersecurity Part-Time ironhack 10828\n", + "2 Data Analytics Bootcamp ironhack 10828\n", + "3 Data Analytics Part-Time ironhack 10828\n", + "4 UX/UI Design Bootcamp ironhack 10828\n", + "5 UX/UI Design Part-Time ironhack 10828\n", + "6 Web Development Bootcamp ironhack 10828\n", + "7 Web Development Part-Time ironhack 10828\n", + "0 16-week Software Engineering Program app-academy 10525\n", + "1 Bootcamp Prep app-academy 10525" + ] + }, + "execution_count": 6, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "courses = pd.concat(courses_list)\n", + "courses.head(10)" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 206 + }, + "id": "j---orWLiWs1", + "outputId": "b2a667ec-e30e-475d-eafe-d82f2f1b7bc1" + }, + "outputs": [ + { + "data": { + "text/html": [ + "\n", + "
\n", + "
\n", + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
namekeyworddescriptionschoolschool_id
0Available Onlineavailable_online<p>School offers fully online courses</p>ironhack10828
1Verified Outcomesverified_outcomes<p>School publishes a third-party verified out...ironhack10828
2Flexible Classesflexible_classes<p>School offers part-time and evening classes...ironhack10828
0Available Onlineavailable_online<p>School offers fully online courses</p>app-academy10525
1Flexible Classesflexible_classes<p>School offers part-time and evening classes...app-academy10525
\n", + "
\n", + " \n", + " \n", + " \n", + "\n", + " \n", + "
\n", + "
\n", + " " + ], + "text/plain": [ + " name keyword \\\n", + "0 Available Online available_online \n", + "1 Verified Outcomes verified_outcomes \n", + "2 Flexible Classes flexible_classes \n", + "0 Available Online available_online \n", + "1 Flexible Classes flexible_classes \n", + "\n", + " description school school_id \n", + "0

School offers fully online courses

ironhack 10828 \n", + "1

School publishes a third-party verified out... ironhack 10828 \n", + "2

School offers part-time and evening classes... ironhack 10828 \n", + "0

School offers fully online courses

app-academy 10525 \n", + "1

School offers part-time and evening classes... app-academy 10525 " + ] + }, + "execution_count": 7, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "badges = pd.concat(badges_list)\n", + "badges.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 143 + }, + "id": "kWLmzVpmiZD2", + "outputId": "db0685d2-5be6-40c3-fe69-9e36b3ac055f" + }, + "outputs": [ + { + "data": { + "text/html": [ + "\n", + "

\n", + "
\n", + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
websitedescriptionLogoUrlschoolschool_id
0www.ironhack.com/en<span class=\"truncatable\"><p>Ironhack is a glo...https://d92mrp7hetgfk.cloudfront.net/images/si...ironhack10828
0appacademy.io<span class=\"truncatable\"><p>Founded in 2012, ...https://d92mrp7hetgfk.cloudfront.net/images/si...app-academy10525
0www.springboard.com/?utm_source=switchup&utm_m...<span class=\"truncatable\"><p>Springboard is an...https://d92mrp7hetgfk.cloudfront.net/images/si...springboard11035
\n", + "
\n", + " \n", + " \n", + " \n", + "\n", + " \n", + "
\n", + "
\n", + " " + ], + "text/plain": [ + " website \\\n", + "0 www.ironhack.com/en \n", + "0 appacademy.io \n", + "0 www.springboard.com/?utm_source=switchup&utm_m... \n", + "\n", + " description \\\n", + "0

Ironhack is a glo... \n", + "0

Founded in 2012, ... \n", + "0

Springboard is an... \n", + "\n", + " LogoUrl school school_id \n", + "0 https://d92mrp7hetgfk.cloudfront.net/images/si... ironhack 10828 \n", + "0 https://d92mrp7hetgfk.cloudfront.net/images/si... app-academy 10525 \n", + "0 https://d92mrp7hetgfk.cloudfront.net/images/si... springboard 11035 " + ] + }, + "execution_count": 8, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# any data cleaning still missing here? take a look at the description\n", + "schools = pd.concat(schools_list)\n", + "schools.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "metadata": { + "id": "_AFkSNlsb9z0" + }, + "outputs": [], + "source": [] + } + ], + "metadata": { + "colab": { + "provenance": [] + }, + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.11.7" + } + }, + "nbformat": 4, + "nbformat_minor": 1 +} diff --git a/notebooks/SQLProject.ipynb b/notebooks/SQLProject.ipynb new file mode 100644 index 0000000..02b0fc9 --- /dev/null +++ b/notebooks/SQLProject.ipynb @@ -0,0 +1,14205 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "e34f3b3b", + "metadata": {}, + "source": [ + "# Libraries & extra functions\n" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "id": "44fe27e8", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "\n", + "import re\n", + "import pandas as pd\n", + "from pandas import json_normalize\n", + "import requests\n", + "import getpass\n", + "import mysql.connector\n", + "from datetime import datetime\n", + "import matplotlib.pyplot as plt\n", + "\n", + "pd.set_option('display.max_columns', None) # I want to see all columns\n" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "id": "571d6210", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "#Functions to remove the HTML tags after scrapping\n", + "\n", + "def remove_tags(x):\n", + " return re.compile(r'<[^>]+>').sub('',x)" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "id": "fa3f5ecf", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "#getting the comments of a school \n", + "\n", + "def get_comments_school(school,id):\n", + " \n", + " #Url to get data \n", + " url = \"https://www.switchup.org/chimera/v1/school-review-list?mainTemplate=school-review-list&path=%2Fbootcamps%2F\" + school + \"&isDataTarget=false&page=3&perPage=10000&simpleHtml=true&truncationLength=250\"\n", + " \n", + " #Data into a dataframe\n", + " data = requests.get(url).json()\n", + " reviews = pd.DataFrame(data['content']['reviews'])\n", + " \n", + " #Function to apply regex and remove tags\n", + " reviews['review_body'] = reviews['body'].apply(remove_tags)\n", + " \n", + " #Adding usefull features the dataframe\n", + " reviews['school'] = school\n", + " reviews['school_id'] = id\n", + " return reviews" + ] + }, + { + "cell_type": "markdown", + "id": "a4c22ac2", + "metadata": {}, + "source": [ + "# Comments dataframe\n" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "id": "078c0651", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "#Schools dictionary \n", + "#We fetched the school IDs by manually inspecting the schools with the browser dev tools\n", + "#Selected schools that outrank Ironhack in relevant areas: considering Bootcamps, general rank, and some key locations.\n", + "schools = { \n", + "'ironhack' : 10828,\n", + " #coding\n", + "'springboard':11035,\n", + "'learningfuze' : 10862,\n", + "'actualize' : 10505,\n", + "'clarusway' : 11539,\n", + "'codesmith' : 10643,\n", + " #DA\n", + "'dataquest' : 10683,\n", + "'syntax-technologies' : 11797,\n", + " #Cyber\n", + "'evolve-security-academy' : 10743,\n", + "'level-effect' : 11282,\n", + " #location\n", + "'le-wagon' : 10868,\n", + "'4geeks-academy' : 10492, \n", + "'jedha' : 10837,\n", + "'la-capsule' : 10853,\n", + "'wbs-coding-school' : 11243, \n", + " #other ranks\n", + "'shecodes' : 11014,\n", + "'designlab' : 10697,\n", + "\n", + "}" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "id": "916869a0", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "# creating the comments list:\n", + "\n", + "comments = [get_comments_school(school, id) for school,id in schools.items()] #list comprehension applied to the items in schools dictionary\n" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "id": "f601702b", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "#Putting the data in a dataframe\n", + "\n", + "comments = pd.concat(comments).reset_index()\n", + "comments.drop(columns=['index'], inplace = True)\n", + "\n" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "id": "6b5b112c", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "

\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
idnameanonymoushostProgramNamegraduatingYearisAlumnijobTitletaglinebodyrawBodycreatedAtqueryDateprogramuseroverallScorecommentsoverallcurriculumjobSupportreview_bodyschoolschool_id
0309849AnonymousTrueNone2024.0FalseData Analytics<span class=\"truncatable\"><p></p><p>I just Fin...<p>I just Finished the my study , I did the Da...4/3/20242024-04-03Data Analytics Part-Time{'image': None}3.3[]4.04.02.0I just Finished the my study , I did the Data ...ironhack10828
1309479Patrick MarquesFalseNone2024.0FalseProject ManagerAn intense experience full of emotions but at ...<span class=\"truncatable\"><p></p><p>Hello, my ...<p>Hello, my name is Patrick Marques and I can...3/19/20242024-03-19Data Analytics Bootcamp{'image': None}4.0[]4.04.04.0Hello, my name is Patrick Marques and I can sa...ironhack10828
2308683Harikrishnan RamakrishnapillaiFalseNone2023.0FalseCybersecurityIt was amazing<span class=\"truncatable\"><p></p><p>I could fi...<p>I could finish cybersecurity course within ...2/15/20242024-02-15None{'image': None}4.3[]4.05.04.0I could finish cybersecurity course within 3 m...ironhack10828
3307433Sorin TuineaFalseNone2023.0FalseData analystI would definitely recommend it<span class=\"truncatable\"><p></p><p>I chose Ir...<p>I chose Ironhack after reading a lot of rev...12/22/20232023-12-22None{'image': None}5.0[]5.05.05.0I chose Ironhack after reading a lot of review...ironhack10828
4307350Kasia LukszaFalseNone2023.0FalseUX/UI DesignerBest learning experience of my life<span class=\"truncatable\"><p></p><p>Attending ...<p>Attending this bootcamp was hands down the ...12/19/20232023-12-19UX/UI Design Bootcamp{'image': None}5.0[]5.05.05.0Attending this bootcamp was hands down the bes...ironhack10828
\n", + "
" + ], + "text/plain": [ + " id name anonymous hostProgramName \\\n", + "0 309849 Anonymous True None \n", + "1 309479 Patrick Marques False None \n", + "2 308683 Harikrishnan Ramakrishnapillai False None \n", + "3 307433 Sorin Tuinea False None \n", + "4 307350 Kasia Luksza False None \n", + "\n", + " graduatingYear isAlumni jobTitle \\\n", + "0 2024.0 False \n", + "1 2024.0 False Project Manager \n", + "2 2023.0 False Cybersecurity \n", + "3 2023.0 False Data analyst \n", + "4 2023.0 False UX/UI Designer \n", + "\n", + " tagline \\\n", + "0 Data Analytics \n", + "1 An intense experience full of emotions but at ... \n", + "2 It was amazing \n", + "3 I would definitely recommend it \n", + "4 Best learning experience of my life \n", + "\n", + " body \\\n", + "0

I just Fin... \n", + "1

Hello, my ... \n", + "2

I could fi... \n", + "3

I chose Ir... \n", + "4

Attending ... \n", + "\n", + " rawBody createdAt queryDate \\\n", + "0

I just Finished the my study , I did the Da... 4/3/2024 2024-04-03 \n", + "1

Hello, my name is Patrick Marques and I can... 3/19/2024 2024-03-19 \n", + "2

I could finish cybersecurity course within ... 2/15/2024 2024-02-15 \n", + "3

I chose Ironhack after reading a lot of rev... 12/22/2023 2023-12-22 \n", + "4

Attending this bootcamp was hands down the ... 12/19/2023 2023-12-19 \n", + "\n", + " program user overallScore comments overall \\\n", + "0 Data Analytics Part-Time {'image': None} 3.3 [] 4.0 \n", + "1 Data Analytics Bootcamp {'image': None} 4.0 [] 4.0 \n", + "2 None {'image': None} 4.3 [] 4.0 \n", + "3 None {'image': None} 5.0 [] 5.0 \n", + "4 UX/UI Design Bootcamp {'image': None} 5.0 [] 5.0 \n", + "\n", + " curriculum jobSupport review_body \\\n", + "0 4.0 2.0 I just Finished the my study , I did the Data ... \n", + "1 4.0 4.0 Hello, my name is Patrick Marques and I can sa... \n", + "2 5.0 4.0 I could finish cybersecurity course within 3 m... \n", + "3 5.0 5.0 I chose Ironhack after reading a lot of review... \n", + "4 5.0 5.0 Attending this bootcamp was hands down the bes... \n", + "\n", + " school school_id \n", + "0 ironhack 10828 \n", + "1 ironhack 10828 \n", + "2 ironhack 10828 \n", + "3 ironhack 10828 \n", + "4 ironhack 10828 " + ] + }, + "execution_count": 7, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "comments.head(5)" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "id": "74a805aa", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "RangeIndex: 11119 entries, 0 to 11118\n", + "Data columns (total 22 columns):\n", + " # Column Non-Null Count Dtype \n", + "--- ------ -------------- ----- \n", + " 0 id 11119 non-null int64 \n", + " 1 name 11119 non-null object \n", + " 2 anonymous 11119 non-null bool \n", + " 3 hostProgramName 3647 non-null object \n", + " 4 graduatingYear 11089 non-null float64\n", + " 5 isAlumni 11107 non-null object \n", + " 6 jobTitle 8478 non-null object \n", + " 7 tagline 11119 non-null object \n", + " 8 body 11119 non-null object \n", + " 9 rawBody 11119 non-null object \n", + " 10 createdAt 11119 non-null object \n", + " 11 queryDate 11119 non-null object \n", + " 12 program 10249 non-null object \n", + " 13 user 11119 non-null object \n", + " 14 overallScore 11107 non-null object \n", + " 15 comments 11119 non-null object \n", + " 16 overall 11107 non-null object \n", + " 17 curriculum 10964 non-null object \n", + " 18 jobSupport 10052 non-null object \n", + " 19 review_body 11119 non-null object \n", + " 20 school 11119 non-null object \n", + " 21 school_id 11119 non-null int64 \n", + "dtypes: bool(1), float64(1), int64(2), object(18)\n", + "memory usage: 1.8+ MB\n" + ] + } + ], + "source": [ + "# exploring the data frame\n", + "\n", + "comments.info()" + ] + }, + { + "cell_type": "markdown", + "id": "37fd000a", + "metadata": {}, + "source": [ + "# Doing some data cleaning on the comments DF" + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "id": "3171a378", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "#removing irrelevant columns with information that is now in review_body\n", + "comments.drop(columns=['body', 'rawBody', 'user','comments'], inplace = True)\n" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "id": "231a13b5", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "# also removing col isAlumni as we will not need it for our analysis\n", + "comments.drop(columns=['isAlumni'], inplace = True)" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "id": "a1373cfa", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "id 0\n", + "name 0\n", + "anonymous 0\n", + "hostProgramName 7472\n", + "graduatingYear 30\n", + "jobTitle 2641\n", + "tagline 0\n", + "createdAt 0\n", + "queryDate 0\n", + "program 870\n", + "overallScore 12\n", + "overall 12\n", + "curriculum 155\n", + "jobSupport 1067\n", + "review_body 0\n", + "school 0\n", + "school_id 0\n", + "dtype: int64\n" + ] + } + ], + "source": [ + "# let's look at null values:\n", + "\n", + "print(comments.isna().sum())" + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "id": "48c558c2", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "RangeIndex: 11119 entries, 0 to 11118\n", + "Data columns (total 17 columns):\n", + " # Column Non-Null Count Dtype \n", + "--- ------ -------------- ----- \n", + " 0 id 11119 non-null int64 \n", + " 1 name 11119 non-null object \n", + " 2 anonymous 11119 non-null bool \n", + " 3 hostProgramName 3647 non-null object \n", + " 4 graduatingYear 11089 non-null float64\n", + " 5 jobTitle 8478 non-null object \n", + " 6 tagline 11119 non-null object \n", + " 7 createdAt 11119 non-null object \n", + " 8 queryDate 11119 non-null object \n", + " 9 program 10249 non-null object \n", + " 10 overallScore 11107 non-null object \n", + " 11 overall 11107 non-null object \n", + " 12 curriculum 10964 non-null object \n", + " 13 jobSupport 10052 non-null object \n", + " 14 review_body 11119 non-null object \n", + " 15 school 11119 non-null object \n", + " 16 school_id 11119 non-null int64 \n", + "dtypes: bool(1), float64(1), int64(2), object(13)\n", + "memory usage: 1.4+ MB\n" + ] + } + ], + "source": [ + "# Let's handle dtypes and null values\n", + "\n", + "comments.info()" + ] + }, + { + "cell_type": "code", + "execution_count": 13, + "id": "f620c5b2", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "# Convert data types accordingly\n", + "\n", + "comments['graduatingYear'] = comments['graduatingYear'].astype('Int64') # Using 'Int64' to handle NaN values\n", + "comments['createdAt'] = pd.to_datetime(comments['createdAt'])\n", + "comments['queryDate'] = pd.to_datetime(comments['queryDate'])\n", + "comments['program'] = comments['program'].astype('object')\n", + "comments['overallScore'] = pd.to_numeric(comments['overallScore'], errors='coerce')\n", + "comments['overall'] = pd.to_numeric(comments['overall'], errors='coerce')\n", + "comments['curriculum'] = pd.to_numeric(comments['curriculum'], errors='coerce')\n", + "comments['jobSupport'] = pd.to_numeric(comments['jobSupport'], errors='coerce')\n" + ] + }, + { + "cell_type": "code", + "execution_count": 14, + "id": "7217ad5d", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "# set 0 for null values under 'score' cols\n", + "comments['overallScore'] = comments['overallScore'].fillna(0)\n", + "comments['overall'] = comments['overall'].fillna(0)\n", + "comments['curriculum'] = comments['curriculum'].fillna(0)\n", + "comments['jobSupport'] = comments['jobSupport'].fillna(0)" + ] + }, + { + "cell_type": "code", + "execution_count": 15, + "id": "0c24905a", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "

\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
idnameanonymoushostProgramNamegraduatingYeartaglinecreatedAtprogramoverallScoreoverallcurriculumjobSupportreview_bodyschoolschool_id
4318247736Olaf KFalseData Science2018Dataquest - Learning data science at your pace2019-04-17None5.05.05.00.0Normally I do not write such reviews but with ...dataquest10683
1165236466MichelaFalseNone2017Muy buena experiencia2017-06-14Full-time UX/UI Design Bootcamp5.05.05.05.0Era lo que necesitaba para darle un giro a mi ...ironhack10828
4206277011Salman FarisiFalseNone2021Recommended for learning Data Science2021-05-12R for Data Analysis4.75.05.04.0Good for fundamental knowledge of data science...dataquest10683
11010247026AnonymousTrueNone2019Design 101 by DesignLab2019-03-02None5.05.05.00.0Great course for anyone trying to get a good, ...designlab10697
6953245009Eric FoucaultFalseSoftware Engineering2018Amazing experience!2018-09-25FullStack program - 35+ locations5.05.05.05.0I just finished Le Wagon bootcamp in Paris. I ...le-wagon10868
\n", + "
" + ], + "text/plain": [ + " id name anonymous hostProgramName graduatingYear \\\n", + "4318 247736 Olaf K False Data Science 2018 \n", + "1165 236466 Michela False None 2017 \n", + "4206 277011 Salman Farisi False None 2021 \n", + "11010 247026 Anonymous True None 2019 \n", + "6953 245009 Eric Foucault False Software Engineering 2018 \n", + "\n", + " tagline createdAt \\\n", + "4318 Dataquest - Learning data science at your pace 2019-04-17 \n", + "1165 Muy buena experiencia 2017-06-14 \n", + "4206 Recommended for learning Data Science 2021-05-12 \n", + "11010 Design 101 by DesignLab 2019-03-02 \n", + "6953 Amazing experience! 2018-09-25 \n", + "\n", + " program overallScore overall curriculum \\\n", + "4318 None 5.0 5.0 5.0 \n", + "1165 Full-time UX/UI Design Bootcamp 5.0 5.0 5.0 \n", + "4206 R for Data Analysis 4.7 5.0 5.0 \n", + "11010 None 5.0 5.0 5.0 \n", + "6953 FullStack program - 35+ locations 5.0 5.0 5.0 \n", + "\n", + " jobSupport review_body \\\n", + "4318 0.0 Normally I do not write such reviews but with ... \n", + "1165 5.0 Era lo que necesitaba para darle un giro a mi ... \n", + "4206 4.0 Good for fundamental knowledge of data science... \n", + "11010 0.0 Great course for anyone trying to get a good, ... \n", + "6953 5.0 I just finished Le Wagon bootcamp in Paris. I ... \n", + "\n", + " school school_id \n", + "4318 dataquest 10683 \n", + "1165 ironhack 10828 \n", + "4206 dataquest 10683 \n", + "11010 designlab 10697 \n", + "6953 le-wagon 10868 " + ] + }, + "execution_count": 15, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# we decided to also drop the Job Title as it will not be relevant for our analysis, as well as the queryDate which is always equal to createdAt\n", + "\n", + "comments.drop(columns=['jobTitle','queryDate'], inplace=True)\n", + "comments.sample(5)" + ] + }, + { + "cell_type": "code", + "execution_count": 16, + "id": "3b2ce729", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "# looking at the programs names we can see that they could use some standardization\n", + "\n", + "standardized_programs = {\n", + " \"Data Science and Analytics\": [\n", + " 'Data Analytics Part-Time', 'Data Analytics Bootcamp', 'Data Analytics Career Track',\n", + " 'Data Science Career Track', 'Introduction to Data Science', 'Intermediate Data Science',\n", + " 'Business Analytics', 'Data Science', 'Data Science with IT Fundamentals', 'Data Science with Prep',\n", + " 'Data Analytics', 'Data Analytics with IT Fundamentals', 'Data Science/ Machine Learning for Beginners',\n", + " 'Data Science for Professionals', 'Data Analytics/ Data Visualization for Beginners',\n", + " 'Data Analytics & Business Intelligence Course', 'Become a Data Analyst', 'Become a Data Scientist',\n", + " 'Become a Data Engineer', 'Data Scientist', 'Data Science - Fullstack', 'Data Lead', 'Data Fullstack',\n", + " 'Fullstack Data Science', 'Lead Data', 'Data Science Essentials - First Course',\n", + " 'Fundamentals in Data Science', 'Funtamentals in Data Science', 'Data Science (full-time)',\n", + " 'Data Science (part-time)', 'Data Analytics - Full-Time', 'Data Science & AI - Full-Time',\n", + " 'Data Science & AI - Part-Time', 'Data Science - Full-Time', 'Data Science - Part-Time', 'Data Essentials',\n", + " 'Data Analyst Fullstack'\n", + " ],\n", + " \"Web Development\": [\n", + " 'Web Development Bootcamp', 'Web Development Part-Time', 'Full-time Web Development Bootcamp',\n", + " 'Part-time Web Development', 'Full-Stack Web Development', 'Full Stack Development', 'Front End Development',\n", + " 'Full Stack Web Development with IT Fundamentals - Premium Full Time/Part Time with Limited Seats',\n", + " 'Full Stack Software Engineering Immersive Program', 'Full-Stack Web & App Developer',\n", + " 'Full-Stack Web & App Development (full-time)', 'Full-Stack PHP Web Development (full-time)',\n", + " 'Full-Stack Web & App Development (part-time)', 'Fullstack JavaScript Web Developer',\n", + " 'Web Development Course - Full-Time', 'Web Development Course - Part-Time', 'Web Development - Full-Time',\n", + " 'Web Development - Part-Time', 'FullStack program', 'FullStack program - 35+ locations',\n", + " 'Full Stack Software Development Part Time', 'Full Stack Software Development'\n", + " ],\n", + " \"Cybersecurity\": [\n", + " 'Cybersecurity Part-Time', 'Cyber Security Bootcamp', 'Cyber Security Career Track',\n", + " 'Introduction to Cybersecurity', 'Cybersecurity Career Track', 'Cyber Security Analyst Professional',\n", + " 'Cyber Security Analyst', 'Cyber Security Course', 'Cybersecurity Bootcamp: REMOTE (Live-Online)',\n", + " 'Cybersecurity Bootcamp', 'Cybersecurity Bootcamp: IN-PERSON (Chicago)', 'OSCP Bootcamp (Live-Online)',\n", + " 'Cyber Defense Analyst Bootcamp', 'Cyber Security Essentials', 'Cyber Security Fullstack', 'Cybersecurity'\n", + " ],\n", + " \"UX/UI Design\": [\n", + " 'UX/UI Design Bootcamp', 'UX/UI Design Part-Time', 'Full-time UX/UI Design Bootcamp',\n", + " 'Part-time UX/UI Design', 'UX Design', 'UI/UX Design Career Track', 'UX Career Track',\n", + " 'UX Academy Foundations', 'UX Academy', 'UI Design', 'UX Research & Strategy', 'UX: Interaction Design',\n", + " 'Introduction to Design', 'Digital Product Design (full-time)', 'UX/UI Product Design (full-time)'\n", + " ],\n", + " \"Software Engineering\": [\n", + " 'Software Engineering Career Track', 'Software Engineering Foundations to Core',\n", + " 'Full-Time Software Engineering Immersive', 'Part-Time Software Engineering Immersive',\n", + " 'Full-Time Remote Software Engineering Immersive', 'Full Stack Software Engineering Immersive Program',\n", + " 'Part-time Remote Software Engineering Immersive', 'Full-time Remote Software Engineering Immersive',\n", + " 'CS Prep', 'CS Prep'\n", + " ],\n", + " \"Cloud Computing and DevOps\": [\n", + " 'AWS Solutions Architect/DevOps Engineer', 'AWS Solutions Architect/DevOps Engineer with IT Fundamentals',\n", + " 'AWS Solutions Architect/DevOps Engineer for Beginners', 'AWS Solutions Architect/DevOps Engineer for Professionals',\n", + " 'AWS Cloud Engineer/Solutions Architect for Professionals', 'AWS Cloud Engineer/Solutions Architect for Beginners',\n", + " 'AWS Solutions Architect with IT Fundamentals', 'AWS Solutions Architect', 'Cloud for Tester', 'DevOps Engineer'\n", + " ],\n", + " \"Machine Learning and AI\": [\n", + " 'Machine Learning Engineering Career Track', 'Machine Learning/Deep Learning',\n", + " 'Data Science & AI - Full-Time', 'Data Science & AI - Part-Time'\n", + " ],\n", + " \"Sales and Marketing\": [\n", + " 'Tech Sales Career Track', 'Digital Marketing Career Track', 'Digital Marketing for Professionals',\n", + " 'Marketing Analytics (full-time)'\n", + " ],\n", + " \"Testing and Quality Assurance\": [\n", + " 'Software Development Engineer in Test (SDET)', 'SDET Automation Testing Course'\n", + " ],\n", + " \"Miscellaneous and General Tech\": [\n", + " 'Full Immersion 14-Week Program', 'Part Time Comprehensive Program', 'Full Immersion 12-Week Program',\n", + " 'Root Level 1 (2-week, part-time course)', 'Actualize Coding Bootcamp: Online Live',\n", + " 'Actualize Coding Bootcamp: Full-Time', 'Actualize Coding Bootcamp: Part-Time', 'Salesforce Administrator & Developer',\n", + " 'Full-Time, Full Stack Web Development Boot Camp', 'Python for Data Analysis', 'R for Data Analysis',\n", + " 'Code Essentials', 'SheCodes Basics', 'SheCodes Plus', 'SheCodes Max', 'SheCodes Pro', 'SheCodes Online Workshop',\n", + " 'SheCodes React', 'SheCodes'\n", + " ]\n", + "}\n" + ] + }, + { + "cell_type": "code", + "execution_count": 17, + "id": "e057f5b2", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "# Reverse the mapping to create a dictionary for easy lookup\n", + "category_mapping = {}\n", + "for category, programs in standardized_programs.items():\n", + " for program in programs:\n", + " category_mapping[program.strip()] = category\n", + "\n", + "# Function to map program names to standard categories\n", + "def map_program_name(program_name):\n", + " if pd.isna(program_name) or program_name.strip() == '':\n", + " return 'Unknown'\n", + " return category_mapping.get(program_name.strip(), 'Other')\n", + "\n", + "# Apply the mapping function to the 'program' column\n", + "comments['standardizedProgram'] = comments['program'].apply(map_program_name)" + ] + }, + { + "cell_type": "code", + "execution_count": 18, + "id": "8820c462", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
idnameanonymoushostProgramNamegraduatingYeartaglinecreatedAtprogramoverallScoreoverallcurriculumjobSupportreview_bodyschoolschool_idstandardizedProgram
0309849AnonymousTrueNone2024Data Analytics2024-04-03Data Analytics Part-Time3.34.04.02.0I just Finished the my study , I did the Data ...ironhack10828Data Science and Analytics
1309479Patrick MarquesFalseNone2024An intense experience full of emotions but at ...2024-03-19Data Analytics Bootcamp4.04.04.04.0Hello, my name is Patrick Marques and I can sa...ironhack10828Data Science and Analytics
2308683Harikrishnan RamakrishnapillaiFalseNone2023It was amazing2024-02-15None4.34.05.04.0I could finish cybersecurity course within 3 m...ironhack10828Unknown
3307433Sorin TuineaFalseNone2023I would definitely recommend it2023-12-22None5.05.05.05.0I chose Ironhack after reading a lot of review...ironhack10828Unknown
4307350Kasia LukszaFalseNone2023Best learning experience of my life2023-12-19UX/UI Design Bootcamp5.05.05.05.0Attending this bootcamp was hands down the bes...ironhack10828UX/UI Design
\n", + "
" + ], + "text/plain": [ + " id name anonymous hostProgramName \\\n", + "0 309849 Anonymous True None \n", + "1 309479 Patrick Marques False None \n", + "2 308683 Harikrishnan Ramakrishnapillai False None \n", + "3 307433 Sorin Tuinea False None \n", + "4 307350 Kasia Luksza False None \n", + "\n", + " graduatingYear tagline \\\n", + "0 2024 Data Analytics \n", + "1 2024 An intense experience full of emotions but at ... \n", + "2 2023 It was amazing \n", + "3 2023 I would definitely recommend it \n", + "4 2023 Best learning experience of my life \n", + "\n", + " createdAt program overallScore overall curriculum \\\n", + "0 2024-04-03 Data Analytics Part-Time 3.3 4.0 4.0 \n", + "1 2024-03-19 Data Analytics Bootcamp 4.0 4.0 4.0 \n", + "2 2024-02-15 None 4.3 4.0 5.0 \n", + "3 2023-12-22 None 5.0 5.0 5.0 \n", + "4 2023-12-19 UX/UI Design Bootcamp 5.0 5.0 5.0 \n", + "\n", + " jobSupport review_body school \\\n", + "0 2.0 I just Finished the my study , I did the Data ... ironhack \n", + "1 4.0 Hello, my name is Patrick Marques and I can sa... ironhack \n", + "2 4.0 I could finish cybersecurity course within 3 m... ironhack \n", + "3 5.0 I chose Ironhack after reading a lot of review... ironhack \n", + "4 5.0 Attending this bootcamp was hands down the bes... ironhack \n", + "\n", + " school_id standardizedProgram \n", + "0 10828 Data Science and Analytics \n", + "1 10828 Data Science and Analytics \n", + "2 10828 Unknown \n", + "3 10828 Unknown \n", + "4 10828 UX/UI Design " + ] + }, + "execution_count": 18, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "comments.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 19, + "id": "3f32862d", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
idnameanonymoushostProgramNamegraduatingYeartaglinecreatedAtprogramoverallScoreoverallcurriculumjobSupportreview_bodyschoolschool_idstandardizedProgram
6162262687AnonymousTrueSoftware Engineering2019Le Wagon Montreal Review2020-03-11FullStack program5.05.05.05.0Le Wagon, what an adventure! I did Le Wagon in...le-wagon10868Web Development
4268253735AnonymousTrueData Science2019Eases the learning process.2019-08-26None5.05.05.00.0I changed career path from design to analyze. ...dataquest10683Unknown
5013297228Rafael Martins Villas BoasFalseNone2021Excellent experience!2023-01-28Web Development - Full-Time4.75.05.04.0I've attended Le Wagon Rio batch #689(web dev)...le-wagon10868Web Development
10134310445Novira AzpirandaFalseNone2024It describe ui/ux works in real world2024-04-29UX Academy Foundations4.35.04.04.0The project is really helping in learning ui/u...designlab10697UX/UI Design
6233260962Mahan MashoofFalseNone2019Lewagon Rio: an great boot camp2020-01-134.75.05.04.0An organized school with great staff. The pace...le-wagon10868Unknown
\n", + "
" + ], + "text/plain": [ + " id name anonymous hostProgramName \\\n", + "6162 262687 Anonymous True Software Engineering \n", + "4268 253735 Anonymous True Data Science \n", + "5013 297228 Rafael Martins Villas Boas False None \n", + "10134 310445 Novira Azpiranda False None \n", + "6233 260962 Mahan Mashoof False None \n", + "\n", + " graduatingYear tagline createdAt \\\n", + "6162 2019 Le Wagon Montreal Review 2020-03-11 \n", + "4268 2019 Eases the learning process. 2019-08-26 \n", + "5013 2021 Excellent experience! 2023-01-28 \n", + "10134 2024 It describe ui/ux works in real world 2024-04-29 \n", + "6233 2019 Lewagon Rio: an great boot camp 2020-01-13 \n", + "\n", + " program overallScore overall curriculum \\\n", + "6162 FullStack program 5.0 5.0 5.0 \n", + "4268 None 5.0 5.0 5.0 \n", + "5013 Web Development - Full-Time 4.7 5.0 5.0 \n", + "10134 UX Academy Foundations 4.3 5.0 4.0 \n", + "6233 4.7 5.0 5.0 \n", + "\n", + " jobSupport review_body \\\n", + "6162 5.0 Le Wagon, what an adventure! I did Le Wagon in... \n", + "4268 0.0 I changed career path from design to analyze. ... \n", + "5013 4.0 I've attended Le Wagon Rio batch #689(web dev)... \n", + "10134 4.0 The project is really helping in learning ui/u... \n", + "6233 4.0 An organized school with great staff. The pace... \n", + "\n", + " school school_id standardizedProgram \n", + "6162 le-wagon 10868 Web Development \n", + "4268 dataquest 10683 Unknown \n", + "5013 le-wagon 10868 Web Development \n", + "10134 designlab 10697 UX/UI Design \n", + "6233 le-wagon 10868 Unknown " + ] + }, + "execution_count": 19, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "comments.sample(5)" + ] + }, + { + "cell_type": "code", + "execution_count": 20, + "id": "229a796b", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "hostProgramName\n", + "Software Engineering 229\n", + "Data Science 72\n", + "UX/UI Design 53\n", + "Web Development 16\n", + "Cybersecurity 6\n", + "Data Analytics 3\n", + "Digital Marketing 2\n", + "Name: count, dtype: int64" + ] + }, + "execution_count": 20, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "comments[(comments['hostProgramName'].notnull())&(comments['standardizedProgram']=='Unknown')]['hostProgramName'].value_counts()" + ] + }, + { + "cell_type": "code", + "execution_count": 21, + "id": "ef084c34", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "#We decided to Update 'standardizedProgram' where 'hostProgramName' is not null and 'standardizedProgram' is 'Unknown'\n", + "#and fill it in with hostProgramName value\n", + "comments.loc[(comments['hostProgramName'].notnull()) & (comments['standardizedProgram'] == 'Unknown'), 'standardizedProgram'] = comments['hostProgramName']" + ] + }, + { + "cell_type": "code", + "execution_count": 22, + "id": "88bc5a89", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "id 0\n", + "name 0\n", + "anonymous 0\n", + "hostProgramName 7472\n", + "graduatingYear 30\n", + "tagline 0\n", + "createdAt 0\n", + "program 870\n", + "overallScore 0\n", + "overall 0\n", + "curriculum 0\n", + "jobSupport 0\n", + "review_body 0\n", + "school 0\n", + "school_id 0\n", + "standardizedProgram 0\n", + "dtype: int64" + ] + }, + "execution_count": 22, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# and then drop the hostProgramName due to many null values\n", + "\n", + "comments.isna().sum()" + ] + }, + { + "cell_type": "code", + "execution_count": 23, + "id": "9599613f", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "hostProgramName\n", + "Software Engineering 97\n", + "Data Science 51\n", + "UX/UI Design 38\n", + "Web Development 16\n", + "Cybersecurity 3\n", + "Digital Marketing 1\n", + "Name: count, dtype: int64" + ] + }, + "execution_count": 23, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "comments[(comments['hostProgramName'].notnull())&(comments['program'].isnull())]['hostProgramName'].value_counts()" + ] + }, + { + "cell_type": "code", + "execution_count": 24, + "id": "0a71079f", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "#We decided to Update 'program' where 'hostProgramName' is not null and 'program' is 'None'\n", + "#and fill it in with hostProgramName value\n", + "comments.loc[(comments['hostProgramName'].notnull()) & (comments['program'].isnull()), 'program'] = comments['hostProgramName']" + ] + }, + { + "cell_type": "code", + "execution_count": 25, + "id": "d0a0c3d6", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "#now, we will remove hostProgramName\n", + "comments.drop(columns='hostProgramName',inplace=True)" + ] + }, + { + "cell_type": "code", + "execution_count": 26, + "id": "09e2fbb5", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
idnameanonymousgraduatingYeartaglinecreatedAtprogramoverallScoreoverallcurriculumjobSupportreview_bodyschoolschool_idstandardizedProgram
6531250794TeciaFalse2019Fantastic experience2019-07-16FullStack program - 35+ locations4.75.05.04.0When I decided to do a bootcamp I carefully re...le-wagon10868Web Development
10976261346Mary GarciaFalse2020Mentors Make the Design 101 Program Worthwhile2020-01-24Design 1013.74.04.03.0I chose design 101 specifically for its connec...designlab10697Other
8768303145AnonymousTrue2023New knowledge2023-07-24SheCodes Basics5.05.05.05.0Thanks to Matt and SheCodes I was able to step...shecodes11014Miscellaneous and General Tech
2397265318Melanie MalinasFalse2019Mixed experience2020-06-093.03.04.02.0After completing the program and securing a jo...springboard11035Data Science
3997255309Taylor BurringtonFalse2019Well worth the time2019-09-265.05.05.05.0I attended the Codesmith coding school, and I ...codesmith10643Software Engineering
\n", + "
" + ], + "text/plain": [ + " id name anonymous graduatingYear \\\n", + "6531 250794 Tecia False 2019 \n", + "10976 261346 Mary Garcia False 2020 \n", + "8768 303145 Anonymous True 2023 \n", + "2397 265318 Melanie Malinas False 2019 \n", + "3997 255309 Taylor Burrington False 2019 \n", + "\n", + " tagline createdAt \\\n", + "6531 Fantastic experience 2019-07-16 \n", + "10976 Mentors Make the Design 101 Program Worthwhile 2020-01-24 \n", + "8768 New knowledge 2023-07-24 \n", + "2397 Mixed experience 2020-06-09 \n", + "3997 Well worth the time 2019-09-26 \n", + "\n", + " program overallScore overall curriculum \\\n", + "6531 FullStack program - 35+ locations 4.7 5.0 5.0 \n", + "10976 Design 101 3.7 4.0 4.0 \n", + "8768 SheCodes Basics 5.0 5.0 5.0 \n", + "2397 3.0 3.0 4.0 \n", + "3997 5.0 5.0 5.0 \n", + "\n", + " jobSupport review_body \\\n", + "6531 4.0 When I decided to do a bootcamp I carefully re... \n", + "10976 3.0 I chose design 101 specifically for its connec... \n", + "8768 5.0 Thanks to Matt and SheCodes I was able to step... \n", + "2397 2.0 After completing the program and securing a jo... \n", + "3997 5.0 I attended the Codesmith coding school, and I ... \n", + "\n", + " school school_id standardizedProgram \n", + "6531 le-wagon 10868 Web Development \n", + "10976 designlab 10697 Other \n", + "8768 shecodes 11014 Miscellaneous and General Tech \n", + "2397 springboard 11035 Data Science \n", + "3997 codesmith 10643 Software Engineering " + ] + }, + "execution_count": 26, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "comments.sample(5)" + ] + }, + { + "cell_type": "code", + "execution_count": 27, + "id": "3a43ed3e", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "Index(['id', 'name', 'anonymous', 'graduatingYear', 'tagline', 'createdAt',\n", + " 'program', 'overallScore', 'overall', 'curriculum', 'jobSupport',\n", + " 'review_body', 'school', 'school_id', 'standardizedProgram'],\n", + " dtype='object')" + ] + }, + "execution_count": 27, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "comments.columns" + ] + }, + { + "cell_type": "code", + "execution_count": 28, + "id": "b14a7f87", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "id 0\n", + "name 0\n", + "anonymous 0\n", + "graduatingYear 30\n", + "tagline 0\n", + "createdAt 0\n", + "program 664\n", + "overallScore 0\n", + "overall 0\n", + "curriculum 0\n", + "jobSupport 0\n", + "review_body 0\n", + "school 0\n", + "school_id 0\n", + "standardizedProgram 0\n", + "dtype: int64" + ] + }, + "execution_count": 28, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "comments.isnull().sum()\n" + ] + }, + { + "cell_type": "code", + "execution_count": 29, + "id": "bc4415f7", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
idnameanonymousgraduatingYeartaglinecreatedAtprogramoverallScoreoverallcurriculumjobSupportreview_bodyschoolschool_idstandardizedProgram
2932235467AnonymousFalse<NA>Intensive learing that works with your schedule.2017-03-23None5.05.05.05.0I took this course to help me make data driven...springboard11035Unknown
3564235440AnonymousFalse<NA>Equipped to change careers2017-03-22None4.35.05.03.0I was a newspaper designer. I had studied jour...actualize10505Unknown
3588232863AnonymousFalse<NA>ACLTC is fun and teaches the basics but does n...2015-09-09Actualize Coding Bootcamp: Part-Time2.02.00.00.0ACLTC is intellectually stimulating and I deve...actualize10505Miscellaneous and General Tech
3593231947AnonymousFalse<NA>I'm a developer now!2014-12-30Actualize Coding Bootcamp: Part-Time5.05.05.05.0This bootcamp spearheaded my transformation fr...actualize10505Miscellaneous and General Tech
3597231919Sly. NFalse<NA>Change your career path!!!2014-12-21Actualize Coding Bootcamp: Part-Time5.05.05.05.0I attended the Anyone Can Learn To Code Web De...actualize10505Miscellaneous and General Tech
4173243509JaredFalse<NA>The only serious bootcamp in Los Angeles2016-07-19Full Stack Software Engineering Immersive Program5.05.05.05.0A life-changing experience. Codesmith builds i...codesmith10643Software Engineering
4177233401Joshua DavidFalse<NA>My favorite Bootcamp of all is Codesmith for t...2016-03-16Full Stack Software Engineering Immersive Program5.05.00.00.0There are already a few bootcamps located in L...codesmith10643Software Engineering
4180244202AnonymousFalse<NA>Perspective of a Computer Science graduate2015-12-01Full Stack Software Engineering Immersive Program5.05.00.00.0I had just graduated from college with a B.S. ...codesmith10643Software Engineering
4181233084AnonymousFalse<NA>Perspective of a Computer Science graduate2015-12-01Full Stack Software Engineering Immersive Program5.05.00.00.0I had just graduated from college with a B.S. ...codesmith10643Software Engineering
4430244730AnonymousFalse<NA>Dataquest Has A Fantastic Platform2017-04-05Data Science5.05.05.05.0Although there are many online programs for ga...dataquest10683Data Science and Analytics
4435240913CristianoFalse<NA>One world in one place2017-03-22Data Science5.05.05.05.0I am very happy to write this review because I...dataquest10683Data Science and Analytics
4448244668IgnacioFalse<NA>Superb site to get you started in your data sc...2017-03-06Data Science4.35.05.03.0I have been using Dataquest to get up to start...dataquest10683Data Science and Analytics
4449244717AnonymousFalse<NA>a comprehensive source that walks you through ...2017-03-06Data Science5.05.05.00.0I like dataquest because it is very comprehens...dataquest10683Data Science and Analytics
4455235297EswarFalse<NA>Best way to start Data Science2017-02-28Data Science5.05.05.05.0The Course is very structural. The explanation...dataquest10683Data Science and Analytics
4462244722Vinay Kumar Ranganath babuFalse<NA>DataQuest - A Wonderful Journey to the Data Sc...2017-02-20Data Science5.05.05.05.0I first heard about DataQuest from a friend of...dataquest10683Data Science and Analytics
4463235009AnonymousFalse<NA>Great resource for improving Data Science know...2017-02-13Data Science4.04.04.04.0I have been looking for tools / courses to imp...dataquest10683Data Science and Analytics
4471244638ViktorFalse<NA>What I love about Dataquest the most2017-01-27Data Science5.05.05.05.0Teaching Method: new concept &gt; examples &gt...dataquest10683Data Science and Analytics
4480244682AnonymousFalse<NA>Great &amp; inexpensive place to learn data s...2017-01-11Data Science5.05.05.00.0I am a big fan of DataQuest, I think the exerc...dataquest10683Data Science and Analytics
4482234581TarikFalse<NA>Dataquest is a great project .2017-01-11Data Science5.05.05.00.0I love the interface and the educational mater...dataquest10683Data Science and Analytics
4811232613AndrewFalse<NA>Evolve Your Career!2017-01-25Bootcamp PRO (in-person)5.05.05.05.0Going through the Evolve bootcamp gave me a lo...evolve-security-academy10743Other
4814234739Edward VillarrealFalse<NA>Evolve Security Academy helped me begin my car...2016-09-30Bootcamp PRO (in-person)5.05.05.05.0The circumstances in which I joined Evolve was...evolve-security-academy10743Other
4816233674ArielFalse<NA>So far this has been one of the best decisions...2016-05-11Bootcamp PRO (in-person)5.05.00.00.0To preface, this is not a mere coding bootcamp...evolve-security-academy10743Other
7496235590JulietteFalse<NA>Le Wagon Barcelona : An amazing journey to dis...2017-04-04FullStack program - 35+ locations5.05.05.05.0I graduated from a French Business School in 2...le-wagon10868Web Development
7510235301Lina GarciaFalse<NA>Le Wagon Lisbon, Batch 282017-02-27FullStack program - 35+ locations5.05.05.05.0I started studying computational linguistic a ...le-wagon10868Web Development
7573233940AmelieFalse<NA>Coding &amp; Product bootcamp2016-06-08None5.05.00.00.0A 5-star learning experienceLife-changingI dec...le-wagon10868Unknown
7611232916AnonymousFalse<NA>Le Wagon changed my life.2015-10-02None5.05.00.00.0Le Wagon helped me transform ideas into action...le-wagon10868Unknown
7616231855Mélanie NavarroFalse<NA>9 very intensive weeks and I recommend it to a...2014-10-16None5.05.05.05.0The training exceeded my expectations:- Master...le-wagon10868Unknown
11073243081shabeen a narangFalse<NA>Outstanding course2017-04-04Web Design5.05.05.05.0I took up the course as part business owner an...designlab10697Other
11115235847AnonymousFalse<NA>Had a great intro to the design world.2015-04-24Web Design5.05.05.05.0It was a great introduction to design. My ment...designlab10697Other
11117235845VictorFalse<NA>Learn the fundamentals of design and much more...2015-03-03Web Design5.05.05.00.0I just finished up my first course (Design 101...designlab10697Other
\n", + "
" + ], + "text/plain": [ + " id name anonymous graduatingYear \\\n", + "2932 235467 Anonymous False \n", + "3564 235440 Anonymous False \n", + "3588 232863 Anonymous False \n", + "3593 231947 Anonymous False \n", + "3597 231919 Sly. N False \n", + "4173 243509 Jared False \n", + "4177 233401 Joshua David False \n", + "4180 244202 Anonymous False \n", + "4181 233084 Anonymous False \n", + "4430 244730 Anonymous False \n", + "4435 240913 Cristiano False \n", + "4448 244668 Ignacio False \n", + "4449 244717 Anonymous False \n", + "4455 235297 Eswar False \n", + "4462 244722 Vinay Kumar Ranganath babu False \n", + "4463 235009 Anonymous False \n", + "4471 244638 Viktor False \n", + "4480 244682 Anonymous False \n", + "4482 234581 Tarik False \n", + "4811 232613 Andrew False \n", + "4814 234739 Edward Villarreal False \n", + "4816 233674 Ariel False \n", + "7496 235590 Juliette False \n", + "7510 235301 Lina Garcia False \n", + "7573 233940 Amelie False \n", + "7611 232916 Anonymous False \n", + "7616 231855 Mélanie Navarro False \n", + "11073 243081 shabeen a narang False \n", + "11115 235847 Anonymous False \n", + "11117 235845 Victor False \n", + "\n", + " tagline createdAt \\\n", + "2932 Intensive learing that works with your schedule. 2017-03-23 \n", + "3564 Equipped to change careers 2017-03-22 \n", + "3588 ACLTC is fun and teaches the basics but does n... 2015-09-09 \n", + "3593 I'm a developer now! 2014-12-30 \n", + "3597 Change your career path!!! 2014-12-21 \n", + "4173 The only serious bootcamp in Los Angeles 2016-07-19 \n", + "4177 My favorite Bootcamp of all is Codesmith for t... 2016-03-16 \n", + "4180 Perspective of a Computer Science graduate 2015-12-01 \n", + "4181 Perspective of a Computer Science graduate 2015-12-01 \n", + "4430 Dataquest Has A Fantastic Platform 2017-04-05 \n", + "4435 One world in one place 2017-03-22 \n", + "4448 Superb site to get you started in your data sc... 2017-03-06 \n", + "4449 a comprehensive source that walks you through ... 2017-03-06 \n", + "4455 Best way to start Data Science 2017-02-28 \n", + "4462 DataQuest - A Wonderful Journey to the Data Sc... 2017-02-20 \n", + "4463 Great resource for improving Data Science know... 2017-02-13 \n", + "4471 What I love about Dataquest the most 2017-01-27 \n", + "4480 Great & inexpensive place to learn data s... 2017-01-11 \n", + "4482 Dataquest is a great project . 2017-01-11 \n", + "4811 Evolve Your Career! 2017-01-25 \n", + "4814 Evolve Security Academy helped me begin my car... 2016-09-30 \n", + "4816 So far this has been one of the best decisions... 2016-05-11 \n", + "7496 Le Wagon Barcelona : An amazing journey to dis... 2017-04-04 \n", + "7510 Le Wagon Lisbon, Batch 28 2017-02-27 \n", + "7573 Coding & Product bootcamp 2016-06-08 \n", + "7611 Le Wagon changed my life. 2015-10-02 \n", + "7616 9 very intensive weeks and I recommend it to a... 2014-10-16 \n", + "11073 Outstanding course 2017-04-04 \n", + "11115 Had a great intro to the design world. 2015-04-24 \n", + "11117 Learn the fundamentals of design and much more... 2015-03-03 \n", + "\n", + " program overallScore \\\n", + "2932 None 5.0 \n", + "3564 None 4.3 \n", + "3588 Actualize Coding Bootcamp: Part-Time 2.0 \n", + "3593 Actualize Coding Bootcamp: Part-Time 5.0 \n", + "3597 Actualize Coding Bootcamp: Part-Time 5.0 \n", + "4173 Full Stack Software Engineering Immersive Program 5.0 \n", + "4177 Full Stack Software Engineering Immersive Program 5.0 \n", + "4180 Full Stack Software Engineering Immersive Program 5.0 \n", + "4181 Full Stack Software Engineering Immersive Program 5.0 \n", + "4430 Data Science 5.0 \n", + "4435 Data Science 5.0 \n", + "4448 Data Science 4.3 \n", + "4449 Data Science 5.0 \n", + "4455 Data Science 5.0 \n", + "4462 Data Science 5.0 \n", + "4463 Data Science 4.0 \n", + "4471 Data Science 5.0 \n", + "4480 Data Science 5.0 \n", + "4482 Data Science 5.0 \n", + "4811 Bootcamp PRO (in-person) 5.0 \n", + "4814 Bootcamp PRO (in-person) 5.0 \n", + "4816 Bootcamp PRO (in-person) 5.0 \n", + "7496 FullStack program - 35+ locations 5.0 \n", + "7510 FullStack program - 35+ locations 5.0 \n", + "7573 None 5.0 \n", + "7611 None 5.0 \n", + "7616 None 5.0 \n", + "11073 Web Design 5.0 \n", + "11115 Web Design 5.0 \n", + "11117 Web Design 5.0 \n", + "\n", + " overall curriculum jobSupport \\\n", + "2932 5.0 5.0 5.0 \n", + "3564 5.0 5.0 3.0 \n", + "3588 2.0 0.0 0.0 \n", + "3593 5.0 5.0 5.0 \n", + "3597 5.0 5.0 5.0 \n", + "4173 5.0 5.0 5.0 \n", + "4177 5.0 0.0 0.0 \n", + "4180 5.0 0.0 0.0 \n", + "4181 5.0 0.0 0.0 \n", + "4430 5.0 5.0 5.0 \n", + "4435 5.0 5.0 5.0 \n", + "4448 5.0 5.0 3.0 \n", + "4449 5.0 5.0 0.0 \n", + "4455 5.0 5.0 5.0 \n", + "4462 5.0 5.0 5.0 \n", + "4463 4.0 4.0 4.0 \n", + "4471 5.0 5.0 5.0 \n", + "4480 5.0 5.0 0.0 \n", + "4482 5.0 5.0 0.0 \n", + "4811 5.0 5.0 5.0 \n", + "4814 5.0 5.0 5.0 \n", + "4816 5.0 0.0 0.0 \n", + "7496 5.0 5.0 5.0 \n", + "7510 5.0 5.0 5.0 \n", + "7573 5.0 0.0 0.0 \n", + "7611 5.0 0.0 0.0 \n", + "7616 5.0 5.0 5.0 \n", + "11073 5.0 5.0 5.0 \n", + "11115 5.0 5.0 5.0 \n", + "11117 5.0 5.0 0.0 \n", + "\n", + " review_body \\\n", + "2932 I took this course to help me make data driven... \n", + "3564 I was a newspaper designer. I had studied jour... \n", + "3588 ACLTC is intellectually stimulating and I deve... \n", + "3593 This bootcamp spearheaded my transformation fr... \n", + "3597 I attended the Anyone Can Learn To Code Web De... \n", + "4173 A life-changing experience. Codesmith builds i... \n", + "4177 There are already a few bootcamps located in L... \n", + "4180 I had just graduated from college with a B.S. ... \n", + "4181 I had just graduated from college with a B.S. ... \n", + "4430 Although there are many online programs for ga... \n", + "4435 I am very happy to write this review because I... \n", + "4448 I have been using Dataquest to get up to start... \n", + "4449 I like dataquest because it is very comprehens... \n", + "4455 The Course is very structural. The explanation... \n", + "4462 I first heard about DataQuest from a friend of... \n", + "4463 I have been looking for tools / courses to imp... \n", + "4471 Teaching Method: new concept > examples >... \n", + "4480 I am a big fan of DataQuest, I think the exerc... \n", + "4482 I love the interface and the educational mater... \n", + "4811 Going through the Evolve bootcamp gave me a lo... \n", + "4814 The circumstances in which I joined Evolve was... \n", + "4816 To preface, this is not a mere coding bootcamp... \n", + "7496 I graduated from a French Business School in 2... \n", + "7510 I started studying computational linguistic a ... \n", + "7573 A 5-star learning experienceLife-changingI dec... \n", + "7611 Le Wagon helped me transform ideas into action... \n", + "7616 The training exceeded my expectations:- Master... \n", + "11073 I took up the course as part business owner an... \n", + "11115 It was a great introduction to design. My ment... \n", + "11117 I just finished up my first course (Design 101... \n", + "\n", + " school school_id standardizedProgram \n", + "2932 springboard 11035 Unknown \n", + "3564 actualize 10505 Unknown \n", + "3588 actualize 10505 Miscellaneous and General Tech \n", + "3593 actualize 10505 Miscellaneous and General Tech \n", + "3597 actualize 10505 Miscellaneous and General Tech \n", + "4173 codesmith 10643 Software Engineering \n", + "4177 codesmith 10643 Software Engineering \n", + "4180 codesmith 10643 Software Engineering \n", + "4181 codesmith 10643 Software Engineering \n", + "4430 dataquest 10683 Data Science and Analytics \n", + "4435 dataquest 10683 Data Science and Analytics \n", + "4448 dataquest 10683 Data Science and Analytics \n", + "4449 dataquest 10683 Data Science and Analytics \n", + "4455 dataquest 10683 Data Science and Analytics \n", + "4462 dataquest 10683 Data Science and Analytics \n", + "4463 dataquest 10683 Data Science and Analytics \n", + "4471 dataquest 10683 Data Science and Analytics \n", + "4480 dataquest 10683 Data Science and Analytics \n", + "4482 dataquest 10683 Data Science and Analytics \n", + "4811 evolve-security-academy 10743 Other \n", + "4814 evolve-security-academy 10743 Other \n", + "4816 evolve-security-academy 10743 Other \n", + "7496 le-wagon 10868 Web Development \n", + "7510 le-wagon 10868 Web Development \n", + "7573 le-wagon 10868 Unknown \n", + "7611 le-wagon 10868 Unknown \n", + "7616 le-wagon 10868 Unknown \n", + "11073 designlab 10697 Other \n", + "11115 designlab 10697 Other \n", + "11117 designlab 10697 Other " + ] + }, + "execution_count": 29, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "comments[comments['graduatingYear'].isnull()]" + ] + }, + { + "cell_type": "code", + "execution_count": 30, + "id": "709bb83c", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "school\n", + "4geeks-academy 181\n", + "actualize 473\n", + "clarusway 243\n", + "codesmith 340\n", + "dataquest 303\n", + "designlab 985\n", + "evolve-security-academy 229\n", + "ironhack 1293\n", + "jedha 325\n", + "la-capsule 357\n", + "le-wagon 2781\n", + "learningfuze 176\n", + "level-effect 21\n", + "shecodes 1425\n", + "springboard 1658\n", + "syntax-technologies 103\n", + "wbs-coding-school 226\n", + "Name: id, dtype: int64" + ] + }, + "execution_count": 30, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "comments.groupby('school')['id'].count()" + ] + }, + { + "cell_type": "code", + "execution_count": 31, + "id": "66d5ff09", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "id 0\n", + "name 0\n", + "anonymous 0\n", + "graduatingYear 0\n", + "tagline 0\n", + "createdAt 0\n", + "program 659\n", + "overallScore 0\n", + "overall 0\n", + "curriculum 0\n", + "jobSupport 0\n", + "review_body 0\n", + "school 0\n", + "school_id 0\n", + "standardizedProgram 0\n", + "dtype: int64" + ] + }, + "execution_count": 31, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "#since the 30 rows with comments where grad year is null belong to schools where the persentage of comments we are deleting is not significant, we decided to drop those rows\n", + "comments = comments.dropna(subset=['graduatingYear'])\n", + "comments.isna().sum()\n" + ] + }, + { + "cell_type": "code", + "execution_count": 32, + "id": "4a2edec8", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "9157 I highly recommend SheCodes for any individual...\n", + "2925 I'm very happy with the Springboard course I r...\n", + "4694 One of the best experiences I’ve ever had in m...\n", + "4068 Codesmith is probably one of the top 3 bootcam...\n", + "7891 Je n'avais aucun background data ou tech de mo...\n", + "7981 I did Python Full Stack data science bootcamp ...\n", + "4200 Learning a programming language can be challen...\n", + "1968 Overall this was a great class experience. I r...\n", + "9486 I am absolutely grateful for this course! I le...\n", + "9174 SheCodes beats all the other coding lessons I'...\n", + "7600 A good program that is focused on entrepreneur...\n", + "7574 ★★★★★TL, DR:It changed my life. Removed the fe...\n", + "3142 I spent over 6 months looking for a full-stack...\n", + "8942 I started about a month ago and I can honestly...\n", + "4922 I recently attended a Le Wagon Boot Camp in Ba...\n", + "263 I had worked in finance in London for a number...\n", + "8830 SheCodes Basics provide a base-level understan...\n", + "10218 I wish there was at least some focus on civic/...\n", + "3629 Actually, I was a nurse and I am looking for a...\n", + "4365 I started with dataquest for free, doing some ...\n", + "Name: review_body, dtype: object" + ] + }, + "execution_count": 32, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "comments[comments['program'].isnull()]['review_body'].sample(20)" + ] + }, + { + "cell_type": "code", + "execution_count": 33, + "id": "018099c2", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "array(['Data Analytics Part-Time', 'Data Analytics Bootcamp', None,\n", + " 'UX/UI Design Bootcamp', 'Web Development Bootcamp',\n", + " 'Web Development Part-Time', 'UX/UI Design Part-Time',\n", + " 'Cybersecurity Part-Time', 'Cyber Security Bootcamp', '',\n", + " 'Full-time Web Development Bootcamp',\n", + " 'Full-time UX/UI Design Bootcamp', 'Part-time Web Development',\n", + " 'Part-time UX/UI Design', 'UX/UI Design', 'Software Engineering',\n", + " 'Full-time Web Development Bootcamp ', 'Part-time UX/UI Design ',\n", + " 'Web Design', 'Web Development',\n", + " 'UI/UX Design Career Track (India)', 'Data Analytics Career Track',\n", + " 'Cyber Security Career Track', 'UI/UX Design Career Track',\n", + " 'Software Engineering Career Track', 'Data Science Career Track',\n", + " 'Software Engineering Foundations to Core', 'UX Career Track',\n", + " 'Full-Stack Web Development',\n", + " 'Machine Learning Engineering Career Track',\n", + " 'Tech Sales Career Track', 'Introduction to Design',\n", + " 'Business Analytics', 'Data Engineering Career Track',\n", + " 'Software Engineering Career Track Prep Course',\n", + " 'Data Science Career Track Prep', 'Digital Marketing Career Track',\n", + " 'Data Science', 'Digital Marketing', 'UX Design',\n", + " 'Introduction to Data Science',\n", + " 'Digital Marketing for Professionals', 'Intermediate Data Science',\n", + " 'Introduction to Cybersecurity', 'Cybersecurity Career Track',\n", + " 'Full Immersion 14-Week Program',\n", + " 'Part Time Comprehensive Program', 'UI/UX Design',\n", + " 'Full Immersion 12-Week Program',\n", + " 'Root Level 1 (2-week, part-time course)',\n", + " 'Actualize Coding Bootcamp: Online Live',\n", + " 'Actualize Coding Bootcamp: Full-Time',\n", + " 'Actualize Coding Bootcamp: Part-Time',\n", + " 'Software Development Engineer in Test (SDET)',\n", + " 'AWS Solutions Architect/DevOps Engineer',\n", + " 'AWS Solutions Architect/DevOps Engineer with IT Fundamentals',\n", + " 'Front End Development', 'Full Stack Development',\n", + " 'Cyber Security Analyst Professional',\n", + " 'Full Stack Development with IT Fundamentals',\n", + " 'Salesforce Administrator & Developer',\n", + " 'AWS Cloud Engineer/Solutions Architect for Professionals',\n", + " 'AWS Solutions Architect/DevOps Engineer for Beginners',\n", + " 'AWS Cloud Engineer/Solutions Architect for Beginners',\n", + " 'Cloud for Tester', 'Data Science with IT Fundamentals',\n", + " 'Data Science with Prep', 'Data Analytics',\n", + " 'Full Stack Web Development with IT Fundamentals - Premium Full Time/Part Time with Limited Seats',\n", + " 'Cyber Security Analyst', 'Data Analytics with IT Fundamentals',\n", + " 'AWS Solutions Architect with IT Fundamentals',\n", + " 'AWS Solutions Architect',\n", + " 'Front End Development with IT Fundamentals',\n", + " 'Machine Learning/Deep Learning', 'DevOps Engineer',\n", + " 'Data Science/ Machine Learning for Beginners',\n", + " 'Full Stack Development for Beginners',\n", + " 'Data Science for Professionals',\n", + " 'AWS Solutions Architect/DevOps Engineer for Professionals',\n", + " 'Data Analytics/ Data Visualization for Beginners',\n", + " 'Full Stack Development for Professionals',\n", + " 'Full-Time Remote Software Engineering Immersive',\n", + " 'Full-Time Software Engineering Immersive',\n", + " 'Part-Time Software Engineering Immersive', 'NYC Onsite Immersive',\n", + " 'Full Stack Software Engineering Immersive Program', 'CS Prep',\n", + " 'Full-time Remote Software Engineering Immersive',\n", + " 'JavaScript for Beginners',\n", + " 'Part-time Remote Software Engineering Immersive', 'CS Prep ',\n", + " 'JavaScript for Beginners ', 'Python for Data Analysis',\n", + " 'R for Data Analysis', 'Part-Time, Data Analytics Boot Camp',\n", + " 'Data Scientist ', 'Become a Data Analyst',\n", + " 'Become a Data Scientist', 'Become a Data Engineer',\n", + " 'SDET Automation Testing Course',\n", + " 'Data Analytics & Business Intelligence Course',\n", + " 'Cyber Security Course',\n", + " 'Cybersecurity Bootcamp: REMOTE (Live-Online)',\n", + " 'Cybersecurity Bootcamp',\n", + " 'Cybersecurity Bootcamp: IN-PERSON (Chicago)',\n", + " 'OSCP Bootcamp (Live-Online)', 'Bootcamp REMOTE (live-online)',\n", + " 'IN-PERSON Bootcamp (Chicago)', 'Bootcamp PRO (in-person)',\n", + " 'Cybersecurity', 'Practical Penetration Testing (live-online)',\n", + " 'Cyber Security', 'Cyber Defense Analyst Bootcamp',\n", + " 'Web Development - Full-Time', 'Web Development - Part-Time',\n", + " 'Data Science & AI - Full-Time', 'Data Analytics - Full-Time',\n", + " 'Data Science & AI - Part-Time', 'Data Science - Full-Time',\n", + " 'Data Science - Part-Time', 'Web Development Course - Full-Time',\n", + " 'Web Development Course - Part-Time', 'FullStack program',\n", + " 'FullStack program - 35+ locations',\n", + " 'Full Stack Software Development Part Time',\n", + " 'Full Stack Software Development', 'Cyber Security Fullstack',\n", + " 'Data Analyst Fullstack', 'Data Essentials',\n", + " 'Cyber Security Essentials', 'Data Science - Fullstack',\n", + " 'Data Science - Lead', 'Data Lead', 'Data Fullstack',\n", + " 'Fullstack Data Science', 'Lead Data', 'Fullstack Data',\n", + " 'Fullstack', 'Essentials',\n", + " 'Data Science Essentials - First Course',\n", + " 'Fundamentals in Data Science', 'Funtamentals in Data Science',\n", + " 'Fullstack JavaScript Web Developer', 'Code Essentials',\n", + " 'Full-Stack Web & App Developer',\n", + " 'Full-Stack Web & App Development (full-time)',\n", + " 'Data Science (full-time)', 'UX/UI Product Design (full-time)',\n", + " 'Data Science (part-time)', 'Marketing Analytics (full-time)',\n", + " 'Digital Product Design (full-time)',\n", + " 'Full-Stack PHP Web Development (full-time)',\n", + " 'Full-Stack Web & App Development (part-time)', 'SheCodes Basics',\n", + " 'SheCodes Plus', 'SheCodes Max', 'SheCodes Pro',\n", + " 'SheCodes Online Workshop',\n", + " 'Full-Time, Full Stack Web Development Boot Camp',\n", + " 'SheCodes React', 'SheCodes', 'UX Academy Foundations',\n", + " 'UX Academy', 'UI Design', 'UX Research & Strategy',\n", + " 'UX: Interaction Design', 'Design 101'], dtype=object)" + ] + }, + "execution_count": 33, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "comments['program'].unique()" + ] + }, + { + "cell_type": "code", + "execution_count": 34, + "id": "6c77172a", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "# we will try to fetch program name from the comment body for null program rows\n", + "# Extract unique program names, excluding None\n", + "program_list = comments['program'].dropna().unique().tolist()\n", + "\n", + "# Function to extract program names\n", + "def extract_program(comment):\n", + " for program in program_list:\n", + " if re.search(program, comment, re.IGNORECASE):\n", + " return program\n", + " return None" + ] + }, + { + "cell_type": "code", + "execution_count": 35, + "id": "0fcd76e3", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
idnameanonymousgraduatingYeartaglinecreatedAtprogramoverallScoreoverallcurriculumjobSupportreview_bodyschoolschool_idstandardizedProgram
6836246163Chris CheungFalse2018Inspirational2018-12-19FullStack program - 35+ locations5.05.05.05.0Before I joined batch 194 in Shanghai I was th...le-wagon10868Web Development
6691247593Taniya AmidonFalse2019Best coding bootcamp !!2019-04-09FullStack program - 35+ locations5.05.05.05.0Learning to code has been one of the best deci...le-wagon10868Web Development
5852268733George BrockmanFalse2020Intense but brilliant2020-09-23Data Science - Full-Time5.05.05.05.0Before the Bootcamp, I had spent the last ten ...le-wagon10868Data Science and Analytics
2505260619Yali ChenFalse2019End-to-end UX capstone project2020-01-02UX Career Track4.75.05.04.0One thing I like about Springboard's UX course...springboard11035UX/UI Design
10478289264AnonymousTrue2022Intuitive Design, Thoughtful Material, Great I...2022-05-30UX Academy Foundations4.05.04.03.0I signed up for Design Lab's Foundations cours...designlab10697UX/UI Design
5174293323Thibault ChassineFalse2022Great!2022-09-25Web Development - Full-Time5.05.05.05.0I did le Wagon in order to make a career chang...le-wagon10868Web Development
4247255565AnonymousTrue2018DataQuest.IO2019-09-281.71.03.01.0Do not purchase from this 'school' - they roll...dataquest10683Unknown
5089294491AnonymousTrue2022Great and challenging experience2022-11-03Data Science - Full-Time4.75.05.04.0I completed the Data Science and Machine Learn...le-wagon10868Data Science and Analytics
6697247572Tomasz StacharskiFalse2019Le Wagon - Bali2019-04-08FullStack program - 35+ locations5.05.05.05.0Before Le Wagon I was working in Ad Tech in Lo...le-wagon10868Web Development
9060290326AnonymousTrue2022It was thrilling!!2022-07-03SheCodes Basics4.05.05.02.0I am really lucky to have access to this codin...shecodes11014Miscellaneous and General Tech
718246977Alejandro OrozcoFalse2018Great UX / UI Course2019-01-13Full-time UX/UI Design Bootcamp5.05.05.05.0I learned about Ironhack through Uber, there w...ironhack10828UX/UI Design
6900234614Christian BellFalse2018An amazing nine weeks!2018-10-16FullStack program - 35+ locations5.05.05.05.0As a recent Oxford Classical Archaeology and A...le-wagon10868Web Development
7018244629Valérie SchraauwersFalse2018You Are Gonna Love Coding Too - Bali Batch #1492018-08-06FullStack program - 35+ locations5.05.05.00.0After working for a start-up for a couple of y...le-wagon10868Web Development
10745278010AnonymousTrue2021A great way to get structured assistance with ...2021-06-04UX Academy5.05.05.05.0I decided to pursue a career change during the...designlab10697UX/UI Design
9891268476Esther WooFalse2020SheCodes Online Workshop2020-09-14SheCodes Online Workshop5.05.05.05.0I learned so much from Matt just from the thre...shecodes11014Miscellaneous and General Tech
8820300902Joanna BothaFalse2023I just wanted to take a moment to express my g...2023-05-043.74.04.03.0I just wanted to take a moment to express my g...shecodes11014Unknown
1346308529Viveka Katherine selvanayagamFalse2024Best self learning online curriculum with ment...2024-02-09Cyber Security Career Track4.75.04.05.0Pros 1) excellent self learning curriculum 2) ...springboard11035Cybersecurity
8833299933Ashley AwuorFalse2023It is encouraging and beautiful.2023-04-035.05.05.05.0So far It has been a great journey. I have rea...shecodes11014Unknown
8264281815LoïsFalse2021A huge change for me2021-09-27Fullstack JavaScript Web Developer5.05.05.05.0I have the feeling everything has been said co...la-capsule10853Web Development
8751304809Alison MoloneyFalse2023Shecodes is a great experience and I'm glad I ...2023-09-12SheCodes Basics5.05.05.05.0“This SheCodes workshop has been a great exper...shecodes11014Miscellaneous and General Tech
\n", + "
" + ], + "text/plain": [ + " id name anonymous graduatingYear \\\n", + "6836 246163 Chris Cheung False 2018 \n", + "6691 247593 Taniya Amidon False 2019 \n", + "5852 268733 George Brockman False 2020 \n", + "2505 260619 Yali Chen False 2019 \n", + "10478 289264 Anonymous True 2022 \n", + "5174 293323 Thibault Chassine False 2022 \n", + "4247 255565 Anonymous True 2018 \n", + "5089 294491 Anonymous True 2022 \n", + "6697 247572 Tomasz Stacharski False 2019 \n", + "9060 290326 Anonymous True 2022 \n", + "718 246977 Alejandro Orozco False 2018 \n", + "6900 234614 Christian Bell False 2018 \n", + "7018 244629 Valérie Schraauwers False 2018 \n", + "10745 278010 Anonymous True 2021 \n", + "9891 268476 Esther Woo False 2020 \n", + "8820 300902 Joanna Botha False 2023 \n", + "1346 308529 Viveka Katherine selvanayagam False 2024 \n", + "8833 299933 Ashley Awuor False 2023 \n", + "8264 281815 Loïs False 2021 \n", + "8751 304809 Alison Moloney False 2023 \n", + "\n", + " tagline createdAt \\\n", + "6836 Inspirational 2018-12-19 \n", + "6691 Best coding bootcamp !! 2019-04-09 \n", + "5852 Intense but brilliant 2020-09-23 \n", + "2505 End-to-end UX capstone project 2020-01-02 \n", + "10478 Intuitive Design, Thoughtful Material, Great I... 2022-05-30 \n", + "5174 Great! 2022-09-25 \n", + "4247 DataQuest.IO 2019-09-28 \n", + "5089 Great and challenging experience 2022-11-03 \n", + "6697 Le Wagon - Bali 2019-04-08 \n", + "9060 It was thrilling!! 2022-07-03 \n", + "718 Great UX / UI Course 2019-01-13 \n", + "6900 An amazing nine weeks! 2018-10-16 \n", + "7018 You Are Gonna Love Coding Too - Bali Batch #149 2018-08-06 \n", + "10745 A great way to get structured assistance with ... 2021-06-04 \n", + "9891 SheCodes Online Workshop 2020-09-14 \n", + "8820 I just wanted to take a moment to express my g... 2023-05-04 \n", + "1346 Best self learning online curriculum with ment... 2024-02-09 \n", + "8833 It is encouraging and beautiful. 2023-04-03 \n", + "8264 A huge change for me 2021-09-27 \n", + "8751 Shecodes is a great experience and I'm glad I ... 2023-09-12 \n", + "\n", + " program overallScore overall curriculum \\\n", + "6836 FullStack program - 35+ locations 5.0 5.0 5.0 \n", + "6691 FullStack program - 35+ locations 5.0 5.0 5.0 \n", + "5852 Data Science - Full-Time 5.0 5.0 5.0 \n", + "2505 UX Career Track 4.7 5.0 5.0 \n", + "10478 UX Academy Foundations 4.0 5.0 4.0 \n", + "5174 Web Development - Full-Time 5.0 5.0 5.0 \n", + "4247 1.7 1.0 3.0 \n", + "5089 Data Science - Full-Time 4.7 5.0 5.0 \n", + "6697 FullStack program - 35+ locations 5.0 5.0 5.0 \n", + "9060 SheCodes Basics 4.0 5.0 5.0 \n", + "718 Full-time UX/UI Design Bootcamp 5.0 5.0 5.0 \n", + "6900 FullStack program - 35+ locations 5.0 5.0 5.0 \n", + "7018 FullStack program - 35+ locations 5.0 5.0 5.0 \n", + "10745 UX Academy 5.0 5.0 5.0 \n", + "9891 SheCodes Online Workshop 5.0 5.0 5.0 \n", + "8820 3.7 4.0 4.0 \n", + "1346 Cyber Security Career Track 4.7 5.0 4.0 \n", + "8833 5.0 5.0 5.0 \n", + "8264 Fullstack JavaScript Web Developer 5.0 5.0 5.0 \n", + "8751 SheCodes Basics 5.0 5.0 5.0 \n", + "\n", + " jobSupport review_body \\\n", + "6836 5.0 Before I joined batch 194 in Shanghai I was th... \n", + "6691 5.0 Learning to code has been one of the best deci... \n", + "5852 5.0 Before the Bootcamp, I had spent the last ten ... \n", + "2505 4.0 One thing I like about Springboard's UX course... \n", + "10478 3.0 I signed up for Design Lab's Foundations cours... \n", + "5174 5.0 I did le Wagon in order to make a career chang... \n", + "4247 1.0 Do not purchase from this 'school' - they roll... \n", + "5089 4.0 I completed the Data Science and Machine Learn... \n", + "6697 5.0 Before Le Wagon I was working in Ad Tech in Lo... \n", + "9060 2.0 I am really lucky to have access to this codin... \n", + "718 5.0 I learned about Ironhack through Uber, there w... \n", + "6900 5.0 As a recent Oxford Classical Archaeology and A... \n", + "7018 0.0 After working for a start-up for a couple of y... \n", + "10745 5.0 I decided to pursue a career change during the... \n", + "9891 5.0 I learned so much from Matt just from the thre... \n", + "8820 3.0 I just wanted to take a moment to express my g... \n", + "1346 5.0 Pros 1) excellent self learning curriculum 2) ... \n", + "8833 5.0 So far It has been a great journey. I have rea... \n", + "8264 5.0 I have the feeling everything has been said co... \n", + "8751 5.0 “This SheCodes workshop has been a great exper... \n", + "\n", + " school school_id standardizedProgram \n", + "6836 le-wagon 10868 Web Development \n", + "6691 le-wagon 10868 Web Development \n", + "5852 le-wagon 10868 Data Science and Analytics \n", + "2505 springboard 11035 UX/UI Design \n", + "10478 designlab 10697 UX/UI Design \n", + "5174 le-wagon 10868 Web Development \n", + "4247 dataquest 10683 Unknown \n", + "5089 le-wagon 10868 Data Science and Analytics \n", + "6697 le-wagon 10868 Web Development \n", + "9060 shecodes 11014 Miscellaneous and General Tech \n", + "718 ironhack 10828 UX/UI Design \n", + "6900 le-wagon 10868 Web Development \n", + "7018 le-wagon 10868 Web Development \n", + "10745 designlab 10697 UX/UI Design \n", + "9891 shecodes 11014 Miscellaneous and General Tech \n", + "8820 shecodes 11014 Unknown \n", + "1346 springboard 11035 Cybersecurity \n", + "8833 shecodes 11014 Unknown \n", + "8264 la-capsule 10853 Web Development \n", + "8751 shecodes 11014 Miscellaneous and General Tech " + ] + }, + "execution_count": 35, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Apply the function to rows where the program is null\n", + "comments['program'] = comments.apply(\n", + " lambda row: extract_program(row['review_body']) if pd.isnull(row['program']) else row['program'],\n", + " axis=1\n", + ")\n", + "comments.sample(20)" + ] + }, + { + "cell_type": "code", + "execution_count": 36, + "id": "439c59d2", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "program\n", + " 1265\n", + "FullStack program - 35+ locations 1035\n", + "UX Academy Foundations 673\n", + "SheCodes Basics 659\n", + "Web Development Course - Full-Time 445\n", + " ... \n", + "Practical Penetration Testing (live-online) 1\n", + "Data Lead 1\n", + "JavaScript for Beginners 1\n", + "Data Scientist 1\n", + "Introduction to Cybersecurity 1\n", + "Name: count, Length: 167, dtype: int64" + ] + }, + "execution_count": 36, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "comments['program'].value_counts()" + ] + }, + { + "cell_type": "code", + "execution_count": 37, + "id": "9f6eaa08", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
comment_idschool_idschool_nameuser_nameanonymousgraduating_yeartaglinecreated_atoverall_scoreoverall_ratingcurriculum_ratingjob_support_ratingreview_bodyprogramprogram_cat
030984910828ironhackAnonymousTrue2024Data Analytics2024-04-033.34.04.02.0I just Finished the my study , I did the Data ...Data Analytics Part-TimeData Science and Analytics
130947910828ironhackPatrick MarquesFalse2024An intense experience full of emotions but at ...2024-03-194.04.04.04.0Hello, my name is Patrick Marques and I can sa...Data Analytics BootcampData Science and Analytics
230868310828ironhackHarikrishnan RamakrishnapillaiFalse2023It was amazing2024-02-154.34.05.04.0I could finish cybersecurity course within 3 m...Unknown
330743310828ironhackSorin TuineaFalse2023I would definitely recommend it2023-12-225.05.05.05.0I chose Ironhack after reading a lot of review...Unknown
430735010828ironhackKasia LukszaFalse2023Best learning experience of my life2023-12-195.05.05.05.0Attending this bootcamp was hands down the bes...UX/UI Design BootcampUX/UI Design
\n", + "
" + ], + "text/plain": [ + " comment_id school_id school_name user_name \\\n", + "0 309849 10828 ironhack Anonymous \n", + "1 309479 10828 ironhack Patrick Marques \n", + "2 308683 10828 ironhack Harikrishnan Ramakrishnapillai \n", + "3 307433 10828 ironhack Sorin Tuinea \n", + "4 307350 10828 ironhack Kasia Luksza \n", + "\n", + " anonymous graduating_year \\\n", + "0 True 2024 \n", + "1 False 2024 \n", + "2 False 2023 \n", + "3 False 2023 \n", + "4 False 2023 \n", + "\n", + " tagline created_at \\\n", + "0 Data Analytics 2024-04-03 \n", + "1 An intense experience full of emotions but at ... 2024-03-19 \n", + "2 It was amazing 2024-02-15 \n", + "3 I would definitely recommend it 2023-12-22 \n", + "4 Best learning experience of my life 2023-12-19 \n", + "\n", + " overall_score overall_rating curriculum_rating job_support_rating \\\n", + "0 3.3 4.0 4.0 2.0 \n", + "1 4.0 4.0 4.0 4.0 \n", + "2 4.3 4.0 5.0 4.0 \n", + "3 5.0 5.0 5.0 5.0 \n", + "4 5.0 5.0 5.0 5.0 \n", + "\n", + " review_body \\\n", + "0 I just Finished the my study , I did the Data ... \n", + "1 Hello, my name is Patrick Marques and I can sa... \n", + "2 I could finish cybersecurity course within 3 m... \n", + "3 I chose Ironhack after reading a lot of review... \n", + "4 Attending this bootcamp was hands down the bes... \n", + "\n", + " program program_cat \n", + "0 Data Analytics Part-Time Data Science and Analytics \n", + "1 Data Analytics Bootcamp Data Science and Analytics \n", + "2 Unknown \n", + "3 Unknown \n", + "4 UX/UI Design Bootcamp UX/UI Design " + ] + }, + "execution_count": 37, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "#rename and reorder columns\n", + "\n", + "comments.rename(columns = {'id':'comment_id',\n", + " 'name':'user_name',\n", + " 'graduatingYear': 'graduating_year' ,\n", + " 'createdAt': 'created_at',\n", + " 'overallScore': 'overall_score',\n", + " 'overall': 'overall_rating',\n", + " 'curriculum':'curriculum_rating',\n", + " 'jobSupport': 'job_support_rating',\n", + " 'school': 'school_name',\n", + " 'standardizedProgram': 'program_cat'\n", + " },inplace=True)\n", + "\n", + "comments = comments[['comment_id', 'school_id','school_name', 'user_name','anonymous', 'graduating_year', 'tagline',\n", + " 'created_at', 'overall_score', 'overall_rating','curriculum_rating', 'job_support_rating',\n", + " 'review_body', 'program','program_cat']]\n", + "\n", + "comments.head()\n" + ] + }, + { + "cell_type": "markdown", + "id": "34f79d15", + "metadata": {}, + "source": [ + "# Other Data Frames" + ] + }, + { + "cell_type": "markdown", + "id": "f0b7d3a2", + "metadata": {}, + "source": [ + "https://www.switchup.org/chimera/v1/bootcamp-data?mainTemplate=bootcamp-data%2Fdescription&path=%2Fbootcamps%2Fironhack&isDataTarget=false&bootcampId=10828&logoTag=logo&truncationLength=250&readMoreOmission=...&readMoreText=Read%20More&readLessText=Read%20Less\n", + "\n", + "Looking at the URL to get other usefull information like price" + ] + }, + { + "cell_type": "code", + "execution_count": 38, + "id": "225f5a8c", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "# Function to fetch and process school information\n", + "def get_school_info(school, school_id):\n", + " # Construct the URL to fetch data for the specified school and school_id\n", + " url = 'https://www.switchup.org/chimera/v1/bootcamp-data?mainTemplate=bootcamp-data%2Fdescription&path=%2Fbootcamps%2F'+ str(school) + '&isDataTarget=false&bootcampId='+ str(school_id) + '&logoTag=logo&truncationLength=250&readMoreOmission=...&readMoreText=Read%20More&readLessText=Read%20Less'\n", + "\n", + " # Send a GET request to the URL and get the response in JSON format\n", + " data = requests.get(url).json()\n", + "\n", + " # Print the keys of the data dictionary (for debugging purposes)\n", + " #print(data.keys())\n", + "\n", + " # Extract the 'courses' data and convert it to a DataFrame\n", + " courses = data['content']['courses']\n", + " courses_df = pd.DataFrame(courses, columns=['courses'])\n", + "\n", + " # Extract the 'locations' data and normalize it into a DataFrame\n", + " locations = data['content']['locations']\n", + " locations_df = json_normalize(locations)\n", + "\n", + " # Extract the 'meritBadges' data and convert it to a DataFrame\n", + " badges_df = pd.DataFrame(data['content']['meritBadges'])\n", + " \n", + " # Extract other school information: website, description, and logo URL\n", + " website = data['content']['webaddr']\n", + " description = data['content']['description']\n", + " logoUrl = data['content']['logoUrl']\n", + " price_min= data['content']['priceMin']\n", + " price_max = data['content']['priceMax']\n", + " school_df = pd.DataFrame([website,description,logoUrl, price_min, price_max]).T\n", + " school_df.columns = ['website','description','LogoUrl', 'price_min', 'price_max']\n", + "\n", + " # Add the 'school' name to each DataFrame\n", + " locations_df['school'] = school\n", + " courses_df['school'] = school\n", + " badges_df['school'] = school\n", + " school_df['school'] = school\n", + " \n", + " # Add the 'school_id' to each DataFrame\n", + " locations_df['school_id'] = school_id\n", + " courses_df['school_id'] = school_id\n", + " badges_df['school_id'] = school_id\n", + " school_df['school_id'] = school_id\n", + "\n", + " # Return the DataFrames\n", + " return locations_df, courses_df, badges_df, school_df\n", + "\n", + "\n" + ] + }, + { + "cell_type": "code", + "execution_count": 39, + "id": "e82a1514", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "ironhack\n", + "springboard\n", + "learningfuze\n", + "actualize\n", + "clarusway\n", + "codesmith\n", + "dataquest\n", + "syntax-technologies\n", + "evolve-security-academy\n", + "level-effect\n", + "le-wagon\n", + "4geeks-academy\n", + "jedha\n", + "la-capsule\n", + "wbs-coding-school\n", + "shecodes\n", + "designlab\n" + ] + } + ], + "source": [ + "# Initialize lists to collect data from each school\n", + "locations_list = []\n", + "courses_list = []\n", + "badges_list = []\n", + "schools_list = []\n", + "\n", + "\n", + "# Loop through each school and ID in the 'schools' dictionary\n", + "for school, id in schools.items():\n", + " print(school) # Print the school name (for debugging purposes)\n", + " a, b, c, d = get_school_info(school, id) # Get the school information\n", + " \n", + " # Append the data to the corresponding lists\n", + " locations_list.append(a)\n", + " courses_list.append(b)\n", + " badges_list.append(c)\n", + " schools_list.append(d)" + ] + }, + { + "cell_type": "code", + "execution_count": 40, + "id": "96dabde7", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Locations DataFrame:\n" + ] + }, + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
iddescriptioncountry.idcountry.namecountry.abbrevcity.idcity.namecity.keywordstate.idstate.namestate.abbrevstate.keywordschoolschool_id
015901Berlin, Germany57.0GermanyDE31156.0BerlinberlinNaNNaNNaNNaNironhack10828
116022Mexico City, Mexico29.0MexicoMX31175.0Mexico Citymexico-cityNaNNaNNaNNaNironhack10828
216086Amsterdam, Netherlands59.0NetherlandsNL31168.0AmsterdamamsterdamNaNNaNNaNNaNironhack10828
316088Sao Paulo, Brazil42.0BrazilBR31121.0Sao Paulosao-pauloNaNNaNNaNNaNironhack10828
416109Paris, France38.0FranceFR31136.0ParisparisNaNNaNNaNNaNironhack10828
\n", + "
" + ], + "text/plain": [ + " id description country.id country.name country.abbrev \\\n", + "0 15901 Berlin, Germany 57.0 Germany DE \n", + "1 16022 Mexico City, Mexico 29.0 Mexico MX \n", + "2 16086 Amsterdam, Netherlands 59.0 Netherlands NL \n", + "3 16088 Sao Paulo, Brazil 42.0 Brazil BR \n", + "4 16109 Paris, France 38.0 France FR \n", + "\n", + " city.id city.name city.keyword state.id state.name state.abbrev \\\n", + "0 31156.0 Berlin berlin NaN NaN NaN \n", + "1 31175.0 Mexico City mexico-city NaN NaN NaN \n", + "2 31168.0 Amsterdam amsterdam NaN NaN NaN \n", + "3 31121.0 Sao Paulo sao-paulo NaN NaN NaN \n", + "4 31136.0 Paris paris NaN NaN NaN \n", + "\n", + " state.keyword school school_id \n", + "0 NaN ironhack 10828 \n", + "1 NaN ironhack 10828 \n", + "2 NaN ironhack 10828 \n", + "3 NaN ironhack 10828 \n", + "4 NaN ironhack 10828 " + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Courses DataFrame:\n" + ] + }, + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
coursesschoolschool_id
0Cyber Security Bootcampironhack10828
1Cybersecurity Part-Timeironhack10828
2Data Analytics Bootcampironhack10828
3Data Analytics Part-Timeironhack10828
4UX/UI Design Bootcampironhack10828
\n", + "
" + ], + "text/plain": [ + " courses school school_id\n", + "0 Cyber Security Bootcamp ironhack 10828\n", + "1 Cybersecurity Part-Time ironhack 10828\n", + "2 Data Analytics Bootcamp ironhack 10828\n", + "3 Data Analytics Part-Time ironhack 10828\n", + "4 UX/UI Design Bootcamp ironhack 10828" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Badges DataFrame:\n" + ] + }, + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
namekeyworddescriptionschoolschool_id
0Available Onlineavailable_online<p>School offers fully online courses</p>ironhack10828
1Verified Outcomesverified_outcomes<p>School publishes a third-party verified out...ironhack10828
2Flexible Classesflexible_classes<p>School offers part-time and evening classes...ironhack10828
3Available Onlineavailable_online<p>School offers fully online courses</p>springboard11035
4Flexible Classesflexible_classes<p>School offers part-time and evening classes...springboard11035
\n", + "
" + ], + "text/plain": [ + " name keyword \\\n", + "0 Available Online available_online \n", + "1 Verified Outcomes verified_outcomes \n", + "2 Flexible Classes flexible_classes \n", + "3 Available Online available_online \n", + "4 Flexible Classes flexible_classes \n", + "\n", + " description school school_id \n", + "0

School offers fully online courses

ironhack 10828 \n", + "1

School publishes a third-party verified out... ironhack 10828 \n", + "2

School offers part-time and evening classes... ironhack 10828 \n", + "3

School offers fully online courses

springboard 11035 \n", + "4

School offers part-time and evening classes... springboard 11035 " + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Schools DataFrame:\n" + ] + }, + { + "data": { + "text/html": [ + "

\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
websitedescriptionLogoUrlprice_minprice_maxschoolschool_id
0www.ironhack.com/en<span class=\"truncatable\"><p>Ironhack is a glo...https://d92mrp7hetgfk.cloudfront.net/images/si...750013000ironhack10828
1www.springboard.com/?utm_source=switchup&utm_m...<span class=\"truncatable\"><p>Springboard is an...https://d92mrp7hetgfk.cloudfront.net/images/si...3499900springboard11035
2learningfuze.com<span class=\"truncatable\"><p>LearningFuze is a...https://d92mrp7hetgfk.cloudfront.net/images/si...015995learningfuze10862
3anyonecanlearntocode.com/?utm_source=switchup&...<span class=\"truncatable\"><p>Actualize is a co...https://d92mrp7hetgfk.cloudfront.net/images/si...1690016900actualize10505
4clarusway.com/<span class=\"truncatable\"><p>Clarusway is a hi...https://d92mrp7hetgfk.cloudfront.net/images/si...75021500clarusway11539
\n", + "
" + ], + "text/plain": [ + " website \\\n", + "0 www.ironhack.com/en \n", + "1 www.springboard.com/?utm_source=switchup&utm_m... \n", + "2 learningfuze.com \n", + "3 anyonecanlearntocode.com/?utm_source=switchup&... \n", + "4 clarusway.com/ \n", + "\n", + " description \\\n", + "0

Ironhack is a glo... \n", + "1

Springboard is an... \n", + "2

LearningFuze is a... \n", + "3

Actualize is a co... \n", + "4

Clarusway is a hi... \n", + "\n", + " LogoUrl price_min price_max \\\n", + "0 https://d92mrp7hetgfk.cloudfront.net/images/si... 7500 13000 \n", + "1 https://d92mrp7hetgfk.cloudfront.net/images/si... 349 9900 \n", + "2 https://d92mrp7hetgfk.cloudfront.net/images/si... 0 15995 \n", + "3 https://d92mrp7hetgfk.cloudfront.net/images/si... 16900 16900 \n", + "4 https://d92mrp7hetgfk.cloudfront.net/images/si... 750 21500 \n", + "\n", + " school school_id \n", + "0 ironhack 10828 \n", + "1 springboard 11035 \n", + "2 learningfuze 10862 \n", + "3 actualize 10505 \n", + "4 clarusway 11539 " + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "# concatenate these lists into DataFrames \n", + "if locations_list:\n", + " locations = pd.concat(locations_list, ignore_index=True)\n", + " print(\"Locations DataFrame:\")\n", + " display(locations.head())\n", + "\n", + "if courses_list:\n", + " courses = pd.concat(courses_list, ignore_index=True)\n", + " print(\"Courses DataFrame:\")\n", + " display(courses.head())\n", + "\n", + "if badges_list:\n", + " badges = pd.concat(badges_list, ignore_index=True)\n", + " print(\"Badges DataFrame:\")\n", + " display(badges.head())\n", + "\n", + "if schools_list:\n", + " schools = pd.concat(schools_list, ignore_index=True)\n", + " print(\"Schools DataFrame:\")\n", + " display(schools.head())" + ] + }, + { + "cell_type": "markdown", + "id": "06299ccb", + "metadata": {}, + "source": [ + "### Cleaning Locations" + ] + }, + { + "cell_type": "code", + "execution_count": 41, + "id": "421029f0", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "id 0\n", + "description 0\n", + "country.id 17\n", + "country.name 17\n", + "country.abbrev 17\n", + "city.id 20\n", + "city.name 20\n", + "city.keyword 20\n", + "state.id 98\n", + "state.name 98\n", + "state.abbrev 98\n", + "state.keyword 98\n", + "school 0\n", + "school_id 0\n", + "dtype: int64" + ] + }, + "execution_count": 41, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "locations.isna().sum()" + ] + }, + { + "cell_type": "code", + "execution_count": 42, + "id": "9c85f730", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "(131, 14)" + ] + }, + "execution_count": 42, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "locations.shape" + ] + }, + { + "cell_type": "code", + "execution_count": 43, + "id": "b1b215d6", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "Index(['id', 'description', 'country.id', 'country.name', 'country.abbrev',\n", + " 'city.id', 'city.name', 'city.keyword', 'state.id', 'state.name',\n", + " 'state.abbrev', 'state.keyword', 'school', 'school_id'],\n", + " dtype='object')" + ] + }, + "execution_count": 43, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "locations.columns" + ] + }, + { + "cell_type": "code", + "execution_count": 44, + "id": "7083cf0a", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "

\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
iddescriptioncountry.idcountry.namecountry.abbrevcity.idcity.namecity.keywordstate.idstate.namestate.abbrevstate.keywordschoolschool_id
917233OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonlineironhack10828
1016013OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonlinespringboard11035
1316970OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonlinelearningfuze10862
1516019OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonlineactualize10505
1617789OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonlineclarusway11539
1916595OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonlinecodesmith10643
2116378OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonlinedataquest10683
2218261OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonlinesyntax-technologies11797
2315899OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonlineevolve-security-academy10743
2517374OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonlinelevel-effect11282
5818117OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonlinele-wagon10868
8818370OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonline4geeks-academy10492
9717434OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonlinejedha10837
12218269OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonlinela-capsule10853
12617654OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonlinewbs-coding-school11243
12716914OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonlineshecodes11014
13015816OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonlinedesignlab10697
\n", + "
" + ], + "text/plain": [ + " id description country.id country.name country.abbrev city.id \\\n", + "9 17233 Online NaN NaN NaN NaN \n", + "10 16013 Online NaN NaN NaN NaN \n", + "13 16970 Online NaN NaN NaN NaN \n", + "15 16019 Online NaN NaN NaN NaN \n", + "16 17789 Online NaN NaN NaN NaN \n", + "19 16595 Online NaN NaN NaN NaN \n", + "21 16378 Online NaN NaN NaN NaN \n", + "22 18261 Online NaN NaN NaN NaN \n", + "23 15899 Online NaN NaN NaN NaN \n", + "25 17374 Online NaN NaN NaN NaN \n", + "58 18117 Online NaN NaN NaN NaN \n", + "88 18370 Online NaN NaN NaN NaN \n", + "97 17434 Online NaN NaN NaN NaN \n", + "122 18269 Online NaN NaN NaN NaN \n", + "126 17654 Online NaN NaN NaN NaN \n", + "127 16914 Online NaN NaN NaN NaN \n", + "130 15816 Online NaN NaN NaN NaN \n", + "\n", + " city.name city.keyword state.id state.name state.abbrev state.keyword \\\n", + "9 NaN NaN 1.0 Online Online online \n", + "10 NaN NaN 1.0 Online Online online \n", + "13 NaN NaN 1.0 Online Online online \n", + "15 NaN NaN 1.0 Online Online online \n", + "16 NaN NaN 1.0 Online Online online \n", + "19 NaN NaN 1.0 Online Online online \n", + "21 NaN NaN 1.0 Online Online online \n", + "22 NaN NaN 1.0 Online Online online \n", + "23 NaN NaN 1.0 Online Online online \n", + "25 NaN NaN 1.0 Online Online online \n", + "58 NaN NaN 1.0 Online Online online \n", + "88 NaN NaN 1.0 Online Online online \n", + "97 NaN NaN 1.0 Online Online online \n", + "122 NaN NaN 1.0 Online Online online \n", + "126 NaN NaN 1.0 Online Online online \n", + "127 NaN NaN 1.0 Online Online online \n", + "130 NaN NaN 1.0 Online Online online \n", + "\n", + " school school_id \n", + "9 ironhack 10828 \n", + "10 springboard 11035 \n", + "13 learningfuze 10862 \n", + "15 actualize 10505 \n", + "16 clarusway 11539 \n", + "19 codesmith 10643 \n", + "21 dataquest 10683 \n", + "22 syntax-technologies 11797 \n", + "23 evolve-security-academy 10743 \n", + "25 level-effect 11282 \n", + "58 le-wagon 10868 \n", + "88 4geeks-academy 10492 \n", + "97 jedha 10837 \n", + "122 la-capsule 10853 \n", + "126 wbs-coding-school 11243 \n", + "127 shecodes 11014 \n", + "130 designlab 10697 " + ] + }, + "execution_count": 44, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "locations[locations['description']=='Online']" + ] + }, + { + "cell_type": "code", + "execution_count": 45, + "id": "f755e9aa", + "metadata": { + "scrolled": true, + "tags": [] + }, + "outputs": [], + "source": [ + "#removing irrelevant cols\n", + "\n", + "locations.drop(columns=['state.id','state.name',\n", + " 'state.abbrev', 'state.keyword','city.keyword'],inplace=True)\n", + "locations.rename(columns = {'country.id':'country_id', \n", + " 'country.name':'country_name', \n", + " 'city.id':'city_id', \n", + " 'city.name':'city_name'}, inplace = True)\n", + "\n" + ] + }, + { + "cell_type": "code", + "execution_count": 46, + "id": "c466c330", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
iddescriptioncountry_idcountry_namecountry.abbrevcity_idcity_nameschoolschool_id
1916595OnlineNaNNaNNaNNaNNaNcodesmith10643
10818313Luxembourg, Belgium46.0BelgiumBENaNNaNjedha10837
6917811Montevideo, Uruguay33.0UruguayUY31089.0Montevideo4geeks-academy10492
9918252Lille, France38.0FranceFR31128.0Lillejedha10837
7918232Bogota, Columbia30.0ColombiaCO31078.0Bogota4geeks-academy10492
9018372Houston, TX1.0United StatesUS81.0Houston4geeks-academy10492
2615803Melbourne, Australia20.0AustraliaAU31174.0Melbournele-wagon10868
7118223Milan, Italy39.0ItalyIT31107.0Milan4geeks-academy10492
5818117OnlineNaNNaNNaNNaNNaNle-wagon10868
12418271Bordeaux, France38.0FranceFR31124.0Bordeauxla-capsule10853
\n", + "
" + ], + "text/plain": [ + " id description country_id country_name country.abbrev \\\n", + "19 16595 Online NaN NaN NaN \n", + "108 18313 Luxembourg, Belgium 46.0 Belgium BE \n", + "69 17811 Montevideo, Uruguay 33.0 Uruguay UY \n", + "99 18252 Lille, France 38.0 France FR \n", + "79 18232 Bogota, Columbia 30.0 Colombia CO \n", + "90 18372 Houston, TX 1.0 United States US \n", + "26 15803 Melbourne, Australia 20.0 Australia AU \n", + "71 18223 Milan, Italy 39.0 Italy IT \n", + "58 18117 Online NaN NaN NaN \n", + "124 18271 Bordeaux, France 38.0 France FR \n", + "\n", + " city_id city_name school school_id \n", + "19 NaN NaN codesmith 10643 \n", + "108 NaN NaN jedha 10837 \n", + "69 31089.0 Montevideo 4geeks-academy 10492 \n", + "99 31128.0 Lille jedha 10837 \n", + "79 31078.0 Bogota 4geeks-academy 10492 \n", + "90 81.0 Houston 4geeks-academy 10492 \n", + "26 31174.0 Melbourne le-wagon 10868 \n", + "71 31107.0 Milan 4geeks-academy 10492 \n", + "58 NaN NaN le-wagon 10868 \n", + "124 31124.0 Bordeaux la-capsule 10853 " + ] + }, + "execution_count": 46, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "locations.sample(10)" + ] + }, + { + "cell_type": "code", + "execution_count": 47, + "id": "f25be47d", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "id 0\n", + "description 0\n", + "country_id 17\n", + "country_name 17\n", + "country.abbrev 17\n", + "city_id 20\n", + "city_name 20\n", + "school 0\n", + "school_id 0\n", + "dtype: int64" + ] + }, + "execution_count": 47, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "locations.isna().sum()" + ] + }, + { + "cell_type": "code", + "execution_count": 48, + "id": "3baf3998", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
iddescriptioncountry_idcountry_namecountry.abbrevcity_idcity_nameschoolschool_id
917233OnlineNaNNaNNaNNaNNaNironhack10828
1016013OnlineNaNNaNNaNNaNNaNspringboard11035
1316970OnlineNaNNaNNaNNaNNaNlearningfuze10862
1516019OnlineNaNNaNNaNNaNNaNactualize10505
1617789OnlineNaNNaNNaNNaNNaNclarusway11539
1916595OnlineNaNNaNNaNNaNNaNcodesmith10643
2116378OnlineNaNNaNNaNNaNNaNdataquest10683
2218261OnlineNaNNaNNaNNaNNaNsyntax-technologies11797
2315899OnlineNaNNaNNaNNaNNaNevolve-security-academy10743
2517374OnlineNaNNaNNaNNaNNaNlevel-effect11282
5818117OnlineNaNNaNNaNNaNNaNle-wagon10868
8818370OnlineNaNNaNNaNNaNNaN4geeks-academy10492
9717434OnlineNaNNaNNaNNaNNaNjedha10837
12218269OnlineNaNNaNNaNNaNNaNla-capsule10853
12617654OnlineNaNNaNNaNNaNNaNwbs-coding-school11243
12716914OnlineNaNNaNNaNNaNNaNshecodes11014
13015816OnlineNaNNaNNaNNaNNaNdesignlab10697
\n", + "
" + ], + "text/plain": [ + " id description country_id country_name country.abbrev city_id \\\n", + "9 17233 Online NaN NaN NaN NaN \n", + "10 16013 Online NaN NaN NaN NaN \n", + "13 16970 Online NaN NaN NaN NaN \n", + "15 16019 Online NaN NaN NaN NaN \n", + "16 17789 Online NaN NaN NaN NaN \n", + "19 16595 Online NaN NaN NaN NaN \n", + "21 16378 Online NaN NaN NaN NaN \n", + "22 18261 Online NaN NaN NaN NaN \n", + "23 15899 Online NaN NaN NaN NaN \n", + "25 17374 Online NaN NaN NaN NaN \n", + "58 18117 Online NaN NaN NaN NaN \n", + "88 18370 Online NaN NaN NaN NaN \n", + "97 17434 Online NaN NaN NaN NaN \n", + "122 18269 Online NaN NaN NaN NaN \n", + "126 17654 Online NaN NaN NaN NaN \n", + "127 16914 Online NaN NaN NaN NaN \n", + "130 15816 Online NaN NaN NaN NaN \n", + "\n", + " city_name school school_id \n", + "9 NaN ironhack 10828 \n", + "10 NaN springboard 11035 \n", + "13 NaN learningfuze 10862 \n", + "15 NaN actualize 10505 \n", + "16 NaN clarusway 11539 \n", + "19 NaN codesmith 10643 \n", + "21 NaN dataquest 10683 \n", + "22 NaN syntax-technologies 11797 \n", + "23 NaN evolve-security-academy 10743 \n", + "25 NaN level-effect 11282 \n", + "58 NaN le-wagon 10868 \n", + "88 NaN 4geeks-academy 10492 \n", + "97 NaN jedha 10837 \n", + "122 NaN la-capsule 10853 \n", + "126 NaN wbs-coding-school 11243 \n", + "127 NaN shecodes 11014 \n", + "130 NaN designlab 10697 " + ] + }, + "execution_count": 48, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "locations[(locations['country_id'].isnull())&(locations['country_name'].isnull())&\n", + " (locations['country.abbrev'].isnull())&(locations['city_id'].isnull())&(locations['city_name'].isnull())]" + ] + }, + { + "cell_type": "code", + "execution_count": 49, + "id": "f7f94835", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "locations.loc[locations['description'] == 'Online', 'city_name'] = 'Online'\n", + "locations.loc[locations['description'] == 'Online', 'country_name'] = 'Online'" + ] + }, + { + "cell_type": "code", + "execution_count": 50, + "id": "99700ba1", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
iddescriptioncountry_idcountry_namecountry.abbrevcity_idcity_nameschoolschool_id
917233OnlineNaNOnlineNaNNaNOnlineironhack10828
1016013OnlineNaNOnlineNaNNaNOnlinespringboard11035
1316970OnlineNaNOnlineNaNNaNOnlinelearningfuze10862
1516019OnlineNaNOnlineNaNNaNOnlineactualize10505
1617789OnlineNaNOnlineNaNNaNOnlineclarusway11539
1916595OnlineNaNOnlineNaNNaNOnlinecodesmith10643
2116378OnlineNaNOnlineNaNNaNOnlinedataquest10683
2218261OnlineNaNOnlineNaNNaNOnlinesyntax-technologies11797
2315899OnlineNaNOnlineNaNNaNOnlineevolve-security-academy10743
2517374OnlineNaNOnlineNaNNaNOnlinelevel-effect11282
5818117OnlineNaNOnlineNaNNaNOnlinele-wagon10868
8818370OnlineNaNOnlineNaNNaNOnline4geeks-academy10492
9717434OnlineNaNOnlineNaNNaNOnlinejedha10837
10418309Montpellier, France38.0FranceFRNaNNaNjedha10837
10818313Luxembourg, Belgium46.0BelgiumBENaNNaNjedha10837
11218317Abidjan, West Africa105.0Côte d'IvoireCINaNNaNjedha10837
12218269OnlineNaNOnlineNaNNaNOnlinela-capsule10853
12617654OnlineNaNOnlineNaNNaNOnlinewbs-coding-school11243
12716914OnlineNaNOnlineNaNNaNOnlineshecodes11014
13015816OnlineNaNOnlineNaNNaNOnlinedesignlab10697
\n", + "
" + ], + "text/plain": [ + " id description country_id country_name country.abbrev \\\n", + "9 17233 Online NaN Online NaN \n", + "10 16013 Online NaN Online NaN \n", + "13 16970 Online NaN Online NaN \n", + "15 16019 Online NaN Online NaN \n", + "16 17789 Online NaN Online NaN \n", + "19 16595 Online NaN Online NaN \n", + "21 16378 Online NaN Online NaN \n", + "22 18261 Online NaN Online NaN \n", + "23 15899 Online NaN Online NaN \n", + "25 17374 Online NaN Online NaN \n", + "58 18117 Online NaN Online NaN \n", + "88 18370 Online NaN Online NaN \n", + "97 17434 Online NaN Online NaN \n", + "104 18309 Montpellier, France 38.0 France FR \n", + "108 18313 Luxembourg, Belgium 46.0 Belgium BE \n", + "112 18317 Abidjan, West Africa 105.0 Côte d'Ivoire CI \n", + "122 18269 Online NaN Online NaN \n", + "126 17654 Online NaN Online NaN \n", + "127 16914 Online NaN Online NaN \n", + "130 15816 Online NaN Online NaN \n", + "\n", + " city_id city_name school school_id \n", + "9 NaN Online ironhack 10828 \n", + "10 NaN Online springboard 11035 \n", + "13 NaN Online learningfuze 10862 \n", + "15 NaN Online actualize 10505 \n", + "16 NaN Online clarusway 11539 \n", + "19 NaN Online codesmith 10643 \n", + "21 NaN Online dataquest 10683 \n", + "22 NaN Online syntax-technologies 11797 \n", + "23 NaN Online evolve-security-academy 10743 \n", + "25 NaN Online level-effect 11282 \n", + "58 NaN Online le-wagon 10868 \n", + "88 NaN Online 4geeks-academy 10492 \n", + "97 NaN Online jedha 10837 \n", + "104 NaN NaN jedha 10837 \n", + "108 NaN NaN jedha 10837 \n", + "112 NaN NaN jedha 10837 \n", + "122 NaN Online la-capsule 10853 \n", + "126 NaN Online wbs-coding-school 11243 \n", + "127 NaN Online shecodes 11014 \n", + "130 NaN Online designlab 10697 " + ] + }, + "execution_count": 50, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "locations[(locations['city_id'].isnull())|(locations['city_name'].isnull())]" + ] + }, + { + "cell_type": "code", + "execution_count": 51, + "id": "cfe64739", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "\"\"\"\n", + "Checked the HTML for those 3 values, and retrieved from description col that I had dropped:\n", + " 18309 Montpellier\n", + " 18313 Luxembourg\n", + " 18317 Abidjan\n", + "\"\"\"\n", + "\n", + "locations.loc[locations['id'] == 18309, 'city_name'] = 'Montpellier'\n", + "locations.loc[locations['id'] == 18313, 'city_name'] = 'Luxembourg'\n", + "locations.loc[locations['id'] == 18317, 'city_name'] = 'Abidjan'" + ] + }, + { + "cell_type": "code", + "execution_count": 52, + "id": "5b2efba6", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
iddescriptioncountry_idcountry_namecountry.abbrevcity_idcity_nameschoolschool_id
1716002Los Angeles, CA, United States1.0United StatesUS10.0Los Angelescodesmith10643
9218374Los Angeles, CA1.0United StatesUS10.0Los Angeles4geeks-academy10492
1216806San Diego, CA, United States1.0United StatesUS11.0San Diegolearningfuze10862
1116712Irvine, CA, United States1.0United StatesUS24.0Irvinelearningfuze10862
516375Miami, FL, United States1.0United StatesUS31.0Miamiironhack10828
..............................
11218317Abidjan, West Africa105.0Côte d'IvoireCINaNAbidjanjedha10837
12218269OnlineNaNOnlineNaNNaNOnlinela-capsule10853
12617654OnlineNaNOnlineNaNNaNOnlinewbs-coding-school11243
12716914OnlineNaNOnlineNaNNaNOnlineshecodes11014
13015816OnlineNaNOnlineNaNNaNOnlinedesignlab10697
\n", + "

131 rows × 9 columns

\n", + "
" + ], + "text/plain": [ + " id description country_id country_name \\\n", + "17 16002 Los Angeles, CA, United States 1.0 United States \n", + "92 18374 Los Angeles, CA 1.0 United States \n", + "12 16806 San Diego, CA, United States 1.0 United States \n", + "11 16712 Irvine, CA, United States 1.0 United States \n", + "5 16375 Miami, FL, United States 1.0 United States \n", + ".. ... ... ... ... \n", + "112 18317 Abidjan, West Africa 105.0 Côte d'Ivoire \n", + "122 18269 Online NaN Online \n", + "126 17654 Online NaN Online \n", + "127 16914 Online NaN Online \n", + "130 15816 Online NaN Online \n", + "\n", + " country.abbrev city_id city_name school school_id \n", + "17 US 10.0 Los Angeles codesmith 10643 \n", + "92 US 10.0 Los Angeles 4geeks-academy 10492 \n", + "12 US 11.0 San Diego learningfuze 10862 \n", + "11 US 24.0 Irvine learningfuze 10862 \n", + "5 US 31.0 Miami ironhack 10828 \n", + ".. ... ... ... ... ... \n", + "112 CI NaN Abidjan jedha 10837 \n", + "122 NaN NaN Online la-capsule 10853 \n", + "126 NaN NaN Online wbs-coding-school 11243 \n", + "127 NaN NaN Online shecodes 11014 \n", + "130 NaN NaN Online designlab 10697 \n", + "\n", + "[131 rows x 9 columns]" + ] + }, + "execution_count": 52, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "\t\n", + "locations.sort_values(by='city_id')" + ] + }, + { + "cell_type": "code", + "execution_count": 53, + "id": "db94736f", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "31300.0" + ] + }, + "execution_count": 53, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "locations['city_id'].max()" + ] + }, + { + "cell_type": "code", + "execution_count": 54, + "id": "bc3b80ba", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "#let's assgint a city id for the 3 cities that are missing it, in case needed later for analysis\n", + "\n", + "locations.loc[locations['id'] == 18309, 'city_id'] = 31301.0\n", + "locations.loc[locations['id'] == 18313, 'city_id'] = 31302.0\n", + "locations.loc[locations['id'] == 18317, 'city_id'] = 31303.0\n", + "locations.loc[locations['description'] == 'Online', 'city_id'] = 31304.0" + ] + }, + { + "cell_type": "code", + "execution_count": 55, + "id": "11d86dda", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "236.0" + ] + }, + "execution_count": 55, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "locations['country_id'].max()" + ] + }, + { + "cell_type": "code", + "execution_count": 56, + "id": "b3a83ef1", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "#let's assgint a country id for Online\n", + "\n", + "locations.loc[locations['description'] == 'Online', 'country_id'] = 237.0" + ] + }, + { + "cell_type": "code", + "execution_count": 57, + "id": "28dc7a96", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
iddescriptioncountry_idcountry_namecountry.abbrevcity_idcity_nameschoolschool_id
\n", + "
" + ], + "text/plain": [ + "Empty DataFrame\n", + "Columns: [id, description, country_id, country_name, country.abbrev, city_id, city_name, school, school_id]\n", + "Index: []" + ] + }, + "execution_count": 57, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "locations[(locations['city_id'].isnull())|(locations['city_name'].isnull())]" + ] + }, + { + "cell_type": "code", + "execution_count": 58, + "id": "c5b99417", + "metadata": { + "scrolled": true, + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "id int64\n", + "description object\n", + "country_id float64\n", + "country_name object\n", + "country.abbrev object\n", + "city_id float64\n", + "city_name object\n", + "school object\n", + "school_id int64\n", + "dtype: object" + ] + }, + "execution_count": 58, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "#let's adjust dtypes\n", + "\n", + "locations.dtypes" + ] + }, + { + "cell_type": "code", + "execution_count": 59, + "id": "c1a2321e", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "locations['country_id'] = locations['country_id'].astype('Int64')\n", + "locations['city_id'] = locations['city_id'].astype('Int64')" + ] + }, + { + "cell_type": "code", + "execution_count": 60, + "id": "83a6e715", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
iddescriptioncountry_idcountry_namecountry.abbrevcity_idcity_nameschoolschool_id
9318375New York, NY1United StatesUS3619New York4geeks-academy10492
12816915Lisbon, Portugal28PortugalPT31075Lisbonshecodes11014
9918252Lille, France38FranceFR31128Lillejedha10837
12318270Lille, France38FranceFR31128Lillela-capsule10853
2116378Online237OnlineNaN31304Onlinedataquest10683
6416054Miami, FL, United States1United StatesUS31Miami4geeks-academy10492
3516147Lille, France38FranceFR31128Lillele-wagon10868
10218255Nantes, France38FranceFR31130Nantesjedha10837
116022Mexico City, Mexico29MexicoMX31175Mexico Cityironhack10828
5217314Dubai, United Arab Emirates34United Arab EmiratesAE31093Dubaile-wagon10868
\n", + "
" + ], + "text/plain": [ + " id description country_id country_name \\\n", + "93 18375 New York, NY 1 United States \n", + "128 16915 Lisbon, Portugal 28 Portugal \n", + "99 18252 Lille, France 38 France \n", + "123 18270 Lille, France 38 France \n", + "21 16378 Online 237 Online \n", + "64 16054 Miami, FL, United States 1 United States \n", + "35 16147 Lille, France 38 France \n", + "102 18255 Nantes, France 38 France \n", + "1 16022 Mexico City, Mexico 29 Mexico \n", + "52 17314 Dubai, United Arab Emirates 34 United Arab Emirates \n", + "\n", + " country.abbrev city_id city_name school school_id \n", + "93 US 3619 New York 4geeks-academy 10492 \n", + "128 PT 31075 Lisbon shecodes 11014 \n", + "99 FR 31128 Lille jedha 10837 \n", + "123 FR 31128 Lille la-capsule 10853 \n", + "21 NaN 31304 Online dataquest 10683 \n", + "64 US 31 Miami 4geeks-academy 10492 \n", + "35 FR 31128 Lille le-wagon 10868 \n", + "102 FR 31130 Nantes jedha 10837 \n", + "1 MX 31175 Mexico City ironhack 10828 \n", + "52 AE 31093 Dubai le-wagon 10868 " + ] + }, + "execution_count": 60, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "locations.sample(10)" + ] + }, + { + "cell_type": "code", + "execution_count": 61, + "id": "c9092a7e", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "# drop description and country.abbrev\n", + "\n", + "locations.drop(columns=['description','country.abbrev'],inplace=True)" + ] + }, + { + "cell_type": "code", + "execution_count": 62, + "id": "1b436f08", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "id 0\n", + "country_id 0\n", + "country_name 0\n", + "city_id 0\n", + "city_name 0\n", + "school 0\n", + "school_id 0\n", + "dtype: int64" + ] + }, + "execution_count": 62, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "locations.isna().sum()" + ] + }, + { + "cell_type": "code", + "execution_count": 63, + "id": "bf24e439", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
idcountry_idcountry_namecity_idcity_nameschoolschool_id
01590157Germany31156Berlinironhack10828
11602229Mexico31175Mexico Cityironhack10828
21608659Netherlands31168Amsterdamironhack10828
31608842Brazil31121Sao Pauloironhack10828
41610938France31136Parisironhack10828
........................
12617654237Online31304Onlinewbs-coding-school11243
12716914237Online31304Onlineshecodes11014
1281691528Portugal31075Lisbonshecodes11014
1291691628Portugal31102Portoshecodes11014
13015816237Online31304Onlinedesignlab10697
\n", + "

131 rows × 7 columns

\n", + "
" + ], + "text/plain": [ + " id country_id country_name city_id city_name school \\\n", + "0 15901 57 Germany 31156 Berlin ironhack \n", + "1 16022 29 Mexico 31175 Mexico City ironhack \n", + "2 16086 59 Netherlands 31168 Amsterdam ironhack \n", + "3 16088 42 Brazil 31121 Sao Paulo ironhack \n", + "4 16109 38 France 31136 Paris ironhack \n", + ".. ... ... ... ... ... ... \n", + "126 17654 237 Online 31304 Online wbs-coding-school \n", + "127 16914 237 Online 31304 Online shecodes \n", + "128 16915 28 Portugal 31075 Lisbon shecodes \n", + "129 16916 28 Portugal 31102 Porto shecodes \n", + "130 15816 237 Online 31304 Online designlab \n", + "\n", + " school_id \n", + "0 10828 \n", + "1 10828 \n", + "2 10828 \n", + "3 10828 \n", + "4 10828 \n", + ".. ... \n", + "126 11243 \n", + "127 11014 \n", + "128 11014 \n", + "129 11014 \n", + "130 10697 \n", + "\n", + "[131 rows x 7 columns]" + ] + }, + "execution_count": 63, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "locations" + ] + }, + { + "cell_type": "code", + "execution_count": 64, + "id": "a022dd6d", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
location_idschool_idschool_namecountry_idcountry_namecity_idcity_name
01590110828ironhack57Germany31156Berlin
11602210828ironhack29Mexico31175Mexico City
21608610828ironhack59Netherlands31168Amsterdam
31608810828ironhack42Brazil31121Sao Paulo
41610910828ironhack38France31136Paris
\n", + "
" + ], + "text/plain": [ + " location_id school_id school_name country_id country_name city_id \\\n", + "0 15901 10828 ironhack 57 Germany 31156 \n", + "1 16022 10828 ironhack 29 Mexico 31175 \n", + "2 16086 10828 ironhack 59 Netherlands 31168 \n", + "3 16088 10828 ironhack 42 Brazil 31121 \n", + "4 16109 10828 ironhack 38 France 31136 \n", + "\n", + " city_name \n", + "0 Berlin \n", + "1 Mexico City \n", + "2 Amsterdam \n", + "3 Sao Paulo \n", + "4 Paris " + ] + }, + "execution_count": 64, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# renaming and reordering columns\n", + "locations.rename(columns = {'id':'location_id',\n", + " 'school': 'school_name'},inplace=True)\n", + "\n", + "locations = locations[['location_id', 'school_id', 'school_name', 'country_id', 'country_name', 'city_id', 'city_name']]\n", + "\n", + "locations.head()\n" + ] + }, + { + "cell_type": "markdown", + "id": "cb3158bf", + "metadata": {}, + "source": [ + "### Cleaning Courses\n" + ] + }, + { + "cell_type": "code", + "execution_count": 65, + "id": "bd3d1ee6", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
coursesschoolschool_id
14Introduction to Designspringboard11035
8Cyber Security Career Trackspringboard11035
69SDET Automation Testing Coursesyntax-technologies11797
75Data Analytics - Part-Timele-wagon10868
44DevOps Engineerclarusway11539
19UI/UX Design Career Trackspringboard11035
95DevOps Engineerla-capsule10853
29AWS Solutions Architectclarusway11539
110Advanced Usability and Accessibilitydesignlab10697
104Data Analyticswbs-coding-school11243
52Machine Learning/Deep Learningclarusway11539
48Full Stack Developmentclarusway11539
2Data Analytics Bootcampironhack10828
70Cybersecurity Bootcamp: REMOTE (Live-Online)evolve-security-academy10743
59Software Development Engineer in Test (SDET)clarusway11539
50Full Stack Web Development with IT Fundamental...clarusway11539
112Data-Driven Designdesignlab10697
107SheCodes Plusshecodes11014
102UX/UI Product Design (full-time)wbs-coding-school11243
74Data Analytics - Full-Timele-wagon10868
20UX Career Trackspringboard11035
73Cyber Defense Analyst Bootcamplevel-effect11282
99Data Science (part-time)wbs-coding-school11243
11Data Science Career Track Prepspringboard11035
17Software Engineering Foundations to Corespringboard11035
90Data Analyst Fullstackjedha10837
98Data Science (full-time)wbs-coding-school11243
66R for Data Analysisdataquest10683
24UI/UX Designlearningfuze10862
39Data Analytics (Premium)clarusway11539
64Part-Time Software Engineering Immersivecodesmith10643
6Web Development Bootcampironhack10828
49Full Stack Web Development - Premium Full Time...clarusway11539
18Tech Sales Career Trackspringboard11035
22LFZ Prep Courselearningfuze10862
92Data Essentialsjedha10837
97Code Essentialsla-capsule10853
37Cyber Security Analyst Professionalclarusway11539
83Cybersecurity4geeks-academy10492
68Data Analytics & Business Intelligence Coursesyntax-technologies11797
\n", + "
" + ], + "text/plain": [ + " courses \\\n", + "14 Introduction to Design \n", + "8 Cyber Security Career Track \n", + "69 SDET Automation Testing Course \n", + "75 Data Analytics - Part-Time \n", + "44 DevOps Engineer \n", + "19 UI/UX Design Career Track \n", + "95 DevOps Engineer \n", + "29 AWS Solutions Architect \n", + "110 Advanced Usability and Accessibility \n", + "104 Data Analytics \n", + "52 Machine Learning/Deep Learning \n", + "48 Full Stack Development \n", + "2 Data Analytics Bootcamp \n", + "70 Cybersecurity Bootcamp: REMOTE (Live-Online) \n", + "59 Software Development Engineer in Test (SDET) \n", + "50 Full Stack Web Development with IT Fundamental... \n", + "112 Data-Driven Design \n", + "107 SheCodes Plus \n", + "102 UX/UI Product Design (full-time) \n", + "74 Data Analytics - Full-Time \n", + "20 UX Career Track \n", + "73 Cyber Defense Analyst Bootcamp \n", + "99 Data Science (part-time) \n", + "11 Data Science Career Track Prep \n", + "17 Software Engineering Foundations to Core \n", + "90 Data Analyst Fullstack \n", + "98 Data Science (full-time) \n", + "66 R for Data Analysis \n", + "24 UI/UX Design \n", + "39 Data Analytics (Premium) \n", + "64 Part-Time Software Engineering Immersive \n", + "6 Web Development Bootcamp \n", + "49 Full Stack Web Development - Premium Full Time... \n", + "18 Tech Sales Career Track \n", + "22 LFZ Prep Course \n", + "92 Data Essentials \n", + "97 Code Essentials \n", + "37 Cyber Security Analyst Professional \n", + "83 Cybersecurity \n", + "68 Data Analytics & Business Intelligence Course \n", + "\n", + " school school_id \n", + "14 springboard 11035 \n", + "8 springboard 11035 \n", + "69 syntax-technologies 11797 \n", + "75 le-wagon 10868 \n", + "44 clarusway 11539 \n", + "19 springboard 11035 \n", + "95 la-capsule 10853 \n", + "29 clarusway 11539 \n", + "110 designlab 10697 \n", + "104 wbs-coding-school 11243 \n", + "52 clarusway 11539 \n", + "48 clarusway 11539 \n", + "2 ironhack 10828 \n", + "70 evolve-security-academy 10743 \n", + "59 clarusway 11539 \n", + "50 clarusway 11539 \n", + "112 designlab 10697 \n", + "107 shecodes 11014 \n", + "102 wbs-coding-school 11243 \n", + "74 le-wagon 10868 \n", + "20 springboard 11035 \n", + "73 level-effect 11282 \n", + "99 wbs-coding-school 11243 \n", + "11 springboard 11035 \n", + "17 springboard 11035 \n", + "90 jedha 10837 \n", + "98 wbs-coding-school 11243 \n", + "66 dataquest 10683 \n", + "24 learningfuze 10862 \n", + "39 clarusway 11539 \n", + "64 codesmith 10643 \n", + "6 ironhack 10828 \n", + "49 clarusway 11539 \n", + "18 springboard 11035 \n", + "22 learningfuze 10862 \n", + "92 jedha 10837 \n", + "97 la-capsule 10853 \n", + "37 clarusway 11539 \n", + "83 4geeks-academy 10492 \n", + "68 syntax-technologies 11797 " + ] + }, + "execution_count": 65, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "courses.sample(40)" + ] + }, + { + "cell_type": "code", + "execution_count": 66, + "id": "ae559d35", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "courses 0\n", + "school 0\n", + "school_id 0\n", + "dtype: int64" + ] + }, + "execution_count": 66, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "courses.isna().sum()" + ] + }, + { + "cell_type": "code", + "execution_count": 67, + "id": "5f3e8927", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "courses object\n", + "school object\n", + "school_id int64\n", + "dtype: object" + ] + }, + "execution_count": 67, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "courses.dtypes" + ] + }, + { + "cell_type": "code", + "execution_count": 68, + "id": "3dcd553f", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "# Add course_id to Courses DataFrame\n", + "courses = courses.reset_index().rename(columns={'index': 'course_id'})\n", + "courses['course_id'] = courses['course_id'] + 1" + ] + }, + { + "cell_type": "code", + "execution_count": 69, + "id": "f451c2bc", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
course_idcoursesschoolschool_id
01Cyber Security Bootcampironhack10828
12Cybersecurity Part-Timeironhack10828
23Data Analytics Bootcampironhack10828
34Data Analytics Part-Timeironhack10828
45UX/UI Design Bootcampironhack10828
\n", + "
" + ], + "text/plain": [ + " course_id courses school school_id\n", + "0 1 Cyber Security Bootcamp ironhack 10828\n", + "1 2 Cybersecurity Part-Time ironhack 10828\n", + "2 3 Data Analytics Bootcamp ironhack 10828\n", + "3 4 Data Analytics Part-Time ironhack 10828\n", + "4 5 UX/UI Design Bootcamp ironhack 10828" + ] + }, + "execution_count": 69, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "courses.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 70, + "id": "9f8b352c", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "Index(['course_id', 'courses', 'school', 'school_id'], dtype='object')" + ] + }, + "execution_count": 70, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "courses.columns" + ] + }, + { + "cell_type": "code", + "execution_count": 71, + "id": "cb883749", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
course_idschool_idschool_namecourse_name
0110828ironhackCyber Security Bootcamp
1210828ironhackCybersecurity Part-Time
2310828ironhackData Analytics Bootcamp
3410828ironhackData Analytics Part-Time
4510828ironhackUX/UI Design Bootcamp
\n", + "
" + ], + "text/plain": [ + " course_id school_id school_name course_name\n", + "0 1 10828 ironhack Cyber Security Bootcamp\n", + "1 2 10828 ironhack Cybersecurity Part-Time\n", + "2 3 10828 ironhack Data Analytics Bootcamp\n", + "3 4 10828 ironhack Data Analytics Part-Time\n", + "4 5 10828 ironhack UX/UI Design Bootcamp" + ] + }, + "execution_count": 71, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# renaming and reordering columns\n", + "courses.rename(columns = {'id':'location_id',\n", + " 'school': 'school_name',\n", + " 'courses':'course_name'},inplace=True)\n", + "\n", + "courses = courses[['course_id', 'school_id', 'school_name', 'course_name']]\n", + "\n", + "courses.head()" + ] + }, + { + "cell_type": "markdown", + "id": "4498ed92", + "metadata": {}, + "source": [ + "### Cleaning Badges\n" + ] + }, + { + "cell_type": "code", + "execution_count": 72, + "id": "7a5d28ef", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
namekeyworddescriptionschoolschool_id
23Available Onlineavailable_online<p>School offers fully online courses</p>le-wagon10868
10Available Onlineavailable_online<p>School offers fully online courses</p>clarusway11539
35Flexible Classesflexible_classes<p>School offers part-time and evening classes...shecodes11014
13Verified Outcomesverified_outcomes<p>School publishes a third-party verified out...codesmith10643
26Flexible Classesflexible_classes<p>School offers part-time and evening classes...4geeks-academy10492
32Flexible Classesflexible_classes<p>School offers part-time and evening classes...wbs-coding-school11243
8Available Onlineavailable_online<p>School offers fully online courses</p>actualize10505
4Flexible Classesflexible_classes<p>School offers part-time and evening classes...springboard11035
12Available Onlineavailable_online<p>School offers fully online courses</p>codesmith10643
20Flexible Classesflexible_classes<p>School offers part-time and evening classes...evolve-security-academy10743
34Available Onlineavailable_online<p>School offers fully online courses</p>shecodes11014
17Available Onlineavailable_online<p>School offers fully online courses</p>syntax-technologies11797
15Available Onlineavailable_online<p>School offers fully online courses</p>dataquest10683
18Flexible Classesflexible_classes<p>School offers part-time and evening classes...syntax-technologies11797
6Available Onlineavailable_online<p>School offers fully online courses</p>learningfuze10862
28Flexible Classesflexible_classes<p>School offers part-time and evening classes...jedha10837
11Flexible Classesflexible_classes<p>School offers part-time and evening classes...clarusway11539
33Job Guaranteejob_guarantee<p>School guarantees job placement</p>wbs-coding-school11243
9Flexible Classesflexible_classes<p>School offers part-time and evening classes...actualize10505
0Available Onlineavailable_online<p>School offers fully online courses</p>ironhack10828
\n", + "
" + ], + "text/plain": [ + " name keyword \\\n", + "23 Available Online available_online \n", + "10 Available Online available_online \n", + "35 Flexible Classes flexible_classes \n", + "13 Verified Outcomes verified_outcomes \n", + "26 Flexible Classes flexible_classes \n", + "32 Flexible Classes flexible_classes \n", + "8 Available Online available_online \n", + "4 Flexible Classes flexible_classes \n", + "12 Available Online available_online \n", + "20 Flexible Classes flexible_classes \n", + "34 Available Online available_online \n", + "17 Available Online available_online \n", + "15 Available Online available_online \n", + "18 Flexible Classes flexible_classes \n", + "6 Available Online available_online \n", + "28 Flexible Classes flexible_classes \n", + "11 Flexible Classes flexible_classes \n", + "33 Job Guarantee job_guarantee \n", + "9 Flexible Classes flexible_classes \n", + "0 Available Online available_online \n", + "\n", + " description \\\n", + "23

School offers fully online courses

\n", + "10

School offers fully online courses

\n", + "35

School offers part-time and evening classes... \n", + "13

School publishes a third-party verified out... \n", + "26

School offers part-time and evening classes... \n", + "32

School offers part-time and evening classes... \n", + "8

School offers fully online courses

\n", + "4

School offers part-time and evening classes... \n", + "12

School offers fully online courses

\n", + "20

School offers part-time and evening classes... \n", + "34

School offers fully online courses

\n", + "17

School offers fully online courses

\n", + "15

School offers fully online courses

\n", + "18

School offers part-time and evening classes... \n", + "6

School offers fully online courses

\n", + "28

School offers part-time and evening classes... \n", + "11

School offers part-time and evening classes... \n", + "33

School guarantees job placement

\n", + "9

School offers part-time and evening classes... \n", + "0

School offers fully online courses

\n", + "\n", + " school school_id \n", + "23 le-wagon 10868 \n", + "10 clarusway 11539 \n", + "35 shecodes 11014 \n", + "13 codesmith 10643 \n", + "26 4geeks-academy 10492 \n", + "32 wbs-coding-school 11243 \n", + "8 actualize 10505 \n", + "4 springboard 11035 \n", + "12 codesmith 10643 \n", + "20 evolve-security-academy 10743 \n", + "34 shecodes 11014 \n", + "17 syntax-technologies 11797 \n", + "15 dataquest 10683 \n", + "18 syntax-technologies 11797 \n", + "6 learningfuze 10862 \n", + "28 jedha 10837 \n", + "11 clarusway 11539 \n", + "33 wbs-coding-school 11243 \n", + "9 actualize 10505 \n", + "0 ironhack 10828 " + ] + }, + "execution_count": 72, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "badges.sample(20)" + ] + }, + { + "cell_type": "code", + "execution_count": 73, + "id": "4ada8bf2", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
namekeyworddescriptionschoolschool_id
0Available Onlineavailable_onlineSchool offers fully online coursesironhack10828
1Verified Outcomesverified_outcomesSchool publishes a third-party verified outcom...ironhack10828
2Flexible Classesflexible_classesSchool offers part-time and evening classesironhack10828
3Available Onlineavailable_onlineSchool offers fully online coursesspringboard11035
4Flexible Classesflexible_classesSchool offers part-time and evening classesspringboard11035
\n", + "
" + ], + "text/plain": [ + " name keyword \\\n", + "0 Available Online available_online \n", + "1 Verified Outcomes verified_outcomes \n", + "2 Flexible Classes flexible_classes \n", + "3 Available Online available_online \n", + "4 Flexible Classes flexible_classes \n", + "\n", + " description school school_id \n", + "0 School offers fully online courses ironhack 10828 \n", + "1 School publishes a third-party verified outcom... ironhack 10828 \n", + "2 School offers part-time and evening classes ironhack 10828 \n", + "3 School offers fully online courses springboard 11035 \n", + "4 School offers part-time and evening classes springboard 11035 " + ] + }, + "execution_count": 73, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "badges['description'] = badges['description'].apply(remove_tags)\n", + "badges.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 74, + "id": "d02dfa74", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "name 0\n", + "keyword 0\n", + "description 0\n", + "school 0\n", + "school_id 0\n", + "dtype: int64" + ] + }, + "execution_count": 74, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "badges.isna().sum()" + ] + }, + { + "cell_type": "code", + "execution_count": 75, + "id": "e01cdd2b", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "name object\n", + "keyword object\n", + "description object\n", + "school object\n", + "school_id int64\n", + "dtype: object" + ] + }, + "execution_count": 75, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "badges.dtypes" + ] + }, + { + "cell_type": "code", + "execution_count": 76, + "id": "5e5e8a58", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "(39, 5)" + ] + }, + "execution_count": 76, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "badges.shape" + ] + }, + { + "cell_type": "code", + "execution_count": 77, + "id": "fb08cd0c", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "Index(['name', 'keyword', 'description', 'school', 'school_id'], dtype='object')" + ] + }, + "execution_count": 77, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "badges.columns" + ] + }, + { + "cell_type": "code", + "execution_count": 78, + "id": "73db08a5", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "# Add badge_id to Badges DataFrame\n", + "badges = badges.reset_index().rename(columns={'index': 'badge_id'})\n", + "badges['badge_id'] = badges['badge_id'] + 1" + ] + }, + { + "cell_type": "code", + "execution_count": 79, + "id": "b0d37ce6", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
badge_idschool_idschool_namebadge_namekeyworddescription
0110828ironhackAvailable Onlineavailable_onlineSchool offers fully online courses
1210828ironhackVerified Outcomesverified_outcomesSchool publishes a third-party verified outcom...
2310828ironhackFlexible Classesflexible_classesSchool offers part-time and evening classes
3411035springboardAvailable Onlineavailable_onlineSchool offers fully online courses
4511035springboardFlexible Classesflexible_classesSchool offers part-time and evening classes
\n", + "
" + ], + "text/plain": [ + " badge_id school_id school_name badge_name keyword \\\n", + "0 1 10828 ironhack Available Online available_online \n", + "1 2 10828 ironhack Verified Outcomes verified_outcomes \n", + "2 3 10828 ironhack Flexible Classes flexible_classes \n", + "3 4 11035 springboard Available Online available_online \n", + "4 5 11035 springboard Flexible Classes flexible_classes \n", + "\n", + " description \n", + "0 School offers fully online courses \n", + "1 School publishes a third-party verified outcom... \n", + "2 School offers part-time and evening classes \n", + "3 School offers fully online courses \n", + "4 School offers part-time and evening classes " + ] + }, + "execution_count": 79, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# rename and reorder columns\n", + "\n", + "badges.rename(columns = {'school': 'school_name',\n", + " 'name':'badge_name'},inplace=True)\n", + "\n", + "badges = badges[['badge_id', 'school_id', 'school_name', 'badge_name', 'keyword', 'description']]\n", + "\n", + "badges.head()" + ] + }, + { + "cell_type": "markdown", + "id": "d986f9c2", + "metadata": {}, + "source": [ + "### Cleaning Schools\n" + ] + }, + { + "cell_type": "code", + "execution_count": 80, + "id": "0eab276c", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
websitedescriptionLogoUrlprice_minprice_maxschoolschool_id
0www.ironhack.com/en<span class=\"truncatable\"><p>Ironhack is a glo...https://d92mrp7hetgfk.cloudfront.net/images/si...750013000ironhack10828
1www.springboard.com/?utm_source=switchup&utm_m...<span class=\"truncatable\"><p>Springboard is an...https://d92mrp7hetgfk.cloudfront.net/images/si...3499900springboard11035
2learningfuze.com<span class=\"truncatable\"><p>LearningFuze is a...https://d92mrp7hetgfk.cloudfront.net/images/si...015995learningfuze10862
3anyonecanlearntocode.com/?utm_source=switchup&...<span class=\"truncatable\"><p>Actualize is a co...https://d92mrp7hetgfk.cloudfront.net/images/si...1690016900actualize10505
4clarusway.com/<span class=\"truncatable\"><p>Clarusway is a hi...https://d92mrp7hetgfk.cloudfront.net/images/si...75021500clarusway11539
5www.codesmith.io<span class=\"truncatable\"><p>Codesmith’s Softw...https://d92mrp7hetgfk.cloudfront.net/images/si...35020925codesmith10643
6www.dataquest.io<span class=\"truncatable\"><p>Master data skill...https://d92mrp7hetgfk.cloudfront.net/images/si...2929dataquest10683
7www.syntaxtechs.com/<span class=\"truncatable\"><p>Syntax Technologi...https://d92mrp7hetgfk.cloudfront.net/images/si...NoneNonesyntax-technologies11797
8evolvesecurity.io/academy/home?utm_source=swit...<span class=\"truncatable\"><p>Evolve Security A...https://d92mrp7hetgfk.cloudfront.net/images/si...525013950evolve-security-academy10743
9leveleffect.com/<span class=\"truncatable\"><p>Level Effect is a...https://d92mrp7hetgfk.cloudfront.net/images/si...1100011000level-effect11282
10www.lewagon.com<span class=\"truncatable\"><p>Le Wagon is a glo...https://d92mrp7hetgfk.cloudfront.net/images/si...NoneNonele-wagon10868
11www.4geeksacademy.co<span class=\"truncatable\"><p>4Geeks Academy is...https://d92mrp7hetgfk.cloudfront.net/images/si...3000149994geeks-academy10492
12www.jedha.co<span class=\"truncatable\"><p>Jedha Bootcamp is...https://d92mrp7hetgfk.cloudfront.net/images/si...NoneNonejedha10837
13www.lacapsule.academy<span class=\"truncatable\"><p>La Capsule is a f...https://d92mrp7hetgfk.cloudfront.net/images/si...15007000la-capsule10853
14wbscodingschool.com/<span class=\"truncatable\"><p>WBS CODING SCHOOL...https://d92mrp7hetgfk.cloudfront.net/images/si...490010500wbs-coding-school11243
15shecodes.io<span class=\"truncatable\"><p>SheCodes is a cod...https://d92mrp7hetgfk.cloudfront.net/images/si...991990shecodes11014
16None<span class=\"truncatable\"><p>Designlab teaches...https://d92mrp7hetgfk.cloudfront.net/images/si...4997749designlab10697
\n", + "
" + ], + "text/plain": [ + " website \\\n", + "0 www.ironhack.com/en \n", + "1 www.springboard.com/?utm_source=switchup&utm_m... \n", + "2 learningfuze.com \n", + "3 anyonecanlearntocode.com/?utm_source=switchup&... \n", + "4 clarusway.com/ \n", + "5 www.codesmith.io \n", + "6 www.dataquest.io \n", + "7 www.syntaxtechs.com/ \n", + "8 evolvesecurity.io/academy/home?utm_source=swit... \n", + "9 leveleffect.com/ \n", + "10 www.lewagon.com \n", + "11 www.4geeksacademy.co \n", + "12 www.jedha.co \n", + "13 www.lacapsule.academy \n", + "14 wbscodingschool.com/ \n", + "15 shecodes.io \n", + "16 None \n", + "\n", + " description \\\n", + "0

Ironhack is a glo... \n", + "1

Springboard is an... \n", + "2

LearningFuze is a... \n", + "3

Actualize is a co... \n", + "4

Clarusway is a hi... \n", + "5

Codesmith’s Softw... \n", + "6

Master data skill... \n", + "7

Syntax Technologi... \n", + "8

Evolve Security A... \n", + "9

Level Effect is a... \n", + "10

Le Wagon is a glo... \n", + "11

4Geeks Academy is... \n", + "12

Jedha Bootcamp is... \n", + "13

La Capsule is a f... \n", + "14

WBS CODING SCHOOL... \n", + "15

SheCodes is a cod... \n", + "16

Designlab teaches... \n", + "\n", + " LogoUrl price_min price_max \\\n", + "0 https://d92mrp7hetgfk.cloudfront.net/images/si... 7500 13000 \n", + "1 https://d92mrp7hetgfk.cloudfront.net/images/si... 349 9900 \n", + "2 https://d92mrp7hetgfk.cloudfront.net/images/si... 0 15995 \n", + "3 https://d92mrp7hetgfk.cloudfront.net/images/si... 16900 16900 \n", + "4 https://d92mrp7hetgfk.cloudfront.net/images/si... 750 21500 \n", + "5 https://d92mrp7hetgfk.cloudfront.net/images/si... 350 20925 \n", + "6 https://d92mrp7hetgfk.cloudfront.net/images/si... 29 29 \n", + "7 https://d92mrp7hetgfk.cloudfront.net/images/si... None None \n", + "8 https://d92mrp7hetgfk.cloudfront.net/images/si... 5250 13950 \n", + "9 https://d92mrp7hetgfk.cloudfront.net/images/si... 11000 11000 \n", + "10 https://d92mrp7hetgfk.cloudfront.net/images/si... None None \n", + "11 https://d92mrp7hetgfk.cloudfront.net/images/si... 3000 14999 \n", + "12 https://d92mrp7hetgfk.cloudfront.net/images/si... None None \n", + "13 https://d92mrp7hetgfk.cloudfront.net/images/si... 1500 7000 \n", + "14 https://d92mrp7hetgfk.cloudfront.net/images/si... 4900 10500 \n", + "15 https://d92mrp7hetgfk.cloudfront.net/images/si... 99 1990 \n", + "16 https://d92mrp7hetgfk.cloudfront.net/images/si... 499 7749 \n", + "\n", + " school school_id \n", + "0 ironhack 10828 \n", + "1 springboard 11035 \n", + "2 learningfuze 10862 \n", + "3 actualize 10505 \n", + "4 clarusway 11539 \n", + "5 codesmith 10643 \n", + "6 dataquest 10683 \n", + "7 syntax-technologies 11797 \n", + "8 evolve-security-academy 10743 \n", + "9 level-effect 11282 \n", + "10 le-wagon 10868 \n", + "11 4geeks-academy 10492 \n", + "12 jedha 10837 \n", + "13 la-capsule 10853 \n", + "14 wbs-coding-school 11243 \n", + "15 shecodes 11014 \n", + "16 designlab 10697 " + ] + }, + "execution_count": 80, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "schools" + ] + }, + { + "cell_type": "code", + "execution_count": 81, + "id": "89954be8", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "

\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
websitedescriptionprice_minprice_maxschoolschool_id
0www.ironhack.com/enIronhack is a global tech school with 9 campus...750013000ironhack10828
1www.springboard.com/?utm_source=switchup&utm_m...Springboard is an online learning platform tha...3499900springboard11035
2learningfuze.comLearningFuze is an immersive, 14-week web deve...015995learningfuze10862
3anyonecanlearntocode.com/?utm_source=switchup&...Actualize is a coding bootcamp that values qua...1690016900actualize10505
4clarusway.com/Clarusway is a highly respected IT training sc...75021500clarusway11539
\n", + "
" + ], + "text/plain": [ + " website \\\n", + "0 www.ironhack.com/en \n", + "1 www.springboard.com/?utm_source=switchup&utm_m... \n", + "2 learningfuze.com \n", + "3 anyonecanlearntocode.com/?utm_source=switchup&... \n", + "4 clarusway.com/ \n", + "\n", + " description price_min price_max \\\n", + "0 Ironhack is a global tech school with 9 campus... 7500 13000 \n", + "1 Springboard is an online learning platform tha... 349 9900 \n", + "2 LearningFuze is an immersive, 14-week web deve... 0 15995 \n", + "3 Actualize is a coding bootcamp that values qua... 16900 16900 \n", + "4 Clarusway is a highly respected IT training sc... 750 21500 \n", + "\n", + " school school_id \n", + "0 ironhack 10828 \n", + "1 springboard 11035 \n", + "2 learningfuze 10862 \n", + "3 actualize 10505 \n", + "4 clarusway 11539 " + ] + }, + "execution_count": 81, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "schools.drop(columns=['LogoUrl'], inplace = True)\n", + "schools['description'] = schools['description'].apply(remove_tags)\n", + "schools.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 82, + "id": "68e0a363", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "array(['www.ironhack.com/en',\n", + " 'www.springboard.com/?utm_source=switchup&utm_medium=affiliates&utm_campaign=branded_link',\n", + " 'learningfuze.com',\n", + " 'anyonecanlearntocode.com/?utm_source=switchup&utm_medium=placements',\n", + " 'clarusway.com/', 'www.codesmith.io', 'www.dataquest.io',\n", + " 'www.syntaxtechs.com/',\n", + " 'evolvesecurity.io/academy/home?utm_source=switchup&utm_medium=featuredschool',\n", + " 'leveleffect.com/', 'www.lewagon.com', 'www.4geeksacademy.co',\n", + " 'www.jedha.co', 'www.lacapsule.academy', 'wbscodingschool.com/',\n", + " 'shecodes.io', None], dtype=object)" + ] + }, + "execution_count": 82, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "schools['website'].unique()" + ] + }, + { + "cell_type": "code", + "execution_count": 83, + "id": "e3a8ee4c", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
websitedescriptionprice_minprice_maxschoolschool_id
0ironhack.com/enIronhack is a global tech school with 9 campus...750013000ironhack10828
1springboard.comSpringboard is an online learning platform tha...3499900springboard11035
2learningfuze.comLearningFuze is an immersive, 14-week web deve...015995learningfuze10862
3anyonecanlearntocode.comActualize is a coding bootcamp that values qua...1690016900actualize10505
4clarusway.comClarusway is a highly respected IT training sc...75021500clarusway11539
5codesmith.ioCodesmith’s Software Engineering Immersive pro...35020925codesmith10643
6dataquest.ioMaster data skills. Build your career.Dataques...2929dataquest10683
7syntaxtechs.comSyntax Technologies is the world’s leading onl...NoneNonesyntax-technologies11797
8evolvesecurity.io/academy/homeEvolve Security Academy offers holistic cybers...525013950evolve-security-academy10743
9leveleffect.comLevel Effect is a premier training provider of...1100011000level-effect11282
10lewagon.comLe Wagon is a global leader in immersive tech ...NoneNonele-wagon10868
114geeksacademy.co4Geeks Academy is a Coding Bootcamp focused on...3000149994geeks-academy10492
12jedha.coJedha Bootcamp is the leading school for kick-...NoneNonejedha10837
13lacapsule.academyLa Capsule is a full-time, 10-week web and mob...15007000la-capsule10853
14wbscodingschool.comWBS CODING SCHOOL is an award-winning provider...490010500wbs-coding-school11243
15shecodes.ioSheCodes is a coding school that offers online...991990shecodes11014
16b''b''b''Designlab teaches in-demand UX/UI design skill...4997749designlab10697
\n", + "
" + ], + "text/plain": [ + " website \\\n", + "0 ironhack.com/en \n", + "1 springboard.com \n", + "2 learningfuze.com \n", + "3 anyonecanlearntocode.com \n", + "4 clarusway.com \n", + "5 codesmith.io \n", + "6 dataquest.io \n", + "7 syntaxtechs.com \n", + "8 evolvesecurity.io/academy/home \n", + "9 leveleffect.com \n", + "10 lewagon.com \n", + "11 4geeksacademy.co \n", + "12 jedha.co \n", + "13 lacapsule.academy \n", + "14 wbscodingschool.com \n", + "15 shecodes.io \n", + "16 b''b''b'' \n", + "\n", + " description price_min price_max \\\n", + "0 Ironhack is a global tech school with 9 campus... 7500 13000 \n", + "1 Springboard is an online learning platform tha... 349 9900 \n", + "2 LearningFuze is an immersive, 14-week web deve... 0 15995 \n", + "3 Actualize is a coding bootcamp that values qua... 16900 16900 \n", + "4 Clarusway is a highly respected IT training sc... 750 21500 \n", + "5 Codesmith’s Software Engineering Immersive pro... 350 20925 \n", + "6 Master data skills. Build your career.Dataques... 29 29 \n", + "7 Syntax Technologies is the world’s leading onl... None None \n", + "8 Evolve Security Academy offers holistic cybers... 5250 13950 \n", + "9 Level Effect is a premier training provider of... 11000 11000 \n", + "10 Le Wagon is a global leader in immersive tech ... None None \n", + "11 4Geeks Academy is a Coding Bootcamp focused on... 3000 14999 \n", + "12 Jedha Bootcamp is the leading school for kick-... None None \n", + "13 La Capsule is a full-time, 10-week web and mob... 1500 7000 \n", + "14 WBS CODING SCHOOL is an award-winning provider... 4900 10500 \n", + "15 SheCodes is a coding school that offers online... 99 1990 \n", + "16 Designlab teaches in-demand UX/UI design skill... 499 7749 \n", + "\n", + " school school_id \n", + "0 ironhack 10828 \n", + "1 springboard 11035 \n", + "2 learningfuze 10862 \n", + "3 actualize 10505 \n", + "4 clarusway 11539 \n", + "5 codesmith 10643 \n", + "6 dataquest 10683 \n", + "7 syntax-technologies 11797 \n", + "8 evolve-security-academy 10743 \n", + "9 level-effect 11282 \n", + "10 le-wagon 10868 \n", + "11 4geeks-academy 10492 \n", + "12 jedha 10837 \n", + "13 la-capsule 10853 \n", + "14 wbs-coding-school 11243 \n", + "15 shecodes 11014 \n", + "16 designlab 10697 " + ] + }, + "execution_count": 83, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "from urllib.parse import urlparse\n", + "# Function to clean URLs\n", + "def clean_url(url):\n", + " # Parse the URL\n", + " parsed_url = urlparse(url)\n", + " \n", + " # Remove query parameters and fragments\n", + " cleaned_url = f\"{parsed_url.scheme}{parsed_url.netloc}{parsed_url.path}\".rstrip('/')\n", + " \n", + " # Remove \"www.\" if present\n", + " if cleaned_url.startswith(\"www.\"):\n", + " cleaned_url = cleaned_url.replace(\"www.\", \"\", 1)\n", + " \n", + " \n", + " return cleaned_url\n", + "\n", + "# Apply the cleaning function to the 'website' column\n", + "schools['website'] = schools['website'].apply(clean_url)\n", + "\n", + "schools" + ] + }, + { + "cell_type": "code", + "execution_count": 84, + "id": "3f60bc0a", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "schools.loc[schools['school_id'] == 10697, 'website'] = 'designlab.com'" + ] + }, + { + "cell_type": "code", + "execution_count": 85, + "id": "c0fe4dfa", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
websitedescriptionprice_minprice_maxschoolschool_id
0ironhack.com/enIronhack is a global tech school with 9 campus...750013000ironhack10828
1springboard.comSpringboard is an online learning platform tha...3499900springboard11035
2learningfuze.comLearningFuze is an immersive, 14-week web deve...015995learningfuze10862
3anyonecanlearntocode.comActualize is a coding bootcamp that values qua...1690016900actualize10505
4clarusway.comClarusway is a highly respected IT training sc...75021500clarusway11539
5codesmith.ioCodesmith’s Software Engineering Immersive pro...35020925codesmith10643
6dataquest.ioMaster data skills. Build your career.Dataques...2929dataquest10683
7syntaxtechs.comSyntax Technologies is the world’s leading onl...NoneNonesyntax-technologies11797
8evolvesecurity.io/academy/homeEvolve Security Academy offers holistic cybers...525013950evolve-security-academy10743
9leveleffect.comLevel Effect is a premier training provider of...1100011000level-effect11282
10lewagon.comLe Wagon is a global leader in immersive tech ...NoneNonele-wagon10868
114geeksacademy.co4Geeks Academy is a Coding Bootcamp focused on...3000149994geeks-academy10492
12jedha.coJedha Bootcamp is the leading school for kick-...NoneNonejedha10837
13lacapsule.academyLa Capsule is a full-time, 10-week web and mob...15007000la-capsule10853
14wbscodingschool.comWBS CODING SCHOOL is an award-winning provider...490010500wbs-coding-school11243
15shecodes.ioSheCodes is a coding school that offers online...991990shecodes11014
16designlab.comDesignlab teaches in-demand UX/UI design skill...4997749designlab10697
\n", + "
" + ], + "text/plain": [ + " website \\\n", + "0 ironhack.com/en \n", + "1 springboard.com \n", + "2 learningfuze.com \n", + "3 anyonecanlearntocode.com \n", + "4 clarusway.com \n", + "5 codesmith.io \n", + "6 dataquest.io \n", + "7 syntaxtechs.com \n", + "8 evolvesecurity.io/academy/home \n", + "9 leveleffect.com \n", + "10 lewagon.com \n", + "11 4geeksacademy.co \n", + "12 jedha.co \n", + "13 lacapsule.academy \n", + "14 wbscodingschool.com \n", + "15 shecodes.io \n", + "16 designlab.com \n", + "\n", + " description price_min price_max \\\n", + "0 Ironhack is a global tech school with 9 campus... 7500 13000 \n", + "1 Springboard is an online learning platform tha... 349 9900 \n", + "2 LearningFuze is an immersive, 14-week web deve... 0 15995 \n", + "3 Actualize is a coding bootcamp that values qua... 16900 16900 \n", + "4 Clarusway is a highly respected IT training sc... 750 21500 \n", + "5 Codesmith’s Software Engineering Immersive pro... 350 20925 \n", + "6 Master data skills. Build your career.Dataques... 29 29 \n", + "7 Syntax Technologies is the world’s leading onl... None None \n", + "8 Evolve Security Academy offers holistic cybers... 5250 13950 \n", + "9 Level Effect is a premier training provider of... 11000 11000 \n", + "10 Le Wagon is a global leader in immersive tech ... None None \n", + "11 4Geeks Academy is a Coding Bootcamp focused on... 3000 14999 \n", + "12 Jedha Bootcamp is the leading school for kick-... None None \n", + "13 La Capsule is a full-time, 10-week web and mob... 1500 7000 \n", + "14 WBS CODING SCHOOL is an award-winning provider... 4900 10500 \n", + "15 SheCodes is a coding school that offers online... 99 1990 \n", + "16 Designlab teaches in-demand UX/UI design skill... 499 7749 \n", + "\n", + " school school_id \n", + "0 ironhack 10828 \n", + "1 springboard 11035 \n", + "2 learningfuze 10862 \n", + "3 actualize 10505 \n", + "4 clarusway 11539 \n", + "5 codesmith 10643 \n", + "6 dataquest 10683 \n", + "7 syntax-technologies 11797 \n", + "8 evolve-security-academy 10743 \n", + "9 level-effect 11282 \n", + "10 le-wagon 10868 \n", + "11 4geeks-academy 10492 \n", + "12 jedha 10837 \n", + "13 la-capsule 10853 \n", + "14 wbs-coding-school 11243 \n", + "15 shecodes 11014 \n", + "16 designlab 10697 " + ] + }, + "execution_count": 85, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "schools" + ] + }, + { + "cell_type": "code", + "execution_count": 86, + "id": "cbc5f8d5", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "Index(['website', 'description', 'price_min', 'price_max', 'school',\n", + " 'school_id'],\n", + " dtype='object')" + ] + }, + "execution_count": 86, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "schools.columns" + ] + }, + { + "cell_type": "code", + "execution_count": 87, + "id": "2edc4711", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "schools.loc[schools['school_id'] == 10743, 'website'] = 'academy.evolvesecurity.com'\n", + "schools.loc[schools['school_id'] == 10828, 'website'] = 'ironhack.com'\n" + ] + }, + { + "cell_type": "code", + "execution_count": 88, + "id": "3f5ce152", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
websitedescriptionprice_minprice_maxschoolschool_id
0ironhack.comIronhack is a global tech school with 9 campus...750013000ironhack10828
1springboard.comSpringboard is an online learning platform tha...3499900springboard11035
2learningfuze.comLearningFuze is an immersive, 14-week web deve...015995learningfuze10862
3anyonecanlearntocode.comActualize is a coding bootcamp that values qua...1690016900actualize10505
4clarusway.comClarusway is a highly respected IT training sc...75021500clarusway11539
5codesmith.ioCodesmith’s Software Engineering Immersive pro...35020925codesmith10643
6dataquest.ioMaster data skills. Build your career.Dataques...2929dataquest10683
7syntaxtechs.comSyntax Technologies is the world’s leading onl...NoneNonesyntax-technologies11797
8academy.evolvesecurity.comEvolve Security Academy offers holistic cybers...525013950evolve-security-academy10743
9leveleffect.comLevel Effect is a premier training provider of...1100011000level-effect11282
10lewagon.comLe Wagon is a global leader in immersive tech ...NoneNonele-wagon10868
114geeksacademy.co4Geeks Academy is a Coding Bootcamp focused on...3000149994geeks-academy10492
12jedha.coJedha Bootcamp is the leading school for kick-...NoneNonejedha10837
13lacapsule.academyLa Capsule is a full-time, 10-week web and mob...15007000la-capsule10853
14wbscodingschool.comWBS CODING SCHOOL is an award-winning provider...490010500wbs-coding-school11243
15shecodes.ioSheCodes is a coding school that offers online...991990shecodes11014
16designlab.comDesignlab teaches in-demand UX/UI design skill...4997749designlab10697
\n", + "
" + ], + "text/plain": [ + " website \\\n", + "0 ironhack.com \n", + "1 springboard.com \n", + "2 learningfuze.com \n", + "3 anyonecanlearntocode.com \n", + "4 clarusway.com \n", + "5 codesmith.io \n", + "6 dataquest.io \n", + "7 syntaxtechs.com \n", + "8 academy.evolvesecurity.com \n", + "9 leveleffect.com \n", + "10 lewagon.com \n", + "11 4geeksacademy.co \n", + "12 jedha.co \n", + "13 lacapsule.academy \n", + "14 wbscodingschool.com \n", + "15 shecodes.io \n", + "16 designlab.com \n", + "\n", + " description price_min price_max \\\n", + "0 Ironhack is a global tech school with 9 campus... 7500 13000 \n", + "1 Springboard is an online learning platform tha... 349 9900 \n", + "2 LearningFuze is an immersive, 14-week web deve... 0 15995 \n", + "3 Actualize is a coding bootcamp that values qua... 16900 16900 \n", + "4 Clarusway is a highly respected IT training sc... 750 21500 \n", + "5 Codesmith’s Software Engineering Immersive pro... 350 20925 \n", + "6 Master data skills. Build your career.Dataques... 29 29 \n", + "7 Syntax Technologies is the world’s leading onl... None None \n", + "8 Evolve Security Academy offers holistic cybers... 5250 13950 \n", + "9 Level Effect is a premier training provider of... 11000 11000 \n", + "10 Le Wagon is a global leader in immersive tech ... None None \n", + "11 4Geeks Academy is a Coding Bootcamp focused on... 3000 14999 \n", + "12 Jedha Bootcamp is the leading school for kick-... None None \n", + "13 La Capsule is a full-time, 10-week web and mob... 1500 7000 \n", + "14 WBS CODING SCHOOL is an award-winning provider... 4900 10500 \n", + "15 SheCodes is a coding school that offers online... 99 1990 \n", + "16 Designlab teaches in-demand UX/UI design skill... 499 7749 \n", + "\n", + " school school_id \n", + "0 ironhack 10828 \n", + "1 springboard 11035 \n", + "2 learningfuze 10862 \n", + "3 actualize 10505 \n", + "4 clarusway 11539 \n", + "5 codesmith 10643 \n", + "6 dataquest 10683 \n", + "7 syntax-technologies 11797 \n", + "8 evolve-security-academy 10743 \n", + "9 level-effect 11282 \n", + "10 le-wagon 10868 \n", + "11 4geeks-academy 10492 \n", + "12 jedha 10837 \n", + "13 la-capsule 10853 \n", + "14 wbs-coding-school 11243 \n", + "15 shecodes 11014 \n", + "16 designlab 10697 " + ] + }, + "execution_count": 88, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "schools" + ] + }, + { + "cell_type": "code", + "execution_count": 89, + "id": "bf0596ec", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "website object\n", + "description object\n", + "price_min object\n", + "price_max object\n", + "school object\n", + "school_id int64\n", + "dtype: object" + ] + }, + "execution_count": 89, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "schools.dtypes" + ] + }, + { + "cell_type": "code", + "execution_count": 90, + "id": "737a7392", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
websitedescriptionprice_minprice_maxschoolschool_id
0ironhack.comIronhack is a global tech school with 9 campus...7500.013000.0ironhack10828
1springboard.comSpringboard is an online learning platform tha...349.09900.0springboard11035
2learningfuze.comLearningFuze is an immersive, 14-week web deve...0.015995.0learningfuze10862
3anyonecanlearntocode.comActualize is a coding bootcamp that values qua...16900.016900.0actualize10505
4clarusway.comClarusway is a highly respected IT training sc...750.021500.0clarusway11539
5codesmith.ioCodesmith’s Software Engineering Immersive pro...350.020925.0codesmith10643
6dataquest.ioMaster data skills. Build your career.Dataques...29.029.0dataquest10683
7syntaxtechs.comSyntax Technologies is the world’s leading onl...NaNNaNsyntax-technologies11797
8academy.evolvesecurity.comEvolve Security Academy offers holistic cybers...5250.013950.0evolve-security-academy10743
9leveleffect.comLevel Effect is a premier training provider of...11000.011000.0level-effect11282
10lewagon.comLe Wagon is a global leader in immersive tech ...NaNNaNle-wagon10868
114geeksacademy.co4Geeks Academy is a Coding Bootcamp focused on...3000.014999.04geeks-academy10492
12jedha.coJedha Bootcamp is the leading school for kick-...NaNNaNjedha10837
13lacapsule.academyLa Capsule is a full-time, 10-week web and mob...1500.07000.0la-capsule10853
14wbscodingschool.comWBS CODING SCHOOL is an award-winning provider...4900.010500.0wbs-coding-school11243
15shecodes.ioSheCodes is a coding school that offers online...99.01990.0shecodes11014
16designlab.comDesignlab teaches in-demand UX/UI design skill...499.07749.0designlab10697
\n", + "
" + ], + "text/plain": [ + " website \\\n", + "0 ironhack.com \n", + "1 springboard.com \n", + "2 learningfuze.com \n", + "3 anyonecanlearntocode.com \n", + "4 clarusway.com \n", + "5 codesmith.io \n", + "6 dataquest.io \n", + "7 syntaxtechs.com \n", + "8 academy.evolvesecurity.com \n", + "9 leveleffect.com \n", + "10 lewagon.com \n", + "11 4geeksacademy.co \n", + "12 jedha.co \n", + "13 lacapsule.academy \n", + "14 wbscodingschool.com \n", + "15 shecodes.io \n", + "16 designlab.com \n", + "\n", + " description price_min price_max \\\n", + "0 Ironhack is a global tech school with 9 campus... 7500.0 13000.0 \n", + "1 Springboard is an online learning platform tha... 349.0 9900.0 \n", + "2 LearningFuze is an immersive, 14-week web deve... 0.0 15995.0 \n", + "3 Actualize is a coding bootcamp that values qua... 16900.0 16900.0 \n", + "4 Clarusway is a highly respected IT training sc... 750.0 21500.0 \n", + "5 Codesmith’s Software Engineering Immersive pro... 350.0 20925.0 \n", + "6 Master data skills. Build your career.Dataques... 29.0 29.0 \n", + "7 Syntax Technologies is the world’s leading onl... NaN NaN \n", + "8 Evolve Security Academy offers holistic cybers... 5250.0 13950.0 \n", + "9 Level Effect is a premier training provider of... 11000.0 11000.0 \n", + "10 Le Wagon is a global leader in immersive tech ... NaN NaN \n", + "11 4Geeks Academy is a Coding Bootcamp focused on... 3000.0 14999.0 \n", + "12 Jedha Bootcamp is the leading school for kick-... NaN NaN \n", + "13 La Capsule is a full-time, 10-week web and mob... 1500.0 7000.0 \n", + "14 WBS CODING SCHOOL is an award-winning provider... 4900.0 10500.0 \n", + "15 SheCodes is a coding school that offers online... 99.0 1990.0 \n", + "16 Designlab teaches in-demand UX/UI design skill... 499.0 7749.0 \n", + "\n", + " school school_id \n", + "0 ironhack 10828 \n", + "1 springboard 11035 \n", + "2 learningfuze 10862 \n", + "3 actualize 10505 \n", + "4 clarusway 11539 \n", + "5 codesmith 10643 \n", + "6 dataquest 10683 \n", + "7 syntax-technologies 11797 \n", + "8 evolve-security-academy 10743 \n", + "9 level-effect 11282 \n", + "10 le-wagon 10868 \n", + "11 4geeks-academy 10492 \n", + "12 jedha 10837 \n", + "13 la-capsule 10853 \n", + "14 wbs-coding-school 11243 \n", + "15 shecodes 11014 \n", + "16 designlab 10697 " + ] + }, + "execution_count": 90, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Convert price_min and price_max to float\n", + "schools['price_min'] = pd.to_numeric(schools['price_min'], errors='coerce')\n", + "schools['price_max'] = pd.to_numeric(schools['price_max'], errors='coerce')\n", + "schools" + ] + }, + { + "cell_type": "code", + "execution_count": 91, + "id": "8d59373b", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
websitedescriptionprice_minprice_maxschoolschool_id
0ironhack.comIronhack is a global tech school with 9 campus...7500.013000.0ironhack10828
1springboard.comSpringboard is an online learning platform tha...349.09900.0springboard11035
2learningfuze.comLearningFuze is an immersive, 14-week web deve...0.015995.0learningfuze10862
3anyonecanlearntocode.comActualize is a coding bootcamp that values qua...16900.016900.0actualize10505
4clarusway.comClarusway is a highly respected IT training sc...750.021500.0clarusway11539
5codesmith.ioCodesmith’s Software Engineering Immersive pro...350.020925.0codesmith10643
6dataquest.ioMaster data skills. Build your career.Dataques...29.029.0dataquest10683
7syntaxtechs.comSyntax Technologies is the world’s leading onl...4950.04950.0syntax-technologies11797
8academy.evolvesecurity.comEvolve Security Academy offers holistic cybers...5250.013950.0evolve-security-academy10743
9leveleffect.comLevel Effect is a premier training provider of...11000.011000.0level-effect11282
10lewagon.comLe Wagon is a global leader in immersive tech ...6500.08900.0le-wagon10868
114geeksacademy.co4Geeks Academy is a Coding Bootcamp focused on...3000.014999.04geeks-academy10492
12jedha.coJedha Bootcamp is the leading school for kick-...1495.07495.0jedha10837
13lacapsule.academyLa Capsule is a full-time, 10-week web and mob...1500.07000.0la-capsule10853
14wbscodingschool.comWBS CODING SCHOOL is an award-winning provider...4900.010500.0wbs-coding-school11243
15shecodes.ioSheCodes is a coding school that offers online...99.01990.0shecodes11014
16designlab.comDesignlab teaches in-demand UX/UI design skill...499.07749.0designlab10697
\n", + "
" + ], + "text/plain": [ + " website \\\n", + "0 ironhack.com \n", + "1 springboard.com \n", + "2 learningfuze.com \n", + "3 anyonecanlearntocode.com \n", + "4 clarusway.com \n", + "5 codesmith.io \n", + "6 dataquest.io \n", + "7 syntaxtechs.com \n", + "8 academy.evolvesecurity.com \n", + "9 leveleffect.com \n", + "10 lewagon.com \n", + "11 4geeksacademy.co \n", + "12 jedha.co \n", + "13 lacapsule.academy \n", + "14 wbscodingschool.com \n", + "15 shecodes.io \n", + "16 designlab.com \n", + "\n", + " description price_min price_max \\\n", + "0 Ironhack is a global tech school with 9 campus... 7500.0 13000.0 \n", + "1 Springboard is an online learning platform tha... 349.0 9900.0 \n", + "2 LearningFuze is an immersive, 14-week web deve... 0.0 15995.0 \n", + "3 Actualize is a coding bootcamp that values qua... 16900.0 16900.0 \n", + "4 Clarusway is a highly respected IT training sc... 750.0 21500.0 \n", + "5 Codesmith’s Software Engineering Immersive pro... 350.0 20925.0 \n", + "6 Master data skills. Build your career.Dataques... 29.0 29.0 \n", + "7 Syntax Technologies is the world’s leading onl... 4950.0 4950.0 \n", + "8 Evolve Security Academy offers holistic cybers... 5250.0 13950.0 \n", + "9 Level Effect is a premier training provider of... 11000.0 11000.0 \n", + "10 Le Wagon is a global leader in immersive tech ... 6500.0 8900.0 \n", + "11 4Geeks Academy is a Coding Bootcamp focused on... 3000.0 14999.0 \n", + "12 Jedha Bootcamp is the leading school for kick-... 1495.0 7495.0 \n", + "13 La Capsule is a full-time, 10-week web and mob... 1500.0 7000.0 \n", + "14 WBS CODING SCHOOL is an award-winning provider... 4900.0 10500.0 \n", + "15 SheCodes is a coding school that offers online... 99.0 1990.0 \n", + "16 Designlab teaches in-demand UX/UI design skill... 499.0 7749.0 \n", + "\n", + " school school_id \n", + "0 ironhack 10828 \n", + "1 springboard 11035 \n", + "2 learningfuze 10862 \n", + "3 actualize 10505 \n", + "4 clarusway 11539 \n", + "5 codesmith 10643 \n", + "6 dataquest 10683 \n", + "7 syntax-technologies 11797 \n", + "8 evolve-security-academy 10743 \n", + "9 level-effect 11282 \n", + "10 le-wagon 10868 \n", + "11 4geeks-academy 10492 \n", + "12 jedha 10837 \n", + "13 la-capsule 10853 \n", + "14 wbs-coding-school 11243 \n", + "15 shecodes 11014 \n", + "16 designlab 10697 " + ] + }, + "execution_count": 91, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "#4950 6500 8900 1495 7495\n", + "\n", + "schools.loc[schools['school_id'] == 11797, 'price_min'] = 4950\n", + "schools.loc[schools['school_id'] == 11797, 'price_max'] = 4950\n", + "schools.loc[schools['school_id'] == 10868, 'price_min'] = 6500\n", + "schools.loc[schools['school_id'] == 10868, 'price_max'] = 8900\n", + "schools.loc[schools['school_id'] == 10837, 'price_min'] = 1495\n", + "schools.loc[schools['school_id'] == 10837, 'price_max'] = 7495\n", + "schools\n" + ] + }, + { + "cell_type": "code", + "execution_count": 92, + "id": "f02f89d1", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
school_idschool_namewebsitedescriptionprice_minprice_max
010828ironhackironhack.comIronhack is a global tech school with 9 campus...7500.013000.0
111035springboardspringboard.comSpringboard is an online learning platform tha...349.09900.0
210862learningfuzelearningfuze.comLearningFuze is an immersive, 14-week web deve...0.015995.0
310505actualizeanyonecanlearntocode.comActualize is a coding bootcamp that values qua...16900.016900.0
411539claruswayclarusway.comClarusway is a highly respected IT training sc...750.021500.0
510643codesmithcodesmith.ioCodesmith’s Software Engineering Immersive pro...350.020925.0
610683dataquestdataquest.ioMaster data skills. Build your career.Dataques...29.029.0
711797syntax-technologiessyntaxtechs.comSyntax Technologies is the world’s leading onl...4950.04950.0
810743evolve-security-academyacademy.evolvesecurity.comEvolve Security Academy offers holistic cybers...5250.013950.0
911282level-effectleveleffect.comLevel Effect is a premier training provider of...11000.011000.0
1010868le-wagonlewagon.comLe Wagon is a global leader in immersive tech ...6500.08900.0
11104924geeks-academy4geeksacademy.co4Geeks Academy is a Coding Bootcamp focused on...3000.014999.0
1210837jedhajedha.coJedha Bootcamp is the leading school for kick-...1495.07495.0
1310853la-capsulelacapsule.academyLa Capsule is a full-time, 10-week web and mob...1500.07000.0
1411243wbs-coding-schoolwbscodingschool.comWBS CODING SCHOOL is an award-winning provider...4900.010500.0
1511014shecodesshecodes.ioSheCodes is a coding school that offers online...99.01990.0
1610697designlabdesignlab.comDesignlab teaches in-demand UX/UI design skill...499.07749.0
\n", + "
" + ], + "text/plain": [ + " school_id school_name website \\\n", + "0 10828 ironhack ironhack.com \n", + "1 11035 springboard springboard.com \n", + "2 10862 learningfuze learningfuze.com \n", + "3 10505 actualize anyonecanlearntocode.com \n", + "4 11539 clarusway clarusway.com \n", + "5 10643 codesmith codesmith.io \n", + "6 10683 dataquest dataquest.io \n", + "7 11797 syntax-technologies syntaxtechs.com \n", + "8 10743 evolve-security-academy academy.evolvesecurity.com \n", + "9 11282 level-effect leveleffect.com \n", + "10 10868 le-wagon lewagon.com \n", + "11 10492 4geeks-academy 4geeksacademy.co \n", + "12 10837 jedha jedha.co \n", + "13 10853 la-capsule lacapsule.academy \n", + "14 11243 wbs-coding-school wbscodingschool.com \n", + "15 11014 shecodes shecodes.io \n", + "16 10697 designlab designlab.com \n", + "\n", + " description price_min price_max \n", + "0 Ironhack is a global tech school with 9 campus... 7500.0 13000.0 \n", + "1 Springboard is an online learning platform tha... 349.0 9900.0 \n", + "2 LearningFuze is an immersive, 14-week web deve... 0.0 15995.0 \n", + "3 Actualize is a coding bootcamp that values qua... 16900.0 16900.0 \n", + "4 Clarusway is a highly respected IT training sc... 750.0 21500.0 \n", + "5 Codesmith’s Software Engineering Immersive pro... 350.0 20925.0 \n", + "6 Master data skills. Build your career.Dataques... 29.0 29.0 \n", + "7 Syntax Technologies is the world’s leading onl... 4950.0 4950.0 \n", + "8 Evolve Security Academy offers holistic cybers... 5250.0 13950.0 \n", + "9 Level Effect is a premier training provider of... 11000.0 11000.0 \n", + "10 Le Wagon is a global leader in immersive tech ... 6500.0 8900.0 \n", + "11 4Geeks Academy is a Coding Bootcamp focused on... 3000.0 14999.0 \n", + "12 Jedha Bootcamp is the leading school for kick-... 1495.0 7495.0 \n", + "13 La Capsule is a full-time, 10-week web and mob... 1500.0 7000.0 \n", + "14 WBS CODING SCHOOL is an award-winning provider... 4900.0 10500.0 \n", + "15 SheCodes is a coding school that offers online... 99.0 1990.0 \n", + "16 Designlab teaches in-demand UX/UI design skill... 499.0 7749.0 " + ] + }, + "execution_count": 92, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Reordering columns to have school_id first \n", + "schools = schools[['school_id', 'school', 'website', 'description', 'price_min', 'price_max']]\n", + "schools.rename(columns = {'school': 'school_name'},inplace=True)\n", + "schools" + ] + }, + { + "cell_type": "markdown", + "id": "9b063976", + "metadata": {}, + "source": [ + "## downlad CSVs" + ] + }, + { + "cell_type": "code", + "execution_count": 93, + "id": "33753a87", + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ + "schools.to_csv('schools.csv', index=False)\n", + "badges.to_csv('badges.csv', index=False)\n", + "comments.to_csv('comments.csv', index=False)\n", + "locations.to_csv('locations.csv', index=False)\n", + "courses.to_csv('courses.csv', index=False)" + ] + }, + { + "cell_type": "markdown", + "id": "f99f52bd", + "metadata": {}, + "source": [ + "# Connect to MySQL" + ] + }, + { + "cell_type": "code", + "execution_count": 96, + "id": "031a2f28", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Enter your MySQL password: ········\n" + ] + } + ], + "source": [ + "# Connect to MySQL server\n", + "# Get database credentials\n", + "host = \"localhost\"\n", + "user = \"root\"\n", + "password = getpass.getpass(\"Enter your MySQL password: \")" + ] + }, + { + "cell_type": "code", + "execution_count": 97, + "id": "fbcee27b", + "metadata": {}, + "outputs": [], + "source": [ + "# Connect to MySQL server and create a new database\n", + "conn = mysql.connector.connect(\n", + " host=host,\n", + " user=user,\n", + " password=password\n", + ")\n", + "cursor = conn.cursor()\n", + "cursor.execute(\"CREATE DATABASE IF NOT EXISTS tech_schools_data\")\n", + "cursor.close()\n", + "conn.close()" + ] + }, + { + "cell_type": "code", + "execution_count": 98, + "id": "08b093a1", + "metadata": {}, + "outputs": [], + "source": [ + "# Reconnect to the new database\n", + "conn = mysql.connector.connect(\n", + " host=host,\n", + " user=user,\n", + " password=password,\n", + " database=\"tech_schools_data\"\n", + ")\n", + "cursor = conn.cursor()\n", + "\n", + "# Create tables\n", + "cursor.execute('''\n", + "CREATE TABLE IF NOT EXISTS Schools (\n", + " school_id INT PRIMARY KEY,\n", + " school_name VARCHAR(255),\n", + " website VARCHAR(255),\n", + " description TEXT,\n", + " price_min FLOAT,\n", + " price_max FLOAT\n", + ")\n", + "''')\n", + "\n", + "cursor.execute('''\n", + "CREATE TABLE IF NOT EXISTS Comments (\n", + " comment_id INT PRIMARY KEY,\n", + " school_id INT,\n", + " school_name VARCHAR(255),\n", + " user_name VARCHAR(255),\n", + " anonymous BOOL,\n", + " graduating_year INT,\n", + " tagline VARCHAR(255),\n", + " created_at DATETIME,\n", + " overall_score FLOAT,\n", + " overall_rating FLOAT,\n", + " curriculum_rating FLOAT,\n", + " job_support_rating FLOAT,\n", + " review_body TEXT,\n", + " program VARCHAR(255),\n", + " program_cat VARCHAR(255),\n", + " FOREIGN KEY (school_id) REFERENCES Schools(school_id)\n", + ")\n", + "''')\n", + "\n", + "cursor.execute('''\n", + "CREATE TABLE IF NOT EXISTS Badges (\n", + " badge_id INT PRIMARY KEY,\n", + " school_id INT,\n", + " school_name VARCHAR(255),\n", + " badge_name VARCHAR(255),\n", + " keyword VARCHAR(255),\n", + " description TEXT,\n", + " FOREIGN KEY (school_id) REFERENCES Schools(school_id)\n", + ")\n", + "''')\n", + "\n", + "cursor.execute('''\n", + "CREATE TABLE IF NOT EXISTS Locations (\n", + " location_id INT PRIMARY KEY,\n", + " school_id INT,\n", + " school_name VARCHAR(255),\n", + " country_id INT,\n", + " country_name VARCHAR(255),\n", + " city_id INT,\n", + " city_name VARCHAR(255),\n", + " FOREIGN KEY (school_id) REFERENCES Schools(school_id)\n", + ")\n", + "''')\n", + "\n", + "cursor.execute('''\n", + "CREATE TABLE IF NOT EXISTS Courses (\n", + " course_id INT PRIMARY KEY,\n", + " school_id INT,\n", + " school_name VARCHAR(255),\n", + " course_name VARCHAR(255),\n", + " FOREIGN KEY (school_id) REFERENCES Schools(school_id)\n", + ")\n", + "''')\n", + "\n", + "\n" + ] + }, + { + "cell_type": "code", + "execution_count": 99, + "id": "cc96b841", + "metadata": {}, + "outputs": [], + "source": [ + "# Create a function to convert DataFrame columns to native Python types\n", + "def convert_dtypes(df):\n", + " for col in df.select_dtypes(include=['int', 'float']).columns:\n", + " df[col] = df[col].apply(lambda x: int(x) if pd.notnull(x) else None)\n", + " for col in df.select_dtypes(include=['object']).columns:\n", + " df[col] = df[col].astype(str)\n", + " return df\n", + "\n", + "\n", + "\n", + "# Reconnect the cursor to the database for data insertion\n", + "cursor = conn.cursor()\n", + "\n", + "# Convert DataFrame columns to native Python types\n", + "schools = convert_dtypes(schools)\n", + "comments = convert_dtypes(comments)\n", + "badges = convert_dtypes(badges)\n", + "locations = convert_dtypes(locations)\n", + "courses = convert_dtypes(courses)\n", + "\n", + "# Clear the tables before inserting new data\n", + "cursor.execute('DELETE FROM Badges')\n", + "cursor.execute('DELETE FROM Comments')\n", + "cursor.execute('DELETE FROM Locations')\n", + "cursor.execute('DELETE FROM Courses')\n", + "cursor.execute('DELETE FROM Schools')\n", + "\n", + "# Function to convert DataFrame to list of tuples\n", + "def df_to_tuples(df):\n", + " return list(df.itertuples(index=False, name=None))\n", + "\n", + "# Insert data into Schools table\n", + "schools_data = df_to_tuples(schools)\n", + "cursor.executemany('INSERT INTO Schools (school_id, school_name, website, description, price_min, price_max) VALUES (%s, %s, %s, %s, %s, %s)', schools_data)\n", + "\n", + "# Insert data into Comments table\n", + "comments_data = df_to_tuples(comments)\n", + "cursor.executemany('INSERT INTO Comments (comment_id, school_id, school_name, user_name, anonymous, graduating_year, tagline, created_at, overall_score, overall_rating, curriculum_rating, job_support_rating, review_body, program, program_cat) VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s,%s)', comments_data)\n", + "\n", + "# Insert data into Badges table\n", + "badges_data = df_to_tuples(badges)\n", + "cursor.executemany('INSERT INTO Badges (badge_id, school_id, school_name, badge_name, keyword, description) VALUES (%s, %s, %s, %s, %s, %s)', badges_data)\n", + "\n", + "# Insert data into Locations table\n", + "locations_data = df_to_tuples(locations)\n", + "cursor.executemany('INSERT INTO Locations (location_id, school_id, school_name, country_id, country_name, city_id, city_name) VALUES (%s, %s, %s, %s, %s, %s, %s)', locations_data)\n", + "\n", + "# Insert data into Courses table\n", + "courses_data = df_to_tuples(courses)\n", + "cursor.executemany('INSERT INTO Courses (course_id, school_id, school_name, course_name) VALUES (%s, %s, %s, %s)', courses_data)\n", + "\n", + "# Commit the changes\n", + "conn.commit()\n", + "\n", + "# Close the connection\n", + "cursor.close()\n", + "conn.close()" + ] + }, + { + "cell_type": "markdown", + "id": "8c956fb9", + "metadata": {}, + "source": [ + "## Python Analysis" + ] + }, + { + "cell_type": "code", + "execution_count": 200, + "id": "a10376c5", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "( comment_id school_id school_name user_name anonymous \\\n", + " count 11066.000000 11066.000000 11066 11066 11066 \n", + " unique NaN NaN 17 8969 2 \n", + " top NaN NaN le-wagon Anonymous False \n", + " freq NaN NaN 2775 1465 9658 \n", + " mean 270421.262877 10886.609886 NaN NaN NaN \n", + " min 231531.000000 10492.000000 NaN NaN NaN \n", + " 25% 251075.000000 10828.000000 NaN NaN NaN \n", + " 50% 271564.500000 10868.000000 NaN NaN NaN \n", + " 75% 287695.750000 11014.000000 NaN NaN NaN \n", + " max 310587.000000 11797.000000 NaN NaN NaN \n", + " std 21333.099169 202.627047 NaN NaN NaN \n", + " \n", + " graduating_year tagline created_at \\\n", + " count 11066.0 11066 11066 \n", + " unique 9402 NaN \n", + " top Great experience NaN \n", + " freq 70 NaN \n", + " mean 2020.067052 NaN 2020-10-15 14:43:03.047171328 \n", + " min 2011.0 NaN 2014-09-23 00:00:00 \n", + " 25% 2019.0 NaN 2019-06-11 06:00:00 \n", + " 50% 2020.0 NaN 2020-12-19 00:00:00 \n", + " 75% 2022.0 NaN 2022-04-13 00:00:00 \n", + " max 2024.0 NaN 2024-05-03 00:00:00 \n", + " std 2.045798 NaN NaN \n", + " \n", + " overall_score overall_rating curriculum_rating job_support_rating \\\n", + " count 11066.000000 11066.000000 11066.000000 11066.000000 \n", + " unique NaN NaN NaN NaN \n", + " top NaN NaN NaN NaN \n", + " freq NaN NaN NaN NaN \n", + " mean 4.799494 4.871589 4.761251 4.244714 \n", + " min 0.000000 0.000000 0.000000 0.000000 \n", + " 25% 4.700000 5.000000 5.000000 4.000000 \n", + " 50% 5.000000 5.000000 5.000000 5.000000 \n", + " 75% 5.000000 5.000000 5.000000 5.000000 \n", + " max 5.000000 5.000000 5.000000 5.000000 \n", + " std 0.497495 0.483672 0.737310 1.537697 \n", + " \n", + " review_body program \\\n", + " count 11066 11066 \n", + " unique 10998 166 \n", + " top Amazing learning experience! Was able to start... \n", + " freq 3 1255 \n", + " mean NaN NaN \n", + " min NaN NaN \n", + " 25% NaN NaN \n", + " 50% NaN NaN \n", + " 75% NaN NaN \n", + " max NaN NaN \n", + " std NaN NaN \n", + " \n", + " program_cat \n", + " count 11066 \n", + " unique 15 \n", + " top Web Development \n", + " freq 3566 \n", + " mean NaN \n", + " min NaN \n", + " 25% NaN \n", + " 50% NaN \n", + " 75% NaN \n", + " max NaN \n", + " std NaN ,\n", + " course_id school_id school_name course_name\n", + " count 115.000000 115.000000 115 115\n", + " unique NaN NaN 17 114\n", + " top NaN NaN clarusway DevOps Engineer\n", + " freq NaN NaN 31 2\n", + " mean 58.000000 11063.904348 NaN NaN\n", + " std 33.341666 369.263111 NaN NaN\n", + " min 1.000000 10492.000000 NaN NaN\n", + " 25% 29.500000 10828.000000 NaN NaN\n", + " 50% 58.000000 11014.000000 NaN NaN\n", + " 75% 86.500000 11539.000000 NaN NaN\n", + " max 115.000000 11797.000000 NaN NaN,\n", + " location_id school_id school_name country_id country_name \\\n", + " count 131.000000 131.000000 131 131.0 131 \n", + " unique NaN NaN 17 36 \n", + " top NaN NaN le-wagon France \n", + " freq NaN NaN 38 27 \n", + " mean 17333.633588 10778.511450 NaN 62.175573 NaN \n", + " std 943.258617 211.048932 NaN 75.187405 NaN \n", + " min 15703.000000 10492.000000 NaN 1.0 NaN \n", + " 25% 16375.500000 10574.000000 NaN 20.0 NaN \n", + " 50% 17450.000000 10837.000000 NaN 38.0 NaN \n", + " 75% 18240.000000 10868.000000 NaN 57.0 NaN \n", + " max 18663.000000 11797.000000 NaN 237.0 NaN \n", + " \n", + " city_id city_name \n", + " count 131.0 131 \n", + " unique 72 \n", + " top Online \n", + " freq 17 \n", + " mean 27207.496183 NaN \n", + " std 10327.34127 NaN \n", + " min 10.0 NaN \n", + " 25% 31102.0 NaN \n", + " 50% 31147.0 NaN \n", + " 75% 31228.0 NaN \n", + " max 31304.0 NaN ,\n", + " school_id school website \\\n", + " count 17.000000 17 17 \n", + " unique NaN 17 17 \n", + " top NaN ironhack ironhack.com \n", + " freq NaN 1 1 \n", + " mean 10936.529412 NaN NaN \n", + " std 353.584699 NaN NaN \n", + " min 10492.000000 NaN NaN \n", + " 25% 10697.000000 NaN NaN \n", + " 50% 10853.000000 NaN NaN \n", + " 75% 11035.000000 NaN NaN \n", + " max 11797.000000 NaN NaN \n", + " \n", + " description price_min \\\n", + " count 17 17.000000 \n", + " unique 17 NaN \n", + " top Ironhack is a global tech school with 9 campus... NaN \n", + " freq 1 NaN \n", + " mean NaN 3827.705882 \n", + " std NaN 4654.727567 \n", + " min NaN 0.000000 \n", + " 25% NaN 350.000000 \n", + " 50% NaN 1500.000000 \n", + " 75% NaN 5250.000000 \n", + " max NaN 16900.000000 \n", + " \n", + " price_max \n", + " count 17.000000 \n", + " unique NaN \n", + " top NaN \n", + " freq NaN \n", + " mean 10987.176471 \n", + " std 6021.196011 \n", + " min 29.000000 \n", + " 25% 7495.000000 \n", + " 50% 10500.000000 \n", + " 75% 14999.000000 \n", + " max 21500.000000 )" + ] + }, + "execution_count": 200, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Display summaries of the DataFrames\n", + "badges_summary = badges.describe(include='all')\n", + "comments_summary = comments.describe(include='all')\n", + "courses_summary = courses.describe(include='all')\n", + "locations_summary = locations.describe(include='all')\n", + "schools_summary = schools.describe(include='all')\n", + "\n", + "\n", + "comments_summary, courses_summary, locations_summary, schools_summary" + ] + }, + { + "cell_type": "code", + "execution_count": 202, + "id": "fdf54407", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "course_name\n", + "Web Development Bootcamp 4.737327\n", + "Web Development Part-Time 4.680000\n", + "UX/UI Design Bootcamp 4.607477\n", + "UX/UI Design Part-Time 4.545455\n", + "Data Analytics Bootcamp 4.533333\n", + "Data Analytics Part-Time 4.416667\n", + "Cyber Security Bootcamp 4.166667\n", + "Cybersecurity Part-Time 4.000000\n", + "Name: overall_rating, dtype: float64" + ] + }, + "execution_count": 202, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Filter Ironhack's courses\n", + "ironhack_courses = courses[courses['school_name'].str.lower() == 'ironhack']\n", + "\n", + "# Filter comments for Ironhack\n", + "ironhack_comments = comments[comments['school_name'].str.lower() == 'ironhack']\n", + "\n", + "# Merge to associate comments with courses\n", + "ironhack_course_comments = pd.merge(ironhack_comments, ironhack_courses, left_on='program', right_on='course_name', how='inner')\n", + "\n", + "# Calculate average ratings for each course\n", + "average_course_ratings = ironhack_course_comments.groupby('course_name')['overall_rating'].mean().sort_values(ascending=False)\n", + "\n", + "average_course_ratings" + ] + }, + { + "cell_type": "code", + "execution_count": 204, + "id": "cd8a337f", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "(4.774168600154679,\n", + " course_name\n", + " 0 Cyber Security Bootcamp\n", + " 1 Cybersecurity Part-Time\n", + " 2 Data Analytics Bootcamp\n", + " 3 Data Analytics Part-Time\n", + " 4 UX/UI Design Bootcamp\n", + " 5 UX/UI Design Part-Time\n", + " 6 Web Development Bootcamp\n", + " 7 Web Development Part-Time)" + ] + }, + "execution_count": 204, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Calculate overall average rating for Ironhack\n", + "ironhack_overall_rating = ironhack_comments['overall_rating'].mean()\n", + "\n", + "# Display Ironhack's overall rating and available courses\n", + "ironhack_overall_rating, ironhack_courses[['course_name']]" + ] + }, + { + "cell_type": "code", + "execution_count": 541, + "id": "7454cd27", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "image/png": "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jeXq6qpSpUpZXIB52PGmj/v++++rffv2cnNzU4ECBfTll18anxcsWFCSVK5cOZlMJoWEhDzwWHPmzClvb2/5+fmpdevWqlq1qnbt2mV8npaWppEjRyp//vxydHRU2bJltXz5cosx9u3bp9q1a8vZ2Vk5c+ZU586dlZKSIkkaPny4YmNjtWjRImMVQfp36NSpU2rRooVy5MghFxcXVahQQdu2bZMkHTlyRI0bN1aePHnk6uqqihUravXq1Rb7fZJznH7ryZN8ZwEAAADgn/BY9+yHhIQoLi7OeB8XF6eQkBDVrFnTaL9586a2bNlihP127dpp06ZNmjt3rvbu3atmzZqpfv36OnTokDHO1atXNWbMGMXGxmrTpk26dOmSWrRo8UQH1KdPH12+fFmrVq2SdCdEhoaGqkmTJtq7d6++/fZbbdy4UT179pQktW7dWtu2bdORI0eMMX755Rft27dPrVu3liRNnz5d7733nsaMGaPExES9//77Gjp0qGJjYzOt4fTp0woLC1PFihW1Z88eTZs2TTNmzNDo0aMt+sXGxsrOzk7btm3T5MmT9fHHH+urr76y6PPxxx+rWrVq2r17t15++WW1bdtW4eHhatOmjXbt2qWAgACFh4cbFwkedrzpJk6cqAoVKmj37t3q3r27unXrpv3790uStm/fLun/ZuwXLFjwyOd/x44d2rVrlypXrmy0ffLJJ5o4caImTJigvXv3KjQ0VK+88orxHbh69arq16+v7NmzKz4+XvPmzdPq1auNmt955x01b95c9evXV1JSkpKSklS1alWlpKSoZs2a+v3337V48WLt2bNHAwYMUFpamqQ7t5mEhYVp9erV2r17t0JDQ9WoUSOdOHHiqc5xes2P8529ceOGLl26ZPECAAAAgL+LyfwYN1dPnz5dffr00YULF3Tt2jXlyJFDp0+fVlxcnCZPnqxNmzbpp59+Us2aNXXkyBGZzWYVKVJEp06dUt68eY1x6tatq0qVKun9999XTEyM2rVrp61btxoBcf/+/SpWrJi2bdumSpUqZV64yaTvv/8+w33c169fl7Ozs8aNG6cBAwYoPDxczs7O+uKLL4w+GzduVM2aNXXlyhU5OTmpTJkyatq0qYYOHSpJevfdd7V69Woj9BYoUEDjxo1Ty5YtjTFGjx6tpUuXavPmzTp27JgKFiyo3bt3q2zZsnrv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8qGio6OVlJSkX375RZ999plSUlJUuXJlff3113/rfmFp9erVSkpK0vr16+Xu7q6wsDAdPXr0ica6efPmQ/v4+voqKSnJePXr108lSpSwaHvnnXfk4eHxr181AgAAAAAP81Rhv2jRosqbN6/WrVtntK1bt06NGzdW4cKFtXnzZov2WrVqSboT3gYMGKB8+fLJxcVFlStXthgj3cKFCxUYGCgnJyfVq1dPJ0+efGhNnp6e8vb2lr+/v1566SV99913at26tXr27Knz588b/TZv3qwaNWrI2dlZvr6+6t27t65cuSJJGjx4sKpUqZJh7NKlSysyMtJ4Hx0drWLFisnJyUlBQUGaOnXqA2tbv369KlWqJEdHR/n4+GjQoEEWqyJCQkLUs2dP9ezZU56ensqZM6eGDBkis9ls9PH399fo0aMVHh4uV1dX+fn5adGiRTp79qwaN24sV1dXlSpVyuICzMOON33c999/X+3bt5ebm5sKFCigL7/80vi8YMGCkqRy5crJZDIpJCTkgceaM2dOeXt7q3Tp0vriiy909epVrVy5UufOnVPLli2VP39+ZcuWTaVKldKcOXMstk0/D3379lWuXLlUr149+fv7S5Jee+01mUwm4306W1tbeXt7Gy9XV1fZ2dllaLt3GX9ISIh69eqlt99+W9mzZ1eePHn05Zdf6sqVK2rXrp3c3NxUuHBhLVu2zGJ/v/76q8LCwuTq6qo8efKobdu2+vPPPx94TgAAAADgn/LU9+yHhIQoLi7OeB8XF6eQkBDVrFnTaL9586a2bNlihP127dpp06ZNmjt3rvbu3atmzZqpfv36OnTokDHO1atXNWbMGMXGxmrTpk26dOmSWrRo8UQ19unTR5cvX9aqVaskSfv27VNoaKiaNGmivXv36ttvv9XGjRvVs2dPSVLr1q21bds2HTlyxBjjl19+0b59+9S6dWtJ0vTp0/Xee+9pzJgxSkxM1Pvvv6+hQ4cqNjY20xpOnz6tsLAwVaxYUXv27NG0adM0Y8YMjR492qJfbGys7OzstG3bNk2ePFkff/yxvvrqK4s+H3/8sapVq6bdu3fr5ZdfVtu2bRUeHq42bdpo165dCggIUHh4uHGR4GHHm27ixImqUKGCdu/ere7du6tbt27av3+/JGn79u2S/m/GfsGCBY98/rNlyyZJunXrlq5fv64XXnhBS5Ys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DRkyRIMGDZKvr6969uxpfJ6SkqK4uDi98sorFuOnpqZq9+7dFmPt2rVLqampGfbxJNauXat9+/YZy87Lly+v5ORk2dnZKSAgwOJ194WJwMBA9enTRytXrlSTJk0UHR2d6fhFixbV9u3bLdoyO2fPiq2tra5duyZJKl68uG7fvq1t27YZn587d04HDx5UsWLFjD4bN260GGPz5s0KDAw0LrA4ODhkmOUvXbq01qxZk2kN586dU2JiooYMGaI6deqoWLFixoP7noU9e/YYxyhJW7dulaurq/Lnz//M9gEAAAAAT+pfH/a7d++uI0eOqEePHtqzZ48OHjyozz77TDNmzFD//v2Nft9//73mzZun2NhY2dvby87OTjExMfr+++81f/58SXee3l6kSBEVKlTI2K548eJq0KCB2rdvr9WrV+vo0aNavXq1OnTooAYNGqh48eKPVe+NGzeUnJys06dPa9euXXr//ffVuHFjNWzYUOHh4ZKkunXrKjg4WK+++qpWrFihY8eOafPmzRoyZIh27Niha9euqWfPnlq3bp2OHz+uTZs2KT4+3gjP9+rVq5dmzJih2NhYHTp0SKNHj9bevXvvOwv9OMxms5KTk5WcnKyjR4/qyy+/1IoVK4zVEUWKFFHjxo3VqVMnbdy4UXv27FGbNm2UL18+o0+/fv20Zs0ajRo1SgcPHlRsbKw+/fRTvfPOO8Z+/P399dNPP+n06dP6888/Jd1ZGh8fH6/u3btr79692r9/v6ZNm6Y///xT2bNnV86cOfXll1/q8OHDWrt2rcXPLj6tmzdvqkOHDvr111+NlRU9e/bM9H59AAAAAPin/euX8fv7+2vDhg1677339NJLL+n69esKDAxUTEyMmjVrJkn6888/1bVrV0VGRlrcn12yZElFRkYay/kXLVqU6VP4586dq+HDh6tbt246deqU8ufPr4YNG2r48OGPXe/y5cvl4+MjOzs7Zc+eXWXKlNHkyZP15ptvGkHRZDJp6dKleu+999S+fXudPXtW3t7eqlGjhvLkySNbW1udO3dO4eHh+uOPP5QrVy41adLkvg+Aa926tX777Te98847un79upo3b66IiIgMs/1P4tKlS/Lx8ZF0Z6m6n5+fRo4cqYEDBxp9oqOj9dZbb6lhw4a6efOmatSooaVLlxpL5cuXL6///e9/GjZsmEaNGiUfHx+N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n/9spmrhyOrTawsWLNC0adPUr18/hYaG6oknnlBoaKjefvvtZqoWjqw+vXbWpEmTNHr0aMXGxjZxdXAm9em1zMxMbd68WRs2bNDQoUMVHBys6Oho9e/fv5mqhSOrT6998sknCg4OVmpqqkJCQjRgwABNmjRJn332WTNVC0fl5uamzp07W18dOnS44NjGzAWEfaCJ3H333brxxhs1dOjQnx2bk5OjP/zhDzbr4uPj9dlnn+nMmTNNVSKcRH167Xw1NTU6duyY/Pz8mqAyOJv69lp6err27NmjmTNnNnFlcDb16bW33npLffv21VNPPaWuXbsqLCxM999/v06dOtUMlcLR1afX+vfvr/3792vDhg0yxujQoUN6/fXXdeONNzZDpXBku3fvVkBAgEJCQnT77bfrm2++ueDYxswFbg2qFsBFrV69Wtu3b1deXp5d4w8ePKhOnTrZrOvUqZOqqqp0+PBhdenSpSnKhBOob6+db968eTpx4oRuvfXWRq4Mzqa+vbZ79249+OCD2rp1q9zc+N8N2K++vfbNN98oOztbnp6eWr9+vQ4fPqy//OUv+t///sd9+7io+vZa//79tXLlSt122206ffq0qqqqNGLECC1evLiJK4Uju+aaa7RixQqFhYXp0KFDevzxx9W/f3/t3LlT/v7+tcY3Zi7gyj7QyPbt26e0tDT961//kqenp93bWSwWm2VjTJ3rgbMa2mtnZWRkaNasWVqzZo06duzYBBXCWdS316qrqzV69Gg9+uijCgsLa4YK4Swa8r1WU1Mji8WilStXKjo6WsOGDdP8+fO1fPlyru7jghrSa1999ZVSU1P1yCOPKD8/X5mZmSopKdHkyZObuFo4shtuuEGJiYm64oorNHToUL377ruSpFdeeeWC2zRWLrCYs1sCaBRvvvmmbr75Zrm6ulrXVVdXy2KxyMXFRZWVlTbvSdK1116rqKgoLVy40Lpu/fr1uvXWW3Xy5Em1atWq2eqH42hIr521Zs0ajR07VmvXrmX6IX5WfXvthx9+ULt27WzW1dTUyBgjV1dXvf/++/r973/frOcAx9CQ77WUlBRt27ZNxcXF1nWFhYXq1auXdu3apdDQ0GarH46jIb1211136fTp01q7dq11XXZ2tgYOHKj//ve/zMSE3eLi4tSjRw8999xztd5rzFzAvDqgkQ0ZMqTWEzbHjh2r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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import matplotlib.pyplot as plt\n", + "\n", + "# Data for the graph\n", + "coursesar = average_course_ratings.index\n", + "ratings = average_course_ratings.values\n", + "\n", + "plt.figure(figsize=(10, 6))\n", + "plt.barh(coursesar, ratings, color='skyblue')\n", + "plt.xlabel('Average Rating')\n", + "plt.title('Top-Rated Ironhack Courses')\n", + "plt.xlim(4, 5) # Setting x-axis limit for better visual emphasis on rating variations\n", + "plt.gca().invert_yaxis()\n", + "plt.show()" + ] + }, + { + "cell_type": "code", + "execution_count": 208, + "id": "64888890", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "overall_score 4.714617\n", + "overall_rating 4.774169\n", + "curriculum_rating 4.577726\n", + "job_support_rating 4.508894\n", + "dtype: float64" + ] + }, + "execution_count": 208, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Filter comments related to Ironhack\n", + "ironhack_comments = comments[comments['school_name'].str.lower() == 'ironhack']\n", + "\n", + "# Calculate average ratings for Ironhack\n", + "ironhack_avg_scores = ironhack_comments[['overall_score', 'overall_rating', 'curriculum_rating', 'job_support_rating']].mean()\n", + "\n", + "# Calculate average ratings for all schools\n", + "overall_avg_scores = comments.groupby('school_name')[['overall_score', 'overall_rating', 'curriculum_rating', 'job_support_rating']].mean()\n", + "\n", + "# Top competitors based on the number of comments\n", + "top_competitors = comments['school_name'].value_counts().head(5)\n", + "\n", + "# Display results\n", + "ironhack_avg_scores" + ] + }, + { + "cell_type": "code", + "execution_count": 210, + "id": "e2bb9e20", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
overall_scoreoverall_ratingcurriculum_ratingjob_support_rating
school_name
4geeks-academy4.8812154.8950284.8176804.707182
actualize4.8740824.9460044.7149034.477322
clarusway4.9086424.9094654.9176954.835391
codesmith4.9057234.9156634.8102414.346386
dataquest4.7385674.8293524.7747443.088737
designlab4.5774954.7331984.5855402.957230
evolve-security-academy4.7787614.8451334.8053104.491150
ironhack4.7146174.7741694.5777264.508894
jedha4.9582044.9814244.9659444.634675
la-capsule4.9350144.9747904.9663874.820728
le-wagon4.9108114.9704504.8407214.498378
learningfuze4.9846594.9829554.8977274.704545
level-effect4.9190485.0000004.9047624.857143
shecodes4.8818254.9726324.9242114.058947
springboard4.5921684.6775964.5731634.141469
syntax-technologies5.0000005.0000005.0000005.000000
wbs-coding-school4.7951334.9203544.8451334.530973
\n", + "
" + ], + "text/plain": [ + " overall_score overall_rating curriculum_rating \\\n", + "school_name \n", + "4geeks-academy 4.881215 4.895028 4.817680 \n", + "actualize 4.874082 4.946004 4.714903 \n", + "clarusway 4.908642 4.909465 4.917695 \n", + "codesmith 4.905723 4.915663 4.810241 \n", + "dataquest 4.738567 4.829352 4.774744 \n", + "designlab 4.577495 4.733198 4.585540 \n", + "evolve-security-academy 4.778761 4.845133 4.805310 \n", + "ironhack 4.714617 4.774169 4.577726 \n", + "jedha 4.958204 4.981424 4.965944 \n", + "la-capsule 4.935014 4.974790 4.966387 \n", + "le-wagon 4.910811 4.970450 4.840721 \n", + "learningfuze 4.984659 4.982955 4.897727 \n", + "level-effect 4.919048 5.000000 4.904762 \n", + "shecodes 4.881825 4.972632 4.924211 \n", + "springboard 4.592168 4.677596 4.573163 \n", + "syntax-technologies 5.000000 5.000000 5.000000 \n", + "wbs-coding-school 4.795133 4.920354 4.845133 \n", + "\n", + " job_support_rating \n", + "school_name \n", + "4geeks-academy 4.707182 \n", + "actualize 4.477322 \n", + "clarusway 4.835391 \n", + "codesmith 4.346386 \n", + "dataquest 3.088737 \n", + "designlab 2.957230 \n", + "evolve-security-academy 4.491150 \n", + "ironhack 4.508894 \n", + "jedha 4.634675 \n", + "la-capsule 4.820728 \n", + "le-wagon 4.498378 \n", + "learningfuze 4.704545 \n", + "level-effect 4.857143 \n", + "shecodes 4.058947 \n", + "springboard 4.141469 \n", + "syntax-technologies 5.000000 \n", + "wbs-coding-school 4.530973 " + ] + }, + "execution_count": 210, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "overall_avg_scores" + ] + }, + { + "cell_type": "code", + "execution_count": 212, + "id": "c2dc8218", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "school_name\n", + "le-wagon 2775\n", + "springboard 1647\n", + "shecodes 1425\n", + "ironhack 1293\n", + "designlab 982\n", + "Name: count, dtype: int64" + ] + }, + "execution_count": 212, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "top_competitors" + ] + }, + { + "cell_type": "markdown", + "id": "7088e79d", + "metadata": {}, + "source": [ + "# Analysis Results\n", + "\n", + "## Ironhack's Average Ratings:\n", + "\n", + "- **Overall Score:** 4.71\n", + "- **Overall Rating:** 4.77\n", + "- **Curriculum Rating:** 4.58\n", + "- **Job Support Rating:** 4.51\n", + "\n", + "## Competitor Average Ratings:\n", + "\n", + "Here are the top competitors based on the number of comments, along with their average ratings:\n", + "\n", + "### Le Wagon\n", + "- **Overall Score:** 4.91\n", + "- **Overall Rating:** 4.97\n", + "- **Curriculum Rating:** 4.84\n", + "- **Job Support Rating:** 4.50\n", + "\n", + "### Springboard\n", + "- **Overall Score:** 4.59\n", + "- **Overall Rating:** 4.68\n", + "- **Curriculum Rating:** 4.57\n", + "- **Job Support Rating:** 4.14\n", + "\n", + "### SheCodes\n", + "- **Overall Score:** 4.88\n", + "- **Overall Rating:** 4.97\n", + "- **Curriculum Rating:** 4.92\n", + "- **Job Support Rating:** 4.06\n", + "\n", + "### DesignLab\n", + "- **Overall Score:** 4.58\n", + "- **Overall Rating:** 4.73\n", + "- **Curriculum Rating:** 4.59\n", + "- **Job Support Rating:** 2.96\n", + "\n", + "## Strengths and Weaknesses of Ironhack\n", + "\n", + "### Strengths:\n", + "\n", + "1. **Overall Rating and Score:** Ironhack's overall score and rating are competitive, indicating a generally positive perception.\n", + "2. **Job Support Rating:** With a job support rating of 4.51, Ironhack is performing well in this area, especially compared to some competitors like DesignLab.\n", + "\n", + "### Weaknesses:\n", + "\n", + "1. **Curriculum Rating:** Ironhack's curriculum rating of 4.58 is lower than several top competitors, such as Le Wagon and SheCodes, which suggests there may be room for improvement in the curriculum.\n", + "2. **Average Ratings Comparison:** Although Ironhack's ratings are good, they are slightly lower than the top competitors, indicating potential areas for enhancement to reach the highest tier.\n", + "\n", + "## Recommendations for Enhancements\n", + "\n", + "1. **Curriculum Improvement:** Focus on gathering detailed feedback on the curriculum from students and alumni to identify specific areas for improvement. Consider updating the curriculum to incorporate more in-demand skills and technologies.\n", + "2. **Job Support Programs:** Even though Ironhack's job support rating is strong, there is always room for enhancement. Consider offering more personalized career coaching, expanding the network of hiring partners, and hosting more job fairs and networking events.\n", + "3. **Student Engagement:** Increase efforts to engage with current and prospective students through webinars, workshops, and community events. This can help in boosting overall ratings and attracting more positive reviews.\n", + "4. **Marketing and Outreach:** Highlight Ironhack's strengths in job support and overall satisfaction in marketing materials to attract prospective students. Additionally, leverage alumni success stories to build a strong brand reputation." + ] + }, + { + "cell_type": "code", + "execution_count": 215, + "id": "5b8629e2", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "image/png": "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HUmqJKkjERVr+S7kfX19UbFiRVSoUAGJiYlwdnZGixYt0KRJE3h5eRVERiIiIiIiKuSmu02HtbE1HiU+wpKLS6SOQ1Ss5buQl8vl+O233xAeHo7du3dj27ZtuHnzJn799Vfo6fHekUREREREJZGpgSnmNZ0HANgTvgcnH52UOBFR8fVet58DgCpVqqBXr17o06cPqlatqvNgRERERERUtLjZuGFQjUEAAJ+zPniZ/FLaQETFVL4LeQ8PD1SsWBHTpk3D1atXCyITEREREREVUeMbjIeDuQNiX8dibvBciKIodSSiYiffhfzjx48xZcoUnDp1CnXq1EGdOnWwePFiPHr0qCDyERERERFREaLQV2BBswXQF/Rx9MFRHIo4JHUkomIn34W8hYUFvvnmG5w5cwZ3795F37598csvv6BSpUpo06ZNQWQkIiIiIqIipKZFTYyqOwoA4HvOF9GvoiVORFS85LuQf5uDgwOmTZuGhQsXonbt2prz54mIiIiIqGQbUXsEapWthYTUBHif8YZaVEsdiajYeO9C/syZMxg9ejRsbGwwYMAA1KxZE3/99ZcusxERERERUREll8kxv/l8GOoZIjgqGDtv7pQ6ElGxke9C3tPTEw4ODmjTpg0ePHiA5cuXIzo6Gtu2bUPHjh0LIiMRERERERVBDuYOmNBwAgBg2aVliIiLkDgRUfGQ70I+MDAQkyZNwn///Ye///4bAwYMgFKpBACEhobqOh8RERERERVh/av3R2ObxkhOT4bnKU+kqdOkjkRU5OW7kD979izGjBkDCwsLAEBcXBxWr16NBg0aoGHDhjoPSERERERERZdMkGFu07kwlZvi6rOr2BC2QepIREXee58j/88//2DQoEGwsbHBqlWr0KlTJ1y8eFGX2YiIiIiIqBiwNraGZ2NPAMD6K+txLfaaxImIirZ8FfKPHj3CvHnzULlyZfTv3x+lS5eGSqXCvn37MG/ePNSvX7+gchIRERERURHW2aEz2tu3R5qYhumnpyM5LVnqSERFVp4L+U6dOsHZ2RnXr1/HqlWr8PjxY6xataogsxERERERUTEhCAK8G3vDwsgCEXERWBGyQupIREVWngv5o0ePYsSIEZg9ezY6d+4MPT29gsxFRERERETFTClFKcxuMhsAsO3GNpyLOidxIqKiKc+F/KlTp5CQkAAXFxe4ubnhxx9/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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import matplotlib.pyplot as plt\n", + "\n", + "# Data for Ironhack and its top competitors\n", + "competitors = ['Ironhack', 'Le Wagon', 'Springboard', 'SheCodes', 'DesignLab']\n", + "avg_overall_ratings = [4.77, 4.97, 4.68, 4.97, 4.73]\n", + "avg_curriculum_ratings = [4.58, 4.84, 4.57, 4.92, 4.59]\n", + "avg_job_support_ratings = [4.51, 4.50, 4.14, 4.06, 2.96]\n", + "\n", + "x = range(len(competitors))\n", + "\n", + "plt.figure(figsize=(12, 8))\n", + "\n", + "plt.plot(x, avg_overall_ratings, marker='o', label='Overall Rating')\n", + "plt.plot(x, avg_curriculum_ratings, marker='o', label='Curriculum Rating')\n", + "plt.plot(x, avg_job_support_ratings, marker='o', label='Job Support Rating')\n", + "\n", + "plt.xticks(x, competitors)\n", + "plt.xlabel('Schools')\n", + "plt.ylabel('Average Ratings')\n", + "plt.title('Average Ratings Comparison')\n", + "plt.legend()\n", + "plt.grid(True)\n", + "\n", + "plt.show()" + ] + }, + { + "cell_type": "code", + "execution_count": 217, + "id": "f3417ba6", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAA40AAAIhCAYAAADq/V8YAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy81sbWrAAAACXBIWXMAAA9hAAAPYQGoP6dpAABZWUlEQVR4nO3deXxN1/7/8fdBZE6IIQnShJqnEDOtGBvzVDUWqZbbompoi7YqWkW0tKWlvb01VKtmihIz1ZqH4BKqQcM1lkoMNWb9/ugv5+tINpGGY3g9H4/zeHSvvfban73Pyrned++zj80YYwQAAAAAQBqyOLsAAAAAAMCDi9AIAAAAALBEaAQAAAAAWCI0AgAAAAAsERoBAAAAAJYIjQAAAAAAS4RGAAAAAIAlQiMAAAAAwBKhEQAAAABgidAIABk0efJk2Ww2ubm56ffff0+1vlatWipdurQTKpPWrFkjm82m2bNnO2X/d+vw4cNq3Lix/Pz8ZLPZ1KdPn9v2v3Llij777DM99dRTypkzp7Jnz678+fOrTZs2Wrt27f0p+iEwfPhwzZ8/P1PHXLlypSpWrChPT0/ZbLZMHz9FrVq1ZLPZ7viKioq6J/u/VXJysqZOnap69eopd+7ccnFxUd68edWkSRMtXLhQycnJ96WOe81qzqR8pqxZs8betnjx4vt2/gE4VzZnFwAAD7srV67onXfe0dSpU51dykOrb9++2rRpkyZOnKiAgAAFBgZa9v3jjz/UoEED7dq1S127dtUbb7whPz8//e9//9MPP/ygunXratu2bQoNDb2PR/BgGj58uFq3bq0WLVpkynjGGLVp00ZFixbVggUL5OnpqWLFimXK2LcaP368kpKS7Ms//vijhg0bpkmTJql48eL29gIFCtyT/d/s8uXLatGihZYtW6Z27dppwoQJCggI0OnTpxUTE6PnnntOM2bMUPPmze95Lfea1ZwJCwvThg0bVLJkSXvb4sWL9fnnnxMcgccAoREA/qEGDRpo2rRpev311x+7oPLXX3/Jzc1NNpvtH43z3//+V5UrV05XuOncubN27typpUuXqk6dOg7r2rVrp379+ilnzpz/qB6k7dixYzp79qxatmypunXrZsqYVnPo5nAiSfv27ZMklS5dWhUrVsyUfadXv379tHTpUk2ZMkWdO3d2WNeqVSu98cYb+uuvv+5rTfebj4+Pqlatel/29ddff8nd3f2+7AtA+nB7KgD8Q2+++aZy5cqlAQMG3Lbf4cOHZbPZNHny5FTrbr3NLioqSjabTbt27dJzzz0nX19f+fn5qV+/frp+/br279+vBg0ayNvbWyEhIRo1alSa+7x8+bL69eungIAAubu7Kzw8XDt27EjVb+vWrWrWrJn8/Pzk5uam8uXLa+bMmQ59Um7HXbZsmbp27ao8efLIw8NDV65csTzmhIQEPf/888qbN69cXV1VokQJjR492n4rX8otb7/99puWLFliv+Xw8OHDaY63bds2LVmyRC+++GKqwJiiUqVKeuKJJ+zL//3vf9W8eXPlzJlTbm5uKleunKZMmeKwTUod06ZN04ABAxQYGCgvLy81bdpUJ0+e1Pnz59W9e3flzp1buXPn1gsvvKALFy44jGGz2dSrVy9NmjRJxYoVk7u7uypWrKiNGzfKGKMPP/xQBQsWlJeXl+rUqaPffvstVe0rVqxQ3bp15ePjIw8PD9WoUUMrV6506JMyN/bs2aP27dvL19dX/v7+6tq1qxITEx3quXjxoqZMmWI/r7Vq1ZIkXbp0Sa+//roKFiwoNzc3+fn5qWLFivr+++/TfiP//35TruoNGDBANptNISEh9vU///yz6tatK29vb3l4eKh69er68ccfHcbIyBy6neTkZI0aNUrFixeXq6ur8ubNq86dO+vo0aMO/VJuFV+3bp2qVq0qd3d35c+fX4MHD9aNGzduu48TJ07oP//5jyIiIlIFxhRFihRR2bJl7ct3mvfS/30efPjhh4qOjlZISIjc3d1Vq1Yt/frrr7p27ZoGDhyofPnyydfXVy1bttSpU6cc9hsSEqImTZpo3rx5Klu2rNzc3FSoUCGNHTs2VY1JSUn29zzldu4+ffro4sWL9j63mzO33p4aGRmpzz//3L7drX+7ly9f1qBBgxz217NnT507dy7NY5g7d67Kly8vNzc3DR06VJI0a9YsValSRb6+vvLw8FChQoXUtWvX275fAO4RAwDIkEmTJhlJZsuWLebTTz81kszKlSvt68PDw02pUqXsy4cOHTKSzKRJk1KNJckMGTLEvjxkyBAjyRQrVsy8//77Zvny5ebNN980kkyvXr1M8eLFzdixY83y5cvNCy+8YCSZOXPm2LdfvXq1kWSCgoJM8+bNzcKFC823335rChcubHx8fEx8fLy976pVq0z27NnN008/bWbMmGFiYmJMZGRkqlpTjjd//vyme/fuZsmSJWb27Nnm+vXraZ6fU6dOmfz585s8efKYL774wsTExJhevXoZSeaVV14xxhiTmJhoNmzYYAICAkyNGjXMhg0bzIYNG8zly5fTHHP48OFGklmyZMlt35sU+/btM97e3ubJJ58033zzjfnxxx9N+/btjSQTHR2d6nwFBwebyMhIExMTY7744gvj5eVlateuberXr29ef/11s2zZMhMdHW2yZs1qXn311VTvYXBwsKlevbqZO3eumTdvnilatKjx8/Mzffv2Nc2bNzeLFi0y3333nfH39zdly5Y1ycnJ9u2nTp1qbDabadGihZk7d65ZuHChadKkicmaNatZsWKFvd/Nc+Pdd981y5cvN2PGjDGurq7mhRdesPfbsGGDcXd3N40aNbKf1z179hhjjPnXv/5lPDw8zJgxY8zq1avNokWLzMiRI824ceMsz+WRI0fM3LlzjSTz6quvmg0bNpjt27cbY4xZs2aNcXFxMRUqVDAzZsww8+fPN88884yx2Wxm+vTp9jHudg7d7Oa/txTdu3e3/02kvGd58uQxQUFB5vTp0/Z+4eHhJleuXCZfvnxm7NixZunSpaZ3795GkunZs+dt9ztt2jQjyUyYMOGONRqTvnlvzP99HgQHB5umTZuaRYsWmW+//db4+/ubokWLmk6dOpmuXbuaJUuW2Odi06ZNHfYVHBxs8ufPb5544gkzceJEs3jxYtOxY0cjyXz44Yf2fhcvXjTlypUzuXPnNmPGjDErVqwwn376qfH19TV16tSxz8PbzZmUv5HVq1cbY4z57bffTOvWrY0ke9+Uv93k5GQTERFhsmXLZgYPHmyWLVtmPvroI+Pp6WnKly/v8PcdHBxsAgMDTaFChczEiRPN6tWrzebNm8369euNzWYz7dq1M4sXLzarVq0ykyZNMp06dUrX+wAgcxEaASCDbv5H7JUrV0yhQoVMxYoV7f8Ay4zQOHr0aId+5cqVM5LM3Llz7W3Xrl0zefLkMa1atbK3pfwDLywszCGYHD582Li4uJiXXnrJ3la8eHFTvnx5c+3aNYd9NWnSxAQGBpobN244HG/nzp3TdX4GDhxoJJlNmzY5tL/yyivGZrOZ/fv329uCg4NN48aN7zjmyy+/bCSZffv2pauGdu3aGVdXV5OQkODQ3rBhQ+Ph4WHOnTtnjPm/83XrP8r79OljJJnevXs7tLdo0cL4+fk5tEkyAQEB5sKFC/a2+fPnG0mmXLlyDu/DJ598YiSZXbt2GWP+/ke9n59fqv3fuHHDhIaGmsqVK9vbUubGqFGjHPr26NHDuLm5OezH09PTdOnSJdV5KV26tGnRokWq9jtJmcM3BxJjjKlatarJmzevOX/+vL3t+vXrpnTp0qZAgQL2mu52Dt3s1tAYFxdnJJkePXo49Nu0aZORZN566y17W3h4uJFkfvjhB4e+3bp1M1myZDG///675X5HjhxpJJmYmJh01ZneeZ9yLkNDQ+1/Y8b839xo1qyZw/YpczExMdHeFhwcbGw2m4mNjXXoW79+fePj42MuXrxojDFmxIgRJkuWLA6B2xhjZs+ebSSZxYsX29us5sytodEYY3r27GnSuv4QExOT5hydMWOGkWT+/e9/OxxD1qxZHT4PjDHmo48+MpLsf6MAnIvbUwEgE2TPnl3Dhg3T1q1bU93W+U80adLEYblEiRKy2Wxq2LChvS1btmwqXLhwmk9w7dChg8N3xYKDg1W9enWtXr1akvTbb79p37596tixoyTp+vXr9lejRo10/Phx7d+/32HMZ599Nl21r1q1SiVLllTlypUd2iMjI2WM0apVq9I1zj+xatUq1a1bV0FBQalquHTpkjZs2ODQntb5lqTGjRunaj979myqW1Rr164tT0/PVNs3bNjQ4X1IaU95z9avX6+zZ8+qS5cuDu9BcnKyGjRooC1btjjcRihJzZo1c1guW7asLl++nOoWxrRUrlxZS5Ys0cCBA7VmzZp/9H28ixcvatOmTWrdurW8vLzs7VmzZlWnTp109OjRDM+h20mZw5GRkQ7tlStXVokSJVLd1uvt7Z3qnHXo0EHJycn66aef/nE9Ke523jdq1EhZsvzfP8duN+ekv299vVmpUqVSfZe6Q4cOSkpK0vbt2yVJixYtUunSpVWuXDmH+RUREZHqiaiZIeUYb31vnnvuOXl6eqZ6b8qWLauiRYs6tFWqVEmS1KZNG82cOVP/+9//MrVGAHeH0AgAmaRdu3YKCwvT22+/rWvXrmXKmH5+fg7L2bNnl4eHh9zc3FK1X758OdX2AQEBabadOXNGknTy5ElJ0uuvvy4XFxeHV48ePST9/bTSm93uyaY3O3PmTJp98+XLZ19/t1K+q3jo0KF7UkNa5/t27bee84xun/I+tG7dOtX7EB0dLWOMzp496zBGrly5HJZdXV0lKV0BcOzYsRowYIDmz5+v2rVry8/PTy1atNCBAwfuuO2t/vzzTxlj7uo8p3cO3U7KmFb7vXWf/v7+qfql/H3cbi4+6HPO6m/85n2dPHlSu3btSjW3vL29ZYxJ9Tf+T505c0bZsmVTnjx5HNptNpvD50+KtM5XzZo1NX/+fF2/fl2dO3dWgQIFVLp06dt+7xbAvcPTUwEgk9hsNkVHR6t+/fr697//nWp9StC79aEfGQlP6XXixIk021ICR+7cuSVJgwYNUqtWrdIc49afVEjvk1Jz5cql48ePp2o/duyYw77vRkREhN566y3Nnz9fDRo0cEoN90JKHePGjbN8QmVaoSejPD09NXToUA0dOlQnT560X3Vs2rSp/Sml6ZUzZ05lyZLlrs7zP33arvR/ofn48eOpfnbj2LFjqfaZEsxvlvL3cWsAv1nt2rXl4uKi+fPn6+WXX05XXfdzzln9jafUkrJPd3d3TZw4Mc0xMrumXLly6fr16zp9+rRDcDTG6MSJE/ariCms5kPz5s3VvHlzXblyRRs3btSIESPUoUMHhYSEqFq1aplaM4Db40ojAGSievXqqX79+nrvvfdS3bro7+8vNzc37dq1y6H9hx9+uGf1fP/99zLG2Jd///13rV+/3v5ExGLFiqlIkSLauXOnKlasmObL29s7Q/uuW7eu9u7da79FLsU333wjm82m2rVr3/WYYWFhatiwob7++mvL21u3bt1qv4Wvbt26WrVqlf0f7DfX4OHhcd9+QuBOatSooRw5cmjv3r2W70PKlaa74erqescrj/7+/oqMjFT79u21f/9+Xbp06a724enpqSpVqmju3LkO+0pOTta3336rAgUKpLr1MDOkPD3322+/dWjfsmWL4uLiUv0kyPnz57VgwQKHtmnTpilLliyqWbOm5X4CAgL00ksvaenSpfrmm2/S7BMfH2//u74X8/529uzZo507dzq0TZs2Td7e3goLC5P0923X8fHxypUrV5pz6+an4KZnztzcV0p9dTvl3N/63syZM0cXL168659rcXV1VXh4uKKjoyUpzSdAA7i3uNIIAJksOjpaFSpU0KlTp1SqVCl7u81m0/PPP6+JEyfqySefVGhoqDZv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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "# Data for the number of comments\n", + "top_competitors = ['Le Wagon', 'Springboard', 'SheCodes', 'Ironhack', 'DesignLab']\n", + "comment_counts = [2775, 1646, 1425, 1293, 982]\n", + "\n", + "plt.figure(figsize=(10, 6))\n", + "\n", + "plt.barh(top_competitors, comment_counts, color='skyblue')\n", + "plt.xlabel('Number of Comments')\n", + "plt.ylabel('Schools')\n", + "plt.title('Number of Comments for Top Competitors')\n", + "plt.gca().invert_yaxis()\n", + "\n", + "plt.show()" + ] + }, + { + "cell_type": "code", + "execution_count": 219, + "id": "c669c7ab", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
comment_idschool_idschool_nameuser_nameanonymousgraduating_yeartaglinecreated_atoverall_scoreoverall_ratingcurriculum_ratingjob_support_ratingreview_bodyprogramprogram_cat
030984910828ironhackAnonymousTrue2024Data Analytics2024-04-033.34.04.02.0I just Finished the my study , I did the Data ...Data Analytics Part-TimeData Science and Analytics
130947910828ironhackPatrick MarquesFalse2024An intense experience full of emotions but at ...2024-03-194.04.04.04.0Hello, my name is Patrick Marques and I can sa...Data Analytics BootcampData Science and Analytics
230868310828ironhackHarikrishnan RamakrishnapillaiFalse2023It was amazing2024-02-154.34.05.04.0I could finish cybersecurity course within 3 m...Unknown
330743310828ironhackSorin TuineaFalse2023I would definitely recommend it2023-12-225.05.05.05.0I chose Ironhack after reading a lot of review...Unknown
430735010828ironhackKasia LukszaFalse2023Best learning experience of my life2023-12-195.05.05.05.0Attending this bootcamp was hands down the bes...UX/UI Design BootcampUX/UI Design
................................................
128823177210828ironhackAnonymousFalse2014Learn in two months what would otherwise take ...2014-09-305.05.05.05.0I can fully recommend IronHack for any of you ...Part-time Web DevelopmentWeb Development
128923163610828ironhackMarcos SorribasFalse2014El mejor bootcamp al que he asistido. Una expe...2014-09-245.05.05.05.0Asistí al primer bootcamp de desarrollo de iOS...Full-time Web Development BootcampWeb Development
129023161110828ironhackXabier VicuñaFalse2014Great experience, I highly recommend it2014-09-245.05.05.05.0Excellent product. Great experience. Worth eve...Part-time Web DevelopmentWeb Development
129123160910828ironhackJHDFalse2014It was an amazing experience!2014-09-245.05.05.05.0I was part of the first English run of Ironhac...Part-time Web DevelopmentWeb Development
129223181510828ironhackEnrique Isasi VelascoFalse2014Simply gorgeous.2014-09-235.05.05.05.0I attended the Ironhack Madrid Bootcamp on Jan...Part-time Web DevelopmentWeb Development
\n", + "

1293 rows × 15 columns

\n", + "
" + ], + "text/plain": [ + " comment_id school_id school_name user_name \\\n", + "0 309849 10828 ironhack Anonymous \n", + "1 309479 10828 ironhack Patrick Marques \n", + "2 308683 10828 ironhack Harikrishnan Ramakrishnapillai \n", + "3 307433 10828 ironhack Sorin Tuinea \n", + "4 307350 10828 ironhack Kasia Luksza \n", + "... ... ... ... ... \n", + "1288 231772 10828 ironhack Anonymous \n", + "1289 231636 10828 ironhack Marcos Sorribas \n", + "1290 231611 10828 ironhack Xabier Vicuña \n", + "1291 231609 10828 ironhack JHD \n", + "1292 231815 10828 ironhack Enrique Isasi Velasco \n", + "\n", + " anonymous graduating_year \\\n", + "0 True 2024 \n", + "1 False 2024 \n", + "2 False 2023 \n", + "3 False 2023 \n", + "4 False 2023 \n", + "... ... ... \n", + "1288 False 2014 \n", + "1289 False 2014 \n", + "1290 False 2014 \n", + "1291 False 2014 \n", + "1292 False 2014 \n", + "\n", + " tagline created_at \\\n", + "0 Data Analytics 2024-04-03 \n", + "1 An intense experience full of emotions but at ... 2024-03-19 \n", + "2 It was amazing 2024-02-15 \n", + "3 I would definitely recommend it 2023-12-22 \n", + "4 Best learning experience of my life 2023-12-19 \n", + "... ... ... \n", + "1288 Learn in two months what would otherwise take ... 2014-09-30 \n", + "1289 El mejor bootcamp al que he asistido. Una expe... 2014-09-24 \n", + "1290 Great experience, I highly recommend it 2014-09-24 \n", + "1291 It was an amazing experience! 2014-09-24 \n", + "1292 Simply gorgeous. 2014-09-23 \n", + "\n", + " overall_score overall_rating curriculum_rating job_support_rating \\\n", + "0 3.3 4.0 4.0 2.0 \n", + "1 4.0 4.0 4.0 4.0 \n", + "2 4.3 4.0 5.0 4.0 \n", + "3 5.0 5.0 5.0 5.0 \n", + "4 5.0 5.0 5.0 5.0 \n", + "... ... ... ... ... \n", + "1288 5.0 5.0 5.0 5.0 \n", + "1289 5.0 5.0 5.0 5.0 \n", + "1290 5.0 5.0 5.0 5.0 \n", + "1291 5.0 5.0 5.0 5.0 \n", + "1292 5.0 5.0 5.0 5.0 \n", + "\n", + " review_body \\\n", + "0 I just Finished the my study , I did the Data ... \n", + "1 Hello, my name is Patrick Marques and I can sa... \n", + "2 I could finish cybersecurity course within 3 m... \n", + "3 I chose Ironhack after reading a lot of review... \n", + "4 Attending this bootcamp was hands down the bes... \n", + "... ... \n", + "1288 I can fully recommend IronHack for any of you ... \n", + "1289 Asistí al primer bootcamp de desarrollo de iOS... \n", + "1290 Excellent product. Great experience. Worth eve... \n", + "1291 I was part of the first English run of Ironhac... \n", + "1292 I attended the Ironhack Madrid Bootcamp on Jan... \n", + "\n", + " program program_cat \n", + "0 Data Analytics Part-Time Data Science and Analytics \n", + "1 Data Analytics Bootcamp Data Science and Analytics \n", + "2 Unknown \n", + "3 Unknown \n", + "4 UX/UI Design Bootcamp UX/UI Design \n", + "... ... ... \n", + "1288 Part-time Web Development Web Development \n", + "1289 Full-time Web Development Bootcamp Web Development \n", + "1290 Part-time Web Development Web Development \n", + "1291 Part-time Web Development Web Development \n", + "1292 Part-time Web Development Web Development \n", + "\n", + "[1293 rows x 15 columns]" + ] + }, + "execution_count": 219, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "ironhack_comments" + ] + }, + { + "cell_type": "markdown", + "id": "7ccda9e9", + "metadata": {}, + "source": [ + "### Average Ratings by Year" + ] + }, + { + "cell_type": "code", + "execution_count": 222, + "id": "7d53443a", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "image/png": "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KlWqoNfrixz9tHr1aho1asSIESMICwsjNDSUjh07Mnv2bKt2v/76K0888QS2traUL1+e8ePHk5eXZ1mflpbGa6+9ho+PD7a2toSHh7N69er8831TmTqAGTNmEBwcbHlcULpu0qRJ+Pv7ExoaCliXTCxo//zzz6NSqQgODub06dOo1Wp2795t1f/s2bMJCgq65fNnb2+Pr68vfn5+RERE8NZbb7F3716rNtu2baNevXro9Xr8/Px49913rY7bYDAwePBgvL29sbW1pVGjRuzatQvIT5A2b94cADc3N1QqFb169QLAbDYzZcoUKlasiF6vJzAwkIkTJ1r6HTVqFKGhodjb21O+fHnGjBmD0Wi0rC84pwsXLiQwMBBHR0fefPNNTCYTU6dOxdfXF29vb6s+IX+E3dy5c2nbti12dnaUK1eO77//vthzVFIzZswgKiqK1atX89JLLxEUFES9evVYuXIllStXpm/fviiKwoYNG7C1tS00Ym7w4ME0bdrU8nj79u00adIEOzs7AgICGDx4MJmZmZb1wcHBfPzxx/Tq1QsXFxf69+9fovMm7o62tAMQQgghhBBCCCGEEEKI/4Jso4kqH264L30pQFJ6DtXG/Vai9oc/ao297va3gy9fvsz69euZOHEiDg4Ohda7uroC0K9fP5o0aUJiYiJ+fn4ArF27loyMDF566SVL+8WLF9O3b1927NjB7t27ee211wgKCrLc+O/duzenT59m+fLl+Pv7s2rVKtq0aUNMTAwhISEAZGVlMWnSJObPn4+Hhwfe3t6F4vL19eW7777j4MGDhIeHF3lsGzZs4JVXXmHWrFk0btyYuLg4SxnDsWPHYjabadu2LVevXuXbb7+lQoUKHD58GI1Gc9vzdqPNmzfj7OzMxo0bi0xk7dq1C29vbyIjI2nTpg0ajQYvLy9atmxJZGQkderUsbSNjIykV69eqFSqEu378uXLfP/999SvX9+yLCEhgXbt2tGrVy+WLFnCkSNH6N+/P7a2towbNw6AkSNHsnLlShYvXkxQUBBTp06ldevWnDhxgoCAAFauXEmnTp04evQozs7O2NnZATB69GjmzZvH9OnTadSoEYmJiRw5csSybycnJxYtWoS/vz8xMTH0798fJycnRo4caWkTFxfHunXrWL9+PXFxcXTu3JlTp04RGhrKtm3b2L59O3369KFFixZE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F9O8eXPTlI8ffvghkyZN4plnngGyRlDt37+f2bNn89JLL+XIMGPGDNzd3Zk2bRoGgwEvLy9Onz7NiBEjeO+990zFDnd3dyZPnozBYKBevXrExMQwefJkXn31VVNfQUFB9OvXD4D33nuPmTNn0rx5c7p16wbAiBEj8PPz48yZM7i6ut7yeO3s7Ez9DhgwwNTH5MmTCQ8Px8vLi4ceyvp7b/bIr1tp3bo1VlZWpKamkpaWRt++fQkJCTG9/tlnnzFixAhTwWjixImEhYUxZcoUpk+fzuLFi0lJSeHrr7/G0dERgGnTpvHkk08yceJEKleujL29PdevXzfLs3DhQs6dO8f27dspX748AJ6enqbXGzZsSMOGDU3Px40bx3fffceqVavMCoSFPcdQvNdstuwCYfY1fLvS0tKYMWOG2TkAaN++PcOHDzc9v3EZLIDp06dTtmxZli1bhq2tLcAdn/4027hx42jTpg0Affr04e233+bIkSPUqlULgOeee46wsDBGjBhRrPstUkHs5ZdfxtfXN8dwOWtraypXrlwcuURERERERO6aPb/HkXY9gwrVnKjhU8HScURui8Fg4L0nvQn6YiOaALSEc64M/SMsnUJELOBIO588X7PGfKDB3kce5ssTZ5hy4iylDAZSjUYG16hEaI3KWN3Udrufd7HkCwwMJCkpie3bt3Px4kXq1q1LpUqV8Pf3p2fPniQlJREeHk716tWpVasWK1aswGg05vgy/fr161So8M/frWxsbGjWrJnpuZeXFy4uLsTGxha6uJA9iid7YMbOnTv5888/Wbx4sVmbzMxMjh07Rv369QkODmb+/PmMHj0ao9HI0qVLTd9xnzt3jri4OPr06WNWqEpPT6ds2bK5ZoiNjcXPz89scEibNm1ITEzk5MmTVK9eHYBWrVqZtfHz82PSpElkZGRgbW0NZE3dmC37O3YfH58c286ePYurq2uBjvfmfg0GA66urpw9ezb/k5uH5cuXU79+fdLS0oiJiWHQoEGUK1eOjz/+mCtXrnD69GlTkePG87F7927T+WrYsKGpGJb9emZmJgcPHsyzthAdHU3jxo1NxbCbJSUl8f777/PTTz9x+vRpUyH35hFihT3HUPhr9vHHH2fjxo0A1KhRg3379uVoc/O1e7tKlSpldmzZbsydm+joaNq2bWsqht1NN38WDg4OpmJY9rbs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2ffff28qctevX58ZM2YwYcIEPvzwQ5599lmGDx/OV199ZdbXo48+Sp06dWjXrh3Xr1/nhRdeMJsqE259nRfkGHOT1zVRFAZjXpM3FtEff/zBf/7zH77++mvS09OLbSjbnXTlyhXKli3L5cuXTdXs+01aWhqrV68mKChI01mKWIDuQRHL030oYlm6B0UsT/ehiGXd7/fgg/D9WmFdu3aNY8eOUbNmTezs7CwdRywkICCARo0aMWXKFEtHkUJauHAhgwcP5tKlS8Xet5eXF6+88grDhw8v9r6LW69evbh06RLff/99nm0sfZ0X9Odtsfyq5L59+1i8eDFLliwhLi4Oo9FInTp1cgw5FRERERERudP2bTxFmYfsqVav3B1dkFlERERERKQwzp49y5o1azh48CCPPvqopeM8cIpcEIuPj2fJkiX897//Zc+ePRiNRipWrEj//v3p2bMnLVu2LM6cIiIiIiIit5SSmMqmb/4k/XoGTw9rjFudcpaOJCJSfP4+ClH/AbdG4J3/ehsiIiJS8nTu3JmLFy8ydepUGjdubOk4D5wiFcQ6duxIeHg4GRkZlC5dmmeffZaePXvy+OOPm817KSIiIiIicjft+f0k6dczqOjuRBVPF0vHEREpXnu/hU2fQ3U/FcRERO4R+a3JJSVbr1696NWrV7H2GRUVVaz93Q0LFy68ZZt75TovUvXq999/p23btvTs2ZNu3brlOS9wenq6CmQiIiIiInJXXE9JZ0/YSQCaBXloukQRuf806g5xkdC4JxiNoJ9zIiIiIgVWpGrVsWPHqF69ep6v79+/n3nz5rF48WISEhKKHE5ERERERKSgYsJPkpqSTrkqjtRq+JCl44iIFL8ybhC8wtIpRERERO5JRSqI5VYMS0xMZNmyZcybN49t27ZhNBopVarUbQcUERERERG5lbTrGexeHwdA0841MFhp1ISIiIiIiIj847bnM9y0aRPz589nxYoVJCcnYzQaady4Mb1796Z79+7FkVFERERERCRf+zae4lpSGmUq2lGnWSVLxxERubOuJ8K+76CCJ9Tws3QaERERkXtCkQpiZ86cYdGiRcyfP5/Dhw9jNBpxdXUlKSmJkJCQAi2yJiIiIiIiUlycK9jhUtmBxh2rY2VtZek4IiJ31h+fQsQUqBekgpiIiIhIARW4IJaZmcnPP//MvHnzWL16Nenp6djZ2fH8888TEhLCY489hq2traZJFBERERGRu65240rUbPgQGI2WjiIicuc16g6xP0J1FcNERERECqrAvzpZrVo1unbtyo8//kirVq346quvSEhIYOnSpTz++ONYW1vfyZwiIiIiIiL5srIyaHSYiDwYHqoHoTuhzSBLJxGRuyUzA45thJhvsv6bmWHpRIW2cOFCXFxcLB3jthw/fhyDwUB0dLSlo8gNevXqRdeuXS0d455287UdHh6OwWDg0qVLFs1V3Ar8r8WEhAQMBgPDhw9n1apVvPLKK5QpU+ZOZhMREREREcnXkV1niQk/SXravfelkIjIbTEYLJ1ARO6W/atgSgNY9C9Y2Sfrv1MaZG2/A2bNmoWzszPp6emmbYmJidja2tK2bVuzths3bsRgMHDo0KE7kgXAYDCYHo6OjtSpU4devXqxc+fOO7bPB0VBC3zZ7bIf5cqVo127dmzYsOG2MxgMBr7//vsC7Te3x9ixY/niiy9K/DJOP/30EwEBATg7O+Pg4EDz5s1LfOb7UYELYj169MDOzo7PPvuMKlWq0K1bN1atWmX2g1FERERERORuycw0suW7I/yx7BD7/jht6TgiInef0Qh/bYVzBy2dRETulP2r4P9C4MpNf9e5Ep+1/Q4UxQIDA0lMTGTHjh2mbRs3bsTV1ZXt27eTnJxs2h4eHo6bmxt169Yt9hw3WrBgAfHx8ezbt4/p06eTmJhIy5Yt+frrr+/ofsXc+vXriY+PZ8OGDZQpU4agoCCOHTtWpL5SU1Nv2cbd3Z34+HjTY9iwYTz88MNm24YPH07ZsmVL9OjDL7/8ki5dutC6dWsiIyPZs2cPL7zwAq+99hrDhw+/o/tOS0u7o/3fawpcEPv666+Jj49nxowZ+Pj4sHLlSp5++mlcXV0ZOHAgW7duvZM5RUREREREzBzZeZbLZ1Mo7WhD/TZVLB1HROTu++19mN8JNk2xdBIRKSijEVKTCva4dgXWvAXktkbq/7atHZHVriD9FXCt1Xr16uHm5kZ4eLhpW3h4OF26dKF27dps3rzZbHtgYCCQVeB46623qFq1Ko6OjrRs2dKsj2zff/89devWxc7Ojo4dOxIXF3fLTC4uLri6uuLh4cFjjz3GN998Q3BwMAMHDuTixYumdps3b6Zdu3bY29vj7u7OoEGDSEpKAuDtt9+mVatWOfr29fVlzJgxpucLFiygfv362NnZ4eXlxYwZM/LNtmHDBlq0aEHp0qWpUqUKI0eONBtEEhAQwMCBAxk4cCAuLi5UqFCBUaNGYbzh8/Dw8GDcuHGEhITg5OREjRo1+OGHHzh37hxdunTByckJHx8fsyLlrY43u98JEybw8ssv4+zsTPXq1fnqq69Mr9esWROAxo0bYzAYCAgIyPdYK1SogKurK76+vsyePZvk5GR+/fVXLly4wIsvvki1atVwcHDAx8eHpUuXmr03+zwMHTqUihUr0rFjRzw8PAB4+umnMRgMpufZrK2tcXV1NT2cnJywsbHJse3mKRMDAgIIDQ1l8ODBlCtXjsqVK/PVV1+RlJRE7969cXZ2pnbt2qxZs8Zsf/v37ycoKAgnJycqV65Mz549OX/+fL7n5Fbi4uIYNmwYgwcPZsKECXh7e+Pp6cmwYcP49NNPmTRpEpGRkWRmZlKtWjVmzZpl9v6oqCgMBgNHjx4F4PLly/Tt25dKlSpRpkwZ2rdvz+7du03tx44dS6NGjZg/fz61atWidOnSGI1G1q5dyyOPPGK6Bv/1r39x5MiR2zq2e1GhJth3dnamX79+bNu2jT179hAaGorBYGDGjBm0adMGg8HAwYMH+euvv+5UXhEREREREYyZRnasOQ5Aw/bulLKzsWwgERFLqPs42DpCaSdLJxGRgkpLhgluBXt87A5X4/PpzJg1cuxj94L1l5acT1/mAgICCAsLMz0PCwsjICAAf39/0/bU1FS2bNliKoj17t2biIgIli1bxp49e+jWrRudO3fm8OHDpn6Sk5MZP348ixYtIiIigitXrvDCCy8U7hz+z5AhQ7h69Srr1q0DICYmhk6dOvHMM8+wZ88eli9fzqZNmxg4cCAAwcHBREZGmhUB9u3bR0xMDMHBwQDMmTOHd999l/HjxxMbG8uECRMYPXo0ixYtyjXDqVOnCAoKonnz5uzevZuZM2cyb948xo0bZ9Zu0aJF2NjYEBkZydSpU5k8eTJz5841azN58mTatGnDrl27eOKJJ+jZsychISH06NGDqKgoPD09CQkJMRXSbnW82SZNmkSzZs3YtWsXAwYMoH///hw4cACAbdu2Af+M/Pr2228LfP4dHByArBFI165do2nTpvz000/s3buXvn370rNnTyIjI3M9DxEREcyePZvt27cD/4wAzH5eHBYtWkTFihXZtm0boaGh9O/fn27dutG6dWuioqLo1KkTPXv2NI14jI+Px9/fn0aNGrFjxw7Wrl3LmTNneP75528rxzfffENaWlquI8H69euHk5MTS5cuxcrKihdeeIHFixebtVmyZAl+fn7UqlULo9HIE088QUJCAqtXr2bnzp00adKERx99lL///tv0nj///JP/+7//Y+XKlabpMJOSkhg6dCjbt2/nt99+w8rKiqeffprMzMzbOr57TZFXnG7QoAFTpkzh9OnTLFu2jI4dO2IwGNi4cSO1atWiY8eOOarAIiIiIiIixeHYnvP8fTqJUnbW+AZWs3QcERHLcG8Bww9B0KeWTiIi95mAgAAiIiJIT0/n6tWr7Nq1i3bt2uHv728a9bV161ZSUlIIDAzkyJEjLF26lBUrVtC2bVtq167N8OHDeeSRR1iwYIGp37S0NKZNm4afnx9NmzZl0aJFbN682VSYKQwvLy8ga50pgE8//ZTu3bszePBg6tSpQ+vWrZk6dSpff/01165do0GDBvj6+rJkyRJTH4sXL6Z58+amKR8//PBDJk2axDPPPEPNmjV55plnGDJkCLNnz841w4wZM3B3d2fatGl4eXnRtWtX3n//fSZNmmRWaHB3d2fy5MnUq1eP4OBgQkNDmTx5sllfQUFB9OvXjzp16vDee+9x9epVmjdvTrdu3ahbty4jRowgNjaWM2fOFOh4b+x3wIABeHp6MmLECCpWrGj6DB966CHgn5Ff5cuXL9C5T0pK4u2338ba2hp/f3+qVq3K8OHDadSoEbVq1SI0NJROnTqxYsUKs/d5enryySefUK9ePby8vEz7zx4BmP28ODRs2JBRo0ZRp04d3n77bezt7alYsSKvvvqq6RxfuHCBPXv2ADBz5kyaNGnChAkT8PLyonHjxsyfP5+wsLDbWiPv0KFDlC1blipVcs5oUapUKWrVqmXqPzg4mIiICE6cOAFAZmYmy5Yto0ePHkBWYTomJoYVK1bQrFkz6tSpw2effYaLiwvffPONqd/U1FT+85//0LhxY3x9fTEYDDz77LM888wz1KlTh0aNGjFv3jxiYmLYv39/kY/tXnTbv0Zpa2vL888/z/PPP8/JkyeZP38+Cxcu5LfffuP333/nxRdfLI6cIiIiIiIiABiNRnb+b3RYg4BqlHawtWwgERFLMRg0OkzkXmPrAO8UcO3TE5th8XO3bhf8DdRoXbB9F1BgYCBJSUls376dixcvUrduXSpVqoS/vz89e/YkKSmJ8PBwqlevTq1atVixYgVGozHHWmLXr1+nQoUKpuc2NjY0a9bM9NzLywsXFxdiY2Np0aJFgfMBppFSBoMBgJ07d/Lnn3+ajbAxGo1kZmZy7Ngx6tevT3BwMPPnz2f06NEYjUaWLl3K4MGDATh37hxxcXH06dOHV1991dRHeno6ZcuWzTVDbGwsfn5+pgwAbdq0ITExkZMnT1K9enUAWrVqZdbGz8+PSZMmkZGRgbW1NZA1dWO2ypUrA+Dj45Nj29mzZ3F1dS3Q8d7cr8FgwNXVlbNnz+Z/cvPQunVrrKysSE5OpkqVKixcuBAfHx8yMjL4+OOPWb58OadOneL69etcv34dR0dHs/ff+Nnn5a+//sLb29v0/J133uGdd94pdNYbj9va2poKFSrkeT4h6/oJCwvDySnnn6tHjhzJdZ28G9v26NEjx3SHBWE0Gk3XRuPGjfHy8mLp0qWMHDmSDRs2cPbsWdMotZ07d5KYmGh2TwGkpKSYjXysUaNGjuLikSNHGD16NFu3buX8+fOmgu1ff/1FgwYNCp37XlWs84pUq1aN9957j/fee4/169czf/784uxeRERERESEuNi/OXviKja2VjR61N3ScURESoYr8VkFMmdXSycRkfwYDFDK8dbtAGq3hzJuWfd3ruuIGbJer90erKyLMyWenp5Uq1aNsLAwLl68iL+/PwCurq7UrFmTiIgIwsLCaN++PZA1ksXa2pqdO3eaCjzZbi4w3FgYym/brcTGxgL/rIOVmZlJv379GDRoUI622YWp7t27M3LkSKKiokhJSSEuLs40ZWN2gWDOnDm0bNnS7P03H1O2G4sZN24ryjHZ2v7zS17Z781tW3bOghzvzX1k91PUafKWL1+Ot7e3aR2qbJMmTWLy5MlMmTIFHx8fHB0dGTx4MKmpqWbvv7lAlhs3NzfTNH9AgUet3Sy3477V+XzyySeZOHFijr5yG90FmOUsU6ZMrm3q1q3L5cuXOX36NG5ubmavpaamcvToUdN9BFmjxJYsWcLIkSNZsmQJnTp1omLFiqaMVapUyXVtPhcXF9P/53aen3zySdzd3ZkzZw5ubm5kZmbSoEGDHJ/R/e6OTbTfoUMHOnTocKe6FxERERGRB5RDmdJ4+Fak7EP22DuXsnQcERHL2zgJfh8HLftD5wmWTiMixcXKGjpPhP8LAQyYF8X+V2zp/HGxF8OyBQYGEh4ezsWLF3nzzTdN2/39/fnll1/YunUrvXv3BrJGtmRkZHD27Fnatm2bZ5/p6ens2LHDNBrs4MGDXLp0yTT9YWFMmTKFMmXKmL6DbtKkCfv27cPT0zPP91SrVo127dqxePFiUlJS6NChg2mkUOXKlalatSpHjx41rSl2K97e3qxcudKsMLZ582acnZ2pWrWqqd3WrVvN3rd161bq1KmTZ6GtIApyvLdSqlTW36UzMjIK1N7d3Z3atWvn2L5x40a6dOlimtovMzOTw4cPm0ap5cfW1tZs/zY2Nrd1TEXVpEkTVq5ciYeHBzY2BSubFCTns88+y1tvvcWkSZOYNGmS2WuzZs0iKSnJbJa97t27M2rUKHbu3Mk333zDzJkzzTImJCRgY2ODh4dHwQ4MuHDhArGxscyePdt0f27atKnA77+fFHkNMREREREREUuoWM2JJwb40ubZu/8PZRGREqlyAzBmwqUTlk4iIsXN+yl4/msoc9MIlTJuWdu9n7pjuw4MDGTTpk1ER0ebRohBVkFszpw5XLt2jcDAQCBrFExwcDAhISF8++23HDt2jO3btzNx4kRWr15teq+trS2hoaFERkYSFRVF7969adWq1S2nS7x06RIJCQmcOHGCdevW8dxzz7FkyRJmzpxpGhkzYsQItmzZwuuvv050dDSHDx9m1apVhIaGmvUVHBzMsmXLWLFihamAk23s2LF89NFHfPHFFxw6dIiYmBgWLFjA559/nmuuAQMGEBcXR2hoKAcOHOCHH35gzJgxDB06FCurf756j4uLY+jQoRw8eJClS5fy5Zdf8sYbb9z6Q8hHQY83P5UqVcLe3p61a9dy5swZLl++XKQsnp6erFu3js2bNxMbG0u/fv1ISEgo0Hs9PDz47bffSEhI4OLFi0Xaf3F4/fXX+fvvv3nxxRfZtm0bR48e5ddff+Xll18ucMEwN9WrV+eTTz5hypQpvPvuuxw4cIAjR47w+eef89ZbbzFs2DCzEYk1a9akdevW9OnTh/T0dLp06WJ6rUOHDvj5+dG1a1d++eUXjh8/zubNmxk1ahQ7duzIM0O5cuWoUKECX331FX/++Se///47Q4cOLfIx3ctUEBMRERERkXuSwarwU+uIiNyXaj8KA3fAC4tv3VZE7j3eT8HgvfDST/DsvKz/Do65o8UwyCqIpaSk4OnpaRpFBVkFsatXr1K7dm3c3f+ZvnrBggWEhIQwbNgw6tWrx1NPPUVkZKRZGwcHB0aMGEH37t3x8/PD3t6eZcuW3TJL7969qVKlCl5eXvTv3x8nJye2bdtG9+7dTW18fX3ZsGEDhw8fpm3btjRu3JjRo0fnmO6uW7duXLhwgeTkZLp27Wr22iuvvMLcuXNNa2P5+/uzcOFC07SMN6tatSqrV69m27ZtNGzYkNdee40+ffowatQos3YhISGkpKTQokULXn/9dUJDQ+nbt+8tjzs/BT3e/NjY2DB16lRmz56Nm5ubWfGlMEaPHk2TJk3o1KkTAQEBuLq65ji3eZk0aRLr1q3D3d2dxo0bF2n/xcHNzY2IiAgyMjLo1KkTDRo04I033qBs2bJmxc2iGDJkCN999x0bN26kWbNmNGjQwFTQ/eyzz3K0Dw4OZvfu3TzzzDPY29ubthsMBlavXk27du14+eWXqVu3Li+88ALHjx83u0dvZmVlxbJly9i5cycNGjRgyJAhfPrpp7d1TPcqgzF7UtMH2JUrVyhbtiyXL1/Oc67Pe11aWhqrV68mKCgox/ypInLn6R4UsTzdhyKWVRz34JnjVzgYmUDjjtVxLm9XzAlF7n/6s1DEsu73e/BB+H6tsK5du8axY8eoWbMmdnb6u8uDKiAggEaNGjFlyhRLRxG5bxX0561GiImIiIiIyD1hx+rjxISdZNuPRy0dRUSk5EpPheuJlk4hIiIiUuKoICYiIiIiIiXe+ZNXOb7nPBigSacalo4jIlIybZ8Hn3vB1hmWTiIiIiJS4thYOoCIiIiIiMit7FxzAgDPppUo5+po4TQiIiVUKUdIvgB/rgf/tyydRkREgPDwcEtHEJH/UUFMRERERERKtIsJSfwZdRaApp09LBtGRKQkq/8U2LmAZwdLJxEREREpcVQQExERERGREi1q7QkwgodvRSpWc7J0HBGRkquUA9TrbOkUIiIiIiWS1hATEREREZES68r5FA5uOwNAs8c9LBtGRORek5lp6QQiIiIiJYYKYiIiIiIiUmLZlram4aPu1Gr8EJVrlrF0HBGRe8P+VTDbH7bPtXQSERERkRJDUyaKiIiIiEiJZe9cijbPemI0Gi0dRUTk3nHlNMRHg5U1tOxr6TQiIiIiJYIKYiIiIiIiUuIZDAZLRxARuXf4Pg/GDPD9t6WTiIiIiJQYmjJRRERERERKnJSrqfw8Yw+nD1+0dBQRkXuPQ3nwex0cK1o6iYiIycKFC3FxcbF0jNty/PhxDAYD0dHRlo4iN+jVqxddu3a1dIwSpbjvt/vl2ldBTERERERESpzo3+I4vuc8Ed/8qekSRURE5IE1I3oGs3bPyvW1WbtnMSN6RrHvc9asWTg7O5Oenm7alpiYiK2tLW3btjVru3HjRgwGA4cOHSr2HNkMBoPp4ejoSJ06dejVqxc7d+68Y/t8UBS0yJHdLvtRrlw52rVrx4YNG247g8Fg4Pvvvy/QfnN7jB07li+++IKFCxfedpY7KSwsjKCgICpUqICDgwPe3t4MGzaMU6dO3ZH9/fvf/76j9+W9SgUxEREREREpUa4lpRETfhKApo97aLpEEZGi+msrfNMH9n1n6SQiUkRWBiumR0/PURSbtXsW06OnY2Uo/q93AwMDSUxMZMeOHaZtGzduxNXVle3bt5OcnGzaHh4ejpubG3Xr1i32HDdasGAB8fHx7Nu3j+nTp5OYmEjLli35+uuv7+h+xdz69euJj49nw4YNlClThqCgII4dO1akvlJTU2/Zxt3dnfj4eNNj2LBhPPzww2bbhg8fTtmyZUv06MPZs2fToUMHXF1dWblyJfv372fWrFlcvnyZSZMmFbnfvM5hWloa9vb2VKpUqch9369UEBMRERERkRIlJvwkadcyKO/mSE1fTfclIlJkR8Nh7zewfZ6lk4jITZLTkvN8XM+4bmr3WsPX6OvTl+nR0/ky6kuS05L5MupLpkdPp69PX3o93KtA/RZGvXr1cHNzIzw83LQtPDycLl26ULt2bTZv3my2PTAwEMj6cv6tt96iatWqODo60rJlS7M+sn3//ffUrVsXOzs7OnbsSFxc3C0zubi44OrqioeHB4899hjffPMNwcHBDBw4kIsX/5lie/PmzbRr1w57e3vc3d0ZNGgQSUlJALz99tu0atUqR9++vr6MGTPG9HzBggXUr18fOzs7vLy8mDEj/1F4GzZsoEWLFpQuXZoqVaowcuRIs9F1AQEBDBw4kIEDB+Li4kKFChUYNWqU2SwIHh4ejBs3jpCQEJycnKhRowY//PAD586do0uXLjg5OeHj42NWpLzV8Wb3O2HCBF5++WWcnZ2pXr06X331len1mjVrAtC4cWMMBgMBAQH5HmuFChVwdXXF19eX2bNnk5yczK+//sqFCxd48cUXqVatGg4ODvj4+LB06VKz92afh6FDh1KxYkU6duyIh4cHAE8//TQGg8H0PJu1tTWurq6mh5OTEzY2Njm23TxlYkBAAKGhoQwePJhy5cpRuXJlvvrqK5KSkujduzfOzs7Url2bNWvWmO1v//79BAUF4eTkROXKlenZsyfnz5/P95zcysmTJxk0aBCDBg1i/vz5BAQE4OHhQbt27Zg7dy7vvfceAGPHjqVRo0Zm750yZYrZOck+zo8++shUiM4eRfd///d/BAQEYGdnx3//+99cp0xctWoVzZo1w87OjooVK/LMM8+YXsttpJ6Li0ueI+9y6//77783+2XG7GOaP38+1atXx8nJif79+5ORkcEnn3yCq6srlSpVYvz48QU6l8VBBTERERERESkxUq+ls/v3rC9Fmj3ugcFKo8NERIqsUTA06wOPfWjpJCJyk5ZLWub5GBI2xKztf2L/A8BXMV/RcklLvor5yvS8//r+Zm07r+yca5+FFRAQQFhYmOl5WFgYAQEB+Pv7m7anpqayZcsWU0Gsd+/eREREsGzZMvbs2UO3bt3o3Lkzhw8fNvWTnJzM+PHjWbRoEREREVy5coUXXnih0PkAhgwZwtWrV1m3bh0AMTExdOrUiWeeeYY9e/awfPlyNm3axMCBAwEIDg4mMjKSI0eOmPrYt28fMTExBAcHAzBnzhzeffddxo8fT2xsLBMmTGD06NEsWrQo1wynTp0iKCiI5s2bs3v3bmbOnMm8efMYN26cWbtFixZhY2NDZGQkU6dOZfLkycydO9eszeTJk2nTpg27du3iiSeeoGfPnoSEhNCjRw+ioqLw9PQkJCTEVEi71fFmmzRpEs2aNWPXrl0MGDCA/v37c+DAAQC2bdsG/DPy69tvvy3w+XdwcACyRiNdu3aNpk2b8tNPP7F371769u1Lz549iYyMzPU8REREMHv2bLZv3w78MwIw+3lxWLRoERUrVmTbtm2EhobSv39/unXrRuvWrYmKiqJTp0707NnTNOIxPj4ef39/GjVqxI4dO1i7di1nzpzh+eefv60cK1asMBWLc1PYkW2//fYbsbGxrFu3jp9++sm0fcSIEQwaNIjY2Fg6deqU430///wzzzzz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9TUVwwDi4+P566+/TO1r1qzJ6tWrGTJkCNOnT8fNzY2pU6cWuBgmIiIiIiIiIiLAvu9gy3RoNQAaPGPpNCIiIvcso9HIiRMn+Oyzz6hcuTINGjSwdCShBBbE5s2bl+/rCxcuzLHN39+fqKioO5RIREREREREROQBkLAXTm6H6MUqiImIiNyGy5cvU69ePerXr8+yZcs0SrSEKHEFMRERERERERERsYAmPaG0MzR80dJJRETuG0VZk0vufS4uLly/ft3SMQqtIGu4lbBVuApFBTEREREREREREYFyHvDIYEunEBEREbkjrCwdQEREREREREREROR+dS+PphARuRcU9OesCmIiIiIiIiIiIvKPuG3w3Wtw7A9LJxG5p9na2gKQnJxs4SQiIve37J+z2T9386IpE0VERERERERE5B97lsPupZB+HWq2s3QakXuWtbU1Li4unD17FgAHBwcMBoOFU4mI3D+MRiPJycmcPXsWFxcXrK2t822vgpiIiIiIiIiIiPyjyUtZxbCmvSydROSe5+rqCmAqiomISPFzcXEx/bzNjwpiIiIiIiIiIiLyjyq+0GWapVOI3BcMBgNVqlShUqVKpKWlWTqOiMh9x9bW9pYjw7KpICYiIiIiIiIiIiJyB1lbWxf4C1sREbkzrCwdQERERERERERESqDLp2DDp5AQY+kkIiIiIrdNBTEREREREREREclp3XsQNg52LLB0EhEREZHbpikTRUREREREREQkpyYhcDUeara1dBIRERGR26aCmIiIiIiIiIiI5FTLP+shIiIich/QlIkiIiIiIiIiIiIiIiJyX1NBTERERERERERE8pZ+HfauhEt/WTqJiIiISJGpICYiIiIiIiIiInn79lX45mXYudDSSURERESKTAUxERERERERERHJ28NPg7MbOFS0dBIRERGRIrOxdAARERERERERESnBvJ6E+k+BlbWlk4iIiIgUmQpiIiIiIiIiIiKSN2t9fSQiIiL3Pk2ZKCIiIiIiIiIiBRO/G5L/tnQKERERkUJTQUxERERERERERG7t+wEwux3s+q+lk4iIiIgUmgpiIiIiIiIiIiJya9Wag3UpSL5g6SQiIiIihaZJoEVERERERERE5NZ8/w3eXcChvKWTiIiIiBSaCmIiIiIiIiIiInJrpRyyHiIiIiL3IE2ZKCIiIiIiIiIihZP8N6QmWzqFiIiISIGpICYiIiIiIiIiIgW37j2YVA/2rrR0EhEREZECU0FMREREREREREQKzr4cZKRC3FZLJxEREREpMK0hJiIiIiIiIiIiBde4J9RuD1UaWjqJiIiISIGpICYiIiIiIiIiIgXnWDHrISIiInIP0ZSJIiIiIiIiIiJSNJkZWQ8RERGREk4FMRERERERERERKbwt02FyAzi42tJJRERERG5JBTERERERERERESm8xDNw9TTs/dbSSURERERuSWuIiYiIiIiIiIhI4TV7Gao0Aq8nLJ1ERERE5JZUEBMRERERERERkcIr55H1EBEREbkHaMpEERERERERERERERERua+pICYiIiIiIiIiIkW37ztYEATHN1k6iYiIiEieVBATEREREREREZGiOxIGJyIg6mtLJxERERHJk9YQExERERERERGRomveB1zcoWF3SycRERERyZMKYiIiIiIiIiIiUnRVGmY9REREREowTZkoIiIiIiIiIiIiIiIi9zUVxERERERERERE5Pad3AE/DISEvZZOIiIiIpKDCmIiIiIiIiIiInL7Nk+FXf+BqK8tnUREREQkB60hJiIiIiIiIiIit6/Zy2DrAD7PWTqJiIiISA4qiImIiIiIiIiIyO2rFZD1EBERESmBNGWiiIiIiIiIiIiIiIiI3NdUEBMRERERERERkeJz9QxsmgyX/rJ0EhERERETTZkoIiIiIiIiIiLF57t+cDQM0q5B4NuWTiMiIiICqCAmIiIiIiIiIiLFqVEwpCZBpfqWTiIiIiJiooKYiIiIiIiIiIgUH5/nwLebpVOIiIiImNEaYiIiIiIiIiIiUnwMBksnEBEREclBBTERERERERERESl+GWkQ+yMk/23pJCIiIiIqiImIiIiIiIiIyB2wuBss7wF7lls6iYiIiIgKYiIiIiIiIiIicgd4PQFOlcFKS9iLiIiI5elvJCIiIiIiIiIiUvwa94SmvcDa1tJJRERERFQQExERERERERGRO8DWztIJREREREw0ZaKIiIiIiIiIiNxZZ/ZDarKlU4iIiMgDTAUxERERERERERG5c1b0hpl+ELvK0klERETkAaaCmIiIiIiIiIiI3DmVvMHKBv4+ZukkIiIi8gDTGmIiIiIiIiIiInLnNO8DTXuB00OWTiIiIiIPMBXERERERERERETkznEob+kEIiIiIpoyUURERERERERE7pKUS5CRbukUIiIi8gBSQUxERERERERERO68NSNhUj34c72lk4iIiMgDSAUxERERERERERG586ysIf0aHPnd0klERETkAaQ1xERERERERERE5M5r2Q8efgaqNrF0EhEREXkAqSAmIiIiIiIiIiJ3nkv1rIeIiIiIBWjKRBERERERERERubsyM8FotHQKEREReYCoICYiIiIiIiIiIndPxFSY2hDiIi2dRERERB4gKoiJiIiIiIiIiMjdc+4AXPoLdi+zdBIRERF5gGgNMRERERERERERuXta9YdaAVD/SUsnERERkQeICmIiIiIiIiIiInL3uPpkPURERETuIk2ZKCIiIiIiIiIiIiIiIvc1FcREREREREREROTu2/cdfN0Fzh6wdBIRERF5AKggJiIiIiIiIiIid9+eFXA0HHb9x9JJRERE5AGgNcREREREREREROTua9kPXBtAo2BLJxEREZEHgApiIiIiIiIiIiJy99Xyz3qIiIiI3AWaMlFERERERERERERERETuayqIiYiIiIiIiIiI5ZzeBT8NgcunLJ1ERERE7mMqiImIiIiIiIiIiOX88i7smA+7l1g6iYiIiNzHtIaYiIiIiIiIiIhYTrOXwbkKeLSzdBIRERG5j6kgJiIiIiIiIiIiluPzXNZDRERE5A7SlIkiIiIiIiIiIiIiIiJyX1NBTERERERERERELC/pPGyZDikXLZ1ERERE7kOaMlFERERERERERCzvv89CfDRYl4IWr1o6jYiIiNxnVBATERERERERERHLa/gCGAzgVNnSSUREROQ+pIKYiIiIiIiIiIhYXot+0Kq/pVOIiIjIfUpriImIiIiIiIiIiOVZ6WsqERERuXP0Nw0RERERERERESk5MtLh0C+Qds3SSUREROQ+ooKYiIiIiIiIiIiUHAsehyXPw4GfLJ1ERERE7iMqiImIiIiIiIiISMlROxAcKsD1q5ZOIiIiIvcRG0sHEBERERERERERMWkdCm2Hg00pSycRERGR+4gKYiIiIiIiIiIiUnKUdrZ0AhEREbkPacpEEREREREREREpmc7/CZkZlk4hIiIi9wEVxEREREREREREpORZ+iJMawpHwyydRERERO4DKoiJiIiIiIiIiEjJU9YdDFaQEGPpJCIiInIf0BpiIiIiIiIiIiJS8jwyOOtRxs3SSURE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rM9k4vKvpu/1xybXHv38nyve9fw6AKDL1VwhNn/+/EybNi2LFi3K3Llzs3Xr1kyePDkbN258yeesWLEi73vf+/Lud787ixcvzpe+9KV89rOfzW233VbF5AAAAADw3zatSbZufvk1Wzc/vw4A6HI1d2TinXfeud3HM2fOzLBhw3L//ffnPe95z06fc/XVV2f06NH53ve+lyR585vfnH//93/PJZdckg9+8INdHRkAAAAAAIAaVnOF2N9av359kmTIkCEvuWbhwoWZPHnydteOP/74XHfddWlra0vfvn23e2zz5s3ZvPmvv6HT2tqaJGlra0tbW1tnRa8pL+yrXvcHtc4MQvnMIZTLDEL5zCFU2dat6fvKq9K2dWtSB3Pp7xYAal1NF2JFUeTss8/OUUcdlUMOOeQl17W0tGT48OHbXRs+fHi2bt2aZ555JiNHjtzusYsuuij/9E//tMPr3HXXXWlsbOyc8DVq7ty5ZUeAHs0MQvnMIZTLDEL5zCFUR9OmlZm4C+t+/etfZ33jE10dp8tt2rSp7AgA8LJquhA766yz8tBDD2XBggWvuLZSqWz3cVEUO72eJOedd17OPvvsjo9bW1szatSoTJ48OYMGDXqNqWtTW1tb5s6dm0mTJu3wjjmg65lBKJ85hHKZQSifOYQqe/LBZPkrL5swYUIy8u1dn6eLvXACEwDUqpotxKZPn57Zs2fnnnvuyd577/2ya0eMGJGWlpbtrj399NPp06dPhg4dusP6hoaGNDQ07HC9b9++df8/BT1hj1DLzCCUzxxCucwglM8cQpX02bUfu/Xt0yepg5n09woAta5X2QH+VlEUOeuss3L77bfn7rvvzpgxY17xOUceeeQORz7cddddOeyww3wxBgAAAAAA6OFqrhCbNm1abr755tx6660ZOHBgWlpa0tLSkueee65jzXnnnZePfexjHR+feeaZeeyxx3L22WfnP/7jP3L99dfnuuuuyxe+8IUytgAAAABAT9c4NOmz4wlF2+nT8Pw6AKDL1dyRiVdddVWSZOLEidtdnzlzZqZOnZokefLJJ7Nq1aqOx8aMGZM5c+bk85//fK688srstddeueyyy/LBD36wWrEBAAAA4K8Gj0rOuj/ZtCZJ0rZ1a379619nwoQJzx+TmDxfhg0eVWJIAOg5aq4QK4riFdfccMMNO1w7+uij88ADD3RB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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "\n", + "ironhack_course_comments['year'] = pd.to_datetime(ironhack_course_comments['created_at']).dt.year\n", + "\n", + "# Group by course_name and year to calculate average ratings\n", + "avg_ratings_by_year = ironhack_course_comments.groupby(['course_name', 'year']).agg({\n", + " 'overall_rating': 'mean',\n", + " 'curriculum_rating': 'mean',\n", + " 'job_support_rating': 'mean'\n", + "}).reset_index()\n", + "\n", + "# Plotting\n", + "plt.figure(figsize=(16, 10))\n", + "for course in avg_ratings_by_year['course_name'].unique():\n", + " course_data = avg_ratings_by_year[avg_ratings_by_year['course_name'] == course]\n", + " plt.plot(course_data['year'], course_data['overall_rating'], marker='o', label=f\"{course} - Overall\")\n", + " plt.plot(course_data['year'], course_data['curriculum_rating'], marker='x', linestyle='--', label=f\"{course} - Curriculum\")\n", + " plt.plot(course_data['year'], course_data['job_support_rating'], marker='s', linestyle=':', label=f\"{course} - Job Support\")\n", + "\n", + "plt.xlabel('Year',fontsize=14)\n", + "plt.ylabel('Average Rating',fontsize=14)\n", + "plt.title('Average Ratings by Year for Ironhack Courses',fontsize=14)\n", + "plt.legend(bbox_to_anchor=(1.05, 1), loc='upper left')\n", + "plt.grid(True)\n", + "plt.show()\n" + ] + }, + { + "cell_type": "markdown", + "id": "60ff375b", + "metadata": {}, + "source": [ + "### Distribution of Comments and Ratings by Course\n" + ] + }, + { + "cell_type": "code", + "execution_count": 225, + "id": "68a77f8a", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "C:\\Users\\guada\\AppData\\Local\\Temp\\ipykernel_11044\\1762221302.py:21: UserWarning: set_ticklabels() should only be used with a fixed number of ticks, i.e. after set_ticks() or using a FixedLocator.\n", + " ax1.set_xticklabels(comments_distribution['course_name'], rotation=45, ha='right')\n" + ] + }, + { + "data": { + "image/png": "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/uvHbd4MqNVAnTpSTVwiIiIiIiIiohTEpC0RZV6FCgE9e0rvnZx+7Zj4eGD9eum9jU3qxEVEREREREREmRqTtkSUuU2YIL26uwP+/v+8/+nTwPPnQI4cQNeuqRoaEREREREREWVOekoHQESkKAsLoGNHIHduwNDwn/d3cZFee/cGfvstdWMjIiIiIiIiokyJSVsion37AJXqn/d7/x44eFB6b22dqiERERERERERUebFpC0R0a8kbAHg82egUSPg61egYsXUjYmIiIiIiIiIMi3WtCUiSuDrCwwcCISHJ/952bLA8ePAmTNpGxcRERERERERZSqcaUtEBADx8dLCYn//DVStCowY8eN9f6X2LRERERERERHR/4gzbYmIAEBHBxg3Tnq/eDGgVmt+vm8f8O5d2sdFRERERERERJkOk7ZERAn69QPy5AFevADc3b9tf/8e6NEDMDcHXr5UKjoiIiIiIiIiyiSYtCUiSpAly7eyCE5OgBDS+y1bpJm31asDRYooFx8RERERERERZQpM2hIRJTZ8OPDbb4CPD3D2rFTrdv166TMbG2VjIyIiIiIiIqJMgUlbIqLEVq4EKlaU3js5AefOAf7+gIkJ8Pw5MGOGktERERERERERUSbApC0RUWK6usD160D27ECTJsC6ddL2smWBOXOkz4mIiIiIiIiIUpGe0gEQEWmVqVOl12nTgI8fgQMHpN9v3ABmzfr2ORERERERERFRKmHSlojoe4kTtwmYsCUiIiIiIiKiNMLyCEREyZk6FTAwkN7r6zNhS0RERERERERphklbIqLkzJ4NxMRIidvYWOl3IiIiIiIiIqI0wKQtEdH3Zs+WSiPMmgVER0uv06YxcUtEREREREREaYI1bYmIEkucsE0oifB9jVuWSiAiIiIiIiKiVMSkLRFRYnFxyS86lvB7XFzax0REREREREREmQqTtkREic2Y8ePPOMOWiIiIiIiIiNIAa9oSERERERERERERaREmbYmIiIiIiIiIiIi0CJO2RERERERERERERFqESVsiIiIiIiIiIiIiLcKkLREREREREREREZEW0VM6AEo7+x8HKB0CpYKOZfIrHQIREREREREREaUgzrQlIiIiIiIiIiIi0iJM2hIRERERERERERFpESZtiYiIiIiIiIiIiLQIk7ZEREREREREREREWoRJWyIiIiIiIiIiIiItwqQtERERERERERERkRZh0paIiIiIiIiIiIhIi+gpHQARpT/7HwcoHQKlgo5l8isdAhERERERERGBM22JiIiIiIiIiIiItAqTtkRERERERERERERaJMMkbVevXo1ixYrByMgIlpaWuHjxotIhEREREREREREREf1rGSJpu3v3bowZMwYODg64desW/vjjD7Rs2RKvXr1SOjQiIiIiIiIiIiKifyVDJG2XLFmCgQMHYtCgQShXrhyWLVuGwoULY82aNUqHRkRERERERERERPSv6CkdwH8VExMDHx8f2Nvba2xv1qwZrly5kuwx0dHRiI6Oln8PCQkBAAQEBKReoFogOPCD0iFQKnhjHJfmf5NtKWNSoi0BbE8ZEdsSpSSe5yilsC1RSmFbopTCtkQpRanxd1pKyNnFx8crHEnaSfdJ26CgIMTFxSFfvnwa2/Ply4fAwMBkj3F0dMTMmTOTbK9Zs2aqxEhERERERERERET/zfv372Fubq50GGki3SdtE6hUKo3fhRBJtiWYNGkSxo0bJ/+uVqvx8OFDFC5cGDo6GaJiRKYWFhaG8uXLw8/PDyYmJkqHQ+kY2xKlFLYlSklsT5RS2JYopbAtUUphW6KUwraU8cTHx+P9+/eoWrWq0qGkmXSftM2TJw90dXWTzKr98OFDktm3CQwNDWFoaKix7ffff0+1GClthYaGAgAKFiyIbNmyKRwNpWdsS5RS2JYoJbE9UUphW6KUwrZEKYVtiVIK21LGlFlm2CZI99NKDQwMYGlpiZMnT2psP3nyJOrUqaNQVERERERERERERET/m3Q/0xYAxo0bh969e6N69eqwsrKCi4sLXr16hSFDhigdGhEREREREREREdG/kiGStt26dUNwcDBmzZqFgIAAWFhY4OjRoyhSpIjSoZECDA0NMX369CQlMIj+LbYlSilsS5SS2J4opbAtUUphW6KUwrZEKYVtiTIClRBCKB0EEREREREREREREUnSfU1bIiIiIiIiIiIiooyESVsiIiIiIiIiIiIiLcKkLREREREREREREZEWYdKWiIiIiIiIiIiISIswaUtERERERERERESkRZi0pXQhPj5e6RAog2BbopSS0JaEEEm2EREpIaE/StwvJX5P9Kt+dD7jeY7+reTaDPslSglsR5QZ6CkdANE/iY+Ph46OdH/hxYsXiIqKQtmyZRWO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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "# Group by course_name to calculate distribution of comments and average ratings\n", + "comments_distribution = ironhack_course_comments.groupby('course_name').agg({\n", + " 'comment_id': 'count',\n", + " 'overall_rating': 'mean',\n", + " 'curriculum_rating': 'mean',\n", + " 'job_support_rating': 'mean'\n", + "}).reset_index().rename(columns={'comment_id': 'num_comments'})\n", + "\n", + "# Plotting\n", + "fig, ax1 = plt.subplots(figsize=(14, 8))\n", + "\n", + "ax2 = ax1.twinx()\n", + "ax1.bar(comments_distribution['course_name'], comments_distribution['num_comments'], color='lightblue')\n", + "ax2.plot(comments_distribution['course_name'], comments_distribution['overall_rating'], color='green', marker='o', linestyle='-', label='Overall Rating')\n", + "ax2.plot(comments_distribution['course_name'], comments_distribution['curriculum_rating'], color='red', marker='x', linestyle='--', label='Curriculum Rating')\n", + "ax2.plot(comments_distribution['course_name'], comments_distribution['job_support_rating'], color='blue', marker='s', linestyle=':', label='Job Support Rating')\n", + "\n", + "ax1.set_xlabel('Course Name')\n", + "ax1.set_ylabel('Number of Comments', color='blue')\n", + "ax2.set_ylabel('Average Rating', color='black')\n", + "ax1.set_xticklabels(comments_distribution['course_name'], rotation=45, ha='right')\n", + "ax1.set_title('Distribution of Comments and Average Ratings by Course')\n", + "fig.tight_layout()\n", + "fig.legend(loc='upper left', bbox_to_anchor=(0.1,0.9))\n", + "plt.show()" + ] + }, + { + "cell_type": "markdown", + "id": "2f875d47", + "metadata": {}, + "source": [ + "### Sentiment Analysis on Reviews" + ] + }, + { + "cell_type": "code", + "execution_count": 228, + "id": "4a41b8b7", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "image/png": "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CIgAADlOrVq19MYbb+jrr79WVFSUXn31VR0/ftw+fSN1fZbatWvLzc3N4TF//vw0gYGXl5dy587t0Obh4aErV678qzrz58+fps3d3T1Nu7u7uyTZX+/cuXO6du2aJk6cmKb+Fi1aSFKacyhQoECa+iX9q+kjU6dOlTFGTz75pGJjYxUbG2ufjvfTTz/pt99+S7PP3eo4efKkGjZsqP/973/68MMP7YFf6vSru9XbpUsXeXp66tNPP5V0fT0jT09Ph4Dj2Wef1dSpU3XixAm1a9dOAQEBqlOnjj2guBWbzabVq1erefPmGjNmjGrUqCF/f3/17t37jtOczp07J0m3vINdcHCwUlJSdP78+Tue052MHj1aW7du1fr16zV48GD99ddfatOmjX19rIx8VnLlyqVnn31WCxcutE+bmz59uoKCgm65Pk+q1O9T//7907xG9+7dHV4jdX2cVatW6fDhwzp+/Lg9IPrll1908eJFrVq1SiVLllRISIgkyc/PT+vXr1e1atX05ptvqmLFigoODtbQoUPvui6VJBUqVChNW2BgoP39SdWrVy9duHBBs2fPliR9/PHHKlKkiFq3bn3H46euLZQ6ve9uzp07d9vPw801ZcStjlmqVCmtWrVKAQEB6tGjh0qVKqVSpUrpww8/tPf566+/FBsbK3d39zTXLyYmJl0BKgAgZ+AuZgCAHM3NzU1Dhw7V+PHjtW/fPklSwYIFJUnffPONihcv7szy/pF8+fLJ1dVVzz777G3XRkn95TqrpKSk2NeWadu27S37TJ06NcNrqixatEiXLl3SggULHK5NehaClq6HCZ07d9YXX3yh/v37a9q0aerUqZN9RE2q559/Xs8//7wuXbqkDRs2aOjQoXrsscf0xx9/3PYzUbx4cU2ZMkXS9TuOffXVVxo2bJiuXr1qD6RulhqIRUdHp9kWFRUlFxeXf3V3q5IlS9oXpm7UqJE8PT311ltvaeLEierfv3+GPyvPP/+83n//fc2bN08dOnTQkiVL1LdvX7m6ut62htTv06BBg277WXjggQckXQ87GzRooFWrVqlIkSIKDAxU5cqVVbJkSUnXF2BevXq1HnvsMYf9K1eurHnz5skYoz179mj69Ol655135OnpqYEDB97xPbp5wW7p+rpEkmNgWbp0aYWHh+uTTz5ReHi4lixZouHDh9/x3CWpefPm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r95d31MAAAAAANKDgMgCGjVqpObNm+vNN99UZGSkw7aUlBS99NJL6t27d5r9ihUrpt9///2Wx7zxLmgnTpxQixYt9PLLL+vdd99V/vz5tWnTJnXt2lVJSUkZqjUiIkKNGzfW6dOntXLlSuXOnVvh4eH2WiVp2bJlKly4sMN+d1sc2s/PT6VLl5YkzZo1SxUrVtSUKVPUtWvXdB83IiJCc+bM0cCBAzVnzhw1b978ttO8UlJSVLNmzTTT0qTrC3NL1wOiPn366PDhw9q3b58aNmyoI0eOaP369YqNjVXNmjXtAVN4eLhOnDihZcuWadWqVWrSpIl69OihDz744I7nDQAAAABAejh1itnIkSNVu3Zt+fj4KCAgQG3atEkTSBhjNGzYMAUHB8vT01OhoaHav3+/Q5/ExET16tVLBQsWlLe3tx5//PHbrrljVaNGjdJ3332nzZs3O7TXqFFD+/fvV+nSpdM83N3dVa5cOV27dk07d+6073P48GGH29Vv27ZN165d09ixY/XQQw+pbNmyioqKcngdd3d3JScn37XOevXqqWjRopo/f75mz56tp556Su7u7pKkChUqyMPDQydPnkxTa9GiRdP9Xri5uenNN9/UW2+9pYSEhHQft1OnTtq7d6+2b9+ub775RhEREbd9jRo1aujQoUMKCAhIc0w/Pz9Jsq9D9N5776lq1ary9fVV48aNtX79eof1h1L5+/srMjJSs2bN0oQJE+yjjwAAAAAA+LecGhCtX79ePXr00M8//6yVK1fq2rVreuSRRxzuoDVmzBiNGzdOH3/8sbZu3arAwEA1a9ZMFy5csPfp27evFi5cqHnz5mnTpk26ePGiHnvssXQFElZRuXJlRUREaOLEiQ7tb7zxhrZs2aIePXpo165dOnTokJYsWaJevXpJksqVK6emTZvqxRdf1K+//qqdO3fqxRdflKenp2w2mySpVKlSunbtmiZOnKijR4/qyy+/THPHrxIlSujixYtavXq1zp49q4SEhFvWabPZ1KlTJ3366adauXKlwxo/Pj4+6t+/v1599VXNmDFDR44c0c6dO/XJJ59oxowZGXo/OnXqJJvNpkmTJqX7uCEhIapXr566du2qa9euqXXr1rc9fkREhAoWLKjWrVtr48aN9qljffr0sYeXqesQzZo1y77WUJUqVXT16lWtXr3a3iZJb7/9thYv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uyxkkRu/8z///LMuXrwoV1dXhYWFpdmOnOXGa7t161a5urrKz89PpUqVcnJlyEo3Xvfp06fr4MGDiomJUefOnRUaGsr3PQchIMI98cYbb2jBggU6deqUGjRooLCwMA0ePNjZZSGLpP7rsSQNGjRI33zzjYwx8vLyUqVKlTR48GBVrFjRyVUiM914zb/66it1795dn3zyiZKSkrRy5UrNmzdPn332mSIjIx36ImcZMGCAFixYoKCgIOXKlUtbt27V6tWrVadOHWeXhkx24/f4k08+0eDBg/XWW2/pzJkzWrlypf7++2+tWLFC5cqVIyzIwQYOHKjvvvtOiYmJ8vf3l81m07p16+Tu7u7s0pDFBgwYoKlTpyp37tw6f/68Xn31VXXt2lUhISHOLg1ZaMCAAZo3b56aNm0qb29vffLJJ5owYYJeeukleXh4OLs8ZAJ+WiNL3DgEcfr06ZozZ45GjRql7777TqVKldLixYvVq1cvJ1aIrJT6S8PEiRM1bdo0TZkyRYcPH1ajRo20fPlynTlzxskVIrOlXvNvv/1Wu3fv1jvvvKMOHTromWee0YwZM9S/f3+99NJL2rNnD+FQDjVjxgzNmDFDX331lTZu3KgePXooISFBMTEx9j78m1TOkfo9Xr9+vQ4cOKDPP/9c/fv31+jRo/XDDz/ogQceUMuWLXXt2jXCoRzqww8/1JQpUzR16lQdPnxYTzzxhH7++Wdt2LDB3ofvfM5x47X8+eefNXfuXH377bdavny5Jk+erE8++USjR4/W6dOnnVglstLy5cs1b948LVy4UFOnTlXHjh0lSf7+/vZwiO989sdPbGSJ1L8M/vjjjzp+/LgGDBigdu3aqVmzZnr//ffVoUMHbd68WXPmzHFypcgKqWtQbN68Wf369VOjRo303XffaebMmRo9erRCQ0N15coVxcXFObtUZKI9e/bonXfe0bhx45SUlCRJunr1qiTpP//5jxo0aKDx48fbPx/IWU6cOKGuXbuqRo0a+uabb9SlSxd9+umnat26tS5cuKArV64QDuYwK1euVK9evfT1118rX758kq7/A5G/v78+++wzubq6atKkSU6uElnBGKP9+/frnXfeUZ06dbR48WL95z//0WeffaamTZsqISFBkvjO5yA3/uPfkiVL9Oyzz6px48aqXLmynnvuOc2ePVvTp0/X119/7eRKkVXOnTunBx98UDVr1tRXX32lRx99VJMmTdLTTz+t2NhYnTx5ku98DkBAhCxhjFFMTIweffRRvfPOO/rzzz/t23x9fdWzZ095e3tr9erVTqwSWckYo3Pnzqlu3bpau3atOnXqpPfff18vvviikpKSNGvWLG3ZsoWgIBu7+dqVK1dOffv2VcmSJTV16lRduHBB7u7uunbtmiQpODhYiYmJstls/AUiBzp27JjOnTun5cuXq0uXLho9erRefPFFSddHko4cOVLJyclOrhKZqXLlynr44YeVmJio2bNnS7r+D0TGGBUqVEh+fn46e/ask6tEVjDG6ODBg5KkFStW6JlnntGoUaPUrVs3JScn67///a++/PJLJ1eJzHbmzBktX75co0aN0qlTpyRJSUlJSk5OVosWLdSvXz9NmjRJly5d4u93OVBsbKyioqL09ddfq1u3bhozZoxefvllSdJ3332nAQMG8I+/OQABETLNjT8IbDabAgMDtXv3buXPn19r1qzRwYMH7X08PDxUv359nTx5UomJic4qGZnkVnc1cHFxUb58+dShQwe1bt1an3zyiV566SVJ13/AzJ07V4cPHyYoyKZuvHPRtWvXdOXKFbm7uysiIkKDBg2SzWbTU089pYSEBOXKlUspKSk6evSovL29nVw5/q3b3aEoLCxMv/76q9q1a6cRI0bolVdekXT9zlY//vijkpKS5Orqei9LRSa6+bqnpKQoMDBQgwcP1gsvvKDt27dryJAhkq7/DPDw8FBycjLXPAe41Xc+JSVFderU0Zw5c9SxY0eNGTPG/p0/e/asVq1apfPnz9/rUpHJbg55/P399c4776hjx4769ttvtW3bNrm5udn/PlCwYEH5+vrK3d2dv99lY7f7Od+gQQOlpKQoIiJCb731lv07f/nyZX3zzTfy9vbmxhQ5AItUI1PcuADl33//rfz589vbdu7cqQYNGqhZs2YaMmSIqlWrpoSEBDVr1kwPPPCAZsyY4eTq8W/ceO23bdsmLy8vFSxYUAEBATp58qTat2+v06dP6/Dhw7p8+bIuX76s5557TrGxsdq4cSO/PGRzI0aM0MaNG+Xl5aXnn39ejz32mK5evap58+bpP//5jy5duqRKlSqpYMGC2rZtm/bu3Ss3NzcWqs6mbvy+r1ixQteuXVORIkVUrVo1nTt3Ts8884wOHTqkIUOGqFWrVoqKitKAAQP0119/6ZdffuEudtnUjd/Xjz/+WAcOHFChQoXUoUMHlStXTjExMRo1apQWLFigsmXLqlKlSvrzzz+1e/duHTx4kOuejd38M97T01MBAQHy9/fXjh071Lx5cwUHB2vWrFmqUKGCYmJi1K1bN50/f16bNm3iZ3w2duO1P3v2rJKTk1WoUCFJ0r59+zRo0CBt3LhRy5YtU/ny5eXu7q42bdrI09NTS5Ys4Wd8NnXjn/czZ85UdHS0goKC9Nxzz0m6fsfKWbNmqVGjRnrxxRd19uxZffjhh4qKitL27duVK1cu/o6X3RkgE7377rumUaNGplGjRuabb74xp0+fNsYYs23bNuPt7W38/f3NI488Ytq0aWNq165tEhMTjTHGpKSkOLNsZILXX3/dFClSxHh7e5v27dubRYsWGWOMWbFihSlVqpQJDg421apVM3Xq1DE1a9Y0V69eNcYYc+3aNWeWjX9h/PjxJjAw0PTt29c8/vjjxtXV1Xz22WfGGGOuXr1qZs2aZWrWrGnKli1rli9fbt8vKSnJWSUjkwwcONB4e3ubsmXLGjc3NzNp0iRjjDF//fWXadWqlalQoYLJnTu3qV27tmnUqBHf9xxi+PDhxt/f37Ro0cLUrFnTlClTxvz666/GGGNiYmLMa6+9ZgoWLGjq169vvvzyS/t+fOezv4EDB5q8efOakJAQU7ZsWbNr1y5jjDGbN282hQsXNtWqVTPFixc3devWNbVr1+Y7n4MMHjzYVKxY0ZQtW9YMHDjQ3r5v3z7z2GOPmVy5cpmSJUual19+2dSoUYO/2+cQb7/9tvHy8jJhYWHGZrOZ9u3bm7/++ssYY8zo0aNNo0aNTK5cuUydOnVMq1at+M7nIAREyDSff/65CQgIMB9++KEJCwszVapUMW+//baJjo42xhiza9cuky9fPlOqVCnz3XffmeTkZGOMsf8gQfZy4w/+zZs3m0qVKpnNmzeb+fPnmzZt2pgGDRqYb775xhhjTEJCghk/frz56KOPzNy5c+0/PPilIXtJ/c6mGjt2rPn++++NMcacP3/evPPOO8Zms5lPP/3UGHP9uz116lTTqFEj06ZNG3PlyhVjDH95yI5Sv+8pKSnm6NGjpm7duuaXX34xR44cMR988IGx2Wxm1KhRxhhjLl68aP744w+zYMECs3v3bvvnhu979nPzd753797m559/NsZc/4efJ5980hQqVMghJOrTp49p0qSJeffdd297HNz/bvwZv2XLFlOhQgWzYcMGs2TJEtO+fXvj7e1tNm7caIwx5o8//jCLFi0yY8eONUuXLuVnfA7y5ZdfmmLFipnJkyeb9957z+TJk8d06tTJJCQkGGOM2bt3r3n22WdNnjx5zHfffWffLzUsQPaR+ud0SkqKSUhIMG3btjU//fSTSUlJMbt27TK+vr6mRYsWJiYmxt5/165d5ty5c/Y/L/jO5wwERPjHbv4L37hx48zUqVPtz9944w1To0YNM2TIEHtItGPHDuPp6Wnat29v/ve///GXxmzq5uu2ZcsW8/LLL9uf79ixw3Ts2NHUr1/fzJ49+5bHICTIXm685kuXLjXffPONqV+/vlmwYIG9/eLFi+add94xLi4u9pFEiYmJZsaMGaZ+/fomLCzMXLx48Z7Xjn/nxmsfGxtr9u3bZ9544w2H9o8++sjYbDYzZsyYux4D2cON1+yXX34xv/zyi2nYsKHZunWrvX3v3r3mySefNIGBgfaQKCoqyvTt29fUrVvXYbQBso9b/YwfNmyY/XlMTMz/sXefYVEk69vA7yGriBhQQRQUI0Yw54wBFDBnUTEHDJhzQhEFw6qYQDGgqGDCHEBFjJgTYhYzoiA53O8H3ukzY9hz/rusbGP9vqz0dM9Ve9VUV/XTVU+xV69ezJcvH8PCwn74HaKPl6dv6/7AgQPctGmT9PfZs2dZoEAB9uzZUwoS3bhxg507d6axsTFv3779w+8R/t1U6+vBgweMiIjg6NGjpRlDJHn37l0aGBiwQ4cOfPLkyZ9+hyBvIkAk/CWqb5Z27drFdevWsV+/fgwKClI7b8qUKaxZsyZnzZrF6OhoklnBgwIFCrBNmzZ88eLFryy2kM3c3d1pZ2dHW1tb9uvXT+2ziIgI9uzZk02bNuWGDRtyqIRCdlBt71OmTKG2tjZr1KhBhULByZMnq70pTEhI4IIFC6hQKKT7QVpaGtetW8fWrVvz5cuXv7r4QjaZPn0669evTxMTE1pZWX03QFy1ahW1tbXVHiQF+Zs0aRLz5cvHSpUqMW/evDxw4IDa53fu3GG3bt2oUCh47949kuSHDx/o7OzMVq1a8cOHDzlRbCEbuLm5sUePHqxevTq7deumNuP73bt37N27NwsUKMDQ0NAcLKWQXVT7+k2bNnHevHm0tramh4eH2nnnzp2joaEhe/fuzYSEBJLkrVu32LVrV+ro6EhBIkF+XF1daW5uTgMDA+rr6393v7937x4LFSrERo0aSc91Qu4jAkTC/5lqBzJhwgQaGhqyTJkyVCgUbNWqlZR3SGnatGk0NTXlhg0bpDdKly9fpomJCV+9evVLyy78PapvB9zd3VmgQAEOHjyYVlZW1NPTk2aNKF2/fp02NjYcPnz4ry6q8A+4efMmGzVqxMuXLzMyMpJeXl5UKBRctmyZ2m8jPj6evr6+alON09LS+Pnz55wotvAXZGZmqtWpr68vTUxMuGjRIo4bN44KhYJTpkxhTEyM2nWLFi1io0aNRO4JGft2+XClSpUYGhrKAwcOsHv37syXLx/Dw8PVrrl+/TqnT5+u1uY/fPggLUUQ5EG1zS9dupSFCxfmoEGD2Lp1a+rq6kq5BZXev3/Pdu3asVWrVr+6qEI2U233c+bMoba2Nm1sbKijo8MGDRrw4cOHauefP3+eCoWCs2bNko5dv36dffv2ZWRk5C8rt/DXZWZmqtX74cOHaWlpyYCAAAYEBNDMzIy2tra8cOGC2nU3b95k69atxYyhXEwEiIS/7NGjR+zZsyevXbvG+Ph4enh4sG7duhwyZMh3bwzXrl373Zp0ZT4SQR6+XW6wYsUKnjx5kmRW/oFRo0axYsWK380WioyMFJ1ILuDm5sauXbuyb9++agMK5dKiZcuW/TAokJaWJoIFMhceHs5x48Zx586d0jEfHx8qFApOnz79uyCRar4iQb6WLVvGadOmcerUqdIx5dIifX3974JESqLNy9/Dhw/p4uLCU6dOkcxaKjx48GDq6+vz0KFDaufGxsaKPj4XuX37Njt37sxLly4xPT2dt27dooGBAe3t7RkVFaV27s2bN7/LOSPyispDfHy82t/BwcEcPHiwlEuQzFo6WLFiRXbs2PG7IJGSaPu5kwgQCX/Jtm3bWKlSJbZs2ZJxcXHS8WXLlrF+/focPHgwP378+N11qmvSxQBSHoYMGaK2hOjs2bNUKBQsVKiQlKCSzFqzPHr0aFasWJEbN2787ntEJyJv3t7eVCgULFu2LJ8/f672merSItGu5W3YsGHS0sCMjAxev36denp61NHR4cqVK9XOVQaJZs6c+d1LAfE7kL8+ffpQoVCwQ4cOYmlRLjZjxgzeuXOHZFa7PXz4MBUKBY2MjHj06FG1c5VBIuXmBKpEHy9/a9euZd26ddmwYcMf5p6xt7fn48ePv7tOJCaWF2dnZ2kTgYyMDL5+/ZrW1tbU1dXloEGD1M5VBokcHR0ZEhKSE8UVcoDG9xvfC8KfI4mkpCTkz58fd+/ehaampvTZ+PHj0aVLF9y/fx/Dhg3Dly9f1K5VPVehUPyyMgt/zaNHj/Dp0yekpaVJx0qWLIk5c+YgOTkZFy5ckI5XqFABo0aNQps2beDq6oqDBw+qfZeGhrjdyAXJ7/49dOhQ+Pv74/Hjx1izZg1iYmKkc0aNGoV58+bh5MmTv7ysQvZJTEyErq4uHBwcAGS12Ro1asDHxwcFChTA2bNnERkZKZ0/YMAA+Pr6YsGCBQgKClL7LnF/l5cftXlfX19MmDABx48fx5EjR6TPixYtCi8vLzRo0ADz58//5WUVss+DBw9w/fp1VKpUCUBWu23Xrh0mT56Mjx8/4vr160hISJDOX79+Pfr06QNbW1uEh4erfZfo4+WvTp06+Pz5M27fvo3Lly9Lxy0tLXHx4kWcO3cO/fv3x+vXr9Wu09LS+tVFFf4GKysrzJgxAwCQmpoKY2Nj+Pj4oGnTprh8+bJaf169enXs2rULISEhav2AkMvlaHhKkIWfLRvx9/dnpUqV2LZtW3769Ent87lz53Lo0KHijZLMHT58WJqG6uPjIy0LfPXqFWfMmEE9PT2uXr1a7Zo7d+7Qy8tL7GAiU6ptNjY2lq9fv1b7fNOmTWJpUS519uxZHjt2jCS5efNmrlq1Svpsy5YtNDEx4dixY/no0SO164KDg8UbZBlTbfPp6elS0lklZ2dn5suXTywtyoXu378vzQjdu3cvz549K33m4uJCHR0dbtmyRdqtSsnd3V20eZn7Wdu9e/cuK1asKHLP5FKBgYFctGgRyaxxfa9evaQVHxEREWzRogXbtWvH/fv3q1336NEjMa7/jYgAkfCnVDuBZ8+e8c2bN9KW9WlpafTz82ODBg1oZ2fH2NhYtWuVD4miI5En5ZKi8PBwvn37loULF2bNmjWlpQavXr3izJkzmT9//u+CREqiM5EX1bY6f/581qtXj8WLF2ePHj148eJFqT43btwolhblMsr2HhoayuTkZLZs2ZL169dX295406ZNLFGiBMeNG/ddLgpSLDOQI9U27+npSXt7e9aqVYuLFi1SWz7u7OwslhblMqtXr6ZCoeC1a9f4+vVrGhoaslOnTmq5pUaOHEldXd0fBolI0eblSrXNRkZG8urVq0xMTJTGdxEREaxQoYLIPZPLrFu3jgqFgkeOHCFJzpo1i7Vr1+bw4cOlINHVq1elING3O5iRYlz/uxABIuGnVG/+8+bNY+3atWlmZsZ27drx4MGDJMnU1FQpSNSxY8efzigQ5GXdunXU1NSUdizJzMzktWvXWKlSJdatW1ctSDRr1iwaGhpyyZIlOVlkIRvNnDmTxYsX54YNG3j16lWWKFGCNjY2PHjwoDQ4UOafWb9+fQ6XVvi7Nm7cSB0dHQYGBkrHoqOj2aVLFzZu3Fgtp5iPjw9LlSrFAQMGiF0oc5GpU6fS2NiYM2fO5Lp166ihoUEXFxc+efJEOmfIkCFUKBQ/fWAU5GP9+vXU1dXlnj17pGNhYWEsX748u3XrphYkGjVqFPPly8e1a9eKzUVyAdVx+fTp01mxYkUaGhqydu3aXL16tTSOj4iIELlncpHNmzdTW1tbLeiTnp5ODw8P1q9fn0OHDlULErVq1Yq1a9dWyzUq/D5EgEj4r2bOnEkjIyPu37+fJ0+epJ2dHQ0MDKSBRWpqKrdu3cpy5cpx4sSJOVxa4e8KCAigQqHg3r17SaoPJiIiIliuXLnvgkRjx45l69atRUAwFzh9+jSrVKkiDQjDwsKop6fHkiVL0srKikeOHJGCRAcPHhRvkGVu+/btVCgUXLBgAcmsFwPKOn39+jU7der0XZBo1apVtLe3F2+Qc4nAwECWLVtWCgqEhYVRU1OTmpqa7NGjB58+fSqdu3jxYtHmZW7Hjh1qwf20tDTpnn7hwgVaWFiwW7duaoHAPn36sFmzZqKPz0XmzZvH4sWL89ChQ0xOTmabNm1oYWHBuXPnqi05MjQ05OTJk3O4tMLf4efnR4VCwQEDBkjHlGP4jIwMuru7S0EiZYAwPDyco0ePFv38b0oEiIQ/FRISwpo1a/L8+fMkySNHjjB//vxs0qQJ8+fPL71xTk1NVXtwFORJucxEoVBw6dKlP3wQUAaJ6tWrJ3Uw79+/F/lnZOrb+rpx4wa9vb1JksePH2fhwoXp5+fHuLg4Fi5cmK1bt+auXbvUBg3igVGelO29YsWKdHBwkO7zJL8LEjVp0kRtuZlYQixfqm0+PT2d+/btk5YJBwcH09DQkDt27GBoaCi1tLQ4cuRIRkZGqn2HaPPypGzzxYsX5+zZs/nixQuSWe1Y2ZaVQaLu3burzSRSfi76ePm7desW69evL+UVO3nyJPX19dmsWTOam5tzwYIFUpDo4cOHYmwvY8plZW3atGG1atXUcgsqdyhWBokaNGjA4cOH8/3792rfIfr5348IEAlqvu34IyMjOW3aNGZmZvLYsWMsWrQovb29+fjxY1atWpX58uWjn5+f2jWiI5Enb29vamho8PDhw9y1axc1NDQ4d+7cH3YMERERrFSpEsuUKaP2oCAGjvKiWrdPnz5lZmYm09LS+O7dOyYlJbF9+/acNWsWMzMzmZGRwQYNGlBXV5ejRo3KwVIL2WHFihXU1tbmsWPHGBISwjZt2rBt27YMCwuTzlENEnXp0oWVKlWSlhdnZmaK9i5D3yahJ8mYmBi+ePGCMTExrFevHt3d3UmSb968YalSpahQKDhr1qycKK6QjVatWkUdHR0eOXKEy5cvZ40aNejq6sqXL1+SzPptKMdvFy9eZPny5dmyZUvevn1b+g7xoChP39ZbbGwst2/fzoSEBIaGhrJo0aLSjLImTZqwTJkyHD9+vFpuUTG2l5/ly5dTQ0ODx44d44cPHzhu3DhWqFDhp0EiDw8Pli1bVuoDRB//+xIBIkGi2oHcvHmTX79+JUkpUWW3bt04adIk6YahfGCwsbEhKW4kchYeHs7ChQur5SDZtGnTnwaJLl68yO7du4tBg0yp1umsWbPYpEkThoSESMfj4uKknARk1iDC2dmZly5dEnUuc2/fvmXt2rXp7+8vHTt48OCfBolevnzJadOmibqXMdU2v3DhQnbt2lVtR7rHjx/T0tKSJ0+eJEm+e/eOrq6uvHjxopgxJHN37tyhqakpd+7cKR1zc3OjlZXVd0Ei5e8kNDSU3bp1E0EhmVOtv0uXLjE6OpokpR1qBwwYwNGjR0v3dicnJ5YvX54jRowQ43oZS09P58CBA9X6+aioKI4fP/5Pg0Tbt28X/bwgAkRCFtVOYMaMGWzevDl9fX2lm8Tnz59pYWEhRZW/fPnCrl278sCBA6IDyQUyMjKkt4Sq9fnfgkRKojORrxkzZrBYsWIMDAyUdigks9q4tbU1bWxsuGTJErZq1YpWVlbS70DUuXylp6dLeQZU6/FnQSLl4FH1ekG+Jk+ezOLFi3Pjxo3SFudkVoAoX758dHV1ZXBwMNu1a8fGjRtLn4sgkXx9/PhRSjiuWo8LFy78YZDo2zYugkTypDqemzp1KitXrsxdu3ZJL4BJskOHDnR2dpbqvGfPnjx69KhIG5ALKNutavv9WZBImTJCSfTzvzcFSUIQ/r/Zs2dj9erV2LVrF6pWrYqiRYtKn40cORJHjx6Fk5MTTp48iZSUFISFhUFTUxOZmZnQ0NDIwZILf1VGRgY0NTUBAKq3A4VCAQDw8fHB4MGDMWfOHEyfPl3Ucy7y8OFDODg4wN3dHR07dpSOK38TUVFR6N27N7S0tFCgQAHs378f2traor3nEiSldq506NAh/PHHH9DQ0MDMmTNRv379HCqd8E8IDw9Hjx494OvrixYtWkjHlW169+7dcHJyQqlSpVC4cGGcOXMG2traP/ytCPKjrEfV+nRzc8OePXvQqlUruLi4oESJEqK+cxk3NzesWLEC/v7+sLa2hqGhofTZmDFjcO7cOVSsWBEvXrxAbGwsbt++Lcb2uYRyXK/anqOiorB27VocPnwYo0ePxogRI3KqeMK/lFZOF0D494iKisKhQ4fg4+ODli1bSseVA4WBAwciIyMDBw4cgLm5OXbs2CE6EBlT1psyOJSZmQmFQgGFQoGHDx+iQoUKAICBAwdCQ0MDQ4cOxZcvX+Dh4SEGjjL1bVv98uULPn36hKpVqwL4T1vX1NREUlISypYti5CQEGRkZCBfvnxQKBRIT0+HlpboOuTm27pPT0+X2v7Nmzehra0NS0tL2NnZQaFQYM2aNXBxcYGPjw+qVKmSU8UW/iZlsFdZ/2/evEGePHlQp04d6RyS0NDQQHp6Orp27Yr69esjPT0dpUqVko6LNi8/37b5jIwM6e/nz5+jYMGCKFCgAKZNmwYNDQ3s3bsXnz9/xsKFC2FkZJRTxRayEUnExsbi4MGDmD9/vlpQWHlv8PT0xJQpU/D27VuUL18e69evF2N7mfo2sJuWlgYtLS0oFAqcPXsWHz58QOfOnVG2bFmMHDkSGhoamD59OooVK4bOnTvnYMmFfxvR8n9jGRkZan+npKTg2bNnyJcvn9px5UNh9erV4e3tjdOnTyMgIADa2tpIT08XHYhMKevt48ePUqeiUCgQFBSEevXq4fr169K5Tk5O8PT0xKVLl3KquMLf9PHjR6nOL168CAAoUqQIUlJSpL8VCoV0Xzh79iwOHjyIPHnyQF9fX3rrLB4U5SctLU2q+/DwcACQBo2BgYFo0KABPn36JJ1va2uLAQMGoHHjxrC0tMyRMgt/X2JiohQEfPv2LQBAV1cX7969w5MnT6TzSCIzMxMHDhzAvXv3YGpqCnNzc2hoaCAzM1O0eZlStvnHjx9LfysUCuzZswd16tTB69evkZmZCQCYMmUKWrdujbS0NBQpUiTHyiz8fd/OBE9JScHjx49hbm4OAFKda2pqIjExEXFxcVi6dCm2bdsGX19fMbaXqU+fPknBIX9/fwCAtra2NK5v3bq12r28TJkyGDx4MObPnw8HB4ecKLLwb/ar17QJ/w6JiYnSvwMDA/nhwwfevn2bxYsXZ1BQEEn19acnTpzgihUrmJycLB0T65Ll6cSJE1y2bBlJcsSIERwwYIC09nj//v3Mmzcv161b98NrxZp0eTp+/Di7d+/Ox48fc8yYMcyfPz/fv3/P2NhYdu7cmW3btuXx48el89PT09mqVSsOGzYsB0stZIfdu3dzxIgRJMmxY8eySpUq0vbFhw4dokKh4Nq1a6Xzf9S2Rf4R+Tl48CAXLlxIkhw+fDhNTU2ZlJTEO3fusFq1ahw7dqxagurU1FQ2a9aMs2fPzqESC9klICCA27dvJ0mOHz+enTp1knLOBAUFUUdHh3/88Yd0vmr7Fn28vEVFRUn/3rlzJ6Ojo5mZmckKFSpw+PDh0mfK8f2FCxe4bNkyfv78WfpM1L38BAcHs0qVKnz58iXHjh1LfX19vnjxgiR55swZKhSKn47rlUTOIUGVyEH0Gzpx4gSGDBmCp0+fYsKECThw4ADOnTuH4sWLo0+fPjh16hROnz6NSpUqAch6C9m1a1eYmZlh9erVYnmRjCUkJMDFxQW3bt1CgQIFcPnyZYSHh8PS0hLJyckYNGgQWrRogUGDBv30OyhyE8jOnj174ObmhtTUVLx9+xYXLlxA+fLlAQBnzpzBwoULER8fjxYtWsDIyAgHDhzAp0+fEBERIWYPyNzBgwdhb2+PmjVrIjIyEufOnUO1atWQnp6Offv2ITExEf369VO7RrRx+Zs+fTo2btyIihUr4t69ewgJCUHlypUBAKtWrcIff/yB2rVro127dsifPz9WrlyJjx8/4urVq6LNy1hqaipmzJiBpUuXwtbWFiEhITh//jyqV6+OhIQELF68GGZmZnB2dla7TrXNi/YvT5cuXcLIkSPh6uqKK1euYOXKlYiMjETp0qXh4eGBbdu2oVevXpg8eTKArGXGHTp0QN68ebFnzx5R5zKWmJiIihUrIiMjA1+/fsXZs2dRvXp1AFnLSSMiIuDo6JjDpRTkRASIfkOPHj1Cz5498fr1ayQmJuLq1asoW7YsgKxp6IMGDcK5c+cwatQoAFnLUd6/f48bN25AS0tLDB5kSrne/NOnT7CxsUFERAQmTpwId3d36ZzExETkzZs3B0sp/FMGDRoEX19ftG/fHh4eHlIAGACuXLmCQ4cOYfv27TAzM0OJEiWwadMmaaq5eGCUH9X8Eba2tjhy5Ah69OiBHTt2SPdwUbe5W/PmzREaGooxY8bAzc1N7d6+detW7Nu3D8HBwahWrRqKFi2KoKAgaGtrq21cIMiHapu3trbGzZs34ebmhsmTJ0ufxcfHI3/+/DlcUuGf8PDhQ7i7u+PYsWNITEzE5cuXUa5cOQDAq1ev4OXlhYMHD6JkyZIwMzPD/fv38fXrV0RERIhE9DKlmjt0+vTpWLZsGSwsLLB//36ULl1a3MeFv0wsMP0NlStXDg0aNMDbt29RuHBhlCpVCkDWW6PixYsjODgYY8aMwfXr13H58mVUrFhRCg6lp6eLDkSmlB3F7t27YWlpiS5duiAsLAxeXl7SOTo6OjlVPCGbKWP/aWlpAIBatWph+fLl+PjxIxYuXIirV69K59WuXRtz587FvXv3cOzYMfj5+YngkMwpHxR9fX2RlpaG5cuXIzAwEKNHj0ZKSgoAfDd4FO+LcofU1FSkpKSgYsWKGDx4MPbt24eVK1fi/fv30jl9+/ZFQEAAIiMjERwcjIMHD0ptXjxUyA//f6JxANi2bRt0dXXh5OSEadOmYceOHdJn3+aYFHKPChUqoHLlyvj48SNKlSqFy5cvS5+Zmppi6tSp8PLyQsGCBZGWloamTZvi+vXrUrsXY3v5UeYVc3Nzw7Vr1xAWFob09HT06NEDt2/f/mGf/m3+WUH4oV++qE3IEd+uK79w4QIPHTrEunXrskKFClJOCmUuGqW0tLQf/luQD9X8AnPmzKGuri5fvHjB9+/fc8iQIaxbty49PT3Vrnn9+vWvLqaQjVTrXDXfGJmVl6BWrVrs1asXr169Kh0/fPiw2nkiD4E8qdb96tWrWbJkSUZERJAk9+3bR11dXY4aNYqpqanSed/WvSA/P8ojozRlyhSWLFmSixYt4rt376Tjjx8//ul3CPKhWm/z589nmTJleOfOHaampnLy5MnU0NCQchIp3b59+1cXU/gHKNu6Mn/M+fPneeLECTo7O7NevXrcuHHjf/0OkXtGflTbfFBQEM3NzRkWFkaS/PLlC8uWLcuaNWvy1q1b0nnLly//5eUU5EssMfsNqE47TktLQ0pKCvT19QFkLTfr0aMHEhIScPHiRRgaGgIANm7cCEdHRxQuXBiAWJOeGzx8+FDavaR169YAgBcvXsDNzQ137txBhw4dMH78eLRr1w5Vq1ZVm1kkyIdqe1++fDnOnDmDjIwMlCxZEn/88Qc0NTWxd+9eeHh4oGTJkujcuTO2bt2KBw8eICoqSrTzXOLGjRvYtGkT6tatiz59+kj38IMHD6Jbt27o27cvhgwZgrlz5yIuLg4hISGi7mVKtc37+voiIiICenp6KF++PAYPHgwAmDZtGvz9/eHk5ISOHTti8uTJ+PjxIyIiIkT/nks8e/YMCxYsgIODA+zs7AAAX79+xcKFC7F06VJs2LAB9vb2GDRoEAwNDeHj45PDJRb+DtV2/+7dO+jr60NLSwu6urq4d+8e3N3dERkZiSFDhmDAgAEAssYE3bp1g4mJSU4WXcgmJ0+exN69e2FmZoYpU6YgJSUFurq6iI+PR82aNZE/f34MGzYMQUFBePjwISIjI8UMUeF/IgJEuZxqB+Lu7o6wsDDcvXsXXbt2Rbt27dC0aVM8efIE3bt3R0xMDFasWIEVK1YgISEBYWFhYpvLXCI4OBgdOnRA8eLFsW/fPtSpU0fKM/HixQssW7YMhw4dQkZGBgwMDHD16lWx3Ezmpk2bhvXr12PkyJF4//49Tp48CW1tbZw4cQIlSpRAYGAg1q9fjxcvXqB48eI4duyYyEOQS4SEhMDW1hba2tr4448/0KdPHwD/CfSfOHECnTp1gpmZGfT09BAeHi7qPheYNGkSNm/eDBsbG7x8+RKPHj1Co0aNEBAQAACYM2cOdu7cifT0dBgZGSE0NFTc53OJHTt2oE+fPjA3N8f27dtRv3596bOvX79i6dKlmDdvHipXroyMjAzcvHkT2traOVhi4e9QvVfPnz8fBw4cQEJCAvT19eHp6YlGjRrh0aNH0gvAJk2a4OHDh7h+/Tpevnwpxva5QGRkJDp06IBXr15h5MiRWLJkCYCsJcY6Ojr4+vUrOnTogPT0dOjq6uLIkSPQ1tZWey4UhJ/KoZlLwi82bdo0Fi5cmAsXLuTMmTNZpUoVtmrVirt37yZJvnr1im3btqWlpSVbt24tLT8QU85zh7t373L48OHU0dHhrl27SGZNK1ZOLf7w4QPDw8O5fft26ZhYUihfDx48oIWFBYODg6VjL168YL169VitWjXp2OvXr/n06VOpnYs6zz0WLVpEPT09Ojk58dWrV9JxZV2/efOGV69eFXWfS5w7d44mJiY8e/YsSTIhIYH79++nkZER+/XrJ5137do1hoWFift8LtS5c2cqFAquWbPmu3QBZFZqgT179oi6z0XmzJnDwoULc8uWLVy/fj27du1KPT09aUnhgwcPOHXqVDZp0oQODg5ibJ/LHD16lFZWVqxWrRpDQkKk48r2n5aWxtevX0tLEUWbF/5XIkD0G3jw4AErVqzIY8eOSceuX7/Obt260cbGhg8fPpSOR0VFiRuJzP2s479//z779etHPT09njhxQjr3R+eLNenydunSJRoaGjIqKorkf/IU3L17lyVLlqSvr6/acVIMGOXqz+ptzpw5NDEx4eLFi9Vyz3zbvkXdy19AQADNzMwYHx8vHUtJSaGfnx8rVKjAS5cufXeNuM/L05+11/bt29PIyIjHjx9Xq99v81KJupe/mJgY1qpV67s8Q+PGjaOenh7v379PkkxOTmZycrIY28vYn7X54OBg1q5dmz169OCFCxek49/Ws+jnhf8LMcfsN6Crq4svX74gPT0dQNbU1Bo1amDatGm4evUqIiIipHMtLCygUCiQmZkpdi+SIdWpo+Hh4Th37hzOnj0LAKhYsSKmTZuGHj16oHv37jh58uRPp5mKNcrywR+sEra0tESBAgWkpSXKqegmJibImzcv4uLi1I4DEFOOZUi1vQcHB2PDhg3Ys2cPXr16BQCYPXs2nJycsHr1amzevFnaxerb9i3qXr6U7d/CwgKpqakICwuTPtPR0UHt2rXx5s0bfPjw4btrxX1eflTb/KVLl3Dy5Encv39fGt8FBwejRo0a6N+/v5R/DsB3S0dF3ctfcnIyXrx4ASMjIwD/2bHU09MT1tbWWLVqFQBIeYnE2F6eVNv8li1bMHHiREycOBEnT54EALRv3x7Tpk3DkydPsHLlSly8eBEAvqtn0c8L/xfi15LLKAeLqg+NylwzUVFR0t8kUb16dVhaWuLWrVvffY+4kcgPVba5nT59Ovr3749+/fph0KBBGDNmDICsbVCnTJkCBwcH9OzZE8HBwaKuZSwzM1Nt4K8cIOrp6cHe3h5Hjx7Ftm3bpM/19PSQP39+6Orq/vKyCtlLtb1PmTIFgwYNgp+fH0aOHIkJEybgyJEjAICFCxeiX79+WLt2LVatWoXY2NicLLbwN2VmZqr9rWz/xYsXR/ny5bF161Zcu3ZN+rxQoUIwNzcX9/lc4Ns+vkuXLhgxYgRq1qyJhQsX4sGDBwCA48ePo2rVqhgwYACOHDny3W9GkJ8fvQgyMTFB5cqVsW7dOqSmpkrb1WdmZsLIyEiqd9VgoLgPyI+yziZPnoyJEyfi8+fPuHjxImbPng13d3cAgIODA6ZNm4bnz59j9uzZuHPnTk4WWcgNcmrqkpD9VKcPfv36lZmZmdKxBQsWUFtbmwcOHFA7p3r16ly1atUvL6uQfb6dOr5w4UIWLVqU58+fZ1xcHKdNm0aFQsFBgwZJ5zx48IAODg5s27btry6ukE1U27unpyd79epFa2trenl5MSoqih8+fGC3bt1Yo0YN9unThytXrmTTpk1ZpUoVMcU8F1m2bBlNTU158eJFkqSXlxe1tLTYtm1bHjx4UDpv1KhRdHR0/O5+IciHapvftGkTp0yZwj59+vDMmTMks3LMWFpaskOHDly6dCmPHj3KVq1a0draWiwpykXc3NxoYmIi5RwZM2YM9fX16eLiIi0rIkkrKyt27Ngxp4opZBPVdv/582e15cIBAQGsVasWx4wZo3Z+48aNOXXq1F9aTuGf4+3tzTJlyvDq1askSX9/f2pqarJq1aqcM2eOdJ6/vz+dnZ3FcjLhbxMBolxC9Wbg4eFBGxsbNmvWjD179uTHjx9Jki4uLlQoFBwyZAjHjx/PVq1aiYfFXObJkyds27YtDx8+TJI8dOgQCxQowGHDhjFfvnwcPHiwdO7z589FJ5ILTJ48mYULF+aUKVM4aNAgli1blra2toyIiGBMTAxXrlzJOnXqsGXLluzVq5eUpFI8MMpTeno6k5KSSJKxsbEcNmwY165dS5IMDAykoaEhJ06cyEqVKrFx48Y8dOiQdK0yOCSCRPI2YcIEFilShJ07d2aDBg1YuHBhTpo0iYmJibx06RIHDBhAIyMjWltbs02bNqLN5wLKNvvkyRN27NiRO3fuJEkGBQXR0NCQffr0YZ48eThy5EjevXtXuk708fKmeq+eO3cumzRpQkNDQ/bu3Zs7duwgSS5fvpxVq1ZlpUqVOHDgQNatW5eWlpZibC9jnz9/5tu3b0lm5RJatmwZ582bRzKrny9YsCDd3d3Zv39/mpiYcNGiRd99h2j7wt8hAkS5jHK3Mnd3d7q6utLa2polS5bkvXv3SJIbNmygvb0927Rpw8GDB4uBo8ydPHmSU6ZM4ZgxY6QB4+bNm/nhwweeP3+epqam0sPj0KFDqVAo2KlTJ7XvEJ2IfF2/fp1ly5ZlaGiodOzEiRNs3749O3XqJAWHyaxElUpi4ChP+/fvZ+/evVmzZk3OnTuXT58+5dWrV/n+/XveunWLZcqU4fLly0lm3Qfy58/PBg0aqO1uIoJD8nby5EmWKFGCERER0jEvLy9WrlyZc+fOJZnV1j99+sQ3b96IxLQyd/z4cU6ePJndu3dncHAwv3z5wn379jEuLo4XL16kqakpV65cSZIcO3YsCxYsyEGDBvHJkyfSd4g+Xv5mz57NQoUKccOGDVy7di0dHBxYo0YNrl69mmTWxhQjRoygk5MTJ02aJLV3MbaXn127drFp06Y0NjamjY0Njx07xjdv3vDt27d89uwZK1euzGXLlpEkb9y4wUKFCrFUqVL09vYmKfp4IXuITGW5yNOnTxEYGIiNGzfCwcEBAPDx40f07dsX7dq1w4MHD+Ds7Iy+ffuq5SBJT08XSetkaMOGDZg8eTLq1q2L69evY9euXXj58iVcXV0BAF5eXmjevDn69esHAChZsiQ6duyIlJQUtaR3Yk26fGlqaiI+Pl6t/bZq1QoZGRno0aMH7ty5g6ZNmwKA1OZJivYuQ+vXr8eUKVNga2uLEiVKwM3NDS9evMAff/wBPT097Ny5E6VKlcLAgQMBZN3XGzZsiEqVKqFx48bS93ybrFaQl8TEROjp6cHIyEjKLzh27FgkJSVhyZIlGDJkCIoXL67Wx4vEtPK0YcMGzJgxA5UrV0Z0dDT27NmDdevWYdCgQQCAwMBANGjQAIMHDwYA5M2bFxUqVMDnz59hZmYmfY/o4+UtOjoahw8fhre3N7p27QogKzGxt7c3Nm7ciCpVqqBJkyaoU6eO2nVibC8/69atg6urK0aNGoXWrVtj06ZNGDduHIKCglC+fHkcOnQImZmZ6NatGwDgy5cvaNasGVq0aCHdB0QfL2QH0WvkAvz/yevi4+MRHR2N0qVLA8gaFBYpUgTe3t7Q0dHBxo0bAahnthcPi/K0adMmjBw5Ej4+Pjhy5AiuXLmCZs2awdvbGw8ePEBGRgZu3ryJDx8+IG/evEhKSsK1a9fQsWNHHDp0CBoaGiJxpcy8ffsWz58/R0JCgnRMWYdv3rwB8J8k1W3atIGJiYm0m4UqMXiQnw0bNmDMmDHYtGkTtm7div3792Pjxo3w8fFBaGgoACApKQlfv35FZGQk0tPTcfDgQdjZ2cHT01O0d5n6+vWrtOOgUmpqKj59+gQgK0CclJQEAHBxcYG2tjYuXLjw3feIAIH8rF+/HqNGjcLq1atx7NgxnD9/HkOHDsXIkSPx6NEjAMD79++RmZkp/Qbu37+PuXPnYvfu3aLN5yJ58uTB27dvpXYPAKVKlcKIESOQnJyM8PDwH14nxvbysnHjRowZMwZbt27FokWLMH36dJw7dw7379/Hvn37AGTVaWZmJo4dO4a3b9/Cw8MDJUqUwIgRI6ChoSHtWigIf5cYNcjU8+fP8fTpU0RHR0sPfJaWljAzM8OOHTsA/GdQaGRkhLx58+LLly8A1Hc0EA+L8nP69GkMHjwYEydOhIODA0iiZMmS6NWrFz5+/Ij09HRoamrC2dkZp0+fRpMmTdCgQQNERUVJs4moshuK8O+3bds2ODo6olatWujbty/Onz8PAKhevTocHR0xePBgREREQFtbGwAQGxsLDQ0NGBsb52SxhWzw6NEjDB06FP369YOjoyPS09NBEnXr1kXx4sWloGDDhg0RHx+P3r17o0KFCoiKisKQIUMAiPYuRwEBAejVqxdq1qyJ2bNn4/379wCAzp07o0KFCtK9P0+ePACyggWGhoYoWLBgThZbyAZXrlzBsGHDsHDhQnTp0gUKhQJGRkZo06YNDAwMkJycDACoX78+goOD0bVrV1SpUgUPHjxAixYtoFAoRJuXqfv37+P8+fO4c+cO0tPTAWS9CCpVqhTu3buH5ORk6aWwqampVO+CvMXExGDixImoVq0aHBwckJmZibS0NGmnOmVbrl69OqpVq4Z58+ahZs2aeP36NZYtWya1edXnO0H4O0TvIUPbtm1Dhw4d0KZNG9SpUweXLl0CkPUQYGdnhwsXLsDb21s6X0tLC3p6etDX18+pIgvZSF9fH9bW1oiKisKRI0ekIN/z58+lbcyBrKVGu3fvRrly5dC2bVtERERAS0sLGRkZIjAoI+vXr8fgwYPRu3dv/PHHH7h79y62bt0qfe7l5YVmzZqhUaNGmDFjBhYtWoSePXtCQ0MDvXr1ysGSC9nByMgI06dPx5YtW+Dr6wstLS0oFApcuXIFsbGxKFOmDICsAJGvry9cXV0xduxY3LhxQ9r2WLR3eVm/fj0GDRqE6tWro1u3bpg/f770BhkAVq5ciYSEBFSuXBlBQUEIDAzEqFGjUKBAATRp0iTnCi5kCw0NDdja2mL16tW4ceOGNBPkzZs3ICn18UOGDMGqVatQo0YNtG/fHrdu3RJ9vIxt3rwZDg4O6NKlC/r06YPVq1dLKwFGjhyJVatWYfXq1YiPjweQtdz0+fPnassJBXkqXLgw9u7di6ioKPTv3x8JCQnQ1tbG/v37ce/ePTRr1gwAYGxsjFWrVsHf3x/r1q3D5cuXRT8v/DNyJPOR8Jd5e3tTR0eHGzduZGBgILt06cKGDRtKCWhfv37N/v37s3r16rSzs+PChQvZuHFjVq5cWSSpzEUuXLjAxo0bs0OHDoyIiODhw4eZJ08eKVH1z5LUid+AvKxfv556enoMDAyUjq1Zs4a9evVieHg4L126JB2fOXMmmzVrxoYNG7J3794iAX0ukpCQwFmzZlGhUPDQoUM8efIk8+XLx+3bt5P8eR2LupefdevWUVdXl3v37pWOOTs7c+bMmXz69CljYmJIko8fP6atrS3NzMxYuXJltmvXTrT5XOT27dt0cHCgsbExP3z4wNDQUOrp6TEgIIDkz/ty0cfLk7e3N7W1tenn58fbt2+zb9++rF+/vtpYbuXKldTU1KStrS27du3Kpk2birF9LnPmzBnq6+tz9OjR9Pf3Z/78+bl582aSWcnmf5RwXtzvhX+CCBDJyObNm6lQKHjs2DHpmLe3N7t06cLz58/z3LlzJMm4uDj6+PjQxsaG7dq148CBA8XAMRdSBonq1KlDXV1d+vr6ksyqY7GdtfxFRkZSoVBwyJAhascbN27M0qVLM3/+/CxevDjt7e2lz+Lj46W2ToqHhdzk69evnDFjBjU0NKhQKKQtjsUORbnH5cuXqVAo6OHhoXbcysqKNWrUoK6uLq2srOju7i599uzZM757907sVpZLqPbZN2/eZMeOHWloaEgtLS3u2rWLpGjzuc2GDRuoq6vLoKAg6diVK1fYsGFDbt++nd7e3lJg+PDhw5wwYQJ79uzJyZMnS+1dtPvc4/Tp0zQ0NKRCoeAff/whHRfjeeFXEgEimbhz5w719fXZqVMnte2q27Rpw8KFC7NcuXJUKBTs0qUL37x5I32u2mmIDiT3CQ8PZ8OGDWllZcVTp05Jx8UAUv5iY2M5Y8YM6ujo0N/fnyTZuXNnVqhQgREREbx9+zaXLVtGfX19aWtz1XoXg4ncJz4+nh4eHtTQ0JBmDwm5x9WrV2lnZ0dzc3NGRkaSJDt16kQLCwuePHmS+/btY7du3ViyZEmeOHGCpHqbF/f93OfmzZvs27cv8+fPz3v37pEUL/pyk48fP9LQ0JC1atVSO96mTRsaGxuzUqVKNDExYdGiRfnq1SuS37dzMbbPfcLCwlioUCEOHDiQX79+zeniCL8hkYNIJipXrgxnZ2cpIVl6ejp69uyJFy9e4MSJE7h8+TICAgKwd+9eHDx4ULpOuXadYrcyWVLuQsL/n5TwW/Xq1cOyZcugr6+PFStW4MSJEwDErjW5gaGhIaZOnYrJkyejV69eqFq1Kp4/f44jR47AysoKVapUQdeuXWFgYCDtbKZa72I9uvz8rJ0r6evrY+jQoZg+fTr69eunlotKkL+aNWvCzc0N1atXR4sWLdC8eXO8ePECx44dQ8uWLWFvb4/Ro0fjzZs30o5Gqm1e3Pdzn2rVqmHChAlo2bIlWrVqhVu3bkFTU1PsUJZLqOaeUW5T3qVLF7x8+RKnT59GWFgY9uzZAx0dHbi6ugL4vp8QY3t5+V/aboMGDbB3717s2bMHo0ePlvJOCcKvIkYTMqDcttDLywuNGjVCUFAQqlWrhhs3buDs2bOwsrKCoaEhunTpgsqVK/9wRwPxsChPygG/clvbH6lbty7c3d0RFxeHuXPn4vLly7+qeMI/LG/evJg8eTLc3Nxw//59dO/eHaVLl5buCfr6+jA1NYWRkVEOl1T4uzIzM6X7tLJ+fxQwyp8/PyZPnowZM2agf//+OHLkyC8tp/DPUNZ11apVMX/+fDRu3BihoaGYN28eLCwskJKSAgAoUaIEKleujHz58uVkcYVsoKzz/xYYrl69OubNm4f69eujRo0aePz4sQgG5iItWrRAYGAg/P39UbhwYTx69AiHDx9GxYoVUbBgQdSoUQPly5eHrq4uAIidqmTs1q1bUttdsGABAgICfnpus2bNcODAAWzevBkrV678VUUUBACACDvLgPJtkYaGBjw8PDB9+nT4+vqiR48e0NPTk86LiYmBpqYmLCwscrC0QnY7ceIEevfujQsXLqBs2bI/PKd+/fqYPXs2AgICUKtWrV9cQuGflC9fPgwfPhzJycmYNGkSihQpAicnJ2RmZqJ3797IzMzEwIEDc7qYwt+gvL8DWS8Cnj17hiVLlkgPBN/Kly8fXF1dYWpqitatW//Kogr/ENWXOFWrVsWkSZOQkpICZ2dnBAcHo0aNGkhPT8eoUaOgr6+Ptm3b5mBphb9Ltc0nJCSo7TKr+plS1apVMW3aNJQvXx7m5ua/sqjCL9C8eXMcOXIEXbt2hYWFBUxMTEASCoUCCoUC6enpYrcymXv69Clq1KiBOXPm4OPHj9i6dSsuXrz4p9c0bdoU165dQ9WqVX9RKQUhi4L/7dWF8K+RkZEhvTmYNGkSTp8+DTs7O0yYMAH58+eHnZ0d3r9/j/DwcPGGIRe5dOkSBg0ahBUrVqBly5Y/HDwqBxJKPzpH+Pf6tv5+JCEhAUuWLMGCBQvg6+uLgwcP4tatW7hz5w60tbXV7g+CPE2aNAn+/v5wdXWFvb299CD4334f6enpYplBLnT79m3Mnj0bly9fRnBwMNzc3HDz5k3cvn1btPlcYsmSJThy5AiMjIzQvn17ODk5AcB/rVtR97lTaGgo7Ozs4OjoiI0bN0JHRwe2trZ49eoVrl27Ju7zMhccHIxOnTpBV1cXISEhsLa2/p+vFf288CuJX9q/0LcP98qBgKampvTvJUuWYOLEiQgODoampiZCQkLw8uVL3L17V+08QV5+FNipW7cuqlevjgkTJuDatWs/rNdvHx5FcEg+VOtc2W5/FBDIly8fJk2aBIVCAScnJ1hYWODevXvQ1tYWA4dcYPv27fDz88OhQ4ekWYAZGRlITExE/vz5//RaUffyomzf/y3wV7VqVcydOxdz586FlZUVypYti7t374o2L2Oqdb5q1SosXrwYLi4uCAkJgbe3N+7du4clS5aozRz/ETG+k5//5cVd06ZNcejQIXTs2BFaWlp48+YNnjx5gjt37kBLS0uM7WVMuYw8LS0N6enpCA4ORpUqVaCjo/PduT/qG8T9XviVxFPkv5CyA1GuTVXtDJTBHwDw8PBAixYt4Obmhk+fPqkNHEUHIk/Kuv/y5YtaXoKJEydCR0cHhw8fBvDfcxYI8vDt0qLx48cjJSXlpw+N+fLlw9ixY7Fjxw7cv39fPCjK2Lf5R+7fv4/mzZujVq1auHPnDlatWoUaNWqgSpUq2LhxY04WVchGqrmmlMnlVT/7VtWqVTF58mTMnz9fBIRzAWXdnz9/HtHR0di+fTtmz56Nffv2oV27djh9+jQmTpwIIGs8oBzvCfL2f8k907RpUyn3zKNHj6RZwmJsLz+q93QNDQ20b98eMTEx2L17N+bOnYt58+YhLS3tuzG9yBsr5DQRIPqXioqKwrhx47B9+/bvPlPdwcLd3R2rVq3ClStXxMBRxlQ7h4CAAJQoUQLTpk3DlStXAACVKlVCgQIFsHPnTgCi88gtlAPGSZMmwdPTE2XKlMGbN2+kz38UCDQ0NESPHj2gpaUl2rtMqQYJkpOTAQBmZmbYtWsXxo0bh+7du+Ps2bMYMGAAOnfujHHjxuHdu3c5WWQhmyjb/JIlS9ChQwd069YNmzdvlj77UUCgdu3amD59umjzucTRo0cxbNgw7Ny5E8WLFwcAFChQAGPGjEHHjh0REhKCSZMmARAzhXIDZe6ZefPmYcyYMVi2bBmqV6/+p9c0bdoUt27dwsOHD8XYXqZUXwBevHgRwcHBiIuLQ/78+dGpUyf4+vpi8eLFWLBgAdLS0gAAQ4cOVduJWhByirjb/EsVLVoUVapUQVhYGHr37v3d58qBpKamJpydnQGI9aly9ebNGxgbGwMAvL290aFDB0ydOhU3btxAkyZNMHDgQHTt2hWLFy9Gx44dcfr0abRo0SKHSy1kF7G06PeiOmj08PDArVu3sHLlSnTp0gWfP3/G3r17MXLkSLRu3RrlypXDvXv3cOnSJWkXK0GesmtpkWjz8vPtcpFy5cqhUaNG2LVrF3bv3g0rKysAQMGCBTF69GhoaGhg/fr1KFWqFEaNGpVTxRaySenSpXHw4EG13DMVKlT4r9dVqVIFQNZ4QLR7+VHew11dXbF9+3YkJCSgVKlSmDRpEjp16oS+ffsCAPr374+IiAi8f/8eX758werVq3Oy2IIAQMwg+lf40bRyAwMDTJw4EVu3bsXp06d/eN23b5ZEByI/Z86cQZUqVXDt2jW4uLhg3LhxAIDp06dj27Zt2LNnD96/f4/Bgwejf//+IInw8HAAEFPPZUosLfq9KQeNkydPhpeXF2rXro1Pnz6hYMGCmDhxIkJDQzFixAiULVsWqampcHV1hb6+PkqWLJnDJRf+DrG06PekGhzaunUroqKiYGFhgRkzZqBXr144ceIEPD09pfMLFiyI4cOHY+7cuRg+fHhOFVvIRqq5ZxISEhAcHIzU1NQfnvujWcNiFpm8qNbhiRMncPr0aezYsQM3b95ElSpV4OXlhS1btuDr16/o27cvjh8/DgMDA9SvXx+3b9+Wck0JQk4Su5j9i5w/fx5VqlSBoaEhACA2NhYDBw5E5cqVsWDBApGcLheJjo5GiRIlAACtWrXC9evXkZqaitDQUFhbW0sdjEKhQFxcHD59+oSFCxfi/PnziImJQUREBExNTXPyf0H4C1RnBiQlJSFPnjzYsGEDhg4dChcXFxw/fhyWlpaoX78+Xr16hQ0bNiAqKgrFihXL4ZILf5dq3Z86dQpOTk7YsWMHGjdu/N25SUlJ2LdvH9avX4/Pnz/j8uXL0NbWFrsTytzRo0fh6uqKr1+/IigoSJo5Ehsbi1WrVuHgwYNo3rw5lixZksMlFbKDanu9ceMGBgwYAENDQ/j5+aFkyZJ49uwZ3N3dcf36dXTr1g3jx4//7jvEuE+efnSvjo2NxZkzZ9CtWzdMmTIFs2fPhpaWlkgZkEvt2rULV65cQZ48eTB//nzp+MCBAxEREYHBgwejT58+KFCgAJKTk6GnpwdArAYR/h3ESDMHqcbmHj16hCZNmqBHjx6YOHEikpKSULBgQXTs2BFr1qxBTEyMGCTkEvb29ti+fbu05rhdu3aIjY1F3rx5kZqairS0NGmHGyBrNpm5uTk2bNiAgIAAVKtWDTt27AAgklXLybdLi4YMGYLY2Fh06dIF7u7uCA8Px8iRI+Hm5obx48fD2dkZ1apVE0uLZG769OkA1HcWfPbsGYoWLYq6detKx1Tbcnx8PN6+fQtLS0u1/HIiOCQv396flUuLvnz5gt27d0vHlUuL7O3tsXPnTvzxxx+/uqhCNiMptddFixZh8eLFSE1Nxfnz5+Hk5ISnT5/C3NwckydPhrW1Nfbu3Yt58+Z99z1i3Cc/IveMkJGRAU9PT3h6euLu3btqn/n4+MDa2hq+vr7w9vZGYmKiFBwCxGoQ4V+CQo64du0aP378SJKcNGkS9+/fzzt37nDZsmWsWLEiK1WqxHHjxvHy5cts1aoVp0+fzoyMjBwutZAdDh48yJSUFJJkSkoKnz9/zufPn7NNmzY0MTHhyZMnmZaW9tPr+/Xrxy5duvyq4grZbNKkSTQ2NuaKFSsYFRUlHU9OTiZJZmZmMiUlhe3ataONjQ0zMzNzqqjC33T69Gm2bdv2u/bs4+NDc3NzPn/+XDqWmZnJ9PR07tixg58+fVKr9/T09F9WZiF7qNafn58fHz16RJJ8+fIlR4wYwVq1anHZsmVq13z8+JE+Pj6ivnORpUuXUl9fn8ePH+f9+/e5bNky1q9fn02bNuXTp09Jks+ePWPPnj05ePBgcb/PRSZMmMDixYszf/78rFy5Mrds2cL4+HiSWfcEhUJBOzs71qlThxUqVPjTcZ/w7/ajdpuUlEQHBweWKVOGO3fulMb9Sg4ODuzfv79o88K/kggQ5YDnz59ToVBw/PjxHDp0KPPnz8+bN2+qnbN06VL27NmTmpqaNDAwYP369Zmamkryxzci4d8vMzNTLcjn6enJfv36MTIyUjrWokULmpiY8MyZM1I9T58+nV++fJH+Hj58OJs0acLExETxW5AB1To/efIkTU1Nefbs2R+em5iYyB07drBZs2asUaOG1OZFcFieUlJSpDa6e/du6fipU6dYvHhxuru7Sy8KyKwgYaNGjbhkyRLpmGjj8qPaXq9fv84aNWqwWbNmfPHiBUny6dOnHDZsGOvWrftdkEhJBInk5+jRo2p/JyUl0d7enpMnT1Y7vnPnTlpaWrJVq1bSb+L169fS70a0eXlSrbfjx4/TysqKp0+f5pMnT9i9e3fWqFGDf/zxhxQkOnHiBHv16kUXFxeprxftXn5U7/f37t1jZGQkb9++TTLrHmBjY8OaNWtyz549Uj1/e61o88K/jQgQ/UKhoaHSG4IzZ85QR0eHefLk4ZkzZ6Rzvn2DcPjwYY4YMYIFChT46UBSkAfVDuDDhw/ct28fjYyMOH78eN67d0/6rGXLlixRogQXLlzIVq1a0dzcXBo03L17l/Xr1+f169d/dfGF/6Np06Z9d2zjxo20trZWe5Ok+rt49+4dPT09OWLECOleIN4qypPqQP/BgwfMkycPO3bsKB2bPn06DQwMOGXKFAYHB/Ps2bNs3bo1ra2tRZ3LmGp7dnNzY/fu3WlpaUktLS22aNGCT548IZkVJBo+fDgbNGjAuXPn5lRxhWyyatUq1q9f/7sXQV26dKG9vf13548YMYIKhYKtWrXis2fPpOPiZYD87dy5kxMmTOCMGTPUjg8YMIDVq1fnH3/8wc+fP5PMCiAoifu+/Kje72fOnMnq1auzfPnyNDU15YIFC0j+J0hUq1YtBgYG/jRIJAj/JiKhwS/i4uICb29vKBQKZGZmQkdHBxoaGkhOTkZwcDDevn0LAN9lr2/Xrh0WLVqEUaNGITw8HMnJySLvjAxRZSeTsWPHonHjxrC3t4enpyd27dqFdevW4f79+wCAkydPonnz5jh79iz09PQQGRkp5SGwtLREcHAwatSokVP/K8L/4MyZM4iIiEB6erracQ0NDXz69Elq70oZGRnw9/eHtrY2xo4di9WrV0v3ArEeXX5Uc8YptzTesmUL7t69C0dHRwDAggULMH36dJw7dw6Ojo5wcXEBSVy8eFHsYiJjyvv8smXL4ObmhkGDBmHv3r1wd3dHUlISBgwYgGfPnkn5Z8zMzPDq1SvRr8tc165dce7cOSgUCty7dw9AVr9vbW2NZ8+e4cyZM1K+GQCoXr06OnbsCF1dXSxdulTa1UrkGZM3kXvm96K837u5uWHNmjVYsWIFLly4gHbt2mHmzJm4efMm9PT0sH//fhQuXBhjx47FhQsX1L5DtHnhXylHw1O/keTkZClqrJp35OjRo1QoFBwzZgzfvn370+t3797NkiVL8sOHD/94WYV/zo0bN2hnZ8dz585Jx/z8/FiiRAm6uLiozSSKiYmR3k6kpaWJKagyIpYW/b4OHTrEzp078+nTp3RxcaFCoWBsbCwTExO5e/dumpmZqc0oePv2LR88eMAnT56otXdBPsTSIkHpxIkTVCgU9PX1JZl1b69Tpw5r1qzJAwcOMCYmhvHx8XRwcODSpUs5Y8YMWlhYiLGdTIncM0JKSgodHR3p7+9PkgwKCmLBggW5du1akmRCQoL037Fjx4plhIIsiADRL6DaOQQEBNDExIR79uyRppYGBgZSoVBw3LhxjI6OJkl27dqVgYGB0nWLFi2iqampGETImL+/P1u0aMG2bdsyOTlZ7Xfh5+dHU1NTjhs3jnfu3FG7Tgwi5EUsLfq9nT17liYmJqxUqRILFSqk1p6TkpKkIJGjo+MPrxfTzeVFLC36vX1bby9fvuTYsWNZsGBB+vj4kMxq982aNWPVqlVpYmLCKlWqsFy5ciSz0g2ULVtWGvsJ8iFyzwhk1uYCRYsW5blz53j69Gnq6+tLwaGUlBTOnDmT4eHhateIIJHwbycCRP8w1Zv/4cOHmZ6ezpYtW7JevXrcs2ePtHNRYGAgdXR02KZNG1pbW7NcuXJShxIXF8eRI0fyxo0bOfL/IPw1ygFARkYGMzMzOW3aNJYrV46lSpWSgoOqg4atW7dSU1OTy5cvz5HyCn+f6qwgZW6xgIAAWlhY0MHBQfrM3d2dDRs2pI6ODq2srNiqVSuRpFLmVOtt2LBh1NTUZNu2bfngwQO185RBojJlyrB58+a/uphCNnv79q1U98qHw8zMTLq5ubF69eo8ffq02n1+3bp1tLe3p62tLUeNGvXd7AJBPlQDBAcPHpSCwdHR0XR1dWX+/PmlIFFqaiqPHj3KVatW0dfXV/rNDB06lI0bN2ZcXNyv/x8Q/jKRe+b39LM6c3Z2poODA/Ply8eNGzdKx6Ojo9m2bVtu2bLlVxVRELKFCBD9g1Q7kIULF1JbW5uvX79mYmIiW7VqxVq1aqkFiY4fP04XFxe6urpKMwmUHcq3HYsgH8plY2lpafT09GTp0qXZv39/fvr0iaR63R45ckQECGRKLC0SSPLWrVtcv349N2/eTAsLC/bo0YPXrl1TOycpKYnbtm2jvb29eEjIJcTSot+L6vhu6tSpNDU1pZ+fH798+UKSfPHiBcePH8/8+fNLvwlVFy9e5MiRI1mwYMHvdrEV5GPhwoUsXLgwQ0JC+PHjRw4ePJgKhUJ6oZuUlMQ2bdqwVKlSDAkJyeHSCn+Hal/98uVLvnz5Uvp71apV1NfXp6OjozS2j4mJYfv27dmkSRMxrhdkRwSIfoHLly9z+PDhPH36tHTsZ0Ei1WCBeFiUvyNHjjBPnjzcsWMHyaw6XbRoEevXr8/hw4dLO1l8GwAUnYn8iKVFv7fMzEyGhIRQoVDw6dOnJLNmkZUuXZo9evRQ23nw4MGDateKupcfsbRIIMkFCxawWLFiDAsLY2Jiotpnnz594rhx42hoaMh169apfRYQEMCGDRuK4JCMidwzv6epU6fS3Nyc5ubm7NOnj9QXzJo1i+XLl6e1tTXbtWvHunXrskaNGmJ2uCBLIkD0DwsMDJSmniq3t1VOKU9MTGTr1q1Zt25dbtu2TQSEcqE7d+5w8ODBNDMz486dO0lmBYnc3NzYoEEDjhw5UnrbIMiTWFokqGrevDnHjx8vBf3Pnj1LCwsLdunShX5+frSzs2PhwoVF7gkZE0uLBJL8/PkzmzdvzjVr1pAkX716xdDQUA4aNIjLli3ju3fv+OXLFzo7O7N169Yk1WceibqXN5F75vezd+9eli5dmtu2baO3tzdLlCjBpk2bMjY2lmRWf+Dm5kYXFxeuXbtWeq4Tz3eC3IgAUTb79q3iiRMnaGdnR11dXW7evFk6rhoksrKy4qBBg35pOYXs97MHvgcPHnDYsGE0NTVVCxItWrSIZcuWpYeHx68spvAPEUuLfi/fDvSVOw3OnDmT9erVU8stExYWxoYNG7JmzZps3ry59EZRBInkRywtEpTev3/PqlWrcvbs2dy1axe7devGxo0bs2bNmrSyspJ2sXvz5o30uxFtXp5E7pnf07f1fvr0aSkgTGaN783MzNikSRPGxMT88DtEUFCQIxEg+oeobm196dIldujQgbVr12ZQUJB0XPkAkZycLB4Wc5ENGzbwxIkTasfu37/PYcOG0cTERPoNpKWl0c/PT3QeMieWFv1evp3xd+vWLbVg0OfPn1m0aFHOmzdP7bz379/zxYsXUp2LN4ryJpYW/V5+dq9eunQpS5Qowfz583PatGnS5gR9+vShs7Oz2rkiOCRPIvfM70m1va5Zs4YTJ05klSpVOGPGDLXzHj58SHNzc7Zs2ZKvX7/+1cUUhH+EgiQhZKt79+7BxsYGNWrUwKFDhwAA58+fh5eXF2JiYjBu3DjY29sDANLT06GlpQUAyMzMhIaGRo6VW/hrSEKhUAAAXr9+jQEDBuDVq1dYu3YtmjRpIp13+/Zt9O7dG+/fv4eHhwf69u0rfZaRkQFNTc1fXnYh+7Ro0QJWVlZwc3ODrq4uzp07hwEDBsDKygodO3ZEQEAAwsPD8eHDB+n3IshL165dQRKrVq2CsbExAgMDMWnSJBQpUgTu7u4wMzODubk5Fi5ciCtXrmDDhg0oXLgwFAqFWp2Le728ffnyBY6OjujatSuGDx+O6OhoPH78GH5+frC0tESfPn2gp6eHCRMm4Pnz5zh+/LhaPxEfH4/8+fPn8P+F8L9Sba8bN27Es2fPEBkZCRcXFzRs2BCvXr1CSkoKLCwspGvatGmDatWqwcPDI6eKLWSzadOmwd/fHwDQqFEjbNmyBRoaGpg9ezZ27twJfX19FCtWDJ8+fUJKSgouX74MbW1tMb6TIdX79cKFCzF//ny0a9cO586dg5GREbZv3w4rKyvpnEePHqFq1aoYMmQIVq5cmZNFF4RsIQJE2UD1RgIASUlJCAwMxNKlS1GqVCns378fAHDu3DmsWLECsbGxGDx4MHr06JFTRRayierA8d27dyhWrBiuXLkCT09P3Lt3DytXrkTTpk2l87t37447d+6gYsWK2Lt373e/HeHf79vBXnp6OjQ1NTF79mycOHECoaGh0NHRAQBcuHABkyZNQnJyMgwMDHDs2DFoa2uLepepw4cPw9HREU5OTnB3d5cCgVu3bkV4eDhMTU3Rv39/FCpUCP3798e+ffvQrFmznC62kM0+fPiAli1bolOnTrC0tMTevXvx5s0bJCYmIjMzEzY2Nli8eDHevn2LYsWKQaFQiDafC0yaNAlbt25F9+7dER0djdDQUAwbNgzTp0+Hrq4uvnz5gnv37mHhwoV4/vw5rl+/Lr0AFOQtMDAQrq6umD9/Pr5+/Yr58+ejbNmy2LdvHwwNDXHo0CHcvn0b7969Q8WKFeHs7AwtLS21l8CC/Ny7dw8LFizA6NGjUb9+fbx//x5169aFsbExvL29Ua1aNencly9fwsTERAQDhdwhZyYu5X5JSUncvn07q1atyo4dO0rHz507x2bNmnHkyJE5WDohO6hOO543bx779OkjbWN6/vx5duvWjdWrV+f58+dJkl+/fmXfvn25d+9eMdVchsTSot+bsv5OnTpFLS0tOjk58ePHj9Lnp0+fpoeHBwsWLMi+fftSoVCwdevWUvJKQZ7E0iKBJA8fPkxzc3NpyfD58+epUCgYEBAgnXP27FnWrVuX7dq1EzsXyZzIPSNs2rSJlSpVYo0aNRgVFSUdj42Npbm5OevVq8dbt259d52odyE3EAGibLJ+/Xr2799f7ZgySGRhYcHu3btLx2/cuCFyj+QiU6dOZZEiRbh792619cdhYWHs2bMnDQwM2KtXL9auXZu1a9eWOg/xG5CPLl26sHPnzlL97t27lxYWFqxbty5DQkKk3EMLFiygvb09379/z4yMjO8eDEWdy5uy/k6ePEktLS0OGjSIL168UDvnyZMnXLt2Ldu0aUNDQ0NphytR9/KjWmcbNmzg9OnT2bVrVyno//LlS7UHB5K0sbGhq6vrLy2nkP2+vXfv2LGDbdu2JUlu376d+fPnlwIGX79+5e3bt0mS165dEy8DZE7knhHIrETjDRs2ZJ48eejn56f2u4iNjWXZsmVZpkyZ7/oAQcgNRIDoL1IdOKampnLBggWsUKECx4wZ8915zs7OVCgU321tLR4Y5O/ixYu0sLBgaGiodEy1E3n8+DE9PT3ZsWNHjho1SnqrKOpeXoKDg6mjo8MhQ4YwNjaWiYmJPHbsGPv06UMLCws2bdqUPj4+3LdvHwsUKCDNJhDkT7U9q/77xIkT1NTUpLOzM6Ojo394bePGjdmtW7d/vIzCP2vixIksXrw4XVxc2KVLFxoZGXHmzJlMTk4mmTV78MKFC7S1tWWVKlVEYCAXWrRoERs1asSzZ8/SwMCAq1evlj7btm0bx4wZozZbUPTx8qR6j1+wYAF1dXXp4ODAwoULs2LFirx27ZraOZGRkdTV1eXo0aNzorhCNvlZe3379i3r1q3Lhg0b8ujRo2qfxcTEsEuXLmLGkJAriQDRX6B6I7l27RpjY2OZkJBALy8vVqlS5bvlY15eXrS1teXw4cPFoCGXOXXqFEuVKiXNIFGVnp4uBYRUlyKJhwd5EUuLfl+q9+s3b97wyZMnJP/zEHH8+HEpSKT6BlnZ7r29vWljY6PW/gV5EUuLfi9Pnz5lSEgIFy9ezMOHD/Phw4ckydevX9Pc3JwKhUJtO/OkpCTa2tpywIABYilhLnL37l327NmTFy5cIEm+e/eO5ubmrF+//nc7EL548UK0dxlTbbd79uzhsmXLGBAQIM0KfPXqFWvXrs0mTZrw2LFjP/wOUf9CbiMCRP9HqjeSqVOnsnbt2ty+fTszMzP56dMnLlu2jNWqVeOwYcOYmZnJuLg49ujRgytXrpSuE0EieVLWvepvYO/evdTV1ZW2PVU+HJBZAYWjR4+qdRxiAClPYmnR70e13ubMmcPq1auzaNGibNasGU+ePMmEhASSWUEibW1tDhkyRG37Y5J0cnJipUqV+PXr119aduGvE0uLfl+7du1is2bNWLp0aZYoUYIKhYJ16tShn58fSXL16tW0sLBg7969effuXQYHB7Nt27asWrWqVOeij5c/kXvm96HaXl1dXWloaMjKlSvT0tKSxYsX5/79+0lmBYnq1KnD5s2bS8cEITcTAaK/aP78+TQyMuKJEyf4+fNn6XhsbCxXrVrFMmXKsHDhwqxSpQotLS3F4EHmVB8Wvx0E1KlTh40aNVKbMZKYmEgbG5vvEhYL8iGWFgkkOWvWLBobG3P79u18+fIlK1WqxLp169Lf318KEp04cYIKhYKLFy+WrouJiWGfPn14+fLlnCq6kA3E0qLfw/r162lgYMBVq1bx6tWrJMmAgAA2bNiQxYsXp7+/P8msOq9YsSILFixIKysrOjg4iFljuYzIPfN7UK3XCxcusGnTprx06RJTU1N5584djhw5klpaWjx8+DDJrFmEpUuXFpsMCb8FESD6P8rMzOTr169Zs2ZNbtu2Te0z5eAgOTmZUVFRXLx4MdeuXSsFh8TgQZ5UB/xr1qxhnz592K1bN86cOZMkeeTIEdarV4+VK1dmUFAQN27cyDZt2rBatWriTbJMiaVFApk1aLSysuKJEydIkiEhIcyXLx8rVqzIMmXKcNeuXVKQ6PLly9+1d1H/8iGWFv2+Nm7cSG1t7R/ODLhw4QJbtmzJChUq8MaNG9Lx27dv8927d1Ldi75enkTuGWHbtm3s0qULbW1t1VYBvH//ngMGDGC9evX45s0bkll1L+pd+B2IANFf8PLlSxYvXlx6aFDtYJKSkr5bZkCK4FBuMGnSJBYrVoxz587lkiVLqKWlxb59+zI9PZ1hYWHs0qULTUxMWLNmTXbp0kW8VZQpsbRIUHr48KEUFDh16hSLFClCHx8fkqSFhQXr1KnDDRs2MCkpSbpGPCjKj1ha9PsKDw+njo4Ohw8fLh3LyMhQ6weOHTvGvHnz0sPDQzqmWt9i1pg8idwzAkmOGzeORkZGLFGiBN+9e0fyP7+NXbt20djYWHpJqCTqXcjtRIDov/jRoC8mJoZFihTh/PnzpWPKAcKlS5e4cuVKfvr06ZeVUfjnXblyhRUqVOC5c+dIkvv27aO+vj5XrVqldt6LFy/49etX8VYxFxBLi34vP3rIS09P59u3b5mens5OnTpx0qRJ0nlt27ZlgQIFOHDgwF9dVCEbiaVFv7fbt2+zU6dObNGihRQQJLPuB5mZmVJf3qFDB9ra2kqfCfImcs/8nn7WdhctWkRTU1OOHj1a7YXfzZs3aW5uzitXrvyqIgrCv4IIEP2Jb5eZxMbG8v379ySztr8sXry42pTz1NRU2tjYsHfv3uJtYi5z4MABVq1alSQZFBREfX19ent7kyS/fPnCPXv2fHeNGETKl1ha9HtRbavnzp3jlStXeO/ePelYQkICGzVqxEWLFknHnJyc1BITC/IjlhYJJHnr1i326tWLDRs25NatW6XjyradmJjIunXrcsyYMTlVRCEbidwzvyfVvvrOnTt88OCBWj8/a9YsVqtWjT169ODFixcZHh7Otm3bsnbt2qKfF347IkD0E6odyPz589mkSRNaWlqyefPmDAkJYWxsLMeNG0cDAwP26tWLgwcPZuPGjVmlShXpraIIEsnTjzqCsLAwtm3blqtXr1YLDpFZWxz37t2bkZGRv7KYwj9ILC36PU2cOJFFihShqakpy5YtK21lnpKSwlatWtHa2ppTp05l06ZNWaVKFeleIWaQyI9YWiSounnz5g+DRCT54MEDtmzZkrt37yYpxna5hcg98/v4dgfqihUr0sjIiObm5nRxcZE+mzNnDgsVKkR9fX06ODhwyJAhTE5OJinu98LvRQPCDykUCgDArFmzsHz5cowfPx7e3t7IyMhA27ZtoVAoMGXKFPj4+ODDhw+Ii4tD7dq1cf36dWhrayM9PV36DkE+MjMzoaGR1Sx27dqFiIgIkISxsTGePHmCUaNGYfr06Rg6dCgAICkpCYsWLUJGRgbKli2bk0UX/qLMzMzvjllYWMDOzg4ZGRlYvXo1Bg4ciP79+wMAypUrh4cPHyI8PBx6enrSNVpaWr+szEL2ICn9+86dOwgKCkJwcDB8fHzg4OCA7t27w8/PDzo6Oti7dy+MjIxw7do1FCpUCBEREdDQ0EBmZiY0NTVz8P9C+Cv09fVhZ2eHhw8fYuvWrQAg3fuZ9fIMNjY2aNmyJUJCQgBk3StU+3Xl+YL8VatWDZMnT4aZmRm8vb2l3wQAjB8/HhoaGnB0dAQAMbbLJa5du4bQ0FDcuHEDsbGxALLavpGREdq2bYvnz58jKSkJAFCoUCFoamoiIyMjJ4ss/EXKNuvh4YF169Zh9erV2LFjB2bMmAEfHx9pfDd79my4urrCzMwMVapUwZw5c6Crq4vU1FRxvxd+K+KJ5gdIQqFQ4P379wgNDcWOHTtgY2ODQ4cO4datW1i2bBkKFCgAkujcuTMcHR3VbhwZGRniYVGGSEr1OHXqVGzZsgWzZs2ChYUFSpcujfXr18PGxgY3b97EmjVrYGRkhHXr1uH9+/c4cOAAFAqF9NsR5EE1IHj+/Hno6ekhX758qFSpEooVK4bExES8f/8etWvXls4rXrw4Tp8+jRo1auRgyYXsoGyrXl5eeP36Nbp37446deoAAKytraGlpQUnJydkZmbCyckJBw8eREZGhhQYTE9PF/d6mVIO/hcvXox169ZBoVCgT58+UtBPQ0MDSUlJeP/+PerWrQtABITkLjo6GkZGRtDR0fnh58ogkbu7OzZs2AANDQ3s2bMHT58+xc2bN6GpqanWZwjy8aN68/T0RNGiRbF69WosWLAAkyZNgqmpKQCgYsWK0NXVRUxMDEqXLi1dI14GyMfr169hYmIi/Z2WloZLly7BxcUFLVq0kI6XLl0a7du3h6WlJSZPnoypU6fi69evOHz4MABg2LBhKFGixC8vvyDkqBybu/QvFBsbq/b3o0ePWKhQIUZHR/Pw4cPU19fn2rVrSWatSV+6dCmfPn366wsq/KPc3NxYtGhRXr16VZpaqpxafP78edra2tLY2JhNmjRhz549panJYomRfImlRb+vT58+sVevXtTU1GT//v3VPvv48SOnTJlCTU1NtWWlpFhmkluIpUW5X2ZmJi9evEgtLS3u2rXrv+aIu3XrFvv06UMdHR1WrFhR9PEyJ3LP/H6mTJlCQ0NDPnjwQDqWlJTEihUrctSoUdIx5Rhu9OjR7NChg5Rbksxabla6dGnOnz9fjPWE344IEP1/Bw4cYI8ePdSSVcbExNDW1pYTJkyggYEB161bJ312//592tvb8/jx4zlRXCEbqQ4AkpKS2LFjR65YsYJk1q5kR48epb29PefNm8dnz56RzHpwjI+Pl64TA0d5UX3Qu337NsuWLctLly7x+PHjdHV1pUKh4JYtW0hmJSFv06YNbWxs6OjoKD0siIGjvKkO+O7fv89hw4ZRS0uLR48eVTsvJiaGw4cPZ4MGDX51EYVfRDVIpLqTVfv27dm6dWvxcJBLdO7cmYULF+aePXv+a5Do+vXrnD17ttS3iz5enkTumd/Thw8f2KBBA1aqVEktSDR//nxaWVnx/PnzaufPmDGDzZo1+y4PnZub23db3AvC70BBqiRh+E35+Phg6tSpGDp0KOrXr4927dpJnw0ePBibNm3CqFGjsHLlSgDA169f0b17d6Snp+PIkSNiunEusW/fPjRp0gQNGjRAgwYNYGtri23btuHTp0/Q0tLCmzdv0LZtW3h4eKhNM6ZYViZbyqVFurq6WLBgAQAgJiYGS5cuhbu7O3x8fODk5IS0tDSxtCgXOHHiBKKjo+Hk5PTdZ1FRUXBzc0NQUBB27doFGxsb6bO4uDjkz59ftHOZ+m9LiwDg1q1bcHd3x8uXLzF06FDs2bMHDx8+xM2bN6GtrS2WFslUREQE8uXLhwoVKgAA+vTpg4MHD8LHxwcdOnT409+Ekrjfy5+HhwcWL16M3bt3IzMzE8+fP8e4cePg6OiILVu2AAAWLVqE7du3w9HRESNGjICxsTFSU1P/p9+I8O8TGxuL9u3bIzY2Fvv370eFChVw/vx5zJo1C8bGxhg2bBgaN26Mz58/o1u3bihZsiQ2bdoEICtViFhOKPzWcjhAleP27NlDQ0NDBgQE/PQtoYODA01NTdmrVy+OHj2aTZo0YdWqVcVMAplTrbe5c+dSoVDw8+fPDA4OZokSJVi0aFHOmDGDoaGhJMlx48axU6dOOVVcIZuJpUW/lwcPHlBDQ4OFCxdmw4YNuWbNGj58+FDtnPv373PgwIEsVKgQT5w48d13iLqXF7G06PeVmZnJ6Ohoamtrc+DAgWq7jPbu3ZsGBgb/00wiQX6io6PV/k5NTWXnzp05d+5cteOnTp2irq4uFy9eLB2bNm0ara2tOWPGDL569eqXlFfIfsq+OiYmhnXr1mX58uWl/n7//v20sbFhsWLFaGVlxerVq6s904l+XhB+813MkpOTERgYiPHjx6Nr165StPjp06c4cOAAvL298fbtWwQFBWHcuHEAgLdv36JZs2aIiIiQdisTbxXlSVlv9+/fh56eHo4ePYoCBQqgffv2uHbtGq5evYr58+ejSZMmyMzMxL1790SiulxAuQtJwYIFMXPmTAwePBjbt2/HsWPHpHMKFy6MiRMnYsiQIfDz81O7XswikSc9PT20b98ee/fuRe/evXH27FnUqVMHy5cvx+nTpwFkJSadPXs27O3tYWNjgytXrqh9h6h7eVEoFKhbty7s7e0xYsQIHDx4EKmpqT89v2rVqpgwYQKmTp2K27dvS328mD0iPwqFAiYmJti5cyf2798PLy8vPHr0CACwbds2dOjQAQMHDvyvvwlBXqZOnYrKlSvj4cOH0rGMjAzcvXsXHz58UDvWokULDBkyBGFhYUhMTAQALFy4EB07dsT27dvh6+srdi2TEdUdaZV9daFChXDs2DEYGBjAzs4Ojx49QseOHfHHH3/Ax8cHdnZ2GDlypNoznejnBQG/9wyihIQEVqhQgdOmTZOOeXh4sG3bttTX12fevHlZqVIlXr169YfXi7wE8nfkyBEqFAoWK1aMYWFhJNXrNS4ujseOHaOdnR2rVKkivUkWbxjk5fjx4/T19f3hZ48ePeKAAQNoaGjIY8eOqX325csXUde5yLhx41i7dm2mp6czPT2dhw4dYps2bViwYEEOGjSIFy5cYEpKCt++fcuFCxeKmSMydu3aNbXcE39l1oiof/nKzMyU7t379+9ngQIFOHz4cLVZg71792aBAgUYGBgo5ZsR5E3knvk9qdZdQEAA58yZw8WLF/PQoUMks8ZydevWZbly5b6bOawknukE4T9+66kvenp6sLW1xcmTJ7F06VK0adMGGzZsQM2aNXHx4kXExsYiOTkZq1at+uH1Yn2q/JmZmWHUqFGIjY3F48ePAajPEnj06JFU/xEREdDS0hJvGGTm4cOHaNu2LVxdXdGoUSOsXbsWkZGR0udly5bFpEmT0KlTJ/Ts2RMnT56UPjMwMIBCoQBFqjZZU9bfjBkzUKRIEezduxeampqwtbVFZGQk6tWrh1u3bsHFxQXly5dHfHw8pk2bJrV3QT5I4vXr16hXrx6WLFnyt2aNiJlD8pWZmSnduzt27Ag/Pz/s2LEDy5cvx/PnzwFk/SYcHBzQuXNnXLx4MYdLLGSHIkWK4NChQyhQoADs7e2lmUTNmjWDoaEh1qxZg3PnzgEAPn/+jEuXLqFMmTLQ0NCAhoaGNGNo6tSpatvbC/9uyhUBkyZNwrhx4/DgwQNcv34dvXv3xooVK2BgYIDDhw+jSJEicHR0xN27d7/7DvFMJwgqcjY+lfPOnz/PAQMGsFq1amzZsiWvX7/OuLg46fOBAweyZ8+eOVhCIbv8LFfUy5cv6eTkRB0dHeltg+qskUePHknXijfK8vPs2TPa2dkxJCSEa9asYY8ePVigQAF6eXnx1KlT0nnPnz/ngAEDqFAoePny5RwssfBPSUlJYffu3TlkyBCSZLVq1diwYUOmpaUxPT2dBw8epIuLi2jnucDevXtZuHBhDh8+XOSf+U0cOnSIDg4O0t/p6enfzSTS1dXlrFmz1K6bN2+eaPO5hMg98/vav38/TU1NeeHCBZLk5s2bqaOjozZ7PDY2lqVLlxbPdYLwX/y2u5hRZeeptLQ0pKWlIW/evGrnfP36FXZ2dmjRogVmzZqVE8UUsonqDjSbNm3CkydPEB0djT59+qBBgwZISkrC1KlTsXv3bmzfvh3t27eXZh0ofydiFxv5Gj9+PM6fP4/w8HAAwNGjR7Fq1SpcvnwZnTp1wqBBg1CzZk3ExsZi06ZNmDRpkpg9kMso7/lRUVFo1KgRvn79CmtrawQGBqJIkSLfnS92MZEn1fv2gQMH0K9fP/Tq1Qtjx45F+fLlAWTtZHXo0CH4+vqiffv20NXVzckiC9kgJiYGR48exahRo2BnZ4etW7cCyGrHyn5boVBgy5YtGDJkCC5fvozq1aurfYfINyVPPxubffnyBa1atcKXL18QHByMcuXK4dGjR3j06BEuXryIkiVLYsCAAdJMUVH38qTs2728vHDu3DkEBgYiMDAQTk5OWLp0KYYMGYL4+HhERkaiZs2aiI+PR968eUX/Lgh/4rcJEP2oA1HeVL79b1paGj5+/IhBgwbhw4cPCA8PFx1HLjFp0iRs2bIF/fv3R2RkJO7evQtHR0csWbIEjx8/hoeHB/bs2YN169ahc+fOOV1c4W9StulPnz6hT58+cHJyQrdu3QAAZcqUQcWKFfHx40cAwPv373Hy5EmULVsWgHhYyI1IIjk5GSNGjMCdO3dw9OhRFC5cWPpMLB2VP2VgT1mfqkGiyZMnw8zMDADg5OQEPz8/nDlzBk2bNs3hUgt/x5kzZ7Bp0yb4+fkhMDAQLi4uaNKkCfz9/QH8J0ikUCjw9u1b1KtXD6tWrUKHDh1yuOTC36U6tt+9ezfu3bsHPT09VKlSBba2toiLi4ONjQ0+ffqEQ4cOSUFiVeJlgPyo9tdxcXEwMDDA8uXL8eDBA7Rp0wb9+vXD0qVLMXToUABAUFAQrly5ggkTJkh9vqh3Qfi532Y6hLID2bdvn5R7QHlzUf3vly9f4OHhgT59+uDz58+4cOECtLS0xE4GucCRI0ewZ88eHD58GEuWLMHQoUPx7NkzWFtbAwAsLCwwY8YMtGjRAuvXr8/h0grZQdm29fX1YWBggFOnTgEAqlevDhMTExw4cADh4eGYNWsWHBwcYG5uLl0rgkO5j0KhQJ48edCxY0fcunULL1++BCCCQ3IXHBwMR0dHAFl5JJT9NVXyz/j4+MDHx0e6ZvPmzZg7dy4aNmyYI2UWsk+5cuWwf/9+bN++HV26dIGnpyfOnz+PXr16AYAUMASAhIQEGBkZoWDBgjlZZCGbiNwzvydlf71+/XqsXr0aAFCqVCls3rwZXbp0gYeHhxQcSkhIwLp16xAfHy8FhwBR74LwZ3J9gEh128N58+ahU6dOePbs2U+Tzj5+/BgpKSlo1aoVzp07J217KG4k8vfx40eUKVMGNWvWxK5du9C9e3esXLkSPXr0wNevX3H16lWYmppixYoVOHLkSE4XV8gmJKGjo4MFCxZg//790NfXR4ECBbBv3z5oaWlBU1MTdnZ2WL58uQgGy5jynq56b1e9/6tydHSEra0tZs2ahfj4eBEckrGYmBh8/vwZISEh6Nu3L4Csgb+y7pVBonXr1mHx4sW4efOmdO3MmTNFInKZUrbztLQ0mJqaYsmSJTh06BDevn2Ljh07wsPDA+fPn5dmAmdmZuLr168YO3YsChYsiAYNGuRk8YVsdODAAfj7+2P37t3w9/dHu3btkJSUhAIFCgDI2ur88OHDSEpKwsKFC3O4tEJ2unTpkvRCt1OnTpg+fTpIgiQuXLiAq1evwtHREe/evYOXlxcAiE1HBOF/kOtfkSvfLty/fx96eno4duzYD6eYKllbW6NixYpSPqKMjAwxk0DmlNNIP3z4gDx58uDs2bMYPHgwFi9ejOHDhwPIml105coVWFhYwNjYGIDIOZRbKJePlihRAu3atcOdO3cQFBT006VFIhgsP6pt9dOnT9DU1IShoSE0NDR+OjuofPnyiIqKgr6+/q8urpBNVJcW6erqwsXFBT179oS/v780k0j5u2jTpg2MjY3x4sWL73LPiD5efl6+fIlSpUpBW1sbAFC7dm1s2bIFly9fRseOHWFraws9PT2MHDkSlSpVgpmZGdLT0xEXF4ewsDBoaGiIPl7mlPf2x48fo3bt2qhfvz4CAwMxevRorFq1Ck5OTmq5Z27evPldrlFBPlT7cuW4fsmSJWjRogUWLlyI6dOnY+bMmUhLS8PixYvx+fNnVKxYEQUKFMDly5elF4BijCcI/91v0TMePXoUlStXhqenp/Qw8GcRZNUORNxI5OfbGSDKOnR0dERoaCiaNWuG9evXY8SIEQCA5ORk+Pr6IiYmBoaGhtJ1YuCYe4ilRbmX6kOeu7s77Ozs0KxZM7Rr1w5xcXE/rd/FixcjICBACiAK8iOWFv2eQkNDYW9vj4SEBKm/r1WrFuzt7TFixAhER0cjf/786NixI65cuYKOHTuiVq1acHR0RHh4uDQzXPTx8qN6r46PjweQ1b8XLVoUQUFB6N+/Pzw8PDBkyBAAwMmTJ7F3717ExMQgf/78aktQBXn59kUeSeTNmxeNGjXChQsXpJmg8+bNw6lTpxAaGort27fj6NGjYjWIIPwf/Ra9o5mZGUaNGoXY2FhERUUBEFMMc6OYmBgA/wkI7dq1CwsXLsTWrVtx7do1lC5dGp6enjAwMEBoaCiuXr2K48ePw8HBAa9evcK6devEw6IMiaVFvzflQ9706dOxfPlyDBgwAJ6enrh9+zbs7Oxw//79765R/j6UswjE70A+xNIi4d27d3j69CkyMzPVgoAuLi5o3Lgx/P39kZGRAYVCARMTE7i7u2PBggUYOXKkFCAQs8bkSeSe+b35+PjA2dkZX758QUpKCvLkyYORI0fi1KlT8PX1lc4rW7YsatSogbJly0r9vGjzgvC/y3UBoh89GFaqVAmTJk1Cr1694OzsjODgYGnpgZA7uLq6YvLkyXj16hUAYOLEiRg6dCiCgoKwZMkStG3bFnv37oWzszO8vb0RHBwMe3t7TJkyBXp6erh27Zo0/VQ8LMqH6sP9p0+f8PnzZwD40/Zdvnx56OjoiKVFucjJkycRHByMXbt2YciQIUhOTkZ8fDyePHkCR0fH74JEqjMHxCwCeVHO/lNdWvT8+XNcvnwZefLkga2tLVauXImLFy+iUqVKsLOzg4ODA969eyf1/T8LIAv/XiSlmR916tRBkSJF8PjxY7Vz8ubNixo1auDo0aNS3/Cj/FIiQCB/IvfM7yUzMxNxcXF4/fo1QkJC0KBBA0yePBk3b96EpaUlpkyZgoMHD0r9w7dEPy8I/ze5apt71aUGmzZtwpMnTxAdHY0+ffqgQYMGSEpKwtSpU7F7925s374d7du3F0tMcomZM2fi8OHDaNasGVq3bg0PDw+4ubmhbt26iIqKwoYNG+Dh4YHAwEA4ODggPj4er169goGBAUxMTKSBpHjDIB/fLi3at28fkpKSYGxsjF27dsHAwOC/Xivaf+5w6dIlhIWFYfz48Th+/Dh69+6NBQsWoEOHDqhVqxbKlSuHVatWoVq1ajldVOFvCA0NxdixY3H+/Hno6elJD/qLFi3C6tWrcenSJZQoUQKZmZl4+/YtVqxYAW1tbRgbG2PYsGHQ1NQU9/lcIDU1FRUqVMCYMWMwbtw4AOr9QZUqVdCyZUusWLEiJ4spZJMf5Z6JiYlBixYt0K1bN0yfPh0AMGvWLGzZskUt90xwcDC0tbVF7hkZ+rMcYQsWLMClS5dw/PhxzJgxA+/fv0dYWBj++OMPMUtUELJBrgoQKU2aNAlbtmxB//79ERkZibt378LR0RFLlizB48eP4eHhgT179mDdunXSNHRBnlQHDsp6rVChAt69e4cDBw5AV1cXABAbG4vZs2fj/Pnz2L9/P0qWLKn2PSJZpXxNnz4dPj4+mDt3LsqWLYt+/fqhTJkyWLduHSpVqqR2rmo9izqXp6tXr6JWrVoAAC8vL5QtWxYdOnRAdHQ0jIyMYGdnhzp16mDBggX48uUL2rVrh4sXL6Jr167YtWtXDpde+DsCAgIwZMgQvHz5Evnz55fu/4mJiRg0aBBq1qyJcePGQUND44eBX/GQKE8HDhzA4sWLYWNjA3Nzc1SrVg1z5sxB48aNMXHixO/OP3bsGFasWIF58+ZJ9woh9yCJ5ORkuLq64tmzZ9i/f78U9I2KisLXr1+hr6+PMmXKQENDQwSFZUh1fLZ+/XqEh4cjKSkJtWrVgqurK4CsZcbbtm3Drl27EBcXh4sXL2LQoEHYsGFDThZdEHKFXHfHPHLkCPbs2YPDhw+jZs2aOHLkCDp27Ahra2sAgIWFBWbMmIFPnz5h/fr1IkAkc6oBookTJ0JLSwuenp5ISkrC69evUbp0aZBEwYIFYWNjg507dyIhIeG77xGBAnlSXVrUpEkTHD58WG1pUVBQkFqQSCwtkrcnT56gZcuW6N27N/T19fHHH3/g2rVrAIASJUrg/fv3eP78OUaOHAkgaxlS2bJl4ePj86e7Vwr/XiSlXDOqS4tq1KghnaO6tMjFxeWnM4VEcEhelEvKXr16BUtLS9y+fRt//PEHSpQogdu3b+PUqVNITU2Fvr4+WrRogRIlSqBQoUKoXbs2kpOTcfLkSREgyiV8fHxw4cIFLFu2DLq6ulLuGWtra/j6+mLw4MEAsnLPqBK5Z+RJOT6bPHkytm3bhl69eqFYsWKYNGkSXr16BQ8PD2hra2PAgAFo2bIlXr16BT8/P6xatSqHSy4IuQRzGT8/P7Zs2ZIkuXPnTubPn59r1qwhScbHx/PKlSskydevXzMjIyPHyilkL29vb166dIkkuXz5cpqZmdHZ2ZlRUVHSOQ8ePKC5uTnPnz+fU8UUstnFixe5bNkykuSxY8dYpEgRent7Mzo6msbGxmzSpAlv3ryZw6UUssvXr18ZEBDAPHnyMH/+/Hz69ClJMjU1VTrHysqK9evX5+bNm9msWTPWrl1butenp6fnRLGFbJKSkkJzc3N6enpKx1T78cqVK3PMmDE5UTThH/Dq1avvjr1584bR0dEcPnw4FQoFe/TowZIlS7JMmTIsWLAgK1WqxCNHjvDQoUPs1KkTP3/+nAMlF7JLRkYGv3z5wvnz59PCwoKWlpYcM2YMb9y4QZKcPXs2O3TowBcvXuRwSYXsFhYWRgsLC549e5YkefToUero6HDDhg1q52VmZqr9rToeEAThr8k1r9CVb5o+fPiAPHny4OzZsxg8eDAWL16M4cOHA8iaXRQQEIDY2FgYGxuLZJW5AP//CkkPDw8p34CLiwtGjhyJK1euYMKECTh16hTOnj2LcePGoVChQqhfv35OFln4i65evSr928vLCwcPHkTdunXRvXt3pKamYunSpRg6dCiGDh2KfPnywdzcHOfOncPChQtzsNRCdsqXL5+UXFxLSwtLly4FkDVTKCUlBQCwbds2ZGRkYMWKFdDV1UVYWJh0rxczSOTlwIEDaNCgAebMmYPNmzfjzp07qFq1qlriYdWZgMuWLcOjR4/U7hWCPN24cQMlS5bE3r17AWTNBMnIyEDx4sVhYmKCLl26oGHDhlixYgWePHmCkJAQrF69GsOHD0fz5s1ha2sLDw8PFChQIIf/T4T/K9VxuYaGBgwMDDBjxgxERUWhZ8+eePLkCerUqYP58+cjJiYGr169+mlyYkG+3r9/D2NjYzRu3BhBQUHo0qULVq5cKe1iFhISAgDfLSdWbmAgCMJfJ9t5l9/mElD+29HREXPmzEFwcDB27NiBHj16AACSk5Ph6+sLY2NjGBoaSteJZSbyxv+/xGzZsmWYNWsWwsPDUb9+fWm52ZIlS3Dy5Ek0b94cZmZm2L9/PzQ0NEQuCpkRS4t+X8o2rsxJUL9+fdy+fRtXr16Fi4sLUlNTsX79einfmKWlJcLDwxEXF4cCBQqIBPQyJJYWCcbGxhgyZAh69eqFgIAA2NvbqwUOTE1Nce3aNURGRqJRo0YoWbIkevbsKX2ekZGBMmXKAIDYjEBG/lvumRkzZnyXe+bGjRvw9fUVyYlzmXz58gEA1qxZgylTpsDDwwNDhw4FkPXCcM2aNTA3N4e5uXkOllIQcifZjZhjYmJQuHBh6eF+165diIqKQqlSpWBpaYmaNWvC09MTrq6uCA0NRdmyZfHp0yd4enri9evXOHDgABQKhRgwyNS39aYcSFhaWgLI2s1IOUNo3Lhx0NPTw5w5c2BnZ4chQ4aIh0WZKlasGDZu3Ij+/ftDS0sL9+7dg7m5OdLS0qCtrY2iRYsiX758cHd3x+fPn7F582YkJCSgfPnyIiAoY6oPC+/fv0e+fPmgp6cHCwsLFCxYEIsXL8aUKVOgqamJtWvXAgAmTJiA1q1bo23bttJ3iPYuL2/fvkWJEiUwYsQItWOZmZlYsGABvL29cefOHYSFhWHlypWIjY1F8eLF4enpiQkTJsDHxwdfvnwRs0dkrFixYpg/fz50dXWlfHLKIFFGRgZMTEyk8R3w/aYDqvd7MdaTD5F75vfz6NEjPHv2DJcuXYKhoSF69eoFAwMDlC1bFklJSRg7dixmzJiBYcOGAch64e/l5YWCBQvCzMwsh0svCLlUTq5v+7+aMGECBw0axJcvX5IkXV1dWaBAAdasWZNVqlRhkSJFuGfPHpKkv78/S5YsSRMTE1pZWdHe3l5alyryUMjfjh07uHHjRpL/yUHh4eHB4sWL89mzZ2rnbtmyRarzb9cqC/Jx+PBh5smThwULFuTIkSOl48nJySTJu3fvsk6dOrSysmKbNm2k9i5yjcmTar0tWrSI9erVo5WVFVu3bs3o6GiSZGxsLDdv3swiRYqwSZMmbNmyJc3MzJiWlpZTxRb+puvXr1OhUEh9eUZGhlqfferUKTZq1Ijv3r1jWloaX7x4wR07dnDlypXSveDx48c5UnYhe6jW97t37zh69GgqFAru27dP7bz27dtzyJAhv7p4wj9M5J75fezcuZN169Zl1apVaWxsTD09PZYqVUoa3+/evZvFihVj37596efnx71797JVq1asWrWq1M+Lcb0gZD9ZBYhmzJhBa2trjh8/nkeOHGGLFi148eJFkuSjR484adIkKhQKBgUFkSTj4uJ47949vnr1SrqBiAcHebpx4wb37dvHs2fP8suXL+zUqRPz5cvH9u3bc+nSpUxISGB0dDRbtmzJzZs3k/xP4EBJBAblRdlmlYGC2NhYRkVFcefOnSxWrBgHDx783TUZGRmMjY0V7T0XmTZtGosWLcotW7bw4MGDrFatGi0sLPjgwQOSWZsPnDp1ij169ODw4cPFiwCZe/v2LYcOHUodHR0pIKAaLHz48CHz5MnDc+fO/fB61XoXDw7ycebMGfr5+Ul/fxskGjNmDPPmzcvjx49Lx3v06MGBAwf+0nIK/7ygoCA2atSIJBkYGEh9fX16e3uTJD9//swzZ87kYOmE7LJu3ToaGBjQ29ubDx8+ZHp6Ou/evUsbGxvq6upy7dq1JLM2H3J0dKS+vj6bNGnCrl27in5eEP5hsggQqQ7ylixZwjp16rBv3760sbFRCwJ8+vSJo0ePppWV1Q93NBAzCeRp27ZtrFGjBjt27MipU6eSzAr+PH36lIMGDWL9+vVZsmRJbtiwgZaWlmzfvn0Ol1j4u1Tb6ps3bxgXF8ekpCSSZExMDH19fVmsWDEOGzZMOk8ZOP7RdwjydPLkSVpbW0tvkg8cOMACBQqwTJkyLFasGB8+fPjD60RgUN7ev3/PMWPGqM0aycjIYGpqKuPj41m1alXu379fOi7IV2ZmJhMSEtiqVSvWq1eP/v7+0meqD3/Pnz9nnz592KJFC3769Ikk+eTJE9HWc6Hjx4+zUaNGXL16NfPnzy8FCsisPqFTp07SDpaCPPn4+FBbW5sHDhz44edt27Zl4cKFee/ePZJkYmIio6Oj+fXrV/ECUBB+AVkEiL4dAHp6etLU1JSFCxfmkydPSP4niHTw4EEaGRnx/v37v7ycQvbbsmUL8+TJQ39/f8bGxkrHlQPH1NRUJiQkcNq0aezRoweLFi1KhULBbdu25VCJhb9LLC36PanWu/J+fvbsWc6bN49k1jIDIyMjrl69mg8fPqSJiQkrVKjAu3fvqn2PmDUiX2Jp0e8rKiqK9vb2bN68Obdv3y4dV/1NbN68mcWKFeOrV6/UrhWzCOQpMjKSx48f5/z587lq1SrGxMQwLS2NT548Yc2aNamtrc25c+dK5yclJdHW1pZ9+vQR93kZUy4jHj9+/HefKdvyx48faWxszP79+//wO0T9C8I/SxZbeCmT1q1btw6XL1/GuHHj4OrqCn19fbi5ueHx48dSEsJy5cohX758iImJyckiC9ng7t27WLJkCVasWIEePXpIu8+RhKamJkhCW1sbefPmxcKFC7F06VL4+/vD0tISx48fz9nCC3+Zsr1Pnz4dXl5eGD58OObNm4d3796hSZMmePjwIQwNDdG5c2fs2rULJiYmKF++PB49egQtLS1pByRBXjIyMpCUlITo6GipDhs3boyBAwdK29Y7OztjxIgRMDU1Rfny5fHixQu4urqqfY9ISCsvISEh2Lp1K4CsxMLKui9atChmzJiB0aNHo1evXjhx4oR0jYGBgdpW94L8WVhYwMvLC3nz5sXGjRvh7+8PIOs3kZqaCgAwMzND2bJlv9twQGxAID+7du1C3759MWHCBKxZswYTJ06ElZUVtmzZgtKlS2PKlCkoVKgQoqKisHXrVgQGBqJDhw548eIFfH19pc1mBPmpUaMGevbsia1bt2LPnj1ISUmRPlP2AYULF0bDhg3x8ePHH97rRT8vCP+wHA5Q/U+UkWILCwv26tVLOr5kyRJWr16d9vb2PHnyJENDQ9muXTtaW1uLaee5wLFjx1i6dGk+ePDgh28Lvj2mrPPz588zT548jIiI+CXlFLKfWFr0ezl27BiHDx/OkiVL0tDQkLa2tmoJSV+9esUyZcpIM0k+f/7Mbt268dKlS+JeL1NiaZHwI0+ePKGtrS2bN29OHx8f6XhSUhLbt2/PTp06idkDMidyz/y+VOutb9++NDAw4J49e5iSkvLduW3btqWzs/OvLJ4gCP+fLAJEygeAffv2sVq1arxw4YL0maenJ4sXL858+fLRzs6Ow4YNEx1ILuHm5sYiRYpIf/9oUHjv3j21ZKUZGRn88OEDq1WrxtDQ0F9STuHvEUuLfm+bNm1iiRIlOH78eLq7u3PdunWsUqUKjY2NpZxjJNm0aVNWqFCBW7ZsYZMmTdigQQPptyOCRPIllhYJ33ry5Am7dOlCa2tr9ujRg+7u7rSxsWHNmjWl8Z2438uTyD0jqN63+/TpIwWJVHPKPnnyhE2bNuWWLVtyooiC8Nv7VwaIftbxR0ZGslq1avTy8lI7vmbNGhYtWpTe3t6iA8lFAgICmCdPHh47duyn50yZMoWDBw9W+82sWrWKCoWCz58//xXFFP6m1NRUJiYm8tWrV2rt9tWrV0xPT2e7du2kQEFCQgKbNWvGPHnysF27djlVZCGbeHt7U0dHh/7+/mpbFEdGRrJ///4sVqwYly5dSpK8du0aW7duzRo1atDW1lY6XwSH5E911siOHTuk48q3ymfOnGHDhg355s2bnCqi8ItFR0dzxYoVbNiwIe3t7TlmzBipfxDjO3kSuWcEpR8FiXbv3i3Vr62tLVu0aCFeAghCDlGQ/95FvP7+/khMTMSgQYOQmZkJDQ0NLF26FMuWLcPFixdhZmYmnevn54fevXtLuWnE+lT5e/LkCaytrdGqVSt4enqiVKlSACDVb1xcHAYOHIimTZti9OjR0nXXr1+HlpYWqlatmlNFF/5Hx48fx759+3Do0CHEx8ejYcOGcHBwgLOzMwAgOjoaTZo0gaenJ+zt7fHlyxcMGTIEEyZMQK1ataR8RYL87Nu3D506dcL+/fvRoUMHpKenSzmkNDU18fjxYzg7O+Pr1684dOgQihUrBgB4+/YtihUrBoVCIV0jyN/Tp08xevRoJCYmom/fvhgwYAAAIDk5GZ07d4aenh727Nkj+vbfnPL+IMhT7969ceLECaxZswYdOnSArq6u9Jmybrt27YqkpCTs27dP3N9zMdW23K9fPxw8eBCbNm3Cxo0b8eTJE9y+fRva2tqizQtCDvhXBYhu3ryJZ8+eoVChQqhevToGDBiAY8eOoWnTpmjRogWGDx+Oz58/o1+/fujbty/69++PlJSUH3YwQu6wc+dOODk5oUuXLnB1dUWNGjUAAK9fv4azszPi4uIQEhIiBhEy5OPjg1mzZqF79+4oVqwYDA0NsWrVKsTExMDJyQlubm4AgGbNmuHt27eYNm0aNm3ahPT0dJw7dw4aGhpS4FiQl5SUFIwdOxYnTpzA2LFjMWrUKAD/uX8rg8DHjx9Hu3btEBISgsaNG6t9h6j73Ofp06eYNGkSnjx5gvLly8PKygqnTp1CTEwMwsPDoa2tLV4A/UZEXece3wYD9u/fDx8fH3To0AE6Ojpq57Zr1w6mpqbYsGFDThRVyCaq7Vf572/7bdXfhZOTE/z8/FC5cmVERERAW1tbvAQShBzyrwkQbd++HUuXLkWpUqVQuXJluLm5ISUlBW/evMGCBQtw7949vHr1CrNmzYKXlxfMzc0RHByc08UW/mEZGRnw9fXFiBEjUKxYMVSpUgWZmZn48uULMjMzERYWJt4wyNC6deswZswYbNmyBZ07d4a2tjYA4NGjR1i4cCGOHj2KiRMnYsKECYiIiMCUKVPw4cMHlChRAkFBQdDW1hYBApl78+YN3N3dcfHiRTg6OmLy5MkAsgI/CoUCCoUCkZGRqF69Ovbt24c2bdrkcImFX+H169fYs2cPAgICUKRIEZiZmWHZsmXQ0tISDwuCIGOq47S+ffviwIED8PHxgZ2dnfSi9+nTpxgwYAAGDhyIfv365WRxhb8hNTVVCvwlJiaCJPLly/fDc1V/FytWrMCIESNEcEgQcti/IkDk5+eHYcOGwcfHB23btpW2M1feNNLS0pCWloaFCxfiyZMnOH36ND58+ICtW7eid+/eOVt44Ze4ceMGfHx8EBkZCVNTU1hZWWHYsGHQ1NQUnYjMiKVFgtLbt2+xcOFCXLlyRS1IpKzfvXv3wsvLC/7+/ihZsmQOl1bISeIlgCDI34+CRJs2bULnzp2hUChgZ2eHpKQkHD9+XLR3Gdq/fz/s7e2lvxcsWIDg4GAkJSWhTp06cHV1Rbly5b6bGfjtmE6M8QQhZ+V4gOju3bvo3r07XFxcMHjwYOm4cjrit1OMo6Oj8fDhQ4wZMwY1a9bEli1bcqLYwr+EeGiQF7G0SPjWz4JE8fHx6NGjB4yNjbFhwwax1OQ3IpYWCULuJXLP5E579+5F165dsWTJEri6usLLywvz5s2Dq6srtLW1sXr1apiYmMDNzQ3NmzfP6eIKgvAncjxAdPz4cQwbNgxHjhxB+fLlvxsUfjtQVD4choWFoXXr1ggLC4OVldWvLraQA8RDQ+4glhYJ31INEinzjTk4OODZs2e4evUqtLS0RPsXBEGQAZF75vf09u1b+Pr6YsmSJZg8eTK0tbVRrlw5dOzYEQAQFxeHVq1aQUdHB8HBwShQoIDo1wXhXyrHX8Nfu3YN8fHxqFChgjRjSJVCocD9+/dx/vx5AJAS01aoUAHlypVDfHx8ThRbyAGiE8kdjI2NMWXKFNSuXRtBQUFwd3cHkNW2MzIyAAC3b99GzZo1YWlpmZNFFX6R4sWLY/r06ahTpw6CgoJQrFgx3L9/H1euXJGWH4r2LwiC8O+Wmpoq3asTExORmJgIAN/N+tXU1JT6+82bN8PLy0sEh2SuePHicHZ2xqRJk7B06VLMmDEDaWlpALJmjxsYGODo0aO4e/cufH19AYhxvSD8W+V4gKhs2bJISEjA8ePHAfz4ZuHn5wc/Pz8peKShoYGdO3fi9u3bMDc3/5XFFQQhGygDAt8GibS0tBAfHw8fHx9UrFgRpqamOVxS4VcpXrw4pk2bhrJly6JmzZq4c+eO9LAglhkIgiD8e+3fvx8ApMTECxYsQMuWLdGwYUMMGTIEkZGR370AVuaQBAAXFxcRHMoFjIyM4OTkhMmTJ0NTUxPh4eEAAF1dXaSlpaFgwYKwtrbGhw8fcrikgiD8mRwPENWsWRM6OjpYv349Xrx4IR1XdiRxcXF49OgRqlatqhY8atiwIW7evIlSpUr98jILgvD3fRskWrp0KYCsxJXR0dHw9vb+4axCIfcqXrw4li9fjkOHDomHBUEQBBnYu3cvHB0dpT7cy8sLy5Ytg52dHXr16oVjx46hf//+CAkJ+e7ab+/v4n4vL5mZmd8dMzY2xtChQzFlyhQsX74cbm5uACDtVvvu3Tvx0kcQ/uVyPAcRAOzcuRNOTk5S7okaNWoAyNru1tnZGf+vvXsPqjn/4zj+OtQvFB1i3TbRkuu6rFtN4zrZMErWYsYljFsUa2RLFoVx3XFZVrSLrCxrxrpMps1gV9u6RixxllxW7JIWJbsUdX5/GGekFnsbnc7zMdNM5/v9fL/fzzl1Tue8+nzen3v37unAgQP84QDKoJs3b2r+/Pk6ceKELl68KKPRaBk9QpFK20UxcgAo/ag9Y5ue/Ru9cuVKmUwmnT17VmPHjlXnzp1Vu3ZtLVq0SJGRkfLz81Pt2rWVmZmptLQ0nT17ls90QClWKgKigoICxcbGasKECapZs6ZatGihwsJC5eTkqLCwUAcPHuTDIlCG3bx5U+Hh4crKytKuXbsYPQIAgJXIysrS2rVrtWTJEv3+++/atGmT+vfvr7y8PDk4OOjOnTt66623FBkZqcmTJ7/u7uJfFB4ertjYWIWGhurGjRuKj4+Xp6enYmNjlZOTo3Xr1mn58uUyGo1au3atPD09ZWdnx3s8oBQrFf+eLV++vEaPHq1jx46pX79+MpvNcnV11bBhw3T48GHqUABlHFOLAACwTtSesR23b9+W9GQEUXJysnbs2KGEhASFh4erX79+ysjIUK9evfS///1PNWrUUFBQkMaMGaMGDRrI29vbsvAE7/GA0qtUPTtbt26tFStWFNvOCwlQ9lWtWlXSkzcdPN8BACidSpoC/LT2TF5enqKiolStWjVNnz5d9vb2MpvN1J4pA5KTkxUQEKALFy7IxcVFubm5qlq1qtq1a6etW7dqzJgxWrFihYYOHar79+8rJSVFXbp0UWhoqJydnWUwGFRYWMjvAVDKlbpPYSXNS+aFBLAd1J0BAKB0elntmWnTpslgMGjWrFlKSUmx1J559OiRZs2a9Zp7j3+iTp06cnFxUXh4uNasWaMHDx4oPz9fCQkJGjt2rBYsWKDx48dLkpKSkrRr1y41atTIsiKt2WzmPR5gBUpFDSIAAAAA1oHaM7bFbDaroKBACxYs0LZt27Rq1Sp17NhRrVq10k8//aR169Zp5MiRkqS8vDz1799flStX1ubNmylIDlgZAiIAAAAAf+r27dtycXGxLB4zatQobd68We3atVNSUpJ8fHwUGxuroUOHSpKys7O1ZMkSHT9+XAkJCTIYDCw2Y4VMJpOaNm1quZ2dnS0vLy81bNhQ8fHxSkxMVHBwsOrWrauIiAjdvn1bcXFx+vXXX3Xy5EnZ2dmxah1gZRjnBwAAAKBEycnJ8vDw0O3bt1WuXLlitWf8/PyK1J757rvvVKVKFYWGhlrCIWrPWJ/4+Hg1b95cvXr10uXLl5WdnS2j0ajPPvtM+/btU3R0tHr27KnNmzfLbDYrODhYn376qapXr67U1FRLQWrCIcC6MMYTAAAAQImoPWOb3Nzc9Oabb+rQoUMKCQmRp6en/Pz81KlTJ40aNUqbNm2St7e3OnbsqOTkZF2/fl1Go1GOjo4yGAxMJwSsFK/WAAAAAIoxm81yc3PTsGHDlJKSoiNHjsjf3195eXnq06ePli9fruDgYElPas+sXr1aubm5qlu3ruUcjCCxHoWFhZKkx48fq3HjxgoJCdHEiRPVvXt3ZWVladCgQdq5c6f69u2rzMxM7dmzx3Js3bp15eTkJIPBILPZTDgEWCkCIgAAAAAWJpNJ0pNwx87OThMnTlR+fr4WLVoke3t7LV26VA0aNFBsbKy++eYbbdq0Sf7+/rp69ari4uIsIQGsyy+//CJJsrOzk4ODg1q3bq0ffvhBbdu21cqVKxUWFqbx48crNTVVNWrU0OLFi3Xu3DlJRYNAQkHAehEQAQAAAJBE7RlblZKSIjc3N3344Yc6f/68JOndd99Vp06dNHjwYN24cUOjR4/Wrl27lJmZqUqVKunOLxCBrgAACaxJREFUnTtavXr1a+45gH8Tq5gBAAAAkCSdPn1affr0UU5Ojry9vS21Z9q0aaOQkBClpqZq9erVatWqlSRRe6aMyM7OVlxcnObMmaNmzZrJ19dX06dPlySNGDFCjo6OWrhwoSpXrqy7d+/qypUr2rBhg5YuXcrPGyhDCIgAAAAAG1ZYWKhy5crp8ePHKigo0CeffKJ79+7JaDTq6tWr2rNnjxYvXixHR0cFBQVp3LhxCgsLk6Qiy5izpLn1u3DhghYuXKgDBw6oVq1aWrlypU6dOqXk5GQFBQXJ09PT8vvy1KNHj2Rvb/8aew3g38IUMwAAAMCGUXsGT3l4eGjZsmVav369zGazBg0apB9//FGHDh3Sxo0bJanYqnSEQ0DZQUAEAAAA2Chqz+B5zs7O6tq1qw4fPqxBgwbp6tWrysrK0po1a7Rz587X3T0A/yGmmAEAAAA2itozKMmz08iOHTum3bt3a+/evUpOTubnDpRhBEQAAACAjaP2DJ73ZzWlKEQOlF0ERAAAAACUk5OjkydPKiIiQllZWerdu7cSExPl4+Oj6Ojo1909lAIUIgfKNgIiAAAAAEV89NFHSktL0/fff6+cnBxt375dAQEBr7tbAID/EAERAAAAAEnUngEAW0ZABAAAAMCC2jMAYJsIiAAAAAC8ELVnAKDsK/fyJgAAAABsGeEQAJR9BEQAAAAAAAA2joAIAAAAAADAxhEQAQAAAAAA2DgCIgAAAAAAABtHQAQAAAAAAGDjCIgAAAAAAABsHAERAAAAAACAjSMgAgAAVu/mzZuaOHGi3N3d5eDgIFdXV/n5+Wn//v2vu2t/S/369WUwGHTkyJEi2ydPnqyuXbu+nk4BAIAyjYAIAABYtZ9//llt27bVt99+q8WLF+vMmTNKTExUt27dFBwc/J9eOz8//z87d4UKFRQeHv6fnR8AAOBZBEQAAMCqTZgwQQaDQceOHdP7778vDw8PNW/eXFOmTCkyAicjI0N9+/aVk5OTqlSpooEDByozM9Oyf8SIEQoICChy7udH7HTt2lUhISGaMmWKqlevrh49ekiSoqKiVK9ePTk4OKhOnTqaNGmS5Zj8/HyFhYWpbt26cnR0VMeOHXXgwIGX3q9x48bpyJEjSkhI+NM2KSkp6tGjh6pXry5nZ2d16dJFqampRdoYDAbFxMSoT58+qlSpkpo2barDhw/r4sWL6tq1qxwdHeXl5aVLly4VOS4+Pl5t27ZVhQoV5O7urtmzZ+vx48cv7TcAALBOBEQAAMBq3blzR4mJiQoODpajo2Ox/UajUZJkNpsVEBCgO3fuKCkpSXv37tWlS5c0aNCgv3zNL774QnZ2djp48KBiYmK0bds2LVu2TDExMUpPT9fOnTv19ttvW9qPHDlSBw8e1FdffaXTp09rwIAB6tmzp9LT0194nfr16ysoKEgREREqLCwssU1ubq6GDx+u5ORkHTlyRI0aNVLv3r2Vm5tbpN3cuXMVGBioU6dOqUmTJho8eLDGjRuniIgIHT9+XJIUEhJiab9nzx4NHTpUkyZN0rlz5xQTE6MNGzZo3rx5f/nxAgAA1sHudXcAAADg77p48aLMZrOaNGnywnb79u3T6dOndeXKFbm6ukqS4uLi1Lx5c6WkpKh9+/avfM2GDRtq8eLFltsJCQmqVauWfHx8ZG9vr3r16qlDhw6SpEuXLmnLli26fv266tSpI0maOnWqEhMTFRsbq/nz57/wWjNmzFBsbKy+/PJLDRs2rNj+7t27F7kdExOjqlWrKikpSX369LFsHzlypAYOHChJCg8Pl5eXl2bOnClfX19J0gcffKCRI0da2s+bN0/Tpk3T8OHDJUnu7u6aO3euwsLCFBkZ+cqPFQAAsB6MIAIAAFbLbDZLejKN6kVMJpNcXV0t4ZAkNWvWTEajUSaT6S9ds127dkVuDxgwQA8ePJC7u7vGjBmjHTt2WKZipaamymw2y8PDQ05OTpavpKSkYlO6SlKjRg1NnTpVs2bNKrHe0a1btxQUFCQPDw85OzvL2dlZ9+/fV0ZGRpF2LVu2tHxfs2ZNSSoyyqlmzZp6+PCh7t27J0k6ceKE5syZU6TPY8aM0Y0bN/THH3+84iMFAACsCSOIAACA1WrUqJEMBoNMJlOx+kHPMpvNJYZIz24vV66cJXB66tGjR8WOeX4qm6urq86fP6+9e/dq3759mjBhgj7++GMlJSWpsLBQ5cuX14kTJ1S+fPkixzk5Ob3SfZwyZYqio6MVHR1dbN+IESOUlZWl5cuXy83NTQ4ODvLy8ioWJtnb21u+f3p/S9r2dCpbYWGhZs+erffee6/YNStUqPBK/QYAANaFgAgAAFitatWqydfXV6tWrdKkSZOKhTfZ2dkyGo1q1qyZMjIydO3aNcsoonPnziknJ0dNmzaV9GS0TlpaWpHjT506VSRI+TMVK1aUv7+//P39FRwcrCZNmujMmTNq06aNCgoKdOvWLXXq1Olv3UcnJyfNnDlTUVFR8vPzK7IvOTlZ0dHR6t27tyTp2rVr+u233/7WdZ71zjvv6Pz582rYsOE/PhcAALAOTDEDAABWLTo6WgUFBerQoYO+/vprpaeny2QyacWKFfLy8pIk+fj4qGXLlhoyZIhSU1N17NgxBQYGqkuXLpYpY927d9fx48e1ceNGpaenKzIyslhgVJINGzZo3bp1SktL0+XLlxUXF6eKFSvKzc1NHh4eGjJkiAIDA7V9+3ZduXJFKSkpWrRo0QtXJ3ve2LFj5ezsrC1bthTZ3rBhQ8XFxclkMuno0aMaMmSIKlas+BcevZLNmjVLGzduVFRUlM6ePSuTyaStW7dqxowZ//jcAACgdCIgAgAAVq1BgwZKTU1Vt27dFBoaqhYtWqhHjx7av3+/Vq9eLenJFKqdO3eqatWq6ty5s3x8fOTu7q6tW7dazuPr66uZM2cqLCxM7du3V25urgIDA196faPRqM8//1ze3t5q2bKl9u/fr/j4eLm4uEiSYmNjFRgYqNDQUDVu3Fj+/v46evRokXpIL2Nvb6+5c+fq4cOHRbavX79ed+/eVZs2bTRs2DBNmjRJb7zxxiuf98/4+vpq9+7d2rt3r9q3by9PT08tXbpUbm5u//jcAACgdDKYn59sDwAAAAAAAJvCCCIAAAAAAAAbR0AEAAAAAABg4wiIAAAAAAAAbBwBEQAAAAAAgI0jIAIAAAAAALBxBEQAAAAAAAA2joAIAAAAAADAxhEQAQAAAAAA2DgCIgAAAAAAABtHQAQAAAAAAGDjCIgAAAAAAABsHAERAAAAAACAjfs/JpZ3zDvBKfQAAAAASUVORK5CYII=", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "# Define positive and negative words\n", + "positive_words = ['good', 'great', 'excellent']\n", + "negative_words = ['bad', 'poor', 'terrible']\n", + "\n", + "# Function to count positive and negative words\n", + "def sentiment_analysis(text):\n", + " positive_count = sum([text.lower().count(word) for word in positive_words])\n", + " negative_count = sum([text.lower().count(word) for word in negative_words])\n", + " return positive_count, negative_count\n", + "\n", + "# Apply sentiment analysis to review_body\n", + "ironhack_course_comments['positive_reviews'] = ironhack_course_comments['review_body'].apply(lambda x: sentiment_analysis(x)[0])\n", + "ironhack_course_comments['negative_reviews'] = ironhack_course_comments['review_body'].apply(lambda x: sentiment_analysis(x)[1])\n", + "\n", + "# Group by course_name to calculate sentiment analysis\n", + "sentiment_distribution = ironhack_course_comments.groupby('course_name').agg({\n", + " 'positive_reviews': 'sum',\n", + " 'negative_reviews': 'sum'\n", + "}).reset_index()\n", + "\n", + "# Plotting\n", + "plt.figure(figsize=(14, 8))\n", + "plt.bar(sentiment_distribution['course_name'], sentiment_distribution['positive_reviews'], color='green', label='Positive Reviews')\n", + "plt.bar(sentiment_distribution['course_name'], sentiment_distribution['negative_reviews'], color='red', bottom=sentiment_distribution['positive_reviews'], label='Negative Reviews')\n", + "\n", + "plt.xlabel('Course Name')\n", + "plt.ylabel('Number of Reviews')\n", + "plt.title('Sentiment Analysis of Reviews by Course')\n", + "plt.legend()\n", + "plt.xticks(rotation=45, ha='right')\n", + "plt.show()" + ] + }, + { + "cell_type": "markdown", + "id": "67215a3c", + "metadata": {}, + "source": [ + "### Top Rated Courses by Job Support" + ] + }, + { + "cell_type": "code", + "execution_count": 231, + "id": "633eeed3", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "image/png": "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W2LNmjUIDg7G+fPna/xN9s2bN6NNmzYYO3as9MVCmWHDhiEyMrLWyb69vT02b94MNzc3FBYWYu7cudXOupeZOnUqZs2aBT09PSmJLt/PI0eOYPz48dDW1oaJiUmF88PCwjBo0CDY2dlh/PjxUKlU+OGHHzBv3jzs3r0bly9fRr9+/WBkZITExESUlpaiU6dOtepTZX2Mj4+Hr68vFAoFFi1aJM2YV8fMzAy6urpISkpChw4doKOjA0NDw6eK4e96++230bt3b8ycORPTpk1Dq1atkJGRgb1791b4soWIiIiIiKgpNLtn9pOSkmBhYQEbGxsMGTIEBw8exOrVq7Fz505pubyLiws+/vhjLF++HF27dkVMTAyWLl2qdh0PDw8EBwdj3LhxMDU1xYcffghTU1Ns2LABcXFxcHJywrJly7BixYpq44mKisKoUaMqJPoAMGbMGOzevRv5+fm16ltUVBRu374NV1dX+Pv7IyQkBGZmZjWe98orr0BLSwsTJkyAjo6O2rEPPvgAV65cgZ2dHUxNTSs9f8CAAYiLi8N3330HFxcXDBw4ECdPngQAtG7dGvHx8Rg4cCA6d+6MdevWITY2Vm0VQ11ERETAyMgIHh4e8PX1hbe3N3r06FHjeVpaWli9ejW++OILtGvXDiNGjHiq9utD9+7dcfjwYWRmZqJv375wdXXFokWLYGFh0WQxERERERERlacQ5R8ap2YpNzcXNjY2SE1NrVXiTE2vsLAQhoaGuHPnjto7DYiIiIiI6N+loXKDZreMn/6nuLgYeXl5mD9/Pnr37s1En4iIiIiIiAA0w2X89D8pKSmwtrZGWlpahXcSEBERERER0b8XZ/absQEDBoBPYRAREREREdGTOLNPREREREREJDNM9omIiIiIiIhkhsk+ERERERERkcww2SciIiIiIiKSGSb7RERERERERDLDZJ+IiIiIiIhIZpjsExEREREREckMk30iIiIiIiIimWGyT0RERERERCQzTPaJiIiIiIiIZIbJPhEREREREZHMMNknIiIiIiIikhkm+0REREREREQyw2SfiIiIiIiISGaY7BMRERERERHJDJN9IiIiIiIiIplhsk9EREREREQkM0z2iYiIiIiIiGSGyT4RERERERGRzDDZJyIiIiIiIpIZJvtEREREREREMsNkn4iIiIiIiEhmmOwTERERERERyQyTfSIiIiIiIiKZYbJPREREREREJDNM9omIiIiIiIhkhsk+ERERERERkcww2SciIiIiIiKSGSb7RERERERERDLDZJ+IiIiIiIhIZpjsExEREREREckMk30iIiIiIiIimdFq6gCI/o2EEACAwsLCJo6EiIiIiIiaUllOUJYj1Bcm+0RN4NatWwAAS0vLJo6EiIiIiIj+CW7dugVDQ8N6ux6TfaImYGxsDADIycmp13+hiZ5UWFgIS0tL5ObmwsDAoKnDIRnjWKPGwrFGjYVjjRrLnTt3YGVlJeUI9YXJPlET0NB4/LoMQ0ND/seDGoWBgQHHGjUKjjVqLBxr1Fg41qixlOUI9Xa9er0aERERERERETU5JvtEREREREREMsNkn6gJaGtrIywsDNra2k0dCskcxxo1Fo41aiwca9RYONaosTTUWFOI+n6/PxERERERERE1Kc7sExEREREREckMk30iIiIiIiIimWGyT0RERERERCQzTPaJiIiIiIiIZIbJPlEDW7p0KRQKBd54441q6x0+fBjPPvssdHR08Mwzz2DdunWNEyDJRm3GWnx8PLy8vGBqagoDAwO4u7vjxx9/bLwgSRZq+3etTEpKCrS0tODi4tKgcZH81HasPXr0CO+88w6sra2hra0NOzs7REVFNU6QJAu1HWsxMTFwdnaGnp4eLCwsEBQUhFu3bjVOkNQshYeHQ6FQqG1t27at9pz6yguY7BM1oNTUVKxfvx7du3evtl52djZ8fHzQt29fpKenY+HChQgJCcG3337bSJFSc1fbsXbkyBF4eXkhMTERaWlpeOGFF+Dr64v09PRGipSau9qOtTJ37txBQEAABg0a1MCRkdzUZay9/PLL2L9/PyIjI3Hp0iXExsbC0dGxEaIkOajtWDt69CgCAgIwZcoUXLhwAXFxcUhNTcXUqVMbKVJqrrp06YK8vDxp+/nnn6usW595AZN9ogZSVFQEPz8/fPnllzAyMqq27rp162BlZYVVq1ahc+fOmDp1KiZPnowVK1Y0UrTUnNVlrK1atQrz5s1Dz5490bFjR/znP/9Bx44dsWvXrkaKlpqzuoy1MjNmzMCECRPg7u7ewNGRnNRlrCUlJeHw4cNITEyEp6cnbGxs0KtXL3h4eDRStNSc1WWsnThxAjY2NggJCYGtrS2ef/55zJgxA6dPn26kaKm50tLSQtu2baXN1NS0yrr1mRcw2SdqIDNnzsTQoUPh6elZY93jx49j8ODBamXe3t44ffo0iouLGypEkom6jLUnlZaW4u7duzA2Nm6AyEhu6jrWoqOj8euvvyIsLKyBIyO5qctY++677+Dm5oYPP/wQ7du3h4ODA+bMmYMHDx40QqTU3NVlrHl4eODq1atITEyEEAL5+fn45ptvMHTo0EaIlJqzzMxMtGvXDra2thg/fjwuX75cZd36zAu0nipaIqrW1q1bcebMGaSmptaq/vXr12Fubq5WZm5uDpVKhYKCAlhYWDREmCQDdR1rT1q5ciXu3buHl19+uZ4jI7mp61jLzMzE/PnzkZycDC0t/u8G1V5dx9rly5dx9OhR6OjoICEhAQUFBXjttdfwxx9/8Ll9qlZdx5qHhwdiYmIwbtw4PHz4ECqVCsOHD8eaNWsaOFJqzp577jls2rQJDg4OyM/Px5IlS+Dh4YELFy6gTZs2FerXZ17AmX2iepabm4vQ0FB8/fXX0NHRqfV5CoVCbV8IUWk5UZmnHWtlYmNjER4ejm3btsHMzKwBIiS5qOtYKykpwYQJE/D+++/DwcGhESIkuXiav2ulpaVQKBSIiYlBr1694OPjg48//hgbNmzg7D5V6WnG2n//+1+EhITgvffeQ1paGpKSkpCdnY3g4OAGjpaasxdffBFjxoxBt27d4Onpie+//x4AsHHjxirPqa+8QCHKziSierFjxw6MGjUKmpqaUllJSQkUCgU0NDTw6NEjtWMA0K9fP7i6uuKTTz6RyhISEvDyyy/j/v37aNGiRaPFT83H04y1Mtu2bUNQUBDi4uK4/JBqVNex9ueff8LIyEitrLS0FEIIaGpqYs+ePRg4cGCj9oGah6f5uxYYGIiUlBRkZWVJZRkZGXBycsIvv/yCjh07Nlr81Hw8zVjz9/fHw4cPERcXJ5UdPXoUffv2xe+//86VmFRrXl5esLe3x9q1ayscq8+8gOvqiOrZoEGDKrxhMygoCI6Ojnj77bcrTb7c3d0rvCBtz549cHNzY6JPVXqasQY8ntGfPHkyYmNjmehTrdR1rBkYGFSo//nnn+PAgQP45ptvYGtr2+AxU/P0NH/X+vTpg7i4OBQVFUGpVAIAfvnlF2hoaKBDhw6NEjc1P08z1u7fv1/hsaSyepw/pdp69OgRMjIy0Ldv30qP12dewGSfqJ7p6+uja9euamWtWrVCmzZtpPIFCxbg2rVr2LRpEwAgODgYn376KWbPno1p06bh+PHjiIyMRGxsbKPHT83H04y12NhYBAQE4JNPPkHv3r1x/fp1AICuri4MDQ0btwPUbNR1rGloaFSob2ZmBh0dnQrlROU9zd+1CRMmYPHixQgKCsL777+PgoICzJ07F5MnT4aurm6j94Gah6cZa76+vpg2bRrWrl0Lb29v5OXl4Y033kCvXr3Qrl27Ru8DNQ9z5syBr68vrKyscOPGDSxZsgSFhYUIDAwE0LB5AZ/ZJ2oCeXl5yMnJkfZtbW2RmJiIQ4cOwcXFBYsXL8bq1asxZsyYJoyS5ODJsfbFF19ApVJh5syZsLCwkLbQ0NAmjJLk4MmxRtRQnhxrSqUSe/fuxZ9//gk3Nzf4+fnB19cXq1evbsIoSQ6eHGuTJk3Cxx9/jE8//RRdu3bF2LFj0alTJ8THxzdhlPRPd/XqVbzyyivo1KkTRo8ejZYtW+LEiROwtrYG0LB5AZ/ZJyIiIiIiIpIZzuwTERERERERyQyTfSIiIiIiIiKZYbJPREREREREJDNM9omIiIiIiIhkhsk+ERERERERkcww2SciIiIiIiKSGSb7RERERERERDLDZJ+IiIiIiIhIZpjsExEREdXSgAED8MYbbzR1GP9a4eHhcHFxaeowiIiaBSb7REREJDl27Bg0NTUxZMiQpg6lwV25cgUKhQJnz55t0HZKSkqwdOlSODo6QldXF8bGxujduzeio6MbtN36plAosGPHjlrVK9uUSiWcnZ2xYcOGemlvzpw52L9/f52vRUT0b6TV1AEQERHRP0dUVBRef/11fPXVV8jJyYGVlVWDtVVSUgKFQgENDXnPPYSHh2P9+vX49NNP4ebmhsLCQpw+fRq3b99u6tBq5a+//kLLli3rdE50dDSGDBmCe/fuYdu2bQgKCoKFhQW8vb3/VixKpRJKpfJvXYOI6N9C3v91JSIiolq7d+8etm/fjldffRXDhg1Tm411d3fH/Pnz1erfvHkTLVq0wMGDBwE8TgrnzZuH9u3bo1WrVnjuuedw6NAhqf6GDRvQunVr7N69G05OTtDW1sZvv/2G1NRUeHl5wcTEBIaGhujfvz/OnDmj1tbFixfx/PPPQ0dHB05OTti3b1+Fmd9r165h3LhxMDIyQps2bTBixAhcuXKlTp/B4cOH0atXL2hra8PCwgLz58+HSqVSq6NSqTBr1iy0bt0abdq0wbvvvgshRJXX3LVrF1577TWMHTsWtra2cHZ2xpQpUzB79mypjo2NDVatWqV2nouLC8LDw6V9hUKBtWvX4sUXX4Suri5sbW0RFxcnHS9bqbB161Z4eHhAR0cHXbp0UbsHtenjgAEDMGvWLMyePRsmJibw8vKCjY0NAGDUqFFQKBTSflVat26Ntm3bws7ODgsXLoSxsTH27NkjHa/pnlfV3pPL+CdNmoSRI0dixYoVsLCwQJs2bTBz5kwUFxdLdfLy8jB06FDpM9uyZUulnzcRkdww2SciIiIAwLZt29CpUyd06tQJEydORHR0tJTE+vn5ITY2Vi2p3bZtG8zNzdG/f38AQFBQEFJSUrB161b89NNPGDt2LIYMGYLMzEzpnPv372Pp0qX46quvcOHCBZiZmeHu3bsIDAxEcnIyTpw4gY4dO8LHxwd3794FAJSWlmLkyJHQ09PDyZMnsX79erzzzjtqsd+/fx8vvPAClEoljhw5gqNHj0KpVGLIkCH466+/atX/a9euwcfHBz179sS5c+ewdu1aREZGYsmSJWr1Nm7cCC0tLZw8eRKrV69GREQEvvrqqyqv27ZtWxw4cAA3b96sVRzVWbRoEcaMGYNz585h4sSJeOWVV5CRkaFWZ+7cuXjrrbeQnp4ODw8PDB8+HLdu3XqqPqakpOCLL75AamoqgMcz9nl5edJ+TUpKSrB9+3b88ccfaNGihVRe0z2vS3sHDx7Er7/+ioMHD2Ljxo3YsGGD2hdVAQEB+P3333Ho0CF8++23WL9+PW7cuFGr+ImImjVBREREJITw8PAQq1atEkIIUVxcLExMTMTevXuFEELcuHFDaGlpiSNHjkj13d3dxdy5c4UQQmRlZQmFQiGuXbumds1BgwaJBQsWCCGEiI6OFgDE2bNnq41DpVIJfX19sWvXLiGEED/88IPQ0tISeXl5Up29e/cKACIhIUEIIURkZKTo1KmTKC0tleo8evRI6Orqih9//LHSdrKzswUAkZ6eLoQQYuHChRWu8dlnnwmlUilKSkqEEEL0799fdO7cWa3O22+/LTp37lxlfy5cuCA6d+4sNDQ0RLdu3cSMGTNEYmKiWh1ra2sRERGhVubs7CzCwsKkfQAiODhYrc5zzz0nXn31VbX+LFu2TDpeXFwsOnToIJYvX16nPrq4uFToR/nPuzoAhI6OjmjVqpXQ1NQUAISxsbHIzMys8pwn73lV7YWFhQlnZ2dpPzAwUFhbWwuVSiWVjR07VowbN04IIURGRoYAIFJTU6XjmZmZAkCFz5uISG44s09ERES4dOkSTp06hfHjxwMAtLS0MG7cOERFRQEATE1N4eXlhZiYGABAdnY2jh8/Dj8/PwDAmTNnIISAg4OD9Fy1UqnE4cOH8euvv0rttGzZEt27d1dr+8aNGwgODoaDgwMMDQ1haGiIoqIi5OTkSLFZWlqibdu20jm9evVSu0ZaWhqysrKgr68vtW1sbIyHDx+qtV+djIwMuLu7Q6FQSGV9+vRBUVERrl69KpX17t1brY67uzsyMzNRUlJS6XWdnJxw/vx5nDhxAkFBQcjPz4evry+mTp1aq7jKc3d3r7D/5Mx++TpaWlpwc3OT6tS2j25ubnWOrbyIiAicPXsWe/fuhYuLCyIiImBvby8dr+me10WXLl2gqakp7VtYWEgz95cuXYKWlhZ69OghHbe3t4eRkdHf6B0RUfPAF/QRERERIiMjoVKp0L59e6lMCIEWLVrg9u3bMDIygp+fH0JDQ7FmzRps2bIFXbp0gbOzM4DHS+01NTWRlpamlngBUHuhmq6urlqiCTx+7vrmzZtYtWoVrK2toa2tDXd3d2n5vRCiwjlPKi0txbPPPit9GVGeqalprT6DytoR///YQk3t10RDQwM9e/ZEz5498eabb+Lrr7+Gv78/3nnnHdja2kJDQ6PCc//lnzuvTm1iK6tT2z62atWqVm1XpW3btrC3t4e9vT3i4uLg6uoKNzc3ODk5Aaj5ntdF+ccDyvpRWloKAFW+S6GqciIiOeHMPhER0b+cSqXCpk2bsHLlSpw9e1bazp07B2traymBHjlyJB4+fIikpCRs2bIFEydOlK7h6uqKkpIS3LhxQ0ryyrbyM/KVSU5ORkhICHx8fNClSxdoa2ujoKBAOu7o6IicnBzk5+dLZU8+w92jRw9kZmbCzMysQvuGhoa1+hycnJxw7NgxtUTw2LFj0NfXV/sS5MSJE2rnlT1z/uSXHDW1BTx+KSLw+AuJvLw86XhhYSGys7MrnFdZ246OjlXWUalUSEtLk+rUto+VadGiRZWrF6pjb2+PMWPGYMGCBVJZTff877RXnqOjI1QqFdLT06WyrKws/Pnnn3/rukREzQGTfSIion+53bt34/bt25gyZQq6du2qtr300kuIjIwE8Hi2d8SIEVi0aBEyMjIwYcIE6RoODg7w8/NDQEAA4uPjkZ2djdTUVCxfvhyJiYnVtm9vb4/NmzcjIyMDJ0+ehJ+fH3R1daXjXl5esLOzQ2BgIH766SekpKRIL+grm4328/ODiYkJRowYgeTkZGRnZ+Pw4cMIDQ1VW55enddeew25ubl4/fXXcfHiRezcuRNhYWGYPXu22s8D5ubmYvbs2bh06RJiY2OxZs0ahIaGVnndl156CRERETh58iR+++03HDp0CDNnzoSDg4OUhA8cOBCbN29GcnIyzp8/j8DAwEq/PIiLi0NUVBR++eUXhIWF4dSpU5g1a5Zanc8++wwJCQm4ePEiZs6cidu3b2Py5Ml16mNlbGxssH//fly/fr3OPxv41ltvYdeuXTh9+jSAmu/5322vjKOjIzw9PTF9+nScOnUK6enpmD59eqUrTIiI5IbJPhER0b9cZGQkPD09K50BHzNmDM6ePSv9LJqfnx/OnTuHvn37wsrKSq1udHQ0AgIC8NZbb6FTp04YPnw4Tp48CUtLy2rbj4qKwu3bt+Hq6gp/f3+EhITAzMxMOq6pqYkdO3agqKgIPXv2xNSpU/Huu+8CAHR0dAAAenp6OHLkCKysrDB69Gh07twZkydPxoMHD2BgYFBpu2VLvbW0Hj/V2L59eyQmJuLUqVNwdnZGcHAwpkyZIrVVJiAgAA8ePECvXr0wc+ZMvP7665g+fXqV/fP29sauXbvg6+sLBwcHBAYGwtHREXv27JHaXrBgAfr164dhw4bBx8cHI0eOhJ2dXYVrvf/++9i6dSu6d++OjRs3IiYmRlolUGbZsmVYvnw5nJ2dkZycjJ07d8LExKROfazMypUrsXfvXlhaWsLV1bXG+uV169YNnp6eeO+99wDUfM//bnvlbdq0Cebm5ujXrx9GjRqFadOmQV9fXxo7RERypRB8aImIiIiamZSUFDz//PPIysqqNCmujRMnTsDd3R03b96UkuF/MoVCgYSEBIwcObLS41euXIGtrS3S09PVfoue1F29ehWWlpbYt28fBg0a1NThEBE1GL6gj4iIiP7xEhISoFQq0bFjR2RlZSE0NBR9+vR5qkRfpVLhypUr+Oijj+Ds7NwsEn16egcOHEBRURG6deuGvLw8zJs3DzY2NujXr19Th0ZE1KCY7BMREdE/3t27dzFv3jzk5ubCxMQEnp6eWLly5VNd6/z58/Dw8ICLiws2bdpUz5HSP01xcTEWLlyIy5cvQ19fHx4eHoiJianwFn8iIrnhMn4iIiIiIiIimeEL+oiIiIiIiIhkhsk+ERERERERkcww2SciIiIiIiKSGSb7RERERERERDLDZJ+IiIiIiIhIZpjsExEREREREckMk30iIiIiIiIimWGyT0RERERERCQz/wdXmJKjLjwwxgAAAABJRU5ErkJggg==", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "# Group by course_name to calculate average job support ratings\n", + "job_support_ratings = ironhack_course_comments.groupby('course_name')['job_support_rating'].mean().sort_values(ascending=False).reset_index()\n", + "\n", + "# Plotting\n", + "plt.figure(figsize=(10, 6))\n", + "plt.barh(job_support_ratings['course_name'], job_support_ratings['job_support_rating'], color='skyblue')\n", + "plt.xlabel('Average Job Support Rating')\n", + "plt.title('Top Rated Courses by Job Support')\n", + "plt.xlim(4, 5)\n", + "plt.gca().invert_yaxis()\n", + "plt.show()" + ] + }, + { + "cell_type": "markdown", + "id": "33d9b4c4", + "metadata": {}, + "source": [ + "### Courses with the Most Positive Feedback\n" + ] + }, + { + "cell_type": "code", + "execution_count": 234, + "id": "83b0780f", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "image/png": "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onXr1unYsWNat26dunbtqqZNm6ps2bIPVO/169d1+vRpnTp1SgkJCXrrrbfUsmVLNW/eXFFRUZKkRo0aqU6dOmrVqpXWrFmj5ORkbd26VSNHjtSuXbt07do19evXTxs3btTx48e1ZcsWxcfHm6H4bv3799ecOXMUGxurw4cPa8KECdq3b1+2s8YPwjAMnT59WqdPn9axY8f0ySefaM2aNeZqhlKlSqlly5bq3r27vvvuO+3du1cdO3aUn5+f2ee1117T+vXrNX78eB06dEixsbH68MMPNXjwYHM/gYGB+vbbb3Xq1CmdPXtW0u0l6vHx8erTp4/27dunAwcOaObMmTp79qzy5cunAgUK6JNPPtGRI0e0YcMGq58XfFQ3btxQ165d9eOPP5orIfr165fl9fAAAAAA8LjY/HL6wMBAbd68WW+88YaeeeYZ/fHHHwoODlZMTIzatm0rSTp79qx69eql0aNHW13/XL58eY0ePdpcVr98+fIs70q/aNEijRkzRr1799bPP/+sokWLqnnz5hozZswD17t69Wr5+vrKwcFB+fLlU6VKlTRt2jS9/PLLZgC0WCxauXKl3njjDXXp0kW//fabfHx8VL9+fRUuXFj29vY6d+6coqKi9Ouvv6pgwYJq3bp1tjdO69Chg3766ScNHjxYf/zxh1544QVFR0dnmp1/GJcuXZKvr6+k20vGAwICNG7cOA0bNszsM2/ePL3yyitq3ry5bty4ofr162vlypXmkvWqVavqv//9r958802NHz9evr6+GjdunKKjo80xxo0bp549e6pkyZK6fv26DMNQcHCwvvnmG73++uuqWbOmXF1dVatWLb300kuys7PTokWLNGDAAJUvX16lS5fWtGnTFBYW9sjHLEkNGzZUqVKlVL9+fV2/fl3t2rV7qM8DAAAAADwIi5GTi4+fAGlpafL29taqVauyvOnbP03jxo3l4+Oj+fPn53YpNic6OloXLlzQsmXLHnqMS5cuycvLS6O//Uku7h6PrzgAeMyGVyl4/04AAOChZWSDixcvZrqvW1Zsfib+cTl37pwGDhyoGjVq5HYpj93Vq1f18ccfKyIiQvb29lq4cKHWrVuntWvX5nZpAAAAAIAHQIj//zJuePdPlLE8f8KECbp+/bpKly6tJUuWqFGjRrldGgAAAADgARDinwCurq5at25dbpfxjxET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4gEAAAAAsBGEeAAAAAAAbAQhHgAAAAAAG0GIBwAAAADARjjkdgHAk2xQpQLy9PTM7TIAAAAA2Ahm4gEAAAAAsBGEeAAAAAAAbAQhHgAAAAAAG0GIBwAAAADARhDiAQAAAACwEYR4AAAAAABsBCEeAAAAAAAbQYgHAAAAAMBGEOIBAAAAALARhHgAAAAAAP5fe/ceVlP6/g/8vTvulMoOZaspkWOpiCmH8HFoGHwap0HOYVBkcspgElPJjMZhZBwuMQaZz+XcEGkw4zBKyTQkJGTUZIxThQ77+f3h2/rZCqGp2fV+Xde+rtZaz1rPvda9ons9a62tIXSqOgCimiz8/F3IjQreeTsBznUrIBoiIiIiIvq340g8ERERERERkYZgEU9ERERERESkIVjEExEREREREWkIFvFEREREREREGoJFPBEREREREZGGYBFPREREREREpCFYxBMRERERERFpCBbxRERERERERBqCRTwRERERERGRhmART0RERERERKQhWMQTERERERERaQgW8UREREREREQagkU8ERERERERkYZgEU9ERERERESkIVjEExEREREREWkIFvH/p2vXrpg+fXpVh1GpbGxssHz58qoOo1IdO3YMMpkM9+/fr+pQiIiIiIiI3li1KOKzs7MxdepU2NraQl9fH1ZWVujXrx/i4uKqOrR/tYSEBEycOFGalslk2LNnzztvt2vXrpDJZJDJZNDX10fTpk0REhKC4uLid9rumDFj4OnpWa5+y/rY2NigQ4cOyMrKgomJyTvFQkREREREVBV0qjqAd3X9+nV07NgRpqamWLp0KVq3bo3CwkIcOnQIPj4+uHTpUpXFVlxcDJlMBi2tf9e1koKCAujp6aFevXr/WB8TJkzAokWL8OTJE0RHR2PatGnQ1tbGnDlz3nhbJcfxdXbt2oWCggIAQGZmJtq3b48jR46gVatWAABtbW3o6enBwsLijWMgIiIiIiL6N/h3VZdvYcqUKZDJZIiPj8egQYPQtGlTtGrVCv7+/vj1118BAOPGjUPfvn3V1isqKoKFhQU2btyoNs/X1xempqYwMzPD/PnzIYSQlhcUFGD27Nlo2LAhDA0N8f777+PYsWPS8k2bNsHU1BTR0dFo2bIl9PX1cePGDRw7dgzt27eHoaEhTE1N0bFjR9y4cUNab//+/Wjbti3kcjlsbW0RFBSE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9913WLhwIS5cuIDU1FRptB4AunTpAnd3dwwcOBCxsbHIyMjAwYMHERMTA+DZd6PfuXMHS5cuRXp6OlavXo2DBw++1bG0sbFBXFwcsrOzpZfQAc+e4Xd1dcWcOXMwbNiw194d8CqNGzdGUVERVq1ahWvXrmHLli349ttvyx3fb7/9hrS0NPz1119l3nFQGd72XCAiIiIiInpXGl/EN2rUCElJSejWrRtmzJgBe3t79OzZE3FxcVizZo1a2x49eqBBgwbw8PCQXkj2vFGjRuHx48do3749fHx8MHXqVOlN8cCz2+JHjRqFGTNmoFmzZujfvz/OnDkDKyurl8ZXq1YtXLp0CQMHDkTTpk0xceJE+Pr64pNPPgEAeHh4IDo6GrGxsWjXrh1cXV0RHh4Oa2traRs7d+5Eu3btMGzYMLRs2RKzZ8+WRqRbtGiBiIgIrF69Go6OjoiPj8fMmTPf6lguW7YMsbGxsLKygrOzs9oyb29vFBQUlHqPwJtycnJCeHg4wsLCYG9vj61btyI0NLRc606YMAHNmjWDi4sL6tWrh5MnT75TLO/ibc4FIiIiIiKidyUTr/qy72omPz8fSqUSGzduLNct4fT/BQcHIyoqCikpKVUdSrXw8OFDmJiYIPDna5Ab1X7n7QU4162AqIiIiIiIqLKV1AYPHjyAsbHxa9tr9DPx5aVSqZCdnY1ly5bBxMQE/fv3r+qQNEZubi5SU1OxatUqLF68uKrDISIiIiIiqtFqRBF/8+ZNNGrUCJaWlti0aRN0dGrEblcIX19fbN++HZ6enu98Kz0RERERERG9mxpRzdrY2JT6GjYqn02bNmHTpk1VHQYRERERERGhGrzYjoiIiIiIiKimYBFPREREREREpCFYxBMRERERERFpCBbxRERERERERBqCRTwRERERERGRhmART0RERERERKQhWMQTERERERERaQgW8UREREREREQagkU8ERERERERkYZgEU9ERERERESkIVjEExEREREREWkIFvFEREREREREGkKnqgMgqsn8Hc1gbGxc1WEQEREREZGG4Eg8ERERERERkYZgEU9ERERERESkIVjEExEREREREWkIFvFEREREREREGoJFPBEREREREZGGYBFPREREREREpCFYxBMRERERERFpCBbxRERERERERBqCRTwRERERERGRhmART0RERERERKQhWMQTERERERERaQgW8UREREREREQagkU8ERERERERkYZgEU9ERERERESkIVjEExEREREREWkIFvFEREREREREGoJFPBEREREREZGGYBFPREREREREpCFYxBMRERERERFpCJ2qDoCoJhJCAAAePnxYxZEQEREREVFVKqkJSmqE12ERT1QF7t69CwCwsrKq4kiIiIiIiOjf4NGjRzAxMXltOxbxRFVAoVAAAG7evFmuX1SqPh4+fAgrKytkZmbC2Ni4qsOhSsTc12zMf83F3NdczH3N9ib5F0Lg0aNHUCqV5do2i3iiKqCl9ex1FCYmJvxHvYYyNjZm7mso5r5mY/5rLua+5mLua7by5v9NBvb4YjsiIiIiIiIiDcEinoiIiIiIiEhDsIgnqgL6+voIDAyEvr5+VYdClYy5r7mY+5qN+a+5mPuai7mv2f7J/MtEed9jT0RERERERERViiPxRERERERERBqCRTwRERERERGRhmART0RERERERKQhWMQTERERERERaQgW8USVLCIiAo0aNYJcLkfbtm3xyy+/VHVIVMFCQ0PRrl071K5dG/Xr14enpyfS0tLU2gghsHDhQiiVShgYGKBr1664cOFCFUVM/5TQ0FDIZDJMnz5dmsfcV29//PEHRowYATMzM9SqVQtOTk5ITEyUljP/1VNRURHmz5+PRo0awcDAALa2tli0aBFUKpXUhrmvPn7++Wf069cPSqUSMpkMe/bsUVtenlw/ffoUU6dORd26dWFoaIj+/fvj1q1blbgX9DZelfvCwkLMmTMHDg4OMDQ0hFKpxKhRo3D79m21bVRE7lnEE1WiHTt2YPr06Zg3bx7OnTuHzp07o3fv3rh582ZVh0YV6Pjx4/Dx8cGvv/6K2NhYFBUVoVevXsjLy5PaLF26FOHh4fjmm2+QkJAACwsL9OzZE48eParCyKkiJSQkYN26dWjdurXafOa++rp37x46duwIXV1dHDx4EBcvXsSyZctgamoqtWH+q6ewsDB8++23+Oabb5CamoqlS5fiyy+/xKpVq6Q2zH31kZeXB0dHR3zzzTdlLi9PrqdPn47du3cjKioKJ06cQG5uLvr27Yvi4uLK2g16C6/KfX5+PpKSkrBgwQIkJSVh165duHz5Mvr376/WrkJyL4io0rRv315MmjRJbV7z5s1FQEBAFUVElSEnJ0cAEMePHxdC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UfmwiCciIqphevToAQsLC4SGhr60TVm3Gy9fvhw2NjbSdMltzyEhITA3N4epqSmCgoJQVFSEWbNmQaFQwNLSEhs3biy1/UuXLqFDhw6Qy+Vo1aoVjh07prb84sWL6NOnD4yMjGBubo6RI0fir7/+kpZ37doVvr6+8Pf3R926ddGzZ88y90OlUmHRokWwtLSEvr4+nJycEBMTIy2XyWRITEzEokWLIJPJsHDhwpceE319fVhYWMDKygrDhw+Hl5cX9uzZAwB4+vQppk2bhvr160Mul6NTp05ISEiQ1r137x68vLxQr149GBgYwM7ODpGRkQDUb6e/fv06unXrBgCoU6cOZDIZxowZI+1zye30c+fOhaura6kYW7dujcDAQGk6MjISLVq0gFwuR/PmzREREfHS/XtxP5//aGtrAwD279+Ptm3bQi6Xw9bWVsp3iQcPHmDixImoX78+jI2N8Z///Afnz59X2/6SJUtgbm6O2rVrw9vbG0+ePCkzjqCgIGk7n3zyidqFmpiYGHTq1AmmpqYwMzND3759kZ6errb+rVu3MHToUCgUChgaGsLFxQVnzpwps6+MjAw0adIEkydPhkqleu0xIiKqSiziiYiIahhtbW2EhIRg1apVuHXr1jtt66effsLt27fx888/Izw8HAsXLkTfvn1Rp04dnDlzBpMmTcKkSZOQmZmptt6sWbMwY8YMnDt3Dh06dED//v1x9+5dAEBWVha6dOkCJycnnD17FjExMfjzzz8xZMgQtW1s3rwZOjo6OHnyJNauXVtmfCtWrMCyZcvw1Vdf4bfffoOHhwf69++PK1euSH21atUKM2bMQFZW1huNrBsYGKCwsBAAMHv2bOzcuRObN29GUlISmjRpAg8PD/z9998AgAULFuDixYs4ePAgUlNTsWbNGtStW7fUNq2srLBz504AQFpaGrKysrBixYpS7by8vHDmzBm1wvXChQtISUmBl5cXAGD9+vWYN28egoODkZqaipCQECxYsACbN28u9z4+79ChQxgxYgSmTZuGixcvYu3atdi0aROCg4MBAEIIfPjhh8jOzsaBAweQmJiINm3aoHv37tJx+OGHHxAYGIjg4GCcPXsWDRo0KPPCQlxcHFJTU3H06FFs374du3fvRlBQkLQ8Ly8P/v7+SEhIQFxcHLS0tPDRRx9JBXhubi66dOmC27dvY9++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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "# Count positive feedback for each course\n", + "positive_feedback = ironhack_course_comments[ironhack_course_comments['review_body'].str.contains('|'.join(positive_words), case=False, na=False)]\n", + "positive_feedback_count = positive_feedback.groupby('course_name').size().reset_index(name='positive_feedback_count').sort_values(by='positive_feedback_count', ascending=False)\n", + "\n", + "# Plotting\n", + "plt.figure(figsize=(10, 6))\n", + "plt.barh(positive_feedback_count['course_name'], positive_feedback_count['positive_feedback_count'], color='skyblue')\n", + "plt.xlabel('Number of Positive Feedback')\n", + "plt.title('Courses with the Most Positive Feedback')\n", + "plt.gca().invert_yaxis()\n", + "plt.show()" + ] + }, + { + "cell_type": "markdown", + "id": "92f732f8", + "metadata": {}, + "source": [ + "### Trend Analysis of Comments Over Time" + ] + }, + { + "cell_type": "code", + "execution_count": 237, + "id": "a2907941", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAABIAAAALgCAYAAADsjAw6AAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy81sbWrAAAACXBIWXMAAA9hAAAPYQGoP6dpAAEAAElEQVR4nOzdeXhU9fn38c+ZyWSZkISdJLLKpiwKiiCgglpQEYsPbdWidetPrbjhUtRqNVRFwZbSurW2LliLW0XrVgRFqBUUEBVRxAVEBMIiZCGTZCYz5/ljck72ZCaZLcn7dV1cNWdm7vlOQujkzr0YpmmaAgAAAAAAQJvliPcBAAAAAAAAEF0kgAAAAAAAANo4EkAAAAAAAABtHAkgAAAAAACANo4EEAAAAAAAQBtHAggAAAAAAKCNIwEEAAAAAADQxpEAAgAAAAAAaONIAAEAAAAAALRxJIAAAK2eYRgh/Vm5cmVcz5mXlyfDMMJ6zPTp02UYhq6++uoonaqu5pwzVN9++60Mw9CTTz4ZlfgNefvttzVq1Cilp6fLMAy9/PLLjd5/z549uuWWWzR8+HB16NBBqampGjhwoK677jp99dVXsTl0gtu1a5fy8vL08ccfRzz20qVLdeaZZ6pbt25KSUlRr169dNFFF+nzzz+P+HO1RN++fUP6t+fJJ5+M6vcVAAChSIr3AQAAaKk1a9bU+Piuu+7SO++8oxUrVtS4PmTIkFgeq8X27t2r1157TZL0z3/+U7///e+Vmpoa51O1TE5OjtasWaP+/fvH7DlN09Q555yjQYMG6ZVXXlF6eroGDx7c4P3Xrl2rqVOnyjRNXX311Ro7dqySk5O1ZcsWPf300xo9erQOHjwYs/Mnql27dmnOnDnq27evRowYEbG4s2fP1v3336/TTz9dDz/8sHr06KEvv/xSCxYs0DHHHKPFixdr+vTpEXu+lnjppZdUXl5uf/z3v/9djz32mJYuXaqsrCz7ev/+/VVeXq7TTz89HscEAEASCSAAQBtw/PHH1/i4W7ducjgcda7X5vF45Ha7o3m0Fnnqqafk8/l05pln6vXXX9eSJUs0Y8aMeB+rRVJSUpr8ukTarl27dODAAf2///f/dOqppzZ636KiIk2bNk2pqalavXq1evbsad82ceJEXXHFFfrXv/4V7SO3W88884zuv/9+XXnllXr44Yft6yeddJJ+/vOfa8KECfrFL36hESNG6PDDD4/ZuRr6t2LkyJE1Pl66dKkk6dhjj1XXrl3r3L/63ycAAGKNFjAAQLswceJEDRs2TP/97381btw4ud1uXXrppZKCP/TfdNNN6tevn5KTk3XYYYdp1qxZKikpqRHDasX6xz/+oSOPPFJut1tHH320XaVT3euvv64RI0YoJSVF/fr10+9///uwz/z444+rR48eWrRokdLS0vT444/Xuc+TTz4pwzD0zjvv6Morr1TXrl3VpUsXTZ8+Xbt27apx3+eee06TJ09WTk6O0tLSdOSRR+qWW26p8zpr++Uvf6nOnTvL4/HUue2UU07R0KFD7Y9feOEFjRkzRllZWXK73Tr88MPtz7NUfwvYvn37dPnll6tXr15KSUlRt27dNH78eL311ltNfo7+97//6dRTT1VGRobcbrfGjRun119/3b49Ly/P/qH75ptvlmEY6tu3b4Px/va3vyk/P1/z589v8If1n/70pzU+fuWVVzR27Fi53W5lZGRo0qRJdarSrPafjRs36mc/+5mysrLUuXNn3XDDDaqoqNCWLVt0+umnKyMjQ3379tX8+fNrPH7lypUyDEOLFy/WzTffrJycHHXo0EFnnXWW9uzZo+LiYl1++eXq2rWrunbtqksuuUSHDh2qEcM0TT388MMaMWKE0tLS1KlTJ/30pz/V1q1ba9zP+l5Zt26dTjzxRPvreN999ykQCNjnOe644yRJl1xyid3qlJeXJ0naunWrzjvvPOXm5iolJUU9evTQqaee2mS72D333KNOnTrV+/2Snp6uBx54QB6PR3/84x8lSQsXLpRhGPr666/r3P/mm29WcnKy9u/fb1976623dOqppyozM1Nut1vjx4/X22+/Xe/XasOGDfrpT3+qTp06RaRirb4WsL59+2rq1Kl67bXXNHLkSPv70vo35cknn9SRRx6p9PR0jR49WuvXr68Td/369frxj3+szp07KzU1VSNHjtTzzz/f4vMCANogEwCANuaiiy4y09PTa1ybMGGC2blzZ7NXr17mAw88YL7zzjvmqlWrzJKSEnPEiBFm165dzQULFphvvfWW+ac//cnMysoyTznlFDMQCNgxJJl9+/Y1R48ebT7//PPmG2+8YU6cONFMSkoyv/nmG/t+b731lul0Os0TTjjBXLJkifnCCy+Yxx13nNm7d28z1P/rfe+990xJ5q9//WvTNE3zggsuMA3DMLdu3Vrjfk888YQpyTz88MPNa665xnzzzTfNv//972anTp3Mk08+ucZ977rrLvOPf/yj+frrr5srV640//KXv5j9+vWrc78777yzxjk/+eQTU5L5t7/9rcb9PvvsM1OS+dBDD5mmaZqrV682DcMwzzvvPPONN94wV6xYYT7xxBPmL37xC/sx27ZtMyWZTzzxhH3ttNNOM7t162Y++uij5sqVK82XX37ZvOOOO8xnn3220c/RypUrTZfLZR577LHmc889Z7788svm5MmTTcMw7Mfu2LHDXLJkiSnJvOaaa8w1a9aYGzZsaDDm5MmTTafTaR46dKjR57b885//NCWZkydPNl9++WXzueeeM4899lgzOTnZfPfdd+37WZ/TwYMHm3fddZe5fPlyc/bs2aYk8+qrrzaPOOII889//rO5fPly85JLLjElmS+++KL9+HfeeceUZPbp08e8+OKLzaVLl5p/+ctfzA4dOpgnn3yyOWnSJPOmm24yly1bZs6bN890Op3mNddcU+Osl112melyucwbb7zRXLp0qbl48WLziCOOMHv06GHm5+fb95swYYLZpUsXc+DAgeZf/vIXc/ny5ebMmTNNSeaiRYtM0zTNwsJC++/e7bffbq5Zs8Zcs2aNuWPHDtM0TXPw4MHmgAEDzH/84x/mqlWrzBdffNG88cYbzXfeeafBz+WuXbtMSea5557b6Oe8e/fu5uDBg03TNM19+/aZycnJ5m233VbjPhUVFWZubq45ffp0+9o//vEP0zAM8+yzzzaXLFlivvrqq+bUqVNNp9NpvvXWW3W+Vn369DFvvvlmc/ny5ebLL7/c6JlqP3bfvn0N3lZdnz59zJ49e5rDhg0zn3nmGfONN94wx4wZY7pcLvOOO+4wx48fby5ZssR86aWXzEGDBpk9evQwPR6P/fgVK1aYycnJ5oknnmg+99xz5tKlS82LL764zvcYAACmaZokgAAAbU5DCSBJ5ttvv13j+r333ms6HA5z3bp1Na7/61//MiWZb7zxhn1NktmjRw+zqKjIvpafn286HA7z3nvvta+NGTPGzM3NNUtLS+1rRUVFZufOnUNOAF166aWmJHPz5s2maVYlAH7729/WuJ/1Q/jMmTNrXJ8/f74pydy9e3e98QOBgOnz+cxVq1aZksxPPvnEvq2+H1QnTJhgjhgxosa1K6+80szMzDSLi4tN0zTN3//+96Yks6CgoMHXVV8CqEOHDuasWbMafExDjj/+eLN79+7285tm8Af/YcOGmT179rSTd9Zz3n///U3GPOKII8zs7OyQnt/v95u5ubnm8OHDTb/fb18vLi42u3fvbo4bN86+Zn1O//CHP9SIMWLECFOSuWTJEvuaz+czu3XrViN5YX39zzrrrBqPnzVrlinJvPbaa2tcP/vss83OnTvbH69Zs6be59+xY4eZlpZmzp49275mfa988MEHNe47ZMgQ87TTTrM/XrduXb2Jhv3795uSzIULF5rheP/9901J5i233NLo/caMGWOmpaXZH0+fPt3s2bNnja/BG2+8YUoyX331VdM0TbOkpMTs3Llznc+f3+83jz76aHP06NH2Netrdccdd4R1/uqPDScBlJaWZn7//ff2tY8//tiUZObk5JglJSX29ZdfftmUZL7yyiv2tSOOOMIcOXKk6fP5asSdOnWqmZOTU+NzAgAALWAAgHajU6dOOuWUU2pce+211zRs2DCNGDFCFRUV9p/TTjut3s1hJ598sjIyMuyPe/Tooe7du2v79u2SpJKSEq1bt07Tp0+vMbA5IyNDZ511VkjnPHTokJ5//nmNGzdORxxxhCRpwoQJ6t+/v5588km7Dae6H//4xzU+PuqooyTJPpcUbMuZMWOGsrOz5XQ65XK5NGHCBEnS5s2bGz3Tddddp48//ljvvfeepGDb3D/+8Q9ddNFF6tChgyTZLUHnnHOOnn/+ee3cuTOk1zt69Gg9+eSTuvvuu/X+++/L5/M1+ZiSkhJ98MEH+ulPf2o/vyQ5nU794he/0Pfff68tW7aE9PzNtWXLFu3atUu/+MUv5HBUvaXq0KGDfvKTn+j999+v0zY3derUGh8feeSRMgxDZ5xxhn0tKSlJAwYMqPG1a+zxknTmmWfWuX7gwAG7Dey1116TYRi64IILavw9z87O1tFHH13n73l2drZGjx5d49pRRx1V75lq69y5s/r376/7779fCxYs0EcffVTv39nmMk2zRivVJZdcou+//75Gy+ATTzyh7Oxs+/O6evVqHThwQBdddFGN1x8IBHT66adr3bp1dVohf/KTn0TszI0ZMWKEDjvsMPtj62s6ceLEGnOHrOvW1+Drr7/WF198ofPPP1+SaryuKVOmaPfu3VH/HgAAtC4kgAAA7UZOTk6da3v27NHGjRvlcrlq/MnIyJBpmjXmh0hSly5d6sRISUlRaWmpJOngwYMKBALKzs6uc7/6rtXnueee06FDh3TOOeeooKBABQUFKiws1DnnnKMdO3Zo+fLldR5T+1wpKSmSZJ/r0KFDOvHEE/XBBx/o7rvv1sqVK7Vu3TotWbKkxv0aMm3aNPXt21cPPfSQpOBskpKSEl111VX2fU466SS9/PLLqqio0IUXXqiePXtq2LBheuaZZ5p8vRdddJH+/ve/a+zYsercubMuvPBC5efnN/iYgwcPyjTNer+mubm5kqQffvih0eetT+/evbVv374m5yJVj9/QGQKBQJ1tYZ07d67xcXJystxud53tbsnJySorK6sTt77HN3bdirFnzx6ZpqkePXrU+bv+/vvvh/33vDGGYejtt9/Waaedpvnz5+uYY45Rt27ddO2116q4uLjBx/Xu3VuStG3btkbjb9++Xb169bI/PuOMM5STk6MnnnhCUvDvxiuvvKILL7xQTqfTfv1ScH5T7dc/b948maapAwcO1Hie+r6u0dCSr6kk3XTTTXVe08yZMyWpztcVANC+sQUMANBu1B7AKkldu3ZtcMCydXs4OnXqJMMw6k1eNJbQqO6xxx6TJM2aNUuzZs2q9/bTTjstrHOtWLFCu3bt0sqVK+2qH0kqKCgI6fEOh0NXXXWVfvOb3+gPf/iDHn74YZ166ql11qlPmzZN06ZNU3l5ud5//33de++9mjFjhvr27auxY8fWG7tr165auHChFi5cqO+++06vvPKKbrnlFu3du9feqlRbp06d5HA4tHv37jq3WcOvw/3aSdJpp52mZcuW6dVXX9V5553X6H2tJElDZ3A4HOrUqVPYZ4iGrl27yjAMvfvuu3ZysLr6rrVEnz597L/HX375pZ5//nnl5eXJ6/XqL3/5S72PycnJ0dChQ7Vs2bIGt26tWbNGe/bs0c9+9jP7mlX19ec//1kFBQVavHixysvLdckll9j3sf4uPPDAAw1uoevRo0eNj+v79yKRWK/p1ltv1fTp0+u9T+3vTwBA+0YFEACgXZs6daq++eYbdenSRaNGjarzp7GNUfWxtvUsWbKkRgVHcXGxXn311SYfv3nzZq1Zs0Y/+clP9M4779T5c+qpp+rf//532NUt1g+ztX/Q/+tf/xpyjP/7v/9TcnKyzj//fG3ZskVXX311g/dNSUnRhAkTNG/ePEnSRx99FNJz9O7dW1dffbUmTZqkDRs2NHi/9PR0jRkzRkuWLKlRlRIIBPT000+rZ8+eGjRoUIivrMovf/lLZWdna/bs2Q22sFlVU4MHD9Zhhx2mxYsXyzRN+/aSkhK9+OKL9mawRDB16lSZpqmdO3fW+/d8+PDhYcesXWXWkEGDBun222/X8OHDG/2aStJtt92mgwcP6qabbqpzW0lJia699lq53W5df/31NW675JJLVFZWpmeeeUZPPvmkxo4da7dPStL48ePVsWNHff755/W+/lGjRtkVNq3F4MGDNXDgQH3yyScNvqbq7aoAAFABBABo12bNmqUXX3xRJ510kq6//nodddRRCgQC+u6777Rs2TLdeOONGjNmTFgx77rrLp1++umaNGmSbrzxRvn9fs2bN0/p6el12kxqs6omZs+eXWcGixRMJL399tt6+umndd1114V8pnHjxqlTp0761a9+pTvvvFMul0v//Oc/9cknn4Qco2PHjrrwwgv1yCOPqE+fPnVmGt1xxx36/vvvdeqpp6pnz54qKCjQn/70pxqzhmorLCzUySefrBkzZuiII45QRkaG1q1bp6VLlzZY1WC59957NWnSJJ188sm66aablJycrIcfflibNm3SM88806wKjqysLP373//W1KlTNXLkSF199dUaO3askpOT9dVXX+npp5/WJ598ounTp8vhcGj+/Pk6//zzNXXqVF1xxRUqLy/X/fffr4KCAt13331hP3+0jB8/XpdffrkuueQSrV+/XieddJLS09O1e/du/e9//9Pw4cN15ZVXhhWzf//+SktL0z//+U8deeSR6tChg3Jzc7V//35dffXV+tnPfqaBAwcqOTlZK1as0MaNG3XLLbc0GvPnP/+5NmzYoN///vf69ttvdemll6pHjx7asmWL/vjHP+qbb77R4sWLdfjhh9d43BFHHKGxY8fq3nvv1Y4dO/Too4/WuL1Dhw564IEHdNFFF+nAgQP66U9/qu7du2vfvn365JNPtG/fPj3yyCNhvf5E8Ne//lVnnHGGTjvtNF188cU67LDDdODAAW3evFkbNmzQCy+8EO8jAgASCAkgAEC7lp6ernfffVf33XefHn30UW3btk1paWnq3bu3fvSjH4VdASRJkyZN0ssvv6zb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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "# Extract year and month from created_at\n", + "ironhack_course_comments['year_month'] = pd.to_datetime(ironhack_course_comments['created_at']).dt.to_period('M')\n", + "\n", + "# Group by year and month to count comments\n", + "trend_analysis = ironhack_course_comments.groupby('year_month').size().reset_index(name='num_comments')\n", + "\n", + "# Plotting\n", + "plt.figure(figsize=(14, 8))\n", + "plt.plot(trend_analysis['year_month'].astype(str), trend_analysis['num_comments'], marker='o')\n", + "plt.xlabel('Year-Month')\n", + "plt.ylabel('Number of Comments')\n", + "plt.title('Trend Analysis of Comments Over Time')\n", + "plt.xticks(rotation=45)\n", + "plt.grid(True)\n", + "plt.show()" + ] + }, + { + "cell_type": "code", + "execution_count": 239, + "id": "bf9b1f08", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "C:\\Users\\guada\\AppData\\Local\\Temp\\ipykernel_11044\\3827363418.py:8: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " ironhack_comments['year_month'] = pd.to_datetime(ironhack_comments['created_at']).dt.to_period('M')\n" + ] + }, + { + "data": { + "text/html": [ + " \n", + " " + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "application/vnd.plotly.v1+json": { + "config": { + "plotlyServerURL": "https://plot.ly" + }, + "data": [ + { + "mode": "lines", + "name": "", + "type": "scatter", + "x": [ + "2016-08", + "2017-03", + "2017-04", + "2017-10", + "2017-12", + "2018-01", + "2018-02", + "2018-03", + "2018-08", + "2018-09", + "2018-10", + "2019-01", + "2019-03", + "2019-08", + "2019-09", + "2019-10", + "2019-11", + "2020-01", + "2020-03", + "2020-04", + "2020-05", + "2020-06", + "2020-07", + "2020-08", + "2020-09", + "2020-10", + "2020-11", + "2020-12", + "2021-01", + "2021-04", + "2021-06", + "2021-09", + "2021-10", + "2022-03", + "2022-05", + "2022-07", + "2022-08", + "2022-09", + "2022-10", + "2022-12", + "2023-05", + "2023-07", + "2023-10", + "2023-12", + "2024-02" + ], + "y": [ + 1, + 1, + 1, + 2, + 3, + 2, + 1, + 1, + 2, + 1, + 2, + 1, + 1, + 1, + 8, + 7, + 7, + 2, + 1, + 5, + 1, + 3, + 4, + 3, + 1, + 3, + 3, + 1, + 1, + 4, + 1, + 1, + 2, + 2, + 1, + 1, + 3, + 1, + 1, + 3, + 1, + 2, + 1, + 2, + 1 + ] + }, + { + "mode": "lines", + "name": "Cyber Security Bootcamp", + "type": "scatter", + "x": [ + "2021-12", + "2022-10", + "2023-02" + ], + "y": [ + 1, + 2, + 3 + ] + }, + { + "mode": "lines", + "name": "Cybersecurity Part-Time", + "type": "scatter", + "x": [ + "2022-10", + "2022-12", + "2023-04" + ], + "y": [ + 1, + 1, + 1 + ] + }, + { + "mode": "lines", + "name": "Data Analytics Bootcamp", + "type": "scatter", + "x": [ + "2020-03", + "2020-04", + "2020-05", + "2020-06", + "2020-07", + "2020-08", + "2020-09", + "2020-10", + "2020-11", + "2021-01", + "2021-07", + "2021-08", + "2021-09", + "2021-10", + "2021-12", + "2022-02", + "2022-03", + "2022-06", + "2022-09", + "2022-10", + "2022-11", + "2022-12", + "2023-02", + "2023-04", + "2023-11", + "2024-03" + ], + "y": [ + 1, + 18, + 1, + 2, + 4, + 1, + 2, + 1, + 3, + 1, + 1, + 3, + 1, + 1, + 1, + 1, + 1, + 3, + 2, + 1, + 2, + 3, + 2, + 2, + 1, + 1 + ] + }, + { + "mode": "lines", + "name": "Data Analytics Part-Time", + "type": "scatter", + "x": [ + "2020-04", + "2021-09", + "2021-12", + "2022-03", + "2022-06", + "2022-07", + "2022-08", + "2022-10", + "2022-12", + "2023-01", + "2023-03", + "2023-08", + "2023-09", + "2024-04" + ], + "y": [ + 1, + 1, + 1, + 2, + 1, + 1, + 3, + 1, + 6, + 2, + 1, + 1, + 2, + 1 + ] + }, + { + "mode": "lines", + "name": "Full-time UX/UI Design Bootcamp", + "type": "scatter", + "x": [ + "2017-01", + "2017-05", + "2017-06", + "2017-07", + "2017-08", + "2017-09", + "2017-10", + "2017-11", + "2017-12", + "2018-01", + "2018-02", + "2018-03", + "2018-04", + "2018-05", + "2018-06", + "2018-07", + "2018-08", + "2018-09", + "2018-10", + "2018-11", + "2018-12", + "2019-01", + "2019-02", + "2019-03", + "2019-04", + "2019-06", + "2019-07", + "2019-10", + "2019-11" + ], + "y": [ + 1, + 10, + 6, + 2, + 2, + 1, + 8, + 15, + 8, + 3, + 1, + 8, + 19, + 2, + 10, + 4, + 11, + 8, + 8, + 1, + 1, + 10, + 3, + 1, + 4, + 2, + 3, + 7, + 6 + ] + }, + { + "mode": "lines", + "name": "Full-time Web Development Bootcamp", + "type": "scatter", + "x": [ + "2019-10", + "2019-11" + ], + "y": [ + 27, + 7 + ] + }, + { + "mode": "lines", + "name": "Full-time Web Development Bootcamp ", + "type": "scatter", + "x": [ + "2014-09", + "2014-12", + "2015-07", + "2017-01", + "2017-03", + "2017-04", + "2017-05", + "2017-06", + "2017-07", + "2017-08", + "2017-09", + "2017-10", + "2017-11", + "2017-12", + "2018-01", + "2018-02", + "2018-03", + "2018-04", + "2018-05", + "2018-06", + "2018-07", + "2018-08", + "2018-09", + "2018-10", + "2018-11", + "2018-12", + "2019-01", + "2019-02", + "2019-03", + "2019-04", + "2019-05", + "2019-06", + "2019-07", + "2019-08" + ], + "y": [ + 1, + 1, + 1, + 1, + 1, + 2, + 22, + 30, + 6, + 8, + 6, + 14, + 29, + 16, + 3, + 5, + 34, + 18, + 16, + 21, + 1, + 15, + 13, + 31, + 5, + 9, + 9, + 11, + 1, + 2, + 7, + 13, + 2, + 8 + ] + }, + { + "mode": "lines", + "name": "Part-time UX/UI Design", + "type": "scatter", + "x": [ + "2019-10" + ], + "y": [ + 8 + ] + }, + { + "mode": "lines", + "name": "Part-time UX/UI Design ", + "type": "scatter", + "x": [ + "2018-03", + "2018-04", + "2018-12", + "2019-01" + ], + "y": [ + 3, + 1, + 2, + 1 + ] + }, + { + "mode": "lines", + "name": "Part-time Web Development", + "type": "scatter", + "x": [ + "2014-09", + "2014-11", + "2015-02", + "2015-03", + "2015-04", + "2015-06", + "2015-07", + "2015-08", + "2015-10", + "2015-12", + "2016-01", + "2016-02", + "2016-03", + "2016-04", + "2016-05", + "2016-06", + "2016-07", + "2016-11", + "2016-12", + "2017-03", + "2017-05", + "2017-07", + "2017-09", + "2017-10", + "2017-11", + "2018-02", + "2018-03", + "2018-04", + "2018-06", + "2018-08", + "2018-09", + "2018-10", + "2019-07", + "2019-10", + "2019-11" + ], + "y": [ + 4, + 1, + 1, + 1, + 1, + 2, + 2, + 2, + 1, + 8, + 1, + 1, + 4, + 5, + 3, + 5, + 2, + 3, + 1, + 2, + 2, + 2, + 1, + 5, + 4, + 1, + 2, + 5, + 1, + 1, + 2, + 6, + 2, + 13, + 2 + ] + }, + { + "mode": "lines", + "name": "Software Engineering", + "type": "scatter", + "x": [ + "2018-01", + "2018-02", + "2018-09", + "2019-08", + "2019-09" + ], + "y": [ + 1, + 1, + 1, + 1, + 3 + ] + }, + { + "mode": "lines", + "name": "UX/UI Design", + "type": "scatter", + "x": [ + "2018-06", + "2018-08", + "2018-12", + "2019-01", + "2019-09", + "2019-10" + ], + "y": [ + 1, + 2, + 2, + 1, + 1, + 1 + ] + }, + { + "mode": "lines", + "name": "UX/UI Design Bootcamp", + "type": "scatter", + "x": [ + "2019-11", + "2019-12", + "2020-01", + "2020-02", + "2020-03", + "2020-04", + "2020-05", + "2020-06", + "2020-07", + "2020-08", + "2020-09", + "2020-10", + "2020-11", + "2020-12", + "2021-01", + "2021-03", + "2021-04", + "2021-06", + "2021-09", + "2021-10", + "2021-11", + "2021-12", + "2022-02", + "2022-05", + "2022-06", + "2022-09", + "2022-10", + "2022-11", + "2022-12", + "2023-01", + "2023-03", + "2023-04", + "2023-06", + "2023-07", + "2023-09", + "2023-12" + ], + "y": [ + 3, + 1, + 3, + 6, + 2, + 15, + 1, + 6, + 3, + 3, + 1, + 3, + 5, + 1, + 1, + 1, + 6, + 4, + 2, + 1, + 1, + 3, + 3, + 1, + 1, + 1, + 4, + 2, + 12, + 2, + 3, + 2, + 1, + 1, + 1, + 1 + ] + }, + { + "mode": "lines", + "name": "UX/UI Design Part-Time", + "type": "scatter", + "x": [ + "2020-02", + "2020-04", + "2020-05", + "2020-06", + "2020-09", + "2020-10", + "2020-12", + "2021-02", + "2021-09", + "2022-04", + "2022-11", + "2022-12", + "2023-09" + ], + "y": [ + 1, + 8, + 2, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 2, + 1 + ] + }, + { + "mode": "lines", + "name": "Web Design", + "type": "scatter", + "x": [ + "2017-03", + "2017-12", + "2018-01", + "2018-06", + "2018-08" + ], + "y": [ + 5, + 5, + 2, + 1, + 1 + ] + }, + { + "mode": "lines", + "name": "Web Development", + "type": "scatter", + "x": [ + "2017-05", + "2017-11", + "2017-12" + ], + "y": [ + 1, + 1, + 1 + ] + }, + { + "mode": "lines", + "name": "Web Development Bootcamp", + "type": "scatter", + "x": [ + "2019-11", + "2019-12", + "2020-01", + "2020-02", + "2020-03", + "2020-04", + "2020-05", + "2020-06", + "2020-07", + "2020-08", + "2020-09", + "2020-10", + "2020-11", + "2020-12", + "2021-03", + "2021-04", + "2021-06", + "2021-07", + "2021-09", + "2021-10", + "2021-11", + "2021-12", + "2022-02", + "2022-03", + "2022-06", + "2022-07", + "2022-08", + "2022-09", + "2022-10", + "2022-11", + "2022-12", + "2023-01", + "2023-02", + "2023-03", + "2023-04", + "2023-05", + "2023-06", + "2023-07", + "2023-09", + "2023-10", + "2023-11", + "2023-12" + ], + "y": [ + 3, + 2, + 11, + 9, + 12, + 35, + 4, + 12, + 4, + 14, + 4, + 4, + 11, + 1, + 2, + 6, + 7, + 1, + 3, + 3, + 3, + 4, + 1, + 1, + 8, + 1, + 3, + 8, + 1, + 3, + 17, + 1, + 1, + 2, + 2, + 3, + 2, + 1, + 3, + 1, + 1, + 2 + ] + }, + { + "mode": "lines", + "name": "Web Development Part-Time", + "type": "scatter", + "x": [ + "2020-01", + "2020-02", + "2020-04", + "2020-05", + "2020-07", + "2020-08", + "2020-12", + "2021-01", + "2021-02", + "2021-04", + "2021-08", + "2021-09", + "2021-12", + "2022-03", + "2022-04", + "2022-05", + "2022-06", + "2022-07", + "2022-08", + "2022-10", + "2022-11", + "2022-12", + "2023-01", + "2023-05", + "2023-07", + "2023-09" + ], + "y": [ + 1, + 4, + 3, + 1, + 2, + 1, + 2, + 1, + 1, + 2, + 1, + 3, + 1, + 1, + 1, + 3, + 1, + 1, + 1, + 1, + 1, + 9, + 1, + 3, + 1, + 3 + ] + } + ], + "layout": { + "height": 600, + "template": { + "data": { + "bar": [ + { + "error_x": { + "color": "#2a3f5f" + }, + "error_y": { + "color": "#2a3f5f" + }, + "marker": { + "line": { + "color": "#E5ECF6", + "width": 0.5 + }, + "pattern": { + "fillmode": "overlay", + "size": 10, + "solidity": 0.2 + } + }, + "type": "bar" + } + ], + "barpolar": [ + { + "marker": { + "line": { + "color": "#E5ECF6", + "width": 0.5 + }, + "pattern": { + "fillmode": "overlay", + "size": 10, + "solidity": 0.2 + } + }, + "type": "barpolar" + } + ], + "carpet": [ + { + "aaxis": { + "endlinecolor": "#2a3f5f", + "gridcolor": "white", + "linecolor": "white", + "minorgridcolor": "white", + "startlinecolor": "#2a3f5f" + }, + "baxis": { + "endlinecolor": "#2a3f5f", + "gridcolor": "white", + "linecolor": "white", + "minorgridcolor": "white", + "startlinecolor": "#2a3f5f" + }, + "type": "carpet" + } + ], + "choropleth": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "type": "choropleth" + } + ], + "contour": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "colorscale": [ + [ + 0, + "#0d0887" + ], + [ + 0.1111111111111111, + "#46039f" + ], + [ + 0.2222222222222222, + "#7201a8" + ], + [ + 0.3333333333333333, + "#9c179e" + ], + [ + 0.4444444444444444, + "#bd3786" + ], + [ + 0.5555555555555556, + "#d8576b" + ], + [ + 0.6666666666666666, + "#ed7953" + ], + [ + 0.7777777777777778, + "#fb9f3a" + ], + [ + 0.8888888888888888, + "#fdca26" + ], + [ + 1, + "#f0f921" + ] + ], + "type": "contour" + } + ], + "contourcarpet": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "type": "contourcarpet" + } + ], + "heatmap": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "colorscale": [ + [ + 0, + "#0d0887" + ], + [ + 0.1111111111111111, + "#46039f" + ], + [ + 0.2222222222222222, + "#7201a8" + ], + [ + 0.3333333333333333, + "#9c179e" + ], + [ + 0.4444444444444444, + "#bd3786" + ], + [ + 0.5555555555555556, + "#d8576b" + ], + [ + 0.6666666666666666, + "#ed7953" + ], + [ + 0.7777777777777778, + "#fb9f3a" + ], + [ + 0.8888888888888888, + "#fdca26" + ], + [ + 1, + "#f0f921" + ] + ], + "type": "heatmap" + } + ], + "heatmapgl": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "colorscale": [ + [ + 0, + "#0d0887" + ], + [ + 0.1111111111111111, + "#46039f" + ], + [ + 0.2222222222222222, + "#7201a8" + ], + [ + 0.3333333333333333, + "#9c179e" + ], + [ + 0.4444444444444444, + "#bd3786" + ], + [ + 0.5555555555555556, + "#d8576b" + ], + [ + 0.6666666666666666, + "#ed7953" + ], + [ + 0.7777777777777778, + "#fb9f3a" + ], + [ + 0.8888888888888888, + "#fdca26" + ], + [ + 1, + "#f0f921" + ] + ], + "type": "heatmapgl" + } + ], + "histogram": [ + { + "marker": { + "pattern": { + "fillmode": "overlay", + "size": 10, + "solidity": 0.2 + } + }, + "type": "histogram" + } + ], + "histogram2d": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "colorscale": [ + [ + 0, + "#0d0887" + ], + [ + 0.1111111111111111, + "#46039f" + ], + [ + 0.2222222222222222, + "#7201a8" + ], + [ + 0.3333333333333333, + "#9c179e" + ], + [ + 0.4444444444444444, + "#bd3786" + ], + [ + 0.5555555555555556, + "#d8576b" + ], + [ + 0.6666666666666666, + "#ed7953" + ], + [ + 0.7777777777777778, + "#fb9f3a" + ], + [ + 0.8888888888888888, + "#fdca26" + ], + [ + 1, + "#f0f921" + ] + ], + "type": "histogram2d" + } + ], + "histogram2dcontour": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "colorscale": [ + [ + 0, + "#0d0887" + ], + [ + 0.1111111111111111, + "#46039f" + ], + [ + 0.2222222222222222, + "#7201a8" + ], + [ + 0.3333333333333333, + "#9c179e" + ], + [ + 0.4444444444444444, + "#bd3786" + ], + [ + 0.5555555555555556, + "#d8576b" + ], + [ + 0.6666666666666666, + "#ed7953" + ], + [ + 0.7777777777777778, + "#fb9f3a" + ], + [ + 0.8888888888888888, + "#fdca26" + ], + [ + 1, + "#f0f921" + ] + ], + "type": "histogram2dcontour" + } + ], + "mesh3d": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "type": "mesh3d" + } + ], + "parcoords": [ + { + "line": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "parcoords" + } + ], + "pie": [ + { + "automargin": true, + "type": "pie" + } + ], + "scatter": [ + { + "fillpattern": { + "fillmode": "overlay", + "size": 10, + "solidity": 0.2 + }, + "type": "scatter" + } + ], + "scatter3d": [ + { + "line": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scatter3d" + } + ], + "scattercarpet": [ + { + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scattercarpet" + } + ], + "scattergeo": [ + { + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scattergeo" + } + ], + "scattergl": [ + { + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scattergl" + } + ], + "scattermapbox": [ + { + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scattermapbox" + } + ], + "scatterpolar": [ + { + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scatterpolar" + } + ], + "scatterpolargl": [ + { + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scatterpolargl" + } + ], + "scatterternary": [ + { + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scatterternary" + } + ], + "surface": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "colorscale": [ + [ + 0, + "#0d0887" + ], + [ + 0.1111111111111111, + "#46039f" + ], + [ + 0.2222222222222222, + "#7201a8" + ], + [ + 0.3333333333333333, + "#9c179e" + ], + [ + 0.4444444444444444, + "#bd3786" + ], + [ + 0.5555555555555556, + "#d8576b" + ], + [ + 0.6666666666666666, + "#ed7953" + ], + [ + 0.7777777777777778, + "#fb9f3a" + ], + [ + 0.8888888888888888, + "#fdca26" + ], + [ + 1, + "#f0f921" + ] + ], + "type": "surface" + } + ], + "table": [ + { + "cells": { + "fill": { + "color": "#EBF0F8" + }, + "line": { + "color": "white" + } + }, + "header": { + "fill": { + "color": "#C8D4E3" + }, + "line": { + "color": "white" + } + }, + "type": "table" + } + ] + }, + "layout": { + "annotationdefaults": { + "arrowcolor": "#2a3f5f", + "arrowhead": 0, + "arrowwidth": 1 + }, + "autotypenumbers": "strict", + "coloraxis": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "colorscale": { + "diverging": [ + [ + 0, + "#8e0152" + ], + [ + 0.1, + "#c51b7d" + ], + [ + 0.2, + "#de77ae" + ], + [ + 0.3, + "#f1b6da" + ], + [ + 0.4, + "#fde0ef" + ], + [ + 0.5, + "#f7f7f7" + ], + [ + 0.6, + "#e6f5d0" + ], + [ + 0.7, + "#b8e186" + ], + [ + 0.8, + "#7fbc41" + ], + [ + 0.9, + "#4d9221" + ], + [ + 1, + "#276419" + ] + ], + "sequential": [ + [ + 0, + "#0d0887" + ], + [ + 0.1111111111111111, + "#46039f" + ], + [ + 0.2222222222222222, + "#7201a8" + ], + [ + 0.3333333333333333, + "#9c179e" + ], + [ + 0.4444444444444444, + "#bd3786" + ], + [ + 0.5555555555555556, + "#d8576b" + ], + [ + 0.6666666666666666, + "#ed7953" + ], + [ + 0.7777777777777778, + "#fb9f3a" + ], + [ + 0.8888888888888888, + "#fdca26" + ], + [ + 1, + "#f0f921" + ] + ], + "sequentialminus": [ + [ + 0, + "#0d0887" + ], + [ + 0.1111111111111111, + "#46039f" + ], + [ + 0.2222222222222222, + "#7201a8" + ], + [ + 0.3333333333333333, + "#9c179e" + ], + [ + 0.4444444444444444, + "#bd3786" + ], + [ + 0.5555555555555556, + "#d8576b" + ], + [ + 0.6666666666666666, + "#ed7953" + ], + [ + 0.7777777777777778, + "#fb9f3a" + ], + [ + 0.8888888888888888, + "#fdca26" + ], + [ + 1, + "#f0f921" + ] + ] + }, + "colorway": [ + "#636efa", + "#EF553B", + "#00cc96", + "#ab63fa", + "#FFA15A", + "#19d3f3", + "#FF6692", + "#B6E880", + "#FF97FF", + "#FECB52" + ], + "font": { + "color": "#2a3f5f" + }, + "geo": { + "bgcolor": "white", + "lakecolor": "white", + "landcolor": "#E5ECF6", + "showlakes": true, + "showland": true, + "subunitcolor": "white" + }, + "hoverlabel": { + "align": "left" + }, + "hovermode": "closest", + "mapbox": { + "style": "light" + }, + "paper_bgcolor": "white", + "plot_bgcolor": "#E5ECF6", + "polar": { + "angularaxis": { + "gridcolor": "white", + "linecolor": "white", + "ticks": "" + }, + "bgcolor": "#E5ECF6", + "radialaxis": { + "gridcolor": "white", + "linecolor": "white", + "ticks": "" + } + }, + "scene": { + "xaxis": { + "backgroundcolor": "#E5ECF6", + "gridcolor": "white", + "gridwidth": 2, + "linecolor": "white", + "showbackground": true, + "ticks": "", + "zerolinecolor": "white" + }, + "yaxis": { + "backgroundcolor": "#E5ECF6", + "gridcolor": "white", + "gridwidth": 2, + "linecolor": "white", + "showbackground": true, + "ticks": "", + "zerolinecolor": "white" + }, + "zaxis": { + "backgroundcolor": "#E5ECF6", + "gridcolor": "white", + "gridwidth": 2, + "linecolor": "white", + "showbackground": true, + "ticks": "", + "zerolinecolor": "white" + } + }, + "shapedefaults": { + "line": { + "color": "#2a3f5f" + } + }, + "ternary": { + "aaxis": { + "gridcolor": "white", + "linecolor": "white", + "ticks": "" + }, + "baxis": { + "gridcolor": "white", + "linecolor": "white", + "ticks": "" + }, + "bgcolor": "#E5ECF6", + "caxis": { + "gridcolor": "white", + "linecolor": "white", + "ticks": "" + } + }, + "title": { + "x": 0.05 + }, + "xaxis": { + "automargin": true, + "gridcolor": "white", + "linecolor": "white", + "ticks": "", + "title": { + "standoff": 15 + }, + "zerolinecolor": "white", + "zerolinewidth": 2 + }, + "yaxis": { + "automargin": true, + "gridcolor": "white", + "linecolor": "white", + "ticks": "", + "title": { + "standoff": 15 + }, + "zerolinecolor": "white", + "zerolinewidth": 2 + } + } + }, + "title": { + "text": "Trend Analysis of Comments Over Time" + }, + "width": 2000, + "xaxis": { + "autorange": true, + "range": [ + "2014-09-01", + "2024-04-01" + ], + "tickangle": 90, + "tickmode": "array", + "tickvals": [ + "2016-08", + "2017-03", + "2017-04", + "2017-10", + "2017-12", + "2018-01", + "2018-02", + "2018-03", + "2018-08", + "2018-09", + "2018-10", + "2019-01", + "2019-03", + "2019-08", + "2019-09", + "2019-10", + "2019-11", + "2020-01", + "2020-03", + "2020-04", + "2020-05", + "2020-06", + "2020-07", + "2020-08", + "2020-09", + "2020-10", + "2020-11", + "2020-12", + "2021-01", + "2021-04", + "2021-06", + "2021-09", + "2021-10", + "2022-03", + "2022-05", + "2022-07", + "2022-08", + "2022-09", + "2022-10", + "2022-12", + "2023-05", + "2023-07", + "2023-10", + "2023-12", + "2024-02", + "2021-12", + "2023-02", + "2023-04", + "2021-07", + "2021-08", + "2022-02", + "2022-06", + "2022-11", + "2023-11", + "2024-03", + "2023-01", + "2023-03", + "2023-08", + "2023-09", + "2024-04", + "2017-01", + "2017-05", + "2017-06", + "2017-07", + "2017-08", + "2017-09", + "2017-11", + "2018-04", + "2018-05", + "2018-06", + "2018-07", + "2018-11", + "2018-12", + "2019-02", + "2019-04", + "2019-06", + "2019-07", + "2014-09", + "2014-12", + "2015-07", + "2019-05", + "2014-11", + "2015-02", + "2015-03", + "2015-04", + "2015-06", + "2015-08", + "2015-10", + "2015-12", + "2016-01", + "2016-02", + "2016-03", + "2016-04", + "2016-05", + "2016-06", + "2016-07", + "2016-11", + "2016-12", + "2019-12", + "2020-02", + "2021-03", + "2021-11", + "2023-06", + "2021-02", + "2022-04" + ], + "title": { + "text": "Year-Month" + }, + "type": "date" + }, + "yaxis": { + "autorange": true, + "range": [ + -0.8888888888888893, + 36.888888888888886 + ], + "title": { + "text": "Number of Comments" + }, + "type": "linear" + } + } + }, + "image/png": "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MAlEDZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZBABxJgEqgDncomkQAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkACTQNQACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACXQgASaBOtCpbBIJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJMAlEDZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZBABxJgEqgDncomkQAJkAAJkAAJkAAJFJvAnr0jcvWHPinXXXWJnL1+XbEbQ+tJgARIgARIgARIgARIgARIgATaRoBJoLah541JgARIgARIgARIYPES+OEjT8i7P3CjfP5TH1qQ5PjErXfJDx55QrbceK0MrVjeUkju3p+74z752PVXyMUXnj/v3o3+1oyRd9/3gDz08GNyw4YrZHCgr1wVk0DNEOW1JEACJEACJEACJEACJEACJEACngCTQNQCCZAACZAACZAACZBAWwi45Mdd99w/L9nz5DMvyl9s+qz81cYr5ZQTjm65XT7Rc9EF585Lyji7rrr+Znlp266aCaJmDGUSutqymQAABh5JREFUqBl6vJYESIAESIAESIAESIAESIAESKARASaBqA8SIAESIAESIAESIIG2EBgbn5SPbr5N1qxeJR+86hLx///c17xibhWOS5B85Kbb5uxLrhzyq2V+8vhTc39/z2UXlutyP//3a971Vvnq//g3ufebD0k6uZNuuEsCjR4Yl9HRA/KOt7xxbpWS+/dlSwflX7/7I7nkLW+cs8/b7Op2vzNOP3leUssneH73t15X3t7N/dYedbjcetN15SSXXxGVtMOtQvrN17+6XD5puyuTbF9bnMabkgAJkAAJkAAJkAAJkAAJkAAJFIoAk0CFcheNJQESIAESIAESIIHOIuBX2GzaeKU89+L2eSuD0itkkmXdOTkuyfP3d35Nrn7X28rbqPmkj0/S+P+/c/feuaRLiJ5L9rjficetmduibXxiQjZ+/LPlBMzNt941lwRKJ7HcdenVTT6JlUzeuHts3b57bqVRo5VASdvT7Q+1hX8nARIgARIgARIgARIgARIgARIgASaBqAESIAESIAESIAESIIG2EvBbsDkj/Eofl8BxiZcN11w6b1s4n6Txq33ShruEytPPbS2vBoo5V8fX/8eX/k55Jc51V11STk65Ov2/+SRTra3r0vesleBxq39cMsmfeaTdDq7WSqm2Oo43JwESIAESIAESIAESIAESIAESyD0BJoFy7yIaSAIkQAIkQAIkQAKdTcAnTl67ft3cVm7JM3jSrU+uqqlVzm/55lbw+ESOWznkf+lrktuzJZNM5VU9X/lW+TJ3RtGqlcvL9fkkkEvmfPGe++edHeTKujrcSqKLLzy/vDLooYcfm1eGSaDO1jNbRwIkQAIkQAIkQAIkQAIkQAJ5IsAkUJ68QVtIgARIgARIgARIYBESqLXCpdYqmzQav9Va8pygZNKlXhKoEeJkEiidnEpvN8ck0CIUK5tMAiRAAiRAAiRAAiRAAiRAAgUjwCRQwRxGc0mABEiABEiABEig0wjUSgJptnJLrrjxTLJMArk6v3H/D+RlJx1b3pIunQTKaju4WsmkWu3ndnCdpny2hwRIgARIgARIgARIgARIgATsCTAJZM+YdyABEiABEiABEiABEmhAoF5ywyV57vvX78utN103dy6QS5i4M3rcVmvu71u3757bas1v83bWK08t/1uzK4HSJqeTQN7uNatXzW1jV95C7p77G573k94Ozv3/jZs+O6+dTALxkSEBEiABEiABEiABEiABEiABEsiCAJNAWVBkHSRAAiRAAiRAAiRAAtEEGq1w8Vu++cqT5/f46+795kPlP7uzgM58xSny6GNPtiQJ5O6ZtuGM00+eSwC5v2vOBHLlXELrc3fcV27Hx66/Qn7z9a9ecJ4RVwJFS4wXkgAJkAAJkAAJkAAJkAAJkMCiJcAk0KJ1PRtOAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiTQyQSYBOpk77JtJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACi5YAk0CL1vVsOAmQAAmQAAmQAAmQAAmQAAmQAAmQAAmQAAmQAAmQAAmQQCcTYBKok73LtpEACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACSxaAkwCLVrXs+EkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAKdTIBJoE72LttGAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiSwaAkwCbRoXc+GkwAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJdDIBJoE62btsGwmQAAmQAAmQAAmQAAmQAAmQAAmQAAmQAAmQAAmQAAmQwKIlwCTQonU9G04CJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJNDJBJgE6mTvsm0kQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAKLlgCTQIvW9Ww4CZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZBAJxNgEqiTvcu2kQAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJLFoC/x//5wYu3oxMkQAAAABJRU5ErkJggg==", + "text/html": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import plotly.graph_objs as go\n", + "\n", + "# Create a time-series plot of comments over time\n", + "# Step 1: Filter for Ironhack comments\n", + "ironhack_comments = comments[comments['school_name'].str.lower() == 'ironhack']\n", + "\n", + "# Step 2: Create a new column for year_month from the created_at column\n", + "ironhack_comments['year_month'] = pd.to_datetime(ironhack_comments['created_at']).dt.to_period('M')\n", + "\n", + "# Step 3: Group by course_name and year_month to count the number of comments\n", + "trend_analysis1 = ironhack_comments.groupby(['program', 'year_month']).size().reset_index(name='num_comments')\n", + "\n", + "# Step 4: Plot the time-series data using Plotly\n", + "fig = go.Figure()\n", + "for course in trend_analysis1['program'].unique():\n", + " course_data = trend_analysis1[trend_analysis1['program'] == course]\n", + " fig.add_trace(go.Scatter(x=course_data['year_month'].astype(str), y=course_data['num_comments'], mode='lines', name=course))\n", + "\n", + "fig.update_layout(\n", + " title='Trend Analysis of Comments Over Time',\n", + " xaxis_title='Year-Month',\n", + " yaxis_title='Number of Comments',\n", + " xaxis=dict(tickmode='array', tickvals=[str(x) for x in trend_analysis1['year_month'].unique()], tickangle=90),\n", + " width=2000, \n", + " height=600\n", + ")\n", + "fig.show()" + ] + }, + { + "cell_type": "markdown", + "id": "1ae86828-8e26-4048-9e77-1bd57bc17940", + "metadata": {}, + "source": [ + "## Price Comparison Analysis\n", + "\n", + "**Price Comparison Analysis**\n", + "**Objective**: Compare the pricing of Ironhack's courses with its competitors.\n", + "\n", + "Analysis Steps:\n", + "\n", + "- Average Price Comparison:\n", + "Compare the price_min and price_max for each school.\n", + "- Price Range Analysis:\n", + "Analyze and visualize the price ranges of courses offered by Ironhack versus competitors." + ] + }, + { + "cell_type": "code", + "execution_count": 248, + "id": "310d9ff1-463d-4295-8248-f5060887876f", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAA2QAAAKZCAYAAADXk+i7AAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy81sbWrAAAACXBIWXMAAA9hAAAPYQGoP6dpAAD5E0lEQVR4nOzde3zP9f//8fvbZrONvR23WUYSwhyKYiRnI4ccOqqFSkrIBxVJVopKoSipyCnRgQo1h0jJWalEfSjCpznEbI7bbI/fH357ffc2JI3XcLteLrtc9n69nu/3+/F6H1/39/P5er48ZmYCAAAAAFxw+dwuAAAAAAAuVwQyAAAAAHAJgQwAAAAAXEIgAwAAAACXEMgAAAAAwCUEMgAAAABwCYEMAAAAAFxCIAMAAAAAlxDIAAAAAMAlBDIAyAWTJk2Sx+Nx/vz9/VWqVCl17dpV//vf/87qNrp06aIrr7zy/BZ6Gr///rt69uypChUqKCgoSMHBwapSpYqeeuqps67/YhYfHy+Px+N2Gf/atm3b1KpVKxUtWlQej0d9+vQ5bdsrr7zS5zVboEABXX311erbt6/++uuv81rnxo0bFR8fr23btp3X+wGAi4HHzMztIgDgYjdp0iR17dpV7777rq655hodPXpUX3/9tYYPH67IyEj99NNPCgkJOeNt/Pbbb0pJSdG11157gao+Ye7cubrzzjtVvHhx9ezZU9dee608Ho9++uknTZw4Ufny5dP3339/QWu60Hbu3KmdO3eqTp06bpfyr7Rv317ffPON3nnnHUVERKhkyZIqU6bMKdteeeWVKlWqlF5++WVJ0tGjR7V27VrFx8erUqVKWrt27Xmr86OPPtJtt92mJUuWqGHDhuftfgDgYuDvdgEAcCmJjo5WrVq1JEmNGjVSRkaGhg4dqk8++UR33333Ka9z5MgRBQcHq1y5cheyVEnS1q1bdeedd6pChQpasmSJvF6vs65x48bq3bu3Zs+efcHrulCyHvtSpUqpVKlSbpfzr23YsEE33HCD2rVrd1btCxcu7BNCGzVqpIMHD2ro0KH673//qwoVKpynSgEAWRiyCADnUdbO7h9//CHpxLDEggUL6qefflLz5s1VqFAhNWnSxFl38pDFzMxMjRkzRjVq1FBQUJCzA/3ZZ5/5tJs5c6ZiYmIUEhKiggULKjY29qx6tUaOHKnDhw/rjTfe8AljWTwejzp06OCzbOLEiapevboKFCigokWLqn379tq0aZNPm6zt/OWXXxQbG6uQkBCVLFlSL7zwgiRp5cqVuvHGGxUSEqIKFSpo8uTJPtfPGgK6cOFCde3aVUWLFlVISIjatGmj33//3aftwoULdcstt6hUqVLOsLvu3bvnGHaXNSzxu+++06233qoiRYo4IfhUQxYXL16shg0bqlixYgoKClLp0qXVsWNHHTlyxGmzf/9+9ejRQ1dccYUCAgJ01VVXadCgQUpNTc3xOPbs2VNTp05VpUqVFBwcrOrVq2vu3LmnfW6y2759u+655x6FhYUpMDBQlSpV0iuvvKLMzExJ0ldffSWPx6MtW7boiy++cIYhnsuQwKzXQf78+X2Wf/bZZ4qJiVFwcLAKFSqkZs2aacWKFTmuv2zZMjVp0kSFChVScHCw6tatq3nz5jnrJ02apNtuu03SiQCYVeukSZOcNgkJCWrSpIm8Xq+Cg4NVqVIlDR8+3Fm/du1a3XnnnbryyisVFBSkK6+8UnfddZfzPst+Xx6PR4sXL1a3bt1UrFgxhYaG6t5779Xhw4e1a9cu3X777SpcuLBKliyp/v37Kz093bn+tm3b5PF49NJLL+n5559X6dKlVaBAAdWqVUtffvmlz33t3btXDz74oKKiohQYGKgSJUqoXr16WrRo0T98BgBcbghkAHAebdmyRZJUokQJZ1laWpratm2rxo0b69NPP9Uzzzxz2ut36dJFjz76qK6//nrNnDlTM2bMUNu2bX12tIcNG6a77rpLlStX1gcffKCpU6fq4MGDql+/vjZu3HjG+hYsWKDw8PCzHqo3fPhw3X///apSpYpmzZqlV199VT/++KNiYmK0efNmn7bp6enq0KGDWrVqpU8//VQtW7bUwIED9eSTT6pz58667777NHv2bFWsWFFdunTRunXrctzf/fffr3z58mn69OkaPXq0Vq9erYYNG+rAgQNOm99++00xMTEaN26cFixYoKefflqrVq3SjTfe6LNznaVDhw66+uqr9eGHH+rNN9885XZmHYsVEBCgiRMnKiEhQS+88IJCQkKUlpYmSTp27JgaNWqkKVOmqG/fvpo3b57uuecevfTSSzlCrCTNmzdPY8eO1bPPPquPP/7YCbMnB8yT7d27V3Xr1tWCBQs0dOhQffbZZ2ratKn69++vnj17SpKuu+46rVixQhEREapXr55WrFihFStWqGTJkme8bTPT8ePHdfz4cR06dEhLlizR6NGjVa9ePZUtW9ZpN336dN1yyy0KDQ3V+++/rwkTJigpKUkNGzbUsmXLnHZLly5V48aNlZycrAkTJuj9999XoUKF1KZNG82cOVOS1KpVKw0bNkyS9Prrrzu1tmrVSpI0YcIE3XzzzcrMzNSbb76pOXPmqHfv3tq5c6fP81OxYkWNHj1a8+fP14svvqjExERdf/31pzz+7YEHHpDX69WMGTP01FNPafr06erWrZtatWql6tWr66OPPlLnzp31yiuvaMyYMTmuP3bsWCUkJGj06NGaNm2a8uXLp5YtW/oE0ri4OH3yySd6+umntWDBAr3zzjtq2rSp9u3bd8bnAABkAIB/7d133zVJtnLlSktPT7eDBw/a3LlzrUSJElaoUCHbtWuXmZl17tzZJNnEiRNz3Ebnzp2tTJkyzuWvv/7aJNmgQYNOe7/bt283f39/69Wrl8/ygwcPWkREhN1+++1nrLtAgQJWp06ds9rGpKQkCwoKsptvvjlHDYGBgdapUyefbZFkH3/8sbMsPT3dSpQoYZLsu+++c5bv27fP/Pz8rG/fvs6yrMezffv2Pvf17bffmiR77rnnTlljZmampaen2x9//GGS7NNPP3XWDRkyxCTZ008/neN6WeuyfPTRRybJ1q9ff9rH48033zRJ9sEHH/gsf/HFF02SLViwwFkmycLDwy0lJcVZtmvXLsuXL58NHz78tPdhZjZgwACTZKtWrfJZ/vDDD5vH47Fff/3VWVamTBlr1arVGW8ve1tJOf5uuOEGS0xMdNplZGRYZGSkVa1a1TIyMpzlBw8etLCwMKtbt66zrE6dOhYWFmYHDx50lh0/ftyio6OtVKlSlpmZaWZmH374oUmyJUuW+NR08OBBCw0NtRtvvNFpezaOHz9uhw4dspCQEHv11Ved5Vmvo5PfH+3atTNJNnLkSJ/lNWrUsOuuu865vHXrVpNkkZGRdvToUWd5SkqKFS1a1Jo2beosK1iwoPXp0+esawaALPSQAUAuqlOnjvLnz69ChQqpdevWioiI0BdffKHw8HCfdh07dvzb2/riiy8kSY888shp28yfP1/Hjx/Xvffe6/R0HD9+XAUKFFCDBg301Vdf/avtyW7FihU6evSounTp4rM8KipKjRs3zjGEy+Px6Oabb3Yu+/v76+qrr1bJkiV9Ji4pWrSowsLCcgw3k5TjuLu6deuqTJkyWrJkibNsz549euihhxQVFSV/f3/lz5/fmcji5KGU0tk99jVq1FBAQIAefPBBTZ48+ZS9WIsXL1ZISIhuvfVWn+VZj8/Jj0ejRo1UqFAh53J4ePhpt/vk+6lcubJuuOGGHPdjZlq8ePHfbs/p3HjjjVqzZo3WrFmjb7/9VhMmTNDevXvVuHFjp6fp119/1Z9//qm4uDjly/d/uw0FCxZUx44dtXLlSh05ckSHDx/WqlWrdOutt6pgwYJOOz8/P8XFxWnnzp369ddfz1jP8uXLlZKSoh49epxx1stDhw7piSee0NVXXy1/f3/5+/urYMGCOnz48Cmf89atW/tcrlSpkiQ5vXLZl5/q+ejQoYMKFCjgXM7q9fv666+VkZEhSbrhhhs0adIkPffcc1q5cuUpe2cB4FSY1AMActGUKVNUqVIl+fv7Kzw8/JRDxoKDgxUaGvq3t7V37175+fkpIiLitG12794tSbr++utPuT77DvSplC5dWlu3bv3bWiQ5Q69OtU2RkZFauHChz7Lg4GCfnVhJCggIUNGiRXNcPyAgQMeOHcux/FTbHhER4dSSmZmp5s2b688//9TgwYNVtWpVhYSEKDMzU3Xq1NHRo0dzXP/vhvFJUrly5bRo0SK99NJLeuSRR3T48GFdddVV6t27tx599FFJJx6PiIiIHMEhLCxM/v7+OYaqFStWLMf9BAYGnrLG7Pbt23fK0yFERkY668+V1+t1JqGRTgTeypUrKyYmRq+88oqGDx/+t897ZmamkpKSZGYys9O2O5ta9+7dK0l/O8FKp06d9OWXX2rw4MG6/vrrFRoa6vwAcKrH8+TXXEBAwGmX/5PXYVpamg4dOiSv16uZM2fqueee0zvvvKPBgwerYMGCat++vV566aUzvocBgEAGALmoUqVKPju4p3K257sqUaKEMjIytGvXrtOGiOLFi0s6MY346aY3P5PY2FiNGTNGK1eu/NvjyLICRWJiYo51f/75p1NLbtq1a9cpl1199dWSTswq+MMPP2jSpEnq3Lmz0ybr2L1TOdvHv379+qpfv74yMjK0du1ajRkzRn369FF4eLjuvPNOFStWTKtWrZKZ+dzmnj17dPz48Vx7PIoVK3bax1xSrj/u1apVkyT98MMPzv1Lp3/e8+XLpyJFisjMlC9fvn9Va9axltmPFztZcnKy5s6dqyFDhmjAgAHO8tTUVO3fv/+Mt3+uTvc6DAgIcHoDixcvrtGjR2v06NHavn27PvvsMw0YMEB79uxRQkLCeakLwKWBIYsAkEe1bNlSkjRu3LjTtomNjZW/v79+++031apV65R/Z/Kf//xHISEh6tGjh5KTk3OsNzNn2vuYmBgFBQVp2rRpPm127typxYsXO7NF5qb33nvP5/Ly5cv1xx9/OOeuygpCgYGBPu3Gjx+fazX4+fmpdu3aev311yVJ3333nSSpSZMmOnTokD755BOf9lOmTHHW54YmTZpo48aNzv1mvx+Px6NGjRrlyv1kWb9+vaQTPX2SVLFiRV1xxRWaPn26LNupSw8fPqyPP/7YmXkxJCREtWvX1qxZs3x6qTIzMzVt2jSVKlXKmUY/6/k6uTerbt268nq9evPNN33uKzuPxyMzy/Gcv/POO87wwdw2a9Ysn56zgwcPas6cOapfv778/PxytC9durR69uypZs2a5XjeAOBk9JABQB5Vv359xcXF6bnnntPu3bvVunVrBQYG6vvvv1dwcLB69eqlK6+8Us8++6wGDRqk33//XS1atFCRIkW0e/durV69WiEhIWecxbFs2bKaMWOG7rjjDtWoUcM5MbQkbdy4URMnTpSZqX379ipcuLAGDx6sJ598Uvfee6/uuusu7du3T88884wKFCigIUOG5PpjsHbtWj3wwAO67bbbtGPHDg0aNEhXXHGFevToIUm65pprVK5cOQ0YMEBmpqJFi2rOnDk5hk/+U2+++aYWL16sVq1aqXTp0jp27JgmTpwoSWratKkk6d5779Xrr7+uzp07a9u2bapataqWLVumYcOG6eabb3ba/Vv/+c9/NGXKFLVq1UrPPvusypQpo3nz5umNN97Qww8//K/OFXbgwAGtXLlS0olZMTdt2qRhw4YpMDDQOXYxX758eumll3T33XerdevW6t69u1JTUzVixAgdOHDAOZWBdGIWzmbNmqlRo0bq37+/AgIC9MYbb2jDhg16//33nQAdHR0tSXrrrbdUqFAhFShQQGXLllWxYsX0yiuv6IEHHlDTpk3VrVs3hYeHa8uWLfrhhx80duxYhYaG6qabbtKIESNUvHhxXXnllVq6dKkmTJigwoULn/Nj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8sADDyg4OFgjRozQ448/rpCQEFWtWtXnlAIXgsdOHgiKc5aSkiKv16vk5OQ8+0bCZYAeMgDAZerYsWPaunWrypYtqwIFCrhdDi4DZ3rNnW024DxkAAAAAOASAhkAAAAAuIRABgAAAAAuIZABAAAAgEsIZAAAAADgEgIZAAAAALiEQAYAAAAALiGQAQAAAIBLCGQAAAAA4BICGQAAAHCZufLKKzV69Gi3yzjvLobt9He7AAAAAOC8ivde4PtL/kfNu3TposmTJ6t79+568803fdb16NFD48aNU+fOnTVp0qRcK3HNmjUKCQnJtds73xo2bKilS5dKkgICAlSmTBl16dJFTzzxhPz8/E57vYthO+khAwAAAFwWFRWlGTNm6OjRo86yY8eO6f3331fp0qVz/f5KlCih4ODgXL/d86lbt25KTEzUr7/+qt69e+upp57Syy+/fMq2aWlpki6O7SSQAQAAAC677rrrVLp0ac2aNctZNmvWLEVFRenaa6/1aZuQkKAbb7xRhQsXVrFixdS6dWv99ttvzvopU6aoYMGC2rx5s7OsV69eqlChgg4fPiwp51A+j8ej8ePHq3Xr1goODlalSpW0YsUKbdmyRQ0bNlRISIhiYmJ87qdLly5q166dT219+vRRw4YNncsNGzZUr1691KdPHxUpUkTh4eF66623dPjwYXXt2lWFChVSuXLl9MUXX/ztYxQcHKyIiAhdeeWV6tmzp5o0aaJPPvnEp5bhw4crMjJSFSpUOOV2HjhwQA8++KDCw8NVoEABRUdHa+7cuc765cuX66abblJQUJCioqLUu3dv5zE7XwhkAAAAQB7QtWtXvfvuu87liRMn6r777svR7vDhw+rbt6/WrFmjL7/8Uvny5VP79u2VmZkpSbr33nt188036+6779bx48eVkJCg8ePH67333jvj8L2hQ4fq3nvv1fr163XNNdeoU6dO6t69uwYOHKi1a9dKknr27PmPt2vy5MkqXry4Vq9erV69eunhhx/Wbbfdprp16+q7775TbGys4uLidOTIkX90u0FBQUpPT3cuf/nll9q0aZMWLlzoE7KyZGZmqmXLllq+fLmmTZumjRs36oUXXnCGPP7000+KjY1Vhw4d9OOPP2rmzJlatmzZOW3zP8ExZAAAAEAeEBcXp4EDB2rbtm3yeDz69ttvNWPGDH311Vc+7Tp27OhzecKECQoLC9PGjRsVHR0tSRo/fryqVaum3r17a9asWRoyZIiuv/76M95/165ddfvtt0uSnnjiCcXExGjw4MGKjY2VJD366KPq2rXrP96u6tWr66mnnpIkDRw4UC+88IKKFy+ubt26SZKefvppjRs3Tj/++KPq1Knzt7eXmZmpBQsWaP78+erTp4+zPCQkRO+8844CAgJOeb1FixZp9erV2rRpk9ODdtVVVznrR4wYoU6dOjm3Wb58eb322mtq0KCBxo0bpwIFCvzjbT8bBDIAAAAgDyhevLhatWqlyZMny8zUqlUrFS9ePEe73377TYMHD9bKlSv1119/OT1j27dvdwJZkSJFNGHCBMXGxqpu3boaMGDA395/tWrVnP/Dw8MlSVWrVvVZduzYMaWkpCg0NPSstyv77fr5+alYsWI5bleS9uzZc8bbeeONN/TOO+84x4fFxcVpyJAhzvqqVaueNoxJ0vr161WqVCknjJ1s3bp12rJli9577z1nmZkpMzNTW7duVaVKlc5Y37kikAEAAAB5xH333ecMkXv99ddP2aZNmzaKiorS22+/rcjISGVmZio6OtoJKlm+/vpr+fn56c8//9Thw4f/NkTlz5/f+d/j8Zx2WVYAzJcvn8zM5zayDyE81e1m3c6Zbvd07r77bg0aNEiBgYGKjIzMMbvi382mGBQUdMb1mZmZ6t69u3r37p1j3fmYWCULx5ABAAAAeUSLFi2UlpamtLQ0Z6hgdvv27dOmTZv01FNPqUmTJqpUqZKSkpJytFu+fLleeuklzZkzR6GhoerVq1eu11qiRAklJib6LFu/fn2u308Wr9erq6++WlFRUWec6v50qlWrpp07d+q///3vKddfd911+vnnn3X11Vfn+DtTz9u/RSADAAAA8gg/Pz9t2rRJmzZtOmXoKFKkiIoVK6a33npLW7Zs0eLFi9W3b1+fNgcPHlRcXJx69eqlli1bavr06frggw/04Ycf5mqtjRs31tq1azVlyhRt3rxZQ4YM0YYNG3L1PnJTgwYNdNNNN6ljx45auHChtm7dqi+++EIJCQmSThw3t2LFCj3yyCNav369Nm/erM8+++y8hNnsCGQAAABAHhIaGnra4YX58uXTjBkztG7dOkVHR+s///mPRowY4dPm0UcfVUhIiIYNGyZJqlKlil588UU99NBD+t///pdrdcbGxmrw4MF6/PHHdf311+vgwYO69957c+32z4ePP/5Y119/ve666y5VrlxZjz/+uDIyMiSd6EFbunSpNm/erPr16+vaa6/V4MGDVbJkyfNak8dOHviJc5aSkiKv16vk5OR/dKAjkKvivW5XIMUnu10BAOAydOzYMW3dulVly5Y9bzPiAdmd6TV3ttmAHjIAAAAAcAmBDAAAAABcQiADAAAAAJcQyAAAAADAJQQyAAAAXFKYsw4XSm681ghkAAAAuCTkz59fknTkyBGXK8HlIuu1lvXaOxf+uVUMAAAA4CY/Pz8VLlxYe/bskSQFBwfL4/G4XBUuRWamI0eOaM+ePSpcuPApT+J9tghkAAAAuGRERERIkhPKgPOpcOHCzmvuXBHIAAAAcMnweDwqWbKkwsLClJ6e7nY5uITlz5//X/WMZSGQAQAA4JLj5+eXKzvLwPnGpB4AAAAA4BICGQAAAAC4hEAGAAAAAC4hkAEAAACASwhkAAAAAOASAhkAAAAAuIRABgAAAAAuIZABAAAAgEsIZAAAAADgEgIZAAAAALiEQAYAAAAALnE1kI0bN07VqlVTaGioQkNDFRMToy+++MJZb2aKj49XZGSkgoKC1LBhQ/38888+t5GamqpevXqpePHiCgkJUdu2bbVz506fNklJSYqLi5PX65XX61VcXJwOHDjg02b79u1q06aNQkJCVLx4cfXu3VtpaWnnbdsBAAAAwNVAVqpUKb3wwgtau3at1q5dq8aNG+uWW25xQtdLL72kkSNHauzYsVqzZo0iIiLUrFkzHTx40LmNPn36aPbs2ZoxY4aWLVumQ4cOqXXr1srIyHDadOrUSevXr1dCQoISEhK0fv16xcXFOeszMjLUqlUrHT58WMuWLdOMGTP08ccfq1+/fhfuwQAAAABw2fGYmbldRHZFixbViBEjdN999ykyMlJ9+vTRE088IelEb1h4eLhefPFFde/eXcnJySpRooSmTp2qO+64Q5L0559/KioqSp9//rliY2O1adMmVa5cWStXrlTt2rUlSStXrlRMTIx++eUXVaxYUV988YVat26tHTt2KDIyUpI0Y8YMdenSRXv27FFoaOhZ1Z6SkiKv16vk5OSzvg6Q6+K9blcgxSe7XQEAAICrzjYb5JljyDIyMjRjxgwdPnxYMTEx2rp1q3bt2qXmzZs7bQIDA9WgQQMtX75ckrRu3Tqlp6f7tImMjFR0dLTTZsWKFfJ6vU4Yk6Q6derI6/X6tImOjnbCmCTFxsYqNTVV69atO6/bDQAAAODy5e92AT/99JNiYmJ07NgxFSxYULNnz1blypWdsBQeHu7TPjw8XH/88YckadeuXQoICFCRIkVytNm1a5fTJiwsLMf9hoWF+bQ5+X6KFCmigIAAp82ppKamKjU11bmckpJytpsNAAAAAO73kFWsWFHr16/XypUr9fDDD6tz587auHGjs97j8fi0N7Mcy052cptTtT+XNicbPny4M1GI1+tVVFTUGesCAAAAgOxcD2QBAQG6+uqrVatWLQ0fPlzVq1fXq6++qoiICEnK0UO1Z88epzcrIiJCaWlpSkpKOmOb3bt357jfvXv3+rQ5+X6SkpKUnp6eo+csu4EDByo5Odn527Fjxz/cegAAAACXM9cD2cnMTKmpqSpbtqwiIiK0cOFCZ11aWpqWLl2qunXrSpJq1qyp/Pnz+7RJTEzUhg0bnDYxMTFKTk7W6tWrnTarVq1ScnKyT5sNGzYoMTHRabNgwQIFBgaqZs2ap601MDDQmbI/6w8AAAAAzparx5A9+eSTatmypaKionTw4EHNmDFDX331lRISEuTxeNSnTx8NGzZM5cuXV/ny5TVs2DAFBwerU6dOkiSv16v7779f/fr1U7FixVS0aFH1799fVatWVdOmTSVJlSpVUosWLdStWzeNHz9ekvTggw+qdevWqlixoiSpefPmqly5suLi4jRixAjt379f/fv3V7du3QhZAAAAAM4bVwPZ7t27FRcXp8TERHm9XlWrVk0JCQlq1qyZJOnxxx/X0aNH1aNHDyUlJal27dpasGCBChUq5NzGqFGj5O/vr9tvv11Hjx5VkyZNNGnSJPn5+Tlt3nvvPfXu3duZjbFt27YaO3ass97Pz0/z5s1Tjx49VK9ePQUFBalTp056+eWXL9AjAQAAAOBylOfOQ3Yx4zxkyBM4DxkAAIDrLrrzkAEAAADA5YZABgAAAAAuIZABAAAAgEsIZAAAAADgEgIZAAAAALiEQAYAAAAALiGQAQAAAIBLCGQAAAAA4BICGQAAAAC4hEAGAAAAAC4hkAEAAACASwhkAAAAAOASAhkAAAAAuIRABgAAAAAuIZABAAAAgEsIZAAAAADgEgIZAAAAALiEQAYAAAAALiGQAQAAAIBLCGQAAAAA4BICGQAAAAC4hEAGAAAAAC4hkAEAAACASwhkAAAAAOASAhkAAAAAuIRABgAAAAAuIZABAAAAgEsIZAAAAADgEgIZAAAAALiEQAYAAAAALiGQAQAAAIBLCGQAAAAA4BICGQAAAAC4hEAGAAAAAC4hkAEAAACASwhkAAAAAOASAhkAAAAAuIRABgAAAAAuIZABAAAAgEsIZAAAAADgEgIZAAAAALiEQAYAAAAALiGQAQAAAIBLCGQAAAAA4BICGQAAAAC4hEAGAAAAAC4hkAEAAACASwhkAAAAAOASAhkAAAAAuIRABgAAAAAuIZABAAAAgEsIZAAAAADgEgIZAAAAALiEQAYAAAAALnE1kA0fPlzXX3+9ChUqpLCwMLVr106//vqrT5suXbrI4/H4/NWpU8enTWpqqnr16qXixYsrJCREbdu21c6dO33aJCUlKS4uTl6vV16vV3FxcTpw4IBPm+3bt6tNmzYKCQlR8eLF1bt3b6WlpZ2XbQcAAAAAVwPZ0qVL9cgjj2jlypVauHChjh8/rubNm+vw4cM+7Vq0aKHExETn7/PPP/dZ36dPH82ePVszZszQsmXLdOjQIbVu3VoZGRlOm06dOmn9+vVKSEhQQkKC1q9fr7i4OGd9RkaGWrVqpcOHD2vZsmWaMWOGPv74Y/Xr1+/8PggAAAAALlseMzO3i8iyd+9ehYWFaenSpbrpppskneghO3DggD755JNTXic5OVklSpTQ1KlTdccdd0iS/vzzT0VFRenzzz9XbGysNm3apMqVK2vlypWqXbu2JGnlypWKiYnRL7/8oooVK+qLL75Q69attWPHDkVGRkqSZsyYoS5dumjPnj0KDQ392/pTUlLk9XqVnJx8Vu2B8yLe63YFUnyy2xUAAAC46myzQZ46hiw5+cROXNGiRX2Wf/XVVwoLC1OFChXUrVs37dmzx1m3bt06paenq3nz5s6yyMhIRUdHa/ny5ZKkFStWyOv1OmFMkurUqSOv1+vTJjo62gljkhQbG6vU1FStW7cu9zcWAAAAwGXP3+0CspiZ+vbtqxtvvFHR0dHO8pYtW+q2225TmTJltHXrVg0ePFiNGzfWunXrFBgYqF27dikgIEBFihTxub3w8HDt2rVLkrRr1y6FhYXluM+wsDCfNuHh4T7rixQpooCAAKfNyVJTU5WamupcTklJObeNBwAAAHBZyjOBrGfPnvrxxx+1bNkyn+VZwxAlKTo6WrVq1VKZMmU0b948dejQ4bS3Z2byeDzO5ez//5s22Q0fPlzPPPPM6TcKAAAAAM4gTwxZ7NWrlz777DMtWbJEpUqVOmPbkiVLqkyZMtq8ebMkKSIiQmlpaUpKSvJpt2fPHqfHKyIiQrt3785xW3v37vVpc3JPWFJSktLT03P0nGUZOHCgkpOTnb8dO3ac3QYDAAAAgFwOZGamnj17atasWVq8eLHKli37t9fZt2+fduzYoZIlS0qSatasqfz582vhwoVOm8TERG3YsEF169aVJMXExCg5OVmrV6922qxatUrJyck+bTZs2KDExESnzYIFCxQYGKiaNWuespbAwECFhob6/AEAAADA2XJ1lsUePXpo+vTp+vTTT1WxYkVnudfrVVBQkA4dOqT4+Hh17NhRJUuW1LZt2/Tkk09q+/bt2rRpkwoVKiRJevjhhzV37lxNmjRJRYsWVf/+/bVv3z6tW7dOfn5+kk4ci/bnn39q/PjxkqQHH3xQZcqU0Zw5cySdmPa+Ro0aCg8P14gRI7R//3516dJF7dq105gxY85qe5hlEXkCsywCAAC47qKYZXHcuHFKTk5Ww4YNVbJkSedv5syZkiQ/Pz/99NNPuuWWW1ShQgV17txZFSpU0IoVK5wwJkmjRo1Su3btdPvtt6tevXoKDg7WnDlznDAmSe+9956qVq2q5s2bq3nz5qpWrZqmTp3qrPfz89O8efNUoEAB1atXT7fffrvatWunl19++cI9IAAAAAAuK3nqPGQXO3rIkCfQQwYAAOC6i6KHDAAAAAAuZwQyAAAAAHAJgQwAAAAAXEIgAwAAAACXEMgAAAAAwCUEMgAAAABwCYEMAAAAAFxCIAMAAAAAlxDIAAAAAMAlBDIAAAAAcAmBDAAAAABcQiADAAAAAJcQyAAAAADAJQQyAAAAAHAJgQwAAAAAXEIgAwAAAACXEMgAAAAAwCUEMgAAAABwCYEMAAAAAFxCIAMAAAAAlxDIAAAAAMAlBDIAAAAAcAmBDAAAAABcQiADAAAAAJcQyAAAAADAJQQyAAAAAHAJgQwAAAAAXEIgAwAAAACXEMgAAAAAwCUEMgAAAABwib/bBQC4TMV73a5Aik92uwIAAHCZo4cMAAAAAFxCIAMAAAAAlzBkEQCAi1FeGPYrMfQXAP4lesgAAAAAwCUEMgAAAABwCYEMAAAAAFxCIAMAAAAAlxDIAAAAAMAlBDIAAAAAcAmBDAAAAABcQiADAAAAAJdwYmgAOJO8cPJdTrwLAMAlix4yAAAAAHAJgQwAAAAAXEIgAwAAAACXEMgAAAAAwCUEMgAAAABwCYEMAAAAAFxCIAMAAAAAlxDIAAAAAMAlBDIAAAAAcIm/2wXgPIr3ul2BFJ/sdgUAAABAnkUPGQAAAAC4xNVANnz4cF1//fUqVKiQwsLC1K5dO/36668+bcxM8fHxioyMVFBQkBo2bKiff/7Zp01qaqp69eql4sWLKyQkRG3bttXOnTt92iQlJSkuLk5er1der1dxcXE6cOCAT5vt27erTZs2CgkJUfHixdW7d2+lpaWdl20HAAAAAFcD2dKlS/XII49o5cqVWrhwoY4fP67mzZvr8OHDTpuXXnpJI0eO1NixY7VmzRpFRESoWbNmOnjwoNOmT58+mj17tmbMmKFly5bp0KFDat26tTIyMpw2nTp10vr165WQkKCEhAStX79ecXFxzvqMjAy1atVKhw8f1rJlyzRjxgx9/PHH6tev34V5MAAAAABcdlw9hiwhIcHn8rvvvquwsDCtW7dON910k8xMo0eP1qBBg9ShQwdJ0uTJkxUeHq7p06ere/fuSk5O1oQJEzR16lQ1bdpUkjRt2jRFRUVp0aJFio2N1aZNm5SQkKCVK1eqdu3akqS3335bMTEx+vXXX1WxYkUtWLBAGzdu1I4dOxQZGSlJeuWVV9SlSxc9//zzCg0NvYCPDAAAAIDLQZ46hiw5+cQEEEWLFpUkbd26Vbt27VLz5s2dNoGBgWrQoIGWL18uSVq3bp3S09N92kRGRio6Otpps2LFCnm9XieMSVKdOnXk9Xp92kRHRzthTJJiY2OVmpqqdevWnactBgAAAHA5yzOzLJqZ+vbtqxtvvFHR0dGSpF27dkmSwsPDfdqGh4frjz/+cNoEBASoSJEiOdpkXX/Xrl0KCwvLcZ9hYWE+bU6+nyJFiiggIMBpc7LU1FSlpqY6l1NSUs56ewEAAAAgz/SQ9ezZUz/++KPef//9HOs8Ho/PZTPLsexkJ7c5VftzaZPd8OHDnUlCvF6voqKizlgTAAAAAGSXJwJZr1699Nlnn2nJkiUqVaqUszwiIkKScvRQ7dmzx+nNioiIUFpampKSks7YZvfu3Tnud+/evT5tTr6fpKQkpaen5+g5yzJw4EAlJyc7fzt27Pgnmw0AAADgMudqIDMz9ezZU7NmzdLixYtVtmxZn/Vly5ZVRESEFi5c6CxLS0vT0qVLVbduXUlSzZo1lT9/fp82iYmJ2rBhg9MmJiZGycnJWr16tdNm1apVSk5O9mmzYcMGJSYmOm0WLFigwMBA1axZ85T1BwYGKjQ01OcPAAAAAM6Wq8eQPfLII5o+fbo+/fRTFSpUyOmh8nq9CgoKksfjUZ8+fTRs2DCVL19e5cuX17BhwxQcHKxOnTo5be+//37169dPxYoVU9GiRdW/f39VrVrVmXWxUqVKatGihbp166bx48dLkh588EG1bt1aFStWlCQ1b95clStXVlxcnEaMGKH9+/erf//+6tatG0ELAAAAwHnhaiAbN26cJKlhw4Y+y99991116dJFkvT444/r6NGj6tGjh5KSklS7dm0tWLBAhQoVctqPGjVK/v7+uv3223X06FE1adJEkyZNkp+fn9PmvffeU+/evZ3ZGNu2bauxY8c66/38/DRv3jz16NFD9erVU1BQkDp16qSXX375PG09AAAAgMudx8zM7SIuFSkpKfJ6vUpOTs4bvWrxXrcrkOKT3a7g8nOxPO/UefZ4H+FU8sJrU+L1CQCncbbZIE9M6gEAAAAAlyMCGQAAAAC4hEAGAAAAAC4hkAEAAACAS1ydZREAgDyHyTIAABcQPWQAAAAA4BICGQAAAAC4hEAGAAAAAC4hkAEAAACAS/5VINuyZYvmz5+vo0ePSpLMLFeKAgAAAIDLwTkFsn379qlp06aqUKGCbr75ZiUmJkqSHnjgAfXr1y9XCwQAAACAS9U5BbL//Oc/8vf31/bt2xUcHOwsv+OOO5SQkJBrxQEAAADApeyczkO2YMECzZ8/X6VKlfJZXr58ef3xxx+5UhgAAAAAXOrOqYfs8OHDPj1jWf766y8FBgb+66IAAAAA4HJwToHspptu0pQpU5zLHo9HmZmZGjFihBo1apRrxQEAAADApeychiyOGDFCDRs21Nq1a5WWlqbHH39cP//8s/bv369vv/02t2sEAAAAgEvSOfWQVa5cWT/++KNuuOEGNWvWTIcPH1aHDh30/fffq1y5crldIwAAAABcks6ph0ySIiIi9Mwzz+RmLQAAAABwWTmnHrJ3331XH374YY7lH374oSZPnvyviwIAAACAy8E5BbIXXnhBxYsXz7E8LCxMw4YN+9dFAQAAAMDl4JyGLP7xxx8qW7ZsjuVlypTR9u3b/3VRAAAAF1S81+0KTohPdrsCABfYOfWQhYWF6ccff8yx/IcfflCxYsX+dVEAAAAAcDk4p0B25513qnfv3lqyZIkyMjKUkZGhxYsX69FHH9Wdd96Z2zUCAAAAwCXpnIYsPvfcc/rjjz/UpEkT+fufuInMzEzde++9HEMGAAAAAGfpnAJZQECAZs6cqaFDh+qHH35QUFCQqlatqjJlyuR2fQAAAABwyTrn85BJUoUKFVShQoXcqgUAAAAALitnHcj69u2roUOHKiQkRH379j1j25EjR/7rwgAAAADgUnfWgez7779Xenq6JOm7776Tx+M5ZbvTLQcAAAAA+DrrQLZkyRLn/6+++up81AIAAAAAl5V/PO398ePH5e/vrw0bNpyPegAAAADgsvGPA5m/v7/KlCmjjIyM81EPAAAAAFw2zunE0E899ZQGDhyo/fv353Y9AAAAAHDZOKdp71977TVt2bJFkZGRKlOmjEJCQnzWf/fdd7lSHAAAAABcys4pkLVr104ej0dmltv1AAAAAMBl4x8FsiNHjuixxx7TJ598ovT0dDVp0kRjxoxR8eLFz1d9AP6hK49Nd7sEbXO7AAAAgIvEPzqGbMiQIZo0aZJatWqlu+66S4sWLdLDDz98vmoDAAAAgEvaP+ohmzVrliZMmKA777xTknT33XerXr16ysjIkJ+f33kpEAAAAAAuVf+oh2zHjh2qX7++c/mGG26Qv7+//vzzz1wvDAAAAAAudf8okGVkZCggIMBnmb+/v44fP56rRQEAAADA5eAfDVk0M3Xp0kWBgYHOsmPHjumhhx7ymfp+1qxZuVchAAAAAFyi/lEg69y5c45l99xzT64VAwAAAACXk38UyN59993zVQcAAAAAXHb+0TFkAAAAAIDcQyADAAAAAJcQyAAAAADAJQQyAAAAAHDJP5rUA7isxXvdrkCKT3a7AgAAAOQiesgAAAAAwCUEMgAAAABwCYEMAAAAAFxCIAMAAAAAlxDIAAAAAMAlBDIAAAAAcAmBDAAAAABcwnnIAADA+ZMXzuEocR5HnBqvT+QBrvaQff3112rTpo0iIyPl8Xj0ySef+Kzv0qWLPB6Pz1+dOnV82qSmpqpXr14qXry4QkJC1LZtW+3cudOnTVJSkuLi4uT1euX1ehUXF6cDBw74tNm+fbvatGmjkJAQFS9eXL1791ZaWtr52GwAAAAAkORyIDt8+LCqV6+usWPHnrZNixYtlJiY6Px9/vnnPuv79Omj2bNna8aMGVq2bJkOHTqk1q1bKyMjw2nTqVMnrV+/XgkJCUpISND69esVFxfnrM/IyFCrVq10+PBhLVu2TDNmzNDHH3+sfv365f5GAwAAAMD/5+qQxZYtW6ply5ZnbBMYGKiIiIhTrktOTtaECRM0depUNW3aVJI0bdo0RUVFadGiRYqNjdWmTZuUkJCglStXqnbt2pKkt99+WzExMfr1119VsWJFLViwQBs3btSOHTsUGRkpSXrllVfUpUsXPf/88woNDc3FrQYAAACAE/L8pB5fffWVwsLCVKFCBXXr1k179uxx1q1bt07p6elq3ry5sywyMlLR0dFavny5JGnFihXyer1OGJOkOnXqyOv1+rSJjo52wpgkxcbGKjU1VevWrTttbampqUpJSfH5AwAAAICzlacDWcuWLfXee+9p8eLFeuWVV7RmzRo1btxYqampkqRdu3YpICBARYoU8bleeHi4du3a5bQJCwvLcdthYWE+bcLDw33WFylSRAEBAU6bUxk+fLhzXJrX61VUVNS/2l4AAAAAl5c8PcviHXfc4fwfHR2tWrVqqUyZMpo3b546dOhw2uuZmTwej3M5+///ps3JBg4cqL59+zqXU1JSCGUAAAAAzlqe7iE7WcmSJVWmTBlt3rxZkhQREaG0tDQlJSX5tNuzZ4/T4xUREaHdu3fnuK29e/f6tDm5JywpKUnp6ek5es6yCwwMVGhoqM8fAAAAAJytiyqQ7du3Tzt27FDJkiUlSTVr1lT+/Pm1cOFCp01iYqI2bNigunXrSpJiYmKUnJys1atXO21WrVql5ORknzYbNmxQYmKi02bBggUKDAxUzZo1L8SmAQAAALgMuTpk8dChQ9qyZYtzeevWrVq/fr2KFi2qokWLKj4+Xh07dlTJkiW1bds2PfnkkypevLjat28vSfJ6vbr//vvVr18/FStWTEWLFlX//v1VtWpVZ9bFSpUqqUWLFurWrZvGjx8vSXrwwQfVunVrVaxYUZLUvHlzVa5cWXFxcRoxYoT279+v/v37q1u3bvR6AQAAADhvXA1ka9euVaNGjZzLWcdjde7cWePGjdNPP/2kKVOm6MCBAypZsqQaNWqkmTNnqlChQs51Ro0aJX9/f91+++06evSomjRpokmTJsnPz89p895776l3797ObIxt27b1OfeZn5+f5s2bpx49eqhevXoKCgpSp06d9PLLL5/vhwAAAADAZczVQNawYUOZ2WnXz58//29vo0CBAhozZozGjBlz2jZFixbVtGnTzng7pUuX1ty5c//2/gAAAAAgt1xUx5ABAAAAwKWEQAYAAAAALiGQAQAAAIBLCGQAAAAA4BICGQAAAAC4hEAGAAAAAC4hkAEAAACASwhkAAAAAOASAhkAAAAAuIRABgAAAAAuIZABAAAAgEsIZAAAAADgEgIZAAAAALiEQAYAAAAALiGQAQAAAIBLCGQAAAAA4BICGQAAAAC4hEAGAAAAAC4hkAEAAACASwhkAAAAAOASAhkAAAAAuIRABgAAAAAuIZABAAAAgEsIZAAAAADgEgIZAAAAALiEQAYAAAAALiGQAQAAAIBLCGQAAAAA4BICGQAAAAC4hEAGAAAAAC4hkAEAAACASwhkAAAAAOASAhkAAAAAuIRABgAAAAAuIZABAAAAgEsIZAAAAADgEgIZAAAAALiEQAYAAAAALiGQAQAAAIBLCGQAAAAA4BICGQAAAAC4hEAGAAAAAC4hkAEAAACASwhkAAAAAOASAhkAAAAAuMTf7QIAAMA/d+Wx6W6XIEna5nYBAHCRo4cMAAAAAFxCIAMAAAAAlxDIAAAAAMAlBDIAAAAAcAmBDAAAAABcQiADAAAAAJcQyAAAAADAJQQyAAAAAHCJq4Hs66+/Vps2bRQZGSmPx6NPPvnEZ72ZKT4+XpGRkQoKClLDhg31888/+7RJTU1Vr169VLx4cYWEhKht27bauXOnT5ukpCTFxcXJ6/XK6/UqLi5OBw4c8Gmzfft2tWnTRiEhISpevLh69+6ttLS087HZAAAAACBJ8nfzzg8fPqzq1aura9eu6tixY471L730kkaOHKlJkyapQoUKeu6559SsWTP9+uuvKlSokCSpT58+mjNnjmbMmKFixYqpX79+at26tdatWyc/Pz9JUqdOnbRz504lJCRIkh588EHFxcVpzpw5kqSMjAy1atVKJUqU0LJly7Rv3z517txZZqYxY8ZcoEfjMhbvdbsCKT7Z7QoAAABwGXI1kLVs2VItW7Y85Toz0+jRozVo0CB16NBBkjR58mSFh4dr+vTp6t69u5KTkzVhwgRNnTpVTZs2lSRNmzZNUVFRWrRokWJjY7Vp0yYlJCRo5cqVql27tiTp7bffVkxMjH799VdVrFhRCxYs0MaNG7Vjxw5FRkZKkl555RV16dJFzz//vEJDQy/AowEAAADgcpNnjyHbunWrdu3apebNmzvLAgMD1aBBAy1fvlyStG7dOqWnp/u0iYyMVHR0tNNmxYoV8nq9ThiTpDp16sjr9fq0iY6OdsKYJMXGxio1NVXr1q07bY2pqalKSUnx+QMAAACAs5VnA9muXbskSeHh4T7Lw8PDnXW7du1SQECAihQpcsY2YWFhOW4/LCzMp83J91OkSBEFBAQ4bU5l+PDhznFpXq9XUVFR/3ArAQAAAFzOXB2yeDY8Ho/PZTPLsexkJ7c5VftzaXOygQMHqm/fvs7llJQUQhkAnE5eOF5U4phRAECekmd7yCIiIiQpRw/Vnj17nN6siIgIpaWlKSkp6Yxtdu/eneP29+7d69Pm5PtJSkpSenp6jp6z7AIDAxUaGurzBwAAAABnK88GsrJlyyoiIkILFy50lqWlpWnp0qWqW7euJKlmzZrKnz+/T5vExERt2LDBaRMTE6Pk5GStXr3aabNq1SolJyf7tNmwYYMSExOdNgsWLFBgYKBq1qx5XrcTAAAAwOXL1SGLhw4d0pYtW5zLW7du1fr161W0aFGVLl1affr00bBhw1S+fHmVL19ew4YNU3BwsDp16iRJ8nq9uv/++9WvXz8VK1ZMRYsWVf/+/VW1alVn1sVKlSqpRYsW6tatm8aPHy/pxLT3rVu3VsWKFSVJzZs3V+XKlRUXF6cRI0Zo//796t+/v7p160avFwAAAIDzxtVAtnbtWjVq1Mi5nHU8VufOnTVp0iQ9/vjjOnr0qHr06KGkpCTVrl1bCxYscM5BJkmjRo2Sv7+/br/9dh09elRNmjTRpEmTnHOQSdJ7772n3r17O7Mxtm3bVmPHjnXW+/n5ad68eerRo4fq1aunoKAgderUSS+//PL5fggAAAAAXMZcDWQNGzaUmZ12vcfjUXx8vOLj40/bpkCBAhozZswZT+BctGhRTZs27Yy1lC5dWnPnzv3bmgEAAAAgt+TZY8gAAAAA4FJHIAMAAAAAlxDIAAAAAMAlBDIAAAAAcAmBDAAAAABcQiADAAAAAJe4Ou09AAAA/oF4r9sVnBCf7HYFwCWDHjIAAAAAcAmBDAAAAABcQiADAAAAAJcQyAAAAADAJQQyAAAAAHAJgQwAAAAAXMK09wAAAMhdTM8PnDV6yAAAAADAJQQyAAAAAHAJQxYBAAAA/Ht5YajqRThMlR4yAAAAAHAJgQwAAAAAXEIgAwAAAACXEMgAAAAAwCUEMgAAAABwCYEMAAAAAFxCIAMAAAAAlxDIAAAAAMAlBDIAAAAAcIm/2wXg/Lny2HS3S9A2twsAAAAA8jB6yAAAAADAJQQyAAAAAHAJgQwAAAAAXEIgAwAAAACXEMgAAAAAwCUEMgAAAABwCYEMAAAAAFxCIAMAAAAAlxDIAAAAAMAlBDIAAAAAcAmBDAAAAABcQiADAAAAAJf4u10AAAC4dF15bLrbJUiStrldAACcBj1kAAAAAOASAhkAAAAAuIRABgAAAAAuIZABAAAAgEsIZAAAAADgEgIZAAAAALiEQAYAAAAALiGQAQAAAIBLCGQAAAAA4BICGQAAAAC4hEAGAAAAAC4hkAEAAACASwhkAAAAAOASAhkAAAAAuCRPB7L4+Hh5PB6fv4iICGe9mSk+Pl6RkZEKCgpSw4YN9fPPP/vcRmpqqnr16qXixYsrJCREbdu21c6dO33aJCUlKS4uTl6vV16vV3FxcTpw4MCF2EQAAAAAlzF/twv4O1WqVNGiRYucy35+fs7/L730kkaOHKlJkyapQoUKeu6559SsWTP9+uuvKlSokCSpT58+mjNnjmbMmKFixYqpX79+at26tdatW+fcVqdOnbRz504lJCRIkh588EHFxcVpzpw5F3BLAQB5wZXHprtdgiRpm9sFAAAuiDwfyPz9/X16xbKYmUaPHq1BgwapQ4cOkqTJkycrPDxc06dPV/fu3ZWcnKwJEyZo6tSpatq0qSRp2rRpioqK0qJFixQbG6tNmzYpISFBK1euVO3atSVJb7/9tmJiYvTrr7+qYsWKF25jAQAAAFxW8vSQRUnavHmzIiMjVbZsWd155536/fffJUlbt27Vrl271Lx5c6dtYGCgGjRooOXLl0uS1q1bp/T0dJ82kZGRio6OdtqsWLFCXq/XCWOSVKdOHXm9XqfN6aSmpiolJcXnDwAAAADOVp4OZLVr19aUKVM0f/58vf3229q1a5fq1q2rffv2adeuXZKk8PBwn+uEh4c763bt2qWAgAAVKVLkjG3CwsJy3HdYWJjT5nSGDx/uHHfm9XoVFRV1ztsKAAAA4PKTp4cstmzZ0vm/atWqiomJUbly5TR58mTVqVNHkuTxeHyuY2Y5lp3s5Danan82tzNw4ED17dvXuZySkkIoA4DT4NgsAHkNn0vIC/J0D9nJQkJCVLVqVW3evNk5ruzkXqw9e/Y4vWYRERFKS0tTUlLSGdvs3r07x33t3bs3R+/byQIDAxUaGurzBwAAAABn66IKZKmpqdq0aZNKliypsmXLKiIiQgsXLnTWp6WlaenSpapbt64kqWbNmsqfP79Pm8TERG3YsMFpExMTo+TkZK1evdpps2rVKiUnJzttAAAAAOB8yNNDFvv37682bdqodOnS2rNnj5577jmlpKSoc+fO8ng86tOnj4YNG6by5curfPnyGjZsmIKDg9WpUydJktfr1f33369+/fqpWLFiKlq0qPr376+qVas6sy5WqlRJLVq0ULdu3TR+/HhJJ6a9b926NTMsAgAAADiv8nQg27lzp+666y799ddfKlGihOrUqaOVK1eqTJkykqTHH39cR48eVY8ePZSUlKTatWtrwYIFzjnIJGnUqFHy9/fX7bffrqNHj6pJkyaaNGmSz/nM3nvvPfXu3duZjbFt27YaO3bshd1YAAAAAJedPB3IZsyYccb1Ho9H8fHxio+PP22bAgUKaMyYMRozZsxp2xQtWlTTpk071zIBAAAA4JxcVMeQAQAAAMClhEAGAAAAAC4hkAEAAACASwhkAAAAAOASAhkAAAAAuIRABgAAAAAuIZABAAAAgEsIZAAAAADgEgIZAAAAALiEQAYAAAAALiGQAQAAAIBLCGQAAAAA4BICGQAAAAC4hEAGAAAAAC4hkAEAAACASwhkAAAAAOASAhkAAAAAuIRABgAAAAAuIZABAAAAgEv83S4AAADAbVcem+52CZKkbW4XAOCCo4cMAAAAAFxCIAMAAAAAlxDIAAAAAMAlBDIAAAAAcAmBDAAAAABcQiADAAAAAJcQyAAAAADAJQQyAAAAAHAJgQwAAAAAXEIgAwAAAACXEMgAAAAAwCX+bhcAAAAA4AzivW5XIMUnu13BJYseMgAAAABwCYEMAAAAAFxCIAMAAAAAlxDIAAAAAMAlBDIAAAAAcAmBDAAAAABcQiADAAAAAJdwHjIAAICLxJXHprtdgiRp29+sv1jqBPICesgAAAAAwCUEMgAAAABwCYEMAAAAAFxCIAMAAAAAlxDIAAAAAMAlBDIAAAAAcAmBDAAAAABcQiADAAAAAJdwYmgArsgLJw3d5nYBAADgskcPGQAAAAC4hEAGAAAAAC4hkAEAAACASziGDAAAAMC/xvHh54YeMgAAAABwCT1kJ3njjTc0YsQIJSYmqkqVKho9erTq16/vdlmXNH5NQV7G6xMAAJxP9JBlM3PmTPXp00eDBg3S999/r/r166tly5bavn2726UBAAAAuAQRyLIZOXKk7r//fj3wwAOqVKmSRo8eraioKI0bN87t0gAAAABcghiy+P+lpaVp3bp1GjBggM/y5s2ba/ny5ae8TmpqqlJTU53LycnJkqSUlJTzV+g/kJl6xO0SzuqxuFjqVKqd/0L+ziX0eFLn2csrnyn/Vl54LKW/fzyp85+hztxFnbnrUqkzOvmdC1TJ6W3gO/Mfy6rF7Mz7kB77uxaXiT///FNXXHGFvv32W9WtW9dZPmzYME2ePFm//vprjuvEx8frmWeeuZBlAgAAALiI7NixQ6VKlTrtenrITuLxeHwum1mOZVkGDhyovn37OpczMzO1f/9+FStW7LTXuZikpKQoKipKO3bsUGhoqNvlnBZ15p6LoUaJOnMbdeYu6sxd1Jm7qDN3UWfuuljqPFtmpoMHDyoyMvKM7Qhk/1/x4sXl5+enXbt2+Szfs2ePwsPDT3mdwMBABQYG+iwrXLjw+SrRNaGhoRfFm4I6c8/FUKNEnbmNOnMXdeYu6sxd1Jm7qDN3XSx1ng2v1/u3bZjU4/8LCAhQzZo1tXDhQp/lCxcu9BnCCAAAAAC5hR6ybPr27au4uDjVqlVLMTExeuutt7R9+3Y99NBDbpcGAAAA4BJEIMvmjjvu0L59+/Tss88qMTFR0dHR+vzzz1WmTBm3S3NFYGCghgwZkmNYZl5DnbnnYqhRos7cRp25izpzF3XmLurMXdSZuy6WOnMbsywCAAAAgEs4hgwAAAAAXEIgAwAAAACXEMgAAAAAwCUEMgAAAOASxXQReR+BDPgbR48edbsEAACAf2Tu3LmSJI/HQyjL4whkwBl07NhRzz//vFJSUtwuBedJ9i+p48ePu1jJpSMzM1PSiceWnQDAPVnvRVx+xo8fr0cffVSvvvqqJEJZXkcgw3lzKbzxr732Wg0fPlzjxo1TcnKy2+VctPLya8Hj8UiS3nzzTc2fP19S3q43rzt69Kjy5Tvx1bJnzx7n8b3cXI47wtm3OevHjYyMDLfKgeS8F7///nuZ2Rlfl5fja/ZS1rx5czVv3lwzZ87U6NGjJf37UMZ34/lDIMN54/F4NH/+fC1cuNDtUv6xrC+up556SqNGjdLAgQP11ltvaf/+/W6Xdkp55Ys068P6jz/+0IYNG/TTTz9JOvFayCs1ns7kyZP12muvSVKeCxEZGRnOY5uamppne/Lmzp2rMWPGSJIefvhh1alTR6mpqS5XdeFlZmY6O8KzZ892gv6lZujQoXr33XclnXjv58uXT9u3b9fRo0fl7++vzz77TPHx8a6/Xk+1E3m57FiamZYuXaqaNWtq586dzuvyZNlfs2+99Zb69u2r22+/XWvWrNGhQ4cuZMm57nTfPZfya8DMVLZsWT355JOqVq1aroQyM5PH49E333yjadOm5XLFueti/CGIQIZcs2nTJuf/zMxMHThwQAMGDHD9y/hcZO1cSFLXrl11zz33aOjQoZo0aVKe6ynL/kW6bt06LViwQP/973+VlJR0QevI+rCePXu22rZtq7Zt26pbt25q3ry5jh8/ftodAbdlfXC/+OKL2r17txYvXuxyRf/nq6++kiT5+fnJ4/Fo7ty5atOmjdq2bathw4a5W9wpLF26VCNHjlTDhg310Ucfad68eQoMDHS7rAsq+2fHE088occff1xbt27Vnj17XK4s9+3bt09vvvmm9u/fL4/Ho2PHjum2225T7dq19d5776ldu3aKjo6Wv7+/azVmZmY6P7AkJSVp3759kvLejy7ni8fjUYMGDdSgQQONHTv2tN/HWa/ZAQMG6Omnn9ahQ4d09OhRtW/fXpMmTdJff/11IcvONdm/H7/77jutWLFCq1atknRpD+HL+hE0KipKTz75pKpXr64ZM2accyjL+n6fNWuWbrvtNi1btkybN28+T9X/O5mZmfLz85N04gexyZMna8aMGXlu3y0HA3LBokWLzOPx2Pvvv++zvFKlSrZo0SLLzMx0qbJ/p0+fPla1alWLi4uzqlWrmp+fn73wwgt24MABt0szM/N5XAcMGGDlypWzChUqWHR0tN122222fv36C1rPl19+acHBwfbmm2/aX3/9ZTNmzDCPx2PvvPPOBa3jTE73Wvzzzz/thhtusAEDBpyx3YXy448/msfjsccee8zMzJYuXWpBQUH20EMPWdeuXa1AgQLWuXNny8jIcLVOM9/H6sYbbzSPx2N9+/a1o0ePuliVu1544QULCwuzb7/99pTr3X595YaEhASrUqWKrVq1yszMMjIybPv27RYREWGBgYH29ttvm5nZ8ePH3SzTzMyefvppq1Wrll111VU2dOjQS/a1efLnQXp6umVmZtqgQYOsbt26znNxqtffhAkTrEyZMvbdd9+ZmdmKFSvM4/FYVFSUvfLKK7Zv377zvwG56OTvx+joaCtdurTVqlXLbrnlFvcKO49O933w+++/W/fu3a127do2atQoZ/k/+RxasmSJhYSE2IQJE/5tmedFx44d7cknn3Qu9+vXzwoVKmTVq1e3gIAAa9CggX3wwQcuVnhmBDLkmj59+lhwcLDNnDnTzMxSU1OtUqVKtm7dOpcrOzeffvqphYaG2tq1ay0tLc0yMzPt+eefN4/HYy+88IIlJSW5XaJjzJgxFh4ebkuXLjUzs0cffdS8Xq99+eWXF7SO+Ph469evn5mZ7dixw0qXLm2PPPLIBa3hbE2bNs2GDx9uZid2WrKWFStWzL7//nsXKzshLS3NJk6caMHBwTZo0CCbO3euvfzyy2Z2Ygd34cKFVrhwYYuLi3N15z77DsDx48etR48e1rVrV7vyyivtpZdesj179uRolxdC5Pl04MABa9y4sb355ptmZrZt2zabN2+ederUyXr16uVydf9c9tdX1nslS5MmTSw2NtZps2vXLvN6vVa4cGGrV6+eHTlyxMwu/HOe/f5ef/11i4yMtNGjR9vTTz9tQUFB1qVLF9u7d+8FrelC+umnnywtLc25vH//fitevLg9//zzp2yfmppqb775po0dO9bMzGbNmmVer9cmT55svXv3tpCQEBs1apTt2rXrgtT/b5z8WhsxYoQVK1bMli9fbkePHrWnn37aPB6PffPNNy5VeH5k3+6ZM2faiy++aM8995z99NNPZma2c+dOJ5SNHj3aaXs23x8ZGRn25JNP2gMPPGBmZklJSbZkyRK7//77LS4uzlasWJHLW/PPpKen2/Dhw83f399eeOEF2717t1WvXt3WrFljhw8ftj///NOaN29ujRo1si+++MLVWk+HQIZc1bdvXwsICLBp06bZ3r177ZprrrHNmzfnaJcXfx0++UN82rRpds0119j+/ft96n366aetQIEC9uqrr9pff/11ocv0kZmZaZmZmdapUycbNmyYmf1fkMzaGTx69Kjt37//gtTTvn17e+yxx2zXrl1WqlQpe/DBB53H7v3333d+MXfb7t27rXPnzlaiRAmLiYmxp59+2nbs2GH79u2zli1b2pgxY8zM/V/209LS7N1337XAwEArVqyYjRgxwmf9okWLzOv1WpcuXVwJOdnvc+rUqbZ48WLn8hNPPGGlS5e2ESNG+Oz4bt++/YLW6IaMjAy7+eabrWPHjvbBBx9Y69at7aabbrL27dtbWFiY3XXXXW6XeE7GjRtnzz//vP3222/OsiVLlliNGjXsm2++sc2bN9vWrVvtr7/+ss2bN1uFChWsdu3aOUJZ9qBwvq1atcpGjhxpH3/8sbPs66+/tuDgYOvcufMlGco++OADK1++vNWtW9e++eYb++OPP8zM7Nlnn7V27drZ3r17T/l5sWnTJvvzzz9t27ZtVr16dRs5cqSZmf3xxx9WqFAh83q9OUbB5DUHDx40s//74eD48eMWFxdn7777rpmd+H70er321ltvmZk5r81LSb9+/SwiIsJiYmKsRo0a5ufnZ+PHjzezE5+/Dz30kNWtW9eGDh36t7eVfd/n8ccft2LFitmKFSusY8eO1rx5c7v55putevXqVqNGDUtNTT1v23Q2UlNTbezYsZYvXz7r1KmT3XHHHXbs2DFnGxITE6127dp5tneUQIZ/7eRw9Z///MeCgoLsrbfesujoaGvSpIkNGTLEBg8ebP/5z3+sX79+9s477+TJUGZm1r9/f/v+++9tzpw5FhAQ4HyZHTt2zMzM1q9fbwUKFDCPx2NTp0694PVlDwlZX6qxsbH25Zdf2pIlS6xgwYJOGEtLS7O3337b5s6dm+uPd9btrV692tkRf+mll6xt27YWFRXl/JKWmZlpx44ds4ceesgGDhzoPI4X0ql2Po4dO2bJycnWr18/a9asmRUuXNhGjx5tNWrUsBtuuOGC15lVY/b73blzp5mZvffee1akSBHr0qVLjut9+eWX5vF4rHv37hem0P8v++vpscces7Jly9qIESNsx44dOZY/99xz9uOPP1rTpk2tVq1aOa5/MTtdEJ44caI1btzY6eFctmyZmZkNGTLEOnXqdCFLzDWdOnWyBg0aWMGCBW3o0KG2ePFiy8zMtGuvvdY6dOhgVatW9ekV/e6776xChQpWt25dZ8f3tddes/j4+Avy/G/YsME8Ho95PB5nhzzrfr/++msLCQmxrl272u7du897LefTya/BAwcO2Lx58+yuu+6ycuXKWcOGDW3KlCk2e/ZsK1y4sC1atMhpe+jQoRzDN7/55huLjo52hryvW7fOHnnkEXv55Zdd/5HqTAYOHGhhYWHO0MqMjAw7duyYVatWzd577z1LSEiwggUL2htvvGFmJ0LbiBEjbNasWW6Wnas+/fRTK1GihH333XeWmppqGRkZFh8fb/nz57cZM2aY2Ynhi3fccYd169bttO/DrOXZn+/t27dbbGyshYSEWKdOnSwhIcHMzL7//nuLjo52vq/cdOzYMXvjjTesUKFCVr58eSegZ/0ItGTJEgsICLCNGze6WeYpEcjwr2S9adesWePzodavXz/zeDxWvnx569Spk3Xt2tXuuusua9Omjd155532ww8/uFVyDtk/kGbPnm358uWzJUuW2LFjx6xJkyYWExPjM0zjv//9rz3xxBM2adKkHMN3zrfsX7wfffSR/fe//zUzs7i4OCtRooQVLFjQpkyZ4rTZu3evNW7c2Gd4Qm7Iesxmz55tfn5+zi/+69evt/DwcIuKinKe4yNHjtiTTz5pV1xxhf3666+5WsfZyP6Y/fDDD/btt99aYmJijmFYr732mt1zzz121VVXmcfjsddff/2C17pt2zbr1auXJSYm2kcffWT58+e3P/74w44dO2aTJ0+2gIAA5xi37JYuXWq//PLLBa/X7MRwoOLFizvHEZ3s6aeftvLly1u5cuWsdu3arv+Kmpuyv7beeuste+ihh6xz587OMZPp6em2detWn+s0atQozw7jze50Q0wPHz5s48aNsxYtWlipUqWsd+/edvPNN5skGzhwoBPGsnz33XdWqVIli4qKsrvuusv8/f0v6Of/Rx99ZCEhIda9e3fnx46s9/6yZcvM4/GcVU9BXpX9udm6datP76XZiV70F154wQoXLmwNGzY0j8djsbGxduDAAXv++eetXr161rJlS5/jimbNmmVhYWE2c+ZM+/HHH61169Y+Pwbl1VD25ZdfWr169ax69epOKDt27Jg9/PDD1rx5c/N6vTZu3Din/Z9//mmtWrVyfsC8FLzzzjtWp04dS0tL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hw4dnFCWF3aiUlNTfQ6Y//XXX61s2bI+O3vPPPOM88vQv93hOHkWomXLltkTTzzhHBSckZFh6enptmfPHitTpowzhvzJJ5+0ggUL+oQ2N0ycONFmz55tZuaMe3/kkUesc+fOzpdLz549LTo62jp27OjzeP3+++8XbBamrFkoH3zwQatcubK98sorzrp3333XatWqZV26dLGvvvrK4uPjLTg42LVz4D3++OMWHh5uzzzzjL300kvm7+9vt956q7P+0KFDtmjRImvWrJnPsVIX687vybK2Y+rUqbZt2zYzO/E+KVy4sHk8HnvttdectkePHrUWLVq4fp64s5G9vn79+lmpUqXM6/VaYGCgffDBBz7HjmYNbQsKCrIqVarYxx9/bIcOHbIuXbqYJIuNjbWHH37Y4uLizOv1XrBz+s2dO9fCw8N9hvkeP37cXnvtNbvmmmtyDP81u/hel9nrfe6556xAgQJ22223WXBwsFWuXDnH9+0333xjQUFBFh4ebtHR0ZaSkmL79u2zdu3a2cMPP2xBQUE+PWtmJ767P//88zy/83oqY8eOtYCAAOcUMFmhrF69elatWrUcE85czD799FMrWbKkrVy50sxOHP/81FNP2XXXXecTptevX29bt249be/8jh07rE2bNlasWDFnDoD9+/dbhw4dLCgoyNq3b+/T/oknnrDrr7/e2Q+4UB577DFr27atz+fJwoULnWGVCQkJVqxYMXvzzTft999/t2LFilmzZs1yDLHOy69rAhnOStYXwdGjR33O25Genm6VK1e2OnXqOLPBpaWl2cCBA61MmTI+xw+47eTzaZQuXdoaNWpkN998s5UrV87phj969KhNnDjRYmJirEGDBn/bA3W+DRs2zO6///4cwyi3bt1qBQsWdD5wWrZsaeHh4bnyi9/HH39s1apVsw8//NBZ9tRTT9nVV19tgwYNssTERGd5enq6lS9f3j777DPnpKvZe0fd0qhRI7v++uudy8ePH7fbbrvN7rvvPjt8+LCZmd166632zTffnHKmpgvt999/tx49eljt2rV9zjc2ZcoUq1evnpUrV85Kly592tkMz7c1a9ZYxYoVnZOpfvLJJz5TSJudmEr8gQcesPbt2zuhNy9/AZ6t7D/IbNq0yWrUqGH169d3QtmcOXMsf/781q1bN5s5c6bNnTvXmjZtelGE0ux1JSQkWNWqVW3WrFk2d+5cK1eunDVt2tTp7Z47d64VKFDABg0aZHXq1LGHHnrIPB6P/fDDD7ZmzRqbPn26tWnTxm6++Wbr2rWrzyRP56vmLF999ZWVK1fO+bU86zk7fPiwhYSE+EyQc7FbuXKl9ezZ05YuXWpmJ96bN954o91yyy3OMMSs192PP/5oq1atsrJly1qDBg0sJSXFUlNTLTEx0YYNG2ahoaH20ksvnfJ+8up790zvpTfeeMPy5cvnE8qWLVtm5cuXd465vhRknaIl+/HsiYmJ9tBDD1nDhg19DmXIcrqZU//73/9ay5YtrUyZMs7+xKpVq6x8+fLWokULGzt2rH322WfWo0cP83q9rkzgMWHCBLv++uutS5cuPhOEbd++3Y4ePWqNGze2p59+2sxOBMqsXuCL6TknkOFvZX34zZs3z2677TarVKmSPf30086EB5s2bbLq1atbyZIlrWbNmtakSRMrXry4K7PqnY3XX3/doqKinF+Wxo0bZx6Px0JDQ+3TTz81sxM9ZWPHjrVu3bpd0N6xU33RTJ8+3Twejz322GPOsJvjx4/bzp07LSoqyr777jvr0KGDVapUKdcOVl22bJm1a9fOGjVqZB999JGzPD4+3q699lobMGCAE8qOHDliN9xwg5UqVcqCg4Nt7dq1/+q+z0X27c3aidi3b59FRUX5zEj4zDPPmNfrtfbt21uNGjXsmmuucdq78Tzv2rXLDh065ITt33//3bp3754jlP3000+2atWqHLNCXkhz5syxqlWrmtmJIWrZh+elpKQ4x9tt2bIlzx8r9U+c6j05c+ZMa9q0qTVs2ND50WnOnDlWvXp1K1WqlMXExFjHjh0vqgkDPvvsM3vggQfs2WefNbMTM7l27drVoqOjrXnz5rZo0SK788477ZlnnjGzE8cjlStXLsew1PMdxLM/H2+//bbTC56WlmbVqlWzG2+80efk4//73/+sWrVqPsdLXcxmz55t1apVsypVqvhs57fffms33nijtW3b1vlx0ez/jvOuUqWKeTweq1mzpnM8d2Jiog0fPtyKFCligwcPvuDb8m8NGzbMZ4hsltdff908Ho8z2iAjI8N++OGHi+J9+HeyPlsnTZpk0dHRzo9C2c8L6vF4Tjt5R5as9p9++qnFxsZas2bNzOPxWEREhDND57Jly+zOO++0qKgoq1atmjVr1szVUxa9//77VrNmTevcubPPfsbOnTutfPnyznfQwYMHrXPnzrZp06aL6jknkOGsfPrppxYcHGwDBw60l19+2Ro2bGj169e3OXPmOG1ee+01e+aZZ2zkyJGuz6p3OsnJyfbggw86Z62fM2eOFSpUyIYOHWp33nmneb1eZya+tLQ050PrQu2sn/zhcfL5vvr27eszi1nlypUtf/78Vr58+VzfEVq1apV17NjRbrrpJps5c6azfPDgwU4oyxou2bt3b7viiitcP7/cK6+8YiNHjnSOZxszZow1bNjQ53i2559/3h588EHr0aOH81i58aE9e/Zsq1Chgl133XV22223Oe+Z3377zQllWcMxLrRThZBvv/3WWrRoYa+//nqOY6W+/vpru+uuu3yOucsLw3z/rezbMHLkSJ/hpFnHaDRs2NDZKdq7d6/973//s7179zqP4cUQSv/66y+rU6eOBQYGWqdOnWzixInm7+9vv/zyi23evNmqVq1qsbGxVqpUKZs/f74lJSXZFVdcYQ8++KCznePHj/cZ5ns+egSzPx/r1q2zZs2a2VVXXeV8ZicmJlrp0qXt+uuvt1GjRtlHH31ksbGxVqNGjYtqx+xMsn4sCwkJcU52nWX58uXWsGFDq1evnq1atcpGjRploaGhtnTpUvvpp5/sgw8+sIoVK1r16tV9QtnAgQOtWbNmebYXN8vJx3H37NnTPB6Pvf/++z7t0tLS7I477jCPx2Px8fE+6y6m10FGRsZpP0fXr19vBQsWtMcff9xn1NJPP/1k1apVO6vTS3zzzTeWP39+Gz9+vP3000/22WefWcOGDa1YsWLO9Q8dOmRJSUl24MABZ2TJhZb9MZg+fboTyrKGL2ZkZFiFChWsSZMmNn36dGvUqJHVrl3bud7F8pwTyPC3Nm7caFWqVHFCzJEjR6x48eJWoUIFq1u3rn3yyScuV/jPbNy40TZv3my//PKLlStXzjnu47333jOPx2Mej8dnB/5CfEndeOONPr/gZh+WlnX/H3/8sXNOjf3791t6ero1adLErr/+emenL7d3/v4ulA0aNMj++usv27Ztm8+xbG74448/rEyZMla0aFFr0aKFTZ482fbt22d16tQ543m73Nhh/uWXX6xkyZI2cuRIGzJkiMXGxtpVV13lzLb422+/WY8ePaxixYqunKA6y6uvvur0yv3yyy9WoUIF83g8zoHjZic+D1q2bGl33nlnnt+h+yey7wSsXbvW7rzzTvN4PDZ58mRneVYoa9So0SmHZ+fVx+NUdf3yyy/Wpk0bq1SpknXs2NFuueUWMzsxMmLixIkWHh5uVapUsUceecRKlSplDz30kPPeSUlJsbvuusvGjBlzQYL44MGDrU2bNnbjjTdacHCwXXPNNc6Pg/v27bO2bdtajRo1rGrVqj7TXF8sO2ZZTvdY/vjjj9ahQwerU6eOffDBBz7rlixZYg8//LAdP37c7rvvPp/Z8TIyMmz16tVWpkwZq1u3rhPK9u3blyeGbZ9J9sfit99+s/T0dEtLS7NBgwZZvnz57L333vNp/8QTT9iNN9540U7gcnL4GT9+vD3xxBP27LPPOsdvTZ8+3fLly2ePPPKIzZkzx3744QeLjY096/NsjRkzxurXr5/jsa1fv76VLFnSZ/ZfN5xuG6ZOneqEsqzDI7777jurXLmy1ahRw5o2bZpnp7Y/EwIZ/taWLVusX79+duDAAdu+fbuVK1fOevToYd9++62VLl3aateubTNmzHDa55UPv797I06fPt1uuukm50tpwYIFds8999ibb755QXfS4+LirHr16s59/vTTT+bxeOzll1922mSfTMDPz8+GDBliZid2hs/31L3Lly8/ZSiLj4+3MmXK2LPPPuvKc36q2bKeeeYZi46OtmnTplmxYsVs6NCh9thjj5nH43GOt3BL9no3btxojz32mHN57dq11qJFCytdurTzJbh582b7z3/+c8rJCC6Ev/76y2rUqGHFihVzJu1ZuHChBQQE2F133eWcWqFJkyY+x0pdTF+AZ2PAgAFWt25d69Chg5UsWdIKFCjgc9zchx9+6DwGF8OkASfvfP3+++/OLLjjxo2zxo0bW3R0tHk8HnvkkUfM4/HYrFmzbMeOHfbCCy9YoUKFrEGDBj6zfA4cONCuvvrqHLOgnQ9ZJ779+uuvbd++fTZv3jxr166dVa5c2ebOnWtmJz4L9u/fb7t27bqoeiqzy/48TZ482Z599lnr2rWr0yuwYcMGu/32261+/fo5QlmWrHMEnmzw4MHm8XisbNmyPjv+eeW7+2TZH4usIZhZP2CmpKTYwIEDLV++fDZt2jRLTU21Y8eO2W233ea8Hszy7radyhNPPGElS5Z03mP9+/e34sWLW8OGDa1KlSpWtmxZ53th1qxZVqlSJStZsqRVqlTJ6tevf9Zh5KWXXrIiRYrkCOMzZ840j8djISEhOSbFuFCy1/7ZZ5/ZBx984DMUd8qUKVazZk279957nWPa0tPTbefOnRfte55Ahr91/Phx53ihrJMRZx3z0qFDB4uMjLRbbrklT51nLPubeeLEiTZgwABn1sesg10nTJhggYGBtnLlSjt06JC1bdvWevXq5VzvQryZjxw5YvXr13d6HN555x375ZdfbPTo0RYQEJBjyNq2bdssIiLCPB6PjRo1ylmeGzvBWR9i//vf/+yXX37xmUVp2bJlpwxlw4YNu2DnGDqdjz76yBISEszsxHMWHR1tzzzzjO3du9fuueceu//++83j8ViVKlVc68XLemy//PJLGzp0qHXt2tU6duzo02bdunXWokULK1eunDMZwoX8QjnVa2jjxo3WpEkTCw8Pd45X+eKLL6xVq1Z2xRVX2E033WR33XXXJTWBR3YzZsywggUL2rfffmupqam2YcMGe/TRR3MM2ZwyZcpFcW6r7DulQ4YMsWrVqtk111xjkZGRzvC/b775xmJjY61EiRLm5+dnXbp08bmNhx56yCpUqGDt27e3fv362Z133mlFihS5YLMpPvjgg3b77bf7LPvmm2/spptusgoVKtiiRYtyXOdi/pHgscces1KlSlnnzp2tXbt2FhgY6Myit3btWrvjjjvspptuskmTJuW47ieffGLXXHONvfPOOz7LJ0+ebPfcc49169Ytz79ms3viiSesePHi9sknn/icSic1NdWeeuop83g8dsMNN1jFihWtWrVqeX5CndNZuHChxcTE2LXXXmt//PGHde/e3Xl//fDDD85x+lmhbMeOHfbf//7Xfvjhh390/G7W6KdnnnnGJ5ivWrXK2rZta3fffbcrgSz789W3b18rUaKERUZGWpUqVXx6fKdMmWK1atWyrl27Oue/zHIxvucJZPCR9SLevXt3jp3X48ePW7169XzOd/LAAw/YyJEjfWbdy0v69+9vRYsWtXvuuccqVapk1apVc85Js3//fmvXrp0FBARYxYoVrUqVKhf8A/zQoUPWvXt3a968ubVt29YiIiKcHd/Ro0dbvnz5bOTIkT6TQAwYMMAWLFiQqzu/2Y9Vu/baay08PNwaNWpkjz/+uLMuK5Q1btzY1RnLsj8327dvt9atW1vhwoUtPj7ejh49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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "# Average price comparison\n", + "avg_prices = schools[['school_name', 'price_min', 'price_max']]\n", + "\n", + "# Plotting average prices\n", + "plt.figure(figsize=(10, 6))\n", + "plt.bar(avg_prices['school_name'], avg_prices['price_min'], label='Minimum Price')\n", + "plt.bar(avg_prices['school_name'], avg_prices['price_max'], bottom=avg_prices['price_min'], label='Maximum Price')\n", + "plt.xlabel('School Name')\n", + "plt.ylabel('Price')\n", + "plt.title('Price Comparison of Bootcamps')\n", + "plt.legend()\n", + "plt.xticks(rotation=45)\n", + "plt.show()" + ] + }, + { + "cell_type": "markdown", + "id": "ed57ae3c-eb02-4aec-9c26-46d8748725f2", + "metadata": {}, + "source": [ + "## Value for Money Analysis\n", + "\n", + "**Objective**: Assess whether the prices charged by Ironhack offer good value for money compared to its competitors based on ratings.\n", + "\n", + "Analysis Steps:\n", + "\n", + "- Price vs. Rating Correlation:\n", + "Analyze the correlation between course prices and overall ratings.\n", + "- Price per Rating Point:\n", + "Calculate the price per rating point for each school to understand value for money." + ] + }, + { + "cell_type": "code", + "execution_count": 271, + "id": "800382b1-6b2b-490c-b5c0-87339d108741", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "image/png": "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zjp58uRkHyezfnb/7nP0+eefa7Zs2SwC165du7R48eLGGOfnQcJpShKPHw8NDdWePXuqv7+/xfCCBM+aYfT333/XwMBA9fLyMrYn9u/fr8WLF9dGjRrprFmzdP369dq7d281m80ZMhnGvHnztHLlytq5c2eLybYuX76sUVFRWrduXR09erSqPgmLCUdvs9JrTth6wSV8sX3//ffaqlUrLV26tI4ePdqYPOD06dNavnx5LVCggFasWFHr1aunLi4uGTL7XEp89tln6unpaewRmj17tppMJnV2dtbvvvtOVZ8c4Zo1a5Z27949XY9qJfcjsnz5cjWZTPruu+8aXWEeP36sV69eVU9PTz1y5Ig2b95cS5cunWYDP3ft2qVvvPGG1qlTR1evXm0sHzt2rL7yyis6fPhwI3A9fPhQq1SpooUKFVJHR0c9dOjQf3rsfyPx+iZsINy+fVs9PT0tZu0bN26cms1mbdasmVaoUEFLlSpltE/vo5cJr3VYWJjev3/fCNN//vmn9ujRI0ngOnHihO7fvz/JDIrpZcOGDerj46OqT7qNJe4uFxkZaYxvO3/+fKYel/RvJPe5XLlypdavX1/9/f2NnUobNmzQ8uXLa6FChdTX11dbtGiRZQbgr1+/Xt966y0dP368qj6Z8bRLly7q7e2tDRs21J9++knbtm2r48aNU9Un43+KFi2apKuotUN24tfiq6++Mo5ex8TEaLly5bRGjRoWJ87+66+/tFy5chbjk7KytWvXarly5bRs2bIW67l7926tUaOGBgUFGTsOVf9vXHXZsmXVZDJpxYoVjfHToaGhOmnSJM2TJ4++//776b4u/9XEiRMtuq0m+Oyzz9RkMhk9BOLi4vTYsWOZ/jOYEgnfrQsXLlRvb29jZ0/i816aTKZnToSRIKH9d999pwEBAdqgQQM1mUzq7u5uzGS5a9cubdu2rXp6emq5cuW0QYMGGXranq+//lorVqyonTp1stjOuHr1qhYvXtz4Dbp375526tRJT58+naVec8IW9LvvvlNHR0cdMWKE/u9//1N/f3+tWbOmbtiwwWgzY8YMHTdunE6dOjXDZ597loiICH377beNs6lv2LBBnZycdMKECdq2bVs1m83GjHUxMTHGF1J6bYg//cXw9PmsBg0aZDHbV5kyZdTOzk6LFy+e5hs5+/fv1xYtWmitWrV05cqV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8AX1119/6ZkzZyxmG9q1a1eygWvixInpNj36s6xevVpDQkJU9clr5u3trePGjdObN29qx44dtVu3bmoymbRs2bIZevQt4fn9+eefdcKECdqlSxdt0aKFRZvDhw9ro0aNtGjRosbkAun1g5Hce+jUqVNar149dXNzM8aH/PDDD9q4cWMtWLCg1qpVS9u1a/fcTYaR2IoVKzRXrly6e/dujY6O1pMnT+qAAQOSdKVcvHhxpj9/U+INzjFjxmi5cuW0VKlS6uHhYXTJ27lzpwYEBGj+/PnVxsZGO3fubHEfPXv21BIlSmizZs108ODB2rZtW82TJ0+6zTr49ttva+vWrS2W7dy5U2vVqqUlSpTQn376KcltsvIOgHfffVcLFSqknTp10jfeeEMdHByM2eYOHTqkbdq00Vq1aunChQuT3HbdunVaqlQpnTt3rsXyRYsWaceOHbV79+6Z+v36tGHDhqmLi4uuW7fO4nQy0dHR+t5776nJZNIqVapoyZIltVy5cpl6Ypq/s2XLFvX19dVXXnlFL126pD169DA+X8eOHTPGxScEritXrujvv/+ux44dS9V42YReS+PGjbMI3fv379egoCDt0KFDhoStxK/XoEGDNH/+/Orh4aFly5a1OFK7ePFirVSpknbp0sU4v2OCrPiZJ2y9QBLeoNevX0+yYfr48WOtXr26xfk83nrrLZ06darF7HSZyZAhQzRv3rzasWNHLV26tJYrV84458qdO3f0jTfeUHt7ey1ZsqSWLVs23b+c79+/rz169NCGDRtqUFCQuru7Gxu106dP12zZsunUqVMtJlMYPny4bt68OU03bBOPDXvllVfUzc1N69Spo0OHDjWuSwhcdevWzdCZvRK/NpcvX9YmTZpo7ty5dezYsRoVFaUHDhzQ+vXr686dO/XBgwf6448/as2aNbVKlSoZ/gWcMJtbpUqVtGzZsurs7JxkI/XIkSPq6+urPj4+GhMTk+41J57dSvXJD7K/v7+6ubkZXQrv3r2rt27dspgh83kMWqqq48eP15o1a1osu3Dhgnbq1EltbW0tPgsJG66ZfQP2gw8+0Pz582tISIjeu3dP69evr9myZdPp06er6pPxeXnz5lUnJyfNli2bfvHFFxYbYzNnztQuXbqov7+/DhgwIF1PkzBq1CitWrWqcTqHxDWZTCb18fExxnBldevWrdNChQoZY2H379+vJpPJYpbYgwcPav369bVXr176/fff6+eff67Lly/X3377TR89eqQdOnTQevXq6aeffqpxcXEaFhamTZs21ffee8+4j8z+flVV/emnn9TLy8uYeCs6OlqvXr2qP/74o3EEaP369TpixAj94IMPMnw87n8RHx+vv/zyi1atWlWLFCmifn5+FttjZ86c0fr162v+/PmNsaKJPf2bkfCbeebMGd2zZ4/u2bNHHz16pHFxcTps2DD18/PT999/Xx89eqT379/XkSNHalBQkMVYsIxw/vx5rV27th4/flzPnz+vs2bN0pIlS2qHDh2MNkuWLNHChQtbnPMxqyJsPefmzp2r586dMy5/++23WqxYMS1evLhWr15dz549q/Hx8RoVFaVt2rTRZs2a6eLFi3X48OFaqFChdD/fQkpt3bpVCxcubMw6qPpklqKaNWtq3759NT4+Xv/8809ds2aNLliwIMPOJn/hwgV9+eWX1cHBwdjYSfDpp5+qyWTS3r1765dffqmNGze2OIl0Wta6adMmzZUrl06bNk3PnTunw4cP1zx58mjXrl2NL+/du3drw4YNtXHjxhoZGZnuewwT/4gcOXJEY2NjNSIiQleuXKn58uXTli1b6oQJE3TkyJE6ceLEZKe6zajAdffuXR0+fLjOmzdPVZ+EmCZNmmj+/PmTTJF99OhRi5nG0sv8+fO1SJEiSU4z8Ntvv2mVKlXUy8sr2ROUZ7U9x6mxcOFCLVSoUJLzxm3YsEFNJpPmypVLv/rqK2N5ZnsuEm9sxsfH68OHD7VRo0bGGJe1a9eqs7OzOjs769dff61z587V2rVr69atW/Wdd97R0aNHq42Njc6ZMyfJOBJrfpaedd9ff/21enl56YIFCyzepxs2bNDmzZtrp06dtHnz5nr79m2r1WYNy5YtS3Ly5/nz5xtH8ZYtW6ZOTk5G99WEbv2qT2YEfvfdd9XT01MbNmyoNWrU0FKlSumPP/6oV69e1W7duunLL7+sZrNZixUrpt7e3llu58jWrVu1bNmy+scff+hvv/2mw4cP15deekk9PT21SJEiFielT5DV1jHxez7hHGENGjTQnDlzGt+7iYNTw4YN1WQyJfudnPh+VJ/0AHF3d9fSpUuryWTSgIAA/f777zU2NlZHjBih3t7emiNHDn3llVfUyckpQ6Z3T2zevHnaoEED7dixo8XY0Llz52qJEiUspnQPCQnJkqH6aYSt59j9+/fV09NTvb299dKlS3rixAl1c3PTSZMm6ZIlS7R69erq5eWle/bsUdUnG+R16tTRl156SUuVKqWHDx/O4DV4tpUrV6qnp6fFl3BUVJR+8MEH6uPjk+SHTTX99oIl3iD74Ycf1MHBQWvUqKGNGzdOMuHIqlWrtESJElq+fHmtW7euceQhLTfqrl27pv7+/ka3xTt37mihQoW0Zs2aWrJkSe3atavxePv27cuQ6ccT/xC99957WqNGDV2+fLlGR0er6pMNjt69e6u/v79mz55dXV1dk+zhzqigdeTIETWbzVq+fHljelrVJ90/mjRpoi4uLul6dCDB08/H5s2btUKFClqlShVjQzbhdf/888/VZDKpvb19sp+drO5Z741Dhw5phQoVdPjw4RZ7kQ8dOqQdO3bUkSNHaoUKFfT06dPpVWqKtWrVSt966y2Lo5XXrl1TNzc3PXfunG7btk1z5cqls2fP1kmTJmn27Nk1W7ZsxvTvCRIHrkePHlm97sSvxdGjR/Xw4cMWs6t1795d3dzcdObMmXrs2DG9fv26NmnSRMeOHatLlixRR0dHq53jyxq2bdumJpNJ33vvPYuQOHr0aK1Tp45u3bpVnZ2djaB15coVnTt3rvbt21fv37+vy5YtUw8PD921a5eqPtlJ5+DgYIyljoiI0EuXLukXX3yh33zzTaY/6pPcZ3HHjh1avnx5rVGjhrETcP78+bpv3z596aWXdM2aNRlQadpJvM6//PKLMTPtzp079ZVXXtGyZctajJNUVaNL8z+9jvv371ez2axz5szRq1ev6qFDhzQoKEhr166tISEhGh8frxcvXtQvvvhClyxZkiGzSSfeGZowDs/Ly0urVq1q0e7evXs6b948LV26tL722msW12XW93NKEbaec6Ghofrqq69q5cqVdd26dRbdC+Lj47V+/fpasGBBo09sWFiYXr16NdMOBE/4wP3www9arFgxIxAm7iJpa2ubKb6cE/ZMxsTE6K+//qqNGjXSgIAAXb9+vUW7GzduWMwY9V/32CUX1BJvuJQqVUp79eqlUVFR2rlzZ7W3t9eWLVtmeDc8VdWRI0eqi4uLbtmyJcne69u3b+u+ffu0RYsWajKZkoztyCjx8fHavn17NZlMxpGtBFevXtU33nhDTSZThg1G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U8uWLally5Y0duxYqc+Q9zkSkydPpvDwcAoPDycbGxth7azPnz9Tly5dKCkpiVRUVEhBQYE+fPhA169fJ0VFRblfH6wkkJyjs3r1anr37h1NnDiRKlasSFOnTiVvb296/PgxLVu2jJYsWULa2tqko6NDOjo6dODAAVJWVpb784/9M4cPHyZvb2/aunUr2dvbU25uLr1584YeP35M+vr6BTKCMiavONhijDFWQEBAAK1fv54aNGhACgoKdObMGZoxYwb16dNH2Gf06NF0//592r59e7Gp3N67d4/at29PgYGB1L59e2H7ly9fhHXAwsPD6f79+6SgoEBBQUGkpKTEgVYRmzJlCi1evJjCwsIoNzeXNm7cSImJiTRz5kzy8vIiZWVlunPnDj169Ih0dXXJysqKsw6WMHv37qXp06fT7t276dmzZ7RlyxbauHEj5eTkUI0aNSgsLIxq1Kgh62Iy9rf4jsQYY0zKypUrKTY2luLi4sjBwYGioqIoLi6OBg8eTGlpaTR8+HAiyh+mU6pUqWITaBERvXv3jl69ekV16tQhov/3pCgrK1NWVhapqqrSkCFDpN7DFfiik5eXR8nJybR582aaO3cu9ezZk4jyE2P06NGD/P39CQB16tSJatSoIVXZ5qyDxde3GjPKlStHFy9epF69etG5c+eoQ4cONH36dNLU1KQRI0bQy5cvOdhixQLflRhj7DcnOezq8+fPdP/+fRo5ciQ5ODjQ7t27adSoURQYGEivXr2isWPHkoaGBvXt25emTZtG6urqRFQwRbM8+FaZ9PT0SEVFhU6fPk0mJiZSGcv27t1LSkpK5OHhIfUersAXrrNnz5KqqqrQO6WgoCAVOImD4JiYGLKxsaH58+eTgoICde/endTU1ITP4Z7H4kn8+xIR3b17l5SUlKhChQpUv359OnHiBP311180cOBAaty4MWlra1NmZiZpa2tTVlaWjEvO2D/DdybGGPuNvXv3Tgi0Tp06RaVKlaIxY8ZQ69atKSkpifz8/GjatGkUEBBArVq1IgDUv39/iomJIU1NTWEuk7wFWpJlys3NpU+fPhERka6uLllaWlJMTAwdP36ciEhYi2fFihW0a9cumZX5d3T8+HFydHSkkJAQunDhAhERVahQgfT09Cg6OpqI8hOzfP78mYiIzMzMKC8vj+bMmUOJiYlE9P2ELky++fv7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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "# Merge schools with comments to get ratings\n", + "merged_df1 = pd.merge(schools, comments, on='school_id')\n", + "\n", + "# Calculate average rating per school\n", + "avg_ratings = merged_df1.groupby('school_name_x')['overall_rating'].mean().reset_index()\n", + "\n", + "# Merge with price data\n", + "price_rating = pd.merge(avg_prices, avg_ratings, left_on='school_name', right_on='school_name_x')\n", + "\n", + "# Calculate price per rating point\n", + "price_rating['price_per_rating'] = (price_rating['price_min'] + price_rating['price_max']) / 2 / price_rating['overall_rating']\n", + "\n", + "# Plot price per rating point\n", + "plt.figure(figsize=(10, 6))\n", + "plt.bar(price_rating['school_name'], price_rating['price_per_rating'], color='green')\n", + "plt.xlabel('School Name')\n", + "plt.ylabel('Price per Rating Point')\n", + "plt.title('Value for Money: Price per Rating Point')\n", + "plt.xticks(rotation=45)\n", + "plt.show()\n", + "\n" + ] + }, + { + "cell_type": "code", + "execution_count": 301, + "id": "85114b06-bbd2-4708-9fa5-1cf7f8573520", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAABUMAAANVCAYAAABS+u8qAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy81sbWrAAAACXBIWXMAAA9hAAAPYQGoP6dpAADZyklEQVR4nOzdeXhN1/7H8c9JIqPkyIAkJEIRMYe0ippqrJkOxhBjZ7Rcqi2lqtoqpde9qi3SqvFWuVqtuTEPEWJMFaWhouaEIOP+/ZFr/3okWtFo6Hm/nuc8ctZae+/v3ld762OtvSyGYRgCAAAAAAAAgL85h8IuAAAAAAAAAAD+CoShAAAAAAAAAOwCYSgAAAAAAAAAu0AYCgAAAAAAAMAuEIYCAAAAAAAAsAuEoQAAAAAAAADsAmEoAAAAAAAAALtAGAoAAAAAAADALhCGAgAAAAAAALALhKEAAAB2Jjo6WhaLxfw4OTmpdOnS6tOnj3755ZfbOkdUVJRCQkLubqH3gOPHj9s8KwcHB3l7e6tp06ZatWrVHZ933rx5mjJlSp59FotFY8aMueNzAwAA4NYshmEYhV0EAAAA/jrR0dHq06ePZs+erUqVKunatWvasGGDJkyYoMDAQO3bt08eHh6/e46jR48qJSVF4eHhf1HVheP48eMqW7asXnzxRXXv3l1ZWVn64YcfNHbsWJ06dUrr1q1Tw4YN833etm3bav/+/Tp+/Hiuvm3btql06dIqXbp0AdwBAAAAfsupsAsAAABA4ahataoiIiIkSU2aNFFWVpbGjRunpUuXqkePHnkec/XqVbm7u+uBBx74K0stdMHBwXr44YclSfXr11eFChXUqFEjzZw5847C0N9z4zoAAAAoeCyTBwAAgKT/D+F+/vlnSTlL4YsWLap9+/apRYsW8vT0VNOmTc2+m5fJZ2dn65///Kdq1qwpNzc3FStWTA8//LCWLVtmM27hwoWqW7euPDw8VLRoUbVs2VK7d+/+3dr27Nkji8WimTNn5ur77rvvZLFYzOucPXtWAwcOVFBQkFxcXFS8eHHVr19fa9asuaPnkpcbIfKvv/5q0/6vf/1LDRs2VIkSJeTh4aFq1arpvffeU0ZGhjmmcePGWr58uX7++WebJfg33LxM/sZrDb7//ns9++yz8vPzk6+vrzp37qxTp07ZXD8tLU1Dhw6Vv7+/3N3d1bBhQ8XFxSkkJERRUVEFdv8AAAD3K2aGAgAAQJJ05MgRSVLx4sXNtvT0dLVv315PP/20XnnlFWVmZt7y+KioKH3xxRfq16+f3nzzTTk7O2vXrl02S8Hffvttvf766+rTp49ef/11paena+LEiWrQoIF27NihypUr53nuGjVqKDw8XLNnz1a/fv1s+qKjo1WiRAm1bt1akhQZGaldu3Zp/Pjxqlixoi5duqRdu3bp/Pnzd/pocjl27JgkqWLFijbtR48eVffu3VW2bFk5Oztrz549Gj9+vH744QfNmjVLkvTvf/9bAwcO1NGjR7VkyZLbvmb//v3Vpk0bzZs3TydOnNA//vEP9ezZU+vWrTPH9OnTRwsXLtTw4cP16KOP6uDBg+rUqZNSUlIK4K4BAADuf4ShAAAAdiorK0uZmZm6fv261q9fr7feekuenp5q3769OSYjI0OjR49Wnz59fvdcGzdu1Jw5c/Taa6/prbfeMttbtWpl/nzixAm98cYbeuGFF/Thhx+a7c2bN1eFChU0duxYLVy48JbX6NOnjwYNGqQff/zRDCEvXryo//73v3rhhRfk5JTzn7abN29W//79NWDAAPPYDh063OZTyVt2drYyMzPNd4Y+++yzCggI0Msvv2wzbvLkyTbHNGjQQL6+vurTp48mTZokb29vVa5cWcWKFZOLi0u+lsS3atXK5rlduHBBw4cP1+nTp+Xv76+DBw9q/vz5GjFihCZMmCAp59mWLFlS3bp1+1P3DwAA8HfBMnkAAAA79fDDD6tIkSLy9PRU27Zt5e/vr++++04lS5a0Gff444//4bm+++47SdLzzz9/yzErV65UZmamevXqpczMTPPj6uqqRo0aKSYm5nev0aNHD7m4uCg6Otpsmz9/vtLS0mzC2oceekjR0dF66623tG3bNpsl6ndqxIgRKlKkiFxdXVWzZk3t379fX3/9da5XBezevVvt27eXr6+vHB0dVaRIEfXq1UtZWVn68ccf/1QNvw2pJal69eqS/v+1BuvXr5ckPfXUUzbjnnjiCTMoBgAAsHeEoQAAAHbq888/V2xsrHbv3q1Tp05p7969ql+/vs0Yd3d3eXl5/eG5zp49K0dHR/n7+99yzI33az744IMqUqSIzWfhwoU6d+7c717Dx8dH7du31+eff66srCxJOUvkH3roIVWpUsUct3DhQvXu3Vuffvqp6tatKx8fH/Xq1UunT5/+w/u4lcGDBys2NlabNm3S+++/r4yMDHXo0MFm6X1iYqIaNGigX375RVOnTtXGjRsVGxurf/3rX5Kka9eu3fH1JcnX19fmu4uLi815b9Ryc5jt5OSU61gAAAB7xV8RAwAA2KmwsDBzI6Bb+e3GPr+nePHiysrK0unTpxUQEJDnGD8/P0nSl19+qTJlyuSv2P/p06eP/vOf/2j16tUKDg5WbGyspk+fnus6U6ZM0ZQpU5SYmKhly5bplVde0ZkzZ7RixYo7um7p0qXNZ1W/fn35+/urZ8+eeuONNzRt2jRJ0tKlS5WamqqvvvrK5v7i4+Pv6Jr5dSPw/PXXX1WqVCmzPTMzs0DflwoAAHA/Y2YoAAAA/rTHHntMknIFk7/VsmVLOTk56ejRo4qIiMjz80datGihUqVKafbs2Zo9e7ZcXV1/932YwcHBeuGFF9S8eXPt2rUr/zd2Cz169FDjxo31ySefmMvUbwTHN2ZsSpJhGPrkk09yHe/i4vKnZ4rerGHDhpKU672rX3755e9ufAUAAGBPmBkKAACAP61BgwaKjIzUW2+9pV9//VVt27aVi4uLdu/eLXd3d7344osKCQnRm2++qddee00//fSTWrVqJW9vb/3666/asWOHPDw8NHbs2N+9jqOjo3r16qXJkyfLy8tLnTt3ltVqNfuTk5PVpEkTde/eXZUqVZKnp6diY2O1YsUKde7c2Rz35ptv6s0339TatWvVqFGjO7rnd999V3Xq1NG4ceP06aefqnnz5nJ2dla3bt00fPhwXb9+XdOnT9fFixdzHVutWjV99dVXmj59umrXri0HB4fbCoN/T5UqVdStWzdNmjRJjo6OevTRR3XgwAFNmjRJVqtVDg7MgwAAACAMBQAAQIGIjo5WrVq1NHPmTEVHR8vNzU2VK1fWq6++ao4ZOXKkKleurKlTp5qbH/n7++vBBx/UM888c1vX6dOnjyZMmKCzZ8/m2uXe1dVVderU0Zw5c3T8+HFlZGQoODhYI0aM0PDhw81x2dnZysrKkmEYd3y/Dz30kJ588kl99tlnGjlypCpVqqTFixfr9ddfV+fOneXr66vu3bvr5ZdfNmfO3jB48GAdOHBAr776qpKTk2UYxp+q5YbZs2crICBAM2fO1AcffKCaNWtq0aJFatWqlYoVK/anzw8AAHC/sxgF8V9dAAAAAO5JW7ZsUf369TV37lx17969sMsBAAAoVIShAAAAwN/E6tWrtXXrVtWuXVtubm7as2eP3nnnHVmtVu3du1eurq6FXSIAAEChYpk8AAAA8Dfh5eWlVatWacqUKbp8+bL8/Pz02GOPacKECQShAAAAYmYoAAAAAAAAADvBlpIAAAAAAAAA7AJhKAAAAAAAAAC7QBgKAAAAAAAAwC6wgVIBys7O1qlTp+Tp6SmLxVLY5QAAAAAAAAD3FcMwdPnyZQUGBsrBoeDncRKGFqBTp04pKCiosMsAAAAAAAAA7msnTpxQ6dKlC/y8hKEFyNPTU1LO/1heXl6FXA0AAAAAAABwf0lJSVFQUJCZsxU0wtACdGNpvJeXF2EoAAAAAAAAcIfu1iso2UAJAAAAAAAAgF0gDAUAAAAAAABgFwhDAQAAAAAAANiFQg1DN2zYoHbt2ikwMFAWi0VLly616bdYLHl+Jk6caI5p3Lhxrv6uXbvanOfixYuKjIyU1WqV1WpVZGSkLl26ZDMmMTFR7dq1k4eHh/z8/DRo0CClp6ffrVsHAAAAAAAA8Bcr1DA0NTVVNWrU0LRp0/LsT0pKsvnMmjVLFotFjz/+uM24AQMG2IybMWOGTX/37t0VHx+vFStWaMWKFYqPj1dkZKTZn5WVpTZt2ig1NVWbNm3SggULtHjxYg0dOrTgbxoAAAAAAABAoSjU3eQfe+wxPfbYY7fs9/f3t/n+3//+V02aNFG5cuVs2t3d3XONvSEhIUErVqzQtm3bVKdOHUnSJ598orp16+rQoUMKDQ3VqlWrdPDgQZ04cUKBgYGSpEmTJikqKkrjx49nZ3gAAAAAAADgb+C+eWfor7/+quXLl6tfv365+ubOnSs/Pz9VqVJFw4YN0+XLl82+rVu3ymq1mkGoJD388MOyWq3asmWLOaZq1apmECpJLVu2VFpamuLi4m5ZU1pamlJSUmw+AAAAAAAAAO5NhTozND8+++wzeXp6qnPnzjbtPXr0UNmyZeXv76/9+/dr5MiR2rNnj1avXi1JOn36tEqUKJHrfCVKlNDp06fNMSVLlrTp9/b2lrOzszkmLxMmTNDYsWP/7K0BAAAAAAAA+AvcN2HorFmz1KNHD7m6utq0DxgwwPy5atWqqlChgiIiIrRr1y7VqlVLUs5GTDczDMOm/XbG3GzkyJF6+eWXze8pKSkKCgq6/ZsCAAAAAAAA8Je5L5bJb9y4UYcOHVL//v3/cGytWrVUpEgRHT58WFLOe0d//fXXXOPOnj1rzgb19/fPNQP04sWLysjIyDVj9LdcXFzk5eVl8wEAAAAAAABwb7ovwtCZM2eqdu3aqlGjxh+OPXDggDIyMhQQECBJqlu3rpKTk7Vjxw5zzPbt25WcnKx69eqZY/bv36+kpCRzzKpVq+Ti4qLatWsX8N0AAAAAAAAAKAyFukz+ypUrOnLkiPn92LFjio+Pl4+Pj4KDgyXlLD3/z3/+o0mTJuU6/ujRo5o7d65at24tPz8/HTx4UEOHDlV4eLjq168vSQoLC1OrVq00YMAAzZgxQ5I0cOBAtW3bVqGhoZKkFi1aqHLlyoqMjNTEiRN14cIFDRs2TAMGDGC2JwAAAAAAAPA3UagzQ3fu3Knw8HCFh4dLkl5++WWFh4dr9OjR5pgFCxbIMAx169Yt1/HOzs5au3atWrZsqdDQUA0aNEgtWrTQmjVr5OjoaI6bO3euqlWrphYtWqhFixaqXr265syZY/Y7Ojpq+fLlcnV1Vf369fXUU0+pY8eOev/99+/i3QMAAAAAAAD4K1kMwzAKu4i/i5SUFFmtViUnJzOjFAAAAAAAAMinu52v3RfvDAUAAAAAAACAP4swFAAAAAAAAIBdIAwFAAAAAAAAYBcIQwEAAAAAAADYBcJQAAAAAAAAAHaBMBQAAAAAAACAXSAMBQAAAAAAAGAXCEMBAAAAAMDfWlRUlDp27Gh+b9y4sYYMGVJo9QAoPE6FXQAAAAAAAMCYMWO0dOlSxcfH3/VrffXVVypSpMhdvw6Aew9hKAAAAAAAsCs+Pj6FXQKAQsIyeQAAAAAAUCBWrFihRx55RMWKFZOvr6/atm2ro0ePmv0nT55U165d5ePjIw8PD0VERGj79u2Kjo7W2LFjtWfPHlksFlksFkVHR+v48eOyWCw2s0UvXboki8WimJgYSVJWVpb69eunsmXLys3NTaGhoZo6derv1vnbZfIxMTHmNX/7iYqKMsd//fXXql27tlxdXVWuXDmNHTtWmZmZBfXYAPyFmBkKAAAAAAAKRGpqql5++WVVq1ZNqampGj16tDp16qT4+HhdvXpVjRo1UqlSpbRs2TL5+/tr165dys7OVpcuXbR//36tWLFCa9askSRZrVb9+uuvf3jN7OxslS5dWosWLZKfn5+2bNmigQMHKiAgQE899dQfHl+vXj0lJSWZ3xMSEtS6dWs1bNhQkrRy5Ur17NlTH374oRo0aKCjR49q4MCBkqQ33njjTh4TgEJEGAoAAAAAAArE448/bvN95syZKlGihA4ePKgtW7bo7Nmzio2NNZeply9f3hxbtGhROTk5yd/fP1/XLFKkiMaOHWt+L1u2rLZs2aJFixbdVhjq7OxsXvP8+fMaMGCA+vbtq759+0qSxo8fr1deeUW9e/eWJJUrV07jxo3T8OHDCUOB+xBhKAAAAAAAKBBHjx7VqFGjtG3bNp07d07Z2dmSpMTERMXHxys8PLzA3teZnS0dPy5dviwtW/aRliz5VD///LOuXbum9PR01axZM1/ny8jI0OOPP67g4GCbZfZxcXGKjY3V+PHjzbasrCxdv35dV69elbu7e4HcD4C/BmEoAAAAAAAoEO3atVNQUJA++eQTBQYGKjs7W1WrVlV6errc3NzyfT4Hh5ytTgzDMNsyMjIkSfPmSenp0uHDixQb+5Jat56kkSPrqkYNT02cOFHbt2/P17WeffZZJSYmKjY2Vk5O/x+XZGdna+zYsercuXOuY1xdXfN9TwAKF2EoAAAAAAD4086fP6+EhATNmDFDDRo0kCRt2rTJ7K9evbo+/fRTXbhwIc/Zoc7OzsrKyrJpK168uCQpKSlJ4eHhkqRly+IlSYcPS7VrSwkJGxUYWE8uLs9pzRqpcmXZbNp0OyZPnqyFCxdq69at8vX1temrVauWDh06ZLOkH8D9izAUAAAAAAD8ad7e3vL19dXHH3+sgIAAJSYm6pVXXjH7u3XrprffflsdO3bUhAkTFBAQoN27dyswMFB169ZVSEiIjh07pvj4eJUuXVqenp5yc3PTww8/rHfeeUchISE6c+acxox5XZIUEiJ5eUm+vuW1b9/ncnZeqWPHyur55+coLi5WZcuWva2616xZo+HDh+tf//qX/Pz8dPr0aUmSm5ubrFarRo8erbZt2yooKEhPPvmkHBwctHfvXu3bt09vvfVWgT9HAHeXQ2EXAAAAAAAA7n8ODg5asGCB4uLiVLVqVb300kuaOHGi2e/s7KxVq1apRIkSat26tapVq6Z33nlHjo6OknI2X2rVqpWaNGmi4sWLa/78+ZKkWbNmKSMjQxEREXr++cEKDc0JIC2WnPNGRDyjsLDOWry4i2Ji6uiXX86rR4/nbrvuTZs2KSsrS88884wCAgLMz+DBgyVJLVu21DfffKPVq1frwQcf1MMPP6zJkyerTJkyBfHYAPzFLMZvX7yBPyUlJUVWq1XJycny8vIq7HIAAAAAAPhb2bdPGjdOCg2V/peh2sjMlH78URo1SqpW7a+vD8Cfd7fzNWaGAgAAAACA+4Knp+TqKqWm5t2fmprT7+n519YF4P5BGAoAAAAAAO4LwcFSpUrSiRPSzetcDUM6eVIKC8sZBwB5IQwFAAAAAAD3BQcHqVMnyc9POnhQSk7OWRqfnJzz3c9P6tgxZxwA5IV/PQAAAAAAgPtGWJg0aJAUHi6dP5/zjtDz56VatXLaw8IKu0IA9zKnwi4AAAAAAAAgP8LCcjZRSkyULl/OeUdocDAzQgH8McJQAAAAAABw33FwkEJCCrsKAPcb/s4EAAAAAAAAgF0gDAUAAAAAAABgFwhDAQAAAAAAANgFwlAAAAAAAAAAdoEwFAAAAAAAAIBdIAwFAAAAAAAAYBcIQwEAAAAAAADYBcJQAAAAAAAAAHaBMBQAAAAAAACAXSAMBQAAAAAAAGAXCEMBAAAAAAAA2AXCUAAAAAAAAAB2gTAUAAAAAAAAgF0gDAUAAAAAAABgFwhDAQAAAAAAANgFwlAAAAAAAAAAdoEwFAAAAAAAAIBdIAwFAAAAAAAAYBcIQwEAAAAAAADYBcJQAAAAAAAAAHaBMBQAAAAAAACAXSAMBQAAAAAAAGAXCEMBAAAAAAAA2AXCUAAAAAAAAAB2gTAUAAAAAAAAgF0gDAUAAAAAAABgFwhDAQAAAAAAANgFwlAAAAAAAAAAdoEwFAAAAAAAAIBdIAwFAAAAAAAAYBcIQwEAAAAAAADYBcJQAAAAAAAAAHaBMBQAAAAAAACAXSAMBQAAAAAAAGAXCEMBAAAAAAAA2AXCUAAAAAAAAAB2gTAUAAAAAAAAgF0gDAUAAAAAAABgFwhDAQAAAAAAANgFwlAAAAAAAAAAdoEwFAAAAAAAAIBdIAwFAAAAAAAAYBcIQwEAAAAAAADYBcJQAAAAAAAAAHaBMBQAAAAAAACAXSAMBQAAAAAAAGAXCEMBAAAAAAAA2AXCUAAAAAAAAAB2gTAUAAAAAAAAgF0gDAUAAAAAAABgFwhDAQAAAAAAANgFwlAAAAAAAAAAdoEwFAAAAAAAAIBdIAwFAAAAAAAAYBcIQwEAAAAAAADYBcJQAAAAAAAAAHaBMBQAAAAAAACAXSAMBQAAAAAAAGAXCEMBAAAAAAAA2AXCUAAAAAAAAAB2gTAUAAAAAAAAgF0gDAUAAAAAAABgFwhDAQAAAAAAANgFwlAAAAAAAAAAdoEwFAAAAAAAAIBdIAwFAAAAAAAAYBcIQwEAAAAAAADYBcJQAAAAAAAAAHahUMPQDRs2qF27dgoMDJTFYtHSpUtt+qOiomSxWGw+Dz/8sM2YtLQ0vfjii/Lz85OHh4fat2+vkydP2oy5ePGiIiMjZbVaZbVaFRkZqUuXLtmMSUxMVLt27eTh4SE/Pz8NGjRI6enpd+O2AQAAAAAAABSCQg1DU1NTVaNGDU2bNu2WY1q1aqWkpCTz8+2339r0DxkyREuWLNGCBQu0adMmXblyRW3btlVWVpY5pnv37oqPj9eKFSu0YsUKxcfHKzIy0uzPyspSmzZtlJqaqk2bNmnBggVavHixhg4dWvA3DQAAAAAAAKBQOBXmxR977DE99thjvzvGxcVF/v7+efYlJydr5syZmjNnjpo1ayZJ+uKLLxQUFKQ1a9aoZcuWSkhI0IoVK7Rt2zbVqVNHkvTJJ5+obt26OnTokEJDQ7Vq1SodPHhQJ06cUGBgoCRp0qRJioqK0vjx4+Xl5VWAdw0AAAAAAACgMNzz7wyNiYlRiRIlVLFiRQ0YMEBnzpwx++Li4pSRkaEWLVqYbYGBgapataq2bNkiSdq6dausVqsZhErSww8/LKvVajOmatWqZhAqSS1btlRaWpri4uJuWVtaWppSUlJsPgAAAAAAAADuTfd0GPrYY49p7ty5WrdunSZNmqTY2Fg9+uijSktLkySdPn1azs7O8vb2tjmuZMmSOn36tDmmRIkSuc5dokQJmzElS5a06ff29pazs7M5Ji8TJkww30NqtVoVFBT0p+4XAAAAAAAAwN1TqMvk/0iXLl3Mn6tWraqIiAiVKVNGy5cvV+fOnW95nGEYslgs5vff/vxnxtxs5MiRevnll83vKSkpBKIAAAAAAADAPeqenhl6s4CAAJUpU0aHDx+WJPn7+ys9PV0XL160GXfmzBlzpqe/v79+/fXXXOc6e/aszZibZ4BevHhRGRkZuWaM/paLi4u8vLxsPgAAAAAAAADuTfdVGHr+/HmdOHFCAQEBkqTatWurSJEiWr16tTkmKSlJ+/fvV7169SRJdevWVXJysnbs2GGO2b59u5KTk23G7N+/X0lJSeaYVatWycXFRbVr1/4rbg0AAAAAAADAXVaoy+SvXLmiI0eOmN+PHTum+Ph4+fj4yMfHR2PGjNHjjz+ugIAAHT9+XK+++qr8/PzUqVMnSZLValW/fv00dOhQ+fr6ysfHR8OGDVO1atXM3eXDwsLUqlUrDRgwQDNmzJAkDRw4UG3btlVoaKgkqUWLFqpcubIiIyM1ceJEXbhwQcOGDdOAAQOY7QkAAAAAAAD8TRRqGLpz5041adLE/H7j/Zu9e/fW9OnTtW/fPn3++ee6dOmSAgIC1KRJEy1cuFCenp7mMR988IGcnJz01FNP6dq1a2ratKmio6Pl6Ohojpk7d64GDRpk7jrfvn17TZs2zex3dHTU8uXL9dxzz6l+/fpyc3NT9+7d9f7779/tRwAAAAAAAADgL2IxDMMo7CL+LlJSUmS1WpWcnMyMUgAAAAAAACCf7na+dl+9MxQAAAAAAAAA7hRhKAAAAAAAAAC7QBgKAAAAAAAAwC4QhgIAAAAAAACwC4ShAAAAAAAAAOwCYSgAAAAAAAAAu0AYCgAAAAAAAMAuEIYCAAAAAAAAsAuEoQAAAAAAAADsAmEoAAAAAAAAALtAGAoAAAAAAADALhCGAgAAAAAAALALhKEAAAAAAAAA7AJhKAAAAAAAAAC7QBgKAAAAAAAAwC4QhgIAAAAAAACwC4ShAAAAAAAAAOwCYSgAAAAAAAAAu0AYCgAAAAAAAMAuEIYCAAAAAAAAsAuEoQAAAAAAAADsAmEoAAAAAAAAALtAGAoAAAAAAADALhCGAgAAAAAAALALhKEAAAAAAAAA7AJhKAAAAAAAAAC7QBgKAAAAAAAAwC4QhgIAAAAAAACwC4ShAAAAAAAAAOwCYSgAAAAAAAAAu0AYCgAAAAAAAMAuEIYCAAAAAAAAsAuEoQAAAAAAAADsAmEoAAAAAAAAALtAGAoAAAAAAADALhCGAgAAAAAAALALhKEAAAAAAAAA7AJhKAAAAAAAAAC7QBgKAAAAAAAAwC4QhgIAAAAAAACwC4ShAAAAAAAAAOwCYSgAAAAAAAAAu0AYCgAAAAAAAMAuEIYCAAAAAAAAsAuEoQAAAAAAAADsAmEoAAAAAAAAALtAGAoAAAAAAADALhCGAgAAAAAAALALhKEAAAAAAAAA7AJhKAAAAAAAAAC7QBgKAAAAAAAAwC4QhgIAAAAAAACwC4ShAAAAAAAAAOwCYSgAAAAAAAAAu0AYCgAAAAAAAMAuEIYCAAAAAAAAsAuEoQAAAAAAAADsAmEoAAAAAAAAALtAGAoAAAAAAADALhCGAgAAAAAAALALhKEAAAAAAAAA7AJhKAAAAAAAAAC7QBgKAAAAAAAAwC4QhgIAAAAAAACwC4ShAAAAAAAAAOwCYSgAAAAAAAAAu0AYCgAAAAAAAMAuEIYCAAAAAAAAsAuEoQAAAAAAAADsAmEoAAAAAAAAALtAGAoAAAAAAADALhCGAgAAAAAAALALhKEAAAAAAAAA7AJhKAAAAAAAAAC7QBgKAAAAAAAAwC4QhgIAAAAAAACwC4ShAAAAAAAAAOwCYSgAAAAAAAAAu0AYCgAAAAAAAMAuEIYCAAAAAAAAsAuEoQAAAAAAAADsAmEoAAAAAAAAALtAGAoAAAAAAADALhCGAgAAAAAAALALhKEAAAAAAAAA7AJhKAAAAAAAAAC7QBgKAAAAAAAAwC4QhgIAAAAAAACwC4ShAAAAAAAAAOwCYSgAAAAAAAAAu0AYCgAAAAAAAMAuEIYCAAAAAAAAsAuFGoZu2LBB7dq1U2BgoCwWi5YuXWr2ZWRkaMSIEapWrZo8PDwUGBioXr166dSpUzbnaNy4sSwWi82na9euNmMuXryoyMhIWa1WWa1WRUZG6tKlSzZjEhMT1a5dO3l4eMjPz0+DBg1Senr63bp1AAAAAAAAAH+xQg1DU1NTVaNGDU2bNi1X39WrV7Vr1y6NGjVKu3bt0ldffaUff/xR7du3zzV2wIABSkpKMj8zZsyw6e/evbvi4+O1YsUKrVixQvHx8YqMjDT7s7Ky1KZNG6WmpmrTpk1asGCBFi9erKFDhxb8TQMAAAAAAAAoFE6FefHHHntMjz32WJ59VqtVq1evtmn75z//qYceekiJiYkKDg42293d3eXv75/neRISErRixQpt27ZNderUkSR98sknqlu3rg4dOqTQ0FCtWrVKBw8e1IkTJxQYGChJmjRpkqKiojR+/Hh5eXkVxO0CAAAAAAAAKET31TtDk5OTZbFYVKxYMZv2uXPnys/PT1WqVNGwYcN0+fJls2/r1q2yWq1mECpJDz/8sKxWq7Zs2WKOqVq1qhmESlLLli2VlpamuLi4W9aTlpamlJQUmw8AAAAAAACAe1OhzgzNj+vXr+uVV15R9+7dbWZq9ujRQ2XLlpW/v7/279+vkSNHas+ePeas0tOnT6tEiRK5zleiRAmdPn3aHFOyZEmbfm9vbzk7O5tj8jJhwgSNHTu2IG4PAAAAAAAAwF12X4ShGRkZ6tq1q7Kzs/Xvf//bpm/AgAHmz1WrVlWFChUUERGhXbt2qVatWpIki8WS65yGYdi0386Ym40cOVIvv/yy+T0lJUVBQUG3f2MAAAAAAAAA/jL3/DL5jIwMPfXUUzp27JhWr179h+/vrFWrlooUKaLDhw9Lkvz9/fXrr7/mGnf27FlzNqi/v3+uGaAXL15URkZGrhmjv+Xi4iIvLy+bDwAAAAAAAIB70z0dht4IQg8fPqw1a9bI19f3D485cOCAMjIyFBAQIEmqW7eukpOTtWPHDnPM9u3blZycrHr16plj9u/fr6SkJHPMqlWr5OLiotq1axfwXQEAAAAAAAAoDIW6TP7KlSs6cuSI+f3YsWOKj4+Xj4+PAgMD9cQTT2jXrl365ptvlJWVZc7e9PHxkbOzs44ePaq5c+eqdevW8vPz08GDBzV06FCFh4erfv36kqSwsDC1atVKAwYM0IwZMyRJAwcOVNu2bRUaGipJatGihSpXrqzIyEhNnDhRFy5c0LBhwzRgwABmewIAAAAAAAB/ExbDMIzCunhMTIyaNGmSq713794aM2aMypYtm+dx33//vRo3bqwTJ06oZ8+e2r9/v65cuaKgoCC1adNGb7zxhnx8fMzxFy5c0KBBg7Rs2TJJUvv27TVt2jSbXekTExP13HPPad26dXJzc1P37t31/vvvy8XF5bbvJyUlRVarVcnJyYSoAAAAAAAAQD7d7XytUMPQvxvCUAAAAAAAAODO3e187Z5+ZygAAAAAAAAAFBTCUAAAAAAAAAB2gTAUAAAAAAAAgF0gDAUAAAAAAABgFwhDAQAAAAAAANgFwlAAAAAAAAAAdoEwFAAAAAAAAIBdIAwFAAAAAAAAYBcIQwEAAAAAAADYBcJQAAAAAAAAAHaBMBQAAAAAAACAXSAMBQAAAAAAAGAXCEMBAAAAAAAA2AXCUAAAAAAAAAB2gTAUAAAAAAAAgF0gDAUAAAAAAABgFwhDAQAAAAAAANgFwlAAAAAAAAAAdoEwFAAAAAAAAIBdIAwFAAAAAAAAYBcIQwEAAAAAAADYBcJQAAAAAAAAAHaBMBQAAAAAAACAXSAMBQAAAAAAAGAXCEMBAAAAAAAA2AXCUAAAAAAAAAB2gTAUAAAAAAAAgF0gDAUAAAAAAABgFwhDAQAAAAAAANgFwlAAAAAAAAAAdoEwFAAAAAAAAIBdIAwFAAAAAAAAYBcIQwEAAAAAAADYBcJQAAAAAAAAAHaBMBQAAAAAAACAXSAMBQAAAAAAAGAXCEMBAAAAAAAA2AXCUAAAAAAAAAB2gTAUAAAAAAAAgF0gDAUAAAAAAABgFwhDAQAAAAAF7vjx47JYLIqPjy/sUgAAMBGGAgAAAAAAALALhKEAAAAAgHtSenp6YZcAAPibIQwFAAAAANyx7OxsvfvuuypfvrxcXFwUHBys8ePH5xqXlZWlfv36qWzZsnJzc1NoaKimTp1qMyYqKkodO3bUhAkTFBgYqIoVK0qSLBaLli5dajO2WLFiio6OlpQTmr7wwgsKCAiQq6urQkJCNGHCBEnS0KFD1a5dO/O4KVOmyGKxaPny5WZbaGioZsyYIUmKjY1V8+bN5efnJ6vVqkaNGmnXrl3m2L59+6pt27Y2tWRmZsrf31+zZs3K59MDAPzVnAq7AAAAAADA/WvkyJH65JNP9MEHH+iRRx5RUlKSfvjhh1zjsrOzVbp0aS1atEh+fn7asmWLBg4cqICAAD311FPmuLVr18rLy0urV6+WYRi3VcOHH36oZcuWadGiRQoODtaJEyd04sQJSVLjxo01c+ZMZWdny8HBQevXr5efn5/Wr1+vNm3a6PTp0/rxxx/VqFEjSdLly5fVu3dvffjhh5KkSZMmqXXr1jp8+LA8PT3Vv39/NWzYUElJSQoICJAkffvtt7py5YrNfQAA7k3MDAUAAAAA3JHLly9r6tSpeu+999S7d2898MADeuSRR9S/f/9cY4sUKaKxY8fqwQcfVNmyZdWjRw9FRUVp0aJFNuM8PDz06aefqkqVKqpateof1pCdLe3fn6iAgAoqXfoRBQWV0SOPPKJu3bpJkho2bKjLly9r9+7dMgxDGzdu1NChQxUTEyNJ+v7771WyZElVqlRJkvToo4+qZ8+eCgsLU1hYmGbMmKGrV69q/fr1kqR69eopNDRUc+bMMWuYPXu2nnzySRUtWvSOniOAe1fjxo01ZMiQv+x6N2bI/1lLly5V+fLl5ejoaNafV5s9IgwFAAAAANyRhIQEpaWlqWnTprc1/qOPPlJERISKFy+uokWL6pNPPlFiYqLNmGrVqsnZ2fm2znfqlPTOO9LZs1GKj49XjRqheuSRQfr001XmGKvVqpo1ayomJkb79u2Tg4ODnn76ae3Zs0eXL19WTEyMOStUks6cOaNnnnlGFStWlNVqldVq1ZUrV2zq7N+/v2bPnm2OX758ufr27XtbNQPAX+Hpp5/WE088oRMnTmjcuHG3bPszYmJiZLFYdOnSpT99rr8SYSgAAAAA4I64ubnd9thFixbppZdeUt++fbVq1SrFx8erT58+uTZJ8vDwyHWsxWLJtWQ+PT1Dq1dLu3dLoaG1NHjwMTVoME6nT1/T888/pZYtnzDHNm7cWDExMVq/fr0aNWokb29vValSRZs3b1ZMTIwaN25sjo2KilJcXJymTJmiLVu2KD4+Xr6+vjZ19urVSz/99JO2bt2qL774QiEhIWrQoMFtPwsAuJuuXLmiM2fOqGXLlgoMDJSnp2eebfaKMBQAAAAAcEcqVKggNzc3rV279g/Hbty4UfXq1dNzzz2n8PBwlS9fXkePHr2t6xQvXlxJSUnm90OHDuvatau6ckWqXFny8pLc3b304INdFBn5iR56aKFWrVqsc+cuSMoJQzdu3Kh169aZwWejRo20YMECm/eF3qhz0KBBat26tapUqSIXFxedO3fOph5fX1917NhRs2fP1uzZs9WnT5/bug8A97f09HQNHz5cpUqVkoeHh+rUqWO+ciM5OVlubm5asWKFzTFfffWVPDw8dOXKFUnSL7/8oi5dusjb21u+vr7q0KGDjh8/XmB1xMTEmEHno48+KovFcss2SdqyZYsaNmwoNzc3BQUFadCgQUpNTTWvlZaWpuHDhysoKEguLi6qUKGCZs6cqePHj6tJkyaSJG9vb1ksFkVFReXrPgoLYSgAAAAA4I64urpqxIgRGj58uD7//HMdPXpU27Zt08yZM3ONLV++vHbu3KmVK1fqxx9/1KhRoxQbG3tb13n00Uc1bdo07dq1Szt37lTfvs/IwaGIfHwki0XauvUD7d+/QOfO/aALF37UxYv/kZubv1JSikn6//eGfv3112YY2rhxY33xxRcqXry4KleubFPnnDlzlJCQoO3bt6tHjx55zoDt37+/PvvsMyUkJKh37975f3gA7jt9+vTR5s2btWDBAu3du1dPPvmkWrVqpcOHD8tqtapNmzaaO3euzTHz5s1Thw4dVLRoUV29elVNmjRR0aJFtWHDBm3atElFixZVq1atcs2Sv9M66tWrp0OHDkmSFi9erKSkpFu27du3Ty1btlTnzp21d+9eLVy4UJs2bdILL7xgXqtXr15asGCBPvzwQyUkJOijjz5S0aJFFRQUpMWLF0uSDh06pKSkJE2dOvXPPuK/BLvJAwAAAADu2KhRo+Tk5KTRo0fr1KlTCggI0DPPPJNr3DPPPKP4+Hh16dJFFotF3bp103PPPafvvvvuD68xadIk9enTRw0bNlRgYKCGDJmq2Ng4ubjk9Ds7F9Xmze/q/PnDcnBwVEDAg6pf/1ulpubM/7FarQoPD1diYqIZfDZo0EDZ2dk2s0IladasWRo4cKDCw8MVHByst99+W8OGDctVU7NmzRQQEKAqVaooMDAwv48NwH3m6NGjmj9/vk6ePGn+Mz9s2DCtWLFCs2fP1ttvv60ePXqoV69eunr1qtzd3ZWSkqLly5eboeGCBQvk4OCgTz/9VBaLRVLOBmzFihVTTEyMWrRoUSB1lChRQpLk4+Mjf39/ScqzbeLEierevbu5mVKFChX04YcfqlGjRpo+fboSExO1aNEirV69Ws2aNZMklStXzqzFx8fHPHexYsXu+Nn+1QhDAQAAAAB3zMHBQa+99ppee+21XH2/fc+ni4uLuaz8tyZMmGD+HB0dnec1AgMDtXLlSvP78ePStm2X5OeX87127QGqXXuA2Z+cLJ0/L/32lXg7d+60OaePj4+ys7NzXSs8PDzXjNUnnngi17hr167p0qVL6tevX541A/h72bVrlwzDUMWKFW3a09LS5OvrK0lq06aNnJyctGzZMnXt2lWLFy+Wp6enGXLGxcXpyJEjud7Xef369TxfGzJ37lw9/fTT5vfly7/T/v2nZRiGKlSoqP/lqbnquF036vntbFbDMJSdna1jx45p3759cnR0zPWXRvc7wlAAAAAAwH0lOFiqVCln86TKlWUTCBiGdPKkVKtWzriClp2drdOnT2vSpEmyWq1q3759wV8EwD0nOztbjo6OiouLk6Ojo01f0aJFJUnOzs564oknNG/ePHXt2lXz5s1Tly5d5OTkZJ6jdu3auZbSSznvRr5Z+/btVadOHUnSkSNSTEwprV27TBaLo5o1i1P58o5q3lwqX962jvzc09NPP61Bgwbl6gsODtaRI0fydb77BWEoAAAAAOC+4uAgdeoknTghHTwolS4teXhIqak5Qaifn9SxY864gpaYmKiyZcuqdOnSio6ONkMOAH9v4eHhysrK0pkzZ9SgQYNbjuvRo4datGihAwcO6Pvvv9e4cePMvlq1amnhwoUqUaKEvLy8/vCanp6e8vT0VEKC9N//SufOSQ88EK6NG7Pk4nJGiYkN9N//SoMGSWFh+b+nWrVq6cCBAyp/I029SbVq1ZSdna3169eby+R/y9nZWZKUlZWV/4sXIjZQAgAAAADcd8LCcgKA8PCcJfE//pjza61adx4M3I6QkBAZhqETJ06oadOmd+ciAO45FStWNN8J+tVXX+nYsWOKjY3Vu+++q2+//dYc16hRI5UsWVI9evRQSEiIHn74YbOvR48e8vPzU4cOHbRx40YdO3ZM69ev1+DBg3Xy5Mk8r5udLS1ZkhOEVq4slSlTUdWq9dDq1b1ksXyln38+pmnTYvXOO7Z13I4RI0Zo69atev755xUfH6/Dhw9r2bJlevHFFyXl/Puud+/e6tu3r5YuXapjx44pJiZGixYtkiSVKVNGFotF33zzjc6ePasrV67k97EWCv4KCwAAAABwXwoLk0JDpcRE6fLlnHeEBgffnRmhADB79my99dZbGjp0qH755Rf5+vqqbt26at26tTnmxgZxEydO1OjRo22Od3d314YNGzRixAh17txZly9fVqlSpdS0adNbzhRNTJR++EEKCvr/V4J06DBbGza8pdWrhyol5Re5uPiqYcO6atOmdZ7nuJXq1atr/fr1eu2119SgQQMZhqEHHnhAXbp0McdMnz5dr776qp577jmdP39ewcHBevXVVyVJpUqV0tixY/XKK6+oT58+6tWr1y3f/XwvsRi/faM1/pSUlBRZrVYlJyff1nRnAAAAAAAA4Fb27ZPGjcv5i5+bXlUqScrMzJkZP2qUVK3aX1/f3XC38zX+vgwAAAAAAAC4B3l6Sq6uOe9Ezktqak7/TRvU43cQhgIAAAAAAAD3oOBgqVKlnA3jbl7bbRg5m8aFheWMw+0hDAUAAAAAAADuQQ4OUqdOkp+fdPCglJycszQ+OTnnu5+f1LEj70rODx4VAAAAAOBvLSoqSh07drzna4iJiZHFYtGlS5f+kpoA3B/CwqRBg6TwcOn8+Zx3hJ4/L9WqldMeFlbYFd5f2E0eAAAAAIC7bOrUqfrt/sWNGzdWzZo1NWXKlMIrCsB9IywsZxOlxETp8uWcd4QGBzMj9E4QhgIAAAAAcJdZrdbCLgHAfc7BQQoJKewq7n/kxwAAAACAe0p2drbeffddlS9fXi4uLgoODtb48eMlSfv27dOjjz4qNzc3+fr6auDAgbpy5Yp5bFZWll5++WUVK1ZMvr6+Gj58uM2MTEkyDEPvvfeeypUrJzc3N9WoUUNffvml2X/x4kX16NFDxYsXl5ubmypUqKDZs2dLko4fPy6LxaJFixapQYMGcnNz04MPPqgff/xRsbGxioiIUNGiRdWqVSudPXvWPOdvl8lHRUVp/fr1mjp1qiwWiywWi44fP26OjYuLU0REhNzd3VWvXj0dOnSooB8xANgtwlAAAAAAwD1l5MiRevfddzVq1CgdPHhQ8+bNU8mSJXX16lW1atVK3t7eio2N1X/+8x+tWbNGL7zwgnnspEmTNGvWLM2cOVObNm3ShQsXtGTJEpvzv/7665o9e7amT5+uAwcO6KWXXlLPnj21fv16STKv+9133ykhIUHTp0+Xn5+fzTneeOMNvf7669q1a5ecnJzUrVs3DR8+XFOnTtXGjRt19OhRjR49Os/7mzp1qurWrasBAwYoKSlJSUlJCgoKMvtfe+01TZo0STt37pSTk5P69u1bUI8WAOwey+QBAAAAAPeMy5cva+rUqZo2bZp69+4tSXrggQf0yCOP6JNPPtG1a9f0+eefy8PDQ5I0bdo0tWvXTu+++65KliypKVOmaOTIkXr88cclSR999JFWrlxpnj81NVWTJ0/WunXrVLduXUlSuXLltGnTJs2YMUONGjVSYmKiwsPDFRERIUkKyWNd6rBhw9SyZUtJ0uDBg9WtWzetXbtW9evXlyT169dP0dHRed6j1WqVs7Oz3N3d5e/vn6t//PjxatSokSTplVdeUZs2bXT9+nW5urrm93ECAG5CGAoAAAAAuGckJCQoLS1NTZs2zbOvRo0aZhAqSfXr11d2drYOHTokV1dXJSUlmSGnJDk5OSkiIsJcKn/w4EFdv35dzZs3tzl3enq6wsPDJUlPP/2snnjicW3ZskuNGrVQZGRHPfJIPZvx1atXN38uWbKkJKlatWo2bWfOnLmjZ/DbcwcEBEiSzpw5o+Dg4Ds6HwDg/xGGAgAAAADuGW5ubrfsMwxDFoslz75btd8sOztbkrR8+XKVKlXKps/FxUUJCdKePY+pXbufdfz4cq1evUazZjVVz57Pa/bs982xRYoUyXXtm9tuXCu/8jr3nZ4LAGCLd4YCAAAAAO4ZFSpUkJubm9auXZurr3LlyoqPj1dqaqrZtnnzZjk4OKhixYqyWq0KCAjQtm3bzP7MzEzFxcXZnMPFxUWJiYkqX768zefKlSB9+KG0e7dUunRxtWwZpY4dv1D16lM0d+7HSkgouPt0dnZWVlZWwZ0QAHBbmBkKAAAAALhnuLq6asSIERo+fLicnZ1Vv359nT17VgcOHFCPHj30xhtvqHfv3hozZozOnj2rF198UZGRkeZS9cGDB+udd95RhQoVFBYWpsmTJ+vSpUvm+T09PTVs2DC99NJLys7O1iOPPKKUlBRt3rxFMTFFZbH01q+/jpajY22VKFFFmZlpunz5GxUtGqalS6UuXQrmPkNCQrR9+3YdP35cRYsWlY+PT8GcGADwuwhDAQAAAAD3lFGjRsnJyUmjR4/WqVOnFBAQoGeeeUbu7u5auXKlBg8erAcffFDu7u56/PHHNXnyZPPYoUOHKikpSVFRUXJwcFDfvn3VqVMnJScnm2PGjRunEiVKaMKECfrpp59UrFgxhYXVkqvrq6pSRTp/3llr147UpUvHVaSIm4KDG6hjxwVKSJBOnSqYexw2bJh69+6typUr69q1azp27FjBnBgA8Lssxo23SONPS0lJkdVqVXJysry8vAq7HAAAAADAbdq3Txo3TgoNlRwdc/dnZko//iiNGiX9Zp8kAEABu9v5Gu8MBQAAAADYPU9PydVV+s3rSG2kpub0e3r+tXUBAAoWYSgAAAAAwO4FB0uVKkknTkg3r580DOnkSSksLGccAOD+RRgKAAAAALB7Dg5Sp06Sn5908KCUnJyzND45Oee7n5/UsWPOOADA/Yt/jQMAAAAAoJyZn4MGSeHh0vnzOe8IPX9eqlUrpz0srLArBAD8WewmDwCwW40bN1bNmjU1ZcqUu3aN48ePq2zZstq9e7dq1qx5314DAAB7ERaWs4lSYqJ0+XLOO0KDg5kRCgB/F4ShAAC79dVXX6lIkSKFXQYAALjHODhIISGFXQUA4G4gDAUA2C0fH59b9qWnp8vZ2fkvrAYAAAAAcLcx0R8AYLcaN26sIUOGSJJCQkL01ltvKSoqSlarVQMGDJAkLV68WFWqVJGLi4tCQkI0adIkm3OEhITo7bffVt++feXp6ang4GB9/PHHua71008/qUmTJnJ3d1eNGjW0detWs+/8+fPq1q2bSpcuLXd3d1WrVk3z58+3OT47O1vvvvuuypcvLxcXFwUHB2v8+PF53ld2drYGDBigihUr6ueff/4zjwgAAAAA/lYIQwEA+J+JEyeqatWqiouL06hRoxQXF6ennnpKXbt21b59+zRmzBiNGjVK0dHRNsdNmjRJERER2r17t5577jk9++yz+uGHH2zGvPbaaxo2bJji4+NVsWJFdevWTZmZmZKk69evq3bt2vrmm2+0f/9+DRw4UJGRkdq+fbt5/MiRI/Xuu+9q1KhROnjwoObNm6eSJUvmuof09HQ99dRT2rlzpzZt2qQyZcoU/IMCAAAAgPuUxTAMo7CL+LtISUmR1WpVcnKyvLy8CrscAMAf+O0GSiEhIQoPD9eSJUvM/h49eujs2bNatWqV2TZ8+HAtX75cBw4ckJQzM7RBgwaaM2eOJMkwDPn7+2vs2LF65plnzM2NPv30U/Xr10+SdPDgQVWpUkUJCQmqVKlSnrW1adNGYWFhev/993X58mUVL15c06ZNU//+/XONvXGNjRs3auzYsbp27ZqWL18uq9VaYM8KAAAAAP4KdztfY2YoAAD/ExERYfM9ISFB9evXt2mrX7++Dh8+rKysLLOtevXq5s8Wi0X+/v46c+aMzXFVq1bX8ePSvn1SRkaAJJljsrKyNH78eFWvXl2+vr4qWrSoVq1apcTERLOOtLQ0NW3a9Hfr79atm65cuaJVq1YRhAIAAABAHthACQCA//Hw8LD5bhiGLBZLrrab3bwjvcViUXZ2tk3bnDlFlJIiXb8uOTjknPPYsWw1bJizzP6DDz7QlClTVK1aNXl4eGjIkCFKT0+XJLm5ud1W/a1bt9YXX3yhbdu26dFHH72tYwAAAADAnjAzFACAW6hcubI2bdpk07ZlyxZVrFhRjo6Ot3WOI0dyfj10SPLzk0JDpRub2C9eLCUkSBs3blSHDh3Us2dP1ahRQ+XKldPhw4fNc1SoUEFubm5au3bt717r2Wef1TvvvKP27dtr/fr1t3+jAAAAAGAnmBkKAMAtDB06VA8++KDGjRunLl26aOvWrZo2bZr+/e9/39bx2dnSypU5P5crJ9143c2NX5OTpaVLpQceKK+vvlqsLVu2yNvbW5MnT9bp06cVFhYmSXJ1ddWIESM0fPhwOTs7q379+jp79qwOHDhgvof0hhdffFFZWVlq27atvvvuOz3yyCMF8SgAAAAA4G+BMBQAgFuoVauWFi1apNGjR2vcuHEKCAjQm2++qaioqNs6PjFROno05+ebVttLkooXz5kZ+vLLo3T8+DG1bNlS7u7uGjhwoDp27Kjk5GRz7KhRo+Tk5KTRo0fr1KlTCggI0DPPPJPndYcMGaLs7Gy1bt1aK1asUL169fJ76wAAAADwt8Ru8gWI3eQBAL+1b580blzO0vi8VtVnZko//iiNGiVVq/bX1wcAAAAA9xp2kwcA4D7l6Sm5ukqpqXn3p6bm9Ht6/rV1AQAAAIC9IgwFAOAuCQ6WKlWSTpyQbl6HYRjSyZNSWFjOOAAAAADA3UcYCgDAXeLgIHXqlLOL/MGDORsmZWbm/HrwYE57x4454wAAAAAAdx9//AIA4C4KC5MGDZLCw6Xz53PeEXr+vFSrVk77/zaMBwAAAAD8BdhNHgCAuywsLGcTpcRE6fLlnHeEBgczIxQAAAAA/mqF+sewDRs2qF27dgoMDJTFYtHSpUtt+g3D0JgxYxQYGCg3Nzc1btxYBw4csBmTlpamF198UX5+fvLw8FD79u118uRJmzEXL15UZGSkrFarrFarIiMjdenSJZsxiYmJateunTw8POTn56dBgwYpPT39btw2AMAOOThIISE5u8aHhBCEAgAAAEBhKNQ/iqWmpqpGjRqaNm1anv3vvfeeJk+erGnTpik2Nlb+/v5q3ry5Ll++bI4ZMmSIlixZogULFmjTpk26cuWK2rZtq6ysLHNM9+7dFR8frxUrVmjFihWKj49XZGSk2Z+VlaU2bdooNTVVmzZt0oIFC7R48WINHTr07t08AAAAAAAAgL+UxTBu3t+2cFgsFi1ZskQdO3aUlDMrNDAwUEOGDNGIESMk5cwCLVmypN599109/fTTSk5OVvHixTVnzhx16dJFknTq1CkFBQXp22+/VcuWLZWQkKDKlStr27ZtqlOnjiRp27Ztqlu3rn744QeFhobqu+++U9u2bXXixAkFBgZKkhYsWKCoqCidOXNGXl5et3UPKSkpslqtSk5Ovu1jAAAAAAAAAOS42/naPbtI79ixYzp9+rRatGhhtrm4uKhRo0basmWLJCkuLk4ZGRk2YwIDA1W1alVzzNatW2W1Ws0gVJIefvhhWa1WmzFVq1Y1g1BJatmypdLS0hQXF3fLGtPS0pSSkmLzAQAAAAAAAHBvumfD0NOnT0uSSpYsadNesmRJs+/06dNydnaWt7f3744pUaJErvOXKFHCZszN1/H29pazs7M5Ji8TJkww30NqtVoVFBSUz7sEAAAAAAAA8Fe5Z8PQGywWi813wzBytd3s5jF5jb+TMTcbOXKkkpOTzc+JEyd+ty4AAAAAAAAAheeeDUP9/f0lKdfMzDNnzpizOP39/ZWenq6LFy/+7phff/011/nPnj1rM+bm61y8eFEZGRm5Zoz+louLi7y8vGw+AAAAAAAAAO5N92wYWrZsWfn7+2v16tVmW3p6utavX6969epJkmrXrq0iRYrYjElKStL+/fvNMXXr1lVycrJ27Nhhjtm+fbuSk5Ntxuzfv19JSUnmmFWrVsnFxUW1a9e+q/cJAAAAAAAA4K/hVJgXv3Llio4cOWJ+P3bsmOLj4+Xj46Pg4GANGTJEb7/9tipUqKAKFSro7bfflru7u7p37y5Jslqt6tevn4YOHSpfX1/5+Pho2LBhqlatmpo1ayZJCgsLU6tWrTRgwADNmDFDkjRw4EC1bdtWoaGhkqQWLVqocuXKioyM1MSJE3XhwgUNGzZMAwYMYLYnAAAAAAAA8DdRqGHozp071aRJE/P7yy+/LEnq3bu3oqOjNXz4cF27dk3PPfecLl68qDp16mjVqlXy9PQ0j/nggw/k5OSkp556SteuXVPTpk0VHR0tR0dHc8zcuXM1aNAgc9f59u3ba9q0aWa/o6Ojli9frueee07169eXm5ubunfvrvfff/9uPwIAAAAAAAAAfxGLYRhGYRfxd5GSkiKr1ark5GRmlAIAALs1ZswYLV26VPHx8YVdyl8uJiZGTZo00cWLF1WsWLHCLudPO378uMqWLavdu3erZs2ahV0OAACwA3c7X7tn3xkKAAAA3G/q1aunpKQkWa1WSVJ0dPTfIhQFAAD4uyjUZfIAAADA30VGRoacnZ3l7+9f2KUAAADgFpgZCgAAYGcMw9B7772ncuXKyc3NTTVq1NCXX36p7OxslS5dWh999JHN+F27dsliseinn36SJCUmJqpDhw4qWrSovLy89NRTT+nXX3/N81orV66Uq6urLl26ZNM+aNAgNWrUyPy+ZcsWNWzYUG5ubgoKCtKgQYOUmpr6u/cxZswYBQcHy8XFRYGBgRo0aJDZl56eruHDh6tUqVLy8PBQnTp1FBMTY3P85s2b1ahRI7m7u8vb21stW7bUxYsXJUkhISGaMmWKzfiaNWtqzJgx5neLxaKPPvpIHTp0kIeHh9566y3FxMTIYrHo0qVLiomJUZ8+fZScnCyLxSKLxaIxY8bozTffVLVq1XLdT+3atTV69Ohb3u/kyZNVrVo1eXh4KCgoSM8995yuXLly2/e0YsUKPfLIIypWrJh8fX3Vtm1bHT161Ob4HTt2KDw8XK6uroqIiNDu3btz1XHw4EG1bt1aRYsWVcmSJRUZGalz586Z/Y0bN9aLL76oIUOGyNvbWyVLltTHH3+s1NRU9enTR56ennrggQf03XffScr5/Vi+fPlc7+vfv3+/HBwcctUIAADwZxCGAgAA2JnXX39ds2fP1vTp03XgwAG99NJL6tmzpzZu3KiuXbtq7ty5NuPnzZununXrqly5cjIMQx07dtSFCxe0fv16rV69WkePHlWXLl3yvFazZs1UrFgxLV682GzLysrSokWL1KNHD0nSvn371LJlS3Xu3Fl79+7VwoULtWnTJr3wwgu3vIcvv/xSH3zwgWbMmKHDhw9r6dKlNgFjnz59tHnzZi1YsEB79+7Vk08+qVatWunw4cOSpPj4eDVt2lRVqlTR1q1btWnTJrVr105ZWVn5epZvvPGGOnTooH379qlv3742ffXq1dOUKVPk5eWlpKQkJSUladiwYerbt68OHjyo2NhYc+zevXu1e/duRUVF3fJaDg4O+vDDD7V//3599tlnWrdunYYPH272/9E9paam6uWXX1ZsbKzWrl0rBwcHderUSdnZ2WZ/27ZtFRoaqri4OI0ZM0bDhg2zqSEpKUmNGjVSzZo1tXPnTq1YsUK//vqrnnrqKZtxn332mfz8/LRjxw69+OKLevbZZ/Xkk0+qXr162rVrl1q2bKnIyEhdvXpVFotFffv21ezZs23OMWvWLDVo0EAPPPDA7f8PAgAA8EcMFJjk5GRDkpGcnFzYpQAAAOTpypUrhqurq7Flyxab9n79+hndunUzdu3aZVgsFuP48eOGYRhGVlaWUapUKeNf//qXYRiGsWrVKsPR0dFITEw0jz1w4IAhydixY4dhGIbxxhtvGDVq1DD7Bw0aZDz66KPm95UrVxrOzs7GhQsXDMMwjMjISGPgwIE29WzcuNFwcHAwrl27lud9TJo0yahYsaKRnp6eq+/IkSOGxWIxfvnlF5v2pk2bGiNHjjQMwzC6detm1K9f/5bPqUyZMsYHH3xg01ajRg3jjTfeML9LMoYMGWIz5vvvvzckGRcvXjQMwzBmz55tWK3WXOd/7LHHjGeffdb8PmTIEKNx48a3rCcvixYtMnx9fc3vf3RPNztz5owhydi3b59hGIYxY8YMw8fHx0hNTTXHTJ8+3ZBk7N692zAMwxg1apTRokULm/OcOHHCkGQcOnTIMAzDaNSokfHII4+Y/ZmZmYaHh4cRGRlptiUlJRmSjK1btxqGYRinTp0yHB0dje3btxuGYRjp6elG8eLFjejo6Nu+HwAA8Pdwt/M1ZoYCAADYkYMHD+r69etq3ry5ihYtan4+//xzHT16VOHh4apUqZLmz58vSVq/fr3OnDljzvxLSEhQUFCQgoKCzHNWrlxZxYoVU0JCQp7X7NGjh2JiYnTq1ClJ0ty5c9W6dWt5e3tLkuLi4hQdHW1TT8uWLZWdna1jx47p7bfftulLTEzUk08+qWvXrqlcuXIaMGCAlixZoszMTEk5y/oNw1DFihVtjlu/fr255PrGLMo/KyIiQtnZ0vHj0r590unTt3fcgAEDNH/+fF2/fl0ZGRmaO3euObM0r/uVpO+//17NmzdXqVKl5OnpqV69eun8+fPm6wT+6J6OHj2q7t27q1y5cvLy8lLZsmUlyTx/QkKCatSoIXd3d/OYunXr2pwjLi5O33//vU19lSpVMs9/Q/Xq1c2fHR0d5evrazNzt2TJkpKkM2fOSJICAgLUpk0bzZo1S5L0zTff6Pr163ryySdv74ECAADcJjZQAgAAsCM3lkQvX75cpUqVsulzcXGRlBNezps3T6+88ormzZunli1bys/PT1LO+x0tFkuu896qXZIeeughPfDAA1qwYIGeffZZLVmyxGZJdHZ2tp5++mmbd37eEBwcrGeeecZmGXZgYKCcnJx06NAhrV69WmvWrNFzzz2niRMnav369crOzpajo6Pi4uLk6Ohoc76iRYtKktzc3H73OTk4OMgwDJu2jIyMXOMuXPDQO+9IP/wgXb8u3Xg16qFDUp06tz5/u3bt5OLioiVLlsjFxUVpaWl6/PHHJSnP+/3555/VunVrPfPMMxo3bpx8fHy0adMm9evXz6zrj+6pXbt2CgoK0ieffKLAwEBlZ2eratWqSk9Pl6Rc95uX7OxstWvXTu+++26uvoCAAPPnIkWK2PRZLBabthu/V278fpSk/v37KzIyUh988IFmz56tLl262ASzAAAABYEwFAAAwI5UrlxZLi4uSkxMtNnA6Le6d++u119/XXFxcfryyy81ffp0m+MTExN14sQJc3bowYMHlZycrLCwsFtet3v37po7d65Kly4tBwcHtWnTxuyrVauWDhw4oPLly+d5rI+Pj3x8fHK1u7m5qX379mrfvr2ef/55VapUSfv27VN4eLiysrJ05swZNWjQIM9zVq9eXWvXrtXYsWPz7C9evLiSkpLM7ykpKTp27FiuccuXS56eUlCQ5OGRE4pK0owZkpeX5OzsnOd7SJ2cnNS7d2/Nnj1bLi4u6tq1qxn85XW/O3fuVGZmpiZNmiQHh5zFXYsWLbrtezp//rwSEhI0Y8YM85ls2rTJZkzlypU1Z84cXbt2zQxWt23bZjOmVq1aWrx4sUJCQuTkVLB/lGjdurU8PDw0ffp0fffdd9qwYUOBnh8AAEBiAyUAAAC74unpqWHDhumll17SZ599pqNHj2r37t3617/+pc8++0ySVLZsWdWrV0/9+vVTZmamOnToYB7frFkzVa9eXT169NCuXbu0Y8cO9erVS40aNVJERMQtr3tj/Pjx4/XEE0/I1dXV7BsxYoS2bt2q559/XvHx8Tp8+LCWLVumF1988Zbni46O1syZM7V//3799NNPmjNnjtzc3FSmTBlVrFhRPXr0UK9evfTVV1/p2LFjio2N1bvvvqtvv/1WkjRy5EjFxsbqueee0969e/XDDz9o+vTp5q7ojz76qObMmaONGzdq//796t27t80s0xsTGlNSpMqVc4JPR8ecQFSSzp+Xli6VgoNDdOXKFa1du1bnzp3T1atXzXP0799f69at03fffZdr86WbPfDAA8rMzNQ///lP834/+ugjmzG/d0/e3t7y9fXVxx9/rCNHjmjdunV6+eWXbY7v3r27HBwc1K9fPx08eFDffvttrh3en3/+eV24cEHdunXTjh079NNPP2nVqlXq27dvvjefupmj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uUnu7pK9fdavhQtLV69KS5ZIAQEVdO3aNes8qpJ0+PBhnT171vrdy8vLpj3Xubu7q3PnzpoxY4a+/PJLLVq0SL///ruqVKmiY8eO6eDBg7es2924u7urePHi2rRpk832LVu22NyLhIQEXbx40bp/8+bNsrOzu+OIVOSM6tWrKyMjQydOnLDpG+XKlZO3t7ekW/8euD5v6AcffCCLxaLg4GA1atRIu3bt0vLlyxUaGmrtu0eObFbBgv5q1ux1+frWkr9/eTk6/izDyOq7mZlSYGCgtm/fblO3G3/P3ktfAvLSfYehb731lvz8/FSiRAlduHBBwcHBaty4serXr68RI0bkRh0BAAAAAI+w62HMvHnz1KRJE0lZAenOnTt18OBB6zYpa6RYv379FBcXp507d+q5555TvXr1VKdOHf3xxx/q27ev1q1bp59//lmbN2/Wjh077hiwjBo1SgsWLNCoUaOUmJiovXv3auLEiZKk8uXLq127durdu7c2bdqk3bt3q1u3bipRooTatWsnSYqMjFRsbKwmTpyogwcP6oMPPsi2wvp1KSnSgQNZo0FvxdExa+Soi0sFhYWF6V//+pe2b9+uXbt26V//+pecnZ3vOMLyvffe08KFC3XgwAEdPHhQX3/9tby9vVWwYEGFhoaqcePGevLJJ7V69WrrCNLb1fVWhg4dqgkTJujLL79UUlKSXn31VSUkJKh///6SshavcnJyUs+ePbVv3z59//336tevn7p3765ixYrd83Xw1wQEBKhr167q0aOHFi9erKNHj2rHjh2aMGGCYmJi7nhskyZNNG/ePOs/Rnh6eio4OFhffvmlmjRpYu27pUqVU3p6ivbtW6jffz+iuLipOnAgWhZLVt9NSZH69eunmTNnas6cOTp06JD+85//aM+ePTZ99259CchL9x2G5suXT/Pnz9fBgwf11Vdfad68eTpw4IDmzp2bbZg2AAAAAACS9NhjjykjI8MafF4PY4oWLWoTZrq4uOiVV15Rly5dFBISImdnZy1cuFCSZG9vr9OnT6tHjx4KCAhQp06d1LJlS40ZM+a2123SpIm+/vprLV26VNWqVdPjjz9uMxJ09uzZqlmzplq3bq2QkBAZhqGYmBjr67v16tXTZ599pmnTpqlatWpatWrVbQcCnT8v/fmn5HCbCens7bP2nz8vff755ypWrJgaN26s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xv303cuXL2cbJefs7Kzt27fr6tWrknju4sHJ6b4r8dxF7jt06JCKFy+u0qVL65lnntFPP/1027K3e57+8MMPPHPvA2EocJ8WLlyonTt3aty4cfd9bFpamlauXJntlbfjx4+rWLFiNtuKFSum48eP/626AtflRr+tUKGCoqKitHTpUi1YsEBOTk5q0KCBDh06lFPVBu6779avX1/z589X586dlT9/fnl7e6tgwYKaNm2atQzPXDwIudF3ee7iQbjfvhseHq7PPvtM8fHxMgxDP/zwg2bNmqWrV6/q1KlTknju4sHIjb7Lcxe5rW7duvr888/17bffasaMGTp+/Ljq16+fbb776273PL127RrP3PtAGArch9TUVPXv31/z5s37S/PEREVFqWDBgmrfvn22fRaLxea7YRjZtgF/RW7123r16qlbt26qWrWqGjVqpK+++koBAQE2f3EH/o6/0nf379+vyMhIvfHGG4qPj1dsbKyOHj2qPn362JTjmYvclFt9l+cucttf6bsjR45Uy5YtVa9ePeXLl0/t2rVTRESEJMne3t5ajucuclNu9V2eu8htLVu21JNPPqnKlSsrLCxMK1askCTNmTPntsfc6nl683aeuXdGGArch/j4eJ04cUI1a9aUg4ODHBwctH79ek2dOlUODg7KyMi47bGGYWjWrFnq3r278ufPb7PP29s727/SnDhxItu/5gB/RW7125vZ2dmpdu3a/Es5csxf6bvjxo1TgwYNNHToUFWpUkXh4eH66KOPNGvWLKWlpUnimYvcl1t992Y8d5HT/krfdXZ21qxZs3Tp0iUlJycrJSVFpUqVkpubm4oUKSKJ5y5yX2713Zvx3EVuK1CggCpXrnzbPna756mDg4MKFy58xzI8c/+HMBS4D02bNtXevXuVkJBg/dSqVUtdu3ZVQkKCzb9+32z9+vU6fPiwevXqlW1fSEiIVq9ebbNt1apVql+/fo63AeaTW/32ZoZhKCEhQT4+PjlZfZjYX+m7ly5dkp2d7R9vrpe7/q/mPHOR23Kr796M5y5y2t/5M0O+fPlUsmRJ2dvba+HChWrdurW1T/PcRW7Lrb57M567yG2XL19WYmLibfvY7Z6ntWrVUr58+e5YhmfuDR78mk3AP8vNqxS++uqrRvfu3bOV69atm1G3bt1bnmPz5s2Gvb29MX78eCMxMdEYP368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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "# Scatter plot of price vs. rating\n", + "plt.figure(figsize=(16, 10))\n", + "avg_price = (price_rating['price_min'] + price_rating['price_max']) / 2\n", + "plt.scatter(price_rating['overall_rating'], avg_price, color='blue',alpha=0.5)\n", + "\n", + "# Annotate each point with the school name\n", + "for i in range(len(price_rating)):\n", + " plt.annotate(price_rating['school_name'][i], \n", + " (price_rating['overall_rating'].iloc[i], avg_price.iloc[i]), \n", + " ha='center',fontsize=10)\n", + "\n", + "plt.xlabel('Average Rating')\n", + "plt.ylabel('Average Price')\n", + "plt.title('Price vs. Rating')\n", + "plt.show()" + ] + }, + { + "cell_type": "markdown", + "id": "aeb447b1-32a6-4fc4-9bd4-3d052e058060", + "metadata": {}, + "source": [ + "## Location Analysis" + ] + }, + { + "cell_type": "code", + "execution_count": 312, + "id": "74a978a1-094a-4ac2-b01c-97e9f17dd5d1", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAA0oAAALCCAYAAADgTiPsAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy81sbWrAAAACXBIWXMAAA9hAAAPYQGoP6dpAAC00klEQVR4nOzdd3RU1d7G8WdoKSQECCUBQiBU6SBIh1AFURRQqhQpivSiFJGq0pTm5Qoo0lQEpKmAFOlVivQaalAIKEgxQCDJfv/gzcjMBEy8IWeC389aZy1mz8nMw/TfObvYjDFGAAAAAAC7VFYHAAAAAAB3Q6EEAAAAAE4olAAAAADACYUSAAAAADihUAIAAAAAJxRKAAAAAOCEQgkAAAAAnFAoAQAAAIATCiUAAAAAcEKhBOCJNWvWLNlsNnl6eurcuXMu14eGhqpYsWIWJJM2bNggm82mhQsXWnL/iXX27Fk1aNBAmTNnls1mU69evR66b548efT8888nX7gE2rZtm4YNG6Zr1665XBcaGqrQ0NBkz5SS/PTTT2rUqJFy584tDw8PZc+eXRUrVlTfvn0TfVtWvvfy5Mmjdu3aWXLfAFIWCiUAT7yoqCi9++67VsdI0Xr37q2ffvpJM2bM0Pbt29W7d2+rIyXatm3bNHz48HgLpU8++USffPJJ8odKIZYvX65KlSrpxo0bGjt2rFavXq1JkyapcuXKmj9/vtXxAOCxSGN1AAB43OrVq6e5c+fqrbfeUsmSJa2Ok6xu374tT09P2Wy2/+l2Dh06pGeeeUYvvfRS0gRzM0WKFLE6guVu3bolb2/veK8bO3as8ubNq1WrVilNmr9+OjRv3lxjx45NrogAkKw4owTgidevXz/5+/urf//+j9zv7NmzstlsmjVrlst1NptNw4YNs18eNmyYbDabDhw4oFdeeUV+fn7KnDmz+vTpo+joaB0/flz16tWTr6+v8uTJ89Afk3fu3FGfPn0UEBAgLy8vVa9eXXv37nXZb/fu3WrYsKEyZ84sT09PlS5dWgsWLHDYJ66r4erVq9W+fXtlzZpV3t7eioqKeuj/OTw8XK+++qqyZcsmDw8PPfXUUxo3bpxiY2Ml/dVF8OTJk/rhhx9ks9lks9l09uzZRz6Wf+fOnTsaOHCg8ubNq3Tp0ilnzpzq2rVrvGd75s6dq4oVK8rHx0c+Pj4qVaqUPv/8c/v1a9as0YsvvqhcuXLJ09NT+fPn1xtvvKHff//dvs+wYcP09ttvS5Ly5s1r/39s2LBBUvxd765evaouXbooZ86cSpcunUJCQjRo0CCXx9Nms6lbt2764osv9NRTT8nb21slS5bUsmXLHPb77bff9PrrrysoKEgeHh7KmjWrKleurB9//PGRj1Xca23v3r1q3LixMmTIID8/P7366qv67bffXPafP3++KlasqPTp08vHx0fPPvusy2uqXbt28vHx0cGDB1W3bl35+vqqVq1aD81w5coVZcmSxaFIipMqletPib97zuLs2rVLVatWlbe3t0JCQjR69Gj7ay/O371G4yT0+QKAhKJQAvDE8/X11bvvvqtVq1Zp3bp1SXrbTZs2VcmSJbVo0SJ16tRJEyZMUO/evfXSSy+pQYMGWrJkiWrWrKn+/ftr8eLFLn//zjvv6PTp05o+fbqmT5+uCxcuKDQ0VKdPn7bvs379elWuXFnXrl3T1KlT9e2336pUqVJq1qxZvEVd+/btlTZtWn3xxRdauHCh0qZNG2/23377TZUqVdLq1av13nvv6bvvvlPt2rX11ltvqVu3bpKkMmXKaPv27QoICFDlypW1fft2bd++XYGBgf/4MTPG6KWXXtJHH32k1q1ba/ny5erTp49mz56tmjVrOvywHTJkiFq1aqUcOXJo1qxZWrJkidq2besw5uzUqVOqWLGipkyZotWrV2vIkCH66aefVKVKFd27d0+S1LFjR3Xv3l2StHjxYvv/o0yZMvFmvHPnjmrUqKE5c+aoT58+Wr58uV599VWNHTtWjRs3dtl/+fLlmjx5skaMGKFFixYpc+bMatSokcPz2Lp1ay1dulRDhgzR6tWrNX36dNWuXVtXrlxJ0OPWqFEj5c+fXwsXLtSwYcO0dOlSPfvss/b/oySNHDlSLVq0UJEiRbRgwQJ98cUXunnzpqpWraojR4443N7du3fVsGFD1axZU99++62GDx/+0PuuWLGifvrpJ/Xo0UM//fSTw306S8hzJkkRERFq1aqVXn31VX333XeqX7++Bg4cqC+//NK+T0Jeo1Liny8ASBADAE+omTNnGklm165dJioqyoSEhJiyZcua2NhYY4wx1atXN0WLFrXvf+bMGSPJzJw50+W2JJmhQ4faLw8dOtRIMuPGjXPYr1SpUkaSWbx4sb3t3r17JmvWrKZx48b2tvXr1xtJpkyZMvY8xhhz9uxZkzZtWtOxY0d7W+HChU3p0qXNvXv3HO7r+eefN4GBgSYmJsbh/9umTZsEPT4DBgwwksxPP/3k0P7mm28am81mjh8/bm8LDg42DRo0SNDt/t2+K1euNJLM2LFjHdrnz59vJJlPP/3UGGPM6dOnTerUqU2rVq0SdL/GGBMbG2vu3btnzp07ZySZb7/91n7dhx9+aCSZM2fOuPxd9erVTfXq1e2Xp06daiSZBQsWOOw3ZswYI8msXr3a3ibJZM+e3dy4ccPeFhERYVKlSmVGjRplb/Px8TG9evVK8P8lTtxrrXfv3g7tX331lZFkvvzyS2OMMeHh4SZNmjSme/fuDvvdvHnTBAQEmKZNm9rb2rZtaySZGTNmJCjD77//bqpUqWIkGUkmbdq0plKlSmbUqFHm5s2b9v0S+pxVr1493tdekSJFzLPPPmu/nNDXaGKer+DgYNO2bdsE/b8B/LtxRgnAv0K6dOn0/vvva/fu3S5d1v4XzrO7PfXUU7LZbKpfv769LU2aNMqfP3+8M++1bNnSYfxQcHCwKlWqpPXr10uSTp48qWPHjqlVq1aSpOjoaPv23HPP6eLFizp+/LjDbTZp0iRB2detW6ciRYromWeecWhv166djDFJfvbtwfuNu58HvfLKK0qfPr3Wrl0r6X6XupiYGHXt2vWRt3f58mV17txZQUFBSpMmjdKmTavg4GBJ0tGjR/9xxvTp0+vll192aI/LHJcxTo0aNeTr62u/nD17dmXLls3hOX/mmWc0a9Ysvf/++9qxY8cjz8rEJ+41EKdp06ZKkyaN/bWyatUqRUdHq02bNg6vE09PT1WvXt3ezfBBCX2t+Pv7a/Pmzdq1a5dGjx6tF198USdOnNDAgQNVvHhxezfHhD5nkhQQEODy2itRooTDY5bQ12hiny8ASAgKJQD/Gs2bN1eZMmU0aNCgRP9IfZjMmTM7XE6XLp28vb3l6enp0n7nzh2Xvw8ICIi3La471qVLlyRJb731ltKmTeuwdenSRZIcxuJISnC3uCtXrsS7b44cOezXPw5XrlxRmjRplDVrVod2m83m8H+PG3+TK1euh95WbGys6tatq8WLF6tfv35au3atdu7cqR07dki6P5nFP80YEBDgMglGtmzZlCZNGpfHxt/f3+U2PDw8HO5//vz5atu2raZPn66KFSsqc+bMatOmjSIiIhKUyfm1kiZNGvn7+7u8VsqVK+fyWpk/f77L68Tb21sZMmRI0H3HKVu2rPr3769vvvlGFy5cUO/evXX27Fn7GLyEPGdxEvKYJfQ1mtjnCwASglnvAPxr2Gw2jRkzRnXq1NGnn37qcn1cceM8+Ptx/siK70dyRESE/UdklixZJEkDBw586FiLQoUKOVxO6Ax3/v7+unjxokv7hQsXHO47qfn7+ys6Olq//fabQ7FkjFFERITKlSsnSfbrfvnlFwUFBcV7W4cOHdL+/fs1a9YstW3b1t5+8uTJ/znjTz/9JGOMw+N5+fJlRUdH/6PHJkuWLJo4caImTpyo8PBwfffddxowYIAuX76slStX/u3fR0REKGfOnPbL0dHRunLlistrZeHChfYzao/yv86EmDZtWg0dOlQTJkzQoUOHJCXsOUuMhL5GH8fzBQCcUQLwr1K7dm3VqVNHI0aM0J9//ulwXfbs2eXp6akDBw44tH/77bePLc/XX38tY4z98rlz57Rt2zb7DGyFChVSgQIFtH//fpUtWzbe7cEuX4lRq1YtHTlyRD///LND+5w5c2Sz2VSjRo1//P/6u/uV5DBoX5IWLVqkyMhI+/V169ZV6tSpNWXKlIfeVtyPYg8PD4f2adOmuewbt09CzjLVqlVLf/75p5YuXerQPmfOHIf/wz+VO3dudevWTXXq1HF5/B/mq6++cri8YMECRUdH218rzz77rNKkSaNTp0499LXyT8VXrEh/dW2MO8OTkOcsMRL6Gn3czxeAfyfOKAH41xkzZoyefvppXb58WUWLFrW322w2vfrqq5oxY4by5cunkiVLaufOnZo7d+5jy3L58mU1atRInTp10vXr1zV06FB5enpq4MCB9n2mTZum+vXr69lnn1W7du2UM2dOXb16VUePHtXPP/+sb7755h/dd+/evTVnzhw1aNBAI0aMUHBwsJYvX65PPvlEb775pgoWLPiP/18RERFauHChS3uePHlUp04dPfvss+rfv79u3LihypUr68CBAxo6dKhKly6t1q1b2/d955139N577+n27dtq0aKF/Pz8dOTIEf3+++8aPny4ChcurHz58mnAgAEyxihz5sz6/vvvtWbNGpf7Ll68uCRp0qRJatu2rdKmTatChQrFW2i2adNG//3vf9W2bVudPXtW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2mfOnKl27dpJkvr166fbt2+rS5cu+uOPP1S+fHmtXr1avr6+SZYDAAAAAB70j9ZROnXqlCZOnKijR4/KZrPpqaeeUs+ePZUvX75E3Y4x5m/3sdlsGjZsmIYNG/ZPogIAAABAoiV6HaVVq1apSJEi2rlzp0qUKKFixYrpp59+UtGiRbVmzZrHkREAAAAAklWizygNGDBAvXv31ujRo13a+/fvrzp16iRZOAAAAACwQqLPKB09elQdOnRwaW/fvr2OHDmSJKEAAAAAwEqJLpSyZs2qffv2ubTv27cvSWbCAwAAAACrJbrrXadOnfT666/r9OnTqlSpkmw2m7Zs2aIxY8aob9++jyMjAAAAACSrRBdKgwcPlq+vr8aNG6eBAwdKknLkyKFhw4apR48eSR4QAAAAAJJbogslm82m3r17q3fv3rp586YksaYRAAAAgCfKP1pHKQ4FEgAAAIAnUaIncwAAAACAJx2FEgAAAAA4oVACAAAAACeJKpTu3bunGjVq6MSJE48rDwAAAABYLlGFUtq0aXXo0CHZbLbHlQcAAAAALJforndt2rTR559//jiyAAAAAIBbSPT04Hfv3tX06dO1Zs0alS1bVunTp3e4fvz48UkWDgAAAACskOhC6dChQypTpowkuYxVokseAAAAgCdBogul9evXP44cAAAAAOA2/vH04CdPntSqVat0+/ZtSZIxJslCAQAAAICVEl0oXblyRbVq1VLBggX13HPP6eLFi5Kkjh07qm/fvkkeEAAAAACSW6ILpd69eytt2rQKDw+Xt7e3vb1Zs2ZauXJlkoYDAAAAACskeozS6tWrtWrVKuXKlcuhvUCBAjp37lySBQMAAAAAqyT6jFJkZKTDmaQ4v//+uzw8PJIkFAAAAABYKdGFUrVq1TRnzhz7ZZvNptjYWH344YeqUaNGkoYDAAAAACskuuvdhx9+qNDQUO3evVt3795Vv379dPjwYV29elVbt259HBkBAAAAIFkl+oxSkSJFdODAAT3zzDOqU6eOIiMj1bhxY+3du1f58uV7HBkBAAAAIFkl+oySJAUEBGj48OFJnQUAAAAA3MI/KpT++OMPff755zp69KhsNpueeuopvfbaa8qcOXNS5wMAAACAZJforncbN25U3rx59fHHH+uPP/7Q1atX9fHHHytv3rzauHHj48gIAAAAAMkq0WeUunbt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P509ezb5Az1E48aN1bJlS9WpU0dXrlxR/fr1JUn79u2L9zPAKpGRkWrfvr0CAwNVrVo1Va1aVTly5FCHDh1069Ytq+MlH6srNfy9bt26GX9/f+Pv72969uxpDh486LLPuXPnjM1msyDdX7777jvj5+dnRo8ebby9vc2HH35oOnbsaNKlS+dWp72ff/55kzZtWlO0aFEzYcIEc+XKFZd9fv31V0seT+ejjPEddYxrcxc9e/Y006dPN8YYEx0dbSpVqmRsNptJnz69pWfl4nssH2x78LK7GDdunClWrJhJmzatefHFF83333/v0g00LCzMpE6d2pJ8+/fvd9m2bNligoKCTOfOnR3arbZr1y6zbt06Y8z9I6L169c3vr6+pnTp0m7TXflBTz/9tPniiy+MMY5nQIYNG2aqVKliZTQHixcvNkWKFDEzZ840u3fvdnk9uIu3337bVKlSxVy8eNH4+vqasLAws2XLFhMSEmKGDRtmdTy7s2fPmtjYWKtj/K1du3aZxYsXm5s3b9rbli1bZrZs2WJhKkdVq1Y1NWvWdDjjfvHiRVO7dm1TrVo1C5M5unv3rvnwww9Njx49zM8//2xvnzBhgvnss88sTObo9ddfNyEhIWbFihX2bqHLly83+fLlM507d7Y6XrJhMocUoFatWurYsaOaNGny0MkboqOjtXXrVlWvXj2Z0zlatWqVRo4cqT179ig2NlZlypTRkCFDVLduXUtzPahDhw7q2LGjKlas+NB9jDEKDw9XcHBwMia7PwA5oax+ruPkzJlT3377rcqWLaulS5eqa9euWr9+vebMmaP169dr69atluRKiY9lgQIF1L59e7322msPnVjk7t27+vrrry0545kqVap4B0vHXY77tzsN6k8pvv/+e7Vu3VoDBw7UiBEjNHz4cB0/flxz5szRsmXLVKdOHasjSnIdPC+55/N+7949tWvXTvPmzZMxRmnSpFFMTIxatmypWbNmKXXq1FZHlHR/QLyPj49Lj5BvvvlGt27dsuR9/jB3797VmTNnlC9fPrdaViFOWFiYGjdurOPHj9uXzwgPD1fBggW1dOlStzpbkxJkyZJFCxcudFmeZv369WratKl+++03a4IlMwolwE2Fh4crKCjIZbY7Y4zOnz/vNusoeXp66uTJk8qVK5def/11eXt7a+LEiTpz5oxKlizpVt0E8b85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pyNHjig6OlqTJk3S4cOHtX379kTNLvq4vfTSS1ZHSJC3335bXbt21Z07d2SM0c6dO/X1119r1KhRmj59utXxHJw6dUoTJ07U0aNHZbPZ9NRTT6lnz54p4jsqqVAopQCjRo3S888/r5UrV6p48eJKmzatw/Xjx4+3KJmjB4/epkmTRtOnT1eRIkXUpUsXC1O5iluIsmDBgvaFKH///Xd98cUXbrV43syZM62OkCAffPCBZs+erbFjxzoceSpevLgmTJjgFoVSoUKFdPz4ceXJk0elSpWy/3ieOnVqvGdFrDJ58mS98sor2rx5c7zvdXeZaESSOnbsqF69eunevXuqWbOmJGnt2rXq16+f+vbta0km565skZGRypcvn7y9vV0eS3fpyhbn7w7SuMssl1mzZtW+fftcZo/bt29fvN2z3EHp0qW1c+dOvfTSS6pVq5bVceKVJ08eGWPccurtSpUqaevWrfroo4+UL18+rV69WmXKlNH27dvd6jtz6NChVkdIkNdee03R0dHq16+fbt26pZYtWypnzpyaNGmS23S3lFJWN9vHiVnvUoD33ntPQ4cOVaFChZQ9e3aHHwI2m03r1q2zMN1fNm7cqMqVK7t8yP/444/aunWr23yI7d69Wzdv3lSNGjX022+/qW3bttqyZYvy58+vmTNnqmTJkpZla9y4sWbNmqUMGTL8bRfAxYsXJ1OqR8ufP7+mTZumWrVqydfXV/v371dISIiOHTumihUrusWsd1999ZV9XZW9e/fq2Wef1ZUrV5QuXTrNmjVLzZo1szqiJGn69Onq3LmzvLy85O/v7/JeP336tIXpHBljNGDAAH388cf2WQQ9PT3Vv39/DRkyxJJMcdMXJ4S7nc2JW6PqYdxllr4RI0ZowoQJGjBggCpVqiSbzaYtW7ZozJgx6tu3r959912rI0q6/2P0448/lq+vr70tKipKr7/+ujZt2qQzZ85YmO4vKWnqbSS933//XbGxsW55kKF06dJ69tln4+1mu3r1arfqjfE4USilAJkyZdKECRMcBqPiyfTgl/trr732yH3d5YyTl5eXjh07puDgYIdC6ciRI3rmmWf0559/Wh3Rxa1bt3Ts2DHlzp1bWbJksTqOXUBAgHr06KEBAwakiDGJkvTnn3/q6NGj8vLyUoECBeyTeSBx9u/f73D53r172rt3r8aPH68PPvjA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lv170/m8ijt8tycHziilAOfOnVO9evUUHh6uqKgo+zoLvXr10p07dzR16lSrI6YoEydO1KZNm7R582alTp3aPqFDaGionnrqKavj2e3atUsDBgzQkCFDVKxYMZfxKu4ya9e3337rcDluLMDs2bM1fPhwt1hwtkWLFtq4caNat26twMBAl6KjZ8+eFiVzdOXKFTVt2lTr16+XzWZTWFiYQkJC1KFDB2XMmNHlR7+VWrZsqbJly6pPnz764IMPNGnSJL344otas2aNypQpY/kZ5BUrVqhJkybKly9fvD/unnvuOUvzOZs9e7ayZMmiBg0aSJL69eunTz/9VEWKFNHXX3/tMqukVbJnz64PP/xQbdq0cWifM2eO3n77bV26dElHjhxRtWrV9Pvvv1uU8q8DOM4/cSpUqKAZM2ZYOnlP2rRp9csvvyh79uxKnTq1Ll686PaziP3yyy/65JNPdOzYMRljVKRIEXXu3NktDzq4uyZNmqhOnTrq3LmzQ/u0adO0evVqLVq0SP/5z3/06aef6uDBgxalvN/9Pzw8XN26dYv3e9Mdu9Y+DhRKKcBLL70kX19fff755/L397evU7Nx40Z17NhRYWFhVkdMsQ4ePKiNGzdq/fr1+v777+Xv7295l6E4YWFhatGihctsgnFnF9z9aM7cuXM1f/58l0LKChkzZtTy5cvddpr9OG3atNHly5c1ffp0PfXUU/b3+urVq9W7d28dPnzY6oh2V69e1Z07d5QjRw7Fxsbqo48+si/cPHjwYLfownr+/HlNmTIlRfy4K1SokKZMmaKaNWtq+/btqlWrliZOnKhly5YpTZo0lheecd5//32NHDlSnTp1Urly5WSz2bRz505Nnz5d77zzjgYNGqQJEyZoxYoVWrNmjWU5z50753A5riujp6enRYn+UqBAATVt2lR169ZVjRo1tGTJkoe+X6pVq5bM6VK2U6dOaeLEiTp69KhsNpuKFCminj17KiQkxOpodj4+Ptq3b5/y58/v0H7y5EmVKlVKf/75p06dOqUSJUooMjLSopT3u/9v3rxZpUqVsiyDO6BQSgGyZMmirVu3qlChQg4Lep49e1ZFihRxi24ucRYuXPjQxd7cZW2AOHv37tWGDRu0fv16bd68WTdv3lTp0qXdZireZ555RmnSpFHPnj3jnczB3bvquMMHfZy8efNqxYoVbnXGMD4BAQFatWqVSpYs6fBeP3PmjIoXL+5W4yqQtLy9ve2LIPfv318XL17UnDlzdPjwYYWGhuq3336zOqLdV199pcmTJ9vHphQqVEjdu3dXy5YtJUm3b9+2j7dITpkzZ9aJEyeUJUsWtW/fXpMmTXLLwedLly5V586ddfny5XjPesVxpwNi165d0+eff+5QgLRv396tuq6vWrVKDRs2VKlSpVS5cmUZY7Rt2zbt379f33//verUqWN1RElS7ty57WuRPWjChAmaMGGCwsPDdeDAAdWtW1cREREWpby/ltdXX33ltushJhsDt5cpUyZz+PBhY4wxPj4+5tSpU8YYYzZv3myyZctmZTQHkyZNMj4+PqZr164mXbp05o033jC1a9c2fn5+5p133rE6nt0LL7xgMmXKZFKnTm2efvpp07dvX/P999+b69evWx3NgZeXlzl27JjVMf6RW7dumZ49e5qCBQtaHcUYY8wXX3xhXn75ZRMZGWl1lEfy8fExJ06csP877r2+c+dOkzlzZiujxSsmJsYcP37cbN682WzcuNFhcwebNm0yrVq1MhUrVjS//PKLMcaYOXPmmM2bN1uczFXWrFnNzz//bIwxplSpUmb27NnGGGNOnjxp0qdPb2W0FCN9+vT290yqVKnM5cuXLU70aDdv3jQ2m82cOHHCXLt2Ld7NHezatctkzpzZ5MyZ0zRq1Mi89NJLJleuXMbf39/s2bPH6nh2pUqVMv3793dp79+/vyldurQFieL36aefmtSpU5sXXnjBvPfee+b99983DRs2NGnSpDHTp083xhjz0UcfmaZNm1qac9WqVaZu3brmzJkzluawGmeUUoBmzZrJz89Pn376qX2dhaxZs+rFF19U7ty53WZ68MKFC2vo0KFq0aKFw9HwIUOG6OrVq5o8ebLVESVJb731lkJDQ1WtWjW3GecTn2rVqmnIkCGqXbu21VEeyXkGH2OMbt68KW9vb3355ZduMYi2dOnSOnXqlIwxypMnj8t4L3c529mgQQOVKVNG7733nv29HhwcrObNmys2NlYLFy60OqLdjh071LJlS507d87liLg7HAlftGiRWrdurVatWumLL77QkSNHFBISok8++UTLli3TihUrLM3nrFWrVjp27JhKly6tr7/+WuHh4fL399d3332nd955R4cOHbI6oturU6eOLl26pKefflqzZ89Ws2bN5OXlFe++M2bMSOZ0f3lwMoeNGzeqcuXKbjWzobOqVasqf/78+uyzz+w5o6Oj1bFjR50+fVqbNm2yOOF9np6eOnjwYLwzXZYoUUJ37tyxKJmrrVu32s/KGmNUuHBhde/eXZUqVbI0l/P3eWRkpKKjo+Xt7e3yvelOazk+ThRKKcCFCxdUo0YNpU6dWmFhYSpbtqzCwsKUJUsWbdq0yW0GgXp7e+vo0aMKDg5WtmzZtGbNGpUsWVJhYWGqUKGCrly5YnXEh7p27ZoyZsxodQwH33zzjYYNG6a3335bxYsXd/mQKlGihEXJHM2aNcvhgzVuLED58uXdYpyKpL9d02fo0KHJlOTRjhw5otDQUD399NNat26dGjZsqMOHD+vq1avaunWr8uXLZ3VEu1KlSqlgwYIaPnx4vAN9re6SU7p0afXu3Vtt2rRxOHCzb98+1atXz9IuLfG5du2a3n33XZ0/f15vvvmm6tWrJ+n+azNdunQaNGiQxQnvi4mJ0YQJEx7axdrKH0+XLl3ShAkTdOrUKS1evFjPPvusPDw84t13yZIlyZzuLyltMgcvLy/t3bvXZQKMI0eOqGzZsm7T/T8oKEjjx4/XK6+84tC+YMECvfXWWwoPD7coWcqRmNkX/y1rOVIopRC3b9/W119/rZ9//tm+zkKrVq0eerTMCiEhIVq4cKHKlCmjcuXKqWPHjnrjjTe0evVqNW/e3G2OPowZM0Z58uRRs2bNJElNmzbVwoULFRgYqBUrVlg+dWycVKlSubTF9Wd3hyP2eDwiIiI0ZcoUhzVVunbtqsDAQKujOUifPr3279/vMiDZXXh7e+vIkSPKkyePQ6F0+vRpFSlSxK2OLqckQ4YM0fTp09WnTx8NHjxYgwYN0tmzZ7V06VINGTJEPXr0sDqipPvjEnfv3i1/f3+ro7hIaZM5ZM+eXV988YXq1q3r0L5q1Sq1adNGly5dsiiZoxEjRmjChAkaMGCAKlWqJJvNpi1btmjMmDHq27ev3n33Xasj2sXExGjp0qUOY74aNmyo1KlTWx0NTiiUkGQ6duyooKAgDR06VFOnTlWfPn1UuXJl7d69W40bN9bnn39udURJ9wu6L7/8UpUqVdKaNWvUtGlTzZ8/336EdPXq1VZHlOQ6a5Mzd5ku2Hm9kkdxl7Ng+N/VrFlT/fr1s5/5cDf58uXTtGnTVLt2bYdCac6cORo9erSOHDlidUQXf/zxh8OA+cKFC6t9+/bKnDmz1dHs8uXLp48//lgNGjSQr6+v9u3bZ2/bsWOH5s6da3VEt5fSJnPo0aOHlixZoo8++sihAHn77bfVpEkTTZw40eqIku53+544caLGjRunCxcuSJJy5Miht99+Wz169HCbtehOnjyp5557Tr/++qsKFSokY4xOnDihoKAgLV++3G16DqxYsUKpU6fWs88+69C+evVqxcTEqH79+hYlS14USm7qu+++S/C+7jAGRJJiY2MVGxtr78O8YMEC+3TBnTt3Vrp06SxOeJ+Xl5f9Q6lnz566c+eOpk2bphMnTqh8+fL6448/rI6YovzdgrOS9VOau/NK6Cmp0Hww66lTp/Tuu++6bdfQsWPHavbs2ZoxY4bq1KmjFStW6Ny5c+rdu7eGDBmibt26WZrP2caNG9WwYUP5+fmpbNmykqQ9e/bo2rVr+u6779xmlsv06dPr6NGjyp07twIDA7V8+XKVKVNGp0+fVunSpXX9+nWrI0qSPv7443jbH3zPV6tWzdIj+H/++acyZMig48ePP7TrndVdWCXp7t27evvttzV16lRFR0dLut998M0339To0aMf2r3RSnGLYbvjrIfPPfecjDH66quv7AdBrly5oldffVWpUqXS8uXLLU54X4kSJTR69GiXNedWrlyp/v37a//+/RYlS2bJO3cEEspmszlsqVKlirctVapUVkdNcQIDA83WrVuNMcYULFjQLFiwwBhjzLFjx4yvr6+V0RzMmjXLLFu2zH757bffNn5+fqZixYrm7NmzFiZztGTJEpMvXz4zdepUs3//frN//34zdepUU6BAAbNkyRJz9uxZ+2aV8ePHG39/f/Pqq6+ajz/+2EyaNMm8+uqrJkuWLOaDDz4wHTt2NB4eHubTTz9N9mwPvr/j3tMPvt8fbLPawz6LnD+n3CGrMca88847xsvLy57P09PTvPvuu1bHilfRokVNp06dTHR0tL0tOjravP7666Zo0aIWJnNUsGBBs2PHDmOMMVWqVDGjRo0yxhgzb948kzVrViujOciTJ49Jnz69sdlsJnPmzCZTpkzGZrOZ9OnTm+zZsxubzWby5ctnwsPDLc25YcMGc+/ePUszJFRkZKQ5cOCA2b9/v1vPIHrp0iWzadMms3nzZrec+dDb29scOHDApX3fvn1uNcOlp6dnvDPenTlzxnh7eyd/IItQKKUAa9asMWXKlDErV640169fNzdu3DArV640ZcuWNatXr7Y6np3z9MDuOF2wMcZ07drVBAcHm9q1axt/f39z8+ZNY8z9L3p3mkK0YMGCZu3atcYYY7Zt22a8vLzMtGnTzAsvvGAaNWpkcbq/lCtXzixfvtylffny5aZMmTIWJHLVuHFjM2XKFJf2qVOnmsaNGxtjjPn4449NsWLFkjuaQyH5d0Wn1R7M+nebu4iMjDS7du0yP/30k/297o48PT3jXQ7g2LFjxtPT04JE8evfv7/54IMPjDHGfPPNNyZNmjQmf/78Jl26dPFOzWyVuXPnmtDQUHPy5El7W1hYmKlZs6aZN2+eOX/+vKlcubJp0qSJhSnvO3nypBk0aJBp3ry5uXTpkjHGmB9++MEcOnTI4mT3Xbt2zVy5csWl/cqVK261rMb169fNq6++alKnTm0/OJImTRrTqlUrt5lq3Zj7S77EHax90JYtW0ymTJksSBS/7Nmz23+DPGjNmjVudVDkcaNQSgGKFi0a77ofmzZtMoULF7YgUfwedoTZXY6Gx7l796758MMPTY8ePezrlhhjzIQJE8xnn31mYTJHXl5e5ty5c8YYY/r162dat25tjDHm0KFDJkuWLFZGc+Dp6WmOHDni0n7kyBG3+YGXPn16ExYW5tIeFhZmP4J38uRJy4+SpYSi0501atTI/sOtUaNGj9xat25tRo8e7TY/oCpVqhRvMbxkyRJToUKF5A+UQDt27DDjxo0z3377rdVRHISEhJi9e/e6tP/8888mb968xhhjtm7dagICApI5maMNGzYYLy8vU7t2bZMuXTr7OlBjxoxxiyLOGGPq1atn/vvf/7q0T5kyxdSvX9+CRPF75ZVXTIECBVwOKhcqVMi88sorVseza926tSlatKjZsWOHiY2NNbGxsWb79u2mWLFipm3btlbHs+vUqZMpXry4y8GGEiVKmA4dOliYLHm578T9sDt16lS8/ZT9/Px09uzZ5A/0EM5je+7du6e9e/dq8ODB+uCDDyxK5Spt2rR66623XNp79eqV/GEewcfHR1euXFHu3Lm1evVq+yrenp6eun37tsXp/vLUU0/p/fff1+effy5PT09JUlRUlN5//3099dRTFqe7L3PmzPr+++9dVkL//vvv7X3EIyMj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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "# Count locations by school\n", + "location_counts = locations.groupby('school_name').size().reset_index(name='location_count')\n", + "\n", + "# Plot location counts\n", + "plt.figure(figsize=(10, 6))\n", + "plt.bar(location_counts['school_name'], location_counts['location_count'], color='green')\n", + "plt.xlabel('School Name')\n", + "plt.ylabel('Number of Locations')\n", + "plt.title('Number of Locations per School')\n", + "plt.xticks(rotation=90)\n", + "plt.show()" + ] + }, + { + "cell_type": "markdown", + "id": "d688071e", + "metadata": {}, + "source": [ + "## Data Quality Testing Functions" + ] + }, + { + "cell_type": "code", + "execution_count": 447, + "id": "04a0839f", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Missing values:\n", + "comment_id 0\n", + "school_id 0\n", + "school_name 0\n", + "user_name 0\n", + "anonymous 0\n", + "graduating_year 0\n", + "tagline 0\n", + "created_at 0\n", + "overall_score 0\n", + "overall_rating 0\n", + "curriculum_rating 0\n", + "job_support_rating 0\n", + "review_body 0\n", + "program 0\n", + "program_cat 0\n", + "dtype: int64\n", + "Duplicate rows: 0\n", + "Missing values:\n", + "location_id 0\n", + "school_id 0\n", + "school_name 0\n", + "country_id 0\n", + "country_name 0\n", + "city_id 0\n", + "city_name 0\n", + "dtype: int64\n", + "Duplicate rows: 0\n", + "Missing values:\n", + "badge_id 0\n", + "school_id 0\n", + "school_name 0\n", + "badge_name 0\n", + "keyword 0\n", + "description 0\n", + "dtype: int64\n", + "Duplicate rows: 0\n", + "Missing values:\n", + "school_id 0\n", + "school 0\n", + "website 0\n", + "description 0\n", + "price_min 0\n", + "price_max 0\n", + "dtype: int64\n", + "Duplicate rows: 0\n", + "Missing values:\n", + "0\n", + "Duplicate rows: 0\n" + ] + } + ], + "source": [ + "def check_missing_values(df):\n", + " missing = df.isnull().sum()\n", + " print(f\"Missing values:\\n{missing}\")\n", + "\n", + "def check_duplicates(df):\n", + " duplicates = df.duplicated().sum()\n", + " print(f\"Duplicate rows: {duplicates}\")\n", + "\n", + "# Run data quality tests\n", + "check_missing_values(comments)\n", + "check_duplicates(comments)\n", + "check_missing_values(locations)\n", + "check_duplicates(locations)\n", + "check_missing_values(badges)\n", + "check_duplicates(badges)\n", + "check_missing_values(schools)\n", + "check_duplicates(schools)\n", + "check_missing_values(courses)\n", + "check_duplicates(courses)" + ] + }, + { + "cell_type": "markdown", + "id": "85b21cbf", + "metadata": {}, + "source": [ + "## Potential plots for the presentation" + ] + }, + { + "cell_type": "code", + "execution_count": 109, + "id": "bd99c524", + "metadata": { + "scrolled": false + }, + "outputs": [ + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/png": "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582bl0U3ERERERER5ahPTWPmQmpEREREREREOsKim4iIiIiIiEhHWHQTERERERER6QiLbiIiIiIiIiIdYdFNREREREREpCMsuomIiIiIiIh0hEU3ERERERERkY6w6CYiIiIiIiLSERbdRERERERERDrCopuIiIiIiIhIR1h0ExEREREREekIi24iIiIiIiIiHWHRTURERERERKQjLLqJiIiIiIiIdMRI6gBE+mp61H2pI3zUSN/8UkcgIiIiIqJPYE83ERERERERkY6w6CYiIiIiIiLSERbdRERERERERDrCopuIiIiIiIhIR1h0ExEREREREemIpEX34sWLUaZMGeTNmxd58+ZFlSpVsH//fuXjQghMnDgRBQsWhJmZGfz9/XHlyhUJExMRERERERFpTtKiu3Dhwpg+fToiIyMRGRmJWrVqoUmTJsrCeubMmZgzZw4WLlyIM2fOwNHREXXr1sXTp0+ljE1ERERERESkEUmL7saNG6NBgwYoXrw4ihcvjilTpsDS0hInT56EEALz5s3DmDFj0Lx5c5QuXRqrV6/G8+fPsX79eiljExEREREREWlEb+Z0Z2RkYMOGDUhLS0OVKlUQHx+P5ORk1KtXT3mMiYkJatasiRMnTnzwedLT05GamqpyIyIiIiIiIpKC5EX3pUuXYGlpCRMTE/Tq1Qvbt2+Hl5cXkpOTAQAODg4qxzs4OCgfy860adNgbW2tvDk7O+s0PxEREREREdGHSF50e3p64vz58zh58iR69+6Njh074urVq8rHFQqFyvFCCLW2d40aNQpPnjxR3hITE3WWnYiIiIiIiOhjjKQOYGxsDA8PDwBA+fLlcebMGcyfPx8jRowAACQnJ8PJyUl5fEpKilrv97tMTExgYmKi29BEREREREREGpC8p/t9Qgikp6fD1dUVjo6OCAkJUT726tUrhIWFwc/PT8KERERERERERJqRtKd79OjRCAwMhLOzM54+fYoNGzbgyJEjCA4OhkKhwKBBgzB16lQUK1YMxYoVw9SpU2Fubo527dpJGZuIiIiIiIhII5IW3Xfv3kX79u2RlJQEa2trlClTBsHBwahbty4AYPjw4Xjx4gX69OmDR48eoVKlSjh48CCsrKykjE1ERERERESkEYUQQkgdQpdSU1NhbW2NJ0+eIG/evFLHIRmZHnVf6ggfNdI3v9QRiIiIiIi+WZrWmno3p5uIiIiIiIgot2DRTURERERERKQjLLqJiIiIiIiIdIRFNxEREREREZGOsOgmIiIiIiIi0hEW3UREREREREQ6wqKbiIiIiIiISEdYdBMRERERERHpCItuIiIiIiIiIh1h0U1ERERERESkIyy6iYiIiIiIiHSERTcRERERERGRjrDoJiIiIiIiItIRFt1EREREREREOsKim4iIiIiIiEhHWHQTERERERER6QiLbiIiIiIiIiIdYdFNREREREREpCMsuomIiIiIiIh0hEU3ERERERERkY6w6CYiIiIiIiLSERbdRERERERERDrCopuIiIiIiIhIR1h0ExEREREREekIi24iIiIiIiIiHWHRTURERERERKQjLLqJiIiIiIiIdIRFNxEREREREZGOsOgmIiIiIiIi0hEW3UREREREREQ6wqKbiIiIiIiISEdYdBMRERERERHpCItuIiIiIiIiIh1h0U1ERERERESkIyy6iYiIiIiIiHSERTcRERERERGRjrDoJiIiIiIiItIRFt1EREREREREOsKim4iIiIiIiEhHWHQTERERERER6QiLbiIiIiIiIiIdYdFNREREREREpCOSFt3Tpk1DhQoVYGVlhQIFCqBp06a4fv26yjGdOnWCQqFQuVWuXFmixERERERERESak7ToDgsLQ9++fXHy5EmEhITgzZs3qFevHtLS0lSOq1+/PpKSkpS3ffv2SZSYiIiIiIiISHNGUv7jwcHBKvdXrlyJAgUK4OzZs6hRo4ay3cTEBI6Ojl87HhEREREREdEX0as53U+ePAEA2NraqrQfOXIEBQoUQPHixdG9e3ekpKRIEY+IiIiIiIhIK5L2dL9LCIGgoCBUq1YNpUuXVrYHBgaiZcuWcHFxQXx8PMaNG4datWrh7NmzMDExUXue9PR0pKenK++npqZ+lfxERERERERE79Obortfv364ePEijh8/rtLeunVr5f+XLl0a5cuXh4uLC/bu3YvmzZurPc+0adMwadIkneclIiIiIiIi+hS9GF7ev39/7Nq1C6GhoShcuPBHj3VycoKLiwtiYmKyfXzUqFF48uSJ8paYmKiLyERERERERESfJGlPtxAC/fv3x/bt23HkyBG4urp+8msePHiAxMREODk5Zfu4iYlJtsPOiYiIiIiIiL42SXu6+/bti3Xr1mH9+vWwsrJCcnIykpOT8eLFCwDAs2fPMHToUERERODWrVs4cuQIGjdujPz586NZs2ZSRiciIiIiIiL6JEl7uhcvXgwA8Pf3V2lfuXIlOnXqBENDQ1y6dAlr1qzB48eP4eTkhICAAGzcuBFWVlYSJCYiIiIiIiLSnOTDyz/GzMwMBw4c+EppiIiIiIiIiHKWXiykRkRERERERJQbsegmIiIiIiIi0hEW3UREREREREQ6wqKbiIiIiIiISEdYdBMRERERERHpCItuIiIiIiIiIh1h0U1ERERERESkIyy6iYiIiIiIiHSERTcRERERERGRjrDoJiIiIiIiItIRFt1EREREREREOsKim4iIiIiIiEhHWHQTERERERER6QiLbiIiIiIiIiIdYdFNREREREREpCMsuomIiIiIiIh0hEU3ERERERERkY6w6CYiIiIiIiLSERbdRERERERERDrCopuIiIiIiIhIR1h0ExEREREREemI1kV3cHAwjh8/rry/aNEi+Pj4oF27dnj06FGOhiMiIiIiIiKSM62L7mHDhiE1NRUAcOnSJQwZMgQNGjTAzZs3ERQUlOMBiYiIiIiIiOTKSNsviI+Ph5eXFwBg69ataNSoEaZOnYpz586hQYMGOR6QiIiIiIiISK607uk2NjbG8+fPAQD//vsv6tWrBwCwtbVV9oATERERERER0Wf0dFerVg1BQUGoWrUqTp8+jY0bNwIAbty4gcKFC+d4QCIiIiIiIiK50rqne+HChTAyMsKWLVuwePFiFCpUCACwf/9+1K9fP8cDEhEREREREcmV1j3dRYoUwZ49e9Ta586dmyOBiIiIiIiIiHKLz9qnOy4uDmPHjkXbtm2RkpIC4O1WYleuXMnRcERERERERERypnXRHRYWBm9vb5w6dQrbtm3Ds2fPAAAXL17EhAkTcjwgERERERERkVxpXXSPHDkSkydPRkhICIyNjZXtAQEBiIiIyNFwRERERERERHKmddF96dIlNGvWTK3d3t4eDx48yJFQRERERERERLmB1kW3jY0NkpKS1NqjoqKUK5kTERERERER0WcU3e3atcOIESOQnJwMhUKBzMxMhIeHY+jQoejQoYMuMhIRERERERHJktZF95QpU1CkSBEUKlQIz549g5eXF2rUqAE/Pz+MHTtWFxmJiIiIiIiIZEnrfbrz5MmDv//+G7/++ivOnTuHzMxM+Pr6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CoUC33//Pf744w84ODjoLCgRERERERGR3GhcdAOAi4sL9u3bh0ePHiE2NhZCCBQrVgz58uXTVT4iIiIiIiIi2dKq6M6SL18+VKhQIaezEBEREREREeUqGi+kRkRERERERETaYdFNREREREREpCMsuomIiIiIiIh0RKOiu1y5cnj06BEA4JdffsHz5891GoqIiIiIiIgoN9Co6I6OjkZaWhoAYNKkSXj27JlOQxERERERERHlBhqtXu7j44POnTujWrVqEEJg1qxZsLS0zPbY8ePH52hAIiIiIiIiIrnSqOhetWoVJkyYgD179kChUGD//v0wMlL/UoVCwaKbiIiIiIiI6P/TqOj29PTEhg0bAAAGBgY4dOgQChQooNNgRERERERERHKnUdH9rszMTF3kICIiIiIiIsp1tC66ASAuLg7z5s1DdHQ0FAoFSpYsiYEDB8Ld3T2n8xERERERERHJltb7dB84cABeXl44ffo0ypQpg9KlS+PUqVMoVaoUQkJCdJGRiIiIiIiISJa07ukeOXIkBg8ejOnTp6u1jxgxAnXr1s2xcERERERERERypnVPd3R0NLp27arW3qVLF1y9ejVHQhERERERERHlBloX3fb29jh//rxa+/nz57miOREREREREdE7tB5e3r17d/To0QM3b96En58fFAoFjh8/jhkzZmDIkCG6yEhEREREREQkS1oX3ePGjYOVlRVmz56NUaNGAQAKFiyIiRMnYsCAATkekIiIiIiIiEiutC66FQoFBg8ejMGDB+Pp06cAACsrqxwPRkRERERERCR3n7VPdxYW20REREREREQfpvVCajnp6NGjaNy4MQoWLAiFQoEdO3aoPN6pUycoFAqVW+XKlaUJS0RERERERKQlSYvutLQ0lC1bFgsXLvzgMfXr10dSUpLytm/fvq+YkIiIiIiIiOjzfdHw8i8VGBiIwMDAjx5jYmICR0fHr5SIiIiIiIiIKOdo1dP9+vVrBAQE4MaNG7rKo+bIkSMoUKAAihcvju7duyMlJeWr/dtEREREREREX0Krnu48efLg8uXLUCgUusqjIjAwEC1btoSLiwvi4+Mxbtw41KpVC2fPnoWJiUm2X5Oeno709HTl/dTU1K+SlYiIiIiIiOh9Ws/p7tChA/766y9dZFHTunVrNGzYEKVLl0bjxo2xf/9+3LhxA3v37v3g10ybNg3W1tbKm7Oz81fJSkRERERERPQ+red0v3r1CsuXL0dISAjKly8PCwsLlcfnzJmTY+He5+TkBBcXF8TExHzwmFGjRiEoKEh5PzU1lYU3ERERERERSULrovvy5csoV64cAKjN7db1sPMHDx4gMTERTk5OHzzGxMTkg0PPiYiIiIiIiL4mrYvu0NDQHPvHnz17htjYWOX9+Ph4nD9/Hra2trC1tcXEiRPRokULODk54datWxg9ejTy58+PZs2a5VgGIiIiIiIiIl357C3DYmNjERcXhxo1asDMzAxCCK17uiMjIxEQEKC8nzUsvGPHjli8eDEuXbqENWvW4PHjx3ByckJAQAA2btwIKyurz41NRERERERE9NVoXXQ/ePAArVq1QmhoKBQKBWJiYuDm5oZu3brBxsYGs2fP1vi5/P39IYT44OMHDhzQNh4RERERERGR3tB69fLBgwcjT548SEhIgLm5ubK9devWCA4OztFwRERERERERHKmdU/3wYMHceDAARQuXFilvVixYrh9+3aOBSMiIiIiIiKSO617utPS0lR6uLPcv3+fq4YTERERERERvUPrortGjRpYs2aN8r5CoUBmZiZ+++03lUXRiIiIiIiIiL51Wg8v/+233+Dv74/IyEi8evUKw4cPx5UrV/Dw4UOEh4frIiMRERERERGRLGnd0+3l5YWLFy+iYsWKqFu3LtLS0tC8eXNERUXB3d1dFxmJiIiIiIiIZOmz9ul2dHTEpEmTcjoLERERERERUa7yWUX3o0eP8NdffyE6OhoKhQIlS5ZE586dYWtrm9P5iIiIiIiIiGRL6+HlYWFhcHV1xYIFC/Do0SM8fPgQCxYsgKurK8LCwnSRkYiIiIiIiEiWtO7p7tu3L1q1aoXFixfD0NAQAJCRkYE+ffqgb9++uHz5co6HJCIiIiIiIpIjrXu64+LiMGTIEGXBDQCGhoYICgpCXFxcjoYjIiIiIiIikjOti+5y5cohOjparT06Oho+Pj45kYmIiIiIiIgoV9BoePnFixeV/z9gwAAMHDgQsbGxqFy5MgDg5MmTWLRoEaZPn66blEREREREREQypBBCiE8dZGBgAIVCgU8dqlAokJGRkWPhckJqaiqsra3x5MkT5M2bV+o4JCPTo+5LHeGjRvrmlzoCEREREdE3S9NaU6Oe7vj4+BwLRkRERERERPSt0KjodnFx0XUOIiIiIiLKxTiKkL5VWm8ZBgD//fcfwsPDkZKSgszMTJXHBgwYkCPBiIiIiIiIiORO66J75cqV6NWrF4yNjWFnZweFQqF8TKFQsOgmIiIiIiIi+v+0LrrHjx+P8ePHY9SoUTAw0HrHMSIiIiIiIqJvhtZV8/Pnz9GmTRsW3ERERERERESfoHXl3LVrV2zevFkXWYiIiIiIiIhyFa2Hl0+bNg2NGjVCcHAwvL29kSdPHpXH58yZk2PhiIiIiIiIiORM66J76tSpOHDgADw9PQFAbSE1IiIiIiIiInpL66J7zpw5WLFiBTp16qSDOERERERERES5h9Zzuk1MTFC1alVdZCEiIiIiIiLKVbQuugcOHIjff/9dF1mIiIiIiIiIchWth5efPn0ahw8fxp49e1CqVCm1hdS2bduWY+GIiIiIiIiI5EzrotvGxgbNmzfXRRYiIiIiIiKiXEXronvlypW6yEFERERERESU62g9p5uIiIiIiIiINKN1T7erq+tH9+O+efPmFwUiIiIiIiIiyi20LroHDRqkcv/169eIiopCcHAwhg0bllO5iIiIiIiIiGRP66J74MCB2bYvWrQIkZGRXxyIiIiIiIiIKLfIsTndgYGB2Lp1a049HREREREREZHs5VjRvWXLFtja2ubU0xERERERERHJntbDy319fVUWUhNCIDk5Gffu3cMff/yRo+GIiIiIiIiI5Ezrortp06Yq9w0MDGBvbw9/f3+UKFEip3IRERERERERyZ7WRfeECRN0kYOIiIiIiIgo18mxOd1EREREREREpErjnm4DAwOVudzZUSgUePPmzReHIiIiIiIiIsoNNC66t2/f/sHHTpw4gd9//x1CiBwJRURERERERJQbaFx0N2nSRK3t2rVrGDVqFHbv3o2ffvoJv/76a46GIyIiIiIiIpKzz5rTfefOHXTv3h1lypTBmzdvcP78eaxevRpFihTR6nmOHj2Kxo0bo2DBglAoFNixY4fK40IITJw4EQULFoSZmRn8/f1x5cqVz4lMRERERERE9NVpVXQ/efIEI0aMgIeHB65cuYJDhw5h9+7dKF269Gf942lpaShbtiwWLlyY7eMzZ87EnDlzsHDhQpw5cwaOjo6oW7cunj59+ln/HhEREREREdHXpPHw8pkzZ2LGjBlwdHTEP//8k+1wc20FBgYiMDAw28eEEJg3bx7GjBmD5s2bAwBWr14NBwcHrF+/Hj179vzif5+IiIiIiIhIlzQuukeOHAkzMzN4eHhg9erVWL16dbbHbdu2LUeCxcfHIzk5GfXq1VO2mZiYoGbNmjhx4gSLbiIiIiIiItJ7GhfdHTp0+OSWYTkpOTkZAODg4KDS7uDggNu3b3/w69LT05Genq68n5qaqpuARERERERERJ+gcdG9atUqHcb4sPcLfSHER4v/adOmYdKkSbqORURERERERPRJn7V6+dfg6OgI4P96vLOkpKSo9X6/a9SoUXjy5InylpiYqNOcRERERERERB+it0W3q6srHB0dERISomx79eoVwsLC4Ofn98GvMzExQd68eVVuRERERERERFLQeHi5Ljx79gyxsbHK+/Hx8Th//jxsbW1RpEgRDBo0CFOnTkWxYsVQrFgxTJ06Febm5mjXrp2EqYmIiIiIiIg0I2nRHRkZiYCAAOX9oKAgAEDHjh2xatUqDB8+HC9evECfPn3w6NEjVKpUCQcPHoSVlZVUkYmIiIiIiIg0JmnR7e/vDyHEBx9XKBSYOHEiJk6c+PVCEREREREREeUQvZ3TTURERERERCR3LLqJiIiIiIiIdIRFNxEREREREZGOsOgmIiIiIiIi0hEW3UREREREREQ6wqKbiIiIiIiISEdYdBMRERERERHpCItuIiIiIiIiIh1h0U1ERERERESkIyy6iYiIiIiIiHSERTcRERERERGRjrDoJiIiIiIiItIRFt1EREREREREOsKim4iIiIiIiEhHWHQTERERERER6YiR1AGIiIikMj3qvtQRPmqkb36pI5CW+DNFRETvY083ERERERERkY6w6CYiIiIiIiLSERbdRERERERERDrCopuIiIiIiIhIR1h0ExEREREREekIi24iIiIiIiIiHWHRTURERERERKQjLLqJiIiIiIiIdIRFNxEREREREZGOsOgmIiIiIiIi0hEjqQMQERHRl5kedV/qCB800je/1BGIiCgb+vy3A8hdfz/Y001ERERERESkIyy6iYiIiIiIiHSERTcRERERERGRjrDoJiIiIiIiItIRFt1EREREREREOsKim4iIiIiIiEhHWHQTERERERER6QiLbiIiIiIiIiIdYdFNREREREREpCNGUgeg/zM96r7UET5qpG9+qSMQyR7f50RERETfFvZ0ExEREREREekIi24iIiIiIiIiHWHRTURERERERKQjLLqJiIiIiIiIdIRFNxEREREREZGO6HXRPXHiRCgUCpWbo6Oj1LGIiIiIiIiINKL3W4aVKlUK//77r/K+oaGhhGmIiIiIiIiINKf3RbeRkRF7t4mIiIiIiEiW9Hp4OQDExMSgYMGCcHV1RZs2bXDz5k2pIxERERERERFpRK97uitVqoQ1a9agePHiuHv3LiZPngw/Pz9cuXIFdnZ22X5Neno60tPTlfdTU1O/VlwiIiIiIiIiFXpddAcGBir/39vbG1WqVIG7uztWr16NoKCgbL9m2rRpmDRp0teKSKT3pkfdlzrCR430zS91BCIieg//dhAR5Ry9H17+LgsLC3h7eyMmJuaDx4waNQpPnjxR3hITE79iQiIiIiIiIqL/o9c93e9LT09HdHQ0qlev/sFjTExMYGJi8hVTEREREREREWVPr3u6hw4dirCwMMTHx+PUqVP48ccfkZqaio4dO0odjYiIiIiIiOiT9Lqn+3//+x/atm2L+/fvw97eHpUrV8bJkyfh4uIidTQiIiIiIiKiT9LronvDhg1SRyAiIiIiIiL6bHo9vJyIiIiIiIhIzlh0ExEREREREekIi24iIiIiIiIiHWHRTURERERERKQjer2QGhERERHRt2561H2pI3zUSN/8Ukcg0mvs6SYiIiIiIiLSERbdRERERERERDrCopuIiIiIiIhIR1h0ExEREREREekIi24iIiIiIiIiHWHRTURERERERKQjLLqJiIiIiIiIdIRFNxEREREREZGOsOgmIiIiIiIi0hEW3UREREREREQ6YiR1AMp9pkfdlzrCR430zS91BCLZ4/ucchp/pohILvj7irTFnm4iIiIiIiIiHWHRTURERERERKQjLLqJiIiIiIiIdIRFNxEREREREZGOsOgmIiIiIiIi0hEW3UREREREREQ6wqKbiIiIiIiISEdYdBMRERERERHpCItuIiIiIiIiIh1h0U1ERERERESkI0ZSByAi0sT0qPtSR/iokb75pY5ARERERHqIPd1EREREREREOsKim4iIiIiIiEhHWHQTERERERER6QiLbiIiIiIiIiIdYdFNREREREREpCMsuomIiIiIiIh0hEU3ERERERERkY6w6CYiIiIiIiLSERbdRERERERERDpiJHUAIiIiIiJdmB51X+oIHzXS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7Nkz7Nq1C/PmzcPZs2chlUpFRyIiIiKqMhwZRkREwuTm5iIqKgobN25ERkYGnJ2dRUciIiIiqlIcGUZERCpVWFiI0NBQ9OjRA1ZWVvj555/Rt29fZGdn48SJE6LjEREREVUptpcTEZFK1ahRA2ZmZvjkk0/g7+/P3W0iIiLSaiy6iYhIpeLi4tC9e3fFiBQiIiIibcaim4iIiIiIiEhJeJAaEREpnZOTEyQSSYWem5KSouQ0RERERKrDopuIiJTO29tbdAQiIiIiIdheTkRERERERKQk3OkmIiIhzpw5g6ysLEgkEjg4OMDJyUl0JCIiIqIqx6KbiIhU6u7duxg4cCASEhJgamoKuVyOhw8fwtXVFVFRUahbt67oiERERERVhvNaiIhIpcaNG4fCwkL8+eefyM/Px4MHD5CZmYnCwkKMHz9edDwiIiKiKsV7uomISKVq1aqFgwcPwtnZudT6yZMn4eHhgYKCAjHBiIiIiJSAO91ERKRSMpkM+vr6Zdb19fUhk8kEJCIiIiJSHhbdRESkUm5ubpgwYQJu3bqlWLt58yYmTZoEd3d3gcmIiIiIqh7by4mISKX++usveHl5ITMzE1ZWVpBIJLh+/TocHR3x22+/oVGjRqIjEhEREVUZFt1ERCTEgQMHcP78ecjlcjg4OKB79+6iIxERERFVORbdRESkUlevXoWNjY3oGEREREQqwXu6iYhIpWxtbfH//t//w5o1a5Cfny86DhEREZFSsegmIiKVOn36NDp16oTg4GBYWlrCy8sL0dHReP78uehoRERERFWO7eVERCSEXC5HQkICNm3ahG3btkEqlaJ///5Yv3696GhEREREVYZFNxERCZeSkoLAwEBkZGRAKpWKjkNERERUZdheTkREQvz1119YtGgR2rRpA2dnZxgaGuKHH34QHYuIiIioSumJDkBERO+WtWvXIjIyEkePHkWzZs3g7++P2NhYnmhOREREWont5UREpFJWVlYYOHAg/P390aZNG9FxiIiIiJSK7eVERKRS169fR79+/bBkyRJ07twZN2/eBABs2LABR48eFZyOiIiIqGqx6CYiIpXavn07PD09UaNGDaSkpChGhT169Ajz588XnI6IiIioarHoJiIilQoODsbq1avxyy+/QF9fX7HeuXNnpKSkCExGREREVPVYdBMRkUpduHABXbp0KbNuYmKCgoIC1QciIiIiUiIW3UREpFINGjTApUuXyqwfPXoUtra2AhIRERERKQ+LbiIiUqlRo0ZhwoQJOHHiBCQSCW7duoXIyEgEBQVhzJgxouMRERERVSmODCMiIpX75ptvEBISgmfPngEAqlevjqCgIHz33XeCkxERERFVLRbdREQkRFFREc6dOweZTAYHBwcYGRmJjkRERERU5Vh0ExERERERESkJ7+kmIiIiIiIiUhIW3URERERERERKwqKbiIiIiIiISElYdBMREREREREpCYtuIiIiNRYWFgZTU1Ol/5xhw4bB29tb6T+HiIjoXcOim4iISInu3r2LUaNG4b333kP16tVRv359eHp6Ijk5WXS0SklISIBEIkHLli0hlUpLPWZqaoqwsDAxwYiIiNScnugARERE2qx///4oLi5GeHg4bG1tcefOHRw6dAj5+fmio/0rly9fRkREBIYPHy46ChERkUbgTjcREZGSFBQU4OjRo1i4cCFcXV1hbW2NDh06YPr06ejTp0+p53322WewsLCAgYEBWrZsid27d5f6Xvv370fz5s1hZGSEnj174vbt24rHZDIZ5s6di0aNGqF69epo06YN9u3bV+rrz549Czc3N9SoUQO1a9fGZ599hsePH1f6NY0bNw6zZs3Cs2fP3vicZcuWwdHREYaGhrCyssKYMWNK/axXLfO7d+9G06ZNUbNmTQwYMABPnjxBeHg4bGxsYGZmhnHjxpXaVX/x4gWmTJmChg0bwtDQEB988AESEhIq/RqIiIhUiUU3ERGRkhgZGcHIyAixsbF4/vx5uc+RyWTo1asXjh07ho0bN+LcuXP4/vvvoaurq3hOUVERlixZgg0bNuDw4cO4fv06goKCFI+vWLECS5cuxZIlS5CRkQFPT0/069cPFy9eVHx9z549YWZmhlOnTiE6OhoHDx7E2LFjK/2aJk6ciJKSEvzwww9vfI6Ojg5WrlyJzMxMhIeH448//sCUKVNKPaeoqAgrV65EVFQU9u3bh4SEBPj6+mLv3r3Yu3cvNmzYgLVr1yImJkbxNcOHD0dSUhKioqKQkZGBjz/+GD179lS8TiIiIrUkJyIiIqWJiYmRm5mZyQ0MDOSdO3eWT58+XZ6enq54fP/+/XIdHR35hQsXyv360NBQOQD5pUuXFGs//vij3MLCQvG5paWlfN68eaW+ztnZWT5mzBi5XC6Xr127Vm5mZiZ//Pix4vE9e/bIdXR05Lm5uXK5XC4fOnSo3MvL642vIz4+Xg5A/uDBA/nq1avl5ubm8oKCArlcLpfXqlVLHhoa+sav3bp1q7x27dpvfU2jRo2S16xZU/7o0SPFmqenp3zUqFFyuVwuv3Tpklwikchv3rxZ6nu7u7vLp0+f/safTUREJBp3uomIiJSof//+uHXrFnbu3AlPT08kJCSgbdu2ioPH0tLS0KhRI9jb27/xe9SsWRNNmjRRfN6gQQPcvXsXAFBYWIhbt27BxcWl1Ne4uLggKysLAJCVlYXWrVvD0NCw1OMymQwXLlyo9GsKDAxEnTp1sHDhwnIfj4+PR48ePdCwYUMYGxsjICAAeXl5ePLkyRtfk4WFBWxsbGBkZFRq7dXrTElJgVwuh729vaKDwMjICImJibh8+XKlXwMREZGqsOgmIiJSMgMDA/To0QMzZ87EsWPHMGzYMMyaNQsAUKNGjX/8en19/VKfSyQSyOXyMmuvk8vlirXXP/67N62/jZ6eHoKDg7FixQrcunWr1GPXrl1D79690bJlS2zbtg1nzpzBjz/+CAAoLi5+62sqb00mkwF42Yavq6uLM2fOIC0tTfErKysLK1asqPRrICIiUhUW3URERCrm4OCg2PVt1aoVbty4gezs7H/1vUxMTGBpaYmjR4+WWj927BiaN2+u+HlpaWmldpqTkpKgo6Pz1h32t/n444/RokULzJkzp9T66dOnUVJSgqVLl6Jjx46wt7cvU5j/G05OTpBKpbh79y7s7OxK/apfv/5//v5ERETKwqKbiIhISfLy8uDm5oaNGzciIyMDV65cQXR0NBYtWgQvLy8AQNeuXdGlSxf0798fBw4cwJUrV/D777+XOX38bb766issXLgQW7ZswYULFzBt2jSkpaVhwoQJAAB/f38YGBhg6NChyMzMRHx8PMaNG4chQ4bAwsLiX7++77//HuvXry9VzDdp0gQlJSVYtWoVcnJysGHDBqxevfpf/4xX7O3t4e/vj4CAAGzfvh1XrlzBqVOnsHDhQuzdu/c/f38iIiJlYdFNRESkJEZGRvjggw8QEhKCLl26oGXLlpgxYwZGjhxZ6vTvbdu2wdnZGYMGDYKDgwOmTJlSalTWPxk/fjy+/PJLfPnll3B0dMS+ffuwc+dOvP/++wBe3j+9f/9+5Ofnw9nZGQMGDIC7u/tbTyCvCDc3N7i5uaGkpESx1qZNGyxbtgwLFy5Ey5YtERkZiQULFvynn/NKaGgoAgIC8OWXX6Jp06bo168fTpw4ASsrqyr5/kRERMogkf/9pjAiIiIiIiIiqhLc6SYiIiIiIiJSEhbdRERERERERErCopuIiIiIiIhISVh0ExERERERESkJi24iIiIiIiIiJWHRTURERERERKQkLLqJiIiIiIiIlIRFNxEREREREZGSsOgmIiIiIiIiUhIW3URERERERERKwqKbiIiIiIiISElYdBMREREREREpyf8HcF9vyrvb5LUAAAAASUVORK5CYII=", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/png": "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xYULF3D27Fl0794dPj4+qFatGgCgXr16OHfuHDZu3IiYmBhMnToVV69eVTmPo6MjDh8+jMTERDx79izf/bt27Yr79+9jzZo16NWr10f3dXBwwOLFi7FkyRL07t0b4eHhuHv3Lk6ePIn+/fvj559/BgCMHj0ahw8fxs8//4ybN28iODgYy5YtU5jorF69eli2bBkuXLiAc+fOYcCAATnu4itzri9evMDhw4fx+PFjlYt2ZbHoJiIiIiIikoiTkxMuXLgAPz8/jB49Gu7u7mjYsCEOHz6MlStXAvi/5bGKFy+OunXrokGDBnB2dsa2bdvkx2ncuDEmT56McePGoXr16nj+/HmeS3d9zMKFCxEaGgoHBwd4enrmu7+ZmRnatWuHokWL5liyLDeDBg2SjwNv06YNKlSogD59+sDMzExeVFetWhXbt2/H1q1b4e7ujilTpmDGjBkKXdcXLlwIBwcH1K1bF/7+/hgzZgyMjY1VOlcvLy8MGDAAnTp1gpWVVZ534D+VTHzYEb6QSU1Nhbm5OVJSUmBmZiZ1HCIiIirMtuQ/QZCk/Av1xz76ir169QpxcXFwcnKCoaGh1HG+Og0bNkTFihWxdOlSqaN8dh/72VK21uSSYURERERERKSyp0+f4tChQzhy5AiWLVsmdRyNxaKbiIiIiIiIVFa1alU8e/YM8+bNQ/ny5aWOo7FYdBMREREREZHK7ty5I3UErcCJ1IiIiIiIiIjUhEU3ERERERERkZqw6CYiIiIiokIhKytL6ghUyHyOnymO6SYiIiIiIq2mr68PHR0dPHjwAFZWVtDX14dMpuFL+JFGE0LgzZs3ePToEXR0dKCvr1/gY7HoJiIiIiIiraajowMnJyckJCTgwYMHUsehQsTY2BilSpWCjk7BO4mz6CYiIiIiIq2nr6+PUqVK4e3bt8jMzJQ6DhUCurq6KFKkyCf3mmDRTUREREREhYJMJoOenh709PSkjkIkx4nUiIiIiIiIiNSERTcRERERERGRmrDoJiIiIiIiIlITFt1EREREREREasKim4iIiIiIiEhNWHQTERERERERqQmLbiIiIiIiIiI1YdFNREREREREpCYsuomIiIiIiIjUhEU3ERERERERkZqw6CYiIiIiIiJSExbdRERERERERGrCopuIiIiIiIhITVh0ExEREREREakJi24iIiIiIiIiNWHRTURERERERKQmkhbd06ZNg0wmU3jY2trKtwshMG3aNNjb28PIyAi+vr64du2ahImJiIiIiIiIlCf5nW43NzckJCTIH1euXJFvmz9/PhYtWoRly5YhIiICtra2aNiwIZ4/fy5hYiIiIiIiIiLlSF50FylSBLa2tvKHlZUVgHd3uQMDAzFp0iS0bdsW7u7uCA4ORnp6OrZs2SJxaiIiIiIiIqL8SV50x8TEwN7eHk5OTujcuTNu374NAIiLi0NiYiIaNWok39fAwAA+Pj44depUnsd7/fo1UlNTFR5EREREREREUpC06K5ZsyY2btyIgwcPYs2aNUhMTISXlxeePHmCxMREAICNjY3C19jY2Mi35WbOnDkwNzeXPxwcHNR6DkRERERERER5kbTobtKkCdq1awcPDw80aNAA+/fvBwAEBwfL95HJZApfI4TI0fa+iRMnIiUlRf6Ij49XT3giIiIiIiKifEjevfx9JiYm8PDwQExMjHwW8w/vaiclJeW4+/0+AwMDmJmZKTyIiIiIiIiIpKBRRffr168RFRUFOzs7ODk5wdbWFqGhofLtb968QXh4OLy8vCRMSURERERERKScIlK++JgxY9CiRQuUKlUKSUlJmDlzJlJTU9GjRw/IZDKMGDECs2fPhouLC1xcXDB79mwYGxvD399fythERERERERESpG06P7vv//QpUsXPH78GFZWVqhVqxbOnDmD0qVLAwDGjRuHly9fYtCgQXj27Blq1qyJQ4cOwdTUVMrYREREREREREqRCSGE1CHUKTU1Febm5khJSdH88d1b8p4gTiP4F+ofFSIiok/Hv+VERF8NZWtNjRrTTURERERERFSYsOgmIiIiIiIiUhMW3URERERERERqwqKbiIiIiIiISE1YdBMRERERERGpCYtuIiIiIiIiIjVh0U1ERERERESkJiy6iYiIiIiIiNSERTcRERERERGRmrDoJiIiIiIiIlITFt1EREREREREasKim4iIiIiIiEhNWHQTERERERERqQmLbiIiIiIiIiI1YdFNREREREREpCYsuomIiIiIiIjUhEU3ERERERERkZqw6CYiIiIiIiJSExbdRERERERERGrCopuIiIiIiIhITVh0ExEREREREakJi24iIiIiIiIiNWHRTURERERERKQmLLqJiIiIiIiI1IRFNxEREREREZGasOgmIiIiIiIiUhMW3URERERERERqwqKbiIiIiIiISE1YdBMRERERERGpCYtuIiIiIiIiIjVh0U1ERERERESkJiy6iYiIiIiIiNSERTcRERERERGRmrDoJiIiIiIiIlITFt1EREREREREasKim4iIiIiIiEhNWHQTERERERERqQmLbiIiIiIiIiI1YdFNREREREREpCYsuomIiIiIiIjUhEU3ERERERERkZqw6CYiIiIiIiJSExbdRERERERERGqiMUX3nDlzIJPJMGLECHmbEALTpk2Dvb09jIyM4Ovri2vXrkkXkoiIiIiIiEgFGlF0R0REYPXq1ahUqZJC+/z587Fo0SIsW7YMERERsLW1RcOGDfH8+XOJkhIREREREREpT/Ki+8WLF+jatSvWrFmD4sWLy9uFEAgMDMSkSZPQtm1buLu7Izg4GOnp6diyZYuEiYmIiIiIiIiUI3nRPXjwYDRr1gwNGjRQaI+Li0NiYiIaNWokbzMwMICPjw9OnTqV5/Fev36N1NRUhQcRERERERGRFIpI+eJbt27FhQsXEBERkWNbYmIiAMDGxkah3cbGBnfv3s3zmHPmzMH06dM/b1AiIiIiIiKiApDsTnd8fDyGDx+OzZs3w9DQMM/9ZDKZwnMhRI62902cOBEpKSnyR3x8/GfLTERERERERKQKye50nz9/HklJSfj222/lbZmZmTh27BiWLVuGGzduAHh3x9vOzk6+T1JSUo673+8zMDCAgYGB+oITERERERERKUmyO93169fHlStXEBkZKX9Uq1YNXbt2RWRkJJydnWFra4vQ0FD517x58wbh4eHw8vKSKjYRERERERGR0iS7021qagp3d3eFNhMTE1haWsrbR4wYgdmzZ8PFxQUuLi6YPXs2jI2N4e/vL0VkIiIiIiIiIpVIOpFafsaNG4eXL19i0KBBePbsGWrWrIlDhw7B1NRU6mhERERERERE+ZIJIYTUIdQpNTUV5ubmSElJgZmZmdRxPm5L3hPEaQT/Qv2jQkRE9On4t5yI6KuhbK0p+TrdRERERERERIUVi24iIiIiIiIiNWHRTURERERERKQmLLqJiIiIiIiI1ESjZy8nIiIi0iayGKkTfBynUSMi+vJ4p5uIiIiIiIhITVh0ExEREREREakJi24iIiIiIiIiNWHRTURERERERKQmLLqJiIiIiIiI1IRFNxEREREREZGasOgmIiIiIiIiUhMW3URERERERERqwqKbiIiIiIiISE1YdBMRERERERGpCYtuIiIiIiIiIjVh0U1ERERERESkJiy6iYiIiIiIiNSkQEW3s7Mznjx5kqM9OTkZzs7OnxyKiIiIiIiIqDAoUNF9584dZGZm5mh//fo17t+//8mhiIiIiIiIiAqDIqrsvHfvXvn/Hzx4EObm5vLnmZmZOHz4MBwdHT9bOCIiIiIiIiJtplLR3bp1awCATCZDjx49FLbp6enB0dERCxcu/GzhiIiIiIiIiLSZSkV3VlYWAMDJyQkREREoUaKEWkIRERERERERFQYqFd3Z4uLiPncOIiIiIiIiokKnQEU3ABw+fBiHDx9GUlKS/A54tnXr1n1yMCIiIiIiIiJtV6Cie/r06ZgxYwaqVasGOzs7yGSyz52LiIiIiIiISOsVqOgOCgrChg0b0K1bt8+dh4iIiIiIiKjQKNA63W/evIGXl9fnzkJERERERERUqBSo6O7Tpw+2bNnyubMQERERERERFSoF6l7+6tUrrF69Gv/88w8qVaoEPT09he2LFi36LOGIiIiIiIiItFmBiu7Lly+jSpUqAICrV68qbOOkakRERERERETvFKjoDgsL+9w5iIiIiIiIiAqdAo3pJiIiIiIiIqL8FehOt5+f30e7kR85cqTAgYiIiIiIiIgKiwIV3dnjubNlZGQgMjISV69eRY8ePT5HLiIiIiIiIiKtV6Cie/Hixbm2T5s2DS9evPikQERERERERESFxWcd0/3DDz9g3bp1n/OQRERERERERFrrsxbdp0+fhqGh4ec8JBEREREREZHWKlD38rZt2yo8F0IgISEB586dw+TJkz9LMCIiIiIiIiJtV6Ci29zcXOG5jo4OypcvjxkzZqBRo0afJRgRERERERGRtitQ0b1+/frPnYOIiIiIiIio0ClQ0Z3t/PnziIqKgkwmg6urKzw9PT9XLiIiIiIiIiKtV6CiOykpCZ07d8bRo0dRrFgxCCGQkpICPz8/bN26FVZWVp8751dBFiN1go8TUgcgIqLcbZFJnSBv/vzrQUREX7cCzV4+dOhQpKam4tq1a3j69CmePXuGq1evIjU1FcOGDVP6OCtXrkSlSpVgZmYGMzMz1K5dG3///bd8uxAC06ZNg729PYyMjODr64tr164VJDIRERERERHRF1egojskJAQrV65ExYoV5W2urq5Yvny5QtGcn2+++QZz587FuXPncO7cOdSrVw+tWrWSF9bz58/HokWLsGzZMkRERMDW1hYNGzbE8+fPCxKbiIiIiIiI6IsqUNGdlZUFPT29HO16enrIyspS+jgtWrRA06ZNUa5cOZQrVw6zZs1C0aJFcebMGQghEBgYiEmTJqFt27Zwd3dHcHAw0tPTsWXLloLEJiIiIiIiIvqiClR016tXD8OHD8eDBw/kbffv38fIkSNRv379AgXJzMzE1q1bkZaWhtq1ayMuLg6JiYkKS5AZGBjAx8cHp06dyvM4r1+/RmpqqsKDiIiIiIiISAoFKrqXLVuG58+fw9HREWXKlEHZsmXh5OSE58+f49dff1XpWFeuXEHRokVhYGCAAQMGYPfu3XB1dUViYiIAwMbGRmF/Gxsb+bbczJkzB+bm5vKHg4OD6idIRERERERE9BkUaPZyBwcHXLhwAaGhoYiOjoYQAq6urmjQoIHKxypfvjwiIyORnJyMnTt3okePHggPD5dvl8kUZ2QVQuRoe9/EiRMxatQo+fPU1FQW3kRERERERCQJlYruI0eOYMiQIThz5gzMzMzQsGFDNGzYEACQkpICNzc3BAUFoU6dOkofU19fH2XLlgUAVKtWDREREViyZAnGjx8PAEhMTISdnZ18/6SkpBx3v99nYGAAAwMDVU6LiIiIiIiISC1U6l4eGBiIvn37wszMLMc2c3Nz9O/fH4sWLfqkQEIIvH79Gk5OTrC1tUVoaKh825s3bxAeHg4vL69Peg0iIiIiIiKiL0GlovvSpUv4/vvv89zeqFEjnD9/Xunj/fjjjzh+/Dju3LmDK1euYNKkSTh69Ci6du0KmUyGESNGYPbs2di9ezeuXr2KgIAAGBsbw9/fX5XYRERERERERJJQqXv5w4cPc10qTH6wIkXw6NEjlY7XrVs3JCQkwNzcHJUqVUJISIi8y/q4cePw8uVLDBo0CM+ePUPNmjVx6NAhmJqaqhKbiIiIiIiISBIqFd0lS5bElStX5GOwP3T58mWF8df5+d///vfR7TKZDNOmTcO0adNUiUlERERERESkEVTqXt60aVNMmTIFr169yrHt5cuXmDp1Kpo3b/7ZwhERERERERFpM5XudP/000/YtWsXypUrhyFDhqB8+fKQyWSIiorC8uXLkZmZiUmTJqkrKxEREREREZFWUanotrGxwalTpzBw4EBMnDgRQggA77qBN27cGCtWrPjocl5EREREREREXxOVim4AKF26NA4cOIBnz57h1q1bEELAxcUFxYsXV0c+IiIiIiIiIq2lctGdrXjx4qhevfrnzEJERERERERUqKg0kRoRERERERERKY9FNxEREREREZGasOgmIiIiIiIiUhMW3URERERERERqwqKbiIiIiIiISE1YdBMRERERERGpCYtuIiIiIiIiIjVh0U1ERERERESkJiy6iYiIiIiIiNSERTcRERERERGRmrDoJiIiIiIiIlITFt1EREREREREasKim4iIiIiIiEhNWHQTERERERERqQmLbiIiIiIiIiI1YdFNREREREREpCYsuomIiIiIiIjUhEU3ERERERERkZqw6CYiIiIiIiJSExbdRERERERERGrCopuIiIiIiIhITVh0ExEREREREakJi24iIiIiIiIiNWHRTURERERERKQmLLqJiIiIiIiI1IRFNxEREREREZGasOgmIiIiIiIiUhMW3URERERERERqwqKbiIiIiIiISE1YdBMRERERERGpCYtuIiIiIiIiIjVh0U1ERERERESkJiy6iYiIiIiIiNSERTcRERERERGRmrDoJiIiIiIiIlITFt1EREREREREasKim4iIiIiIiEhNikgdgIiIiD6NLEbqBHkTUgcgIiKSmKR3uufMmYPq1avD1NQU1tbWaN26NW7cuKGwjxAC06ZNg729PYyMjODr64tr165JlJiIiIiIiIhIeZIW3eHh4Rg8eDDOnDmD0NBQvH37Fo0aNUJaWpp8n/nz52PRokVYtmwZIiIiYGtri4YNG+L58+cSJiciIiIiIiLKn6Tdy0NCQhSer1+/HtbW1jh//jzq1q0LIQQCAwMxadIktG3bFgAQHBwMGxsbbNmyBf3795ciNhEREREREZFSNGoitZSUFACAhYUFACAuLg6JiYlo1KiRfB8DAwP4+Pjg1KlTuR7j9evXSE1NVXgQERERERERSUFjim4hBEaNGoXvvvsO7u7uAIDExEQAgI2NjcK+NjY28m0fmjNnDszNzeUPBwcH9QYnIiIiIiIiyoPGFN1DhgzB5cuX8fvvv+fYJpPJFJ4LIXK0ZZs4cSJSUlLkj/j4eLXkJSIiIiIiIsqPRiwZNnToUOzduxfHjh3DN998I2+3tbUF8O6Ot52dnbw9KSkpx93vbAYGBjAwMFBvYCIiIiIiIiIlSHqnWwiBIUOGYNeuXThy5AicnJwUtjs5OcHW1hahoaHytjdv3iA8PBxeXl5fOi4RERERERGRSiS90z148GBs2bIFf/75J0xNTeXjtM3NzWFkZASZTIYRI0Zg9uzZcHFxgYuLC2bPng1jY2P4+/tLGZ2IiIiIiIgoX5IW3StXrgQA+Pr6KrSvX78eAQEBAIBx48bh5cuXGDRoEJ49e4aaNWvi0KFDMDU1/cJpiYio0NmS+/wgGsNfSJ2AiIiIPpGkRbcQ+X+YkMlkmDZtGqZNm6b+QERERERERESfkcbMXk5ERERERERU2LDoJiIiIiIiIlITFt1EREREREREasKim4iIiIiIiEhNWHQTERERERERqQmLbiIiIiIiIiI1YdFNREREREREpCYsuomIiIiIiIjUhEU3ERERERERkZqw6CYiIiIiIiJSExbdRERERERERGrCopuIiIiIiIhITVh0ExEREREREakJi24iIiIiIiIiNWHRTURERERERKQmLLqJiIiIiIiI1IRFNxEREREREZGasOgmIiIiIiIiUhMW3URERERERERqwqKbiIiIiIiISE1YdBMRERERERGpCYtuIiIiIiIiIjVh0U1ERERERESkJiy6iYiIiIiIiNSERTcRERERERGRmrDoJiIiIiIiIlITFt1EREREREREasKim4iIiIiIiEhNWHQTERERERERqQmLbiIiIiIiIiI1YdFNREREREREpCYsuomIiIiIiIjUhEU3ERERERERkZqw6CYiIiIiIiJSExbdRERERERERGrCopuIiIiIiIhITYpIHYCIiIgIW2RSJ/g4fyF1AiIi0lK8001ERERERESkJiy6iYiIiIiIiNSERTcRERERERGRmrDoJiIiIiIiIlITFt1EREREREREasKim4iIiIiIiEhNJC26jx07hhYtWsDe3h4ymQx79uxR2C6EwLRp02Bvbw8jIyP4+vri2rVr0oQlIiIiIiIiUpGkRXdaWhoqV66MZcuW5bp9/vz5WLRoEZYtW4aIiAjY2tqiYcOGeP78+RdOSkRERERERKS6IlK+eJMmTdCkSZNctwkhEBgYiEmTJqFt27YAgODgYNjY2GDLli3o37//l4xKREREREREpDKNHdMdFxeHxMRENGrUSN5mYGAAHx8fnDp1Ks+ve/36NVJTUxUeRERERERERFKQ9E73xyQmJgIAbGxsFNptbGxw9+7dPL9uzpw5mD59ulqzERFR4SCLkTrBxwmpAxAREdEn09g73dlkMpnCcyFEjrb3TZw4ESkpKfJHfHy8uiMSERERERER5Upj73Tb2toCeHfH287OTt6elJSU4+73+wwMDGBgYKD2fERERERERET50dg73U5OTrC1tUVoaKi87c2bNwgPD4eXl5eEyYiIiIiIiIiUI+md7hcvXuDWrVvy53FxcYiMjISFhQVKlSqFESNGYPbs2XBxcYGLiwtmz54NY2Nj+Pv7S5iaiIiIiIiISDmSFt3nzp2Dn5+f/PmoUaMAAD169MCGDRswbtw4vHz5EoMGDcKzZ89Qs2ZNHDp0CKamplJFJiIiIjXgpHZERFRYSVp0+/r6Qoi8/4zJZDJMmzYN06ZN+3KhiIiIiIiIiD4TjR3TTURERERERKTtWHQTERERERERqQmLbiIiIiIiIiI1YdFNREREREREpCYsuomIiIiIiIjUhEU3ERERERERkZqw6CYiIiIiIiJSExbdRERERERERGrCopuIiIiIiIhITVh0ExEREREREakJi24iIiIiIiIiNWHRTURERERERKQmLLqJiIiIiIiI1IRFNxEREREREZGasOgmIiIiIiIiUpMiUgcgIjXbIpM6wcf5C6kTEBERERGpDe90ExEREREREakJi24iIiIiIiIiNWHRTURERERERKQmLLqJiIiIiIiI1IQTqRERERGRIk7CqVn4fhBpNd7pJiIiIiIiIlITFt1EREREREREasKim4iIiIiIiEhNWHQTERERERERqQknUqPPj5N9aBRZjNQJPu7rejcKEf6eExERaTf+Lf9ieKebiIiIiIiISE1YdBMRERERERGpCYtuIiIiIiIiIjVh0U1ERERERESkJiy6iYiIiIiIiNSEs5cTERERkQKufKFZ+H4QaTfe6SYiIiIiIiJSExbdRERERERERGrCopuIiIiIiIhITVh0ExEREREREakJJ1Kjz67QTPaxRabOGJ/O/yubtqSwvB+F5DwKze85ERVuheTf3EKjsLwfheQ8+Lf8y+GdbiIiIiIiIiI1YdFNREREREREpCYsuomIiIiIiIjUhEU3ERERERERkZqw6CYiIiIiIiJSE62YvXzFihVYsGABEhIS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IiKiUsORYUREJExGRgZCQkKwceNGJCYmwsHBQXQkIiIiolLFkWFERFSmcnJysG7dOnTu3BkWFhb49ddf0aNHD6SkpODMmTOi4xERERGVKraXExFRmapQoQLMzMzwxRdfwNfXl7vbREREpNVYdBMRUZmKiIhAp06dFCNSiIiIiLQZi24iIiIiIiIiFeFBakREpHItWrSATCYr1nPj4uJUnIaIiIio7LDoJiIilfP09BQdgYiIiEgItpcTERERERERqQh3uomISIjY2FgkJydDJpPBzs4OLVq0EB2JiIiIqNSx6CYiojL14MED9OnTB5GRkTA1NYUkSXj8+DGcnZ0REhKCatWqiY5IREREVGo4r4WIiMrUqFGjkJOTgz///BNZWVn466+/cPHiReTk5GD06NGi4xERERGVKt7TTUREZapSpUo4fPgwHBwclNbPnj2LLl26IDs7W0wwIiIiIhXgTjcREZWpgoIC6OvrF1rX19dHQUGBgEREREREqsOim4iIypSLiwvGjBmDe/fuKdbu3r2LcePGwdXVVWAyIiIiotLH9nIiIipTt2/fhoeHBy5evAgLCwvIZDLcunUL9vb2+OOPP1CnTh3REYmIiIhKDYtuIiIS4tChQ7h8+TIkSYKdnR06deokOhIRERFRqWPRTUREZSotLQ1WVlaiYxARERGVCd7TTUREZcra2hr/+c9/sGrVKmRlZYmOQ0RERKRSLLqJiKhMnT9/Hm3btkVAQADMzc3h4eGB0NBQvHjxQnQ0IiIiolLH9nIiIhJCkiRERkZi8+bN2L59O+RyOby9vbF27VrR0YiIiIhKDYtuIiISLi4uDkOGDEFiYiLkcrnoOERERESlhu3lREQkxO3btzF//nw0b94cDg4OMDQ0xIoVK0THIiIiIipVeqIDEBHRx2X16tXYtGkTTp48iYYNG8LX1xfh4eE80ZyIiIi0EtvLiYioTFlYWKBPnz7w9fVF8+bNRcchIiIiUim2lxMRUZm6desWevbsiYULF6Jdu3a4e/cuAGDDhg04efKk4HREREREpYtFNxERlakdO3bAzc0NFSpUQFxcnGJU2N9//405c+YITkdERERUulh0ExFRmQoICMDKlSvx22+/QV9fX7Herl07xMXFCUxGREREVPpYdBMRUZm6cuUKnJycCq2bmJggOzu77AMRERERqRCLbiIiKlO1atXCtWvXCq2fPHkS1tbWAhIRERERqQ6LbiIiKlPDhg3DmDFjcObMGchkMty7dw+bNm2Cv78/RowYIToeERERUaniyDAiIipz33//PZYsWYLnz58DAMqXLw9/f3/8+OOPgpMRERERlS4W3UREJERubi4uXbqEgoIC2NnZwcjISHQkIiIiolLHopuIiIiIiIhIRXhPNxEREREREZGKsOgmIiIiIiIiUhEW3UREREREREQqwqKbiIiIiIiISEVYdBMREamxoKAgmJqaqvz7DBw4EJ6enir/PkRERB8bFt1EREQq9ODBAwwbNgx169ZF+fLlUbNmTbi5uSEmJkZ0tBKJjIyETCZDkyZNIJfLlR4zNTVFUFCQmGBERERqTk90ACIiIm3m7e2NvLw8BAcHw9raGvfv38eRI0eQlZUlOtp7uX79OtavX49BgwaJjkJERKQRuNNNRESkItnZ2Th58iTmzZsHZ2dnWFpaonXr1pgyZQrc3d2VnvfVV1+hRo0aMDAwQJMmTbBnzx6lr3Xw4EE0atQIRkZG6Nq1K9LT0xWPFRQUYNasWahTpw7Kly+P5s2b48CBA0qfn5SUBBcXF1SoUAFVqlTBV199hSdPnpT4NY0aNQrTp0/H8+fP3/qcxYsXw97eHoaGhrCwsMCIESOUvtfrlvk9e/agQYMGqFixInr37o2nT58iODgYVlZWMDMzw6hRo5R21V++fImJEyeidu3aMDQ0xGeffYbIyMgSvwYiIqKyxKKbiIhIRYyMjGBkZITw8HC8ePGiyOcUFBSgW7duOHXqFDZu3IhLly7hp59+gq6uruI5ubm5WLhwITZs2IDjx4/j1q1b8Pf3VzweGBiIRYsWYeHChUhMTISbmxt69uyJq1evKj6/a9euMDMzw7lz5xAaGorDhw9j5MiRJX5NY8eORX5+PlasWPHW5+jo6GDZsmW4ePEigoODcfToUUycOFHpObm5uVi2bBlCQkJw4MABREZGolevXti3bx/27duHDRs2YPXq1QgLC1N8zqBBgxAdHY2QkBAkJibi888/R9euXRWvk4iISC1JREREpDJhYWGSmZmZZGBgILVr106aMmWKdOHCBcXjBw8elHR0dKQrV64U+fnr1q2TAEjXrl1TrP38889SjRo1FL83NzeXZs+erfR5Dg4O0ogRIyRJkqTVq1dLZmZm0pMnTxSP7927V9LR0ZEyMjIkSZKkAQMGSB4eHm99HceOHZMASH/99Ze0cuVKqXLlylJ2drYkSZJUqVIlad26dW/93G3btklVqlR552saNmyYVLFiRenvv/9WrLm5uUnDhg2TJEmSrl27JslkMunu3btKX9vV1VWaMmXKW783ERGRaNzpJiIiUiFvb2/cu3cPu3btgpubGyIjI9GyZUvFwWMJCQmoU6cObG1t3/o1KlasiPr16yt+X6tWLTx48AAAkJOTg3v37sHR0VHpcxwdHZGcnAwASE5ORrNmzWBoaKj0eEFBAa5cuVLi1zRkyBBUrVoV8+bNK/LxY8eOoXPnzqhduzaMjY3h5+eHzMxMPH369K2vqUaNGrCysoKRkZHS2uvXGRcXB0mSYGtrq+ggMDIyQlRUFK5fv17i10BERFRWWHQTERGpmIGBATp37oxp06bh1KlTGDhwIKZPnw4AqFChwr9+vr6+vtLvZTIZJEkqtPYmSZIUa29+/E9vW38XPT09BAQEIDAwEPfu3VN67ObNm+jevTuaNGmC7du3IzY2Fj///DMAIC8v752vqai1goICAK/a8HV1dREbG4uEhATFr+TkZAQGBpb4NRAREZUVFt1ERERlzM7OTrHr27RpU9y5cwcpKSnv9bVMTExgbm6OkydPKq2fOnUKjRo1Uny/hIQEpZ3m6Oho6OjovHOH/V0+//xzNG7cGDNnzlRaP3/+PPLz87Fo0SK0adMGtra2hQrz99GiRQvI5XI8ePAANjY2Sr9q1qz5wV+fiIhIVVh0ExERqUhmZiZcXFywceNGJCYm4saNGwgNDcX8+fPh4eEBAOjQoQOcnJzg7e2NQ4cO4caNG9i/f3+h08ff5dtvv8W8efOwdetWXLlyBZMnT0ZCQgLGjBkDAPD19YWBgQEGDBiAixcv4tixYxg1ahT69++PGjVqvPfr++mnn7B27VqlYr5+/frIz8/H8uXLkZqaig0bNmDlypXv/T1es7W1ha+vL/z8/LBjxw7cuHED586dw7x587Bv374P/vpERESqwqKbiIhIRYyMjPDZZ59hyZIlcHJyQpMmTTB16lQMHTpU6fTv7du3w8HBAX379oWdnR0mTpyoNCrr34wePRoTJkzAhAkTYG9vjwMHDmDXrl345JNPALy6f/rgwYPIysqCg4MDevfuDVdX13eeQF4cLi4ucHFxQX5+vmKtefPmWLx4MebNm4cmTZpg06ZNmDt37gd9n9fWrVsHPz8/TJgwAQ0aNEDPnj1x5swZWFhYlMrXJyIiUgWZ9M+bwoiIiIiIiIioVHCnm4iIiIiIiEhFWHQTERERERERqQiLbiIiIiIiIiIVYdFNREREREREpCIsuomIiIiIiIhUhEU3ERERERERkYqw6CYiIiIiIiJSERbdRERERERERCrCopuIiIiIiIhIRVh0ExEREREREakIi24iIiIiIiIiFWHRTURERERERKQi/wccMk5G2/rnkQAAAABJRU5ErkJggg==", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/png": "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ISkp6bPPQYaM7uTdu3dHu3btYGpqqtLF3MLCApUrV8Y///yjbDt06BCMjIzw8uVLlQL4n3/+Qd26dZUFYkxMDKpVq4YlS5YgODgYfn5+OHnyJGrUqJHpAYkWLVrAxcUFW7ZsQUBAAACgV69emDNnDjp37qx8vlq0aIFnz5590fP15s0b1KtXD8HBwZg+fTq2bNmCggULom3btlk+V02aNMG0adMAAIsXL1a+35o0aQIAmD59Onr06AF3d3ds27YNCxYswIULF1CtWjXcuHHjs49drVo1xMXF4eeff0ZoaCjevHnzyW1XrlyJxo0bIz09HQEBAdi9ezcGDx6Mf//9V2W7lJQUNG3aFD4+Pti5cye6d++O+fPnY+bMmcpt3r59izp16mDt2rXw9fXF3r170bFjR8yaNQstWrRQbieEQLNmzTBnzhx06tQJe/fuha+vL9asWYO6det+9uDZ175HiYhyPEFERDnS6tWrBQBx+vRpkZycLJydnUWlSpVEenq6EEKI2rVrC3d3d+X2t2/fFgDE6tWr1R4LgJg0aZLy+qRJkwQAMXfuXJXtypcvLwCIbdu2KdtSUlKEjY2NaNGihbItJCREABAVKlRQ5hFCiDt37og8efKInj17KttKlSolPD09RUpKisrP+uGHH4S9vb1IS0tT2d/OnTtr9PyMGTNGABAnT55Uae/Xr59QKBTi2rVryrZixYqJJk2aaPS4xYoVEwDULlWqVBFxcXGfvW9qaqp49eqVyJs3r1iwYIGyvW3btsLExETEx8erbFuqVCkBQNy+fVsIIcTly5cFADF69GiVx/3rr78EANGlSxdlW58+fYSZmZm4e/euyrZz5swRAMTly5eFEEIMHDhQ5MuXT6N9/1hSUpKwsLAQVatWVbZ16dJFKBQKcfPmTWXbhAkThImJiXj79q0QQoiePXuKhg0birJly4rJkycLIYS4f/++ACCWLVuW6c9KT08XKSkp4u7duwKA2Llzp/K2jPern5+fyn2io6MFADFs2DCV9j///POLn68lS5ao/XwhhOjVq9cnP18f2rJliwAgQkJCVNqfPXsmTExMROPGjVXaY2NjhZGRkejQocNnH/ft27eiWbNmyvejvr6+8PT0FOPHjxePHj1Sbvfy5UthYWEhatSoofLZ/FiXLl0EALF582aV9saNGwtXV1fl9YCAgEy3mzlz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WVmJihUrivHjx4tXr14JIYRYs2aNqFOnjrCzsxOGhoaiUKFCok2bNuLChQuffA527NghAAh/f/9PbpMxW3XGDPjp6emiQIECAoC4f/++yn7j/2e6/9iVK1dE/fr1hbm5ucifP79o3bq1iI2N1fj9KoQQycnJYvjw4WrPV2avgSbPlxD/e13NzMyEubm5aNmypTh+/LhGs5cLIYS/v79wcnIS+vr6avdZsWKFKFu2rDA0NBSWlpbip59+Us6c/jkHDhwQ3bt3F25ubsLS0lIYGBgIe3t70aJFCxEREaG2/b59+0Tt2rVF3rx5hampqXBzcxMzZ85U3v6pz3rGc/2hhIQE0bdvX2Fvby8MDAxEsWLFxNixY5Wz1Wd48+aNGD16tChWrJjIkyePsLe3F/369RPPnj1T2e7j2cu/5D1KRCQnCiGyoe8RERER6czx48dRvXp1/Pnnn189izYRERF9Wyy6iYiIcpCDBw8iIiICFStWhImJCc6fP48ZM2bA0tISFy5cUJttmoiIiHI2jukmIiLKQSwsLBAcHAx/f3+8fPkSBQoUQKNGjTB9+nQW3ERERDLEM91EREREREREOsIlw4iIiIiIiIh0hEU3ERERERERkY6w6CYiIiIiIiLSkf/cRGrp6el48OABzM3NoVAopI5DREREREREMiSEwMuXL1GoUCHo6X36fPZ/ruh+8OABHBwcpI5BREREREREucC9e/dQpEiRT97+nyu6zc3NAbx/YiwsLCROQ0RERERERHL04sULODg4KGvMT/nPFd0ZXcotLCxYdBMREREREdFXyWrYMidSIyIiIiIiItIRFt1EREREREREOsKim4iIiIiIiEhHWHQTERERERER6QiLbiIiIiIiIiIdYdFNREREREREpCMsuomIiIiIiIh0hEU3ERERERERkY6w6CYiIiIiIiLSEUmL7iVLlqBs2bKwsLCAhYUFqlWrhr///vuz9wkNDUXFihVhbGwMZ2dnBAQEfKO0RERERERERNqRtOguUqQIZsyYgTNnzuDMmTOoW7cufvrpJ1y+fDnT7W/fvo3GjRujZs2aiIyMxLhx4zB48GAEBQV94+REREREREREWVMIIYTUIT5kZWWF2bNno0ePHmq3jR49Grt27UJ0dLSyrW/fvjh//jwiIiI0evwXL17A0tISz58/h4WFRbblJiIiIiIiov8OTWvLHDOmOy0tDRs3bkRSUhKqVauW6TYRERFo0KCBStv333+PM2fOICUl5VvEJCIiIiIiItKYgdQBLl68iGrVquHt27cwMzPD9u3b4ebmlum28fHxsLOzU2mzs7NDamoqnjx5Ant7e7X7JCcnIzk5WXn9xYsX2bsDRERERERERJ8gedHt6uqKqKgoJCYmIigoCF26dEFoaOgnC2+FQqFyPaN3/MftGaZPn47Jkydnb2gimZqsyNmfhUliktQRvqmc/HrwtchZ/muvBxHlXvx9m3Pwtfh2JO9ebmhoCBcXF1SqVAnTp09HuXLlsGDBgky3LViwIOLj41XaHj16BAMDA1hbW2d6n7Fjx+L58+fKy71797J9H4iIiIiIiIgyI/mZ7o8JIVS6g3+oWrVq2L17t0pbcHAwKlWqhDx58mR6HyMjIxgZGWV7TiIiIiIiIqKsSHqme9y4cTh27Bju3LmDixcvYvz48Thy5Ah+/vlnAO/PUnfu3Fm5fd++fXH37l34+voiOjoaq1atwsqVKzFixAipdoGIiIiIiIjokyQ90/3w4UN06tQJcXFxsLS0RNmyZbF//37Ur18fABAXF4fY2Fjl9k5OTti3bx+GDRuGxYsXo1ChQli4cCFatmwp1S4QERERERERfZKkRffKlSs/e3tgYKBaW+3atXHu3DkdJSIiIiIiIiLKPpJPpEZERERERESUW7HoJiIiIiIiItIRFt1EREREREREOsKim4iIiIiIiEhHWHQTERERERER6QiLbiIiIiIiIiIdYdFNREREREREpCMsuomIiIiIiIh0hEU3ERERERERkY6w6CYiIiIiIiLSERbdRERERERERDrCopuIiIiIiIhIR1h0ExEREREREekIi24iIiIiIiIiHWHRTURERERERKQjLLqJiIiIiIiIdIRFNxEREREREZGOsOgmIiIiIiIi0hEW3UREREREREQ6wqKbiIiIiIiISEdYdBMRERERERHpCItuIiIiIiIiIh1h0U1ERERERESkIyy6iYiIiIiIiHSERTcRERERERGRjrDoJiIiIiIiItIRFt1EREREREREOsKim4iIiIiIiEhHWHQTERERERER6QiLbiIiIiIiIiIdYdFNREREREREpCMsuomIiIiIiIh0hEU3ERERERERkY6w6CYiIiIiIiLSERbdRERERERERDrCopuIiIiIiIhIR1h0ExEREREREekIi24iIiIiIiIiHWHRTURERERERKQjLLqJiIiIiIiIdIRFNxEREREREZGOsOgmIiIiIiIi0hEW3UREREREREQ6wqKbiIiIiIiISEckLbqnT5+OypUrw9zcHLa2tmjWrBmuXbv22fscOXIECoVC7XL16tVvlJqIiIiIiIhIM5IW3aGhoRgwYABOnDiBgwcPIjU1FQ0aNEBSUlKW97127Rri4uKUlxIlSnyDxERERERERESaM5Dyh+/fv1/l+urVq2Fra4uzZ8+iVq1an72vra0t8uXLp8N0RERERERERF8nR43pfv78OQDAysoqy209PT1hb28PHx8fhISE6DoaERERERERkdYkPdP9ISEEfH19UaNGDZQpU+aT29nb22PZsmWoWLEikpOTsW7dOvj4+ODIkSOZnh1PTk5GcnKy8vqLFy90kp+IiIiIiIjoYzmm6B44cCAuXLiAsLCwz27n6uoKV1dX5fVq1arh3r17mDNnTqZF9/Tp0zF58uRsz0tERERERESUlRzRvXzQoEHYtWsXQkJCUKRIEa3vX7VqVdy4cSPT28aOHYvnz58rL/fu3fvauEREREREREQakfRMtxACgwYNwvbt23HkyBE4OTl90eNERkbC3t4+09uMjIxgZGT0NTGJiIiIiIiIvoikRfeAAQOwYcMG7Ny5E+bm5oiPjwcAWFpawsTEBMD7M9X379/H2rVrAQD+/v5wdHSEu7s73r17h/Xr1yMoKAhBQUGS7QcRERERERFRZiQtupcsWQIA8Pb2VmlfvXo1unbtCgCIi4tDbGys8rZ3795hxIgRuH//PkxMTODu7o69e/eicePG3yo2ERERERERkUYk716elcDAQJXro0aNwqhRo3SUiIiIiIiIiCj75IiJ1IiIiIiIiIhyIxbdRERERERERDrCopuIiIiIiIhIR1h0ExEREREREekIi24iIiIiIiIiHWHRTURERERERKQjLLqJiIiIiIiIdIRFNxEREREREZGOsOgmIiIiIiIi0hEW3UREREREREQ6wqKbiIiIiIiISEdYdBMRERERERHpCItuIiIiIiIiIh1h0U1ERERERESkIyy6iYiIiIiIiHSERTcRERERERGRjrDoJiIiIiIiItIRFt1EREREREREOsKim4iIiIiIiEhHWHQTERERERER6QiLbiIiIiIiIiIdYdFNREREREREpCMsuomIiIiIiIh0hEU3ERERERERkY6w6CYiIiIiIiLSERbdRERERERERDrCopuIiIiIiIhIR1h0ExEREREREekIi24iIiIiIiIiHWHRTURERERERKQjLLqJiIiIiIiIdIRFNxEREREREZGOaF10r1mzBnv37lVeHzVqFPLlywcvLy/cvXs3W8MRERERERERyZnWRfe0adNgYmICAIiIiMCiRYswa9YsFChQAMOGDcv2gERERERERERyZaDtHe7duwcXFxcAwI4dO9CqVSv07t0b1atXh7e3d3bnIyIiIiIiIpItrc90m5mZISEhAQAQHByMevXqAQCMjY3x5s2b7E1HREREREREJGNan+muX78+evbsCU9PT1y/fh1NmjQBAFy+fBmOjo7ZnY+IiIiIiIhItrQ+07148WJUq1YNjx8/RlBQEKytrQEAZ8+eRfv27bM9IBEREREREZFcaX2mO1++fFi0aJFa++TJk7MlEBEREREREVFu8UXrdB87dgwdO3aEl5cX7t+/DwBYt24dwsLCsjUcERERERERkZxpXXQHBQXh+++/h4mJCc6dO4fk5GQAwMuXLzFt2rRsD0hEREREREQkV1oX3VOmTEFAQACWL1+OPHnyKNu9vLxw7ty5bA1HREREREREJGdaF93Xrl1DrVq11NotLCyQmJiYHZmIiIiIiIiIcgWti257e3vcvHlTrT0sLAzOzs7ZEoqIiIiIiIgoN9C66O7Tpw+GDBmCkydPQqFQ4MGDB/jzzz8xYsQI9O/fX6vHmj59OipXrgxzc3PY2tqiWbNmuHbtWpb3Cw0NRcWKFWFsbAxnZ2cEBARouxtEREREREREOqf1kmGjRo3C8+fPUadOHbx9+xa1atWCkZERRowYgYEDB2r1WKGhoRgwYAAqV66M1NRUjB8/Hg0aNMCVK1eQN2/eTO9z+/ZtNG7cGL169cL69esRHh6O/v37w8bGBi1bttR2d4iIiIiIiIh0RuuiGwCmTp2K8ePH48qVK0hPT4ebmxvMzMy0fpz9+/erXF+9ejVsbW1x9uzZTMeNA0BAQACKFi0Kf39/AEDp0qVx5swZzJkzh0U3ERERERER5ShfVHQDgKmpKSpVqpSdWfD8+XMAgJWV1Se3iYiIQIMGDVTavv/+e6xcuRIpKSkqM6oTERERERERSUnrort58+ZQKBRq7QqFAsbGxnBxcUGHDh3g6uqq1eMKIeDr64saNWqgTJkyn9wuPj4ednZ2Km12dnZITU3FkydPYG9vr3JbcnKyci1xAHjx4oVWuYiIiIiIiIi+lNZFt6WlJXbs2IF8+fKhYsWKEEIgMjISiYmJaNCgATZt2oSZM2fi0KFDqF69usaPO3DgQFy4cAFhYWFZbvtx0S+EyLQdeD9Z2+TJkzXOkZNMVuTs3JPEJI22437onqb7kFvk5NcC+G+9Hnwtcpbc8nrk5P3IDfsAcD9yktywDwB/3+Y0/7XXI6fTevbyggULokOHDrh16xaCgoKwbds2xMTEoGPHjihevDiio6PRpUsXjB49WuPHHDRoEHbt2oWQkBAUKVIky58fHx+v0vbo0SMYGBjA2tpabfuxY8fi+fPnysu9e/c0zkVERERERET0NbQ+071y5UqEh4dDT+9/9bqenh4GDRoELy8vTJs2DQMHDkTNmjWzfCwhBAYNGoTt27fjyJEjcHJyyvI+1apVw+7du1XagoODUalSpUzHcxsZGcHIyEiDPSMiIiIiIiLKXlqf6U5NTcXVq1fV2q9evYq0tDQAgLGxcaZdvT82YMAArF+/Hhs2bIC5uTni4+MRHx+PN2/eKLcZO3YsOnfurLzet29f3L17F76+voiOjsaqVauwcuVKjBgxQttdISIiIiIiItIprc90d+rUCT169MC4ceNQuXJlKBQKnDp1CtOmTVMWx6GhoXB3d8/ysZYsWQIA8Pb2VmlfvXo1unbtCgCIi4tDbGys8jYnJyfs27cPw4YNw+LFi1GoUCEsXLiQy4URERERERFRjqN10T1//nzY2dlh1qxZePjwIYD3s4cPGzZMOY67QYMGaNiwYZaPlTEB2ucEBgaqtdWuXRvnzp3TLjgRERERERHRN6Z10a2vr4/x48dj/PjxyuW3LCwsVLYpWrRo9qQjIiIiIiIikjGti+4PfVxsExEREREREdH/aFR0e3p6ajQxGgB2+yYiIiIiIiL6fxoV3c2aNVP+/+3bt/jjjz/g5uaGatWqAQBOnDiBy5cvo3///joJSURERERERCRHGhXdkyZNUv6/Z8+eGDx4MH777Te1be7du5e96YiIiIiIiIhkTOt1urds2aKybnaGjh07IigoKFtCEREREREREeUGWhfdJiYmCAsLU2sPCwuDsbFxtoQiIiIiIiIiyg20nr186NCh6NevH86ePYuqVasCeD+me9WqVfDz88v2gERERERERERypXXRPWbMGDg7O2PBggXYsGEDAKB06dIIDAxEmzZtsj0gERERERERkVx90Trdbdq0YYFNRERERERElAWtx3QTERERERERkWa0PtOdlpaG+fPnY/PmzYiNjcW7d+9Ubn/69Gm2hSMiIiIiIiKSM63PdE+ePBnz5s1DmzZt8Pz5c/j6+qJFixbQ09PDL7/8ooOIRERERERERPKkddH9559/Yvny5RgxYgQMDAzQvn17rFixAn5+fjhx4oQuMhIRERERERHJktZFd3x8PDw8PAAAZmZmeP78OQDghx9+wN69e7M3HREREREREZGMaV10FylSBHFxcQAAFxcXBAcHAwBOnz4NIyOj7E1HREREREREJGNaF93NmzfHoUOHAABDhgzBxIkTUaJECXTu3Bndu3fP9oBEREREREREcqX17OUzZsxQ/r9Vq1YoUqQIjh8/DhcXFzRt2jRbwxERERERERHJmdZF98eqVq2KqlWrZkcWIiIiIiIiolxF66I7ISEB1tbWAIB79+5h+fLlePPmDZo2bYqaNWtme0AiIiIiIiIiudJ4TPfFixfh6OgIW1tblCpVClFRUahcuTLmz5+PZcuWoU6dOtixY4cOoxIRERERERHJi8ZF96hRo+Dh4YHQ0FB4e3vjhx9+QOPGjfH8+XM8e/YMffr0URnvTURERERERPRfp3H38tOnT+Pw4cMoW7Ysypcvj2XLlqF///7Q03tftw8aNIhju4mIiIiIiIg+oPGZ7qdPn6JgwYIAADMzM+TNmxdWVlbK2/Pnz4+XL19mf0IiIiIiIiIimdJqnW6FQvHZ60RERERERET0P1rNXt61a1cYGRkBAN6+fYu+ffsib968AIDk5OTsT0dEREREREQkYxoX3V26dFG53rFjR7VtOnfu/PWJiIiIiIiIiHIJjYvu1atX6zIHERERERERUa6j1ZhuIiIiIiIiItIci24iIiIiIiIiHWHRTURERERERKQjLLqJiIiIiIiIdESjortChQp49uwZAODXX3/F69evdRqKiIiIiIiIKDfQqOiOjo5GUlISAGDy5Ml49eqVTkMRERERERER5QYaLRlWvnx5dOvWDTVq1IAQAnPmzIGZmVmm2/r5+WVrQCIiIiIiIiK50qjoDgwMxKRJk7Bnzx4oFAr8/fffMDBQv6tCoWDRTURERERERPT/NCq6XV1dsXHjRgCAnp4eDh06BFtbW50GIyIiIiIiIpI7jYruD6Wnp+siBxEREREREVGuo3XRDQAxMTHw9/dHdHQ0FAoFSpcujSFDhqB48eLZnY+IiIiIiIhItrRep/vAgQNwc3PDqVOnULZsWZQpUwYnT56Eu7s7Dh48qIuMRERERERERLKk9ZnuMWPGYNiwYZgxY4Za++jRo1G/fv1sC0dEREREREQkZ1qf6Y6OjkaPHj3U2rt3744rV65kSygiIiIiIiKi3EDrotvGxgZRUVFq7VFRUZzRnIiIiIiIiOgDWncv79WrF3r37o1bt27By8sLCoUCYWFhmDlzJoYPH66LjERERERERESypPWZ7okTJ8LPzw+///47ateujVq1amHRokX45ZdfMH78eK0e6+jRo/jxxx9RqFAhKBQK7Nix47PbHzlyBAqFQu1y9epVbXeDiIiIiIiISOe0PtOtUCgwbNgwDBs2DC9fvgQAmJubf9EPT0pKQrly5dCtWze0bNlS4/tdu3YNFhYWyus2NjZf9POJiIiIiIiIdOmL1unO8KXFdoZGjRqhUaNGWt/P1tYW+fLl+6qfTURERERERKRrWncvzwk8PT1hb28PHx8fhISEfHbb5ORkvHjxQuVCRERERERE9C3Iqui2t7fHsmXLEBQUhG3btsHV1RU+Pj44evToJ+8zffp0WFpaKi8ODg7fMDERERERERH9l31V9/JvzdXVFa6ursrr1apVw7179zBnzhzUqlUr0/uMHTsWvr6+yusvXrxg4U1ERERERETfhFZnulNSUlCnTh1cv35dV3m0VrVqVdy4ceOTtxsZGcHCwkLlQkRERERERPQtaFV058mTB5cuXYJCodBVHq1FRkbC3t5e6hhEREREREREarTuXt65c2esXLkSM2bM+Oof/urVK9y8eVN5/fbt24iKioKVlRWKFi2KsWPH4v79+1i7di0AwN/fH46OjnB3d8e7d++wfv16BAUFISgo6KuzEBEREREREWU3rYvud+/eYcWKFTh48CAqVaqEvHnzqtw+b948jR/rzJkzqFOnjvJ6xtjrLl26IDAwEHFxcYiNjVX52SNGjMD9+/dhYmICd3d37N27F40bN9Z2N4iIiIiIiIh0Tuui+9KlS6hQoQIAqI3t1rbbube3N4QQn7w9MDBQ5fqoUaMwatQorX4GERERERERkVS0LrqzWhebiIiIiIiIiN774nW6b968iQMHDuDNmzcA8Nkz1kRERERERET/RVoX3QkJCfDx8UHJkiXRuHFjxMXFAQB69uyJ4cOHZ3tAIiIiIiIiIrnSuugeNmwY8uTJg9jYWJiamirb27Zti/3792drOCIiIiIiIiI503pMd3BwMA4cOIAiRYqotJcoUQJ3797NtmBEREREREREcqf1me6kpCSVM9wZnjx5AiMjo2wJRURERERERJQbaF1016pVC2vXrlVeVygUSE9Px+zZs1XW3CYiIiIiIiL6r9O6e/ns2bPh7e2NM2fO4N27dxg1ahQuX76Mp0+fIjw8XBcZiYiIiIiIiGRJ6zPdbm5uuHDhAqpUqYL69esjKSkJLVq0QGRkJIoXL66LjERERERERESypPWZbgAoWLAgJk+enN1ZiIiIiIiIiHKVLyq6nz17hpUrVyI6OhoKhQKlS5dGt27dYGVlld35iIiIiIiIiGRL6+7loaGhcHJywsKFC/Hs2TM8ffoUCxcuhJOTE0JDQ3WRkYiIiIiIiEiWtD7TPWDAALRp0wZLliyBvr4+ACAtLQ39+/fHgAEDcOnSpWwPSURERERERCRHWp/pjomJwfDhw5UFNwDo6+vD19cXMTEx2RqOiIiIiIiISM60LrorVKiA6Ohotfbo6GiUL18+OzIRERERERER5QoadS+/cOGC8v+DBw/GkCFDcPPmTVStWhUAcOLECSxevBgzZszQTUoiIiIiIiIiGdKo6C5fvjwUCgWEEMq2UaNGqW3XoUMHtG3bNvvSEREREREREcmYRkX37du3dZ2DiIiIiIiIKNfRqOguVqyYrnMQERERERER5TpaLxkGAPfv30d4eDgePXqE9PR0ldsGDx6cLcGIiIiIiIiI5E7ronv16tXo27cvDA0NYW1tDYVCobxNoVCw6CYiIiIiIiL6f1oX3X5+fvDz88PYsWOhp6f1imNERERERERE/xlaV82vX79Gu3btWHATERERERERZUHryrlHjx7YsmWLLrIQERERERER5Spady+fPn06fvjhB+zfvx8eHh7IkyePyu3z5s3LtnBEREREREREcqZ10T1t2jQcOHAArq6uAKA2kRoRERERERERvad10T1v3jysWrUKXbt21UEcIiIiIiIiotxD6zHdRkZGqF69ui6yEBEREREREeUqWhfdQ4YMwe+//66LLERERERERES5itbdy0+dOoXDhw9jz549cHd3V5tIbdu2bdkWjoiIiIiIiEjOtC668+XLhxYtWugiCxEREREREVGuonXRvXr1al3kICIiIiIiIsp1tB7TTURERERERESa0fpMt5OT02fX475169ZXBSIiIiIiIiLKLbQuuocOHapyPSUlBZGRkdi/fz9GjhyZXbmIiIiIiIiIZE/ronvIkCGZti9evBhnzpz56kBEREREREREuUW2jelu1KgRgoKCsuvhiIiIiIiIiGQv24rurVu3wsrKKrsejoiIiIiIiEj2tO5e7unpqTKRmhAC8fHxePz4Mf74449sDUdEREREREQkZ1oX3c2aNVO5rqenBxsbG3h7e6NUqVLZlYuIiIiIiIhI9rQuuidNmqSLHERERERERES5TraN6SYiIiIiIiIiVRqf6dbT01MZy50ZhUKB1NTUrw5FRERERERElBtoXHRv3779k7cdP34cv//+O4QQ2RKKiIiIiIiIKDfQuHv5Tz/9pHZxdXVFYGAg5s6di9atW+PatWta/fCjR4/ixx9/RKFChaBQKLBjx44s7xMaGoqKFSvC2NgYzs7OCAgI0OpnEhEREREREX0rXzSm+8GDB+jVqxfKli2L1NRUREVFYc2aNShatKhWj5OUlIRy5cph0aJFGm1/+/ZtNG7cGDVr1kRkZCTGjRuHwYMHIygo6Et2g4iIiIiIiEintJq9/Pnz55g2bRp+//13lC9fHocOHULNmjW/+Ic3atQIjRo10nj7gIAAFC1aFP7+/gCA0qVL48yZM5gzZw5atmz5xTmIiIiIiIiIdEHjM92zZs2Cs7Mz9uzZg7/++gvHjx//qoL7S0RERKBBgwYqbd9//z3OnDmDlJSUTO+TnJyMFy9eqFyIiIiIiIiIvgWNz3SPGTMGJiYmcHFxwZo1a7BmzZpMt9u2bVu2hftYfHw87OzsVNrs7OyQmpqKJ0+ewN7eXu0+06dPx+TJk3WWiYiIiIiIiOhTNC66O3funOWSYd/CxxkyZkz/VLaxY8fC19dXef3FixdwcHDQXUAiIiIiIiKi/6dx0R0YGKjDGJopWLAg4uPjVdoePXoEAwMDWFtbZ3ofIyMjGBkZfYt4RERERERERCq+aPZyqVSrVg0HDx5UaQsODkalSpWQJ08eiVIRERERERERZU7SovvVq1eIiopCVFQUgPdLgkVFRSE2NhbA+67hnTt3Vm7ft29f3L17F76+voiOjsaqVauwcuVKjBgxQor4RERERERERJ+l1ZJh2e3MmTOoU6eO8nrG2OsuXbogMDAQcXFxygIcAJycnLBv3z4MGzYMixcvRqFChbBw4UIuF0ZEREREREQ5kqRFt7e3t3IitMxkNo68du3aOHfunA5TEREREREREWUPWY3pJiIiIiIiIpITFt1EREREREREOsKim4iIiIiIiEhHWHQTERERERER6QiLbiIiIiIiIiIdYdFNREREREREpCMsuomIiIiIiIh0hEU3ERERERERkY6w6CYiIiIiIiLSERbdRERERERERDrCopuIiIiIiIhIR1h0ExEREREREekIi24iIiIiIiIiHWHRTURERERERKQjLLqJiIiIiIiIdIRFNxEREREREZGOsOgmIiIiIiIi0hEW3UREREREREQ6wqKbiIiIiIiISEdYdBMRERERERHpCItuIiIiIiIiIh1h0U1ERERERESkIyy6iYiIiIiIiHSERTcRERERERGRjrDoJiIiIiIiItIRFt1EREREREREOsKim4iIiIiIiEhHWHQTERERERER6QiLbiIiIiIiIiIdYdFNREREREREpCMsuomIiIiIiIh0hEU3ERERERERkY6w6CYiIiIiIiLSERbdRERERERERDrCopuIiIiIiIhIR1h0ExEREREREekIi24iIiIiIiIiHWHRTURERERERKQjLLqJiIiIiIiIdIRFNxEREREREZGOsOgmIiIiIiIi0hEW3UREREREREQ6wqKbiIiIiIiISEdYdBMRERERERHpiORF9x9//AEnJycYGxujYsWKOHbs2Ce3PXLkCBQKhdrl6tWr3zAxERERERERkWYkLbo3bdqEoUOHYvz48YiMjETNmjXRqFEjxMbGfvZ+165dQ1xcnPJSokSJb5SYiIiIiIiISHOSFt3z5s1Djx490LNnT5QuXRr+/v5wcHDAkiVLPns/W1tbFCxYUHnR19f/RomJiIiIiIiINCdZ0f3u3TucPXsWDRo0UGlv0KABjh8//tn7enp6wt7eHj4+PggJCfnstsnJyXjx4oXKhYiIiIiIiOhbkKzofvLkCdLS0mBnZ6fSbmdnh/j4+EzvY29vj2XLliEoKAjbtm2Dq6srfHx8cPTo0U/+nOnTp8PS0lJ5cXBwyNb9ICIiIiIiIvoUA6kDKBQKletCCLW2DK6urnB1dVVer1atGu7du4c5c+agVq1amd5n7Nix8PX1VV5/8eIFC28iIiIiIiL6JiQ7012gQAHo6+urndV+9OiR2tnvz6latSpu3LjxyduNjIxgYWGhciEiIiIiIiL6FiQrug0NDVGxYkUcPHhQpf3gwYPw8vLS+HEiIyNhb2+f3fGIiIiIiIiIvpqk3ct9fX3RqVMnVKpUCdWqVcOyZcsQGxuLvn37AnjfNfz+/ftYu3YtAMDf3x+Ojo5wd3fHu3fvsH79egQFBSEoKEjK3SAiIiIiIiLKlKRFd9u2bZGQkIBff/0VcXFxKFOmDPbt24dixYoBAOLi4lTW7H737h1GjBiB+/fvw8TEBO7u7ti7dy8aN24s1S4QERERERERfZLkE6n1798f/fv3z/S2wMBAleujRo3CqFGjvkEqIiIiIiIioq8n2ZhuIiIiIiIiotyORTcRERERERGRjrDoJiIiIiIiItIRFt1EREREREREOsKim4iIiIiIiEhHWHQTERERERER6QiLbiIiIiIiIiIdYdFNREREREREpCMsuomIiIiIiIh0hEU3ERERERERkY6w6CYiIiIiIiLSERbdRERERERERDrCopuIiIiIiIhIR1h0ExEREREREekIi24iIiIiIiIiHWHRTURERERERKQjLLqJiIiIiIiIdIRFNxEREREREZGOsOgmIiIiIiIi0hEW3UREREREREQ6wqKbiIiIiIiISEdYdBMRERERERHpCItuIiIiIiIiIh1h0U1ERERERESkIyy6iYiIiIiIiHSERTcRERERERGRjrDoJiIiIiIiItIRFt1EREREREREOsKim4iIiIiIiEhHWHQTERERERER6QiLbiIiIiIiIiIdYdFNREREREREpCMsuomIiIiIiIh0hEU3ERERERERkY6w6CYiIiIiIiLSERbdRERERERERDrCopuIiIiIiIhIR1h0ExEREREREekIi24iIiIiIiIiHWHRTURERERERKQjLLqJiIiIiIiIdIRFNxEREREREZGOsOgmIiIiIiIi0hHJi+4//vgDTk5OMDY2RsWKFXHs2LHPbh8aGoqKFSvC2NgYzs7OCAgI+EZJiYiIiIiIiLQj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RASA591fx48fx/79+wUnpLLGopuIiISxt7fH4MGDMWDAAFSvXl10HCIiog8iKysLmZmZaN26NbS0njcfnzlzBoaGhmjWrJngdFTWWHQTEZEw48ePR2hoKHJzc9GnTx8MGTIEffr0QaVKlURHIyIiIioTLLqJiEgohUKBw4cPIzg4GDt37oS2tjYGDBgAT09PdO3aVXQ8IiIiovfCopuIiFTGkydPsHv3bsydOxfJycmQy+WiIxERERG9F44MIyIilZCVlYWQkBBs3rwZSUlJsLW1FR2JiIiI6L1xZBgREQmTl5eHDRs2oEePHjA1NcWvv/6Kvn37Ii0tDadPnxYdj4iIiOi9sb2ciIiEqVq1KoyNjfHFF1/A09OTu9tERESkcVh0ExGRMBEREejevbtyXAoRERGRpmHRTURERERERFROeJAaERF9UG3btoVMJivVc+Pi4so5DREREVH5YtFNREQflKurq+gIRERERB8M28uJiIiIiIiIygl3uomISLjY2FikpqZCJpPB2toabdu2FR2JiIiIqEyw6CYiImHu3r2LgQMHIjIyEkZGRpAkCQ8ePIC9vT1CQkJQu3Zt0RGJiIiI3gtntBARkTDjxo1DXl4e/vrrL+Tk5ODvv/9GSkoK8vLyMH78eNHxiIiIiN4b7+kmIiJhqlevjsOHD8PW1rbI+pkzZ9CzZ0/k5uaKCUZERERURrjTTUREwigUCujq6hZb19XVhUKhEJCIiIiIqGyx6CYiImEcHBwwYcIE3L59W7l269YtTJw4EY6OjgKTEREREZUNtpcTEZEwN27cgIuLC1JSUmBqagqZTIbr16/DxsYGf/zxBxo2bCg6IhEREdF7YdFNRETCHTp0CBcuXIAkSbC2tkb37t1FRyIiIiIqEyy6iYhImIyMDJibm4uOQURERFRueE83EREJY2Fhgf/85z9Yu3YtcnJyRMchIiIiKnMsuomISJhz586hU6dO8PPzg4mJCVxcXBAaGoqnT5+KjkZERERUJtheTkREwkmShMjISAQHB2P79u2Qy+Vwd3fH+vXrRUcjIiIiei8suomISKXExcXB29sbSUlJkMvlouMQERERvRe2lxMRkXA3btzAwoUL0aZNG9ja2kJPTw+rV68WHYuIiIjovemIDkBERBXXunXrEBQUhJMnT6JZs2bw9PREeHg4TzQnIiIijcH2ciIiEsbU1BQDBw6Ep6cn2rRpIzoOERERUZljezkREQlz/fp19OvXD4sXL0bnzp1x69YtAMCmTZtw8uRJwemIiIiI3h+LbiIiEmbHjh1wcnJC1apVERcXpxwV9s8//2DevHmC0xERERG9PxbdREQkjJ+fH9asWYPffvsNurq6yvXOnTsjLi5OYDIiIiKissGim4iIhLl48SK6dOlSbN3Q0BC5ubkfPhARERFRGWPRTUREwtSvXx+XL18utn7y5ElYWFgISERERERUtlh0ExGRMKNGjcKECRNw+vRpyGQy3L59G0FBQfDx8cGYMWNExyMiIiJ6bxwZRkREQn3//fdYtmwZnjx5AgCoXLkyfHx88OOPPwpORkRERPT+WHQTEZFw+fn5OH/+PBQKBaytraGvry86EhEREVGZYNFNREREREREVE54TzcRERERERFROWHRTURERERERFROWHQTERERERERlRMW3URERERERETlhEU3ERGRGggICICRkVG5f59hw4bB1dW13L8PERFRRcGim4iI6AO4e/cuRo0ahUaNGqFy5cqoV68enJycEBMTIzraW4mMjIRMJkPLli0hl8uLPGZkZISAgAAxwYiIiFSUjugAREREFYG7uzsKCgoQGBgICwsL3LlzB0eOHEFOTo7oaO/kypUr2LhxI4YPHy46ChERkUrjTjcREVE5y83NxcmTJ7FgwQLY29vDzMwMHTp0wLRp0+Ds7Fzkef/73/9Qt25dVKlSBS1btsSePXuKfK2DBw+iefPm0NfXR69evZCZmal8TKFQYM6cOWjYsCEqV66MNm3a4MCBA0U+Pzk5GQ4ODqhatSpq1qyJ//3vf3j48OFbv6Zx48Zh5syZePLkyWufs3TpUtjY2EBPTw+mpqYYM2ZMke/1omV+z549aNq0KapVq4YBAwbg0aNHCAwMhLm5OYyNjTFu3Lgiu+rPnj2Dr68vGjRoAD09PXzyySeIjIx869dARET0IbDoJiIiKmf6+vrQ19dHeHg4nj59WuJzFAoFevfujVOnTmHz5s04f/48fvrpJ2hrayufk5+fj8WLF2PTpk04fvw4rl+/Dh8fH+XjK1aswJIlS7B48WIkJSXByckJ/fr1w6VLl5Sf36tXLxgbG+Ps2bMIDQ3F4cOHMXbs2Ld+Td988w0KCwuxevXq1z5HS0sLK1euREpKCgIDA3H06FH4+voWeU5+fj5WrlyJkJAQHDhwAJGRkejfvz/27duHffv2YdOmTVi3bh3CwsKUnzN8+HBER0cjJCQESUlJ+Pzzz9GrVy/l6yQiIlIpEhEREZW7sLAwydjYWKpSpYrUuXNnadq0aVJiYqLy8YMHD0paWlrSxYsXS/z8DRs2SACky5cvK9d+/vlnqW7dusrfm5iYSHPnzi3yeba2ttKYMWMkSZKkdevWScbGxtLDhw+Vj+/du1fS0tKSsrKyJEmSpKFDh0ouLi6vfR3Hjh2TAEh///23tGbNGqlGjRpSbm6uJEmSVL16dWnDhg2v/dxt27ZJNWvWfONrGjVqlFStWjXpn3/+Ua45OTlJo0aNkiRJki5fvizJZDLp1q1bRb62o6OjNG3atNd+byIiIlG4001ERPQBuLu74/bt29i1axecnJwQGRmJdu3aKQ8eS0hIQMOGDWFlZfXar1GtWjU0adJE+fv69evj7t27AIC8vDzcvn0bdnZ2RT7Hzs4OqampAIDU1FS0bt0aenp6RR5XKBS4ePHiW78mb29v1KpVCwsWLCjx8WPHjqFHjx5o0KABDAwM4OXlhezsbDx69Oi1r6lu3bowNzeHvr5+kbUXrzMuLg6SJMHKykrZQaCvr4+oqChcuXLlrV8DERFReWPRTURE9IFUqVIFPXr0wIwZM3Dq1CkMGzYMM2fOBABUrVr1Xz9fV1e3yO9lMhkkSSq29jJJkpRrL3/8qtetv4mOjg78/PywYsUK3L59u8hj165dQ58+fdCyZUts374dsbGx+PnnnwEABQUFb3xNJa0pFAoAz9vwtbW1ERsbi4SEBOWv1NRUrFix4q1fAxERUXlj0U1ERCSItbW1cte3VatWuHnzJtLS0t7paxkaGsLExAQnT54ssn7q1Ck0b95c+f0SEhKK7DRHR0dDS0vrjTvsb/L555+jRYsWmD17dpH1c+fOobCwEEuWLEHHjh1hZWVVrDB/F23btoVcLsfdu3dhaWlZ5Fe9evXe++sTERGVNRbdRERE5Sw7OxsODg7YvHkzkpKScPXqVYSGhmLhwoVwcXEBAHTt2hVdunSBu7s7Dh06hKtXr2L//v3FTh9/k2+//RYLFizA1q1bcfHiRUydOhUJCQmYMGECAMDT0xNVqlTB0KFDkZKSgmPHjmHcuHEYMmQI6tat+86v76effsL69euLFPNNmjRBYWEhVq1ahfT0dGzatAlr1qx55+/xgpWVFTw9PeHl5YUdO3bg6tWrOHv2LBYsWIB9+/a999cnIiIqayy6iYiIypm+vj4++eQTLFu2DF26dEHLli0xffp0jBw5ssjp39u3b4etrS0GDRoEa2tr+Pr6FhmV9W/Gjx+PyZMnY/LkybCxscGBAwewa9cufPTRRwCe3z998OBB5OTkwNbWFgMGDICjo+MbTyAvDQcHBzg4OKCwsFC51qZNGyxduhQLFixAy5YtERQUhPnz57/X93lhw4YN8PLywuTJk9G0aVP069cPp0+fhqmpaZl8fSIiorIkk169GYyIiIiIiIiIygR3uomIiIiIiIjKCYtuIiIiIiIionLCopuIiIiIiIionLDoJiIiIiIiIionLLqJiIiIiIiIygmLbiIiIiIiIqJywqKbiIiIiIiIqJyw6CYiIiIiIiIqJyy6iYiIiIiIiMoJi24iIiIiIiKicsKim4iIiIiIiKicsOgmIiIiIiIiKif/D2Gv5jNqsld5AAAAAElFTkSuQmCC", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/png": "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RKRKEjkxNomIiIhIT/n7+6NHjx44d+4cqlWrJnccIiLKZTinm4iIiIiIiEhLWHQTERERERERaQmHlxMRERERERFpCXu6iYiIiIiIiLSERTcRERERERGRlrDoJiIiIiIiItIS7tOtpvT0dDx69AgWFhaQJEnuOERERERERCQjIQRevHgBBwcHGBhk3Z/NoltNjx49gqOjo9wxiIiIiIiISIc8ePAAX331VZaPs+hWk4WFBYB3P9CCBQvKnIaIiIiIiIjklJiYCEdHR0WtmBUW3WrKGFJesGBBFt1EREREREQEANlOP+ZCakRERERERERawqKbiIiIiIiISEtYdBMRERERERFpCYtuIiIiIiIiIi1h0U1ERERERESkJSy6iYiIiIiIiLSERTcRERERERGRlrDoJiIiIiIiItISFt1EREREREREWsKim4iIiIiIiEhLWHQTERERERERaQmLbiIiIiIiIiItYdFNREREREREpCUsuomIiIiIiIi0JJ/cASiHSZLcCbImhNwJiIiIiIiIvij2dBMRERERERFpCYtuIiIiIiIiIi1h0U1ERERERESkJSy6iYiIiIiIiLSERTcRERERERGRlrDoJiIiIiIiItISFt1EREREREREWsKim4iIiIiIiEhLWHQTERERERERaQmLbiIiIiIiIiItYdFNREREREREpCUsuomIiIiIiIi0hEU3ERERERERkZaw6CYiIiIiIiLSEhbdRERERERERFrCopuIiIiIiIhIS1h0ExEREREREWkJi24iIiIiIiIiLWHRTURERERERKQlLLqJiIiIiIiItIRFNxEREREREZGWsOgmIiIiIiIi0hIW3URERERERERawqKbiIiIiIiISEtYdBMRERERERFpCYtuIiIiIiIiIi1h0U1ERERERESkJbIW3bNmzUL16tVhYWEBOzs7tGrVChEREUrHdO/eHZIkKd1q1aqldExKSgoGDx6MwoULw9zcHC1btsR///2ndMzz58/RpUsXWFpawtLSEl26dEF8fLy2T5GIiIiIiIjyMFmL7qNHj2LgwIE4ffo0AgMD8fbtWzRq1AhJSUlKxzVp0gTR0dGK24EDB5QeHzZsGHbt2oXNmzfjxIkTePnyJZo3b460tDTFMZ07d0ZYWBgCAgIQEBCAsLAwdOnS5YucJxEREREREeVNkhBCyB0iw5MnT2BnZ4ejR4+ibt26AN71dMfHx2P37t2Zfk1CQgJsbW2xfv16dOjQAQDw6NEjODo64sCBA2jcuDHCw8Ph6uqK06dPo2bNmgCA06dPo3bt2rhx4wZcXFyyzZaYmAhLS0skJCSgYMGCOXPC2iBJcifImu681IiIiIiIiD6LujWiTs3pTkhIAABYW1srtQcHB8POzg5ly5ZFnz59EBsbq3jswoULSE1NRaNGjRRtDg4OcHNzw8mTJwEAp06dgqWlpaLgBoBatWrB0tJScQwRERERERFRTssnd4AMQgiMGDECX3/9Ndzc3BTtvr6+aNeuHUqUKIG7d+9i0qRJqF+/Pi5cuABjY2PExMTAyMgIVlZWSs9nb2+PmJgYAEBMTAzs7OxUvqednZ3imA+lpKQgJSVFcT8xMTEnTpOIiIiIiIjyEJ0pugcNGoTLly/jxIkTSu0ZQ8YBwM3NDdWqVUOJEiWwf/9+tGnTJsvnE0JAem+otZTJsOsPj3nfrFmzMHXqVE1Pg4iIiIiIiEhBJ4aXDx48GHv27EFQUBC++uqrjx5btGhRlChRArdu3QIAFClSBG/evMHz58+VjouNjYW9vb3imMePH6s815MnTxTHfGj8+PFISEhQ3B48ePApp0ZERERERER5mKxFtxACgwYNws6dO3HkyBE4OTll+zVxcXF48OABihYtCgCoWrUq8ufPj8DAQMUx0dHRuHr1Kjw9PQEAtWvXRkJCAs6ePas45syZM0hISFAc8yFjY2MULFhQ6UZERERERESkCVlXLx8wYAA2btyIv//+W2kFcUtLS5iamuLly5eYMmUK2rZti6JFi+LevXuYMGECoqKiEB4eDgsLCwBA//79sW/fPvj7+8Pa2hqjRo1CXFwcLly4AENDQwDv5oY/evQIy5cvBwD07dsXJUqUwN69e9XKytXLcwBXLyciIiIiolxC3RpR1qI7q/nUa9asQffu3fHq1Su0atUKoaGhiI+PR9GiReHt7Y1p06bB0dFRcfzr168xevRobNy4Ea9evYKPjw/++OMPpWOePXuGIUOGYM+ePQCAli1bYsmSJShUqJBaWVl05wAW3URERERElEvoRdGtT1h05wC+1IiIiIiIKJfQy326iYiIiIiIiHITFt1EREREREREWsKim4iIiIiIiEhLWHQTERERERERaQmLbiIiIiIiIiItYdFNREREREREpCUsuomIiIiIiIi0hEU3ERERERERkZaw6CYiIiIiIiLSEhbdRERERERERFrCopuIiIiIiIhIS1h0ExEREREREWkJi24iIiIiIiIiLWHRTURERERERKQlLLqJiIiIiIiItIRFNxEREREREZGWsOgmIiIiIiIi0hIW3URERERERERawqKbiIiIiIiISEtYdBMRERERERFpCYtuIiIiIiIiIi1h0U1ERERERESkJSy6iYiIiIiIiLSERTcRERERERGRlrDoJiIiIiIiItISFt1EREREREREWsKim4iIiIiIiEhLWHQTERERERERaQmLbiIiIiIiIiItYdFNREREREREpCUsuomIiIiIiIi0hEU3ERERERERkZaw6CYiIiIiIiLSEhbdRERERERERFrCopuIiIiIiIhIS1h0ExEREREREWkJi24iIiIiIiIiLWHRTURERERERKQlLLqJiIiIiIiItIRFNxEREREREZGWsOgmIiIiIiIi0hIW3URERERERERaonHR/erVKyQnJyvu379/HwsXLsShQ4dyNBgRERERERGRvtO46P7222+xbt06AEB8fDxq1qyJefPm4dtvv8XSpUtzPCARERERERGRvtK46L548SK++eYbAMD27dthb2+P+/fvY926dVi8eHGOByQiIiIiIiLSVxoX3cnJybCwsAAAHDp0CG3atIGBgQFq1aqF+/fv53hAIiIiIiIiIn2lcdFdunRp7N69Gw8ePMDBgwfRqFEjAEBsbCwKFiyY4wGJiIiIiIiI9JXGRbefnx9GjRqFkiVLombNmqhduzaAd73eHh4eOR6QiIiIiIiISF9pXHR/9913iIqKwvnz5xEQEKBo9/HxwcKFCzV6rlmzZqF69eqwsLCAnZ0dWrVqhYiICKVjhBCYMmUKHBwcYGpqCi8vL1y7dk3pmJSUFAwePBiFCxeGubk5WrZsif/++0/pmOfPn6NLly6wtLSEpaUlunTpgvj4eI3yEhEREREREWlC46K7Z8+eMDc3h4eHBwwM/vflFSpUwJw5czR6rqNHj2LgwIE4ffo0AgMD8fbtWzRq1AhJSUmKY+bOnYv58+djyZIlOHfuHIoUKYKGDRvixYsXimOGDRuGXbt2YfPmzThx4gRevnyJ5s2bIy0tTXFM586dERYWhoCAAAQEBCAsLAxdunTR9PSJiIiIiIiI1CYJIYQm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xx8xf/58jb55UlISKlWqhCVLlmR5TJMmTRAdHa24HThwQOnxYcOGYdeuXdi8eTNOnDiBly9fonnz5khLS1Mc07lzZ4SFhSEgIAABAQEICwtDly5dNMpKREREREREpCm153RfunQJc+bMyfLxRo0a4ddff9Xom/v6+sLX1/ejxxgbG6NIkSKZPpaQkIA///wT69evV8wp37BhAxwdHfHvv/+icePGCA8PR0BAAE6fPo2aNWsCAFauXInatWsjIiICLi4uGmUmIiIiIiIiUpfaPd2PHz/OdH/uDPny5cOTJ09yJNT7goODYWdnh7Jly6JPnz6IjY1VPHbhwgWkpqaiUaNGijYHBwe4ubnh5MmTAIBTp07B0tJSUXADQK1atWBpaak4JjMpKSlITExUuhERERERERFpQu2iu1ixYrhy5UqWj1++fBlFixbNkVAZfH198ddff+HIkSOYN28ezp07h/r16yMlJQUAEBMTAyMjI1hZWSl9nb29PWJiYhTH2NnZqTy3nZ2d4pjMzJo1SzEH3NLSEo6Ojjl4ZkRERERERJQXqF10N23aFH5+fnj9+rXKY69evcLkyZPRvHnzHA3XoUMHNGvWDG5ubmjRogX++ecf3Lx5E/v37//o1wkhIL23AraUyWrYHx7zofHjxyMhIUFxe/DgwaefCBEREREREeVJas/p/umnn7Bz506ULVsWgwYNgouLCyRJQnh4OH7//XekpaVh4sSJ2syKokWLokSJErh16xYAoEiRInjz5g2eP3+u1NsdGxsLT09PxTGPHz9Wea4nT57A3t4+y+9lbGwMY2PjHD4DIiIiIiIiykvU7um2t7fHyZMn4ebmhvHjx6N169Zo1aoVJkyYADc3N4SEhHy0iM0JcXFxePDggWIYe9WqVZE/f34EBgYqjomOjsbVq1cVRXft2rWRkJCAs2fPKo45c+YMEhISFMcQERERERERaYPaPd0AUKJECRw4cADPnz/H7du3IYRAmTJlVOZUq+vly5e4ffu24v7du3cRFhYGa2trWFtbY8qUKWjbti2KFi2Ke/fuYcKECShcuDBat24N4N1WZb169cLIkSNhY2MDa2trjBo1Cu7u7orVzMuXL48mTZqgT58+WL58OQCgb9++aN68OVcuJyIiIiIiIq2ShBBCrm8eHBwMb29vlfZu3bph6dKlaNWqFUJDQxEfH4+iRYvC29sb06ZNU1rU7PXr1xg9ejQ2btyIV69ewcfHB3/88YfSMc+ePcOQIUOwZ88eAEDLli2xZMkSFCpUSO2siYmJsLS0REJCQqZ7leuMj8xTl526L7XccA5ERERERJSrqVsjylp06xMW3TmARTcREREREeUS6taIas/pJiIiIiIiIiLNsOgmIiIiIiIi0hK1iu4qVarg+fPnAICff/4ZycnJWg1FpPckSXdvRERERET0xahVdIeHhyMpKQkAMHXqVLx8+VKroYiIiIiIiIhyA7W2DKtcuTJ69OiBr7/+GkII/PrrryhQoECmx/r5+eVoQCIiIiIiIiJ9pdbq5REREZg8eTIiIyNx8eJFuLq6Il8+1XpdkiRcvHhRK0HlxtXLc0BeWr08N5wDERERERFlSWtbhhkYGCAmJgZ2dnafHVKfsOjOAXmpYM0N50BERERERFlSt0ZUa3j5+9LT0z8rGBEREREREVFeoXHRDQCRkZFYuHAhwsPDIUkSypcvj6FDh6JUqVI5nY+IiIiIiIhIb2m8T/fBgwfh6uqKs2fPomLFinBzc8OZM2dQoUIFBAYGaiMjERERERERkV7SeE63h4cHGjdujNmzZyu1jxs3DocOHeJCanLLDXOJeQ7axTndRERERESfTd0aUeOe7vDwcPTq1UulvWfPnrh+/bqmT0dERERERESUa2lcdNva2iIsLEylPSwsLM+taE5ERERERET0MRovpNanTx/07dsXd+7cgaenJyRJwokTJzBnzhyMHDlSGxmJiIiIiIiI9JLGc7qFEFi4cCHmzZuHR48eAQAcHBwwevRoDBkyBJIuz2X9DJzTnQPy0nzo3HAORERERESUJXVrRI2L7ve9ePECAGBhYfGpT6E3WHTngLxUsOaGcyAiIiIioiypWyN+0j7dGfJCsU1ERERERET0qTReSI2IiIiIiIiI1PNZPd1ElItxiDwRERER0WdjTzcRERERERGRlmhUdKempsLb2xs3b97UVh4iIiIiIiKiXEOjojt//vy4evVqrt0WjIiIiIiIiCgnaTy8vGvXrvjzzz+1kYWIiIiIiIgoV9F4IbU3b95g1apVCAwMRLVq1WBubq70+Pz583MsHBEREREREZE+07jovnr1KqpUqQIAKnO7OeyciIiIiIiI6H80LrqDgoK0kYOIiIiIiIgo1/nkLcNu376NgwcP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BuD58+eoWbMmDh06pNijGwAWLFiAfPnyoX379nj16hV8fHzg7++v2KMbAP766y8MGTJEscp5y5YtsWTJki90lkRERERERJRXabxPt5OT00cXILtz585nh9JF3Kc7B+Sl/aF5DtqVl86BiIiIiHSS1vbpHjZsmNL91NRUhIaGIiAgAKNHj9Y4KBEREREREVFupXHRPXTo0Ezbf//9d5w/f/6zAxERERERERHlFhqvXp4VX19f7NixI6eejoiIiIiIiEjv5VjRvX37dlhbW+fU0xERERERERHpPY2Hl3t4eCgtpCaEQExMDJ48eYI//vgjR8MRERERERER6TONi+5WrVop3TcwMICtrS28vLxQrly5nMpFREREREREpPc03jIsr+KWYTkgL23zxHPQrrx0DkRERESkk9StEXNsTjcRERERERERKVN7eLmBgYHSXO7MSJKEt2/ffnYoIiIiIiIiotxA7aJ7165dWT528uRJ/Pbbb+BIdSIiIiIiIqL/Ubvo/vbbb1Xabty4gfHjx2Pv3r34/vvvMW3atBwNR0RERERERKTPPmlO96NHj9CnTx9UrFgRb9++RVhYGNauXYvixYvndD4iIiIiIiIivaVR0Z2QkICxY8eidOnSuHbtGg4fPoy9e/fCzc1NW/mIiIiIiIiI9Jbaw8vnzp2LOXPmoEiRIti0aVOmw82JiIiIiIiI6H/U3qfbwMAApqamaNCgAQwNDbM8bufOnTkWTpdwn+4ckJf2VuY5aFdeOgciIiIi0knq1ohq93R37do12y3DiIiIiIiIiOh/1C66/f39tRiDiIiIiIiIKPf5pNXLiYiIiIiIiCh7LLqJiIiIiIiItIRFNxEREREREZGWsOgmIiIiIiIi0hIW3URERERERERawqKbiIiIiIiISEtYdBMRERERERFpCYtuIiIiIiIiIi1h0U1ERERERESkJSy6iYiIiIiIiLSERTcRERERERGRlrDoJiIiIiIiItISFt1EREREREREWsKim4iIiIiIiEhLWHQTERERERERaQmLbiIiIiIiIiItYdFNREREREREpCUsuomIiIiIiIi0hEU3ERERERERkZaw6CYiIiIiIiLSEhbdRERERERERFrCopuIiIiIiIhIS1h0ExEREREREWkJi24iIiIiIiIiLWHRTURERERERKQlLLqJiIiIiIiItIRFNxEREREREZGWsOgmIiIiIiIi0hIW3URERERERERawqKbiIiIiIiISEtYdBMRERERERFpiU4X3VOmTIEkSUq3IkWKKB4XQmDKlClwcHCAqakpvLy8cO3aNaXnSElJweDBg1G4cGGYm5ujZcuW+O+//770qRAREREREVEepNNFNwBUqFAB0dHRituVK1cUj82dOxfz58/HkiVLcO7cORQpUgQNGzbEixcvFMcMGzYMu3btwubNm3HixAm8fPkSzZs3R1pamhynQ0RERERERHlIPrkDZCdfvnxKvdsZhBBYuHAhJk6ciDZt2gAA1q5dC3t7e2zcuBE//vgjEhIS8Oeff2L9+vVo0KABAGDDhg1wdHTEv//+i8aNG3/RcyEiIiIiIqK8Red7um/dugUHBwc4OTmhY8eOuHPnDgDg7t27iImJQaNGjRTHGhsbo169ejh58iQA4MKFC0hNTVU6xsHBAW5ubopjiIiIiIiIiLRFp3u6a9asiXXr1qFs2bJ4/Pgxpk+fDk9PT1y7dg0xMTEAAHt7e6Wvsbe3x/379wEAMTExMDIygpWVlcoxGV+flZSUFKSkpCjuJyYm5sQpERERERERUR6i00W3r6+v4v/d3d1Ru3ZtlCpVCmvXrkWtWrUAAJIkKX2NEEKl7UPqHDNr1ixMnTr1E5MTERERERER6cHw8veZm5vD3d0dt27dUszz/rDHOjY2VtH7XaRIEbx58wbPnz/P8pisjB8/HgkJCYrbgwcPcvBMiIiIiIiIKC/Qq6I7JSUF4eHhKFq0KJycnFCkSBEEBgYqHn/z5g2OHj0KT09PAEDVqlWRP39+pWOio6Nx9epVxTFZMTY2RsGCBZVuRERERERERJrQ6eHlo0aNQosWLVC8eHHExsZi+vTpSExMRLdu3SBJEoYNG4aZM2eiTJkyKFOmDGbOnAkzMzN07twZAGBpaYlevXph5MiRsLGxgbW1NUaNGgV3d3fFauZERDotm6kwshJC7gREREREOk+ni+7//vsPnTp1wtOnT2Fra4tatWrh9OnTKFGiBABgzJgxePXqFQYMGIDnz5+jZs2aOHToECwsLBTPsWDBAuTLlw/t27fHq1ev4OPjA39/fxgaGsp1WkRERERERJRHSEKwq0IdiYmJsLS0REJCgm4PNc8NvWI8B+3iOeiGvHQORERERLmQujWiXs3pJiIiIiIiItInLLqJiIiIiIiItIRFNxEREREREZGWsOgmIiIiIiIi0hIW3URERERERERawqKbiIiIiIiISEtYdBMRERERERFpCYtuIiIiIiIiIi1h0U1ERERERESkJSy6iYiIiIiIiLSERTcRERERERGRluSTOwAREeVykiR3gqwJIXcCIiIiyuXY001ERERERESkJezpJiIiyg5764mIiOgTsegmIiLKC3jhgIiISBYcXk5ERERERESkJSy6iYiIiIiIiLSERTcRERERERGRlnBONxEREekHzksnIiI9xJ5uIiIiIiIiIi1h0U1ERERERESkJSy6iYiIiIiIiLSERTcRERERERGRlrDoJiIiIiIiItISrl5ORERE9KVwBXYiojyHPd1EREREREREWsKebiIiIiJSX27orc8N50BEeoM93URERERERERawqKbiIiIiIiISEtYdBMRERERERFpCYtuIiIiIiIiIi1h0U1ERERERESkJVy9nIiIiIhI3+SGFdhzwzkQqYE93URERERERERawqKbiIiIiIiISEtYdBMRERERERFpCYtuIiIiIiIiIi1h0U1ERERERESkJSy6iYiIiIiIiLSERTcRERERERGRlrDoJiIiIiIiItKSfHIHICIiIiIi0kuSJHeCrAkhdwL6f+zpJiIiIiIiItISFt1EREREREREWsKim4iIiIiIiEhLWHQTERERERERaQmLbiIiIiIiIiItYdFNREREREREpCV5quj+448/4OTkBBMTE1StWhXHjx+XOxIRERERERHlYnmm6N6yZQuGDRuGiRMnIjQ0FN988w18fX0RFRUldzQiIiIiIiLKpSQh8sau6TVr1kSVKlWwdOlSRVv58uXRqlUrzJo1K9uvT0xMhKWlJRISElCwYEFtRv08kiR3gqyp+1LjOWgXz0E38Bx0A89BN/AcdAPPQTfwHHQDz0E36Hipqm6NmCd6ut+8eYMLFy6gUaNGSu2NGjXCyZMnZUpFREREREREuV0+uQN8CU+fPkVaWhrs7e2V2u3t7RETE5Pp16SkpCAlJUVxPyEhAcC7qxn0iXLDz47noBt4DrqB56AbeA66geegG3gOuoHnoBt4DlqXURtmN3g8TxTdGaQPhk4IIVTaMsyaNQtTp05VaXd0dNRKtjzB0lLuBJ+P56AbeA66geegG3gOuoHnoBt4DrqB56AbeA5fzIsX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ceHCBWRnZ2P06NGi4xGRBuKebiIiIiIiNVWsWBGHDx+Go6Ojyvjp06fRpUsXZGVliQlGRBqLM91ERERERGpSKBTQ19fPN66vrw+FQiEgERFpOhbdRERERERqcnFxwZgxY3D37l3l2J07dzBu3Di4uroKTEZEmorLy4mIiIiI1HTr1i14eHjgwoULsLS0hEwmw82bN+Hg4IA//vgDtWvXFh2RiDQMi24iIiIiokI6dOgQLl26BEmSYG9vj06dOomOREQaikU3EREREZGa0tLSYG1tLToGEWkR7ukmIiIiIlKTjY0N/ve//2HVqlXIzMwUHYeItACLbiIiIiIiNZ09exZt2rRBQEAALCws4OHhgdDQULx48UJ0NCLSUFxeTkRERERUSJIkISoqCps3b8b27dshl8vh7e2NtWvXio5GRBqGRTcRERER0X8QHx+PIUOGIDExEXK5XHQcItIwXF5ORERERFRIt27dwvz589GsWTM4OjrCyMgIK1asEB2LiDSQnugARERERETaYvXq1di0aRNOnDiBBg0awNfXF+Hh4TzRnIjeisvLiYiIiIjUZGlpiT59+sDX1xfNmjUTHYeItACXlxMRERERqenmzZvo2bMnFi5ciLZt2+LOnTsAgA0bNuDEiROC0xGRJmLRTURERESkph07dsDNzQ0VKlRAfHy8slXYP//8gzlz5ghOR0SaiEU3EREREZGaAgICsHLlSvz222/Q19dXjrdt2xbx8fECkxGRpmLRTURERESkpsuXL6N9+/b5xk1NTZGVlVXygYhI47HoJiIiIiJSU82aNXH16tV84ydOnICNjY2ARESk6Vh0ExERERGpadiwYRgzZgxOnToFmUyGu3fvYtOmTfD398eIESNExyMiDcSWYUREREREhfD9999j8eLFeP78OQCgfPny8Pf3x48//ig4GRFpIhbdRERERESFlJOTg4sXL0KhUMDe3h7GxsaiIxGRhmLRTURERERERFRMuKebiIiIiIiIqJiw6CYiIiIiIiIqJiy6iYiIiIiIiIoJi24iIiIiIiKiYsKim4iISMsFBQXBzMys2H/OwIED4enpWew/h4iIqDRh0U1ERCTY/fv3MWzYMNSpUwfly5dHjRo14ObmhtjYWNHRCiUqKgoymQyNGzeGXC5XuWZmZoagoCAxwYiIiATSEx2AiIiorPP29kZubi6C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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "C:\\Users\\guada\\AppData\\Local\\Temp\\ipykernel_29168\\3790897034.py:86: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " ironhack_comments['year'] = pd.to_datetime(ironhack_comments['created_at']).dt.year\n" + ] + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAABjUAAATdCAYAAAAHC9TPAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy81sbWrAAAACXBIWXMAAA9hAAAPYQGoP6dpAAEAAElEQVR4nOzdd3gU5fbA8e9s303vDZKQhN4RqYIgKIpi7xW7XstPsWC9IHbEiu1eG/ZeLqIiqIAooCC9Q4BQ0nvZbJ35/bHJJksSktBCOZ/nyZPszDsz7+xutrxn3nMUTdM0hBBCCCGEEEIIIYQQQgghjnC6tu6AEEIIIYQQQgghhBBCCCFES0hQQwghhBBCCCGEEEIIIYQQRwUJagghhBBCCCGEEEIIIYQQ4qggQQ0hhBBCCCGEEEIIIYQQQhwVJKghhBBCCCGEEEIIIYQQQoijggQ1hBBCCCGEEEIIIYQQQghxVJCghhBCCCGEEEIIIYQQQgghjgoS1BBCCCGEEEIIIYQQQgghxFFBghpCCCGEEEIIIYQQQgghhDgqSFBDCCGEEEK0mRkzZqAoCsuWLWuT40+ePBlFUSgsLDysxx0/fjzBwcEHtI+FCxdy8cUXk5SUhMlkIiwsjCFDhvDGG29QVVV1kHp6ZNmxYweKovh/dDodERERjBo1ijlz5uz3fj/55BNeeumlRtcpisLkyZP3e9+Hw4YNGxg/fjzJycmYTCaio6MZO3YsP/30U1t3LcD48eMDHr+mfsaPH8/8+fNRFIX58+e3dbeFEEIIIcQRxtDWHRBCCCGEEEK0zqRJk5gyZQpDhgzh8ccfJz09HbvdzqJFi5g8eTKbN2/mxRdfbOtuHjJ33HEHl19+OV6vl40bN/LYY48xduxYfvvtN4YPH97q/X3yySesXbuWu+66q8G6xYsX065du4PQ60Pjm2++4fLLLyctLY1HH32Uzp07k5eXx3vvvcfYsWO57777mDp1alt3E4BHH32UW265xX97+fLl3HbbbTz11FOMHDnSvzwmJoaYmBgWL15Mt27d2qKrQgghhBDiCCZBDSGEEEIIccSz2+3YbLa27sYR4csvv2TKlClcf/31vPXWWyiK4l93xhlncP/997N48eLD2qfq6mosFktAXw6l5ORkBg0aBMDQoUPp2LEjJ598Mu+8885+BTX2pfY4R6LMzEyuuuoqevbsyfz58wkKCvKvu+iii7j11lt57rnn6NevH5deeulh65fb7UZRFAyGwK+b6enppKen+287HA4AOnbs2Oj9fCTf90IIIYQQou1I+ikhhBBCCHFEqU3NtGbNGk477TRCQkIYNWoUAMXFxfzrX//yp1xKS0vj4Ycfxul0BuxDURRuv/12PvzwQ7p27YrNZqN3797MmjWr0WPm5eVx2WWXERYWRlxcHNdddx1lZWUBbV577TWGDx9ObGwsQUFB9OzZk6lTp+J2uxvsb/bs2YwaNYqwsDBsNhtdu3bl6aef3ud5//nnn0RHR3PWWWftM33UlClTiIiI4JVXXmk0iBASEsJpp53mv+1wOHjwwQfp0KEDJpOJpKQkbrvtNkpLSwO2ayrNUmpqKuPHj/ffrk0ZNmfOHK677jpiYmKw2Ww4nU4KCgq46aabaN++PWazmZiYGIYOHcovv/wSsM9ffvmFUaNGERoais1mY+jQofz666/7vH/2pX///oDvcayvJY/ZiBEj+OGHH8jKygpIgdTU/VJ7/vPmzePWW28lOjqaqKgozj//fLKzswOO73Q6ueeee4iPj8dmszF8+HD++eefBvep3W7n3nvvpUOHDlgsFiIjI+nfvz+ffvrpPs/7xRdfxG63M3369ICARq3nn3+e8PBwnnzySQBWrVqFoii88847Ddr+9NNPKIrCzJkz/cu2bNnC5ZdfTmxsLGazma5du/Laa68FbFebJurDDz/knnvuISkpCbPZzNatW/fZ9+Y0ln6q9rVh48aNjBkzhqCgIBISEnjmmWcAWLJkCSeddBJBQUF06tSJ999/v8F+c3Nzufnmm2nXrh0mk4kOHTrw2GOP4fF4Dqi/QgghhBDi8JGZGkIIIYQQ4ojjcrk4++yzufnmm3nggQfweDw4HA5GjhxJZmYmjz32GL169WLhwoU8/fTTrFy5kh9++CFgHz/88ANLly5lypQpBAcHM3XqVM477zw2bdpEWlpaQNsLLriASy65hOuvv541a9bw4IMPAvDuu+/622RmZnL55Zf7gwOrVq3iySefZOPGjQHt3nnnHW688UZOPvlk3nzzTWJjY9m8eTNr165t8ny/+OILrr76aq677jqmT5+OXq9vtF1OTg5r167lkksuadHMFU3TOPfcc/n111958MEHGTZsGKtXr2bSpEksXryYxYsXYzabm91PY6677jrOPPNMPvzwQ6qqqjAajVx11VUsX76cJ598kk6dOlFaWsry5cspKiryb/fRRx9x9dVXc8455/D+++9jNBr5z3/+w5gxY/j555/9AazW2L59OwCdOnUKWN6Sx+z111/npptuIjMzk2+//bbFx7zhhhs488wz+eSTT9i1axf33XcfV155Jb/99pu/zbXXXsvnn3/O/fffzymnnML69es577zzKC8vD9jXhAkT+PDDD3niiSfo27cvVVVVrF27NuB+a8zcuXOJi4trckaDzWbjtNNO44svviA3N5fevXvTt29f3nvvPa6//vqAtjNmzCA2NpaxY8cCsH79eoYMGUJycjLPP/888fHx/Pzzz9x5550UFhYyadKkgO0ffPBBBg8ezJtvvolOpyM2NrbF92VruN1uzj//fG655Rbuu+8+PvnkEx588EHKy8v5+uuvmThxIu3atWP69OmMHz+eHj16cMIJJwC+gMaAAQPQ6XT8+9//Jj09ncWLF/PEE0+wY8cO3nvvvUPSZyGEEEIIcZBpQgghhBBCtJH33ntPA7SlS5f6l11zzTUaoL377rsBbd98800N0L744ouA5c8++6wGaHPmzPEvA7S4uDitvLzcvyw3N1fT6XTa008/7V82adIkDdCmTp0asM9//etfmsVi0VRVbbTfXq9Xc7vd2gcffKDp9XqtuLhY0zRNq6io0EJDQ7WTTjqpyW1rzzEoKEjTNE175plnNL1erz377LNNtq+1ZMkSDdAeeOCBZttqmqbNnj270fP7/PPPNUD773//618GaJMmTWqwj5SUFO2aa67x3659zK6++uoGbYODg7W77rqryf5UVVVpkZGR2rhx4wKWe71erXfv3tqAAQP2eT7bt2/XAO3ZZ5/V3G635nA4tJUrV2qDBw/WEhIStO3btze5bVOPmaZp2plnnqmlpKQ0ut3e90vt+f/rX/8KaDd16lQN0HJycjRN07R169ZpgDZx4sSAdp9++qkGBNynPXr00M4999x9nntjLBaLNmjQoH22mThxogZof/31l6ZpmvbKK69ogLZp0yZ/m+LiYs1sNmv33HOPf9mYMWO0du3aaWVlZQH7u/322zWLxeK//+bNm6cB2vDhw1vd/9ptv/zyyybXzZs3z7+s9rXh66+/9i9zu91aTEyMBmjLly/3Ly8qKtL0er02YcIE/7Kbb75ZCw4O1rKysgKONW3aNA3Q1q1b1+pzEEIIIYQQh5+knxJCCCGEEEekCy64IOD2b7/9RlBQEBdeeGHA8to0PnunLxo5ciQhISH+23FxccTGxpKVldXgWGeffXbA7V69euFwOMjPz/cvW7FiBWeffTZRUVHo9XqMRiNXX301Xq+XzZs3A7Bo0SLKy8v517/+1Wx9CU3TuPnmm5k0aRKffPIJ999//z7b74/aWQP1Ux2Br95CUFDQAaV82vvxARgwYAAzZszgiSeeYMmSJQ1Scy1atIji4mKuueYaPB6P/0dVVU4//XSWLl26z9RbtSZOnIjRaMRisdCnTx/Wrl3L999/T2pqakC7ljxm+6ux5wzgf34tWLAAgIsvvjig3YUXXtig1sSAAQP46aefeOCBB5g/fz7V1dUH1Lf6NE0D8D8fr7jiCsxmMzNmzPC3+fTTT3E6nVx77bWAL2XZr7/+ynnnnYfNZgt4rMaOHYvD4WDJkiUBx2ns+XAoKIrin00CYDAYyMjIICEhgb59+/qXR0ZGNvh/nzVrFiNHjiQxMTHgnM444wyg7jETQgghhBBHNglqCCGEEEKII47NZiM0NDRgWVFREfHx8Q2CBbGxsRgMhgapeqKiohrs12w2NzpgvHfb2pRMtW137tzJsGHD2LNnDy+//DILFy5k6dKl/voCte0KCgoAaNeuXbPn6HK5+Pzzz+nevbt/ULU5ycnJQF26peYUFRVhMBiIiYkJWK4oCvHx8c2mN9qXhISEBss+//xzrrnmGt5++20GDx5MZGQkV199Nbm5uUBdzYsLL7wQo9EY8PPss8+iaRrFxcXNHvv//u//WLp0KX/88QfTpk3D7XZzzjnnBJxPSx+z/dXcc6a2L3FxcQHtDAZDg21feeUVJk6cyHfffcfIkSOJjIzk3HPPZcuWLfvsQ3JycrPPhR07dgDQvn17wDfYf/bZZ/PBBx/g9XoBX+qpAQMG0L17d3/fPR4P06dPb/A41QYUCgsLA47T2PPhULDZbFgsloBlJpOJyMjIBm1NJpO/GDn4nn/ff/99g3OqPe+9z0kIIYQQQhyZpKaGEEIIIYQ44jQ2yyEqKoq//voLTdMC1ufn5+PxeIiOjj5k/fnuu++oqqrim2++ISUlxb985cqVAe1qgwe7d+9udp9ms5l58+YxZswYRo8ezezZs4mIiNjnNgkJCfTs2ZM5c+Zgt9ubrasRFRWFx+OhoKAgILChaRq5ubmceOKJAf3Zu+A60GTgo7HHKDo6mpdeeomXXnqJnTt3MnPmTB544AHy8/OZPXu2/zGaPn16k3Ug9g4CNKZdu3b+4uBDhw4lPj6eK6+8kkmTJvHqq68CLX/MDpXawEVeXh5JSUn+5R6Pp8F9GhQUxGOPPcZjjz1GXl6ef9bGuHHj2LhxY5PHOPXUU3nttddYsmRJo/en3W5n7ty59OjRg/j4eP/ya6+9li+//JK5c+eSnJzM0qVLeeONN/zrIyIi0Ov1XHXVVdx2222NHrtDhw4Bt5ubmXQkiI6OplevXv7C6XtLTEw8zD0SQgghhBD7Q2ZqCCGEEEKIo8KoUaOorKzku+++C1j+wQcf+NcfKrUDtvWLamuaxltvvRXQbsiQIYSFhfHmm2/60/7sS9++fVmwYAG7d+9mxIgRAemumvLoo49SUlLCnXfe2egxKisrmTNnDlB3n3z00UcBbb7++muqqqoC7rPU1FRWr14d0O63336jsrKy2T41Jjk5mdtvv51TTz2V5cuXA74ARHh4OOvXr6d///6N/phMplYf64orrmDEiBG89dZb/nRDLX3MatsczJRPAMOHDwd8s1fq++qrr/B4PE1uFxcXx/jx47nsssvYtGkTdru9ybZ33303VquVO+64o9G0Xffeey8lJSU88sgjActPO+00kpKSeO+993jvvfewWCxcdtll/vU2m42RI0eyYsUKevXq1ejj1NhMqCPdWWedxdq1a0lPT2/0nCSoIYQQQghxdJCZGkIIIYQQ4qhw9dVX89prr3HNNdewY8cOevbsyR9//MFTTz3F2LFjGT169CE79qmnnorJZOKyyy7j/vvvx+Fw8MYbb1BSUhLQLjg4mOeff54bbriB0aNHc+ONNxIXF8fWrVtZtWqVfxZBfV27dmXhwoWMHj2a4cOH88svv+wzfdVFF13Eo48+yuOPP87GjRu5/vrrSU9Px26389dff/Gf//yHSy65hNNOO41TTz2VMWPGMHHiRMrLyxk6dCirV69m0qRJ9O3bl6uuusq/36uuuopHH32Uf//735x88smsX7+eV199lbCwsBbdR2VlZYwcOZLLL7+cLl26EBISwtKlS5k9ezbnn3++//6ZPn0611xzDcXFxVx44YXExsZSUFDAqlWrKCgoCJgx0BrPPvssAwcO5PHHH+ftt99u8WMG0LNnT7755hveeOMNTjjhBHQ6nX8myP7q3r07l112Gc8//zx6vZ5TTjmFdevW8fzzzxMWFoZOV3d92cCBAznrrLPo1asXERERbNiwgQ8//JDBgwfvczZOeno6H374IVdccQUnnngiEyZMoHPnzuTl5fHuu+/y008/ce+993LJJZcEbKfX67n66qt54YUXCA0N5fzzz2/wOL/88sucdNJJDBs2jFtvvZXU1FQqKirYunUr33//vb9ey9FkypQpzJ07lyFDhnDnnXfSuXNnHA4HO3bs4Mcff+TNN99sUeo4IYQQQgjRtiSoIYQQQgghjgoWi4V58+bx8MMP89xzz1FQUEBSUhL33nsvkyZNOqTH7tKlC19//TWPPPII559/PlFRUVx++eVMmDChQT2M66+/nsTERJ599lluuOEGNE0jNTWVa665psn9p6Wl+QMbw4YN49dffyUtLa3J9lOmTGH06NFMnz6dhx9+mMLCQqxWK927d2fChAncfPPNgG+2wnfffcfkyZN57733ePLJJ4mOjuaqq67iqaeeCpjFcN9991FeXs6MGTOYNm0aAwYM4IsvvuCcc85p0X1ksVgYOHAgH374ITt27MDtdpOcnMzEiRMDiqBfeeWVJCcnM3XqVG6++WYqKiqIjY2lT58+DQqat8aAAQO46KKLeP/993nwwQdb9Zj93//9H+vWreOhhx6irKwMTdNaNNOmOe+99x4JCQm88847vPjii/Tp04cvvviC008/nfDwcH+7U045hZkzZ/Liiy9it9tJSkri6quv5uGHH272GBdccAFdu3Zl6tSp/vRVISEhDBgwgB9++CGgqHZ91157LU8//TQFBQX+AuH1devWjeXLl/P444/zyCOPkJ+fT3h4OB07dmxyn0e6hIQEli1bxuOPP85zzz3H7t27CQkJoUOHDpx++unNpn8TQgghhBBHBkU7GJ/WhRBCCCGEEEI0a9GiRQwdOpSPP/6Yyy+/vK27I4QQQgghxFFHghpCCCGEEEIIcQjMnTuXxYsXc8IJJ2C1Wlm1ahXPPPMMYWFhrF69GovF0tZdFEIIIYQQ4qgj6aeEEEIIIYQQ4hAIDQ1lzpw5vPTSS1RUVBAdHc0ZZ5zB008/LQENIYQQQggh9pPM1BBCCCGEEEIIIYQQQgghxFFB19YdEEIIIYQQQgghhBBCCCGEaAkJagghhBBCCCGEEEIIIYQQ4qggQQ0hhBBCCCGEEEIIIYQQQhwVjrtC4aqqkp2dTUhICIqitHV3hBBCCCGEEEIIIYQQQojjnqZpVFRUkJiYiE7X9HyM4y6okZ2dTfv27du6G0IIIYQQQgghhBBCCCGE2MuuXbto165dk+uPu6BGSEgI4LtjQkND27g3QgghhBBCCCGEEEIIIYQoLy+nffv2/jH8phx3QY3alFOhoaES1BBCCCGEEEIIIYQQQgghjiDNlY2QQuFCCCGEEEIIIYQQQgghhDgqSFBDCCGEEEIIIYQQQgghhBBHBQlqCCGEEEIIIYQQQgghhBDiqHDc1dRoKa/Xi9vtbutuCCGEEEcFo9GIXq9v624IIYQQQgghhBDiGCdBjb1omkZubi6lpaVt3RUhhBDiqBIeHk58fHyzBb2EEEIIIYQQQggh9pcENfZSG9CIjY3FZrPJwIwQQgjRDE3TsNvt5OfnA5CQkNDGPRJCCCGEEEIIIcSxSoIa9Xi9Xn9AIyoqqq27I4QQQhw1rFYrAPn5+cTGxkoqKiGEEEIIIYQQQhwSUii8ntoaGjabrY17IoQQQhx9at8/pSaVEEIIIYQQQgghDhUJajRCUk4JIYQQrSfvn0IIIYQQQgghhDjUJKghhBBCCCGEEEIIIYQQQoijggQ1xBFvx44dKIrCypUrAZg/fz6KolBaWtom/ZkxYwbh4eFtcmwhhBBCCCGEEEIIIYQ4nklQ4xDxqhqLM4v438o9LM4swqtqbd2lJs2aNYsRI0YQEhKCzWbjxBNPZMaMGW3drQOSmpqKoigoioLVaqVLly4899xzaFrrHofU1FReeumlgGWXXHIJmzdvPoi9FUIIIYQQQgghhBBCCNEShrbuwLFo9tocHvt+PTllDv+yhDALk8Z14/QeCW3Ys4amT5/OXXfdxcSJE3n99dcxmUz873//45ZbbmHt2rVMmzbtkB3b7XZjNBoP2f6nTJnCjTfeiMPh4JdffuHWW28lNDSUm2+++YD2a7VasVqtB6mXQgghhBBCCCGEEEIIIVpKZmocZLPX5nDrR8sDAhoAuWUObv1oObPX5rRRzxratWsX99xzD3fddRdPPfUU3bp1IyMjg3vuuYfnnnuO559/nr/++gtVVWnXrh1vvvlmwPbLly9HURS2bdsGQFlZGTfddBOxsbGEhoZyyimnsGrVKn/7yZMn06dPH959913S0tIwm81omsbs2bM56aSTCA8PJyoqirPOOovMzMwDPr+QkBDi4+NJTU3lhhtuoFevXsyZM8e/PjMzk3POOYe4uDiCg4M58cQT+eWXX/zrR4wYQVZWFnfffbd/1gc0TD9Ve14ffvghqamphIWFcemll1JRUeFvU1FRwRVXXEFQUBAJCQm8+OKLjBgxgrvuuuuAz1MIIYQQQgghhBBCCCGOFxLUaIamadhdnhb9VDjcTJq5jsYSHNUumzxzPRUOd4v219pUSa311Vdf4Xa7uffeexusu/nmmwkODubTTz9Fp9Nx6aWX8vHHHwe0+eSTTxg8eDBpaWlomsaZZ55Jbm4uP/74I//88w/9+vVj1KhRFBcX+7fZunUrX3zxBV9//bW/RkZVVRUTJkxg6dKl/Prrr+h0Os477zxUVT0o56lpGvPnz2fDhg0BM0MqKysZO3Ysv/zyCytWrGDMmDGMGzeOnTt3AvDNN9/Qrl07pkyZQk5ODjk5TQekMjMz+e6775g1axazZs1iwYIFPPPMM/71EyZM4M8//2TmzJnMnTuXhQsXsnz58oNyfkIIIYQQQgghhBBCCHG8kPRTzah2e+n2758Pyr40ILfcQc/Jc5ptC7B+yhhspkP3EG3evJmwsDASEhqmxDKZTKSlpflrR1xxxRW88MILZGVlkZKSgqqqfPbZZzz00EMAzJs3jzVr1pCfn4/ZbAZg2rRpfPfdd3z11VfcdNNNALhcLj788ENiYmL8x7rgggsCjv3OO+8QGxvL+vXr6dGjx36f38SJE3nkkUdwuVy43W4sFgt33nmnf33v3r3p3bu3//YTTzzBt99+y8yZM7n99tuJjIxEr9f7Z3zsi6qqzJgxg5CQEACuuuoqfv31V5588kkqKip4//33+eSTTxg1ahQA7733HomJift9bkIIIYQQQgghhBBCCHE8kpkax6jg4GD/zy233LJf+9A0zZ9yqW/fvnTp0oVPP/0UgAULFpCfn8/FF18MwD///ENlZSVRUVEBx96+fXtAKqmUlJSAgAb4ZjlcfvnlpKWlERoaSocOHQD8Myb213333cfKlStZsGABI0eO5OGHH2bIkCH+9VVVVdx///1069aN8PBwgoOD2bhx434dNzU11R/QAEhISCA/Px+Abdu24Xa7GTBggH99WFgYnTt3PoCzE0IIIYQQQgghhBBCiOOPzNRohtWoZ/2UMS1q+/f2Ysa/t7TZdjOuPZEBHSJbdOz9VZvaCSA0NLTRNp06daKsrIzs7OwGswZcLhfbtm3jlFNO8S+74oor+OSTT3jggQf45JNPGDNmDNHR0YBvpkJCQgLz589vcJz69SeCgoIarB83bhzt27fnrbfeIjExEVVV6dGjBy6XqxVn3FB0dDQZGRlkZGTw9ddfk5GRwaBBgxg9ejTgC3r8/PPPTJs2jYyMDKxWKxdeeOF+HXfvgueKovjTZ9WmEasNENU61OnFhBBCCCGEEEIIIYQQ4lgjMzWaoSgKNpOhRT/DOsaQEGZBaWpfQEKYhWEdY1q0v70HwVujdjA/IyOD2NjYRttccMEFGAwGnn/++Qbr3nzzTaqqqrjsssv8yy6//HLWrFnDP//8w1dffcUVV1zhX9evXz9yc3MxGAwBx87IyPAHPhpTVFTEhg0beOSRRxg1ahRdu3alpKRkv8+7KREREdxxxx3ce++9/mDCwoULGT9+POeddx49e/YkPj6eHTt2BGxnMpnwer0HdOz09HSMRiN///23f1l5eTlbtmw5oP0KIYQQQgghhBBCCCHE8UaCGgeRXqcwaVw3gAaBjdrbk8Z1Q6/b/2DFwZScnMzUqVN56aWXePjhh9m4cSOZmZm88MIL3H///dxzzz0MHDjQ375Dhw4MGTKE66+/Ho/HwznnnONfN3r0aAYPHsy5557Lzz//zI4dO1i0aBGPPPIIy5Yta7IPERERREVF8d///petW7fy22+/MWHChENyvrfddhubNm3i66+/BnyBn2+++YaVK1eyatUqLr/88gbFyVNTU/n999/Zs2cPhYWF+3XckJAQrrnmGu677z7mzZvHunXruO6669DpdAcUuBJCCCGEEEIIIYQQQojjjQQ1DrLTeyTwxpX9iA+zBCyPD7PwxpX9OL1Hw6Lcbenuu+/m22+/ZeHChfTv358ePXrwySef8MYbbzBt2rQG7a+44gpWrVrF+eefj9Vq9S9XFIUff/yR4cOHc91119GpUycuvfRSduzYQVxcXJPH1+l0fPbZZ/zzzz/06NGDu+++m+eee+6QnGtMTAxXXXUVkydPRlVVXnzxRSIiIhgyZAjjxo1jzJgx9OvXL2CbKVOmsGPHDtLT0xvUAmmNF154gcGDB3PWWWcxevRohg4dSteuXbFYLM1vLIQQQgghhBBCCCGEEAIARTvOEvuXl5cTFhZGWVlZg1oTDoeD7du306FDhwMebPaqGn9vLya/wkFsiIUBHSKPmBkaou1VVVWRlJTE888/z/XXX9/W3RFCiIPiYL6PCiGEEEIIIYQQ4viyr7H7+qRQ+CGi1ykMTo9q626II8SKFSvYuHEjAwYMoKysjClTpgAEpPASQgghhBBCCCGEEEIIsW8S1BDiMJk2bRqbNm3CZDJxwgknsHDhwn0WURdCCCGEEEIIIYQQQggRSIIaQhwGffv25Z9//mnrbgghhBBCCCGEEEIIIcRRTQqFCyGEEEIIIYQQQgghhBDiqCBBDSGEEEIIIYQQQgghhBBCHBUkqCGEEEIIIYQQQgghhBBCiKOCBDWEEEIIIYQQQgghhBBCCHFUkKCGEEIIIYQQQgghhBBCCCGOChLUEEIIIYQQQgghhBBCCCHEUUGCGuKwmzFjBuHh4Qdtfzt27EBRFFauXHnQ9nmkUBSF7777rq27IYQQQgghhBBCCCGEEEcEQ1sefPLkyTz22GMBy+Li4sjNzW1ymwULFjBhwgTWrVtHYmIi999/P7fccsuh7uoxx+V14dW8oMGcX+Yx/aWXWL5sGY5qBympKYwZM4b77r2PpKSkg37sSy65hLFjxx70/baF+s9hRVGIj49n5MiRPPPMM7Rv375V+/nuu+8aBGZycnKIiIg4mF1uFdXlAq8X0MBdDaoHdAYwWgEF9Hp0JlOb9U8cOeq/plS7vXhUDYNOwWrU+54qih6TXp4rx7sNWXnkllSgqh4K9izC5SzCZI4iJmkIOp2B+IgQuqbEtXU3RRtbte5vcvN3o7o8FC3egreiGn2IlajBHdGZDMTHtqN39wFt3U3RxhZtWcGugj3g9hD8xyysVflUB8VSedJZYDTQPiaJIR37tnU3RRurKHbgqHTjVb1sLN5IiaOECEsEXSK7oNfpsQQbCYm0tHU3RRsrL8ynurwcTVVxrN+At6QEfUQElm5dUXQ6rKGhhEbHtnU3RRuT54loCXnfEeLwadOgBkD37t355Zdf/Lf1en2Tbbdv387YsWO58cYb+eijj/jzzz/517/+RUxMDBdccMHh6G7z5j0NOj2cfH/DdQumguqFkQ8e/n7V4/K62FqyBQ344v0veOL+Jzj7krN5/t3nSWqfRM7uHL7/YiZTn5vKyy+9vH/HcLkwNTLY7Xa7sVqtWK3WAzyLI0ftc1hVVTIzM7ntttu4+OKLWbx48QHvOz4+/iD0cP+oLhfOLVtA05pupCiYO3aUwMZxrv5rSlMUICOiowQ2jmMbsvIY++ZSNE2pWRJX8wOQCYCiaPx4y4kS2DiOrVr3N99+Pgt09SYThxgAN1sXr/fdVlfCJUhg4zi2aMsK/nz033QKLuCUuExCjC4wAW6omPM/fstL58/KGHh8igQ2jmMVxQ4+evgPVK1+cgIz2dhZx3IAdIrKlU+eJANMx7HywnzmX3g+Gipb4yIbrM/IK0ZBx4ivvpEB6+NYeWE+b99xE5rqabKNojNww/T/yvPkOFZR7ODDhxaiUX9cM/B9R8HLVU8Nk/ed491RMHZ8NGjz9FMGg4H4+Hj/T0xMTJNt33zzTZKTk3nppZfo2rUrN9xwA9dddx3Tpk07jD1uhk4P8570PQnrWzDVt1zXdNDmcPFqXjQgNzuXpx96mituvIInXnmCAUMHkJScRP8h/XnspSk88MgDgG8WQZ8+fQL28dJLL5Gamuq/PX78eM4991yefvppEhMT6dSpkz8t1BdffMGIESOwWCx89NFHjaafmjlzJv3798disRAdHc3555/vX9dYCqbw8HBmzJjR6Pk1tv/vvvsORVH8t2vP6d133yU5OZng4GBuvfVWvF4vU6dOJT4+ntjYWJ588slm78/a53BiYiLDhg3jxhtvZMmSJZSXl/vbTJw4kU6dOmGz2UhLS+PRRx/F7Xb7+/vYY4+xatUqFEVBURT/udU/99r785tvvmHkyJHYbDZ69+7dIHjy1ltv0b59e2w2G+eddx4vvPDC/qX78nr3HdAA33qvt/X7FseU2teUfdFq2onjV25JRb2ARuM0TSG3pOIw9UgciXLzdwcGNBqj0/naiePWroI9dAou4OykDQQbXAHrgg0uzk7aQKfgAt9MDnHcclS69wpoNKRqOhyV7sPUI3Ekqi4vR0OlU24JGXnFAesy8orplFuChkp1ve924vjjm6HRdEADQFM98jw5zjkq3XsFNBrS0Mv7jjgqxo6PBm0+U2PLli0kJiZiNpsZOHAgTz31FGlpaY22Xbx4MaeddlrAsjFjxvDOO+/gdrsxGo2HrqOuqqbXKXow1kRZT74fvC7fk9DrgpPuhj9ehN+fg+H3wZA7WrZfU9DB6XdjakYf58ycg9vl5rrbr2u0WXhYeKt2++uvvxIaGsrcuXPR6g2GT5w4keeff5733nsPs9nMnDlzArb74YcfOP/883n44Yf58MMPcblc/PDDD6069v7IzMzkp59+Yvbs2WRmZnLhhReyfft2OnXqxIIFC1i0aBHXXXcdo0aNYtCgQS3aZ25uLt988w16vT5g1lFISAgzZswgMTGRNWvWcOONNxISEsL999/PJZdcwtq1a5k9e7Z/1lJYWFiTx3j44YeZNm0aHTt25OGHH+ayyy5j69atGAwG/vzzT2655RaeffZZzj77bH755RceffTR/byHmhumruGqAr3q+z9QdL7BKEUPyr4HL8UxpIVPlRa3E8cktZkvgrUc1VVUlZej0+kwGOo+prhcvoFLo9HoD1J7vV68Xu8BtXW73WiahsFgQFczmK6qKh6PB0VRAj5bHAltPR4PqqoGvM+0pq2maf6gev0ZlQezbWP3e0vbOivttIS7uIrK3AL0BgNmm9m/3F7u+1xlMJpQau5Lr9eD6vGg0+uxBFn2r22lHVQNvdFU9xh5vXg9bl/KiWDrfrV1VDpQVS96gxFdvcfT63ahKDqsIS1ri6JgC7HVtbU7UD1edAYDer2h1W01VcXj9v0fWUNs/sfIWe3E6/ag0xvQG/ajrabhcTkBsARZ0el994/L4cLjcre4rbewlFPiamd4EUBRfNdcjIzbxk/ulr3uiGOTV23ZxRQtbSeOTZpaN0OjU24JoXYn22IjiK600ym3hM3xEWyNi8Q+7X1UzUtqdBSdYn3vO+XVXpZsz0On0xMf2cO/z9KKndidJbSPjKBrvO913O708kdmHoqikBDVy9+2rHI3VY4iEiPC6ZHge212uFV+3+JLyZ0Q1RNF8b3+lVdlU1ldQHxYOL2SfG09qsZvG3MAiI/sga5mIKzCnkuFPY+YkFD6tg/2H2/uhmw0DeIiu6HX+T4zVFbnU16VQ2RwCP2TQ/xtf92Yg1fViI3ogkHvO+eq6kLKqvYQbgtmQGqov+38TXm4vF5iwjthNNScs6OY0spdhFiDGNyh7vvtgi0FON1uosMyMBl94x7VzlJKKrIIMlsZml6XfvmPrYXYXS6iQtMwm3x9c7jKKS7fjtVkYVhG3eyaRduKqHQ4iQxNxWLyHc/prqCobBsmg4kRnaL9bf/aXkxZtYOIkGSsZt/xXG47hWVbMOiNnNK57mLbpVml5JcV0hKaqraonTg2yfuOaLHaGRrzngRnJZw2pS6gMfLhxmdwiAbaNKgxcOBAPvjgAzp16kReXh5PPPEEQ4YMYd26dURFRTVon5ubS1xcYEqKuLg4PB4PhYWFJCQkNNjG6XTidDr9t8v3N3L+VGLT6zqeBld8WXd78Wu+378/5/up9ftzkLUYrq03YP9ST7AXNdzn5LL962cLVLt9L6BZ27IIDgkmJr7x2THVbi/WVsSJgoKCePvtt/0DHzt27ADgrrvuCph5sbcnn3ySSy+9NKC+Su/evVt+4P2kqirvvvsuISEhdOvWjZEjR7Jp0yZ+/PFHdDodnTt35tlnn2X+/Pn7DGqsWbOG4OBgVFWluroagDvvvJOgoLrA1COPPOL/OzU1lXvuuYfPP/+c+++/H6vVSnBwsH/GR3PuvfdezjzzTAAee+wxunfvztatW+nSpQvTp0/njDPO4N577wWgU6dOLFq0iFmzZrX+DnJXt6xZdg6KXsNo81LzeRtN880yQVcT6FBqAh26en8ruibW11sWsF4ngZIjVO1rSnNK7C6MwWYM+jafJCjaQMGeRdSlm2raHz//h79+jsVYUoAlN8u/vKJzX9DpCdq6Gl3NAKorIhZnfDKGsiKs2dv9bSs79kYzGLFlrkXvcvjahkfjTEjFUFGCdXdmXdv0nmgmM7bt69E7fAPq7tBIHElp6CvLse3a7G9bldYd1WzFmrUJg903o8QdHI6jfQY6eyVBWRvr2qZ2RbUGYd21BUOl7z3dExRKdXIndA47QdvX+9vakzvjDQrBsjsTY0WJr601mOrULiguB8GZa+vats/AGxyOJXs7xjLf5wev2Yo9rTuK20Xw1tX+ttVJaXhCIzHnZmEqKQBANZqpyugJXg8hm1fWtU1IxRMejTlvF6biPF9bg5Gqjr1BUwnZuNzf1hGXjDsyFlNBNubCbAA0nZ7Kzr40P8Eb/kGpiWI6YtvhjorHWJSLpWZ2hYZCZdcTfG03rUCp+WLnjE7EFbOPz1v17J69if988Tk2LYkRq3/3L/+xd2fAgyn0enR634CGx7EcT/V8LCRyyqqF/rY/9e6OhgNT6NXo9L6BDo9zNR77L5hIYPSqP+ra9umFplVhCrkcncH3Xu11bsBt/wmjEsepKxf52/7cpy9erRxj8EXojb76Wl7XVtxVM9HrYhizYom/7Zze/fFQgjH4XPRG30U9XncW7sqv0ekiOX3FUn/bub1PxE0xxqCz0Js6+R4jzx5cFZ+j6MI4Y0XdY/Rrr4E4lUIMtjEYzN1r2ubjqvgIlCDGrqx7nszrOYhqXQEG6ykYLH18bb0luMrfA8XMmNVb0au+/7kFPQZRpS/AYB2GwXIiAJpagbPsLUDH6PU5mNyVAPzRbRDlxgL0lkEYrUNq2jpwlr0OwMmbSghy+K6KXtx1ICWmQvTmEzDaTva11bw4S31pUIdk2gmv9A3a/dV5ANbITEJSAmdo1KcoEGp0Mnz+Q+BeCZHpEJXu+x0cK58njhMbizc236imXXxqyy5gEscex/oNoGlUWEy49Driy+3EldtRgM1xEf6AR05ZIZpnF+qeeCI3/wlAYWgcuR2CQTFT7B3p36er6h9U13o8OYnEfO173ymzRZDbMRLQUaKO8rd121fjda7GmZdE/De+9zO7yUZuV9/YRok6EkXR17Rdj9e5GntBOxK/WwCAR6cnt2dqTdthKIov+OCu3oLXsZqKwiTaz6x7n8zp3RFQKfEOQtH5gh0exw481aspK0oi9fu6tnt6dwVcFHtOQKePqGm7B0/1akqKE0n7oe49dVefHmhaNcXu3ugMvvEFjzMPj301RUo8HX/8s17bPqhaBcXubv62Xlcx7qrVGJQ4Os/+xN82q3c/vJRR5OqI3ljT1l2Bu3I1Ol00XX/+1N92R+8T8VBMkTMVvam2bXVN2wgK537ub7u91wBcShFFziR/W9WTg6tiNYoSSuEvX9RrOxCH0rKghmP9Bsjo1KK24tiztnBt842Q9x1R4+T7wW33XQj/1xu+C+MloNEqbRrUOOOMM/x/9+zZk8GDB5Oens7777/PhAkTGt1G2etLSO2MgL2X13r66acbFCM/HgQH112NceWVV/Lmm2/6b3tU332maVqT91v9di3Vs2fPRuto9O/ff5/brVy5khtvvLFVxzoYUlNTCQmpuxIlLi4OvV7vv6qydll+fv4+99O5c2dmzpyJ0+nkf//7H19++WWDtFVfffUVL730Elu3bqWyshKPx0NoaGgTe9y3Xr3qruypDeTl5+fTpUsXNm3axHnnnRfQfsCAAfsX1GjhVdWqVwGvgjEE0FRAw+PQ4XXoMFhUDFZPQFtFp+3/WEJAQKR+AGSvgElzwRP/9jK4fjC09LWiqMpFYUU5JoMOm9GA1aTHZtJjMerR62SA6VjnchbRkqBGiMWIw3Ho+yOObjpFpn4dz/ZOOdWUBG2P74tifaZgiEyrC3LU/22LkoDHMaTEUQKYW9hOHK/cmzczYFsO0ZW+C7o0fLXgNCAnou47dYTOjBqUQWJCBOEnXOpb6NQIzy1Fp+iJs2X725ZqIVQbM0iIjyC8r6+twa0Rnl2KgkJ8vbZl2LAbMkgIDie8t6+txasRvrsUgHhbTt1MDcVClSGDOFsY4T19bT2qRvguX9s4Wx46xTfEU6EYqdRnEG0NJfyyS+vOI6sUDY1YWyF6ne+Cz0qdjgpdBpGWkIC2UTvL8GoqMbYSDHrf/VOlh3JdBmHm4IC20bsqcKseooPKMOp9szHtepUyJYMQU1BA25jdlTi9bqJslZgMvvui2uCmlAxsRltA29g9VVR7Yoi02TEbfW0dbgclWgYWvTWgbXy2nUp3JBFBTiw1bZ1uO8VaBia9ObBtTjXlrgjCbR6sJl9bl6eSIjUDg85E+GWd/W0Tch0UlBuo9OTSHG+JvJ4cb1RV5a/NK5hb8gOLVi1nHHc2u4287wi/0ZNh0XRfQENvkoBGK7V5+qn6goKC6NmzJ1u2bGl0fXx8PLm5gW8k+fn5GAyGRmd2ADz44IMBAZLy8nLat2/f+s49lN30OmWvXGf3ba1LOaU3+Z6cw+/zpaLaexD1rjWt70sLrFy50v/33oPnhprBw9T0VCrKKyjILWh0tkZtO51OF5BOCvCnjaiv/syEliyv1VzRcEVRWnT8Wi3t797pyvZO21G7TG1mCqnJZCIjIwPwFQ3fsmULt956Kx9++CEAS5Ys8c9EGTNmDGFhYXz22Wc8//zz+9xvU+r3sTYoVdvHxgJVe98XLaZr2cuDIToCxWBBia75H9RUtN270arLfVdDRoSC6kXzenBu9/0fWZKjUVBBU1EdLjSvimIAnU7zFUTSVNBqf9e7/+vfPigzNpXmZ4w0OXukifXH4WCIoYUBCaNOxaWCy6Pi8rgorZkMpABmox6bUe8PdJiNenTH4X15LDOZG3+f3luK2plBnh7EPtoLU3Bd+h9JP+VzNKWfUlWNrfllrN1VyvrcSpblVLAppwKX14ve7nst97bvDSjEh1pon7Cbrmvno4Zl0JxC205m9cqlIutCXkoe4+ujQUffWCu9ksLpkhpF7+QIwiwmvN6+qJ5rGqSUat9o+qm+qJ4rGrZtNKVUP7yeixuklGq67XkN2qY0mlLqBLzusxqkn2q67ekNUkqlNJl+alSL2vpSSg0HAlNKpTaZfmpIy9pqGh6Xb4ZH/ZRSHWrST1VU5bF79yIKCmLYuXs3JXm9ycj4i6r4nax3K/ynwESoupJbdzadprO+9bredDvhRCjKhOJMKN0FrkrIXe372Zs5DKLSGgY7ItPA1rCAsDiyRVgiyKb5lHYRlohm24hjk6e4GM+MD4j2ePAqCqU2M1FVDlR8xUcTSiv9MzVGXjSS1LPPCdg+AejaiuN1bEXb6w9R28YTTzdufCvaXt2Ktle2ou3lrWh7SSvaXtSKtucDO2b+j68/fqvZtvoIeT05Xuwq38XMNT9R9VUURqeVb/v/j0E7opvfEHnfOa6pXlj4AsR0hm5n1xQF99SNHS+YKoGNVjiighpOp5MNGzYwbNiwRtcPHjyY77//PmDZnDlz6N+/f5P1NMxmM2Zz81foNKs1NS4Wv+YLaNROG6rNi9ZY1O0Q1c6oHWRvjNXo+yJ86rhTefHxF3n31XeZ+MTEBu2cVRVgCyYmJobc3NyAAfP6QZMD1atXL3799VeuvfbaRtfHxMSQk5Pjv71lyxbs9qa/oMTExFBRUUFVVZU/oHIw+9ucRx99lE6dOnH33XfTr18//vzzT1JSUnj44Yf9bbKysgK2MZlMeA9Cwe0uXbrw999/ByxbtmzZ/u3MuO9gUy19WAQ6a93gCIoOY2IShugYMBig5n9TczhQ9L5aG0poXZotT8VuvKWlGOLi0EX7gmua14snLx/FbEIfGYlSG8zQvKCqgUEPtV7wY+/16l7Bkdq2/uIOmm/9wSx23mBGSFPptFqajuvIn01S+5rSLEMhaSGxaPpwql1e7C4v1W4vbq+Kw+3F4fZSO/agUxQsRl+Aw2rSYzXqMRt0+5xdJo5sMUlDgMxm21l0GQSnRRIUHe5fVvHHHkztQzAlhwQ8B5rKkGi0WBoua0VbaPza3iOibaMtW9fW1MjFBAfaVtM0CpywelcpK3eXsnpXGWv3lFHh3HvWn56wIAu92oXRp304vdqF07tdGLGhFqrcVVz/2nd0KW2iM/XkdDHQIakPI3sPZ+mOYv7JKqHcNJfFLjO/r+oFK3xpIjrFBdM/NZITUyPonxJJO6vV/xwKttn2dYgAh6qt7Shraz3IbQsLt7J9+88UFy/Bq27EbPalo1q99VzKXCacwU5cxo549LF0jjoBc/U3xId1oDT9VCrm3UuwwdXotQSaBhUeM2tOm0C3k8+tW+FxQsmOuiCH//c2KN8NzjLIXuH7aXBCETVBjoy6QEdt4MOyf7NvxaHVJbIL61jebLui997D2bUHZmtws23F0a/+d1pDZCTmM04n6/d52I0G0grL/DU0aouEAxQG2/DOm4966mnomrkgTxybLN1aFr5qaTtxdMovKWLu2vnMrviOlQUrQYPL1EcxoXBOxCWcdO4ANs1ovq5Kl8guh76z4shTng3f3AQ7FoIlDPYshz9fbDh2DBLYaKE2DWrce++9jBs3juTkZPLz83niiScoLy/nmmuuAXyzLPbs2cMHH3wAwC233MKrr77KhAkTuPHGG1m8eDHvvPMOn3766b4Oc3g1VtilfgGY+rfbSs2Xv4SkBCY+PpEnH3iSyopKzr74bJKSk8jNzuX7L74nITKBl198mREjRlBQUMDUqVO58MILmT17Nj/99NN+p0/a26RJkxg1ahTp6elceumleDwefvrpJ+6/33c/nXLKKbz66qsMGjQIVVWZOHHiPovCDxw4EJvNxkMPPcQdd9zB33//zYwZMw5KX1siLS2Nc845h3//+9/MmjWLjIwMdu7cyWeffcaJJ57IDz/8wLfffhuwTWpqKtu3b2flypW0a9eOkJCQ/QrG3XHHHQwfPpwXXniBcePG8dtvv/HTTz/t50BwS7dp2E7R61H2+sCvs1gwd+niCzTUb2s0orNY0NU7X83pwlNchGIwYIiKqpkNpcedV4zmcKCPikIf7LtKs7kUdI3yBzmaCHr4AyZN/B0QPKm5vfe+OVjFSRubTdLYjJHm1tefUXKQAwMt3J2GhtlgwWg2EmKpd5W6V/UFOFwef6DDq2rYXR7srrr7Ua9TsNabzWE1GjDqFQl0HCV0LZz9FX56GlHdOvhve8qclP2wDTTQR1kI6huLrW8shigZVGhLJVUuVu0uZdWuMlbvLmXV7jIKK50N2lmMOnomhdGrXbg/kJEc6buav8xZxrxd84gNPReAIGMQF3W9mDWLtzV7/LM6j+PUEeeiU3TcMCyNanc1J3/xCNUeOyd36MG2XUFsK6xic14lm/Mq+eSvnQDEhZp9QY6UCPqnRtIlPkTq/BwmmqZRUlJCVlYWe/Z8i17/PSazL/WJwVj3pcTpiEbXGX6u+Jlukd245qyP/Pv4X59ribRE8syvX/NbXjpnJ22oqeNV/zi+3/Py0sC41+uOwey7Mi6mMw24q6F4e8NgR3EmVORAdQnsWeb72VtQTOCsjtpgR2QamGWgvK3odS276KL94u08+9z5XP1//yU1LPXQdkq0Kfs//5D3zLMkPPEEls6+uge2m26gfOmfAUXBgYDi4an6Mlxb97Bj61YSn38eSyepmXC8UXQt+6zQ0nbi6OH2ulm4ZyG/LFpE/IIBlJtdrOyzEp1Ox6DEQfTWChh63qmEh59Bwc4KNrG02X229P1JHEM2/gj/+5fv86QxCDqcHBjQgCNv7Pgo0KZBjd27d3PZZZdRWFhITEwMgwYNYsmSJaSkpACQk5PDzp07/e07dOjAjz/+yN13381rr71GYmIir7zyChdccEFbnUJDqrfxwi61t9WDeEX4ftIren+e0Euvu5SU9BRmvDaD/xv/fzgdThLbJ3LyaSdz8+2+XIBdu3bl9ddf56mnnuLxxx/nggsu4N577+W///3vQenPiBEj+PLLL3n88cd55plnCA0NZfjw4f71zz//PNdeey3Dhw8nMTGRl19+mX/++afJ/UVGRvLRRx9x33338d///pfRo0czefJkbrrppoPS35a45557GDp0KH/99RfnnHMOd999N7fffjtOp5MzzzyTRx99lMmTJ/vbX3DBBXzzzTeMHDmS0tJS3nvvPcaPH9/q4w4dOpQ333yTxx57jEceeYQxY8Zw99138+qrr7b+JLSmU3z5KQroW/6GrDTS3hgXB3F75dnX6zBER7P3aLlaVYVqt6MLq0s7oTkcOLdtR2ezYu5QNxCqOp2+D5UGQ8NBb//Af4u7vm+aVi/A0dTskX0sayy4clhmk7Qg3dY+C7j7ftd/TWnykEA7awxGc10dmyp7IVZLBEa9njCrjjBrzaweTcPlUal2+2Zz2F2+WRxeVaPS6aGy3pXfBr0uIG2V1aiXAcojVHxECIqioWlNB6EURSM+IgSdqd7rhEfF1jeW6rWFeIsclP+yk/JfdmJKDcXWNxZbz2h0tqYD3eLA2V0e1u4pZ9WuUl8gY3cpu4qrG7TT6xS6xIfQq104fdr7AhkdY4Mb/Z+scldx/v/OJ786n/igeAYl+IolZrTrwhp1q+91pwmKqhEf2w5dvZlsGhq39fkXS3OX8sopF6FTdBRWOnnx73dYkbcSb+lQMnfFkFfu5IfVOfyw2jcDNMikp1+KbxbHiakR9EkOx2Y6oiYyH7VUVWXPnmXs3PUr5WXLyMpKJzfXN3sjKmo33bqXo2kKTmcsHn1nQiP60a/zBYSFJXJCVR6ffP0rLs2F3W3HZvRtF2mJRNM0Frgt6CtjmLkHTonLJMRYV2OjwmNmXl4amytjGBqT1PIOG60Q1833szdnJRRvqxfw2FYX+KgqqPvZtaThtsHxDYMdtbdbOCtW7B9LsBGdoqJq+3g9wcOKzi6+TC5k1qyLeWTQI5ydfvZh7KU4HNy5ueQ/N43yH34AoOCVV2j/mu/7kS0iAgVdQECjVu3tIKeH9jojzi1b2XHRxcQ9+ADhl1wiF9YcR6yhoSg6A9o+6k4qOgPWg3Thp2hbqqqyaOUKFmb/zo+V31DqLMXoNXO10h+DUc89Pe7njA7D8b74FmVfvYq7UoM7bscSbETBi0bTYyQKXizB8t3luOF2wNx/w9//8d1O6A0Xvgerv4D4nkf02PHRQNH2O+H+0am8vJywsDDKysoazDRwOBxs376dDh06YGkiFcSxwuV14dW8oOFL/+Iso9Bbig4INiRRUuVFrxjoGBuCySADhEezG2+8kY0bN7Jw4cKWb6SqULgJ1enAqwWhegwYo0J9g+s6Q82XcF+AQtdIcfhDxVtVheZwoAsJ8R/XW1aGa9cudFYb5vQ0f1vntm2odjvGdu0whIf7TsvtRq2qQmc2H/lTxzWtiXRbTc0YaUE6rkNGQVN0aIpvVomKgoovAKLT+wIfiq4mV3tNIMTlcZDrLEEPxAcloDcF75WOa6+AlqbhdHuxu73+1FVOt4rWSChFCpG3nebeRzdk5ZFbUoGqeijYswiXswiTOYqYpCHodAbiI0LomtJ4MXHV5aV6XRH25Xk4t5b6o2gRF3YkqH98o9uI1nN5VDblVrBqd6lvBsauMrbkV6A28mkxLTqIXu3C6F2TRqp7YiiWlqajA5766ymW5CxhypAp9Int41++at3f5ObvRnV5KFq8BW9FNfoQK6mx3QjeZcJsNtPp3uHog5t//zl/5vlsKdnCY0Me44yUc1i1u5S/txewLKuUFVkN02PpdQrdE0P9QY4TUiOIDTm2PxMeLF6vm507F7N7929UVC5Hp8vEaHT412ft6MXu3X1JSkoiJSWG2NhK0tJOY07O7zzz9zOcnno6U4ZO8bffWb6T9iHtGx00LHN7mLRkASfq7Bg8XoL/mIW1Kp/qoFgqTzoLjAbaxyQxpGPfQ3/ijvLGgx1FmVBdvO9tQ5MaL1gekeqbVSIOWEWxA0elG6/qZWPxRkocJVT8bqNih5fUnlEMv6wzdnMZD/7xIEtzl2J1aNy/NpUxj79LSHhsW3dfHCDV6aT4vfco/M9/0aqrQVEIv+giYu76PwyRdQGM8sJ8qsvL0VQVx/oNeEtK0EdEYOnW1VcLKTQUm85A9oMPUrXgdwBCTj2VhCceR1/vYitxbGv4PClm7bdz2GquAHSc/+AzdOjTSGBcHDX2VO5hVuYs1v2aS+fNw9gRsYbZXd4mxhrDmWlnMjrydHqndcexcSN7JtyDa9s2UBSib72VmDvvAKAkv5KVy9awbfs2UgekUu4uJ8ISQZfILuh1eizBRkIi5bPlccFlh3dPg9yaWsqDb4dR/5bPeC2wr7H7+iSoUc/xFNTYm+b1sLFkI3oNUsMzyCpxU+3yEmQ2kBYdJFehHEWmTZvGqaeeSlBQED/99BP33HMPr7/+OjfccEPLd1K2B6ryfQGMmK6gP3KvWtVUFc3tBlUNCFQ4MzNRq6sxp6Whq8nrXRcAsWJOT/e3dRcUgKahDw8/rEGaw0rT6gIlLUm3tff6vYMnexdxP+h0jdQcCUy3paLDo4HLq+D0gsMLLi94a4Iqvh/f3yajQQqRHwaH633UW+bEvrIA+5oCYm7oic7ie42qWpqLK7uSoH5xGNsFy3tXM1RVY1thVU3wwpdCan1OOS5Pw//t+FCLP4DRu104PduF+WdXtYRbdfPJhk84O/1sf3FEu9uOQWfApG/idVf1QtYiqMyD4Di0xEHkvb4aT54dS/cooq7sus/HWNM01hev56dtP3FjrxsJM/sGnuZmzeXpv57m0s6XMSz2EpbtKGbpjhKW7Sgmu8zRYD8pUTZ/kKN/aiTpMfK5CMDtdpCdncnu3aVkZWVRWLic7j0C02uqXj0ud3sslp4kJpxBevpIPIoHDY0go6/u2Yr8FVz909X0jO7JR2M/CpiBs8/jZ2fjKSnB6/Xyz8b1FFTYiQmxcUKXbuj1egwRERgTEw/6ebdKdUldCquiTCjaWpfWylnW9HaKDsLaNVKwPB0iUkAvV3geiLzt5az6bRd9T00mJtk3g9Srenl7zdvoprzCSetUCqIMRD37JN1PklkbR6uK+fPJe+JJ3Lt3A2Dt14+4hx/C2r37fu9TU1WKP/iA/OdfALcbQ0ICqZ99hjFOAmDHq5LPPueLbxfjChlE9+G9OeVqqalxtCkqK+HHX/7gD+8cFlXPByDcHseFa+7FmVrA0MvTGJQ4CL1O70ul+fEn5E+diuZyYYiJIfG5qQQNGtS2JyGOXD/cC+u+hXPfgE6ntXVvjhoS1GiCBDWa5nFVYjDaQNHhdHvZkl+JqmnEhVqICz3+7o+j1cUXX8z8+fOpqKggLS2NO+64g1tuuaXlO3BW+L50gy81guXovfpIU1VfYfKawSdvRQWewkJ0FgvGhAR/O8emTWhuN6a0NPS1AZDKSjz5+eiCgzHG1n1RqV9c8LjnT7u1j6Ls+yjgrqke8Lp8heDxXXh/qO5ZTQMVXUDAA50OnU6PTqdHr9ej0+tRWpBuq269PA/21tL3Ua+q8ff2YvIrHMSGWBjQIfKgzKbJe3k57pwqAAzRVmz9aupvRMh7mKZp5JQ5WL27lJU1dTDW7G6skDeEWY2+AEZNHYze7cMP+HPA/Qvu56cdP3FO+jk8cdITzW+wfibMnugrqFcrNBHXidPI/ykMVI2IizsR1K/xmT378uDCB5m1bRbX9riWCSdM8C/fWb4TvRrDsh3FLNtRwtIdxWzKq2DvT8oRNiMn1Aty9EgKxWw49nMjO52VbN/+Gzk5v2OvXoXRuJOCghS2bB5S00JlwMDv0LQEgmx9SEgYTocOIzGZ6gqGf7DuA15f9To39ryR63teD/iem2sK19Azuuc+31/znG42VzkYFhmCOzubzNPP4I+oTrzZ61wKreH+dtHVpdyy+jtOKtpM+uyf2j6w0RhNA3tRIwXLa2Z7uCqb3lbRQ3hyIzM80iAs+Yi+EOVosPLXz6h66Akiy7x4dJB91UhG3/+Kb7apOKoUv/8+eU8/gyEujtj77iP0zLEH7TN89dp17LlnAuaMjrR7dbp8NziOqVVVLD3jKpZ1ux1FgcsfG0R4rK35DUWbcqtuFu1ZxPfbvkebm0haYR9WJcxjSer/GJAwgHFp4zg5fiThwXVjhp6SEnIeeZTKX38FIHjECBKefgpDRERbnYY4EjnKwOOE4JoxJLcDHKUQIpkFWkOCGk2QoEbLldhd7Cq2o6CQFhNEkFk+zB/zVC8UbASvC5fThi4iDn1Y2DH9QV3TNDyFhWhOJ8b4eBSD73nuKSjAnZeHPiwMU/v2/vaOTZsBDVNKCrqa1wnN40HzelGMRikOtz+cFVC6izw8FOn1RKInPrxDC2eUNBYw2SvAcsgoexVo1zcyu6S5+iR71zA5uv/XWvI+OnttDo/NXEdOeV1R6YRQM5PO7s7pPRIa3aYlNE3DuaWUquV5ONYVobnrHntTh1CC+scTdELrB8CPViVVLlbvKWPVrlJ/IKOpQt49En31L3q39wUyUqJsB/11f1XBKu787U7u6X9P8/nq18+EL66mYaUeX5/Ku3xB+UorikVP3F0nYAhv3RRut9fNn9l/khaWRnJoMgCbSzZzwcwL6BXdiw/O+MBfwLGs2s2KnSX+IMfKXaU495rJYjLo6NMunP6pEZyYGkm/5AjCjoE6Ly6Xi507d5K1czoOx2pMpt3odIHnXlUVTVXlXaSkpJCSkkJcXBwGQ93nRYfHgUFnwKDzLft2y7f8e9G/GZo4lDdPfbPFfdE0javWbOeXonIey0jk6vICPr59Mk8MuMbXoJFK4Y/8/T5XvDr5gK7KbhOaBpX5jQc7ireB2970tjqjL3VV/UBHbeAjtN0+a9WIOiUFu1h851V0WJEHwI5uEZww/X1ikzq2cc/EvnjLy3Hn5PoLgGtuN8UffkTEpZf4Z20f1ONVVoHX408/5a2sRK2q8tULFMeV3ClTmL8mnKKoHmScGMWY63u3dZdEI1RV5a81q1myYD0/RL5Pntd34UxKcQ+G7Tmf8P4a54wbTnxQ44PPzq1b2X7hReD1EnvfvURcdVWDz8vZ2dlkZ2fTtWtXgoKCDvk5iSPM7mXw1XUQ1h6umekbCxD7RYIaTZCgRuvsKrZTYndh0uvIiAvGIF+Gjm2lO8FehKqacJZqoCiYO3VCZzz6B2daS3W5UO12FIMBfXAwQE3+1PUAWDp3Rqm5XzyFhbhzc9GHhmFKrguAeEpKUAxGdEE2CXY0R1XJL9tBobea9qYwQkLbHZz91i/iXhMc0TQvbo8Ht9uD2+PB4/Hg9frmcPiSWmk1czk09IqKQdHQo6Ggomgqyj5Loh+gptJt7R0w2Tt40uSMksP7vGvufXT22hxu/eifmnuw7ktA7X36xpUnHFBgo5bq9FC9tqb+xrYy0MDaI4qoK+vyHGuqhnKM1FqpLeS9ercvhdSqXaXsLG448KnXKXSOC/EHL3q1C6dTXOOFvA+Epmn8nPUzekXPqSmn+pc7PA4shmY+X6leeKlH4AyNAApaSDsKLB/i2lWJOSOc6Ot6HPBj+d3W73hs0WMMbzecl0952b/8jz1/0D2quz9llsujsi67zB/kWJZVQnGVK2BfigKdYkP8QY7+qREkhVuP+AsEKiry2LZtDvkFm9mxPZmcnBxUVaXfCTMJCvKlSnK7rahqR0JDTqB9u1No134AekWHPwClaf6//7P6LT7Y+DFTBj7CqPYjAY1qdzUrC1czMO4EdP7XAC1gu4Z/g0vV+HdWCZ8WVDK7exztt21mxCe7KbSENR4M1jRiqkuZd0Mvgnv1OgT3VhvRNKjICQx21P5dvB28DQOXfnozRHZoGOyITIeQhOMy4OGodLNmwW5soSa6DwssKq+qKr9Nn0jMW7MweaAsWIfy3MMMHHl5G/VWNEXzein9+msKXnwJfWgoad/PRDnM6WQ1TSP73vuo+vNPEp56ipBTRh7W44u25di8mZWX385fPU7B4/iH8+5/grR+ndu6W6JGTmUOP2z/gZmZM+n/+8VE2RNZkPY5eSkbGdthLOPSxtElsgu6Rt4H987SUP7TT5hSUrB0a7x2yvfff88///xDv379OPtsSV943FBVWPQy/PYEqB7fzNlrf/DNrBX7RYIaTZCgxj6oXnJKMqnU3CSHp2E2WPGqGlvyK3B5VMKsRpIjD/7Vm+II4SjzXQEIaOFpeCqd4FUxJsg0uVqapoHXi+p0obPVDVC58/PxFBZiiIryX51VPwBi7tzZHxjyVlT4ipUHB/uDJaKO21WJ0RjkH6SqsheiKDps1shmtjww/kLkLi/V7n0XIjcbFIKMOmwGsBoVzHrQ1a8z0toC7od6NklzM0ZanG6r+dkk+3of9aoaJz3xAzn2mn416KlKvE3hj0fOPKiF3T2lTuwr8zG1D8GSHg6Au8BOwX9WY+sdg61vLMako6f+htvjZVNOKWt2FbN2dzHr95SwLb8cRasNyvl+61FJibTQLT6IrnE2usTZSI+yYdFrgSnjVO9evxtZ3qDNPtpqXrYUb+KXHT8TpLdwcccLsOgMLT9eRR7sXNT8/RB1CvnZd6BpRsLj5hAcvrxmTXMD5E3/7VE9qJoXk84ImoZXU9lSshkF6BDWwb+8/nYaGm6PSrXbg8PlweFW8Xi9QF2wTkHDqFMwG3VYDDrMBgWjXudbr7Fffa3LibWvv/e971K9hcyQcIpCTbjDnJiDKlAU8Hr1LF50CZqmJ4xyMuJWEaWUkFJWTEJ1KbomArtuoP4lEC9FhPFOeBhnVVbxdEFRo9u0lFMzUEowG40pVG/V85e3K+8lndnsdu/3q+Dkiy89oGMfNVQVynfXC3jUq+VRsgNUd9PbGqy+lKN7Bzui0iE47qifRdiU9X9kM++jjQRHmLnyicHoGwnwbln2K3vumYCxysV91+u5aMD13N73doy64++CnyORfflycp94Auf6DQCY0tNp/+YbAbOsDwdvZSU7r77G/9k/4qqriL33HnRmKQZ7vNhx5ZX86DRSrSsgOvUkrnn2gbbu0nGtrKqcWXN+Z9vafL5s/zKa4vu+1SdvJD09A+k5sh2nDhzqn0naGHdODtkPPEjM//0ftn59mz2m1+tl2rRpVFdXc/XVV5OWlnbQzkccwSry4NubYds83+3u58FZL0G91Kii9SSo0QQJauyDprG9cB12RSHREkVEsG8w2+7ykJlfhYZGuwgrkUHy4eyY4/VAwQZfVDkoxlecUrSKVlOIu3ZGhubx4N6zx1erIz29LgCSnY2nuBhDdDTG+Hj/tq7MTBSTCWNSEoreN01x75ogxxtV9bC1eBNuoJ3eSlhYymGdwqmqmj/AUe3yYnd7Gi2grOAbrLSZ9FiN+1GIvP5skkYDIq1Mt6V6aZi25yBS9polUi9g4vBobN+dS4fyv7AYAFOw78cczOICE5f92LB+w94u6BZCr3gL4WaFMAuEmyDc7PsdalLRNRgYV5sYdG9iueqlfGMU5RvrAraGYDu2hHxsCbkYTPam96F6Wnk8da9tWxdM0DQVzetBq9leqZlBJHwqPWdR6rkFBQexpjsx6pqa3SEAygkii3ZkkYQjo4SIxF0N2jjtQejKzMRtV+jgySacimb3qwGvhofxVWgwb+Xk08ntGzzP1evZYjIypNpB/Vduh2akmBBKtJofgil0hlHoCqHSGkSpEkwxIRQ5QynyhFJuslGt37/P5dM65nHh9dft17bHFK8HynY1DHYUZ0JJlu81pymm4JqAx941PNLBFnVUBzw8bi8/vbmGzoPiyegXi66JWWv2ihLe+vkJ3q6aA0Cv6F483eMBklN6Hs7uinrceXnkPzeN8lmzANCFhBBzx+1EXHaZfyb14aa6XBS88CLFM2YAYO7alaTnp2GWgc3jQtmsH1jx5AvkJnbmnPeewxoqqYcON4/qYXH2Yr7f9j2/71jIxX89jNlrY2a36SR1jmBc2jhGp4wmxBTS7L4qfvmF7IcfQS0rw9ypEx2++7bZzAtbtmzh448/JigoiAkTJqDXS+qhY97WX+DbW6CqwHeByBnPQr+rj+rPRkcKCWo0QYIa+1ZRtAXNbScoKA59vUI2BRUOcsoc6BSFjNhgLEZ5gT5maJrvCj5HKRgsEN35uExBcLh4y8trZmqEoA/xzdRQnU6cW7aAomDp1q0uAJKTg7ekFENsDIboaMAXANGqq1HMZn/w41jl9bjIKdtOleomw+1GrzP6Am5NpRs5DDxeda9AhxePt2GgQ6coWGoCHFaTHptRj8mgO3wBKn+Ao6kC7vUDJo0Ve68fMFH3PeBVj8OjsX1PAR3+vAdLZeCA6aeekTzoufGATktBJYwqwpUqwqgkXKkknKqa3zW3a5aF1SyLUCoJpQq9UvdxR9P0ONS+2L2nUK0OAmrTVKiYdWuIML6EQSk4oL62Gf9sHH2937q9btebrdNgeWPL9r3PYlc5e6py6BHbG6Vmvaro0ekM+zh+E8tLtsNfLai1MOxetJiuFP4ajjPPjCnaTcxppb6Ma4qCb5ZS7f9bY3/X3G7ubwXsnmpsBhsoCpoGD/7xEIWOIm7ufQsnxvVvdh9Oj8qW/Eo25FawIbeSTbkV2F1etJp2GqDT6UiLCaZrQijdEkPpmhBOhM3YwnNpeF6qppFXvJ2svCWUVq1BU7axYuVoXE7fIEu7dmvpkLYCpyMKvZJBVGhfOrQ7iajw9i26bzTN97varVJs9zJpxRT+LvqTYVHnMiD4MkqqPZTY3TW/6/1d6aLau39fPfQ6hQibkVBnFYrDTqY+rNltjquZGvvL6/alHy3a2rBweeku9hkkN4c1PrsjMg1sh3aGZVuYmzWXSYsm0eefMq6fq1J591WcPP6htu7Wcce1cyfbzj0PzW4HRSH8wguJufsuDJFHxnOucsECsh98CG9xMYrVSvwjDxN2/vnH7UVKxwvV5WLriJF4i4tJmv4Koaee2vxG4oBpmsaq7euY/8NqcgoK+TH9Lf+6UYWX0CWyM6eNGUhaYsvSAKkOB/lTp1LyyacAWHr2JOn5aZiSm9/+22+/ZdWqVZx44omceWbzs0nFUc7rgTdP8l0cHNsdLnwXYru0da+OGRLUaIIENZpRmefLY20J830hqaFpGtsLq6h0erAY9WTEBKM7RnKRH/fsxVCaBYAWkYG7qAxDVBQ6q7WNO3b80LxeVLsdzePBEBHhX+7MykKtqMCYmOj/oqa6XDg3b24QAPFWVoLXi2K1ojvMeYQPNY+jDEPZHn+u8CKzjZCQdphMbX8FlKZpuL2+GR3VLo8/fZVXbfjWqtcp/pkcVpMBm1GP0XCUBBADZpM0PaPE4XSwfeduOuTPxVKdC84Kiu0e3snvxDslfXDQ/HPzFN1KLHovpVowJVoQZVoQpZoNu3ZgswRD9S7C9S7CDS7CDG4iDG7CjR5idCod3aEkV0URWh2GqvPgPmER4WYPYSYNXEHorW5fELHB4P5+DNrX7KPSpbG1qJotBdVszq9mU34VRXYvXnR40aGi4EWHXm+gY3wYnRLC6ZoYQbekCJKjglH2Dj7oDM2mBzsUSh2lnPrVqTi8Dp4d9ixj08Ye2A79NTVyaHwwVYHQRLhrDej0eEod5L24HM3pJXRMKqEjD23KkWpPNdNXTGfh7oV8Oe5Lf42QuVlzWZG/gnMzzqVTRKd97sOramzKrWBZVjFLd5SwbEcxOWWOBu06RAdxQkoEJ6ZG0D81krTooCYHxTRNIydnPdt3zKS8bBkoWzCZqgLabNp4Enr9EFJSUkhOjiIpKYmwsET/9lUuLyVVLkrsLoqrXJTa3TW/XRTbXZTY3RRV2dnpnUmlcSmOrNtxuXznr7PsRmcow1PZBQLmZTTOoHmJCLURaTMRbjNi2biGkIpiEocMILZjKhE2E3qPg7uyi3Ca9DzdPZlrUmL857990VIu+nxzszU1vri0Mx2GnNhsf0QTPE7fhS97BzuKtvlSXe2LNaLxYEdUuu97xlFqT8UeVl51PmkbywHIHNaBEdM+JDgsqo17dvzQNI1dN96EWlVF3MMPY+3Rva271IA7P5/siROxL16CPiaa9B9/RB/S/NXh4uiW//wLFL31FkFDhtDu7bcoLywjPDai+Q1Fq+VW5PJj1o98n/k9uXlFXLl8MgDfD3qRk7sOYVz6OLpHdW9VMNG5dSt7Jtzj+64NRF5/HbH/938tqtHjdruZNm0aTqeTa6+9lpSUlP06L3GUyVsHyz+A0ZPBKONnB5MENZogQY1muKqgcLNvcCSuR8AXRbdXZUteJR5VJTrYTGK4/NMe9bwuyN/oG5QMjsddrcdTkI/OasWUliZXFLUxTVXRXC4UgwHF4Mv3qdrtuHbuBL0eS8eO/raurCy8FRUYExIwRPm+WGtuN+78fHRms3+mx1FLVaEyj0p7PlkGAzo0OoamYTDZ2rpnDWiahtOj1gQ66up0NPZ2a9Tr6gU6fOmrDnbR5sOp/vtopUfhrYXb+HBxFnaXb6aHAQ8e9DRZU4Ni/rixA/r04Q3WOz1eyqrdlNndlNjdlNpdlNbcLq32DcCW7vV3WbWbSmfzKa9qxaPQAT2LqdvmMyWYIBSWBSmsjzRQHW4m3GYk3OobjA23mQi3Gmv+NhJmNRFmNWKqF7CqdnlZm+0r4L1qdxmrd5eSVdR4Ie9OcSH0bhdG7/bh9GoXRqe4EIxH+HPiv6v/y87yndzT/x5/Qe0Dsn4mfHF1zY36/zc1z5uLP4BudcUXq/7Jo+TLzaBXiL2tD6bEQ1+vaO/CkTfNuYnFOYu5o+8d3NTrplbvb09pNct2FPuKj+8oYVNeBXu/ZEQGmfxBjn7tQwjzbqAgv5JduyrJysrCFrSerl0XomlQ7bFQ7gyh1J6Ck67orT0wBnfB7jH6AhQ1wYuSKrfvt92Fu0UzKDRsHV5Gb8nFkXsO7pLBmHQQUlVGmM5LXNeORAaZiAgyopvzE9YdW0i+8FyShp5IhM1EcGkB2tefEdExnagrmi+4/FdpJV/nlfBsp3YB9/faeX+xZMo0nhhwjW9B/c8rNXfcI3+/z6B/30uPkQNbcF6i1dzVvuLkewc7ijN9xcz3xRYNURmBgY7Imr/Nh7/emOpV2baykJzMUoZdvO+gJIDb5WDupBtJ+XYZOiAvxkjctGfpOvCMQ9/Z45AzM5OCl18h/rHJ/ot/vBUV6IKP7HpYmtdL0dvvYO3Vk6DBg9u6O+IwcO3eQ+app5IT0Y61HZMxWoK59T8vtXW3jhl2t50fF81j669l7FS2sjDtSwBMOhPnld5I726dOW34EMzG1l8I5czMZPsFF6I5HOijokh85hmCh53U4u03btzIZ599RkhICHfffXejRcfFMWD1F2AvgkG3tnVPjnktDWo0XRVHHJ+MVlyKjkpUzM4ygizhdav0Op6ceDs5+UW89M7HBJsNhFqlSN7hNGPGDO666y5KS0sPfGea5ks3oHl9UeWQOPRGJ5rLiT409Ij+knC8UHQ6lL0CrDqbDUuXLr56G/XbWizoPN6A9qrTibekBNVkCghquLKz0VwuDDEx6IN8sx32rglyxNHpIDQBozkIW8VuLIoewxF6NYRSk3rKYtQTURNzCShEXpO2yun24vaquL0q5Y66Aq5mgw6ryVAX7DDqj6qZcV5V4415W/nPol043L7naffEUO48JR3vzLu4rfxqQEWj7rmmoAIKk0J/QN/h00b3azboiQ3RExvSuosO3F6VsuqaIIg/8OG7XVbtG9CtDYCU2t3srnYRYocKh4c4FII1CEfh1Eo4tdLD1p1OfsbNp7gp2kdaFrNBh16n4FV9Qa7GxIaY6BgbQo92YfRPjmBAhyjCbEf2++ruit1MWzaNe/rfQ/sQ36yIG3veeHDfM7qd7QtczJ7omz1aKzQRTn8mIKABYOsXS/W6Ihzriyj5YhOxt/dFOcSzoPY+3yu6XkGYOYwzUusGNVfmr+Spv57igo4XcEmXS/a5v6RwK0l9kjinTxIAZdVulu8sYen2IpZsK2Z9dhHRbMJblMuGqjI2bXZR7bWSU5RMUWUsTq09rtIOeHLHYvdY8WqNnX9Ws+dlNuiIDDIRpniwZm+mOmEVzuQKzoyZTHSQBc+Mt9m9SyNy7GWMu+E2YoODULZsZNf1N2Dt3p3km67y76s63ZcSy9whFV3New3tw6Hno832o9bA8GAGhjcyyB0Wzon563nk7/d5s9e5FNYrxhhTXcrNa/7HifnrISy84bbi4DBaIa6b72dvrioo3uYLdhRtrfu7ONOXd9pe6PvZtaThtsHxDYMdtbcP5H1f9ULWIt+s9OA4SBnir9NVVeZizjvr0FSNLoMSiEne9xX1RpOFsU9/yPLh7+P891TiCty4r5vAnGt/ZvSEF2Qw6yDxlpdT+NprFH/8CXg8GKKjiP/3vwGOilkPil5P9M2BQe6yWT/gzskm6vrrj9zP3GK/mdolETx8OObl63E78nE7iti6LJOM/ult3bWjltvj4a/sv/ghaxa/7vyViKJ2nJ1/O+n6EOwDtnFWx7M4LfU0Qk1ND3q2hCktjaChQ9Gqq0l89hkMMTGt2r6goABFUejRo4e8BxyLnJXw432w6hPfLPnUkyBe6modCWSmRj0HY6ZGTmUOJc6SJtdHmCNICE7Yr30fCoqi8O2333Luuef6l+UWbqAIlQiDlcTwwMJm48ePJ7egiKn/+RCDTkfHuOAWXUH6n//8h9dff52tW7diNBrp0KEDl156KRMnTjzYp3TIpKamctddd3HXXXc12y4ryzdwYLFYSElJ4frrr+fee+9t1aBPY8errq6moqKC2NjY/TmFQFWFvqKRKBDTWabLHYNUpxNvaSmKThfwwcy5ZQuq04kpJcX/pdBbWYUrawe6oCDMqal1+3A4QKdDMRqPmECXpmloqged3jf46/E4KCzfTUxYMnr90ZN6y6tqOFpbiLymPofFqD9iHo9abo9KTnE5mzO3Mem3fPZUeOndLow7R3XklC6xvv6un8nsT1/hMffV5FCXqiOBQiYZP+T0y+5sMGDdVjy1wZBKJ9UbS9BvKCZoVyW6modIBRbEG5lpUckrd1Jid2F3evEe4Mcqm0lPuNVIWMAMkJpZIda62SDhNiMRNcvDrMbDVuvqtl9v4/fdvzOi3Qimj5p+aA+2j0HIvXkrXeS9uBy1yk3Iye0IO6PDoe1bCzz111N8uvFTxqWN46lhT+FVNcqq3eSUlVPt0vnqTNSme7K7KK1y+37bXRRVuiiudFDm8Phrb7SW1aj3z5qIsJkIU7wE5ewkTK/R7uTBhNtMRNpMVD/1GOaVS+n02KPEn+3LAV29bh2bL7mQW+4wUmnReH3U6wxrN4zijz7GnZ1N6Nix/pQve89aOVBbqhxEGg1EmZq+9mrtnjJueusBoq0LcZUMIKoyA4NOxaPqKAreiinibwqrh/HfG5+hR9LRm+romOQorze7Y1tgaqvq4n1vG5rUeNHyyA5g2MeVuetnNhEkfdb/nvP7Z5sxBxnoNbId1uCWf5YoytnO33dcTeraQgC+fGAAd176MuH1LgwTraN5vZR+8w0FL76Et9j3nAg+5RTiHpjYorz2Ryp3fj7bzhiLWlVF0JAh+zVwKo58FfPns/uWW/mnx1hKI0eS1DmRcyf0PeI+tx/pNpds5sdZi/EsDWdFwi+sTpwPQHJwMmdWXM2oESfSOTVt3ztpRvWqVZjS09EH19S5tNtRLJb9DjhWVVWhqiohR0HQVbRCzir46jrfRRqKDk6eCMPva/I7iTg4ZKZGG8ipzOGs787C5XU12cakNzHr3FlHVGBjb0EGKw53FRZd41eLmo2+K4er3V52FdvpsI8czwDvvPMOEyZM4JVXXuHkk0/G6XSyevVq1q9ff6hO4aByuVyYWlmjYMqUKdx44404HA5++eUXbr31VkJDQ7n55psPqC9WqxXrwah14XFC+R7f36GJEtA4RunMZnRxcQ2WG5OSUJ3OgLopmstJg1wngHv3blSHIyAAorpcqJWV6CwWdLbDn/5JURQUfd3rU15ZFqWaB2fxZlKC27aQeGvodQpBZgNB5rq34gaFyF1ePKqKw+3F4fZCTYr8+oXIa2dzHNZC5PW4PCoFFU6K7S5UtwtNg64JoTx5YQYnd4oJ7FO3szn9Mhj90wMsLQ0ln3BiKeXE8AoMZzx9xAQ0AAx6HVHBZqKCzRAfCiNSyMmtZOeiPRg3FhNb7mFOUQVL3b73/CQUOqNjOV5sZj2d40JJjbaRGG4lMsj3HlI3I8SXOqvE7qasNo1WtRtNA3vN457dSI2FfbEYdfVSYtWlxwqr93dEvYBIbRuLsXXPm/v634dX9XJ3/7tb1b/94UXH32o38r1pxKoWBqBrslqDPthExHkZFH20gYrfd2PpFoU55cCu2tsXj1f1z/gprk3hVOWrO1H7d17FCCJLezA/10zfeXMorXmMW8f32Fj0DoKNVdgMXsKsJmLDoggJjqHK4aEyv5jSwhI26OoG769fM5OTctbwzYnno4wYRf/UCPo781CmPoY+JppOD1zmb5sdF0x+jJnvqueTu2gpk4dMxpyWRvqbb/MvVhCWkMyJ8b66FJFXXtGwhwfxdafaq3Ld2u2Uery837MD/UKbrp2U7TydwmAr5q5z2VYQjqtwFKboXzHHLMVZcBoux6iD1i9xEFlCIbGv72dv1SV1Kaz2ruPhKPN9di3fAzsW7rWhAmHtfUXLozICAx65a+Cra2lQo6c8x5fmriad3fBLm0871ZiohA6M+WIBvzx/N0s3/caXynIWfH8Bzwx7xv9/I1rOvnwFeU8+iWPdOsB39XTcQw8RfNLQNu7ZgTPExBD7wETynnyKqkWL2Hbuea1OcSOOfMHDhmFMTKT7lkUsGTKW7C2l7N5YQvuuR0Yh+yPZrrwcfs2bw6wd37OpZBPdcocy3HUx6aV96DoyjnHp4+gV3euAP3doXi9Fb71NwfTphJ5+OonTnkNRlAP+XhsU1Pb1HsVBpGmw5A34ZZIvbXtoEpz/FqQe/e9HxxKZqVHPgc7UWF+0nktm7Tu9AMDnZ31Ot6hGpmq3gb1naqxZs4b/+7//Y/HixdhsNi644AJeeOEFgmui1+PHj6e0tJSevXrz+uuv43Q6Of+ii3n7zdebHPg/99xziYiI4L333muyHyNGjKBPnz689NJLAduFh4czY8YMwDdz4frrr2fDhg3MnDmT0NBQHnzwQe64446A83n99deZOXMm8+fPJz4+nqlTp3LRRRf527T0HAcOHMj06dMxmUykpqayYMGCgD439a/T2AyLE044gdTUVL7++msAMjMzmTBhAkuWLKGqqoquXbvy9NNPM3r0aP/90djx9k4/NXnyZL777jvuueceHn30UUpKSjjjjDN46623/FcIVFRUcMstt/Ddd98RGhrK/ffdx/++/pw+XdN56ZnHICoDb2UlanU1hshIf+0GcXzRNA3N4wFVRWeuu9rRmZmJ6nBgzsjwL/eUlODeswddcHDArA53bi4oCvqIiMNarLyyKp+c6gKS3G5smgbmUAhrt++rNo8SdYXIPf5AR7Wr8dkADQqRm/SHtBaDy+Mlv8JJid3tfz20KF6qinLo0jG9yQDslr8WMW/GfwhzZBJscFHpMVFmSWfk+JvpOHDIIetva5XaXayuqX+xcpfvd36F078+EYVcNIwGHd0TQ7nRbaRnjhMt2EhIv1iC+sVhjG/5lxtV1ahweCitdvlrhtSmxAqsFVK/lojvdiN16VvMZNARURPgCKs3GyTcZsJqUvmn8HcSQ8M5t9OpvvU1M0hspkM4W2je08zOD+exbZ0CCmgnhFmYlLaZ02NLYeSDjW5a/MUm7Mvz0UdZiLuzHzpz81dRub2qPw2ZvzB2I4GKunUuyh0tr9XSgK4aq9FDu2ArFoqw6gsItRQQYqoi2FiJUdPYk9mXCJuRjikJZCTnk9q+L+Fbq3CuXEPwKSOx9fUNCFevXceOCy9EHxNN+I9zWZ5VwtIdJaS99Rz9Ni3h3W5j+bLTKQAEu+z8a/0sDElJuC4fzwmpUfRpH47FqCOnKofTvz4dDY1Z580iJbRtClxmVTu5avV2Sj0e5g/oggUXuyp2sbNiJ1nlWews9/3eVppFcaVKVebEmkDGXDRVj6Lz4iw4FVehL6Ax646TZKbGsUDTwF5cE+TYulfAYxu4Kvdzx4rv4p671hyUKy43Fm/kvgX3saN8B/GlCncV9uO0R9/EaDpOazXuh5zHHqP008/QBQcTc8ftRFx+OYrxyE7L2FrOzExfMeJNmwCIvO46Yu9qWTFicXQo/O9bFLzwAtsG3cIOS08iE71c8sgoSUvUiGpPNb/t/I0Vn+cSlpXCz53fJityHQadgZGxoxmuO53Th52ExXJwvte58/LJnjgR+xJf+sPQM88k8emnDuj/r7q6+uBceCqOHJrmu/Bhw0zf7c5nwjmvgk2Ck4eLzNQ4yOxuX0FPq8Hq/xLv9rpxq24MOgOm/Ux5Urtfi8GCTvG9yblVN8YmZkkcSna7ndNPP51BgwaxdOlS8vPzueGGG7j99tv9gQWAX3/9FYvFwvc/zWX5+k38+57beSQmhqnPPt3ofuPj41mwYAFZWVmkpBzYl+TnnnuOhx56iMmTJ/Pzzz9z991306VLF0499VR/m0cffZRnnnmGl19+mQ8//JDLLruMHj160LVr11adY2hoKHPnzkXTNBITE+nduzc33XQTN954Y4v7q2kaCxYsYMOGDXSsV9S5srKSsWPH8sQTT2CxWHj//fcZN24cmzZtIjk5mW+++abFx8vMzOS7775j1qxZlJSUcPHFF/PMM8/w5JNPAjBhwgT+/PNPZs6cSVxcHP9+aCLLV6+jT7cMCE9GAzz5+ajV1aBpGBu5sl8c+xRFafRLozk9vUEAT9Hr0QUHB1zNomka3uJiNFVFHx7uX+4tK8NTWIguNBRjvSn2mqoetFzCwUGxZFijUCrzoDIfnOWUFW7CbQklKjT5qM5ZrCgKJoOCyWAirOazsr8QeU0B8tpC5F5Vo9LpqSmM7Rt8PxSFyJ0eLwXlNcGMmitfg8wG4kIs6DU3O8qbHuze8tciZr7wFAAVhNetsBcx84WnOHvCQ20S2Kh2eVmXXcbKXaX+QMaORgp56xRqCnmH+wt5d473FfIum7ODytIcqHRT+fseKn/fgzExCFvfOGx9YtCH7Ptzgk6nEFYzsyIlap9NA6iqRqXLQ2lVvcBHdc0MkNqi6tWugCBIbbDEo2q4PL70WXnlziaO4Ev18cXvfwUsNel1AUGQsHqzQcJtvmLpgQXVfcuDWhAMmZ0fzq0r2qNRTf2i8rll1dy6oj1v9IXTm9jWekYq9i0leIscbPpsPdv7RTcMVNQPVlS5qGhFMfm9hVmNRAb5zjHSZvKldAoy1vw2EVGTJsykVWIvLackdxeZO/aQljIDm608YF/VDhuqlkGkuTdBc/4htLKK9Af/51+/57X7KZ/5PfqwUH9Qw5iUiGI2ow8NI8Zq4PQeCZzeIwFHxwewl5ZzvimS9sUqS3cUszyrhKl9LgadA+Oy91GWu1BLRtIjKYwTUyMYFncBJyZ1JsZ6eNOhVHuqfYGL8p0UO4qZ0/9Ctlc7iTQauPLH8awqWNXodrdVllFt+IrphRdiivoNRedFU/W4Ckdxh/4b9IoKyBXQxwRFgaAo30/7AYHrNM333t9gdsc2KNwC3qZe2wA038yPeU9Bn8shMo3CPVWs+m0XQy/IwBLUuu9jXSK78PlZn/PMkqfo/++vScv5i3nLhtF9+lskZfRp9WkfD1SnE7W83J+GKebOO1F0eqL/dSuGqFa8GR5FzOnppH7xOfnPTqXkk08ofvdd7MuWkfLRh4f1oiBx6IRfcD4F06eTtPwTtvYdTfa61fz1ncLg80e3ddeOCF6vl/nL/2Ke80fmZs3F7rEz2HUuvelAT3UgVw08jzGpYw56Gr+K+fPJefAhvCUlKFYr8Y88Qtj55x3QRToOh4Pnn3+exMRELr/88v1OYy+OMIoCKUNh888w5kk48YajIhPE8UiCGi008JOBACy4ZAGRFl907r117zF9xXQu6HgBk4dM3q/9nv716ZQ4S/j27G/JiMgA4H9b/8eFnS48KP1ujY8//pjq6mo++OADgoKC0FSVl15+kfPOPZ9nn32WuJrBbpPJxLvvvovVaqVdWidys/fw4pOTePLJxzE2cpX/pEmTOP/880lNTaVTp04MHjyYsWPHcuGFF7b6aoWhQ4fywAMPANCpUyf+/PNPXnzxxYCgxkUXXcQNN9wAwOOPP87cuXOZPn06r7/+eoNzBHj11VcZN25cwDkGBQXx9ttvB8w+0ev1hISEEB8f32w/J06cyCOPPILL5cLtdmOxWLjzzjv963v37k3v3r39t5944gm+/fZbZs6cye23305kZGSLj6eqKjNmzPDPzLjqqqv49ddfefLJJ6moqOD999/nk08+YdSoUeCu5r2pD5DY7zcwBfuuZNc09FFRUFSMIVIiz6KhvT/o6UND0e8dLdc0DLGxqE5XQHBEdThQq6tRLPVSXWlazdVpCqb0NP8XONXlAq8XxWRC0bfuiklFp/ddbWmNwFO2ixxceD1V6Mp3Ehme2qp9HekCCpHXLGtdIfK62hzWVhQid7p9MzNK6wUzgs0GYkMtBNek0HLs4+p1VfXy24z/7vMY897/L+knDkR3CHOUur0qm/MqWFUz+2LV7jI251XgbWS6Q0qUjd7tfMGL3u3D6Z4Yiq2JPP9hp6USekoyjo3FVC3Px7GpGHd2FWXZ26hcuJv4BwagHIKC7zqdQqjFSKjFSDItnzavab4gWP0i6b6giCtgdshfe9YSpIvB67H40mVVu3B7NVxeX9qxgop9DRg2ZNAp/jog4TZTYEosq5FQq4EXN6aj4YK9akn4akto3Ls+jUX/W1tT6L2uLkVJlYsql5f+6HmJIEI2lDJjwx7+xttsvxQFwq1GIoJMRNhqf2oDFr5ARYTNVG+97xyaChIWFm5l+/aZFO35iyJ1I3p9BYsXXQz42peFx6LX61ALozCuqGS1CWb1NfLLRV+glFWy5fYhuIB12SvoltAHRVEIHjYMfUgolm51s3314eF0Xrmiweu0pXNnLMDgmh/wpczamFvBtxvm88WemaCaqSgZzMpdGit3lQL9+QH4IPpvX7qqlEj6p0Y0m2a0tX7Y9gNLc5eys2InO8t3kmfPqzsfRc95Hc+ja7DvPSMlNIUd5TtICUkhOTTZ9xOSjMcRRe4nb3KP4RtiLbl87UwETQeKygXBr3KVZxH/cV/UVBfEsURRICTO95OyV1B89ZfwzQ3N72PhNFg4Dc0ShseZTnhFB3brh5Ix7gzfZ4tWsBltTBn2BAuuslD90se0315JzoWXs+P+Gxh6+YRW7etYpmkalfPmkffMs5jat6f922+hKAqGiAjiH32krbt3yOnMZuL//ShBQwaT/fAj2Pr3l4DGMcQQFUXoaadR/sMPhOurKURjy98rj/ugRmZpJt9vnoXr03YEVUewoM9i7FY7ScFJ9B7VjhEJ7emefspBP67qclHw/PMUv/8BAOYuXUh64XnMaQdWkwNg06ZNeDwe7HY7ZvPRnyXguOb1QEU2hNfUbhp4M3Q6zVfLSxyxJKhxjKpNpQRw5ZVX8uabbza7zYYNG+jduzdBQUFUle9mp6uM5B6JqKrKpk2b/AP+vXv3xlZzhXZShIX+Jw7EXlXJ0rVbGdy7c4MvvgkJCSxevJi1a9eyYMECFi1axDXXXMPbb7/N7NmzWxXYGDx4cIPb9VNWNdVm5cqVDc6x1tChQxucY8+ePVtdR6O+++67j/Hjx1NQUMDDDz/MKaecwpAhdV+0qqqqeOyxx5g1axbZ2dl4PB6qq6vZuXNnq4+VmpoaUIwqISGB/Px8ALZt24bb7WbAgAGgqVCSRVhoMJ0z0sDgu4pAURQM4eEY6l1dL0RrKTodhujoBsv1ERHoLJbAWSBeL5rXN8hYP92Zt6QET0EB+ogITElJ/uWewiIUkxFdcHDzsy6MVvRRHYmr2E2pq5zwkKR9tz9G6BQFq8mAtd6Ae2Ahcg92txeXR8Xp8eL0eCmtaaegYDHqfIEOkx6r0RBQZ8FRE8wos7v8GclDLEZiQ8wB9UCas2fDOiqLC/fZpqKokDW/zaFDn/7YQsMwHOAXfFXV2FFUxerdZazaXcqqXaWsyy7H2UhB9pgQs28GRk0Ao1e7MMJtrTu+YtBh7RGNtUc03io31asLsK/Ix5Qc6g9oaKpG2axtWLpHYe4QdkgCHS3qq6IQYjESYjHSHt8s0Y/Wf8S8knm8O+ZdDLrax7ZPwHaapmF3eetmfdSbDRJQM6RB2iw3Lq+KR9UorHRRWOnCXySm8R42ubzS6eGDxVlNbrlCpzJL5+Esj4F/64P4b4YFa4iZiKB6syhsdQW0I2wmQq1G9K18LDRVxZ2XhzsvD0e7dmzdOpPi4tmo3o2YrRUA1H/pi1N3E7LVSe/77yO5w52EhUWS/+JLlC76nH7jr+HiM87AqDOihYfT7vXXmJQ5nV9+vorJJ03h/I7nEzZuHGHjxgXeG80EG+xuOz9u/5FgYzCndzidHklhdE88m4J5vzIoYRAnnjmCdXuqWbqjmGU7StiUV8G2wiq2FVbxxbLdAEQFmeifGsGJqZGckBJB98QwTIaGr8Uur4vdFbt9aaJqAhZZFVlkV2Yz89yZ/ufUwj0L+WHbD4HbRl1Dkt5Of1sVdredMLMvZdTkwZMx6hteLb87qxin5zrKNBtX8TFn77qCCu9lhOg/Jcz4MWXuKxjtvRSzp/mAljiGhTR/IRIA0Z2gJAvFUUY8y4kPXg5bvoYXJkBwPCT1g8R+kNTX97sF6SdOvu4Rsgadypb/+xdJu+wETXmLWX/M55SpH2ALDj+w8zrKOTMzyXvqaar+/BMArboaT34BxrjYNu7Z4RcyejRpPXtiiIjwL3Pn5aMPDkIn+fmPahGXXUr5Dz/Qfd1S1Puf4MTzhrd1l9rEnvxc5ixbyGz1K9YX+Wqqnm65EaPLwtjw8xgzcgh9Yw9tIXW1qoryH38CIOKqq4i9956AdMsHYu3atQD06NFDisEfzUqy4OsboKoAblkI5hDfRRMS0DjiSVCjhf663Jd2wWqou9r42u7XcmXXK+t98W+92RfMBnzpp2qdk3HOfu+vVu0gPrDP/GP1aZrmfyE26UyogFurGXhs4gVar9MRH+bre4XTN7BRWxB1bz169KBHjx7cdttt/PHHHwwbNowFCxYwcuRIdDpdgxQ3bre70f3srSVvHrVt6p/jvvZzoEWeoqOjycjIICMjg6+//pqMjAwGDRrkr5lx33338fPPPzNt2jQyMjKwWq1ceOGFuFxNF5lvinGvlEGKoqCqvgG72vtUURSoyAVPNSh6NL1Rps+Jw0JnMsFeA9OKwYCla1c0t7tBkELR6wOuVNM8Hty5OQBYunb1L/eUlqLZ7ehCQ9HXC+KC7/keEdqe8Hr/75qmkV28mRBTKCHB8cfFh87AQuQ19VCaKERe7falsCquV4jcbNChar50U7VCLUZiQ81NzlbYl8rSkha1++Wt1/x/m6xWbKHhWMPCsIX6fqyhYdhCw7GF1f5dt7ygysOq3aW+GRg1MzEaq30QYjHQq10YvdqF16SSCiM+1HJQnxf6ICPBgxMJHpyIVm8WiDOzlMpF2VQuykYfZsbWNxZbv1iMsQdWnPBAVbgqeHvN25S7yvl5x8+cmXZmo+0Upe55lRTe8vzBmqbhcKv+IEeJvX5KrJoUWVUu1m/fzeqi5vd3qrKMgSGFhEdGERmdQHhCByLbdyEiOoEQiwE8KvmvrCC8sJrJ1hAiL+zS4r42xr5sGVV//YW1Vy9sQ4eyZ88ysrb+yNbPtpIXlki1zUb75NWkpq6qOV8FR2UEZlsfoqOH0KHDaXSZ/TLGE+KIyuiIPtj3OSPm/+4k9u67Ao6lKAqWEcPQ63/Cujub4e3qBkJW5q9kVcEqTk89nbig5tNFzto2i8eXPE5qaCpjUsf4Ug0qCq+c8oq/TcdYOLevLwBcZnfzz05fgGPZjhJW7i6lqMrFz+vy+HldHuDBYislPdHBiPbDODE1mn4pEby66jk+3/Q5qtYwYAiQU5lD+9D2AIxOHk274HakhPpmX2SrMVy7Pp9y4PX+nQkz1z2vGgtoAFjsvtl+ld5zUHAQZvyYUMPnKIqHMrcvwGH2txvc6D7EcSBliG+mRXkODQqFA/6aGv9aAqoX8tdD9nLYsxyyV/huV+bCph99P7UiUmuCHCf4Ah4JvcHU8LtDSreBJMxcyNxHryVt1mrSf9vCX2eNoN1/3qRj50GH6qyPWN6KCgpffY3ijz8GjwfFaCRy/Hiibr7Z/5p4PKqf+ldzu9lz5514y8pIeuH5gJl54uhiPeEEzB07wpYtxFXtbLOLWNqCw+Ng/q75/LxqHmmzR+PVhbClfyYGg4GT2p3EiL5dGNFpGEGWw1OHwhARQeK0aahVVYScMvKg7ddut5OZmQlA9+7dD9p+xWG27juYeSc4y3y1OfPWQ/LAtu6VaCEJarSQzdhwsMGoNzb5ZeuA9nsQ6mlkZGS0eptu3brx/vvvU1VVRZA5hPSKbH5dtAydTkenTp387VatWhVQDGnV8mUEBQcTl5BEdmk1QSY9ZuO+U4d0q/mAVlXlG0GLiYkhJyfHv97r9bJ27VpGjgx801lSU9Cp/u0uXbo0WHb11VcH3O5bk3s64BxrAhd//vlng3NsjMlkwutt/RV/ERER3HHHHdx7772sWOFLEbFw4ULGjx/PeeedB/hqbOzYseOgHK++9PR0jEYjfy/6nfbDfPd5uS6MLVu2cvLJI/AUFKCYTOhCQ4+LQV5x5FD0+gYppoxxcRjj4gICnJqmoQ8LQ/N6A9qrlZV4S0sxGI3+oIbm9eLMzERnNmNs394fMNG8XsrteZRqHsqcxXR0VWEMSwbD8TfN36DXEaLXEWLxvc/4C5HXzOSoDXSomka1O/D1R68oqJpGebUHt1drdSHy4PCI5hsBluAQXNXVqF4PrupqXNXVlOblNL8h4NCZqdZbqNZZCdVb6ae34jLaCI+MIDEuhrT2sXRNS6Jjcjy2sNBDmuaqvvpfZPWhJoIGxGNfXYC3zEnF/F1UzN+FsV0wtr6xBPWNRWc7PHW13F63/3NMpCWShwY+hMvrYmyHsQf9WIqi+NKdmawkhDXyJVZV4e1RLC6v5jIebXZ/1xl+YrBrA+Ti+1lbsyI4DkZPhj6XE3FxJwreWIV9ZQGW7lHYegbWilCdTtzZ2ehMJow1s8NUu52dN96EOyeb9Nmz0ZlMeL1utiz5ij15C1Gjv8IwNx+j0VfAvLLncKoLbeh0OkzGE9C0BCIN3WmvZBA+qHfAYFX41KkN75cmZp8ZdUaeO/k5nF4nZn3d1YRfbPri/9k76zCpyv8N32c6dma7O+juTlFQQVHBQlARuzCxxRYVu34GqF9RDMQAFBAlFFS6WWq7e7rP74+zO7vD7sLSoHtf17l258x7YurE+7yf5+Gngz+Rb87n0f6PBizj8DhYlrOMREMiPaKk654L0y7k273fcmHahXh8niNetwbrlIxsH83I9tHsqtjFP0X72FK8n30V2ZQ48nGKFSD4yAXe/UOH+HsYggCxKdX4ND5UMi1JhiTSQ1NIMkh2UcnGZKL09SOwRyWPYlRyvQVHR5/I/SkynD4f7fUt6OAQRSj5h1DFH2jlq7F5hyKKCgTBgygqMHuv8jd1uyuPvL5W/r3I5HgGv4Rv0Ux8okC5OwW7aEQrmIhQZiMTRGSDZ6KQyaWg8Lju0tR7qrS8ywpF2xoIHZukrI6qbGna+Z3UTpBBZPvAao7ozqBQodLquPCVr/hnyAf4nnkDG06mrLuDe4UZTGgz4T9z/e3I3Evu1Kl4KyTVOmjECKIfmoHqOPMW/224Cwtxl5TgKS4m+4oriXrgfkInT/7PfE/+TQiCQMhVV1Ly9DNUffUVoZOvwVpjofhAPhm9Ohx5BWcZXq+XVevXsy7nHxZ5v8TitoAIV2q6I9cI3NPuAS7sda7fyv2k7ovFSvHTTxE0eDDBF10EgL5f3yMsdfTs3r0bn89HdHQ0kZGnNo+slROAywZLH4aNn0iPE/rAZR9JAxdaOWtoFTVa8TNp0iSefPJJrr32WmY++SRlmRu467FZTJ50ld+WCcDlcnHDDTfw2GOPkZOTw5NPPskdt9+OUavC4vSQW2kjPSoIWe3F16233kpcXBwjR44kISGBoqIinn32WSIjI/1WUSNHjuTee+9l8eLFpKen89prr1FdXd1oH//8809eeuklxo8fz/Lly/nmm29YvDjQwuCbb76hd+/eDB48mHnz5vHPP//w8ccfN36NM2dSVlbGnXfeyeTJkwNeY1OkpKSwevVqrrzyStRqNRFNWO00x+23386sWbNYsGABEyZMICMjg++++45x48YhCAKPP/64v7riRGyvDoPBwLVTpvDAgw8R9srjRMWn8OSrz0mWX6KIu7QURBF1WhqC7vSOEm6llToa3rjJlEpUiYmN2siNRgSFIqA0X3S6EF0ufIeEkLuLilDV1BAXrMCrdKL0mhFLd+NThSMERyFT/vfEjToaBpErXR6cbh++BqKSSiFDJgg4PT68YsMgcolDg8gFX9OjtAHiO3QiKCzisBZUhvAIpr39MYIgw2mzYqupwW6qoaaykgN5JeQWllJWWoGpuhqfzYzWa0frs6P1OpAhovE50fichFITuOJKYD8UIU2/SS8ebZABXXAIWqNRqgipq/wIDkHXcF5wMBp9C+zPWoAyWk/opW0IGZeOfXcFts2lODKrcOdbqMm3oEo0oE46+aLGsuxlvLT+Jd4Y+QadwqXRZc1VZ5w0XDZQ1Z57ZDJI6EOP7K+IsFdTrgluuqJQFIl01NBj6gcgK4Xi7fVT+T6wlPhHTKuTjBi6ejBvVVD5v42YzB8Tfe15CAk9IaoD5e/8HxUffEDo1VcT84QkpAhaLbZdu6jUailatowSxxaMxnkoOrpQNxgw6/PKcbkT6dixO6mpFxEfH39ctpXN0VDQAOgb25cCS0HAZ5VnzmPWP7OQCTJ+z/udYQnDePuctwHQK/V8Pe7rRuv1+DwUWYrINef67aJyTDnMHDDTXwGyPGc5H23/KHBBAdRyDcGKWAZ0CiEzT0dOhY2i3F5AT0RvEBUIlIZocaeEEpoShjYoFKXQ/HujlAncn9oCmyB7lZSRsPETIkp3+u9iNLINfkFDEDwY5F/6hQ2lsjUr7L+Mp9pB8Y+h4HndP09be1gprysI/1Egpq0DRUhguKvD6mbH6jKik9uR2NDa1l4lVXEUbISCzZLQYS6SqjpKd8GWz6V2chXEdKkVOnrSd8BQSr8bwoI/X8Di2szT657m77y1PNbtfkIi/v1WmerUFOQGA3KjkehHHiFoyODTvUtnJKrkZFIXfkfRY49jWbGi1qZrLbEvPN+afXgWEnzRRZS+MhvXgQNs/mQBK5d9jUyh4Y6PP0ahOjUDWE42WTVZ/HTgJzavO0Dv7RcjqKOx9LAQGxTL2LSxjD6/D+2ij37A7bFi376Dgvvuw52bi2XlKoJGjmxU1X+iaGg91cpZRsku+HYqlO0GBBh8D4x4BI5z0Horp55WUeMEEqoORSVX4fI2byGkkqsIVbdstOrJpq4TXVHraa/T6Vi6dCl33303ffr2RafVcNkFI3j1pWcCljvnnHNo06YNQ4cOxel0cuWVV/LUU08hkyvZV2rG7vZSUuMgttaWYtSoUcyZM4f33nuPiooKIiIiGDBgACtWrCA8PByAqVOnsnXrVqZMmYJCoeCee+5pVKUBcN9997Fx40aeeuopDAYDs2fPZvTo0QFtnnrqKebPn89tt91GTEwM8+bN81eGBLzGPn3Q6XRcdtllvPrqq0d8v55++mluvvlm0tPTcTqdjeyyDkdkZCSTJ09m5syZXHrppbz22mtMnTqVgQMHEhERwYwZMzCZTCdsew15deb93FJZyNhrp2MMDubBBx8kLy8PjUaDIiIC0eFA1ipotHKW0VRYuaBWoUpJkUZ8N0B0uUAUMRpikOtUUJOHaLPhqqzGV1qNLDUerVY6LntNJkSvF5le/58JbLS5PJSanAFh4iFaFVFGNZraqjufKOVz1FVy2JsJIhc9LqpMDr5cvIuU6FB/uLZGKUcmkxM6ciLmb98DAhMT6o5uISMm4hMFMotNbMuX7KO25NUFeWuAJGkKBoIhKUwn5V/EG+gUriRZ50O0W7GZqrHV1GAzSZO9phqbucYvktgtZhBF7GYTdnPgsbc5BJkMrcHoFzy0tRZYOkNwgDBSZ4ul1h0+XFlQytB1jUTXNRKvxYV9axnObBOqxPqMpOrFBxEdXnQ9o1AlG0+odcGvub9SYithzvY5zB4++4Stt0VYSuGv92DDxzDpW0isHT03bAZi7GXccu8rPNv3WmlEfsP3sPY8ePO27xFd3fEm9MbljEXT/04pn8dlpeaLj6h4ZA5BQw8Sde89GOO24NgWiluWjsM2DNc3M1AbvCDIUBYlI2jUOEUXu3f/SHHxKmz2bRTd1p78grawYQNqtYW+/Vx4PUrcnmT0uu7Exg4jNXU4KtWpP3eOzxjP+IzxuLwufs76mc7hnfk5+2dW5a+ie2R34oPi6RHVA1EU8fq8FNuKidBG+G1OF+5byJwdc8i35OPxNbZmyzJl+UWNrhFdGZU0yh/OXVd1EamNDPhul5ocbMiR7Ko25FSys9BEQbWdgi12fthSCEiWb72SpVyO3snSsaHY4yFZo2rZCOTlT8Lf74NHqpAR5WpsrkGIopwgxXK/5VRdpgYgPTa0Wrf8l/FZPeA5wvWzR5TahQTO3rwsl01Lc4jNCCaxY4POZG0opI+UpjpMRYHVHAWbwFFdK3xshPVSsyhVEC/FdmOKOp3PqneSNH8xOx9dRtBzT9LtnMtPxEs+Y3CXlFL1v8+IvPtuBKUSQaUi8cMPUEZHI/xHrq+OFUVoKAlvv0XVF19QOuslLKtWkXXxeOJefhl9/1ZLlLMJeVAQwePGUf3VVwRt/hMQ8Xm8bF2xm17ndz3du3fMFJWX8fOvf7Le8Sd/CJKdukKroqNqBKpEDx+O+Ji+Sb2RCcc/GKiliD4flZ98Sulrr4HbjSIulvhXXjlpgobZbPY7bbSKGmchvz8nCRpB0XDpB5A2/HTvUSvHiCAea0/pWYrJZCI4OJiamppGWRMOh4OsrCxSU1PRaDTNrOHwFFmKqHI27xseqg4lNij2mNZ9oikuLiY2Npb169fTu3fvRs/7zEWU2cqwKZQkhbZF3gKbDpPdTXaFZCmVGqH3W5ycCFJSUpg+fTrTp09vto0gCCxcuJDx48efsO2e1TjNULFf+j8sHTRGrFYr8fHxzJ49mxtuuOH07l8rrZwCRFFEdLkQFArJwkoU8VYWYS+txC2DmjCBlIiOIAg4Dx7EZ7OhTEhAERICSBY1nrIyZLVC4L8Fq9NDqdmJuVaQEIAQnYpIQ72YcTi8PsmiShI6PJLQ4XBQWpjPzN9LKTBL9lUKmUDbaANdEoL5ZUcxEeWZDKn4A4O3PiTaLA9iTfggco3pyARwNtEJFRGkpntibQ5GYghd44MJbSbD6Uj4vF5J0DDVCx+S4FFd/3+tCGIzVeO0Hi7QumlkcoUkfgSH+HM/dMHBaGtFkID/jUaUGm1A567o9lH43F+IDul9lIfW5m/0iEIZefSd6W6fG6/P6+/cLreX8+3eb7m+8/WNqgFOGhUHYO2bsOVL8DqleX2mwYX1oop9506yL5vAn7Gdeb/reMq1If7nIm1V3Lz9BwYV7SDl22/JueYaRIeD9GVLUSUlAVA1/yuKZ84kaPhwEt9/D3xe3Hv2UPJpGQhyjKFLUAkL2K9SUBKsxxGlRaUuQiarF0MrKhLIyhxBUpSR5LQ2xKToSUwZhFJxit6nFvDQmodYfHAxkztOZnTyaL7Y8wU6pQ6NXEOeOY9sUzY5JilM/d1z3mVIwhAAFuxdwMx1MwEpP61OsKjLtxgSP6RFWR2Hw+r0sCWv2i9ybMqpwuo6xM5OJ8cxMJoE5DwUHcHQ1HDCgxq8v9YK0BjrR8z9/gKsehGiOkGv63BFXoD94+f9oeANLacahoVrb3sJVfzJ6dBo5czHkWem/J0tR2wXcXt3NA0EZQBrtZMl722j68hE2vaNPjr7H1GEqixJ3KgTOoq2gtvWqKnHIcNeqaQ4Lp20yx9FntQXgs7ewGyfy0Xlp59S/t77iDYbUQ/NIPy66073bp21OPbsoeDe+3AdPIimUydSvvn6hFSNtnLqcOzZQ9b4S0ChoOTe19jxt4gxQs+kp/ojV5w9n6XL62JV/ip+PPAjtrV6euafR27ILpZ2/IiBcQO5KP0ihsYPQ6c6NTkZDfFUVFD40MNY16wBwHDeecQ+8zTy4OCTtk2Xy8Xu3bspKipizJgxJ207rZwkLGWw/HE49xkIarUOOxM5XN99Q1orNU4wsUGxZ4xo0RyiKJKTk8Mrr7xCdHR0s8qyoAyiRlaBW/Rh99gJUh35ptCoVRIepKbC4iSv0k6b6KPzXG/lBOLzQFUOm3fsYU9uBX1HGKmp2c/TTz8NwMUXH38gfSutnA0IgoCgVjecgTw8DrUxlBpTLrG6KP9ocJlOB4KArIGwLToceKurEbXaAFHDlZuH6HGjiIlBXlvtJNZWiZzJN5xWp4cSk8NvIyUgEKJTEmVQHzEPqSFymUCQWkFQgyByi1WBz6Ti2gEp/JVrZlt+NeUWF7uKTOwqkioiavRpHNSlEOcoQue1YZPrKNTEIgoy8EpihkGtoEttkHedkBEbfOKCvGVyOfqQUPQtzPnwetzYTabAyg+TyV8RIgkg1bVtqv2ZIJaqSixVLfP0VyhVgYHohmDCYmIJtYWjrdDgrXJi/i0P8295KBP0GAYnoOveso6vneU7eXLtk/SL7ccDfR4AIEIbwS3dbmnR8sdNwUbENa/D7p8QBOkzdmq6Y5X1R6EYScPL1IL77gdgUNEO+hftZGdEGpVqA2FOM53KDyKvq+sRQBkfj7e6Gm9Nvd1Y0JDBJLz3LurUVGmGTI4jMQJ7zxK0m+VUVo9mocZI555zkMkqqfulu91afNZwjGVm+tXkMcHzGrJCoBD4J0jyx7/0/+p9dg+tIjmJuLwufjzwIxHaCEptpeSacukR2YP1ReuJ1kWzt3ovS7KWNLu81V0vynWJ6MIH535AijGFaH30SRlFqVcrGJQRwaAM6Xjp8frYU2xmfXYlG3KqWJ9VSZFWwAvkWhxMX7EZQYT0CC1XROQwxrWUxOIVMHEOQodx0kp7T4U250rBzIIABRYEwddI0AD8jwWheTu8Vv4blOeaW9wu4RBRQx+iZuLDfY5tw4IAYWnS1GWCNM/rgfLMgGoOsWQHCo0HQ5wTA7vg60lSW2OCFEAe31Oyr4rrDpqT1zl3IhBFEcvvKymZ9SLunFwAtN26oevVeOBcKy1H0749qd9+Q+krswmdfM0ZfX3ZStNo2rdH26MH9s2baW/fz8HgzpgrHOxeW0TnoWe29ZwoiqzZtIF/Vu3l96DvyFXvBcAYEUEbUw/adovjgfG/EqE9fYO+vGYzWeMvkbJC1WqiH36YkCsuP+k5NCqVim7dutGtW7eTup1WThA562D/cjjnCelxUCRc8v7p3adWTgitosZ/kJqaGtq1a0eHDh2YP39+s1UpgkpHhKBEUGjQHMUozlijBqvTg8PtJb/KTkq4rjXc7HRQUwA+N8iUvPLeXDKnP4RKpaJXz5789t13hJ2kUsxWWjlbUCq1xIe3C5hXo3FgUziIkXmpqwEQNBoU0dGNgs19Nhuixx1go+SzWHDl5iIzGFA3CL/02mxSOLpSeVpuSEVRlMQMsxNrAzEjVKck0qhGrTgxgdkKuQyNUs6UgSncNFKDKIoU1jjYmlfNgk35rCmbB8hwlZ9DgTbwRk4VsQLwcX/fu5g2OBXZCbRaOl7kCiVBYeEEhYW3qL3H5ZLED38VSHX94wYiSF1ViMflxON2YS4vw1xe1nj7goI4XRtSgjoRo03FnW/lzw8/I0e2W8r8MISgDw5BE2ysrwoxBvurRMotpWRWZVJmL+PWbre2aJBCS/DZ7Qgqlf+34di9G8uq1SgTEggeW5v54PNy4NJrcJlE0sbIUfcZBYPuxvZXPiVPPknQcBPGBjaSosPh/18QIEZmIljuRiuzSxpCgyKetO8XIigDK0KV8fFY9V62H1xKxd6/cHt2oVaXYtOEEic8SYwYwmBHJ3KqM9AHBREc3Ifk5FHExnRH5rZKHrvF2+pzOkp3gcsCeX+BrsHnv+wx2L9C8syP7Sr9jekKumPzPBdFEa/oRSGTLs23lm1lzvY55JpzOVB9AJHA6qWZA2aydMJSFDIFG4o3kGJM8VdbJBuSSTAkUO2sRilTcl7Kef5tPLD6AXyij1eGvXLKBuEo5DI6xwfTOT6Y6welIooi+VV2fjhQym6rifIINz0rf+YK0++kWEr8y83/eh4r0+LonSLZVnWM64mywfWkyTOp2W3WCRvHVnfdyr8Fu9VFS8YM263NWwefMOQKiO4kTT0nAyC4HfiKtrH/m2eJ2PEP+hA3KqMHwZQPpnzY/WP98uFt6kWO+J7SMUd56kdEN4XzYBYlL7zgHyWtiIwk6v77MI4b19oJfwKQ6XT+3Kc6Kj7+GGV8PMbWEeJnBaFXXYl982bM335Nr0fPZ803+1n77Qoyek1Eoz8zfscNyTXlsujgIn468BPtNo2kTUUvEmM64+xUw9i0sYxLH0d6SPrp3k0A5AYDxnHjsK5ZTfyrr6Ju0+Z071IrZxI+L6yZDStfANEHsd2h40Wne69aOYG0ihr/QUJCQnA6nUduKJMTFtHuyO0OXUwmkBSmY3+pBbPDTbnFRaTh+C0b6jwLD8d/zE2teezVYJdGB/cYMoaNGyf4n/JUV+POz8eVnY26bdvWm41WWqnF63VT5rHiAwxVB1DpY0AfiUytRhbZuCxVlZyEz+kMqAIRXVLHyKG/K3deHqLbjSo1FXltuLnP4cBntSJotMj1J8ebX6wN9y41ObG6asUMQRIzogxqVCdIzGgOQRCID9ESH6IlVKdizUIZ6sjlALjKz/G3U0WsQB25HGfZuXSJDz6jBI1jQaFSYYyIxBjRsnJmt8MhVX2Y6nM/6sSQhhZZm00r8RUuI0HTlgLbPqyeGmpKS4jTZdA1oj951j3ssKyjwlnQaBvXazIICg7jpx1P+cPPdcaQeossQzDaoCA0ggx9XDzy2u+1ffsOzL/+iiopiZDLLvWvb9/wEXiKi0lb9BPqDCkA0r5jB2Wvv05Qz3YEn3+eZB0kk0se9DVVeMa8j3r0RADUFZsxnD8GbZdAT+moGQ+y59e7MAUZ2WQ/B3uDzCetzUZP7QqMFqnqp07QMJlM5OTkUFDwHj5xPWq1dP6TK6RJ+kygvIeX6G0Q6wmlfcxHGAYfMkJSbYCkftJUh9cDFfskK0d1g5HchZslL96y3bC9QRC3MV7qbJz4KSgDu9RFUaTcXh4QzJ1nzvP/faz/Y1yYeiF/F/8NIvyW91vA8mGaMDqFdyLZmEx6SLpfAOkd05ufLvmp0Wd+KMXWYgosBYiiSFxQnH9+Vk0WOoXuuG2nWoogCCSG6bjDEA0HHwPrz6CUjk9OuY5VquG8axrCFm8y7Czml53FAGiVcronhtAnJZR+EQYSZQIyX/PXfT6ZgEzfeqvzX0bbQovCw7Xz+USytpRhrnTQfVTSido1CaUGWVJf2t73Iwe2rWHL9LuIL7Uhi3RTfG1HBmlDkBVuhZrc2uPQPtj2lbSsTAFRHQOFjsgO9Qe9U4hf0FAqCb/uWsJvvgV5kP6U78d/Bfu2bZTOfhV8PqyXryP64YeQac+8jvFW6jGMHo38+RfwFBWRLB5gtftnzNV7WP6RyLi7rz3duwdAtb2aH35aTeFWM9+lvoVDKVV5qmM3Ex8cy4RhoxnR54kWWZKfbFz5+QiCgDJeuo6Lmn434l13BlTan0y2b9+OyWSic+fOBJ9Ei6tWjhNTIXx3E2RLgjtdr4T0xrm9rZzdtF7pt3JS0CjlxAZrKKi2U2xyoFfL0alav26nBK8bavKk/4OiQB04Ilem0SA3BiNoNK2CRiutNEAuV5IalEC1pZAQrwtMBWCvxBeciEzV+OZcptU2uomUh4cjDwkJEFhFUUSQy6UA8gYCiM9iwV1cjNwYHCBquAoKEGQyFBERjUaht5Q6MaPE5MTWQMwI06uIDFKjOg0evn1Twwh3X0hFGQHCRkNBI9x9IX1Tj22k+9mMUqMhWBNDcFTMEduKoojLbq+3vjLVIKyzoS5UkmHsQYaxByaxmn327VS786muykPpdOHwiZgdJZhLSgixOlBVWyhSK8mNqL8ZO2dnFmqPj9XtEvFEhKM1BpNQXk3i+q04UpOxee3ojFJYulh7/rDm5aJMS0XmcaBx7yS4nYBG+Bu2fwvdpdHyiZ/NR6bVIg+r/2x1PXug69mj0etTJSVhCjIiG1ZNRNY+8vLqy/oj2u1DllpN5YZQNuXNx5R3kL2Zvamqkuyn2rbbR3S0JGg4HRHIFR0ID+tPaup5hIenAWBJKqL6+/3U/JKNpm0oyqgjCIpyBUR1kKaGXPYRFNVVdNT+rcpCNBVQIXrIrdxFrjmX9mHtaf/bS2AqYm1YDLfUbGh2U9k12Vy+6HL2Vu3lteGv8VDfh0g2JhOjiyE+KB7tcY7Kjg2KZeXlK9lduRuDql6geX3j6/ye9zuPD3iciW0nHtc2DodXFHlhdyaTU1NJ1qqlUeY1BZJdZkIf6Hkt6s6Xcp5Kz1C3lx0FNbUB5JJtVbXNzbqDFaw7WAFANALBNC2ACoBKr+J745mTg9LKqSciyUB5C9pVlViJ8/qQNWGZW3ywhl8+2IFcKaNdvxi0hpMTcp3edQgJi9ewfMYUliky+V3IoYNOx0tTfyJFrpeE1IZh5Nay2mPPNtj4ibQShVaqHIvvVS90hKWdcKs80edDdLn8HYjRDz5AqUpF9AP3o0pJOaHbaqUxmg4dCJ82jYoPP6T666+xbdpI/OxX0bRre7p3rZVmkKnVhEy4jIqPPsb01Zdk9B7JrlX7sVU3ztk5lbg8LtYUrmHRgUWsyl/FRVvuJtKaSIaxJ8E9fYxNH8vIxJHolCdn8NWxYFqyhKInnkSVnkbK559LVfAqVTNXAyeHdevWUVhYiEqlok+fY7QpbOXksmcJ/HAb2KtAFSTl93W78nTvVSsngdag8AaciKDwfyNutx2bswaNNvSowkRFUSS30kaN3Y1aISMjyoD8LB99e8ZTF0zoqAGFBiLbQTN+2aIottqCtdJKU4gi2CrAVIgoejmoVKKTq4kKTkEuPzaRQVqtdLqt+915TSa81dXI9HoU4ZKtjejz4di1CwB1u3bIakUNT2Ul3ooK5CEhKBpUjYgeD8jl/nWKoojZ4aHU7MBWG8wrayBmKE+ymHGk8+gvO4q49fNNKGuFDNEnR5B58diS8VkzuKR7Kt0TotEpdWgVWrQKLanBqcQHSSOxPD4PNo8NrUKLUnbsn8XZTt33QZmcjEylQvSJmJb8jeXPHERiQKz/nL012djWzCb8/97CFRaK3WTCsXQpii++xpGWTP55I2ozQmro/Nta9HYn69LjqAqSOtCNNicJlSZMWjX54fXXTWq3B49MhlcmIMgENHIPOrkTndyNVi1Dl9oTXXo/KRC9zg7LKAWja3T6ZkV1644dvP3ZZ0S020dK6jays7tSXpZCatomwsPz8XiUKBRuf/tNGy/EZgsnNjaW5BQfUZFq0tJGExwc1+T6RVGkfO5OnHurUCYEEXVrN4TjyP4qsZbw9d6vyTXlklOTRa4pB6u33kLr1m63ctuvb4ClmDyFgrEJscR6vCR7PCQqgtAaEugz6AGSDEnEB8Uza/0sfs76mRl9Z3BR+skvj/eJPm5afhN/F/3NgosW0DZU6hTLMeWwq2IXwxKGHX9nhtcD+5eT9cf/EVH4NxcMXcivQ/qilskg929p8EV0p8Pvp0/kQJmF9bXh43/sK6fUfOSq48n9kxnRPpKUcD2JYbrWnLf/GM58M2Vvbzliu5VmN4oYPUOvakdcRkjAc6IosuitrUQmG+g+KgmN/uSfe1blreKxPx+j2llN10Il08LGMuzGmcjqjpuiCDX5ULCxgdCxBVxNZIhogiGuR73IEd8LjE0fH1uCfcsWip97Hm2XLo0skVo5tVjXraPgwQfxlpVLWQIPzSDkyitb7+/OUFx5eRw4bzSIIok/LaLKoyKxQ+Ip3w9RFNmYu4VVC3fhyBP4qsuLiLV5Z0PsF9JD35fR5/YnKebYjxMnA5/NRvHzz1Pz7QIAtD17kvD2WyjCTu1gqMrKSt58800EQeC+++4jqNXS+8zj9xdg1YvS/7HdYMJcCD8z7NJaaTktDQpvFTUa0CpqNIHXRV5FJiaZjChdJJG6loWS1uHx+thXasHt9RGqU5EYduao/P9KbBVQnQsIENEWVK3vdyutHDNeN+aaHHJ9TuSIZBhTUTRRsXEiEX0+vFVViG63lONRe2PqLizEU1mJIiICZYw0ml8URRy7diEIAqo2bTB7oNTkwO6uFzPC9SoiDOpT1pF3pPOo2WXmgV9nsXFPFPbQOQgyL6IoO2yg790972Zal2kA7KzYyZWLpFE2CpkCnaJe/NAqtFze7nImtJXs9srt5by/9X2pjVLbqG1acBppIdLofY/PQ5Wjyv/c6SitdxcU4KmoQN22rX/0q/Wvv6j+dgGa9u0InzbN33Zv/wF4q6tJ/eEHNO3akmvKxbh8A0WPPop+yAjMk67DkAmybCc+WzG2358lae4cdL164co3463Jx/zLEtRt2xI8bpx/vd7qatBpcTocjayvpKqQQyyyKopwOL1H/VplcjlagzFA6Kj731Jt4o9cyT4rMWkbKSlbGy3v88lw2KPR6roRH3clqal9juq6zVvjpPi1TYgOD8ZRSRhHJTdqI4oi1c7qAIuoXFMuOeYcLki9gGs7SXYR2TXZjPt+XMCyAgKx+liSjElcmHoh441toHg7vqJteEq2oSrajs1ZwxVxMeQolfw84Re/cFf16QVolQY0sd1rczq6QEjSSQ8lL7YWE6OvrxR6beNrzNkxhzEpY3h52MvHttKqHNj8P9j8OZiL/LP/OPdtBg+afFz7+8OWAu6ev+WolpHLBBJCtaSE60mN0JMSriM1MojUcD1xIRoUrYLHGYHb68bqtmL1WFEICr8tmsfn4acDP2Hz2KTnayebW3rcMbwjN3e7GZDEusHzB6O3qfm//Y+jEpsXIkQZrHKK1FilqsZ2/WMYeGkGOuPJqchoKSXWEmYue4CrX1hPhAkO9Etg6Gv/wxjWTEWfzyfZ5NWJHAUbpQoybxPiX1BMA9uqWsHjCHlA7tJSyma/Ss0PPwAgCw4m49flyA2Gwy7XysnFU1lJ4cMPY121GgDjuHHEv/zSad6rVpoj98absK5ZQ9gNU4l+4IFTuu2cqlx+zl3CooOLyKvOZ8rGZ9B49KzpPo8+vTsyNm0s7cKO3nr8VODYs4eCe+/DdfAgCALht9xM5O23IyhOvRPI6tWr+e2330hLS2PKlCmnfPuttIC9y+CLy2HA7VIwuKK1avdspKWiRqsfUCuHR65Ch4BLFJH7jr7jQiGXkRSm42CZhSqbiyCNglDd6b1J+NficUk2DgCGmEaChs/hwGsyowgLPS0XAK20ctYhV2IIyyDZWorX6woQNLxe93FVbTSHIJP5qzYCdiUyEpnBEGBHJbrdIIqYlVqqKh046sQMINhhJkKvRBsiWQuJooinrAxBpUJuNJ5y6zlRFFmStYSyJffS2WNnW0wCDrcXuaDEi5vukd25obICr9fFoqQu2D12bB4bdo+daF29z7/dbff/7/F5MLlMmFwm/7wqR5X//zJbGV9lftXsPt3Q+Qam95oOQKGlkAsXXuh/TiVTBVSLXJxxMVM7TwXA5DLxyvpXAgQSrULrF05Sg1PpGN4RANu+vZTkZRLUvQd6QxgahQbbH2upmj8fTccORN5+u3+bWRMm4q2q8gsVAO7CIkyLFuGtrg4QNRSRESCK+KxWZv0zi3m75/F/GY+ScdedqDMySBreF4aD1+TEXWZG/foEBEHA5/BQ+v42ZCoZ2m4Xo+0eHVC1Jw8JAUCnUqMztsAj+JOxeLP+wBHeDVunydgie2Izm2srP0wBFlk2UzV2kwmnzYrP68VaXYW1uqrRKt3GMIiXxKa83K4kJW1DJhMRRcjN6UpNTTRmcwTxMgVt0lKwWEvZV7wabZARjcGANsiI1mBAE2RAJm9anJIHqwkdn07l/ExMv+WSH1OJKt5ARqiUDVJgKWDiTxMxNzXqGcgIyfD/H2+IZ2LbiVJItyGJZKMU0q2SB17riFEdKUofIokXooiuJp/o3++izJrH3sq90nynhdCstYAIe3+pX1gdLIkb7c6HgXcc+XM5BhoKGgCR2kjig+L9IeMANc4a3tr8Fuennk/PqJ7NjwYuy4RfHoYDv+FPdteFQ7er8PacwqCI47dIiTK0TMTqlxqKyeElu9yK3e0lp8JGToWNVXvLAtop5VLOR2q4npQIaZL+1xEXrD3rc35OJh6fB6/o9Vdzu7wuNpZslMQGT9Piw8UZFwNgc9u45udr/M9Z3VbcvvpKrIaimoDAE2ufaHY/XL76sG+ZIMPj81CsMDMtfSZGTxBauZagmgg0Hj1OhY1ng2/HdaAadVowc1T3MzD/YmJzO5D5VzEHtpTQ/+J0ugxNaNKS6lQQrY/mrbEfsXzrrYR+tZb0v/PZOvZcQmc9Q+ch4xsvIJNBZFtpqrPY8LigdFeDao7NULobLMWQuUSa6ghNqRU5ekmCR2w3UOnxuVxUffYZ5e++h88mWeUEX3opUfdMbxU0zgAUYWEkvvcelZ99RunsV9H16X26d6mVwxB61ZVY16yhZsF3RN51FzK1mvw92eTu2MfACeee8O2ZXCYWr19B9hIHFpeZHzu/A4BWpcXWJ4tOqT24aeD/oTxD+wZEUaRq3heUvvQSosuFIiqKuJdeQt+/35EXPkns2LEDgM6dO5+2fWjlEERRsl8Pqc29anse3P6PdD5s5V/PmXn0auWMIkyhJ9xRDZpju6HTqxVEGTWUmBwUVtnRqeSoT3I47X8OUYTqHBC9oNRBUOOwT095Od7qakSXE1VCwmnYyVZaOTsJ0gdWqNntVWRbC4lSBhFmTERoxuLtRCJTKqGhoCGKmDxQGpGMw+MFtxe5IBAepCLEbgKPDYW6gU2V242ntBQEAXmDQDtPRQU+hwN5cDDyk1Q+fbDmIM//9Tx/F//NzR47d1RL+QeKEY9wS7dbeH/r+3h+f57h1TUw4lHOGfZgs+vqHdObTdds8gseNo8Nu7teAEk21o+4D9WEcnPXm7F77AFt6x4nGOqPgw6vAwEBsbYD1uVz4XK6qHZWA1DtqPa3rdyynpyfF7AzWcCpks6LPfb7uHC9yJY42HTjVXQcIIkaeVOuxVdVzR03yMmNktqO2qngphUONuT8SXZ/F/f0ukd6P+JiqcHO//3zJvaaBLQKLWFaO9HXjUJMiqW0eAO9Y6TOitTvv+eAKYsqpRbndiciIn+pCxlw2z0B75fcqEbeIFPAU2ZHppXjM7uxrivCuq4IRYQWXY8odD2iUIQ101EsipC1Gv56Fy56S8prAhj1FHKnCX3acPQtrCTwuN3+ChB7TTU2swlbrf2V3VRDTk4OhbVtE2sFDZ9PhkzmQ0SgpkbqfC/PyqR6e/P5FABqnR6tQRI7FEE6DoRWUa1xUqm0Uk4Nk4wXMMDUjeqv97Fo8AaeGvY0SrWGSG0kVrcUkBmtiybZmEyiIVESLoxJtA2pv0lSypQ8MaD5jlaQqiBu/fVWSmwl/DbxNzQKDYQkMnPUW4RpwurtneQquG5RbU5HbVZH6R5w1kDOHxDaoKLE64Y5o6Vg4LqKjpjOktXMCeCajtcwqcMkfGJ9FdWK3BV8lfkVG0s2svDihYELeFxSGjuA2ggHVwIipA7D0n0yQZ0uAoWaE3X11zc1jNhgDcU1DpoqOReAmGANX9w4ALlMQBRFSs1ODpZZya6wkl1uJau89v8KGy6Pj4NlVg6WWRutS6WQkRymk4SOiLoqD+lvtFF91lq9uH1u8s35AYKC1SOJDza3jbahbRkYPxCASkclj/3xmCRONKiUsLltOLwOJrad6P8d2Nw2blp+U7PbPT/lfL+ooZKr2Fe1r8l2anngeyuXyTkn6RyUMiU6pQ6dQodeqfdPDY/pAAvGLUCtUKNX6tEqtHyw7QPe2fIOSpkSt8/N8uR+jKzohKW7jLKdRfwQ/z5RxmSGZE0k0prIH1/tZ9kv/5B8gZrLh0nVWBWFFvasLWLApRmnROhSKFWcP/Njtg75mppHniai0oPn5of5ZdJSzn3oLeRHCgVXqCCuuzT1loR5XDbp2FJXzVG4CSoPQlW2NO38TmonyPAZU7HsM+HKdaFSK6FNT2IefRxt164n70W3ctQIMhnh112HYcQIlEn1Yfau/AKUsTEIzQj8rZx6goYNQxEXi6ewCPMvv5AflsQvbz8JgpKOQ3sTEhV63Ntwup2sObiWn4sWsTJvJUq7lmsqZhJEJINDh3N+p3MZlTTqjMrJaBa3m+rvFiC6XAQNH07sC8+jCD3+9+hYKS0tpbS0FJlMRocOHY68QCsnH0cNLLoX9i+HW/6oFzZaBY3/DK2iRitHRFDpwVENrsY3ei0lyqDG4vBgdXnIq7STFqlHdpbeBJ6RWMvBZQFkEJLcpE2FLCgI0eFAEdZ4FHgrrbTScqrsZfgAu9OEUL4XgpNOmdWbKIpU292Umpw4PVJlhlwmEB6kJkKvkuxTgrUQE82h7pJ1o/AbdhL5LBa8ZrNkd1QravhcLlxZWQhqNark5Pq8Do8HZLIWV3nYPXY+3PYhc3fOxePzoJarORAzjHmWldxRXYN7737sip3csHc/yuoa5imMuDxw/RHWq5QrCZYHE6w+fOdtjD6GO3q0bFR7wv4a1kS+iHJQP5xqGXaPHeuK33D/7xvcHdIIHn+pv61z+uM8VOlj3QsTKYvXY/fYiS3OpGv2FozqEKpC6j1bZcmJ5MtMKBoUOm6PdfPBGBlFoS46NKgyCf9iDhfPHwy+VbC7wc7FAm44f281vWN6U2gpRCFTcMmPlwS8hrk75/Jl5pdoFVqGJw7nqYFP+Z+7d+W9KGVKtAotunO0JFVGkZYbRXReEJTbMS3PwbQ8h9Ar2pGbVIFKrpKqT2QqtAd+Q73uHYTCLdLK/v4/OKfWRz2hV4ve34YolEoM4REYwiOafD5nx1Y+/OZLUpMzSUnZRnZ2N/JyuzawohLJymlHtz59UeuDsJtNOMwmqq1VlLjLKaGSSrkFk95DiKWGLgetUFKER+bjyzF50kYklxlej/6cdtYUklyxdFgdzJsfT0ChVKExGLguvCdR6kiM+lC0RiMafwUIuA3FFAZZpccGY6OMEFEUMblM/u9opDYSu8eOx+dhd+VuekRJAemHdsKiUEHKYGmqw+OC8kxJ5Aip76yiLFPqkCzYGLiOkGQpKLjLROh48VF/Pg0RBAG5UN8Z1i60HeMzxtM+rH3tvjnx7f6JzF8fIUhtJHTaSoJUQWCMhYvfgaR+bJRHM3HrAR4qquHGhMgTJgDIZQJP9w9n1ld/AwQIG3VbmDG6nz/LTRAEoo0aoo0aBqQHXgf5fCJFJke90FErdhwst5JXKQke+0ot7Cu1NNoPrVJOcrhOEjr81R1ShUdk0IkRPERRxOl11lc7HFL9kBKc4v9MymxlvLf1vUZt64SLCW0ncFv32wBJbLvo++ZzWy5ve7lf1BAQWFOwptm2dSIggF6pJyMkI0BwaChA+L8/SDaCH533EVqFtr5trWChkDW+TX19xOstft8SjfVe9e9vfZ93trzD7d1v94vpL255Fcvo27mp+80sbb+U7eXb2V62ne1pv3Ngp4Ee2aPR1YRR9iWsyNlNv7GpzHtjJb9Gf8mgZX0Z0W0AHcM7St/5k0y3cy6natEA1t41mbTNJST/byXLNgyl98dfExl2lAOVVDpI6i9NddirpCqOumqOgk1gLkRWcwBjFBhrdWxRvhLh7wrI61lvXxXRBk6DZWMrjVEl1wvf3poacqZMRhWfQNzLL/mtS1s5vQhyOaGXX07Z629Q9eV8Onz+Ob9+GI7Pq2PL8n0Mn9T3mNYriiI7K3by8/I/ka2NIytkO6sylgGQFJ2E6rwKRvUbyJ3xb53Il3PSEVQq4mfPxrrmD0InX3PaBxHs3LkTgIyMDLRa7Wndl1aA/I3w7fXS4F5BDrl/BV4rt/KfoDVTowGtmRowfPhwunfvzuuvv14/02WD8kxEQY4vutMxe41LN4VmvD6RSIOa2OAz+0SQkpLC9OnTmT59+unelcPjdkidG/jAmABBkc02bQ0HP33MnDmT77//ni1btgBw3XXXUV1dzffff39a9qfJ33orLUIURarN+QTZqlDW2vJ59REQFHNSLKkAfKJItc1NmdmB0yONnJbLBCKC1IQHqVAco52U12zGZ7cjNxr9OQ5eiwVXdjaCSo2mbRt/W1duLl6TGWV8nH+UlOj14rPZENRqZCpVwHl0Q8UGbv31VgCGxA9hRvINmC+9FrnbS2TXGiI6WhF9IMigbHsQ5TuNeJVy2i1dhjLu+MMJLWvW4Cktw3DeuX6LDNMvSyl/7z10vXoS80T96Pq9g4fgLS8ndeF3aGpHXtX88AOFMx5CP3AASXPm+Nvm3jANb3U1MU8/hbaTFG7sys/HvmkTysREdD16NNoXURRxeB3Y3DZ/pYjdYydYHeyvLrG5bSzYtyDgebvH7l+mT0wfIrWRzFw3k6EJQ1lfvN4/SvpQGlq2eH1euv+ve5Pvkdar5jrF5Ux0jsGZZSJ2Rh8GLBqC3WOnky0dvVfLxqBdiHjRiiJ9NTG8OeZjyaYEeGDVA7h97sZWXAot8UHxjEkd49/WjvIdCIIgCSu1+SY6hQ7lIb8Zn8/L26/chCGyAp8okJfbzf9cYtJWZIKIuSycO+7/AB8iNyy9gRxTDhWOikavr1tIZ15s9xgOsxm7xcTsoo9QemSEuXQYbSoMFhlJVTH0lo9AFEV+L/6SMkdek+/V4RAEGZqgIDQGI+YwWBy7E1Eu8Ih8CjqDEa3BSKGyiuTQVCJDYtAYJIFErjiO44WjBrLW1Fd0FG+XSu/rGPkYDK31667OhR9uh5iu9VUdEW3hWI9XZXth06ew9UspywtJJ/JM346m9mbS4/OgkCl4MDOPzwormBAdytsdG2eXHCvuwkIyR5+H3N28NeqJOJ54vD4Kqx1kHVrdUW4lr8qO19fcbZSHIK2X+DAZsWEC0cHQLjyJbnEppEbocVHJjwd+bGTNVFcpcVmby7is7WUA7K7YzeWLLm92Hxta6eWZ8rhg4QXNtr2i3RU81v8xQLLru/C7C9EpdY0EBb1ST7/YfozPGA9IVR2LDixqsl3ddKjl2pnCoYJGc/N9Dg+CQoagkKyrdufvZf0POdh3StVuap0Cd1Il74U84Q/VFRBIC06jc0RnukZ2ZVD8IH8+zsnA5/Px29sPE/nBj2xKF/j0qkieH/oCA+MGnpD1ey0WTD//TOjEiWAqgsJNuDcuRuHORyjeKg1yOxRVEMR2r8/miO91SnKAWjk81r//If/WW/HZbMiDg4l94XkMI0ee7t1qBfCUlbFvxEjweEhd+B3Z1VpWfHoQpVrO5GcHoDW0/Fh6IC+XFUXLWVT4A1k1WcSa0rl4512YtRXIrspiXPo42oe1P2vu/0WPh/L33geZEGDReqawbNky/vnnHy666CK6tlasnT58Plj7Jvz2DPg80gDDCR9D4rGJgq2cmbRmapxmRK8X24aNeMrKUERGouvd66SXfhYXF/Pcc8+xePFiCgoKiIqKonv37kyfPp1zzjnn2Fes1GCSySmSy9Ca80gKTjmm1agUMhJCteRU2CgzOwlSK1i2+Edeeukl9uzZg8/nIykpiTFjxjB79uxj398TxPr169Hr6z30BUFg4cKFjB8//rjWO3z4cFatWuVfZ2RkJEOHDuWVV14hOfkob/jrbKfwSTcV+vqRrytXrmTEiBFUVVUR0sQI7X8TdrudF198kfnz55OdnY3BYGD48OE89dRTdKrtdDzbqPv86ggLC6Nbt24888wzDBo06KjX0/B7APDdd9+hVJ6cDvh/O4IgEGpMBH0MmArAXkWZo4oat4l4TQRBTdi/HSuSmOGi1OzEVStmKBqIGfLjzMaQGwyNPLFlWi2q1DRoYDsDILrcgBiQyeOzO3Dl5CCoVGjatvVb1ZiW/0onq5XrI8bRrcs5jEwciWPXLmy1HZCir3b0dO3uh2bYEORQts2Ip6qq2U5I09JleMrKCL5oHPLai5uaxYspe+NNdH37EPfss/62hY88gresHE2H9sg7dqx9DU6cmZnIwwJL17XduuGrqQnohNH17Uv8m280sutL+vijRvulSkg4rK1fXWe+VtG8mK9T6pjc8fDhyTsrduL0OimzlbH0sqVoFBp8og+HxxFgxaVT1FcOiYg8MeCJAJuuhoKJKjyMyC5d8VrdyHQKQtUhqFx2JpWdTw9bR6rlZlYaN/Bb8N+44hP9ggbA6vzV2Dy2Jve1e2T3AFHj7t/uptRe2qidQlDQKaITn1/wOQAymRxHqJfKnO64BTcNj1IH8jqgElW0TXMik8mRAfmWfL+gEaYJI8mQRJJRyrZoF9qOhMT6c8AnnEdTVH67F9uGEkZ1uA7dNYk4nFYcZhN2ixm72SxVg1hM2M1mHJa6x9Jzbocdt+BFNJuwm004S72UxtcgiiIrf/8Go63+Few8ZLtKjdaf/6GtFT+k/w3+yhBtkMEvgmgNRpQarXQu1wRDh7HSVIetEkp2SAJHw2qPwi2SfVjW6vp5cjVE1VpX9ZzSshvB/Stg9SuQu9Y/y2eIYW9Kf3Ym9uCyBqPjbvv1Nnyij/t630d3YyIXRJwYW6w6PFVVhxU0AORu72GPJw3x+rx+QSFIGeQffV/lrGBr9V9YfVY8BithGiuaGBuJbisWl5UBUaOJlPfgYLmVTcWb+dPyMl7sIEj7VggUeoAKWLh7DK6K4QAYjMVwmBGz/WLr/cIbWoToFDq/CFEnKsQF1b++MG0Yt3W/rZHgUPc4Ulc/8CVUE8raq+s/y8OhlCm5pM0lR254BuITfY0EDcD/2Cf6cOaYqJy/B123SILHpKKQKeiS1JEud3ak6EANq+dnUp5ngT1Gbo18ibzu69ko/kGhtZADNQc4UHOAHw78wPODn/eLGrmmXLaXb6dLRBcSDYkn5BpcJpMx6q5Z7Bt0Hsv2vkGFM4ubl9/MtIxruLX3najUx1Y1Kvp81Hz/A6Wvvoq3vBxFZCSG4cPBeCHK9rV5U6IIVVkNqjk2QtFWqVI85w9pqkMXXitw9Kz/GxTV5LZbOTno+/Ul9bsFFNx3P46dO8m/7XZCJ00i6sEHkKlbQ3NPJ4rISAznjsL88y9UfTmfdk/NZOtvpZTnWdi0LJdBl2UcdnmLy8LynOVs/r6Q6AMd+CtpO1nxWajlarp3bUtqVzmjBo5HdZbd57mLiih44AHsGzaCTIbx/PNRp6Wd7t0K4LzzzmPYsGHITnE2YSsNMJfAwpvh4O/S406XwNjXQRtyOveqldNIq6hxEjAtW0bJ8y/gKS72z1PExBD9yMMYz2v6hvp4yc7OZtCgQYSEhPDSSy/RtWtX3G43S5cu5fbbb2fPnj3HvnJBhkKhwYMbu8d+1KP9vV4vgiAgk8kI1qoI03uotLr4+ocl3HLNlTz//PNcdNFFCILArl27WLFixbHv6wnA5XKhUqmIjGy+4uF4ufHGG3n66acRRZGcnBymT5/ONddcw5o1zZf2N4mlBNw2qdyuGdspT00NXkFAZjT+K0UNp9PJqFGjyM3NZfbs2fTr14+SkhJeeOEF+vXrx6+//kr//v2PvKJjpO77crLIzMzEaDRSVlbGs88+y4UXXsjevXuJijq+m8OwsLATtIf/YeRKCE3Bpw3FbMnHA4g+zwlZtU8UqbK6KDM7cXnrxAwZEQYV4Xq131LlZCDI5cj1jTtGVOlpiB5PoEAvighqNYJaTZmtjHJTOV7RS8133+FZt46b/u99gpKGAeA6mOVfzJjoqFscQQCF1odcVS+i1PzwPc6vHkZMGEL0rP/zH9tKnn0WT1kZ2h7d/VUS+Hy4c3NxH9Jxqe/bD6/ZBA08x3X9+pP44Yco4wPbJr7zdqPXq4yNRRkb25K37KRhcVnYX72f7lHdAegU3onPzv+MLhFdkNUqQjJBJo2aVuqgCc1EIVMwse3Ew2/IWo68VhRfOmEZ4o/TqckrwKZuQ4jTwPiqEYyvGgEWJSZlnpS/EaLm8QGP+/33A7JLPHYSDYkBm4jSRSEIgv95T+1vxSN6/FkmdSwLySfUaqVTdSeygrIo1ZYSZY8i1ZJKQUQeM6d87G/73ODnMKgMJBmSMKiOLbQ2ZGwazv3VeKudiH9bibmszZEXAraVbWPWP7MIV4byePv7/UJIYtl64pwhyEd6/VUikk2WGbvFjNNiQRR9kiDisGMqayz2NIdMrggQQvwiSK0oIokgvdHWKNH48qQ2sT2QXfR2g6yO7eAyQ9EWaUofWS9q5P4Nf71TW9HRFaI7gTFe+g2aiyVBQ5BB2zHQ81pkGaNoL1fQvsE+Vjmq+Lv4b3yiD4PKwNXhkt1TpaPyiOLeiebrvV9TYtMzJmUMXSOlUZUbSzby4j8vNsqFqOPx/o9zeTupMuJgzUEe+eORZtffOaITl3cazQigf7mN1YsDLaoUggqloEUQ1cSGhWDxaCiscWCx6VBV9wavGtEnTdT+1St1LPs7gZz9W0gN15MUrmHO8GW0iw7HqDn89YZeqefWbrce47v176TObqsp6oQN+45yvFVObNvLMYxMQqaqP8/Fpgcz8aHe7FhdyN8/HsRVBvHLB3HuoAm0vSCU/Y5MtpdvZ0f5Dv93DOD3vN95ZcMrAASrg+kc0ZkuEV3oEtGFzhGdCdMc+3VYm17nMLfbIF5e/zJfZ36F4eVPWW37mjZvvEdyh6MbqWrfupXi557HsW0bIFkYyTRN/EYFAcLSpKnLBGme1yPZ4xVsqg8jL9kpVXDtXy5NdRgTpGqO+F6S0BHX/YRlALXSNKqUFFK+/ILSV1+j8pNPqJo3D9vGjcS/OvuM6yz+rxF61VWYf/6FmkWLiHrwAfpdlMaitzeyacn3tOl9DVHJgXZhLrebX9euZaV3Cb8VrsDpddJe7E80HUiXdeDSgcM4N/ncU2KHdzIwLV9O0WOP46upQabXEzNz5hn7HVW3ioKnl7/fkwQNhRbOnyUNzPkX9nG10nJa7acacCLsp0zLllFw93Spp6YhtT+0+DdePynCxgUXXMC2bdvIzMwMqC4AqK6uJiQkhKlTp1JaWsqiRYv8z3k8HhISEnj++eeZOnUqw4cPp3PnzgB8/vnnyOVybr31Vp565D4cPidaTSgen8Bjjz3GvHnzqK6upnPnzsyaNYvhw4cD8MknnzB9+nQ+//xzHnzwQfbu3cu+fftITU0FJO/i/aUWnn7sQQ7s2cnaNasO29n+008/MXPmTHbu3ElcXBzXXnstjz76KIra0cLV1dU8+OCD/PDDD9TU1JCRkcGLL77I2LFjG1n+ALz++uu8/vrrZGdnA/U2QP369eOtt95CpVKRnZ0dYD+VkpJCTk6Ofx3JycmsXLmStLQ0/vnnH3r37u1/7q233uKVV14hOzu7ydfVlO3P//73P2655Ras1npP4lWrVvHAAw+wdetWwsLCuPbaa3n22Wf9r9tpruKB6bcx/4elmCw2evfuzWuvvUafPn3Izs72v991TL7qKj774gt8Ph8vv/wyH374IXl5eURHR3PzzTfz6KOPAjBjxgwWLlxIfn4+MTExTJo0iSeeeMI/qr/uPb3rrruYOXMmlZWVTJ48mbfffpvZs2fz6quv4vP5uPvuu/3rBGmk8rvvvsuPP/7IypUriYmJ4aWXXmLixCN0th2BWbNm8fDDD7N582a6dau3KfH5fPTr1w+bzcaOHTtYtmwZF198McXFxQEVC3fddRdbt271V8+sXbuWhx56iPXr1xMREcEll1zCCy+84P9dpaSkMG3aNPbv3++v3Pn0009b/L611H6qqQqL7du307VrV3788UfGjZNCKz///HNef/11/29/5MiRvP7660RFRTX5Pbj22mv55JNPGn0PU1JSuOmmm9i/fz/ffPMNoaGhPPbYY9x0U33Y59q1a7ntttvYs2cPnTt35rHHHuOSSy5h8+bNdO/e/Vg+vn8NPq8Hs7WIYEOC/3jvcllQKnVHFSTu84lU2iQxw91AzIg0qAnTq06qmHGsWN1WiixFOL1OfG4f9lI78Ws34t2yhZjHH/dXMJS9+Rbl775LRCczkV3MAOT8Fo4uyklkZwuVe3WUbAohZcG3eLctJSizNhMiNBXajoa2oymcswyfxUHknXegzpBGsnnKy3Hl5KCIjkGVcPJsP0412TXZ3LDsBhweBz+O/5Fw7UnIQyrdA3++Adu/gWnLIa7WOsteDSo9Igoc+6qwbS7FvrMCaquFVKlGom7u1vx6W4Db5/ZXi4CUgVLHyryV1Dhr+GP1GvS5QYiICAho2ml46KqHjmu7zeE8WE3Zh9tBhPDrOqFt33SHo0/0+QWlfVX7uPTHS9HINfx++e8t7kwQfT4cttpqkAbVH/UVIPUCSJ1Q4jCb8bhdx/z61Ho92qAG1SBqAQ12tL4aNG0GoY1Klubv/wnthjfQyj0oZLXXsroISeSIbC955w+4HYzNVz/UuD28n5NFum8HE9rWj+5/Zt0zLDq4iPv73H9koe0I2HfuJPuyCUds92NfAYdKoNvVtzN+pNS5vS7/T2769eYmb4IVgoL7+9zPpA6TADhYfZBZ62cFVDs0rJToEdWDDuGSZZ3D46DAUuCvptApdShljUfK2l1ecirr7Kxs0t9aS6tSs/OwryciSE1qhI6U2uyOutDylAgdOlXrWLWmWPvNPASZjAGXXdXouXULvkT0+Rg4cRLW9cVou0Qg0zT/PtpMLtZ9t589f0kD11RaBQMvTafDoLhGweE/7P+BrzO/Znflbtw+d6N1fXnhl3SOkO65qhxVaBSaYxL8fvt7Psabn0bvELGpwTp9MkOvb16Iq8NdWkrZq69RU3sdKtPribjtNsImX4NwPIN13A5J2CisDSIv2ATle4EmuhzC2wRWc8R0AeWZbU98tmJZvZrChx7GW1mJ8cILiZ/9yunepf80oihycNw4XPsPEP34Y4RefTXv3fwA9po9RKUPZvLzDyGKInsq9/DTwZ9wfh1LmDmepW0/Jit8G6nBqYxLvJiRUeeSnnj2Zgj4HA5KZs2i+sv5AGi6dCF+9iuoks6s1ySKIhUVFURENJ0H18opxO2AH++AIfdDVPsjt2/lrKXVfuoEIYoiot3esrZeLyXPPtdY0JBWBAKUPPc8+gEDWmRFJWi1LRpZX1lZyS+//MJzzz3XSNAA/B2i06ZNY+jQoRQVFRFbO/p0yZIlWCwWLr+83qv3008/5YYbbuDvv/9mw4YN3HTTTSQnJ3PjjTcCcP2kSWRnZzN//nzi4uJYuHAhY8aMYfv27bRpI41utNlsvPDCC3z00UeEh4cHjCqXyQQSw3VEREaz5Ptv+WP9Zob07dnka1u6dCnXXHMNb775JkOGDOHAgQP+TtYnn3wSn8/H+eefj9ls5vPPPyc9PZ1du3YhP0qrrxUrVmA0Glm+fHmjcF2QrKiioqKYO3cuY8aMQS6XExkZyahRo5g7d26AqDF37lyuu+66FldFVFZW8s0339CvX73VQEFBARdccAHXXXcdn332GXv27OHGG29Eo9Ewc+ZMEH08eO9dLFiygk/ffYXkTv146eWXGT16NPv37ycxMZEFCxZw2WWXsePPPwkCgmt94h9++GE+/PBDXnvtNQYPHkxRUVFAJY/BYOCTTz4hLi6O7du3c+ONN2IwGHjwwQf9bQ4cOMDPP//ML7/8woEDB5gwYQJZWVm0bduWVatWsXbtWqZOnco555wTUCXx+OOP8+KLL/LGG2/wv//9j6uuuorOnTvToXbfjoUvvviCc889N0DQAKlE/5577mHSpEls3bqVUaNGERISwoIFC7jhhhsAqYro66+/5umnnwYk0WD06NE888wzfPzxx5SVlXHHHXdwxx13MHfuXP+6X375ZR5//HEee+yxo3rfjgebzebfh4a2US6Xi2eeeYZ27dpRWlrKPffcw3XXXceSJUsCvgd1FR+HCzWbPXs2zzzzDI888gjffvstt956K0OHDqV9+/aYzWbGjRvHBRdcwBdffOGvMGpFQiZXENwglNTrdZNtykEOJAYloDrCaESfT6TS6qLMUi9mKOW1YoZO1aiz5EzA7XNTai2l2lkNgFwmJ1IXSYWqgvDrr280OEDdrq1f0HCa5MgUIo5qJbZSNYgCkV3MeJ3SsVvTtSve6r7IyjYjVGXB3+/D3+8Tp9NDlxGgrQ/YVkREoPgX3mQkGBIIVYdik9sos5edWFEjZx38+Trs/aV+3t5l9aJGbQm3AGjbh6FtH4bP4cG+vRzrplL0PevP6V6Li+pFB9H3iEKdEYogb9l3VSlTolQpMaoaX6QOTxzO+1vfZ6lsGZdyKUJt9PM85zxCtoY0spE5EajTQggaFI/ljwKqFuxFNb0Xcn39sXZ98Xre3fIu3aO6c3fPuwFoE9qGpwc+zZCEIUc1OlKQydAGSdZSoUdRDOR2OmrFD7O/AiTwr9kfnF4nhDht0mAJp9WK02qluqSo8YrXS50JURoLXUKK6GD0+QWNCqeWxQcT0e4uRyP/HW2XC9FWr5DssUz70FTvQRvXBk1iV7QpPVCHRPHY/gK+KbZySVQP6mQHURTZVbELm8cWkDlQ6agkqyaLHlE9/GLRiWREth5DqQXX+Prr47T9Vr56TY6veweUrz3lt2hi9d/IRAF9VP01XVpIGv937v+1aFsahYb0kPQjttOq5LSPMdI+pvF33+r01GZ22MiuqA8uzyq3UmF1UW5xUm5xsj67qtGy0UY1qQFCh/R/UpgOjfK/G+QsyGSs/XoeQICwsW7Bl6z9eh4DL5cELH2fIwcp64wqzrmuI5YqB/mZ1bjsHlbOy2TXH4UMvaod0Sn1n+nFGRdzccbFuL1u9lbtlYLIa6c8cx4ZIfUWM+9seYdv935Lm9A2/oqOzhGdSQ9OP2KW4ch+V1LwbXt23nkjiVkWdLP+x6I/1zB89ucEBTd93hBFkbxbbsG5azcAwZdcQtS996A4EVXqSg0k9JImpHtHHCbJqqqumqNwk5T1U7FPmrZ9JbWTKSCqY6DQEdkhoOKylWMjaOhQUr9fSNns2UQ//PDp3p3/PIIgEHrFlZQ89xzV8+cTevXV9B1/Mas/L4TIKD746mt+1nzJ/ur9APQ3XITOEcLQyBG8cP4jdAzveNY7MIg+HznXXotjq1QlFnbDVKLuvvv4RNWTRH5+Ph9//DGJiYlMnTr1rH/vzyoqDkj3gWNelAbWKDVwWWMr4Fb+u7ReIRwB0W4ns2evE7Qy8JSUsLdPy8qC223aiKA7sjfq/v37EUWR9u0Pr1QOHDiQdu3a8b///c/f0Tp37lwmTpxIUFD9zXhiYiKvvfYagiDQrl07tm/fzmuvvcaNN97IgQMH+PLLL8nPzyeu1urj/vvv55dffmHu3Lk8//zzALjdbt59991GHc11aJVy7pl+F5v+WcvQfr1ISk5mQP/+nHfeeUyaNMlf1vfcc8/x0EMPce211wKQlpbGM888w4MPPsiTTz7Jr7/+yj///MPu3btp27atv83Rotfr+eijj5q1EaqzogoJCSEmpv6mZ9q0adxyyy28+uqrqNVqtm7dypYtW/juu+8Ou713332Xjz76CFEUsdlstG3blqVLlwY8n5iYyNtvv40gCLRv357CwkJmzJjBE088gb3kAO99Op9PXn+G8y+bDHIlH374IcuXL+fjjz/mgQce8NsLxXfsSHBwMIIgYDabeeONN3j77bf972l6ejqDB9d7bzfsqE9JSeG+++7jq6++Cuic9/l8zJkzB4PBQMeOHRkxYgSZmZksWbIEmUxGu3btmDVrFitXrgwQNSZOnMi0adMAeOaZZ1i+fDlvvfUW77777uE/oMOwd+/egOyJhtSJJXv37qV79+5cccUVfPHFF35RY8WKFVRVVfmrRV5++WWuvvpqf2d9mzZtePPNNxk2bBjvvfeev5N25MiR3H///QHbasn7diwk1I5yt9lsiKJIr169AjJypk6d6v8/LS2NN998k759+2KxWAgKCvJ/D6KiogIqVJriggsu4LbbpJGsM2bM4LXXXmPlypW0b9+eefPmIQgCH374IRqNho4dO1JQUOAXO1sJxOky4QUQReSVB0EfCYZY6WKsAd46McPsxOOrFzOiDGpCz1AxA6SOyBJriT9DI1QTSpQuCo/LQwWNA5sBlAkJOAWRsu0GyncG2gT5H9eGryo6jYJOo8BphoMrYe9S2LccLMWwZxEMurt+4bJMqV1cTziLPW49Pg/Lc5YzJmUMgiCgkCl4Y+QbhGvC0SiOrXo0AJ8P9v4sVWbk/V07U4AO46T3M6H3YReXaRTo+8Sg7xMTIP7btpZh3yJNMoMSXbcodD2jUMUduwVCXYDvtdprsVBv53OV7Sre2fIOwEkRNoJHJ+PYW4mn1E719/sJu7o+XNPkNLGhZAO5plzu6H6Hv6PxVOYMKNUalGoNxoiW2w/6vF5//odf/AioCjETVfUnyY4NhAnl/uWqXBq2V8ewszoam7fBtdHaf4B/DtlKMSDZZwqIuDv0QNf/AhKX/Mz3Szx+q6zpQZdQbhxJWK6X/OodaAwGFhUt5bWdbzEi5RxeH/H6Mb83zZE05lJEu43w7vXnTXWlFcHpwqgIIimsnX/+wbfexblvH4kffUTQYCm7yrZhAyUvzkLbswcxj9SPfnfs2oWg0aCMjz+h/vR6tYJOccF0imsshJsc7vqw8oaiR4WVapubEpOTEpOTvw5WBiwnCBAXrCWltsKjoeiRFKZDpTh7j5stoU7IqBM2+l1yOX8v/NovaDRVwWHfU4no9qHr0rRg3veidKyf7yYqyUDW1nJKc8x8O2sDnQbH0f/idDRB9YKoUq6kU0QnOkV04kquBMDmtgUc1/Mt+XhFL3sq97Cncg/f7v0WAK1CS8fwjrw/6v3DngfiM7oT9cMals+8keTvNpD+RzYbxo4g+pVZdOh3vr9dnYWwIAhE3nEn5e+/T8yjj6Bt5n7thKExQuoQaarDWh5oW1W4CaxlULxNmjZ+IrVTaCG2a30IeXxPyQKrtVPxqFFGRRE3a5b/sSiKlL78CsbzzkX7H6+4Ph0Ej7+Y0ldfxblvPxX//EFBm0p2XRlEl5/jUGSqqOxqRWVQMTxxOBcOPJdBKQNQK/891keCTEbIZZdRll9A3KxZ/vPumciOHTsAqS+oVdA4hWz7GhbdI2U3GWJgyH2ne49aOQNpFTX+BdR1LrTkADtt2jQ++OADHnzwQUpLS1m8eHGjDIv+/fsHrGvAgAHMnj0bl72GlWt+QRRFv4BQh9PpJDy8fjSQSqWia9euHI6kqFA++2ohO/fsZfPff5K1azP33Xcfb7zxBuvWrUOn07Fx40bWr1/Pc88951/O6/XicDiw2Wxs2bKFhISERvtztHTp0uWYchHGjx/PHXfcwcKFC7nyyiuZM2cOI0aMICUl5bDLTZo0yW/NVFJSwvPPP895553Hxo0bMRgM7N69mwEDBgR8DoMGDcJisZB/IJPqnG243R4GnXOB5OuPNHq/b9++7N69u9H26taze/dunE7nYYPjv/32W15//XX279+PxWLB4/E0KvdKSUnB0CBcODo6GrlcHhCaFR0dTWlpoE/4gAEDGj1uaA3WkHnz5nHzzTf7H//8888MGTKkybbNcehvY9KkSQwYMIDCwkLi4uKYN28eF1xwAaGhUmjwxo0b2b9/P/PmzQtYh8/nIysryy+SNKzMqaMl79uxsGbNGvR6PZs3b2bGjBl88sknAZUamzdvZubMmWzZsoXKykp8tR3jubm5dKwNR24pDX+zgiAQExPj/wwzMzPp2rVrwOj7vn2Pzrf5v4ROG06GQofHXIjc7ZZu1O3V2A3RaPWReH0iFVYn5WaXX8xQ1VZmhOpVyM7wC2an14lP9KFRaIjVx/qDbD0cPlOkfEfzv4k6YSOgK1xtkDrdO4yTOuWLt8GB36SOjTrWvQObPpUsctqcK1lVpY88q7y6RVHkhqU3sKl0E06vk/EZ4wECRrQfNz4PLHlACreXq6D71TDgTog4fCBlUzQ8N2nSQ/AMiMW+rQyf2Y3ljwIsfxSgjNGh6xGNvm8MMu3RXW76RB/Xaq7FstvCiBEjUCqVLFu2DFepi0kJk/xi2olGUMoJu7wdJe9swb69nDXLfmbo6AsAGJo4lLt73s3YtLFHHDl9JiGTy9EFh6ALDmm+0dcbYFe59L3oMA6x5xR00b3oarHS1l/1UR+c7rCYsJtM2MtycVSVYbfZcDh9uH0yRATa7N5C8r5dqDwuDjSxuT38EPB4CskI6mw+XHADWoMBdVAQRd5ykqMziAyLq88MaZAjQgurqI0XjUXXuUvgvLEXouvdC9EbGDSu6dYVmV4fkLnjysnFsWMH8uDA40nhjIcaCSD27Tuo+vxzNJ07Ezb5Gn9bb00NsqCgFlVpH/a1aJR0TQiha0JIo+eqbS6/wJFVbvNXeGSXWzE7PRRU2ymotvPn/kDRWSZAQqhOquoIl/5K/+tJCNWikP87BI+GwkaduNGsoJFZScUnOxHUclQJQShCG4sJsenBXPVEPwRBwFrjZO13+9n7dwk71xRyYFMZAy5Np8OAWIRmBiY0DH8HeH/U+5RYS/yVHDvKd7CjfAc2j40iS1GAoPHwmoexuCx0iZSqOTpHdMaoMqJUabjg+f+xachnOJ6cRXSZm+Lp97Hpw3Im6AZTMutFggYP8X83g0YMJ2j4MITTNRhAHwFtz5MmkFwNavLrRY66IHKnSRLi/WI80vk9rkdgGLkxrlXoOEpMixZROWcOlZ99RuRddxE+7YbT9334D+LTatk2dizbTKX8svMOnHLp2iY4tAMRQgy3dLqNCweMbLKi9WzFazLhLi5GU9t3EzJxIsbRoxudY88kfD4fO3fuBPDbtLdyknFaYMn9sPVL6XHSQOh6xendp1bOWFpFjSMgaLW027SxRW1tGzaQd9PNR2yX+MH/oWuiU7SpbbeENm3aIAgCu3fvZvz48YdtO2XKFB566CHWrVvHunXrSElJaXFHsWCroNptRy6Xs+6fdWhVgfvXsNpD2wLrLEEQSAjVYk9PJzEllTD9VB577DHatm3LV199xfXXX4/P5+Opp57i0ksvbbS8RqM5rJUOSBZEh9pJud2NfW2bsu1qCSqVismTJzN37lwuvfRSvvjii4CsjOYIDg4mo9YPPiMjg48//pjY2Fi++uorpk2b1mQYu7+D3lzgdzgTai1CGrapW85TXd1ou0d6v/766y+uvPJKnnrqKUaPHk1wcDDz589n9uzZAe0adqqD9Fk2Na+ug/1wNPc9ueiiiwIsueLjm+7ca9u2Lbt27WryuTpbrTpbtL59+5Kens78+fO59dZbWbhwYYCtlM/n4+abb+auu+5qtK6kBt6eh35fWvq+HQupqamEhITQtm1bHA4Hl1xyCTt27ECtVmO1WjnvvPM477zz+Pzzz4mMjCQ3N5fRo0fjch299/rhPsPDfSdbaRqlUosyLF2yXajJw+xzk2svQ2V24PYZ8fik90+lkBFl0BCiU56xYobX58UrelHJJfE3ShuFWq4mVB161COWBLkP0XsMN80ymRQsGtc9cL5CDWoj2Mqli9+tX0oWFkkDJIGj/22NKmTONARBYFjiMPZV70MhO0GXZg6TZOnR63rJukOhgqH3S5Yf/W4FQ/QJ2YwyRk/oxRmEXJiGY29t/sauCtzFNmqWZaPrXb+dpo4jTdGpphO/7/6dESNGMGzYMERRpLKykg0bNuDId9ApuhN0PyG73whVgoEDncvJ2B5BzBol3gFO5EY1SpmSaV2mnZyNnirsVdKot02fwcRPIKI2EL3/7ZDYD7peCfpwBEANqPUGiD6yJQ9In629sgBfzkbsudtxVBZi73h1fWbIX5/hqCrB7lVg9ypxeFXYRTUOt/R9EJ0eTGUlmMpK/OvcvzOf/c1sz2hzMriZ5xpSmnWAlENEDZlK1aRfd9yzzzaapx88mIR330GmCzzvy4KCkBkMKKPrq2acezOp+eEHPBUVAaJGzjXX4DyYRdLcOehrBwM4DxzA8vvvqNu0IWjYsBa8ksMTolPRI0lFj6TQgPmiKFJhddVXeNRaW9X9b3N5ya20kVtpY/Uh61TIBBLDdKTUih11FR6pEXriQrRnZMbT4Rhw2VWs++YL/7WLIazpKgxNRiiqZCOqhCDkQc0PeKo7lumD1Zx7fSc6DY5j1Zd7qSy08vv/9rDrj0KGXdWOyCRDs+toSLQ+mmh9NKOSRwHSeTfblE2FvV6IEkWR1fmrMblMrMxf6Z+fYkyhS0QX+sT04ZLzp1DRfQh/Tb+W+e0q6PTyC+zbAHKviGPHTkKuuByZSiXt/5l0zSEIEJIoTR0vlub5fFCxP7Cao2gbOGqkKs6DK+uXD4quDyGPrxU8dMcQxu7zQs5asJRI60weeMZfQxwrQcOGYTh/DOaff6Hs1Vex/bWO2BdfRBnV8mrAVo6ezMpMFh1cxJ9bN3JO2TQiBTeiuJEkfQTj2lzMmHHnU742h9y/92Ac9u8RNGybN1N43/2IiKQtXIi81kniTBY0QBooaLFY0Gg0pKcf2WKyleOkcAt8OxUqD4Agg2EzpPyMVhvCVpqh9ZtxBARBaJEFFIB+0CAUMTF4SkqaztUQBBTR0egHDTru0VoNCQsLY/To0bzzzjvcddddzQaFA4SHhzN+/Hjmzp3LunXruP766xut76+//mr0uE2bNii1wfTv1Bav10tFWQXDhw0/7n1XyGUkhmo5WG6l0uoiMSoOnU7nD8zu2bMnmZmZfgHgULp27Up+fj579+5tslojMjKS4uLigI6U5ioDjoRSqcR7yKg+kKpfOnfuzLvvvovb7W5SgDkSdRkg9tqRhx07dmTBggUB+7127VoMhiDio0IJCzGiUqn4448/uPrqqwFJrNmwYQPTp0/HZ7Mjt0iWHR5nfehkmzZt0Gq1rFixwm8D1ZA///yT5OTkgIDvhgHpx8tff/3FlClTAh736NGjybYGgyGgGqQ5rrzySh599FG2bt3aKCj8tddeo2PHjgHzr776aubNm0dCQgIymYwLL7zQ/1zPnj3ZuXNns9+35jjZ71sdkydP5umnn+bdd9/lnnvuYc+ePZSXl/Piiy+SmCjlOWzYsCFgmboKpKa+u0dDnQWV0+n028Mduq1WmkFjxKNoR0VlGV6HGjsyQEStkBNpUJ/RYoYoitQ4ayi2FaORa0g2Jks3IDI5YZqj6yxQhIYiqFQkDytAqfNSsDYUW1lgGb2gUqEIDW1mDc1wwcsw+nnIXSfZVO1dKnl0Z68BUyEMvLO+bdE2iGgr+bGeZlbkrCAjNINkYzIAkztO5uL0i48/O8NcLHnPrp8DzhrQhkKX2mSD3lMPv+xxIChkaDuGo+0Yjs/mxra9HG+NMyCXonzODuRBKnQ9o1CnhzQ7itnn8/kFDZCuxc4//3yqq6vZv38/27ZtY8iQIUe01GsJawvW8uWeL7m+8/X0jJbyvTpfPITC/A2EVemp/HYfEdd3OnvtBkRR+m1s/BR2fQ8ehzR/02dw3jPS/0n9pOk4+Lq4ivfzLLzV4Vw697y4cYM0EfL+guLtUohwbUC8TwSnOhr7tb/hsEqVILv/nsOayhwiZKF0D+mB3eHGYTaTU3oApRNwuHEp3HhkoDjM2AmPDIod1aQcx+tSRkehjB7ZaH7Kl18AgeK+pnNnIu+9F2VsoBDkKSsHrxdFWP0x075lC6WvzEY/ZEiAqJF99SR8ZjOxL76AtlMnANxFRTgyM1ElJaNOSz2q/RcEgYggNRFBanqnBB6zRVGkzOzkYF1uR0VddYdkbeX0+MiqFUPILAtYViWXkRReZ2el81d3pEToiTFqzkjrxLXffil9XoIAosjS99+gPC+boZOmImtwXybIBSJv7ILQAlsu0SeSta0cn1cko1cUlz/ah+2/5/PPT1mUZJn4+oX1dB4aT7+L0tDolUdcX0PkMjnpIekBOS0iIu+c805ARUeeOY9sUzbZpmxKbaVc0uYSwqKTGXTlPfz921OEWF0UB4t41Aqir7sM2RnoV98sMhlEtpWmbpJ1F143lO6qr+Yo3AyluyURInOJNNURmhJYzRHbDdSHsUbc9SP8MkO6dqjDGAdjZkHHi07KSzydyI1G4l99lZpBgyh+9jmsa9eRNf4S4l58gaChQ0/37v2ryCsp5Jdlf7GtZgsrDQulmXLoEpyN1l3Go/NlDJkwnsgJN7N/425W/e8lQCBr63BSux2fI8XpRvR6qfjwI8reegu8XpSJiXjKys54MaOOOuupDh06oFC0dp+eVLZ9Dd/fBj43GOPh0g8h5cy1JWvlzKD1V3kCEeRyoh95mIK7p/svmOuflC7uox95+IQKGnW8++67DBw4kL59+/L000/TtWtXPB4Py5cv57333guwJJo2bRpjx47F6/X6cxUakpeXx7333svNN9/Mpk2beOutt6QR5yo9g1ISmXTpBVx/3fXMnj2bHj16UF5ezm+//UaXLl244IILWrzPM2fOxGazccEFF6ALjSGrqJQn5/4fbrebc889F4AnnniCsWPHkpiYyMSJE5HJZGzbto3t27fz7LPPMmzYMIYOHcpll13Gq6++SkZGBnv27EEQBMaMGcPw4cMpKyvjpZdeYsKECfzyyy/8/PPPx2QLlJKSwooVKxg0aBBqtdpvWdShQwf69+/PjBkzmDp16hGrIUDKRyguLgYk+6lnn30WjUbDeedJJdi33XYbr7/+OnfeeSd33HEHmZmZPPnkE9x749XIZDL08W259dZb/dkZSUlJvPTSS9hsNikvQiaQ0rYtgiCw+JdfuOCCC9BqtQQFBTFjxgwefPBBVCoVgwYNoqysjJ07d3LDDTeQkZFBbm4u8+fPp0+fPixevJiFCxce9XvVHN988w29e/dm8ODBzJs3j3/++YePP/74uNZ5zz338MMPPzBu3Dhmz55Nv379/JZeu3fv5tdffw3ojJo0aRJPPfUUzz33HBMmTAiwU5oxYwb9+/fn9ttv58Ybb0Sv17N7925/9kdznOz3rQ6ZTMb06dN59tlnufnmm0lKSkKlUvHWW29xyy23sGPHDp555pmAZZKTpU7oRYsWBXwPjparr76aRx99lJtuuomHHnqI3NxcXnnlFaBl1nf/VTxeH+UWFxUWJ15ROjaoFTKijBpCtEo8HgdOhxWt9ig78k8BTo+TImsRVrckMrsFNx7Rg1I4uo6ZOpRxcaQvWYRibi8Er5vol99GNCQHtFGEhqKMi2tmDYdBroTUodI0+jmoPCgFXysaiCYeJ8w9H0QfpI2QLC/anCd1WJxi/m/r//H2lrfpF9uPD8/9UKp2kymPT9Ao3w9r35QqVby1lVoRbUF1bJWIx4NMpySoX2ACtqfSgXNfNQC2zaXIjCp03aPQ94xCGRO4j03lJMnlciZMmMCcOXNQKBT+wQDHy9KcpazMX4lepfeLGhFBEQRfN4SStzbj3FuF9Z/iRq/njMdlg41zJV/68r3186M6Qa/roOvEE7Ypj0/kjZwSDtqd/FZpprOhicFA3a6QJpBGQlcehKKtyIq3oxVkaOMT/E3TV13PWE8+IiCULoagGHLS2vFMShZyZPw6cQU7Nqxm9Wv/h8rTvKrhUsjomnCcIuERCLBia9cOTbt2jdq0+WMNnoqKAFFDGReHcdw4NIfk4Tn37cNnNgfkdFj//JOixx5HP3QISR984J9fOGMGottN5F13oaq1PfWaTHhNZpRRkUcMWxUEgSijhiijhv5pge+TzydSbHIEiB2SrZWFvEo7Lq+P/aUW9pdaGq1Xo5SRHKaXMjwaiB1pEXoiDerTcs3w6WdzKV+8gD/6nMO6nsO4/Ke5JBdmsXHxD5Tn5TL27hloGlwbHSpo+GxuZLrG576960v4de4ugsLUpHaPQC6X0X1UEm16R/Pngv3sW1/CjlUFHNhUyoBL0mnfv3lLqpYgE2R0j+pO96ju/nnVjmp2VOxge/l24vRxODIzKXr8Ccr3bmPhPQpAOlbqHCLpWR8R8epixo1/gB6xvYjQNl2tckYjV0riRGw36F07OM9lk+wpG2Z0VB6Aqmxp2lmbdSjIILJ9YDVHdGepknHXj/D1FOCQgYmmImn+5Z/9K4UNQRAImTABbY8eFNx7H87MTPJuupnIe+4h4uabTvfunXGYKx04LG68PikDp8pRRagmlPZh7ZHL5GiClBjCpHtLm9vGb3m/sejAIkq3Ozhn7xTi1F1Q9lrMsMShjE0fy9DJQ7H+uJiiJSaqv/qKiGnTyOjVAUNkZ2wmJbv/rCT1JEfenEzcJaUUzpiBrXbQrPHCC4l5aibyY7gXPR14vV6/I0Sn2oEGrZxEYrpIlXFtzoOL3z62artW/nO0ihonGON558Ebr1Py/At4ajutARTR0UQ/8rD0/EkgNTWVTZs28dxzz3HfffdRVFREZGQkvXr14r333gtoO2rUKGJjY+nUqZM/7LshU6ZMwW6307dvX+RyOXfeeSc33VR7USNTMPfVJ3n2w4Xcd999FBQUEB4ezoABA45K0AAYNmwY77zzDlOmTKGkpARjcAjtOnVhzlff+6suRo8ezaJFi3j66ad56aWXUCqVtG/fPqDKYMGCBdx///1cddVVWK1WMjIyePHFFwFJcHj33Xd5/vnneeaZZ7jsssu4//77+aDBTWFLmT17Nvfeey8ffvgh8fHxZGdn+5+74YYbWLt2bUBo8+H48MMP+fDDDwEIDQ2la9euLFmyhHa1N8Px8fEsWbKEBx54gG7duhEWFsYNV17MY3dPkwKH1QZefPFFfD4fkydPxmw207t3b5YuXeoXW1L79mXmzJk89NBDXH/99UyZMoVPPvmExx9/HIVCwRNPPEFhYSGxsbHccosUuHrxxRdzzz33cMcdd+B0Ornwwgt5/PHHmTlz5lG/X03x1FNPMX/+fG677TZiYmKYN2/eUec+HIpGo+G3337jhRde4JFHHiEnJweDwcCIESP466+/GnlftmnThj59+rB+/fpGVmFdu3Zl1apVPProowwZMgRRFElPT+eKKw7v4Xiy37eGTJ06lSeffJK3336bBx98kE8++YRHHnmEN998k549e/LKK69w0UX1N13x8fE89dRTjb4HR4vRaOSnn37i1ltvpXv37nTp0oUnnniCq6++OkAYakVCEjOclFtc+GoFbo1STpRBTbBW6e/UKTHlUiN6iHFUER6cfEZYHPhEH2W2MiocFf5qsUhtJOHacGTC8XktK9V28DpBoUXTd/TJe71hadD/kCDpqmxQBUlh45mLpQkgpqtkU9XpEog+NTcsF6RewCc7P6FrRNfjEooAcNvhuxth9yL8nTGJ/WDQdGg75owJT5eHqom8tRu2zaXYtpbhM7mwrM7HsjofZawe46gktJ2kDraa5TkIMgHjOYEWQRqNhokp5yKXyVtUyXcofxX9xTeZ3/BgnweJ1ku2WFe0uwK9Us/EtoGd/MpoPcGjU6lZfJCaxQfRZISgCG+ZLegZgSCDVS+BoxqUeuh8qSRmxPc64ZYzCpnAjz3b8FF+GbcltsC2RCaXrK8i2tRXEdXh80GfqVC8HaF4O1QcAEsxQbZS7jIEURocR4QugsgObakwCugcKgQavx4REavGS1jG0VU2nAwEhQJldKDdm37AAPSH5IwBpHwxD3dJKcra6kuQ7GjVHTugzmgT0Nb82+/4zGYibr+9ft6yZU0KIGVvvQ1yGSETJvitZUSvF2SyJkUGmUwgLkRLXIiWgRmBHd9en0hhtb1BhkdthUeFjbxKGw63j8wSM5kl5kbr1avkJNeFlTcMLo/QE65XnRTBI0DQ6CUJpl9fdAPjls+n/YEd5GzbzBeP3ceEx57FGBEZsKzP4aHq+/248y1E3dkDmTrwnJXeM5INS3SkdY/E6/Yhr80g0YeoOe+GTnQcHMfqLzOpKrbx22eSJdXQq9oRmXj0x6/mCNGEMDh+MIPjJUM2R2Ymjh078IZpmejrzP4oHzsrd2PTuNieKgAl/L7mfs6PHs5LY6QBO26vmy1lW+gU3qlR3sdZgUoHSf2lqQ57lVTFUbCp/q+5UKryKN0FWz6X2slVkthbvpdGggbUzhPgl4eg/YVnxHXayUCdnk7K119R+tLLVH355ckPjz8LMVc6mPfEX3gDxHQ1hdjYySYA5AoZKZcp2b4+i/WqlewOlbJg5CFKekUUkNA1mBVjVxCqC/GvwXj+GEpffBFPYRGW1asxjBjBJTMe4evnNpC1zUZFgYXw+LNDBGiIeeVKih5+BG9VFYJWS8zjjxN8yfizajBcVlYWNpsNnU5HamrLryfWfjMPQSZrMrdp3YIvEX0+Bk6cdCJ39eylpgCCa23GozrATSsl8fks+p60cnoRxP+YKbrJZCI4OJiamppGo/UdDgdZWVmkpqYedyed6PVi27ART1kZishIdL17nZQKjWPBZrMRFxfHnDlzjt4qqeIgPmcNtqBINEExJ877G3B5vOwrseAVRaIMGmKCz56O0ueee4758+ezffv2k7OBqmzp4lyuhsh2Z+UFtSAILFy48Ii5L62cPcybN4/rr7+empqaFlUo/Rdw14oZFYeIGdEGNcYGYgaAz+elsGofNaKXNLcbraCA4ETQnr5ybKfXSU5NDm6flD1kUBmI0cf4szSOxBHPozsWSD6p8b3hxhUnctdbhihKwaP7lkk2VQUb8XdijHxcypwASSjwOOGQ3KJjZWf5TvZX7+fijHpbHpPLdOLCH+eMkSyG2p4Pg6cHduycgYgeH449lVg3l+LYUwlekbCr2qHrJnW21izNxvx7HsZzkwOEDdOKXEzLcwLm5+fnEx8f36Kb5Gt/vpZNpZu4rftt3Nrt1iPvp0+k7MPtuLJqUCUbiby563GNsj5pWEphyzzI/hMmfVN/I/jX+1K1UufLQHOW+nI7LVIHZPE2yboqLA0G3c2uil088NF1jNgkdUI3FDbE2t/07z3LeHnaJ3QMrx08UWc99C9AFEXMv/yCu6SE0MsvR1ZrlVv52WeUvjKb4IsvIrZB5WZm7z74LBbSlixGnZYGQNU331Dy/AsEj70woG3NDz8gaLXoBwxAfpTiodvro6DK3qC6oz7Lo6DKju8wd50GtaJBUHl9jkdqhJ4Q3bFZJnlFkamvvYHJJ/oFjYaMWv0jnfZvJTk5lcuffAHFIdliPpubkjc24TW7CJ/cEW2HxpU/ok887HHB6/Gx7bd8/lmchcfpRRCg8/AE+o1LRd1E9cfRIrpc2DZtRt+/3kKu5scf0fXv7xew3D43B6oPsOCHWRTu/IesaIFRW0T6XjiVwVffx87ynVy5+Epkgoy04DS6REgh5F0iupARmoFSdvz7eUZgLm5QzbFR+t9R3fLlr10EqS3LojybcR7MCrC6c+UXoEpoOtvwv0RZrpmvn19/xHY7otfQuWQI+cGZbOn7I+PSxzE2bSxJxsZZTnWUzHqJyrlz0Q8bStL//R8Av3ywgwObSknrHsn5t3Rpdtkzlfw778K8fDnqDh2Inz37qO0TzwTcbjcHDhzAZrPRs2fPFi+3bsGXrP16HgMvnxQgbDQ3/z+J1w0rX4C1b8F1iyGx7+neo1bOMA7Xd9+Q1kqNk4Qgl6Pvd2b9MH0+H8XFxcyePZvg4OCA0dwtRqUn22fF7qohwW0gWH3iOt9UCjnxoVpyK22Umh0EqRUEac7sr6jFYmH37t289dZbjWx/Thj2KmkCCD38SG7R48FbVYU8LOyMEdFa+ffw2WefkZaWRnx8PFu3bmXGjBlcfvnlrYIGUkdOmdlJpbVezNAq5UQZNRg1imZGwspJCG9PpK0CtblYsgyqOojFFoTaGI/yNIyWVMqUyGQylCiJ0cdgVJ/gjtBiyZeWmM6Hb3eyEIT6sPFhD4KlDPYvlwSOdufXt9uzGL67qTZs/Dyp4iGi7TF1iO6s2MnVS65GKVPSI6qH/6b2mAQNrxt2fAfrP4SrvgJ9bQfbmBelzuuoDke/ztOAoJCh7RyBtnMEXqsb+/ZyNA06CwWVDOQCpuU5eCrthE5oi/m3vEaCxsqVK1m5ciWjR49mQINR76Iosql0Ez8d+IlH+j3iF+Umd5xMm9A2nJt0bsv2UyYQNrEtJa9vwpVjwrKmAMOwhCMveCrw+eDgb5K9VObP4PNI87P/qO90O7Ra6QRzwOag0u2lT/BJtDhTB0k3uk3c7ObG2Pm9Zxn9doWhd9RfL1o1Xv7pWElujL2+sccJL6VJwnFYKoSmBv4NTpQsaM4SBEHAeP75jeaHTZlC6OTJiC6Xf57o8xE2ZQru0pKAihFPSSmi3Q6HVLoUP/0MPquVtCVL/KJGzeLFVH7yKYZzRhJxS/33yr5lCzJjMKrEBASlEqVc5hcmOMSJy+nxkldpr63qCAwuL6yxY3Z62F5Qw/aCmkavK0SnrK/qCJeqPOoqPIya5jvc/6q2sLTH8Gaf/3XoRaztM5KPOyX7BQ3R5wNBQBAEZDolYVe1B5mAOqnpY/aRhE65QkaP85Jo0yeKP7/dz/6NpWz/PZ/9G0oYeFkG7frFHPPIZcvq1ZQ8/wKu/HzSvl+IujYTLviQezylTEn7sPY8ev1ccnb/w767byU+1wYbP+KnP1ahnzGdGH0MxdZi9lfvZ3/1fhbul2xU1XI1Twx4govSpXV6fV5kQtMVPmc8hhhof4E0gSR0VmXBX+/BPy2o4v/+VkgbBjHdILarZF11uIyOs5QAQSM7m6xLL8Nw7rnEPPE4Mv2pt7Q8U/D6WpZPWBqehSM4gzFDevN871ta9FsJveJyKufOxbp6Da78fFQJCfQdl8r+DQfI/HM5KZ2voMPg7sf5Ck4tsc88jbpNBuG33HJ2Zfk0oM4l5GipEyzWfj0Pn8fDoCsmtwoaDanKgQXTIP8f6fG+5a2iRivHzJndY9zKCSU3N5fU1FQSEhL45JNPji3oSKVHaxNxyyWLkhNNiE6FxeGh0uYir8pGm6ggFPIzwzqjKe644w6+/PJLxo8f32LrqaPC64bqPOn/oOgjeqN7KivxlJbiNZv9I/FaaeVEUVxczBNPPEFxcTGxsbFMnDiR55577nTv1mnF7fFRZgkUM3QqOVEGDYZmxIxDUevCQRMClhI8llLyRSdiTRYpuhi0upPrB+8TfVQ7qgnRhCATZMgEGYmGRBSCAvnJqAgrqRU1ok+TqHEoQZHQ/WppakjhZhC9kPOHNC1/AkKSJZuqNqOlTuOGeR2HoWNYR/rG9CVME4ZeeYydAS4rbPofrHsbamrPCRs+loQZkESasxS5XklQ/8C8CmeWCbzS78m2sRTbljLwio0qN1S1N8l11ot1N55e0cuDqx+k1FZK35i+XJAmdWCNSh7FqORRR7V/ijANIePSqFqwj5pl2WjahTbKADmlmEtg06fS96Emt35+Ql/oda0UiHsK8PhE7tiVy1azjdfaJ3FF7Kn3PbYGX8Juo4+86B+IrlSjdcqxq72UhDmxBF8sWXDVUZ0LLguU7ZamQ+l6JVwqjY7F44K/3pVChuuEj7Oo0kUQBIQGmRyCTEbkXXc2ahc+7QaCx41FaHA/ILrd6AcNwlNSgjK63krMdTALx/btjTJAcm+Y5hdA6jpCLatXY1ryM/oB/Qm+uL46TW42kR4RTEZU405gh9tLToWtgdBRL3qUmJxU29xssVWzJa+68evQqyQhpUFoeVK4jgK5yDsFZURVlhNsaWyFVUdNkIFKdf1ves2Xn2KrqWHUjbejUCpRp7RsAFdlkZXcnRV0H9X0aOygUA2jb+xMx8GVrJ6/l+oSGys+2S1ZUl3ZjoiElneOu7KzKXnhRSyrVgEgDw/HXVTsFzUOR3KHvsT+tIZlj00l/aetbLfvZ/2Wt3jvnPcIVgezo3yHP4R8R/kOzG4zMboY//LLc5bz/N/P+ys5Okd0pnNEZ0I1Z1422BERBKn6q8NFLRM1avJg8+fA53UrkJaP7SpZWcZ2lQSPoMjDreWswrZxEz6Hg5offsC+ZQtxr85G+x/NFthTuadF7W4ZeAPn9j66ih5VSgr6gQOxrl1L9VdfEXXffYTF6tHpN1FVs52VnzvPaFFDFEVqvv8B+6aNxDz9NIIgIA8JIfKuu073rp1SRJ+PHSt/pTwvh/K8HJRqDX999xXrf1yA1+NpFTQAdi6EH+8GZw2og2Hc65JFaiutHCOt9lMNOJH2U/9aRB8+lw1BqUM4ST7dXp/I/lILTo8Xo0ZJcrju7BwNdLyIohSk6TSBQguRbQNv0JvAW1ODp7QUeWQkipCQU7OfrbTyH8Tlqa3MsLkQ/WKGgmijmiB1y8SMJtfrNJFvzkcURdLC2iHIT97YA6vLSqG1EJfXRZQuikjd8d+EH/E8OruD5Gk9dekZb5FEZVa9TVX2mvrwbYB7dtX7v3qcAQJHsbWYT3d+yr297/Vbdji9TtTylokgAVjLpY6Wfz6or9jTR0K/W6DPDXAGBsyfCKqqqrAdqETcY4GdJskhTAayO9IB0Ol0hISEIIoiixYtYuPGjSCHm264yZ8VNmfHHHJMOUzuMJmM0CN39B0OURSp+HQXjj2VKGP1RN3evVGQ8Ckjaw18Olb6XxMM3a6CntdC9PHlUx0tVq+Xh/bms7S8hpV92hOnObWjMHdV7GLs6i+whUxAV/0tetMP9ftmvNg/f9HQqyX7Ka8HqnOk33VVVu3f7Pr/B0+H4Q9JK6g4AG8dIg7pwuurOjqMg461nfV1t1H/8utUV34+zsxMFFFRaLtINig+p5OsSy7FU1JCm9Wr/CO4y956m/J33iHk8suJffop/zoye/bC53KR/vMSVLWZIbbNm7Fv2oSmSxf0fZsepWlzecgutx2S3yEFl5dbnAFtfXoF3jgd3jgdaOREVZbz2ZP3ova4m31tToWS6c+9wSXdOjJWsPPDQ3ch+nzEtm3Pxfc9ij6k/jjrNbuw/FWE8ZykgAoNm8nFpw/9ic8ncsVjfYhIOLxtl9fjY+uKPNYvzsLj8iHIBLoOT6DPuFTU2ubP+16LlYr336Pi08/A7QaFgrDJk4m47dajtgoD+HvppzxcMYcydyUauYaHOt3FJd0mIau9x/OJPnJMOcTqY9EopHP6y+tf5rNdnzVaV6Ihkc4Rnbm9++0kG5OPel9OKz4vvN5ZCgVvMldDgKAoGPMSlO6Aolo7PHNh0+szxEqBt36ho6skkp6lxwnbhg0UPPAgnqIiUCqJvv8+QqdM+c/cn/tEH+sLN7D8w12EFjdvIVVH3BQnlwxsXEl3JMy//kr+HXciDw0lY9VKZCoVuTsP8sPs1+hz0eX0u3jwGfmeey0Wip96GtNPPwGQ8O47GEaOPM17dfwsX74cuVxOr169CA6uF7e9HjeVBfl+4UKhVDFgQr1Q8e6Nk7CbGlccyhUKps/7/lTs+pmJyyZlE236VHqc0Acu+1hyImmllSZoqf1Uq6jRgFZR48zB7vKwv8yKKIrEh2gJDzqGzqCzHWt57YhcQcrRULbM4qfuJ30mXvS00srZjsvjpdTspMrm9v/W9LVihv44xIyGiKKIx21DWVuZJYoilaY8QoJikcuP39fa7XNTYi2hxildcMtlcmL1sSfETvCw51GfF5Y+InUEXDX/rBr5jNMCWaskgcNUCNd8W//c/y6VMg3ajsabMYpx62eSZy3k7p53M63LtGPfpssqiUC1nxOhqTDoLqkTu4Xng7OR6upqZr03C5toY4CzA4OdnfDgRYGcP9Q7WafejU7QMePWGYSEhFBlr+LRNx8lyh6FRqfh1ptvDbj5PFF4zS5KXtuIz+bBMDKR4PNSTvg2GlGdK1VkKNT1eS+iKFmjZYyCjhed9u9CkdNFrPrU20rsqtjFFYuuCBAw9KYfGj3+auxX9ZkazSGKkmhZJ05WHoTfX6gXPGzlge2HPQQjHq5v++7ABlUdKYHWViFJZ5Wt1YnAtmkztvXr0XRoT9DQoQD4rFYye/cBUaTdpo3+DJCyN9+i/N13AwQQURTZf845yA1GEj/4wF8x4jxwAHd+Pqq0NL8oYna42VZi5tviSlZabRQJDarIXT7abdnN+3OfPeI+3/Tw8+xLSkUpCEwwFZK88BO8NitB4RGMv/8xotMyED0+RfI8UwABAABJREFUil/ZgLfaSfDYNAyDAzMGln28E6/bR7+L0giLa1k1l7nSwZ/f7uPApjIAdEYVAy/LoG3f6EbXE6LXy8FxF+E6eBAA/ZAhRD/88HH71Jfby3nsj8f4K+8PnvnMiywuhoFv/I/QyKat9lxeF5mVmWwv3+6v6Mg2ZfufX3bZMmKDpOq77/d/z/ay7f6qjtTg1JNTBXoi2PUjfD2l9kHD7pHaz+Hyz6RjbkMsZbV5P9tqhY5tkijalDCiDq4VOrrUCx2R7eAEXNedCrzV1RQ9/jjm5b8CEDRsGLEvPI8i7NRX6Z0qMov2s7RoCYsPLqbQWsjELTMIt8cdcblON+kY3vPoB+6IHg/7R52Lp7iYuJdfJnicNIBBFMUz9r7evn0HBffdhzs3F+RyIu+4nfCbbjrrbbBdLhcvv/wybrebG264gdJtGyncl0lFXg5VRQX4vPVWZIaISG56Z67/8arP5yD6vIQnJlO0by/bV/yCXKFordTY8oVk4YcAQ+6F4Q+fNce/Vk4PraJGM7SKGieWk3mSLTM7KaqxIwgCGVFBaJVn98nxqPA4oWwPiD4wxknWU6200sppw+nxUmaqFTNqb1aD1AqiDJqTnv1TZcqn0FWDCsjQxyMcY3i1KIpUOioptZX67QNDNaFE6aJQyE7Ma/jPnUfdDpiVAp56736n2sD6oGDS+95GbNdJRxc2XnEAwtPrH39/O5TuhEHTpdHhZ2pn0Alky4EtXLv6Wq6oGM2U8nF8FvETX0b+zFVl5/sfz4/4hc+GfEb39O4APLHqCfgHZFYZ0dHRTJ06FbX6xA+GsG0ro/KLPdJYg1u7Neuxf1x43VJGxsZP4MBvgChV5Ny7B5Sn/zd1pnSuFFmKGLtgDC58fiED0Q2C0i9oqJCx6LJf/B2sx4zDFFjVkTyw3vt5/wr4/P/ZO+vwKM62i/9mPclu3N1xL+4FihSrAW2RtlA3atTdedtC3YEKbaEFWgoUChQt7k4S4sR1d7NZn++PSTYJCZ4g/XKua67NzDzzzLOT2ZH73Pc5Z5BN6PcUXPuC9LexEPb9WJf40DQ+AXelQrTZsBcVoQyp+X/oV67CsGYNHn164z12LAAOg4GkrtLxbbF3D7Iq367Cjz6i6LPP8R4/Hv+XX2ZdiZ4FucUMfOkZyjy0fDT+Tip0Ogb5enKrBjoJAis2HKLnezPOOralr85iY3wsu/UmAHzKihi/aj660kLkKhXDH3iMFj37YtyaQ8X2PHwntKgnQ+d0isjO4q9xOmQeKWbjL0mUF0j3ktAEb/pNSMQvrK4kVfGcuZQu+IWgZ55BO2BAo/0WnaKTJQvfIPHVn1E4odhbju7Nl+gwaNw5bV9uKedw8WGSSpKY0maKa1wP//Mw67PWu9q5K9xp49+Gdv7taOffjv7h/VFeSUGtI0th5dNS8kI1PMMk36pTCY3TwWKE/MNVRMd+6bPgaN1qz2rIq7ywqkmO4PYQ1OaK9ekQRZGyX34h/+13EK1W/B9+iIAHH7zcw2pUlJpLWb5/FdlLQF7hxg9dXkIUnGiVWkaZJ+O1o8VZ+7jpmc4ER3tf0P4LP/2Uoo8/wa1LF6Ln/3j2DS4TRKeTknnfUTBrFthsKEJDCHvvPdzPw0z7SoEoilSUllCUme6qvijKzydF0ODl5cX06dP55aUZ5CTVSFeq3T3wi4jCPyIS/4goOg4dWe96fKqHxv97Tw1RhD8flaSmYgdc7tE04ypAM6lxGjSTGo0Au5VyQzaFDjNaN1+CPYLPvs0FQBRF0otNGMw2NEo58QHaC35ZuKogilCcImk/qzzAL+Gs5cqOigpwOJDpdFdEsKEZzfivwGKTKjPKTiEzgjw1eKgvjS2VsaKAnMpCfB12/B1OKQjmFQ7y88v+za3IpaSyBACNQkOoRyhujZzl/f/tPlphq+Dbbe8yVtASmXsEUv6pqawAiLsWJi05cyeiCKnr4d8PIXUd3PdvjZG61SRl4v8/uq5vOLaBf5ctr0NoVKM2sdF+aD9GtqvJYiwvL+frr7+moqKCG264gQ4dOjTJ+Ip/OUblvkIU/m4EPtIJmaqRiKaSVNj9nZTJVlFQszymv+SV0Wr0FZHR9vqJHCodTl6IC8X9Mnue5RpzKbVIsmxDD1qxiaAUYFU76droo/ah0l7JFwe+4NVer+KmaIKqFodNqqipLWlVW9pqxHvQ6Xapbep6+H5M3e3dfGuqOjpNhLiB0nKnAxCgiaRer2SIdjuWE6nYiwrR9u7tWl7y/ffk/baIvf0G8XaPaymy2fGoNLHs8akA/PvnKsZEhRCgUroIkMIefQnYtums+9zy5sdMvWkwBw0mvs8pZlF+KXaTiVFrFhCblQxA/NgJjJ5wOzjEJpGfc9ic7F2Tye4V6dhtTgQZxKky6DY6Hp9rJX1+0SZViTaV6e6hzX9QOuMF/EvsOATIGt+LIc9/jkJ5YfvblL2JnXk7OVh0kMPFh6mslQCgkWvYctsWl0zjxuyNqOQq2vi1Qac6fymtRoPTARlbwJgvJZVF9br4hAKHDQqP163oyDsoSQzXgwB+8VVER7WEVQfw8L+4MTQizMeTKJnzLSFvvIGgvPz3pYtFhbmS9cc2sbLkTzZnb8bpcDJp92uo7e6kD9rAkK59GBA+AEOOjYVv7Txrf+Oe60pA5IWdw7b8AlIGDQK7nZg//kDTIhEAi8nC6m8Xkpt0mKkfvuWSiLtcyHnuecoXLwZAd911hLz+GvImqJJtSuz44zdS9+ykOCsDc4XxlLUChhad6N23L0OGDOHQutVUGvT4R0ThFxGFzs//jDGX0xEY/6+IDVMJrHsLBr10dVXnN+OKwbmSGs1G4c04fwgCosWARaFAsFU04W4Ewn3cSC5wYLY5yC2vJMzHvcn2d8WgolAiNASZZEx7DsEse34+TpMJZVAQioD/jjldM5pxuWCuIjPKTVaXiIBOoyRQp75kZEY1tB6BxGt8pRfsigIwl2OxGjG6eeHrGYFwFq+davhqfNFb9AS4BeCj8bn0BGhJquQHob6MwYpGxid7P+HH1CVs8Elk4U0LkYtOyNoOSSsh6W9IuK6msSEP5gyVliUMhaiekpzVvx9C7j6pjSCHrG01pIbq/8E9rwoFBQXk5uZSbCxGhqweoQG45mXIsDprsl4FQcDb25vbbruNwsLCJiM0AHxGx2FJLcdeVIl+ZTreo+POvtG5YNcc2PKx9LdHoBQI7zxZMqG9QpBRaeHzzAKcwCA/Twb5Xd6X1BBtCCHaED5Iz8Mm5qESBKyiyEqDL49HB2N32hn7x1gy9Bl4qbx4vsfzjT8IuVKqrvJr4DwQxSpyogoaL2g/vsbXo6IQKkvgZAmc3F03czHjX5h/S305q2qZK++o/6yslaBQSIG8qmBeodXGkvxSFrbqzqHH2kuNbHb8lQrGBQTjfOttQiqMTEuo0bp3WiwISiXywHMLBC88kIMsOI1JPaL4X4sIXowL5de8Er7zupuidUvptn8zs4xOvtyTzJRQf0YHeuMml+GstCM7xQPDUmnnyOYcWvcOQe1+7gFfuVLGNcOjSezky7oPN5Jd6k6KOYqsn0rpp80loWswglJJU9652/YZg35ZdzY+Nom47dlE/7KFtbv70v7jOYREn785dN/wvvQNlwgZh9NBanmqS7bK7rS7CA2AWbtnkVKWAkCMV4yrmqOdfzsSfRIvXUWHTA4x52fyfFbIldJ9PbgtdLxNWuZ0Qlm6RG7k1pKwMuZBcbI0HVpU04cutFZFR5WE1Tm+JzY2NC0SCX33Xde8aLOR//bb+N41FVV42Bm2vHIgiiJ7C/aycvMmNOviKdXksb7degBaB7TGf7SFIR27ExY4xLWNTQtyhQyH3XmaXqX1Gu2Fn6vKoEB0gwZhWLWK0l9+JuTllwEoLyjh+OZFgJ3dyzbRdXT/C95HY8Br9Gj0K1cSNGMG3uPHXXFJlTaLmeLsLFflRbVs1J2zvkSukK7ZxdmZnDx2GABBJsMnOBT/yGi8Q8PYtGsvAG3bSs/jbQcOaXhHp4HodDZIXFTPi87Tn0P/CWRsgUV3gz5bimvd8MXlHlEz/sNortSohf9vGaYXA3v+YUyiHXevSBRNbFRqMNtIK5LIkyg/D7zcrv6MkNPCVill8iCCV8Q5ZeWITif2ggIcZWWo4uKQ/QcyZprRjMsFs81Bgd5MWWWNqainRkmgpxp31RWQB2CrRCzLJEO0UiGT4ScoCfZLrNdMFEXKLeVYHBaCPGrk65yiE9k5kiAXgjPeR7/oK720374IEgY32RguJUrMJTy09iEe6vgQvcJ61W/gdNZkWu/5HpY+XGulgEt3W66RsvF7PvifMswrKioiNzcXb29vIqo08O12O19/8zUVxgoeeughNBoNPx/7meUHluOZ6kliVCLfWr89a9/T/aYzpscY/P1Pf590Op1Nks1oTiqlaM4hAPyntUUTf57PQYVJklFii+EQ3UdaVpQiyZ50uQMSh10RVRkNYX2Jns2lRl6IO7uu+KXAB+l5zEzLY0ZMMI9HB9eb31ewj1m7Z/HhwA/x1nhf7uHWhcVQq7IjDVqMAP8Ead3u7+DPR06/7aiPpGsGSOfTsWV1PT0uUKbwSoHV6WR1sZ6FeSWsLdZjr7pUqgSBIf6ejA/2ZaCvJ8ozVHCLosj2zdvwuvuus+7v8643sCy0J4khXrw6ug3dY/1cfWwrr+CXXXtZrPDEVvXa7CMXeK5CzYBtJQTc3gpNYs01YPH/dpN7opyeN8TReej5Xc+NmzaR/9bbWNPSKPZtTXKbiZjkUvZzWAtv+o1vcc5+HRcDp9PJhq9fwfuTX9HY4FC8ksDPP6Z/RNMEUp2ik2c3Pcv+wv2cNJ6stz7BJ4HFoxe75vMq8ghyr+878p+AsaBWNUcV0VFyouG2Gq8a2arqyg7/FiC/tM+r1ZVRMp2OkNdfx3PY0Eu6//PB0dQU/sn8h2XFS8g2ZuNm1TFp92uY1UaU4zMZ1fp64rxPn6xgKDFjNtpwOB0cKzlGqbkUH40PLX1bIpfJ0WiV6HwvLo5UsW0bmXfciczdnfiNG5Frpd/8wjc+J/eEmZD4ntzyXPdLev6LNhvm40m4ta0hN+2lpSh8mjYOdDY47HZkcrnrWOz8czEH1vxFWX6elFhwCu54/3P8wqXn0ewjhzAUF+IXEYVvaDiKqgq4AwcOsHjxYvz8/HjooYf+m9eZpoLTARvfgw3vSDLqvrFw8xwI7XS5R9aMqxDNlRrNaFIoVFo8K0skPfEm9qjUaZQE6NQUGixkl5pwU+pQNUHZ92WH6ISyDECUMpnd/c5pM0EmQxkcjCIwEOH/oUxBM5rRGKi0OigwmCmvRWZ4uUmVGW5XAplRDaUb+Cfgqc/GYtPj6xFYr4nZbia3IheTTdIG91R5umSmmpLQOCMcNsknCMA//vKM4SLhcDr45fgvFFUW8WjnRwGp+mX+iPmnf+GpfU1uexO4+8PxFbBvvnTNd3VulrK0rwJCo7i4mLy8PLy8vAgPl4xkHQ4H3377LUajkQceeACNRoNTdLJx30Z2btlJz449iYiIIK08jcfXP06+Ip/rjNdRUVGBRqNhb8Fe9lfup39If3Q6HRSffRwHDhwg2i2aQYMGAVIQLi8vj6CgIORyOUajkQULFtC7d29atmzZqMdAk+iDR/dgKrbnUfprMkGPdUZ2Nm8dWyUc+UMKVmdukZaVZ9WQGv7xMHHR6be/QjDA15MBvleGjMCpBAbg+pyZllc135F5w+bV+Y1eKb4gqHU1xsGnouNtUrZ4NeFxqrSVby1z6KxtsPbVutu7+dRUePR8EMK6SMsdNqki7Ap8XhRFkf2GShbmlbAkv5RSe02VS0edO+OCfRgb5IOv8tzuyYIg0M7Hk8xzaHv/ziUUXxvCv0Is47/axpiOoTw3ohVBnhp6emvpObgvL1ht/Jxbwq9JqfT69Vsqo8chWNxYuzoFwSeB6/y8UMgEWvcJxVxhw9P/3F+QrJmZ5L/9DsZ16wCQ+/nR9vHb6D5yJPvWZLN7ZQYnj5ex4I0ddBgcwTUjolE1oZ+XTCZj4L2vkdrzOo4/M50vB5nJ/+chJraayGNdHkN1nvKXZ92fIOPdflLmf4m5hENFh+oYkbfybeVq63A6GP37aBQyBe3827lMyNv6t8Xf7cqRaLpgaAOlxI/ayR8WA+Qdqkt0FBwFczmkb5KmasjVENS6FtHRQZpXNR0Z5nXjTVRs2Urlvn2cnD6dinHjCHr2GZcfzuVGuaWclWkr2b0qnaijXTkeUEJ2fDbuCneGxF1Lu2s86NN+IIpzMLfW+WpcpEVw9PmbgZ8L3Lt3RxUTgzUtDf2yP/GZMAGAkY9M5YcXt1KYZSJtfxGxHS+NOoM1O5uTTzyBJTmF2MWLUEVHA1xSQkN0OtEXFUiVF5kZrgqMkpPZ3DX7S7wCpQQuu8VCWV4uAO5e3vhHRFZ5X0ThHxHtagcQ3rptg/s6dEhKWmnbtu2V8axwtaD8JCy+W6o0BWg/Aa5/7z9Vod+MKxNXUKSmGVcCBgwYQMeOHZk9e/aZG6o8pJJ566n6g02DIE8NFRY7JquDrFITsf4eTX6TiY6OZvr06UyfPr1J9+OCMV8Keghy8I4873LiZkLj0uKcfyvniFdeeYXff/+dffv2NUp/VwrmzZvH9OnTKSsru9xDaRAmq50CvQW9+VQyQ4NbY2nlNzIEQYavVyTeDjuyWtl4xeWZmEQ7BrsZESloF+AWgFrR+IbJ542iJMkkU+0pySVchThQdIB3dryDgMCw6GG08JXMIs96LyrPlnwS+j4BLUdIU9g1UqBSoYYT6yBnL0TWejne+a0kY5VwHcQPkgKUTYiSkhLy8/PR6XR1iIq5c+diNBq59957casKThw6dIh169bRuXNnwsPDsTgs7Mnfw86KnYTpwzAajWg0Gp7d9CwrTq6gf2R//Pwkkt5T5SnJiyjhjml34FWlvzwydiQdAjrQNbgrufm550RqBAUGERtbI82Un5/PV199hU6n4/HHH2f79u1kZWWxaNEi7rzzTkJDG7eywGtELObkMhwlZsqWnsB33GnMQ/MPS0TGgV+kABRI9/nEodBpUqOOqalw0GAiyk2Np+LKuiY6RLEOoVGN6nlHVZZm7d/opuxN/HL8F97r/17TeGw0FuRKKcOxIfkxUaybgeodWUvWKl2SKawslaacPZKMWTUOLIDlT0jX4WpJq9qfl0HWKt9i47f8UhbklpBkMruWB6uU3Bzswy3BvrTwuLDM53O14lPEx/Pxu3fz3ppkft6RSfaqf3h03SYGThjOnX3jUClkBKiUPBIVRIuVCzlUnEdF2RfMb38rH7WMx3EonRC1kttD/Litox+3dg9GOA8fQPPx4xKhoVDgO3Ei/g8+gFwnBYK6Xh9Di+7BbFqYTPqBIvb+nUnSjnz63JJAXOeAJn0fim3fh/A/t3Bg9yx+PPojPx79EeH3v7n51leJbdenSfbpq/GlX3g/+oX3AySyq7YXR44xB4fTQaW9ki05W9iSs8W1LtQjlHEtxjG13dQmGdtlg1onSVZG9axZZrdKySIun46D0mQ1SM8UOXtr2goyyafDRXRU+XS4+zbK8FThYUT98D2Fn3xK8VdfUbZwIaY9uwl7/wOXJ8SlRqXFzKqN/7LJupp/SlZhd9oJkkcTQReCVSG83ecdBkVde0XeBwRBwOfWCeS/9TalP/2M9/jxCIKAu6eK9gPD2bMyg+1LU4lu54esib2typcvJ+/lV3Aajcg8PbGePOkiNZoCoihiKi9D7e7hqpzYt2o5G+fPxWYxN7hNUVa6i6xo2ac/YS1b4x8RhbuX9wXt39PTE41GQ5s25y+59/8Wmdvg5wnSc4dKC9e/Dx0mXO5RNeP/CZpJjUbGjj9TEWQCXa+Pqbdu5/I0RKdIt1FNo4+cl5fHm2++yfLlyzl58iSBgYF07NiR6dOnuzIZGw0qD+yAwVGJ3VRAgHv9bOFzwaJFi5g5cybHjh3D6XQSGRnJsGHDeP/99+u0kwkCEb7upOQbqbDYKTBYCPJsWomwnTt34uFRk9UiCAJLlixh7NixF9XvgAED2LBhg6vPgIAA+vXpxXtPTyMqPPS8DIDtZWXINBpkDcilrV+/noEDB1JaWoq3t/dFjflKh9VqZfbs2cyfP5/k5GTc3d1p0aIF06ZNY+LEiSibQJJr8eLFTdLv5UB0dDQZGRkAaDQaoqKimDp1Kk8++eR5vSw3RASOHz+eESNGNPaQLxoNkRnebioCPdVolFdW4O50qCY0RFGk1FRIns3gWqdTehCsDW30bMoLRp6U9URQm6vK9Lp2RnenwE5MaDGBBJ8EEnwSzr5x/hHY8hEc/BWcdghoAa2rTIKvuaOm3cDnpGC3ppbB4sHfpGz+AwukAHhEdykInjgUAlqe0zEsKysjPz8frVZLWJikce1wOPjuu+8wGo3cfffdLqLi4MGDdYgKALlcTmFhIRaLhYqKCtzc3NhycgsrTCtQRCrwqcrQM1gN3LP6HmS+Mn6/+XcXURGmDUMhU9CybUt6d5LMfn01vnwx+AsidBGE68JdlUPVwStAIjXOAb379CYmpuZZq7y8HLVaTVCQJEkyYMAAcnJyOHHiBN9++y3jx48nMbHxgisytRzfcYkUfnkA054C3Nr44dbmlCxhUYTf7qqpUvKKlALMnW4HzytDvulsKLXZmXggFYUg8HOHOBIvMLjcFHgqJuS0604lOgBMNhPPb36eUkspPxz5gXva39OUw2s6CELda0DsgLp+HBZjjVF5SRoE1grMlKSB3QxFx6XpVEz6vcasPHM7ZGyuRXxENxrBWulwsqqonAV5JWwoMVBdt6aRCQz392JcsC/9fHXIL/J+ofDxwaFQIrfbTtvGIlfwygMz+Fgl560b2nHrNREUj/+AoJIcPtAXs2DPQF4d3Ya+CVJW9LV33I3NXMnxLRtR7P2OR9QD+aHzYHItNt5Lz2NWRh7D/L24I9SfPj7aBp+jRFHElpHhCg7qBg/G7/778Bo1CnVs/fdET383rn+gPekHiti0MAl9kZlVXx8ivKUP/SYk4hPcdFn4KrmKp7s9TY+QHvz4w9NcvziH8j/v5p+HbmbA3a82uWGxIAi4K2v8pSI8I9h2+zaSS5M5VHSIA4UHOFR0iNTyVHIqcur4LRWYCrh/zf11KjrivONQyOqHQD7b9xkyQcZ9He6rt+6L/V/gFJ080PGBpvmSFwKFSiIoQtpDtbKL0yn97msbkucekIjOoiRpOvRbTR+eYacQHe0l+eML+N0JSiWBj03Ho0d3cmY8jTXlBOm33ELozJmXTI5KFEX2F+5nWeoyKv70Iby4FUURVuzhdlr6tuT6LiO59ubWRAZfvASq0ymSm1xGhd6Ch6eakARvZOdBZJ4NXmPHUvDBLCxJSVTu3Yt7584AdBoSyb6/t5F7fCMbfy5kwMSRjbbP2nCaTOS9+SbliyTZN7fOnQn730yUYY3nmWIxVVCUlUlxVdVFUWY6RVkZVBr03PT860S3l05stVaLzWJGrlDgGxqOf2R0reqLKDz9aypWfIJD8Qm+8OcrQRAYOXIkw4cPR34OlTvNqIJvnBS/CukoyU015DPWjGY0EZpJjUaGIBPY8WcaQB1iY+fyNHb8mUa3UfXJjsZAeno6vXv3xtvbm5kzZ9K+fXtsNhurVq3iwQcf5NixY427Q4UGh0xOjlyOYCrCz83/tLImDocDQRDqPfSuWbOGCRMm8NZbbzF69GgEQeDIkSOsXbu2wX7UCjmhPm5klZgo0JvRqhVNYthrtVpRqVQENKHh9t13381rr72GKIpkpKUx/eH7mfjwC2z6a/E5vzCKNhu2kydBFFHHxzdIbPx/gNVqZejQoezfv5/XX3+d3r174+npybZt23jvvffo1KkTHTt2vKC+bTZbPeKiepmvb+NkN10peO2117j77rsxm82sWbOG+++/H09PT+69996L6tfNzc0VOL0SUE2KGqrIDAHwdlcRoLt6yIxT4RSdFJhLAOn7hNvteNrKQeEhyR1dCSRC/kHpM6jhUu8rEesy1zHn0By+GPIFHkopYHRWo2FRhMytsHk2JK+qWR7dF7T1g6wu1CY0AAa9BEl/SUbihcckgiNzC6x5GYtXLMXj/iQ0TCIfnE4n33//PUajkalTp7p+bwcOHOCff/6hU6dOLlJDLpeTn5+PxWLBaDS62nr7ehMYHugiwE02E09tfIrUuFQ+7fapS8d0R94OVhSsYELrCfTtIRmp+mn8aOXbikD3QLwCvFzXzGntpvFAxwfqBI8EQaB3WO8zHsJz9TQ7tV3Lli15+umnqaysdH3XsWPH8v777+NwOFi1ahVRUVGo1WoyMjJITU0lISHBReJcCNTRXmj7hWPckE3p4hRU6kzkSb/A4JelilZBgK7TIG2j5JURO/CKlP05E/IsNjQyGUqZQITmCiFJLxDuSnc+vPZDfkv6jTvb3nm5h9N0UGtrTIlPxYBnoNPEWpJWp0hb1Za1SlkDG2fW3V7jXVPZce0LNYELm1kKaJzh/BZFkV16EwvzSvijoBR9LbPdbl4ejAv2ZXSgd6NWBClDQ2nx90p+XHWAH7dnMLhjCB3aBLL/cAFr9uUytHMoy4O0HHfTMWJPEj+1j6ONv5r8of0p/GsVR+O7kF1YwaRvdzDJ38K0riFE9uvB9Y88hX9EFP8u+AHFtnW8qC8mrNNtfOcl50+nheWF5SwvLCdSpuAWT0+mtQ3Fp0o2q/LgIfLffBNrWhpxq1Yi9/ZGEAQCH330rN8nur0/4S192LMqgz2rMsk+Vsovr++g45BIrhkejVLddM8x/SP6k3jbtxzYcheRKXpCZv3Gii1b6TfrRzx9z3B/awIoZUpa+7WmtV9rxrUYB4DRauRI8RFCPGrIzoNFB0kqTSKpNIlFyZK8n5vCjVa+rWjn344RsSNo7dcakCSwPt33KUAdYuOL/V/w6b5PebDjg5fq6104ZDLpN+kXB21uqFluyK8iOPZXSVgdhJJU0J+UpqS/atpqvKuMyDvUEB1+Cefs0+HRsycxf/xOzrPPUrlzF5qWp6libEQcy0jln7U7+Uv3E+mmVABaeHfDzxBO59BOPD/6PhJ9Gi+p4cTeAjYtSKaizOJa5uGtpu/4BOI6XVii56mQe3rief0IyhctpvTnX1ykhsZDiX9YGZnFJ9n/9xL63Tqi0as1zEePcvLxJ7CmpYEg4H//ffg/8ACC4sLiLnarleKTWWh9fPHwluIcRzevZ8XH7zW8gSCgLyxwzcZ06MId73+Od3CIy+S7qdFMaJwDDHmgq7r2awNgyp/Ss8ElrvZsRjOurjerywibxXHayW6r0Xzten0M14yIZsefaWxfmorN4mD70lR2/JnGNSOi6TQk8pz6PV888MADCILAjh07uPnmm0lMTKRNmzY8/vjjbNu2DYC77rqLkSPrsvl2u53g4GDmzJlTZ9lDDz2Et7c3fn5+vPDCC9T2k7darcx4+mliO11H16iuTBx2O+uqNGBBkpvx9vZm2bJltG7d2hVAOBXLli2jT58+PPXUU7Ro0YLExETGjh3Lxx9/XKfdn3/+SZcuXdBoNHRp25J5n7yHzW4nq8SE3eGkrKyMe+65h6CgIDQaDW3btmXZsmWAJOlzakB79uzZRNcqm7zjjjsYO3Ysb7/9NqGhoa5MzujoaJe0UHX7G264AUEQiI6OJj09HZlMxq5du+r0//HHHxMVFVXnmJ0Kd3d3goODCQkJoUebSB6ccjN7Dh6rkx2zYcMGunXrhlqtJiQkhGeeeQa73e7qw2w28+R77xHVvz/u3t706dOHnTt3AhLJNXCglGnn4+ODIAjccccdgBQAe/fdd4mPj0etVhMZGcmbb77p6vfpp58mMTERd3d3YmNjefHFF7HZajLcqo/pnDlziIyMRKvVcv/99+NwOJg5cybBwcEEBgbW6ROkYNbnn3/O8OHDcXNzIyYmhl9//fW0x+hcMXv2bDZu3MjatWt58MEH6dixI7Gxsdx2221s376dhAQpo7r2/7MaHTt25JVXXqkzxi+++IIxY8bg4eHBG2+8Uef7xsbGolarEUWRAQMG1KlIsFgszJgxg4iICNRqNQkJCXz7rWR2W/2bqI3ff//9jFUQp/YPMHbsWNf/sfo7vfHGG0yePBmtVktUVBR//PEHhYWFjBkzBq1WS7t27eqdow1Bp9MRHBxMdHQ006ZNo3379vz999+u9SdOnGDMmDEEBQWh1Wrp2rUra9asqTPejIwMHnvsMQRBcH23U7979fH84YcfiI6OxsvLiwkTJmAw1FQZGAwGbr/9djw8PAgJCWHWrFkNHo/zQYXFTmqhkROFRgxmGwICPu4qEoN0RPi6X3WEhlN0uq4xcpmcII8g/N38aeEZhadcA6ITZ3k2J4uPYjaXXd7BQk2lRkNBtisQNoeNmTtnsq9wH98d/u7cNqosg2+HwNzhVYSGIFVm3P0P3LEMIrs3uJler+fEiRPk5tZUKDgjuvN9bjyfCVOovHcHjHgP4gfjlClJKxfYuWu3q61sxRMEZa/AWpSG0VgjCenr60tISIirckIURTL0GcRcG8OkKZNcy789+C137L2D8nbl9OsnVUy4KdzYkbuD7Mps5L5yVFUSAN1DujOl9RT6hvd17UcQBBaOWsgngz7BV1ND9ror3RvMhj0bIv0jUXLmKjglSiL9I+stl8lkdSosPTw8mDhxImq1muLiYn777TccDgdHjx5lw4YN9eT+0tLSsFgsnA+8+vqg8LTgrLBROmc14vYv4fDvNQ263Q3jf5BkxK4yQgOgldaNf7q24Pt2sbg1sczFpUCnwE682edNlLKac8zhPP/n7qsWcqVESsRdC12nwnVvwIT5cP+/8NzJuvKAIe0lTeyI7lDt32Quk2RtDi+uS5hvngVvBsMnXWH+OPjradj2BSStIvvkMWan5dB7+zFG7Unmh5xi9HYnYWolj0UFsaV7K5Z2TmBiqF+TSJwpQ0O5885hjLnlWr5MlzN9ZSlfpsuJ69WFIcP68Hn/bsS6qck22xi1J5ntFgchL79Eu80bWP7ccO7sHY1cJhC9/GdM997FshlvYbE76XHjeMY8+QJKjRveuV5Ebynl1T0G1nVO4I4wf9xEyHTaeb+shE5bDvP01gMcnPEM6ePGUblvH06bjcpDh8/7+yhUcrqNiuXWl7sR1dYPp0Nkz8oMfnplGyf2Fpzx/eNiERLdhkFLNpE+oTcOAeK2n2T/yCEc2vR7k+3zXKFVaekW0o0IzwjXsmuCrmH2gNlMbTuV7sHd8VB6UGmvZE/BHr478h2p5amutoMiB9EtuBuf7vuUD3d/CNQlNBqq4LhqoAuChCHQ70kY9z08sheeyYI7/4Jh70LH2yGoHcgU0m88fRNs/QSW3AOf9YC3w+Dra+HPRyV5zOxdYDWddncKX18ivviC6F8X1pEqsuXlNdpX0lv1/Jb0G1NWTGHJB7sRdwQgz/TETeHGqNhRTJ9wF49+cD2P3jmp0QmNlV8eqkNoAFSUWVj55SFO7C04zZbnD58JtwJgWLkSe0mJa/mw+ybiF9mb0U+80CTyU/q/VmJNS0MRGEjkvHkEPPLIOREaToeDkpxskrb/y5Zf57P0g7eY89h9fDT5Zn585lGSd2x1tfUOlshHrZ8/0R27cM2oGxn2wGNMfHs2j3z3K+0H1VT3aLRa/MIjmpzQMJlMZGdnN+k19D8BUYQ938NHneBArVhOQItmQqMZlwXNlRrniK8e3XDadVFt/Rj5UAfX/L41kiXdrhXp7FqR7lq+a0U6Ocll3PBEZ9ey75/fgtlYvyT6wS+uPeexlZSUsHLlSt588806L/PVqA4oTps2jX79+pGbm0tIiHQjWbFiBUajkXHjxrnaf/fdd0ydOpXt27eza9cu7rnnHqKiorj77rsBuPPOO0lPT+eXXxYQGh7OkiVLuH7E9Rw8eNAVQDaZTLz99tt88803+Pn5ERhYP2shODiYn376iUOHDtG2bcOBrlWrVjFx4kQ++ugj+vbty4kTJ7jnnnuwOZzc/egMskoquG30cAwGAz/++CNxcXEcOXLkvNn1tWvX4unpyerVqxu8ke3cuZPAwEDmzp3LsGHDkMvlBAQEMHjwYObOncs111zjajt37lzuuOOOc5PtsRgoyU7h12Vr6N6tqysL5uTJk4wYMYI77riD77//nmPHjnH33Xej0WhcQfhnXniB3//+m3nff090TAwzZ85k6NChpKSkEBERwaJFi7jppps4fvw4np6erozcZ599lq+//ppZs2bRp08fcnNz61Ty6HQ65s2bR2hoKAcPHuTuu+9Gp9MxY8YMV5sTJ07w119/sXLlSk6cOMHNN99MWloaiYmJbNiwgS1btnDXXXcxaNAgevSo0Yl/8cUXeeedd/jwww/54YcfuPXWW2nbti2tWtUYAJ4v5s+fz+DBg+nUqVO9dUql8rwlol5++WXefvttZs2ahVwuZ+7cuaSkpLBw4UIWLVp02nNr8uTJbN26lY8++ogOHTqQlpZGUVHRBX2n88GsWbN46623ePHFF5k1axaTJk2id+/e3HXXXfzvf//j6aefZvLkyRw+fPiczklRFNmwYQNHjx51/Z4BjEYjI0aM4I033kCj0fDdd98xatQojh8/TmRkJIsXL6ZDhw7cc889rmvF6XDixAl+//13li1bRmlpKePGjeOdd95xEWGPP/44//77L0uXLiUoKIiXXnqJPXv2nHfFjSiKVFjs5BssVFgkQlAiM5QEeKpRX2H68OcKo9VIbkUuQe5BeKqlDHofTa0KL/9EMBVRYsyjDBGjMZsEpQcy+WWUS8uvlp9qwBD3CoFTdLoqDpVyJS/2fJEduTvOnNEtijWBPY2XNC9XY2hzO0VxN+MWFEdwsJTF5HQ6+fnnnzEYDEyePBl3d0lOY9++ffzzzz907NjRJW8ok8nIycnBbDZjkPvg1u1u6HY3R/buYM+/awmv0lqnJA12zWE4MBxw/roVEodyIqwdewUDscNiGRA1QBoqIjctvQmLw8KKVitcRIWX2gu7aCfHmOP6WoIg8Hrv1/HWeBPgVlO12DO0Jz1Da2l6NwFCtCEsv2k52ZuOUrE9F4/uIXh0C6ZiR55rPrxvK0K0p5ceqoZMJiM+Pp5JkyYxb948kpOT+eeff4iKiqKioqLONa6srIzvvvsOuVzOM88847p3OJ3O+vIqoggnd8PuuQiHFuNrCaKADzA7e2EKnYFHYOMak19ueCjkxF6l18uz4bvD37H55GY+uvajK1Jb/ZLi1GeEVqOkqRqnylp51QSPKU0Hh8UlcVMh07DCvx8Lg4ey2TsAUZC00N1kMkaqjYy3HKWXzhuZOgZQV01NgwqLnbSiCh4ZlMAn/6RgdUgVIn8fyefvI/kABHtp8HeTUaaRMb7AxEd9Ehkb5IOXAl4e1YZxXcLZlfQH5gIlM00hvDd7Iy+Pak3fyBhuuuM+/ln8O/GiCb8uEYR4uvOOlweP+vjwys8HOZSootPmldy87DcUZqmSrHjwUNo9NwPtRXj9eAW4c/2D7UnbX8TmhckYSsys/PIQka196Ts+Ee8g97N3cgFQKFUMf+Ub9vddSPlzr+FfYsd+77OsuGMNw5766LSV+5cDXmovBkUNYlCUJMPsFJ2kl6e7TMg7Bda8O2zJ2cKOvB0AfHPoG7459A0A7f3b46vxpaiy6L9hRF4NjSdE9ZKmatgtUnVobemq/EOSh+bJ3dJUDUEmPW8Gt6+q7KiSsKry6RAEAXVcjQRNxfYdZE6bhv999+J/330IF5AJb7FZ+HvjFg4cOMFiv8+xipLUmNw/mERbB27vNIHr+w6sI1fWmHA6RTYtSD5jm80Lk4npENAoUlRu7dqiadcO88GDlC1ahH/V+5XOz4s7/vfsRfd/OgQ8/BA4HfhOndqgGbgoihiKCynKykDnF0BAZDQAOcePsuDVZxrsU6PV4bDVSMMFRsfx4Jxf0Hhom+Q7XAgOHTrEihUraNmyJRMmNPtBNAhzOfw5XUpsADj6B7S/5bIOqRnNaCY1/gNISUlBFEVatjzzS3SvXr1o0aIFP/zwgytAPXfuXG655Ra02pobSkREBLNmzUIQBFq0aMHBgweZNWsWd999NydOnODnn38mOzvbZbr55JNPsnLlSubOnctbb70FSBI9n332GR06dKg/kCo8/PDDbNq0iXbt2hEVFUWPHj247rrruP3221GrpZebN998k2eeeYYpU6YAEBsby+uvv85TM2Zwz6NPs+rv1ezYsYOjR4+6KixiG9CiPRs8PDz45ptvXEGeU1EtReXt7e0KUIFEFN1333188MEHqNVq9u/fz759+1i8ePEZ9/fZZ5/xzTffIDqdmCorSYyPZdXqtXXWR0RE8MknnyAIAi1btiQnJ4enn36al156icrKSj7//HPmzZvHiOuvB+Drr79m9erVfPvttzz11FMueaTAwBpJEYPBwIcffsgnn3ziOqZxcXH06VNj9vfCCy+4/o6OjuaJJ55gwYIFdUgNp9PJnDlz0Ol0tG7dmoEDB3L8+HFWrFiBTCajRYsWvPvuu6xfv74OqXHLLbcwbdo0AF5//XVWr17Nxx9/zGeffXbG43UmJCcnM2DAgAve/lTcdttt3HXXXXWWWa1Wfvjhh9NKkiUlJbFw4UJWr17N4MGSTuuFnIcXghEjRrgkol566SU+//xzunbtyi23SA8YTz/9ND179iQ/P7/OuXsqnn76aV544QWsVis2mw2NRsMjjzziWt+hQ4c6v+c33niDJUuWsHTpUh566CF8fX2Ry+Wuio8zwel0Mm/ePHRVgdlJkyaxdu1a3nzzTQwGA9999x0//fSTywto7ty552XyK4oiRovkmVFhrSIzBInMCNSpUV2lwTmb00Z+RT7lFslsuKiyCJ1KV5+sEgTwCMBLpaVSn4FO7nZ5CQ2nA/o+KUlQXaHB3qPFR3l166vc1+E+BkQMAKBXaC96hda87BuNRoqLi9FoNAR5aWDXXJx7fmSB7yMYTGYmTpyI++iPwN2fffuSWLtkNR06FHDDDZIEhEwmIzs7m8rKSoxGo4vU8PHxISAgoM59GGDMmDEolUpXRQVA207daNOxa83/XOXBzI7DSClN4bWTGQQXHIaCw+zWaZnp70t/XSxDooZI+xdkJHgnYHFaMNpqKjqui76OPmF9CDzFG2tYzLDGObjnCdEh4leuQ+fdEnv3GIwbsmFzCZ4OJTJtHIpUDWQUUKgoQpALoJAhKGTo+oShipCuKdYcI5UHikAuIChkeMkFRrQZwOaUXbRSRxEcGOEi0x0VNuz5FRQX5+Gl9ZT+L+V27AoHglzGouVLKCkr5brrrqu5rpdnwzc1XmWqQCWe2iL0x0IoyxmI2qPtVf2ALYoijx3LYkSAF9f5e519g6sUhaZCPtv3GSa7idUZqxkdN/pyD+nKxplkrcZ8irP/02zLO8mCEivLbJ5UCDX3nV5e7owL8WNkgDfaPx+E/T/X3V7jVePdcf0HNQbGFiMo3S+4ymljUiHPLj6Ixe5k3DXhWB1OlHIBm0Mk0teNSpuTQoOFvHIzlEsvxnaZwH1HMsix2LjRS8eziw+SGKQj4ZkX2FpQimVvPgXFJu6at4tXc/+h2/YV9Lv9Vrzuao93mES2iqJIsL87n0ztQOb4cVhTUgBIiozlo3FTOByXiOeJIsZVOJkc6n/BXjWCIBDbMYCI1r7sWZnBnr8zyDxSws+vb6fTkEi6DI9GqWqaZ54Og8ZRtrwX/z48kdi9+fyVv46lax7gjT5vXLHBf5kgI9Y7lljvWMbEj6mzLtYrlutjr+dQ0SEy9DUKAweKDnCg6ABt/Nu4vtfqjNVszN5IjFcMsV6xxHjFuHykrmoo1JLsVEit9/dqn45q6apqwqOiUCJACo/BwYU17b0iavl0tJP+9gqnYtNGsNko+vgTTFu3Efre/1Ce5X0BpN/S4eLD/HniT9YkrWP0lifwFmPRtQ/AJ8yN0XGjGX7TcILPJPHZSMhNLqtXoXEqjKUWtixOITTeGzedCndPJW46FUq1/Lx8CqvhM2ECuQcPUrZgIX5TpyI0cC20mi2oNBdODFds30Hpjz8S9sH7CEql5I/y5JOAJB2Vk3SMoqwMirMyKMxKpzgrA2uV1GeXkTcwYNJUAPwiIlGo1fiHR+IXEUVALe8LD2+fOt9frlAgV1w5hAZIpAZAZGT9SuDzRa4xl1JLKXaHg7+SdpNfUUSQhz/DE7ugkMvxUfucU3LOFYXsXZJPXFmGVNV17QvQ6+yyic1oRlPjKr/zXjrc82H/0647NSHlrv/1Zc+qDHatSEcmF3A6RK4ZEU3noVH1kqAmv9mLi0V1ZcG53CinTZvGV199xYwZMygoKGD58uX1PCx69OhRp6+ePXu6NKn37NmDKIr1zDYtFgu+fjWyEyqVivbt259xLB4eHixfvpwTJ06wbt06tm3bxhNPPMGHH37I1q1bcXd3Z/fu3ezcubOOlJHD4cBsNuOpdHD8yEGCQkKJjLk4M6J27dqdltA4E8aOHctDDz3EkiVLmDBhAnPmzGHgwIF15K0awu23387zD98JlaXkl+h56/Ofue6669i9ezc6nY6jR4/Ss2fPOv+H3r17YzQaycrKojgjA5vNRu/eNdrkSqWSbt26cfTo0dPu9+jRo1gsljMax//222/Mnj2blJQUjEYjdrvdpadejejoaFdAGiAoKAi5XF4nmzUoKIiCgroluD179qw3f6r8RzXmz59fx8/hr7/+om/fvvXa1TbybQzUrrqpRlRU1Bk9Vvbt24dcLqd//9NfJ5oKtX9nQUFBgHQ+n7qsoKDgjGTDU089xR133EFhYSHPP/881157Lb161VyfKioqePXVV1m2bBk5OTnY7XYqKyvJzMw87zGfev6EhIS4zpXU1FRsNhvdunVzrffy8qJFi7Nr8oqiiKGKzDDVIjN8PVQEaNWoFFdO9uD5QBRFSswlFJgKcIpShqmvxpdA98AznvtKpRsRfi3rVJ+ZKksoNhUQ7BmFUnmJspJlcughyTaUlZVhKso5bVN3d/d6Um1NCZPJRElJCctTlnO4+DAf7f2IfmH9+PXXXzEYDNx6662uCsi9e/eydu1aOgSK3FA+Byx6ZECmIY1KmygRFUGSIa+3dwF+fn71qidHjRqFQqGoc01t165dnd8sgMVhQRWiIsQjBLVSelH9J/MfZu6cSUvflsweOFtqqA1kM5Wkyayk3TafYEMZJK+iZcY6hlSY6BhZi0QqOMrP3t0gYSj41iz3VHniqap7jb+UcFbasWbqsWTosWYasGYaEK2SHJDfpFYY5QI4RJCB02jD2kB1K4B7+5prtC3fhGF9Vp31gcAYOsGKfKye3ij8pPPfml5O8Q9HUQO30BUrdvLfkyT7RETStKkE2E/gc7wEs+N+ir47QrHCQABtUAo+COqbsFvagV2G3M+Jo9hM6W9JeI2KRf93BkIVsSLIZaAQEOQyBIWAJtEHdaw3IBErlYeKXOuo+qyel/toUPhIQU/R4cSht1b1WUXqyKv+biT8UVDGL3klLCkoZXuP1gSrLyMpegaUr85AkAl4DqofgNCvzUR0ingNiWpgSwkB7gF8PvhzdufvbiY0LgLplRYW5pXwa56ZLHPVvV2AKI2K8SG+3BzoQ6R7rYBbjCRz5/LxMOZJ2Z+5+6TA6Q1f1rT9awYc/FWSxar28qj96Rcv3WNOQZnJyhvLj/Lb7mwAdAo7n60/weNDEnlkUAIfrU3mg9VJPJ5QwORrCklKnEZygYHjeQZyvRX86TTz2okctosqNhwvZN3xQlffggA6jQKj2U5eQRk2Qc5G9xhuDpCIYafJxPYF8ykr1zP4gYdw79wZR0kJgY8/RsDI0WQXlGE8WUSG2co32UV8k11EL28tU8L8GO7vheoCCBylSk730bG06B7MpgVJZB4pYfdfGSRtz6fPuARiOvg36rNyNbz9wxk+/x9W/jaTrZZfseT8y81Lb+atzi/SK+H07xpXIvqG96VveF+X5JRCUGAX7XQM6IhOpSPaM9rVdnvudn5P+b3O9kqZkijPKGK8YpjRdQbBHtIzd2O/p1xy1PbpaHujtEwUJT39vAN1iY7SdCjPkqbjy2v6cPMhMLg9Xo92pHjFbiqTtpI2Zgwhb72F7jTvpGm5maxauZ2U/DRWhfzgWp4eupco70hmDX2PjrFtLtmxNemtHNuWe/aGwP41WexfU/cZRK6U4aZT4q5T4aZT4aZTVpEep8zrVGh0SuRVslKeI4aT/+672LKzqdi8GW2VTCiAvricP977nOKsI9z/1deo3c+P2BDtdoo++4yiz7/ALoDxo1nYOnXEw8eH2E5dATAbDfz6+nP1tpXJ5fiGhuOmq3l+dNN58si8XxskXq50lJeXu95p27Rpc1F95RpzmfPYddhwsqhP3WPx4wm4abMTJTLumvX31UFsOJ3w72xY9yY47eAdCTfNgYiul3tkzWgG0ExqnDPOx3ht35pMdq1Ip9uoGLpeH+MyCZfJhTrm4efb7+mQkJCAIAgcPXrUJV1xOkyePJlnnnmGrVu3snXrVqKjoxsMFJ8OTqcTuVzO7t27kcvliIZc0q0G7IJAi5CaoKObm9s5P2TExcURFxfHtGnTeP7550lMTGTBggXceeedOJ1OXn31VW688cZ624X7e+GplQJGmSUm4gO09Uo9ZTJZPTmp2v4Q1WhItutcoFKpmDRpEnPnzuXGG2/kp59+qufb0BC8PDTEB+sAHfHXxPNt1yGEhISwYMECpk2b1uADcPX3EI1GbIWFDfR69gfnsxk2b9u2jQkTJvDqq68ydOhQvLy8+OWXX3j//ffrtDtV0kkQhAaXOZ1OzobTjXf06NF0716jQV9tdHsqEhMTz0jkVONizoWznR9nO67nuu8L2ab2ca8+lg0tO9v/wt/fn/j4eOLj41m0aBHx8fH06NHDVXny1FNPsWrVKt577z3i4+Nxc3Pj5ptvxmq1nrHfhnCmc+V0JO2Z9E1FUcRgtpNvMFNZFQyV1SIzlFcpmQFQaa8kx5iD2V4l3aFwI0Qbcl4yKdXHUhRFcityMQPy0hRCPYIvqZF4WVkZn3zySR1voFOhUChcnk4XisrKSkpLS1EqlS4yUhRFFi1ahMFgYNy4cXh4eGB1WNmzZw9r1qyhbbu23NryVu5udzcymYyMjAxMJhNGo1H6/Rcl45XyOz44cStIAfTg3wJ6P8r1sjYo1JqzEhUArVu3rjNfai5lT8EeQNLzrsbNS28mXZ/Ot9d9S7cQieDTyDWcNJ5EI6+b0Tu17VScopO44E4QGwgdxtPeYeeDrO11sy0PLZZMf9e8Al6RkHidRHDE9IVLRHCJoggOEaHqN1l5qIji+UfhlJ+3oJajivKk8nCxRGhUERvunQNxa+uP6HCCXUR0OBHtIqLdiTK4Rm5C6e+GtncookNah6OmLQ4nck81ycnJeHh44Kt0QxHg5mqrcSgQ7SKCvRR31vKE+h8U9jTEHXLMQTeA3UmmWMAS5RBi7EEMqkwApN9nWScF3uUClpQyKrbnYj5cfNpjIWgUNaRGqZmyJSmnbau7NgKv66IBsBebyf9gd/1GAiCXKla8hkltHXorhd8cqCJUZLUIFok40bT0QdtNeqF2Wh0uEqaXQmCaXEOAKMdjVwFGhQxlgDvq2Cp/FqeIJaXMVQlTl2ARkKnlyNybnggRZAL61VJGdW1iQ782E/3qDDzPQGhUo3NQZzoH1cjCOpwO7KIdtbzp5JD+CzDYHfxZUMbCvBK2lVe4lmvlMsYEejMu2JduXh4NP+N1vE2aqmE11chaGfOlbPFqlGWCwwrFydJ0Kp7PA1nV9WvvfDDk8Jchjhd3u1FkciII0NHTxN5ydx5PKOCRQVJ18yODEiB9Mx8kS0TEI0N96RZTk5z1ZVYBr6TksMpsol3XYLrKVKQWGknON1JcYcVglu5ja4ZM5qesIRjy3flw5j9obFaeO7iEsMjBOOx25j33FKPvewS/SfdTWCaQoFHxYGQg90cEsKHEwHc5RfxdpGdLmZEtZUYCVApuD/FjYqgf4ZrzT7byDnJn5MMdSNtXxKZfkzCUmPnri4NEtfWj7/gEvAIaX5ZHJpMxYtwzJJbezFMbnyIvJxnH7Q+xvF97hrw+F5Vb00gBNQVO9dCoPe+hrHkXGBo9FD+NH2nlaaSWp5KuT8fisJBSlkJKWQov93zZ1XbmzpmszVxbp6qjevLT+F2dhIcggGeINCXWeB9gLpdMyHOrzMjzDkiVHJWlkLYBNRDaRWrqtBdhWTIe0+bWaIZOQhbeGaNPJKtzNrP0xFJSU3MYd+BpIgUvPIOW0TuuB6PjRtMjpMclq4ixVtpJ3V9I8o58so6VIjrPzWshKNYTRIkIqdRbsducOGxOjCUWjCXn5tuldle4SA+hz5OQfIiTP+0nWIytIkFUyBROCjOOIDpK2PTzKgZPPTdy3mG3c/SvP0mf/yOlZSUYWkRQqVbCjo2wYyNx13R3kRoePr4ERseh8/fHPyIa/4hI/COi8AkNQ66of5+/GgkNgCNHjgBSlUbtCukLQamlFBtOxm+S3m1rExs3bZaWL+grtbsqSI2Tu2Htq9LfbW6EUbOl6spmNOMKQTOp0cioJjCqCQ3A9bnjz7Q6840FX19fhg4dyqeffsojjzxSLwBbVlbmChD5+fkxduxY5s6dy9atW7nzzvpa4dXG4rXnExISkMvldOrUCYfDQUFBgUSGlKtRW8qokMnx0/ld9HeJjo7G3d2digrpBalz584cP36c+Pj4Btv3696FN17I4djx42jVbQj1rhuYCQgIIC8vr06w/3SVAWeDUqnE4ahvJjlt2jTatm3LZ599hs1ma5CAqQNRBEuVKbJHIKh1yOVSQKSyqpSzdevWLFq0qM64t2zZgk6nIywsDJ3djkql4t9//yUqSnppt9ls7Nq1y2WmXF15UnvMCQkJuLm5sXbtWpcMVG1U9/f888+7ljVk8n6h2LZtG5MnT64z35AXBkjeHrWz+U+H2267jeeee469e/fW68tut2OxWPDw8CAgIKCOEa9eryctLe0Cv0ldtGvXDqfTyYYNG1wkQG0EBARgMBioqKhw/T7Pdh6eOl6Hw8GhQ4dcBvBNCR8fHx5++GGefPJJ9u7diyAIbNq0iTvuuMMlpWM0GklPT6+znUqlavA3cj6Ii4tDqVSyY8cOIiIkvW69Xk9ycnK9ShhRFNGb7RTozVTaasgMPw8V/jo1yv+Aqa3D6cBsNyMTZAR5BOGj9rngF2BBEAjThpFvzCHQbpckdEwliF4RCKomDDpkbAGVFpPd84yEBki/WZPJVI/UMJvNlJWVoVAo8PeX5B9EUWTJkiUYDAZuvvlm129rz549rF69mvbt27uux4IgkJqaislkIqMwg693fI1MkDHFdwpeXl64u7nzXPeaTLRhw4bVVFSYSuDzXrR3WGkPENED+vwiEQIyGedqfb44eTEHCg8woeUEWlZVShwqOsT0ddNJ8EmoQ2qE68IprCyk3FruWtYuoB3fD/+eCF1EnX5PldAAJH+m6N51lwW3hYTrIG0jlGfCzm+kSeEmZU6P+QS09f2vLgaizYn1pAFrhh5LhvSpGxCOrm84AMpgDxBB4adBFeWJKsoTdZQnikB3DOuyXIFpz0GRrkC1ws+twcz82lBF6FxSVA3h2LFjLFiwAK1Wy7Rp0wh+oqpCz+mE9I2w+zs4tkwKplYASg+EtjeiiXQn+OmutM4MREj2JjwwlICoRES7E3OlmW8XfUkrwuhFCyp25KMbHIlTLaBwyqpIlSqCxe5EFV4zPkEtR9PaD6rauMiYKuJGrq0V3HSKoJCBw1mXDBIBu5PaC0WrA3tB5WmPg9yrpl/R4sC4+aRrvtoSt/oMdO8SVENq2JwUzTl02n7d2vnjd7sk7yU6RU4+v1mqPqlNqlR9quO98RlT84xX9MMREKlVqSJzkSeKADe03WsCAHKdCk0rX/SrM7CXVOJ7S4s6hMbZzpNT4XA6ePHfFymsLOTjaz9Go7gwSaD/KhyiyOZSIwvzSlhRWEZlVYBPAPr76BgX4sswfy/cz/feq3KHoNbSdCom/Q76bKmio7afR2ka2K11CFnb3l94OKUzK51qwEm8kM27Hj+xUejFQE87j2R9BRsKof8M2DCTR7LehITZOCJ719vtvRGBhKpVPHQ0g4NuIkpPNd9f3wp/lYJio4WkfCPJBQYGJAZwJFfP638eIfHQFu46vIxAd3/cE0LQKf04cHIjX770HBv8htHfqmVGqxvQaJVYbE56enow0M+Tk2YrP+YUMz+3mAKrndkZ+XyUkc8Qf0+mhPozwFeH7Dzu+4IgENtJkqTa/Vc6e1dnknGomOxjpXQaGkmXoVEomkCSKt4nnp+v/5nf3r8Pf/12/JcdYOOBviR8+DlRrbqdvYPLjIZMwas/P933aZ35rsFd6Rpck6XsFJ3kVuSSWpZKtjEbL3VNwC+tPI3cilxyK3LZkrOlzj49VZ78ddNfrmrJ1LJUFDIFodrQq1PKSuMF0X2kqRo2MxQeranmyDuImHcQGSbc/G0g7oeV+wFwQ6CtUoFCpeSYWoU24i/cE69h+fA/8dZemiCq3eYg81AJSTvzSD9YjMNWkxQWEKmlvLASa+Xp33W0PmpufLJLnURLm8VBpcGKyWCl0mCj0mCVJr2tapm1ar0Ns8EqhQpMdiwmO2X5JsAPwqR3oOM/J9XZn9rzDkRRJGmXQHHuDlflh0YrB/TYKgswG/Nx9/Kg8/AxuOmUVPyzljXff4NDJoBXTdzIw8cX/4goQhJqqnkFQWDSux9e5FG98lEtPXU6n9fzgd3hcBEZ4zc58a4QWdpdRr9DYhWhIWNRHxk3XuQ78yVDRFfoNwO8I6DTpEuWDNeMZpwrrsK75ZUN0SnWITSqUT1/rgz/+eKzzz6jV69edOvWjddee4327dtjt9tZvXo1n3/+eZ1M9mnTpjFy5EgcDofLV6E2srKyePzxx7n33nvZs2cPH3/8sStTPzExkdtvv53Jkyfz/vvv06llDHnph9mwdS/tew5ixIgR5zzmV155BZPJxIgRI4iKiqKsrIyPPvoIm83GkCGSBvhLL73EyJEjiYiI4JZbbkEmk3HgwAEOHjzIG2+8waBrB9K7T1+euGcyT770Jj07teFk+gkEQWDYsGEMGDCAwsJCZs6cyc0338zKlSv566+/6skpnQuio6NZu3YtvXv3Rq1W41NlnNWqVSt69OjB008/zV133XXmrH1RBIcFU6WJvBIDEER++n6X+fJ1110HwAMPPMDs2bN5+OGHeeihhzh+/Dgvv/wyjz/+OEpvb3y9vLjvvvtc3hmRkZHMnDkTk8nE1KmSrmVUVBSCILBs2TJGjBiBm5sbWq2Wp59+mhkzZqBSqejduzeFhYUcPnyYqVOnEh8fT2ZmJr/88gtdu3Zl+fLlLFmy5LyP1enw66+/cs0119CnTx/mz5/Pjh07+Pbbby+qz+nTp7N8+XIGDRrE66+/Tp8+fdDpdOzatYt3332Xb7/9lo4dO3Lttdcyb948Ro0ahY+PDy+++OJ5G8qfDtHR0UyZMoW77rrLZRSekZFBQUEB48aNo3v37ri7u/Pcc8/x8MMPs2PHDubNm3fGPq+99loef/xxli9fTlxcHLNmzaKsrKxRxnsuePDBB3n33XdZtGgRN998M/Hx8SxevJhRo0YhCAIvvvhiveqP6OhoNm7cyIQJE1Cr1a7g8/lAp9MxZcoU17kdGBjIyy+/jEwmq1NxoK+0kW+wYK5NZmhV+GuvbjJDFEWsDivqqkxVrUpLsEcwnmpPlLKLz3zWaLyJUnuBqQj0OWAzkV+aAkp3AryikDeF98ayx6HwKOphn59T8/Xr1+NwOLjxxhtdRMXu3bsbJCpSUlIwmUwYDAZX22pC9FRJwaFDhyKXy7GpbKzLWoeAwMOdHuaxxx6rOwBRpL2fDcKqpd3coO1NUgZi70chsked5iabCcBlTHm85Djv7HgHtULNF4O/cLX7O/1v/s35l/YB7V2kRrRXNG382pDgk1Cnzw8GfIBGrqlDYOlUujqmpueN1mOkyWqSiI3kVZD0txQwzNoObjVZyhxbDu5+EN61QWmXM8FpsqH/Jwtrph7rSaNUaVEL1kyD62+5n4aQ57sj19X9XzUUmK7+bCgz/3wRHR2Nv78/hYWF/Pzzz9x5552Sl9e++bD0oZqGIR2hyxRoezNoPBGQHpzjfFoQ16GuJJ6hsJDg4GDyLZWo3b2xpJRhOV7KtvBMTqSeYPDgwQ1W7wAoA9zxn9xAQLehtsEehL/RW6p6cYqIDhFqESFCrWClzFOF/93tXESK6BCriBOJLFHWMhIWlDIKB4QQbQMc1KtwUYXWSpgRRZQhHnWqX6orZsRalTiARMJUES6iXSJPakNxSua4+WgxnKawUB3vXYfUKFuRimiW+jPtLsC0rxAc4gURGgDp+nTWZK7B6rByoPCAq0rq/ztSTGYW5pbwW34pOZaaitEEdzXjgn25KciH0AuoKjgnyBXgEy1NZ4GyzSg8Spwoihw84LaWB50/orbb6WLfB7oQ6P28JJ+x8X8SYTngOR4ZUD+5qxqjAr0JVCm442Aae/QmRu5J4qf2ccRq1fTUqukZJyVzBeSmk7j/GyxVySonZUqOFh1hW4APUQolPhYDwwp+p2NGHnlPbSbqsw/5fd9Jnl9ykGg/DxKCtCQG6Xg1wId8b1hVWcFWg4lVRXpWFemJ0qiYFOrHrSF++KnO/dVdqZbTY2wcLXpIklRZR0vZtTydpO159B2XSHT7xve90Cg0THx6HpvD30PzvzmEZZooHj+F9Om30/+uF87ewWWEU3TWITSqUT1fLf/ZEGSCjDBtGGHa+lXl7/R9hzR9Gqllqa7KjrTyNE4aTyIIAjplDcH9we4P2JC9oY6UVe0Kj1a+ra6+yg6lBkI7SVMVRLuNlNTVnPzrM7xSD4K/gpY2K24yPQk2Gwk2G6MqTMBXcPgryI6sMSKv/vQMbbTgqtPh5OTxMpJ25ZO6pwCrueY+5R3kTmK3IBKuCcI7yJ0TewtY+eXpSf0+4xLqKUco1XKUajc8/c9eFSs6RcwmG5V6Wy0ixEre/EVUFOghsR3OwEgXEWI1OxAEAVGEvJRNOB35iI5iREcxUJNIJMj8OLRJql6W2+3IFQmoZaANi8c7LAaf0Eg8/X1cElklORW4eSrRuCsRGsH0/EpGSUkJJ09Kv8dTK6rPF1llxby5UZJLW9JLoH0aDN0jct0eBwK4CA2Av5J20z6w4efCywq7FTa8A50n19x7r33+jJs0oxmXE82kRiOj26jTmwM3doVGbcTExLBnzx7efPNNnnjiCXJzcwkICKBLly58/nndQNLgwYMJCQmhTZs2DZrvTp48mcrKSrp164ZcLufhhx/mnnvuca2fO3cub7zxBk888QQnT57Ez8eLnl3acf3Nk85rzP379+fTTz9l8uTJ5Ofn4+PjQ6dOnfj7779d+vlDhw5l2bJlvPbaa8ycOROlUknLli3rVBn8vmQxDzwynWcemkZlpYn4+HjefecdQCIcPvvsM9566y1ef/11brrpJp588km++uqr8xorwPvvv8/jjz/O119/TVhYWJ0s9alTp7Jly5Z6BtP1UFkKTjtfz1/C1/MlssDHx4f27duzYsUK1/cOCwtjxYoVPPXUU3To0AFfX1+mTp3qMvEWBIF3330XURSZNGkSBoOBa665hlWrVrnIlrCwMF599VWeeeYZ7rzzTiZPnsy8efN48cUXUSgUvPTSS+Tk5BASEsJ990kP7GPGjOGxxx7joYcewmKxcP311/Piiy/yyiuvnPfxagivvvoqv/zyCw888ADBwcHMnz//oh8e1Go1q1evZtasWXz55Zc8+eSTuLu706pVKx555BFXxsWzzz5LamoqI0eOxMvLi9dff73RKjUAPv/8c5577jkeeOABiouLiYyM5LnnpMxvX19ffvzxR5566im++uorBg8ezCuvvFLnd3Uq7rrrLvbv38/kyZNRKBQ89thjl6RKoxoBAQFMmjSJV155hRtvvJFZs2Zx11130atXL/z9/Xn66afR6/V1tnnttde49957iYuLw2KxnFEy6kz44IMPuO+++xg5ciSenp7MmDGDrKws1Go1ZSYrBXoLZrv0wiEXBPy0avy1KhRXMZkBYLabJXkou5l473iUVQSDn9vFV8HVQZWROBovLOVZFDvN4LSgNRWh1TVyGbTNDEVSVpnNtyWQdOb2QGZmJmazGb1eX4eo8PDwQKGo+9gyZMgQ5HJ5HaK6ffv29TydDFZDHaP757o/R8fAjkR7Rdc0ctjg0CL490MoOAIPbHcZm1tHzuKEPp1Scym1nbCe3PAkq9JX8Xrv1xkbPxYAlVzFrvxduCnc6lTbDY8ZXofQAIjQRfDLyF/qHYPzkRc7b6jcocUwaRJFyD8sZUDLq46tKMJfT0ua2G4+ED9YqkqJH1Rj3ov04m3Lq8CaoUdQyfHoIvn3CEoZxq05LjJDplWirqrCUEV5ogqrMYYUBKEeoVHdd0OB6er5i00Q0Wg03HbrBL756gvy8vL47bffmDBhAvJWo+Cf16Hl9dB5CoR2POc+AwICuPfee3E4HIgGO/mzd2PNMqApN1NuLa9DshUVFbF+/Xri4uJOW614NgiCIFUwyIHTZF3LVHI0cd7n1F+Sw8ZYtwquC/fiw1aRZ8y2l2kUBD3a+bTr60AuEPJ89xpSpXYlisOJ4FZDpIqiiM+NiVXyYjXtqreT+9WtnHBr7YfT4gC7E3NSqUuq7EIJrzjvOD4f/Dkl5pL/94RGmc3OHwVlLMgrYY/e5FrurZAzJtCb8cG+dPJ0v+wB1sxiEyqFjGAvDXS/hxfbWZlWbqZVyGiwvi0Zmpakgb1SIqerCQ2A1PWSR4B/wmn77+6t5c8uCdy2P5X0Sisj9yTxQ7tYunh5YC8upnD2bMp+WwSiiODujmLiHfzi2Zm/U8oAOBE/jlsrN2NNPcSBqEAcmIgWBNKLK3CKkJ9TRGpRBasO57v2KZcJfDmlC7tkNhbklZBRauLNwgpmnshlVLAPd4T5c815HHufYA9GPdKRE3sK+fe3ZPRFZpZ/doDo9v70HZdwToHW80Wf25/kZPfBHH74biLSjLjNnM+yf/9lwAc/ovVq5GeaRsIDHR847bpTiY7zgbfGm06aTvWSEsx2MwWmgjr/R0EQUMvVdaSsquGh9GDrrVtd84uTF2N32q8qKau8ijyWrthA6XYZO4NWcTwwAzp74q8MYHTxXfRr40n0psX49IxDVnJMquwoy5SqS8szpQrKarj71RiRh3SQPv3izjkRQxRF8tP0JO3MJ2V3AZX6GjldD281CV2DSOwahH+Ets5xjesUyLB727JpQXId03Ctj5o+4xKI63RxFa+CTMBNq8JNqwJqkgmira1Je/wxTIa1aJ56nOKcbBx2B4OmPsiBddlsXXwCp+0gTntRrb4UqNwCkav8AX+QCTidIg6FGzKv0TgBvV6aMo8WAvXlraXxKOv5frh5Kl0yWO7V6zxVKJugCqypcezYMUBKeNFqz8+8/GSZgf1ZRnaklbAtrYhs3RMIcgveRpHpvztoJdk6ISDld6TUCr3lVxQ11OXlRfEJWDQVcvZC2ia4a5Xkq9OMZlzBEMQLjTpdpdDr9Xh5eVFeXl4vW99sNpOWlkZMTAwazX+35NxkMhEaGsqcOXPOLpV0NlQHRJw2yaxPfXa5oKaAUxQ5UWCk0uZAq1YQ438aHd8mwptvvskvv/zCwYMHT9/IYYWCYyA6QBcsZY2dB5wWC6LFgkynu+IfWhuCIAgsWbLkrL4vzWjGqTAajYSFhzPjpTcZNe52QHrp99Oq8fe4+skMh9NBYWUhJZUliIjIBBnhunB0qktzPTUY86iw6An2TXBlvV2osWW9+2jOPviqP7j5kDPxX776+uuz9tGvXz98fHxITEy8YL+jalgcFj7a8xFLTyxlyZgl+Ls1kJlqMcKe72Hrp6DPZqdGzR4PHd26PkynHtMBOFF2grF/jHUFFaqPzRvb3mDB8QU80PEB7u9wPwA2h41VGauI0kXRxr8NMuEqOz8tRlg2HZJXg7nMtVgUZIj+nTF7Xk+FZUgdQ29lmJagh2sCNvr1Wci91Kgjdch9NVfWPUufA3t/hD0/kF1uZR7jsCOnW7duUrWpw15D8FwEKnbnU/prEsgFrGP8CesQI1WDADt37mT58uXExMTUqZg9evQoPj4+BAYGIrvEL5E/5RYz43gW/Xx0zG8fe2X9z86C6sqeau+VC63UaAhGqxGFTPH/QorK7hRZV6JnYV4pfxeXY6kiD+UCDPT1ZHywL9f5e6K+AgIcDqfI3H/TeO/v4/SK8+fbKdec/ZzdMFOq1JApJLNTALkaBjwDvR6GM1QqFlptTDyQyn5DJRqZwOeto+i2dBEF/3sPAM9Rowh88gmUQRK5u/ZoPq8tO0JGsYk4UeBWMYfyjN/pf+MErhk/UfK4Ssmg7MYxlLS7hhVjHuRYcSXJ+UYMFjs7nx9MgE6NyeHkvsX72bg7B1EA0V2BqFXg5+PGddF+3J4YTJsg3Tk/B1nNdnb/lc6+1Vk4nSJypYwuw6LodF0kCmXjByNtVjOrX72HqMU7kYmwsbcX/f83rw6534y6cIpOcow5dao60srTcFO61an+HPP7GFLLU13znipPV1VHC98W3N7q9ssx/HooM+pZn7uOZWl/siN3Bx1PDqJ75ihOeidhHZ7CqNhR9ArrhVKmJPuxxzD8tRJleDhh77+HW4cOUFlW489RLWFVeFx6nz4VSncIalO3oiOwtVQtUoXiHCPJO/JJ3pWPvsjsWq72UBDfOZDEbkGExHmftTrB6RTJTS6jQm/Bw1NNSIJ3vQqNxsDOpYvIOLiPosx0KspK66xTqNQ8/N1CEAXmPDGP8tzleIdE0+/Wm/CLiMI7OBhBkGE+dBi3dm0RRRGLyY4xqwCr3KOO7JUkh1VXIstiOrNkbENQqOW462oIj4aIkGqzdI2HAtkV8A7ndDrJyMhAJpO5ZL1Ph5yySnaklbA8eTM7DV9hMXtSmVWVbCtYcY/5ELmqmKBSkXfnOVDYQeWQClBlgEOAmTfL2BsvY2LcEzzd546m/nrnjgMLYdljYDVKSU1jPpWSfJrRjMuEM8Xua6O5UuP/EZxOJ3l5ebz//vt4eXkxevS5mUmdEYIAKg/KrHrKKnLxEu34aHwuvt/zhEwQiPR1J7nAiNFip9BgIdCz6V9AjUYjR48e5eOPP+b1118/fUNRlDJNRIf0wKUNOu992QsLcZSVofDzQxlyFZhKNaMZF4i9e/dy7Ngxrunalez8Yt58/XVEUaTP4GHIZQL+WjV+WhWKKyCwcjEQRRGD1UBeRR42pyTpoVPpCPYIRiVvIimPBqDTBqPTBrvmHQ4baaVJ+Cp1+HiGI1xMUD6/qkQ/qO05ywS0bNmywSrCC4FCULA7fzdlljJWpa9iQosJyKuy+Er1Wby36gGKSlP4MidH2sAjkBVx7fnNkMS9agXVYfpwXTi+Gl8idBFU2itdUlP3d7ifhzs9XEc/WylXMjJ2ZKOM/7JArUW88Wuc+krkZfurZKpWIRQcQSjchSM3BItd0hIX1CLagKMIiQPrEGGeAyLOtIdLD4cdUtbA7nnS96mSEQnXeHNDuJ1fU+Ts2LEDPz8/unfv3ii7dO8cSOWRYsyHi3H/twJV55qAaWRkJAMGDHBVVoLkm7R48WJsNhv3338/QVXBUYvFglKpbHKS47YQP9po3QhSKa9KQuNU7xW4OIkykCq87lt9Hx5KDz669qP/LLFx1FjJgrwSFueXUmCtCWK18tAwPtiXG4N8CFQ3vfH7ueJ4noEZiw6wP6sMAJPVToVVSmo6LaoJjYHPS54aq56TiGyHRTJAPbxE8hUK6dDg5gEqJYs7xfPIziMsr3Rw16F03hw4jOsOHMR3ymTcO9etXBrUKoje8f78siKJflsLEYREng+/DaOiLazNpPPACDS7tyPYrEQo7Lw1XtpeFEVyiw34V/nouMtltPTQsEetwGixI1TYocJOWb6ZhcdKWbgyhZG3tOTBFqG00rqx9UQxpSYriUFaovw86slxqjQKet4QT4seIWz8JYmTx0vZ8Wcax7bl0W98IlFtG7eKQqnSMOLN79nd9wdyP3iPOd2MfLn8Np645glua3nbVXWtuVSoTmwJ14XTN7zvadsNjBhImDbMJWWlt+rZX7if/YX7aenbsg6p8fj6xwFcMlaxXrFEeUa5nmUaGw6ng22529j8SwrqE0EsbzWHPE+JgFG3suDZooLxg8bh7+1bZzu/KVMwHziILTub9NsnEvDoI/hNnYoQ0xdiah0LWyUUHK1LdOQfBpsJsndKUzUEOXqvHiQ7hpBc1ILi0prruEItJ7aDPwldg4ho5Ytcce73WZlMIKzFxcU8HHY7pbknKcrKoDgrg6KsDPSFhUx8Z7brt5GTdIyMA3td27hZbXip3YkcPQb/iChEpxO5QklMR1/25VowFJcQ27kbcqUCh15PzosvYfj7byLnzsWjR3c0Hko0LevLpDU8PidmY23fD5tkfl5r3iWRpbfhsDuxWxzoLY46hNFpIYDGo4roqFP5UZsUkYgRd08VSrW8Sa4ZMpmMmJj6iiqiKJJRbOL7/cvYnLsefWFH8vIlTziZqgKPuALkbmUkBmsIDTtGsu039LZiAPJ9BXYkCAw4JLKgr4zfewrM/NZBRDF0OiGyNx6GJ3Zp9O9yQbAYYcWTsP9naT6qN9z4NXid23nSjGZcbjSTGv+PkJmZSUxMDOHh4cybN6+ejMcFQ+WBzWagwmlDbjNeFlIDQK2UE+rtRnapiXy9BQ+1Ao8zveA0Ah566CF+/vlnxo4de2bpKVNRlTm4AN5RcAFBQkGpRJDJkHtdGqO0ZjTjcsEpirw7838kJyWhUCpp3b4j3y/+i1bRYfhpVcivcjIDpAflLEMWBqvkL6CUKwnxCLlk1RlnQqnhJBagyKrHuygZwTuyjhnreSGvitQIljRjTXITFrnltM3VDvWF7acWUstSqbBV0C6gHXKZnFd7vcr3R77ni/1fUG4pd0lMaBQeLDWlg1pBmV8s3j0fgQ630i17HbaT/9LKr1XNuORqNozfUG9fjS4NdplQY+htwJKhx5qpR3SIhL7YAyGqJwx+hdLv1yHL+geiu+DdMh5VlCdK0y6EH2ZAmQYK+0HiUEmqyvsKIzX+eAAOLKiZj+otyUu1Hk0bpRulmzezZs0aCgvrSy9cKARBwOeGePLT9djzTehXZ+A1XHppDgoKcpEW1TCZTERERFBcXExAQIBr+caNG9m1axcDBgygZ8+ejTa+htBB1zQBrqZCU3uvZOgzSC5LRiVXkWPMIdb79BKzVxuKrXaWFJSyMLeEA8YaM3lfpZybgnwYF+xLW63bFRV0ttqdfLouhc/Wp2BziOjUCp67vhUTukaceZynEhoAQ98CtResfwsUGiko+tVA6PMYXPtCPRLemplJybszeS4jA/+ZH/NdfhnPZRSS9fBTvBjXMAmvUcqZMrolJ4vtJOUaOKL3ps3aArY7iziSX4j88A66zfofgRE1wTTRaqXixlHkdO9O8PPPIff25rkRrXh2eEtyy80k5Rs4kKtnbUYxR/IMWE02fivX89tOA928PGBPEQdSSgBQygVi/bUuz47EIC2DWgWhlMvwDfFgzPSOpOwu4N9fk9EXVrLsk/3EdPCnzy2NL0nVZdgkSvpfT7ctL7M+ez3vbH8b8/cLGPvIh/iFNJ08838Z07tMd/1ttpvJ0Ge4qjo81TUZrQ6ngw1ZG7A6rfX6CPUIpU9YH17s+aJrWbmlHE+V5wX99velHGZN6V+sSFtBYWUhA8puo6UzgnamntzcbwTXx15PuC78tNu7dexIzO9LyHv5ZfQr/qLw/Q8wbd1K6Lvvoqh1X0TpBmGdpakaTgcUp0hVHbn7MWUmcyLNnSR9F/Jya57nZNiIVO8l0e8o0fECyrDWoGoPpvaSisJZvveWX+cjyGT0vGEcZGwBY76UrBjVi61LFiI6nfS6pW6VjOh0ItR6d9nxx28c3byekpPZOB31qyGMJcXo/KTK4naDriOmUxf8I6LxVGnIun4kOBzEvj4TdUKNdF7/iSMx6Svpf/so5EoFpj17yXnySWw5OaBQYM3IwKPH+SVtyBUyPLzVeHif/dlcFEVsFkcV6VHLDL12JUgtYsRcYQMRzEYbZqON0txzGI9S5vL8qF0FIpEidatCNDol8vOsAnE4HaxLPcTqE7sxlXRiR1ox+XoL6uBVqHx2YnHKkcsiaBvqSdfoKLS+rxMX4Mb3x77g2MmjPLjMyY4+/rQfMYmTH8+uIjTkbG2XQEypJx+MK2fwzmSu3+Wk3MPJu15fMn/sJ+c1xkZHaTr8cCOUnJDiU/2fgX5PnrefXjOacTnRLD9VC/9f5KcaHVYTZn02JqUaD20wavnFB6UuFKIoklVSSVmlFZVCRkKg9vIHQO3mqjJZJ3iGgfbCtTZFhwOhkcytm9GMKw1OUaS0wkqhwYLVIWVSK2QyAnQqfD3UyP9jRnV5FXmUmEvw0/gR4B5wxcgUiaKTEn026soytM6q8n5tIE5tEDLZmYnievfReSMhfROM+Yx9nm2YsnEKTtkZzDadMr7r9x0d4zqedZyZ+kz2F+4n2COYrsFS5cBPR3/i7R1vA/Dvrf/iqZLu898e/JbZe2ZzvSaMd25Z4dKH/XH1YwS4+dO366O4q89PR/e/AOP2XEy78xs09EYuEPzENSh8pech0e6sawANcGSplPFcnlV3eWBrSLgOrrnznAx+GxUOGxz/C8KvkYxEAY7+CX8+Ch1ulciMgMQ6m4iiSEpKCvHx8Y0exK08XETxD0dBgIB726OOPnNigtPprFOV8d1335GWlsbYsWPp2LEjAAaDgSVLlhATE0OfPn0ueMyVDievpJzksehggq+gTPxzRfnqDARZwx4a+rWZiE4RryFnlpI4G3bn78Zd4V6H5LxaYXU6WVssyUutLi7HXvWTVwoCQ/w8GRfsy7V+OlSX+7m5AWQWm5j2/U6S8o0ADG4VxBtj20peGmfDurelAE01oVEbG2aCWS9dw478Dt3ugRH/c612VlRQ9NXXlMyZg2izgVxO5Ny5fBsUyVupUhRudKA3H7WMRHOaAJpoc4BCxuaUIhbOOUhAuZN8yzpijfsRZDIGTrmbjkNHIggChn/+IfuBB1GEhBC/ZrXrmb8hSUhRFNlcauC7nGL+KirHIYIiWY+q2IKswo7dXvdeq1LIOPraMNez1A9b0ymvtBHn4454WE/GljycThGFUkaX4dF0GhKJXNm454Ioivx07Cf2fPUu0/6yUaaToX7taToPn9yo+2lGDexOO1tzttaRskorT6PUIkkZDYkawgcDPgCk/0/3n7qjlCldVR21jcrDtGGuatdqFJgKWH78L/J/csPD4MuPXV7GpNLjpfbieu8b6RvYn14dO51XtaEoipQvWkTeG28ims3IfX2J+PIL3Nqd2VTZWmkndV8hyTvzyTpWWst/SyQs0ECi935inSvQGI813IG7f41sVXA7qXLLN66Op8DWRT+zZeF8eoWX0FN3uGa5oQ1bsn3pOvomotp1oigrg6Ks9KoqjEymffIt7p7S/X/Dj3PY9ediAFRubvhFROHvmqIJSWyBUtVwPCX74YcxrF6Dz+23E/ziC/WPncNB8ddfU/jxJ+BwoIyMlKS8znLsLjWcDifmCnsdM/Rqc/RTiRCTwYbd0oDc2FmgdlfUVHroVLh51q0EUbjJ+GPVUqxuWk4oQ9mWU4It/AUEQcSY/Byi3ROVXEZ81Em8fTO5LmYQN7ftjVat4ETZCT7Y/QEbszcSlyPyxO8i/uVO5MHBaJd8x9wZ1yPQDrnbTWitNQm/RlUpjspF2MV9HIiSMUIxgruendmYh/b8YLfAN4PAVAo3fQ1Rvc6+TTOacYlwrvJTzaRGLTSTGv8NOJxOkvONWB1OvN1URPhexkwzUYSiZLBVgEor+Y5cQVlvzWjGlQCnU6TEJJEZtmoyQy4jQKvG10P1nyEzTtVmdzgd2J121IrLRwSfEQ4rlGeDuRy9TEaeQkGImz86j9PL59W5j6rV8G605Mtw70a2W8xM2zDtrLv9pv83dI+uySZzik4+2/cZmfpMXur5ElqVRD58feBrPtr7EaPjRvNmnzcB+OHID8zcOROVTMWvo34l1isGUteRv/l9yk5uJ8Jmx338T9ByxEUdmqsJolPElm/CmlGONcOA18hY5B5SALt8VTqGdRIhIdMqUUV51ph6h2oRziWgJYqSDETSSkj+G7K2u+SduGc9hFaJeJVlgcqjjtl4o6IkVfJG2TsfKgqkbLOBz0rrHHZJ/vEcf2sOhwOz2XzRni6uoS08jmlPAXI/DUGPdEamPvfkhGrpUG9vb9zdpUqKQ4cO8dtvvxEcHMx999UY2B4+fBh3d3fCw8NRKs9OUryScpIvsgpp4aFhXdcWyJqfT86KHGMOvhrfq0aKShRFDhorWVglL1ViqwkMtde5MS7YlxsCffBTXdnF+5VWB8M+3IjRbOfVMW24vl1I4z/bH/8LovuAWocoiuh//ZGCj7/GXlXB5dGrJ0HPPYc6Ph6ARXklTD+WhU0U6eHlwdx2Mfgoz3wcTSYb87ek8fH6JLrn/EPLiiQAWvQfwvB7HkCuUFJ58BD2okJ0AwcCVRIoEyehjo3B/6GHUQbVT47Ks9iYn1PMj7nF5FpsknG52UEHlLRGgWiw4RRFPpxQ4300/MNNHM3Vu+aDkTPCqsbPJIUGvALd6Dc+kcg2jV+ReGz7SvKfnEFgoQ0nkH7jNVz3ytcoVVfH7+q/gFJzKWnlaajlatr4twGg0FTIoF8HIdJweGhQ5CBmD5xNudHA6n0b+blkDsmlyYiIjDn0KIHGSAp67+Xafl3pG9YX5Rl8as4FlhMnOPn4Ezj0emJ/X9KgWoHd5iDjUDHJO/NJP1iMw1ZD5gVG6UjoGkR8lyC0PrXu/6aSGp+OvIOShFXR8Zpnl9pQekBw2xqfjspStv70DVuKoujln07PgCy2FkawpSgaheDALjZ8fx/30ltEtGkPQGFmOoaiQvwjotD5B5zXtcz4779kTZ2GTKslYcN6ZLWeU2z5BeTMmIFp+3ZA8voJfvkl5Odpfn0lwmZx1Je8qiJCTKfIYVUabbUIrXODAxGTAGZNATaVBV9dBJHBgUSFadF5aVwSWGalkXmp37Io9TecTgfD9whMWetE5nCijIwk/MPZaFq1YtfW42z/7uRp93cobAV3/7octRW23TqUqS/PvsgjdB4wlYDas8Y/rjRD8sVtqufzZjTjAtFMapwGzaTG/w9UWOykFlYgIhLu446vx6XTp68DQz4YcqRyvoCW5xxQqQ2H0YigVCJTX6GBz2Y04wLhdIqUVFgpNNaQGUq5jACdGl93VZMY7l0O2Bw28k35lFvKcVO6EeMZc0VJepwV5nLSDNmYBPAXlAT5JZ6+ae37qEol+RjkH4SeD3Gk/ATjl40/6+6iPaPpFdqLZ7s/61rWf0F/SswlLBi5gNZ+rQHYmL2ROYfm0CmwE492fhSQMhKXpy5nZNQw5Mf+hH8/lF5aAQQ5tL1JKqsOaHERB+TKhtNix5ppwJIuyUhZMw2ItTLc/O5og1tL6cXFlleBNceIOsqz8Qy9TSWQshYy/oXrP6jJcFxyPxz4BcK7QeJ1kkxVUJuLI/rtFji2DHZ/B2m15ME8AqH3o9DrofPu0mw289tvv2E0Grnzzjtd5t4XA6fZTv6sPTjKLXj0CMFnbPxF9VdWVsbx48dRqVR06iQFKUVR5P3338doNHLHHXcQHR0NSN9HEIQGv8fxCjMPH81gRkwIg/1O/7LQDAmZ+kzuXHUn8d7xfDjwwyua2Ciw2FiUX8qCvBKOVdRomweqFC55qVbaxpUYamzsziilY4S3K7HhWJ6eIJ0GnyZ+pnfo9WTddx+VeyQde2WQH0EvvoJ20KB618jNpQbuPJiGweEkwV3N/PaxRLo1fM0QHU70azOp2JmHcGcb3tmQTNaGFfQq3YYAKMPiufOlV9B5e9fZrvLwYdJvuhlBpSJ+w3oUtbx4ToXdKbK6uJzvThazvtTgWh6mVjIp1I/bQ/0IUEmB5m82pXIkR09SgYGUAiNmmxNEaGWTM9iiQlN124jrFMA/bjZsapkkZRWoIzFIR7iP20U9pxnLi1n/xETiNqcDkBWjpfXHXxEe3+nMGzajSVFbyqp2dUe6Pp0BEQPw0Pvis7ITBmUJCzu949rOS+FFok8LWvgnEuMVQ8fAjiT6nP558VzhtFiwncxBHSvJlImiiDWvgIJSJUk780jdW4jVXPOM4x3kTmK3IBKuCcI76DwkFW2VkH8E8vZX+XQclHw67JX1mhptSn7PbkO+WYdccOIQZcRpizlh9ANEfILDpOqLyGhXBYZPSCiyRlBbEJ1OUoePwJqRQfCrr+IzfpxrXdmS38l99lnsMjmHwwIYNOcXAiLO38fzaofolAzRy0orOXiilL+PrqWgLAtK2qCyeOIuCnhgxgcbGrsWmXj+pL5VVom73YSHoQyl1YBHkBf+1/bG3U+LxkPBpoXJmI22027v4a3Gnv06vXdJUpkrxrbhiXd+u+DvfM5I3QCL74Eud9Qk/jSjGVcomkmN06CZ1Gg6OOwWKqwGnHIF3mrvyz0cCvRm8vRmZIJAQqAWtfISyzbZKiXZKUTwigSP8890Ep1OLMnJiDYbqqho5LqrP9OiGc1wVJMZBgt2Zw2ZEahT4/MfIjNEUaTEXEKBqQBnVfaXr8aXII+gK0Zq6lzhcNgo1mfirwtHVkXOOhw2ZDJFnSDPme6jR4qPnBOpAdA5sDPfDf/ONf/twW+RC3KGxQwj2EMyNd9fuJ+nNjxFiEcIc4fNrTmmhjyYM1TSiQVQukPnydDzQfC+OOPgKw2iKOIoMSNoFK7qi4qdeZQuSq7TTlDLUUXqUEV64t4xAGXAZfBO+H4MpK6vu8wzHBKGSF4cicNqCI6zycU4HdK6jzpCWWbVCgHiB0nyUi2GwwVmiJaVlfH1119TUVFBYmIiEyZMaBSTbnNKKUXfSB4z/ne1RZPYuP5jVquVpUuXkp2dzYMPPuiq1Ni8eTP//PMPPXr04Lrrrqu3nVMUmys0zhF78vdw35r7CPEIYc7QOVecp47Z4eTvYj0LcktYX6p3KcqpZQJD/b0YH+xLfx8diiv8HltusvHmiiMs3JXNy6Nac2fvS+u5IIoimbdPoPLAAfxb6fFtaUTW+VbJh6OBTNajxkpuP5BKjsVGgErBj+1jG/SnEe1OCj7Ziy3PhNfIGIq9NGRYrXy9dBVtji9FJdqoVHvR76Fn6detbZ3xVO7ejSUlBZ8JE1zLc198CUGtxu/OO1CG1Td0TTNZ+D6niF9ySyi1S0FfpSAwIsCLKaH+9PT2cN2/HU6R7FITSflGkvINuCGQWOTkwLpsqdoPkS0aO7vUdpxVp4+bUk58oJZe8X48O7xGnq0hqawzYePcN9HO+hE3K1RoBCqfu4e+46af8/bNaFrsO3aE9Sc2sbRiAYWVhQiijIm7X0HvUcj2joswiUb0Vn297Sa1nsSMrtI9vNxSzge7P6iRtPKMIVQbWk/K6kwQRZH8ND0Hf9pMeqoday0POq2PmvhrgkjsGoR/hLbxEocc9iqfjgOQux/HiY3sO1rElqIorE4FAiIiAnLByd3xOzDaVPiqK1HeubSusXkjo3juPArefRd1q1bELF7k+r6iKFL40cf8uXUnZWI58d0nMebxW5psHFcaik0V/HpoAzuzk9AXdGN/VjlWhxNN2A8oPQ9jKRiGR+UQusX40ilKR8n237FWVHLj2JuIiUxooBLEhklvITP/JHnFRSgsGtxsWuQXQII0hFGPdmDVu5Posy0NgOUj4njyg2WN0nc9OGyw/m3Y9AEgSjKx96y/oITbZjTjUuFcSY0ru9a4GVcPLAYqS06QpVSilCuvCFIjQKfGaLFjtNjJLDERF6i9dC/uolMq5UOUyvsutJzP4UCm0UhBB4+ry8CzGf8/IYoiFRYHdqcThUyGh1pe56W5uMJCkcHqIjNUVZUZPh6q/1RgzWQzkVuRi9kuZci6KdwI0YbgpriyM2NPB7lcSaBPXJ1lOWUnsIlOQrVhaDRn9gk4Hzx1zVP0C+9XZ9nUdlPrtQtwC6DMUoaAQIHhJMGeVebU2iDpuuvmC93vg253/2dKqkW7E+tJI9YMvWTonaHHabThPSoWbW8pqKWqqrpQR+pQRXuiivREGeyBcLkDmZP/kCSokv+WptQNoM+G3XMlyaoWw2va2i3w7yzp72piw1YJfzwEh36TDH9lcogdAMlroNNE6DypUUgrb29vbr31VubNm0dSUhKrVq1i+PDhZ9/wLNDE+6DtFYpxSw4lvyURPL0zMvfG87FQqVTcfPPN9ZYXFhbidDrR6WoCQPkVJpb+NJ+IiAgGDx6MTNH8OnAu6BzUma+GfEW4LvyKITREUWSP3sSCvBL+KCij3F6TsdzF053xwb6MDvTG+yyySFcKVh7K48U/DlFosACQpzefZYuLh2izUbpwIV4jRyL38kIQBELenokgOFAe+Rq2fQ77f5YqD0f8D1qPrVNh1krrxvIuCdy+P5UjFWZu2JvCV22i61U/CQoZvhNaYss3setoKQd/TKJ1n1DmvTSFeStakrXgE3A4uefXY4zMcPD0sJYE6NQIgoD7Ndfgfs01rr7sRUWULVkCdjveN99EQ1eSGHc1L8eHMSMmhD8Ly/juZBG79Sb+KCjjj4IyEt01TA7zY1ywL54KOVF+HkT5eTCkdU1md6teIWz4+Ti5KeX0NyvpKajZEyCw3WSi0ubg4MlyAnU1QTFRFOnz7jr8tCoSAiVz8sQgHQlBWsK8G5YD7nfn82T0GELyo/cTkmXi3aRvWLdVz4yuM67oaqj/Mooqi/gr7S+2bzxGq32DKPVQU9i+EJ1Kx7DoYfTvFUnX+DHIZPcANVJW1ZUdqeWptPdv7+ovtTyVxcmL6+xDJVMR5RVFrFcso+NG13vuq0bxSSPJO/NJ3pWPvsgMuIEKFDYjER6ltJt6HeHtgpvmGUeugMCWENiSLEUr/vkzg6JC6XlXq7BgtKtdlRoHSoPpGVDlL2bMb/yx1IL3DWMpnD0by9GjZEycSMSnnyL39kYQBAIffYSu7fey4ad0clN9MJZa6kpv/YeQVVbE9vR8knJkbE8t5nBBBm5x7yCKMowZkSCqCdSpifMZSohff8b2G0ifqBbIZALZ2dl8808lSqWSlq1boFKp0PnWvd5sz93O17ve56jsKIRAqEcoj3R6lIFB/cl6dSblB5PQ3v0QzoDwKoN0aSrOqaAsz3TW8ZuNNu78Zimf3DOAoVuKuX7FCb4SJ3HPrB8a90CVZsCiaZC9Q5rvPAWGvdNMaDTjP4PmSo1aaK7UuAg47DjyD5KmVOKu8SZYG3pFZCLb7E6SCwzYnSL+WjWh3pcooKjPkR5oBDkEtrrgjNFqNBuEN+NqQHmllZwys0tKCqQKjGBPDTaHk0KjBUeVxqlKISNQp8HbXfmfIjNA8s7I0EvlxDJBRpBHED5qn6tLcuossNlMpJSn4QRibTbcPAJAG4zZaqu5j6Ysl66B0X3Bw++cKzVqS0zVhsPp4GjJUdr612Sw7kpZQeukf3A/uhwe3A6aqvt6UYpkEq36b5DB9uJKShYmYc02NGjoresXjtfQ6MsytguGrRLSNkHyKvCJqZGKsppgZozkQ2UqgnbjwM0H9syTyI4ud8Ko2VLbyjKpnbzxA7aHDx/m119/BWD48OF07979LFucHU6rg4KP9mIvqsStYwB+E1pedJ/ngrKyMpRKJR4eHvxdVM59h9LodmwP3UxlPPbYY65r0+HDkulpbGwsbm5XJwF7qXGo6BAJPgmo5Zc2OJBjtvJbfikL80pIMVlcy0PVSm4J9uWWYB/i3a+ed5kCg5lXlh5mxcE8AGIDPHj3pvZ0jb54Qrrw409ALiPggQfqrTv5zDMYN2zEWVqKz+RJBD/3XP0OsnbA0oehsMpcuOVIGPOJdF2qBYPdwbRD6WwoNSAX4N3ECCaGNkx+5aSUseyT/bQfGE6PMVLCQHZuEZ+s2McvydL/U6dR8NjgBCb3jEZxigm56HRSsWUrpu3bCHziCdfy4jlzcZQU43PrrQ1WbxwymPgup5hF+aWYqp7V3GQybgzyZkqYP+0bqjARRZJ25PPvohQq9VYAYjsHEHltGFlmKzqNgt7x/tKxNljo+uaaBr+zh0rOzV3CeXVMzT08r9xMkKdE3FgtJn755UX+x98AxHvHM7Pr6ySEtm2wv2Y0LoymCv5at5mtFRv5x7wch+hAY/Pg9j0vYw4uodNtgQyM6Y9Kfv7yb1mGLP488aeL8EgvT8fqtLrWP9f9OW5teSsAh4sO88LKV2lb1ovAk/HISmvOSYVaTkx7P4IKdqP48X1kDhuqqChC338ft7ZtLv4gNABjSTEbfpzDsX8liUuN3EaYWzknjP71PDWq55myrEkrNURRJOP2iVTu2QOA1w03EPr2W3XWL3l/D7kp5bTtF0b/2/4bkquFBgs700vYkVbC6pM/U+62FFtZNyx5N7jaeMd9TaBbCONj72VQYgJRfu4Nvn+tXLmSbdu20bZt23oJIallqXyw+wM2ZEv/c51Sxz0t72RczFjcfQIAcFZW4qysROFb/x518ngpv8/ae9bvM/axToS18MFut/P1wzczYN1xAP64tS/PvPzVuR+YM+HwElj6KFjKQe0Foz+ENjecfbtmNOMKQHOlRjMuLeQK5AoN8TYzaHWSh8QVAKVCRriPO+nFFRQZLeg0CnSaxsuMbBDWipoMDe+IiyY0gGZCoxlXPMorrWQU189KsTmcZJXWLFcr5ATq1Hi7K/9TQf7a8FB6oFFo0Mg1BHkEoZD99261SqU78V4xVOhP4iZawVgAlWXY1LUCOOveksr2Jy6WZIEuAnqrnvtX38/RkqMsGr2IGLMJ/v2Qaw7+JhlAAxz5XZKZAvC/OM+CywHRKWIvMLkqMJRB7uj6S9UnMp0Ka5YenCDzqDb01kmG3mFahEstr9gYULpJ3hqJp0gi5R2UyuRNRdL8wYU169RedSs63LybbHht2rShtLSUNWvWsHLlSnx8fEhMvDh9cJlKjs+4RAo/30/lvkJMrf1wbx/QSCM+PbxrafQvzCvBJEJAxy4MVDvrXIfXr19PYWEh48aNo3VriVg0m81YrdYzvkz8f8W23G08vPZhugR14cNrP2xyYsPkcPJXYRkL80rZWGpwWfm6yQSuD/BmXLAvvX20yK+ye+vao/k8vnA/5ZU25DKB+/rH8vC1CWga67oml1H00ccALmLDmpVF1r33YU1NlZr4+KA53e87ohvcuxE2vS9NJamSefAp0Cnk/Ng+lieOZ7Iwr5Qnj2dx0mxlRkxwveedkDgvprzeA8uuAkS7E0EhIzzEn3emDmZcZikv/XEI+7Ed7Jizgt+2j+alGzrSI7bm/irIZGj79Ebbp7drmWizUTx3Do7CIjRt2zZIarTVufO/Fu68GBfKb3klzDtZTJLJzPzcEubnltDZ050pof6MDvTGrYpIEQSBFt2DiW7nx44/0zi4PpvUPYVkHi6h6/XRdLi2xrjc10PFmsf7k5xvkKSsCgwk5xtIK6qgwuqoIy9aXmmjx9tr0akVxFd5dSTEPsiDitH8mPI/KlKSKXn1FtZMGcm1D7/bKDKAzagLp+hkd/5u/jzxJyX/KGh1sg9Ofy8cCQ7a+7dnZNxIBt3SlUAv/4vaT4Quggc61pCKDqeDnIocl19Ht+BumPRWUnYXsH1TDoNz7qtpK9jJ9D5Kiv9uyoKzebrXU3SImYJpSBuSnnuS/PIMzLdNIPjxJ/CdMqXR3y12LVssERqCQIdBw1Af+YkdOTWEBuD63FIUDWpPekb1atQx1IbDaCTv1ddchAaCgO+dd9RpIwgCPcbEsuT9vRzamESL7jqC40KbbExNhZyySnaklfDt0VlkVe6lPGMSolV6ZlLodLiFi2g9KrixWwTdY/zoGuNLmPf1Z+3X6XS6kjjatq0hTYsri/ls32csSl6EQ3SgEBSMazGOaX6jMMx4iSL/nUR88QWCTIbMzQ3ZaZI/QhK8kXsqsettNHQ2ioDCS0lIgrf0XRQK7v/8d7589HY8UvbyS8QW1v50KyvH/4j8YmJAhjzJz85eKfnZ3fQN+ERdeH/NaMYViv9epOUyQ19UQKW+vq5kNdw8PfH0Dzzt+suNAQMG0LFjR2bPnn3+G6s8wG4GmxHcGk+K5GLh6abEX6umyGghq6SShCA5SvnZH4yjo6OZPn0606dPP/edOR1VslNIGVynZHGdDxzl5ci02mZCowkgCAJLlixh7Nixl3so/wmIokhO2ZklIgQEwn3c8HZXMnDgwAu/zlyBMNvNFFUWEVpVoSYIAjFeMVdEtVpTQql0x9svAczlUJaFzWEls7KAcmMxgaWgKT4hNQxud9H70il1eKo9UQty0pfeT8yJrTUrY/pDn+kQO/Ci93MpIYoilpQySUoq04A1Q1/H0FsVoashNVRy/Ca2RhnojtyvkQy9r1REdocZJySz8aRVNaSGTAFPp0myU5cIvXv3pri4mL1797J06VIeffRRl1fFhUId6YluQASGdVmU/Z6COsYLua5pjY9r48s20fycW8LNQT5oaj0LOZ1OYmJikMlkREXVvPQeOXKEpUuXNpjN+P8d8v9j77zDm6r/NnyfzCbpSPfetGXvvfcGUabiAAQVRcUFLgQEFFFQEMEfMmWLDGXLEEX23tACLd17N80+7x+BlEqBssG393VxlZycnPM9yZmf8TyCTV5RIkgQygxd3DuiKHIgr4hfUrP5PT2Xwus6IRu7aOjn60YPTy1Osif3XtHXRUWRwUx1f2e+6l2Tan739xniWiIjc8b3iCYTiCJZP80FiwUEAdcXnsfzjTeQutxivTIltPkYqvS0SczKrh6zZiMUJINrCAByicD0ykEEOCiYFpfGt1fSSNAbmVY5EMW/gvJ5yy5gjM3DWmxC2zXMPr1ukCsrX6rF/17/DtFkwOX4YoamZNK2XiQfd62Cj8tNOnAkEnzHjSN/40ac2ra1T87ftg3D+Qto+/ZB7mPzpHKWSRkS4Mlgfw/25xWxKCmTjRl5HM3XcTQ/nrEXk+jv68ZLfh6EqW3JOqVaTov+kVRp5stfy6JJvZzHvjWXOL83hZYDIgmo7IZUIlDJy5FKXo50ue7Sb7JYuZJVhPK6/TQ+S4dMIlBgMHMsPpdj8bnXbcxwmhiO4axbivPsDfy+/yjKd7+nblQYXlcluSq4e07GnOevHcfZoV7DJfEcAJ5uQQRn1SA8NJCRvdYT4hLywNYvlUgJdArEW+aLV0IEZ3aksfX8HkSrCEhBAHmAicLgJC65HedScTTJhcmIZhGnq14a6vr1SZw2go+OjEduEvHL+IaI9XuJCKpt8+24+u9uks1moxGZwnaMN37mWXJSkmnadyDeYZXYOyuNpsa1NPZMLPWZxlcTG6LcBx6QEErxqVMkvfc+pvh4kEqRublhzsigaPc/NyRl/SJccXK9RMblDWyedZTBU8c+kDHdL0RR5FRKCstPbyI6I4O0xEYk5thM2lVB0cg06cjUsYS7hdEo1I06IVWp4vcCUZ53nqwxmUxUq1aNS5cuUalSJfRmPYvPLmbe6XkUmYoAaBvYlnfqvYP7kcskjxiCtaAAs6srpsREFEG3ljoVBdhaR027v/IQodTdwbU9Y2ttNcP+dRp7dfpSXl33BZa85aSaTtNxxbP8MWD53Sc2nHygy1eQewVaf3RfCm0rqOBxpEJ+6jruVX4qPzOd+SNfxWIy3XQeqVzOkO/+90ASG6mpqUyaNImNGzeSlJSEl5cXtWvXZuTIkbRrV74q2XtKauiybIadCg0m11Dk5Thxrl69milTpnD+/HmsVitBQUF07tyZqVOn3vn6b4HVKnIxoxC9yYKjUkaoh+a2N8QZGRloNBrUalvba7kC4XkJUJQJErlNg7OMCu3WrVvz119/2Zfp6elJy5Yt+eabb+yBBGtxMYZLlxCkUpSRkXeV2Ni1axdt2rQhJyenVJXmf42FCxcycuRIcnNzy/2Zu0lqpKenM2bMGDZv3kxaWhqurq7UqlWLcePG0aRJkzsf+COgvPvEtfmu4ebmRq1atZgwYQLNmjW7Yf5CvZnLmYU3TD+07x+G9uvB7tNxOLu4EObhiKODjOzsbORyeSmN9ycRi9VCRnEGWcVZAHiqPfFSP75J6weK1UJuXjwJ+kJyEtOp5yJHs6wHaLzgA5tpdUphCt3XdcdoMd50MQqpgg29NuDr6Mve5L3U965vlzpITT2GZG57vMxmWzdglZ7Q7G3wr/tQNvFeEEURS44BS64eZZjWPi3ly4NY80u+D0EhQRHkjCLICWWoCw4R99dM+onjrynw5ySQKsBitHlplGUe/gCxWCz89ttvNGnSBF9f3/uyTNFsJf2H45hSinCo7Ib7S1Uf2yDdzp072b17N82bN7ffS1qtVv73v//h4+NDp06d7PdJ/x85l3WOcG34XUmy3IorxQZWpeawKjWbK/qSc0SQg4K+Pq7083EjWPVk6mFbrCLHE3KpF1xyfjsYm03dIO0NMkv3k4xZs+wdGwDywEACZ/2AMiLi7hf619e27o12Y2weTtclXZclZ/FBdAIWEVq4OjKveijO1wX1i89mkbP2IooOwehdlARElT7fJ547zW/ffIG+MJ8iqYpNXp0pcPbnrXYRDG4WikJWvu8qbsCzFB8/jufIkXi89upN58swmlieks3PyZkk6kueZVu6OjLI34OO7i52k3nRKnLhQCp711ykuMA2b0R9L5r2jrgj/X6j2UpsZhHRabaOjph0m1F5XJaOT7tG4bd7Kn6L/+SycwBvtx4JgLOD7KpPR4lnRzU/Z7Tqh5ccfhLJ1mezOXYzGy5tIHh3cwLzqnA4YDPnw/6hU0gnuoV2o65X3XurDC8HZpOFK6eziDmYRtypLCzmkkStV7ATEQ28iajvjUZbej8qNhcTnx9PgFMAmqudUsvOLWPq4amlpKyu5/u239M6sDUAF7IvcDLzpN2s3M3hRtmggqxMdi2eh74gjz6fTrrpdfnI/uX4//kZPoZ0+7RMhSuu5kKkVhPUGwTdvyvlvXOvFOz8k8S33gKzGZmfL/7fTMVw6SKpYz5DHhRE+JbNCP9KnJ7edZits8chVwXx2o/foXB4fI4Ri9XCn5dPcyHFyPlEGQdjs8gwXEYT9j2iRUlh9FikEinV/ZwJ9I+nkpeK3tVaEqi9f35WVtHKxssbmX50Omk6m8pGNfdqvF//fep51Cbju+/ImjsPAFXt2vh/Ow15Oe4D9+QU0Pv4JSonGul4tAiX4pJwa55K4I+6Gs4HKFhdO5xmrjc+Cz/z66vEFO5h8DYrzrJgBs/fUL7jUhTh8DzwrmErEKqggiecCvmpR0Bxfv4tExoAFpOJ4vz8+57UiIuLo1mzZmi1WqZMmULNmjUxmUxs3bqVN954g/Pnz9/X9ZWJXIMVuCgaMeVEE+UWhUwiw2Kx2CrZ/nWh3b59OwMGDOCLL76gZ8+eCILA2bNn2bFjx30fmkQiEOSm5mJ6IYUGM5mFBjydyk5cGY1GFAoFnp53KAlhKLAlNMBmVnoLyZlhw4bx+eef2zQxr1xh5MiRPP/88+zevRu46qGhUCJROVR0ajwm9O7dG5PJxKJFiwgLCyMtLY0dO3aQnZ39qIdWLky3OTeVxYULF3B2diYjI4OJEyfSrVs3oqOj8fIqff66Zvp9O67N51aG/uiThCiKFBgLSClKwWw1A+CscMZV+f84AC2RonUNhdw0RIUBaX40AKJ3Na7E/UVISCt8HX3Z0GsDKy+sZPn55bQIaMGQ6kNKLcZV6Yqvoy8T909k5YWVvBHUldfafAWAj08dqN7fVjHbZAS4h98wjMcF0WzFmGwz9LaZehdgLTAi0cjx/bQRgiDYzF+re2DRmVAGO6MIdkburUGQPp7B7YfOtYTGtUTGtdfwUBMbUqmUZ5555r4uU5BJcOsfRdr3x9Cfz0Z3OA1NA5/7uo7rSdYb2ZSZxxB/jzv2MGrbti1NmzbFYinpIkpNTSUtLY3c3Fx69uxpn3727Fl0Oh0RERG43Krq/T9EFfcqpV7/Gf8nTf2b3lV1cKHZwvqMXH5JzWZfbpF9ukYqoaeXTV6qkYvmifahikkrYNTqk5xKzOP3Ec2p6md7SG0Y+gDvC3ITQJeFZ6+mZM2ajWg2g1RK+MKvEIQi2/vawDtfrihCwn6btMfWj+H0aug5E7xt0m3P+bnjo5Qz7Ewcu3MKeepoDEtrhuF3NbCoqupOutHK2v+dwsnNgec/b4zkuqROQJXqvDD5O9ZN+Rzi4+id+js7TC35crOFlYcTGN+zGi0ibv2sIooiri88j+DggLZ3yXms+MwZivbuRfvMM8jcbUFCT4Wct4K9eSPIi51Z+SxMymJndj5/5xTyd04hvko5A33dGejnhq9SQeUmvoTU9ODg75c5/XcSMYfTiTuVRcMeodRoE4C0HAkqhUxClI8TUT6lA3sGswWrFVTNZ3GmxW+kTpqPf0E6KY4e5OvNHL6Sw+ErOfb5P+lahWEtbd0uKXnF/HEmjQgvRyK8nfBwVJQrafzttmikEoG32t2Y5JqxIwaLVeSdDvcmQfiwKTbp2bTjb6IPp7LG/wf0EpscrMFbiVatpUfT9sxuOeGBG7JbLVYSL+QQcyiNy8cyMOpLrieuPmp7IkPrffMEuUqmIsqttDfEc1Weo39Uf5ILk4nNj+Vy7mVi82O5mHaW2NxYQjUlx/WuhF3MPD7T/lqr1BLqEkqYSxghjsEER0s49ft6TAY9giAhPe4y3qE33meO3DON3zPy0TdaQeO8k3gZs0hXuHPApSbVU2fSM30HbxxZCNpgaPHu3X9p/0Jdry4yL09U1WvgO+FzpC4uOFSOIn3K15ji4ynau6+UHB1A9db1MRnGUqNdXWSPuJvPZLFwIbWQA7HZHIzNYn/eT1id9mLIbIMxoxMACqk/GktVwpyjGPRSLZqG+eGofDDhyoMpB/nm8Decy7Z1KvlqfHm77tt0Ce2CJT2TK4MGUXz4CABuL72I13vvISjKlxQ6U2jrMDkfoOCCn5ygTDOOxVYKVRLiPWSIV5PD6UZzmZ9f0+d/TJ79GZ2OrEJCHIte7MwLCzfdulNYl23zfjq/AVwCYfjeEp/BCir4j/Pf1sa4j5j0ekx6Pdc3tljMJkx6Pea7CBbesNzrgoIWc9knuFvx+uuvIwgCBw8epE+fPkRGRlKtWjXeffdd9u/fD8CQIUPo3r17qc+ZzWZ8fHyYP39+qWkjRoxAq9Xi7u7Op59+Wmq7jUYjo0aNwt/fH41GQ6NGjdi1axfIlEgkMtauWEeT8Cas/W0tVatWRalUcuXKlRvGvGHDBpo3b84HH3xAVFQUkZGR9OrVi++//77UfOvXr6devXo4ODgQFhbG+PHjMV/3HeXm5vLKK6/g7e2Ng4MD1atXZ8OGDQCMGzeO2rVrA+Agl+KrdWDJ3NnUrhqJ7uqFZNCgQfTq1Ysvv/wSPz8/u2Z2SEiIvWMlJCQEgKeffhpBEAgJCSEuLg6JRMLhw4fBarbLTn2/ZD3BUTW4VROUWq3Gx8cHX19fGjduzBtvvMHRa9qYgNTRkf3JSTR/5hmUSiW+vr58+OGHpbbbYDDw1ltv4eXlhYODA82bN+fQoUOALcl1rdLe1dVmUDxo0CDAVmH51VdfUalSJZRKJUFBQUyaNMm+3NGjRxMZGYlarSYsLIwxY8aUCohf+07nz59PUFAQjo6ODB8+HIvFwpQpU/Dx8cHLy6vUMsHWHTF79my6dOmCSqUiNDTUbsJ6v5k9ezbh4eEoFAqioqJYvHjxDfOkpKSUeyy5ubn8888/fPXVV7Rp04bg4GAaNmzIRx99RLduNu3OuLg4BEHg+PHjpT4nCILt+MDWASEIAhs3bqRWrVo4ODjQqFEjTp06Zf/MwoUL0Wq1rFu3jsjISBwcHOjQoQMJCQl3tI2CIPDjjz/y1FNPodFoGDp06E33iZvh5eWFj48PNWrU4NNPPyUvL48DBw7Y31+yZAn169cn0NudtnWj+HDEULIyMwBISohnaL8eALSoHkKtQFfeeHUoYOtWul7WLSQkhC+++IIhQ4bg5OREUFAQc+aUNkjbu3cvtWvXxsHBgfr167Nu3bobvu+HgdFiJL4gnoSCBMxWM3KpnCDnIAKdA8vVnfZfx8HBBblCA5m27oxoQyZP73qDH9f0txlAAx1DOjK/03wGVhlY9kL0edTLSUMqiphOLIdrMlYAT/0A3b99rBMaOb9dJGncXjJmnSBvYyzFp7OwFhhBIiB1c0AsLjmPa3uG4z6gMo5N/FD4OVYkNK7x74QG2P62+cQ2/a8pj2xoCQkJ/Pbbb1jLmcy9GXIfDS4dQwDIXX8Zc/atJfzuFlEUefd8Ap/GJPHZxaS7WoaDgwMaTYmHgIeHB88//zxdunQpVT144MABNmzYwMWLF+3TDAYDaWlp9/x9PQn8cuEX3vrzLd7e+TYma/meDayiyO7sAkacvUKNPWd453wC+3KLELBVyM+sEsTJZtX4tnIQTbSOT2xCw2i2MmNHDN1m/MOx+Fwc5FLis4tu/8F7JTcB8/S6MKcVGW91QzSbESQiWCxkvt0d5rSyvZ+bcPtl/RtBgIG/Qo/poHSGpCPwv5awa7JNlgpo6+7MujqV8FLIOFekp9vRGM5eDXgB+Fd1Q+Uox81XQ3GO4YZnB2dPLwZM+JqIhk2RiBY6ZP5J+4IDXE4v5IV5B3lt8RESr/Mtu3GIAi7duhG8cAGy64q1cn5eTMbUaaRPnXbDZ6SCQAcPF5bWCmN/4yq8GeSFu1xGisHEN3Gp1N93lpdPx/J3dgEKtYyWz0bR96MGeIc6YzJY2PPrRX6ZdIik6Jwbll1elDIpKoXt3FKt+VM8u/R/fFS4jLXrP+aHnVPpLNvGoGY+dKjqTYi7ulRS5HBcDmN/P8Nzcw/QYNJ26k7YRr//7ePTdaf4eV8cCdllf19SicC0bdHM2BFTavqMHTFMu5rweBIQRZEjaUcYt3cc7X5py4XNuTgnBhCQVYWq7lX5sOGH/DR8Kh+OHcgzbTs9sISGKIqkXs7j75XRLPxwD+tnnOD8vlSMeguOrkrqdAii3ycNeHZsIxp0C71lQuNWSCVSAp0DaRnQkkHVBzGu4RgmLrYy96sirMM/xphou+75OfrRzL8Z/o42r5lcQy7H0o+xb+9GLn+3gqOrVmEy6PGLqkrA6734On42s47PYnPsZi5kX0Bv1mMRRf7MLkSTtxqH/PXs1dZhnVd79mrroMxfT7LpMHs9rnbv7xgPp369p+9Qf+6c/ZwgdXEhdOVK/Kd/Z5fKk6jVuFxVHchZvrzMZdTp1OCRJDRMFitHruTww5/RNF84kLqLGtNj1hYmbDjL1jNpFBX4Ilrl+LtKead9JMuHNebkuM7sH7KSZX0+p2OVoAeS0Dh46SBD1g/h5T9e5lz2ORzljrxT7x3WP72ebmHdEBBIeustig8fQaLR4D99Ot4ffXTbhIYoivyVXcCLJy/z2cXkkukSgStecs4EK7niJbcnNAC8FDffvg+Hf87+gV2wAk2OJLJgYGN0xTc511/ZCz+2sCU0JHJo/Doon2w1hAoquBMqOjXKyYyXbDrCw39aitrZdiE59Psa9qxcTI22Hen46lt3tdyfRgyhuCCfl775AY9Am/TQmb+2U7Nd53IvIzs7my1btjBp0qRSD53XuCYzM3ToUFq2bElKSopdQmHTpk0UFhbSr18/+/yLFi3i5Zdf5sCBAxw+fJhXXnmF4OBghg0bBsDgwYOJi4tjxYoV+Pn5sXbtWjp37sypU6eI8PPBTe6EvljPd998x9y5c3F3d7+hshvAx8eHZcuWcfr06VImTdezdetWnn/+eWbMmEGLFi24dOkSr7zyCgBjx47FarXSpUsXCgoKWLJkCeHh4Zw9e/amLXpuaoXdeDAhW0clL9sJf8eOHTg7O7Nt27YykxGHDh3Cy8uLBQsW0LlzZ6RSKZ6enrRv354FCxZQP3wUWE0gVbBgxToGDRpUbimJ7OxsVq1aRaNGJW2CSUlJdOvWjUGDBvHz4sWcP3+eYcOG4eDgwLhx4wAYNWoUq1evZtGiRQQHBzNlyhQ6derExYsXCQwMZPXq1fTu3dteba+6amb10Ucf8dNPP/Htt9/SvHlzUlJSSnXyODk5sXDhQvz8/Dh16hTDhg3DycmJUaNKKmMvXbrE5s2b2bJlC5cuXaJPnz7ExsYSGRnJX3/9xd69exkyZAjt2rWjcePG9s+NGTOGyZMnM336dBYvXsyzzz5L9erVqVKldKXjvbB27VrefvttvvvuO9q3b8+GDRsYPHgwAQEBpSSV7mQsjo6OODo6sm7dOho3boxSeW+SDx988AHTp0/Hx8eHjz/+mJ49exIdHW2vwNDpdEyaNIlFixahUCh4/fXXGTBgAHv27LmjbRw7dixffvkl3377LVKplKeeeqrMfeJ26HQ6FixYAFCqSsRoNPLJZ+NQewaSkZHO1+M/4bN3X+eHn1fh4+fP1Dk/894rL/LbX4fQurhQM/jmFYVTp05lwoQJfPzxx/z6668MHz6cli1bUrlyZQoKCujRowddu3Zl2bJl9u6mR0FqUSqFxkIEQcBD5YGHyuM/751xV1xNapyyFmEWBDRxe0iZ3YjuWgEjN0/4KkTYkJZL5+J8qspkBKu9bbKG15IYj0FAT7SKmDOuGXoXYIzPx+uN2kgcbLdUgkIKZhGJRmaTkgp2tnViBDyhht6PAqulbKmpa6+tlhs/8xDQ6/UsXboUvV6PUqmkc+fy36uVhWMLf4rPZWGMyyd7VTSew2ogPIDAWRdPF04W6hjkf29mr9dQKBRUqlTphumVKlWyF35c4/Lly6xcuZLAwEBefvll+3RRFB9bya27JdQlFJVMRaRbJDLh1o9Yl3UGfknNZlVqNkmGkgRIuEpJPx83+vi44v8YSYXcCycSchm9+iTnUwsAaFvZi0lPV8fXpXz3IPeELguZaCTjtCOZp53xqJ6PZ/VC+2sAz+qFNgndu+nWEASb1ExER9jwLkRvhl1fwtnf4Jk54FODGk5qNtaL5LkTl4jRGXjqaAzzq4fSws0JmULKc+MaI6TpyJ57CtoHo6nvXWoVCgcVPd75kH2rl7Pv1+UMbBFJoCaUn/ddYcuZVHZFp/NG60oMaxlWbnN1TfNmGGJjce3X1z7NnJFB/uYtuPR6CulVmYdglZJPwv14P9SHTRl5LErKZH9eERsz8tiYkUeYSslL/u7083Wj9wf1OLcvhX1rL5GdXMS6aceIbOhN096V0Ljc232zs5sP3Rb+wZ9zxqL7bQ37w7bjVHSEiW0m0iqwtJ+Wq1pB+yrexKQXEJ+tI0dn4mBsNgdjbZ3Vc15wINDNFkA/HJfNb8eTifR2pGGoG8NbhTNtm63T9K12EfaExrsdIsvs4HiciEm9zNbfD5FxpYA1EdPtQv5xIUepoarN5x0+okZ41K0Xch/ISiok+lAaFw+nkZ9Zkqx30MgJr+dFZANvfMNdHsi1DkCQyXB/ZRgpYz5Df+IksU8/je+Ez+nRuQc9wm3FVsXmYmJSzrF/4UIKTl8GQO2ipeXAwVRt2ZYxe8aw9dLW0stFwF3tS7HVA7NTNzR5qwHQufRCnbcOTd5qilx6s8OlF0lOQfgfmwPrhoOTL4TcKN17K0STiYzp08maOw+fCZ/j2td2nMrKUJFwHdCfnMWLKfzzT0wpKTeVRzLqDRzfuo+GT7W+o7GUF73Jwrbos/x64XeSc40kxjah2GS7V1OHpiF10OPonEB9r5Y0DHWndlA9avp/hOYen6nLS1ZxFrNPzGbVhVVYsSJBQv/K/Xmt1mulpMgEQcB7zBhSx4/Hb8pXKENDb7ncIrOFX9JymJ+YQYzOYJ+uFAQMtyhwdZdLaax1vOWyXx4zjbkyaPzzZlqc1LHy+VYMWPIXKtXVBKDVAn9/A39Ntnk9uYVDn/ngV/v2X0gFFfyHqEhq/Ae4ePEioihSuXLlW87XtGlTe0X3tQD1ggUL6Nu3L46OJSfVwMBAvv32WwRBICoqilOnTvHtt98ybNgwLl26xPLly0lMTMTPz2bM9P7777NlyxYWLFjAF198gdzBBZPJxKxZs6hVq9ZNx/Pmm2+ye/duatSoQXBwMI0bN6Zjx44MHDjQHjSeNGkSH374IS+99BIAYWFhTJgwgVGjRjF27Fi2b9/OwYMHOXfunL3DIiws7KbrFAQBF5UcEDCYrSTn2qqlNBoNc+fORXGTLPw1KSqtVouPT4lExNChQ3nttVeZ9v6LKJUKTsTnc/z4cdasWXPL32LWrFnMnTsXURTR6XRERkaydetWRLMZa3ExP/zwA4GBgcycORNBEKhcuTLJycmMHj2azz77jOLiYmbPns3ChQvp0qULAD/99BPbtm1j3rx5fPDBB3aJHy8vL3tiq6CggOnTpzNz5kz7dxoeHk7z5s3tY/v000/t/w8JCeG9995j5cqVpZIaVquV+fPn4+TkRNWqVWnTpg0XLlxg06ZNSCQSoqKi+Oqrr9i1a1eppEbfvn0ZOtRWrT9hwgS2bdvG999/z6xZs275fd0J33zzDYMGDeL1q8aQ17qVvvnmm1IB/zsZi0wmY+HChQwbNowff/yRunXr0qpVKwYMGEDNmjXveIxjx46lQ4cOgC2JGBAQwNq1a+3JRZPJxMyZM+2JrkWLFlGlShUOHjxIw4YNy72Nzz33HEOGlMj7xMbGAqX3iVsREBAA2JIaoihSr149u6a6KIo81W8gyXm2DragkFBGj5/MwB7t0BUVotY44qK1yTG5uXtSI8wXF9XNAzRdu3a1b8/o0aP59ttv2bVrF5UrV2bp0qUIgsBPP/2Eg4MDVatWJSkpyZ5ofdBcH3zz0diOf2+1N0rZk6ln/sARRciyJTX69FqKX9wfNNwzh+iiFIzaW2vRGgXIsRTj61mZ4GZvQ/U+JYasjxBTWhHFp7MwxtukpER96Y5KY3wBDpG2/d2xiS+a+t7IPFT/uaDtQ6PNRzd/7yF7alyPg4MDPXr0YNWqVezfvx83NzcaNmx418sTJAJufSNJm34UY2wehXuScWrhfx9HbLvvecnfg74+bqgfoF8BQIsWLWjRokWpaQUFBcjlcry9Swdqf/zxR5ydnenWrdt/xvergU8DVvdYTYBTQJnHfp7JzO8ZuaxMyeZwfknFpbNMQi8vV/r7uFHXWf2fOm9M2xbNzJ0xWEVw0ygY26MqPWv5PdRt/HdCA7D/tSc27nUlzn7w7HI4swY2jbJ1GMpKkjaBDgrW141g8OlY9uUW8ezJS3xbOYi+Pm44aOTkX8nDkmugcE8S6rpeNwR8BYmEpn0HElyjDn6RlWkjkdC/QSCfrTvNwbgcpm6LZtWRRMb2qEq7Kt7/Ht0NuPTogUuPHqWm5a5eTcZ30ynYsYPgRQtLvaeUSHja25WnvV05V1jMouQsfk3N5nKxgbEXk/nycgpPebnyUg13nqvViAO/x3JmdxLRB9OIO5lJwx5h1GjtX0pe604RBIG2r35ObP/BRO4ezbnsc7y97Q0+vVKbHh/+iFJle5ZtHuFB8whbArfYaOFShs2nIzqtkIvpBVTxLZFk2X85i8X7S6sJqBVSpm2L5rvt0VhF7AmNM8l5XEgtQKOU4aSU4eggw/HqXyelHAe55KEfuznFOfxx5Q9+v/w751Iu8NKxiXiJngQGRlKvRlV6hPWgvk/9B158k59ZTMzhNGIOpZGVVNKBJVNKCavtQUR9bwKrupVLkux+4Ny5Mw7Va5D8/vsUHz9O0sh3KOq7B++PP0aiUqGSqajmW5MjOSYEiYQ6nbrTtN9AlGpbcWjvyN74OYdxKusisXmxpBfFYTIXkqlLRkEK+R5vg8QBTd5q1HnrELBQ5NIbnUsvAA42+pCn9alw7ndY8Ry8vA08yyddZkxIIOm999GfPGl7fenyLedXhoejbtgQ3cGD5K5ahedbNxba6gp0zBn+KhZTDs7eblRufOfPrv8mrTCPtWf3kJLpxNl4KScS8rAoo1EHr8BqdaHY1ABXtYKGoW74eo+gXqAfnSLqopA93PCj3qxnybklzD01124C7lvky5hWY2hRzXa/Ys7JQX/qFI4tWwKgql6NkF9W3vJ4jtUZmJ+UwYqUbAostk5UjVRCfx83hgR4cKFIz9DTcQBllnLlmCz8mppDf99bSy8O/WgaU8mj4+K9ND5TyOpnO/L0si1opCIsGwBX/rHNWOtZ6Pp1RYdGBf8vqUhqlJO3FtnaB2XXZZMb9HyGel2fuifPg2EzbbJPsuuC6dVatb+jZVzrLCjPjdTQoUOZM2cOo0aNIj09nY0bN97gYdG4ceNSy2rSpAlTp07FYrFw9OhRRFG0JxCuYTAYcHcvMW5SKBS3DfZqNBo2btzIpUuX+PPPP9m/fz/vvfce06dPZ9++fajVao4cOcKhQ4dKSRlZLBb0ej06nY7jx48TEBBww3huhVQiIJMICECOzojRbKVGjRo3TWjcil49ujHidYG1W/5kwMAXmL9kCm3atClVpVgWAwcO5JNPPgEgLS2NL774go4dO7J/y1ZUuiLOHjtGkyZNSv0OzZo1o7CwkMTERHJzczGZTKVMm+VyOQ0bNuTcuXM3Xe+5c+cwGAy3NI7/9ddf+e6777h48SKFhYWYzeYbjHlCQkJKmTx7e3sjlUpL+aZ4e3uTnp5e6nP/NtRu0qTJTeWDli5dyquvlhgabt68+YZgyc228Vo3zzWaNWvG9OnT73osYPPU6NatG7t372bfvn1s2bKFKVOmMHfu3NvKOP2b69ft5uZGVFRUqd9NJpNRv359++vKlSuj1Wo5d+6c/TcuzzZev4y7Yffu3Wg0Go4dO8bo0aNZuHAhcrkcq1UkObeYPQcP8+O0ycScO01ebo5dXiQlKZHwyJIka6Cb6pYJDaDU+UIQBHx8fOz7z4ULF6hZsyYODiUt8vcSSCwvJouJVF0qEkFib1dXSBUEOQc98HU/0QgC9PsZss+BRwRNvatC7Zfhj9GQvfv2n+88GWoPAcnD74ARRRFLrgHjlXwUIS7IrhpVGmLzyd9WEvgQ5BIUgU4ogp1RhDijCC45H8q0D1abuoJHS7Vq1cjOzmbHjh1s3rwZrVZ7R/cg/0bmrsKlWxi5ay+StzUWh0gtcu8bu27vFIsoIorYjX0fdELjZjRs2JB69ephNJYYuebk5JCWlkZGRkYpk/Fz586RkZFBVFTUDUmQssjNzUWnu7n0jlqtfugJk0Dnkmp/q2hl+fmVeHh0ZE16AVsy8zBYbffsEqC1mxP9fNzo7OGCwyP6fR40WpUcqwhP1fbjs+5VcXd8BMUAolAqoXEN+2vxPgWiBQGq94bQ1pB4CDyu62bKvozWLYwVtcJ5+1w869JzefNcPEl6I28He+PUKhCLRSTbWYn3LSrY/StXtf8/3FVB34yN9GrYiunnJcRn63h50WHaVvZibI+qBLvf2XlEHhCIMiIC7TNP26eJRiN56zfg3KUzkqvHahVHFZMjAxgT5svqtBwWJWdyplDPytRsVqZmU9NRxUutPeje2JuDK2NIv1LAP6tiOLc3mZbPRuFXSXtH4/o3odpQlnRdwrdHvkWYuYhqB4+wZ3cLgr+bQXjN0s8JKoWU6v4uVPcv2+OnYag7r7YKIybNlvhIzClGZ7RVl1tFkEtLPDa2nU3ju+0xZS4HYPXwJtQLtgUo1x1LYsn+K/bEh9O1BIhSjqODjK41fOydSpmFBrKLjPYEiUYhu6XUldFiZPux3ZzanEq6Pp0/Im2xBIlcQkb1c9QMrsLKtotwUt+6Cvxe0eUbuXgknZhDqaRezrdPl0gFgqu7E9HAm5CaHsgVj6ZDVRHgT/Din8mY+QNZc+aQu+pX4k4co86sH3EICEAqk9Fp+EhyRIEMDx9+ztIRk5BNdJGeGJ2cLFNdoC64AM4igjUfmSkFiSULJAp7h4aABREodupoX7cgSGydWotSIfEgLO0NQ3eA4609VfM2biR17DishYVInJ3xnTgB544db/kZANdnB6A7eJCcVavwGD4c4V/eC2onNY7uweSlGTix7fxdJTVS8vM4k6jnQGwWB2OziRZmIHM8hz6tG6Zs23HnKauEs6QxtfzrMqx7c6K8XJBIBODenkfvhmsm4DOOzSC1KBWAcE04/hf9CZWF0qyKLYZSfOIEie+8gyUjk+Dly1FVrwaUHVeziiK7sguYl5jJjuySfT5cpWRwgAf9fdxwuir1VUntwNzqIXwak0TKdd2Yvko5gUo5B/N1vH0+nkS9kXdDvG8Zx3vvo3ksdppIrdlLqXMhi7emvsC09xfjotKCwhG6TYNa/e/5O6uggieViqRGOZE73BikkMrkSGX3pqFe9nLv7GeJiIhAEATOnTtHr6u6ijfjxRdf5MMPP2Tfvn3s27ePkJCQcgWKr2G1WpFKpRw5cuQGiSd7t4fZgIODA4kF8bg6uOOouPVNVXh4OOHh4QwdOpRPPvmEyMhIVq5cyeDBg7FarYwfP75Mk04HB4fbyudIJJIb5KRMJhOCAF7ODqTl6ykymlGp70LHUxRR6NJ4oXc3FvyygWeGjGTZsmV2H45b4eLiYpduqFSpEvPmzcPX15dV69bxUudOIJXecHG7Pnl1s0TW7eQcbvd97d+/nwEDBjB+/Hg6deqEi4sLK1asYOrUqaXm+7dRlSAIZU4rj4b2zcbbs2fPUpJc/v7lr1690+/ldmO5xjV/iw4dOvDZZ58xdOhQxo4dy6BBg+wJnev3tzsx5/73ussay/XTyrONZcnR3QmhoaH2gJ1er+fpp5/m6PGTpBWZyczNZ/jAZ2jTrj3Lli7By8uL+Ph4OnXqhLdGRpCbmqSrD2y3S2hA2fvUtf2nrG27lWfNvSKKItn6bNJ16VhF2xg8VZ4opI++Y+CJwTUYfK+TOVA6QdMRsKEcSY3gpg8toSGarZhSiq5KSeVjuJKPNd8WfNU+XQnHRrbOEmWYC6paniiDnFCEuCD3qTD0/v9M8+bNyc7O5tixY/z6668MGTKkVBfnnaJp6EPxmSwM0Tlk/xKN1+u1EO4xyD0rPp2NGXl8XyWICM2jTbRJpdJS9x8uLi688sorZGZmliooOXHiBOfPn0cikdiTGmazmYSEBAICAkpdJ3Jzc5k5c2Ypr7F/I5PJ7B5xD5vzRcW8d2wLx4p9sKaW+DVEaRzo7+NGb29XvJX/PR+mvGITafl6Ir1tid6XmoZQxdeZJuHut/nkg8OzRsHN3/tXouO+oHGHqOuk6RIOwvxOUOcFlB0+Z1bVYPwdFPwQn87k2FQS9SY+D/JhzZZ49IUmBvg74u5/+4D04fVriT99AuHMKb4d8BJ/Kaowf08cO8+n809MJq+2CuP11pXs3hS3w6V7N5y7dbV1W16lYOdOUj75hKx58wjbuKHUvZhGJuVFfw9e8HPnSL6OhUmZrM/I5WRhMe9dSMBZJqHvMz60S/Ti8qYrZCUVsfabo0Q19qHpM5VQO9/9PZVCqmB0w9Hs7+lIwekf8E3Wkz/wFXa+0YfWr4wvVWR1KxqGupUyqS8ymJm08RzLDsYjlQiYLCIzdsTwVrsIAlzVtIjwoNBgplBvLvlrNCOK4Hjd8XwlS1fKyPzf1A50sSc1fj+ezOcbzpZ6X62Q2pMcU3rXpG6QlmMpJ1h0djX/pGzHsciR/kkfoxK8CJJWpY5fS1r4daBxUCguats4HoTEn6HYzOVjGcQcTiPxXHbJriKAf6QrkQ29CavtiYPm8Ti3CXI5Xu+MxFg5ij9nf0e6Cg5s+4OLjdoRo9NzUWegyGKFpLK7IfyVciLUDkRolESoAwlT1+WNs1dIN5pRXZfQEABtysfk+E4BiYLXz15hq5eWET3mUW1FT8iJhWX9YdAGUNz4bGbV6UidOIm8q0oPqrp18f/ma+RXVTFuh1O7dkg9PbBkZFKwYwfOZUhjdnvzDdZ8c5LMJDmpsXn4hJad6LtGRoGBQ3HZ/HMpns1ZYzFJ0iiMHgui7beVu4Ugd0ijVoAb/drUpGGoG8HuagShW7nG/CA5lHqIrw99fYMJePGxYk7rT1OtUTUEQSB7yVLSvvoKTCbkwUEI8rJjcAVmCytTs5mfmMnlYpvElAC0c3fmZX8PWrk5lel31c1TS2cPF/bnFpJuNOOlkNFY64gATL6cwoz4dL6OSyXRYGRKZCDyWyQzXxjxKSvkMv6KWcbBoIu0XtmRrd2X4SVYHmufwQoqeBhUJDX+A7i5udGpUyd++OEH3nrrrRsCmbm5ufYHOnd3d3r16sWCBQvYt28fgwcPvmF514zFr38dERGBVCqlTp06WCwW0tPTb54MKc4GRPKNhSikDrdNalxPSEgIarWaoiJbe2DdunW5cOFCmdrNYKvuTkxMJDo6usxKSU9PT1JTU0vd2F2rxvdyUlJoMINoa0+2iuItDRjlcjkWy3U63sXZYMhj6HNPU71tX2bN/hGTyVRmAuZ2XEsQGeUylFFRVK1ZkzVr1pQa9969e3FycsLf3x83NzcUCgX//PMPzz33HGALoB8+fNjuNXAtUHD9mCMiIlCpVOzYscMuvXQ9e/bsITg42N5FApRp8n637N+/nxdffLHU6zp16pQ5r5OTU6lukPJSpUoV/vnnn1Lr2bt37w1eGXcylptRtWpV1q1bB5RIlKWkpNiXc7POj/379xMUZKv2z8nJITo6upR8nNls5vDhw/ZuhAsXLpCbm2ufp7zb+G/K2ifKywsvvMD48Z8z8evvGDh0OPGXL5KTncV3U78mMNBWmXr48GEA1EoZWrUCF0fVXa/veq5JUBkMBrs03bV13W90Jh0pRSnozTYdYJVMha+jb0VC4z+CaBXtsh7GhALS/3cSzP9KvkoE5H4aJNcFguReatyfvbXEYwX/fxAEge7du5Obm0tsbCxLly5l2LBhN3Q13sny3HpHkPrdUUxJhRT8mYBz++C7Hl+RxcL/EjLINJk5kl/0yJMa/0YikeDn52eXMb1GVFQUgiCUkhFNTExk0aJFuLi48M4779inFxUV3TKhAbZrqU6ne2hJjWyTmbVpOfySms2JgmIgFGTgKLHQ39ebfr5u1HT878rSbTubxqfrTuEgl7Ll7ZaoFFKkEuGRJjQeC67ssemdH10EMX8g6TaNMZW74q+U82lMEktSskg2GHkuwoXcpCKKC00Un81C4ihHGXTzc0qDp/qQn5nO6T+3sW/5Auq0as+G119i4pZodsdk8v3Oi6w5msSn3arQubpP+Yt7Ss0nIA8Owrlzp1KfL9i1C02TJkiUSgRBoL6LhvouGsYb/VmRms3i5Eziio3MS85ingRa9vGm6xk9RUeyuLA/ldgTmTTqGUb1ln73JEnVuM8bpDZow/ERQwiOycP3u1/ZtHcfLb9bgrPbnSea5/0Ty7KD8XbJqWueGmDz2OhTL+CGz1itIjqTBdV1fiY9avkS5eNIwfXJD0PJPy+nknOyIICrWk6hwYzJYssS6IwWdEYLGfpktuy+xM5jWmJcjrI/5HcAsuRS/vY8QazFnfTTL3LmNCwhhgWDtLSpbOsG+PVIIp+sPV0ik2WXyrL9HdIslFqBWgCuZBVxKC6nVFeJ5ur/HSQSMi7kcPFwOnGnsrBcd8/kFexEZEMfKtXzQqN99JKsRRYLl3QGYor0xOgMXMzLh7+2EHHwT2QqOVZBwt6MHPak5SAzm1EZ9MgcHQlVKa8mLxyIUCuppLb91ZRhsP1FZABv7vnO7qFhVNXGJXU8MksWrqmf4F3pW87rzKxNz2VtOvSpO41pe4agSD4Kv74MA5aCpPRy9efPk7d2LQgCHsNfw+P11xHuoMhVUCjQ9ulD1uwfyVm+osykhm8lXyo3zeX83hQOro+l51u1S72fnFvMmjP72HzlN7JyHUmNb3r1HRFNpXwkEjOBPtk0D2xAo1A36oa0Isj1wXYD3SmX8y7z7ZFv2ZWwCwBHuSNDawxlYJWBSEUpX6/4GoBqYWEkvfsuBZu3AODUsSO+kyYi/VfcIaZIz/ykTH5JzbYlvwAnqYRnfd0Z7O9BqPr2+7xUEGjmemM84+NwPwIcFHwYncjylGxS9CZ+qh5i7/S4gYwLDLCuR1ItkN1iPGahgOeWvcwvA1dyawGrCir471OR1LiPqJydkcrlWG5RnS2Vy1Hd5UPvrZg1axZNmzalYcOGfP7559SsWROz2cy2bduYPXt2KWmboUOH0r17dywWi91X4XoSEhJ49913efXVVzl69Cjff/+9vVI/MjKSgQMH8uKLLzJ16lTq1KlDZmYmO3fupEaNGnTt2hWkDgiIeEmUOClvXgUwbtw4dDodXbt2JTg4mNzcXGbMmIHJZLL7DXz22Wd0796dwMBA+vbti0Qi4eTJk5w6dYqJEyfSqlUrWrZsSe/evZk2bRqVKlXi/PnzCIJA586dad26NRkZGUyZMoU+ffqwZcsWNm/ejLOzM4IgEOiqRhDAYhVJy9ff0rQwJCSEHTt20KxZM5RSAVdzGgBV6jalcePGjB49miFDhpTLfFmn05GaamuFTEtLY+LEiTg4ONCxY0cEqZQ33niD6dOn8+abbzJixAguXLjA2LFjeffdd5FIJGg0GoYPH273zggKCmLKlCnodDq7EWdwcDCCILBhwwa6du2KSqXC0dGR0aNHM2rUKBQKBc2aNSMjI4MzZ87w8ssvU6lSJeLj41mxYgUNGjRg48aNrF279rbbU15WrVpF/fr1ad68OUuXLuXgwYPMmzfvvi0fbCbc/fr1o27durRr147169ezZs0atm/fftdjycrKom/fvgwZMoSaNWvi5OTE4cOHmTJlCk899RRg64Jp3LgxkydPJiQkhMzMzFL+JNfz+eef4+7ujre3N5988gkeHh6luqzkcjlvvvkmM2bMQC6XM2LECBo3bmxPcpR3G//NzfaJ2yGKIllFJvoPfpU5M75h4EtDaFYrCoVCwffff89rr73G6dOnmTBhwn1Z37957rnn+OSTT3jllVf48MMPiY+P55tvvgHKJ7tXHixWC2m6NHL0tso6qSDFS+OFq9L1PxuAemAYCuDwAqjWBVxDHtkwrhl6G68U2DsxVNXcceliM/2TearAYkWivt7Q2wl5gFOphEYFFZSFVCqlX79+zJs3D09Pz1LyeHe1PBclrk+Fk73iAvk7E3Co7IYi4O60kTVSKX/Uj2Rlajb9fZ6cx906dercUFyg0+lwdHS0ezxd41pBwaPGZBXZmZ3PL6nZ/JGZj+lq6bJMgPbuznR1U9LL1xfFI5DTe1hkFhoY9/sZNpxMASDUQ0NKXjFhno9XwOtWnNw4m6qDvkcmfwAFDM3fgYCG8PubkH0JVjwL1Z5hSJcp+NcI5bUzcezMLiCvmpL5L9bD8WwOWauikbo54P12HSTKsh/XZXI5HV99C8+gEHb9PI8zf20nOyWR2e9+zD9JwUzYcJak3GKGLz1KiwgPxvaoRiWvO/tNnDt3wqljB8Tr5OP0Z8+S+NpwZJ6ehG/fhuQ6aWZ3hYw3grwYHujJX9kFLErO5I/MfP7WF/N3OFTzdOWpo8UY0/TsXhltk6QaEIVv+K2rxm+FT3BV2q/5m22TXidw5R7CDyZxonsHtN98QY2mPW6/gKuUZQp+7e/1iY1/I5EIOP7rNwrzdCz3/j+4WSiDm9nuSwxmC/FpGexI3Mn2lA1cyDvFgczqdNYNI8xaC0lDPRpTY5zEyhQ6W9EaTPakSYHBjKumZP8tNJgxWqxkFxnJLjLesN6napcklQ/H5fD+qhP214IIwWYJVYxSIkxSlJTcByvdlJyVmynwVqJwkXI4JwfHfwrsCZFWkZ5EXO3UytebSM4ttr2nlKNRSpHdB6m9bJPZnriIKdITrdMTo9OTqC+JwYTHnaftno1oC2z39Yn+YcR16I1fcAgfqpU0WjQX7c7t+H09BZeGtcu97oTkFWjyViNx64vOsadtO70+RJv+BTJzKu5pY9naehFzErNYl57Dr2Y34ipPZPXJd1BGb8ayeTTSrl+XSh6q69bF+8PRKCtXQdPo7uR1Xfv1I+t/c9AdOIDh8mWUZXiMNugaQvT+VK6cPM1va1I54JhEfk44x+OsJOYUI3M6iSpgJxapL4LQlChvJxqHuePtNZG24ZWJ8ixf58jDJlufzazjs/g1+lcsogWpIKVvZF+G1x5uNwE/e/YsRqMRf4sF08h3MMbGgkyG9wfv4/rii/ZnPasosj0rn/mJmezKKenyi1AreTnAk77ermUmu+6GF/098FXKefXsFXblFNDrWAxLaobhq7zuOiSKcGwxbB4NJh391B5cqvcaG88t4ePlyeza0InmSzbi5XX33cIVVPCkU5HUuI84e3gx5Lv/UZyff9N5VM7OOHvcWk/xbggNDeXo0aNMmjSJ9957j5SUFDw9PalXrx6zZ88uNW/79u3x9fWlWrVqN1TJgU2iqri4mIYNGyKVSnnzzTdL6fcvWLCAiRMn8t5775GUlIS7uztNmjSxJTQArprneprNILv5Q36rVq344YcfePHFF0lLS8PV1ZU6derwxx9/EBVlky3p1KkTGzZs4PPPP2fKlCnI5XIqV65cqstg9erVvP/++zz77LMUFRVRqVIlJk+eDNgq2mfNmsUXX3zBhAkT6N27N++//z5z5swBQCGToFbKyMfWZmm7ISu7ZXbq1Km8++67/PTTT/j7ehO3fz3I1eDozcsvv8zevXtLmTLfip9++omffvoJAFdXV2pWr86Gdevs2+3v78+mTZv44IMPqFWrFm5ubrz88sulguSTJ0/GarXywgsvUFBQQP369dm6dSuurq72ZYwfP54PP/yQwYMH8+KLL7Jw4ULGjBmDTCbjs88+Izk5GV9fX1577TUAnnrqKd555x1GjBiBwWCgW7dujBkzhnHjxpVru27H+PHjWbFiBa+//jo+Pj4sXbqUqlWr3v6Dt8BqtSK7rpqlV69eTJ8+na+//pq33nqL0NBQFixYQOvWre96LI6OjjRq1Ihvv/2WS5cuYTKZCAwMZNiwYXz88cf2+ebPn8+QIUOoX78+UVFRTJkyhY5laKFOnjyZt99+m5iYGGrVqsXvv/9eSoJDrVYzevRonnvuORITE2nevDnz58+/4238NzfbJ26F1SqSmFtMrs7IU/0HMnvaZDb/stDusfHxxx8zY8YM6tatyzfffEPPnj3vaX1l4ezszPr16xk+fDi1a9emRo0afPbZZzz33HP3HEi8hohIvtF27tY6aPFWeyOTVFwi7wpDAez/AfyqPvSkhmi2UvB3ok1KKr4Asbh0Jbch7jrdZwcZPu/XR+rmUJG4quCuUKlUDB48GJVKVW65k1sur5YnqrNZFJ/MJPuXC3i/WQdBfncPz34OCt4JefIfcqtWrUqVKlVKeXLo9XoyMjIe4ajgdIGOX1JzWJ2WQ5ap5DxTw1FFPx83nvZ2xUNR+hqiM+mYe2our9Z6FaX00Vc13yuiKLL2WBKfbzhLrs6EVCIwrEUYI9tH4HCX++2jombSCnYs9qTdkIkPZgUhzWD4HvjrK9gzw2YofvlPOnWbxuranXjhVCxHTAa6HY9hWWQwTq5KVFXdbytDJwgCdbs+hZt/IBumf0VK9HmWfvIuT4/6jO3vtmL2rov8+Pdldsdk0vm7v3m5eShvtou4IQh/y3VIJAjX3WuZMzKQ+fqirlO7VEKj+NRpHCpHIcjlSASBNu7OtHF3JklvZElyFktTsjjjbOZsSxX1LkvocFpPZkIha74+QuWmvjTpFX7XklQyuYIu4+ZyouUv5H38OepCM+8f+pT+zhkMqjaoXEbZFqtYKqFxjWuvLdYHJ3tqspj4J+kf9qyNwel8MHtCd3HB+xQCAn5VXHAP1/N82y64OPYr9zIHNAiiYzWfq10iJgr0ZooMFvv/r0nEAbg7KmgV4YEkx4RbpgnfAhHVdU2sMkc5NZr4EtHQm7/Sclnz60mIL1u6zcNRaU9qHLiczbCfS3dWq+RSe8fIex2j6FbTJvN5Mb2An/ddsXeUOCpkmKUCeVjJEq3kKQUSRAsxOgNZxqvJizLu3dzkUtod3UXInq0AyLVu1HtuEI1btEZ69TptLS4mdv9ejGlpJA8ajHH4cDyGv1au7og9FzOo5zyAed0/vk5WKBxjoTdv7XyL6JxoNp37npkNP+TjMF9+SsxgibQmb1T+hDlnxyE99BN79Br8/inA7603UYbaElpuZRSa3glyX18cW7emcOdOclaswOe651Or1cqBhFgupsjIlZ9EkbWNc2s9WN/2CMWpfTHn1UMqEYjS1kKtyqd5RGNeeqEDWvW147HaPY3tQVGWCXjrwNa8W+9dQl1CS80bGxsLQPViPcbYWGQ+PvhPm4a6rq2QIs9kZnlKNguSMrmit91vCEBHD2de9vekhavjA3lW6ODhwto6lXj+5GXOFOrpdiSGpTXDqOKoAn0erB9pu14AhLWGp//HR04+VM3xwqVoMr45OvY924XqC1YSHnT3/m4VVPAkI4gPUpj8MSQ/Px8XFxfy8vJukAnQ6/XExsYSGhp63wJljyM6nQ4/Pz/mz59/V1JJt8VigrTTtv/71IAnIDCYlKMjq8iITCoh0svx1lUkhRmQnwhIwCsKZA5MmjSJFStWcOrUqbtav+HyZaw6HXJ/f2RXkxL/NQRBYO3atbf1fblTJk+ezJIlSzh9+vR9Xe6DYNeuXbRp04acnJybymEsXLiQkSNHkpub+1DHVhZGs4UrWTqKTRYEBHxdHHB3VDwWAeClS5cyePBg8vLyytUdVRYGiwGFpGR7CowFSAQJGvm9m/T+f0WvKyL2xD+E7nkPh9f/BnVJlfjGyxv5cPeHt13Gyu4rqep++2SnOVeP8Uo+otGKpoEteCuKIikT92MtsgUZSxl6BzujDHJCon48tJ4r+O8hiiIXL14kIuLGat7yYikykfbdEawFJhyb+6PtfmO15c04UaBDClR3ugufsCcIURSJjo5m+fLlt533lVdeKbOA527IMJpYc1Ve6kyh3j7dUyHjGW9X+vu4UdXx5tej4duH80/SP3QO6czXrb6+L2N6VOiMZl5fepRdF2zJpSq+zkzpXZMaAXdfcf9AyE3A/F0dZNy8i96MhCsE4PjmLrzdH4JUVvJx+H0EpJ6Cp36AOs8TV2zg2ROXiC02opVK+F6qpWVdP5Sq8j9DZScnse7rCegLC3j+i29x9rQV0V3JKmLChrNsP5cO2OR3P+lWhZ61/O76fk40m7EUFNifWcw5OVxs1Rqpiwuha1YjuyrJej0mq8jmzDwWJWWyJ7cQtd5K25PF1Im1adTLVTKa9gqjagv/q+bCd0duZhJz1n7CYsURAJr6NWVivTF4ut0oHfUosVqt7D95nF36LWyO20yuIZdaSW1pEv8Uyf7nqPS0mq6hXfHWeD/QcWQlFRJ9KI2YQ2kUZJWc1xw0csLreRJUxxP/cC3Kqx2sybnFnErKKyWpVXA1cVKoNzOoWSi1r8pabT2TyidrT1GgN2P4t9Qn8F3/2nSv5Uec3sCvJ5L48bfzNx2nqYoLliBb94uQbUB5OBOZXIJSYZPL0qpkeKgUuKkVdA2UEDNnArU7dSOi09Psjiuwy25d6yjRmI0Yv52Cbr1N0ktVvx7+X3+N3Nf3lt9XWR0916bPOLASlf9K6njVYU6HOThcLe7MN1tYkpyF/p/pvBs9E1GEpD2uXHasR9CypYSo70/cqXD3PyQMG4bEyQnT8t85kFrMX5fPcMw8ERErhdFj8DLq6J+0gmJ1MFsaJVHbtzv9qnSlbrDrHSU7HyVW0cqm2E3MODqDlCJbh2BV96q8X/99Gvg0KPMzoiiSkpKCg1KJZfkKXJ97FpmbGxeK9MxLzGBVag7FV70cXWRSnvN1Y5C/B8Gqh1OAEF9sYODJy8ToDDhJJcz3NtJi82DIjbfF0tp+Ck3fLuU5uGndUjzHTsTRABd9JYTPXUHV8BoPZbwVVPAwuFXs/nqejDNXBfcFq9VKamoqU6dOxcXFpVRF9X1FKgepAqvFSHFxDijUj32Q0NdFRZHBgt5sISGnmBB3ddk3+iY95Cfb/u/iR6HezLlzh/j+++9vkN4pL6LViiCVgiAguQtpnv+v6HQ6zp8/z4IFC+jSpcujHs5/jgK9ifhsHRariEwiIchNjaPDo7tk/Pzzz4SFheHv78+JEycYPXo0/fr1u6uEhsVqIaM4g6ziLAKcAnC5KpPnpLg7qZcKruOqFwkar1IJDYCDKQdv+3EFElyVNyZ2RYsVU/JVQ+94m5SUJc9WSSVxVqCu740gCAiCgFPLQJAJKIOdkftq7tlwuYIKyoMoiqxdu5aTJ0/StWtXu1zgnSLVyHHtHUnWwjMU7klCVdUNZZj2tp8rslgYfuYKCXoj86qH0NHjMQsu30cEQbgrz627wWC1si0zn5Wp2ezMzueq5D0KQaCjhzP9fdxo4+aMrBxB2CHVh3Ah+wIvVH3hAY/6waOSS5EKAgqZhLfbRfBKyzDkj+m5ViYV4BbWXjKpjKDX1yO/LqGxb/4HeNV/mvCaTW/+wbvFrzYM+xNOr4Gatsr7EJWSDeEqXoqXEbwlneiETNLSdDz/TGVEUUQ0WW8ri+jm589zE78hPyPdntAACHbXMPelBuw8n8b49We5kqXj7RXHWXognvE9q1HF985lkQWZrFQRlvHyZSROTsg8PZF6eJRMT0hA7ueHIJUilwj09NLS00tLTJGen5MzWemYzbEwBV2O6PDNNfPX8mgO/Z1Il4GV8SnHea8stB7+fDB0AWExq/nq4FcU7PmHSx91InbM2zR86pXbL+ABk1yYzPpLG8hcpkab58dfVQ+R65KLh8qDWs1DaOjmSb2qre9L99/NyM8sJuZwGtEH08hOLrJPlymlhNX2ILKBDwFVXJGWcUz7aVX4act3792pmg+dqtmKTnINZk7nFnE2t4jo/GIuFxTzdX4Ob/6diUkUEQpNSMOcbD5nFhHBbEUwizhYQWYRaebvRqcqPlRSO5AYn8eIQ5mYjVbMBgNeaRdwNmaxx7U+AA1CqjFs1gJUjk4cuJzFqF9Plj1AaUu+HlSJmr/8SPHhI1zs2YufW75AYtUGaBSlkyCOShkNQt1KSZKlFxj4tFsV5vx9+Wqioz/VI5rSxK+JPaEB4CyTMtzPjbR0T7JjNLhFFOHbJJcJgY1Zf+A83Ty1DA/ypK7z3cVLjGYrp5Ly+CUvnq5aBV65Bcz4dBZ/hDQCrDhGmQCRBpWgeUhdqqvr0qxBGJ8+YR11YDMB/+bwN5zNOguAj8aHt+q8RbewbmV2ZBnj48mYORPf8ePtBQ6WN15nW2Y+c49d5J/cko6jyhoHXg7w4BlvVzTSh/vdBKmUrK8bwaBTsezPK+LZJJimrEI/LdB7PgTemKzp2msgq0UdgeOnUSnFSuzg51AtXE1oWEXHRgX/v6hIavw/Ij4+ntDQUAICAli4cGEpyZ77jkJDrsFMSnE6GrMGjcvjndSQSAQC3dVcTC+kQG8iq9CIh9O/MvOiCLlXACsonEDtwYjBg1m+fDm9evUqt/TUvxEkEhTBwYgmE4K8ooK4vMyZM4fPP/+c9u3b89lnnz3q4fxnEEWRjEIDaXl6RECtkBLkpkEhe7TBitTUVD777DNSU1Px9fWlb9++TJo06Y6WIYo2ianUolTMVlslf5GpyJ7UqOA+YLZVXOJxY6V6mDaMCFko3ZUdaNym3Q3vK/bqUEkc8HX0xao3I7kuiZbx0ymMcf+SdpSA3M/RZqRqEW0i9oBTq8erGrOC/x8IgoDH1WDe5s2b0Wq1REbe3YOlqrIbmgY+FB1KJXtVNN4j695UV/8aJqtIZY0DequVRo/5PdfjjiiKHC8oZmVqNuvScsg1l0TE6zip6e/rxlNeWlzld3Yf3cCnAZue2VQq2PUkcSmjEHeNAq3a1uE46ekaFBrMd+zT8FDRZYHlRj+BUliMyA259pfHd6ygSfwcDFcW8GP8bwzu3BjlfdJQtyOVQ63+Ja/1ebj/3JVVbpX4LGQMxhQja1Ny0Een8PThXKxFJjxeroFwm+SZg8YRB03J73Hx8AHO/r2Dzq+/Q9vK3jQN92Du7svM/PMiB2Oz6f79P7zQOJh3OkTiorr7ZxB1vXpE/LkTU3q6vShMNJu58sKLCFIpgf/7EWWlSvb5IzQOTIgI4KMwP9al57AoOAP58VzanCqGJB2rpxxFVseN3v0r46G98+NFEAT6RPahjlcdTr/QH5fCIhj9LRv/3kGHiQtQqB5uN1tWXg5b9+1mG2s5nGaTY2qp7I+jxIPmmra0af8ejX0bP1DZU12+kYtHbB0ZqZevk+KUCQRXcyeigTchNT2Q36OnWHn8LgCbts/V5g2VREKEjzMR4V5EqJVXDbsdCFEpyvQjqlJZyb6P2pIan8DxVQvJjjsJCDzVowNGrS8NQtxQOdoS3xqljDZRnvaOkiLjVQ8SvRmzVaSoRXtCn+1I0nvvoz99mj5b5zLY6kW+8sbr6PsdI6kb5Mpb7SLIKDCweP8Vluy/AsBbbStdTXiUvv+NzYsloEhJ0gejKD5yBARnVOFeqKSxfJM5k5P+VVifAeszcmnsomF4kBcd3J2R3KKLSm+ysOLULv6M248+uzEnr5goNlmQa88hrWPmhT+h55X9mDp1p2GoOwHec2kbVhWN8smVPYzNi2XakWl2E3CNXMPQGkN5vsrzN72mFmzfTvJHH2MtKEDqokU5ahTLUrJZmJRJwlWJKQnQxdOFIf4eNNU+GImp8qKVy1hZO5y3z8WzLj2Xtyp/TGKglncCgrnZqHo/PYxfpCJB474jNN1M9It9MC1YQWTEvcl7V1DBk0SF/NR1/H+Rn3ooFGWgz0/iilyOo1KLv5P/ox5RucgqNJCUW4wgCFTy1KC6Xg+5IBUKUkCQgmdlkD0AM8EKKniEWKwiiTk68optDx5uagV+WtU9yQA8LhgsBlKLUik02ipy5FI5vhrfiu6M+4w+/TKxl2IILT6FQ9v3b3g/f0c8+duu4NwhGOd2QYDN0Dt3w2WK9iYj99MgmqyYs/T4jWtir0zNXX+JoqPpKIOdUQQ72Yy9AysMvSt4vBBFkd9++43jx4+jUCgYMmQIPj5352thNZhJ++4olhwDmgY+uPa+vaSVKIqkG814K//7BRLJycl2f7RbcSfyUykGI7+m2uSlYnQG+3QfhZy+Pq709XEjUnP/ng+SC5OZe2ouoxuOfqw9NkwWK3P+vsz0HTH0qOnH1H61HvWQyk/ycZjT6vbzvfKXrYMCyEyNJ37x6xzMc2Gy+TkivR35uk8tal2V1HkgxO6GZf3BVIRR4sSExrP5SR5IUJGVlft1yK0inq/VsiXxy4lRX8xPI15GX5CPR1AIvT4Yg4uXTcooKbeYSRvPsulUKgDuGgWju1SmT92A+3bPZ7h4kbjnBiJIJFT6a5fdf8Ock4NUq70heHgsX8eSmFR021OoflWSSq8Q0LXwpHenMKo6310iQleYy85RLxK+MwaApEA1EdNnEVy10T1s3e0xWU3sS97HxrNb8F3XEplVxpK649Ep82jo05AuPj1oE9IaN5cHV1hjKDZz+VgGMYfTSDyXjT3qI0BAlCsRDbwJq+2Jg+bOrhmiKJJsMBGj0xNTZCBGpyf6aiLjeo+hf+MmlxKhtiUsIjTKq38d8FfKbxnE/zcmvZ4D637h8Po1WMxmpDIZ9Xs8Q6Ne/ZCXM4YjiqJdEstBLkU0Gon/ehqJbv6kN25jN1+3y2zpzXSv5UvbyrZj6GRiLj1n7rEvz8/FgbfbR9C7bgAyqQRRFJl1YhY/nZjDBxvl1D1ZhESjwWf8eFw6toaF3SD5GAZtKONaL2RJroDp6g9USa3k1UBP+ni7oZJKSCvM48+LF0hIc+ZgbDYnEvKQB09BosxEl/ASlsIquKrl1Ayx4qE8xpCJy5GYTISs+gVVjZvLEWUmprN7+e889d6QB9oZdC9k67OZfXw2q6JX2U3A+0T2YXit4birypYLFE0m0r/9juyrfpRpPr4sGj6SP32C0V/1xnGVSRno585L/h4EOjwGMZ2YbWAshGpPYxVFvricwsx4m2Tgc75ufBUZiPwW5+a/d21G+t576BUiEwb48OXT02kSVPNhjb6CCh4I5ZWfqkhqXEdFUuM+YjEhmvUgVyNInpygkyiKXMnSka83oZRJqeTliFQigFEHmdGACNrgG2RV7hZLYSESlcomP1VBBY8Qg8nClWwdepMFQRDwc3HATfN4+GfcK9n6bFKLUhFF0VZNrfLAQ+VRLuPICu4MffI5Yq/EE6ox4FCzbInDa4kNVS1PRIMFw6VcRNONWsuew2uhDLZdp61GC4JMctsq1QoqeNSYzWaWLFlCXFwczs7ODB069JY34rfCcDmXjJ9OgQjug6qhqnzjvce189r/N3Jzc5k5cyZm880DaDKZjBEjRtzUwwqg2GJlS2Yev6Rm81d2wbXCYRwkAl09tfTzcaWFqxPS+/wdW6wW+qzvw8Xci/SP6s+njT+9r8u/X5xOymPUryc5m2Kr7G4V6clPL9Z/5N2b5eYukhrX2HQykTG/nSOryIinkMe3YYeoP3ACDuoH1JmSG28zhb20AxH4X5W3Gef1DO1TTYT4OPNxywjUdyjxlRx9jt++mYQuLxeVkzM93/2YgKrV7e/vjslg3O9nuJRhkyCqE6Tl857V75s3ilWvxxBzEVWNknVeefElzJmZ+E6aiLpOnRs+k2sys+JQApnrE3DNsR3fya5SrrRy5+nafnT30qK8iwDsnmXTUE6Zi0YvUqyA/JEDaT3k/h53VquVQ6dPsfvcAdazlGx9NgA9z4zA2eKGa2c9PZt2wEdzd8nu8mA2WrhyOovoQ2lcOZWF5TovC68QZyIbeFOpvhcal9snUs1WkTi9wd55YUtc6LmoM1BkufG+7Rr+SvkNiYsItQMeinvrRBFFkZiDe9m1aC4FWTY/n5Da9Wjz0iu4+d3/Asqi/QcwJsSj7dPnhuvsNW8NqUQoZSIf5qHh3Y6RdK7mzZi9n7Lh8gYUFoFxB4Po9MlsFIGBthkL02FuO9txH9CQlAG/Mi+tiJ+TM8m/+pupRHDJTMGon4hgkFN06QP7elz9t+OmLaRDQG96V21GuKejPSGZPHo0eb/9jsvTT+P35RdlbptRb2DmkBcRLUU0fPoNWgx4vKScDRYDS87aTMALTbaCtNaBrXmn3juEudzca8yUlkbSu+/ZumKAnR268sVTz2KR2va96o4qhgR48LSXK6rHQTLRbIQd42HfTFA4wmu7wc22fYuSMvkoOhEr0MbNiZ+qheB4i67BfXt38NGhT8nSFoIoZUbrubQJqf+QNqSCCu4/FUmNm1CR1KjgdpgtVmLSCzFZrLipFQS4OkDGBZtWvIMLuIbCfXi4Fc1m9Bcu2OSnwsORKB6DKoEK/l+SX2wiIeeqf4ZUQrCbGs0TYhZXHoqMRcTlx6GRa/DV+KKUPb4VsU80oog+4SSxSamEBgfh4FfF/pbJakIuKakEvJbYsCMRbEbe13ViSO+wcrCCCh4XiouLmTdvHpmZmfj6+jJ48GAUd3mNz91wmcJ/kpA4yvF+p94Nx8Xb5+LxUsh4P9TnrgJ9TzK5ubnodLqbvq9Wq8tMaIiiyKG8In5JzeG39BwKrgvONXLR0M/HjR5eWpzvt+TQvziYcpCvDn3FD+1+eKBBzrtBb7Lw3fYYftp9GYtVRKuW81n3qjxdx//JSqLdaVJj70xbV3bNfuBbi+wiI+PXn6HDmdF0lx5gv0MLGn+44cGNVxThxArY+hEU57DGuReTQt4gyVVBPWc1i2qE3XFgOD8zg9++mUh67CUkUintXh5OzXad7e8bzVYW7o1l+vYYiowWBAGebRjEBx2jcNXc32cTc3Y2l9p3wKrXU2nHdrsps9VgQFCULqSxmC38viWWhD8SkBpFROBouJJjdR15JsSTF/3c79jEN+nicc68OYzAWFuQ9I/RrRj2/DTU8nuTo0otSmXD5Q38c/gIDQ70RS8t4uf6Y9CqXega2pVOfl2p6VftgVXDWy1WEi/kEHMwjUvHMzDpSyTzXH3URDb0plJ9b7ReZW+nzmLlku5fklFFBmKLDfbugX8jEyBUdX3SQkklte2v5gGdO/VFhcx7cyj6okKcPb1o/dIwKtVv/EDOSZbcXC736Ik5IwOnLp3x/fxzpFe9nP5tFj7tjwvM2HkRlVxKsclClDGLleP6oHGU8+6f77IrcReOcg3zOy2ginvJvTEZF2BeR9DnkuLfkdHOjTlR9Be5kmcweFUH1dVj3WpAVXCQNuYGdA72p1GYG0FuN/H/BHTHjnHl2ecQlEoi/tqF9CaJ/V8mfE/iueO4BXbmxS/7PBad+WWZgFdxq8L79d+noe+tvcp0x44R//oIxJxsdCo1k194ld11GiKIVhoJZj6qU5WGLprH5xqWdQl+HQIpx22vG74KHT4HeUkc8o/MPF49c4Viq5XqjiqW1AzD5xbduFsv7uP9f14DwUqTMw682u876tVv9oA3pIIKHgwVSY2bUJHUeDRYResTVRVdqDdzOdN2wxukMqA1JINEZpOdkt6fQJtVV4wxMQFBKkURFvb4XGAr+H+DKIqkFxhIy7eZO6sVMoLd1Y+t2Wd5MVlM6C36UtJSOpMOlUxVcZw9YPTFOpv8VFglHNQlesRTDk1hc+xmhtcaTr8omzFq4if/2LwwJAL+E5pWGHpX8J8iOzubuXPnotfrGThwIOHh4Xe1HNFkJe37Y5jTdahqeOD2XGX7eex4vo7OR6KRAJvqRVL7LuVZnnQsosj+3ELSjWa8FDIaax3L7KxI0Bv5NTWbX1KziS0u8VkIcJDT19uNfj5uhKofbtL7cbw/jk4r4NXFR4jNtFXvd6/py7ie1fBwfAILAu40qTGnNSQfg36LoerVbsPU0xQuGwT5iZzpsIxGzdo+uPFeozCdc/P+x5/nGuPolscXXaLINVuoI8iYLXUhpEXgHS3OZNCzZfZ0ovftBqB2p+60HfQKwnVB9rR8PV9sOsdvx5MB0KrlvN8ximcbBtm61u8TlsJCio8cwbFVye+SMuYzis+cxvuDD9A0aVJq/qI8Azt/jSH+kE2KRacQ2FFTxYkwJW3cnRnk70E7d+dyd1OZjHq2jX+F+Ogj/NBNIMQllK9bfY0/IegLTZgsJv648gepRan4aHzoGNwRuVSOg6McJ7eS+EBuQT6bduzmSPZhtklXIyIiiAIDjn+C1MtE/WcCaRnZtFRBx/1EFEVSL+cTcyiNi0fSKC4o8axwdFMSUd+byIbeuPuX+ARc87u4qDNcTVzYEhmJeiM3CwipJJLrfC5u73dxvzEZDcjkJQmvUzv/ID8znYZP9UGufHDxGtFqJXv+fNK/mw5mM3J/f/ynfsO0FCs//ZXCwKZaagRLyCky4KpRcuqKlaV7cnit4Bg9dv+Kx4vP4/3BBxSbinlx0yuczz2Om4MbizovQmpxZ/7xdRxKPUJ4QihTdJ+jFMzMl1Xn28B8TPk18DO+gmekK7EuUuItto4lAejq6cLwQC/q38I7SxRFYp9+BsP583h9OBr3QYPKnE+Xr2Pp2EMYiy10GFKVyIaPNrl+OPUw3xz+hjNZZ4Dbm4Bfz6kCHSuOn6XHyNfJcHVj7LCR6P38Cbl8lqpJsXz06jDc3cuWq3oQ5MXloc/S3/R9h+x/cDn0lk1ySuUKT82Cyl3LnPd4vo7nT14m02TGXylnSc0wqjiqbrrsbZcOsnzuCN5bV0CWkwSH6T/QsEnre92kCip46DxxSY0vv/ySjz/+mLfffpvvvvuuzHl27dpFmzZtbph+7tw5KleuXK71VCQ1HiKmYkxFGcRbdJiAKLeoJyqgmJqnJ71AjxQrEUISCrdAUGnv6zpEUUQ0m5FUGIRX8JCxWK0kZBeTf9W4z12jxFfrcEeato8boiiSpc8iQ2drSa+krYT8PiUhKygfN7uODt4ymMNph5nYbCJPVXqqpFNDKoBFLOWxUUEF/xUSEhIwm82Ehobe03KMiQWkzzoBVhG3AVGoa3vZ39uUkcslnYE3g73vdbhPHHtXLWW/0oXFHqGkGEoCer5KOS9kxtLYkEetpwewIcMmL7Unt9A+j1oqobunC/193GiidXwsrn3H0o+x7NwyJjWfhEL66Lp3c3VG2k/7G6kEJvaqQYeqT/C+dadJjePLIOUkNB4OrsG2906shLWvYAlsgvTlLfaP5H3bGIVoQNV3DgQ2sE00G23d3Pfh3qMgW8+ST/cQEOFExOBqDD8Ry/QdubgZRXL7hVO9bvm8Yq4hiiIH1v7CnpWLqd2pO+2GvFbmfAcuZzH29zOcTy0AoLq/M+N7VqdesOs9b1OZ4zIaiWnZCktuLsGLf0bdwPZdilZrqaRLckwOfy2PJjvZlmxLdJOyuZ6GVDcZ/ko5L/i585yvO17l9BQ6lHKQD//5iHRdOv75HvQ8/RGicPMuGIlgZcCExpw1nOD3S7+TdKCIJpeeIVOdyK+1vqaedz16hvekXUB7XFR3JzlYHrKSCok+ZDP8LrguaOrgKKdSXS8iGnhh9VdzUW94JH4X9wtRFIne/w+7Fs+j3eDXqNSg8UMfA0DxiRMkvfc+psREkEo44e3KGR8t6zpdKTWfplhk/EIHgnJt+6emRQsCZ89iR3QmQ5fsQRs+B4ssGcHiSsHlV1GHfo9EVkRR3HC6G5OYIZ8JwB+RAwjuMJYoT9vxLYoie3MLmZ2QwfasEoP3Bs4ahgd50snDpcyEXs6KlaSOG4ciOJiwzZtKHUvXc3hTHAd+v4yLl4rnxjZC8ggKjOLy4ph2ZBp/JvwJlM8EHMBkFdmUmMa8zAIO5tm+9/DEK2jDQ3kxNICAhEts27QRX19fXn311YeyLWBLaOTOPnHLRKtFFNHK38Ml3AuemQMut5ZPu1Js4PmTl4nRGXCSSlhQI5Tmrjf3hTx96iipr76Ef7aZbEeBzEkf81Sn5+96myqo4FHwRCU1Dh06RL9+/XB2dqZNmza3TWpcuHCh1EZ5enoiLacnQUVS4yGiz0fMvsR5hQIrEK4Nv+WF6XFDtFi4lJqFTlSgllgI93V7opIyFVRwM/QmC1eydBjMNv8Mf60Kt/ssMfCw0Zl0JBclYzDbzCVVchX+Gv8KqamHzM2uozqTjuicaIKcg5DtKSxlFl6WeXgFFfwXMZvNyGR3J+2Xv/0K+dvjERxk+LxTF2k59ND/60z7fQNTHK8GAq6/P7v6aFPdrOOygxO66+Slmmsd6efrRjcPlwcmkXI3FJuL6by6M9n6bIbXGs7rtV9/qOs/Gp9DncAS8+YTCbmEempwdnhCCwNid0NIc0g5cdeeGnbyEiFuDyg0UKU7AJlJcbj/VAsB+N3/Xdq++AmOShmcXg1rXoVqvaD33JJlZF0CJ19Q3Fk3VWGOAUdX27GebjCx8afdBOUpmVjLgdGNKtHZ8869LxLOnsIvsgrSW5yLzBYrS/ZfYeq2aAr0tkB4n3oBjO5cGU+n+3/uMefkULB9eynvgqx58ynYvh2P4a/h2LIlABaLlVN/JnJwQywmvQUROBXhwNbqDugVEmQCdPXUMsjPgyba28vM5OpzGbPnU+rNjKbI+8PbjvNo5EYOuv8BgNKkps/593CpCt17NyXQJeDevoRbkJ9ZbE9kXEvqAEiVElSVteRFORLtKSPGYCiX30WkxoFK6vvrd3E/yUpMYOeC2cSfPglAUPWa9B1TtjfEw8BSUEDq2HHkb9pkn/ZrM4FfWtquIZGJIh/9YkFjAIsAuS/1I7blIA7E5bDj0nGKizwQpMWog39EoszEkNIHb/dCfFzkPF2pN10r10B75HvY8TkIEui/BCp3u2EcF4r0/C8hnV9TczBevc6FqhS8GuhFPx+3Up471qIiYlq2wlpURND8eWiaNi1z24x6Mz9/soei7JPUbBNKmxe738+v7pZk67P58cSPrLqwCrNoLpcJOECG0cSS5Cz2/L2PN36cxsy+L3KgTgN6eGp5OcCTes42aa6FCxcSFxdHhw4daNbs4UkwpR1Jw7Qq+rbzyatdwHvgYCin/2yOyczgU7HszytCLghMqxxIX5+b+7yeP3+ahJefJSDLTK4Gksa/T5/uL5d7Oyqo4FHzxCQ1CgsLqVu3LrNmzWLixInUrl37tkmNnJycW5r+3YqKpMatad269S1/gzvCaoHUkxQJAgqPSOT3qFf6oAgJCWHkyJGMHDmy9Bu58RiL8ogR/bEgwcvJAR+Xe98vRFHEWlSERPPoNB3vx7FUwY3Hy033pYeEIAisXbuWXr163XSevGIjCdnFWEURuVRCsLsa9WP0IHOnmK1m0nRp5OpzAZBKpHirvdEqtRVJyIdNXhJ6g4HY9EJCK0WWeR29WQKjIrFRwX+d9PR0VqxYQZcuXYiIiLjjz4sWK+mzT2BKLMQQ5oz3kGo43mWC5L+ARRSpv+8sKXrjbX3OQlUK+vm40cfHjUCHxzeBvz9lP0vPLWVKyymoZDeXlrifZBUa+HzDWX47nsx3/WvTq879N9t96GwaBQf/B50nQ+XuMLMeXC14KBOZEkYcAW35JZ0KcrO4vGAYLjmn6WL8AjetG188U4NWKQvgz0lQ+3no9UPJB76OgKJ0eHU3+Na0Tcu5AvnJ4BkF6psHpuwUZVE4tzuv+77EH56NEUSRSSFuDAkLLve4/43FbGbDd5Op0bYTYXUb3PB+ZqGBKVvO88vhRACclDLe6RDJi02CkT3Aim5RFLncvQfGS5fwmfA5rn37lnq/KM/Anl8vEnMoDQBBLeVEfWd+88F+PohUO/Civzv9fNxu6Y9jtVr5/ctxJCW0vu24ElzOs6fOcjqHdKZHeA9qeNR4YPeaunwjF4+kcf5gGhmxJRX6VgkkBzhwKEDGeV85ZtmN6y/L7yJC40Al1YPzu7gfGIt17Fu9gqObfsNqsSCTK2jYqy/1ez6DXPFoE/miKHJ20fcYp84mTQvBGbCyuYBVItD/bysSoMABvugv5YysE6Ysm0ydIMtFFTgPa2YvDMXuSNVxiIV16FM3gLfaR+CvVV1bAWwYCUcWgkwFgzZCQL0yx5JuMDE/KZOFSZnkmm3+KW5yKYP8PRjs74GnwpaMTv18AjnLluHUoQMB38+46bZtmLGUC3uWI5G58Ma8+SgcHux3bbAYWHpuKT+d/KnEBDzgqgm49uYm4MfydcxLzOD3tBy6/bmF4auXILdYyI2MIvSXX/C57vqen5/PtGnTABg5cuRDjXeUO6nRNxLvenfWCam3WBl5Pp516bkAfBjqw9vB3jc9Dx09e5C01wYRki6SrxIo+HIi7Ts/c0frrKCCR0V5kxqP/GnojTfeoFu3brRv356JEyeW6zN16tRBr9dTtWpVPv300zIlqa5hMBgwGEpuZPPz82867/1EtIoYYvOwFhiROClQhrogPGDzpdTUVCZNmsTGjRtJSkrCy8uL2rVrM3LkSNq1a/dA110mEinIVGjMxbaHicc0qXHo0CE0mhJdSkEQWLtyKb2aV0EhgL+TjPh8K+kFehyVMhwdynfYtG7dmr/++gsAhUJBcHAwgwYN4v3XXsOSnIxEo0EREnLHN8ODBg0iNzeXdevW3Xa9ZREcHEx0dDQpKSm4uNx5hdfDIiEhgXHjxrF582a72WqvXr347LPPHqom5v1k3LhxjB8/HrDtZz4+PrRp04bJkycTGFj+h+lx48axbt06jh8/Xmp6SkoKrq5lywOIokhavp70Atv5UKOUEeT2ZPtnWEUrl3IvYbbaqgi1Dlq81d7IJI/80vb/k+IcMBpBvPk+JVrLlpq69lq0PvLm0QoqeCAcPnyY7OxsVq1axZAhQ/DxuTPtakEqwa1fFKnTj6K8nM+UVSd59enq+D/GQfoHyf7cQpvk1G3uoSZV8mNIgOcTkeRu7NuYxr6lJVZEUXwgYxdFkd9PJDN+/Vmyi4xIBEjMubnp+hOFezgg2LTKtYG2hIUu6+bzq93vKKEB4KR1p9Y7a9h3IQmP3y6QkF3MS/MPMDM4i5aD/8bZWVsys7EIxKvGzW7XSdGdWgU7J0DN/jb5kWscWQgugRDczG4YazJYyEiW4jd8O/P//JKPUtaz2LcH4y9nk5gRy6cNWt6VCfXxrRu5eGg/Fw8foMWzL9GgZ+9S+5uHo5IpfWoxoGEQY387w6mkPD7fcJaVhxIY/1Q1Goc9mPtxQRAIWjCfvLXrcOlWUrFesHMn2YsX4/bSS3R8uTXVmvvx14poclKKqPl3Ds2DHTnf3I3loo7oogLGnM/gi/NG2rvJ6eSmxFdhodhUTJG5CJ1JR5HJ9vdsWAHVE24/LpcIKTv77nwg0qY5JjPnsgo5fzSDvBNZyON1CFdviawCxHnJOB2k5HyAHIPC9lurJBKqPkK/i/vJ5aOH2DbnewpzsgEIr9+YNi8NxcXr0fo8XEMQBE7VacCCwXPI0UDXwyL9d1ttXipAnCeMfUFKsVJAVpBCw0ruNAp1p2GoG1X8nsbFQc25lHym/nGB7efSWXk4gVMpqawZ3tKmZCEI0HUq5CXBxW2wvD8M3Q6uITeMxUsp58MwX94M9mJ5SjZzEjKI1xuZFpfGD/Hp9PNx49VATwKfHUDOsmUU7NyJKS0NuXfZAfS2g5/m4qHt+EY2wmK0wgOq7bWKVjbHbmb60emlTMDfq/8ejXwblfkZo9XKhow85iZmcDRfh7pYx0dL5tD66AEANB07EvnFJKT/uheSSCS0atXqP1fA6SCVMKtqMAEOCmbGpzM5NpUEvZHJkYHIy4g11q3akDPzl3Fp6EuEpxqRfPgJG1RKure6sROoggqeVB5p5GfFihUcPXqUQ4cOlWt+X19f5syZQ7169TAYDCxevJh27dqxa9cuWl5tS/03X375pT2I+LAoPp1J7vpLWPJKTAilLgq0PcJRVfd4IOuMi4ujWbNmaLVapkyZQs2aNTGZTGzdupU33niD8+fPP5D13haFBouhEEFfgET1YLRY7xaj0YhCocDT0/PGN4sygCqg8UTr7EyhWUe2zkhCjo4IL8dyVycNGzaMzz//HL1ez4YNG3jrrbcQDAZG9u+PRK2+owdVi8VSrvnXrFmD0Wjb9xISEmjYsCHbt2+nWrVqAEilUhQKxR0HVB4mly9fpkmTJkRGRrJ8+XJCQ0M5c+YMH3zwAZs3b2b//v24uZWjqu0uMZlMyB+Qz0m1atXYvn07VquVS5cu8cYbb9CvXz/27dt3z8u+2W9qtlhJyCmm4Kp/hoejEh+XJ9s/A0AiSNAqtRSYCvDT+KF+TBOn/y+wmMF6VdP+Xw/7v138jYziDNoGtiWsw80rsCo6NCr4L9OxY0fS09OJi4tj2bJlDBs2DCenm+shl4XcS01ha3+cdiTy4mkdHh3M8P80qZFuvLk2/PW4KeRPREKjLNbGrGVn/E6mtp56Xz02UvKK+XTtaXactxkvV/ZxYkqfmtQM0N63dTx0LGaQXn2sbfgKBDUG31q219rAO05alJcmUf5sHenNlC0X0B9YQPe0n0hY8BvCB0exH90KDYy6DLpsUF53zEvltuSFZ1TJNEMBrH/b9v9RsSB3ID+zmL1TZuMmXMJ92IsoO03kq/hDNNtwgJDUarzawImkrSuZ3rwDDk539pxZu1NXspMSOLljC7uXLSQz4QodX3kTmaL0/lY3yJV1bzRj5aEEpmw9z4W0AgbM2U/PWn583LXKPXeyW0UrOpMOnflqosGsQ2fVoesahS7tL3vyIWzOMtyPX+GYNo8D0q226Y2KcY0OI+BCHfKvFOJzJZ/Ovns4ELARo6wYgP2JAqcNrpikBvRym3yTW5EfnS4MwSpRcb7SJqrT47bjtHgX3FNCQxRFkg0mYnR6u9/FpXwdpugCgmKLiUg2IbPCtW8/0U3KmWAlyaEO+HtoqKF24JnHwO/iQSBIJBTmZKP18aXNoFcIq3Nj59CjILe4iHVn93EhVcf+S/lkutu+79XNBZ7Za0VuAYsERr0stSfZX6s5hLdb3ugBUsXXmbkvNeDIlRy+3HqQAu0sRv+9kamtp2K2CBgtIs59F8CCrpB6Epb0gZf/uGknl0YqZWiAJ4P8PNiUmces+HSOF+hYnJzF4uQsOnk483S3nkRu/J3cX1bh+eaIMpejdlIzYt5cZIoH18VzOPUwUw9P5XTWaQC81d68Xfftm5qApxlM/JycyeLkLPv1PiI5ga/mTcc1OQlkMrxHjcL1hefLvMY7OjresvD5gSGKkHnpga5CIgh8Gu6Hv4OCT6ITWZqSTbLBxE/VQnAsoxOrWqXaaJet58jzTxHtZ2DRpTFEK7N4t/GLD3ScFVTwsHhkKfyEhATefvttlixZUm6pp6ioKIYNG0bdunVp0qQJs2bNolu3bnzzzTc3/cxHH31EXl6e/V9CQjnKMO6B4tOZZC05VyqhAWDJM5K15BzFpzMfyHpff/11BEHg4MGD9OnTh8jISKpVq8a7777L/v37ARgyZAjdu5fWSTSbzfj4+DB//vxS00aMGIFWq8Xd3Z1PP/2U61XKjEYjo0aNwt/fH41GQ6NGjdi1a5f9/YULF6LVatmwYQNVm7RHGdqYU5cu8OvmX2nQoAEajQatVkuzZs24cqXEZGv9+vXUq1cPBwcHwsLCGD9+PGZzyUNrbm4ur7zyCt7e3jg4OFC9enU2bNgA2CrXa9euXWrbvvvuO0JCQuyvBw0aRK9evfjyyy/x8/MjMjISsEkGXS8fBPD0kJEI/nUJqdWcuLg4gjwciT59ApPFSmJOMaIo8v333xMcHMytFNzUajU+Pj6EhIQwYsQI2rVrx+9//IFDZCQzFi+mRo0aaDQaAgMDef311yksLDGxLPU9Vq2KUqlk8ODBLFq0iN9++w1BEBAEodR3D+Dm5oaPjw8+Pj72hI27u3upabt27UIQBHJzc29YV1RUFGq1mj59+lBUVMSiRYsICQnB1dWVN998E4vFUu594W554403UCgU/PHHH7Rq1YqgoCC6dOnC9u3bSUpK4pNPPgFsx3fjxjfeNNasWZOxY8faXy9YsIAqVarg4OBA5cqVmTVrlv29uLg4BEHgl19+oXXr1jg4OLBkyRKysrJ49tlnCQgIQK1WU6NGDZYvX37P2yaTyfDx8cHPz48WLVowbNgw9u/fX6qLbPTo0URGRqJWqwkLC2PMmDGYTLaA8cKFCxk/fjwnTpyw7wMLFy4EbFVE1zp4rm3X8l9+pVnL1lQN9KRvx+akxpzET6uyPwT99NNPBAYGolarefrpp5k2bdpjW9FisVpILUql2Fxsn+ap9iTcJbwiofGoufabSOQ2PeDrWBOzhulHp3Mq89QjGFgFFTweyGQy+vfvj7u7O/n5+SxbtsxegHAnVG4XgjTUGQeLSN6qmP+33U1e5ZRNLO98jxuZxZl8efBLdiXu4rdLv9235W44mUyHaX+z43w6CqmE9zpE8vuI5k9uQsNqhV2T4eenwHI1sS4IJQmNh4BaIWNcz2q81LMjCYIfZ/z74qQp457k34HJZm/DO6eh+bsl0wyFUKUHBDa2z+/k7kCk5gANVUswn94MgBBQn2ayhngYRb4+fZyNiggGRGeScwsj6LKQyuS0H/YGbYe8hiCRcG73n6wc/yGF2Td2tkglAs81CmLnu614tpEPgqyQ9WdP0/b7ZYzdupG/Ev5h25Vt/HbxN5adW8bcU3OZcXQGkw9OZsyeMby36z1e2/4aL21+ib7r+9J1TVdar2xNw6UNqfVzLZosb0K7Ve3oua4nAzYMYMjWIYzYOYJRf49i/L7xfH34a8Y0TWR1U4GZwdFsuLyBPxP+JPHMPmr9sZgT2s+55HYMCRKqpbRgwPFPiMxogFxQ0DFmGAOPjSUspx0mRQRWVQ20nlVxMXii1XtT3a1Gub6vnfE7eeWPV1hxfgVpRWk3nc9sFbmo07M5I5cZV9IYcfYKnQ5foNLuU9Tbd5Znj11iwe5YctdeodmiJDrtzqdKoi2hoXOVU9DMHc0bUfQcVY/5g+tzuGNtfqsbwTeVA3k10Iu27s4EOiie6ISGQVdEwtmS+8LQ2vXoPnI0L339wyNNaKQV5rHjfDJfbz1P3x/30mTmF0w9/Q7r4hZxJbukm633P7aEhkkKUiv03lNyLfZ20ZS1aDv1gl35sKc7GYZ4dibsZPy+8SzeF0eLr/7kx/3pFPddDs4BkBUDK5+/tXweIJMI9PTSsrleBOvqVKKTh02mZWtmPq91f5bXR01g7ZkYzLe453hQCY24vDje3vk2g7cO5nTWadQyNW/VeYv1T6+nR3iPUgkNURQ5klfE8DNx1N93lqlxaaQbzXgrZHymEZjz9We4Jich8/EhePHPuL34wiMvWhDNVnI3XSZt5jGsZ7bC93Xhry8fyroH+3uwsEYoKomEP7ML6HXsIqkGU5nz+vsF0fCXLaxoGwJSE/PPf803+35+KOOsoIIHzSO70z9y5Ajp6enUq1eiFWixWPj777+ZOXMmBoOhXObfjRs3ZsmSJTd9X6lUolTevS6gKIqIppubbZWa1yqS8/utM7M5v19CUUlbLikqQS4p14k6OzubLVu2MGnSpFIySte4FqAcOnQoLVu2JCUlBV9fXwA2bdpEYWEh/fr1s8+/aNEiXn75ZQ4cOMDhw4d55ZVXCA4OZtiwYQAMHjyYuLg4VqxYgZ+fH2vXrqVz586cOnXKrhOt0+n48ssvmfu//+FODgZXDUPa9ealIS+xYsUKjEYjBw8etG/f1q1bef7555kxYwYtWrTg0qVLvPLKKwCMHTsWq9VKly5dKCgoYMmSJYSHh3P27NlyG8RfY8eOHTg7O7Nt27YykxGH/t6GV3AkC6aNo3PvF5CqnPD09KR9+/ZsW7eCqBq1ydebyC4ysmDBAgYNGnRHF1OVSkVOTg6CTIZUJmPGjBmEhIQQGxvL66+/zqhRo0oF3O3f49y59sSEXq8nPz+fBQsWANy3jgWdTseMGTNYsWIFBQUFPPPMMzzzzDNotVo2bdrE5cuX6d27N82bN6d///5A+faFOyU7O5utW7cyadIkVKrSmtI+Pj4MHDiQlStXMmvWLAYOHMjkyZO5dOkS4eHhAJw5c4ZTp07x66+/Arag/dixY5k5cyZ16tTh2LFjDBs2DI1Gw0svvWRf9ujRo5k6dSoLFixAqVSi1+upV68eo0ePxtnZmY0bN/LCCy8QFhZGo0Zlt8jeKampqaxZswapVFpqX3ZycmLhwoX4+flx6tQpe0XvqFGj6N+/P6dPn2bLli1s374d4JYyYp988gnvfvo54eER/PTtF7wy+EUuXryITCZjz549vPbaa3z11Vf07NmT7du3M2bMmPuybfcTURTJN+aTWpSK2WpGZ9IR6hKKIAhlVvdU8AgwXU1qyByA0kGVzqGd8VJ7UdOz5sMfVwUVPEaoVCoGDhzI3LlzSUlJYfXq1fTv3/+OZGMEiYBn3yjSph/FeCWfwt2JOLV6MFXojzONtY74KuU399QQRfwcFDTWOj78wd0HPFQezGg7g38S/6FPRJ/7t1xHJYUGM3WDtHzVuyYR3nfWLfTYkZ8E+34AQz5c2ARVn7rprBarhaPpR8nQZeCp9qSuV12k5TRoLQ9VGnVEX+MQrSQlXQ6JF0+THnOIul0G3/yD1++/zr42k+BSbwv4tu+OmOqMpoZNmUCQCLi1laCLn0dj6w5U0t/Yn6+n59EYNuStwiVpvy1pEtkJi9WCzlREkdnWCaEz6W7sigjQoejfAP3aI6RejGbW+y+T1smLXK3lxnlNOiyiBcfrbvPXpNr+3SsSQYJGpkElV6GRa1DL1Pa/arntn0MTDc/I1ShTXBGSnYiI+R2Pi7up6ROKcXR7Dky1JWTUJifaXnweX97AJUJFdF4azf2f5VKIQKLeRJYoktrGTESAEz1Vb5Dx1+2rqwf/Yeb4hT1Mrr2XSdJJVHGvTTW/znhp65GHMzE6AzFFBmKLDZj+/ZwpigRkmWkVb6RaggkHfUl8QalVENHAm2qNfHD3d3zkgdoHiSiKnNv9J38tmY/ZaGTId/9Do7WpOUQ1afHQx5OnM3EwLpuDsVn8nvIlRbKTFCcMwlJkK36UKEOQuTsT6OxHh6ph/BxvS2j0321lZQsJq5tL7K8BVjeXUN3v5trv16jvU5+vW33Nu7veZd3FdbiZi8grbsvkzeeZ/4+SMQ2n0/3wIIQre2DdcHhmLtzmXkEQBBprHWmsdeSiTs//EjL4JSWb86GV+Cy0EnP+OcXwyCAG+LqhuUkM5dye4+z55Veem/ARaudbJ2duRY4+hx9P/MgvF36xm4D3jujN8NrD8VCV7igzWK38lp7LvMQMThSUFK41cNbwcoAH3Ty1yCUCqb17Y7xyBb+vpyC7idwywIULF7BYLERERNxX5QXRKmJKLsRabMYhwtUmu2vSU3wyE0uuAUOWI6rsyyANh/KFD++Zjh4urKlTiRdOXuZ0YTHdjkSztFYYlTU3+nL5eHizrs9Cuq3pgcRShNvkr/j1mXz6vFR2B08FFTwpPLKkRrt27Th1qnTV5uDBg6lcuTKjR48ud7D62LFj9gD9g0A0WUn+bO99W54130jKuPLJzPh93hShHFnzixcvIooilStXvuV8TZs2JSoqisWLFzNq1CjAVsHet29fHB1LHvoCAwP59ttvEQSBqKgoTp06xbfffsuwYcO4dOkSy5cvJzExET8/PwDef/99tmzZwoIFC/jiiy8Am3zPrFmzqFWzJqSd4XJeHgX5BfTo0cMefK5SpYp9nZMmTeLDDz+0B5nDwsKYMGECo0aNYuzYsWzfvp2DBw9y7tw5e4dFWNjNZUxuhkajYe7cuSgUZbTxW0x4ym0XUq13ID5BJcsfOnQor732Gp9N/Iosvcif+w5x/Phx1qxZU671Wq1WtmzcyNatW+0m0tebSYeGhjJhwgSGDx9eKqlh/x5rlVScqVQqDAbDfZePMplMzJ492/779OnTh8WLF5OWloajoyNVq1alTZs2/Pnnn/Tv37/c+8KdEhMTgyiKpfaP66lSpQo5OTlkZGRQvXp1atasybJly+zB+KVLl9KgQQP7fjJhwgSmTp3KM8/YTLFCQ0M5e/Ys//vf/0olNUaOHGmf5xrvv/++/f9vvvkmW7ZsYdWqVfeU1Dh16hSOjo5YrVaKi23721tvvVUqIU8pxHoAAQAASURBVPnpp5/a/x8SEsJ7773HypUrGTVqFCqVCkdHR3vHR1mIokh6vh6AF18dQdeu3QhyUxPs9jnVqlXj4sWLVK5cme+//54uXbrYtzMyMpK9e/faO6AeBwwWA6lFqRQabV1MCqkCT/WToY/+/wp7UkPJv5Maz1Z+lmcrP/vwx1RBBY8hbm5uDBgwgEWLFnHhwgX27NlDixa3DuSYrSKvno1jsL8HzV2dkLk5oO0eRs7qGPL+uIJDlBtyn7sPPjyJSAWBFzJjmeLob5N7uP6acDWY+HxmLFKh2iMa4b3zb48NURQxi2bkkvIHacwWK2dT8u2dGI3D3Fk2tBGNwtyRPmCvv4eCNhB6zbbJNt0iobH9ynYmH5xMmq6kut5b7c2HDT+kfXD7+zYcB3XJ85TVYiHvl9eoazzFbxdP0XTQl3g63brQThRF9BZ9qcSDzqyjKCQUnb83RaY8dOeW2t4rSqeogQGdpQGtzIs4mJNFhqWYAUUXQTSg2/8huoOforfoyz1+p0Yy2h7xxLHYysGMw+Tqy676tW+v1AEpDhQZpFjMCkSrgv9j76zDpCrbOHyf6dnubnbJpWvpEESQRglRBASMT1BCTFBBbMICA0EQCSVUUulupGFZtrt7p+d8f8wyy7ILLEipc1+Xl+zJ95x5T72/53l+HnZORPp64mHvZBUj7OX2qGXXCBVyu0rz7WR2KKVKBEHAbBaRlPdPncbI7uXRFOdqGDiluTUwcN/lGE4dTUba6AncQmrh0LkzdrUaEeN3BCc7E+qEv4ihHumXC8mIK6Rh5wBa9QnjBZWUHblFLEnLZbtQRKJey9mMEsbW4PxkebRA79gJP30AFwN92aP2YE+hBAq1QOXzrJZIiLBTEqkRCInToLhYgqmgIlJe5SAnvLkXES298Q27+96bDwJZCXFsX/Q1adHnAXD19ae0IN8qatwLsot1bLsUw8pLi0krySQnbtiVRwYqXwlyFzNurll0rNOV1mFutArpRJDbM0gkEs7nnqd0eWVBA7D+/4qwIelds9/yoaCHeKfNO0w/MJ082Vb6dfbn2MmmpBZoGL8dtjtPYY4wE8nZNeASBN3eqfFxhtup+KROIFNDffhy9QZWOHqQ4uDImzGpfBKfwUh/D0b7e+ClrHieGI1G/lgwG5Mhnz++WcGAV8bUeH9XqM4EvFNAJyY2n0gtl1qVlk3X6VmamsvStFxyy7PMlBKB/l6uPBPgQd38HCQSI7Lya8P7tVdBKkW4ibizc+dOMjIy6N27Ny1atLjlY7ga0Sxar03t+Vxyl11A5mzCJ+x7uLQFodkInLpNRZAJKCNcwG0xYnEz+O3uVoe5mqZOdmxsHsHw03FcLtPR90QMiyJDae9aNWghwMmLPwdtYuHkQbSJzkT/yVesNOgZOmZSNVu2YeOfwX0TNRwdHYmMjKw0zd7eHnd3d+v0119/ndTUVJYutaRGXSkn1KBBA/R6PcuWLWPNmjWsWbPmnrf/QeJKxkFNBvnGjBnDt99+y9SpU8nKymLjxo1s37690jJRUVGVttWmTRtmz56NyWTixIkTiKJoHTC+gk6nq2TerFAoaNSokeUj06suYT4yRo4cSd9efenevTvdunVj8ODBVkHq+PHjHD16lFmzZlm3YTKZ0Gq1lJWVcfLkSQICAqrs91Zp2LBh9YKGKEJBUoWRn9ql0uz+/fvz4osvsmfrRtp078u6lcto3a4jQUHBN9zf/PnzWbhwobXExLDevXnzf/8DLA/c999/n/Pnz1NUVITRaESr1VJaWmod4Laex5vQs2dP9u7dC1iMwM+dO3fTda7Fzs7OKmgAeHt7ExISUknw8vb2JivLUoO5pn3hap577rlKmVVXl9uqKdf29+HDh7No0SKmTZuGKIqsWLHCKhhlZ2eTnJzMM888Y800AstL27XZDde+9JhMJj788ENWrVpFamoqOp0OnU5XbTbUrVCnTh1+//13dDodv/32G7/88kulfg+wevVq5s2bx+XLlykpKcFoNOLkdPOoHwCT2Ux8Tim5pZY+17p5E0I97C2RfuXXW1ZWFnXr1iU6OpoBAwZUWr9Vq1YPhKhhFs3kaHLI0eRYjVI91B54qD1s2RkPIpUyNUrva1Ns2HjQCQoKon///hw/frxSxvL1WJSazcbsQvbnl3C0TX0cZVLsWnijOZeL9mIeeaui8fpfEwTZf+veGKUrZCrwo0eoxTS8HD+Vgidz4onSFd6/xt1hRFHko6MfkVKcwpzOc2rksXEurZBX15wmNquUP17uSJC7pSRS2/C74+93TxBFi5F2UBvwKg/mqtf7hqtsS9zGpF2TEKkcOZ9VlsWkXZOY03nObQsbRrORUkMpGqPG6vtwJauhWFvEBR9f9hSk8b2+GP0Pk2keYoenE1axwmpWbawQMczirYf4CkWX6VXQnt1Ol0iRmQE5iEaL10g5UlHEDgn2Dt4VwkJODHaaIuwCWmHvXhs7uR3qJiKKzEIm1GuAvcKpkuhwtRBhJ7OzZroUaQ3M2xrDkoMJJJtFsi9LeKFzOOM6hqGSVx+gp9caKczW4OHvYB00PLU9mWObE6gb5UO7xyypIHKllNgTWZhNIsX5WpzcLRHIAXVcMRnM+NZ3w7txZ+t2h01vTd6yn8hc+CXedZuQ3OsNYk9kc3pHCpePZdF2UDjdWnnT3cOZRI2OZWm5/KbLwiAB+Q1OvUEC3wwYRJF95eNRG8owmVOQGFKRGtKQGVIJ1snppumEW0oIumzLcqbyYwlr4klEK28C6roiraFH4z8dbWkJB37+iZN/bEQUzciUSqIGDqX5o/2R3SUPwyucSU9izYVdpOUouZzsTVx2KUhLcaz9p8W8RNKHWm7etAp1J8JvPM2CPWjiG1LttlyVrsiRsKpDhZBxhSt/y5Hgqqy5SDMgYgBF+iI+PfYpOzJ/4LW+/pgKo/h8+2V+LYxAKhnDbMXXsG8uuARDixtkfVWDp0LOmx1b0b/Xo/wR1YFfnxpLgtHEvMRM5idl8ZiPK88GelHHXoVMJiPyoYGc2XGArBRP9BojCnXNhgvNopkt8Vv47MRnpJWmAVDXrS6TW0yuIs4fKSzl+9QcNmUXYCy/Lfsp5Yz09+AJX3c8FDKKtm4l/vU3UNWvT9Ci7xFkMoQa9JWcnBwyMjIQBOG6AZI1oXhvKqWH0nDsHIh9C29IPYHy8moEoROy4jOI5zchCEbIuoj9oxUG7FmO3Ti45jzNRBHpDcbmTKKIo/udc2QPVitZ3yyCkWfiOVxYyrBTccytG8hjPlUreng7ujP+01/Z9MQjNL5cSP253zGvKI6XJ315x9pjw8a95IEuNJuenk5SUpL1b71ez5QpU0hNTUWtVtOgQQM2btxIr1697lobBLkEvxlta7SsLr6Q3MU3H0x2H9UAZej1y8Vcve+aEBERgSAIXLhwgf79+99w2REjRvDaa69x8OBBDh48SEhIyE0jBK/GbDYjlUo5fvx4lWyaqwe/1Wp1hTAisXSzxYsXM2HCBLZs2cKqVat466232Lp1K1FRUZjNZt59990qkfIAKpWqShmia5FIJFXKSV3xILia6w5IG0otqeuUt/maQVOFQsFTTz3FDz/8QL/+A9j862peeed90gs1+Ltev5b/8OHDefPNNy2G5EYTlJWi8PAgMTGRXr168dxzzzFz5kzc3NzYt28fzzzzTKV2VzqPN2DhwoXWqP/bTbO8dj1BEKqdZjZb3vhr2heuZsaMGZWyH6ojPDwcQRA4f/58tf354sWLuLq64uFh+Sh/4okneO211zhx4gQajYbk5GSGDh1qbSNYSlBdm11xbZuv7RuzZ89m7ty5zJs3z+p98vLLL99WDfSrUSgUhIeHAxbT8JiYGJ5//nl+/PFHAA4dOsTQoUN599136dGjB87OzqxcuZLZs2fXaPvpBVoidEauBHz5ujpa+9CV/185L1fEgqu5kUfMvaRQV0h2meVL0EHhgI+9D0rp7ZcStHEXEUW4Mlgkq/yCnlKcgqvKFXv5fyuK3IaNm9GwYUMaNGhQo9JTw33duVymo5WzPY7lJpCCIOA6KILMuccxpJdStD0J5x4hd7nVDxZtHx9OW+AlUeRQQQlZeiNeChlRLg7/6AyN6ogvimf1pdXoTDoOpx+mQ8D13921BhNf7Ijh691xmMwizmo58bmlVlHjH83Br+DPN8GjNozbZTHhvgEms4kPj3xYRdAArNNmHJyB3qxHZ9RZBYarBYrqyi9dESP05pu8E0oBd3vA4m94LA/Iq9mhqmXqKlkNxSlGzEVSQmv74OPtbllGbkfjo/74ZjjwhP3jvBaey+kyEQlyXk1cxhPZu7GL+h+K2r0QECHoqvfheQ2hIAN6vVgxPXoL/DkEshrDs3tIOX+WE5t/p0evliidPcDTF+SVn/VOKjnT+9RncMsA3v7tHIfj85iz9RKrj6fwRpcIasuVKO1k+Ne2DPaaTWa+n7QXs1nk6Q/a4uBq2Z5EKqAtMVCQVVGCRiIR6Di0NmpHBSr7iu+SkIYehDSsXqCzj2qNy7ChqBs0oMFjDUk6n8velZcoyNKwbfF5zu9LpePQOgT7O/BmLT/auTowzmjCTicCZmT6RCTmYswSR4yKYEBCmVIgzMeBFvYq/M/8hfva1QRevoRLSTHyenWIefVpjp1RYLrUAM/iIAB0gEkwovXPIbSZG906RuHq4FKzDvAvwaDV8sPkFyjNt3T82lHt6fTUMzh5eN7xfZnNZg4lXyIxU8nRhEKOxOeRJf0dped2DIVN0GYPRRCgrpcvzqohNPGNYHjfRwh0vfm4DICvgy+j5/5Jvi6fx8wiZ9OKyC/V4WqvJNLPCUlvAVelK74Ot1ZF5OkGT1OoK+S7M9/xw/nv+a1fXx5rHsAPBxL4bo+cnGZ2eBybAxsnY3DwQ163xy1tXxHgj0fbNvTbtY0Rof6cHPMcC5KyOVpUyvL0PJan59HN3YnnAz3pMqIfmQm+FGSWcWpHMi0fDb3p9o9nHufTo59aTcC97Lx4qdlL9A7rbQ1E05jMrMvKZ1FKDmdLKq7vKGd7ngnwpKeHMzKJgGgwkPnhR+SV+0WKBgOm4uIblpu6miuBnbVq1apRIKJoFtEnFKGLK8Cxa5BVYDVrjRhztWhj8rG/8CzE7UIC+Cm+RnD0hIbPQaMh4FPhxyOKIrtXXCIrvQz7+m40blfRD5LO5aF2lOHm54BUJsHRXYVzSM36XU1xlctY1bgWEy4m8XtWAS9eSCJFq+elYO8q3/tOTi70XrmNX4d3pXl0MQ8t3M4C80SenzL3jrbJho17wQMlalxrMHzF/PYKU6dOtZZNulcIglCjElAAqghXpM6KKibhVyN1VqKKcL2jKaZubm706NGDr776qkoZG7AYbF/x1XB3d6d///4sXryYgwcPMmpUVbX/irH41X9HREQglUpp2rQpJpOJrKysWxJDwHKjr9ewHvUb1uf111+nTZs2LF++nKioKJo1a0Z0dLR1sPdaGjVqREpKCpcuXao2W8PT05OMjIxKg7QnT56sactAWx7N5+SLXC6vZIZ9hTFjxhAZGcm333yN2WTkoUf6kFuqx0Elw1ldfcScs7NzpWMy63RIlEqOHTuG0Whk9uzZ1gGNn3/+uUatVSgUVdrn7+9fo3XvJLfTF7y8vPDy8rrhMu7u7nTv3p358+czceLESoJWRkYGP/30EyNGjLD+zgEBAXTs2JGffvoJjUZDt27d8Pa2REx4e3vj7+9PXFwcw4cPv6Xj27t3L/369ePJJ58ELC/KMTExfyvqozqmTZtG7dq1mThxIs2aNWP//v0EBwdbzdABEhMTK61TXR/IL8/MMJpFlDIpIe43f5GrW7cuR44cqTTt2LFjt3sof5urr18XpQvF+mKclc44KZxs5aYeZAQBvOqB2QS6ys+/N/e9yV9ZfzG782y6B3e/Tw20YePB5GpB49ixYwQGBlqfX1djL5PycZ2qvhlSRwUuA8LJ++kixbuSUdVzQxlUs6y+fxNSQaBdNWUW/k2EOYfxRdcvSC9Nv6GgcTQhj1fXnLZEIwO9GvrwTt8GeDneuYjQ+0qjIXD4G2gyHOQ3F2lOZJ2oVHKqOvJ1+by659W/1SyZRFa9B0T53yqZmug0PfEJGYwR/kRhFtBHvUZ4SP1qyzKpZepqs1IPrrvM6TMptGkWTqNWAdbpOucichLPEtYonHUtvJhyKYVfMvKZWfstSpSBTN03F+HSH5ZSXVcz/gTkJ4DzVfcXTT4oHMA9HJPRwKYvZ1Ocm03emV309zuFy7g1ENLesmx2NCTuB7+m4NcU/YUiXnB0Y2h/fz7ccYmkvDK+XX6WhzQKvOu78li5qCGRSnD0UKErM1JWpLeKGmFNPfGp5YyzZ+VgtgYdbu07Rxkeju/bb1v/DqrvTu+HTByY9RsJIT1Jiylk1ayjNO4aQMveoeQbTKh0+TiWFCOI4FmkRGVQo5WbyXZKRRTAjCPPBoYxwNsV6gVj6vkQGQuXcmnzabLc25O7xBk3sXyQUgCDTwGnnfdxynEfepkGsuH9dTJa+bSia2BXOgd2xtu+6v3+34ZcpaJOVHsSTp2g66jnCG7U5I5t22wWuZxdwuG4XA7F5bJX8xqiPIPS+Bcxay3Xh9y+FkpTLI396jOyWwtahrjhbCcHbs+/w9fB1ypaRN5BXWZ80/EopAr61uqLXfm97YXO4YxuF4pK1h2MmXDyJ8w/P81bHp/yWJ/eNAl0qfH2XYcNpWTXLop//ZVHJr5Mr+YRHC0s5evkLDZlF7Itt4htuUU0clQz4BEfzEvjOLktmYadAyqJiVeTUJjAvBPz2J5kqfphJ7PjmYbP8FT9p1DLLNdwilbPktQcfkrPJc9g+XZVSQQGebsyOsCTBg4V17ohM5PUiZPQnDgBgNuoUXhNmlijDI0rnD1rEVaurQhzBVEUETVGJHbl2xQhZ+k5RK0JVR03FJ5muLABu0Z9UPg7oAxzhr1NIOkw1OuN0GgohHUGadVhVEEQ6PVcQw6svUynYXUqZbl4N78317pKKuHr+sEEKBXMT87iw/gMUrQGPqwdYC3jdQUHBwf6/bSVX57qRJsLOjp8v4UlopqnX7m9EuI2bNwvHihR45+OIBFw6VOL3GUXrruMS5+wu1Izc/78+bRt25ZWrVoxY8YMGjVqhNFoZOvWrSxYsIALFyraNGbMGHr37o3JZKrkKXCF5ORkJk2axLPPPsuJEyf44osvrFHitWvXZvjw4YwYMYLZs2fTtGlTcnJy2LFjBw0bNrxu1kz8X3uYu3gprXt2ITw4nMKUQi5dusSIESMAmD59Or179yYwMJDHH38ciUTC6dOnOXPmDO+99x6dOnWiY8eODBo0iDlz5hAeHs7FixcRBIFHHnmEzp07k52dzccff8xjjz3Gli1b2Lx5881L9oiiZSBOFC3RXvZehISEsH37dtq1a4dSqcS1PDKgXr16REVF8eqrrzJ69GgCvVzILtaRkq9BLZehqEHZB0m5aX2tWrUwGo188cUX9OnTh/379/P111/fdH2weCz88ccfREdH4+7ujrOz8x01waopt9sXasKXX35J27Zt6dGjB++99x6hoaGcO3eOV155BX9//yrlmoYPH84777yDXq9n7tzKEQbvvPMOEyZMwMnJiZ49e6LT6Th27Bj5+flMmnT9+pHh4eGsWbOGAwcO4Orqypw5c8jIyLjjokZYWBj9+vVj+vTpbNiwgfDwcJKSkli5ciUtW7Zk48aNrFu3rtI6V8zlT548iZ+/PyVmOSXlCT52Cim1vOxJ0d5cjB0/fjwdO3Zkzpw59OnThx07drB58+Z7LiCYRTN52jwKdAWEOYchESQIgkCQU9A9bYeNv4lEWqmuvSiKFOgKEBEJdbp5pJcNG/9Vjh07xoYNG3BycmLs2LE4OloG6C+Vaqltf+PBaLuGnmib5FJ2Mpv8ny/hNaEpkhoG49j4Z9HGr02lv7VGLRJBYi1FNXPDeb7fFw+Ap6OSmf0a8Ejk3fMdvGfkJ4BriOXfDp7wv8OgqFnWyZWMz5sR6hRKoFOgVVi4kgFxPbNqe5l9JdFCLq3Ze3jcxZMYV5+kAEeatB6L4jqlma5H04eDado9GJVD5f0pg5zwfb0VEpXl0/7zukEEKBXMTcxkbvDTpNgHMfvC+yiuLW0llYNHROVpTYZB46GgL0Uqk9N30uv8+ul75Obn8VNCU/pkm5Dq8vlraxIuphja50+Een1gyDJObU+iKEfLAOlZ9nQQWJDfkt/2FZChN3MsLpuEP6L5X5dw1AopQ95qhfyae5W9sxJ757uTlavy96Fxc3vqOl3iomsX4k5mc3JbMtF7EvBtKLLksykUudQnJvxxdKqKCGqlNp+Iy7/gXHAezS9rMLo6kXAml5hjmSTGNsAUVv5dIIJ3qBPhDZ1x2PQt/gNHoIzsz7mcc+xI3sGOpB3EFcZxIO0AB9IO8N7h92jo0ZCuQV3pGtiVMJdb94p8ENGUFLN/1TIad++JZ1AIAO2HjqDjk6OQyv7e96rJLHIhvYhN0SfZkLyIgjIdRYlPWeerA1yRSrOJ8NfQPSicVqFuNA/ugb1y/N/a771AEASea/xcpWkaowa1vHzQv/c8DPkpKBN3MyHzTfp/ZSKyfgMmP1yHOj43F/Xt27dH7u+PITWVok2bcRk4gJbO9rR0DiW+TMc3KdmsSs/ldLGG02hw7etMs1PnUX1+gadef7bStvK1+Xxz+htWXVyFUTQiESQMihjEC01ewEPtgSiK7M8vZlFqDpuzC62e2QEqOSP9PHjCzx03eeVhyNIDB0id8gqmvDwkDg74vj8Lp4cfvqVzmJmZSXZ2NlKptFqvWW1sAXmropG5qfB6zuJXKkgF7CLdMeemwY53IHkZGLXIn/BEXr98/+1ego5TQFmD8+yipPvo+5spKhEEpof7EaCS81ZMKsvSc0nT6fm2QQgOssr3XEcHZ4YuP8AvI3rR6kwm9ZetY0adIKb3fe46W7dh48HDJmrcYdSRHrg/WY+C9bGVMjakzkpc+oShjrw7dWxDQ0M5ceIEs2bNYvLkyaSnp+Pp6Unz5s1ZsKByVE63bt3w9fWlQYMGVoPnqxkxYgQajYZWrVohlUoZP34848aNs85fvHgx7733HpMnTyY1NRV3d3fatGlzw0FsO6Wc+Jg4Vv78O4X5hfj6+vLiiy/y7LOWh2SPHj3YsGEDM2bM4OOPP0Yul1O3bl3GjKkwqFqzZg1Tpkxh2LBhlJaWEh4ezocffghYBIf58+fz/vvvM3PmTAYNGsSUKVP49ttvb3ziSrNBNFsG4lyCQRCYPXs2kyZN4rvvvsPf35+EhATr4s888wwHDhxg9OjReDupKNWZKNMbSc4rI8zTvtrBYLNGg6BQIFxV7qhJkybMmTOHjz76iNdff52OHTvywQcfWEWeGzF27Fh27dpFixYtKCkpYefOnXTu3Pmm690Nbqcv1ISIiAiOHTvGO++8w5AhQ8jNzcXHx4f+/fvz9ttv4+ZWuT7k448/zvjx45FKpVVKVo0ZMwY7Ozs++eQTpk6dir29PQ0bNqxk1F4d06ZNIz4+nh49emBnZ8e4cePo378/hYV3vkb35MmTadeuHYcPH6Zfv35MnDiRF198EZ1Ox6OPPsq0adN45513rMsPGjSItWvX0qVLFwoKCpgx+yv6DX4CsAxkyGpQzgSgXbt2fP3117z77ru89dZb9OjRg4kTJ/Lll/eupmaZoYy00jR0Rh0ABdoC3NRV63/a+OchCAK/9f+NXE0uLkqX+90cGzYeWOrXr8/BgwfJzc1lxYoVjBw5kuNlegb+dZkhPm7Mrht4w9rMLn1roYsrxJijoWhLAi59a113WRv/DrRGLRN2TEApVTK782wUUgX25QPEg1sE8Gav+uXRyP9gzGbYMQMOfAEjfqvIDqihoAHgaVezUOppbabR0qfl7bTylgir2wTjq/vJy8+zChp6nZbTfy6hWa8xSKQ3FjmuFzENWAUNAMwiU0N8CFApmHopmV88upDZtTULvRtjDfcqTAHnimwPURQpLdCj1xpx87UHpaWU7JGNpZiEx3EP2EZuSiyr58ymcfcnSDjjiaenM9TtZvE4Aeq19cWgMWB3cjzKCym8POkCvaMieXf9OexjNxG+by7vH2tL275jeCTS59ZP4N9AGR6O3weWCORQIPFsLnt+Ok9RPsQdh4wmr1BmX/W7WKd04WyDsQQnbka2JZtFiWkYtBXZ0q6+9tRu6U1ESy+cPe3ImjOX3G0bSNi2Acfu3ag9YQINm73ES81eIr4wnp3JO9mRtINT2ac4k3OGMzln+OzEZ4Q4hVgEjqCuNPRo+I/zjxPNZs7s3Mq+FUvQFBeRm5LI4OkfWMoZq24vU0xvNLMx+jibLu8iP8+P6AQPinVGBHkuDuEnENVS1AoTzYO8aRXqRoTfDNqEBOKi/ueXPN2etJ33Dr3H192+po5bHZApkA/7Ef13PfDKvcBixcc8fv5tHrmQyYAm/rzcrfYNSwwKUikuQ4aQPWcO+StW4DKwwlMx1E7Jh7UDeCXEhyVpOXyfkkMusL11Q/bptESfiuV/dQNxk4ksv7Cc705/R7GhGICOAR2Z1HwStVxqUWYysywtl+9TsrlQqrVuv72LA88EePCwh3O17zKiyUTmBx9gystDWa8eAfPmogi+sW9pdVzJ0ggPD0dI11FwLg1VPTdUtVwAkLmqMBfpMehMiHoTQs4ZOLUS1/jVljGhK3jWBXOFHxF21/8uFUWRvT/HEN7cC79wlxu2rzBbQ9K5XHzDXfAIqL5U951kdIAn/ioFz51LYEdeMQP+usyyRmF4Kys/R+zUdjyxfCuLRz/Kn3XSuJj3FRd/vcjy/vPuehtt2LgTCOKDUkD9HlFUVISzszOFhYVVovi1Wi3x8fGEhoaius2H7xVEs4guvhBzsR6JowJlqPNdydC4HcrKyvDz82PRokXVeljcFYrSMJdkgtoNieutP6TuCgaNJW0a0ZJ2bX9zwWnWrFmsXLmSM2fOAKAzmricWYJJFPF2UuHtVLnfiGYzupgYMJtRhIQguYk3iA0bNaVUZyQprwyDyYxUEAh0s8NJ/fcHMMaOHcvFixetxvN3C6PZSGZZJgXaAgCkEinedt64KF1spab+aeTFW17+HX3RirI79hy1YeO/RF5eHt999x0ajYa6deuSF9WZmfEZDPFxY169m2etaS/lk7PI8kHvMSYSVXjNjUpt/PM4k32Gpze+AGY7VvT/nDpuddAZTfyVVEBUmPv9bt6dQRRh3XNweiV0fgM633qJKJPZRI81Pcgqy6rWV0NAwNvOmy2DtlhNr+81Bxe/SpvErzmk6oDv2FUE16B8KEBRjgaJVIKDa+XMBmOOhtxV0ajrueHUNYjtuUWMPZdAmclMfXsVPzUOQ3rhIrkrZ+DfNAynvm+A2oX4U9lsWnAGzyBHBr9RIfD8Nu8vUi7m0+mJMJJOr+HC3p0ABNTvQLshYwioe01/0xXD/s8s7waDFoIgIIoiScteJDh2GV8be/Oh8Qnah3vwTu86hK/tBW6h0H8+XMmQMJuhhgE6f4fSmFgOffYH0YZwREFm6XPVvYNeM93BTVkuZPjg7l85qE2fnEzOl19RuH695TgEAafevfF88X+VBmqzy7LZlbKLHUk7OJx+GIO5wlPRQ+1Bl8AudA3qSiufVtZsrAeVjNgYti9aQMblSwC4BwTx0OjnCGzQ6Ja2U6Ap5fcLR8jL9edIQh4nkvIR3dahcDuIPq8tusy+OCpltAh1ReV+gC4hLehTpzVqxT9cwL0GURQZuWUkJ7JO4KH2YOkjSwl0Ki8RV5gCC7tBcToX1U3pkz8RAzLkUoEvn2hGjwbXFwuNublc7twF0WAgZPVq1JHVZxRoTGZWZ+Ty0fGL5JRnjkoRcdKdgLzVyAwp1HGtw5SWU4jyjSJJo2Nxag4r0vMoMFoEP7VEwuM+rozy96Cew83HP3QxMeSvWIHX1KlIbvH7QTSLGNJLWbdvIxcuXGDQoEEExKkpPZiOfZQvrv0rSoHr4gpRBDoi5EfD/AoDc+w8oOHjliw138bV3weq4eyeVHYvj0amlDJiVhvUDte/VrctPk/04Qya9QimzYB7F3xyoqiUEafjyTEY8VfK+alxGHXtq/4mRpOJHiufJst4CoAuygF8PnTGPWunDRvXcqOx+6uxiRpXcSdFjQcRs9lMRkYGs2fPZvXq1cTGxiKT3aNkHW0h5MWBTAle9e/NPm+EaIacSxZhQ+kEbmE3fHiVlJRw4cIF+vTpw8yZMxk7dqx1Xn6ZnuS8MgQgzNMBe2XFOTXrdOgTE8FsRlm7NsI9eEG38e8nt1RHWoEWUbT4ZwS726G6xRIGV/j000/p3r079vb2bN68mcmTJzN//vxKWVJ3ElEUydflk1WahUm0vPi6qlzxsvNCJrElD/4jyThjETU8aqM1S//Vz1EbNu4mSUlJLFmyBJPJRJs2bXBt3Y56DmqrOfjNyP/1MqWH0pE6K/Ge2Kxy5LaNfw2iKLLhdDpv/noSD0cpf77UHZn0X/p+qS+D+D1Q55Hb3sS2xG1M2mUpN3q1sCFgee+f03kO3YK7/b12/g0Or/qIhudn85phLFulHXilRx2ebhuC9AbBcH9tTeLguljqt/ej8xN1Ks0rPZFJ/s+XkNjLcRjTkIvHMsnQGXjL10CW3oifUs7kPxIpyFTRzXkedTyjofcc8pw6s/K9I3gEOFQSNfLSS5HJJTi4qRAEOPr7GvauWELdth3pNX5KzQNRkg5hiNvH2pwApp10Rm80U0uSyXbFRESZGuGNtAoh44834dyv0GEitCx/HzWbQZNXoyC0W+Xs2mPs/rPopst5FJwnsr6E+m89bw1WzFmwAEGpwmXQQKTOFlHGXFqKNiaG3O8XUbJ1q2VlqRTXIYPxnjatyjkr0ZewL20fO5J2sDdlLyWGEus8e7k9Hfw70DWoK+392+OoeHD8gzTFRexbsZTTO/4AUUShVtP28eE06dEbaQ3GGIq0ev5KKuRIfC6H4rKIVk1EkOgpufwKosEilrm4X8bF6y9ae3XhqUb9qefrdMNr499Coa6QUX+MIiY/hgCHAJb2XFqReZZ+Ghb3BH0JeRGDeFn7LH8lF7B3ahdc7G4sgKVOeYWiDRtwfmwQfu+9d8NlzaLIN7F/8VlCKgXSCt+d+ioN0yLqIRUkLErL4c+cImuJqWCVglH+Hgz1dcNFfv0+oDl5Et3ly7g89liNzsf1EE1m0j84grnEgM8rLSikDEdHR8xJpWhO5aCOdEcVIofzv0NZjqWUFFiEyu+6WkobNh4KtbpayvHdIga9ia3fnyOkkQf121XN9LqamGOZnNuTSt02vtRtc29LQyZqdDxxKo5YjQ4nmYRFkaG0r8aLzGQy0XnFAJzT4pi+3MTJh9sw7uNF97StNmxcwSZqXIf/sqiRkJBAaGgoAQEB/PDDDzz00EP3bucmI2Rashvwbogokd7faOyidCjJAEEKXnXhJhEwI0eOZMWKFfTv35/ly5cjvSY9PDmvjPwyPXKphAgvh0ofl6IoIur1Vj8NGzZuF7MoklagIa/cFNxZLSfA1e5vvdwPHjyYXbt2UVxcTFhYGOPHj+e55+5uHc2koiSK9cWoZCp87X2thng2/oGYDJBpiQ7HpxFavcH6HP3wxIeYRTOjIkcR6mzz1LBhoyacOXOGNWvWANC7d29atGhR43XNehOZn53AlKvFrpkXboPr3HwlG/8oMgq1vPXrWbZdsJhf1/Z24IdRrfBzUZOjycFZ4Vxjf4cHDlG0mIAXJkOPWTdf/hbYlriND498WMk03MfOh1dbvXpfBY0rpCbGMWVLJgfj8wAY6JfPy49EElS7SfXLX8rn1zl/EdLIg17PN0QQBI5vSSDhdC5NuwfiUaDDrqkXhaUGVs48gtJOxsOzWjP8dBwxZToePqvhoSIdHfmeUMPvAIj1B2B++EOkLjcvC5V09jS+tesgV9zet01ibikzN5xn/4UkmktiCFWX0aLPs/Rt7Gf5Plw2CC5vg95zocVoy0oFSTCvITj4wKQLFQJIbixIZJas+9sMHju77hi7/7i5qFH//CLq9aiPz5tvAJZvvIuRDcFkInz3LuTeFjPg3EWLyfr4Y5z69sFtxNNkf/YZpXv3Ig8Oxr51azwnjEfmYRFnDBkZGLOykHn7IPf2wmAycDTjqNWHI1tTURZHJpHR2qc1XYMsRuNedl63dbx3ir+2rGfH4m8AqNehCx2Hj8LB9fqlegrK9BxNyGd99B4O5C+htMwBTUqFJ4Zd8AKkygIaK1/gkVrtaB3qRriXw382gzu7LJsRm0eQUpJCuEs4PzzyA87K8mymmG2wfDCIJuj0KhnNJuHjbBm/EkWRsUuP0zjAmdHtQysFXJYdP07i8CcRVCoi9uxGep2BwsSiROYdn8e2pG0ASNT18PB/lgt6d8zVLN/J1ZFnAjx4yN3phuUyRVEk/8cfyfz4ExBFgpf9iF3TpjU6H4asMkr2pYJUwLVfRfZF1tenMGSU4v5EPVS1y7NUTUaI22XJ9LuwAYwakNvDKzEWH1W4Yxlhoij+I/ponsHIyDPxHCksRS4IfFYviIHeVbN6zWYzC8YPoet2y/fdnp7NeXbusnvdXBs2bKLG9fgvixr3nazz6Ex60lUOmCUSwpzvkyGavtSSpQEWH40b1EmsKSazyOWsYnRGM85qOUFudv+Ih5uNfw4Go5nEvDLK9JYanz5OKjwdlf+IfmYymxARrZkYepOeYn0xbiq3f0T7bdwAbRHkxYJUCd71rc/R4JBguqztQpmxjLV91xLhGnHzbdmw8R8nz2Dkw7h0uqZe5tCe3Tz88MO0bdv2lrahSygk+5vTIIL7U/VQN7g7Xm427i2iKLLyaDLvb7xAsc6IXCrwvy7hvNA5HIVMQlZZFqP/GE2oUyhzOs/5ZwobqSfguy6Wf4/aDMG31vdvhsls4kTWCbLLsvG086SZV7P7VnKqOsxmkRVHk/h00xlWiq8SImRyotVn1GnWH4VKZi0zVZBVxq9z/sKoNzFmTkfr+jt+vMCF/em07B1Kq96WQAKj3sSeVZdw8bKjSfcgikwmRp6J51D5oNacCB8ev7AA9n9uGRxVu0KvT6FhzaOnRbOZLQvmEd6qDREt29x8havYcTGTd9efJzG3DIBWIW68268B9ZyNlm811xBwLBdZ4vfCkj7gWcdiFn+FFU9A9EZLu1uVZ9JrCiB+t6U2vufNxd24dTvY/MfN29utWTahvdqjCPAHQNTryfzkU0z5+fi+PwuJwhIkl/XZZ+Qu+BrXp56yCiClR4+S9PRIMJsJ370bc1EhRZs3g0xOzuef49S3D/4ff2zdV8KTT4JEQtHUkezQnWZH8g4Ml+MIzRBJ9RCI8xVo5NGILkFd6BLYhVou96acjUGnRa60jJOYTSY2fTmbJg/3IqBeZJVls4q1LDv5B7tT9lCc05j4NHdEESSqZOxDv0I0qXDJ+YDWIZ60DnMjMkBBXS9PJLbKBlaSi5N5evPTZGuyaezZmG+7f1sRDHZ8CayfYPl3v6+g6ZMAHIzNZdh3hwBwt1fwvy7hPNE6CJVciiiKxPfthy4mBu83XsftGj/PAm0B35z+hpUXV1pNwKPE5rj8pcQ4/CV+0+goMVUePvRSyHgu0Isn/dxxukFmqamkhPQ336L4D8vF5tjzEXxnzkTqUNVfQjSa0SUWIXNRInO3lErSJxeT9dVJBKUUv+ltEKSWb0hDgRaTAlR2Ksi6AH8tgzO/QEmFiI17BDQeAq3GVZS5u01yUorJTS2lTut76wt0J9CazIy/kMT67AIA3gjzZXyQV5XvcZPJxPfjh9FhhyUoeVMXHybN32H7brdxT7GJGtfBJmrcRwqSMJblEl3+wlfHrc69LzdjNkPORTDqQOViqeF6hyjTG4nNLkUURfxd1bhKzAgqle3mb+NvU6ozkphbhtFsRioRCHKzw1H14A9YiKJIkb6IjNIM7OX2BDgG3HwlG/8sSjKhKM16P73yHA0MDuRw9mHO553n+cbP20qL2bBRA/53PpE1mfm0c7bnMy81AQG3d88s3BxP8e4UJPZyvCc2Q3qDGs82HnwKyvQ8v+wEB+NyAWgc6MLHgxpRx6eidMTRjKM8v+153FXuLO25FG977/vV3L/Hzg8sA+utn61xTfN/A0aDidToAorztLhHiOQsGYGv5jL7vdeQcrqY1n1DadHL8s2i1xr57uU9AIyZ0wFluSF8emwhJflavIKdcPasqJeuTyvBXGKwRjBrTWZeupjEb1kFALwe6ssEeTrC+hct5SS7z6go0VIDzu7axh8L5gHQbvCTtB445Ja+fbQGE9/vi+eLHTFoDZb33KeigpnYvTbO13rF6csshr5X+zMuHwKXt8OTqyGss2Va3G5Y2tdSXnjCXxXLnv7FUi6zVpcKsQQo3bGOFUvN6JQu1/XUUOryGTZCin3XAVXnV4NZpwOjEYm9JSpcNBrJX7UKU0EBHmPHkjp5CsVbt1q+FeVyXAYNxPu11yzLms2WDBCzmfA9u5F7WTIyLn35CaYvF3G6hRvvda/ILFnwpRE5Uk6+8xhRrQbQ0KMh2r9OUbJ3D+rISByvqs5gyMxEYu+AxP7WAvDKigrZu3wJqRfPMeKTL5HJq36H/JUWz5ZLxynKq83h+DzisktR+a1A7nwKXXY39DndqOVpT4sQZ+zdztG3bnua+IbUuA3/VWLyYxi5ZSRF+iImN5/MyMiRFTO3z4C9sy3ZSsNXQ60umM0i60+nMXfrJRLKBUM/ZxUvd6vNwGb+FP+8iox3Z6AICyNs4wYEQUBv0rP8wnK+Pf2t1QS8g38H2oePY8G+JGL8AqDcvD5UrWCYrztas8UYPKs84M5BKuFJP3fGlhtUX402OprUCS9ZynLL5XhPnYrrk8OtffDabIe8VdGU/ZWFY9dAnB8OsSxjFinckoAyzBlVhKtV1EhKSmLp0qVERkbS3zUGdpaX1VK7WQTaRkPBv9kdeaZoivWsmnWU0gId3UbWo07UrZeRMpnMFOdocfG+P5UKzKLIzNg0FiRbssCe8nPng4gAZNVUfpj3Yi96bIsHYHencMbO/7VKxRIbNu4WNlHjOthEjftIWR6U5VKgUKOy80ApvQ9R5oUplpdhiQw864H0zg60ZRdrSS/UIhEEAgszUCllKEJDbV4aNm4LURTJLdWTXqBFREQlt/hnKGtYX/1+ojPqSC9Np9RQCoBCqiDMOeyBioq0cQfITwBNPjj6gqOP7Tlqw8bf4FRxGRMvJDG7bhBNnSo+drVaLUajEYdqohmrQzSayfryLwwZZajqu+P+VD1bgMU/GJNZZPA3BzmXVsiUh+swql1otWUnj6Qfwd/RH38H//vQytvk4kYIaf+3I2f/SSRfzCPxdC4+tZwJb24ZrNZrjHw30SJUjJ3bEblSQnxcNHkxak78kUjjroHYOZ+kbptHkSuUZCUW4eShRmUvx6A3UZSjwd2v6v1BF1dA9vdnkSileL/cDKmTJdvDLIq8F5vO/OQsoHxQq5Y3slPLocmTFd9HReng4H3DEi0mo5HdP37PX1vWA1C7TQceef4lazR/TUkt0DBr43k2nckALBHmr/asy2PNApDcrMyqyTKoam133C7Y9i6417KYlV/hqyjIvmAZ/I3obpmWeQ7Nqnc58rOEsw3KMz2uvl+WD5VEnvuOVu8NQd25ZqLGzSjaupXszz5DfznW0nQPDzyefRaXIYMRpFLKjhzBlJ+PY/fuCOUCQuGGjRSuXYt9hw6YhzzKzuSd7EjczviX9iARYex4KYUOAp5qT549602jn0/i2Lc3AR9/Yt3vpag2mAoKCP39N1S1awNQsncvBWvWYteqJW5PPGFdtuzYMUSFkkvJsexfswJdqeWdvt8r0whr1pJL2fmcSirlcHwehxKSKPZ+E1EUKLk0Dcx2CAIEB8bi4pZM96BuDG7YGU9HWznm2+FU9in+TPiTyS0mIxGuuh5FEdaOtWQmKBxh9BbwsWTNGExmfjmWwufbY8go0gIQ5mHP4qGRaPv2wFxWRuDixezzKWDeiXmklqQCEOFam4YhY9lWFkysRmfdVXi6jqlRYfQO9UBSfo3ozGbWZOazICmLmDLLsjIB+nm58lygJw0d7Sj49Vcy3n4HUadD5utLwNw5qJs0sTTfZCb/l0to4wrxebkZknKRtvRoBoV/JODQxg+nh4KqnhB9qaWs1KkVbJJ048jlHBo1asTALs1h6zSLkBHeDWR3NqhDNIsc+i2W+NO5DHqlmVVUrik5KcWs/fQEcqWUkR+2u6/vZt+nZPNWTCoi8JCbE982CMa+mjGGT17uSe8tCQDsaxfO6G9twoaNe4NN1LgONlHjP4yuGHIvW/7tFnZXPqBEUSQ+p5QSnRGlyUCIRIsyMPDmK9qwcQ1ms0hqgYb8Mot/hotagb+r+oE3xzOLZrI12eRqcq1RNx5qDzzUHpVfwm38O8i6AEat9Z5qe47asPH3MIuidbAAoLCw0OrlNXLkSBSKmn2g69NKyPrqJJhEXB+vjX3zf2jk/n+U6IxigtzsUCssAwcJOaVIBIEg95pHdsYVxBHoGPjglqLaO9sSZVy3NwxZdtcyM4rztGhLDNedr3KQ4+j2959XoihiMpiRlf9mJqOZPxeeoyCrjMdebYFcaZl+dGM8R9bHU7etLw+NqGdd/9c5J1DZy+kwtDb2zpaBX5PJjEQiEH1kK7U3DSZeFor2qU00CLFEB2cmFLHhy1Mo1DKGvxtVZfBfNJrJmn8SqYsK10ERSO0r94VFKdm8eb1BLYMWvukAdu7Q9wvwuHEZydPbt7D9+wWYTSa8QmvRb8pbOHl43vJ53BeTw9u/nyU22zKA3iTQhRn9GtAowOWWt1WFza9ZslEGfA0u5d9nxxZjWDWZ2I1eZLo1ISb8cXSqijrzSm0eEZdX4513klo/fYm86Z3zYBFNJoo2bCD7iy8xpKQAIPPzxXvKFJx69arZNkSRwuRYjkfv4k9ZNLvT91JqKKVhvJmWl0RSAtVIez1E16CutPNtS2qbzogaDRF79yDztPw+uQsXkvXpbJz79cXvo4+s2z7UsQNnnFUU2Vn6o5N/MC6uYbhv+5WDoSX82LQx2vTHAeiWdBSp91YuRDjTJmAi3cMb0SLIBWd7hU1UvwuYRTMCguXcGnXw40BI3AeOfjB2OzhVmFZrDSZ+PJjI/F2XcbNX8MfLHcmeOYNDe1fx0yA3ou0tWT9uKk+C/J/ioKkpJeXGGQ5SCUN93QjekYP+rzzqRPnQbWT9atojsiOvmAVJWewvqDC67+DqwFPRpwl/+00c2nfG7dnXkCjU2DWu8IPJmHMcY1YZbsPrYtfQ0idFkxkkQuW+YzZB/B44tRIurAdDKWYEZktfpNQk44knnqB2uVB3t9FrjShUtx4cazSYWDhpL3KllCFvtrKWFbxfbMku5PnzCWjMIo0c1PzYKAxvZdV3hm9fH0eHdXs5GyTw01MPseaJeTZhw8ZdxyZqXAebqPEfxWyC7Itg0ltezl2qUfzvEAaTmZjMEoxmM+5qOf7u9ndtXzb+neiNJhJzy9AYTAiAj7MaD4cH/6NAa9SSVJyEwWQZPHBQOOBr74tCait98q9EFCEvDgxl4FEHZArrczRHnYOXkxe1XGrZSk/ZsHEDRFEk12DCQ1H9dZKbm8vChQvRaDTUrVuXwYMH17jeeNHOJIr+SERQSvGe2AyZi+3d9kFHZzTx1Y7LzN8Vy6h2Ibz5aNXBo5pwNucs4/4cR3Of5szp9IB6bKQeh0U9Iep5eGg63IVMzuI8LT9NP4TJWJ21rQWpTMLwGVE1EjZEUURbaqAwS4NnkCNSmeVaPLs7hQNrY4lo4UWXpyqEiu8n70VbamDIWy3xCLCUC0uLySfuVA5+4S6ENanZoP/J7SsJ3juFrcZmvGF+juc71+LFruFITLDkjf0oVDL6vdwEZ8+qope5zICgll33HbLSoJajmmUNw/BSyiH5KPzYH/QlFt+szq9C2wlwg76Ucv4sv895H01xEXbOLvSb8hZ+tevW6BivRm80s+RAAvO2XaJUb0IQYGjLIKb2qIOr/R1+p0w+Cke+xXBoDUadBLMokCnWo0x0xU7Ix1u4gEQQkSnNyCfuAL8md3b/WLw5CtauJWf+AoxZWXi98gruz4y+rW3pTXqL0XjSDnYm76zGaLwVD3l1oFOt7ng5WMRu7fnzlB07jiIkGIeOHTEaDPz57Zdc2LMdAIMMTvg046isJY/F7GL0+U3sjhT44mFfGpjfo1WoGz3fGoGkuIiwDetRhltMnAtWryZj5ns49eyJ34cfWNuR/eVXIIq4DB6M3NsyuG0qLsZcUoLU1RXJAzwOY0hLw5iff935MldX5H5+151/R9pgMvDmvjfxd/TnpWblpeI0+fB9D8iJBu+GMGoTqCqPdRVrDaQVaFHb5TN790y25xxFmz4YO7fjeIY255ysK0gs5z7CTskofw8G+7jhIJOSlVjELx8cQxBgyFvNcfe/fnDoqeIyvk7KYmNmPoIZdFKB2mYDb6o9afB7MlIXJT6vtrTekzQX8xDkEpTBTgiyat5vzCbY/i6c/hmK0yumu4YSF/Q4S08ZUKlUTJkyBZnszn9ziKJI3F/ZhDXxRKhhcOHcrZeQSgQmPFRVDP78t/OY1FImPnxzv597wYnCUp46E0+uwUiASs5PjWpRx77qNfjlx6/wg8tmdEoBB4kfu4dtQCF7AN8tbPxrqKmoYRtpsHHPEU1GSgzFlJn0eKg97k05mqIUi6AhVYDT3U3Ll0slBLqpic8pJVdjwFFjwOnamrA2bFyHEq2BpLwyjGYRmURCkJsah3+AfwaAXCJHFC2G4L72vjgqHB94IcbG30AQLKUdwFqeAUBE5JOjnxBfFs+6vusIdw2/Tw20YePB56f0PN6LTeOjOgH083KtMt/d3Z2hQ4eydOlSLl68yLZt23j44YdrtG3HjoFoL+ShTyomf3UMHqMja/xBbuPeczwxn1fXnOZyliXKNSVfg9ks3rz0TjUU6YvQm/UU6YowmA0PjqihKwFleZkk/+Yw/nhFxPxdQFtiuKGgAZaMCm2JoYqoUZKvJe1yAQqVjJCGHtbpP00/hK7MyNBprXD3txyLXCXDoDNRkKWptI2Ow2qjUMtw8qjwuPCLcMUvouq1fiOaPDSUnAbtOPJnPMbzxXyx4zK7z8TxSRc7Bkxujqu3HRJp9WKn5JryKKLRXGng8BFPZ9Y0CefJM3GcLtbw6IkYljcKIyKwJbxwENa/DLHbLVk159ZZDIl9G1e7r4D6kQx/fy6/fjKT/LQU4PZiJxUyCWM7htG3iR8fbLrAryfTWHEkic1n05nycB2GtQq6c5nLgS1BKkd+5mfk9iYAwjh1Z7ZdQwSFAtehQ3Hu35+CX1bj8tgg67zSQ4cxl5Xh0KVzjd6pFVIF7fzb0c6/HW9GvcnZnLPsSNrB9qTtJBQlsD/tAPvTDsDJj2jk2YiugV3pGtQVr/DBrL94mEMbvqcgKxLX4zEEANE+Ek40SKQwvzGqEjkl7R/iSOcmuPubOPDoYJxVdoiiSNof7TDm5SN1d7e2xZifj6jTVWlj/o8/YiosxKlXTygXNYq2bCFj2nQcOncm8OsF1mXTXn8DUa/H86UJKIIsQYmGjAz08fHIfX1RhITc3km/DQxpacQ+0hNRr7/uMoJCQa0tm++qsHEw/SCbEzYD4KJ04ekGT1u8iIb/Agu7QeYZ+GUkPLGqkghpopRfk75hZfRKjGYjhvx2GIsaU1TUmPwSJZIICQ+FOjEmwJOOrg6V+ptXsBN+EZDw12+s+2g7Yz6fdd32hR7cx2urT/GGb1sONnHldXcjl5AzriyflQ4SjH4q1Bo9LuUZQOq6blU3oisGZblvlEQKiQcsgobKBSIHQuNhENCSs+vXAyeoX7/+XRE0AI5tSuDI+nhqt/am28j6NboOpRKBOVsvAVQSNj7fHsOcg/FM6n5vMkpqQjNnezY2j+CJU3HEaXT0PRHD4shQ2rpWLmn44tRPOLFexpHcDZSY03j9ncG8P20lSqWtpJyN+4stU+MqbJka94DSHChM5pJCiQGRYKdgHBQ1qxF922gLLdHEAO4RFR9TdwHRZEI0mZAoFKQVaMgp0SGTCER4OSKvLvLAho1yRFEkp0RPRqEGEVCX+2coHmD/DLNopkhfhLPCuSLaxqhBIVHYvDP+o2i1WmLjYvk+7XtO5p1k62NbbX3Bho3rIIoig07GcqCghHdq+fFckNd1lz19+jRr164FoHfv3rRo0aJG+zDkaMj67ASiwYxL31o4tL27EaQ2bp1SnZFP/4zmhwMJiCJ4OCiY0S+SnpE+fysw4GTWSWq71sZOfn/MSCshirD/Mzg0H8buBOd74/uRnVTMz+8fvelyTboFoi0z0rJXiFWAuHgwne1LLuBfx5X+E5tal1390TFKC3R0H90AvwgXALSlBjTFepzc1Ujld/d9f/OZdKb9dpaXtF/zhHQ7B8JeosPT7950PdFopmhbEtroPLxeaIJwTTvjy3Q8cTqWeI0eF5mUJQ1Dae3iYPntTq2EP163RIMLUmg3Abq8ed2sDb1WQ3pMNMENm9yJQ+ZwXC5v/36OixkWA+MGfk7M6BdJ8+BbE4euS9pJ+LbTzZcb8A00Hnpn9lkDRJOJ+P4D0MXEoG7cGM+JL2MfFXXb24srjLNkcCTt5HTO6UrzPLM8KXLJRSsTKIl+GyeDBg+pAaf6pXi5ldI3ojsPRzRCcQvfs2aNBmNuLoJMhtynwpg9+/PPMebl4TVpEtLy8Zi8pT+S+cknOD/6aKWsjujWUZgLCwnbuAFlLUsgTf7PP5Mx/W0cunQhcMF867KJT43AVFqC34cfWv1CdLGxlB4+jDIsrNK5Ew0Gq1dJTdGcO0fCoMduulzImtWoGzS4pW3fKgvPLOSzE58BMKPtDAZElHu9pJ6AHx61ZFE3GwF9PkdvNrDi4gq+Of0NxXrLNWRUN6ZIOQQh2QFZSpl1u70b+TKpe23CPKuOl1w6co71s18FJAydMR//OgGIJhHNuRx0lwtw7hlE9ry55C1ZgiK8B8rIQagbeiAbHMGPabksTMkhQ2/J5reXShju686YAA+C1OWD4voyiN5kud8k7oeJ58CuXPCI2WY5pto9QHalPJ+JTz/9FI1Gw4gRIwgLC7sLZ9ryLNj540U6DK1NZMeaP7s+3x7DnK2XmNS9NhMeiqjy94NGrt7IyDPxHC0qRSEIzKsXxEDvqvfYcRun4fPbWobtMXO0gSePL9uCWv0AvGfY+Ndhy9SwcVt07tyZJk2aMG/evLuzA5lFLHI2mzHaud79wS6TEQqSLP+296pW0AgJCeHll1/m5Zdf/tu7M+blYczMQubpgY+XF6U6IxqDieT8MkI97B+YqPVdu3bRpUsX8vPzcXFxud/NeWAQBIF169bRv3//O7K9ml5PJrNIar6GAo0l8sfVToG/i/q2ojPvBSNHjiQ3L5e5S+eiM+rAAVxULgCoZeobr2zj34Nohmp8UiSChPfbv49SqXxg7nk2bDyICILAqsa1+Dkjj2G+1UQqXkWjRo3Iy8tj165dbNy4ERcXF8LDb54FJfdQ49wrlILfYincHI8ywgV5NSVqbNwfTqcU8MJPJ0jJt0T4D2oWwLTe9XCx+/sldpp4Nan099GMozTxbHJ/sjaMOji7Bkoy4fQq6DDp3rfhBiScyaEgU0NYYw+rqOHmZ49vuDNewY6Vlh04pVmVrAiVvRyV/b05rz0b+tI61JXYb79BWiRi8m4IlJeySy2xlrm6FrPWSOmxDMwlBjTncyrVtAcItVOyvlltnj4Tx/GiMgafiuWLesH09XKBJsMg/CHYPNWSrZF2Em5QWlKhUlcSNLIS4ji0diUPPzsBlf2tB5e1DnNnw/j2LDuUyOytlziXVsSgBQcY1CyA13rWvXfm0+uehZwYeGjaPdmdaDDg0LkT+uRkNKdOkTRyFHZtovB6+WXUjavPlrkeJTojyZmO5KW2Jy0tGVF+FlNpGGqdQOvkfMLT7IgONHGwYR7ekXNo69OZgXV7EOXb+rbvGRK1GkVAQJXpnhMmVJnmNuIpXJ96EgyV/W983nwDY14eMu8KUUSiVqOMiLBmblxBGx2NuagI4aqI/bJjx8mcMROHLl0qiRqxj/bGmJND8JIfUDe0XEOaM2co/H09qvr1cRnQ37qsPjERQaUGk+nWTsBd5JnIZyjUFfLDuR945+A7OCoc6RbcDfybwWOLYOUTcGIpl0QdE4xJVhNwozyQEpdhGNQNqWOnpPeOxdQ/fIwNQ19hc4aZDafT2Xw2g8ebB/Be/0hkV93rardqQHiLx6jdsAn+dcp/VwkU/B6LucRA0e/fUHZoIwD27UNwHRKJItgFQSLwYrA34wI9+TWrgAVJWVwo1fJtSjbfp2TTx97A8xkbaHz2eygXXQCI3w0NysWaiKpeNnFxcWg0Guzt7Qm5ixk7ddv44hvuXG15v+rQ6C1jP/V8nehU24M5Wy/x2fYYTGbRKmic2p7MpSMZRA2oRWB1mSr3AXeFjJ+b1GL8hUQ2ZBfywvlEUrV6XgzyqvQ99+2jM/nxkhTjvlW0PJfN6mEP0ffHLTg73nm/Whs2aoItdPxfREZGBuPHjycsLAylUklgYCB9+vRh+/bt97tpFcjtAAFvowF/lcfdHQAVRShMBrPRIqY4+la72NGjRxk3bpz1b0EQ+PXXX29vlzodICIoFHTt0oXaPk40DnSlboA74RG1ef/99zH9zReikSNH3nDQvXNnS3ry9f4LCQmhbdu2pKen4+z84D587kd/Tk9Pp2fPnndt+9WhM5qIzS6hQKNHQMDPRU2A698TNBISEir95s7OzkRFRbF+/frb2s7Jkyet04xmI6++9ypvzH0DnVGHVCK1DVz/V8mNhYyzoC2qdratX9iwcXPkEoHhfu6VzMGvR6dOnWjUqBGiKLJlyxbM5huX1bmCfWtflOEuiAYz+T9fQjT9p5K0H2g8HZUUlhnwd1GzZHQrZg9ufEcEjWvZFLeJMX+OYfLuyRjM1zfNvmvIVTB4KfT5HNpPvPf7vwmhjT1p1ScUZ6+KQSuvYCcGTmlO24GVxcPrlXm6l7g5qGg5aTXn+m6iU49BmAxmVn90nFXvHSXtcka160gdFLgNroPb8HpVBI0reChk/NIknJ4ezujMIuPOJfB1UhaiKIKDFzz+Awz5CfrMqzB21xZd9z0AwGw2sfGzj4k5fIDlb00hLy31to5ZJpUwsl0oO6d0ZnALy4DqmhMpdP10F4v2xWM01ex+WC127tbo7+silAfiOVcdpL9bSFQqvCZPptaff+A6fDjI5ZQdPETCkKEkP/8CupiY665bUKbnz3MZPL7qTZov6k3j91bx9KIjzN8VS3K2AolopnEaDDsuEJ5m8X8MdArEXmZPmamAbam/8sL25+m4qiNT90xlS8IWSvQl193fnUAQBARF5fufc9++uI8cidShwqPSuU8fwtb/jvfrr1VaNmjhdwR+83Wl0k9yXx8cu3dH3axppWVN+fmIZWVIrhLZtOcvkP/jjxRv3Vpp2aSx47jcqRPaG5zve40gCExqPomBEQMxi2am7pnKofRDlpl1epLcwSIc1f5rFU0yLmGSulDkNpZCn/foFtie1U1qsatVXZ4O9CKsIJ3Xz6xh04QOPFTXC5NZJKtYV0nQANBezqd5YQRul8yV2iH3NWBI2Yv27HEkjo4EfPkFPq+9jDLUtVLJS4VEwmAfN3a0rMPKxmF0UpswAb+WyunhOICB9WayNbAP5o5T4cXjFYLGdfDx8eHhhx+mffv2NfYaqymF2WUY9BVjNlcLGqIoklWs5XhiHrsvZVdar++X+6g3fQsPz93D2KXH2H0pB7AEMArA850t2UY5KcVkJRaTfC7vjrb776KWSvi2QQjPBVr8nmbFpfPqpRSM5srvjU9NfIdT/3sKgxRaXCzg9yc6kFOQXd0mbdi469gyNe4wO3fuRCKR0KlT1RTW3bt3Yzab6dKlyx3fb0JCAu3atcPFxYWPP/6YRo0aYTAY+OOPP/jf//7HxYsX7/g+a4rJZEIQBMvDRiIBudqSPqgvvfkL5N9Bkw/aAkAAl2DLvq9Cr9ejUCjw9KyZSV9NUAQEYHZ3RyivLTh27FgmvvYWCZkF7N3+B2+99SpSqZRXX331lrd95TzejLVr16Ivr/WZnJxMq1at2LZtGw3K02ClUikKhQKfq9KAHzTuVn8WRRGTyVSl5uaVvnCvz0lxuX+Gqdw/I9jdDnvlnbstX/ndCwoKmD9/PoMGDeLEiRNERkbe8rZEUSRfl09WaRZmlRknlROuKle87LxsRtD/RUQRDBoQTTeM1rRhw0ZVLpZqOF5YxhO+brck/gmCQN++fVEoFHTs2LHGH/GCRMD1sdpkzjuOPrmY4t3JOHUNuvmKNu4Kp5ILaBzoAoCvs5rFo1pSz9fpjj7/r8VF6YJMkOGqckUq3KOSgKdWWrL5Gg22/O0WavnvASSihTeeQdVnODzINGjWDgCpXEBpD1J0JC+cQubg8TRt1rrK8qraNy/XZCeVsDAyhOkxqXyfmsM7sWmk6PS8G+6PVBCgXu/KK2ydZikN02ceRHSvsj2JREqv8VP49dP3yE9LYflbk+j90quENG52W8fs4aDk48caM6xVENN/O8eZ1EJmbDjPqqPJvNuvAVFh7jffyLW4BFoGUctyr7+Mnbulpn9Ay4ppRWmgdrOIdncRuZcXPtPewn30KLLnz6dw3a+U7NyJy+OPo4ywlLGJy81m1dkdXMzMIjOtsbVUl13ICaTqFAR1PIGObWkV4k59iYB+TzxlmRYBzCe8Ng+Neg6f8Nq8atJzJOOI1Wg8R5PD5vjNbI7fjFwip7Vva7oGdaVLYBc81B7XbfP9QN2oUZVpDh074tCxY5Xp4du2YiooQO5bEfSoqlsH97FjUYRWvk8JggASCVLH65c/uR8IgsC0qGkU6YrYlrSNqbunsvDhhXx84isOp+5gkrMjowqLmZGTT5r/60TUf5Sn/dwryj0BLkOGkPv9Ikr37yfckM/3I1tyPDEP1/QycldcxK6RB0WBDiw/nMSoJv5gNGMuMWDWmygrKcW0fzc5n74Kooiyfj0C5i2pkkFjpSQbynIQvOrR2c2JzpGBnPu6FwuCnuBXj84ccGnKAZemRNgpeV7vykCTGdUNRGRHR0fatm17p08rpQU6fp3zF/YuSh59oRGbY7I4l1ZEUl4ZSbllJOWVoTFYBA9vJyWH36jIIlHLLc9XJ5WMYHd7dAYTl8p9skRgwa5YJjwUQf32/vjXdiWw/oORpXE1EkHgnXB/AlQKpsWksjQtl1StgW8bBGN/VVnsJ//3Bl+Ysun4zRZaxBjY/sSjPPzTZlxdb+MebMPG3+D+h5r8y5BIJOzcuZPdu3dXmr57926r4HE3eOGFFxAEgSNHjvDYY49Ru3ZtGjRowKRJkzh0yKLajx49mt69K7+IGo1GfHx8WLRoUaVpL774Ii4uLri7u/PWW29xtfWKXq9n6tSp+Pv7Y29vT+vWrdm1a5d1/g8//ICLiwsbNmygfv36KJVKEhMT2bVrF61atcI+pCku9TrSrsvDXI6/jNFsBGD9+vU0b94clUpFWFgY7777Lkaj0brdgoICxo0bh7e3NyqVisjISDZs2ADAO++8Q5MmTSoOzKRn3qcfEtL6UXD0AYWdNcPhgw8+wM/Pj9rltTZDQkKs5YGupC4OGDDAmtWQkJCARCLh2LFjlc7dF198QXBwMNfa0kjUaoTy39nOzo66oYE0qB3O0JFjiWrfiXXlWSBz5syhYcOG2NvbExgYyAsvvEBJSUUETHXncdSoUSxZsoTffvvNGoV/9bkHcHNzw8fHBx8fH6tg4+7uXmnarl27EASBgoKCKvuqU6cOdnZ2PPbYY5SWlrJkyRJCQkJwdXVl/PjxlTJNbtYXbpea9OfqsggKCgoqnZMrx/nHH3/QokULlEole/fupXPnzrz44otMmjQJDw8Pune3fIRdm6WTkpLC0KFDcXNzw97enhYtWnD48GGg+oyZl19+mc6dO1/3uK5sXxRFsoq0xOeU0qZeEJvXriTCy4Hs9BQEQeDnn3+mQ4cOqNVqWrZsyaVLlzh69CgtWrTAwcGBRx55hOzsm0dDXPnd69aty6xZszAYDOzcudM6f8uWLbRv3956rffu3ZvY2Fjr/NDyl/qmTZsikUjo8VAPTKKJ6ROm89ro1/Bz8EMmkdG5c2cmTJjA1KlTrf3vnXfeqdSWixcv0r59e1QqFfXr12fbtm1/KyvKxn3GZLAIGmAtKwgW8SuzNJPX975OruYGgwM2bPxHMZhFJpxPYnJ0MvMSM295fZlMRu/evW9YW7ba9VyUuPS1RAgWbU9Cn3Z3I25tVCWrSMuzPx6j31f72RWdZZ3eIsTtrgoaAG3927Ki9wrebvM2kmrKBt5xordYSvX8Ph5yLt/9/dkgtJmenl6v46k4ytCf03hz3RmKtdfPyjHrTZQcTq/yHQMgFQTei/Dn7VqWiPeFKTmMPZuA5tpsCF0xxO2GohT46TFYOw5Kqz77vcPCefL9ufjWrouutJS1H7zD8Y2/VbvvmtI0yJVf/9eO9wc0xMVOTnRmMUO/PcSEFX+RUai99Q26BIJfk+v/5xIIga0qMlRMRlg53OLFkXXhto/jVpD7++M3axZhGzZgfHIov9q78/ra03T9dBevvfEJf56aybHi5VzMsGTO1PK0p6XrIB4PepXfnxnF3qldGeWZRcEv8ynLzEDl6ET3ceN5Yuan+IRbvosVUgXt/dszvc10tj++nWW9ljE6cjQhTiEYzAb2pe5jxsEZdP25K09uepJFZxeRUJhwT47/TiJ1dkYRHFwpM0TduDFekyfhMrByhkCtP7ZQ9+yZu2r+fbvIJDI+6vgRHfw74ufSiEEbhnA4dQciAu8H9GendwcUopklF2cyzbGokqABoAgMxL5DF6TeDclb+TMAzYPdcMs3oDmVjeZcLl/siOGz7TF0XrCfXZ28cJnSnLWzv+WbF0aSaFIj8/DAZfBgQlasqCpoGLRwdi0sHwKz68DGKRXzHLxo8NhnfDngBY60jeSFQC8cpRJiynRMik6m5aHzzEvIIM9g5E4jiiL5pXpOJRfw+6k0vtp5mamrTzH024O8sPAIBp0JXZkRQRBYeTSZ7/fFs/V8JtGZxWgMJiQC+LuoqeXpgOmqLIbZgxtzavrDnH6nB93re3Mpq4RJ3Wtz+p2HebFLOHO2XuLz7THkquC3wkJQPbi+g2MCPFkUGYJKIrA9r4gBJy+Tpav8TBk/YS6HJgxEJ4NGccVsG/YIeSXXz9yzYeNuYAuvrCFXIt+rQxAE5OVGU506dcJkMrFz505MJhPt27dn37597Nmzh44dO1ZRk6+3XYWi5qnneXl5bNmyhVmzZmFvb19l/hXPhDFjxtCxY0fS09PxLY9K2LRpEyUlJQwePNi6/JIlS3jmmWc4fPgwx44dY9y4cQQHBzN27FgARo0aRUJCAitXrsTPz49169bxyCOPcObMGSLKo0XKysr44IMPWLhwIe7u7ri5udG0aVPGjh3LisVfo8+J58/T0SQUJuCsdebE3hM8+eSTfP7553To0IHY2FhrSai3334bs9lMz549KS4uZtmyZdSqVYvz588jlVbzIBBFi4+GaLa8eDp4W2dt374dJycntm7dWu2L9NGjR/Hy8mLx4sU88sgjSKVSPD096datG4sXL65kzLl48WJGjhyJIAiY9XoEmcwqZlyNIAj4u6ooMxhRKFXkFRUiiiISiYTPP/+ckJAQ4uPjeeGFF5g6dSrz51cYnl17Hn18fNBqtRQVFbF48WLAImLcCcrKyvj8889ZuXIlxcXFDBw4kIEDB+Li4sKmTZuIi4tj0KBBtG/fniFDhgA16wu3Sk37860wdepUPv30U8LCwqzrL1myhOeff579+/dX2xdKSkro1KkT/v7+/P777/j4+HDixIkal/u4HmazSFJeGYUay0uBgICno7KSkfzbb7/NvHnzCAoKYvTo0QwbNgwnJyc+++wz7OzsGDx4MNOnT2fBggU12qfBYOC7774DsN6rAEpLS5k0aRINGzaktLSU6dOnM2DAAE6ePIlEIuHIkSPWTJ/Q2qFk6jLxsffBUeFIgaSg0j6WLFnCpEmTOHz4MAcPHmTkyJG0a9eO7t27Yzab6d+/P0FBQRw+fJji4mImT578t86jjfuM0VL/HZmqUhacwWTAJJqIyY/BRelyf9pmw8YDjESA/t6uZOmNPOH796PZzp49S3R0NAMGDLhp4IxdUy8053LRnsslb1U03uObItyC6auN20MURX45lsJ7G89TpDUikwjE55TSuc69bUdt19qV2rQxfiM9gnvcHY+NiIct//k1e2CzM/5tNGzXluLIHSzavB/dSQk/HU5i58UsPu8qo0XryhUERJNI9vxTGDJKEQQB+1ZVM5UFQeD5IC98lXImXEhiU04hj528zNKGYbgryocQlI7w/H7Y+b7FBP70Kri8HXp9DA0GVggAgL2LK4Onf8C2777i3O5t7Fr6HTnJCXQb8wJS2e31QalE4InWQfSM9GH21mh+OpzE76fS2HYhkwkPRTC6XegtGVvfEnlxljLHJj2o7m45X1EUScgt40h8Lofj89iVswBD4AF0e4rR53bBXq/hwwPbUO0zcbS5C97P+BLVPBIPByXQudK2arWMwm7FEiJataXd0KdQO1w/Q0kiSGjs2ZjGno2Z2HwicQVx7EjewY6kHZzJOcOp7FOcyj7F3ONzCXMOo2tQV7oGdqWBR4N7I57eQwSJBB7AqqoZ2jKmHVvMofTjYC4FQK9qRPOwMYyPaEmUvRSW9kdIPgQ/PQ5jtoFjxdiIaBKReA3Bzk2g+I/ZeL00HolKhV2kB4JUQF3PnfaFpRyMzSU2u5S3dl/m82MJtCoSCRKNHN6+n1G//Yrs6vEIsxmSD8GpFXDuN9AVVswzaixCx5XsphBLtpmfHKaH+zExxJuf0nL5LiWbVJ2BD+Mz+Cwxi2G+bjwb6ElwuSizb98+7O3tqVevHipV9ZlSRpOZ9EItibllZBVrGdisonTc04uPsudS9QGCggAfT+6ISiFD5SCnV6QPjfydCXK3I8jNjmB3e/xd1NXeWwJcLWWqqjMFn9KjDgqZhDlbL7HqaDKpBRrWnkjhtZ516d/E/4Es29vT04U1TeQ8dSaO08Uaep24xPJGtahtX3HOn312FmsdAgn56DMO1injo18Gs2bAYoJdqi/9bsPGncYmatSQ999//7rzIiIiGD58uPXvgwcPArBnzx727Nljnb5nzx4SExMZNWqUddq8efMoKyurss1ro5xvxOXLlxFFkbp1695wubZt21KnTh1+/PFHpk6dClgG5h9//HEcHCrqSQYGBjJ37lwEQaBOnTqcOXOGuXPnMnbsWGJjY1mxYgUpKSn4lUcrTJkyhS1btrB48WLreTIYDMyfP5/G5SZmeXl5FBYW0rt3b2rVjYRMAa864WTIZBjMBmbNmsVrr73G008/DUBYWBgzZ85k6tSpvP3222zbto0jR45w4cIFa4ZFWFhY9QdalmOJHEKwlEW5+oXa3p6FCxdeVzS6ktng4uJSqRTRmDFjeO6555gzZw5KpZJTp05x8uRJ1q5daznelFREnRZ5YCBSh6oGeAJw8eheDuzZwfBnniO/zFDJmDw0NJSZM2fy/PPPVxI1rj2PAGq1Gp1Od8dLJRkMBhYsWECtWpZIzscee4wff/yRzMxMHBwcqF+/Pl26dGHnzp0MGTKkxn3hVqlpf74VZsyYYc3GuEJ4eDgff/zxdddZvnw52dnZHD161Coc1cSU9WakF2op1BgQBAE/FxWCQJVa6lOmTKFHjx4AvPTSSwwbNozt27fTrp3lxe+ZZ57hhx9+uOm+2rZti0QiQaPRYDabCQkJqSRgDho0qNLy33//PV5eXpw7d46g2kHIHS0fme7u7oQFhhFsDkYqqT6ipFGjRrz99tuA5Z745Zdfsn37drp3786ff/5JbGwsu3btsvbbWbNmVflNbPyDMJSLGvLKvkhyqRxPO0+mtpx63b5iw8Z/Gakg8EKQF6P8PVD/zdr8RUVFrFu3DpPJhKOjIw8//PANlxcEAdcB4WQmFmHMLKNwayIuPW0DzneTpNwy3lh3hn2XLXW1GwU489GgRtTzvb9lTOafms/Xp75mW+I25naee2cGU1KPg29Ti9AtkcCwlXCfnwMqBzlSmQST8foBKVKZBJXDfTBPvws4Orvx0tA+NK6Txow/LhJRtIcWm+dy+GBvmr+4FFl56RBBKmDX1JPi/QakbjcuBdzf2xUfpZyRZ+I5XlRGnxMxLG8cRsiViG+FPfSYZal//9v/IPsirB4NZ1ZD73mVBlBlcjk9nn8Jz+AQdv+4iJK8XIQ7MPjtaq/gvf4NGdoyiOm/neVEUgEfbr7Iz8eSeadPAzrWvnOlhq141oYXDkP2BXC6KoK/LA/s/l7AmdksEpNVwoHYDH6M/YgcQzRFsS+D2TKQKHd1R2knwdNFz6MNwmhrp8M9KxL9saO0PZKAcGYs5iefxPTMaFKSE4g5fICHnnkeQRBQOzgyet63KO1qZnp8NWEuYYS5hDGm4RgySzPZlbyLHck7OJJ+hLjCOOLOxLHwzEK81F50CepC18CutPRpeXeE0/84Z4pK+eDMr5xK+B6J0TI4LyoC6RLxPMMCI1h48mMilA0R5B4wbAUs7IY+x0zR3N8QgqNwf9pSqkuQCihDXdGcuYyoFyjasgWX/v1RBDqiCLQIXo8EOtKtnhfr/kpl9m9/kVEKG6TBOAc9QweNmoxsgYCru/yvz1kEzis4BUDjIdBoqOW6uQGOMinPBXnxTIAn67MLmJ+UxdkSDYtSc/ghNYdHPV0Y4+vC7t27MRgMeHl54e/vD8Dvp9I4HJdrKROVV0ZqvsbqBSEI0LuRn1WI8HSw3L+8nZQEudkR5GpHkKOaYF8HAt3scPext3qKjGx36+9JV5uCX82EhyIQRZHLWSWoAFmWnkVLz/LjwUTe6duARgEut7yvu01zZ3s2Na/NE6fiiNPo6HMihh8ahtLGpWLMa+Dw51gdGMDW2OkgSaXPr31Z1+83ark+eNlNNv592ESNfwFXosxr8kEyZswYvv32W6ZOnUpWVhYbN26sYrwcFRVVaVtt2rRh9uzZmEwmTpw4gSiKVmHhCjqdDnf3iohDhUJBo6vqWrq5uTFy5Eh69OhB9+7d6dauBYMeH0TdkAikUgXHjx/n6NGjzJo1y7qOyWRCq9VSVlbGyZMnCQgIqLLfKhi1lvqmAConrg2paNiw4S1lwVyhf//+vPjii6xbt46hQ4eyaNEiunTpQkhICKLRiGjQI5rNVi+NK8yfP5+FCxdaM3IeG/IEz018lbQCDUcP7OHTjz/i/PnzFBUVYTQa0Wq1lJaWWjMUrj2P16Nnz57s3bsXgODgYM6dO3fLx2hnZ2cVNAC8vb0JCQmpJHh5e3uTlWUpmVDTvnA1zz33HMuWLbP+fXW5rSvcSn+uKVdn2Nxo2tWcPHmSpk2b3rFMmKLyzAyDyYxcKiHI7fr+GVf/5t7elo/Bhg0bVpp25Xe4EatWraJu3bpcunSJl19+ma+//rrS8cTGxjJt2jQOHTpETk6ONQvl2MVjSHwlZGsqR7DcaJD62n7q6+trbWN0dDSBgYGVhLhWrVrdtP02HmCuiBqyyqKGIAjIJXJa+dp+Xxs2rkZvNiMTBKuI/XcFDQAnJyf69evH2rVrOXDgAO7u7jRv3vyG60gdFLgOiCD3x/OU7ElBXc8NZcjdjTL+r/Lz0WTe/v0cGoMJpUzC5IdrM7pdaBXz1ftBE88mKKVKWvq0vDPvW/vmwrZ3oeub0PEVy7QHQNh2dFMxfEYU2pLrl2FSOchxdLu7ngj3kkO/xnL+zyQ+6hdGSeImzKkChRJnq6BxBYcOAdi39EFid/MB5ygXB35vFsETp2OJ0+h49HgMPzYMpZnzVRnVAS3g2T2wdw7snQ3Jh6vtA4Ig0PzR/ngGh+IVWgtJdVn3t0mkvzOrn2vL2r9S+XDzBeKySxmx6AiPNPDhrd71rFHUdwx7d7BvX/F3+ilY1BM6TIT2k6v4OV4Pk1lkd+wlVl/cREqekeTExuSXWfqsfa0YJIoClPbJNHZvTatQNxoHR9Ik4DU8HSrEUbHTEsoOHiRr3mdoT58m5YdFbNuxiXQHS98ObtSEiFaWihG3I2hci7e9N0PqDmFI3SEU6YvYl7KPHck72JuylyxNFquiV7EqehWOckc6BHSga1BX2vu3x15eNQv/n4LM1RVBoUC8UQUPhQKZ6829a24Hg1lkc04hX0XvJTFlEXL9ZSSAROZKzzpjmdZ4KHYyGUM3DiU1M4lvV8zlhW4v4RLkBU+uRvhmBNrCenAxF1GrQ1BZxi3cn6pP3qIDlG65SMGKlbhcU14ZQNCU0Wbpp3yzbTubQ6JY1ehR8qUKMmQiR346gP+UZghO5ZH5tbrCxU1Qvx80HgrB7Wp8LVxBLhEY6O1KPw9nNqTn8U1yDie0WtZnF7A+uwBFvS4oEkt4zatCNN11MYu1f6VW2o5CJiHQVU2Qmx0lOiNuMss40FuP1uO9/pGoFZb7z4k/EjmzK4UOL/rj7l81QPVWmdj9+mNWL3WzzIs/n8umz09RJhH5KrGAfl/tZ3DzQF55pE55ltWDQ4hayfpmETx9Jo5jRWUMORnLZ/WCGOBd0dcf69ibdFUx355/H3uNhm1j+yOfs4qgIFvwjI27i03UqCFvvPHGdedd+zHwyiuvWEtOSaVSTCYTHTt2pH379lWWvTpa/3aJiIhAEAQuXLhQpcb/tYwYMYLXXnuNgwcPcvDgQUJCQujQoUON92U2m5FKpRw/frxK6aerB7/VanWVY128eDETJkxgy5YtrPp9PW/N+pStW7cSFRWF2Wzm3XffZeDAgVX2qVKpUKvVVaZfjUQisQyG55eXnVI4YBCqPgyqK2dUExQKBU899RSLFy9m4MCBLF++3OrDIchkKGvXRtRokMgrfxgMHz6cN998E6VSiZ+fHxKJhPicUi7FxtG/bx+ee/ZZZs6ciZubG/v27eOZZ57BYKj48KruPFbHwoUL0Wgsg4xy+e1Fw1y73tVl1a6edmXgu6Z94WpmzJjBlClTqp13hZr25ytlNq4uHXX1ubua6n73m/WFGve5q6hu/6IoklGkJatIiyAIKGUC4V4OyMsHNapb5+rzfuX3v3ZaTcpgBQYGEhERQUREBA4ODgwaNIjz58/j5eUFQJ8+fQgMDOS7777Dx9eHnNIcOrfqTLGmGEEQcFPVXNC5UV8RRfGBTKm18Te4TqaGDRs2que92HTOlmiYVzewSk3rv0OjRo3Iy8tj165dbNiwARcXl0oBCtWhbuCOXXNvyo5nkvfzJbxfaoZEef8HoP9tOKnlaAwmosLc+HBgI0I8HpzBvHb+7dgwYAM+9nco69fOAxChKN1SBvYBeuY7uqn+VaLFzXB0VyGaRQrTy+g27lMuHOtJi4gKc+u8rFQEQYKrpy/CVYKGaDTfsBxdbXsVm5rV5snTcZwu0TDo5GUW1A/hEc+rRFGZErq8DvX7Wky17cuNpEURSjItPoflBEVWZKGLosiuJd/hX7c+taOuEgluA4lE4LHmATzcwJt5W2NYcjCBLecy2Bmdxf+6hDOuYxgq+V26351ZDYZSSD99w2ugVKdjffRhUrLtOJtk5lhCPhr5aewCl2LSeVJWVh+1XErzYFe8fcbRxN+XvkOicFZdX4wQBAH7tm0JbNmCg5/P4fjhfZgEQBRp1LYTgQ1uHiR3uzgpnOgV1oteYb3Qm/QcTj/MjuQd7EzaSa42l03xm9gUvwm5RE6UbxRdg7rSObDzA2c0fjPkfn7U2rIZY35+penmkhJSJ07CrnVrPMe/eMe9N3L0Rpal5fBDwjnKsn5CqTmKHJBIlPSp/RSvNx2DnaBGkFuu3487fszer9fROa85W8pW0++5UajdwpANn4Pzwq9RchK2dYFHPwVBQKKQ4vLYILK/+grNqVNoL1xAVa+edf/a6GhSJ7yEPjERhVzOuCHtebGxhIXbz2K+3Ii0TCXR69Zi6v4khRoDbRsMgHp9QVEz8UxrMFUy4X6qTbD1O/mVNadZe8IiVCgcZJhCHDD52qF3tfzX8Ug040O9eczbjYcbeOPvqibQzY5gNzuC3O3wdlQhkVS9Fl3tK4JcjXoTFw+mU5KvIy2m4I6IGjUhqLYrXiFOOAfaM1DQsvZ0GquOJRMZ4MxTUcH3pA23grtCxi9NwnnxQiIbswt5/nwiKVo9LwZ5Wb/zx7cahrPCGflrU2mSUMzZJ/tj+OFnaoXd43qbNv5T2ESNGnIr0f0HDx5kz549dOnShU6dOllNwqVSKZ06Va5pejtZA9fi5uZGjx49+Oqrr5gwYUKVwdqCggKrj4C7uzv9+/dn8eLFHDx4sFIprCtcMWK++u+IiAikUilNmzbFZDKRlZV1S2LIFZo2bUrTpk15/fXXadOmDcuXLycqKopmzZoRHR193fI+jRo1IiUlhUuXLlWbreHp6UlGehqivgRBIgWXIE6eOnXL7QPL4OzVZthXGDNmDJGRkcyfPx+DwVBJgBEEAaGaqBdnZ+cqxxToZsfvv57EZDQyZfosAtwsv9fPP/9co/YpFIoq7buSdnkvuZ2+4OXlZR1Qvx417c9XSoWlp6fTtGlTgEqm4X+XRo0asXDhQvLy8qrN1vD09OTs2bOVpp08ebLS4L4IFGuNZBVZDAvdPTwxl+ZbX9RiYmKqLT93N+jUqRORkZHMmjWLzz77jNzcXC5cuMA333xDk9ZNSC9NJ2l/EgAqmYpwl3BydJZyGdVdD7dC3bp1SUpKIjMz05p5cvTo0b93QDbuH6JoyYTTl1USNURRJEeTg9aoxWA2oOK/M4hkw8aNyNYb+Ck9l1KTmZgy3R0VNcByf8/Ly+P06dP8/PPPjB492nqvvR4ufcLQxRZgytNSuCkO1wG354NlowK90czlrBLq+1mipx+J9GHp6Fa0D/eodlDlfnO1oGEwGVh2YRlP1nuy5qVizOaK6NtmT4FHBARF3YWW2rgV6kT54BXshGeQpXRMvRYPWeeJZjOJS8YRVHqGI+3n0KrbYwBoYwvIX30JtyF1bpi55aWUs65pOGPPJbAjr5jRZ+N5L8Kf0QHXlHfybmD57wrnf4N1z8FD06D1c1UyOC4fPciJzb9zYvPvtHlsGG0GDavWp/BWcFLJmd6nPkNaBjL9t7Mcjs9jztZLrD6ewvTe9elW/8b3yNui+wzwaQS1ulSIGkY9JQYDp9M0HInP40h8HqcMnyCxv4Q2fQCGgtYAOErDcRYbUd+nKc/2aEOjAJfy74XWNd59wqkT7Fj8DfnpqSCAt5cPLf1CqfPyVOsypYePYNesKcJtBsHdDIVUQYeADnQI6MC0qGmczj5t9eFILEpkb+pe9qbuZcbBGTT2bGzx4QjqSrDTgzeIWx1yP79qRYtaf/5RbQnqv8Op4jK+T8nmt7QUZIW/oi7eihITAhIeCevHK83H46H0IOeHs+THF+H7SgukzkqCnYIxtO9Mwp/RnDVcZO/uKczrMg95UCsch2bAz2vhWCy4BkO7CQDIPDxw6t6Nok2byV+xEt8Z7wJQsGYNGTNmIup0yLzcCRgSgTr9bYgv4GXgT+lQzhZo2LpDxgFdcw7G5dIhwoMpD9ehcaBlbOTaKgxbzqbz5/lMkvPKyv0udJWOu1s9b4LcLesGuNohlQgElGdb+KuUnD9wgpwADzJDg0jSG3glOoUP4zIY7e/ByM61Kjx/aohMIWXgK82JOZpJw84BN1/hDiGVSXj8NUvliIeB4e2CWXYoiWEtA63LFJTpcbH7++OFdwq1VMJ3DUJ493Ia36RkMysunRStnlkRAcjK33NGNOnFzikmCqa+SmiWnpinB5G/4DtaRLa5z6238W/l/uc//8u4ImBcETTA8rF5xYtg9+7dd2W/8+fPx2Qy0apVK9asWUNMTAwXLlzg888/p02byjeQMWPGsGTJEi5cuGD1sLia5ORkJk2aRHR0NCtWrOCLL77gpZdeAqB27doMHz6cESNGsHbtWuLj4zl69CgfffQRmzZtum774uPjef311zl48CCJiYn8+ccfXLp0iVqhfqQUJ/O/V/7H0qVLeeeddzh37hwXLlxg1apVvPXWW4DlHHbs2JFBgwaxdetW4uPj2bx5M1u2bAGgc7sosnNy+Xj+EmJzDXz1zUI2b958W+cyJCSE7du3k5GRQf5VkRj16tUjKiqKV199lWHDhqFWqzHrdNWaTN8IuVRCi4b1MBqNfPHFF5y6EM2PP/7I119/XeP2nT59mujoaHJycq6bnXC3ud2+UBNq0p/VajVRUVF8+OGHnD9/nj179lj7y51g2LBh+Pj40L9/f/bv309cXBxr1qyxeuZ07dqVY8eOsXTpUmJiYnj77bcriRxagwmN3oTeZEYiCAS62tHtoa589dVXnDhxgmPHjvHcc8/ddmbN7TB58mS++eYbUlNTcXV1xd3dna+/+Zp9p/axb9c+Ppn+CQCeak8UUgVeXl6o1Wq2bNlCZmYmhYWFN9lD9XTv3p1atWrx9NNPc/r0afbv38+bb74J3NkyYzbuEYIAzgGWurhXDX7pTXrytfnk6/KR2F4vbNiw4qmQs71lHWaE+/GQ+533UhAEgb59+xIcHIxOp2P58uU3FcwlKhmuj1mCREoPZ6CNzrvj7fovcTK5gD5f7OOJhYfIKakYoOlY2/OBFDSu5fV9rzPn+Bze2l+D9yhRhOM/wA+9LIavV7AJGg8EMrnUKmhcS1FBLi6aZBzFEqZvz+b5ZcfJLtZRdiILU76Oou1JN92+vUzK0oZhDPd1wwy8EZPKzNg0zDf6Hrrwu8Ug+I834PvukHm+0uxazVvT/NH+ABxcvYL18z7EoNVWs6Fbp46PIyvHRfHFsKb4OKlIyitjzNJjjP7hKAk5pXdkH1YEARo9TonMhV3RWczYdJglnzcnZm4t3li4lnnbYjgQm4uhLBBM9tTzUzG9d302jG/Pybf6s2/kT3zbdwrNg92sAVA1xWwyseOHb8lPT8XO2YWe/5vE8M+/o87rb1qX0cXFkTRqFLGP9qZw/QbEGmR9/x0kgoQmXk2Y1HwS6/uv57d+v/FSs5do6NEQEZGT2SeZc3wOvdf1pv+v/fn8xOeczTl7y9/WDwLXChq3e271ZjPrMvPpffwSPY6eY/2l5TikTcaueAsuRjUviCP41W8JH3eYgaedJ4JUwKwxgtGMLr7iOy28bRPUz4ezxfMAe1L2MG3/NMyi2ZJF1aPc93LrNDi71rqO67BhABSuX4+puBjthQukv/kWok6Hfbs2hHa6jDp7LWgLwNEP2r1Mi2dHIYrFlOhKsTfpkUoE9sbk0O+r/bSatY0un+6kwdt/kJKvse7nXFoRa0+kcjQh3ypoOCplNPBzoldDn0r3kuc6hRE98xF2v9KFH59pzdBwaGZK4onSJE62i2RmuD8BKjm5BiOfJGTQ/OA5Xo1OJq6sslBSHWZzxX5U9vJ7KmhUR/NgN+YOaWItUak1mOjz5T7GLj1GYu4dvlf9DSSCwLsR/swM90cAlqTlMupsPKVXBUF26dYH49y55DkIBGebyH/2GU6eOXL/Gm3jX40tU+MOYzabKwkaV7jyd01KxtwOoaGhnDhxglmzZjF58mTS09Px9PSkefPmLFiwoNKy3bp1w9fXlwYNGlgNnq9mxIgRaDQaWrVqhVQqZfz48YwbN846f/Hixbz33ntMnjyZ1NRU3N3dadOmDb169bpu++zs7Lh48SJLliwhNzcXX19fXnz6MZ4Z/DCJuiKadWzG+vXrmTlzJh9//DFyuZy6desyZswY6zbWrFnDlClTGDZsGKWlpYSHh/Phhx+CaKaej5r577/O+18uZuZn3zNo0CCmTJnCt99+e8vncvbs2UyaNInvvvsOf39/EhISrPOeeeYZDhw4wOjRoxGNRnSxsUgUShQhwQiyml9O7aNa8vasj5j/2Vw+/3AGHTt24IMPPmDEiBE3XXfs2LHs2rWLFi1aUFJSws6dO+ncufMtH+ed4Hb6Qk2oaX9etGgRo0ePpkWLFtSpU4ePP/74pkapNUWhUPDnn38yefJkevXqhdFopH79+nz11VcA9OjRg2nTpjF16lS0Wi2jR49mxIgRnDlzhsIyPcn5GkRRRCIIhHnaY6eQMXv2bEaNGkXHjh3x8/Pjs88+4/jx43ekvTWhd+/ehISE8N5777FgwQJWrlzJhAkTWNNhDbUiavHF51/wUNeHrEKDTCbj888/Z8aMGUyfPp0OHTqwa9euW96vVCrl119/ZcyYMbRs2ZKwsDA++eQT+vTpg0pli+b/1yCAs8KZElmJzSTcho1rCFErGRd440zFv4NMJmPIkCEsXLiQunXr1ujeqgp3waGtHyUH0shbE4PPy81qVF/fRgVleiNz/rzEov3xmEVwt1cQn1P6wNXDvhn9w/tzIO0A/cL73XzhsjzY9g5o8uHkMmg55qar2Lg/GPUmNCUGa/ktZzdPVFMP8dv6dVz+y5WLZzM4GJfLpx0cadHRH6eHahYtL5MIfFonkECVgg/jM/gqKYtUrZ7P6gWhrC7DYtD3ENoJ/nzLYij/TUfoMBk6TAKZEolUSucRY/AICmHbd18Sc/gABRnp9H9lGk6ef/++KQgCfRr70bWuF1/suMz3++LYcTGLfTE5jOsYxgtdalGozyZfl4/ZLHI2rYj8Uh2u9koi/ZyQSARcla74OvhWu/2CMj1rzx5mY/xGcgscSUpoglkEJ4rZa5eCs9lMc6cLNAppSatQN5oGtaaej5u1lO7tYtTrESQSpDIZEqmUrqOeJf6vY7R9/AmUdlXL3RlSUpC6umJISiLtlVfI/fZbPF9+CYeuXe96kJEgCJWMxjNKMyxG40k7OJpxlNjCWGLPxPLdme/wsvOiS2AXugZ1paX3P8to3FRYSOb77yN1dcP7tVdrvF6WzsCPabksTcshU2dAoTlCYO7vyIw5lEjLiHCN4A2fSfisFZEkaxAfEhHKBXOXPrWQqGXIPCuXhG3u3Zw5nefw0o6X2Bi3kTqudRgVOQravAAFiXD4a0sGlZMfBEWhbtECZUQ4upjLFH7xOm6REtyfexaJSoX7uHEUrZtIYpmKJJ/uJEqDGNIqGA8HJW2HTOBPgwvbTqRVPqZiHRRb/n0sMY9AN0v2Rafanqjk0ooyUW52uNjJq+2DdtdkXVwJIIyMjMRRLmNsoCej/D3YmGMxFT9VrGFJWi5L03Lp6eHM80FetHSuei2UFen5/bO/iOpfi5CG97cMmiiK5GeU4eShQnZVabxjCfmkF2hJztOwOzqbMR1C+V+X8Ot6ct5rxgZ64q+S88L5RLbmFjHgr8ssaxiGl9JyvXbo1IP1H03H/Nq7BOSKpI8dzclvFtOkccubbNmGjVtDEP+JUvjfoKioCGdnZwoLC3Fyqhwtp9VqiY+PJzQ09F890FZWVoafnx+LFi2q1sPinpFzGbO+mBx7V+ztPLGT2d3eC1VRmqVOq0QGnnUrRQ7faWbNmsXKlSs5c+YMpuJi9EnJSJQKFLVq3XLbzWaRy9klaA0mHJQyQj3sbVHr/3Cu+Gdkl0edOChlBLnZPRCmoFcoNZSSXpqOn70fdvI7bJh4C+zfv5/27dtz+fLlm9Z/t/GAYdRbSkdUI1z8V56jNmzUhP35xXgp5ETY37trQavV3tK1Z9abyPr8L4w5GtRNPHEfWvcutu7fxf7LOby29jTJeZYI1IFN/ZnWu36lWt3/JIr1xTgqqo/wr8LlbRbfgHYv37IBrI17Q9L5XLYtPo9HgAN9X2paZf65tEJe+eU0eenx/KmcSpxdY4Ke+RE3j1sTEX7JyGPixSSMIkQ52/NDw1Bc5NcZdCtKg42TIbo8o9uzHvSfD/7NrIukRl/g99mzKCssQO3kTN/JbxBQt0H127tNYrNLeOf3c+yNsZRZ9XHToPN5H6N4/ex3hVTBhv4b8HXw5WJ2CuvO76MgL5hTiQYuZhQjcz6G2m81prJgyhKfJ9BNTetQd8Icj/OoKYHAnu9UiBhXl267TeL+OsrOxd/SuHtPWvSp+fe8ubSUvB+XkbtoEeaiIgBUjRrh+dIE7Nu2vS/fokX6Ivam7GVH0g72pe6jzFiRaXjFaPyhoIdo59/ugTcaL9mzh+Rxz4JMRviff9zUX+NEYSnfp+bwe1YBBlFEpovBtXAFo5MaMDC3G2v8thPSswn9avVDIgrkLD6HItgJx04BSBQ1CyDaGLeRNTFr+KzLZxX3eLMJfh4BFzeA2hVGbsaYG0f6ex9SciIHhZOB5B6+/BL6HkmlUhJzSynSGittd/mY1rQNtwgCPx9N5u3fzxFU7mXhqJJxMb2I8+kWVeO9/pE8+Td9IsxmM8uWLSMuLo4XX3wRD4/KYoQoihwsKGVBchZbc4us01s42fF8kBePeDgjLe/f+36J4dT2ZFy87Rg6vRXS+/itvubj42TEFdJnfGOCGrhXmnc5q5h315+33qu8nZS83rMe/Zr4PTDjRscLS3nqTBx5BhOBKgXLG4VVeu/dd2gbppdewqvQzLlAOSGL19IioPqS8zZsXM2Nxu6vxiZqXMW/fTDGbDaTkZHB7NmzWb16NbGxschuIbvgjlOUDiUZlgepa8jtbUNfCjmXLP92DQW1y51qXSVKSkq4cOECffr0YebMmYwdOxYA0WhENBqR3GZ/0RpMXM4qwSyK+Dqr8HT89/W7/wpGk5mkvDJKdJYXPk9HJT5OqgfmhcNoNpJZmkmBrgAAB4XDPa1fu27dOhwcHIiIiODy5cu89NJLuLq6sm/fvnvWBht3iJxLlntvNffcf/tz1IaNmpKjN9L5yEVKTCZWNa5Fa5d7Yzx5NUajkYsXLxIZGXnD5fTJxWQtOAlmcHuiLnaNPG+4/H8ds1nkjXVnWHk0GQA/ZxWzBjakS527l4lzr8nV5LL47GJeav4ScokcojeDoy/4NbnfTbNRQ4pyNCybfggHFyVD3mqJsposLIPJzLbV3/DQ+TeJkdQiZOo+7NVKNOdzkfvZI3Op2XN8T7m/RonJTISdkuWNaxGouo64J4pwbh1segXKcuCpdVCr6zVtz+a3T98jOyGeAa9OJ7Rpi1s+/pshiiJ/nMtk5obzpGsvYx/6xU3Xaa9+j+gkZzIc30eqSkeTMhxjcUMAQrx1OHjvIcqvNaOb9MfPRV39RvSlsOgRaD4SWoy+oaF4dRRmZbBzyXfEHjsMgKuvPyPnzEdyixmypsJCchctJu/HHxHLypA4OxO+fTtSh/srGuhMOovReNIOdibvJE9bURpRIVEQ5RdF18CudArs9MAajWd//gX2Hdpj17SqmAigM5v5PauA71NyOF1UyuAkA61yyvgm5GfySvcCMKCwG+PSBqJo4obX0L8v6v2fvfOOjqJq4/CzfbOb3nulQ+hdepEiTUC69GIBBAt2RdTPCgIqKlJVEJGmgiK99xZ6SQJJSO9ts32+PxY2RBKSQCAB9jlnT7Izd+69Mzvlzn3LzyyYEYvEFOhNXEvPJyZdQ0JqOl0PjyZAe5kEsxtrIlrT9dJxLKqQIo5Omsh7yUW1TD0cFNboirFtQqjnZ9HgMZrMSMQioo5fJLh+NaRyy/0mIi6LFYdj+PjpcGtKtTPXswl0VeF0l5GheXl52JeiX3I5X8sPcSn8npSJ/sZ0Z7CdnEkBngz2dkUhwIG1kYR38MfZq/Kc/AB2/nyBS4eTafNMNeq1vz0FliAIbD2fzEebLhCbYTH4NQlyYfnY5thXkaiNqxodw05HcbVAj7NUwtLwEFrdMu49efIwUTMm8v1TJpKdFHzY8kv61e5YiT228TBgM2qUwONs1Lh27RohISH4+/uzbNkyOnfuXPpG9xNtDmREgUReVEyurJhNkHoJTLp7M4yUgdGjR/Prr7/Sr18/Vq5ciURScalVMvJ1XM8sQISIME/1bWGWNqo+BXojMekaq36Gv4tdlRH1EgSBTG0myZpkSy5VwEXpgqfKE6n4wZ1rP/30Ex9++CFxcXG4u7vTpUsXZs+ejZubW+kb26g6CAIknQHBZImMuyEULggCRsGISW96pJ+jNmyUlWSdgakXYknSG/i3SQ2UD9gL0GQysXz5cmJjY+nduzdNmjS5Y/nsLdfI3RGHWCXFa1oTJI5V4xlWVXlnwxl+ORTLyFZBzOheq8pMLFQEZsHM0E1DOZ9+nkE1BvGuuiasmwDOgTBpj2XMbeOhICEyC68Qx1K9kK9dOEaeAerVb0runutk/30VkZ8C3xebWVPclMb5vAKGn44mUWfAUy7ll/qh1He4w2ShJsPiJd74ltS7eSlgbzEOGnRaYs+eJqxJ8zK1f7cU6E3M2rqFjWkzSi2bf3UKZq0fCq+/UDvG0NhpIANq9qRZiGvZU84dXAD/vgmOfvDCIVCWTWfJoNdx9I+1HP1jDUaDHrFEQqMefWg1YCgK1d1PyhrT0khbuBCZry9uo0cDljGdPioKRbXK9aY2mU2cSTvDjtgdbI/dTmxuoeaLCBENPRvSKcAiNB7oGPhA+mTM0mLON5a4XqyWlmgMTNIZ+O1KEruvpXPghu1IYc5n/d48PLUq3vNfwDGHczxd/WleqPkcbhKXMhsWb2I2C6Tk6ojN0BCTnk9shoa+DX2p5mmJ0Fh5OJb3d3+LYHTAmNMIN7L5Q/YO/pJ0CtJkxOx0Qx4cgi4qhsyeAzj/9FiC3NQEuqoIcLW74zzF8tc/Ju3aQRp0G0OXsQOKLaMzmuj05W5ytAaeax/G6NbB9zWdUorOwNL4NJbFp5FptGg+uMokjPJ1Z6y/Ox7yyk9tpsnRI1dKkJYSeaM1mFi87yrf7oykVagbi0dXrTRO6Xojo85EcyxHg1wkYn7tQPp5FY4XziXHMfTvgQhiDQhi5jZfROc6VWsfbFQtbEaNEnicjRpVDrMJkk4jAAVuYRSYDbgqXcvu2Z4dB/lpIJaBZy1L+qkHgCAICAYDYnnFvPALgkBshobsAgNyqZjqng5IHgJRSRsWMjV64jMLMAsCcqmYIFc1dmUMB77fFBgLSMxLpMBoSY2hlCrxUftUatopGw85Rh2knAdE4FMfRJaJEp1RR2RWJBKTBCFDsD1HbdjA8nxPMxgr7aV5586d7N69G5FIxIgRI+6Y6k8wmklZcApDQj7KWq64japTZSINqwKpuTr0JjN+N7yvc7UGLiXl0jTYtZJ7dn/YF7+Pjw99zPddvydI5ggLO0CNHtB1FkhtBq9HGWNaAQlzDmEn2khkgwBaDHypzGL3CVo9w09HcyFfi0oiZlHdYDq5lW3Snqw4WNAK6j0NXT+8LRI0KymRvat+osv4F7CzL2OatDKyKuIgH5+aWGq5JtIPeLbxEzQJdMH5btPMmc1w5AfwqHlbhEpJxF88zz/fziY7JRmAgLr16Tz2Odz8789Efu7OnVx//gUcunfHY+oUFKGh96Wd8iAIAtHZ0eyI3cGO2B2cTT9bZH0152p0DOhI58DO1HG7P88vY5aWpC+PgfEO02dSEd6vNrUaIwzp6ZyOuc5ChROpF9KYf6yAGJWIFzs70FTYx/m4lXRMaoxMkJIfBuPbPkdN15p37IfWYJmcV97QXzgek8GCnVHEZGiIy9CgMxbVcP18YH0G1XOEcxv4/shGvlVdBEFMPdlLdEtR0Grtx4S1TUCqEDC4tsDUeQ5XBzwDMhnVd+5A6l62iJj1X/xI9LE/ULm0ZOK3bxVrTI1N1zDx52NcTLKkpXK3lzO5YzWGtghEIS35/Vmr1WI0GkuN0CiJfJOJObuiWScqIFFkOT4KsYhnvFyZFODxQNOE3itJ2VpMgmAdj6Tl6fgrIoERLYOs0TCVRYHJzIvnY/g7zSJa/06oDy8Gelqvx8PXzzF+27M0jtQx/l8B4yef0bFL78rsso0qjM2oUQI2o0YVI+UiZmMBF+VyBKCaSzUUkjJ4utyM8gBwDSuzl0tFYMrJQR8bh9TVpdQ8mWXFaDITmZKH3mTGRSW3CmnZqLqYBYGkbC1peRb9DAeljAAXuyqln5GpzSQhLwGxSIynyrN8RkMbNoqjIAsyr4LUzmJMvkGOLoe43DjkghxjmtH2HLXx2CIIQpW5zwqCwLp16zhz5gwKhYJx48bh6VlyiiRDUj7JX58Ek4DLgOqom3k/wN5WTQRBYO2JeD7ceJ66vo6sGN+iyvy+95WcRAxq90KBXm02KJ0qt0827hpBEMhN1+LoXkJKpFvLms2c/bQf4frdvG8YxaWgoXw2oD5BbmVLS5RjNDHu7FX2ZuYhEcEXNQIY5luGqNxjS2HjNMv/9t7w1Gyo3cva/1/feZXEyEs4e/vQ77X3cPMPKFN/ysJ3B3ax4MqUUsu9UP1rnm/docLatRK10yLa3GsuON4uRp5+PZafZkxB5eRMh5HjqdGyzX29D6V+/Q1pCxZYonPFYpz69sX9xReR+/vdtzbLS1J+EjvjdrIjdgfHko5hFAqjJ7xUXlah8abeTS0p9CoAfXweKV+fLLWc55RGaJLySNx2GdP+1SRknWP8258hF8nYvjOPLGcj74fOJUoTDVgMMq82fZUn/J6w1pGvM3IpOZfYdA2xGTc+N/5PytEy+5kGDGhiSVW090oqzy4+Yt1WIhbh52xHoIuSQGkm/YQdNE/4GYxaTAK86x/EX3IBuSDhrZV66sQKODX1xqfGGURmA7R8gWtLr1IQEYHHtGm4PzepTMdHk5PPL+9uxqBzocPwmtRtW/z5YjILbDydwJytl4lJt6RT8nO2Y1qX6jzdyK/Yd+nDhw+zefNmWrRoQffu3cvUn1tJjc1l9SdHMQOOE2vwm1nDiZxC7ZYn3Rx5PtCTlk4Pn8bp62tO89uxOKp52vN+7zq0rV65KURNgsAHkQksvJ4KwChfNz6u7o/0hnE8MjWB84N6Uj1RR46diNz/fUiXHsVH9th4vLEZNUrAZtSoYmTFgSaNWKUKpHZ4qjxRSks59mYjpFwEswFU7uBccYPasmBITMSYno7UwwOZl1eF1ZuvMxKdmocABLioHlqhyccBww39jPwb+hmeDkq8HBWVPggSBAGj2WidhBAEgdSCVFwULoUTEzZs3Au5iZCbBHau4FJUk8VkNpFfkE98bLztOWrjscQsCDx7+irNnFRMDvSyvsBVJkajkZ9++onY2FicnJyYMGHCHT0dc3dfJ/ufq4jkErymNUbq+vhex3EZGt5af8Yq0FnX15Gfx7XA9VEfnx3+Aba8A0NWQvWuAFzKuMTKiyt5p+U7FTZBaOPBoMnRs+nbCDKTNIz6pHWx2hr/xWwysWfDQl44FYTGIGAvlfBmJ0+GtKuPpAx6jHqzmVcuxfF7UiYALwd78Vqwd+nj5JgD8OcUSI+0fK/TD3p+AfaepMZcZcMXH5KTmoLczo6nXppBaKO7S10SnxfPn5F/0iGgA7Xdapc5UuPthgsZ0qDVXbVZImYTfNPM4qzXajJ0+xiDTkvcuTOENi7cv+iTR/GvXQ+5snTDVEWgvXSZ1K/nk7dtu2WBTIbLMwNxe+45ZHcwjlcG2bps9sYXCo3fjFAHcJA70M6/HZ0COtHGr809RauX1aix8Wl/0s+lMeqylryU00TH/Mmh9z6kUbDApogfOJx5FAAXhRs9/EbjK23H9QwtnWp50SrMYgDcczmVkUuOlNjGy11rMLVzdQDS83RsPpdEkKslTZSPsxLZ7v9ZDIWatMKNPGpBgyEY6vZn+rHP2J2wFzutwOzUzjzx2ueIr2yENWMB0PgNJ2b2TqS+PlTbuhVRGVNvR2yPY9/vV7B3UTBiViskspKd/QwmM6uPxTF/+xWScyxOgmufb02ToNtTHC5evJi4uDi6detGq1blvwYFQeDklljyMnW0HWw5bkez8/kuLpXNadncnBBt6KDi+UAPnnJ3fqBjuKTobI5uuobaSU6nkbXLte1vR2P5bPMlMvL1ADxZx4t3nqpDoFvlOskujEvh/cgEBCxGo+/qBqG+cR7FxERxdtQAQpN05CnhwpsTGDn45Urtr42qh82oUQI2o0YVw1BgMVLIVFBWgbPMGCjIAInCErpbTmG0isBcUIBIJkNUwULryTlaknO0iEUiqnvao5BVjTRGNgrR3NDPMNzQzwhwVeFkV/kv+DqjjsT8RPQmPWHOYUgq4bqw8RiQEW3x2HX0s+a9vhXbc9TG48zWtGyePXMVpVjErua1CLYrY471+0x+fj6LFy8mIyMDPz8/Ro8ejUxW/HNLMAukLjyN/loO8hAnPCaElzmn/qOCySzw88FrfP7vJTR6E3KpmOldajC+bUilp3Z4IGycDseWWISMe89Da9Ty1LqnSClIYUL4BKY2nlrZPbRRDgRBYNWHR8hOKaDH8+EE1S27llns9RzOLD3N1XwtLeVvYq+Qohr8I4HV6pWp3c+vJvFVjCVl0iBvF76sGYBcXMo1ZNDC7s9g/zyLfpedC3T/DBoMRpOTzV9zPuH6hbMgEtFu2Gia9u5fbqeiN/a+waboTRbNmFbvcjb1HEP/HlLqdr/2XEU9j3sXbb6NlAuw6xOEPt8SeeYsu5b/SG5aGiM+nYtncOWmfio4fZrUufPIP3AAAGX9+oSs/q1S+3QnyiI03jmwM+392+NmVz5dv7IaNYa3UqEXQ6dMMzVc9DRp4cmyCz/w77V/LQXMcvQZbdGltQOhcJwwrUt1pnWxCHPHpOczZOEhAm+Icge5qQhwVVn1LVxUsqLnfU4COPgUCs//8SKc/AXUHhD+DNQfDD4NrOu1Ri3PbRzD8eyzuCpdWd59OcFOwbBvLmx7HwERiSd8yb4s4L9gAQ6dyibqbDSY+OXdQ+RlZFO/kz3thrQrdRutwcRPB69xITGXrwY3tC6PSc8n0FVFTk4OX331FQAvv/zyHSc3S6O4aNoojZYf4lJZnZSB1myZGg1QypkU4MFQb1fUd0iLVVEkRGax/ssTKNUyxn7RptzjrmyNgbnbL/PTwRhMZktK7AltQ3ihQ7X7qllSGhtTsph8IQatWaCBgx2/1A+1pmSNT4jl2Iie1EgwoVHA9Xdm0PeZMZXWVxtVD5tRowRsRo2HnJupTwDca4C8bKHQDwuCIBCdlk++zohKLiHUwx7xQxYC+SiTka8nPqsAQRBQSCUEuams+UwrC7NgJlWTSro23TpQC3QIxF5+dzlHbdi4I8nnwKQHt2qguD2nte05auNxRhAE1iRnojMLjChLupUHSFpaGosXL0YQBEaPHo23d8mppYzpBSTPO4GgN+P0VCgOJaSQeBRJydHy3C/HORGbBUDzYFc+HRBOqMdj9Ew16uDcBqg/yDoBtuf6HhafWczXnb/GUf7gUr7aqBhSY3NROytQOZYvykgbmUXaojOYRQJOsslIRMnEDd1B7Vpln9j/JSGd1y/HYRKgnYs9i+uF4FCWScLECMvEbNIZaD0VnvwQAJPRwI4lP3B6+2YA6rTtSNeJU5CWoHV4KuUUGyI3MKXRFOsk9uHEw/x45keG1BxCl6AunE8/z+CNg0vt0m+9fqOOW50y7nn5yEyMZ8eyhVw7dRwAB7WM7v27EtjrhfvSXnnJP3SY1LlzcRs/DocuXQAw63QIBgOSu9Q5uN+YzCZOp522Co3H5cZZ14kQ0cizEZ0CO9ExoGOZhMa113NJ++ZUqeVecNATZTCSr8+hdZNTXNT8g8FsQIQIXVYT9KldEYxOKGViq9Ei0FVNx1oe5UsdpMuF839CxK9wbR9M2A5+TSzrks9BdrxFt0UiRRAEMpYtR9DprOmk8vR5jP13LBcyLuCj9mFdn3XYy9Sw6WU4tgQBKde2OCOp15nAhQvL3K0Daw5wcM1sRGIpz/2wFJVD+SMGUnK1tP98F/X9nejhZ+DasR0EBQUxZkzZJ70L8vSc3nmdZj2DEZfBISFNb2RZfBpL4lPJuKFb4iyVMMrPnbF+7ngp7p8To8lk5vSO6wTUdsXN7+5TYF1JzuWDv86zL9ISofNixzBe61arlK3uL8ey8xl5JpoMg4kApZyV9UOtGibR16M4NaYvteNMFMgh5o1pPD2sbOnObDz62IwaJWAzalRtTGYTIpEIsaiYB4/JAKkXLZEd9l7gWDF6FmVFMBpBLEZUmofRPaI3mrmSkovJLODhoMDH6cGEGdsoGbMgkJhVQPqNsE5HpYwAVzsk9/lcKI1cfS6JeYkYzAYA7OX2+Kh9kEse8dQYNioHQYD8VEuEnaMfSCyePzqTjhRNCiqpCrVIbXuO2rBRRYmNjcXOzg4Pj9InTfIOJ5K1PhKkIrymNELm9Wg5kZSEzmii1/x9JGZreb1HLYY3DyyzSPJDy7n1lrQ/PT4v9PIthqqkF2PjwZG79zqKECcyhGSizhzhiZ7DrOuyM1Jxci39frItPYeJ566hMZmpo1ayokEoPooyjFVNBksKncbPguzG+1B+GoLShVNb/2bn8h/xDq3OoPc/KdGoMXTjUM6mn+XVpq8yqu6oYssk5iXSa0Mv9CZ9iV2RS+Rs7LcRH/vbNS/uBYNWy+ENqzn21zpMRiMSqZSmbRrTIvErZGIBJh8F9+oV2ubdcnPa6OZ9IH3JUtIXLsRt4kRchg1FXIXHfYIgEJUVxY44i9D4ufRzRdZXc65Gp8BOdArsRB3X4oXGj0Yk4PNrVKltjSWbqy77UXhsRySxpMJq5d2Sl1KbkHY+E/XESQS6qvBwuIvUxSYjRO+yGDIuboJbUm3R7RNodbsRzJSbS+Jbb5G7dRuIRISsW4uytiXFUYY2g9GbRzO45mCG1x5e2MaqYXDlX4xaMde2eRC4YQdyf/8ydVGv1fHtuLEgktF72ptUa3pn4fPi2Hw2iamrTqK/IXruL87ipY4hPNO1dZm2F8wC6+ecIDEymzptfek4vOwT+wUmM78nZfB9XCrRBZa0WHKRiAHeLkwK8KCWumrPzQiCwJbzyXy3K4rlY5rjdCPloNFkrjTtz2iNjmGno7hWoMdZKmF5eAgtnC3G0LT0FHYN60ndmHw2N5KgevkzJjV7qlL6aaNqYTNqlIDNqFEF0edDQRbxgo5soxY/Bz+cFP8RIxQEyLgKumyLQK1HDSjO8HE/uxkfjzk3F5mPDxKn+yuWmF1gICY9H4AQdzUOyspPb/S4YjCZiUnXoNFb9DO8HJV43s0gtAIxC2au514nV58LgEwsw1vtjYPcwTbhYOOBk6XNIj4vHjuZHb4KX9tz1MZjx/7MXJo6qVFUsqG7vOh0OhSK4lNkCYJA+rJzaC9lIvOzx/OFBoge0dRL5xNyqO5lb00tdTEpB0elDF/nqj1xUSGkR8E3TUEwWzQ0apVtImFbzDa2XNvCx20/tmlsPGTkZepQO8nvOa3ctQvH8Fj1FKeDR9N0xEclprS7SUSuhhGno0nVG/FVyFhRP5Ta9uW8xswmWPwkiKXQ9xtikwpw9fPH3sUVg9nA9tjt7IjZwf/a/g+p2OJ4sSFyA0eTjjK01lDquZecNisxL5FMXSZms8DZhBwy83W4qBXU83VELBbhonCpcIOGYDbz8xsvkRpjyUIQ3LAJnUZPxMXDA/Z8bnHk6zKzQtusKARBIGb4CApOnABA6umJ+/PP4TxgAKISDExViTsJjXurva1C4wpxTVadT2HflTTUsXksMZYedfBatYWclZ0CLMaSV5q+QuM0B2IGDwGRiODVq7ELLz2F222kR8GS7pCfUrjMrTo0GAzhg27TugPQXrjA9WnTMMTEgkyG1xuv4zJsWJH3RZ1Jh0Lyn7GALg+W9YTECHQ5EnJ8p+Px6rtl7urViGh8a/ijsLv7cyEhq4Av/j7LhtPJCFj627uBLy93rUGIe+mOFtGnUtmz6jJ9XmqIq0/5HTPMgsCWtBy+i0vhcHa+dXlnV0eeD/TgCWf7Kv3efasjgiAIjFh8mEBXFa8+WRM3+wefHjVNb2TkmWhO5GhQiEXMrx1IX0+LfkpmZjrz3h7EumbJmEUiegeM5ZPO0x94H21ULWxGjRKwGTXuTIcOHWjYsCFz5859cI3mpUBOPEkKFemCETc7N7zV/0mLoEmHrFhAZNHRkFXci2ZwcDDTpk1j2rRpJZYRzGZ0kZEIej3ykBAk6vvvsRifqSE9X49ULC7ysl0R7Nq1i44dO5KZmYmzs3OF1VtZ3K/9ydcZic2w6GdIxCICXFQ4VgH9DIC43Dhydbm42bnhbude6RoaIpGI9evX069fv0rth40Hj86oI0efg1QsxQ67x/45auPx4lxeAd2PXaa6SsHaRtVwkVVe7uLyEBUVxdq1axk4cCChocXnbDfl6Ej66gRCgRGHzoE4db19wuRhpkBv4qttl1m0N5pXu9XkhQ7VKrtLlcPeOaDNgk7vWSPw7kSmNpNua7tRYCzgzeZvMqz2sFK3sVE12LPqMuf2xNPj+XCCw93Lvb0pR4f+eh52ddw4uHAqrRKWs9XUmDluH/DFMw2o53dnp6/YAh3DT0dzRaPDUSpmSb0Q2rjcnsqyRJLOWCZ19XkWbcUOr1tSU0lkGMwGXpjVk2R5Dq88+zntA9qXe/8qg5Ob/+LYxvV0GDWBak1bljxJmp9m0Rrp+DbYOT/QPpaEYDSS/cefpH77DcaERABk/v64T34Rp969yywuXdlk67LZc30PO+N23iY0Xje3DudMKgryahKaW4cl3C5i/V8mB39ClouGyY0m069aP6uBLfH9mch8fHAbP65supw5CZAeCSE3dCnMJphTB8wGqDcAGgwB38YlRthlrV1L0qwPEXQ6pL4++M+di139+qUeix9P/8iUxlNQaDIxf/MEYl0aBZkqFJ9cQqx6sOkH9+zZw/pt+4lU1uRMjmUiXiWXcOitzjiWwenTaDAhrYBU0cez81kQl8LfqYWi4vXt7Xg+0JNeHs7IKiCiUxAErl/KJO58Bk17BiNXVtx48kRsJv0XWHRxHJRSpnepwbOtgh64TpjGZGby+Rj+TssG4L0wX54P8EAkEpGrK6DDqu7oyUBkEpgum8iYZ20aXo8zZTVqPJouV5WIVptATu7ZEj9abcJ9azspKYkpU6YQGhqKQqEgICCA3r17s3379vvWZoVwQxfD1aCnukt1vFReRdcb9ZackAAO3hVq0AA4evQoEydOtH4XiURs2LChSBmRWIyiWjXkQUGIVWXLC9mhQwdEIhEikQiFQkGNGjX43//+h8lkKtP2Pk52KGUSjGYz1zMLrCG/o0ePvuPE8a3tFvcJDg6mdevWJCYm4nSfI07ultL2saI4efIkvXr1wtPTE6VSSXBwMIMHDyY1NZX0PB3RafkYTGaUMgnVPOwr1aCRb8jHYDJYv3urvAl1DuW7L76jSeMmpW4/c+ZM6zkgFovx9fVl+PDhxMXFlbrtf+tp2LDhbcsTExPp0aNHueqy8ZChz7eknhLMRRYrpAo8VB64KEt/0bNh41EjXW/EUSoh0E6O8wMQk6woTp8+jUaj4bfffiMlJaXYMhJHBS79wgDI3RmL/nrug+zifeVgVDrd5+1h4Z5ozAJcTc3nsfHzijkA+emF39u+DF1nlcmgAeCidOHL9l/ydLWnGVyzdB0CG1UHiUyM2WyZOCsvxrQCkueeIH3lRQzJ+bQcP5djTb/gC+kkLiTl0vfb/cz55yw6rabEOgLtFPzZuDotndTkGM0MjYhmTVJGieVvwzscXjhEblhHlqvlvBPxDfzYERIjSDx/nloXFLSP8ECz4yyC2Vx6fQ8YvbaAPSuXEX3iqHVZg649GT17AdWbtbqz1/ffr8GRhbB23APoadkQSaU4D+hP2ObNeL3zDhJ3dwzXr5P4xpskf/JpZXevTGgMJjZczmPDlRAiHZ8nwecbsj1eRp/XnDFJg/jy+mRGGLyw81+Budpc9CLDHevTiwz0rNubv/v/zcAaA60GDQCfD2bi/tykOxs0dHkQsQp+6msxYKwdb0kHBSCWwKg/4eWL0PMLi35GCedM4gcfkPj2Owg6Her27QhZu7ZUg4YgCEzZMYXl55czY/cMjGp3RKP/wGSUYOeiwfjjQCjndWU2mtiz8m9y0rLKtd1NmjZtyoi+T/LVoPpsmtqGjjU9GNIssIhBI09XGGUTfSoVnabwN6oIgwZAEyc1i+uFcLBlbcb4uWMnFnE6r4Dnz8fQ8tB5fohLIc94+xyPSRDYn5nL+uRM9mfmYiplnLHrl4uc3BJLwuWsCun3TRoHurB6Uivq+DiSqzUya+N5es7by74raRXaTmmoJGJ+rBfMeH+LUX1WVAJvXYnHJAg4KOzY/swmVGZvJm8y0/ST7/h57swH2j8bDycPhzvZQ4JWm8DBQ10wm3UllhGLFbRquQ2lsmL1IK5du8YTTzyBs7Mzn3/+OfXr18dgMPDvv//y4osvcvHixQptrzyYTCbrRGqxyOwAEXKz0fKglNzycBYEyIoBwQQytUVLo4LQ6/XI5fIy5ZYGi2FD4lAObyJgwoQJzJo1C61Wy8aNG5k6dSoSiYTXX3+91G3FYhGBrioiU/LI1RpIzi7A07F0z+d169ah11tywsbFxdG8eXO2bdtG3boWUT+JRIJcLr+jSOjjQEpKCl26dKF37978+++/ODs7c/XqVf744w+iEzOwc7UMlpzsZPi7qJBUUk5tg9lAcn4y2bpsHBWOBDgEACAVSxGZytenunXrsm3bNsxmM1FRUbz44osMGjSIgwcP3nM/H/fz6bEg+zoYNOAcBCrXyu6NDRtVgnauDuxqXhMRoiqdhuC/9OrVi4yMDOLi4li5ciXjx4/HvhixV1UDTwrOpVNwOo2M1ZfwmtIIUQVNElQGOVoDn/x9kV+PxALg7ajko3716FKn4saXVZoTP8NfL1k8f0estUyS3QXt/NvRzr9dkWVmwVy8Jp6NKkPDLgFUb+qJZ1D5va0lbkpk/g6Y8w0gFiESi2naayIr2uuY+ec5Np1JRLJ/NklHj6J96mtqNulYbD0uMimrGoQx9WIsf6ZkMflCLAk6A1MCPct2D3UOQNt/IV+t6YIJgbHXLxC6sCP+rabQrFc/jm7cwPm//0GbnM5TU15Fbld+keKKRhAELh/ax66fFpGXkc7lQ/sIDG+IVCZDLJEgLktEQ4vnLOLPncqeAuhBIZbLcR0xHOf+T5OxYgUZS5biPOgZ63qzTodILq8Sz0iz2cy22Ax+P5vI8egMMpLzwSQgiEHXyRckcoJdWxAibopbjhkhM4cmzo3ZZR/B9bzrjA+biaOxZGH0HGken1WfjUp25/NOEARMaWlIPTwsERhXd0PEb3DhLzAUpjrCNdSiZ+d4I/WZR9n0KZR16oBYjMdLL+E2YXyZNEFFIhGTG07m+W3PsyNuBx8c/IBZrWeR6z4Gp/RFyDMPw/aZFiN4GVny8rtkJ58mKTqaQe9MLvN2N1GpVDRpUui8t3RMc0zmQsNARFwWwxcdZlybELq6OLJn8XlcfNT0f7UxClXFOyMG2yn4pIY/r4V4szw+jcXX04jXGXg/MoHZ15J41ted8f7u+CjkbErN4p0r8STqCo0sPgoZH1X34ykP59vqFolE1GjuTW6GFjvHik/h1jzElb+mtOG3o3F88e9FrqTkMWLxYbrV9eKzAfVxVj2YtHESkYiPqvsTqJTzfmQCS+PTiNfq+a5uEM4qe3YN+YM1G7sjNafS6IffWKjNZuIbXz2Qvtl4OLGNPCsQvSHjjgYNALNZh95QDo+UMvLCCy8gEok4cuQIAwcOpEaNGtStW5eXX36ZQ4cOATB27Fh69epVZDuj0Yi3tzdLliwpsmzy5Mk4Ozvj5ubGO++8U8R7Ta/XM2PGDPz8/FCr1bRo0YJdu3ZZ1y9btgxnZ2c2btxInTp1UCgUxMTEsGvXLpo3b45arcbZ2ZknnniCmJgYizaGXMVfW3bTpHkLlEoloaGhfPDBBxizEy0hxiIxWSJHJk6ahJeXF0qlknr16rFx40ageO/xuXPnEhwcbP1+0/v/k08+wdfXlxo1agCW9FM3023dLP/0009boxquXrmCWCzm2LFjRer/+uuvCQoKuqNnn0qlwtvbm+DgYCZPnkznzp2tUSBz5swhPDwctVpNQEAAL7zwAnl5eUWOo7eHG6cP7ODpTi3xd3dk5KhRLF++nD/++MPqdX/rsQdwdXXF29sbb29vq8HGzc2tyLJdu3YhEonIysq67TerWbMmKpWKgQMHkp+fz/LlywkODsbFxYUpU6YUiTQp7VyoKHQ6HVOnTrVGVLRp04ajR4/eVm7//v00aNAApVJJixYtOHPmTIl1HjhwgJycHBYtWkSjRo0ICQmhTbsOTHn7I+xcvRABuzb+ToMwvyIGjQ0bNhQZlN8893744QcCAgJQqVQ888wz1mMLhefeBx98gKenJ46OjkyaNMlqfCppH7ft3UZkZiTZumyO7D9CoGMgmzdvpmnTpigUCn7++Wc++OADIiIirOfDsmXLStxnqVSKt7c3vr6+tG3blgkTJnDo0CFycnKsZV5//XVq1KiBSqUiNDSUd999F4PBMhhbtmxZie3dGuF07do1RCIR69ato2PHjqhUKho0aHCb8eTHH3+0HrOnn36aOXPmPBLp0B5JBAGMWsv/t7yoGc1GNAYNJnPZItBs2HgU8ZDLcJc/XH5CMpmMIUOG4OLiQlZWFr/++qv1Xv9fnPtWQ+wgw5hSQPa/MQ+4pxXH4eh0us7ZbTVoDG8RyJaX2z0+Bg2wePZKFRYnIdOdPY7Lw3cR3/Hq7lcxmCuuThsVj9pJcVcGDbCM89yG1MTz+QbIPArHAR4OCr4d3pgfBtdmsHQ3QeY4YqIv37EupUTM93WCeD7A8p7yv+hEXr98HaP59neq+Lx4Pj/6OV8c/aKwTbUnI+uO5t1G0/Cs3hMEE+Jru2k3bDQ9Jr+CRCYj+vgRVr7zKlnJSXe1vxVF+vVY1nz0NhvnfkZeRjpOnl50HDUBaSkaJLcR2AJeOAS+DQuXXdwE0bsrtL/3glilwn3CBKrt2onyxns2QPJHHxEz4lk0/3mXflAk6vSsTsqg55rjhH2whYnfH2brvlgyEvLAJIBMjHeAI184unI4IIBDLevwa/dwRj5TH++Xm9Bl/CD+7v830xtPJ1WWSZRdXImfVFkmqZrUO/bHmJpK3PgJXBsxAnNBAez4CH5+Gk6vshg0XEMtacZeioCxmwsNGqVgyi2MpnQeOJDQP//AfdLEMhk0btLcpzlftP8CiUjChsgNzD42G9XQGSQcd7MU2D8Pji4qc301WrUB5KRcK6AgT19q+bJw63v5uhPXydMZmbf9CsM3RnDKUcA12AG53f0dk7nKpEwP9uZYqzrMrhlAdZWCHKOZb2NTaHbwPE+fvMK4s9eKGDQAknQGxp+9xqbUrGLrbdEnlC6j6+AVfH/SfEnEIoa1CGTXqx0Z3ToYiVhEdGo+asWDH8NODPDkx7rBKMUitqTnMOBkFKl6A3Z2Kgat3Mrh+t5IBHhi+Wa+eG/IA++fjYeHh+sNrBIxmSyhtGKxnXVC02zWIwhGRCIJYvHdie0U1qtEdMO7yWw2IC6H6F5GRgabN2/m448/Rl2M1sPNScLx48fTrl07EhMT8fGxPBz//vtv8vLyGDRokLX88uXLGTduHIcPH+bYsWNMnDiRoKAgJkyYAMCYMWO4du0aq1atwtfXl/Xr19O9e3fOnDlD9erVAdBoNHzyyScsWrQINzc3XF1dadSoERMmTODXX39Fr9dz5MgR67H8d89RRkx9ly8/fZ96bZ8gPiae16a8CrlJvP/yRMz23vR4sh+5ubn88ssvhIWFcf78eSTlzNW5fft2HB0d2bp1a7HGiKNHj+Lp6cnSpUvp3r07YrEYx8xMOrVuzZJFi2jatKm17NKlSxk9enS5vE7s7OzIzLSEfIvFYubPn28xnFy9ygsvvMCMGTNYsGCBtbxGo+HbuV/y+dxvkakd8fXxQa/Tk5ubw9KlSwGLEaMi0Gg0zJ8/n1WrVpGbm0v//v3p378/zs7O/P3330RHRzNgwADatGnD4MGWdANlORcqghkzZrB27VqWL19OUFAQn3/+Od26dSMyMrLI/r/22mvMmzcPb29v3nrrLfr06cPly5eLFS/09vbGaDSyfv16iwFHbyI2XYPRbNHPCHRVlSlXJ0BkZCSrV6/mr7/+Iicnh3HjxvHiiy+yYsUKa5nt27ejVCrZuXMn165dY8yYMbi7u/Pxxx/fto9evl58/NnHDOgzgH+O/IOXhxe+akt01+uvv86XX35JaGgoSqWSV155hc2bN7Nt2zaAMqcUS0pKYt26dUgkkiLXkYODA8uWLcPX15czZ84wYcIEHBwcmDFjBoMHD+bs2bNlbu/tt9/myy+/pHr16rz99tsMHTqUyMhIpFIp+/fv57nnnuOzzz6jT58+bNu2jXffrXreZzZuYNTdSDsltkyI3SBPn0d8XjwqmYoQp5DK658NGw+QfJOJCWev8XKwN02d7r/G1v1CrVYzfPhwFi1aRHx8vPV5+N/IWolahsuAGqQvO0fe/niUtV1RhjlXTqfvATd7BZn5BoLdVHw6oD4tQ90qu0sPBoMWZDcifb3qwHP7LJNmFeQ1HZsTy4+nf8RgNtDrei86BXaqkHpt3F+MBhNGvRmluuzvnOL/eD4LJgHRjQj7bo1CyQo4wM5NP9J5QGFaX60mD6Xqds92sUjE+9X88FfKeedKPD8lpJOgM/BDnSDUt6TyS9Wk8vP5n7GT2vFCwxdQyyz33JebvmwpUH+cZXLfJRgkUuq07YiLhzt/fPUZ6ddjWfHWdHpPf5PAendOvVPR6As0HFjzKyf/+ROzyYRUJqdZ34E06zsAmfwuRXpvvTfnJMKG50GbDcPXQPWuFdPxCkCsKNw/U04OOZv+xqzREDPiWdRt2uDx0kt3J5RdRpLydfxyNoFtl1PICVATfUMEXJKrQaYzgRgcPVQ0DHGlf11veoV6YLiUSfqKC0hdlAjTXBBJxYhEImSeFgOeSCQi3CO8TO17qO6QBSI3GVHEL+gunceUq6Eg4jTq2r3h2JIbOhlDwb9pue7Pgl5P8pdfkrdtOyHr1iJxdrakv652dzpRnQI78UHrD3hn/zssP78cZ6Uz3Wv0JeX073jWz7WkQnP0h5rdS62rzTPdiL+sJiPRxMktsbTuX7Y+CYLA2rVr8ff3p1GjRigUxV8zM/vUpUWoG19uuUR0aj5bREZOX08g/Yg9zzT1v++aEUqJmOG+bgz1cWVbukVU/GBWPgez8ostLwAi4N0r8XR3d0JSSdFLTioZM/vUZViLQAr0Jutx0hlN7LyYQre63g8ksqqXpzNeChmjzkRzKlfDU8evsLJBKNVUSoav2MKiZ1vT4VQePVdHsEg8lfEz59/3Ptl4+LBFapSRXbvD2bU7HMMtURYxsT+ya3c4ly7NvOt69x9oz67d4eTnR1qXJSauLVcdkZGRCIJArVq17liudevW1KxZk59//tm6bOnSpTzzzDNFUg4EBATw1VdfUbNmTYYPH86UKVP46itLyFdUVBS//vorv//+O23btiUsLIxXX32VNm3aWCfZAQwGAwsWLLC2aTKZyM7OplevXoSFhVG7dm1GjRpFYGAgAB/P+ZY3XhzNoIE9cfRxpFGbRnz42ov88MsakDuw7cApjhw5wrp16+jatSuhoaH06tWr3Dn81Wo1ixYtom7dutSrd/tg6mZkg7OzM97e3rjbOyAYjYzu359Vq1ej01kicSIiIjh16hRjxowpU7tms5nNmzfz77//0rlzZwCmTZtGx44dCQkJoVOnTnz44YesXr26yHY3j2Pfbh2pXqMmcpU9gkSGQqGwRl7I5RUTKmgwGPjuu+9o1KgR7dq1Y+DAgezbt4/FixdTp04devXqRceOHdm5cydQ9nPhXsnPz+e7777jiy++oEePHtSpU4cff/wROzs7Fi9eXKTs+++/T9euXQkPD2f58uUkJyezfv36Yutt2bIlb731FsOGDcPNzZ3u3XuwaMFc8rPSqe5pj0MZDRoAWq2W5cuX07BhQ9q1a8fXX3/NqlWrSEoq9A6Ty+UsWbKEunXr8tRTTzFr1izmz5+P2Wwuso9PdHoChZ+Cd2e/i1KpZMvvWwh1CkVxYyJ51qxZdO3albCwMPz8/LC3t7dGYHh7e2NnV7LmzJkzZ7C3t0elUuHj48OuXbt48cUXixhD33nnHVq3bk1wcDC9e/fmlVdesZ6XdnZ25Wrv1Vdf5amnnqJGjRp88MEHxMTEEBlpudd9/fXX9OjRg1dffZUaNWrwwgsv2DQ5qjI3RRNlyiIvWmbMSMVSlFKbKLiNx4d515LZkZHLc+evYSjGs/hhwt3dnSFDhiAWizl//jwnTpwotpxdLVfUzb1BgMzfL2PWGostV5UQBIGz8dnW79U87Vk2phmbp7V7fAwaEb/B/IaQEV24zC2swgwaAIGOgcztOJdXm75qM2g8JEQeT+Hntw9y5M/o0gsXgyAI5B9NInnuccy35K93dvem46h3rZ7U2oJ8kr9syeFvx6HJyy62rnH+HiyuZ/HW3ZaeQ7O9u/j69C/W9Q08GjCk5hA+b/c5CkkJxoBaT4FXXetXn/j1DA85jZefJ9q8XPKzKj5LQmlcv3iO4xvXYzaZCGvagtFzFtD6mWF3b9D4LwoHyyS4byMI7VAxdd4HJI6OhP7zN85DBoNUSv6+fVx75hmuT5mK7sqVCmlDYzCx/Gw8z/x+nDpfbqfFR9v4Zv15Lp5L49r1HERAAwc7RjYO4M0h4US89ySnp3fkp34N6FfdC6lEjCLECbFKitTDDrOu+Ojjxp6N8VJ5IaL4+6cIEd4qbxp7Ni66Qq+BM2vglwEwpxaSfbPwGxhCyPr1qFu2sPyGr16GXnMgoFm57s+GhARinh1J5k8/Y0hIILeCMib0rdaX15q+BsC8E/PY18Of9PP2ZMU4Wpyc1oyBhJOl1iOWSmj1tOXaPLPzOvnZd85qcpPExETOnj1rdaIrCZ3GyBPezmyZ1o7PB9bHz9mOpBwdb60/w/BFh8vUVkUgFol40t2J9Y2q81kN/zuWFYAEnYFDWXklltHk6MlKKVmfqKKo4eVAgwBn6/el+6/x3C8nGPzDoSLjp/tJMyc1fzWuTpBSTqxWT+/jVziclYdMJmPsz/vZ1cwNMfDEqq388M7zD6RPNh4ubEaNR4CbEQdlsaaOHz/eOuGckpLCpk2bGDt2bJEyLVu2LFJXq1atuHLlCiaTiRMnTiAIAjVq1MDe3t762b17N1FRUdZt5HI59W8Ro3J1dWX06NF069aN3r17M2/ePBITE63rj5+MYNbcH/ELaUrz4OY08K/PhFfeJTE5DY3cnVMREfj7+1tTRt0t4eHh5TICiFV2KGvWZMDo0UilUusE+ZIlS+jYsWOR9FbFsWDBAuzt7VEqlfTp04cRI0bw/vvvA7Bz5066du2Kn58fDg4OjBw5kvT0dPLzCy37N4+jVCImwNXiKaI3mjGYiop09ejRw/pb3NTOKC8qlYqwsDDrdy8vL4KDg4sYvLy8vKyComU9F27lueeeK1K2LERFRWEwGHjiiSesy2QyGc2bN+fChQtFyrZq1cr6v6urKzVr1rytzK18+OFHHLsQzVv/m01o9ZqsXbGMnm2bcunC+TL17SaBgYH4+xcOYFq1aoXZbObSpUvWZQ0aNEB1i8h8q1atyMvLIy4ursg+qmVqpGIp7vbutGzRktjI2CLX463RQuWlZs2anDp1iqNHj/Lxxx/TsGFDa6TITdasWUObNm3w9vbG3t6ed999l9jY2Ltq79Z7wM3osJvnz6VLl2jevHmR8v/9bqMKYbhp1ChqxHJVulLTtSZeqscofYuNx54XAj0Z6OXC7JqByCpJb6kiCQ4Opk+fPjRo0OC2VJ634vRUCBJXJaYsHVkb724y9EGRkFXA2GVH6f3NPk7EFooit67mjvIh1gQpF2YTHFsMuYlweOF9baqdfztG1R1l/W4wG2ypqKowSrUUTY6euIuZmE13IahtFMjdfR1jagF5BxNLLHZ+12qCzHGEpGxjwLe7ORB5uyitIAj09HBmTcNqqMUmMnDjixRfruRbxh0ikYi3W75Nh4AORUSXS+6bDs7/iYM2hsH26+nV2oXajcrmYX+v6AsKJyFDGzWjYbdePP3G+/R77V2cPCtYe05hD72+gjH/gOSGI5YgwLGlhWO2KoLMywufmTMJ++dvnPr2AZGI3K1bie7Tl5x//il3fYIgcDG/gB/jUum99Qx1Zv7L+7+c4ujxJDRpWkQCSNRSwmq68lZ4AOfb1OPfpjX5pEEwkxoG4qSUYcrVk3+k0PlMbCfFa0oj3EbWQVJC9JJELOGN5m8A3GbYuPn99eavIxFLLL/F1T2w4UX4soZF4D1ym8Ug4N8cVfueKEJvRDiLREWioMtK3t69XO0/gIKICMSOjvgv+Bbnfv3KXU9JjKw7kon1J+Kt9qZ5i6eRh4aReEiNQVXHorG3cjBklf6OGBTuhleII3ptKlsWrilT2+fOnQOgRo0aJUZpmAxm/vn+DGs/P0Z6bB6Dmgaw49X2vN+7Dm5qOX0aFGrYms3CHVOGVySO0rKNMVL0xTuHnNl1naUz9nFow4MfZ0nFIpQyMUeuZdD7m328tf4MGfkVkzbsToSplGxsUp3GjioyjSYGRUTxZ0oWCpmcict2s691GAYJ7JHsYcT6N+57f2w8XNjST5WRDu0tufnF4sIJnaDACQQGjEEkuvuXoyda775Rb6GXq4/PgHLVUb16dUQiERcuXKBfKQ+ykSNH8sYbb3Dw4EEOHjxIcHAwbdu2LXNbZrMZiUTC8ePHb0v9dOsktZ2d3W1GlqVLlzJ16lQ2b97Mb7/9xjvvvMPWrVtp2bIlZrOZD95/j/4DnrGEyWdeBQRw9ENp73hHb3CwpHL674OquNzQxaXnKg2RVIqdqyvPPvssS5cupX///qxcudKqw3Enhg8fzttvv41CocDX19d6zGJiYujZsyfPPfccH374Ia6uruzbt49x48YV6fetx9FeIcXTwXKeaA0m9EYT8hsPzUWLFlFQYBnAFpdqqSz8dzuRSFTsMrPZ8vJT1nPhVmbNmsWrr75arn6VZLQTBKFMhrySyuiNJmLSNYiUDnTr9TSjhw/FQT6bxo0b8+WXX7J8+fIyn1cltVmW/ulMOlI0KdbyErGEMOcwixB4McKzd3MO30Qul1PtRihy3bp1uXLlCs8//7w1euvQoUMMGTKEDz74gG7duuHk5MSqVauYPXv2XbV36/lTmLbPcv4U9/s9qMGmjbvg5guytPh7sU0c1sbjhLNMyjd1giq7GxVKw4YN72jQABArpLgOrEHqj6fRHEvGro4bdnUqL+Lhq62XkYhFTO1cmO7SbBZYcTiGWRvPYzAJyCViIpPzaBzoUmn9rDTEEnhmGUSsgideemDNGswG3thjmXT4tN2nyMqRUtfGg8Gvpgs9ngsnKNwN8V2kZxHJxLgOqYkuKgv7tiV7JTfuMYYzKieW7ovmQqaEYYsOM7R5IG91C+VA6j5+Of8LI+qMoFtwN5o6qfmzURj9T5wnW+JKnxORLAsPoYVz2ZygrEgVMGkP7PwY2aEF1Mz8E749AD0/J8+3A7t/WULH0RNROZYtXWtZ0GnyObB6BRf27WL07AWonJwB6Dz2uQpro0RudTY58RNsnGYxZk7cbbkHVCHkAQH4fvYZbhMmkDr/a/IPHULdurV1/Z3e7U6n5rDiTCL7ItNIV4vJ8r2x3yYTSpMAcjHePva0DHNnSD0fWvo6l9gPU76BpDnHEQqMSD3sUIRYzgWJY+mGhS7RR5nj0Y5P8y+SrEm2LvdSefG6uiZdoo9CUBfLwj+n3pjTAJyDoMEQqD/YEi13C/rYWPIPHMRlyOBS2wcQTCbSvl1A2nffgSCgrFMHv/nzkPvfOULgbpjccDLP1n4WZ6UzGUMGk/y/T7h+wJXgbnURJZ+DXwbCuH/BruRnrEgkolYLOTEnlhN9TEJSdAe8Q/1K3j9B4OzZswDFZta4iV5rxKAzYTKYkcot9zGFVMKYJ0IY1DQAubTw3vZHRDw/H4zhtW61aBV2f8ctnmXUWCupnEegAwA6zYN3DBjfNpSe4T588s9F/opIYOXhWDZGJPBy1xqMaBmE9D6m8/KQy1jTsBovnL/G5rQcJp67RrzWl+cCPBj74x+89MMrnFZvh5xN9Pwtnr8H/1x6pTYeC2xGjTIikahuWyYWy4F7S/1TfL3lG/y7urrSrVs3vv32W6ZOnXrbpGdWVpZVV8PNzY1+/fqxdOlSDh48WGz6pJvC4rd+r169OhKJhEaNGmEymUhJSSmXMeQmjRo1olGjRrz55pu0atWKlStX0rJlSxo3bsylK1FUCwuDtEvgHABKJ3AJAZGI+vXrc/36dS5fvlxstIaHhwdJSUlFBkOnTp0qd//AMhFrMpkQjEZE0sJLZPz48dSrV48FCxZgMBjo379/qXU5OTlZJ5Fv5dixYxiNRmbPnm3NXf3f1FPF4eWowE6pICvLRGxGAaEeasQiEX5+JQ8M7hd3cy54enri6elZrnaqVauGXC5n3759DBs2DLAYFo4dO8a0adOKlD106JA1pVlmZiaXL18uNi1brtZAbIYGk1lAKhYT6KrCXmn5rcPCwqzRMh4eHuTm5pKfn2+9roo7r2JjY0lISMDX1+IRcvDgQcRicZFzNSIigoKCAquB7sCBA6jt1ejt9ThJnIrso1QsLXEf/4tcLi8i3l4e3n33XWrUqMH06dNp3Lgx+/fvJygoiLfffttaJiamqCjsvbR3K7Vq1eLIkSNFlh2rJAFBG2WghEgNGzYeJy7mF1BL/ehfA2azmR07dtCgQQNrWs6bKEKdsG/jR97eeDLXXUEe5FiiV+v9RiIWMWerRZB4aufqRKXm8ebaMxy5Zkk14+uk5KdxLajmWc5J0YeZyO2WyIxGIyzfHX2h7csPtAsX0y+yM26n9f+y5qG38eAQiUSENrxD3v8yIPd3QO7vUGq58Pb9mdXSiN3fF1hxOJboo/+Sd/p7rtXoxynDKRwiHegW3A2Auo7O7G/dnJFnojmRo2FQRBRf1w6ij6dzOTungm4fQ92n4Y/JkHoB1oxlc3oHYlJMJF65SL/X3sU9MLj8O34LgiBwfs8O9qxYiiY7C4BLh/bRqFuve6r3rnH0BXsvy8R5FTNo3IqiWjX858/DmJGB5IY2nyAIxI2fgKJGDdwmTiBVpuKXc/Fsu5RKdFw2htzCCV6TqwKlv4oWTva0c3UgpGYgTwa6lXnCVaKWoQp3Rx+fh0hRzuMkltDlyM907PAmJ2p1JlWTiodIRuN93yM59zO0e91STiSCZuMh7bJFJyOwZbFppQzJyUT3exqhoABFtTBUZYjIT/v+e9JuaHA6DxmM15tvFtExqUhEIhHOSmcAnPr1Y+ua2Shyo/EO/wo7zXTLvM1vz8KItXeMNqnTrh67fwlCJLZDm3fnFFTXr18nOzsbuVx+R41OOwc5/V5uRFayBje/os/5W4WvBUHg+13RXErOZeiPh2hb3Z3XutWkvr9z6QfgLmjpbI+PQkaSzkBx7noiwEcho2UJBlvPYEfGfN4GlWPFpBgvL77Odnw9tBEjWgQy86/zXEjMYeZf54lMzeOjfvf3ea6SiFlcL4T3rsSzOD6ND6ISiNPq+bC6H/Ofm0P334aTqD+LMf4k304fznNf/lRujV0bjx42o8Yjwk39iubNmzNr1izq16+P0Whk69atfPfdd0VS8IwfP55evXphMpkYNWrUbXXFxcXx8ssvM2nSJE6cOMHXX39t9dSuUaMGw4cPZ+TIkcyePZtGjRqRlpbGjh07CA8Pp2fPnsX27+rVqyxcuJA+ffrg6+vLpUuXuHz5MiNHjgTgvffeo1evXgR4ODGwW2tMEhknYtKJurSEjz76iPbt29OuXTsGDBjAnDlzqFatGhcvXkQkEtG9e3c6dOhAamoqn3/+OQMHDmTz5s38888/ODo6lvtYBgcHs23LFhq7u6Nyc8ezbh1EIhG1a9emZcuWvP7664wdO7bU6JE7ERYWhtFo5Ouvv6Z3797s37+f77//vtTtRCIRdWuGsWfnNs5fuIAuz4caAV53HZ1xL9ztuVBe1Go1zz//PK+99hqurq4EBgby+eefo9FoGDduXJGys2bNws3NDS8vL95++23c3d2LRC8JgkBqno7kbC27tm1m28b1jH52ONLatRAEgb/++ou///7bmqKtRYsWqFQq3nrrLaZMmcKRI0dYtmzZbX1UKpWMGjWKL7/8kpycHKZOncqgQYPw9i4MNdfr9YwbN4533nmHC5EXeG/mewwZOwSRWISXixcTn5tYpn38LzeF5k+dOoW/vz8ODg4lhun+l9DQUPr27ct7773Hxo0bqVatGrGxsaxatYpmzZqxadOm2zRJ7qW9W5kyZQrt2rVjzpw59O7dmx07dvDPP/88EFEyG+VEECyGZkNBEaNGti6btII0nBROuNu5V2IHbdi4/2xMyWL8uWtM9Pfgg2q+j/S9ateuXezbt4+zZ88yfvz426IvnZ4MRnspE2OKhqwNkbgOq1Upx+NmhMacrZc5GZvJ/qh09EZLNGCnWh4sGtkM8SOQHqzMxB215GwXS8GrHvg2rJRuhHuE81WHr6z/26jaCIKANt+Anf3dT6AJZgHNyRRUDT2twuG3suryMo6b1/DZkE8I/vMLfMyphMXFMK3ndPqE9S5S1l0uLeKtO+ncNRJ1vkwKKJ9TFGARXJ60B/bNgT1f0sH5DBvM7chOSWblu6/Rc/IrVGvW8q72OeVaNNuXfE/CJUvKWhcfPzqNmURwg8albHkfqd4VXjwMilvefzOvQUFWpd0P7oTU1dX6f86x4+Tv30/+/v0k/Pora0Pasi60HZob404BsHNRUCvImadqe/FsPT+UZTRimPUmcndfx+EJX6vYvVOvUIsYeHHPCEEAk8GSYsmgseiXKG4Y8JqMgdRLSHZ9QrObmhKX/73RQ8D7ljTQrSeX2jeZlxeOPbpjuB6P1LtsKcpcR4wgd/O/uE0Yj1OfPmXapiI4obnEp/0FFFoJbps30Hby77CkO1zbC39Ogad/KFEPRCwWM+qLz1E7q0odL9yM0qhZs2axcxwFuXrsHCz3K7lSimfQned7RCIRP41rzjc7Ivn1SCx7r6Sx90oaPep588qTNajmWbpxtjxIRCI+qu7H+LPXEEERw8bNPf+wul+JIuFisajSDBq30iLUjY1T2rDqaCzztl1hzBMhD6Tdm8cvQClnZlQCS+LTSNDpWVAnmC1Df2XkipeY+OsW3HJPsCR/IGO/W2MzbDzm2PJFVCBymSti8Z0n98RiBXKZ6x3L3A0hISGcOHGCjh078sorr1CvXj26du3K9u3b+e6774qU7dKlCz4+PnTr1s3qWX4rI0eOpKCggObNm/Piiy8yZcoUJk6caF2/dOlSRo4cySuvvELNmjXp06cPhw8fJiAgoMT+qVQqLl68yIABA6hRowYTJ05k8uTJTJo0CYBu3bqxcd1vbN2+g+Y9n6VNrxF8NXcuAYGFda5du5ZmzZoxdOhQ6tSpw4wZM6we47Vr12bBggV8++23NGjQgCNHjpQ7zdFNZs+ezbatW6nRpQstenQv8uAdN24cer3+Nh2S8tKwYUPmzJnDZ599Rr169VixYgWffPJJmbZ9btIkatWsydCnOlEvLIBtO3ffU1/uhbs5F8qC2WxGekuUzKeffsqAAQN49tlnady4MZGRkfz777+4uBQNdf3000956aWXaNKkCYmJifz5559WDRWTWSA2Q0NSthYBaFw/HE8XR96Y8RoNGzakZcuWrF69mkWLFvHss88CliioX375hb///pvw8HB+/fVXZs6ceVt/q1WrRv/+/enZsydPPvmkNaLnVjp37kxoWCht2rZh5LCRtH+yPdPemEaAQwCBjoF88dkXZdrH/zJgwAC6d+9Ox44d8fDw4Ndffy3XsX7llVfYtGkThw8fpm/fvkyfPp3JkyfTsGFDDhw4wLvvvluh7d3kiSee4Pvvv2fOnDk0aNCAzZs3M336dJRKm+B0lUMkskTOOXgX8fzTGDVojVpb3nQbjwVn8izRSnYS8SNt0ACLQd/FxYWsrCxWrVp1W9pFkUyM66AaIBZRcCaNgojUSuqpxbDxctca7LyUajVojG8TwpLRzR8vgwZYJnBr94JGw8Hj9ijVB0n7gPa0D2hv/Z6jz8Forvri8o8bWSka1n5+nLWfHcdsvvsUoBkrLpD5+2Vyd1ry6//3t76QfoH4vHhiDdsIf/kP9vmOpfaorxkXPhYPlQdGQ9Gc7Te9dcf4uSMA70cm8O6V65juJk2pVA4d3oBJe3Af+hXDP51PQN36GLQF/DH7Yw6vX12u9KeCILBz+Y/88sY0Ei6dR6pQ0GboKEZ+8U3lGjRuYudSOFYzmy2aDos6W9LQVSHMZjObr6YyYeMZGs3fTYMt6bz+4utcDghBqdUy/MJWlm39hEmZh5j0ZDC73+zIxde7sGFIUyaE+6I05kNeCmRcheTzcP04aG4RhE+PgiM/wv55ZHy9kdztsWQvXGU5Hr+PQZx4uNCgEbUD5jW0aF98EgCz3OAjD/gsCObUhrNrC+uN2g5nb+hCXN5s+SCAyh1av2TJMlFOvN99l8ClS0pMHyUIArm7dlnPU4mTEyEb1j9QgwZAPfd61LGvTr6diLd89nPVIMCg5SCSwOnfYOfHd9ze3kVd6vjJbDZb9TSKSz0Vczadn94+wOWjSbetuxNejko+7FePHa90oH8jP0Qi+OdsEk9+tYfvdxevBXovPOXhzKJ6wXgrihplfBQyFtUL5ikP5zLVU9mpmSViEcNbBLHv9U6EeRQ6uHzw1znmbLlEgf7eszcUh0gk4rlATxbWDUYhFrE5LYcBJyNJ1Rv4afg8znewGKPb7LnI9+M6YTTaxhePMyKhsq+UB0xOTg5OTk5kZ2ff5sWv1Wq5evUqISEhdz2xptUmoDdklLheLnNFqbzdkPAg0Wg0+Pr6smTJkjKlUHogmE2QehFMegTgilKFTCLHz94PuaRyLNVmjQbEYsS3nAsff/wxq1at4syZM5XSp1u5nqkhI1+PTCKmuqf9fc1x+KDp3r071apV45tvvqmQ+nQGEzEZGrQGEyKRCF8nJa5qeYVMTM2cOZMNGzbcMd3Z6NGjycrKYs7yORQYChCJRLgp3XC3c7eIydkAYMKECVy8eJG9e/dWdldslAGDyYDGqEEukWN3Q2ujIp6jNmxUVQ5k5tHUSYVc/Og8b0siLS2NRYsWodVqqVu3LgMGDLCmy7xJzrYYcrbFIlJK8Z7eGInT/Ul/URZqvP0PepMZuUTM5Y97VFo/HjgpF8GtGkhuOIKYDIWiwVWEbF02E7ZMIMAhgM/afVY2sWcbDwS91shPbx3AoDcxcEZTay738qI5lULm2ivY9wriK9MidsTu4K+n/8JJYUktdCb1DLG5sXQO7IxSevvY4Mj8EUgM+YSO/BYXj8L3ZEEQ+C4ulVlRCQA85eHEN7WDsLvHdx6T0ciurz/g1CGLp32t1u148vmXkMnLdg/bvuR7Tv27kRqt2tJ+xFgc3e8tldd9Q5cHG563pKV7fj+4PhhPa4x60OXeiHQoAEM+GAo4nV7Aiqsm9qUqSUjUIOiKTogq2zjTXnKdPsd3Ebr5MKRZnAkkHu4ELf8JRe5hi06FqYT0Rc8ss6QcAzi7DtZY0mzrzHXJ0L+Cs+x77CQ3Ut/2+QYaW5zYuLIVVgwsvk6RBHp8Bs0nQFYcfN0YTHcQTpYqYPJxS4TzXXJrCmxTTg6Jb79N7tZteH/wAS6DB911vRVBti6bEQs7c81Rh4/gyC+D1uN58V/480ZUyq3HtQTyMnL494cVNO3VlaDwomm68/Pz+fPPP7l+/TrTp08v4uQIsH3ZeS4eSqJWK286j6pz1/txOTmXL/+9xJbzyfw6oeV909kwCQKHsvJI0RvxlEtp6WxfYoRGke0MZnb+cpH4y5kMea8FCruq89yMSs2jy5zdCIIlzeebPWvTq77PfXP4OZKVx6gzV8k0mghSylnZIJQwlZKFb0+i7do9AOxo6sjEpfsqJXuJjfvHnebub6XqXB2PCEqlb6UbLUrCbDaTlJTE7NmzcXJyos8Dtu7fkZz4GwMEESIEqstdENnfRZhxBSJWFeqd5OXlceHCBb7++ms+/PDDSuxVIT5OduTrTOiMJq5nFhDkVno4Z1UnMzOTAwcOsGvXLp57rmLE9XIKDMRl3tDPkIgJclUVybN5v7nVbuyt8iZFk4KP2gfFHfKOPi58+eWXdO3aFbVazT///MPy5ctvi3CxUQUoyAYEkNsXTpwBMokMJ0nFCW3asFHVae3y+GgzuLu7M3jwYH7++WfOnTuHi4sLXbp0KVLGoWMABRczMFzPI2PtFdzH1K2Uccj87VesBg29ycz87VeKiIc/spxaCX9Ng1YvQJeZlmVVzKABcDHjIleyrpCsSSYpPwl/h4oXs7Vxd8iVUrpNqIerrxr1XRoltUYtqoaeKEKdkTjKOffXOTJ1mWyP3U7/6hbnuXCP8BJTkcVHX6Bx+iakIjPjv/udfv2e4alwywSZSCTihUBPfBUypl6IZVNqNsm6SJaHh+JWRjHe4pBIpXQOzcD92hV2JIWRcmoXBz89jUztRKtXvr2t/NZZExAj0Pm9RQA8MXgE1Zq1JCi84V334YGgsIdBP1nEql1DLGmVAOJPgE8D0GZZNHj0msJUS4YCy1+9BsIHgvpGetFLm+Hc+qLl9Pk3yhfA4J/At5Gl7JGFsOVtEsWuRDjXZp9LY3a7NOXqNSek17XAjeg/MTi5SmgonOZp0x56Hd2PVGSJuBM6QXaMHWlXQxHZOyIPCoTzx283aMhUhR+xFMEskH84EYneD7vafUCuRiGzw1tyEpGiA8h6gFwN/s0K6/BvCmO3WFKsytWWvzfrlMgKUypp0u9s0AAw6izl7sKoIZhMZCxbRvaGPwj+bRX6mBiuvzQNQ2wsyGSFv18l4qRwYq7PVCZd/5xElxwmbZ3Esu7LcMqKgT1fwF8vgaMPVOtSYh2rPvic7KRTZCbFM37eR0XWqdVqhg4ditFovM2gAdBpZG28Qp2o3drnnvajhpcDC0c25UpyLtW9Co253+6MJF9nZFK7MJxU9/48lYhEPOFSfmOxRCYm+VoOeZk64i9mEtqo6hhOQ93VLBjWmI82XSA+q4Apv57k50MxzOxdlzq+5U/9XhrNne3Z2KQ6wyKiidHq6XX8CsvDQ5j48Q98LvTnqXUX6HQsh19G9WDE8n9sho3HEJtR4zEiNjaWkJAQ/P39WbZsWbEPikpBm2N5+AOoXEGTjkifXyldEcyWgZToP96IkydP5tdff6Vfv373nHqqopCIRQS62hGZmk+O1kB6vh53+4d7onzs2LEcPXqUV155hb59+95TXYIgkJKrIzlHC4BKLiXITYXsAUW0GMwGkvOTi0QaqWQqgp2CH0j7DwNHjhzh888/Jzc3l9DQUObPn8/48eMru1s2/kteouWF1SUE7Jwruzc2bDww4rR6volJ5p0wXxykj19UXUhICH369GHDhg3s27cPV1dXGjcuTK8ikohxHVST5Pkn0V3OJP9wEvYt722iobzM336FOVsv83LXGkztXN36HXj0DRtSpWWCL/WyJeK5ikZ+tvBpwbyO8/BV+9oMGlWQgNp3lxY5KT+JmQdncjXrKn/3/xvJjRzw05tMR4aUJj6lCx4D+IXW5nLfDezesp5tWdXYtvIkG+smMqtvbTwdLQ5m/bxc8FLIGH3mKsdyNPQ+cYWVDUIJtruH954+39Ag4Gdc136CvZDBxRRPDqQGwZfP0+pVS+rmgrxc1r0xgaTUPBwdFHQSBEQiEUq1/f0xaJhNhQYFtXvhNZ162WKYuLnuvwaINtMtaacAji+HM78XrrMaIG78P3QV/DYCvOtBYGs4+HXJ/QloVmjUSLsEp++QwkqbjcZg4veLSWy8EMI56XLy82Xowz0QnC3nhsQtH2V2PrX81fRoEMaQWj44pUXAmQyQNwdZe6sxQSRT4Syzw8mrIYZ8EEkkUKM75udPcH3GTJwHDsChZ2/L8lvIP5xI1h9RiO1lKF5ZiviGh/sdze12LhDY4k4lHgjmggIyfv4FY1ISie+/T+6/WxD0emS+vvjNm4tdeNXQKArpNYj3en3DO/00RBLJC9tf4McuC1FlxVnOkdWjYOxm8C6+v22GDOLv+TFocv1Ij8+7TeQbKDJPZTaZEd94fxeJRdRr51dh+3KrQSMjX8+3OyPR6E38ciiGSe3DGPNEMKp7MKDeC637hyFTSvEJrVoOZCKRiB7hPnSs5cnCPdEs2BXJkasZ9Pp6L0ObBzKjW60KMQjdSphKycYm1Rl5+ionczU8ExHFN7WDmPG/dXxn9yLtVu6g5Yl45k7py0vf/Im8qsxz2ngg2NJP3YItbUYlYDJa0k6ZDaD2sORtT48EsQy86lqFlR6U558xNQ1jehpSLy+kpWgZVBXS8nQkZFlSGlXzsMdOXjVfah8kJrOZuIwCcrQWTyA3tRwfZzvED+A8EgSBDG0GKZoUzIIZsUhMdZfqtnQLNh5OBAESIwABPOtYwuqBAkMBOpMOO5kdCknhpILtOWrjUUEQBAZFRLE3M4++ns78UDe4srtUaezYsYMDBw7Qv39/6tS5Pd1D7r54sjdGI5KJ8XqpMVJ3uwfSr/8aNEpb/kggCEWFWKN2Qkh7eMhSoiXkJeCp8rSNjaoY2nwDSnXxk1GCIJBnyMNBbpkE1Jl0dFrdiRx9Dj/3+JmGng0BMKRqyFh1CYcO/qjCy+5drDea+WZnJAt2RqIy57JO+SFZjV+kSa9JVmezS/lahkVEEa8z4CaT8nP9EBo7qu9tp3MSYdMrcGkTB1MDOJAWTLUANSE9xrJzybcYb2j11GrdjifHTkAmNlvTKWHQgE/Dwmvy2n7L5P+tRoRb0i/R52tLFADAzk8s2gy3GilujQJ45ZJFywzg7xlw5IeS92HycXC/kcZn+4ew98uSy3b/1NJ2QDMI6wz7594S7WAH8lv+7/g2uN+4h8Yft+zfLdEMglTFAY2KpZFwPMFIZkoBmIpOLTmGu9K9qT/tXBx4wsUeF9m9XfMZv6wg+SOLd7+iVi08XpqKfYcO1rkCwWgm5YfTqBt7om7hU7wQeHkQBNjyDqRegtZT4KcyZLqYuPuuhdlzd+4kfeGPFJy0pEazb98e388+ReLsfFf13S+SP/mUU5uWM3OMko41evDBEx8gMwvwS3+LcLiDL4zfBk7FGyD++T6C6FPphDXyoPski/EjIyMDkUhURE/SZDSz8ZsIvMOcaN4r5L7OCQmCwNbzyXy55RKXk/MAcLdXMKVTNYY2D0Qufbiesw+K+KwCPvn7AhtPJ+KskrHzlQ64qO9P+niNycwL56+xOS0HEfB+mC+TAjxY9sVbuP3zBx8PEYOdP9sHr8NeoSq1PhtVm7Kmn7IZNW7BNhlTCWRcA22mZaLMvRYgQNIZQCDe3o0cQz5BjkGoZA/mpqSLisZcoEHm5/fQGDUEQSAmXUOO1oBCKqG6p/3jJ455C1qDiZh0DTqjRT/Dz9kO1/v0YP0vGoOGxPxEtEZLdIhSqsRX7Yud7MFM8NiwUeEYCiyGZ5EYvOtbX9wT8xPJKMjA1c4VH3WhZ7btOWrjUeJQVh5vXr7OknohhKge7kjIe0EQBDIyMnBzKz7ntGAWSFt0Bl10NvIgRzwm1b/3iaQy8NXWy0jEomINF/O3X8FkFpjetcZ978cD49JmywTkiLWWScWHlOisaMb+O5am3k35tO2nNsNGFcBsFtj1y0UuH0lm8DvNcPEuen6dTj3N+wfex1nhzNLuS63Ld8XtItQplEDHQOuy7K0x5G6PReqmxOvlpogk5bsXnE/I4dRPMxim/ZWr+OH68hGcHAs9uZN1BkacjuZMXgF2YhHf1w2mm/s9ejILApzfQNLv77LiQhC3+vXbycz0DrhCgCKl+G3fTio0VKx/DiJ+LbmdVyPB/oahZ9OrcPTHEgqKYOrJQg2MgwvgzOqixgeZqtAA0XpKoQEk8TSkXb7FSPGfdEpqd4vAtkhsSRMEFifDnOvgElzqoYpIzeFQZj5njHr2ZOaSmpyP4khaYQG5GG8fe1qGuTM03IcWPs6l1lkeTHl5ZCxfTsaSpZjz85F4N0BZtwOuIxpi38oiHizciKgpFaPOoplxM7Xq5X9h92eW8W7vuYXlvqoH2XHQ+2v4a0rp9d6DUUNz7Bgxz44EkQiPadNwGz/utgwSVQHd1atE9+hJkouIVqv/RRlwI91WQRYs6WZ5d/CqB2P+AeXtk5HpCXms+vAICDDorWZ4BDpYNSo7d+5M27ZtAYg6mcLmH84iU0gY8m5zHB+A04TJLPBXRAJztl4mNkMDgL+LHV8Nbkiz4LuLbHscOBydTnq+np7hlvuKIAicjc8h3L9iI01MgsA7V+JZGm+574zzc2dWdT++2L2KX679D5EIlHiwa8gm1ArbHMzDjE1Tw0bVpyDTYtAAcA4q9DKT2YFBg8lkwCyY0Rg1D8yoIQ8JxpSTg+QOF01VQyQS4e9ix5UUi75GQnYB/i6Pp2U6u0BPXEYBZkFAJhET5KZ6ICGjRrORFE0KmTfOZ7FIjJfKCxely0Ovc2LjMcdgEWlEalfEO1gulqOSqVBJH897jY37i1abgN6QUeJ6ucz1geiXtXS2Z0ezmo/9fVwkEhUxaGRnZyOVSlGrLROfIrEIl2dqkDz3BPqYHPL2Xseh/d2LpJaVOxksHrkIDb0GNk6z5L8/8A10eL2ye3TXXM+7TrY+m2vZ19AYNTjKH54x96OKWCyiIM+AyWjmakQa9p5yNAaNVejbU+VJVFYUComCTG0mLkqL41eHgA631eXYKQChwIh9e/9yGzQA6vg6Uv3leRxa6YopqA0htxg0BLMZL4WMDY2qMf7cNXZm5DLmzFU+ruHPGD/3u9t5sIxv6j6NV1BbWi78iEOHIy2LEZjU1xfJuf1Fy0sUhQYFo7bQqOHT0CKQLbO78VH/xwBxi7NHi+egXv//REncKC9VFo3IavWC5VMWfOpbPnfiv97z+76CfXOgx+e3iTwn5un45Vw82y6lEhWXjTHXgDFAjbGOMwBKFwUufvbUD3Tm6Tre9Ar1QHofU/1K7O3xePFFXIYNI33hz+jTwxGJpSS+NQ958A8EfPcd4ludagQB8lNBm10YdQKwpDvEHYZxWy2aGgBmoyUixWws2mjblwFRiVEHt5F2+a6NGqqmTfF6800UNWuiatyI/P0HsG/b5q7qup8oQkJQt26F94GD5Py+BuXL0zGZTfyTuI+nhq1GtLgrJJ+F1SNh+O+36T25+dpTrYknlw4c5K+5hxn5+WtcuHABgICAwvFDWCNPOo6ohdpZ8UAMGmBJ8d2vkR89w31YfSyO+duvkJyjxdvxwTtrZSVriI5IxdVbTXD9e7jHPQBahBZ1fNlyPplJPx+nRz1v3upZmwDXinlnlIhE/K+6H4FKOR9EJbA4Po0EnYFv2w4mRX+NLQkr6XQ0mT/XdOKplZtxdKha6btsVDw2o4aNysFkgKw4y//23kU9zhT2gAgPuQMeCl+Ukgf3ABGJxUirWHhnWZBKxAS42BGdlk9Gvh4HhRQn1YOJTqgKCIJAco6WlFyLeJxaISXQ9cHpZ5gFM1m6LMAioOal9kImtolU2XgEMN4wavwn2sjNzg03u+K9tm3YuBe02gQOHuqC2awrsYxYrKBVy233xbBhNAvkmEy43kiR8bgbNP5LYmIiK1aswNnZmVGjRlkFGaUuSpx7h5K55grZW2JQ1nRF5v3wRhNUOeQqGLgEzv9hyZ//ENPOvx3fdfmOWi61bAaNKkTLvqE06R7ESdEBpv8+ko4BHZnZeiYA3mpv5nWcRxPvJqX+ZiKJGOc+YffUF5lcQcvR/yuy7PjfS5FH/ITb0O/xDa7JT+GhvH45jpWJGbx5+TrxWj1vhfrcU6pZkb07YsGSulYsMmMWxByJFtHqpYiixoeS9GtaPmf5lAX3aoUpoyoTsxliD1rSX0kVGMwCR7PymLP9MuevZZGfoUV0S14PAXAxixga6Ek7VweaOqpRdnzwkQRSFxe8Xp9K5p8X0Bw5gTHjMsrQeoivbgW/poVRKBf+gtXPgl8TmLCjsAKJDAQzpF0pNGoEtLAIq3vUKtpY0xt6mgmnyta5hJNQf1CZigp6PSnz5uE8cCCKEEtkjuvIZzFrtVwbPATthQsE/fwTqqZl06h5kDgPGUL+gYNkrV2L+4sv8Oahd/nn2j9EhY/npWG/wdKnIHon/DUN+n5T1FAH1Gltz9mtf5KZL7BjQzg6nQ4HBwcCAwOLlmtz/51YikMuFTOiZRADGvtzIjazyKT8nC2XaBbiSptq7vd1nBh5PIXDf0YT0sC9yhs1/ktkSh5iEfxzNokdF1OY1D6M59uHVUiqdJFIxPOBnvgp5Uy5EMM/adkMPBXJ8g6vUnObLy12f4rCmMXmwV3puuIfXFxs76yPMlUvls3Go48gQFYsCCbLwNDBq+h6Rz/wqIGd2hM7qd0DmVAQTKb73sb9xl4pw8PBkh7jelYB+hs5YB91jCYz19I1VoOGu72CEHf1fTdoGEwG6/9yiRwftQ/BTsH4O/jbDBo2Hh0MxRs1bNi4X+gNGXc0aACYzbo7RnLcC/Njk2l/5CLb03PuS/0PO1KpFKPRyPXr19mwYQNmc+FYQ9XEC2VtVzAJZPx2CeExGYfcN+KOQtyRwu9BraHHZyB9+J1WWvq0xFnpbP1+Lv0cxv96R9t4IGTrssnV5+LmZ493qBPudu5kaDM4nnwcs1B4DXcM7HhXRij99VwMSfn31EeDXoffkY8J151g3ZLP+fngNSTA7JoBvB5iSbv0TWwKL56PQWe++/vOwdkvcuBIDK2bBzF91d+0bh7EgROJHFzyBdh7WhzvSjJoPKSYgc1PfMei8NmMEJpQa98Z+kdEEXk+Ck16ASIBJGopYTVdGderJrvf7MiZKe15K8yXNi4OKB+QAxlYzqWUH05jjE+wCKIfXohLn9r4fTScsE1/4lUn3iKCfm0fhuRkEl5/HX2BChAV1SsB6DXXolvSYEjhMrU71OkLHjXvraP1Bhb+f3McXQyGhASuPfssGYuXED/95SLzEWKlEmXdOogdHTHlVM3xiEOnTkg9PTGlp5O7bRvNfZoDsOjMIpZlRMAzyyxpzk79Anu+uG37gDrBuAe3xiOkI6mabADq1q1L/KUsti45h9FQNeZn7OQSnqhWaFA4cz2b+TsieXbxEYb+eIjjMZn3re2gem4EhbsRHP5wGTQAXuxYjU1T29Iy1BWd0cz87VfoPHsXG08nUFEKCH08nVndIAwXqYQTORp6Hb9Clw6DufLaC2hlEB6dy9YhHYhLjqmQ9mxUTWyaGrdgywX+gMhPs+SlRGQZNFSByTLd1atgFpD5+iC2q/z+3C1mQSA6NR+N3ohaLiXUQ/1Ie5kW6E3EZOSjN5oRi0T4udjhcp8jVExmE6kFqWRoMwh2DH5gqdFs2KgUks5YwvDda1gj6syCGRGiYu8ttueojXslJ/csR4/2LbVcs2Z/4OhQr0LbNpgFuh+/xLk8LQvqBNHf6+HQ1nrQXL16lZ9//hmz2Uzbtm3p3LmzdZ0pV0/y3OOY8404dAzAqVtw5XX0YSZyG6wcAio3eG6vZUL1EWXv9b28tPMlOgd25pO2n9g0Nh4gC04tYNGZRUxpNIUx9cYAlmf8vrj9NPdqgVJxb2PqgrNppK+8iNTdDq8pDRHJ7t4gEBd5hstrP+S5zOEYkNIixJXP+ocT7GHP6qQMXr4Yi1GAVs5qltYLwbmcgtS3GjRavfJtqcsfZiJSc1hxOoH9UWkkxOch6EwIEhG6Tj4gFuElMfHHgXEUKL0o6DWfxtXucZL/Xji9GqJ3Q/1BpG5zQRedjV1NKW4x3S33xxnRhWU3v2mJOmkzncTVJ8la9RtIJDj364P75CnIfHxKbqcsZMXBN00sWhwlIVVYhNudAyyOnMt6WXRUenxe5D6et3cvCa++hik7G7GjI76ffYpDx45FqjLl5iJotUg9PO6t3/eR1K+/Ie3bb1E1bUrQLz+z+Mxi5p6YC8Cs1rN4OisDNr1sKfz0D0WNSFg0uQxGA1988QUGg4HRI8eyfUEM2jwDLfqE0LRnyAPeo9JJz9Px7c4ofjkUg95kMaJ2qe3JK0/WpLaPLfrwvwiCwD9nk/h40wXisyxGvkFN/fl8YIMKayNSo2VYRDSxWj2uMgnLw0OJ3fQzIZ/Ow04PFwKktP7lX7y9Kifqx8bdUVZNDVukho0Hi1EHOfGW/x197mzQMJso0OeRokkhR3f/PBTMBgNmjQZzQQFIHm7vG7FIRICrHRKRiHy90Rq98CiSpdETlZqH3mhGLhET5qG+rwYNQRDI0eUQlRVFekG65bu+anrO2LBRIQgCuFW3aB5JCw0UyZpkLmZcJL0gvRI7Z8NGxSMTi9jUuAbzawfytKdzZXenyhISEkLv3r0B2Lt3LydPnrSukzjIce5nyVueuysOXaztOXlXBLQE11AIbFElnH/uJ0azEQHB+tfG/eNa9rUikcaeKk8MZgNn085al106mET0tyIu7U++5/bkIU6I1VJknnYIxnv7bQOqhdPxtd94p08DVHIJh6+mc+7rgRxc8SED3B1ZUT8Me4mYg1n59DkRSZxWX3qltyCYzMUaLlq98i2tmwchmB7eyLNco4l/07IZuOEU1T7eQt/Ze1m9NYr46GwEnQnE4OyhYrqvB9ua1uBkkI5gQwK19ZE09rmPaVvMt3ji5yTAr0MtWhc3EAQBIXKnxdM/7jDOfcNQNfLEuW9tCOsE4YMsKa1v0v0TmLgL6vTFZfBg7Nu3B5OJrLXriXqyG0n/+x/G9HsYuzoHWAwWE3eX/Llp0ABIOAGxB+DSZkt6LyzZIVLmzSNu4iRM2dko69YlZN3a2wwaABIHhypt0ABwHvQMSCRojh1De/ky48LHMaauxUA68+BMtnkGwRMvWQr/MdlioLoFkVjElStXMBgMODs7ExQSQPcJ9Qhp4E6jrkEPenfKhJu9gvd612Hnax0Y3DQAsQi2XUih5/y9vLTqJGl5Or7aepn5268Uu/387Vf4auvlB9zrykMkEtEz3Iftr7RnepcaKGViq5h4RVFNpWRTk+o0dFCRYTAx8FQkii5DOPnas2gUUDvOyJGhTxGfEFuh7dqoGtgiNW7B5mF6nxEESL8C+nyLx69b9dtyK1rJSYC8ZFJVTqQYC3BUOBLgcGfRSZFIxPr16+nXr1/5u3bDsPHz+vVMmzaNrKysctdRlcjS6InN0CACQj3sUSseHa83QRBIytaSmmcx2Njf0M+4n6J0epOexPxE8vR5AMgkMnzUPjjIHcq0/a3n5rVr1wgJCeHkyZM0bNjwvvW5JHbt2kXHjh3JzMzE+SHUj7FR+VzLvka+IR8/e78i6UPA9hy1ce9UZqSGjfKxfft29u7di1gsZsSIEYSGhlrXZay6iOZUKlJ3OzynNkJcATmUH3ny00HtVvS7yrXksfIjRERqBHXc6tjSd95Hpu2cxvbY7cztOJfOgZboqnxDPrE5sdR2q20td3ZPPLtXXsInzIn+rzW553ZN2TrEjvIKjRyPy9CwYsVi3kh/B70g4fKALdSr35RzeQUMj4gmSW/ASy5lRf1Q6jk8fhHVGoOJ1ReT2HgxiXw/Naf1WkwCSKJykUXmIAB2LgpqBTnTs5YXg2t546T8z7WXehlyEyG0feEyvcai71MeTAZLhgbXwucDuz6Dw99D68nQ9hXLMm0OfHrjXf+NWIwFCrL+iELhmIiD63GLESOgWfmPxYmTpM6di+aIJZWfSKXCfcJ43J9/vtx13RWJEZZjWf8ZTNnZXJ82Dc3BQwC4DBuK5xtvIJaX7pRXcOYsad99h9+XXyBWVa1z+vqUqeRu3YrLsGF4v/cugiAw8+BM1l1Zh0wsY0Gnb2l5YCGcWwcKJxj3L3gW3nPWrFnD2bNncdCaafdEF5r1bleJe1N+olLzmLP1MptOJ+LhoGDPax35cW80c7Ze5uWuNZjauVCgfv72K8UuLw2D3kRaXB4+YQ+/6HVang53e4X1+8rDsRjNZoY1D7zn+Zx8k4nnz8WwJT0HETCzmi+BJ7bh/v6H2Gvh+56evPLuGgJdqrax0IYFW6RGJWMSBPZn5rI+OZP9mbmY7rPtaPTo0YhElnQgMpkMLy8vunbtypIlS4rkOy4Ly5Ytq/DJzpUrVyKRSnlu+luW3IrOQXd+SZNYBlb2RhNOCqf7IiQYHBzM3LlzARDJZEicnBg8eDCXL98fy/muXbusv5FIJMLOzo66deuycOHCCm+rX88nmffR2whAbIYG40PsXXQrRpOZq2n5VoOGh4OCxMsR9OndCxcXF5RKJeHh4cyePRtTBemkpBekE5kVSZ4+D5FIhLudO9Wcq5XZoHE3dOjQwXqeyOVywsLCePPNN9Hpyhd506FDB6ZNm1ZkWevWrUlMTMTJ6eEfFNmoHAIdAwl1DsVebl/ZXbFho0I4nJXHhuT7lxP5UaVjx47Uq1cPs9nMnj17iuRIdu4ThsRRjjGtgOx/rlZiLx8Szm2AeQ0sf2+idnssDBoADTwaFDFo7IrbZdPYuAfMgpnTqaeLLAtwCEAikhCVFWVdppapixg0AGq19KbL6Nr0nd6oQvoicVIUMWgI5nt/Jw5wVfH6iy9yuN777Ap4kXr1LSLKde3t2NSkOrXUSpL1RvqejGTnY6CPZDab2Xw1lfEbT9No/m7qzPyXmStOcex4EhExGZgECLGT06eBDxP61GLPW524+HoXNgxpysSGAbcbNAA8ahQ1aMQdgbnhcGZN8Z3QZlvKJJ8vuuxjb5jfyOLUeBORGAoyIC2ycJnSEXrPh2c3gFSJ9nIm2osZ5J5VY2796l0ZNABUjRsRuHwZgUsWowwPR9BoMOXm3VVdd4VPA6j/DABiOzuEnExEUgHf0a3xfvutMhk0BKOR+OnTyduxg7TvvrvfPS43LkMtKaWy//gDc34+IpGId1u+S5fALohFYvSCAfp9B4GtQJcNK56B3CTr9r2e6oVHdjXM8dEcWrei3HNXlU2Yhz3fDmvMxilt+GxAOHZyCVM7V2d6l+rM2XqZz/65CNy9QUObZ2Dxy3tZ/+VxtPmG0jeo4txq0EjL0/HJ3xd4749z9Pp6Hwei0u6pbrVEwtLwEEb7uSMA70cmcKBOO9L/9yHLOyrZ0SCDXn9051Ti4xMp8zjw6LhvVyE2pWbxzpV4EnWFNx0fhYyPqvvxlIfzfWu3e/fuLF26FJPJRHJyMps3b+all15izZo1/Pnnn0illfdzL1m8iBkvjOK7n35nzpw5qKSKO28gs+RutzMU4O9W7b691An/eWja2dlhd581NS5duoSjoyMFBQX89ddfPP/884SFhRXJSV0R2CukKKRidEYz8VkFBLqqHmp9jQK9kZh0DXqTRT/D38WOnf9uYtCgQYwZM4adO3fi7OzMtm3bmDFjBocOHWL16tX3vM8SkQRBEFDL1PiofVDcOHdNJhMikQix+P7YhidMmMCsWbPQ6/UcPXqUMWMsobyffPLJPdUrl8vx9vauiC7aeNTJTwPBBEpnS47gG4hFYuykj3Y6FBuPD3lGE1MuxBKr1ZNrMvGs78MnxlhZiMVi+vbti7OzM23bti3yvBWrZLgMrEHakrPkH0zEro4byuo2jZISiT8O+lyI+NUiVPsQj9fuleXnlvPlsS/pEdyDT9t9ilhk88ErDwazgaf/eJqYnBg29N1AmHMYAKPqjmJknZF4qO7soSqVS6jZsmJTgwAIRjPZW2Mwphbg9mztex6fi8RiWgx8uciypNgrZP0yjm97fc77Mnf2ZeUx4kw0X9QMYNj9TKNUCSTq9OzJyGPDxSQO7Yq1pJG6FbkYb197elfz4dl6vgTalfLuXRqHFoAmDa5sBbk9pF2G5hNBdiMq9+C3sPszaDwS+nxtWaZ0snwMBZB9vVCAu+FQqPEkuFUr0oTQ4FlEUsv1rm7mjTFZg7qF9z1H+olEItStWxPcqhV5O3Zg17ixdV1BRAQFERE4Dx6MWHGPx6gYBEEAsxmRRIJILsdveDjmvXtR+GWWWXReJJXiPXMm2evW4Tp2bIX38V5RtWyJPCgIfUwM2X9txGXIYKRiKZ+1+4zIrEjquNWxFByyEhZ3hfRIWDkIRv8NCnuObYqDAl/s7AYimAuIPZtBcP2HbyxWz88JKHQaDPGwOH99tzuKH/dGYzQL5TZoACjtZTh62GHQGslJK0CpfnQiGp3tZMzoXpPZWy9zMSmXYT8epme4N2/1rI2/y91FJElEIj6p7kegUs6sqAR+vJ5GfEAT+rz0A5sOjUcQ6Xnuj5Es67iIWjVtEd+PArZRYgWzKTWL8WevFTFoACTpDIw/e41NqVn3rW2FQoG3tzd+fn40btyYt956iz/++IN//vmHZcuWWcvNmTOH8PBw1Go1AQEBvPDCC+TlWTwWdu3axZgxY8jOzrZ6is+cOROAX375haZNm+Lg4IC3tzfDhg0jJSWl1H5duxrNgYMHeePF0dSqHsaav3cWWX8zMuTff/+ldu3a2Nvb071PfxJT0i0TakYtR48epWvXrri7u+Pk5ET79u05ceJEiW126tSJyZMnF1mWnp6OQqFgx44ddOjQgZiYGF5+5RXrft7al1v5888/adq0KUqlEnd3d/r3729dt2DBAqpXr45SqcTLy4uBAweWejw8PT3x9vYmJCSEqVOnEhwcXGRfdDodU6dOxdPTE6VSSZs2bTh69GiROnbv3k3z5s1RKBT4+PjwxhtvYDRaPNpGjx7N7t27mT9/PrV8nGgQ4ML5y1Fk5Os5d+4cTz31FI6Ojjg4ONC2bVuioiweW2U5xiKRiB9++IFevXqhUqmoXbs2Bw8eJDIykg4dOqBWq2nVqpW1ToCZM2fSsGFDfvjhBwICAlCpVDzzzDPlSvGVma8nKjUfvcmMQiqmmqc9MsHAhAkT6NOnDwsXLqRhw4YEBwczfvx4li9fzpo1a1i9ejUArVq14o033ihSZ2pqKjKZjJ07LeejXq9nxowZ+Pn5oVaradGiBbt27cJJ4USgYyA71+3Ey92LjRs3UqdOHRQKBTExMeU+N8uKSqXC29ubwMBABgwYQNeuXdmyZYt1fXp6OkOHDsXf3x+VSkV4eDi//vqrdf3N82DevHnWc/zatWvWiKGbx7/Y6697dxITE611GY1Gpk6dirOzM25ubrz++uuMGjXqrlK92XiIyE+1pAI0aiu7JzZs3DcUYjHPeLsQYienn6dt0r28yGQyunTpguKWyaCbERvKGi6ob0yOZq65jLnA5nlfIp3fh6dmw+AVj7VBAywRBVKxlGCnYJtBowwUGAs4nnzc+l0mlhHmFIa9zJ7o7EIRZXc791INGsVh+O9k+V1iTC8gb1882vPp6KKzK6TO/5Kw+hXq6iPIXTOd1mkm+rs7YRLg5YtxfHE1kYc563Zino7PD0XT7afDNP79CI0OnOeli7HsLNDc0MUQ4eStpkMrf+aPa0rk+9049Fxb3m4WcvcGjYRTsO0DOLYU+v8IXT6AHp/Cuomw9V2LYeMm7jXA0Q/+G8n+wmF4M77QoAHg5G+JYJBbnBjNWiOZGyJJ/eG0NZJHJBbh3CcMmZf67vpeDCKRCIfOnZG6WJ71giCQMnsOyf/7hKhu3cn8/XcEQ8V5wptycrg+ZQopc+ZYl8menoViwlLL/f7mvd6ot6QbvAP2bZ7Ab85sa9+rEiKxGOcb0RqZq1ZZrzO5RF5o0ADijPkkPL0AVO6WtFxrxoDJSL22fjh7qQhrHIpY6sXhv6IrJKKrsvF0UFDnhnC40Swgl4jLbdC4Sf9XGjPyf63xDHq0hMilEjHPtgpm5ysdeLZlEGIR/H0mic6zd/PV1ssU6O/u+SMSiXgh0JPv6wQhF4n4Oy2bH/OdmdbocxRaKa+vyeb6mKGcO3eqYnfIRqVgGymWgiAI5JtMZfrkGI28fTm+WIm7m8veuRJPjtFYpvoqYuDVqVMnGjRowLp166zLxGIx8+fP5+zZsyxfvpwdO3YwY8YMwJKaZu7cuTg6OpKYmEhiYiKvvvoqYJn0/fDDD4mIiGDDhg1cvXqV0aNHl9qHJd9/zVOd2uDk5MyIkWNYvGTJbWU0Gg1ffvklP//8M3v27CE2NpZXP5pvWanPIys7i6EjhrJ3714OHTpE9erV6dmzJ7m5ucW2OX78eFauXFkkXc+KFSvw9fWlY8eOrFu3Dn9fX9598UWuHThAQkJCsfVs2rSJ/v3789RTT3Hy5Em2b99O06aWEOdjx44xdepUZs2axaVLl9i8eTPt2pU9B6QgCGzevJm4uDhatGhhXT5jxgzWrl3L8uXLOXHiBNWqVaNbt25kZGQAEB8fT8+ePWnWrBkRERF89913LF68mI8++giAefPm0apVKyZMmEBiYiJnrlzD29ePUxejadeuHUqlkh07dnD8+HHGjh1rNYbk5uYyatSoUo/xhx9+yMiRIzl16hS1atVi2LBhTJo0iTfffJNjx44B3GZQioyMZPXq1fz1119s3ryZU6dO8eKLL5Z6jMyCQHxWAXGZGsyCgKNSRpinPUqZhC1btpCenm49P2+ld+/e1KhRwzrJP3z4cH799dci19Rvv/2Gl5cX7dtbQqvHjBnD7r27+fSHT9mwZwMDBg6ge/fuREZG4iB3QCQSodFo+OSTT1i0aBHnzp3D09OzzMftXoiIiGD//v3IZIWeGVqtliZNmrBx40bOnj3LxIkTefbZZzl8+DBw+3mQmJhIQEDxujTFXn+3HNfPPvuMFStWsHTpUvbv309OTg4bNmyosP2zUQURzGC8cf+8RSQ8Q5tBsiYZrc3QYeM+IZe5IhaXNgEjQiqpmBc7mVjEayE+7GxWCwepTffhXhAEgT179rB27Vpr+ginniFI3ZSYsvVk/RVVSg2PEdf2waZXLXpzABIpNBtv+fuY0ymwE2v7rOWFhi9UdleqPIl5iXRc3ZFJWyeRqy8cd77Z4k12DtpJ16Cud113alwu6744zuaFZyqiq8i81Dj3CcNtRG2UYc4VUud/CRz2NUfVHXjLMJb52yOJ3h7HMLVlkn32tWSmX4zD8JBMlubpjSw9c52Bq49T54vttPx4Gws2XODS+TRSYyz54hs6qHiplh/vDW/A6fe7EjGtA8v6NqBPda/y56bf/BYs7Qnpt9ynUy7Avjlwdq0lNXSbaWDnAjV7QN2nYf88WDsBNBlQbwC8fB66/69ovfYeUEpUu6A3ozmZgj4uF11kVvn6fS8IAo69nkLq5YUxKYmkd98jqlcvsv/aeFs2h/KiPX+eqwMGkrdtO5k//4Lh5lyDSAR1+oBrSGHhA/Pgm6Zwdl3xlRWD/nr8PfWvonHu1w+RQoHu4kUKTp26bf2VzCuM3DySiUc/JG3AQpDawZUtnPuyJxEXjvDM203oOKI2MqWEtLg8Ik+U7jhb1WkZ6ka3ul4AyCVi9CZzieLhpaG0lz3UGTdKw0Ut58N+9dg0tS0tQ13RGc18szOS65mae6q3n5cLqxuG4SyVcDxHw48Fgbxb90vcs8X4ZRhJHjeCQ8d2l16RjaqN8JiRnZ0tAEJ2dvZt6woKCoTz588LBQUF1mV5RqPgteNkpXzyjMYy79eoUaOEvn37Frtu8ODBQu3atUvcdvXq1YKbm5v1+9KlSwUnJ6dS2zxy5IgACLm5uSWWMRXkCAG+3sKGJXMEQZMhpKamCjKZTLhy5UqR9gAhMjLSuuzbb78VvDw9BCH+hJCfHiWcTT0rXEq/ZF1vNBoFBwcH4a+//rIuA4T169cLgiAIWq1WcHV1FX777Tfr+oYNGwozZ860fg8KChLmfPaZYMzLK3HfW7VqJQwfPrzYfVu7dq3g6Ogo5OTk3OEoFbJz504BENRqtaBWqwWpVCqIxWLho48+spbJy8sTZDKZsGLFCusyvV4v+Pr6Cp9//rkgCILw1ltvCTVr1hTMZnOR42Vvby+YTCZBEAShffv2wksvvSQIgiCYzWYhOjVPGPfidME/MFjQanVl6m9Jx/idd96xfj948KAACIsXL7Yu+/XXXwWlUmn9/v777wsSiUSIi4uzLvvnn38EsVgsJCYmlti+3mgSIpNzhYi4TCEiLlNIzC4oss+ffvqpAAiZmZnFbt+nTx/reZ+SkiJIpVJhz5491vWtWrUSXnvtNUEQBOHMhTOCSCQSdpzZIZxNPStEZUYJOqNO6Ny5s/Dmm28KglB4np46dequjtvNc/Pq1asCIJw8ebLEOtq3by/IZDJBrVYLcrlcAASxWCysWbPmjm337NlTeOWVV4rUc/M8uMnN8/DmcSvx+vPysn738vISvvjiiyL7GBgYWOI9x8YjgC5fEOJPCEJChCDcct1FZ0ULZ1PPCpkFmcVuVtxz1IaN8lJQEC9k55y57ZOUvEnYsbOOcPbcq4LJpL+nNjRGU5Fnio17Jzk5Wfjggw+E999/X9i2bZt1ufZathD3xh4h7vU9guZMaiX2sIqQmyIIH3oJwvuOgnDi58ruTZXHaDIKv138TTCYDJXdlUonKS9JOJ503PrdbDYLfdf3Fbqv6S6cSztXoW1lpWiEb5/bLix4cYeQl6mt0LrvJ2azWfjjVLzQ8IN/haDXNwrvvv2S8Mc3LwjBWw8JXjtOCoNORgo5hrK/Yz8ozGazcD5XI/wQmywMOxkpBL37txD0+sYin9BZm4VOSw8KnxyMEjL1ZbweCrIEQX/LmCxqpyB800IQVgwuWu77tpZ70vnC9xch5aIg/DW9+PtUxjVB+MDVsk3UzvLurmAqKNr//FMpQsGVzHLXUxGYtFohfdky4VKr1sL5mrWE8zVrCVG9egu5e/eVuy6z2Sxk/PabcCG8vnC+Zi3hSqfOgubM2Ts0bhSEhR0txzHit5LL3VJ/0qefCefr1BXyDh8ud//uJ/FvvCmcr1lLiJ8x47Z1SXlJQrc13YR6y+oJA/8cKMRsXS6Y33cShPcdhQNfDLKW27/2gjB31KfC/NHPCwbDw33Pn7ftshD0+kZh3rbLxX6/Wx71savZbBY2nU4Qvtlxpcjy5Jy7f7e8nFcgND1wTvDacVKovfe0sGrPdmFX8zrC+Zq1hF3Nawn/7ll/j722cT+409z9rdjcgR4DBEEoYtnduXMn//vf/zh//jw5OTkYjUa0Wi35+fmo1SWHeJ4FLmxMAAEAAElEQVQ8eZKZM2dy6tQpMjIyrF54sbGx1KlT5/YNzGa2bFhJvqaAHj2eAjsX3O3gySefZMmSJfzvf4WeHCqVirCwMOt3Hx8fUlItQkEKQwEZmRks+GwBx/cfJzk5GZPJhEajITY2tti+KhQKRowYwZIlSxg0aBCnTp2yRpjcikguR3KHfT516hQTJkwodl3Xrl0JCgoiNDSU7t270717d55++mlUqjvn/9u7dy8ODg7odDqOHDnC5MmTcXV15fnnnycqKgqDwcATT/yfvbMOr6r8A/jn3Nzuujc2FmwwursbBRQEpEEUUfRHmSgGKKKIggiKGCCKlCgKIiBISDejm7HBYN1x+/z+uHC3C0tWxPk8z322+543vu+5J99vtbHWVyqVNG/enLNnzwJw9uxZWrVqZfObtmnThszMTK5fv05gYKDtHG/ln7hw9hSNmrckMceEfz5GsPHx8bz//vts27at0H1cv3596/8+Phbrg3r16tmUabVa0tPTcXa2WNIGBgYSEBBgrdOqVSvMZjPnz5/PN79Drdp1iIqKAqBJ81b8vWEDzvb5x48UC/Boynvce3l50a1bN5YtW0a7du2IjIxk3759zP96Pjcyb7B5z2ZEUaRXy17I8jiw6XQ6PDxyY/CqVCqb+Zdkv5WUYcOG8c4775Cens6nn36Ks7Mz/fv3t243mUzMnDmTVatWERMTg06nQ6fTFXoOF0S+59+t0HJpaWnExcXRvHlz63a5XE6TJk0euERuEiXAmGP5q7S3CYXiqnZFJVdhr5RyakiUH3Z2VbCzq3JXubNTXVycG+a7raS8ci6aTJOZ2eFV8VE/PPGJKxNvb2+eeOIJ1q5dy65du3B3d6dRo0aog5xx6hBAxo7rpPxxCVWwM3LHopOjPrQ4ekG3DyHmsMXaWaJQPtj3AX9c+oOI+Ag+bvdx0Q0eUvbf3M+LW17Ez8GPDf02IBNkCILA992/x9Pes8yteF287OkyqjYB4W44uJZ9rgGz3oTuYgr2dco2dr4gCDzZoAqtQz2YvWYXb11ejiZBR6ZTCO8Edee/lAz6HrvIL/Wr4aeu3OvQ8YR0lp24wZ7LicRm6MhqnPvOoXRUIs804FvFkdahngyu60dzP9f8OzKbIO2axWPCPzdfBD89CZH/wdBfoUYPS5nCDhLOgv6OZNltXwGTAfyb5JZ5hUPvOeSLWxA894+l/2odc8tFsdAQeqIokvHfdTK2X8NrbANUfpb3Fk2DkodGKytkajXuzzyD64ABJC9dStKixeguXsQYe7PoxnkwZ2cT+8GHpK1dC4Bjx45U+XQmcheXghvJ5Jb9eGatxdvlNqnR4OgLCttjVBAEzJmZYDKRtXcvDnnezyobtyGDSfvjD9I3bMT7rbdsQmX5OPjwbbdvGblxJOeSzzEm08CbWSPp4vATrTI3WRLQ1xtA3fa+7Pv1IIg6dq/8h47De1XijO6d/JKC3/47Z8sFm+/F5dTOGE7uuE6ddv7U7xRQdIMHFEEQ6FnPNq/T2Zvp9PlqD4OaVeXVbjVwcyjZtbu6gx0bmlRn+IkrHM/IYbLMg7c++xLT5An4pYgkvjqF/V+60LJ1p7KcikQFISk1ikAjk3G5fb2iKwL7UzMZdiKyyHrL6ofQ0tWxWGOXBWfPniUkxOLiGBUVRc+ePRk7dizTp0/H3d2d3bt3M3r0aAyFxJDMysqie/fudO/enV9++QUvLy+io6Pp0aMHer0+/0YZN1i87HeSU9PQBOQqPcxmM8eOHWP69OnI5ZZQD3nD6oDlYiaKIti5IVc78PGo10lMTGTu3LkEBQWhVqtp1apVwWNjCUHVsGFDrl+/zuLFi+nSpQtBQUGWfosZ2quwpOFOTk4cPXqUHTt2sHnzZt5//32mTZvGoUOH7srLkZeQkBDr9jp16nDgwAFmzJjBSy+9ZF2gv/PFJO8C/Z1Kqttl+bW7jVIuw83JARFIytThpFbcpSQYNWoUCQkJRe7jvL/V7fHyKytswft2nfzkTcrSMffHlRj0BlQKGaF+7vkqNGrUqAFYju/WrVvftf3cuXM2yrZhw4YxceJE5s+fz/Lly6lTpw4OQQ6kaFMwm83I5XIOHTqEWmn74ubomHuu2tvb3yVzcfdbSXFxcSEszJJA75dffqFOnTosWrSI0aNHAzB79my++OIL5s6da82RM2nSpHsat8Dz746yvBSkTJJ4SDDkUWrkwc3ODTfuv3i+Eo8OeRUaoihiMKSgUrmXqI/L2Vo2JKRhQuSmziApNcqQRo0akZyczK5du/jrr79wdXUlJCQE565BaM+lYIjNImXNpTJJFPxAEXfGErbF+daLevMxwJhHPn9GcehQtQMbIzfSKfDRWWwQRZEzSWcwi2bqeVneQxt4NcBB4YCPxocUbQoe9pYF8HvJk1FcwlvcbXhUFpi1RuK/isCYlIPXmHqoq7mW+Riejmo+GdmVY5s+Iyfid/oNnkhtrYHhJ65wOlNL7yMXWdagGjUdKs5IIyZTy7JTN9h6IYHL0WkYM23fve0MZlr5uNDOzYmGtUNo7ul0dxipuDMQexICmoLHLYOkqL3wU29wC4GJEbl17W89r6XmMbTyqQvDfgdP2yTd96RgDWhq+dxGmwbLBkLHyRDaOd8mgiBguJ6BqDORfTgW1ROh+darDGQODniOHYvb4MGkrF6NS57cgZm7diNzcCBrzx6Qy/B62TY8niiKXO7ZC2NsLMhkeL0yCY/RoxGKs54jV0K9PHk5TQZYPsiirBr4M3jXtKnuPflNnLp3w7Fdu9JMt8yxq1cPuzp10J4+TdqaNXjceme9TZBzEN92+5ZnNz3LDcfLzA6Qo0puRDvhGPz5EjhXwTmoNbXaDcBsFmj5VNdKmknpMRWQFPz2d9M9hMHT5xhJvpHFtTNJD7VSIz+2no1DbzKzdH8Uf524wWvdajCkeWCJwux5qZSsaRTG2NNRbElK5wM8eenjObR+5zX8k80kj/8fu+Z8QbsOPcpxJhLlgZRTowgEQcBBLi/Wp6O7M35qJQW9nghAFbWSju7OxeqvLF72tm3bxsmTJ60W3ocPH8ZoNDJ79mxatmxJjRo17sonoVKpMJlsk/KcO3eOxMREZs6cSbt27ahZs2bhScJ1GSRdu8jazTtY+fNiIiIibD6ZmZls3Lix6Am4B4ODF7t372bChAn07NmTOnXqoFarSUxMLLRpvXr1aNq0Kd9//z3Lly/nueeeA8CckYHuwgVUcvld87yT+vXrs3Xr1gK3KxQKunbtyqxZszhx4gRXr15l27ZtRc8rD3K5nJwcywJiWFgYKpWK3bt3W7cbDAYOHz5MrVq1AKhduzZ79+61WVTeu3cvTk5O+Pv7A/n/ho0bNeT4of0YDAaupWRjMNoqHXbt2lXifVxcoqOjbY6zffv2IZPJrIoJsOTPuJ6STUxKDn7+ValXO5wuLRoQGhyYX5d0794dd3d3Zs+efde2devWcfHiRYYMGWIt69u3L1qtlk2bNrF8+XKGDx+Oo9IRtUJN19ZdMZlMJCcmExYWZvPJz5MkL+W5326jVCqZMmUK7777LtnZ2dZx+/Tpw/Dhw2nQoAHVqlXj4kXbOJ35HQclxcXFBR8fHw4ePGgtM5lMHDt2rFT9Stzn3FZq5MmnISFxP2EyaTlz9nUOH+mPwZBeorahGjs2N6vBZzWq0tC5cO9KiZLTqVMn6tSpg9lsZtWqVSQkJCAoZLgNrAFyAe2ZJLIfgnjZxeb8Jvihy62kqLcWMQVBUmgUky6BXdjYf2Op8kM8aCw/t5zBfw9m/rH51jJ7hT0b+2/kp8d/sio0KhKjoWwShgPI7BQWjy1nVbmfB40ee4ZWk9dip1LS0FnDugYhfL//fape3seTRy+yO6XscuDdSabeyN6UDGZF3qT3kQu0WrzXmhfDmGlABOzc1DRq6MOUwfU52bE+KxqE8nKgN62dTCgOfQvbP7HtdPsM+OMFuPRvbplnDZCrLIm3zXl+p8dmwlvRt5Sot1A7QvWu4BZc9hPeNQeu7Ye/X8u91gHmbAPmPAl/XZ8IxW1gDVx6Vyt7GcoAuasrnmPGICgs9r9mvZ7YqVOJGjqU9L//JnHefBIWLLBpk/jNNxhjYxE0GgKX/Ghpf68GqkmXICsBshPB0ftu+Rwd7zuFBljWzdxuJwxf9Wu+eUlqutfk6y5foxJUXHO9wJdB7phr9gaTHlYMgYQL9PzfEHqPH4ydQ9l7iFUUr+Sj0LjNhC7VeaVbjXy3FUZYE296jKlLl1H5REh5yBnXuTrLx7Qg3MeJ1GwD7609Te/5u9l/JalE/TjI5fxYN4RnqnggAgvwZfPHXxPtqURhFvn4wHusPLmlfCYhUW5ISo0yRC4IfFTdsqh85+PZ7e/Tq/sjL6eHN51OR2xsLDExMRw9epSPP/6YPn360Lt3b0aOHAlAaGgoRqOR+fPnc+XKFZYuXcrChQtt+gkODiYzM5OtW7eSmJhIdnY2gYGBqFQqa7t169Yxffr0/AUxmyA1mqW//42HuxtPD3uGunXrWj/169end+/eLFq0qNhzCwsLY+nSpZw9e5YDBw4wbNiwQr0obvP8888zc+ZMTCYTTz1lsUAxpaYiGo0EBQSwc+dOYmJiClyEnjp1KitWrGDq1KmcPXuWkydPMmvWLADWr1/PvHnziIiIICoqip9//hmz2Ux4eHihMsXHxxMbG0tUVBSrV69m6dKl9OnTBwAHBwdeeukl3njjDTZt2sSZM2cYM2YM2dnZVgv9l19+mWvXrjF+/HjOnTvH2rVrmTp1Kq+++iqyWw9PwcHBHDhwgKtXr5KYmIjZbGbcuHFkZWYwZfzznDh2lJ1HTvDzzz9z/vz5Uu3j4mBnZ8czzzzD8ePHrUqAgQMHWhUGBqOZKwlZJGdZvAx8ne0IdNcglxV8rjg4OPDtt9+ydu1aXnjhBatSadGiRYwaNYoBAwYwcODAXBns7ejRqwfvvvcuZ8+eZejQofg5+FHNpRoN6zRk2LBhjBw5kjVr1hAZGcmhQ4f49NNP2bBhQ6FzK8/9lpehQ4ciCAILbj1Eh4WFsWXLFvbu3cvZs2d58cUXiY2NtWmT33FwL4wfP55PPvmEtWvXcv78eSZOnEhKSsqjZWX7qHE7EXgeTw2dUYfRbKwkgSQkbDGbc0hNPYRWG0Nq6v4St6/pYM/QKhW/MPgoIJPJ6Nu3LwEBAWi1WpYvX45er0dVxRHnrkEApK67jDFVW8mSVhCe1UGmsFxPDaVLevmo4mmfG6IoQ5/BN8e/eWjuRwazga3RW7mSdsVa1iGgA3ZyO9zt3THlWaR2URcSxqac0GuNbFt6lp+n7EWXU3b73PWJUHwmNkYdUv5zyvu8mvD3PJ7Q/cdPl95DOH6dIUcu8XtscpmMYzab2XglgefXn6DRvP+o+8Fm+u88y5yrcRxOz8boYYfcQUFoTQ/GPFmTXVM6c25yV/6oHckLF9/D6eL63M4M2bDpLdj1uY2CgICmENQG7PN4KDp6wzux8NIeSzij2zj7gV0FHjMd3oTmL0CfBRbvAyDndBKxc46Qse2atZrcRY1DY58H5j1C1GpxaNMa5HL0V68CkDhvPjc/nI7uyhUSFiwgcd58PCeMp/rOnaUPCeVdC/53EAavAE2e3/nGsbuiTZizsoj/8kvM2ffHvcW5Z09kTk4YoqPJ2rPXWm42mYm9kgZAY5/G9DT2RBAFtBo9WU/MhYBmoE2FZQMgM9fowWw2YzQ+HNf60uLsaU9YE2/sHB5N7+LWoZ78PaEtH/apg4u9knOxGQz+bj9vrzlZon4UMoGZNQJ4t5rFc/Zn0ZVV0+fz0eAqXPfJYcaRV/n+6JrymIJEOSEpNcqYXl6u/FA3GN87Qhn4qZX8UDeYXl6u5Tb2pk2b8PPzIzg4mMcee4zt27czb9481q5daw3z1LBhQ+bMmcOnn35K3bp1WbZsGZ98YmsB0rp1a8aOHcugQYPw8vJi1qxZeHl5sWTJElavXk3t2rWZOXMmn3/+ef6CpF8Hk57Fq9bx1FP9rQvteenfvz/r168nLi6u8EmJIhhyWLTgS+IT42nYqCHDRwxnwoQJeHvfbblwJ0OGDEGhUDB06FDs7CwWx8qAAJT+/nwwYwZXr14lNDQUL6/8Xbc7duzI6tWrWbduHQ0bNqRz584cOHAAAFdXV9asWUPnzp2pVasWCxcuZMWKFdSpU6dQmcLDw/Hz8yMsLIzJkyfz4osvMn9+riXWzJkz6d+/PyNGjKBx48ZcunSJf/75B7dbcSn9/f3ZsGEDBw8epEGDBowdO5bRo0fz7rvvWvt4/fXXkcvl1K5d2xoqzMPDg23btmHW5zD66d706dqeb779zhp6aPHixaSkpNCoUSNGjBhR7H1cHMLCwujXrx89e/ake/fu1K1b17o4n6UzcjE+k2y9EblMIMTTAW9nu2I96A4YMIDt27dz7do12rdvT3h4OHPmzOGdd95h5cqV1jBK6bp0LqVeomvfrpw4foJ27doRGBiIXCZHJliOzx9//JGRI0fy2muvER4ezpNPPsmBAweoWrVqoTKU537Li0qlYty4ccyaNYvMzEzee+89GjduTI8ePejYsSO+vr70zeMmDfkfB/fC5MmTGTJkCCNHjqRVq1Y4OjrSo0cP6zkl8RDiXcdi+ZdHqXEj6wbnk8+TpkurRMEkJCwolW7Ur/cNDRv+hJdX92K12ZyYRnSOrpwlkwCLh+GQIUPw8PCgTZs2qFSW+MdO7QNQBToh6kykrL6AeA8hGB4I8i5CeoTC6M0w7LeKXWB8CBFFkXFbx7EgYgEzD86sbHHKhBn7ZzBp+ySWn11uLQtwCuC/Qf8xs91M5HkXqSsBpUpO7JV0cjIMREYklFm/MrUcmSb3fbmirgW1HnuBg269mWEchu66iLAnjvG7L7D49DHEG8cw3ThGxPm9bDu1i4jzezHdOAY3IiD1Wr79nU3O5M2t52jz3W5CP9jMS98d5N/d10i5kYlgMuGZkkVfb1fmhFflwOOhXA5awNa0sbzTMphA51vPWDcj4PQfEL0vt2OnKpaQUK0n5BqagCX3xbMboP7TuWWCYKvMqCxUDtDzMwhqlVsWcxhzpgHt2URE04OZi0/u7Izf9OmE/r0e5165OR5Sly/nSs9eVoWG18svI3cseW7DfNG4Q2CL3O/XDsJ3nWDZ02DMDTV87aWXSfpmIfGzC8h9UsHINBpr2K6UFSsAy3V716qLrPnsCKd3xZCWloY8Wk6buDZ81/U7nBy8YMhKS/i01ChYMRj02RzZuIevnxvL5m9XVeKMJO4nFHIZI1sFs+P1jgxvGYhMgBo+RYf1vxNBEBgX5MPC2kGoBIENuJDTfiaIdiDA1nUfsmHt8qI7krgvEMRHLDB6eno6Li4upKWlWZMY30ar1RIZGUlISEipF+tMosj+1Ezi9Ua8VQpaujqWm4fGfYU2DZJvWRp5VLe4uJYGow7izwAClzWOaI06ApwCim2pdO3aNYKDgzl06BCNGzcuusEjQnKWnusp2QgIVPNywEFdful1pk2bxp9//klERIRNuSiKJGXpuZmqRUTETiknyEODWlF2D+V6k56bWTfJvJUMTylX4ufgh5PKqczGeBQxm83UqlWLgQMHFuyxJfFQIYoiV9KuoDVqCXUNxa6AsFRleR+VkChLonJ0dDp0HgFY37g6tRylZPcVgdFoRKGwfcYwJOYQ/+VRRIMZ1yeq4djGv5KkKycub4O/JlqS83rXqmxpHjq2Rm/lo/0f8U3Xb6jpXrPoBvcRabo0/r7yN4+FPIa7ncUCe++Nvbyz+x0Ghw/mxQYvVrKE+XP9XDJypRy/0PJRymkvpZK67jKeo+qgcK+YZ4ddFxN46/eTxKTm0F44zo/qz5BT8KK7UVChmHiUGIUXe5MyiNDp2JmSweVr6bgcvk41IZYzYiCiTI6Lt4Ypmo30j/sJWbPRyB6bYenEbIIZfmDSwYQIcLfkvCRqL8QcgcBWtjkqHkBEoxljqg6lpz3os2FeQ7LTamDfpQtCx1cqW7wyQXv+PAlfziPzdshphYJap0pmLV5ijvwEG16HugPgqW+sxZl79hD73vv4fTQdh3xyTFYGuitXuNKzF8hkhP27BbmvH/8tO8eZvTd57IW6uAUp2LFjB9nZ2QwfPtza7lLkNsJ+fQ5yUiC8F+sTenB+z2pkCnfGLV6MshzXKx4U9DlGLh+LJzU+h1Z97598NJXF+dgMqnk5oLyVW2PPpUTScgw8Xte32J5g+1IzGXUykjSjiQCFnsDdk3lveSxmAWLee5Mnn362PKcgUQiFrd3nRboylBNyQaCN2yO2cGoy5CYic/AuvUIDLPFBZQowG/FWuiBo7LFXFL0QYTAYuHnzJm+99RYtW7akcePGiGbzvce2fMhw0yjJ1KlIzdZzLTmbMB9HFBW4b8xmkZjUHFKyLZYmrvYq/N3sCw03VaL+RTOJOYkk5iRaE6t72HvgZe9l9cyQKD5RUVFs3ryZDh06oNPp+Oqrr4iMjGTo0KGVLZpEBSEIAqGuoZjMJukckrgv0euTOHf+XcJC30SjCblruwDUc7RHAMIdJIVbRZFXoZGdnc358+dp1KgRLj1DSF17mbRNV1HXcEPp9ZDkNhFF2Dvf8jy88zMYsLiyJXro6BLYhVZ+rdAoH7xjZtzWcUQkRGASTYyoPQKAln4t2TJgCwrZ/ftaHlDTvehK94goiqT/G4UxPpv0LVG4Dyo8jG9Z0a66F/+80p5ZG88y4ujrhSo0ABSinmcW/oYhXUemjysH67cEQOki47jdC6gwsqz7Fp5s2ggnlRIOXYa/cyD5Um4nMjn0/wGcfMHJL7c8qLXl84BjSMgmaekZRKOI7yuNEVQa6LMAzf6voc1LlS1emWEXHo5d3TpkbtuGoFQiGgwkLFhwV/LwMqXJM5ZjJG/YMW06jsF2VNu0Edktb8j7AXW1amhatCD7wAFSVq/Ge+JEOg6vSe22/viEWBYm+/XrZ5Mf9IeTPzDv6DxmdJrIE/98Auf/5rHGfkSfboNZrMeZ3Tdp0KXw6AmPAga9iW0/nwMBGnatir3j/fO7VwbhvrnrrTqjiXf+OMnVpGxaVfNg6pO1qelb8EL4bVq5OvJX4+oMO3GFa1owNZ5G5LZXqXUtm6ofzuL7jCjGPDet3OYgUXqklQmJskEUIe0amI2WxLJ5H9RKgyBYXFkBJ7MZR5Vjsdyw9+zZQ1BQEEeOHLHmDDHExqK7cgXTfRJzsjIRBAF/VztUChl6k5kbKTlUlNOW3mjickImKdl6BMDPxZ6q7mWn0ABI1iaTkJ2AKIo4KB0IdQnFR+MjLcbeIzKZjCVLltCsWTPatGnDyZMn+ffff63J6yUeMtJvWhbk9HdfK+Uy+QMTA1ni0eL8hQ9ISNjM6TNv5Hs/C7RXs6ZRGD/WC0EmHcMVjk6n44cffmDt2rVERETg0MIPdXVXRIOZ5F8vIJoeEsdxQYB+31tCxvRZUHR9iXsir0IjOj2aTw9+et/l2IhMi7wr90fPaj0JdwvHyz437K1MkN3XCo07MRnNZfrOIAgC7gPDcWxdBdenwsqs3+LgqFbwYd96CK3/V6z6rTIOs1z1CeMz1vBMFQ8W1Q3mZMdGqDyrgb07wwLlFoUGQO2+MO4IDPrFtpPaT0LV5qB8+JTrcicVotaEqDdhSMixFFbvCiP+yJ2vKMKWqRBztPIELSV5c2jUPHkCzwnj800eXuZ4VgeHPLnAtk2H77sgO/i1tcis1+fTsOJxGzIYncqFlN9+Q9TrEQTBqtC4ze33CVEUScpJQkTkvXM/saOzxaNHcfQH+rUXEWQajmy6ikFnumucRw0HFzU1WvjQ9PFgxAczmlu5IYrwZEN/1AoZ+64k0fPLXUxde4rU7KLPiRoOdvzduDr1ney5qXLhrde+4FSwA3YGaDZnFQsWTq6AGUjcK1L4qTxIYTNKQXayJQYigiUOu6oMracy4yD9BqhdwKPaPXUhms3ozp1HNJtQhYQgdyijeJcPONk6I5cTshARCXDT4O5Qvtr+TK2B6OQcjGYzCpmMQHd7HO3KJtnVbY8MsHhqXE2/ioedB84qZ2kRVkKiJMSfsYT+cw8Fu6ItXPIi3UclKgudLp5TpycRHv4Bjg7VreVmUZSUGPcJ//77L7t370YmkzFixAiqulch7osjiFoTzt2DcO4cWNki3hs3IuDmcYslrUSFojfpefLPJ4nJjGFMvTFMaDyhskUCwGg20vnXzqToUvi6y9e0D2gPgMlsqvQcGaXh1H/XObwxik7DaxJU16PoBg8IEef30nDF40XWWxz0KkNS/8Q+vKsld8Rt9FlWI7xHCVEU0V9Nt0n2rr+egcLdziZfig2n/4DVoyxGkJNOgWP+eS3vV/IqNPJ6ZhRUXm6YzbD2f3B8OYxcC9U6krlrFzffn0qVmTNxaFHKZOWlJPl6Gr9N24VP7EE6vNwK156W8ysyMhJ7e3t8fGwTxZtFM+/ufpe/rvyFWq7mG99uNNu9ABGBnaYpnEpoSrPe/jTvXTGeXBIPLteSs/l4w1k2nooFLBFKXusezpDmgUUa0WYZTYw9E8WWpHTU2kw++Wo8jS5r0cvh7MTRDH7h9YqYgsQtiht+SjJblig9Rj2kXbf87+RbtgoNANWtMFaGLLRGLUk5SeQYckrUhSCToaoehtLXF5nmwXNXLy80agU+LmoAbqTmoDWUjwWEKIokZOiITMzCaDZjr5QT5u1QJgqN29YdUelRVssxmSAjxDkEF7WLpNCQkCgJZrNFoQE2VoTXM65zPeM6OqOUZFni/kSt9qZJ4+U2Cg292Uyfo5f4/loC5kfLhue+pHPnztSuXRuz2cyqVatINWTg2sdimZ3+bzT6mMxKlvAeSLwIi7rD+kmWuPgSFYpKruKNpm8Q7hbO0FqVExLTLJo5cPMAC48vtJYpZAqeDH2S9gHtcVblvog/yAoNgNT4HLJSdZzde6Ncx8k5m4S5Aq2yk4v5/hPcrDP2rxyzVWjAo6nQMIkkLjpFwrcn0F5KtZarApwKVmgAhHSAuv0tCc8fMIUGACZzvooLr5dfxnPCeKioZOgymSW3xkv7oFpHADK2/Ivx5k2SFsyrGBkKITYqC4NCQ7pzMMkrV1vLN23axMKFCzl16pRNfZkg44M2H9AxoCM6k47x8ds502ggAiLtlJ/jafyJ3cveIyMpraKnIvGAUdVdwzfDm7D8+RbU8HEkJdvAu3+eYt/lpCLbOijk/Fg3hJFVPNDZOTJ5wtccruGCygS1v1zEj0sr/9ySuBtJqSFROkQR0qJBNIFSA44+ZT+G0h4QwGwkOTuB2KxY0vQlv6HJlEoUnp7SIvcdeDmqcVQrMIsi15Kzy3zhx2QWuZacw820HETATaMi1MsRVRkkBM82ZHMl7QqxWbFkGbJI16dbt0m/s4TEPWC8pTCWKUBmeSkVRZEMfQZpujREpIVhiQeDrKwrrIvczqH0LOZcjSXJcH+FpnkUkclkPPXUUwQEBKDValm2bBnUcMC+jgeYRZJ/PY9oeMDiKXiEWRboqveQkoJXEl2CurCq9yo87T0rZfzEnERe2PICX0d8zdW0q9by15q+xtddvqahd8NKkas8aNClKp1G1KTbs3XKbYy0f66S9NMZ0tZfKbcx7sRdWbx3kuLWexQQ5AIKL3sEpQxTirb4DTXullxD7d/MLUu/AbtmW/Jz3ud4jR9XoCeG18sv4zV+XMUK5FPb+q/3pJfwbAwBodsh+kDFynEHtdtUofvgAOqf/g7dwX3oLl8mISGBuLg4ZDIZoaF3J7lWypR81uEzmvo0JcuQxUs557lavTMys44n/DbgIk9i72//VsJs7j9Es0h8VDpZaZKxWUG0DvNkw4R2fPBkHfo0rEKbsFzvQp2xYEW2QibwaY0A3qnmh0Gl4e1xc9lfy51joQJz9T8wfuP0ihBfogRISg2J0pGdCLoMQADXIEss4bJGkFm9PxyQ4ahyxE5e/LAmj1iEtRIjCAJV3TUoZDJyDCZi00rwYFoEulv5M1Jz9AgIVHG1J8DNHlkp82cYzUZuZN4gMi0SrVGLXJDj5+hnYw0nISFxD9z2glPY21zPqzpVxVvjjVquriTBJCSKT3r6CQ4dfgrvG5P5LETOZ+FV8VKVTahDidKhVCoZPHgwrq6upKSksGrVKhyfCEbmqMQYl03alqjKFrFoUqMtXspguU4+MRcGLwd7t0oV61EmrwfE/pv7mbZ3GiZz2Vv65xhz+OvyX/x0+idrmbfGmx7BPXi6xtM2uTEeRuMaJ3c7arepglxZfksI6jBXkIHMQVFh73D1nOzLtN7DivZyKqasXMWDS49gfF5pgkMz35J3Jrt1DIki/DURtn4I618pI0kfTeQyA16dA5C5eIFf/Qof32wWMeXxVKnesQbubZsCkLJyldU7IzQ0FE0BkTPsFHbM7zyfWu61SNalsLdBH6jSCI1cz7A6N+g+rEP5T+QB4J/vT7H6k8NcOhxf2aLc1yjkMp5pHcyXgxtZ78lJmTraz9rOvK0XC4xSIggC44N8+KZ2EDKVPe+8/AVzBrXCrBDZHvcrYzd8UJHTkCgCSakhce8YtRbLCgDnKuWb8MzRF9xDcXH0Icg5CFc712I1E0UR3aVL6GNiEI2SlWZBKOUyAtwsD+qJmTrSc0pvKZOhNXApPhOtwYRCJqOalwOejupSveSJokiKNoVLqZdI0aYA4Kp2JcwtDHc794fyBVJCokIx3lJqKnNf3AVBwFHliJfGSzrHJB4IHBxqoNEEodGEMtDPl97erpUtkkQeHB0dGTp0KGq1moyMDHLQ49bPEjYsc9d1dFfv4/ASF7fAwraw+Z3cMoU6d4FOolJJ06XxyvZX+P3i7yw/t7zM+z+XfI4pu6fwdcTXZBuyreWz2s/i/VbvE+AUUOZj3s+YyiHUjl2oK76vN8PlsZAKe+aQU7xxilvvYST93ygSvz9J2oZIa5nMToHCvQze/+sNtLzrt6pgL4eHDdeq8Nw/MGo9KO3J2LEDc1YWRCy35H0pZ/b8dpENX59An5O75uI2eDAAqX/8wamTJwGoW7duof04qhxZ2G0hH7f9mKF1R8GQVeASiJ3uBsKqobkGWI8wPtVcUNnJMeik9a2S8tuR68Sl65iz5QJd5/zHplM3C1SgP+XjxsoGoTjZ2RPn9z/09i0QEAn/ZRWLPnqtgiWXKAjpCVzi3hBFSIkG0WzJeeFQzjEx7ZwtnzwWUMXBnJmFqNNhTk8vHy+ShwhneyWejhYr7OspORju8UVFFEXi07VEJmZhMotoVAqqezvioC7Zb1cQydpkTGYTaoWaYJdg/J38bSzjJCQkSsHtFwXlo22NKPFgsytNT916i2ncaClq9QMYs/sRwNvbm+HDh/P888/j6uqKfW0PNE18QITkXy9UaDz9EmE2gTYNbhyTFlbuQ1zULkxvM53OVTszKHxQqfqKz47nh5M/8MfFP6xlDb0a0sa/DaPrjsYk3qfHaAUQeyWNP2YfZe9vl8ql/7wL5aIolr/HhsYDo6AqtIpRUIHm4UmOXlLU1d1ABoJKhmguw99DEKD+0zDpBHjXzC0/9zckls/x9VAjk4FLAHGffcb1sS8R/+4E+PMlWNguN2deOZCemMOZ3TeIPpPMjYup1nKHNq1RBgaSrFCQlJyMXC4nPLzoZN/udu48EfqE5YuTD9mDl5Jp7wLXDmBcPYb0xJRymsmDQd0O/jw3ux1Ne4ZUtigPHC+0r8a8IY3wc7HjekoOY385yrAfDnA+NiPf+q3dHPmrcXUC7NWkeb5Ms8jaPHZUpOUvG/hh6vgKll4iPwTxEYvNU1gGda1WS2RkJCEhIdjZlaPXwcNARixk3ARBDl41QVH4g2BZYxbNGM1GVPKixzVlZYHRiNzFpQIke7Axm0UuJVi8KxzVCkI8HUpkJWUyi1xPySbtlqeHu4OKKq72yEqhUDKZTQiCgEyw6GBzjDlkGbJwt3O3lklISJQR8ecseTW8aloVG+m6dBQyBXYKuyLPOek+KlHZ7E7JYEDEZRo7a1jTMAw7ueWY1euTUKke3QWpB4GM5DQyvzuPKVWHQwtf3J6qXnSjyuDCP1CtU4U/+0oUH1EUrc+vNzNvkqxNLvB51k3thp+j313lf1z8g/f3vk+QcxB/9f1L8lTMw7UzyaybF4Fao2DUzDYoVOWTa8KUZSBlzUXUIS44tfUvlzGspF6D7CRMiJzMyCHZYMJdKaeek73FQ0PjYbGEf0QwxGVhStNjVyM3rJ4xRYvCrQKe7VKi4JvWYDZaPA+qNCz/MR8ysvbuJXrMC3j074qX6xaEegOgW/mGzImPSicuMp16HW091pIWLebffzZxtnZtatWqxaBBJVM4p2pT+d/W/2Fn1PJVxHbsRRNnzK2o/eGmshRf4hEjW29k4Y7LLNx5Bb3RjFwmMKp1MO/2qpXv/T5eZ2D4iSucSM/itaVT6L3fEi51fe8w3vj8r4oW/5GgsLX7vEjmzRIlx5BjUWoAuPhX3EudLgN0GaTLlVzXJmCvsCfEJVc7LQgCf/zxB3379rVpJndwKPYQS5YsYdKkSaSmppaR0A8WMplAoLuGS/GZZOqMJGTq8HYq3sOr1mAiKikbndGihKjiaoeHw73H37+dnPhm1k1c1a74OFiS0Nsr7LFXVJ4V+Y4dO+jUqRMpKSm4urqWSZ8FHbsPOsHBwUyaNIlJkyZVtigSxcW7puUlUrAsUIiiSExmDGbRTKhrKHYKSVEhcX+TZjThrJBR19EeO7kMURS5HrOUS5dm0ajRT7i6NKlsESXy4ejRo2zcuJGnO/VBs05H1oFY7Gp7YB/uXrmCXTsEWz+AQb+AvaulrEaPShVJomjyKjQeX/N4oV4VKrmKuR3n8t/1/2jn344OVS0x23sE92DT1U08HmJprxCk1+bbBNRyo3W/MKo38y43hQaA9kwS2tNJ6C6l4tDYG5mmHHMjuVYF16rIgYblN8oDge5KKgmLTiGzU+D7WhPrfq8QhQZYIjMENLOERPWtVzFjPmQ4tG5N2OZ/UPr7gy4T8uQdIv0mXPwHGo0s09CJ3kHOeAfdvfDo0u8p4k4cB6C6k1OJ+72ZdZNLqZfINmYzLqgp3149QG3ZPrTbv8au0/9KLfeDjtksljpf6aOIRqXg1e7hPN20KjP+Psum07EYTOYCDRi81Ur+aBTGC6ejmD3iY/SK9+i3+wq9119irqkvk774s2InIGFFMnN+SBg1ahSCICAIAkqlEh8fH7p168bixYsxm0sWRmjJkiUFL9aKZov1BCKoXcC+eC+by5cvRy6XM3bs2BLJYkN2MmTGoTZqEUURg9lQqDtyUU5IwcHBzJ0716Zs0KBBXLhw4d5lLIQdO3ZYfyNBELC3t6dOnTp89913ZT5Wx44d73kh2U4pp4qr5aE1Lk1Htr7oWI3pOQYux2eiM5pQymVU83QolUJDZ9IRnRHNtYxrGM1G0vXpmMX8j+Njx47x9NNP4+Pjg52dHTVq1GDMmDHl9ju2bt2amzdv4vIQeP4sWbLE5pj08fHhiSee4PTp0yXuJ79rxqFDh3jhhRfKSFqJCkOmsIbrM4kmNEoNSrlSShIu8UDQy8uV7c1qMjW0irUsNeUgZnMOcXF/V6JkEgUhiiKXLl3CYDCwZud6DE0cAUj57SLm7NLn+LpnTEb440W4ugu2f1x5ckjcM+eTzxcZJkpv0rM5ajOrzq/i1wu/Wss1Sg3fdvuWvmF9pTCndyAIAo26B+JYzovcmqY+OLapgtcL9ctXoSFhgyrQGYWHPapAJ0RjJQT1cPGHEX/AkJW5i/FmM5z+0/JXolgo/W95N6kdbcPKbppsSc6+8c1S9Z+WkM0fs4+Snlh4KEaFmxv97Oxov+M/PHbuKvE4tTxqMb/zfFQyFQeFm0zwaIAZUP/3LpzfeI/SP/gk3cjkj9lH+f3Tw5UtygNNVXcNC0c0YdnzLXi1Ww1r+aX4TA5GJtvUdVDI+aleCCMCvJg/ZDqrOlpCqfXYeJ7vJg6rULklcpGUGmXMF1suMG/rxXy3zdt6kS+2lM9CK8Bjjz3GzZs3uXr1Khs3bqRTp05MnDiR3r17YyyrJNkZsZbQJDKFxaKlmK7Yixcv5s0332TlypVkZ2cX3SA/VBaPC5VBS5hbGNVdqxeoSTVrteguXMCYmFiiOKz29vZ4e3vfm3zF5Pz589y8eZMzZ87w4osv8tJLL7F169ZyHbOkuGlUuNgrERGJTs7GVMADpCiKxKZruZqUhUkUcVApCCtF/gyzaCY+O57LqZfJ1GciCAJeGi9CXUPzDXuzfv16WrZsiU6nY9myZZw9e5alS5fi4uLCe++9d08yABgM+S+iGAwGVCoVvr6+D00YAmdnZ27evMmNGzf4+++/ycrKolevXuj1+lL37eXlhUajKQMpJSoLhUxBkHMQNdxqPDTHvMTDj7+dCgeFZSFEEARq1ZpJrZqfUKP6vd8XJMoPQRB46qmn8Pf3R6vV8teNXRg85Jgz9KSsvVx5gskV0P8HqPc0dH638uSQuGe8HYr3TN8hoAOPhzzOiNojylmihxNzWeZYyIMgCLg+EYrK37Fc+pewYMrQk77jmvWdWVDI8B5bH4+RtZE7V1KYPUHI9Y4DOLAQVj8Dv46w5PaUKDbGxESuT5hI1v4Dln0X2ArsXKDJqFL1u2PZeW5cTGXnyqLXtzyGDMEvNpacjRsx3UNEjOZ+zfmsw2fIBTm7nFN426k+YEZc/SzEHC258A8B9o4qblxMJT4qg+z00r+3P+q0CfPEVWO53omiyNR1pxj47T7GrzjGjdRcxZ1CJjCrRgDvhPmzcOBUfulqSXzfevNRJi18o8QG5RKlR1JqlDFymcCcfBQb87ZeZM6WC8jL0TVMrVbj6+uLv78/jRs3ZsqUKaxdu5aNGzeyZMkSa705c+ZQr149HBwcqFq1Ki+//DKZmZmAxZvg2WefJS0tzWq9PW3aNAB+WbKIpu264lSjLb4NujJ0xDPEx8cXKdfVq1fZu3cvb731FjVr1uS3336z2X7byvuff/6hVq1aODo6WhU0tzl06BDd+gzCs25nXKs1pnvn7hw7dqzAMbt07cqkadMwZ2dbF+KSkpJQq9Vs27aNjh07EhUVxSuvvGKdZ15Z8rJu3TqaNm2KnZ0dnp6e9OvXz7ptwYIFVK9eHTs7O3x8fBgwYECR+8Pb2xtfX19CQkKYMGECwcHBHD2aezPW6XRMmDABb29v7OzsaNu2LYcOHbLp47///qN58+ao1Wr8/Px46623rIqrUaNG8d9///Hll19a53b16lUATp8+Ta9evXB2dsbJyYl27dpx+fLl3H3crRuenp64uroyol9PLp4+gd5oJiZVS6bWiCAIzPtqAb1790aj0VA9vCZbtu8kOvIKYwc/Sf0QH9q3bWPtE2DatGk0bNiQb7/9lqpVq6LRaHj66afvCvGVY8jhcuplErITEEURB6UDoS6heGu881VoZGdn8+yzz9KzZ0/WrVtH165dCQkJoUWLFnz++ed8++23Bf6mf/75p80C7W0ZFy9eTLVq1VCr1dZ4zAsXLqRPnz44ODjw0UcfWT1u8sq/Z88eOnTogEajwc3NjR49epCSYklglp9HUMOGDa3n1Z3k139ERITN73h7TuvXryc8PByNRsOAAQPIysrip59+Ijg4GDc3N8aPH4/JVLiFoiAI+Pr64ufnR9OmTXnllVeIiori/Pnz1jr3es24c+6CIPDDDz/w1FNPWY6f6tVZt26djTzr1q2jevXq2Nvb06lTJ3766ae79odEOZEaDYkXLaH+JCQeIBL1RgZGXOJ0Zv7WggqFI1WqDJQUc/cxSqWSIUOG4OrqSnJKMlsdT2OSmck5nkD2iYSKEyTxEkTtzf3u39ii2LArOJavxINPFccqzGo/i5Z+LStblAeKnAw925ed49ePD5Vt8ugCMKbp0EWnl/s4jxKiwUzcvGOkb7pKzvHca61Mo7y/7pkKNSjsIbRzsY0qJSwk/bCIjM2biZ02DdFshpYvwStnwLdubqVTv8OV/0rUb5dnahNc35NOI2oWWEcURcxmM3YNGqCuVQtRpyP1jz/vaR6dAzvzQWtLXpANnql85hCOYMyB5QMh5eo99fkgo3FW0X10HYZPb4mmspSPDyl6k5lAdwcEAf46foMus/9j/taLaA2WdRVBEBgf5MOCOsH8POBdFj/ekHlPythqv4kuK54ucv1FomyRlBrFJFtvLPBz++AGmNClOuM7hzFnywVmbz5Ptt7I7M3nmbPlAuM7h/FC+2rF6res6Ny5Mw0aNGDNmjXWMplMxrx58zh16hQ//fQT27Zt4803Le6HrVu3Zu7cuVbr7Zs3b/L666+D2YQ+5SbT33iZ47s28efatURGRjJq1KgiZVi8eDG9evXCxcWF4cOHs2jRorvqZGdn8/nnn7N06VJ27txJdHS0ZdxbZGRk8Mwzo9j154/s/2sJ1UND6NmzJxkZ+S++PT92LL9u2oQpT0KZZcuWUaVKFTp16sSaNWsICAjgww8/tM4zP/7++2/69etHr169OHbsGFu3bqVp06YAHD58mAkTJvDhhx9y/vx5Nm3aRPv27YvcH7cRRZFNmzZx7do1WrRoYS1/8803+f333/npp584evQoYWFh9OjRg+Rki/tbTEwMPXv2pFmzZhw/fpxvvvmGRYsW8dFHHwHw5Zdf0qpVK8aMGWOdW9WqVYmJiaF9+/bY2dmxbds2jhw5wnPPPWdVhlj28TPs2rWL/fv3U6N6dV5+ZiBZmRmkZuu5kmhZxJ4xYwadew/gt392E1itOm+PH8Nn773G1Pfe4fBhi/vjuHHjbOZ66dIlfv31V/766y82bdpEREQE//ufbQxMuUyO0WxEIVMQ4BRAkHMQakXB4W7++ecfEhMTrcfunZQ038VtGX///XciIiKs5VOnTqVPnz6cPHmS55577q52ERERdOnShTp16rBv3z52797NE088Ue43s+zsbObNm8fKlSvZtGkTO3bsoF+/fmzYsIENGzawdOlSvvvuu7uUiIWRmprK8uXLAcsC023u6ZpRAB988AEDBw7kxIkT9OzZk2HDhlmP7atXrzJgwAD69u1LREQEL774Iu+888697B6Je0GXCfpMm6KSeLpJSFQWM67cYGdKJq+cjS7ymDWbjVy8+DE3b/5RQdJJFBdHR0eGDh2KWq3melwM+6pEISKS+uclTBVhhRhzBL7rCKuGQ9r18h9PQuIBR66UcelwPEnXM7l+IaVcx9JfzyBu7lGSlp7FlFWJYekeMgSlDMeWfij9HVF43cfe1c1Gw7iD0DTPu1jyFUt+CIlC8Rw3DsfOnfH/Yg6C/FY4L3Ue76eMWPjrFfj5Sbj0b7H7dXRT0+vl+ji4FPy+Hh0dzZdffsnOnTtxGzwYgNSVKy3KlXugT1gf3mxmeQf9zcXAJb0jZCXAsqchp3yvQfcj1Zv54HI/n7cPKGqFnE/61eOvcW1pFuxGjsHE7C0X6DrnPzadirW+a/TzcWNlg2qs6zeFLa2HA5BovMDTP46SFBsViBQgtJjUfv+fArd1Cvfix2ebW7//sCsSgPnbLjF/2yVr+fxtlzgYmcyqF1tZy9p+up3krLtf1K7O7FUWYgNQs2ZNTpw4Yf2eN9dCSEgI06dP56WXXmLBggWoVCpcXFys1ttWUq/x3KBeIFOCd02qyRTMmzeP5s2bk5mZiaNj/m7BZrOZJUuWMH/+fAAGDx7Mq6++yqVLlwgLC7PWMxgMLFy4kNDQUMCyKP7hhx9at3fu3NnyT9Jl0KWz4IuPWfXb76zasIrRA0ffZUky4OmnmTBxIn9t3szAgQMB+PHHH625R9zd3ZHL5Tg5OdnO8w5mzJjB4MGD+eCDD6xlDRo0ACw3aQcHB3r37o2TkxNBQUE0atSowL5uExAQAFg8MsxmMx9++KFVGZKVlcU333zDkiVLePzxxwH4/vvv2bJlC4sWLeKNN95gwYIFVK1ala+++gpBEKhZsyY3btxg8uTJvP/++7i4uKBSqdBoNDZz+/rrr3FxcWHlypXWBesaNXLjBlr38S2+/fZbfnVz4/D+PXTo+pi1vM/AoXTt3ReAMf97haFPduXDaVPp0cOSOHPixIk8++yzNn1ptVp++ukn69znz59Pr169+OCTDwgLtBwHKrmKqk5VsVfYI5cVnXTw4kWLN1TNmgVbh5QEvV7P0qVL8fLysikfOnSojTIjMjLSZvusWbNo2rQpCxYssJbVqVOnTGQqDIPBwDfffGM9ZwYMGMDSpUuJi4vD0dGR2rVr06lTJ7Zv386gQYMK7CctLQ1HR0dEUbSGhnvyySdt9us9XTMKYNSoUQwZMgSAjz/+mPnz53Pw4EEee+wxFi5cSHh4OJ999hkA4eHhnDp1ihkzZpR4/0iUELMJTDrL/wpL3F1RFDmfch6VTEVV56ooZVI8a4n7kynV/Mg0mpkY5F2kZWls7B9EX1uETGaHu3tb1GqvQutLVCze3t4MHDiQZcuWcS7xCkGeHlRNdCZlzUU8nqldvpbD3nXAoxqoHC3PuxISEoWislPQfnANnNzt8Asr31xzSh8NciclgkqOqDOBg3SO3gtmvYmMbddwaOaDwsPyvOfUMQCnjlUR5Pe5B4RrYO7/JiP8NhqSL8PAn6Fax0oT635H7uhA1QVfF1xBqYH6A+HGMajWqdC+Dm+4in+4G36hxTvfT506RVpaGikpKbj07kX8rFnoo6LI2rcPxzZtSjINKyNqj0AURWK+38O/CVEE1DyPXeIFWDkcRqyxePVISJQBdf1d+PXFVvx14iYf/32W6yk5jP3lCPOGNOLJBpbcfW3cnFjXuDpDjz9JkqAkKGoJE5YdZsl/vRi5+C8bQ1GJ8kHy1HgEuB1G5zbbt2+nW7du+Pv74+TkxMiRI0lKSiIrKyv/DrTpkJ3IsVPn6DNmMkEhoTg5OdGxY0fAsrhfEJs3byYrK8u6QO/p6Un37t1ZvHixTT2NRmNdnAXw8/OzCW0VHx/P2LFjqdGiOy412+PuX52szCyioqLQmrQ2cwVLKK7hw4dbx4mIiOD48ePF8izJy20r/Pzo1q0bQUFBVKtWjREjRrBs2bJi5QvZtWsXERERRERE8MMPP/Dxxx/zzTffAHD58mUMBgNt8tzklUolzZs35+zZswCcPXuWVq1a2fymbdq0ITMzk+vXC7YsjIiIoF27dgVeWK37uEYNXFxccHFxITMzk9gY2z5r1MpdsPf0tiwG1atXz1rm4+ODVqslPT3XPTwwMNCq0ABo0LQBZrOZ3cd2k2XIPe4cVY7IZXLq1KmDo6Mjjo6O1mPnTsragjwoKOguhQZg9cwpiMKOkfLkznPGx8eH4OBgGwWjj49PkSHinJyciIiI4MiRI1bF4sKFC23qlPiaUQj169e3/u/g4ICTk5NVxvPnz9OsWTOb+s2bN0eiAjDcCtsjU1riyAM6kw6T2YTOpEMhSDYQEvcvXiol39cNpq5T0dZqfn798fbuRZ3asyWFxn1KaGgovXr1onPnzjQZ3gEUAtpzyWQfiiv7wbR5Qtko7WDY7zByHTj5lP1YEhIPIeEtfKlS3bXcQxUJSjmez9XD+6UGKNzLN0H5w0zqH5fI2HGNlLWXc3NoyGX3v0LjTrKTgFvvgp41Cq0qYYshLg5TZp53ODtn6PU5PLvRNjH7P+9YQjLe4uLhOA6su8LaucfITNFSFCaTidOnTwNQt25dZA4OuPTtC1i8NUrDyDojGTL6TXq+8x12L6wn284ZonbD2v89csnko08nsXPFeZJvlvy9XKJoBEHgyQZV2PZ6B8Z3DqO2nzOP1ck15BRFkXAHOzY0qUF1vycISu2IVyq0PhTFLyMfQ6fXVZ7wjwjSKkUxOfNhjwK3ye54iDvyXle+2XGZ+dsuoZQLGEwi4zuH8VLH0Lvq7p5cuDa8LDh79iwhISEAREVF0bNnT8aOHcv06dNxd3dn9+7djB49Ov/kyGYjpEaTlZ1D96Hj6N7jMX755Re8vLyIjo6mR48ehSYUXrx4McnJyTbJgs1mM8eOHWP69OnIb7lA3rnQLgiCzaL1qFGjSEhIYO7sTwlyBrXGiZa9h6GRaVDJcmMImjMy0F25gsLbh+eff56GDRty/fp1Fi9eTJcuXQgKCirRvrO3ty9wm5OTE0ePHmXHjh1s3ryZ999/n2nTpnHo0KFCQx+FhIRYt9epU4cDBw4wY8YMXnrppdyHyzuOk7yKqTuVVLfL8mtX3LlAnn08dy5BQUEYkdOpfdu7jguFIve3Mt56Zsj7+92WIb8kSUazkfjseK5lXAMsIadM5rtd8zZs2GAdtyC5b3uZnDt3jlatWuVbByyhk+5UgOR3rDs4OOTbvqDy2xS1X4s7ft76YKu0ya9+fudMfmVFJauSyWRWr6maNWsSGxvLoEGD2LlzJ3AP14wiKEzGwo5tiXLGeEupocw9ntVyNWFuYRhMhvsrrrKEBGAWRc5naanlWPg1+E4EQUa9uvPKSSqJsqJJkybW/126B5O2IZLU9VdQh7mW3YJm1F5YPQq6ToOGQy1ljpKiS0LiXhHNIkI55o9UuNpaYOf33ChROE6dq6K/loFjS78He985+cDoLZBwHpyr5JYnXAAvSclREOmbN3PznXdx7t0Lv6lTbTcq8uRlOPYz7PsKjq+ASadApSG4nifB9T3xCXbC0a3o+/DVq1fJzs5Go9FY16LcBg8iZdkyMrZtxxAXh9Ln3g0IgutZjPt2Xd/FlKr+zLtupNHJ1RaPni7v33O/Dxontl8n6lQSTh72uPsVvm4hce9oVApe6x7OxC7VUcgt6zV6o5lhP+znqUYBDGpWlT8bhTFG9QqzjfDar1tpeewGPw1rxfCfd6Oxl8KElReSp0Yx0agUBX7slLahcn7YFcn8bZd4tVsNLs7oyavdajB/2yV+2BV5V92C+iwrtm3bxsmTJ+nfvz9gyQNhNBqZPXs2LVu2pEaNGty4ccOmjUqlyo0Bl3YdzAbOXYkhMSmZmTNn0q5dO2rWrFmkBXhSUhJr165l5cqVVs+E25/MzEw2btxY7Hns2rWLCRMm0POJftRp2xu1Xy2SEpPuClVkyszEnJ2NqNdRr149mjZtyvfff8/y5cvvyodgM88CqF+/Plu3bi1wu0KhoGvXrsyaNYsTJ05w9epVtm3bVux5AcjlcnJyLAuKYWFhqFQqdu/ebd1uMBg4fPgwtWrVAqB27drs3bvXZrF37969ODk54e/vX+Dc6tevz65duwpciLbu4549qVOnDnKlkpTkpBLNpSCio6M5c+UMl1IvkaJN4fih48hkMjo16YSz+u7km0FBQYSFhREWFmad0510794dT09PZs2ale/224mlvby8yMjIsPEqyJszo7QUdYx4eXnZ5GxJT0+/K4TVnfUBmzZlKW9RvPLKKxw/fpw//rDEmy/xNaMU1KxZk0OHDtmU3c7TIlHOGO5WagiCgFquxlGVf3hBCYnKZElMIl0OnWd2ZGyp+jEaM4mN+6uMpJIoD1TNvdjleoFUQwbJq8+XXULiyF2QGQcHv3/kLDsfFdzUbqjkhSdQVclVuKndKkiihxNRFDm+9RpL39tHalzRXutlMV7mgZskfn8S0SSduwUhmkUy990gc1/uc7vSS4PPq02wr+1RiZKVEXKlbbLrmyfgm1aw+lkwStbR+SF3csKckYH2zBnMukL2UUgHS1L2dq+DyrIYq1TLeXxsPZo8HlyssU6dOgVY1i5uG7Kqq1dH07QpmEyk/rq6VHO5zeoLq0k1ZvGyXxXOK5WwazYc/rFM+n4QqN7Mh7od/PEtZkgwidJxW6EBsObodQ5dTWHKHyd58qvdnLmexs/1quE+ZDKfDn0MkwDtTuawelgXcnLK/974qCJ5apQx87ZeZM6WC7zarQYTulQHsP6ds+WCzfeyRqfTERsbi8lkIi4ujk2bNvHJJ5/Qu3dvRo4cCVhc+o1GI/Pnz+eJJ55gz549d4WaCQ4OJjMzk60b1tIg0AmNvR2BdZqhUqmYP38+Y8eO5dSpU0yfPr1QeZYuXYqHhwdPP/201fr8Nr1792bRokX07t27WHMLCwtj6dKlNG3alPT0dN544418LeQV3t4ovLyQ3/KEeP755xk3bhwajYannnrqrnnu3LmTwYMHo1ar8fT0vKu/qVOn0qVLF0JDQxk8eDBGo5GNGzfy5ptvsn79eq5cuUL79u1xc3Njw4YNmM1mwsPDC51LfHw8Wq0WnU7HwYMHWbp0KQMGDAAsXgEvvfQSb7zxBu7u7gQGBjJr1iyys7MZPXo0AC+//DJz585l/PjxjBs3jvPnzzN16lReffVV634ODg7mwIEDXL16FUdHR9zd3Rk3bhzz589n8ODBvP3227i4uLB//36aN29OeHj4Xfv41ddex86uZBawBaG2UzP6udG8Pu119Nl6Pn/3cwYOHEhAlYCiGxeAg4MDP/zwA08//TRPPvkkEyZMICwsjMTERH799Veio6NZuXIlLVq0QKPRMGXKFMaPH8/BgwdZsmRJmcwL4O2336ZevXq8/PLLjB07FpVKxfbt23n66afx9PSkc+fOLFmyhCeeeAI3Nzfee+8964NdfoSFhVG1alWmTZvGRx99xMWLF5k9e3aZyVsUzs7OPP/880ydOpW+ffuW7JqxdSsNGjRAo9HYeGcVlxdffJE5c+YwefJkRo8eTUREhPW3eqCtyR4Ebis1FFJIB4kHg3NZWsyAq7LoHEwFYTJlc/jIALKyLiITVHh7F+yVK1F5/LP5H85rr3FTlciTkc2w3xODU7t7f36w0v4NUDlA02dBJtl5PYz4Ofqxvu96UnQFJ5B1U7vh5+hXgVI9fAiCwLVzyWQkaTm1M4a2T5fPu+5tzFkG0jZeRdQayT4Sj0PzonO6PYpozySRuvYyglKGXS0Pq6dLeXrTVCoxR0AUwWyAIpSZjyoOrVpR9fvvcWjVEkFRyFKgewgMX0N6YjZxh+Ko3swHEs4jO7DQ4gVhX7gi2Gg0WkNn161b12ab65DBZB8+TOqvv+I59kWEUuYc6HapBaez9hLvruPFwBB+jrpC4N+vgUsAVO9Wqr4fBMJb+BLeQroGVgb9mwSQrTfxxb8XOH0jnacX7uPJBlV46/FwVo94i48VCt5eup7mZ1JZM7gbfZb9U2AuYol7R3qCL2NMZtFGoXGbCV2q82q3GpjKyrosHzZt2oSfnx/BwcE89thjbN++nXnz5rF27VrrImrDhg2ZM2cOn376KXXr1mXZsmV88sknNv20bt2asS++wKDho/Cq14VZP/yOl38wS5YsYfXq1dSuXZuZM2fy+eefFyrP4sWLeeqpp+5SaAD079+f9evXExdXvPjIixcvJiUlhUaNGjFixAgmTJiAt7c3RrORVG0qepMlBJZMoUDp44Nwa8whQ4agUCgYOnQodna2i3UffvghV69eJTQ0NN9cCgAdO3Zk9erVrFu3joYNG9K5c2cOHDgAgKurK2vWrKFz587UqlWLhQsXsmLFiiKTRIeHh+Pn50dYWBiTJ0/mxRdftCZSB5g5cyb9+/dnxIgRNG7cmEuXLvHPP//g5mZ5ePD392fDhg0cPHiQBg0aMHbsWEaPHs27775r7eP1119HLpdTu3Zta6gwDw8Ptm3bRmZmJh06dKBJkyZ8//331nBAd+7jSRMn4O5ZeBgGZTHjr1YLrUb3Xt0ZN3Qcz/V/jnr16tkk1r5X+vTpw969e1EqlQwdOpSaNWsyZMgQ0tLS+OijjwBwd3fnl19+YcOGDdSrV48VK1Ywbdq0Uo99mxo1arB582aOHz9O8+bNadWqFWvXrkVx60Hx7bffpn379vTu3ZuePXtaFQUFoVQqWbFiBefOnaNBgwZ8+umn1rlUFBMnTuTs2bOsXr26+NeMsWMZNGgQXl5eBXrPFEVISAi//fYba9asoX79+nzzzTe88847gCVPjkQ5IlOCILd6aoiiSGxWLKnaVMyiZAUpcf8xK7wqvzUM5Vn/uw0SiotcrsHdvR1qlY+UX+M+pnPnzri4uJAu5PCv6gTJ/1zBEHcPsaPjzsDfr+d6Zchk0HqcRbEh8dDi5+hHbY/aBX4khUbZ0KxnCB2HhdOyb7VyH0vuqMKtfxguPUPQNJXy3xSEXR0P7Gq549IzBLnzI7DI3/RZeP5f6PUF3DaGMuogp2Cl5qOIY7u2hSs0bqHXmlj/9Uk2LzrN6V0xsP4VOLwYNr1dZNvLly+j1WpxdHQkMDDQZptzt27IPTwwJiSQsW37Pc/jNnVbNKPLYW/cMhxIMmt5ITCEeBmW8JI3T5S6fwmJglDKZTzXNoQdr3dkSPNABAHWHb9Bl9k7kV9J56ln3uKjZ/thkIN3YjL9lj5HUnZaZYv90CGIj1jA8vT0dFxcXEhLS8PZ2TbsjVarJTIykpCQkLsWwB8pRBGSI0GXBgp7S1xK4T7Sfxm1kH4TRDNXFXKyDFn4Ofjhbu9+V9Vr164RHBzMoUOHaNy4cSUI+2CTlqMnKqlgV7kgDw0u9rYPyaIokq5PR0DAWe3MtGnT+PPPPzl09BBKWeksMSQePWbMmMHChQu5du1aZYvy8HP7cUAQ0Bl1XEq9hEyQUdO9ZrE9ZaT7qMSDhtlswGhMQ6W6d+WIRPkTHx/PokWL0Ol0hJl86erVHJ//NUSQF/P5VJcJc+tBTjJ0n2FRZkhISEg8ROScSSLrcBwew2pZE38/8nlHtkyFE6ug7wJLOCUJK6IokrpqFargEBxatrh7u1lk3x+XuXAojgGTm+CYdgQ2vwMDl4Jr1UL7jo+P59ChQzg4ONCxY8e7t38xl6Rvv0XTqiVBP5Y+VNTfX//HmXMprG88n2RZPGEoWRIViYvG26LoKkLeh4H0xByy0/X4VpPCUFUWp2LSmLbuNIejUmhX3ZOfn2vOntRMvlg6lzjFGtIcjMhwZXO/P/FxeghCAJYzha3d5+U+WqmWuG/ISbYoNBDALej+UmgAIANtKujScVBqsFfYY05OQR8Tg/lWvgiDwUB0dDSTJ0+mZcuWkkLjHnGxVxHkoUF5x6KBUi7LV6GhM+mIzojmesZ1bmTdsEkCLik0JIrDggULOHToEFeuXGHp0qV89tlnPPPMM5Ut1qOBIFgt2wRBwN3OHRe1y6P9MixxX3E6M4f3Ll4nuwxjqMtkShuFhl6fhCh5J913eHt7M3DgQARB4JI8loNxJ0nfVgJlt9oRuk+Hah2hweByk1NCQsJCRdpNimaRnDNlkwfwQcWsNZK8+gLaM0lkHcrNy/dIP8MZtHB+I2TcBL0Uz/5OUpYuJXbaB9ycMgVz1t3ej4JMoHX/MAa/19ySGDy4DYzZbqsg2P0F7JkHJqNNW29vb3r16pWvQgPAbeDTIAhk79uP7krBuSaLS9uBzXA0ufBYxFjclR5cwsDPfiGQGQvLB4L24baOjzyewNJ397H9l3OVLcojTV1/F1aPbcWXgxsy9YnaCIJAWzcn3ho6kQS/iYiCCjOpTJk1iMSkwvMTSxSf+221WqKyMeosycEBnPxsksbeNyhUllApgJfcnmC7Kjik5GBKSbVaGu/Zs4egoCCOHDlyV/x/iZLhYq+ipq8T1TwdCXTXUM3TkZq+TjYKDbNoJj47nsupl8nUZ1oXRB/pB2mJe+LixYv06dOH2rVrM336dF577bUyDRcmkQ/5LDyo5Cr8HP2o4lilEgSSkLgbkygy/kwU319P5KPLN4pucA+kpB7iwMGeREVJzw33I6GhodZcbEeVkRz97wD6axkFN0i7DqnRud8bDYfhf4CD5JUjIVFexFxI4c8vjnJyR0yFjCeaRRIXnyLp5zNkH3+0FonyKo5kdgpce4Xg1CEATWMpJBcASjt4YQc89R3UypPHU38P4QsfQlz790ddPQz3Uc8g5MlVeu1sss2xZeeQxzAx77t9ylXY/jFseQ8uby3R2Ep/fxw7dAAgddXKe5I/Ly5eGmq28cNJ60yfi70ZXms4Lw34Axx9If4MrBoBRn2px7lf8Qt1RaYQUGsUGA2mohtIlBuCINCnoT9h3k7WsnW7ozEe8sakfYnWZ+S8ujqGXYMfIzaufN5nHjWk8FN5eCTDZogi6DPBZAC5EjJiLd+VDuBZ3fbGdT+RfBW0KeDkh+jogzk7GzEnB0U+yb4lypdMfSY3s25a85o4qhzxdfBFLZdyIEhIPBAkXQFjjiWhnl3pXJYfyfuoRJlzXasn2WC8q/xwahaLYxJZUCeQ+k5lnwch5sYqzp2bgqNjLZo1XYNM9gjEIH8A2bJlC8f2H6Fnth++bkrcB4VjiMvGnG1EplGg8ndEiDttCZPhFgzP/WNZ3JKQkCh3Tu64zs6VF3D10TB0WosKMXBK2xJF5q7ruD1VHU0j73If735Afz2DlLWXcesbhspfSjxbbPRZsLAdhHaCbh+WOKeSVnsDvSEZzCL6mEyb+w4yAZXSHTu7B8cgSDQabfJrnNl9g+2/nKN6Mx+6PVu78KTyoggRyyByFzy10LpudOTIETw9PalatWq+uVVvk7lzJ9deeBGZszPV/9uBzL50xrSp8RksnjgW0ZxGx2feoknPtnDzOOKPPTHrM5E3GGoJQ1YB16TKOE4MehNKlbxM+5QoPWazyP+WH2XjqVgA6moPMm37rzjo4IK/Co/3X8DDw5uVUReJ1aXjq3ZmcFB11HIFDi6B+FRpUskzqDyKG36q6AxBFcQnn3zClClTmDhxInPnzi2w3n///cerr77K6dOnqVKlCm+++SZjx46tOEEfEuKz48GoxTs7HcwG221yOdg74n2/KjTA8gCiTQF9FoIgINNoMNtLL6xlTXy2xeLJW3P3C0J8djwms4lkbTIACpkCXwdfnFXOkoeGhMSDhDEHTHprqEFRFDGYDShlSulclqhwrmv1tDlwFp25YJubJ45eYk+LWgTYla3Swb/KIARk+Pj0khQa9zFdunShRYgfDr90QJ5thB8hPzMKERCMWkvIUqVvBUspIfFoUrO1H5kpOup28K+wZwjnzoE4NPFB4f7ovAtm7I7BcC2DtI2ReD1fr7LFeXC4uBmSL1tydHZ5v0RNtdob7NvfFbNZZ7shHbCsVyKTqWnV8t8HRrGRV6Ehms0IJgMymYCLl33hCg2wKAcaDbd8bqHLSsdt/bPsE+ujevEz/Pz8Cmzu0LYtyoAADNevk75hI679+5VqLq7eTngF1yMh6gQZyZkAGH3q8EGjx5Bf3s7U48sR3IKg41ulGqcoKus4kRQa9ycymcA3w5uw80ICH64/w6n45kzpIGfGzhXUiNGT+up83nhWIMrp1rmYAXtijczYmoO9zkTc/D8facVGcbgvlBqHDh3iu+++o379+oXWi4yMpGfPnowZM4ZffvmFPXv28PLLL+Pl5UX//v0rSNqHBKOWBH0GCGbyLlfHy+UkyOV4me+2kLyvuGVVIeqzSNOmEpsdi5PKCX9H/0oW7OEjITsByFVsiKJIQk4CCdkJeGm8cLNzQybI8LL3Qi6TbqYSEg8UZqNFoQHWcIM6k47LqZdRypRUd6suKTYkKpRkg7FQhQaAziySbDCWuVIDoEqVp8u8T4myRSaT4awxAoU/qwoAT8wHJ0mhISFRUShVclo9FVqhYwpywUah8TAmxxZFEcxYE4C79qqGoJDh0iO4cgV70KjzFNi5gkxu651sMoK88KUxvSH57oXqOzCbdegNyQ+MUuM2+qgobkx5B9ewMJ6e8joe/vfmDZu0aSbVxCh8hCQ07oV7EAkyGa6DBpIwew4pK1eWWqkB0OfVl5ApFDi6WeQ/kXCCdQmHMTs54GoyMmnHJ+BSFRoNK/VYBVHZx4nZZEaQCQ/dNfBBp30NLzZObMfP+6KY+6+CrzskM2nrP7hmCUz5EV5/XiRDY/nN2u4XcD5qT3TjHLzSokFSahRKpSs1MjMzGTZsGN9//z0fffRRoXUXLlxIYGCg1ZOjVq1aHD58mM8//1xSapQEUbR4aAhmEuSWRWhPk4nE2woNkwnP7HTMjqbcpLHkXhjNRSTQzFtXFEVECl6cuOe6SjsQZAiiCTLSMAkmcow5VtkqRIZKqgsgy2NRXZ51Pe0t4bxuKzYclA5cz7iO0WzES+OFt8b7oXxxkJB4ZDDkWP7KVSCzPBIYzAYEQUAplzw1JB5tYuP+IiVlPzXDP5LOhfsMURQpzi8iypXFqichIVE+VPR7giE+m5TfLuD6ZCiqAKeiGzwAGFO1pK69jMLDHtfe1QCQO6lwH1CjkiV7QAntZPv9yg7Y8Ab0WQBVmxXcrgiDi9sYtVoMigwEQWHj9WkyWZKVy2R2CLfeuc1mA6JoAEGOXKa+x7o5gIhMpkYQ5LdENSKa9YAMudyu0LqZadkYL10m58gRdOfOEfLiS4gGe4wmLWBGkKmQCZZ3BFE03Vqwv7NfS91d2dXwozluNdpRGzXmnAxAQC6zs64rmcw6EE0IghLnJ54i8etvyTl7joyjh7CrVQu5PDcMVd66sls5VUXRjNmsBUAu1+T+PGY99o4yBEGGWW/JK9HAtR5TGr/BR0c+ZZGrCy5mM6P+moDZ3hNzUGub30gURczmnFv73T537cusRxSNxa5rzClmzpZiHk8lYeuSM1w5nkjfVxrhFfhwXP8eJpRyGaPbhtCnYRUWrLrGLL9/eH0ZuGXB7O9NTBgrp9chkUG7RFa1E9jT0p55pvvc2Pw+oNKVGv/73//o1asXXbt2LVKpsW/fPrp3725T1qNHDxYtWoTBYECpVN7VRqfTodPlakrT09PLRvAHGX0mmA1WD42EW8oM8n4HSD5nLavuVh2V3HIRT8hOIDEnscDuQ11DsVNYbnK3LfoLIsQlBI3ScjNK0iYRlxVXYN0g5yAcVRaNf4ouFY1JRGUWkGeng6sMnVHH2aSzAFR1qoqz2hJ3LU2XRkxmwcnqApwCcFFbLDUy9Blcy7hWYN0qjlVws3MDIMuQRVR6VIF1fR188bD3ACDbmM3VtKsF1vXWeOOl8QJAa9JyJfVKgXU9NZ74aCwJ4PQmPZdSLxVY18PeA18Hi4Wi0WzkQsqFAuu62blZkwKbRBPnk8/bbE/ITiDBcmSgVqitnhvSQo+ExAPMbaWGIvcFwknlRE33mpjMUqI5iUeXnJxrnDnzOqJoxN29LT7ej1e2SBJ50Mdk5htyKt96khOvhESFk5mi5fDGKLSZBh57oW6FjZuxLRp9dAapf13Ba2z9h+I9xRCXjfZsMoJShlPHAOSOUnjEMkMUYdsMSLwAJ1YVqtTQx2QWq8vIvxeSGrgdl+vt8T3znLX8QpcXEOV6qu38DKXW8t6fHPgPCTVX4HSzJVVO5oZUv9RxPCZVBsF7ZqDOstzEUv13EFdnCY7xjfCPmGite7ndaxjtkwjc/z726RalV7rvXm7W/w5NUh2qHnkjV7bWU9A73qDqocloUmphEEX+y8nA5HSDej298TW+Qvy8C8AFolp8gNYlEv+jk3BMbAhAlvsprjf9HHV6VYL3T7f2G930E3Lcz5OY2p6ztKH/iWZcjvqFa81n4BHrSK1zalIN/8MgVuN6ozlkeZ3A99RoXG60w/GxL9A6RXEwdTCK7a6E7pxr7Tem/ldk+h7G++xw3K51tfwOmlgi276FzGBP9e3fWOverPM96f578LowEPerPQEwqFPw7DCV3s4q1qcrmOPuhovJTJ9VwzjS2AG72P54Xn4KAJMii0ud/wdAjS0/IIiWpdL4GitJCd6E29XH8L4wGABRMHKh2/MAhG37GrnR4hmSGPoHSaFri3Wc6GMyoXSpDO9Cm21En2Pk+rkUSalxH+PpqMbkG89JhYK3nxX5eIkJ12xY9KUJpQlWtZPxe1uLMnNl1EU+qLhb6ANJpSo1Vq5cydGjRzl06FCx6sfGxuLj42NT5uPjg9FoJDExMd+YfZ988gkffPBBmcj70GDKzaHhfctD40HMFn9FrcBRC6bS5ZSSuAeCnYMrWwQJCYmywHhLqaG0vZDKBBkyecHJ/SQkHnbs7asSFvYWen0i3l7di24gUaGYs4tnuVbcehISEmWLUW/m9K4YECE1LhtXH03RjcoAlydCQRBweTz4gVZomPUmZLdi5NuHu+PcLQj7uh6SQqOsEQQY9ivs/Bw6vp1bLop3JZR+GO8nWSbQGZWIWR5kNfVGdsqjVP2JAriZHXATHcm+VRYSE4daloOD/G9SjeNLL/Q90NXJhN2Vx/nNcwsfeHrgbE6g7al0LrkV06uiHCiP46lZr2CaPh6MV5Ck0LjfcYrdAwq44SEwYaycb762KDQMcqwKDYBYnWSUXxSCKIqVsp597do1mjZtyubNm2nQoAEAHTt2pGHDhgUmCq9RowbPPvssb7+de8PZs2cPbdu25ebNm/j63h0zNz9PjapVq+abQV2r1RIZGUlISAh2dg9xojFdBiRZrPtv59AQsCRU9DSZ8DTdss51D7XmrpAJMpvwU4UdNg9aXUEQrGGXSlJXFMVCQ3E9THUTcxJJzElEEAREUbSGnpKQkHjASThn8dZwCwF711J398jcRyXKjRMZ2XQ/XLBX4W02N61BfaeKWSSTuP/QHdyFekPvouv1XI+6ebsKkEhCQuJOjmy6im+IC1VquD7QCoaKxKwzkrbpKtrzKfhMamxVbEhUMOvGg5MftHsdFBZFUuKZfRyPHV5EQ6jn+SNu1Rs9MOGnkmLTMep0eAY4WevqLl3CkJaEfcN6xQ4/tXL1Ci5fiaZTh860a9Mut25GHIq9cxE7fQD2rpaQUiY9gtwOmUyJKIpcHTQIbdRFvCdNxGPIqNx+Sxh+6naYqIykbH5+YwIyZRidnxtMjeYByGT2fHjoQ9Zc/gONCJuir+PqWRtxxN+gdiqz8FNJF/ZxKnFMEUcJNPD9Bc/arYqsJ/EQcG4DnN9gSVLvEgDAguXP8Y3BYtzff7eZQbvMGOTc5anRz3MIH/SaUmmiVybp6em4uLjku3afl0rz1Dhy5Ajx8fE0aZKb9MRkMrFz506++uordDodcrntTdzX15fY2Fibsvj4eBQKBR4e+WuV1Wo1anVxHNQfIVSOIFMSfyunhpfJhLfJZKPg8BZloHa6y0IBbuVdKOZzaYXUNZswimaUChWLli/iuSHPFVy3CH7+6WcmTZpEampqkXUFQUAuFO9B80GuG58dT2JOolWREZ8df1fy8AeFadOm8eeffxIREVHZojyS7Nixg06dOpGSkoKrq2tliyMBlvsBQm6ScKOOuOw4NEqNNaeOhISE5QX2Zuzv+Po8gUwmPVdWNir/whOQlrSehIRE2dPkseDKFgH99QzkLmrkTg+Kh4OA9mwyplQd2rNJaBo8WO9aDwUxR+Doz4AANXqAv2W9SuXvCLGFNwWwC3JDaX+3pbyM/MrkwN1GQCWre/d9zlL37meV23UNehPKWwozr0A3mzqZu/dw/aWXkHt5Um3dX8jt8/YjR87d55LZqCY5JQuQUbd+vVvKuFt17Z2g71fW5RgZGvjrbdCmw2MzwckH98FPEzvtA9JX/o7nyOesSgIZ+RmvyJFzd9h5Gble527+9rQY9D5HNsYQsS2NWm3DkcllvN96KkZMPO7VGLeEyRB/CmHtaBiyEuRK5Pnu9/zDghRU1z7ICwqO1G5Fej55iMlMAEev3O97voRr+6FKI2g2GoDOdbqw5vA+2u4XbuXQsCgybis4QGRPS5HBQdUrZw4PEJUWW6JLly6cPHmSiIgI66dp06YMGzaMiIiIuxQaAK1atWLLli02ZZs3b6Zp06b55tOoFFKvwY2Igj+pBedrKA2jRo1CECzJppVKJT4+PnTr1o3FixdjNt9hnS8IxGucbRQaYAlF5WUy8f2vf+FSs02+Co17Zfny5cjlcsaOHVt05SIwZWSgi4zElJkJKVch9qTF+wTINGRiNBfPlS84OPgur6BBgwZx4ULRFqL3wo4dO6y/kSAI2NvbU6dOHb777rsyH6tjx45MmjSp1P3cVmDk9cy4nf8jITuB+Oz4Uo9RGvL7DcuD33//nRYtWuDi4oKTkxN16tThtddeK/dxy5LiHhMdO3a0HqMqlYrQ0FDefvttG4+3ex2vdevW3Lx5ExeXMg4gKnHvuASAVzgoLC8sOcYcMvQZZOgzKlkwCYn7i3PnpnD27GQuXJhedGWJcqe4Vt+SdbiExP1BZQSHyDocR/yC4ySvvlAp4xcXU6be+r9MLcdtQHU8n68nKTQqC/8mMOBH6PSOVaEBgExArTXhlGEs8KPWmkB2f993zu27yYppB0i6kX+OEE2jhih8fFBXr46o0xarT4VCwfjx43nxxRcLNDa2khoNx36B02sg6SIAzr2fQKbRoI+MJPvAgRLNpyAadw/FzkFJalw2Fw5a8rbKZXJmtJ1B2/D+MHQVKDWIl/6Fv1+zhBwrC4r7+5fTcZIal83Bv65wfFv5rDtKFELqNZjXCL5qAnkTfDccAi3Ggn9ja5FKpWHG1hxrUvDbnhm/t5Wxqp1F0fHR1hzU8kpPg33fU2l7yMnJibp1bTOeODg44OHhYS1/++23iYmJ4eeffwZg7NixfPXVV7z66quMGTOGffv2sWjRIlasWFHh8udL6jXLAWwsZPFPoYZxR8C1apkP/9hjj/Hjjz9iMpmIi4tj06ZNTJw4kd9++41169ahUOT5uRV2eAHe2elAbjJYb1GGk6LsQ4YsXryYN998k2+++YY5c+ag0dx7yAhjYiLmrCzM9vbI7WSAiOJWsls3tRtCcd0y8sHe3h57+/JN0nH+/HmcnZ3Jycnhr7/+4qWXXiI0NJQuXbqU67j3Sn6hph40D43S8O+//zJ48GA+/vhjnnzySQRB4MyZM2zdurWyRSsWBoOhxErfMWPG8OGHH6LX6zl06BDPPvssYMlRVBpUKlW+YQIl7h80Sg2+Dr7IZVK4A4nKwV2pQC0T0JkLfrlUywTclRX7COvl3YPYuLU4OtWu0HElCkDjgUmmRG42FFjFJFMi15QuPriEhETpMJnMnNoRw9l9N+n3emNUdhV37VZVdQSZgEwtRzSYEe7DUE4ZO6+TviUKjxG1sathsZi3C3MropVEuVO3n+33rCQcVr9G62spyApZ+zbJwNBESz5G/PcFJpOZY1uiyUjWculIPB5V8vHycHAgeMVy5J6eJTIMkMlk+ea4vQvXQHj+X7i8HYLbAiB3dMD5yZ6krvyNlBUrcWjZstjjFoTKXkGj7oHs/T2C7T8tplrjN1Cp83iZ+Dfhas+ZvHdwBjNP/IK/WxC0K73RokrpjkymvhWmK39kMjUqpXupx8qPpBuZHPr7Km6+Ghp0Lvs1R4lbZMTBhY1g5wJ1LMnmca4COamgz7aEePa9td7dZNRdzR1cArHXmYhunMPulrbrj3taijyelUOgzoTMJbB85/EQcF9nAb158ybR0dHW7yEhIWzYsIEdO3bQsGFDpk+fzrx58+jfv38lSpmH7KTCFRpg2Z6dVC7Dq9VqfH198ff3p3HjxkyZMoW1a9eyceNGlixZYq03Z84curToQohfLao2e5yXP/iaTIUHeISx42wCE19+nfS0dKu19rRp0wD45ZdfaNq0KU5OTvj6+jJ06FDi44u21L969Sp79+7lrbfeombNmvz2228225csWYKrqyv//PMPtWrVwtHRkccee4ybN29a6xw6dIhu3brh6emJd8OG9BgzhuPR0dacH+gtSZ6c1E7IZXI6d+7MuHHjbMZJSkpCrVazbds2OnbsSFRUFK+88op1nnllycu6deto2rQpdnZ2eHp60q9f7kPOggULqF69OnZ2dvj4+DBgwIAi94e3tze+vr6EhIQwYcIEgoODOXr0qHW7TqdjwoQJeHt7Y2dnR9u2bTl06JBNH//99x/NmzdHrVbj5+fHW2+9hdFo0QaPGjWK//77jy+//NI6t6tXrwJw+vRpevXqhbOzM05OTrRr147Lly/ftY9dXFzo0KED189dt1FgCILAt99+S+/evQn2DKZDkw7s27ePS5cu0bFjRxwcHGjVqpW1T7CEfGrYsCHffvstVatWRaPR8PTTTxcrxFdJiY6Opk+fPjg6OuLs7MzAgQOJi4u7q15JZFm/fj1t27bljTfeIDw8nBo1atC3b1/mz59vrTNq1Cj69u1r027SpEl07NjR+r1jx46MGzeOcePG4erqioeHB++++66N5VhwcDDTp09n6NChODo6UqVKFZtxijPH2/t78eLFVKtWDbVazTPPPFPgMZEfGo0GX19fAgMD6d+/P926dWPz5s3W7UlJSQwZMoSAgAA0Gg316tWzUS4XdAze9la6vb+Lc+4bjUYmTJhg3WeTJ0/mmWeeuWt/S9wDJgPc4cmnkqvwsPfAVe1aOTJJPPIE2KnY06IWm5vWKPCzp0UtAuwqNpSIp0dHWrfaQYD/0AodV6IAXKsin3AMXvgPccwOdD3Xk9PxT3Q91yOO2QEv/GfZXg5GRBISEsVHJgic3hVD0vVMzu69WXSDMkTp44DPxEa4D6153+amMKXrEQ1mso8nVLYoEoWx5X3k0fsLVWgAyM1gZ7p/LavlchlPvdqYFk+G0LxXSIH1FF5eNgqNwjydDAYDJpOpwO35UqURtHs193tOKr6aX/Gql07m9n8xxJVNNIg67f0wZK4iO2Uf2xb/ftf2j+J3EWGn5gVfbxK3fwQnVpd6TDu7KrRq+S/Nmq2lWZM/aeD7C/Wcl9DA9xeaNfmTZs3W0qrlv9jZVSn1WPkREO5GWBNvGnYLvK891B44zCbLu/NtLmyCvybC3q9yy2RyGP4bTI7MVWgUgE+VJsjm/4nXe18wv8WH9PMcQmunXvTzHMK8Fh/i9d4XyOb/iU+VJoX2I3GfKTV27NhhE0pmyZIl7Nixw6ZOhw4dOHr0KDqdjsjIyDIJZ1Qs9FmWT94Lg1FvKStKkVGcfvMuLJkKtjorKZ07d6ZBgwasWbPGWiaTyZg3bx6nTp3ip59+Ytt/u3lz2kxQO9G6TRvmzp2Ls7MzN2/e5ObNm7z++usWUfV6pk+fzvHjx/nzzz+JjIxk1KhRRcqwePFievXqhYuLC8OHD2fRokV31cnOzubzzz9n6dKl7Ny5k+joaOu4ABkZGTzzzDPs2rWL/fv3U6NOHXo/+SQZulv7zZBt09/zzz/P8uXLbULmLFu2jCpVqtCpUyfWrFlDQEAAH374oXWe+fH333/Tr18/evXqxbFjx9i6dStNmzYF4PDhw0yYMIEPP/yQ8+fPs2nTJtq3b1/k/riNKIps2rSJa9eu0aJFC2v5m2++ye+//85PP/3E0aNHCQsLo0ePHiQnJwMQExNDz549adasGcePH+ebb75h0aJFfPTRRwB8+eWXtGrVijFjxljnVrVqVWJiYmjfvj12dnZs27aNI0eO8Nxzz1mVIXfu4+rVq9OzZ08yMmzD0EyfPp2RI0cSERFBzZo1GTp0KC+++CJvv/02hw8fBrhLoXTp0iV+/fVX/vrrLzZt2kRERAT/+9//ir2virs/+/btS3JyMv/99x9btmzh8uXLDBo0qFSy+Pr6cvr0aU6dOlVqGX/66ScUCgUHDhxg3rx5fPHFF/zwww82dT777DPq16/P0aNHefvtt3nllVesYfdKOsfff/+diIgI5s2bl+8xURyOHz/Onj17bLw9tFotTZo0Yf369Zw6dYoXXniBESNGcOCWu3BBx2B+FHXuf/rppyxbtowff/yRPXv2kJ6ezp9//lks2SWKIDUaYo9DdnJlSyIhYUOAnYr6TpoCPxWt0LiNWp2r5Deb9RgMaZUih8QtXKtClYYI/o1QN2+HfcdOqJu3Q/BvBFUaSgoNCYn7AEEm0KJPNToMDadO2/JZxCsMpZem2IuzFYE524ApK/dd37lbEO6DwnEbIMVNv6/p/A4Etq5sKe6ZvMe9naOSpj1DEIoR/kjU60mY/xVx0z8qsM7hw4f5/PPP2bt3770LeHI1QnYsLtVFMBpJ/a30ygUAtb2KsBY9UNoH4hV0txJnRtsZ+Dv6E61UMtbXm/R1/4Oru0s9rp1dFZyd6uLsUg/P2q3wbtoOz9qtcHaph7NT3XJTaACoNUp6jKlL7TZVpBCcZcWWqfBZKJzfmFtWvRsENIPwx23XiP2bWHITFwOfKk2oVuspatV9mg96TeHbfjP5oNcUatV9mmq1npIUGsVFfMRIS0sTATEtLe2ubTk5OeKZM2fEnJycuxtOdbZ8MhNyy/6bZSlbO87yPeZYbr3CPjHHcvv4NMRSFncmt+zwjyWe1zPPPCP26dMn322DBg0Sa9WqVWDbX3/9VfTw8LB+//HHH0UXF5cixzx48KAIiBkZGQXWMZlMYtWqVcU///xTFEVRTEhIEJVKpXjx4kWb8QDx0qVL1rKvv/5a9PHxKbBfo9EoOjk5iX+tWyeKN0+IYsxRERB///13MV2XLmZlZ4nu7u7iqlWrrG0aNmwoTps2zfo9KChI/OKLL2z6vXPurVq1EocNG5avDL///rvo7OwspqenFyhnXrZv3y4CooODg+jg4CAqFApRJpOJH330kbVOZmamqFQqxWXLllnL9Hq9WKVKFXHWrFmiKIrilClTxPDwcNFsNlvrfP3116Kjo6NoMplEURTFDh06iBMnTrQZ/+233xZDQkJEvV5fLHmt+/ivv6xlgPjuu+9av+/bt08ExEWLFlnLVqxYIdrZ2Vm/T506VZTL5eK1a9esZRs3bhRlMpl48+bNYslSEHl/w82bN4tyuVyMjo62bj99+rQIiAcPHrxnWTIzM8WePXuKgBgUFCQOGjRIXLRokajVaq118jv/Jk6cKHbo0MH6vUOHDmKtWrVsfrfJkyfbnJtBQUHiY489ZtPPoEGDxMcff7xEc1QqlWJ8fLxNP/kdE/nRoUMHUalUig4ODqJKpRIBUSaTib/99luh7Xr27Cm+9tprhY53+xxISUkRRbF4576Pj4/42WefWb8bjUYxMDCwwOudRAm4eVIUY46Koi5TFEVRNJgMYoYuQzSYDPfcZaH3UQmJhwStNlY8eKi/ePjIENFUivNFQkJCQqJiMBtMYsr6y2LKhiuVJkPOuSQxZvo+MXHF2UqTQaIU3Mtaz32ALscgrvn8iHj1ZGKJ22YdOSqeCa8pngmvKeacPp1vne+++06cOnWquH///nsX0mwWxdN/ihnLPhPPhNcUL7TvIJr1elHMSb33Pm9h0BlEo8FY4PaotCixw8oOYt0ldcWRC8PE7E+qimL8uVKPK/EAYjaL4o3jorjvG8v/t9kw2XJu//VK5cn2CFLY2n1e7itPDYnyQRRFGy3t9u3b6datG/7+/jg5OTFy5EiSkpLIysoqtJ9jx47Rp08fgoKCcHJysobWyRsi7E42b95MVlYWjz/+OACenp50796dxYsX29TTaDSEhoZav/v5+dmEtoqPj+eFkSOpXq0aLi4uuLi4kJmZSfS1a7khqIDY7Fii06MxyU0MHz7cOk5ERATHjx8vlmdJXiIiIgrMddGtWzeCgoKoVq0aI0aMYNmyZWRnZ+dbNy+7du0iIiKCiIgIfvjhBz7++GO++eYbAC5fvozBYKBNmzbW+kqlkubNm3P27FkAzp49S6tWrWx+0zZt2pCZmcn169cLnUu7du0KzK8QHx/P2LFjqVGjhu0+vuP3rV+/vvV/Hx8fAOrVq2dTptVqSU9Pt5YFBgYSEBBg/d6qVSvMZjPnz5/PV5Y6derg6OiIo6Oj9dgpirNnz1K1alUbj4DatWvj6upq3Xf3IouDgwN///03ly5d4t1338XR0ZHXXnuN5s2bF+v3zkvLli1tfrdWrVpx8eJFG5fdVq1a2bRp1aqVzW9fnDkGBQXh5eVVItnyMmzYMCIiIti3bx8DBw7kueeeswnzZzKZmDFjBvXr18fDwwNHR0c2b95c6LWgIAo799PS0oiLi6N58+bW7XK5nCZNJKuFUmMywO1Y9LfyKGXqM4lKj+JahpRYTkKiMAzGdLKyLpCZeZbs7CuVLY6EhISERBHoItPI3BVD5s7rGBJK9vxeVsgclJizDBhiMjFrjUU3kJAoA45tjubGxVS2Lz2LUV+yMFGaxo3weGks/nNmo65V667tKSkpxMTEIAgCtWuXIueYIEDtPmgGTEDu7o4xLg7t7zPhy4Zw4td77xdQqBTIFQWHnwt0DuTbbt/ipHTkqJ0dr7moMCwbAJllEwKrstBmGbh8LB5zITnqJLD1stBnwQ9dYNNkSLyYW95sNDy7ER6fVfHySRTJ/Rvw735jyg3LX2WeBNetJ0LLl0FWit046aTlryJPcpiGw+69v3w4e/YsISEWd7uoqCh69uzJ2LFjmT59Ou7u7uzevZvRo0djMBQc9iorK4vu3bvTvXt3fvnlF7y8vIiOjqZHjx7o9foC2y1evJjk5GSbxOBms5ljx44xffp05HLLDebOhXZBEGzcJEc98wxx164x6/XXCW3WDI2bG61atbKMrXIArSUEhFquRiVXIYoizz//PA0bNuT69essXryYLl26EBQUVKJ9V1jScCcnJ44ePcqOHTvYvHkz77//PtOmTePQoUN35eXIS0hIiHV7nTp1OHDgADNmzOCll16yzvlOV8G8iqk7lVS3y/JrV9y5gCUPQkJCAnPnziUoKAi1Wp27j/OQ97e6PV5+ZeY7YvXn5XadguTdsGGD9XgsbuL2/PZLYeXFleU2oaGhhIaG8vzzz/POO+9Qo0YNVq1axbPPPotMJrvLnb2w86mkFPbb51fu4OBwV52S4OLiQlhYGGDJpVOnTh0WLVrE6NGjAZg9ezZffPEFc+fOpV69ejg4ODBp0qRCrwUFUdS5f7ssL3dul7gHDDmWv3K1Jf4nICKikquwu6XkkJCQyB9Hh+rUq/sV9vZBaDQle66QkJCQeFS5fi6ZI5uiaNQ9kMDaHhU6tl11N5w6BqAKdEbppSm6QRkgGs0Y4rNR3UrGrApwwvPZuqiruSAoJNtSiYqhac9gsjP01G5dBcU95JbxnjixwG2nT58GLHkhnZxKnx1dplLh2r8fSd//AMd+AftkSLxQ6n4BdNk6/l28GoVSSY8XbUM3h7uH81WXr3lxywvs0sACfRoTlw+EUX/bGNA+KIhmkV/e34cuy8iAyU3xCXGubJHuP2KOwNbpYOcMA3+2lKkdoXr3W/kz8qQY8Kxu+Ujcl0h30+KicrB88i6uKVSWMoW69P3K8vwU8vwt6e+Fbdu2cfLkSauV9eHDhzEajcyePZuWLVtSo0YNbty4YSuSSnVXsqdz586RmJjIzJkzadeuHTVr1iwySXhSUhJr165l5cqVVs+E25/MzEw2btxYaPu87Nq9mwkTJ9H7qaeo17QparWaxMTEWwI7gZ0rAG52blR3q46z2pl69erRtGlTvv/+e5YvX85zzz1X5DzvpH79+mzdurXA7QqFgq5duzJr1ixOnDjB1atX2bZtW7HnBRbL85wcywJjWFgYKpWK3btzYzkaDAYOHz5MrVvWEbVr12bv3r02C7t79+7FyckJf3//AudWv359du3aVeBi+65du5gwYQI9e/akTp06tvu4lERHR9scZ/v27UMmk1GjRo186wcFBREWFkZYWJh1TkVRu3ZtoqOjuXYt18r8zJkzpKWlWffdvciSH8HBwWg0Gqt3k5eX1115WSIiIu5qt3///ru+V69e3arcK6hOzZo1SzTH/CjO8Z4fSqWSKVOm8O6771o9U3bt2kWfPn0YPnw4DRo0oFq1aly8eNGm3b2OlxcXFxd8fHw4ePCgtcxkMnHs2LFS9SsBGG8pNZS5Cozb109fjW8lCSUh8eDg4dFeUmhISEhIlIDIE4lcP5fC8X8rxyPU5bEQ7CtImWJM1RI37yiJP5zElJlr9GNXw01SaDzsnP7Dsih6nyBXyOg0rGaZLGybdTp0V3I9VG/nnKxTp06p+76N66BBIAhcXSdgbPE2tMvNtUh2siWv7T2w+9eNnNu1ktM7fiMzJeOu7Y19GjO74xwau9dmlF4BN47Bb6Pvq9+yuAgyAf/qbrj5atBll52h5QOLUQ+Xt0PS5dwymRKubIeLW8CgzS0f9AsMXQm+9e7uR+K+RLqjPkTodDpiY2OJiYnh6NGjfPzxx/Tp04fevXszcuRIwGJtbjQamT9/PleuXGHp0qUsXLjQpp/g4GAyMzPZunUriYmJZGdnExgYiEqlsrZbt24d06dPL1SepUuX4uHhwdNPP03dunWtn/r169O7d+98E4YXRFhYGMtW/8ql1FQOHjzIsGHDci34VRpwt3iiyATbQ/r5559n5syZmEwmnnrqqbvmuXPnTmJiYgpcvJ86dSorVqxg6tSpnD17lpMnTzJrlsXtbP369cybN4+IiAiioqL4+eefMZvNhIeHFzqX+Ph4YmNjiYqKYvXq1SxdupQ+ffoAFgv7l156iTfeeINNmzZx5swZxowZQ3Z2ttVK/uWXX+batWuMHz+ec+fOsXbtWqZOncqrr76K7JZyLDg4mAMHDnD16lUSExMxm82MGzeO9PR0Bg8ezOHDh7l48SJLly61hl0KCwtj6dKlnD17lgMHDtju41JiZ2fHM888w/Hjx63Kk4EDB+LrW3aLp127dqV+/foMGzaMo0ePcvDgQUaOHEmHDh2syd3vRZZp06bx5ptvsmPHDiIjIzl27BjPPfccBoOBbt26AdC5c2cOHz7Mzz//zMWLF5k6dWq+icWvXbvGq6++yvnz51mxYgXz589n4h3WL3v27GHWrFlcuHCBr7/+mtWrV1vrFHeO+ZHfMVFchg4diiAILFiwALAcK1u2bGHv3r2cPXuWF198kdjY2DIbLy/jx4/nk08+Ye3atZw/f56JEyeSkpIiJT4rLbcf3pR3WytK+1ZComRkZp7nWMQoDIb0oitLSEhIPKI06FyV+p0D6DCs8HelisCsM6G7mlZu/cudVAhyGcgEjIk55TaOxH3I/m8g42bR9cqRC4diOb6tbJWH+qgoIvv1J3r085gyM0lMTCQ2NhaZTFakcV1JUAUE4NC+HYgCSSdkuQZYoghr/wfftocbESXut8PQXqg0QcjVrTizOy7fOu0D2rOk90pcBq+0hOe9sBE2TrYNUfSA0H10HYZOa0lgnYr1irsv+WsiLO0Lx5bmlvnWg8c/gxf+szVSl96DHzgkpUZZovEo2mtDobbUKwc2bdqEn58fwcHBPPbYY2zfvp158+axdu1aqyV4w4YNmTNnDp9++il169Zl2bJlfPLJJzb9tG7dmrFjxzJo0CC8vLyYNWsWXl5eLFmyhNWrV1O7dm1mzpzJ559/Xqg8ixcv5qmnnrIutOelf//+rF+/nri4/G8o+fWVkpJCo0aNGDFiBBMmTMDb27vQNqIoMmTIEBQKBUOHDsXOzjakyocffsjVq1cJDQ0tMP9Ax44dWb16NevWraNhw4Z07tyZAwcOAODq6sqaNWvo3LkztWrVYuHChaxYsaJIS4Xw8HD8/PwICwtj8uTJvPjii8yfP9+6febMmfTv358RI0bQuHFjLl26xD///IObmxsA/v7+bNiwgYMHD9KgQQPGjh3L6NGjeffdd619vP7668jlcmrXrm0NFebh4cG2bdvIzMykQ4cONGnShO+//94a/ude9nFxCQsLo1+/fvTs2ZPu3btTt25d6wJ5aTCbzSgUlvBvgiDw559/4ubmRvv27enatSvVqlVj1apVpZKlQ4cOXLlyhZEjR1KzZk0ef/xxYmNj2bx5s1WB1aNHD9577z3efPNNmjVrRkZGhlWRmJeRI0eSk5ND8+bN+d///sf48eN54YUXbOq89tprHDlyhEaNGjF9+nRmz55Njx49SjTH/MjvmCguKpWKcePGMWvWLDIzM3nvvfdo3LgxPXr0oGPHjvj6+tK3b98yGy8vkydPZsiQIYwcOZJWrVrh6OhIjx497jqfJUrI7fBTirJRXEpIPKqIoplTpyeSnLyLS5dnVrY4EhISEvctzp72tBtYA2ePyn32MKbqiJ93lMTFpzEmlY3CQRRFcs4l54YElstwH1oT31eboA52KZMxJCqZ4qz1yBTQ9hVwyc3feK+eBfdKalw2W386y+5fL3IlIqHM+lV4eiLqdIgGA/qrUVYDvmrVqpU69PGduA0eDEDamjWYtbcMsTJi4dpBSLp4T5FSFColPV5+D4VdQ05sv1GgB4MgCFC1OfT7jpVOTvxyfiXs++qe51JZyJWP4FKv2QzbPrIovrKScstDO4Gjj60xnyBAixfAq4akyHjAEcRHLDh5eno6Li4upKWl4exs64Kn1WqJjIwkJCTk3hfMUq9BdlLB2zUe4Fq14O0SNoiiiD4qCrmjE3J3N4R8FCS3KoJRB2YjyaKepJwkXNQu6JJ0BAcHc+jQIRo3blyxwksAFk+HP//8M99wTKXBZDLh7OzMTz/9xIABA8q07/KgY8eONGzYkLlz5xZYJzg4mEmTJjFp0qQKk+tBw2w2U6tWLQYOHFikt5hEIWTGgyEbnKqAQkWqLpWE7ARc1a54ae49yXyZ3EclJB4w0jNOERk5n9q1ZqJUulW2OBISEhIShSCaRRK+P4EpWYfH8FqoqpYuF4AoiiT9dAbtuWTcnq6BQxOfMpJU4r6jpGs9SZfhx57Q4U1o8qxtyPFyQhRFjm2OJj4qnR7P10WQld2Crfb8BZQ+3shdXYmPj+fEiRMEBARYQyWXFaLJxOVu3THcuIHfzE9wvW08l50MUXuhVu/cyslXwC2kWAvTollk5UcHSb6RRdOewbR4slqBdY/GHeWZTc8AMCMhiScf/xrqPFVg/fsVURQxGc0olCXPp3Lfk50MyZEQ0CS37Js2EHcKnvoOGtzKnWIygiCrkPNPouwobO0+L1Ki8LLGtaqktChDzBkZmDMzEXNykLu5FlxRmw4pVyxugk4+ZGmziI+J5+uPv6Zly5aSQuMh4/r16/z888+YTCbatm1b2eJIlCNRUVFs3ryZDh06oNPp+Oqrr4iMjGTo0KGVLdqDjaOtF1aOMQe9SY9RNFaSQBISDy7OTnVpUP/byhZDQkJC4oEgPSmHiM3RqOwVtOwbWuHjCzIBjyE1ERQyZJrS57IUBAFVsDPaS6mI+gcv/r5ECSjpWs+BhZAZC+f+hqbPFV2/DBAEgcY9ghDNYpkqNADswnNzUHp7e9O1a9cy7f82glyO66BBJHzxBSkrVuQqNTTutgqNtBhY2A6CWkO/78HetfB+ZQLNnwhhw1f/Z+++42u+/geOvz53JTe52VOIBEGMEBpqtFYRq1WrVqlu1VJV1fVTSnet8i26lKpRSlGtPVqjtpgRMxIEkb1z1++PKze5spcbcZ593Efdz/3cc96fez83yf2cc97vzfy3+g/qt5qCaw33Avdt4dmCZxs9y6/hv/KRuysOm8bR2aEG1G5TMQd5H5w/fJMDf1zGP8iNDkOtn/avQl07Aj91A3tPePtc7qDW4xNMq6Pqd8vdVy4ue1dnYqhKqNJkGg3KGjVQeHoiyYsYXVbdXUqmy8RBaceN0zd4LOgxjh49mq9miPDgCw4OZsmSJSxdurRC63IIVY9MJmPx4sW0atWK9u3bc+rUKbZv316huVsF8FB7UNuxNi42Ypa5IJRXXPxe0tOvWDsMQRCEKinhZjqn/rnOiV3XrFbEVu5oYzGgUdrkFZmXEi1qZTg8XhPvCY+gaetTYTEK1UDo59DjS+j1de5FV12WaYZ5BdJm6Tm25SoGfW4Nw4oe0LhX+pEjxP7v20pr33ngAFAqyTxxksyzZwve6doh0GdDRiLYlKwQep3m7hj1e9BnX2HLwl8K3U+SJN5p9Q5P1X0SvSQx0c2Jw78Ptyw2XcUpVXJS4jO5dj7R2qGUT/QhU12MsOW527yDTGmU7VxNGQhyNB0AwUNN24WHgkg/lYdIm/GAu3UW9FngWg9sS/ZLTRAE4aGTnW5agquwqfAcouL3qPCwu3lzA2fOvo29fT1CHlmDQlGxeaYFQRAedEajkX9XnKduSw9qNXQx5bC3oswLCSTviML9+SbIbIqf0Zuy9zpJGy9jE+CM+4tNrR6/8ID5d4apRkOvGRBU/hTKRqORzd+d5nJYLA0f9abr840rIMii+9uxfDk1P/0MDAZ8f/oRTfv2ldLX9Qlvk/z33zgPGkSN6dMK3in2vOn7jHt9032DHm6Hg3fTQts9sG4np3ft4YkXRlKneZ0iY9AZdEzY+Sa7rv+LvcHAojQFjZ/fAfYFr/CoSrIzdcRcTMKnvjNKmwco/VT8ZXCsmVs75b9vYcsHULcTjFyfu196vBi8qMZKmn5KrNQQqg/V3QsH2anWjUMQBKEqS74OseFF5wQWBKFMXFzaoFK54egYjCSJ5e6CIAj3kiSJjsMa4hvoavUBAaPOQMLaC2RHJpO44TLZ11MLvOkSM83PUTdyRVLKULirQf9QzQ8VystggIhNkJEARkPx+5eAJEk0fNQbGzsFTTrUrJA2i3Ljxg32XrjAxQb1cej3NOpmzSqtL5ehdwuGb9yIPiWl4J08GuQOaAAcWQQLH4MdhQyCAG2e7sJL30wpdkADQCFT8HXnWbTyaE6aTMZrdlriVzwD2oxin2ttKlsFfk3dHqwBjcV9YG4LiNybu61hT2j1MrR/03JfMaAhIGpqCFWUISsLbUwMCjd35A6akj1JZQ8Z8ZCdhtagJSUrBQMG3NVVfxRdEAThvjAaQXf3i7lSDUC6Np1MfSb2CntscmbECIJQJjY2nrRu9ScqlbvVL9YJgiAIRZMUMpx61iF+xTnSj94i/eitgneUSXhPCkHhbIvCTY33pFbIHVT3N1jhwSeTwQtb4Ow6U5qcHLHnQeMB6rKlga3bwoNagS6o1JV/ee/06dMAZA4dSq3Bgyu1L3VICDb1A8i6cJGkdetxHfFs8U+6HQ4YwaFGhcVhI7dhbteFvPjXs3S/dgbXuKOw9mUYtARkD9CAQVWSlQJn/oDb56DHZ7nbXfwh6j+IuwgBT5i2udaF3jOsEqZQ9YmVGkKVpLtzB0NqKvr4UswkzlmpoU1Hp9cSkxZDbHpsqXOkCoIgVFsGLRjuFgNXmAY1krKTiEmNIT6rYvP7CsLDysbGw2JAIysr1orRCIIgVE26bD2ndl9j47cnMBqs931N4aaG4ro3GNHeyM0GIAY0hDKTK0xpp3L+TtBrYfVzMO8RuPpfiZu5FpFAVobOfP9+DGgYDAbOnDkDQNN7VmgUupKiHCRJwnmIabVGwsqVJbuu02cWPL/ZsjB73CVTUfF7xEbdZOkHX/DrB18W26xGpWHpU6t48aklIFdB+J+wdXKJj8VadFo9J3ddY/P3py1qrtx3Br1phZI5sCzYMA4OfGv53nT+ECZdhkdfvf8xCg8kMaghVEkKDw8Ubm7I3T1K8SRbkORgNGBrNKJRaXBTu2Es9q9UQRCEh4T27ioNhY1pthhgK7dFo9JgL3L/C0KFMhiyORcxmYOHepGZecPa4QiCIFQpBr2RA+sucfVUHFdPPwApMeXi0olQCVJumlJRGY3g0bBET4m5lMTGeSdY+/VRMlKyKznAXNHR0SQnJ2NjY0NAQAAAhrQ0YqZM5XLfvpUysOHUty+SnR3Zly6RfvhwyZ7k1zZ3BYXBAH+8Ct8+Cue3Wux2PSKS25f2cuvSPmIuXiu2WZVcBX7t4OkFpEoSn59fTtr+eaU9pPtKJpdxaONlLh27ze2rFf/+lMjptTCjPvz9Tu42e3doOQI6vQ9yZe52xxpg63T/YxQeWOI3s1AlyVQqlDVqILe3K/mTJAkcfcClLpLCFj9HPzztPJFJ4jQXBEEAQJtu+v/dVRoALrYu+Dn64WhTeAEuQRBKz2g0kJx8Aq02gfj4/dYORxAEoUpRqRW06lOHDkMaUDOwbGl37ie5RqzOECqBsy+M3gvP/WlZI+D0GshILPApCqUMG3sFju5qbOyVBe5TGXJSTwUGBqJU3u1Xkkjbvx/djRhS//m3wvuUazQ49ekDQOLKlaVvICPPSvR7iocHd2uDs89jKDX9ObsvueRtBg3knUZtWO7kwLiTc8k6u670cd0nMplE8BO+tO1XD43LfUgzfDsc9swypVTL4eBtquV47bBp8C7HU/Og03ug8az8uIRqS9TUEKoXe1E/QxAEoVBay3oagiBUHrnclqCmC0hPv4ibW0drhyMIglDlBHetbe0QBMH65ErLC+7XjsLvL4K9B7x+MF9BZI/aDgx8NwRbeyUy2f2p36XX6zl79iwATZvmxiqzs8Pnyy8xZmdj3+bRSunbZegQEletInnrNrxiY1F4lCKbh707vLAVYs+ZJsDmuLgdarelz7gx/P7lESIO3OSRHv44e5VsUu0bXWZy/K/hHFLb8s4/k5il8UFRu3Upj+z+COlVfEH0MtNlgyLPgO/2j+H8JjDqwePuyoxarWHUX+D7aG7aNUGoIGIKu1Cl6OLj0d64gSG79MsoJUli3bp1FtsMRgPp2vQS19VYvHgxzs7Ope67OujUqRPjx4+3dhgPtN27dyNJEomJiYD1z6epU6cSHBxstf6FKkiXYfr/3UENvUEv6g4JQiVSq2uKAQ1BEARBEErOqAf3+qZCyXcHNHTZepLjMsy7OLjaorS5f0WqU1JSsLOzQ61WU7duXYvH7Fq2qLQBDQDbRo1QBweDTkfimjWlb0AmA6/GufdvnYXlg2F+G7w8s/Fv5o7RCAf/vFTiJpu4N2Fe14WokNhlZ8PUv5/DEFfy5z/wslJhaX/4up7p3zkaPwX1Q8GjUe42uQL8H7NMMyUIFUQMalQSvUHP4ZuH+fvy3xy+eRi9QV+p/Y0aNQpJkpAkCaVSiZeXF926dWPRokUYDKUrCFQZF2KXL1+OXC5n9OjRhe5jNBrRxcaii4/HkJpa6H7FykyG5BiMumzOJ5znStIVsvX5B0n8/f2ZM2eOxbbBgwdz/vz5fPtWhJwL3jk3Dw8PevbsyYkTJ8rVbmRkJJIkERYWVqJ+C7otXryYtWvXMn369HLFUtmWLFlC69atsbe3x8HBgQ4dOrBx40Zrh1Uued8HjUZD8+bNWbx4cZnauXdQb+LEiezYsaNiAhWqBwcf0xJgpWkW0u2M24THh3Mn446VAxOE6k+rTeLkydEkJR2zdiiCIAhVSvS5eP6cF0ZSbLq1QxEE6/NtDaP3QU9TAWujwcjunw5xZeY4bkcUX/uhMjg7O/P6668zZswY5PLCB1P0SUkkrv2jwvt3GXq3YPiqVRj15by2lpkIGm/wCgJ7d1o/WQdd1inO7Pici0fCS9xMq5ptmPH4l8iNsF6tYMaaARjTqmZ9IL3OwPXzCcRdL8N1Nl02XP4Hzv2Vu01lD/GXICsZru7L3R48DIavgkZ9yh+0IJSAGNSoBNuvbid0TSgvbHmBd/e8ywtbXiB0TSjbr26v1H579OhBTEwMkZGRbNq0ic6dO/Pmm2/Sp08fdDpdpfZdnEWLFjFp0iRWrlxJenrhf6wqa9ZE7uSEvDyDKik3IPUmkjYNG7kNcpkcrUFboqeq1Wo8PSs3p19ERAQxMTH89ddfJCQk0KNHD5KSksrUVnYJVrS0a9eOmJgY8+2ZZ54xnys5t8GDB+Pq6oqDg0OZ4rgfJk6cyKuvvsozzzzDiRMnOHToEI8//jh9+/blf//7X6X2XZLXuTx+/vlnYmJiOHHiBIMHD+b5559ny5Yt5W5Xo9Hg5uZWAREK1YbaCRxqmGfKZOmyMBqNKCSRjVIQKtuVK3OJvbONM2ffxmCw7t9lgiAIVUnYtmiizsQTtj3a2qEIQtWgUJkLJmdl6PCN/Z7mqlU47XjBqmEVdb1An5rG5b5PE/PBB6Tu2Vux/fbogdzZuWJqd/i1M6X1evIbADx8HXDQRBOouci/y0pXt6Nz3Z5MCzGlWVpqo2fxqr656X6rkP/+uMS6Wcc5ubuEg2J5V/Kf3wy/PAVbJ+dukyTT6zfmINTvXrHBCkIpiEGNCrb96nYm7J7ArfRbFttvp99mwu4JlTqwYWNjg7e3NzVr1qRly5Z88MEHrF+/nk2bNlnM/J41axZBQUHY29vj6+vLmDFjSL27MmL37t08//zzJCUlmWePT506FYBff/2VkJAQHBwc8Pb2ZtiwYdy+fbvYuCIjI9m/fz/vvfcegYGB/P777xaP56wM2bp1K01btcK1USN69upFTEyMeZ/Dhw/TrVs33N3dcXJyomPHjhw7VshMR5U9XQa9whtvvoWvgy8NXRqiUWmIi4vDxsaGnTt30qlTJ65evcpbb71lPs68seS1YcMGQkJCsLW1xd3dnf79+5sfmz9/PvXr18fW1hYvLy8GDhxY7Ovh6emJt7c3rVu3ZubMmdy8eZMDBw5w6dIl+vbti5eXFxqNhlatWrF9u+X54u/vzyeffMKoUaNwcnLi5Zdfpk4dU47EFi1aIEkSnTp1snw5VCq8vb3NN7VabT5X8m67N/1UTl8jR45Eo9Hg5+fH+vXriY2NpW/fvmg0GoKCgjhy5IhFf/v376dDhw6o1Wp8fX0ZN24caWlpxb4uRTlw4AAzZ87k66+/ZuLEiQQEBNCoUSM+/fRTxo8fz4QJE4iOjiYpKQm1Ws3mzZstnr927Vrs7e3N5/n169cZPHgwLi4uuLm50bdvXyIjI837jxo1iqeffprPP/8cHx8fGjRoAJT9M1AcZ2dnvL29qVevHh988AGurq5s3brV/Hhx57+/vz8A/fr1Q5Ik8/1700/lHNeMGTOoUaMGbm5uvP7662i1uYN+MTEx9O7dG7VaTZ06dVi+fHmBq5qE6sHP0Y8A5wA0Ko21QxGEaq9u3bdwc+tMUNP/IZOJgURBEIQcj/SoTVCnWlapsSGzV4CimDzvCsm0nyBYga29krqDhqF1qINN93fve/8pKSklmuQn19jj0K0bKn9/5I4VO1lSZmOD0wDTdZiEFSvK36CNBjS5tTn6tdXTq2YEI0Iul7qpp5qO5N1Go3DXG2h/4xysHwOlzJZS2WoFuqB2UKKyLebn2LFf4LsOcHxp7rZ6ncGxFtRuYzlgU7cTeAaKOhmCVYlBjWIYjUbStekluqVkpfD5oc8xkj8/ufHuf18c+oKUrJQStVcRec67dOlC8+bNWbt2rXmbTCZj7ty5nD59miVLlrBz504mTZoEmGb1z5kzB0dHR/Ms/okTJwKm2erTp0/nxIkTrFu3jitXrjBq1KhiY1i0aBG9e/fGycmJZ599lp9++infPunp6cyYMYOlS5fy77//EhUVZe4XTL9In3vuOfbs2cOBAweoX78+vXr1IiUlJX+HSnteGtaP5avXodfqzQMWy5Ytw8fHh86dO7N27Vpq1arFtGnTzMdZkL/++ov+/fvTu3dvjh8/zo4dOwgJCQHgyJEjjBs3jmnTphEREcHmzZvp0KFDsa9HXmq1Ka+9VqslNTWVXr16sX37do4fP05oaChPPvkkUVFRFs/5+uuvadq0KUePHmXy5MkcOnQIgO3btxMTE2PxXpfX7Nmzad++PcePH6d3796MGDGCkSNH8uyzz3Ls2DECAgIYOXKk+Vw9deoUoaGh9O/fn5MnT/Lbb7+xd+9e3njjjXLFsWLFCjQaDa+++mq+x95++220Wi1r1qzBycmJ3r17s2zZMot9li9fbh6ISU9Pp3Pnzmg0Gv7991/27t2LRqOhR48eFn+s7dixg/DwcLZt22ZOcVXWz0BJ6fV6Vq1aRXx8PEplbs7J4s7/w4cPA7krPnLuF2TXrl1cunSJXbt2sWTJEhYvXmwx6Dly5Ehu3LjB7t27WbNmDd9//32FDNwIVUBmMmQmgT53hrgkSdgobFCIC6yCUOkUCg3BzX/EwaGJtUMRBEGoUnzqu9BhSAOcPNT3vW+Fsy3eE0PwHNui0Jv3xBAUzrb3PTbh4Zadkfs3u7JRN5Tjj5jqbOQI3whbPoSsAq6JVKBt27bx9ddfc/z48WL39ZzwFnXW/YG6efMKj8Nl8GAA0vbuJTu6Yld1uQQ0BqU9yhaDyvT8Z1u/zbr2M2igB06vgR0fg0EPV/bAqd9N/6/klPRFqd3Ejee/fIz2AwJyN2Ykwpk/LONKuQkxJ+B8nqwRNg7w1ml4ej4oxc9BoWoRVzGKkaHL4NHlFVf06Fb6LdqtbFeifQ8OO4jd3bzn5REYGMjJkyfN9/POxq9Tpw7Tp0/ntddeY/78+ahUKpycnJAkCW9vb4t2Xnghd6lj3bp1mTt3Lq1btyY1NRWNpuBZvgaDgcWLFzNv3jwAhgwZwoQJE7h48SIBAbk/ULVaLf/7/HMatGyJJJPxxhtvMG3aNPPjXbp0sWj3u+++w8XFhX/++Yc+fe7J16fSMKDXE4z9v69Y/8cfPDPElH/x559/NtcecXV1RS6Xm2fcF+bTTz9lyJAhfPzxx+Ztze/+go6KisLe3p4+ffrg4OCAn58fLVq0KLSte8XFxfHxxx/j4OBA69at8fT0NLcN8Mknn/DHH3+wYcMGi0GBLl26WAz45KwwcHNzK/JYyqJXr17mgYSPPvqIBQsW0KpVKwYNMv2yf/fdd2nbti23bt3C29ubr7/+mmHDhpnPsfr16zN37lw6duzIggULsLUt2y/B8+fPU69ePVQqVb7HfHx8cHJyMtdCGT58OCNHjiQ9PR07OzuSk5P566+/WHO3qNjKlSuRyWT8+OOP5gGvn3/+GWdnZ3bv3k337qblk/b29vz4448WfZblM1ASQ4cORS6Xk5mZiV6vx9XVlZdeesn8eHHnv4eHaZZJzoqPori4uPC///0PuVxOYGAgvXv3ZseOHbz88sucO3eO7du3c/jwYfPg3Y8//kj9+vXLfGxCFZJ6C7JTwbk22Im0ZIJgbRkZ0aSmncfD/YnidxYEQRAqjcLZFpytHYUg5Lp1JZk/54XRcVhD6od4mTbK81y+02bCpnch+ZqpmPjjb1dKHFqtlnPnzqHVakuU1limthyYNBqN5u/c5aWqXRv7xx4jbe9eEn/7Dc8810TKrfXL0PhpsHcHID05DbvEU6DPhjolm7jq1LAnPDWP+bvf5WbEL3Q/vZTHkvLU2HD0YWGzUAzuDRgTPKbiYi8Bmeye98BggHmPQPodeGEr1L57zbPpAHCsCfW7We4vVmMIVZRYqfEQuPcXya5du+jWrRs1a9bEwcGBkSNHEhcXV2yKoOPHj9O3b1/8/PxwcHAwpzm6dyVBXlu3biUtLY2ePXsC4O7uTvfu3Vm0aJF5H4NWi51aTW1bW4x3a3/UqFHDYnb47du3GT16NA0aNMDJyQknJydSU1ML7luhwkZtz7MDerFo0Y/EZ8Szcc9GTpw4UepZ9WFhYTzxRMEXG7p164afnx9169ZlxIgRLFu2rMh6ITlq1aqFRqPB3d2d8PBwVq9ejaenJ2lpaUyaNInGjRvj7OyMRqPh3Llz+Y4x52JzUfbs2YNGozHf7l25UFLNmjUz/9vLy/THVFBQUL5tOe/V0aNHWbx4sUXfoaGhGAwGrly5kq/9qKgoi30/++yzMsWZ9xzv3bs3CoWCDRs2ALBmzRocHBzMgxVHjx7l4sWLODg4mPt1dXUlMzOTS5cumdsMCgrKN4hSls9AScyePZuwsDC2bdtGcHAws2fPthj0K9X5X4wmTZpYFHfL+1mLiIhAoVDQsmVL8+MBAQG4uLiU4+iEKsFoBG2G6d9K05eN+Ix4bqbdJEOXYcXABOHhlJ5+hUOHn+b06bGkpJyxdjiCIAhVQnJcBntWnSd8/w1rhyIIVnV23w2y0nVEHLhZcAYPpS30mW1KAfToa7nbKyDbR14XL14kOzsbR0dHatWqVarnJm/ZSuSAgegLyq5RRjkFwxN/X4MhK6vC2gVA40HkyYsseOVNlk6cBOvGwJIn4UQp6mwED+WOez3+cNAw1lnNcZvc6wkLZWl8e30HsjvnKzbu4iRchY0TYPXzAGRn6kAmMw3WeARarvRxqwcthoOmcuvMCkJFESs1iqFWqDk47GCJ9j166yhjdhQ/4jr/ifk84vVIifquCOHh4ea6C1evXqVXr16MHj2a6dOn4+rqyt69e3nxxRct8urfKy0tje7du9O9e3d+/fVXPDw8iIqKIjQ0tMj8iosWLSI+Ph47u9wVJwaDgePHjzN9+nTkcjmSXI5SqUTh5o7s7kVkSZIsfnmPGjWK2NhY5syZg5+fHzY2NrRt27bwvlX2vDT0aYK7DyUyOpIVv6zgsU6P4efnV5qXzpweqiAODg4cO3aM3bt3s3XrVj766COmTp3K4cOH89XlyGvPnj04Ojri4eGBo6Ojefs777zDli1bmDFjBgEBAajVagYOHJjvGO3t7YuNOyQkhLCwMPP9nMGH0sqbAiln0KCgbYa7OSMNBgOvvvoq48aNy9dW7dr5c+T6+PhYxOnq6lpgHA0aNGDv3r1kZ2fnG2i4ceMGycnJ5tUEKpWKgQMHsnz5coYMGcLy5csZPHgwCoXCHOMjjzxS4EBPzooHyP86l/UzUBLe3t4EBAQQEBDA6tWradGiBSEhITRu3Bgow/lfhLzvH5jew5z3r7CUdxWRCk+wMr0WjHpAAoVpxVRSdhLp2nRs5bYV9vtGEISSUav9cHIKJjs7DqVSDBwLgiAARJ68w8md13D0UNOwTY38s4sF4SHRcVhDnD3taNLBp/CVDg26m255rR4FLn7QYZKpbkQ5nT59GoCmTZsik5V8TrQhO5vbM2eijYoi/uef8Sjg+kBZaDp2RFGjBrqYGFK2bMHpqacqpN0cSlsV6UlXUEp6EuyDcdFmQMOeJW/AoOf92zc55GDkqkrJS96eLI+5xS47Nd+6OPF6QhKj47ZCFz3I5MW3VxYJkabBLVfTNUAkGRz5iXSDCxsj/iPpTjYvzHwceb+FoLCpnBgE4T4RgxrFkCSpxCmg2vm0w8vOi9vptwusqyEh4WXnRTufdsgr6wfYPXbu3MmpU6d46623AFMdCJ1Ox8yZM82/lFatWmXxHJVKhV5vme/v3Llz3Llzhy+++AJfX19zW0WJi4tj/fr1rFy5kiZNcvNHGwwGHn/8cTZt2kSfPn2QZDKQJJQ1Ck+bs2fPHubPn0+vXr0AiI6O5s6dO4V3rrInqFF9QoKD+H3p72z+YzNzvplT7HHeq1mzZuzYsYPnn3++wMcVCgVdu3ala9euTJkyBWdnZ3bu3GlRTPxederUKXDQY8+ePYwaNYp+/foBkJqaalG8ujA5F/nzHotarbaY6X+/tGzZkjNnzpS4b4VCUaJ9hwwZwty5c/nuu+8YO3asxWMzZsxAqVQyYMAA87bhw4fTvXt3zpw5w65du5g+fbpFjL/99huenp4Wg0rFKctnoCwCAgIYMGAA77//PuvXrwdKdv4rlcpiz+fiBAYGotPpOH78OI88Yhp4vXjxIomJieVqV6gCclZjKGxNf9gCLrYu2MptKyTNoSAIpSNJMpo2mYMkqZDLxRdKQRAEgMC2NbgekUjTDjVFthPhoWM0GJHuDuTJZBItuuefFFik60fh7DqQ5NB8KHg2Klc8WVlZREREAFhczykJmUqFz2efkrp3L26jR5crjrwkhQKXZwYR+81cElasrPBBjZoN/ajTcgjXL6rZlVCbfm/MRrJ1yt3hwAKo3920oqEgV/ejTL7B6hSJvjW9iVEqGeLjjU6SeD0hkdGJyUASXN0PdR6v0NgB2P0l7P4MHhkFT35j2ubsC50+QF0jmJQftGRn6rkTnYqXf8mvhQhCVSXST1UguUzOe63fA0wDGHnl3H+39buVNqCRlZXFzZs3uX79OseOHeOzzz6jb9++9OnTh5EjRwJQr149dDod8+bN4/LlyyxdupSFCxdatOPv709qaio7duzgzp07pKenU7t2bVQqlfl5GzZssLhQXJClS5fi5ubGoEGDaNq0qfnWrFkz+vTpU2DB8MIEBASwdOlSwsPDOXjwIMOHDy9yFQVqF/AI5KVXxzDzq5kY9AYGDbAs+uTv78+///7L9evXCx0gmTJlCitWrGDKlCmEh4dz6tQpvvrqKwA2btzI3LlzCQsL4+rVq/zyyy8YDAYaNmxY4uO69xjXrl1LWFgYJ06cYNiwYeYZ9EXx9PRErVazefNmbt26RVJSUpn6rwjvvvsu//33H6+//jphYWFcuHCBDRs25BuIKK22bdvy5ptv8s477zBz5kwuXbrEuXPn+L//+z+++eYbZs6caR5oAOjYsSNeXl4MHz4cf39/2rRpY35s+PDhuLu707dvX/bs2cOVK1f4559/ePPNN7l27VqhMZTlM1BWb7/9Nn/++ad50KQk57+/vz87duzg5s2bJCQklKnfwMBAunbtyiuvvMKhQ4c4fvw4r7zyCmq1usJyoQpWck/qKQBnG2dqaGqgkuevVSMIQuVTKBwsBjSysm5ZMRpBEATrU9kq6Dk6CN/GruJvT+GhYjQY2bboDIc2Xin7Kvmaj8DQ36DrVMsBjazUMjV3/vx5dDodLi4u+Pj4lPr5diEheI4fb87GUVGcBw4EhYKM48fJPHeuQtsG6P7KAJQ2LsRcTCL6cm6xdiL3wub3YEF7SCnkb7ZU03a10cjvN26iMBrRSRJKo/HugIblfuVy4jdYNRLiL+duq/mIaVDr3uLxnd5FahhKz1eDGPVlezGgIVQbYlCjgnX168qsTrPwtLPMQedl58WsTrPo6te10vrevHkzNWrUwN/fnx49erBr1y7mzp3L+vXrzTn0g4ODmTVrFl9++SVNmzZl2bJlfP755xbttGvXjtGjRzN48GA8PDz46quv8PDwYPHixaxevZrGjRvzxRdfMGPGjCLjWbRoEf369StwmeKAAQPYuHEj0UePYsjMLPbYFi1aREJCAi1atGDEiBGMGzcOT88i8vzJlaBUM3TYMBQKBcOGDctXpHratGlERkZSr149i7RDeXXq1InVq1ezYcMGgoOD6dKlCwcPmtKROTs7s3btWrp06UKjRo1YuHAhK1asKPUshhyzZ8/GxcWFdu3a8eSTTxIaGmpR26AwCoXCvIrBx8eHvn37lqn/itCsWTP++ecfLly4wOOPP06LFi2YPHkyNWrUKHfbc+bMYf78+axcuZKgoCAeeeQR/vnnH9atW5dv0ESSJIYOHcqJEycYPny4xWN2dnb8+++/1K5dm/79+9OoUSNeeOEFMjIyily5UZbPQFkFBQXRtWtXPvroI6Bk5//MmTPZtm0bvr6+pSpYf69ffvkFLy8vOnToQL9+/Xj55ZdxcHAoc5F3oYowD2qI91EQqqIbN1az/7/O3L69xdqhCIIgCIJwn0WHx3PhyG2O/h1J/I2ia50WqWEPaJ8n1VNyDMwJgu0fg650NSjypp4q7yCj0Wgk/fjxcrWRQ+HhgUNX03W1hBWlqHdRQhoXG5p2rAnA/jWncieaOtaEup0heCg4FJLeW5O7fbmjg3lAQytJLHR2LHC/EjEYIO6S5bawX+Hseji/NXdbnQ4w6TIMXERBfOq7YO8kVggL1YdkfMiSpScnJ+Pk5ERSUlK+C5iZmZlcuXKFOnXqlPsCnt6g59jtY8Smx+Jh50FLz5b3LeXUg0IXG4v21i0kGxtsAgIqZTZOdHQ0/v7+/HfwPxoGmVZQONk4FfMsQRByXLt2DV9fX7Zv384TTzxh7XCEsrp1FvRZ4FoPbB3J1GUik2QoZcoK/dlbkb9HBeFhcv7Cp0RHL8Lbqy9NmsyydjiCIAhWpcvWc+7ATeJj0ugwuIG1wxGE++LMnuvIlTIC25R/QqDZvm9g20dQMwRe3GYqEF1C8fHxnDlzhsDAwEIngZaEUa/n+vjxpGzbju8P36N5vPxpl9IOHiLqueeQ7Oyo/+8/yDXlrx+SV3pyNj+O/wpt2mHaDnqDdgO7mR4wGkGfnVuLIj0e9syEDu+A2hkMepjT1FQU3MXJnHJqobMj37o4m2pqGDQw/lTJa2okRsMPnU2T1CZdzu371O9w5zw06Q+egRV6/IJgbUVdu89L1NSoJHKZnFberawdRpUmc3JCodUi2dlV+ICGVqsl5uol3nvvXdq0aknDoIZcS7mGrcJWDGoIQhF27txJamoqQUFBxMTEMGnSJPz9/enQoYO1QxPKw7WO6Q9hlal+RkxaDOnadGo51BI/EwWhCgioNwkHTSDe3v2sHYogCILVpcRn8s+KCDBC0w41ca1hb+2QBKHSNXm8ZsU32m4cuAWAk2/ugIZBD0nR4OJf5FNdXV15vAIGICS5HKWPDyiVZEdHl7s9ALvWrVDVq0f2pUskbdiA67BhFdKuuX1HFZ61NVwP1xO+d1/uoIYkWRbX3vYRHF8KN0/Cc3+CTM7CwMf5Nva/PDU0MP//Wxdn8GjL6MIGNBKumuqi2LlDi7sZJxxrApLpducCeDc1bQ8aWKZju3omjotHblGvpSf+Qe5lakMQqgoxqCFYjUylQlaG3IwlsW/fPjp37kyDun78/tMc7JR22CpssVfaYzQaRY5WQSiEVqvlgw8+4PLlyzg4ONCuXTuWLVuGUqm0dmhCeSjV5noaOQs0JSRs5WI1hSBUBTKZkho1Blg7DEEQhCrBxdueoE61cPJQo3ERqVKE6ik2KoWTu6/RcWgDFMpKyuohSRDY23Lb0cWm2hCdP4THxldOv/fwGD8ep/4DsG1YMSuvJEnCZfBgbn32GYkrVuIydGiFX+Pp8dpIwrY14rEhRaSQbz4Eog9Cpw9M9xOjMVzcxusGnWUNDXIHNgxJ20yrL5x9ITsdJFluiuCr+00DJTWa5w5qyGTw/N/g7AeK8tcniQ6P59x/N5FkkhjUEB54YlBDqJY6deqEUa+Fm6dMG4xQz7medYMShAdAaGgooaGh1g5DqESSJFHHqQ4GowEJMcArCFWN0ajn8pW5yGVq/P1HWzscQRAEqxBpp4TqTK818PfCk6TGZ6G2V9JuQMD96/zqPlMKJaVdgQ+npaWxYcMGmjZtWiH1NABkanWFDWjkcHq6L7dnzybrwgUyjh7FLiSkQtt39nKl07PFfC/2fwzGHMhNJZUex5j4+EJ3Nw90pMfB/nlwbAn0/TZ31UVAV9OtQQ9Tqquc1969fjmPJle9Fp6m74PNxYCG8OAThcKF+06fmoo2JgZDdnbldiRTgOLuiHd2OYptCYIgPMjS4yD1NugyLTbLJJlYtSYIVVBc3L9ERv6PS5dnkpZ2qfgnCIIgCILwQJErZXQZ2YgaAU480sv//nY+4CcY/juEvJC77c4FiL8CQHh4OBEREezbt69SvitoY2K48e576JOTi9+5CHJHR5z6mFahVEbB8Lyys7KJOnO54AfzppLKTi15o0pb0/ez6IO52zQe8OwaaP1y7oBGBatRz4n2AwLwCXCulPYF4X4SKzWE+04XG4shzTTIIKtRgUWwCqKyN/2i0KaB2hmj0YjOoEMpF6l0BEF4SKTFmX4G5h3oFQShynJ374xvrVE4OAZhby9WmQqC8PAyGo1cP5/I6X+u02VkICpbcflCqD58A12p1dDl/k8ykiSo3y33vsEA69+AG8dhwA+cPp0AQNOmTSu8a6PRyLU3xpJ55gySSkWN6dPK1Z7zkCEkrv6d5K1b8YqLQ+HmVkGR5rp4+Cx/fvMZEhJvLFqEQlXEtSRlKer/tHoJmg0Bz0blD1IQHlJipYZw3yncPZBpNMgr4RdOPqq7v1Sy09AZdJxPOM+FhAsYjIbK71sQBMHajEbQZZj+fbemRnRKNFHJUWTes3JDEISqo0GDydTwftraYQiCIFiXEXYvO8elY7cJ3xdj7WgEoVyMRiNHNkWSnpybsaJKrJrOSjatGpApSHUOJDIyEoAmTZpUeFeSJOH1wfuoW7TA9flR5W5P3aQJts2agVZL4pq15Q+wAN71fTHqs9Hrsji6+UTRO5fm/XSuDV6NK21FRlGMRiNx11O5dPz2fe9bECqSGNQQ7ju5gwYbf39kqvIXOSpWzkh5djpyZKb88RJk6bIqv29BEARr02eB0QBIoLDFaDSSmp1KSnaKqKchCA8IvT6D69dXYDQarR2KIAjCfSXJJB7p4U/TDjXxb3YfJsQJQiU6tuUqB9df5o+Zx9Brq9AkS7UzjFgHr/7LmehEAGrVqoVL9DZIuFrh3dk98gh+y5dhU7duhbTnMmQIAIkrV2LU6yukzbw0zg6EPPUGNk4vcu5AVtV678oo/kYaK6cfYvvPZ6vF8QgPLzGoIVRvChtzyhXJoMXP0Y9A10DUd2csC4IgVGvau6sxlLbmWUC1HWvjbe+NSn4fBpYFQSgXg0HHsWPDOBfxf0RfW2ztcARBEO67Ru1q0HFYQ5w8Ci5qLAgPinotPHF0t6VFt9rIlVXsUpwkgXsAp0+fBiDE3xHWjYFvW0N8IbUkytVd7uQqXUJCudpy7NUTmZMT2hs3SN2zp7yhFajdgPbYO9uTGp/F2X03KqWP+8nVxx5Hd1t8ApzJSNVaOxxBKLMq9pNUqM50sbHo4uMxGu7jSLAkgVcT8AwEhQ02ChtkkjjtBUF4SGjvpp5SmAZyJUnCXmmPm9qtaix3FwShSDKZAi/vp1AqXdFoAq0djiAIgiAIZeTsZceQjx6l8WM+1g6lQImJiURHRwMQUL8h1G4DdTuBa8WsqChIwooVXHyiK6n//FPmNmS2tjj36wdAYiUVDFeo5IT09AfgwB/7yExNr5R+7hdJknh2WlueHBeMxsXG2uEIQpmJq7vCfWHU6dDGxqK9cQNDeuX8ApAkiXXr1hXwQMlP88WLF+Ps7FxhMT1IOnXqxPjx460dRpUydepUgoODK6y93bt3I0kSiYmJFdZmVRAZGYkkSYSFhVk7FOFeWst6GoIgPHh8a42izaObcXVpa+1QBEEQrCYlPpO9v1/gekT5ZnULwv0Udz2VuOup5vtKldyK0RQtPT2dWrVq4e/vj8avOTz3Jwz4MXcHbSb89TYkRldYn9mRVzGmp5O04c9yteMyZDAAqf/+S/a16xURWj6N2/uAfhfJN5ey9YffCt7Jzs2ULaQoChvTflYmycQEN+HBJwY1qolRo0YhSRKSJKFUKvHy8qJbt24sWrQIQylXRlTGhf3lK1eiCQpi3OdfILO3r9C2S8xoAKOR+Ix4riZfxc/fjzlz5ljsMnjwYM6fP18p3edc0M65eXh40LNnT06cKKbYVDGKu6B8b78F3RYvXszatWuZPn16uWKpbGvWrKFTp044OTmh0Who1qwZ06ZNIz4+vlL6mzhxIjt27KiUtu+3vD8jFAoFtWvX5rXXXiOhlMt9R40axdNPP22xzdfXl5iYGJo2bVqBEQsV4p4i4YmZiaRmp2IwitypgvCgkCQJlSr3y292dhwGg6gNJgjCw+X41ihObI/m2JaKz/EvCJUhNSGLjf87wdqvj3LzcpK1wymWj48PL730Es8++6xpgySBjUPuDvu+gcM/wi99oYKyb3iMf5Man36Cz9dflasdlb8/9u3agtFI4m+FDDiUk1wpIyCkKSCRcPNOwTs5+8IbR+GVfwq/vXHUtF8VocvWo9NWfC0SQbgfxKBGBYud9z9i588v+LH584md979K67tHjx7ExMQQGRnJpk2b6Ny5M2+++SZ9+vRBp9NVWr8l8fPixUyaNInVf20kIyPj/nZuNMKdCxBzEvTZpGnTSM1OLbDgplqtxtPTs1LDiYiIICYmhr/++ouEhAR69OhBUlLZ/sjJzs4udp927doRExNjvj3zzDPmcyXnNnjwYFxdXXFwcCi2PWv58MMPGTx4MK1atWLTpk2cPn2amTNncuLECZYuXVrmdgt6DY1GIzqdDo1Gg5ub9WdRVJS8PyN+/PFH/vzzT8aMGVPuduVyOd7e3igUigqIUqhQHoHg3gCUdhiNRmLSYriafBWtXuROFYQHUXLySQ4dforzFz6xdiiCIAj3VXBXX2oFutDsiapzMVAQiqJQyXB0V2PvbIOz14NTE6bQ73SNngS/9tDlQ5BVzKVEmVqN84ABSBXQnvPQoQAkrlmDoQTXScqi86h+9Hnra5778p0iAvEFn+DCb1VoQOPflef58e09XD4ea+1QBKFMxKBGRZPLuDN3Xr6Bjdj587kzdx7IK+8lt7Gxwdvbm5o1a9KyZUs++OAD1q9fz6ZNm1i8eLF5v1mzZhEUFIS9vT2+vr6MGTOG1FTTksjdu3fz/PPPk5SUZJ7VPXXqVAB+/fVXQkJCcHBwwNvbm2HDhnH79u1i44qMjGT//v289957BAYG8vvvv1s8nrMyZMuWLTRq1AiNRmO++Jrj8OHDdOvWDXd3d5ycnOjYsSPHjh0rtM8uXbrwxhtvmO5IEhgNxMUnYGPvyIn/TvBK/1eIjormrbfeMh9n3ljy2rBhAyEhIdja2uLu7k7//v3Nj82fP5/69etja2uLl5cXAwcOLPb18PT0xNvbm9atWzNz5kxu3rzJgQMHuHTpEn379sXLywuNRkOrVq3Yvn27xXP9/f355JNPGDVqFE5OTrz88svUqVMHgBYtWiBJEp06dbJ4jkqlwtvb23xTq9XmcyXvtnvTT+X0NXLkSDQaDX5+fqxfv57Y2Fj69u2LRqMhKCiII0eOWPS3f/9+OnTogFqtxtfXl3HjxpGWllbs61KUQ4cO8dlnnzFz5ky+/vpr2rVrh7+/P926dWPNmjU899xzQMGrCMaPH2/xmnTq1Ik33niDCRMm4O7uTrdu3cyrWbZs2UJISAg2Njbs2bOnwPRTixYtokmTJtjY2FCjRg3zeVbQipnExEQkSWL37t0FHldB7c+ZMwd/f3/z/Zxj+uyzz/Dy8sLZ2ZmPP/4YnU7HO++8g6urK7Vq1WLRokXFvo4573utWrXo3r07gwcPZuvWrebH9Xo9L774InXq1EGtVtOwYUO++eYbi3iXLFnC+vXrzZ+b3bt35zv2nNdzx44dhISEYGdnR7t27YiIiLCI55NPPsHT0xMHBwdeeukl3nvvvQpN9yUAMjmo7EEmR2/Uo1FpsFHYiCLhgvCAytbGk5V1i4SE/9DpUqwdjiAIwn3j6K6m7/gW+DWpPhOOhOrN1l7JU+OC6Tu+Bbb2SmuHU6SYmBjSi0sT7tUYRv0FTXKvh3DlX1j1HCSVP+WTUa8n/tdl6JOTy/R8h86dUXh5oY+PJ2XrtnLHUxCVjYqGbapPjTOFSoZea+Dm5bK95oJgbWJQo4QM6emF37JyUwB4jBmD22ujuTN3Hre/+QZDejq3v/mGO3Pn4fbaaNxeeKFE7VaULl260Lx5c9auXWveJpPJmDt3LqdPn2bJkiXs3LmTSZMmAaZZ/XPmzMHR0dE8i3/ixImAaUb79OnTOXHiBOvWrePKlSuMGjWqyP6NRiM/zJlDr9BQHB0defbZZ/npp5/y7Zeens6MGTNYunQp//77L1FRUeZ+AVJSUnjuuefYs2cPBw4coH79+vTq1YuUlIK/0L/00kssX76crJz3RqVh2R+b8PH2onf33vy57k9q1arFtGnTzMdZkL/++ov+/fvTu3dvjh8/br5IC3DkyBHGjRvHtGnTiIiIYPPmzXTo0KHI1+NearUpJYxWqyU1NZVevXqxfft2jh8/TmhoKE8++SRRUVEWz/n6669p2rQpR48eZfLkyRw6dAiA7du3ExMTY/Fel9fs2bNp3749x48fp3fv3owYMYKRI0fy7LPPcuzYMQICAhg5cqR51cupU6cIDQ2lf//+nDx5kt9++429e/fmDjCV0bJly9BoNIWuKihturQlS5agUCjYt28f3333nXn7pEmT+PzzzwkPD6dZs2b5nrdgwQJef/11XnnlFU6dOsWGDRsICAgoVd9lsXPnTm7cuMG///7LrFmzmDp1Kn369MHFxYWDBw8yevRoRo8ebS7sVhKXL19m8+bNKJW5f2AbDAZq1arFqlWrOHv2LB999BEffPABq1atAkzpuO5d6dOuXbtC+/jwww+ZOXMmR44cQaFQ8EKen3/Lli3j008/5csvv+To0aPUrl2bBQsWlOHVEUpKIVPg6+BLgHOAKBIuCA8od7dONG06j1Yhf6BQVN3VlYIgCILwMDIajdy5lnuNQq6UYe9c9Qsxr127lhkzZnDx4sWid5Qk0w1MGTE2vQtn18H+eeWOIeaDD7j1ySfc+vyLMj1fUihwHjQIgISVK8odT3HuXLvNoT93V3o/lalpx5oM+ag1jw+ub+1QBKFMRK6QEopo+Uihj9l37EDtPBdG4xcvASBuwULiFiw0b49bsJCMI0fxW/qLedvFJ7qiLyCnfaNz4RURNgCBgYGcPHnSfD/vbPw6deowffp0XnvtNebPn49KpcLJyQlJkvD29rZoJ+8Fybp16zJ37lxat25NamoqGo2mwL51SUn88ttvzPrwQzAYGDJkCBMmTODixYsWF4O1Wi0LFy6kXr16ALzxxhtMmzbN/HiXLl0s2v3uu+9wcXHhn3/+oU+fPvn6HTBgAGPHjmX9+vU888wzoLLn5982MGrwU0iShKurK3K53LzqpDCffvopQ4YM4eOPPzZva968OQBRUVHY29vTp08fHBwc8PPzo0WLFoW2da+4uDg+/vhjHBwcaN26NZ6enua2wTSL/Y8//mDDhg0WgwJdunSxGPCJjIwEwM3NrchjKYtevXrx6quvAvDRRx+xYMECWrVqxaC7fyy8++67tG3bllu3buHt7c3XX3/NsGHDzOdY/fr1mTt3Lh07dmTBggXY2tqWKY4LFy5Qt25diwvw5REQEMBXX+Xm7bx58yYA06ZNo1u3boU+75NPPuHtt9/mzTffNG9r1apVhcRUFFdXV+bOnYtMJqNhw4Z89dVXpKen88EHHwDw/vvv88UXX7Bv3z6GDBlSaDsbN25Eo9Gg1+vJzMwETCu3ciiVSotzvU6dOuzfv59Vq1bxzDPPoNFoUKvVZGVllehc+/TTT+nYsSMA7733Hr179yYzMxNbW1vmzZvHiy++yPPPPw+Yzq+tW7eaV40JFSD1Fuiywc7VtFpDEIRqwcuzp7VDEARBsBqdVk/EgZtos/QEd61t7XAEwcLRTVc59OdlOgxtSNMONa0dToncunWL2NhY5HI5NWuWImZJgv7fw67PoNO7udsNetNq8VJyHjyYlF27sXukZamfa25j0EDuLFhAxpGjZEacx7ZhgzK3VZSLR8JZ//X7IMlo0LoZzl6uldJPZXN0U1s7BEEoF7FS4yFgNBotZuXu2rWLbt26UbNmTRwcHBg5ciRxcXHFpgg6fvw4ffv2xc/PDwcHB3NKn3tXEuS1bc8e0jMz6fX000hyOe7u7nTv3j1fqhw7OzvzgAZAjRo1LFJb3b59m9GjR9OgQQOcnJxwcnIiNTW10L5tbGx49tlnzf2Enb3AibPnGTWwJxh06A16jBjJ1hedazEsLIwnnniiwMe6deuGn58fdevWZcSIESxbtqz4JZtArVq10Gg0uLu7Ex4ezurVq/H09CQtLY1JkybRuHFjnJ2d0Wg0nDt3Lt8x5qwUKcqePXvQaDTm27Jly4p9TkHyrlbw8vICICgoKN+2nPfq6NGjLF682KLv0NBQDAYDV65cydd+VFSUxb6fffZZgXHcew6XV2GvYVGv7e3bt7lx40ah50NlatKkCbI8eUa9vLws3ge5XI6bm1ux6eA6d+5MWFgYBw8eZOzYsYSGhjJ27FiLfRYuXEhISAgeHh5oNBp++OGHIj/jRcl7/tSoUQPIPVciIiJo3bq1xf733hfKKSMR0u/A3Z9zoji4IFQ/sbHbOHlyNAaDdWunCYIg3C/XIxLZvSyCQxuvkJUhfvYJVYfRaCQ5LgOjEYyG/PU7q6ozZ84Apol/OZkkSsw7CIauALVL7rY/x8HvL0BywdkwCmPXsiUBO3fiXIKU3oVRennhcPf7euJvK8vcTnHqBjdAYeuGJHPh6OaKm5AsCELpiJUaJdTw2NHCH5RbjkI32LeXOz/8QNyChUhKJUatFrfXRuP+8sv5CioF7LCsmVAZwsPDzXUXrl69Sq9evRg9ejTTp0/H1dWVvXv38uKLL6LVFl44Ni0tje7du9O9e3d+/fVXPDw8iIqKIjQ0tMhi1YuXLiU+MRGnPDUCDAYDx48fZ/r06cjvvnb3zsCXJMmikPeoUaOIjY1lzpw5+Pn5YWNjQ9u2bYvs+6WXXiI4OJhr166xaMlSnnj8Ufxq+UB2OvGGLHQGHWnaogdyivql7uDgwLFjx9i9ezdbt27lo48+YurUqRw+fLjIdEh79uzB0dERDw8PHB0dzdvfeecdtmzZwowZM8x/UAwcODDfMdrbFz/jOiQkxKK2Q87gQ2nlfV9yBhUK2mYwGMz/f/XVVxk3bly+tmrXzj+TysfHxyJOV9eCZzg0aNCAvXv3otVqi1ytIZPJ8hWAL+i8Luw1LOq1Le4PvJxBh7z9F/WZynlOSeIt6PNR0Lac96Ew9vb25hVSc+fOpXPnznz88cdMnz4dgFWrVvHWW28xc+ZM2rZti4ODA19//TUHDx4sst3CFHWu5N2W497XQigHoxG0GaZ/K9QYjUYi4iNQypX4OfqhlFXtvL6CIBRPq03gzNmJ6PWpXL+xHN9aI60dkiAIQqWr3diV2k3cqN3YFZlcpNMUqg5Jkuj8bCD1Q7zwbfRgzNw3Go2cPn0agKZNm5a/wcQoCFsBRj08Ohoca5Tq6XJN7vdxo8FQpgLiLkOHkLJ1K0nrN+D59tvISnD9pLRkCjndX3mfHb9c5eIxHW37ZWPn+GDWLEy+k8Hpf66jy9bTYWhDa4cjCKUiVmqUkMzOrvCbjWWOxLjFi4lbsBD3cWMJPHUS93FjTamoFi9Gdk/6ncLarCg7d+7k1KlTDBgwADDVgdDpdMycOZM2bdrQoEEDbty4YfEclUqFXq+32Hbu3Dnu3LnDF198weOPP05gYGCxs8Lj4uJYv349K1euJCwszOKWmprKpk2bSnwce/bsYdy4cfTq1ctcpPnOnTtFPicoKIiQkBB++OEHli9fzgsjhpoeyE7DXmmPSqWCYq6hNmvWjB07dhT6uEKhoGvXrnz11VecPHmSyMhIdu7cWWSbderUoV69ehYDGjnHOGrUKPr160dQUBDe3t7m1FJFUalMvzzzvmdqtZqAgADzzcHh/uTdbtmyJWfOnLHoO+eWE2deCoXCYp/CBjWGDRtGamoq8+fPL/DxxMREADw8PPLVR8k7aFIeDg4O+Pv7F3o+eHh4AFj0X1zfHh4e3Lx50+JifkXFWxJTpkxhxowZ5p8Be/bsoV27dowZM4YWLVoQEBDApUuXLJ5T0M+HsmjYsKG5HkyOe4vOC+WgywKMIMlAYUO2PhuD0YBWr0UhifkMglAdKJUuNG70JbVqjaSmz1BrhyMIgnBfSDKJJ8c2p/kTvihVpU9xIwgVLTM1d1KaJEkPzIAGmL67xsfHo1AoaNCgAlI1OdeGl3dC14/BN88q/PT4UjWTGXGeyEHPkLJ7d6lDsGvTBpW/P4a0NJL+3Fjq55dUYLt6ePk7osvSc2zr1Urrp7Jps/Uc3xbF2f0x6LLL/z1fEO4nMahRwWLnz+fO3Hm4jxuLx92ixh5jxuA+bix35s4jtpCLshUhKyuLmzdvcv36dY4dO8Znn31G37596dOnDyNHmmbv1atXD51Ox7x587h8+TJLly5l4cKFFu34+/uTmprKjh07uHPnDunp6dSuXRuVSmV+3oYNG8yzuwtiyMpi8bff4ubmxqBBg2jatKn51qxZM/r06VNgwfDCBAQEsHTpUsLDwzl48CDDhw8v0dLIl156iS+++AK9Xk+//gPB1gmUtqgVaurXrU/YgTCuX79e6ADJlClTWLFiBVOmTCE8PJxTp06ZazFs3LiRuXPnEhYWxtWrV/nll18wGAw0bFi20e2AgADWrl1LWFgYJ06cYNiwYcXOvAfw9PRErVazefNmbt26RVJSUpn6rwjvvvsu//33H6+//jphYWFcuHCBDRs25EtxVFqPPvookyZN4u2332bSpEn8999/XL16lR07djBo0CCWLDHVsenSpQtHjhzhl19+4cKFC0yZMsU886QiTJ06lZkzZzJ37lwuXLjAsWPHmDfPVBRNrVbTpk0bvvjiC86ePcu///7L//3f/xXZXqdOnYiNjeWrr77i0qVLfPvtt6Ua7CuvTp060aRJE3Par4CAAI4cOcKWLVs4f/48kydP5vDhwxbP8ff35+TJk0RERHDnzp1iV6MUZuzYsfz0008sWbKECxcu8Mknn3Dy5ElRwLqiaO+mwlPYgiRho7ChgUsDajvWFq+xIFQjnp49aNhgCjKx+koQBEEQKlVKfCaxUSkWt6izcSyfdoAtP54m6U6GtUMstZzvyg0aNMDGpoIKmvsEw2Pjc+9nJMD/WsGalyGzZNcqkjasJ/PMGWJnzir1an5JknAeMhiAhBUrKi0bgCRJPPpUXYxGA8c3b+F2ZOnSbVUVrjXsada5Fk+MbATia6LwgBGDGhVNb7AY0MiRM7CBvvJymm/evJkaNWrg7+9Pjx492LVrF3PnzmX9+vXmNE/BwcHMmjWLL7/8kqZNm7Js2TI+//xzi3batWvH6NGjGTx4MB4eHnz11Vd4eHiwePFiVq9eTePGjfniiy+YMWNGobHo7sSx+NdfeaprV4taADkGDBjAxo0buXXrVomObdGiRSQkJNCiRQtGjBjBuHHj8PT0LPZ5Q4cORaFQMGzYMGxdfcC1LqhdkCSJadOmERkZSb169cyz7O/VqVMnVq9ezYYNGwgODqZLly7mVDzOzs6sXbuWLl260KhRIxYuXMiKFSto0qRJiY7pXrNnz8bFxYV27drx5JNPEhoaSsuWxRfJUigUzJ07l++++w4fHx/69u1bpv4rQrNmzfjnn3+4cOECjz/+OC1atGDy5Mnmegrl8eWXX7J8+XIOHjxIaGgoTZo0YcKECTRr1oznnnsOgNDQUCZPnsykSZNo1aoVKSkp5gG9ivDcc88xZ84c5s+fT5MmTejTpw8XLlwwP75o0SK0Wi0hISG8+eabfPLJJ0W216hRI+bPn8+3335L8+bNOXTokEUR+PthwoQJ/PDDD0RHRzN69Gj69+/P4MGDefTRR4mLi2PMPT/LXn75ZRo2bGiuu7Fv374y9Tt8+HDef/99Jk6cSMuWLbly5QqjRo0qczF54R46UyF4lLmDv0q5EnulKBguCNWV0Wjkxo3VaLXJ1g5FEASh0hmNRm5cSODfFREihalQ6VLiM1n20QFWfXbY4vbn3BNkJGu5eOQ2K6YeICU+09qhlpjRaOTs2bNABaWeKsylnZAeBzEnQFGymh0eY8fiMmwYvj/9WKYJWc79+iHZ2pIVEUHG8bBSP7+kfBu7opDtJDtlM1sWLq60fiqTJEk8PrgB9Vt5oVCK1W/Cg0UyPmR/ASQnJ+Pk5ERSUlK+9D+ZmZlcuXKFOnXqiAtr5aRPTUUXG4vC0xN5JeQwLKno6Gj8/f05fPhwoQMEBqMBmSTG9wTB2rp164a3tzdLly61digPvrhLkJUMTrXAvuBB28ogfo8KgvVcvPglV6O+x82tM82bfY8k/rYRBKEay87Usfi9fWgz9fR+vRn+Qe7WDkmoxmKjUlj12eFi93vmg1Z41L4/qZ8rQmpqKmfPnqVFixZF1q4st+vHwGiAWiGm+0Yj3DptKjReSW588CFJa9fi+NST1LybbaMyHNu8n12LZ1G7WQ8GffBSpfUjCA+Toq7d5yUSawuVQq7RINdorNa/VqslJiaG9957jzZt2uQOaBiNoM8Go5EsSSI6JRqD0UB9l/oiJYsg3Efp6eksXLiQ0NBQ5HI5K1asYPv27Wzbts3aoVUPBp3p/3eLhMekxWCrsMXZxlkM4gpCNeXp1Ztr15fh6tIOkT9AEITqTmWroFnnWmSkanHxFitRBaEsNBoNrVu3Ln7H8qp5zwTTM2vh9xcg5AXoM7vYp2ecOYOqVi3kTk4l7tJl6BCS1q4lZdNmdO+/j8LFpbRRl0jLHu2o90hTnDwKv/D6IEhLyuJaeDy1m7ihdngwi54LDx9xZUOolvbt24efnx9Hjx61rBmSdhtun4WUmyjlSrL12WgNWnQ5FwAFQbgvJEni77//5vHHH+eRRx7hzz//ZM2aNXTt2tXaoVUPHg3BKwhUdmTps0jITOBW2i0kcaFTEKotR4emtGu7m9q1XxATNQRBeCi06VuPzsMDcfIoWUobQRCqiFumtFdovIvdNX75ciKfGcytzz4vdt+81EFB2DZpglGrJWnNmrJEWWIP+oAGwN/zT7J9cThRZ+KsHYoglJhYqSFUKH1SEka9HrmzM1IBtTTul06dOhWcW1VpZ/q/Ng2ZJMPPyQ8buQ0KmfgoCML9pFar2b59u7XDqN7kpp9rMkmGu9odI0ZxoVMQqjmVytX8b4NBh1abgI3N/UtBJwiCIAjVRWx0CheP3KJGgDP2ThVURLuKiIyMZPfu3bRo0YLmzZvf/wCemAyBvcAzTz3ShEhIvQ2+litHbAMbgcGAITsLo1aLVIo0WS7DhhLz4f+R8NsqXF94odKvUZ3bf5ILh47x5PhRldpPZajdxA0AuairITxAxEoNocIYjUa0N2+hvXEDfWKitcMpWM6ghj4b9NnYK+3FgIYgCNWaSq7Cy94Lb/viZ0IJglA9ZGfHERb2HMfDRqDTpVk7HEEQhEqVmpDJvjUXSb6TYe1QhAeYXmuwmBh56dhtjm2J4tx/MVaMqnKcOnWKyMhIIiMjrRdEzUdAmacG36Z34aducGCBxW52LVtQZ906as2eXaoBDQDHXr2QOTqijY4mbd++ioi6UNFnL/PXNx9w/r/fuXwsolL7qgytn6zDoPdbEfCIp7VDEYQSE4MaQsUxGlG4uSKzVSN3drZ2NAWTyUFxd3lytviSLwhCNZR0HeIuQmaytSMRBMFKjEY9aemXycy8QWraOWuHIwiCUKl2L4sgbFsUYTuirR2K8IDauTScn97Zw53oVPO2ei08qR/iSYPW1WtikF6v5+xZU/qnpk2bWjmau3TZYO8OchXUeyLfw7YNG5SpWZlajdPTfQFIWLGyXCEWx7dxXRw8miJTNeL0ntuV2ldlECv6hQeRGNQQKowkk6Fwd8cmoJ5VU08VS3W3kNzdQY2EzASupVxDq9daMShBEIQKkpViuhlNs80ydZkFp+MTBKHasrHxpFmzhYSErMHZ6RFrhyMIglCpmj/hi099Z/ybulk7FOEBkJaYxZUTsRbbstN1aDP1XD2dW0/Ao7YD3V9qSt3g6pXG8fLly2RkZGBvb4+/v7+1wzFRqKDvt/DmCfDIM4BxchVcO2q+a8jM5NZXX5Oya1eJm3YZMgSA1N270d64UWEhF6Tfux+g0vQkOlxLbHRKpfZVWYwGI5mp4tqY8GAQeXeEh4/KHtLvmAc14jPjydRl4qBywEnuZOXgBEEQysFoAF2m6d9KNVn6LC4lXkIhU9DApYGYgSMIDxEnRyvkyBYEQbAC30au+DZyLX5H4aGXEp/JLx/sRyaTeGHGY9jYmdIZPdLTnxbd/fD0cyjwebYaJXKFDL3OUGjbcoUMW03p0iNZw5kzZwBo3LgxcnkVq5/g6JP776Rr8Od40KbDC1ug9qPE/7KU+EWLSP7zT+y3tkGmVhfbpE3duti1aUP6gQMkrFqF5/jxlRa+h68jfo1VXDkRzb/L9/LYoPr59lE7OuLoXjVTPEWdiWP74rO4+mh4+q0W1g5HEIolBjWECqG9fRuZvT0yO7uqf9EsZ6WGNgMMepxtnNGr9NjIq1fxL0EQHkK6LMAIkhzkKrTaVGSSDJVcVfV/NguCUGnS0i5zLuJDGjeagVpd09rhCIIgCEKlS7yVTvj+GGzsFLQM9QPAwdUWVx97lDZy0hKzzYMaHrULHszI4eBqy/BpbYqcwW6rUeLgalvo41WBTqcjPDwcqEKppwqjsIXGT5kKiNdqBYDryBGk7d+P63MjSzSgkcNlyBDSDxwg8fc1eIwZg6RSVUrIyXduc37/DIwGHZHHIPJY/n0kmYKX5n1fJQc2HNxsyUjREnctFb3egFxehTOwCAJiUEOoAIbMTHS3TTkDbRo0qLRfEBVGrgKN192i4RJuarFMWRCEakJ7t0Cm0hYkCQeVA4GugeiNeuvGJQiCVUVETCYx8RDnL3xM82bfWzscQRCESqHXGog4dBMbtYJ6LaveBUOhcul1BowGIwqVafVBws00jm25isbVhhbda5sn+Ax6PwSFsvQrFBxcbav8oEVxLl68SFZWFg4ODvj6+lo7nKLZu0O/haDNhLvpzWVKBX5P20GD0mXYcHiiCwoPD3SxsaTs2IFjz56VETEZyckYDboi9zEadGQkJ1fJQQ1nLzv6T2yJp7+jGNAQHgjiLBXKTyZD7uKC3MkZmRUHNCRJYt26dSXZ0bSsUe1s/uWYY/HixThX1SLnlaxTp06Mr8SlmPdbdTueB83UqVMJDg62dhgPn5xBDUXuzCVJklDIxBwGQXiYNWr0FR7u3Qhs+Km1QxEEQag0Z/fdYNfScxxYfxmjQdQTe5gc2niFRRP3cO7ATfM230auNGjtRbv+AeQtL1eWAY3qwtbWlnr16tGsWTNkVbkOal7KPANJR3+GsF/h1wGQnY4hLQ19SvG1KySlEudBAwFIWL6isiJ94EmSRI0AZ+SKB+TcEB564kytYCnxmcRGpRR6S4nPrJR+R40ahSRJSJKEUqnEy8uLbt26sWjRIgyGwvM+FqS0F/ZlKhWqmjVR1io8ncHy5cuRy+WMHj26VLFUJn9/f+bMmQOA0WgkQ5dBv4H9OH/+fKX0t3v3bvN7JEkSHh4e9OzZkxMnTpSr3cjISCRJIiwsrET9FnRbvHgxa9euZfr06eWKpbIUd4wVRa/X8/nnnxMYGIharcbV1ZU2bdrw888/V2q/Fa2kA3x5zwGNRkPz5s1ZvHhxhfQ3ceJEduzYUeq2hHIyr9Qo+XJsQRCqP7W6Js2aLcTGpnoVOxUEQcirYRtv3Gra0/gxHwxiUKPaSkvK4sye6xj0udc5FEoZ2Zl6rp9PyN2mktPthSbUD/FCJhNpWMF0DWTEiBF07drV2qGUTaMnIegZ6PJ/pJ+O4HLfp7n1ySdYjFoVwvmZZ0AuJ/3wYbIuXrwPwQqCUNnE1M0KlBKfybKPDhRbPGr4tDaVsmyxR48e/Pzzz+j1em7dusXmzZt58803+f3339mwYQMKReW+3UXla1+0aBGTJk1iwYIFzJo1Czs7u0qNpVhGo+mWmQxGIzfTbhKfGY+b2g1vT+9K7ToiIgJHR0eioqIYN24cPXr04Ny5czg5lb5IeXZ2drH7tGvXjpiYGPP9N998k+TkZIsL9U5OTqhLkZOyupo6dSrff/89//vf/wgJCSE5OZkjR46QkJBQ/JOrgOzsbFSlXC31888/06NHD9LS0vjtt994/vnnqVGjBqGhoeWKRaPRoNFoytWGUAYymamehlJNli6LmLQY7JR2eNpVveXNgiBYT0LiYWSSAicnUQRSEITqQ2WrYPD/tRZ1xKoxo8HIyumHyEzV4uxlR80GLgA0fNQbn/rOePk7WjnCB8MD+xlx8IYBP4DRiHTiBNobN0jLzkT/bTfkA2ZCjeaFPlXp7Y2mcydSt+8gYeVveP/fh/cv7geI0WgkbFs0V8/E0XVUIzQuD3bKNaF6Eys1KlBmqrbIAQ0w5XksqrhUedjY2ODt7U3NmjVp2bIlH3zwAevXr2fTpk0Ws69nzZpFUFAQ9vb2+Pr6MmbMGFJTUwHTrP7nn3+epKQk8wzuqVOnAvDrr78SEhKCg4MD3t7eDBs6lOunT2PQFn08kZGR7N+/n/fee4/AwEB+//13i8dzVoZs2bKFRo0aodFo6NGjh8WF+MOHD9OtWzfc3d1xcnKiY8eOHDtWQNWlu7p06cIbb7xhsS0uLg4bGxt27txJp86duRoVxVvvT0GSyfBx8EEmyfjt19/yrVLZsGEDISEh2Nra4u7uTv/+/c2PzZ8/n/r162Nra4uXlxcDBw4s8rUA8PT0xNvbm9atWzNz5kxu3rzJgQMHuHTpEn379sXLywuNRkOrVq3Yvn27xXP9/f355JNPGDVqFE5OTrz88svUqVMHgBYtWiBJEp06dbJ4jkqlwtvb23xTq9XmcyXvtnvTNeX0NXLkSDQaDX5+fqxfv57Y2Fj69u2LRqMhKCiII0eOWPS3f/9+OnTogFqtxtfXl3HjxpGWllbs61Ja//zzD61bt8bGxoYaNWrw3nvvodNZ5q/U6XS88cYbODs74+bmxv/93/9hLGIWx59//smYMWMYNGgQderUoXnz5rz44otMmDDBvE/eFT45goODzZ8TMP2RuGDBAnr27IlaraZOnTqsXr3a/HjOypOVK1fSrl07bG1tadKkCbt37y7VMXbq1Ik33niDCRMm4O7uTrdu3fD39wegX79+SJJkvl8YZ2dnvL29qVevHh988AGurq5s3brV/Hhxn73C+rs3/dSoUaN4+umnmTFjBjVq1MDNzY3XX38dbZ6fHzExMfTu3dv8mi1fvrzA11sogmtd8A4CpR0ZugzStGmkaSv+8ycIwoPrTtxujh9/llOnXicrK9ba4QiCIFSoB/ZirZBPWlIW//1xiW2Lzpi3STIJ/yA3vOo4YtDnfq+zd7bBu64TkliRUahz586RnJxs7TAqhiShDg6m5pzZ1B3hhPzOYdg/r9inuQwZCkDSunUY0tMrO8oHkiRJXDp+m+sRCUSHx1s7HEEokhjUKCFtlh5tlt7igqheZ0CbpUevLV16pwLbzbM8Vq8ve3v36tKlC82bN2ft2rXmbTKZjLlz53L69GmWLFnCzp07mTRpEmCa1T9nzhwcHR2JiYkhJiaGiRMnAqZZ4NOnT+fEiROsW7eOyxcv8sJrr6GNvFrkheJFixbRu3dvnJycePbZZ/npp5/y7ZOens6MGTNYunQp//77L1FRUeZ+AVJSUnjuuefYs2cPBw4coH79+vTq1YuUQvInvvTSSyxfvpysrCzztmXLluHj40Pnzp1Zu3YttXy8mTbxNWIuneb6jesEugbiZGO5WuKvv/6if//+9O7dm+PHj7Njxw5CQkIAOHLkCOPGjWPatGlERESwefNmOnToUNxbYiFndYRWqyU1NZVevXqxfft2jh8/TmhoKE8++SRRUVEWz/n6669p2rQpR48eZfLkyRw6dAiA7du3ExMTY/Fel9fs2bNp3749x48fp3fv3owYMYKRI0fy7LPPcuzYMQICAhg5cqT5/T916hShoaH079+fkydP8ttvv7F37958A0zldf36dXr16kWrVq04ceIECxYs4KeffuKTTz6x2G/JkiUoFAoOHjzI3LlzmT17Nj/++GOh7Xp7e7Nz505iY8t/kWfy5MkMGDCAEydO8OyzzzJ06FDCw8Mt9nnnnXd4++23OX78OO3ateOpp54iLi6uTMe4b98+vvvuOw4fPgyYVmDExMSY7xdHr9ezatUq4uPjUSqV5u3FffZK09+uXbu4dOkSu3btYsmSJSxevNhiwHXkyJHcuHGD3bt3s2bNGr7//ntu375doviFPCQJJAk7pR0+Gh9cbV2tHZEgCFWIs1MIdnZ1cHZpjUJhb+1wBEEQKkXMxUSObblq7TCEUtDrDGSk5MlEYIRjW65y/tAt0pJyv9d3HtGIge+G4NtI/I1bUpmZmaxevZpZs2aZv29WB47duyMf/D0ED4dueVJp67IKTEll364tytq1MaSmkrRx432M9MHSrEstHh/cgFqB4jMmVG0i/VQJff/mPwC88PVjqB1M6V2Ob43i4IbLNG5fg84jGpWp3V8+3E9mqpYhH7XGzceUquXc/hiaPF54fYrSCgwM5OTJk+b7eWfj16lTh+nTp/Paa68xf/58VCoVTk5OSJKEt7dlGqYXXnjB/O+6desyZ8YM2nbqRIaNCptCZsQYDAYWL17MvHmmUfMhQ4YwYcIELl68SEBAgHk/rVbLwoULqVevHgBvvPEG06ZNMz/epUsXi3a/++47XFxc+Oeff+jTp0++fgcMGMDYsWNZv349zzzzDGC66JpTe8TV1RW5QoGDxg5vFw24+BQY/6effsqQIUP4+OOPzduaNzctaYyKisLe3p4+ffrg4OCAn58fLVqUPI1DXFwcH3/8MQ4ODrRu3RpPT09z2wCffPIJf/zxBxs2bLAYFOjSpYvFgE9kZCQAbm5u+d6z8urVqxevvvoqAB999BELFiygVatWDBo0CIB3332Xtm3bcuvWLby9vfn6668ZNmyY+RyrX78+c+fOpWPHjixYsABb24pZujh//nx8fX353//+hyRJBAYGcuPGDd59910++ugjc9EzX19fZs+ejSRJNGzYkFOnTjF79mxefvnlAtudNWsWAwcOxNvbmyZNmtCuXTv69u1Lz549Sx3joEGDeOmllwCYPn0627ZtY968ecyfP9+8zxtvvMGAAQMAWLBgAZs3b+ann35i0qRJJT7GgIAAvvrqq3z956zAKM7QoUORy+VkZmai1+txdXU1xw3Ff/Y8PDxK3J+Liwv/+9//kMvlBAYG0rt3b3bs2MHLL7/MuXPn2L59O4cPHzYPHP7444/Ur1+/2GMQ7jIaTQMad6nkKlTy0qUjEwSh+lMoNDzSciUKhZOY0SwIQrWUFJvB2hnHQIK6wR44e1k59bFQrHP/xbDnt/PUbenJEyNN11bsnW14pIcfbjU1qNS5l65EfYzSi4iIQK/X4+7ujqtrNbtQ7egDT88ndc9ekC6jeaw97JgG149C75ng1cS8qyST4TJkCLe/+oqElStxHjRI/C1UgAatKjcluyBUFLFS4yFgNBotflDv2rWLbt26UbNmTRwcHBg5ciRxcXHFpgg6fvw4ffv2xc/PDwcHB57o1QuA64WslgDYunUraWlp5ovC7u7udO/enUWLFlnsZ2dnZx7QAKhRo4bFDO3bt28zevRoGjRogJOTE05OTqSmpuZbxZDDxsaGZ5991txPWFgYJ06cYNSoUXn2uvuaZBd+3GFhYTzxxBMFPtatWzf8/PyoW7cuI0aMYNmyZaSXYAljrVq10Gg0uLu7Ex4ezurVq/H09CQtLY1JkybRuHFjnJ2d0Wg0nDt3Lt8x5lzwLcqePXvMNQ00Gg3Lli0r9jkFadasmfnfXl5eAAQFBeXblvNeHT16lMWLF1v0HRoaisFg4MqVK/naj4qKstj3s88+K1Fc4eHhtG3b1uK8bt++PampqVy7ds28rU2bNhb7tG3blgsXLqDX6wtst3Hjxpw+fZoDBw7w/PPPc+vWLZ588kmLi/wl1bZt23z3712pkXcfhUJBSEiIeZ+SHmNJzoeizJ49m7CwMLZt20ZwcDCzZ8+2GHAs7WevKE2aNEEul5vv5/2cR0REoFAoaNmypfnxgIAAXFxcynF0D5nEq3DrDGQ8GDVgBEGwHqXS2eL3S2bmDStGIwiCULGcPNTUa+lB43Y1kCnEBcuqJqfQd/KdDPM2jast2Zl6bkcmW2SBaPN0Peq38kKpkhfUlFBCp0+fBkzfx6rjRfzkLVuJfvllbrz/HvpbUXBsKUT9B8n5/75x6vc0kkpF1tlwMvNM/q0IakdHJFnRc8clmQK1o6j9IggVQazUKKFXvukIgEKVOw7Uonttmj/hW66ZAiM/bWdqV5nbbmC7GmVuryDh4eHmugtXr16lV69ejB49munTp+Pq6srevXt58cUXLXLb3ystLY3u3bvTvXt3fv31Vzw8PIiKiiI0NLTI5y1atIj4+HiLwuAGg4Hjx48zffp08wXOvOluwJTHL+8fM6NGjSI2NpY5c+bg5+eHjY0Nbdu2LbJQ9ksvvURwcDDXrl1j0aJFPPHEE/j5+eXp5O5rrs8CvY4Mo5bY9FgMxtz0X0UVz3ZwcODYsWPs3r2brVu38tFHHzF16lQOHz6cry5HXnv27MHR0REPDw8c8/wye+edd9iyZQszZswgICAAtVrNwIED8x2jvX3xqSJCQkIICwsz388ZfCitvO9Lzh8/BW0zGAzm/7/66quMGzcuX1u1a9fOt83Hx8cizpLOGrl3oC5nW96Yykomk9GqVStatWrFW2+9xa+//sqIESP48MMPqVOnDjKZLF+6taI+A3mVJLacfUp6jCU5H4ri7e1NQEAAAQEBrF69mhYtWhASEkLjxo2Bsn32ClPQ5zzn3CkshV1Rqe2Ee2gzQJ8NkgytXkuGLgO1Qo1Sriz+uYIgPJQMBh2XLn3FtevLCHlkFQ4OTYp/kiAIwgMg9OWm1fLibXWwY/FZosMTaNu/Hi27m76f+wQ4MWDSI3j5O4r3rYKlp6dz6dIlAJo2bWrlaCqHplNHVAH1sG/bDsnBHcbshzN/QP1uuTslXQdHHxQuLjj27EnS+vUkrFiJunnhxcVLy9Hdk5fmfU9GEbVL1I6OOLp7VliflUWbpef6+QTkchm+javZ6h6h2hCDGiWktMk/M0CukCEv5ytYYLvyiltAs3PnTk6dOsVbb70FmOpA6HQ6Zs6caU5fs2rVKovnqFSqfDPZz507x507d/jiiy/wcXXFmJXF4bu1HAoTFxfH+vXrWblyJU2a5H5JNhgMPP7442zatKnA1FEF2bNnD/Pnz6fX3dUh0dHR3Llzp8jnBAUFERISwg8//MDy5cvNKbAsjjNnsVJ2GjKVLdl604Vag9GATJLRrFkzduzYwfPPP19gHwqFgq5du9K1a1emTJmCs7MzO3futCgmfq86deoUOOixZ88eRo0aRb9+/QBITU01p5YqikplSi+T9z1Tq9UWs+3vl5YtW3LmzJkS961QKMoUZ+PGjVmzZo3Fhf/9+/fj4OBAzZq5qdsOHDhg8bycmhB5VwuUpC/AvJLJw8PDooh9cnJygatQDhw4wMiRIy3u35ue7MCBA+Y6LDqdjqNHj5pTjZX0GAuiVCoLXY1SlICAAAYMGMD777/P+vXrgZJ99sraX16BgYHodDqOHz/OI488AsDFixdJTEwsV7sPDYMBdJmmfyvUpGnTuJ56HTulHXWc6lg3NkEQqixJkkhLv4jBkElCwgExqCEIQrUhLoxbn06r58hfkUSHx9Pv7ZYo7q62qBvsQVaGHnsnG/O+MrkM77pOhTUllEN4eDgGgwEvLy9z6uDqRmZjQ53ff0dmTndtB+3G5u6QnQ6LeoBTLRjwAy7DhpK0fj3Jf/+N57uTUFRgdgBHd88HYtCiOBEHb/LP8gh86juLQQ2hyhLpp6qRrKwsbt68yfXr1zl27BifffYZffv2pU+fPuaLq/Xq1UOn0zFv3jwuX77M0qVLWbhwoUU7/v7+pKamsmPHDu7cuUN6ejq1a9dGpVIxb948zh89yh/LljE9T82LgixduhQ3NzcGDRpE06ZNzbdmzZrRp0+fAguGFyYgIIClS5cSHh7OwYMHGT58eJGrKHK89NJLfPHFF+j1evNgQd7j/PdgGNdjbnPnZjQqmQoXWxdkkgzpbmqqKVOmsGLFCqZMmUJ4eDinTp0y1y/YuHEjc+fOJSwsjKtXr/LLL79gMBho2LBhiY/r3mNcu3atOVXWsGHDzLPYi+Lp6YlarWbz5s3cunWLpKSkMvVfEd59913+++8/Xn/9dcLCwrhw4QIbNmxg7NixxT+5FMaMGUN0dDRjx47l3LlzrF+/nilTpjBhwgTzYB2YLsBPmDCBiIgIVqxYwbx583jzzTcLbXfgwIHMnj2bgwcPcvXqVXbv3s3rr79OgwYNCAwMBEw1JpYuXcqePXs4ffo0zz33XIGDJKtXr2bRokWcP3+eKVOmcOjQoXwF07/99lv++OMPzp07x+uvv05CQoK5dk1Jj7Eg/v7+7Nixg5s3b5KQULpURG+//TZ//vknR44cAUr22StPfzkCAwPp2rUrr7zyCocOHeL48eO88sorqNVq8aW0JHIGNCQ5yJUggY3CBrWi+J+TgiA8vCRJTpPGs2ne7Adq137R2uEIgiBUuLTELA5uuIw2q3wTcITi6XUGkmJzU0rJFTIiDt7k9tUUos/lfkdo0qEmg94LoeGjIm///ZCTeqq6rtLIIbunfqdRp8u9c+M4pMVCYhSoXbBt1gybxo0wZmeT9Me6+xvoA8K3kSsOrra4+diL7AlClSUGNSqQrUaJXFH0SypXyLDVVE4qkM2bN1OjRg38/f3p0aMHu3btYu7cuaxfv9580TU4OJhZs2bx5Zdf0rRpU5YtW8bnn39u0U67du0YPXo0gwcPxsPDg6+++goPDw8WL15sSk/TvTszFy3i6wKKE+e1aNEi+vXrV+AF2AEDBrBx40Zu3bpVomNbtGgRCQkJtGjRghEjRjBu3Dg8PYsf/R46dCgKhYJhw4blK1I9bdo0Iq/dpF77vnjUDUKSJOyUpjRZORdRO3XqxOrVq9mwYQPBwcF06dKFgwcPAqbCyGvXrqVLly40atSIhQsXsmLFCotVKaUxe/ZsXFxcaNeuHU8++SShoaEW9QUKo1AomDt3Lt999x0+Pj707du3TP1XhGbNmvHPP/9w4cIFHn/8cVq0aMHkyZOpUaN8KdVyBncUCtPSqJo1a/L3339z6NAhmjdvzujRo3nxxRf5v//7P4vnjRw5koyMDFq3bs3rr7/O2LFjeeWVVwrtJzQ0lD///JMnn3ySBg0a8NxzzxEYGMjWrVvNfb///vt06NCBPn360KtXL55++mmLejA5Pv74Y1auXEmzZs1YsmQJy5YtM6/6yPHFF1/w5Zdf0rx5c/bs2cP69etxd3cv1TEWZObMmWzbtg1fX99SFa8H0wqnrl278tFHHwEl++yVp7+8fvnlF7y8vOjQoQP9+vXj5ZdfxsHBocIKzFdr2rtfIJVqkCScbZwJcA7Ay65sqecEQXh4KJVOuLt3sXYYgiAIFc5oNLL+mzCO/B1J+P6Y4p8glFnMxUQWvbOXvxfk1iiQJInWT9al24uN8anvbLFduD+ysrLM9Rir+6BGDn1iItcnTeLG+x/kbvRvD28cgoGLQGWPJEm4DBmC2iOLhN9WYCzBZNKHjZOHmhGftqXD0IbiMytUWZLxIRtyS05OxsnJiaSkJIt6BgCZmZlcuXKFOnXqlPkiWkp8JpmphefXt9UocXB98C/QFZTvvyqKjo7G39+fw4cPl2iAQKiaDhw4QNu2bYmNjTVf9K/KJEnijz/+4Omnny7w8cjISOrUqcPx48cJDg6+r7E9SK5du4avry/bt2/niSeesHY4VVvSNdPsI3sP07JqK6mI36OCIFiPTpdKePh7eHk9iadnqLXDEQRBKLdTu69x4cgtWvWpg2+gSKFSEdKTs7lyIhYnTztqNTSl7clM0/LzO3ux0SgZ9tGjlTaRUyi9zMxMrl69WuaMEg+ajBMniBw6DIC6f27ApoAJiACGM38jWz2U1Js28OzvaB7rcD/DFAShCEVdu89L1NSoYA6uttVi0KI4VX1AQ6vVEhMTw3vvvUebNm1KPKBhNBpJyU4hXZeOp50nMkksZrImnU5HZGQkX3/9Nc2bN38gBjSEstu5cyepqakEBQURExPDpEmT8Pf3N9cdEYqQZ6XGgzLoLAhC1XPt2q/cjt1EQuIBXF0fQ6Gwt3ZIgiAI5dK0Q02COllvwkd1dHJXNEc3XaVeSw/zoIatvZJn/q8VLt72yGTi79CqxNbW9qEZ0ABQN2+O13vvoW7erNABDQBZ5m2MKMhOUpC2cpUY1ChCWmIW9s42xe8oCPeZGNQQSkyXkICkskFub2ftUIq1b98+OnfuTIMGDfj999+L3jkzGTISwEYDaleup17HYDTgpHJCrRT56K3p9OnTtGvXjuDgYH755RdrhyNUMq1WywcffMDly5dxcHCgXbt2LFu2DKVSzPQqltIOjAZQ2pGUlcTt9Ns42zrjaffgF6kTBOH+qV37RVLTzuFb6zkxoCEIQrUgiQvs5XJkUyTnD92i66hGePqZZsvWDfYg+mw8Neo5W+zr5qOxQoRCYQwGQ7G1GKsr15Ejit/pkVFky+sQO+IVDPpdaG/eRKmRwdV90PhpEJPEMOgN/PbpYeJvpDHik7Y4uovrY0LVIgY1hBIx6nRoY2LAYEBVpw5y+6r9RbdTp04lL2akzYCMeDDqkezccLZ1xmg0ilUaVUBwcDDp6enWDqPUijv3/P39RbGtAoSGhhIaKtKdlIlTTfM/M7IS0Rq06I2iIKYgCKUjkylp2mSOtcMQBEGocHqdgfOHbuFSww7vOk7WDqdK0usMxF1PNQ9eANyJSiEhJo0rJ+6Yt3v6OTLo/VbWClMooQMHDnDq1Cnat2//0NTTKIguLg5tdDTqAtI+2wR3xDb4UdIPHyZx1Wo8fM/AiRXQZgz0+Dx/Yw8ZmVyGjVqBJEFsdIoY1BCqHDGoIZSM0YjcyQljZiYyu6q/UqNUVHcHaLLTwGikhn35iloLgiBYk6edJ442jsglubVDEQThAZeZdZOE+P+oUaOftUMRBEEol4PrL3N8WxR+Td3o80Zza4dT5WSkZPPrRwfQZel5YcZj2NiZVko361KLui088GvqZuUIhdI6ffo0MTExD+QkwYqSGR5O1AsvglxOvY1/Ind2zrePy9AhpkGN1atwn9oDSaGGoIH3P9gqqvOIQOwcVeafCYJQlYhBDaFEJKUSVc2a1TNXu9IOkMCgA302KESuQEEQHiB6LcjkcHd1mVwmx15WtVfTCYJQ9WVl3+Hw4b5kZ8ehUrnh5iZyTQuC8OBq/LgPF47cwqeBc/X8TlsKGanZXAm7g9FopMnjptW+agcV9s42ZKZmk3Ar3byaxae+izVDFcooPj6eGzduIEkSjRs3tnY4VqOqWxe5myuSXIE+MbHAQQ2Hrl2Ru7uji71DijYExwlnwc41d4fTa0CmhEZPPpQpqVy8xfdKoeoSgxpCqVTLP/5kMlCqQZtuWq2hsMFoNKI1aJFJMhQy8TERBKEKS7oGmUng5Av2YhadIAgVw0bljrv7EyQnhaFW+1k7HEEQhHJx9rRjxKftHtoi1kaD0Vxf5OalJHb9eg6Nqw2NH/Mxf8d/alxz7JxsHtrXqDo5ffo0AHXq1EGjeXhrnchsbKj93XcoPDyQVKoC95FUKpwHDiBu4XckrFyJY4886ZDT4+Gvt001WActgSZP35/ABUEoEVE0QCiS0WhEFxuLQau1diiVS3X3F312GgDXU69zIeECSVlJVgxKEAShBLQZgBHkStK0adzJuEOGLsPaUQmCUA00bDCFkJDfsbMTgxqCIDz4HsaL9Wf33mDFtIOc2XvDvM23kSs1Apxo8nhNDLrcOn8aF9uH8jWqjs6cOQPwUNfSyKGsWbPQAY0cLs88AzIZ6QcOkHX5Su4DClto9TL4tIDAPpUcadV17Vw8m78/zYkd0dYORRAsiEENoUiGlBS0t26RffESRoPB2uFUnrx1NQAbuQ0SEjqDzopBCYIgFMOgB32W6d9KNclZydxKu0ViVqJVwxIEoXqQyWyQy3NrqWVkXMdoNBbxDEEQhKrv5uUkIg7etHYYFU6vNxB9Lh6DPvd7e2aalvgbaVw5EWveplDJ6T/xEUJ6+iNXiktC1c3t27e5desWMpmMwMBAa4dTZRiNRhLXrePmtGn5HlP6+KDp2BGAxN9W5j6gsoMuH8JLO0CuyGkI1r4K5/4y/fshkBSbwaVjt7l07La1QxEEC+I3mFA0uRyZnR1yF2ckWTU+XXIGNTCC0YCrrSsNXRviZe9l1bAEQRCKpMs0/V+mALkStUKNg8oBe4XIfSoIQsW6eetPDhwM5dq1X6wdiiAIQpnduJDAmq+O8u+KCLIzqs8ENqPRyIqpB9kwJ4yYS7nZBgJCPOn6fGO6vdDEitEJ91POKo2AgADs7OyK2fvhkX3lCjEffEjC8hWk7tuX73GXYUMBSPxjHYaMe1a9y+S5/z6zFk6uhN9fhLRYHgZ+Td1o1acO7QYEWDsUQbBQja9SC6XRqVMnxo8fb77v7+/PnDlzkNvbY1O3LgpPzxK1M2rUKJ5++unKCbIyyZXgHQSejUCSIZfJkef9xfWAkiSJdevWWTsMoZoq7OeGtTyU57v27h/cSjUAzrbO1HasjaONoxWDEgShOsrOisVgyCAufo9YrSEIwgOrRj1n3GppqNvSE532wcxEkJ2h4+zeG+z7/YJ5myRJ1KjnhNpBSXpStnm7o5uaho96Y2uvtEaoghXUrl2bxo0b07x5c2uHUqXY1K2L++jReLz1FvaPPprvcfv27VH6+mJITib5778Lb6hBD3hsAnR+HzR5rpNV48wmGhdbWvepg3ddJ2uHIggWxKBGJTEY9ESfOUn4vn+IPnMSg0Ffqf2NGjUKSZLy3S5evFgh7d+7SiMyMhJJkggLC7PY/s0337B48eIK6bM0Fi9ejLOzc4GPOTs7m2M6ceIENjY2bNiwwWKfNWvWYGunMRfUyjF16lSGDBkCFH7BdPz48XTq1Ml8v7iBnd27d5vfH5lMhpOTEy1atGDSpEnExMQUe6ylERMTQ8+ePSu0zYLkPecUCgW1a9dmwoQJZGVlVWg/U6dOJTg4uELbrKqio6N58cUX8fHxQaVS4efnx5tvvklcXJy1QyuzqVOnWpz7Pj4+DB8+nOjo0uXmLOw8uF/ne5Vyz6CGIAhCZfH1fZ6mTb6hebPvzEVlBUEQHjSSTOKZ90N4YmQj7ByLzrNfleh1uRdMszP17Pr1HGE7oklLyv2+1X5QfUZ9+Rj1W4lsAw+zevXq8cwzz9CkiVidcy+PcWNxf/UVJIUi32OSTIbL4GcASFixMt/jZip76DoF2r+Zuy3uEsxvAxGbITEaboQVfksUdSkEoaLk/yQL5Xbh4H52Lv6e1Pg75m0aV3e6jHqF+o+2q7R+e/Towc8//2yxzcPDo8zt6dPTMRoMpUo75eRUtUdumzdvzuTJk3nllVdo3749bm5u3L59m9GjR/Pxxx+bCmkZjSBJpGvT+f2P3xkzfkylxBIREYGjoyPJyckcO3aMr776ip9++ondu3cTFBRUIX14e3tXSDsl8fPPP9OjRw+0Wi0nTpzg+eefx97enunTp9+3GKqLy5cv07ZtWxo0aMCKFSuoU6cOZ86c4Z133mHTpk0cOHAAV1fXSutfq9WiVFbObK4mTZqwfft2DAYDly5d4vXXX+eZZ57hv//+K3fb9/N8rzJyBjUUanQGHTJJhkwS8xUEQah4kiTh5WVZJNNoNIoBDkEQHjgy+YPzt1LkqTv898clPP0deWJkIwA0LjYEtquBk7vaorC3WI0hCCVnNBrRXr+BqlZN8zan/v2J/WYumadPk3HqFOqSXpf55yu4EwH758H1w6ArYnKnwgbeOArOvuU8gvvLYDASezWFm5eTaP7EgxW7UH09OL/NHxAXDu5nw6zPLAY0AFLj77Bh1mdcOLi/0vq2sbHB29vb4iaXywtcOXDv6oJ89HoMSUlob9wo8OE6deoA0KJFCyRJMrd1b1+dOnVi7NixjB8/HhcXF7y8vPj+++9JS0vj+eefx8HBgXr16rFp0yaL9s+ePUuvXr3QaDR4eXkxYsQI7tyxfE3L6v3336d27dq8/vrrALz66qvUr1+fiW+9CXcuwK3TYDQSFRVFRHgErTu3rpB+7+Xp6Ym3tzcNGjRgyJAh7Nu3Dw8PD1577TWL/X7++WcaNWqEra0tgYGBzJ8/3/xYdnY2b7zxBjVq1MDW1hZ/f38+//xz8+P3ri7Zv38/wcHB2NraEhISwrp16yxW3OSsItmxYwchISHY2dnRrl07IiIiij0eZ2dnvL298fX1pU+fPjz11FMcO3bMYp8FCxZQr149VCoVDRs2ZOnSpRaPR0VF0bdvXzQaDY6OjjzzzDPcunULMK3G+fjjjzlx4oR5tn/OCpzExEReeeUVvLy8sLW1pWnTpmzcuBGAuLg4hg4dSq1atbCzsyMoKIgVK1ZY9FuW8zTntfrrr79o3rw5tra2PProo5w6darY16o4r7/+OiqViq1bt9KxY0dq165Nz5492b59O9evX+fDDz8ETOdymzZt8j2/WbNmTJkyxXy/qHMoZ9XVqlWr6NSpE7a2tvz6668let3KQqFQ4O3tjY+PD48//jgvv/wyBw4cIDk52bzPu+++S4MGDbCzs6Nu3bpMnjwZrVYLFH0e5D3fc45r7dq1dO7cGTs7O5o3b55v8OSHH37A19cXOzs7+vXrx6xZswpd9VUlqV3A1gVUdsSmxxIeF05s+sOR21UQBOsxGo1ERi7k/PmPrR2KIAhCmaUlZRG2ParKpNTLKfSdmpB7QVShkhN/I42o03EYDblxPjGyESG9/FE7PDirTYTKZTQa2bdvH7Gx4rtAcXTx8US/+CKRQ4agS0gwb1e4uuLQswdQzGqNe/WeCe3HQ5vXih7QANPj6Q9e9gVdtp61M46yd/UFkmLTrR2OIABiUKNYRqMRbWZmiW5Z6Wns/Pm7Itvbufg7stLTStSeVf+4kiSQyZAXcnHv0KFDAGzfvp2YmBjWrl1baFNLlizB3d2dQ4cOMXbsWF577TUGDRpEu3btOHbsGKGhoYwYMYL0dNMPxpiYGDp27EhwcDBHjhxh8+bN3Lp1i2eeeaZCDk0ul7NkyRLWr1/PsGHD2LJlC4sXL0autAFtOhh0oMtg26ZttHusHY1rNr4v74VarWb06NHs27eP27dvA6YLrh9++CGffvop4eHhfPbZZ0yePJklS5YAMHfuXDZs2MCqVauIiIjg119/xd/fv8D2U1JSePLJJwkKCuLYsWNMnz6dd999t8B9P/zwQ2bOnMmRI0dQKBS88MILpTqW8+fPs2vXLh7Nk6vyjz/+4M033+Ttt9/m9OnTvPrqqzz//PPs2rULMH3Wnn76aeLj4/nnn3/Ytm0bly5dYvDgwQAMHjyYt99+myZNmhATE0NMTAyDBw/GYDDQs2dP9u/fz6+//srZs2f54osvkMtNNVEyMzN55JFH2LhxI6dPn+aVV15hxIgRHDx40CLm0p6nOd555x1mzJjB4cOH8fT05KmnnjJfgC+L+Ph4tmzZwpgxY1CrLVMKeXt7M3z4cH777TeMRiPDhw/n4MGDXLp0ybzPmTNnOHXqFMOHDweKP4dyvPvuu4wbN47w8HBCQ0NL/LqVx82bN1m7di1yudz8fgE4ODiwePFizp49yzfffMMPP/zA7NmzgcLPg8J8+OGHTJw4kbCwMBo0aMDQoUPR6UxFIfft28fo0aN58803CQsLo1u3bnz66acVdnz3hcYDXP1BYUu2wZQ/WSkTs/QEQahcKSmnuHR5BteuLyUh8bC1wxEEQSg1vdbAymmH2Pf7RaLPxls7HAC2fH+aDXPCOH/4pnmbT4AT3V5ozNApjyLJxMo4oXDXr19n27ZtfP/99+X6PvowkGk0aG/fxpCSQuY9kxJdhpgKhif//Tf6pKSSNWijgW4fg1Otig61ylDZKvBr6ka9Fh4PbD0iofoR6aeKocvKYu5zAyusvdT4OP73fOEX4PIat+R3lLa2JW5748aNaDQa8/2ePXuyevXqUscIgEyGwtMTmb19gQ/npLVyc3MrNuVL8+bN+b//BAhatAABAABJREFU+z/ANLP8iy++wN3dnZdffhmAjz76iAULFnDy5EnatGnDggULaNmyJZ999pm5jUWLFuHr68v58+dp0KBB2Y4pj0aNGjF+/Hi++OILvvzyy9w2lfaQnQLZafy54U8G9huIndKu3P2VVGBgIGCaZe7p6cn06dOZOXMm/fv3B0wrZM6ePct3333Hc889R1RUFPXr1+exxx5DkiT8/PwKbXvZsmVIksQPP/yAra0tjRs35vr16+b3Ia9PP/2Ujh07AvDee+/Ru3dvMjMzsS3ifBw6dChyuRydTkdWVhZ9+vTh/fffNz8+Y8YMRo0axZgxpnReEyZM4MCBA8yYMYPOnTuzfft2Tp48yZUrV/D1NS1nXLp0KU2aNOHw4cO0atUKjUZjnumfY+vWrRw6dIjw8HDz+1i3bl3z4zVr1mTixInm+2PHjmXz5s2sXr3aYtCltOdpjilTptCtWzfANDBSq1Yt/vjjjzIPwl24cAGj0UijRo0KfLxRo0YkJCQQGxtL06ZNadasGcuXL2fy5MmA6X1u1aqV+bUo7hzKMX78ePM+OUryupXWqVOn0Gg0GAwGMjJMqZPGjRuHfZ6fNTnvA5iKj7/99tv89ttvTJo0CbVaXeB5UJiJEyfSu3dvAD7++GOaNGnCxYsXCQwMZN68efTs2dN8nA0aNGD//v3mVT4PmtoOtc0pqARBECqTo2Mz6tV7B6XCERfnVtYORxAEodTkShkNH/XmVmQSCpW8+CdUIL3eQMSBm1w9HUe35xub+/dt5MrNy0mQZz6dTC6jQeuHMMWqUGo59UEDAwMrLZVwdSFTqag5cyaSSoXN3SwkOdQtgrFp2JCsiAiS1q3DNc935oddr9eaWTsEQbAgrnxUI507dyYsLMx8mzt3brnay0ntMnr0aDQajflWWs2a5f7gk8vluLm5WdSM8PIyFTLLWZ1w9OhRdu3aZdFnzsX+vDPSyyM1NZXffvsNOzs79uzZk/uAjenCavKdm/zzzz889dRTFdJfSeWsCJEkidjYWHOx6LyvxSeffGJ+HUaNGkVYWBgNGzZk3LhxbN26tdC2IyIiaNasmcXAROvWBafWyvue1ahRA8h9fwoze/ZswsLCOHHiBBs3buT8+fOMGDHC/Hh4eDjt27e3eE779u0JDw83P+7r62se0ABo3Lgxzs7O5n0KEhYWRq1atQod7NLr9Xz66ac0a9YMNzc3NBoNW7duJSoqqtBjLsl5mqNt27bmf7u6utKwYcNC4y3vZwkszxGA4cOHs2zZMvNjK1asMK/SKMk5lCMkJMTifklft9Jq2LAhYWFhHD58mE8//ZTg4OB8qyN+//13HnvsMby9vdFoNEyePLnM/RZ1LkdEROT7DBT2maiStBmgyzTVAcJ0TijlSuSy+/vFXBCEh5O/36vUrDnU2mEIgiCUWdv+9RgwKQSf+s6V3ld2ps78b5lM4vDGK1w+Hkv0udzUN43b+zDqy8doGVr4RDVBKIjBYODMmTMApjqhQrFsGzbMN6ABpu9ULkOHAKYUVFUlPZ0gCPmJlRrFUNjYMG7J7yXa91r4adZ+MbXY/fq/N5VajYr/RaOwsSlRvzns7e0JCAjIt10mk+X7QVzYckR9SirSPYXTpk2bZjFju7TunSUgSZLFtpyLswaDwfz/J598ki+//DJfWzkXJe/l6OhIamoqer3eIo2NXq8nNTU1XwHzd955B5VKxf79+2nbti2//PILI0eONK3UADZt3kKjRo3wre1LmjaNTF0mDg4OJBWw/DAxMbHCCqTnXAz39/c3vx4//PBDvpnxOcfYsmVLrly5wqZNm9i+fTvPPPMMXbt25fff85+zBRXzLOwXdFHvT2G8vb3N51/Dhg1JSUlh6NChfPLJJ+btBfWfs62wYqPFFSG9N0XTvWbOnMns2bOZM2cOQUFB2NvbM378eLKzsy32K+15WpTC4i3JZykgIABJkjh79my+WjgA586dw8XFBXd3dwCGDRvGe++9x7Fjx8jIyCA6OpohQ4ZYxFrUOZTD/p5VWSV93UpLpVKZz4cmTZpw4cIFXnvtNXN9lQMHDjBkyBA+/vhjQkNDcXJyYuXKlcycObNM/RX1HpbmM1ElJcdAVhI41gSNp7WjEQThIWYwZHHt2jJq1RqJTCa+XgiC8GCQKyp/jueda6ls//kMRiMM/cj097gkSTR/whddth43n9y/weVKMedUKJuoqChSUlKwsbGhXr161g7ngZN99SrJmzbjPvpVABz7PMntr2eQHRlJ+oED2OeZyChAdoYOg96IrUasCBKsS3zrKIYkSSVOAeXXvAUaV/d8RcLzcnBzx695C2T3cSath4eHeSlijrCwsHwXcY1GI9qYGxizsyHPhVtPT088PS0vmKlUpoJker2+wuNt2bIla9aswd/fH4WiZKdoYGAger2e48ePW8w4P3bsGHq9noYNG5q3bdu2jR9//JE9e/bQvHlzPvvsM8aPH0+3bt2o4WU6zvWbd/BUn94YjAYikyIBaBjYkMOHD1uk7DEajRw9epSePXuW+7gzMjL4/vvv6dChgzm9V82aNbl8+bJ55n1BHB0dGTx4MIMHD2bgwIH06NGD+Ph4XF1d871Gy5YtIysrC5u7A2ZHjhwpd9yFyblonpNiqFGjRuzdu9c0eHTX/v37zWmWGjduTFRUFNHR0ebVGmfPniUpKcm8j0qlynfONWvWjGvXrhWammzPnj307duXZ599FjBd0L5w4UKh6Z1K68CBA9SuXRuAhIQEzp8/b15ZdK+CPkv3cnNzo1u3bsyfP5+33nrLYtDm5s2bLFu2jJEjR5ovxteqVYsOHTqwbNkyMjIy6Nq1q3lViZeXV4nOoYJU9uuWY/LkyTRo0IC33nqLli1bsm/fPvz8/MzF0AGuXr1q8ZyCzoOyCAwMNNcHylGZn4kKpzN9tlCqicuII0ufhbON831NmScIgmA0Gjlx4mXiE/aRlX2L+gHvF/8kQRCEKkSvN3Dx8C18Grjg4Fry9M8FtRNzIRGlrQIvf0cANC42JMSkYwRSE7LQuJi+hwV3rV0RoQsCkJt6qlGjRiW+hiKY6BMTuTJgIIbUVFR16+DYvTtyjT1OfZ8iYfkKElasFIMaeRz68zJHNl3lkR5+PPpU3eKfIAiVSEwFqEAymZwuo14pcp/Oz71yXwc0ALp06cKRI0f45ZdfuHDhAlOmTMk3yJFDZmePpFCArOhTw9PTE7VabS7iXdAKhrJ6/fXXiY+PZ+jQoRw6dIjLly+zdetWXnjhhUIvZDZu3JiePXvywgsvsH37dq5cucL27dt58cUX6dmzJ40bNwYgOTmZF198kYkTJ5rrIowbN44mTZrwyiuvgEyODiWbdu2jb89uKGQK7JX2ONo48tb/s3ff4VFU6wPHv7ub3kMghRpCSCCE3ouEIBBBEZRLFwVUBBGISrmKkaIocBEBvSKiElAU5EcVKQICF0GakAgkJBBCT+jpfXd+f8SMLOkhYQO8n+fZB3bm7Jl3ZmcmyXnnnPPWm3zzzTd8/vnnREdHEx4ezhtvvEFMTAxjx44t9X5ev36d+Ph4zpw5w6pVq+jYsSM3b95k8eLFapnp06fz8ccfs3DhQqKjozlx4gTLli1j/vz5QO6QT6tWreL06dNER0ezZs0a3N3dcSpggvchQ4ZgMBgYNWoUkZGRbN++nXnz5gGF9ywojYSEBOLj47l69Sp79+5l5syZ+Pj4qI3gkyZNIjQ0lC+//JIzZ84wf/581q1bp/Zc6NatG02aNGHo0KEcO3aMw4cP8+KLLxIQEKAmqjw9PYmNjSUsLIybN2+SmZlJQEAAnTt3pl+/fuzYsUPtubJt2zYgt+fDjh07OHDgAJGRkbz22mvEx8cXvBNlMHPmTHbt2sXJkycZPnw4VatWLbCHRWl8/vnnZGZmEhQUxP/+9z8uXbrEtm3b6N69OzVq1Mg3XNPQoUNZtWoVa9asUZMQeYo7hwpT0cctj5eXF3369OH9999Xt3vx4kVWrVpFTEwMixYtYv369UafKeg8KItx48axZcsW5s+fz5kzZ1iyZAlbt24tl+uhwhlyQP93rxkzaxKzErmTcUedLFwIIR4UjUZD9RqDMTNzxNlZ/ugXQjx8doVGsjM0kvCdl+6rnj+3XmDjgjCO//rPAzlWtuY8/UYTRv6nk5rQEKI86fV6IiIiABl6qix0Tk44DxmCTdu2WP3dbgTg9PfoB8m7dpF9reihuB8n9i5WKAaFO/Fppg5FCElqlLf6bTvw7FvvYlelqtFye5eqPPvWu9Rv2+GBxxQUFERISAiTJ0+mdevWJCcnM2zoUDAYMKSnY0hPz+2Zoddj5lIF89rFPzViZmbGokWLWLJkCdWrV6dPnz7lFm/16tXZv38/er2eoKAg/P39mTBhAo6OjmiLSLasWrWKbt26MWbMGPz8/BgzZgxPPvkkP/74o1omODgYR0dHZsyYoS7TarUsW7aM3377jRUrVrD36CnsbG1p2bIFAJ6OntSyr8WQQUMIDQ1l+fLltG7dmh49ehATE8O+ffuKnKC7ML6+vlSvXp2WLVsye/ZsunXrxsmTJ9UEDMArr7zC119/TWhoKI0bNyYgIIDQ0FDq/j32o52dHXPmzKFVq1a0bt2a8+fPs2XLlgKPk4ODAz///DNhYWE0a9aMqVOnqg3JRU0AXlIjRozAw8ODmjVrMnjwYBo1asTWrVvVJ0X69u3LwoUL+c9//kOjRo1YsmQJy5Yto0uXLkBuo8iGDRtwdnamc+fOdOvWDS8vL1avXq1uo1+/fjz11FMEBgZSrVo19btdu3YtrVu3ZvDgwfj5+TF58mQ1ARYSEkKLFi0ICgqiS5cuuLu733fS4W6zZ89mwoQJtGzZkri4ODZt2qT2ZCqr+vXrc/ToUerVq8fAgQOpV68eo0aNIjAwkD/++CNfL5z+/ftz69Yt0tLS8u1bcedQYSr6uN3t7bff5pdffuHQoUP06dOHN998kzfeeINmzZpx4MABdRL0PIWdB6XVsWNHvvzyS+bPn0/Tpk3Ztm0bb775ZrlcDxUuOyP3X6056MyoalUVF2sXbMykl4YQ4sFzc+1Jh/Z7qOrSxdShCCFEqdVuVAUrWzM0WrhxMTnfK/l2Rr7PRB+O55cv/uLGxWR1mWdjF6zszLFxNE5e1PZzwcpWhmkRFePWrVvo9XpsbGyK/RtPFKzauDeovexbLGrWVJdZ+fhg3bIl6PUkrFlTsopsXMCsmOSlmWVuuYeUV3NXhn3YnqdGSQJNmJ5GMeEA4osXL2bx4sWcP38eyB1f/f333y90KJ89e/YQGBiYb3lkZGShw73cKykpCUdHRxITE3FwcDBal5GRQWxsLHXr1r3vRi2DQc+VyFOkJNzBzsmZGg0bPfAeGoUxZGWReeaMOrlsgTQaLOvXR3ufjbMPo/Hjx5OTk8MXX3xh6lAq3MqVKxkxYgSJiYnFzk0hjOXdj+7cuVNgzxjxcHr11Vc5ffo0+/btM3UoRUu5AUmXwdIBXCrPuLnl+XNUCPHwys5OBDSYmzsUW1YIIUwp+XYGK98/iD6n8HnzdGZanpvYQh1SCmDbkhPEHL9Bq16e6hAsiqKgKLkTgQvxIGVnZ3Pr1i3c3d1NHcojwZCVhdbCgsTNv3B14kTM3Nzw3rUzd1ST4iRcgrRbha+3cQGnWuUXrBCPoKLa7u9m0sH2atasyezZs9VJY5cvX06fPn04fvw4jRo1KvRzUVFRRjuVN/9AZaLV6qjVqImpwyiYXl90QgNy11fAfBkPA39/f9oXMGai3qBHo9Gg1Ty8HZxWrFiBl5cXNWrUIDw8nClTpjBgwABJaIjH1rx58+jevTu2trZs3bqV5cuXPxwJzbvm0xBCiMokJSWKv/4aja2tN02aLEHzEP/eJIR49GWkZBeZ0ADQ5xhYO+coL3/yBJY2uT0uGnasjktNO7xb/jNfnkaj4WEYxVQ8eszNzSWhUQ4UvZ7by5Zx+4cfqLt2LfY9uqOrUoWca9dI3r0bh+7di6/EqZYkLYR4QEya1Ojdu7fR+1mzZrF48WIOHjxYZFLD1dVVnowWFWbUqL/nRcnJAo0GdOZcTLpIclYytR1qY29hb9oA70N8fDzvv/8+8fHxeHh40L9//3zzMwjxODl8+DBz584lOTkZLy8vFi1axCuvvGLqsIqX/U9SIz07Ha1Gi4XO4uGYD0QI8UgzKNlkZl1DwUBm1nWsLKWRRQjx8FOA6+eTqeWXOwxsHX8X6vg/vEPIiEdDZmYmFhbyN0B5UfR6EjduJOdqHInr1uHy8ss49evHraVLSfhxVcmSGo+BtKQsjmyO5XZcKn3fai7nnzAZkyY17qbX61mzZg2pqakFPiV/t+bNm5ORkYGfnx/vvfdegUNS5cnMzDSaRDYpKancYhaPsISLuV0G7T3A3h3d30OHZeRkPNRJjcmTJzN58mRTh/FI6NKlCyYcvU+Uk59++snUIZSNnTtkp4G5LXGpl0nPTqeGfQ2cLJ1MHZkQ4jHnYO9Pk8ZLcHBojLm5k6nDEUKIctEnuDk1fZ1NHYYQRjZv3syVK1d46qmn8PHxMXU4Dz2thQUeH31M5pkzOD7XFwCngQO59fXXpB44QNb581h4epo0xsrA3EpHxIGrGHIUEq6l4exua+qQxGPK5P3BT5w4gZ2dHZaWlowePZr169cbTZR8Nw8PD7766ivWrl3LunXr8PX15cknn+R///tfofV//PHHODo6qq9ataQbmCgBs7/Hgs9KBaCadTV8nH2oZlP5hjoTQjyGrB3BwQPMLNCiRaPRYK2ToaiEEJWDi8sTRgkNeQhACPGws7SuNM+DCgFAVlYWUVFR3L59W4aTLkfWjf1xev45tfeBRc0a2HXuDMCdVatNGVqlYW6ho8Pz3vR6vQl2VWQeRWE6Jv/J7OvrS1hYGAkJCaxdu5aXXnqJvXv3FpjY8PX1xdfXV33fvn17Ll26xLx58+j8903mXu+88w5vvfWW+j4pKUkSG6J4Fn9nmrNSQVGw0D1+E6YLIR4Ono6e0mAohKi0bt3ax/kLX9C0ydeYmcmTfEIIIUR5OHPmDFlZWTg6OlKzZk1Th/NIUrKzSd61C6fBg0jZu5eE9eupFjwBrZU05DftKu2qwvRM3lPDwsICb29vWrVqxccff0zTpk1ZuHBhiT/frl07zpw5U+h6S0tLHBwcjF5CFMvcGtCAooeczGKLCyHEA5OZDBlJoM9RF+VOTCljmQohKhe9PpPI0/8mIeEwFy4uMXU4QgghxCPj5MmTAPj7+8vfARVAyc7m/JChXAl+E0N6BubVq2NITCRp6zZThyaE+JvJkxr3UhTFaA6M4hw/fhwPD48KjEg8ljRa494aQGp2KldSrnA7/bYJAxNCPPZSrsPtGMi4Y+pIhBCiSDqdJf6NFlKj+mA864w1dThCCCHEIyEzM1N9uNff39/E0TyaNObm2HbsgM7REY1Oi9PAgQDc+fFHE0dWeSTeSOfk3svcvJxi6lDEY8qkw0+9++679OzZk1q1apGcnMyqVavYs2cP27blZj7feecdrly5wooVKwBYsGABnp6eNGrUiKysLL7//nvWrl3L2rVrTbkbDx+dDjQaKGq4Eo0mt9zjzMIWslIgOxVwIVOfSUJGAtnm2VSxrmLq6IQQj6vs9Nx/zay5mHQRBQU3GzeszKQbtBCi8nFyaoWTUytThyGEEAWysjNHZ6ZFn2MotIzOTIuVnfkDjEqIokVFRZGTk4OLiwvu7u6mDueRVfX116nywguYVa1Kzq1b3Pj8czL++ov0U6ewbtTI1OGZ3OGfzxF9+BotnqpD1Zp2pg5HPIZMmtS4du0aw4YNIy4uDkdHR5o0acK2bdvo3r07AHFxcVy8eFEtn5WVxcSJE7ly5QrW1tY0atSIX375hV69eplqFx5KWgsLLOvXB72+8EI6HVqLx3weCbWnRm7W2c7cjqrWVbE1l/GghRAmos8BQzYAipkVKSkpKIqCu438MSOEeDjExa3F2bk9VlbVTR2KEEJgX8WKoTPbkZGSXWgZKztz7GUyXFGJyNBTD4bWwgJt1aoAmLm44NCjB0m//ELCqlVYf/CBiaMzvTqNXUi5k4mzm42pQxGPKY3ymM0umpSUhKOjI4mJifnm18jIyCA2Npa6deti9ZhN/NOlSxeaNWvGggULAPD09CQ4OJjg4OBS1TN8+HASEhLYsGFDucf4wOlzICUOzG3B2jm398pDRqPRsH79evr27WvqUMRDoLzPl3vvK48Kk97nMpPh1lnQWaC4+pGRk0G6Ph1nS+dK8QfN4/xzVAhRvAsXlnA2Zi729o1p1XI1Wq2lqUMSQgghHjrnzp3jxIkTdOjQgWrVqpk6nMdC+okTxL0/jczISDTW1tTfuwedzNkrRIUoqu3+bpVuTg1RNsOHD1cnir37dfbs2QrZ3vnz59FoNISFhRktX7hwIaGhoRWyzaKEhobi5ORU4DonJyc1pvDwcCwtLdm0aZNRmbVr12JlZaU+8QCAzozpn37DoJGvw9/Hs6BGzODgYLp06aK+Hz58eJGNwnv27FG/H61Wi6OjI82bN2fy5MnExcWVcI9LJi4ujp49e5ZrnQW5+5wzMzOjdu3avPXWW6WaH6ckpk+fTrNmzcq1zsoqPj6ecePG4eXlhaWlJbVq1aJ3797s2rWrwrb5oM6XipZ3f8p7OTo60q5dO37++ecy1VNZ7nPAP0NPmVuj0WiwNremilWVSpHQEEKI4ri6Po25eRWqVeuORiNDuQghhBBl4eXlRZ8+fSSh8YAoiqImNLQODijp6SRu2GjqsIR47ElSo5wl7rhA0q6LBa5L2nWRxB0XKmzbTz31FHFxcUavunXrVtj2CuLo6FhocqEyaNq0KSEhIYwaNYpbt24BcP36dUaPHs2MGTPyTbK1adMm+vTpo75XFIWMnAySs5LvO5aoqCiuXr3KkSNHmDJlCjt37sTf358TJ07cd9153N3dsbR8ME9BLlu2jLi4OGJjY/niiy/47rvv+PDDDx/Ith8158+fp2XLlvz222/MnTuXEydOsG3bNgIDAxk7tuwTrSqKQk5OTr7lWVlZwIM9Xx6EnTt3EhcXx6FDh2jTpg39+vUzTlyWkUnvc3fNpyGEEA8ba+uatG+3i7qeY9Fo5M8QIYQQQlR+Go0Gjw8+wKF3b1xGvQrAndWrecwGvimUXm8g4XqaqcMQjyH5a6KcabQakgpIbCTtukjSjgtotBX3NK2lpSXu7u5GL51OV2DPgXt7F5RWXrKkefPmaDQata57t9WlSxfGjRtHcHAwzs7OuLm58dVXX5GamsqIESOwt7enXr16bN261aj+iIgIevXqhZ2dHW5ubgwbNoybN2+WOd67vfPOO9SuXVttHH7ttdeoX78+EydONCp36dIlTp48Sc+uT0DabQCyDFnEJMRwOfnyff8Ac3V1xd3dHR8fHwYNGsT+/fupVq0aY8aMMSq3bNkyGjZsiJWVFQ0aNOCLL75Q12VlZfHGG2/g4eGBlZUVnp6efPzxx+r6e3uXHDhwgGbNmmFlZUWrVq3YsGGD0ZPoeb1Idu3aRatWrbCxsaFDhw5ERUUVuz9OTk64u7tTq1YtnnnmGZ599lmOHTtmVGbx4sXUq1cPCwsLfH19+e6774zWX7x4kT59+mBnZ4eDgwMDBgzg2rVrQG5vnBkzZhAeHq4+gZ/3tHxCQgKjRo3Czc0NKysr/P392bx5MwC3bt1i8ODB1KxZExsbGxo3bsyPP/5otN2ynKd5x+qXX36hadOmWFlZ0bZt23JJSr3++utoNBoOHz7Mv/71L3x8fGjUqBFvvfUWBw8eBAruRZCQkIBGo2HPnj1GMW7fvp1WrVphaWnJvn376NKlC2+88QZvvfUWVatWVecxuvd8uXz5MoMGDaJKlSrY2trSqlUrDh06BBTcI6m4+0pBvZ3u7kmVt08//fQTTzzxBNbW1rRu3Zro6GiOHDlCq1atsLOz46mnnuLGjRvFHse8ifMaNGjArFmzyM7OZvfu3er6bdu20alTJ5ycnHBxceGZZ54hJiZGXV+a+9z48eOZPHkyVapUwd3dnenTpxvFcvr0aTp16oSVlRV+fn7s3Lmz0N5fRbqrp8adjDskZyWjNxQxP5IQQlQy5ub/dCFXFD3p6ZdNGI0QQgjx8EhJSWH79u1cuXLF1KE8dqz9G1HjP3NxHjQIjY0NWTExpB0+YuqwTO7m5WS+eXsfG+YflySPeOAkqVFChix9oS8l26CWc3iyNvZda5G04wKJv57HkKUn8dfzJO24gH3XWth3rlGieiu7w4cPA/88Cb1u3bpCyy5fvpyqVaty+PBhxo0bx5gxY+jfvz8dOnTg2LFjBAUFMWzYMNLScjO7cXFxBAQE0KxZM44ePcq2bdu4du0aAwYMKJfYdTody5cvZ+PGjQwZMoTt27cTGhqKTqczKrdp0yY6P9EJJ/0NSMhNUlloLTDTmmFtZo1eKd/vydramtGjR7N//36uX78OwNKlS5k6dSqzZs0iMjKSjz76iJCQEJYvXw7AokWL2LRpEz/99BNRUVF8//33eHp6Flh/cnIyvXv3pnHjxhw7dowPPviAKVOmFFh26tSpfPLJJxw9ehQzMzNGjhxZqn2Jjo5m9+7dtG3bVl22fv16JkyYwNtvv83Jkyd57bXXGDFihNrIrCgKffv25fbt2+zdu5cdO3YQExPDwIEDARg4cCBvv/02jRo1UnsiDRw4EIPBQM+ePTlw4ADff/89ERERzJ49W/0+MzIyaNmyJZs3b+bkyZOMGjWKYcOGqY3zeUp7nuaZNGkS8+bN48iRI7i6uvLss8+SnV34RIPFuX37Ntu2bWPs2LHY2uaflL4sPQQmT57Mxx9/TGRkJE2aNAFy99fMzIz9+/ezZMmSfJ9JSUkhICCAq1evsmnTJsLDw5k8eTIGgyFf2fI2bdo03nvvPY4dO4aZmRmDBw9m8uTJLFy4kH379hETE8P7779f4vqys7NZunQpAObm/wx3kpqayltvvcWRI0fYtWsXWq2W5557Tt3H0t7nbG1tOXToEHPnzmXmzJns2LEDAIPBQN++fbGxseHQoUN89dVXTJ06tdTHBQDnOuBUG8XClvjUeC4mXSTHkL/3jRBCVHbZ2UmE//Uqf/45gMzM4hPVQgghxOMuMjKSP/74g19++cXUoTy2dHZ2OPbuDcCdVT8WU/rR5+Rmg0GvoM82kJaYZepwxGPGzNQBPCyuvn+g0HVWvs5UHfHPsEUp+3Kz5sm/XSL5t0vq8uTfLpEZm4Tra03UZfFzDmNIzd8gVXP2E6WOcfPmzdjZ2anve/bsyZo1a0pdT0nkjd2Y9yR0UZo2bcp7770H5PaSmD17NlWrVuXVV3O77b3//vssXryYv/76i3bt2rF48WJatGjBRx99pNbx7bffUqtWLaKjo/Hx8bnv+Bs2bEhwcDCzZ89mzpw5Bda5ceNG+vTpCxod/J3A0Gg0+Dj7VNj49Q0aNAByn1h3dXXlgw8+4JNPPuH5558Hcp8cj4iIYMmSJbz00ktcvHiR+vXr06lTJzQaDXXq1Cm07pUrV6LRaFi6dKn6tPiVK1fU7+Fus2bNIiAgAIB///vfPP3002RkZBQ58e/gwYPR6XTk5OSQmZnJM888wzvvvKOunzdvHsOHD+f1118HUHsdzJs3j8DAQHbu3Mlff/1FbGwstWrVAuC7776jUaNGHDlyhNatW2NnZ4eZmZnROffrr79y+PBhIiMj1e/Ry8tLXV+jRg2jXjjjxo1j27ZtrFmzxijpUtrzNM+0adPUng7Lly+nZs2arF+/vsxJuLNnz6IoinoulIeZM2eqMebx9vZm7ty5hX7mhx9+4MaNGxw5coQqVaqon3kQJk6cSFBQEAATJkxg8ODB7Nq1i44dOwLw8ssvl2hOiw4dOqDVaklPT8dgMODp6Wn0vfTr18+o/DfffIOrqysRERH4+/uX6j7XpEkTpk2bBkD9+vX5/PPP2bVrF927d+fXX38lJiaGPXv2qPXMmjUr33dSIubWYG6NwaDH3sKeTH0mFjqL0tcjhBAmptFoyci4SnZOIikpEVhaBpg6JCGEEKJSyxtK995hs8WDpfw9fHPy9l/Jvn4dc1dXE0dkOmbmOga91wbHatYVOjKNEAWRnhqPkMDAQMLCwtTXokWLyqXe0aNHY2dnp75KK+/JcMjtJeHi4kLjxo3VZW5ubgBq74Q///yT3bt3G20zr4H37qFh7kdKSgqrV6/GxsaGffv25VuflJTE3r17ebZPH7Awflq+Iifkzeuup9FouHHjBpcuXeLll182OhYffvihehyGDx9OWFgYvr6+jB8/nl9//bXQuqOiomjSpIlRYqJNmzYFlr37O/Pw8AD++X4K8+mnnxIWFkZ4eDibN28mOjqaYcOGqesjIyPVRuk8HTt2JDIyUl1fq1YtNaEB4Ofnh5OTk1qmIGFhYdSsWbPQZJder2fWrFk0adIEFxcX7Ozs+PXXX7l40XiIuNKep3nat2+v/r9KlSr4+voWGm9JrqW7z4Hy0qpVqxItu1tYWBjNmzdXExoP0t3fRd5xv/e7KO58BFi9ejXHjx9n06ZNeHt78/XXXxvtT0xMDEOGDMHLywsHBwd1uKl7z43Sxgy5101ejFFRUdSqVcsoMVLYtVdSOq2OmvY1qedUTyYJF0I8lMzM7GjSeDGtWq7BxUUSGkIIIURRkpKSuHAhd47WRo0amTiax5uZe+7fqBgMJK5da9pgKgEnNxtJaAiTkJ4aJVR9ZodC193boOQR0o7kPX/30tBpQK/kDj3VpRb3tj25T7m/hq272draFvgktVarzTe2XWmGx5k5c2a++SZK4+7hXiD3eN29LO/45Q35YjAY6N27N3PmzMlXV14D+70cHBxISUlBr9cbDSOl1+tJSUnB0dHRqPykSZOwsLDgwIEDtG/fnhUrVvDiiy+q67du3UrDhg1zez4kx0NmEvZ2diQmJqplDIoBDRoSEhLy1V9WeY3hnp6e6vFYunSpUY8CQN3HFi1aEBsby9atW9m5cycDBgygW7du/N///V++uhVFyXeuFjbmYVHfT2Hc3d3V88/X15fk5GQGDx7Mhx9+qC4vaPt5ywqKr6jleayti54w+ZNPPuHTTz9lwYIFNG7cGFtbW4KDg9XJsfOU9jwtSmHxluRaql+/PhqNhsjIyHxzVtxNq83NSd/9HRZ2XRc0jFVBy+5W3HEty31Fo9GU6DMFHfd7l5Xke6hVqxb169enfv362NnZ0a9fPyIiInD9+0ma3r17U6tWLZYuXUr16tUxGAz4+/vnOzdKoqDzJy/G4s7hEku/A/ocsLQH88J7TQkhxMPCxqau0ftyu18KIYQQj5hTp04BuX/jlFf7gyibamPGgF7Pra+WcuenNbiMGoXmnuHMhRAVT3pqlJDWQlfoS2NufBhT9l0h+bdLOHSvQ81ZnXDoXofk3y6Rsu8KGnNdieotT9WqVSMuLs5o2d2TCxfH1dUVb29v9QVgYZE73IleX/7zf7Ro0YJTp07h6elptF1vb+9CG2IbNGiAXq/n+PHjRsuPHTuGXq/H19dXXbZjxw6+/vprQkNDadq0KR999BHBwcFGx2jjxo08++yzuW8scp+ob+DtyZHDh1EUhYtJFzl9+zSZOZn8+eefRvWXVXp6Ol999RWdO3emWrVquLm5UaNGDc6dO5fvOOQ9UQ65CZ2BAweydOlSVq9ezdq1a7l9+3aBx+ivv/4iMzNTXXb06NH7jrsweYmX9PTciY0bNmzI77//blTmwIEDNGzYEMjtlXHx4kUuXfpnyLaIiAgSExPVMhYWFvnOuSZNmnD58mWio6MLjGPfvn306dOHF154gaZNm+Ll5cWZM2fKZydBnbgb4M6dO0RHRxc6dFRB19K9qlSpQlBQEP/9739JTU3Ntz4hIQH4Zwi4u8/b0lzXxWnSpAlhYWEFnkt52y/tfeXez5w5cybfHCUVJSAgAH9/f2bNmgXkTiAfGRnJe++9x5NPPknDhg25c+eO0WfK6z7XoEEDLl68qE56D3DkSBkmlUu7BUmXIStFJgcXQjxy0tMv8eexASQnnzJ1KEIIIUSlI0NPVR4aCwuqjh2LzsmJnLg4UvbuNXVIJhe+6xJrZh/l8umC2w+EqAiS1ChnSbsukrTjAg7d6+DwZG0gd/Jwh+51SNpxgaRdpR/W5H517dqVo0ePsmLFCs6cOcO0adPUH4hl5erqirW1tTqJ9909GO7X2LFjuX37NoMHD+bw4cOcO3eOX3/9lZEjRxbauOjn50fPnj0ZOXIkO3fuJDY2lp07d/Lyyy/Ts2dP/Pz8gNwumy+//DITJ05U50UYP348jRo1YtSoUQDk5OSwdetW+vTpk1u5uTWgYeJrL/DNt9/y3//+l7NnzhJ5IpI3xr1BTEwMY8eOLfV+Xr9+nfj4eM6cOcOqVavo2LEjN2/eZPHixWqZ6dOn8/HHH7Nw4UKio6M5ceIEy5YtY/78+UDukE+rVq3i9OnTREdHs2bNGtzd3QucTHrIkCEYDAZGjRpFZGQk27dvZ968eUD5DHWUkJBAfHw8V69eZe/evcycORMfHx81ITFp0iRCQ0P58ssvOXPmDPPnz2fdunVqz4Vu3brRpEkThg4dyrFjxzh8+DAvvvgiAQEB6lBJnp6exMbGEhYWxs2bN8nMzCQgIIDOnTvTr18/duzYofZc2bZtG5A7D8SOHTs4cOAAkZGRvPbaa8THx9/3/uaZOXMmu3bt4uTJkwwfPpyqVasW2cOiJL744gv0ej1t2rRh7dq1nDlzhsjISBYtWqQOd2VtbU27du2YPXs2ERER/O9//1PnBCkPgwcPxt3dnb59+7J//37OnTvH2rVr+eOPP4Cy3Ve6du3K559/zrFjxzh69CijR4/O18OhIr399tssWbKEK1eu4OzsjIuLC1999RVnz57lt99+46233jIqX173ue7du1OvXj1eeukl/vrrL/bv369OFF6qay87N0GomFkRfSea6DvRZOvLPim9EEJUJjHnPiEx8Rino0IK7UkqhBBCPI7u3LnDlStX0Gg0atuGMC2tpSWO/XLnPo2f9RE5hTwM+Li4eTmZ6+eTuHjq8T4O4sGSpEY5UwyKUUIjT15iQzE8+D/SgoKCCAkJYfLkybRu3Zrk5GSjoZbKwszMjEWLFrFkyRKqV6/+TwKgHFSvXp39+/ej1+sJCgrC39+fCRMm4OjoqA65U5BVq1bRrVs3xowZg5+fH2PGjOHJJ5/kxx9/VMsEBwfj6OjIjBkz1GVarZZly5bx22+/sWLFCvbu3YudnR0tW7b8u4AOzK0Z8GwPQpd8zvLly3mu63O8PvB1Lp+/zL59+4qcoLswvr6+VK9enZYtWzJ79my6devGyZMnjX5JeeWVV9ReJY0bNyYgIIDQ0FC1p4adnR1z5syhVatWtG7dmvPnz7Nly5YCj5ODgwM///wzYWFhNGvWjKlTp/L+++8DFDkBeEmNGDECDw8PatasyeDBg2nUqBFbt27FzCx3lLu+ffuycOFC/vOf/9CoUSOWLFnCsmXL6NKlC5DbuLthwwacnZ3p3Lkz3bp1w8vLi9WrV6vb6NevH0899RSBgYFUq1ZN/W7Xrl1L69atGTx4MH5+fkyePFlNgIWEhNCiRQuCgoLo0qWL2lBfXmbPns2ECRNo2bIlcXFxbNq0SX3Cv6zq1q3LsWPHCAwM5O2338bf35/u3buza9cuo6TXt99+S3Z2Nq1atWLChAl8+OGH97s7KgsLC3799VdcXV3p1asXjRs3Zvbs2WoPnLLcVz755BNq1apF586dGTJkCBMnTsTGxqbcYi7OM888g6enJ7NmzUKr1bJq1Sr+/PNP/P39efPNN/nPf/5jVL687nM6nY4NGzaQkpJC69ateeWVV9QEVImvPX02GHIAyNLqMCgG9AY9ZloZRVII8Wjw9ZmBq2svGvt/LkNQCSGEEHe5ffs2dnZ2eHp6Ym9vb+pwxN+cBw4EIOfKFa6+846JozEtv47V6fpiA5p0rVV8YSHKiUZ5zB6FSkpKwtHRkcTERBwcHIzWZWRkEBsbS926dculkVc8nMaPH09OTg5ffPHFPwszk0Gjze21oXl0coErV65kxIgRJCYmFjuHgjC2Z88eAgMDuXPnToE9Y4Qoyv79++nUqRNnz56lXr16xX8gIwlux4DOEtz8yDHkkK3Pxtq8cl238nNUCCGEEEKI8mcwGEhNTZWkRiUTO3gIGcePY9/zKWp++qmpwxHikVBU2/3d5BFPIe7h7++vDvGjsnw0fnFYsWIFXl5e1KhRg/DwcKZMmcKAAQMkoSFEBVu/fj12dnbUr1+fs2fPMmHCBDp27FiyhAaoQ0/xdxLDTGsmvTSEEI+0xKRwsrNuU7VqoKlDEUIIIUxOq9VKQqMSqvrqK1x+fSxpfxzEkJmJ1tLS1CEJ8diQFhEh7pE3t0ZxUrNTSc5KxtbcFnuLh+OXi/j4eN5//33i4+Px8PCgf//+6sTJQoiKk5yczOTJk7l06RJVq1alW7dufPLJJyWvIMc4qSGEEI+yxMTj/HlsCFqtBa1brcPWtoQJYCGEEOIRk5iYiL29fZFDcQvTsQsIwMzDg5y4OJK3bcO+e3e0D3CI5cokMz2HSxG3ycrIwa9jdVOHIx4DMvzUXWTYDFGk9ATITAIbF7CwJT41nlvpt3CycqKGXQ1TRyeEeJRdj4ScDBTnulzVp2Kls8LZyhltJRsOT36OCiHKg8GQzfGwlzA3c8DP7z+YmT0cD48IIYQQ5UlRFP773/+SkZHB4MGDqVFD2h0qo5tffsmNBQux8PLCkJqK2zv/xuGpp0wd1gN3OeoOGz89jrWDBSNmd0SjlTnSRNnI8FNClLeMBEi/AzpzsMjtnWFQDA9NLw0hxEOsqg9kp5Op1ZKQegWtRksVqyqmjkoIISqEVmtO0yZfodPZoKlkyVshhBDiQbl27Ro3b95Ep9Ph4uJi6nBEIZz69ePG5/8l69w5AG5+uQTzmrWggDZ9M2dnzKs/mr0YPLwcca1jj4e3EznZBswtdaYOSTziJKkhRElZ2OYmNbJSAbA1t8XW3NbEQQkhHgtaHVjaodNnU82mGoqioNHIky9CiEeXmZmd0fu0tAvY2NQxUTRCCCHEg3fy5EkA6tevL72gKzGzatWw796N5K3bQKMh8/Rpzv/rXwWW1VhYUG/b1kcysaEz19L/ndamDkM8RuTRJyFKKi+BkZUKj9eobUKISsJcZ46rjStutm6mDkUIIR4IRVGIOTefg4e6c+vW/0wdjhBCCPFAKIqiJjX8/f1NHI0ojvOgwbn/KaatSMnKIufOnQcQkRCPPklqCFFS5tag0YJigJwMdXG2Ppv0vEl8hRCivKXegMTLai8xIYR4nGg0GrKybqIoehIS/zR1OEIIIcQDceXKFRISEjA3N8fHx8fU4Yhi2LRpjVnNmqYOo1JQFIU78ankZOtNHYp4xElSQ4iS0mju6q2RAkByVjLRd6K5knLFhIEJIR5p6QmQegMlO5307HQMisHUEQkhxAPl6zONJk2+op7Xm6YORQghhHggTp06BYCvry8WFhYmjkYUR6PR4NCjh6nDqBTWzzvGD9MPcTU6wdShiEecJDWEKA2Lu4agAqzMcse11KCRhkYhRPlTFMjO7QmWqTPjXOI5ou9Eo8gQeEKIx4hWa0m1qk+q7xVFkfugEEKIR5bBYFCHnmrUqJGJoxElZRfYxdQhVArO7jbozLQk3ZQRTUTFkqSGAKBLly4EBwer7z09PVmwYEGp6xk+fDh9+/Ytt7gqnbykhj4bAHOtOQ2qNKCeUz20msp3OWk0GjZs2GDqMEQF27NnDxqNhoSEBFOH8tiqsGtNnw1KbrfdHI0OnVaHpc5SJgkXQjy29Pp0IiImcvnyclOHIoQQQlQIjUbDwIED6dChA97e3qYOR5SQ1sbG1CFUCm371OPl+U/gHyDDcYmKVflaYR9yCQkJXL16tdBXRTU6Dh8+HI1Gk+919uzZCtne+fPn0Wg0hIWFGS1fuHAhoaGhFbLNooSGhuLk5FTgOicnJzWm8PBwLC0t2bRpk1GZtWvXYmVlpT4NkWf69OkMGjQI+LvRcstOcPOHqvXVMm+/9TZdunRR3xeX2MlrgNZoNGi1WhwdHWnevDmTJ08mLi6u5DtdAnFxcfTs2bNc6yzI3eecmZkZtWvX5q233iIzM7NctzN9+nSaNWtWrnVWRg8qOXj8+HGeeeYZXF1dsbKywtPTk4EDB3Lz5s0K33Z5Kek5MX36dKPrrnr16gwdOpRLly6Vy/Yq7FrLm6/HzAo7S3t8nX2pbV+7/LcjhBAPievXtxB/bQNnzs7h1q19JCWfLPCVkXHV1KEKIYQQZaLRaKhZsyY9evTA3Nzc1OEIUSo2DhaYW+hMHYZ4DJiZOoBHSUJCAp9//jk5OTmFljEzM+ONN94otAH+fjz11FMsW7bMaFm1atXKfTtFcXR0fKDbK62mTZsSEhLCqFGj6NixIy4uLly/fp3Ro0czY8YM/P39jcpv2rSJSZMm/bNAqwVdwb9UKIpSqqeno6KicHBwICkpiWPHjjF37ly++eYb9uzZQ+PGjcu0f/dyd3cvl3pKYtmyZTz11FNkZ2cTHh7OiBEjsLW15YMPPnhgMYiSu379Ot26daN3795s374dJycnYmNj2bRpE2lpaaYOr1iKoqDXl27isUaNGrFz504MBgMxMTGMHTuWAQMG8Mcff9x3PBV2rf099BTm1kDuHzg6jfyCKIR4fLm7P8/tOwe5du1nwsKHF1pOq7WkfbudWFlVf3DBCSGEEEIIIR4I6alRjtLS0opMaADk5ORUWIOhpaUl7u7uRi+dTlfgU9/BwcFGvQtKq27dugA0b94cjUaj1nXvtrp06cK4ceMIDg7G2dkZNzc3vvrqK1JTUxkxYgT29vbUq1ePrVu3GtUfERFBr169sLOzw83NjWHDhpXb0+PvvPMOtWvXZuzYsQC89tpr1K9fn4kTJxqVu3TpEidPniz26WtFUcjUZxJ9Jxq9oeSNrK6urri7u+Pj48OgQYPYv38/1apVY8yYMUblli1bRsOGDbGysqJBgwZ88cUX6rqsrCzeeOMNPDw81CftP/74Y3X9vUPiHDhwgGbNmmFlZUWrVq3YsGGDUY+bvF4ku3btolWrVtjY2NChQweioqKK3R8nJyfc3d2pVasWzzzzDM8++yzHjh0zKrN48WLq1auHhYUFvr6+fPfdd0brL168SJ8+fbCzs8PBwYEBAwZw7do1ILc3zowZMwgPD1efuM/rgZOQkMCoUaNwc3PDysoKf39/Nm/eDMCtW7cYPHgwNWvWxMbGhsaNG/Pjjz8abbcs52nesfrll19o2rQpVlZWtG3blhMnThR7rEorMzOT8ePHqz0qOnXqxJEjR/KV279/f4ljOXDgAElJSXz99dc0b96cunXr0rVrVxYsWEDt2rk9AQrqAZV3zuTJ67mwZMkSatWqhY2NDf379zfqlZZ3X5gxYwaurq44ODjw2muvkZWVVeJ9zDve27dvp1WrVlhaWvLdd98Vek4UxMzMDHd3d6pXr84TTzzBq6++ysGDB0lKSlLLTJkyBR8fH2xsbPDy8iIkJITs7Gz1eBS2vbuvtbyebOvWrSMwMBAbGxuaNm2aL3mydOlS9Zg999xzzJ8/P3/C+56khhBCPO40Gg21ar2EomQXWc5gyCQr+/YDikoIIYQoHxcuXGDjxo1cuHDB1KGIUjJzdgazYp4dNzPLLfeIiz+XyObPw/ntu0hThyIeYZLUKKGsrCyysrKMJiXMyckhKyur2ERGSeo1GP6ZZLq0Tx+bwuHDhwHYuXMncXFxrFu3rtCyy5cvp2rVqhw+fJhx48YxZswY+vfvT4cOHTh27BhBQUEMGzZMTfbExcUREBBAs2bNOHr0KNu2bePatWsMGDCgXGLX6XQsX76cjRs3MmTIELZv305oaCg6nfHTz5s2baJz584FNzLePAu3cof20mhyJwnPMeSQnlP2iZCsra0ZPXo0+/fv5/r160Buo+fUqVOZNWsWkZGRfPTRR4SEhLB8ee440osWLWLTpk389NNPREVF8f333+Pp6Vlg/cnJyfTu3ZvGjRtz7NgxPvjgA6ZMmVJg2alTp/LJJ59w9OhRzMzMGDlyZKn2JTo6mt27d9O2bVt12fr165kwYQJvv/02J0+e5LXXXmPEiBHs3r0byE0O9e3bl9u3b7N371527NhBTEwMAwcOBGDgwIG8/fbbNGrUiLi4OOLi4hg4cCAGg4GePXty4MABvv/+eyIiIpg9e7b6fWZkZNCyZUs2b97MyZMnGTVqFMOGDePQoUNGMZf2PM0zadIk5s2bx5EjR3B1deXZZ59VG8HLy+TJk1m7di3Lly/n2LFjeHt7ExQUxO3bxo01pYnF3d2dnJwc1q9ff9+TrZ49e5affvqJn3/+mW3bthEWFqYmDfPs2rWLyMhIdu/ezY8//sj69euZMWNGqfdx8uTJfPzxx0RGRtKjR48Cz4mSiI+PZ926deh0OqNr397entDQUCIiIli4cCFLly7l008/BQo/BwszdepUJk6cSFhYGD4+PgwePFj9ebF//35Gjx7NhAkTCAsLo3v37syaNSt/JYbc7y9TmztJ+LXUayXaPyGEEEIIIcTDJzw8nOPHj/PXX3+ZOhRRSmZubuiKSVjonJ0xc3N7QBGZjkGvcOHkLWLDb6IY7q+9QYjCyPBTJfTRRx8BuY2Gtra5k0UfOHCA3377jRYtWvDss8+Wqd4FCxaQlpbG66+/jqurKwBhYWG0bNmy1HVt3rwZOzs79X3Pnj1Zs2ZNmeIqTt6wVi4uLsUOu9K0aVPee+89ILeXxOzZs6latSqvvvoqAO+//z6LFy/mr7/+ol27dixevJgWLVqoxxzg22+/pVatWkRHR+Pj43Pf8Tds2JDg4GBmz57NnDlzCqxz48aN9OnTJ/+HNVrISgY08HcyykJrgaejJ9Zm9/c0dYMGDYDcJ71dXV354IMP+OSTT3j++eeB3B4yERERLFmyhJdeeomLFy9Sv359OnXqhEajoU6dOoXWvXLlSjQaDUuXLsXKygo/Pz+uXLmifg93mzVrFgEBAQD8+9//5umnnyYjIwMrK6tC6x88eDA6nY6cnBwyMzN55plneOedd9T18+bNY/jw4bz++usAvPXWWxw8eJB58+YRGBjIzp07+euvv4iNjaVWrVoAfPfddzRq1IgjR47QunVr7Ozs1Kft8/z6668cPnyYyMhI9Xv08vJS19eoUcOoF864cePYtm0ba9asMUq6lPY8zTNt2jS6d+8O5CZGatasyfr168stCZeamsrixYsJDQ1Vew0tXbqUHTt28M033xgNj1aaWNq1a8e7777LkCFDGD16NG3atKFr1668+OKLuJXyl6yMjAx1ewCfffYZTz/9NJ988on6XVlYWPDtt99iY2NDo0aNmDlzJpMmTeKDDz4gPT29xPs4c+ZMdR+BAs+Jwpw4cQI7OzsMBgPp6bkJyPHjx6v3dEA9BwA8PT15++23Wb16NZMnT8ba2rpU25s4cSJPP/00ADNmzKBRo0acPXuWBg0a8Nlnn9GzZ0/13PTx8eHAgQNqDyNVVR/QZ5OenUx6djoaZIJwIYQQQgghHkU5OTlEREQA5BsaW1R+aUf/RH/jRpFl9DdukHb0T2zbtnlAUZmGm5cDHZ73ppafM/InrKgo0lPjERIYGEhYWJj6WrRoUbnUO3r0aOzs7NRXaTVp0kT9v06nw8XFxWjOiLwG1LzeCX/++Se7d+822mZeY39MTMz97IoqJSWF1atXY2Njw759+/KtT0pKYu/evQUnq3QWoDUDFMjOfWpfp9Vha26LVnN/l1TeE/MajYYbN25w6dIlXn75ZaNj8eGHH6rHYfjw4YSFheHr68v48eP59ddfC607KiqKJk2aGCUm2rQp+Afp3d+Zh4cH8M/3U5hPP/2UsLAwwsPD2bx5M9HR0QwbNkxdHxkZSceOHY0+07FjRyIjI9X1tWrVUhMaAH5+fjg5OallChIWFkbNmjULTXbp9XpmzZpFkyZNcHFxwc7Ojl9//ZWLFy8Wus8lOU/ztG/fXv1/lSpV8PX1LTTeslxLMTExZGdnGx07c3Nz2rRpk287pYkFcpNX8fHxfPnll/j5+fHll1/SoEGDUg+hVbt2bTWhkReHwWAwGrasadOm2NjYGJVJSUnh0qVLpdrHVq1alSq2u/n6+hIWFsaRI0eYNWsWzZo1y9c74v/+7//o1KkT7u7u2NnZERISku9cKamirqOoqKh8119h1yM6c2zN7alhXwMXK5cyxSKEEEIIIYSo3M6dO0dGRgZ2dnZFPrAoKqecYhIapS33MNPptDTvUZuqNe1LNfesEKUhPTVK6N133wVyG9rydOjQgXbt2qHVlr0hOzg4GMgd6z1Ps2bNylSXra0t3t7e+ZZrtdp8w8uUZnicmTNn5ptvojTuPmaQ22B/97K8G1zeEFwGg4HevXszZ86cfHXlNQzey8HBgZSUFPR6vdFQMnq9npSUlHwTmE+aNAkLCwsOHDhA+/btWbFiBS+++KK6fuvWrTRs2NDoFwl7e3sSExNBowELW8hIhKxUEhISym2C9LwGXE9PT/V4LF261KhHAaDuY4sWLYiNjWXr1q3s3LmTAQMG0K1bN/7v//4vX90FTWRe2LBDRX0/hXF3d1fPP19fX5KTkxk8eDAffvihuryg7ectK2yi9eImYLe2Lrp3zCeffMKnn37KggULaNy4Mba2tgQHBxvN5wClP0+LUli8ZbmW7k503bu8JL8cFFfGxcWF/v37079/fz7++GOaN2/OvHnzWL58eZnvHXnbLGl8pdnHu3tVlJaFhYV6LjZq1IgzZ84wZswYdW6XgwcPMmjQIGbMmEFQUBCOjo6sWrWKTz75pEzbK+r8Kc31CGCuM8dJ51SmOIQQQgghhBCV38mTJ4Hch/vup51JmIbZ3yOalFc5IUTR5C5ZQhYWFlhYWBg1QpmZmWFhYWGUkChrvXf/wLp3bof7Va1aNeLi4oyW5U0MXRKurq54e3urL8iNGypm/o8WLVpw6tQpPD09jbbr7e1daINmgwYN0Ov1HD9+3Gj5sWPH0Ov1+Pr6qst27NjB119/TWhoKE2bNuWjjz4iODjY6Bht3LgxXy+NBg0a/DNxsUXuU/ZKZgp//vknvr6+pGencyPtRqkmC79beno6X331FZ07d6ZatWq4ublRo0YNzp07l+845E3UDrkJnYEDB7J06VJWr17N2rVr881DkBf/X3/9RWZmprrs6NGjZYq1JPLO47xhfho2bMjvv/9uVObAgQM0bNgQyP3F7eLFi1y6dEldHxERQWJiolrGwsIi3znXpEkTLl++THR0dIFx7Nu3jz59+vDCCy/QtGlTvLy8OHPmTPnsJLkN4Xnu3LlDdHS02rPoXgVdS8Xx9vbGwsLC6NhlZ2dz9OhR9biUJZaCWFhYUK9ePVJTU4Hce0dycrL6Hgq+d1y8eJGrV6+q7//44w+0Wq1R75nw8HD1XMiL1c7Ojpo1a5ZqHwuKuaz3oZCQEH788Ud1Qvv9+/dTp04dpk6dSqtWrahfv36+CfruZ3t3a9CggTo3UZ5812NSHNyKgYwkhBBCCCGEEI+u7OxsTp8+DcjQUw8rm1YtMXN3z30QtiAaDWbu7ti0Kv1w8w8jRVG4fPo2f6w/S1ZG2eciFqIwktR4DHTt2pWjR4+yYsUKzpw5w7Rp09QnAMrK1dUVa2trdRLvxMTEcooWxo4dy+3btxk8eDCHDx/m3Llz/Prrr4wcObLQxkQ/Pz969uzJyJEj2blzJ7GxsezcuZOXX36Znj174ufnB+QOK/Xyyy8zceJEdV6E8ePH06hRI0aNGgXkjmO5devWfPNpTJw4kW+++YbPP/+c6PNXCT8VzRuTphITE8PYsWO5mXGT62nXyTaUrBfM9evXiY+P58yZM6xatYqOHTty8+ZNFi9erJaZPn06H3/8MQsXLiQ6OpoTJ06wbNky5s+fD+QO+bRq1SpOnz5NdHQ0a9aswd3dPf/k5sCQIUMwGAyMGjWKyMhItm/fzrx584CSPVFfnISEBOLj47l69Sp79+5l5syZ+Pj4qI3SkyZNIjQ0lC+//JIzZ84wf/581q1bp/Zc6NatG02aNGHo0KEcO3aMw4cP8+KLLxIQEKAOOeTp6UlsbCxhYWHcvHmTzMxMAgIC6Ny5M/369WPHjh1qz5Vt27YBuUmBHTt2cODAASIjI3nttdeIj4+/7/3NM3PmTHbt2sXJkycZPnw4VatWpW/fvuVWv62tLWPGjGHSpEls27aNiIgIXn31VdLS0nj55ZfLHMvmzZt54YUX1KHCoqKimDdvHlu2bFHP/bZt22JjY8O7777L2bNn+eGHHwgNDc1Xl5WVFS+99BLh4eHs27eP8ePHM2DAAKN5J7Kysnj55ZeJiIhg69atTJs2jTfeeAOtVluqfbxXQedESXl5edGnTx/ef/99IPdcuXjxIqtWrSImJoZFixaxfv36ctve3caNG8eWLVuYP38+Z86cYcmSJWzdutX4WsxKhswksvWZJGYmkqXPKrxCIYQQQgghxEPrzJkzZGVl4ejoaDS0r3h4aHQ63N79e17Re9tY/n7v9u47aMr5QebKbPf3pzm2/SJXzySYOhTxCJKkRjmysbEptteGmZmZ0bjyD0JQUBAhISFMnjyZ1q1bk5ycbDTUUlmYmZmxaNEilixZQvXq1QueULuMqlevzv79+9Hr9QQFBeHv78+ECRNwdHQssgvmqlWr6NatG2PGjMHPz48xY8bw5JNP8uOPP6plgoODcXR0ZMaMGeoyrVbLsmXL+O2331ixYgV79+7Fzs4u32TtAwYMIDQ0lOXLl9O6YwA9hrxOzPmL7Nu9kzp16mBnboeDhQM6Tcl+QPn6+lK9enVatmzJ7Nmz6datGydPnlQTMACvvPKK2qukcePGBAQEEBoaqvbUsLOzY86cObRq1YrWrVtz/vx5tmzZUuBxcnBw4OeffyYsLIxmzZoxdepUtTG3qAnAS2rEiBF4eHhQs2ZNBg8eTKNGjdi6dat6TfTt25eFCxfyn//8h0aNGrFkyRKWLVtGly5dgNzEyoYNG3B2dqZz585069YNLy8vVq9erW6jX79+PPXUUwQGBlKtWjX1u127di2tW7dm8ODB+Pn5MXnyZDUBFhISQosWLQgKCqJLly64u7uXa9Jh9uzZTJgwgZYtWxIXF8emTZvUnkxlZTAYjO4ls2fPpl+/fgwbNowWLVpw9uxZtm/fjrOzc5lj8fPzw8bGhrfffptmzZrRrl07fvrpJ77++mt1LpQqVarw/fffs2XLFho3bsyPP/7I9OnT89Xl7e3N888/T69evejRowf+/v588cUXRmWefPJJ6tevT+fOnRkwYAC9e/c2qquk+3ivws6Jknr77bf55ZdfOHToEH369OHNN9/kjTfeoFmzZhw4cICQkJBy3V6ejh078uWXXzJ//nyaNm3Ktm3bePPNN/+5FhUFsnN7tqSgcDn5MldSrpRpW0II8aixMK+CVmtZZBmt1hIL8yoPKCIhhBDi/hgMBpydnWnUqJEMPfUQc+jRgxoLF2D295yceczc3KixcAEOPXqYKLIHT6PRUL+1G75t3bG2v782EiEKolGKGsT7EZSUlISjoyOJiYk4ODgYrcvIyCA2Npa6deuWuZE3ISGBtLS0Qtfb2NgU+BS9qDzGjx9PTk5OvkbZfG7F5DY8OlQHiwebqCovK1euZMSIESQmJhY7N4UwtmfPHgIDA7lz5065X9NPPfUU3t7efP755+Vab0WYPn06GzZsKHJIu+HDh5OQkMCGDRseWFwPo1dffZXTp0+zb98+yMmE6xGAhkSXutxKv4WtuS1utm7F1mNK5fFzVAghSiIj4ypZ2fmH28xjYV4FK6vqDzAiIYQQ4v4oikJOTk6++R7Fw0fR60k7+ic5N25gVq0aNq1aPlY9NIS4H0W13d9NJgovZ05OTpK0eMj5+/vTvn374gu61Kv4YMrZihUr8PLyokaNGoSHhzNlyhQGDBggCY1K4s6dOxw4cIA9e/YwevRoU4cjKti8efPo3r07tra2bN26leXLl/+TTP27lwZmVjhaOuJo6Wi6QIUQohKysqouSQshhBCPFI1GIwmNR4RGp8O2bRtThyHEI02SGkLcI29ujbLSG/ToFT0WusrXvS4+Pp7333+f+Ph4PDw86N+/P7NmzTJ1WOJvI0eO5MiRI7z99tvlOqSbqJwOHz7M3LlzSU5OxsvLi0WLFvHKK6/krsxLaphLwlEIIYQQQohH2eXLl3F3dy92OHMhHlZpSVlkZ+bgWO3hHOVEVE6lHn5q06ZNBVek0WBlZYW3t7c63n9lVNHDT4nHkD4bNDrQaknISOBKyhXsLeyp7VDb1JEJIR5Wt89BRiKKQ3WwdTWeQLwSk5+jQgghhBBClFx6ejrz5s3DzMyMN954A3t7e1OHJES5Orn3Mnt/jKZeC1eeGuVv6nDEQ6DChp/q27cvGo2Ge3Mhecs0Gg2dOnVSJ/wV4pF26yxkJkMVL7ByVHtnZBuyTRyYEOLhpgWNlgQMXLsThZOlE+627qYOSgghhBBCCFGOTp8+jV6vp0qVKpLQEI+kqrVyz+uMVGknE+VLW9oP7Nixg9atW7Njxw4SExNJTExkx44dtGnThs2bN/O///2PW7duMXHixIqIV4jKRfv3eJdZqQBYm1lT37k+9Zwevvk2hBCVSBVPcG9CBrlD2gkhhBBCCCEePSdPngRy5/YU4lHk6unAiLmd6Ptmc1OHIh4xpe6pMWHCBL766is6dOigLnvyySexsrJi1KhRnDp1igULFjBy5MhyDVSISsnCFtJvq0kNjUZTKefSEEI8hDQa3GzdcLR0RKfRmToaIYQQQgghRDlKTU3l3LlzgCQ1xKNLq9Vg4yDtZKL8lTqpERMTU+B4Vg4ODurNuH79+ty8efP+oxOisrOwzf03Kw0UA2hK3flJCCGMKQr8PYeGVqPFxlwmUxNCCCGEEOJRExkZiaIoeHh44OLiYupwhKhwedMWCFEeSt0C27JlSyZNmsSNGzfUZTdu3GDy5Mm0bt0agDNnzlCzZs3yi1KIysrMKneScAyQnQ5AjiGHqylXOZ94Pt/cM0IIUazES3AtAtJumzoSIYQQQgghRAWRoafE40KfbWBnaAQr3j1AVnqOqcMRj4hSJzW++eYbYmNjqVmzJt7e3tSvX5+aNWty/vx5vv76awBSUlIICQkp92CFqHQ0mrt6a+QOQaXVaEnITCA1O1UmDBdClF52OugzSTVkcSPtBmnZaaaOSAghhBBCCFGOUlJSOH/+PACNGjUybTBCVDCduZb4c4mk3MnkctQdU4cjHhGlHn7K19eXyMhItm/fTnR0NIqi0KBBA7p3745Wm5sj6du3b3nHKSpYly5daNasGQsWLADA09OT4OBggoODS1XP8OHDSUhIYMOGDeUeoyloNBrWr19f9DltYQuZSUZJDTcbN8y15pViHPx7v1shHmXTp09nw4YNhIWFAaa/J5X6+lMUyM4AIEnJ4XbaLVysXWQIKiGEEEIIIR4hdnZ2jB07lgsXLuDk5GTqcISocB2e98bCSodHPSdThyIeEWWaAECj0fDUU08xfvx4JkyYQFBQkJrQELkURc+dOweJj9/EnTsHURR9hW5v+PDhaDSafK+zZ89WyPbOnz+PRqNRGw7zLFy4kNDQ0ArZZmFSUlIwNzdn9erVRssHDhyIRqMhJibGaHm9evV49913yy8AS3uwcQFrZyD3u6hqUxVHK0esLK1wc3Oje/fufPvttxgMhvLb7mOqS5cuJUq2denSRb0OtFotbm5u9O/fnwsXLpRrPHv27EGj0ZCQkFCu9VZG6enpTJs2DV9fXywtLalatSr/+te/OHXqlKlDK7O87y/v5eLiQteuXdm/f3+Z6rn3PFi3bh0ffPBBySvKyQQMgBYbC3scLR2xNbctVSxCCCGEEEKIyq9atWq0atXK1GEI8UB4NatGzQZV0JlL+7EoH6XuqQGwa9cudu3axfXr1/M10n777bflEtjD7Pr17USfmUlmZry6zNLSHZ/67+PqGlRh233qqadYtmyZ0bJq1apV2PYK4ujo+EC3B7lPOLRq1Yrdu3czcOBAdfnevXupVasWu3fvpl69egBcvnyZc+fOERgYWH4BWNj+MwTV3/K+C71ez7Vr19i2bRsTJkzg//7v/9i0aRNmZmW69EQpvfrqq8ycORNFUbhw4QLBwcG88MIL7Nu3z9ShPXQyMzPp1q0bFy9e5JNPPqFt27Zcu3aNjz/+mLZt27Jz507atWtXYdvPysrCwsKiwuqPiorCwcGBGzdu8OGHH/L0008THR2Nq6vrfdVbpUqV0n0gJ3duHsytcLR0xNHywd9ThRBCCCGEEEIIISqzUqfHZsyYQY8ePdi1axc3b97kzp07Rq/H3fXr2zlxcqxRQgMgM/MaJ06O5fr17RW2bUtLS9zd3Y1eOp2O4cOH5xs+KTg4mC5dupR5W3Xr1gWgefPmaDQata57t9WlSxfGjRtHcHAwzs7OuLm58dVXX5GamsqIESOwt7enXr16bN261aj+iIgIevXqhZ2dHW5ubgwbNoybN28WGk9gYCB79uxR30dGRpKens7rr79utHz37t2Ym5vTsWNHAH7++WdatmyJlZUVXl5ezJgxg5wc40mL4uLi6NmzJ9bW1tStW5c1a9YUe3wsLS1xruqMtYs1jZs15t1332Xjxo1s3brVqCdLYmIio0aNwtXVFQcHB7p27Up4eDiQ28iq0Wg4ffq0Ud3z58/H09NTnYS8tMfqzp07vPjiizg7O2NjY0PPnj05c+aMuj40NBQnJyc2bNiAj48PVlZWdO/enUuXLqllpk+fTrNmzfj222+pXbs2dnZ2jBkzBr1ez9y5c3F3d8fV1ZVZs2YZbbuo/b273u+++w5PT08cHR0ZNGgQycnJQO75tXfvXhYuXKg+WZ83DmlBbGxscHd3x8PDg3bt2jF27FiOHTtmVGbv3r20adMGS0tLPDw8+Pe//210DmRmZjJ+/HhcXV2xsrKiU6dOHDlyBMjtsZSXIHN2dkaj0TB8+HAADAYDc+bMwdvbG0tLS2rXrm10PKZMmYKPjw82NjZ4eXkREhJCdvY/c7CU9RhrNBoWL15c6nO2OAsWLOCPP/5g8+bNDBgwgDp16tCmTRvWrl1Lw4YNefnll1EUhe3bt2NlZZWvx8L48eMJCAhQ3x84cIDOnTtjbW1NrVq1GD9+PKmpqep6T09PPvzwQ4YPH46joyOvvvpqiY5bWbm6uuLu7k7jxo157733SExM5NChQ+r677//nlatWmFvb4+7uztDhgzh+vXrQNHnwb09izw9Pfnoo48YOXIk9vb21K5dm6+++uqfQLLTOXAknGZdn8fKyopWrVqxYcOGAnvGCSGEEEIIIR4+hw4d4qeffiryb1khHkUJ19I4/utFzp8ovM1KiJIqdVLjyy+/JDQ0lEOHDrFhwwbWr19v9HrUKIqCXp9WoldOTjLR0TMApaCaAIg+M5OcnOQS1ZfXaF0ZHT58GICdO3cSFxfHunXrCi27fPlyqlatyuHDhxk3bhxjxoyhf//+dOjQgWPHjhEUFMSwYcNIS8udDDcuLo6AgACaNWvG0aNH2bZtG9euXWPAgAGFbiMwMJCoqCji4uKA3OTFE088QdeuXfMlNdq2bYuNjQ3bt2/nhRdeYPz48URERLBkyRJCQ0PzNRKHhITQr18/wsPDeeGFFxg8eDCRkZHGASiG3Dk1MpPVRZdTLhOXEqdO8tu1a1eaNm2qHitFUXj66aeJj49ny5Yt/Pnnn7Ro0YInn3yS27dv4+vrS8uWLVm5cqXRpn744QeGDBmCRqMp07EaPnw4R48eZdOmTfzxxx8oikKvXr2MGobT0tKYNWsWy5cvZ//+/SQlJTFo0CCjemJiYti6dSvbtm3jxx9/5Ntvv+Xpp5/m8uXL7N27lzlz5vDee+9x8ODBEu3v3fVu2LCBzZs3s3nzZvbu3cvs2bOB3OHN2rdvz6uvvkpcXBxxcXHUqlWr0H292+3bt1mzZg1t27ZVl125coVevXrRunVrwsPDWbx4Md988w0ffvihWmby5MmsXbuW5cuXc+zYMby9vQkKCuL27dvUqlWLtWvXAqjn38KFCwF45513mDNnDiEhIURERPDDDz/g5uam1mtvb09oaCgREREsXLiQpUuX8umnn97XMc5TonO2lH744Qe6d+9O06ZNjZZrtVrefPNNIiIiCA8Pp1u3bjg5OanHBUCv1/PTTz8xdOhQAE6cOEFQUBDPP/88f/31F6tXr+b333/njTfeMKr7P//5D/7+/vz555+EhISU+Ljdj7S0NLXHm7m5ubo8KyuLDz74gPDwcDZs2EBsbKyauCjqPCjIJ598QqtWrTh+/Divv/46Y8aMUZOXybdv0Ht4MI38/Thy9AgffPABU6ZMKbf9E0IIIYQQQpjW8ePHiYiIKPJhRCEeRWf/vM6BdWeJ3B9n6lDEo0AppSpVqihnz54t7ccqjcTERAVQEhMT861LT09XIiIilPT0dHVZTk6qsnOXl0leOTmpJd6vl156SdHpdIqtra36+te//qWu69Onj1H5CRMmKAEBAer7gIAAZcKECer7OnXqKJ9++mmh24uNjVUA5fjx4/niuHtbAQEBSqdOne46njmKra2tMmzYMHVZXFycAih//PGHoiiKEhISovTo0cOo3kuXLimAEhUVVWA8qampirm5ufLDDz8oiqIo/fv3V+bOnatkZ2crdnZ2SnR0tKIoilK3bl0lJCREURRFeeKJJ5SPPvrIqJ7vvvtO8fDwUN8DyujRo43KtG3bVhkzZoxxAGm3FeXKMUW5Fqkeg/iUeOVcwjklKTNJLTZw4EClYcOGiqIoyq5duxQHBwclIyPDqKp69eopS5YsURRFUebPn694eXmp66KiohRAOXXqVImP1d3fbXR0tAIo+/fvV8vfvHlTsba2Vn766SdFURRl2bJlCqAcPHhQLRMZGakAyqFDhxRFUZRp06YpNjY2SlLSP/sWFBSkeHp6Knq9Xl3m6+urfPzxxyXe34LqnTRpktK2bVv1/b3namECAgIUc3NzxdbWVrGxsVEAxcfHR4mNjVXLvPvuu4qvr69iMBjUZf/9738VOzs7Ra/XKykpKYq5ubmycuVKdX1WVpZSvXp1Ze7cuYqiKMru3bsVQLlz545aJikpSbG0tFSWLl1abJx55s6dq7Rs2VJ9X5ZjrCilOGdLycrKqtDjfuzYMQVQVq9erSiKoowfP17p2rWrun779u2KhYWFcvv2bUVRFGXYsGHKqFGjjOrYt2+fotVq1ftvnTp1lL59+xYbV0HHrWnTpur7gu5/d8v7/vLumxqNRgGUli1bKllZWYV+7vDhwwqgJCcnG9Vz93mgKAXfW1944QX1vcFgUFxdXZXFixcriqIoi+d/rLhUcVLOXYtSTt44qVxPva4sXbq0wPttZVTQz1EhhBBCCCFErhs3bijTpk1Tpk+frqSkpJg6HCEeqOsXkpSfPwtTTv7vsqlDEZVYUW33dyt1T41XXnmFH3744X5zKaICBAYGEhYWpr4WLVpULvWOHj0aOzs79VVaTZo0Uf+v0+lwcXGhcePG6rK8p9fzhnL5888/2b17t9E2GzRoAJBv0u88NjY2tGnTRu2VsXfvXrp06YKZmRkdO3Zkz549XLx4kdjYWLp27apuZ+bMmUbbyesBkNdrBKB9+/ZG22rfvn3+p97zJvLNSYe/e9i42bpR17Eu9hb2ajFFUdBoNOr2U1JScHFxMYohNjZW3c9BgwZx4cIF9Un8lStX0qxZM/z8/Mp0rCIjIzEzMzPqreDi4oKvr6/RPpmZmRlNWNagQQOcnJyMynh6emJv/8++ubm54efnh1arNVp29/da3P4WVK+Hh4daR2kNHTqUsLAwwsPD+f333/H29qZHjx7qcFaRkZG0b99e/U4AOnbsSEpKCpcvXyYmJobs7Gx1uDLIfXq/TZs2RfZ8iIyMJDMzkyeffLLQMv/3f/9Hp06dcHd3x87OjpCQEC5evGhUprTHOE+Jztm/rVy50uj7KMt8I8rf53zecRw6dCh79uzh6tWr6jZ69eqFs7MzkHsuhIaGGm03KCgIg8FAbGysWm9Bk+aV5LiVxb59+zh27Bg//vgjderUITQ01KinxvHjx+nTpw916tTB3t5eHXKvLNu++56o0Whwd3dXv8Ooi9do0rQ5OisrAMx1ueebEEIIIYQQ4uF36tQpAOrVq4etrW0xpYV4tFSrbc8zbzSl0RM1TB2KeASUerbijIwMvvrqK3bu3EmTJk2MGn0gd7z/R4lWa02XgBMlKnsn4Qjh4SOLLde06bc4O7Uu0bZLw9bWFm9v7wLq0eYbyqo0Y9DPnDmTiRMnliqWu917jmg0GqNleQ2heZPOGwwGevfuzZw5c/LV5eHhUeh2AgMDWb16NadOnSI9PZ0WLVoAEBAQwO7du7GwsMDKykqdzNhgMDBjxgyef/75fHVZ/d2gWJi7G8EBMLMAnQXos8CQU/CHyG3szpuPxGAw4OHhYTQ8Vh4nJycgd38DAwP54YcfaNeuHT/++COvvfaaWq60x+re8+Du5ffuU759vGdZcd9r3rK7v9fi9rewevPqKC1HR0f1mvD29uabb77Bw8OD1atX88orrxS433c30N/bWH93mYKOTx5r66Kv3YMHDzJo0CBmzJhBUFAQjo6OrFq1ik8++cSoXGmPcVEKi/fZZ581SnLVqFHwLxc+Pj5EREQUuC5v6KT69esD0KZNG+rVq8eqVasYM2YM69evV4d0gtxz4bXXXmP8+PH56qpdu7b6/3t/yS/pcSuLunXr4uTkhI+PDxkZGTz33HOcPHkSS0tLUlNT6dGjBz169OD777+nWrVqXLx4kaCgILKyskq9raK+w7xzq7ZDbXIMOWjQVOqhCIUQQgghhBAld/LkSQAaNWpk4kiEEOLhVuqkxl9//UWzZs2Af27GeYpq5HtYaTQadDqbEpV1qdIJS0t3MjOvUfC8GhosLd1xqdIJjUZXrnEWpVq1avm+q7CwsHwNa4VxdXXF1dXVaJmFhQWQO1Z+eWvRogVr167F09MTM7OSn6KBgYF8+OGH/PDDD3Tq1AmdLvcYBwQE8Nlnn2FpaUn79u3VhEWLFi2IiooqMBF0t4MHD/Liiy8avW/evHn+gua2BSY1FEXBoBjYu2cvJ06c4M0331S3Hx8fj5mZGZ6enoVuf+jQoUyZMoXBgwcTExNjNLdFaY+Vn58fOTk5HDp0iA4dOgBw69YtoqOjadiwoVouJyeHo0ePqk+IR0VFkZCQoPYCKYuS7m9xLCwsynze5Z0T6enpQO7xWLt2rVGS4sCBA9jb21OjRg2qVKmChYUFv//+O0OGDAFyE4JHjx5VJ38u6FqoX78+1tbW7Nq1i1deeSVfHPv376dOnTpMnTpVXXbhwoUy7VNBSnzOkjtHxd29QQozaNAgpk6dSnh4uNG8GgaDgU8//RQ/Pz+j5UOGDGHlypXUrFkTrVbL008/ra5r0aIFp06dKvbau1dFH7c8w4YNY+bMmXzxxRe8+eabnD59mps3bzJ79mx1DpejR48afaZc7omGHBr4+rBy5UoyMzOxtLQscFtCCCGEEEKIh8+1a9e4ceMGOp3uvv62FuJhl5Ol5+blFNy9HE0diniIlXr4qd27dxf6+u233yoixoeGRqPDp/77ee/uXQuAT/2QB5rQgNwJqo8ePcqKFSs4c+YM06ZNy5fkKC1XV1esra3ViakTExPLKVoYO3Yst2/fZvDgwRw+fJhz587x66+/MnLkyCIbDDt06IClpSWfffYZAQEB6vLWrVuTmJjI2rVrCQwMVJe///77rFixgunTp3Pq1CkiIyNZvXo17733nlG9a9as4dtvvyU6Oppp06Zx+PDhfBMaA2Dx91PlhmwyMzOJj4/n5NmTrNu9jvdmvkefPn145pln1Mbmbt260b59e/r27cv27ds5f/48Bw4c4L333jNqxHz++edJSkpizJgxBAYGGj1JX9pjVb9+ffr06cOrr77K77//rk4kXaNGDfr06aOWMzc3Z9y4cRw6dIhjx44xYsQI2rVrd1/D4JR0f4vj6enJoUOHOH/+PDdv3iyyl0JaWhrx8fHEx8cTHh7O66+/jpWVFT169ADg9ddf59KlS4wbN47Tp0+zceNGpk2bxltvvYVWq8XW1pYxY8YwadIktm3bRkREBK+++ippaWm8/PLLANSpUweNRsPmzZu5ceMGKSkpWFlZMWXKFCZPnsyKFSuIiYnh4MGDfPPNN0Bur5GLFy+yatUqYmJiWLRoEevXry/zsb1Xic/ZUnjzzTdp06YNvXv3Zs2aNVy8eJEjR47Qr18/IiMj+eabb4wS20OHDuXYsWPMmjWLf/3rX0a9n6ZMmcIff/zB2LFjCQsL48yZM2zatIlx48YVGUNFH7c8Wq2W4OBgZs+eTVpaGrVr18bCwoLPPvuMc+fOsWnTJj744AOjzxR0HpRa4hWGdG2CwaBn1KhRREZGsn37dubNmwc8mg8OCCGEEEII8bjIa4fx9vYutne/EI+q9JQsvn57H+v+8ycZqSUfRUaIe5U6qSGK5uoaRGP//2Jp6Wa03NLSncb+/8XVNeiBxxQUFERISAiTJ0+mdevWJCcnGz3FXRZmZmYsWrSIJUuWUL16daMG8ftVvXp19u/fj16vJygoCH9/fyZMmICjo6PRXAL3yhtaKjk5WR3vHnIb6Nu3b09ycrJRUiMoKIjNmzezY8cOWrduTbt27Zg/fz516tQxqnfGjBmsWrWKJk2asHz5clauXKnOaWFETWro2bZtGx4eHjRv2JxRA0exb+8+Fi1axMaNG9XeAhqNhi1bttC5c2dGjhyJj48PgwYN4vz58+o8IwAODg707t2b8PBwhg4det/HatmyZbRs2ZJnnnmG9u3boygKW7ZsMeq5Y2Njw5QpUxgyZAjt27fH2tqaVatWFXrsS6Kk+1uciRMnotPp8PPzU4cBKszSpUvx8PBQh/G6ceMGW7ZswdfXF8gdamnLli0cPnyYpk2bMnr0aF5++WWjxNbs2bPp168fw4YNo0WLFpw9e5bt27er80PUqFGDGTNm8O9//xs3Nzc1eRASEsLbb7/N+++/T8OGDRk4cKA6b0KfPn148803eeONN2jWrBkHDhwgJCSk1Me0MCU+Z0vBysqK3377jZdeeol3330Xb29vnnrqKXQ6HQcPHlSHdctTv359WrduzV9//ZXvvG3SpAl79+7lzJkzPPHEEzRv3pyQkJAih5eDij9udxs5ciTZ2dl8/vnnVKtWjdDQUNasWYOfnx+zZ89WEw15CjsPSiUnHQd7W75b9Q1Hjh2hWbNmTJ06lfffz02WFzcsnhBCCCGEEKLyqlKlCh4eHvj7+5s6FCFMxtrOAgcXK2ydLEm6mW7qcMRDTKOUYLDu559/ntDQUBwcHAqcf+Bu69atK7fgKkJSUhKOjo4kJibi4OBgtC4jI4PY2Fjq1q17341HiqInIeEImZnXsbR0xcmp9QPvoSEeMEWB+L9AMUC1BmBujd6gJ8uQhZXO6qF5yjo0NJTg4GASEhJMHYooA41Gw/r16+nbt6+pQxGloSgQFw4onLNxID0ngxr2NXCydGLlypWMGDGCxMTESv9EV3n+HBVCCCGEEOJRVNwcjUI86tJTsrCyNZfrQBSoqLb7u5VowgJHR0f1RHNwcJCTrgQ0Gh3Ozu2KLygeHRoNONbKnTDcLHcsfJ1Wh3UpJ3wXQjyGcjIABTRadqzbSfXa1THzNGPPyT1MmTKFAQMGVPqEhhBCCCGEEKJ40qYmHnfWdhamDkE8AkqU1Fi2bJn6/9DQ0IqKRYiHn00VU0cghHgYZf/d7dbMmsSbiXw882Pi4+Px8PCgf//+zJo1y7TxCSGEEEIIIcrEYDBw6tQp6tevL72ZhbiH9FwSZVXqOTW6du1a4LA0SUlJdO3atTxiEuKRkq3P5lrqNa6mXDV1KCUyfPhwGXrqIaYoigw99TDK+TupYW7N5MmTOX/+vDqU06effoqNjY1p4xNCCCGEEEKUyeXLl1m7di2fffYZer3e1OEIUSmc2neFH2ce4uTeK6YORTykSp3U2LNnD1lZWfmWZ2RksG/fvnIJSoiHWvodSLgE+mwAFBRupt8kITMBg2IwcXBCiErp754aaTod6Tnpcq8QQgghhBDiEXHy5EkA6tWrh04nc60KAZCZlsPtq6lcjLht6lDEQ6pEw08B/PXXX+r/IyIiiI+PV9/r9Xq2bdtGjRo1yjc6IR5GyfG54+Nb2oO1E+Zac6pYVcHKTLqZCiEKYeUIGh3xOWmkJ9xRJwkXQgghhBBCPLwMBgMREREA+Pv7mzgaISqPei1csXexolYDGcZdlE2JkxrNmjVDo9Gg0WgKHGbK2tqazz77rFyDE+KhZGGbm9TISgVrJzQaDR52HqaOSghRmdlWA9tqmCVdRGvIxlonk4ILIYQQQgjxsLtw4QIpKSlYWVnh5eVl6nCEqDQcq1njWE3+7hVlV+KkRmxsLIqi4OXlxeHDh6lWrZq6zsLCAldXV+lGJwTkJjXSbuUmNYQQohRqO9RGURRThyGEEEIIIYQoB3lDT/n5+WFmVuImOCGEEMUo8R21Tp06QG7XOSFEESzscv/NTgODAbS5U9fkGHJIy07DzsIOrabU09kIIR5VORmABnQW8HePSCGEEEIIIcTDTa/Xy9BTQhQhKz2HmOM3SLyeRru+9UwdjnjIlDlNHBERwcWLF/NNGv7ss8/ed1BCPNR0FqA1A0NObmLD0g5FUTibcBa9QU9dx7rYmNuYOkohRGWRHA/pd8DeA+zdTR2NEEIIIYQQohxcvXqV9PR0bG1t8fT0NHU4QlQ62Vl6flsRCRpo2q0W1nYWpg5JPERK/bj4uXPnaNq0Kf7+/jz99NP07duXvn378txzz/Hcc89VRIziAejSpQvBwcHqe09PTxYsWFDqeoYPH07fvn3LLS5T02g0bNiwobQfyh2CCtQhqDQaDTZmNliaWWJQHmxvp3u/WyEeJuV9/k6fPp1mzZqVW33lIjsdgPM5KcQmxpKek17qKkJDQ3FycirnwIQQQgghhBBlVatWLd5880369euHViujNQhxL1tHS3zauNGqpycPuKlMPAJKfVedMGECdevW5dq1a9jY2HDq1Cn+97//0apVK/bs2VMBIYqSGD58uDqR+92vs2fPVsj2zp8/j0ajISwszGj5woULCQ0NrZBtFiYlJQVzc3NWr15ttHzgwIFoNBpiYmKMlterV4933323wuIZPnw4Gpd6aGq0wLxKTdzc3OjevTs71uzAy8ELu7zhqUSZlLSRu0uXLup1oNVqcXNzo3///ly4cKFc49mzZw8ajYaEhIRyrbcyysrKYu7cuTRt2hQbGxuqVq1Kx44dWbZsGdnZ2RWyzXXr1vHBBx9USN0Pmqenp3pOWltb06BBA/4zdy5KdgYKkGbIIi07DW0xP5oLSjoPHDiQ6OjoigteCCGEEEIIUWqOjo4yQbgQReg+shFtn/XCxkF6aYjSKXVS448//mDmzJlUq1YNrVaLVqulU6dOfPzxx4wfP74iYnyo/Cc2jvnn4wtcN/98PP+JjauwbT/11FPExcUZverWrVth2yuIo6PjA39a2M7OjlatWrF7926j5Xv37qVWrVpGyy9fvsy5c+cIDAys0JieCgoi7vIFzp8/z9atWwkMDCQ4OJhnnnmGnJycCt22+Merr75KXFwcV65cYePGjVy6dIkXXnjB1GE9lLKysggKCmL27NmMGjWKAwcOcPjwYcaOHctnn33GqVOnylx3QQmRvGVVqlTB3t6+zHVXNjNnziQuLo7IyEgmTpzIu1On8tX3/wcaHV6OXtSwq4GFrvS/zFlbW+Pq6loBEQshhBBCCCFKS1EUU4cghBCPtFInNfR6PXZ2uU+aV61alatXrwK5E4lHRUWVb3QPIZ1Gw9zY+HyJjfnn45kbG4+uAieAtbS0xN3d3eil0+kKHBIqODiYLl26lHlbecmS5s2bo9Fo1Lru3VaXLl0YN24cwcHBODs74+bmxldffUVqaiojRozA3t6eevXqsXXrVqP6IyIi6NWrF3Z2dri5uTFs2DBu3rxZaDyBgYFGPYUiIyNJT0/n9ddfN1q+e/duzM3N6dixIwA///wzLVu2xMrKCi8vL2bMmJEv6RAXF0fPnj2xtrambt26rFmzptjjY2llhXuN2tSoUYMWLVrw7rvvsnHjRrZu3cqyZcvUX3ASExMZNWoUrq6uODg40LVrV8LDwwGIiopCo9Fw+vRpo7rnz5+Pp6enWkdpj9WdO3d48cUXcXZ2xsbGhp49e3LmzBl1fd4wNhs2bMDHxwcrKyu6d+/OpUuX1DJ5Q/h8++231K5dGzs7O8aMGYNer2fu3Lm4u7vj6urKrFmzjLZd1P7eXe93332Hp6cnjo6ODBo0iOTkZCD3/Nq7dy8LFy5Un3g/f/58oftqY2ODu7s7Hh4etGvXjrFjx3Ls2DGjMnv37qVNmzZYWlri4eHBv//9b6NzIDMzk/Hjx+Pq6oqVlRWdOnXiyJEjQG6PpbwEmbOzMxqNhuHDhwNgMBiYM2cO3t7eWFpaUrt2baPjMWXKFHx8fLCxscHLy4uQkBCjxv2yHmONRsPixYtLfc4WZ8GCBfzvf/9j165djB07lmbNmuHl5cWQIUM4dOgQ9evXBwruRdCsWTOmT59uFOOXX35Jnz59sLW15cMPPzTaXy8vLywtLVEUJV/PnMzMTCZPnkytWrWwtLSkfv36fPPNN0DBQzBt2LChyIm3C+r507dvX/V7zNunDz/8kBdffBE7Ozvq1KnDxo0buXHjBn369MHOzo7GjRtz9OjRYo+jvb097u7ueHp68sorr9DE349f/3cQjbk1VmZW3Lpyi759++Lm5oadnR2tW7dm586dRvFeuHCBN998U70GCtr34q4lgOTkZIYOHYqtrS0eHh58+umnMlydEEIIIYQQ5WD9+vV89913XL582dShCFHpKQaF6xeSSE3MNHUo4iFS6qSGv78/f/31FwBt27Zl7ty57N+/n5kzZz7SXepS9fpCXxn6fwZ+e8vTneA6rsyNjWf2uauk6vXMPneVubHxBNdxZUwt1xLVW9kdPnwYgJ07dxIXF8e6desKLbt8+XKqVq3K4cOHGTduHGPGjKF///506NCBY8eOERQUxLBhw0hLSwNykwgBAQE0a9aMo0ePsm3bNq5du8aAAQMK3UZgYCBRUVHExeX2hNm9ezdPPPEEXbt2zZfUaNu2LTY2Nmzfvp0XXniB8ePHExERwZIlSwgNDc3XSBwSEkK/fv0IDw/nhRdeYPDgwURGRpb6mHXt2pVGjRvx/U/fczvjNoqi8PTTTxMfH8+WLVv4888/adGiBU8++SS3b9/G19eXli1bsnLlSqN6fvjhB4YMGYJGoynTsRo+fDhHjx5l06ZN/PHHHyiKQq9evYwa1NPS0pg1axbLly9n//79JCUlMWjQIKN6YmJi2Lp1K9u2bePHH3/k22+/5emnn+by5cvs3buXOXPm8N5773Hw4EGAYvf37no3bNjA5s2b2bx5M3v37mX27NlA7vBm7du3V3tgxMXFUatWrRId/9u3b7NmzRratm2rLrty5Qq9evWidevWhIeHs3jxYr755hs+/PBDtczkyZNZu3Yty5cv59ixY3h7exMUFMTt27epVasWa9euBVDPv4ULFwLwzjvvMGfOHEJCQoiIiOCHH37Azc1Nrdfe3p7Q0FAiIiJYuHAhS5cu5dNPP72vY5ynvM7Zu61cuZJu3brRvHnzfOvMzc2xtbUtVX3Tpk2jT58+nDhxgpEjRwJw9uxZfvrpJ9auXZtvaLs8L774IqtWrWLRokVERkby5Zdfqon2ivTpp5/SsWNHjh8/ztNPP82wYcN48cUXeeGFF9Tz4sUXXyzxE1mKorBnzx4io6IxNzMDc2sgdzi9Xr16sXPnTo4fP05QUBC9e/fm4sWLQO5wXDVr1lR7fOTd8wpS1LUE8NZbb7F//342bdrEjh072LdvX76knxBCCCGEEKJ0srKyiIyMJCYmpsgHrIQQubYtPcmaj49y9uh1U4ciHiZKKW3btk1Zu3atoiiKEhMTozRs2FDRaDRK1apVlZ07d5a2ugcuMTFRAZTExMR869LT05WIiAglPT093zq3344X+hoSFmNU1nNPeKFl+x6LNirbcN9fBZYrrZdeeknR6XSKra2t+vrXv/6lruvTp49R+QkTJigBAQHq+4CAAGXChAnq+zp16iiffvppoduLjY1VAOX4ceNY791WQECA0qlTJ/V9Tk6OYmtrqwwbNkxdFhcXpwDKH3/8oSiKooSEhCg9evQwqvfSpUsKoERFRRUYT2pqqmJubq788MMPiqIoSv/+/ZW5c+cq2dnZip2dnRIdnXvc69atq4SEhCiKoihPPPGE8tFHHxnV89133ykeHh7qe0AZPXq0UZm2bdsqY8aMKfTYqMcgI0lRbp5VlITL6rq+/+qrePl4KReTLiq7du1SHBwclIyMDKPP16tXT1myZImiKIoyf/58xcvLS10XFRWlAMqpU6dKfKzu/m6jo6MVQNm/f79a/ubNm4q1tbXy008/KYqiKMuWLVMA5eDBg2qZyMhIBVAOHTqkKIqiTJs2TbGxsVGSkpLUMkFBQYqnp6ei1+vVZb6+vsrHH3+sKIpSov0tqN5JkyYpbdu2Vd/fe64WJiAgQDE3N1dsbW0VGxsbBVB8fHyU2NhYtcy7776r+Pr6KgaDQV323//+V7Gzs1P0er2SkpKimJubKytXrlTXZ2VlKdWrV1fmzp2rKIqi7N69WwGUO3fuqGWSkpIUS0tLZenSpcXGmWfu3LlKy5Yt1fdlOcaKUrZztiSsra2V8ePHF1uuoHtH06ZNlWnTphnFGBwcbFRm2rRpirm5uXL9+nWj5Xd/33nn/44dOwrc9rJlyxRHR0ejZevXr1fu/lE3bdo0pWnTpgXWn6dPnz7KSy+9ZLRPL7zwgvo+756Vdy9RFEX5448/FECJi4srMLa8eiwsLBRbW1vF3NxcARQrK0tl/4Zlys2Ei0pCRoKSo8/J9zk/Pz/ls88+M6rn3mN8774Xdy0lJSUp5ubmypo1a9T1CQkJio2NTYmur8IU9XNUCCGEEEKIx8GJEyeUadOmKQsWLDD6W1MIUbBj2y8oSybsUQ5vPmfqUEQlUFTb/d3MSpsECQoKUv/v5eVFREQEt2/fVodeEaYTGBjI4sWL1felfXK6MKNHj+b7779X36ekpJTq802aNFH/r9PpcHFxoXHjxuqyvKfXr1/Pzcj++eef7N69u8Cnr2NiYvDx8cm33MbGhjZt2rBnzx4GDx7M3r17mTRpEmZmZnTs2JE9e/ZgaWlJbGwsXbt2Vbdz5MgRo54Zer2ejIwM0tLSsLGxAaB9+/ZG22rfvn2hT5EbMeghMwn0WUANAMw0ZljoLKhuW51Vf64iJSUFFxcXo4+lp6erk5sPGjSISZMmcfDgQdq1a8fKlStp1qwZfn5+ZTpWkZGRmJmZGfVWcHFxwdfX1+hJfjMzM1q1aqW+b9CgAU5OTkRGRtKmTRsgd0ieu+c6cHNzQ6fTodVqjZbd/b0Wt78F1evh4aHWUVpDhw5l6tSpAFy7do2PPvqIHj168Oeff2Jvb09kZCTt27c3und17NiRlJQULl++TEJCAtnZ2epwZZDbK6FNmzZF9nyIjIwkMzOTJ598stAy//d//8eCBQs4e/YsKSkp5OTk4ODgYFSmtMc4T2nO2ZUrV/Laa6+p77du3coTTzyRr5yiKOV6j7/7/MpTp04dqlWrVuhnwsLC0Ol0BAQElFscJXX3fSzvnlXYfczd3b3QeiZNmsTw4cO5ceMGU6dOpesTHWgf2J3I7ESU5CQ8zD2YPWs2mzdv5urVq+Tk5JCenq721CiNoq6lc+fOkZ2drV7PkDsnkq+vb6m3I4QQQgghhPjHyZMnAWjUqJG0kwlRAv4BNWjyZE10ulIPKCQeY6VOahSkSpUqxMXFMWvWLD7//PPyqLLSiencuNB1Oox/SJ3s1IjPLlxjwYXrWGg0ZCkKwXVcGVfHDe09ZY+09yu3GG1tbfH29s63XKvV5hsSpaCJeQszc+ZMJk6cWOa4zM3Njd5rNBqjZXk/5A0Gg/pv7969mTNnTr66PDw8Ct1OYGAgq1ev5tSpU6Snp9OiRQsAAgIC2L17NxYWFlhZWdGuXTt1OzNmzOD555/PV5eVlVWR+1SiX0ws/k4q5WSAIQe0ZkSdjqKeVz10Wh0GgwEPDw+j4bHy5I2N7+HhQWBgID/88APt2rXjxx9/NGqALu2xuvc8uHv5vftU0D7evay47zVv2d3fa3H7W1i9eXWUlqOjo3pNeHt788033+Dh4cHq1at55ZVXCtzvvGOk0WiM/n9vmaLOAWtr6yLjOnjwIIMGDWLGjBkEBQXh6OjIqlWr+OSTT4zKlfYYF6WweJ999lmjJFeNGjUKLOfj41OiIaxKer8pKOlaXCK2uONalntdST9T0D2rqPtYYapWrYq3tzfe3t6sXbsWb29vWnd8gsYdGpOpz2Tqv6fy66+/Mm/ePLy9vbG2tuZf//oXWVlZRdZbkKLOlaLObSGEEEIIIUTZZGRkqHNW+vv7mzgaIR4O5pY6U4cgHkKlSoFFRETw3//+l6+++oqEhAQAbt68yZtvvomXlxe//fZbRcRYKdjqdIW+rO7JJC65dIMFF64zua47F7s0ZXJddxZcuM6SSzewvqdsYXWWp2rVquUbd71EPQ3+5urqqjbC5TUQW1hYALk9G8pbixYtOHXqFJ6enkbb9fb2LrLRMzAwkDNnzvDDDz/QqVMndH8fx4CAAPbs2cOePXto3769mrBo0aIFUVFR+bbh7e1t9CT8vfMVHDx4kAYNGhS/Izpz0Fnm/j8rjd9++40TJ07Qr18/dfvx8fGYmZnl237VqlXVaoYOHcrq1av5448/iImJMZrborTHys/Pj5ycHA4dOqQuu3XrFtHR0TRs2FBdlpOTYzTpcVRUFAkJCSXb70KUdH+LY2FhUebzLu+cSE9PB3KPx4EDB4wacg8cOIC9vT01atTA29sbCwsLfv/9d3V9dnY2R48eVY9XQddC/fr1sba2ZteuXQXGsX//furUqcPUqVNp1aoV9evX58KFC2Xap4KU5py1t7c3+i4KSxwMGTJEnefhXjk5OaSmpgL57zdJSUnExsaWdVeMNG7cGIPBwN69ewtcX61aNZKTk9VYoPh73b3x6vV69cmqiubs7My4ceOYMnkKHrYe1HWsy++//87w4cN57rnnaNy4Me7u7pw/f97oc/dzDeSpV68e5ubm6vxIkPtd5f0BJoQQQgghhCi906dPo9frqVq1qtGcikKIklEM8qCdKJkSJzU2b95M8+bNGTduHKNHj6ZVq1bs3r2bhg0bEhYWxpo1a4iIiKjIWB8K88/HMzc2nsl13XnLM3cIkrc83Zlc1525sfHMPx//wGPq2rUrR48eZcWKFZw5c4Zp06bdd6Odq6sr1tbW6sTUiYmJ5RQtjB07ltu3bzN48GAOHz7MuXPn+PXXXxk5cmSRDXkdOnTA0tKSzz77zGh4mtatW5OYmMjatWsJDAxUl7///vusWLGC6dOnc+rUKSIjI1m9ejXvvfeeUb1r1qzh22+/JTo6mmnTpnH48GHeeOONIvchMzOT+Ph4rtxM5tiJSD766CP69OnDM888w6Chg7iZfpPmHZvTvn17+vbty/bt2zl//jwHDhzgvffeM0ooPP/88yQlJTFmzBgCAwONnqQv7bGqX78+ffr04dVXX+X3339XJ5KuUaMGffr0UcuZm5szbtw4Dh06xLFjxxgxYgTt2rUzGqqmtLp161ai/S2Op6cnhw4d4vz589y8ebPIJ+PT0tKIj48nPj6e8PBwXn/9daysrOjRowcAr7/+OpcuXWLcuHGcPn2ajRs3Mm3aNN566y20Wi22traMGTOGSZMmsW3bNiIiInj11VdJS0vj5ZdfBnKHTNJoNGzevJkbN26QkpKClZUVU6ZMYfLkyaxYsYKYmBgOHjzIN998A+T2Grl48SKrVq0iJiaGRYsWsX79+jIf23uV5ZwtTnBwMB07duTJJ5/kv//9L+Hh4Zw7d46ffvqJtm3bqo3hXbt25bvvvmPfvn2cPHmSl156SU0m3S9PT09eeuklRo4cyYYNG4iNjWXPnj389NNPALRt2xYbGxveffddzp49yw8//EBoaGiRdXbt2pVffvmFX375hdOnT/P666+rSfsKl5XK2JdfJCoqSp1w3tvbm3Xr1hEWFkZ4eDhDhgzJd457enryv//9jytXrnDz5s0ybdre3p6XXnqJSZMmsXv3bk6dOsXIkSPRarXSRV4IIYQQQogyymtr8ff3l9+rhSiFW1dTWP/JMdb+509ThyIeEiVOasyaNYvRo0eTlJTEvHnzOHfuHKNHj2bt2rXs3r2bZ555piLjfGjoFcUooZEnL7GhN8HQHkFBQYSEhDB58mRat25NcnIyL7744n3VaWZmxqJFi1iyZAnVq1c3ahC/X9WrV2f//v3o9XqCgoLw9/dnwoQJODo6GvWguFfe0FLJycl06dJFXW5ubk779u1JTk42SmoEBQWxefNmduzYQevWrWnXrh3z58+nTp06RvXOmDGDVatW0aRJE5YvX87KlSvVOS0Ks23bNjw8PPBs1omnhr7B7v/tY9GiRWzcuBE9eq6lXuN2xm22bNlC586dGTlyJD4+PgwaNIjz588bPdHh4OBA7969CQ8PZ+jQofd9rJYtW0bLli155plnaN++PYqisGXLFqOhamxsbJgyZQpDhgyhffv2WFtbs2rVqiL3uTgajaZE+1uciRMnotPp8PPzo1q1akXONbB06VI8PDzUYbxu3LjBli1b1HkDatSowZYtWzh8+DBNmzZl9OjRvPzyy0aJrdmzZ9OvXz+GDRtGixYtOHv2LNu3b8fZ2VmtY8aMGfz73//Gzc1NTR6EhITw9ttv8/7779OwYUMGDhyozmfQp08f3nzzTd544w2aNWvGgQMHCAkJKfUxLUxZztniWFpasmPHDiZPnsySJUto164drVu3ZtGiRYwfP17tWv3OO+/QuXNnnnnmGXr16kXfvn2pV69eeewWAIsXL+Zf//oXr7/+Og0aNODVV19Ve2ZUqVKF77//ni1bttC4cWN+/PFHpk+fXmR9I0eO5KWXXuLFF18kICCAunXrGt0nKlTKdarpEhk6qB/Tp0/HYDDw6aef4uzsTIcOHejduzdBQUHqUHp5Zs6cyfnz56lXr16Rc5AUZ/78+bRv355nnnmGbt260bFjRxo2bFjs8HtCCCGEEEKIgvn5+eHp6SlDTwlRStZ2Flw9k8C12CTSk0s//LJ4/GiUEg6g7eTkxOHDh/Hx8SEnJwcrKyt+/vlnevbsWdExlqukpCQcHR1JTEzMNylvRkYGsbGx1K1bVxp1RPnITocbp0GjBffGoNGiN+i5knIFG3MbXKxcKt3TG6GhoQQHBz+4p9VFudJoNKxfv56+ffuaOhRRnOsRKDmZRFpaotPo8HL0wlxnXvznKkhqaio1atTgk08+UXsilZb8HBVCCCGEEEIIURZnjlzD1dMex2o2pg5FmFBRbfd3K/FE4UlJSepkvmZmZlhbW+Pj43PfgQrxSDOzAq05mFmCQQ86LTqtjtoOtU0dmRDClAwGyMkk6+8J6Q0YMNOW+EdyuTh+/DinT5+mTZs2JCYmMnPmTIBy7XknhBBCCCGEEEKURP3WMg+NKLlStaBEREQQH587J4SiKERFRRlNyArQpEmT8otOiIedRgNujXL/FUKIPDm5k9VbanQ0qNKAbEO2SXptzZs3j6ioKCwsLGjZsiX79u2jatWqDzwOIYQQQgghHmYpKSlERETg5+eHnZ2dqcMRQohHXomHn8qbPLSg4nnLNRpNkRM5VwYy/JSoLAyKgYycDGzMpVudEI+d1JuQeAks7KGqt6mjKTfyc1QIIYQQQjyODh06xNatW6lVq1aZh3IVQsDFiFuc/+sWjbvUwNnd1tThCBMo9+GnYmNjyyUwIR5bhhz4e3gZvUFP1J0oFEXBp4oP5lrTjaMvhDCBv3tqYG5t2jiEEEIIIYQQ9+3kyZNA7kThQoiy++u3y1w4eQv7KlaS1BBFKnFSo06dOhUZhxCPLkXJnSw8JwNcG4GZBTqtDgudBXqDnmx9tiQ1hHjcZKejAJeVDKzSbuBi7YJWozV1VEIIIYQQQohSSkhI4NKlSwA0atTIxNEI8XCr39oN+ypWuHsV/oS+EFDKOTWEEGWg0fwzp0Z2KphZAODp4IlOozPJOPpCCBNzrElmZhJJGbdI0WdR1VrmsRBCCCGEEOJhdOrUKSD3YeCihkoRQhTPt607vm3dTR2GeAhIUkOIB8HCDrLTISsVrJ0BMNPK5SfEY8vcBp3WHDedGQbFIMlNIYQQQgghHlJ5SQ1/f38TRyKEEI8PGetCiAfB4u9xALNSTBuHEKLSMNeZU9W6Kq42rqYORQghhBBCCFEGt27d4urVq2g0Gho2bGjqcIR4ZCTdTCf+XKKpwxCVmCQ1hHgQzP9OamSng0GvLr6RdoOYhBiSs5JNFJgQ4oHLSITUG5CdYepIhBBCCCGEEPfh6tWraLVa6tati52dnanDEeKREBt+g+/e+4Pd3582dSiiEitTUiMnJ4edO3eyZMkSkpNzG2OvXr1KSoo8hf6w6tKlC8HBwep7T09PFixYUOp6hg8fTt++fcstLlPTaDRs2LDh/isys4C8ycCz09TF2YZsMnIySM1Ovf9tFOLe71aIB6Xcrp9HTdotlMTLpKbfQn9XkrO8ybUvhBBCCCFExWrcuDETJ06kV69epg5FiEeGez1HtDoNljZm5GRX3N/M4uFW6qTGhQsXaNy4MX369GHs2LHcuHEDgLlz5zJx4sRyD/BhcyUhnZNXEgt9XUlIr5DtDh8+HI1Gk+919uzZCtne+fPn0Wg0hIWFGS1fuHAhoaGhFbLNwqSkpGBubs7q1auNlg8cOBCNRkNMTIzR8nr16vHuu+9WWDx3fxfm5ua4ubnRvXt3vl2zBYPBkDuvxt+cLJ2oaV8TF2uXCovnUVPShtouXbqo34NWq8XNzY3+/ftz4cKFco1nz549aDQaEhISyrXeyiY0NBQnJ6cK387169d57bXXqF27NpaWlri7uxMUFMQff/xR4dsuL8WeE9npZGo0/LT7V8x0Zup56uLiQteuXdm/f3+5bG/dunV88MEHZdsJIYQQQgghRInY2NhQtWpVU4chxCPD2s6CV+Z35vmJLTEz15k6HFFJlXqm4gkTJtCqVSvCw8NxcfmnIfa5557jlVdeKdfgHjZXEtLpOm8PmTmGQstYmmn5bWIXajhZl/v2n3rqKZYtW2a0rFq1auW+naI4Ojo+0O0B2NnZ0apVK3bv3s3AgQPV5Xv37qVWrVrs3r2bevXqAXD58mXOnTtHYGBghcaU913o9XquXbvGtm3bmPDuTP5v01Y2rV+rXng25jYVGsfj7tVXX2XmzJkoisKFCxcIDg7mhRdeYN++faYOTRSiX79+ZGdns3z5cry8vLh27Rq7du3i9u3bpg6tRLKzs4suYNCDPoscjQadJveXs6ioKBwcHLhx4wYffvghTz/9NNHR0bi63t9cG1WqVLmvzwshhBBCCCEKl5WVhYWFhanDEOKRZG4pyQxRtFL31Pj9999577338t2469Spw5UrV8otsIfRndSsIhMaAJk5Bu6kZlXI9vOear77pdPpChwSKjg4mC5dupR5W3Xr1gWgefPmaDQata57t9WlSxfGjRtHcHAwzs7OuLm58dVXX5GamsqIESOwt7enXr16bN261aj+iIgIevXqhZ2dHW5ubgwbNoybN28WGk9gYCB79uxR30dGRpKens7rr79utHz37t2Ym5vTsWNHAH7++WdatmyJlZUVXl5ezJgxg5ycHKO64+Li6NmzJ9bW1tStW5c1a9YUe3zyvosaNWrQokUL3n33XTZu3MTWnXsIXbVOLZeYmMioUaNwdXXFwcGBrl27Eh4eDuQ2dGo0Gk6fNh5DcP78+Xh6eqIoSpmO1Z07d3jxxRdxdnbGxsaGnj17cubMGXV93hP5GzZswMfHBysrK7p3786lS5fUMtOnT6dZs2Z8++231K5dGzs7O8aMGYNer2fu3Lm4u7vj6urKrFmzjLZd1P7eXe93332Hp6cnjo6ODBo0SB3mbvjw4ezdu5eFCxeqT7efP3++0H21sbHB3d0dDw8P2rVrx9ixYzl27JhRmb1799KmTRssLS3x8PDg3//+t9E5kJmZyfjx43F1dcXKyopOnTpx5MgRILfHUl6CzNnZGY1Gw/DhwwEwGAzMmTMHb29vLC0tqV27ttHxmDJlCj4+PtjY2ODl5UVISIhRg3hZj7FGo2Hx4sWlPmfLYvHixdSrVw8LCwt8fX357rvv8pUpzfWTkJDA77//zpw5cwgMDKROnTq0adOGd955h6effhoouJdYQkICGo1Gvdbzei788ssvNG3aFCsrK9q2bcuJEyfUz5TkPC/JPmo0Gr788kv69OmDra0tr7zySqHnBJA7rw5gpzGjtkNtAFxdXXF3d6dx48a89957JCYmcujQIfUj33//Pa1atcLe3h53d3eGDBnC9evX1eNR2PYKGlbwo48+YuTIkdjb21O7dm2++uoro/05cOAAzZo1w8rKilatWrFhw4YCe+UJIYQQQgjxOFMUhSVLlvD1118X+fe3EOL+GPQGtf1LiLuVOqlhMBjQ6/OPZ3b58mXs7e3LJajKKC0rh7SsHKMLKSvHQFpWDpk5ZR/fLa9eg+GferP1RSdGKoPDhw8DsHPnTuLi4li3bl2hZZcvX07VqlU5fPgw48aNY8yYMfTv358OHTpw7NgxgoKCGDZsGGlpuXNNxMXFERAQwP+zd+fxNR39A8c/N8nNvgiyF0EIqX0P2ogiKL9oVe2lVItW0VpaFVu1RVuKtqpqbW1VtdRjKR7yaGy1pUgkGrEntWeX7c7vjzSnubJHCPp9v173VXfO3DnfmTP35nnOnJlp0KABR44cYfv27fz111+8/PLL+Z7D39+fiIgIYmJigKzBi2eeeYa2bdvmGtRo3rw51tbW7Nixg379+vH2228TFhbGwoULWbZsWa6bxEFBQXTv3p3Q0FD69etH7969CQ8PL3abtW3blvr162ttpZTi+eef52rMVdZsWEPwgWAaNWrEc889x61bt/D29qZx48asXLnSqJxVq1bRp08fdDpdidpq4MCBHDlyhM2bN3PgwAGUUnTu3NnohnpycjIfffQRy5cvJyQkhPj4eHr16mVUTlRUFNu2bWP79u2sXr2aJUuW8Pzzz3P58mWCg4OZOXMmEydO5ODBg0b1jY2NZevWrRw9etSovjnL3bhxI1u2bGHLli0EBwczY8YMIGt5M19fX4YMGUJMTAwxMTFUqlSpSO1/69Yt1q1bR/PmzbW0K1eu0LlzZ5o2bUpoaCgLFixg8eLFTJ8+Xcszbtw41q9fz/Llyzl27BheXl4EBARw69YtKlWqxPr16wG0/jd37lwA3n//fWbOnElQUBBhYWGsWrUKFxcXrVw7OzuWLVtGWFgYc+fOZdGiRcyZM+e+2jhbafXZgmzYsIGRI0fy7rvvcurUKd544w1effVV9uzZU+JYbG1tsbW1ZePGjaSmpt53jGPHjuWzzz7j999/x9nZmf/7v/8rVj8vah0nT55MYGAgJ0+eZNq0afn2CQAy/l6CUJ97tl5ycrI2206v12vpaWlpfPjhh4SGhrJx40aio6O1gYuC+mBePv/8c5o0acLx48cZPnw4w4YN0wZOExIS6Nq1K3Xr1uXYsWN8+OGHjB8/vrBmFkIIIYQQ4l8nNjaWmzdvEhsb+0TfCxOiLO1eHsaSsb9x45Ls4SzyoIrp5ZdfVkOGDFFKKWVra6vOnTunEhISVNu2bdXAgQOLW9xDFxcXpwAVFxeX61hKSooKCwtTKSkpuY5VGb9FVRm/Rd1IuKulzd8dqaqM36LG/xSqlFLq5OU7Wr6CXicv39HKaDjtV1Vl/BYVERuvpa06dKHY9RowYIAyNTVVNjY22uull17SjgUGBhrlHzlypPLz89Pe+/n5qZEjR/5T3ypV1Jw5c/I9X3R0tALU8ePHc8WR81x+fn6qdevW2vuMjAxlY2Oj+vfvr6XFxMQoQB04cEAppVRQUJDq0KGDUbmXLl1SgIqIiMgznqSkJKXX69WqVauUUkr16NFDzZo1S6WnpytbW1sVGRmplFKqatWqKigoSCml1DPPPKM+/vhjo3K+//575ebmpr0H1NChQ43yNG/eXA0bNizftsmrvbP17NlT1a5VS6m0ZLV7925lb2+vrt65qk5dP6Wi70QrpZSqXr26WrhwoVJKqdmzZ6tq1appn4+IiFCAOn36dJHbKue1jYyMVIAKCQnR8t+4cUNZWVmpH3/8USml1NKlSxWgDh48qOUJDw9XgDp06JBSSqnJkycra2trFR//T78NCAhQnp6eKjMzU0vz9vZWn3zyiVJKafW9e/ef79C99c2r3LFjx6rmzZtr7+/tq/nx8/NTer1e2djYKGtrawWomjVrqujoaC3PhAkTlLe3tzIYDFraV199pWxtbVVmZqZKTExUer1erVy5Ujuelpam3N3d1axZs5RSSu3Zs0cB6vbt21qe+Ph4ZWFhoRYtWlRonNlmzZqlGjdurL0vSRsrVbI+WxRLly5VDg4O2vuWLVtqfwuy9ejRQ3Xu3Pm+Yvnpp5+Uo6OjsrS0VC1btlTvv/++Cg0N1Y7n9dtz+/ZtBag9e/Yopf65JmvWrNHy3Lx5U1lZWam1a9dq9Smsnxe1jqNGjTLKk1ef+CfYC0pdOaZU3BUtX/Zvtk6nU4Bq3LixSktLy7eNDh8+rACVkJBQ4Pny+l3v16+f9t5gMChnZ2e1YMECpZRSCxYsUBUqVDD6G7ho0aI8f+vzU9DfUSGEEEIIIZ4Uv/76q5o8ebL2/y+EEKVvy1eh6ss3dqujO86XdSjiISro3n1OxZ6pMWfOHIKDg/Hx8eHu3bv06dMHT09Prly5wsyZM4tV1oIFC6hXrx729vbY29vj6+ubaxmiewUHBxstF/TNN98UtwpPLH9/f06cOKG95s2bVyrlDh06VHuC2tbWttifr1evnvZvU1NTKlSoQN26dbW07KfXs5dTOXr0KHv27DE6Z61atQBybfqdzdrammbNmmmzMoKDg2nTpg1mZma0atWKvXv3cvHiRaKjo2nbtq12nmnTphmdJ3sGQPasEQBfX1+jc/n6+pb4qXeVlozOkAaJ1zh69CiJiYnU8KhBM89mPO3xNLa2tkRHR2v17NWrFxcuXNCexF+5ciUNGjTAx8enRG0VHh6OmZmZ0WyFChUq4O3tbVQnMzMzmjRpor2vVasW5cqVM8rj6elp9ESKi4sLPj4+mJiYGKXlvK6JiYlUqFDBKN6c9c2rXDc3N62M4urbty8nTpwgNDSU3377DS8vLzp06KAtZxUeHo6vry86nU77TKtWrUhMTOTy5ctERUWRnp6uLVcGWU/QN2vWrMA+EB4eTmpqKs8991y+eX766Sdat26Nq6srtra2BAUFcfHiRaM8xW3jbMXpsytXrjS6HkXdbyQ8PNyoXSCr7e49T3G/P927d+fq1ats3ryZgIAA9u7dS6NGjVi2bFmR4srv3OXLly92Py9qHXOWUaj0FO7qdERlJHAz5SYA+/bt49ixY6xevZoqVaqwbNkyo5kax48fJzAwkCpVqmBnZ6ct93dvfymKnL/HOp0OV1dXrf9ERERQr149LC0ttTzNmjUr9jmEEEIIIYR40uzZs4fg4GAgaxWCU6dOAfD0008THBycaza3EOL+NensSffxjWnQrnJZhyIeQcXeKNzd3Z0TJ06wevVqjh07hsFgYPDgwfTt2xcrq+Jtfv3UU08xY8YMvLy8gKxligIDAzl+/DhPP/10rvzR0dF07tyZIUOG8MMPPxASEsLw4cNxcnKie/fuxa1KsYRNCwDASv/PRjWvP1udQa2rYmqiy+9jhfptfNZa6JZm/5T7UuOnSlSWjY2N1pY5mZiY5Fp/rtDNbHOYNm0aY8aMKVFMYLyMCmTdSMuZln1D2WAwaP/t2rVrnoNkbm5u+Z7H39+ftWvXcvr0aVJSUmjUqBEAfn5+7NmzB3NzcywtLWnRooV2nqlTp/Liiy/mKivnTb285LwJXhzhZ89RtZI7pCVhMBhwc3MzWh4rW7ly5YCs+vr7+7Nq1SpatGjB6tWreeONN7R8xW2re/tBzvR765RXHXOmFXZds9NyXtfC6ptfudllFJeDg4P2nfDy8mLx4sW4ubmxdu1aXnvttTzrnd1GOp3O6N/35imoDxT2W3jw4EF69erF1KlTCQgIwMHBgTVr1vD5558b5StuGxckv3j/7//+z2iQy8PDo9Cy8iuzsHYpLJZs2ftbtG/fnkmTJvHaa68xefJkBg4cqA3o5OzLxfk9K24/L0odbWxsinx+KlQnJfkGd+/eJC0za3+lqlWrUq5cOWrWrMndu3d54YUXOHXqFBYWFiQlJdGhQwc6dOjADz/8gJOTExcvXiQgIIC0tOLvz1RQ/yno+yCEEEIIIcS/mYmJiTZwUa1aNeLi4jA3N+evv/7if//7n7bPnRCi9Lh42pd1COIRVuyZGpB1w27QoEF8+eWXfP3117z22mvFHtAA6Nq1K507d6ZmzZrUrFmTjz76CFtb21zrw2f75ptvqFy5Ml988QW1a9fmtddeY9CgQXz22WclqUaxWJubYW1uZnTDx9zMBGtzMyxyDEiUtFyTHAMjetMSXZZ8OTk5aXtNZCvOpq/Ozs54eXlpL0DbKD6v/VXuV6NGjTh9+jSenp5G5/Xy8irw5qG/vz9nz55l1apVtG7dGlPTrOvi5+fH3r172bt3L76+vtqARaNGjYiIiMh1Di8vL6Mn4e/tjwcPHtRmQxTHf//7X06eOk3355+DzFQa1a9HbGwsZmZmuc5fsWJF7XN9+/Zl7dq1HDhwgKioKKM1/4vbVj4+PmRkZBhtQnzz5k0iIyOpXbu2lpaRkcGRI0e09xEREdy5c6dE9c4Za1HqWxhzc/MS97vsPpGSkrWvgY+PD/v37ze6cbt//37s7Ozw8PDAy8sLc3NzfvvtN+14eno6R44c0dorr+9CjRo1sLKyYvfu3XnGERISQpUqVfjggw9o0qQJNWrU4MKFCyWqU16K02ft7OyMrkVRf8tr165t1C6Q1XY5+1FxY8mPj48PSUlJQNbvGWD0m5bf71nOc9++fZvIyEijcxfWz4tax3sV+PtoYoaddUUq2VXCwcIh1+H+/ftjMBj4+uuvAThz5gw3btxgxowZPPPMM9SqVSvXzJzS+j2uVasWf/zxh9F+JjnbRwghhBBCiH8rPz8//P392bNnDzt27ACyHs7LHtDw8/Mr4wiFEOLfpdh3zzdv3pzn65dffmHnzp1ER0eXKJDMzEzWrFlDUlJSruVKsh04cIAOHToYpQUEBHDkyJF8n9RNTU0lPj7e6PVv07ZtW44cOcKKFSs4e/YskydP1qZKlpSzszNWVlbaxtRxcXGlFC28+eab3Lp1i969e3P48GHOnTvHr7/+yqBBgwq8adeyZUssLCyYP3++0f+gaNq0KXFxcaxfv97o6YlJkyaxYsUKpkyZwunTpwkPD2ft2rVMnDjRqNx169axZMkSIiMjmTx5MocPH+att94qsA6pqanExsZy5coVjh07xscff0xgYCBdunThlV4vAdDu2Rb4+vrSrVs3duzYQXR0NMH7gpk4caLRjcQXX3yR+Ph4hg0bhr+/v9GT9MVtqxo1ahAYGMiQIUP47bfftM2bPTw8CAwM1PLp9XpGjBjBoUOHOHbsGK+++iotWrS4r6Vo2rVrZ1Tf8+fPs3///lz1LYynpyeHDh3i/Pnz3Lhxo8BZCsnJycTGxhIbG0toaCjDhw/H0tJS+x0ZPnw4ly5dYsSIEZw5c4ZNmzYxefJk3nnnHUxMTLCxsWHYsGGMHTuW7du3ExYWxpAhQ0hOTmbw4MEAVKlSBZ1Ox5YtW7h+/TqJiYlYWloyfvx4xo0bx4oVK4iKiuLgwYMsXrwYyJo1cvHiRdasWUNUVBTz5s1jw4YNJW7be5WkzxbX2LFjWbZsGd988w1nz55l9uzZ/Pzzz7lmdRUnlps3b9K2bVt++OEH/vjjD6Kjo1m3bh2zZs3S+qeVlRUtWrRgxowZhIWF8b///S/XdzbbtGnT2L17N6dOnWLgwIFUrFiRbt26accL6+dFreO98uoTOZmZmGFvYY+13jrXZ01MTBg1ahQzZswgOTmZypUrY25uzvz58zl37hybN2/mww8/LNb5iqpPnz4YDAZef/11wsPD2bFjh/bQQElnpwkhhBBCCPGk8PPzo02bNly+fBnIWkJbBjSEeLDu/JXM4S3R/LHnUlmHIh4xxR7U6NatGy+88ALdunXL9QoICMDLyws/Pz9u375dpPJOnjyJra0tFhYWDB06lA0bNmj7BdwrNjZW238hm4uLCxkZGdy4cSPPz3zyySc4ODhor0qVKhWvwsXgaGOOhVnBTWphZoKjjfkDiyEvAQEBBAUFMW7cOJo2bUpCQgKvvPLKfZVpZmbGvHnzWLhwIe7u7kY3xO+Xu7s7ISEhZGZmEhAQQJ06dRg5ciQODg5GMyjulb20VEJCgrbmPGTduPT19SUhIcFoUCMgIIAtW7awc+dOmjZtSosWLZg9ezZVqlQxKnfq1KmsWbOGevXqsXz5clauXJlvH822fft23Nzc8PT0pGPHjuzZs4d58+axadMmTK2yps/p0pPZunUrzz77LIMGDcLb25tevXtx/vx5o35ub29P165dCQ0NpW/fvvfdVkuXLqVx48Z06dIFX19flFJs3brVaFkaa2trxo8fT58+ffD19cXKyoo1a9YUWOfC6HQ6o/rWrFmTXr1y17cwY8aMwdTUFB8fH20pnvwsWrQINzc3bRmv69evs3XrVry9vYGspZa2bt3K4cOHqV+/PkOHDmXw4MFGN8lnzJhB9+7d6d+/P40aNeLPP/9kx44dODo6amVMnTqV9957DxcXF+2GfVBQEO+++y6TJk2idu3a9OzZU3vCPjAwkNGjR/PWW2/RoEED9u/fT1BQULHbND8l6bOFMRgMmJn9s2Jht27dmDt3Lp9++ilPP/00CxcuZOnSpUbfveLGYmtrS/PmzZkzZw7PPvssderUISgoiCFDhvDll19q+ZYsWUJ6ejpNmjRh5MiRTJ8+Pc/yZsyYwciRI2ncuDExMTFs3rxZm9UAhffzotbxXvn1CZJvQtxlSC140GHQoEGkp6fz5Zdf4uTkxLJly1i3bh0+Pj7MmDEj1+zEfM9XTPb29vzyyy+cOHGCBg0a8MEHHzBp0iSg8CX5hBBCCCGE+Dd45plntP+vbWpqKgMaQjxgN68k8vuWaE4FXynrUMQjRqeKuWD27t27+eCDD/joo4+0p1kPHz7MxIkTCQoKwsHBgTfeeIPmzZtrTyUXJC0tjYsXL3Lnzh3Wr1/Pd999p21Efq+aNWvy6quv8v7772tpISEhtG7dmpiYGFxdXXN9JjU11Wgpjfj4eCpVqkRcXBz29sZrs929e5fo6GiqVq1a4hs4V+6kcDsp/3XOHW3M8ShX/KW6xBMk+SbcuQh6G3CqCWStW3/m1hkAqpWrhoWpRZmFt2zZMkaNGsWdO3fKLAZRcjqdjg0bNhjNSCgNM2bM4IcffrjvWV4Pw969e/H39+f27dtG+7XkVCb9/GYU6anxJNpUwMrGGUuzR3+gYOXKlbz66qvExcUVaWmy0vg7KoQQQgghxKMqe1NwU1NTMjMzZaaGEA/Y3aR09q6MoLJPeWq3cpNVBP4F4uPjcXBwyPPefU7F3ih85MiRfPvtt7Rs2VJLe+6557C0tOT111/n9OnTfPHFFwwaNKhI5Zmbm2v7NDRp0oTff/+duXPnsnDhwlx5XV1diY2NNUq7du0aZmZmVKhQIc/yLSwssLB4eDeIPcpZyaCFKJj533tdpCeDMoDOBJ1ORzWHauhN9ZjoSndPFSHuR3JyMmfOnGHp0qV06tSprMN5vKWnkGhiwtX0BKyTMqnqULWsI8plxYoVVKtWDQ8PD0JDQxk/fjwvv/xyifbNEkIIIYQQ4kmSPaCRPZCR/R6QgQ0hHhBLGz0dX69T1mGIR1CxBzWioqLyHCWxt7fn3LlzQNa6/fktB1UYpZTRzIqcfH19+eWXX4zSfv31V5o0aWK0dI4QjzRTC7BzB3Nr4J8RZguzspudIUR+vv32W6ZNm0a7du20pYhECWRmgCEdUxMTbPTWWOttyjqiPMXGxjJp0iRiY2Nxc3OjR48efPTRR2UdlhBCCCGEEGXq3gEN+GcgQwY2hBDi4Sv28lOtW7fGzs6OFStW4OTkBMD169d55ZVXSEpK4n//+x+7du1i+PDhREZGFljWhAkT6NSpE5UqVSIhIYE1a9YwY8YMtm/fTvv27Xn//fe5cuUKK1asACA6Opo6derwxhtvMGTIEA4cOMDQoUNZvXo13bt3L1L8BU1hkWUzhBBCPBCpCXDzTzA1B5enyzqaB0b+jgohhBBCiCfRnj17MDExyXPgIjg4GIPBYLSHpxCidKUmp3Ml4g6e9StiYiJLUD3JHtjyU4sXLyYwMJCnnnqKSpUqodPpuHjxItWqVWPTpk0AJCYmFmnT27/++ov+/fsTExODg4MD9erV0wY0AGJiYow2Aa5atSpbt25l9OjRfPXVV7i7uzNv3rwiD2gI8ai7kXKDxLRE3GzcZOaGEE+S9JSs/5rJMk5CCCGEEEI8bgoasJAZGkI8WMqg+D7oAKlJGbz0XhNcPPO/0S3+PYo9qOHt7U14eDg7duwgMjISpRS1atWiffv2mJhk7QVQ1A1qC9tIfNmyZbnS/Pz8OHbsWHHDFuLRogxwNy7rRqedG/y90VFiWiJJ6UkkZSTJoIYQT5L0FAyATm+FPFMihBBCCCGEEEIUjc5Eh0cNR27FJJGalF7W4YhHRLEHNQB0Oh0dO3akY8eOpR2PEP8OCrh9Iesf1hXg7wGM8pblsbewx1ZvW6bhCSFKWWYacSYmxKbfplwSuNm4lXVEQgghhBBCCCHEY6H9YB/M9KZlHYZ4hJRoUCMpKYng4GAuXrxIWlqa0bG33367VAIT4olmYgJ6a0hPgrREbVDD3kKm0AnxRKrgxd3EqxhS76CTuRpCCCGEEEIIIUSRyYCGuFexBzWOHz9O586dSU5OJikpifLly3Pjxg2sra1xdnaWQQ0hisrc5u9BjaSs2RpCiCeXToerrTuOVhUw0ZmUdTRCCCGEEEIIIcRjRylFZoZBBjkExb6zMnr0aLp27cqtW7ewsrLi4MGDXLhwgcaNG/PZZ589iBiFeDKZ22T9Ny3JKDnDkEFCWgIp2RsLCyGeCDqdDkszS8xNzcs6FCGEEEIIIYQQ4rES+Xss3088wP6f/izrUMQjoNiDGidOnODdd9/F1NQUU1NTUlNTqVSpErNmzWLChAkPIkbxELRp04ZRo0Zp7z09Pfniiy+KXc7AgQOLvFH840Cn07Fx48YHU3j2oEbGXTBkaMk3U25yMf4it1Jvlcpp7r22QvybnD9/Hp1Ox4kTJwDYu3cvOp2OO3fuPLwgEv+Cm1FwN45ly5ZRrly5h3duIYQQQgghhBDiCWCmNyXh5l0uR94p61DEI6DYgxp6vR6dLms9cBcXFy5evAiAg4OD9m8BGDIheh+c/Cnrv4bMB3q6gQMHotPpcr3+/PPBjF7ee6Mw29y5c1m2bNkDOWd+EhMT0ev1rF271ii9Z8+e6HQ6oqKijNKrV6/+QAfgcl4LvV6Pi4sL7du3Z8mSJRgMhn8ymuoh+4nttGQt2VpvjbmpOXoT/QOL8XFW1EGaNm3aaNfBxMQEFxcXevTowYULF0o1njK5Sf4I2bJlC23atMHOzg5ra2uaNm360H8DSpunp6fWd6ysrKhVqxaffvopSqlil/PFF19AagKJaQn8dfc2XV7sQmRk5IMJXAghhBBCCCGEeEI9VcuR59+sx0vjG5d1KOIRUOxBjYYNG3LkyBEA/P39mTRpEitXrmTUqFHUrVu31AN8LIVthi/qwPIusH5w1n+/qJOV/gB17NiRmJgYo1fVqlUf6Dnv5eDg8NCfQra1taVJkybs2bPHKD04OJhKlSoZpV++fJlz587h7+//QGPKvhbnz59n27Zt+Pv7M3LkSLp06UJGxj+zMjC3zfpv+j+DGrZ6W2o41sDZ2vmBxvhvMGTIEGJiYrhy5QqbNm3i0qVL9OvXr6zDemLMnz+fwMBAWrZsyaFDh/jjjz/o1asXQ4cOZcyYMQ/03Onp6Q+0/GnTphETE0N4eDhjxoxhwoQJfPvttyUrLP0uCSYm3MhIIsM0A2dn+W4LIYQQQgghhBDFYW5phmfdiphbFnuLaPEEKvagxscff4ybmxsAH374IRUqVGDYsGFcu3at5Dd8niRhm+HHVyD+qnF6fExW+gMc2LCwsMDV1dXoZWpqmueSUKNGjaJNmzYlPlf2YEnDhg3R6XRaWfeeq02bNowYMYJRo0bh6OiIi4sL3377LUlJSbz66qvY2dlRvXp1tm3bZlR+WFgYnTt3xtbWFhcXF/r378+NGzfyjcff35+9e/dq78PDw0lJSWH48OFG6Xv27EGv19OqVSsAfvnlFxo3boylpSXVqlVj6tSpxoMOQExMDJ06dcLKyoqqVauybt26Qtsn+1p4eHjQqFEjJkyYwKZNm9i2bZvRU+xxBkten/QlztXrYW9vT9u2bfnjjz8AiIiIQKfTcebMGaOyZ8+ejaenp/bUeHHb6vbt27zyyis4OjpibW1Np06dOHv2rHY8e3mcjRs3UrNmTSwtLWnfvj2XLl3S8kyZMoUGDRqwZMkSKleujK2tLcOGDSMzM5NZs2bh6uqKs7MzH330kdG54+LieP3113F2dtbqGxoamqvc77//Hk9PTxwcHOjVqxcJCQlAVv8KDg5m7ty52pP058+fz7eu1tbWuLq64ubmRosWLXjzzTc5duyYUZ7g4GCaNWuGhYUFbm5uvPfee0Z9IDU1lbfffhtnZ2csLS1p3bo1v//+O5A1Yyl7gMzR0RGdTsfAgQMBMBgMzJw5Ey8vLywsLKhcubJRe4wfP56aNWtibW1NtWrVCAoKMrpRX9I21ul0LFiwoNh9trguXbrEu+++y6hRo/j444/x8fHBy8uLd999l08//ZTPP/+cQ4cOYTAYeOqpp/jmm2+MPn/s2DF0Oh3nzp0Dit43lixZQrVq1bCwsEApxfbt22ndujXlypWjQoUKdOnSJdfsrJKws7PD1dUVT09PXnvtNerVq8evv/6qHY+KiiIwMBAXFxdsbW1p2rQpu3bt0o63adOGCxcuMHr0aHRudXF3rY+jRTk2rt5oNPBbWJ8HSEhIoG/fvtjY2ODm5sacOXNkWTkhhBBCCCGEEEL8axVrUEMphZOTEy1atADAycmJrVu3Eh8fz7Fjx6hfv/4DCbJMKZW1kXNRXnfjYds4IK8lSv5O2z4+K19RyivmUicP0+HDhwHYtWsXMTEx/Pzzz/nmXb58ORUrVuTw4cOMGDGCYcOG0aNHD1q2bMmxY8cICAigf//+JCdnzVaIiYnBz8+PBg0acOTIEbZv385ff/3Fyy+/nO85/P39iYiIICYmBsgavHjmmWdo27ZtrkGN5s2bY21tzY4dO+jXrx9vv/02YWFhLFy4kGXLluW6SRwUFET37t0JDQ2lX79+9O7dm/Dw8GK3Wdu2balfv77WVkopng/sTuy162zdupWjR4/SqFEjnnvuOW7duoW3tzeNGzdm5cqVRuWsWrWKPn36oNPpStRWAwcO5MiRI2zevJkDBw6glKJz585GN9STk5P56KOPWL58OSEhIcTHx9OrVy+jcqKioti2bRvbt29n9erVLFmyhOeff57Lly8THBzMzJkzmThxIgcPHvynvs8/T2xsbJ71zVnuxo0b2bJlC1u2bCE4OJgZM2YAWcub+fr6ajMwYmJiqFSpUpHa/9atW6xbt47mzZtraVeuXKFz5840bdqU0NBQFixYwOLFi5k+fbqWZ9y4caxfv57ly5dz7NgxvLy8CAgI4NatW1SqVIn169cDaP1v7ty5ALz//vvMnDmToKAgwsLCWLVqFS4uLlq5dnZ2LFu2jLCwMObOncuiRYuYM2fOfbVxttLqswX56aefSE9Pz3NGxhtvvIGtrS2rV6/GxMSEXr165dmPfX19qVatWpH7xp9//smPP/7I+vXrtaXvkpKSeOedd/j999/ZvXs3JiYmvPDCC8ZLvd0HpRR79+4lPDwcvf6fJeESExPp3Lkzu3bt4vjx4wQEBNC1a1dtGcaff/6Zp556immTPiDm+K/E/LEXdzsPLM0sc52joD4P8M477xASEsLmzZvZuXMn+/btyzU4J4QQQgghhBBCPOky0jM5ufcyOxadwpBZOv+/XzymVDFkZmYqvV6vIiMji/OxR0pcXJwCVFxcXK5jKSkpKiwsTKWkpPyTmJqo1GT7snmlJha5XgMGDFCmpqbKxsZGe7300kvascDAQKP8I0eOVH5+ftp7Pz8/NXLkSO19lSpV1Jw5c/I9X3R0tALU8ePHc8WR81x+fn6qdevW2vuMjAxlY2Oj+vfvr6XFxMQoQB04cEAppVRQUJDq0KGDUbmXLl1SgIqIiMgznqSkJKXX69WqVauUUkr16NFDzZo1S6WnpytbW1utz1atWlUFBQUppZR65pln1Mcff2xUzvfff6/c3Ny094AaOnSoUZ7mzZurYcOG5ds2ebV3tp49e6ratWsrpZTavXu3sre3V3fv3jXKU716dTX/6/kq4laEmvDRBFWtWjXtWEREhALU6dOnlVJFa6uc1zYyMlIBKiQkRMt/48YNZWVlpX788UellFJLly5VgDp48KCWJzw8XAHq0KFDSimlJk+erKytrVV8fLyWJyAgQHl6eqrMzEwtzdvbW33yySeF1nfhwoX5ljt27FjVvHlz7f29fTU/fn5+Sq/XKxsbG2Vtba0AVbNmTRUdHa3lmTBhgvL29lYGg0FL++qrr5Stra3KzMxUiYmJSq/Xq5UrV2rH09LSlLu7u5o1a5ZSSqk9e/YoQN2+fVvLEx8frywsLNSiRYsKjTPbrFmzVOPGjbX3JWljpUrWZ0ti6NChysHBId/j9erVU506dVJKKXXs2DGl0+nU+fPnlVJZf0s8PDzUV199pZQqet/Q6/Xq2rVrBcZ17do1BaiTJ08qpXL/VuV1ve5VpUoVZW5urmxsbJRer1eAsrS0NPre5MXHx0fNnz/fqJw5M6YpdeWYUjejlFJZ36+c7VZYn4+Pj1d6vV6tW7dOO37nzh1lbW1dpO/Bw5bn31EhhBBCCCGEEKIUZGYa1KLRwerLN3armKg7ZR2OeAAKunefU7FmapiYmFCjRg1u3rxZOiMqolT5+/tz4sQJ7TVv3rxSKXfo0KHY2tpqr+KqV6+e9m9TU1MqVKhgtP9K9tPr165dA+Do0aPs2bPH6Jy1atUCyHdZGWtra5o1a6bNyggODqZNmzaYmZnRqlUr9u7dy8WLF4mOjqZt27baeaZNm2Z0nuwZANmzRgB8fX2NzuXr61vip96VUuh0Ou38iYmJVKhQAVtbGy2G6OhoLkRfID0znQ7/14ELFy5oT+KvXLmSBg0a4OPjU6K2Cg8Px8zMzGi2QoUKFfD29jaqk5mZGU2aNNHe16pVi3Llyhnl8fT0xM7OTnvv4uKCj48PJiYmRmk5r+s/9bU1qm/OWO8t183NTSujuPr27cuJEycIDQ3lt99+w8vLiw4dOmhL+4SHh+Pr66tdE4BWrVqRmJjI5cuXiYqKIj09XVuuDECv19OsWbMC+0B4eDipqak899xz+eb56aefaN26Na6urtja2hIUFKQ95Z+tuG2c7X77bM7rM3To0CJ/Lqecfb1hw4bUqlWL1atXA1nfz2vXrmkzioraN6pUqYKTk5PReaKioujTpw/VqlXD3t5eWxrv3rYsrrFjx3LixAmCg4Px9/fngw8+oGXLltrxpKQkxo0bh4+PD+XKlcPW1pYzZ87kPm9mOulAeh4zNLIV1OfPnTtHeno6zZo10447ODjg7e19X/UTQgghhBBCCCEeNyYmOuo/V4kW3aph62hR1uGIMlTsnVVmzZrF2LFjWbBgAXXq1HkQMT1a9NYw4Wrh+QAu7IeVLxWer+9PUKVl4fn01kU7799sbGzw8vLKlW5iYqLtv5CtOJvsTps27b42/c25ZAtkrfmfMy37xmf2cjEGg4GuXbsyc+bMXGVl7+eSF39/f9auXcvp06dJSUmhUaNGAPj5+bFnzx7Mzc2xtLTUlk8zGAxMnTqVF198MVdZlpb534DMGXNxhYeHazddDQYDbm5u7N2yDpKugYUDlHsKgHLlymHlYEWt8rXw9/dn1apVtGjRgtWrV/PGG29o5RW3re7tBznT761TXnXMmVbYdc1Oy3ld3dzcjJYDy5Zzj4GCyiguBwcH7Tvh5eXF4sWLcXNzY+3atbz22mt51ju7jXQ6ndG/781TUB+wsrIqMK6DBw/Sq1cvpk6dSkBAAA4ODqxZs4bPP//cKF9x27ggxemz2Us7Adjb2+eZp2bNmsTFxXH16lXc3d2NjqWlpXHu3DltABGyBphWrVrFe++9x6pVqwgICKBixYpA0fuGjY1NruNdu3alUqVKLFq0CHd3dwwGA3Xq1CEtLa3I9c1LxYoV8fLywsvLi/Xr1+Pl5UWLFi1o164dkDXosWPHDj777DO8vLywsrLipZdeyvO8N8zMuJV2G6fkvP/kFnRNC+qDQgghhBBCCCHEv03T56uWdQjiEVDsQY1+/fqRnJxM/fr1MTc3z3XzLuf6508EnQ7Mc99Iy1P1tmDvnrUpeJ77auiyjldvCyampRllgZycnDh16pRR2okTJ3LdSMuPs7Mzzs7ORmnm5uYAZGZmlk6QOTRq1Ij169fj6emJmVnRu6i/vz/Tp09n1apVtG7dGlPTrDb28/Nj/vz5WFhY4Ovrqw1YNGrUiIiIiDwHgnI6ePAgr7zyitH7hg0bFrte//3vfzl58iSjR4/Wzh8bG4uZlR2ezpZgag4uuWPp27cv48ePp3fv3kRFRRntbVHctvLx8SEjI4NDhw5pT53fvHmTyMhIateureXLyMjgyJEj2tPhERER3LlzR5sFUhJafc3M8PT0LHE55ubmJe532X0iJSUFyGqP9evXGw1S7N+/Hzs7Ozw8PChfvjzm5ub89ttv9OnTB8gaEDxy5Ii2SXNe34UaNWpgZWXF7t27ee2113LFERISQpUqVfjggw+0tAsXLpSoTnm53z5b2HcCoHv37owbN47PP/8812DMN998Q1JSEr1799bS+vTpw8SJEzl69Cg//fQTCxYs0I6VtG/cvHmT8PBwFi5cyDPPPAPAb7/9VuTPF5WjoyMjRoxgzJgxHD9+HJ1Ox759+xg4cCAvvPACkLXHxr2b1pubm5Np4UCmlSOkxmFhWvynSKpXr45er+fw4cPa/jHx8fGcPXsWPz+/+66bEEIIIYQQQgghxOOm2IMaX3zxxQMI4wlhYgodZ8KPrwA6jAc2/n7KtuOMhzqgAVkbVH/66aesWLECX19ffvjhB06dOlWiG/PZnJ2dsbKyYvv27Tz11FNYWlri4OBQKvG++eabLFq0iN69ezN27FgqVqzIn3/+yZo1a1i0aJF2Y/peLVu2xMLCgvnz5xvdLG7atClxcXGsX7+esWPHaumTJk2iS5cuVKpUiR49emBiYsIff/zByZMnjTaKXrduHU2aNKF169asXLmSw4cPs3jx4gLrkJqaSmxsLJmZmfz1119s376dTz75hC5dumg3m9u1a4evry/devZj5rgheFf35GrEDbb+upNu3bppyz+9+OKLDBs2jGHDhuHv74+Hh0eJ26pGjRoEBgYyZMgQFi5ciJ2dHe+99x4eHh4EBgZq+fR6PSNGjGDevHno9XreeustWrRoYbQETnFp9e3WjZkzZ+Lt7c3Vq1fZunWrUX0L4+npyaFDhzh//jy2traUL1/eaDmmnJKTk4mNjQXgr7/+Yvr06VhaWtKhQwcAhg8fzhdffMGIESN46623iIiIYPLkybzzzjuYmJhgY2PDsGHDGDt2LOXLl6dy5crMmjWL5ORkBg8eDGQtiaTT6diyZQudO3fGysoKW1tbxo8fz7hx4zA3N6dVq1Zcv36d06dPM3jwYLy8vLh48SJr1qyhadOm/Oc//2HDhg0lbtt7laTPFld2W4wZMwZLS0v69++PXq9n06ZNTJgwgXfffddombOqVavSsmVLBg8eTEZGhlF/K2nfcHR0pEKFCnz77be4ublx8eJF3nvvvVKtZ7Y333yTmTNnsn79el566SW8vLz4+eef6dq1KzqdjqCgoFwzZjw9Pfnf//5Hr169qKiviJ25XT6l58/Ozo4BAwZofdDZ2ZnJkydjYmJS4hljQgghhBBCCCHE4ywzw8Bf0XFYWOup4FH8pfLF469Ye2oADBgwoMDXv57P/8HLK8D+nqV/7N2z0n3+76GHFBAQQFBQEOPGjaNp06YkJCQYPcVdEmZmZsybN4+FCxfi7u5udIPyfrm7uxMSEkJmZiYBAQHUqVOHkSNH4uDgkO/Na0BbWiohIYE2bdpo6Xq9Hl9fXxISEvD399fSAwIC2LJlCzt37qRp06a0aNGC2bNnU6VKFaNyp06dypo1a6hXrx7Lly9n5cqV2p4W+dm+fTtubm54enrSsWNH9uzZw7x589i0aZM20KDT6di6dSvPPvssg96dRs1nutGrb1/Onz+Pi4sLSiluptwkThdHly5dCA0NpW/fvvfdVkuXLqVx48Z06dIFX19flFJs3brVaOaOtbU148ePp0+fPvj6+mJlZcWaNWsKrHNhjOo7aBA1a9akV69eWn2LasyYMZiamuLj44OTk1OBeycsWrQINzc33Nzc8Pf35/r162zdulXbj8DDw4OtW7dy+PBh6tevz9ChQxk8eDATJ07UypgxYwbdu3enf//+NGrUiD///JMdO3bg6OiolTF16lTee+89XFxceOuttwAICgri3XffZdKkSdSuXZuePXtq+yQEBgYyevRo3nrrLRo0aMD+/fsJCgoqdpvmpyR9tiRGjx7Nhg0b2LdvH02aNKFOnTqsWrWKBQsW8Nlnn+XK37dvX0JDQ3nxxReNZvmVtG+YmJiwZs0ajh49Sp06dRg9ejSffvppqdcTsma89e/fnylTpmAwGJgzZw6Ojo60bNmSrl27EhAQoC15l23a1KmcP3+e6tWr4+riiomu2H9yAZg9eza+vr506dKFdu3a0apVK2rXrl3oMnlCCCGEEEIIIcST6MCGKDZ8fpyTwVfKOhRRRnSqBAtzR0VFsXTpUqKiopg7dy7Ozs5s376dSpUq8fTTTz+IOEtNfHw8Dg4OxMXF5Vor/u7du0RHR1O1atX7v1lkyMzaYyPxL7B1ydpD4yHP0BCPkbhLkHQDbJzA4SktOfJ2JOmZ6VSxr4Kt+cMZeV62bBmjRo3izp07D+V8onTpdDo2bNhAt27dyjoUEXcFUuPB1hmsK5RasUlJSXh4ePD5559rM4YeFaX6d1QIIYQQQgghhMjD+ZM3+O+KcLxbuNGqe+FLaIvHR0H37nMq9mOjwcHB1K1bl0OHDvHzzz+TmJgIwB9//MHkyZNLHvGTxsQUqj4DdV/K+q8MaIiC6P/etyUtySi5vGV5nK2dMTc1L4OghBD3JT2Z6yqdS6l3SLrnu10cx48fZ/Xq1URFRXHs2DFtxlZpzpATQgghhBBCCCEeF5WfrsCrM1vLgMa/WLEHNd577z2mT5/Ozp07tQ1yIWuT5gMHDpRqcEL8a5jbAjrQmUCOyVMVrSriZO0kgxpCPG6UgvQUEkx0xGfeJUNl3Fdxn332GfXr16ddu3YkJSWxb98+KlasWErBCiGEEEIIIYQQjw8TEx06E9ln8t+s2BuFnzx5klWrVuVKd3Jy4ubNm6USlBD/Ombm4FYva1CjjA0cOJCBAweWdRiihEqwoqB4EAzpoDJxyTAh2cEFazPrEhfVsGFDjh49WorBCSGEEEIIIYQQT4b01Ez0FrJCzr9Nse+glitXjpiYmFzpx48fx8PDo1SCEuJfKZ8BDYMykJyeTFpm2kMOSAhRYukpANiYmuNk7YzeVF/GAQkhhBBCCCGEEE+OpLhU1n3yO8veCyEz01DW4YiHrNiDGn369GH8+PHExsai0+kwGAyEhIQwZswYXnnllQcRoxD/LgbjH+KriVeJjosmLjWujAISQhTb34MamFmVbRxCCCGEEEIIIcQTyNrOnPgbd0lLyeDGpcSyDkc8ZMVefuqjjz5i4MCBeHh4oJTCx8eHzMxM+vTpw8SJEx9EjEL8O2Skwa0oyEwH17qgy1ob0MrMisT0RBSyrJAQj430FJJ0OnRmZlgqAyaPwNJyQgghhBBCCCHEk0JnoqPjG3Uo52yNTTmLsg5HPGTFHtTQ6/WsXLmSadOmcfz4cQwGAw0bNqRGjRoPIj4h/j1MzSAzDZQBMu6CPusJb0dLR8pblkenkw2QhHhsmFnwl0FPSlocT6XZ4WDhUNYRCSGEEEIIIYQQTxSPmo5lHYIoI8Ue1AgODsbPz4/q1atTvXr1BxGTEP9OOhPQW0NaIqQlaYMa8oS3EI8he3f0CZmkpydjaWpZ1tEIIYQQQgghhBBCPDGKfbe0ffv2VK5cmffee49Tp049iJiE+Pcyt8n6b1pSnoeVkiWohHhcVLKrhHd5b8xNzcs6FCGEEEIIIYQQ4ol08fRNdq8I58Kpm2UdiniIij2ocfXqVcaNG8e+ffuoV68e9erVY9asWVy+fPlBxCcekjZt2jBq1CjtvaenJ1988UWxyxk4cCDdunUrtbjKmk6nY+PGjQ/vhPkMaiSlJ3HuzjkuJVwqdpH3XlshHmfLli2jXLlypVbe+fPn0el0nDhxotTKxJAJOQYgy2rpuIf++yWEEEIIIYQQQjxkF8NucWZ/DOeOXyvrUMRDVOxBjYoVK/LWW28REhJCVFQUPXv2ZMWKFXh6etK2bdsHEeNj5esTX/NN6Dd5Hvsm9Bu+PvH1AznvwIED0el0uV5//vnnAzlffjcC586dy7Jlyx7IOfOTmJiIXq9n7dq1Ruk9e/ZEp9MRFRVllF69enUmTJjwwOLJeS30ej0uLi60b9+eJUuWYDAYCv6w/u9BjczUrA3D/2aCCSkZKSSlJ/3rZ2sUdZCmTZs22nUwMTHBxcWFHj16cOHChVKNZ+/eveh0Ou7cuVOq5T4u9uzZQ+fOnalQoQLW1tb4+Pjw7rvvcuXKlQdyvp49exIZGflAyi41CTGomFBILPh/UE2ZMsWoj7q7u9O3b18uXSre4OWUKVNo0KBBrvSYmBg6depUrLKEEEIIIYQQQojHSfWGTjRoVwlvX7eyDkU8RPe1WH/VqlV57733mDFjBnXr1iU4OLi04npsmehM+OrEV7kGNr4J/YavTnz1QPdH6NixIzExMUavqlWrPrDz5cXBwaFUn6IuCltbW5o0acKePXuM0oODg6lUqZJR+uXLlzl37hz+/v4PNKbsa3H+/Hm2bduGv78/I0eOpEuXLmRkZOT/QVMzMPt7/f20ZC3Z0swSDzsPqperLhuGF8OQIUOIiYnhypUrbNq0iUuXLtGvX7+yDuuJsXDhQtq1a4erqyvr168nLCyMb775hri4OD7//PMSl5uWlpZnenp6OlZWVjg7O5e47IciPYXzZqZEpd0hJT2lwKxPP/00MTExXL58mbVr13Ly5ElefvnlUgnD1dUVCwuLUilLCCGEEEIIIYR4FLl5laPVSzVw9ypX1qGIh6jEd9hDQkIYPnw4bm5u9OnTh6effpotW7aUZmyPlOT05HxfqZmpWr6h9Yfyet3X+erEV8w/Np/k9GTmH5vPVye+4vW6rzPw6YFFKrckLCwscHV1NXqZmprmuSTUqFGjaNOmTYnOA2iDJQ0bNkSn02ll3XuuNm3aMGLECEaNGoWjoyMuLi58++23JCUl8eqrr2JnZ0f16tXZtm2bUflhYWF07twZW1tbXFxc6N+/Pzdu3Mg3Hn9/f/bu3au9Dw8PJyUlheHDhxul79mzB71eT6tWrQD45ZdfaNy4MZaWllSrVo2pU6fmGnTIftrZysqKqlWrsm7dukLbJ/taeHh40KhRIyZMmMCmTZvYtm2b0UyWuLg4Xn/9dZydnbG3t6dt27aEnr0CVuWJ+PMcOp2OM2fOoNPpKGdRDnNTc2bPno2np6c2Y6O4bXX79m1eeeUVHB0dsba2plOnTpw9e1Y7nr28z8aNG6lZsyaWlpa0b9/e6Onx7CfDlyxZQuXKlbG1tWXYsGFkZmYya9YsXF1dcXZ25qOPPjI6d571DQ3NVe7333+Pp6cnDg4O9OrVi4SEBCCrfwUHBzN37lztCffz58/nW1dra2tcXV1xc3OjRYsWvPnmmxw7dswoT3BwMM2aNcPCwgI3Nzfee+89oz6QmprK22+/jbOzM5aWlrRu3Zrff/8dyJqxlD1A5ujoiE6nY+DAgQAYDAZmzpyJl5cXFhYWVK5c2ag9xo8fT82aNbG2tqZatWoEBQWRnv7P7JyStrFOp2PBggXF7rPFdfnyZd5++23efvttlixZQps2bfD09OTZZ5/lu+++Y9KkSUb1yOmLL77A09NTe5/9u/HJJ5/g7u5OzZo1tdlgP/74I23atMHS0pIffvghz+WnNm/eTJMmTbC0tKRixYq8+OKLRu1x7xJM5cqVy3dGWV7lb9y40WgwscBrM3Mmrj6+NHm6DXM/+7LQgWwzMzNcXV1xd3fnmWeeYciQIRw8eJD4+HgtT0F9ZdmyZUydOpXQ0FDtO5Fdt5x1z27Pn3/+GX9/f6ytralfvz4HDhwwimfRokVUqlQJa2trXnjhBWbPnv3QB6qFEEIIIYQQQgghClLsQY0JEyZQtWpV2rZty4ULF/jiiy+IjY3lhx9+eKKXuWi+qnm+r9F7Rhvl/T78ewC+PfktzVc159uT32rvh+0aZpS34/qOeZb5qDt8+DAAu3btIiYmhp9//jnfvMuXL6dixYocPnyYESNGMGzYMHr06EHLli05duwYAQEB9O/fn+TkrMGcmJgY/Pz8aNCgAUeOHGH79u389ddfBT697O/vT0REBDExMUDW4MUzzzxD27Ztcw1qNG/eHGtra3bs2EG/fv14++23CQsLY+HChSxbtizXTeKgoCC6d+9OaGgo/fr1o3fv3oSHhxe7zdq2bUv9+vW1tlJK8fzzzxMbG8vWrVs5evQojRo14rnAXtxSdnjXbUjjxo1ZuXKlUTmrVq2iT58+6HS6ErXVwIEDOXLkCJs3b+bAgQMopejcubPRDfXk5GQ++ugjli9fTkhICPHx8fTq1cuonKioKLZt28b27dtZvXo1S5Ys4fnnn+fy5csEBwczc+ZMJk6cyMGDBwuu73PPcevWLaNyN27cyJYtW9iyZQvBwcHMmDEDyFrezNfXV5uBERMTQ6VKlYrU/rdu3WLdunU0b/7P9+vKlSt07tyZpk2bEhoayoIFC1i8eDHTp0/X8owbN47169ezfPlyjh07hpeXFwEBAdy6dYtKlSqxfv16AK3/zZ07F4D333+fmTNnEhQURFhYGKtWrcLFxUUr187OjmXLlhEWFsbcuXNZtGgRc+bMua82zlZafbYg69atIy0tjXHjxuV5vLg3wnfv3k14eDg7d+40GiAfP348b7/9NuHh4QQEBOT63H/+8x9efPFFnn/+eY4fP87u3btp0qRJsc5dEvlem0sX2fvTImZMeJv5n8zn2O/HCi/sb7Gxsfz888+YmppiamqqpRfUV3r27Mm7776rzfiIiYmhZ8+e+Z7jgw8+YMyYMZw4cYKaNWvSu3dvbRAvJCSEoUOHMnLkSE6cOEH79u1z/R4KIYQQQgghhBCPGqUUt64mce749bIORTwsqph8fX3Vl19+qa5fv57r2PHjx4tb3EMXFxenABUXF5frWEpKigoLC1MpKSm5jtVZViff17Cdw4zyNv2hab55B24baJT3mdXP5JmvuAYMGKBMTU2VjY2N9nrppZe0Y4GBgUb5R44cqfz8/LT3fn5+auTIkdr7KlWqqDlz5uR7vujoaAXkuub3nsvPz0+1bt1ae5+RkaFsbGxU//79tbSYmBgFqAMHDiillAoKClIdOnQwKvfSpUsKUBEREXnGk5SUpPR6vVq1apVSSqkePXqoWbNmqfT0dGVra6siIyOVUkpVrVpVBQUFKaWUeuaZZ9THH39sVM7333+v3NzctPeAGjp0qFGe5s2bq2HDjK95QW2QU8+ePVXt2rWVUkrt3r1b2dvbq7t37xrlqV69ulq4cKFSSqnZs2eratWqKaWUyjRkqt9P/q4AderUKaVU0doq57WNjIxUgAoJCdHy37hxQ1lZWakff/xRKaXU0qVLFaAOHjyo5QkPD1eAOnTokFJKqcmTJytra2sVHx+v5QkICFCenp4qMzNTS/P29laffPJJkeubV7ljx45VzZs3197f21fz4+fnp/R6vbKxsVHW1tYKUDVr1lTR0dFangkTJihvb29lMBi0tK+++krZ2tqqzMxMlZiYqPR6vVq5cqV2PC0tTbm7u6tZs2YppZTas2ePAtTt27e1PPHx8crCwkItWrSo0DizzZo1SzVu3Fh7X5I2VqpkfbYkhg0bpuzt7QvNN3nyZFW/fn2jtDlz5qgqVapo7wcMGKBcXFxUamqqlpb9G/PFF18YfXbp0qXKwcFBe+/r66v69u2b7/kBtWHDBqM0BwcHtXTpUqPzZP+W3Vu+Ukpt2LBB5fxzWeC1Sbyl1JVjSv0Vnuva3Gvy5MnKxMRE2djYKCsrKwUoQL399tv5fkapvPvKvW18b92z6/ndd99px0+fPq0AFR4erpTK+n16/vnnjcro27dvrvYoSEF/R4UQQgghhBBCiAfhxuUE9eUbu9U3I/aojLTMwj8gHlkF3bvPyay4gyD79+83eh8XF8fKlSv57rvvCA0NJTMzs/gjK4+BQ30O5XvM1MTU6P3el/ey+ORivj35LXoTPemGdF6v+zqD6w7OtRTJ9u7bSy1Gf39/FixYoL23sbEplXKHDh3KDz/8oL1PTEws1ufr1aun/dvU1JQKFSpQt25dLS376fVr17I21T169Ch79uzB1tY2V1lRUVHUrFkzV7q1tTXNmjVj79699O7dm+DgYMaOHYuZmRmtWrVi7969WFhYEB0drW1of/ToUX7//XejJ5EzMzO5e/cuycnJWFtbA+Dr62t0Ll9f31wbpBeVUkpbxubo0aMkJiZSoUIFozwpKSlE/fknpKfQq0d3xo4dy8GDB2nWvBlLli+hVp1aeNXyKlFbhYeHY2ZmZjRboUKFCnh7exs9yW9mZmb0tHutWrUoV64c4eHhNGvWDABPT0/s7Oy0PC4uLpiammJiYmKUlvO65lvfHJu531uum5ubVkZx9e3blw8++ACAv/76i48//pgOHTpw9OhR7OzsCA8Px9fX12hpoVatWpGYmMjly5e5c+cO6enp2nJlAHq9nmbNmhU48yE8PJzU1FSee+65fPP89NNPfPHFF/z5558kJiaSkZGBvb29UZ7itnG2++2zOftTv379+Oabb3LlydmXS0PdunUxNzfPlV7YrIsTJ04wZMiQUoujqPK9Noa/lyPUW+V5be7l7e3N5s2bSU1NZdOmTaxbty7X7Iii9JWiyvl77OaWtYnatWvXqFWrFhEREbzwwgtG+Zs1a/ZELy0phBBCCCGEEOLxV97dBvuKljg4W5OSmI6to+wv+aQr9qBGtv/+978sWbKEn3/+mSpVqtC9e3cWL15cmrE9Uqz11kXOuyJsBd+e/JY3G7zJ0PpDtU3C9aZ6htYfWuJyC2NjY4OXl1eudBMTE23/hWw5lxoqzLRp0xgzZkyJ49Lr9UbvdTqdUVr2jVGDwaD9t2vXrsycOTNXWdk34fLi7+/P2rVrOX36NCkpKTRq1AgAPz8/9uzZg7m5OZaWlrRo0UI7z9SpU43W389maWlZYJ1KejM3PDxc24/EYDDg5uZmtDxWtnIqDq6fwa2cB/7+/qxatYoWLVqwfcN2Xhn8Cjr+abPitNW9/SBn+r11yquOOdMKu67ZaTmva771zbFUUUFlFJeDg4P2nfDy8mLx4sW4ubmxdu1aXnvttTzrnd1GOp3O6N/35imoD1hZWRUY18GDB+nVqxdTp04lICAABwcH1qxZk2tz7eK2cUGK02dzDoDkd/O8Zs2axMXFERMTU+D3sqi/P/kNwhY2OFtYW+e8jgWdP1tR48332qQnc8PEBDMTHego9NqYm5trffTpp5/m7NmzDBs2jO+/z1rGsKh9pagK+u0t6PsghBBCCCGEEEI8qnQ6HX2n+WJiUnoPX4pHW7H21Lh8+TLTp0+nWrVq9O7dG0dHR9LT01m/fj3Tp0+nYcOGDyrOx0b2AEb2gAZkbR7+ZoM3+erEV3wTmvuJ5wfNyclJ22siW3Ge2nZ2dsbLy0t7AdoT1Q9iZk6jRo04ffo0np6eRuf18vIq8Aanv78/Z8+eZdWqVbRu3Vpbk97Pz4+9e/eyd+9efH19tQGLRo0aERERkescXl5eRk/C37tfwcGDB6lVq1ax6/Xf//6XkydP0r17d+38sbGxmJmZ5Tp/Rdensj6Ulkjfvn1Zu3YtBw4c4EL0BYa8MgRzU/MStZWPjw8ZGRkcOvTPzKObN28SGRlJ7dq1tbSMjAyOHDmivY+IiODOnTslqne2AutbsWKRyzE3Ny9xv8vuEykpKUBWe+zfv9/oxu3+/fuxs7PDw8MDLy8vzM3N+e2337Tj6enpHDlyRGuvvL4LNWrUwMrKit27d+cZR0hICFWqVOGDDz6gSZMm1KhRgwsXLpSoTnm53z6b89o4Ozvnmeell17C3NycWbNm5Xn8zp07QNbvT2xsrFEbl3SmU17q1auXbztnnz/n79/Zs2e1/Xvyy5+QkEBSUpKWVpx4Dea2XDMz40p6QokGBIKCgli9erW2oX1R+sr9fCdyqlWrlrZfUracvwNCCCGEEEIIIcSjSgY0/l2KPKjRuXNnfHx8CAsLY/78+Vy9epX58+c/yNgeSwZlMBrQyJY9sGFQJXvi/H60bduWI0eOsGLFCs6ePcvkyZM5derUfZXp7OyMlZWVtjF1XFxcKUULb775Jrdu3aJ3794cPnyYc+fO8euvvzJo0KACb9y1bNkSCwsL5s+fj5+fn5betGlT4uLiWL9+Pf7+/lr6pEmTWLFiBVOmTOH06dOEh4ezdu1aJk6caFTuunXrWLJkCZGRkUyePJnDhw/z1ltvFViH1NRUYmNjuXLlCseOHePjjz8mMDCQLl268MorrwDQrl07fH196datGzt27OD8+fPs37+fiRMncuRkRFZBaUm8+MILxMfHM2zYMPz9/fHw8ChxW9WoUYPAwECGDBnCb7/9pm0k7eHhQWBgoJZPr9czYsQIDh06xLFjx3j11Vdp0aKFtvRUSRRY32LcOPX09OTQoUOcP3+eGzduFPgkfHJyMrGxscTGxhIaGsrw4cOxtLSkQ4cOAAwfPpxLly4xYsQIzpw5w6ZNm5g8eTLvvPMOJiYm2NjYMGzYMMaOHcv27dsJCwtjyJAhJCcnM3jwYACqVKmCTqdjy5YtXL9+ncTERCwtLRk/fjzjxo1jxYoVREVFcfDgQW02m5eXFxcvXmTNmjVERUUxb948NmzYUOK2vVdJ+mxxVapUiTlz5jB37lwGDx5McHAwFy5cICQkhDfeeIMPP/wQgDZt2nD9+nVmzZpFVFQUX331Fdu2bSu1OCZPnszq1auZPHky4eHhnDx50migpW3btnz55ZccO3aMI0eOMHTo0FyzLHJq3rw51tbWTJgwgT///JNVq1axbNmyIsejrCvgaFUeW3PbXMsNFkW1atUIDAxk0qRJQNH6iqenJ9HR0Zw4cYIbN26Qmppa7PMCjBgxgq1btzJ79mzOnj3LwoUL2bZtW6kuMyaEEEIIIYQQQjxIGemZZKQ/mdsjiH8U+Y7Lr7/+ymuvvcbUqVN5/vnntSeehbHhDYbnGtDINrT+UIY3GP6QI4KAgACCgoIYN24cTZs2JSEhQbuxXlJmZmbMmzePhQsX4u7ubnRD/H65u7sTEhJCZmYmAQEB1KlTh5EjR+Lg4GA0g+Je2UtLJSQk0KZNGy1dr9fj6+tLQkKC0aBGQEAAW7ZsYefOnTRt2pQWLVowe/ZsqlSpYlTu1KlTWbNmDfXq1WP58uWsXLkSHx+fAuuwfft23Nzc8PT0pGPHjuzZs4d58+axadMm7buj0+nYunUrzz77LIMGDaJmzZr06tWL8+fP4+JRhay1azKwt7Gka9euhIaG0rdvX5RSpGakkmnILFFbLV26lMaNG9OlSxd8fX1RSrF161ajG73W1taMHz+ePn364Ovri5WVFWvWrCmwzoUpsL5/76tSFGPGjMHU1BQfHx+cnJy4ePFivnkXLVqEm5sbbm5u+Pv7c/36dbZu3Yq3tzcAHh4ebN26lcOHD1O/fn2GDh3K4MGDjQa2ZsyYQffu3enfvz+NGjXizz//ZMeOHTg6OmplTJ06lffeew8XFxdt8CAoKIh3332XSZMmUbt2bXr27KntrxAYGMjo0aN56623aNCgAfv37ycoKKjYbZqfkvTZkhg+fDi//vorV65c4YUXXqBWrVq89tpr2Nvba0vW1a5dm6+//pqvvvqK+vXrc/jw4ftazu5ebdq0Yd26dWzevJkGDRrQtm1bo5lIn3/+OZUqVeLZZ5+lT58+jBkzRtsvJy/ly5fnhx9+YOvWrdStW5fVq1czZcqUIsdjamKKm40bVeyrFJ45H++++y7/+c9/OHToUJH6Svfu3enYsSP+/v44OTmxevXqEp23VatWfPPNN8yePZv69euzfft2Ro8eXehyfEIIIYQQQgghxKPgf2sjWfzOPs4dv17WoYgHTKeKuD7GgQMHWLJkCT/++CO1atWif//+9OzZE3d3d0JDQx/IDbMHIT4+HgcHB+Li4nKtFX/37l2io6OpWrWq3MQRZe96BKQnQ7kqYF1eS74Qf4HEtEQ87DwoZ1Gu1E+7bNkyRo0apS0fJB4vOp2ODRs20K1bt7IO5d8n4+8ZEqbm8ITMbhgyZAhnzpxh3759Rcovf0eFEEIIIYQQQpSV/ev/5PjOi9T18+DZ3t5lHY4ogYLu3edU5Jkavr6+LFq0iJiYGN544w3WrFmDh4cHBoOBnTt3kpCQUCqBCyH+Zm6b9d+0JKNkC1MLdDodGYaMMghKCJGvxGukXwtDJcQUnvcR9dlnnxEaGsqff/7J/PnzWb58OQMGDCjrsIQQQgghhBBCiELV8fOgV1AznulVs6xDEQ9YsRf8tra2ZtCgQfz222+cPHmSd999lxkzZuDs7Mz//d//PYgYhfh3Mv97o++0RKNkJysnapWvRUWrom+uLYR48FR6MmfN9ZxJv0N6ZnpZh1Mihw8fpn379tStW5dvvvmGefPm8dprr5V1WEIIIYQQQgghRKHsK1pRwcNW9ob8Fyjy8lMFyczM5JdffmHJkiVs3ry5NOJ6YGT5KfHYyEyHpBtZgxuW+U+3EkI8ApQiNfYPovRm6HQm1Cpf61/5P6Lk76gQQgghhBBCCCFKqqjLT5mVxslMTU3p1q2brOEuRGky1YO9W1lHIYQoisxULJSBWmnppDvX/lcOaAghhBBCCCGEEGUt/mYKp/ZeISPdwLOyDNUTq9jLTwkhyl5iWiIX4i/wV9JfZR2KEAIg/S4AJnpLLMwsyjgYIYQQQgghhBDi3yk9NZPjOy8SFnKVjPTMsg5HPCClMlNDCPGAGDIhNQEMGWDzzx4amSqTxLREMswycMGlDAMUQgCQnpz1X71V2cYhhBBCCCGEEEL8i5V3s6Gu/1O4VpOl3J9kMqghxKMsMw1uR4POBKwrwN9L2tjobXC1ccVGb1PGAQohAAzpKVw2M8MCA07KgIlOJkIKIYQQQgghhBAPm06n49mesuzUk07uugjxKDOzBJ0pKAOkp/yTbGJGBasKWJrJRrxCPArSLO1JMDHhVuZddMh+GkIIIYQQQgghhBAPigxqCPEo0+nA3Drr3+lJZRuLECJfplblcLNxo6JVRdkkXAghhBBCCCGEKGNJcalEHIolJSGtrEMRD4AMapSy9KtXSTl9Ot9X+tWrZR1intq0acOoUaO0956ennzxxRfFLmfgwIF069at1OIqazqdjo0bN5ZtEOZ/LzGVZjyoYVAGEtMSuZVyq8CP33tthSgrT9rvQ056Ez3lrcrjZO1U1qHka9myZZQrV66swxBCCCGEEEIIIR64rV//wa6lYVw8fbOsQxEPgAxqlKL0q1eJ6tiJ891fyvcV1bHTAxnYGDhwIDqdLtfrzz//LPVzAZw/fx6dTseJEyeM0ufOncuyZcseyDnzk5iYiF6vZ+3atUbpPXv2RKfTERUVZZRevXp1JkyY8MDiyXkt9Ho9Li4utG/fniVLlmAwGIpfoD7vQY0MQwYX4i8QmxSLQZWg3MdUUQdp2rRpo10HExMTXFxc6NGjBxcuXCjVePbu3YtOp+POnTulWu7j4GEN+i1cuJD69etjY2NDuXLlaNiwITNnznzg5y2ytGRITYDMjHyzFHWg2NPTU+u3VlZW1KpVi08//RSlVLFCyut8PXv2JDIysljlCCGEEEIIIYQQj6NKPuVxqmyHiZnc/n4SyVUtRRm3b6PSCp7SpNLSyLh9+4Gcv2PHjsTExBi9qlat+kDOlR8HB4eH/iSwra0tTZo0Yc+ePUbpwcHBVKpUySj98uXLnDt3Dn9//wcaU/a1OH/+PNu2bcPf35+RI0fSpUsXMjLyv/GZp+yZGplpWa+/6U30WOutcbBwIFNllmL0T44hQ4YQExPDlStX2LRpE5cuXaJfv35lHZYohsWLF/POO+/w9ttvExoaSkhICOPGjSMxMbGsQ9MYkq6TcCuKjKS/ch1LK+RvQl6mTZtGTEwM4eHhjBkzhgkTJvDtt9/ed5xWVlY4OzvfdzlCCCGEEEIIIcSjrvn/VePlCU2p0cSlrEMRD4AMahSRITkZQ3Ky0dOyKi0tK70EN61ylZvjCX6Vnl6isiwsLHB1dTV6mZqa5rnky6hRo2jTpk2J484eLGnYsCE6nU4r695ztWnThhEjRjBq1CgcHR1xcXHh22+/JSkpiVdffRU7OzuqV6/Otm3bjMoPCwujc+fO2Nra4uLiQv/+/blx40a+8fj7+7N3717tfXh4OCkpKQwfPtwofc+ePej1elq1agXAL7/8QuPGjbG0tKRatWpMnTo116BDTEwMnTp1wsrKiqpVq7Ju3bpC2yf7Wnh4eNCoUSMmTJjApk2b2LZtm9FMlri4OF5//XWcnZ2xt7enbdu2hIaGAhAREYFOp+NM5Fkws8r6QFoys2fPxtPTE4CqDlWJuxRHYJfAIrfV7du3eeWVV3B0dMTa2ppOnTpx9uxZ7Xj2EjUbN26kZs2aWFpa0r59ey5duqTlmTJlCg0aNGDJkiVUrlwZW1tbhg0bRmZmJrNmzcLV1RVnZ2c++ugjo3MXVN+c5X7//fd4enri4OBAr169SEhIALL6V3BwMHPnztWeZj9//ny+dbW2tsbV1RU3NzdatGjBm2++ybFjx4zyBAcH06xZMywsLHBzc+O9994z6gOpqam8/fbbODs7Y2lpSevWrfn999+BrBlL2QNkjo6O6HQ6Bg4cCIDBYGDmzJl4eXlhYWFB5cqVjdpj/Pjx1KxZE2tra6pVq0ZQUBDpOb77JW1jnU7HggULit1nS8PJkydp27YtVlZWVKhQgddffz3PwYepU6dqfeCNN94o8Mb/L7/8wssvv8zgwYPx8vLi6aefpnfv3nz44Ydanrxm73Tr1k27FpA1c+HDDz+kT58+2Nra4u7uzvz5840+U5S2y6uOt+7c4KJez9n0OO038JNPPsHd3Z2aNWvSpk0bLly4wOjRo7V+WxA7OztcXV3x9PTktddeo169evz666/a8aioKAIDA3FxccHW1pamTZuya9cuo/bI63z3Lj9V2PcNICEhgb59+2JjY4Obmxtz5syRJe2EEEIIIYQQQjzyZL/LJ5sMahRRRKPGRDRqTGaOWRY3lywholFj/spxc624/nyuHRGNGpOWY4mkOxs23FesD8Phw4cB2LVrFzExMfz888/55l2+fDkVK1bk8OHDjBgxgmHDhtGjRw9atmzJsWPHCAgIoH///iQnJwNZgwh+fn40aNCAI0eOsH37dv766y9efvnlfM/h7+9PREQEMTExQNbgxTPPPEPbtm1zDWo0b94ca2trduzYQb9+/Xj77bcJCwtj4cKFLFu2LNdN4qCgILp3705oaCj9+vWjd+/ehIeHF7vN2rZtS/369bW2Ukrx/PPPExsby9atWzl69CiNGjXiueee49atW3h7e9O4cWNWrlwJ5SqBc22wdGDVqlX06dMHnU5XorYaOHAgR44cYfPmzRw4cAClFJ07dza6oZ6cnMxHH33E8uXLCQkJIT4+nl69ehmVExUVxbZt29i+fTurV69myZIlPP/881y+fJng4GBmzpzJxIkTOXjwYJHqm7PcjRs3smXLFrZs2UJwcDAzZswAspY38/X11WZgxMTEUKlSpSK1/61bt1i3bh3NmzfX0q5cuULnzp1p2rQpoaGhLFiwgMWLFzN9+nQtz7hx41i/fj3Lly/n2LFjeHl5ERAQwK1bt6hUqRLr168H0Prf3LlzAXj//feZOXMmQUFBhIWFsWrVKlxc/nk6wM7OjmXLlhEWFsbcuXNZtGgRc+bMua82zlZafbY4kpOT6dixI46Ojvz++++sW7eOXbt28dZbbxnl2717N+Hh4ezZs4fVq1ezYcMGpk6dmm+5rq6uHDx4sFSWDfv000+pV68ex44d4/3332f06NHs3LnTKE9BbZdfHUe9NxVzpbAytTSq486dO9myZQs///wzTz31lDYDI/t3qjBKKfbu3Ut4eDh6vV5LT0xMpHPnzuzatYvjx48TEBBA165duXjxIkCxzlfQ9w3gnXfeISQkhM2bN7Nz50727duXa2BQCCGEEEIIIYR4VCmD4m5iyR4gF48w9S8TFxenABUXF5frWEpKigoLC1MpKSm5joV511Jh3rVU+s2bWtr1BQtUmHctdXXiRKWUUsmnTmn5CnolnzqllRHRwleFeddSdyMjtbRba9cWu14DBgxQpqamysbGRnu99NJL2rHAwECj/CNHjlR+fn7aez8/PzVy5EjtfZUqVdScOXPyPV90dLQC1PHjx3PFkfNcfn5+qnXr1tr7jIwMZWNjo/r376+lxcTEKEAdOHBAKaVUUFCQ6tChg1G5ly5dUoCKiIjIM56kpCSl1+vVqlWrlFJK9ejRQ82aNUulp6crW1tbFfl3+1atWlUFBQUppZR65pln1Mcff2xUzvfff6/c3Ny094AaOnSoUZ7mzZurYcOG5ds2ebV3tp49e6ratWsrpZTavXu3sre3V3fv3jXKU716dbVw4UKllFKzZ89W1apV045FREQoQJ0+fVop9U9bpWemq0xDplIqd1vlvLaRkZEKUCEhIVqZN27cUFZWVurHH39USim1dOlSBaiDBw9qecLDwxWgDh06pJRSavLkycra2lrFx8dreQICApSnp6fKzMzU0ry9vdUnn3xS5PrmVe7YsWNV8+bNtff39tX8+Pn5Kb1er2xsbJS1tbUCVM2aNVV0dLSWZ8KECcrb21sZDAYt7auvvlK2trYqMzNTJSYmKr1er1auXKkdT0tLU+7u7mrWrFlKKaX27NmjAHX79m0tT3x8vLKwsFCLFi0qNM5ss2bNUo0bN9bel6SNlSpZny0pQG3YsEEppdS3336rHB0dVWJionb8P//5jzIxMVGxsbFKqazvRvny5VVSUpKWZ8GCBVp75+Xq1auqRYsW2vUbMGCAWrt2rVH+vPpEYGCgGjBggPa+SpUqqmPHjkZ5evbsqTp16mRUn4LaLs86btqQVcfQ3cpgyFQDBgxQLi4uKjU11aicwn5Tc+YzNzdXNjY2Sq/XK0BZWloafWfz4uPjo+bPn1/g+ZYuXaocHBy094V93+Lj45Ver1fr1q3Tjt+5c0dZW1vn+x0s6O+oEEIIIYQQQgjxMF04fUMtHrtPbZxzrKxDEUVU0L37nGSmRhF5HzuK97GjmDo6amkVBg3C+9hRXIKCSlyu1+5deB87inn16lpauRdeKFFZ/v7+nDhxQnvNmzevxHHlNHToUGxtbbVXcdWrV0/7t6mpKRUqVKBu3bpaWvbT69euXQPg6NGj7Nmzx+ictWrVAsi16Xc2a2trmjVrps3KCA4Opk2bNpiZmdGqVSv27t3LxYsXiY6Opm3bttp5pk2bZnSe7BkA2bNGAHx9fY3O5evrW+Kn3pVS2vS3o0ePkpiYSIUKFYxiiI6O1urZq1cvLly4oD2Jv3LlSho0aICPj49RW9nb2WNvZ19oW4WHh2NmZmY0W6FChQp4e3sb1cnMzIwmTZpo72vVqkW5cuWM8nh6emJnZ6e9d3FxwcfHBxMTE6O0nNe1sPrmVa6bm5tWRnH17duXEydOEBoaym+//YaXlxcdOnTQltcJDw/H19fXaEpiq1atSExM5PLly0RFRZGenq4tVwag1+tp1qxZgX0gPDyc1NRUnnvuuXzz/PTTT7Ru3RpXV1dsbW0JCgrSnrTPVtw2zna/fTbn9Rk6dGiRPhMeHq5t5p2tVatWGAwGIiIitLT69etjbW1tFFtiYqLR8mY5ubm5ceDAAU6ePMnbb79Neno6AwYMoGPHjhhyLNtXFEVpl4Ly5FnHpg2y6nj+Kjpd1nWpW7cu5ubmxYotp7Fjx3LixAmCg4Px9/fngw8+oGXLltrxpKQkxo0bh4+PD+XKlcPW1pYzZ87k6j9FUdD37dy5c6Snp9OsWTPtuIODA97e3iWumxBCCCGEEEII8bDYlbckJT6NG5cSycws3j0E8WgzK+sAHhcmOW7CZdOZm6O7jxtX+ZabY5mR4rCxscHLyyv3OUxMjPYCAYyWGirMtGnTGDNmTIliAoyWTYGsNe1ypmXfUM6+QWkwGOjatSszZ87MVZabm1u+5/H392ft2rWcPn2alJQUGjVqBICfnx979uzB3NwcS0tLWrRooZ1n6tSpvPjii7nKsrS0LLBOJV2XLzw8XNuPxGAw4ObmZrQ8Vrbsde/d3Nzw9/dn1apVtKhXg9UrV/DGkNe1fAaDgXYd2zFi4gicbJwoZ1FOO5ZXW93bD3Km31unvOqYM62w65qdlvO6Flbf/Mot7s3rbA4ODtp3wsvLi8WLF+Pm5sbatWt57bXX8qx3dhvpdDqjf9+bp6A+YGVlVWBcBw8epFevXkydOpWAgAAcHBxYs2YNn3/+uVG+4rZxQYrTZ0+cOKH9297evkifKahNinLuwvLUqVOHOnXq8Oabb/Lbb7/xzDPPaDf97+c3rjix5VnHjLtZecz++c3IOehREhUrVsTLywsvLy/Wr1+Pl5cXLVq0oF27dkDWoMeOHTv47LPP8PLywsrKipdeeqlEm5IX1J8K6v9CCCGEEEIIIcSjrpyLNS+MaYSLpz2mpvJs/5NErua/gJOTU6411XPetCyMs7OzdoMt+wZx9lPImZmZpRZntkaNGnH69Gk8PT2Nzuvl5VXgzUJ/f3/Onj3LqlWraN26NaampkDWoMbevXvZu3cvvr6+2oBFo0aNiIiIyHUOLy8voyfh792v4ODBg9psiOL473//y8mTJ+nevbt2/tjYWMzMzHKdv2LFitrn+vbty9q1azmwby9R0Rfp1a2jUVtFRUbh38CfJk83KbStfHx8yMjI4NChQ1razZs3iYyMpHbt2lpaRkYGR44c0d5HRERw586dEtU7Z6xFqW9hzM3NS9zvsvtESkoKkNUe+/fvN7pJu3//fuzs7PDw8MDLywtzc3N+++037Xh6ejpHjhzR2iuv70KNGjWwsrJi9+7decYREhJClSpV+OCDD2jSpAk1atQolT0jst1vn815bZydnYv0GR8fH06cOEFSUpKWFhISgomJCTVr1tTSQkNDtfbPjs3W1pannnqqyPFlz1TKPte9v3GZmZmcOnUq1+eK0i4F5cmrjntC9mFiYoK9V+UCYy5pv3V0dGTEiBGMGTNG66f79u1j4MCBvPDCC9StWxdXV1fOnz9fKufLqXr16uj1em0PJYD4+HjOnj17X+UKIYQQQgghhBAPg06nw92rHKZmcgv8SSNXtBSZOToWOnNDZ26OWY4lrB6Gtm3bcuTIEVasWMHZs2eZPHlynjf8isPZ2RkrKyttY+q4uLhSihbefPNNbt26Re/evTl8+DDnzp3j119/ZdCgQQXepGvZsiUWFhbMnz8fPz8/Lb1p06bExcWxfv16/P39tfRJkyaxYsUKpkyZwunTpwkPD2ft2rVMnDjRqNx169axZMkSIiMjmTx5MocPH861+fG9UlNTiY2N5cqVKxw7doyPP/6YwMBAunTpwiuvvAJAu3bt8PX1pVu3buzYsYPz58+zf/9+Jk6caDSg8OKLLxIfH8+wsZPxb9kEj4r/PDn/5ptvcvvWbfr37V+ktqpRowaBgYEMGTKE3377TdsM2cPDg8DAQC2fXq9nxIgRHDp0iGPHjvHqq6/SokULo2Voiquo9S2Mp6cnhw4d4vz589y4caPAWQrJycnExsYSGxtLaGgow4cPx9LSkg4dOgAwfPhwLl26xIgRIzhz5gybNm1i8uTJvPPOO5iYmGBjY8OwYcMYO3Ys27dvJywsjCFDhpCcnMzgwYMBqFKlCjqdji1btnD9+nUSExOxtLRk/PjxjBs3jhUrVhAVFcXBgwdZvHgxkDVocPHiRdasWUNUVBTz5s1jw4YNJW7be5Wkz96vvn37YmlpyYABAzh16hR79uxhxIgR9O/f32iD9LS0NAYPHkxYWBjbtm1j8uTJvPXWW0YDiTkNGzaMDz/8kJCQEG0ptldeeQUnJydtqai2bdvyn//8h//85z+cOXOG4cOHc+fOnVxlhYSEMGvWLCIjI/nqq69Yt24dI0eONMpTUNvlVcfREz6ia4+uODgXPDDn6enJ//73P65cucKNGzeK07S8+eabREREaJvSe3l58fPPP2tLq/Xp0yfX9+B+zpfNzs6OAQMGMHbsWPbs2cPp06cZNGgQJiYmJZ6tJoQQQgghhBBCCHG/ZFCjFOnd3am+fRue63/K91V9+zb07u4PNa6AgACCgoIYN24cTZs2JSEhQbuxXlJmZmbMmzePhQsX4u7ubnRD/H65u7sTEhJCZmYmAQEB1KlTh5EjR+Lg4JDvjU9AW1oqISGBNm3aaOl6vR5fX18SEhKMBjUCAgLYsmULO3fupGnTprRo0YLZs2dTpUoVo3KnTp3KmjVrqFevHsuXL2flypXak+L52b59O25ubnh6etKxY0f27NnDvHnz2LRpkzZbQKfTsXXrVp599lkGDRpEzZo16dWrF+fPnze6CWxvb0/Xrl0JPXmavi92grQk+PuJ7ZK01dKlS2ncuDFdunTB19cXpRRbt241WobG2tqa8ePH06dPH3x9fbGysmLNmjUF1rkwRa1vYcaMGYOpqSk+Pj44OTkVuI/AokWLcHNz05bxun79Olu3btX2BPDw8GDr1q0cPnyY+vXrM3ToUAYPHmw0sDVjxgy6d+9O//79adSoEX/++Sc7duzA8e/BSQ8PD6ZOncp7772Hi4uLdgM8KCiId999l0mTJlG7dm169uyp7VUQGBjI6NGjeeutt2jQoAH79+8n6D725rlXSfpscWXfRDczy1rF0Nramh07dnDr1i2aNm3KSy+9xHPPPceXX35p9LnnnnuOGjVq8Oyzz/Lyyy/TtWtXpkyZku952rVrx8GDB+nRowc1a9ake/fuWFpasnv3bipUqADAoEGDGDBgAK+88gp+fn5UrVrV6Lue7d133+Xo0aM0bNiQDz/8kM8//5yAgACjPAW1XV51bPdce775+hsqWhc8o2XatGmcP3+e6tWr4+TkVHDj3sPJyYn+/fszZcoUDAYDc+bMwdHRkZYtW9K1a1cCAgK05fZK43w5zZ49G19fX7p06UK7du1o1aoVtWvXLnSJPiGEEEIIIYQQ4lGglOL4zots+uI4ibfvlnU4opTo1L9scez4+HgcHByIi4vLtVb83bt3iY6OpmrVqnLDRjx6lAFiTgIGcKoN+n/6aEJaAnGpcdjqbSlnWe6+TrNs2TJGjRqV55Pu4tGn0+nYsGED3bp1e6DniY2Nxc3Njd9//91oU/lHlaenJ6NGjWLUqFH55nlYbfc4S0pKwsPDg88//1ybrZST/B0VQgghhBBCCPGo+WnmEf6KjqftK7Wo3fLhPmwuiqege/c5yUbhQjwudCZgbg1piVmvHIMadzPuEpcah1Lqvgc1hCiIUooLFy7w2Wef4eLiQp06dco6pLKTmgAZqWBua/R9fJIcP36cM2fO0KxZM+Li4pg2bRpAqc7OE0IIIYQQQgghHqR6/k9xt1k6T9UqX9ahiFIigxpCPE7Mbf4e1EgCm3/W8Lczt0OhsNXblmFw4t8gLi4Ob29vateuzZo1a/7VT+OnJd8gITUea6sKWDkUfaPzx81nn31GREQE5ubmNG7cmH379lGxYsF7iAghhBBCCCGEEI+Kms1cyzoEUcpk+akcZNkM8ci7Gwe3osHSAcpXLetohPhXu309nKs6AzamFng6epV1OI8E+TsqhBBCCCGEEEKIkpLlp4R4ElnYgWs9KGDDdCHEQ6AMmGWmYWtigrWlzJASQgghhBBCCCEeZempmVw9ewcTEx2VfGQZqsedDGoI8TjRmYAu70NKKe5m3CVDZWBnbvdw4xLi3ybjLnYGA3ZKBzYuZR2NEEIIIYQQQgghCnDmQAz/WxOJe41yMqjxBJDHvYV4XN2zclxSehLn4s5xNfEq/7JV5YR4+NJTsv6rtwRdPiONQgghhBBCCCGEeCRU8imPXXlLyrvbyH2zJ4DM1BDicZOWBHGXQGcKFWtoydZ6a0xNTLEys8KgDJjqTMswSCGebIa/BzVM9FZlHIkQQgghhBBCCCEKU87Zmv4f+aKTBxOfCDKoIcTjRmf691PiOlCGrCWpABOdCd6O3vLjLMRDEJeeRIy5OeVUOu5lHYwQQgghhBBCCCEKJffMnhyy/JQQjxszi6yBDdQ/S+D8TX6chXg47lraoQATM8uyDkUIIYQQQgghhBDFkBSXWtYhiPskgxoPiMGguBJxm8jfY7kScRuD4d+5VtvAgQPp1q1bWYfxZNHpwNwm699pSXlmMShDPh/VsXHjxgcU2JPJ09OTL774Qntflm14/vx5dDodJ06cKJPzi3+42rhRw7EG5a0qlnUoQgghhBBCCCGEKAJDpoE1Hx5i2fgQ4m+mFP4B8ciSQY0HIOr4NVZM2M/GOcfZuTiMjXOOs2LCfqKOX3tg5xw4cCA6nQ6dToder6datWqMGTOGpKS8b3oX1ZQpU2jQoEGh+fK72Tp37lyWLVt2XzGUxLJlyyhXrlyex8qVK6fFFBoaioWFBZs3bzbKs379eiwtLTl16pRR+pQpU+jVqxeQ/83tUaNG0aZNG+19YQM7e/fu1a6diYkJDg4ONGzYkHHjxhETE5P3h7RBjUSjZKUU0XHRnLl1hvTM9Fwfi4mJoVOnTvnG8rCdPn2al19+GScnJywsLKhRowZBQUEkJyeXdWgllvO7aGZmRuXKlRk2bBi3b98udjn39ptKlSoRExNDnTp1SjFiURI6nQ5zU3PMTc3LOhQhhBBCCCGEEEIUgYmpCeaWZuh0cONiYuEfEI8sGdQoZVHHr7F94SmS7hhPY0q6k8r2hace6MBGx44diYmJ4dy5c0yfPp2vv/6aMWPGlKgspRQZGRn3HZODg0O+gwuPgvr16xMUFMTrr7/OzZs3Abh27RpDhw5l6tSpuW4eb968mcDAwAcSS0REBFevXuX3339n/Pjx7Nq1izp16nDy5Mncmc1ts/6blgTqn1lAOp0OgzKglCIlI/eIs6urKxYWFg8k/uI6ePAgzZs3Jy0tjf/85z9ERkby8ccfs3z5ctq3b09aWtoDO3dp9e/8ZH8Xz58/z3fffccvv/zC8OHD77tcU1NTXF1dMTOT7ZDKVMptiLsCqfI/gIQQQgghhBBCiMeJf/9aDPrsGao1dCrrUMR9kEGNQiilSE/NLNIrNSWDfWsjCyxv39qzpKZkFKk8pYq3ZJWFhQWurq5UqlSJPn360LdvX20mwQ8//ECTJk2ws7PD1dWVPn36cO3aPwMs2bMFduzYQZMmTbCwsOD7779n6tSphIaGak+e5zfromrVqgA0bNgQnU6nzVS492nzNm3aMGLECEaNGoWjoyMuLi58++23JCUl8eqrr2JnZ0f16tXZtm2bUflhYWF07twZW1tbXFxc6N+/Pzdu3ChW++Tn/fffp3Llyrz55psAvPHGG9SoUSPXgNClS5c4derUA5vp4OzsjKurKzVr1qRXr16EhITg5OTEsGHDjPItXbqU2g2aYlmtBbVa/x9ffzlfO5aWlsanEz6lXd12ODs44+npySeffKIdv3d2yf79+2nQoAGWlpY0adKEjRs3Gs24ye4Xu3fvpkmTJlhbW9OyZUsiIiLuq65KKQYPHkzt2rX5+eefadasGVWqVKFHjx788ssvHDhwgDlz5gDQu3dvbXZMtvT0dCpWrMjSpUu18mbNmkW1atWwsrKifv36/PTTT1r+vPr3vn37iIqKIjAwEBcXF2xtbWnatCm7du26r7rBP9/Fp556ig4dOtCzZ09+/fVX7XhmZiaDBw+matWqWFlZ4e3tzdy5c7XjU6ZMYfny5WzatEn77u3duzfXjKiiXp/p06fj7OyMnZ0dr732Gu+9916RZmCJvCWk3CTm7k0S7xZv9o0QQgghhBBCCCHKlqOrDZY2+rIOQ9wnedy3EBlpBr4dGVxq5SXdSeW70f8rUt7X5/qhtzAt8V41GqYAAQAASURBVLmsrKxIT89agigtLY0PP/wQb29vrl27xujRoxk4cCBbt241+sy4ceP47LPPqFatGpaWlrz77rts375du9Hr4OCQ57kOHz5Ms2bN2LVrF08//TTm5vkvybJ8+XLGjRvH4cOHWbt2LcOGDWPjxo288MILTJgwgTlz5tC/f38uXryItbU1MTEx+Pn5MWTIEGbPnk1KSgrjx4/n5Zdf5r///W+J2yebqakpy5cvp1GjRvTp04cdO3Zw4sQJTE2N237z5s08++yzD23miZWVFUOHDmX06NFcu3YNZ2dnFi1axOTJk/nyyy9pWLUCx/8IZ8g7H2Bj78CAAQOYN28eW7ds5ccff6Ry5cpcunSJS5cu5Vl+QkICXbt2pXPnzqxatYoLFy4watSoPPN+8MEHfP755zg5OTF06FAGDRpESEhIiet24sQJwsLCWLVqFSYmxmOr9evXp127dqxevZrx48fTt29fXn75ZRITE7G1zZqhsmPHDpKSkujevTsAEydO5Oeff2bBggXUqFGD//3vf/Tr1w8nJyf8/Py0snP273LlynH58mU6d+7M9OnTsbS0ZPny5XTt2pWIiAgqV65c4vrldO7cObZv345e/88fTIPBwFNPPcWPP/5IxYoV2b9/P6+//jpubm68/PLLjBkzhvDwcOLj47WBm/Lly3P16tU8z1HQ9Vm5ciUfffQRX3/9Na1atWLNmjV8/vnn2kCkKL6EzFRum5qiQ2Fb1sEIIYQQQgghhBBC/MvIoMYT6vDhw6xatYrnnnsOgEGDBmnHqlWrxrx582jWrJnRjWKAadOm0b59e+29ra0tZmZmuLq6Fng+J6esKVsVKlQoNG/9+vWZOHEikDVLYsaMGVSsWJEhQ4YAMGnSJBYsWMAff/xBixYtWLBgAY0aNeLjjz/WyliyZAmVKlUiMjKSmjVrFqVJClS7dm1GjRrFjBkzmDlzZp5lbtq06YEtPZWfWrVqAVl7ljg7O/Phhx/y+eef8+KLLwJQtaEfYZdusHDhQgYMGMDFixepUaMGrVu3RqfTUaVKlXzLXrlyJTqdjkWLFmFpaYmPjw9XrlzRrkNOH330kTY48N577/H8889z9+5dLC0tS1SvyMisGU21a9fO83jt2rX57bffAAgICMDGxoYNGzbQv39/AFatWkXXrl2xt7cnKSmJ2bNn89///hdfX18gq4//9ttvLFy40GhQ497+XaFCBerXr6+9nz59Ohs2bGDz5s289dZbJaobwJYtW7C1tSUzM5O7d+8CMHv2bO24Xq9n6tSp2vuqVauyf/9+fvzxR15++WVsbW2xsrIiNTW10O8TFHx95s+fz+DBg3n11VeBrO/Xr7/+SmKiLJ1UIgYDdpkZ6HQ6bG3tyzoaIYQQQgghhBBCFNPlM7c4ve8qrtUcqP9cpbIOR5SADGoUwszchNfn+hWeEbh69g5bvgwtNF+Xt+rjXqNckc5dHNk3UjMyMkhPTycwMJD587OWJjp+/DhTpkzhxIkT3Lp1C4PBAMDFixfx8fHRymjSpEmh5xk6dCg//PCD9r64N0fr1aun/dvU1JQKFSpQt25dLc3FxQVAWx7r6NGj7Nmzx2jwJVtUVFSpDGokJiaydu1arK2t2bdvH+PGjTM6Hh8fT3BwMIsWLbrvcxVH9hJkOp2O69evc+nSJQYPHmw08JCRkaHNoBk4cCDt27enRs0a+LXzI7BrIP/X+f/yLDsiIoJ69eoZDUw0a9Ysz7w5r5mbmxuQdX3yms3QqVMn9u3bB0CVKlU4ffp0caoMZNVbp9MBWQMAPXr0YOXKlfTv35+kpCQ2bdrEqlWrgKylye7evWs0WAFZs5MaNmxolHZv/05KSmLq1Kls2bKFq1evkpGRQUpKChcvXix2zDn5+/uzYMECkpOT+e6774iMjGTEiBFGeb755hu+++47Lly4QEpKCmlpaSVeEqqg6xMREZFrP49mzZqVyiynf6WMFOwMBux0pmCR98w1IYQQQgghhBBCPLrirqfw59FrJN1JlUGNx5QMahRCp9MVeQmoSj7lsSlnkWuT8JxsHS2o5FMeExNdaYWoyb6RqtfrcXd315a7SUpKokOHDnTo0IEffvgBJycnLl68SEBAQK7NmG1sbAo9z7Rp00q8ATlgtAwP/N3GOdKyb2ZnD7wYDAa6du3KzJkzc5WVfQP3Xvb29iQmJpKZmWm0jFRmZiaJiYm5ltEaO3Ys5ubm7N+/H19fX1asWMErr7yiHd+2bRu1a9c2mvlgZ2dHXFxcrnPfuXMn32W6iis8PBwAT09PrT0WLVpE8+bNszIoBRlpmJpnDUw0atSI6OhoVm5Yye5du+nfpz/t27U32l8iW86Bg5xpeSno+tzru+++IyUlJdfncsoeiAoLC8vzRv6ZM2eoUaOG9r5v3774+flx7do1du7ciaWlpba3SXYc//nPf/Dw8DAq595N0e/t32PHjmXHjh189tlneHl5YWVlxUsvvXTfm5Tb2Njg5eUFwLx58/D392fq1Kl8+OGHAPz444+MHj2azz//HF9fX+zs7Pj00085dOhQic5X2PUp6nUWRZCeNfMGvRXoSv93XAghhBBCCCGEEA9WlToVaPq8J5WfrlDWoYgSkkGNUmRiouOZnjXYvvBUvnlav1zjgQxogPGN1JzOnDnDjRs3mDFjBpUqZY0+HjlypEhlmpubk5mZaZTm7OyMs7NzrnxArryloVGjRqxfvx5PT0/MzIrWZWvVqkVmZibHjx83ejr/2LFjZGZm4u3traXt3LmT7777jn379lG/fn0+/vhjRo0aRfv27bVBk02bNvF///d/uc7x+++/M2DAAC1NKcXRo0dLZTPxlJQUvv32W5599llteS8PDw/OnTtH3759szJdPwPpaVD+n1Fle3t7+vXuR7fu3TjU8xAvdH2BW7duUb58+Vzxr1y5ktTUVO3mf1H7RUHuHVjIS4MGDahVqxZz5syhV69eRvtqhIaGsmvXLqMNzlu2bEmlSpVYu3Yt27Zto0ePHlqf8/HxwcLCgosXLxotNVUU+/btY+DAgbzwwgtA1oyd8+fPF6uMopg8eTKdOnVi2LBhuLu7s2/fPlq2bGk0gyIqKsroM3l990rC29ubw4cPa0t3Qelc53+rtPQkAPR6K2RIQwghhBBCCCGEePzYOlrSrGu1sg5D3IfirW8kClW9oTMd36iDTTnjJ8RtHS3o+EYdqjd0zueTD07lypUxNzdn/vz5nDt3js2bN2tPjBfG09OT6OhoTpw4wY0bN0hNzXsWirOzM1ZWVmzfvp2//vorzxkMJfXmm29y69YtevfuzeHDhzl37hy//vorgwYNyvemr4+PD506dWLQoEHs2rWL6Ohodu3axeDBg+nUqZO25FZ8fDyDBw9mzJgxtGjRAoC3336bp59+mtdffx3IWt5p27ZtufbTGDNmDIsXL+bLL78kMjKS0NBQ3nrrLaKionjzzTeLXc9r164RGxvL2bNnWbNmDa1ateLGjRssWLBAyzNlyhQ++eQT5s6dS2RkJCcjz7N07SZmz8nar2HOnDmsWbOGK+eukHA1gS0bt+Dq6prn5uZ9+vTBYDDw+uuvEx4ers1YgNxP9pc2nU7Hd999R1hYGN27d+fw4cNcvHiRdevW0bVrV3x9fY02LdfpdPTp04dvvvmGnTt30q9fP+2YnZ0dY8aMYfTo0SxfvpyoqCiOHz/OV199xfLlywuMw8vLi59//pkTJ04QGhqqtUlpa9OmDU8//bS2L4yXlxdHjhxhx44dREZGEhQUxO+//270GU9PT/744w8iIiK4ceMG6enpJTr3iBEjWLx4McuXL+fs2bNMnz6dP/7444Ff4yfVjYxkzpqbc43SH8AVQgghhBBCCCGEEIWTQY0HoHpDZ175uCXdRjek/WAfuo1uSP+PWpbJgAZkbeK9bNky1q1bh4+PDzNmzNBuXheme/fudOzYEX9/f5ycnFi9enWe+czMzJg3bx4LFy7E3d29VDfUdnd3JyQkhMzMTAICAqhTpw4jR47EwcHB6An/e61Zs4Z27doxbNgwfHx8GDZsGM8995xRHUaNGoWDg4PRps0mJiYsXbqU//73v6xYsYLg4GBsbW1p3LixUfkvv/wyy5YtY/ny5TRt2pQOHToQFRXFvn37CtygOz/e3t64u7vTuHFjZsyYQbt27Th16pTRnievvfYa3333HcuWLaNu3br4de3Nsh9/oap7Vt+ytbVl5syZNGnShKZNm3L+/Hm2bt2aZzvZ29vzyy+/cOLECRo0aMAHH3zApEmTAEq8AXhxtGrVioMHD2Jqakrnzp3x8vLi/fffZ8CAAezcuTPX0lF9+/YlLCwMDw8PWrVqZXTsww8/ZNKkSXzyySfUrl2bgIAAfvnlF6pWrVpgDHPmzMHR0ZGWLVvStWtXAgICaNSoUanXFeCdd95h0aJFXLp0iaFDh/Liiy/Ss2dPmjdvzs2bN3PtezFkyBC8vb1p0qQJTk5OhISElOi8ffv25f3332fMmDHa8mQDBw58KNf4SaQs7NChw9LCrqxDEUIIIYQQQgghRAkZDIq/zscTuvtSWYciSkCn/mWLq8fHx+Pg4EBcXBz29vZGx+7evUt0dDRVq1aVG35C8/bbb5ORkcHXX39d1qHklp4M1yNAZwKu9YzW+FdKkW5IJ1NlYmVmVaTiVq5cyauvvkpcXBxWVkX7jHj8tG/fHldXV77//vuyDuWxZFBZs3lMdPJcwL3k76gQQgghhBBCiMdB2t0MFr+zD4NB0e/DFjg4WZd1SIKC793nJHtqCFGIOnXq4OvrW9Zh5M3MKmtAQxkg427W5sV/i0uN40riFaz11lR1yHvGwooVK6hWrRoeHh6EhoYyfvx4Xn75ZRnQeIIkJyfzzTffEBAQgKmpKatXr2bXrl3s3LmzrEN7bMlghhBCCCGEEEII8XgztzSjcp0KmJjqyEgv/aXIxYMlgxpCFCJ7b41Hkk4HehtIS4C0RKNBDSu9FTqdDh06lFJ57qEQGxvLpEmTiI2Nxc3NjR49evDRRx89zBqIB0yn07F161amT59Oamoq3t7erF+/nnbt2pV1aI+fpOuQmgBW5cGqXFlHI4QQQgghhBBCiPvw/PB6ZR2CKCFZfioHWTZDPJYSYiAhFqwcwdFTS1ZKoVDyVLkQpeTazUjuZqZS3tIRW/unyjqcR5L8HRVCCCGEEEIIIURJyfJTQvxbWNiDUnDPxsXZszSEEKUj0ZBOiokJDibyp1MIIYQQQgghhHhSpKVkYMhUWNrqyzoUUURyZ0aIx525TdarAPktPyWEKCJDJq4Z6aTodFhbOJR1NEIIIYQQQgghhCgFh385x9FtF2jUqQrNu1Yr63BEEcmghhBPsAxDBlcTr3I34y41HGvIwIYQJZVxF2ulsNaZGe1dI4QQQgghhBBCiMeXXQVLDAbF7Zjksg5FFIMMagjxJDBkQFoSoAPLf9abM9WZkpSehEEZuJtxFyu5GStEyaSnZP1XL/tECCGEEEIIIYQQT4pqDZ3xqOmIfUW5Z/Y4kUENIZ4Ed+PhzgXQWxsNauh0OjxsPdCb6LE0k5uxQpRUYloC6HRYmVliWtbBCCGEEEIIIYQQolRYWJlhYSW3yB83JmUdgHiyDRw4kG7dupV1GE++7D010lPAYDA6ZG9hj5XeKmvjcJ2OjRs3Pvz4HhHnz59Hp9Nx4sSJUivT09OTL774otTKe1S0adOGUaNGlXUYj4xrhrtc0OtJNJEl3IQQQgghhBBCCCHKkgxqPCEGDhyo3bTW6/VUq1aNMWPGkJSUdF/lTpkyhQYNGhSaL7+bxXPnzmXZsmX3FUNJLFu2jHLlyuV5rFy5clpMoaGhWFhYsHnzZqM869evx9LSklOnThmlT5kyhV69egHkO0AwatQo2rRpo70vbGBn79692rUzMTHBwcGBhg0bMm7cOGJiYgqtKwCm5mCiBxSk578GYExMDJ06dSpamQ/Bn3/+yauvvspTTz2FhYUFVatWpXfv3hw5cuSBnK9SpUrExMRQp06dB1L+w5Sz3+h0OipUqEDbtm0JCQkpUTl37twxSv/555/58MMPSzHix5uFuT3mpuZYWlUo61CEEEIIIYQQQghRipLj0wheHcHG2cdQSpV1OKIIZFCjlO1ft5ID61fneezA+tXsX7fygZ27Y8eOxMTEcO7cOaZPn87XX3/NmDFjSlSWUoqMjIz7jsnBwSHfwYVHQf369QkKCuL111/n5s2bAFy7do2hQ4cyderUXDe/N2/eTGBg4AOJJSIigqtXr/L7778zfvx4du3aRZ06dTh58mThH9bpwNw6699pibkOJ6UncS35Go5OjlhYWJRy5CVz5MgRGjduTGRkJAsXLiQsLIwNGzZQq1Yt3n333RKXm5mZieGe2SoAaWlpmJqa4urqipnZkzOtMCIigpiYGPbu3YuTkxPPP/88165du+9yy5cvj52dXSlE+GTwsPOghmMNLGQZNyGEEEIIIYQQ4omitzAlLOQqVyLvEHctpazDEUVQpoMan3zyCU2bNsXOzg5nZ2e6detGREREgZ+59+nk7NeZM2ceUtQF05mYsP/H3AMbB9avZv+PK9GZPLgmt7CwwNXVlUqVKtGnTx/69u2rzST44YcfaNKkCXZ2dri6utKnTx+jG5/Z7bpjxw6aNGmChYUF33//PVOnTiU0NFRr5/xmXVStWhWAhg0botPptJkK985SaNOmDSNGjGDUqFE4Ojri4uLCt99+S1JSEq+++ip2dnZUr16dbdu2GZUfFhZG586dsbW1xcXFhf79+3Pjxo1Sabf333+fypUr8+abbwLwxhtvUKNGjVwDQpcuXeLUqVMPbKaDs7Mzrq6u1KxZk169ehESEoKTkxPDhg0zyrd06VJq166NpaUltWrV4uuvv846YG5LWlo6b40ei5ubG5aWlnh6evLJJ59wPfk615OvY2lmaTS7ZP/+/TRo0ABLS0uaNGnCxo0bjWbcZPeL3bt306RJE6ytrWnZsmWh39PCKKUYOHAgNWrUYN++fTz//PNUr16dBg0aMHnyZDZt2mR0/pyzCE6cOIFOp+P8+fPAP7NytmzZgo+PDxYWFly4cAFPT0+mT5/OwIEDcXBwYMiQIXnOKDp9+jTPP/889vb22NnZ8cwzzxAVFQXkvQRTt27dGDhwYJ71yqv8O3fuoNPp2Lt3r1GdduzYQcOGDbGysqJt27Zcu3aNbdu2Ubt2bezt7enduzfJyfnPusmW3W/q1q3LxIkTiYuL49ChQ9rxgr7758+fx9/fHwBHR0d0Op1Wt3vr7unpyccff8ygQYOws7OjcuXKfPvtt0axFNafhBBCCCGEEEIIIR41egtTWr7gRedhdbFxfDQeBhYFK9NBjeDg4P9n787joqr6B45/ZthhWFxYXVhcQNwVFbRUckHtMXsql/DRcM09ejKtTHMXKzO1XLIEzN005WeZaan5aEZuuCGYQJrhggsIyDYzvz8mJkZ2GMT0+3695mVz75lzzr1z79DrfO85X8aPH8/Ro0fZu3cveXl59OzZs0xLJuU/nZz/atSoUZX2NTcrq9hXXk6OvlzAiy/j/8JAjmxZz+HNX5KblcXhzV9yZMt6/F8YiF/fF8pUrzFYWVmRm5sL6J5SnzNnDjExMezYsYPExMQiB2anTJnCggULiI2NpWfPnrzxxhs0bdpUf54HDhxYZFvR0dEA7Nu3j+TkZLZv315svyIjI6lduzbR0dFMnDiRsWPH0r9/fzp27MiJEycICgpiyJAh+gHd5ORkunTpQqtWrTh27Bjfffcd169fZ8CAAZU8QzomJiZERkayc+dOgoOD2bNnDxEREZiYGKYDjoqKonPnzg9t5omVlRVjxozh8OHD+kHo1atXM23aNObNm0dsbCzz589n+vTpREZGgrkNS9dsJGr3PrZs3kxcXBzr1q3Dw8MDW3Nb7C3sDeq/d+8effv2pXnz5pw4cYI5c+YwderUIvsybdo0Fi1axLFjxzA1NWX48OGVOrZTp05x7tw53njjDZRFBPrKe44zMzNZsGABn3/+OefOncPJyQmADz74gGbNmnH8+HGmT59e6HNXr16lc+fOWFpa8uOPP3L8+HGGDx9ulFlKpZk5cyaffPIJR44c4cqVKwwYMICPP/6YDRs28M0337B3716WLVtW5voyMzMJDw8HwMzMTL+9pHu/Xr16bNu2Dfj7N3XJkiXFtrFo0SL8/Pw4efIk48aNY+zYsfqAcnmup38a7b1kuBELGcYJpAohhBBCCCGEEOLR0rJbPTxbOmJmblJ6YVHtqnUNlu+++87gfXh4OE5OThw/fpzOnTuX+FknJ6eHuqzR0ldeKnafZ2s/Xnhrpv79sW92AHB0+2aObt+s3350+2b+uHCOge+F6betnjCc+/fSCtX5xuZdlepvdHQ0GzZsoFu3bgAGg9BeXl4sXbqU9u3bk56ejkql0u+bPXs2PXr00L9XqVSYmpri4uJSYnuOjo4A1KpVq9SyLVu25N133wV0syTCwsKoXbs2o0aNAmDGjBmsWLGC06dP4+/vz4oVK2jTpg3z58/X17FmzRrq1atHfHw8jRs3LsspKVGTJk0IDQ0lLCyMhQsXFlnnzp07q2zpqeL4+PgAuifqnZycmDNnDosWLeKFF3TBMU9PT86fP8+qVat4ZegQLl+9RiPPejzl3w6FuRXu7u7F1r1+/XoUCgWrV6/G0tISX19frl69qv8eCpo3bx5dunQB4K233uLZZ58lKysLS8uKLcVz8eJFg+OrrNzcXJYvX07Lli0Ntj/zzDMGM27yZ3fk+/TTT7G3t2fTpk36QIAxrqeymDt3Lp06dQJgxIgRvP3221y6dAkvLy8AXnrpJfbv319qYKBu3bqALqih1Wpp27at/r6H0u/9mjVrAmX7Te3Tpw/jxo0DYOrUqSxevJgDBw7g4+NTruvpnyYx+y5qhZo66mysq7szQgghhBBCCCGEEE+4RyqnRmpqKoB+kK0krVu3xtXVlW7durF///5iy2VnZ5OWlmbwelzt2rULlUqFpaUlAQEBdO7cWf+k98mTJ+nXrx/u7u7Y2trql4e6fPmyQR1+fn6ltjNmzBhUKpX+VV4tWrTQ/7eJiQm1atWiefPm+m3Ozs4A+tkJx48fZ//+/QZt5g+G5y8TVFnp6els3rwZa2trDh06VGh/WloaBw8e5LnnnjNKe2WVn5xIoVBw8+ZNrly5wogRIwzOxdy5c3XnQaEkZMQYTsVewrtZSyZNmsT3339fbN1xcXG0aNHCIDDRvn37IssW/M5cXV0Bis3b0Lt3b33fmjZtWupxGYO5ublBH/OVdj2fOnWKp59+2mBmw8NSsL/Ozs5YW1vrAxr528qSG+PQoUOcOHGCjRs34u7uTkREhMHxlPXeL2+fFQoFLi4u+j6W53r6J9FoNWShIUehwMRMQhpCCCGEEEIIIcTjKi3lPmd/usqtq4Xz1YpHyyOTLVer1fLf//6Xp556qlBy5oJcXV357LPPaNu2LdnZ2Xz55Zd069aNAwcOFDm7Y8GCBcyaNavS/ZsU+VWx+x7MkzHus/VE79zK0e2bUZqaosnLw/+FgbTv1x+UhoO4oz5ZU+m+5QsMDGTFihWYmZnh5uamH9jMyMigZ8+e9OzZk3Xr1uHo6Mjly5cJCgoip8DSWQA2NjaltjN79uwKJyAHCg0gKxQKg235A935yZ41Gg19+/Zl4cKFherKH2B/kJ2dHenp6ajVaoNlpNRqNenp6djbGy7F9Oabb2Jubs6RI0cICAhg7dq1DB06VL8/P9dBwZkPtra2+kBcQXfv3i1Uf0XFxsYCunwG+edj9erVdOjQwaBc/jG26diFxMREdu/ezb59+xgwYADdu3fnq6/+vn7zNLqllbRabaGgQn6w4UElfT8P+vzzz7l//36hzxWUPxsiNjaWVq1aFVkG0C9NVbBf+UuqFWRlZVVkgKS069nKyqrE/UqlstA5Kar98vYXCp/Tou6L4s5xQZ6enjg4ONC4cWOysrL497//zdmzZ7GwsCjXvV8WJfWxPNfTP4lSq6FRTg5ZCgXm5pI4XQghhBBCCCGEeFz9EpVAfPR12vZyp1ad8j/ILR6eR2amxoQJEzh9+jQbN24ssZy3tzejRo2iTZs2BAQEsHz5cp599lk+/PDDIsu//fbbpKam6l9XrlypUP/MLC2LfZmamxuUPfbN1xzdvpmOAwbz+voddBwwmKPbN3Psm68xM7coU70VYWNjQ8OGDXF3dzcYfLxw4QIpKSmEhYXx9NNP4+PjU6YnwEH3BLxarTbY5uTkRMOGDfWv/HJAobLG0KZNG86dO4eHh4dBuw0bNix20NrHxwe1Ws3JkycNtp84cQK1Wo23t7d+2969e/n888+JiIigZcuWzJ8/n9DQUJKTk/Vldu7cWWiWho+PD7/++qvBNq1Wy/Hjxw3qr6j79+/z2Wef0blzZxwdHXF2dqZOnTokJCQUOg/5idpBF9AZOHAgq1evZvPmzWzbto3bt29z6/4tAFKzU/X9P336NNnZ2frPHjt2rNL9rlOnjr5fxS1/1apVK3x9fVm0aFGRA/f5icHzlzUr+F0YM+l0ixYtOHToULGBB0dHR4O21Wo1Z8+eLba+qu5vaYYMGYJGo9Enjy/LvW+se7eqrqdql5uFGWCrMEVh8sg8ByCEEEIIIYQQQggjc29WC9eG9tg7yUoNj7pHIqgxceJEoqKi2L9/v359+PLw9/fXr9H/IAsLC+zs7AxeVennbRs5smU9HQcMJuDFlwFd8vCOAwZzZMt6ft5WctCmKtSvXx9zc3OWLVtGQkICUVFRzJkzp0yf9fDwIDExkVOnTpGSkmIwYFmQk5MTVlZW+iTeRc1gqKjx48dz+/ZtXn75ZaKjo0lISOD7779n+PDhxQ7E+vr60rt3b4YPH86+fftITExk3759jBgxgt69e+Pr6wvolpUaMWIEkydPxt/fH4BJkybRtGlTRo8eDUBeXh67d+8ulE9j8uTJfPHFF3zyySfEx8cTExPDhAkTuHTpEuPHjy/3cd64cYNr165x8eJFNm3aRKdOnUhJSWHFihX6MjNnzmTBggUsWbKE+Ph4zpw5Q3h4OB999BEAiz/6iE0Rn3Hh6A/Ex55n69atuLi44ODggIWJLqCm1urOWXBwMBqNhtGjRxMbG8uePXv0wUFjLQtVHIVCQXh4OPHx8XTu3Jlvv/2WhIQETp8+zbx58/TnumHDhtSrV4+ZM2cSHx/PN998w6JFi4zWjwkTJpCWlsagQYM4duwYFy9e5MsvvyQuLg7Q5eT45ptv+Oabb7hw4QLjxo3TB1yKYmVlhb+/P2FhYZw/f56ffvpJnz/mYVAqlfrcMJmZmWW6993d3VEoFOzatYubN2+Snl6xKZbVeT1VqVzdrCPMSp7VI4QQQgghhBBCiH+2xu1deGFyW5p0LHplGPHoqNaghlarZcKECWzfvp0ff/zR4Gnz8jh58mSxyxA9bFqNxiCgkS8/sKEtw3Iyxubo6EhERARbt27F19eXsLCwYme2POjFF1+kV69eBAYG4ujoWOxMGlNTU5YuXcqqVatwc3MzakJtNzc3Dh8+jFqtJigoiGbNmvHaa69hb2+vX+6nKJs2baJ79+6MHTsWX19fxo4dS7du3QyOITQ0FHt7e4MlypRKJeHh4fz444+sXbuWgwcPolKpaNu2rUH9AwYMICIigsjISNq1a0fPnj25dOkShw4dKjFBd3G8vb1xc3Ojbdu2hIWF0b17d86ePasPwACMHDlSP6ukefPmdOnShYiICP29o7K1ZeGixfh160s7/wCSkpL49ttvUSqVWP+VD8DJ2gnQzej4v//7P06dOkWrVq2YNm0aM2bMAKhwAvDyaN++PceOHaNBgwaMGjWKJk2a8Nxzz3Hu3Dk+/vhjQLfc0caNG7lw4QItW7Zk4cKFzJ0712h9qFWrFj/++CPp6el06dKFtm3bsnr1av1Mp+HDh/PKK68wdOhQunTpgqenJ4GBgSXWuWbNGnJzc/Hz8+O1114zan/LYvjw4eTm5vLJJ5+U6d6vU6cOs2bN4q233sLZ2ZkJEyZUqN3qvp6qys2cu9xWKskz/ecegxBCCCGEEEIIIcTjRKGtxkXPx40bx4YNG9i5c6fBcj329vb6te7ffvttrl69ytq1awH4+OOP8fDwoGnTpuTk5LBu3TrCwsLYtm0bL7zwQqltpqWlYW9vT2pqaqFZG1lZWSQmJuLp6fmPHoQTxjVp0iTy8vL0S/o88u78Dvdvg8oZ7NzK9dH169czbNgwUlNTS803IURp/unXk0ar4cKtWLRAQytnLGxqV3eXHnnyd1QIIYQQQgghxD+dRq3h3u0s7B1lGaqHraSx+4KqdYHw/GV1unbtarA9PDyckJAQQLc2/eXLl/X7cnJymDx5MlevXsXKyoqmTZvyzTff0KdPn4fVbfGEadasGQEBAdXdjbIzt9EFNXIySi26du1avLy8qFOnDjExMUydOpUBAwb8IwegRfV73K4nrVZLLavaZKuzMbeuVd3dEUIIIYQQQgghRBVL+eMeX394AjNLU15Z0PGfvaT2Y6xagxplmSQSERFh8H7KlClMmTKlinokRGH5uTX+McxVun9zMkGrAcXfS3TlqnO5kXmDPG0e7nbuXLt2jRkzZnDt2jVcXV3p378/8+bNq6aOi3+6x+16MlGa4GzjXN3dEEIIIYQQQgghxEPi4GSNWq1Fkasm424OqhoW1d0lUYRqXX6qOsjyU+Kxp9XCtTOgVUPtxrqZG3/J0+QRd1uXBNu7pjemymqNawrxaNOodUFBeSqjzOTvqBBCCCGEEEKIf7o71zKwd7JGqZTxgIftH7H8lBCiCigUukBGdppuCaoCQQ1TpSnONs5YmliiVBSfZF0IAdn3/sQ88zYKlTPYulR3d4QQQgghhBBCCPEQ1HCxKb2QqFYS1BDicZQf1FDnFtpV20qSHQtRGo1Ww6XcNDAzoZECzKq7Q0IIIYQQQgghhBACkKCGEI8nm9pg4whKk+ruiRD/SLmaXPInmZqaqaq1L0IIIYQQQgghhHi4Yn64wsVj1/Hv50Vdn5rV3R3xAFl/RojHkdK0xIBGVl4Wt+7fQq1RP8ROCfHPYYEJPjk5NMzJRWFmVd3dEUIIIYQQQgghxEOUcuUe1xPTuHz+dnV3RRRBZmoI8QS6cu8KOeoczE3MsTW3re7uCPHoybuPAjAzMZcZT0IIIYQQQgghxBOmyVNuuDZyoL5vreruiiiCBDWEeFzdvwvp13X5NezrGuxSmavIUeeglMlaQhQt977uX5mlIYQQQgghhBBCPHHcGjrg1tChurshiiEjmqJKhYSE8Pzzz1d3N55QWsjNhOx0/RaFQsGOHTtwtXHF3c4dG3Obauxf+URERODg4FDd3XhiJSUloVAoOHXqVHV3pcpptBqSsm9zzcQEjalldXdHCCGEEEIIIYQQQhQgQQ0jy7ubRc7V9GJfeXezqqTdkJAQFAoFCoUCMzMzvLy8mDx5MhkZGZWqd+bMmbRq1arUcsUNeC5ZsoSIiIhK9aEiShoAd3Bw0PcpJiYGCwsLoqKiDMps27YNS0tLzp49a7B95syZDBo0CPg7QPCg0NBQunbtqn9fWmDnwIED+u9OqVRib29P69atmTJlCsnJyaUea7HyAxZ59+Gv3BnJycn07t274nUaUdeuXQkNDa3ydvbv309gYCA1a9bE2tqaRo0a8corr5CXl1flbRtLWYODBX8HTE1NqV+/PmPHjuXOnTuVbq9evXokJyfTrFmzctX1T5StziZDq+aOiQkKc0kSLoQQQgghhBBCPIly7ufx2/EbnD/8Z3V3RTxAlp8yory7WVz78BjkaYsvZKrAZbIfpg7Gf/q3V69ehIeHk5uby6FDhxg5ciQZGRmsWLGi3HVptVrU6sonkba3t690HVWpZcuWTJ8+ndGjR9OpUydq1arFjRs3GDNmDLNmzSo0gBsVFcWbb75ZJX2Ji4vDzs6OtLQ0Tpw4wfvvv88XX3zBgQMHaN68efkrNDHXvdQ5uhkbFra4uLgYFNFoNWi1Wkwe05wB586do3fv3kyaNIlly5ZhZWXFxYsX+eqrr9BoNNXdvVKp1WoUCkW5PpP/O5CXl8f58+cZPnw4d+/eZePGjZXqi4mJSaHr53FlpjTDTeWGRqtBYWlX3d0RQgghhBBCCCFENbhx+R57Vp/Fys6cJh1dyz1GI6qOzNQwIk1GXskBDYA8ra5cFbCwsMDFxYV69eoRHBzM4MGD9TMJ1q1bh5+fH7a2uoHt4OBgbty4of9s/myBPXv24Ofnh4WFBV9++SWzZs0iJiZG//R3cbMuPD09AWjdujUKhUI/U+HBJ767du3KxIkTCQ0NpUaNGjg7O/PZZ5+RkZHBsGHDsLW1pUGDBuzevdug/vPnz9OnTx9UKhXOzs4MGTKElJQUo5y3t99+m/r16zN+/HgAXn31VRo1asTkyZMNyl25coWzZ89W2UwHJycnXFxcaNy4MYMGDeLw4cM4OjoyduxYg3Lh4eE0adIES0tLfHx8WL58uX5fTk4OEyZMwNXVFUtLSzzaBbFg2RrI0S1BVXB2yY3MG2z8biMtW7XE0tISPz8/duzYYTDjJv+6+OGHH/Dz88Pa2pqOHTsSFxdn9OO/c+cOQ4cOpUaNGlhbW9O7d28uXrxYqNyOHTto3LgxlpaW9OjRgytXrhRb5969e3F1deX999+nWbNmNGjQgF69evH5559jbm4OFD0b6eOPP8bDw0P/Pv86njVrFk5OTtjZ2fHqq6+Sk5OjL9O1a1cmTJjAhAkTcHBwoFatWrz77rtotX//JpR2jPkzjHbt2oWvry8WFhYMGzaMyMhIdu7cqb8PDxw4UOwx5/8O1K1bl549ezJw4EC+//57/X61Ws2IESPw9PTEysoKb29vlixZot8/c+bMItt7cDZWWa+NuXPn4uTkhK2tLSNHjuStt94q0+yv6mSqNKWGZQ1qWUkyMCGEEEIIIYQQ4knl6mWPY31bGvs5k5fz6D8c+ySRoEYZaXLUaHLUBgOU2jyNbltexS9qfb2aAvWqjXOTWFlZkZubC+gGu+fMmUNMTAw7duwgMTGRkJCQQp+ZMmUKCxYsIDY2lp49e/LGG2/QtGlTkpOTSU5OZuDAgUW2FR0dDcC+fftITk5m+/btxfYrMjKS2rVrEx0dzcSJExk7diz9+/enY8eOnDhxgqCgIIYMGUJmZiagWzKpS5cutGrVimPHjvHdd99x/fp1BgwYUMkzpGNiYqIfxA0ODmbPnj1ERERgYmI4eyEqKorOnTs/tLwOVlZWjBkzhsOHD+sDUKtXr2batGnMmzeP2NhY5s+fz/Tp04mMjARg6dKlREVFsWXLFuLi4lj3xQo86rlBTuFlyO6n32f84PE09m3MiRMnmDNnDlOnTi2yL9OmTWPRokUcO3YMU1NThg8fbvTjDQkJ4dixY0RFRfHzzz+j1Wrp06eP/hoGyMzMZN68eURGRnL48GHS0tL0y4EVxcXFheTkZH766adK9++HH34gNjaW/fv3s3HjRr7++mtmzZplUCYyMhJTU1N++eUXli5dyuLFi/n888/LfYwLFizg888/59y5cyxdupQBAwbQq1cv/X3YsWPHMvU5ISGB7777DjMzM/02jUZD3bp12bJlC+fPn2fGjBm88847bNmyBYDJkyeXq72Sro3169czb948Fi5cyPHjx6lfv36FZo49dOoc3UtbSpBaCCGEEEIIIYQQjy0TMyUD3mnHUwMaYWbxeK5y8k8ly0+V0Z8zjgDg+m4HTFS6J7zv/fQHad//jk07F2q82KhC9V5bGI0mIw/n19tg5qzLgZBx/Dqq9q6V6m90dDQbNmygW7duAAYDjV5eXixdupT27duTnp6OSvX3mvGzZ8+mR48e+vcqlQpTU9NSl51xdHQEoFatWqWWbdmyJe+++y6gmyURFhZG7dq1GTVqFAAzZsxgxYoVnD59Gn9/f1asWEGbNm2YP3++vo41a9ZQr1494uPjady4cVlOSYmaNGlCaGgoYWFhLFy4sMg6d+7cSb9+/SrdVnn4+PgAupwlTk5OzJkzh0WLFvHCCy8Auhky58+fZ9WqVbzyyitcvnyZRo0a8dRTT6FQKHB3dYSmdSEns9AA7a6vdmGqNGV9+HqsrKzw9fXl6tWr+u+hoHnz5tGlSxcA3nrrLZ599lmysrKwtDTOMmoXL14kKiqKw4cP6wfQ169fT7169dixYwf9+/cHIDc3l08++YQOHToAuiBCkyZNiI6Opn379oXq7d+/P3v27KFLly64uLjg7+9Pt27dGDp0KHZ25VtWyNzcnDVr1mBtbU3Tpk2ZPXs2b775JnPmzEGp1MWH69Wrx+LFi1EoFHh7e3PmzBkWL17MqFGjynWMy5cvp2XLlvq2raysyM7OLtPyT7t27UKlUqFWq8nK0uXw+eijj/T7zczMDIIxnp6eHDlyhC1btjBgwABUKlW52ivp2li2bBkjRoxg2LBhgO7e/v7770lPTy+pymql0WpIv/cnlpl3MLNxQmFfp7q7JIQQQgghhBBCCCEKkJkaj5H8wUxLS0sCAgLo3Lkzy5YtA+DkyZP069cPd3d3bG1t9ctDXb582aAOPz+/UtsZM2YMKpVK/yqvFi1a6P/bxMSEWrVqGeSMcHZ2BtDPTjh+/Dj79+83aDN/sP/SpUvlbr8o6enpbN68GWtraw4dOlRof1paGgcPHuS5554zSntllT8zSKFQcPPmTa5cucKIESMMzsXcuXP15yEkJIRTp07h7e3NpEmT+H7/ITCxAAuVPll4vt8u/kaLFi2wsrLSbysqMACG35mrqy7gVnD5soJ69+6t71vTpk3LdJyxsbGYmprqgxWgC5B5e3sTGxur32Zqampwjfr4+ODg4GBQpiATExPCw8P5448/eP/993Fzc2PevHn62Ufl0bJlS6ytrfXvAwICSE9PN1j+yt/f32B9xYCAAC5evIharS7zMZqbmxuc7/IKDAzk1KlT/PLLL0ycOJGgoCAmTpxoUGblypX4+fnh6OiISqVi9erVhX4LyqqkayMuLq7QNVXcNfaoyFZncyUvg0vmZmBqUd3dEUIIIYQQQgghRDXTarXcuZZBXm7l8w8L45CZGmXkNlv3ZLXC7O84kG3nuqieqoNCWfEkMS5TdQN8CtO/67Vp61yhugIDA1mxYgVmZma4ubnpl5zJyMigZ8+e9OzZk3Xr1uHo6Mjly5cJCgoyyAkAYGNjU2o7s2fPLpRvojwKLoUDugH7gtvyB4XzEzlrNBr69u3LwoULC9WVP4j6IDs7O9LT01Gr1QbLSKnVatLT0wslMH/zzTcxNzfnyJEjBAQEsHbtWoYOHarfv3v3bpo0aYK7u7t+m62tLampqYXavnv3rtESpOcPdnt4eOjPx+rVqw0GxgH9MbZp04bExER2797Nvn37GDBwIN27d+err74qVLdWqy2U4EhbzHI7JX0/D/r888+5f/9+oc+VpLh2i+pjUUmZSkvUVKdOHYYMGcKQIUOYO3cujRs3ZuXKlcyaNQulUlmo/YLLQZWmrEmiynqMVlZWlUo8ZWNjQ8OGDQHdcmSBgYHMmjWLOXPmALBlyxZef/11Fi1aREBAALa2tnzwwQf88ssvFWqvtGujrNfYo0Kj1WCp1WKq1aIwsyr9A0IIIYQQQgghhHisbf/gBNcSUuk7sSX1m0r+zUeBzNQoI6W5CUpzE4MBOoWpUrfNtOKnUV9vgcCIwqRi9eUPZrq7uxsMNF64cIGUlBTCwsJ4+umn8fHxKfYp+weZm5ujVhtGIZ2cnGjYsKH+lV8OKFTWGNq0acO5c+fw8PAwaLdhw4bFBmF8fHxQq9WcPHnSYPuJEydQq9V4e3vrt+3du5fPP/+ciIgIWrZsyfz58wkNDTV4kn/nzp2FZmn4+Pjw66+/GmzTarUcP37coP6Kun//Pp999hmdO3fG0dERZ2dn6tSpQ0JCQqHzkJ+oHXQBnYEDB7J69Wo2b97Mtm3buH37dqH6fXx8OH36NL/f/p1rGdcAOHbsWKX7XadOHX2/CgaBSuLr60teXp7BwPqtW7eIj4+nSZMm+m15eXkGfYyLi+Pu3bv6mTtlUaNGDVxdXcnI0OUZcXR05Nq1awaD7fnJsAuKiYnRB2sAjh49ikqlom7dugbbCjp69CiNGjXCxMSkzMdYlKLuw7J67733+PDDD/nzzz8BOHToEB07dmTcuHG0bt2ahg0bFprxVJn2CvL29tbn28lnjGusKtkozWmQm0v9vDwwNc7yakIIIYQQQgghhPjnquFijdJUQerN+6UXFg+FBDWeAPXr18fc3Jxly5aRkJBAVFSU/qnt0nh4eJCYmMipU6dISUkhOzu7yHJOTk5YWVnpk3gXNYOhosaPH8/t27d5+eWXiY6OJiEhge+//57hw4cXO/Dq6+tL7969GT58OPv27SMxMZF9+/YxYsQIevfuja+vL6BbVmrEiBFMnjwZf39/ACZNmkTTpk0ZPXo0oBtI3717d6F8GpMnT+aLL77gk08+IT4+npiYGCZMmMClS5cYP358uY/zxo0bXLt2jYsXL7Jp0yY6depESkqKQWLlmTNnsmDBApYsWUJ8fDxnzpwhPDxcnzNh8eLFbNq0iQsXLhAfH8/WrVtxcXHBwd4e8gy/u+DgYDQaDZPGTuLYaV0C9g8//BAo++wDY2nUqBH9+vVj1KhR/O9//yMmJob//Oc/1KlTx+C8m5mZMXHiRH755RdOnDjBsGHD8Pf3L3ZJo1WrVjF27Fi+//57Ll26xLlz55g6dSrnzp2jb9++AHTt2pWbN2/y/vvvc+nSJT799FN2795dqK6cnBxGjBjB+fPn2b17N++99x4TJkzQ59MAuHLlCv/973+Ji4tj48aNLFu2jNdee61cx1gUDw8PTp8+TVxcHCkpKeWaSdK1a1eaNm2qz0nTsGFDjh07xp49e4iPj2f69OmFgnOVaa+giRMn8sUXXxAZGcnFixeZO3cup0+ffujXV7nk6v4HRWFiAUpJAiaEEEIIIYQQQjzpOvTzYuRHnWnetW7phcVDIUENI1LamIJpKYN1pgpduYfI0dGRiIgItm7diq+vL2FhYfrB69K8+OKL9OrVi8DAQBwdHdm4cWOR5UxNTVm6dCmrVq3Czc3NqAm13dzcOHz4MGq1mqCgIJo1a8Zrr72Gvb29wYDygzZt2kT37t0ZO3Ysvr6+jB07lm7duhkcQ2hoKPb29gaJk5VKJeHh4fz444+sXbuWgwcPolKpaNu2rUH9AwYMICIigsjISNq1a0fPnj25dOkShw4dKvMMhYK8vb1xc3Ojbdu2hIWF0b17d86ePasPwACMHDlSP6ukefPmdOnShYiICP1MDZVKxcKFC/Hz86Ndu3YkJSXx7Te7UN6MhRvnDdqzs7MjKiqK387/xotdX+Tdd99lxowZAEZLAF4SjUaDqenf90J4eDht27blX//6FwEBAWi1Wr799luDWUfW1tZMnTqV4OBgAgICsLKyYtOmTcW20b59e9LT0xkzZgxNmzalS5cuHD16lB07duiTWzdp0oTly5fz6aef0rJlS6Kjo4tcXq1bt240atSIzp07M2DAAPr27cvMmTMNygwdOpT79+/Tvn17xo8fz8SJE/XBsbIeY1FGjRqFt7e3Pg/G4cOHSyz/oP/+97+sXr2aK1euMGbMGF544QUGDhxIhw4duHXrFuPGjTNqe/kGDx7M22+/zeTJk/VLo4WEhDyU66vC/gpqIEtPCSGEEEIIIYQQArCxt8DMXB58fJQotI/6AudGlpaWhr29PampqdjZ2Rnsy8rKIjExEU9PzwoPuuXdzUKTkVfsfqWNKaYOj/CAnihk0qRJ5OXlsXz58uruSsXdiIW8LKjhCVYOxRZbv349w4YNIzU11SCBeFXw8fFh5MiRlcrP8rCEhIRw9+5dduzYUWyZrl270qpVKz7++OOH1q9/oh49euDi4sKXX35Z3V0pJCsvi9/vJqDS5FHHyglsXaq7S/84xvg7KoQQQgghhBBCiCdTSWP3BUmicCMzdbAEh+ruhTCmZs2aERAQUN3dqBxzlS6okZNhENRYu3YtXl5e1KlTh5iYGKZOncqAAQOqNKBx48YNdu/eTVxcHN26dauydkT1y8zMZOXKlQQFBWFiYsLGjRvZt28fe/fure6uFel+3n3y0JJrYgEWttXdHSGEEEIIIYQQQjwiriWkcmx3Ejb2FgT+p+y5XUXVkKCGEKUouHzQP5a5DWSmQE66weZr164xY8YMrl27hrOLMy+99JI+90JV6dWrF3fu3GHp0qW0bt26StsS1UuhUPDtt98yd+5csrOz8fb2Ztu2bXTv3r26u1YkO3M7zO3NdW/MbKq3M0IIIYQQQgghhHhkaNRafj9zCytbM7oGe6NQPsL5Qp8AsvxUAbJshnhs5WX/lVNDAS4toEAuEo1Ww4XbF9BqtTR0aIiFqUX19VMI8Y8mf0eFEEIIIYQQQjyO1GoNp3/4g3q+NahVR4VCIUGNqiDLTwkh/mZiDkpT0ORBbiZYqPS7lAol1qbWaLQa1Fp1NXZSiGqWe193j5hZ6e4XIYQQQgghhBBCCMDEREnrnvWruxviLzJqI8STQKHQLUGVlarLq1EgqAHgbucuEWbxRMtR55B270+ssu9hY10b7OtWd5eEEEIIIYQQQgghRBGUpRcRQjwWrGqAjVOhgAYgAQ3xxMvIzeC6JoubJia6mRpCCCGEEEIIIYQQBWi1Wq7G3eHnHZfIycqr7u480WSmhhBPCqsaulcJ8lPsSJBDPGnMlGbYabRYaTVgKkENIYQQQgghhBBCFPbjl7GkpWTh2sAej+a1q7s7TywJagghALiecZ072XdwsXbBwdKhursjxEOlUpqjyssFFGAmCa6FEEIIIYQQQghhSKFQ0MjPmXt3srBSmVd3d55oEtQQ4kmiUetyaihNwdzaYJcWLWqNmsy8TBxwqJ7+CVFd8u7r/jW1AIWszCiEEEIIIYQQQojC/J9vUN1dEEhODVHFQkJCeP7556u7G+IvChNTdmz4HDJTCu2rYVkDT3tPXGxcqqFn/xwzZ86kVatW+vfVfY137dqV0NDQamv/caDWqFHnZureSD4NIYQQQgghhBBCiEeaBDWqiEajITExkTNnzpCYmIhGo6nS9kJCQlAoFCgUCszMzPDy8mLy5MlkZGRUqt4HB3CLk5SUhEKh4NSpUwbblyxZQkRERKX6UBERERE4ODgUuc/BwUHfp5iYGCwsLIiKijIos23bNiwtLTl79qzB9pkzZzJo0CBAN+Vsx44dheoPDQ2la9eu+velDXofOHBA/90plUrs7e1p3bo1U6ZMITk5udRjLY/khAv0Duykm63xAAsTC6zNrFFW41Pq9+/f57333sPb2xsLCwtq167NSy+9xLlz56qtT5VV8PtVKBTUqlWLZ555hsOHD1eonrt37xps3759O3PmzDFij588aTlpXMi+zVVTSRIuhBBCCCGEEEKI0t2/l0PqzfvV3Y0nliw/VQXOnz/Pd999R1pamn6bnZ0dvXr1wtfXt8ra7dWrF+Hh4eTm5nLo0CFGjhxJRkYGK1asKHddWq0WtVpd6T7Z29tXuo6q1LJlS6ZPn87o0aPp1KkTtWrV4saNG4wZM4ZZs2bRrFkzg/JRUVG8+eabVdKXuLg47OzsSEtL48SJE7z//vt88cUXHDhwgObNmxulDZf6XnD9LORlgToPTB6dn4Ds7Gy6d+/O5cuXWbRoER06dOD69essWLCADh06sG/fPvz9/aus/ZycHMzNq249xPzv9+bNm8ydO5dnn32W+Ph4nJycKlVvzZo1jdTDJ1e2OhsAE3NbsLCr5t4IIYQQQgghhBDiUXbmwB/8tCmeBm2c6DW6WekfEEYnMzWM7Pz582zZssUgoAGQlpbGli1bOH/+fJW1bWFhgYuLC/Xq1SM4OJjBgwfrZxKsW7cOPz8/bG1tcXFxITg4mBs3bug/m/8U+J49e/Dz88PCwoIvv/ySWbNmERMTo3/KvLhZF56engC0bt0ahUKhn6nw4CyFrl27MnHiREJDQ6lRowbOzs589tlnZGRkMGzYMGxtbWnQoAG7d+82qP/8+fP06dMHlUqFs7MzQ4YMISWl8BJKFfH2229Tv359xo8fD8Crr75Ko0aNmDx5skG5K1eucPbsWXr37m2Udh/k5OSEi4sLjRs3ZtCgQRw+fBhHR0fGjh1rUC48PJwmTZpgaWmJj48Py5cv1+/LyclhwoQJuLq6YmlpiYeHBwsWLNDvV5ias+P7/+ne5GZw5MgRWrVqhaWlJX5+fmzdvhWFQsHBoweBv6+LH374AT8/P6ytrenYsSNxcXFGP/6PP/6Yn3/+mV27djFgwADc3d1p374927Zto0mTJowYMQKtVsuePXuwtLQsNGNh0qRJdOnSRf/+yJEjdO7cGSsrK+rVq8ekSZMMZi55eHgwd+5cQkJCsLe3Z9SoUQBMnTqVxo0bY21tjZeXF9OnTyc3N7fSx5f//TZv3px3332X1NRUfvnlF/3+ku7RpKQkAgMDAahRowYKhYKQkBCg8PJTHh4ezJ8/n+HDh2Nra0v9+vX57LPPDPry4Pe+Y8eOImdaPSlcbFxoXKMxtWzrykwNIYQQQgghhBBClKh2PVsAsjJyqrknTy4JapRCq9WSk5NTpldWVlahwfgHfffdd2RlZZWpPq1WW6m+W1lZ6Qdjc3JymDNnDjExMezYsYPExET9oGhBU6ZMYcGCBcTGxtKzZ0/eeOMNmjZtSnJyMsnJyQwcOLDItqKjowHYt28fycnJbN++vdh+RUZGUrt2baKjo5k4cSJjx46lf//+dOzYkRMnThAUFMSQIUPIzNStcZ+cnEyXLl1o1aoVx44d47vvvuP69esMGDCgUucnn4mJCZGRkezcuZPg4GD27NlDREQEJiYmBuWioqLo3LlzsctaGZuVlRVjxozh8OHD+sHt1atXM23aNObNm0dsbCzz589n+vTpREZGArB06VKioqLYsmULcXFxrFu3Dg8PD8OKTS0AuHfrOn379qV58+acOHGCOXPm8M5b7wCQmptq8JFp06axaNEijh07hqmpKcOHDzf68W7YsIEePXrQsmVLg+1KpZLXX3+d8+fPExMTQ/fu3XFwcGDbtm36Mmq1mi1btjB48GAAzpw5Q1BQEC+88AKnT59m8+bN/O9//2PChAkGdX/wwQc0a9aM48ePM336dABsbW2JiIjg/PnzLFmyhNWrV7N48WKjHWdmZibh4eEAmJmZ6beXdI/Wq1dPf7xxcXEkJyezZMmSYttYtGgRfn5+nDx5knHjxjF27FguXLgAwL179wp971OnTjXa8f1TmZmYYWZiVnpBIYQQQgghhBBCPNGcPWwJWdiJ519vU91deWI9OmvPPKJyc3OZP3++0epLS0sjLCysTGXfeeedCi+HEx0dzYYNG+jWrRuAwSC0l5cXS5cupX379qSnp6NSqfT7Zs+eTY8ePfTvVSoVpqamuLiUnDza0dERgFq1apVatmXLlrz77ruAbpZEWFgYtWvX1j8pP2PGDFasWMHp06fx9/dnxYoVtGnTxuB7WLNmDfXq1SM+Pp7GjRuX5ZSUqEmTJoSGhhIWFsbChQuLrHPnzp3069ev0m2Vh4+PD6B7Ut/JyYk5c+awaNEiXnjhBUA3Q+b8+fOsWrWKV155hcuXL9OoUSOeeuopFAoF7u7uhSs1tQRg/cZNKBQKVq9ejaWlJb6+vky+Mpkxr47B3szeIKg2b948/SyIt956i2effZasrCwsLS2Ndqzx8fH62QgPatKkib5Mq1atGDhwIBs2bGDEiBEA/PDDD9y5c4f+/fsDumBFcHCwfgZDo0aNWLp0KV26dGHFihX6fj/zzDOFZuTkX5ugm/XwxhtvsHnzZqZMmVKp46tbty6gC2potVratm2rvz+h9Hs0f5kpJyenUgNrffr0Ydy4cYBu5snixYs5cOAAPj4+rF+/vtD3fvXqVf3990TKTtctyWauAjPjXdNCCCGEEEIIIYR4/ChNlNjYW1R3N55oMlPjMbJr1y5UKhWWlpYEBATQuXNnli1bBsDJkyfp168f7u7u2Nra6peHunz5skEdfn5+pbYzZswYVCqV/lVeLVq00P+3iYkJtWrVMsgZ4ezsDKCfnXD8+HH2799v0Gb+YP+lS5fK3X5R0tPT2bx5M9bW1hw6dKjQ/rS0NA4ePMhzzz1nlPbKKj+woFAouHnzJleuXGHEiBEG52Lu3Ln68xASEsKpU6fw9vZm0qRJfP/994Ur/WumRlxcPC1atDAITAT4BwBgb2mPQqHQby/4nbm6ugIYLF9WkvXr1xv0t6jzW5qC5wFg8ODBHDhwgD///FPfRp8+fahRowagu2YiIiIM2g0KCkKj0ZCYmKivt6jr/auvvuKpp57CxcUFlUrF9OnTC90nFXHo0CFOnDjBxo0bcXd3JyIiwmCmRlnv0bIo+H0pFApcXFz031dcXFyh7719+/YVPKp/vrTsNP7M+JN7aX/A/VvV3R0hhBBCCCGEEEL8g1R2pR1RMTJToxRmZma88847ZSr7+++/s379+lLLDR48uOgn6ItouzwCAwNZsWIFZmZmuLm56T+fkZFBz5496dmzJ+vWrcPR0ZHLly8TFBRETo7h2m82NjaltjN79uxCT7eXx4PHpVAoDLblD1xrNBr9v3379mXhwoWF6sofYH+QnZ0d6enpqNVqg2Wk1Go16enphRKYv/nmm5ibm3PkyBECAgJYu3YtQ4cO1e/fvXs3TZo0MfjebG1tSU01XKYJ4O7du0ZLkB4bGwvoZgzkn4/Vq1fToUMHg3L5x9imTRsSExPZvXs3+/btY8CAAXTv3p2vvvqqQGFzsK+H1soehSLZoJ7ifohL+n5K89xzzxn0t06dOkWWa9y4cbE5Z/KXTmrUqBGgG4Rv0KABmzZtYuzYsXz99df6JZ3y+/bqq68yadKkQnXVr19f/98PXu9Hjx5l0KBBzJo1i6CgIOzt7dm0aROLFi0q07GWxNPTEwcHBxo3bkxWVhb//ve/OXv2LBYWFuW6R8uiqHss//vSarUGAav8bU+q9Nx07mhyUSqV2JpKPg0hhBBCCCGEEEKUTp2r4cD6C/wRf4eXp3fA3EqG2R8mOdulUCgUZV4CqkGDBtjZ2RVKEl6QnZ0dDRo0QKk0/iQZGxsbGjZsWGj7hQsXSElJISwsjHr16gFw7NixMtVpbm6OWq022Obk5ISTk1OhckChssbQpk0btm3bhoeHB6amZbtkfXx8UKvVnDx50uBp/BMnTqBWq/H29tZv27t3L59//jmHDh2iZcuWzJ8/n9DQUHr06KEPmuzcubPQLA0fHx9+/fVXXnnlFf02rVbL8ePHjZJM/P79+3z22Wd07txZv7xXnTp1SEhI0OeOKIqdnR0DBw5k4MCBvPTSS/Tq1Yvbt2/rly9CoQCb2vj4Nmf9xi1kZ2djYaGbvZF/Xag1ajJzMyt9DKAL/tja2pZabtCgQUybNo2YmBiDvBoajYbFixfj6+trsD04OJj169dTt25dlEolzz77rH5fmzZtOHfuXJH3Q0kOHz6Mu7s706ZN02/7/fffy1VHWQwZMoTZs2ezfPlyXn/99TLdo8a6x/KXoCrqe38S2ZnbYZJ5C5VGI0nChRBCCCGEEEIIUSYmZkqSL6WSfjubq/F38GzpWN1deqLI8lNGpFQq6dWrV4llevXqVSUBjZLUr18fc3Nzli1bRkJCAlFRUcyZM6dMn/Xw8CAxMZFTp06RkpJCdnZ2keWcnJywsrLSJ/EuagZDRY0fP57bt2/z8ssvEx0dTUJCAt9//z3Dhw8vdoDX19eX3r17M3z4cPbt20diYiL79u1jxIgR9O7dG19fX0C3rNSIESOYPHky/v7+AEyaNImmTZsyevRoAPLy8ti9e3ehfBqTJ0/miy++4JNPPiE+Pp6YmBgmTJjApUuXGD9+fLmP88aNG1y7do2LFy+yadMmOnXqREpKCitWrNCXmTlzJgsWLGDJkiXEx8dz5swZwsPD+eijjwBYvHgxmzZt4sKFC8THx7N161ZcXFyKzMEQHByMRqNh9OjRxMbGsmfPHj788EMAktKSSEpNQq0xfpCqOK+//jrt27enb9++bN26lcuXL/Prr7/y4osvEhsbyxdffGEww2Dw4MGcOHGCefPm8dJLLxkspzR16lR+/vlnxo8fz6lTp7h48SJRUVFMnDixxD40bNiQy5cvs2nTJi5dusTSpUv5+uuvjX6sSqVSn8MlMzOzTPeou7s7CoWCXbt2cfPmTdLT0yvUdknf+4MzOJ4EKqUZznl52GjRL80mhBBCCCGEEEIIUZqOLzbkudBW1POtWd1deeJIUMPIfH19GTBgAHZ2dgbb7ezsGDBggH4w/WFydHQkIiKCrVu34uvrS1hYmH4QszQvvvgivXr1IjAwEEdHRzZu3FhkOVNTU5YuXcqqVatwc3MzakJtNzc3Dh8+jFqtJigoiGbNmvHaa69hb29fYoBo06ZNdO/enbFjx+Lr68vYsWPp1q2bwTGEhoZib2/PrFmz9NuUSiXh4eH8+OOPrF27loMHD6JSqWjbtq1B/QMGDCAiIoLIyEjatWtHz549uXTpEocOHSrT8mIP8vb2xs3NjbZt2xIWFkb37t05e/aswTUzcuRIPv/8cyIiImjevDldunQhIiICT09PQJfYfeHChfj5+dGuXTuSkpL49ttvC58njRo7kxz+b+MXnDp1ilatWjFt2jRmzJgBgI2VDaYmpqi1Dy+oYWlpyY8//sgrr7zCO++8Q8OGDenVqxcmJiYcPXpUH3TK16hRI9q1a8fp06cLzVxp0aIFBw8e5OLFizz99NO0bt2a6dOnF7tcWb5+/frx+uuvM2HCBFq1asWRI0eYPn260Y8VdInBc3Nz+eSTT8p0j9apU4dZs2bx1ltv4ezszIQJEyrUrp2dHf/3f/9X5PduzMTv/xi593X/mlqCQv4kCiGEEEIIIYQQomy8WjlSz6cmpmYmpRcWRqXQPmGLqaelpWFvb09qamqhwENWVhaJiYl4enpWenBPo9Hw+++/k56ejkqlwt3d/aHP0BDGMWnSJPLy8li+fHl1d8V4NGq4dlr3305NwVS3tNH69esZNmwYt+/cRmVT/iTw4p8p/3tPTU3FyurJWYIpW52NNv0mFhk3UVjVhBrlD0YKQ8b8OyqEEEIIIYQQQognS0lj9wVJTo0qolQq9U/Pi3+2Zs2aERAQUN3dMC6lCZhZs3bDFryaJlOnQRNiYmKYOnUqAwYMkIDGY27t2rV4eXlRp04dg+/9SQpoANy6f4s7uanUNjHBWfJpCCGEEEIIIYQQopzu3sgkMSaFGi7WeDSvXd3deWJIUEOIUuTn1njsmNtw7WYKM4a/yrUbN3F1daV///7Mmzevunsmqti1a9eYMWMG165de+K/d6VCgaWNE1jaV3dXhBBCCCGEEEII8Q/z27Eb/BKVgFdrRwlqPESy/FQBsmyGeKLcvwN3ksDMChx9Cu2+nnGdtJw03FRu2JjZPPz+CfEQaLVatGhRSj4No5C/o0IIIYQQQgghniQ3L9/j6M4EvFrVpunTdaq7O/94svyUEKJk+YGK3Pu6HBtKw6RGOZocctQ5ZOZmSlBDPLYUCgUKFNXdDSGEEEIIIYQQQvwDOda3pe/EltXdjSeOBDWEeFKZmoPSDDS5kJsJFrYGu2ta1sTBwgErU8k1IB5TWamQkw4W9mAheWSEEEIIIYQQQggh/glkvQ0hnmTmfw3k5mUV2mVjZoOtuS2mSol9isfP9YzrJGUkcy/jJmSnVXd3hBBCCCGEEEII8Q+Wl6PmWkJqdXfjiSGjlUI8yezcwKEuSOBCPGEycjO4r1VTQ6HQ5ZURQgghhBBCCCGEqID76TlEvn0ETZ6G4R8+jaWNWXV36bEnMzWEeJKZmpcY0MhR53A76zb3cu49xE4JUfXcVK64qdVYazQgS6wJIYQQQgghhBCigqxU5tjVssTGwYK0lPvV3Z0ngjyeLYQoVlpOGtczrmNrboutuW3pHxDiH8JSq8BSrQaUYGpR3d0RQgghhBBCCCHEP9i/32iDpcoMhUJR3V15IshMDVGlQkJCeP7556u7G+IvCoWCHTt2GG7MSIGUeMi8Vai8jakNNmY2WJtZP5wOVoOuXbsSGhpqtPpmzpxJq1atjFbfoyIiIgIHB4fq7obx5P315ISZJcj/cAghhBBCCCGEEKISrGzNJaDxEElQ4zEREhKCQqFAoVBgZmaGl5cXkydPJiMjo1L1lnWANikpCYVCwalTpwy2L1myhIiIiEr1oSJKGoB1cHDQ9ykmJgYLCwuioqIMymzbtg1LS0vOnj1rsH3mzJkMGjQIKCZAAISGhtK1a1f9+9ICOwcOHNB/d0qlEnt7e1q3bs2UKVNITk4u9VjLIzk5md69extuVOdATgZkpxcqb2VmhYe9B7Wtahu1H8XJycnh/fffp2XLllhbW1O7dm06depEeHg4ubm5VdLm9u3bmTNnTpXU/bB5eHjoryUrKyt8fHz44IMP0Gq15a7n448/Ntg2cOBA4uPjjdjb6nMv5x5p2WnkgeTTEEIIIYQQQgghhFGVdxxGlJ8ENYwsIWEJiYnLityXmLiMhIQlVdZ2r169SE5OJiEhgblz57J8+XImT55cobq0Wi15eXmV7pO9vf0j/XR3y5YtmT59OqNHj+bWLd1MhRs3bjBmzBhmzZpFs2bNDMpHRUXRr1+/KulLXFwcf/75J7/++itTp05l3759NGvWjDNnzhitDRcXFywsHlhqx1yl+zencFDjYcrJySEoKIiwsDBGjx7NkSNHiI6OZvz48Sxbtoxz585VuO6iAiL522rWrImt7eOztNbs2bNJTk4mNjaWyZMn88477/DZZ59Vul4rKyucnJyM0MPqdzPzJlfy0slQKiWoIYQQQgghhBBCCKM4d+gqG2f/wtmDV6u7K489CWoYmUKhJCHx40KBjcTEZSQkfoxCUXWn3MLCAhcXF+rVq0dwcDCDBw/WzyRYt24dfn5+2Nra4uLiQnBwMDdu3NB/Nn+2wJ49e/Dz88PCwoIvv/ySWbNmERMTo3/6u7hZF56engC0bt0ahUKhn6nw4CyFrl27MnHiREJDQ6lRowbOzs589tlnZGRkMGzYMGxtbWnQoAG7d+82qP/8+fP06dMHlUqFs7MzQ4YMISUlxSjn7e2336Z+/fqMHz8egFdffZVGjRoVCghduXKFs2fPFp7pYCROTk64uLjQuHFjBg0axOHDh3F0dGTs2LEG5cLDw2nSpAmWlpb4+PiwfPly/b6cnBwmTJiAq6srlpaWeHh4sGDBAv3+B2eXHDlyhFb+T2Pp5Y9fz/7s2P6VwYyb/Oti7769tPVri7W1NR07diQuLs7ox//xxx/z008/8cMPPzB+/HhatWqFl5cXwcHB/PLLLzRq1AgoehZBq1atmDlzpsFxrly5kn79+mFjY8PcuXP1s47WrFmDl5cXFhYWaLXaQstPZWdnM2XKFOrVq4eFhQWNGjXiiy++AIqeAbRjx44SpxcWtbzV888/T0hIiP69h4cHc+fOZejQoahUKtzd3dm5cyc3b96kX79+qFQqmjdvzrFjx0o9j/n3uIeHByNHjqRFixZ8//33+v2XLl2iX79+ODs7o1KpaNeuHfv27TPo7++//87rr7+uv++LOvb88/nll1/i4eGBvb09gwYN4t69v5PK37t3j8GDB2NjY4OrqyuLFy82+nJfFWFpaomFqQVWNRuAZY1q7YsQQgghhBBCCCEeD1kZudz+M4PL529Xd1ceexLUKCO1OrOEV7a+nKfnRDw8xpOQ+DGXEj5Crc7kUsJHJCR+jIfHeOrXH1Wmeo3ByspK/zR6Tk4Oc+bMISYmhh07dpCYmGgwqJpvypQpLFiwgNjYWHr27Mkbb7xB06ZNSU5OJjk5mYEDBxbZVnR0NAD79u0jOTmZ7du3F9uvyMhIateuTXR0NBMnTmTs2LH079+fjh07cuLECYKCghgyZAiZmbrzkJycTJcuXWjVqhXHjh3ju+++4/r16wwYMKCSZ0jHxMSEyMhIdu7cSXBwMHv27CEiIgITExODclFRUXTu3PmhzTyxsrJizJgxHD58WB+AWr16NdOmTWPevHnExsYyf/58pk+fTmRkJABLly4lKiqKLVu2EBcXx7p16/Dw8Ciy/nv37tG3b1+aN2/Bib1fMefNcUx96+0iy05+azKh74Xy66+/YmpqyvDhw41+vOvXr6d79+60bt260D4zMzNsbGzKVd97771Hv379OHPmjL6/v/32G1u2bGHbtm2FlkrLN3ToUDZt2sTSpUuJjY1l5cqVqFSqch9PeS1evJhOnTpx8uRJnn32WYYMGcLQoUP5z3/+w4kTJ2jYsCFDhw4t8xRGrVbLgQMHiI2NxczMTL89PT2dPn36sG/fPk6ePElQUBB9+/bl8uXLgG45rrp16+pnfJS0BNqlS5fYsWMHu3btYteuXRw8eJCwsDD9/v/+978cPnyYqKgo9u7dy6FDhzhx4kQFz5DxuKncaOjQEHNzFZiYVnd3hBBCCCGEEEII8Rho2NaZniOb0m1ok+ruymNPRnPK6MDB5sXuq1WrK61afqF/f/nyGgCSkj4lKelT/fakpE+5e/cYbdts0G87fKQLubmFo3fdnrlUqf5GR0ezYcMGunXrBmAwCO3l5cXSpUtp37496enpBgO2s2fPpkePHvr3KpUKU1NTXFxcSmzP0dERgFq1apVatmXLlrz77ruAbpZEWFgYtWvXZtQoXcBnxowZrFixgtOnT+Pv78+KFSto06YN8+fP19exZs0a6tWrR3x8PI0bNy7LKSlRkyZNCA0NJSwsjIULFxZZ586dO6ts6ani+Pj4ALqcJU5OTsyZM4dFixbxwgsvALoZMufPn2fVqlW88sorXL58mUaNGvHUU0+hUChwd3cvtu7169ejUChYvXo1llk38G1Ql6t37jNq0pRCZV+b9hrtOrajQY0GvPXWWzz77LNkZWVhaWlptGO9ePGiQS6SygoODi4UfMnJyeHLL7/UX68Pio+PZ8uWLezdu5fu3bsDuvvlYejTpw+vvvoq8Pc90K5dO/r37w/A1KlTCQgI4Pr16yXeY1OnTuXdd98lJyeH3NxcLC0tmTRpkn5/y5Ytadmypf793Llz+frrr4mKimLChAnUrFkTExMT/YyPkmg0GiIiIvTLdw0ZMoQffviBefPmce/ePSIjIw1+h8LDw3Fzc6vYCRJCCCGEEEIIIYR4hNk7WmHvKMtcPwwyU+MxsmvXLlQqFZaWlgQEBNC5c2eWLdMtg3Xy5En69euHu7s7tra2+sHj/Kez8/n5+ZXazpgxY1CpVPpXebVo0UL/3yYmJtSqVYvmzf8OGjk7OwPoZyccP36c/fv3G7SZP9h/6VLlgj/50tPT2bx5M9bW1hw6dKjQ/rS0NA4ePMhzzz1nlPbKKv+pfIVCwc2bN7ly5QojRowwOBdz587Vn4eQkBBOnTqFt7c3kyZNMlh26EFxcXG0aNFCF5gw182CaN/c26BMrlo306dru66427mTp8mjhqNuuZ7Lf14mR51T6jGsX7/eoL9Fnd/8Yy1pGafyKupadnd3LzagAXDq1ClMTEzo0qWL0fpRVgXvi/x7oKT7ojhvvvkmp06d4uDBgwQGBjJt2jQ6duyo35+RkcGUKVPw9fXFwcEBlUrFhQsXCv0WlIWHh4dBPhJXV1d9/xISEsjNzaV9+/b6/fb29nh7exeq52HSaDWQeRtuJ8L9O9XaFyGEEEIIIYQQQghRfjJTo4y6dikpWbPhMkWdn44m6feVJCV9ikJhhlabi4fHeDzcx/BgHKlTx4NG62NgYCArVqzAzMwMNzc3/ZIzGRkZ9OzZk549e7Ju3TocHR25fPkyQUFB5OQYDkqXZYmf2bNnVzgBOWCwFA7oBuwLbssf2NZoNPp/+/bty8KFCwvV5erqWmQbdnZ2pKeno1arDZaRUqvVpKenY29vb1D+zTffxNzcnCNHjhAQEMDatWsZOnSofv/u3btp0qSJwcwHW1tbUlNTC7V99+7dQvVXVGxsLKAbPM4/H6tXr6ZDhw4G5fKPsU2bNiQmJrJ792727dvHgAED6N69O1999VWhug2CCOYqUJqiVf79k5CjzuFqui6x0fXs69xPvQ/An+l/ApB0N4k8+zzdMj4m5sUew3PPPWfQ3zp16hRZrnHjxvrjLYlSqSy0BFNRicCLupZLu76trEqOppe17Yp8pqh7oKT7oji1a9emYcOGNGzYkG3bttGwYUP8/f31M0/efPNN9uzZw4cffkjDhg2xsrLipZdeKvRbUBZF3cv5/SsYkCuorMtnVZWk1CTy8rKok5uDjaklyAMUQgghhBBCCCGEMJKc+3kknLrJ3RuZ+PdrUN3deWzJTI0yMjGxLuFlYVD28uUvSEr6FC/PUJ4JvICXZyhJSZ9y+fIXmJhYlqneirCxsaFhw4a4u7sbDDZeuHCBlJQUwsLCePrpp/Hx8Sn1ae985ubmqNVqg21OTk76QdOGDRvqywGFyhpDmzZtOHfuHB4eHgbtNmzYsNhBah8fH9RqNSdPnjTYfuLECdRqtcHT4nv37uXzzz8nIiKCli1bMn/+fEJDQw1yCezcubPQLA0fHx9+/fVXg21arZbjx48b5Wn0+/fv89lnn9G5c2ccHR1xdnamTp06JCQkFDoP+YnaQRfQGThwIKtXr2bz5s1s27aN27cLL3Hm4+PD6dOnyc7OBhNzcG7GsYt/H7Naq0ZLyQPQWq0Wtbbk79zW1tagr8UFDoKDg/V5Hh6Ul5dHRkYGoFvqrOB3k5aWRmJiYol9KKvmzZuj0Wg4eLDoYKOjoyP37t3T9wUoNjdHwc8U7K9arebs2bNG6W9patSowcSJE5k8ebI+mHDo0CFCQkL497//TfPmzXFxcSEpKcngc0Xd9+XVoEEDzMzM9Pl2QPddXbx4sVL1VoZWqyVLnUUuWsy0gJlENIQQQgghhBBCCGE8OVlqfoiM5fh3v5OVXvKDsKLiJKhhZImJy0hI/Bgvz1A8PScCuuThXp6hJCR+TGLisofep/r162Nubs6yZctISEggKiqKOXPmlOmzHh4eJCYmcurUKVJSUnQD4EVwcnLCyspKn8S7qBkMFTV+/Hhu377Nyy+/THR0NAkJCXz//fcMHz682IFXX19fevfuzfDhw9m3bx+JiYns27ePESNG0Lt3b3x9fQHdIOuIESOYPHky/v7+AEyaNImmTZsyevRoQDegvnv37kL5NCZPnswXX3zBJ598Qnx8PDExMUyYMIFLly4xfvz4ch/njRs3uHbtGhcvXmTTpk106tSJlJQUVqxYoS8zc+ZMFixYwJIlS4iPj+fMmTOEh4fz0UcfAbpk05s2beLChQvEx8ezdetWXFxcikxuHhwcjEajYfTo0cReuMCe77/nww8/BAo/Xf8whIaG0qlTJ7p168ann35KTEwMCQkJbNmyhQ4dOugHw5955hm+/PJLDh06xNmzZ3nllVcKJXWvKA8PD1555RWGDx/Ojh07SExM5MCBA2zZsgWADh06YG1tzTvvvMNvv/3Ghg0biIiIKLHOZ555hm+++YZvvvmGCxcuMG7cOO7evWuU/pbF+PHjiYuLY9u2bQA0bNiQ7du3c+rUKWJiYvTXQUEeHh789NNPXL16lZSUlAq1a2tryyuvvMKbb77J/v37OXfuHMOHD0epVFbL9QW669q7RmM88vIwQytBDSGEEEIIIYQQQhiVqoYFjdo507aXOxpN9a5W8TiToIaRabUag4BGvvzAhlZb8tIxVcHR0ZGIiAi2bt2Kr68vYWFh+sHr0rz44ov06tWLwMBAHB0d2bhxY5HlTE1NWbp0KatWrcLNzc2oCbXd3Nw4fPgwarWaoKAgmjVrxmuvvYa9vT1KZfGX8KZNm+jevTtjx47F19eXsWPH0q1bN4NjCA0Nxd7enlmzZum3KZVKwsPD+fHHH1m7di0HDx5EpVLRtm1bg/oHDBhAREQEkZGRtGvXjp49e3Lp0iUOHTpUYoLu4nh7e+Pm5kbbtm0JCwuje/funD17Vh+AARg5cqR+Vknz5s3p0qULERER+pkaKpWKhQsX4ufnR7t27UhKSuLbb78t8jzZ2dnxf//3f5w6dYpWrVoxbdo0ZkyfDmDUBOBlZWFhwd69e5kyZQqrVq3C39+fdu3asXTpUiZNmkSzZs0AXXL5zp07869//Ys+ffrw/PPP06CB8abzrVixgpdeeolx48bh4+PDqFGj9DMzatasybp16/j2229p3rw5GzduZObMmSXWN3z4cF555RWGDh1Kly5d8PT0JDAw0Gj9LY2joyNDhgxh5syZaDQaFi9eTI0aNejYsSN9+/YlKCiINm3aGHxm9uzZJCUl0aBBgxJzkJTmo48+IiAggH/96190796dTp060aRJk2q5vvKZqHOx0WhQKJS6GUpCCCGEEEIIIYQQRtRzRFP8+zXA2k7GHaqKQlvdC5w/ZGlpadjb25OamoqdnZ3BvqysLBITE/H09KzWQTfxaJk0aRJ5eXksX768urtStfKyWL/qY4a9Pp3Uu6lgriDhbkKpH/Ny8MLKVJ54F6XLyMigTp06LFq0iBEjRlRPJzJvw93fwcwGHBtXTx8eY/J3VAghhBBCCCGEEBVV0th9QZIoXIhSNGvWjICAgOruRpVYu3YtXl5e1KlTh5hTJ5k6dzED+vbAylzJ/VLyaQhRmpMnT3LhwgXat29Pamoqs2fPBjDqTK7yuJ5xHZOcdBwAU1l6SgghhBBCCCGEEFVEq9GS8kc6Ng4WMmOjCkhQQ4hS5OfWeBxdu3aNGTNmcO3aNVxdXenfrzfz3hwNORlgXrGE9UIU9OGHHxIXF4e5uTlt27bl0KFD1K5d+6H3Q6PVcCvrFlqtFjuFUvJpCCGEEEIIIYQQosrsWX2WSydv8lT/RrTsVq+6u/PYkaCGEE+wKVOmMGXKlL83pF6FjBsS1BBG0bp1a44fP17d3QBAq9XiaOVItjobs1puyEQkIYQQQgghhBBCVBVnT3sun79NTlZedXflsSRBDSHE38xtIAPIycBE4YJCoaCktDsKhQIThcnD658QFWSiNMHRukDSc0X19UUIIYQQQgghhBCPt2Zd6tCiW11MTJTV3ZXHkgQ1hBB/M7fR/ZuXhblCSUOHhqi16kLFctW5KBVKzE3MMTeRdQGFEEIIIYQQQgghhMhnZiEPAVclCWoIIf5mYgYmFqDOhpxMzC3tiixmZSr5CMQ/S1ZeFuZZqSgz74BNLbBxLP1DQgghhBBCCCGEEJWk1WhRKGXJCGOSoIYQwpB1TdDk6QIcZZCZm8mtrFvUUdVBqZApdeLRo9FqSEhNQKvV0jgvBzNN4dlHQgghhBBCCCGEEMZ0+88MftoUR16uhpem+lV3dx4rEtQQQhiydSlzUY1Ww5V7V8jT5GFpYmmYs0CIR0SeJg+lQolWq9b90TOTmUZCCCGEEEIIIYSoWpYqM67G3wXg/r0crGxlCXdjkaCGEKLClAolrjaupOWkUdOyZnV3R4gimZuY4+3QGPW107r84LJ8mhBCCCGEEEIIIaqYtZ05PYb74uRhh6WqbCuiiLKRtWJElQoJCeH555+v7m6IvygUCnbs2FF6QY0asu+BOqfUonYWdtS1rYuJ8uEnQCrz8Ygq0bVrV0JDQ6u7G2WiyMvCFC0oTMq8tJoQQgghhBBCCCFEZTRu74KDkzUKheTUMCYJahjZH1k5nL6XWezrj6zSB4krIiQkBIVCgUKhwMzMDC8vLyZPnkxGRkal6p05cyatWrUqtVxSUhIKhYJTp04ZbF+yZAkRERGV6kNFRERE4ODgUOQ+BwcHfZ9iYmKwsLAgKirKoMy2bduwtLTk7NmzBttnzpzJoEGDgOIH1ENDQ+natav+fWmBnQMHDui/O6VSib29Pa1bt2bKlCkkJyeXeqzlkZycTO/evUsveCcJbv0G91PL3UZWXhZarbbcnyvpOzOmGzdu8Oqrr1K/fn0sLCxwcXEhKCiIn3/+ucrbNpb8a+bu3btlKpf/qlWrFs888wyHDx82Snvbt29nzpw55ex9Ncm7r/vXzArkfySEEEIIIYQQQggh/rFk+Skj+iMrh06/xJKtKX5A10Kp4HCHJtS1NP4aar169SI8PJzc3FwOHTrEyJEjycjIYMWKFeWuS6vVolZXPpmuvb19peuoSi1btmT69OmMHj2aTp06UatWLW7cuMGYMWOYNWsWzZo1MygfFRXFm2++WSV9iYuLw87OjrS0NE6cOMH777/PF198wYEDB2jevLlR2nBxKWO+DHMbyE6DnAyg7HkyrmVc49Z9XdJwB0uHCvWxqr344ovk5uYSGRmJl5cX169f54cffuD27dvV3bUyyc3NLfdn8q+tmzdvMnfuXJ599lni4+NxcnKqVF9q1nz0lxzTaDUkpSVhqVbjDJhIPg0hhBBCCCGEEEI8RJfP3yLpzC2ad6lDDReb6u7OY0FmahjR7dy8EgMaANkaLbdz86qk/fynzuvVq0dwcDCDBw/WzyRYt24dfn5+2Nra4uLiQnBwMDdu3NB/Nv9J7D179uDn54eFhQVffvkls2bNIiYmRv+kd3GzLjw9PQFo3bo1CoVCP1PhwVkKXbt2ZeLEiYSGhlKjRg2cnZ357LPPyMjIYNiwYdja2tKgQQN2795tUP/58+fp06cPKpUKZ2dnhgwZQkpKilHO29tvv039+vUZP348AK+++iqNGjVi8uTJBuWuXLnC2bNnyzbToQKcnJxwcXGhcePGDBo0iMOHD+Po6MjYsWMNyoWHh9OkSRMsLS3x8fFh+fLl+n05OTlMmDABV1dXLC0t8fDwYMGCBfr9D84uOXLkCK1atcLS0hI/Pz927Nihm3ETewmAAwf2o1Ao+OGHH/Dz88Pa2pqOHTsSFxdX5DGYKHRLUGWps4xyTlasWEGDBg0wNzfH29ubL7/8slCZ/NknVlZWeHp6snXr1mLru3v3Lv/73/9YuHAhgYGBuLu70759e95++22effZZoOhZR3fv3kWhUHDgwAHg7/vlm2++oWXLllhaWtKhQwfOnDmj/0z+zJMdO3bQuHFjLC0t6dGjB1euXCnXMSoUClauXEm/fv2wsbFh5MiRBAYGAlCjRg0UCgUhISElnsf8a6t58+a8++67pKam8ssvv+j3l/T7kJSUVGx7Dy4/5eHhwfz58xk+fDi2trbUr1+fzz77zKAvxV5zD8zyMpZsdTb3c++Tqs1FaWIhScKFEEIIIYQQQgjxUMX8cIUz+/8g6cyt6u7KY0OCGmWUoVaToVYbLKuTo9GQoVaTrdFUul5NgXpzSwmMlJWVlZX+qe6cnBzmzJlDTEwMO3bsIDExsciB0ClTprBgwQJiY2Pp2bMnb7zxBk2bNiU5OZnk5GQGDhxYZFvR0dEA7Nu3j+TkZLZv315svyIjI6lduzbR0dFMnDiRsWPH0r9/fzp27MiJEycICgpiyJAhZGZmArpB6y5dutCqVSuOHTvGd999x/Xr1xkwYEAlz5COiYkJkZGR7Ny5k+DgYPbs2UNERAQmJoY5IqKioujcufNDWSIJdN/fmDFjOHz4sH6AefXq1UybNo158+YRGxvL/PnzmT59OpGRkQAsXbqUqKgotmzZQlxcHOvWrcPDw6PI+u/du0ffvn1p3rw5J06cYM6cOUydOlW309RS969GF4CbNm0aixYt4tixY5iamjJ8+PAi66xtVRsPew9cbMo4I6QEX3/9Na+99hpvvPEGZ8+e5dVXX2XYsGHs37/foNz06dN58cUXiYmJ4T//+Q8vv/wysbGxRdapUqlQqVTs2LGD7OzsSvfxzTff5MMPP+TXX3/FycmJ5557zmAmRWZmJvPmzSMyMpLDhw+TlpamX76sPMf43nvv0a9fP86cOcPs2bPZtm0boJuBkZyczJIlS8rU38zMTMLDwwEwM/s7r0RJvw/16tUrV3uLFi3Cz8+PkydPMm7cOMaOHcuFCxeAUq65KmKmNKOubV2cbVxQOPuCda0qbU8IIYQQQgghhBCioMbtnGnauQ7OnnbV3ZXHhiw/VUYNftI9gX22UzNqm+tO2/LLNwhLvMZg15os8qlfoXrb/Xye27lqDrT3xsdG9wTx5mu3+Y9b5QbeoqOj2bBhA926dQMwGIT28vJi6dKltG/fnvT0dFQqlX7f7Nmz6dGjh/69SqXC1NS01GWLHB11SxTVqlWr1LItW7bk3XffBXSzJMLCwqhduzajRo0CYMaMGaxYsYLTp0/j7+/PihUraNOmDfPnz9fXsWbNGurVq0d8fDyNGzcuyykpUZMmTQgNDSUsLIyFCxcWWefOnTvp169fpdsqDx8fH0D3tLyTkxNz5sxh0aJFvPDCC4Buhsz58+dZtWoVr7zyCpcvX6ZRo0Y89dRTKBQK3N3di617/fr1KBQKVq9ejaWlJb6+vly9elX3PShNwMxSX3bevHl06dIFgLfeeotnn32WrKwsLC0tDepUKBTYmBlnGt2HH35ISEgI48aNA+C///0vR48e5cMPP9TPHADo378/I0eOBGDOnDns3buXZcuWGcxgyWdqakpERASjRo1i5cqVtGnThi5dujBo0CBatGhR7j6+9957+vslMjKSunXr8vXXX+sDbrm5uXzyySd06NBBX6ZJkyZER0fTvn37Mh9jcHCwwT2cmJgI6GZglCXIVrduXUAX1NBqtbRt21b/2wCl/z7kLzNVlvb69OmjP56pU6eyePFiDhw4gI+PT8nXXBUxVZpib/FoL4MnhBBCCCGEEEKIx5e3vyve/q7V3Y3HiszUeIzs2rULlUqFpaUlAQEBdO7cmWXLlgFw8uRJ+vXrh7u7O7a2tvrloS5fvmxQh5+fX6ntjBkzRv/Ee8GASFkVHDw2MTGhVq1aBjkjnJ2dAfSzE44fP87+/fsN2swf7L906VK52y9Keno6mzdvxtramkOHDhXan5aWxsGDB3nuueeM0l5Z5c8MUigU3Lx5kytXrjBixAiDczF37lz9eQgJCeHUqVN4e3szadIkvv/++2LrjouLo0WLFgaBifbt2/9dwPzv77bgd+bqqvsRLrh8WVHUGjVX06+yJnKNQX+LOr9FiY2NpVOnTgbbOnXqVGgWRkBAQKH3xc3UAF1OjT///JOoqCiCgoI4cOAAbdq0qVBC+4Jt16xZE29vb4O2TU1NDe4pHx8fHBwc9GXKeoxluS9LcujQIU6cOMHGjRtxd3cnIiLCYKZGWX8fyqLgtaJQKHBxcdFfK6Vec1VFq4EKJK8XQgghhBBCCCGEEI8emalRRpc66wbdrZV/x4HG1XdiVD1HTBWKCtf7a4AvAFYF6h3oUrHku4GBgaxYsQIzMzPc3Nz0g5YZGRn07NmTnj17sm7dOhwdHbl8+TJBQUHk5OQY1GFjU/pT9rNnzy6Ub6I8Cg6mgm7gs+A2xV/nU/PXsl4ajYa+ffuycOHCQnXlD7A/yM7OjvT0dNRqtcEyUmq1mvT09EIJzN98803Mzc05cuQIAQEBrF27lqFDh+r37969myZNmhjMfLC1tSU1NbVQ23fv3jVagvT8wW0PDw/9+Vi9erX+yf98+cfYpk0bEhMT2b17N/v27WPAgAF0796dr776qlDdWq1Wf64LbtMz//taKOn7Kc6N+ze4m3WX1oGtOXnypP5zderUKfFzBRXVvwe3leVzD8rPb9GjRw9mzJjByJEjee+99wgJCUH5171Y8FyUJzn3g20X1ZeC28pyjGW5L0vi6emJg4MDjRs3Jisri3//+9+cPXsWCwuLcv0+lEVR93f+tVLqNWdkGq2GtJw0rLIzMM9IQWHjBHbyZIQQQgghhBBCCCEevrRb98lMy8HFU1aUqCyZqVFGNiYm2JiYGAzImSuV2JiYYKGs+GnMr1dZoF4zZcWCJDY2NjRs2BB3d3eDgcULFy6QkpJCWFgYTz/9ND4+PqU+ZZ/P3NwctVptsM3JyYmGDRvqX/nlgEJljaFNmzacO3cODw8Pg3YbNmxY7GCvj48ParWakydPGmw/ceIEarUab29v/ba9e/fy+eefExERQcuWLZk/fz6hoaEkJyfry+zcubPQLA0fHx9+/fVXg21arZbjx48b1F9R9+/f57PPPqNz5844Ojri7OxMnTp1SEhIKHQe8hO1gy6gM3DgQFavXs3mzZvZtm0bt2/fLlS/j48Pp0+fNsgtcezYsb8LmKvApnaF++9k5YS1mTWNXRvTqFEjfV+trMqWqLlJkyb873//M9h25MgRmjRpYrDt6NGjhd7nz+QpK19fXzIyMoC/l1Ir+P0Xl8S6YNt37twhPj7eoO28vDyDcxoXF8fdu3f1Zcp6jA+qzP02ZMgQNBqNfnmusvw+GOv+LvWaM7JsdTZX710lIeeubraGQv7kCSGEEEIIIYQQ4uFLjLnJl9N+5sC6C9XdlceCjPA8AerXr4+5uTnLli0jISGBqKgo5syZU6bPenh4kJiYyKlTp0hJSSk2ubKTkxNWVlb6JN5FzWCoqPHjx3P79m1efvlloqOjSUhI4Pvvv2f48OHFDrL6+vrSu3dvhg8fzr59+0hMTGTfvn2MGDGC3r174+urmyGTlpbGiBEjmDx5Mv7+/gBMmjSJpk2bMnr0aEA3ML179+5C+TQmT57MF198wSeffEJ8fDwxMTFMmDCBS5cuMX78+HIf540bN7h27RoXL15k06ZNdOrUiZSUFFasWKEvM3PmTBYsWMCSJUuIj4/nzJkzhIeH89FHHwGwePFiNm3axIULF4iPj2fr1q24uLgUmQchODgYjUbD6NGjiY2NZc+ePXz44YfAX7MHTMzAqka5jyOfidIET3vPCufYePPNN4mIiGDlypVcvHiRjz76iO3btxeaJbR161bWrFlDfHw87733HtHR0UyYMKHIOm/dusUzzzzDunXrOH36NImJiWzdupX3339f//1aWVnh7+9PWFgY58+f56efftLngHnQ7Nmz+eGHHzh79iwhISHUrl2b559/Xr/fzMyMiRMn8ssvv3DixAmGDRuGv7+/fsmlsh7jg9zd3VEoFOzatYubN2+Snp5e1tOKUqnU54/JzMws0+9DZdorqNRrzsi0Wi1WZlbYaEEBYFa2gJoQQgghhBBCCCGEMbk0sEdposDc0pS8XOM/FP6kkaCGEdU0M8WilFkWFkoFNc0e7qpfjo6OREREsHXrVnx9fQkLC9MPJJbmxRdfpFevXgQGBuLo6MjGjRuLLGdqasrSpUtZtWoVbm5uRk2o7ebmxuHDh1Gr1QQFBdGsWTNee+017O3t9UsFFWXTpk10796dsWPH4uvry9ixY+nWrZvBMYSGhmJvb8+sWbP025RKJeHh4fz444+sXbuWgwcPolKpaNu2rUH9AwYMICIigsjISNq1a0fPnj25dOkShw4dKjFBd3G8vb1xc3Ojbdu2hIWF0b17d86ePasPwACMHDlSP6ukefPmdOnShYiICP1MDZVKxcKFC/Hz86Ndu3YkJSXx7bffFnme7Ozs+L//+z9OnTpFq1atmDZtGjNmzAAolADcGPI0eeSqi1/GSaPRYGr6973x/PPPs2TJEj744AOaNm3KqlWrCA8P1+d7yDdr1iw2bdpEixYtiIyMZP369QbnrCCVSkWHDh1YvHgxnTt3plmzZkyfPp1Ro0bxySef6MutWbOG3Nxc/Pz8eO2115g7d26R9YWFhfHaa6/Rtm1bkpOTiYqK0s9qALC2tmbq1KkEBwcTEBCAlZUVmzZtKvcxPqhOnTrMmjWLt956C2dn52KDOMUZPny4Pol5WX4fKttevod9zVmbWeNl60793L+W0ZKghhBCCCGEEEIIIaqBlcqcEYue5oU322JqZlL6B0SJFNqqXND8EZSWloa9vT2pqanY2dkZ7MvKyiIxMRFPT88KD7D9kZXD7dy8YvfXNDOlrqV5sfvFo2fSpEnk5eXpl+t5nK1fv55hw4aRmpqqWyZKnQfZqaBRg8qpwvVm5Gbwx70/sDCxwN3Ovcin8sPCwli3bh1nz56tzCE8FAcOHCAwMJA7d+4UOQsGICIigtDQUO7evftQ+/ZPU+iaM7acDEiJB6UpuDQ3fv3CgDH+jgohhBBCCCGEEOLJVNLYfUGSKNzI6lqaS9DiMdOsWTMCAgKquxtVYu3atXh5eVGnTh1iYmKYOnUqAwYM+HtwWZ0Ddy+DwgRsHKGCSwSZKkzRaDXkafLI0+Zhpvg750tmZiYXLlwgPDyc3r17G+OwxCOs1GvOSPLj9Yrc+7oNpjJLQwghhBBCCCGEENVPo9GiUFTNUtxPCglqCFGK/Nwaj6Nr164xY8YMrl27hqurK/3792fevHl/FzCz0iVX1qohL6vCy/dYmOpmaFiaWqJ8IFnzZ599xuzZs+nevbt+KSLx+Cr1mjOSLHUWv6f9jo1WST2QpaeEEEIIIYQQQghR7X6IPE9iTAr9QlvjWN+2urvzjyXLTxUgy2YIUYSUi5CTDvb1wKZ2dfdGiDK5k3WHP9P/xEZpjodWCda1wMqhurv12JO/o0IIIYQQQgghRPG++TSGpDO3CHihAW16lj8n7+NOlp8SQhiHuY0uqJGTYbSgRmp2Kll5WTjbOBulPiEeZG9hj6WJJVq0YGZd3d0RQgghhBBCCCGEwK+PJ217e+DkLrM0KkOCGkKIkpmrgOu6oIYRZOVl8ce9PwBQmauwMbMxSr1CFKRUKLGSJaeEEEIIIYQQQgjxCHH2LH72gSg7CWoIIUpm/tdT7upsUOeCiVnJ5UthaWpJLataukFnSd4sqpI6V/dvJa9ZIYQQQgghhBBCCPHokKCGEKJkSlMwtdQlCs+9b5QBYhcbFyN0TIiiZauzSc1OxTo3C1XGLbCuDQ71qrtbQgghhBBCCCGEENy9nsnFY9exsDajRWDd6u7OP5IENYQQpavhAUozMDH+T4ZWqyVbnY2lqSQVFsaRkZvBzcyb2KBEBWBqUd1dEkIIIYQQQgghhODe7SwSTt0k+v8Ssa1tiWsDe4P9liozbGvKGFlplNXZ+IIFC2jXrh22trY4OTnx/PPPExcXV+rnDh48SNu2bbG0tMTLy4uVK1c+hN4K8QRKS4Z718DMqnBA49413f5KUGvUXL53mYTUBLLysipVlxD5zJXm2FvYY6vR6DZIbg0hhBBCCCGEEEJUs3u3s1g/4yg/f31J9z4liy3zfzV4rZ9xlHu3ZYysNNUa1Dh48CDjx4/n6NGj7N27l7y8PHr27ElGRvEJiRMTE+nTpw9PP/00J0+e5J133mHSpEls27btIfZclFVISAjPP/98dXfDaBQKBTt27KjublRK165dCQ0NLVthhQLu/RXYKOjeNd12haJSfVEq/v4JylZnV6quJ8mD91W5vtMq4OHhwccff1xt7T9IZa6iro0rtfJydBskd4sQQgghhBBCCCGqWVZ6Luo8TYll1HkastJzH1KP/rmqNajx3XffERISQtOmTWnZsiXh4eFcvnyZ48ePF/uZlStXUr9+fT7++GOaNGnCyJEjGT58OB9++OFD7Hnp1BotP1+6xc5TV/n50i3UGm2VthcSEoJCoUChUGBmZoaXlxeTJ08uMUBUFjNnzqRVq1allktKSkKhUHDq1CmD7UuWLCEiIqJSfSiv9PR0zMzM2Lx5s8H2gQMHolAouHTpksH2Bg0a8M4771RZfx78bpydnenRowdr1qxBoyn5h6za2bqArasugHHrN0i5CHcv697buur2V4JCocDNxg0vey/sLexL/0ARjD2gf/v2bUJDQ/Hw8MDc3BxXV1eGDRvG5cuXjdbGwxYREaG/BhUKBc7OzvTt25dz586Vux4HB4dC23/99VdGjx5tpN4aSe593b9VtGyaEEIIIYQQQgghhKge1RrUeFBqaioANWvWLLbMzz//TM+ePQ22BQUFcezYMXJzC0exsrOzSUtLM3hVte/OJvPUwh95efVRXtt0ipdXH+WphT/y3dnKLdVTml69epGcnExCQgJz585l+fLlTJ48uUJ1abVa8vLyKt0ne3v7IgdBq5JKpcLPz4/9+/cbbD948CD16tUz2P7HH3+QkJBAYGBglfYp/7tJSkpi9+7dBAYG8tprr/Gvf/3LKOe5SuUHNrLvQU46ZN4ySkAjn5mJ2SOTT+P27dv4+/uzb98+li9fzm+//cbmzZu5dOkS7dq1IyEhoUrbL+o3zFjs7OxITk7mzz//5JtvviEjI4Nnn32WnJycStft6OiItbW1EXpZeWqNmjxNHuT9FdSQpaeEEEIIIYQQQgghHiuPTFBDq9Xy3//+l6eeeopmzZoVW+7atWs4OzsbbHN2diYvL4+UlJRC5RcsWIC9vb3+Va9ePaP3vaDvziYzdt0JklMN1z67lprF2HUnqjSwYWFhgYuLC/Xq1SM4OJjBgwfrl0pat24dfn5+2Nra4uLiQnBwMDdu3NB/9sCBAygUCvbs2YOfnx8WFhZ8+eWXzJo1i5iYGP0T3sXNuvD09ASgdevWKBQKunbtChS9TM7EiRMJDQ2lRo0aODs789lnn5GRkcGwYcOwtbWlQYMG7N6926D+8+fP06dPH1QqFc7OzgwZMqTI7ztfYGAgBw4c0L+PjY3l/v37jBs3zmD7/v37MTMzo1OnTgD83//9n0G+llmzZhUKOiQnJ9O7d2+srKzw9PRk69atxfYjX/53U6dOHdq0acM777zDzp072b17t8E5TU1NZfTo0Tg5OWFnZ8czzzxDTEwMAHFxcSgUCi5cuGBQ90cffYSHhwdarbZC5+rOnTsMHTqUGjVqYG1tTe/evbl48aJ+f0REBA71fNjx3QEaP/U8ll7+9Hg+mCtXrujL5M/oWbNmDfXr10elUjF27FjUajXvv/8+Li4uODk5MW/ePIO2HzzewMBA9hzZoxuULlDvl19+iYeHB/b29gwaNIh79+4Buuvr4MGDLFmyRH+NJiUllfp9FGfatGn8+eef7Nu3jz59+lC/fn06d+7Mnj17MDMzY/z48QCsWrWKOnXqFJpp89xzz/HKK6/o35d2PSkUClauXEm/fv2wsbFh7ty5qNVqRowYgaenJ1ZWVnh7e7NkyZIKH1PBtlxcXHB1dcXPz4/XX3+d33//3SCP0UcffUTz5s2xsbGhXr16jBs3jvT0dED3GzFs2DBSU1P153rmzJlA4eWnFAoFn3/+Of/+97+xtramUaNGREVFGfQnKiqKRo0aYWVlRWBgIJGRkSgUCu7evVup40zLSSPudhx/ZN3WbZCghhBCCCGEEEIIIcRj5ZEJakyYMIHTp0+zcePGUssqHljHP38w98HtAG+//Tapqan6V8GB2LLQarVk5uSV6XUvK5f3os5R1EJT+dtmRp3nXlZumerLP66KsrKy0j/5nZOTw5w5c4iJiWHHjh0kJiYSEhJS6DNTpkxhwYIFxMbG0rNnT9544w2aNm1KcnIyycnJDBw4sMi2oqOjAdi3bx/Jycls37692H5FRkZSu3ZtoqOjmThxImPHjqV///507NiREydOEBQUxJAhQ8jMzAR0QYQuXbrQqlUrjh07xnfffcf169cZMGBAsW0EBgYSFxdHcrIuiLR//36efvppnnnmmUJBjQ4dOmBtbc2ePXv4z3/+w6RJkzh//jyrVq0iIiKi0ED89OnTefHFF4mJieE///kPL7/8MrGxscX2pTjPPPMMLVu21J8rrVbLs88+y7Vr1/j22285fvw4bdq0oVu3bty+fRtvb2/atm3L+vXrDerZsGEDwcHBKBSKCp2rkJAQjh07RlRUFD///DNarZY+ffoYzBrIzMxk3tLPifx4Fod3rCHtzk0GDTK8Fi5dusTu3bv57rvv2LhxI2vWrOHZZ5/ljz/+4ODBgyxcuJB3332Xo0ePFnm8x44do0GzBgzqO4gLVy4Y1Ltjxw527drFrl27OHjwIGFhYYBuebOAgABGjRqlv0YrGrjUaDRs2rSJwYMH4+JiOAvFysqKcePGsWfPHm7fvk3//v1JSUkxmPVz584d9uzZw+DBgwHKfD2999579OvXjzNnzjB8+HA0Gg1169Zly5YtnD9/nhkzZvDOO++wZcuWCh1XUe7evcuGDRsAMDMz029XKpUsXbqUs2fPEhkZyY8//siUKVMA6NixIx9//LF+xkdycnKJM8FmzZrFgAEDOH36NH369GHw4MHcvq0LNCQlJfHSSy/x/PPPc+rUKV599VWmTZtmlGPLUetmnpiaWoGNI1jYGqVeIYQQQgghhBBCCPFoeCQWGp84cSJRUVH89NNP1K1bt8SyLi4uXLtmmLT4xo0bmJqaUqtWrULlLSwssLCwqHDf7ueq8Z2xp8KfL0gLXEvLovnM78tU/vzsIKzNK/YVRUdHs2HDBrp16wbA8OHD9fu8vLxYunQp7du3Jz09HZVKpd83e/ZsevTooX+vUqkwNTUtNMj7IEdHRwBq1apVatmWLVvy7rvvArqgU1hYGLVr12bUqFEAzJgxgxUrVnD69Gn8/f1ZsWIFbdq0Yf78+fo61qxZQ7169YiPj6dx48aF2ujUqRNmZmYcOHCAl19+mQMHDtClSxfatGlDamoqFy9epFGjRhw4cID//Oc/AMybN4+33npL/6S9l5cXc+bMYcqUKbz33nv6uvv378/IkSMBmDNnDnv37mXZsmUsX768xOMuio+PD6dPnwZ0AZYzZ85w48YN/TX74YcfsmPHDr766itGjx7N4MGD+eSTT5gzZw4A8fHxHD9+nLVr1wKU+1xdvHiRqKgoDh8+TMeOHQFYv3499erVY8eOHfTv3x+yUsnNzeWTjz6gQ9cguH6OyI9n0aTLi0T/8gvtO3QAdEGBNWvWYGtri6+vrz6w9O2336JUKvH29mbhwoUcOHAAf3//Io932eJl7PtmHz/t/olmY5rp642IiMDWVjc4PWTIEH744QfmzZuHvb095ubmWFtbl3rdlebmzZvcvXuXJk2aFLm/SZMmaLVafvvtN9q3b0+vXr0M7rGtW7dSs2ZN/fuyXk/BwcEG9yfoAgL5PD09OXLkCFu2bCkxOFWa1NRUVCqVLlD7V8Dwueeew8fHR1+mYG4ST09P5syZw9ixY1m+fDnm5ubY29vrZ3yUJiQkhJdffhmA+fPns2zZMqKjo+nVqxcrV67E29ubDz74AABvb2/Onj1bKOBTEc42ztSy+utvgfKR+BMnhBBCCCGEEEIIIYyoWmdqaLVaJkyYwPbt2/nxxx/1SxiVJCAggL179xps+/777/Hz8zN44vhJtGvXLlQqFZaWlgQEBNC5c2eWLVsGwMmTJ+nXrx/u7u7Y2trql4d6MPmxn59fqe2MGTMGlUqlf5VXixYt9P9tYmJCrVq1aN68uX5b/vJi+ctjHT9+nP379xu0mT8Q+2DS73zW1ta0b99ePyvj4MGDdO3aFVNTUzp16sSBAwe4fPkyiYmJPPPMM/p2Zs+ebdBO/gyA/EFg0F2DBQUEBFRopgbo7oH8GUbHjx8nPT2dWrVqGfQhMTFRf5yDBg3i999/1892WL9+Pa1atcLX17dC5yo2NhZTU1M6/BWYAF1gytvbW3dM967B/buYmpri1yUIlCZQqyE+DT1xsLcl9thP+s95eHjoAw+g+x59fX1RKpUG2wp+rw8er6ODI1d+v8Lvib8XW6+rq6vB0mllMX/+fINzUpGk3w/OCBs8eDDbtm0jOzsb0H0XgwYNwsTERH98ZbmeirrnVq5ciZ+fH46OjqhUKlavXl3pROW2tracOnWK48ePs3LlSho0aMDKlSsNyuzfv58ePXpQp04dbG1tGTp0KLdu3SIjI6Pc7RW8z21sbLC1tdV/b3FxcbRr186gfPv27StwVEUzVZpiKgENIYQQQgghhBBCiMdStY76jB8/ng0bNrBz505sbW31MzDs7e2xstKtg/72229z9epV/ZPoY8aM4ZNPPuG///0vo0aN4ueff+aLL74o07JVFWFlZsL52UFlKhudeJuQ8F9LLRcxrB3tPYtPhl6w7fIIDAxkxYoVmJmZ4ebmpg/yZGRk0LNnT3r27Mm6detwdHTk8uXLBAUFFUoSbGNjU2o7s2fPrnACcqBQ8EmhUBhsyx80zs9XoNFo6Nu3LwsXLixUl6ura7HtBAYGsnnzZs6dO8f9+/dp06YNAF26dGH//v2Ym5tjaWmJv7+/vp1Zs2bxwgsvFKrL0rLkRNZFLX1WFrGxsfpgnkajwdXV1WB5rHz5ydZdXV0JDAxkw4YN+Pv7s3HjRl599VV9ufKeq+KWONMHW7RasNK1rT9Gc2uw082oUhRYbK207zV/W8HvtbTjzdPklVhHWY0ZM8ZgloObm1uhMo6Ojjg4OHD+/Pki67hw4QIKhYIGDRoA0LdvXzQaDd988w3t2rXj0KFDfPTRR/ryZb2eHrzntmzZwuuvv86iRYsICAjA1taWDz74gF9++aVcx/wgpVJJw4YNAd0MoWvXrjFw4EB++kkXmPr999/p06cPY8aMYc6cOdSsWZP//e9/jBgxokIJzEv63goG8/JVdrk9A3lZoM7T5dNQlu93VAghhBBCCCGEEKIqWKrMMDFVos4rflzLxFSJperJfnC/LKo1qLFixQoA/ayBfOHh4fp8D8nJyQZPKHt6evLtt9/y+uuv8+mnn+Lm5sbSpUt58cUXq6SPCoWizEtAPd3IEVd7S66lZhWZV0MBuNhb8nQjR0yUFRsEL4mNjY1+0LKgCxcukJKSQlhYmD7fwLFjx8pUp7m5OWq12mCbk5MTTk5OhcoBhcoaQ5s2bdi2bRseHh6Ympb9kg0MDGTu3Lls2LCBp556Sv8EfZcuXVi2bBkWFhYEBAToB5jbtGlDXFxckeewoKNHjzJ06FCD961bty73cf3444+cOXOG119/Xd/+tWvXMDU1xcPDo9jPDR48mKlTp/Lyyy9z6dIlBg0apN9X3nPl6+tLXl4ev/zyi375qVu3bhEfH69bhsnOFSztycvL49ixY/qn6eP+uMXd1Hv4tOta7uMu2NeSjvdO1h3uZN3RJw0vTlHX6INq1qxJzZolBxKVSiUDBgxg/fr1zJ4922CJpfv377N8+XKCgoL09VhZWfHCCy+wfv16fvvtNxo3bkzbtm0Njq8s19ODDh06RMeOHRk3bpx+W3Ezkirj9ddf56OPPuLrr7/m3//+N8eOHSMvL49FixbpZ9c8mMejLOe6LHx8fPj2228NtpX1N6kkadlppOWkYadWY5d5G6xrgUP9StcrhBBCCCGEEEIIUVm2NS0ZPNufrPTiHx61VJlhW7Pkh6vFI7D8VFGvggmsIyIiCj3J3aVLF06cOEF2djaJiYmMGTPm4Xa8GCZKBe/11S0D9GDIIv/9e319qySgUZL69etjbm7OsmXLSEhIICoqSp+ToTQeHh4kJiZy6tQpUlJS9EvtPMjJyQkrKyt9YurU1FSj9X/8+PHcvn2bl19+mejoaBISEvj+++8ZPnx4iQOsHTt2xMLCgmXLltGlSxf99nbt2pGamsq2bdsIDAzUb58xYwZr165l5syZnDt3jtjYWDZv3qzP/5Fv69atrFmzhvj4eN577z2io6OZMGFCiceQnZ3NtWvXuHr1KidOnGD+/Pn069ePf/3rX/oASffu3QkICOD5559nz549JCUlceTIEd59912DAd8XXniBtLQ0xo4dS2BgIHXq1KnwuWrUqBH9+vVj1KhR/O9//9MnP69Tpw79+vXTlzMzM2PixIn88ssvnDhxgmHDh+Pv7//3kkEVeMq+tONVKpRo0aJBU+JT/B4eHvzyyy8kJSWRkpJS7lkcBc2bNw8XFxd69OjB7t27uXLlCj/99BNBQUHk5uby6aefGpQfPHgw33zzDWvWrNHnZslX1uvpQQ0bNuTYsWPs2bOH+Ph4pk+fzq+/lj4DrLzs7OwYOXIk7733HlqtlgYNGpCXl6f/nfjyyy8LLU/l4eFBeno6P/zwAykpKQbLaJXHq6++yoULF5g6dSrx8fFs2bKFiIgIoOKzngDSc9NJzU4lMy9Lt8HUqsJ1CSGEEEIIIYQQQhibbU1LHOvbFvuSgEbZVGtQ43HUq5krK/7TBhd7wwvQxd6SFf9pQ69mxS+XVFUcHR2JiIhg69at+Pr6EhYWxocfflimz7744ov06tWLwMBAHB0di13my9TUlKVLl7Jq1Src3NwMBsQry83NjcOHD6NWqwkKCqJZs2a89tpr2NvbG+RreFD+0lL37t0zmA1kZmZGQEAA9+7dMwhqBAUFsWvXLvbu3Uu7du3w9/fno48+wt3d3aDeWbNmsWnTJlq0aEFkZCTr16/X57QoznfffYerqyseHh706tWL/fv3s3TpUnbu3KmfQaJQKPj222/p3Lkzw4cPp3HjxgwaNIikpCR9nhHQDUb37duXmJgYBg8eXOlzFR4eTtu2bfnXv/5FQEAAWq2Wb7/91mD5IGtra6ZOnUpwcDABAQFYWVmxadMm3c68bMi8BaXMqHhQacdrb2GPg4UD5krzEge6J0+ejImJCb6+vvql1Sqqdu3aHD16lMDAQF599VW8vLwYMGAAXl5e/Prrr3h5eRmUf+aZZ6hZsyZxcXEEBwcb7Cvr9fSgMWPG8MILLzBw4EA6dOjArVu3DGZtGNNrr71GbGwsW7dupVWrVnz00UcsXLiQZs2asX79ehYsWGBQvmPHjowZM4aBAwfi6OjI+++/X6F2PT09+eqrr9i+fTstWrRgxYoVTJs2DUCfNL4iHCwccLR2xFb91xMPZhLUEEIIIYQQQgghhHjcKLRGXcj80ZeWloa9vT2pqanY2dkZ7MvKyiIxMRFPT89ScyiURq3REp14mxv3snCytaS9Z82HPkNDCGOIiIggNDSUu3fvFl0g/QakXQUUULuxLueGEOU0b948Vq5cyZUrVypXkToPrp/R/bdLc5CE4Q+VMf+OCiGEEEIIIYQQ4slS0th9QTLaU0VMlAoCGtSq7m4IUfVsHCH7HmSnwZ0kcPQ2enJmrVbLzfs3sTCxwN7C3qh1i+qxfPly2rVrR61atTh8+DAffPBBqcu4lUnefd2/JuYS0BBCCCGEEEIIIYR4DMmIjxCichQKcHCHmxdAnQ13r0ANd912I7mTfYebmTdRKpTYmNlgKoPV/3gXL15k7ty53L59m/r16/PGG2/w9ttvV7i+7LxsNFoNFrn3desqSj4NIYQQQgghhBBCiMeSLD9VgCybIUQlZKfDrYu6/7avBza1jVa1Rqvhyr0r+jwbQjzoz/Q/uZN1h1oKM1yyM0DlAnYPP4fRk07+jgohhBBCCCGEEKKiZPkpIcTDZaECWze49yek/gHmNkZL1KxUKKlvW7/EhOHiyaZQKDBRmmBlWQMsauiuPyGEEEIIIYQQQgjx2JGghhDCeFROkJMOmlxQKI1adcGAhkarIU+Th7mJuVHbEP9crjauuFi76N5I8EsIIYQQQgghhBDisSVBDSGE8SgUf+XTUBo9qJEvW53NlXtX0Gq1NHBogLKK2hH/PDKTRwghhBBCCCGEEOLxJ6OBQgjjUpoaBjTUuUat3kRhglqjRq1Vk63ONmrd4h8uJxMyb0FuVnX3RAghhBBCCCGEEEJUEZmpIYSoGlot3EuGjJtQ2xvMjJM02FRpSn3b+piZmGGqlJ8wAdcyrpGZl0ltrRK7zDtgXRsc6lV3t4QQQgghhBBCCCFEFZCZGkKIqpOTCVoN3EkEjdpo1VqZWUlAQ+hl5GZwP/c+2rwc3QYjJagXQgghhBBCCCGEEI8eCWqIKhUSEsLzzz9f3d0wGoVCwY4dO6q7G5XStWtXQkNDq76h/PwaSlPIy4K0q1XSTGZuJn+m/4lWq62S+h8GDw8PPv74Y6PV97jdd/lmzpxJq1atCm2vq6pLHds6WOf9tRyZBDWEEEIIIYQQQgghHlsS1HhMhISEoFAoUCgUmJmZ4eXlxeTJk8nIyKhUvcUNIj4oKSkJhULBqVOnDLYvWbKEiIiISvWhvNLT0zEzM2Pz5s0G2wcOHIhCoeDSpUsG2xs0aMA777xTZf158LtxdnamR48erFmzBo1GU2XtPhJMzKCGh+6/M29B5m2jVp+nyaNr165MfWMqd7LvGKXOtLQ0pk2bho+PD5aWlri4uNC9e3e2b99eZYGTX3/9ldGjR1dJ3Q9b/rWuUChQqVS0bNmyQr8BRQUQJ0+ezA8//FCorIWpBQ6mNphp8nQbTI2z1JkQQgghhBBCCCGEePRIUMPY9i+Ag+8Xve/g+7r9VaRXr14kJyeTkJDA3LlzWb58OZMnT65QXVqtlry8vEr3yd7eHgcHh0rXUx4qlQo/Pz/2799vsP3gwYPUq1fPYPsff/xBQkICgYGBVdqn/O8mKSmJ3bt3ExgYyGuvvca//vUvo5znR5qFLahcdP+desWoSZxNlaaYmZhhYWKBvbl9peu7e/cuHTt2ZO3atbz99tucOHGCn376iYEDBzJlyhRSU1MrXHdubuGE6Tk5uuWSHB0dsba2rnDdj5rw8HCSk5OJiYn5f/buPCyq6n/g+Htm2HdUBFQEN0TclzTsp4CJlFZYlqakol+3MrevplmZmppLaqaV2rcUcqvMMjM1l8DcEje0FHcIM9BQZF9n7u8P4sbIvihWn9fzzANz77lnu3fgec5nzjkMGDCAYcOG8f3331c5XxsbG2rXrl38ydzM/J86c9DqqlyWEEIIIYQQQgghhHgwSVCjuml1ED6vaGBj/6L84/dwsM3c3BwXFxfc3NwYNGgQwcHB6jed169fT6dOnbC1tcXFxYVBgwZx8+ZN9dqIiAg0Gg3ff/89nTp1wtzcnHXr1jF79mxOnz6tfvO6pG9cN2rUCID27duj0Wjw8/MDii6D4+fnx7hx45g4cSKOjo44Ozvz0UcfkZ6ezrBhw7C1taVJkybs3LnTKP9z587Ru3dvbGxscHZ2ZvDgwSQmJpbYF/7+/kRERKjvo6OjyczM5KWXXjI6Hh4ejqmpKY888ggA3377LR07dsTCwoLGjRsze/bsIkGH+Ph4Hn/8cSwtLWnUqBGbN28usR4FCu5N/fr16dChA6+99hrffPMNO3fuNOrT5ORkRo0aRd26dbGzs6NHjx6cPn0agAsXLqDRaDh//rxR3kuXLsXDw0OdRVDRvkpKSmLIkCE4OjpiZWXF448/zqVLl9TzoaGhODg4sHXrVjw9PbGwsCAgIIBr166paQpm9KxZs4aGDRtiY2PDiy++iF6vZ9GiRbh4tqdu257MW/YRJMXm77NRRnsL57tu3To8PDywt7fn+eefJzU1Fch/vg4fOMwnKz/BRGeCRqMhNja2zPtRktdee43Y2FiOHj3K0KFD8fb2xtPTk5EjRxIVFYWNjQ1Q/CwCBwcH9V4WzFz64osv8PPzw8LCgvXr16ufh/nz51OvXj08PT2BostP3blzh1GjRuHs7IyFhQWtWrVi+/btRn1S2LJly/Dw8CixXcUtb9WuXTtmzZqlvtdoNKxevZonnngCKysrWrRowZEjR7h8+TJ+fn5YW1vj4+NTZKZTcRwcHHBxcVFnQdWqVYvdu3er548dO0ZAQAB16tTB3t4eX19fTp48aVRfgKeffhqNRqO+v7vtISEhPPHUE8xdMBdXj2bUbunP2NfmGwWQ4uPj6dOnj/p53bhxY7Uv9yWEEEIIIYQQQggh7h8JapRXTnrJr8LfPPedCt1fyQ9g/DA3//wPc/Pfd38Fuo4rX77VwNLSUh3cy8nJYc6cOZw+fZqtW7cSExNDSEhIkWumTp3K/PnziY6OplevXkyePJmWLVsSHx9PfHw8AwYMKLasyMhIAPbu3Ut8fDxfffVVifUKCwujTp06REZGMm7cOF588UWee+45unbtysmTJwkMDGTw4MFkZGQA+YOSvr6+tGvXjuPHj7Nr1y5u3LhB//79SyzD39+fCxcuEB8fD+QHL7p160aPHj2KBDW6dOmClZUV33//PS+88ALjx4/n3LlzrF69mtDQUObNm2eU94wZM+jXrx+nT5/mhRdeYODAgURHR5dYl5L06NGDtm3bqn2lKAp9+vQhISGBHTt2cOLECTp06MCjjz7K7du3ad68OR07dmTDhg1G+WzcuJFBgwah0Wgq1VchISEcP36cbdu2ceTIERRFoXfv3kYDwxkZGcybN4+wsDAOHTpESkoKzz//vFE+V65cYefOnezatYtNmzaxZs0a+vTpw2+//cb+/ftZuGABbyz6kJ/O/Qpoymxv4Xy3bt3K9u3b2b59O/v372fBggVA/vJmPj4+jBw5Un1G67rWrfC9ADAYDHz22WcEBwdTr169IudtbGwwManY5uTTpk1j/PjxREdHExgYCMC+ffuIjo5mz549aqDi7no8/vjjHD58mPXr13Pu3DkWLFiATnfvZx/MmTOHIUOGEBUVhZeXF4MGDWL06NFMnz6d48ePA/Dyyy+XOz+9Xs8XX3zB7du3MTU1VY+npqYydOhQDhw4wE8//USzZs3o3bu3Gqw6duwY8NeMj4L3xdkfsZ+fL/zMtq2fErZsNqGfbTEKFA4ZMoTff/+diIgItmzZwkcffWQU0BVCCCGEEEIIIYQQfy8VG6H7N3u76CCnqlkvCC70bf0jH+T//PGd/FeBH9+BX4/AsO/+Orasdf5eA3ebVfllbiA/yLBx40YeffRRAIYPH66ea9y4McuXL6dz586kpaWp3z4HeOuttwgICFDfFwzkuri4lFqek5MTALVr1y4zbdu2bXnjjTcAmD59OgsWLKBOnTqMHDkSgDfffJOVK1dy5swZHn74YVauXEmHDh14++231TzWrFmDm5sbFy9eVL/tXtgjjzyCqakpERERDBw4kIiICHx9fenQoQPJyclcunSJZs2aERERwQsvvADAvHnzePXVVxk6dKjaT3PmzGHq1KnMnDlTzfu5555jxIgRQP4g8J49e1ixYgUffvhhqe0ujpeXF2fOnAHyAyw///wzN2/exNzcHIDFixezdetWvvzyS0aNGkVwcDDvv/8+c+bMAeDixYucOHGCTz/9FKDCfXXp0iW2bdvGoUOH6Nq1KwAbNmzAzc2NrVu38txzzwH5Sye9//77dOnSBcgPTLVo0YLIyEg6d+4M5A/Gr1mzBltbW7y9vdXA0o4dO9BqtTRv3pyF7ywh4qdTPOwXSPgPP5TZ3oJ8Q0NDsbW1BWDw4MHs27ePefPmYW9vj5mZGVZWVjg7O5OQkUBMagzuGndszGyoiMTERJKSkvDy8qrQdaWZOHEizzzzjNExa2trPv74Y8zMzIq9Zu/evURGRhIdHa3er8aNG1dbnUozbNgwNQA2bdo0fHx8mDFjhhqQmTBhAsOGDSszn4EDB6LT6cjKykKv11OrVi31MwP5Ab3CVq9ejaOjI/v37+eJJ55Q/54UzPgojYOjA3MXz8Xdrj5m7Xzos/1H9u3bx8iRIzl//jx79+7l2LFjdOrUCYCPP/6YZs2alb9ThBBCCCGEEEIIIcQDRWZq/INs374dGxsbLCws8PHxoXv37qxYsQKAU6dOERQUhLu7O7a2turyUHFxcUZ5FAz8lWbMmDHY2Nior4pq06aN+rtOp6N27dq0bt1aPebs7Aygfpv6xIkThIeHG5VZMPBc0lI4VlZWdO7cWZ2VsX//fvz8/DAxMeGRRx4hIiKCuLg4YmJi1AHWEydO8NZbbxmVUzADoGDWCICPj49RWT4+PpWaqQH5szM0Go1aflpaGrVr1zaqQ0xMjNrO559/nl9//ZWffvoJyA9AtGvXDm9v70r1VXR0NCYmJmqwAvIDU82bNzdqk4mJidGz4eXlhYODg1EaDw8PNfAA+ffR29sbrVZrdEy9r8eOldne4vJ1dXUt9pv2Go1GXYIrIy/D6Nzbb79tVMbdzz2gXltwP6pDcZ+n1q1blxjQAIiKiqJBgwbFBuvutcKfzYLP4d2fzaysLFJSUkrN59133yUqKoo9e/bQrl073n33XZo2baqev3nzJmPGjMHT0xN7e3vs7e1JS0sr9r6UWedWbWhWuxlmplZgYYdrvQbq83HhwgVMTEzo0KGDmr5p06Y4OjpWuBwhhBBCCCGEEEII8WCQmRrl9drvJZ/T3LUszCuX4eC7+TMzdGagz8lfeur/JoHmrjjSxJ+rrYr+/v6sXLkSU1NT6tWrpy73kp6eTq9evejVqxfr16/HycmJuLg4AgMD1Y2KC1hbW5dZzltvvVXpDcgBo2VoIH8QufCxgkFlg8Gg/nzyySdZuHBhkbxcXV1LLMff35/PP/+cs2fPkpmZqQ5s+vr6Eh4ejpmZGRYWFjz88MNqObNnzy7yzXoACwuLUttU2YHw6OhodT8Sg8GAq6ur0fJYBQo2W3d1dcXf35+NGzfy8MMPs2nTJkaPHq2mq2hfFQzkF3f87jYV18bCx8q6rwXHDAYD5GRgSE3A1dmJiP0/FvlcFN5cvsQ8iuFi7YKdmV2RWRpjxowxWoKruOWlnJyccHR0LFeAqnAApUBxG4EX93kq6zNmaWlZ6nmtVluusitzTXGfw9I+myVxcXGhadOmNG3alM2bN9O+fXs6deqkBt9CQkL4448/WLZsGe7u7pibm+Pj41Pk71F5lPZ8lPZ8CyGEEEIIIYQQQoi/JwlqlJdZ2YP9qiMf5Ac0/F/P32OjYJNwnVn++8rmWwZra2ujb0MXOH/+PImJiSxYsAA3NzcAdX38spiZmaHX642O1a1bl7p16xZJBxRJWx06dOjAli1b8PDwqNCeBv7+/sydO5eNGzfyf//3f+qeBL6+vqxYsUIdSC0IWHTo0IELFy4U24eF/fTTTwwZMsToffv27Svcrh/+XH5p0qRJavkJCQmYmJiUuulzcHAw06ZNY+DAgVy5csVob4uK9pW3tzd5eXkcPXpUXX7q1q1bXLx4kRYtWqjp8vLyOH78uLrU1IULF7hz507ll2rSmtChlRcJNxMxybyFRxufsq8pQeFnVKvRFrvsVK1atahVq1bpVdJqGTBgAOvWrWPmzJlFAh/p6emYm5tjYmKCk5OTul8L5C/jVXg2T1W0adOG3377rcSl1ZycnEhISDAKPEVFRZWa5931TUlJISYmplrqW5amTZvSr18/pk+fzjfffAPAgQMH+PDDD+nduzcA165dK7KZvampaZl/T9TgRHZq/svc1ui8l5cXeXl5nDp1io4dOwJw+fJl7ty5Uw0tE0IIIYQQQgghhBA1QZafqm4FAYyCgAbk//R/Pf/4/kX3vUoNGzbEzMyMFStWcPXqVbZt26buyVAWDw8PYmJiiIqKIjExkezs7GLT1a1bF0tLS3Vj6uTkqu0JUtjYsWO5ffs2AwcOJDIykqtXr7J7926GDx9e6qBn165dMTc3Z8WKFfj6+qrHH3roIZKTk9myZQv+/v7q8TfffJNPP/2UWbNmcfbsWaKjo/n888/V/T8KbN68mTVr1nDx4kVmzpxJZGRkmZsnZ2dnk5CQwPXr1zl58iRvv/02QUFBPPHEE2qApGfPnvj4+NC3b1++//57YmNjOXz4MG+88YZREOqZZ54hJSWFF198EX9/f+rXr1/pvmrWrBlBQUGMHDmSgwcPqpuf169fn6CgIDWdqakp48aN4+jRo5w8eZJhw4bx8MMPq0GOCjMxo2fQAHw6tqbvwBC+37alxPaWxcPDg6NHjxIbG0tiYqL6LX29Qc/1tOtk64t/Zovz9ttv4+bmRpcuXfj00085d+4cly5dYs2aNbRr1460tDQgf0+I999/n5MnT3L8+HHGjBlTZMZAZfn6+tK9e3f69evHnj17iImJUTdgB/Dz8+OPP/5g0aJFXLlyhQ8++ICdO3eWmmePHj1Yt24dBw4c4JdffmHo0KH3ZePxApMnT+bbb79V72vTpk1Zt24d0dHRHD16lODg4CIzVDw8PNi3bx8JCQkkJSUVm29abhppOWmkZ96GtBuQZfx3x8vLi549ezJq1CgiIyM5deoUo0aNwtLSslqXGRNCCCGEEEIIIYQQ948ENaqbQW8c0ChQENgwVP9MhrI4OTkRGhrK5s2b8fb2ZsGCBSxevLhc1/br14/HHnsMf39/nJyc2LRpU7HpTExMWL58OatXr6ZevXpGA+JVVa9ePQ4dOoRerycwMJBWrVoxYcIE7O3tjfZruFvB0lKpqanqHiKQP0Dv4+NDamqqUVAjMDCQ7du3s2fPHh566CEefvhhli5diru7u1G+s2fP5rPPPqNNmzaEhYWxYcMGdVmdkuzatQtXV1c8PDx47LHHCA8PZ/ny5XzzzTfq4LJGo2HHjh10796d4cOH4+npyfPPP09sbKy6vwGAnZ0dTz75JKdPnyY4OLjKfbV27Vo6duzIE088gY+PD4qisGPHDqNBeisrK6ZNm8agQYPw8fHB0tKSzz77rNQ2l0Vj6cCOLZ/R/eEODB/9YontLcuUKVPQ6XR4e3urS6sBJKQncCfrDtfTrpd7uSFHR0d++uknXnjhBebOnUv79u3p1q0bmzZt4p133sHe3h6AJUuW4ObmRvfu3Rk0aBBTpkzBysqq4p1Qgi1btvDQQw8xcOBAvL29mTp1qhqUatGiBR9++CEffPABbdu2JTIysszl4KZPn0737t154okn6N27N3379qVJkybVVt+ytG7dmp49e/Lmm28C+ZvXJyUl0b59ewYPHsz48eOLzP5asmQJe/bswc3NrdiZUIqiYFAMKCiY5v0ZuDIpunTXp59+irOzM927d+fpp59m5MiR2NralrmknBBCCCGEEEIIIYR4MGmUf9ni4ikpKdjb25OcnIydnZ3RuaysLGJiYmjUqJEMeAnxp9DQUCZOnHhvluxRDJB4CXIzwNQK6jQruu9MJeXqc4lLjcPV2hUr0+oLOIgHh0ExkJWXhWXiZTSKHuo0B7PS7/Vvv/2Gm5sbe/fu5dFHH71PNf33kP+jQgghhBBCCCGEqKzSxu4Lkz01hBA1R6MFRw/440J+YCPtJti6VEvWpjpTGts3lmWG/sG0Gi1WWhNQ/pwBZ1J0EP2HH34gLS2N1q1bEx8fz9SpU/Hw8KB79+73ubZCCCGEEEIIIYQQojpIUEMIUbNMzMGhIWTeBus61Zp14YBGriEXLVp02vu3l4S4D3Iz83+aWEAxS6zl5uby2muvcfXqVWxtbenatSsbNmyotj1QhBBCCCGEEEIIIcT9JctPFSLLZghRgxQF7tGsirScNH5L+w0bUxsa2Da4J2WI+yshPQGdRodDXi6maTfAwhFqedR0tf715P+oEEIIIYQQQgghKkuWnxJC/L0UBDQUBbKSwcK+2oIcWo0WvUFPlj4LvUEvszX+5gyKgdtZt1EUBXvtn3tomBbdJFwIIYQQQgghhBBC/PNIUEMI8WBJvgYZt8DGGezqVUuWVqZWuNu5Y2VqhbaaNiIXNUdRFOpa1SVbn42pdT3QZ4NGAlVCCCGEEEIIIYQQ/wYS1BBCPFjMbfODGmk3wMwGLEqealYRNmY21ZKPqHk6rY46loX2Xylmg3AhhBBCCCGEEEII8c8kX1kWQjxYLB3B6s8B6zu/gj6n2ou4k32HxMzEas9XCCGEEEIIIYQQQghxb0lQQwjx4LGrDyaWYMiDpF/z99moJum56VxPvc7N9Jtk5WVVW77i/snMzURv0EPmHbgdA5lJNV0lIYQQQgghhBBCCHGfSFBDCPHg0WrB0QM0WshJg9SEasvaysQKe3N76ljVwVxnXm35ivvDoBiISYnh/O3z5GSnQNYdyMmo6WoJIYQQQgghhBBCiPtEghringoJCaFv3741XY1qo9Fo2Lp1a01Xo0r8/PyYOHFiTVejbKYWYO+W/3vaDcirnmWoNBoN9W3qU9eqLhqNpkp5xcbGotFoiIqKqpa6ibLlGfIw0Zig0+owzcvCo0sflq0Oq+lqCSGEEEIIIYQQQoj7RIIa1Sw+LZ5zt86V+IpPi78n5YaEhKDRaNBoNJiamtK4cWOmTJlCenp6lfKdNWsW7dq1KzNdSYO77733HqGhoVWqQ0WlpaVhamrK559/bnR8wIABaDQarly5YnS8SZMmvPbaa/esPnffG2dnZwICAlizZg0Gg+GelfuPYFULbJyhdhMwMSs2SWWCNIWDGYqikPPnvh3lfd6r6urVqwwcOJB69ephYWFBgwYNCAoK4uLFi/e87OoSGhqKg4NDudIVPP8ajQZnZ2eefPJJzp49W6nyzHRmeNbypJlDMzS5WRzbsZ5Ro0dXshVCCCGEEEIIIYQQ4u/GpKYr8E8SnxbPE1ufUAdIi2OmM2N73+242rhWe/mPPfYYa9euJTc3lwMHDjBixAjS09NZuXJlhfNSFAW9Xl/lOtnb21c5j4qysbGhU6dOhIeHM2DAAPX4/v37cXNzIzw8nCZNmgDw22+/cfXqVfz9/e9pnQrujV6v58aNG+zatYsJEybw5Zdfsm3bNkxM5KNYIrt69yzrPEMe19Ouk5mXSRP7JvesnMJycnIICAjAy8uLr776CldXV3777Td27NhBcnLyfalDVeXm5lYovZ2dHRcuXEBRFK5fv87UqVPp06cPFy9exMys+GBVWXSGPFD0ONWuBXaOlcpDCCGEEEIIIYQQQvz9yEyNapSUnVRqQAMgR59DUva92dTW3NwcFxcX3NzcGDRoEMHBwepSSevXr6dTp07Y2tri4uLCoEGDuHnzpnptREQEGo2G77//nk6dOmFubs66deuYPXs2p0+fVr9lXdKsi0aNGgHQvn17NBoNfn5+QNHlp/z8/Bg3bhwTJ07E0dERZ2dnPvroI9LT0xk2bBi2trY0adKEnTt3GuV/7tw5evfujY2NDc7OzgwePJjExMQS+8Lf35+IiAj1fXR0NJmZmbz00ktGx8PDwzE1NeWRRx4B4Ntvv6Vjx45YWFjQuHFjZs+eTV5enlHe8fHxPP7441haWtKoUSM2b95cYj0KFNyb+vXr06FDB1577TW++eYbdu7cadSnycnJjBo1irp162JnZ0ePHj04ffo0ABcuXECj0XD+/HmjvJcuXYqHhwfKn5tpV7SvkpKSGDJkCI6OjlhZWfH4449z6dIl9XzBN+S3bt2Kp6cnFhYWBAQEcO3aNTVNwQyHNWvW0LBhQ2xsbHjxxRfR6/UsWrQIFxcX6taty7x584zKLq29hfNdt24dHh4e2Nvb8/yzT5OamgrkP1/79+/nvffeU5/R2NjYMu9HAa1GS54hD4NiIDMvs8h5g8HAW2+9RYMGDTA3N6ddu3bs2rWrSLrz58/TtWtXLCwsaNmypdEzdrdz585x9epVPvzwQx5++GHc3d155JFHmDdvHg899BDw1+fxzp076nVRUVFG7avIfVm9ejVubm5YWVnx3HPPGeVbVhsLZmF98cUX+Pn5YWFhwfr16xk2bBjJyclqv8+aNavENms0GlxcXHB1daVTp05MmjSJX3/9lQsXLqhpli5dSuvWrbG2tsbNzY2XXnqJtLQ0tT+KlDdzJgAeD/dh2XvLjcr6+OOPefrpp7GysqJZs2Zs27bNqD7btm2jWbNmWFpa4u/vT1hYWJH+FkIIIYQQQgghhBAPJglqlFNGbgYZuRnqwDFArj6XjNyMMgMZ5cnXoPy1DFGuoWLfgi6JpaWl+o3qnJwc5syZw+nTp9m6dSsxMTGEhIQUuWbq1KnMnz+f6OhoevXqxeTJk2nZsiXx8fHEx8cbzXwoLDIyEoC9e/cSHx/PV199VWK9wsLCqFOnDpGRkYwbN44XX3yR5557jq5du3Ly5EkCAwMZPHgwGRn5m//Gx8fj6+tLu3btOH78OLt27eLGjRv079+/xDL8/f25cOEC8fH5y32Fh4fTrVs3evToUSSo0aVLF6ysrPj+++954YUXGD9+POfOnWP16tWEhoYWGYifMWMG/fr14/Tp07zwwgsMHDiQ6OjoEutSkh49etC2bVu1rxRFoU+fPiQkJLBjxw5OnDhBhw4dePTRR7l9+zbNmzenY8eObNiwwSifjRs3MmjQIDQaTaX6KiQkhOPHj7Nt2zaOHDmCoij07t3b6Nv4GRkZzJs3j7CwMA4dOkRKSgrPP/+8UT5Xrlxh586d7Nq1i02bNrFmzRr69OnDb7/9xv79+1m4cCFvvPEGP/30U7naWzjfrVu3sn3rV2wPW8b+AwdZMPctIH95Mx8fH0aOHKk+o25ubuW+B1qNlgY2DWhs3xg7c7si59977z2WLFnC4sWLOXPmDIGBgTz11FNGQR+AV155hcmTJ3Pq1Cm6du3KU089xa1bt4ot08nJCa1Wy5dfflnl2VDluS+XL1/miy++4Ntvv2XXrl1ERUUxduzYCrdx2rRpjB8/nujoaB599FGWLVuGnZ2d2u9TpkwpV53v3LnDxo0bATA1NVWPa7Vali9fzi+//EJYWBg//PADU6dOBaBr165qeUfOH+HkpZNMGjvizyuL7osye/Zs+vfvz5kzZ+jduzfBwcHqMxUbG8uzzz5L3759iYqKYvTo0bz++uvlqrsQQgghhBBCCCGEeAAo/zLJyckKoCQnJxc5l5mZqZw7d07JzMwscq5VaCulVWgr5VbmLfXY6tOrlVahrZSZh2YqiqIoZxPPqulKe51NPKvm0W1TN6VVaCvl0u1L6rHNFzZXuF1Dhw5VgoKC1PdHjx5VateurfTv37/Y9JGRkQqgpKamKoqiKOHh4QqgbN261SjdzJkzlbZt25ZZfkxMjAIop06dKrVevr6+yv/93/+p7/Py8hRra2tl8ODB6rH4+HgFUI4cOaIoiqLMmDFD6dWrl1G+165dUwDlwoULxdYnPT1dMTU1VTZu3KgoiqI899xzyqJFi5Tc3FzFxsZGuXjxoqIoitKoUSNlxowZiqIoSrdu3ZS3337bKJ9169Yprq6u6ntAGTNmjFGaLl26KC+++GKJfXN3HxQ2YMAApUWLFoqiKMq+ffsUOzs7JSsryyhNkyZNlNWrVyuKoihLly5VGjdurJ67cOGCAihnz+Y/U+XpK19fX2XChAmKoijKxYsXFUA5dOiQmj4xMVGxtLRUvvjiC0VRFGXt2rUKoPz0009qmujoaAVQjh49qihK/nNiZWWlpKSkqGkCAwMVDw8PRa/Xq8eaN2+uzJ8/v9ztLZLv7VjllReHKF06tFGUvJwi7amqu5/3evXqKfPmzTNK89BDDykvvfSSoih/PfcLFixQz+fm5ioNGjRQFi5cWGI577//vmJlZaXY2toq/v7+yltvvaVcuXJFPV/weUxKSlKPnTp1SgGUmJgYRVHKf190Op1y7do1Nc3OnTsVrVarxMfHV6iNy5YtM0qzdu1axd7evsQ2Fk4HKNbW1oqVlZUCKIDy1FNPlXrdF198odSuXbtIeb/88YsSnRitGO5cU5TrpxT3hm7Ku+++q6YDlDfeeEN9n5aWpmg0GmXnzp2KoijKtGnTlFatWhmV9frrrxfpb1E5pf0fFUIIIYQQQgghhChNaWP3hclMjX+Q7du3Y2Njg4WFBT4+PnTv3p0VK1YAcOrUKYKCgnB3d8fW1lZdHiouLs4oj06dOpVZzpgxY7CxsVFfFdWmTRv1d51OR+3atWndurV6zNnZGUBdHuvEiROEh4cblenl5QVQZNPvAlZWVnTu3FmdlbF//378/PwwMTHhkUceISIigri4OGJiYujRo4dazltvvWVUTsEMgIJZIwA+Pj5GZfn4+FRqpgbkz1Yo2LT6xIkTpKWlUbt2baM6xMTEqO18/vnn+fXXX9XZDhs2bKBdu3Z4e3tXqq+io6MxMTGhS5cu6rHatWvTvHlzozaZmJgYPRteXl44ODgYpfHw8MDW1lZ97+zsjLe3N1qt1uhY4ftaVnuL5GvfAFcXF24m3oI7v0KhmVOlefvtt43KuPu5L6A36Mk15GJQDKSkpPD777+rS5MVeOSRR4rc78LPREFflfZMjB07loSEBNavX4+Pjw+bN2+mZcuW7Nmzp1ztubusAsXdl4YNG9KgQQOjuhoMBi5cuFChNpbnb0NJbG1tiYqK4sSJE6xatYomTZqwatUqozTh4eEEBARQv359bG1tGTJkCLdu3SI9Pd0onZutG87WzmjsG4BrG9AU/TdW+G+MtbU1tra26nN34cIFdZmvAp07d65024QQQgghhBBCCCHE/SW7E5fT0UFHAbA0sVSPDWs5jBdavICJtvLduKtf/tr1FiYW6rGgpkGVysvf35+VK1diampKvXr11KVd0tPT6dWrF7169WL9+vU4OTkRFxdHYGAgOTnGS2dZW1uXWc5bb71V7qVmilN4yRnIXwO/8LGCQX6DwaD+fPLJJ1m4cGGRvFxdS95w3d/fn88//5yzZ8+SmZlJhw4dAPD19SU8PBwzMzMsLCx4+OGH1XJmz57NM888UyQvCwuLIsfubkNlREdHq/uRGAwGXF1di92PwcHBAchvr7+/Pxs3buThhx9m06ZNjB49Wk1X0b5SSggKFA62FCiujYWPlXVfC44Vvq9ltbdIvlodGus6+Xlkp0LazSLXFmfMmDFGS3DVq1d083FFUbiTfQe9Qc/NjJtYYVWkjQXpynO/y0pja2vLU089xVNPPcXcuXMJDAxk7ty5BAQEqIGgwvenpM25y7ovJZ0rnKY8bSzP34aSaLVamjZtCuQHXhISEhgwYAA//vgjAL/++iu9e/dmzJgxzJkzh1q1anHw4EH+85//FGm30TJhxQQ0oPhnseC5K65tJX0OhBBCCCGEEEIIIcSDR2ZqlJOVqRVWplbGg7g6U6xMrTDTmVU5X22hwTlTrWkpV5TM2tqapk2b4u7ubjSod/78eRITE1mwYAHdunXDy8vLaJPw0piZmRVZ979u3bo0bdpUfRWkA6q8R0BxOnTowNmzZ/Hw8DAqt2nTpqUOtPr7+3Pp0iU2btzI//3f/6HT6YD8oEZERAQRERH4+PioAYsOHTpw4cKFImU0bdrUaLZBwSyJwu8LZkNUxA8//MDPP/9Mv3791PITEhIwMTEpUn6dOnXU64KDg/n88885cuQIV65cMdpDoaJ95e3tTV5eHkePHlWP3bp1i4sXL9KiRQv1WF5eHsePH1ffX7hwgTt37lSq3YXrWp72FqEzhYJAYurvmJnoynzuatWqZZS/iUnRQKRGo8HGzAatRksti1rY2dlRr149Dh48aJTu8OHDRn0Dxs9EXl4eJ06cqFDfaDQavLy81FkJTk5OAOqeMJC/UfjdynNf4uLi+P3339X3R44cQavV4unpWaE23q24vw3lNWnSJE6fPs3XX38NwPHjx8nLy2PJkiU8/PDDeHp6GtW5quUV5uXlxbFjx4yOFe5DIYQQQgghhBBCCPFgk6DGv0DDhg0xMzNjxYoVXL16lW3btjFnzpxyXevh4UFMTAxRUVEkJiaSnZ1dbLq6detiaWmpbkydnJxcbfUfO3Yst2/fZuDAgURGRnL16lV2797N8OHDSx3k7Nq1K+bm5qxYsQJfX1/1+EMPPURycjJbtmzB399fPf7mm2/y6aefMmvWLM6ePUt0dDSff/45b7zxhlG+mzdvZs2aNVy8eJGZM2cSGRnJyy+/XGobsrOzSUhI4Pr165w8eZK3336boKAgnnjiCYYMGQJAz5498fHxoW/fvnz//ffExsZy+PBh3njjDaNB12eeeYaUlBRefPFF/P39qV+/fqX7qlmzZgQFBTFy5EgOHjyobn5ev359goL+mjFkamrKuHHjOHr0KCdPnmTYsGE8/PDDVVq2p7ztLZZGCxaOAHjUr8vRo0eJjY0lMTFR/UZ+ZZjrzDHTmamByldeeYWFCxfy+eefc+HCBV599VWioqKYMGGC0XUffPABX3/9NefPn2fs2LEkJSUxfPjwYsuIiooiKCiIL7/8knPnznH58mU++eQT1qxZo/Z506ZNcXNzY9asWVy8eJHvvvuOJUuWFMmrPPfFwsKCoUOHcvr0aQ4cOMD48ePp378/Li4uFWrj3Tw8PEhLS2Pfvn0kJiYaLdFWFjs7O0aMGMHMmTNRFIUmTZqQl5en/o1at25dkeWpGro3JC0tjR27d/DHrxfI+PVUuWfqFDZ69GjOnz/PtGnTuHjxIl988QWhoaFA5WdcCSGEEEIIIYQQQoj7R4Ia1cjR3LHMWRtmOjMczR3vU43yOTk5ERoayubNm/H29mbBggUsXry4XNf269ePxx57DH9/f5ycnNi0aVOx6UxMTFi+fDmrV6+mXr16RgPiVVWvXj0OHTqEXq8nMDCQVq1aMWHCBOzt7Y1mUNytYGmp1NRUdQ8RyB8I9vHxITU11SioERgYyPbt29mzZw8PPfQQDz/8MEuXLsXd3d0o39mzZ/PZZ5/Rpk0bwsLC2LBhg7qnRUl27dqFq6srHh4ePPbYY4SHh7N8+XK++eYbdQaJRqNhx44ddO/eneHDh+Pp6cnzzz9PbGysus8I5A8IP/nkk5w+fZrg4OAq99XatWvp2LEjTzzxBD4+PiiKwo4dO4xm+1hZWTFt2jQGDRqEj48PlpaWfPbZZ6W2uSzlbW+JHNzAth5TXpuJTqfD29tbXVqtsgwGg9EsjjFjx/Df//6XyZMn07p1a3bt2sW2bdto1qyZ0XULFixg4cKFtG3blgMHDvDNN9+UONukQYMGeHh4MHv2bLp06UKHDh147733mD17Nq+//jqQ/4xu2rSJ8+fP07ZtWxYuXMjcuXOL5FWe+9K0aVOeeeYZevfuTa9evWjVqhUffvihen78+PFMnjy5zDberWvXrowZM4YBAwbg5OTEokWLSu/cu0yYMIHo6Gg2b95Mu3btWLp0KQsXLqRVq1Zs2LCB+fPnG6Xv2KUj/UP6EzwwmLoeXixavgoMeRUqE6BRo0Z8+eWXfPXVV7Rp04aVK1eq/W5ubl7h/IQQQgghhBBCCCHE/aVR/mWLiaekpGBvb09ycjJ2dnZG57KysoiJiaFRo0Zl7qFQkvi0eJKyk0o872juiKtNyftACPGgCQ0NZeLEidy5c6emq3LPjRkzht9++43t27dzO/M2CRkJuFi7UMuiVk1XrYjy3JdZs2axdevWYpeu+rvJyM3gZsZNdFodblkZkJsBDu5gVfV7M2/ePFatWsW1a9eqoab/btXxf1QIIYQQQgghhBD/TqWN3RcmG4VXM1cbVwlaCHG/KQZIiQdLBzCr+IbWqampnDp1iq+++orXXnsNAAMGFEUhPTcdR3NHWZqohlmZWuFh7wGKAmln8g+aWlUqrw8//JCHHnqI2rVrc+jQId55550yl5ATQgghhBBCCCGEEA8GCWoIIf7+UhMg/SZk3QGn5n9tJF5Ob775Jhs2bODpp59mzJgxANS2qI2Z1gxbM1sJaDxI9Nn5QSw0YFK55aIuXbrE3LlzuX37Ng0bNmTy5MlMnz69eusphBBCCCGEEEIIIe4JWX6qEFk2Q4i/KUMe/HEB9DlgYQ+OjUACEf8YBf+mNBoNZCZBUmz+LA2n5jVbMVGE/B8VQgghhBBCCCFEZZV3+SnZKFwI8fenNQFHD0ADWcmQkVit2SuKws2Mm6TnpldrvqJ8svRZnL99nriUOMjNzD9oalmzlRJCCCGEEEIIIYQQNUKCGkKIfwYza7Crl/978nXIyai2rBMzE/kj4w9+S/0NvUFfbfmK8snMy8SgGDAoBtBoQWcmQQ0hhBBCCCGEEEKIfynZU0MI8c9h7QTZaZCdDEkx4OQFWl2Vs61lUYuUnBTqWNZBVw35iYpxNHfEysQKBQVMLMHWJX/DcCGEEEIIIYQQQgjxryMzNYQQ/xwaDTg0zP8mvyHvr6WKqkin1dHYvjH25vbVkp+oGI1Gg4WJBZYmloUP1lyFhBBCCCGEEEIIIUSNkZkaQoh/Fp1J/kbhWi2YVN9GxZpCg+gGxYBe0WOqNa22/EU5KAZAIwENIYQQQgghhBBCiH8xCWoIIf55zKyM3ytKtQ2EZ+Vl8Vvqb2i1WhrZNTIKdojql52XTVJ2Etam1tjmZEJqAljX+Wv/FCGEEEIIIYQQQgjxryLLTwkjH330EW5ubmi1WpYtW1bT1XlgzZo1i3bt2tV0NQCIjY1Fo9EQFRVV01V5MGWnwq3LcNcG3xqNhq1btwIV60OtRkuuIZdcfS45+pxqqWJERAQajYY7d+5US37/JOl56dzKvMWtzFuQlwmKHpBAkhBCCCGEEEIIIcS/lQQ17hFFryf9aCTJ278j/Wgkil5f9kVVcPPmTUaPHk3Dhg0xNzfHxcWFwMBAjhw5Uu48UlJSePnll5k2bRrXr19n1KhR+Pn5MXHixHtX8Wrm5+eHRqMp8hozZky1ljNlyhT27dtXrXlWlpubG/Hx8bRq1aqmq6I6fPgwvXv3xtHREQsLC1q3bs2SJUvQ3+PPQRGKAe7EQU4aJF+r0ubSBc+WuYk5bV3b0vuh3syaMYvs7OwK53P3Z6pr167Ex8djby97dtzNXGeOo4UjdmZ2f+2RYmpZ+kVCCCGEEEIIIYQQ4h9Llp+6B1J27+bG2/PJS0hQj5m4uOD82nTsevW6J2X269eP3NxcwsLCaNy4MTdu3GDfvn3cvn273HnExcWRm5tLnz59cHV1vSf1LA9FUdDr9ZiYVO7xHDlyJG+99ZbRMSsrqxJSV46NjQ02NjbVmmdl5OTkYGZmhouLS01XRfX111/Tv39/hg0bRnh4OA4ODuzdu5epU6fy008/8cUXX9yzJZv0ej0ajQat9s94rUYLDu5w6xJkJoG5LVjVrnT+Bc9WTk4Ox44dY9iwYQDMnz+/SvV+0O7hg8Ta1BprU+v8gFRSXP5B0+rbK0UIIYQQQgghhBBC/L3ITI1qlrJ7N9cnTDQKaADk3bjB9QkTSdm9u9rLvHPnDgcPHmThwoX4+/vj7u5O586dmT59On369FHTxcXFERQUhI2NDXZ2dvTv358bN24AEBoaSuvWrQFo3LgxGo2GkJAQ9u/fz3vvvafOeIiNjaVjx44sWbJEzbdv376YmJiQkpICQEJCAhqNhgsXLgCwfv16OnXqhK2tLS4uLgwaNIibN2+q1xcsvfP999/TqVMnzM3NOXDgAIqisGjRIho3boylpSVt27blyy+/LLM/rKyscHFxMXrZ2dkBfy0z9NVXX+Hv74+VlRVt27YtMqPlf//7H25ublhZWfH000+zdOlSHBwc1PN3Lz8VEhJC3759Wbx4Ma6urtSuXZuxY8eSm5urpsnJyWHq1KnUr18fa2trunTpQkREhFG5hw8fpnv37lhaWuLm5sb48eNJT09Xz3t4eDB37lxCQkKwt7dn5MiRRZZOKujPffv20alTJ6ysrOjatat6PwrMnTuXunXrYmtry4gRI3j11VervKRWeno6I0eO5KmnnuKjjz6iXbt2eHh4MGLECMLCwvjyyy/54osvAPDx8eHVV181uv6PP/7A1NSU8PDwcvVZaGgoDg4ObN++HW9vb8zNzfn11185duwYAQEB1KlTB/u69fHt/xInf46GO7/99W3/Sih4tho2bEi/fv0ICAhg1/e7uJGe/zm6desWAwcOpEGDBlhZWdG6dWs2bdqkXl/SZ+ru5acK2vX999/TokULbGxseOyxx4iPj1fzysvLY/z48Tg4OFC7dm2mTZvG0KFD6du3b6Xb90DLywKU/ECVzrymayOEEEIIIYQQQgghaogENcqgKAqGjIxyvfSpqdyYO6/4JW4UBVC4Me9t9Kmp5cpPKedSOQWzBrZu3VriUjiKotC3b19u377N/v372bNnD1euXGHAgAEADBgwgL179wIQGRlJfHw87733Hj4+PowcOZL4+Hji4+Nxc3PDz89PHVhWFIUDBw7g6OjIwYMHAQgPD8fFxYXmzZsD+QPTc+bM4fTp02zdupWYmBhCQkKK1HHq1KnMnz+f6Oho2rRpwxtvvMHatWtZuXIlZ8+eZdKkSbzwwgvs37+/XP1Smtdff50pU6YQFRWFp6cnAwcOJC8vD4BDhw4xZswYJkyYQFRUFAEBAcybN6/MPMPDw7ly5Qrh4eGEhYURGhpKaGioen7YsGEcOnSIzz77jDNnzvDcc8/x2GOPcenSJQB+/vlnAgMDeeaZZzhz5gyff/45Bw8e5OWXXzYq55133qFVq1acOHGCGTNmlNrGJUuWcPz4cUxMTBg+fLh6bsOGDcybN4+FCxdy4sQJGjZsyMqVKyvShcXavXs3t27dYsqUKUXOPfnkk3h6eqqD/MHBwWzatMnoOf/8889xdnbG19cXKLvPADIyMpg/fz4ff/wxZ8+epW7duqSmpjJ06FAOHDjATz/9RLPm3vQePIHUtFRIii2yv0ZlnD59mkOHDmHQGkjMTCQlO4WsrCw6duzI9u3b+eWXXxg1ahSDBw/m6NGjACV+poqTkZHB4sWLWbduHT/++CNxcXFG/bpw4UI2bNjA2rVrOXToECkpKeoeIf8UeoOeXP2fgcGCYJSJZbVt+i6EEEIIIYQQQggh/oaUf5nk5GQFUJKTk4ucy8zMVM6dO6dkZmaqx/Tp6cq55l418tKnp5e7XV9++aXi6OioWFhYKF27dlWmT5+unD59Wj2/e/duRafTKXFxceqxs2fPKoASGRmpKIqinDp1SgGUmJgYNY2vr68yYcIEo7K2bdum2NvbK3q9XomKilKcnJyUSZMmKa+88oqiKIoyatQoZcCAASXWNTIyUgGU1NRURVEUJTw8XAGUrVu3qmnS0tIUCwsL5fDhw0bX/uc//1EGDhxYYt6+vr6KqampYm1tbfQKDQ1VFEVRYmJiFED5+OOPi/RDdHS0oiiKMmDAAKVPnz5G+QYHByv29vbq+5kzZypt27ZV3w8dOlRxd3dX8vLy1GPPPfec2g+XL19WNBqNcv36daN8H330UWX69OmKoijK4MGDlVGjRhmdP3DggKLVatVn0t3dXenbt69RmoI2nTp1SlGUv/pz7969aprvvvtOAdR8unTpoowdO9Yon0ceecSoTZWxYMECBVCSkpKKPf/UU08pLVq0UBRFUW7evKmYmJgoP/74o3rex8dHfY7K02dr165VACUqKqrUeuXl5Sm2trbKt5+uUJTrJxUlKVYBlK+//lpRlKJ9WJzCz5aZmZkCKFqtVvl4/cfKbym/KXn6vGKv6927tzJ58mSjfO7+TBXcs4J+K2jX5cuX1TQffPCB4uzsrL53dnZW3nnnHaM2NmzYUAkKCiq1L/5ObmXeUn754xclLiVOUZJ/+/PexZV9oagxxf0fFUIIIYQQQgghhCiP0sbuC5OZGv8Q/fr14/fff2fbtm0EBgYSERFBhw4d1JkC0dHRuLm5GX0r3NvbGwcHB6KjoytUVvfu3UlNTeXUqVPs378fX19f/P391RkUERER6jftAU6dOkVQUBDu7u7Y2tri5+cH5C+HVVinTp3U38+dO0dWVhYBAQHqTBQbGxs+/fRTrly5Umr9goODiYqKMno9/fTTRmnatGmj/l6wf0jBklgXLlygc+fORunvfl+cli1botPpjPItyPPkyZMoioKnp6dRe/bv36+258SJE4SGhhqdDwwMxGAwEBMTU2w/laa629iyZUu1Xo8//nipaZUSZhkpiqLup+Hk5ERAQAAbNmwAICYmhiNHjhAcHAyUr88gfz+Kwm0taOeYMWPw9PTE3t4ee3t70tLSiEvKKahIqfUvScGzdeTIEfr378/w4cMZPmg49W3ro9Pq0Ov1zJs3jzZt2lC7dm1sbGzYvXt3kWe9PKysrGjSpIn6vvDzlJyczI0bN4zumU6no2PHjpVq14Mqz5A/e8pMawYmFvl7ophZ13CthBBCCCGEEEIIIURNko3Cy6CxtKT5yRPlSptx/DjXRo0uM53bR6uxKsfAtMbSslzlFrCwsCAgIICAgADefPNNRowYwcyZMwkJCTEaTC6spOOlsbe3p127dkRERHD48GF69OhBt27diIqK4tKlS1y8eFENXKSnp9OrVy969erF+vXrcXJyIi4ujsDAQHJycozytbb+a7DSYDAA8N1331G/fn2jdObmpa+nb29vT9OmTUtNY2pqqv5e0P6CMovrk5IG6UvKsyDfgjwNBgM6nY4TJ04YBT4AdcNxg8HA6NGjGT9+fJG8GzZsqP5euJ/KW5+721j4WIGy2rhjxw51jxDLEp5NT09PID+I1rVr1yLnz58/j7e3t/o+ODiYCRMmsGLFCjZu3EjLli1p27atWtey+qygLne3JSQkhD/++INly5bh7u6Oubk5Pj4+5Bi0UKc5mFbss1Wg8LO1fv16WrZsyZo1a/jPf/4DwJIlS3j33XdZtmwZrVu3xtramokTJxZ51sujuOfp7ntUmef076SuVV3qWNbBoBhAa1KlTd6FEEIIIYQQQgghxD+DBDXKoNFo0FhZlSut9SOPYOLiQt6NG8V/E1yjwcTZGetHHkFz1yDtveDt7a2use/t7U1cXBzXrl1TZ2ucO3eO5ORkWrRoUWIeZmZm6PVF9x/w8/MjPDyco0eP8tZbb+Hg4IC3t7e6+XRBnufPnycxMZEFCxao5R4/frxcdTc3NycuLs5o1sf94OXlRWRkpNGx8tS5NO3bt0ev13Pz5k26detWbJoOHTpw9uzZMgMy1aF58+ZERkYyePBg9VhZbXR3dy8z3169elGrVi2WLFlSJKixbds2Ll26xJw5c9Rjffv2ZfTo0ezatYuNGzca1ac8fVaSAwcO8OGHH9K7d28Arl27RmJiYv5Js0KfZ0UBxVBMDmUzNTXltddeY/r06QwcOBALSwv2hO/B9zFf+j3fD0sTSwwGA5cuXTL6jJX0maoIe3t7nJ2diYyMVPtGr9dz6tSpKm/2/qDRarRoNTKpUAghhBBCCCGEEELkk5GiaqTR6XB+bfqfb+6a/fDne+fXpld7QOPWrVv06NGD9evXc+bMGWJiYti8eTOLFi0iKCgIgJ49e9KmTRuCg4M5efIkkZGRDBkyBF9f31KXM/Lw8ODo0aPExsaSmJioftPfz8+PXbt2odFo1G/e+/n5sWHDBqMgRMOGDTEzM2PFihVcvXqVbdu2GQ1ql8TW1pYpU6YwadIkwsLCuHLlCqdOneKDDz4gLCys1GszMjJISEgweiUlJZVZZoFx48axY8cOli5dyqVLl1i9ejU7d+6s8IyWwjw9PQkODmbIkCF89dVXxMTEcOzYMRYuXMiOHTsAmDZtGkeOHGHs2LHqrJdt27Yxbty4SpdbknHjxvHJJ58QFhbGpUuXmDt3LmfOnKlSGyF/Fsnq1av55ptvGDVqFGfOnCE2NpZPPvmEkJAQnn32Wfr372+UPigoiBkzZhAdHc2gQYPUc+Xps5I0bdqUdevWER0dzdGjRwkODi5+dknaDUi+Xun2Dho0CI1Gw4cffogGDe6N3TkccZjwA+FER0czevRoEhISjK4p6TNVUePGjWP+/Pl88803XLhwgQkTJpCUlFTle/hA0udBwYbhQgghhBBCCCGEEOJfTYIa1cyuVy/qv7cME2dno+Mmzs7Uf28Zdr16VXuZNjY2dOnShXfffZfu3bvTqlUrZsyYwciRI3n//feB/BknW7duxdHRke7du9OzZ08aN27M559/XmreU6ZMQafT4e3trS4dBfn7agD4+vqqg6i+vr7o9XqjoIaTkxOhoaFs3rwZb29vFixYwOLFi8vVrjlz5vDmm28yf/58WrRoQWBgIN9++y2NGjUq9br//e9/uLq6Gr0GDhxYrjIBHnnkEVatWsXSpUtp27Ytu3btYtKkSVhYWJQ7j+KsXbuWIUOGMHnyZJo3b85TTz3F0aNH1Rksbdq0Yf/+/Vy6dIlu3brRvn17ZsyYoe6HUZ2Cg4OZPn06U6ZMoUOHDsTExBASElLlNgI8++yzhIeHc+3aNbp3707z5s1ZunQpr7/+Op999lmRQffg4GBOnz5Nt27djJbZgrL7rCRr1qwhKSmJ9u3bM3jwYMaPH0/dunWLJszNgIxEyEquVFvNzMx4+eWXWbRoEenp6bw9+206dujIgKcG4Ofnh4uLC3379jW6pqTPVEVNmzaNgQMHMmTIEHx8fNQ9WKrjHj4IkrOTuZZ6jeTsZMi8BTd+gTuV6yshhBBCCCGEEEII8c+hUf5pi7CXISUlBXt7e5KTk7GzszM6l5WVRUxMDI0aNarywKCi15Nx/AR5f/yBiZMTVp063pclp8S9MXLkSM6fP8+BAwdquir3TEBAAC4uLqxbt66mq3L/pPyeP1tDowWn5vmbUf9NGQwGWrRoQf/+/cs1G+pB93va7yRlJVHHsg7OOVmQeRtsXcHWpaarJkpRnf9HhRBCCCGEEEII8e9S2th9YbKnxj2i0emw7tK5pqshKmnx4sUEBARgbW3Nzp07CQsL48MPP6zpalWbjIwMVq1aRWBgIDqdjk2bNrF371727NlT01W7v2xdIScNctIhKRbqeOYHOKqB3qDnRsYNnKycMNWaln1BBf3666/s3r0bX19fsrOzef/994mJiTFawuvvzNHcETOdGVYmVpD+5/JxJpXb4F0IIYQQQgghhBBC/HNIUEOIYkRGRrJo0SJSU1Np3Lgxy5cvZ8SIETVdrWqj0WjYsWMHc+fOJTs7m+bNm7NlyxZ69uxZ01W7vzQacPCAP85Dbmb+zA37BtWS9W9pv5GWk0aeIY+Gdg3LvqCCtFotoaGhTJkyBUVRaNWqFXv37jXalPzvzNLUEktTy/yN3POy8g+ayjf/hRBCCCGEEEIIIf7tJKghRDG++OKLmq7CPWVpacnevXtruhoPBhMzcHSH21ch/Q8wswFLhypn62zlTK4hlzqWdapex2K4ublx6NChe5L3AyUvC1BAowOdWU3XRgghhBBCCCGEEELUMAlqCCGEhT1Y14WsO6CrnqWiLEwsaGLfpMjG6KJsWXlZ6BU9FjoLdLmZ+QdNLfNn1gghhBBCCCGEEEKIfzUJagghBICdK9g6g7b6/iwWDmjkGnLRaXRoq2nPjn+y21m3/9okPC8v/6Cp7KchhBBCCCGEEEIIISSoIYQQ+TRa403C9bnVNmsjNSeV62nXcTB3wMXapVry/CfTarSYak2xMLEAnQYwgLltTVdLCCGEEEIIIYQQQjwAJKghhBB3S0+E5OtQyyN/aaoqUhQFvUFPem46BsUgszXK4GLtgou1C4qi5C85ZWFX01USQgghhBBCCCGEEA8ICWoIIcTd8rIAAyT9Ck5e+ZuJV4GduR0NaICtma0ENCpA9iMRQgghhBBCCCGEEHeT0TUhhLibXT0wtQJFD0mxoBiqnKW9ub0ENMpBUZS/3uRlQ046GPQ1VyEhhBBCCCGEEEII8UCRETZh5KOPPsLNzQ2tVsuyZctqujoPrFmzZtGuXbuargYAsbGxaDQaoqKiaroqNSYiIgKNRsOdO3eqJ0ONFk1dL7bu2g+56ZAaXz35kj9ofyfrDney71RbnhXh4eHxQH+2E9ITuHLnCsnZyZCZBIkX4c61mq6WEEIIIYQQQgghhHhASFDjH+LmzZuMHj2ahg0bYm5ujouLC4GBgRw5cqTceaSkpPDyyy8zbdo0rl+/zqhRo/Dz82PixIn3ruLVzM/PD41GU+Q1ZsyYai1nypQp7Nu3r1rzrCw3Nzfi4+Np1apVTVdFderUKZ577jmcnZ2xsLDA09OTkSNHcvHixXtSXteuXYmPj8fevur7Xxixdsr/mXYTslKqJcuCTcPj0+LJ0ecUOR8aGmr07Do7O/Pkk09y9uzZCpUTGhqKg4NDkePHjh1j1KhRla3+PZeRl0FWXlb+m9zM/J+mFjVXISGEEEIIIYQQQgjxQJGgRjWL/PYqx76LKfbcse9iiPz26j0pt1+/fpw+fZqwsDAuXrzItm3b8PPz4/bt2+XOIy4ujtzcXPr06YOrqytWVlb3pK5lURSFvLy8Sl8/cuRI4uPjjV6LFi2qxhqCjY0NtWvXrtY8KyMnJwedToeLiwsmJg/GFjnbt2/n4YcfJjs7mw0bNhAdHc26deuwt7dnxowZlc43Nze3xONmZma4uLhU/x4M5tZgVSf/9zu/gr74OlSErZkt1qbW1LGsg6nWtNg0dnZ2xMfH8/vvv/Pdd9+Rnp5Onz59yMkpGgSpKCcnpxr7bJdHQ9uGuNm6YW1qDXkFQY0Ht75CCCGEEEIIIYQQ4v6SoEY102g1RH4bUySwkR/QiEGjrf6Nb+/cucPBgwdZuHAh/v7+uLu707lzZ6ZPn06fPn3UdHFxcQQFBWFjY4OdnR39+/fnxo0bQP63ulu3bg1A48aN0Wg0hISEsH//ft577z31W+OxsbF07NiRJUuWqPn27dsXExMTUlLyv8mekJCARqPhwoULAKxfv55OnTpha2uLi4sLgwYN4ubNm+r1BUsHff/993Tq1Alzc3MOHDiAoigsWrSIxo0bY2lpSdu2bfnyyy/L7A8rKytcXFyMXnZ2dsBfSzV99dVX+Pv7Y2VlRdu2bYvMaPnf//6Hm5sbVlZWPP300yxdutToW+93Lz8VEhJC3759Wbx4Ma6urtSuXZuxY8caDcTn5OQwdepU6tevj7W1NV26dCEiIsKo3MOHD9O9e3csLS1xc3Nj/PjxpKenq+c9PDyYO3cuISEh2NvbM3LkyCLLTxX05759++jUqRNWVlZ07dpVvR8F5s6dS926dbG1tWXEiBG8+uqrVV5SKyMjg2HDhtG7d2+2bdtGz549adSoEV26dGHx4sWsXr0aKH4WwdatW42CEgV9vGbNGho3boy5uTmKoqDRaFi1ahVBQUFYW1szd+7cYpefOnToEL6+vlhZWeHo6EhgYCBJSUlqP969BFO7du2YNWtW0UbZ1Sci8mc0rm24k5KmHo6KilI/E4XbtH37dpo3b46VlRXPPvss6enphIWF4eHhgaOjI+PHj6eBdQOcrJxKDMJoNBpcXFxwdXWlU6dOTJo0iV9//dXoHi5dupTWrVtjbW2Nm5sbL730Emlp+fWLiIhg2LBhJCcnq5/dgrbd3XaNRsPHH3/M008/jZWVFc2aNWPbtm1G9dm2bRvNmjXD0tISf39/wsLCqne5r0JMdabYmdthgjZ/Tw2QmRpCCCGEEEIIIYQQQiVBjXLKzdaX+MrL/WsT24f6NKJTbw8iv43h6Lar5GbrObrtKpHfxtCptwftAxqWK9+KsLGxwcbGhq1bt5KdnV1sGkVR6Nu3L7dv32b//v3s2bOHK1euMGDAAAAGDBjA3r17AYiMjCQ+Pp733nsPHx8fo5kPbm5u+Pn5qYPxiqJw4MABHB0dOXjwIADh4eG4uLjQvHlzIH8wf86cOZw+fZqtW7cSExNDSEhIkTpOnTqV+fPnEx0dTZs2bXjjjTdYu3YtK1eu5OzZs0yaNIkXXniB/fv3V6h/ivP6668zZcoUoqKi8PT0ZODAgerskEOHDjFmzBgmTJhAVFQUAQEBzJs3r8w8w8PDuXLlCuHh4YSFhREaGkpoaKh6ftiwYRw6dIjPPvuMM2fO8Nxzz/HYY49x6dIlAH7++WcCAwN55plnOHPmDJ9//jkHDx7k5ZdfNirnnXfeoVWrVpw4caLUmQ+vv/46S5Ys4fjx45iYmDB8+HD13IYNG5g3bx4LFy7kxIkTNGzYkJUrV1akC4v1/fffk5iYyNSpU4s9X9xySKW5fPkyX3zxBVu2bDHaM2TmzJkEBQXx888/G7WrQFRUFI8++igtW7bkyJEjHDx4kCeffBK9vhIbTmu1YN8g//cyZoJkZGSwfPlyPvvsM3bt2kVERATPPPMMO3bsYMeOHaxbt46PPvqILVu2qNcoikJuKTNA7ty5w8aNGwEwNf1rZodWq2X58uX88ssvhIWF8cMPP6j93rVrV5YtW6bO+IiPj2fKlCklljF79mz69+/PmTNn6N27N8HBweosr9jYWJ599ln69u1LVFQUo0eP5vXXXy+9z6pDwSwNrQmUMKNFCCGEEEIIIYQQQvz7PBjr1fwNfDSh5IF091a1eeLltur7qL1xABzfEcvxHbHq8eM7Yvn90h2entxBPfbp64fJSis6oDl2VY9y183ExITQ0FBGjhzJqlWr6NChA76+vjz//PO0adMGgL1793LmzBliYmJwc3MDYN26dbRs2ZJjx47x0EMPqcspOTk54eLiAoCZmZk686GAn58fn3zyCQaDgZ9//hmdTscLL7xAREQEvXv3JiIiAl9fXzV94UHnxo0bs3z5cjp37kxaWho2NjbqubfeeouAgAAA0tPTWbp0KT/88AM+Pj7qtQcPHmT16tVG+d/tww8/5OOPPzY69sEHHzB06FD1/ZQpU9RZLLNnz6Zly5ZcvnwZLy8vVqxYweOPP64OAnt6enL48GG2b99e6n1wdHTk/fffR6fT4eXlRZ8+fdi3bx8jR47kypUrbNq0id9++4169eqpddi1axdr167l7bff5p133mHQoEHqHibNmjVj+fLl+Pr6snLlSiws8r+t3qNHD6MB6oKZAnebN2+e2k+vvvoqffr0ISsrCwsLC1asWMF//vMfhg0bBsCbb77J7t271W/6V1ZBgMbLy6tK+RTIyclh3bp1ODk5GR0fNGiQ0XMVE2M8M2rRokV06tSJDz/8UD3WsmXLyldEUyj+azCAvvjgYW5uLitXrqRJkyYAPPvss6xbt44bN25gY2ODt7c3/v7+hIeHM2DAAPIMeVxPu062Ppsm9k3QaXUAJCcnY2Njg6IoZGRkAPDUU08Z9WvhvW4aNWrEnDlzePHFF/nwww8xMzPD3t5enfFRlpCQEAYOHAjA22+/zYoVK4iMjOSxxx5j1apVNG/enHfeeQeA5s2b88svv5Qr0FdRydnJGBQDNqY2mBbsp2FiUWYwSQghhBBCCCGEEEL8e8hMjX+Ifv368fvvv7Nt2zYCAwOJiIigQ4cO6kyB6Oho3Nzc1IAGgLe3Nw4ODkRHR1eorO7du5OamsqpU6fYv38/vr6++Pv7qzMo7g5qnDp1iqCgINzd3bG1tcXPzw/IXw6rsE6dOqm/nzt3jqysLAICAtSZKDY2Nnz66adcuXKl1PoFBwcTFRVl9Hr66aeN0hQEewBcXV0B1CWxLly4QOfOnY3S3/2+OC1btkSn0xnlW5DnyZMnURQFT09Po/bs379fbc+JEycIDQ01Oh8YGIjBYDAatC/cT6Wp7ja2bNlSrdfjjz9ebBpFUcpVt/Jyd3cvEtCAsvugYKZGtcvLgcSLcOtysftrWFlZqQENAGdnZzw8PIyCd87Ozup90KAhW59NniGPzIKZCYCtrS1RUVGcOHGCVatW0aRJE1atWmVUVnh4OAEBAdSvXx9bW1uGDBnCrVu3jJYrK6/Cz4q1tTW2trZGz8pDDz1klL48n4fKSMxM5Pe038nIy4CCzcJlPw0hhBBCCCGEEEIIUYjM1CinUe+VPDNAc1doaPg73Tj5/a8c3xGLVqfBoFfo1NuDDoHuRb5wPGRe12qro4WFBQEBAQQEBPDmm28yYsQIZs6cSUhIiLoXwd1KOl4ae3t72rVrR0REBIcPH6ZHjx5069aNqKgoLl26xMWLF9XARXp6Or169aJXr16sX78eJycn4uLiCAwMLLLpsbW1tfq7wWAA4LvvvqN+/fpG6czNzcusX9OmTUtNU3gZn4L2F5RZXJ+UZ7C+cJ4F+RbkaTAY0Ol0nDhxwijwAagD3gaDgdGjRzN+/PgieTds+NeyZYX7qbz1ubuNhY8VKKuNO3bsUPcIsbS0LDaNp6cnAOfPn1dn2BRHq9UWKa+4jcBLamtZfVBS/SpafuH0AIpGByhgyCP3dlyRdMU9A6U9FzqtDjcbN7QaLeYmfz3XWq1WfYa9vLxISEhgwIAB/PjjjwD8+uuv9O7dmzFjxjBnzhxq1arFwYMH+c9//lNqO0pSWh0r+3moDBtTG3QaHZYmlmBpCjozCWoIIYQQQgghhBBCCCMS1CgnU3Nd2Yn+FLU3juM7Yun8ZCMe6tNI3SRcq9PwUJ9Glc63ory9vdm6dav6e1xcHNeuXVNna5w7d47k5GRatGhRYh5mZmbF7kPg5+dHeHg4R48e5a233sLBwQFvb2918+mCPM+fP09iYiILFixQyz1+/Hi56m5ubk5cXFypS03dC15eXkRGRhodK0+dS9O+fXv0ej03b96kW7duxabp0KEDZ8+eLTMgUx2aN29OZGQkgwcPVo+V1UZ3d/cy8+3Vqxd16tRh0aJFfP3110XO37lzBwcHB5ycnEhNTSU9PV0NUBTeM6Oq2rRpw759+5g9e3ax552cnIiPj1ffp6SkFFnC6u70APE3buDYrDEkXqi2+lqalh6AAZg0aRJLly7l66+/5umnn+b48ePk5eWxZMkSNeDyxRdfGF1T0me3ory8vNixY4fRsap+HkribO381xudGZhJQEMIIYQQQgghhBBCGJPlp6pZQQCjIKAB+ZuHd36yEZHfxnDsu5IHTivr1q1b9OjRg/Xr16v7ZmzevJlFixYRFBQEQM+ePWnTpg3BwcGcPHmSyMhIhgwZgq+vb6lL+Xh4eHD06FFiY2NJTExUv73t5+fHrl270Gg0eHt7q8c2bNhgFIRo2LAhZmZmrFixgqtXr7Jt2zbmzJlTZptsbW2ZMmUKkyZNIiwsjCtXrnDq1Ck++OADwsLCSr02IyODhIQEo1dSUlKZZRYYN24cO3bsYOnSpVy6dInVq1ezc+fOCs9oKczT05Pg4GCGDBnCV199RUxMDMeOHWPhwoXqgPG0adM4cuQIY8eOVWe9bNu2jXHjxlW63JKMGzeOTz75hLCwMC5dusTcuXM5c+ZMldoI+TMoPv74Y7777jueeuop9u7dS2xsLMePH2fq1KmMGTMGgC5dumBlZcVrr73G5cuX2bhxo9Gm6lU1ffp0jh07xksvvcSZM2c4f/48K1euJDExEcjfl2TdunUcOHCAX375haFDhxaZQVNY06ZNcXNzY9asWVyMieO7I+dYsnp9/snsqu1DUliOPoc72XeKHLezs1NnXimKQpMmTcjLy1M/V+vWrSuyPJWHhwdpaWns27ePxMREdW+Oiho9ejTnz59n2rRpXLx4kS+++EK9V1V9XoQQQgghhBBCCCGEqCgJalQzxaAYBTQKFAQ2FEP1L9tiY2NDly5dePfdd+nevTutWrVixowZjBw5kvfffx/IH3zcunUrjo6OdO/enZ49e9K4cWM+//zzUvOeMmUKOp0Ob29vdekoyN9XA8DX11cd2PT19UWv1xsFNZycnAgNDWXz5s14e3uzYMECFi9eXK52zZkzhzfffJP58+fTokULAgMD+fbbb2nUqFGp1/3vf//D1dXV6FWwCXJ5PPLII6xatYqlS5fStm1bdu3axaRJk9SNuitr7dq1DBkyhMmTJ9O8eXOeeuopjh49qs5gadOmDfv37+fSpUt069aN9u3bM2PGDHU/jOoUHBzM9OnTmTJlCh06dCAmJoaQkJAqtxEgKCiIw4cPY2pqyqBBg/Dy8mLgwIEkJyczd+5cAGrVqsX69evZsWMHrVu3ZtOmTcyaNavKZRfw9PRk9+7dnD59ms6dO+Pj48M333yDiUn+5LTp06fTvXt3nnjiCXr37k3fvn2N9sK4m6mpKZs2beL8+fO0bduWhctWMveNqfknU64Xu79GRRkUAzHJMaTnpKNQ9O/EhAkTiI6OZvPmzbRr146lS5eycOFCWrVqxYYNG5g/f75R+q5duzJmzBgGDBiAk5MTixYtqlS9GjVqxJdffslXX31FmzZtWLlyJa+//jpQ9lJwFZFnyPtrWavcTMi4DblZ1Za/EEIIIYQQQgghhPhn0Cj3anH0B1RKSgr29vYkJydjZ2dndC4rK4uYmBgaNWpULYO74p9j5MiRnD9/ngMHDtR0Ve6ZgIAAXFxcWLduXU1X5e/BoM/fNDwvCywcoFbpwbbySMpK4k72Herb1MdMZ1b1Ot4j8+bNY9WqVVy7dq3a8rxy5wo5+hwa2jbEOjsVUuPBshY4lr3smXhwyP9RIYQQQgghhBBCVFZpY/eFyZ4aQhRj8eLFBAQEYG1tzc6dOwkLC+PDDz+s6WpVm4yMDFatWkVgYCA6nY5Nmzaxd+9e9uzZU9NV+/vQ6sDRA5J/A7t61ZKlg7kDDuYOD9yyTh9++CEPPfQQtWvX5tChQ7zzzju8/PLL1Za/oijk6HMwKAZMdaaQ++dSWaYyKC6EEEIIIYQQQgghjElQQ4hiREZGsmjRIlJTU2ncuDHLly9nxIgRNV2taqPRaNixYwdz584lOzub5s2bs2XLFnr27FnTVft7MbWEOs2qLbu7gxm5+tz8Qf4aVrDvyu3bt2nYsCGTJ09m+vTp1Za/RqPBq5YX2fpsTLWmfy07ZVL2JupCCCGEEEIIIYQQ4t9Flp8qRJbNEEJUSVYKmFqBrurx4luZt7iRcYMGNg2wMy95ut0/jkEPCWfyf3duBQ9AUEeUn/wfFUIIIYQQQgghRGWVd/mpGt0o/Mcff+TJJ5+kXr166kbWpYmIiECj0RR5nT9//v5UWAghSpJ2E25fgTu/QjXEinMNuSiKQmpuajVU7m8k789ZGlpTCWgIIYQQQgghhBBCiCJqdPmp9PR02rZty7Bhw+jXr1+5r7tw4YJRpMbJyeleVE8IIcrPzAbQQHYKpN8EG+cqZVfXqi6WJpbYmf3zZ2nEp8Wj1WipZVELU9lPQwghhBBCCCGEEEKUokaDGo8//jiPP/54ha+rW7cuDg4O1V8hIYSoLDMrsK+fv3F4Snx+kMPMutLZaTVa7M3tq7GCDyaDYiApOwlFUXC0cPxrPw1T2U9DCCGEEEIIIYQQQhRVo8tPVVb79u1xdXXl0UcfJTw8vKarI4QQ+azqgIUDoEBSLBjyqiVbg2LgZsZNsgqWZvqHcbF2yZ+loTUFWxeo1Rgsa9V0tYQQQgghhBBCCCHEA6hGZ2pUlKurKx999BEdO3YkOzubdevW8eijjxIREUH37t2LvSY7O5vs7Gz1fUpKyv2qrhDi30ajAQc3+CMD9DlwJw4cG+Ufr4KbGTe5lXmLlJwUGts3Rqv5W8aji1Ww7JRKZwq6f/4MFSGEEEIIIYQQQghROX+roEbz5s1p3ry5+t7Hx4dr166xePHiEoMa8+fPZ/bs2ferikKIfzutSX4gI/EiZCVDThqY21Ypy9qWtUnNScXJ0ukfFdAQQgghhBBCCCGEEKKi/vajYw8//DCXLl0q8fz06dNJTk5WX9euXbuPtfv7+eijj3Bzc0Or1bJs2bKars4Da9asWbRr166mqwFAbGwsGo2GqKiomq5KpTxIfVltzKzAvgE4uFc5oAFgqjWlqUPTe7LHRkREBBqNhjt37lR73uWRnptOriE3/01Oev5+JNmpNVIXIYQQQgghhBBCCPHg+9sHNU6dOoWrq2uJ583NzbGzszN63UspiTe5cfVyia+UxJv3pNybN28yevRoGjZsiLm5OS4uLgQGBnLkyJHy1z0lhZdffplp06Zx/fp1Ro0ahZ+fHxMnTrwndb4X/Pz80Gg0RV5jxoyp1nKmTJnCvn37qjXPynJzcyM+Pp5WrVrVdFUA8PDwuC8BsS1bttClSxfs7e2xtbWlZcuWTJ48+Z6XW27WdcCq9H0hyvv58vPzQ6vVotFoMDMzo0mTJkx7dZrR0nrlUVx5Xbt2JT4+Hnv7+7/kk0Ex8GvKr1y8fZEcfQ5kpUBaAmTevu91EUIIIYQQQgghhBB/DzW6/FRaWhqXL19W38fExBAVFUWtWrVo2LAh06dP5/r163z66acALFu2DA8PD1q2bElOTg7r169ny5YtbNmypaaaYCQl8SZrJo5Gn5tbYhqdqSnDl63Grk7dai27X79+5ObmEhYWRuPGjblx4wb79u3j9u3yDw7GxcWRm5tLnz59Sg0U3WuKoqDX6zExqdzjOXLkSN566y2jY1ZWVtVRNZWNjQ02NjbVmmdl5OTkYGZmhouLS01X5b7au3cvzz//PG+//TZPPfUUGo2Gc+fOPTCBpiL0uZBxG2zqgkZDbm4upqamFcqi4LlOyUhh94HdTB83HQ0aFixYUKWq1eTzk2fIw0xrRp6Sl79JeG5m/gkTyxqpjxBCCCGEEEIIIYR48NXoTI3jx4/Tvn172rdvD8B///tf2rdvz5tvvglAfHw8cXFxavqcnBymTJlCmzZt6NatGwcPHuS7777jmWeeqZH63y0zJaXUgAaAPjeXzGrerPzOnTscPHiQhQsX4u/vj7u7O507d2b69On06dNHTRcXF0dQUBA2NjbY2dnRv39/bty4AUBoaCitW7cGoHHjxmg0GkJCQti/fz/vvfeeOuMhNjaWjh07smTJEjXfvn37YmJiom7CnpCQgEaj4cKFCwCsX7+eTp06YWtri4uLC4MGDeLmzb9mrBQsf/P999/TqVMnzM3NOXDgAIqisGjRIho3boylpSVt27blyy+/LLM/rKyscHFxMXoVzNApWKrpq6++wt/fHysrK9q2bVtkRsv//vc/3NzcsLKy4umnn2bp0qU4ODio5+9eMikkJIS+ffuyePFiXF1dqV27NmPHjiW30POQk5PD1KlTqV+/PtbW1nTp0oWIiAijcg8fPkz37t2xtLTEzc2N8ePHk56erp738PBg7ty5hISEYG9vz8iRI4ssP1XQn/v27aNTp05YWVnRtWtX9X4UmDt3LnXr1sXW1pYRI0bw6quv3pNloEp77gpbvXq12ufPPfdcqcshbd++nf/7v//jlVdeoXnz5nh6etK3b19WrFihpim4J4VNnDgRPz8/9b2fnx8vv/wyL7/8Mg4ODtSuXZs33ngDRVHUNB4eHsyZM4dBgwZhY2NDvXr1jMops40GA7OmTaDdw91Zs2o5jRs3xtzcnKFDhxb7+SpJwXPt1tCNHk/0wMfXh917dqvnb926xcCBA2nQoAFWVla0bt2aTZs2GfVHceXdvfxUaGgoDg4OfP/997Ro0QIbGxsee+wx4uPj1bzy8vIYP3682mfTpk1j6NChRfq7LGY6M5o6NsXT0RONRgN5fwY1TCWoIYQQQgghhBBCCCGKV6NBDT8/PxRFKfIKDQ0F8gfXCg/6Tp06lcuXL5OZmcnt27c5cOAAvXv3vi91zc3KIjcry2iwU5+XS25WFnllBDLKla/BUCjfvArlUTBrYOvWrSUuR6MoCn379uX27dvs37+fPXv2cOXKFQYMGADAgAED2Lt3LwCRkZHEx8fz3nvv4ePjw8iRI4mPjyc+Ph43Nzf8/PzU+6IoCgcOHMDR0ZGDBw8CEB4ejouLi7qpe05ODnPmzOH06dNs3bqVmJgYQkJCitRx6tSpzJ8/n+joaNq0acMbb7zB2rVrWblyJWfPnmXSpEm88MIL7N+/v0L9U5zXX3+dKVOmEBUVhaenJwMHDiTvz34/dOgQY8aMYcKECURFRREQEMC8efPKzDM8PJwrV64QHh5OWFgYoaGh6rMMMGzYMA4dOsRnn33GmTNneO6553jsscfUPWF+/vlnAgMDeeaZZzhz5gyff/45Bw8e5OWXXzYq55133qFVq1acOHGCGTNmlNrGJUuWcPz4cUxMTBg+fLh6bsOGDcybN4+FCxdy4sQJGjZsyMqVKyvSheVS1nNX4PLly3zxxRd8++237Nq1i6ioKMaOHVtivi4uLpw9e5ZffvmlynUMCwvDxMSEo0ePsnz5ct59910+/vhjozTvvPMObdq04eTJk0yfPp1JkyaxZ8+e8rVRqwUzKy7HXuOLL75gy2friYqKYvny5cV+vspiaWJJ0tUkzhw7g5mpmXo8KyuLjh07sn37dn755RdGjRrF4MGDOXr0KECJn+fiZGRksHjxYtatW8ePP/5IXFwcU6ZMUc8vXLiQDRs2sHbtWg4dOkRKSgpbt26tSLcb0Wq0YMgDfU7+AQlqCCGEEEIIIYQQQoiSKP8yycnJCqAkJycXOZeZmamcO3dOyczMLHJucf8+yuL+fZT05DvqsSNbPlMW9++jfL/qPUVRFCXhyiU1XWmvhCuX1Dw++M9AZXH/PsofcbHqsdN7d1a4XV9++aXi6OioWFhYKF27dlWmT5+unD59Wj2/e/duRafTKXFxceqxs2fPKoASGRmpKIqinDp1SgGUmJgYNY2vr68yYcIEo7K2bdum2NvbK3q9XomKilKcnJyUSZMmKa+88oqiKIoyatQoZcCAASXWNTIyUgGU1NRURVEUJTw8XAGUrVu3qmnS0tIUCwsL5fDhw0bX/uc//1EGDhxYYt6+vr6KqampYm1tbfQKDQ1VFEVRYmJiFED5+OOPi/RDdHS0oiiKMmDAAKVPnz5G+QYHByv29vbq+5kzZypt27ZV3w8dOlRxd3dX8vLy1GPPPfec2g+XL19WNBqNcv36daN8H330UWX69OmKoijK4MGDlVGjRhmdP3DggKLVatVn0t3dXenbt69RmoI2nTp1SlGUv/pz7969aprvvvtOAdR8unTpoowdO9Yon0ceecSoTZXl7u6uvPvuu4qilO+5mzlzpqLT6ZRr166paXbu3KlotVolPj6+2DLS0tKU3r17K4Di7u6uDBgwQPnkk0+UrKwsNc3QoUOVoKAgo+smTJig+Pr6qu99fX2VFi1aKAaDQT02bdo0pUWLFkbteeyxx4zyGTBggPL444+Xv41vvqmYmpoqN8/sU5SEs4qiz1PLv/vzVZzCz7WZmZkCKFqtVvnyyy9Lva53797K5MmTjfK5u7yC5yUpKUlRFEVZu3atAiiXL19W03zwwQeKs7Oz+t7Z2Vl555131Pd5eXlKw4YNi/R3hWSlKsr1k4qS8Evl8xA1rrT/o0IIIYQQQgghhBClKW3svrC//UbhIl+/fv34/fff2bZtG4GBgURERNChQwd1pkB0dDRubm5G38z29vbGwcGB6OjoCpXVvXt3UlNTOXXqFPv378fX1xd/f391BkVERAS+vr5q+lOnThEUFIS7uzu2trbq8j+FlxYD6NSpk/r7uXPnyMrKIiAgQJ2JYmNjw6effsqVK1dKrV9wcDBRUVFGr6efftooTZs2bdTfC/YPKVgS68KFC3Tu3Nko/d3vi9OyZUt0Op1RvgV5njx5EkVR8PT0NGrP/v371facOHGC0NBQo/OBgYEYDAZiYmKK7afSVHcbW7Zsqdbr8ccfL1cdyvvcNWzYkAYNGqjvfXx8MBgMRZbMKmBtbc13333H5cuXeeONN7CxsWHy5Ml07tyZjIyMctWtwMMPP5y/9FGhsi9duoRerzc6VpiPj49a/3K1UaPB3d0dJ6e6oM+G5GtQaNZXeRQ810eOHKF///4MHz6cfv36kZ6bTmJmInq9nnnz5tGmTRtq166NjY0Nu3fvLvI5Kw8rKyuaNGmivi/8LCcnJ3Pjxg2j50Wn09GxY8cKlWFQDFxKusS11GvoDfpC+2lYVLhaMsq6AAEAAElEQVS+QgghhBBCCCGEEOLfo0Y3Cv87GR+Wv5eDibm5euyhp56hY+8gNIUGsitq5Ptr8vM1+2sZmZa+PSuVl4WFBQEBAQQEBPDmm28yYsQIZs6cSUhICIqiGA3cFijpeGns7e1p164dERERHD58mB49etCtWzeioqK4dOkSFy9eVAMX6enp9OrVi169erF+/XqcnJyIi4sjMDCQnJwco3ytra3V3w1/Lsf13XffUb9+faN05oXuQUn1a9q0aalpCm/SXND+gjKL6xOlHAPQd2/8rNFo1DwNBgM6nY4TJ04YBT4AdcNxg8HA6NGjGT9+fJG8GzZsqP5euJ/KW5+721j4WIGy2rhjxw51jxBLy/ItD1TZ567gXFnPZpMmTWjSpAkjRozg9ddfx9PTk88//5xhw4ah1WqLtCm3CkvFlVTH8rbR2toaHD3g1iXITAIz2wqVV/i5Xr9+PS1btmTVR6vo9kw3AFYtW8Wyd5exbNkyWrdujbW1NRMnTizyOSuP4p7lu/uyMp+RwrL12eToc9Ar+vzlp2Q/DSGEEEIIIYQQQghRDhLUKCdTi6LfHtaZmKIzMS0mdVXzrZ7b4u3tra5z7+3tTVxcHNeuXVO/UX7u3DmSk5Np0aJFiXmYmZkZfWO9gJ+fH+Hh4Rw9epS33noLBwcHvL291c2nC/I8f/48iYmJLFiwQC33+PHj5aq7ubk5cXFxRrM+7gcvLy8iIyONjpWnzqVp3749er2emzdv0q1bt2LTdOjQgbNnz5YZkKkOzZs3JzIyksGDB6vHymqju7t7hcsp73MXFxfH77//Tr169QA4cuQIWq0WT0/Pcpfl4eGBlZWVurG6k5NTkT03oqKiigzY//TTT0XeN2vWzCj4VFwaLy+vCrURAHMbsHWF1HhI/6PEz1dZTE1Nee2115g+fToHgg5gaW3JT4d+IigoiBdeeAHID2BdunTJqA6VLa8we3t7nJ2diYyMVJ9lvV7PqVOnKrTRvJnWDHc7d/SKPj9AYu8G1nVBIxMIhRBCCCGEEEIIIUTJZPToH+DWrVv06NGD9evXc+bMGWJiYti8eTOLFi0iKCgIgJ49e9KmTRuCg4M5efIkkZGRDBkyBF9f31KXM/Lw8ODo0aPExsaSmJioftPfz8+PXbt2odFo8Pb2Vo9t2LDBKAjRsGFDzMzMWLFiBVevXmXbtm3MmTOnzDbZ2toyZcoUJk2aRFhYGFeuXOHUqVN88MEHhIWFlXptRkYGCQkJRq+kpKQyyywwbtw4duzYwdKlS7l06RKrV69m586dFZ7RUpinpyfBwcEMGTKEr776ipiYGI4dO8bChQvZsWMHANOmTePIkSOMHTtWnfWybds2xo0bV+lySzJu3Dg++eQTwsLCuHTpEnPnzuXMmTNVamNxyvvcWVhYMHToUE6fPs2BAwcYP348/fv3x8XFpdh8Z82axdSpU4mIiCAmJoZTp04xfPhwcnNzCQgIAKBHjx4cP36cTz/9lEuXLjFz5sxiNxa/du0a//3vf7lw4QKbNm1ixYoVTJgwwSjNoUOHWLRoERcvXuSDDz5g8+bNapoKf7ZsnMGuHtRpVuLnqzwGDRqERqPh60+/pr5NfZo1a8aePXs4fPgw0dHRjB49moSEBKNrqlJeYePGjWP+/Pl88803XLhwgQkTJpCUlFSh50en1WFjZoO9uX3+AY0GTC3AxKz0C4UQQgghhBBCCCHEv5oENaqRpZ0dOtPSZ27oTE2xtLOr1nJtbGzo0qUL7777Lt27d6dVq1bMmDGDkSNH8v777wP5S8Vs3boVR0dHunfvTs+ePWncuDGff/55qXlPmTIFnU6Ht7e3unQU5O+rAeDr66sOZPr6+qLX642CGk5OToSGhrJ582a8vb1ZsGABixcvLle75syZw5tvvsn8+fNp0aIFgYGBfPvttzRq1KjU6/73v//h6upq9Bo4cGC5ygR45JFHWLVqFUuXLqVt27bs2rWLSZMmYVHMrJqKWLt2LUOGDGHy5Mk0b96cp556iqNHj6rf7m/Tpg379+/n0qVLdOvWjfbt2zNjxgx1P4zqFBwczPTp05kyZQodOnQgJiaGkJCQKrcR8mcImPw526i8z13Tpk155pln6N27N7169aJVq1Z8+OGHJZbh6+vL1atXGTJkCF5eXjz++OMkJCSwe/dumjdvDkBgYCAzZsxg6tSpPPTQQ6SmpjJkyJAieQ0ZMoTMzEw6d+7M2LFjGTduHKNGjTJKM3nyZE6cOEH79u2ZM2cOS5YsITAwsEJtVGk0+YENra7Ez1d5mJmZ8fLLL/POO++QlpbGjBkz6NChA4GBgfj5+eHi4kLfvn2NrqlKeYVNmzaNgQMHMmTIEHx8fNT9X6rj+RFCCCGEEEIIIYQQojQapaILof/NpaSkYG9vT3JyMnZ3BReysrKIiYmhUaNGlR6cS0m8SWZKSonnLe3ssKtTt1J5i5ozcuRIzp8/z4EDB2q6KvdMQEAALi4urFu3rtJ56PV67OzsCAsL49lnn63G2t0bfn5+tGvXjmXLlpWYxsPDg4kTJzJx4sTqr4CiQPofoDUBq1pVysqgGEhITyA5O5kmDk0w092/GQ8Gg4EWLVrQv3//cs3EMigGkrKSsDSxxNLEEk12KmTeBnO7KveDqFnV8X9UCCGEEEIIIYQQ/06ljd0XJntqVDO7OnUlaPEPsHjxYgICArC2tmbnzp2EhYWVOnPg7yYjI4NVq1YRGBiITqdj06ZN7N27lz179lQ6z99++41PP/0UvV7P//3f/1Vjbf/BMpMg5Xr+PhKmVvnLL1WSBg1Z+iwMioG03DRq6e5dcODXX39l9+7d+Pr6kp2dzfvvv09MTAyDBg0q1/XZedkkpCeg0+po7tgcctLy+0KjlaCGEEIIIYQQQgghhCiVBDWEKEZkZCSLFi0iNTWVxo0bs3z5ckaMGFHT1ao2Go2GHTt2MHfuXLKzs2nevDlbtmyhZ8+elc6zXbt21K5dm3Xr1pW4F4a4i6UjZNzKH9RPioE6zUFbuVUBNRoNDWwakKPPwcbMpporakyr1RIaGsqUKVNQFIVWrVqxd+/eohujl1hZsDWzRavR5i9fl5uZf9zU8t5VWgghhBBCCCGEEEL8I8jyU4XIshlCiPtOnwt/nAdDHljVBoeGNV2j+y/hFzDkQu1mYH5vAzLi3pL/o0IIIYQQQgghhKis8i4/JRuFCyFETdKZgoN7/u8ZtyDjdrVkm2fIIz49Hr1BXy353TP6vPyABshMDSGEEEIIIYQQQghRJglqCCFETbOwAxvn/N+Tr0FeVpWyUxSFuNQ4bmfe5kbGjWqoYPVRFAWDYvjrQN6fS0/pzECrq5lKCSGEEEIIIYQQQoi/DQlqCCHEg8DWFcxsQFEgJ6NKWWk0GpytnDHTmeFo7lhNFaweWfoszt8+T2xybP4B2U9DCCGEEEIIIYQQQlSAbBQuhBAPAo0GHN3z99gws65ydtam1jR1aJq/EfcDJCsvC6OtnAx5+T8lqCGEEEIIIYQQQgghykGCGkII8aDQmeW/CihKfrCjkgoHNPIMeeg0uhoPcjiYO2Btav3XElR29cDGBVBKvU4IIYQQQgghhBBCCJDlp4QQ4sGUmwmJFyEvu8pZpWSncPnOZW5l3aqGilWNRqPBTGeGhYnFXwe1WtlPQwghhBBCCCGEEEKUiwQ1xD9WaGgoDg4ONV2Nv5WIiAg0Gg137twBar4PZ82aRbt27Wqs/BqVfB1yMyApFgpvrF0JeUoeeoOelJwU46WfhBBCCCGEEEIIIYT4m5Ggxj2iGBSyrtwhI+omWVfuoBju7UCin58fEydOLHJ869atRsvNTJ06FQ8PD1JTU43SPfnkk3Tv3h2DwXjwtFGjRuzatavUwW0HBwdCQ0PV9xqNhq1bt5ZY15CQEDQaDRqNBlNTU5ydnQkICGDNmjVFyq+KAQMGcPHixWrLrzqEhYXRuXNnrK2tsbW1pXv37mzfvr2mq1UlBfdSo9FgY2ND27ZtjZ6HiuRz93MzZcoU9u3bVz0V/btxaAgaXX5gI+X3KmXlaO5IPZt6eNh51OjyU9l52cSnxZOcnZx/IDMJ/rgAaTdqrE5CCCGEEEIIIYQQ4u9Fghr3QOYviSQsjCTxfz9z+7MLJP7vZxIWRpL5S2JNV405c+ZgY2PDf//7X/XYmjVrCA8PZ+3atWi1fz0SZ86c4datW/j7+1d7PR577DHi4+OJjY1l586d+Pv7M2HCBJ544gny8vKqpQxLS0vq1q1bLXlVhylTpjB69Gj69+/P6dOniYyMpFu3bgQFBfH+++/f07JzcnLuaf5r164lPj6e06dPM2DAAIYNG8b3339f5XxtbGyoXbt2NdTwb8jELH/jcID0PyDzTqWz0mg0OFo4otXU7J/89Lx0bmfdJikrKf9ATkZ+0EZ/b59PIYQQQgghhBBCCPHPIUGNapb5SyK31kejTzYepNMn53BrfXSNBzbMzc0JCwsjLCyMXbt2ERcXx6RJk1i0aBFNmjQxSvvNN98QGBiIubn5PamHi4sL9evXp0OHDrz22mt888037Ny50+hb/snJyYwaNYq6detiZ2dHjx49OH36tHr+9OnT+Pv7Y2tri52dHR07duT48eNA8UsnzZ07l7p162Jra8uIESN49dVXjZY3CgkJoW/fvixevBhXV1dq167N2LFjyc3NrVJ7f/rpJ5YsWcI777zDlClTaNq0KS1atGDevHlMnDiR//73v1y7do3k5GQsLS3ZtWuX0fVfffUV1tbWpKWlAXD9+nUGDBiAo6MjtWvXJigoiNjY2CLtmD9/PvXq1cPT0xOA9evX06lTJ2xtbXFxcWHQoEHcvHmzSm2D/Nk6Li4uNGnShNdee41atWqxe/du9fyxY8cICAigTp062Nvb4+vry8mTJ9XzHh4eADz99NNoNBr1/d3LT5Xn/sTHx9OnTx8sLS1p1KgRGzduxMPDg2XLllW5nfedhT1Y/xmYuxNXLftrKIpCUlYSaTlpVc6roix0FtS2rI29uX3+gdzM/J8mlve9LkIIIYQQQgghhBDi70mCGmVQFAVDjr5cL31WHknbrpSaX9K2K+iz8sqV371a+75jx45Mnz6dESNGMHjwYB566CFefPHFIum2bdtGUFDQPalDcXr06EHbtm356quvgPy+79OnDwkJCezYsYMTJ07QoUMHHn30UW7fvg1AcHAwDRo04NixY5w4cYJXX30VU1PTYvPfsGED8+bNY+HChZw4cYKGDRuycuXKIunCw8O5cuUK4eHhhIWFERoaWqnllArbtGkTNjY2jB49usi5yZMnk5uby5YtW7C3t6dPnz5s2LDBKM3GjRsJCgrCxsaGjIwM/P39sbGx4ccff+TgwYPY2Njw2GOPGc3I2LdvH9HR0ezZs0dd4ionJ4c5c+Zw+vRptm7dSkxMDCEhIVVqW2F6vZ4vvviC27dvG92H1NRUhg4dyoEDB/jpp59o1qwZvXv3VpdBO3bsGPDXjI+C98Up6/4MGTKE33//nYiICLZs2cJHH31ULYGbGmPnCqZWoOirZX+NO9l3+D3td66nXSfPUD2zosrLytQKF2sXHC0cQVEg78+ghqkENYQQQgghhBBCCCFE+ZjUdAUedEqugd/fPFxt+RlScoifdaRcaeu91RWNma7ayi7sjTfeYO3atRw9epSLFy8WWWf/+vXrnD59mt69e9+T8kvi5eXFmTNngPzB659//pmbN2+qs0UWL17M1q1b+fLLLxk1ahRxcXG88soreHl5AdCsWbMS816xYgX/+c9/GDZsGABvvvkmu3fvVmc/FHB0dOT9999Hp9Ph5eVFnz592LdvHyNHjqx0uy5evEiTJk0wMzMrcq5evXrY29ur+38EBwczZMgQMjIysLKyIiUlhe+++44tW7YA8Nlnn6HVavn444/V+7Z27VocHByIiIigV69eAFhbW/Pxxx8blTl8+HD198aNG7N8+XI6d+5MWloaNjY2lW7fwIED0el0ZGVlodfrqVWrFiNGjFDP9+jRwyj96tWrcXR0ZP/+/TzxxBM4OTkBf834KE1p9+f8+fPs3buXY8eO0alTJwA+/vjjUp+LB55GC44e+XtPaLRgMICu8vFoe3N7bmfdxs7MDp3m3vx9KRdDXv4LZKaGEEIIIYQQQgghhCg3manxL7Vnzx7i4+NRFKXYb8Vv27aNRx55hFq1at3XeimKog7UnzhxgrS0NGrXro2NjY36iomJ4cqV/Bkx//3vfxkxYgQ9e/ZkwYIF6vHiXLhwgc6dOxsdu/s9QMuWLdHp/hrsdXV1LfGb/nFxcUZ1e/vttyvcZjBud58+fTAxMWHbtm0AbNmyBVtbWzVYceLECS5fvoytra1abq1atcjKyjJqf+vWrYsEUU6dOkVQUBDu7u7Y2tri5+entqMq3n33XaKiotizZw/t2rXj3XffpWnTpur5mzdvMmbMGDw9PbG3t8fe3p60tLRKlVva/blw4QImJiZ06NBBPd+0aVMcHR2r0LoHgIk51GkGtZuCrmqxaK1GS2P7xjhZOd3XTcPzDHlk67P/moGmLj1lDlr5VySEEEIIIYQQQgghykdmapRBY6ql3ltdy5U2OyaZW2vPlpmu9rCWmDeyL1fZ5WVnZ0dycnKR43fu3MHOzs7oWFJSEiNHjuS1117D1NSUl156CV9fX+rUqaOmuXvpKTs7O9LS0tDr9UYDynq9nrS0NOzty25PeURHR9OoUSMADAYDrq6uREREFElXsFfGrFmzGDRoEN999x07d+5k5syZfPbZZzz99NPF5n/3IG5xS3zdvXyVRqPBYCh+yZ969eoRFRWlvi8pCOTp6cnBgwfJyckpEmj4/fffSUlJUWcTmJmZ8eyzz7Jx40aef/55Nm7cyIABAzAxyf+4GgwGOnbsWGSJKkCd8QD5MzUKS09Pp1evXvTq1Yv169fj5OREXFwcgYGBVd5I3MXFhaZNm9K0aVM2b95M+/bt6dSpE97e3kD+Xhh//PEHy5Ytw93dHXNzc3x8fCpVbmn3p6Ql2+7VUm731d1LNCmG/JkblVD4c6AoCnpFj4n23v47SMlJIT4tHlszWxraNczfIBxkloYQQgghhBBCCCGEqBD5emwZNBoNWjNduV4WzRzR2RddXqgwnb05Fs0cy5VfRb5F7eXlpW6QXdixY8do3ry50bFx48ZRt25d3njjDV599VXc3Nx4+eWX1fNpaWmEh4fz1FNPGeWv1+s5deqUUV4nT55Er9cXKaMyfvjhB37++Wf69esHQIcOHUhISMDExEQdMC94FQ7AeHp6MmnSJHbv3s0zzzzD2rVri82/efPmREZGGh0rrs8q4u66lRTUeP7550lLS2P16tVFzi1evBhTU1O13ZC/BNWuXbs4e/Ys4eHhBAcHq+c6dOjApUuXqFu3bpF+KS24dP78eRITE1mwYAHdunXDy8vrnuw10bRpU/r168f06dPVYwcOHGD8+PH07t2bli1bYm5uTmJiotF1pqam6PX6KpXt5eVFXl6e0XN6+fJl7ty5U6V8HygGA9y5Brcu5+9LUQW5+lx+TfmVX1N+xVDFvTrKojfo0Wg0mOvyl5JDowGdmeynIYQQQgghhBBCCCEqRIIa1Uij1eDwZJNS0zg82RiNtvqXfHnppZe4cuUKY8eO5fTp01y8eJEPPviATz75hFdeeUVN9/XXX7N582bCwsIwNTXFxMSE0NBQvv76a3XPhl27dtGsWTMaN26sXuft7c3jjz/O8OHD2bt3LzExMezdu5f//Oc/PP744+o38ssrOzubhIQErl+/zsmTJ3n77bcJCgriiSeeYMiQIQD07NkTHx8f+vbty/fff09sbCyHDx/mjTfe4Pjx42RmZvLyyy8TERHBr7/+yqFDhzh27BgtWrQotsxx48bxySefEBYWxqVLl5g7dy5nzpy5L0vw+Pj4MGHCBF555RWWLFnClStXOH/+PG+88QbvvfceS5Yswc3NTU3v6+uLs7MzwcHBeHh48PDDD6vngoODqVOnDkFBQRw4cICYmBj279/PhAkT+O2330qsQ8OGDTEzM2PFihVcvXqVbdu2MWfOnHvS3smTJ/Ptt9+qQaOmTZuybt06oqOjOXr0KMHBwVhaGg9me3h4sG/fPhISEkhKSqpUuV5eXvTs2ZNRo0YRGRnJqVOnGDVqFJaWlvd1qaV7ypALmbchJx1S46ucXZY+ixx9Dll5WdVQuZI5WTnhVcuLOpZ/BiRtnMG5Zf5PIYQQQgghhBBCCCHKSYIa1cyyVR1qv9CiyIwNnb05tV9ogWWrOiVcWTUeHh4cOHCAK1eu0KtXLx566CFCQ0MJDQ3lueeeAyAxMZExY8Ywc+ZM2rRpo17bqlUrZs6cyUsvvURiYiLffPON0dJTBT777DN69uzJiy++iLe3Ny+++CKPPvoomzZtqnB9d+3ahaurKx4eHjz22GOEh4ezfPlyvvnmG3V5K41Gw44dO+jevTvDhw/H09OT559/ntjYWJydndHpdNy6dYshQ4bg6elJ//79efzxx5k9e3axZQYHBzN9+nSmTJlChw4diImJISQkBAsLiwrXvzKWLVvGhx9+yGeffUbr1q3p2LEj+/fvZ+vWrYwbN84orUajYeDAgZw+fdpolgaAlZUVP/74Iw0bNuSZZ56hRYsWDB8+nMzMzCJLjRXm5OREaGgomzdvxtvbmwULFrB48eJ70tbWrVvTs2dP3nzzTQDWrFlDUlIS7du3Z/DgwYwfP566desaXbNkyRL27NmDm5sb7du3r3TZn376Kc7OznTv3p2nn36akSNHYmtre9/u8z1nYg4ODfN/T7sBWSmVzspUZ0oDmwY0tm+MlalVNVWwZFqNFp32rs3J/ynBJiGEEEIIIYQQQghxX2iUf8Ri8+WXkpKCvb09ycnJRQaAs7KyiImJoVGjRlUeAFUMCtkxyRhSc9DammHeyP6ezNCobnq9nrp167Jz585iN9H+pwkICMDFxYV169bVdFXEPfLbb7/h5ubG3r17efTRR2u6OtXnThxk3AKtCTh5gc607GseFAX/diSg8Y9Tnf9HhRBCCCGEEEII8e9S2th9YbJR+D2i0WqwaOJQ09WosFu3bjFp0iQeeuihmq5KtcvIyGDVqlUEBgai0+nYtGkTe/fuZc+ePTVdNVGNfvjhB9LS0mjdujXx8fFMnToVDw8PunfvXtNVq152DSAnA/IyISkWajetcpAgW59NcnYyTpZO1bpc153sOyRnJ2NvZo+DhUN+MCbld7CqDfb1q60cIYQQQgghhBBCCPHPJ0ENYaRgA/F/ooLlrObOnUt2djbNmzdny5Yt9OzZs6arJqpRbm4ur732GlevXsXW1pauXbuyYcMGTE3/RjMZykOrBUcPSLwAOWmQmgB2rpXOTm/Qc/XOVQyKATOtWX7woZpk5GaQlpOGhe7Pb+7nZYGiB/5VEwWFEEIIIYQQQgghRDWQoIb417C0tGTv3r01XQ1xjwUGBhIYGFjT1bg/TC3A3g2SfwNTy7LTl0Kn1VHHsg7puelYm1pXUwXz1bKohYXOAkuTP+uYm5n/s4p1FkIIIYQQQgghhBD/PhLUEEKIvzOrWmBuB7qq/zmvY1mHOpZ1qnXpKQALEwssTP6cpaEofwU1TCSoIYQQQgghhBBCCCEqRlvTFRBCCFFFhQMa+ty/NuKuII1GYxTQyDPkVbVmRelz/1x6SpM/00QIIYQQQgghhBBCiAqQoIYQQvxTZKXAzWhIu1GlbBRFITEzkYtJF8nIzahSXpl5maTmpP4VIMkrmKVhDhr5FySE+H/27j0ux/t/4Pjr7qh0IjogiiTltBw2bBRZjsN8hzE0YuRYDnOanDfHGea0SW3fjc0ctxEiZjklin1FtNJGDc2hnNLd9fujX9e6VSSl4f38Pu7Huj/X5/p83tfVdV/5Xu/78/kIIYQQQgghhBBPRp4oCSHEiyL7/0dBpKfA/YxiN6PRaLiXdQ9FUbiZefOpQrp+7zrJt5JJu5uWUyDraQghhBBCCCGEEEKIpyBJDSGEeFGYVMx5AVxPAm3xp4+yL29PVbOq2JnaPVVIBnoGGOkb/bNIuL4RGJmDkdlTtSuEEEIIIYQQQgghXk6yULgQQrwoNBqwrAaZt0F7H25chIo1c8qfkL6ePlblrJ46JBtTG2xMbf4pMK2Y8xJCCCGEEEIIIYQQohhkpIZ4YYWEhGBlZVXWYZSp6dOn06hRoxJrb//+/Wg0Gm7cuFFibf4bJCUlodFoiImJKetQnp6ePlR0AjRw/xbcvvLUTWYr2Vy5c4UH2gdPH58QQgghhBBCCCGEEE9BkhovCE9PT8aMGZOvfOvWrWjyfEt7woQJODo6kp6erlOvS5cutGrViuzsbJ1yJycnwsLCHpkgsLKyIiQkRH2v0WjYunVrobH6+vqi0WjQaDQYGhpia2tLu3btCA4Oztf/0+jVqxfx8fEl1l5J2LRpE56enlhaWmJmZkaDBg2YOXMmf//9d6n0N27cOPbu3VsqbT9rea8bAwMDqlevzrBhw7h+/foTt9OtWzedMgcHB1JSUqhXr14JRlyGDE1yRmwA3ErJGbnxFFJup3D1zlUuZVxCUZQi75evbrYWsos/JZYQQgghhBBCCCGEEJLUKGEREREcOHCgwG0HDhwgIiLiGUeka9asWZiZmREYGKiWBQcHExERwbp169DT++eSOHXqFGlpaXh5eZV4HO3btyclJYWkpCR27tyJl5cXo0ePpnPnzmRllcxDTxMTE2xsbB5f8RmZMmUKvXr1omnTpuzcuZPffvuNRYsWERsby9dff13sdjMzM/OVKYpCVlYWZmZmWFtbP03Y/yp5r5svv/ySH3/8EX9//6duV19fHzs7OwwMXqAZ+UytoZxVzlRPBuWeqqlK5SphqGdIxXIVdZKkj5NyO4Xz189z8/7/LzZ+9zqkns5Z70MIIYQQQgghhBBCiGKQpEYJ09PTKzCxkZvQyJs0KAvGxsaEhoYSGhpKWFgYycnJBAQEMH/+fGrVqqVTd9u2bfj4+GBsbFwqcdjZ2VG1alU8PDyYPHky27ZtY+fOnTqjPm7evMmQIUOwsbHBwsKCNm3aEBsbq26PjY3Fy8sLc3NzLCwsaNy4McePHwcKnn5q9uzZ2NjYYG5ujp+fHxMnTtSZnin3W/wLFy7E3t4ea2trhg8fzoMHTzftzrFjx5g7dy6LFi1iwYIFtGjRAkdHR9q1a8emTZsYMGCATv95jRkzBk9PT/W9p6cnI0aMIDAwkEqVKtGuXTt1Wqhdu3bRpEkTjI2NOXjwYIHTTwUHB+Pu7o6xsTH29vaMGDECKHgKphs3bqDRaNi/f3+Bx1VQ+0uWLMHR0VF9n3tMc+fOxdbWFisrK2bMmEFWVhbjx4+nYsWKVKtWjeDg4Meex9zrplq1arz55pv06tWL3bt3q9u1Wi2DBg3CyckJExMT6tSpw2effaYTb2hoKNu2bVNHfezfvz/fseeez71799KkSRNMTU1p0aIF586d04nncddTmdJooIIjWFXPmZLqKRgbGONcwRkLY4sn2u9u1l0ytZlo+P9EyIO7Of/VN3yqeIQQQgghhBBCCCHEy0uSGkWUmZlZ6CvvA+/WrVvTqlUrIiIi2LdvH5mZmezbt4+IiAhatWpFixYtitRuaWrcuDGTJk3Cz8+Pfv360bRpU4YNG5av3vbt2+natWupxpJXmzZtaNiwIZs3bwZyRht06tSJ1NRUduzYQXR0NB4eHrRt21adrqlv375Uq1aNqKgooqOjmThxIoaGBT8w/eabb5gzZw7z5s0jOjqa6tWrs3Llynz1IiIiSEhIICIigtDQUEJCQnQSLcXxzTffYGZmVuiogidd+yM0NBQDAwMiIyNZvXq1Wj5hwgQ+/vhj4uLiaNCgQb79Vq5cyfDhwxkyZAinT59m+/btODs7P1HfxbFv3z4uX77ML7/8wuLFi5k+fTqdO3emQoUKHD16lKFDhzJ06FD++OOPIrf5+++/ExYWpvP7zs7Oplq1anz//fecOXOGadOmMXnyZL7//nsgZzqunj17qiM+UlJS8n0m85oyZQqLFi3i+PHjGBgYMHDgQHVbUa+nMpV3VIWiPNU0VHqaf/5caLO1ZCuPnyquhkUNaljUwNTQNKcgN6lhYFLsOIQQQgghhBBCCCHEy+0FmmuldM2dO7fQbbVr16Zv377q+8OHDwPwyy+/8Msvv6jlv/zyCxcvXuT9999Xy5YsWcKdO3fytTl9+vQSiLpwU6dOZd26dRw9epT4+Ph8U8pcunSJ2NhYOnbsWKpxPMzV1ZVTp04BOcmF06dPc+XKFXW0yMKFC9m6dSs//PADQ4YMITk5mfHjx+Pq6grk/C4Ks2zZMgYNGqSe/2nTprF7924yMjJ06lWoUIHly5ejr6+Pq6srnTp1Yu/evQwePLjYx3X+/Hlq1qxZaMLlSTk7OzN//nz1fWpqKgAzZ86kXbt2he43e/Zsxo4dy+jRo9Wypk2blkhMj1KxYkWWLl2Knp4ederUYf78+dy5c4fJkycDMGnSJD755BMiIyPp3bt3oe389NNPmJmZodVquXfvHgCLFy9WtxsaGjJjxgz1vZOTE4cOHeL777+nZ8+emJmZYWJiwv3797Gzs3ts3HPmzKF169YATJw4kU6dOnHv3j3KlStX5OvpXyFbC9cT4X4GVKoNRuWL3dTdrLv8mf4n5Q3LU8WsyiPrGugZYGZklvNGUSDr/5MahpLUEEIIIYQQQgghhBDFIyM1XlJ79uwhJSUFRVGIiorKt3379u20bNmSihUrPtO4FEVREyzR0dFkZGRgbW2NmZmZ+kpMTCQhIQGAwMBA/Pz88Pb25pNPPlHLC3Lu3DmaNWumU/bwewB3d3f09f+Zrsfe3p4rV64U2GZycrJObIUlv/IeV0lo0qTJE5UDXLlyhcuXL9O2bdsSi6Oo3N3ddaZes7W1pX79+up7fX19rK2tCz3Puby8vIiJieHo0aOMHDkSHx8fRo4cqVNn1apVNGnShMqVK2NmZsYXX3xBcnJyseLOO9rF3t4eQI2xqNfTv4JGL+eFkrOexVMs1q3N1pKpzSQ9M52sJ2lHmwlKNqB56jU+hBBCCCGEEEIIIcTLS0ZqFFHuN8oL8vDD6vHjx/Prr7/yyy+/oK+vj1arpVWrVrz++uv56o4ZM6ZE4rOwsODmzZv5ym/cuIGFhe48+NevX2fw4MFMnjwZQ0ND/P39ad26NZUqVVLrPDz1lIWFBRkZGWi1Wp0H/lqtloyMDCwtLUvkOOLi4nBycgJyphKyt7cvcD2H3Omapk+fTp8+ffj555/ZuXMnQUFBbNiwge7duxfY/sPnX1GUfHUeHk2h0WjIzi54qp0qVarorEFRWBLIxcWFX3/9lQcPHjxytIaenl6+mApaz6N8+YK/aV9YOeQsnP4ouUmHvP0/bi2RosZb0Dl9kvOcq3z58up0WUuXLsXLy4sZM2Ywa9YsAL7//nsCAgJYtGgRzZs3x9zcnAULFnD06NFHtluYvDHmXjt5YyzK9fSvoNHkrK1x9VxOcuFGMlRw0p2eqojMjMyoalYVMyMzDPQK/xNy/d51spVszI3MMdI3+mfqKcNyxepXCCGEEEIIIYQQQgiQkRpFZmRkVOjr4Yezhw8f5pdffsHLy4uPPvoILy8vfvnlFw4fPpyvbmFtPilXV1d1gey8oqKiqFOnjk7ZyJEjsbGxYerUqUycOBEHBwd1sWiAjIwMIiIieOutt3Ta12q1nDx5UqetEydOoNVq8/VRHPv27eP06dP06NEDAA8PD1JTUzEwMMDZ2VnnlTcB4+LiQkBAALt37+btt99m3bp1BbZfp04djh07plNW0Dl7Eg/HVlhSo0+fPmRkZLBixYoCt9+4cQOAypUrk5KSorMtb9LkaZibm+Po6MjevXsL3F65cmUAnf4f13flypVJTU3VeZhfUvEWRVBQEAsXLuTy5csAHDx4kBYtWuDv788rr7yCs7NzvtE7RkZGaLXap+67NK6nUqVnkLNwOBq4dxPuXCt2U1blrB6Z0AD4+97fpN5O5V5WzjRhsp6GEEIIIYQQQgghhCgJktQoYQcOHCAiIgIvLy91Lv7WrVvj5eVFREQEBw4cKJV+/f39SUhIYPjw4cTGxhIfH8/nn3/O2rVrGT9+vFpvy5YtbNy4kdDQUAwNDTEwMCAkJIQtW7awadMmAMLCwqhduzY1a9ZU93Nzc6NDhw4MHDiQ8PBwEhMTCQ8PZ9CgQXTo0AE3N7cnivf+/fukpqZy6dIlTpw4wdy5c+natSudO3emf//+AHh7e9O8eXO6devGrl27SEpK4tChQ0ydOpXjx49z9+5dRowYwf79+7l48SKRkZFERUVRt27dAvscOXIka9euJTQ0lPPnzzN79mxOnTpVotNCFebVV19lwoQJjB07lgkTJnD48GEuXrzI3r17eeeddwgNDQVyFks/fvw4X331FefPnycoKIjffvutxOKYPn06ixYtYunSpZw/f54TJ06wbNkyIGckx2uvvcYnn3zCmTNn+OWXX5g6deoj2/P09OTq1avMnz+fhIQEPv/8c3bu3Fli8T6Op6cn7u7u6rRfzs7OHD9+nF27dhEfH89HH32Ub3o1R0dHTp06xblz57h27dpjR6MUpiyvp2IzKg8W/78Oxs1LkJl/PZ8ndTvzNjfu3chXbmFkgZmRGeVyp5oyKg+mlaCcRb66QgghhBBCCCGEEEIUlSQ1Slh2drZOQiNXbmLjcdPrFJejoyMHDx4kISGBN998k6ZNmxISEkJISAjvvPMOANeuXWPo0KEEBQXprBVQr149goKC8Pf359q1a2zbtk1n6qlcGzZswNvbm2HDhuHm5sawYcNo27Yt69evf+J4w8LCsLe3x9HRkfbt2xMREcHSpUvZtm2bOr2VRqNhx44dtGrVioEDB+Li4kLv3r1JSkrC1tYWfX190tLS6N+/Py4uLvTs2ZMOHTroLBSdV9++fZk0aRLjxo3Dw8ODxMREfH19KVfu2czvP2/ePL799luOHj2Kj48P7u7uBAYG0qBBAwYMGACAj48PH330ERMmTKBp06akp6erSZ6SMGDAAJYsWcKKFStwd3enc+fOnD9/Xt0eHBzMgwcPaNKkCaNHj2b27NmPbK9u3bqsWLGCzz//nIYNG3Ls2DHGjRtXYvEWRWBgIF988QV//PEHQ4cO5e2336ZXr168+uqrpKWl4e/vr1N/8ODB1KlTR113IzIyslj9lvX1VGzlK4OxJaDAjYs5C3gX050Hd0i6lcTl25e5n3VfZ1tl08rUsKiRM/UU5CQzrBzApMJTBC+EEEIIIYQQQgghXnYa5V87CXzpuHXrFpaWlty8eTPfWhP37t0jMTERJyenf/+DyVKi1WqxsbFh586d/95Fj0tQu3btsLOz4+uvvy7rUMQL4Lm5nrRZcD0RLKqCkWmxm1EUheT0ZAz1DLE1tUVfT//xO4kXmvwdFUIIIYQQQgghRHE96tl9XrJQuNCRlpZGQEAATZs2LetQStydO3dYtWoVPj4+6Ovrs379esLDw9mzZ09ZhyaeQ8/19aRvAJVqP3UzGo0GB3MH9DR6ZGozyczKBCArOwt9jf4/U3Fps9BXsjEyMgc9GSAohBBCCCGEEEIIIYpPkhpCR+4C4i+i3OmsZs+ezf3796lTpw6bNm3C29u7rEMTz6EX6nrKvA0aPTB88kW8cxMaF25c4FED/zSAs8YYI2vnpwhUCCGEEEIIIYQQQrzsJKkhXhomJiaEh4eXdRjiBfHCXE93b+ZMRWVgBJXqQDGmkNIq2kcmNAAUQGtgXMwghRBCCCGEEEIIIYTIIfOACCHEy8zIFPQMIOs+3PyzdPuSpIYQQgghhBBCCCGEeEqS1BBCiJeZviFUcMz5+e7fcCetFPuSpIYQQgghhBBCCCGEeDqS1BBCiJedsRmY2+f8fPNPeHC3dPrRNyqddoUQQgghhBBCCCHES0OSGkIIIcDMFozMQcmG60mQrS35PjQl36QQQgghhBBCCCGEeLlIUkMIIQRoNFChxv+vr3GvdKehEkIIIYQQQgghhBCimAzKOgAhhBD/Ernrazy4A+Url3U0QgghhBBCCCGEEELkIyM1xAsrJCQEKyursg6j2Dw9PRkzZkxZh/HSmj59Oo0aNSrrMJ49Y/Ocqag0RZ8rSl+jj+Yx9TUaDfoa/aeNTgghhBBCCCGEEEK85CSpUcLu3bvMrfTfCn3du3e5VPot7AH41q1bdR42TpgwAUdHR9LT03XqdenShVatWpGdna1T7uTkRFhY2CMTBFZWVoSEhKjvNRoNW7duLTRWX19fNBoNGo0GQ0NDbG1tadeuHcHBwfn6fxq9evUiPj6+xNp7GklJSWg0GmJiYkq1H61Wy8cff4yrqysmJiZUrFiR1157jXXr1pVqvyXtcddQ3nq5LzMzMxo2bKhzLT5Nf+PGjWPv3r1P3NYLJVsLt1LgMZ9LI30jnK2cqWlVs9CXs5UzRrJQuBBCCCGEEEIIIYR4SjL9VAm6d+8yh494k519v9A6enrGNH8tnHLlqjzDyP4xa9YsduzYQWBgIF988QUAwcHBREREEBsbi57eP3muU6dOkZaWhpeXF+vXry/RONq3b8+6devQarX89ddfhIWFMXr0aH744Qe2b9+OgcHTX5omJiaYmJiUQLTPj+nTp7NmzRqWL19OkyZNuHXrFsePH+f69etlHVqRZGZmYmT0ZA++161bR/v27bl9+zbfffcd77//Pvb29vj4+DxVLGZmZpiZmT1VG881RYG/f4fMDMjOAiuHR1YvMGGRdQ8y74CRKUhCQwghhBBCCCGEEEKUABmpUYIyH/z9yIQGQHb2fTIf/P2MIsrP2NiY0NBQQkNDCQsLIzk5mYCAAObPn0+tWrV06m7btg0fHx+MjY1LJQ47OzuqVq2Kh4cHkydPZtu2bezcuVPnm/Y3b95kyJAh2NjYYGFhQZs2bYiNjVW3x8bG4uXlhbm5ORYWFjRu3Jjjx48DBU8/NXv2bGxsbDA3N8fPz4+JEyfqTDHk6+tLt27dWLhwIfb29lhbWzN8+HAePHhQ4ufgwIEDNGvWDGNjY+zt7Zk4cSJZWVk6dbKyshgxYgRWVlZYW1szdepUFEUptM0ff/wRf39/3nnnHZycnGjYsCGDBg0iMDBQrePo6MiSJUt09mvUqBHTp09X32s0GlauXEmHDh0wMTHBycmJjRs3qttzR55s2LCBFi1aUK5cOdzd3dm/f/8THaOnpycjRowgMDCQSpUq0a5dOxwdHQHo3r07Go1GfV8YKysr7OzsqFWrFpMnT6ZixYrs3r1b3R4VFUW7du2oVKkSlpaWtG7dmhMnTuicj4L6e3j6qaJcGykpKXTq1Ek9Z99++22B5/u5oNHkTEMFcOca3C1GYuzeLbhxEW6Vzgg1IYQQQgghhBBCCPHykaRGEWm1d9Bq7+g8UM7OzkSrvfPYREbR2v1nepfs7JJ/gJ5X48aNmTRpEn5+fvTr14+mTZsybNiwfPW2b99O165dSzWWvNq0aUPDhg3ZvHkzAIqi0KlTJ1JTU9mxYwfR0dF4eHjQtm1b/v47JzHUt29fqlWrRlRUFNHR0UycOBFDQ8MC2//mm2+YM2cO8+bNIzo6murVq7Ny5cp89SIiIkhISCAiIoLQ0FBCQkKKNaXRo1y6dImOHTvStGlTYmNjWblyJWvXrmX27Nk69UJDQzEwMODo0aMsXbqUTz/9lC+//LLQdu3s7Ni3bx9Xr1596hg/+ugjevToQWxsLO+99x7vvvsucXFxOnXGjx/P2LFjOXnyJC1atOCtt94iLS2tWMcYGRnJ6tWriYqKAnJGYKSkpKjvH0er1fL999/z999/61wD6enpDBgwgIMHD3LkyBFq165Nx44d1SnYnqS/x10b/fv35/Lly+zfv59NmzaxZs0arly5UqT4/5XKWfyT2LiRDFlPeK97cDfnv4Yv14gpIYQQQgghhBBCCFF6ZPqpItp/oD4Ab7x+DCMjawAuJn/B778vpop9T+rW/bhY7UYeas2DB3/zarOdmJm5AJCSsomqVXuXTOCFmDp1KuvWrePo0aPEx8fnW+T30qVLxMbG0rFjx1KN42Gurq6cOnUKyHmAfPr0aa5cuaKOFlm4cCFbt27lhx9+YMiQISQnJzN+/HhcXV0BqF27dqFtL1u2jEGDBvH+++8DMG3aNHbv3k1GRoZOvQoVKrB8+XL09fVxdXWlU6dO7N27l8GDB5fYca5YsQIHBweWL1+ORqPB1dWVy5cv8+GHHzJt2jR1GjAHBwc+/fRTNBoNderU4fTp03z66aeFxrJ48WL+85//YGdnh7u7Oy1atKBr16506NDhiWN855138PPzA3KmLduzZw/Lli1jxYoVap0RI0bQo0cPAFauXElYWBhr165lwoQJRT5GZ2dn5s+fn6//3BEYj/Puu++ir6/PvXv30Gq1VKxYUY0bcpJlea1evZoKFSpw4MABOnfuTOXKlYvc36OujbNnzxIeHk5UVBRNmjQB4Msvv3zkNflcMLeH+xnw4DZcT4RKLqApYj48N6lhIEkNIYQQQgghhBBCCFEyZKTGS2rPnj2kpKSgKEqB30zfvn07LVu2pGLFis80LkVR1ARLdHQ0GRkZWFtbq+sbmJmZkZiYSEJCAgCBgYH4+fnh7e3NJ598opYX5Ny5czRr1kyn7OH3AO7u7ujr66vv7e3tC/22fXJysk5sc+fOLdJxxsXF0bx5c51kUsuWLcnIyODPP/9Uy1577TWdOs2bN+f8+fNotdoC23Vzc+O3337jyJEjvP/++/z111906dJF5yF/UTVv3jzf+4dHauStY2BgQJMmTdQ6RT3G3ARAcX366afExMSwZ88eGjVqxKeffoqzs7O6/cqVKwwdOhQXFxcsLS2xtLQkIyOD5OTkJ+7rUdfGuXPnMDAwwMPDQ93u7OxMhQoVnuLo/gU0GqjgCBr9nCRFUaeSUrJz1tQAGakhhBBCCCGEEEIIIUqMjNQoIs/WpwHQ0/vn4VyN6oOp7vA+Go1+Ybs9VssWB/6/3XJqmb19jydux8LCgps3b+Yrv3HjBhYWFjpl169fZ/DgwUyePBlDQ0P8/f1p3bo1lSpVUus8PPWUhYUFGRkZaLVanYe6Wq2WjIwMLC0tnzjmgsTFxeHk5ARAdnY29vb2+dZpANS1MqZPn06fPn34+eef2blzJ0FBQWzYsIHu3bsX2P7DI1IKWp/i4emrNBoN2dnZ+eoBVKlShZiYGPV9UZNAeZM3D8fycPmT0tPTo2nTpjRt2pSAgAD++9//0q9fP6ZMmYKTkxN6enr5jruoa4YUJbbcOkU9xvLlyxep78LY2dnh7OyMs7MzGzdu5JVXXqFJkya4ubkBOWthXL16lSVLllCjRg2MjY1p3rw5mZmZT9zXo66NwtY6edQaKM8NAyOoUCNn4fC718HMDvQf8+cj6z6g5CRDZJFwIYQQQgghhBBCCFFCZKRGEenrm6Kvb6rzMFZPzwh9fVP09Iq/kPY/7f7zq9DTK3hNiEdxdXVVF8jOKyoqijp16uiUjRw5EhsbG6ZOncrEiRNxcHBgxIgR6vaMjAwiIiJ46623dNrXarWcPHlSp60TJ06g1Wrz9VEc+/bt4/Tp0+p0Rh4eHqSmpmJgYKA+tM595U3AuLi4EBAQwO7du3n77bdZt25dge3XqVOHY8eO6ZQVdM6exMOxFTWp4ebmxqFDh3QeeB86dAhzc3OqVq2qlh05ckRnv9w1IfImlorSF8Dt27cBqFy5MikpKer2W7dukZiYmG+/gvrOnearoDpZWVlER0erdYp6jAUxNDQsdDTKozg7O9OjRw8mTZqklh08eJBRo0bRsWNH3N3dMTY25tq1ayXSX16urq5kZWXpfEYuXLjAjRs3nqrdf41ylmDpAJXrPD6hAXnW0yiXM9pDCCGEEEIIIYQQQogSIEmNF4S/vz8JCQkMHz6c2NhY4uPj+fzzz1m7di3jx49X623ZsoWNGzcSGhqKoaEhBgYGhISEsGXLFjZt2gRAWFgYtWvXpmbNmup+bm5udOjQgYEDBxIeHk5iYiLh4eEMGjSIDh06qA/Oi+r+/fukpqZy6dIlTpw4wdy5c+natSudO3emf//+AHh7e9O8eXO6devGrl27SEpK4tChQ0ydOpXjx49z9+5dRowYwf79+7l48SKRkZFERUVRt27dAvscOXIka9euJTQ0lPPnzzN79mxOnTr11CMjisPf358//viDkSNHcvbsWbZt20ZQUBCBgYHqWhMAf/zxB4GBgZw7d47169ezbNkyRo8eXWi7//nPf/j00085evQoFy9eZP/+/QwfPhwXFxc12dCmTRu+/vprDh48yG+//caAAQMKTJJs3LiR4OBg4uPjCQoK4tixYzrJL4DPP/+cLVu2cPbsWYYPH87169cZOHDgEx1jQRwdHdm7dy+pqalcv369yOcVYOzYsfz4449qwsrZ2Zmvv/6auLg4jh49St++fTEx0Z0O6Wn6y+Xq6oq3tzdDhgzh2LFjnDx5kiFDhmBiYlIm11ipKF+p6KMuZD0NIYQQQgghhBBCCFEKJKlRgowMKz521IaenjFGhiW/ToWjoyMHDx4kISGBN998k6ZNmxISEkJISAjvvPMOANeuXWPo0KEEBQXRoEEDdd969eoRFBSEv78/165dY9u2bTpTT+XasGED3t7eDBs2DDc3N4YNG0bbtm1Zv379E8cbFhaGvb09jo6OtG/fnoiICJYuXcq2bdvUB+wajYYdO3bQqlUrBg4ciIuLC7179yYpKQlbW1v09fVJS0ujf//+uLi40LNnTzp06MCMGTMK7LNv375MmjSJcePG4eHhQWJiIr6+vpQrV67A+iUpd4oiA4Ocb7hXrVqVHTt2cOzYMRo2bMjQoUMZNGgQU6dO1dmvf//+3L17l2bNmjF8+HBGjhzJkCFDCu3Hx8eHH3/8kS5duuDi4sKAAQNwdXVl9+7dat+TJk2iVatWdO7cmY4dO9KtWzdq1aqVr60ZM2awYcMGGjRoQGhoKN98802+5NUnn3zCvHnzaNiwIQcPHmTbtm3qKJqiHmNBFi1axJ49e3BwcOCVV155bP286tevj7e3N9OmTQMgODiY69ev88orr9CvXz9GjRqFjY1NifWX11dffYWtrS2tWrWie/fuDB48GHNz82dyjT1zd29Aekrh280qQwUnMLV+ZiEJIYQQQgghhBBCiBefRnkhJnwvulu3bmFpacnNmzfzrTVx7949EhMTcXJyKvZDyHv3LpP54O9CtxsZVqRcuSrFavtZ0Gq12NjYsHPnzgIX0X7RtGvXDjs7O77++utS7efIkSM0b96cq1ev6kyd9W+l0WjYsmUL3bp1K3B7UlISTk5OnDx5kkaNGj3T2J4nf/75Jw4ODoSHh9O2bduyDqfkPLgLV8/m/FyxZs7UVEJQMn9HhRBCCCGEEEII8XJ61LP7vGSh8BJWrlyVf3XS4nHS0tIICAigadOmZR1Kibtz5w6rVq3Cx8cHfX191q9fT3h4OHv27Cm1PrOyskhKSmLBggU0bNjwuUhoiOLbt28fGRkZ1K9fn5SUFCZMmICjoyOtWrUq69BKlqEJlK8Mt6/C9YtQ2TVnMXEhhBBCCCGEEEIIIUqZTD8ldOQuIP7CrAGQR+50Vm+88QaNGzfmxx9/ZNOmTXh7e5dan7/99hsNGjQgJSWFr776qtT6Ef8ODx48YPLkybi7u9O9e3cqV67M/v37MTQ0LOvQSp5FlZzkhqKF60mQd9Bf5h1IT4X76WUWnhBCCCGEEEIIIYR4Mcn0U3nItBlCCPEEsu7D1XM5iQ0z25xEB0D6X5B+GcpZQUWnMg1RPFvyd1QIIYQQQgghhBDFVdTpp2SkhhBCiOIxMAYrh5yfM/6Ce7dyfs66m/NfQ5OyiUsIIYQQQgghhBBCvLAkqSGEEKL4TCqA6f+vFZPxV85/HzyU1EhPhVspzz42IYQQQgghhBBCCPHCkaSGEEKIp2NRFUwqQmZGTvIi615OuYFJTkIjPQVewHV6hBBCCCGEEEIIIcSzZ1DWAQghhHjO6elBhRo501Gl//+IDI0+3E3LSWqY24O5XdnGKIQQQgghhBBCCCFeCDJSQwghRMkwtwMjs5yfFa0kNIQQQgghhBBCCCFEiZOkhhBCiJJjUC7PG40kNIQQQgghhBBCCCFEiZKkhnhhhYSEYGVlVdZhiBdUUlISGo2GmJgYAPbv349Go+HGjRtlEs+/5nrXz53VUAMoOaM1hBBCCCGEEEIIIYQoIZLUKCVaRSHyejpb/rpO5PV0tIpSqv15enoyZsyYfOVbt25Fk2eB3gkTJuDo6Eh6erpOvS5dutCqVSuys7N1yp2cnAgLC3vkA1MrKytCQkLU9xqNhq1btxYaq6+vLxqNBo1Gg6GhIba2trRr147g4OB8/T+NXr16ER8fX2LtFSYkJEQ9Ho1Gg5mZGY0bN2bz5s0l3pejoyNLliwp8Xb/jX766Sc8PT0xNzfH1NSUpk2b6lxnzyNHR0f1OjExMcHV1ZUFCxagPOH9oaDr4Fld74+UnvrPlFNVGuX8Nz1FEhtCCCGEEEIIIYQQosRIUqMU/Hz1Bk0On6FHTALDzlykR0wCTQ6f4eerN8o6NGbNmoWZmRmBgYFqWXBwMBEREaxbtw49vX8uiVOnTpGWloaXl1eJx9G+fXtSUlJISkpi586deHl5MXr0aDp37kxWVlaJ9GFiYoKNjU2JtPU4FhYWpKSkkJKSwsmTJ/Hx8aFnz56cO3fumfT/olm2bBldu3alRYsWHD16lFOnTtG7d2+GDh3KuHHjSrXvBw8elGr7M2fOJCUlhbi4OMaNG8fkyZNZs2bNU7f7LK/3AqWn5iQw8q6hYW4niQ0hhBBCCCGEEEIIUaIkqVHCfr56A7/fkki5r/tgNPX+A/x+SyrzxIaxsTGhoaGEhoYSFhZGcnIyAQEBzJ8/n1q1aunU3bZtGz4+PhgbG5dKHHZ2dlStWhUPDw8mT57Mtm3b2Llzp8638W/evMmQIUOwsbHBwsKCNm3aEBsbq26PjY3Fy8sLc3NzLCwsaNy4McePHwcKno5n9uzZ2NjYYG5ujp+fHxMnTqRRo0bqdl9fX7p168bChQuxt7fH2tqa4cOHP/ZBt0ajwc7ODjs7O2rXrs3s2bPR09Pj1KlTap3r16/Tv39/KlSogKmpKR06dOD8+fM67WzatAl3d3eMjY1xdHRk0aJF6jZPT08uXrxIQECA+m3/XJGRkbRu3RpTU1MqVKiAj48P169fByAsLIzXX38dKysrrK2t6dy5MwkJCeq+udMoff/997zxxhuYmJjQtGlT4uPjiYqKokmTJpiZmdG+fXuuXr2a71zNmDFD/f188MEHZGZmPvJcPc4ff/zB2LFjGTNmDHPnzsXNzQ1nZ2fGjh3LggULWLRoEUePHiU7O5tq1aqxatUqnf1PnDiBRqPh999/Bx5/DU2fPp1GjRoRHBxMzZo1MTY2RlGUx5634jI3N8fOzg5HR0f8/Pxo0KABu3fvVrcnJCTQtWtXbG1tMTMzo2nTpoSHh6vbC7sOHr7ec4/r66+/xtHREUtLS3r37q0zSis9PZ2+fftSvnx57O3t+fTTTwsd9fVYilLwouC5iY1SHq0mhBBCCCGEEEIIIV4OktR4DEVRuK3VFul1KyuLKfGXKOjRXW7Z1POXuJWVVaT2nnRKmqJq3LgxkyZNws/Pj379+tG0aVOGDRuWr9727dvp2rVrqcRQkDZt2tCwYUN12iZFUejUqROpqans2LGD6OhoPDw8aNu2LX///TcAffv2pVq1akRFRREdHc3EiRMxNDQssP1vvvmGOXPmMG/ePKKjo6levTorV67MVy8iIoKEhAQiIiIIDQ0lJCTkiaY90mq1hIaGAuDh4aGW+/r6cvz4cbZv387hw4dRFIWOHTuqCZPo6Gh69uxJ7969OX36NNOnT+ejjz5S+968eTPVqlVTv+mfkpICQExMDG3btsXd3Z3Dhw/z66+/0qVLF7RaLQC3b98mMDCQqKgo9u7di56eHt27d8831VdQUBBTp07lxIkTGBgY8O677zJhwgQ+++wzDh48SEJCAtOmTdPZZ+/evcTFxREREcH69evZsmULM2bMKPK5KsgPP/zAgwcPChyR8cEHH2BmZsb69evR09Ojd+/efPPNNzp1vv32W5o3b07NmjWLdA0BXLhwge+//55Nmzapa2QU9bwVl6Io7N+/n7i4OJ1rNiMjg44dOxIeHq6O+unSpQvJyclA4ddBQRISEti6dSs//fQTP/30EwcOHOCTTz5RtwcGBhIZGcn27dvZs2cPBw8e5MSJE8U7IIsCEhq5zO1ytgshhBBCCCGEEEII8ZQMHl/l5XYnO5tav5wukbYUIOX+A1wO/lak+gmt6lNeX79E+n7Y1KlTWbduHUePHiU+Pl7nW/8Aly5dIjY2lo4dO5ZK/4VxdXVVRzdERERw+vRprly5oo4WWbhwIVu3buWHH35gyJAhJCcnM378eFxdXQGoXbt2oW0vW7aMQYMG8f777wMwbdo0du/eTUZGhk69ChUqsHz5cvT19XF1daVTp07s3buXwYMHF9r2zZs3MTMzA+Du3bsYGhqyZs0adfTL+fPn2b59O5GRkbRo0QLISbI4ODiwdetW3nnnHRYvXkzbtm356KOPAHBxceHMmTMsWLAAX19fKlasiL6+vvpN/1zz58+nSZMmrFixQi1zd3dXf+7Ro4dOrGvXrsXGxoYzZ85Qr149tXzcuHH4+PgAMHr0aN5991327t1Ly5YtARg0aFC+5I6RkRHBwcGYmpri7u7OzJkzGT9+PLNmzdKZyuxJxMfHY2lpib19/ofgRkZG1KxZU107om/fvixevJiLFy9So0YNsrOz2bBhA5MnTwaKdg0BZGZm8vXXX1O5cuUnPm9P6sMPP2Tq1KlkZmby4MEDypUrx6hRo9TtDRs2pGHDhur72bNns2XLFrZv386IESMKvQ4Kkp2dTUhICObm5gD069ePvXv3MmfOHNLT0wkNDeXbb7+lbdu2AKxbt44qVaoU+9iEEEIIIYQQQgghhChtMlLjJbVnzx5SUlJQFIWoqKh827dv307Lli2pWLHiM41LURQ1wRIdHU1GRgbW1taYmZmpr8TERHUaoMDAQPz8/PD29uaTTz555PRA586do1mzZjplD7+HnISAfp5kkr29PVeuXHlk3Obm5sTExBATE8PJkyeZO3cuH3zwAT/++CMAcXFxGBgY8Oqrr6r7WFtbU6dOHeLi4tQ6uQmEXC1btuT8+fPqqIuC5I7UKExCQgJ9+vShZs2aWFhY4OTkBKB+8z9XgwYN1J9tbW0BqF+/vk7Zw+ehYcOGmJqaqu+bN29ORkYGf/zxR4Gx5P09Dh06tNCYHyXvNfLKK6/g6urK+vXrAThw4ABXrlyhZ8+eQNGuIYAaNWroJDSg6OftSY0fP56YmBgOHDiAl5cXU6ZMURNdkDNCZMKECbi5uWFlZYWZmRlnz54tVr+Ojo5qQgN0r+Xff/+dBw8e6HwGLC0tqVOnzlMcnRBCCCGEEEIIIYQQpUtGajyGqZ4eCa3qP74icORGBn1PJT623jcNnHjNyqxIfReVhYUFN2/ezFd+48YNLCwsdMquX7/O4MGDmTx5MoaGhvj7+9O6dWsqVaqk1nl46ikLCwsyMjLQarU6D/y1Wi0ZGRlYWloWOdZHiYuLUx8eZ2dnY29vz/79+/PVy107YPr06fTp04eff/6ZnTt3EhQUxIYNG+jevXuB7T88IqWgKb4enr5Ko9E8dsohPT09nJ2d1fe56yTMmzePLl26FDqVWN4H9Hl/flR8DzMxMXnk9i5duuDg4MAXX3xBlSpVyM7Opl69evnWvsh73LlxPFxW1KmXHj6OXLlTOwH5rstcLi4u3Lx5k8uXL+cbNZCZmcnvv/9OmzZt1LK+ffvy7bffMnHiRL799lt8fHzUa7ko1xBA+fLl820v6nl7UpUqVcLZ2RlnZ2c2bdqEs7Mzr732Gt7e3kBO0mPXrl0sXLgQZ2dnTExM+M9//lOsfh91LedeW8W55oQQQgghhBBCCCGEKCsyUuMxNBoN5fX1i/TyrGiBvbEhBT/OBQ1QxdgQz4oWRWqvsAfDBXF1dVUXyM4rKioq3zevR44ciY2NDVOnTmXixIk4ODgwYsQIdXtGRgYRERG89dZbOu1rtVpOnjyp09aJEyfQarUl8u3uffv2cfr0aXXaHw8PD1JTUzEwMFAfAue+8iZgXFxcCAgIYPfu3bz99tusW7euwPbr1KnDsWPHdMoKOmclRV9fn7t37wLg5uZGVlYWR48eVbenpaURHx9P3bp11Tq//vqrThuHDh3CxcVFTSQZGRnlG7XRoEED9u7dW2AMaWlpxMXFMXXqVNq2bUvdunXVBcRLQmxsrHqMAEeOHMHMzIxq1aoVWD/v79DGxqbAOj169MDAwEBnkfRcq1at4vbt27z77rtqWZ8+fTh9+jTR0dH88MMP9O3bV91W1GvoYaV93nJVqFCBkSNHMm7cODWZcPDgQXx9fenevTv169fHzs6OpKQknf0Kug6eVK1atTA0NNT5TNy6dSvf4vVCCCGEEEIIIYQQQvybSFKjBOlrNMyuXRUgX2Ij9/2s2lXRf4JkRVH5+/uTkJDA8OHDiY2NJT4+ns8//5y1a9cyfvx4td6WLVvYuHEjoaGhGBoaYmBgQEhICFu2bGHTpk0AhIWFUbt2bWrWrKnu5+bmRocOHRg4cCDh4eEkJiYSHh7OoEGD6NChA25ubk8U7/3790lNTeXSpUucOHGCuXPn0rVrVzp37kz//v0B8Pb2pnnz5nTr1o1du3aRlJTEoUOHmDp1KsePH+fu3buMGDGC/fv3c/HiRSIjI4mKilKTBA8bOXIka9euJTQ0lPPnzzN79mxOnTr1RMmjwiiKQmpqKqmpqSQmJrJmzRp27dqljnapXbs2Xbt2ZfDgwfz666/Exsby3nvvUbVqVbXO2LFj2bt3L7NmzSI+Pp7Q0FCWL1+us2C2o6Mjv/zyC5cuXeLatWsATJo0iaioKPz9/Tl16hRnz55l5cqVXLt2jQoVKmBtbc2aNWu4cOEC+/btIzAw8KmPN1dmZiaDBg3izJkz6kiZESNGFHs9DYDq1aszf/58lixZwpQpUzh79iwJCQksXryYCRMmMHbsWJ1pvJycnGjRogWDBg0iKytLZ4TR466hwpT2ectr+PDhnDt3Tv38OTs7s3nzZmJiYoiNjaVPnz75RsgUdB08KXNzcwYMGMD48eOJiIjgf//7HwMHDkRPT69EPhNCCCGEEEIIIYQQQpQGSWqUsE6VrfiyniN2xrrTvtgbG/JlPUc6VbYqlX4dHR05ePAgCQkJvPnmmzRt2pSQkBBCQkJ45513ALh27RpDhw4lKChIZ/2EevXqERQUhL+/P9euXWPbtm06D4ZzbdiwAW9vb4YNG4abmxvDhg2jbdu26noGTyIsLAx7e3scHR1p3749ERERLF26lG3btqmjEjQaDTt27KBVq1YMHDgQFxcXevfuTVJSEra2tujr65OWlkb//v1xcXGhZ8+edOjQgRkzZhTYZ9++fZk0aRLjxo3Dw8ODxMREfH19KVeu3BPH/7Bbt25hb2+Pvb09devWZdGiRcycOZMpU6aoddatW0fjxo3p3LkzzZs3R1EUduzYoU4R5OHhwffff8+GDRuoV68e06ZNY+bMmfj6+qptzJw5k6SkJGrVqqWuAeHi4sLu3buJjY2lWbNmNG/enG3btmFgYICenh4bNmwgOjqaevXqERAQwIIFC576eHO1bduW2rVr06pVK3r27EmXLl2YPn36U7cbEBDAli1bOHjwIE2aNKFevXp8++23rFy5koULF+ar37dvX2JjY3n77bd1puN63DVUmNI+b3lVrlyZfv36MX36dLKzs/n000+pUKECLVq0oEuXLvj4+ODh4aGzT0HXQXEsXryY5s2b07lzZ7y9vWnZsiV169Ytkc+EEEIIIYQQQgghhBClQaOU4QTqv/zyCwsWLCA6OpqUlBS2bNlCt27dHrnPgQMHCAwM5H//+x9VqlRhwoQJT7Tg8K1bt7C0tOTmzZv55vS/d+8eiYmJODk5PfVDPa2icORGBlcys7AxMuA1K7NSGaFR0rRaLTY2NuzcubPARbRfNO3atcPOzo6vv/66rEN57vj6+nLjxg22bt1a1qGIEnL79m2qVq3KokWLGDRoUFmHI55DJfl3VAghhBBCCCGEEC+XRz27z6tMFwq/ffs2DRs25P3331fXUXiUxMREOnbsyODBg/nvf/9LZGQk/v7+VK5cuUj7P0v6Gg0tK5iXdRhPLC0tjYCAAJo2bVrWoZS4O3fusGrVKnx8fNDX12f9+vWEh4ezZ8+esg5NiDJx8uRJzp49S7Nmzbh58yYzZ84EKHCklhBCCCGEEEIIIYQQ/wZlmtTo0KEDHTp0KHL9VatWUb16dZYsWQJA3bp1OX78OAsXLvzXJTWeV7kLiL+Icqcimj17Nvfv36dOnTps2rQJb2/vsg5NiDKzcOFCzp07h5GREY0bN+bgwYOPXERdCCGEEEIIIYQQQoiyVKZJjSd1+PBh3nzzTZ0yHx8f1q5dy4MHD9S1CfK6f/8+9+/fV9/funWr1OMU/04mJiaEh4eXdRgvjJCQkLIOQTylV155hejo6LIOQwghhBBCCCGEEEKIInuuFgpPTU3Nt7ivra0tWVlZXLt2rcB9Pv74YywtLdWXg4PDswhVCCGEEEIIIYQQQgghhBAl7LlKakDOFEJ55a5z/nB5rkmTJnHz5k319ccff5R6jEIIIYQQQgghhBBCCCGEKHnP1fRTdnZ2pKam6pRduXIFAwMDrK2tC9zH2NgYY2PjZxGeEEIIIYQQQgghhBBCCCFK0XM1UqN58+bs2bNHp2z37t00adKkwPU0hBBCCCGEEEIIIYQQQgjx4ijTpEZGRgYxMTHExMQAkJiYSExMDMnJyUDO1FH9+/dX6w8dOpSLFy8SGBhIXFwcwcHBrF27lnHjxpVF+EIIIYQQQgghhBBCCCGEeIbKdPqp48eP4+Xlpb4PDAwEYMCAAYSEhJCSkqImOACcnJzYsWMHAQEBfP7551SpUoWlS5fSo0ePZx67EEIIIYQQQgghhBBCCCGerTIdqeHp6YmiKPleISEhAISEhLB//36dfVq3bs2JEye4f/8+iYmJDB069NkHLp4LISEhWFlZlXUY4jlR0tdLUlISGo1GHYn2ItFoNGzdurWswxBCCCGEEEIIIYQQL6Hnak2N58Gne+JZuvd8gduW7j3Pp3viS6VfT09PxowZk69869ataDQa9f2ECRNwdHQkPT1dp16XLl1o1aoV2dnZOuVOTk6EhYU98oGvlZWVmoiCxz/w9PX1RaPRoNFoMDQ0xNbWlnbt2hEcHJyv/6fRq1cv4uNL53znFRISoh6PRqPBzMyMxo0bs3nz5hLvy9HRkSVLlpR4u/9GERERdOzYEWtra0xNTXFzc2Ps2LFcunSpVPp7VtfLszB9+nT1etTT06NKlSr07duXP/7444nbadSoUb7ylJQUOnToUELRCiGEEEIIIYQQQghRdJLUKGH6ehoWF5DYWLr3PIv3xKOvpylkz2dj1qxZmJmZqVN9AQQHBxMREcG6devQ0/vnkjh16hRpaWk6U4SVlPbt25OSkkJSUhI7d+7Ey8uL0aNH07lzZ7KyskqkDxMTE2xsbEqkrcexsLAgJSWFlJQUTp48iY+PDz179uTcuXPPpP8XzerVq/H29sbOzo5NmzZx5swZVq1axc2bN1m0aFGx283MzCyw/MGDB8/0enkW3N3dSUlJ4c8//+S7777j9OnT9OzZs0TatrOzw9jYuETaEkIIIYQQQgghhBDiSUhSo4juZGYV+rr3QKvWG9W2NiPbOLN4TzyLdp/jTmYWi3afY/GeeEa2cWZIq5pFare0GBsbExoaSmhoKGFhYSQnJxMQEMD8+fOpVauWTt1t27bh4+NTKg8vjY2NsbOzo2rVqnh4eDB58mS2bdvGzp07dUZ93Lx5kyFDhmBjY4OFhQVt2rQhNjZW3R4bG4uXlxfm5uZYWFjQuHFjjh8/DhQ8ndDs2bOxsbHB3NwcPz8/Jk6cqPNNdF9fX7p168bChQuxt7fH2tqa4cOH8+DBg0cej0ajwc7ODjs7O2rXrs3s2bPR09Pj1KlTap3r16/Tv39/KlSogKmpKR06dOD8ed3k16ZNm3B3d8fY2BhHR0edB/ienp5cvHiRgIAA9Vv4uSIjI2ndujWmpqZUqFABHx8frl+/DkBYWBivv/46VlZWWFtb07lzZxISEtR9c6dJ+v7773njjTcwMTGhadOmxMfHExUVRZMmTTAzM6N9+/ZcvXo137maMWOG+vv54IMPCk0cFNWff/7JqFGjGDVqFMHBwXh6euLo6EirVq348ssvmTZtGlDwKIIlS5bg6OiYL8aPP/6YKlWq4OLionO8np6elCtXjv/+978FXi/bt2+nSZMmlCtXjkqVKvH222+r2woakfTwqKW8Cmr/4ZFUuccUHBxM9erVMTMzY9iwYWi1WubPn4+dnR02NjbMmTPnsefRwMAAOzs7qlSpwhtvvMHgwYM5cuQIt27dUut8+OGHuLi4YGpqSs2aNfnoo4/Uaz0kJIQZM2YQGxurXm+5x5b32HPP5+bNm/Hy8sLU1JSGDRty+PBhnXi++OILHBwcMDU1pXv37ixevFimhxNCCCGEEEIIIYQQT6xMFwp/nrhN21XoNq86lVn3fjP1/ZcHEwFYtu8Cy/ZdUMuX7bvAscS/+e6D5mrZ6/Mi+Pt2/ofASZ90KomwC9S4cWMmTZqEn58ftWrVomnTpgwbNixfve3btzN69OhSi+Nhbdq0oWHDhmzevBk/Pz8URaFTp05UrFiRHTt2YGlpyerVq2nbti3x8fFUrFiRvn378sorr7By5Ur09fWJiYnB0NCwwPa/+eYb5syZw4oVK2jZsiUbNmxg0aJFODk56dSLiIjA3t6eiIgILly4QK9evWjUqBGDBw8u0nFotVq++uorADw8PNRyX19fzp8/z/bt27GwsODDDz+kY8eOnDlzBkNDQ6Kjo+nZsyfTp0+nV69eHDp0CH9/f6ytrfH19WXz5s00bNiQIUOG6MQSExND27ZtGThwIEuXLsXAwICIiAi02pxk2+3btwkMDKR+/frcvn2badOm0b17d2JiYnRG5gQFBbFkyRKqV6/OwIEDeffdd7GwsOCzzz7D1NSUnj17Mm3aNFauXKnus3fvXsqVK0dERARJSUm8//77VKpUqUgP3QuzceNGMjMzmTBhQoHbn/RB+N69e7GwsGDPnj0oiqKWf/jhhyxatIh169ZhbGzM7t27dfb7+eefefvtt5kyZQpff/01mZmZ/Pzzz098PE8qISGBnTt3EhYWRkJCAv/5z39ITEzExcWFAwcOcOjQIQYOHEjbtm157bXXitRmamoqmzdvRl9fH319fbXc3NyckJAQqlSpwunTpxk8eDDm5uZMmDCBXr168dtvvxEWFkZ4eDgAlpaWhfYxZcoUFi5cSO3atZkyZQrvvvsuFy5cwMDAgMjISIYOHcq8efN46623CA8P56OPPnq6EyWEEEIIIYQQQgghXkqS1HhJTZ06lXXr1nH06FHi4+N1vi0OcOnSJWJjY+nYseMzjcvV1VUd3RAREcHp06e5cuWKOlpk4cKFbN26lR9++IEhQ4aQnJzM+PHjcXV1BaB27dqFtr1s2TIGDRrE+++/D8C0adPYvXs3GRkZOvUqVKjA8uXL0dfXx9XVlU6dOrF3795HJjVu3ryJmZkZAHfv3sXQ0JA1a9aoo19ykxmRkZG0aNECyEmyODg4sHXrVt555x0WL15M27Zt1Ye9Li4unDlzhgULFuDr60vFihXR19fH3NwcOzs7te/58+fTpEkTVqxYoZa5u7urP/fo0UMn1rVr12JjY8OZM2eoV6+eWj5u3Dh8fHwAGD16NO+++y579+6lZcuWAAwaNCjfKAQjIyOCg4MxNTXF3d2dmTNnMn78eGbNmqWTMHkS58+fx8LCAnt7+2Lt/7Dy5cvz5ZdfYmRkBOSMLAAYM2aMzsiLh82ZM4fevXszY8YMtaxhw4YlEtOjZGdnExwcjLm5OW5ubnh5eXHu3Dl27NiBnp4ederUYd68eezfv/+RSY3Tp09jZmZGdnY2d+/eBWDUqFGUL19erTN16lT1Z0dHR8aOHct3333HhAkTMDExwczMTB3x8Tjjxo2jU6ecZOyMGTNwd3fnwoULuLq6smzZMjp06MC4ceOAnGv70KFD/PTTT8U6R0IIIYQQQgghhBDi5SVJjSI6M9On0G16DyUEoj/yZuX+BJbtu4ChvoYHWoWRbZwZ5lkrX91fPyz59SqKYs+ePaSkpKCnp0dUVBTVq1fX2b59+3ZatmxJxYoVn2lciqKoCZbo6GgyMjKwtrbWqXP37l11+qTAwED8/Pz4+uuv8fb25p133sk3jVauc+fO4e/vr1PWrFkz9u3bp1Pm7u6u8212e3t7Tp8+/ci4zc3NOXHiBAB37twhPDycDz74AGtra7p06UJcXBwGBga8+uqr6j7W1tbUqVOHuLg4AOLi4ujatatOuy1btmTJkiVotVqdmPKKiYnhnXfeKTS2hIQEPvroI44cOcK1a9fUxdiTk5N1khoNGjRQf7a1tQWgfv36OmVXrlzRabthw4aYmpqq75s3b05GRgZ//PEHNWrUyBdLbuIH4L333mPVqlX56uS9BkpC/fr11YRGXk2aNHnkfjExMUUenVOSHB0dMTc3V9/b2tqir6+vkyQq6HfxsDp16rB9+3bu37/Ptm3b2LhxY74RND/88ANLlizhwoULZGRkkJWVhYWFRbHiznv95Cakrly5gqurK+fOnaN79+469Zs1ayZJDSGEEEIIIYQQQgjxxCSpUUSmRkU/VV8eTGTZvgsEtnNhVNva6iLhhvp6jGqrO5LgSdp9FAsLC27evJmv/MaNG/keUl6/fp3BgwczefJkDA0N8ff3p3Xr1lSqVEmts337dp0H7BYWFmRkZOR7uK7VasnIyHjktDRPIi4uTp0OKjs7G3t7e/bv35+vXu4URNOnT6dPnz78/PPP7Ny5k6CgIDZs2JDvAWquhx+W552OKNfD01dpNBo1EVAYPT09nJ2d1fcNGjRg9+7dzJs3jy5duhTYT27/uTEV9DC/sP3yMjExeeT2Ll264ODgwBdffEGVKlXIzs6mXr16+da+yHvcuXE8XPa48/Dw/g+LiYlRfy7s4bmLiws3b94kJSXlkaM19PT08p2fgtY+yTsyoSjluR53XjUaTZH6z1XUeAu6/opzTRoZGanXpLu7O+fPn2fYsGF8/fXXABw5ckQdieLj44OlpaU6JVtxFHT95MZY3GtbCCGEEEIIIYQQQoiHyULhJSw3gZGb0ICcxcMD27mweE88S/eef0wLxePq6qoukJ1XVFQUderU0SkbOXIkNjY2TJ06lYkTJ+Lg4MCIESPU7RkZGURERPDWW2/ptK/Vajl58qROWydOnECr1ebrozj27dvH6dOn1emSPDw8SE1NxcDAAGdnZ51X3gSMi4sLAQEB7N69m7fffpt169YV2H6dOnU4duyYTllB56yk6Ovrq9P+uLm5kZWVxdGjR9XtaWlpxMfHU7duXbXOr7/+qtPGoUOHcHFxURNJRkZG6loZuRo0aMDevXsLjCEtLY24uDimTp1K27ZtqVu3rrqAeEmIjY1VjxFyHpSbmZlRrVq1Auvn/R3a2NgUWOc///kPRkZGzJ8/v8DtN27cAKBy5cqkpqbqPBzPmzR5Wo86r7n9p6SkqO/Pnz/PnTt3Hlk/PT2d27dvq2UlGe/jfPTRR6xfv14dURQZGUmNGjWYMmUKTZo0oXbt2ly8eFFnn4Kut+JwdXV9pp89IYQQQgghhBBCCPHikqRGCdNmKzoJjVy5iQ1tdul8O9nf35+EhASGDx9ObGws8fHxfP7556xdu5bx48er9bZs2cLGjRsJDQ3F0NAQAwMDQkJC2LJlC5s2bQIgLCyM2rVrU7NmTXU/Nzc3OnTowMCBAwkPDycxMZHw8HAGDRpEhw4dcHNze6J479+/T2pqKpcuXeLEiRPMnTuXrl270rlzZ/r37w+At7c3zZs3p1u3buzatYukpCQOHTrE1KlTOX78OHfv3mXEiBHs37+fixcvEhkZSVRUlJokeNjIkSNZu3YtoaGhnD9/ntmzZ3Pq1KkSmepIURRSU1NJTU0lMTGRNWvWsGvXLnW0S+3atenatSuDBw/m119/JTY2lvfee4+qVauqdcaOHcvevXuZNWsW8fHxhIaGsnz5cnUdAsiZmuiXX37h0qVLXLt2DYBJkyYRFRWFv78/p06d4uzZs6xcuZJr165RoUIFrK2tWbNmDRcuXGDfvn0EBgY+9fHmyszMZNCgQZw5c0YdKTNixIhir6cB4ODgwKeffspnn33GoEGDOHDggPr7/eCDD5g1axYAnp6eXL16lfnz55OQkMDnn3/Ozp07S+rQCAoKYv369QQFBREXF8fp06d1Ei1t2rRh+fLlnDhxguPHjzN06NBCF6kHePXVVzE1NWXy5MlcuHCBb7/9Nt8aJaWpZs2adO3alWnTpgE5Cabk5GQ2bNhAQkICS5cuZcuWLTr7ODo6kpiYSExMDNeuXeP+/fvF6nvkyJHs2LGDxYsXc/78eVavXs3OnTtLdJoxIYQQQgghhBBCCPFykKRGCQsoIKGRa1Tb2gS0cymVfh0dHTl48CAJCQm8+eabNG3alJCQEEJCQtT1Fq5du8bQoUMJCgrSmf++Xr16BAUF4e/vz7Vr19i2bVu+tR0ANmzYgLe3N8OGDcPNzY1hw4bRtm1b1q9f/8TxhoWFYW9vj6OjI+3btyciIoKlS5eybds2dVSCRqNhx44dtGrVioEDB+Li4kLv3r1JSkpS1xlIS0ujf//+uLi40LNnTzp06KCzsHNeffv2ZdKkSYwbNw4PDw8SExPx9fWlXLlyTxz/w27duoW9vT329vbUrVuXRYsWMXPmTKZMmaLWWbduHY0bN6Zz5840b94cRVHYsWOH+iDcw8OD77//ng0bNlCvXj2mTZvGzJkz8fX1VduYOXMmSUlJ1KpVi8qVKwM5I1V2795NbGwszZo1o3nz5mzbtg0DAwP09PTYsGED0dHR1KtXj4CAABYsWPDUx5urbdu21K5dm1atWtGzZ0+6dOnC9OnTn7pdf39/du/ezaVLl+jevTuurq74+flhYWGhJnnq1q3LihUr+Pzzz2nYsCHHjh3TSQA9LU9PTzZu3Mj27dtp1KgRbdq00Rlps2jRIhwcHGjVqhV9+vRh3LhxOuuLPKxixYr897//ZceOHdSvX5/169eXyLl6EmPHjuXnn3/m6NGjdO3alYCAAEaMGEGjRo04dOiQukh9rh49etC+fXu8vLyoXLlysT7rkLM2zKpVq1i8eDENGzYkLCyMgICAEvnsCSGEEEIIIYQQQoiXi0Z5ySY2v3XrFpaWlty8eTPfnP737t0jMTERJyenl/Zhm1arxcbGhp07d9KsWbOyDqfUtWvXDjs7O3WdAVF0vr6+3Lhxg61bt5Z1KOI5NHjwYM6ePcvBgwfLOhRRguTvqBBCCCGEEEIIIYrrUc/u85KFwoWOtLQ0AgICaNq0aVmHUuLu3LnDqlWr8PHxQV9fn/Xr1xMeHs6ePXvKOjQhXngLFy6kXbt2lC9fnp07dxIaGsqKFSvKOiwhhBBCCCGEEEII8ZyRpIbQkbuA+Isodzqr2bNnc//+ferUqcOmTZvw9vYu69CEeOEdO3aM+fPnk56eTs2aNVm6dCl+fn5lHZYQQgghhBBCCCGEeM5IUkO8NExMTAgPDy/rMF4Yz3KRa/H8+/7778s6BCGEEEIIIYQQQgjxApCFwoUQQgghhBBCCCGEEEII8VyQpIYQQgghhBBCCCGEEEIIIZ4LL930U4qiADkrqT8sMzOT7OxstFotWq32WYcmhBBCPNe0Wi3Z2dlkZGSQmZlZ1uEIIYQQQgghhBDiOZL7zD73GX5hXrqkRnp6OgAODg75ttWoUYNVq1Zx9+7dZx2WEEII8UK4du0anTp14uLFi2UdihBCCCGEEEIIIZ5D6enpWFpaFrpdozwu7fGCyc7O5vLly5ibm6PRaHS2ZWZm8tdff+Ho6Ei5cuXKKMJnT6vVcurUKRo0aIC+vn5ZhyOEeM7JPeXlde/ePZKSkrC1tcXIyKiswxEvgFu3buHg4MAff/yBhYVFWYcjhHiOyf1ECFFS5H4ihCgpcj/JT1EU0tPTqVKlCnp6ha+c8dKN1NDT06NatWoFbrt37x5Xr15FX1//pXwQ97IetxCidMg95eWjr6+Pnp4eZmZmL9WXA0Tps7CwkH/kCyFKhNxPhBAlRe4nQoiSIvcTXY8aoZFLFgovaTf+gMsxhb9u/FGGwb1cQkJCsLKyKuswxDPg6+tLt27dyjqMl5Z81oQQQgghhBBCCCHEsyJJjZJ04w9Y3hjWtC78tbxxqSQ2PD09GTNmTL7yrVu36kyzNWHCBBwdHdW1RXIFBATg6elJdna2TrmTkxNhYWGPfGhpZWVFSEiI+l6j0bB169ZCY/X19UWj0aDRaDA0NMTW1pZ27doRHBycr/+n0atXL+Lj40usvcKEhISox6PRaDAzM6Nx48Zs3ry5xPtydHRkyZIlJd7uv83jrqGSsnr1aho2bEj58uWxsrLilVdeYd68eaXeb0kq6jXh6OioXqMmJia4urqyYMGCxy68VJT+ntVnTQghhBBCCCGEEEIISWqUpDtpkHX/0XWy7ufUKyOzZs3CzMyMwMBAtWzdunWcOHGC4OBgnbnKTp06RVpaGl5eXiUeR/v27UlJSSEpKYmdO3fi5eXF6NGj6dy5M1lZWSXSh4mJCTY2NiXS1uNYWFiQkpJCSkoKJ0+exMfHh549e3Lu3Lln0r94cmvXriUwMJBRo0YRGxtLZGQkEyZMICMjo6xDK5LMzMwn3mfmzJmkpKQQFxfHuHHjmDx5MmvWrHnqWB7+rGk0GqpUqZJv3SIhhHhSxsbGBAUFYWxsXNahCCGec3I/EUKUFLmfCCFKitxPik+SGkWVeTvnlfdbzVmZOWWPS2QUpd28IxS0D4rf3mMYGxsTGhpKaGgoYWFhJCcnM3bsWBYsWEDt2rV16m7btg0fH59S+WAZGxtjZ2dH1apV8fDwYPLkyWzbto2dO3fqjPq4efMmQ4YMwcbGBgsLC9q0aUNsbKy6PTY2Fi8vL8zNzbGwsKBx48YcP34cKHhKnNmzZ2NjY4O5uTl+fn5MnDiRRo0aqdtzpzFauHAh9vb2WFtbM3z4cB48ePTvRKPRYGdnh52dHbVr12b27Nno6elx6tQptc7169fp378/FSpUwNTUlA4dOnD+/HmddjZt2oS7uzvGxsY4OjqyaNEidZunpycXL14kICBA/cZ9rsjISFq3bo2pqSkVKlTAx8eH69evAxAWFsbrr7+OlZUV1tbWdO7cmYSEBHXfpKQkNBoN33//PW+88QYmJiY0bdqU+Ph4oqKiaNKkCWZmZrRv356rV6/mO1czZsxQfz8ffPBBsR62P87p06dp06YNJiYmWFtbM2TIkAKTD08Sy48//kjPnj0ZNGgQzs7OuLu78+677zJr1iy1TkEjoLp164avr6/63tHRkVmzZtGnTx/MzMyoUqUKy5Yt09lHo9GwcuVKOnTogImJCU5OTmzcuPGJjjH3fH/88cdUqVIFFxeXR14TBTE3N8fOzg5HR0f8/Pxo0KABu3fvVrcnJCTQtWtXbG1tMTMzo2nTpoSHh+ucj4L6e/izNnPmTDp27Mg333yDo6MjlpaW9O7dW2eEWHp6On379qV8+fLY29vz6aefFjriTAjx8jI2Nmb69Onyj3whxFOT+4kQoqTI/UQIUVLkflJ8ktQoqrlVcl55R1kc+iynbMe44re7pH5OG9fyfKM/5pvit1cEjRs3ZtKkSfj5+dGvXz+aNm3KsGHD8tXbvn07Xbt2LdVY8mrTpg0NGzZUp21SFIVOnTqRmprKjh07iI6OxsPDg7Zt2/L3338D0LdvX6pVq0ZUVBTR0dFMnDgRQ0PDAtv/5ptvmDNnDvPmzSM6Oprq1auzcuXKfPUiIiJISEggIiKC0NBQQkJCdBItj6PVagkNDQXAw8NDLff19eX48eNs376dw4cPoygKHTt2VBMm0dHR9OzZk969e3P69GmmT5/ORx99pPa9efNmqlWrpn7bPiUlBYCYmBjatm2Lu7s7hw8f5tdff6VLly5otVoAbt++TWBgIFFRUezduxc9PT26d++eb6qvoKAgpk6dyokTJzAwMODdd99lwoQJfPbZZxw8eJCEhASmTZums8/evXuJi4sjIiKC9evXs2XLFmbMmFHkc1UUd+7coX379lSoUIGoqCg2btxIeHg4I0aMeKpY7OzsOHLkCBcvXnzqGBcsWECDBg04ceIEkyZNIiAggD179ujU+eijj+jRowexsbG89957vPvuu8TFxRXrGPfs2cNPP/1U6DXxOIqisH//fuLi4nQ+LxkZGXTs2JHw8HB1xFGXLl1ITk4GCr8GC5KQkMDWrVv56aef+Omnnzhw4ACffPKJuj0wMJDIyEi2b9/Onj17OHjwICdOnChS/EIIIYQQQgghhBDiJaYI1d27d5UzZ84od+/ezb8xyCLnlXH1n7ID83PKto3IeX/p5D/1HvW6dPKfNuY55ZT9deafsuPrnjj21q1bK6NHj85XvmXLFqWgX3NmZqbi4OCgGBsbKxcvXsy3/c8//1QMDQ2VtLQ0RVEUZd26dYqlpWWBfVtaWirr1v0TM6Bs2bKl0FgHDBigdO3atcBtvXr1UurWrasoiqLs3btXsbCwUO7du6dTp1atWsrq1asVRVEUc3NzJSQkpMC2Ho751VdfVYYPH65Tp2XLlkrDhg11YqtRo4aSlZWllr3zzjtKr169Cj2edevWKYBSvnx5pXz58oqenp5ibGysc07i4+MVQImMjFTLrl27ppiYmCjff/+9oiiK0qdPH6Vdu3Y6bY8fP15xc3NT39eoUUP59NNPdeq8++67SsuWLQuN72FXrlxRAOX06dOKoihKYmKiAihffvmlWmf9+vUKoOzdu1ct+/jjj5U6deqo7wcMGKBUrFhRuX37tlq2cuVKxczMTNFqtUWOpyB5r6E1a9YoFSpUUDIyMtTtP//8s6Knp6ekpqYWO5bLly8rr732mgIoLi4uyoABA5TvvvtOp35Bn6uuXbsqAwYMUN/XqFFDad++vU6dXr16KR06dNA5nqFDh+rUefXVV5Vhw4Y90THa2toq9+/f12mnoGuiIDVq1FCMjIyU8uXLK4aGhgqglCtXTueaLIibm5uybNmyR/b38GctKChIMTU1VW7duqWWjR8/Xnn11VcVRVGUW7duKYaGhsrGjRvV7Tdu3FBMTU0LvI+J58cj/44KIYQQQgghhBBClAAZqVFUky/nvEyt/ylrMTqnrOPC4rc75nROG5Xq/FPWqG/x2yuiPXv2kJKSgqIoREVF5du+fft2WrZsScWKFUs9lrwURVGntImOjiYjIwNra2vMzMzUV2Jiojp9UmBgIH5+fnh7e/PJJ5/oTKv0sHPnztGsWTOdsoffA7i7u6Ovr6++t7e358qVK4+M29zcnJiYGGJiYjh58iRz587lgw8+4McffwQgLi4OAwMDXn31VXUfa2tr6tSpo35bPy4ujpYtW+q027JlS86fP6+OuihI7kiNwiQkJNCnTx9q1qyJhYUFTk5OAOq373M1aNBA/dnW1haA+vXr65Q9fB4aNmyIqamp+r558+ZkZGTwxx9/FBhL3t/j0KFDC405r7i4OHUx71wtW7YkOztbZ82SJ43F3t6ew4cPc/r0aUaNGsWDBw8YMGAA7du3f+IF65s3b57vfe7vtSh1inqM9evXx8jI6Iliy2v8+PHExMRw4MABvLy8mDJlCi1atFC33759mwkTJuDm5oaVlRVmZmacPXs237VSFI6Ojpibm6vv836Ofv/9dx48eKDz+bO0tKROnTr52hFCCCGEEEIIIYQQIi+Dsg7guWFUPn+ZgRFQ/AeMhbarX/D0SY9iYWHBzZs385XfuHEDCwsLnbLr168zePBgJk+ejKGhIf7+/rRu3ZpKlSqpdR6eesrCwoKMjAy0Wq3OA3+tVktGRgaWlpZPHHNB4uLi1Ifu2dnZ2Nvbs3///nz1cufvnz59On369OHnn39m586dBAUFsWHDBrp3715g+w+vOaDkXSPl/z08fZVGo3nsQ249PT2cnZ3V97lrFcybN48uXboU2E9u/7kx5f35UfE9zMTE5JHbu3TpgoODA1988QVVqlQhOzubevXq5VtvIu9x58bxcFlRH/YXtrZDTEyM+vPD12VhCjovj+vnSerUq1ePevXqMXz4cH799VfeeOMN9aG/np5evt/B49ZXKU5sRT3GvEmP4qhUqRLOzs44OzuzadMmnJ2dee211/D29gZykh67du1i4cKFODs7Y2Jiwn/+859irZPyqM9R7jktzvUuhBBCCCGEEEIIIV5uMlLjBVGtWjUiIyM5ceIEMTExXLhwgXv37hEVFaV++1lRFC5fvsx7772HmZkZ77zzDqNHj8bBwUGdu//q1aucOHGCffv24ejoSFZWFgCurq5otVpOnjyp9pmdnc3GjRvRarVUr179qY9h3759nD59mh49egA561GkpqZiYGCgPojNfeVNwLi4uBAQEMDu3bt5++23WbduXYHt16lTh2PHjumU5S4qXhr09fW5e/cuAG5ubmRlZXH06FF1e1paGvHx8dStW1et8+uvv+q0cejQIVxcXNREkpGRUb5RGw0aNGDv3r0FxpCWlkZcXBxTp06lbdu21K1bV11AvCTExsaqxwhw5MgRzMzMqFatWoH18/4ObWxsitSHm5sbMTEx3L59Wy2LjIxET08PFxeXYsdSWF+A2lflypV11o3QarX89ttv+fY7cuRIvveurq5FrlPUYyxIQddEUVSoUIGRI0cybtw4NZlw8OBBfH19ee2119DX1yc1NZWEhARu3LjBvXv3dPrLvZ/ExsaSlJREdna2zvmHnPvJuXPnOHHihM5oj1q1amFoaKh+Hm/cuEFUVBTnzp3j6tWrXLhw4YmPRwjx7/Txxx/TtGlTzM3NsbGxoVu3bjoj0CDn3yfTp0+nSpUqmJiY4Onpyf/+9z+dOmvWrMHT0xMLCws0Gg03btzI11d8fDxdu3alUqVKWFhY0LJlSyIiIkrz8IQQz1BJ3E/+/vtvRo4cSZ06dTA1NaV69eqMGjUq35fDrl+/Tr9+/bC0tMTS0pJ+/foVeN8RQjyfntX9JCkpiUGDBuHk5ISJiQm1atUiKCioWF8aE0L8Oz3Lf5/kun//Po0aNUKj0eh8efhlI0mNkmRqDQaPWa3ewFh3CqsS8p///Ic///yT1atXc+/ePX7//XdmzpzJ2rVrGT9+PACpqal8++23hIeH8/XXX2NiYsLvv//O2rVr2bJlC5s2bSI7O5vo6Ghq1qyp8zDYzc2NDh06MHDgQMLDw0lMTGTDhg1Mnz6dFi1aqA/mi+r+/fukpqZy6dIlTpw4wdy5c+natSudO3emf//+AHh7e9O8eXO6devGrl27SEpK4tChQ0ydOpXjx49z9+5dRowYwf79+7l48SKRkZFERUUVGsvIkSNZu3YtoaGhnD9/ntmzZ3Pq1KkifaP+cRRFITU1ldTUVBITE1mzZg27du1SR7vUrl2brl27MnjwYH799Vd1seiqVauqdcaOHcvevXuZNWsW8fHxhIaGsnz5csaN+2chekdHR3755RcuXbrEtWvXAJg0aRJRUVH4+/tz6tQpzp49y8qVK7l27RoVKlTA2tqaNWvWcOHCBfbt20dgYOBTH2+uzMxMBg0axJkzZ9SRMiNGjEBPr+RuLX379qVcuXIMGDCA3377jYiICEaOHEm/fv3UabKKE8uwYcOYNWsWkZGRXLx4kSNHjtC/f38qV66sThXVpk0bfv75Z37++WfOnj2Lv79/gf+HNjIykvnz5xMfH8/nn3/Oxo0bGT16tE6djRs3EhwcTHx8PEFBQRw7dkxNJhb1GAtS0DVRVMOHD+fcuXNs2rQJyEk6bd68mWPHjnHlyhU+/vhj9fMRHx+PVqtV+zt58iRxcXFUr16dKlWq6NTJlZ2djYWFBfb29jr9mpubM2DAAMaPH8/27dsJDw9n5syZGBgYULFixWc+7Z0QovQcOHCA4cOHc+TIEfbs2UNWVhZvvvmmThJ3/vz5LF68mOXLlxMVFYWdnR3t2rUjPT1drXPnzh3at2/P5MmTC+2rU6dOZGVlsW/fPqKjo2nUqBGdO3cmNTW1VI9RCPFslMT95PLly1y+fJmFCxdy+vRpQkJCCAsLY9CgQTp99enTh5iYGMLCwggLCyMmJoZ+/fo90+MVQpSeZ3U/OXv2LNnZ2axevZr//e9/fPrpp6xateqR/54RQjxfnuW/T3JNmDBBfQ7zUnu2S3j8u5XIAqfXk3MWAi/sdT25BCIt2PHjxxUfHx/FxsZGsbCwUOrWrasEBwcriqIo2dnZSkREhFKpUiVlzpw5iqIoilarVU6cOKFcuXJFmTNnjmJjY6NcvXpVee+995Rx48YpUVFRyoMHD9T2b968qQQEBCjOzs5KuXLllOrVqysjRoxQIiIidBZopggLhQMKoBgYGCiVK1dWvL29leDg4HyLOt+6dUsZOXKkUqVKFcXQ0FBxcHBQ+vbtqyQnJyv3799XevfurTg4OChGRkZKlSpVlBEjRqi/v4IWN585c6ZSqVIlxczMTBk4cKAyatQo5bXXXtOJ7eFFzEePHq20bt260OPJXSg892VsbKy4uLgoc+bM0Vlw/O+//1b69eunWFpaKiYmJoqPj48SHx+v09YPP/yguLm5KYaGhkr16tWVBQsW6Gw/fPiw0qBBA8XY2FhnAfj9+/crLVq0UIyNjRUrKyvFx8dHuX79uqIoirJnzx6lbt26irGxsdKgQQNl//79Or+j3IXCT548qbYXERGhAGobBZ3P3HM1bdo0xdraWjEzM1P8/PzyLez+pLRarQIoP/74o1p26tQpxcvLSylXrpxSsWJFZfDgwUp6evpTxfLDDz8oHTt2VOzt7dXrp0ePHsqpU6fUOpmZmcqwYcOUihUrKjY2NsrHH39c4ELhM2bMUHr27KmYmpoqtra2ypIlS3T6ApTPP/9cadeunWJsbKzUqFFDWb9+vU6doh7jwwq7Jh5W2ILigwcPVtzd3RWtVqskJiYqXl5eiomJieLg4KAsX75cad26tTJy5EglKipKuXXrltqfkZGR2l/utZF7PwkKClIaNmyo9nHr1i0lICBAqVGjhk5Znz59lHLlyik2NjbK4sWLlWbNmikTJ04s9BjEv58sFC4e58qVKwqgHDhwQFGUnH+f2NnZKZ988ola5969e4qlpaWyatWqfPsX9PdJURTl6tWrCqD88ssvatmtW7cUQAkPDy+dgxFClKmnvZ/k+v777xUjIyP1//ecOXNGAZQjR46odQ4fPqwAytmzZ0vpaIQQZam07icFmT9/vuLk5FRywQsh/lVK+36yY8cOxdXVVfnf//6X71ney0aSGnm8SA9j7t69q0RFRSl37txRFCXnAxMVFaWTfFAURTl//rzy+++/q++zsrKUihUrKvv27cuX1MiVmZmpxMTEKBkZGYW2+7zw9vZW3nvvvbIO47lU2EP2p5WSkqIASlRUVIm3XRoKSxbk9bhE379dce8nuW7dulXg/SQjI0OJiopSrl69qkRFRSlmZmbK7Nmz1X7E8+dF+jsqSsf58+cVQDl9+rSiKIqSkJCgAMqJEyd06r311ltK//798+1fWFIjOztbqVu3ruLn56dkZGQoDx48UBYsWKDY2trmqyuEeDE87f0k1xdffKFUqlRJfb927dp8X4xSFEWxtLRUvzAmhHixlNb9pCBTpkxRGjdu/PRBCyH+lUrzfpKamqpUrVpViYqKKvALyi8bWSj8BaQoCn/88QdmZmbqItK5ixsbGOj+yg0MDHTmc0xLSyMgIIDGjRsTHx9fYNuJiYlUrlyZ8uXLc//+/VI8kpJ1584dVq1ahY+PD/r6+qxfv57w8HD27NlT1qEJcq6tixcvsnDhQmxtbalXr15ZhyR4uvvJo5w8eZLjx49TuXJlEhIS+Oqrr9DX18fHx4dz585Rr169fO0LIZ5viqIQGBjI66+/rt7jc6eGeniqPVtbWy5evFjktjUaDXv27KFr166Ym5ujp6eHra0tYWFhWFlZldgxCCH+HUrqfpKWlsasWbP44IMP1LLU1NQC136zsbGR6eyEeAGV5v3kYQkJCSxbtoxFixaVUPRCiH+T0ryfKIqCr68vQ4cOpUmTJiQlJZXOQTxH5InRCyg5OZm7d+/mW6i4KGxsbJg6darOPNZ5Xblyhezs7Hxz5D8PNBoNO3bsYPbs2dy/f586deqwadMmvL29yzo0Ady8eZM6depQt25dNmzYQLly5co6JMHT3U8eZ/ny5Zw/fx5jY2OaNGnCwYMHcXd359SpU1y/fp3KlSuXeJ9CiLIzYsQITp06xa+//ppv28PrWymK8kRrXimKgr+/PzY2Nhw8eBATExO+/PJLOnfuTFRU1HP57xYhROFK4n5y69YtOnXqhJubG0FBQY9s41HtCCGeb6V9P8l1+fJl2rdvzzvvvIOfn1/JBC+E+FcpzfvJsmXLuHXrFpMmTSr5wJ9TktR4wSQnJ6sPh42MjNRyQ0NDALKysnTKs7Ky1G1FkZ6eTkZGBtHR0TrlZ86cwdraGicnp6c8gtJjYmJCeHh4WYfxwggJCSnR9qysrJ6rkT+5ipIdVxSl9AMpBaV5P3nllVc4ePAg8fHx1KlTB3Nzc3WbsbFxkUd8CCGeDyNHjmT79u388ssvVKtWTS23s7MDcr7BlDfxcOXKlXzfZnqUffv28dNPP3H9+nUsLCwAWLFiBXv27CE0NJSJEyeW0JEIIcpaSdxP0tPTad++PWZmZmzZskXn3y92dnb89ddf+fq9evXqE92XhBD/fqV9P8l1+fJlvLy8aN68OWvWrCmloxFClKXSvp/s27ePI0eOYGxsrLNPkyZN6Nu3L6GhoaVxWP9qemUdgCgZiqKQnJzM9evXcXFxyXeRGxkZYWhoyK1bt9Sy7Oxs0tPTMTMzK3I/Dg4OuLu7q6/atWsDUKtWLapWrVoyByOEKFPP6n5Svnx5NBoN9+7d02nn/v37OskSIcTzS1EURowYwebNm9m3b1++Lz84OTlhZ2enMxVkZmYmBw4coEWLFkXu586dOwDo6en+01ZPT4/s7OynOAIhxL9FSd1Pbt26xZtvvomRkRHbt2/PNzq4efPm3Lx5k2PHjqllR48e5ebNm090XxJC/Hs9q/sJwKVLl/D09MTDw4N169bl+7eKEOL59qzuJ0uXLiU2NpaYmBhiYmLYsWMHAN999x1z5swpxSP895KRGi+I5ORk/v77b5ydndHX11fnvNfX10dPTw+NRoONjQ0pKSkYGxtTrlw5UlJS0NPTo2LFimo7Dx484MGDB+pDxrt376Kvr4+RkREGBgb5Hm7m/kE2NjaWh5BCvCCe1f1EX1+fypUrc/nyZYyMjDA2Nlbnm6xQocKzP3AhRIkbPnw43377Ldu2bcPc3Fz9jFtaWmJiYoJGo2HMmDHMnTuX2rVrU7t2bebOnYupqSl9+vRR20lNTSU1NZULFy4AcPr0aczNzalevToVK1akefPmVKhQgQEDBjBt2jRMTEz44osvSExMpFOnTmVy7EKIklUS95P09HTefPNN7ty5w3//+19u3bqlfkmjcuXK6OvrU7duXdq3b8/gwYNZvXo1AEOGDKFz587UqVOnbA5eCFGintX95PLly3h6elK9enUWLlzI1atX1Rhyv70thHi+Pav7SfXq1XX6zf1Caa1atXRGhrxMNMrzOi9KKbh37x6JiYk4OTk9d/P5Hz9+vMByR0dHKlWqBORkD1NSUrh69SpZWVmUL1+eGjVqqIv/Qs6wyMuXLz+ynbzu37/P6dOncXNzw9TUtISORghRlp7l/SQ7O5tLly6RlpZGdnY2ZmZmODg46LQjnh/P899RUToKm39+3bp1+Pr6Ajn3kxkzZrB69WquX7/Oq6++yueff64urgcwffp0ZsyY8ch2jh8/zpQpUzh+/DgPHjzA3d2dadOm0aFDhxI/LiHEs1cS95P9+/fj5eVVYDuJiYk4OjoC8PfffzNq1Ci2b98OwFtvvcXy5cuxsrIq0WMSQpSNZ3U/CQkJ4f333y+wjjyKE+LF8Cz/fZJXUlISTk5OnDx5kkaNGpXEoTx3JKmRhzyMEUIIIYpP/o4KIYQQQgghhBCitMlkfkIIIYQQQgghhBBCCCGEeC5IUkMIIYQQQgghhBBCCCGEEM8FSWqUEm22lqjUKHb8voOo1Ci02dqyDumlExISIvPekrN+wZIlS8o6jOfaw9fS9OnTy3TOQl9fX7p161Zm/QshhBBCCCGEEEIIUVYkqVEKwi+G47PJh4G7BvLhwQ8ZuGsgPpt8CL8YXmp9enp6MmbMmHzlW7du1Vm0ZsKECTg6OpKenq5Tr0uXLrRq1Yrs7GydcicnJ8LCwh6ZILCysiIkJER9r9Fo2Lp1a6Gx+vr6otFo0Gg0GBoaYmtrS7t27QgODs7X/9Po1asX8fHxJdZeYUJCQtTj0Wg02Nvb07NnTxITE5+q3f3796PRaLhx40aR+i3otX//fqKiohgyZMhTxVKatFotn376KQ0aNKBcuXJYWVnRoUMHIiMjyzq0YktKStL5PVhaWvLaa6/x448/FqudmJgYnfLPPvtM5zMnhBBCCCGEEEIIIcTLQpIaJSz8YjiB+wP5685fOuVX7lwhcH9gqSY2imLWrFmYmZkRGBiolgUHBxMREcG6devQ0/vnkjh16hRpaWl4eXmVeBzt27cnJSWFpKQkdu7ciZeXF6NHj6Zz585kZWWVSB8mJibY2NiUSFuPY2FhQUpKCpcvX+bbb78lJiaGt956C622eCN0Hjx48Ng6vXr1IiUlRX01b96cwYMH65S1aNGCypUrY2pqWqw4SpuiKPTu3ZuZM2cyatQo4uLiOHDgAA4ODnh6ej4yOVYSMjMzS7X98PBwUlJSOHr0KM2aNaNHjx789ttvT92upaWljEISQgghhBBCCCGEEC8lSWo8hqIo3Hlwp0iv9PvpfHzsYxSU/O38//8+OfYJ6ffTi9SeouRv52kZGxsTGhpKaGgoYWFhJCcnExAQwPz586lVq5ZO3W3btuHj44OxsXGpxGFnZ0fVqlXx8PBg8uTJbNu2jZ07d+p8A/3mzZsMGTIEGxsbLCwsaNOmDbGxser22NhYvLy8MDc3x8LCgsaNG3P8+HGg4OmnZs+ejY2NDebm5vj5+TFx4kSdaYRyp/VZuHAh9vb2WFtbM3z48McmGTQaDXZ2dtjb2+Pl5UVQUBC//fYbFy5cICoqinbt2lGpUiUsLS1p3bo1J06cyLf/qlWr6Nq1K+XLl8fPz09NJlWoUAGNRoOvr6/OPiYmJtjZ2akvIyMjTE1N85U9PP2URqNh9erVdO7cGVNTU+rWrcvhw4e5cOECnp6elC9fnubNm5OQkKDT348//kjjxo0pV64cNWvWZMaMGU+dgPr+++/54Ycf+Oqrr/Dz88PJyYmGDRuyZs0a3nrrLfz8/Lh9+zbnzp1Do9Fw9uxZnf0XL16Mo6Oj+lk5c+YMHTt2xMzMDFtbW/r168e1a9fU+p6enowYMYLAwEAqVapEu3bt1Hbq169P+fLlcXBwwN/fn4yMjKc6NgBra2vs7OxwdXVlzpw5PHjwgIiICHV7WFgYr7/+OlZWVlhbW9O5c2ed8+7k5ATAK6+8gkajwdPTE8g//ZSnpyejRo1iwoQJVKxYETs7O6ZPn64Ty9mzZ3n99dcpV64cbm5uhIeHP3ZUlRBCCCGEEEIIIYQQ/zYGZR3Av93drLu8+u2rJdbeX3f+osWGFkWqe7TPUUwNS/4b9o0bN2bSpEn4+flRq1YtmjZtyrBhw/LV2759O6NHjy7x/gvTpk0bGjZsyObNm/Hz80NRFDp16kTFihXZsWMHlpaWrF69mrZt2xIfH0/FihXp27cvr7zyCitXrkRfX5+YmBgMDQ0LbP+bb75hzpw5rFixgpYtW7JhwwYWLVqkPjjOFRERgb29PREREVy4cIFevXrRqFEjBg8eXORjMTExAXJGXKSnpzNgwACWLl0KwKJFi+jYsSPnz5/H3Nxc3ScoKIiPP/6YTz/9FH19fbp27UqPHj04d+4cFhYWapslYdasWSxevJjFixfz4Ycf0qdPH2rWrMmkSZOoXr06AwcOZMSIEezcuROAXbt28d5777F06VLeeOMNEhIS1CmtgoKCih3Ht99+i4uLC126dMm3bezYsWzevJk9e/bQrVs3GjduzDfffMOsWbN09u/Tpw8ajYaUlBRat27N4MGDWbx4MXfv3uXDDz+kZ8+e7Nu3T90nNDSUYcOGERkZqSZD9PT0WLp0KY6OjiQmJuLv78+ECRNYsWJFsY8trwcPHvDFF18A6Fyft2/fJjAwkPr163P79m2mTZtG9+7diYmJQU9Pj2PHjtGsWTPCw8Nxd3fHyMio0D5CQ0MJDAzk6NGjHD58GF9fX1q2bEm7du3Izs6mW7duVK9enaNHj5Kens7YsWNL5NiEEEIIIYQQQgghhHiWJKnxkpo6dSrr1q3j6NGjxMfH66y7AXDp0iViY2Pp2LHjM43L1dWVU6dOATnJhdOnT3PlyhV1tMjChQvZunUrP/zwA0OGDCE5OZnx48fj6uoKQO3atQtte9myZQwaNIj3338fgGnTprF79+5838ivUKECy5cvR19fH1dXVzp16sTevXuLnNT4888/WbBgAdWqVcPFxYV69erpbF+9ejUVKlTgwIEDdO7cWS3v06cPAwcOVN/nrslhY2NT4lMNvf/++/Ts2ROADz/8kObNm/PRRx/h4+MDwOjRo9XzBDBnzhwmTpzIgAEDAKhZsyazZs1iwoQJT5XUiI+Pp27dugVuyy3PXRelb9++LF++XE1qxMfHEx0dzVdffQXAypUr8fDwYO7cuWobwcHBODg4EB8fj4uLCwDOzs7Mnz9fp6+869E4OTkxa9Yshg0b9tRJjRYtWqCnp8fdu3fJzs7G0dFRPe8APXr00Km/du1abGxsOHPmDPXq1aNy5crAPyM+HqVBgwbq76J27dosX76cvXv30q5dO3bv3k1CQgL79+9X25kzZ446UkUIIYQQQgghhBBCiOeFJDUew8TAhKN9jhapbvRf0fjv9X9svRVtV9DYtnGR+i4te/bsISUlBT09PaKioqhevbrO9u3bt9OyZUsqVqxYajEURFEUNcESHR1NRkYG1tbWOnXu3r2rTtETGBiIn58fX3/9Nd7e3rzzzjv5ptHKde7cOfz9dX8/zZo10/kWP4C7uzv6+vrqe3t7e06fPv3IuG/evImZmVnOdGV37uDh4cHmzZsxMjLiypUrTJs2jX379vHXX3+h1Wq5c+cOycnJOm00adLkkX1AzmiTDz74QH2/c+dO3njjjcfu97AGDRqoP9va2gJQv359nbJ79+5x69YtLCwsiI6OJioqijlz5qh1tFot9+7d486dO/nW7Dh48CAdOnRQ369evZq+ffs+cZyAej307t2b8ePHc+TIEV577TW++eYbGjVqhJubG5BzvURERGBmZpavjYSEBDWpUdB5joiIYO7cuZw5c4Zbt26RlZXFvXv3uH37NuXLly9W3ADfffcdrq6uxMfHM2bMGFatWqXzmUpISOCjjz7iyJEjXLt2jezsbACSk5PzJcMeJ+/vFHKu2ytXrgA5176Dg4NOYqRZs2bFPSwhhBCiVCiKQrt27dDX12fXrl0621asWMGkSZM4ffp0vn+3CiGEEEIIIV4uktR4DI1GU+QpoFpUaYGtqS1X7lwpcF0NDRpsTW1pUaUF+nr6BbRQfBYWFty8eTNf+Y0bN7CwsNApu379OoMHD2by5MkYGhri7+9P69atqVSpklpn+/btdO3aVaf9jIwMtFqtzgN/rVZLRkYGlpaWJXIccXFx6nRQ2dnZ2Nvbs3///nz1ckcuTJ8+nT59+vDzzz+zc+dOgoKC2LBhA927dy+w/YdHpBS0bsnD01dpNBr1YXNhzM3NOXHiBHp6etja2uo8CPf19eXq1assWbKEGjVqYGxsTPPmzfMtUl2Uh+dvvfUWr776z3RoVatWfew+Bcl7jLnnpKCy3OPOzs5mxowZvP322/naKleuXL6yJk2aEBMTo77PTZw8zMXFhTNnzhS4LS4uDvhn9E3ueiXffvstr732GuvXr9dJ8GRnZ9OlSxfmzZuXry17e3v154fP88WLF+nYsSNDhw5l1qxZVKxYkV9//ZVBgwYVacH2R3FwcKB27drUrl0bMzMzevTowZkzZ9QF7Lt06YKDgwNffPEFVapUITs7m3r16hVrAfNHXbd5k4VCCCHEv5VGo2HdunXUr1+f1atXq3/nExMT+fDDD1m2bFmJJzQePHhQ6NSlQgghhBBCiH8nWSi8BOnr6TOx2UQgJ4GRV+77D5t9WOIJDciZtil3gey8oqKiqFOnjk7ZyJEjsbGxYerUqUycOBEHBwdGjBihbs/IyCAiIoK33npLp32tVsvJkyd12jpx4gRarTZfH8Wxb98+Tp8+rU7J4+HhQWpqKgYGBjg7O+u88iZgXFxcCAgIYPfu3bz99tusW7euwPbr1KnDsWPHdMoKOmfFoaenh7OzMzVr1sz30PzgwYOMGjWKjh074u7ujrGxsc7i1YXJXT9Bq9WqZebm5jrnoSTX2XgUDw8Pzp07l+/34OzsjJ5e/tuIiYmJTp28a4fk1bt3b86fP8+PP/6Yb9uiRYuwtrbWmSKpb9++fPfddxw+fJiEhAR69+6tE+P//vc/HB0d88X4qITR8ePHycrKYtGiRbz22mu4uLhw+fLlJzk9RdK6dWvq1aunjnZJS0sjLi6OqVOn0rZtW+rWrcv169d19inoGigOV1dXkpOT+euvv9SyqKiop2pTCCGEKA0ODg589tlnjBs3jsTERBRFYdCgQbRt25ZmzZrRsWNHzMzMsLW1pV+/fjr/pgoLC+P111/HysoKa2trOnfurI7uBUhKSkKj0fD999/j6elJuXLl+O9//1sWhymEEEIIIYR4CpLUKGHeNbxZ7LkYG1MbnXJbU1sWey7Gu4Z3qfTr7+9PQkICw4cPJzY2lvj4eD7//HPWrl3L+PHj1Xpbtmxh48aNhIaGYmhoiIGBASEhIWzZsoVNmzYBOf+HsHbt2tSsWVPdz83NjQ4dOjBw4EDCw8NJTEwkPDycQYMG0aFDB3UKoKK6f/8+qampXLp0iRMnTjB37ly6du1K586d6d+/PwDe3t40b96cbt26sWvXLpKSkjh06BBTp07l+PHj3L17lxEjRrB//34uXrxIZGQkUVFRha7RMHLkSNauXUtoaCjnz59n9uzZnDp1qtS/we7s7MzXX39NXFwcR48epW/fvkVKRtSoUQONRsNPP/3E1atX86398SxNmzaNr776iunTp/O///2PuLg4vvvuO6ZOnfpU7fbu3Zvu3bszYMAA1q5dS1JSEqdOneKDDz5g+/btfPnllzoJibfffptbt24xbNgwvLy8dEaqDB8+nL///pt3332XY8eO8fvvv7N7924GDhz4yKRArVq1yMrKYtmyZfz+++98/fXXrFq16qmOqzBjx45l9erVXLp0iQoVKmBtbc2aNWu4cOEC+/btIzAwUKe+jY0NJiYmhIWF8ddffxU4Gqso2rVrR61atRgwYACnTp0iMjKSKVOmAPlHLwkhhBBlbcCAAbRt25b333+f5cuX89tvv/HZZ5/RunVrGjVqxPHjx9W/jXnXqrp9+zaBgYFERUWxd+9e9PT06N69e74Rtx9++CGjRo0iLi5OXU9MCCGEEEII8fyQpEYp8K7hza4euwj2CWbeG/MI9gkmrEdYqSU0ABwdHTl48CAJCQm8+eabNG3alJCQEEJCQnjnnXcAuHbtGkOHDiUoKEhn/v169eoRFBSEv78/165dY9u2bTpTT+XasGED3t7eDBs2DDc3N4YNG0bbtm1Zv379E8cbFhaGvb09jo6OtG/fnoiICJYuXcq2bdvU6a00Gg07duygVatWDBw4EBcXF3r37k1SUhK2trbo6+uTlpZG//79cXFxoWfPnnTo0IEZM2YU2Gffvn2ZNGkS48aNw8PDg8TERHx9fQucPqkkBQcHc/36dV555RX69evHqFGj1OmHHqVq1arMmDGDiRMnYmtrqzOa5lnz8fHhp59+Ys+ePTRt2pTXXnuNxYsXU6NGjadqN/fbklOmTOHTTz/F1dWVN954g4sXLxIREUG3bt106ltYWNClSxdiY2PzrdFRpUoVIiMj0Wq1+Pj4UK9ePUaPHo2lpWWBo0lyNWrUiMWLFzNv3jzq1avHN998w8cff/xUx1WYzp074+joyJw5c9DT02PDhg1ER0dTr149AgICWLBggU59AwMDli5dyurVq6lSpUqBn8ui0NfXZ+vWrWRkZNC0aVP8/PzUhFRpX/9CCCFEcaxZs4YzZ84wZswYVq9ezdq1a/Hw8GDu3Lm4urryyiuvEBwcTEREBPHx8QD06NGDt99+m9q1a9OoUSPWrl3L6dOn8011OWbMGN5++22cnJyoUqVKWRyeEEIIIYQQ4ilolIIWFXhJ3bt3j8TERJycnF7aB31arRYbGxt27tz5Uiwk3K5dO+zs7Pj666/LOhQhnqnIyEhef/11Lly4QK1atco6HPGCkL+jQoiSNHXqVLZu3cpvv/1Gp06d2LNnjzo1Y67bt2+zY8cOOnToQEJCAh999BFHjhzh2rVrZGdnc/v2bX7++Wc6duxIUlISTk5O/Prrr7Rs2bKMjkoIIYQQQgjxtGShcKEjLS2NgIAAmjZtWtahlLg7d+6watUqfHx80NfXZ/369YSHh7Nnz56yDk2IUrdlyxbMzMyoXbs2Fy5cYPTo0bRs2VISGkIIIf61DAwMMDDI+b8r2dnZdOnShXnz5uWrZ29vD0CXLl1wcHDgiy++oEqVKmRnZ1OvXj0yMzN16j9qrS0hhBBCCCHEv58kNYSO3AXEX0S501nNnj2b+/fvU6dOHTZt2oS3d+lNCybEv0V6ejoTJkzgjz/+oFKlSnh7e7No0aKyDksIIYQoEg8PDzZt2oSjo6Oa6MgrLS2NuLg4Vq9ezRtvvAHAr7/++qzDFEIIIYQQQjwDktQQLw0TExPCw8PLOgwhykT//v3p379/WYchhBBCFMvw4cP54osvePfddxk/fjyVKlXiwoULbNiwgS+++IIKFSpgbW3NmjVrsLe3Jzk5mYkTJ5Z12EIIIYQQQohSIAuFCyGEEEIIIf7VqlSpQmRkJFqtFh8fH+rVq8fo0aOxtLRET08PPT09NmzYQHR0NPXq1SMgIIAFCxaUddhCCCGEEEKIUiALhechC5wKIYQQxSd/R4UQQgghhBBCCFHaZKSGEEIIIYQQQgghhBBCCCGeC5LUEEIIIYQQQgghhBBCCCHEc0GSGkIIIYQQQgghhBBCCCGEeC5IUkO8sEJCQrCysirrMMqco6MjS5YsKesw/lV8fX3p1q1bibX3ol5r+/fvR6PRcOPGjbIORQghhBBCCCGEEEIIQJIaLwxPT0/GjBmTr3zr1q1oNBr1/YQJE3B0dCQ9PV2nXpcuXWjVqhXZ2dk65U5OToSFhT3yoa2VlRUhISHqe41Gw9atWwuN1dfXF41Gg0ajwdDQEFtbW9q1a0dwcHC+/p9Gr169iI+PL7H2ChMSEqIej0ajwd7enp49e5KYmPhU7T7ugfLD/Rb02r9/P1FRUQwZMuSpYilNiqKwZs0aXn31VczMzLCysqJJkyYsWbKEO3fulEqfn332mc41+zzz9PRUf99GRkbUqlWLSZMmcf/+/Sdu5+F7SIsWLUhJScHS0rIEIxZCCCGEEEIIIYQQovgkqVHCri5bztUVKwretmIFV5ctf8YR6Zo1axZmZmYEBgaqZcHBwURERLBu3Tr09P65JE6dOkVaWhpeXl4lHkf79u1JSUkhKSmJnTt34uXlxejRo+ncuTNZWVkl0oeJiQk2NjYl0tbjWFhYkJKSwuXLl/n222+JiYnhrbfeQqvVFqu9Bw8ePLZOr169SElJUV/Nmzdn8ODBOmUtWrSgcuXKmJqaFiuOZ6Ffv36MGTOGrl27EhERQUxMDB999BHbtm1j9+7dxW43MzMzX5lWqyU7OxtLS8sXamRF7u/9woULzJ8/n88//5zp06c/dbtGRkbY2dnpJEaFEEIIIYQQQgghhChLktQoafp6XFu6LF9i4+qKFVxbugz0y/aUGxsbExoaSmhoKGFhYSQnJxMQEMD8+fOpVauWTt1t27bh4+ODsbFxqcRhZ2dH1apV8fDwYPLkyfwfe/cdlcXRtgH8emhSBRtFpXcLVkQ0UlSCIUaMsUSIKPaCqLEg9oaJGnvDCmhQYuwxRkUFg6CIFLEgogFLgrGBUlVgvz/42JdHOsLra3L9znlO3Nl5Zu7ZXcI5ezMzx44dw2+//Sb1F/QvX77E2LFjoampiYYNG6Jnz564du2aeP7atWtwdHSEmpoaGjZsiE6dOuHq1asAyl8SaNmyZdDU1ISamhpGjx6N2bNno3379uL5kmWJfvjhB+jo6KBJkyaYNGlSlUkGiUQCbW1t6OjowNHREQsXLsSNGzdw9+5dxMTEwMnJCU2bNoW6ujrs7e0RFxdX5vv+/v5wdXWFiooKRo8eLSaTGjVqBIlEghEjRkh9R0lJCdra2uJHQUEBysrKZcreXX5KIpFg27Zt6Nu3L5SVlWFpaYlLly7h7t27cHBwgIqKCmxtbXHv3j2p/n755Rd06tQJioqKMDIywuLFi987AXXgwAEEBwdj//79mDNnDqytrWFgYABXV1ecP39evAblzSLo37+/1DUxMDDAsmXLMGLECKirq2PMmDHiM3DixAm0atUKDRo0wP3798ssP1VUVIQVK1bAxMQEDRo0gJ6eHvz8/ACUP2MmISEBEokEaWlp5Y6rvOWtpk6dCgcHB/HYwcEBkydPxtSpU9GoUSNoaWlh+/btyMnJgaenJ9TU1GBsbIzffvutyutYct/19PTw1VdfwcnJSSoh9Pz5cwwdOhQtW7aEsrIy2rZti/3790vFe+HCBaxfv16c9ZGWllZm7CXX8/Tp07C0tISqqqqYoCxRUFAAb29vaGhooEmTJvDx8cHw4cPrdLkvIiIiIiIiIiL692JSo5qKcnMr/pRa5qXZxIloMmE8nm3YiCfr16MoNxdP1q/Hsw0b0WTCeDQZObJa7danTp06wdfXF6NHj8awYcNgbW2NCRMmlKl3/PhxuLq61msspfXs2RPt2rXD4cOHARQvS/T555/j8ePHOHnyJGJjY9GxY0f06tULL168AAC4u7ujZcuWiImJQWxsLGbPng15efly2w8ODoafnx9WrFiB2NhY6OnpYevWrWXqhYWF4d69ewgLC0NQUBACAwNrvFSRkpISgOIZF1lZWRg+fDgiIiJw+fJlmJqawsXFpcwSYAsXLoSrqyuuX7+OJUuW4NChQwCA5ORkpKenY/369TWKoTJLly6Fh4cHEhISYGFhATc3N4wbNw6+vr5iUsjLy0usf/r0aXzzzTfw9vbGrVu3sG3bNgQGBoov/msrODgY5ubm5T5nEomkxsserVq1Cm3atEFsbCzmz58PAMjNzcV3332HnTt34ubNm+XO3vH19cWKFSswf/583Lp1C/v27YOWllbtBlUDQUFBaNq0Ka5cuYLJkydjwoQJGDRoELp164a4uDg4Oztj2LBhNVqG69q1a4iMjJT6OcjPz0enTp1w4sQJ3LhxA2PHjsWwYcMQHR0NoHg5rndn+ujq6pbbfm5uLn744Qfs3bsXv//+Ox48eIAZM2aI51esWIHg4GAEBAQgMjISr169qnQ5OiIiIiIiIiIiopqQ+9ABfCySO3aq8JyKvR30tm0Tj18EBgEAnm/1x/Ot/mL5863+yLsaC/29e8Syu716ozAjo0yblreT6iLsCs2bNw8BAQGIjo7GnTt3yiwv8+eff+LatWtwcXGp1zjeZWFhgcTERADFyYXr16/jyZMn4myRH374AUePHsXBgwcxduxYPHjwADNnzoSFhQUAwNTUtMK2N27ciFGjRsHT0xMAsGDBApw5cwbZ2dlS9Ro1aoRNmzZBVlYWFhYW+Pzzz3Hu3DmMGTOmWmN49OgRVq1ahZYtW8LMzAxt2rSROr9t2zY0atQIFy5cQN++fcVyNzc3jCyV9CrZk0NTU7POl0ry9PTE4MGDAQA+Pj6wtbXF/Pnz4ezsDACYMmWKeJ0AwM/PD7Nnz8bw4cMBAEZGRli6dClmzZqFhQsX1jqOlJQUmJubv8dIpPXs2VPqBfvFixfx9u1bbNmyBe3atSv3O1lZWVi/fj02bdokjs/Y2BiffPJJncVVkXbt2mHevHkAihMr33//PZo2bSo+awsWLMDWrVuRmJiIrl27VtjOli1bsHPnTrx9+xZv3ryBjIwMNm/eLJ5v0aKF1HWZPHkyTp06hZ9//hk2NjZQV1eXmulTmbdv38Lf31+c2eXl5YUlS5aI5zdu3AhfX198+eWXAIBNmzbh5MmTNbwyRERERERERERE5eNMjX+p0NBQpKenQxAExMTElDl//PhxdO/eHY0bN/6vxiUIgphgiY2NRXZ2Npo0aQJVVVXxk5qaKi6N9O2332L06NHo3bs3vv/++zJLJpWWnJyMLl26SJW9ewwArVu3hqysrHiso6ODJ0+eVBr3y5cvoaqqChUVFejq6uLNmzc4fPgwFBQU8OTJE4wfPx5mZmZQV1eHuro6srOz8eDBA6k2OnfuXPnFQfHMhtLXIiIiosrvlMfKykr8d8mMhLZt20qV5efn49WrVwCK78WSJUuk+i75q/7yZhFERERI1Q0ODi43jtL3uy6Udw0VFBSkxvuupKQkvH79Gr169aqzOKqrdFyysrJo0qRJmfsAoMrnz93dHQkJCbh06RIGDx6MkSNH4quvvhLPFxYWws/PD1ZWVuLP05kzZ8o8g9WhrKwstVRd6Z+Ply9f4u+//5b6uZKVlUWnThUnhYmIiIiIiIiIiGqCMzWqyTwutuKTpV6AA4BZ5EU827EDz7f6QyIvD+HtWzSZMB5Nx4wBZKTzSCbnztZJfA0bNsTLly/LlGdmZqJhw4ZSZRkZGRgzZgzmzJkDeXl5TJw4Efb29mjatKlY592lpxo2bIjs7GwUFhZKvfAvLCxEdnZ2jZcJqkhSUhIMDQ0BFO9zoKOjg/Dw8DL1SmYuLFq0CG5ubvj111/x22+/YeHChQgJCRH/Svxd775AFwShTJ13l6+SSCQoKiqqNG41NTXExcVBRkYGWlpaUFFREc+NGDECT58+xbp166Cvr48GDRrA1ta2zEbWpb9TkX79+sHGxkY8btGiRZXfKU/pMZZck/LKSsZdVFSExYsXY8CAAWXaUlRULFPWuXNnJCQkiMcVLeVkZmaGpKSqZyXJyMiUuVfl7XNS3jVUUlKqNHFSslRYZX0D0s9KVXusVDfe8p61yu5DRdTV1WFiYgIA+PHHH9G6dWvs2rULo0aNAgCsXr0aa9euxbp169C2bVuoqKhg6tSp5W6mXpXyYn53rNX5OSMiIiIiIiIiIqoNztSoJhll5Yo/72yk/TwwEM+3+qOp92RYXE9EU+/JxUtRBQZC5p0XwBW1WVMWFhbiXgilxcTElFneZ/LkydDU1MS8efMwe/Zs6OrqSu2fkJ2djbCwMPTr10+q/cLCQsTHx0u1FRcXh8LCwjpZQuj8+fO4fv26+BfmHTt2xOPHjyEnJwcTExOpT+kEjJmZGaZNm4YzZ85gwIABCAgIKLd9c3NzXLlyRaqsvGtWGzIyMjAxMYGRkVGZF+sRERHw9vaGi4sLWrdujQYNGuDZs2dVtqmgoACgOHFUQk1NTeo6VPVCvq507NgRycnJZe6DiYmJ+NK/NCUlJak6ampq5bbr5uaGO3fu4NixY2XOCYIgJuqaNWsmtRl1YWEhbty4USdjMzU1hZKSEs6dO1fu+WbNmgGAVP+lEzYVfad0/ep8p67Iy8tjzpw5mDdvnjiLJiIiAq6urvjmm2/Qrl07GBkZISUlRep7CgoKUs9abairq0NLS0vq56y8/28QERERERERERHVFpMadezpli14tmEjmnpPRrOJEwEUbx7e1Hsynm3YiKdbttRLvxMnTsS9e/cwadIkXLt2DXfu3MHmzZuxa9cuzJw5U6x35MgR/PzzzwgKCoK8vDzk5OQQGBiII0eOiBtTnzp1CqampjAyMhK/16pVK3z22WcYOXIkzp49i9TUVJw9exajRo3CZ599hlatWtUo3tevX+Px48f4888/ERcXh+XLl8PV1RV9+/aFh4cHAKB3796wtbVF//79cfr0aaSlpSEqKgrz5s3D1atXkZeXBy8vL4SHh+P+/fuIjIxETEwMLC0ty+1z8uTJ2LVrF4KCgpCSkoJly5YhMTGxTpc/Ko+JiQn27t2LpKQkREdHw93dvVrJCH19fUgkEpw4cQJPnz4ts/fHf9OCBQuwZ88eLFq0CDdv3kRSUhJ++ukncT+I2ho8eDCGDBmCoUOH4rvvvsPVq1dx//59nDhxAr1790ZYWBiA4r0yfv31V/z666+4ffs2Jk6ciMzMzDoYWfFMEx8fH8yaNQt79uzBvXv3cPnyZezatQtA8f3T1dXFokWLcOfOHfz6669YvXp1pW327NkTV69exZ49e5CSkoKFCxfWWRKmOtzc3CCRSLDl//9/Y2JigtDQUERFRSEpKQnjxo3D48ePpb5jYGCA6OhopKWl4dmzZ1XODqnI5MmT8d133+HYsWNITk7GlClTkJGRUe8/Z0RERERERERE9O/ApEZdKyySSmiUKElsoLB2LwqrYmBggIiICNy7dw+ffvoprK2tERgYiMDAQAwaNAgA8OzZM4wfPx4LFy6UWsu/TZs2WLhwISZOnIhnz57h2LFjUktPlQgJCUHv3r0xYcIEtGrVChMmTECvXr2wf//+Gsd76tQp6OjowMDAAH369EFYWBg2bNiAY8eOictbSSQSnDx5EnZ2dhg5ciTMzMzw9ddfIy0tDVpaWpCVlcXz58/h4eEBMzMzDB48GJ999hkWL15cbp/u7u7w9fXFjBkz0LFjR6SmpmLEiBHlLp9Ul3bv3o2MjAx06NABw4YNg7e3NzQ1Nav8XosWLbB48WLMnj0bWlpaUrNp/tucnZ1x4sQJhIaGwtraGl27dsWaNWugr6//Xu1KJBLs27cPa9aswZEjR2Bvbw8rKyssWrQIrq6u4sblI0eOxPDhw+Hh4QF7e3sYGhrC0dGxLoYGAJg/fz6mT5+OBQsWwNLSEkOGDBH3iZCXl8f+/ftx+/ZttGvXDitWrMCyZcsqbc/Z2Rnz58/HrFmzYG1tjaysLDFZ99+goKAALy8vrFy5EtnZ2Zg/fz46duwIZ2dnODg4QFtbG/3795f6zowZMyArK4tWrVqhWbNmtdpvAyjeeH7o0KHw8PCAra0tVFVV4ezsXO8/Z0RERERERERE9O8gEbjYuSg/Px+pqakwNDT8176AKywshKamJn777bdyN9H+p3FycoK2tjb27t37oUMh+kcqKiqCpaUlBg8ejKVLl37ocKie8fcoEREREREREdU3bhROUp4/f45p06bB2tr6Q4dS53Jzc+Hv7w9nZ2fIyspi//79OHv2LEJDQz90aET/GPfv38eZM2dgb2+P169fY9OmTUhNTYWbm9uHDo2IiIiIiIiIiP4BmNQgKSUbiP8TlSxntWzZMrx+/Rrm5uY4dOgQevfu/aFDI/rHkJGRQWBgIGbMmAFBENCmTRucPXu2wr1uiIiIiIiIiIiIaoJJDfrXUFJSwtmzZz90GET/aLq6uoiMjPzQYRARERERERER0T8UNwonIiIiIiIiIiIiIqKPApMaRERERERERERERET0UWBSg4iIiIiIiIiIiIiIPgpMahARERERERERERER0UeBSQ0iIiIiIiIiIiIiIvooMKlBREREREREREREREQfBSY16B8rMDAQGhoaHzqMD87AwADr1q370GHUmX/aeD42I0aMQP/+/T90GERERERERERE9C/FpEYdy3qRj6cPsir8ZL3Ir5d+HRwcMHXq1DLlR48ehUQiEY9nzZoFAwMDZGVlSdX74osvYGdnh6KiIqlyQ0NDnDp1qtIEgYaGBgIDA8VjiUSCo0ePVhjriBEjIJFIIJFIIC8vDy0tLTg5OWH37t1l+n8fQ4YMwZ07d+qsvYoEBgaK45FIJNDR0cHgwYORmpr6Xu2Gh4dDIpEgMzOzWv2W9wkPD0dMTAzGjh37XrHUl6rGWFdycnLg4+MDIyMjKCoqolmzZnBwcMCJEyfqtd+6lJaWBolEgoSEhGrVK/moq6uja9eu+OWXX+qkv/Xr10v9vBMREREREREREf03yX3oAP5Jsl7kI3jBZRQWVPxiXlZOBu5LukKtseJ/MbL/WLp0KU6ePIlvv/0WO3bsAADs3r0bYWFhuHbtGmRk/pPnSkxMxPPnz+Ho6Ij9+/fXaRx9+vRBQEAACgsL8ffff+PUqVOYMmUKDh48iOPHj0NO7v0fTSUlJSgpKdVBtFVr2LAhkpOTIQgCbt++jXHjxqFfv35ISEiArKxsjdt7+/ZtlXWGDBmCPn36iMcDBgxAmzZtsGTJErGscePGUFBQqHH//zTjx4/HlStXsGnTJrRq1QrPnz9HVFQUnj9//qFDq5Y3b97U+Dtnz55F69atkZmZiS1btuCrr75CXFwc2rRp816xqKurv9f3iYiIiIiIiIiI3gdnatSh/Oy3lSY0AKCwoAj52VW/sK4vDRo0QFBQEIKCgnDq1Ck8ePAA06ZNw8qVK2FsbCxV99ixY3B2dkaDBg3qJQ5tbW20aNECHTt2xJw5c3Ds2DH89ttvUn8F/vLlS4wdOxaamppo2LAhevbsiWvXronnr127BkdHR6ipqaFhw4bo1KkTrl69CqD85aeWLVsGTU1NqKmpYfTo0Zg9ezbat28vni9ZWueHH36Ajo4OmjRpgkmTJlWZZJBIJNDW1oaOjg4cHR2xcOFC3LhxA3fv3kVMTAycnJzQtGlTqKurw97eHnFxcWW+7+/vD1dXV6ioqGD06NFwdHQEADRq1AgSiQQjRoyQ+o6SkhK0tbXFj4KCApSVlcuUvbtck0QiwbZt29C3b18oKyvD0tISly5dwt27d+Hg4AAVFRXY2tri3r17Uv398ssv6NSpExQVFWFkZITFixejoKCg0utSG4cOHULr1q3RoEEDGBgYYPXq1WXqZGVlwc3NDaqqqmjevDk2btxYaZu//PIL5syZAxcXFxgYGKBTp06YPHkyhg8fLtYpb4ZR6VlIJTMXQkJC0K1bNygqKqJ169YIDw8X65fMPPn111/Rrl07KCoqwsbGBtevX6/RGA0MDLBs2TKMGDEC6urqGDNmDAwNDQEAHTp0gEQigYODQ6VjbtKkCbS1tWFhYQE/Pz+8ffsWYWFh4vlTp07hk08+gYaGBpo0aYK+fftK3fOK+nt3+SkHBwd4e3tj1qxZaNy4MbS1tbFo0SKpWG7fvo1PPvkEioqKaNWqFc6ePVvljC4iIiIiIiIiIqLyMKlRTW9fF+Lt60IIgiCWFRYU4e3rQhS+rf2SSWK7RaXaLay7JZjK06lTJ/j6+mL06NEYNmwYrK2tMWHChDL1jh8/DldX13qNpbSePXuiXbt2OHz4MABAEAR8/vnnePz4MU6ePInY2Fh07NgRvXr1wosXLwAA7u7uaNmyJWJiYhAbG4vZs2dDXl6+3PaDg4Ph5+eHFStWIDY2Fnp6eti6dWuZemFhYbh37x7CwsIQFBSEwMDAGi+3UzJD5O3bt8jKysLw4cMRERGBy5cvw9TUFC4uLmWWAFu4cCFcXV1x/fp1LFmyBIcOHQIAJCcnIz09HevXr69RDJVZunQpPDw8kJCQAAsLC7i5uWHcuHHw9fUVk0JeXl5i/dOnT+Obb76Bt7c3bt26hW3btiEwMBB+fn51FhMAxMbGYvDgwfj6669x/fp1LFq0CPPnzy9z/VetWgUrKyvExcXB19cX06ZNQ2hoaIXtamtr4+TJk2WueW3MnDkT06dPR3x8PLp164Z+/fqVmfExc+ZM/PDDD4iJiYGmpib69esnJsZqMsY2bdogNjYW8+fPx5UrVwAUz8BIT08Xf06q8vbtW3FWVumfjZycHHz77beIiYnBuXPnICMjgy+//FJcAq4m/QUFBUFFRQXR0dFYuXIllixZIt6PoqIi9O/fH8rKyoiOjsb27dsxd+7casVORERERERERET0Li4/VU3bp1wAAIxc9QmU1IqX84k/8wDRx/9Aq+46cBxmWat298yNQn72W3y9oAuaNFcFANyOSkfrHi3qJvAKzJs3DwEBAYiOjsadO3ek9t0AgD///BPXrl2Di4tLvcbxLgsLCyQmJgIoTi5cv34dT548EWeL/PDDDzh69CgOHjyIsWPH4sGDB5g5cyYsLCwAAKamphW2vXHjRowaNQqenp4AgAULFuDMmTPIzs6WqteoUSNs2rQJsrKysLCwwOeff45z585hzJgx1RrDo0ePsGrVKrRs2RJmZmZllvvZtm0bGjVqhAsXLqBv375iuZubG0aOHCkel+zJoampWecbnnt6emLw4MEAAB8fH9ja2mL+/PlwdnYGAEyZMkW8TgDg5+eH2bNnizMbjIyMsHTpUsyaNQsLFy6ss7jWrFmDXr16Yf78+QAAMzMz3Lp1C6tWrZKaqdK9e3fMnj1brBMZGYm1a9fCycmp3Ha3b98Od3d3NGnSBO3atcMnn3yCgQMHonv37jWO0cvLC1999RUAYOvWrTh16hR27dqFWbNmiXUWLlwoxhIUFISWLVviyJEjGDx4cLXH2LNnT8yYMUM8TktLA/CfGRhV6datG2RkZJCXl4eioiIYGBiI9xyAOIYSu3btgqamJm7duoU2bdqgWbNm1e7PyspKfA5MTU2xadMmnDt3Dk5OTjhz5gzu3buH8PBwsR0/P78K7xUREREREREREVFlOFPjXyo0NBTp6ekQBAExMTFlzh8/fhzdu3dH48aN/6txCYIgJlhiY2ORnZ2NJk2aQFVVVfykpqaKy+R8++23GD16NHr37o3vv/++zJJJpSUnJ6NLly5SZe8eA0Dr1q2l9sHQ0dHBkydPKo375cuXUFVVhYqKCnR1dfHmzRscPnwYCgoKePLkCcaPHw8zMzOoq6tDXV0d2dnZePDggVQbnTt3rvzioHi2SelrERERUeV3ymNlZSX+W0tLCwDQtm1bqbL8/Hy8evUKQPG9WLJkiVTfY8aMQXp6OnJzc8u0HxERIVU3ODi4WnElJSWVSTR0794dKSkpKCwsFMtsbW2l6tja2iIpKanCdu3s7PDHH3/g3Llz+Oqrr3Dz5k306NEDS5curVZc7/ZVQk5ODp07dy7Td+k6jRs3hrm5uVinumOszvNQmZ9++gnx8fE4fvw4TExMsHPnTqmf53v37sHNzQ1GRkZo2LChuNzUu89ldZR+ngDpn5nk5GTo6upKJUbK+7kjIiIiIiIiIiKqDs7UqKax6+0BAHIK/8kDdfhUD+166UJGRlLR16rk4detuF35/7Rr0U2nxu00bNgQL1++LFOemZmJhg0bSpVlZGRgzJgxmDNnDuTl5TFx4kTY29ujadOmYp13l55q2LAhsrOzUVhYKPXCv7CwENnZ2XW2eXBSUpL4crWoqAg6OjpSexaUKJm5sGjRIri5ueHXX3/Fb7/9hoULFyIkJARffvllue2/OyOl9HJiJd5dvkoikYhL8lRETU0NcXFxkJGRgZaWFlRUVMRzI0aMwNOnT7Fu3Tro6+ujQYMGsLW1LbP5c+nvVKRfv36wsbERj1u0qN2MntJjLLkm5ZWVjLuoqAiLFy/GgAEDyrSlqFh20/vOnTsjISFBPC5JnFSldFKrdFl1vPu9d8nLy6NHjx7o0aMHZs+ejWXLlmHJkiXw8fGBgoICJBJJmb6qs2F7dfouXae6Y6zO81AZXV1dmJqawtTUFKqqqvjqq69w69YtaGpqAgC++OIL6OrqYseOHWjevDmKiorQpk2bWm1KXtnPTHnjJSIiIiIiIiIiqi3O1Kgm+QaykG8gK/VyTlZOBvINZCErX/vLKLZbKjEiK1vz9iwsLMS9EEqLiYmBubm5VNnkyZOhqamJefPmYfbs2dDV1ZXaPyE7OxthYWHo16+fVPuFhYWIj4+XaisuLg6FhYVl+qiN8+fP4/r16+KyOB07dsTjx48hJycHExMTqU/pBIyZmRmmTZuGM2fOYMCAAQgICCi3fXNzc3GfgBLlXbPakJGRgYmJCYyMjMq8jI6IiIC3tzdcXFzEzaGfPXtWZZsKCsXLnJX+6301NTWp61Cyd0d969ixI5KTk8vcBxMTE8jIlH1elZSUpOqoqalVq59WrVrh4sWLUmVRUVEwMzOTSqZdvnxZqs7ly5fFJciqq1WrVigoKEB+fj4AoFmzZkhPTxfPp6SklDsLpXTfBQUFiI2NLdN36ToZGRm4c+eOWKe6Y3xXec9Dddnb26NNmzbiHijPnz9HUlIS5s2bh169esHS0hIZGRl11l9pFhYWePDgAf7++2+xrLzZYURERERERERERNXBmRr/EBMnTsSmTZswadIkjB07FkpKSggNDcWuXbuwd+9esd6RI0fw888/IyYmRvzr6sDAQHTq1AmHDh3CV199hVOnTsHU1BRGRkbi91q1aoXPPvsMI0eOxJo1a2BsbIx79+7h22+/xWeffYZWrVrVKN7Xr1/j8ePHKCwsxN9//41Tp07hu+++Q9++feHh4QEA6N27N2xtbdG/f3+sWLEC5ubm+Ouvv3Dy5En0798frVu3xsyZMzFw4EAYGhri0aNHiImJKbNXQInJkydjzJgx6Ny5M7p164affvoJiYmJUuOsDyYmJti7dy86d+6MV69eYebMmdVKRujr60MikeDEiRNwcXGBkpISVFVV6zXWiixYsAB9+/aFrq4uBg0aBBkZGSQmJuL69etYtmxZnfUzffp0WFtbY+nSpRgyZAguXbqETZs2YcuWLVL1IiMjsXLlSvTv3x+hoaH4+eef8euvv1bYroODA4YOHYrOnTujSZMmuHXrFubMmQNHR0dxJlPPnj2xadMmdO3aFUVFRfDx8Sl30/nNmzfD1NQUlpaWWLt2LTIyMqT2QgGAJUuWoEmTJtDS0sLcuXPRtGlT9O/fv0ZjfJempiaUlJRw6tQptGzZEoqKijWaITV9+nQMGjQIs2bNgo6ODpo0aYLt27dDR0cHDx48EPcoqav+Sjg5OcHY2BjDhw/HypUrkZWVJW4UzhkcRERERERERERUU5ypUYcUVeUhK1f5JZWVk4GiatkXpe/LwMAAERERuHfvHj799FNYW1sjMDAQgYGBGDRoEADg2bNnGD9+PBYuXCi1Bn6bNm2wcOFCTJw4Ec+ePcOxY8eklp4qERISgt69e2PChAlo1aoVJkyYgF69emH//v01jvfUqVPQ0dGBgYEB+vTpg7CwMGzYsAHHjh0T/1pdIpHg5MmTsLOzw8iRI2FmZoavv/4aaWlp0NLSgqysLJ4/fw4PDw+YmZlh8ODB+Oyzz7B48eJy+3R3d4evry9mzJiBjh07IjU1FSNGjCh3+aS6tHv3bmRkZKBDhw4YNmwYvL29xSWAKtOiRQssXrwYs2fPhpaWltRsmv82Z2dnnDhxAqGhobC2tkbXrl2xZs0a6Ovrv1e7JUsUyckV51c7duyIAwcOICQkBG3atMGCBQuwZMkSqQ20geIX9LGxsejQoQOWLl2K1atXi5ucVxR/UFAQPv30U1haWmLy5MlwdnbGgQMHxDqrV6+Grq4u7Ozs4ObmhhkzZkBZWblMW99//z1WrFiBdu3aISIiAseOHZOaOVRSZ8qUKejUqRPS09Nx/PhxceZDdcf4Ljk5OWzYsAHbtm1D8+bNy/0ZrUzfvn1hYGAAPz8/yMjIICQkBLGxsWjTpg2mTZuGVatW1Wl/JWRlZXH06FFkZ2fD2toao0ePxrx58wCUv3QZERERERERERFRZSRCdRes/xfIz89HamoqDA0Na/2yLetFPvKzK16HX1FVHmqN/3df5BUWFkJTUxO//fbbv2IzXycnJ2hra0vNZqH/npCQEIwePRrZ2dkfOpQqpaWlwdDQEPHx8Wjfvn25dcLDw+Ho6IiMjAxx3xcqKzIyEp988gnu3r0LY2PjDx0O1aG6+D1KRERERERERFQZLj9Vx9QaK/5PJy2q8vz5c0ybNg3W1tYfOpQ6l5ubC39/fzg7O0NWVhb79+/H2bNnERoa+qFD+9d5/fo17t27h02bNqF3794fOhyqZ0eOHIGqqipMTU1x9+5dTJkyBd27d2dCg4iIiIiIiIiIaozLT5GUkg3E/4lr3ZcsZ9WjRw906tQJv/zyCw4dOsSX6h/Ab7/9BhsbG6ioqGDDhg0fOhyqZ1lZWZg4cSIsLCwwYsQIWFtb49ixYx86LCIiIiIiIiIi+ghx+alSuGwGERFR7fH3KBERERERERHVN87UICIiIiIiIiIiIiKijwKTGkRERERERERERERE9FFgUoOIiIiIiIiIiIiIiD4KTGoQEREREREREREREdFHgUkNIiIiIiIiIiIiIiL6KDCpQUREREREREREREREHwUmNahCgYGB0NDQ+NBhVMjBwQFTp0790GF8VEaMGIH+/fuLxx/6GhoYGGDdunUfrH8iIiIiIiIiIiL6uDCpUU+Kigrx8GYikiIv4OHNRBQVFdZbX/7+/lBTU0NBQYFYlp2dDXl5efTo0UOqbkREBCQSCe7cuVNv8UgkEvGjoqICU1NTjBgxArGxsXXaz+HDh7F06dI6bfN9vHjxAlOnToWBgQEUFBSgo6MDT09PPHjw4EOHVmuBgYFS91NLSwtffPEFbt68WeN2ykuQxcTEYOzYsXUULREREREREREREf3TyX3oAP6JUqKjcD5wO7JfPBPLVBs3Rc8RY2Fq063O+3N0dER2djauXr2Krl27AihOXmhrayMmJga5ublQVlYGAISHh6N58+YwMzOr8zhKCwgIQJ8+fZCfn487d+5g+/btsLGxwe7du+Hh4VEnfTRu3LhO2qkLL168QNeuXaGgoIAtW7agTZs2SEtLw7x582BtbY1Lly7ByMio3vp/+/Yt5OXl66Xthg0bIjk5GYIg4M8//8SsWbPw+eef486dO1BQUHivtps1a1ZHURIREREREREREdG/AWdq1LGU6CgcX7NcKqEBANkvnuH4muVIiY6q8z7Nzc3RvHlzhIeHi2Xh4eFwdXWFsbExoqKipModHR0BAG/evMGsWbPQokULqKiowMbGRqqNEkePHoWZmRkUFRXh5OSEhw8fVhmThoYGtLW1YWBggE8//RQHDx6Eu7s7vLy8kJGRIdaLioqCnZ0dlJSUoKurC29vb+Tk5Ijnt2zZAlNTUygqKkJLSwsDBw4Uz727dFJ6ejo+//xzKCkpwdDQEPv27SuzvJFEIsHOnTvx5ZdfQllZGaampjh+/HiV46nK3Llz8ddff+Hs2bNwcXGBnp4e7OzscPr0acjLy2PSpEkAgG3btqFFixYoKiqS+n6/fv0wfPhw8fiXX35Bp06doKioCCMjIyxevFhqJo5EIoG/vz9cXV2hoqKCZcuWobCwEKNGjYKhoSGUlJRgbm6O9evXv/fYJBIJtLW1oaOjg86dO2PatGm4f/8+kpOTxTpr1qxB27ZtoaKiAl1dXUycOBHZ2dkAip85T09PvHz5UpzxsWjRIgBll5+qzv05fvw4TE1NoaSkBEdHRwQFBUEikSAzM/O9x0pERERERERERET/25jUqIIgCHibn1+tz+vcHJwP2FZpe+cDt+F1bk612hMEodpxOjg4ICwsTDwOCwuDg4MD7O3txfI3b97g0qVLYlLD09MTkZGRCAkJQWJiIgYNGoQ+ffogJSVFbCc3Nxd+fn4ICgpCZGQkXr16ha+//roml1A0bdo0ZGVlITQ0FABw/fp1ODs7Y8CAAUhMTMRPP/2EixcvwsvLCwBw9epVeHt7Y8mSJUhOTsapU6dgZ2dXYfseHh7466+/EB4ejkOHDmH79u148uRJmXqLFy/G4MGDkZiYCBcXF7i7u+PFixe1GhMAFBUVISQkBO7u7tDW1pY6p6SkhIkTJ+L06dN48eIFBg0ahGfPnkndq4yMDJw+fRru7u4AgNOnT+Obb76Bt7c3bt26hW3btiEwMBB+fn5SbS9cuBCurq64fv06Ro4ciaKiIrRs2RIHDhzArVu3sGDBAsyZMwcHDhyo9djelZmZiX379gGA1MwQGRkZbNiwATdu3EBQUBDOnz+PWbNmAQC6deuGdevWoWHDhkhPT0d6ejpmzJhRYR+V3Z+0tDQMHDgQ/fv3R0JCAsaNG4e5c+fW2fiIiIiIiIiIiIjofxuXn6pCwevX2DB8YNUVqyn7xXNs8hxSrbreQQchr6hYrboODg6YNm0aCgoKkJeXh/j4eNjZ2aGwsBAbNmwAAFy+fBl5eXlwdHTEvXv3sH//fjx69AjNmzcHAMyYMQOnTp1CQEAAli9fDqB4WaNNmzbBxsYGABAUFARLS0tcuXIFXbp0qdHYLSwsABS/mAaAVatWwc3NTZxtYWpqig0bNsDe3h5bt27FgwcPoKKigr59+0JNTQ36+vro0KFDuW3fvn0bZ8+eRUxMDDp37gwA2LlzJ0xNTcvUHTFiBIYOHQoAWL58OTZu3IgrV66gT58+NRpPiadPnyIzMxOWlpblnre0tIQgCLh79y66dOmCPn36YN++fejVqxcA4Oeff0bjxo3FYz8/P8yePVucuWFkZISlS5di1qxZWLhwodium5sbRo4cKdXX4sWLxX8bGhoiKioKBw4cwODBg2s1NgB4+fIlVFVVIQgCcnNzARTPLCm5nwCkZswYGhpi6dKlmDBhArZs2QIFBQWoq6uLMz6qUtn98ff3h7m5OVatWgWgeJbSjRs3yiR8iIiIiIiIiIiI6J+JMzX+IRwdHZGTk4OYmBhERETAzMwMmpqasLe3R0xMDHJychAeHg49PT0YGRkhLi4OgiDAzMwMqqqq4ufChQu4d++e2K6cnJyYJACKExMaGhpISkqqcYwlM08kEgkAIDY2FoGBgVL9Ozs7o6ioCKmpqXBycoK+vj6MjIwwbNgwBAcHiy/V35WcnAw5OTl07NhRLDMxMUGjRo3K1LWyshL/raKiAjU1tXJndADFL9VLx1ebTb/fHbe7uzsOHTqE169fAwCCg4Px9ddfQ1ZWVrwuS5Yskep3zJgxSE9Plxp/6ftSwt/fH507d0azZs2gqqqKHTt2vPdG5WpqakhISEBsbCz8/f1hbGwMf39/qTphYWFwcnJCixYtoKamBg8PDzx//lxqKbHqquz+JCcnw9raWqp+TZNrRERERERERERE9PHiTI0qyDVoAO+gg9Wq+yjpBg5/v6jKegNmL0JLyzbV6ru6TExM0LJlS4SFhSEjIwP29vYAAG1tbRgaGiIyMhJhYWHo2bMngOIlk2RlZREbGyu+TC+hqqoqdVzyMr6qsqqUJEIMDQ3FGMaNGwdvb+8ydfX09KCgoIC4uDiEh4fjzJkzWLBgARYtWoSYmBhoaGhI1a9oqa7yyt/dUFsikZTZ46LE+PHjpWY5lMxqKa1Zs2bQ0NDArVu3ym3j9u3bkEgkMDY2BgB88cUXKCoqwq+//gpra2tERERgzZo1Yv2ioiIsXrwYAwYMKNOWYqmZOyoqKlLnDhw4gGnTpmH16tWwtbWFmpoaVq1ahejo6HLjqi4ZGRmYmJgAKE5qPX78GEOGDMHvv/8OALh//z5cXFwwfvx4LF26FI0bN8bFixcxatQovH37tsb9VXZ/BEEo8+zVZJk2IiIiIiIiIiIi+rgxqVEFiURS7SWg9Nt1gGrjpmU2CS9NrUlT6LfrABkZ2Qrr1JajoyPCw8ORkZGBmTNniuX29vY4ffo0Ll++DE9PTwBAhw4dUFhYiCdPnqBHjx4VtllQUICrV6+Kfw2fnJyMzMxMqaWHqqtkX4XevXsDADp27IibN2+KL8zLIycnh969e6N3795YuHAhNDQ0cP78+TIv/C0sLFBQUID4+Hh06tQJAHD37t333jy6cePGaNy4caV1ZGRkMHjwYAQHB2PJkiVSSyzl5eVhy5YtcHZ2FttRUlLCgAEDEBwcjLt378LMzEyMGSi+LsnJyZVel/JERESgW7dumDhxolhWetZNXZk2bRrWrFmDI0eO4Msvv8TVq1dRUFCA1atXQ0amePLXu/t4KCgooLCw8L37trCwwMmTJ6XKrl69+t7tEhERERERERER0ceBy0/VIRkZWfQcMbbSOo7Dx9ZLQgMoTmpcvHgRCQkJ4kwNoDipsWPHDuTn54ubhJuZmcHd3R0eHh44fPgwUlNTERMTgxUrVki9NJaXl8fkyZMRHR2NuLg4eHp6omvXrlUu+ZOZmYnHjx/j/v37CA0NxcCBA7Fv3z5s3bpVnGXh4+ODS5cuYdKkSUhISEBKSgqOHz+OyZMnAwBOnDiBDRs2ICEhAffv38eePXtQVFQEc3PzMv1ZWFigd+/eGDt2LK5cuYL4+HiMHTsWSkpKtZpVUlN+fn7Q1taGk5MTfvvtNzx8+BC///47nJ2d8fbtW2zevFmqvru7O3799Vfs3r0b33zzjdS5BQsWYM+ePVi0aBFu3ryJpKQk/PTTT5g3b16lMZiYmODq1as4ffo07ty5g/nz5yMmJqbOx9qwYUOMHj0aCxcuhCAIMDY2RkFBATZu3Ig//vgDe/fuLbM8lYGBAbKzs3Hu3Dk8e/aswmXEqjJu3Djcvn0bPj4+uHPnDg4cOIDAwEAAtZs9RERERERERERERB8XJjXqmKlNN/T7dg5UGzeVKldr0hT9vp0DU5tu9da3o6Mj8vLyYGJiAi0tLbHc3t4eWVlZMDY2hq6urlgeEBAADw8PTJ8+Hebm5ujXrx+io6Ol6igrK8PHxwdubm6wtbWFkpISQkJCqozF09MTOjo6sLCwwIQJE6CqqoorV67Azc1NrGNlZYULFy4gJSUFPXr0QIcOHTB//nzo6OgAADQ0NHD48GH07NkTlpaW8Pf3x/79+9G6dety+9yzZw+0tLRgZ2eHL7/8EmPGjIGamprUkk31pWnTprh8+TIcHR0xbtw4GBkZYfDgwTAyMkJMTAyMjIyk6vfs2RONGzdGcnKy1DUBAGdnZ5w4cQKhoaGwtrZG165dsWbNGujr61caw/jx4zFgwAAMGTIENjY2eP78udSsjbo0ZcoUJCUl4eeff0b79u2xZs0arFixAm3atEFwcDC+++47qfrdunXD+PHjMWTIEDRr1gwrV66sVb+GhoY4ePAgDh8+DCsrK2zduhVz584FADSowXJtRERERERERERE9HGSCFyQXpSfn4/U1FQYGhq+94vwoqJC/Jl0E9mZGVDVaIQWlq3rbYYGle/Ro0fQ1dXF2bNn0atXrw8dDtUTPz8/+Pv74+HDhx86FKJ/vbr8PUpEREREREREVB7uqVFPZGRkodva6kOH8a9y/vx5ZGdno23btkhPT8esWbNgYGAAOzu7Dx0a1aEtW7bA2toaTZo0QWRkJFatWgUvL68PHRYRERERERERERH9FzCpQf8Yb9++xZw5c/DHH39ATU0N3bp1Q3BwMOTl5T90aFSHUlJSsGzZMrx48QJ6enqYPn06fH19P3RYRERERERERERE9F/A5adK4bIZREREtcffo0RERERERERU37hROBERERERERERERERfRSY1CAiIiIiIiIiIiIioo8CkxpERERERERERERERPRRYFKDiIiIiIiIiIiIiIg+CkxqEBERERERERERERHRR4FJDSIiIiIiIiIiIiIi+igwqUEVCgwMhIaGxocOo0IODg6YOnXqhw7jgzIwMMC6devqrL0RI0agf//+ddbe/4pFixahffv2HzoMIiIiIiIiIiIiek9MavwD+Pv7Q01NDQUFBWJZdnY25OXl0aNHD6m6ERERkEgkuHPnTr3FI5FIxI+KigpMTU0xYsQIxMbG1mk/hw8fxtKlS+u0zffx6tUrzJ07FxYWFlBUVIS2tjZ69+6Nw4cPQxCEeukzJiYGY8eOrZe2/9tKPzeqqqpo164dAgMDa9XO0aNHpcpmzJiBc+fO1U2gRERERERERERE9MEwqVHHXobex6tzD8o99+rcA7wMvV/nfTo6OiI7OxtXr14VyyIiIqCtrY2YmBjk5uaK5eHh4WjevDnMzMzqPI7SAgICkJ6ejps3b2Lz5s3Izs6GjY0N9uzZU2d9NG7cGGpqanXW3vvIzMxEt27dsGfPHvj6+iIuLg6///47hgwZglmzZuHly5e1bvvt27dlyt68eQMAaNasGZSVlWvd9v+akufm2rVrGDJkCDw9PXH69On3bldVVRVNmjSpgwiJiIiIiIiIiIjoQ2JSo45JZCR4VU5i49W5B3gVeh8SGUmd92lubo7mzZsjPDxcLAsPD4erqyuMjY0RFRUlVe7o6Aig+MX4rFmz0KJFC6ioqMDGxkaqjRJHjx6FmZkZFBUV4eTkhIcPH1YZk4aGBrS1tWFgYIBPP/0UBw8ehLu7O7y8vJCRkSHWi4qKgp2dHZSUlKCrqwtvb2/k5OSI57ds2QJTU1MoKipCS0sLAwcOFM+9u/xUeno6Pv/8cygpKcHQ0BD79u0rszyTRCLBzp078eWXX0JZWRmmpqY4fvx4leOpypw5c5CWlobo6GgMHz4crVq1gpmZGcaMGYOEhASoqqqK/b87i0BDQ0OckZCWlgaJRIIDBw7AwcEBioqK+PHHH8Vlob777juppNS748vMzMTYsWOhpaUFRUVFtGnTBidOnABQ/hJM69atg4GBQYXjKm95q/bt22PRokXisUQiwbZt29C3b18oKyvD0tISly5dwt27d+Hg4AAVFRXY2tri3r17VV7HkufG2NgYc+bMQePGjXHmzBnxfExMDJycnNC0aVOoq6vD3t4ecXFxUvECwJdffgmJRCIevzv2kuv5ww8/QEdHB02aNMGkSZOkEkjVeZ6IiIiIiIiIiIjov4tJjWoqelNY4Ud4WyTWa9hLD2o9dfEq9D5enklD0ZtCvDyThleh96HWUxdqdi2q1W5NOTg4ICwsTDwOCwuDg4MD7O3txfI3b97g0qVLYlLD09MTkZGRCAkJQWJiIgYNGoQ+ffogJSVFbCc3Nxd+fn4ICgpCZGQkXr16ha+//rrG8QHAtGnTkJWVhdDQUADA9evX4ezsjAEDBiAxMRE//fQTLl68CC8vLwDA1atX4e3tjSVLliA5ORmnTp2CnZ1dhe17eHjgr7/+Qnh4OA4dOoTt27fjyZMnZeotXrwYgwcPRmJiIlxcXODu7o4XL17UakwAUFRUhJCQELi7u6N58+ZlzquqqkJOTq5Gbfr4+MDb2xtJSUlwdnYGAJw7dw5JSUkIDQ0VExXvxvHZZ58hKioKP/74I27duoXvv/8esrKytRtYDSxduhQeHh5ISEiAhYUF3NzcMG7cOPj6+ooziErua3UUFhbiwIEDePHiBeTl5cXyrKwsDB8+HBEREbh8+TJMTU3h4uKCrKwsAMVJD+A/Mz5KjssTFhaGe/fuISwsDEFBQQgMDJRa7qq6zxMRERERERERERH999TsTeu/2F8Loio8p2jeCE0924jH2RF/AgCyzj9E1vn/zGrIOv8Qr1NfQXOclVj2eMUVFOX8Zy+MEi2/71GmrDIODg6YNm0aCgoKkJeXh/j4eNjZ2aGwsBAbNmwAAFy+fBl5eXlwdHTEvXv3sH//fjx69Eh8ET9jxgycOnUKAQEBWL58OYDipY82bdoEGxsbAEBQUBAsLS1x5coVdOnSpUYxWlhYACiejQAAq1atgpubmzjbwtTUFBs2bIC9vT22bt2KBw8eQEVFBX379oWamhr09fXRoUOHctu+ffs2zp49i5iYGHTu3BkAsHPnTpiampapO2LECAwdOhQAsHz5cmzcuBFXrlxBnz59ajSeEs+ePUNGRoY4vrowdepUDBgwQKpMRUUFO3fuhIKCQrnfOXv2LK5cuYKkpCRxJoeRkVGdxVQZT09PDB48GEBxQsbW1hbz588XEzJTpkyBp6dnle0MHToUsrKyyM/PR2FhIRo3bozRo0eL53v27ClVf9u2bWjUqBEuXLiAvn37olmzZgD+M+OjMo0aNcKmTZsgKysLCwsLfP755zh37hzGjBlTo+eJiIiIiIiIiIiI/ns4U+MfwtHRETk5OYiJiUFERATMzMygqakJe3t7xMTEICcnB+Hh4dDT04ORkRHi4uIgCALMzMygqqoqfi5cuCC1TJCcnJz4UhcoTkxoaGggKSmpxjGWbJYtkRQvwRUbG4vAwECp/p2dnVFUVITU1FQ4OTlBX18fRkZGGDZsGIKDg6X2ByktOTkZcnJy6Nixo1hmYmKCRo0alalrZfWfpJKKigrU1NQq/Av85cuXS8X34EHZ/VLeHVddKH3NS7Rt27bChAYAJCQkoGXLlvW+X0p5Sl9TLS0tAMXxli7Lz8/Hq1evKm1n7dq1SEhIQGhoKNq3b4+1a9fCxMREPP/kyROMHz8eZmZmUFdXh7q6OrKzs8u9L1Vp3bq11CwWHR0d8TmoyfNERERERERERERE/z2cqVFNzZd0q/Dcuy+zdeZ3RVb4/8/SkJUAhULx0lMOunj3vbe2T81mO1TExMQELVu2RFhYGDIyMmBvb1/cvrY2DA0NERkZibCwMPEv3YuKiiArK4vY2NgyyxOV7P9Q0fgqKqtKSSLE0NBQjGHcuHHw9vYuU1dPTw8KCgqIi4tDeHg4zpw5gwULFmDRokWIiYmBhoaGVP2SxMK7yisvvZxRyViKiorK1AOA8ePHizMQAJS7vFSzZs3QqFGjaiV6JBJJmZjK2whcRUWlWmWlKSkpVXpeRkamWn3X5julr2nJs1FeWUXXuYS2tjZMTExgYmKCn3/+GR06dEDnzp3RqlUrAMWzbJ4+fYp169ZBX18fDRo0gK2trbhxek1U9hzU5HkiIiIiIiIiIiKi/x7O1KgmGQXZCj8SeenLmB3xJ7LOP0RDJ3209PsEDZ30kXX+IbIj/oREXrZa7daGo6MjwsPDER4eDgcHB7Hc3t4ep0+fxuXLl8X9NDp06IDCwkI8efJEfIlc8im9bE9BQYG4JwJQ/BfsmZmZtVpqad26dWjYsCF69+4NAOjYsSNu3rxZpn8TExNxRoKcnBx69+6NlStXIjExEWlpaTh//nyZti0sLFBQUID4+Hix7O7du8jMzKxxnKU1btxYKq7y9saQkZHBkCFDEBwcjL/++qvM+ZycHBQUFC8x1qxZM6Snp4vnUlJSKpx9UlNWVlZ49OgR7ty5U+75Zs2a4fHjx1Iv5hMSEipt8914X716hdTU1DqJtyomJib46quv4OvrK5ZFRETA29sbLi4uaN26NRo0aIBnz55JfU9eXh6FhTXfl6a0+nqeiIiIiIiIiIiI6P0wqVHHXp17gFeh99HQSR8Ne+kBKN48vKGTPl6F3serczVfJqe6HB0dcfHiRSQkJIgzNYDipMaOHTuQn58vJjXMzMzg7u4ODw8PHD58GKmpqYiJicGKFStw8uRJ8bvy8vKYPHkyoqOjERcXB09PT3Tt2rXK/TQyMzPx+PFj3L9/H6GhoRg4cCD27duHrVu3irMsfHx8cOnSJUyaNAkJCQlISUnB8ePHMXnyZADAiRMnsGHDBiQkJOD+/fvYs2cPioqKYG5uXqY/CwsL9O7dG2PHjsWVK1cQHx+PsWPHQklJqU6XharI8uXLoaurCxsbG+zZswe3bt1CSkoKdu/ejfbt2yM7OxtA8Z4QmzZtQlxcHK5evYrx48eXmTFQW/b29rCzs8NXX32F0NBQpKam4rfffsOpU6cAFO+78vTpU6xcuRL37t3D5s2b8dtvv1XaZs+ePbF3715ERETgxo0bGD58+H9l4/ES06dPxy+//CIm1kxMTLB3714kJSUhOjoa7u7uZWaoGBgY4Ny5c3j8+DEyMjJq1e+Hfp6IiIiIiIiIiIiofExq1DGhSJBKaJQoSWwIRfW3fI2joyPy8vJgYmIi7msAFL/szsrKgrGxMXR1dcXygIAAeHh4YPr06TA3N0e/fv0QHR0tVUdZWRk+Pj5wc3ODra0tlJSUEBISUmUsnp6e0NHRgYWFBSZMmABVVVVcuXIFbm5uYh0rKytcuHABKSkp6NGjBzp06ID58+dDR0cHQPFmz4cPH0bPnj1haWkJf39/7N+/H61bty63zz179kBLSwt2dnb48ssvMWbMGKipqUFRUbHG17KmGjVqhMuXL+Obb77BsmXL0KFDB/To0QP79+/HqlWroK6uDgBYvXo1dHV1YWdnBzc3N8yYMQPKysp1FsehQ4dgbW2NoUOHolWrVpg1a5Y4a8HS0hJbtmzB5s2b0a5dO1y5cgUzZsyotD1fX1/Y2dmhb9++cHFxQf/+/WFsbFxn8Valbdu26N27NxYsWAAA2L17NzIyMtChQwcMGzYM3t7e0NTUlPrO6tWrERoaCl1d3Qo3lq+OD/k8ERERERERERERUfkkAheJF+Xn5yM1NRWGhoZ8cfkP8OjRI+jq6uLs2bPo1avXhw6HPnJ8noiqxt+jRERERERERFTfuFE4/WOcP38e2dnZaNu2LdLT0zFr1iwYGBjAzs7uQ4dGHyE+T0RERERERERERP97mNSgf4y3b99izpw5+OOPP6CmpoZu3bohODi4zvasoH8XPk9ERERERERERET/e7j8VClcNoOIiKj2+HuUiIiIiIiIiOobNwonIiIiIiIiIiIiIqKPApMaRERERERERERERET0UWBSg4iIiIiIiIiIiIiIPgpMahARERERERERERER0UeBSQ0iIiIiIiIiIiIiIvooMKlBREREREREREREREQfBSY1qEKBgYHQ0ND40GFUyMHBAVOnTv3QYdRKWloaJBIJEhISPnQo/1oGBgZYt27dhw6DiIiIiIiIiIiIaoBJjTqWmZmJv/76q8JPZmZmnffp7+8PNTU1FBQUiGXZ2dmQl5dHjx49pOpGRERAIpHgzp07dR5HCYlEIn5UVFRgamqKESNGIDY2tk77OXz4MJYuXVqnbdbWokWL0L59+3rv548//sDQoUPRvHlzKCoqomXLlnB1da3X+1nXqpssCwwMlHqWtLS08MUXX+DmzZt10l9MTAzGjh1bo7aIiIiIiIiIiIjow5L70AH8k2RmZmLTpk1SyYV3ycnJwcvLq05nQDg6OiI7OxtXr15F165dARQnL7S1tRETE4Pc3FwoKysDAMLDw9G8eXOYmZnVWf/lCQgIQJ8+fZCfn487d+5g+/btsLGxwe7du+Hh4VEnfTRu3LhO2vlYvHnzBk5OTrCwsMDhw4eho6ODR48e4eTJk3j58uWHDq9a3r59W6P6DRs2RHJyMgRBwJ9//olZs2bh888/x507d6CgoPBesTRr1uy9vk9ERERERERERET/fZypUYdyc3MrTWgAQEFBAXJzc+u0X3NzczRv3hzh4eFiWXh4OFxdXWFsbIyoqCipckdHRwDFL8lnzZqFFi1aQEVFBTY2NlJtlDh69CjMzMygqKgIJycnPHz4sMqYNDQ0oK2tDQMDA3z66ac4ePAg3N3d4eXlhYyMDLFeVFQU7OzsoKSkBF1dXXh7eyMnJ0c8v2XLFpiamkJRURFaWloYOHCgeO7d5afS09Px+eefQ0lJCYaGhti3b1+ZJYYkEgl27tyJL7/8EsrKyjA1NcXx48erHE9NFRUVYcmSJWjZsiUaNGiA9u3b49SpU2Xq3b59G926dYOioiJat25d7vUvcevWLfzxxx/YsmULunbtCn19fXTv3h1+fn6wtrYGUHx/JRKJ1IyghIQESCQSpKWlAfjPzIXK7mvJzJNt27ZBV1cXysrKGDRokFS7VY2xZImtAwcOwMHBAYqKivjxxx/h6emJly9fijMwFi1aVOGYJRIJtLW1oaOjg86dO2PatGm4f/8+kpOTxTpr1qxB27ZtoaKiAl1dXUycOBHZ2dni9aiov9o8G8ePH4epqSmUlJTg6OiIoKCgMtebiIiIiIiIiIiI6g+TGtX05s0bvHnzBoIgiGUFBQV48+ZNlYmM6rRbVFQklhUWFta4HQcHB4SFhYnHYWFhcHBwgL29vVj+5s0bXLp0SUxqeHp6IjIyEiEhIUhMTMSgQYPQp08fpKSkiO3k5ubCz88PQUFBiIyMxKtXr/D111/XaqzTpk1DVlYWQkNDAQDXr1+Hs7MzBgwYgMTERPz000+4ePEivLy8AABXr16Ft7c3lixZguTkZJw6dQp2dnYVtu/h4YG//voL4eHhOHToELZv344nT56Uqbd48WIMHjwYiYmJcHFxgbu7O168eFGrMVVk/fr1WL16NX744QckJibC2dkZ/fr1k7q2ADBz5kxMnz4d8fHx6NatG/r164fnz5+X22azZs0gIyODgwcP1uoZKa069/Xu3bs4cOAAfvnlF5w6dQoJCQmYNGlSjcfo4+MDb29vJCUloVevXli3bh0aNmyI9PR0pKenY8aMGdWKOTMzE/v27QMAyMvLi+UyMjLYsGEDbty4gaCgIJw/fx6zZs0CAHTr1q1G/VX2bKSlpWHgwIHo378/EhISMG7cOMydO7dasRMREREREREREVHdYFKjmpYvX47ly5dLzbKIiorC8uXLcfLkyVq3u27dOixfvhzPnj0Ty2qzebSDgwMiIyNRUFCArKwsxMfHw87ODvb29uJf/1++fBl5eXlwdHTEvXv3sH//fvz888/o0aMHjI2NMWPGDHzyyScICAgQ23379i02bdoEW1tbdOrUCUFBQYiKisKVK1dqHKOFhQUAiDMGVq1aBTc3N0ydOhWmpqbo1q0bNmzYgD179iA/Px8PHjyAiooK+vbtC319fXTo0AHe3t7ltn379m2cPXsWO3bsgI2NDTp27IidO3ciLy+vTN0RI0Zg6NChMDExwfLly5GTk1Or8VTmhx9+gI+PD77++muYm5tjxYoVaN++fZmNqb28vPDVV1/B0tISW7duhbq6Onbt2lVumy1atMCGDRuwYMECNGrUCD179sTSpUvxxx9/1Di+6tzX/Px8BAUFoX379rCzs8PGjRsREhKCx48f12iMU6dOxYABA2BoaAg9PT2oq6uLMzC0tbWhqqpaYZwvX76EqqoqVFRU0KhRI4SEhKBfv37is1TSvqOjIwwNDcVrcuDAAQCAgoJCjfqr7Nnw9/eHubk5Vq1aBXNzc3z99dcYMWJETS89ERERERERERERvQcmNf4hHB0dkZOTg5iYGERERMDMzAyampqwt7dHTEwMcnJyEB4eDj09PRgZGSEuLg6CIMDMzAyqqqri58KFC7h3757YrpycHDp37iweW1hYQENDA0lJSTWOsWSWi0QiAQDExsYiMDBQqn9nZ2cUFRUhNTUVTk5O0NfXh5GREYYNG4bg4OAKl+5KTk6GnJwcOnbsKJaZmJigUaNGZepaWVmJ/1ZRUYGamlq5MzqA4mRW6fgePHhQ5ThfvXqFv/76C927d5cq7969e5nrZmtrK/675FpXdm0nTZqEx48f48cff4StrS1+/vlntG7dWpz9Ul3Vua96enpo2bKlVKxFRUVITk6u0RhL91NTampqSEhIQGxsLPz9/WFsbAx/f3+pOmFhYXByckKLFi2gpqYGDw8PPH/+XGoZs+qq7NlITk4Wl/kq0aVLl1qMioiIiIiIiIiIiGqLG4VX05w5cwBIL3vTrVs3dO3aFTIytc8NlewJISf3n1vRvn37GrdjYmKCli1bIiwsDBkZGbC3twcAaGtrw9DQEJGRkQgLC0PPnj0BFO+HICsri9jYWMjKykq19e5fspckIaoqq0rJy25DQ0MxhnHjxpU7+0JPTw8KCgqIi4tDeHg4zpw5gwULFmDRokWIiYkps9F66WXBqiovfQ9LxlJ6+a/Sxo8fj8GDB4vHzZs3r3iA73j3GgmCUK3rVlUdNTU19OvXD/369cOyZcvg7OyMZcuWwcnJSXwWS4+7os25a3pfS86VrlOdMaqoqFQ6nsrIyMjAxMQEQHHi5fHjxxgyZAh+//13AMD9+/fh4uKC8ePHY+nSpWjcuDEuXryIUaNG1XhTcqDyZ6O8sVX03BEREREREREREVH94EyNalJQUICCgoLUS005OTkoKChIJSRq227pxMi7SYbqcnR0RHh4OMLDw+Hg4CCW29vb4/Tp07h8+bK4n0aHDh1QWFiIJ0+ewMTEROqjra0tfregoABXr14Vj5OTk5GZmSm1/E91lext0Lt3bwBAx44dcfPmzTL9m5iYQEFBAUDxNe7duzdWrlyJxMREpKWl4fz582XatrCwQEFBAeLj48Wyu3fvvvcGzo0bN5aKqzr3umHDhmjevDkuXrwoVR4VFQVLS0upssuXL4v/LigoQGxsbI2urUQigYWFhTgroVmzZgCKN00vUd5yZtW5rw8ePMBff/0lHl+6dAkyMjIwMzOr0RjfpaCgUOs9QaZNm4Zr167hyJEjAIr3XSkoKMDq1avRtWtXmJmZScX8vv2VZmFhgZiYGKmy0teQiIiIiIiIiIiI6h+TGv8gjo6OuHjxIhISEsSZGkBxUmPHjh3Iz88XkxpmZmZwd3eHh4cHDh8+jNTUVMTExGDFihVSe4TIy8tj8uTJiI6ORlxcHDw9PdG1a9cql93JzMzE48ePcf/+fYSGhmLgwIHYt28ftm7dKs6y8PHxwaVLlzBp0iQkJCQgJSUFx48fx+TJkwEAJ06cwIYNG5CQkID79+9jz549KCoqgrm5eZn+LCws0Lt3b4wdOxZXrlxBfHw8xo4dCyUlpVrNKnlfM2fOxIoVK/DTTz8hOTkZs2fPRkJCAqZMmSJVb/PmzThy5Ahu376NSZMmISMjAyNHjiy3zYSEBLi6uuLgwYO4desW7t69i127dmH37t1wdXUFUDxjR1dXF4sWLcKdO3fw66+/YvXq1WXaqs59VVRUxPDhw3Ht2jVERETA29sbgwcPFpNe1R3juwwMDJCdnY1z587h2bNnFS4pVp6GDRti9OjRWLhwIQRBgLGxMQoKCrBx40b88ccf2Lt3b5nlqd6nv9LGjRuH27dvw8fHB3fu3MGBAwcQGBgIoHYzl4iIiIiIiIiIiKjmmNSoQ8rKylX+Jb+cnByUlZXrpX9HR0fk5eXBxMQEWlpaYrm9vT2ysrJgbGwMXV1dsTwgIAAeHh6YPn06zM3N0a9fP0RHR0vVUVZWho+PD9zc3GBrawslJSWEhIRUGYunpyd0dHRgYWGBCRMmQFVVFVeuXIGbm5tYx8rKChcuXEBKSgp69OiBDh06YP78+dDR0QEAaGho4PDhw+jZsycsLS3h7++P/fv3o3Xr1uX2uWfPHmhpacHOzg5ffvklxowZAzU1NSgqKtb4WtZUUVGR1L339vbG9OnTMX36dLRt2xanTp3C8ePHYWpqKvW977//HitWrEC7du0QERGBY8eOoWnTpuX20bJlSxgYGGDx4sXiZujr16/H4sWLMXfuXADFyYr9+/fj9u3baNeuHVasWIFly5aVaas699XExAQDBgyAi4sLPv30U7Rp0wZbtmyp8Rjf1a1bN4wfPx5DhgxBs2bNsHLlysov7jumTJmCpKQk/Pzzz2jfvj3WrFmDFStWoE2bNggODsZ3331Xp/2VMDQ0xMGDB3H48GFYWVlh69at4nVv0KBBrdokIiIiIiIiIiKimpEIXBRelJ+fj9TUVBgaGtb6RXhmZmalfwmurKxcZj8Iqh+PHj2Crq4uzp49i169etVrX+PHj8ejR49w4sSJeu2nLgQGBmLq1KmVLs21aNEiHD16tNylq+g//Pz84O/vj4cPH37oUIj+J9TF71EiIiIiIiIiospwo/A6pqGhwaTFB3L+/HlkZ2ejbdu2SE9Px6xZs2BgYAA7O7t66zMrKwvx8fE4fPiwuJk8/XNt2bIF1tbWaNKkCSIjI7Fq1Sp4eXl96LCIiIiIiIiIiIj+NZjUoH+Mt2/fYs6cOfjjjz+gpqaGbt26ITg4GPLy8vXW54IFCxAcHIwvv/wS48ePr7d+6H9DSkoKli1bhhcvXkBPTw/Tp0+Hr6/vhw6LiIiIiIiIiIjoX4PLT5XCZTOIiIhqj79HiYiIiIiIiKi+caNwIiIiIiIiIiIiIiL6KDCpQUREREREREREREREHwUmNYiIiIiIiIiIiIiI6KPApAYREREREREREREREX0UmNQgIiIiIiIiIiIiIqKPApMaRERERERERERERET0UWBSgyoUGBgIDQ2NDx3Ge0lLS4NEIkFCQsKHDoXeg0QiwdGjRwF8+HsaHh4OiUSCzMzMD9I/ERERERERERHRvxmTGvVEEAqRkXEZjx8fR0bGZQhCYb315e/vDzU1NRQUFIhl2dnZkJeXR48ePaTqRkREQCKR4M6dO/UWj0QiET8qKiowNTXFiBEjEBsbW299/lvUxwv9qKgouLi4oFGjRlBUVETbtm2xevVqFBbW3zNb3xwcHMRnUEFBAcbGxvD19cXr169r3M7UqVOlyrp164b09HSoq6vXYcRERERERERERERUHUxq1IMnT04jMsoOcfHuuHlrGuLi3REZZYcnT07XS3+Ojo7Izs7G1atXxbKIiAhoa2sjJiYGubm5Ynl4eDiaN28OMzOzeomlREBAANLT03Hz5k1s3rwZ2dnZsLGxwZ49e+q1X6qZI0eOwN7eHi1btkRYWBhu376NKVOmwM/PD19//TUEQai3vgsLC1FUVFRv7Y8ZMwbp6em4e/cuVq5cic2bN2PRokXv3a6CggK0tbUhkUjeP0giIiIiIiIiIiKqESY16tiTJ6dx/cYkvH79WKr89eu/cf3GpHpJbJibm6N58+YIDw8Xy8LDw+Hq6gpjY2NERUVJlTs6OgIA3rx5g1mzZqFFixZQUVGBjY2NVBsljh49CjMzMygqKsLJyQkPHz6sMiYNDQ1oa2vDwMAAn376KQ4ePAh3d3d4eXkhIyNDrBcVFQU7OzsoKSlBV1cX3t7eyMnJAQD4+vqia9euZdq2srLCwoULxeOAgABYWlpCUVERFhYW2LJlS6WxXbhwAV26dEGDBg2go6OD2bNnS81ycXBwgJeXF7y8vKChoYEmTZpg3rx5Ui/4DQwMsGzZMnh4eEBVVRX6+vo4duwYnj59CldXV6iqqqJt27ZSiaaqxlvS7vLlyzFy5EioqalBT08P27dvF88bGhoCADp06ACJRAIHB4dKx1qZnJwcjBkzBv369cP27dvRvn17GBgYYPTo0QgKCsLBgwdx4MABAICtrS1mz54t9f2nT59CXl4eYWFhAKp+nkqWMztx4gRatWqFBg0a4P79+4iJiYGTkxOaNm0KdXV12NvbIy4urtbjKqGsrAxtbW3o6enhq6++gpOTE86cOSOef/78OYYOHYqWLVtCWVkZbdu2xf79+8XzI0aMwIULF7B+/Xpx1kdaWlqZ5adKxnX69GlYWlpCVVUVffr0QXp6uthWQUEBvL29xefJx8cHw4cPR//+/d97nERERERERERERP8mTGpUQRAEFBbmVutTUJCFO3cWAyjvr9uLy+6kLEFBQVa12qvJX8k7ODiIL5cBICwsDA4ODrC3t5d66Xzp0iUxqeHp6YnIyEiEhIQgMTERgwYNQp8+fZCSkiK2k5ubCz8/PwQFBSEyMhKvXr3C119/XfMLCWDatGnIyspCaGgoAOD69etwdnbGgAEDkJiYiJ9++gkXL16El5cXAMDd3R3R0dG4d++e2MbNmzdx/fp1uLu7AwB27NiBuXPnws/PD0lJSVi+fDnmz5+PoKCgcmP4888/4eLiAmtra1y7dg1bt27Frl27sGzZMql6QUFBkJOTQ3R0NDZs2IC1a9di586dUnXWrl2L7t27Iz4+Hp9//jmGDRsGDw8PfPPNN4iLi4OJiQk8PDzE+1jVeEusXr0anTt3Rnx8PCZOnIgJEybg9u3bAIArV64AAM6ePYv09HQcPny4VvcCAM6cOYPnz59jxowZZc598cUXMDMzE1/yu7u7Y//+/VLP5E8//QQtLS3Y29sDqP7z9N1332Hnzp24efMmNDU1kZWVheHDhyMiIgKXL1+GqakpXFxckJWVVeuxvevatWuIjIyEvLy8WJafn49OnTrhxIkTuHHjBsaOHYthw4YhOjoaALB+/XrY2tqKMz7S09Ohq6tbbvu5ubn44YcfsHfvXvz+++948OCB1HVdsWIFgoODERAQIP4clewRQkRERERERERERDUgkCgvL0+4deuWkJeXJ5YVFOQIZ88ZfZBPQUFOtWPfvn27oKKiIrx9+1Z49eqVICcnJ/z9999CSEiI0K1bN0EQBOHChQsCAOHevXvC3bt3BYlEIvz5559S7fTq1Uvw9fUVBEEQAgICBADC5cuXxfNJSUkCACE6OrrCWAAIR44cKff6AhBWrFghCIIgDBs2TBg7dqxUnYiICEFGRka8B1ZWVsKSJUvE876+voK1tbV4rKurK+zbt0+qjaVLlwq2traCIAhCamqqAECIj48XBEEQ5syZI5ibmwtFRUVi/c2bNwuqqqpCYWGhIAiCYG9vL1haWkrV8fHxESwtLcVjfX194ZtvvhGP09PTBQDC/PnzxbJLly4JAIT09PRqj/fddouKigRNTU1h69at5Y7nfXz//fcCACEjI6Pc8/369RPH/OTJE0FOTk74/fffxfO2trbCzJkzBUEQavQ8JSQkVBpXQUGBoKamJvzyyy9iWelnqjrXwN7eXpCXlxdUVFQEBQUFAYAgIyMjHDx4sNK+XVxchOnTp0u1M2XKFKk6YWFhUtetZFx3794V62zevFnQ0tISj7W0tIRVq1ZJjVFPT09wdXWtNB6ij015v0eJiIiIiIiIiOoSZ2r8Qzg6OiInJwcxMTGIiIiAmZkZNDU1YW9vj5iYGOTk5CA8PBx6enowMjJCXFwcBEGAmZkZVFVVxc+FCxekZkbIycmhc+fO4rGFhQU0NDSQlJRU4xiF//8r/5K9CGJjYxEYGCjVv7OzM4qKipCamgqgeIZAcHCw+P39+/eLszSePn2Khw8fYtSoUVJtLFu2TGoMpSUlJcHW1lZqP4Tu3bsjOzsbjx49Esu6du0qVcfW1hYpKSlSm2dbWVmJ/9bS0gIAtG3btkzZkydPqj3ed9uVSCTQ1tYW26iu1q1bi3189tlnldYVKpgRJAiCeA2aNWsGJycn8V6kpqbi0qVL4r2o7vOkoKAgNT6g+PqMHz8eZmZmUFdXh7q6OrKzs/HgwYMajfld7u7uSEhIwKVLlzB48GCMHDkSX331lXi+sLAQfn5+sLKyQpMmTaCqqoozZ87Uql9lZWUYGxuLxzo6OuI9e/nyJf7++2906dJFPC8rK4tOnTq9x+iIiIiIiIiIiIj+neQ+dAD/62RklOBgf71adTMyY3Dt2sgq67VrtxuNNKyr1Xd1mZiYiJs9Z2RkiEsCaWtrw9DQEJGRkQgLC0PPnj0BAEVFRZCVlUVsbCxkZWWl2lJVVZU6Lm9D5NpsklySCCnZF6KoqAjjxo2Dt7d3mbp6enoAADc3N8yePRtxcXHIy8vDw4cPxeWvSjaZ3rFjB2xsbKS+/+6YSpR+UV+6rDZjKr2UUcl3yysribM64323jZJ2arqh9smTJ/H27VsAgJJS+c9RyWbxSUlJ6NatW5nzt2/fRqtWrcRjd3d3TJkyBRs3bsS+ffvQunVrtGvXThxbdZ4nJSWlMtd5xIgRePr0KdatWwd9fX00aNAAtra2ePPmTY3G/C51dXWYmJgAAH788Ue0bt0au3btwqhRowAUL/O1du1arFu3Dm3btoWKigqmTp1aq37Lu2fvJosqeu6IiIiIiIiIiIio+pjUqIJEIoGsrHK16jZp/AkaNNDG69d/o/x9NSRo0EAbTRp/Aomk/Jfu78PR0RHh4eHIyMjAzJkzxXJ7e3ucPn0aly9fhqenJ4DijaYLCwvx5MkT9OjRo8I2CwoKcPXqVfGvzJOTk5GZmQkLC4sax7du3To0bNgQvXv3BgB07NgRN2/eFF88l6dly5aws7NDcHAw8vLy0Lt3b3EGhJaWFlq0aIE//vhDnDFQlVatWuHQoUNSyY2oqCioqamhRYsWYr3Lly9Lfa9kr4eKkiXVUZ3xVkVBQQEApGaMlEdfX7/Ktj799FM0btwYq1evLpPUOH78OFJSUrB06VKxrH///hg3bhxOnTqFffv2YdiwYeK56j5P5YmIiMCWLVvg4uICAHj48CGePXtWozaqIi8vjzlz5sDX1xdDhw6FsrIyIiIi4Orqim+++QZAcWImJSUFlpaW4vcUFBSqvNZVUVdXh5aWFq5cuSJem8LCQsTHx6N9+/bv1TYREREREREREdG/DZefqkMSiSzMTBeUHL17FgBgZjq/XhIaQHFS4+LFi0hISBBnagDFSY0dO3YgPz9f3CTczMwM7u7u8PDwwOHDh5GamoqYmBisWLECJ0+eFL8rLy+PyZMnIzo6GnFxcfD09ETXrl2lltIpT2ZmJh4/foz79+8jNDQUAwcOxL59+7B161ZoaGgAAHx8fHDp0iVMmjQJCQkJSElJwfHjxzF58mSpttzd3RESEoKff/5ZfAFdYtGiRfjuu++wfv163LlzB9evX0dAQADWrFlTblwTJ07Ew4cPMXnyZNy+fRvHjh3DwoUL8e2330JG5j8/Dg8fPsS3336L5ORk7N+/Hxs3bsSUKVOqvgmVqO54K6OpqQklJSWcOnUKf//9N16+fFnreFRUVLBt2zYcO3YMY8eORWJiItLS0rBr1y6MGDECAwcOxODBg6Xqu7q6Yv78+UhKSoKbm5t4rrrPU3lMTEywd+9eJCUlITo6Gu7u7hXOLnkfbm5ukEgk2LJli9hvaGgooqKikJSUhHHjxuHx48dS3zEwMEB0dDTS0tLw7NmzGs+YKTF58mR89913OHbsGJKTkzFlyhRkZGTUgLNwWAAAo7tJREFUasYTERERERERERHRvxmTGnVMU9MZbdtsRoMGWlLlDRpoo22bzdDUdK63vh0dHZGXlwcTExNxNgNQnNTIysqCsbExdHV1xfKAgAB4eHhg+vTpMDc3R79+/RAdHS1VR1lZGT4+PnBzc4OtrS2UlJQQEhJSZSyenp7Q0dGBhYUFJkyYAFVVVVy5ckXqRbiVlRUuXLiAlJQU9OjRAx06dMD8+fOho6Mj1dagQYPw/Plz5Obmon///lLnRo8ejZ07dyIwMBBt27aFvb09AgMDxSWu3tWiRQucPHkSV65cQbt27TB+/HiMGjUK8+bNk6rn4eGBvLw8dOnSBZMmTcLkyZMxduzYKsddmeqOtzJycnLYsGEDtm3bhubNm8PV1fW9Yho4cCDCwsLw8OFD2NnZwdzcHGvWrMHcuXMREhJS5qW7u7s7rl27hh49ekgtmQVU73kqz+7du5GRkYEOHTpg2LBh8Pb2hqam5nuNqzwKCgrw8vLCypUrkZ2djfnz56Njx45wdnaGg4MDtLW1yzxfM2bMgKysLFq1aoVmzZrVep8PHx8fDB06FB4eHrC1tRX3U1FUVKyDkREREREREREREf17SAQu7C7Kz89HamoqDA0N3/tloyAUIjMzBq9fP0GDBprQ0LCutxkaVLccHBzQvn17rFu37kOHQv9QRUVFsLS0xODBg6WW+CL62NXl71EiIiIiIiIiovJwT416IpHIolGjrh86DCL6H3D//n2cOXMG9vb2eP36NTZt2oTU1FSpmUtERERERERERERUNS4/RURUz2RkZBAYGAhra2t0794d169fx9mzZ6U2JSciIiIiIiIiIqKqcaYG0TvCw8M/dAj0D6Orq4vIyMgPHQYREREREREREdFHjzM1iIiIiIiIiIiIiIjoo8CkBhERERERERERERERfRSY1CAiIiIiIiIiIiIioo8CkxpERERERERERERERPRRYFKDiIiIiIiIiIiIiIg+CkxqEBERERERERERERHRR4FJDapQYGAgNDQ0PnQY7yUtLQ0SiQQJCQkfOhT6f+Hh4ZBIJMjMzKyzNiUSCY4ePVpn7f2vMDAwwLp16z50GERERERERERERP8zmNT4B/D394eamhoKCgrEsuzsbMjLy6NHjx5SdSMiIiCRSHDnzp16i0cikYgfFRUVmJqaYsSIEYiNja23Pv8t6iNJEx8fj0GDBkFLSwuKioowMzPDmDFj6u0Z6datG9LT06Gurl4v7f83BQYGSj3vWlpa+OKLL3Dz5s0at1NeAjEmJgZjx46to2iJiIiIiIiIiIg+fkxq1LFVqelYk/a43HNr0h5jVWp6nffp6OiI7OxsXL16VSyLiIiAtrY2YmJikJubK5aHh4ejefPmMDMzq/M4SgsICEB6ejpu3ryJzZs3Izs7GzY2NtizZ0+99ks1c+LECXTt2hWvX79GcHAwkpKSsHfvXqirq2P+/Pm1bvft27cVlisoKEBbWxsSiaTW7f8vadiwIdLT0/HXX3/h119/RU5ODj7//HO8efPmvdtu1qwZlJWV6yBKIiIiIiIiIiKifwYmNeqYrESClamPyyQ21qQ9xsrUx5Cthxe55ubmaN68OcLDw8Wy8PBwuLq6wtjYGFFRUVLljo6OAIA3b95g1qxZaNGiBVRUVGBjYyPVRomjR4/CzMwMioqKcHJywsOHD6uMSUNDA9ra2jAwMMCnn36KgwcPwt3dHV5eXsjIyBDrRUVFwc7ODkpKStDV1YW3tzdycnIAAL6+vujatWuZtq2srLBw4ULxOCAgAJaWllBUVISFhQW2bNlSaWwXLlxAly5d0KBBA+jo6GD27NlSs1wcHBzg5eUFLy8vaGhooEmTJpg3bx4EQRDrGBgYYNmyZfDw8ICqqir09fVx7NgxPH36FK6urlBVVUXbtm2lEk1Vjbek3eXLl2PkyJFQU1ODnp4etm/fLp43NDQEAHTo0AESiQQODg6VjrUyubm58PT0hIuLC44fP47evXvD0NAQNjY2+OGHH7Bt2zYA5c8iOHr0qFRSYtGiRWjfvj12794NIyMjNGjQAIIgQCKRwN/fH66urlBRUcGyZcvKXX4qMjIS9vb2UFZWRqNGjeDs7Cw+J+UtwdS+fXssWrSo3HGV135CQgIkEgnS0tKkxnTixAmYm5tDWVkZAwcORE5ODoKCgmBgYIBGjRph8uTJKCwsrPQ6SiQSaGtrQ0dHB507d8a0adNw//59JCcni3XWrFmDtm3bQkVFBbq6upg4cSKys7PFeD09PfHy5UtxxkfJ2N4du0Qiwc6dO/Hll19CWVkZpqamOH78uFQ8x48fh6mpKZSUlODo6IigoKA6X+6LiIiIiIiIiIjoQ2FSo5pyCgsr/OQXFon1vjXQxlR9TaxMfYzv//gLOYWF+P6Pv7Ay9TGm6mtigq5mtdqtKQcHB4SFhYnHYWFhcHBwgL29vVj+5s0bXLp0SUxqeHp6IjIyEiEhIUhMTMSgQYPQp08fpKSkiO3k5ubCz88PQUFBiIyMxKtXr/D111/XOD4AmDZtGrKyshAaGgoAuH79OpydnTFgwAAkJibip59+wsWLF+Hl5QUAcHd3R3R0NO7duye2cfPmTVy/fh3u7u4AgB07dmDu3Lnw8/NDUlISli9fjvnz5yMoKKjcGP7880+4uLjA2toa165dw9atW7Fr1y4sW7ZMql5QUBDk5OQQHR2NDRs2YO3atdi5c6dUnbVr16J79+6Ij4/H559/jmHDhsHDwwPffPMN4uLiYGJiAg8PDzEZUtV4S6xevRqdO3dGfHw8Jk6ciAkTJuD27dsAgCtXrgAAzp49i/T0dBw+fLhW9wIATp8+jWfPnmHWrFnlnq/pfip3797FgQMHcOjQIanlsRYuXAhXV1dcv34dI0eOLPO9hIQE9OrVC61bt8alS5dw8eJFfPHFF1UmE95Xbm4uNmzYgJCQEJw6dQrh4eEYMGAATp48iZMnT2Lv3r3Yvn07Dh48WO02MzMzsW/fPgCAvLy8WC4jI4MNGzbgxo0bCAoKwvnz58Xr3q1bN6xbt06c8ZGeno4ZM2ZU2MfixYsxePBgJCYmwsXFBe7u7njx4gWA4uXJBg4ciP79+yMhIQHjxo3D3Llza3N5iIiIiIiIiIiI/jcJJMrLyxNu3bol5OXllTmndT6+wo9bwj2pugbh1yqs2z/ujlRdy4jEcuvV1Pbt2wUVFRXh7du3wqtXrwQ5OTnh77//FkJCQoRu3boJgiAIFy5cEAAI9+7dE+7evStIJBLhzz//lGqnV69egq+vryAIghAQECAAEC5fviyeT0pKEgAI0dHRFcYCQDhy5EiZ8ry8PAGAsGLFCkEQBGHYsGHC2LFjpepEREQIMjIy4j2wsrISlixZIp739fUVrK2txWNdXV1h3759Um0sXbpUsLW1FQRBEFJTUwUAQnx8vCAIgjBnzhzB3NxcKCoqEutv3rxZUFVVFQoLCwVBEAR7e3vB0tJSqo6Pj49gaWkpHuvr6wvffPONeJyeni4AEObPny+WXbp0SQAgpKenV3u877ZbVFQkaGpqClu3bi13PO9jxYoVAgDhxYsXldYLCAgQ1NXVpcqOHDkilP7fx8KFCwV5eXnhyZMnUvUACFOnTpUqCwsLEwAIGRkZgiAIwtChQ4Xu3btX2L++vr6wdu1aqbJ27doJCxculOqn5Jl7t31BEIT4+HgBgJCamiqOCYBw9+5dsc64ceMEZWVlISsrSyxzdnYWxo0bV2FsJe2oqKgIysrKAgABgNCvX78KvyMIgnDgwAGhSZMmUu28e43LGzsAYd68eeJxdna2IJFIhN9++00QhOLntE2bNlJtzJ07t8z1IKovlf0eJSIiIiIiIiKqC5yp8Q/h6OiInJwcxMTEICIiAmZmZtDU1IS9vT1iYmKQk5OD8PBw6OnpwcjICHFxcRAEAWZmZlBVVRU/Fy5ckJoZIScnh86dO4vHFhYW0NDQQFJSUo1jFP5/xkLJskWxsbEIDAyU6t/Z2RlFRUVITU0FUDxbIzg4WPz+/v37xVkaT58+xcOHDzFq1CipNpYtWyY1htKSkpJga2srtXRS9+7dkZ2djUePHollXbt2lapja2uLlJQUqdkDVlZW4r+1tLQAAG3bti1T9uTJk2qP9912S5Y2Kmmjulq3bi328dlnn5VbRyi1nFZd0NfXR7NmzcqUl35+ylMyU+O/TVlZGcbGxuKxlpYWDAwMoKqqKlVW1bVXU1NDQkICYmNj4e/vD2NjY/j7+0vVCQsLg5OTE1q0aAE1NTV4eHjg+fPnUkuPVVfp50NFRQVqampijMnJybC2tpaq36VLlxr3QURERERERERE9L9K7kMH8LG4Z9e2wnOykN4n48YnrbHx/t9Yd/8JFCQSvBEETNXXxGR9Lci8UzfGtlWdxGdiYoKWLVsiLCwMGRkZsLe3BwBoa2vD0NAQkZGRCAsLQ8+ePQEARUVFkJWVRWxsLGRlZaXaKv1SF0C5GzrXZpPnkkRIyb4QRUVFGDduHLy9vcvU1dPTAwC4ublh9uzZiIuLQ15eHh4+fCguf1VUVLzs144dO2BjYyP1/XfHVEL4/30e3i2rzZhKLy9U8t3yykrirM54322jpJ2SNqrr5MmT4mbdSkpK5dYp2Sz+9u3bsLW1rbAtGRmZMgmQ8jYCV1FRKff7FZWXqCi+mvZfuj4gnbQpr35517k2115GRgYmJiYAipN+jx8/xpAhQ/D7778DAO7fvw8XFxeMHz8eS5cuRePGjXHx4kWMGjWq0nFUpLIYK3u+iYiIiIiIiIiI/gmY1KgmlQpekpdn28OnWHf/CWYZauNbA21xk3AFGRl8a6Bd63ar4ujoiPDwcGRkZGDmzJliub29PU6fPo3Lly/D09MTQPFG04WFhXjy5Al69OhRYZsFBQW4evWq+NfeycnJyMzMhIWFRY3jK9k3oHfv3gCAjh074ubNm+IL4fK0bNkSdnZ2CA4ORl5eHnr37i3OgNDS0kKLFi3wxx9/iLM3qtKqVSscOnRI6uVvVFQU1NTU0KJFC7He5cuXpb53+fJlmJqaVpgsqY7qjLcqCgoKAFDlfhP6+vpVtvXpp5+iadOmWLlyJY4cOVLmfGZmJjQ0NNCsWTNkZWUhJydHTFCU3jPjfVlZWeHcuXNYvHhxueebNWuG9PR08fjVq1dSM1vKqw8A6enpaNSoUZ3HW5Vp06ZhzZo1OHLkCL788ktcvXoVBQUFWL16tZhwOXDggNR3FBQU6mQPEQsLC5w8eVKq7N3N6omIiIiIiIiIiD5mXH6qjpUkMEoSGkDx5uGzDLWxMvUx1qQ9rre+HR0dcfHiRSQkJIgzNYDipMaOHTuQn58vbhJuZmYGd3d3eHh44PDhw0hNTUVMTAxWrFgh9VJUXl4ekydPRnR0NOLi4uDp6YmuXbtWuaRNZmYmHj9+jPv37yM0NBQDBw7Evn37sHXrVnEDah8fH1y6dAmTJk1CQkICUlJScPz4cUyePFmqLXd3d4SEhODnn3/GN998I3Vu0aJF+O6777B+/XrcuXMH169fR0BAANasWVNuXBMnTsTDhw8xefJk3L59G8eOHcPChQvx7bffii+cAeDhw4f49ttvkZycjP3792Pjxo2YMmVK1TehEtUdb2U0NTWhpKSEU6dO4e+//8bLly9rHY+Kigp27tyJX3/9Ff369cPZs2eRlpaGq1evYtasWRg/fjwAwMbGBsrKypgzZw7u3r2Lffv2ITAwsNb9vsvX1xcxMTGYOHEiEhMTcfv2bWzduhXPnj0DAPTs2RN79+5FREQEbty4geHDh1eaXDIxMYGuri4WLVqEO3fu4Ndff8Xq1avrLN6qNGzYEKNHj8bChQshCAKMjY1RUFCAjRs34o8//sDevXvLLE9lYGCA7OxsnDt3Ds+ePUNubm6t+h43bhxu374NHx8f3LlzBwcOHBDvVW1mVxEREREREREREf2vYVKjjhUKglRCo0RJYqOwHpeCcXR0RF5eHkxMTMTZDEBxUiMrKwvGxsbQ1dUVywMCAuDh4YHp06fD3Nwc/fr1Q3R0tFQdZWVl+Pj4wM3NDba2tlBSUkJISEiVsXh6ekJHRwcWFhaYMGECVFVVceXKFbi5uYl1rKyscOHCBaSkpKBHjx7o0KED5s+fDx0dHam2Bg0ahOfPnyM3Nxf9+/eXOjd69Gjs3LkTgYGBaNu2Lezt7REYGCgucfWuFi1a4OTJk7hy5QratWuH8ePHY9SoUZg3b55UPQ8PD+Tl5aFLly6YNGkSJk+ejLFjx1Y57spUd7yVkZOTw4YNG7Bt2zY0b94crq6u7xWTq6sroqKiIC8vDzc3N1hYWGDo0KF4+fIlli1bBgBo3LgxfvzxR5w8eRJt27bF/v37sWjRovfqtzQzMzOcOXMG165dQ5cuXWBra4tjx45BTq54Ipmvry/s7OzQt29fuLi4oH///lJ7YbxLXl4e+/fvx+3bt9GuXTusWLFCHMt/y5QpU5CUlISff/4Z7du3x5o1a7BixQq0adMGwcHB+O6776Tqd+vWDePHj8eQIUPQrFkzrFy5slb9Ghoa4uDBgzh8+DCsrKywdetWzJ07FwDQoEGD9x4XERERERERERHRhyYRuOC6KD8/H6mpqTA0NISiouKHDoc+EAcHB7Rv3x7r1q370KEQvTc/Pz/4+/vj4cOHHzoU+hfg71EiIiIiIiIiqm/cU4OI6B9ky5YtsLa2RpMmTRAZGYlVq1bBy8vrQ4dFRERERERERERUJ5jUICL6B0lJScGyZcvw4sUL6OnpYfr06fD19f3QYREREREREREREdUJLj9VCpfNICIiqj3+HiUiIiIiIiKi+saNwomIiIiIiIiIiIiI6KPApAYREREREREREREREX0UmNQgIiIiIiIiIiIiIqKPApMaRERERERERERERET0UWBSg4iIiIiIiIiIiIiIPgpMahARERERERERERER0UeBSQ2qUGBgIDQ0ND50GO8lLS0NEokECQkJHzqUf4RFixahffv2HzqMf63w8HBIJBJkZmZ+6FCIiIiIiIiIiIg+CCY16tifmXm48efLCj9/ZubVeZ/+/v5QU1NDQUGBWJadnQ15eXn06NFDqm5ERAQkEgnu3LlT53GUkEgk4kdFRQWmpqYYMWIEYmNj663Pf4u6TtIYGBhg3bp1ddJWZQ4dOgQbGxuoq6tDTU0NrVu3xvTp0+u937rk4OCAqVOnVqteyfOvoKAAY2Nj+Pr64vXr1+/dX7du3ZCeng51dfUatUVERERERERERPRPIfehA/gn+TMzDz1/CMfrgqIK6zSQk8H5GQ5ooaFUZ/06OjoiOzsbV69eRdeuXQEUJy+0tbURExOD3NxcKCsrAyj+S+/mzZvDzMyszvovT0BAAPr06YP8/HzcuXMH27dvh42NDXbv3g0PD4967Zv+t5w9exZff/01li9fjn79+kEikeDWrVs4d+7chw6tWt6+fQt5efkafWfMmDFYsmQJ3rx5g5iYGHh6egIAvvvuu/eKRUFBAdra2u/VBhERERERERER0ceMMzXqUEbOm0oTGgDwuqAIGTlv6rRfc3NzNG/eHOHh4WJZeHg4XF1dYWxsjKioKKlyR0dHAMCbN28wa9YstGjRAioqKrCxsZFqo8TRo0dhZmYGRUVFODk54eHDh1XGpKGhAW1tbRgYGODTTz/FwYMH4e7uDi8vL2RkZIj1oqKiYGdnByUlJejq6sLb2xs5OTkAAF9fXzFJU5qVlRUWLlwoHgcEBMDS0hKKioqwsLDAli1bKo3twoUL6NKlCxo0aAAdHR3Mnj1bapaLg4MDvLy84OXlBQ0NDTRp0gTz5s2DIAhiHQMDAyxbtgweHh5QVVWFvr4+jh07hqdPn8LV1RWqqqpo27Ytrl69KtV3ZeMtaXf58uUYOXIk1NTUoKenh+3bt4vnDQ0NAQAdOnSARCKBg4NDpWOtqQcPHojxN2zYEIMHD8bff/9dpt62bdugq6sLZWVlDBo0qNLlkE6cOIFPPvkEM2fOhLm5OczMzNC/f39s3LhRrDNixAj0799f6ntTp06VGl9178vSpUvh5uYGVVVVNG/eXKqf6oyxZImt3bt3w8jICA0aNMDw4cNx4cIFrF+/XpyFkZaWVuGYlZWVoa2tDT09PXz11VdwcnLCmTNnxPPPnz/H0KFD0bJlSygrK6Nt27bYv3+/1PUor793l58qWSLu9OnTsLS0hKqqKvr06YP09HSxrYKCAnh7e4vXzMfHB8OHDy9zvYmIiIiIiIiIiD4GTGpUU+6bAuS+KZB6gfqmoAi5bwrwuqDwvdstKvpPu28LK0+MlMfBwQFhYWHicVhYGBwcHGBvby+Wv3nzBpcuXRKTGp6enoiMjERISAgSExMxaNAg9OnTBykpKf+JLzcXfn5+CAoKQmRkJF69eoWvv/66VmOdNm0asrKyEBoaCgC4fv06nJ2dMWDAACQmJuKnn37CxYsX4eXlBQBwd3dHdHQ07t27J7Zx8+ZNXL9+He7u7gCAHTt2YO7cufDz80NSUhKWL1+O+fPnIygoqNwY/vzzT7i4uMDa2hrXrl3D1q1bsWvXLixbtkyqXlBQEOTk5BAdHY0NGzZg7dq12Llzp1SdtWvXonv37oiPj8fnn3+OYcOGwcPDA9988w3i4uJgYmICDw8P8ZmparwlVq9ejc6dOyM+Ph4TJ07EhAkTcPv2bQDAlStXABTPfkhPT8fhw4drdS/KIwgC+vfvjxcvXuDChQsIDQ3FvXv3MGTIEKl6d+/exYEDB/DLL7/g1KlTSEhIwKRJkypsV1tbGzdv3sSNGzfeO8bq3JdVq1bBysoKcXFx8PX1xbRp08RnrqZjPHToEBISErBhwwbY2tpizJgxSE9PR3p6OnR1dasV87Vr1xAZGSk12yM/Px+dOnXCiRMncOPGDYwdOxbDhg1DdHQ0AGD9+vXV7i83Nxc//PAD9u7di99//x0PHjzAjBkzxPMrVqxAcHAwAgICxJ/ho0ePVit2IiIiIiIiIiKi/zkCifLy8oRbt24JeXl5Zc7p+5wQ9H1OCM+y8sWyjefuCPo+JwSfg9cEQRCE648yxXqVfa4/yhTb6LDkjKDvc0JIfvxKLNsXfb/GsW/fvl1QUVER3r59K7x69UqQk5MT/v77byEkJETo1q2bIAiCcOHCBQGAcO/ePeHu3buCRCIR/vzzT6l2evXqJfj6+gqCIAgBAQECAOHy5cvi+aSkJAGAEB0dXWEsAIQjR46UKc/LyxMACCtWrBAEQRCGDRsmjB07VqpORESEICMjI94DKysrYcmSJeJ5X19fwdraWjzW1dUV9u3bJ9XG0qVLBVtbW0EQBCE1NVUAIMTHxwuCIAhz5swRzM3NhaKiIrH+5s2bBVVVVaGwsFAQBEGwt7cXLC0tper4+PgIlpaW4rG+vr7wzTffiMfp6ekCAGH+/Pli2aVLlwQAQnp6erXH+267RUVFgqamprB169Zyx/O+9PX1hbVr1wqCIAhnzpwRZGVlhQcPHojnb968KQAQrly5IgiCICxcuFCQlZUVHj58KNb57bffBBkZGXGc78rOzhZcXFwEAIK+vr4wZMgQYdeuXUJ+/n9+loYPHy64urpKfW/KlCmCvb29eFzd+9KnTx+pdoYMGSJ89tlnNRqjvLy88OTJE6l27O3thSlTppQ7xnfrycvLCyoqKoKCgoIAQJCRkREOHjxY6fdcXFyE6dOnV9pfWFiYAEDIyMgQBOE/P6N3794V62zevFnQ0tISj7W0tIRVq1aJxwUFBYKenl6Z601UFyr7PUpEREREREREVBc4U+MfwtHRETk5OYiJiUFERATMzMygqakJe3t7xMTEICcnB+Hh4dDT04ORkRHi4uIgCALMzMygqqoqfi5cuCA1M0JOTg6dO3cWjy0sLKChoYGkpKQaxyj8/4wFiUQCAIiNjUVgYKBU/87OzigqKkJqaiqA4tkawcHB4vf3798vztJ4+vQpHj58iFGjRkm1sWzZMqkxlJaUlARbW1sxBgDo3r07srOz8ejRI7Gsa9euUnVsbW2RkpKCwsL/zMqxsrIS/62lpQUAaNu2bZmyJ0+eVHu877YrkUigra0ttlFdrVu3Fvv47LPPqvWdpKQk6OrqSs0IaNWqVZn7raenh5YtW4rHtra2KCoqQnJycrntqqio4Ndff8Xdu3cxb948qKqqYvr06ejSpQtyc3NrNK7q3BdbW1up79ja2orxV3eM+vr6aNasWY1iK83d3R0JCQm4dOkSBg8ejJEjR+Krr74SzxcWFsLPzw9WVlZo0qQJVFVVcebMGTx48KDGfSkrK8PY2Fg81tHREZ+Xly9f4u+//0aXLl3E87KysujUqVOtx0ZERERERERERPQhcaPwarq1xBkAoCQvK5aNtTPGyE8MISsjqehrVbroU7wUlKLcf9od2KllRdUrZGJigpYtWyIsLAwZGRmwt7cHULz0j6GhISIjIxEWFoaePXsCAIqKiiArK4vY2FjIyspKtaWqqip1XPolcmVlVSl5aVyyL0RRURHGjRsHb2/vMnX19PQAAG5ubpg9ezbi4uKQl5eHhw8fistfFRUVL9O1Y8cO2NjYSH3/3TGVEAShTOzvJluqq/RyQiXfLa+sJM7qjPfdNkraKWmjuk6ePIm3b98CAJSUqrcpfXnXprLy0vGV/m9FjI2NYWxsjNGjR2Pu3LkwMzPDTz/9BE9PT8jIyEgt7QZAjL8ulMRW3TGqqKi8V3/q6uowMTEBAPz4449o3bo1du3ahVGjRgEoXmJs7dq1WLduHdq2bQsVFRVMnToVb97UfL+d8p6Xd69lRc88ERERERERERHRx4ZJjWpSVih7qRTkZKDwntuSlNeuvGzt2nR0dER4eDgyMjIwc+ZMsdze3h6nT5/G5cuX4enpCaB4o+nCwkI8efIEPXr0qLDNgoICXL16VfxL7+TkZGRmZsLCwqLG8a1btw4NGzZE7969AQAdO3bEzZs3xZe/5WnZsiXs7OwQHByMvLw89O7dW5wBoaWlhRYtWuCPP/4QZ29UpVWrVjh06JDUS+yoqCioqamhRYsWYr3Lly9Lfe/y5cswNTWtMFlSHdUZb1UUFBQAQGpmQnn09fVr3HarVq3w4MEDPHz4UJzJcOvWLbx8+RKWlpZivQcPHuCvv/5C8+bNAQCXLl2CjIwMzMzMqt2XgYEBlJWVxU3SmzVrVmbPjf9j787Dqqr2x4+/D4MyHBQ1kUEUFRlMEM0JvQqYhtk1rNQUBKdyxjmHkjTHrBSHzLGAuipmmnpzth9wEWRQQE0RSdHQMMucGEyF/fuDLzuOzIjX7H5ez3Oe2muvvdZn7b2OPM9eZ62VkpJS4oV9ZZ5LaXmK+mtl21iaWrVqVXjfS2NoaMi7777L7NmzGTx4MCYmJkRHR+Pj48OQIUOAwgGv9PR0nRiqW19xdevWpVGjRiQkJKjf8/z8fJKTk3Fzc3ussoUQQgghhBBCCCGEeBpk+am/ES8vL44ePUpKSoo6UwMKBzU2btzIvXv31E3CHRwc8PPzIyAggJ07d5KRkUFiYiJLly5l37596rWGhoYEBgYSHx9PUlISw4cPp3PnzjrL2ZTm1q1bXLt2jcuXL3P48GH69+/Pli1bWLt2Lebm5gDMnDmTY8eOMX78eFJSUkhPT2fPnj0EBgbqlOXn50d4eDjbt29XXwIXmTdvHkuWLGHlypWcP3+e06dPExISwvLly0uNa9y4cWRmZhIYGMi5c+fYvXs3c+fOZerUqejp/fl1yMzMZOrUqaSlpbF161ZWr17NpEmTKn4I5ahse8tjYWGBsbExBw4c4JdffuH27duPFVNxPXv2xNXVFT8/P5KSkkhISCAgIAAPDw+dJciMjIwYOnQoJ0+eJDo6mokTJzJw4EAsLS1LLXfevHnMmDGDyMhIMjIySE5OZsSIETx48IBevXoB0KNHD44fP86XX35Jeno6c+fOLXVj8co8l5iYGD766CPOnz/PmjVr2L59u5qnsm0sjZ2dHfHx8Vy6dInffvutSrNnfH190Wg0fPbZZ0DhzKrDhw8TGxtLamoqo0eP5tq1azVWX3GBgYEsWbKE3bt3k5aWxqRJk7h582a1ZlsJIYQQQgghhBBCCPG0yaBGDapnWovaBuXf0toGetQzrfVE6vfy8iIvLw97e3t1NgMUDmrcvXuXFi1a6OwlEBISQkBAANOmTcPR0ZFXX32V+Ph4nTwmJibMnDkTX19f3N3dMTY2Jjw8vMJYhg8fjpWVFU5OTowdOxatVktCQgK+vr5qHldXV6KiokhPT6dbt260bduWoKAgrKysdMoaMGAAN27cIDc3l379+umce+utt9i0aROhoaG4uLjg4eFBaGiousTVo2xsbNi3bx8JCQm0adOGMWPGMHLkSObMmaOTLyAggLy8PDp27Mj48eMJDAxk1KhRFba7PJVtb3kMDAxYtWoV69evx9raGh8fn8eKqaCgAAODwtlCGo2GXbt2Ua9ePbp3707Pnj1p3rw527Zt07nG3t6e119/nT59+vDSSy/RunVr9WV9aTw8PLh48SIBAQE4OTnx8ssvc+3aNQ4dOoSjoyMA3t7eBAUFMWPGDDp06MDdu3cJCAgoUVZlnsu0adM4ceIEbdu2ZcGCBSxbtgxvb+8qtbE006dPR19fn1atWtGwYcMq7X9Rq1YtJkyYwEcffUR2djZBQUG0a9cOb29vPD09sbS0LNG3H6e+4mbOnMngwYMJCAjA3d1d3cvFyMioWuUJIYQQQgghhBBCCPE0aRRZXF117949MjIyaNasWbVf+F29lcfNnLLXxa9nWgsb88rtcSCeDk9PT9zc3FixYsXTDuWJys/Pp06dOoSFhdG/f/+nHU6FKvNc7OzsmDx5MpMnT/6vxfWsKSgowNnZmYEDB7JgwYKnHY74m6mJv6NCCCGEEEIIIYQQ5ZE9NWqYjbmxDFqIv7wrV67w5Zdfkp+fzz/+8Y+nHY54gi5fvsyhQ4fw8PDgjz/+4NNPPyUjI0Nn1pQQQgghhBBCCCGEEM8KGdQQ4n+Qm5sbDRo04KuvvipzLwzx96Cnp0doaCjTp09HURRat27NkSNHKtwYXQghhBBCCCGEEEKIvyJZfqoYWTZDCCGEqD75OyqEEEIIIYQQQognTTYKF0IIIYQQQgghhBBCCCHEM0EGNYQQQgghhBBCCCGEEEII8UyQQQ0hhBBCCCGEEEIIIYQQQjwTZFBDCCGEEEIIIYQQQgghhBDPBBnUEEIIIYQQQgghhBBCCCHEM0EGNYQQQgghhBBCCCGEEEII8UyQQQ1RptDQUMzNzZ92GI/l0qVLaDQaUlJSnnYoQvxX2NnZsWLFCvVYo9Gwa9eupxKLfP+EEEIIIYQQQgghRE2TQY0npSAfMqLh9DeF/y3If2JVrVu3DjMzMx4+fKimZWdnY2hoSLdu3XTyRkdHo9FoOH/+/BOLR6PRqB9TU1NatmzJsGHDOHHixBOr839FZV8SF+Ur+tSqVQt7e3sWLlyIoig1GtOwYcPo169fjZb5V3XmzBkGDhxIw4YNqV27Ni1btiQoKIjc3NynHVq1DRs2TO0nBgYGNGnShLFjx3Lz5s0ql/NoP7C1tSUrK4vWrVvXYMRCCCGEEEIIIYQQ4n+ZDGo8CWf3wIrWEPZP2DGy8L8rWhemPwFeXl5kZ2dz/PhxNS06OhpLS0sSExN1XrhGRkZibW2Ng4PDE4mlSEhICFlZWZw5c4Y1a9aQnZ1Np06d+PLLL59ovULXkSNHyMrKIj09nQ8++IBFixbxxRdfPO2wnklxcXF06tSJ+/fvs3fvXs6fP8/ixYsJCwujV69e3L9//4nVrSiKzqBlTevduzdZWVlcunSJTZs28e9//5tx48Y9drn6+vpYWlpiYGBQA1EKIYQQQgghhBBCCCGDGjXv7B74OgDu/KybfierMP0JDGw4OjpibW1NZGSkmhYZGYmPjw8tWrQgNjZWJ93LywuA+/fvM2PGDGxsbDA1NaVTp046ZRTZtWsXDg4OGBkZ0atXLzIzMyuMydzcHEtLS+zs7HjppZf45ptv8PPzY8KECTq/AI+NjaV79+4YGxtja2vLxIkTycnJAWD27Nl07ty5RNmurq7MnTtXPQ4JCcHZ2RkjIyOcnJz47LPPyo0tKiqKjh07Urt2baysrJg1a5bOC2NPT08mTJjAhAkTMDc3p0GDBsyZM0dnhoOdnR0LFy4kICAArVZL06ZN2b17N7/++is+Pj5otVpcXFx0Bpoqam9RuYsXL2bEiBGYmZnRpEkTNmzYoJ5v1qwZAG3btkWj0eDp6VluWxs0aIClpSVNmzbFz8+PLl26kJSUpJ4vKChg/vz5NG7cmNq1a+Pm5saBAwd0yjh9+jQ9evTA2NiYBg0aMGrUKLKzswGYN28eYWFh7N69W/21f1EfunLlCoMGDaJ+/fqYmprSvn174uPjAbhw4QI+Pj40atQIrVZLhw4dOHLkiE691bnHRUumVafPlkdRFEaOHImzszM7d+6kY8eONG3alAEDBvDvf/+bY8eOERwcDMDgwYMZNGiQzvUPHjzgueeeIyQkRC3vo48+onnz5hgbG9OmTRu++eYbNX9kZCQajYaDBw/Svn17ateuTXR0dKXuW3XUrl0bS0tLGjduzEsvvcSbb77JoUOH1PP5+fmMHDmSZs2aYWxsjKOjIytXrlTPl9UPHp1ZVNSu77//nvbt22NiYkKXLl1IS0vTiWfhwoVYWFhgZmbGW2+9xaxZs3Bzc3vsdgohhBBCCCGEEEKIZ58MalREUeB+TuU+9+7A/hlAacv7/F/agZmF+SpTXhWWCfL09CQiIkI9joiIwNPTEw8PDzX9/v37HDt2TB3UGD58ODExMYSHh3Pq1CkGDBhA7969SU9PV8vJzc1l0aJFhIWFERMTw507d0q8sK2sKVOmcPfuXQ4fPgwUviz39vbm9ddf59SpU2zbto2jR48yYcIEAPz8/IiPj+fChQtqGWfOnOH06dP4+fkBsHHjRt577z0WLVpEamoqixcvJigoiLCwsFJjuHr1Kn369KFDhw6cPHmStWvX8vnnn7Nw4UKdfGFhYRgYGBAfH8+qVasIDg5m06ZNOnmCg4Pp2rUrycnJvPLKK/j7+xMQEMCQIUNISkrC3t6egIAAdTCkovYWWbZsGe3btyc5OZlx48YxduxYzp07B0BCQgLw5wyMnTt3Vvr+Hz9+nKSkJDp16qSmrVy5kmXLlvHJJ59w6tQpvL29efXVV9U+kJubS+/evalXrx6JiYls376dI0eOqDFPnz6dgQMHqr/0z8rKokuXLmRnZ+Ph4cHPP//Mnj17OHnyJDNmzKCgoAAoXB6tT58+HDlyhOTkZLy9venbty8//fTTY93jophrqs8WSUlJ4ezZs0ydOhU9Pd1/Ntu0aUPPnj3ZunUrUNhv9+zZow78ABw8eJCcnBzeeOMNAObMmUNISAhr167lzJkzTJkyhSFDhhAVFaVT9owZM1iyZAmpqam4urpW+r49josXL3LgwAEMDQ3VtIKCAho3bszXX3/N2bNnef/993n33Xf5+uuvgbL7QVnee+89li1bxvHjxzEwMGDEiBHquc2bN7No0SKWLl3KiRMnaNKkCWvXrq2x9gkhhBBCCCGEEEKIZ5wiVHl5ecrZs2eVvLy8PxP/yFaUuXWezueP7ErHvmHDBsXU1FR58OCBcufOHcXAwED55ZdflPDwcKVLly6KoihKVFSUAigXLlxQfvzxR0Wj0ShXr17VKefFF19UZs+erSiKooSEhCiAEhcXp55PTU1VACU+Pr7MWADl22+/LfX+AsrSpUsVRVEUf39/ZdSoUTp5oqOjFT09PfUZuLq6KvPnz1fPz549W+nQoYN6bGtrq2zZskWnjAULFiju7u6KoihKRkaGAijJycmKoijKu+++qzg6OioFBQVq/jVr1iharVbJz89XFEVRPDw8FGdnZ508M2fOVJydndXjpk2bKkOGDFGPs7KyFEAJCgpS044dO6YASlZWVqXb+2i5BQUFioWFhbJ27dpS21OWonzGxsaKqampYmhoqAAl6re2tlYWLVqkk9ahQwdl3LhxiqIU9qt69eop2dl/9sW9e/cqenp6yrVr1xRFUZShQ4cqPj4+OmWsX79eMTMzU27cuFFunMW1atVKWb16tXpcnXtc3T5bkfDw8HLv+8SJExVjY2NFURTl/v37ynPPPad8+eWX6vnBgwcrAwYMUBRFUbKzsxUjIyMlNjZWp4yRI0cqgwcPVhRFUSIiIhRA2bVrV4WxlXbfgoOD1eOyvo9Fhg4dqujr6yumpqaKkZGRQuEIrLJ8+fJy6x03bpzyxhtv6JTzaD94tL8WtevIkSNqnr179yqA+h3o1KmTMn78eJ1yunbtqrRp06bceMRfQ6l/R4UQQgghhBBCCCFqkMzU+Jvw8vIiJyeHxMREoqOjcXBwwMLCAg8PDxITE8nJySEyMpImTZrQvHlzkpKSUBQFBwcHtFqt+omKitKZGWFgYED79u3VYycnJ8zNzUlNTa1yjMr//Zpeo9EAcOLECUJDQ3Xq9/b2pqCggIyMDKDwV++bN29Wr9+6das6S+PXX38lMzOTkSNH6pSxcOFCnTYUl5qairu7uxoDQNeuXcnOzubKlStqWufOnXXyuLu7k56eTn7+nxu+u7q6qv/fqFEjAFxcXEqkXb9+vdLtfbRcjUaDpaWlWkZVbdu2jZSUFE6ePMm2bdvYvXs3s2bNAuDOnTv8/PPPdO3aVeearl27qs83NTWVNm3aYGpqqnO+oKCgxJJBxaWkpNC2bVvq169f6vmcnBxmzJhBq1atMDc3R6vVcu7cuRIzDqp6j6Hqffbll19Wn8fzzz9fZpvKoyiK2l8MDQ0ZMGCA2m9zcnLYvXu32m/Pnj3LvXv36NWrl05f+PLLL0v02+LtKCqrMvetqry8vEhJSSE+Pp7AwEC8vb0JDAzUybNu3Trat29Pw4YN0Wq1bNy4sdr1Fn+uVlZWwJ/PMC0tjY4dO+rkf/RYCCGEEEIIIYQQQvzvkt1bK2JoAu/+XHE+gMuxsLl/xfn8voGmZS/NolN3Jdnb29O4cWMiIiK4efMmHh4eAFhaWtKsWTNiYmKIiIigR48eQOFyMvr6+pw4cQJ9fX2dsrRarc5x8Zf75aVVpOilctG+EAUFBYwePZqJEyeWyNukSRMAfH19mTVrFklJSeTl5ZGZmakuJVS0lNHGjRt1llQCSrSpSPGXz8XTqtOm4svzFH+h/WhaUZyVae+jZRSVU1RGVdna2mJvbw+As7MzFy9eJCgoiHnz5pWIs0jxe1Ta/SrruuKMjY3Ljeudd97h4MGDfPLJJ9jb22NsbEz//v1LbLZd1XtcXmxlxbtp0yby8vJKlF2cg4MDUDggUdreDufOnaNly5bqsZ+fHx4eHly/fp3Dhw9jZGTEyy+/rBPr3r17sbGx0Smndu3aOsfFB5Og8vetqkxNTdV+smrVKry8vPjggw9YsGABAF9//TVTpkxh2bJluLu7Y2Zmxscff6zukVJVFT3Dsr6jQgghhBBCCCGEEELIoEZFNBqoZVpxPoAWPaCOdeGm4KXuq6EpPN+iB+iV/tL9cXh5eREZGcnNmzd555131HQPDw8OHjxIXFwcw4cPBwo3ms7Pz+f69et069atzDIfPnzI8ePH1V9Kp6WlcevWLZycnKoc34oVK6hTpw49e/YEoF27dpw5c0Z9mVqaxo0b0717dzZv3kxeXh49e/ZUf53fqFEjbGxsuHjxovor+Iq0atWKHTt26Lysj42NxczMTOcFc1xcnM51cXFxtGzZsszBksqoTHsrUqtWLQCdGSNVoa+vz8OHD7l//z516tTB2tqao0eP0r17dzVPbGys+rxbtWpFWFgYOTk56gv2mJgY9PT01Bf9tWrVKhGPq6srmzZt4vfffy91tkZ0dDTDhg3jtddeAwr32Lh06VK12vSoqvbZRwcWSuPm5oaTkxPBwcEMGjRIZ1+NkydPcuTIEZYsWaKmdenSBVtbW7Zt28b+/fsZMGCA+uxatWpF7dq1+emnn9TBx8p6kvetuLlz5/Lyyy8zduxYrK2tiY6OpkuXLowbN07N8+isktL6QXU4OjqSkJCAv7+/mlZ8M3ghhBBCCCGEEEII8b9Nlp+qSXr60Hvp/x08+qvw/zvu/eETGdCAwkGNo0ePkpKSovOy1MPDg40bN3Lv3j11k3AHBwf8/PwICAhg586dZGRkkJiYyNKlS9m3b596raGhIYGBgcTHx5OUlMTw4cPp3LlzhcvB3Lp1i2vXrnH58mUOHz5M//792bJlC2vXrsXc3ByAmTNncuzYMcaPH09KSgrp6ens2bOnxLI3fn5+hIeHs337doYMGaJzbt68eSxZsoSVK1dy/vx5Tp8+TUhICMuXLy81rnHjxpGZmUlgYCDnzp1j9+7dzJ07t8QG0JmZmUydOpW0tDS2bt3K6tWrmTRpUsUPoRyVbW95LCwsMDY25sCBA/zyyy/cvn273Pw3btzg2rVrXLlyhf3797Ny5Uq8vLyoU6cOUPjL/6VLl7Jt2zbS0tKYNWsWKSkpalv9/PwwMjJi6NCh/PDDD0RERBAYGIi/v786uGRnZ8epU6dIS0vjt99+48GDBwwePBhLS0v69etHTEwMFy9eZMeOHRw7dgwonFm0c+dOdWksX1/fas9GeVR1+2x5NBoNmzZt4uzZs7zxxhskJCTw008/sX37dvr27Yu7uzuTJ0/Wye/r68u6des4fPiwTr81MzNj+vTpTJkyhbCwMC5cuEBycjJr1qwpc4P7Ik/yvhXn6enJ888/z+LFi9V6jx8/zsGDBzl//jxBQUEkJibqXFNaP6iOwMBAPv/8c8LCwkhPT2fhwoWcOnWqWrPDhBBCCCGEEEIIIcTfjwxq1LRWr8LAL6GOlW56HevC9FavPrGqvby8yMvLw97eXn3hDIWDGnfv3qVFixbY2tqq6SEhIQQEBDBt2jQcHR159dVXiY+P18ljYmLCzJkz8fX1xd3dHWNjY8LDwyuMZfjw4VhZWeHk5MTYsWPRarUkJCTg6+ur5nF1dSUqKor09HS6detG27ZtCQoKUtfYLzJgwABu3LhBbm4u/fr10zn31ltvsWnTJkJDQ3FxccHDw4PQ0FB1iatH2djYsG/fPhISEmjTpg1jxoxh5MiRzJkzRydfQEAAeXl5dOzYkfHjxxMYGMioUaMqbHd5Ktve8hgYGLBq1SrWr1+PtbU1Pj4+5ebv2bMnVlZW2NnZMWrUKPr06cO2bdvU8xMnTmTatGlMmzYNFxcXDhw4wJ49e9SllExMTDh48CC///47HTp0oH///rz44ot8+umnahlvv/02jo6O6n4LMTEx1KpVi0OHDmFhYUGfPn1wcXHhww8/VGe6BAcHU69ePbp06ULfvn3x9vamXbt2VbmdZapun61I165diYuLQ19fnz59+mBvb8/s2bMZOnQohw8fLrF0lJ+fH2fPnsXGxqbEviULFizg/fffZ8mSJTg7O+Pt7c2///3vMvttkSd53x41depUNm7cSGZmJmPGjOH111/nzTffpFOnTty4cUNn1gaU3g+qw8/Pj9mzZzN9+nTatWtHRkYGw4YNw8jIqCaaJYQQQgghhBBCCCGecRpFFitX3bt3j4yMDJo1a/b4L9AK8gv32Mj+BbSNCvfQeEIzNETN8vT0xM3NjRUrVjztUEQVhYaGMnnyZG7duvW0QxE1qFevXlhaWvLVV1897VBEBWr076gQQgghhBBCCCFEKWRPjSdFTx+alb1XhRBCiJJyc3NZt24d3t7e6Ovrs3XrVo4cOcLhw4efdmhCCCGEEEIIIYQQ4i9ABjWEEEL8ZWg0Gvbt28fChQv5448/cHR0ZMeOHfTs2fNphyaEEEIIIYQQQggh/gJk+aliZNkMIYQQovrk76gQQgghhBBCCCGeNNkoXAghhBBCCCGEEEIIIYQQzwQZ1BBCCCGEEEIIIYQQQgghxDNBBjWEEEIIIYQQQgghhBBCCPFMkEENIYQQQgghhBBCCCGEEEI8E2RQQwghhBBCCCGEEEIIIYQQzwQZ1BBCCCGEEEIIIYQQQgghxDNBBjVEmUJDQzE3N3/aYTyWS5cuodFoSElJedqhCFFlT6L/2tnZsWLFihor76/C09OTyZMnP+0whBBCCCGEEEIIIcQTJoMafwPr1q3DzMyMhw8fqmnZ2dkYGhrSrVs3nbzR0dFoNBrOnz//xOLRaDTqx9TUlJYtWzJs2DBOnDjxxOr8X1HZl9xF+Yo+tWrVwt7enoULF6IoSo3GNGzYMPr161ejZf5V/fjjjwwfPpzGjRtTu3ZtmjVrxuDBgzl+/PgTqc/W1pasrCxat279RMr/b4qMjNTpkw0aNKBHjx7ExMRUq5xbt27ppO/cuZMFCxbUYMRCCCGEEEIIIYQQ4q9IBjVq2Gcpn7Hu5LpSz607uY7PUj6r8Tq9vLzIzs7WebEaHR2NpaUliYmJ5ObmqumRkZFYW1vj4OBQ43EUFxISQlZWFmfOnGHNmjVkZ2fTqVMnvvzyyydar9B15MgRsrKySE9P54MPPmDRokV88cUXTzusZ9Lx48d54YUXOH/+POvXr+fs2bN8++23ODk5MW3atGqXm5+fT0FBQYn0+/fvo6+vj6WlJQYGBo8T+l9KWloaWVlZREZG0rBhQ1555RWuX7/+2OXWr18fMzOzGohQCCGEEEIIIYQQQvyVyaBGDdPT6LEmZU2JgY11J9exJmUNepqav+WOjo5YW1sTGRmppkVGRuLj40OLFi2IjY3VSffy8gIKX5rOmDEDGxsbTE1N6dSpk04ZRXbt2oWDgwNGRkb06tWLzMzMCmMyNzfH0tISOzs7XnrpJb755hv8/PyYMGECN2/eVPPFxsbSvXt3jI2NsbW1ZeLEieTk5AAwe/ZsOnfuXKJsV1dX5s6dqx6HhITg7OyMkZERTk5OfPZZ+QNHUVFRdOzYkdq1a2NlZcWsWbN0Zrl4enoyYcIEJkyYgLm5OQ0aNGDOnDk6Mxzs7OxYuHAhAQEBaLVamjZtyu7du/n111/x8fFBq9Xi4uJS4hf85bW3qNzFixczYsQIzMzMaNKkCRs2bFDPN2vWDIC2bdui0Wjw9PQst60NGjTA0tKSpk2b4ufnR5cuXUhKSlLPFxQUMH/+fHXmgZubGwcOHNAp4/Tp0/To0QNjY2MaNGjAqFGjyM7OBmDevHmEhYWxe/du9Rf4RX3oypUrDBo0iPr162Nqakr79u2Jj48H4MKFC/j4+NCoUSO0Wi0dOnTgyJEjOvVW5x4XLZlWnT5bHkVRGDZsGC1btiQ6OppXXnmFFi1a4Obmxty5c9m9ezdQ+iyClJQUNBoNly5d0onxu+++o1WrVtSuXZvLly+r7R02bBh169bl7bffLnVmzpkzZ3jllVeoU6cOZmZmdOvWjQsXLgClL8HUr18/hg0bVmq7Siv/1q1bOs+xqE0HDx6kbdu2GBsb06NHD65fv87+/ftxdnamTp06DB48WGcAtSwWFhZYWlri4uLCnDlzuH37ttovAP71r3/Rvn17zMzMsLS0xNfXVx30uHTpkvrvV7169dBoNGrbHm17Rd8lKPw+urm5YWRkRPv27dm1a5csVyeEEEIIIYQQQgjxFyeDGpWU+yC3zM8f+X+o+ca0GcMol1GsSVnD6qTV5D7IZXXSatakrGGUyyiGPT+sUuVWlaenJxEREepxREQEnp6eeHh4qOn379/n2LFj6kvB4cOHExMTQ3h4OKdOnWLAgAH07t2b9PT0P+PLzWXRokWEhYURExPDnTt3GDRoUJXjA5gyZQp3797l8OHDQOHLcm9vb15//XVOnTrFtm3bOHr0KBMmTADAz8+P+Ph49YUtFL7QPX36NH5+fgBs3LiR9957j0WLFpGamsrixYsJCgoiLCys1BiuXr1Knz596NChAydPnmTt2rV8/vnnLFy4UCdfWFgYBgYGxMfHs2rVKoKDg9m0aZNOnuDgYLp27UpycjKvvPIK/v7+BAQEMGTIEJKSkrC3tycgIEAdDKmovUWWLVtG+/btSU5OZty4cYwdO5Zz584BkJCQAPw5A2Pnzp2Vvv/Hjx8nKSmJTp06qWkrV65k2bJlfPLJJ5w6dQpvb29effVVtQ/k5ubSu3dv6tWrR2JiItu3b+fIkSNqzNOnT2fgwIH07t2brKwssrKy6NKlC9nZ2Xh4ePDzzz+zZ88eTp48yYwZM9QZCdnZ2fTp04cjR46QnJyMt7c3ffv25aeffnqse1wUc0312SIpKSmcOXOGadOmoadX8p/Nqu49k5uby5IlS9i0aRNnzpzBwsICgI8//pjWrVtz4sQJgoKCSlx39epVunfvjpGREf/v//0/Tpw4wYgRI3QG5Z6UefPm8emnnxIbG0tmZiYDBw5kxYoVbNmyhb1793L48GFWr15d6fJyc3MJCQkBwNDQUE2/f/8+CxYs4OTJk+zatYuMjAx14MLW1pYdO3YAf874WLlyZZl1lPddunv3Ln379sXFxYWkpCQWLFjAzJkzq3pbhBBCCCGEEEIIIcR/myJUeXl5ytmzZ5W8vLwS51qHti7zM/bwWJ28Hf7Vocy8w/YP08nbbWu3UvNV1YYNGxRTU1PlwYMHyp07dxQDAwPll19+UcLDw5UuXbooiqIoUVFRCqBcuHBB+fHHHxWNRqNcvXpVp5wXX3xRmT17tqIoihISEqIASlxcnHo+NTVVAZT4+PgyYwGUb7/9tkR6Xl6eAihLly5VFEVR/P39lVGjRunkiY6OVvT09NRn4OrqqsyfP189P3v2bKVDhw7qsa2trbJlyxadMhYsWKC4u7sriqIoGRkZCqAkJycriqIo7777ruLo6KgUFBSo+desWaNotVolPz9fURRF8fDwUJydnXXyzJw5U3F2dlaPmzZtqgwZMkQ9zsrKUgAlKChITTt27JgCKFlZWZVu76PlFhQUKBYWFsratWtLbU9ZivIZGxsrpqamiqGhoQKUqN/a2lpZtGiRTlqHDh2UcePGKYpS2K/q1aunZGdnq+f37t2r6OnpKdeuXVMURVGGDh2q+Pj46JSxfv16xczMTLlx40a5cRbXqlUrZfXq1epxde5xdftsRbZt26YASlJSUrn5IiIiFEC5efOmmpacnKwASkZGhk6MKSkpOtc2bdpU6devn07ao8979uzZSrNmzZT79++XWr+Hh4cyadIknTQfHx9l6NChOvUEBweXWr6iKMrNmzcVQImIiNBp05EjR9Q8S5YsUf8tKTJ69GjF29u7jDvzZzmmpqaKqampotFoFEB54YUXymyPoihKQkKCAih3797VKaf4PS6t7RV9l9auXas0aNBA59/7jRs3Vur7JcpW3t9RIYQQQgghhBBCiJogMzX+Jry8vMjJySExMZHo6GgcHBywsLDAw8ODxMREcnJyiIyMpEmTJjRv3pykpCQURcHBwQGtVqt+oqKidGZGGBgY0L59e/XYyckJc3NzUlNTqxyj8n+/ptdoNACcOHGC0NBQnfq9vb0pKCggIyMDKJytsXnzZvX6rVu3qrM0fv31VzIzMxk5cqROGQsXLtRpQ3Gpqam4u7urMQB07dqV7Oxsrly5oqZ17txZJ4+7uzvp6enk5+eraa6urur/N2rUCAAXF5cSaUVL51SmvY+Wq9FosLS0rPaeA9u2bSMlJYWTJ0+ybds2du/ezaxZswC4c+cOP//8M127dtW5pmvXrurzTU1NpU2bNpiamuqcLygoIC0trcx6U1JSaNu2LfXr1y/1fE5ODjNmzKBVq1aYm5uj1Wo5d+5ciZkaVb3HUPU++/LLL6vP4/nnny81z6N993HVqlVLp21FisddmpSUFLp166Yzs+G/5dFnYWJiQvPmzXXSKtNPo6OjSUpKYuvWrTRt2pTQ0FCd9iQnJ+Pj40PTpk0xMzNTl1h7tG9UNeZHv0tpaWm4urpiZGSk5unYsWOV6xBCCCGEEEIIIYQQ/11/n91nn7B43/gyz+nr6escRw6M5PPTn7Ph9AYM9Qx5UPCAUS6jGOkyssSeGgfe0N2/oLrs7e1p3LgxERER3Lx5Ew8PDwAsLS1p1qwZMTExRERE0KNHD6BwLwV9fX1OnDiBvr5u/FqtVue4tBe51Xm5W/RSuWhfiIKCAkaPHs3EiRNL5G3SpAkAvr6+zJo1i6SkJPLy8sjMzFSXEipaymjjxo06SyoBJdpURFGUErFX94V18RexRdeWllYUZ2Xa+2gZReWUtpF0Zdja2mJvbw+As7MzFy9eJCgoiHnz5pWIs0jxe1Ta/SrruuKMjY3Ljeudd97h4MGDfPLJJ9jb22NsbEz//v25f/++Tr6q3uPyYisr3k2bNpGXl1ei7OIcHByAwj7s5uZWZruKlqZSii2H9eDBgxL5jI2NS42n+OBRaSq6r3p6ejp1l1V/VeOFkve9uv20WbNmmJub4+DgwL1793jttdf44YcfqF27Njk5Obz00ku89NJL/Otf/6Jhw4b89NNPeHt7l+gblVFejOX9WyCEEEIIIYQQQggh/rpkpkYlmRialPmprV9bJ++XZ79kw+kNjHcbT5J/EuPdxrPh9Aa+PPslRgZGlSq3Ory8vIiMjCQyMlJnA2kPDw8OHjxIXFycup9G27Ztyc/P5/r169jb2+t8LC0t1WsfPnyosxFzWloat27dwsnJqcrxrVixgjp16tCzZ08A2rVrx5kzZ0rUb29vT61atQBo3Lgx3bt3Z/PmzWzevJmePXuqv85v1KgRNjY2XLx4scT1RQMnj2rVqhWxsbE6Ly9jY2MxMzPDxsZGTYuLi9O5Li4ujpYtW5Y5WFIZlWlvRYryFZ8xUhX6+vo8fPiQ+/fvU6dOHaytrTl69KhOntjYWJydnYHC+5WSkqKzmXlMTAx6enrqi/5atWqViMfV1ZWUlBR+//33UuOIjo5m2LBhvPbaa7i4uGBpaalupP24qtpnbWxs1OfQtGnTUvO4ubnRqlUrli1bVuqL+6KNwRs2bAhAVlaWeq4mN512dXUlOjq6zIGHhg0b6tSdn5/PDz/8UGZ5Tzreivj7+1NQUMBnn30GwLlz5/jtt9/48MMP6datG05OTiVmfzzud6CIk5MTp06d4o8//twTqXi/EUIIIYQQQgghhBB/TTKoUcPWnVzHmpQ1jHcbz5g2Y4DCzcPHu41nTcoa1p1c98Tq9vLy4ujRo6SkpKgzNaBwUGPjxo3cu3dPHdRwcHDAz8+PgIAAdu7cSUZGBomJiSxdupR9+/ap1xoaGhIYGEh8fDxJSUkMHz6czp07V7hMy61bt7h27RqXL1/m8OHD9O/fny1btrB27Vp1U+WZM2dy7Ngxxo8fT0pKCunp6ezZs4fAwECdsvz8/AgPD2f79u0MGTJE59y8efNYsmQJK1eu5Pz585w+fZqQkBCWL19ealzjxo0jMzOTwMBAzp07x+7du5k7dy5Tp07V2QA6MzOTqVOnkpaWxtatW1m9ejWTJk2q+CGUo7LtLY+FhQXGxsYcOHCAX375hdu3b5eb/8aNG1y7do0rV66wf/9+Vq5ciZeXF3Xq1AEKZ0wsXbqUbdu2kZaWxqxZs0hJSVHb6ufnh5GREUOHDuWHH34gIiKCwMBA/P391cElOzs7Tp06RVpaGr/99hsPHjxg8ODBWFpa0q9fP2JiYrh48SI7duzg2LFjQOHMop07d6pLY/n6+lZ7Nsqjqttny6PRaAgJCeH8+fN0796dffv2cfHiRU6dOsWiRYvw8fFR22Vra8u8efM4f/48e/fuZdmyZTXSLoAJEyaoG58fP36c9PR0vvrqK3UpsB49erB371727t3LuXPnGDdunDrgUhpjY2M6d+7Mhx9+yNmzZ/nPf/7DnDlzaizeiujp6TF58mQ+/PBDcnNzadKkCbVq1WL16tVcvHiRPXv2sGDBAp1rmjZtikaj4bvvvuPXX38lOzu7WnUX9blRo0aRmpqqzhyCmltmTAghhBBCCCGEEELUPBnUqGEFSoHOgEaRooGNAqVmXtyWxsvLi7y8POzt7dUXzlA4qHH37l1atGiBra2tmh4SEkJAQADTpk3D0dGRV199lfj4eJ08JiYmzJw5E19fX9zd3TE2NiY8PLzCWIYPH46VlRVOTk6MHTsWrVZLQkICvr6+ah5XV1eioqJIT0+nW7dutG3blqCgIKysrHTKGjBgADdu3CA3N5d+/frpnHvrrbfYtGkToaGhuLi44OHhQWhoaJkzNWxsbNi3bx8JCQm0adOGMWPGMHLkyBIvcgMCAsjLy6Njx46MHz+ewMBARo0aVWG7y1PZ9pbHwMCAVatWsX79eqytrdWX6WXp2bMnVlZW2NnZMWrUKPr06cO2bdvU8xMnTmTatGlMmzYNFxcXDhw4wJ49e2jZsiVQ+PwPHjzI77//TocOHejfvz8vvvgin376qVrG22+/jaOjI+3bt6dhw4bExMRQq1YtDh06hIWFBX369MHFxYUPP/xQnekSHBxMvXr16NKlC3379sXb25t27dpV5XaWqbp9tiIdO3bk+PHjtGjRgrfffhtnZ2deffVVzpw5w4oVK4DCAZWtW7dy7tw52rRpw9KlS1m4cOFj112kQYMG/L//9//Izs7Gw8ODF154gY0bN6rLLI0YMYKhQ4cSEBCAh4cHzZo1Uwcyy/LFF1/w4MED2rdvz6RJk2o03soYMWIEDx484NNPP6Vhw4aEhoayfft2WrVqxYcffqgONBSxsbHhgw8+YNasWTRq1IgJEyZUq946derw73//m5SUFNzc3Hjvvfd4//33AXT22RBCCCGEEEIIIYQQfy0aRRYRV927d4+MjAyaNWsmL7X+h3l6euLm5qa+qBbPjtDQUCZPnlzu7AQhyrJ582aGDx/O7du3K9y/RJRO/o4KIYQQQgghhBDiSZONwoUQQvxP+vLLL2nevDk2NjacPHmSmTNnMnDgQBnQEEIIIYQQQgghhPgLk0ENIYQQ/5OuXbvG+++/z7Vr17CysmLAgAEsWrToaYclhBBCCCGEEEIIIcohy08VI8tmCCGEENUnf0eFEEIIIYQQQgjxpMlG4UIIIYQQQgghhBBCCCGEeCbIoIYQQgghhBBCCCGEEEIIIZ4JMqghhBBCCCGEEEIIIYQQQohnggxqCCGEEEIIIYQQQgghhBDimSCDGkIIIYQQQgghhBBCCCGEeCbIoIYQQgghhBBCCCGEEEIIIZ4JMqghyhQaGoq5ufnTDuOxXLp0CY1GQ0pKytMORfyP+Tt8f55l8t0XQgghhBBCCCGE+HuSQY0a9uDnn8k7c6bMz4Off67xOtetW4eZmRkPHz5U07KzszE0NKRbt246eaOjo9FoNJw/f77G4yii0WjUj6mpKS1btmTYsGGcOHHiidX5v6KyL2qL8hV9atWqhb29PQsXLkRRlBqNadiwYfTr169Gy/wr8vT0ZPLkyU+8noiICLy8vKhfvz4mJia0bNmSoUOH6ny//+oq2yeGDRum9lEDAwOaNGnC2LFjuXnz5mPXZ2trS1ZWFq1bt65SWUIIIYQQQgghhBDir83gaQfwd/Lg55+50PtllPv3y8yjqVWLFgf2Y2htXWP1enl5kZ2dzfHjx+ncuTNQOHhhaWlJYmIiubm5mJiYABAZGYm1tTUODg41Vn9pQkJC6N27N/fu3eP8+fNs2LCBTp068cUXXxAQEPBE6xZ/OnLkCM8//zx//PEHR48e5a233sLKyoqRI0c+7dBEKc6cOcPLL7/MxIkTWb16NcbGxqSnp/PNN99QUFDwtMOrUH5+PhqNpkrX9O7dm5CQEB4+fMjZs2cZMWIEt27dYuvWrY8Vi76+PpaWlo9VhhBCCCGEEEIIIYT465GZGjXo4c2b5Q5oACj37/Owir9CroijoyPW1tZERkaqaZGRkfj4+NCiRQtiY2N10r28vAC4f/8+M2bMwMbGBlNTUzp16qRTRpFdu3bh4OCAkZERvXr1IjMzs8KYzM3NsbS0xM7OjpdeeolvvvkGPz8/JkyYoPMr7NjYWLp3746xsTG2trZMnDiRnJwcAGbPnq0O0hTn6urK3Llz1eOQkBCcnZ0xMjLCycmJzz77rNzYoqKi6NixI7Vr18bKyopZs2bp/Are09OTCRMmMGHCBMzNzWnQoAFz5szRmeFgZ2fHwoULCQgIQKvV0rRpU3bv3s2vv/6Kj48PWq0WFxcXjh8/rlN3ee0tKnfx4sWMGDECMzMzmjRpwoYNG9TzzZo1A6Bt27ZoNBo8PT3LbWuDBg2wtLSkadOm+Pn50aVLF5KSktTzBQUFzJ8/n8aNG1O7dm3c3Nw4cOCAThmnT5+mR48eGBsb06BBA0aNGkV2djYA8+bNIywsjN27d6u/uC/qQ1euXGHQoEHUr18fU1NT2rdvT3x8PAAXLlzAx8eHRo0aodVq6dChA0eOHNGptzr3uGjJp+r02aq6efMmAQEB1KtXDxMTE15++WXS09NL5KtKLIcPH8bKyoqPPvqI1q1b06JFC3r37s2mTZuoVasWUHjP3dzcdK5bsWIFdnZ26nHRzIUPPvgACwsL6tSpw+jRo7lf7N+nyvTzitpYdL+/++47WrVqRe3atRk+fHiZfaI0tWvXxtLSksaNG/PSSy/x5ptvcujQIfV8fn4+I0eOpFmzZhgbG+Po6MjKlSvV82X1wUdnNUVGRqLRaPj+++9p3749JiYmdOnShbS0NJ14Fi5ciIWFBWZmZrz11lvMmjWrxP0WQgghhBBCCCGEEE+PDGpUUkFuLgW5uTov/JT79wvTKxjIqFS5xX6FrTx4UOVyPD09iYiIUI8jIiLw9PTEw8NDTb9//z7Hjh1TBzWGDx9OTEwM4eHhnDp1igEDBtC7d2+dl5a5ubksWrSIsLAwYmJiuHPnDoMGDapWW6dMmcLdu3c5fPgwUPiy3Nvbm9dff51Tp06xbds2jh49yoQJEwDw8/MjPj6eCxcuqGWcOXOG06dP4+fnB8DGjRt57733WLRoEampqSxevJigoCDCwsJKjeHq1av06dOHDh06cPLkSdauXcvnn3/OwoULdfKFhYVhYGBAfHw8q1atIjg4mE2bNunkCQ4OpmvXriQnJ/PKK6/g7+9PQEAAQ4YMISkpCXt7ewICAtQ+U1F7iyxbtoz27duTnJzMuHHjGDt2LOfOnQMgISEBKJyBkZWVxc6dOyt9/48fP05SUhKdOnVS01auXMmyZcv45JNPOHXqFN7e3rz66qtqH8jNzaV3797Uq1ePxMREtm/fzpEjR9SYp0+fzsCBA+nduzdZWVlkZWXRpUsXsrOz8fDw4Oeff2bPnj2cPHmSGTNmqLMNsrOz6dOnD0eOHCE5ORlvb2/69u3LTz/99Fj3uCjmmuqz5Rk2bBjHjx9nz549HDt2DEVR6NOnDw+KfX+rGoulpSVZWVn85z//eez4vv/+e1JTU4mIiGDr1q18++23fPDBBzp5KurnlW3jkiVL2LRpE2fOnGHVqlWl9onKuHjxIgcOHMDQ0FBNKygooHHjxnz99decPXuW999/n3fffZevv/4aKLsPluW9995j2bJlHD9+HAMDA0aMGKGe27x5M4sWLWLp0qWcOHGCJk2asHbt2krFLoQQQgghhBBCCCH+SxShysvLU86ePavk5eWVOHfW0Uk56+ikPLhxQ037de1a5ayjk/LznDmKoihK7g8/qPnK++T+8INaRlpnd+Wso5Ny7/x5Ne33bduqHPuGDRsUU1NT5cGDB8qdO3cUAwMD5ZdfflHCw8OVLl26KIqiKFFRUQqgXLhwQfnxxx8VjUajXL16VaecF198UZk9e7aiKIoSEhKiAEpcXJx6PjU1VQGU+Pj4MmMBlG+//bZEel5engIoS5cuVRRFUfz9/ZVRo0bp5ImOjlb09PTUZ+Dq6qrMnz9fPT979mylQ4cO6rGtra2yZcsWnTIWLFiguLu7K4qiKBkZGQqgJCcnK4qiKO+++67i6OioFBQUqPnXrFmjaLVaJT8/X1EURfHw8FCcnZ118sycOVNxdnZWj5s2baoMGTJEPc7KylIAJSgoSE07duyYAihZWVmVbu+j5RYUFCgWFhbK2rVrS21PWYryGRsbK6ampoqhoaEClKjf2tpaWbRokU5ahw4dlHHjximKUtiv6tWrp2RnZ6vn9+7dq+jp6SnXrl1TFEVRhg4dqvj4+OiUsX79esXMzEy5Uez7UpFWrVopq1evVo+rc4+r22crw8PDQ5k0aZKiKIpy/vx5BVBiYmLU87/99ptibGysfP3119WO5eHDh8qwYcMUQLG0tFT69eunrF69Wrl9+7aaZ+7cuUqbNm10rgsODlaaNm2qHg8dOlSpX7++kpOTo6atXbu2Sv28Km1MSUnRiae0PlGaoUOHKvr6+oqpqaliZGSkAAqgLF++vNzrxo0bp7zxxhvl1vfodyUiIkIBlCNHjqh59u7dqwDq969Tp07K+PHjdcrp2rVrifstylbe31EhhBBCCCGEEEKImiAzNf4mvLy8yMnJITExkejoaBwcHLCwsMDDw4PExERycnKIjIykSZMmNG/enKSkJBRFwcHBAa1Wq36ioqJ0ZkYYGBjQvn179djJyQlzc3NSU1OrHKPyf7+mL1pz/8SJE4SGhurU7+3tTUFBARkZGUDhbI3Nmzer12/dulWdpfHrr7+SmZnJyJEjdcpYuHChThuKS01Nxd3dXWfd/65du5Kdnc2VK1fUtM6dO+vkcXd3Jz09nfz8fDXN1dVV/f9GjRoB4OLiUiLt+vXrlW7vo+VqNBosLS3VMqpq27ZtpKSkcPLkSbZt28bu3buZNWsWAHfu3OHnn3+ma9euOtd07dpVfb6pqam0adMGU1NTnfMFBQUllu0pLiUlhbZt21K/fv1Sz+fk5DBjxgxatWqFubk5Wq2Wc+fOlZipUdV7DFXvsy+//LL6PJ5//vky21RcamoqBgYGOrNeGjRogKOjo049VY1FX1+fkJAQrly5wkcffYS1tTWLFi3i+eefJysrq1KxFWnTpo26lw4U9uHs7Gyd5a/K6+eVbWOtWrV0nlNVeXl5kZKSQnx8PIGBgXh7exMYGKiTZ926dbRv356GDRui1WrZuHFjib5SWcVjtbKyAv7sP2lpaXTs2FEn/6PHQgghhBBCCCGEEOLpko3CK8kx6QQAGmNjNa3BiBHUDwgAg+rfRvvvC/cR0BgZqWnmr71W9XLs7WncuDERERHcvHkTDw8PoHA5m2bNmhETE0NERAQ9evQACpd00dfX58SJE+jr6+uUpdVqdY5L2/i3qpsBA+qL0KJ9IQoKChg9ejQTJ04skbdJkyYA+Pr6MmvWLJKSksjLyyMzM1NdvqdoKaONGzfqvHgFSrSpiKIoJWJ/dLClsoovkVN0bWlpRXFWpr2PllFUTnU3iba1tcXe3h4AZ2dnLl68SFBQEPPmzSsRZ5Hi96i0+1XWdcUZF/uelOadd97h4MGDfPLJJ9jb22NsbEz//v119nyAqt/j8mIrK95NmzaRl5dXouzyKMWWu3o0/dF6qvP9sbGxwd/fH39/fxYuXIiDgwPr1q3jgw8+QE9Pr0T9D6qwZF1l+3ll22hsbFytfw+KmJqaqn101apVeHl58cEHH7BgwQIAvv76a6ZMmcKyZctwd3fHzMyMjz/+WN2fpaoq6j9l/fsghBBCCCGEEEIIIf4aZFCjkvSK/eK5iKZWLTT/t3lvjZZbyRerj/Ly8iIyMpKbN2/yzjvvqOkeHh4cPHiQuLg4hg8fDhRuNJ2fn8/169fp1q1bmWU+fPiQ48ePq79WTktL49atWzg5OVU5vhUrVlCnTh169uwJQLt27Thz5oz6QrM0jRs3pnv37mzevJm8vDx69uyp/jq/UaNG2NjYcPHiRXX2RkVatWrFjh07dF7MxsbGYmZmho2NjZovLi5O57q4uDhatmxZ5mBJZVSmvRUp2iy6+IyRqtDX1+fhw4fcv3+fOnXqYG1tzdGjR+nevbuaJzY2Vn3erVq1IiwsjJycHHW2RkxMDHp6ejg4OKgxPRqPq6srmzZt4vfffy91tkZ0dDTDhg3jtf8bwMvOzubSpUvVatOjqtpniz/3ymrVqhUPHz4kPj5e3b/hxo0bnD9/Hmdn52rHUpp69ephZWWlbijfsGFDrl27ptOHizbDLu7kyZPk5eWpA0xxcXFotVoaN26s5imvn1e2jaUprU9U1ty5c3n55ZcZO3Ys1tbWREdH06VLF8aNG6fmeXQm1uPUV5yjoyMJCQn4+/uracU3ohdCCCGEEEIIIYQQT58sP/U34uXlxdGjR0lJSVFnakDhoMbGjRu5d++eukm4g4MDfn5+BAQEsHPnTjIyMkhMTGTp0qXs27dPvdbQ0JDAwEDi4+NJSkpi+PDhdO7cucIlWW7dusW1a9e4fPkyhw8fpn///mzZsoW1a9dibm4OwMyZMzl27Bjjx48nJSWF9PR09uzZU2LpGT8/P8LDw9m+fTtDhgzROTdv3jyWLFnCypUrOX/+PKdPnyYkJITly5eXGte4cePIzMwkMDCQc+fOsXv3bubOncvUqVPR0/vz65CZmcnUqVNJS0tj69atrF69mkmTJlX8EMpR2faWx8LCAmNjYw4cOMAvv/zC7du3y81/48YNrl27xpUrV9i/fz8rV67Ey8uLOnXqAIUzJpYuXcq2bdtIS0tj1qxZpKSkqG318/PDyMiIoUOH8sMPPxAREUFgYCD+/v7q4JKdnR2nTp0iLS2N3377jQcPHjB48GAsLS3p168fMTExXLx4kR07dnDs2DGgcGbRzp071aWxfH19qz0b5VHV7bNV0bJlS3x8fHj77bc5evQoJ0+eZMiQIdjY2ODj41PtWNavX8/YsWM5dOgQFy5c4MyZM8ycOZMzZ87Qt29fADw9Pfn111/56KOPuHDhAmvWrGH//v0lyrp//z4jR47k7Nmz7N+/n7lz5zJhwoRK9/PKtrE0pfWJyvL09OT5559n8eLFQGFfOX78OAcPHuT8+fMEBQWRmJhYY/UVFxgYyOeff05YWBjp6eksXLiQU6dOPdZMFCGEEEIIIYQQQghRs2RQowYZ1KtX4cwNTa1aGNSr90Tq9/LyIi8vD3t7e/WFMxQOaty9e5cWLVpga2urpoeEhBAQEMC0adNwdHTk1VdfJT4+XiePiYkJM2fOxNfXF3d3d4yNjQkPD68wluHDh2NlZYWTkxNjx45Fq9WSkJCAr6+vmsfV1ZWoqCjS09Pp1q0bbdu2JSgoSF3nvsiAAQO4ceMGubm59OvXT+fcW2+9xaZNmwgNDcXFxQUPDw9CQ0PVJa4eZWNjw759+0hISKBNmzaMGTOGkSNHMmfOHJ18AQEB5OXl0bFjR8aPH09gYCCjRo2qsN3lqWx7y2NgYMCqVatYv3491tbWFb5c7tmzJ1ZWVtjZ2TFq1Cj69OnDtm3b1PMTJ05k2rRpTJs2DRcXFw4cOMCePXto2bIlUPj8Dx48yO+//06HDh3o378/L774Ip9++qlaxttvv42jo6O650FMTAy1atXi0KFDWFhY0KdPH1xcXPjwww/VmS7BwcHUq1ePLl260LdvX7y9vWnXrl1VbmeZqttnK1JQUIBBsaXmQkJCeOGFF/jnP/+Ju7s7iqKwb98+neWNqhpLx44dyc7OZsyYMTz//PN4eHgQFxfHrl271IFKZ2dnPvvsM9asWUObNm1ISEhg+vTpJcp68cUXadmyJd27d2fgwIH07dtXZ9kxqLifV6aNpSmtT1TF1KlT2bhxI5mZmYwZM4bXX3+dN998k06dOnHjxg2dWRs1UV8RPz8/Zs+ezfTp02nXrh0ZGRkMGzYMo2LLAwohhBBCCCGEEEKIp0ujyILhqnv37pGRkUGzZs2q/RLrwc8/8/DmzTLPG9Srh6G1dXVDFP8Fnp6euLm5sWLFiqcdiqii0NBQJk+ezK1bt2q8bCcnJ956661SBxD+aoYNG8atW7fYtWtXmXmkn1dOr169sLS05KuvvnraoTwTauLvqBBCCCGEEEIIIUR5ZE+NGmZobS2DFkL8jVy/fp39+/eTlpbGiy+++LTDEU9Qbm4u69atw9vbG319fbZu3cqRI0c4fPjw0w5NCCGEEEIIIYQQQvwfGdQQQohy9O7dm5s3b7Jq1Sratm37tMMRT5BGo2Hfvn0sXLiQP/74A0dHR3bs2EHPnj2fdmhCCCGEEEIIIYQQ4v/I8lPFyLIZQgghRPXJ31EhhBBCCCGEEEI8abJRuBBCCCGEEEIIIYQQQgghngkyqCGEEEIIIYQQQgghhBBCiGeCDGoIIYQQQgghhBBCCCGEEOKZIIMaQgghhBBCCCGEEEIIIYR4JsighhBCCCGEEEIIIYQQQgghngkyqCGEEEIIIYQQQgghhBBCiGeCDGqIMoWGhmJubv60w3gsly5dQqPRkJKS8rRDEcUMGzaMfv36Pe0wnmmP9u3IyEg0Gg23bt16KvH8Hf69EEIIIYQQQgghhBB/fTKo8YQUFChcTbvJ+cRrXE27SUGB8sTqWrduHWZmZjx8+FBNy87OxtDQkG7duunkjY6ORqPRcP78+ScWj0ajUT+mpqa0bNmSYcOGceLEiSdW5/+Kyg7SFOUr+tSrV4/u3bsTFRX12DFoNBp27dpVqXpL+8ybN4+VK1cSGhr62LE8Sd999x2enp6YmZlhYmJChw4d/vIxV8TOzk59DsbGxjg5OfHxxx+jKFX798nOzo4VK1bopL355ptP9N8VIYQQQgghhBBCCCFABjWeiAvJ1/ny3Vh2BSdz+POz7ApO5st3Y7mQfP2J1Ofl5UV2djbHjx9X06Kjo7G0tCQxMZHc3Fw1PTIyEmtraxwcHJ5ILEVCQkLIysrizJkzrFmzhuzsbDp16sSXX375ROsVuo4cOUJWVhZRUVHUqVOHPn36kJGRUa2y7t+/X2EeW1tbsrKy1M+0adN4/vnnddKmT59O3bp1/9K/6l+9ejU+Pj506dKF+Ph4Tp06xaBBgxgzZgzTp09/onU/ePDgiZY/f/58srKySE1NZfr06bz77rts2LDhscs1NjbGwsKiBiIUQgghhBBCCCGEEKJsMqhRwy4kX+fA+h/IufWHTnrOrT84sP6HJzKw4ejoiLW1NZGRkWpaZGQkPj4+tGjRgtjYWJ10Ly8voPAl9YwZM7CxscHU1JROnTrplFFk165dODg4YGRkRK9evcjMzKwwJnNzcywtLbGzs+Oll17im2++wc/PjwkTJnDz5k01X2xsLN27d8fY2BhbW1smTpxITk4OALNnz6Zz584lynZ1dWXu3LnqcUhICM7OzhgZGeHk5MRnn31WbmxRUVF07NiR2rVrY2VlxaxZs3RmuXh6ejJhwgQmTJiAubk5DRo0YM6cOTq/Zrezs2PhwoUEBASg1Wpp2rQpu3fv5tdff8XHxwetVouLi4vOQFNF7S0qd/HixYwYMQIzMzOaNGmi88K5WbNmALRt2xaNRoOnp2e5bW3QoAGWlpa4urqyfv16cnNzOXToEDdu3GDw4ME0btwYExMTXFxc2Lp1q861Rfdh6tSpPPfcc/Tq1Qs7OzsAXnvtNTQajXpcRF9fH0tLS/Wj1WoxMDAokfbo8lOenp4EBgYyefJk6tWrR6NGjdiwYQM5OTkMHz4cMzMzWrRowf79+3XqO3v2LH369EGr1dKoUSP8/f357bffyr0nFcnMzGTatGlMnjyZxYsX06pVK+zt7Zk2bRoff/wxy5YtIz4+noKCAho3bsy6det0rk9KSkKj0XDx4kUAbt++zahRo7CwsKBOnTr06NGDkydPqvnnzZuHm5sbX3zxBc2bN6d27dooisKBAwf4xz/+ofbBf/7zn1y4cOGx2gZgZmamfjffeustXF1dOXTokHr+woUL+Pj40KhRI7RaLR06dODIkSPqeU9PTy5fvsyUKVPUWR9QcvmponZ99dVX2NnZUbduXQYNGsTdu3fVPHfv3sXPzw9TU1OsrKwIDg7G09OTyZMnP3Y7hRBCCCGEEEIIIcTfkwxqVEBRFB78kV+pzx95D4neVv7yK9Hb0vkj72GlyqvKkjCenp5ERESoxxEREXh6euLh4aGm379/n2PHjqmDGsOHDycmJobw8HBOnTrFgAED6N27N+np6Wo5ubm5LFq0iLCwMGJiYrhz5w6DBg2qyi1UTZkyhbt373L48GEATp8+jbe3N6+//jqnTp1i27ZtHD16lAkTJgDg5+dHfHy8zovcM2fOcPr0afz8/ADYuHEj7733HosWLSI1NZXFixcTFBREWFhYqTFcvXqVPn360KFDB06ePMnatWv5/PPPWbhwoU6+sLAwDAwMiI+PZ9WqVQQHB7Np0yadPMHBwXTt2pXk5GReeeUV/P39CQgIYMiQISQlJWFvb09AQID6HCtqb5Fly5bRvn17kpOTGTduHGPHjuXcuXMAJCQkAH/OwNi5c2el77+JiQlQOBPg3r17vPDCC3z33Xf88MMPjBo1Cn9/f+Lj40u9DzExMaxfv57ExETgz5k4Rcc1ISwsjOeee46EhAQCAwMZO3YsAwYMoEuXLiQlJeHt7Y2/v7868ygrKwsPDw/c3Nw4fvw4Bw4c4JdffmHgwIGPFcc333zDgwcPSp2RMXr0aLRaLVu3bkVPT49BgwaxefNmnTxbtmzB3d2d5s2boygKr7zyCteuXWPfvn2cOHGCdu3a8eKLL/L777+r1/z44498/fXX7NixQ11aLCcnh6lTp5KYmMj333+Pnp4er732GgUFBY/VviKKohAZGUlqaiqGhoZqenZ2Nn369OHIkSMkJyfj7e1N3759+emnnwDYuXMnjRs3Vmd8ZGVllVnHhQsX2LVrF9999x3fffcdUVFRfPjhh+r5qVOnEhMTw549ezh8+DDR0dEkJSXVSPuEEEIIIYQQQgghxN+TwdMO4K/u4f0CNkx6/H0IiuTc+oNNU/5TqbyjVnpgWFu/Unk9PT2ZMmUKDx8+JC8vj+TkZLp3705+fj6rVq0CIC4ujry8PLy8vLhw4QJbt27lypUrWFtbAzB9+nQOHDhASEgIixcvBgpfgH/66ad06tQJKHzx7OzsTEJCAh07dqxS252cnIDCfRcAPv74Y3x9fdVfZbds2ZJVq1bh4eHB2rVrad26Na6urmzZsoWgoCAANm/eTIcOHdTlsxYsWMCyZct4/fXXgcKZDGfPnmX9+vUMHTq0RAyfffYZtra2fPrpp2g0GpycnPj555+ZOXMm77//Pnp6heN8tra2BAcHo9FocHR05PTp0wQHB/P222+rZfXp04fRo0cD8P7777N27Vo6dOjAgAEDAJg5cybu7u788ssvWFpaVtheIyMjtdxx48apZQQHBxMZGYmTkxMNGzYE/pyBUVk5OTnMnj0bfX19PDw8sLGx0XlpHxgYyIEDB9i+fbv6rAHs7e356KOPSpRXNBOnJrVp04Y5c+YAhbN0PvzwQ5577jn1nhfd41OnTtG5c2fWrl1Lu3bt1L4K8MUXX2Bra8v58+ervcTa+fPnqVu3LlZWViXO1apVi+bNm6t7R/j5+bF8+XIuX75M06ZNKSgoIDw8nHfffRcoHFw8ffo0169fp3bt2gB88skn7Nq1i2+++YZRo0YBhQOOX331lfp8Ad544w2duj///HMsLCw4e/YsrVu3rlbboLBPzZkzh/v37/PgwQOMjIyYOHGier5Nmza0adNGPV64cCHffvste/bsYcKECdSvXx99fX11xkd5CgoKCA0NxczMDAB/f3++//57Fi1axN27dwkLC2PLli28+OKLQOFgWdG/R0IIIYQQQgghhBBClEZmavxNeHl5kZOTQ2JiItHR0Tg4OGBhYYGHhweJiYnk5OQQGRlJkyZNaN68OUlJSSiKgoODA1qtVv1ERUXpzIwwMDCgffv26rGTkxPm5uakpqZWOcaiGQtFy9WcOHGC0NBQnfq9vb0pKChQ933w8/NTfwmvKApbt25VZ2n8+uuvZGZmMnLkSJ0yFi5cWOYyPampqbi7u6sxAHTt2pXs7GyuXLmipnXu3Fknj7u7O+np6eTn56tprq6u6v83atQIABcXlxJp169fr3R7Hy1Xo9FgaWmpllFVXbp0QavVYmZmxr///W9CQ0NxcXEhPz+fRYsW4erqSoMGDdBqtRw6dEj9NX6R4s++LD/99JNOm4oPMlRF8Xbr6+vToEGDCu9nRESETt1FA2dlPf/ieceMGVOtOBVFUftG27ZtcXJyUpfuioqK4vr16+pskRMnTpCdna3e46JPRkaGToxNmzbVGdAoaoOvry/NmzenTp066tJjjz6jqnrnnXdISUkhKioKLy8v3nvvPbp06aKez8nJYcaMGbRq1Qpzc3O0Wi3nzp2rVr12dnbqgAaAlZWV+vwuXrzIgwcPdAZH69ati6Oj42O0TgghhBBCCCGEEEL83clMjQoY1NJj1EqPSuX9Of0W3316ssJ8/5zQBuuW5pWqu7Ls7e1p3LgxERER3Lx5Ew+PwpgtLS1p1qwZMTExRERE0KNHD6DwF9T6+vqcOHECfX3d2SBarVbnuPjL/fLSKlI0EFL0cragoIDRo0fr/Eq8SJMmTQDw9fVl1qxZJCUlkZeXR2Zmprr8VdEyPBs3btSZXQCUaFOR4i+ki6dVp03Fl+wpura0tKI4K9PeR8soKqe6Sw5t27ZNfTndoEEDNX3ZsmUEBwezYsUKXFxcMDU1ZfLkySU2Azc1Na2wDmtra3XJJID69etXK9bS2l3R/ezbty9Lly4tUVZpsywAnTjr1KlTah4HBwdu377Nzz//XGLWwP3797l48aL6PYLCgbctW7Ywa9YstmzZgre3N88995wao5WVVal71RTff6K0+9y3b19sbW3ZuHEj1tbWFBQU0Lp160pt2F6e5557Dnt7e+zt7dmxYwf29vZ07tyZnj17AoWDHgcPHuSTTz7B3t4eY2Nj+vfvX616y+vLZX3vqrLsnhBCCCGEEEIIIYT43yODGhXQaDSVXgLKtlV9TM1rl9gkvDhtvdrYtqqPnl7VBwUq4uXlRWRkJDdv3uSdd95R0z08PDh48CBxcXEMHz4cKPyFeX5+PtevX6dbt25llvnw4UOOHz+u/po6LS2NW7duqb+Ir4oVK1ZQp04d9eVpu3btOHPmDPb29mVe07hxY7p3787mzZvJy8ujZ8+e6i/2GzVqhI2NDRcvXlRnb1SkVatW7NixQ2dwIzY2FjMzM2xsbNR8cXFxOtfFxcXRsmXLMgdLKqMy7a1IrVq1AHRmjJTH1taWFi1alEiPjo7Gx8eHIUOGAIUv39PT03F2dq6wTENDQ536DQwMHqtN1dWuXTt27NiBnZ0dBgaV+6esMnG+8cYbzJgxg2XLlrFs2TKdc+vWrSMnJ4fBgwerab6+vsyZM4cTJ07wzTffsHbtWp0Yr127hoGBQYlN1ctz48YNUlNTWb9+vfr9PHr0aKWvr6x69eoRGBjI9OnTSU5ORqPREB0dzbBhw3jttdeAwj02ipaMK1KrVq1K98GytGjRAkNDQxISErC1tQXgzp07pKenq4OyQgghhBBCCCGEEEI8SpafqkF6ehq6vdmy3Dz/GNjyiQxoQOGgxtGjR0lJSdF5Kejh4cHGjRu5d++eukm4g4MDfn5+BAQEsHPnTjIyMkhMTGTp0qXs27dPvdbQ0JDAwEDi4+NJSkpi+PDhdO7cucL9NG7dusW1a9e4fPkyhw8fpn///mzZsoW1a9eqv1CfOXMmx44dY/z48aSkpJCens6ePXsIDAzUKcvPz4/w8HC2b9+uvoQvMm/ePJYsWcLKlSs5f/48p0+fJiQkhOXLl5ca17hx48jMzCQwMJBz586xe/du5s6dy9SpU9X9NAAyMzOZOnUqaWlpbN26ldWrVzNp0qSKH0I5Ktve8lhYWGBsbKxuin379u1qxWJvb8/hw4eJjY0lNTWV0aNHc+3atUpda2dnx/fff8+1a9e4efNmteqvCePHj+f3339n8ODBJCQkcPHiRQ4dOsSIESMe64V7kyZN+Oijj1ixYgXvvfce586d48KFCyxfvpwZM2Ywbdo0nZlBzZo1o0uXLowcOZKHDx/i4+OjnuvZsyfu7u7069ePgwcPcunSJWJjY5kzZw7Hjx8vM4Z69erRoEEDNmzYwI8//sj/+3//j6lTp1a7TeUZP348aWlp7NixAyjsGzt37iQlJYWTJ0/i6+tbYqaQnZ0d//nPf7h69Sq//fZbteo1MzNj6NChvPPOO0RERHDmzBlGjBiBnp5etWaCCSGEEEIIIYQQQoj/DTKoUcNatLWg9+jWmJrX1knX1qtN79GtadHW4onV7eXlRV5eHvb29upsBigc1Lh79y4tWrRQfxENhZvyBgQEMG3aNBwdHXn11VeJj4/XyWNiYsLMmTPx9fXF3d0dY2NjwsPDK4xl+PDhWFlZ4eTkxNixY9FqtSQkJODr66vmcXV1JSoqivT0dLp160bbtm0JCgoqsXTQgAEDuHHjBrm5ufTr10/n3FtvvcWmTZvUvSI8PDwIDQ1Vl7h6lI2NDfv27SMhIYE2bdowZswYRo4cqW5QXSQgIIC8vDw6duzI+PHjCQwMVDd1rq7Ktrc8BgYGrFq1ivXr12Ntba3zAr0qgoKCaNeuHd7e3nh6emJpaVni3pZl2bJlHD58GFtbW9q2bVut+muCtbU1MTEx5Ofn4+3tTevWrZk0aRJ169bVGaCqjilTpvDtt98SHR1N+/btad26tToo98knn5TI7+fnx8mTJ3n99dcxNjZW0zUaDfv27aN79+6MGDECBwcHBg0axKVLl3S+o4/S09MjPDycEydO0Lp1a6ZMmcLHH3/8WG0qS8OGDfH392fevHkUFBQQHBxMvXr16NKlC3379sXb25t27drpXDN//nwuXbpEixYtSuwFUhXLly/H3d2df/7zn/Ts2ZOuXbvi7OyMkZHR4zZLCCGEEEIIIYQQQvxNaRRZwFx17949MjIyaNas2WO/VCsoUMhKv0XOnT8wrVMbq5bmT2yGhqhZnp6euLm5sWLFiqcdihD/U3JycrCxsWHZsmWMHDnyaYcjqqEm/44KIYQQQgghhBBClEb21HhC9PQ02DjWe9phCCHEX1ZycjLnzp2jY8eO3L59m/nz5wNUewaSEEIIIYQQQgghhPj7k0ENIYQQT80nn3xCWloatWrV4oUXXiA6OprnnnvuaYclhBBCCCGEEEIIIf6iZFBDiEdERkY+7RCE+J/Qtm1bTpw48bTDEEIIIYQQQgghhBDPENkoXAghhBBCCCGEEEIIIYQQzwQZ1BBCCCGEEEIIIYQQQgghxDNBBjWEEEIIIYQQQgghhBBCCPFMkEENIYQQQgghhBBCCCGEEEI8E2RQQwghhBBCCCGEEEIIIYQQzwQZ1BBCCCGEEEIIIYQQQgghxDNBBjVEmUJDQzE3N3/aYTyWS5cuodFoSElJedqhiGKGDRtGv379nnYYfyk1/X37O/d9jUbDrl27nnYYQgghhBBCCCGEEOIpkEGNv4F169ZhZmbGw4cP1bTs7GwMDQ3p1q2bTt7o6Gg0Gg3nz59/YvFoNBr1Y2pqSsuWLRk2bBgnTpx4YnX+r6jsi+qifEWfevXq0b17d6Kioh47hvJeKD9ab2mfefPmsXLlSkJDQx87licpIiKCPn360KBBA0xMTGjVqhXTpk3j6tWrT6S+N99884l+L/+b5s2bpz5vPT09rK2t8fPzIzMzs8rluLm5lUjPysri5ZdfrqFohRBCCCGEEEIIIcSzRAY1aljs9s0c27G11HPHdmwldvvmGq/Ty8uL7Oxsjh8/rqZFR0djaWlJYmIiubm5anpkZCTW1tY4ODjUeBzFhYSEkJWVxZkzZ1izZg3Z2dl06tSJL7/88onWK3QdOXKErKwsoqKiqFOnDn369CEjI6NaZd2/f7/CPLa2tmRlZamfadOm8fzzz+ukTZ8+nbp16/6lZwGtX7+enj17YmlpyY4dOzh79izr1q3j9u3bLFu2rNrllnUPHzx4gLGxMRYWFtUu+6+m6LlfuXKFbdu2cfr0aQYOHFgjZVtaWlK7du0aKUsIIYQQQgghhBBCPFtkUKOGafT0iP265MDGsR1bif16Mxq9mr/ljo6OWFtbExkZqaZFRkbi4+NDixYtiI2N1Un38vICCl+wzpgxAxsbG0xNTenUqZNOGUV27dqFg4MDRkZG9OrVq1K/tjY3N8fS0hI7OzteeuklvvnmG/z8/JgwYQI3b95U88XGxtK9e3eMjY2xtbVl4sSJ5OTkADB79mw6d+5comxXV1fmzp2rHoeEhODs7IyRkRFOTk589tln5cYWFRVFx44dqV27NlZWVsyaNUtnlounpycTJkxgwoQJmJub06BBA+bMmYOiKGoeOzs7Fi5cSEBAAFqtlqZNm7J7925+/fVXfHx80Gq1uLi46Aw0VdTeonIXL17MiBEjMDMzo0mTJmzYsEE936xZMwDatm2LRqPB09Oz3LY2aNAAS0tLXF1dWb9+Pbm5uRw6dIgbN24wePBgGjdujImJCS4uLmzdqttni+7D1KlTee655+jVqxd2dnYAvPbaa2g0GvW4iL6+PpaWlupHq9ViYGBQIu3R5ac8PT0JDAxk8uTJ1KtXj0aNGrFhwwZycnIYPnw4ZmZmtGjRgv379+vUd/bsWfr06YNWq6VRo0b4+/vz22+/lXtPKnLlyhUmTpzIxIkT+eKLL/D09MTOzo7u3buzadMm3n//faD0WQQrVqzQuSdF7VyyZIk6mFg0m+Xrr7/G09MTIyMj/vWvf5W6/NSePXto3749RkZGPPfcc7z++uvqudJmzJibm5c5A6a08nft2oVGo1GPi9r0xRdf0KRJE7RaLWPHjiU/P5+PPvoIS0tLLCwsWLRoUYX3sei5W1tb061bN95++23i4uK4c+eOmmfmzJk4ODhgYmJC8+bNCQoK4sGDB2q8H3zwASdPnlRnfRS1rXjbi+7nzp078fLywsTEhDZt2nDs2DGdeDZu3IitrS0mJia89tprLF++/C89sCaEEEIIIYQQQgghSieDGpX04N69Mj8Pi/362v2NwXR+/U1iv95MzLaveHDvHjHbviL26810fv1N2vd9vVLlVpWnpycRERHqcUREBJ6ennh4eKjp9+/f59ixY+qgxvDhw4mJiSE8PJxTp04xYMAAevfuTXp6ulpObm4uixYtIiwsjJiYGO7cucOgQYOqHB/AlClTuHv3LocPHwbg9OnTeHt78/rrr3Pq1Cm2bdvG0aNHmTBhAgB+fn7Ex8dz4cIFtYwzZ85w+vRp/Pz8gMIXle+99x6LFi0iNTWVxYsXExQURFhYWKkxXL16lT59+tChQwdOnjzJ2rVr+fzzz1m4cKFOvrCwMAwMDIiPj2fVqlUEBwezadMmnTzBwcF07dqV5ORkXnnlFfz9/QkICGDIkCEkJSVhb29PQECAOhhSUXuLLFu2jPbt25OcnMy4ceMYO3Ys586dAyAhIQH4cwbGzp07K33/TUxMgMJZAffu3eOFF17gu+++44cffmDUqFH4+/sTHx9f6n2IiYlh/fr1JCYmAn/OxCk6rglhYWE899xzJCQkEBgYyNixYxkwYABdunQhKSkJb29v/P391ZlHWVlZeHh44ObmxvHjxzlw4AC//PLLY88G2L59uzrgV5qqvgj//vvvSU1N5fDhw3z33Xdq+syZM5k4cSKpqal4e3uXuG7v3r28/vrrvPLKKyQnJ/P999/Tvn37KtVdHRcuXGD//v0cOHCArVu38sUXX/DKK69w5coVoqKiWLp0KXPmzCEuLq7SZV67do2dO3eir6+Pvr6+mm5mZkZoaChnz55l5cqVbNy4keDgYKBwOa5HZ/q8+eabZdbx3nvvMX36dFJSUnBwcGDw4MHqYGVMTAxjxoxh0qRJpKSk0KtXr0oNzAghhBBCCCGEEEKIvyBFqPLy8pSzZ88qeXl5Jc59MvCVMj87lszVybvC//Uy84bPm6mTd83IwaXmq6oNGzYopqamyoMHD5Q7d+4oBgYGyi+//KKEh4crXbp0URRFUaKiohRAuXDhgvLjjz8qGo1GuXr1qk45L774ojJ79mxFURQlJCREAZS4uDj1fGpqqgIo8fHxZcYCKN9++22J9Ly8PAVQli5dqiiKovj7+yujRo3SyRMdHa3o6empz8DV1VWZP3++en727NlKhw4d1GNbW1tly5YtOmUsWLBAcXd3VxRFUTIyMhRASU5OVhRFUd59913F0dFRKSgoUPOvWbNG0Wq1Sn5+vqIoiuLh4aE4Ozvr5Jk5c6bi7OysHjdt2lQZMmSIepyVlaUASlBQkJp27NgxBVCysrIq3d5Hyy0oKFAsLCyUtWvXltqesjyaLzs7Wxk9erSir6+vnDp1qtRr+vTpo0ybNk099vDwUNzc3ErkK+v5lmbu3LlKmzZtSqQPHTpU8fHx0anrH//4h3r88OFDxdTUVPH391fTiu7xsWPHFEVRlKCgIOWll17SKTczM1MBlLS0tErFV5qxY8cqderUqTBfaW0LDg5WmjZtqh4PHTpUadSokfLHH3+oaUXPZsWKFTrXhoSEKHXr1lWP3d3dFT8/vzLrL+051K1bVwkJCdGpp6gPPFq+oijKt99+qxT/MzB37lzFxMREuXPnjprm7e2t2NnZqd8PRVEUR0dHZcmSJWXGNnfuXEVPT08xNTVVjI2NFUABlIkTJ5Z5jaIoykcffaS88MILOuWU1n+Kt72onZs2bVLPnzlzRgGU1NRURVEU5c0331ReeUX331U/P78S90M8vvL+jgohhBBCCCGEEELUBJmp8Tfh5eVFTk4OiYmJREdH4+DggIWFBR4eHiQmJpKTk0NkZCRNmjShefPmJCUloSgKDg4OaLVa9RMVFaUzM8LAwEDn1+FOTk6Ym5uTmppa5RiV/5uxULTczYkTJwgNDdWp39vbm4KCAnXfBz8/PzZv3qxev3XrVnWWxq+//kpmZiYjR47UKWPhwoU6bSguNTUVd3d3nSV3unbtSnZ2NleuXFHTOnfurJPH3d2d9PR08vPz1TRXV1f1/xs1agSAi4tLibTr169Xur2PlqvRaLC0tFTLqKouXbqg1WoxMzPj3//+N6Ghobi4uJCfn8+iRYtwdXWlQYMGaLVaDh06xE8//aRzfWVmBvz00086bVq8eHG1Yi3ebn19fRo0aFDh/YyIiNCp28nJCaDM518875gxY0rNoyiKzrN/XC4uLtSqVatEekX3NiUlhRdffLHG4qgsOzs7zMzM1ONGjRrRqlUr9IotndeoUaMK+6SjoyMpKSkkJiayaNEi3NzcSsyO+Oabb/jHP/6hLksWFBRUog9WVvH+Y2VlBfzZV9LS0ujYsaNO/kePhRBCCCGEEEIIIcSzweBpB/CsmBj2TZnnHt0nY9yGzSTs3k7czm3oGRhQ8PAhnV9/k44+A0BP92Xp259+USPx2dvb07hxYyIiIrh58yYeHh5A4Ya6zZo1IyYmhoiICHr06AFAQUEB+vr6nDhxQmc5GCh88avTvlJe8FbnpW/RQEjRvhAFBQWMHj2aiRMnlsjbpEkTAHx9fZk1axZJSUnk5eWRmZmpLn9VUFAAFC5B1alTJ53rH21TkdJeWD862FJZhoaG6v8XXVtaWlGclWnvo2UUlVNURlVt27aNVq1aqXuDFFm2bBnBwcGsWLECFxcXTE1NmTx5comNrE1NTSusw9rampSUFPW4fv361Yq1tHZXdD/79u3L0qVLS5RV9FL7UcXjrFOnTql5HBwcuH37NllZWWWWA6Cnp6ezzwqg7gdRXFn3sKJ7a2xsXO55jUZTqfqLVDbeip5DUVpFfbJWrVrY29sDhZuGp6enM3bsWL766isA4uLiGDRoEB988AHe3t7UrVuX8PDwam/EXl5fKe97L4QQQgghhBBCCCGeLTKoUUmGRkaVznt877fE7dxGl4F+uL8xWN0kXM/AAPc3Ble73Ip4eXkRGRnJzZs3eeedd9R0Dw8PDh48SFxcHMOHDwcKN5rOz8/n+vXrdOvWrcwyHz58yPHjx9VfNaelpXHr1i31F/FVsWLFCurUqUPPnj0BaNeuHWfOnFFffJamcePGdO/enc2bN5OXl0fPnj3VX+w3atQIGxsbLl68qM7eqEirVq3YsWOHzkvO2NhYzMzMsLGxUfM9ul9AXFwcLVu2LHOwpDIq096KFP3iv/iMkfLY2trSokWLEunR0dH4+PgwZMgQoPDlb3p6Os7OzhWWaWhoqFO/gYHBY7Wputq1a8eOHTuws7PDwKBy/5RVJs7+/fsza9YsPvroI3V/h+Ju3bqFubk5DRs25Nq1azp9qfigyeNydXXl+++/V7+zj2rYsCFZWVnqcXp6urrfSFn57969S05OjjqgUpPxViQoKAgHBwemTJlCu3btiImJoWnTprz33ntqnsuXL+tcU6tWrUr39fI4OTmp+9EUOX78+GOXK4QQQgghhBBCCCH++2T5qRpWNIBRNKABhZuHdxnoR+zXmzm2Y+sTq9vLy4ujR4+SkpKiztSAwkGNjRs3cu/ePXWTcAcHB/z8/AgICGDnzp1kZGSQmJjI0qVL2bdvn3qtoaEhgYGBxMfHk5SUxPDhw+ncuXOFS7fcunWLa9eucfnyZQ4fPkz//v3ZsmULa9euVTdanjlzJseOHWP8+PGkpKSQnp7Onj17CAwM1CnLz8+P8PBwtm/frr6ELzJv3jyWLFnCypUrOX/+PKdPnyYkJITly5eXGte4cePIzMwkMDCQc+fOsXv3bubOncvUqVN1ltfJzMxk6tSppKWlsXXrVlavXs2kSZMqfgjlqGx7y2NhYYGxsbG6Kfbt27erFYu9vT2HDx8mNjaW1NRURo8ezbVr1yp1rZ2dHd9//z3Xrl3j5s2b1aq/JowfP57ff/+dwYMHk5CQwMWLFzl06BAjRox4rBfhtra2BAcHs3LlSkaOHElUVBSXL18mJiaG0aNHs2DBAgA8PT359ddf+eijj7hw4QJr1qxh//79NdU85s6dy9atW5k7dy6pqamcPn2ajz76SD3fo0cPPv30U5KSkjh+/DhjxowpMaOiuE6dOmFiYsK7777Ljz/+yJYtWwgNDa2xeCvSvHlzfHx8eP/994HCPvjTTz8RHh7OhQsXWLVqFd9++63ONXZ2dmRkZJCSksJvv/3GH3/8Ua26AwMD2bdvH8uXLyc9PZ3169ezf//+Gl1mTAghhBBCCCGEEEL8d8igRg1TCgp0BjSKFA1sKNVcRqgyvLy8yMvLw97eXp3NAIWDGnfv3qVFixbY2tqq6SEhIQQEBDBt2jQcHR159dVXiY+P18ljYmLCzJkz8fX1xd3dHWNjY8LDwyuMZfjw4VhZWeHk5MTYsWPRarUkJCTg6+ur5nF1dSUqKor09HS6detG27ZtCQoKKrHkz4ABA7hx4wa5ubn069dP59xbb73Fpk2b1L0iPDw8CA0NVZe4epSNjQ379u0jISGBNm3aMGbMGEaOHMmcOXN08gUEBJCXl0fHjh0ZP348gYGBjBo1qsJ2l6ey7S2PgYEBq1atYv369VhbW+Pj41OtWIKCgmjXrh3e3t54enpiaWlZ4t6WZdmyZRw+fBhbW1vatm1brfprgrW1NTExMeTn5+Pt7U3r1q2ZNGkSdevW1Rmgqo5x48Zx6NAhrl69ymuvvYaTkxNvvfUWderUYfr06QA4Ozvz2WefsWbNGtq0aUNCQoJ6riZ4enqyfft29uzZg5ubGz169CA+Pl49v2zZMmxtbenevTu+vr5Mnz4dExOTMsurX78+//rXv9i3bx8uLi5s3bqVefPm1Vi8lTFt2jT27t1LfHw8Pj4+TJkyhQkTJuDm5kZsbCxBQUE6+d944w169+6Nl5cXDRs2ZOvW6g0Kd+3alXXr1rF8+XLatGnDgQMHmDJlCkY1OFNOCCGEEEIIIYQQQvx3aBRZWFx17949MjIyaNasmbzs+h/m6emJm5sbK1aseNqhCCGekLfffptz584RHR39tEP5W5G/o0IIIYQQQgghhHjSZE8NIYQQf3uffPIJvXr1wtTUlP379xMWFsZnn332tMMSQgghhBBCCCGEEFUkgxpCCCH+9hISEvjoo4+4e/cuzZs3Z9WqVbz11ltPOywhhBBCCCGEEEIIUUUyqCHEIyIjI592CEKIGvb1118/7RCEEEIIIYQQQgghRA2QjcKFEEIIIYQQQgghhBBCCPFMkEENIYQQQgghhBBCCCGEEEI8E2RQQwghhBBCCCGEEEIIIYQQzwQZ1BBCCCGEEEIIIYQQQgghxDNBBjWEEEIIIYQQQgghhBBCCPFMkEENIYQQQgghhBBCCCGEEEI8E2RQQ5QpNDQUc3Pzpx3GY7l06RIajYaUlJSnHYooZtiwYfTr1+9ph1Fj/m7tedb8Hf6tEkIIIYQQQgghhBCVI4MaNezhrXvcv5pd5ufhrXs1Xue6deswMzPj4cOHalp2djaGhoZ069ZNJ290dDQajYbz58/XeBxFNBqN+jE1NaVly5YMGzaMEydOPLE6/1dUdpCmKF/Rp169enTv3p2oqKjHjkGj0bBr165K1VvaZ968eaxcuZLQ0NDHjuVJKa+NNWn9+vW0adMGU1NTzM3Nadu2LUuXLn3i9dYkOzs7VqxYUal8RX3A2NgYJycnPv74YxRFeez63nzzzSf6b5oQQgghhBBCCCGE+OsweNoB/J08vHWPa58ch4flvKQz0GA5vT0G5kY1Vq+XlxfZ2dkcP36czp07A4WDF5aWliQmJpKbm4uJiQkAkZGRWFtb4+DgUGP1lyYkJITevXtz7949zp8/z4YNG+jUqRNffPEFAQEBT7Ru8acjR47w/PPPc/36dd5991369OnDDz/8QLNmzapc1v3796lVq1a5eWxtbcnKylKPP/nkEw4cOMCRI0fUNK1Wi1arrXL9fzeff/45U6dOZdWqVXh4ePDHH39w6tQpzp49+7RDq5TK9IdHzZ8/n7fffpt79+5x5MgRxo4dS506dRg9evRjxWJsbIyxsfFjlSGEEEIIIYQQQgghng0yU6MGFeQ8LH9AA+ChUpivBjk6OmJtbU1kZKSaFhkZiY+PDy1atCA2NlYn3cvLCyh8KTljxgxsbGwwNTWlU6dOOmUU2bVrFw4ODhgZGdGrVy8yMzMrjMnc3BxLS0vs7Ox46aWX+Oabb/Dz82PChAncvHlTzRcbG0v37t0xNjbG1taWiRMnkpOTA8Ds2bPVQZriXF1dmTt3rnocEhKCs7MzRkZGODk58dlnn5UbW1RUFB07dqR27dpYWVkxa9YsnVkunp6eTJgwgQkTJmBubk6DBg2YM2eOzi/K7ezsWLhwIQEBAWi1Wpo2bcru3bv59ddf8fHxQavV4uLiwvHjx3XqLq+9ReUuXryYESNGYGZmRpMmTdiwYYN6vmgwom3btmg0Gjw9Pctta4MGDbC0tMTV1ZX169eTm5vLoUOHuHHjBoMHD6Zx48aYmJjg4uLC1q1bda4tug9Tp07lueeeo1evXtjZ2QHw2muvodFo1OMi+vr6WFpaqh+tVouBgUGJtEeXa/L09CQwMJDJkydTr149GjVqxIYNG8jJyWH48OGYmZnRokUL9u/fr1Pf2bNn6dOnD1qtlkaNGuHv789vv/1W7j2pjtOnT9OjRw+MjY1p0KABo0aNIjs7u0S+Dz74AAsLC/VF/f3798ss89///jcDBw5k5MiR2Nvb8/zzzzN48GAWLFig5vH09GTy5Mk61/Xr149hw4apx3Z2dixYsABfX1+0Wi3W1tasXr1a5xqNRsPatWt5+eWXMTY2plmzZmzfvr1KbSx6ZkuWLFEHRj09Pbl8+TJTpkxRZ2GUx8zMTP134a233sLV1ZVDhw6p5y9cuICPjw+NGjVCq9XSoUMHnQGxsup7dPmpefPm4ebmxldffYWdnR1169Zl0KBB3L17V81z9+5d/Pz8MDU1xcrKiuDg4FLvtxBCCCGEEEIIIYT4a5FBjUoquJ9Pwf18nRfbysOCwrSHBY9fbkGxcvOrXp6npycRERHqcUREBJ6ennh4eKjp9+/f59ixY+qgxvDhw4mJiSE8PJxTp04xYMAAevfuTXp6ulpObm4uixYtIiwsjJiYGO7cucOgQYOq1dYpU6Zw9+5dDh8+DBS+RPX29ub111/n1KlTbNu2jaNHjzJhwgQA/Pz8iI+P58KFC2oZZ86c4fTp0/j5+QGwceNG3nvvPRYtWkRqaiqLFy8mKCiIsLCwUmO4evUqffr0oUOHDpw8eZK1a9fy+eefs3DhQp18YWFhGBgYEB8fz6pVqwgODmbTpk06eYKDg+natSvJycm88sor+Pv7ExAQwJAhQ0hKSsLe3p6AgAC1z1TU3iLLli2jffv2JCcnM27cOMaOHcu5c+cASEhIAApnYGRlZbFz585K3/+i2ToPHjzg3r17vPDCC3z33Xf88MMPjBo1Cn9/f+Lj40u9DzExMaxfv57ExESgcCApKytLPa4JYWFhPPfccyQkJBAYGMjYsWMZMGAAXbp0ISkpCW9vb/z9/cnNzQUgKysLDw8P3NzcOH78OAcOHOCXX35h4MCBNRYTFH4HevfuTb169UhMTGT79u0cOXKkxHP7/vvvSU1NJSIigq1bt/Ltt9/ywQcflFmupaUlcXFxXL58+bFj/Pjjj3F1dSUpKYnZs2czZcoU9XtWJCgoiDfeeIOTJ08yZMgQBg8eTGpqarXaePjwYb777jt27txJ48aNmT9/PllZWTqzdMqjKAqRkZGkpqZiaGiopmdnZ9OnTx+OHDlCcnIy3t7e9O3bl59++gmgSvVduHCBXbt28d133/Hdd98RFRXFhx9+qJ6fOnUqMTEx7Nmzh8OHDxMdHU1SUlKl4hdCCCGEEEIIIYQQT5EiVHl5ecrZs2eVvLy8EucyZ/5HyZz5H+Xh3T/UtNvfX1YyZ/5H+f2b84qiKMofV+6q+cr7/HHlrlrG1fmxSubM/yj3r2WraXfjf65y7Bs2bFBMTU2VBw8eKHfu3FEMDAyUX375RQkPD1e6dOmiKIqiREVFKYBy4cIF5ccff1Q0Go1y9epVnXJefPFFZfbs2YqiKEpISIgCKHFxcer51NRUBVDi4+PLjAVQvv322xLpeXl5CqAsXbpUURRF8ff3V0aNGqWTJzo6WtHT01OfgaurqzJ//nz1/OzZs5UOHTqox7a2tsqWLVt0yliwYIHi7u6uKIqiZGRkKICSnJysKIqivPvuu4qjo6NSUFCg5l+zZo2i1WqV/Px8RVEUxcPDQ3F2dtbJM3PmTMXZ2Vk9btq0qTJkyBD1OCsrSwGUoKAgNe3YsWMKoGRlZVW6vY+WW1BQoFhYWChr164ttT1leTRfdna2Mnr0aEVfX185depUqdf06dNHmTZtmnrs4eGhuLm5lchX1vMtzdy5c5U2bdqUSB86dKji4+OjU9c//vEP9fjhw4eKqamp4u/vr6YV3eNjx44piqIoQUFByksvvaRTbmZmpgIoaWlplYqvLMXbuGHDBqVevXpKdvaf39G9e/cqenp6yrVr19T21K9fX8nJyVHzrF27VqdfPernn39WOnfurACKg4ODMnToUGXbtm06+T08PJRJkybpXOfj46MMHTpUPW7atKnSu3dvnTxvvvmm8vLLL+u0Z8yYMTp5OnXqpIwdO7ZKbWzUqJHyxx9/6JTTtGlTJTg4uNQ2PpqvVq1aiqmpqWJoaKgAipGRkRITE1Puda1atVJWr15dbn0hISFK3bp11eO5c+cqJiYmyp07d9S0d955R+nUqZOiKIpy584dxdDQUNm+fbt6/tatW4qJiUmJ+y2qpry/o0IIIYQQQgghhBA1QWZq/E14eXmRk5NDYmIi0dHRODg4YGFhgYeHB4mJieTk5BAZGUmTJk1o3rw5SUlJKIqCg4ODuseBVqslKipKZ2aEgYEB7du3V4+dnJwwNzdXf+FdFcr/zVgoWjLmxIkThIaG6tTv7e1NQUEBGRkZQOFsjc2bN6vXb926VZ2l8euvv5KZmcnIkSN1yli4cKFOG4pLTU3F3d1dZ5mcrl27kp2dzZUrV9S0zp076+Rxd3cnPT2d/Px8Nc3V1VX9/0aNGgHg4uJSIu369euVbu+j5Wo0GiwtLdUyqqpLly5otVrMzMz497//TWhoKC4uLuTn57No0SJcXV1p0KABWq2WQ4cOqb+IL1L82Zflp59+0mnT4sWLqxVr8Xbr6+vToEGDCu9nRESETt1OTk4AZT7/4nnHjBlTqbhSU1PVzbyLdO3alYKCAtLS0tS0Nm3aqLNhoLDPZGdnl7lcm5WVFceOHeP06dNMnDiRBw8eMHToUHr37k1BQdVma7m7u5c4fvQ7Wl6eyrbRxcWlyvtoFPfOO++QkpJCVFQUXl5evPfee3Tp0kU9n5OTw4wZM2jVqhXm5uZotVrOnTtXol9Whp2dHWZmZuqxlZWV2ncuXrzIgwcP6Nixo3q+bt26ODo6VrttQgghhBBCCCGEEOK/QzYKryTr+YUv3jSGf44DmXVvjPYfNmj0yl9HvjyWMwtfqmkM/izX9IVGVS7H3t6exo0bExERwc2bN/Hw8Cgs39KSZs2aERMTQ0REBD169ACgoKAAfX19Tpw4gb6+vk5Zj27iXNo6+RWtnV+aoheoRftCFBQUMHr0aCZOnFgib5MmTQDw9fVl1qxZJCUlkZeXR2Zmprr8VdGL340bN9KpUyed6x9tUxFFUUrE/uhgS2UVXzan6NrS0orirEx7Hy2jqJyqvuQusm3bNvUFcYMGDdT0ZcuWERwczIoVK3BxccHU1JTJkyeX2AOi+EvuslhbW5OSkqIe169fv1qxltbuiu5n3759Wbp0aYmyrKysSq2jeJx16tSpVFyl9ZlHYypPRXlat25N69atGT9+PEePHqVbt27qS389PT2dJe+gcPmwyqhKbJVtY2X6Q3mee+457O3tsbe3Z8eOHdjb29O5c2d69uwJFA56HDx4kE8++QR7e3uMjY3p379/uXuTlKW871FZ3/lH77UQQgghhBBCCCGE+OuRQY1K0qtV8iW5xkCP6g9nlFOufvUm0Hh5eREZGcnNmzd555131HQPDw8OHjxIXFwcw4cPBwo3ms7Pz+f69et069atzDIfPnzI8ePH1V80p6WlcevWLfUX8VWxYsUK6tSpo77AbNeuHWfOnMHe3r7Maxo3bkz37t3ZvHkzeXl59OzZU/3FfqNGjbCxseHixYvq7I2KtGrVih07dui8xI2NjcXMzAwbGxs1X1xcnM51cXFxtGzZsszBksqoTHsrUvQr+eIzRspja2tLixYtSqRHR0fj4+PDkCFDgMIBgvT0dJydnSss09DQUKd+AwODx2pTdbVr144dO3ZgZ2eHgUHl/imrTpytWrUiLCyMnJwc9aV+TEwMenp6ODg4qPlOnjxJXl4exsbGQGGf0Wq1NG7cuEp1Aerm8Q0bNtTZNyI/P58ffvhB3RenSGn99dHvaFxcHAEBATrHbdu2rVIbS1OrVq1K98fi6tWrR2BgINOnTyc5ORmNRkN0dDTDhg3jtddeAwr32Lh06VKN1FdcixYtMDQ0JCEhAVtbWwDu3LlDenq6OiAshBBCCCGEEEIIIf6aZPmpvxEvLy+OHj1KSkqKzos5Dw8PNm7cyL1799SXoQ4ODvj5+REQEMDOnTvJyMggMTGRpUuXsm/fPvVaQ0NDAgMDiY+PJykpieHDh9O5c2edZVtKc+vWLa5du8bly5c5fPgw/fv3Z8uWLaxduxZzc3MAZs6cybFjxxg/fjwpKSmkp6ezZ88eAgMDdcry8/MjPDyc7du3qy/hi8ybN48lS5awcuVKzp8/z+nTpwkJCWH58uWlxjVu3DgyMzMJDAzk3Llz7N69m7lz5zJ16lT09P78OmRmZjJ16lTS0tLYunUrq1evZtKkSRU/hHJUtr3lsbCwwNjYWN0U+/bt29WKxd7ensOHDxMbG0tqaiqjR4/m2rVrlbrWzs6O77//nmvXrnHz5s1q1V8Txo8fz++//87gwYNJSEjg4sWLHDp0iBEjRjz2S+/i/Pz8MDIyYujQofzwww9EREQQGBiIv7+/OsAGcP/+fUaOHMnZs2fZv38/c+fOZcKECTr9qrixY8eyYMECYmJiuHz5sjro0LBhQ3WpqB49erB371727t3LuXPnGDduHLdu3SpRVkxMDB999BHnz59nzZo1bN++vUR/3b59O1988QXnz59n7ty5JCQkqBuBV7aNpbGzs+M///kPV69e5bfffqvKrWX8+PGkpaWxY8cOoLBf7ty5k5SUFE6ePImvr2+JWUqPU18RMzMzhg4dyjvvvENERARnzpxhxIgR6OnpVWsWmhBCCCGEEEIIIYT475FBjRqkZ2oABhW8EDPQFOZ7Ary8vMjLy8Pe3l7nRaSHhwd3796lRYsW6q+SAUJCQggICGDatGk4Ojry6quvEh8fr5PHxMSEmTNn4uvri7u7O8bGxoSHh1cYy/Dhw7GyssLJyYmxY8ei1WpJSEjA19dXzePq6kpUVBTp6el069aNtm3bEhQUVGLpoAEDBnDjxg1yc3Pp16+fzrm33nqLTZs2qXtFeHh4EBoaqi5x9SgbGxv27dtHQkICbdq0YcyYMYwcOZI5c+bo5AsICCAvL4+OHTsyfvx4AgMDGTVqVIXtLk9l21seAwMDVq1axfr167G2tsbHx6dasQQFBdGuXTu8vb3x9PTE0tKyxL0ty7Jlyzh8+DC2trbqL/2fBmtra2JiYsjPz8fb25vWrVszadIk6tatW+ZAQmUUvUQvmv1hYmLCwYMH+f333+nQoQP9+/fnxRdf5NNPP9W57sUXX6Rly5Z0796dgQMH0rdvX+bNm1dmPT179iQuLo4BAwbg4ODAG2+8gZGREd9//726VNiIESMYOnQoAQEBeHh40KxZsxKzNACmTZvGiRMnaNu2LQsWLGDZsmV4e3vr5Pnggw8IDw/H1dWVsLAwNm/erM4MqWwbSzN//nwuXbpEixYtaNiwYYX5i2vYsCH+/v7MmzePgoICgoODqVevHl26dKFv3754e3vTrl27GquvuOXLl+Pu7s4///lPevbsSdeuXXF2dsbIyKjaZQohhBBCCCGEEEKIJ0+jyCLiqnv37pGRkUGzZs2q/WLr4a17FOQ8LPO8nqkBBuby0uyvzNPTEzc3N1asWPG0QxFPwbVr17CysiIxMbFSG6U/bXZ2dkyePJnJkyeXmUej0fDtt99WeuDqf1FOTg42NjYsW7aMkSNHPu1wnlk18XdUCCGEEEIIIYQQojyyp0YNMzA3AvOnHYUQoqoUReHy5ct88sknNGrUiNatWz/tkMQTlJyczLlz5+jYsSO3b99m/vz5ANWe/SSEEEIIIYQQQggh/jtkUEMIIYDbt2/j6OiIs7Mz4eHh8ivz/wGffPIJaWlp1KpVixdeeIHo6Giee+65px2WEEIIIYQQQgghhCiHLD9VjCybIYQQQlSf/B0VQgghhBBCCCHEkyYbhQshhBBCCCGEEEIIIYQQ4pkggxqlkMkrQgghRNXJ308hhBBCCCGEEEI8aTKoUYyhoSEAubm5TzkSIYQQ4tlT9Pez6O+pEEIIIYQQQgghRE2TjcKL0dfXx9zcnOvXrwNgYmKCRqN5ylEJIf5/e3eMAjEIhGF0INhb5v6nC1ZWNhLcfmHLYGZ57wR//ykDvNtaK8YY0VqLWmscx7F7EgAAAPCnHAr/staK67qi9757CgCkUmuN8zw9CAAAAAAeI2r8cN93zDl3zwCAFEopfmgAAAAAjxM1AAAAAACAFBwKBwAAAAAAUhA1AAAAAACAFEQNAAAAAAAgBVEDAAAAAABIQdQAAAAAAABSEDUAAAAAAIAURA0AAAAAACCFDyXzIUeoRLcHAAAAAElFTkSuQmCC", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "C:\\Users\\guada\\AppData\\Local\\Temp\\ipykernel_29168\\3790897034.py:128: UserWarning: set_ticklabels() should only be used with a fixed number of ticks, i.e. after set_ticks() or using a FixedLocator.\n", + " ax1.set_xticklabels(course_comment_rating['program'], rotation=90)\n" + ] + }, + { + "data": { + "image/png": "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/yHH2Bgp0zIAGUdKERERienZs2cYPHgwYmJiYGlpiQYNGuDQoUPo0qULACAmJgaPHz9W7p+dnY0pU6bg6dOnMDY2Rr169XDgwAH06NFDuU/r1q0RGBiIr776CrNmzYKnpyd27NiBFi1aVPr55dPoolRgYGCJt8tkMsydO7fYpmBEREREpJBnYIC/mlvhWV4i5DrJsHzlNsOEBMgNDJBiYwHIMmCua15s7ykiIiKqeBs2bCjx9s2bNxf4ftq0aZg2bdobj9uvXz/069evPNHUSqOLUkRERESkPuv7N8Spl6cw1DITr67B99LHBwd37sSNmDPAs+85SoqIiIgqBYtSRERERFWEk6Gi2WlMVkzhG3V0YGPriQ91PoSZnlklJyMiIqKqiEUpIiIioirC0dAREACjx1Ew1f8Xac7OBW6vYVQDA5wGiJSOiIiIqhodsQMQERERUeVwNHTE1yeAvd/dh+fu3crtPhs3ot4vv8AkpogRVEREREQVhCOliIiIiKoIJ0MnbHMBMnUB5OYot9c4fhyGyck42dodWdZyOBo6Qk/Gt4lERERUsfhug4iIiKiKsNKzQrduS7C3py1MzKopNgoCwj/8ECaxsfgqbSNiwlKxqu4quBq7ihuWiIiItB6LUkRERERVhEwmg6el9+sb8ah7d6TL0xFz/S8AQDWDaiKkIyIioqqGPaWIiIiIqiiZXK78d1x2HADAXNccJromYkUiIiKiKoQjpYiIiIiqkLDUMFyOPYl5m++gdmQ8zi1ZArm+PuL1YwEADoYOIickIiKiqoJFKSIiIqIq5GHGQ+xKOoTlTw1hkJaF5l9/DdNnz5DbrSHQErA3sBc7IhEREVURnL5HREREVIU4GTrBJQn46S1jhEydimQPD8j19JCMdPj9C7SMNYDx8+dixyQiIqIqgCOliIiIiKoQz2QDhK8GjHMTAXyn3N7/0H30BwCchFz/HE6sXYuMamx4TkRERBWHI6WIiIiIqhCnTD0Y55a8j25ODgySkysnEBEREVVZHClFREQaYf/+/WJHKFGvXr3EjkCkFnoyvv0jIiIizcCRUkREREREREREVOlYlCIiIiIiIiIiokrHohQREREREREREVU6FqWIiIiIiIiIiKjSsShFRERERERERESVjkUpIiIioiok28ICcn39EveR6+sj28KikhIRERFRVcU1gYmIiIiq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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "C:\\Users\\guada\\AppData\\Local\\Temp\\ipykernel_29168\\3790897034.py:139: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " ironhack_comments['positive_reviews'] = ironhack_comments['review_body'].apply(lambda x: any(kw in x.lower() for kw in positive_keywords)).astype(int)\n", + "C:\\Users\\guada\\AppData\\Local\\Temp\\ipykernel_29168\\3790897034.py:140: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " ironhack_comments['negative_reviews'] = ironhack_comments['review_body'].apply(lambda x: any(kw in x.lower() for kw in negative_keywords)).astype(int)\n" + ] + }, + { + "data": { + "image/png": "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Y8eOKleunL7//nt99913unr1qp566ikdPnzYom18fLyee+45NWzYUEuWLFHXrl01efJkjR8/XpIUFBRkDo26deumbdu2adu2bWn+IytZdHS0Xn75Zb3yyitasmSJKlasqK5du+rdd9/V0KFDNWjQIP3000/KlSuXWrVqpXPnzpnve/jwYdWoUUMHDx7URx99pGXLlql58+bq06dPqiNkhg0bptOnT+ubb77RV199pWPHjqlFixZKTEyUJH3++eeqU6eOAgMDzfXfHZqk5eeff9bly5fVtWtXlSxZUk8++aQWLlyoa9eupdq+TZs2KlWqlH766ScNGTJE8+bN01tvvWXR5sSJE+rUqZO+++47LVu2TN26ddPEiRP12muvpVtL3759dfToUa1du9Zi+4oVK3TixAn17NlTkrRgwQL16NFD9erV06JFi7R48WK99dZbun79err7b9asmXbt2qUJEyZo9erVmjZtmqpWraorV66ke7958+apZcuW8vX11fz58zV9+nRdvnxZ9evX1+bNmyVJw4cPN4dEyVPyMjNlKTIyUpIspv1Z817Jnz+/nn32Wc2aNcsiEJGkGTNmyN3dXeHh4Wk+7vr161WnTh1duXJFX3zxhZYsWaIqVaqoffv25mDA19dXNWrUsJhCt3btWnl4eOjq1avavn27efuaNWv09NNPy2Qy6fr162rUqJH+/fdfffbZZ1q9erWmTJmiwoUL6+rVq2nWtGjRInXr1k2SzNMhX3nlFUnSG2+8ocGDB6tRo0ZaunSpxowZo5UrV6p27dop1oOKiorSiy++qE6dOunXX39Vjx490nzMtKS2jwsXLqh27dr67bffNGbMGC1dulRhYWEaMGCAevXqlWIfd/d97ty5un79upo1a5Yi1L3f8SrZqVOn9Nprr+n777/Xzz//rNatW6t3794aM2aMRbsRI0YoPDxcwcHBmjlzphYtWqQuXbro9OnTafZ38uTJatu2rYYNG6Zvvvkm1T8USHeCzEuXLqlly5ZWh+ANGjTQ7Nmz1a9fPy1fvlwvvviiJkyYoNatW9/3/ulp3bq1SpQooR9++EFffPGFJOs+89Z+l2T2+AEAyAYGAADZ4L///jOefPJJQ5IhyXBzczNq165tjBs3zrh69aq53ZkzZ4wcOXIYvXv3trj/1atXjcDAQKNdu3bmbV26dDEkGd9//71F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9PHHH6doFx4erj///FMnTpwwbzt06JAOHDig8PBwSdLXX3+tt99+W++//76OHDmisWPHavjw4Zo1a5bVfTx58qRWrlwpNzc387b77Tc8PFzz58+XYRjm+yxcuFAFChRQvXr1UjyGYRhq3ry5oqOj9euvv2rXrl0KDQ1Vw4YNdenSJfn5+alKlSrasGGDJGn//v3m/8bGxkq6M+Uxed+ffPKJli5dqu+//15Hjx7VnDlzVLRoUav7nB0IpQAAAAAAQJbYvn275s2bp4YNG5qn8E2cOFFNmzZVuXLl9PXXX8vLy0vTp0+XJJ05c0ZVq1ZV9erVVbRoUYWFhalFixYp9uvq6mqephcQEKDAwED5+fmlaFehQgVVqlRJ8+bNM2+bO3euatSooVKlSkmSxowZo48++kitW7dWSEiIWrdurbfeektffvllun1btmyZcuXKJS8vLxUvXlyHDx/W4MGDzbffb7/t27fXuXPntHnzZvN95s2bp06dOsnFJWU8s379eh04cEA//PCDqlevrpIlS+rDDz9U7ty59eOPP0q6M0osOZTasGGDGjZsqAoVKpgfY8OGDapfv775uS5ZsqSefPJJFSlSRE8++aQ6duyYbp+zG6EUAAAAAADItOSwxtPTU7Vq1VLdunU1depUnThxQvHx8apTp465rZubmx5//HEdOXJEkvTGG29owYIFqlKligYNGqStW7c+cD3h4eGaO3eupDujjebPn28eJXXhwgWdPXtW3bp1U65cucyX9957z2J0VWoaNGigvXv36s8//1Tv3r3VpEkT9e7d2+r95s+fX40aNTLXFhkZqW3btplru9euXbt07do15c2b12KfkZGR5n3Wr19fv//+u5KSkrRx40bVr19f9evX18aNGxUdHa2//vrLPFIqIiJCe/fuVenSpdWnT58UUw/tgYXOAQAAAABApjVo0EDTpk2Tm5ubgoODzVPaoqKiJEmme07rZxiGeVvTpk11+vRpLV++XGvWrFHDhg3Vs2dPffjhh5mup1OnThoyZIh2796tmzdv6uzZs+rQoYMkKSkpSdKdqXZPPPGExf1cXV3T3a+3t7dKlCgh6c5UuAYNGmj06NEaM2aM1fsNDw9X3759NXXqVM2bN0/ly5dX5cqVU328pKQkBQUFmUdC3S137tySpLp16+rq1avavXu3fv/9d40ZM0aFChXS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VaFChVT76Gh69eqlRYsWacKECeZj/LZt2zRq1Cj9999/+uKLL+xcYea89957mjVrliZMmKDu3bubt1esWFGTJ0922FDql19+UXh4uK5fvy4fHx+L96DJZHLYUGrDhg26fft2iu23bt3S77//boeKssbff/+tjh07asuWLebA7cqVK6pdu7bmz5+vQoUK2bfATHrrrbeUI0cOnTlzRmXLljVvb9++vd566y1CqUxipBQeGcWKFdOLL76od99912L7yJEj9d133+nkyZN2quzB1KpVS23btlW/fv3k4+Ojffv2qVixYtqxY4datWqlf/75x94lZkq7du20d+9eTZ06VbVq1ZLJZNLWrVvVt29fVapUSd9//729S8yUIkWKaOHChapZs6bF63X8+HGFhoYqNjbW3iVmWM2aNRUQEKBZs2YpT548kqTLly8rIiJC58+f17Zt2+xcYeY46zHDWdWpU0c5cuTQkCFDFBQUlOIfzZUrV7ZTZbhbv379JEkff/yxunfvrpw5c5pvS0xM1J9//ilXV1dt2bLFXiU+kKFDh2ratGmqWLGiHn/8cRmGoZ07d2r//v2KiIjQ4cOHtXbtWv38889q2bKlvcu1Wr58+TR79mw1a9bM3qVkGT8/Py1YsEBNmza12L5ixQp16NBBMTExdqrswZQoUUJffvmlGjZsaPE743//+59q1aqly5cv27vETClVqpSaNWumsWPHWhw3HNX+/fslSVWqVNG6devk7+9vvi0xMVErV67Ul19+qVOnTtmpwgfTuHFjxcbGatasWeY/WB49elRdu3aVt7e3fvvtNztXmDmBgYFatWqVKleubPH5ioyMVMWKFc2jLpExjJTCIyM6OjrVv6K8+OKLmjhxoh0qyhoHDhzQvHnzUmzPnz+/Ll68aIeKssby5cu1atUqPfnkk+ZtTZo00ddff20xwsjRXLhwIdUpiNevX3fYvzzv27dPO3fuNAdSkpQnTx69//77qlGjhh0rezDOesxwVnv37tWuXbtUpkwZe5eCdOzZs0fSnZFSBw4ckLu7u/k2d3d3Va5cWQMGDLBXeQ/sv//+U//+/TV8+HCL7e+9955Onz6t3377TSNHjtSYMWMcKpRyd3dXiRIl7F1GlvL09FTRokVTbC9atKjF+9LR/PPPP6m+VklJSYqPj7dDRVnjn3/+UZ8+fZwikJLuhFEmk0kmk0lPP/10itu9vLw0depUO1SWNX7//Xdt3brVYrmD0qVLa+rUqapTp44dK3sw169fT/U9+N9//8nDw8MOFTkHFjrHI6N+/fqpDoPdvHmznnrqKTtUlDVy586tqKioFNv37NmjggUL2qGirJE3b95Up+j5+flZhB+OpkaNGlq+fLn5enIQ9fXXX5unDzia0qVL699//02x/fz58w79jxhnPWZId/5a2atXLzVs2FBhYWHq1auXjh49au+yHki5cuX033//2buMbHP79m39/fffOnPmjMXF0axfv17r169Xly5dtGLFCvP19evXa9WqVfryyy9VsmRJe5eZad9//706duyYYnuHDh3MI3w7duzocJ+3/v376+OPP3aqxXx79uypMWPGKC4uzrwtLi5O77//vnr16mXHyh5M+fLlU/3u+uGHH1S1alU7VJQ1mjRpop07d9q7jCwTGRmpEydOyDAMbd++XZGRkebLP//8o9jYWHXt2tXeZWZa4cKFUw1BExISHPrfJ3Xr1tXs2bPN100mk5KSkjRx4kSHm5b9MGGkFB4Zzz33nAYPHqxdu3apZs2aku6sD/PDDz9o9OjRWrp0qUVbR9GpUycNHjxYP/zwg/nAuGXLFg0YMMBh59dL0jvvvKN+/fpp9uzZCgoKknRn5MrAgQNT/AXakYwbN07PPPOMDh8+rISEBH388cc6dOiQtm3bpo0bN9q7vEwZO3as+vTpo1GjRll8tt59912NHz/eYkqir6+vvcrMMGc9ZjjrWlnjx4/XoEGDNHbsWFWsWDHFIsWO9N67m7OulTVjxgx7l5AtPD09tXXr1hSB/NatW81rZSUlJTncX9Q3b96s9evXa8WKFSpfvnyKz9fPP/9sp8oyb8+ePVq7dq0ee+wx8/Teffv26fbt22rYsKFat25tbutI/Rs5cqQ6d+6sf/75R0lJSfr555919OhRzZ49W8uWLbN3eZnWvHlzDRw4UIcPH071GO9I38PSneUcJKVYsN1ZTJgwQb1799Znn32matWqyWQyaefOnerbt68+/PBDe5eXaRMnTlT9+vW1c+dO3b59W4MGDdKhQ4d06dIlh512/jBgTSk8MlxcrBsY6Gg/8uPj4xUREaEFCxbIMAzlyJFDiYmJ6tSpk2bOnClXV1d7l5gpVatW1fHjxxUXF2c+a9aZM2fk4eGR4q/ou3fvtkeJmXbgwAF9+OGH2rVrl5KSkhQaGqrBgwc77ILgd3+2kkd+JX+13H3d0T5bznrMcNa1spJfr3unwTrie+9uzrpW1vXr1/XBBx+keTY3R30fvvfeexo7dqy6d++uGjVqyGQyafv27frmm280bNgwvf3225o8ebJ+/fVXrV692t7lWu3ll19O93ZHDBnv16e7OVr/Vq1apbFjx1r8zhgxYoQaN25s79IyLb3vZEc+xkt3Tg6zYcOGVI+FI0aMsFNVDyZPnjy6ceOGEhISzGdiTv5/b29vi7aXLl2yR4mZFh0drWnTpll8vnr27Gn+IzoyjlAKcBInTpzQnj17lJSUpKpVqzr09AdJGj16tNVtR44cmY2V4H4yMsKrXr162VgJrJEzZ07t378/xUiOY8eOqXLlyrpx44adKnsw93sfOup7z9vb2ynXyurYsaM2btyozp07pxq29e3b106VPbi5c+fq008/NU/RK126tHr37q1OnTpJkm7evGk+Gx+AR9vXX3+tN954Q/ny5VNgYGCKswo62h9ek82aNcvqtl26dMnGSuAICKUAwA7Onz+f6l/EKlWqZKeK8Kho1qyZ2rZtm2KUwIwZM7RgwQKtWrXKTpUhNTVq1NDkyZMtTvrgDHLnzq3ly5c79IK3wMPu2rVrKX5nOOpUZmdVpEgR9ejRQ4MHD7Z3KbDSrVu3tH///lR/xzvaNNKHBWtK4ZGyffv2NIfHTpo0yU5VPRjDMPTjjz9q/fr1qfbLkdZBSIsz/ajatWuXunTpoiNHjqRYMNaRh5876xe0Mx4znHWtrOTTa98reURK4cKFHW4dH8l518rKkyePxSnQnc3t27dTPW4kT0d3NFWrVk31DLHJn68SJUooIiLCoRb6vXjxokaMGJHm7ydHm1KULDIyUr169dKGDRt069Yt83ZHn8r8ySefpLr97vdg3bp1HW7ZisuXLzvsWo7WcLY/wq5cuVIvvfRSqidWceTPl70xUgqPjLFjx+qdd95R6dKlVaBAgRTDY9etW2fH6jKvT58++uqrr9SgQYMU/ZIcbx2EZM76o6pSpUoqUaKEBg8enOrrlbzwpSNx1i9oZz1mOOtaWS4uLqn+ozmZm5ub2rdvry+//NKhpk0561pZc+bM0ZIlSzRr1iynOcW75LwL0w8dOlTTpk1TxYoV9fjjj8swDO3cuVP79+9XRESEDh8+rLVr1+rnn39Wy5Yt7V2uVZo2baoTJ06oW7duqX4fO+qUotq1a0u6MwU2tX456lTmkJAQXbhwQTdu3FCePHlkGIauXLminDlzKleuXDp//ryKFSum9evXq1ChQvYu12rdunVTjRo19Prrr9u7lCzlrH+ELVGihJo0aaIRI0aoQIEC9i7HaRBK4ZFRoEABjR8/XhEREfYuJUv5+/trzpw5atasmb1LyVLO+qPKx8dHe/bsSbGejyNz1i9oZz1mOKslS5Zo8ODBGjhwoPkfzTt27NBHH32kkSNHKiEhQUOGDFH79u0d6sw/zrpWVtWqVc2nQy9atGiKEWCOuo6Ksy5M3717dxUuXDjF2W/fe+89nT59Wl9//bVGjhyp5cuXa+fOnXaqMmN8fHy0efNmh31N0pIrVy7t2rVLpUuXtncpWWr+/Pn66quv9M0336h48eKSpOPHj+u1117Tq6++qjp16qhDhw4KDAzUjz/+aOdqrTdu3DhNmjRJzZs3T3U0bJ8+fexU2YNxxj/CSndGJ+/Zs8f8HkTWIJTCIyMoKEibNm1y+AXA7xUSEqIVK1Y43SK4zvqjqlWrVurcubPatGlj71KyjLN+QTvrMcNZPf744xozZoyaNGlisX3VqlUaPny4tm/frsWLF6t///46ceKEnapEsvudzMJRT2DhrAvT+/n5adeuXSn+oHL8+HFVq1ZNMTEx+t///qcaNWro6tWrdqoyY2rUqKGpU6eapzE7iwYNGujtt99WWFiYvUvJUsWLF9dPP/2kKlWqWGzfs2eP2rRpo5MnT2rr1q1q06aNoqKi7FNkJoSEhKR5m8lkctgzkTrjH2ElqWvXrqpTp466detm71KcCmtK4ZHx1ltv6bPPPtOUKVPsXUqWGjVqlEaPHq1vv/1WXl5e9i4ny9SoUUNnz551ulDqm2++UZcuXXTw4EFVqFAhxV/EHGkNn2QvvPCCNmzY4HShlLMeMyTnXCvrwIEDqf7ltUiRIjpw4IAkqUqVKg71jxXJedfKctTQ6X7KlSuX6lRmR+fp6amtW7em+Afm1q1bzdNhk5KSHOq9+Pnnn2vIkCEaMWJEqt/Hjrpe2zfffKPXX39d//zzT6r9ctS1fKKiopSQkJBie0JCgqKjoyVJwcHBDhOKJouMjLR3CdmiYcOG2rdvn9OFUp9++qnatm2r33//3alGttkboRQeGQMGDFDz5s1VvHhxlStXLsVBxFEXBG/btq3mz5+vgIAAp5oC4aw/qrZu3arNmzdrxYoVKW5z1Dn2zvoF7azHjPutleWoypQpow8++EBfffWV3N3dJUnx8fH64IMPzKNW/vnnH4ebYlqlShWnXCtLkq5cuaIff/xRJ06c0MCBA+Xv76/du3erQIECKliwoL3LyxRnXZi+d+/eev3117Vr1y7VqFFDJpNJ27dv1zfffKNhw4ZJujMqsWrVqnau1Hq5c+dWTEyMnn76aYvtjr7+14ULF3TixAmLM6yaTCaH71eDBg302muv6ZtvvjG/z/bs2aM33njD/BoeOHAg3ZFHD7Pbt28rMjJSxYsXV44cjv9PdGf8I6wkzZs3T6tWrZKXl5c2bNiQ4jeUo/7mtTem7+GR0bNnT02fPt3pFgRv166d1q9frxdeeCHVfjnqX6P/+OMPderUSadOnTJvc4YfVUWLFtWzzz6r4cOHO9w/jtOSHCB6eXkpb968Kb6gHXXoubMeM5x1raytW7fqueeek4uLiypVqiSTyaT9+/crMTFRy5YtU82aNfXdd98pOjpaAwcOtHe5VnPWtbL279+vsLAw+fn56dSpUzp69KiKFSum4cOH6/Tp05o9e7a9S8wUZ12YXpLmzp2rTz/9VEePHpUklS5dWr1791anTp0kSTdv3jSP4HMEjz/+uHLkyOF0a1eWK1dOZcuW1aBBg5xqLZ/o6Gh17txZa9euNQccCQkJatiwob777jsVKFBA69evV3x8vBo3bmznaq1348YN9e7dW7NmzZIk/fXXXypWrJj69Omj4OBgDRkyxM4VZs7SpUvVuXPnVEeuOfKxMDAwUH369NGQIUOsPnEM7o9QCo8MHx8fLViwQM2bN7d3KVnK29tbq1at0pNPPmnvUrKUs/6o8vHx0d69e51qqpuzfkE76zHDmdfKunbtmubMmaO//vpLhmGoTJky6tSpk3x8fOxdWqY561pZYWFhCg0N1YQJE+Tj46N9+/apWLFi2rp1a4o/SDgSZ12Y3hnlzJlTe/bscbplAry9vZ1y2lSy//3vfxbHeEd//fr27astW7ZoypQpeuaZZ7R//34VK1ZMS5cu1ciRI7Vnzx57l5gpzvhHWOnOCaZ27NjhVL/jHwaOPzYQsJK/v79THkAKFSrksNMB0nP69GktXbrU6X5UtW7dWuvXr3eq9+Lt27fVvn17pwqkJOc9ZjjzWlm5cuVyutNqO+taWTt27NCXX36ZYnvBggXN68M4IkInx1G9enWnXLvy6aefdupQqkyZMk51IoHFixdr4cKFqlmzpsUfYMuVK+dQf2i418WLF/XWW285VSAlSV26dNHChQvN05aRNQil8MgYNWqURo4cqRkzZihnzpz2LifLfPTRRxo0aJC++OILFS1a1N7lZBln/VFVqlQpDR06VJs3b3aa9Zec9QvaWY8ZzrRW1tKlS9W0aVO5ublp6dKl6bZ11PUrnHWtLE9PT8XGxqbYfvToUeXPn98OFWXe/v37VaFCBbm4uKS5MH0yR1oP0d/fX3/99Zfy5cunPHnypLu22aVLl2xYWdbo3bu3+vbtq4EDB6b6fexIr9XdWrRoobfeeksHDhxItV+OdCzs16+fxowZI29vb/Xr1y/dto56ko4LFy4oICAgxfbr16879DqPzvhHWElKTEzUhAkTtGrVKlWqVCnF58tR34f2xvQ9PDKqVq2qEydOyDAMp1oQPE+ePLpx44YSEhKUM2fOFP1yxB+KkvTVV1/pvffeU9euXR3+R9XdnPHUv3369NHs2bNVuXJlp/qCdtZjhjOtleXi4qLo6GgFBASkO1LPkdevcNa1sl599VVduHBB33//vfz9/bV//365urqqVatWqlu3rkON5Lv3fZi8/uG9HO19OGvWLHXo0EEeHh6aOXNmuv9A7tKliw0ryxqpHTOcYe1KZzoWNmjQQIsWLVLu3LnVoEGDNNuZTCatW7fOhpVlnXr16umFF15Q79695ePjo/379yskJES9evXS8ePHtXLlSnuXmCnvv/++pkyZoubNmzvNH2ElOe370N4IpfDIGD16dLq3O+qC4MkLI6bFEX8oSs71o8rZOesXtLMeM5x1rSxn5oxrZcXGxqpZs2Y6dOiQrl69quDgYEVHR6tWrVr69ddf5e3tbe8SrXb69GkVLlxYJpNJp0+fTreto66H6Ix4rfAw2Lp1q5555hmFh4dr5syZeu2113To0CFt27ZNGzduVLVq1exdYqY44x9hkX0IpQAAeIQUKVJEq1atcqo1OdJy5coV5c6d295lIB3r1q3T7t27lZSUpNDQUIWFhdm7pEyLj4/Xq6++quHDh6tYsWL2LidL7d69W25ubqpYsaKkO2eFnDFjhsqVK6dRo0aZp5YCthIbG6t169Y5xRpTBw4c0Icffqhdu3aZj4WDBw82f94AZ0coBTig2NhY8+Lmqa3JcTdnXATd0TwKayLAccyYMUMrV650urWyxo8fr6JFi6p9+/aSpLZt2+qnn35SUFCQfv31V1WuXNnOFVrvUVgry1nlzp1bu3fvdrpQqkaNGhoyZIjatGmjkydPqly5cmrdurV27Nih5s2bO9R0y3sdPnxYZ86c0e3bty22O9Jn65NPPtGrr74qT09PffLJJ+m2ddRpU+3atVPdunXVq1cv3bx5U5UrV9apU6dkGIYWLFigNm3a2LtEOKnWrVtr5syZ8vX1VevWrdNt60jrcj5MCKXwyEhMTNTkyZP1/fffp/rjw5HWXnJ1dVVUVJTF+hX3cvQ1EaQ7izxu3Lgx1dfLkX5UPQprIuzYsUM//PBDqq+Vo35BO9Mx427OulZWsWLFNGfOHNWuXVurV69Wu3bttHDhQvPr99tvv9m7RKs9CmtlSdL27du1YcMGnT///9i787iY9v8P4K+ZtEmpqCjaFVGUnUslS3RvsrshspPsS5bs2SnbtaYFWa/tXiSUkKW9EKXdUpa6oY1qPr8/+ja/xmRpio9zOs/Ho8e9zswfrx41pzOfOZ/X+zUEAoHIY0xdoHd2doapqek3P4BgmoYNGyI6OhoGBgbYuHEjgoODceXKFYSFhWHkyJF49uwZ7YjVlpqaikGDBuHBgwciPWAV11RMem3p6ekhMjISjRo1Yu22qSZNmuDKlSto27YtAgICsGLFCsTFxcHPzw/79+9HTEwM7Yg18vr16yrPhUwt3AeA58+f48KFC1VeQzHpHO/s7IwdO3ZAUVERzs7OX30uk3o5fyXc9D1OnbFq1SocPHgQc+fOhbu7O5YuXYr09HScO3cOy5cvpx2vWoKDg6GqqgoACAkJoZzmx4iJicGAAQNQWFiIgoICqKqq4u3bt6hfvz7U1dUZtSgVEhICf39/jBgxgpU/r+PHj8PJyQl9+/bF1atX0bdvXzx9+hTZ2dkYNGgQ7XgSY9M5ozIHBwfaEX6IrKwsNG/eHADw77//Yvjw4ejbty90dXXRuXNnyumqp/Kbks/foLDFunXrsGzZMhgbG4sV7jN54pShoSHWrFmDO3fuoH379mLdWEz621UZIUT4u3jt2jX8/vvvAIDmzZvj7du3NKNJbNasWdDT08O1a9egr6+P8PBw5OTkYN68ediyZQvteNWSlpaGmzdvolu3bkhLS6Md54d49+6d8No3MDAQQ4YMQf369WFnZ8eoIQ+fi4qKwtixY/H48WOxAQlM/uDh+vXrsLe3h56eHhITE9GmTRvhnW0WFha041WLj48PVq9ejfnz53OLTj8K4XDqCH19ffLvv/8SQghp0KABSU5OJoQQsn37dvLnn3/SjCYRPT098vbtW9oxfhhLS0syadIkUlpaSho0aEBSUlJIZmYm6dmzJ/n7779px6s2Pp9PXr16RTvGD2Fqakp27dpFCCHCn5VAICCTJk0iy5cvp5xOcmw7Z7Bd06ZNSVhYGCGEECMjI3Ly5ElCCCFPnjwhioqKNKPVuv/++492hBpTV1cnPj4+tGPUOl1d3S9+6enp0Y4nMWtra+Lk5ET8/f2JtLQ0efr0KSGEkBs3bhAdHR264STUqFEjEhcXRwghRElJiTx58oQQQsj169dJu3btaEaTCJuvMwghpEWLFuTEiRMkPz+fqKmpkevXrxNCCImNjSWNGjWinE5ypqamZNCgQeTevXskLS2NpKeni3wxVceOHYm7uzsh5P+vDT98+EDs7e3JX3/9RTld9bH99UUbtyjFqTPq169PMjIyCCGENGnShERFRRFCCElJSSFKSko0o0mEx+Ox+uTYsGFD4QViw4YNSUJCAiGEkHv37hFjY2Oa0STC5p9X/fr1SVpaGiGk/CI/Pj6eEEJIQkICadKkCcVkNcO2cwbbubi4EB0dHdK7d2/SqFEj8uHDB0IIIcePHyfm5uaU00luw4YN5Pjx48J/Dx06lPB4PKKpqUliY2MpJquZJk2akKSkJNoxON8pLi6OtGnThigpKZGVK1cKj8+YMYOxi/TKysokJSWFEFL+IURwcDAhhJDk5GQiLy9PM5pE2HydQQghu3fvJvXq1SPKysrEzMyMlJWVEUII2bFjB7GysqKcTnINGjQQLvKySeUP85SVlcnDhw8JIeWLiExcyGb764u2LxcVcDgs06xZM2RlZQEov72+ol8kIiICsrKyNKNxqiAtLS3cwqGhoYHMzEwA5b0WFf/PNEzekvI1qqqq+PDhAwBAS0sLDx8+BFA++aywsJBmtBph6zmjrKwMW7ZsQadOndCkSROoqqqKfDGVp6cnZsyYARMTE1y9ehUNGjQAUL6tb/r06ZTTSW7fvn3CbYlXr17FtWvXEBgYiP79+zN6y8qcOXOwe/du2jF+mE+fPiExMRGlpaW0o9QKMzMzPHjwAO/evcOKFSuExzdv3gw/Pz+KySTXpk0bxMfHAwA6d+6MTZs2ISwsDKtXr2ZsUT1brzMAYPr06bh79y4OHTqEsLAwYd+evr4+1q5dSzmd5GxsbBAXF0c7Rq1TUFDAx48fAQCamppISUkRPsbULb9sfn3RxnVKceqMQYMG4fr16+jcuTNmzZqFP//8E97e3sjMzMScOXNox5NIQkICsrOzv/ocphYkmpubIzIyEkZGRrC2tsby5cvx9u1bHD58mLEjcseNG/fNxQwmloL36NEDV69ehampKYYPH45Zs2YhODgYV69ehY2NDe14EmPjOQNgb1eWtLQ05s+fL3Z89uzZPz9MLWJTV1Zl8+fPh52dHQwMDGBiYiJWuM/EcyEAFBYWwtXVVbhQk5SUBH19fcycOROamppwc3OjnFByeXl5OH36NFJSUrBgwQKoqqoiISEBGhoa0NLSoh2v2pYtW4aCggIAwNq1a/H777+jR48eaNSoEU6cOEE5nWTc3d2/OVWVSQXTn+vQoQPMzMyQlpYGAwMD1KtXD3Z2drRj1cjBgwcxduxYPHz4EG3atBE7FzJpCmRlXbp0QVhYGExMTGBnZ4d58+bhwYMHOHPmDLp06UI7nkRsbGxQr97Xl0+YOiyGNm76HqfOun//PsLCwmBoaMjIE37F1L2qXsIVx5lckBgZGYkPHz7A2toab968wdixY3H79m0YGhri0KFDaNeuHe2I1cLn8zF8+HDIy8t/9XlMLFDMzc1FcXExNDU1IRAIsGXLFuHPyt3dHSoqKrQj1gqmnzMqGBgYYMeOHbCzs4OioiJiY2OFx+7du4eAgADaESV2+PBh7Nu3D6mpqbh79y50dHTg5eUFPT09DBw4kHY8iWhqauL06dPo1q0bjI2NsXbtWgwbNgyJiYno2LEj3r9/TzuiRFxcXODt7Q1ra2uxonOAmedCoLw8OywsDF5eXrC1tUV8fDz09fVx4cIFrFixgrETwuLj42FjYwNlZWWkp6cjMTER+vr6cHd3R0ZGBvz9/WlHrBW5ublQUVFh5B0RfD4fXbt2hYyMzBefw+Qpv2xd8L1w4QLGjBkjvOO8MiZfx6empiI/Px9mZmYoLCzE/PnzhdeGnp6e0NHRoR2xWvh8PubNmye8C/tLKt9Jyvl+3KIUh8NQfD4f4eHhUFNT++rzmHbSZ6vKI945HJoUFBTw+PFjaGtro2nTprh48SIsLCyQmpoKc3NzvHv3jnZEiezZswfLly/H7Nmz4eHhgYcPH0JfXx++vr7w8/Nj7OTLGTNm4N9//0WLFi0QExOD9PR0NGjQACdOnMDGjRsZ+6msoqIijh8/zvi7HD6no6ODEydOoEuXLlBUVERcXBz09fWRnJwMCwsLxi4i9u7dGxYWFti0aZPI93Xnzh04OjoiPT2ddsRqe/fuHcrKysS2Lefm5qJevXpQUlKilEwybL/OYOuCr66uLn7//Xe4u7tDQ0ODdhzOF7D99UUb1ynFqTPWr1+PQ4cOiR0/dOgQNm7cSCFRzWlra0NHR+erX0yVlpaGp0+fih1/+vQpIy9+mfip6/e6dOkSrly5InY8KCgIly9fppCodrDxnAGwtytr586dOHDgAJYuXQopKSnh8Q4dOuDBgwcUk9UMW7uyVFVVYWBgQDtGrXvz5k2Vb1oKCgoY/XcgIiICU6ZMETuupaX1zRqBX9XIkSNx/PhxseMnT57EyJEjKSSqGSb/fn2Pc+fOYdeuXfjtt99EvlcTExORviKmycnJwZw5c1i3IBUREYH79++LHb9//z4iIyMpJKoZtr++aOMWpTh1xr59+9CyZUux461bt8bevXspJOJ8zbhx43Dnzh2x4/fv38e4ceN+fqAaquqm1GPHjgn7LJjMzc2tytvLBQIBY2+nB9h7zqjoygLKP3l2d3dHixYt4OTkhPHjx1NOJ7m0tDSYm5uLHZeVlWX066yiK2v79u0i39/s2bMxceJEislqZuXKlVixYgWjhyFUpWPHjrh48aLw3xVvZA4cOICuXbvSilVjcnJyVd7llZiY+M07tn9V9+/fh7W1tdhxKyurKt9M/+qqus4ICwsTlk0zHVsXfAcPHszYO3m/xsXFBc+ePRM7/uLFC7i4uFBIVDNVvb42bNiAvLy8nx+Ghbiic06dkZ2djaZNm4odV1NTE941wCSWlpZivQGmpqa4dOmSsBSXyWJiYtC9e3ex4126dMGMGTMoJKqZkJAQsS0CU6ZMQefOnRk75afC06dPYWJiIna8ZcuWSE5OppCodrDtnFFhw4YNwv8fOnQomjdvzoquLD09PcTGxordIXr58uUqfz+ZhI1dWTt27EBKSgo0NDSgq6srVu7L1G2J69evh62tLRISElBaWort27fj0aNHuHv3LkJDQ2nHk9jAgQOxevVqnDx5EkD5YltmZibc3NwwZMgQyukk8/HjxyqnI5aUlKCoqIhCoprx8fFBw4YNRY71798fsbGxjL/OAP5/wdfV1RUAexZ8jYyMsHjxYty+fRumpqZi58KZM2dSSlYzCQkJsLCwEDtubm6OhIQEColqJi0tTWwBft26dRg+fDiUlZXphGIRblGKU2dUvPHS09MTOR4WFgZNTU1KqSRX1acq6enpKCkpoZCm9vF4vCpLHys6IJjG0tJS7BhbKv0aNmyI1NRU6OrqihxPTk6GgoICnVC1gG3njC/p3Lkzo6e4VViwYAFcXFxQXFwMQgjCw8Nx7NgxrF+/HgcPHqQdT2Kfd2VVnP+UlZXh5eXF2EUpBwcH2hF+iG7duiEsLAxbtmyBgYEBgoKCYGFhgbt37zJ2ciwAbNmyBQMGDIC6ujqKiopgaWmJ7OxsdO3aFR4eHrTjSaRjx47Yv38/du7cKXJ87969aN++PaVUkhs7dqzYMbZcZwDsXfA9ePAgGjRogNDQULHvg8fjMXZRSlZWFq9evRJbEM3KyvrmBLtfUVWVKGx6fdHGvN8IDkdCEydOxOzZs1FSUoJevXoBAK5fv46FCxdi3rx5lNNxPtejRw+sX78ex44dE/bDlJWVYf369fjtt98op+NUZm9vj9mzZ+Ps2bPCjpjk5GTMmzeP0XfesPWcsX79emhoaIht1Tt06BDevHmDRYsWUUpWM87OzigtLcXChQtRWFgIR0dHaGlpYfv27Yzsh6lQ0ZXl4OAgcpdbhw4dMH/+fIrJaobNE4pMTU2FE8LYQklJCbdv30ZwcDCio6MhEAhgYWGB3r17044mMQ8PD/Tu3RtxcXGwsbEBUH6Oj4iIEHbtcX4dbF3wTUtLox3hh+jTpw8WL16M8+fPC+/gy8vLw5IlS9CnTx/K6Ti/Gm76HqfOIITAzc0NO3bswKdPnwCUdyQsWrQI7u7ujN6PXmHAgAHw9vaucssR0zx69AiWlpZQVlZGjx49AAC3bt3C+/fvERwcjDZt2lBOWHO3b99Gx44dGV0uDZTfvWZra4vIyEg0a9YMAPD8+XP06NEDZ86cYextzWw9Z+jq6iIgIADdunUTOX7//n2MHDmSFRfIb9++hUAgYMWUHHl5eTx58gQ6OjoiU8+ePn0KMzMzRm4zqiwyMhKPHz8Gj8dDq1atGHmHyudSUlLg4+OD1NRUeHl5QV1dHYGBgWjevDlat25NOx6nktjYWGzevBmxsbGQl5eHmZkZFi9ejBYtWtCOVisCAgIwcOBARt+1XJdUvC1n6vVFZS9evEDPnj2Rk5Mj7EOMjY2FhoYGrl69yoqqkWfPnkFTU1NkuApHMtyiFKfOyc/Px+PHjyEvL48WLVowfkHg5s2b6Natm9itsKWlpbhz5w569uxJKVnNvXz5Ert27UJcXJzwYnHGjBli3UxM0qtXryoXat6/fw8HBwcEBwfTCVZDhBBcvXpV5GfF5N+9yth2zpCTk8Pjx4/FtiWmpqbCxMQExcXFlJLV3Nu3b5Geng4ejwddXV00atSIdqQaMzExwfr16zFw4ECRRakdO3bAz88PUVFRtCNK5Pnz5/jzzz8RFhYmPB/m5eWhW7duOHbsGGPfsISGhqJ///7o3r07bt68icePH0NfXx+bNm1CeHg4Tp8+TTtitQkEAvj6+uLMmTPC15eenh6GDh2KMWPGsOINNJuMHz8e27dvh6KiosjxgoICuLq6VjlVlgnevXuHq1evCn8H9fX1YWNjAyUlJdrRaszb2xuenp7CqdMtWrRg/DALoPx37ujRoyLXhn/++adYbxaT6OvrIyIiQuz6Ii8vDxYWFkhNTaWUjOEIh1NHODs7k/fv34sdz8/PJ87OzhQS1Q4+n09evXoldvzt27eEz+dTSFQ7MjIyiEAg+OJjTMXj8ar8eb169YrUq1ePQqKa8/PzI8XFxWLHP378SPz8/Cgkqh1sPWcYGhqSw4cPix339/cnenp6FBLV3MOHD0mPHj0In88X+bK2tiZPnjyhHa9GDh06RLS0tMjx48eJgoICOXbsGFm7dq3w/5mqT58+pHPnziI/nydPnpBu3bqRPn36UExWM126dCFbt24lhBDSoEEDkpKSQgghJDw8nGhqatKMJhGBQEDs7OwIj8cj7dq1IyNHjiQjRowgZmZmhMfjkYEDB9KOKDG2Xj996ft68+YNkZKSopCo5g4fPkwaNmxIeDyeyJeysjI5fvw47Xg1smzZMqKgoEDc3NzI+fPnyfnz54mbmxtp0KABWbp0Ke14EgsNDSUlJSVix0tKSkhoaCiFRLXjS9fx2dnZREZGhkIiduAWpTh1Bhv/SBNSfnJ8/fq12PHExESiqKhIIVHtYNvFYlxcHImLiyM8Ho+EhIQI/x0XF0eio6PJunXriI6ODu2YEmHbz6oCW88ZGzZsII0aNSKHDh0i6enpJD09nXh7e5NGjRqRdevW0Y5XbVlZWaRRo0akZcuWxMvLiwQGBpLLly+TrVu3kpYtWxI1NbUqf45Msn//fqKtrS18I9asWTNy8OBB2rFqRE5OjkRHR4sdj4qKInJychQS1Q4FBQWSmppKCBFdlEpLSyOysrI0o0nk0KFDRFFRkQQHB4s9dv36daKoqMjYDx++9ObyxYsXjPwdfPfuHcnLyyM8Ho8kJyeTd+/eCb9yc3OJn58fadq0Ke2Y1RYVFUXq1atHxo4dS2JjY0lxcTEpKioiUVFRZMyYMURaWprExsbSjimxRo0akYCAALHjAQEBpFGjRhQS1Q62XRtWLBjyeDzi7+8v/Pf58+fJmTNniIuLCzEyMqIdk7G4onMO671//x6kfAEWHz58gJycnPCxsrIyXLp0iZG9I4MHDwZQvu983LhxIluKysrKEB8fL9YZwySEkCq3BOTn54v8DJmiXbt24PF44PF4wtLsyuTl5cUmADHFl35Wz58/FxtPzQRsPWdUWLhwIXJzczF9+nSxriw3NzfK6arP09MTOjo6CAsLE/lZ2draYtq0afjtt9/g6emJ9evXU0xZM5MmTcKkSZNY1ZWlra1d5bTY0tJSaGlpUUhUO5SVlZGVlSW2PTYmJoaR39exY8ewZMkSWFtbiz3Wq1cvuLm54ejRo3BycqKQTjI7duwAUH79VDH5rEJZWRlu3ryJli1b0oonMWVlZeF1hpGRkdjjPB4Pq1atopCsZnbu3AkHBwf4+vqKHLewsIC/vz8KCwuxfft2xm5LLCsrQ4cOHcSOt2/fHqWlpRQS1Y4vXRvm5OQwsuOs8sTYzyddSktLQ1dXF1u3bv3JqdiDW5TisB5b/0hXvNknhEBRURHy8vLCx2RkZNClSxdMmjSJVjyJzZ07F0D5z8Xd3R3169cXPlZWVob79++jXbt2lNJJLi0tDYQQ6OvrIzw8HGpqasLHZGRkoK6uzriiRHNzc+Fry8bGRqTXrKysDGlpabC1taWYUDJsPWdU4PF42LhxI9zd3VnRlXX16lW4ublVuVgtLy+PBQsWYNOmTYxelPq8K4sNNm3aBFdXV+zevRvt27cHj8dDZGQkZs2ahS1bttCOJzFHR0csWrQIp06dAo/Hg0AgQFhYGObPn8+ohZsK8fHx2LRp0xcf79+/v3CRhyk8PT0BlF8/7d27V+Rvr4yMDHR1dbF3715a8SQWEhICQgh69eqFv//+W6R/U0ZGBjo6OtDU1KSYUDJhYWH466+/vvj41KlTMX369J+YqHaNHj0ae/bswbZt20SO79+/H6NGjaKUSnJs/dBcIBAAAPT09BAZGcmKzspfCbcoxWE9tv6R9vHxEd7NsXPnTrFCS6aKiYkBUH6x+ODBA8jIyAgfk5GRQdu2bRk5Bl1HRwclJSVwcnKCqqoqdHR0aEeqsYpPjWJjY9GvXz+RT5srLuyHDBlCKZ3k2HrOqFC5BLdjx47C40wtwU1NTYWFhcUXH+/QoQNji0cfPXqEadOmISwsTOS4paUl9uzZA2NjY0rJam7cuHEoLCxE586dhQvapaWlqFevHsaPH4/x48cLn5ubm0srZrV5eHhg3Lhx0NLSAiEEJiYmKCsrg6OjI5YtW0Y7XrXl5uZCQ0Pji49raGjgv//++4mJaq5iwqi1tTXOnDkDFRUVyolqh6WlJUpLS+Hk5IQOHTowdljA516+fFnlB0QVjIyM8OLFi5+YqPZ5e3sjKCgIXbp0AQDcu3cPz549g5OTk/DDWgBiC1e/IrZ+aA4AJSUl0NXVRU5ODrcoVcu46XucOiMjIwPNmzcHn8+nHaXWCAQCyMnJ4dGjR6wZX1zB2dkZ27dvZ8VUlcpUVFQQFRUFfX192lFqjZ+fH0aMGMHIbZVfw8ZzBgBISUkhKytLbAvY27dv0aRJE8ZtF/jS91Ph1atX0NLSYtz3lZ2djTZt2kBNTQ1Tp05Fy5YtQQhBQkICDhw4gJycHDx8+JCxW/n8/Py++7mfb5VggpSUFMTExEAgEMDc3Jyxf6OlpKSQnZ0tcndvZa9evYKmpibKysp+crLaVfF2iA2TBBUVFfHgwQPW3FXJ5/ORnZ391XM8k38Hq9oaWxUej8eoCc2rVq3C/PnzGblV72vU1NRw584dxp7Tf1XcohSnTsnLy4O3tzceP34MHo8HExMTjB8/npG9NxVat24Nb29v4acrbPT8+XPweDxG9nF8ztnZGaampiKffLFFVFSUyGvL3NycdqQaY9M5o6IrS0VFBU+fPhV5k1lWVoZ//vkHbm5uePnyJcWU1SclJYWkpKSvvmlu2bIl496wLFq0CNeuXRPrygKAoqIi/Pbbb+jbty+jtyVyfn18Ph/9+/f/4vbejx8/IjAwkHGvrwr+/v7YvHkznj59CqD8rpsFCxZgzJgxlJNJzsHBAQ4ODhg3bhztKLWCz+fDz8/vi3938/Ly4OzszNjfQbZ78+YNEhMThZUIX/pbzRTz5s2DtLQ0NmzYQDsKq3CLUpw6IzIyEv369YO8vDw6deoEQggiIyNRVFSEoKCgr27/+JVdvHgRGzZswJ49e9CmTRvacWqNQCDA2rVrsXXrVuTn5wMo//Rv3rx5WLp0KWPvXvHw8MCWLVtgY2OD9u3bi32CNHPmTErJJPf69WuMHDkSN27cgLKyMgghePfuHaytrXH8+HHGXoCw7ZzB5/O/ehdARVfW0qVLf2KqmvvW91VRtsq0NywWFhZwc3PD8OHDq3z8+PHj2LRpE6Kjo39ystpTVlaGc+fOiSz62tvbM65fr7KysjL4+vri+vXreP36tbCHpAKT7nQAyj9I+R4+Pj4/OEnt27ZtG9zd3TFjxgx0794dhBCEhYVh9+7dWLt2LebMmUM7okT27duHlStXYtSoUVVeZ9jb21NKJpnvud5j4jm+Kmz6ELawsBAzZsyAv7+/8DwoJSUFJycn7Ny5U6QzlklcXV3h7+8PQ0NDdOjQQez1xYQtlr8iblGKU2f06NEDhoaGOHDggEh/xcSJE5GamoqbN29STigZFRUVFBYWorS0FDIyMiJ7twFmdXFUtnjxYnh7e2PVqlUiF4srV67EpEmT4OHhQTuiRD6fyFQZj8djZPfNiBEjkJKSgsOHD6NVq1YAgISEBIwdOxaGhoY4duwY5YSSYds5IzQ0lJVdWaGhod/1PEtLyx+cpHYpKysjMjIShoaGVT6enJyMDh06IC8v7+cGqyXJyckYMGAAXrx4AWNjYxBCkJSUhObNm+PixYswMDCgHVEiM2bMgK+vL+zs7NC0aVOxBdOKkm0OfXp6eli1apVYAb2fnx9Wrlwp7J5imq8t4rBl8YZN2Poh7JQpU3Dt2jXs2rUL3bt3BwDcvn0bM2fORJ8+fbBnzx7KCSXzte2WTNti+SvhFqU4dYa8vDxiYmLExvwmJCSgQ4cOKCwspJSsZr7Vy8HELg4A0NTUxN69e8U+0Tt//jymT5/O+FJLNmnYsCGuXbsmUpoNAOHh4ejbty9j3zSz9ZzB1q4stmFrV1aFAQMGgBCCo0ePChdIc3JyMHr0aPD5fFy8eJFyQsk0btwY/v7+GDBgAO0onG+Qk5PDw4cPxRZ+nz59ClNTUxQXF1NKxqlL2PohbOPGjXH69GlYWVmJHA8JCcHw4cPx5s0bOsE4vyRu+h6nzlBSUkJmZqbYG8xnz54xenIdUxedviU3N1fsZwUALVu2ZOzdX2wlEAggLS0tdlxaWlps6wqTsPWcoaOjw6quLDb78OHDFwcIVHSEMVVoaCju3bsncsdeo0aNsGHDBuGn6kwkIyPzxbvbOL8WQ0NDnDx5EkuWLBE5fuLECa7EmPPT+Pn54eDBgyIfwrZt2xZaWlqYPn06YxelCgsLq5zcqa6uztgP9Tg/DrcoxakzRowYgQkTJmDLli3o1q0beDwebt++jQULFuDPP/+kHa9WFBUVoaSkROQYU6fXtW3bFrt27cKOHTtEju/atQtt27allKp2PH/+HBcuXEBmZiY+ffok8hgT96L36tULs2bNwrFjx4Tbv168eIE5c+bAxsaGcjrJsfWcUVVX1rZt2+Dh4cHIriy2IoR8dQx6RVcWU8nKyuLDhw9ix/Pz8yEjI0MhUe2YN28etm/fjl27djH651MXrFq1CiNGjMDNmzfRvXt34Tn++vXrOHnyJO14NVJQUIDQ0NAqrzOY2F3JZmz9ELZr165YsWIF/P39hR+uFBUVYdWqVejatSvldDUTERGBU6dOVfn6OnPmDKVUzMZt3+PUGZ8+fcKCBQuwd+9e4XYHaWlpTJs2DRs2bPjiZJlfXUFBARYtWoSTJ08iJydH7HGmdgeEhobCzs4O2tra6Nq1K3g8Hu7cuYNnz57h0qVL6NGjB+2IErl+/Trs7e2hp6eHxMREtGnTBunp6SCEwMLCgpF70Z89e4aBAwfi4cOHaN68OXg8HjIzM2Fqaorz58+jWbNmtCNKhK3nDLZ1ZbEVW7uyKjg5OSE6Ohre3t7o1KkTAOD+/fuYNGkS2rdvD19fX7oBJTRo0CCEhIRAVVUVrVu3FruLlHvD8muJioqCp6cnHj9+DEIITExMMG/ePEZPj42JicGAAQNQWFiIgoICqKqq4u3bt6hfvz7U1dUZ2V3JZp07d0bnzp3FPoR1dXVFREQE7t27RylZzTx8+BC2trYoLi5G27ZtwePxEBsbCzk5OVy5cgWtW7emHVEix48fh5OTE/r27YurV6+ib9++ePr0KbKzszFo0CBGDn34FXCLUpw6p7CwECkpKSCEwNDQkLHTHyq4uLggJCQEq1evhpOTE3bv3o0XL15g37592LBhA0aNGkU7osRevnyJ3bt348mTJ8KLxenTpzOyjLlCp06dYGtri9WrV0NRURFxcXFQV1fHqFGjYGtri2nTptGOKLGrV6+K/Kx69+5NO1KtYNs5g61dWRxmycvLw9ixY/HPP/8IF25KS0thb28PX19fxm4l/da0Ou4NC+dHs7KygpGREfbs2QNlZWXExcVBWloao0ePxqxZszB48GDaETmVsPVDWKD8zqgjR46IXBuOGjVKbCgTk5iZmWHKlClwcXERXsfr6elhypQpaNq0KVatWkU7IiNxi1KcOolNI1e1tbXh7+8PKysrKCkpITo6GoaGhjh8+DCOHTuGS5cu0Y7IqURRURGxsbEwMDCAiooKbt++jdatWyMuLg4DBw5Eeno67YicKrDpnKGhoYHDhw+jb9++IsevXLkCJycnvHr1ilIyTl309OlTkTcsXB/Tr+XChQvf9bzPh5IwRVlZGc6dOyfSr2dvbw8pKSna0SSmrKyM+/fvw9jYGMrKyrh79y5atWqF+/fvY+zYsXjy5AntiDUSGRkp/Hm1bNkSHTp0oB2pxtj4ISxbKSgo4NGjR9DV1UXjxo0REhICU1NTPH78GL169UJWVhbtiIzEdUpx6gy2jlzNzc2Fnp4egPL+qIr957/99huj77oBwMoyZgUFBXz8+BFA+YTBlJQU4S3Mb9++pRmtRkJDQ7Flyxbhz6pVq1ZYsGABoz/hY+s5g21dWd/7qT+3berX1KJFC65U+hfm4ODwzefweDxGVgUkJyfDzs4Oz58/h7GxMQghSEpKQvPmzXHx4kUYGBjQjigRaWlpYZ+ZhoYGMjMz0apVKzRs2BCZmZmU00nu+fPn+PPPPxEWFgZlZWUA5deJ3bp1w7Fjx9C8eXO6AWtAU1OTsYXmX5OSkgIvLy+Ra8NZs2Yx9rUFAKqqqsI+RC0tLTx8+BCmpqbIy8vj7jSvAW5RilNnLF26FN7e3sLJPpVHrhYXFzP2j4G+vj7S09Oho6MDExMTnDx5Ep06dcI///wj/KPNRGwtY+7SpQvCwsJgYmICOzs7zJs3Dw8ePMCZM2fQpUsX2vEkcuTIETg7O2Pw4MGYOXMmCCG4c+cObGxs4OvrC0dHR9oRJcLWc8aWLVvA4/Hg5ORUZVcW0zB5kbqumTt37nc/l0lDHywsLHD9+nWoqKjA3Nz8qwXn0dHRPzFZzTF5guq3zJw5E/r6+rh7965wCmROTg5Gjx6NmTNn4uLFi5QTSsbc3ByRkZEwMjKCtbU1li9fjrdv3+Lw4cMwNTWlHU9i48ePR0lJCR4/fgxjY2MAQGJiIsaPH48JEyYgKCiIcsLvFx8f/93PNTMz+4FJfpwrV67A3t4e7dq1E15D3blzB61bt8Y///yDPn360I4okR49euDq1aswNTXF8OHDMWvWLAQHB+Pq1auMHu5DG7d9j1NnaGpqYu/evWK3mJ8/fx7Tp0/HixcvKCWrGU9PT0hJSWHmzJkICQmBnZ0dysrKUFpaim3btmHWrFm0I0qErWXMqampyM/Ph5mZGQoLCzF//nzcvn0bhoaG8PT0hI6ODu2I1daqVStMnjwZc+bMETm+bds2HDhwAI8fP6aUrGbYes6owLauLM6vz9ra+ruex+PxGDX0YdWqVViwYAHq16//zT6RFStW/KRUnG9RUFDAvXv3xBZq4uLi0L17d+EdskwTGRmJDx8+wNraGm/evMHYsWOF1xk+Pj6MnWAsLy+PO3fuiJXQR0dHo3v37igqKqKUrPr4fD54PB6+9TacqXchAuWLo/369RP7sMvNzQ1BQUGMW6CvkJubi+LiYmhqakIgEGDLli3C15e7uztUVFRoR2QkblGKU2fIyckhPj5ebMR2YmIi2rVrx6g/Zl+TmZmJyMhIGBgYMPbCA2BnGfOHDx9w7949lJSUoFOnTmjcuDHtSLVCVlYWjx49EuuCSU5ORps2bVBcXEwpWc3UhXMGm7qyOBxO7fP396/yeMOGDWFsbFzlKHumUFVVxb///otu3bqJHA8LC8Mff/whrENgEkIIkpOTUVJSAiMjI+GHemxgbGyMw4cPC6d1VggPD4ejoyOSk5MpJau+jIyM734uEz+sBMqvoR48eCC2PTspKQlmZmaMvDbMyMhAUFAQSkpKYGlpydgJgr8i9pypOJxvaNu2LXbt2iU2cnXXrl2MXLwRCATYunUrzp07h5KSEvTu3RvLly+HtrY2tLW1acerMSUlJWRmZopd8D579gyKioqUUkkuPj4e/fv3R3Z2NgghUFJSwunTp1kxoa558+a4fv262KLU9evXGd3xwLZzRgW2dWVZW1tXuV2q4k2zi4sLI38P60pXVnJyMlJSUtCzZ0/Iy8uDEPLV7W+cn+tLd1vn5+dDIBBgwIABCAgIYOTf5d9//x2TJ0+Gt7e3cKHj/v37mDp1KiOL29PT0zFw4EA8fPgQQPnf5jNnzjC27uBzmzZtgqurK3bv3o327duDx+MhMjISs2bNwpYtW2jHqxamLjRVh5qaGmJjY8UWpWJjY6Gurk4pleRu3ryJAQMGCD8Ur1evHvz8/BjZxfkr4u6U4tQZbBu5un79eixbtgw2NjaQl5cXTs7av38/7Wi1YubMmTh79myVZcxDhgyBl5cX7YjVMmDAAPz333/YunUr5OTksGrVKiQmJjJ+Cg4A7NmzB7Nnz8b48eNFfla+vr7Yvn07pkyZQjuiRNh2zqiwePFieHt7Y9WqVWJdWZMmTWJcV9bn20Yr5OXlISoqCqmpqbh9+zbatWv3c4PVkLOz83c9z8fH5wcn+TFycnIwfPhwhISEgMfj4enTp9DX18eECROgrKyMrVu30o4oERUVlSoX1Xg8HuTk5GBoaIhx48Z998/3VyUQCBAVFYWJEyeiT58+jFsUAMrPEWPHjsU///wDaWlpAOU1Afb29vD19WVcX92IESMQGxuLFStWQE5ODps3b0ZZWRnCw8NpR5PY56+ngoIClJaWitQ61KtXDwoKCoy8s63C4cOHsXfvXqSlpeHu3bvQ0dGBl5cX9PT0MHDgQNrxJLJ69Wp4enrCzc1N5Npw48aNmDdvHpYtW0Y7YrVYWlpCSUkJ+/btg7y8PBYvXoyLFy/i2bNntKOxArcoxalT2DRy1djYGLNmzcL06dMBAIGBgXBwcEBRURErPmX+9OkTFixYgL1791ZZxiwrK0s5YfWoq6vj0qVLwtHFOTk5UFdXx7t379CgQQPK6Wru7Nmz2Lp1q7A/qmL6HlMvpiqw6ZxRge1dWZ9zcXFBWloaLl26RDsKpxInJye8fv0aBw8eRKtWrRAXFwd9fX0EBQVhzpw5ePToEe2IEvH09ISHhwf69+8vHNIRERGBwMBAzJkzB2lpaTh8+DB27tyJSZMm0Y5bY9euXYOLiwsSExNpR5FYcnIyHj9+LDzHf37XL1Noamri2LFjsLS0BFC+PVtHRwf5+fmQl5ennE4yfn5+3/3csWPH/sAkP86ePXuwfPlyzJ49Gx4eHnj48CH09fXh6+sLPz8/hISE0I4oEUIIvLy8sHXrVrx8+RJA+e/oggULMHPmTMa9V1FVVcXNmzfRpk0bAOULpEpKSnj79i3XI1ULuEUpDoeh5OTkkJSUJNyqRwiBnJwcUlNTWdUPw5YyZj6fj+zsbJFblhUVFREfHw89PT2KyTh1TV3oyqosPj4e/fr1Q1ZWFu0onEqaNGmCK1euoG3btlBUVBQuSqWlpcHU1JSxJdNDhgxBnz59MHXqVJHj+/btQ1BQEP7++2/s3LkT+/fvx4MHDyilrD3p6elo3bo1CgoKaEep8/h8PrKysqChoSE81qBBAzx8+BC6urr0gnG+ysTEBOvWrYODg4PIufDhw4ewsrLC27dvaUessQ8fPgAAI7f5VuCu438srlOKUycVFBTgxIkTKCoqQt++fcX2OzPBp0+fRD754vF4kJGRwcePHymmqn3169dn9AjjCjweDx8+fICcnBwACHtTPnz4gPfv3wufp6SkRCtirUlNTUVRURFatWrFuH6iL2HDOaMCW7uyvkReXp6Rhaps7cqqUFBQUOWHDG/fvmXcnbCVXblyBRs3bhQ7bmNjg3nz5gEo387t5ub2s6P9ECkpKWjWrBntGNX29OlTxMfHw8LCAnp6erh48SI2btyIoqIiODg4YMmSJYy7k4PH44n9zeXz+d+c8MYkKSkp8PHxQUpKCrZv3w51dXUEBgaiefPmjC2dTktLE5soCJQPkWHLYq+ioiI+ffqE/Px8Ru8OSEhIQHZ2tvDfhBA8fvxYuOgGAGZmZjSiMR63KMVhvczMTIwZMwbR0dHo0qULvL290adPHzx9+hRA+RuWy5cvo2fPnpSTVp+7u7vIRf2nT5/g4eEh0oOwbds2GtFqJCQkRPjz6t69O/bt2wcPDw/hxeKOHTsYdys6IUTszhRCiPBCpGKRikmjf0tKSrB27Vrhz8rNzQ2jR4/GyZMnAZRvMb106RLjPqFl8zkDKC+LtbOzw7Vr16rsymKboKAgsdceE3ypAysvLw+XLl3Crl27GNmVVaFnz57w9/fHmjVrAJS/oRYIBNi8eTOsra0pp5Ocqqoq/vnnH7Gus3/++QeqqqoAyhfkmHzHAFD+NysmJgbz5s3DH3/8QTtOtZw9exbDhw8Hn88Hj8fD/v37MXnyZFhbW0NJSQkrV65EvXr1sGjRItpRq6XiOqPyYlp+fj7Mzc1FFquY2r0UGhqK/v37o3v37rh58yY8PDygrq6O+Ph4HDx4EKdPn6YdUSJ6enqIjY0VKz+/fPkyTExMKKWqGR8fH+E11KhRo7B48WJs27YNpaWl6NWrF44fP45GjRrRjlltNjY2You8v//+O3g8HiOv438l3PY9DusNHz4cz549g4uLC06dOoWkpCQYGBjA29sbfD4f06dPR05ODoKDg2lHrRYrK6tvforH4/EY930dOHAA06ZNg66uLp4/f44VK1bAw8MDY8aMAZ/Px5EjR4S9UkwSGhr6Xc+r6IJggnnz5uHw4cOwt7dHSEgI2rRpg8TERKxatQp8Ph9r1qyBqakpjh49SjtqtbD1nFEZm7qyLly4UOXxd+/eISIiAt7e3vD19cWwYcN+crIfi+ldWQkJCbCyskL79u0RHBwMe3t7PHr0CLm5uQgLC4OBgQHtiBKp+Bs2YMAAdOrUCTweD+Hh4bh06RL27t2LCRMmYOvWrQgPD8eJEydox/2mLxW35+fno6ysDLa2tjhx4gSj7n7o0KED+vXrh7Vr18LX1xcuLi5Yt24dZs+eDQDYv38/PD09hR2JTPG9/UtM7V7q2rUrhg0bhrlz54psc4uIiICDgwNj+xB9fHzg7u6OrVu3YsKECTh48CBSUlKwfv16HDx4ECNHjqQdsVo8PDzg4eGBbt26ISYmBsOHD8e5c+cwe/Zs8Pl87NixA7///jv27NlDO2q1ZGRkfNfz6sJkxR+CcDgsp6GhQe7fv08IISQnJ4fweDxy584d4eOxsbGkUaNGtOJxPtO6dWuyY8cOQgghly9fJvXq1SO+vr7Cx0+ePEkMDAxoxeNUoq2tTS5evEgIISQxMZHweDxy6dIl4eM3btwgWlpatOJJjDtnMAuPx6vyS0lJiXTq1ImcPHmSdsQfIi4ujjRp0oR2jBrJysoiy5cvJ3Z2dqR///5k6dKl5OXLl7Rj1djt27fJyJEjibm5OWnXrh0ZOXIkCQsLox1LIr6+vlV+nTlzhiQkJNCOJ5EGDRqQ5ORkQgghZWVlREpKijx48ED4eFpaGpGXl6cVj/MFCgoKJDU1lRBS/jNMSUkhhJT/vGRlZWlGq7H9+/cTbW1t4d+vZs2akYMHD9KOJRFDQ0MSEBBACCEkIiKC8Pl8curUKeHjly5dItra2rTicX5R3PY9Duu9efNGuGqtqqqK+vXri5RANmnSBP/99x+teJzPpKamCqeC2dragsfjoVOnTsLHO3fuzI1f/UW8fPlS2EFkZGQEWVlZkalFRkZGInvvmaIunTPY0JUlEAhoR6CCqV1ZlTVp0gSrVq2iHaPWde/eHd27d6cdo1Y0bdoU1tbWkJaWph2l1lTePsnn8yEvLy9ShSAvL8+6fk42UFZWRlZWllipdExMDOMH/EyaNAmTJk3C27dvIRAIRMq0mSYzMxO//fYbgPK7EuvVqyfSDWtmZsYNHuGIYUcDLYfzFeR/e3wrMK24sq4pLi4W6YuSlZUVKb2VlZVFaWkpjWicz5SVlYm8UalXrx6kpKSE/2ZqwSpbzxmZmZmwtLSEoqIi+vTpg8zMTFhYWGDixIlwdXVFu3btcPPmTdoxq83R0REnT54UKRqtC5jalVVBT08P7u7uSExMpB2l1gkEAiQlJeH27du4efOmyBfTTJ06FWpqahgxYgQCAgKQl5dHO1KN8Xg8sXM8W87zbObo6IhFixYhOztb2EEXFhaG+fPnw8nJiXY8ia1atQopKSkAgMaNGzN6QQoo7xutfN0uIyMjdq3I9S5xPsfdKcWpE5YvXy78FOzzMvDCwkKa0TifqTylrmJxID8/XzihrvKkOg59V65cEb6WBAIBrl+/jocPHwIAo9+8sPGcMX/+fHz69Al79uzBqVOn0K9fP7Ro0QI3b94UdmWtXLmScV1ZRkZG2LhxI5ycnNCzZ08MHDgQ9vb2jJ5MB3x/VxZTubq64tixY/Dw8IC5uTnGjBmDESNGoGnTprSj1ci9e/fg6OiIjIwMsUV5JpbgpqamIj4+HhcuXICXlxfGjx+P7t27C19nTBtkAYgXgn9eBs7ED1PqAg8PD4wbNw5aWlrCLsSysjI4Ojpi2bJltONJ7O+//8bq1avRsWNHjB49GiNGjICamhrtWDVSeUodIQRPnjxBfn4+gPIJqxzO57iicw7rfU8hOFA+8Y1DX8U0nAqf37VCuOkWv4zPR09XhYk/K7aeM5o0aYILFy6gU6dOyM3NRePGjREWFoauXbsCAOLi4mBjY8PYC8bnz5/jwoULOH/+PEJDQ2FiYgJ7e3sMHDiwynHbv7ovvb4UFRXRsmVLzJ8/nxXl7UlJSTh69CiOHz+O1NRUWFtbY/To0Yy986Fdu3YwMjLCqlWr0LRpU7FzSeXpuEz08uVLXLhwARcuXEBISAiMjIyEC1QdOnSgHe+7sL0QnG2Sk5NFqgFSUlIQExMDgUAAc3NzRm47/9yjR4+E58Hnz5+jd+/eGD16NBwcHES2ljJBxXV8VUsM3JQ6zpdwi1IcDueXwsYpdV/z/v17BAcHw9jYGK1ataIdh8NiUlJSePnypbAfq0GDBoiPj4e+vj4A4NWrV9DU1GTFheKHDx9w+fJlnD9/HpcvX4aioiL++OMPTJs2Da1bt6Ydj/MF9+7dw7Rp0xAfH8/Y30MFBQXExcWJvIlmq4KCAgQGBuL8+fO4dOkS5s6diyVLltCOxWEZPp8PLS0tWFtbo1evXrC2tmb1hLOwsDAEBATg1KlTKC4uZtwOAbZPqevVqxfOnDkDZWVlkePv37+Hg4MD4+42/1Vw2/c4HIbT1dXF+PHjMW7cOGhra9OOU2NsWWz6kuHDh6Nnz56YMWMGioqK0KFDB6Snp4MQguPHj2PIkCG0I3JYiq1dWVVRVFTE8OHDMXz4cJSVlSE0NBTnz5/H3bt3GbMo5ejoCAcHB/Tv319YysxW4eHhCAgIwIkTJ/Du3TsMHTqUdiSJde7cWezODrZSUFDAkCFDYG1tDV9fX+Tk5NCOxEF536Ovry+uX7+O169fiw2DYNqb5tDQUISGhuLGjRtwcXFBcXExtLW1hQtU1tbWjC86r0xBQQHy8vKQkZFhZFciUxebvteNGzfw6dMnsePFxcW4desWhUTswC1KcTgMN2/ePPj6+mL16tWwtrbGhAkTMGjQIJGSQc6v4+bNm1i6dCkA4OzZsyCEIC8vD35+fli7di23KMX5odjYlZWQkAATE5MvPl5xh9j27dt/YqqaY2tXVoWKbXsBAQFIT0+HtbU1NmzYgMGDBzN6Ec7V1RXz5s1DdnY2TE1NxabWmZmZUUomGSsrK/j6+n6xO+rs2bOYPn06srKyGN+DwxazZs2Cr68v7Ozs0KZNG8Z/ANGjRw/06NEDy5YtQ0lJCe7evYsbN27gxo0bOHbsGD5+/AhDQ0NGD01IS0tDQEAAjh49iqSkJPTs2RMrV65kxRZttoiPjxf+f+XOLKB8ITgwMJBVi6M/G7d9j8Nhibi4OBw6dAjHjh1DaWkpHB0dMX78eFhYWNCOxqlEXl4eSUlJaN68OZycnKCpqYkNGzYgMzMTJiYmwiJIDqe2sbUrS15eHmvWrMG8efPEvr9Xr15h0qRJCAkJYeQnzgD7urIq8Pl8dOjQAY6Ojhg5ciSaNGlCO1KtqKoLjMk9Kn/88QdCQ0OxefNmTJkyRXg8NzcXLi4uOHv2LFasWIHFixdTTMmprHHjxvD398eAAQNoR/lhioqKcPv2bVy5cgUHDhxAfn4+415bFbp27Yrw8HCYmppi1KhRcHR05BY3fkGVO2+rWj6Rl5fHzp07MX78+J8djRW4RSkOh2VKSkrw119/YdGiRSgpKUGbNm0wa9YsODs7M/7TMjYwMjLC2rVrYWdnBz09PRw/fhy9evVifMk0h0PL33//jWnTpsHY2Bi+vr4wMDAAABw5cgSzZs1CmzZtcOjQIeFxJmNTV1ZSUhKMjIxox6h13+pTYeLWlkOHDmHu3Lno3LkzvL29ERERgWnTpkFbWxs+Pj6M+91jO01NTdy4cYNVr6/i4mLcuXMHISEhuHHjBiIiIqCnpwdLS0v07NkTlpaWjF3IWbJkCUaNGsW9jn5xFRNV9fX1ER4eLnJnqIyMDNTV1SElJUUxIbNxi1IcDkuUlJTg7Nmz8PHxwdWrV9GlSxdMmDABL1++xK5du2BtbY2AgADaMeu8v/76C7NmzUKDBg2go6OD6Oho8Pl87Ny5E2fOnGHcXSpslpmZiebNm4st5hJC8OzZM1Z0uLHF69evMWXKFFy9ehUrV67ErVu3cO3aNaxbtw4zZ85k5YJ85a4sU1NTTJw4kXakasvLy8Pp06eRkpKCBQsWQFVVFdHR0dDQ0GDsG0y2yszMhJOTE8LDw0EIgbu7OxYtWsS9CfsFbd26Fampqdi1axcrzn2WlpaIiIiAgYGBcAHK0tJSOLSDLT59+oS0tDQYGBigXj2uYYdTt3CLUpw6g22F4BWio6Ph4+ODY8eOQUpKCmPGjMHEiRPRsmVL4XMiIiLQs2dPFBUVUUxaM2yaUhcZGYlnz56hT58+aNCgAQDg4sWLUFZWRvfu3Smnk9ynT5+qLFVl6utNSkoKWVlZUFdXFzmek5MDdXV1xm4VYLNRo0bh2LFjUFBQwJ07d2Bqako7ksS+1ZUFlN8NNnr06J+UqHbFx8fDxsYGysrKSE9PR2JiIvT19eHu7o6MjAz4+/vTjlgt06dPx6ZNm4Tn9MOHD2PQoEHCf+fl5cHR0RGXLl2iGVNiQUFBmDBhAvh8PrKysrBs2TIsXbqU0YtSbCsErzBo0CCEhIRAVVUVrVu3Fus1O3PmDKVkkpGWlkbTpk3h4OAAKysr9OzZE40bN6Ydq9YUFRVhxowZ8PPzA1B+F6m+vj5mzpwJTU1NuLm5UU4oGTZPqUtKSsKNGzeqPG8sX76cUipm4xalOHXGzp074evri7i4OFYVgktJSaFPnz6YMGECHBwcxC4+gPKxzTNmzICPjw+FhJL5fEpd27ZtuSl1v6inT59i/PjxuHPnjshxpnaoVODz+Xj16pVYeW9GRgZMTExQUFBAKRnnc//99x9cXFxw/vx5zJo1CydOnICsrCz8/PzQsWNH2vEkwvauLBsbG7Rv3x6bNm2CoqIi4uLioK+vjzt37sDR0RHp6em0I1bL54vYSkpKiI2Nhb6+PoDyn5mmpibjzocFBQWYM2cO/Pz8sGTJEixduhRBQUGYPHkyNDQ04O/vz9htRzNmzBAWgjdt2lTsdebp6UkpWc04Ozt/9XEmXQsC5b+Dt27dwo0bNxASEoLY2FgYGRnB0tISVlZWsLS0ZHTJ/qxZsxAWFgYvLy/Y2toiPj4e+vr6uHDhAlasWIGYmBjaESXC5/ORnZ0t9sHe69evoaWlhZKSEkrJaubAgQOYNm0aGjdujCZNmohNNY6OjqaYjrm4RSlOncO2QvCMjAxGdlR8S5MmTXDlyhW0bdsWAQEBWLFiBeLi4uDn54f9+/cz9o/00KFD0aFDB7FPvjZv3ozw8HCcOnWKUjLJde/eHfXq1YObm1uVF/Zt27allEwyc+fOBQBs374dkyZNEk6rA8o/Wb9//z6kpKQQFhZGKyKnkn///ReTJk2CtrY2/Pz80LJlSxQUFGD+/Pk4dOgQFixYgJUrVzJuOwTbu7IaNmyI6OhoGBgYiCxKZWRkwNjYGMXFxbQjVsvnb8Aqf08Acxel9PT0oKioCF9fX5HrpLy8PMyYMQN///03Vq5ciUWLFlFMKZm6UAjORh8+fMDt27eF/VJxcXFo0aIFHj58SDuaRHR0dHDixAl06dJF5LyRnJwMCwsLvH//nnbEaqmYUteuXTsEBwdDVVVV+FjFlLp9+/Yx7oOHCjo6Opg+fTojz3m/NMLh1FGfPn0iXl5eRFZWlvD5fGJmZka8vb2JQCCgHa1a9PT0yNu3b8WO//fff0RPT49CotohJydHMjMzCSGEjBkzhixatIgQQkhGRgZRUFCgGa1GGjduTOLj48WOx8fHE3V1dQqJaq5+/frk8ePHtGPUGisrK2JlZUV4PB7p1q2b8N9WVlakb9++ZPLkySQpKYl2TIllZGRUeZ4TCAQkIyODQqKakZWVJR4eHqSsrEzssaCgIKKtrU3atm3784PVglevXhEHBweioKBANm/eTOzt7Un9+vWJl5cX4/5WfU5dXZ1ER0cTQghp0KABSUlJIYQQcuXKFdKsWTOa0STC4/HIq1evhP+u/D0RQkh2djbh8/k0otXIwoULycePH7/4+JkzZ4iGhsZPTFR7mjZtShITE2nH4FRTWVkZuXfvHlm/fj3p27cvqV+/PiNfWxXk5eWF54rK543Y2FiipKREM5pEeDwe4fP5hM/nEx6PJ/ZVv3594u3tTTumxBQVFUXO7ZzawayPDTmcWvC1QvClS5fi2rVrjCoET09Pr/KT148fP+LFixcUEtWO5s2b4+7du1BVVUVgYCCOHz8OoHybjpycHOV0ksvPz4eMjIzYcWlpacZ9GlbBxMSEVVMDK8rmnZ2dsX37digpKVFOVLv09PSq7MrKzc2Fnp4e4+7kCA8Ph5mZWZWP9enTBw8ePMCcOXN+cqraoa6ujrNnz2LUqFFYuHAhFBQUcO/ePUZ3ZVUYOHAgVq9ejZMnTwIo3/aQmZkJNzc3bnv2L2Tjxo1ffXzQoEHo2bPnT0pTu+bNm4ft27ezphC8grm5eZXfD4/Hg5ycHAwNDTFu3DhYW1tTSFd9AoEAkZGRwu17YWFhKCgogJaWFqytrbF7927GfC9V6dixIy5evAhXV1cAEP7sDhw4gK5du9KMJpG0tDRWT6kbNmwYgoKCMHXqVNpRWIVblOLUGVUVgnt6eooUgvft25cxF1cXLlwQ/v+VK1fQsGFD4b/Lyspw/fp16OrqUkhWO2bPno1Ro0YJp9RZWVkBAG7evMnoN2Rt2rTBiRMnxIoQjx8//s1S41/Vxo0bsXDhQqxbtw6mpqZivWZMXdRhWu/G9yL/6/r6XH5+PiMXfL+0IFVBSUkJ3t7ePylN7arcleXm5oYTJ05gxIgRjO7KqrBlyxYMGDAA6urqKCoqgqWlJbKzs9G1a1d4eHjQjieR5cuXC7f7fvr0CR4eHsK/zYWFhTSj/VCNGjWiHUEiFVvALl++zIpC8Aq2trbYs2cPTE1N0alTJxBCEBkZifj4eIwbNw4JCQno3bs3zpw5g4EDB9KO+03KysooKChA06ZNYWVlhW3btsHa2pqxW5c/t379etja2iIhIQGlpaXYvn07Hj16hLt37yI0NJR2vGqrqBT5vACcLQwNDeHu7i78gOjz88bMmTMpJWM2rlOKU2ewrRCcz+cDKP9E5fOXsbS0NHR1dbF161b8/vvvNOLVCjZOqbtw4QKGDBkCR0dH9OrVCwBw/fp1HDt2DKdOnYKDgwPdgBKo/LtYGWF40XlBQQE2bNjwxclMqamplJJJhq1dWV+a0tawYUMYGxuLfPDAJGztyvpccHAwoqOjIRAIYGFhgd69e9OOJBErK6vvutum4k5MpuDz+VV+X0pKSjA2NsbChQsxePBgCslqjm2F4BUqzhvu7u4ix9euXYuMjAwcOHAAK1aswMWLFxEZGUkp5ffbt28frK2tYWRkRDvKD/PgwQNs2bIFUVFRwnPhokWLGP0hLMDOKXV6enpffIzH4zHu2vBXwS1KceoMthaC6+npISIiglXjcdnu4sWLWLduHWJjYyEvLw8zMzOsWLEClpaWtKNJ5Fuf5DH1+/rzzz8RGhqKMWPGVFngPmvWLErJJFOxvSE0NBRdu3YV2UYqIyMDXV1dzJ8/Hy1atKAVUSIqKipVHs/Pz4dAIMCAAQMQEBAARUXFn5ysZuTk5LB8+XK4ubkJF34rXL16FRMnToSKigpiY2PpBOTUCefPn6/yeF5eHsLDw+Hj4wM/Pz8MGzbsJyfjfEnDhg0RFRUFQ0NDkePJyclo37493r17hydPnqBjx46Mnd7J+fVxU+o41cEtSnHqDH19fURERIjdZp6XlwcLCwtuZfsXw8YpdRxmUVZWxsWLFxl7V96XsLUr63MCgQBRUVGYOHEi+vTpgy1bttCOVC3x8fFf3Zr4/v17zJkzh5FbEwUCAXx9fXHmzBmkp6eDx+NBT08PQ4cOxZgxY1jV78N2u3fvhr+/P+7fv087Cud/NDQ0sHnzZjg5OYkc9/f3x4IFC/Dq1SskJCSgZ8+erOqDZKp3797h6tWrwnOhvr4+bGxsGP83mu1T6j59+oS0tDQYGBgw/o7lXwG3KMWpMz4f11zh1atX0NbWxsePHyklq74dO3Zg8uTJkJOTw44dO776XKbubVZTU0NwcLDYrcsPHjxA79698erVK0rJOJ+rGP/7uYpSVW1tbcjKyv7kVDWnp6eHS5cuoVWrVrSjcGrg2rVrcHFxQWJiIu0oHJRv6/3jjz9w6dIltG3bFi1btgQhBI8fP8aDBw9gb2+Pc+fO0Y7J+U5Pnz5Fp06d8N9//9GOUm1sKwSvsHbtWqxbtw6TJk1Cx44dwePxEB4ejoMHD2LJkiVYunQpPD09cenSJVy9epV23DrtyJEjmDFjhtigm4YNG2Lv3r0YMWIEpWQ1p6SkhNjYWOjr69OOUqsKCwvh6uoKPz8/AOVbFPX19TFz5kxoamqKfZjO+T7cohSH9SoKwR0cHODn51dlIfjVq1cZ9YZFT08PkZGRaNSoEXR1db/4qTKT9zbLy8sjNjYWxsbGIsefPHkCc3NzFBUVUUpWfaqqqkhKSkLjxo2hoqLy1bsAcnNzf2Ky2vGlzpEK0tLSGDFiBPbt28eoIu0jR47g/Pnz8PPzE+lfYjq2dWV9S3p6Olq3bo2CggLaUaqFrV1ZPj4+mDVrFs6fPy/2Zj84OBgODg7YtWuX2F0enF9TfHw8+vXrh6ysLNpRqm3x4sXfLAS/fv06YwrBKzt69Ch27dolvLY1NjaGq6srHB0dAQBFRUXCxTcOHdHR0ejcuTNGjRqFOXPmCBfoExIS4OXlhePHjyMiIgJt27alHVUiEyZMQMeOHVk3pW7WrFkICwuDl5cXbG1tER8fD319fVy4cAErVqxATEwM7YiMxC1KcVivLhSCs1HHjh3xxx9/iBUhrly5Ev/88w+ioqIoJas+Pz8/jBw5ErKysvD19f3qAs7YsWN/YrLacf78eSxatAgLFiwQXthHRERg69atWLFiBUpLS+Hm5oYRI0YwaguVubk5UlJSQAiBrq6u2HAEpvYhsK0r61uuX7+O6dOnM+qDB4C9XVl9+/ZFr169vvhp8rp16xAaGoorV6785GQcSbi6uiIlJQWXLl2iHaXa2FYIzmEWZ2dn5Ofnf7GOYujQoVBSUsKhQ4d+crLasX79emzbtg12dnasmlKno6ODEydOoEuXLlBUVERcXBz09fWRnJwMCwsLsbveON+HW5Ti1BlsLAQvKSmBsbEx/v33X5iYmNCOU6vYOKWOrTp16oQ1a9agX79+IsevXLkCd3d3hIeH49y5c5g3bx5SUlIopay+VatWffXxFStW/KQktYutXVmfI4QgJiYG48ePR+/evRm1IPo1TO/KatKkCQIDA9GuXbsqH4+JiUH//v2RnZ39c4NxqlQxtfNz7969Q2RkJFJSUnDr1i2Ym5v/5GQ1xxWCc2gyMjLCX3/99cWJo9euXcP06dORlJT0k5PVDrZOqatfvz4ePnwIfX19kUWpuLg49OzZE+/evaMdkZG4Vi5OnZGWlkY7Qq2TlpbGx48fWVkKW9Ersm7dOpw+fVo4pe7atWuMneYGAFJSUsjKyhLrNsvJyYG6ujrKysooJZPcgwcPqpxsqaOjgwcPHgAA2rVrx7jtHUxddPoWFRUVqKqq0o5Ra760JTY/Px9lZWWwtbXFypUrf36wH4TP56Njx47YunUrXFxcGLcolZubCw0NjS8+rqGhwch+ospu3bqFffv2ISUlBadPn4aWlhYOHz4MPT09/Pbbb7TjVcuXtqIoKSnB1tYW06dPZ+xkYzk5Ody5c0dsUerOnTvCbW0CgYARnYhsrwlgo5cvX8LIyOiLjxsZGeHFixc/MVHtYuP7LqB8J8fFixfh6uoKAMLX2oEDB9C1a1ea0RiNW5TisFpdKAR3dXXFxo0bcfDgQdZNf7Czs4OdnR3tGLXqSzenfvz4ETIyMj85Te1o2bIlNmzYgP379wu/h5KSEmzYsEHYe/PixYuvvhH9VeXl5eH06dNISUnBggULoKqqiujoaGhoaEBLS4t2PImsWbMGy5cvZ01XlpeXV5XHlZSU0LJlS9YW1RsaGuL58+e0Y1RbWVnZV/9WSUlJobS09Ccmql1///03xowZg1GjRiEmJkY4ROXDhw9Yt24d47a5hYSE0I7ww7i6umLq1KmIioqqshAcKL/jlwl3gXl6egq38np6erLyw0q2KSws/Gqnl6ysLIqLi39ioh+DbVPq1q9fD1tbWyQkJKC0tBTbt2/Ho0ePcPfuXYSGhtKOx1jc9j0Oq9WFQvBBgwbh+vXraNCgAUxNTaGgoCDy+JkzZygl41RWsSg6Z84crFmzBg0aNBA+VlZWhps3byI9PZ2RBYl37tyBvb09+Hw+zMzMwOPxEB8fj7KyMvz777/o0qULDh8+jOzsbCxYsIB23O8WHx+P3r17o2HDhkhPT0diYiL09fXh7u6OjIyMLxZR/+rY2pVV1zC1K4vP56N///5fvPvk48ePCAwMZORdo0D562vOnDlwcnIS2doRGxsLW1tbblviL4YrBOfQwufzxQYwVZaXlwdnZ2fGngvZPKXuwYMH2LJlC6KioiAQCGBhYYFFixaJTQznfD9uUYrDYThnZ+evPu7j4/OTktQcm28/r9hbn5GRgWbNmkFKSkr4mIyMDHR1dbF69Wp07tyZVsQayc/Px5EjR5CUlARCCFq2bAlHR0fGlTBX1rt3b1hYWGDTpk0iby7v3LkDR0dHpKen044oEbZ2ZdUVTO/K+tbfrApM+ttVWf369ZGQkABdXV2R80ZqaipMTExYcecD59cWHR0NaWlp4Rvk8+fPw8fHByYmJli5ciVj78pmm4pBTF/D4/EYuyjFTanjVAfz76HjcL4DmwvBmXrhXhU2335esbfe2toaZ86c+eJkLaZq0KAB68b+RkREYN++fWLHtbS0GH23A7foxAxs7cpi09+sqjRt2hTJycnQ1dUVOX779m3o6+vTCcWpU6ZMmQI3NzeYmpoiNTUVI0aMwODBg3Hq1CkUFhZ+ccsz5+cSCAS0I/xQ586dE06pq/y3zMTEhFFDb77k9evXeP36tdjP0czMjFIiZuMWpTh1ApsLwdlk7Nixwv8fN24cvSA/0IoVK1ixIHXhwgX0798f0tLSuHDhwlefa29v/5NS1S45ObkqR/smJiZCTU2NQqLaw8auLLapq11ZTDdlyhTMmjULhw4dAo/Hw8uXL3H37l3Mnz8fy5cvpx2vzmPzHdkVkpKShNMtT506BUtLSwQEBCAsLAwjR47kFqU4P8WbN2/EhvoAQEFBAaPfj0VFRWHs2LF4/PixWE8sk+9so41blOLUGWwtBNfT0/vqyZ2pXVlsnFIHALa2ttDS0oKzszPGjh2L5s2b044kEQcHB2RnZ0NdXR0ODg5ffB6T/0APHDgQq1evxsmTJwGUfy+ZmZlwc3PDkCFDKKeT3OddWZMmTYKqqirOnj3L6K4stqm8SM9hjoULF+Ldu3ewtrZGcXExevbsCVlZWcyfPx8zZsygHa/OY/Md2RUIIcK7N65du4bff/8dANC8eXO8ffuWZjROHcLWKXXOzs4wMjKCt7c3NDQ0WHkOoYHrlOLUGWwtBN++fbvIv0tKShATE4PAwEAsWLCAsUWCfD5fuOhR2cuXL2FgYICioiJKyWomNzcXR44cga+vL+Lj42FjY4MJEybAwcGB63n4xbx//x4DBgzAo0eP8OHDB2hqaiI7Oxtdu3bFpUuXxM4hTMHWrqwKycnJSElJQc+ePSEvLw9CCHfRyPkpysrKcPv2bZiamkJOTg4JCQkQCAQwMTERGW7B4fxIvXr1QvPmzdG7d29MmDABCQkJMDQ0RGhoKMaOHcv4czyHGe7cuQNbW1uMGjUKvr6+mDJlisiUuvbt29OOKBFFRUXExMTA0NCQdhRW4RalOHUGmwrBv8fu3bsRGRnJuO+LzVPqPhcbG4tDhw7h2LFjEAgEGDVqFCZMmIC2bdvSjlZjeXl5UFZWph2jVgQHByM6Olo4YaV37960I9VIw4YNER0dDQMDA5FFqYyMDBgbGzO2iDknJwcjRoxAcHAweDwenj59Cn19fUyYMAHKysrYunUr7YicOkBOTg6PHz8WDrfg/LrYWggeHx+PUaNGITMzE3PnzhX2CLq6uiInJwcBAQGUE3LqCjZOqXNwcMCYMWMYfcf8r4hblOJwWCo1NRXt2rWrshPnV8b2KXWfe/nyJfbv348NGzagXr16KC4uRteuXbF37160bt2adrzvsnHjRujq6mLEiBEAgGHDhuHvv/9G06ZNcenSJVYssrGJhoYGAgMDYW5uLrIoFRQUhAkTJuDZs2e0I0rEyckJr1+/xsGDB9GqVSuR72vOnDl49OgR7YicOqBjx47YsGEDbGxsaEfhfEPHjh2F27ErpiMOHjwYERERsLOzY133UnFxMaSkpCAtLU07CofDWG/fvsXYsWPRqVMntGnTRuz1xNQeVdrYU6zD4XBEnD59GqqqqrRjVBvbp9QB5Vssz58/j0OHDuHq1avo0KEDdu3ahT///BO5ublYtGgRhg0bhoSEBNpRv8u+fftw5MgRAMDVq1dx7do1BAYG4uTJk1iwYAGCgoIoJ5RceHg4bty4UeWElW3btlFKVTNs7coKCgrClStX0KxZM5HjLVq0QEZGBqVUnK9JTEzEzp078fjxY/B4PLRs2RKurq4wNjamHU1iHh4emD9/PtasWYP27duLbfNVUlKilIzzOTYXglc1zCIhIYEbZvELi4yMFDkXdujQgXakWsG2KXV37tzB7du3cfnyZbHHmNyjShu3KMWpM9haCG5ubi7yfRFCkJ2djTdv3uCvv/6imKxm2DKl7nOurq44duwYAGD06NHYtGkT2rRpI3xcQUEBGzZsEBsn/ivLysoSFrb/+++/GD58OPr27QtdXV1G39G2bt06LFu2DMbGxmJllkzuKNqyZQsGDBgAdXV1FBUVwdLSUtiV5eHhQTuexAoKClC/fn2x42/fvoWsrCyFRLWLbV1Zp0+fxp9//okOHToIS2/v3buHNm3aICAgAMOGDaOcUDK2trYAyj8t//xvM/eG5dfC1kLwir5KZWVlbpgFAzx//hx//vknwsLChLUHeXl56NatG44dO8bYgThsnVI3c+ZMjBkzBu7u7tDQ0KAdhzW4RSlOnTF79myRf39eCM5Un08+4/P5UFNTg5WVFVq2bEknVC1gy5S6zyUkJGDnzp0YMmTIF/sqNDU1ERIS8pOTSU5FRQXPnj1D8+bNERgYiLVr1wIov+Bn6kUHUD5E4NChQxg3bhztKLVKSUkJt2/fZl1XVs+ePeHv7481a9YAKL/oFQgE2Lx5M6ytrSmnk9yXurImTpzI6K6shQsXYvHixVi9erXI8RUrVgjvFmUiJp2767oOHTpg7dq16N27N0JDQ7Fnzx4A5XdsM/nN5ty5c+Hs7CwcZlGhf//+cHR0pJiMU5Xx48ejpKQEjx8/Ft4lmpiYiPHjx2PChAmMvducrVPqcnJyMGfOHEafI35FXKcUp85jaiE423FT6phjxowZ+Pfff9GiRQvExMQgPT0dDRo0wIkTJ7Bx40ZER0fTjiiRpk2b4ubNm2jRogXtKJzvkJCQACsrK7Rv3x7BwcGwt7fHo0ePkJubi7CwMBgYGNCOKBG2dmXVr18f8fHxYhOMnj59irZt26KwsJBSMk5dwdZCcLYOs2AreXl53LlzB+bm5iLHo6Oj0b17d8ZOm2brlLqxY8eiR48emDhxIu0orMLdKcWp8/r374/FixczdlHq0qVLkJKSQr9+/USOX7lyBQKBAP3796eUrGZUVVUxc+ZMzJw5UzilzsXFBdOmTWPclLoLFy5893OZWJDo6ekJXV1dPHv2DJs2bRJOTMzKysL06dMpp5PcnDlzsHv3bkb3inwJG7uyTExMEB8fjz179kBKSgoFBQUYPHgwXFxc0LRpU9rxJMbWriwrKyvcunVL7A3L7du30aNHD0qpak9hYSEyMzPx6dMnkeNM7VFhIzMzMzx48EDs+ObNm0WGrDCNnJxclUNuEhMToaamRiER52u0tbVRUlIidry0tJTR/V82NjaIi4tj3aKUkZERFi9ejNu3b8PU1FSs6HzmzJmUkjEbd6cUp87btGkT/vrrL6Snp9OOIhEzMzNs2LABAwYMEDkeGBiIRYsWIS4ujlKy2sXkKXV8Pv+7nsfkPfZsJBAIYGdnh6SkJJiYmIhdeJw5c4ZSspr5VldWcHAwxXSczykqKiI6OhotWrQQueshIiICtra2yMnJoR3xu1VeoH/58iWWL1+O4cOHo0uXLgDKO6VOnTqFVatWYerUqbRi1sibN2/g7OxcZQkuAO4c/4upqhA8Ojqa0YXgkydPxps3b3Dy5EmoqqoiPj4eUlJScHBwQM+ePVn5QQuTnT9/HuvWrcPu3bvRvn178Hg8REZGwtXVFYsWLRKr6WAKtk6pq5gSXhUej8fYjmLauEUpTp3xrULwyZMnU0wnOXl5eTx+/FisGDs9PR2tW7dGQUEBnWC1oKopdRMmTBCZUhcbG8uYKXVsdvjwYezbtw+pqam4e/cudHR04OXlBT09PQwcOJB2PIm4uLjA29sb1tbWVfYhMPXuSg0NDWzcuJF1XVlA+cjz+Pj4Ku8AY+oFsJ2dHSwsLLBmzRooKioiPj4eOjo6GDlyJAQCAU6fPk074nerCwv0o0aNQnp6Ory8vGBtbY2zZ8/i1atXWLt2LbZu3Qo7OzvaETn/83kheGJiIvT19eHu7s7oQvD3799jwIABePToET58+ABNTU3hMItLly6JTYTk/HwqKioi1xQFBQUoLS1FvXrlm5gq/l9BQQG5ubm0YtbIhQsXMGbMGHz48EHsMSaf4zk/Brd9j1NnsLUQvGHDhkhNTRVblEpOTmb0hQcbp9Sx1Z49e7B8+XLMnj0bHh4ewgsNZWVleHl5MXZRyt/fH3///Tfr3kTy+Xx0796ddoxaFxgYCCcnpyqnZjH5Anjz5s2wsrJCZGQkPn36hIULF4p0ZTHJ5wuFbBQcHIzz58+jY8eO4PP50NHRQZ8+faCkpIT169ez7nzCZGwtBGfrMAs2qQt3q9WFKXUV9/awpcSdJu5OKQ6H4SZPnox79+7h7NmzwiLf5ORkDBkyBB07dsTBgwcpJ5SMjY0NJk6c+NUpdaWlpQgLC4OlpeVPTlczBQUFCA0NrbJvhIl70U1MTLBu3To4ODiIbC96+PAhrKysGDtaW0dHB1euXGH0onVVNm3ahJcvX7LuotjQ0BD9+vXD8uXLWXcBnJ2djT179iAqKkr4BpPpXVmVFRcXQ05OjnaMWqGkpIT4+Hjo6upCV1cXR48eRffu3ZGWlobWrVtzBe6/EK4QnMP5cRQVFREbG8vYISNf4+3tDU9PTzx9+hRAecfj7NmzufLzGuDulOLUGWwtBN+8eTNsbW3RsmVLYRHu8+fP0aNHD2zZsoVyOsldv379m8+pV68e4xakYmJiMGDAABQWFqKgoACqqqp4+/Yt6tevD3V1dUYuSqWlpYlNjQEAWVlZRm8fXblyJVasWAEfHx/Ur1+fdpxaM3/+fNjZ2cHAwIBVXVmvX7/G3LlzWbcgBQBNmjTBqlWraMeoVWVlZVi3bh327t2LV69eISkpSbh1SldXFxMmTKAdUSLGxsZITEyErq4u2rVrh3379kFXVxd79+5lzSIiW7CxEFwgEMDX1xdnzpxBeno6eDwe9PT0MHToUIwZM4a7o+MXlZKSAh8fH6SkpGD79u1QV1dHYGAgmjdv/sv3pn7J4MGDERISwrpFKXd3d3h6esLV1RVdu3YFANy9exdz5sxBeno61q5dSzkhM3GLUpw6w83NDRs2bBA7TgiBm5sbYxelGjZsiDt37uDq1auIi4uDvLw8zMzM0LNnT9rRqo3tU+qA8oluf/zxB/bs2QNlZWXcu3cP0tLSGD16NGbNmkU7nkT09PQQGxsLHR0dkeOXL1+GiYkJpVQ1t2PHDqSkpEBDQwO6urpiizfR0dGUktWMq6srQkJCYG1tjUaNGrHmTcrQoUNx48YN1l0AA+zsyvLw8ICfnx82bdqESZMmCY+bmprC09OTsYtSs2fPRlZWFgBgxYoV6NevH44ePQoZGRn4+vrSDccRMXDgQKxevRonT54EUL4FJzMzE25ubhgyZAjldNVHCIG9vT0uXbqEtm3bwtTUFIQQPH78GOPGjcOZM2dw7tw52jE5nwkNDUX//v3RvXt33Lx5Ex4eHlBXV0d8fDwOHjzIqN7Aytg6pW7Pnj04cOAA/vzzT+Exe3t7mJmZwdXVlVuUkhC3fY9TZ7C5ELxCcXExZGVlGfsmsy6U4CorK+P+/fswNjaGsrIy7t69i1atWuH+/fsYO3Ysnjx5Qjtitfn4+MDd3R1bt27FhAkTcPDgQaSkpGD9+vU4ePAgRo4cSTuiRL51Z8qKFSt+UpLapaioiOPHj7Ou26awsBDDhg2Dmpoaqy6A2dqVZWhoiH379sHGxkZk69STJ0/QtWtX/Pfff7Qj1orCwkI8efIE2traaNy4Me04nErYVgju4+ODWbNm4fz587C2thZ5LDg4GA4ODti1axecnJwoJeRUpWvXrhg2bBjmzp0rNmHVwcEBL168oB1RImydUqeiooLw8HC0aNFC5HhSUhI6deqEvLw8OsEYjrtTilNnsLUQXCAQwMPDgxVbIOpCCa60tLRw0VBDQwOZmZlo1aoVGjZsiMzMTMrpJOPs7IzS0lIsXLgQhYWFcHR0hJaWFrZv387YBSmAuYtO36KqqsrKu4kCAgJw5coVyMvL48aNGyKL8zwej7GLUjNmzMCwYcNY15X14sULGBoaih0XCAQoKSmhkKh2PH36VOTNSv369WFhYUExEedL2FYIfuzYMSxZskRsQQoAevXqBTc3Nxw9epRblPrFPHjwAAEBAWLH1dTUkJOTQyFR7UhLS6Md4YcYPXo09uzZg23btokc379/P0aNGkUpFfNxi1KcOsPe3h6zZ88WKwSfN28eY7c/AMDatWtZuQWCrczNzREZGQkjIyNYW1tj+fLlePv2LQ4fPgxTU1Pa8SQ2adIkTJo0CW/fvoVAIIC6ujrtSLUmMjISjx8/Bo/HQ6tWrdC+fXvakWqErV1Zy5Ytw+rVq+Hm5vbdd10yAVu7slq3bo1bt26Jbfs9depUlR11TGFsbIymTZvC0tISlpaWsLKygrGxMe1YnK/o1asXevXqRTtGjcXHx2PTpk1ffLx///7YsWPHT0zE+R7KysrIysoSu7MoJiYGWlpalFLVLrZNqfP29kZQUBC6dOkCALh37x6ePXsGJycnzJ07V/i8zxeuOF/GLUpx6gy2FoL7+/tj//79sLGxwdSpU4XHzczMGLkVrDK2TakDgHXr1uHDhw8AgDVr1mDs2LGYNm0aDA0N4ePjQzmd5N6+fSssVf38bkSmev78Of7880+EhYVBWVkZAJCXl4du3brh2LFjaN68Od2AEmJrV9anT58wYsQIVi1IAeztylqxYgXGjBmDFy9eQCAQ4MyZM0hMTIS/vz/+/fdf2vEklpWVheDgYISGhsLT0xPTpk2DhoaGcIGq8t9pDj1sLATPzc396uK1hoYGa7bFsomjoyMWLVqEU6dOgcfjQSAQICwsDPPnz2f8XW1snFL38OFD4d2vKSkpAMrvalNTU8PDhw+Fz2PiOYQmrlOKU6cQQlhRCF6ZvLw8njx5Ah0dHZG96AkJCejUqRPy8/NpR5TIt6bUMXUvOts8evQI06ZNQ1hYmMhxS0tL7Nmzh9F3CPTt2xfv37+Hn5+f8PtITEzE+PHjoaCggKCgIMoJJcPWrqw5c+ZATU0NS5YsoR2lVrG1Kwson367bt06REVFCbdOLV++HH379qUdrdYkJydj7dq1OHr0KAQCAWM7wNiEEII//vhDWAjesmVLYSH4gwcPYG9vz8hCcCkpKWRnZ39xcuCrV6+gqanJ/Q7+YkpKSjBu3DgcP34chBDUq1cPZWVlcHR0hK+vL6SkpGhHlMiXptTt2rULs2bN4grBOSK4RSlOncT0QvDKOnTogNmzZ2P06NEii1KrVq3CtWvXcOvWLdoRJWJlZQUjIyPhlLq4uDiRKXWDBw+mHbHOy87ORps2baCmpoapU6cKL+wTEhJw4MAB5OTk4OHDh4zdyicvL487d+6IbSWKjo5G9+7dUVRURCkZpyozZ86Ev78/2rZtCzMzM7HFG6beRn/w4EFMnToV8vLyYtMSmVgWu2zZMvTq1QvdunWDnJwc7Ti1Lj8/H7dv38aNGzcQGhqK2NhYtGrVClZWVrC0tMTAgQNpR6zz2FoIzufz0b9/f8jKylb5+MePHxEYGMgtSv0ikpOTRXr1UlJSEBMTA4FAAHNzc7EibaZp3Lgxdu7cKTKlDijvPnN1da1yeAfTPH/+HDwejzXbLGniFqU4dQabCsEr++effzBmzBgsXrwYq1evxqpVq0S2QPTp04d2RImwcUodUP5J5fz583H9+nW8fv0an5+CmXSxuGjRIly7dg1hYWFiby6Liorw22+/oW/fvli/fj2lhDVjbGyMw4cPo1OnTiLHw8PD4ejoiOTkZErJagfburKqKvetwOPxEBwc/BPT1J4mTZpg5syZrOnKMjAwQFpaGmRkZNC5c2dhn0/nzp0hIyNDO16NSUtLQ1VVFWPGjIG1tTV+++03NGzYkHYsTiV9+/YVFn9XZd26dQgNDcWVK1d+crKacXZ2/q7nMbkqgE34fD60tLRgbW2NXr16wdraWqxjj8nYOqVOIBBg7dq12Lp1q3A3iqKiIubNm4elS5ey4u80FYTDqSNWrVpF9PX1yZEjR4i8vDxJSUkhhBBy4sQJ0qVLF8rpaiYwMJD07NmTKCgoEHl5edK9e3dy5coV2rFqpHHjxiQxMZEQQoiRkREJDAwkhBDy+PFjIi8vTzNajdja2hITExPy119/kbNnz5Jz586JfDGJubk5OXHixBcfP3bsGDE3N/+JiWrXuXPnSKdOnUhERAQRCASEEEIiIiJIly5dyNmzZ+mGq4Fnz56R3377jfB4PKKiokJUVFQIj8cj3bt3J5mZmbTjcT6joqJCkpOTaceoVc+fPyf+/v5k/PjxRF9fn/B4PFK/fn1iY2ND1q5dS8LCwmhHlNjAgQNJo0aNiLq6Ohk+fDj566+/SEJCAu1YnEo0NDRITEzMFx+Pjo4mGhoaPy8Qp066efMmWbNmDbGxsSH169cnfD6f6OrqkvHjx5PDhw+T58+f045YIzNmzCBz5swROz5v3jwyffp0Colqh5ubG1FTUyN//fUXiYuLI7GxsWT37t1ETU2NLFmyhHY8xuLulOLUGYaGhti3bx9sbGxEtrk9efIEXbt25coffzF9+/bFuHHj4OjoiKlTpyImJgYzZ87E4cOH8d9//+H+/fu0I0pEUVERt27dQrt27WhHqTFlZWVERkZWOdYdKL81vUOHDoz9NExFRQWFhYUoLS1FvXrlc0Eq/l9BQUHkubm5uTQiSoStXVlsxdaurMqePXuGkJAQ3LhxA3///TcKCgpQWlpKO1aNxMfHIzQ0FKGhobh16xZ4PB6srKxw/Phx2tHqPBkZGWRkZKBp06ZVPv7y5Uvo6enh48ePPzkZp64qKSnB3bt3cePGDdy4cQP37t3Dx48fYWhoiMTERNrxJOLq6gp/f380b968yil1lbfYM2l7vaamJvbu3Ss2uf38+fOYPn06Xrx4QSkZs3HT9zh1xosXL6p88ywQCFBSUkIhUe149uwZeDyecKJgeHg4AgICYGJigsmTJ1NOJzm2Tqlr3ry52JY9pvrw4QOUlJS++LiioiJji/YBwMvLi3aEH+LWrVu4c+eOSAm9sbExdu7cie7du1NMVn2DBw+Gr68vlJSUvtkzd+bMmZ+UqnaVlZVh06ZNuHLlCqu6siqkpKTgxo0bCA4Oxo0bN1BWVvbVrZhMYWZmhrKyMpSUlAi7fJj6O8g2ZWVlwg8aqiIlJcX4RVEOs0hLS6Nnz57o2LEjunbtiitXruDAgQOMrglg65S63NxctGzZUux4y5YtGfUB5a+GW5Ti1BmtW7fGrVu3xPZrnzp1SqzImEkcHR0xefJkjBkzBtnZ2ejduzfatGmDI0eOIDs7G8uXL6cdUSIdOnQQ/r+amhouXbpEMU3t8fLygpubG/bt2wddXV3acWrsw4cPXywrfv/+PaMX4MaOHUs7wg+hra1d5UJ8aWkp48o6GzZsKLygVVJSYtzF7fd48OCB8G9U5Qt5gHkX8wCQlpaGkJAQ4Z1R7969Q/fu3WFpaYkZM2agY8eOX10w+NV5enrixo0buHXrFj58+IB27drB0tISU6ZMYfy0X7YghGDcuHFfLQTncH6G4uJi3LlzR3g+jIiIgJ6ennCCsaWlJe2IEgsJCaEd4Ydo27Ytdu3ahR07dogc37VrF9q2bUspFfNx2/c4dQZbC8FVVFRw7949GBsbY8eOHThx4gTCwsIQFBSEqVOnMm4yE9tV3hJWv359sbsemPQpC5/P/+qbYkIIeDweo8rbP1dWVoZz584JC8FNTExgb2/P2BHNQPkt5uvWrcPu3bvRvn178Hg8REZGwtXVFYsWLYKDgwPtiBwW4/P50NbWxvTp02FtbQ0LCwtGv54+16FDB1hZWcHKygo9e/b86t2kHDq4QnDOr8DS0hIREREwMDBAz549YWlpCUtLS2hoaNCOVuvYNKUuNDQUdnZ20NbWRteuXcHj8XDnzh08e/YMly5dQo8ePWhHZCRuUYpTp1y5cgXr1q1DVFQUBAIBLCwssHz5cvTt25d2NIk1aNAADx8+hK6uLuzt7dG9e3csWrQImZmZMDY2ZuzYejZNqavMz8/vq48z6e6c0NDQ73oeUz/pS05OxoABA/DixQsYGxuDEIKkpCQ0b94cFy9ehIGBAe2IEmFrV1avXr1w5swZKCsrixx///49HBwcGDt9j21GjBiBmzdvori4GD169IClpSWsra1hbm7OyDu/PpeZmYlmzZqJTWAihODZs2fQ1tamlIzD4fxKpKWl0bRpUzg4OAgXsRs3bkw7Vq1h85S6ly9fYvfu3Xjy5AkIITAxMcH06dOhqalJOxpjcYtSHA7Dde7cGdbW1rCzs0Pfvn1x7949tG3bFvfu3cPQoUPx/Plz2hEl0r9/f2RmZmLGjBlo2rSp2JuVgQMHUkr247x58wZqamq0Y3D+Z8CAASCE4OjRo1BVVQUA5OTkYPTo0eDz+bh48SLlhJL51sJoZUxaJOXz+cjOzoa6urrI8devX0NLS4tR3YF1oSvryZMnwi0roaGhKC4uxm+//QZLS0tYWVmhY8eOtCNKREpKCllZWWK/hzk5OVBXV2fsByqcX9+FCxe+63mfFzRz6CgoKMCtW7dw48YNhISEIDY2FkZGRsJzoKWlJaOvCRcvXgxvb2+sWrUK3bt3ByEEYWFhWLlyJSZNmgQPDw/aETm/EG5RilMnFRcX48SJEygsLETv3r3RokUL2pEkduPGDQwaNAjv37/H2LFjcejQIQDAkiVL8OTJE8a+YWHTlLqvIYTg8uXLOHjwIC5evMh1WfxCFBQUcO/ePZiamoocj4uLQ/fu3Rld4s4m8fHxAIB27dohODhYuIAIlN9RGRgYiH379iE9PZ1SwupzdnbGjh07oKioiHHjxn31DiK2bDFKSEhAQEAAdu7cyejpe19aHM3IyICJiQkKCgooJeOw3ffcecL0LfVs9uHDB9y+fVu4WB8XF4cWLVqIdQkyBZum1FVcZ3wPMzOzH5iEvZjbJMnhfKcFCxbg06dP2L59OwDg06dP6NKlCxISElC/fn0sWLAAV69eRdeuXSknrT5CCPT09JCRkYGysjKoqKgIH5s8eTLq169PMV3NsGlKXVVSU1Nx6NAh+Pn5IT8/H3Z2dtyo8F+MrKyscAJkZfn5+ZCRkaGQqPawqSurXbt24PF44PF46NWrl9jj8vLy2LlzJ4Vkkqu80OTr60svyA/26tUr4Qj0kJAQJCUlQVZWlpGdHHPnzgVQ/qZ/+fLlIn9/y8rKcP/+fdZ/yMKhSyAQ0I7AqQEFBQWoqqpCVVUVKioqqFevHh4/fkw7lsTYNKWu4jrjW+9LuEVfyXGLUhzWu3z5MtatWyf899GjR5GZmYmnT59CW1sb48ePx9q1axm5FYcQghYtWuDRo0did3sxfbIb26bUAeV36J0+fRoHDx7EvXv30KdPH2RlZSE2NhZt2rShHY/zmd9//x2TJ0+Gt7c3OnXqBAC4f/8+pk6dyujtD2zrykpLSwMhBPr6+ggPDxfZ7iAjIwN1dXVGLrZVYFtX1qlTp4R3AiQmJqJevXro1KkThg8fDmtra3Tr1u2LU9F+ZTExMQDK/y4/ePBAZOFaRkYGbdu2xfz582nF43A4vxiBQIDIyEjhonxYWBgKCgqgpaUFa2tr7N69G9bW1rRjSoxNU+rS0tJoR2A9bvseh/WUlJQQHR0NQ0NDAMCff/4JRUVF7N+/HwAQGxuLAQMG4OXLlzRjSqx169bw9vZGly5daEepVWyaUgcA06dPx/Hjx2FsbIzRo0dj5MiRaNSoEaSlpREXFwcTExPaETmfycvLw9ixY/HPP/8If/9KS0thb28PX19fNGzYkHJCybC1K4ut2NSVBZQv0HTo0AHW1tawtrZG9+7dIS8vTztWjezYsQOTJk2CvLw8nJ2dsX37dm7qHuen8/f3r/J4w4YNYWxsXOVdKxx6lJSUUFBQgKZNmwondlpbWzPug6Ev4abUcaqDW5TisJ6ysjIiIiKEdxLp6enB3d0d48ePBwCkp6ejVatWjJ1Sd/HiRWzYsAF79uxh1d02bJpSBwD16tXDokWL4ObmBkVFReFxblHq1/f06VORCSsVC9xMVRe6spSUlBAbGwt9fX3aUSTGxq4soLzc9/Mpj0xXr149vHz5UnhXXlVF55xfB1sLwStXOFSWn58PgUCAAQMGICAgQOQahEPPvn37YG1tDSMjI9pRfhi2Tqk7fPgw9u7di7S0NNy9exc6Ojrw8vKCnp4eKwcx/Qzc9j0O67Vs2RL//PMP5s6di0ePHiEzM1PkdtiMjAxoaGhQTFgzo0ePRmFhIdq2bQsZGRmxT5yZdkdRha8tOr158+YnJqkd/v7+8PHxQdOmTWFnZ4cxY8bA1taWdqwa+dZUsApMLduv0KJFC0YPQ/gcm7uyKrDh8zY2dmUBYN2CFFBe6Pv3338L70J8/vw5iouLq3yutrb2T07H+ZyDg8M3n8PEbpj//vuvyuMCgQBRUVGYOHEiVq1ahS1btvzkZJyqTJkyhXaEH05TU5N1U/b27NmD5cuXY/bs2fDw8BCeJ5SVleHl5cUtSkmIu1OKw3p///03/vzzT/To0QOPHj1Cx44d8c8//wgfX7RoEdLS0nDy5EmKKSXHtjuKvoQtU+rS09Ph4+MDX19fFBYWIjc3FydOnMDQoUNpR6s2Z2fn73oek6aDVZQVf49t27b9wCQ/jpOTE6Kjo8W6siZNmoT27duzolhbUVERcXFxjL5TKiMjg9VdWWyyf/9+uLq6fnViICGEkQsdHPa4du0aXFxckJiYSDsKh6XqwpQ6ExMTrFu3Dg4ODiLXGg8fPoSVlRXevn1LOyIjcYtSnDrh2rVruHjxIpo0aQJXV1eRqTirVq2CpaUlrKys6AXkfFFVU+qGDBmCQYMG0Y5WI4QQXLlyBYcOHcKFCxfQuHFjDB48WKwQkvNzfW+pKI/HY1zBdAW2dmVVNm3aNKxZswaNGzemHYVTR3z48AEZGRkwMzPDtWvX0KhRoyqfx7SCXw57pKeno3Xr1igoKKAdhcNSfD6f9VPq5OXl8eTJE+jo6IgsSj19+hRmZmaMrYOhjVuU4nBYICUlBT4+PkhJScH27duhrq6OwMBANG/eHK1bt6Ydr9qqmlJ3+fJl1k6py83NFW7vi4uLox2HU0ewrSvL398fI0aMEJvc9unTJxw/fhxOTk6UktUeNnRlsZ2fnx9GjhzJyAmCdUVdLQS/fv06pk+fzt0pxflhMjIyvvu5Ojo6PzDJj2NiYoL169dj4MCBIotSO3bsgJ+fH6KiomhHZCRuUYrDYbjQ0FD0798f3bt3x82bN/H48WPo6+tj06ZNCA8Px+nTp2lHrBZuSh1zWFtbg8fjiR2vuLB3cXFB8+bNKSSrXcnJyUhJSUHPnj0hLy8v3IbD+bV8qWA6JycH6urqjP1UtjI2bEv8HFtfX1FRUXj8+DF4PB5atWoFCwsL2pE4/1PXCsEJIYiJicH48ePRu3dvrlOKw6kBHx8fuLu7Y+vWrZgwYQIOHjyIlJQUrF+/HgcPHsTIkSNpR2Qkruicw2E4Nzc3rF27FnPnzhW5gLK2tsb27dspJpPM/v37q5xSx/n1tGvXrsrjeXl5uHTpEnbt2oXbt29/8Xm/upycHAwfPhwhISHg8Xh4+vQp9PX1MXHiRCgrK2Pr1q20I363utCV9aXFjOfPn7NiSyLb5OTkYMSIEQgODmb866uy169fY+TIkbhx4waUlZVBCMG7d+9gbW2N48ePi3SDcehgayG4iopKlefA/Px8lJWVwdbWFitXrvz5wTh1Fhun1Dk7O6O0tBQLFy5EYWEhHB0doaWlhe3bt3MLUjXALUpxOAz34MEDBAQEiB1XU1NDTk4OhUQ1w8YpdWzl6en51cddXFywZMkSXLp06Sclql1z5syBtLQ0MjMz0apVK+HxESNGYM6cOYx60xwTE/Ndz2PiHSrm5ubCKXU2NjaoV+//L23KysqQlpbGmnPI6NGjoaSkRDtGrZgzZw7q1avHitdXZa6urnj//j0ePXok/L4SEhIwduxYzJw5E8eOHaOckPMlfD4fHTt2xNatW+Hi4sK4RSkvL68qjyspKaFly5YirzMO50dj85S6SZMmYdKkSXj79i0EAoHYHdqc6uMWpTh1AiEEmZmZUFdXh7y8PO04tUpZWRlZWVnQ09MTOR4TEwMtLS1KqSTn6OgIR0dH4ZQ6FxcXFBYWQiAQICEhgdu+xyBTpkxBv379aMeQWFBQEK5cuYJmzZqJHG/RokW1ehN+BSEhIbQj/DAV491jY2PRr18/NGjQQPiYjIwMdHV1MWTIEErpaq5yV9aePXuEx5nelcWm11dlgYGBuHbtmsgCgImJCXbv3o2+fftSTMb5XoaGhnj+/DntGNXWtGlTWFtbCwdYcDg07dy5EwcOHICDgwM2bNggPN6hQwfMnz+fYrKaWbVqFUaPHg0DAwNumEot4halOHUCIQQtWrTAo0eP0KJFC9pxapWjoyMWLVqEU6dOgcfjQSAQICwsDPPnz2fsmxUA0NXVxapVq7By5UrhlLrRo0dj9uzZ3JQ6hpCXl0dxcTHtGBIrKCgQmdRZ4e3bt6woMWZLl8+KFStQVlYGHR0d9OvXD02bNqUdqVY5OzvD1tZW7JPYDx8+wNnZmbHneba+vgQCQZWLAtLS0hAIBBQScaorJSVFbLGUCaZOnYrc3Fz069cPAwcOxIABA6CsrEw7FqeOSktLg7m5udhxWVlZRk+A/Pvvv7F69Wp07NgRo0ePxogRI7ht2bWATzsAh/Mz8Pl8tGjRgpHb2b7Fw8MD2tra0NLSQn5+PkxMTNCzZ09069YNy5Ytox2vxng8HmxtbXHy5Em8fPkS8+fPR2hoKO1YNVZYWIgnT54gPj5e5ItNgoKCYGRkRDuGxHr27Ckypali0Xfz5s2wtrammKxmcnJyYGNjAyMjIwwYMABZWVkAgIkTJ2LevHmU00lGSkoKU6dOZfQi6JewtSuLra+vXr16YdasWXj58qXw2IsXLzBnzhzY2NhQTMb5FkIIoqOjMW/ePPzxxx+041Rbamoqbt68CVNTU3h5eaFJkyawsbHBjh07kJ6eTjsep47R09NDbGys2PHLly8zetdDxfV6r169sG3bNmhpaQmHIxQWFtKOx1jc9D1OnXHx4kVs2LABe/bsQZs2bWjHqXUpKSmIiYmBQCCAubk56+4IY4s3b97A2dkZly9frvJxJk0Iu3DhQpXH3717h4iICHh7e8PX1xfDhg37yclqR0JCAqysrNC+fXsEBwfD3t4ejx49Qm5uLsLCwmBgYEA7okScnJzw+vVrHDx4EK1atRJOcwsKCsKcOXPw6NEj2hEl0rFjR2zYsIE1b/wrurLi4uLQunXrL3ZlnTx5kmJKybH19fXs2TMMHDgQDx8+RPPmzcHj8ZCZmQlTU1OcP3+ekXfgsM33FIKfOHFCZCswE718+RIXLlzAhQsXEBISAiMjIwwcOBD29vbo0KED7XgclqsrU+rCwsIQEBCAU6dOobi4GO/fv6cdiZG4RSlOnaGiooLCwkKUlpZCRkZGrFsqNzeXUrLaU/FyZuIWnLpi1KhRSE9Ph5eXF6ytrXH27Fm8evUKa9euxdatW2FnZ0c74nfj86u+2VZRUREtW7bE/PnzGbsgVSE7Oxt79uxBVFQUBAIBLCws4OLiwugtYk2aNMGVK1fQtm1bKCoqChel0tLSYGpqivz8fNoRJRIUFIRFixZhzZo1aN++PRQUFEQeZ1pB+KpVq4T/nTdv3he7smRkZGhFrDE2vr4qXL16FU+ePAEhBCYmJujduzftSJz/8fPzq/I4mwvBCwoKEBgYiPPnz+PSpUuYO3culixZQjsWh+UOHDiAtWvX4tmzZwAALS0trFy5EhMmTKCcrPbExsbiyJEjOH78OHJyclBUVEQ7EiNxi1KcOuNLFyEVxo4d+5OS1D5vb294enri6dOnAMqLYmfPno2JEydSTsb5XNOmTXH+/Hl06tQJSkpKiIyMhJGRES5cuIBNmzbh9u3btCNyWE5RURHR0dFo0aKFyKJUREQEbG1tGbvNufIiaeWF+Yrtb0y6C7FCWVkZDh8+zMquLA6HlqCgoDpbCJ6bmwtlZWXk5ORwPTicn4ZtU+rS0tIQEBCAo0ePIikpCT179oSjoyOGDRvG6G31NHFF55w6g8mLTl/j7u4OT09PuLq6omvXrgCAu3fvYs6cOUhPT8fatWspJ+RUVlBQIPyjrKqqijdv3sDIyAimpqaIjo6mnK56HB0d4eDggP79+0NRUZF2nFqnp6eH0aNHY/To0TA2NqYdp9ZUdPmsWbMGAHu6fNg4YbCiK+vx48e0o/wQxcXFiI+Px+vXr8VKwO3t7Smlksz9+/eRm5uL/v37C4/5+/tjxYoVKCgogIODA3bu3MnoEne2YGshuJWVFXx9faGrq1vl42fPnsX06dORlZXFLUhxfji2Tqnr2rUrwsPDYWpqCmdnZzg6OjJy2vkvh3A4dUhycjJZunQpGTlyJHn16hUhhJDLly+Thw8fUk4muUaNGpGAgACx4wEBAaRRo0YUEnG+pkOHDiQwMJAQQsjAgQPJmDFjyPPnz8nChQuJvr4+5XTVs2LFCmJhYUFkZWVJnz59yK5du0hmZibtWLVm69atpEOHDoTH4xELCwvi6elJXr58STtWjT169IioqakRW1tbIiMjQ4YOHUpatWpFNDQ0SHJyMu14nM906NCBXLt2jXaMWnf58mWipqZGeDye2Befz6cdr9psbW3Jhg0bhP+Oj48n9erVIxMnTiRbt24lTZo0IStWrKAXkCMiLi6OrFmzhnTs2JHIysqSXr16ke3bt5O0tDTa0ST2+++/E0VFRbJ3716R4zk5OWTkyJFEVlaWrFu3jlI6Tl1jampK+Hw+6dy5M9m5cyd5/fo17Ui1YvHixYx+3/ir4rbvceqM0NBQ9O/fH927d8fNmzfx+PFj6OvrY9OmTQgPD8fp06dpR5SIiooKwsPDxYrNk5KS0KlTJ+Tl5dEJVksKCwuRmZmJT58+iRw3MzOjlKhmjh49ipKSEowbNw4xMTHo168fcnJyICMjA19fX4wYMYJ2xGp7/vw5Lly4gPPnzyM0NBQmJiawt7fHwIEDqxwHzDRJSUk4evQojh8/jtTUVFhbW2P06NFwcnKiHU1ibO7yYds5g21dWRUMDQ3Rr18/LF++HBoaGrTj1FjTpk3xzz//CAukly5ditDQUOGW7FOnTmHFihVISEigGZNTBTYVgh86dAhz585F586d4e3tjYiICEybNg3a2trw8fFB69ataUfk1CGPHj0SXj89f/4cvXv3xujRo+Hg4ID69evTjlcjnz59QlpaGgwMDEQGkXAkwy1KceqMrl27YtiwYZg7d65Yj4qDgwNevHhBO6JEXF1dIS0tjW3btokcnz9/PoqKirB7925KyWqGTVPqvqawsBBPnjyBtrY2K25v/vDhAy5fvozz58/j8uXLUFRUxB9//IFp06ax4mL43r17mDZtGuLj41nzO8gWbD1nsLErCyhfTIuJiWHslL3PycnJ4enTp2jevDkA4LfffoOtrS2WLVsGAEhPT4epqSk+fPhAMybnG9hQCJ6ZmQkneFE5RQAANolJREFUJyeEh4eDEAJ3d3csWrQIUlJStKNx6jC2TKkrKirCjBkzhF3FSUlJ0NfXx8yZM6GpqQk3NzfKCZmp6tFJHA4LPXjwAIMGDRI7rqamxrhi37lz5wq/eDweDh48iDZt2mDixImYOHEi2rRpgwMHDnxxOhoTzJ49G//99x/u3bsHeXl5BAYGws/PDy1atMCFCxdox5PY6tWrUVhYKPx3/fr1YWFhAQUFBaxevZpistqhqKiI4cOH4+jRo3jz5g18fHwgJSWFu3fv0o5WI+Hh4Zg9ezYGDRqExMREDB06lHYkienp6cHd3R2JiYm0o9Qqtp4zQkJChF/BwcHCr4p/M9XQoUNx48YN2jFqjYaGBtLS0gCUf4IeHR0t7HkEyhfs62KxNtMoKChgyJAh8PLywuvXrzFp0iTakartyZMnSElJgZqaGsrKylBaWko7EocDBQUFyMvLQ0ZGBiUlJbTjSMzNzQ1xcXG4ceMG5OTkhMd79+6NEydOUEzGbNydUpw6o1mzZjh58iS6desmcqfU2bNnMX/+fKSkpNCO+N2+t4yYx+Mx9k0LW6fUSUlJISsrS2wCSU5ODtTV1Rl110NCQgJMTEy++pwjR45g9OjRPylR7arYthcQEID09HRYW1tj1KhRGDx4MKOL3bdt24Zjx44hKioK5ubmGDNmDEaMGMH4rXtsPWewVWFhIYYNGwY1NTWYmpqKLdjMnDmTUjLJTJkyBQ8ePMDGjRtx7tw5+Pn54eXLl5CRkQFQvnXby8sLERERlJNyqlMIziQFBQWYM2cO/Pz8sGTJEixduhRBQUGYPHkyNDQ04O/vz4o7ljnMwcYpdTo6Ojhx4gS6dOki8n4yOTkZFhYWjL0DjDp6dVYczs+1YMEC8ttvv5GsrCyiqKhInj59Sm7fvk309fXJypUracfjfEZRUVFYOKqjo0Nu375NCCEkNTWVyMvLU0xWMzwer8qyx+vXr5PGjRtTSCQ5OTk5snnzZiIQCMQey87OJn/88Qdp0KABhWS1g8fjkY4dOxJPT0+SlZVFO06tS0xMJMuXLydGRkakXr16pE+fPsTPz492LImx9ZxRoaCggDx+/JjExcWJfDHVgQMHiJSUFGnQoAHR0dEhurq6wi89PT3a8art9evX5LfffiM8Ho8oKiqSM2fOiDzeq1cvsmTJEkrpOJWxtRBcV1eXmJqakqioKJHj//33Hxk1ahSRk5MTKePncH6kLl26ED6fT9q2bUs2bdpEnj9/TjtSrZCXlycpKSmEEEIaNGgg/P/Y2FiipKREMxqjcYtSnDrj06dPxNHRkfD5fMLj8Yi0tDTh8/lk9OjRpLS0lHY8ifn4+JDCwkLaMWodm6bUEUKIsrIyUVFRIXw+X/j/FV9KSkqEz+eT6dOn045ZLadPnyZqamrkt99+E5nadvjwYaKqqkp69uzJ6GluiYmJtCP8NHfv3iXt2rVj5NSzCmw7Z1R4/fo1sbOzI3w+v8ovptLQ0CAeHh6krKyMdpRalZeXV+U1RU5ODvn48SOFRJyqeHt7k4YNG5K+ffuSZ8+ekTNnzhANDQ3SsWNHxk7WWrhw4Vd/xyq+Rw7nZ2DrlLqePXuSHTt2EELKF6VSU1MJIYS4uLiQfv360YzGaNz2PU6dk5KSgpiYGAgEApibm4tNrWOapk2boqCgAMOGDcOECRPQrVs32pFqBdum1Pn5+YEQgvHjx8PLy0vktmUZGRno6uqK9I8wxevXrzFlyhRcvXoVK1euxK1bt3Dt2jWsW7cOM2fOFClmZqK8vDycPn0aKSkpWLBgAVRVVREdHQ0NDQ1oaWnRjldj4eHhCAgIwIkTJ/Du3Tv88ccfjO1EOHr0KD59+gRnZ2dWnDMqjBo1Cunp6fDy8oK1tTXOnj2LV69eYe3atdi6dSvs7OxoR5SIqqoqIiIiWFN0zmGeulgInpOTg0aNGtGOwalD2Dal7s6dO7C1tcWoUaPg6+uLKVOm4NGjR7h79y5CQ0PRvn172hEZiVuU4tRJFb/2TH/DDJRPlLp48SJ8fX1x8eJF6OnpwdnZGWPHjkWTJk1ox6s1bJlSFxoaim7durGu8HbUqFE4duwYFBQUcOfOHZiamtKOVGPx8fGwsbGBsrIy0tPTkZiYCH19fbi7uyMjIwP+/v60I0qErV1Zn2PLOYOtXVlz5syBmpoa4yabcdgjKCgIEyZMAJ/PR1ZWFpYtW4alS5eyelGKw/lZ2Dyl7sGDB9iyZQuioqIgEAhgYWGBRYsWseLalxbmjubicCTg7e2NNm3aQE5ODnJycmjTpg0OHjxIO1aNSElJwd7eHmfOnMGzZ88wefJkHD16FNra2rC3t8f58+chEAhox6w2tk6ps7S0FC5IFRUV4f379yJfTPPff//B0dER586dg5ubG9TV1TFixAhWlPnOmTMHzs7OePr0qciElf79++PmzZsUk9VMy5YtcfnyZbi4uODZs2cICgrC2LFjGbsgVVhYCBcXF2hpaUFdXR2Ojo54+/at8JzB5AUpoLy8uGIwgqqqKt68eQMAMDU1RXR0NM1oNVJWVoZNmzbB0tISrq6uIlNl586dSzseh8UKCgowefJk/PHHH5g4cSJSUlJw7tw57N+/H506dcKjR49oR5QIn8+HlJSU2JeKigq6dOmCM2fO0I7IqUPYPKXO1NQUfn5+ePjwIRISEnDkyBFuQaqGuDulOHWGu7s7PD094erqKtwmdffuXezatQuzZs3C2rVrKSesHffv38ehQ4fg5+eHpk2bIi8vD8rKyvDx8YGVlRXteN+NTVPqKissLMTChQtx8uRJ5OTkiD3OpO/r33//xaRJk6CtrQ0/Pz+0bNkSBQUFmD9/Pg4dOoQFCxZg5cqVjL1du2HDhoiOjoaBgYHIhJWMjAwYGxujuLiYdkSJJCUlwcjIiHaMWrNgwQL89ddfGDVqFOTk5HDs2DFYWVnh1KlTtKPVio4dO2Lt2rXo168fHBwcoKSkhPXr12PHjh3CraVM9LUpskyeHMv59enp6UFRURG+vr6wsLAQHs/Ly8OMGTPw999/Y+XKlVi0aBHFlNV3/vz5Ko/n5eUhPDwcPj4+8PPzw7Bhw35yMk5dxNYpde/evcPVq1eRnp4OHo8HfX192NjYQElJiXY0ZqPWZsXh/GSNGjUiAQEBYscDAgJIo0aNKCSqPdnZ2WTz5s3ExMSEyMnJkZEjR5KrV68SQggpLCwkc+fOJdra2pRTVg+bptRVNn36dNKqVSty6tQpIi8vTw4dOkTWrFlDmjVrRo4cOUI7XrXIysp+sag4KCiIaGtrk7Zt2/78YLVEXV2dREdHE0JEJ6xcuXKFNGvWjGa0Gvvvv//IgQMHiJubG8nJySGEEBIVFcXI6Tj6+vrk2LFjwn/fv3+f1KtXj9EDLCo7cuQIOXToECGEkOjoaKKmpkb4fD6Rk5Mjx48fp5yOw2GeuloIvmvXLtKpUyfaMTh1BBun1B0+fJg0bNiQ8Hg8kS9lZWXu73ENcYtSnDpDWVmZJCUliR1PTEwkDRs2/PmBasnvv/9OpKWlSevWrYmnp6fwDWZlL168IDwej0K66mPjlLrKmjdvTkJCQggh5SPsnz59SgghxN/fn/Tv359isur71jj6d+/ekfHjx/+kNLVv0qRJxMHBgXz69Ek4YSUjI4OYm5uTWbNm0Y4nsbi4ONK4cWNiaGhI6tWrJ7xQXLZsGRkzZgzldNUnLS0ttpgmJydHMjMzKSX6sQoKCkhUVBR58+YN7SgcDmu9ffuWdoRal5SURJSVlWnH4NQRbJtSFxUVRerVq0fGjh1LYmNjSXFxMSkqKiJRUVFkzJgxRFpamsTGxtKOyVjc9j1OneHq6gppaWls27ZN5Pj8+fNRVFSE3bt3U0pWMxMmTMDEiRO/OrmNEILMzEzo6Oj8xGSSYeuUugoNGjTAo0ePoKOjg2bNmuHMmTPo1KkT0tLSYGpqivz8fNoROf/z/v17DBgwAI8ePcKHDx+gqamJ7OxsdO3aFZcuXYKCggLtiBKxsbFB+/btsWnTJpFb6u/cuQNHR0ekp6fTjlgtUlJSyM7OhpqamvCYoqIi4uPjoaenRzFZzRQWFmLBggU4d+4cSkpK0Lt3b+zYsYPRHVmDBw+Gr68vlJSUMHjw4K8+l+u/4XBqV3x8PPr164esrCzaUTh1ANum1Dk7OyM/P/+L1QBDhw6FkpISDh069JOTsQMziz44nO9UuSyVx+Ph4MGDCAoKQpcuXQAA9+7dw7Nnz+Dk5EQrYo15e3t/8zk8Ho8RC1IAMHbsWADlnQ9snFKnr6+P9PR06OjowMTEBCdPnkSnTp3wzz//QFlZmXa8avnS9LmGDRvC2NgYLVu2/MmJapeSkhJu376N4OBgREdHCyes9O7dm3a0GomMjMT+/fvFjmtpaSE7O5tCopohhGDcuHGQlZUVHisuLsbUqVNFFg6ZtsixYsUK+Pr6inRlTZs2jdFdWQ0bNhROvVVSUmLFBFwO8/D5/Cp/95SUlGBsbIyFCxd+c9GUiQ4cOABzc3PaMTh1RLdu3RAWFoYtW7bAwMAAQUFBsLCwwN27dxlZCh4WFoa//vrri49PnToV06dP/4mJ2IW7U4rDal8rUq2MiaWqwcHBmDFjBu7duydWrvfu3Tt069YNe/fuRY8ePSglrD1FRUUoKSkROcbUQkFPT09ISUlh5syZCAkJgZ2dHcrKylBaWopt27Zh1qxZtCN+NxUVlSqP5+fnQyAQYMCAAQgICGDsVDe20tDQQGBgIP6vvTuPq7rO9zj+PuBGKIKTqJEix13HXWnIUTjk2k0u481ockVbTI3Cmqy57o7euWbW6FXzMdPgMmmNDjXjjBdKWVJzX0ADSRaXTFBzS5QkOPeP8lxPYLL//B1ez8fDx4Pz+/3gvI/50NPnfH/vb8+ePZ1WSt3aHv306dNGRyyXyMjIMl0XExNTzUmqVps2bbRgwQI9+eSTkqS9e/eqX79+KigoYMt6oBJctRD8TrtWXrlyRfv371dWVpa2b9/OYAqogIYNGyotLU2tWrUq9fypU6fUqVMn5efn13Ay18BQCjCpsLAw2Ww2RUdHl3p+6dKlSkxM1IcffljDyaqGK+1S91NOnTql/fv3q02bNurevbvRcapEcXGxDhw4oKefflqDBg3S4sWLjY5UbsXFxVq9erViY2MdO6wEBATo8ccf15gxY0y9wuPZZ5/V+fPn9de//lVNmjRRamqq3N3dFR4ergEDBujtt982OiL0/e3KOTk58vPzcxzz8PDQF198oZYtWxqYrGqEhoYqNja2xArRq1evKjw83HQfFMF1LF++XGvXrtWePXuMjlIud/og1svLSx07dtTkyZNNs2oe5udqu9S5ubkpNze3xK7gt+Tl5emBBx5wmf8/qWkMpVBrrF69WhEREfLw8DA6SpXw9/dXXFycOnXqVOr5Y8eOafDgwTp16lQNJ6saU6ZMUWJioubNm6exY8dq+fLlOnPmjFatWqXf//73GjVqlNERcRdbt27VlClTlJGRYXSUcrHb7Ro+fLi2bNmi7t27q2PHjrLb7UpPT9eRI0cUFhamjz76yOiYFeaqXVmuxlW7sm650xv8c+fOyc/Pr8TqWKCmHD9+XIGBgbp06ZLRUQBT+stf/qKpU6fq6tWrTscbN26sd955RxEREQYlqzg3NzetWbPGqev2dpcvX1ZkZCRDqQqiUwq1xuuvv66oqCiNHDlSEydO1MMPP2x0pErJy8v7yb6lOnXq6Pz58zWYqGpt3rxZa9euVUhIiCZMmKD+/furbdu28vf313vvvWfKoZQrr74pTdu2bfXll18aHaPcVq9erU8//VTbtm0r8clzQkKCwsPDtXbtWtN20blqV5arcdWurNTUVMfXaWlpTj1mRUVFiouLc1odBtS0GzduqEGDBkbHAEzp4MGDioyM1KhRoxQdHe34YC8tLU1vv/22xowZo44dO5ry7oBbvbd34mrv42sSK6VQaxQVFelf//qXVq9erX/9618KCAhQZGSkxo0bp+bNmxsdr9zatGmjxYsX61e/+lWp52NjY/XKK68oOzu7hpNVDVfbpc7VV9+UZtu2bZo8ebLpVkoNHjxYoaGheu2110o9v3DhQiUnJys+Pr6Gk6E2cdWurNtLpkt7C+rh4aFly5ZpwoQJNR0NkPT9bs1ZWVnasmWL0VEA02GXOlQEK6VQa7i7uyssLExhYWE6d+6c/vKXv2j16tWaOXOmhg4dqokTJ2r48OFyc3MzOmqZPProo5o1a5aGDRtW4hO9GzduaPbs2XrssccMSld5rrRLneT6q29uZ7fbdejQIb388ssaPny40XHKLTU1VYsWLbrj+WHDhmnp0qU1mKjq1LbVemZmtmFTWeXk5Mhut8tqtWrv3r1OtyfWq1dPvr6+FLmjWpW1EBxA+bFLHSqClVKotfbs2aM///nPWrNmjVq0aKHLly/L29tbMTExCgkJMTreXeXl5alXr15yd3fX1KlT1aFDB1ksFqWnp2v58uUqKirSwYMH1axZM6OjVogr7VInuebqGx8fn1KHGNeuXVNRUZGGDh2qDz74QA0bNjQgXcXVq1dPJ0+eVIsWLUo9/9VXXykgIEDffvttDSernNq4Wg8AfoxCcKD6sEsdKoKhFGqVvLw8rVu3TjExMcrOzlZ4eLgmTpyogQMH6saNG5oxY4Y2bdqkkydPGh21TE6ePKnnn39e8fHxjtsgLBaLhgwZohUrVqh169bGBqxCZt+lrnnz5oqLi1OPHj1KPX/o0CENGzbMqV/lXrdmzZpSj996Y3+nEv57XWkF07cz6w4rMTExevHFF/X3v//9jqv1/ud//sclVuvBXLy8vHT48GFZrVajowAAKoFd6lARDKVQawwfPlzx8fFq3769nn76aY0dO1ZNmjRxuuarr77Sgw8+qOLiYoNSVsylS5eUmZkpu92udu3aycfHx+hI+BFXXX3jitzc3DRs2DCngunbffvtt4qLizPdGypXXK0H19CoUSOlpKQwlAIAk2OXOlQEnVKoNXx9fZWcnKygoKA7XtOiRQvl5OTUYKqq4ePjo759+xodo8q4Yu9NUVGR6tS581+57u7u+u6772owEe7kbrurSDLlaiJX7soCAAD3BnapQ3mxUgrAPcVVe29cdfUNzIPVerhXPf/885o/f77uv/9+o6MAAHBX+/fvV3p6uiwWizp27Kg+ffoYHcnUzLHNGFAJCQkJ6ty5s65evVri3JUrV9SlSxd2WbmH3L5L3aFDh7Rhwwa9//77SklJ0datW5WQkKC1a9caHbPcxo0bJ19fXzVu3LjUX76+vqZcfQPzYLUe7iVr1651DEBXrlzpGEjdvHnTlH/HAwBc35dffqn+/fsrMDBQL774oqKiohQYGKhf/vKXOn36tNHxTIuVUnB5YWFhstlsio6OLvX80qVLlZiYqA8//LCGk6E09N4A1YPVeriXuLu76+zZsyXKcL/++mv5+vry5xAAcM8ZPHiwrl69qjVr1qhDhw6SpIyMDE2YMEGenp76+OOPDU5oTgyl4PL8/f0VFxd3x53Ajh07psGDB+vUqVM1nAylccVd6mqLzMxMZWVlacCAAfLw8JDdbqc34B4SGRlZputiYmKqOQnw/ZA0Ly+vxC6XKSkpstlsunjxokHJAAAonYeHhz777DP17NnT6fjBgwfVr18/3bhxw6Bk5kbROVxeXl6e6tate8fzderU0fnz52swEX7KxYsX1axZszueb9asmS5dulSDiXA3X3/9tSIiIpSQkCCLxaLjx4/LarXq6aeflre3t958802jI0IMm3Bv6NmzpywWiywWix555BGnW0qLioqUk5OjoUOHGpgQAIDStWrVSoWFhSWOf/fdd/Lz8zMgkWtgKAWX5+fnpyNHjqht27alnk9NTb1j8S9qHr035hMdHa06dero1KlTTisSIyIiFB0dzVAKgEN4eLgk6fDhwxoyZIgaNmzoOFevXj21bt1a//Ef/2FQOgAA7mzRokV64YUXtHz5cvXu3VsWi0X79+/Xiy++qMWLFxsdz7S4fQ8u74UXXlBSUpL27dunBg0aOJ27ceOGAgMDZbPZ2Ar9HkHvjfk0b95c8fHx6t69uxo1aqSUlBRZrVbl5OSoa9euunbtmtERKywjI0PLli1z2mHlhRdecPQIACi/oqIirVu3TkOGDOFDIQBwYa6wS52Pj49THUV+fr6+++47x4fot7729PTk1vMKYqUUXN6MGTMUGxur9u3ba+rUqerQoYMsFovS09O1fPlyFRUV6T//8z+NjokfjBs37q7XsEvdvSU/P1/33XdfieMXLly443DRDDZt2qRf//rX6tOnj4KCgiRJu3fv1s9//nOtX79eI0eONDghYE7u7u6aNGmS0tPTjY4CAKgGX375pX79619r586d8vb2liRdvnxZ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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAABKUAAAMWCAYAAAAgRDUeAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy81sbWrAAAACXBIWXMAAA9hAAAPYQGoP6dpAAEAAElEQVR4nOzdd3gU5drH8e9m0wtJSEhCKAEh1IAgSBOkNwELFlSk2QtWFMWuR+UFju3oEfVIEQU7YgUR6VKlSK/SWwKEEBLS5/1jshuWGkKSyW5+n+vaa2Znnt25d5NAcu/93I/NMAwDERERERERERGRUuRldQAiIiIiIiIiIlL+KCklIiIiIiIiIiKlTkkpEREREREREREpdUpKiYiIiIiIiIhIqVNSSkRERERERERESp2SUiIiIiIiIiIiUuqUlBIRERERERERkVKnpJSIiIiIiIiIiJQ6JaVERERERERERKTUKSklIiLiZiZOnIjNZnPevL29qVq1KkOGDGHfvn2Feo7BgwdTo0aNkg30HP755x+GDh1KnTp1CAgIIDAwkIYNG/L8888XOn539vLLL2Oz2awO44LWrl2LzWbDx8eHAwcOWB1Oifntt9/o1q0bsbGx+Pn5ERsbS4cOHfi///u/i36uGjVq0Lt37xKI8sJsNhsvv/yyJdcWEREpKiWlRERE3NSECRNYvHgxv//+O/fccw9ffPEF7dq1Iy0t7YKPfeGFF/j+++9LIUpXP//8M40bN+bnn3/m3nvv5eeff3bu//TTT5b9QV+a7r77bhYvXmx1GBf0ySefAJCTk8OkSZMsjqZkfPjhh/To0YMKFSrw/vvv89tvvzFq1Cjq16/Pt99+a3V4IiIiHs9mGIZhdRAiIiJSeBMnTmTIkCEsX76c5s2bO4+/+OKL/Otf/+Lzzz+nf//+Z31seno6gYGBpRWqix07dtCoUSPq1KnDnDlzCA0NdTlvGAbff/89ffv2tSS+kmble3+xMjMzqVKlClWrVuXw4cMEBQWxefPmYnluwzDIyMggICCgWJ7vUsTFxVGjRg3mzZt3xrm8vDy8vC7u89saNWqQkJDAzz//XFwhFprNZuOll15StZSIiLgVVUqJiIh4iFatWgGwa9cuwJyiFxwczNq1a+nWrRshISF07tzZee706Xt5eXm89957NGnShICAAMLCwmjVqhU//vijy7ivvvqK1q1bExQURHBwMN27d2fVqlUXjO+tt94iLS2NDz744IyEFJh/VJ+ekBo/fjyXX345/v7+VKxYkRtuuIGNGze6jHG8zk2bNtG9e3eCgoKoXLmyc/rVkiVLaNu2LUFBQdSpU4dPP/3U5fGO6ZC///47Q4YMoWLFigQFBdGnTx/++ecfl7G///471113HVWrVsXf35/atWtz3333cfjwYZdxjil6K1eu5KabbiI8PJxatWq5nDvV7Nmz6dChAxEREQQEBFC9enVuvPFG0tPTnWOOHj3Kgw8+SJUqVfD19eWyyy7jueeeIzMz84z3cejQoXz22WfUr1+fwMBALr/88otKlEybNo0jR45w9913M2jQILZs2cLChQvPGJeZmcmrr75K/fr18ff3JyIigo4dO7Jo0aIz4vnwww+pX78+fn5+zq/BwoUL6dy5MyEhIQQGBtKmTRt++eUXl2ukp6fz5JNPUrNmTef3QfPmzfniiy+cY/755x9uvfVW5xS86OhoOnfuzOrVq8/7Oo8cOULlypXPeu70hFRhfz4AZsyYwRVXXEFAQAD16tVj/PjxZ4xZt24d1113HeHh4fj7+9OkSZMzvjcBdu/ezR133EFUVBR+fn7Ur1+fN998k7y8vPO+tsK8byIiIlbztjoAERERKR7btm0DoFKlSs5jWVlZXHvttdx3330888wz5OTknPPxgwcP5vPPP+euu+7i1VdfxdfXl5UrV7Jz507nmDfeeIPnn3+eIUOG8Pzzz5OVlcWYMWNo164dy5Yto0GDBud8/pkzZxIdHe1Mnl3IyJEjefbZZ7ntttsYOXIkR44c4eWXX6Z169YsX76c+Ph459js7Gz69u3L/fffz1NPPcWUKVMYMWIEx48f57vvvuPpp5+matWqvPfeewwePJiEhASaNWvmcr277rqLrl27MmXKFPbs2cPzzz9Phw4dWLNmDWFhYQBs376d1q1bc/fddxMaGsrOnTt56623aNu2LWvXrsXHx8flOfv27cutt97K/ffff85plTt37qRXr160a9eO8ePHExYWxr59+5gxYwZZWVkEBgaSkZFBx44d2b59O6+88gqNGzdmwYIFjBw5ktWrV5+RyPnll19Yvnw5r776KsHBwYwePZobbriBzZs3c9lll13wvR83bhx+fn7079+fo0ePMnLkSMaNG0fbtm2dY3JycujZsycLFizgscceo1OnTuTk5LBkyRJ2795NmzZtnGOnTZvGggULePHFF4mJiSEqKop58+bRtWtXGjdu7LzeBx98QJ8+ffjiiy/o168fAE888QSfffYZr732Gk2bNiUtLY1169Zx5MgR5/Nfc8015ObmMnr0aKpXr87hw4dZtGgRx44dO+/rbN26Nd999x0vv/wyN9xwAwkJCdjt9rOOLczPB8Dff//NsGHDeOaZZ4iOjuaTTz7hrrvuonbt2lx99dUAbN68mTZt2hAVFcV//vMfIiIi+Pzzzxk8eDCHDh1i+PDhACQlJdGmTRuysrL417/+RY0aNfj555958skn2b59Ox988ME5X1th3jcRERHLGSIiIuJWJkyYYADGkiVLjOzsbCM1NdX4+eefjUqVKhkhISHGwYMHDcMwjEGDBhmAMX78+DOeY9CgQUZcXJzz/vz58w3AeO6558553d27dxve3t7Gww8/7HI8NTXViImJMW655Zbzxu3v72+0atWqUK8xOTnZCAgIMK655pozYvDz8zNuv/12l9cCGN99953zWHZ2tlGpUiUDMFauXOk8fuTIEcNutxtPPPGE85jj/bzhhhtcrvXnn38agPHaa6+dNca8vDwjOzvb2LVrlwEYP/zwg/PcSy+9ZADGiy++eMbjHOccvv32WwMwVq9efc7348MPPzQA4+uvv3Y5PmrUKAMwZs6c6TwGGNHR0cbx48edxw4ePGh4eXkZI0eOPOc1HHbu3Gl4eXkZt956q/NY+/btjaCgIJfnnDRpkgEY//vf/877fIARGhpqHD161OV4q1atjKioKCM1NdV5LCcnx0hISDCqVq1q5OXlGYZhGAkJCcb1119/zuc/fPiwARjvvPPOBV/b6bZt22YkJCQYgAEYAQEBRufOnY3333/fyMrKco4rzM+HYRhGXFyc4e/vb+zatct57OTJk0bFihWN++67z3ns1ltvNfz8/Izdu3e7PL5nz55GYGCgcezYMcMwDOOZZ54xAGPp0qUu4x544AHDZrMZmzdvdh4DjJdeesl5/0Lvm4iISFmg6XsiIiJuqlWrVvj4+BASEkLv3r2JiYlh+vTpREdHu4y78cYbL/hc06dPB+Chhx4655jffvuNnJwcBg4cSE5OjvPm7+9P+/btmTt37iW9nlMtXryYkydPMnjwYJfj1apVo1OnTvzxxx8ux202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bwwNGzakc+fO9OzZk1q1apGRkcHSpUt58803iY6O5q677gIK9/NxMV566SV+/vlnOnbsyIsvvkjFihWZPHkyv/zyC6NHjyY0NBQwE7mTJk2iV69evPrqq8TFxfHLL7/wwQcf8MADD5w1cedwofdNRESkTLCyy7qIiIhcPMdqccuXLz/vuEGDBhlBQUHnPHfq6nuGYRi5ubnG22+/bSQkJBi+vr5GaGio0bp1a+Onn35yGTdt2jSjY8eORoUKFQw/Pz8jLi7OuOmmm4xZs2YVKv7t27cbDz74oFG7dm3Dz8/PCAgIMBo0aGA88cQTxo4dO1zGfvLJJ0bjxo2d8Vx33XXG+vXrC/U627dvbzRs2PCM43FxcUavXr2c9x3v58yZM40BAwYYYWFhzpX/tm7d6vLYDRs2GF27djVCQkKM8PBw4+abbzZ27959xspnjhX2kpKSzrj+6avvLV682LjhhhuMuLg4w8/Pz4iIiDDat29v/Pjjjy6PO3LkiHH//fcblStXNry9vY24uDhjxIgRRkZGhss4wHjooYfO+roHDRp0xnGHd955xwCMadOmnXOMYxVAx0qHJ0+eNF588UUjPj7e8PX1NSIiIoxOnToZixYtumA8hmEYCxYsMDp16mQEBQUZAQEBRqtWrc74fnvmmWeM5s2bG+Hh4Yafn59x2WWXGY8//rhx+PBhwzAM49ChQ8bgwYONevXqGUFBQUZwcLDRuHFj4+233zZycnLO+VoMwzA++ugjo2/fvsZll11mBAYGGr6+vkatWrWM+++/39izZ4/L2ML8fJz+veXQvn17o3379i7H1q5da/Tp08cIDQ01fH19jcsvv9yYMGHCGY/dtWuXcfvttxsRERGGj4+PUbduXWPMmDFGbm6uy7jTvwcv9L6JiIiUBTbDOK05gYiIiEg5MnHiRIYMGcLy5csvOAVRRERERIqPekqJiIiIiIiIiEipU1JKRERERERERERKnabviYiIiIiIiIhIqVOllIiIiIiIiIiIlDolpUREREREREREpNQpKSUiIiIiIiIiIqXO2+oAPEleXh779+8nJCQEm81mdTgiIiIiIiIiIqXOMAxSU1OJjY3Fy+vc9VBKShWj/fv3U61aNavDEBERERERERGx3J49e6hateo5zyspVYxCQkIA802vUKGCxdGIiIiIiIiIiJS+48ePU61aNWee5FyUlCpGjil7FSpUUFJKRERERERERMq1C7U2UqNzEREREREREREpdUpKiYiIiIiIiIhIqVNSSkRERERERERESp16SomIiIiIiIhHysvLIysry+owRDyOj48Pdrv9kp9HSSkRERERERHxOFlZWezYsYO8vDyrQxHxSGFhYcTExFywmfn5KCklIiIiIiIiHsUwDA4cOIDdbqdatWp4ealzjUhxMQyD9PR0EhMTAahcuXKRn0tJKREREREREfEoOTk5pKenExsbS2BgoNXhiHicgIAAABITE4mKiiryVD6li0VERERERMSj5ObmAuDr62txJCKey5Hwzc7OLvJzKCklIiIiIiIiHulSet2IyPkVx8+XklIiIiIiIiIiIlLqlJQSEREREREREbcwd+5cbDYbx44dK/RjBg8ezPXXX19iMZUV7vg6lZQSEREREREROYvcPIPF24/ww+p9LN5+hNw8o1Suu2jRIux2Oz169CiV61lp586d2Gw2vL292bdvn8u5AwcO4O3tjc1mY+fOnQC0adOGAwcOEBoaWuhrvPvuu0ycOLEYoy5ZL7/8MjabDZvN5lxB8u677yYpKem8j3O31wlafU9ERERERETkDDPWHeCVnzZwICXDeaxyqD8v9WlAj4TKJXrt8ePH8/DDD/PJJ5+we/duqlevXmLXys3NxWaz4eVlbc1KbGwskyZNYsSIEc5jn376KVWqVGH37t3OY76+vsTExFzUc19MAqusaNiwIbNmzSI3N5dVq1Zx1113sW/fPqZPn37GWMfX0B1fpyqlRERERERERE4xY90BHvh8pUtCCuBgSgYPfL6SGesOlNi109LS+Prrr3nggQfo3bu3S+VL69ateeaZZ1zGJyUl4ePjw5w5cwDIyspi+PDhVKlShaCgIFq2bMncuXOd4ydOnEhYWBg///wzDRo0wM/Pj127drF8+XK6du1KZGQkoaGhtG/fnpUrV7pca9OmTbRt2xZ/f38aNGjArFmzsNlsTJs2zTlm37599OvXj/DwcCIiIrjuuuucVU7nM2jQICZMmOBybOLEiQwaNMjl2OnT9xyv57fffqN+/foEBwfTo0cPDhwo+BqdPq2tQ4cOPPzwwzz22GOEh4cTHR3Nxx9/TFpaGkOGDCEkJIRatWq5JIAc1znVtGnTXJp9v/zyyzRp0oTx48dTvXp1goODeeCBB8jNzWX06NHExMQQFRXF66+/fsH3w9vbm5iYGKpUqULv3r155JFHmDlzJidPnjzn1/D015mXl8eoUaOoXbs2fn5+VK9e3eXaRf1aFSclpURERERERMSjGYZBelZOoW6pGdm89ON6zjZRz3Hs5R83kJqRXajnM4yLm/L31VdfUbduXerWrcsdd9zBhAkTnM/Rv39/vvjiC5fn/Oqrr4iOjqZ9+/YADBkyhD///JMvv/ySNWvWcPPNN9OjRw+2bt3qfEx6ejojR47kk08+Yf369URFRZGamsqgQYNYsGABS5YsIT4+nmuuuYbU1FTATHBcf/31BAYGsnTpUj7++GOee+45l9jT09Pp2LEjwcHBzJ8/n4ULFzqTRFlZWed93ddeey3JycksXLgQgIULF3L06FH69OlzwfcsPT2df//733z22WfMnz+f3bt38+STT573MZ9++imRkZEsW7aMhx9+mAceeICbb76ZNm3asHLlSrp3786AAQNIT0+/4PVPtX37dqZPn86MGTP44osvGD9+PL169WLv3r3MmzePUaNG8fzzz7NkyZKLet6AgADy8vLIyclxvubTv4anGzFiBKNGjeKFF15gw4YNTJkyhejoaOfji/q1Kk6aviciIiIiIiIe7WR2Lg1e/K1YnssADh7PoNHLMws1fsOr3Qn0Lfyf3uPGjeOOO+4AoEePHpw4cYI//viDLl260K9fPx5//HEWLlxIu3btAJgyZQq33347Xl5ebN++nS+++IK9e/cSGxsLwJNPPsmMGTOYMGECb7zxBgDZ2dl88MEHXH755c7rdurUySWOjz76iPDwcObNm0fv3r2ZOXMm27dvZ+7cuc7pc6+//jpdu3Z1PubLL7/Ey8uLTz75xFlBNGHCBMLCwpg7dy7dunU75+v28fHhjjvuYPz48bRt25bx48dzxx134OPjc8H3LDs7mw8//JBatWoBMHToUF599dXzPubyyy/n+eefB8zkzf/93/8RGRnJPffcA8CLL77I2LFjWbNmDa1atbpgDA55eXmMHz+ekJAQGjRoQMeOHdm8eTO//vorXl5e1K1bl1GjRjF37txCP++mTZsYO3YsLVq0ICQkxPmaT/8anio1NZV3332X999/31ltVqtWLdq2bQtc2teqOCkpJSIiIiIiIlIGbN68mWXLljF16lTAnMLVr18/xo8fT5cuXahUqRJd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K1SV06BBg5gwYYLLsYkTJzJo0CCXY7m5udx1113UrFmTgIAA6taty7vvvus8n5GRQcOGDbn33nudx3bs2EFoaCj/+9//XN4Dh5dffpkmTZowfvx4qlevTnBwMA888AC5ubmMHj2amJgYoqKieP31152PcVR4rV692nns2LFj2Gw25/vtqHD67bffaNq0KQEBAXTq1InExESmT59O/fr1qVChArfddhvp6ekXfI+ioqKIiYmhRYsWvPnmmxw8eJAlS5Y4Y/n666/p0KED/v7+fP7552e8ToAff/yR5s2b4+/vT2RkJH379nWeu9D3TklQUkrEk51Mhm/vhPevhL0rrI6mdF3eD+6dAyP2wt1/QI9R0OgWqHgZYAO7L+RmmVslpERERETKh6y0c9+yMwrGtR9urlY953WY/Zp5fvZr5v2rn4I2DxfueYvgq6++om7dutStW5c77riDCRMmYOS3o+jfvz9ffPGF875jfHR0NO3btwdgyJAh/Pnnn3z55ZesWbOGm2++mR49erB161bnY9LT0xk5ciSffPIJ69evJyoqitTUVAYNGsSCBQtYsmQJ8fHxXHPNNaSmpgKQl5fH9ddfT2BgIEuXLuXjjz/mueeec4k9PT2djh07EhwczPz581m4cCHBwcH06NGDrKys877ua6+9luTkZBYuXAjAwoULOXr0KH369HEZl5eXR9WqVfn666/ZsGEDL774Is8++yxff/01AP7+/kyePJlPP/2UadOmkZuby4ABA+jYsSP33HPPOa+/fft2pk+fzowZM/jiiy8YP348vXr1Yu/evcybN49Ro0bx/PPPs2TJkvO+jrN5+eWXef/991m0aBF79uzhlltu4Z133mHKlCn88ssv/P7777z33nsX9ZyOCqjs7GznsaeffppHHnmEjRs30r179zMe88svv9C3b1969erFqlWr+OOPP2jevLnzfGG+d4qdIcUmJSXFAIyUlBSrQxEx/fKUYbxUwTDeb2EYOVlWR1N2/P6y+b68Gmlu546yOiIRERERKUYnT540NmzYYJw8edL1xEsVzn37/CbXsa/FnHvs+Gtcx46qefZxRdCmTRvjnXfeMQzDMLKzs43IyEjj999/NwzDMBITEw1vb29j/vz5zvGtW7c2nnrqKcMwDGPbtm2GzWYz9u3b5/KcnTt3NkaMGGEYhmFMmDDBAIzVq1efN46cnBwjJCTE+OmnnwzDMIzp06cb3t7exoEDB5xjfv/9dwMwvv/+e8MwDGPcuHFG3bp1jby8POeYzMxMIyAgwPjtt9/Oep0dO3YYgLFq1SrjscceM4YMGWIYhmEMGTLEePzxx41Vq1YZgLFjx45zxvrggw8aN954o8ux0aNHG5GRkcbDDz9sxMTEGElJSc5zEyZMMEJDQ533X3rpJSMwMNA4fvy481j37t2NGjVqGLm5uc5jdevWNUaOHHlG3A7JyckGYMyZM8cwDMOYM2eOARizZs1yjhk5cqQBGNu3b3ceu++++4zu3buf8/U5nic5OdkwDMM4fPiwce211xohISHGoUOHnLE4vm/O9Tpbt25t9O/f/6zXKMz3zunO+XNmFD4/op5SIp7q0HpY/om53+P/wO5jbTxlxbzRsPAtaHEv+ATAwbWuPaZERERERCyyefNmli1bxtSpUwHw9vamX79+jB8/ni5dulCpUiW6du3K5MmTadeuHTt27GDx4sWMHTsWgJUrV2IYBnXq1HF53szMTCIiIpz3fX19ady4scuYxMREXnzxRWbPns2hQ4fIzc0lPT3d2c9p8+bNVKtWjZiYGOdjWrRo4fIcK1asYNu2bYSEhLgcz8jIYPv27Rd8/XfddRetW7fmjTfe4JtvvmHx4sXk5OScMe7DDz/kk08+YdeuXZw8eZKsrCyaNGniMmbYsGH88MMPvPfee0yfPp3IyMjzXrtGjRoucUdHR2O32116bUVHR5OYmHjB13G6U9/r6OhoAgMDueyyy1yOLVu27ILPU7VqVcCc4hkfH88333xDVFSUc3rkqVVPZ7N69epzVosV9nunuCkpJeKJDAOmPw1GLtTvA7U6Wh1R2XBqU/PKTWDKzRCdYN5XYkpERETE8z27/9znbKf1iXpqGyx8G+aPKWj9cPVT0PZxsJ3WCeextcUS3rhx48jJyaFKlSrOY4Zh4OPjQ3JyMuHh4fTv359HH32U9957jylTptCwYUMuv/xywJzaZrfbWbFiBXa76+sJDg527gcEBGCz2VzODx48mKSkJN555x3i4uLw8/OjdevWzml3hmGc8ZjT5eXl0axZMyZPnnzGuUqVKl3w9SckJFCvXj1uu+026tevT0JCgkvPJoCvv/6axx9/nDfffJPWrVsTEhLCmDFjWLp0qcu4xMRENm/ejN1uZ+vWrRdcydDHx/VDfJvNdtZjeXl5AM5klXHKVMpTp9Kd67kv9Lzns2DBAipUqEClSpWoUKHCGeeDgoLO+/jzNT0v7PdOcVNSSsQTbfgBdi4Ab3/o9vqFx5cXebkFTc2TNpvHkneZv1w4zouIiIiI5/I9/x/tLhb/10xIOX5/dHzAebaepBfzvOeQk5PDpEmTePPNN+nWrZvLuRtvvJHJkyczdOhQrr/+eu677z5mzJjBlClTGDBggHNc06ZNyc3NJTExkXbt2l3U9RcsWMAHH3zANddcA8CePXs4fPiw83y9evXYvXs3hw4dIjo6GoDly5e7PMcVV1zBV199RVRU1FmTJoVx55138uCDDzqrv84WZ5s2bXjwwQedx85WhXXnnXeSkJDAPffcw1133UXnzp1p0KDBGeOKypFkO3DgAE2bNgU4I4FW3GrWrHlG4/KL0bhxY/744w+GDBlyxrlL+d65FEpKiXiarHSY+by5f9VjEB5naThlyqnL9oblL6ublWo2hFeFlIiIiIg4nFph7/g90bEtoQr7n3/+meTkZO666y5CQ0Ndzt10002MGzeOoUOHEhQUxHXXXccLL7zAxo0buf32253j6tSpQ//+/Rk4cCBvvvkmTZs25fDhw8yePZtGjRo5E05nU7t2bT777DOaN2/O8ePHeeqpp1wqa7p27UqtWrUYNGgQo0ePJjU11dno3FFB1b9/f8aMGcN1113Hq6++StWqVdm9ezdTp07lqaeeck4/O5977rmHm2+++ZzJl9q1azNp0iR+++03atasyWeffcby5cupWbOmc8x///tfFi9ezJo1a6hWrRrTp0+nf//+LF26FF9f3wvGUBgBAQG0atWK//u//6NGjRocPnyY559/vlieu6S89NJLdO7cmVq1anHrrbeSk5PD9OnTGT58+CV971wKrb4n4oka3wIRteGqR62OpOzyCYBg8xMekndaGoqIiIiIlDGnVtifqv1w83gJVNiPGzeOLl26nJGQArNSavXq1axcuRIwkz9///037dq1o3r16i5jJ0yYwMCBAxk2bBh169bl2muvZenSpVSrVu281x8/fjzJyck0bdqUAQMG8MgjjxAVFeU8b7fbmTZtGidOnODKK6/k7rvvdiZh/P39AQgMDGT+/PlUr16dvn37Ur9+fe68805OnjxZ6Mopb29vIiMj8fY+ew3N/fffT9++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YstVbw3PJ4Jd/zSKiIiIiIiUNP3lJWIVuw9EN4IqTaHKFVZHI6BklIiIiIiISCnSX2AiVqnSDO6bB9knrY5EREREREREpNRpvpCIlbzs4BdsdRRyqgVvwiddYP00qyMRERERERHxaEpKiZS231+CeaNVIVVWJe+EvcshcaPVkYiIiIiIiHg0Td8TKU2H1sOi98DINZtq12xndURyurA4c3tsl7VxiIiIiIiIeDhVSomUFsOA6U+bCan61yohVVaF1zC3yUpKiYiIiIiIlCQlpURKy4YfYOcC8PaHbq9ZHY2ciyqlRERERERESoWSUiKlISsdZj5v7rd9HMLjrI1Hzs3xtTm+H3IyrY1FRERERETEgykpJVIa/nwHUvZAaHW46lGro5HzCaoEPoGAASl7rY5GRERERETEY6nRuUhJyzwBSz4097u/Bj4B1sYj52ezQcXLIPM4ZByzOhoRERERERGPpaSUSEnzC4b75sLfX5oNzqXsu3+hmZwSERERERGREqOklEhpqHgZdHzW6iiksJSQEhERERERKXHqKSVSUnKzYf8qq6MQERERERERKZOUlBIpKcv+Bx93gN+eszoSuVj7V8G4bjD5ZqsjERERERER8ViavidSEk4kwdyR5n5kvLWxyMXz8oY9SyGgotWRiIiIiIiIeCxVSomUhD9eMVdvq9wEmg6wOhq5WGFx5vbkUchMtTYWERERERERD6WklEhx27cCVn1u7vccDV52a+ORi+dfoaBKKnmXtbGIiIiIiIh4KCWlRIpTXh78OhwwoPGtUL2l1RFJUYXnV0sl77Q0DBEREREREU+lpJRIcVrzJez7C3yDoesrVkcjl8Ixhe+YKqVERERERERKghqdixQnbz8IjISrHoGQGKujkUvhrJRSUkpERERERKQkKCklUpwSboRancEn0OpI5FJVrAWh1cE3yOpIREREREREPJKSUiLFLSDM6gikODQbZN5ERERERESkRKinlMilMgyY9hCs/dbcFxEREREREZELUlJK5FJt/hVWfw7THoCUvVZHIyIiIiIiIuIWlJQSuRTZGTBjhLnf5mEIq2ZtPFK8vroD3qwHe1dYHYmIiIiIiIjHUVJK5FIseg+O7YKQWGj7hNXRSHFLOwypByB5h9WRiIiIiIiIeBwlpUSKKmUvLHjT3O/2L/ALtjYeKX5hceb22C5r4xAR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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAABKUAAAMWCAYAAAAgRDUeAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy81sbWrAAAACXBIWXMAAA9hAAAPYQGoP6dpAADbIUlEQVR4nOzdeViU9f7/8dcAyu4oKgKFuOSGuFbu6zG3XOq0mJmmZmpaLqmntEWkRcsWrdPJ/FXuluY5tpiFWprliqmkqFmaWzmIKyjiBvfvD75MjkCBMvfAzPNxXXNdM5/7cw/vm2WA13wWi2EYhgAAAAAAAAATebm6AAAAAAAAAHgeQikAAAAAAACYjlAKAAAAAAAApiOUAgAAAAAAgOkIpQAAAAAAAGA6QikAAAAAAACYjlAKAAAAAAAApiOUAgAAAAAAgOkIpQAAAAAAAGA6QikAAFxozpw5slgs9puPj49uvvlmDRw4UH/88UeBnmPAgAGqUqWKcwu9xnfffedQt7e3typWrKgePXroxx9/NLUWs3zxxReyWCwqX768Ll68aMrHPHjwoCwWi+bMmeOU52/Xrp3atWtXpM954sQJ+fr6ymKxuO33giRt3rxZ//znP1W5cmX5+vqqUqVKat68ucaOHVvo52rXrp1iYmKcUOXfq1KligYMGOCSjw0AAKEUAADFwOzZs7Vx40atWrVKgwcP1scff6zWrVsrPT39b899/vnn9emnn5pQZW6TJ0/Wxo0b9d133+n555/Xhg0b1LZtW/36668uqceZPvzwQ0nSqVOn9Nlnn7m2mCLy7rvv6t133y3S55w/f74uXbok6c/PmbtZvny5WrRoobS0NE2dOlUrV67UW2+9pZYtW2rx4sWuLg8AgBLDx9UFAAAAKSYmRrfddpskqX379srMzNSLL76ozz77TA899FCe55w/f14BAQGqXr26maU6qFGjhpo1ayZJat26tcqWLav+/ftrwYIFiouLc1ldRS05OVlfffWV/vGPf2jDhg368MMP9cADD7i6rBsWHR1d5M85a9YshYaGKioqSh9//LHefPNN+fv7F8lzZ2RkFNlz3YipU6eqatWqWrFihXx8/vxzunfv3po6daoLKwMAoGRhpBQAAMVQTtBz6NAhSdlT9IKCgrRz50516tRJwcHB6tChg/3YtdP3srKy9O9//1sNGzaUv7+/ypYtq2bNmumLL75w6Ld48WI1b95cgYGBCgoKUufOnbV9+/brrjsnWDt27JhDe1xcnJo2baqQkBCVKVNGjRs31ocffijDMBz6ValSRd27d1d8fLwaN24sf39/1a5dW7Nmzcr1sdatW6fmzZvLz89PN910k55//nl98MEHslgsOnjwYJFe59y5c3XlyhU9+eSTuueee/Ttt9/avzZXs1gseuKJJzR//nzVqVNHAQEBatCggb788kuHfvv27dPAgQNVo0YNBQQE6KabblKPHj20c+fOv6zjhx9+kMVi0ccff5zr2Lx582SxWLRlyxZJ0m+//abevXsrIiLCPr2sQ4cOSkxMtJ+T1/S9GTNmqEGDBgoKClJwcLBq166tZ555pkCfp82bNyspKUn9+vXT4MGDlZqaqv/973+5+hXk+zPne2Hp0qVq1KiR/Pz87EFnUlKS7rrrLpUrV05+fn5q2LCh5s6dm+tjvPTSS6pVq5b9Y9SvX19vvfWWvc/x48c1ZMgQRUZGytfXVxUrVlTLli31zTff/OV1njx5UhUqVHAIpHJ4eeX+8/qjjz5S8+bNFRQUpKCgIDVs2DDPUWRbtmxR69atFRAQoGrVqumVV15RVlaWQ5/Dhw+rb9++Cg0Nla+vr+rUqaM33ngjV79Tp05p+PDhuummm1S6dGlVq1ZNzz777N9OPS3I5w0AgKLCSCkAAIqhffv2SZIqVqxob7t06ZJ69uypoUOHavz48bpy5Uq+5w8YMEALFizQoEGD9MILL6h06dLatm2bQ1gzefJkPffccxo4cKCee+45Xbp0Sa+99ppat26thISE6xpFc+DAAUlSzZo1HdoPHjyooUOHqnLlypKkTZs2acSIEfrjjz80ceJEh74//fSTxo4dq/Hjx6tSpUr64IMPNGjQIN1yyy1q06aNJGnHjh3q2LGjatasqblz5yogIEDvvfeeFixYkKumorjOWbNmKTw8XF27dpW/v78++ugjzZkzR7Gxsbn6Ll++XFu2bNELL7ygoKAgTZ06Vf/85z+1d+9eVatWTZJ09OhRlS9fXq+88ooqVqyoU6dOae7cuWratKm2b9+uWrVq5VlH69at1ahRI/3nP//Rgw8+6HDsnXfe0e23367bb79dknTnnXcqMzNTU6dOVeXKlXXixAlt2LBBZ86cyfc6Fy1apOHDh2vEiBF6/fXX5eXlpX379mn37t1/+zmS/pyu98gjjygyMlKjR4/Whx9+qL59+zr0K8j3pyRt27ZNe/bs0XPPPaeqVasqMDBQe/fuVYsWLRQaGqq3335b5cuX14IFCzRgwAAdO3ZMTz31lKTs0UyTJk3Sc889pzZt2ujy5cv6+eefHa6/X79+2rZtm15++WXVrFlTZ86c0bZt23Ty5Mm/vM7mzZvrgw8+0MiRI/XQQw+pcePGKlWqVJ59J06cqBdffFH33HOPxo4dK6vVqqSkpFyhZnJysh566CGNHTtWsbGx+vTTTzVhwgRFRETo4YcflpQdorVo0UKXLl3Siy++qCpVqujLL7/UuHHjtH//fvtUzAsXLqh9+/bav3+/4uLiVL9+ff3www+aMmWKEhMTtXz58nyvrSCfNwAAiowBAABcZvbs2YYkY9OmTcbly5eNs2fPGl9++aVRsWJFIzg42EhOTjYMwzD69+9vSDJmzZqV6zn69+9vREVF2R9///33hiTj2WefzffjHj582PDx8TFGjBjh0H727FkjLCzM6NWr11/WvWbNGkOSsXjxYuPy5cvG+fPnjfXr1xu1atUyoqOjjdOnT+d7bmZmpnH58mXjhRdeMMqXL29kZWXZj0VFRRl+fn7GoUOH7G0ZGRlGSEiIMXToUHvb/fffbwQGBhrHjx93eN7o6GhDknHgwIEiuU7D+PPzOX78eMMwDCMrK8uoWrWqERUV5VC7YRiGJKNSpUpGWlqavS05Odnw8vIypkyZku/HuHLlinHp0iWjRo0axpNPPmlvP3DggCHJmD17tr0t53tm+/bt9raEhARDkjF37lzDMAzjxIkThiRj+vTpf3ltbdu2Ndq2bWt//MQTTxhly5b9y3Pyk56ebpQpU8Zo1qyZva1///6GxWIx9u3bZ28ryPenYWR/L3h7ext79+51aO/du7fh6+trHD582KG9a9euRkBAgHHmzBnDMAyje/fuRsOGDf/yYwQFBRmjR48u0PVd7cSJE0arVq0MSYYko1SpUkaLFi2MKVOmGGfPnrX3++233wxvb2/joYce+svna9u2rSHJ2Lx5s0N7dHS00blzZ/vj8ePH59lv2LBhhsVisX+u3nvvPUOS8cknnzj0e/XVVw1JxsqVK+1tUVFRRv/+/e2PC/J5AwCgqDB9DwCAYqBZs2YqVaqUgoOD1b17d4WFhenrr79WpUqVHPrde++9f/tcX3/9tSTp8ccfz7fPihUrdOXKFT388MO6cuWK/ebn56e2bdvqu+++K1DdDzzwgEqVKqWAgAC1bNlSaWlpWr58ucqWLevQb/Xq1brjjjtktVrl7e2tUqVKaeLEiTp58qRSUlIc+jZs2NA+okqS/Pz8VLNmTYeRJWvXrtU//vEPVahQwd7m5eWlXr16Ffl1Xj36R8qeojdgwAAdOnRI3377ba7+7du3V3BwsP1xpUqVFBoa6lD/lStXNHnyZEVHR6t06dLy8fFR6dKl9euvv2rPnj1/Wc+DDz6o0NBQ/ec//7G3/fvf/1bFihXt61yFhISoevXqeu211/Tmm29q+/btuaZ35aVJkyY6c+aMHnzwQX3++ec6ceLE356T45NPPlFaWpr98yRlf84Mw9Ds2bPtbQX5/sxRv379XKPuVq9erQ4dOigyMtKhfcCAATp//rw2btxov5affvpJw4cP14oVK5SWlpbn9c6ZM0cvvfSSNm3apMuXLxfoWsuXL68ffvhBW7Zs0SuvvKK77rpLv/zyiyZMmKB69erZP2+rVq1SZmZmga41LCxMTZo0yXX9V3/frF69WtHR0bn6DRgwQIZhaPXq1fZ+gYGBuu+++3L1k5Tn922OgnzeAAAoKoRSAAAUA/PmzdOWLVu0fft2HT16VDt27FDLli0d+gQEBKhMmTJ/+1zHjx+Xt7e3wsLC8u2Ts+bT7bffrlKlSjncFi9eXOAw4tVXX9WWLVu0du1aPfvsszp27Jjuvvtuh3VrEhIS1KlTJ0nS+++/r/Xr12vLli169tlnJWUvXn218uXL5/o4vr6+Dv1OnjyZK7CTlKvtRq/z7NmzWrJkiZo0aaKKFSvqzJkzOnPmjP75z3/KYrHkuS5QQeofM2aMnn/+ed19991atmyZNm/erC1btqhBgwa5Ph95PdfQoUP10Ucf6cyZMzp+/Lg++eQTPfroo/L19ZWUHZx9++236ty5s6ZOnarGjRurYsWKGjlypM6ePZvvc/fr10+zZs3SoUOHdO+99yo0NFRNmzbVqlWr/rImKTu88/PzU5cuXeyfp/r166tKlSqaM2eOMjMzJRXs+zNHeHh4rraTJ0/m2R4REWE/LkkTJkzQ66+/rk2bNqlr164qX768OnTooB9//NF+zuLFi9W/f3998MEHat68uUJCQvTwww8rOTn5b2uTstdQe/rpp7VkyRIdPXpUTz75pA4ePGhf7Pz48eOSpJtvvvlvn6ug3/cFufaTJ08qLCxMFovFoV9oaKh8fHz+cnpiQT5vAAAUFdaUAgCgGKhTp459kfD8XPsPZn4qVqyozMxMJScn5/kPrCT7CKP//ve/ioqKKlyxV6lWrZq97jZt2sjf31/PPfec/v3vf2vcuHGSstcpKlWqlL788kv5+fnZz/3ss8+u++OWL18+12LqknKFCTd6nR9//LHOnz+vhIQElStXLtfxTz/9VKdPn87z2F9ZsGCBHn74YU2ePNmh/cSJE7lGmeVl2LBheuWVVzRr1ixduHBBV65c0WOPPebQJyoqyh6a/fLLL/rkk080adIkXbp0Se+9916+zz1w4EANHDhQ6enp+v777xUbG6vu3bvrl19+yfdz+Msvv2jdunWS5DDK7WorVqzQnXfeWaDvzxx5fc+XL19eNpstV/vRo0cl/fk19/Hx0ZgxYzRmzBidOXNG33zzjZ555hl17txZR44cUUBAgCpUqKDp06dr+vTpOnz4sL744guNHz9eKSkpio+P/8varlWqVCnFxsZq2rRpSkpKkvTnmnC///57rpFd16Og116+fHlt3rxZhmE4fA5TUlJ05coVhxGG1yrI5w0AgKLCSCkAANxM165dJWXvopafzp07y8fHR/v379dtt92W5+16PPXUU7rlllv0yiuv2EfkWCwW+fj4yNvb294vIyND8+fPv66PIUlt27bV6tWrHUY6ZWVlacmSJQ79bvQ6P/zwQwUHB+vbb7/VmjVrHG6vvfaaLl68qIULFxa6fovFYh/VlGP58uX6448/CnR+eHi47r//fr377rt677331KNHj3zDICl74fnnnntO9erV07Zt2wr0MQIDA9W1a1c9++yzunTpknbt2pVv35zw6/3338/1efrqq69UqlQp+w6KBfn+/CsdOnTQ6tWr7UFMjnnz5ikgIMC+c+XVypYtq/vuu0+PP/64Tp06lWtBdSk7THviiSfUsWPHv/0c5RUMSbJPvcwZudSpUyd5e3tf97Veq0OHDtq9e3eu+nJ2Xmzfvr2937lz53IFv/PmzbMfL4iCfN4AALgRjJQCAMDNtG7dWv369dNLL72kY8eOqXv37vL19dX27dsVEBCgESNGqEqVKnrhhRf07LPP6rffflOXLl1Urlw5HTt2TAkJCQoMDFRcXFyhP3apUqU0efJk9erVS2+99Zaee+45devWTW+++ab69OmjIUOG6OTJk3r99ddzhTKF8eyzz2rZsmXq0KGDnn32Wfn7++u9995Tenq6pOz1pSTd0HUmJSUpISFBw4YN0z/+8Y9cx1u2bKk33nhDH374oZ544olC1d+9e3fNmTNHtWvXVv369bV161a99tprBZrmlWPUqFFq2rSpJDms2SRl7074xBNP6P7771eNGjVUunRprV69Wjt27ND48ePzfc7BgwfL399fLVu2VHh4uJKTkzVlyhRZrVb7rn7XunLliubNm6c6dero0UcfzbNPjx499MUXX+j48eMF+v78K7Gxsfryyy/Vvn17TZw4USEhIVq4cKGWL1+uqVOnymq12j9mTEyMbrvtNlWsWFGHDh3S9OnTFRUVpRo1aig1NVXt27dXnz59VLt2bQUHB2vLli2Kj4/XPffc85c1dO7cWTfffLN69Oih2rVrKysrS4mJiXrjjTcUFBSkUaNGScr+/nvmmWf04osvKiMjQw8++KCsVqt2796tEydOFPpn7Mknn9S8efPUrVs3vfDCC4qKitLy5cv17rvvatiwYfb1tx5++GH95z//Uf/+/XXw4EHVq1dP69at0+TJk3XnnXfqjjvuyPdj/N3nDQCAIuXihdYBAPBoOTupbdmy5S/79e/f3wgMDMz32NW77xlG9k5006ZNM2JiYozSpUsbVqvVaN68ubFs2TKHfp999pnRvn17o0yZMoavr68RFRVl3HfffcY333zzl/Xk7L63ZMmSPI83bdrUKFeunH0ntFmzZhm1atUyfH19jWrVqhlTpkwxPvzwQ4ed8gwjeyewbt265Xq+a3eJMwzD+OGHH4ymTZsavr6+RlhYmPGvf/3LvrtYzse9kescPXq0IclITEzMt0/Obmhbt241DCN7973HH388V79rdzg7ffq0MWjQICM0NNQICAgwWrVqZfzwww+5rjOv3feuVqVKFaNOnTq52o8dO2YMGDDAqF27thEYGGgEBQUZ9evXN6ZNm2ZcuXLF3u/ajzd37lyjffv2RqVKlYzSpUsbERERRq9evYwdO3bk+zn47LPP/nanv/j4eEOS8cYbbxiGUbDvz/y+FwzDMHbu3Gn06NHDsFqtRunSpY0GDRrk+hy98cYbRosWLYwKFSoYpUuXNipXrmwMGjTI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qmjQoEGuLtEp5syZo169eikgIMDVpbjEpUuXlJKSoqysLIf2ypUru6gi5/L29pbNZlNoaKhD+8mTJxUaGqrMzEwXVWaOzMxMffrpp9qzZ48sFotq166tu+++Wz4+7vu+jLe3t9q0aaNBgwbpvvvu86jA/ciRI4qMjMzz2KZNm9SsWTOTK3K+7du3684779T58+eVnp6ukJAQnThxQgEBAQoNDdVvv/3m6hJNwZtLgPtLS0vT6tWrVatWLdWpU8fV5RSpL774osB9e/bs6cRKXOvVV19VlSpV9MADD0iSevXqpf/9738KCwvTV199pQYNGri4QhQ1QinIz89PN910kwYOHKj+/fvn+8e8O3rhhRc0d+5cvfDCCxo8eLCSkpJUrVo1ffLJJ5o2bZo2btzo6hKdIjw8XOnp6br//vs1aNAgtWjRwtUlmeLXX3/VI488og0bNji0G4Yhi8XituGMl5eXkpOTc4VSR48eVfXq1ZWRkeGiypwvKSlJd911l5KTk1WrVi1J0i+//KKKFSvqiy++UL169VxcoXMkJSVp1qxZWrhwoS5evKgHHnhAgwYNUpMmTVxdmtPVrl1b69evV/ny5R3a169fr27duunMmTOuKcyJ2rVrp5o1a2rGjBkqW7asfvrpJ5UqVUp9+/bVqFGjdM8997i6RKfx1DeXcmRlZWnfvn15vtHSpk0bF1XlfPv379fs2bO1f/9+vfXWWwoNDVV8fLwiIyNVt25dV5fnFI888ojeeustBQcHO7Snp6drxIgRmjVrlosqc65evXqpTZs2euKJJ5SRkaEGDRro4MGDMgxDixYt0r333uvqEouMl5fjyjoWi0VX/6tusVjs9931b1ZJqlatmhYsWKAWLVpo1apV6tWrlxYvXqxPPvlEhw8f1sqVK11dYpEpzO/npUuXOrES12JNKejo0aMaNWqUli5dqqpVq6pz58765JNPcg3/d0fz5s3T//t//08PPfSQvL297e3169fXzz//7MLKnOv333/XggULdPr0abVv3161a9fWq6++quTkZFeX5lQDBgyQl5eXvvzyS23dulXbtm3Ttm3btH37dm3bts3V5RW5t99+W2+//bYsFos++OAD++O3335b06ZN0+OPP67atWu7ukynevTRR1W3bl39/vvv9q/3kSNHVL9+fQ0ZMsTV5TlNTEyM3nzzTf3xxx+aPXu2kpOT1apVK9WtW1dvvvmmjh8/7uoSnaZ169bq1KmTzp49a2/7/vvvdeeddyo2NtaFlTlPYmKixo4dK29vb3l7e+vixYuKjIzU1KlT9cwzz7i6PKd66aWXNGfOHE2dOlWlS5e2t9erV08ffPCBCytzvk2bNumWW25RnTp11KZNG7Vr185+a9++vavLc5q1a9eqXr162rx5s5YuXapz585Jknbs2OG2P+OSNHfu3DzfRMrIyNC8efNcUJE5vv/+e7Vu3VqS9Omnn8owDJ05c0Zvv/22XnrpJRdXV7SysrLst5UrV6phw4b6+uuvdebMGaWmpuqrr75S48aNFR8f7+pSncpms9kHSXz55Zfq1auXOnXqpKeeekpbtmxxcXVFy2q1Fvjm1gzgKtu3bzdGjBhhVKhQwQgJCTFGjBhhJCYmurosp/Hz8zMOHjxoGIZhBAUFGfv37zcMwzB27dplBAYGurI00xw7dsx44403jHr16hmlSpUyevToYXz22WdGZmamq0srcgEBAcaePXtcXYZpqlSpYlSpUsWwWCxGZGSk/XGVKlWMmjVrGp06dTI2bdrk6jKdys/Pz0hKSsrVvnPnTsPPz88FFbnGhQsXjDfffNPw9fU1LBaLUbp0aaNfv37G0aNHXV1akcvKyjLuvfdeo3Xr1kZGRoaxevVqIygoyJg+fbqrS3OaChUqGHv37jUMwzBq1qxpxMfHG4ZhGHv27DH8/f1dWZrTVa9e3fjmm28Mw3D8Pb5nzx6jbNmyrizN6Ro0aGDcf//9xu7du43Tp08bZ86ccbi5q2bNmhlvvPGGYRiOX/OEhAQjIiLClaU5RWpqqnHmzBnDYrEY+/btM1JTU+23U6dOGXPnzjXCw8NdXabT+Pn5GYcPHzYMwzD69etnPP3004ZhGMahQ4fc+m/1unXrGj/88EOu9u+//96oXbu2CyoyT3h4uLF+/XrDMLJ/p33yySeGYRjGzz//bAQHB7uyNDiJ+y6ogevSsGFDjR8/XiEhIXrllVc0a9Ysvfvuu2revLnee+89txsSXbduXf3www+KiopyaF+yZIkaNWrkoqrMFRoaqpYtW2rv3r365ZdftHPnTg0YMEBly5bV7Nmz3Wq9sejoaJ04ccLVZZjmwIEDkqT27dtr6dKlKleunIsrMl+tWrV07NixXK9dKSkpuuWWW1xUlXl+/PFHzZo1S4sWLVJgYKDGjRunQYMG6ejRo5o4caLuuusuJSQkuLrMImWxWPTxxx+rW7du6tChg3bs2KEpU6boiSeecHVpTtOoUSP9+OOPqlmzptq3b6+JEyfqxIkTmj9/vttOUc3xxx9/5PmznJWVpcuXL7ugIvP8+uuv+u9//+sRr2VX27lzpz766KNc7RUrVtTJkyddUJFzlS1bVhaLRRaLRTVr1sx13GKxKC4uzgWVmSMyMlIbN25USEiI4uPjtWjRIknS6dOn3XoNuf379+c5OsZqtergwYPmF2Sie+65R3369FGNGjV08uRJde3aVVL2qGBPeL07fvy49u7da/+Zr1ixoqtLcjpCKUiSLl++rM8//1yzZs3SqlWrdNttt+mdd97Rgw8+qFOnTunpp5/W/fffr927d7u61CIVGxurfv366Y8//lBWVpaWLl2qvXv3at68efryyy9dXZ5THTt2TPPnz9fs2bP122+/6e6779aXX36pO+64QxkZGXruuefUv39/HTp0yNWl3pC0tDT7/VdffVVPPfWUJk+erHr16qlUqVIOfcuUKWN2eaZYs2aNw+PMzEzt3LlTUVFRbhlUXf01nzx5skaOHKlJkybZF7jetGmTXnjhBb366quuKtHp3nzzTc2ePVt79+7VnXfeqXnz5unOO++0r1dRtWpVzZw5022mb+7YsSNXW2xsrB588EH17dtXbdq0sfepX7++2eU53eTJk+3TFV988UX1799fw4YN0y233KLZs2e7uDrn8uQ3l5o2bap9+/Z5xD9pVytbtqxsNluuHUa3b9+um266yUVVOc+aNWtkGIb+8Y9/6H//+59CQkLsx0qXLq2oqChFRES4sELnGj16tB566CEFBQWpcuXK9jdLv//+e7cO3W+//XaNHj1aCxYsUHh4uCQpOTlZY8eOdfv1IadNm6YqVaroyJEjmjp1qoKCgiRlT+sbPny4i6tznpz14ebNm2dfI9Db21sPP/yw/v3vf7v3BlWuHqoF13viiSeM8uXLG+XLlzdGjRpl7Ny5M1efQ4cOGRaLxQXVOV98fLzRpk0bIzAw0PD39zdatmxprFixwtVlOVX37t2NUqVKGXXr1jWmTZtmnDx5MlefP/74wy2+5haLxfDy8rLfrn18dZu7GjVqlPHBBx8YhmEYV65cMVq0aGFYLBYjMDDQWLNmjWuLc4K8vuZXt1392F3dcsstxuTJkw2bzZZvn4sXLxpz5swxsSrnyfl65nxtr33sCT/nnuqLL74wrFar8corrxgBAQHGa6+9Zjz66KNG6dKljZUrV7q6PKdaunSpER0dbcyePdv48ccfjZ9++snh5q7+9a9/Ga1atTJsNpsRHBxs/Prrr8a6deuMatWqGZMmTXJ1eU5z8OBBIysry9VluMSWLVuMpUuXGmfPnrW3ffnll8a6detcWJVz/fLLL0ZMTIxRqlQpo3r16kb16tXtf7v/+uuvri4PTjBkyBCjWrVqxldffWWfort8+XKjevXqxmOPPebq8pyK3fegDh066NFHH9W9997rsEjo1a5cuaL169erbdu2JlcHZxg0aJAeffRRNW/ePN8+hmHo8OHDud59LmnWrl1b4L7u+v1900036fPPP9dtt92mzz77TI8//rjWrFmjefPmac2aNVq/fr2rSyxSfM09T2FGdJb01zTktmLFCk2ePFlbt25VVlaWGjdurIkTJ6pTp06uLs2prt2pS/pzty533lH28uXLGjBggBYtWiTDMOTj46PMzEz16dNHc+bMcdi4xp3Mnj1bQUFBuv/++x3alyxZovPnz6t///4uqswcly5d0oEDB1S9enX5+HjGZJ+srCx98803+vnnn2UYhqKjo3XHHXc47MLnrubPn6+ZM2fqt99+08aNGxUVFaXp06eratWquuuuu1xdnlNUqFBB//3vf3MtnbJmzRr16tXLrTepIZSCR3vkkUfUtm3bXL/I09LSNHr0aLfdXtdTHT58WJGRkbl+mRuGoSNHjqhy5couqsy5/Pz8tG/fPt18880aMmSIAgICNH36dB04cEANGjRwmO4G93HhwgXt2LEjz63ie/bs6aKq4AzHjh3TuHHj9O233yolJUXX/mnnruGEp/u7MNbdA9j9+/dr+/btysrKUqNGjVSjRg1Xl+RUtWrV0nvvvZdrZ8W1a9dqyJAh2rt3r4sqc67z589rxIgRmjt3riTpl19+UbVq1TRy5EhFRERo/PjxLq6w6F25ckV+fn5KTExUTEyMq8sx3YwZMzRx4kSNHj1aL7/8spKSklStWjXNmTNHc+fOzbUshbsICAjQ1q1bVadOHYf2Xbt2qUmTJkpPT3dRZc5HKAVJ2QuFrl+/Ps9/XkaOHOmiqpzPy8tL/v7+GjRokKZPn25/1/HYsWOKiIhw6z/k09PTtXbtWh0+fFiXLl1yOOauX3Nvb2/ZbDaFhoY6tJ88eVKhoaFu+/WOiorS+++/rw4dOqhq1ap699131b17d+3atUutWrXS6dOnXV2i050/fz7P73V3XF9IkuLj49WvX788F/115xEUkjRlyhRVqlRJjzzyiEP7rFmzdPz4cT399NMuqsx5unbtqsOHD+uJJ55QeHh4ruDdXd9Vhmf6/vvvVbt27Vy/yy9fvqyNGzeqTZs2LqrMufz8/PTzzz+rSpUqDu0HDx5UnTp1lJGR4ZrCnGzUqFFav369pk+fri5dumjHjh2qVq2avvjiC8XGxmr79u2uLtEpqlevrqVLl6pBgwauLsV00dHRmjx5su6++24FBwfrp59+UrVq1ZSUlKR27dq57aZFHTp0UPny5TVv3jz7Iv4ZGRnq37+/Tp06pW+++cbFFTqPZ4x9xF+aPXu2HnvsMZUuXVrly5d3+GPWYrG4bUCRY/ny5Ro8eLD27NmjTz75xC0Xfr7W9u3bdeedd+r8+fNKT09XSEiITpw4oYCAAIWGhrrt1zxnSsO1zp0759Y7uAwcOFC9evWy/7PasWNHSdLmzZvdZqHr/Bw/flwDBw7U119/nedxdw1nnnjiCfXq1UsTJ05UpUqVXF2OqWbOnJnnzlx169ZV79693TKUWrdunX744Qc1bNjQ1aWYoly5cgWevnLq1CknV+Na+/fv1/Tp07Vnzx5ZLBbVqVNHo0aNUvXq1V1dmtO0a9dOlSpV0tKlSx2WITh16pTat2/vtq/roaGh2rFjR65Q6qefflL58uVdU5QJPvvsMy1evFjNmjVz+LmPjo7W/v37XViZcz333HOaMGGCFixY4LC4vSc4cOBAnhtV+Pr6uvVoobfeektdunTRzTffrAYNGshisSgxMVF+fn5asWKFq8tzKkIpaOLEiZo4caImTJiQ5/oE7i46OlqbNm3Svffeq9tvv13Lli1z+xf/J598Uj169NCMGTNUtmxZbdq0SaVKlVLfvn01atQoV5dX5MaMGSMpO2R9/vnnHXavyMzM1ObNm936n7lJkyYpJiZGR44c0f333y9fX19J2SPH3HHY+9VGjx6t06dPa9OmTWrfvr0+/fRTHTt2TC+99JLeeOMNV5fnNCkpKRozZozHBVJS9u5EOTsVXa1ixYqy2WwuqMj5IiMjc03Zc2fTp093dQnFwooVK9SzZ081bNhQLVu2lGEY2rBhg+rWratly5bZ34BwR71791aHDh307rvvasCAAfZ2d/456N27t0aOHKng4GD7aLC1a9dq1KhR6t27t4urc57jx4/nGhUnZY/4d+e1ld5++23t27dPERERioqKUmBgoMPxbdu2uagy56tataoSExNzTUH++uuvFR0d7aKqnC8mJka//vqrFixYYF9HrHfv3nrooYfk7+/v6vKcilAKOn/+vHr37u2RgVTOL7Py5cvrm2++0WOPPaZmzZrp9ddfd3FlzpWYmKiZM2fK29tb3t7eunjxoqpVq6apU6eqf//+uueee1xdYpHKGdptGIZ27tzpsKB/6dKl1aBBA40bN85V5Znivvvuk5S9zlAOd18UVZJWr16tzz//XLfffru8vLwUFRWljh07qkyZMpoyZYq6devm6hKd4r777tN3333n1qMl8hMZGan169fn2i5+/fr1brtt+vTp0zV+/HjNnDkz1ygKd+QJr10FMX78eD355JN65ZVXcrU//fTTbhtKWSwWTZgwQa1bt1b//v21Y8cO+5sM7hxSvPTSSzp06JA6dOhgX+g7KytLDz/8sCZPnuzi6pzn9ttv1/LlyzVixAhJf36N33///b/csKeku/vuu11dgsv861//0uOPP64LFy7IMAwlJCTo448/1pQpU/TBBx+4ujyn8vf31+DBg11dhukIpaBBgwZpyZIlbj9iIi9Xv6Pm4+OjDz74QNHR0Ro+fLgLq3K+UqVK2X+pV6pUSYcPH1adOnVktVp1+PBhF1dX9HIWRBw4cKDeeustlSlTxsUVmSszM1OTJ0/We++9p2PHjtkXCX3++edVpUoVDRo0yNUlOk16err9HdaQkBAdP35cNWvWVL169dz6XcZ33nlH999/v3744QfVq1dPpUqVcjjurlN0JenRRx/V6NGjdfnyZf3jH/+QJH377bd66qmnNHbsWBdXV3SuncKWnp6u6tWrKyAgINfX252nsP3d7yx33cBCkn3ZgWs98sgjbj2aLOdvt3vuuce+E9fu3bv11ltvubgy5ypdurQWL16sF198UT/99JP8/f1Vr149t1/QfsqUKerSpYt2796tK1eu6K233tKuXbu0cePGQu22W9LExsa6ugSXGThwoK5cuaKnnnpK58+fV58+fXTTTTfprbfecutR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RUREpDBjxozB7t27kZWVhY4dO6Jv377o2LEjihcvLjoaEREREZEGi1JEREQKpFar8euvv2L79u3Yt28fDA0N8dlnn6FPnz5o3ry56HhERERERCxKERERKd3r169x8OBBzJkzB4mJicjLyxMdiYiIiIgIRqIDEBERkXwePHiA4OBgbN26FQkJCXBzcxMdiYiIiIgIAGAgOgAREREVrWfPnmHDhg1o06YNbG1tsWrVKnTu3BnJyck4d+6c6HhERERERAC4fI+IiEhxjI2NYWVlhZ49e6JPnz6cHUVERERE/0gsShERESlMWFgYWrdurdlGmYiIiIjon4hFKSIiIiIiIiIi0jk2OiciIlIAV1dXqFSqv/TcmJgYmdMQEREREf05FqWIiIgUoFu3bqIjEBERERH9LVy+R0REREREREREOseZUkRERAp16dIlJCUlQaVSwdnZGa6urqIjERERERFpsChFRESkMI8ePUKvXr0QEREBS0tLSJKEp0+fwsvLC8HBwbC2thYdkYiIiIgI3CuaiIhIYUaPHo1nz57hypUryMzMxO+//47Lly/j2bNnGDNmjOh4REREREQA2FOKiIhIcUqVKoVff/0Vbm5uWuPnz59H27ZtkZWVJSYYEREREdF7OFOKiIhIYdRqNYoVK1ZgvFixYlCr1QISEREREREVxKIUERGRwrRs2RJjx47F/fv3NWP37t3DuHHj0KpVK4HJiIiIiIj+H5fvERERKczdu3fRtWtXXL58Gba2tlCpVEhLS4OLiwt+/vlnVK5cWXREIiIiIiIWpYiIiJTq2LFjuHbtGiRJgrOzM1q3bi06EhERERGRBotSRERECnP79m3Y29uLjkFERERE9FHsKUVERKQwDg4O+OSTT7B69WpkZmaKjkNEREREVCgWpYiIiBTm4sWLaNasGfz9/VGxYkV07doVu3fvxps3b0RHIyIiIiLS4PI9IiIihZIkCREREdi+fTv27NmDvLw8eHt7Y/369aKjERERERGxKEVERKQPYmJiMGjQICQkJCAvL090HCIiIiIiLt8jIiJSqrt372LBggWoX78+3NzcYGpqihUrVoiORUREREQEADASHYCIiIiK1po1a7Bt2zacPn0aNWvWRJ8+fbB//37uyEdERERE/yhcvkdERKQwtra26NWrF/r06YP69euLjkNEREREVCgu3yMiIlKYtLQ0dOnSBYsWLYK7uzvu3bsHANiyZQtOnz4tOB0RERER0TssShERESnM3r170a5dOxgbGyMmJgZv3rwBADx//hw//PCD4HRERERERO+wKEVERKQw/v7+CAoKwtq1a1GsWDHNuLu7O2JiYgQmIyIiIiL6fyxKERERKcz169fh6elZYNzCwgJZWVm6D0REREREVAgWpYiIiBSmQoUKuHnzZoHx06dPw8HBQUAiIiIiIqKCWJQiIiJSmKFDh2Ls2LE4d+4cVCoV7t+/j23btsHPzw8jRowQHY+IiIiICACgkiRJEh2CiIiIita0adMQEBCA169fAwBKlCgBPz8/fP/994KTERERERG9w6IUERGRQmVnZ+Pq1atQq9VwdnaGmZmZ6EhERERERBosShERERERERERkc6xpxQREREREREREekci1JERERERERERKRzLEoREREREREREZHOsShFREREREREREQ6x6IUERERkYw2btwIS0tL2f+d/v37o1u3brL/O0RERERFhUUpIiIioo949OgRhg4diipVqqBEiRIoX7482rVrh+joaNHR/paIiAioVCrUqVMHeXl5Wo9ZWlpi48aNYoIRERGR3jISHYCIiIjon8zb2xs5OTnYtGkTHBwc8PDhQxw/fhyZmZmio/1XUlJSsHnzZgwYMEB0FCIiItJznClFRERE9AeysrJw+vRpzJ8/H15eXrCzs0Pjxo0xdepUdOrUSet5X331FWxsbFCyZEnUqVMHhw4d0vq7jh49ilq1asHMzAzt27dHenq65jG1Wo3Zs2ejcuXKKFGiBOrXr48jR45o/fnExES0bNkSxsbGKFOmDL766iu8ePHibx/T6NGjMXPmTLx+/foPn7NkyRK4uLjA1NQUtra2GDFihNa/lb8k8dChQ6hRowZMTEzw2Wef4eXLl9i0aRPs7e1hZWWF0aNHa83Kevv2LSZNmoRKlSrB1NQUTZo0QURExN8+BiIiIlIGFqWIiIiI/oCZmRnMzMywf/9+vHnzptDnqNVqdOjQAWfOnMHWrVtx9epVzJs3D4aGhprnZGdnY9GiRdiyZQtOnjyJtLQ0+Pn5aR4PDAzE4sWLsWjRIiQkJKBdu3bo0qULbty4ofnz7du3h5WVFS5cuIDdu3fj119/xahRo/72MX399dfIzc3FihUr/vA5BgYGWLZsGS5fvoxNmzbhxIkTmDRpktZzsrOzsWzZMgQHB+PIkSOIiIhAjx49EBoaitDQUGzZsgVr1qxBSEiI5s8MGDAAUVFRCA4ORkJCAj7//HO0b99ec5xERESkZyQiIiIi+kMhISGSlZWVVLJkScnd3V2aOnWqFB8fr3n86NGjkoGBgXT9+vVC//yGDRskANLNmzc1YytXrpRsbGw0X1esWFGaM2eO1p9zc3OTRowYIUmSJK1Zs0aysrKSXrx4oXn88OHDkoGBgfTgwQNJkiSpX79+UteuXf/wOMLDwyUA0u+//y4FBQVJpUuXlrKysiRJkqRSpUpJGzZs+MM/u2vXLqlMmTIfPaahQ4dKJiYm0vPnzzVj7dq1k4YOHSpJkiTdvHlTUqlU0r1797T+7latWklTp079w3+biIiIlIszpYiIiIg+wtvbG/fv38eBAwfQrl07REREoEGDBprG4HFxcahcuTKcnJz+8O8wMTFBtWrVNF9XqFABjx49AgA8e/YM9+/fh4eHh9af8fDwQFJSEgAgKSkJ9erVg6mpqdbjarUa169f/9vHNGjQIJQtWxbz588v9PHw8HC0adMGlSpVgrm5OXx9fZGRkYGXL1/+4THZ2NjA3t4eZmZmWmP5xxkTEwNJkuDk5KSZgWZmZobIyEikpKT87WMgIiKifz8WpYiIiIj+RMmSJdGmTRvMmDEDZ86cQf/+/TFz5kwAgLGx8Z/++WLFiml9rVKpIElSgbH3SZKkGXv/8w/90fjHGBkZwd/fH4GBgbh//77WY3fu3EHHjh1Rp04d7NmzB5cuXcLKlSsBADk5OR89psLG1Go1gHfLHA0NDXHp0iXExcVpPpKSkhAYGPi3j4GIiIj+/ViUIiIiIvqbnJ2dNbOG6tati99++w3Jycn/1d9lYWGBihUr4vTp01rjZ86cQa1atTT/XlxcnNZMpaioKBgYGHx0htbHfP7556hduzZmzZqlNX7x4kXk5uZi8eLFaNq0KZycnAoUrv4brq6uyMvLw6NHj+Do6Kj1Ub58+f/57yciIqJ/HxaliIiIiP5ARkYGWrZsia1btyIhIQG3bt3C7t27sWDBAnTt2hUA0Lx5c3h6esLb2xvHjh3DrVu38MsvvxTYPe9jJk6ciPnz52Pnzp24fv06pkyZgri4OIwdOxYA0KdPH5QsWRL9+vXD5cuXER4ejtGjR6Nv376wsbH5r49v3rx5WL9+vVaxq1q1asjNzcXy5cuRmpqKLVu2ICgo6L/+N/I5OTmhT58+8PX1xd69e3Hr1i1cuHAB8+fPR2ho6P/89xMREdG/D4tSRERERH/AzMwMTZo0QUBAADw9PVGnTh1Mnz4dQ4YM0dq9bs+ePXBzc0Pv3r3h7OyMSZMmIS8v7y//O2PGjMGECRMwYcIEuLi44MiRIzhw4ACqV68O4F3/pqNHjyIzMxNubm747LPP0KpVq4/uoPdXtGzZEi1btkRubq5mrH79+liyZAnmz5+POnXqYNu2bZg7d+7/9O/k27BhA3x9fTFhwgTUqFEDXbp0wblz52Bra1skfz8RERH9u6ikDxsaEBERERERERERyYwzpYiIiIiIiIiISOdYlCIiIiIiIiIiIp1jUYqIiIiIiIiIiHSORSkiIiIiIiIiItI5FqWIiIiIiIiIiEjnWJQiIiIiIiIiIiKdY1GKiIiIiIiIiIh0jkUpIiIiIiIiIiLSORaliIiIiIiIiIhI51iUIiIiIiIiIiIinWNRioiIiIiIiIiIdI5FKSIiIiIiIiIi0rn/A+Q/4KQhp+HGAAAAAElFTkSuQmCC", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "\n", + "\n", + "# Analysis and plotting\n", + "\n", + "# Average Ratings Comparison\n", + "avg_ratings = comments.groupby('school_name').agg({\n", + " 'overall_rating': 'mean',\n", + " 'curriculum_rating': 'mean',\n", + " 'job_support_rating': 'mean'\n", + "}).reset_index()\n", + "\n", + "# Plot average ratings comparison\n", + "plt.figure(figsize=(10, 6))\n", + "for col in ['overall_rating', 'curriculum_rating', 'job_support_rating']:\n", + " plt.plot(avg_ratings['school_name'], avg_ratings[col], marker='o', label=col)\n", + "plt.xlabel('School Name')\n", + "plt.ylabel('Average Rating')\n", + "plt.title('Average Ratings Comparison')\n", + "plt.legend()\n", + "plt.xticks(rotation=90)\n", + "plt.tight_layout()\n", + "plt.savefig('average_ratings_comparison.png')\n", + "plt.show()\n", + "\n", + "# Number of Courses Offered by Schools\n", + "course_count = courses.groupby('school_name').size().reset_index(name='course_count')\n", + "\n", + "# Plot number of courses offered\n", + "plt.figure(figsize=(10, 6))\n", + "plt.bar(course_count['school_name'], course_count['course_count'], color='skyblue')\n", + "plt.xlabel('School Name')\n", + "plt.ylabel('Number of Courses')\n", + "plt.title('Number of Courses Offered by Schools')\n", + "plt.xticks(rotation=90)\n", + "plt.tight_layout()\n", + "plt.savefig('courses_offered.png')\n", + "plt.show()\n", + "\n", + "# Geographic Presence of Schools\n", + "location_count = locations.groupby('school_name').agg({\n", + " 'city_name': pd.Series.nunique,\n", + " 'country_name': pd.Series.nunique\n", + "}).reset_index().rename(columns={'city_name': 'city_count', 'country_name': 'country_count'})\n", + "\n", + "# Plot geographic presence\n", + "plt.figure(figsize=(10, 6))\n", + "plt.bar(location_count['school_name'], location_count['city_count'], color='green', label='City Count')\n", + "plt.bar(location_count['school_name'], location_count['country_count'], color='orange', bottom=location_count['city_count'], label='Country Count')\n", + "plt.xlabel('School Name')\n", + "plt.ylabel('Count')\n", + "plt.title('Geographic Presence of Schools')\n", + "plt.legend()\n", + "plt.xticks(rotation=90)\n", + "plt.tight_layout()\n", + "plt.savefig('geographic_presence.png')\n", + "plt.show()\n", + "\n", + "# Number of Badges Awarded to Schools\n", + "badge_count = badges.groupby('school_name').size().reset_index(name='badge_count')\n", + "\n", + "# Plot number of badges awarded\n", + "plt.figure(figsize=(10, 6))\n", + "plt.bar(badge_count['school_name'], badge_count['badge_count'], color='purple')\n", + "plt.xlabel('School Name')\n", + "plt.ylabel('Number of Badges')\n", + "plt.title('Number of Badges Awarded to Schools')\n", + "plt.xticks(rotation=90)\n", + "plt.tight_layout()\n", + "plt.savefig('badges_awarded.png')\n", + "plt.show()\n", + "\n", + "# Number of Comments per School\n", + "comment_count = comments.groupby('school_name').size().reset_index(name='comment_count').sort_values(by='comment_count', ascending=False)\n", + "\n", + "# Plot number of comments per school\n", + "plt.figure(figsize=(10, 6))\n", + "plt.bar(comment_count['school_name'], comment_count['comment_count'], color='red')\n", + "plt.xlabel('School Name')\n", + "plt.ylabel('Number of Comments')\n", + "plt.title('Number of Comments per School')\n", + "plt.xticks(rotation=90)\n", + "plt.tight_layout()\n", + "plt.savefig('comments_per_school.png')\n", + "plt.show()\n", + "\n", + "# Course Ratings Over Time for Ironhack\n", + "ironhack_comments = comments[comments['school_name'].str.lower() == 'ironhack']\n", + "ironhack_comments['year'] = pd.to_datetime(ironhack_comments['created_at']).dt.year\n", + "course_ratings_by_year = ironhack_comments.groupby(['program', 'year']).agg({\n", + " 'overall_rating': 'mean',\n", + " 'curriculum_rating': 'mean',\n", + " 'job_support_rating': 'mean'\n", + "}).reset_index()\n", + "\n", + "# Plot course ratings over time\n", + "plt.figure(figsize=(16,12))\n", + "for course in course_ratings_by_year['program'].unique():\n", + " course_data = course_ratings_by_year[course_ratings_by_year['program'] == course]\n", + " plt.plot(course_data['year'], course_data['overall_rating'], marker='o', label=f\"{course} - Overall Rating\")\n", + " plt.plot(course_data['year'], course_data['curriculum_rating'], marker='x', linestyle='--', label=f\"{course} - Curriculum Rating\")\n", + " plt.plot(course_data['year'], course_data['job_support_rating'], marker='s', linestyle=':', label=f\"{course} - Job Support Rating\")\n", + "plt.xlabel('Year')\n", + "plt.ylabel('Average Rating')\n", + "plt.title('Ironhack Course Ratings Over Time')\n", + "plt.legend()\n", + "plt.tight_layout()\n", + "plt.savefig('ironhack_course_ratings_over_time.png')\n", + "plt.show()\n", + "\n", + "# Comment and Rating Distribution per Course for Ironhack\n", + "course_comment_rating = ironhack_comments.groupby('program').agg({\n", + " 'comment_id': 'count',\n", + " 'overall_rating': 'mean',\n", + " 'curriculum_rating': 'mean',\n", + " 'job_support_rating': 'mean'\n", + "}).reset_index().rename(columns={'comment_id': 'num_comments'})\n", + "\n", + "# Plot comment and rating distribution per course\n", + "fig, ax1 = plt.subplots(figsize=(12, 8))\n", + "\n", + "ax2 = ax1.twinx()\n", + "ax1.bar(course_comment_rating['program'], course_comment_rating['num_comments'], color='grey', alpha=0.6)\n", + "ax2.plot(course_comment_rating['program'], course_comment_rating['overall_rating'], marker='o', color='b', label='Overall Rating')\n", + "ax2.plot(course_comment_rating['program'], course_comment_rating['curriculum_rating'], marker='x', color='g', linestyle='--', label='Curriculum Rating')\n", + "ax2.plot(course_comment_rating['program'], course_comment_rating['job_support_rating'], marker='s', color='r', linestyle=':', label='Job Support Rating')\n", + "\n", + "ax1.set_xlabel('Course Name')\n", + "ax1.set_ylabel('Number of Comments', color='grey')\n", + "ax2.set_ylabel('Average Rating')\n", + "ax1.set_xticklabels(course_comment_rating['program'], rotation=90)\n", + "ax1.set_title('Comment and Rating Distribution per Course for Ironhack')\n", + "ax2.legend()\n", + "fig.tight_layout()\n", + "plt.savefig('comment_rating_distribution.png')\n", + "plt.show()\n", + "\n", + "# Sentiment Analysis\n", + "positive_keywords = ['good', 'great', 'excellent']\n", + "negative_keywords = ['bad', 'poor', 'terrible']\n", + "\n", + "ironhack_comments['positive_reviews'] = ironhack_comments['review_body'].apply(lambda x: any(kw in x.lower() for kw in positive_keywords)).astype(int)\n", + "ironhack_comments['negative_reviews'] = ironhack_comments['review_body'].apply(lambda x: any(kw in x.lower() for kw in negative_keywords)).astype(int)\n", + "\n", + "sentiment_analysis = ironhack_comments.groupby('program').agg({\n", + " 'positive_reviews': 'sum',\n", + " 'negative_reviews': 'sum'\n", + "}).reset_index()\n", + "\n", + "# Plot sentiment analysis\n", + "plt.figure(figsize=(12, 8))\n", + "plt.bar(sentiment_analysis['program'], sentiment_analysis['positive_reviews'], color='blue', label='Positive Reviews')\n", + "plt.bar(sentiment_analysis['program'], sentiment_analysis['negative_reviews'], color='red', bottom=sentiment_analysis['positive_reviews'], label='Negative Reviews')\n", + "plt.xlabel('Course Name')\n", + "plt.ylabel('Number of Reviews')\n", + "plt.title('Sentiment Analysis of Reviews for Ironhack Courses')\n", + "plt.legend()\n", + "plt.xticks(rotation=90)\n", + "plt.tight_layout()\n", + "plt.savefig('sentiment_analysis.png')\n", + "plt.show()\n", + "\n", + "# Price Comparison\n", + "price_comparison = schools.groupby('school_name').agg({\n", + " 'price_min': 'mean',\n", + " 'price_max': 'mean'\n", + "}).reset_index()\n", + "\n", + "# Plot price comparison\n", + "plt.figure(figsize=(12, 8))\n", + "plt.plot(price_comparison['school_name'], price_comparison['price_min'], marker='o', label='Average Minimum Price')\n", + "plt.plot(price_comparison['school_name'], price_comparison['price_max'], marker='x', linestyle='--', label='Average Maximum Price')\n", + "plt.xlabel('School Name')\n", + "plt.ylabel('Price')\n", + "plt.title('Price Comparison Across Schools')\n", + "plt.legend()\n", + "plt.xticks(rotation=90)\n", + "plt.tight_layout()\n", + "plt.savefig('price_comparison.png')\n", + "plt.show()\n", + "\n", + "# Price Range Analysis\n", + "price_range = schools.groupby('school_name').agg({\n", + " 'price_min': 'min',\n", + " 'price_max': 'max'\n", + "}).reset_index()\n", + "\n", + "# Plot price range analysis\n", + "plt.figure(figsize=(12, 8))\n", + "plt.errorbar(price_range['school_name'], (price_range['price_min'] + price_range['price_max']) / 2, \n", + " yerr=(price_range['price_max'] - price_range['price_min']) / 2, fmt='o', ecolor='r', capsize=5)\n", + "plt.xlabel('School Name')\n", + "plt.ylabel('Price Range')\n", + "plt.title('Price Range Analysis Across Schools')\n", + "plt.xticks(rotation=90)\n", + "plt.tight_layout()\n", + "plt.savefig('price_range_analysis.png')\n", + "plt.show()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "e96a50d9", + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.11.7" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/notebooks/badges.csv b/notebooks/badges.csv new file mode 100644 index 0000000..94113c9 --- /dev/null +++ b/notebooks/badges.csv @@ -0,0 +1,40 @@ +badge_id,school_id,school_name,badge_name,keyword,description +1,10828,ironhack,Available Online,available_online,School offers fully online courses +2,10828,ironhack,Verified Outcomes,verified_outcomes,School publishes a third-party verified outcomes report +3,10828,ironhack,Flexible Classes,flexible_classes,School offers part-time and evening classes +4,11035,springboard,Available Online,available_online,School offers fully online courses +5,11035,springboard,Flexible Classes,flexible_classes,School offers part-time and evening classes +6,11035,springboard,Job Guarantee,job_guarantee,School guarantees job placement +7,10862,learningfuze,Available Online,available_online,School offers fully online courses +8,10862,learningfuze,Flexible Classes,flexible_classes,School offers part-time and evening classes +9,10505,actualize,Available Online,available_online,School offers fully online courses +10,10505,actualize,Flexible Classes,flexible_classes,School offers part-time and evening classes +11,11539,clarusway,Available Online,available_online,School offers fully online courses +12,11539,clarusway,Flexible Classes,flexible_classes,School offers part-time and evening classes +13,10643,codesmith,Available Online,available_online,School offers fully online courses +14,10643,codesmith,Verified Outcomes,verified_outcomes,School publishes a third-party verified outcomes report +15,10643,codesmith,Flexible Classes,flexible_classes,School offers part-time and evening classes +16,10683,dataquest,Available Online,available_online,School offers fully online courses +17,10683,dataquest,Flexible Classes,flexible_classes,School offers part-time and evening classes +18,11797,syntax-technologies,Available Online,available_online,School offers fully online courses +19,11797,syntax-technologies,Flexible Classes,flexible_classes,School offers part-time and evening classes +20,10743,evolve-security-academy,Available Online,available_online,School offers fully online courses +21,10743,evolve-security-academy,Flexible Classes,flexible_classes,School offers part-time and evening classes +22,11282,level-effect,Available Online,available_online,School offers fully online courses +23,11282,level-effect,Flexible Classes,flexible_classes,School offers part-time and evening classes +24,10868,le-wagon,Available Online,available_online,School offers fully online courses +25,10868,le-wagon,Flexible Classes,flexible_classes,School offers part-time and evening classes +26,10492,4geeks-academy,Available Online,available_online,School offers fully online courses +27,10492,4geeks-academy,Flexible Classes,flexible_classes,School offers part-time and evening classes +28,10837,jedha,Available Online,available_online,School offers fully online courses +29,10837,jedha,Flexible Classes,flexible_classes,School offers part-time and evening classes +30,10853,la-capsule,Available Online,available_online,School offers fully online courses +31,10853,la-capsule,Flexible Classes,flexible_classes,School offers part-time and evening classes +32,11243,wbs-coding-school,Available Online,available_online,School offers fully online courses +33,11243,wbs-coding-school,Flexible Classes,flexible_classes,School offers part-time and evening classes +34,11243,wbs-coding-school,Job Guarantee,job_guarantee,School guarantees job placement +35,11014,shecodes,Available Online,available_online,School offers fully online courses +36,11014,shecodes,Flexible Classes,flexible_classes,School offers part-time and evening classes +37,10697,designlab,Available Online,available_online,School offers fully online courses +38,10697,designlab,Flexible Classes,flexible_classes,School offers part-time and evening classes +39,10697,designlab,Job Guarantee,job_guarantee,School guarantees job placement diff --git a/notebooks/comments.csv b/notebooks/comments.csv new file mode 100644 index 0000000..0f91371 --- /dev/null +++ b/notebooks/comments.csv @@ -0,0 +1,11090 @@ +comment_id,school_id,school_name,user_name,anonymous,graduating_year,tagline,created_at,overall_score,overall_rating,curriculum_rating,job_support_rating,review_body,program,program_cat +309849,10828,ironhack,Anonymous,True,2024,Data Analytics,2024-04-03,3.3,4.0,4.0,2.0,"I just Finished the my study , I did the Data analytics course with Ironhack bootcamp part time program , I think it was really good to learn so many things with in short period of time . we had very good teachers with lots of experience and very supportive... Read More team .Read Less",Data Analytics Part-Time,Data Science and Analytics +309479,10828,ironhack,Patrick Marques,False,2024,An intense experience full of emotions but at the same time makes the imagination fly for the realization of future projects,2024-03-19,4.0,4.0,4.0,4.0,"Hello, my name is Patrick Marques and I can say that I had a different vision than practically all of my colleagues at this Bootcamp. I also have to mention that we were lucky with the group of students, as we formed a very good and very dynamic team.... Read More Without a doubt, it is a course where we are given a lot of material in a few days, and we have to work hard to keep up with the pace, but once you are used to this type of environment, you can handle the course very well. The capacity of projects that we were able to carry out in such a short space of time and especially on a subject of which we had absolutely no prior knowledge was also impressive. Overall I think it's a very good course (despite the intensity and pace) but overall everything is very good. The facilities are very good with a view of the river behind the terrace/, but I also couldn't forget to mention the staff. everyone in general is really very good in all senses Thank you IRONHACKRead Less",Data Analytics Bootcamp,Data Science and Analytics +308683,10828,ironhack,Harikrishnan Ramakrishnapillai,False,2023,It was amazing,2024-02-15,4.3,4.0,5.0,4.0,I could finish cybersecurity course within 3 months and it was comprehensive. I learned many tools related to cybersecurity which are currently using in the market. My facilitator was nice to all of us and he has adequate knowledge about cybersecurity.... Read MoreRead Less,,Unknown +307433,10828,ironhack,Sorin Tuinea,False,2023,I would definitely recommend it,2023-12-22,5.0,5.0,5.0,5.0,"I chose Ironhack after reading a lot of reviews/articles on internet, i think it was the best choice. Jan and Erin were great as a team and they helped as a lot. The whole bootcamp is really intense and their human touch, besides the patience and the... Read More capability of teaching others what they know, was more than helpful. I would definitely recommend this bootcamp for anyone who want to start data analyse from scratch.Read Less",,Unknown +307350,10828,ironhack,Kasia Luksza,False,2023,Best learning experience of my life,2023-12-19,5.0,5.0,5.0,5.0,"Attending this bootcamp was hands down the best learning experience of my life. The teachers were top-notch, making classes interesting and easy to follow. The focus on projects made learning practical and fun, striking a perfect pace for understanding... Read More without feeling overwhelmed. Classes were amazing, with a variety of teaching methods that kept things engaging. Individual case studies and group work provided a well-rounded learning experience, enhancing both independent and teamwork skills. If there's one downside, it's that the bootcamp passed by too quickly. I wish I had more time to explore additional topics. Overall, it exceeded my expectations, leaving me with valuable skills and a truly enriching experience. If you want a transformative learning journey, this bootcamp is the way to go!Read Less",UX/UI Design Bootcamp,UX/UI Design +307312,10828,ironhack,Eminmert Toprak,False,2023,From zero to hero in two months :),2023-12-18,4.3,4.0,5.0,4.0,Pros: + Amazing TA & CTA team! + Good content in portal + Creating an environment which helps us to know eachother amongs the students with peer projects etc. Cons: - Classes are too crowded - Sometimes lesson contents are not fitting lesson contents... Read MoreRead Less,Web Development Bootcamp,Web Development +307150,10828,ironhack,Miguel Reche Domingo,False,2023,hard but comfortable,2023-12-13,3.3,4.0,3.0,3.0,"The experience has been intense, the road is hard but you will get there. Even without having experience. The Ironhack team is excellent. With incredible human and professional quality. I have had incredible moments and others not so good, but in general,... Read More a comfortable and rewarding experience with my colleagues. I would highlight the fact of choosing the option in Spanish and that the content was in English. But nothing that cannot be understoodRead Less",,Unknown +307149,10828,ironhack,Adrian Siquier Valles,False,2023,Challenging and satisfying!,2023-12-13,5.0,5.0,5.0,5.0,"I decided to try Ironhack bootcamp because some friends recommended it to me, and I have to say that I'm glad with that decision. I started knowing 0 about programming, or any language, and I had to dedicate so many hours to the bootcamp. As a full-time... Read More student, I had to stay between 8 to 12 hours per day (depending on how hard was the lecture), but the experience is so regarding. Our teacher Jorge did a great job, and if me and the rest of the cohort did so good over all projects its thanks to his effort. I would recommend Ironhack bootcamp to anyone who wants to give a try to the world of Tech and Web Development!Read Less",Web Development Bootcamp,Web Development +306372,10828,ironhack,Sergio Burgos,False,2023,The Most Intense Academic Challenge,2023-11-10,3.3,3.0,3.0,4.0,"After completing my Data Analytics Bootcamp with IRONHACK I feel satisfied with my performance given my personal circumstances. Whoever is reading this comment who wants to do this Bootcamp needs to know that he or she needs a background with numbers... Read More of any kind. There is no time to catch up during the prework and even less during the course. So do not take it easy and prepare yourself way beforehand, even if the advertisement promotes from rookie to ready to work in 9 weeks. This is just not going to happen. Even for me with accounting and financial mathematics background was totally mind-blowing the amount of complicated mathematical statistics I was learning. There was just not enough time to learn with enough attention to detail everything we were learning during the lectures. You are going to have your ups and downs, but I guarantee you that with discipline and enough interest you can get on the right path to become a professional data analyst. Of course, it is not going to happen from one day to the other. I consider that I have to review so many concepts, and really understand them. Sometimes I was thinking like OK this is useless, and I just wanted to learn the next topic, but I love learning, so I want to go again over the content and redo everything with patience and slowly because who knows I could need this for my future job and I do not have so clear. Thanks to IRONHACK for pushing so hard, because sometimes that is the best way to learn. I would just recommend to the school to extend the Bootcamp for two more weeks. It would definitely make the learning process better. And also, to reduce the price of the Bootcamp, I consider it a little bit overpriced. I am currently applying for jobs after the 9 weeks of Bootcamp, I just hope that the career support is the best of the best.Read Less",Data Analytics Bootcamp,Data Science and Analytics +306215,10828,ironhack,Anonymous,True,2023,Transformative Experience: My Time at Ironhack,2023-11-06,4.0,4.0,4.0,4.0,"Pros: 1)Intensive Learning 2)Real-World Projects experience 3)Industry-Relevant Skills 4)Career Services 5)High Skilled Mentors 6)Lifetime Learning 7)Hands-On Experience Cons 1)Cost: Bootcamps can be expensive, which might not be affordable for everyone.... Read More 2)Limited Depth: Due to the short duration.Read Less",Web Development Bootcamp,Web Development +306068,10828,ironhack,Anonymous,True,2023,Now I can do it,2023-10-31,5.0,5.0,5.0,5.0,"7 months ago, I only had an idea about html and css, and I just thought that I only needed to study JS in order to be a frontend, and after the Ironhack group advised me to study fullstack development, for 7 years of training and projects, and the teaching... Read More staff helped me every time I needed an explanation, understanding, and explanation. Some points. I am now able to create a complete fullstack web development project 👌. Thank you all Ironhack team, you were very trustworthyRead Less",,Unknown +305297,10828,ironhack,Utku Cikmaz,False,2023,It was good,2023-10-02,4.0,5.0,3.0,4.0,"The course was great. Especially, Luis is a great teacher. He is patient and passionate about what he teaches. And he explains topic very good. But for my opinion, bootstrap should be changed with tailwind. And you have to add typescript. I think they... Read More shouldn’t be optional when you look into job market today. Everyone is looking for typescript. And more topic could be covered in react such as custom hooks at least.Read Less",Web Development Bootcamp,Web Development +305278,10828,ironhack,Nirmal Hodge,False,2023,Ironhack 100% Worth It!,2023-09-30,5.0,5.0,5.0,5.0,"I joined the UX/ UI Bootcamp and to be honest it was a tough 9 weeks but absolutely worth it. You learn by doing, immediately putting your new knowledge to good use during and after the bootcamp. The class subjects are up to date and directly linked to... Read More my real world experience. Last but not least the teaching staff is wonderful, extremely supportive and always motivating us even when stresslevels are high during our projects. In my opinion the Ironhack bootcamp was tough but 100% worth it!Read Less",UX/UI Design Bootcamp,UX/UI Design +305231,10828,ironhack,Anonymous,True,2023,Still waiting a refund,2023-09-28,1.0,1.0,1.0,1.0,Unfortunately wouldn’t recommend it. Still waiting a refund from the same owner which just closed the doors and opened another 2 universities. No follow ups and no answers for over 6 months. They don’t treat the students in a nice way. Please be careful... Read More with the kind of business you make with them.Read Less,Web Development Bootcamp,Web Development +305096,10828,ironhack,Anonymous,True,2023,Transformative Learning Experience - A Review of Ironhack,2023-09-22,4.3,4.0,5.0,4.0,"I recently completed the Web Dev part-time Bootcamp. From an Environmental Engineer with no prior coding knowledge to a somewhat confident web developer, this boot camp truly delivered on its promises. If you're considering a web development boot camp,... Read More you might want to consider Ironhack.Read Less",Web Development Part-Time,Web Development +305091,10828,ironhack,Sabir Karimov,False,2023,A very frustrating yet exciting experience,2023-09-22,4.3,4.0,5.0,4.0,"It was my first experience in programming and coding, which is why I mentioned that it was very frustrating. There was so much information to learn in a very short span of time, however thanks to my LT and TA, they made it much easier and more exciting.... Read More Some of the pros would be that both LT and TA are always ready to help, whenever I had a question regarding a project or a lab, they were present to answer them. Doing part-time, it was manageable to continue to live a normal life and learn programming at the same time (I've heard that full-timers are gone from existence for the time of the bootcamp :smiley_face: ). Some of the cons would be that a couple of labs were too complicated and took a lot of time to do them. The material in class would cover only the basic part of the lab, thus the rest of the lab was very challenging to do. But all in all, challenge is part of the process and I would not say it is a ""con"", more of a frustrating and annoying times.Read Less",Data Analytics Part-Time,Data Science and Analytics +305014,10828,ironhack,Ion Calin,False,2023,Excellent Course Experience at Ironhack,2023-09-20,5.0,5.0,5.0,5.0,I just completed the remote UX design course at Ironhack and I'm really pleased with the whole experience. The lessons were high-quality and super informative. The instructors were incredibly professional and made the course both engaging and rewarding.... Read More Their expertise made the lessons feel valuable and well worth the time. What stood out to me was how the course exceeded my expectations. I learned more than I thought I would and I'm truly grateful for that. Big thank you to the Ironhack team. I highly recommend them if you're looking to up your skills in a top-notch learning environment.Read Less,UX/UI Design Part-Time,UX/UI Design +304980,10828,ironhack,Alexander Alexy,False,2023,A very intensive 9-week bootcamp and an incredibly challenging experience.,2023-09-19,5.0,5.0,5.0,5.0,"The intensive 9-week Fullstack Web Development Bootcamp was a fantastic experience. One of the most notable aspects was the opportunity to connect with people from all around the world, even though it was conducted remotely during such a challenging time.... Read More The bootcamp placed a strong emphasis on problem-solving skills, pushing us to think critically and creatively. This not only refined our technical abilities but also expanded our capacity to address complex issues in any context. Furthermore, the program encouraged us to surpass our own expectations and boundaries. It was a transformative journey where we learned to overcome obstacles, adapt to new technologies, and cultivate a strong work ethic. Overall, this Fullstack Web Development Bootcamp has laid a solid foundation for my career in the tech industry. It was an intense, enlightening, and highly rewarding experience that I would recommend to anyone looking to embark on a fulfilling journey of personal and professional growth.Read Less",Web Development Bootcamp,Web Development +304977,10828,ironhack,Marta,False,2023,"Great, hard and satisfying experience",2023-09-19,5.0,5.0,5.0,5.0,"Nothing could prepare me for the excitement, the anxiety, the joy, and the amount of work involved in completing a bootcamp. Even though it was a part-time program, the mental demands of this course were substantial, but ultimately rewarding. You may... Read More not even realize how much you can accomplish with the right teachers and the right willpower. Studying something new is always a challenge, especially when it's done remotely. However, you are never alone, and they make sure to remind you constantly that you can do it, that you are valid. Eventually, that little egg hatches into a beautiful chicken, ready to take on the jobs of the future.Read Less",Data Analytics Part-Time,Data Science and Analytics +304968,10828,ironhack,Bernard Testahy Cardoso,False,2023,A unique knowledge experience!!,2023-09-18,5.0,5.0,5.0,5.0,"I can share that my story was really good with Ironhack in the last 6 months! Cool lectures, and labs! After the boot camp, I can see how much I improved my skills and my knowledge! I gave my all and loved the three projects that we did! I will miss the... Read More stand-up of every Saturday!! Thank you Ironhack!!Read Less",Web Development Part-Time,Web Development +304955,10828,ironhack,Anonymous,True,2023,Amazing learning experience,2023-09-18,4.3,4.0,5.0,4.0,I'm really grateful for my experience at Ironhack's web development bootcamp. It was an incredible journey of learning new things every day. The teachers and the entire support team were always helping me navigate through the challenging world of web... Read More development.Read Less,Web Development Part-Time,Web Development +304781,10828,ironhack,Mercedes Amor Gallart,False,2023,Intensa y gratificante,2023-09-11,4.0,4.0,4.0,4.0,"Una experiencia muy intensa que requiere dedicación máxima, muchas horas extras fuera del horario de las clases para poder asimilar los contenidos pero a la vez muy gratificante. Mucho contenido aprendido, profesores muy pendientes de los alumnos y mucho... Read More contenido extra a disposición.Read Less",Web Development Bootcamp,Web Development +303473,10828,ironhack,Inga Eumann,False,2023,Intensely rewarding!,2023-08-02,4.3,5.0,4.0,4.0,"First of all, I am extremely happy to have chosen to do the bootcamp part-time. It gave me the time to dive much deeper into many concepts and tools beyond the lessons and labs. It doesn't mean that one has to work full-time but it provides more freedom... Read More to explore while continuing to work on the side. I was highly positively surprised that a remote course can be as engaging and entertaining. There wasn't one minute of boredom! Thanks above all to the amazing teaching team we enjoyed. The bootcamp 'Data Analytics' touches all relevant concepts, tools and topics. Plus more, since we also looked at project management and for example ethics in AI. It is fully hands-on. Finishing the course I feel very well prepared to work as a data analyst or data scientist as well as a project manager or even project lead incorporating different disciplines in a team.Read Less",Data Analytics Part-Time,Data Science and Analytics +303383,10828,ironhack,Anonymous,True,2023,Amazing Teachers and Classes!,2023-07-31,4.7,5.0,4.0,5.0,"I took the remote Web-Development bootcamp in part time. And it was amazing. I learned a lot in this six months, all I need for the job. And with all the exercises I can good practice all the knowledge that I learned. The teachers are super supportive.... Read More Although some organizational stuff could be better. But generally o love the boot campRead Less",Web Development Part-Time,Web Development +303371,10828,ironhack,ANASTASIA TSAPANIDOU KORNILAKI,False,2023,Hard but I would do it again,2023-07-31,4.3,4.0,4.0,5.0,"It was an amazing experience. Our teachers were so good . One thing I would change is maybe having one teacher , although is nice to see different styles of coding .Update student portal with links that are actually workings and the infos to be the same... Read More as in class . More exercises, even if they are optional for home . Pre work was pain so maybe a support would be nice , earlier create a group in discord , talk with each other . I am looking forward for my next steps and thank you all for everything.Read Less",,Unknown +302783,10828,ironhack,Anonymous,True,2023,Overall positive,2023-07-11,4.7,5.0,5.0,4.0,"Ironhack was a very good experience for me. I've learned a lot throughout my training at Ironhack on both frontend and backend technologies. The teaching staff and the school staff as a whole put in a lot of effort for the students to be satisfied and... Read More reach their career goals. I've always felt supported both during boot camp and after while searching for positions in tech. If you're willing to switch careers or enter the tech field, join Ironhack, you'llRead Less",Web Development Bootcamp,Web Development +302774,10828,ironhack,Anonymous,True,2023,Awesome!,2023-07-11,5.0,5.0,5.0,5.0,"My skill level has been enhanced, I met people I would never have met, learned diversity, employability enhanced, friendship, and many more. Cons are just minor distractions that mean nothing; stress, sleepless nights, and suspension of leisure. But these... Read More means nothing yo the gains recorded.Read Less",,Unknown +302682,10828,ironhack,Anonymous,True,2023,"The bootcamp in general is good, but not worth 8 thousand euros.",2023-07-07,2.7,3.0,2.0,3.0,"For the value of 8 thousand euros I expected much more from the content. Content updated to the current job market, teaching tools and current methodologies. The technology area updates very quickly and Ironhack's content is way behind. The current job... Read More market demands much more from a junior than what was taught in bootcamp (I'm referring to content). The only point that gives me some confidence in getting a job after bootcamp is that the Ironhacker name still has credibility in one part of Europe.Read Less",UX/UI Design Bootcamp,UX/UI Design +302245,10828,ironhack,Anna,False,2023,The Bootcamp experience was very mixed and there is definitely potential for optimization.,2023-06-22,2.0,2.0,2.0,2.0,"Pros: Group work and individual projects Basic lessons on HTML/CSS Cons: Stressful and limited time for finding stakeholders for two projects (among these the final project) Input from only one ""main"" teacher Strict rules without clear explanations for... Read More breaks, absence, and reporting Unnecessary repetition of prework material Portfolio time allocated poorly compared to project work Improvements: Input from multiple teachers Input from professionals with real project experience Detailed information on development handover process More comprehensive information about final projects Sufficient time for finding potential companies for collaboration Overall, while the course had its advantages such as group work and basic HTML/CSS lessons, there were several areas that could be improved. The process of finding stakeholders for projects was stressful and poorly communicated. Input from a single teacher limited the perspectives shared in the course. Strict rules without clear explanations were seen as unnecessary for adult learners. Unnecessary repetition of prework material consumed valuable time. The portfolio, essential for job applications, was given less priority. To enhance the course experience, it is recommended to have input from different teachers and professionals with real project experience. Providing detailed information on development handovers, more comprehensive information about final projects, and allowing sufficient time for finding potential companies would also be beneficial.Read Less",UX/UI Design Bootcamp,UX/UI Design +301920,10828,ironhack,Pedro Dias,False,2023,"Updated content, great teacher, exciting projects, amazing experience.",2023-06-10,4.7,5.0,5.0,4.0,"I had some experience coding as a hobby and had covered these topics before (HTML, CSS, Javascript, React, etc). I liked it so much that I decided to do an intense Full-time Bootcamp and dedicate 100% of my time to coding and have some teacher giving... Read More me homework every day, etc. I have heard of Ironhack for some time and I know some people that did this course and found a job after some time, so I finally decided to give it a go. I honestly thought this would be just a review of the topics I have already studied, but the fact is that I learned new stuff almost every day. The course is super updated and in every Bootcamp edition, they review all the topics and introduce the latest versions of the technologies and all the trending tools (I read some reviews before saying otherwise but it was really not the case!). In my course (Remote, Spanish) I had Jorge as a teacher and he has done around 10 Bootcamp editions so he is very experienced. Jorge is very interested in what's new in tech, always excited to answer any questions about coding and trending technologies, etc. Because he has so much knowledge it is always safe to ask him anything, even super detailed questions about how every coding language works ""under the hood"", etc. But, most important, he is the NICEST person!! If any student did not understand a topic, he will explain it as many times as required, always with a smile on his face! Because of this, no one was afraid or shy to ask questions, ever! Jorge wants to make sure every student learns all the topics before going forward. He has a lot of patience and teaching skills! The Curriculum is very well structured, the 3 Modules are very well organized and all make sense on the way to the final project on week 9, I was really surprised by that. There are labs (homework) every day that need to be delivered and they cover the topics taught on that day. There are even bonus labs in case we want to practice more. We have to present a project (alone or group) at the end of each Module and, on project weeks, even though we are working ""alone"", Jorge and the Teacher Assistant are always available (even after course hours!!) to answer our doubts and help us with any code struggles. The only thing I would have liked was more personal feedback on the first weeks, I think it would be nice to have the Teacher Assistant tell us the Grows and Glows on the labs (at least twice per week) since they check them every day. I only got some personal feedback on the last labs and, of course, on the projects. About Job Support, I just finished the course and only had a few video calls with the job support team but so far it looks ok. Of course that after 9 weeks it is difficult to find a job as a Full-Stack Web Developer but let's see how the job support goes, together with doing more projects, studying more coding tools, and preparing a good CV and portfolio with all that I have done in this amazing course. It definitely prepared me to face what's next!Read Less",Web Development Bootcamp,Web Development +301899,10828,ironhack,Juan Diego Arocha Ferreres,False,2023,Inolvidable,2023-06-09,4.7,5.0,5.0,4.0,"Creo es muy simple, va de menos a mas, entras dudando de muchísimas cosas y sales completamente distinto. Todo lo que se aprende es una locura y mas como las aprendes, Jorge es INCREIBLE. satisfecho 100%, con muchas ganas de seguir aprendiendo y mas!",Web Development Bootcamp,Web Development +301673,10828,ironhack,Lucie Lanssade,False,2023,Great experience,2023-05-31,5.0,5.0,5.0,5.0,"The program is intense but really allows you to grow as a web developer. Teachers are always available to help you. Carrer services is a real plus (great advices and insights) and thanks to their network, I secured a job one month after graduation. The... Read More Ironhack community is also tight knit and everyone supports each other. Great experience overall, would 100% recommend!Read Less",Web Development Bootcamp,Web Development +301626,10828,ironhack,Anonymous,True,2023,About my experience in IronHack coming with 0 background on coding,2023-05-30,5.0,5.0,5.0,5.0,"- The curriculum is updated to market needs. - Teachers are good and take their time to help you. - The fact that you have a teacher staying after class for some hours to take doubts it's a plus. - There is a healthy ambient of collaboration and communication... Read More inside the class, we had good times, and teachers are worried about having a nice ambient where everybody feels comfy. The ambient its super good. Its a great experience, you will learn a lot, it wont be easy (at least for the majority). My recommendation if you want to take the most out of this course and finish it super fit, would be to prepare yourself before. Maybe take a 20e boot-camp with a similar curriculum. Just get to know your way around, that could make your live easier during the camp. Its not a MUST, but it could be a big help, remember that a intensive bootcamp can be a lot. Arriving to the camp with some knowledge about back-end and front-end could make your life much easier and could help you to make your final projects more sophisticated and to handle the camp with less stress. If you are not interested on prior preparation, its OK... most of the class didn't have it, and we still found our way trough. I would repeat the experience for sure.... I learned a lot, and Im confident now to try and achieve the career change I've been planning for long. Thanks to all the teachers and the cool people I meet during the camp!Read Less",,Unknown +301623,10828,ironhack,Anonymous,True,2023,"Unfortunately, not what I expected.",2023-05-30,1.0,1.0,1.0,0.0,"Sadly, there are many more cons than pros. Cons: - class size of 35 students, only 1 main teacher, 2 TA’s (who also teach part time night classes), that is an 11:1 student to teacher ratio. - due to the large class size and teachers having other responsibilities... Read More outside of your class, you get almost zero 1-on-1 time with the teachers, you get absolutely 0 feedback on your work, assessments, labs, etc. I was told that it would be an “intimate” learning experience. This was far from the truth. - class is said to be from 9AM to 6PM - typically you spend 1-2 hours breezing over a handful of topics , then are sent into a zoom breakout room with a random partner for 6+ hours some days, figuring out the lab on your own and learning on your own. - daily class structure is unbearable and extremely inefficient - there is no practicing of concepts, drilling of problems, feedback from teachers. - topics that are advertised on the website are not taught in the course - for example - test driven development , was not included in our course, even though it was in the syllabus. - for the quality of class, student portal information ( which is outdated and in some cases opposite of what we learned in lectures), class size, teachers - this course is not worth the amount of money that they charge. - unfortunately at this point I have spent so much energy trying to bring up these huge problems to the higher ups at Ironhack - and they don’t seem to care, so I don’t have much energy here. Pros: -project weeks are where you learn the most and get to work with classmates.Read Less",Web Development Bootcamp,Web Development +301622,10828,ironhack,Guilherme Ferreira,False,2023,Very rewarding and enriching,2023-05-30,5.0,5.0,5.0,5.0,"Overall, the bootcamp was extremely well-organized and the knowledge and I believe the skills I gained have given me the solid foundation I needed to successfully transition into a career as a developer. Although the work load can feel daunting at times,... Read More I would highly recommend Ironhack to anyone looking for an immersive bootcamp experience that will launch your tech career.Read Less",Web Development Part-Time,Web Development +301566,10828,ironhack,Anonymous,True,2023,Bootcamp only for really beginers,2023-05-27,1.3,2.0,1.0,1.0,"If you are planning the change your career and you have absolutely no idea what web development is or you have to start this bootcamp as soon as possible this might be the place for you. But if you made some preefforts, like udemy courses, reading a bit... Read More then you will learn very little. This bootcamp further lacks of a detailed structure. It has its modules but inside of them it is a bit like “ okay what to teach now” The curriculum seems to gets easier and easier but outdated. Joining the jobmarket without proper TypeScript, test driven development and code reviews makes it very hard (unless you do a side course). Code solutions are never explained foundamentally mostly in a way of “ ye this works so thats good”. That is my opinion is a huge mistake joining professional environments All in all, it feels like IronHack’s full time web development course is focused on the amount of students and not the quality of the alumni. The only reason why this is not a one star because during the project weeks you learn a lot (almost solely from your fellow students and the internet)Read Less",Web Development Bootcamp,Web Development +301007,10828,ironhack,Ignacio Lorente García,False,2023,¡Un inicio increíble para comenzar una nueva vida!,2023-05-09,5.0,5.0,5.0,5.0,Pros: -Un desarrollo increíble. -Formación muy buena y seguimiento perfecto por parte del profesorado. -Gran nivel de aprendizaje. -El profesorado enseña con pasión y entrega. Contras: -Exigencia alta necesitas estar muy comprometido(Realmente no es un... Read More contra)Read Less,Web Development Part-Time,Web Development +301003,10828,ironhack,Anonymous,True,2023,Intense and awesome,2023-05-09,5.0,5.0,5.0,5.0,"I did part time because I am working full time and it was the only option for me. It has been tricky and it required a lot of time, but now I have learned a lot and I am done for finding my future job. You have to sacrifice a lot, but it worth it! Teachers... Read More are awesome, and TAs always want to help you. Always gratefulRead Less",Web Development Part-Time,Web Development +300758,10828,ironhack,Anonymous,True,2023,"intensiv & stressful, support of teaching team great",2023-04-30,5.0,5.0,5.0,0.0,"Generally I like the course. It was amazing stressful and intensiv, sometimes was really difficult to follow lessons, but at the end I think that course was really good. Especially I liked teaching team that is really really great. They supported us everytime,... Read More they were open for all questions, suggestions etc.Read Less",UX/UI Design Bootcamp,UX/UI Design +300701,10828,ironhack,Omezzine Meysour,False,2023,Amazing experience!,2023-04-27,5.0,5.0,5.0,5.0,"Before joining the bootcamp, I was skeptical about the possibility of becoming a data analyst in just 9 weeks! Today, I can proudly and confidently apply for junior data analyst positions. The Ironhack bootcamp was intense, challenging, and enjoyable... Read More all at once. Under the guidance of exceptional teaching staff, I received the support and direction needed throughout the bootcamp. Investing time and effort in this program was undoubtedly worthwhile, and I'm excited for the future opportunities that await me in the world of data analytics.Read Less",Data Analytics Bootcamp,Data Science and Analytics +300599,10828,ironhack,Anonymous,True,2023,Great bootcamp if you want to change career!,2023-04-25,5.0,5.0,5.0,5.0,"My goal was to change career from Sales to Product. This UX/UI course gave me the tools to establish this. The bootcamp's pre-work prepares you for the course, so you can get started with basic knowledge and skills. The course has a hands-on approach... Read More with the focus on working in project groups. This results in 5 portfolio projects. The teaching staff is experienced and always there to help. I learned a lot from them as well as other students. Although, I attended the course remotely, it felt like we were part of a family. Ironhack has a huge network within the industry. They have been able to assign me to exciting projects with companies that offered me to stay on after the bootcamp.Read Less",UX/UI Design Bootcamp,UX/UI Design +300597,10828,ironhack,Pim Blom,False,2023,Great way to become a web dev,2023-04-25,4.0,4.0,4.0,4.0,"It is a intense 9 week program, but you learn a lot. The more time you put into it the more you learn. The staff is very helpful and are always willing to give a hand. The people who attend the bootcamp are likeminded which gives a positive vibe. I would... Read More definitely recommend it.Read Less",Web Development Bootcamp,Web Development +300526,10828,ironhack,Nancy Omozokpea,False,2023,It was well structured and very encouraging Team,2023-04-21,4.3,5.0,5.0,3.0,"The Bootcamp was well structured and had a lot input of the topic. I like the fact that there were three people in the teaching them. Like that you always had someone to contact and ask questions. I wish they could find a way to help or encourage the... Read More class more in working as a group. For me the first weeks were very challenging, one of the problem was not feeling free in the small groups.Read Less",Data Analytics Bootcamp,Data Science and Analytics +300130,10828,ironhack,Michiel van der merwe,False,2023,Awesome,2023-04-11,4.3,4.0,5.0,4.0,"Pros Lots and lots of help and useful information, nice practical part as well and the instructors is really good to Cons To little in terms of time I woul like to have more information in the time we have , the information is great and all just a to... Read More littleRead Less",Cybersecurity Part-Time,Cybersecurity +300057,10828,ironhack,Anonymous,True,2022,"Good classes, really bad ""career service""",2023-04-08,2.0,1.0,4.0,1.0,"The classes were phenomenal, in my case my professor was outstanding, very patient and always glad to help anyone who needed it. As for the 2 TAs, one was better than the other, but they both still tried their hardest to help you in anything they want.... Read More So in the case of learning how to program (I did the web development bootcamp) it really was a nice experience where you learn a lot. Here comes my issues, the career service. They promised in their old website a really high chance to get a job after finishing their bootcamps (+90% of students found a job in less than 6 months supposedly), and they claim to have contacts with over 600+ companies, which does not really seem to be the case. The career service is only valid in my opinion so you can learn how to set up your LinkedIn, the rest of the stuff they organize/offer, is really not up to any kind of standards that you would expect, specially when they sell themselves in such a nice way, and for the cost, Id rather pay 50% just to go to class, and just skip the career service. They start bombarding you with e-mails, asking for job updates and what are you doing, and in my case, even after answering all of them, since I needed to find another job to sustain myself. I can not part-take in any of the events they organize even remotely in 99% of the cases, and seems like if you do not part-take in this kinda sect you are not welcome. So, finishing up, I would recommend that you go to another bootcamp if you just want to learn and want to avoid being sold smoke.Read Less",Web Development Bootcamp,Web Development +299681,10828,ironhack,Buse Dilara Kilinc,False,2022,Boost to my career,2023-03-29,4.7,5.0,5.0,4.0,"I joined this program in order to apply for UX designer jobs. And at the end of the Bootcamp, I felt ready to apply for jobs. + I got a complete understanding of each step of the UX Design process in such a short time. + I could get support whenever I... Read More was confused or didn't know how to move on. + We learned not only how to do UX/UI Design but how to present our designs, how to work more efficiently in a team and how to prioritize things + For 2 months, I could focus 100% of my time on UX /UI Design, something I could not do alone! + Amazing teaching team and career coach!Read Less",UX/UI Design Bootcamp,UX/UI Design +299425,10828,ironhack,Jose Daniel De Luis Ramirez,False,2023,A good inversion,2023-03-22,4.0,4.0,4.0,4.0,"This boot camp was the point of being a web developer learning by myself and boosting my career and having confident and tools to really improve my career, I really want to find my software engineer job, and now I can not wait to start doing interviews... Read More with the support of all Carrear week! if you really work hard and follow the tips, this is your boot camp! but if you don't have time for anything try to wait a little longer, practice little by little and when you can make it without any problem, do it! 100%Read Less",Web Development Bootcamp,Web Development +299312,10828,ironhack,Anonymous,True,2023,Amazing and life changing,2023-03-18,4.0,4.0,4.0,4.0,"I joined this course to gain more knowledge and start working, it's a tough course but it's worth it, there were moments of doubt I wondered if I could really finish it but seeing my progress from the beginning to the end, I saw that I really learned... Read More a lot.Read Less",Web Development Bootcamp,Web Development +299301,10828,ironhack,julika brockhaus,False,2023,"Tough, but so much fun and highly efficient",2023-03-18,5.0,5.0,5.0,5.0,"Pros: - a lot of information and learning (also available after the course: recorded lessons, student portal) - hands on experience (working with real stakeholders, many projects) - peer feedback through exercises - constant, helpful & motivating teacher... Read More feedback - a fun time with games, music and many jokes in the class Cons: - many hours on the computer - intense learning (sometimes overwhelmingly much content - but as everything is available after the course that isn't too much of a worry)Read Less",UX/UI Design Bootcamp,UX/UI Design +299046,10828,ironhack,Anonymous,True,2023,I regretted not having asked former students and having informed myself sufficiently,2023-03-13,1.7,2.0,2.0,1.0,"For absolute beginners, this course may be satisfactory as it provides a feel-good factor, but keep in mind that the industry standards are not taught in depth. While you may be able to secure a job after this training, this is also true for any other... Read More training program. Ultimately, your skills and portfolio will be what counts, not where you obtained your certificate. One of the highlights of the course is the group projects, where you collaborate on design thinking and user-centred design approach. You learn how to do Prototypes in Figma However, the course content and material provided in the student portal and lessons are quite introductory and can be found through a quick Google search. While design critique and feedback from fellow students may be helpful, it may not be as useful as feedback from qualified industry experts who have been in the industry for years. Some individuals may think that because they can take this course through the job center in Germany, there is not much to lose. However, I recommend doing thorough research on the course and its teachers and their career + portfolios, as well as looking at case studies and end results from former students on platforms like Medium. Compare the course with other excellent alternatives available in 2023 to make an informed decision. Reach out to former students, especially those who are currently employed as UI and UX designers on LinkedIn for their valuable insights. Lastly, it is not entirely accurate to say that this course is for advanced students or that it will prepare you to start your own business. The course does not have the resources for ,,advanced questions,, or the necessary personnel to provide advice to students who wish to start their own businesses. The companies suggested by the Career team may be more suited to individuals who prefer to work in an ,,old,, office setting.Read Less",UX/UI Design Bootcamp,UX/UI Design +298679,10828,ironhack,Anonymous,True,2023,"Supply Chain Manager, in process to make a career switch to Data universe",2023-03-06,5.0,5.0,5.0,5.0,"I highly recommend IRONHACK, in my case when I took the Data Analyst course the classes were highly dynamic. There are plenty options to fit in your agenda (onsite or remote, full-time or part-time). All the sessions are recorded in case of absence, or... Read More for future revisions and there are always a lead teacher and 2 assistants present. The human aspect is also considered during the course, making group activities and projects to increase empathy and synergy. But mainly I recommend it because of the content quality and teaching mindset (""hands-on"" basis) that allows student to ""pass-to-action"" and face real problems.Read Less",Data Analytics Part-Time,Data Science and Analytics +298019,10828,ironhack,Anonymous,True,2023,An experience to try!,2023-02-15,4.3,5.0,5.0,3.0,"Studying at Ironhack is a hell of an experience! The program is structured really well and the overall course is challenging, but in a very positive way. I absolutely recommend the Full Time In-Person bootcamp, the relationship that you can build with... Read More your peers and teachers is great and make you learn at light speed. The environment is always friendly and helpful and the overall learning experience is something that I end up loving. I really recommend this bootcamp.Read Less",Data Analytics Bootcamp,Data Science and Analytics +297671,10828,ironhack,Matthew Hamilton,False,2023,Intense experience,2023-02-07,3.7,4.0,4.0,3.0,"It's a great program, really enjoyed it, but will have to wait till after career week to give a full review. The goal is to gain employment. The teachers were incredible and you get to make 3 projects for your portfolio during the bootcamp. I would recommend... Read MoreRead Less",Web Development Bootcamp,Web Development +297668,10828,ironhack,Anonymous,True,2023,It was the best experience ever,2023-02-07,5.0,5.0,5.0,5.0,Making a new career path and keeping the internet world safer. The 12 weeks intensive boot camp program was great and fun and it has expose and create a cybersecurity awareness in me and this is one great achievement for me. I’m glad and proud I made... Read More it through.Read Less,Cyber Security Bootcamp,Cybersecurity +297606,10828,ironhack,Emmanuel Um,False,2023,A very hard earned introduction to data analytics !,2023-02-06,4.3,5.0,4.0,4.0,"Very well taken cared of both during the boot camp and to some extend after the bootcamp for job hunt. The rythm was intense and some coding knowmedge is a big plus ! Be prepare to spend hours on end to get the result desired. More over it is a very good... Read More dynamic during the course, even if we all learn at different paces, we have to ""trust the process !""Read Less",Data Analytics Bootcamp,Data Science and Analytics +297578,10828,ironhack,Anonymous,True,2023,Waste of money and time. Disappointing.,2023-02-04,1.7,1.0,2.0,2.0,"The full content of the bootcamp consists of you reading and doing quizzes/labs alone. Then meeting with the class and facilitator and reviewing the tasks. There’s no teacher or classroom by itself. You are supposed to learn everything with the content... Read More they give you, but the content sometimes is not complete or antiquated (so you will have to use google a lot). You are able to retake exams, the final exams were “open book” (so you can use all the modules to check for the correct answers) and sometimes the exams asked questions not mentioned in the theory. I feel that my grade has no value since everyone graduated (copying). If they were real exams, I think more than 1/2 of my cohort would have failed. We wasted a lot of time doing icebreakers, group challenges and nonsense presentations.(Icebreaker=talking about your favorite animal/color/movie…) Some of the group presentations, were incomprehensible since some of my classmates didn’t speak english good enough. Working with them was really frustrating. I was told you had to have a minimum level of english and intellectual capacity to be able to join, but after experiencing the bootcamp, I can say they get in anyone with the money. I thought Ironhack was the best place to change your career, but now I realized is only one more bootcamp trying to get your money. I don’t recommend you to take the Ironhack Cybersecurity Bootcamp. Pay for an academy to learn the foundations and then take the CompTIA Sec+ certification. (The bootcamp only covers 60% of the content of this certificate) It was a complete waste of money and time. I was scammed. I hope Ironhack realizes what is doing wrong and improves their bootcamps for the future students.Read Less",Cyber Security Bootcamp,Cybersecurity +297561,10828,ironhack,Anonymous,True,2023,Good experience,2023-02-03,4.0,4.0,4.0,4.0,"It was a very good programm, i met good friends and also improved my English through the 3 months. It is a super good way to start. I wished the bootcamp covered more of the Comptia Security+, so that i don’t need to learn separately for it afterwards.... Read MoreRead Less",Cyber Security Bootcamp,Cybersecurity +297202,10828,ironhack,Sara Díaz,False,2023,AWESOME IRONHACK EXPERIENCE,2023-01-27,5.0,5.0,5.0,5.0,"Never thought before that an online bootcamp can be as amazing and special as the UX UI Design bootcamp from Ironhack has been for me. These last 9 weeks had been an incredible experience full of learnings but also of amazing people that has shared all... Read More they knowledge. I really recommend this experience if someone is looking to deep into the UX & UI Design, for sure you are going to learn a lot here!Read Less",UX/UI Design Bootcamp,UX/UI Design +297188,10828,ironhack,Jesus Petit,False,2023,Incredible experience.,2023-01-27,5.0,5.0,5.0,5.0,"For me, it has been an incredible adventure and experience. It started more as an obstacle because I had to learn programming and all of the tool from zero. But thanks to the incredible Ironhack staff, teachers and classmates, I managed to obtain different... Read More tools for my professional career such as python, sql, tableau, etc.Read Less",Data Analytics Part-Time,Data Science and Analytics +297136,10828,ironhack,Julia Davydova,False,2023,So great experience,2023-01-26,4.7,5.0,5.0,4.0,"I had my doubts before starting the bootcamp, but it was one of the best decisions I have ever made in my life. I met a lot of interesting people, the journey was hard and intense, but I learned a lot. Thanks to all the Ironhack tea, especially the teachers.... Read MoreRead Less",UX/UI Design Bootcamp,UX/UI Design +297018,10828,ironhack,Anonymous,True,2023,"Great experience, best decision of 2022",2023-01-24,4.0,4.0,4.0,4.0,"- The curriculum was extremely interesting, diverse and informative. It could have been a bit more focused at the end of the bootcamp but overall amazing. - Open and friendly environment to ask questions, make mistakes and grow. - A lot of extra resources... Read More offered during the course too.Read Less",Data Analytics Part-Time,Data Science and Analytics +297010,10828,ironhack,Anonymous,True,2023,Roller Coaster of Feelings,2023-01-24,3.7,4.0,4.0,3.0,"The advantages I take away from the bootcamp: I have learned a lot, I think the teachers and the counseling were great and I am happy to be supported even further in the Career program. I also learned something new about myself. What I didn't like was... Read More that we students had different levels of knowledge regarding the learning content. As a complete newcomer, I was often not able to follow the lessons, very often they went too fast for me and so I have to repeat everything again privately. In addition, my classmates were all reserved and much too quiet and not much help was given to each other. I had imagined that differentlyRead Less",Web Development Part-Time,Web Development +296291,10828,ironhack,Fernanda Rosa,False,2021,Amazing learning experience,2023-01-01,4.0,5.0,4.0,3.0,"What a learning experience, I never thought I would be able to learn so much in so little time. The team was great and we were able to accomplish a lot by having many projects during the bootcamp. I am not a developer, but I still use the knowledge gained... Read More on my day-to-say even as a PM.Read Less",Web Development Bootcamp,Web Development +296287,10828,ironhack,Joana Carvalho,False,2021,The amazing life changing experience,2022-12-31,5.0,5.0,5.0,5.0,"From the first point of contact I felt that this was what I had to do: enter 100% into a new experience that was going to change my life. Spectacular teachers, with experience in the area and an incredible attention to the student; the most up-to-date... Read More curriculum; practical cases and an atmosphere of togetherness, an atmosphere of sharing like I had never seen before! One of the best things, at the end, you get an incredible personalized career service that prepares you to the real world. I would do it all over again, just the same.Read Less",UX/UI Design Bootcamp,UX/UI Design +296286,10828,ironhack,Christopher Pinto,False,2021,Muito bom!,2022-12-31,5.0,5.0,5.0,5.0,Atuei de forma intensa durante todo o bootcamp. Muitos desafios muitas horas de aulas bons professores e boa didática. Material disponilizado de otima qualidade e atual. Tumas enxutas e com bastante dinamica em grupo e atividades coletivas. Otimo suporte... Read More para iniciar no mercado.Read Less,Web Development Part-Time,Web Development +296258,10828,ironhack,André Augusto Guimarães Abreu,False,2022,Improvement On my professional career.,2022-12-29,3.3,4.0,4.0,2.0,It was an important step for my professional career changing because on the bootcamp a could get faster and better information to improve my skills also I had all assistance by the instructors when I was in doubt. I strongly recommend the IronHack for... Read More everyone who wants start IT studies.Read Less,Web Development Part-Time,Web Development +296252,10828,ironhack,Guilherme Santos Gomes,False,2021,Excellent web development course,2022-12-29,5.0,5.0,5.0,5.0,"Complete didactic material, the content is very focused on the needs of the job market and this guaranteed me a high position in the job market, many tasks are carried out to guarantee a good performance and it even enriched my portfolio. People are polite... Read More and always willing to help, support tools and support for the student ensure clear communication.Read Less",Web Development Bootcamp,Web Development +296251,10828,ironhack,Carolina Tavares Sancho Monteiro,False,2022,Studying Data Analytics at Ironhack was lifechanging,2022-12-29,5.0,5.0,5.0,5.0,"Ironhack helped me a lot during my career transition, the material, methodology and teachers were amazing. I was a person who knew absolutely nothing about data analysis and finished the Bootcamp knowing python, sql and Tableau. 2 months after my graduation... Read More I got a job as a Data Analyst and couldnt be happier :)Read Less",Data Analytics Part-Time,Data Science and Analytics +296250,10828,ironhack,Lucas Franco,False,2021,Great place to learn,2022-12-29,4.0,4.0,4.0,4.0,I recently graduated from Ironhack's bootcamp program and I couldn't be happier with my experience. The curriculum was challenging but the instructors were extremely knowledgeable and supportive. They provided a strong foundation in web development and... Read More helped me learn the skills I needed to land a job as a developer. The campus was modern and the community was welcoming and collaborative. I would highly recommend Ironhack to anyone looking to jumpstart their career in tech.Read Less,Web Development Part-Time,Web Development +296249,10828,ironhack,Anderson Lucas de Paiva,False,2021,Amazing,2022-12-29,5.0,5.0,5.0,5.0,"I had the opportunity to participate in a Web Development course at Ironhack and I can say it was one of the best experiences I've had. The teachers were exceptional, with clear and efficient teaching methods that allowed me to learn a lot in a short... Read More period of time. In addition, they were very available to clarify doubts and help solve problems. The course was also very fun because I made many friends and was able to exchange experiences with other students who were also interested in web development. The atmosphere was very positive and this really contributed to my learning. Today, I feel that the knowledge acquired in this course has been of great value in my work. I can create websites and applications more quickly and with higher quality, which has been highly valued by my clients. In addition, I feel that I have a solid foundation to continue learning and improving in the web development field.Read Less",Web Development Part-Time,Web Development +296206,10828,ironhack,IURY HENRIQUE FLORES,False,2022,Full Stack Web Developer is Ironhack!,2022-12-27,5.0,5.0,5.0,5.0,"Ironhack has one of the best web development content I've ever seen, the part-time program is challenging but exceeded my expectations, the teachers' didactics are excellent and also exceeded my expectations, I'm very grateful for the opportunity, and... Read More I'm proud to say that I'm Ironhacker!!!Read Less",Web Development Part-Time,Web Development +296105,10828,ironhack,Francisco Duarte,False,2022,"The most amazing and mesmerising experience, completely changed my life",2022-12-22,5.0,5.0,5.0,5.0,"For me the biggest thing about Ironhack is one of their mottos, ""Love people and their stories"". On my class and even after I started working there I saw so many people from all walks of life, everyone came from a different background but every single... Read More one had the same goal, changing careers. It's amazing how in just a year I went from 0 experience in programming to being a Fullstack Engineer and even teaching Web Development, at first I was very sceptical but looking back I was just being silly, they don't lie when they say ""Trust the process"" because it really works. Being an intensive 9 week course it really prepares you for what's out there as a software engineer / ux/ui designer or data analyst. I cant emphasise how much I recommend Ironhack, it's one big family that I'm so proud to be included <3Read Less",Web Development Bootcamp,Web Development +296087,10828,ironhack,Marta Cacabelos Martínez,False,2021,UX UI Design bootcamp,2022-12-22,4.3,5.0,5.0,3.0,"Ironhack changed my life. I was looking for a change in my career and choosing Ironhack was the right choice. In a very short period, I learned a lot. The curriculum is excellent ,and the teachers are great. The in-person experience for me was the best... Read More choice. Sharing this with my colleagues helped me to grow and learn even more. Teamwork prepares you for the future at work. The bootcamp gives you the basics to get started. The only things I would adjust in my experience are the part of the portfolio preparation and the part of the accompaniment of the job search. But I know that they have already improved this a lot. They value feedback very much and are continuously improving.Read Less",UX/UI Design Bootcamp,UX/UI Design +296064,10828,ironhack,Ana Vanessa Gonçalves de Pinho,False,2022,"Amazing, life changing and Intense",2022-12-21,5.0,5.0,5.0,5.0,"It was the choice of my life, the starting point for a professional change to a career in the technological area. it was very intense, exhausting and complete. I hope that anyone who has doubts should take the risk because it is the best school with experienced... Read More teachers, excellent environment, excellent location.Read Less",Web Development Bootcamp,Web Development +296014,10828,ironhack,Pedro Laender,False,2022,Best choice ever,2022-12-20,5.0,5.0,5.0,5.0,"Doing the Data Analytics Bootcamp at Ironhack was the best choice I could've done for beggining my career as data analyst. The content of the course is very dense and complete, but the teachers know how to make you learn in a simple way. The support they... Read More give you during the couse and aftewards is amazing, you really feel they care about you and that they gonna make everything in their hands so you can learn this new abilities and get a job when the course is done. I must mention as well that the content is very up to date and they give you many tips that would take months to get by studing by yourself. Another great point is the community they have, I've met a lot of people in the area, from colleagues to alumni and even great professionals with many year of exeperience that came to tell their professional history and answer any questions we had. In addition to meet data analyst people we have the opportynity to meet people from other areas, once Ironhack have 3 other courses, and make our contacts network even bigger and diversified.Read Less",Data Analytics Bootcamp,Data Science and Analytics +295964,10828,ironhack,Nathalie Burger,False,2022,Ironhack is life changing,2022-12-19,4.7,5.0,5.0,4.0,"Ironhack made me live something I couldn't live with any other school. They are listening so well to their students' needs, fears, and are always encouraging. They managed to create courses where you work hard but also have times to relieve your brain,... Read More and feel great. Thanks to Ironhack I also met awesome people that might stay friends for life. This whole experience, apart from the professionnal career change, has been absolutely life changing. In many aspects I learnt a lot, and I wish to anyone to live this!Read Less",UX/UI Design Bootcamp,UX/UI Design +295952,10828,ironhack,Anonymous,True,2022,"Excellen,t intensive course to prepare you for a career change",2022-12-19,4.7,5.0,5.0,4.0,"I would struggle to think of cons of the course that I completed with Ironhack. It was incredibly educational, supportive and fun! I feel prepared to apply for roles and confident in my ability to perform in those roles. The group size is small so you... Read More feel a part of a team, attendance is monitored so you have accountability to be in the lessons. Over all, the structure of the program is setting you up for success in the field.Read Less",UX/UI Design Bootcamp,UX/UI Design +295907,10828,ironhack,Ana Maria Montag,False,2022,Ironhack Portugal | Course Review,2022-12-16,5.0,5.0,5.0,5.0,"I had an amazing experience at Ironhack, much more than expected! The staff is always there to help and the sense of community they provide is awesome and gave me a lot of new friends! It's also a very demanding period, so be prepared... but in the end,... Read More you will be proud of yourself for completing and learning so much in a such short period.Read Less",UX/UI Design Bootcamp,UX/UI Design +295862,10828,ironhack,Viviane Rauffus,False,2022,Memorable experience,2022-12-15,4.7,5.0,5.0,4.0,"Both teachers were great; always explained things well, promoted a good classroom environment where we felt comfortable to make mistakes and ask any type of questions, which collaterally also made us receive and give feedback openly between each other.... Read More Even individual projects felt like collaborative projects because everyone helped each other out! I will say the Lead Teacher, especially by the end of the course, seemed quite tiered and not as eager to help us out as in the beginning. But the Teacher Assistant was there giving great back-up, which was ok. The campus environment is great as well, with all the different courses mixed together and with cool themed happy-hours every Friday 😎. The Bootcamp is very intense, as a Bootcamp should be, and it will test your limits for sure. Both mentally and physically (🥵). But it’s by testing the limits that you learn what you are truly capable of doing and it unites you to your classmates in a way that wouldn’t be possible otherwise. By the end you’ll be surprised by all you and your classmates have accomplished in just 2 months, it’s crazy! For me the highlight was by far the people that did the bootcamp with me. They really become family, and that’s worth more than 6000€ if you ask me 😜. But besides great friends, Ironhack also offers good career advice and support. The curriculum is pretty good (even though I wish more UI content was taught, as well as more about figma), but for me what stands out the most from the school is the career services they offer. A good curriculum you can find on online courses nowadays, but not career preparation and support. They give great insights on recruitment expectations and help you prepare for your career kick-off. I was lucky to find a job soon after the bootcamp but on average it takes 1-2 months after the course to get a job (depending on how soon you finish your portfolio). This course will not teach you everything you need to know, but it will teach you more than enough to start a Junior career in the field and give you the tools to continue learning on your own after it.Read Less",UX/UI Design Bootcamp,UX/UI Design +295850,10828,ironhack,Volney Faustini,False,2021,Changed my career,2022-12-15,4.0,5.0,5.0,2.0,"The teacher was something extraordinary. Excellent pedagogy and patience. Ironhack's material is also something that makes a difference. I still reach out to it when I have doubts. For me, it was valid taking the full stack web dev course. It changed... Read More my career path and now I even work abroad.Read Less",Web Development Part-Time,Web Development +295837,10828,ironhack,Jessica Menezes Nonato,False,2022,Best Bootcamp,2022-12-15,4.7,5.0,5.0,4.0,"If you are intending to exchange careers or beginning one, Ironhack is the school of your choice. After finishing my Bootcamp in three months, I conquered my new job in tech. I didn't know I could learn so fast! Due to most of the classes being practical,... Read More I have gathered a lot of knowledge in my Bootcamp.Read Less",Web Development Part-Time,Web Development +295824,10828,ironhack,Anonymous,True,2022,no career support,2022-12-15,3.0,3.0,5.0,1.0,"One of the reasons I went to a bootcamp was their connection with companies. However, since months almost no job offer was shared with us. I could learn by myself and hire a private teacher to support me instead of giving that much money. I felt left... Read More alone.Read Less",Web Development Bootcamp,Web Development +295775,10828,ironhack,Bárbara Pimenta,False,2022,LIFE CHANGING!,2022-12-14,3.7,5.0,5.0,1.0,"It was one of the best experiences of my life, especially taking the full-time one. Besides the whole experience of making friends for life, having the best time around the campus and outside of it, and meeting people from all over the world - it was... Read More a truly immersive experience. The curriculum, teachers, and how we learn are - sometimes overwhelming (as they should be), but also (and most important), super dynamic, motivating, and engaging! I would reach the end of the week and projects were mostly more exciting than tired! And in the end, I felt really prepared to enter the industry. Super recommend! One little thing: they sell a lot of their career service for the applicants and for me, it was oversold. For someone who already has an experience in the market (doesn't matter that much in which industry) and is just transitioning, it felt a little basic - maybe it was the expectation of how big they sell this service. But for newcomers who never had any experience with the hiring processes and stuff, I think it is useful.Read Less",UX/UI Design Bootcamp,UX/UI Design +295767,10828,ironhack,Paulo Torres,False,2022,Best experience ever,2022-12-14,5.0,5.0,5.0,5.0,"I had one of the best experiences in my life, to be honest. Since the first contact I had with Gabriela to the career week with Carolina, everything went amazingly well and their support was outstanding. The course taught skills that at that specific... Read More moment in time I wasn't sure I would use, but once I started working, I really understood what ""trust the process"" mean. Everything, from the small aspects to the most important concepts were used and I felt much more prepared than most of the candidates. After starting on my company and going through a new bootcamp on the Software platform I'm working now, they confessed to me that I was the first Ironhack student to join the unit and until that moment I was the one with the best results in both the bootcamp, final project and first weeks of work. I came out from Ironhack completely prepared to face the challenges and confident in myself that I could overcome those challenges.Read Less",Web Development Bootcamp,Web Development +295724,10828,ironhack,Paola,False,2020,One of the best decisions I've ever made,2022-12-12,3.7,4.0,3.0,4.0,"I was in the data analytics part time bootcamp on 2020. It was one of the best decisions I've ever made. Since the beginning, the material was really clear and complete. Teachers support me since day 1 and guide me through out the course. Knowing my classmates... Read More and doing projects with them was an excellent way to code better and to have different perspectives. It was challenging but at the same time, very satisfying to see my advance and my understanding of the languages and the coding skills. For sure I would recommend it.Read Less",Data Analytics Part-Time,Data Science and Analytics +295717,10828,ironhack,João Vítor Ferraz,False,2022,"Intense, solid, well-structured and professional bootcamp",2022-12-12,5.0,5.0,5.0,5.0,"I should start stating about how awesome everyone that I've met in São Paulo's Full-time Web Dev bootcamp was. Even though the experience is very well-structured and very challenging, the most important part about it is how you can push beyond your limits... Read More by having great people by your side - students, teachers and other employees of the company. When there was something wrong, or that could be improved, no efforts were measured by Ironhack's team to propose solutions with only one goal in mind: the student's sucess. I shall be thankful for the rest of my life for the connections I've made and for the decision of trusting in Ironhack's bootcamp to change my career.Read Less",Web Development Bootcamp,Web Development +295679,10828,ironhack,jennifer sandoval,False,2022,Ironhack UX la mejor experiencia!!,2022-12-12,5.0,5.0,5.0,5.0,"Decidí entrar a Ironhack México porque quería un cambio de carrera, quería entrar al mundo TI y revisé muchas opciones tanto cursos como bootcamp, hasta estudiar nuevamente una licenciatura y Ironhack fue la mejor opción, tenía el contenido y el apoyo... Read More que buscaba. Los profesores y asistentes son muy buenos y la dinámica de las clases es amena, lo que más me gustó es que es muy práctico, todos los días haces ejercicios, y poder tener acercamientos con empresas reales para tener experiencia profesional, al final del bootcamp acabas con un portafolio. También tener los textos y las clases grabadas ayuda mucho para repasar los temas. Creo que el mayor reto es ser disciplinado y evitar distraerse, ya que es en línea. Ironhack te brinda todas las herramientas para conseguir tu primer trabajo en TI :)Read Less",UX/UI Design Bootcamp,UX/UI Design +295646,10828,ironhack,Anonymous,True,2022,Amazing bootcamp that allows you to switch careers,2022-12-09,4.7,5.0,5.0,4.0,"After having worked in digital marketing for over 10+ years I wanted to expand my knowledge. Inspired by a friend, who switched careers, I also chose a bootcamp to acquire new skills. The 3 month remote UX UI bootcamp of Ironhack was work-intense, but... Read More helped me to get the skills, that are required on the job market. We had a very good lead teacher from Miami and theory lectures in the morning as well as practical sessions on Figma in the afternoons. The group work was challenging at some times, but it prepares you for your future workplace. It was really helpful to have a career week too, where they share all the insights on how to impress with your Linkedin profile & portfolio website. If you follow the steps of the bootcamp I think it's indeed possible to land a new job in this industry. My goal was to switch jobs after 6months if the graduation from the bootcamp- and this is exactly what happened. I got a better paid hybrid job in an international corporate within an ambitious team. If you are still doubting if it's the right fit for you, contact alumnis of Ironhack :)Read Less",UX/UI Design Bootcamp,UX/UI Design +295643,10828,ironhack,Luiz Alberto Hupsel,False,2022,Above my expectations,2022-12-09,5.0,5.0,5.0,5.0,"Im reaching the end of my bootcamp in about a week, and I have to say it exceeded my expectations. Loved the teachers, but what I enjoyed the most was the 5-6 projects you have to work on during the entire 5 month period (part time). Lot's of hands on... Read More time with both theory and practice. You also work on solo projects, as well as team projects.Read Less",UX/UI Design Part-Time,UX/UI Design +295634,10828,ironhack,Rafael Montagnoli da Silva,False,2022,Bright future ahead,2022-12-09,5.0,5.0,5.0,5.0,"I had been working with design for 10 years, and I found myself stuck with no direction in my profession. Sad and not knowing if I could change, I fell into a depressive cycle of having to work with something that drained my energy to the deep lonely... Read More sadness. In a risky move, looking for the best possible school for a specialty in my area, I chosed IronHack. This was the best choice I made in my life, because for the first time, I see a bright future ahead of me, and the flame of seeking knowledge and doing my best, ignited my desire to be the best. I am very grateful for the technical team and the school for the inspiring quality. I'm grateful for this journey that revived this flame on me.Read Less",,Unknown +295608,10828,ironhack,Katharine Ferreira,False,2021,Good investment if you want to acquire basic knowledge to start a new career path.,2022-12-09,4.3,4.0,5.0,4.0,"I think at Ironhack everyone was always working towards some goal, it's all about being in movement and having continuous growth. The teacher I had was great, and I'm sure they are always having the best people on their team to help you achieve your goals!... Read More Also, they are always promoting events about tech and creating opportunities for you to grow your network. Besides the whole training you have for the specific area you want to switch to, at the end they prepare you for the actual job hunt in the most effective way, and for me, this only could be a week workshop and would be totally worth my money by itself. I'm super happy that I chosed Ironhack and my experience there was intense and great!Read Less",UX/UI Design Bootcamp,UX/UI Design +295595,10828,ironhack,juan manuel villacìs,False,2021,Great Academy to find a tech job,2022-12-08,4.3,4.0,4.0,5.0,My friends recommended Iron Hack and is all I was hoping for. The best part is how accurate the subjects are in relation to the needs of the industry. Also the support after the course to find a job in the industry is really helpfull and the netwok Iron... Read More Hack has is really big including other countries as well.Read Less,,Unknown +295582,10828,ironhack,Karina Firetas,False,2021,"Best experience, change your life!",2022-12-08,5.0,5.0,5.0,5.0,"Like many others, I was a professional looking for a career change and interested in learning how to code. I knew I could learn by myself, but I thought that doing a coding bootcamp would boost my learning curve and accelerate my entrance into the tech... Read More market. So, 1-year ago I enrolled myself in Ironhack's web development full-time course, and today, I'm a fulfilled software engineer working in a globally renowned tech company. It's unbelievable to think how fast my life has changed since Ironhack. Let's be honest, the bootcamp is a challenging and intense experience, but this is how a life-changing process needs to be effective. Plus, you get the best staff to support you during the process. In my opinion, Ironhack is the best school to get foundation training in web development, and all the support you need to start your career in the tech field.Read Less",Web Development Bootcamp,Web Development +295567,10828,ironhack,Xavi Almirall,False,2021,A fulfilling and rewarding experience!,2022-12-08,5.0,5.0,5.0,5.0,"After exploring several options, I opted for the remote part-time UX/UI Design bootcamp at Ironhack due to its good references. Furthermore, Ironhack offered me a schedule that better suited my needs, along with the possibility of doing it remotely. The... Read More experience was intense; each session had a lot of information, so I had to dedicate time and prioritize the bootcamp work over other things for a few months. However, I remember it fondly, full of learning, and I shared good times with the people in the class. One of the things I liked most about the remote mode was sharing projects with multicultural teams, which enriched the exchange of ideas and the bootcamp experience. After one month of finishing the bootcamp, I found my first job offer as a UX/UI Designer. I highly recommend this bootcamp to all those committed to a career change!Read Less",UX/UI Design Part-Time,UX/UI Design +295563,10828,ironhack,Asairi Carlos Nava Muciño,False,2021,The best decision I could make,2022-12-07,5.0,5.0,5.0,5.0,"Ironhack gave me the opportunity to turn my professional career around, through an intensive bootcamp that allowed me to work while I acquired programming and data analysis knowledge. The program requires great concentration, a lot of attention to detail... Read More class by class, sometimes forgetting about your social life or staying up late while doing projects, but it opened the doors to a completely different life.Read Less",Data Analytics Part-Time,Data Science and Analytics +295561,10828,ironhack,pablo enrique valdes villarreal boullosa,False,2021,changed my career,2022-12-07,5.0,5.0,5.0,5.0,"I joined Ironhack Mexico because I needed to find better avenues for improving my career. It worked! It gave me all the tools I needed to accelerate my learning path, and has some great tutors. it was an amazing investment, and after three months I was... Read More already working on a leading company, with all my future ahead.Read Less",Web Development Bootcamp,Web Development +295560,10828,ironhack,Iñaki López,False,2020,Ironhack impulsó mi trayectoria profesional,2022-12-07,5.0,5.0,5.0,5.0,"Decidí entrar a Ironhack porque quería hacer un cambio en mi carrera e impulsarla hacia un lugar que fuera más adecuado a mis habilidades. Durante el bootcamp conocí a varios amigos con los que aún mantengo contacto el día de hoy, y más importante, dirigió... Read More mi carrera al punto donde estoy el día de hoy.Read Less",Data Analytics Part-Time,Data Science and Analytics +295557,10828,ironhack,Guilherme Sousa Guedes Silva,False,2021,Career Change with Ironhack,2022-12-07,4.7,5.0,4.0,5.0,"Ironhack promised, Ironhack delivered! Make no mistake, it is not easy, on our part it takes effort and dedication, and we can trust that they will give us the training, tools and assistance necessary for you to be able to enter the job market. I finished... Read More bootcamp 1 year ago and I couldn't be happier. At the age of 30, after graduating and several years working in an area that had nothing to do with web development, Ironhack gave me the opportunity to do something that I love, accompanied by extraordinary people.Read Less",Web Development Bootcamp,Web Development +295530,10828,ironhack,Vitoria Borba Correia,False,2022,Life Changing Experience,2022-12-07,5.0,5.0,5.0,5.0,"When I found Ironhack I was at a delicate moment in my life, during the pandemic I was financially forced to drop out of university (Aeronautical Science). I needed a miracle to change my professional situation. I had no prior experience in the area and... Read More had never done a single line of code in my life. I decided to put all my 'eggs' in the bootcamp basket, I resigned from my previous job as a florist, and dedicated myself completely to studying during these 9 weeks of classes. And I can say that it was the best choice I've ever made in my life. I finished bootcamp as a Hackshow winner, and I met friends for life. In about two months I got a dream job that gives me flexible hours, space to study and grow even more. Ironhack is not a guaranteed pass to success, there is no such thing. But they give us all the tools to get there, even without finishing University. And I'm incredibly grateful for that.Read Less",Web Development Bootcamp,Web Development +295500,10828,ironhack,Jacqueline Vujica,False,2022,Ironhack Remote UX/UI Bootcamp experience,2022-12-06,5.0,5.0,5.0,5.0,"I found Ironhack while searching for a good UX/UI Design course. I started remote fulltime bootcamp without too many expectations, thinking how much can I even get out of this and how much is just marketing. I was sceptical about learning so much in such... Read More a short amount of time and on top of that remote! I have to say that with the right mindset and effort, Ironhack will guide you on every step of the way towards your dream career. The classes were intense but so enriching. I had an excellent and experienced Lead Teacher and Teacher Assistant that I am still in contact with. We were a small classroom of 11, which is pretty rare, and former classmates together with the teaching team created a great atmosphere. Curriculum-wise, we had few projects among which there were two projects with real life clients. We learned the fundamentals of UX/UI design and how to be independent at the end of the day and choose appropriate methods for each challenge. I had to skip a Career week, but I know that my former classmates had a great experience there as well. Altogether, I formed amazing connections with now fellow designers and some very close friendships, I learned a lot and I am now working in the field. :)Read Less",UX/UI Design Bootcamp,UX/UI Design +295495,10828,ironhack,Kotryna Laurinaviciute,False,2022,Fun,2022-12-06,4.0,5.0,3.0,4.0,"My favorite part of this BootCamp was how everyone I met there was very helpful and understanding. Everyone always helped each other with any troubles they had and we always had a good dynamic. The only thing that I didn't like the most was that the labs... Read More in the school learning platform, they were quite buggy and sometimes even unusable. It is understandable that it can be hard, but for a fast-paced educational organization I felt like those things should be top-notch!Read Less",Cybersecurity Part-Time,Cybersecurity +295451,10828,ironhack,Beatriz Gonçalves Ramalho,False,2022,The best learning experience,2022-12-05,5.0,5.0,5.0,5.0,An amazing challenge. I was full-time working and a part-time student. I cannot lie that was a challenge but at the same time the part time bootcamp allowed me to still work and getting paid. Besides that we have more time to acknowledge all the things... Read More that we are learning and more time to work on all our projects and homework.Read Less,Data Analytics Part-Time,Data Science and Analytics +295446,10828,ironhack,Shirin Atarod,False,2022,almost satisfying,2022-12-05,3.7,4.0,3.0,4.0,"hello, First of all I would like to express my joy for completing this bootcamp and gaining nice skills and good connections. then I would list my experience below: Pleasant experiences: 1. The process of enrollment was easy. 2. In terms of knowledge... Read More and character, teacher, TAs and coaches were awesome. 3. Nice standups and warm up that got us ready for the day. 4. Loved the collaboration style when doing the labs with classmates. 5. TAs were really hard working and caring. Things that could be better: 1. There could be a nice intro to how to start and perform during the bootcamp for first timers. I was so confused in first week. 2. Sometimes the teaching style was vague and not clear enough for me (and for some other students), so it was hard to understand what actually he was doing when teaching a new topic. 3. Waiting time for TAs to come for support while doing labs was long. Therefore, sometimes we ended up with many unsolved questions at the end of the day. 4. There could be support for students struggling with lessons at the end of the week. 5. module 3 needed more detailed lessons and more time. having 2weeks to learn react was a nightmare for me.Read Less",,Unknown +295442,10828,ironhack,Mariana Isabel Lucas Oliveira,False,2022,from nurse to developer in 9 weeks,2022-12-05,5.0,5.0,5.0,5.0,"I was a nurse, I felt unmotivated and frustated with my job, so I decided to change my carreer path so I would have better life quality. I joined Ironhack Lisbon to the Web Development Bootcamp in April2022. The bootcamp is structured in a way that allows... Read More us to learn progressively. It takes place during 9 weeks, 3 modules. In the first 2 weeks of each module, we learn new content in the morning and in the afternoon we have labs to practice what we have learned. Every day the dificulty level increases, so that we can create new and more complex things. The third week of each module is the project week, where we have the chance to delevop our project, created from scratch by us. It was the best part of the bootcamp, because it was the moment where we mixed it all together and came up with something of our own. After this 3 modules, there was a Carreer week and we had guidance for job searching. They give you all the structure and support needed, and success will come if you are willing to commit and work for it. In April I had absolutely no background in Tech. 2 months after the bootcamp endend, I landed my first job in tech.Read Less",Web Development Bootcamp,Web Development +295437,10828,ironhack,João Pedro Duarte Gonçalves,False,2022,One of the best experiences of my life,2022-12-05,5.0,5.0,5.0,5.0,"I was a Junior Designer, frustrated with the job opportunities available in my country. Ironhack showed me that it wasn't too late to shift careers and enroll in a new market where your hard work is valued. It is amazing the effort that all the staff... Read More puts to prepare you for a new world in just 2 months, and all the support they give you during job hunt! Thank you Ironhack!Read Less",Web Development Bootcamp,Web Development +295434,10828,ironhack,Brigitta Horvath,False,2022,Ironhack brought me opportunities even before finishing the course!,2022-12-05,5.0,5.0,5.0,5.0,"I participated in the Remote Full Stack Developer Bootcamp at Ironhack, and it was the best choice of my life. On the first class, they asked about our goals and dreams, and actually I got my dream job before the bootcamp ended. :) But I have to say,... Read More I was taking learning very seriously, already during the preparation work, so I had a good basis to start the ""real learning"" process. Our teacher was amazing, he was supporting me all the way and I felt really-really motivated by him. I also tried to solve every ""labs""that we got as a homework, and was working very hard on the 3 projects at the end of the modules. It was also amazing, that we were learning how to do pair-programming, because before that I was very reluctant and wanted to work immediately, but then I was paired with the most amazing and hard-working girl in the universe and we were inspiring each other very much. The written material for the first 2 modules was awesome, during the React part I felt, that it needed a little bit of an update. All in all => a lot of learning, a lot of effort, I was tired many times, but the motivation that they gave me brought me forward. I loved it and it helped me to start a new career. I will be always grateful for this experience!Read Less",Web Development Part-Time,Web Development +295433,10828,ironhack,Anonymous,True,2022,Different,2022-12-05,3.0,3.0,3.0,3.0,"In my opinion for this bootcamp it is very important to have some background in something related to data atmosphere ( not coding itself).For people who didn't have nothing like data related it could be very complicated, speaking for part time bootcamp... Read More In my case I was working and doing the bootcamp at the same time and I felt not comfortable with the speed 🚅 of the classes. I felt with a lot of disadvantages. (In my opinion) for the future I think the professor's must be more present with the students with more difficulties.I felt that because I was not used to the type of environment related to data processing or even Excel and had not much support from my teacher in the first part of the course. In my opinion for the premium price you pay I think they need to improve in teachers for all kinds of people, specially when you have people with more difficult to understand some subjects/matters. More then know the code or the subjects for me more than knowing the subject is transmitting the information to the students. That's what makes a good professional and I think that part failed in the first half of the course.Read Less",Data Analytics Part-Time,Data Science and Analytics +295429,10828,ironhack,Matheus Sartortt,False,2022,Met my expectations,2022-12-05,3.7,4.0,4.0,3.0,"The course, in general, met all my expectations and even ensured my hiring in this field as a Data Analyst in an American company. As it is a more dynamic and hands-on course option, I learned quickly and intuitively, and I have acquired the necessary... Read More skills and knowledge to enter the job market more safely. There are points that could be improved: the need to review the materials, availability of exercises answers (sometimes not even the teachers' results were similar), better formatting of the final projects of each module (such as providing pre-selected options of topics/themes).Read Less",Data Analytics Bootcamp,Data Science and Analytics +295427,10828,ironhack,Anonymous,True,2022,Great and intense,2022-12-05,5.0,5.0,5.0,5.0,"The teacher and assistants are very qualified and pedagogical, they really take the time to explain the important concepts and are ready to help at any time when you feel in difficulty. The projects and exercises are excellent for progress. The program... Read More is well structured and very complete.Read Less",Web Development Bootcamp,Web Development +295411,10828,ironhack,Brooj Alammari,False,2022,Family like experience,2022-12-04,4.7,5.0,5.0,4.0,"I didn't have so many expectations, all I wanted is trying a new path hoping for a better job. However, it was a great experience even though it was a 3-month online course I got to be close to my teachers and the students we had fun and were encouraged... Read More to be close we got support and our questions were welcomed. it was condensed but very organized and this made it feel easier, and I keep going back to my notes and the student portal. The process helped us to have good projects and build a portfolio in a relatively very short time and I found a job through my last Ironhack project collaboration and that was great. I am still in contact with my Ironhack family, and this is a good feeling as it is an intense process but they created a safe place for us to support each other. I know this could sound cheesy but this is the way I related to stuff and how things feel easier to me is to feel connected to it and that was what I felt connected.Read Less",UX/UI Design Bootcamp,UX/UI Design +295396,10828,ironhack,Jean Pierre Torres,False,2022,Fantastic,2022-12-03,5.0,5.0,5.0,5.0,"One of the best experiences of learning I have ever had, it was an intense but very satisfactory learning experience, I could strengthen my coding skills and learn the best coding practices, the 3 projects were challenging but I'm satisfied with the results...... Read More I recommend it 100%...Read Less",Web Development Bootcamp,Web Development +295392,10828,ironhack,Anonymous,True,2022,Immersive first step into coding,2022-12-03,4.7,5.0,5.0,4.0,"Ironhack's full-time Web development boot camp ware an intense 9 weeks in terms of learning, teamworking and prepping for the first step in the new career. The syllabus of the course really covers all the necessary knowledge and gives you the time you... Read More need to develop your project for your first portfolio which will help you to get that first job as a Software Engineer. The instructors were great and very helpful. They give us a lot of inside into the profession and give some good tips on how to direct our development even after the course ended. If you are decided to make the step into coding I can recommend you this course.Read Less",Web Development Bootcamp,Web Development +295375,10828,ironhack,Anonymous,True,2022,"Challenging, but most rewarding experience, not only for changing my career",2022-12-02,5.0,5.0,5.0,5.0,"Attending the web development bootcamp from ironhack was one of the best choices I made in the past years. If you really decide to go into coding without having any knowledge upfront, this bootcamp is absolutely great to teach you from zero to a stage,... Read More at which you are able to create your own full-stack application on your own. Of course, there is a lot of discipline and motivation needed, but this will pay off, when you will look back at the projects you have created and if you look into the future ..... With the help of career services from ironhack I really made it to a big company and work as a frontend developer now. Pros +++ Very capable, patient teachers +++ Learning materials are very well prepared +++ International fellow students to make friends +++ Improved my English each day +++ Costs were funded by German 'Jobcenter' via Education Voucher +++ Career support after bootcamp Cons --- Homework every day! --- Very little free time, also coded at the weekend --- Learning pace is very high (if you can't follow during class, you have to catch up later) --- Keep motivation up is hard sometimesRead Less",Web Development Bootcamp,Web Development +295373,10828,ironhack,Tanya Z,False,2022,Data Analytics full time bootcamp,2022-12-02,5.0,5.0,5.0,5.0,"I really liked every bit of the full time bootcamp in Ironhack. I must admit it was sometime extremely difficult. We had a lot of homework to do, some materials were difficult to understand. But when your code starts working, the mathematical functions... Read More and validations are making more and more sense, that what makes you really happy and proud. The program of bootcamp inspired me to learn more and yes there are a lot of sources, and it’s much easier when you have a base that we learnt with Ironhack. Highly recommend!Read Less",Data Analytics Bootcamp,Data Science and Analytics +295324,10828,ironhack,Samuel Eduardo,False,2022,Don't be afraid to step out the comfort zone,2022-12-01,5.0,5.0,5.0,5.0,"This was one of my best experiences in my learning career. I made a big decision to switch up my career into tech (from customer service) - I've always had a connection to coding and all that follows, but never had the motivation to be able to successfully... Read More accomplish any sort of project on my own - and then IronHack bootcamp opportunity appears (suggested by a friend) and, even though I was working full time, I was able to double down on this and joined the part time Web Development remote bootcamp. I was originally rough to finish work and get in to coding, but as I adjusted, I completely fell in love with the world of Web Development - this time I wasn't alone and had other colleagues and future friends that were in a similar boat! It was amazing! All the lab work we had, assessments, continuous help from the teacher assistants and main teacher were truly beneficial for my growth (still in contact with my main teacher who helps me at times by the way!). I was able to achieve the goals I had set out and, one year later, I'm part of a development team for a startup as a junior developer, my life is going exactly as I wished it was going. To get through the bootcamp you need a strong mindset and really love what you are doing, coding never feels like a task for me but an opportunity, since every time I'm coding, I'm learning.Read Less",Web Development Part-Time,Web Development +295321,10828,ironhack,Anonymous,True,2022,Amazing Bootcamp Experience,2022-12-01,4.7,5.0,5.0,4.0,"I had a fantastic experience when studying at Ironhack. Ironhack has good standardized materials and culture: beer nights, having brunch together, slack channels that you can join (transparent and proactive communication is essential so that the information... Read More does not only reach certain people), a cozy interior to do tasks, alum panel, the atmosphere was very chill and friendly but serious!Read Less",Web Development Bootcamp,Web Development +295281,10828,ironhack,Anonymous,True,2022,Remote Web Development Bootcamp at Ironhack - My best decision!,2022-11-30,5.0,5.0,5.0,5.0,"I fully recommend this bootcamp to anyone willing to start a career in tech. I enrolled in the web development program without any previous coding knowledge and I landed a permanent job in a well-known company immediately after. The curriculum, the teachers,... Read More the job support, the alumni events, and the overall spirit of students and staff members are amazing. I'm forever grateful to Ironhack!Read Less",Web Development Bootcamp,Web Development +295275,10828,ironhack,Lorena Garcia,False,2022,My Ironhack experience was very hard but absolutely rewarding.,2022-11-30,5.0,5.0,5.0,5.0,"Student at Ironhack - Web Development 2022 It was an awesome experience and I absolutely recommend to do a Bootcamp with Ironhack :) I wanted to change career for a long time but I was very scared and I thought Web Development would be way too hard for... Read More me, and it is hard, I am not going to lie, it is not an easy path, but when I joined Ironhack I realised how much help and support they provide and how much they push you and motivate you to keep learning. The teacher, teaching assistants and my classmates became my family for 9 weeks and helped me through the process. Only one month after finishing I already found a Web developer position where to keep learning and improving, I absolutely recommend it either if you want to improve your skills or just change career as I did. They also offer support after the Bootcamp to help you find your desired job, which was a great help as you are always advised by professionals. It is very challenging but soon you realise how much you are capable of in a very short amount of time, even if you start with 0 previous experience like me you will end up with 3 great projects on your portfolio and all the knowledge necessary for your new path.Read Less",Web Development Bootcamp,Web Development +295160,10828,ironhack,Marie-Anne Soyez,False,2022,Intense and worthwile,2022-11-27,4.3,5.0,4.0,4.0,"I attended the fulltime remote bootcamp for UX/UI design with Ironhack. The experience was intense due to the tight planning, I learned a lot and I think the best factors were the dedicated and supportive teaching team, great fellow students and the focus... Read More of the schedule on practicing the new skills immediately. If possible, I would recommend doing the part time class, to give your brain the possibility to absorb the new knowledge also over a bit more time.Read Less",UX/UI Design Bootcamp,UX/UI Design +295156,10828,ironhack,Sarah Bombaywala,False,2022,A life changing learning experiance.,2022-11-26,5.0,5.0,5.0,5.0,Ironhack came into my life when I wanted to up-skill and divert my career into somthing more creative. The UX/UI design bootcamp is a fast paced course to get into the tech industry. In 9 weeks you will learn how to implement design thinking and visual... Read More designing. With the mentoring available by the end of the Cohort you will have a prepared portfolio to dive into the job market. The remote team is amazing and I enjoyed every minute of the course. 100% recommended!Read Less,UX/UI Design Bootcamp,UX/UI Design +295140,10828,ironhack,Luz Adriana BUSTAMANTE,False,2022,"An empowering experience, which enhances your natural strengths in critical thinking and creative abilities.",2022-11-25,4.3,4.0,4.0,5.0,"The content itself can be found elsewhere. What makes this training particular is how this information is presented and applied, the pedagogy. But, above all, it is who you learn, share and evolve with, the networking. You learn through projects and with... Read More a diverse range of people with unique and rich professional and personal backgrounds. From the first project, you apply the theory previously seen and get to know your peers, and as you do, you become aware of your own personal and professional evolution. You can experiment with different roles so you can see what part of Ux design you want to focus on later. And you will be accompanied in your job search... from how to define your professional needs, how to present yourself, how to negotiate up to the point of finding something that fits you. Hope You are going to find this useful.Read Less",UX/UI Design Part-Time,UX/UI Design +295032,10828,ironhack,Javier M Palomero Sierra,False,2022,Great! Very hard but very value!,2022-11-21,4.7,5.0,5.0,4.0,"In my first experience with code I achieve my objects and now I am graduate. It was a great experience, non had previous knowledge it was difficult but with hard work I passed my assessment, class works and proyects! Maybe it is better had previous experience... Read MoreRead Less",Web Development Bootcamp,Web Development +294918,10828,ironhack,Pelayo Pérez de Ayala Rull,False,2022,Impressive results! Demanding but rewarding.,2022-11-17,5.0,5.0,5.0,5.0,"I signed up for the Ironhack Part Time Full Stack Web Development Bootcamp having heard good things about it and, actually, they were all right. The teaching staff that I had the pleasure to learn with was highly skilled, supportive and taught us excellently,... Read More all while also having fun and even some good laughs. I was excited everyday before starting a new class. This bootcamp is demanding, at times you might feel like to much input is going into your mind, however they will provide many tools and resources in order for you to succeed, grow and learn a ton. I couldn´t be happier about the choice and its results. 100% recommended!Read Less",Web Development Part-Time,Web Development +294813,10828,ironhack,Fernanda Duhne,False,2022,Excellent Bootcamp,2022-11-13,5.0,5.0,5.0,5.0,"The teachers are great, I had a great experience which not only includes the excellent curriculum but all the activities that are planned for it to be smooth and fun. i was nervous for it to be a full time remote bootcamp but I am not dissapointed at... Read More all. I would definetly recommend it to anyone.Read Less",Data Analytics Bootcamp,Data Science and Analytics +294615,10828,ironhack,Julia Vázquez Pérez,False,2022,Overwhelming but worth it,2022-11-07,5.0,5.0,5.0,5.0,"This course has been amazing and I couldn't imagine I would have learnt so much in so little time. I strongly recommend it to everybody who is interested in data analysis and data science. If you put down the work it will pay off!! So try to follow the... Read More lessons and trust the process, you will learn so much!Read Less",Data Analytics Bootcamp,Data Science and Analytics +294342,10828,ironhack,Juan Carlos Camós da Silva,False,2022,Mesmerising,2022-10-27,5.0,5.0,5.0,5.0,Participating on this bootcamp was an amazing experience and I definitely recommend to anyone that wants to boost their skills or start/change their career! The team was incredible and all participating staff were awesome! Everything was well structured... Read More and organized. Definitely worth it! I highly recommend!Read Less,Cyber Security Bootcamp,Cybersecurity +294211,10828,ironhack,Anonymous,True,2022,The best choice for those who want to change career,2022-10-21,5.0,5.0,5.0,5.0,"I was looking forward for a career change, in a completely different field from by background. Heard about Ironhack bootcamps, but wasn't sure if I would manage it, specially being a mum of a one year old baby. I decided to enrol and after three intense... Read More months I must say it was the best way to pursuit my goal as changing career path. Ironhack gave me confidence, knowledge with a well-established learning foundation, the modules are super well thought out for the needs one-on-one, easy-to-follow instructions, exercises and labs, basically everything you need to start a promising career in cybersecurity. Everyone is willing to help you through this journey, and in the end you not only accomplish your goals as you have a new Cybersecurity family.Read Less",Cyber Security Bootcamp,Cybersecurity +294206,10828,ironhack,Rodrigo Franco,False,2022,Best decision to start a career in Tech!!,2022-10-21,5.0,5.0,5.0,5.0,"A really nice team of teachers and managers! Before I even signed in, Raafa (actually my DA teacher) showed up in the common room where I actually just crashed, and gave me an absolutely calm welcoming vibe and gave me a couple of tips. That moment helped... Read More me a lot to take the right decision. On the one hand, I wish to have taken the part-time mode in order to balance better life, but, to be honest, a Bootcamp is a Bootcamp, and that's why we signed up for it! All I asked is if you decide to take this same good decision, don't forget to treat this place like your house, or at least like someone else house in case you are not the type who takes care of it. Say hi to everyone who works and studies there, because believe me, it works, that energy you invest on, is getting back to you DOUBLE and is the key to success in work o even better, life. Don't forget to say RODRIGO FRANCO recommends me to do this amazing choice ;DRead Less",Data Analytics Bootcamp,Data Science and Analytics +294177,10828,ironhack,Jorge Antonio Ramírez Padilla,False,2022,A learning environment like no other,2022-10-21,4.3,5.0,4.0,4.0,"I believe that enrolling to Ironhack was one of the best decisions in my life. I've been trying to take this course for more than two years, but pandemic made it hard for me to do so. Now, I can't believe it's already over. Oh, the lessons I've learned.... Read More My most valuable lesson is how to work and coexist with people from such different backgrounds, cultures, ages and interests. I'd consider I was lucky enough to befriend most of my classmates, who some I see as potential future work partners. The day-to-day is intense. They tell us about it, but once you're in there you get it. Many emotions are shared between people. I'd say the whole array of emotions, but that's what makes us form deep connections with people and to ourselves as well. About the content, I'd say is okay. Without having classmates, I'd say it'd be difficult to really get the most out of this bootcamp, truly. There are a lot of areas of opportunity, like a lot, but at least I know that, hopefully, for the next bootcamps it'll be better, as it probably was better for us compared to some early cohorts. All in all, I feel grateful for everything. This experience has changed my life, and I recommend it to anyone who needs a shift in their life. Many people I've spoken to don't have the same opinion, so it's really up to the interpretation of each one. I'll really miss these times that I had, I truly will. But I'm happy I was able to be a part of it. I'm happy it happened. I'm happy I was able to be a Hackshow winner, not without the help from my wonderful team, and support from colleagues and teachers. Now, the Job Hunt begins, and I'm still waiting to see how Ironhack will actually help me to get what's the main goal of it all, a job.Read Less",UX/UI Design Bootcamp,UX/UI Design +294176,10828,ironhack,Simarpreet Singh,False,2022,Amazing experience with iron hack,2022-10-21,4.0,5.0,5.0,2.0,As I think I had already given a feedback if I get the chance to study with Loyd throughout the camp then the situation gone be a different but anyway all good. learn many new things whether it's small or big thanks to whole Iron hack team specially Berlin... Read More team. Thank you for you support 🤗Read Less,Web Development Bootcamp,Web Development +294009,10828,ironhack,Alaa,False,2022,it was a great eye openning experience,2022-10-17,4.0,4.0,5.0,3.0,"The pros was deffinately that it was a really nice and friendly environment with alot of help from the teachers, and meeting a lot of new people from all over the world and share experiences with them and learn from each other. the cons were really the... Read More student portal it was a bit confusingRead Less",UX/UI Design Bootcamp,UX/UI Design +293764,10828,ironhack,Ana Valeria Khatchikian,False,2022,Great,2022-10-07,3.3,4.0,3.0,3.0,"I really enjoyed the boot camp, it was very intense, but I am happy with the outcome of the projects. The remote format was very well set up, and the TAs were all very supportive and fun to work with. One thing I would have liked to have seen more is... Read More corrections on their behalf to make sure what works or what does not, especially during the first steps of the design process. Thanks for your hard work.Read Less",UX/UI Design Bootcamp,UX/UI Design +293752,10828,ironhack,Anonymous,True,2022,Ux designer,2022-10-07,3.7,3.0,4.0,4.0,Its a great program for those who wish change careers quickly. Could be more focused on hands on lab trainings at the beginning of the bootcamp. Maybe more feedback on the projects that we do would help us to understand what to do better. Overall it was... Read More a great experience.Read Less,UX/UI Design Bootcamp,UX/UI Design +293725,10828,ironhack,Anonymous,True,2022,Very good,2022-10-06,3.3,3.0,4.0,3.0,"When i started my journey i was a bit nervous because it was quite new field to me.Later on when i learned more and more about the tools i got very good interested and ofcourse , you feel like lost sometimes but i had very good support from the team which... Read More made me to get on.Read Less",Data Analytics Part-Time,Data Science and Analytics +293664,10828,ironhack,Nikos,False,2022,High recommended Data analytics Bootcamp (Ironhack),2022-10-04,5.0,5.0,5.0,5.0,"I am very happy and pleased for joining and finishing Ironhack's Data analytics Bootcamp. Although I joined the part-time Bootcamp, I had some time pressure because of the time needed for studying and finishing projects and labs, the time pressure is... Read More worth at least, as I learned a lot of data analysis techniques, core Python programming, implementation of Python libraries, machine learning techniques and models, data visualization and interpretation, querying from MySQL, Business Intelligence and Visualization tools such as Tableau. I also refreshed my statistics knowledge. The teachers and the program manager are really helpful and the Ironhack team applies practices from quality management and excellence, really professional and useful. Also flexible in different situations and scenarios. Positive experience and is highly recommended!Read Less",,Unknown +293621,10828,ironhack,Lluis,False,2022,Fascinating and Underwhelming,2022-10-04,3.3,3.0,3.0,4.0,"Pros: Good environment, good facilitators that made the bootcamp enjoyable. Cons: Didn't feel like an Ironhack experience, you are just browsing the Cybint module, reading a lot of theory without applying it and in the end, the software that you are really... Read More required to master, like SIEM and Splunk doesn't get the necessary attention.Read Less",Cybersecurity Part-Time,Cybersecurity +293620,10828,ironhack,Anonymous,True,2022,Extremely Satisfied,2022-10-04,5.0,5.0,5.0,5.0,"This one is the best bootcamp I have ever attended. The Information provided on Student portal is very well displayed to help students understand the concepts clearly and help solve the labs. Also, teachers Enes and Matteo are fantastic, polite, patient... Read More and good listeners. Apart from this, the entire bootcamp is very well managed and organised systematically. The entire Ironhack team, including Program Manager and the supporting CareerHack team, all work sincerely and are very dedicated, taking care personally of each student and help them achieve their goals. I would definitely recommend Ironhack to everyone. :)Read Less",Web Development Part-Time,Web Development +293450,10828,ironhack,Aymeric Goube,False,2022,Be ready to work !,2022-09-29,5.0,5.0,5.0,5.0,Be ready to work late and intensely during those 9 weeks (400 hours) of bootcamp. You may think overwhelmed at first but bear with it and trust the process because in the end you will feel confident about working as a junior dev and have 3 projects to... Read More show for it. Bonus point for the Ironhack team (Teachers & others)that were always there to help us and answer our question. I can't recommand it more !Read Less,Web Development Bootcamp,Web Development +293414,10828,ironhack,Anonymous,True,2022,Great and intense!,2022-09-28,5.0,5.0,5.0,5.0,"The teachers team is really careful and involved as well the other staff members are. Of course the rhythm is really intensive and it's an emotional rollercoaster throught the bootcamp, but everything is build to make us feel confortable and confident... Read More on the road to the success! No one is left on the side. I'll recommand them 10,000 times!Read Less",Web Development Bootcamp,Web Development +293413,10828,ironhack,Laurent Mouttapa,False,2022,Great,2022-09-28,5.0,5.0,5.0,5.0,"Best bootcamp to learn to code. 10-weeks program : intense, challenging but so rewarding ! It provides you all resources you will need to get your first job as fullstack developer on the most used tech stack : MERN (MongoDB, ExpressJS, React, NodeJS.... Read More The teaching & admin team are great, I highly recommend this bootcamp if you're willing to reconvert in a technical position.Read Less",Web Development Bootcamp,Web Development +293392,10828,ironhack,Andres VILLARREAL OVALLE,False,2022,All I needed,2022-09-27,5.0,5.0,5.0,5.0,"I did the UX/UI design bootcamp over the summer, so I was really motivated to do it. At first I was afraid of how short 9 weeks looked like for a training. However, I quickly changed my mind during the first week. I was lucky enough to be in a cohort... Read More where everyone was working hard to get the most out of the bootcamp. I was even luckier to have one of the best, if not the best, teachers in my whole life. Daniela is so passionate, patient, objective and encouraging. I learnt so much from her and my classmates. I'm leaving the bootcamp with my expectations met and beyond! The projects are so realistic and you're ready to go by the end of the bootcamp with a portafolio to be shown during interviews and the best job hunting strategies. I guarantee you you won't sleep properly and you'll be very tired by the end of the bootcamp (it's called a bootcamp for a reason) but the satisfaction over all the projects, all you learn and being ready for the market is totally worth it.Read Less",UX/UI Design Bootcamp,UX/UI Design +293390,10828,ironhack,Hamza Zbili,False,2022,I can't recommend Ironhack Paris enough,2022-09-27,5.0,5.0,5.0,5.0,"I graduated in September 2022 from Ironhack Paris and I started the course not knowing anything about web development. The course was structured with classes in the morning and early afternoon; and labs for the rest of the day. The labs were usually great... Read More exercises for applying what we had learned that morning and extending the lesson further. During the third week of each module, we worked on projects which were to be presented on the Friday. For me, this was the most fun part of the course. It was amazing to be able to work on my own projects and have excellent teachers guide me through whenever I was blocked on a certain problem. Both Robin and Florian where great lead teachers. All of the staff, both teaching and operations, were fantastic throughout my time there. The facilities are as good as they get and there's tons of places to eat nearby. There were beers every Friday which was a great way to socialise with my classmates, the staff, and students from other courses. If you're thinking of enrolling, you absolutely should. I wasn't able to get funding because I'm not a French resident or citizen so I had to spend my life's savings to attend the school. It was a huge risk but I don't regret it at all.Read Less",Web Development Bootcamp,Web Development +293386,10828,ironhack,Anonymous,True,2022,Impressive,2022-09-27,4.7,5.0,4.0,5.0,J'ai été impressionné par la qualité de l'enseignement. Il est sur qu'on ne devient le meilleur développeur en 9 semaines mais le bootcamp nous permets d'être opérationnel. Je conseille de tester un peu le code avant pour savoir si cela correspond. Mais... Read More je recommande vraiment cette formation ! J'ai effectué bootcamp a Paris.Read Less,Web Development Bootcamp,Web Development +293379,10828,ironhack,Marie-Dominique Hemery,False,2022,10 weeks to become a UX/UI designer,2022-09-27,5.0,5.0,5.0,5.0,"I attended the 10-week UX/UI bootcamp in Paris and only have great things to say about it. Daniela, the lead teacher, has a real passion for teaching and makes everything understandable and exciting. The teaching team provided us with all the tools we... Read More need to kick-start our UX/UI design career change. The projects were relevant to what the market is in search for and allowed us to truly understand the Design Thinking Process. The extra-curricular tasks (portfolio, CareerWeek, Ironbeers) were also great additions to an already great experience. Thanks Ironhack!Read Less",,Unknown +293375,10828,ironhack,Abdurahman Alabdali,False,2022,IronHack Data Analytics Bootcamp,2022-09-27,5.0,5.0,5.0,5.0,"Remarkable experience. Loved the comprehensiveness of the program, it is intense as it should be, but various subjects to learn. Lead teacher (Kseniia) was one of the best instructors I have ever worked with, she truly is passionate and patient with the... Read More students. Ironhack staff are always ready and supportive, new activities every week, field expert speakers visited sometimes. Overall definitely recommend.Read Less",Data Analytics Bootcamp,Data Science and Analytics +293374,10828,ironhack,YuanLiu,False,2022,Great but intense course ! Amazing Teacher !,2022-09-27,5.0,5.0,5.0,5.0,"Had a great time at IRONHACK Paris , the Teacher Robin & Florien are very pro . Process and assignment were well designed , learning by doing project and great job support after . Good vibes in the classroom and every weeks event helped us build good... Read More connections .Read Less",Web Development Bootcamp,Web Development +293175,10828,ironhack,Lorena,False,2022,My Ironhack experience was like a rollercoaster,2022-09-21,4.3,5.0,3.0,5.0,"Hi everyone, I did a Web Development Bootcamp at Ironhack remote on July 2022. I started with no coding experience at all, so it has been harder for me than for some other students, I would highly recommend to see some Javascript before you join ANY Bootcamp.... Read More But it is supposed to be hard, this is what a Bootcamp is, a very hard and fast pace course, but anyone can do it if you really have interest. Personally for me has been one of the most rewarding experience that I ever had, I met amazing people along the way and I was super lucky to have really good teachers at Ironhack, they are super helpful and super friendly. We were a class of 20 people but we had 1 leading teacher and 2 teacher assistants, so we had no problem at all while solving doubts or needing extra help with any exercise. They also guide you on how to get a job afterwards, what is super important. Overall my experience has been great and I highly recommend doing a Bootcamp at Ironhack.Read Less",Web Development Bootcamp,Unknown +293171,10828,ironhack,João Cabral,False,2022,It was one of the most empowering experiences I have ever had,2022-09-21,5.0,5.0,5.0,5.0,"I really have to take some time to speak about the off-classes school structure, it was one of the best I have ever experienced. The organization is really supportive on the students necessities and thinks outside the box regarding learning procedures,... Read More for that we have to congratulate Ironhack. As for the classes, they are also well structured, with a well defined purpose which are practical exercises, being very clear how in a real world situation a data analyst should approach the situation. Thank you for your patience Ignacio and thank you for your constant clear feedback and suggestions, Maria. As for an improvement advice, I think Ironhack should dedicate more teaching time to MySQL, statistics and Tableau. Nevertheless if a student is pro-active the learning curve can continue to improve because the base tools are in fact mentioned during the classes.Read Less",Data Analytics Bootcamp,Data Science and Analytics +292845,10828,ironhack,Anonymous,True,2022,"Great experience, learned so much in just 10 weeks",2022-09-12,4.7,5.0,5.0,4.0,"It was such a great experience. I didn't have almost any coding experience, now after just 10 weeks I can call myself Full Stack Web Developer. The Teacher and the Assistants where great, always there to help. We had to build 3 projects during the Bootcamp,... Read More which helped a lot to actually use and apply what we have learned. Also we learned pair programming, to work in a team on the same project. I can recommend it to everyone!Read Less",Web Development Bootcamp,Web Development +292077,10828,ironhack,Valentin,False,2022,Very supportive teachers and intense learning experience,2022-08-22,4.7,5.0,5.0,4.0,"Shoutout to David and Gonçalo! - the best Data Analytics teaching team at Ironhack. The course is well structured and gives you all the basics of data analytics. However, sometimes you will feel lost and frustrated, with much work to be done, but you... Read More feel fulfilled after successfully delivering your projects. Don't forget that the bootcamp gives you the basics, and it is up to you to continue acquiring knowledge and skills in the field. I liked the part-time structure of the bootcamp since I had more time to spend understanding some of the concepts.Read Less",Data Analytics Part-Time,Data Science and Analytics +292070,10828,ironhack,Cristina Hurtado,False,2022,Web development,2022-08-22,4.0,4.0,4.0,4.0,"I have attended to the web development part time bootcamp and my overall experience is great, the main con have been the time, if you have a full time job you dont have enough time to pay attention to all the classes and deliver the labs on time, so you... Read More have to be super organized to have a great and full experience of the bootcamp. By other hand, they teach you a lot and you learn a lot of everything.Read Less",Web Development Part-Time,Web Development +291988,10828,ironhack,Anonymous,True,2022,"Amazing experience - Data Analytics Bootcamp (Part-Time, Remote)",2022-08-18,4.3,5.0,4.0,4.0,Many thanks to David Henriques and Gonçalo Jardim (Teacher Assistant) for being so professional and for their dedication during the whole bootcamp :) Amazing experience. It has been a roller coaster of emotions but it's worth it once you realize how much... Read More you have learned in 6 months. Totally recommended!Read Less,Data Analytics Part-Time,Data Science and Analytics +291974,10828,ironhack,Anonymous,True,2022,Ironhack Bootcamp,2022-08-18,4.7,4.0,5.0,5.0,I really liked the way this heavy stuff was delivered and broken into small amounts of knowledge. Also that not only the hard skills like programming languages but soft skills like how to prepare for job interviews are covered for me is very valuable.... Read MoreRead Less,,Unknown +291924,10828,ironhack,Jack Le,False,2022,A huge career booster - I learned essential skills for working in the digital industry,2022-08-17,4.7,4.0,5.0,5.0,"I'll have to say in short: This was the toughest program I have ever gone through, it was very much a bootcamp, just like the name says. Absolutely energy draining and very stressful, but you really get what you put in: A huge advantage in the digital... Read More job market. Never learned so many important key concepts and technologies before in my life in such a short timespan. I already had a job in the digital industry and quite some experience, but lacked the ability to code and understand code myself. The bootcamp curriculum and student material is top notch, you get plenty of opportunities to practice and put literally everything you learn to the test with very helpful support on demand from the teachers and assistant teachers. JavaScript is absolutely key and the prowess you gain is immense. Never at any point did something I learn feel like: ""Yeah, we just do it because it's in the curriculum."" - Everything was relevant for the job and really all modules complemented each other perfectly. However, I must say that the lectures and live codealongs were very energy draining due to the length (like 6-7 hours at a time) and the homework just put alot of extra workload on the students' backs. My eyes really hurt from the long screentime, although I'm super used to work computer jobs. Getting blocked after the teacher's working hours can be very frustrating, when nobody's really there to help and you need to finish mandatory homework. I expected something like a 40-45 hr week, but ended up getting more like a 60-hour-work-week (including weekends). For fast students it will feel like you are being slowed down by less advanced students, often there is no way to learn the lesson for the day self-paced/self-guided, though you could sometimes get permission to do that. The teacher's assistants are alumni, and if you are their first cohort, you will sometimes know that it's first time, when troubleshooting doesn't go that smoothly. If you are unlucky, it can sometimes not feel like the most professional experience. Otherwise, the organization is well run, the managers and lead teachers are super open to feedback and adapt quickly, everyone was always super friendly, polite and patient. For anyone who is willing to sacrifice a lot of energy, some health and social life for 3 months to go from zero to hero – DO IT. The experience was extremely rewarding, but also comes at a price. You can definitely change careers with this bootcamp, and if you want to upskill to reach new heights in your current digital job, this is the way to go!Read Less",Web Development Bootcamp,Web Development +291922,10828,ironhack,Begum Eryildiz,False,2022,Great and rewarding experience,2022-08-17,5.0,5.0,5.0,5.0,"It was an unforgettable and unique 11-week experience. The teaching team, not only are they amazing teachers but they were there to guide, and motivate. They prepare you for the real job market with very well-prepared course content. They do their best... Read More to make you a truly skilled web developer. I am very glad to have had this unique experience.Read Less",Web Development Bootcamp,Web Development +291917,10828,ironhack,Anonymous,True,2022,"A very comprehensive Web Development Bootcamp with Javascript, React, NodeJS, MongoDB, ExpressJS",2022-08-17,4.7,5.0,5.0,4.0,Ironhack's Web Development Bootcamp is incredibly comprehensive. Graduates are absolutely ready to jump in the job market as junior developers. The pedagogy and the content are really well structured. One of the best bootcamps for sure! I'm really greatful.... Read MoreRead Less,Web Development Bootcamp,Web Development +291895,10828,ironhack,Alberto Maraña,False,2022,A great bootcamp for who ones to start a new position in DA.,2022-08-16,4.3,5.0,4.0,4.0,"Pros: Great teachers, they encourage you to discover this world. Awesome colleagues from different countries and backgrounds. Focus on what is important for a job in this area. They give you the seed in every matter that is important now and in the near... Read More future. Cons: A bit hard in matter of time.Read Less",Data Analytics Part-Time,Data Science and Analytics +291886,10828,ironhack,Anonymous,True,2022,"Stressful at first but challenging, rewarding and fun!",2022-08-16,4.0,4.0,3.0,5.0,"The first week is the most stressful, you will actually cover the entire process of data analytics in week one itself. The lab will start from data cleaning to making a model by the end of the week. If you are truly dedicated to a career change, you will... Read More have to spend most evenings and nights working on labs. But as you keep repeating the same concepts over the 9 weeks along with learning additional methods to treat data you will get better. You do the labs in groups and its a very supportive environment. The pro's are you get to cover a variety of topics in data analytics and they are advanced topics so I would say its also more data science. The cons are its only 9 weeks so the schedule is very tightly packed and sometimes lectures are long so you will have to do labs in the evening after the lecture. If the bootcamp was extended by 1 week, I think it would then be perfect.Read Less",,Unknown +291872,10828,ironhack,Miguel Ferreira,False,2022,What an unbelievable journey!,2022-08-16,4.3,5.0,4.0,4.0,"Now, when I think about it, it seems impossible to have learned that much in just nine weeks. But I did! It was very intensive, a lot of work, but it was fun! My cohort couldn't be better. My teachers were awesome! There were days when it seemed impossible... Read More to deliver, there were other days when we were so tired that we could no longer think. But intensity like this has made us Data Analysts, guaranteed. We are now ready to take action in the field, beyond the deadline, under pressure and delivering good work. •Data Analysis using Python and more than 20 different libraries (Pandas, NumPy, etc. ) & MySQL/MySQL Workbench; •6 Data Visualisations projects(Tableau, Matplotlib, Plotly & Seaborn); •Built, Evaluated & Deployed more than 20 Machine Learning Models & Pipelines using Scikit-Learn; •Statistics; •Data Wrangling & Cleaning; •API & Web Scraping; •More than 30 different labs and more than 400 hours of on-hands work; •I built 3 different projects, 2 of which from scratch and one in partnership with a Human Resources company: •Song recommender using model trained with over 50 000 songs, using Spotipy (Spotify API) and KMeans; •Exploration analysis on Road Fatalities through Europe, building 3 different models, using MPL Regressor, KNN and Linear Regressor; •Used 7 different RH company databases to do an exploration analysis, build 1 model using, Decision Tree Classifier, that can enhance the certification process and improve their metrics. If you have the opportunity, do it! You won’t regret it.Read Less",,Unknown +290712,10828,ironhack,Anonymous,True,2022,Good,2022-07-15,4.0,4.0,4.0,4.0,"I did the part-time web development bootcamp from January to July 2022. It was an intense experience, learning the fundamentals of web development. Pros: - clear learning path - structured classes - experiences teacher + teacher assistants Cons: - you... Read More won't have a social life but it'll be worth it.:)Read Less",Web Development Part-Time,Web Development +290576,10828,ironhack,Camille Coeurjoly,False,2022,"Life-changing, intensive and thorough learning journey at Ironhack with an amazing teaching staff",2022-07-11,5.0,5.0,5.0,5.0,"Pros: - Part-time - Lots of resources available and also encouraging you to be a self-learner and to find out info by yourself which is a great skill to have not just as a student but as a skill. - Hands-on learning with case studies and projects - Competent... Read More teaching staff - Helping with the Job search once the bootcamp is over (meeting alumni, helping to know the job market, tips for CV & Cover letter, sharing profile with partners) Cons: - Quite expensive but they do offer different payment scheme to help with thatRead Less",Data Analytics Part-Time,Data Science and Analytics +290573,10828,ironhack,Javier Huete Hernani,False,2022,"Cybersecurity Bootcamp, remote. A great experience overall",2022-07-11,4.7,5.0,4.0,5.0,"Just finished Ironhack's Cybersecurity Bootcamp and it was an overall great experience. The content was a lot, but never felt overwhelming. Lots of labs and guided hands on practices that gives you a good understanding of the tools that you are going... Read More to need in the work. Great job support, during and after the bootcamp finished. The facilitator was always there when needed and you feel very accompanied all the way. Highly recommendedRead Less",,Unknown +290330,10828,ironhack,Esteban Javier Basili,False,2022,"Very supportive teachers, up-to-date content and a great community",2022-07-04,5.0,5.0,5.0,5.0,"I have attended the Web Development Bootcamp Full-time Remote from May to July 2022, and the overall experience was definitely more than satisfactory. Still on the week after being done, the excitement is still there! As a very intensive bootcamp, there... Read More were times when you feel the tight schedule, but fortunately I had my teachers and classmates supporting and cheering us all the time and the content was easily available at the platform. The hands on approach is in my opinion the best way to learn programming and teamwork, and the course's structure is well thought. Don't hesitate to join if you feel like diving into the tech world.Read Less",Web Development Bootcamp,Web Development +290138,10828,ironhack,Maria,False,2022,Worst Staff,2022-06-27,1.0,1.0,1.0,1.0,"I was a student at Ironhack BCN and the worst experience I had was with the admin staff, especially the Program Manager and the General Manager. They're careless about the students, make too many mistakes, and it seems like they're not focused on their... Read More work or they're just useless. For such a pricey course, they should hire better staff and more passionate people. The teachers and TA were very hardworkingRead Less",UX/UI Design Bootcamp,UX/UI Design +290136,10828,ironhack,Anonymous,True,2022,Below par education and service,2022-06-27,1.0,1.0,1.0,1.0,"There is a lot being said of Ironhack lately and hearing from most of the graduates, I had the courage to write this down. The whole bootcamp is a blatant lie. There isn't any really education, whatever is being taught is purely a marketing gimmick to... Read More show that 9 weeks is all it takes to change careers. The 9 weeks are just to get started with the basics. There are bootcamps that teach for over 20-30 weeks with the same price but the knowledge gained it far better. Do not fall into the trap that people land jobs after Ironhack like I said. Those that get a job all had some previous coding experience or the company was just a small one. The career hack was full of so many promises but lacked a lot. The career coaches have no clue on how a tech interview takes place nor have they ever applied to any tech job. My 2 cents from the entire experience would be save your money and do some Udemy courses. They are same. Ironhack boasts about it's network, but you're free to go for their meetup and events, or better go for in general tech events in your city. They are far more productive and rewarding.Read Less",Data Analytics Bootcamp,Data Science and Analytics +290089,10828,ironhack,Anonymous,True,2022,What you see on the website is not the reality,2022-06-25,1.0,1.0,1.0,1.0,"I was a student at Ironhack BCN and the worst experience I had was with the admin staff. They're careless about the students, make too many mistakes, and it seems like they're not focused on their work or they're just useless. For such a pricey course,... Read More they should hire better staff.Read Less",Web Development Bootcamp,Web Development +290088,10828,ironhack,Anonymous,True,2022,A terrible online learning experience,2022-06-25,1.3,2.0,1.0,1.0,"This was a costly online course I have ever attended. They are only looking to fill their pocket and not thinking about the student learning process at all. Classes were overcrowded, instructors were nice and so were the TA's but the content itself was... Read More very underwhelming. 9 weeks is way too little to transition into tech. Those that land a job are all that have previous coding experience and some connections with recruiters. The bootcamp in really overpriced and I wouldn't rather no recommend IronhackRead Less",Data Analytics Bootcamp,Data Science and Analytics +290085,10828,ironhack,Anonymous,True,2022,Underwhelming experience,2022-06-25,1.0,1.0,1.0,1.0,"The company has done a good job to maintain the brand image on social image but does a pathetic job at educating and helping people change careers. All the students in my class had to work hard even after the bootcamp since most of the things covered... Read More in 9 weeks are barely enough to land a job. We had a teacher that was a past student itself, with less than a year of industry experience and the paying the price of 7500 Euros to learn from a past student wasn't worth it. The course seems deliberate and squeezed in 9 weeks for marketing purposes. I'd suggest choosing another provider over this one. The Program managers and staff and least bothered of the complaints that we write on a weekly basis. Their goal seemed to just get money out of the students and somehow have them graduated.Read Less",Web Development Bootcamp,Web Development +290083,10828,ironhack,Kevin Rodriguez,False,2021,DO NOT WASTE YOUR MONEY OR TIME,2022-06-24,1.0,1.0,1.0,1.0,"Everyone at the school is very friendly so nothing is their fault though the experience was very disappointing. They were not organized every one I came in contact with was a new employee. We were my instructor's first class ever, he had never taught... Read More before. We were supposed to have a classroom assistant and never did. We were supposed to present our final projects to local companies and never did. We were supposed to interview with local companies and that never happened. Overall it was not worth the 10k. I hoped after graduating they would help us get interviews but even after I did everything they requested I was only given 2 interviews and they were both paying $0 internships. I was trying to change careers leaving a well-paying job. I could only ever recommend this Bootcamp if you're just graduating High School and have no plans to ever go to College. Definitely do not expect any actual job opportunities or assistance after the program they will just recommend you to go to job fairs. Out of 10 people in my class, only 2 landed jobs that were on their own. One had connections from before the course and the other already had a Degree in Engineering... the rest went back to previous employment outside of Tech. DO NOT waste your money and time... if you are serious about breaking into tech take the free courses online and build projects. That is what they will tell you anyway after you graduate.Read Less",Web Development Bootcamp,Web Development +289845,10828,ironhack,João Nacho,False,2022,I create super cool UIs,2022-06-17,5.0,5.0,5.0,5.0,"I attended the ironhack webdev bootcamp in part time so that it was possible to maintain my full time job. The experience was perfect, the teachers there are awesome, the staff is incredible and i got the opportunity to meet new people and make new friendships... Read More for a life time. The first module is a bit overwhelming since there are a LOT of new things to cover, but dont panic, trust the process and enjoy the ride. By the end of the bootcamp, you'll be able to do amazing things easily.Read Less",Web Development Part-Time,Web Development +289717,10828,ironhack,Iñigo Muñoz Jimenez,False,2022,My experience was great,2022-06-13,4.0,4.0,4.0,4.0,"I had an incredible experience at this bootcamp. I never thought that after such an intense 9 weeks I would be able to create a full stack app from scratch. One of the main pros for me have been the teachers. They have been amazing and their support and... Read More teaching have really marked my evolution and learning. The downside is the time, but when you sign up for this bootcamp you know from the first minute that time will be something that will not be left over. Overall I am very proud of what I have achieved and I think that doing this bootcamp has been one of the best decisions I have ever made in my life.Read Less",Web Development Bootcamp,Web Development +289703,10828,ironhack,Anonymous,True,2022,La mejor decisión de mi vida,2022-06-13,5.0,5.0,5.0,5.0,"Es una de las mejores decisiones que he tomado en mi vida. El Bootcamp es muy apropiado para aquellas personas que se quieran iniciar en la programación web y yo lo recomiendo al 100%, ya que está muy bien estructurado y la enseñanza es totalmente apropiada.... Read More Como contra diré que su precio es elevado, pero merece la pena y además dan bastantes opciones para hacer frente a los pagosRead Less",Web Development Bootcamp,Web Development +289699,10828,ironhack,Carolina Lopez Carvajal,False,2022,The most reveal experience,2022-06-13,5.0,5.0,5.0,5.0,"I needed turn my life upside down and remake again, and this course allowed my to do that and more. I am more than happy with the experience, the knowledge this gave me to front my new professional roll, and the people nowadays are part of my life. I... Read More would take the same decision every time!Read Less",Web Development Bootcamp,Web Development +289674,10828,ironhack,Ana Belen Jover Ballester,False,2022,The best experience of my life,2022-06-11,5.0,5.0,5.0,5.0,I have all prods and none cons for my experience in this program. I dont have any regret about these 9 weeks. I've learn a lot with my precious companions with our wonderful teacher. I recomend totally this bootcamp because this experience and this knowledge... Read More don't have price. Totally recomended.Read Less,Web Development Bootcamp,Web Development +289606,10828,ironhack,Anonymous,True,2022,An amazing and intense learning experience!,2022-06-09,4.7,4.0,5.0,5.0,It was an amazing experience to learn from great teachers who have a lot of world culture and knowledge in the data analytics area. It was even more rewarding to be able to daily put knowledge into practice while working with incredible classmates and... Read More observing our own evolution and improvement in the coding and data world.Read Less,Data Analytics Bootcamp,Data Science and Analytics +289376,10828,ironhack,Sepideh Attar,False,2022,That was PERFECT!,2022-06-02,5.0,5.0,5.0,5.0,"I can say that everything was planned, students with any level of understanding could benefit from this course. Their projects showed everything. And for me ... I really hate spending a lot of time learning, Everything was great and I could switch from... Read More a photographer to a tolerable junior MERN-stack developer just in 9 weeks,,, and this is unbelievable!Read Less",Web Development Bootcamp,Web Development +289325,10828,ironhack,Anonymous,True,2022,Amazing experience,2022-06-01,4.3,5.0,4.0,4.0,"It was an amazing experience, it was very difficulty to manage work and bootcamp but at the end it compensated a lot. The most challenged part was indeed labs and project at the same time and for the part-time that everyone is working at the same time.... Read More The most amazing part was the environment and the availability of all of teachers. One suggestion is the ironhack student portal has a lot of links not working plus images not available.Read Less",Data Analytics Part-Time,Data Science and Analytics +288655,10828,ironhack,Raúl Alonso Merino,False,2022,Wonderful experience in the best Bootcamp!,2022-05-11,5.0,5.0,5.0,5.0,"I do not have any bad words about this Bootcamp. Ironhack has given me the tools and knowledge to start a career in the Software industry. I even started working as a Software developer before finishing the Bootcamp! I learned lots of new tools and frameworks,... Read More and also how to do interviews and prepare for the professional world. I would do it again if I had the opportunity, everything was perfect. Thank you so much Ironhack!Read Less",Web Development Part-Time,Web Development +288625,10828,ironhack,Samuel Eduardo,False,2022,"Intense, dedication and passion",2022-05-11,5.0,5.0,5.0,5.0,"It was a great experience, we covered a lot of material that enabled us to learn more effectively. The manuals provided were amazing as well as the Teacher + TA. 5 stars. The way the program is structured really helps develop the knowledge base in a slow... Read More good pace.Read Less",Web Development Part-Time,Web Development +288601,10828,ironhack,Ståle Bjørdal,False,2022,An exceedingly frustrating and incredibly fun learning experience that's become a pivotal part of my life.,2022-05-10,4.0,4.0,4.0,4.0,"Having chosen convenience over passion in my job life thus far, I realised that I needed to reconnect with my creative side, and web development seemed like a great fit. I think it's possibly the best decision I've made so far in my professional life.... Read More I'm incredibly proud of myself for having gone through with this intensive web development bootcamp. Having learnt so much about code and how to approach problems differently has made me excited to begin this adventure into web development.Read Less",Web Development Part-Time,Web Development +288597,10828,ironhack,Anonymous,True,2022,Best student experience I've ever had,2022-05-10,5.0,5.0,5.0,5.0,"This has been a very good student experience. During these 6 months there's was hard work, dedication and so much learnings from all parties. The TA's were amazing, great help and always so patient and understanding. The Teacher was awesome! So down to... Read More earth, cool guy, very easy to work with. Never had any problems with anyone at Ironhack. All the student portal content and class content was always so organized and straight to the point. I learned a lot thanks to all and now I'm hopeful for the future!Read Less",,Unknown +288560,10828,ironhack,Alexandre Rajic,False,2022,A great yet demanding experience to kickstart a new career,2022-05-08,4.0,4.0,4.0,4.0,"I have just completed the full-time in-person UX/UI Design bootcamp in Paris, and I would like to share my review with switchup visitors. This bootcamp represents a meaningful period of my life, where I have learned a lot (professionally and personally)... Read More and also tested my own limits, outside my comfort zone. Pros: • The bootcamp structure allows you to retrain in a couple of months. • The quality and quantity of the learning resources (courses, etc.) is great. • In Paris (the only Ironhack campus I know), the teaching team is incredible, kind and understanding. • You work on projects, bridging the gap between theory and practice. • You are in a student environment (even though the final project is for a real client), and that allows you to fail and learn. Your fellow students will be one of your strengths. Cons: • The bootcamp is intensive, the pace is steady and fast, you need to know that (and to know yourself) before jumping into such a course. It is much better to have a stable and supportive personal environment when you start a bootcamp like this one. Be prepared, and manage your energy & time, it's a both a marathon and a sprint. • There's a lot to learn in a small amount of time, you have to love learning (and to be able to stay attentive in a classroom environment). • If you struggle with digital tools and concepts, you will be hindered by this. So, all in all, a great experience, not for everyone of course, but that can prove useful to kickstart a new career in UX/UI Design. (I must state that I come from an IT background, and that I am comfortable with the activity of learning things in a classroom.)Read Less",UX/UI Design Bootcamp,UX/UI Design +287921,10828,ironhack,Kevin Le Scornet,False,2022,Ironhack UX/UI student,2022-04-21,4.3,5.0,4.0,4.0,A very good formation to enter the industry. You won't be an expert imediatly and need to learn a lot by yourself but you get a jump sart and all you need to grow more. Also good to start creating a network and the training through real life situation... Read More is really efficient.Read Less,UX/UI Design Part-Time,UX/UI Design +287519,10828,ironhack,Anonymous,True,2022,A very rewarding bootcamp,2022-04-08,3.7,4.0,4.0,3.0,"I really liked the global vision brought by the learning of the technical stacks, both front-end and back-end. My teachers were particularly pedagogical and very available with a very rich IT culture which they made us benefit from. The course platform... Read More is very intuitive and complete. The administrative team is always available. This bootcamp is a great experience: both professional and human.Read Less",Web Development Part-Time,Web Development +287001,10828,ironhack,Anonymous,True,2022,Great Course for Beginners,2022-03-22,4.5,4.0,5.0,0.0,"I did Ironhack Data Analytics Part-time Bootcamp in Paris. The prework was quite long and heavy but is necessary to prepare you for the course. The course is well structured and gives you all the basics in data analytics. The teacher was cool and available... Read More whenever we need help, especially during projects. However, I wouldn't say you will become a data analyst after the course. You need to practice and work on more projects + maybe start at entry level to get what a data analyst does.Read Less",Data Analytics Part-Time,Data Science and Analytics +286993,10828,ironhack,Eva Degano,False,2021,Great experience,2022-03-22,4.7,5.0,4.0,5.0,I did Ironhack's part-time Full Stack Web Development bootcamp in 2021-2022. The teacher was great and course was well-structured. I definitely recommend it if you want to become a web developer or just get skilled at programming to add to your skill... Read More set.Read Less,Web Development Part-Time,Web Development +286908,10828,ironhack,Anonymous,True,2022,Web Dev 2021 Aug Part Time,2022-03-18,4.0,4.0,4.0,4.0,"Paris August 2021 cohort I followed Ironhack courses on a part time format. It was a great experience, courses are really detailed and you have the tools to work properly. Also a follow up is done after the bootcamp. The cons would be that if you have... Read More a full time job, it is hard to manage everything even on a part time bootcamp. You have to be ready to put the work in. Otherwise the quality of the bootcamp is great and having the live coding test interview to pass the exam upgraded the value of the degree.Read Less",,Unknown +286798,10828,ironhack,Anonymous,True,2022,Amazing nine weeks,2022-03-15,5.0,5.0,5.0,5.0,"I can only recommend this course to anyone who wants to take their skills to the next level. we had very experienced teachers and good supervisors. It was very challenging, but I can only say that it was worth it. I can say that I've made friends for... Read More life here.Read Less",Data Analytics Bootcamp,Data Science and Analytics +286783,10828,ironhack,Anonymous,True,2022,Couldn’t think of a better way to start a new chapter in web development! Great program overall with very good learning material and very capable and caring teaching staff!,2022-03-15,4.3,5.0,4.0,4.0,"Pros: Teaching staff - caring and very capable! Learning process is amazing! Thoughtful learning material - kept uptodate constantly Projects makes fun and makes you learn a lot! Commitment of all students! Cons: 9 weeks sound long, but is not! :) Wish... Read More to have a further course!Read Less",Web Development Bootcamp,Web Development +286773,10828,ironhack,Anonymous,True,2022,Intensive Bootcamp,2022-03-14,3.3,4.0,4.0,2.0,"I have just finished the UX UI bootcamp remotely. It was quite intense at the beginning and felt a bit overwhelming in week 2-3. However, you get used to it. I definitely don't regret that I have chosen the full-time experience to fully immerse myself... Read More into the topic. Having no design background at all (In contrast to some other students of the cohort) I was struggling a bit with the user interface design part on Figma. For me the pace in the class was just too speedy and I had to catch up and practice a lot on the weekends. So be prepared tow rok evenings and weekends to keep up with the weekly deadlines. It is great that Ironhack offers such a course remotely. We were a small group of 11 people only, which I liked. There are some other cohorts with 21 people too... I was lucky enough to get this bootcamp paid by my employer. However, I am not so sure if I would have attended it if I would have had to pay the entire amount from my own pocket. For the career services I haven't herad so much promissing things, but i haven't attended it yet. But as always, you - yourself - are in control and take responsibilty of finding your job. However, there are other training providers that organzize some kind of ""company speed dating"" so that you have a chance to practice some real interviews with them and build up connections. I woul have expected Ironhack to offer the same.Read Less",,Unknown +286654,10828,ironhack,Sameer Aladoofi,False,2022,Bat attitude,2022-03-10,1.0,1.0,1.0,1.0,I was very interested in the Data Analytics Bootcamp. After long research I decided to go with Ironhack and applied. I've been contacted with someone named Ariana Quintana to have a meeting and assist me in my application. The application began smothly... Read More but slowly turned down hell when I started asking about the course and curriculum. She was very rude and said why are you asking about Tabloue? didn't you read our Syllabus? if you are interested stuyding Tablou you shouldn't have contacted us because we don't teach it. I told her but is in the Syllabus ! and questioning my intelgiance by not reading the Syllabus. eventually she saw Tablou written in the Syllabus and said I don't know why it's there but we don't teach it. At the end I had enough with this employee and her attitude and told her I am no longer interested in attending your school ! she said well we don't want people like you too. Then asked her please to no longer send me the assisment test and hanged the meeting. I urge people in charge of Ironhack to rreevaluate this employee and give her some classes on how to talk to people and if the meeting was recored please check the way she talk to see it yourself. ThanksRead Less,Data Analytics Part-Time,Data Science and Analytics +286102,10828,ironhack,Dafne Lopez,False,2022,It was fast and furious! And very insightful,2022-02-22,4.7,5.0,4.0,5.0,"Recently I became a proud Ironhack Alumni! I did the UX/UI Design Bootcamp in Paris (remote). I come from a business background where I learned many of the tools we used during the Bootcamp but applied in different contexts. I want to share with you some... Read More of the main insights after having lived this experience. PROS • The Ironhack crew is incredible, everyone is kind and understanding, and always open to help. • They emphasize the importance of mental health during the Bootcamp, I really appreciated that. • You have a lot of documentation for all of the different topics touched during the Bootcamp. • Careerhack guidelines and tools are on top. CONS • The pace is fast! Keep in mind that it will feel like jumping from one thing to the next, but at some point everything will connect, trust me. • The format is not adapted to different types of learning. The motto is ""learn by doing"", which is great! But if you are a person who learns differently, it might be a little hard for you to grasp the info, since it can be a lot to take in. • If it is your first time interacting with subjects like Design Thinking, Lean, etc... It can be a little overwhelming. • If you have never used any design software (like Photoshop, Illustrator, etc.), you may take a little longer to understand with Figma. I suggest practicing and discovering the software on your own before the Bootcamp. SUGGESTIONS • Organize your days. Do you consider yourself an unorganized person? Find a method that works for you, otherwise, you'll find yourself overwhelmed with many To-Dos. • Take time for yourself. Find time to do those things that recharge your energy because, as I just mentioned in the previous point, you can easily find yourself feeling overwhelmed. • If you have time before the Bootcamp, use it! Go through all the Careerhack tasks, this will make your life easier later. Also, I would definitely contact Alumni to learn about CVs, LinkedIn, Portfolios, or even ask about topics and tools that you don't know or would like to know better. If you do all these things in advance, you'll save a lot of time and feel less overwhelmed. You will learn many things (I hope) and have the opportunity to connect with amazing people with completely different backgrounds and personalities. Find and use methods that work for you, ask for help if needed, keep in mind that communication and empathy will be very important, and enjoy the ride because even though it feels like it will never end, it will. So to conclude, personally this Bootcamp meant a lot to me, academically, professionally, and personally. It helped me get back on track, I learned a lot even though I already knew the tools we were using, and I met incredible people! I totally recommend the UX/UI Design Bootcamp at Ironahck.Read Less",UX/UI Design Bootcamp,UX/UI Design +285885,10828,ironhack,Maxime Guitton,False,2022,Intense and worth it,2022-02-15,5.0,5.0,5.0,5.0,"When I applied to the data analytics programm I had 2 goals : learn as much as possible and get access to the Ironhack network. After completed this program I am twice (probably more) the data analyst I was, I have now access to a great active network... Read More Alumnis . The program is intense, you need to be motivated if you want to follow it. The teachers and Ironhack staff are great and always available to help you. Sometimes you feel lost, frustrated, with a lot of work ( it is a 7 days / week job). So I would recommand to do some data analyst projects on your own before entering the bootcamp to see if it is really your thing. If it is then go for it, you'll survive, and at the end you will be definitly ready and confident to tackle the job market.Read Less",Data Analytics Bootcamp,Data Science and Analytics +285883,10828,ironhack,Anonymous,True,2021,Instense,2022-02-15,5.0,5.0,5.0,5.0,"En 9 semaines nous avons appris beaucoup de chose. HTML, CSS, React, HandleBar, c'est intense mais faisable si vous êtes motivé. Les TA sont patients est disponibles pour vous aidez. Nous avons fait trois projets un seul puis les deux autres en groupe.... Read MoreRead Less",Web Development Bootcamp,Web Development +285882,10828,ironhack,Albane Casalta,False,2022,One of the best decision of my life !,2022-02-15,4.7,5.0,5.0,4.0,"It's been an amazing experience. learning new skills is great, especially when it's in a very friendly casual atmosphere. We had chance to have good and patient teachers. I've learnt a lot and it gave me back confidence. This is really intense and hard... Read More work but it definitely worth it ! I will recommend it to anyone !Read Less",UX/UI Design Bootcamp,UX/UI Design +285879,10828,ironhack,Jing Chen,False,2022,Best educational experience ever!,2022-02-15,5.0,5.0,5.0,5.0,Ironhack is the best school I’ve ever attended so far. The teachers & staff are always in a very energetic and motivating mood which I find really nice. Also they really help us with the career part. I’ve learned a lot about UX/UI design in just 9 weeks!... Read More Amazing experience!!Read Less,UX/UI Design Bootcamp,UX/UI Design +284372,10828,ironhack,James,False,2021,From teacher to UX/UI designer in 9 weeks,2021-12-21,5.0,5.0,5.0,5.0,"I came into the Ironhack full-time remote bootcamp for UX/UI design from a teaching background, and 9 weeks later left with the skills and confidence to start a new career in the tech industry. It was a brilliant experience, well designed and expertly... Read More delivered by the teaching staff.Read Less",UX/UI Design Bootcamp,UX/UI Design +284341,10828,ironhack,Hugo Michon,False,2021,Exhausting but worth it,2021-12-20,5.0,5.0,5.0,5.0,"I did a full time remote bootcamp for cybersecurity and it was great. Our facilitator was the best, always present always smiling. Each day I was feeling like more and more knowledgeable about our module and the news I was reading. It feel great to understand... Read More more and moreRead Less",Cyber Security Bootcamp,Cybersecurity +284279,10828,ironhack,Kimera Joseph,False,2021,Build ETL/ELT pipelines,2021-12-18,4.7,5.0,4.0,5.0,"Pros - Great tutors. Lead teachers and tutors are great, supportive and understanding - industry relevant content. Learnt in-demand skills - Various options (remote). I studied remotely - Amazing cohort mates. Made great friends - Very support Teaching... Read More assistants. Queen Erin and Jo were great - Iron Hack actively seeks and values feedback - Great career services. Career service team is great especially Inese. Cons - Needs more focus on data visualisationRead Less",Data Analytics Bootcamp,Data Science and Analytics +283970,10828,ironhack,Anonymous,True,2021,"Although there are some things I suggest to improve, I really enjoyed the time at Ironhack and it gave me new skills and great network with ironhackers.",2021-12-07,3.7,4.0,4.0,3.0,"Pros - Abhi is really talented as a teacher. He is always open for any questions (from very beginner to advanced). he will explain again and again until we really understood it. - TA's are very positive and kept our motivation good. Cons - I felt that... Read More the TA's are not able to use their full potential to help us. They are so busy with marking the Labs from all students (all feedbacks were very high quality :D) therefore it was difficult to reach them when i had questions. - TA's are joining the class but they are marking the labs usually... so i am wondering if it was necessary for them to join. - Part-time students usually have time in the very early morning or lunch time or in the evening to study. During these times, it would be even better if we can reach TA's and get help when needed - Class of Tableau is honestly too light.Read Less",Data Analytics Part-Time,Data Science and Analytics +283920,10828,ironhack,Pekka Tiitinen,False,2021,Amazing experience,2021-12-05,4.7,5.0,5.0,4.0,"Very in depth content and a hands on approach to learning web development. A lot of valuable theory is covered and you get to build a lot on your own too. The content is quite intense but if you have the motivation to put enough time into it, you’ll solidify... Read More the skills taught in the bootcamp.Read Less",Web Development Part-Time,Web Development +283888,10828,ironhack,Anonymous,True,2021,"Overall good experience, a few things to improve",2021-12-03,3.7,4.0,4.0,3.0,"Pluses: - a lot of things are covered during 9-weeks bootcamp, I wouldn't be able to push myself to learn this much on my own - a lot of opportunities to practice knowledge (many labs and additional lessons for quick learners that need more challenges)... Read More - teachers try to adjust to everyone (fast learners receive additional challenges, people that need more time to understand concepts receive additional support) - at the end you have 3 nice projects in your portfolio Minuses: - career-week wasn't the greatest experience - it wasn't very helpful for someone that has already been looking for an office-job and had an office-job before - lack of help to prepare for technical interviews (very important in WebDev) - no opportunities to meet companies' representatives that are looking for employees - often we were behind the curriculum and/or we had to skip specific topics to make it in time - pre-work that should prepare the student for the bootcamp was outdated and very hard to follow - the material weren't explained well enough and left me with a lot of confusion (even though I had some exposure to WebDev prior to starting) - pair-programming wasn't explained well so it made it difficult to work in pairs effectivelyRead Less",Web Development Bootcamp,Web Development +283886,10828,ironhack,GASZTOWTT,False,2021,Great !,2021-12-03,3.7,4.0,4.0,3.0,"I really enjoyed my whole experience at Ironhack for these reasons : - the administration team was very enthousiastic and reactive - the teachers were very attentive and benevolent - we had a great team spirit and a nice work atmosphere - we were only... Read More 12 in the session and it's a advantage not to be too many - I learned a lot !! However, there are some ways to improve the experience : - In fact, I would have prefer the lead teacher not to be remote (even if he was very available) - Only 1 teacher assistant for 12 persons was not enough as the lead teacher is not present during the afternoon labs (and I understood that there is normally 1 TA for 10 persons) - People can choose their projects team and I don't think it is the best option because you can easily find yourself in a group with a very low level and as nobody is really able to lead it, it's frustrating and you have to ask help from the teacher all the time. It also generates tension between people of the group. I think the composition of the project's group should be more balanced. - The career week was not so helpful in my opinion - The last part on React program was approached too quickly Thank you !Read Less",Web Development Bootcamp,Web Development +283885,10828,ironhack,Marc Ramos,False,2021,Un excellent moyen d'acquérir de bonnes bases nécessaires au métier de développeur web !,2021-12-03,4.3,5.0,4.0,4.0,"Participer à un bootcamp est une véritable aventure, et Ironhack nous accompagne très bien ! Les ressources mises à disposition avant le début du bootcamp (le pre-work) permettent à tous les étudiants de débuter avec les mêmes bases (html, CSS et notions... Read More de JavaScript). Cette première étape n'est pas à prendre à la légère, car elle permet de s'habituer à son rythme aux nouveaux languages qui seront étudiés pendant le cursus (compter une soixantaine d'heures pour tout réaliser). Le programme est très axé sur le JavaScript, ce qui permet de développer la logique nécessaire à la programmation. Il est important (voir indispensable) de lire les cours du lendemain, afin de se familiariser avec les nouvelles notions quotidiennes. C'est un travail supplémentaire certes, mais c'est une étape importante pour ne pas décrocher pendant le bootcamp ! Le rythme étant vraiment très soutenu, un moment d'inattention peut faire perdre beaucoup de temps ensuite, pour revoir la notion qui a été laissée de côté. Il est important de se rendre compte que, pendant ces deux mois, on parcourt énormément de notions différentes, de concepts nouveaux et de logiques auxquelles nous ne sommes pas forcément habitués. C'est très dense, et pourtant, ce n'est que la partie émergée de l'iceberg ! Ironhack prépare très bien au métier de dev, mais c'est à chacun d'approfondir ses connaissances en parallèle. Au-delà du programme, l'espace de travail est cool (espace partagé, type WeWork), le staff d'Ironhack est vraiment sympa et dispo si besoin. Mentions spéciales aux soirées Iron Beer du vendredi soir, qui permettent de décompresser ensemble après une semaine bien chargée... C'est aussi l'occasion d'échanger avec toute la promo, les élèves des autres formations, et de développer un réseau de pros et d'amis. Car c'est bien là l'une des forces de ce bootcamp : se donner à 2000 % pendant plusieurs semaines, travailler dur, travailler dur et encore travailler dur, mais travailler dur et apprendre avec des personnes qui ont le même objectif et qui passent par les mêmes galères, être épaulé par une équipe pédagogique au top et pouvoir compter sur la communauté passionnée d'Ironhack ! Un super endroit où apprendre à coder !Read Less",Web Development Bootcamp,Web Development +283876,10828,ironhack,Sarah G,False,2021,Intense but enriching!,2021-12-03,3.7,4.0,4.0,3.0,"As the bootcamp is divided into different phases, I'm going to divide my feedback for each one: 1. The pre-work The pre-work needs to be done on Ironhack's platform. The courses are very clear and the exercises manageable on our own. It was intense to... Read More start with, but very important to complete it as it helps a lot to get prepared for the bootcamp. I recommend to take more time than advised if you don't want to do it in a rush. 2. The courses: The courses are well constructed and understandable. All of the teaching staff is very professional, understanding and responding to all our questions which is great as we all come from different backgrounds and therefore do not have the same approach to design. We learn theory and practice it through different projects in parallel which is nice to really get into the work and also learn to work on projects with different people. We work on the whole Design Thinking process which gives us the opportunity to practice both UX and UI and get a good knowledge at the end of the bootcamp. 3. Careehack: The career week was interesting and we had some good advice for our job research, though very general. It is sad we did not work more practical exercises related to UX/UI Design that we can have during job interviews. I also regret the fact that the tool we are given to improve our CVs is not adapted to French CVs and the platform content is not up to date. 4. Hybrid campus: We had the opportunity to follow the courses both on the campus (which is very nice) and in remote. I really enjoyed having these 2 options which were both well organized. If I had to give recommendations to anyone who want to start this bootcamp it would be: - Be ready to work a lot (but keep in mind it is just for 2 months and then you'll get great new skills), - Be open-minded and adaptable, - Get ready to manage changing emotions (yours and others), - Take some time for yourself, - Don't be afraid to ask questions. Overall, I had a very good experience at Ironhack Paris, very intense for sure (but that is what I expected as it is a bootcamp), but enriching in terms of learning, practicing and also on a human side.Read Less",UX/UI Design Bootcamp,UX/UI Design +283875,10828,ironhack,Jacqueline Coriano Garcia,False,2021,It’s been a great career path change experience in which allowed me to learn a lot not only from my the staff but also from my colleagues.,2021-12-03,5.0,5.0,5.0,5.0,"It’s been such a great learning experience. The energy among the staff of Ironhack is incredibly contagious. The curriculum is very well structured and make the learning process very smoothly. It was great to be able to work together as a team with colleagues... Read More and the staff. It was great to be able to learn from each other’s and been given the opportunity to work a great diverse group of people from different culture and different professional background. Love the Ironhack beer which is a great opportunity to bound with others Ironhackers. I will most definitely recommend to consider to organize activities outside the campus, it will great opportunity to bond and get to explore hidden treasures to the beautiful city of Paris has to offer. #ironhackmonfamiliaRead Less",UX/UI Design Bootcamp,UX/UI Design +283846,10828,ironhack,Anonymous,True,2021,An intense bootcamp and a great human adventure,2021-12-02,3.7,4.0,4.0,3.0,"A great programm well designed. Lesson support is clear and teachers bring the rest that is required. Nevertheless, it is a shame that the TA was alone for this session making it harder to be help when needed. For the next session i think that 2 TA is... Read More the minimum. Thanks for everything !Read Less",Web Development Bootcamp,Web Development +283696,10828,ironhack,Marie Popoff,False,2021,"Great experience, super pedagogical team, intense",2021-11-26,5.0,5.0,5.0,5.0,"I really recommend Ironhack for all those who want to switch career to become a web developer. You have to be prepared to an intense pace during 9 weeks, with a mix of theory and practical. But you learn so much ! The pedagogical team is amazing, always... Read More here to help you.Read Less",Web Development Bootcamp,Web Development +283695,10828,ironhack,Hang ZHANG,False,2021,A short but full experience,2021-11-26,4.3,4.0,4.0,5.0,"I started learning programming from zero. I was not used to it at first, and I struggled to learn it, and I still had to spend a lot of time reviewing it at home. But when I finished my first project, I started to get used to the pace and didn't feel... Read More as overwhelmed as I did at the beginning. The course here is very intensive and you are learning something new every day, so you still need to keep going on the weekends during these 9 weeks.Read Less",Web Development Bootcamp,Web Development +283694,10828,ironhack,David Lancheros,False,2021,Amazing!,2021-11-26,5.0,5.0,5.0,5.0,"Ironhack is the right place to be if you want to learn innovative technologies and frameworks but not only in a theoretical way, but in a way that is more practical, this way will give you a lot of advantages like create your portfolio with interesting... Read More projects and learning by doing. Another interesting aspect of Ironhack was the staff they are always for you and the environment is always convivial, if you have any problem or some question you know that you will have always and answer or a solution. Finally i had a great experience even if do a bootcamp is really hard and sometimes you feel overwhelmed. There is only thing that i would like to change and that is have more time to pass there because it become a second home for me.Read Less",Web Development Bootcamp,Web Development +283693,10828,ironhack,Anonymous,True,2021,The program is very well structured and I acquired a powerful toolbox to pursue my career as a Product designer.,2021-11-26,5.0,5.0,5.0,5.0,"Glows: - I really appreciated the format. A 9 weeks intensive bootcamp is perfect to gain time and be operational quickly. - The program is very well structured and I acquired a powerful toolbox to pursue my career as a Product designer. - The class is... Read More eclectic, we are all from very different background and countries. Grows: - The project groups: we are too many to work on a same project, 4 in total. And as we have the same role, it's hard to move forward on the next steps, we have to do a lot of compromise and in the end, we don't always offer the best solution because it's a mix of all of our ideas. It's not like in real life, usually you have a decision-maker who decides. - The lack of vison: the program is very academic, we have our homework/goals of the day but no visibility on the next steps. It's quite disturbing because in my case, I like to anticipate and to manage my time as I wish to eventually get ahead or simply manage my personal life calendar.Read Less",UX/UI Design Bootcamp,UX/UI Design +282855,10828,ironhack,Kélian SOMON,False,2021,Tough but worthy experience.,2021-10-29,4.0,4.0,4.0,4.0,"I had struggles studying with the long text-based content. As a visual learner, I would have appreciated having access to more video-based content like tutorials we can find at YouTube University. Other than that, what an experience it was! Obrigado!",,Unknown +282846,10828,ironhack,Anonymous,True,2021,Bad organised,2021-10-29,2.3,2.0,3.0,2.0,The course is too fast. The teachers don’t really have time to help someone going through their cv and interview preparation. Deadlines overall are too short. The time and organisation necessary to work on the final and mid class project are squeezed;... Read More plus there’s no real concrete help at the end of the course for your careerRead Less,Data Analytics Bootcamp,Data Science and Analytics +282716,10828,ironhack,Anonymous,True,2021,The most intense and challenging 9 weeks,2021-10-24,4.7,4.0,5.0,5.0,"When you sign up for Ironhack you are signing up for an experience. It was challenging, really intense, but it was amazing in many ways. I feel that I'm not the same person I was on the first week of the bootcamp. We learn that we are capable of so many... Read More things that we didn't even imagine and if you live this experience with so many great people, as I have the chance, it's really unforgettable.Read Less",UX/UI Design Bootcamp,UX/UI Design +282584,10828,ironhack,Anonymous,True,2021,Challenging,2021-10-20,4.3,5.0,4.0,4.0,"It's truly a hands-on experience. Learning the fundamentals and establishes a core foundation of knowledge which is essential for continuing to grow within tech. The connections you make and the networking opportunities are truly invaluable, comparable... Read More to a first-time internship/job. Those around you are also committed and create a fantastic support network during and post bootcamp. Unfortunately, placing time in Canvas or Handlebars felt a bit counterintuitive because it's hardly used, if at all, within the professional industry and these topics could have been replaced with more time for challenging topics or learning different but industry relevant material.Read Less",Web Development Bootcamp,Web Development +282540,10828,ironhack,Guilherme Sousa Guedes Silva,False,2021,Career Change with Ironhack,2021-10-19,5.0,5.0,5.0,5.0,"For those looking for an opportunity to enter a job market with good conditions and the possibility of progressing in their career, Iron Hack is the right choice. From the choice of the content taught in their bootcamps to the responsibility instilled... Read More in carrying out the projects, everything is designed so that we are the perfect candidate for the work we propose ourselves to do next.Read Less",Web Development Bootcamp,Web Development +282353,10828,ironhack,Juan Diego Mena Mena Rojas,False,2021,"The most challenging, intensive and rewarding 9 weeks yet",2021-10-13,4.7,5.0,5.0,4.0,"It has been a great experience to successfully complete this bootcamp that takes place in 9 very intense weeks of hard work and sacrifice. It is intense and you will hear it many times. It's true. But time passes so fast that the 9 weeks will fly by.... Read More You will feel a roller coaster of emotions but in the end, you have to believe in the process and you will see how at the end of the course you will achieve your goal.Read Less",Web Development Bootcamp,Web Development +282201,10828,ironhack,Anonymous,True,2020,Its not worth,2021-10-07,1.0,1.0,1.0,1.0,"I wouldn't tell you to believe anything they tell you in the selection interview, their networking in some countries is 0. Don't choose them for the networking, career week is very basic and I was promised in the interview that they would help me in the... Read More country I was in and they have no idea about the market. The quality of study is very fast, it's not because it's a bootcamp, I did two and at Ironhack they save a lot on teachers, they would need at least 3 TA's and they have 1. The reviews on GitHub are fast, you can apply to jobs with a horrible GitHub and not know it, you leave without knowing how to make a good GitHub. Personally I complained and they ignored me and now that I have a job they write to me to use me as an example and publicity, many people who come out as an example of success in Ironhack did not get help from Ironhack. It is very expensive for what they offer. The career week is about making your CV and very basic things, we didn't improve our GitHub, there was no networking and they didn't help us at all to make a portfolio, I don't recommend it.Read Less",,Unknown +281922,10828,ironhack,Antoine Theillac,False,2021,Exigeant mais enrichissant,2021-09-30,4.7,5.0,5.0,4.0,La formation demande un investissement fort et régulier pour assimiler correctement tout le contenue de la formation mais la maitrise est au bout du chemin Heureusement un super staff éducatif est là pour nous guider tout du long de la formation et à... Read More l’issue de celle ci les équipes d'IronHack nous accompagnent jusqu'à trouver un travail tout en nous enseignant comment passer toutes les étapes pour le décrocherRead Less,Data Analytics Part-Time,Data Science and Analytics +281886,10828,ironhack,Johanna Angot,False,2021,A big head start if you want to transition into web development,2021-09-29,4.0,4.0,4.0,4.0,"The Ironhack web development was a really nice experience. The classes were online, with the teacher being remote, although some of the students gathered at the school location. But the fact that it was online did not hinder the learning experience in... Read More any way, the teacher and TA were still able to help us efficiently through Zoom. The curriculum tries to be as practical as possible, to better equip for the job market. So it doesn't really give in-depth explanations on computer science, or how the language (in my case JavaScript) actually works, etc... We learned the really basic things we need to know in order to not feel lost when we learn more by ourselves. The program is very practical : when we learned something in the morning, we directly applied it during the lab in the afternoon which helped me learn better. The labs were self-guided and had a lot of instructions, so doing the labs by myself often helped me understand the concepts studied in class better than when the teacher explained it. Doing a 2-months bootcamp doesn't make a solid developer (it's only 2 months) but it gives you enough basics that you can learn by yourself after and quickly become a solid junior developer. At the end of the bootcamp, the teacher told us that the only way to become a good developer is just continuous practice and learning. You have to be willing to go and learn above the bootcamp's basic curriculum if you want a good position fast. Ironhack helps us a lot to get jobs after the bootcamp, which is a major positive note. As someone who was not really knowledgeable on how to get jobs, network, prepare for interviews, especially technical interviews, Ironhack's Careerhack program really helped me. The main obvious con is the price. I had the opportunity to have the Vinted Scholarship and got a financial help from the Ile-de-France region, but if you have to pay full price, it's a budget to keep in consideration. However, if you really want to transition to web development, Ironhack's bootcamp is a good investment in order to transition fast, especially since the course is certified by the State (in France at least).Read Less",Web Development Bootcamp,Web Development +281844,10828,ironhack,Anonymous,True,2021,Fully convinced - absolutely recommendable!,2021-09-28,4.7,5.0,5.0,4.0,I started the Remote UXUI course in March 2021 with high expectations and was not disappointed. The course instructor expect a high level of commitment - Which I feel is absolutely justified if you want to change your career. I learned a lot in a short... Read More time and was able to do my regular job on the side. I could always rely on the understanding and support of the course instructors and assistants - I can highly recommend!!!Read Less,UX/UI Design Part-Time,UX/UI Design +281717,10828,ironhack,Michel Hardy,False,2021,Amazing !,2021-09-24,3.0,5.0,3.0,1.0,"De manière générale, c'était une super expérience. On peut dire qu'on ne s'est pas ennuyé. Parfois un peu largué et parfois dans la réussite. On se sent prêt désormais. Pour ma part j'ai pu prendre plus de plaisir sur le module 3 car j'avais plus de temps... Read More pour travailler sur les projets. Par contre la career hack je n'ai rien suivi du tout, aucune explication, j'ai du louper un épisode. J'aurais aimé participer même si je n'avais pas fini le stage 0. Surement un problème de communication.Read Less",Web Development Part-Time,Web Development +281650,10828,ironhack,Bernardo,False,2021,Trust the process.,2021-09-22,5.0,5.0,5.0,5.0,"The Web Development Bootcamp (Remote MAR21) was a great experience, that I recommend to everyone wishing to start a career in Tech. Our teachers were excellent and you have indefinite access to your student portal, including the zoom-lessons. Our teacher's... Read More learning methodology was superb and the projects we developed, are an excellent springboard for a career as a developer. Some useful tips for future students are: - Take time for your labs. Don't focus too much on completing them, but understanding what is going on and being playful with them, while trying to find different solutions. - SAVE EVERYTHING. Literally. Organise your bookmarks in folders, modules, topics, etc. and save them all. This will be incredibly helpful after the Bootcamp and even during it. Also, save the links to the lab solutions. This will be become relevant, when you start learning Hooks on ReactJS. - Take Screenshots. You will be thankful for saving some of the ''Mona Lisas'' (:D) of your teachers, specially after a long day of lessons. - Slack. Again, save everything useful. Extremely useful things will be shared there and the messages get automatically deleted after a certain amount of time. Technologies, e-books, websites, libraries, extra lessons, solutions and many, many memes. We actually got a PDF from one of our teachers, with the links and helpers for the whole Bootcamp afterwards. Nonetheless, save it for yourselves independently and download what you can. - Take Breaks and do Sports. Starting from the first project, it's highly possible, that you get a bit addicted with coding. Chill, this is not Bannerlord. - TRUST THE PROCESS. Literally.Read Less",Web Development Bootcamp,Web Development +281479,10828,ironhack,Mauduech Camille,False,2021,Excellent,2021-09-16,5.0,5.0,5.0,5.0,"An incredible experience despite the Covid, the full remote proved to be a really well organized format by the school and it did not impact our learning at all. The rhythm is very dense but it's worth it, you'll come out of it grown up and with a head... Read More full of new projects. Moreover, I am much more solicited since my graduation. The most difficult part of this experience is when it stops.Read Less",UX/UI Design Bootcamp,UX/UI Design +281477,10828,ironhack,Chellah Naima,False,2021,Ironhack experience,2021-09-16,3.7,3.0,4.0,4.0,"It was a great experience to learn a lot, especially as I came from a different background, I think it's good that Ironhack gives everyone the opportunity to do this training. Obviously it depends a lot on the student and their commitment, you have to... Read More be very determined to go for the goal . At the beginning, I found that the pedagogy was not adapted to adults in retraining because they are treated like young students... If I have one point to improve for IRONHACK it is to adapt the pedagogy and communication to all types of people, young and old, because it is not the same way of communicating. The stakes are higher for an adult (more sacrifices, family, job, going back to school etc) Other than that , I think it's a good and complete training !Read Less",UX/UI Design Bootcamp,UX/UI Design +281393,10828,ironhack,Anonymous,True,2021,Great course to begin with great support,2021-09-13,4.3,4.0,4.0,5.0,"It was an experience which was quite intense. However, they know it and you can really feel their support. The content of the course was fine the only thing which I find is a shame is that there wasn't any link with the prework. Sometimes they did go... Read More over some of the content we had to go through the prework during the class which is a bit of a waste as we could have more time on some other content if we didn't.Read Less",,Unknown +281385,10828,ironhack,Charlotte,False,2021,Personal opinion about Ironhack Data Analytics Remote Bootcamp,2021-09-12,1.0,1.0,1.0,1.0,"Dear Leadies and Gentelmen, I will share with you my terrible experience with Ironhack hoping that it will be useful to you and that you will not make the mistake I made. I also read a lot of reviews and saw very few negative ones, even ignoring them... Read More thinking that these were just exceptions, people who did not want to learn something new. But now I know they were people telling the truth. I don't want to offend anyone, I just see Ironhack as a service provider and I evaluate it as I see it. So let's begin! 1. The Teacher – Ignacio Soretas He can't speak English properly! He has a hard time understanding what we said, of course, I understand that English is not his mother language, but this is not just about pronunciation, it’s about the word combination he uses. He just lacks the ability to explain, to express himself correctly. Also, if you ask him a question, either verbal or written, he cannot understand what you are asking him, he cannot answer the question. It happened very often we asked him the same question in 1283091238901 different ways, just to understand what we are asking him and he again either says that he does not understand the questions or starts talking nonsense. Things that have nothing to do with the question. Example: Question: Hey Ignacio, how to clean this data? Answer: It’s very important to clean your data. OR I don't understand what you're asking ################################################################################################# It flows from topic to topic. Very often while talking about one topic he turns to another or goes back explaining some things he forgot to say, but we talked about them 2 hours ago and now he remembered to say them. Let me give you a similar example that will help us understand what I mean. Let's imagine that we have a task to cook a pizza. I guess most of the people reading this post know how to cook pizza and that's why I chose this example. Here's how Ignacio Soretas would explain how to cook a pizza. Example: Once you bought the dough from the store now roll it out and start making a pizza, then Michael Jackson was a very famous singer of the time, I forgot to tell you that he had no children, take the pizza out of the oven and eat. This was an example that contained words and objects that are close to our daily lives. It was easy to detect the catch, but now imagine he is talking about stuff you hear for the first time like data analysis, statistics etc... It’s impossible to understand what he means, but he left you with confusion with many questions. ################################################################################################# 2. Curriculum The simplest and most basic things we all need to know we’re not explained. Things like how to create a table (Data Frame) in Pandas (Python library used to operate with data). How to fill this table with information. How to change the values in the table and other basic stuff. The biggest downside is that they didn't teach us to THINK like a data analyst, they didn't teach us how to ask questions and how to check them, through the data, how to clean data, and many many more. ################################################################################################# Also, the exercises we had to do were not well structured and are not suitable for beginners. Task descriptions are very bad, it is difficult to understand what they want from us even for a person who is a native English speaker. Very often the exercises included tasks that were not adequate for everyday life. Things that have nothing to do with us. Difficult to assimilate and thus further complicate the understanding of the task. For example, things like some Pokemons and similar cartoon characters. We had the task to process a table with the characteristics of Pokemon and draw conclusions about them. Like ‘Who is the strongest Pokemon?’. As you can guess for people who have never seen this cartoon and have no idea about Pokemon, the difficulty of the task increases. Once because you do not understand what information the table contains and second because you do not understand how the code work, with which you are trying to process the table. It would be much better if the exercises contained things that are much closer to the problems in real life, things that we encounter every day, such as tables with information about food and so on. ################################################################################################# The lectures were nothing more than reading aloud, and there was nothing of added value. Not to mention that there were days when the lectures lasted about 4-5 hours from 9 to 14:00 in the afternoon and after such a long listening nothing remains in your head. The information should be conveyed in small steps and at small intervals, not a lot of information together. ################################################################################################# Often they said to us that if we had questions we should ask Google or our teammates and if we failed then we would ask for help from the assistant or the teacher. Well, this brings us automatically to the question if I have to ask my classmates or Google then why did I pay you more than 7K euros? ################################################################################################# SQL is the number 1 required skill to find a job as a data analyst, well we learn it only for one week… but spend 3 weeks in ML doing something that nobody understands, and nobody will hire us to make a model that we don’t understand how they work. Tableau is the number 2 required skill to find a job as a data analyst but we learn it only one day! ONLY ONE DAY, yes you read right ONLY ONE DAY! ################################################################################################# 3. Job support is even worst. I will tell you only that few months later I can’t find a job in the analytics field, and I will end there, hopefully, I helped you to understand what are the hidden costs of taking a Bootcamp at Ironhack. ################################################################################################# Of course, there are many more bullshits around them but yea, that’s enough for now. As a summary! STAY AWAY from IRONHACK! STAY AWAY from IRONHACK! Go to Udemy, Coursera, etc… and remember Data Analytics isn’t a sprint it’s a lifelong journey!Read Less",Data Analytics Bootcamp,Data Science and Analytics +281240,10828,ironhack,Després Laurent,False,2021,Work makes you grow,2021-09-08,4.0,4.0,4.0,4.0,"A lot of content that we keep, good teacher with a smile. An atmosphere and bonds between students that could have been more intense but the health crisis did not help. If I had to find a downside, some of the labs could use a little updating. Satisfied... Read More to have participated in this bootcamp, and the skills it gave me.Read Less",Web Development Part-Time,Web Development +281224,10828,ironhack,THI BAO TRAN VAN,False,2021,So happy about it,2021-09-07,5.0,5.0,5.0,5.0,"I am so glad that I got to join this bootcamp. The program itself is well structured. We got to not only practice with labs every session but also got to build our own project. It was an exciting journey of learning. I think that the only con would be... Read More the fact that internship is not required. I heard that the school is working on the legal process to make it happen. So, to be confirmed if you are interested in.Read Less",Web Development Part-Time,Web Development +281189,10828,ironhack,Jessie Panganiban,False,2021,"What a challenging, but rewarding experience!",2021-09-06,4.0,4.0,4.0,4.0,"PROS - The staff (ALL) are amazing, they provide 100% support all throughout. - Exercises/labs were always challenging. - We appreciate the Friday beers and the importance of it (building camaraderie and all that). - Great campus. CONS - The modules in... Read More the portal may need to be updated or aligned with the teacher. - Although the group activities are wonderful, the timing could be better. - Weekly surveys should be done and submitted on a different day. Please avoid project presentation days (when we're all stressed out).Read Less",Web Development Bootcamp,Web Development +280300,10828,ironhack,Ould Abderrahmane Sofia,False,2021,A challenge that helps you grow,2021-08-13,5.0,5.0,5.0,5.0,"I don’t have a lot of cons , the only things is due to Covid’s we were all remote so it was difficult to establish real connection with your classmate but this is not the fault of the school ( and remote has other pro like time saving ) . This was really... Read More a rollercoaster ( but a good ones ), I appreciated that you learn by building project and you practice a lot it forces to progress faster . Would 100% recommend to everybody trying to get into codingRead Less",Web Development Part-Time,Web Development +280229,10828,ironhack,Gonçalo Querido,False,2021,What I needed to get on the right path!,2021-08-12,5.0,5.0,5.0,5.0,"Amazing content, it covers everything we need to start being successful in this growing field. Incredible team, starting at the professors and ending in the people that manage everything at the place and a special thanks for the mentoring in getting us... Read More a job afterwards. The classes are astonishing, very well structured in order to be of easy understanding, very intensive though, what makes an amazing Bootcamp to prepare us for the real-life that we are looking for. No words to thank you enough, Once again Ironhack is the best one, so glad that I made that choice... Let's find us a job till the end of the monthRead Less",Data Analytics Bootcamp,Data Science and Analytics +279982,10828,ironhack,Leonor CP Loureiro,False,2021,Immersive and to-the-point information. Shifted my life with a sense of accomplishment.,2021-08-04,5.0,5.0,5.0,5.0,"Moving from a different background I took a leap of faith by doing the IRONHACK Lisbon Data Analytics Bootcamp and I would definitively do it again! Amazing May 2021 cohort co-students, outstanding teachers, remarkable environment (with gorgeous Tejo... Read More river views), helpful and emphatic campus staff. The study material focused beyond what I was expecting in the curriculum for this type of course and was presented in a clear and organized way, with lots of actual examples from the Lead Teacher experience. It was hard, a lot happened that sometimes made me doubt the process, but through ups and downs I trusted it and felt supported by all, so I do totally recommend IRONHACK Lisbon Data Analytics Bootcamp.Read Less",Data Analytics Bootcamp,Data Science and Analytics +279899,10828,ironhack,Felipe de Ávila Granja,False,2021,Life-changing experience,2021-08-02,5.0,5.0,5.0,5.0,"The Data Analytics Bootcamp from Ironhack Lisbon is really a life-changing experience. David (lead teacher) and Fred (teacher assistant) for the May cohort were on point with the content and the empathy with everyone that was struggling, while at the... Read More same time challenging the ones that were ahead. The campus staff was also very proactive with our demands and anticipating our problems.Read Less",Data Analytics Bootcamp,Data Science and Analytics +279865,10828,ironhack,Anonymous,True,2021,Good learning and professional growth.,2021-07-31,5.0,5.0,5.0,5.0,"I got a recommendation from a friend to do the Data Analysis course and can't be more satisfied with the experience. I did the remote course, which is a good idea for sparing time (transportation...), which will be much needed if you do it full time.... Read More Expect being around 10-12 hours/day in front of the screen, and thinking about nothing else. At the end of the course you'll be amazed by how much you've learned, and how hard you can work in order to fulfill duedates. Totally worth it.Read Less",Data Analytics Bootcamp,Data Science and Analytics +279854,10828,ironhack,Anonymous,True,2021,It was one of the best experience of my life!,2021-07-30,4.7,5.0,5.0,4.0,It was one of the best experiences of my life! I have to say that It was a really intense two month Bootcamp. I would definitely recommend to the people who want to attend the course to prepare a little themselves (get the basic knowledge) before starting... Read More the Bootcamp. I cannot believe that I learned so much in a so short period of time! I can just say Thank you!!Read Less,Web Development Bootcamp,Web Development +278953,10828,ironhack,Anonymous,True,2021,"Challenging, Rewarding",2021-06-30,4.7,4.0,5.0,5.0,"The boopcamp is challenging but well leaded. The pedagogical team is qualified, here everytime we need them and they are taking note on student's feedbacks. The difficulty increase progressivelly to give you plenty of tools you will need to evolve along... Read More your side. The course are qualitative even if it's a bit packed sometimes. I not gonna lie sometimes it can be be stressful for plenty differents reasons and nobody know who will be your future classmates so depending on who you are and when you will join this experience can vary for each person. So if you are willing to dive in this path make sure to have the time and energy to hold it but in the end it is rewarding.Read Less",UX/UI Design Bootcamp,UX/UI Design +278942,10828,ironhack,Eva Geneviève CSALA,False,2021,Ironhack's Web Dev Bootcamp was far outshone my expectations !,2021-06-30,5.0,5.0,5.0,5.0,"It provided me the best opportunity to get valuable skills by really supportive and pedagogical teachers. I do recommend Ironhack's bootcamp for their well organised program content, his great staff members/managers and also they provide you a week of... Read More careerhack which its the best to get to know on how to be prepared for job search. Be aware to be totally focus on this period of training with no other responsibilities as its really intense and full of joy anyway. Also, the school is located in a classy place in Central Paris (Nation area) which is pretty cool.Read Less",Web Development Bootcamp,Web Development +278904,10828,ironhack,Julie D.,False,2021,Intense but educative!,2021-06-29,4.3,5.0,4.0,4.0,"This bootcamp is really very suitable for learning a new job in a very short time. The courses are qualitative, the teachers master their subject and show a lot of pedagogy to accompany you during your journey. This training is very intense, you really... Read More have to keep it in mind. During 2 months you'll work a lot but you leave this with a real job expertise, thanks to many practical cases. I really recommend this training to all the people who want to discover UX/UI Design, it will give you all the keys to have a credible expertise on the job market. Also, my advice is to learn to use Figma (the interface design tool) before starting the bootcamp, because you will feel more confortable while working on your case studies.Read Less",UX/UI Design Bootcamp,UX/UI Design +278899,10828,ironhack,Vulala Amalia,False,2021,Life changing experience,2021-06-29,4.7,4.0,5.0,5.0,In a very short time I learned so much and the positive thing is that it's not only theoretical but also put directly into practice. Practicing over and over makes you feel strong and confident in your new found skills. It's not called a Bootcamp for... Read More nothing so be prepared to work a lot but be assured that it is worth it! As a structure Ironhack and it's team are always there to support you when needed.Read Less,UX/UI Design Bootcamp,UX/UI Design +278885,10828,ironhack,Anonymous,True,2021,An amazing experience !,2021-06-29,5.0,5.0,5.0,5.0,"The UX/UI design bootcamp (Paris - April 2021 cohort) has been one of the best experience I had. I didn't know much before starting the bootcamp, but with the help and support of the incredible teachers and all the Ironhack's team, I managed to deliver... Read More wonderful projects ! It's a 10 weeks intensive course, you will get to work with brilliant students, and with a little bit of good organization and hard work, anybody can do it ! Thank you Ironhack for this memorable bootcamp.Read Less",UX/UI Design Bootcamp,UX/UI Design +278869,10828,ironhack,Aurelie Lopez-Vicente,False,2021,Difficult but rewarding,2021-06-28,4.7,5.0,4.0,5.0,"Learning javascript from scratch to an advanced level in less than 9 weeks is far from easy. Each course is intense, you learn new concepts every day, you have to understand them and apply them the same day in practical work. As the days go by, once you... Read More understand the logic and manage to do the exercises without help, it is so rewarding that not even fatigue can demotivate you. To do this bootcamp, you need to be passionate about the world of technology, be curious, and have a strong motivation. If I had to do another bootcamp at Ironhack, I wouldn't hesitate for a second.Read Less",,Unknown +278853,10828,ironhack,Lisa Hazael,False,2021,Be ready to get significant skills in 2 months,2021-06-28,4.7,5.0,5.0,4.0,"The Web Development bootcamp is intense but very interesting. The teaching staff is very helpful and they love what they teach us so, it is easier for them to explain and for us to understand. We have 3 modules covering frontend and backend development,... Read More with a lot of exercises (mandatory or not) that can help you study for the better, and 3 projects to create throughout the bootcamp.Read Less",Web Development Bootcamp,Web Development +278783,10828,ironhack,Esther Martinez Saiz,False,2021,Ironhack web development April 2021,2021-06-25,5.0,5.0,5.0,5.0,"Great experience with experimented staff, who were very pedagogical. Amazing facilities for the people who wanted to study on campus. The technologies that we were taught (JavaScript, node, react..) are the most researched in the current work market.",Web Development Bootcamp,Web Development +278728,10828,ironhack,Julia Turqueti,False,2021,Intense but worth it!,2021-06-24,4.7,4.0,5.0,5.0,"The Bootcamp is very intense, if I could go back and do it again I would have worked more on my basics in CSS and JS in order to feel more comfortable. The program is well organized with exercises in order to understand each topic. It seems to me that... Read More I learned a lot in a short period of time. Unfortunately, I find that the last module was too short, and we could have spent more time on React. I recommend for those who want to learn the basics of web development and need some guidance.Read Less",Web Development Bootcamp,Web Development +278665,10828,ironhack,Antoine Sune,False,2021,Web dev MERN stack / full stack,2021-06-22,4.3,5.0,5.0,3.0,"There are lot of pros : Learn a lot of things in a very short amount of time. Good and nice teachers Nice class Perfect introduction to the development world Cons : a little bit expensive, maybe a little bit short (a week more would be nice) As it is... Read More a bootcamp ans web dev is wide, there are a lot of technologies that we don’t know.Read Less",Web Development Bootcamp,Web Development +278645,10828,ironhack,Quentin Chauvat,False,2021,Really satisfied of my experience doing Ironhack web dev bootcamp,2021-06-21,5.0,5.0,5.0,5.0,"I am glad to share the experience I had while studiyng at Ironhack. I ve found exactly what I was looking for. I am satisfied of the format with the 3 module (HTML, CSS (basic), Javascript overall knowledge / back-end (node.js, Express.js) & handlebars,... Read More full CRUD app, MongoDB / react.js & APi calls, etc...). I am really positive about the teaching crew, they have been very supporting, patient and they did not hesitate to make the extra mile in order for us to understand and to be in time for project handover. I have to remind potential candidates that it is very intensive and it should be your only concern for the 2.5 months (full time). It is your first step in coding world, you will need a lot of personnal work right after to get to a sufficient level, you are only at the beginning of your journey even at the end of the bootcamp. Keep in mind that the program is normaly seen in a year or more so, so be ready !Read Less",Web Development Bootcamp,Web Development +278641,10828,ironhack,Alice Lefevre,False,2021,Amazing ! Ready to take on the job market in only 2 months,2021-06-21,5.0,5.0,5.0,5.0,"Staff is very helpful Premises are great Teachers are passionate and available Teacher assistants are super nice and helpful The program is kept up to date with new trends on the job market Career week is a very nice plus and keeps up with you weeks after... Read More the bootcamp is over The bootcamp is hard, it is a bootcamp, but doable and it is so amazing to be able to know this much in only 2 monthsRead Less",Web Development Bootcamp,Web Development +276568,10828,ironhack,Guilherme golabek brein,False,2018,Improper billing,2021-04-30,1.0,1.0,1.0,1.0,"A year after completing my course, ironhack continues to charge me. I realized it after the second time, and I told the alumni contact. She tried to find me again, but Ironhack did not answer. This is stupid, you won a detractor. Never again will I reccomend... Read More Ironhack to nobodyRead Less",Web Development Part-Time,Web Development +276147,10828,ironhack,Charlotte Urvoy,False,2021,Riche et pragmatique,2021-04-20,5.0,5.0,5.0,5.0,"- La méthode d'apprentissage est l'une des meilleures : appliquer la théorie très rapidement, sur des projets qui feront partie du portfolio des élèves - La philosophie de cours encourage les élèves à être autonome dans leur apprentissage (Une habitude... Read More essentielle à avoir pour ce métier, puisque l'apprentissage des nouveaux usages est perpétuel). - Les contenus de cours sont qualitatifs et denses (inévitable pour un bootcamp, mais au-delà du format de cours, le mot ""dense"" est ici un point positif) - Les professeurs sont présents et réactifs. J'ai trouvé leurs conseils pragmatiques et qualitatifs.Read Less",UX/UI Design Bootcamp,UX/UI Design +275972,10828,ironhack,Anonymous,True,2021,Amazing experience,2021-04-17,4.0,5.0,4.0,3.0,"the UX/UI bootcamp has been an amazing learning experience. The teacheing staff has been incredible giving us all the lessons and tools we needed to autonomously run design sprints. I strongly reccomend ironhack bootcamp, but be prepared: it's really... Read More intense. But at the end, isn't what we want?Read Less",UX/UI Design Bootcamp,UX/UI Design +275872,10828,ironhack,Ahmad Khalaf,False,2021,Intense but good experience,2021-04-15,4.0,4.0,4.0,4.0,"When I started I was a little disappointed but then I was surprised, it’s actually great and very intense, if you’re not into that, it’s not for you, maybe take the half time bootcamp not full time, I would advise it to people who are interested but please... Read More be prepared and read a little before, as for students already from a design background might be a little weird for you as it is made more for all types of backgrounds, but it’s great overall, as for the one I did, heads up they spoke French sometimes because well duh it’s Paris, I do understand French though, took me two weeks to fully adapt but I do understand so if that’s a problem for you I don’t know maybe check little more before registration depends on the teacher, the teacher did his best but sometimes some words slipped and not all the students are as fluent so yea. But the bootcamp overall was a good experience, I experienced it in hybrid mode online and I can attend physically, it wasn’t that bad, sometimes annoying for working in groups but it was a super interesting experience, as for the bootcamp gained knowledge, I feel there is room for improvement but doesn’t mean it’s bad, it’s actually very good but still can be improved further and it will be top of the top to be honest, the staff are super super friendly, man I can’t emphasise how good and amazing they were, as a new expat that was very important to me and so were the students, my design squad hopefully we will stay friends for life, the campus man, I want to live there, top tbh top, that’s all pros I guess, I’ll add up some cons shortly but overall I loved the experience and gained knowledge, anyone with previous knowledge, throw that aside and learn from the start then connect, you’ll never learn enough with a half filled cup, empty the cup, learn then mix it up and flood yourself with knowledge. As for me tbh, I come from a design background so the first two weeks was very hard to work with others who knew nothing so be patient we are all there to learn. Another thing is the hybrid mode, I personally loved it, if it’s any problem to you, you can attend there and do online together but if you’re not a fan then wait until it goes back to normal hopefully soon crossed fingers. As for the bootcamp all in all, I would advise people who want such thing and have some problems committing to study on their own specially, this will be good for you, plus you’ll be certified. My only problem tbh, might not be my only one, it is while I’m writing this because just top of my mind, I know it’s long sorry hehe, the money, kind of expensive tbh specially that I got a couple of promotions and I wasn’t allowed to apply them together, some people paid more, some paid less, some didn’t pay at all they got full scholarships, which felt weird to be honest, but alas we were there to learn so doesn’t matter but it would have felt way better if it was a little cheaper than it is now, at least that’s my judgment, I come from another country where salaries are way less and the economy barely equates so might be only me but my opinion haa. Anyway to conclude, have a lovely week and put effort to be set up for success. xoRead Less",UX/UI Design Bootcamp,UX/UI Design +275855,10828,ironhack,Morgane Favchtein,False,2021,Very nice experience !,2021-04-14,4.3,5.0,4.0,4.0,"The UX UI Design bootcamp is a great way to train yourself and improve your skills in both UX and UI. Thanks to several projects I was able to manage a brief and to deliver a good work, it includes both theory and practical courses and the methodology... Read More is real great !Read Less",UX/UI Design Bootcamp,UX/UI Design +275823,10828,ironhack,Edwin Pitono,False,2021,Amazing experience in Ironhack Paris,2021-04-14,5.0,5.0,5.0,5.0,"I live in Paris and I wanted an international experience in data analytics. Ironhack gave me that, the educational team is international, the students are international and the course is done in English. Couldn't ask for better. Thanks to Katya, Kathryn,... Read More and Morgane for their dedication to helping students with career support and for the smile you give to us every day! I learned a lot during these 9 weeks about the job and made a lot of connections with other specialties (web development and UX/UI). If you hesitate, I can assure you that Ironhack Paris is the place to be to get connected and to get serious training.Read Less",,Unknown +275824,10828,ironhack,Edwin Pitono,False,2021,Amazing experience in Ironhack Paris,2021-04-14,5.0,5.0,5.0,5.0,"I live in Paris and I wanted an international experience in data analytics. Ironhack gave me that, the educational team is international, the students are international and the course is done in English. Couldn't ask for better. Thanks to Katya, Kathryn,... Read More and Morgane for their dedication to helping students with career support and for the smile you give to us every day! I learned a lot during these 9 weeks about the job and made a lot of connections with other specialties (web development and UX/UI). If you hesitate, I can assure you that Ironhack Paris is the place to be to get connected and to get serious training.Read Less",,Unknown +275818,10828,ironhack,Antoine Stouff,False,2021,Intense but amazing,2021-04-14,5.0,5.0,5.0,5.0,"We have now the capacity of learning fast and well, the only thing is to find the first job as a junior is pretty hard . The teaching skills of this school is pretty perfect , this is a thing that is important to me especially in a society like this one.... Read MoreRead Less",Web Development Bootcamp,Web Development +275770,10828,ironhack,Mohammed Adib,False,2021,One of the greatest experiences of my life,2021-04-12,4.3,5.0,4.0,4.0,"I've been wanting to learn how to code for a long time now, tried different courses online on my own but I was always feeling like there's something missing in the explanation. That's where Ironhack steps in, of course you can learn to code on your own... Read More but not this fast and not this effective. The way the courses are broken apart and organized makes you understand the flow of a web application and where to look if there's a bug for example. At first it doesn't feel like you're getting it and you're not just ""at the right place"" but once you practice and you get to the projects phase everything in your head starts to line up and make sense. If you're living in France and want to learn how to code fast with the latest technologies, you're at the right place. The course is heavily focused on JavaScript so you can understand the other frameworks more fluently. My suggestion for improvements? Do a review of all the Labs(exercises) that we do after each class.Read Less",Web Development Bootcamp,Web Development +275756,10828,ironhack,Mélusine Rey,False,2021,A great experience,2021-04-12,5.0,5.0,5.0,5.0,"I joined Ironhack with the project to change careers and become a web developper. It was an intense and exhausting ten weeks, but I don't regret it at all! The courses were very interesting and are in sync with what companies are looking for at the moment,... Read More the teachers and teacher assistants are great and very helpful, so are the program manager and the career coach. I'm really glad to have such a lovely career coach who will help us in our job search and motivate us! And I met a lot of great people during this bootcamp, as a bonus!Read Less",Web Development Bootcamp,Web Development +275755,10828,ironhack,Nick Sayago,False,2020,Worth the time and effort!,2021-04-12,5.0,5.0,5.0,5.0,"Going into the Ironhack experience I had minimal Web Development experience, but this bootcamp gave me more of a well rounded knowledge about programming and the right programming practices than I could have ever imagined. I'd definitely say that the... Read More most valuable skills I gained from this bootcamp was how important it is in this industry to plan and pseudo code, and definitely working with others on various projects. I couldn't be more grateful for the help I got from my instructors, Marcos (https://www.linkedin.com/in/marcos-palacios-iii/), Sandra (https://www.linkedin.com/in/a-boskovic/), and Stefan (https://www.linkedin.com/in/cule219/). If I ever was falling behind or felt like I wasn't getting it they were always willing to take the extra time to help me understand what was going on and the best way to approach the problem. After getting through the bootcamp came the fun part of job hunting and it was an extremely painless process thanks to being shown how to job hunt correctly, and I owe that to my outcomes manager Brito (https://www.linkedin.com/in/dbrito1/). He was extremely thorough and provided me with tons of resources to make the job finding process easy and simple. I know I couldn't have gotten the job I have today if it weren't for Brito and his help/connections. He always held me accountable and that's the most important part of the whole process as an up and coming Developer. Overall Ironhack was the best decision of my life, I went from someone who was working in the food industry and coding as a hobby to working a full time job as a Developer for a great company and I wouldn't change a thing.Read Less",Web Development Part-Time,Web Development +275751,10828,ironhack,Matthieu C,False,2021,Worth the effort!,2021-04-12,5.0,5.0,5.0,5.0,"Here are my impressions a few days after completing the web development bootcamp at Ironhack in Paris: Before the bootcamp started I had to complete a pre-work course which is a series of online lessons and exercises to learn the basics of HTML, CSS and... Read More Javascript. 100+ hours of work later, I had already learned so much that I was under the impression that the bootcamp was going to be a walk in the park. I couldn’t be more wrong! Although the pre-work seemed a lot, I had only started to scratch the surface of what is needed to become a full stack developer. The bootcamp is only 9 weeks long but it felt more like 9 months because if you want to follow the pace you have to dedicate all your time and energy to it (nights and weekends included!). The structure of the bootcamp is as follows: every morning you learn new concepts and skills, every afternoon you do a guided project - called ""lab"" - to put the lesson into practice. The labs are challenging and put you in real life work situations so it’s a fantastic way to learn. There are sometimes solo labs, sometimes group labs so you can practice working on your own as well as with a team of developers. At the end of every 2 weeks, you have 1 week to develop a project of your own with a couple of teammates to test your skills and start building your portfolio. During the entire bootcamp you get the support of super skilled teachers. They always look for the right balance between helping you when you get stuck on a problem and letting you find the solution for yourself so that you do not only learn to blindly apply concepts but genuinely understand them. Overall, I had a fantastic experience at Ironhack. Yes, it’s been intense but I could not have learned this much in such a short time with another format. Thank you to all the Ironhack staff and to the students of the web dev cohort 102 for making this bootcamp so enjoyable!Read Less",Web Development Bootcamp,Web Development +275743,10828,ironhack,Jordane,False,2021,A Life changing experience,2021-04-12,5.0,5.0,5.0,5.0,"In a nutshell I would say that Ironhack is a great opportunity for those who want a real career change. I've enrolled in the UX UI Bootcamp at a time when I was a bit stuck in my career, shifting from Event Management to becoming a freelance webdesigner.... Read More Because I didn't have any proper knowledge of Design, I looked for courses and the more I discovered about the UX UI subject, the more I understood that I needed to learn skills in this field. However, I didn't want to go back to long studies (I have already done 6 years of university and didn't want to go back to square 1). I came across Ironhack's intensive bootcamp in UX UI Design and decided to enroll after attending a Zoom presentation. Pros: - intensive course that will give you all the tools and methodology to succeed in your future career - Projects carried out during the whole bootcamp to apply and practice your newly earned knowledge - Teaching team of quality who have professional experiences in the field - Fully English course (a real plus when you know that English is almost mandatory in the job world) - Learn by doing method - real coaching done for job hunting Cons: - that the course doesn't last longer in the end! You get so caught up in your projects and with the new friends you make along the way that you don't want this experience to end :DRead Less",,Unknown +275734,10828,ironhack,Charlotte Urvoy,False,2021,Rich,2021-04-11,5.0,5.0,5.0,5.0,"The bootcamp rythm is very speed but hereby the most important outcomes : - you don’t lose one year at the university, instead you can look up for a job straight away after 3 months - the high standard quality courses - the learning by doing method used... Read More during all the bootcamp which is (for me) the most efficient to get the best knowledges and know-hows.Read Less",UX/UI Design Bootcamp,UX/UI Design +275705,10828,ironhack,Jean Noel Rony,False,2021,one of a kind!!,2021-04-10,5.0,5.0,5.0,5.0,"Without quitting my job, i was looking for a change in my life and my career , Ironhack gave me this opportunity and even more! 6 projects in sprint mode, 400h of intense courses with a team of teachers and coaches ready to give you all their knowledge,... Read More work with real professionals, built your portfolio , expanding your skills, support you in your career and job hunting... so much more than just online courses, it’s a family thing!! I am now a ux/ui product designer ready thanks to IRONHACKRead Less",UX/UI Design Bootcamp,UX/UI Design +275673,10828,ironhack,Rowan Williams,False,2021,Fantastic experience. Perfect for a career switch to a junior web developer.,2021-04-09,4.7,5.0,5.0,4.0,"I had worked in finance in London for a number of years and was getting fed up with it. I was moving to Paris and used it as an opportunity change my career into something I truly enjoyed. I chose Ironhack off the back of reviews I found online and I... Read More didn't regret my decision one bit. It's a tough ten weeks, but very very rewarding. The teaching is great as they're very supportive but also really challenge you. The course is split into three modules: front-end, back-end and full-stack. Each of these have a project at the end where you have a chance to really show off your new skills and each of these were a chance for me to push myself and create something I was really proud of. It would have great to have done this course without the covid-restrictions but they way it has been modified to take these into account was very successful. There were some occasions where I thought the cohort was slightly too large but overall this didn't affect my experience much. My progress from this course exceeded my expectations and I really feel ready to start my new life as a developer.Read Less",,Unknown +275672,10828,ironhack,Myriam MIRA,False,2021,Intense,2021-04-09,5.0,5.0,5.0,5.0,"I decided to join Ironhack after thinking about changing career for a bit of time. It was intense and I really think the more you work before the bootcamp, the more profitable the experience is. You will see the lesson/theory in the morning, and then... Read More practice all afternoon (and most likely all night as well haha!). There are teacher assistants to help you, and a nice balance of solo and group projects. I think one of the most important things these days would be the adaptation to covid-related issues. The bootcamp was flexible (possible to go to the campus, or to work remotely whenever you want), and this gave me the opportunity to save 3 hours+ of commute everyday, so I could focus on the labs and rest. I think that's a very important point if you're living a bit far from the school! Good luck!Read Less",Web Development Bootcamp,Web Development +275625,10828,ironhack,C.,False,2021,"Intense, great and best way of learning that give my developer career a jump-start!",2021-04-08,5.0,5.0,5.0,5.0,"During this bootcamp I learned so much in such a short notice, I never could do that with any self learning course. You learn very valuable skills you only learn by actually doing, trying, falling, rising and working together. No matter what your entry... Read More level is, the mentors always were sure you were not left behind and were very patient and willing to explain it until the whole class understood. I felt always very safe to ask any questions, which is very important to me. Instead of the bootcamp on location, I attent the remote cohort. At Ironhack they really know how to organized remote classes. It was a good balance between classes, tasks and self learning. Even remote, every one was always involved in the classes throughout the day. And there was no room for slacking :) , which I also very much like. Make sure you do not plan anything at all these three months. It will be 100% bootcamp which I was grateful for afterwards. Besides learning, we also build up a bond within the class. In the end it felt like friends that I still speak after the bootcamp was done. The Ironhack community is a big pro of (and after) the bootcamp. I thought about it for a long time, and just did it. I left comfortable en secure job for this bootcamp, and did not regret it at all.Read Less",Web Development Bootcamp,Web Development +275311,10828,ironhack,Eduardo Garcia,False,2021,Ironhack Review,2021-03-30,5.0,5.0,5.0,5.0,"Many times in life, we have the pleasure of coming across an opportunity to change our lives completely. Less than a year ago, I had just arrived in Miami with only one certainty. Despite my interest in the field, I have neither the skills nor the knowledge... Read More to pursue a career in tech. Through the influence of my dearest friend, I build up the courage to start a UX/UI Design Bootcamp at Ironhack. In January of 2021, I began my journey in an intense boot camp, with the most creative and passionate students and teachers I had ever met. Suddenly, something that seemed impossible, started becoming true. I was understanding, practicing, and becoming well versed in the best design practices and tools. All of this was thanks to the incredible staff and program that the school offers. There are many forms of indoctrination, different practices, millions of schools, but Ironhack creates an environment of accelerated learning beyond comparison. In addition, the school offers impeccable support in career services. In my 9th week at the Ironhack, I was offered a job as a UX/UI Designer and was able to position myself, thanks to the support of Daniel Brito, my career coach. In a nutshell, Ironhack is the perfect place for everyone and anyone, who desires to start a career in tech. I had an amazing experience and in short, time have already started seeing the benefits of my time invested in the course. Ironhack showed me that my only certainty was a fallacy.Read Less",UX/UI Design Bootcamp,UX/UI Design +275285,10828,ironhack,Xavier Bergeron,False,2021,The best decision of my life despite having 10+ years of prior programming experience. Career services rock!,2021-03-30,5.0,5.0,5.0,5.0,"I graduated from Ironhack Miami's full-time web development bootcamp this March and I can't recommend it enough. I was very hesitant at first to join any sort of bootcamp. I looked into it a few years ago and compared them all. I weighed pros and cons... Read More and in the end always thought I could make it without the help of a bootcamp so I just waited and pretended that I would start the job search eventually but two years later I was still unemployed. I got an email from OfferUp announcing their partnership with Ironhack and it piqued my interest. I gave it a shot and won a partial scholarship which was enough to offset the interest fees from the loan. I was also able to get approved for the loan by one of their financing partners despite having a very poor credit score and high credit utilization which was a blessing! As the title of my review says, I had already been programming since I was a teenager. I've worked on several multiplayer game mods and even created games, programs and websites of my own. Being self-taught is great! There was one big drawback however; I could not find a job. My resume was awful, I did not know how to network nor the true importance of networking. I had no clue how to sell myself or how to talk to recruiters. It was obvious to me that joining a bootcamp would not make me gain any significant technical skills considering my extensive background. I already had a fair understanding of the material being taught and could have brushed up those skills within a week or two. So why did I join Ironhack? Simply for the one and only Daniel Brito from Ironhack's Career services. Throughout the bootcamp, I was able to schedule one-on-one meetings with him in order to discuss my career goals as well as get advice on how to approach certain companies and very good interview preparation help. I always had so many questions prepared for him yet I only needed to ask him one question and he would predict my next 2-3 questions and answer them in advance. He really knows his stuff! As soon as Brito walked us through updating our LinkedIn profiles, I was assaulted by recruiters left and right and didn't know what to do. He pointed me in the right direction, told me what to watch out for and what to expect. He gave me the confidence that I needed to aim high and shoot for the positions I didn't see myself achieving for another 5 years. Thanks to his guidance, I landed a job two weeks before graduating as a DevOps engineer for an amazing company who works with what is in my opinion the best tech stack you can have in 2021. Compared to other bootcamps that say you don't pay until you get hired (or worse, the ones that take a percentage of your salary!) Ironhack was the only clear viable choice for me. I knew full well going into it that I was there for Brito first and foremost and to make great connections second. I've created some relationships that I hope to carry with me for life not only with fellow students but with my teacher Niko as well. I can't say enough about the teacher I had. Honestly I have never seen a teacher so passionate when it comes to his student's success. Most teachers would traditionally stop and go MIA as soon as the clock turns over or your time in the bootcamp is up, but not at Ironhack. Niko and I actually started a passion project together which is aimed at helping students stay in touch and keep learning and connecting with others even post-graduation. I think that speaks for itself in the amount of care that goes into your learning experience. You'll never feel like you're just a number on a spreadsheet that needs to get a grade. If you are in the same situation I was four months ago meaning you are passionate about code, are self taught and have been struggling to enter the professional world or are simply afraid of the financial burden of having to take out a loan, take it from me. I went from earning 16k/year from self-employment income to now earning six figures doing the job I've been dreaming about ever since I was a teenager. I'll be receiving my first paycheck two days from now and I still can't believe it. All it took was one small leap of faith and trusting reviews from another course review website to completely change my life not just in this moment but for the rest of it.Read Less",Web Development Bootcamp,Web Development +274957,10828,ironhack,Diego Arrnz,False,2021,Great learning experience!!,2021-03-20,5.0,5.0,5.0,5.0,"I joined with a lot of question if cost was worth it. I just ended the bootcamp and it was one of the best learning experiences, i feel ready to join any Web Dev challenge, even I enter with zero knowledge of programing. They push you to take out the... Read More best of you with a really prepared staff.Read Less",Web Development Bootcamp,Web Development +274038,10828,ironhack,Daniel Perez,False,2020,IronHack Miami is the BEST!,2021-02-24,4.7,4.0,5.0,5.0,"I can’t say enough good things about Ironhack! One of the best decisions I’ve made in my life. I was a Graphic Designer for 10 years and decided to take the plunge at going back to school for UX/UI Design. Coming from a long design background, certain... Read More things were familiar to me but the things that weren’t Ironhack did an excellent job at teaching. Their curriculum portal is accessible at any time, it has a combination of text, videos, images, and is filled with useful links and resources. They have an amazing teaching staff and administration. One of the things that really won me over about Ironhack was that almost every employee has completed an Ironhack bootcamp. They have been where you are and they show it! My two main teachers were great! But I feel like the real added touch was the combination of a teacher and teacher’s assistant. Sometimes there isn’t enough time for one on ones with everyone and the teacher, and the assistant usually helps facilitate that. I have to give a huge shout out to my teacher’s assistant for my course, Jade McVay. This part of my review is split because my case is unique. My course, halfway through the second part was during the COVID quarantine madness. Now everyone has implemented systems that work for remote and things have gotten smoother. But at the time in March there were a lot of uncertainties and questions. But without a doubt and missing a beat Ironhack answered the call and things continued rather smoothly in virtual. It left me very impressed! When it came to career services, I think it is by far Ironhack Miami’s strongest asset. Their career coach Daniel Brito is the Godfather of Miami Tech! His determination to get you hired, get you going, motivated and more is unmatched. I’ve never seen a school care so much about your well being POST graduation. In my case it took 6 months for me to get employed. COVID played a huge factor in my case. However, even with new graduating classes after mine, Brito did not give up on me! He made sure I had the tools I needed, the tips and tricks, and was the personal bridge to new network connections. Huge thanks to Brito and Lisa Nuessle.Read Less",UX/UI Design Part-Time,UX/UI Design +273719,10828,ironhack,Mikayla,False,2020,Ironhack Part Time Web Development,2021-02-15,5.0,5.0,5.0,5.0,"Studying at Ironhack was the best decision I could have made for my career. This time last year I was working in the service industry and desired a career change, and then I discovered Ironhack in Miami, FL and decided to make the commitment to complete... Read More the Web Development bootcamp. My instructors, Sandra and Marcos, and my TA Stephen were amazing. Even though the course is part time, they were always available after hours to answer any questions. I was weary about taking a bootcamp class online due to COVID-19, but my instructors and the career coach, Brito, really made up for us not being able to see each other in person. Brito organized virtual meetups for developers and designers almost weekly which featured guest speakers from individuals in the tech industry in Miami and successful Ironhack alums. After graduating, Brito provided tools to help form my resume and showed me and the rest of my cohort tips to successfully land a job as a bootcamp grad. 3 months after graduating I landed a position as a full time developer in Miami, FL. Ironhack has completely changed my life and I am so grateful to all of the amazing people working there who helped make this happen.Read Less",Web Development Part-Time,Web Development +272680,10828,ironhack,Ariane Gaudeaux,False,2021,Just MAGICAL!,2021-01-22,5.0,5.0,5.0,5.0,"Although it was remote, it was just MAGICAL. I never thought I would learn so much in only three months. I didn't believe it when the alumni said it, I wondered why they were that enthusiastic and now I understand. Our teacher Jérémie Douchet was so passionate... Read More and challenging, he made all of us want to work so hard. His classes were so much better than the ones I had followed before, he is just an unbelievable teacher with great vision and he has real pedagogical talent. The Teacher assistants were so nice and fun, but also really talented teachers, so that was great too. I even learned so much about teamwork although I didn't think I would. And Ironhack managed to organize everything so well that I rarely felt too tired although the rhythm was crazy, and I managed to make friends and feel so engaged even though I met nobody in real life (yet). I really want to thank Katya too, the program manager, who was so nice, present and warm! I hesitated for a year between schools, before selecting Ironhack, and I'm so glad I did because I'm absolutely sure it was the best choice, and I'll remember this great time always.Read Less",,Unknown +272383,10828,ironhack,Anonymous,True,2020,Check out the statistics before applying,2021-01-18,2.3,2.0,3.0,2.0,"I attended the full time UX/UI Design bootcamp at Ironhack last year. I come from a background unrelated to UX/UI Design, but wanted to make a career change. I considered different options, including studying at college, but felt like getting out there... Read More and start my career. Reading the very good reviews here at Switchup, I decided to go for Ironhack. Unfortunately, I was naive. Ironhack has a really supporting and helpful community, and the learning by doing methodology resulted in a few case studies that I could showcase in my portfolio after graduating. However, there are a few things I want an aspiring attendee to have in mind. First of all: - Ironhack advertises themselves as having a '90% placement rate 180 days after graduation'. This is very misleading. The placement rate is calculated by dividing the number of employed students / number of students looking for a job. What they don't mention is that: out of all the graduates, only 68% are job searching. And their definition of 'employed' includes Hired-in-field, Hired-out-of-field (!), Ironhack Employee, Freelancer, Internships and Entrepreneurs. In reality, it's only 50% of UX/UI Design graduates who get a job within UX/UI Design after 6 months. I graduated several months ago and only a few people out of 20 in my cohort have managed to get a job at this point. Of course covid-19 complicates everything, but I have applied for 140+ jobs (resulting in around 10 interviews), studied theory and completed unpaid internships, and it seems quite hopeless at this point. I recommend reading their number in details here https://www.ironhack.com/en/news/ironhack-student-outcomes-report-audited-by-pwc - Another point that might be implicit when applying for a 10 week bootcamp is that the education is quite shallow. We never learned how to make safe assumptions out of research data. Instead, we angled the research to fit our design idea. This was due to lack of time and lack of knowledge since we never actually learned why we did things on a deeper level. We never got any feedback on our actual design process or design thinking, only on how we presented our design. I think this is a problem since we compete with people with more education and more experience within research and design thinking. - The education was very unstructured which became really stressful. We were already expected to put in 60-70 hours a week, but the teachers rarely managed to keep the time, resulting in a huge stress since we every week had to deliver a product design and a great presentation. ... I will keep applying for jobs and refining my profile, but I would recommend anyone who considers Ironhack to think it through and be a bit skeptical.Read Less",UX/UI Design Bootcamp,UX/UI Design +272083,10828,ironhack,Anonymous,True,2020,Valuable investment !,2021-01-09,5.0,5.0,5.0,5.0,"Learning to code from very limited understanding to a fullstack skillset. Able to build my MVP for instance. I had an amazing teacher and teacher assistant, highly skilled and with impressive professional background. Despite challenging worldwide pandemic... Read More Ironhack knew to adapt themselves and bounce back with a remote program very well done. The only minus is that because of lockdown we couldn’t have real prom interaction. This is nothing Ironhack can be blamed for. I highly recommend it.Read Less",Web Development Part-Time,Web Development +271958,10828,ironhack,Cinthya Langue Blois,False,2020,The Best Experience in My Life,2021-01-05,5.0,5.0,5.0,5.0,"I did the 9-week Data Analytics Bootcamp and it was a fantastic experience. The Bootcamp requires a lot of dedication and it is wonderful how much you learn in a short time. During the course, I found out my passion for data visualization. The teachers... Read More helped and supported me to follow this path within this area and today, less than 1 month after completing the course, I received my first job offer at Data Viz. I am especially grateful to Munique, David, and José from Ironhack Lisboa. You guys changed my life for the better :)Read Less",Data Analytics Bootcamp,Unknown +271792,10828,ironhack,Alicia Hernandez Lopez,False,2020,Highly recommendable!,2020-12-28,5.0,5.0,5.0,5.0,"With no previous IT education I entered the Web Dev Bootcamp with enthusiasm but also quite scared. I must say it was a unique, enjoyable, highly educational and an emotional roller coaster experience. At IronHack they do care about you and your feedback... Read More and do everything in their power to meet your needs. A big thank you to the awesome human team behind this immersive program!! After 9 weeks I can say I have learned how to learn programming :) and have build 3 amazing apps that I could not imagine myself building like... ever!Read Less",,Unknown +271459,10828,ironhack,Andrea,False,2020,100% Reccomend,2020-12-16,4.7,5.0,4.0,5.0,"The community is amazing like no other school. However, with the incredible events, you still gain network even being remote. I graduated during the pandemic and with guidance from the career counselor I was able to transition my career to UX/UI design... Read More after graduation. Just try your best and you will get that opportunity! Best decision!Read Less",UX/UI Design Part-Time,UX/UI Design +271405,10828,ironhack,Tomás Aragão,False,2020,Immersive and Engaging: Challenge yourself and be surprised!,2020-12-15,5.0,5.0,5.0,5.0,"I chose the UX/UI Design Bootcamp in Lisbon looking to change the path I was currently on. Coming in from the hospitality industry and with no design background, I can say I was terrified, as I felt I could easily get left behind. However that was never... Read More the case!Apart from the extremely hands-on curriculum, with lectures balanced out with a project and presentation each week, each day I felt more and more confident in the tools that were given to us, always looking to learn some topics in-depth.The teaching team composed of 01 lead teacher and 03 TA's (all of whom where INCREDIBLE and always available and willing to share their knowledge. Hugo, Cátia, Daniela and Rita it was an honor!) were essential on my journey as a Designer, as they broadened my UX/UI horizons and always pushed and motivated me to do more and better.The fact that they also have Career Services, is just the cherry on the top. Always available and always willing to assist you in elevating your CV, LinkedIn and giving you the tools to land your first job!In general, I could not have been happier with my experience at Ironhack Lisbon. It was much more intense than I would have ever thought it would be, for sure. But it was so gratifying in so many ways! What I would recommend for any person considering enrolling is: paying for enrolment is only worth so much. You really have to put in the effort, time sweat and tears into this program. They can only do so much for you. Only you can take it to the next level!Read Less",UX/UI Design Bootcamp,UX/UI Design +271389,10828,ironhack,Anonymous,True,2020,Awesome time spent learning in the Ironhack web dev bootcamp in Lisbon,2020-12-14,4.3,5.0,4.0,4.0,"I was really scared about the bootcamp since I never did anything related to code, but everyone made m e feel at ease. the environment was really possitive and everyone was willing to help. the teacher and T.A's were always there for us and staid with... Read More us untill we didn't have any questions, even if it ment staying past the oficial time of the classes. Overall it was a great experience and i think that after just 9 weeks of coding I have grow not only in terms of knowledge but as a person as well!Read Less",Web Development Bootcamp,Web Development +271264,10828,ironhack,Andrei Alvarez,False,2020,Ironhack: 100 % recommended!,2020-12-10,5.0,5.0,5.0,5.0,"I did Ironhack Part-Time Web Development Bootcamp on the Miami campus. The most important skill I gained with Ironhack was learning to study, learning how to update yourself every day. The Ironhack staff is super friendly, well prepared, and always attentive... Read More to help you. Their career services are spectacular because they teach you how to share your growth process with others, and so you end up working for a tech company. For students who don't have a programming background, my advice is to study the prework thoroughly. Delve into each technology if you have time because after starting the course, there are a lot more materials you need to see. The key to learning is to practice as much as you can, so take extra time to code and do the labs. Don't let a day go by without learning something new, doing a kata, or reading an article on Medium about how to improve the performance of your software. Consume technology at all times, and tech will know how to reward you. Thanks, Ironhack!!!Read Less",Web Development Part-Time,Web Development +271197,10828,ironhack,Nick Sayago,False,2020,Worth the time and effort!,2020-12-08,4.3,5.0,4.0,4.0,"Even during the pandemic I feel I got one of the best remote learning experiences possible. From the constant Teaching Assistant Support to the class times it was very well organized. I feel I definitely was able to strengthen my skills with JavaScript... Read More and HTML much more through this bootcamp than I could have in a year of trying to work independently. The Ironhack staff was always understanding and flexible which is what I enjoyed most, they we're always available and welcoming through Slack! While it was all through zoom the experience was definitely time well spent, I gained more knowledge and resources in these 6 months through Ironhack that I couldn't have found anywhere else.Read Less",Web Development Part-Time,Web Development +270846,10828,ironhack,Anonymous,True,2020,Disappointed,2020-11-25,2.7,3.0,4.0,1.0,"I participated to the remote Web Dev bootcamp. The teaching team is really nice patient, approachable and friendly, and they won't hesitate to stay longer in the zoom to help you with projects/labs, which is really appreciated.Regarding their technical... Read More knowledge, sometimes I felt they lacked it when we asked questions in depth. Our cohort was about 15+ students and we only had one teacher and one TA, who graduated from Ironhack just a few months before, so his knowledge was quite limited, especially for the projects. This was inconvenient because several times we had to ""wait in line"" to get someone to help us debug our code (after we spent at least 30 min, if not more, without success). Also, it is super intense and I truly believe that 9 weeks is too short to really learn all that's offered in the curriculum and fully understand. Some topics are briefly discussed but they require a lot more of self-study after the bootcamp as in between sessions we're too busy with the evening labs (which take hours to solve, trust me).Keep in mind that in the full-time bootcamp, there's no day in between each class where you can see deeper some concepts. Every day is super challenging and we're moving onto new subjects quickly, so it's super important to keep your head out of the water and ask questions until you fully understand, otherwise you will miss a lot of knowledge.The technologies studied are overall good for the current job market except for Mongo DB (non-relational DB) which I wouldn't recommend because it's a and nowadays relational DB (like mySQL) are more in demand on job offers.Regarding the career week, to me, it sounded like a joke. From their marketing campaigns, it looks like they'll arrange for you interviews with companies they have an agreement with (based on their ""algorithm""), but in fact in that week, you basically learn how to make a CV and a cover letter, and they keep repeating to you that you should use your network and that they won't help you if you don't do your part of the job and complete all the tedious tasks on the student portal.One great thing was the ambiance with the other students and those from other cohorts. Especially during a very intense bootcamp where your brain is overwhelmed, it was nice, even remotely, to get to (virtually) meet up, play games, etc.Overall I don't regret the experience of a coding bootcamp because I learned a lot and that gave me a great push for a career in development, but don't fool yourself, you need to work a lot more and for many more months before you get a job in development unless you have coding experience prior to the bootcamp.A coding bootcamp is really not for everyone. If you're really determined to get a job right after, you better start working months before enrolling.Also, considering the price, I really think it's a rip-off (unless you get a substantial scholarship). The price for the on-site bootcamp and the remote one are almost the same which is not justifiable as by learning remotely, you don't use any location from Ironhack, you use your own desk, electricity, internet, etc, and even for the events, you're bringing your own beer! Honestly, there are plenty of other schools that offer similar curriculums for a much lower price (especially for the remote course). Ironhack doesn't offer anything really exceptional or differenc from other school on the market nowadays.Read Less",Web Development Bootcamp,Web Development +270766,10828,ironhack,salim ameur,False,2020,"""An amazing experience !""",2020-11-23,5.0,5.0,5.0,5.0,"IRONHACK will be the best choice if you want to go deeper and have solid foundations in web Development. The tools provided helps you achieve with success the bootcamp.The teachers and T.As are always here for you and everybody is really supportive. I... Read More spend my bootcamp in an hybrid form ( you can choose between working from home or going to school ) and it was a very good experience.Just one tip for the futur web dev , get familiar with dev by doing some online course to be ready and to take all the advantage of the bootcamp.Read Less",Web Development Bootcamp,Web Development +270471,10828,ironhack,michael moyers,False,2020,Exceeded my expectations and beyond!,2020-11-16,5.0,5.0,5.0,5.0,"I could not be more impressed with my experience at Ironhack. Where do I start? When I discovered the UX field I knew that I would be a perfect fit, however, I also knew I needed proper guidance when making the career change. Ironhack provided me with... Read More more than enough guidance and resources to accomplish my goal of landing a job and making a complete career change. This program is called a 'bootcamp' for a reason. It is tough and intense. You are learning A LOT each day through lectures and (mostly) project work. However, the instructors are there for you at all times to answer any questions and offer you the proper guidance. The instructors I had were VERY knowledgable about the UX process and best practices, and they were always so patient with those who needed extra time to fully understand the concepts. I never felt intimidated or scared to approach them with any questions or concerns that I had. They created a very inspiring and encouraging classroom environment. Following the examples of our instructors, all of my fellow classmates were always willing to help each other out and pick each other up. By the end of the bootcamp, we had all gotten pretty close and it was honestly hard to say goodbye. Another part of the program I really benefitted from was their Career Services. Brito (the Ironhack Outcomes Manager) is an absolute job and networking guru! Something I really liked about this part was their honesty. They made it clear that if you want to land a job out of this program, then you need to be the one doing the networking and applying. So many bootcamps out there promise that they will hand you a job right out of the program, which is total BS. But Ironhack's approach is to teach you the best methods of networking, applying, interviewing, and setting up your LinkedIn. Rather than catching a fish for you, they teach you how to fish. I was able to land a really good Product Design job within a month of graduating. However, landing a job takes some people longer than others. I can honestly say that this program changed my life for the better. I was working in farms and restaurants prior to this, barely getting by on my hourly pay, and now I have landed a permanent role with a great salary and benefits. I am forever grateful for Ironhack and owe them so much. Last but not least I do want to say: this program isn't a walk in the park. It is a lot of work and very stressful at times, but this just means that you will be learning a lot of information. Any program worth doing will challenge you to become better. If you are serious about switching to a UX career, I would %100 recommend Ironhack!!!Read Less",UX/UI Design Bootcamp,UX/UI Design +270296,10828,ironhack,Anonymous,True,2020,Very intense and high reward bootcamp,2020-11-13,4.7,5.0,4.0,5.0,"Ironhack bootcamp is a unique experience where you are challenged during 10 weeks.it is not easy to learn how to be a webdev in a such a short amount of time but it works!Thanks to the great staff of Ironhack, you will never feel alone as their are all... Read More here to help you. They are patient and don't hesitate to take the time to reexplain things to you. At the end of the bootcamp, you will have some project that you can present as your portfolio.The facilities are suberbs, with modern design and good access to internet and furthermore, there is lots of goods restaurants around ;)Read Less",Web Development Bootcamp,Web Development +270295,10828,ironhack,VALENTINE CONQ,False,2020,"Great bootcamp, amazing humans.",2020-11-13,5.0,5.0,5.0,5.0,"I attended the UX/UI bootcamp at Ironhack and it was a great experience.Even with the particular sanitary situation, Ironhack managed to give us, remotely, really qualitative education. The pedadogic team (teachers, TA) as long as the ""admin"" team, were... Read More really comprehensive and caring so that we live the best experience. I can't say how much it was rewarding, both on human and professional aspects. I would definitely recommend this bootcamp !Read Less",UX/UI Design Bootcamp,UX/UI Design +270282,10828,ironhack,Ailie McCorkindale,False,2020,Highly Recommended Bootcamp!,2020-11-12,5.0,5.0,5.0,5.0,"I'm really happy I made the decision to join Ironhack's web development bootcamp. I was a little nervous before joining the bootcamp because I was changing from a completely different career field and had little previous experience in coding, but it turned... Read More out to be a great decision! The bootcamp is intense, but totally worth it because you become immersed in the code and progress quickly. I can't believe how much I learned in just a few weeks. The time flew by! The course is made up of three modules, which each last 3 weeks, and at the end of each module there is a project, so you put your new knowledge into practice straight away. You decide what your project is going to be, so you get to work on something that really interests you. The bootcamp is well run and organised, all the staff were very supportive and approachable. The teaching staff are knowledgeable and explained things clearly, and were happy to answer any questions we had. Because of the pandemic, the bootcamp took place in a hybrid format which allowed the flexibility to choose to work from home or come to class. I met a lot of great people. There was always a friendly atmosphere in the classroom, and we would help each other out when we were stuck or share helpful tips and tricks. All in all, the Ironhack bootcamp was a very positive experience for me, and I highly recommend it.Read Less",Web Development Bootcamp,Web Development +270277,10828,ironhack,Anonymous,True,2020,the perfect bootcamp to learn with efficiency how to learn by yourself,2020-11-12,4.7,5.0,5.0,4.0,"Pros : a really well organized program to learn with efficiency all the basics in web dev. You will learn fast, hard and well. Teachers an TI are great and always there to answer your demands. The programs are made to be as efficiant as possible for students... Read More to learn faster as possible.Cons: the possibility to do an internship or an alternation at the end of the 10 weeks would have been great. Sometimes, the rythme is so intense that you feel lost... everything goes really fast, but that is what a bootcamp is, and at the end, you might not have all insurance to get your first job.Read Less",Web Development Bootcamp,Web Development +270275,10828,ironhack,Cyril Léton,False,2020,The stepping-stone to a UX design career,2020-11-12,4.7,5.0,4.0,5.0,"I have thoroughly enjoyed my time at Ironhack in 2020. From the rich lessons provided by our Teacher extraordinaires to the Program manager’s benevolence, everything was made to help us progress in a safe and exciting environment during the Covid-19 pandemic.... Read More The design challenges and the capstone project with a start-up gave us plenty of opportunities to try out the different methods we learned. I wished we had an introduction to UX writing, but the Bootcamp gave me the confidence to transition to UX, as well as the knowledge and skills required to do so. It’s now up to me to continue learning by myself as one does after graduating from any school or college. It was inspiring to work with other students in such an immersive training program. We helped each other, supported one another, and also had tons of fun on Zoom and Slack. I highly recommend Ironhack to anyone looking for a program to start learning UX design. It's demanding during the Bootcamp, and you will have to study some more on your own afterward. But it's no doubt a great stepping-stone to begin working as a Product Designer.Read Less",,Unknown +270258,10828,ironhack,Anonymous,True,2020,Go if you get a scholarship,2020-11-12,4.0,4.0,4.0,4.0,"I did the full time bootcamp. It was just before the second lockdown so I followed classes on the campus and on Zoom. I have mixed feelings about it so I made 2 lists. Let's start with the cons (so I can finish on a positive note): - There is only 1 teacher.... Read More He's called lead teacher but he is the only one so ""lead"" here is irrelevant. I think it's a shame because there are so many ways to do design that learning just one approach is a bit short. - They make you buy a macbook for nothing. There are two 3 hour lessons on Sketch. Which is pretty much the only reason you'd need a Mac. keep your money, work on a PC and borrow a MacBook for these lessons. You'll be fine. - Figma & Sketch Labs are very very light. I really feel I still can't make the most of them. - The webdev week is laughable. The ""lead teacher"" was trying his best to teach us webdev basics. I was expecting a proper webdev teacher with structured and organized classes. I thought my 8000€ would buy that. I was naive. - The social aspect is cheap. They emphasize on the possibility to network and all the fabulous events that are organized... It doesn't exist. There are IronBeers on the rooftop once a week with one beer/person that they put in the fridge in advance so you can't really come unexpectedly. For the last one we had a few chips, 1 slice of ham per person and madeleines from Franprix with cheap wine. Just sad and cheap. Now let's talk about the pros: - the remote classes didn't feel so remote. They had some training with the first lockdown. It was pretty easy to follow even though we weren't on the campus. - The educational method is very efficient. You start working on projects from day one. You practice directly what you learn during class which makes it immediately very concrete and understandable. - At the end of the bootcamp, I felt ready to work. I had projects to show on my resume and I had some work worth a portfolio. And that is what counts!!!! - The career week and the coaching are both very good. I just finished so I can't tell more but from I've seen so far, it's the first time I feel supported in my job search. To wrap it up, like I said in the title: it's a good bootcamp but you can probably find the same quality for less money. So if you have a grant or subsidy of any kind go for it!Read Less",,Unknown +270253,10828,ironhack,Nicolas Ignatiew,False,2020,Very demanding but also exciting program to learn and implement UX/UI design principles into concrete projects,2020-11-12,4.7,5.0,5.0,4.0,"I found out about Ironhack UX/UI Design bootcamp during an open event organised by the school. I decided to join the program despite the fact that I didn't have any background in design. But I was encouraged by the beginner's mind and learning by doing... Read More spirit of the bootcamp. Right from the start we began to work on very concrete and interesting projects and learn to create valuable deliverables. Although the pace of the bootcamp was very demanding I could follow-up thanks to an amazing supervision from the educational staff, and also receive great support from my classmates (even though the bootcamp was done remotely due to the pandemic). The bootcamp is tough but you will never be alone in the journey and you can always rely on someone to solve the biggest issues you will face. In the end of the 9 weeks of the program I was able to realise things I would never though I will be capable of ! The big glow of the program is that you will have the chance to work with a real company for your final project, which will teach you how to be a designer not only in theory but also inside a corporate environment. The downsides of the program is that it is relatively expensive and requires you to have your own equipment (but you can find help from the staff for financial issues). Overall, the program was an amazing experience from me and allow me to learn a solid basis a UX skills that will probably help me tremendously in my professional career.Read Less",UX/UI Design Bootcamp,UX/UI Design +270252,10828,ironhack,François Vieux,False,2020,An excellent Bootcamp!,2020-11-12,4.7,5.0,5.0,4.0,"Amazing teachers, classes and support during the Bootcamp! 🔥😀🔥I strongly recommend IRONHACK if you want to learn Web Development. The teachers and T.As are always here for you and everybody is really supportive. If you are looking for a fast pace learning... Read More environment, IRONHACK is made for you!! But be ready invest yourself 100% into the course during the Bootcamp! 🔥😀🔥Read Less",Web Development Bootcamp,Web Development +270246,10828,ironhack,Eva sahlani,False,2020,a competent and friendly team. Perfect organisation even remotely,2020-11-12,5.0,5.0,5.0,5.0,"I am very happy to have chosen the UX-UI Design course from the Ironhack school.After only two months of intensive training, I feel legitimate to apply for a job in the field of UX design. Moreover, the team is always available to answer or advise us.... Read More And I loved the afterwork on Friday evening.Read Less",UX/UI Design Bootcamp,UX/UI Design +270206,10828,ironhack,Marie NAVARRO,False,2020,an intense experience,2020-11-11,4.0,4.0,4.0,4.0,"Ironhack has adapted perfectly to the covid crisis with its hybrid version: online courses, with the possibility of following it from campus or from home. The staff are lovely, the teachers knowledgeable, and the kindness is omnipresent.The premises of... Read More the Deskop coworking space are very pleasant and very suitable for bootcamps. The district has many restaurants of all kinds that offer take-out. In short: an ideal setting for our learning!Regarding the lessons, the pace is very fast: it starts strong and it never stops. Fortunately, the teacher is available and always takes the time to answer questions (so do not hesitate to ask!). It is vital to be hyper motivated because the lack of time during the bootcamp implies a personal work downstream to go further.Many projects are to be presented (perhaps too much, which is frustrating when you want to go further, but) this allows you to constantly put into practice the courses of the week, and especially to have concrete to present to recruiters as soon as we are looking for a job.On the techno side, the courses are clearly focused on Python, but allow a good grip of Git, SQL and Tableau. The course materials are online and do not always match the content of the course itself. Sometimes that's good because it provides clarification, but you can't always find what has been said in class ... ""Google is our friend""!Many projects are to be presented (perhaps too much, which is frustrating when you want to go further, but) this allows you to constantly put into practice the courses of the week, and especially to have concrete to present to recruiters as soon as we are looking for a job.This bootcamp was a great experience for me, I met great people and I learned a lot. But the covid crisis makes job search tough, even in the data industry, and this training does not cover all the techno requested by employers, who are looking for seniors or young graduates with at least internship experience or co-op education... it's important to be aware that Ironhack doesn't make it easier to find a job anymore.Read Less",Data Analytics Bootcamp,Data Science and Analytics +270185,10828,ironhack,Max Gruber,False,2020,"Intense, epic, joyful experience",2020-11-10,4.3,4.0,5.0,4.0,"ProsA chiseled program split into 3 perfectly timed modules and a career week to finishFriendly, patient and bilingual teachersExtra curricular activities such as meet-ups and webinarsConsA little too expensive for the course and the facilities",Web Development Bootcamp,Web Development +270147,10828,ironhack,Anonymous,True,2020,An amazing experience,2020-11-09,5.0,5.0,5.0,5.0,I did this bootcamp because i wanted to face new challenge and be a web dev.Why i choose and why you should choose this bootcamp;Pros: - Great teachers - Learning by doing- People you meetCons:- Difficult for people with 0 knowledge in development- Full-time... Read More mean full-time :)Read Less,Web Development Bootcamp,Web Development +270138,10828,ironhack,Timothée NICOLE,False,2020,My Experience at Ironhack - Web Development,2020-11-09,5.0,5.0,5.0,5.0,"I started my bootcamp in web development at Ironhack. I had almost no basis in coding, I didn't expect tolearn that much things in just two months. It was pretty intese as expected and we learned a lot of things everyday but always had the chance to practice... Read More what we just learned. The teachers and administration were really helpful when we were stuck and it was really great way to improve. The two teacher assistant were previous students of the bootcamp so they were really understanding what we faced. Furthermore, what we learned seemed really connected to the business reality.Overall it was really an unforgettable experience with a lot of new things learned.Read Less",Web Development Bootcamp,Web Development +269986,10828,ironhack,Rabeson Frederico RATSIMANDRESY,False,2020,"Intense, challenging and exciting!",2020-11-03,4.3,5.0,4.0,4.0,I was in the Web Dev August Cohort. It was a very good and awesome experience. Very good pedagogy. Intense and challenging training. You will not have the same way of thinking after the bootcamp 💪🏼 Teachers are great and so does for the whole team! Had... Read More the chance to meet awesome people as well! I recommend 🙂Read Less,,Unknown +269979,10828,ironhack,Anonymous,True,2020,Python-centered bootcamp,2020-11-03,3.3,4.0,3.0,3.0,"I've been a part of Paris August 2020 cohort. The bootcamp is very technical, concentrating mostly on Python and ML skills. Nice selection of students, good impression overall, but too few SQL and DataViz time. I had a feeling that they're trying to make... Read More of us Data Scientists (algorithms, Machine Learning, a lot of mathematics), which is impossible in two months. Very happy to learn Python though as it's a nice skill to have, asked a lot in interviews.Fun and hard working atmosphere. Career services are a nice bonus for the end. PS. Strangely, all the feedback that you're asked to do every week is not anonymous - means that if you write something non-positive, you can be contacted to explain yourself. Never seen that before.Read Less",Data Analytics Bootcamp,Data Science and Analytics +269959,10828,ironhack,Tiago McDonald,False,2020,One of the most valuable learning experiences of my life,2020-11-02,3.7,4.0,4.0,3.0,"I am glad to have invested my time and money in this bootcamp. It is very intensive, especially in the first couple of weeks because you are learning so many new things at once. But it end it's worth it because you finish the bootcamp with a theoretical... Read More and practical knowledge of Python, Machine Learning, SQL and Web Scraping.Learning remotely due to COVID was a struggle sometimes because there were some connection difficulties and we couldn't hear the teacher very well. But overall, I can say that what learned remotely would probably be the same if I had learned inside a classroom.Read Less",Data Analytics Bootcamp,Data Science and Analytics +269956,10828,ironhack,Camille Mazé,False,2020,An intensive bootcamp for a career change,2020-11-02,5.0,5.0,5.0,5.0,"The bootcamp doesn't seem to be that long, but thanks to the classes and the projects we are learning so much in a short amount of time. Furthermore we are working on project after class and during weekends, because we are motivated and giving ourselves... Read More fully.Read Less",UX/UI Design Bootcamp,UX/UI Design +269955,10828,ironhack,Raphaelle,False,2020,It was a PERFECT experience. I highly recommend IronHack !!,2020-11-02,5.0,5.0,5.0,5.0,"Before I started the bootcamp, I was really scared I wouldn't make it. But that was before... =) At Ironhack you will find :- A teaching team that listens and is always there to help and support you- Great courses - A very good atmosphere - Top tips",Web Development Bootcamp,Web Development +269952,10828,ironhack,Marina Fuxa,False,2020,Challenging and great web-dev bootcamp,2020-11-02,4.3,5.0,4.0,4.0,"I wanted to change of career path and I chose Ironhack to learn web-development. It's tough when you start from 0 but all the team is great and encouraging. If you have any doubt, talk with them, they are here to help. Lessons are complete, you will learn... Read More a lot of different tools, really useful. The 3 projects summarize and mix what you learned, you will practice a lot and that's the best way to learn. And the career week will help you to be ready to find a job. Teachers and TA did a great job. Really good program and cheerful team. The bootcamp is over 2 months so you have , obviously, to practice and improve by yourself also.I did all the bootcamp in remote, it was ok and they dealt with it pretty well. For me, it was actually better because I couldn't move to Paris.I recommend this bootcamp! Thank you all.Read Less",Web Development Bootcamp,Web Development +269512,10828,ironhack,Anonymous,True,2019,"Great qualified teachers but unorganized, not transparent and poor alumni support.",2020-10-20,2.7,3.0,4.0,1.0,"I attended the Berlin bootcamp and the biggest pro is that the teachers and assistants are highly qualified and have real experience in the industry. I however have countless bad experiences. Firstly I found that they were not transparent E.g every student... Read More pays a difference amount for tuition and since I paid full price I felt a a bit cheated when I found out other people in my class paid substantially less. They also promised career service after the bootcamp but never really supported people in my cohort, as a result I really struggled to find a job afterwards. At present only 3 people in my class have found a developer job in my class. They also promised that alumni would have access to the teaching material but instead we only have access to outdated web dev teaching material. The worse part of this entire experience is that they never addressed our concerns. I would not recommend studying at this bootcamp!Read Less",,Unknown +269343,10828,ironhack,Felipe,False,2020,"UX UI Iron Hack Sao Paulo, be careful before you sign up. Excellent curriculum, but poor customer service.",2020-10-13,3.3,2.0,5.0,3.0,"(Por favor copie e cole no google tradutor se você é um futuro estudante e esta pesquisando sobre qual escola ir) Covid 19, lost my Grandpa, lost two businesses, went completely bank corrupt, and decided to sign up for the boot camp because was always... Read More one of my dreams and I used to be a very big Fã of iron hack. The boot camp for its self was perfect, a lot of things happened in my personal life in the middle and they were very supportive. But in the end, they are lacking in their customer service for their older students, they claim to have a slack Channel but they don't answer you there, they promise a T-shirt for everyone, which is very SIMPLE, and until today we got nothing, as I also need to review some of the classes that I had because they said that each class was being recorded (on zoom) and in fact was, but they won't answer you back when you need, I already sent two emails and yes they read it already ( i have a tool that shows that), but nothing, it's so frustrating because I still need to finish my portfolio to start looking for jobs, but before I wanna see a few things that I forgot, BUT they don't answer, come on guys, for a really expansive Bootcamp and a school like you guys, you guys will really fail with me because of a simple email?I even referred you guys to a friend in Portugal, and yes he joined you guys because of me. It's really frustrating. Hope this can help you guys before you signing up. It's so sad to see how you guys really get me, got my money, and left alone in the middle of a pandemic, and yes, why I say that? Because you guys promise me that everything was going to be okay, and it's not! I just need the link for the recording class, that's it! I Paid for that, that's why I think it’s the minimum thing that I could get back from you guys.Read Less",UX/UI Design Bootcamp,UX/UI Design +269201,10828,ironhack,Ozzie Zamora,False,2020,UX/UI Design Part-Time | Miami,2020-10-07,5.0,5.0,5.0,5.0,"A truly amazing experience, to be honest. I was part of the Part-Time UX Design course for 6 months, and I cannot really describe how much I enjoyed the process. For me, it was life-changing. I came into class with minimal background in design and walked... Read More out the door with a wide range of skillsets (from UX Research, Design Thinking, UI Design software technical skills to even project management and communication, etc.). The Ironhack Miami classroom environment is beautiful, and its location is a jewel (in the heart of Brickell).But the real value of Ironhack Miami resides in its people and staff. The social interactions, professional network, and friends that you are going to make there are gold. I cannot thank enough to my design instructors Snezana, Juno, and Jade. Big THANKS also to Brito, the Digital Talent & Business Development Manager, for his constant support and advice after graduation in the Job Hunt process.All I can say is that a year ago, I was frustrated in a job with no growth, no passion, no recognition for my efforts, and today I am moving into a full-time UI Design role in a big company in the middle of a pandemic with a tough job market. Still cannot believe it, my life is about to change, and Ironhack was definitely the trigger.THANK YOU IRONHACK MIAMI SO MUCH!!!Personal advises:- If you can, create a little design foundation by learning before joining the course (Youtube, etc.). This will make you stand out- PLEASE never stop learning, during, and even after the course. Be curious and try to learn as much as you can by yourself. Just the course is not going to make you land the job or a pro. You need to have the drive and passion for it (this is were most of the people fail after the course, in my opinion)- Participate in meetups and reach out to the community for help if necessary, do not be afraidRead Less",UX/UI Design Part-Time,UX/UI Design +269141,10828,ironhack,Sacha Dollé,False,2020,"Great bootcamp, great team, great learning",2020-10-06,5.0,5.0,5.0,5.0,"I use to work in advertisement and decided to move into data through a bootcamp.I was in Paris' June Data Analysis bootcamp, which were 100% remote due to sanitary reasons.The lessons were very clear, really intense of course, but the teacher were here... Read More for us exactly as if we were on the campus.We've learned a lot throught those 9 weeks, and people are always amazed to realize all we were able to learn efficiently in such a short time.I'm really glad I had the chance to attend this bootcamp, because today I'm a proud Data Analyst.Read Less",Data Analytics Bootcamp,Data Science and Analytics +269133,10828,ironhack,Calypso Redor,False,2020,Une superbe expérience,2020-10-06,5.0,5.0,5.0,5.0,"« On m’avait prévenu de ce que voulait dire « bootcamp » mais je ne m’attendais pas à un tel rythme », c’est ce que j’ai beaucoup dit en présentant la formation ironhack UX/UI. En deux mot, cette formation est une superbe expérience. Étant déjà familiaire... Read More avec le métier j’avais de grandes attentes pour cette formation et je n’en suis pas déçue. J’ai été impressionné par la qualité de l’enseignement et de l’évolution des étudiants en si peu de temps. Nous avons beaucoup appris, les projets ont étés tres formateurs. L’entraide et l’ambiance générale ont été assez exceptionnels. Nous avons réalisé la formation à distance et ce fut tellement concluant que je compte travailler en entreprise full remote très bientôt.Read Less",,Unknown +269115,10828,ironhack,Linda Mai Phung,False,2020,"Intensive as promised, supportive teachers and staffs members, good content.",2020-10-05,4.3,5.0,5.0,3.0,"I am very satisfied of my training this summer at Ironhack Paris. Even with the pandemic issues, the classes were taught easily via videoconference. I did lack the human vibe sometimes but fortunately, we could access the campus and meet with other classmates.... Read More Bootcamp: it is a very challenging training as it will take most of your evenings and week-ends (and your whole brain and mind) to learn, design and collaborate but it truly worths it: I have no hesitation anymore to prepare and rock presentations, work with a team and talk product strategy with my clients. Indeed, this training makes you confident enough to work for any early stage start-up and as a junior ux/ui designer even if you have no background in design. For the career program however, be sure to confirm what you really will get as there are re-adjusting their offer according to the current covid- situation.Read Less",,Unknown +269104,10828,ironhack,Alice Prigent,False,2020,A unique and enriching experience!,2020-10-05,4.3,5.0,4.0,4.0,"I am delighted to have been able to realize a web development bootcamp at IronHack. Despite the context (covid-19), the classes went well and we received quality instruction. The pedagogical team is listening and accompanies the students as well as possible... Read More throughout the training. The content of the training is very relevant, and favors the integration into the job market after the bootcamp. As is the career service that helps us find a job after the training. A great experience, I will do it again without hesitation!Read Less",Web Development Bootcamp,Web Development +269103,10828,ironhack,Manon Morgaut,False,2020,Intensive but definitely worth it,2020-10-05,5.0,5.0,5.0,0.0,"I decided to follow Ironhack's program in the context of changing jobs from sales to Product Management. The objective was to develop the necessary tech skills to better collaborate with a dev team in my future job. The bootcamp I followed was from June... Read More to August 2020 meaning everything was done remotely. In general I am very satisfied with this course. They have managed to adapt smoothly to only-remote classes and even in this context I found it very easy to learn and work with the other students. The morning was dedicated to class and afternoon to labs. One needs to bear in mind that this is an intensive bootcamp hence the need to dedicate some time outside the class hours to go through the class material or review the classes of the day. It took a little bit of time for me to realize that and I went through some quite anxious phases when at some points I was realizing I was completely lost!What I particularly liked was the fact that for my final project I was given the freedom to do it my way: I decided to follow a product management methodology to develop the app I was working on, meaning I spent a lot of time doing discovery before actually starting the development phase, and both the teacher and TA supported me on this initiative.Read Less",Web Development Bootcamp,Web Development +269102,10828,ironhack,Rohini,False,2020,A very complete and Interesting Experience even in the lockdown!,2020-10-05,4.7,5.0,4.0,5.0,"I had no experience in the field of UX UI Designer, today I'm able to have and analyze a User experience from A to Z.Thanks to the teacher who explain very well and were always with us when we needed. They were able to manage even during lockdownthank... Read More you for this wonderful experience!!Read Less",UX/UI Design Bootcamp,UX/UI Design +269045,10828,ironhack,Fanny Sabin,False,2020,"Amazing experience, highly recommended !",2020-10-02,5.0,5.0,5.0,5.0,"I attended Ironhack FullTime Web Developement bootcamp and I was totally satisfied with this learning experience. I had no coding experience before taking the course so it was really challenging, but the courses are made not only to give a good baseground... Read More for technical skills but also give you all the tools to prepare you after the bootcamp to go further and continue developing your skills.I had excellent teachers that were highly skilled, always ready to help and really open to new suggestions. The Ironhack staff is also very supportive and always ensures that everyone feels comfortable during the learning process. If I can give some advice, just be sure you take enough time on the prework and you’re ready to be 100% involved in an intense but amazing experience. I highly recommend this bootcamp!Read Less",Web Development Bootcamp,Web Development +269020,10828,ironhack,Charlotte Noguer,False,2020,Awesome Bootcamp,2020-10-01,5.0,5.0,5.0,5.0,"I has been years since I worked in the tech environment and really wanted to take a part in it.Ironhack helped me understand all those lines, logic and processes behind our web applications.Sure, it was intense, but It has been a long time since I had... Read More been this passionate about a subject, and wow, this feeling when you resolve a bug or when you make everything work... it's just amazing. It was a great time spend with the Ironhack team and my fellow Ironhakers (and even more because our cohort had many women in it!).I loved the group projects and the overall group dynamic, how the teacher and TA where there for us and really helped us and how for each module we had a time to make some feedback to improve our learning process (reviewing the practices that really worked for us, those that worked less, and make suggestions to improve our global experience).Oh, and the ironbeers, even on remote, where a total delight.I'm glad I picked Ironhack, first because I wanted to learn JS , second because they feel concerned about women in tech, and third because they really want to make the bootcamp a great experience and souvenir for you.Read Less",Web Development Bootcamp,Web Development +269010,10828,ironhack,Orane Lefevre,False,2020,"Great experience, you learn a lot in those 10 weeks!",2020-10-01,4.7,5.0,5.0,4.0,"I really enjoyed my experience at Ironhack Paris. We did the class in a hybrid format due to covid-19 where the campus was open to students but all classes were virtual. I was impressed by the professionalism and the adaptability of the teaching staff... Read More , who managed to deliver a great experience despite de conditions.The curriculum is fast-paced, you will have to put in a lot of effort but it is worth it. You can see how much you've learned week after week and it is very valuable. I feel ready ton take on a UX job after the bootcamp.Read Less",UX/UI Design Bootcamp,UX/UI Design +268969,10828,ironhack,Anonymous,True,2020,Quick dive into data,2020-09-30,3.7,4.0,4.0,3.0,"Friendly environment with knowledgeable tutor, I cannot do it any better with online learning platforms.The 9 weeks is in fact 8 weeks comprised of 4 days intensive classes + labs and 1 day (in reality and the weekend) of project work. The final week... Read More was dedicated for the final project.The journey started long (dependent how you deal with deadlines/preparations) before the bootcamp with the introduction to git, python, sql and statistics. I highly recommend taking the time to absorb those information to form strong foundation for the upcoming challenge.Along the way, the supportive Ironhack team would check in to ensure you that the emotional rollercoaster is completely normal, I recommend speaking up with the rest of your class to share the experience, soon you will learn that you are not alone.The material covered are just deep enough to provide enough guidance for future work, let's be honest 8 weeks is a short time to cover everything. The most important is to deliver the mindset of questioning what is in front of you, and the toolkit and understanding to be able to do your own research faster.The projects and the subsequent presentation of your work is a valuable experience, however I was expecting to have one of the project to be teamed up with a company to provide some career network/progression for after the bootcamp.Overall, very happy with the learning experience, the career support could be a bit better for post bootcamp experience. After all, one of the top three reason for any one attending a bootcamp is to attain a career in the field.Read Less",Data Analytics Bootcamp,Data Science and Analytics +268800,10828,ironhack,Anonymous,True,2019,Not much better than taking an udemy course,2020-09-25,2.3,2.0,1.0,4.0,"I took the Data analyst course. The other students were nice overall, i had nice people experience. I think the teachers are also ok.The material is super outdated and very low level. They use materials from 2016-2017, some of them are not actual and... Read More many of the source materials are not available. Teachers upload missing data to google drive as they realize its missing, but we still use outdated stuff.Learning portals(Udemy, Coursera etc) vs IronhackLearning material: Learning portals: 10/10, very up to date, and huge selection.Ironhack: 3/10, outdated and the same for years without change. They don't even take effort to find out tasks, you have to do them.Price:Learning portals: 10/10 , from free, super cheapIronhack: 2/10, 7000$, can be much, much more at other bootcamp schoolsTeacher knowledge:Learning portals: 10/10, the greatest minds are sharing their knowledge.Ironhack 3/10: They definately are not stupid. And they do their best I'm assuming. But its not compareable.Hours included:Learning portals: as much as you wantIronhack: 400ish(half of them are 'standups' and 'games' which are not fun super useless and really do take a lot of time away).Actual hours put in:Learning portals: 2/10, usually people slack off because its free/cheap and there is no time limit.Ironhack: 7/10, as above, you pay and you want to get something for your money so you slack less.Paper for people with no PHD:Learning portals: 3/10, if you can actually do what is in your 'certifications', the sky is the limit. But just the certificate itself doesn't worth shit.Ironhack: 2/10, same as above, but since you can only learn less, you can't show up more.Career support:Learning portals: usually close to 0Ironhack: I did not attend this, i was disappointed enough in the 10 weeks. I don't expect anything big, the only 'alumni' they could get to talk to us as previous student was a super lowlvl job(the guy was cool though so no offense there).This could be said about all courses and bootcamps on the world, but from online courses you can get refunds super easily if you dont like something, so its easier to select out the trash. With bootcamps you pay thousands of dollars with no hope of a refund if its shit.TLDR: Overall experience:I'm not sure what I expected from this, I was new to the field and wanted to jump in somehow, just learning a few hours every now and then was not really effective. So in a way it was good, because I spent the time on learning, not on playing games etc. Also i did not have to work during the 10 week with full salary because of covid. So i only regret it halfsy.Don't do any bootcamps if you can sit down by yourself to study/read stuff. The only reason to pick a bootcamp is because you can't get yourself to sit down and learn. If you can, online learning is the way.Oh i almost forgot: Teachers, TAs and job supporters were many times late and cancelling appointments(during full lockdown, they were working from home but cancelled the hours!!)Read Less",Data Analytics Bootcamp,Data Science and Analytics +268746,10828,ironhack,Anonymous,True,2020,Great bootcamp to kick-off your technical ramp-up,2020-09-24,4.7,5.0,5.0,4.0,"I attended Ironhack Paris Web Development bootcamp, it was a great learning experience.The learning path is made to acquire concrete technical skills during 9 very intensive weeks.It was extremely rewarding to be able to already code all aspects of a... Read More web application at the end (we developped 3 projets during the bootcamp).It is perfect if you want to quickly kick-off your transition in that domain or ramp-up on those technologies. On the other hand, not being able to go really go deep on all topics to follow the courses flow was a bit frustrating. Bootcamp format gives you nice groundings to start your ramp-up, but keep in mind that a lot of work remain after to develop your expertise.There was a great spirit between classmates and with Ironhack team. Teachers were excellent and opened to suggestions.Read Less",Web Development Bootcamp,Web Development +268442,10828,ironhack,Rafael de Lázaro,False,2020,A challenge that constantly pushes you forward,2020-09-14,5.0,5.0,5.0,5.0,"This has been a very intense experience, and one I am extremely happy to have lived. The bootcamp provides an excellent learning environment, with amazing teachers, comprehensive learning materials, scrum daily meetings... You can take it without prior... Read More coding experience, but it does not hold your hand: you will get from it as much as you are willing to put in it. Expect long days of work, with some calmer ones and fun activities in between. The feeling of accomplishment you get when you see your own web apps online is just amazing. After the technical bootcamp there is a week they call careerhack where you will get some really good counseling on how to make the best out of your job search. Here too I found very good support materials and the coach was just excellent.I definitely recommend it, but clear your schedule for the next 10 weeks. This will become your life during that time.Read Less",Web Development Bootcamp,Web Development +268440,10828,ironhack,Lanette,False,2020,Intense and life-changing!,2020-09-14,5.0,5.0,5.0,5.0,"Yes, the bootcamp is challenging. You make long hours and really need to invest everything you can. But, the rewards are great. You'll learn so much in a short amount of time. Not only about coding but also about pair programming, the professional world... Read More of development and projectmanagement. And I was very fortunate to have a great teacher with a lot of experience teaching remotely, making the remote-environment very enjoyable. I had high expectations coming in, but I can honestly say that Ironhack has surpassed them. One thing to keep in mind is that you will definitely not be done learning after Ironhack. Ironhack gives you all the tools and knowledge you need to get a very good start and possibly land a job as (Junior) Web Dev, but you will have to keep put in the effort and learn more yourself afterwards. But as this is also necessary for the job of web dev in general, that shouldn't surprise you or hold you back.Read Less",,Unknown +268236,10828,ironhack,Irina Buruiana,False,2020,Ironhack overpromises your career expectancies,2020-09-04,1.7,1.0,3.0,1.0,"I have been a part time student at Ironhack Berlin, UX/UI design course from January 2020- until June 2020. I want to make a career change from cognitive psychology to UX Design. I chose the bootcamp for the course, but mostly for their promises in connecting... Read More us with companies, having fast track interviews. I hoped that this will make my transition smoother.During my class, Corona Pandemic hit which forced us to move all the classes online. Cons:- we had our teacher changed, as it was not meeting with the expectations of the course during the course, which made us lose classes and the part of UX Research for example for damaged as it was not the speciality of the teacher itself- we are done since one month and a half and we haven't had any fast track interviews, any connection with any companies, anything in terms of job search. We have paid 6000 euros only for an online course.- our career coach quite just before we started our Career week leaving us with no guidance or follow up.Conclusion: We haven't had any help with our job search and the communication with the management is very blurry and not at all transparent.Advantages:- Muri, the teacher that came afterwards was amazing and we learned a lot from it- The projects are very well structured.I am writing this review as I believe it is fair to know for what you are paying. When I entered the course I was not aware of this flaw and I feel that the Bootcamp itself is not worth the money they are asking.Read Less",UX/UI Design Part-Time,UX/UI Design +268202,10828,ironhack,Francisco Ponce,False,2020,"Immersive, challenging and fast-paced, you won't regret.",2020-09-03,5.0,5.0,5.0,5.0,"I was a little bit reluctant to take the bootcamp on remote when the COVID19 pandemic started, I thought it wouldn't be the same experience on-site, but after the first week, I knew I had no idea what I was talking about. The classes are fast-paced, there... Read More is no time to take a deep breath and recap a lesson you don't remember, well at some point you will by actually coding. Don't worry, there are tons of labs to practice, and for some reason everything will make sense and you won't know why. LT's are coding rockstars that are always willing to help you achieve your goals. Staff is committed with your academic and professional path.Read Less",Web Development Bootcamp,Web Development +268193,10828,ironhack,Aide Ruiz Rebolledo,False,2020,Invest in real education in short time.,2020-09-02,5.0,5.0,5.0,5.0,The cons : Pricy or expensiveThe pros:Learn to use technology to work from the distanceSince then you do not feel by yourselfFeel part of a strong community Left on you the believe on yourself and none stop learning Intense but no waste more time that... Read More you need for achieve the knowledgeRead Less,UX/UI Design Bootcamp,UX/UI Design +268172,10828,ironhack,Emmanuel Solano,False,2020,Fast paced and immersive course. You eat and breath code.,2020-09-01,5.0,5.0,5.0,5.0,"Ok, lets start with the *Pros:-The fastest way to really learn the basics for web development.-Very effective way to switch career and land a job as a developer.-You will meet super interesting people.*Cons: -People with really 0 experience could find... Read More this Bootcamp a little challenging. (I highly recommend to previously take some courses in Free Code Camp, Codecademy, Udemy, etc. to really take advantage of the program and teachers)-You have to be commited with the Bootcamp AND NOTHING ELSE MORE for about 2 months.Read Less",Web Development Bootcamp,Web Development +268130,10828,ironhack,Diana Odiaka- Obiagwu,False,2020,Empowering!,2020-08-31,5.0,5.0,5.0,5.0,"The most intense 9 weeks of my life that led to me gaining a most valuable skill set, built on a great foundation while being supported by the best team in the world! Ironhack is fast-paced but information rich. I went in thinking i will definitely not... Read More learn anything because it’s so fast paced but 9 weeks down the line, I feel Empowered because I know so much and I know I am equiped to go work anywhere my skills as a fullstack developer is required.Read Less",Web Development Bootcamp,Web Development +268094,10828,ironhack,Filipe Freire,False,2020,Life Changing! (Lisbon Campus),2020-08-30,4.3,4.0,5.0,4.0,"My experience doing the Full Time Web Development bootcamp at Ironhack exceeded my expectations. I was a bit worried because of the COVID-19 situation, all the classes being transferred to remote, but it turned out to be amazingly more productive. It... Read More is very intense and fast paced, so have that in mind if you're looking to apply! Nonetheless, Ironhack's team really makes the whole experience worth it as they support you all the way and do their best to assist you every step of the way. The Syllabus is very complete and reflects a lot what the market is searching for at this time, which makes it easier to look for a job right after the bootcamp. Overall, I have definitely come a long way since I first started and I'd easily recommend Ironhack to other aspiring web developers!Read Less",Web Development Bootcamp,Web Development +268049,10828,ironhack,Joan Concha,False,2020,Wonderful experience,2020-08-29,5.0,5.0,5.0,5.0,"At the beginning, I wasn't sure about joining the bootcamp (I even though about quiting after the first week), but it turned out the be one of the best decisions I've ever made. The Curriculum of the Data Analytics course is great and complete, it gives... Read More you more than the basics to follow a Data Science career. The professor and the teacher assistants are great and very helpful, I believe they are the main reason of the success of the D.A. course. I would love to come back as a web development student in the future!!Read Less",Data Analytics Bootcamp,Data Science and Analytics +267977,10828,ironhack,Chaba Josa,False,2020,Best decision I have ever taken,2020-08-28,4.7,5.0,5.0,4.0,"I got into coding because I thought automating the boring stuff with Python would help my social media manager duties, which it sure did, but this wasn't the only thing that happened while learning the basics of code. I found there was a whole world a... Read More didn't know about, a world where you can build anything with unlimited materials. Right then and there, I knew programming was going to be huge for me, so I started looking for coding schools, and as soon as I found Ironhack it just clicked. In just 9 weeks, I would learn in-demand job skills and have a shot at becoming a software developer? To be honest, at first, it sounded a little too good to be true, but I'm here to tell you it very much is. Ironhack was the one thing that truly helped find my passion for coding through raw knowledge, teamwork, and camaraderie. If I had to do a million times over, I would do it without blinking. Shoutout to the most awesome instructors and TAs in the world: Niko Tzikas, Juan Grajales, and Stefan Culafic (AKA Spuderman).Read Less",Web Development Bootcamp,Web Development +267895,10828,ironhack,Anonymous,True,2020,Not professional and far from what I expected,2020-08-26,1.3,1.0,2.0,1.0,"At the beginning everyone from the staff seemed super friendly and open to help but the further we got into the bootcamp the more I felt I had to wait for hours for someone to help and sometimes didn’t even get any help at all while I saw other students... Read More getting all the help. I feel that the teaching staff were bias asks only focused on people they are interested in the students they think they can get a benefit from in the future. This can also be applied to program manager who treated the non-so-interesting students like trash. They really need to get their priorities straight, they only seem to care about you until you pay or until you can’t request a refund... then you are completely neglected if they don’t see they can benefit from you. Another very disappointing fact is what they call the career week. They promised high quality preparation for the job interviews so you can nail them and get a job when you finish the bootcamp. Those lectures are nothing you can’t find or read online. They don’t have a good structure or unique method that they came up with, they even send you post I’ve already found before they sent them. Also you have the interviews with companies, what a mess and disappointment. They get companies they are not even looking for someone or they are looking to hire non-paid or low-paid interns and you have only 10 mins to talk to them inside of a caotic environment and people cutting you off. On top of that they even allow the teacher assistant to take part in the interviews which is unprofessional and really not fair for us... Overall I will never recommend ironhack and would go to another school. They all have similar curriculums and I’m sure they will be more professional than ironhackRead Less",,Unknown +267864,10828,ironhack,Edgar Arturo Mora Zea,False,2020,FullStack Developer,2020-08-25,5.0,5.0,5.0,5.0,"La principal característica a favor es el horario, ya que te permite trabajar y asistir al curso, otra característica es el temario ya que se encuentra actualizado para que al salir te encuentres identificado con el Mercado, por último, los ejercicios... Read More y proyectos están enfocados en aplicar lo aprendido en la clase y a lo largo del móduloRead Less",Web Development Part-Time,Web Development +267742,10828,ironhack,Dionel Elias Panuncia,False,2020,It was tough it wasn't easy but was it worth it? Absolutely.,2020-08-23,5.0,5.0,5.0,5.0,"I'm glad with my experience in Ironhack, Starting off as someone that only understood basic html and css to building full scale websites using react js and mongoDB in less then 3 months should already tell you that this institution means business. The... Read More TA's here are truly one of a kind and very devoted to helping you understand what you're doing.Read Less",Web Development Bootcamp,Web Development +267640,10828,ironhack,Anonymous,True,2020,"Intensive as promised, supportive teachers and staffs members, good content.",2020-08-20,4.3,5.0,5.0,3.0,"This bootcamp makes you confident to jump into the job market as a UX-UI Designer after only 9 weeks of class and a final professional projet! Unfortunately, due to the covid issues, all the content was taught via video conference: it went totally fine... Read More but I personally thought communication was not easy when working collectively or for fun social gathering like friday beers... However, I enjoyed having the choice to study from home/my countryside getaway whenever I wanted to and how caring and dedicated the teachers and staff were. Do not expect to participate to a job dating fair as described in the former program, everything has changed since Covid, and there are adjusting (For our class, the HR will hunt jobs and introduce each of us to 1-2 companies). Just make sure to cover all details before enrolling to avoid disappointment. I was at the Paris Campus in June 2020 and if I could, I'd do it again!Read Less",,Unknown +267597,10828,ironhack,Laura Kaddour-Assia,False,2020,Overwall really good experience,2020-08-19,3.7,4.0,4.0,3.0,I got into the Bootcamp during the Corona Pandemic. They reacted in a really good way and we did our bootcamp remotely. The learning material is good however it looks too much to the lesson during the pre-work. Cool projects. It is really intense but... Read More it's part of the deal. The job support at the end was pretty poor I would say because the person in charge left with a short notice ( I'm pretty sure it was not her fault ) so I couldn't have a lot of talk with her.Read Less,UX/UI Design Bootcamp,UX/UI Design +267588,10828,ironhack,Michael Rehnert,False,2020,"Put in the effort, and Ironhack will match you step for step.",2020-08-19,4.7,5.0,4.0,5.0,"It's not a walk in the park, let me make that clear. If I had to sum it up, and I know it sounds cliche, but you get out of it what you put into it. And I know some of you are like, well I paid the tuition money. No, that's not what I mean. The money... Read More is beside the point. Whether you want to invest that money in yourself or waste it is up to you, and you'll decide that in nine short weeks. To sum it all up, Ironhack is totally worth the money, effort, and stress. If you want a coding bootcamp that will match your best efforts step for step, you can stop searching now-- Ironhack is your golden ticket to the good life. Just don't expect to have your hand held all the way. That's not to say the instructor cadre isn't awesome. They are beyond amazing, and so is the career advisor. But they are there to catch you if you fall - - you have to do the walking. Ask questions, stay hungry, stay motivated, and you'll never regret this decision. Read Less",Web Development Bootcamp,Web Development +267583,10828,ironhack,Anonymous,True,2020,Just An Honest Review,2020-08-18,4.0,4.0,4.0,4.0,"Overall, I'm happy about my experience in Ironhack. To preface, I had zero technical background and graduated so if I can do it, you can too! That being said, some things to consider ---1. It is a lot of hard work normally, but especially if you don't... Read More have a strong technical background get ready to put in extra work/time/dedication before and after class and through your weekends. 2. After all that grinding, you are able to produce 3 awesome projects (which you will be very proud of). However, your overall grasp on web development is still pretty shallow so be prepared to continue learning and deepening your knowledge even after graduation. This bootcamp is a great starting point! And lastly, 3. Even though this class is remote and invites students from anywhere, it is still focused towards South Florida particularly during Career Week where they help you search for jobs and prep you for interviews. Although they do teach you how to search for jobs (with this skill it's applicable to wherever you are), but many of their references to jobs, companies, connections, speakers, fast track interviews matchmaking system, etc. are all Florida-based, so people who don't live there may feel excluded. The career department for all USA students is a one man show - Granted he is very knowledgeable and has much wisdom to offer, but I hope Ironhack hires more people to support in this area as the graduates' career needs are surely growing and beyond the limits of just one person.Overall, the experience was good, the instructors were GREAT, I cried, I laughed, I learned a lot, and it's worth the money.Read Less",Web Development Bootcamp,Web Development +267579,10828,ironhack,Andrew H,False,2020,Great Learning Experience,2020-08-18,5.0,5.0,5.0,5.0,"Overall, I'm very happy I decided to join Ironhack. I had been doing ""self-education"" on and off for a few years prior to joining, and Ironhack really helped to bring everything together for me. Instead of having bits and pieces of unrelated knowledge,... Read More Ironhack helped me to gain a coherent understanding of web development. The instructors were great, and I learned a lot. It's a significant financial investment, but I think it's well worth it. It's an intense curriculum and you have to remain disciplined throughout, but it's definitely do-able.Read Less",Web Development Bootcamp,Web Development +267563,10828,ironhack,Brandon Collada,False,2020,Best Experience Ever,2020-08-18,5.0,5.0,5.0,5.0,"Ironhack was an amazing experience and I am thankful for everyone who helped me on my journey! David is very knowledgable in UX design and he is a genuinely awesome dude. Juan, Niko, and Stefan are also great teachers from what I heard from the web dev... Read More students and they were always fun to work with! Brito is another amazing person in Ironhack who gives you some tough love but it is all with good intentions! Just make sure to stay focused and keep your eye on the prize. The 9 weeks will FLY by.Read Less",UX/UI Design Bootcamp,UX/UI Design +267560,10828,ironhack,Stephen Z,False,2020,Best Bootcamp,2020-08-17,5.0,5.0,5.0,5.0,"First of all, as in middle of the COVID19, it was a lot of uncertainty to apply for a full time school, but the result is worth what you putted in. I was extremely impressed when I came into this program with just very limited knowledge of the program... Read More language. Instructors and TAs were very forth coming in their knowledge and extremely friendly also energetic helpful. Career support was also engaged to help with those who had graduated with their professional knowledge and skills. To be honest, this program definitely exceeded my expectations, I was glad I made this life change decision.Read Less",Web Development Bootcamp,Web Development +267531,10828,ironhack,Daniel Perez,False,2020,Amazing,2020-08-16,5.0,5.0,5.0,5.0,"As a current senior student studying computer science at a top university, I can truly say that attending Ironhack was the best decision I made this summer. I have learned way more in 9 weeks than I have learned pursing a four year degree. Yes, I have... Read More learned a lot of new technical skills but the best thing that got from Ironhack is the community of grads, that has no value. During careers week you will learn that sometimes it is not about what you know but about who you know and that is definitely important when job hunting. My experience with Ironhack was great and it has helped me in growing my passion for technology .Read Less",Web Development Bootcamp,Web Development +267527,10828,ironhack,Anonymous,True,2020,Intense and complete bootcamp,2020-08-16,5.0,5.0,5.0,5.0,I took the 10-week Ironhack class this summer and I learned so much in such a short period of time. Individual and group work make you progress quickly as well as feedbacks from the teachers and TA. The rythme is pretty intense (so take it only if you're... Read More prepared to work a lot during 2 months) but the outcome is worth it. Of course you'll need to work on your own afterwards to master the concepts you've learned during the bootcamp but you'll be quite prepared for it :)Read Less,Web Development Bootcamp,Web Development +267517,10828,ironhack,Matthew Manzo,False,2020,Most Incredible Experience!,2020-08-15,5.0,5.0,5.0,5.0,"As someone who didn't previously have a technical background, I wanted to find a school that would not only greatly improve my web development skills, but provide me with a network and framework for career support after the program as well. A few highlights... Read More below - The overall teaching and curriculum is exceptional. The instructors and TA's are amazing at taking foreign concepts and simplifying them and making them MUCH easier to understand. They're so supportive and encouraging every step of the way, and I'm as thankful as can be that they re-ignited my enjoyment and passion towards being a lifelong learner. I learned more in 9 weeks than I could've ever imagined, building awesome projects that may have once seemed impossible to do. The career guidance and support that you receive during and especially AFTER the program is equally impressive and exceptional. The program is so structured and geared towards innovative and unique job hunting methods that most aren't even aware of. Brito (the outcomes manager) is there for you every step of the way and is the most selfless person you'll ever meet, gearing his efforts towards seeing his students - past, present and future - succeed. The educational benefits and career opportunities that are brought by following the guidance of those at Ironhack are invaluable. I wholeheartedly recommend Ironhack and want to extend my sincerest appreciation, gratitude and thank you's to all those associated with the bootcamp.Read Less",Web Development Bootcamp,Web Development +267514,10828,ironhack,Anonymous,True,2020,It was a good experience,2020-08-15,4.0,4.0,4.0,0.0,"It was veryyyy intense and sometimes you think maybe it is not a right way of learning something, but no way ....this is intense and you have to adapt yourself with that if you really want to shape your carrier. The teacher was a good person with a good... Read More knowledge in UX but he could be more friendly...I dont know, at least it is my feeling... and the TA was amazing person so helpful with a good knowledge in UI. I recommend this course ;)Read Less",UX/UI Design Bootcamp,UX/UI Design +267500,10828,ironhack,Hanna Murai,False,2020,Extremely satisfied with my experience,2020-08-14,5.0,5.0,5.0,5.0,"When I decided to change my carrier, one of the hardest things was to find a right school. To be honest I’ve never thought about Ironhack , because I live in Dallas, TX and that’s why I was thinking to find something locally. When I started to look for... Read More a bootcamp, many offers were listed but all of them had very mixed reviews, then I heard about Ironhack from friend of mine who had recently graduated and already found a job I’m so glad I’ve decided to go to Ironhack and very proud I have accomplished it. The bootcamp is intensive, very fast paced, but the curriculum is really good, instructors are extremely patient and dedicated.Read Less",Web Development Bootcamp,Web Development +267375,10828,ironhack,Chakib Bachir,False,2020,I definitely recommend Ironhack !,2020-08-11,5.0,5.0,5.0,5.0,"I deeply recommend Ironhack.I feel like I’m advertising in this post, but I’m not. It’s just that I had the chance to compare two bootcamps. And if I had to do it all over again, I’d only recommend Ironhack and I will tell you why.The staff is very professional.... Read More Everyday, Katya (Program Manager) bends over backwards to make everything goes smoothly for every single student. Guillaume, Frank and Tatijana (teachers) were very patient, always checked that ALL students have understood the current topic before moving on so no-one was left behind. They never rushed a course. They even sometimes stayed late evening.You won't ever feel like being a customer but a Student. You want to enroll a School before anything else.Teachers were highly skilled but also extremely good at explaining. We had to submit our labs (assignments) daily that teachers review: good for tracking your progress and weak points !If you are looking for a job after the bootcamp, you will definitely appreciate Morgane’s help: she will give you all the tips you need, and much more.Unlike some other paris Bootcamps (I won't point them out), Ironhack offers:• High quality courses, a great student platform with super-rich and almost unlimited content. Not just a 5 line piece of code course :)• A real job support through CareerHack, and not just an “internship agreement”. :)• All the resources needed to become a Junior web developer: just work HARD and follow the instructions :)• More than 7000 other Alumnis from WebDev, Data Science, UX/UI ... we can interact with ! #Goldmine :)• Ironhack leads to a RNCP VI Certificate that equals a ""Bac + 3/4"" that's really recognized by the french state. No external certificate to take !• IronBeers every Friday 😜 ❤️ (the courses were so intensive ... we deserved beers 😅)My advice:Just make sure you start your pre-work ahead of time so you acquire some fundamentals before starting the bootcamp. Everything is on the Ironhack platform (beforehand, during and after bootcamp). I hope I helped you if you’re comparing bootcamps. Ironhack is an American school 🇺🇸 , a mix of a Business School and a military bootcamp: 😅 you’ll literally be ready for code-wars 🔫 😉 , not only you’ll feel like an Alumni but also kind of a Veteran 💪 🚀 🔥 . You can reach my on Linkedin if you have questions: https://www.linkedin.com/in/chakib-bachir/Read Less",Web Development Bootcamp,Web Development +267263,10828,ironhack,Anonymous,True,2020,"Una experiencia increíble, muy intensa y donde se aprende muchísimo.",2020-08-07,4.7,5.0,5.0,4.0,"Los contras seria lo frustrado que te sientes muchos días o momentos, saberlos gestionar y no querer abandonar es lo mas difícil. Los pros es todo lo que aprendes en 9 semanas y el gran compañerismo que hay. Lo que ofrende Ironhack en esas 9 semanas es... Read More lo que esperaba, sales sabiendo muchísimas cosas de las cuales antes no tenias ni idea.Read Less",,Software Engineering +267141,10828,ironhack,Edgar Chavero,False,2020,Amazing experience,2020-08-03,5.0,5.0,5.0,5.0,"Great experience at Ironhack Mexico, the teachers are great helping you throughout the bootcamp, and so the rest of the staff. The full-time bootcamp is really hard to go by but everyone helps you to achieve your goal. Every Friday they have activities... Read More to socialize with the rest of the class and other groups which I think Is a great idea to integrate everyone at campusRead Less",Web Development Bootcamp,Web Development +266915,10828,ironhack,Anonymous,True,2020,"Excellent choice, great conditions, great staff and curriculum",2020-07-29,4.7,5.0,5.0,4.0,"I just finished the Web Development part-time course. The experience couldn't be more satisfying!I had excellent teachers (both lead as assistant) that were very well matched with the subjects and tireless in supporting the students.The environment gives... Read More you the chance to study, as well to socialize and develop all kinds of connections (social, academic and professional).There are academic events constantly being promoted, such as webinars, seminars and workshops that complement the curriculum and the learning experience.I have not yet gone through the carer week, however the school has been sending me preparation material and has been totally available to my questions.I could not be more pleased!Read Less",Web Development Part-Time,Web Development +266891,10828,ironhack,Arturo Quiroz-Ramirez,False,2020,It was challenging and great!!!!!,2020-07-28,5.0,5.0,5.0,5.0,"Hi, I have to say that this was a quite nice full-time bootcamp at Ironhack (Mexico City)... For me, that I studied up to a PhD. in structural engineering, at the beginning felt that was going to be easy, BUT NOT!!!! It was challenging, I discovered a... Read More different way to make things work better. It was a cool group with people ready to help, from the advisors (like Anahí, Rocío and Pavel) up to the teachers (Yonatan and Oscar were always great and helpful). More than a review, I want to say to all of them THANK YOU!!! Hope in some moment near in the future, be able to take the Web Development one. Kind regards and I invite you to try Ironhack bootcamps. It's a great way to learn MORE THINGS tha only programming, it is a whole experience that deserves to be lived.Read Less",Data Analytics Bootcamp,Data Science and Analytics +266881,10828,ironhack,Anonymous,True,2020,Amazing and intense experience!,2020-07-28,5.0,5.0,5.0,5.0,"I've just completed the Web Development part-time course in Lisbon and it was the best decision in my life! I loved the curriculum, loved the people and loved the support. I was excited for every class and I really feel I've developed so many awesome... Read More skills. I would advise joining Ironhack to anyone who would like to pursue this career. They really are the best!Read Less",Web Development Part-Time,Web Development +266677,10828,ironhack,Lauren Todd,False,2020,Ironhack will knock your socks off!,2020-07-22,5.0,5.0,5.0,5.0,"This program gave me an incredible foundation in UX Design, UI Design and Human-centered Design Thinking, as well as all the resources and support to keep learning after my program ended. By the end of the course, I felt confident about the design process,... Read More the tools and techniques that can be used and the value they provide in understanding users, as well as the fundamentals of good design. The teaching team are very passionate and patient - they want to share their knowledge and their enthusiasm for design is infectious!Pros:- Passionate, enthusiastic teaching staff who want you to do well and understand the material. They explain things really clearly and take time to make sure you understand the tools and value.- Hands on projects - you dive straight in and I think this is the best way to learn!- Mix of team and solo projects- So much encouragement- Coding lessons included so you get familiar with development- Introduced to a great and supportive community of alumni, current students, and design experts across the region- Opportunity to participate in meetups from top designers who are experts in their field- Whole week dedicated to career support, leveraging your past experience, and how to network effectivelyCons:- Would have liked a bit more of a heads up on which platforms were best for building a portfolio (it just took me a while to get my head around - may be easier if you've built a site before!)- Not really a con, but you get out what you put in. If you're expecting an easy ride, this isn't for you. This course is called an accelerated program for a reason - if you're willing to graft, put your whole energy into the curriculum and materials, you will reap so many more benefits!Read Less",UX/UI Design Bootcamp,UX/UI Design +266459,10828,ironhack,Joana Rita Martins,False,2020,An online bootcamp super well organized.,2020-07-16,4.7,5.0,5.0,4.0,"I took the online Ux/Ui Design bootcamp at Ironhack, and though at first I was a little apprehensive then I was amazingly surprised with the experience. From the teachers, teacher assistants to all the team from Ironhack Lisbon, everyone made learning... Read More in these conditions the easiest job. Super well structured combined with an easy going environment. I really relate with Ironhacks methodology of teaching, much based on putting our learning’s straightway in practice. Although there is an amazing campus right on the river side with an amazing atmosphere, I don't regret at all taking the online experience. I came to this bootcamp with low knowledge on Ux/Ui Design and in just two months I feel ready and confident to start practicing it professionally.Read Less",,UX/UI Design +266455,10828,ironhack,Rafael Bartolomeu Martins,False,2020,Life Changing Programme,2020-07-16,4.7,5.0,5.0,4.0,"Ironhack is, by far, one of the most fascinating experiences I've ever had. I was in searching of a career reboot that could help me navigate through tech industry and since I was entrepreneur, I was in need of acquiring those hard skills that could help... Read More me become more independent and agile. At Ironhack, I found such a strong academic team that made sure we would learn as much as possible - extremely accessible, knowledgeable and most importantly, motivating. Teacher and students supported each other to go the extra mile and the results showed as every project had so much in depth content, it was awesome to see how much we could achieve in 9 weeks. In my case, the bootcamp was done remotely but Ironhack was more than ready and I the learning curve was massive (and as bonus, we learned how co-create digitally which is surely going to be a very important skill for years to come). In the end, I'm already working as a freelancer thanks to a contacts that Ironhack facilitated to me. Bonus: the campus is beautiful Pros: Strong Academic Team; Projects with Companies; Strong Network; Portfolio Development Cons: You need to be willing to endure a fast pace programme to keep up, but that's the deal :-)Read Less",,UX/UI Design +266454,10828,ironhack,Susanne Aubert,False,2020,A great learning experience,2020-07-16,4.7,5.0,5.0,4.0,"Ironhack was such a positive experience for me. I have nothing negative to say! But if I did I am sure they would take that into account and try to be even better - they really listen and value the opinions of their students and are always open to learning... Read More and improving. The community vibe is strong and the vibes are high and positive - you can do it! I loved every step of the way on this program. I feel super lucky to have such amazing and over qualified teachers that were very knowledgable on the subject, and at the same time inspiring and patient with us. This bootcamp is hard work, but you have great support through the whole process.Read Less",,UX/UI Design +266425,10828,ironhack,Sofia Franek,False,2020,The question should be why aren’t you going to go to Ironhack.,2020-07-15,5.0,5.0,5.0,5.0,"I attended Ironhack in Lisbon, January 2020. I already had previous experience as a developer so this was an opportunity for me to step my knowledge up and also get experience with back end technologies as well as front end. Choosing Ironhack was the... Read More best decision I made. There are many other boot camps around Europe but Ironhack takes everything a step further. The support from applying to completion and beyond is great. Regular check-ups making sure I’m on track with my goals and aspirations. You get to meet amazing people, all with different experiences that you can learn from and you build so many contacts that in the future you may find yourself working with them. The opportunities are endless after Ironhack. I would recommend this course to beginners or developers that have a few months to a year experience and want to jump up the career ladder faster!Read Less",Web Development Bootcamp,Web Development +266341,10828,ironhack,Anonymous,True,2020,An intensive project based experience,2020-07-13,5.0,5.0,5.0,5.0,"I was part a the full-time UX/UI bootcamp in Paris. And I would recommend it to anybody who wants to learn the methodology of Design Thinking, the mindset of being a designer and who wants to start building a portfolio. This bootcamp is intense so you... Read More need to be 100% committed.In 10 weeks of time I got a strong base a theory, and practice, but what makes this different from an online course is that you learn much more because you're always working with the other students, like you'd do in a company, and you can have direct feedback from teachers at anytime.I did my bootcamp remotely during lock down, and it went super smoothly thanks to the effort of Ironhack team.So well done to IH for the good work.Ironhack is often doing partnership with brands to offer scholarship based on tests, take advantage of it ;)Read Less",UX/UI Design Bootcamp,UX/UI Design +266294,10828,ironhack,Nasser F,False,2020,Excelent Data Analytics Bootcamp,2020-07-10,5.0,5.0,5.0,5.0,"The Data Analytics Bootcamp has met all my expectations, both in theory and practice. The focus of training is on practice rather than theory and is based on case-studies. The pedagogical team is very competent and the administrative team is very kind.... Read MoreRead Less",Data Analytics Bootcamp,Data Science and Analytics +266282,10828,ironhack,Anonymous,True,2020,Excellent BootCamp,2020-07-09,5.0,5.0,5.0,5.0,This was the best learning experience that you can get on Data Analytics. There isn't anything that match's the dynamic team and the way they will give you strength to keep going specially when you hit a wall that at that time might appear to be something... Read More impossible to solve! It's a pleasure and an Honour to be apart of the IronHack Family!!Read Less,,Data Analytics +266276,10828,ironhack,Rebecca Norén,False,2020,Kickstarted my programming skills,2020-07-09,5.0,5.0,5.0,5.0,"As I UX Designer I’m in touch with programming and the recent years my interest has grown to learn more. I’ve tried to study by myself but found it hard to find time and to truly commit. After 3 years I finally decided to apply to join the Ironhack webdev... Read More bootcamp. And I’m so happy that I did! I’ve acquired skills which would have taken me a long time to teach myself.For someone who haven’t don’t a lot of coding the journey has been intense. I’ve spent a lot of time in front of the computer practicing and from time to time it really has been difficult. But the feeling of starting to understand more and more and being able to solve a difficult problem is truly amazing.I liked how theoretical knowledge was mixed with assignments, labs and projects. I had a lot of fun doing the project weeks and I finished 3 projects which I’m really proud of. The teacher and the teacher assistants has been really helpful and dedicated. They always took their time explaining difficult parts and reviewing my code when things didn’t work as expected. I’m really thankful for their devotion. To finish up, if you are thinking about joining a bootcamp – do it! You will be able to make it and you won’t regret learning new skills and meeting with amazing people.Read Less",Web Development Bootcamp,Web Development +266264,10828,ironhack,William,False,2020,Amazing choice if you're willing to deep dive into Web Development!,2020-07-09,4.7,5.0,5.0,4.0,"In a nutshell: great staff, courses in English are a game-changer, very strong focus on projects and practice, fastest way to learn amazing skills.Joined the March 2020 cohort, right in the middle of the health crisis. Ironhack reacted accordingly by... Read More shifting the courses remotely, which went amazingly well. For the Full-Time course I strongly recommend devoting all of your time to the bootcamp as the rhythm gets quite intense. The classes cover all the basics from the very beginning and the more you study and practice, the more in depth you will go. Practicing being key to securing your skills, the learning isn't over at the end of the day. Taking some personal time to practice and review the lessons will really make a difference on the learning experience. Staff was amazing during my session: Lead teachers, Teacher Assistants and Management Staff are fully dedicated to bringing the best experience as possible. If you devote a fair amount of time to learning, you are definitely job-ready after the bootcamp.Read Less",Web Development Bootcamp,Web Development +266263,10828,ironhack,Camille Libert,False,2020,Great organisation and adaptability of the class during the Covid crisis - support from teacher and team,2020-07-09,4.7,5.0,5.0,4.0,"Pros:- class organised with exercises, formal presentations and projects, on top of learning the tools. - Really prepares you for working in the industryCons:- A diploma that isn't recognized academically VS a masters, however it is a 2 months bootcamp!... Read MoreRead Less",Data Analytics Bootcamp,Data Science and Analytics +266037,10828,ironhack,Anonymous,True,2020,Great experience as expected :),2020-07-03,5.0,5.0,5.0,5.0,Excellent choice to get introduced into Data Analytics. It's been only 4 weeks and the progress is exponential. I would recommend the bootcamp not only if you want to change your career path towards Data Analytics but also to acquire some hard skills... Read More use data in other roles / industries.Read Less,Data Analytics Bootcamp,Data Science and Analytics +266009,10828,ironhack,Manon Philippe,False,2020,A very complete bootcamp !,2020-07-02,4.7,5.0,5.0,4.0,"I was unconvinced when I joined this formation but I quickly changed my mind! The teacher (Jérémie) was very competent, the courses very enriching and in addition we did the boot camp online. Ironhack has given us a lot of tools so that we can adapt according... Read More to our knowledge and ease. The Bootcamp combines theory and practice which is a big advantage because everything we learn we work on making projects. During these 9 weeks of Bootcamp we end up with 6 projects which is great because we have enough to make a portfolio to apply in companies at the end of the bootcamp. And the week bonus we learn to code to make our online portfolio was really great!Read Less",UX/UI Design Bootcamp,UX/UI Design +265960,10828,ironhack,Tim Stephens,False,2020,"Hugely rewarding experience that gave me a job as a developer, a load of new friends, a better way of thinking and very warm welcome to a new city",2020-07-01,4.7,5.0,4.0,5.0,"Pros: - Learning javascript to the level of a junior developer with around 12/18 months experience- Being part of an amazing ecosystem that is supportive, welcoming and very friendly - Very well curated cohorts Cons: - Extremely high pace. I wished I'd... Read More done a little more coding before hand to grasp the basics- Low focus on styling/cssRead Less",Web Development Bootcamp,Web Development +265948,10828,ironhack,Anonymous,True,2020,"Me gustó, aprendí muchas cosas nuevas",2020-06-30,4.0,4.0,4.0,4.0,"Mi experiencia en Ironhack fue muy buena, aprendí muchas cosas que hoy en día me han sido de utilidad para mi carrera profesional. Entiendo que es un curso en donde ves muchas cosas en muy poco tiempo, así que depende mucho de ti lo que quieras aprender... Read More y en los temas en lao que quieras o necesites ahondar, sin embargo, me parece que tocan lo mínimo necesario para hacer un cambio de carrera.Read Less",UX/UI Design Part-Time,UX/UI Design +265947,10828,ironhack,Alberto Ibarra,False,2020,The best investment of time and money,2020-06-30,5.0,5.0,5.0,5.0,"I wanted to make a career change for a while, but I did not know where to begin, I had the opportunity to dedicate 9 weeks to myself to learn something new with a deep level to make it professionally , that was what Ironhack did to my career in that short... Read More amount of time, I not only learned the foundations, but let me use that new knowledge into something real, all the time learning by doing, coding 8 to 12 hours per day, and solving any doubt as fast as it gets, but also learning how to solve that doubts by myself. After the course the career services had followed my progress to find a new job, and even some times thar job takes some time to happen, they have been with me the all way long, with tips, job offers, one-on-one advisory, group advisory, career fairs events, and all the necessary to find a new job in the tech industry. I'm very glad to had the opportunity to do this program, and I am absolutely convinced that this was my first strong step in my new career as Data Analyst / Data Scientist / Data EngineerRead Less",Data Analytics Bootcamp,Data Science and Analytics +265946,10828,ironhack,Arturo Gabriel Alvarez Araujo,False,2020,The decisive nine weeks in my life,2020-06-30,4.7,5.0,4.0,5.0,"When I started I had faith in the course, but I never expected to get that far. It only took 9 weeks to learn to program at a good level. It was not easy, each day was a new challenge, without a doubt one of the most difficult challenges in my life, as... Read More well as the challenge that brought me the most benefits.If you want to add value to your career, learn to program or even give a total turn to your career. IRONHACK IS WITHOUT ANYTHING THE BEST OPTIONRead Less",Web Development Bootcamp,Web Development +265832,10828,ironhack,Maxime Ferret,False,2020,A bootcamp that went beyond my expectations,2020-06-26,4.7,5.0,5.0,4.0,"My pros:+ The content provided by Ironhack is by far the most pedagogic I've seen. It is well thought, teached and super easy to access thanks to their platform. The amount of content is really important and allows you to go further if you want.+ CARE:... Read More the teacher and the TAs were really caring about our wellbeing which could be really challenged during such experience, they had nice attentions and were really supportive. This is the one I wasn't expecting and that completely changed my vision of the bootcamp. Having that is completely game changer into your approach and the way you face those challenging weeks.+ The diversity of the materials, ways to work, collaborate, ways to learn new things is really the reality of how developers organize their job. Having the glimpse of the during the bootcamp is a must have to properly integrate a tech team.+ During those hard times of Covid19, the Ironhack team has been able to switch from a classical bootcamp to a remote bootcamp in few days without lowering the quality of it. They've provided a nice environment, made efforts to integrate everyone and in the end I've really enjoyed that special format.My cons:- The bootcamp is fast, so you have let it be the one and only thing on your agenda. It requires some organization on your hand that is not enough enhanced by the team.- Prices rises year by year and it is reaching an amount where you want to get everything that it promised (if you can afford it). The Job support doesn't match expectations people had before applying nor the reality of the market. That's fine because there are no miracles but the disappointment can be real for someone counting on getting a job fast at the price range teased.Read Less",Web Development Bootcamp,Web Development +265809,10828,ironhack,Teddy Rogers,False,2020,Be ready to change your life !,2020-06-25,4.7,5.0,5.0,4.0,"I joined the Boot Camp Ironhack with practically no knowledge of web development. Thanks to their pedagogy based on concrete practices, I acquired the bases necessary to create real web applications. The teaching is intense and you have to be motivated.... Read More Fortunately the team is there to help us and push us ever more. Ironhack teaches us that our creativity has no limits. We learn to learn and always stay curious about new technology. Ironhack gives us all the basics to look for in the workplace. Now that I have my degree, I can't wait to put everything I have learned to work for businesses.Read Less",Web Development Bootcamp,Web Development +265788,10828,ironhack,Guillaume de Glisezinski,False,2020,Great learning,2020-06-24,5.0,5.0,5.0,5.0,"Great teaching and learning even with the exceptionnal circonstances.The teacher assistants help a lot too without interrompting the flow of the course.10 weeks are maybe a bit short to view all but nothing you can't do by searching on your side.Don't... Read More learn to be a fullstack developer, learn to be a developer (and search what you need to learn always more) !Read Less",Web Development Bootcamp,Web Development +265738,10828,ironhack,Brule Olivier,False,2020,Great experience,2020-06-22,5.0,5.0,5.0,5.0,"It was a great, the teachers and teachers assistant are always here to help understand and give advices all the ironhack team give the best of themselves and are open minded to all critics to improve the experience and give to the students the best ways... Read More to learn and have fun learning.Read Less",Web Development Bootcamp,Web Development +265732,10828,ironhack,Sandra Giraldo,False,2020,A challenging and rewarding Bootcamp experience,2020-06-22,5.0,5.0,5.0,5.0,"I was part of the March UX/UI Full Time Bootcamp at Ironhack Paris. During the three months of the bootcamp I was able to apply everything learnt throughout different projects which was very helpful when job interviewing after.I am very satisfied with... Read More the high quality of the program content, the overall learning process and the guidance and professionalism of the Ironhack Paris team.Thank you Ironhack :)Read Less",UX/UI Design Bootcamp,UX/UI Design +265686,10828,ironhack,Johnny Burke,False,2020,Web Dev Bootcamp,2020-06-19,5.0,5.0,5.0,5.0,"I had an amazing experience at Ironhack. I finished the full-time web dev course in March 2020 in Berlin. The staff was amazing and I learned far more than I thought I would going into the program. I was a little nervous about my lack of experience as... Read More I had absolutely no coding background (I had never written one line of code prior to the course pre-work). I did not feel like I was left behind at all. My teacher and TA's were super helpful and really made sure everyone understood the course material. That said, you really have to do your part. If you put in the time to really understand the logic behind the code, you will be surprised how much you can learn in such a short time. I would recommend Ironhack to anyone looking to learn how to code.Read Less",Web Development Bootcamp,Web Development +265682,10828,ironhack,Anonymous,True,2020,Learning is your responsibility. They're just giving you the tools,2020-06-19,3.7,4.0,4.0,3.0,"I learned a bit from everything, but not in depth. The rest of knowledge-digging is on you. It is a strenous bootcamp so don't expect to be going out and partying on weekends.It is what you put in it. They are particularly strong in UX but a bit lacking... Read More in UI. Career week is a drag but useful for newcomers to the working class. I would recommend it if you're new to the field. TAs are awesome and teacher is very supportive.Read Less",UX/UI Design Bootcamp,UX/UI Design +265629,10828,ironhack,Noor El Samarani,False,2020,Best decision I made,2020-06-18,5.0,5.0,5.0,5.0,Joining Ironhack was the best decision I made to boost my career. Not only did I meet amazing and supportive people (students and instructors) but I also got the set of skills and mindset I needed in order to enter this field in full confidence. The course... Read More was challenging (being fully remote because of Covid19) but way better than expected. I learned a lot while making new friends and having fun at the same time.Read Less,UX/UI Design Bootcamp,UX/UI Design +265595,10828,ironhack,Anonymous,True,2020,Hard work & fun,2020-06-17,5.0,5.0,5.0,5.0,"In France, the bootcamp and the quarantine took part at the same moment, so the bootcamp was in remote mode. Everyone, from the staff to the students, had to adapt. At the end of the bootcamp, I must say I was impressed by how well the staff dealt with... Read More that and did everything to make this experience the best it could be and it was great. 'Hard word & fun', why ? At the beginning, I was really anxious about the situation and the bootcamp. It was intense, challenging and at multiple times I asked myself 'why am I here?' (imposter syndrom, here we are) but thanks to the staff and their work, I managed to feel more at ease and adapt to what was asked. It was challenging because of the amount of informations to be learned and the project we had to do every week. But when you're in, you don't really think twice about it. It goes fast, and you kind of realize that you completed everything and you did well when everything stops ! I already had some skills in Python, SQL and statistics when entering the bootcamp, but I didn't regret taking it. I've learned so many new things, from the theory to the practicen went further in some other skills. I'm very happy with the content of the bootcamp and how it can be adapted if needed. You'll have classical lectures, labs to practice what you learned, projects in groups, individual projects & even reinforcement learning on a topic you can choose, so you will not be lost. + CareerHack : I took this bootcamp also for the CareerHack, a coaching program to help you land a job according to the bootcamp you took. You will have lectures, webinars, ressources and coaching session to help you target the right job offers, prepare yourself (personal branding, networking, resume, etc.) and stack the odds in your favor !Read Less",,Unknown +265583,10828,ironhack,Baby Jessi Parker,False,2020,Insightful and challenging but also comfortable and rewarding.,2020-06-17,5.0,5.0,5.0,5.0,"Fantastic program with wonderful, supportive staff. I was part of their first remote cohort. They converted their entire curriculum in a week to accommodate the current restrictions of the pandemic. Throughout the entire program they constantly asked... Read More us for our feedback and adjusted to best help us learn.Read Less",UX/UI Design Bootcamp,UX/UI Design +265581,10828,ironhack,Anonymous,True,2020,"Great teachers, awesome team spirit in the class, Ironhack provides a full set of tools to start your career as a UXD",2020-06-17,3.7,5.0,4.0,2.0,"I loved my 10 weeks at Ironhack during the bootcamp in UX/UI Design. Teachers are competent and the course content is very complete. Great team spirit and togetherness. Projects are varied and hands-on techniques / tools we learnt were very good. I did... Read More the course fully remotely, which worked perfectly well. The only negative part was the Career week at the end which didn't fully meet my expectations, as the bootcamp was remote they canceled the hiring fair. Overall I loved my time at the bootcamp and would warmly recommend Ironhack :)Read Less",,Unknown +265505,10828,ironhack,Anonymous,True,2020,Getting to know yourself,2020-06-15,5.0,5.0,5.0,5.0,"During this bootcamp I learned everything I needed to know about a UX UI Designer but especially how to put it into practice and how to work in an agile and freelance company.These applications in group, alone and the preparation work for the recruitment... Read More allowed me to know myself, to learn how to talk about my past and the future I wanted to move towards.Read Less",UX/UI Design Bootcamp,UX/UI Design +265496,10828,ironhack,Michael Gaeta,False,2020,Top-Tier Experience,2020-06-15,5.0,5.0,5.0,5.0,"Ironhack undoubtedly stands out from other bootcamps because it prides itself on a 10/10 experience for each of their students.I was a student in one of the first remote cohorts due to Covid-19. I was surprised at how well things went in a remote environment.... Read More And the Ironhack team did a great job to make everything as comfortable as possible for us. Teachers and support staff were always available to listen and adapt quickly to our feedback.Throughout the program, I felt that every staff member was fully invested in my success. There were many times where things were difficult, but I was encouraged to continue and reach success with their support. That being said, material is quite overwhelming (this is a bootcamp, after all). You will need to fully commit and 'trust the process' (you will hear this a lot) to get the desired results.After the bootcamp, the career support program is also really useful, especially given the Covid-19 disruption to employment. If you are worried about that, my opinion is that I felt very safe in the hands of the outcomes manager to help me get a job as quickly as possible. If you are serious about taking a bootcamp, Ironhack is easily one of the best.Read Less",Web Development Bootcamp,Web Development +265376,10828,ironhack,Mathias Gautier,False,2020,Great experience enven in this difficult times,2020-06-11,5.0,5.0,5.0,5.0,"I this this program is very good for people who want to fully commit to learning web dev, and maybe it can be more difficult for people who can't free their time during two full months. Beside that I really loved this experience and even though you can't... Read More learn everything in two months, it gives you a great and solid knowledge in order to start your web dev journey. Also we attented the program remotely due to the coronavirus situation and they reacted really fast so that we could maintain the classes. I think they did a great job at that and the team is really cool and supportive. So overall a great exeperience even though one more month would have been better.Read Less",Web Development Bootcamp,Web Development +265370,10828,ironhack,Ludivine Lacour,False,2020,Many learnings and great support from the Ironhack team,2020-06-11,5.0,5.0,5.0,5.0,"I was part of the Data Analytics Paris' March bootcamp. It was the first online bootcamp due to covid-19 context and the Ironhack team did a great job to make everything as comfortable as possible for us. Teachers as well as support team were here to... Read More listen and adapted quickly to our feedback. I have learned a lot, the bootcamp was really intense but now I am more confident about my skills and I have many projects to present for my future job interviews. I was a bit skeptical to choose this bootcamp at first sight but today I truly recommend to go for it!Read Less",Data Analytics Bootcamp,Data Science and Analytics +265348,10828,ironhack,Nelly Borjon-Piron,False,2020,Even better than huge expecations,2020-06-10,5.0,5.0,5.0,5.0,"Pros :- Very professional and kind team and teachers, always here when needed. Extremely patient with all our questions and mistakes. I felt really supported.- Extremely good handling of the corona situation by switching in a remote class. They succeed... Read More to create a friendly atmosphere when the situation was not ideal.- So much learned in 9 weeks. It is amazing what we accomplished after only 9 weeks of lessons.- Still supporting us after the bootcamp to find a job.Cons:-So great that we are sad when it is overRead Less",Web Development Bootcamp,Web Development +265336,10828,ironhack,Sam Littlefair,False,2020,Ironhack is Intense and Incredible,2020-06-10,5.0,5.0,5.0,5.0,"I attended Ironhack's March 2020 Bootcamp in Paris. The program started one week after the French government announced strict lockdown measures in response to COVID-19. The Ironhack team heroically moved the whole program online in a matter of days, and... Read More by the time we started class, it felt like the program was designed to be delivered online all along. The Ironhack staff made the online program feel human, natural, and comfortable. I had basic knowledge of most of the topics covered in the curriculum (mostly from a Udemy full-stack web development course), but I never got bored, and I was always busy. For the first few weeks of the program, everything I learned helped fortify and expand my prior knowledge. By the third week, things were getting quite tough. The curriculum is designed so that you are constantly learning, and that was my experience. At times it felt overwhelming, but in retrospect, everyone in the class learned an incredible amount even when the subject matter felt impenetrable.Read Less",Web Development Bootcamp,Web Development +265333,10828,ironhack,Camille Brodin,False,2020,One of my best learning experience !,2020-06-10,5.0,5.0,5.0,5.0,"I successfully increase my employability thanks to Ironhack ! I’m currently starting a new career as a Freelance combining my two fields of expertise : HR + UX/UI Designer. The Bootcamp experience was intense, sometimes I thought to myself, I cannot make... Read More it … fortunately my classmates, teacher and TAs helped me overcome difficulties at every step. I learned so much from each on of my coworker.We started class in the beginning of the COVID-19 lockdown and for sure it was the best opportunity to boost my design capacity. Go for it !Read Less",UX/UI Design Bootcamp,UX/UI Design +265331,10828,ironhack,Florian Jomain,False,2020,About my amazing experience @ Ironhack,2020-06-10,5.0,5.0,5.0,5.0,"I must say the bootcamp started out in the weirdest situation: quarantine had been announced just a few days before the beginning of the bootcamp and we had to decide if we wanted to follow the course fully remotely from home or postpone to a later cohort.... Read MoreI decided to stay, and never regreted.Ironhack's staff transitioned really fast to the remote learning setup and it was seamless. I know they are considering offering remote classes as a standard now, and I couldn't recommend it more. You get to spend more time on actually learning, and the group cohesion actually happened with a few activities that the staff organized.Apart from that, the program is really well structured. I was so happy to be learning JavaScript and not Ruby which I had considered before, the job market is really keen on JavaScript skills. It actually is a requirement for the job market in most jobs I find while looking for a job now.The program is complete, really advanced, very fast at times, but I must say I am happy about what I learned and actually learned way more than I thought I would before joining the course. My view is that it is the most ""dev"" oriented bootcamp. I've looked at the syllabus of other webdev bootcamps and they seemed better suited at Product Management or people curious about web development but not intending to go into the hardcore stuff. Ironhack really is techie and professional.Afterwards, we are being coached by a competent career coach who is following with us our progress. The alumni network is big and people still exchange and help each other after the bootcamp.I know it is an investment but I would definitely recommend the course if you plan on improving on digital skills or fully switch to being a developer.Read Less",Web Development Bootcamp,Web Development +265276,10828,ironhack,Lars Hansen,False,2018,I got to pursue my passion and make life-long friends!,2020-06-08,5.0,5.0,5.0,5.0,"My experience as a student and later help teacher in Ironhack was nothing short of amazing. As an added bonus, the beer is both cheaper than it was in Oslo (where I'm from) and better, and you get to share that beer with people that - even though you... Read More only study with them for 2 months - you will remember and know for the rest of your life. I am writing this review 2 years after finishing my bootcamp. One of the things I remember reading about (which I kind of doubted before starting) was the friendship everyone said you develop with co-participants, and how tight you become as a group. I was proven wrong. The Ironhack staff of Berlin almost forced us to become good friends! Now now, hear me out. After a first day of introduction games, name games and an already overwhelming amount of work, the participants would go out together and have a drink. And after a hard day's work (and on every Friday!) we would do the same. We had pair-programming everyday during classes and did independent projects in pairs or trios. The work is so intense, and you spend so much time with your peers, that by the time the first week is over, it will feel like you've already known the others for a long time. You end up with a sort of ""us against the work""-mentality because of the sheer amount, where you just have to band together to beat the monster that is the Daily Exercise. I feel that I don't really need to say much about the effectiveness of Ironhack's teaching. I got a job after 1 month. I had zero prior coding skills, or even math skills, just an interest for gaming and technology. Most of my cohort got a job in way less time, many even before the camp ended. I got to be a help teacher after my bootcamp and can give a few tips, as some of the difficulties students had were similar in the next group. - Read up and get as good as you can before the bootcamp. I was not particularly well prepared (I would say average to below average skill level), and had to work that much more. Don't do what I did. Don't procrastinate the pre-work. The workload is massive, and ""getting back on track"" when you start off-track is really, really hard. - Additionally, go out with the other participants! Get a beer (or ten)! Switch places in the classroom! Say yes to all the outings and beers and lunches and whatnot. Remember that when you're done there, your skill level is only one part of the picture. Your network and friendships are the stuff you actually remember. And practially speaking, I now have multiple contacts within the tech industry from all around the world. So make it a good experience by having fun, and not drowning in the work, and it's a win-win.- Take some distance. Take at least one day off per week. Don't ""use the weekend to get back on track"" (you will say this at some point). You will need the time off in the long run, just trust me on that.Read Less",Web Development Bootcamp,Web Development +265229,10828,ironhack,David Colatti,False,2020,From Sales to Software Developer in 4 Months,2020-06-04,5.0,5.0,5.0,5.0,"At first I was in between 2 coding bootcamps in Miami however my friend, that works at Apple as a QA Engineer had told me to look into Ironhack. I never heard of them before, they were not the cheapest but I was not worried about price but I wanted to... Read More get the best experience out there. I did the full time cohort and it has changed my life forever. I was previous cold calling small businesses for a living for about 4 years and I quickly realized that I needed a valued skill that I can build on. I was highly interested in programming so I decided to pursue it full time! It was not easy.. the bootcamp was 400 hours however I put in well around 1000 hours into 9 weeks. It was so worth it! 4 months later, I am writing this but now have a great job position doing what I genuinely feel that I love doing, programming. The most important skill set I feel that I received the understanding how to learn and that it's okay to feel incapable even though you are completely capable. The staff was very easy to work with! Sometimes you have your doubts if they are really there for you to help but I understood that is just a way to make you use your brain and learn your self. I also felt some disorganization during enrollment however that was not the case as the admissions manager was actually replaced and they actually were very on top of their game! When I originally signed up for Ironhack Full Time Web Dev cohort I was very excited for the in person experience but then COVID hit and nobody was prepared. I had my doubts that I would learn anything but Ironhack over exceeded my expectations. It seemed as if they prepared since the beginning! Today, I would choose to do it all over again remotely compared to in person. I feel that I would have more time to code after classes since I am at home compared to making the commute and then later finding time to open my laptop again.The career week has been outstanding and tons of practical help to back you up with applying and finding your first position! I was fortunate enough to find a job even before the career week started but choose to do it anyways to better understand for future opportunities. Overall, coming from somebody with 0 technical background, I would highly recommend Ironhack to anybody that asks me. I would say it is NOT for the faint heart but a very lucrative investment for your future and the relationships with the Ironhack family is priceless. I am looking forward to the rest of my life and what is to come, all the credit it due to Ironhack Miami!Read Less",,Software Engineering +265094,10828,ironhack,Manuel Temido Rocha,False,2020,The most intense and rewarding learning experience.,2020-05-30,5.0,5.0,5.0,5.0,"Ironhack gives you an amazing push to enter the tech world.In 9 weeks, if you are completely committed you will truly learn more then the basics to get a job and start giving value in no time.The technologies that you will learn are always the top used... Read More in the market and updates as so.The learning experience has always in mind a practical view and in touch with the market reality and needs.The environment is incredibly friendly.I finished the bootcamp when the covid situation scaled and even in this situation I got my job in exactly two months.Read Less",Web Development Bootcamp,Web Development +264592,10828,ironhack,Gustavo Jordão,False,2020,Great place to learn real skills!,2020-05-14,5.0,5.0,5.0,5.0,"Hi everyone,Recent grad from Ironhack Miami here as a Web Dev. I gotta say that when I read the reviews and joined Ironhack, I didn't know that, much beyond learning actual applicable skills and knowledge, I've been introduced to a new world of possibilities.... Read More The Ironhack team went above and beyond to show us real-world techniques, problems and their solutions, and much more. I've been fortunate enough to land a job even before graduating, and recommend this bootcamp for anyone looking for one!Read Less",Web Development Part-Time,Web Development +264578,10828,ironhack,Daniela Santos Ferreira,False,2020,IRONHACK LISBON - UX/UI DESIGNER,2020-05-14,4.7,5.0,5.0,4.0,"I finished my bootcamp at the end of March. I was part of the first UX/UI Designer part-time squad at Lisbon and in the end I continued with the feeling that it was the best decision of my life. The decision to choose Ironhack to change my career proved... Read More to be right because I found a community like I never found elsewhere. The staff is very concerned with the student's well-being, providing him with the best possible experience with the balance between fun activities and learning. The course is intense and practical, allowing you to enter the job market with solid knowledge. I am proud to be an Ironhacker.Read Less",UX/UI Design Part-Time,UX/UI Design +264415,10828,ironhack,Mykola M,False,2020,Iron out the data,2020-05-09,5.0,5.0,5.0,5.0,"Most important thing to keep in mind when you're looking at bootcamp-type education - your attitude and ability to persevere.It will be tough, at times it'll feel like too much, you will wish for extra 10 hours in a day, etc. But it's all going to be... Read More fine, just keep at it.As to the Ironhack specifically, I'm glad I was part of it. Teacher and assistants always there to help, even if you have the dumbest question. Curriculum is what you would expect from a bootcamp - intense, lots of things, lots of immediate application of what you've learned. Job support is good, they facilitate lots of connections and open data to connect you with potential employers, explain how to do CVs, cover letters, social networks, etc. If you've never did that, or not sure how to approach job hunting in IT, don't pass on their help here.Overall great stuff, Jan2020 cohort thanks for everything :)Read Less",Data Analytics Bootcamp,Data Science and Analytics +264332,10828,ironhack,Neha Khachhibhoya,False,2020,"Great experience, amazing and supportive :).",2020-05-07,5.0,5.0,5.0,5.0,"I am utterly amazed by how much we can learn in 9 weeks. The curriculum is so eloquently designed that the people with no prior programming knowledge can become a full-stack web developer in 9 weeks. Ironhack has some of the most talented and experienced... Read More teachers and very knowledgeable TAs. They answered each question no matter how trivial they were. I am so grateful for our lead teacher and the TAs for their support, who were willing to work extra hours to guide us on every step and explain the difficult topics. Also, I respect their patience while working with our projects and whenever we were stuck in some nasty bug.Ironhack has the most thoughtful curriculum, with plenty of exercises and assignments. We were also introduced to pair programming which helped us to collaborate with others and become familiar with version control. Even though the Bootcamp can be really rigorous and challenging, the teacher and the TAs always found a way to make it interesting.Ironhack, in general, is a really supportive community. After we are done with the Bootcamp, they also teach us how to tackle an interview and provide all the resources needed to land a job. They also organize hiring fairs where companies participate to hire graduates. In addition to that, they also organize programs where external professionals come to give a talk about certain topics. They are also generous to give scholarships to the students. In my case, they were generous enough to provide me with the full scholarship and all the other expenses. Hence, I am eternally grateful to Ironhack.Having said that it is indeed very intensive and challenging Bootcamp but the end result and how much you have learned will be well worth it.Read Less",Web Development Bootcamp,Web Development +264225,10828,ironhack,Alfonso,False,2019,One of the best things I have done so far,2020-05-04,5.0,5.0,5.0,5.0,Joining Ironhack was one of the best things i haver done in my life.I was very lucky of the teachers and TAs I had during my bootcamp. The Leadteacher will listen to all of the students needs and will try to adapt to all of the lectures to us. TAs will... Read More always there for support some even stayed late hours during the night to help us finish our projects.The whole atmosphere is super healthy and friendly. Cannot complain at all.Read Less,Web Development Bootcamp,Web Development +264218,10828,ironhack,Clara Besset,False,2019,Life changing,2020-05-04,5.0,5.0,5.0,5.0,"Ironhack was an amazing experience for me. I finished the Full-Time Web Dev bootcamp in Paris in August 2019, and I would recommend it for anyone looking for a career switch. I came from a social sciences background, and there is no need for any knowledge... Read More in this department before you join the bootcamp. It is quite intense but going through it with classmates makes it easier. The Lead Teacher and the TAs are super knowledgeable and patient, they know what you're going through and do their best to help you along. Our Program Manager did a fantastic job as well, and was present if we had any personal issues or concerns, and needed help dealing with the fast-paced learning environment. Having regular check-ins with the staff was great as well as this can be quite a roller coaster! Overall, be ready to work hard, but these months will surely be transformative and an experience to remember. I found a job as a Front End Developer shortly after I left Ironhack, it surely was one of the best decisions I made.Read Less",Web Development Bootcamp,Web Development +264196,10828,ironhack,Daniela Inostroza,False,2020,An experience that changes your live,2020-05-03,5.0,5.0,5.0,5.0,"Few experiences on my route have been as intense and exciting as the Ironhack Bootcamp. You learn to go beyond your limits, you immerse yourself in a world of new content so immediately that you don't realize how much you learn every minute you are there.... Read More The teachers, classmates, and each one of the people there contributed to make this the best experience of my life.Read Less",,Unknown +264143,10828,ironhack,Maruxa Moreira,False,2018,Great Experience,2020-05-02,5.0,5.0,5.0,5.0,"Enriching experienceWhen I started Ironhack I had no idea how enriching the experience was going to be. Changing a professional profile was a necessity for me but also something that scared me. In Ironhack my fears were cleared, I learned many things... Read More professionally and about myself, becoming a great experience from all points of view.Both lead teacher and TA are great professionals who all times help you in a personalized way. Learning from the point of view of working in Group or personal projects, presenting them to colleagues, etc. are a way to fix concepts acquiring knowledge in the same way that will be done working in a company.But one of the great wonders of Ironhack besides the day-to-day Bootcamp is that once it's over, it doesn't end the experience. The great support and support during the job search makes you always feel safe and helps to make the best decision when deciding your job destination.Before I finish, I also want to emphasize the great companionship between the ""ironhacker"" during and after the Bootcamp, they always support you and teach you a lot.Read Less",UX/UI Design Part-Time,UX/UI Design +264142,10828,ironhack,Anonymous,True,2019,Skip the UI UX course if you have a better alternative,2020-05-02,1.7,2.0,2.0,1.0,"I attended the bootcamp in Barcelona. Even going into the course, I knew that it would not be worth the 7000eur I was paying. The students were ready to give a lot toward the course, unfortunately, the teacher and TAs were not. I was dismayed to find... Read More out that the course teacher used to previously teach coding at a different academy. Because of this, we got zero intro on even the basics of UI, other than a vague introduction to color theory. There was only a passing mention of material design and design systems. Now I work as a UI UX designer, after 6 months of trying to find a job. I work solely on UI, which is what any entry level designer will be expected to do. During the course, we also focused on learning to code, which- sure was useful but did not need to be a priority in the short 2 month course. A lot of the coding teaching was done by the TA, who was quite a nice person but definitely not suited for teaching. Which bring me to how Ironhack also pumps up its employment percentage. It employs its students from previous courses as its TAs. This is unfair, I would hope that TAs would atleast have a 1year experience as a UI UX designer. Overall, its a fun environment and I made some great friends. In terms of learning, I did most of it myself after I graduated. Don't take this overpriced course if you have an alternative/cant afford it. I have been learning a lot on SuperHi,which I think is a pretty good alternativeRead Less",UX/UI Design Bootcamp,UX/UI Design +264076,10828,ironhack,Lenon Guimarães,False,2020,Disruptiva,2020-04-30,5.0,5.0,5.0,5.0,"Pontos positivos: Professores com alto conhecimento da matéria, suporte todo o tempo, infraestrutura da escola muito boa, muitas interações com outras turmas e o fato de realizarmos algumas atividades com outras turmas de outros cursos como por exemplo... Read More de UX.Pontos negativos: A hiring week é muito cansativo e pouco produtiva, não tivemos muitas informações sobre as pessoas e as empresas e como estaria disposto o ciclo de entrevistas. Por ser muito extenso, tive o sentimento de que as empresas estavam cansadas de entrevistar e em alguns casos as empresas demonstravam que não estavam muito interessadasRead Less",Data Analytics Part-Time,Data Science and Analytics +264071,10828,ironhack,Mathilde Habib,False,2020,Great experience,2020-04-30,5.0,5.0,5.0,5.0,"I really enjoyed my experience at Ironhack for so many reasons. The first and most important (I guess) is the quality of what I've learned there ; it was very rich in term of curriculum and very intense. They provided in a small amount of time all the... Read More knowledge that we needed to start a new career. They teach us to be autonomous and find solutions on our own.Also the ambiance was very nice, the teachers and the classmatea were awesome.And they help us after all that to find a job. They don't leave us on our own when it's time to find a jobThanks for allRead Less",Data Analytics Bootcamp,Data Science and Analytics +264067,10828,ironhack,Anonymous,True,2020,The boot camp was really rewarding; I went from not knowing anything about coding to working on projects with an external client!,2020-04-30,4.7,5.0,5.0,4.0,"I went in not really knowing how to code, so the fact that the teachers spent a lot of time covering coding fundamentals and theory was great! We were also given around 60 hours of work to complete prior to the first day of class, meaning that it was... Read More easier to hit the ground running when we arrived.There were weekly projects and this was a great way to consolidate all of the learning from that week. Doing weekly projects was also a great way to build up a portfolio on GitHub. The boot camp was quite fast paced but that is to be expected. The teachers made themselves very approachable outside of class time to help people catch up on topics they may have fallen behind on. The amount that each individual learns is largely based upon their own willingness to put in time and effort.I cannot comment on job support because I was not recruiting for a job. However, it appeared to me that a lot of support was offered and a lot of effort was made to prepare students for the recruitment process. I was very impressed that some of my classmates were able to quickly find jobs despite the global uncertainty which unfolded in March 2020.Read Less",Data Analytics Bootcamp,Data Science and Analytics +264046,10828,ironhack,Julia Ramos Guedes,False,2019,Best study experience,2020-04-29,5.0,5.0,5.0,5.0,"The bootcamp literally changed my life for good.After 6 months of intense study, without knowing anything about web development, I became a software engineer at a large company. Ironhack helped me to develop soft and hard skills to be a good junior web... Read More developer and start my career.Honestly, when the bootcamp starts, I didn’t think that I would feel ready to work when it was finished, but surprisingly it worked. Thanks to Ironhack's methodology.Read Less",Web Development Part-Time,Web Development +264045,10828,ironhack,Anonymous,True,2020,10/10,2020-04-29,4.7,5.0,5.0,4.0,"I would highly recommend Ironhack. This relatively short time of extensive learning completely changed the way I think of my capabilities. The course not only provided training with most in-demand languages but also made sure you can use everything in... Read More practice. The group that I belong to was quite big, however, there was always someone to help out with any problem. Apart from one Leading Teacher, we were supported by four Teacher Assistants. The atmosphere created by everyone at Ironhack made me feel like part of their family. This feeling of support and very friendly approach made it easier through the hardest moments of the Bootcamp. And there were few of them. Each module (1 module = 3 weeks) has a project assignment based on what we learned so far. Those were usually the most challenging, yet very satisfying weeks (last week of the module = project week). None forgot that we need some time to have fun and relax as well. There were lots of other things organized after or between classes (game nights, yoga, quiz sessions or simply having drinks at the end of the week). To summarize, I have never thought I would be able to achieve so much in such a short time. Ironhack's team did everything to make sure of that.Read Less",,Software Engineering +264040,10828,ironhack,Anonymous,True,2020,"Fast paced, good overall introduction to Data Science. Great support.",2020-04-29,5.0,5.0,5.0,5.0,"As any bootcamp, everything was taught very quickly but I feel I have had the opportunity to learn about the main subjects in Data Science. The content regarding data engineering subjects was little, though.The bootcamp is very hands-on and the Ironhack... Read More team was always there to support me whenever I needed it, from teachers to the facilities manager. I also liked how they take feedback seriously and are not afraid of change if that means improvement.I don't have a background in a numerical field so statistics was specially hard, specially when taught at that pace. I think Ironhack should maybe evaluate the level of each student before the bootcamp starts and give them tailored pre-course material.Read Less",Data Analytics Bootcamp,Data Science and Analytics +264026,10828,ironhack,Deepika,False,2020,Great bootcamp,2020-04-29,4.7,5.0,4.0,5.0,"Short but attained all possible information needed to know how to become intermediate in Python. The teaching was great, the teaching assistants were very helpful and the cohort was very well integrated in general. One can expect to attain good data analytics... Read More skills for sure after this bootcamp.Read Less",Data Analytics Bootcamp,Data Science and Analytics +264022,10828,ironhack,Ricardo Zacarias,False,2020,Great bootcamp to start you on a new path,2020-04-29,4.3,4.0,5.0,4.0,"If your goal is to learn how to use Python to extract real information out of data this is the bootcamp for you. The course is well organized with a great teaching staff. Keep in mind that you will still need to keep learning on your own after its finished.... Read More The amount of stacks required in this field are just too many to cover in a 9-week period. Still, it is an incredible experience that will test your limits and you will be surprised with what you will be capable of at the end.Read Less",Data Analytics Bootcamp,Data Science and Analytics +264015,10828,ironhack,Anonymous,True,2020,More than a bootcamp,2020-04-28,5.0,5.0,5.0,5.0,"I think that the most valuable thing from Ironhack is the tools to re-think the way we learn and apply that to an incredible agile environment! All the staff is continuously working with you to ensure your success. Plus, you'll gain a whole new family!... Read MoreRead Less",Web Development Bootcamp,Web Development +264014,10828,ironhack,Anonymous,True,2019,"Good Surprises, Bad surprises, Good Surprises",2020-04-28,4.0,3.0,4.0,5.0,"Well it was a very intense experience. I enrolled myself on the full time web development bootcamp. It was a lot of hard work , a lot of homework, a lot of things to learn in so short time, and a lot of code to submit that same night. Very little hours... Read More of sleep and usually thinking and dreaming about code.My story started with company lay-off, so I was unemployed looking for job and counting my money and looking for a way to make it last, a friend of mine recommended me IronHack, ""you could change carriers as I did"" , that sounded good ! and at least it could be an attractive boost to my current skills. I was having doubts but the day I payed the bootcamp a visit they talk me about some financing options, so I took some days to do my budget and gave it a green light, I enrolled in the next FT bootcamp. As I mentioned early, it was hard and challenging, if you have zero coding background (math is not that important) you better enroll in the part time bootcamp, if you had some coding subjects in school you just need to apply (a lot) yourself, if you know how to code but you want to learn fast and with help the bootcamp stack then it is a very good jump start for learning the language and the tools. Maybe you come from a different background that is not technology, if that is your case consider first the halftime bootcamp because it can get frustrating how little time you have and how many things you got to learn and how complex are the projects you have to deliver. My lead teachers were very good, very young (considering the average of my career teachers) but they were awesome coders and dedicated about teaching , sometimes a little cocky; my teacher assistants were good maybe sometimes hard to find or not as crafty as one would like, they were always well intentioned even the times the fix they gave you crashed your code, but every bootcamp has different teachers and assistants so only fortune can tell who your teachers are going to be. One thing I can tell you, yes the program will include the most fitted technologies to go and search for a job and enough knowledge to get you started as an entry level programmer, depending on how easy if for you to build upon those skills is who much more you can achieve in your job search, the other skills that you learned before also add up to that. In few words my bootcamp experience was very good,just remember, you need to be up to the task. About my job quest and job support experience, I can tell you that my job support has been very good, very unique times (covid pandemic) to be looking for job, I notice that the technology market keeps growing and keeps hiring people at least more than the other markets,some of them are shrinking or paused, so I cannot tell at this moment if the same rules of the year before apply to my future job and salary offers, but I'm glad the Tech and coding market is still hiring and growing. It is a great and outstanding work and support the one being made by the ""hiring support team"" I can tell that it makes a difference in your favor to have them, ( I notice because I pass many months looking for job by myself before the bootcamp), so it is awesome to have them once you finish the bootcamp, It is not a walk in the park, it is still demanding looking for a job but the burden is less. Is it worth it ? well, short answer YES, is not cheap ( try looking for a scholarship or financing help); the end is just the beginning, as you finish the bootcamp you notice that there are SO many different technologies, tools and languages out there that it gets a little overwhelming, so look into the things you like and apply yourself on learning those new things you want or need.I have many thing to tell but I think these word are good enough to give you an idea of the experience. Best of luck if you choose this path.Read Less",Web Development Bootcamp,Web Development +264012,10828,ironhack,Anonymous,True,2019,Life Changing,2020-04-28,5.0,5.0,5.0,5.0,"I decided to enter Ironhack as a next step in my career. I came from IT field and always wanted to become software dev. After long research I found that most reviews have Ironhack as best option when looking at price/value for Coding Bootcamps in Europe.... Read MoreI attended 9 intensive weeks in Jun and graduated in August of 2019. Only 2 days after graduating I managed to land a position and I am still employed with the same company.The networking and opportunities that you gain during Bootcamp, I believe, are worth the money themselves. The 9 intensive weeks are only enough to scratch the surface of web dev world, but it's the step that maters as it will open up the world of possibility to anyone who takes it. If you are looking for a career change and are interested in Web Dev or are just looking to broaden your horizons or supplement traditional education, Ironhack is a place that is highly recommended!Read Less",Web Development Bootcamp,Web Development +264011,10828,ironhack,Nagy Balint,False,2020,Great,2020-04-28,5.0,5.0,5.0,5.0,"Really tense but huge amount of practical knowledge what we've gained in less than 3 month. Still there is a lot more to learn, but now I have a solid foundation and I can even apply to real junior positions. I feel like that was one of my best investment... Read More so far in my life.Read Less",UX/UI Design Bootcamp,UX/UI Design +264008,10828,ironhack,Thais Ferreira,False,2020,Good For Beginners or People that doesn't like to study online,2020-04-28,4.0,5.0,4.0,3.0,"The course is good, you will learn by doing with their project based learning methodology that mix theory with practice. Be prepared to do a lot of group projects (what is great), and to make a speech about your projects too (you will improve your storytelling... Read More skills). The nice thing is that you will get feedback about every project and will learn different UX UI design tools and methodologies. However, if you already know already about UX you may find it a bit boring. I recommend the course for beginners, people who don't like to study online/alone and people who need to make a portfolio or want to feel more confident to work with UX. Well.. I do not know about the Job Support yet... But I can tell that this is not their focus, they are not a hire company they are a school so... don't wait for a miracle, you will get some tips and tricks but you will get a job by yourself. Ah.. IronHack São Paulo has a really good career mentor called Rita Oliveira,Read Less",,Unknown +264006,10828,ironhack,Anonymous,True,2020,Great value for money,2020-04-28,5.0,5.0,5.0,5.0,"I was initially somehow scheptical about bootcamps. I had heard all sort of stories, good and bad. I did my research, looked for references and decided to join Ironhack in Lisbon. It was an incredible experience that changed my life and my career. Very... Read More greatful to the team, teachers and colleagues.Read Less",Data Analytics Bootcamp,Data Science and Analytics +264003,10828,ironhack,Fernando Toshio Yto,False,2019,Great curriculum and structure,2020-04-28,5.0,5.0,5.0,5.0,"Still not working as a developer, but by talking to people already working in such position I believe that the curriculum is good and up to date with tools used in the industry. Teacher for our class has been great. Very attentious and really doing his... Read More best to help us learn. He is the kind of person willing to go that extra mile to help students absorb all the content. Career support has been good and better than what I expected. We've had workshops with an experienced recruiter and with people in management positions in tech companies. School infrastructure is good and improving. Recently added a few automated vending machines with snacks and drinks.Read Less",Web Development Part-Time,Web Development +264002,10828,ironhack,Natalia Petrosky,False,2019,THE best of all experiences,2020-04-28,5.0,5.0,5.0,5.0,"I have nothing but good things to say about Ironhack's UX/UI Bootcamp. It was simply amazing, in all senses. It was what allowed me to change career in such a way I could never have expected. Ironhack gave me all the supplies I needed to be able to become... Read More a UX Designer, not only with an incredible study content, a tremendous teacher and teacher assistants but also the support, in general, to reallocate myself as a professional.I was gifted with a teacher from the real market that showed us how important empathy is, and how this should be encouraged from the very beginning. It all started inside our classroom, with experiences and projects that inspired us to be empathetic not only with our users but with ourselves and among us, as classmates (and later good friends).We were able to be in touch with the whole Design Thinking and Double Diamond process, and we could untangle each step of the methodologies to both understand when we should apply it and how to apply it. We still have integral support, even after the course, since we all became good professional and life friends. Also, even during hard times, there are always companies getting in touch with me, and I can notice how attractive my curriculum is now, and I know I owe this to this experience I had. I have no restrictions in saying that Ironhack's UX/UI Bootcamp completely changed my life, and in all the very good senses.Não tenho nada além de coisas boas a dizer sobre o Bootcamp UX/UI da Ironhack. Foi simplesmente incrível, em todos os sentidos. Foi o que me permitiu mudar de carreira de uma maneira que eu nunca poderia ter esperado. A Ironhack me deu todos os suprimentos necessários para me tornar uma UX Designer, não apenas com um incrível conteúdo de estudo, uma tremenda professora e teacher assistants, mas também com apoio em geral, para me realocar como profissional.Fui presenteada com uma professora do mercado real que nos mostrou o quão importante é a empatia, e como isso deve ser incentivado desde o início. Tudo começou dentro da nossa sala de aula, com experiências e projetos que nos inspiraram a ter empatia não apenas com nossos usuários, mas conosco e entre nós, como colegas de classe (e mais tarde bons amigos).Conseguimos entrar em contato com todo o processo de Design Thinking e Double Diamond, e pudemos desembaraçar cada etapa das metodologias para entender quando devemos aplicá-la e como aplicá-la. Ainda temos apoio integral, mesmo após o curso, pois todos nos tornamos bons amigos de profissão e de vida.Além disso, mesmo em tempos difíceis, sempre há empresas entrando em contato comigo, e posso notar como meu currículo é atraente agora, e sei que devo isso a essa experiência que tive. Não tenho restrições em dizer que o Bootcamp UX/UI da Ironhack mudou completamente a minha vida e, em todos os bons sentidos.Read Less",UX/UI Design Bootcamp,UX/UI Design +264001,10828,ironhack,Leïla,False,2019,Helpful,2020-04-28,5.0,5.0,5.0,5.0,"At the beginning, I didn't know how to code and my level of mathematics was medium. But the teachers share with us their knowledge and were there every time we needed. Of course, you must work hard and continue even if you think you can't, at the end... Read More you will be proud of yourself and you will be able to start a new job!Read Less",Data Analytics Bootcamp,Data Science and Analytics +263999,10828,ironhack,Vanessa Boaventura,False,2019,Melhor escolha.,2020-04-28,5.0,5.0,5.0,5.0,"Vim da área química, resolvi mudar de profissão e a IRONHACK me deu todo o suporte para essa mudança. Entrei e não sabia nada, acreditei no curso e conseguir aprender e mudar de área. Antes engenheira química, agora sou e atuo como engenheira de dados.... Read MoreRead Less",Data Analytics Bootcamp,Data Science and Analytics +263998,10828,ironhack,Patrícia Zambrini,False,2019,looking for career change I found a life experience,2020-04-28,4.3,4.0,4.0,5.0,"In 2019 I decided to change careers and I believed that at Ironhack I could have that, but I didn't imagine that in addition to changing careers, I would find people and structure that made me grow and discover myself and have a support network for life.... Read More Ironhack not only helped me to upgrade my career but also in my life.The only point that would improve is in the organization of the company and review points during the course of the course.But it is certainly an experience that I will always remember!Read Less",UX/UI Design Part-Time,UX/UI Design +263997,10828,ironhack,Mohsan Abbas,False,2018,An absolute decision which paid off,2020-04-28,5.0,5.0,5.0,5.0,"For me it was not that hard decision to take because I had background in computer science but was off grid with different career path so I decided to back in field which I already studied for and have passion. Just needed the focused start Ironhack was... Read More an absolute decision their systematic course help me to train myself . I landed my first job in Ironhack job fair which they usually had a week after completing course . A year later I was hired in a multinational corporation as senior software engineer where I currently work. Ofcourse I recommend Ironhack they have course curriculum they have new techniques to teach , I basically from Pakistan I lived in Brazil Ironhack gave me opportunity to make some amazing friends, the teachers was amazing all of them still in contact with me. It was fun that make me more passionate about programming. Genuinely loved it. Hopefully you enjoy your journey as well with amazing community of Ironhack.Read Less",Web Development Bootcamp,Web Development +263994,10828,ironhack,Cécile Fléchon,False,2020,Tough but worth it,2020-04-28,5.0,5.0,5.0,5.0,"The bootcamp was a great experience. It was not easy, I even suspect it is not tailored for everyone, but it took me further than I could have done by myself within such a short time. The curriculum is on point, the whole team friendly and keen to help... Read More in any possible way. The cons are, I guess, inherent to the time constraint: unless you have some previous coding experience, you will feel overwhelmed sometimes. The strength that I see is that the overall wholesome atmosphere alleviated a lot of the fears. Also I love the stack.Read Less",Web Development Bootcamp,Web Development +263993,10828,ironhack,Kathleen,False,2020,The best thing I've done for myself this year,2020-04-28,4.3,5.0,4.0,4.0,"To be honest, as a non-French speaker living in France, I did not expect that I would be interviewing for a web dev position during a lockdown, but I currently am - and I have Ironhack to thank for. Whether I get accepted or not is on me, but the fact... Read More that most of us who graduated in March 2020 are being contacted by companies says a lot about Ironhack's reputation (and the high demand of web devs in France)The full time program which lasted for 9 weeks was intense. We were expected to build projects whether or not we fully understood the concepts - which could either be good or bad for a student depending on their learning style - but anyone who needed help, got help. I was surrounded by other students who have the same goals as me and who have helped me get through coding challenges. The teaching assistants - Frank, Clara, PH, and Tatijana - were very helpful most especially during project week when we were all somewhat free-diving; and our lead instructor, Guillaume, was a good source of knowledge and was very patient with us noobs in answering all technical questions. As for job support, it is nice to have Dina and Morgane as our cheerleaders in finding our new roles. They have been sending weekly emails since our program ended, giving us structure and motivating us in our job hunting journey. They helped us in revamping our LinkedIn profiles and CVs, and also in preparing for interviews. We were supposed to have a hiring fair where we can meet with company reps in person, but because of the corona virus situation, the event has been postponed. But, our profiles were still sent out to the companies that know about Ironhack and got contacted by them.And wait. It is important to mention that it was not all just work. We also had seminars and weekly fun activities that gave us opportunity to connect in a personal level -- all these events organized by our program manager, Katya.So again for someone who just moved to a new country, this was overall a great experience in many aspects - I've made friends and I've learned new skills enough for me to land a junior dev role in France. So yea in conclusion, joining Ironhack is the best thing I've done for myself this year.Read Less",Web Development Bootcamp,Web Development +263989,10828,ironhack,Carlos Iván González Torres,False,2020,Awsome,2020-04-28,5.0,5.0,5.0,5.0,"Actually, ironhack changed my life, i was a food deliveryman before the bootcamp, the experience you gain studying on ironhack is just amazing, they have very proffesional teachers, new challenges and the best educational system ive ever seen in my life,... Read More if you love programming or wanna change your career goals, ironhack is the place, now im a full stack developer for energetika, with very good salary. Ironhack was the most difficult thing ive ever did, but is the best too.Read Less",Web Development Bootcamp,Web Development +263988,10828,ironhack,Jan B Mwesigwa,False,2020,Very happy with my choice,2020-04-28,5.0,5.0,5.0,5.0,"This was a mind-opening life experience. The course was pretty intense in terms of the amount of material to learn, and tasks and practical projects to complete, but all is designed in such a way that the students can handle everything and on time. The... Read More structure of the course is very well thought of. Teachers and assistants were very knowledgeable, supportive and kind. They made us work as a team and created an atmosphere where we could share our successes and failures (growths and glows), all for the sake of self-development. Big hats-off to how quickly and smoothly the school moved online as a reaction to the Covid-19 situation. During the transition, they kept us informed and made sure that our concerns are heard and handled accordingly. The communication, readiness and agility was truly remarkable.During the course we had meetups with various professionals from the industry coming over to share their experience and expertise. This was very inspiring and helpful from the point of networking. The course helped me refresh and broaden my skills to match the today's industry adopted workflows and concepts. I feel confident to attend job interviews and I am ready to share my experience as a UX/UI Designer with colleagues and contribute to a team.Read Less",UX/UI Design Bootcamp,UX/UI Design +263986,10828,ironhack,Nicole Matos,False,2019,Best decision ever,2020-04-28,5.0,5.0,5.0,5.0,"Before I enrolled at Ironhack, I read reviews by people saying it changed their lives and was the best decision they ever made. I thought they were exaggerating but after finishing my Boot Camp I’m happy to tell you that WOW I feel exactly the same way.... Read More I did the full-time UX course. It was hard work but I learned so much in 9 weeks despite having no background in design. We got in-person lectures as well as corresponding digital lecture slides and bonus material that’s ours to keep. Another aspect I loved was getting to do a hackathon with students from the other cohorts (web development and data). It was fun and collaborative and taught us a lot about the disciplines we’ll probably be working with in the future. Not only did Ironhack set me up for success (I’m now officially a UX/UI designer), but I met some of the most amazing people ever. For this and many other reasons, I’m happy I chose Ironhack over any other bootcamp. If you want more info about Ironhack, call them up or reach out to an alumni (everyone is really helpful!)Read Less",UX/UI Design Bootcamp,UX/UI Design +263985,10828,ironhack,Pedro Moreira,False,2020,Data Analytics Bootcamp,2020-04-28,5.0,5.0,5.0,5.0,"Had a great experience within this bootcamp, also the switch between in person class and online classes (due to Covid-19) was really smooth. This bootcamp made a perfect bridge (which I was missing) between the analytics and engineering part. Fully recommend... Read More this bootcamp! It's a lot of hard work, but It's worth it!!Read Less",Data Analytics Bootcamp,Data Science and Analytics +263982,10828,ironhack,Mateo Reparaz,False,2018,Life changing,2020-04-28,5.0,5.0,5.0,5.0,"I had 0 background experience in programming and web development. In 9 weeks Ironhack's Web development Bootcamp gave me more than enough knowledge and skill to be able to start a new career. It didn't took me even a month to find a job after I finished... Read More the bootcamp and almost 2 years later here I am, still learning and improving my skills as a Full Stack Developer.Read Less",Web Development Bootcamp,Web Development +263981,10828,ironhack,Markus Grønnestad Heldrup,False,2018,A social and work oriented bootcamp,2020-04-28,5.0,5.0,5.0,5.0,"I had an awesome experience during my Ironhack Berlin bootcamp! It was a very social, and oriented towards getting the students a job as a webdeveloper after the course is finished. They have a friendly staff, a nice campus and I felt like they all worked... Read More extremely hard to satisfy the students. The course is very intense but this is something I prefer myself as it also nurtures a steep learning curve!Read Less",Web Development Bootcamp,Web Development +263980,10828,ironhack,André de Albuquerque,False,2019,My best decision.,2020-04-28,5.0,5.0,5.0,5.0,"I can say that joining Ironhack will be one of the most impactful and important decisions of my life. The pace is fast, but that's what you want when you're tackling a career change. It has to be fast, intense and with relevant information.Since I left... Read More the bootcamp I feel like I have super powers. Nothing is out of reach from me. THe team is amazing and the environment in class is outstandingRead Less",Web Development Bootcamp,Web Development +263979,10828,ironhack,Elsa Filippidou,False,2020,Great Experience,2020-04-28,5.0,5.0,5.0,5.0,"The web development bootcamp was intense and fun at the same time. The staff, teachers and teaching assistants have a lot of energy and positivity and they managed to pass it down to us. The learning material was rich and clearly structured and included... Read More a very good balance between theory and practice. What I also found really helpful is the fact that there was no grading system, everyone could make up their own goals and decide how much they wanted to push themselves. I think that worked really well. There was a lot of support regarding career topics, like how to improve our CVs and how to do well in interviews. And most of us got some interviews and coding challenges through the internal hiring fair. Finally, it wouldn't have been such a great experience without the general feeling of community. Ironhack staff contributed a lot to that by organising some activities and hanging out for drinks now and then.Read Less",Web Development Bootcamp,Web Development +263978,10828,ironhack,Alieldin Ramadan,False,2020,"It was a great learning experience, and an opportunity to grow personally and professionally.",2020-04-28,5.0,5.0,5.0,5.0,"My experience at Ironhack was satisfying. The course was very comprehensive, in just nine weeks I learned a lot of important and industry related skills, from basic programming and data cleaning in Python all the way to Statistical data analysis and Machine... Read More learning algorithms. The course is very well structured and focuses on the skills that the job market needs. I never really thought that I can learn so much in just nine weeks.The culture at Ironhack is amazing. The staff is very attentive, they are always asking for feedback and looking for ways to improve the overall experience and they were always doing their best to make sure we reach our learning goals.Read Less",Data Analytics Bootcamp,Data Science and Analytics +263977,10828,ironhack,Pascal Besson,False,2020,"Great experience, which fills you with knowledge, energy and motivation. Thank you Ironhack!",2020-04-28,5.0,5.0,5.0,5.0,"I followed the Ironhack web dev bootcamp in full time, from January to March 2020. I arrived a little backwards and I come out of it full of energy, projects, friends and, only a few weeks later, I was already hired, despite the confinement, at a fullstack... Read More developer position.The Ironhack teams, educational and admin, are truly exceptional. I have rarely seen an organization in which everyone has a real concern for doing high quality work, in this case offering students excellent training and a great experience.On the course side, the Lead Teacher and Teacher assistants  combo works very well. All are very available and helpful, and set up a framework as serious as motivating, pleasant, really a nice balance found! This is appropriate: the training is very dense and you need a good motivation to follow and store all the information shared. The online platform offering lessons and exercises (available for life) is also very well done, and full of useful resources (good luck to anyone who wants to exhaust it!). The training is well sequenced between the course modules and the projects, which are an opportunity to apply the learning and above all to take enormous pleasure in building our first websites. It was the most exciting part for me, and which allows me today to have 3 projects that I can develop even more and maybe monetize.The training is embellished with lots of nice moments, without taking up too much space, without being cool to be cool, and which allow you to share a great adventure with all the fellow students, some of whom have become friends, dev partners.Ironhack also rolls out the red carpet to support job search: CV workshops, cover letter, interviews, partnerships with recruiting companies, recruitment agencies specializing in tech, etc.You understood , I have only positive to share and if I did not have to return to take care of my daughter, born just after the bootcamp, I would gladly extend the story!Read Less",Web Development Bootcamp,Web Development +263976,10828,ironhack,Konstantin Asmanov,False,2020,Bootcamping: 4-years of college in 9 weeks,2020-04-28,4.3,5.0,4.0,4.0,"A little disclaimer: I already had some knowledge of the bootcamp curriculum, so your experience might differ. Now that's out of the way...Imagine a chilly February morning and you arrive for the first time at the IronHack campus in Amsterdam, you are... Read More greeted by the TA's (teaching assistant) and LT (lead teacher). After a small breakfast, the GM kicks-off the cohort and it begins. You are thrown into user centric design, research, interviews and work on group assignments. The next week there's more ... more and more... Pretty much the moment you step-in it's going to be busy, however... very inspiring.You learn so much, not only from the teaching staff but especially your classmates who come from different backgrounds. My cohort had: engineers, sociologists, analysts, graphic designers, video producers, project managers, consultants. Now that experience has settled, I'm extremely grateful to having the possibility in meeting such a unique and inspiring bunch of people. The program is structured in a way to reflect the crazy pace in the industry itself. I double checked with my network and it's official, since companies are getting more and more design focused. Of course there will be weeks with breathing room, so you can regroup before the next big individual projects. The TA's and LT will push you as a designer and let your creativity, passion and ideas go wild. Just mind the time and health!My experience was unique. Since half-way through the campus was closed due to the increased health risk from the coronavirus pandemic (2020) and we switched to online lessons via Zoom. I must say it went really well, as we all tried to be online with the cameras on as much as possible to avoid breaking the feel of classroom. We did miss the Ironhack Beers on Friday, but hey ... games and virtual drinks were the solution! I came to the bootcamp to find my voice as a designer and must I say.. I've been successfully at crushing engineers in discussions ;) Would I recommend it? YES! However you need to bring an open mind, curiosity and embrace the design process.Read Less",UX/UI Design Bootcamp,UX/UI Design +263974,10828,ironhack,María Losada Sanz,False,2018,"Ironhack, an experience that changes your life.",2020-04-28,5.0,5.0,5.0,5.0,"It was summer 2018 when I was with my family enjoying some days in the South of Spain and I was wondering about taking a master in some discipline to improve my creative skills and that's when my sister who works at Ironhack totally recommended me to... Read More take the UX/UI Design Bootcamp to start a career in the digital industry. UX what? I asked. I was a bit scared with the idea of joining a course of this type without having any background in the field but finally I decided to do it and I can say it has been one of the best decision I have made in my life. Ironhack is the kind of experience that changes your life. The content of the course is very complete, the rhythm is frenetic but thanks to the learning methodology ""learning by doing"" and the great team of teachers, once you are inside and work hard every day, success is guaranteed. I did the course in 2018 and now I work as UX/UI Designer at Tailor Hub, a startup co-founded by 4 Ironhack alumni where we create digital products.Read Less",UX/UI Design Bootcamp,UX/UI Design +263970,10828,ironhack,Anonymous,True,2020,The expirence is hard and challenging but also is gives you many good things in back.,2020-04-28,4.3,4.0,4.0,5.0,"Being in the part time course has the disadvantage that you work every day and the only time to work on bootcamp projects is in the classes which are not always designed to do it. One of the advantages is that you work on projects with startups, this... Read More will help you to have an experience very close to reality in the labor field. Another advantage is the training focused in the job searching, this training helps you a lot at the time you are really looking for a job. The theachers assistent are very helpful during the projects.Read Less",UX/UI Design Part-Time,UX/UI Design +263966,10828,ironhack,Anonymous,True,2020,"""Amazing Experience""",2020-04-27,5.0,5.0,5.0,5.0,"Attending this bootcamp has become one the most important and amazing experiences of my life. The Ironhack team, the teacher, and the teacher assistants provided great support and so much dedication to our success. I really enjoyed all the experience... Read More on the course and become part of this great family. I'll be always thankful to Ironhack.Read Less",Web Development Bootcamp,Web Development +263965,10828,ironhack,Jorge Luis Montaño Casillas,False,2019,Ironhack provides tools and knowledge to enter in a natural way to the technology ecosystem and boost any professional career in only 9 weeks,2020-04-27,4.3,5.0,4.0,4.0,"In my experience, the bootcamp allowed me to get really close to code using Python, apply libraries like Pandas, Numpy, Matplot, Seaborn, Folium among others, as well as implement SQL, MongoDB, Tableau and Machine Learning models with an intensive and... Read More clear program to develop new skills in just 9 weeks. The structure of the classes, as well as the material given, allows us to be in a permanent state of alert that help us to study and develop critical thinking, participate in collaborative work, and improve or develop a self-taught capacity to be able to fulfill tasks and projects in a very short time.Read Less",Data Analytics Bootcamp,Data Science and Analytics +263964,10828,ironhack,Jessica rojano,False,2019,Excellent work,2020-04-27,4.7,5.0,5.0,4.0,"As a student i enjoy every second of the bootcamp, helped me to boost my career from graphic designer to user interface designer with background in user experience. The journey is great, they take care of you as a student and as a profesional, tough it... Read More was a little tired cause i do part-time, but overall if i could take back time, i will do it always again.Read Less",UX/UI Design Part-Time,UX/UI Design +263963,10828,ironhack,Reynaldo Mendez Robles,False,2019,"Amazing Experience at Data Analytics Bootcamp (MX, Fulltime)",2020-04-27,5.0,5.0,5.0,5.0,"It’s a great experience, a place to find great humans and stories in 8 to 12 weeks you can learn amazing amounts of useful information.The Data Analytics teaching team of my bootcamp (Yonathan, Oscar and, Vannia) are top teachers, they helped me out during... Read More the whole bootcampThe installations are amazing and you can always talk with anyone at the Ironhack team that can help you, also the slack communications with the global network is great.Read Less",Data Analytics Bootcamp,Data Science and Analytics +263934,10828,ironhack,Anonymous,True,2019,A boost to anyone,2020-04-27,5.0,5.0,5.0,5.0,"The Curriculum always is updated to the newest tools and best practices.The career services are the best, giving you the opportunity of working with great companies right after you finish the course.On the bad side, I would have preferred to watch more... Read More events about UX, there's more events about web development .Read Less",UX/UI Design Part-Time,UX/UI Design +263933,10828,ironhack,Anonymous,True,2019,WebDev at Ironhack Madrid,2020-04-27,5.0,5.0,5.0,5.0,Amazing experience in Ironhack Madrid! I found a job in 3 months and I realized I learnt all the necessary for meeting my new employer needs! The people together with the experience was great. Really professional staff and teaching team. I would definitely... Read More recommend Ironhack to a friend!Read Less,Web Development Bootcamp,Web Development +263932,10828,ironhack,Sonia Meller,False,2019,MERN Full stack,2020-04-27,5.0,5.0,5.0,5.0,"It was a life changing experience. Teachers and the rest of the staff are very nice and reachable and the technologies are up to date. Interestingly, I liked it so much I am currently doing the data analysis bootcamp too where I developed a project that... Read More analyzes what technologies are required in the job market and got to the conclusion that they are exactly the same that the ones in Ironhack’s curriculum <3Read Less",Web Development Bootcamp,Web Development +263920,10828,ironhack,Rony Rom,False,2019,UX/UI bootcamp at Ironhack Berlin,2020-04-27,5.0,5.0,5.0,5.0,Joining Ironhack was the best decision for me as part of a career change I was doing (I came from a non-related field). Not only that I met great and supportive people (students and instructors) but I also got the set of skills and mindset I needed in... Read More order to enter this field and make my career change. The course was challenging and I learned a lot but at the same time so much fun.Read Less,UX/UI Design Bootcamp,UX/UI Design +263918,10828,ironhack,Dalina Weidinger,False,2019,Amazing Exprience.,2020-04-27,5.0,5.0,5.0,5.0,"Taking part in this Bootcamp was probably the best decision I've made so far. The instructors are extremely skilled and pro-active to help you learn as much as possible. The curriculum is well-structured but it is intense, so be aware that you need to... Read More come with full dedication and motivation. Joining Ironhack is not just simply participating in a course, it's joining a community where you will meet friends for life. Would 100% recommend Ironhack to anyone who wants to learn web dev!Read Less",Web Development Bootcamp,Web Development +263917,10828,ironhack,Anonymous,True,2019,Great way to change career,2020-04-27,5.0,5.0,5.0,5.0,"I have a design background and I've never coded before I started Ironhack. I had an amazing experience during the Bootcamp, with a great content structure and staff support. The teacher was incredible, one of the best that I've had. I've not just learned... Read More how to code in Javascript but also how to learn other languages by myself. After two months that I've completed the Bootcamp, I started to work at the developer field.Read Less",Web Development Bootcamp,Web Development +263914,10828,ironhack,Pierre,False,2019,Ironhack was just amazing for me.,2020-04-27,5.0,5.0,5.0,5.0,"Doing the web dev bootcamp at Ironhack in Berlin was a wonderful experience. The people I met are now some of my best friends, the staff is amazing, the course is really intense and really well made. If you are from a non technical background or even... Read More if you already are a developer and want to learn up to date technologies, this bootcamp is really great. I was really confident about my skills after graduation and got a fascinating job as a software developer in Berlin. My friends from the bootcamp are all software engineers now and we feel really connected with Ironhack that changed our lives forever.Read Less",Web Development Bootcamp,Web Development +263913,10828,ironhack,June,False,2019,Best decision I ever took,2020-04-27,5.0,5.0,5.0,5.0,"I’m more than satisfied with my Ironhack experience. The quality of the lessons and projects is really good and they make a lot of effort for you to have not only the knowledge but a nice portfolio ready for the job search. If your looking for a career... Read More change, I would totally recommend it.Read Less",UX/UI Design Bootcamp,UX/UI Design +263903,10828,ironhack,Rosanora,False,2020,My review of Ironhack Paris on remote,2020-04-26,5.0,5.0,5.0,5.0,"Ironhack meets beyond my expectations. Indeed, the fact of doing it remotely at first I was afraid ... but in the end, the staff is very responsive, very organized and has adapted very well to the current situation which is not necessarily very simple... Read More to manage. We carry out all the training via Zoom and it's going very well, there is a real exchange between teachers and students. The bootcamp is very intense but it's great, because in a few months I really feel like I have learned a lot and putting it into practice every week, thanks to the realization of group or personal projects, we are evolving rapidly. We have good feedbacks of our works and we are learning to give it as well. We present our projects every week to the whole class so we also learn to speak in public and all English! I highly recommend this school!Read Less",UX/UI Design Bootcamp,UX/UI Design +263894,10828,ironhack,Cecilia,False,2019,Rewarding experience,2020-04-25,4.3,4.0,4.0,5.0,"It’s a great and intense experience, it gives you the tools and skills you need to star your journey. I would only recommend it to beginners because you don’t get too deep in each topic. You don’t specialize in certain way. Overall it was a good course,... Read More great teachers and great environment.Read Less",UX/UI Design Bootcamp,UX/UI Design +263885,10828,ironhack,Daniela,False,2019,Turning Teaching Assistant before being Student is amazing,2020-04-25,4.7,4.0,5.0,5.0,"Last year I completed the UX Design bootcamp at Ironhack and right before it, I had the opportunity to become Teaching Assistant for the next class. This exchange with a different teacher and with new students, from really different backgrounds, is adding... Read More a lot to my experience and knowledge about UX Design, ways of working, career possibilities and much more!Read Less",UX/UI Design Part-Time,UX/UI Design +263883,10828,ironhack,Drew Bibby,False,2020,"Challenging, Supportive, and Lasting",2020-04-25,5.0,5.0,5.0,5.0,"I was looking for a program that was challenging, supportive, and dedicated to results - I got that with IronHack. Despite my prior experience, IronHack was challenging from day 1. The TAs and admins were supportive; so were my classmates. We stayed late... Read More to team up on hard problems. My classmates even pooled together money to help me and 2 others deal with a crisis. The career services team have been working hard to help us find jobs. Our cohort ended as countries around the world lockdowned (Covid-19). After a week-full of very helpful interview workshops, our talent day (job fair) got indefinitely postponed. I felt a little pessimistic at first (because of hiring freezes and stuff) but they have been relentless finding resources for us and giving us remote guidance.Read Less",Web Development Bootcamp,Web Development +263878,10828,ironhack,Farnam Kavehei,False,2020,Not only a good experience but also a great network,2020-04-24,5.0,5.0,5.0,5.0,"Probably the best Bootcamp for UX/UI, Data Science, and Web development in Lisbon. a few months ago I would've never pictured myself in this state! Great workshops, top-class teachers, lovely people and colleagues, modern workspace, dynamic environment.... Read More what do you expect more from a Bootcamp?I was working as a junior UX/UI Designer then I participated in UX/UI Part-time course and I cannot compare myself before and after the Bootcamp!I learned a lot during the projects and now I feel much more confident. Ironhack also helps to connect the students to the companies after the Bootcamp.Highly recommend!Read Less",UX/UI Design Part-Time,UX/UI Design +263877,10828,ironhack,Brisa Araujo,False,2019,Life changing experience,2020-04-24,4.7,5.0,4.0,5.0,"Studying at Ironhack has made me grow as a person and as a professional in ways I could not have imagined. I knew I wanted to make a career change and embrace digital transformation, but I did not know that this educational experience would bring me a... Read More whole new way of learning and collaborating with others (as well as being involved in such an active community). I had some doubts that 2 months would be enough to give me the technical skills I needed do make the shift, but now in my day to day work I use knowledge I gained in Ironhack everyday - and I can say that I would never be in the role I am at right now if not for this bootcamp. Thank you so much, I love Ironhack!!Read Less",Data Analytics Bootcamp,Data Science and Analytics +263875,10828,ironhack,Francesca,False,2020,Best ROI you can ask for!,2020-04-24,5.0,5.0,5.0,5.0,"I had a little bit of schooling with code in undergrad with Visual Basics and VBA from 6 years prior but never used it. I wanted to launch my career in a more technical field and I found Ironhack Bootcamp in my search of where to start. I wanted to not... Read More only brush up on my coding but also learn to apply it to build cool websites and applications. This course will give you the basic foundation from which to build upon! I've never had the discipline to keep up with online courses, which made this bootcamp appealing because you immerse yourself in a classroom surrounded by a great set of like minded people who are there to learn with you. The friends and network I made was invaluable and an added bonus to the skills I learned. Once you are part of the Ironhack community you remain part of the community long after. Lastly, as with anything you do in life, you get as much as what you put in and though it wasn't a walk in the park the challenge was well worth it.Read Less",Web Development Bootcamp,Web Development +263865,10828,ironhack,Anonymous,True,2020,Changed my life for good,2020-04-24,5.0,5.0,5.0,5.0,"I attended ironhack lisbon campus web development course. This was, without doubt, the most intense learning experience in my entire life. I ended up exhausted, but i learnt a lot. Really professional staff and teaching team. Helpful and they genuinely... Read More care about the students' well being. I already referred two friends who are joining in a few weeks.Read Less",Web Development Bootcamp,Web Development +263863,10828,ironhack,Tiago Paim,False,2020,The best learning experience of my life,2020-04-24,5.0,5.0,5.0,5.0,"The Data Analysis bootcamp at Ironhack was an incredible learning experience and served as a platform for me to challenge myself in a practical-oriented setup and equip me with the tools I need to be a high-performance professional.It was an exhaustive... Read More curriculum and pushed me to learn more on various technical fronts, but also how to properly function in a fast paced work-environment. There's a supportive atmosphere and it is easy to see that the entire team does their absolute best to help you achieve your learning goals. I was enjoying it so much that I frequently lingered in the premises until closing time just doing extra laps or pursuing more knowledge with my colleagues.The campus @HedenLisboa is incredible, with loads of natural light and a huge balcony facing the Tagus river, well located near a train station, metro station with several bus stations nearby.The Ironhack team was restless organizing pertinent events for us about tech, open to our suggestions and very proactive creating team building exercises that helped in creating a tight group of students that helped each other immensely, and I can't overstate how important this is for the crafting of a positive learning experience.It is hard to explain how much we can achieve in such a short amount of time with the right setup. Ironhack is tech education done right.Read Less",Data Analytics Bootcamp,Data Science and Analytics +263862,10828,ironhack,José Alexandre Fernandes de Oliveira Pereira,False,2020,Mind Changing Learning,2020-04-24,4.7,5.0,5.0,4.0,"Amazing!For me attending the Data Analytics bootcamp in Ironhack Lisbon was an amazing experience, it made me grow not only intellectually but also as a person. For me, a Biologist who knew nothing about programming, I was mesmerised by the curriculum!... Read More It was always pushing and intriguing me.We add projects, and they might seem scary and the time sometimes seem short but in the end they are totally worth it. They are a consolidation of your learning, and you will see how much you grow with them.It was so intense and interesting that we rarely add time to think about other things but the support from the teacher and the staff is always top notch. There was never a time that I felt alone, even now that we needed to transit to remote we have total support from the Ironhack family!I'm trying to figure out some cons but for me it's hard because I really came out of it feeling as a better person and with a lot of relevant tools in my arsenal that are importante for the job market.The only thing that I didn't like was the fact that I didn't have time to properly say goodbye to some of my colleagues that needed to return home without much of a notice due to the covid-19 outbreak. With this you can see that the bonds that were created during the 9 week bootcamp can only be matched by the level of knowledge that I acquired.Thank you Ironhack Lisbon, now together to the job hunt!!Read Less",Data Analytics Bootcamp,Data Science and Analytics +263861,10828,ironhack,Anonymous,True,2020,A brilliant experience,2020-04-24,5.0,5.0,5.0,5.0,The bootcamp is the ideal experience to accelerate your learning curve. Of course all of the information is available online but the fact that the course is curated to properly feed you the right concepts at the right time changes completely the learning... Read More experience. On top of that Ironhack (in my case Ironhack Lisbon) is constantly updating the content to keep up with the industry standards and has the best professionals in their team!Read Less,Web Development Part-Time,Web Development +263860,10828,ironhack,Ella Forté,False,2019,Ironhack changed my life,2020-04-24,5.0,5.0,5.0,5.0,"Yes I know, it sounds cliché like that but it’s true. I attended the Ironhack Full-time UX/UI bootcamp in May 2019 and since it allowed me to make a big switch in my career. I’ve learned so much in the bootcamp in such a short period of time, I honestly... Read More didn’t think it was possible before. And after the bootcamp I had the opportunity to stay and work for Ironhack as a Teacher Assistant from August to March (3 cohorts) and it’s taught me even more teaching others. Now I’m feeling more confident than ever on my journey to evolve as a Product Designer. If you’re thinking about doing Ironhack, I’ll tell you to go for it, 100%. You won’t regret it.Read Less",UX/UI Design Bootcamp,UX/UI Design +263859,10828,ironhack,Lucia de la Cruz,False,2019,Amazing Bootcamp and amazing experience,2020-04-24,5.0,5.0,5.0,5.0,"Working at Ironhack Lisbon was a wonderful experience. The curriculum its really complete and in two months you learn all the knowledge you need to be able to work as a UX/UI Designer.Working with Hugo Rocha as Lead teacher was super interesting, he is... Read More a really good teacher and amazing designer.All the Ironhack team its super close, kind and wants you to give the best.Recomend 100%.Read Less",UX/UI Design Bootcamp,UX/UI Design +263857,10828,ironhack,Ana Horta,False,2020,Life changing experience,2020-04-24,5.0,5.0,5.0,5.0,"I have just finished a course in Data Analytics in Ironhack Lisbon, and I can happily say this was one of the wisest decisions I have ever made. I have accomplished many goals in a short amount of time, from technical skills to strengthening my resilience... Read More and acquiring new learning methods and tools. I applied to this course very early (8 months before I started) which allowed me to thoroughly study the topics beforehand. However, it was only during the course that I really got the grasp of everything I know right now on Python, Pandas, Web Scrapping, SQL, Statistics in Data Analysis, Machine Learning, etc. This is not all though, we had numerous talks about topics concerning data analysis such as Business Intelligence, Object Oriented Programming, Mongo DB, Django and many more. It would be an endless list if I continued mentioning all the skills I have acquired. This really opened my job opportunities despite the current crisis with COVID109. In fact, I believe this was the right moment in my life to dive into tech as the job market is now changing and becoming more conscious of the importance of digitization. I recommend Ironhack to anyone who is studying Programming on their own and/or wants to change their career towards tech. I have tried multiple courses online before this but nothing can compare. This is will be hard work, so be conscious of that. For 2 months you will be studying and working on projects nonstop. At the same time you will have great and supportive staff and colleagues who will be there for you not only to help you out but to share a laugh with. My advice is for you to take a good look at the syllabus and review beforehand the topics you think you may struggle with. Personally, for me, was Statistics (I come from a humanities educational background) and I needed more time with on this than some of my colleagues. During the bootcamp it will be hard for you to keep reviewing the same topic because you are constantly learning new things. Prioritize your time as best as you can! Overall, great experience. Hard work but definitely worth it.Read Less",,Unknown +263856,10828,ironhack,Anonymous,True,2020,Ironhack - Best decision ever !,2020-04-24,5.0,5.0,5.0,5.0,"After seven years in the Fashion Industry, I decided to build a career that would fit me better. I like languages, I like computers, I like logic and challenges... I was advised to look into web-development, so where to start ? After deciding on taking... Read More a bootcamp (I like fast paced environments and structured learning) it was now to choose : which one ?Based on languages taught, and previous students feedback, and after asking senior devs around me, I went to Ironhack. For two months and a half I ate code for every meal : it's very intense, and you have to remain calm and confident through the whole thing, giving your best and trusting the process. For me ? It worked. In nine weeks I won't have the pretention to say ""Yeah I'm totally a fullstack dev"" but I coded three projects, the last wining an award from my school. I'm now able to start coding my own things, and I discovered something I love and want to work in.The teaching team has been very supporting from start to finish, I made good friends even if I was expecting a 9 to 6 gig, and I really liked the general atmosphere put in place to make everyone feel at home. Before finishing my bootcamp, I've been offered a TA position for the next sessions, and the chance to help others have the same experience I had, and challenging myself into debugging students on problems I was struggling with a few weeks before was very tempting : I said yes. They've been very reactive when the lockdown took set in France, and we're now running the session in remote, we maintained the friendly atmosphere and we give everything to make our students feel the same support and mentoring as if they were physically in the classroom. Javascript all the way (Node and React) are stacks that get you hired, that's what we teach.I would like to stick around for a while, and find a position in a company, and why not launch myself as a freelance in a year or two ! Career wise, we're coached every step of the way : workshops, support, custom path tracking, and goals setting. Even remotely, they reach out to us and make sure we have the best tools / clues as to where / how to get the job we want, and that's a big plus that wasn't on the ""brochure"" of every bootcamp.I would totally recommend this school to people who are not afraid to work hard, sweat and challenge themselves. It's hard, it's intense, it's very fast but if you really play by the rules and put yourself out there, I truly believe it works.Read Less",Web Development Bootcamp,Web Development +263855,10828,ironhack,Bart Weber,False,2020,An intensive 9 week course filled with non-stop learning through lessons and projects.,2020-04-24,4.0,4.0,4.0,4.0,"The teachers and teaching assistants are extremely knowledgeable and experienced in the field that they taught us. They were super supportive, and always available to help. The materials that we covered are extensive, and we really learned how to complete... Read More a project using the design thinking principles. The only downside was the program that was mandatory for the course was for Mac only, and there are other tools as powerful or more powerful available for both platforms. The logic behind using this specific program was that it is shown quite frequently on job listings within the area of the boot camp. So in that sense, they were giving us the skills in a tool used by future employers.Read Less",UX/UI Design Bootcamp,UX/UI Design +263854,10828,ironhack,Pierre Etryhard,False,2020,Amazing experience,2020-04-24,5.0,5.0,5.0,5.0,"If I had to redo Ironhack, I would do it without even thinking. Awesome people, technologies teached up-to-date with the job market. It’s difficult, intense but totally worth it ! You never feel alone. All the Ironhack team is always here for you whatever... Read More your problem is. Don’t hesitate and join the family.Read Less",,Unknown +263853,10828,ironhack,Eloïse Marcé,False,2019,Ironhack,2020-04-24,4.3,5.0,4.0,4.0,"I did Ironhack one year ago, I was a freelance graphic designer in Paris and I needed new challenges and knowledge so I did the UX/UI Bootcamp. It basically changed the way I design and my career. Having these 9 weeks to create and exchange with new people... Read More and learn new tools to do my job and specialize myself in the tech world was the best opportunity I had. I am now part of the team as a TA and feel so blessed to be part of this journey with the students, I can see that it is an amazing experience making them grow as designer but also as people. It is a learning and a human experience.Read Less",UX/UI Design Bootcamp,UX/UI Design +263828,10828,ironhack,Ricardo,False,2020,Best learning experience in my life.,2020-04-23,4.7,5.0,5.0,4.0,"I aplied to Ironhack without knowing how to code, what is Javascript React, Node etc. And in 9 weeks became a junior Web Developer. I'm not gonna lie, it's difficult and we must put the effort for long hours after the lessons end and study in the weekends... Read More too, but in the end, you are really able to do what is promissed to you. And get the basis for keeping improving your knowledge about other languages and frameworks.Besides that, you will meet incredible people and make good friends.So it was a great 9 weeks learning process!Read Less",Web Development Bootcamp,Web Development +263802,10828,ironhack,Felipe Nunes Pereira Lima,False,2020,Brilliant Experience,2020-04-23,5.0,5.0,5.0,5.0,"This bootcamp was a life changing experience. The curriculum structure compiled everything needed in order to achieve a successful career. Not only that, but the people are also amazing, classmates were all amazing, as were the teachers and employees.... Read More It was a brilliant experience and an effective career change investiment.Read Less",Web Development Bootcamp,Web Development +263791,10828,ironhack,Felipe Pereira Lima,False,2020,Brilliant,2020-04-22,5.0,5.0,5.0,5.0,"I had no background in web development, and after joining Ironhack I really feel like many doors were opened. It's really amazing to look back and see my growth as a student. Before the bootcamp I had tried to learn online, but Ironhack's curriculum and... Read More pace really made the difference to me.Read Less",,Unknown +263763,10828,ironhack,Luca Campora,False,2020,Amazing Experience!,2020-04-21,5.0,5.0,5.0,5.0,"This bootcamp give me real opportunity to open a window in the big market of developing, show how that's work in deatils and give me the possibility to compare skills and opinion with other people in the sector. And also give me a huge knowledge about... Read More the most modern and powerful techs for develop, but more give me a mindset and a way to work for never stop to learn.In IronHack Lisbon i found really stimulant work environement, and the Staff was really great and prepared for his work.I think this was one of the best choice of my life!Read Less",Web Development Bootcamp,Web Development +263736,10828,ironhack,Michael M,False,2020,Wonderful experience,2020-04-20,4.3,5.0,5.0,3.0,"I did the Ironhack in Amsterdam and did the parttime UX/UI course.At first I was doubting if a bootcamp would be a good thing to do. In the end, I pulled the trigger. Finished yesterday, met great people and learned a lot. I'd highly recommend this programme... Read More and here is why:Pro's:- The programme is varied. We had 3 UX projects, 3 UI, 1 coding and 1 final project. Sometimes you would be in groups of 4, 3 or 2 and also just by yourself.- Because of the small group nature of the programme, you get to know everyone and work with almost anyone.- Our teacher and teaching staff were knowledgeable, caring but also challenging and demanding. You will get feedback. But this will help you grow. And it's always constructive feedback.- The programme manager and other administrative staff. They were constantly improving the campus. I.e. with new furniture, branding, ping pong table and so much more.- External speakers and UI workshop were a big thing.Cons:- In the beginning their were certain things that did not go well. Small things for instance the online material was a bit different from the class material. Or some supplies were not always restocked. However, we had a retrospective after each project. The teacher would use our feedback and make sure those things and more were improved.- Corona virus. Our final project had to take place online. Naturally, the school had to be closed and this was out of their hands. The online environment were good and quickly developed. We gave our final presentation online and could not thank the teaching staf in person or receive our certificate.Read Less",UX/UI Design Part-Time,UX/UI Design +263690,10828,ironhack,Anonymous,True,2020,"Great teaching, great recruitment services",2020-04-18,5.0,5.0,5.0,5.0,"Pros: - the course is very well balanced, focusing on many different skills that are essential in working life - the teaching staff are very talented, and genuinely care about students success. No one is left behind. - the recruitment services are incredible;... Read More almost everyone who attended my bootcamp got a job within 2 months - teamwork and support between students is strongly encouraged, which is essential given the stresses that a full-time bootcamp cause Cons:- the combination of the fast pace and the broad subject matter means its impossible to grasp everything that you're taught. Overall, the bootcamp exceeded my expectations; it combines great teaching with great recruitment services.Read Less",Data Analytics Bootcamp,Data Science and Analytics +263656,10828,ironhack,Ana Flavia Foppa,False,2020,The one of best experience of my life!,2020-04-17,5.0,5.0,5.0,5.0,"I meet an amazing people, everybody in class is so nice, TA's are amazing and José is amazing teacher, count on him with anything. We help each other if someone was a question, doubts about something. We had all the necessary support. These 3 months go... Read More by very fast and it was amazing! Even when the bootcamp ended, I've been received messages about events, meetings, job vacancy...I feel like I'm part of Ironhack!Read Less",Web Development Bootcamp,Web Development +263619,10828,ironhack,Gabriela Fonseca,False,2020,Incredible learning experience,2020-04-16,5.0,5.0,5.0,5.0,"I had an incredible experience during the Web Dev Bootcamp at Ironhack Lisbon. I’m still amazed by how much I was able to learn and achieve. The course is very challenging and intense, so you really have to dedicate yourself during these 9 weeks. But... Read More I guarantee that it will be worth it.We had constant support from the lead teacher and assistants. They were all friendly, highly skilled and worked hard to teach us. And the whole Lisbon staff provided a very welcoming environment.I particularly enjoyed how the days were structured intercalating theory and practice, with many interesting labs. And the projects were an excellent opportunity to apply everything we learned and build our portfolio.Read Less",Web Development Bootcamp,Web Development +263618,10828,ironhack,Anonymous,True,2020,Changed my life,2020-04-16,5.0,5.0,5.0,5.0,"My web developer bootcamp at Ironhack Lisbon was a turning point in life. They took me from zero to job ready in 9 weeks. The lead teacher, TAs as well the staff made the whole experience memorable. The Lisbon campus is absolutely stunning, which brings... Read More your experience to a new level.Read Less",Web Development Bootcamp,Web Development +263617,10828,ironhack,Myrian Katto,False,2020,'Trust the process',2020-04-16,5.0,5.0,5.0,5.0,Attending Ironhack Web Dev Bootcamp in Lisbon was a really amazing experience. It was very challenging and I'm very grateful for all the Lisbon campus team for the goal achieved. I had no experience at all with code and I'm surprised how many things I... Read More could learn in only 9 weeks. The course is very well structured and it has lot of challenging exercises where you can learn and practice all the knowledge passes by the teacher during the classes. And never forget 'trust the process'.Read Less,Web Development Bootcamp,Web Development +263615,10828,ironhack,Daniela Santos Ferreira,False,2020,IRONHACK LISBON - UX/UI DESIGNER,2020-04-16,5.0,5.0,5.0,5.0,"I was part of the first UX / UI Designer Part-Time class at Ironhack Lisboa and I can only say good things: the classes have an incredible practical sense that shows how you work in the job market and I have never experienced an equal connection with... Read More people outside my circle of friends. Ironhack is about a sense of presence, respect and proactivity. I was always looking forward to going to classes, even with the high stress level. I think it was one of the best investments I made in my life because I managed to change my life in 6 months.Read Less",UX/UI Design Part-Time,UX/UI Design +263609,10828,ironhack,André Ferreira,False,2020,Trust the process and give everything you have!,2020-04-16,4.7,5.0,5.0,4.0,"Ironhack offers a great solution to anyone who wants to enter the programming world. As someone who knew just the basics of web development and worked in a completely different field (fishery) I was a tiny bit skeptical at first about the whole ""become... Read More a programmer in 9 weeks"". Truth be told, that's exactly what happens. The curriculum is very well structured, teaching you the fundamentals and problem solving skills before diving into more code specific details. You learn the most up-to-date technologies and practices. The fast-paced rythm is not an hindrance, it's actually one of the best aspects, pushing you to stay on top of things and never letting you fall behind. The teaching staff (Lead teacher and assistants) have a clear knowledge of everything in the curriculum and are always supportive, making sure that you understand every concept and helping you whenever you need. The rest of the staff is also very present in the day-to-day, creating lots of extra-activities, talking to students and overrall creating a very friendly and relaxed environment. Unfortunately due to the COVID-19 situation there were some problems when it came to the job search after the course, but these problems were more related to the market situation (companies freezing their hiring process) than the school itself. We still received a lot of support material, webinars, talks and carreer advice on a weekly basis after the course finished.If you're looking to start a carreer in tech, no matter what your prior job or knowledge about coding was, this is definitely the right choice.Read Less",Web Development Bootcamp,Web Development +263607,10828,ironhack,Aline Pasetti,False,2020,Most efficient roller coaster there is!,2020-04-16,5.0,5.0,5.0,5.0,"I had an amazing experience during this bootcamp. Ironhack staff (education and non-education) makes everything they can for you to feel part of the family. The curriculum is great, the pace is madly incredible and challenging, and when I finished I felt... Read More super confident to join the job market. I recommend the course if you think you are wasting your potential in your current job, if you want to have a unique experience and/or if you want to explore your limits and get to know yourself better.Read Less",Web Development Bootcamp,Web Development +263594,10828,ironhack,Tiago Casaleiro Dias,False,2020,"High demand, even higher reward",2020-04-15,4.7,5.0,4.0,5.0,"After completing my Masters on Industrial Engineering, I was looking for opportunities to start a professional career as a Data Scientist. However, most of the job positions available in the field, required a high level of knowledge in programming languages... Read More like Python, R and SQL, which I didn't have.To improve my technical skills on Data Analytics, I decided to join the IronHack Data Analytics bootcamp in Lisbon. This decision turned out to be an amazing add on to my existing set of skills and made me a much better engineer.Experience summary:- High workload;- High complexity on the topics;- So many new and useful things learned!- Machine Learning module is awesome, but short.- Very competent teaching staff;- Super responsible and caring administrative staff;- Cool extra seminars along the bootcamp, for example: Build an ETL Pipeline, Build a Django App;- Beer and pizza offered by IronHack on events! :)Detailed experience:The program is very well distributed. The first weeks were mainly dedicated to learn basic programming and to clean data in Python. Since, data cleaning is such an important feature on a Data Scientist, the program has a very intensive approach on this subject (Very cool and useful!). We also spent a few days learning SQL, which is great, because it gives you a feel of the data warehousing task. Then, we learned how to manipulate data and make it 'readable' for everyone, using super interesting data visualization libraries and software. At this point, we were only at the first part of the bootcamp. The workload was really high and the tasks were not easy, but I was learning so much! I thought it couldn't get more difficult, but then, second part of the bootcamp came on...After this point not only the workload increased, but the complexity of the subjects studied also increased! We started going deep on Statistics. This was a very challenging and important part of the bootcamp, since Statistics are one of the stepping stones of Data Analytics. The last weeks were dedicated to the coolest topic (in my opinion) - Machine Learning! We got to learn multiple algorithms and techniques to develop prediction projects. In the last project on campus (2 weeks project), we had to develop a Machine Learning Model and present our results. I was really happy and excited on the last weeks, cause I got to see and feel the potential of an amazing technology like Machine Learning. However, I got the feeling that we needed to dedicate more time on the Machine Learning module. The program should be reviewed in the sense that it should dedicate more time to study Deep Learning. The teaching staff was very competent! We had 4 teachers available - 1 lead teacher and 3 assistant teachers. They were really good educating and there was always someone available to help. Very effective teaching system!Besides the technical characteristics and the teaching staff of the program, I also feel that is important to refer that the administrative IronHack staff was really amazing with me. They not not only did a good job on a professional level, but also, on a personal level. Very responsible and caring staff!Read Less",Data Analytics Bootcamp,Data Science and Analytics +263589,10828,ironhack,Matheus Rodrigues Carvalho,False,2020,Perfect to start .. but it also depends on you!,2020-04-15,4.3,5.0,4.0,4.0,"The ironhack will certainly be marked in my life, not only for the quality of the course itself. But for the 10 weeks that felt like 1 year and the friendships that I built on that journey.In 9 weeks of class all past knowledge is valid, maybe one detail... Read More or another is missing but if you learn everything they are willing to teach you will leave 1000% better than you entered. They always try to catch up with the market and are super attentive. My class was harmed by the situation of COVID and by the job manager having resigned on hiring week, because of that I am not the best to indicate a note of Job Support. But among those who remain there is a lot of effort to try to help us as much as possible.Do the Ironhack, live the Ironhack, believe in the process and give yourself 110%, you will not regret it, just be willing and with time for it, plan and have a money reserve when you graduate because it will depend a lot on the market demand , you can get a job in the first month or only after three, it also depends a little on you when looking for a job and improving your knowledge after the course.Read Less",Web Development Bootcamp,Web Development +263588,10828,ironhack,Felipe Chaves Rocha,False,2019,The best learning experience I’ve had so far,2020-04-15,5.0,5.0,5.0,5.0,"I had an amazing experience in the full time Data Analytics course. It is really intensive and not for everyone, it is up to you to make the best of it. The staff is great and the teaching team really care for your experience. They also have an interesting... Read More career service to help you find a job afterwards and build your network.Read Less",Data Analytics Bootcamp,Data Science and Analytics +263555,10828,ironhack,Anonymous,True,2019,Web dev Berlin could be better,2020-04-14,3.0,3.0,4.0,2.0,"I feel obligated to write a review for this course because I have very mixed feelings about the experience. I will try to be as honest as possible. Before the course starts, students must complete prework assignments based off an online learning platform.... Read More The platform was a good start but didn’t always provide all necessary information or enough examples to completely understand the material. The TAs are available to help, but in my experience they didn’t always get back to me right away (I later learned why—the TAs are extremely overworked). The prework needs improving because there’s no good way to accurately see if you’ve learned enough before the course starts, even by completing the two assignments. As for the course itself: class was from 9-18:00 but if you’re taking it seriously, you’ll stay several extra hours to complete the lab assignments. It’s lots of self-learning. The website is accurate in its structure of the day, with lectures and labs interspersed. They’re good at giving you lots of breaks, which you’ll need. The TAs are amazing and work hard to help you, sometimes sitting down for long periods of time to debug your code. Personally I think they did more than the teacher and deserve more pay/credit. On the other hand, the fact that TAs can help you whenever and assignments are often done with partners, it’s hard to know if you truly understand the material. You might be completing assignments after receiving help from others, so it’s hard to gauge whether you’ve comprehended it all. Personally I felt like my TAs coded my entire project because I didn’t understand any of it, while the feedback from the TAs was very positive. I therefore felt there was a huge discrepancy because they couldn’t truly see how people were doing. When I tried to advocate for myself, they always just told me I was fine. The projects overall are a great way to break into a new career. You’ll learn a lot and add to your portfolio. Additionally, you’ll do 1/2 daily labs, mini projects, so you’ll build up a good foundation. After the bootcamp I think learning online would be impossible. IH barely scratches the surface, and to learn the same amount without a bootcamp would take years, especially without help from peers. On the other hand, I personally think IH isn’t the right bootcamp anymore. Perhaps it once was, but its career services leave something to be desired (in the case of my class: a career). Our hiring week took place right before Christmas, so it might as well not have happened, as no one hires then anyway. After that, we received only a couple emails within the three months after graduating, not nearly enough compared to the services promised. They also weren’t overly available for meetings so scheduling usually wasn’t instantaneous, and my meetings were short and seemingly unproductive. They told me things I already know. More frustrating is the fact that of all the people in my class looking for a new job, only a small number got hired within those three months, probably well below a 50% hiring rate, or even 30%. Overall, a bootcamp may or may not be a good decision, but for the financial and physical and mental health costs, IH is not the best choice.Read Less",Web Development Bootcamp,Web Development +263469,10828,ironhack,Cristhian Santana,False,2020,UX/UI Design,2020-04-11,5.0,5.0,5.0,5.0,"Best decision of my life. Ironhack gave me the necessary tools to achieve a successful career change.Daveed Fast, Jess and Brito and my TA katheryn they helped me incredibly by showing me how to improve my erroes and make me grow as a UX / UI designer.... Read More The program has excellent content according to the new trends in the industry. I highly recommend to people who want to start in the tech industry to take this bootcamp. Thank you so much.Read Less",UX/UI Design Bootcamp,UX/UI Design +263423,10828,ironhack,José Maria Barreto Gonçalves Pereira,False,2020,Just works,2020-04-09,5.0,5.0,5.0,5.0,"Started the course last October. Give it everything m, like most of my colleagues.Enjoyed a great atmosphere.Learned from a well-tailored curriculum and great teachers.Got personalized help every step of the way including job-search.Now in a top-firm... Read More with great career perspectives.Give it all you got and it will work for you as well.Read Less",Web Development Bootcamp,Web Development +263164,10828,ironhack,Anonymous,True,2019,Intense and short course,2020-04-01,3.0,4.0,3.0,2.0,"Intense experience to get the basics of programming in web environment. If you have no experience it's a good start, but don't expect to have enough knowledge for the job market. I will have to learn new concepts and deal with much bigger project. Good... Read More luck!Read Less",Web Development Bootcamp,Web Development +263045,10828,ironhack,Enrique Ortiz,False,2019,"A solid introduction to programming, ML and Data Analytics.",2020-03-28,4.0,4.0,4.0,4.0,"Pros: I realized a few months after graduating from this program that the most important thing it teaches is not Python or SQL, but the art of learning. Being exposed to new topics every day and being forced to deliver results constantly forces you to... Read More learn how to absorb information rapidly and efficiently and to untap your creative potential. You also become extremely adept at finding the information you need to solve a problem. A lot of material is covered and even though there's more breadth than depth, some labs are extremely useful. My first project at a data science company was to create a program that extracts information from a website and my notes from the ""Web scraping lab"" were tremendously useful. I solved it in no time. Cons: Some labs are outdated or not challenging enough. Some datasets are used so often you get bored. More exposure to key principles and fundamentals would be helpful. Final remark: This is a great bootcamp if you don't know anything about programming and want to switch careers. if you take it seriously, it might as well change your life.Read Less",Data Analytics Bootcamp,Data Science and Analytics +262935,10828,ironhack,Anonymous,True,2019,"Empowered me to become the successful, independent woman I always knew I could be!",2020-03-23,5.0,5.0,5.0,5.0,"I really loved the spirit and content of the Web Development bootcamp at Ironhack Berlin. I completed the bootcamp in October 2019, and within 2 weeks of finishing the bootcamp I had a dream job offer in Vienna thanks to a referral to the company by a... Read More friend. I am now earning over €40,000 as a junior full-stack developer in an amazing company where I am supported to learn and grow by a great mentor and colleagues. I used to work in sustainability, and chose to do the bootcamp when I finally accepted that it would not be possible for me to be financially stable or treated with value while making an impact in my old career. Now I can work on projects that are good for society, while also knowing I will be financially secure and have an easy time finding a job. The content of the course prepared me well for interviews and professional work, and the team always made me feel like I belonged there!Read Less",Web Development Bootcamp,Web Development +262929,10828,ironhack,Juan Carlos,False,2020,Gamechanger,2020-03-23,4.7,5.0,4.0,5.0,I arrived Ironhack without any programming knowledge. Step by step they make me a real developer. I'm so happy to choose this school. The staff is awesome and the labs are so elaborated.The facilites are cool and in a nice placement. Highly recommended.... Read MoreRead Less,Web Development Bootcamp,Web Development +262879,10828,ironhack,Teresa Prosch,False,2020,"I can totally recommend the UX/UI Bootcamp at Ironhack Berlin as you will grow your skills, your thinking and even your family ;)",2020-03-20,4.7,5.0,5.0,4.0,"My experience at Ironhack was amazing as I figured out that it's crucial to learn UX / UI in a team with others, where you can ask teacher and teacher assistants for help. UX / UI is not something that you learn alone at home in front of your computer... Read More - you need to work in a team, talk to real persons, ask why, test it and always having in mind ""you are not your user"" - therefore I think Ironhacks in-person course is the best choice for that. The only negative aspect I have is that the Ironhack space in Berlin could be a bit bigger especially when it comes to the final project there are not enough rooms to work in a quiet zone - at least for my feeling. But it's not a dealbreaker.Read Less",,Unknown +262795,10828,ironhack,Roberto Marrero Puertollano,False,2020,I can't imagine a better turning point,2020-03-17,5.0,5.0,5.0,5.0,"Attending this bootcamp has become one the most important experiences of my life. Lead teacher, German Alvarez, is the most skilled educator I've ever met. Not only because of his knowledge but because of his passion. The program of the bootcamp is up... Read More to date. You learn how to work in the current paradigm of web development. Teacher assistants and the rest of the team makes you feel welcomed by by day, helping you in every single aspect of the process.I have just finished it, but I would start it again just by tomorrow.Read Less",Web Development Bootcamp,Web Development +262792,10828,ironhack,María Corrales,False,2020,9 semanas increíbles.,2020-03-16,5.0,5.0,5.0,5.0,"Si quieres reinventarte, sacar lo mejor de ti, explorar nuevos conceptos relacionados con la experiencia de los usuarios o abrir tu mente hacia un área de negocio en crecimiento, esto curso es para ti. 9 semanas que pondrán tu vida patas arriba y te ayudarán... Read More a ser mejor profesional.Read Less",UX/UI Design Bootcamp,UX/UI Design +262727,10828,ironhack,Estrellita Campos,False,2020,¿Por que Ux en ironhack?,2020-03-12,5.0,5.0,5.0,5.0,"Al llegar al curso sabiendo lo mínimo de la materia, te das cuenta lo mucho que puedes llegar a aprender en 9 semanas, ya que, los profesores dan unas clases excelentes, y no te dejan con duda, siempre están apoyándote y te acercan a personas que ya trabajan... Read More en la industria, y al acercarte a una empresa real en tu proyecto real, te dan un panorama de cómo podría llegar a ser tu trabajo fuera del bootcampRead Less",Web Development Bootcamp,Web Development +262726,10828,ironhack,Angelica,False,2020,Mi experiencia en Ironhack México,2020-03-12,5.0,5.0,5.0,5.0,"Mi experiencia como estudiante ya graduada de Ironhack fue bastante gratificante, aprendí más de lo que había imaginado, me siento capaz de salir al mundo laboral y ejercer como diseñadora UX/UI, la experiencia en él aula de clases supero mis expectativas,... Read More a pesar de que todo fue muy intenso, los profesores siempre están al pendiente de ti, también todo el personal de la escuela, nunca te dejan con dudas y tratan de que hagamos los proyectos de manera correcta y que estemos aprendiendo todo este tiempo.Read Less",Web Development Bootcamp,Web Development +262724,10828,ironhack,Esteban Uriel Gutierrez Martinez,False,2020,A real challenge,2020-03-12,4.7,4.0,5.0,5.0,"If you are interested in giving a change to your life, whether you are a developer or not, you have studied something in order to programming or digital marketing, this is an excellent option, the truth is that it is not easy, your first weeks are beautiful,... Read More everything is Take it easy, you find out that you have colleagues who are industrial designers, biologists (real history), you learn a lot, you level with the group, of course there are those who excel in the group.The teachers at the level, experts, I thank Joss and Diego very much for the work they did for us, they never left us alone, always attentive, everything is beautiful until the first module project touches, it is difficult, it is when you really you realize that this is serious, but just as it is difficult you do a super match with your teammates, everyone feels in the same difficult situation, you become empathetic, friendly.The first exhibition is rare, you are faced with presenting your ugly son, your first creation but everything is worth it, that's the way it is in each of the modules.This bootcamp is a real challenge, it has its ups and downs, hold on, you are not alone, you make true friends that are worth for a lifetime, you learn an incredible work rhythm that you will not learn anywhere else, if you are thinking of learning web development, ironhack is a Or maybe I would say the best option you can choose.someone who just finished the bootcamp tells you, it's worth a hundred percent worthnever stop codingRead Less",Web Development Bootcamp,Web Development +262723,10828,ironhack,Diego Olvera Juarez,False,2020,if it were easy it wouldn't be ironhack,2020-03-12,5.0,5.0,5.0,5.0,"Quite an experience, you do not think it will be difficult until it is 3 am and you have not finished the task for the day, a good level of teaching but the best is the level of the teachers, always attentive to trends and giving everything.Great experiences... Read More and being part of an unbeatable community every day bigger than developers is something that Ironhack leaves you.Once Ironhacker, always IronhackerRead Less",Web Development Bootcamp,Web Development +262721,10828,ironhack,Santiago Alfredo González Mancilla,False,2020,"It was not what I expected, it was a thousand times better",2020-03-12,5.0,5.0,5.0,5.0,"My first impression when knowing ironhack, is that it is a traditional school, where I will learn what they teach you in a university. You arrive and they tell you that in 9 weeks you will be a developer. At that moment I feel that this is impossible... Read More and you really doubt if it is true, you walk through the facilities and you realize that it is not a traditional school, strangely people are happy here and you have no idea why.I encourage you to do the bootcam, they tell you that it is heavy that you can that it is a challenge that changes your life, and still I still disbelieve.Classes pass and it is indeed very rude. sometimes you can't sleep, you feel like crying and there is always someone encouraging you who tells you that you can, the weeks go by and you take a hard work rhythm, you still don't sleep but nevertheless there is always someone behind you saying you can.Reaching the end is difficult but I can tell you that here you make a family. You go out having nightmares with the code but with everything necessary to face the world outsideRead Less",Web Development Bootcamp,Web Development +262720,10828,ironhack,América Zurita,False,2020,The best way to start the year!,2020-03-12,5.0,5.0,5.0,5.0,In Ironhack's intense bootcamps you will learn: Top of the line technologies. The best practices for your industry. How to overcome adversity. How to make friends in a rocking ship. The best way to sleep 20 min in a couch. How to survive on a convenience... Read More store menu. All while having the time of your life. ✨Read Less,Web Development Bootcamp,Web Development +262719,10828,ironhack,Juan Carlos Vega Fosado,False,2020,Un gran Reto y una gran experiencia,2020-03-12,5.0,5.0,5.0,5.0,"El asistir al Bootcamp de Ironhack, fue mucho mejor de lo que esperaba, gracias esta oportunidad me di cuenta de mis mayores fortalezas y de mis debilidades, esto me llevo por un buen camino para saber afrontar dichas debilidades apoyándome en mis compañeros,... Read More TA y Teachers.Es algo sumamente intensivo, ese tipo de cosas que te ponen a prueba a ti mismo y a los que te rodean, y son esas cosas las que te hacen mejorar, puesto que todo el tiempo el BOOTCAMP te esta retando con los ejercicios, los proyectos, las katas e incluso te reta a ti mismo, a solucionar cosas que creías que jamas lograrías hacer, aprendes de tus errores y lo superas logrando de esta forma hacer que mejores tanto en tus conocimientos como en tus habilidades, virtudes y tu trato con los demás.Es algo que recomiendo de todo corazón:-Yo una persona que no contaba con la economía suficiente para pagarlo y me aventure a pedir una beca la cual me solventara el pago.-Yo que decidí quedarme mas de un día en el campus para lograr resolver mis proyectos, mis trabajos y aprender más y más.Espero en un futuro volver a tomar un bootcamp en IRONHACK , puesto que si la primera vez me reto al punto de lograr lo imposible, la siguiente sera mucho mejor , ya sea en Data o en UX/UI, son ese tipo de cosas que te motivan a ser mejor, a superarte y sobre todo a no conformarte con lo que tienes y siempre buscar ser alguien mejor sin dejar de aprender nunca.Read Less",Web Development Bootcamp,Web Development +262718,10828,ironhack,Edith López Estrada,False,2020,Ironhack expierence,2020-03-12,5.0,5.0,5.0,5.0,"Every day when I arrived to Ironhack I feel too much emotion, because it was a dream to stay in one of the best bootcamp in the world. Now Ironhack is not longer school for me, it became a part of my life because the ritm of the work, the best teachers... Read More and my new colleagues, helped me build what I am now a WEB DEVELOPER FULL STACK!Read Less",Web Development Bootcamp,Web Development +262502,10828,ironhack,Nina Lombardo,False,2019,Best Decision!,2020-03-03,4.7,5.0,4.0,5.0,"In search of a career change, I found Ironhack (BEST. DECISION. EVER) and I can truly say graduating the 9-week Bootcamp with no prior design experience is one of my greatest accomplishments. Overall, all the staff is amazing. David Fast was an incredible... Read More teacher, he has so much experience in the industry and is so willing to share all his knowledge with us, students. Then there were our TA's, Nicole and Mikel...always willing to help and always there to make you laugh or give a pep talk when you needed it most. I will say, the Bootcamp is not for the weak. It is long hours and a huge learning curve, but honestly so fulfilling and ultimately worth it! I never thought I would come out with the knowledge I currently have. Then, after the Bootcamp comes to an end, its time for the job hunt. As we all know, job hunts aren't fun, but if you have Brito to help along the way, you're golden. Through the process, he was so willing to answer my many questions, and always rooting for me. I am so grateful to have him in my circle. Ironhack will give you all the tools to succeed, I would do it again in a heartbeat.Read Less",UX/UI Design Bootcamp,UX/UI Design +262425,10828,ironhack,Santiago Balaguer,False,2019,The most challenging yet rewarding learning experience. You get out what you put in.,2020-03-02,5.0,5.0,5.0,5.0,"Attending Ironhack Web Dev full time course in Lisbon has been a life changing experience. I have not only managed to learn up to dated and in high demand concepts, but also got to meet amazing people and have an overall great experience. I do recommend... Read More joining Ironhack.Read Less",Web Development Bootcamp,Web Development +262317,10828,ironhack,Josué Alejandro Molina,False,2019,Data Analytics Course,2020-02-28,4.7,5.0,5.0,4.0,"I was part of the first class of Data Analytics in México. It was an amazing bootcamp, all the contents were up to date and rrally relevant. What I really value about the bootcamp is the experience you get: You meet a lot of people from all professional... Read More areas and that share the same topic such as Data Analytics. Also, all the community and staff of Ironhack really worries about how you feel with your classes and tasks and really help you get the most out of the experience. I really recommend taking this course.Read Less",Web Development Bootcamp,Web Development +262238,10828,ironhack,Andre G. Cabrera,False,2019,Fantastic Network of Alumni,2020-02-25,5.0,5.0,5.0,5.0,"Like many, I joined Ironhack because I wanted a chance to join the tech industry with zero developing experience, and that's exactly what I did. The tools are all there for you to succeed, if you are willing to work harder than you have ever worked before.... Read More None of the courses offered are for the faint-of-heart but the instructors, TA's and the whole staff works hard every day to make sure each student has the best chance to succeed. The building itself is designed to provide many conveniences so people can focus on their work. Coffee, food, snacks, games, beer and a great terrace with an even better view. Hard work is important but Ironhack definitely knows how to have fun too! There are always events for students and even prospective students to learn, network and have fun. Last but not least, someone needs to connect all these hard working students with employers and Ironhack has a powerhouse named Brito who's only goal is to make sure we all get hired. The network itself is extremely valuable and is the reason I'm happily working where I am today!Read Less",Web Development Bootcamp,Web Development +262228,10828,ironhack,Alina Zakirova,False,2019,Part Time Web Development,2020-02-25,5.0,5.0,5.0,5.0,"Overall bootcamp is pretty intense. But Ironhack provides great learning platform and strong sense of community, so you know that you can always ask for help. Might be difficult to have full time job and do bootcamp at times. Very interesting experience... Read MoreRead Less",Web Development Part-Time,Web Development +262174,10828,ironhack,Pradeepa,False,2019,Wonderful Experience - Totally worth trying!!!,2020-02-24,5.0,5.0,5.0,5.0,"I always believe that when you work together with people you will learn more. Having that in my mind, I applied for Full Stack Development course in Ironhack. The quality of the lessons, lab works were so good. Most importantly they have wonderful teachers... Read More and TAs who teaches concepts clearly from the basics. One of my favorite teachers is Niko. I used to ask him for suggestions and doubts all the time and he used to explain them patiently and his coding sessions are one of the best. I learnt not only the new technology, also I developed presentation skills and the confidence to present in front of the crowd. I need to mention Brito here because he used to guide us right from building our profile to maintaining our profile even after we get placed in a job. An awesome person. Sometimes I used to talk to him just to gain more confidence. Everyone in Ironhack are friendly. Jess used to get feedbacks from us by arranging one on one's now and then which makes us feel comfortable and used to give us a feeling that they are taking a good care of us. Overall Ironhack experience is a must try if you are looking to join a bootcamp. More over I gained a big network where I can reach out for help if I got stuck anywhere in the coding. Thanks Ariel(Ironhack's Co-Founder) and team to provide such a good experience.Read Less",Web Development Bootcamp,Web Development +262099,10828,ironhack,Lazaro Viera,False,2018,Only Invest if You Want A Better Financial Future...,2020-02-21,5.0,5.0,5.0,5.0,"Because that's what you'll get!I completed Ironhacks UX/UI Design course in late 2018 and left equipped with the skills needed to win in today's competitive job market. *Enroll in this course if you want a competitive edge over your competition*The teachers... Read More and Ironhack team we're all great and they all have a genuine interest in your success... it's hard to translate this into words but the vibe was just right... feel me.I also recommend Ironhack since it's a live environment where you meet people in person and add to your professional network... and your network is the one thing that has the most leverage in landing YOUR dream job ;) ... you won't receive the same experience through an online boot camp if you're considering one.I can happily say that I landed my first role as a UI designer 3 months after completing the Ironhack bootcamp and I couldn't be happier with my career and I'm confident that you'll feel the same.The time to enroll is now!If you're still on the fence - ask yourself, how would your life look like in 6 months from now if you don't take action and ownership over your career today?-LazRead Less",UX/UI Design Part-Time,UX/UI Design +262075,10828,ironhack,Nicole Matos,False,2019,Best decision ever,2020-02-20,5.0,5.0,5.0,5.0,"Before I enrolled at Ironhack, I read reviews by people saying it changed their lives and was the best decision they ever made. I thought they were exaggerating but after finishing my Boot Camp I’m happy to tell you that WOW I feel exactly the same way.... Read More I did the full-time UX course. It was hard work but I learned so much in 9 weeks despite having no background in design. We got in-person lectures as well as corresponding digital lecture slides and bonus material that’s ours to keep. Another aspect I loved was getting to do a hackathon with students from the other cohorts (web development and data). It was fun and collaborative and taught us a lot about the disciplines we’ll probably be working with in the future. Not only did Ironhack set me up for success (I’m now officially a UX/UI designer), but I met some of the most amazing people ever. For this and many other reasons, I’m happy I chose Ironhack over an online bootcamp. If you want more info about Ironhack, call them up or reach out to an alumni (everyone is really helpful).Read Less",UX/UI Design Bootcamp,UX/UI Design +262073,10828,ironhack,Arthur Pinault,False,2019,Best decision I've ever made (UX/UI),2020-02-20,5.0,5.0,5.0,5.0,"During my time at Ironhack's Miami UX/UI bootcamp I learned all the valuable skills necessary to quickly change my career and ultimately my life. It was an amazing experience with incredible instructors who helped me every step of the way. Although it... Read More was exceptionally challenging, I looked forward to going to class everyday and felt sad the program was coming to an end for me during my 9th and final week. Im proud to say that, because of Ironhack, I now work with Carnival Cruise Line as a UX/UI designer. I was able to get a job incredibly quick thanks to Ironhack. I also work part time for a company out of Berlin from home at my own pace which I was able to get by presenting past projects that I did at Ironhack. P.S. before Ironhack I was a bartender for 7 years and was not tech savvy. As long as you put in the work, the hard work, Ironhack will provide everything you need to be successful in changing your career.Read Less",UX/UI Design Bootcamp,UX/UI Design +262068,10828,ironhack,Anabel Perez,False,2019,Web Dev,2020-02-20,4.3,4.0,4.0,5.0,Ironhack taught me how to learn. It gave me the necessary skills to be prepared to enter the workforce. I still have a lot to learn but now I know how to do it on my own. In Computer Science that is the best skill you can have “being able to learn independently”.... Read MoreRead Less,Web Development Part-Time,Web Development +261993,10828,ironhack,Andres Weber,False,2019,"Fantastic Community, Even Better Results",2020-02-17,5.0,5.0,5.0,5.0,"Ironhack really delivered on all the promises and more. The courses were up to date, the location was fantastic and the community was warm and welcoming. Such a diverse group and really amazing teachers/staff made this the best it could be. Throughout... Read More my course Niko and Nick really blew my mind in terms of what was possible to teach in such a short amount of time, but also made sure to encourage and guide me along the way. Other than the course itself, if it's not the amazing guest speakers, the fantastic companies that hire graduates right from within the same building, the fantastic cleaning staff (Te amo Maria!) and such an incredible support network you won't find a single thing left out. It's a really compelling place to have studied and such a revolving door of talented students that are constantly making that place better and brighter. Thank you to everyone there and thank you Daniel Brito in career services for making my change of career as simple and easy as it could be. He truly knows every employer personally and everywhere you might apply there's almost sure to be an Ironhack grad working there already!Read Less",Web Development Bootcamp,Web Development +261970,10828,ironhack,Jackie Benz,False,2019,"They give you access to all the tools, but you have to work hard",2020-02-16,4.0,4.0,4.0,4.0,"As a graphic designer, I joined Ironhack’s UX/UI full time cohort in hopes of expanding my design career. The 9 weeks were very intense both in and out of the classroom, It’s a bootcamp after all. The curriculum is substantial and it’s virtually impossible... Read More to go over every topic at any given week, which was frustrating to me as I wanted to have lectures and learn about everything! I put in a good 12-hour day studying schedule and that included weekends working on my case studies, doing research and catching up on the design challenges and lectures not talked about in the classroom. I quickly realized that at the end of the day you get what you put in. If you don’t take it seriously and are diligent about completing all your assignments, research, case studies, presentations and blog posts on-time you will be wasting your time, money and resources. The staff is nice and courteous, my instructor David was very knowledgeable with tons of experience as a seasoned designer who worked hard to get us a well-known company to work with us for our final project. My TAs Nicole and Maikel were one of the best I’ve ever had, equally resourceful, friendly and amazing professionals. The facilities are pretty good, located in a co-working space building where a few tech companies operate, which is cool. There are daily treats offered by the building, a vending and a coffee machine, and a nice kitchen where you can have your meals plus plenty of restaurants close by. Also, several rooms and areas are available within the building to work on your assignments outside the classroom which was very helpful since I often stayed late working on my projects.Career services is one of the best things Ironhack has to offer. Daniel Brito, the outcomes manager is constantly teaching workshops and having one-on-ones with you to make sure you are following his directions and preparing for your new career. Once you’re done with the cohort, there’s a career week where you sit through lectures and dedicate time to work on your LinkedIn profile, portfolio website and interview techniques among other things. The last week of the cohort is dedicated to a hiring fair where local companies come to an event organized by Daniel to interview students for work opportunities. I’m happy my hard work paid off as I was hired shortly after by one of the companies I interviewed with.In conclusion, Ironhack will teach you a comprehensive curriculum, give you valuable tools in a nice environment, help you find a job to launch your UX/UI career and offer you a lifelong platform to always be current and part of the tech industry but you need to be dedicated, driven, resourceful and diligent about it.Read Less",UX/UI Design Bootcamp,UX/UI Design +261892,10828,ironhack,Yulia A.,False,2019,The outcome speaks for itself!,2020-02-12,5.0,5.0,5.0,5.0,"My experience at Ironhack was truly transformative. I graduated from the UX/UI Design program in Miami. A month later, I’m looking forward to starting a new position as a UX Designer at a software company.I enjoyed being a part of the supportive Ironhack... Read More family, including knowledgeable and caring instructors, TAs, and staff. Also, I had the opportunity to make new friends and meet many wonderful people in the industry.What sets Ironhack apart is their dedication to student success. They continuously improve their curriculum and provide excellent career services. Daniel Brito is brilliant! He prepared us for success throughout the program. His workshops, lectures, and the career fair were incredibly helpful and valuable.It makes me very happy to look back and realize I made the right choice 100%!Read Less",UX/UI Design Bootcamp,UX/UI Design +261886,10828,ironhack,Kathryn McClure,False,2019,The most intense and rewarding 9 weeks!,2020-02-12,5.0,5.0,5.0,5.0,"My experience with the Ironhack Bootcamp was incredible! I went back and forth before finally deciding to choose a full-time Bootcamp. Those 9 weeks were some of the most challenging and exciting of my entire educational life. Outside of the class hours,... Read More my classmates and I would spend a minimum of 20 hours a week working on the challenges. The friendships & connections I made in this Bootcamp are invaluable and made the entire experience so enjoyable!The course itself focused on hands-on learning that blended theory & practice together to create a deeper learning experience. At the end of the course, I had a solid UX/UI foundation along with the help and guidance to apply it. Our Outcomes Manager is attentive and committed to working with each student to ensure that we are successful. I highly recommend this course! I should mention that the course cost listed on this site isn't accurate The cost of a fulltime cohort is $11,500. Ironhack has done a great job partnering with different sponsors for scholarships. If you are thinking about the course, I would keep an eye on their social media for the next scholarship run and jump on it!!Read Less",UX/UI Design Bootcamp,UX/UI Design +261866,10828,ironhack,Jesus Garcia,False,2019,Great place to start your change!,2020-02-11,4.7,5.0,4.0,5.0,"Going to Ironhack made a big change in my life, not only learned the MERN Stack, but how to work in a team, collaborate and solve problems with different ways, also made big connections with my classmates and the Ironhack Staff, they really take care... Read More about you, but you have to put effort to get the real value which are becoming a web developer and a big network. I truly recommend Ironhack if you don't know how to code and want to jump to the tech world, it can be ""expensive"" but it's worth every dollar. Teachers are really helpful and they know how to teach and solve any problem you might have, Sandra and Nick were my teachers and I can say I was very lucky learning a lot from them, they really motivated me to learn more and go further any challenge. Daniel Brito who is in charge of career services, does an excellent job helping students providing essential information and tips to land jobs. When I came to this country without any degree (only my HS diploma) I thought I would not find a real good job, but after Ironhack that changed.Read Less",Web Development Part-Time,Web Development +261864,10828,ironhack,Rafael Suffredini,False,2019,Data Full Time,2020-02-11,4.3,5.0,3.0,5.0,"I ended up choosing Data Analytics because I wanted to supplement my work experience and have something that would help me standout to recruiters. Its been 4 months since my cohort graduated and I have since found a job. Besides helping me achieve my... Read More professional goals and adding new skills to my toolkit, the experience was also fun and i'll definitely look back fondly to the long hours spent with my cohort. The full time programs are all very demanding of your time and energy. If you're a complete newcomer to coding, I suggest dedicating as much time as possible to the pre-work. Also, brushing up on statistics is a good idea for data analytics. The only caveat I have about the full time program is that it passes very quickly. Before you know it you will be working on your final project. I remember thinking an extra few weeks would have been nice, I think a sweet spot would be 12 weeks. If I could, i'd do it all over again.Read Less",Web Development Bootcamp,Web Development +261757,10828,ironhack,Dave Jean,False,2019,Life-Changers,2020-02-07,5.0,5.0,5.0,5.0,"Last year, around this time I felt like I was stuck in a dead-end career in the Social Work field and felt that my future career-wise was bleak. I applied to FIU to start their MBA program last January to give myself more options, and in the process of... Read More looking for immediate ways to change my career, I found their Bootcamp through FIU's alumni website. Getting admitted into IronHack for me was a Godsend. It's easily one of the best decisions, I've made in life. Their full-time Data Analytics course taught me so much, from learning general End-to-End Analysis to getting a grip on an amazing language such as Python. My career possibilities changed tremendously. Our instructor Himanshu was absolutely amazing, patient in the lessons and always made time to give us individual attention to keep up. Our TA Tom was always happy to help when we'd hit those frustrating walls. Outside of our class, the IronHack staff, in general, was amazing, from Jessica to Nicole, and even the teachers from the other cohorts, making sure we were comfortable in our learning environment. The best part of it all was the relationship I developed with Brito, our Talent Manager. God is working through this man to completely change lives. He is as we say the G.O.A.T. He's helped countless students including through our Hiring process, and keeping his counsel got me to where I'm at today. Now starting my new career, I am eternally grateful to this program, Himanshu and Brito for changing my life.Read Less",Web Development Bootcamp,Web Development +261753,10828,ironhack,Nathan Pittman,False,2019,It Got Me A Job,2020-02-07,4.7,5.0,4.0,5.0,"I applied to the Miami UX/UI Bootcamp because I wanted a career as a ux/ui designer. I had a degree in Psychology and several years of design experience. I wanted a career that merged both and discovered ux. A masters was too expensive in both time and... Read More money, and to get a ux job with no portfolio or direct experience seemed daunting.The most beneficial part of Ironhack in my mind was the career services portion. Daniel Brito and career week prepared me in terms of portfolio, linked in, resume, and interview skills. Without his help I would not have the job that I do.I found all the staff to be encouraging and helpful. I learned a lot about ux process and methodology but most importantly classes gave me a structure with which I was able to make my portfolio shine. I think that if I did not have previous experience with some of the design tools, Ironhack would have been significantly more difficult.This is not something to do unless you are motivated to work hard and to get a job out of this. I’m so thankful for everyone at Ironhack and for the job that I have because of them. I love user experience and I could not imagine doing anything else with my life.Read Less",UX/UI Design Bootcamp,UX/UI Design +261690,10828,ironhack,Julian Phillips,False,2019,Leap of Faith,2020-02-05,5.0,5.0,5.0,5.0,"Going to Ironhack was an extremely positive experience in my life. It helped me turn the page and enter the next chapter of my life successfully. The Full Stack Web Developer course helped me develop confidence in my ability as a developer. I spent time... Read More prior to this experience self-learning but found myself trapped in tutorial hell. By going to Ironhack, I was wrapped up in an environment that promoted more of a Nike philosophy to programming while lifting us up when imposter syndrome came knocking. Niko, one of the teachers, did a phenomenal job supporting me throughout times where my loft ideas seemed unattainable and helped guide me in making them possible.The team at Ironhack are all extremely approachable and effortlessly make you feel like family. I could not be more pleased with the time that I have spent and will spend with them going forward. Without this experience, I don’t think that I would have the courage to call myself a developer. Thanks to all of the preparation, tough but fair feedback, and insights into what really matters, Brito cleared a path forward for us to make success possible. Ultimately, if I did not make the leap of faith and take the full-time Full Stack Web Developer program at Ironhack, I would not be able to call myself a professional Frontend Developer today.Read Less",Web Development Bootcamp,Web Development +261586,10828,ironhack,Gulfiya Isyangulova,False,2019,This has been one of the biggest impacts in my life; thank you for everything!,2020-02-03,5.0,5.0,5.0,5.0,I attended Ironhacks web dev bootcamp in hopes of getting away from my dead end job. Taking the step towards this by starting the 9 week bootcamp was extremely intimidating at first; feeling like I couldn't do something like this. With the help and guidance... Read More from the instructors and my classmates I grew in confidence day after day. Today I've successfully found a full time position with a software company putting my skills I learned from the bootcamp to work. When I think of myself and what I was doing a year prior it's hard to believe I've come this far. Much of it wouldn't have been possible I feel without the amazing and supportive staff at IronHack. This has been one of the biggest impacts in my life; thank you for everything!Read Less,Web Development Bootcamp,Web Development +261583,10828,ironhack,Antquanique Dancy,False,2019,"Intense, but worth it",2020-02-02,4.7,4.0,5.0,5.0,"Currently, I work as a QA Engineer, and working so close with the developers inspired and motivated me to pick up the necessary skills and foundations to break into the web development field. So, I joined Ironhack’s part-time web development course to... Read More develop the necessary skills, which is the best decision I could have ever made. This course was a great opportunity to collaborate with people with an interest in technology, which allowed us to grow together and learn from each other. Additionally, all of the teachers and TAs are very responsive and receptive to questions. The project based curriculum allows you to learn for the sake of learning.Read Less",Web Development Part-Time,Web Development +261582,10828,ironhack,Juan G,False,2019,Ironhack exceeded my expectations,2020-02-02,5.0,5.0,5.0,5.0,I was tired of my retail job and wanted to be software development. Ironhack's program wasn't easy but it gave me the necessary tools to make a career change. I would recommend this to anyone looking to make a career change into the world of software... Read More development.Read Less,Web Development Bootcamp,Web Development +261553,10828,ironhack,Henry Hoyos,False,2019,Best Educational Experience,2020-01-31,5.0,5.0,5.0,5.0,"I am a Civil Engineer working in construcción in Florida for the last 15 years. I was looking for a change of career and a friend of mine sent me a link to the Ironhack bootcamp in Miami, and I registered. It was a great experience, the onboarding process... Read More is really friendly, the teachers are knowledgeable and very friendly, factoring in also teacher assistants that are equally savy, and content is structured to get you job hunting ready. Although Ironhack staff is very willing to help you get a Job through the Job Fair they organize for every cohort, I decided to give freelancing a shot, and after I got graduated on November I started to look for projects. One month later, in late December, I got my first client and now in January am getting the second one. Working by myself has been my goal and Ironhack prepared me for both routes: employement and freelancing. Totally recommend to anybody who wants to learn code and get ready in relatively short time for the work environment.Read Less",Web Development Part-Time,Web Development +261546,10828,ironhack,Sergio Velikopoljski,False,2019,An Amazing Experience,2020-01-31,5.0,5.0,5.0,5.0,"I joined Ironhack as a Computer Science student at the University of Miami, intending to expand my knowledge in developing web apps but left with much more. The teachers and TAs truly made an effort every day for each and every one of us to succeed. Through... Read More paired programming and other projects, I was able to grow teamwork skills that are necessary in today's workplace. Every member of the Ironhack team made me feel at home for those three months and I tell all my friends that are looking for new opportunities to consider joining Ironhack. It was a life-changing experience!Read Less",Web Development Bootcamp,Web Development +261545,10828,ironhack,sofia bratt,False,2018,BEST EXPERIENCE I´VE EVER HAD,2020-01-31,5.0,5.0,5.0,5.0,"If you are looking to challenge yourself while still having a tremendous amount of fun, then Ironhack is for you! The people you meet are from all ages, backgrounds and experiences. Not only do you learn a lot but it also opens so many doors for your... Read More career. Most incredible 9 weeks I´ve had!!!Read Less",,Unknown +261539,10828,ironhack,ALEX,False,2019,"A great experience, expand your network",2020-01-31,4.3,5.0,4.0,4.0,"I decided to do the Ironhack full time UX/UI course soon after leaving my marketing job. I wanted to switch careers the fast way, and was willing to go all in for 3 months. Midway, I started second guessing my decision to go to college... because I felt... Read More that I was absorbing information much better than I ever had in school. I fully recommend the course to go-getters that are ready to make a career change and have a good eye for design or an affinity for research. The network you create in this course (by going to school and making friends AND getting involved in the local community) is amazing. Loved the course, the staff, and the friends I got out of it!Read Less",UX/UI Design Bootcamp,UX/UI Design +261527,10828,ironhack,Joana Faustino,False,2019,"A great learning experience, but so much more than that",2020-01-30,5.0,5.0,5.0,5.0,"Ironhack's Web Development bootcamp was the best learning experience I've ever had. The bootcamp is intensive, very fast paced, but the curriculum is really good and everything is well structured. You learn the theory and then immediately get to put it... Read More in practice with several exercises, and if you struggle you can always ask the teacher assistants, who are always there to help. You can also ask your classmates, because another thing that makes this bootcamp so good is the sense of camaraderie that comes from sharing such an intense experience with other people.Be ready to work HARD and prepare yourself the best you can before starting - the pre-work is super important, take your time with it! While it is aimed at beginners, the curriculum is vast and tough, so the more familiar you are with the subjects, the better you'll do.At the end of the bootcamp there's a very helpful Career Week, where you get a lot of tips on how to prepare for personal and technical interviews, how to make a good CV, a good cover letter, etc. You then get to meet some companies at the Hiring Fair, which not only makes for great practice but can also lead to real opportunities.All in all I learned a lot (really, a LOT), made great friends, and would repeat the experience in a heartbeat!Read Less",Web Development Bootcamp,Web Development +261509,10828,ironhack,Sarah Le Du,False,2019,Génial !,2020-01-30,5.0,5.0,5.0,5.0,"Je suis ravie d'avoir décidé de changer de carrière et de le faire avec Ironhack ! Super profs, super ambiance, super campus, super accompagnement post-bootcamp !Le contenu du bootcamp est top et allie parfaitement pratique et théorie. On apprend énormément... Read More en très peu de temps.J'ai trouvé un super job après 1 semaine et demie de recherches !N'hésitez pas !Read Less",Web Development Bootcamp,Web Development +261488,10828,ironhack,Ruben V.,False,2018,"Easily, one of the best decisions I've ever made in my life.",2020-01-29,5.0,5.0,5.0,5.0,"My experience at Ironhack is easily one of the top best decisions I've ever made in my life.Before Ironhack, I was a Chemical Engineer in Texas. My schedule consisted of leaving my family behind for several weeks at a time while offshore with an 80% chance... Read More of mortality. I decided to take a HUGE leap of faith after a year of failed attempts at teaching myself how to code and joined Ironhack's full-time web development program. Ironhack provided me real-world in-demand skills necessary to reach my goal of becoming a Software Engineer. ""Thanks, Brito and Alia!!"".The most important skills gained at Ironhack, in my opinion, which has complimented me well in my personal and professional life is Agile Development (Stand-ups, grooming, Demo, planning), TDD (Test-Driven Development), and Interdependence (Group projects, hackathons, Meetups). Like most things, you will get out of it what you put into it.Ironhack allowed me to switch careers, which is unheard of if you have a family established or done with college. I was able to land a great job as a Software Engineer at one of the top E-commerce companies in the US.If you like programming already or have been diving headfirst into all of the online material, then Ironhack is going to provide an environment and support network that will help you to thrive and reach your goals.Trust the process, and you are more than welcome to reach out for any questions or support.https://www.linkedin.com/in/vargasrubenBest,Ruben VargasRead Less",Web Development Bootcamp,Web Development +261472,10828,ironhack,Anonymous,True,2019,Inspiring community - a great way to start my Web Development career!,2020-01-29,4.3,4.0,4.0,5.0,"I had a great experience at Ironhack Lisbon. From the beginning, I felt a real sense of community and the teacher and teaching assistant's were always there to answer questions if i needed some help. We produced three projects during the 9 weeks, and... Read More learning React was a huge positive because I can see how wanted it is in the job market currently. Ironhack has a real 'family' feel to it. All the staff are there to help you and one of the most impressive things I think was the hiring fair. This is something no other bootcamp does (i believe!). We were introduced to many partners and there was a whole week dedicated to interview prep including technical interview help, which will be so helpful for the future. I learned so much in the space of such a short amount of time. Sometimes, the challenge of the course was overwhelming because it was 9 weeks of intense learning. There were aspects which I found harder, but this is normal and the project weeks really helped to consolidate all the knowledge.I think if you're prepared to put in the time and effort, you will learn more in this bootcamp than you will with any other resource. It was a great opportunity and I strongly believe that if you are to go to any bootcamp, you should choose Ironhack Lisbon!Read Less",Web Development Bootcamp,Web Development +261470,10828,ironhack,Laura Valenti,False,2019,Career and Life Change,2020-01-29,5.0,5.0,5.0,5.0,"I was completely stuck with a career I didn't like and I was looking not only for a new job but for a new life.Ironhack was one of the best experience in my life and not only gave me all the tools an amazing UX/UI designer should have, but also ensured... Read More me with a community of talented people that will be with me forever: your experience with them doesn't finish after the 9 intensive weeks indeed.The Ironhack community will always be with you and trust me it's amazing feeling supported, especially when you are doing a huge career change as I have done.At the end of the course you are a UX/UI Designer and I was able to start a new career straight away.Right now I am writing this review from my laptop and I have a call with my client in 30 mins to discuss the latest amendments on the app I am designing for them (I have decided to freelance and work remotely as much as I can).Ironhack was the best decision I ever made and I hugely recommend this experience to whoever wants to boost or change his career.(Also big thank you to the amazing Ironhack team Lisbon who is the best I could have asked for :)Read Less",UX/UI Design Bootcamp,UX/UI Design +261425,10828,ironhack,Ignacio,False,2019,From Retail to Software Development,2020-01-27,5.0,5.0,5.0,5.0,"Before Ironhack I was working at a job where I wasn't happy, and I felt like there was no where else for me to go. I felt trapped because of my lack of formal education. Ironhack completely changed my life. The skills I learned while at the bootcamp increased... Read More my value as an employee, and gave me the jumpstart I needed to break into the software development field. I had been doing some learning at home before Ironhack, but having someone to teach me and answer my questions made a huge difference. It was also helpful to have the opportunity to work with other students. It showed me how to collaborate on projects, which was a very valuable skill I was not learning at home. After the bootcamp there was a Career Services week which involved interview prep by the career coach at Ironhack as well as a Senior Software Engineer that he brought in. It all ended with a career fair where was able to meet with representatives from 7 different companies who were looking to hire junior developers. It was there that I had the opportunity to speak with a developer and HR manager from a great company that eventually ended up giving me a job offer. Ironhack was everything I expected it to be based off of the research I had done, and I am happy I made the decision to take a chance and leave it all behind in pursuit of a career that would make me happy. I recommend it to anyone who is passionate about technology and wants to make a career change.Read Less",Web Development Bootcamp,Web Development +261349,10828,ironhack,Matthew Larrubia,False,2019,IRONHACK FTW,2020-01-24,5.0,5.0,5.0,5.0,"This review comes 5 months after I graduated because I really wanted to let time soak up my emotions and give an authentic review rather than one based off the highs of graduating. So with that being said joining Ironhack for their Full Stack Web Development... Read More course has been the best educational investment of my life! Ironhack is education done right. What impressed me the most was the culture and all the positive energy that I got to experience. The staff was friendly and always there to help if I had a question. I loved that my cohort had a sense of commitment. It was competitive but we rooted for each other’s success. I really enjoyed the curriculum and learned a lot through the guided lessons. My instructor and TA’s were all extremely knowledgeable and patient. Although I was not looking for employment, one of my highlights was sitting in on Brito’s meetings. I learned a lot of technical skills through the web dev course but what I am most proud of is learning to work collaboratively with the UX/UI and Data analyst team. This was truly an amazing experience. Thank you Ironhack!Read Less",Web Development Bootcamp,Web Development +261345,10828,ironhack,Anonymous,True,2019,Data Analytics,2020-01-24,5.0,5.0,5.0,5.0,"Ironhack is truly a one-of-a-kind learning experience. I have taken multiple online courses, but have learned more in their 9-week Data Analytics bootcamp than anywhere else.Taking the full-time data analytics course was an amazing experience and helped... Read More me achieve my career giaks. The course material is challenging, but the teaching and management staff are always ready to help you get through it. The career services are also top notch, which comprise of multiple workshops such as linkedin prep, personalized resume feedback, mock interviews, and even a hiring fair for all graduates. 10/10 experience.Truly a family! You Truely get out of this out what you put in. So get ready to work harder than you ever have, cause if you do, you will learn so much real world practical skills and tools, it will change who you are and your value in the marketplace.Read Less",,Unknown +261251,10828,ironhack,Teodoro López García,False,2019,Best learning experience ever,2020-01-22,5.0,5.0,5.0,5.0,"My experience at Ironhack has been the best educational experience I'd ever had.Pros: - Superhard- Indepth but not too much for the students- Fantastic teachers and TA's- State-of-the-art technologies- Career guidanceCons: - Really, superhard",Web Development Bootcamp,Web Development +261250,10828,ironhack,Sandra Tejedor,False,2019,Experiencia INCREIBLEE!,2020-01-22,5.0,5.0,5.0,5.0,"Hice el Bootcamp de full-time de Web y la experiencia fue genial!Son 9 semanas a tope pero merece la pena muchísimo, super recomendable.En Ironhack se preocupan tanto a nivel de educación como a nivel personal y siempre miran por el beneficio del alumno.... Read MoreRead Less",Web Development Bootcamp,Web Development +261222,10828,ironhack,Celia Arias,False,2019,"Best experience. Once an ironhacker, always an ironhacker!",2020-01-21,5.0,5.0,5.0,5.0,"The experience that I have lived during the bootcamp at Ironhack has been one of the most rewarding of my life. It's amazing everything you can learn in just 9 weeks if you take full advantage. Having done the UX / UI design bootcamp is when I really... Read More realize everything the current education system has to change. I have met wonderful people from whom I have learned a lot, both personally and professionally.Read Less",UX/UI Design Bootcamp,UX/UI Design +261198,10828,ironhack,Henry doce,False,2019,Career and life changer,2020-01-20,5.0,5.0,5.0,5.0,"I had a bachelor's degree in psychology and was a psychosocial rehabilitation counselor for 3 years before deciding to pursue a career change. I had extremely limited knowledge of coding and felt like Ironhack was going to be a huge risk if it didn't... Read More pay off. What I learned after only a few days into the cohort was: 1. most of my peers in my cohort were on the same boat and felt the same way and 2. there are an abundance of extremely enthusiastic and helpful individuals ready to guide you along the way. Although there were times that imposter syndrome was rampant for me (okay maybe a lot of the time, personally), times that I was overwhelmed and hitting a wall, times I felt that I made a huge mistake, I always felt I had the support I needed to break through those walls eventually. Make no mistake, this bootcamp is not easy (coming from a person with little previous coding experience). Ironhack will not guarantee you a job. But what I can personally guarantee you is that you will reap what you sow. Be ready to humble yourself, bust your ass, be willing to ask for help when you're stuck, come in early, stay late, get some extra learning done on the weekends, yada yada yada. If you can honestly tell yourself you're doing everything you can to learn as much as you can, you are going to succeed. It's important to know this bootcamp is just the beginning of a lifelong journey of learning, do NOT expect to leave her knowing everything you will need to be a master developer. IF YOU PUT IN THE WORK, it WILL give you a great base to build from, a portfolio to show off to potential employers, a fantastic team of people who will be in your corner to help you succeed, and a group of friends that become almost like family.Read Less",Web Development Bootcamp,Web Development +260658,10828,ironhack,Elba Chimilio,False,2019,Don't sleep on Ironhack!,2020-01-04,4.7,5.0,4.0,5.0,"I was like many other people, skeptical about Ironhack and even coding bootcamps in general, but I did my research months before I joined. My experience has been that before, throughout, and after joining Ironhack, Ironhack is definitely the best coding... Read More bootcamp in Miami, FL (comparing it to Wyncode and UM). Not only is the building and location great, but the staff and fellow classmates make it every bit worth the while... plus career services provided by (the very best) Brito!The material taught for Full-Stack Web Development is very relevant to the Miami tech community and for many locations nationally. I’m not going to say that I enjoyed every single thing that was taught because some of it (small portion) turned out to be irrelevant, but what’s great is that they take your feedback into consideration and can update the curriculum. I know the curriculum was updated to remove the irrelevant material and was replaced with better material for the cohort that followed mine.During, and after you graduate, you'll have extensive job assistance opportunities like (Linkedin and resume help and a career fair), you just have to make sure you’re putting in the effort. No one is guaranteed a job, nowhere are you really it’s all about your efforts in the job hunt, but you are guaranteed the skills and tools that will be relevant in the workforce for a Full-Stack Development job. I know the price is a factor for a lot of people, but you’ll find that it’s much cheaper than studying at a college/university and you’re done a lot sooner with a large skillset under your belt.I hope this helps remove any doubts you might have about joining Ironhack! :)- Ironhack Alumn that's now a Front-End Web DeveloperRead Less",Web Development Bootcamp,Web Development +259803,10828,ironhack,Luis Porras,False,2019,Ironhack is the BEST way to learn,2019-12-13,5.0,5.0,5.0,5.0,"Ironhack is truly a one-of-a-kind learning experience. I have taken multiple online courses, and currently study Information Technology at university, but have learned more in their 9-week Data Analytics bootcamp than anywhere else. The course material... Read More is challenging, but the teaching and management staff are always ready to help you get through it. The career services are also top notch, which comprise of multiple workshops such as linkedin prep, personalized resume feedback, mock interviews, and even a hiring fair for all graduates. 10/10 experience.Read Less",Web Development Bootcamp,Web Development +259765,10828,ironhack,Talal Gedeon,False,2019,Ironhack Was a Blessing!,2019-12-12,5.0,5.0,5.0,5.0,"Ironhack is the best experience i have ever done. Taking the full-time data analytics course was an amazing experience and helped me achieve my career ambitions after graduating. The culture and environment @ Ironhack is great as they promote innovation,... Read More participation and confidence in our skills. Along that, the team is amazing and are willing to help on and off campus --> Truly a family! Also, Shoutout to Brito for helping me get recognized in the market through his tips and feedback!Read Less",Web Development Bootcamp,Web Development +259443,10828,ironhack,Rene Castellon,False,2019,"Ironhack was insightful, never dull and worthwhile!",2019-12-03,4.7,5.0,4.0,5.0,"I moved to Miami knowing that I needed to reinvent myself somehow. I learned about Ironhack online and gave it a chance. Best decision I ever made! The community of people that I met is the cream of the crop. Everyone is awesome and insightful. The courses... Read More Ironhack offers are engaging and thought-provoking. There was never a dull moment in the entire Bootcamp and It prepared me very well to acquire a job in UX/UI. You learn a lot in a short period of time and once it's over, the career couch (Brito) helps you even further! He makes sure you are a success story. Ironhack is how education should be. They teach you the craft, the theory and how to succeed in the job market. What else can you ask for?Read Less",UX/UI Design Bootcamp,UX/UI Design +259285,10828,ironhack,Anonymous,True,2019,Over promised and under deliever,2019-11-27,2.3,3.0,3.0,1.0,"When it came to job placement there is barely any. Be prepared to be on your own and in a see of competing designers. The job fair was a farce 4 companies with maybe 3 or 4 positions for a class of over 15 students. Tried to get help from them afterwards... Read More and was pretty much ignored or answered 2 weeks late by Milica.The curriculum seemed a bit outdated they changed it after i graduate so didn't have a chance to benefit from the changes. It was fun like a frat house lots of free beer, if that's what you're looking for. Sadly I wish the teachers and program manager would have taken their jobs more seriously.Read Less",UX/UI Design Bootcamp,UX/UI Design +259205,10828,ironhack,Jorge Luis,False,2019,Excellent experience,2019-11-25,5.0,5.0,5.0,5.0,"I attended Ironhack August 2019 and graduated in October 2019. The 9 week course is intense. If you commit those 9 weeks to the process you will get the returns you want. After you have the pleasure of working along side Brito. He will break down doors... Read More to get you in the building. Overall the process is difficult and sometimes you can't see the light at the end of the tunnel but you have to keep going. Once the offer letters from companies start coming in, you realize the process works.Read Less",,Software Engineering +259144,10828,ironhack,Qiwei Lin,False,2019,Great Bootcamp That Offers Community Learning,2019-11-23,4.3,5.0,4.0,4.0,"I had began learning web development on my own before joining Ironhack. However, it was easy to get off sidetracked when you're learning by yourself, and that was why I considered attending Ironhack. However, even though I began the course with a skeptical... Read More mindset, attending Ironhack was one of the best decision I have made. Ironhack has a great curriculum designed to make sure that you stay on track and expose you to all topics essential to Full Stack Web Development.In addition to the great structure provided by the curriculum, the welcoming community and awesome learning environment I found at Ironhack really helped me preserve through the initial hurdle I experienced when learning the content. This was made possible by a classroom full of wonderful classmates who were equally driven to find success and the staffs who worked feverishly behind the scences so that we can focus on our studies in the best possible environment.Most importantly, one of the best part of the bootcamp is the career services. Brito, the Outcomes Manager at Ironhack, is a wonderful resource for finding your first tech job in SoFL. He works hand-in-hand with the curriculum so that you can have a presentable portfolio and resume when you're ready to apply for your first job and he is also dedicated to help you find the right opprotunities when the career fair rolls around right after graduation. I know from personal experience that the career fair is a great place to find job placement and would highly recommend everyone to participate.Read Less",Web Development Bootcamp,Web Development +258968,10828,ironhack,Henrique Sampaio Müller,False,2019,Thx ironhack <3,2019-11-20,5.0,5.0,5.0,5.0,"I had an amazing experience, learned several methodologies. Before I study through online courses, never through direct contact with methods learned at Ironhack that learn how to understand the user. Today I work in the field thanks to Ironhack, the world's... Read More best Ux bootcamp.Read Less",,UX/UI Design +258967,10828,ironhack,Henrique Sampaio Müller,False,2019,My experience with Ironhack course,2019-11-20,5.0,5.0,5.0,5.0,"I had an amazing experience, learned several methodologies. I used to study through online courses, but it was through direct contact with the methodologies I learned at Ironhack that I learned how to understand the user. Today I work in the field thanks... Read More to Ironhack, the best Ux bootcamp in the worldRead Less",UX/UI Design Bootcamp,UX/UI Design +258899,10828,ironhack,Lilian Hatimine,False,2019,Amazing experience,2019-11-19,5.0,5.0,5.0,5.0,"For the ones that is looking to make a change in your career, I think this UX/UI bootcamp is the best option. It's only 8 weeks and the knowledge gained in this course is really impressive. Even if you don't have any experience in this field, with the... Read More course I believe that you will be capable to get in the market right after your graduation. They have amazing teachers and teacher assistants to help you through the projects, and also a awesome job support that helps you learn how to behave and get confidence in yourself to get in the best companies.Read Less",UX/UI Design Bootcamp,UX/UI Design +258871,10828,ironhack,Lucas Santos Martins,False,2019,Awesome experience.,2019-11-18,5.0,5.0,5.0,5.0,"The bootcamp in Ironhack is an awesome experience. Everyone that want to learn how to code and make web applications, should attend this course. You will learn a lot of tools that will help you to reach the market. You will have to focus 100% on the course,... Read More but the result will come fast.Read Less",Web Development Bootcamp,Web Development +258809,10828,ironhack,Bruno Cardoso,False,2019,The best experience!,2019-11-15,5.0,5.0,5.0,5.0,"When I started the Bootcamp I knew almost nothing about development. I can't recommend better this experience.My time at Ironhack has been very fruitful, it has been a great time for learning, personal and professional growth.The course turned me into... Read More a confident Developer, with strong technical skills.Read Less",Web Development Bootcamp,Web Development +258784,10828,ironhack,Saulo Ribas Dos Anjos Costa,False,2019,My awesome experience at ironhack,2019-11-14,4.7,5.0,4.0,5.0,"It was a unique experience! I loved my moments there, don't know how to describe it, but, recommend for your that is reading this, maybe the price scary, but, if think about you'll see that is good investment, you'll learn a lot of things, and in little... Read More time you'll recover your money. Pros: -> improve your soft skill -> learn to learn -> learn many theme in a little period Cons: -> priceRead Less",,Software Engineering +258775,10828,ironhack,Marco Modena Centeno,False,2019,Best experience of my life,2019-11-14,5.0,5.0,5.0,5.0,"Although I come from a technology background and believed that I would not learn that many new things, it surprised me with how the knowledge I already had was aimed by the school towards the market and the new content, very easily adopted, all due to... Read More how the curriculum, staff, and space is organized.Not only that, you have great extras that develop your soft-skills alongside the main curriculum that is focused on hard-skills. One of these extras that is worth mentioning is the career services, that not only help guide you towards an easier hiring week but also towards any other professional encounter you have, be it now or in the future.Life-changing experience, recommend it for anyone interested.Read Less",Full-time Web Development Bootcamp,Web Development +258774,10828,ironhack,BEATRIZ IGNATTI KOPPLIN,False,2019,Bootcamp UX/UI,2019-11-14,5.0,5.0,5.0,5.0,"Ironhack's UX UI bootcamp was the most intense course I've ever taken in my life, and the one with the best results. Besides giving me all the basis to start the ux life, it changed my way of thinking and opened my mind to many subjects. I learned a lot,... Read More and recommend the course to anyone who thinks about changing areas and need a stimulus, encouragement and understanding that it is possible to do this.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +258715,10828,ironhack,Ricardo da Silva Justino,False,2019,Why Ironhack,2019-11-12,5.0,5.0,5.0,5.0,"I have had the opportunity to attend several computer courses, as I have been in the business for over 15 years and can assure you that Ironhack's Web Development course is the best by far. The reason? 100% practical classes, where we are forced to overcome... Read More the limit of comfortable using logic and creativity, with well-defined deadlines and always simulating the environment closest to the professional. There are no monotonous classes where the teacher speaks and we are required to either copy without paying attention or paying attention and not putting into practice. Here the classes are dynamic, there is pair programming with random choice of doubles, and at the end of each module the projects push the boundary even further, where we are challenged to create complete solutions. Anyway, if you are looking for a school where you really learn to program, Ironhack is your choice.Read Less",,Software Engineering +258581,10828,ironhack,Luiz Delgado Gomes,False,2019,It's a must for anyone who are willing to learn; Your results will come in the proportion of your dedication,2019-11-09,5.0,5.0,5.0,5.0,Was a marvelous experience to be able to access this kind of knowlodge thanks to the way Ironhack teach it's students. The content and the teachers are made for those who love to learn and are willing to begin the journey in this crazy Tech world. I never... Read More coded before the bootcamp and me and my friends were all really impressed with our development during those weeks. I'd recommend Ironhack any day and anytime.Read Less,Part-time Web Development,Web Development +258576,10828,ironhack,Brigitta Serban,False,2019,Ironhack UX/UI Bootcamp - Berlin,2019-11-09,5.0,5.0,5.0,5.0,"Ironhack UX UI Designer bootcamp in Berlin offers a cutting edge training program for wanna be tech people. The structure and the content of the program is highly professional, unique, meets all standards of contemporary tech education and has an eye... Read More also on the after life, meaning it has a strong accent on career development and placement support.The bootcamp is tough but doable and truly one of a kind experience with huge influence on students life and career chances. However, lacking any kind of graphic program skills or editorial background in advance makes the story extreme stressful. Still, joining Ironhack was one of the best choices I ever made.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +258575,10828,ironhack,Marianna Rodrigues Molena,False,2019,Amazing professional and personal growth,2019-11-08,5.0,5.0,5.0,5.0,"At first, I was a bit insecure about the fast learning skills needed for the bootcamp, but it is possible and the team gave me all the support I needed.The course's content is great, very consistent with the job market and they give you the space to dive... Read More into the subjects you are most interested in and find which area you want to pursue. The projects are great to test our learning and put into practice the theory explained on the classes, and can be used on a portfolio after.Read Less",Full-time Web Development Bootcamp,Web Development +258549,10828,ironhack,Isabella Paiva,False,2019,Life changing,2019-11-08,5.0,5.0,5.0,5.0,"I've meet Ironhack São Paulo in an open event about UX and since then I knew I would be back as a student. The whole experience — since pre-work until the final project and carreer services — were totally imersive and hands-on! If you're interested in... Read More enrolling a technology program, don't think twice... This bootcamp will change your life.Read Less",,Unknown +258531,10828,ironhack,Anonymous,True,2019,Good experience but a bit overpriced,2019-11-07,3.3,3.0,4.0,3.0,"The bootcamp is a good experience and great opportunity to meet new interesting people. It's a good way to focus and work on the portfolio. However, if you are motivated and have time, you can do it at home with all available online materials. But of... Read More course it's cooler (but also A BIT more expensive) to do it in the group. Most depends on you, your motivation and, very important, your preparation. Of course background (ot talent) in visual design helps a lot especially for UI). The lead teacher is experienced and helpful. Teacher's assistants are mostly freshly graduated Ironhackers.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +258529,10828,ironhack,Mariana Zeferino dos Santos,False,2019,Challenging but rewarding!,2019-11-07,5.0,5.0,5.0,5.0,"I did the ‎Data Analytics bootcamp in Brazil and highly recommend it. During the course we see a little of everything. It's a lot of work, but it's worth it. I've never learned so much in such a short time! If you want to switch your career and learn... Read More how to code, this course is for you.Read Less",Full-time Web Development Bootcamp,Web Development +258521,10828,ironhack,Charly,False,2019,Not worth the money,2019-11-07,2.7,3.0,4.0,1.0,"I joined Ironhack UX/UI full-time design bootcamp after recommendation and many positive reviews I read on the Internet. It is important to notice here than Ironhack has many locations and for sure there is a lot of differences between them - actually... Read More it's hard to find them about this specific course in Berlin, so this is why I decided to write my opinion here.Maybe I will start from positive part here. The working environment it's really amazing, mostly due to the people who participate in the course. It's really great to work with people with different skills and with various background - everyone was very supportive, kind and helpful. When you are stuck with anything, you can always count on your classmates. Also, I think the curriculum is well constructed and contains the most important information - of course, it's super intense and it's not possible to remember everything from the lectures but you will get a forever access to the learning platform - pretty helpful. The cool building, comfortable chairs and the free barista were also big advantages :)Before joining the course, I studied carefully the info and details on their websites. For sure, Ironhack promises a lot and it's not suprising, beacuse the bootcamps are very expensive (and getting even more). I would like to refer here to some of their promises.First of all the, the group was bigger than they promised, and way bigger than in the different locations. I was counting for a small group and pair work experience, instead it was more like back-to-school and 4 people in the group way of working - way too much.First of all, the lead teacher is not a UX/UI designer, but a visual designer, and actually he is not even really interested in the UX part and as he admitted, he has never really worked with it. I expected him to have a broad knowledge about UX, but it was pretty limited to the slides he was presenting. Also, he was very hardly accessible - he was usually leaving early or were always busy with something else. To be honest, he didn't seem really interested in the job.Ironhack presents itself as a team ""tech spec"" - but a lot of times they are just lacking skills. The teacher and TA are definitely not specialist in the softwares that are used during the course - it's very disappointing. During the career week, some invited people to the school seemed pretty random - maybe just to fill our time with something? I'm not sure if inviting a person who is an ex-TA who doesn't have a job yet as an ""interview specialist"" or doing negotiation workshops with a person who has no experience with it is the best idea... I think Ironhack should really take closer look at the people who they are hiring - both the teacher and TAs seem often unmotivated and not really engaged in their work. I understand they are not professional designers but sometimes their advice and knowledge is lower that the participants of the course. And also, complaining about students in the common areas, where everyone can hear it, is VERY unprofessional.Overall, I learned a lot during the course, but it was a lot of my individual work I put in it and also from people I ask for advice from - unfortunately I can't say the staff was really helpful. I think that Ironhack is not a bad school, but for this price, people's expectations were way higher, what almost everyone admitted at the end. At the moment, I'd advice to think twice before joining campus in Berlin and maybe to consider different locations.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +258520,10828,ironhack,Raiana Oliveita,False,2019,Reviewing the data analytics course.,2019-11-07,5.0,5.0,5.0,5.0,The school made a lot of promises bout the course and amazingly delivered all of them. We learned the hands on skills which was valuable to me but can be frustrating for people who want to go deeper in the theory supporting the models. Like all bootcamps... Read More it was emotionally exhaustive but the staff provided us with support. Overall it was a positive experience that opened doors in the job market for me and all my classmates. I definetely recomend it.Read Less,,Software Engineering +258518,10828,ironhack,Uira Oliveira,False,2019,Best academic experience of my life,2019-11-07,4.7,5.0,5.0,4.0,"After a few months learning to code with online platforms and youtube videos the bootcamp was a big change of pace, the experience gave me the chance to work in pair programming projects with different people with different backgrounds that deeply helped... Read More me to learn and communicate my ideas, the daily challenges with katas from codewars helped me to improve my logical thinking and the projects created along the course made me see how much can be done in a small amount of time when you put your heart into it. I fall in love with code and in two intense months I changed the path of my professional career.Read Less",Full-time Web Development Bootcamp,Web Development +258517,10828,ironhack,Rafael Oliveira Sierra,False,2019,A life changing experience (Data Analytics),2019-11-07,5.0,5.0,5.0,5.0,"I'm one of those that came to Ironhack to change my career. I started this Bootcamp without no prior knowledge in programmig or statistics and now I feel ready to work on the field. The teachers are always available to help us learn and improve. It was,... Read More by far, the best investment I've made in my life.Read Less",Full-time Web Development Bootcamp,Web Development +258505,10828,ironhack,Jean Carvalho de Jesus,False,2019,"Very good, but can improve",2019-11-07,4.7,5.0,5.0,4.0,"Very good and highly recommend (Data Analytics), during the course you realize how much the course content was scaled in a way that shows a little of everything in the data area, but without being superficial. And during the course the team here from... Read More Brazil reviewed the entire content, making it more interesting and applicable to the daily work.I just think that the teacher (not to mention the excellent TAs) could have participated a little more of the classes, because in the first two weeks and in the last two weeks she was absent due to trips and so on.Read Less",Full-time Web Development Bootcamp,Web Development +258498,10828,ironhack,Adi Merzbach,False,2019,"Great Experience, Great teacher",2019-11-07,4.3,4.0,5.0,4.0,The bootcamp was a great experience. learned a lot and had a very good teacher with very deap knowledge and experience in web development from front end to back end. I learned a lot from him. I fully recommend Ironhack bootcamps to start or improve your... Read More coding skills.Read Less,,Software Engineering +258497,10828,ironhack,Paola T. De la Cruz,False,2019,Great Experience!,2019-11-07,5.0,5.0,5.0,5.0,"Ironhack was a great experience: sharing about UI/UX with classmates and having the Teacher and TAs supporting us. It also feels a very open environment to talk about anything we need. The encouragement of having a community is great because after we... Read More graduated I'm still in contact with the rest of the Ironhackers. It's a lot of work, but it's worth it. The program also helps to understand the german job market, what is expected from you, and how can you insert yourself in it. Carrier Support is very valuable. Staff is always willing to help you to have the best experience. Don't work freelance or part time during the bootcamp, there's no time for that. A lot of reading and teamwork. You learn as much as you want. Teachers are there to guide you, but you are a grown up person that decided to be there. For people who doesn't come with a design background, they need to put extra effort on learning and handling the visual concepts in a short time.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +258486,10828,ironhack,Roberto Camacho,False,2019,The best school of Web Development Full Stack,2019-11-06,5.0,5.0,5.0,5.0,"Very good course with a lot of content for a learning immersion in everything that is programming, it also has a differential of preparation to enter the labor market and support with the professional profile.Highly qualified teachers with very well trained... Read More assistants and with a very well organized administrative logistics to be one of the highly efficient schools.Complete and comfortable infrastructure to offer an excellent study environment.Read Less",Part-time Web Development,Web Development +258429,10828,ironhack,Christopher Bolivar,False,2019,Life changing program,2019-11-05,5.0,5.0,5.0,5.0,"I attended the 9-week web development program at Ironhack's Miami campus. Two and a half weeks after graduation I accepted my first job offer as a full-time web developer; straight out of the hiring fair organized by the outcomes manager Daniel Brito.... Read More During the 9-week cohort, I felt more than prepared for an entry to mid-level job after receiving so many hours of hands-on training. My instructors Niko Tzikas, and Nick Borbes were both gifted teachers and always available if I ever got stuck, as well as all the amazing TA's. My time at Ironhack was an amazing experience and met great people who will be long-time friends and also my network in my professional career.Read Less",Full-time Web Development Bootcamp,Web Development +258348,10828,ironhack,Giovanna Liye Shiroma,False,2019,Transforming,2019-11-02,4.3,5.0,4.0,4.0,"Ironhack was perfect for the moment i was living when i first got here. I was looking forward to change my career completely. The school gave me new perspectives of what i could be and do and amplified my horizon through the events, talks and people that... Read More i met.Now, down to the chase:Positives: the content of the course is very complete (you get to know a little bit of everything), people that work here are awesome and eager to help you to have a great experienceNegatives: disorganized (information, payment, etc), there's a sense of community that happens locally, but i don't sense it is a global community (something that they ""sell"")Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +258308,10828,ironhack,Gabrielle Kmohan,False,2019,A big professional change and a new direction to follow,2019-10-31,5.0,5.0,5.0,5.0,"Unsatisfied with my professional area, I decided to migrate to the area of ​​UX UI Design. So I went looking for a school that was well evaluated and matched my goals, so I would feel well prepared to the professional market and be able to extract maximum... Read More knowledge in a short time. At Ironhack I could find everything I was looking for. Learning has given me a wealth of knowledge not only for working life, but for personal as well. In addition to the UX and UI Design tools, we have also learned about Agile methodology and better teamwork techniques. At the end of the bootcamp, there was still uncertainty about getting a job, but it came quickly, within two weeks I had a job offer, which made me even more sure that I had made the right choice by betting at Ironhack.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +258307,10828,ironhack,Anna,False,2019,Got a web developer job a week after the bootcamp,2019-10-31,5.0,5.0,5.0,5.0,"I wanted to switch my career and learn coding and after considering a university degree and some coding bootcamps I talked to Ironhack and was convinced very quickly. I was looking for a learning environment among people as motivated and enthusiastic... Read More about web development as me. Ironhack provided me with such an environment, support from the best teachers and the necessary web development skills.I really enjoyed my time there, especially project weeks when we built professional websites in unbelievable 4 to 9 days. Another reason I joined Ironhack was because they promised me 95% chance of employment within 2-3 months after the graduation. They didn't lie! During their career week I met my current employer and got an offer one week later. Thank you so much Montasar, Min, Svenja, Bruno, Mili, Veronika, Daniel and other team members of Ironhack Berlin!Read Less",Full-time Web Development Bootcamp,Web Development +258292,10828,ironhack,Caroline Bueno Klassmann,False,2019,A life-changing experience,2019-10-31,5.0,5.0,5.0,5.0,"The UX/UI bootcamp allowed me to change careers in a crucial moment of my life. Ironhack not only helped me find a work in a field I'm interested in, it also created a great environment to learn, increase trust in ourselves, our work and last but no least... Read More make great friends.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +258239,10828,ironhack,Alan Silva do Nascimento,False,2019,I got hired before finishing the bootcamp!,2019-10-29,5.0,5.0,5.0,5.0,"Joining Ironhack was one of the best decisions I ever made. I met great people, learned extremely valuable skills, and found a community that I will always be a part of.I am very grateful to all Ironhack teachers. They are the best instructors I have.... Read More They not only provide theory and exercises and then leave you in the dark, their method is well structured to really get rid of the pedagogical friction and provide an ideal experience. They have this ability to understand that each of us is a different student and meets the needs of each student.I haven't finished bootcamp yet, but I've started working as a developer and it's been very important for my professional development.Read Less",Part-time Web Development,Web Development +258233,10828,ironhack,Felipe Chun,False,2019,A great starting point for anybody that is looking to change professions!,2019-10-29,5.0,5.0,5.0,5.0,"I am a musician but I always loved technology and wanted to study programming. However, I didn't want to spend four years studying in a university so a bootcamp was a natural choice for me. I chose Ironhack because they have a complete and robust web... Read More development course, preparation for the market, and a hiring fair with lots of good companies. In fact, I was employed by one of the companies that attended the hiring fair only one week after finishing the course. Other than that, the technologies you learn are all current so you learn what is most used in the current market. They have a good infrastructure and the whole Ironhack team is very supportive and attentive to the students' needs.Read Less",Full-time Web Development Bootcamp,Web Development +258223,10828,ironhack,Gabriel Sicuto,False,2018,Amazing,2019-10-29,5.0,5.0,5.0,5.0,"Was amazing experience, all the knowledge, and the way the curriculum works. With hard work, in 9 weeks I could change my career, find new job position, and be more valued for market.The support for every thing along the course, and even after is amazing,... Read More i feel like being part of a familyRead Less",Full-time Web Development Bootcamp,Web Development +258212,10828,ironhack,João Pedro Serrat de Souza Santos,False,2019,Amazing,2019-10-28,5.0,5.0,5.0,5.0,"It was an amazing experience, the best thing i could've done in my life. I learned a lot in a short period of time, everyone there is awesome. The ironhack Bootcamp helped me change my life and i really recommend this Bootcamp for anyone who wants to... Read More get into web development.Read Less",Full-time Web Development Bootcamp,Web Development +258184,10828,ironhack,Jeferson Silva,False,2019,Part-time Web Development,2019-10-27,5.0,5.0,5.0,5.0,"A escola em si é excelente, tão como sua grade curricular e professores, a começar pela imersão e apresentação do conteúdo de forma didática, com exemplos práticos em todas as aulas, os professores também a todo tempo estão ali para nos ajudar em cada... Read More etapa de nosso progresso individual.Read Less",Part-time Web Development,Web Development +258181,10828,ironhack,Aida BEJAOUI,False,2019,Life changing,2019-10-27,5.0,5.0,5.0,5.0,"As a sale Advisor and new mom, I wanted something else in my life. One day, Vinted sent me an email in which it is written ""what do you think about a job in the tech industry?"" And that was the starting point of my new life. During the Bootcamp, it was... Read More so hard to follow. 9 weeks are so intense with a baby at home. But with the help of the teacher, the TAs and all the team of Ironhack Paris I managed to finish the Bootcamp alive. We have learned the tech that companies are actually using and developing. At the hiring fair I have met many companies and that helped me to talk easily about what I have done in 9 weeks. I was approached by many companies they have seen my profile online. 2 weeks after the hiring fair, after having several interviews with many companies (technical, phone, ...) I signed with the company that I wanted at the first time. :D Thanks to Ironhack, I am so Happy to start my new life as a Developer. Thanks to the courses, the help, the support, the tools, the contacts, the help on finding a job, ... I will start a new life 1 Month and a half after graduated.Read Less",Full-time Web Development Bootcamp,Web Development +258170,10828,ironhack,Isabella Ribeiro,False,2019,Great experience,2019-10-27,4.7,5.0,4.0,5.0,"I was searching for a data analytics course for some time when I discovered Ironhack in social media. What I can say for the school and the course is that I really think I've made the best choice. Is the curriculum perfect? Probably not yet. But every... Read More week the teacher is bringing extra content to go deeper on things missing. And this is really rich. I found that the teacher and TAs are paying attention to what our group is interested in. I can say that I'm really learning, even the ""math parts"" that I was more afraid because I don't have the background in the area. And the school is a good place to exchange experiences with the students of other courses which makes the experience even better.Read Less",Part-time Web Development,Web Development +258125,10828,ironhack,Alexandre Montesso Bonomi,False,2019,Best choice of my life,2019-10-25,5.0,5.0,5.0,5.0,"I'll be totally sincere: back in March, when I decided to quit my job and start coding again, the ""bootcamp"" idea seemed to me as ""too much of a promise"". To teach someone how to code from scratch in 9 weeks? ""Impossible! Or it will be extremely superficial.""... Read More - I though. I had a background of a 3-year technical programming course and 12 years of coding logic (and even though I knew the basics of programming).I couldn't be more wrong.The first 3 days I was learning what I already knew (with some new twists that didn't exist when I learned the first time). No surprises and still the same ""this will be superficial"" thought. From day 4 to the end of the course, I've never learned SO MUCH in so little time. And I'm not exaggerating.Ironhack teaches you not just how to do something specific, but how to think about the problems you have and how to solve them (with what you know or how to search for the answer you need).It may seem that 9 weeks are too little for learning how to code. But I prefer to think that It's OVER 500 HOURS of course (240h of pure classes, +/-120h of extra-class content and 180h of your own projects - where you'll really learn everything you saw with 'sweat and blood'). That's way over coding you'll see in a Computer Science's bachelor semester (or even a year).I've been even more surprised to see my colleagues (that had NO programming background) to became capable full stack developers and all of them to be working within 2 months after the end of the course.Ironhack was, easily, the best choice of my life.Read Less",Full-time Web Development Bootcamp,Web Development +258122,10828,ironhack,Grazielle Diandra,False,2019,Amazing and unique experience!,2019-10-25,5.0,5.0,5.0,5.0,"I've never learned so much in such a short time. The Ironhack team and the school material is amazing, they will be your mentors who will guide you and always look for your best!! I believe this course really prepares you for the job market in just 9... Read More weeks. Ironhack has become a family and I'm sure study here was one of the best decisions I made!Read Less",Full-time Web Development Bootcamp,Web Development +258101,10828,ironhack,Caroline Ramos,False,2019,Bootcamp Data Analytics,2019-10-24,4.3,4.0,4.0,5.0,"O curso tem uma ótima equipe e todo o suporte para que você aprenda. É necessário muito empenho do aluno para tirar o proveito máximo do curso pois o sistema do curso não é convencional(nota, prova, etc...). Currículo de matérias é bem elaborado mas não... Read More se aprofunda em nenhum tema.Read Less",Full-time Web Development Bootcamp,Web Development +258098,10828,ironhack,Luan Perosa Chitto,False,2019,Life changing,2019-10-24,5.0,5.0,5.0,5.0,"My experience at Ironhack has been amazing, in recent months I have become someone else, I feel more capable of developing anything and accepting any challenge. The intensity of the course causes me to study more and more and motivates me to be a better... Read More version of myself. The support of the teachers is very important and very helpful, I could not fail to mention the support of colleagues also that in an always harmonious environment help to meet the challenges. The school prepares the student in every way, from technical training to background as a market view, how to present for a job interview, how to get your professional image, how to present projects, how to be a good professional. As I mentioned I feel like a better professional and person after I started studying at IronhackRead Less",Part-time Web Development,Web Development +258092,10828,ironhack,Lucas White Rossi,False,2019,"Data Analytics Bootcamp - São Paulo - Hard work, great experience and lot of fun!",2019-10-24,5.0,5.0,5.0,5.0,"I am currently attending a full time Data Analytics Bootcamp at Ironhack São Paulo and the experience has been wonderful. All activities are well thought out, the staff of teachers and assistants is sharp and dedicated. Any issues with didactics or content... Read More were quickly resolved. It has been an intense and rich learning experience and I can strongly observe everyone's progress.Read Less",,Unknown +258090,10828,ironhack,Kátia,False,2019,Great experience,2019-10-24,4.7,5.0,4.0,5.0,"I have a Chemical Engineering bachelor degree, but ever since I graduated I have been working with technology and learned some about DB, SQL and Python. I wanted to gather further knowledge on these subjects and realised that maybe, working with data... Read More was the thing for me, so I did some research on courses and Ironhack caught my attention.After reading some reviews about the school and the course itself, I decided to give it a try. I admit it's been a challenge to keep up the studies part-time with working an 8-hour shift during the day, but it's been rewarding so far.There are tons of tasks to do, but I think it is the fastest and most effective way to absorb the condensed content of the lectures.In my opinion, the best experience have been getting to know people who already work with data, and learning about real world application of what we are learning. It's also interesting that my classmates have so many different backgrounds, so it's been a great opportunity to make new connections that I wouldn't have made otherwise.Read Less",Full-time Web Development Bootcamp,Web Development +258071,10828,ironhack,Renato Saraiva,False,2019,UX/UI Design Bootcamp em São Paulo,2019-10-24,4.0,4.0,4.0,4.0,"I really enjoyed the course and all that I learned in such a short time, I believe this course really prepares you for the job market in just 9 weeks.The technical skills of teachers and teacher assistants are great and are always close at hand to assist... Read More and maintain involvement with the learning process throughout the learning process.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +258070,10828,ironhack,Gabriel Fernandez Pires,False,2019,Data Analytics Bootcamp,2019-10-24,4.3,4.0,4.0,5.0,"The course has great teachers and teachers assistents that helps you with interesting projects and good lessons, they also help you find a job, by helping you set up your Linkedin account and having great lessons for speech and pitching during the course.... Read MoreRead Less",Full-time Web Development Bootcamp,Web Development +258064,10828,ironhack,Alan Yudi Kano,False,2019,Satisfying,2019-10-24,4.7,5.0,4.0,5.0,"You can learn a lot studying in the data analytics Ironhack course. You will learn from the basics(Python, SQL, Github, Pandas) to more advanceds subjects like machine learning, predictive analysis and so on. We had teacher with a lot of experience that... Read More shared her knowledge and cases with us making it easier to comprehend when and how to use what we learned. The teacher assistants would always be there for us, trying their best to explains things we didnt understand and planning complementary classes to help us. Ironhack was a friendly place where there was a lot of diversity in genre and profiles. I can only have good memories from there.Read Less",,Data Analytics +258051,10828,ironhack,Adriana Saty Hirano Marchioro Bertelli,False,2019,Bootcamp Ironhack,2019-10-23,5.0,5.0,5.0,5.0,"Coming from a background in electrical engineering, I have always wanted to learn code. Before joining Ironhack, I tried to learn it myself by completing online courses a few times, but each time I didn't have a clear direction of how to put all things... Read More that I've learned together...Ironhack has been by far the most intensive and efficient training I ever followed!It may seem overwhelming at the beginning but trust me they will provide you with the tools for your success! The experiences like pair-programming, helped me to develop my problem-solving and communication skills, and flashcards helped me to grab these key concepts in a short intense period. The most amazing thing that I truly value during my time in Ironhack was meeting so many like-minded people. After 24 weeks of this bootcamp, I can say that I'm able to make a web app by myself and had enough confidence to keep on learning. :)Read Less",Part-time Web Development,Web Development +258050,10828,ironhack,Rodrigo Riston Azevedo Andrade,False,2019,A fantastic course,2019-10-23,5.0,5.0,5.0,5.0,"I'm doing the Ux Design part-time bootcamp and it is wonderfull. What i like about Ironhack it is that they use a lot of exercises, the course is like a second job for me, so this learn by doing approach make the learning process easier.The teachers and... Read More TAs are excellent, they are always ready to answer our questions and assist us, besides observing how our development is going, and talk to us, if needed, or if we get stuck.The facilities are always improving, and it is cool that they listen to our feedback, the same can be said about the lessons and exercises.The only thing that it is a kind of problem, but I think it is necessary, it is that there is a tight deadline for the exercises deliverables, but it makes sense as in a company most of the time you have to work on a tight shift.Read Less",Part-time UX/UI Design,UX/UI Design +258049,10828,ironhack,Gabriel Duarte Carmo,False,2019,Minha experiência na Ironhack São Paulo,2019-10-23,5.0,5.0,5.0,5.0,"Olá, me chamo Gabriel e recentemente concluí o curso de UX/UI design Full-Time na Ironhack-SP! Foi uma experiência incrível e muito enriquecedora na minha vida pessoal e profissional. O curso é muito completo e instigante. Aprendemos diariamente com profissionais... Read More altamente capacitados e atenciosos. Colocamos em prática tudo o que aprendemos através de cases desafiadores, que nos ajudam a fixar o conteúdo e melhorar nossa relação em grupo. A escola conta com um ambiente aconchegante que nos faz sentirmos em casa. O ambiente proporciona a comunicação de todas as pessoas que trabalham e cursam na escola, tudo de forma muito descontraída e prazerosa. Se você procura um lugar para aprender e fazer muitos amigos a Ironhack é o seu lugar!Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +258038,10828,ironhack,Danilo Vidotti,False,2019,An incredible experience.,2019-10-23,5.0,5.0,5.0,5.0,"It's incredible how IronHack delivers what they promise. When I started the Bootcamp I knew almost nothing about development. The course turned me into a confident Full-Stack Developer, with strong technical skills. After the course, 100% of my colleagues... Read More got hired. I can't recommend better this experience. The school space, the team, the events and of course all the knowledge I received made it worthwhile.Read Less",Full-time Web Development Bootcamp,Web Development +258037,10828,ironhack,Marina Figueireso Soares Mello,False,2019,Full Time Bootcamp Data Analytics,2019-10-23,4.3,4.0,4.0,5.0,"My time at Ironhack has been very fruitful, it has been a great time for learning, personal and professional growth. In addition, it has also been an opportunity for development through frustrations and forging new knowledge during those nine weeks in... Read More the Data Analytics bootcamp.Read Less",Part-time Web Development,Web Development +258036,10828,ironhack,Marina Figueiredo,False,2019,Full Time Bootcamp Data Analytics,2019-10-23,4.7,5.0,4.0,5.0,"My time at Ironhack has been very fruitful, it has been a great time for learning, personal and professional growth. In addition, it has also been an opportunity for development through frustrations and forging new knowledge during those nine weeks in... Read More the Data Analytics bootcamp.Read Less",Full-time Web Development Bootcamp,Web Development +258031,10828,ironhack,Rafael Dias,False,2019,An amazing experience,2019-10-23,5.0,5.0,5.0,5.0,"Soaking, networking, learning one of the best stacks on the market has been something a phenomenal experience. In 3 months you are ready to enter the job market. it was very worth it. now I miss the friendships we made and the teachers, all amazing!!",,Unknown +258030,10828,ironhack,Meline Garcia,False,2019,A lifechanging challenge,2019-10-23,4.7,5.0,4.0,5.0,"My experience at Ironhack contributing to a realistic view of the UX / UI Design market. The teachings were fundamental to the self-confidence needed for a career change. The classes are a mix of dense content and discussions about practices and practices,... Read More always with applications in projects, which makes learning much more interesting and relevant.Read Less",Part-time UX/UI Design,UX/UI Design +258027,10828,ironhack,Rafael Bueno Rodrigues,False,2019,Be prepared to the market,2019-10-23,5.0,5.0,5.0,5.0,"They make you be prepared for the market. Their methodology is amazing and it makes you fill you are solving real problems. I'm sure study here was one of the best decisions I made. The course content is perfect for the market and their methodology is... Read More excellent. Besides, there is the Ironhack network which helps you stay connected with various news and job opportunities.Read Less",Part-time Web Development,Web Development +258026,10828,ironhack,Rafael Bueno Rodrigues,False,2019,Amazing methodology,2019-10-23,5.0,5.0,5.0,5.0,"These are a course for those who want to code in real life. Their methodology is amazing and it makes you fill you are solving real problems. I'm sure study here was one of the best decisions I made. The course content is perfect for the market and their... Read More methodology is excellent. Besides, there is the Ironhack network which helps you stay connected with various news and job opportunities.Read Less",,Software Engineering +258020,10828,ironhack,Aroldo Bettega Neto,False,2019,An Excellent Experience,2019-10-23,5.0,5.0,5.0,5.0,"I completed the June full-time web development cohort in São Paulo, and it was one of the best experiences of my life. The infrastructure provided and course material are top-notch, with great support staff and amazing teaching. The price tag should not... Read More scare you, nor should the time investment required. A+, 10/10.Read Less",Full-time Web Development Bootcamp,Web Development +258019,10828,ironhack,Arnold Lafuente Urquieta,False,2019,"Ironhack São Paulo, changed my life",2019-10-23,5.0,5.0,5.0,5.0,"Booting was a unique, challenging and scary experience at the same time. I learned a lot and something very important was the people I met during that time.The curriculum of the school is very complete and didactic, with practical application of what... Read More is studied day by day. helping to solidify what has been learned.The teaching method is incredible as teachers, assistant teachers and staff.The structure of the school is great with everything designed for the comfort and study of its users.Ironhack gave me the opportunity to enter a work area that I discarded in the past, PROGRAMMING. Now I see how much I like it and better yet Ironhack gave me the opportunity to pass that knowledge learned to other people.The best way of teaching that I lived so far!Best of all, they gave me the opportunity to get my very first job in Brazil(I'm from Bolivia).Read Less",Full-time Web Development Bootcamp,Web Development +258018,10828,ironhack,Celia Regina Homa,False,2019,A must have experience in Data!,2019-10-23,4.3,4.0,4.0,5.0,"I'm loving the Data Analytics Bootcamp, the curriculum structure and the teacher's support are incredible. Specially labs and hackatons gave me the experience to face technical interviews. Machine Learning teachings are overall basic, but still, it is... Read More worthy to start!Read Less",Full-time Web Development Bootcamp,Web Development +258017,10828,ironhack,Heitor Godau,False,2019,Deep learning and solid bases,2019-10-23,5.0,5.0,5.0,5.0,"I really enjoyed my time as student in Ironhack. I did solidify my programming bases and exercise programming logic with daily exercises. We learn, in a clear way, create and deploy a server from scratch, build an entire application using a modern tech-stack... Read More always supported by a lead teacher and teaching assistants. We had all support and help to increment our curriculum along the course and a hiring week to help us to find a new collocation in job market.Read Less",,Software Engineering +258016,10828,ironhack,Victor Paiva Nevola,False,2019,The best experience,2019-10-23,5.0,5.0,5.0,5.0,"The decision to bootcamp at Ironhack was one of the best I've ever done, I walked in knowing the basics about programming and even choosing between courses I was feeling lost because I didn't know where to actually start, and the Since the beginning my... Read More school gave support, the structure is great, the materials are super simple and easy to understand, the teachers are always online to support you, ask questions, send you feedback, give you tips and are always monitoring your evolution and learning. The school cares about how the classes are, always asking for the opinion of what we are enjoying or wanting to change, it has a career service that helps you know how the market works and what the market demands. A great experience, I had a great evolution compared to how I entered. I recommend the school to everyone.Read Less",Part-time Web Development,Web Development +258015,10828,ironhack,Felipe Sekkar de Padua,False,2019,A lifechanging school,2019-10-23,5.0,5.0,5.0,5.0,"Even being a computer science degree student, at ironhack I've learned and praticed much more than in those four years at college. With challenging exercises and projects, now I'm capable of developing a complete web aplication using the most modern technologies... Read More by myself.Read Less",Full-time Web Development Bootcamp,Web Development +258013,10828,ironhack,Heitor Godau,False,2019,Deep learning and solid bases,2019-10-23,4.7,5.0,4.0,5.0,"I really enjoyed my time as student in Ironhack. I did solidify my programming bases and exercise programming logic with daily exercises.We learn, in a clear way, create and deploy a server from scratch, build an entire application using a modern tech-stack... Read More always supported by a lead teacher and teaching assistants.We had all support and help to increment our curriculum along the course and a hiring week to help us to find a new collocation in job market.Read Less",Full-time Web Development Bootcamp,Web Development +258012,10828,ironhack,Amanda Nascimento Batista,False,2019,A lot of challenges and a lot of growth!,2019-10-23,5.0,5.0,5.0,5.0,"I am currently attending the part-time web development bootcamp of Ironhack São Paulo and so far I am loving my experience. I have a background in Arts & Humanities and for me personally learning to code has been quite a challenging task. Nevertheless,... Read More I feel very happy to see how many new things I am learning in such a short time. I have received full support of my teacher and it is very nice to see that my unrelated background is not a barrier in this process. My efforts to make a change and willingness and interest in learning new things are the only things the matter!Everyone says the bootcamp is intense, but just when you begin you notice how fast paced it actually is. I was first enrolled in the full-time program, but decided to switch to part-time in order to have more time to study and review the content of the classes. It was a very wise decision. If I could do anything differently, I would study a lot more before starting the bootcamp. By studying, I mean doing a LOT of exercises. You learn to code with practice and repetition. However, if you don’t have six months to learn coding in the part-time program, I would highly recommend completing the preparation work REALLY well and re-do(many many times) exercises in more difficult topics. The prepwork format is extremely boring (a lot of text and the exercises aren’t interactive such as in websites like Freecodecamp and Codecademy) but the more you study and get familiar with basic concepts, the better you will follow the course afterwards.Read Less",Part-time Web Development,Web Development +258011,10828,ironhack,Adriana Saty Hirano Marchioro Bertelli,False,2019,The best decision I took in 2019,2019-10-23,5.0,5.0,5.0,5.0,"Coming from a background in electrical engineering, I have always wanted to learn code. Before joining Ironhack, I tried to learn it myself by completing online courses a few times, but each time I didn't have a clear direction of how to put all things... Read More that I've learned together... Ironhack has been by far the most intensive and efficient training I ever followed! It may seem overwhelming at the beginning but trust me they will provide you with the tools for your success! The experiences like pair-programming, helped me to develop my problem-solving and communication skills, and flashcards helped me to grab these key concepts in a short intense period. The most amazing thing that I truly value during my time in Ironhack was meeting so many like-minded people. After 24 weeks of this bootcamp, I can say that I'm able to make a web app by myself and had enough confidence to keep on learning. :)Read Less",,Software Engineering +258006,10828,ironhack,Gledson Holanda,False,2019,"Iron Hack São Paulo, extraordinary!",2019-10-23,5.0,5.0,5.0,5.0,"IronHack Sao Paulo - Bootcamp Web development was one of the best things that happened in my year in 2019!It really is a lot of content and so at first I thought of giving up, but besides teaching with perfection and mastery, putting you to practice how... Read More you will work day by day, they still helped me to believe it was possible, Professor Henrique Mendes and Program Manager Manuella Melo gave me a lot of help and today I am sure that it was very worth having continued the course, learned a lot and know how to learn even more.Thank you Iron Hack! S2Read Less",Part-time Web Development,Web Development +258005,10828,ironhack,Ilara Almeida,False,2019,Ironhack São Paulo - Best Bootcamp in the world!,2019-10-23,5.0,5.0,5.0,5.0,I did a full time bootcamp in January of this year and I can say it was one of the best experiences I ever had in my life. I've never learned so much in such a short time. Ironhack has become a family and I will always be grateful for everything I lived... Read More there.Read Less,Full-time Web Development Bootcamp,Web Development +258004,10828,ironhack,Filipe Mota Goncalves,False,2019,Great School with great documentation,2019-10-23,5.0,5.0,5.0,5.0,"I currently finishing the Web/Dev bootcamp in São Paulo and I'm pretty satisfied with the course methodology, especially the documentation for the whole course. For the ones who want to have a solid foundation to start coding professionally, that's a... Read More great choice as they do prepare the students for the job market.Read Less",Full-time Web Development Bootcamp,Web Development +257999,10828,ironhack,Pedro Antonio David,False,2019,The beginning of a new life,2019-10-23,5.0,5.0,5.0,5.0,"Ironhack's Bootcamp is an experience completely unlike any other. Not only will you learn to program, you will develop your own ability to absorb information, and become more visible and active to the technology market. Ironhack's curriculum, as well... Read More as lectures, group, and individual works, workshops, and other extra curriculum activities will contribute directly to both career and personal growth. During the course weeks, you will have a chance to acknowledge your own learning limits, as well as overcome them. If you are wondering whether or not to do the Bootcamp, know that I have locked up college, moved around and given myself a chance to live something like I had never lived before, only to attend this course. And I will never regret the moments and insights that have been presented to me in recent months.This Bootcamp is a once in a lifetime opportunity, the beginning of a new path, and the accomplishment of everything you have lived and experienced till this point.Read Less",Full-time Web Development Bootcamp,Web Development +257996,10828,ironhack,Fernando Toshio Yto,False,2019,"Great course content, school support",2019-10-22,5.0,5.0,5.0,5.0,"Still not working as a developer, but by talking to people already working in such position I believe that the curriculum is good and up to date with tools used in the industry.Teacher for our class has been great. Very attentious and really doing his... Read More best to help us learn. He is the kind of person willing to go that extra mile to help students absorb all the content.Career support has been good and better than what I expected. We've had workshops with an experienced recruiter and with people in management positions in tech companies.School infrastructure is good and improving. Recently added a few automated vending machines with snacks and drinks.Read Less",Part-time Web Development,Web Development +257994,10828,ironhack,Simone Ferreira,False,2019,Amazing learning experience,2019-10-22,5.0,5.0,5.0,5.0,"I'm doing my final project in UX/UI Fulltime bootcamp at Ironhack and I had the best learning experience ever! The metodology applied is amazing, the structure of the campus (in São Paulo), my professor and everybody working there are very competent.... Read More Before my decision for Ironhack I was considering another bootcamp, but the atmosphere + material were fundamental to me.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +257993,10828,ironhack,David Dornelles,False,2019,A Lifetime Experience,2019-10-22,4.7,5.0,4.0,5.0,"In my opinion, the content of the full-time web dev course has an unbelievable deepness and strength of its knowledge.The focus of the course is not only based on theory but particularly on the importance of practicing exercises individually or as a team... Read More every single day.During the course, we have been fully embraced by all employees, while having constant support from our teachers and their assistants as well.Last but not least, we too had at our disposal a stunning enviroment to ensure we could all learn and build a ""code family"".Read Less",Full-time Web Development Bootcamp,Web Development +257989,10828,ironhack,Isabela Lemos,False,2019,Everything I always wanted to know about data,2019-10-22,5.0,5.0,5.0,5.0,"I had been looking for a Data Analytics Bootcamp for a while when I knew Ironhack. The syllabus contains everything I wanted to learn: not that beginner level manipulating data, not that advanced level without basics principles of Python. It's a long... Read More Bootcamp in my opinion (almost 7 months in a part-time program), but we still can have fun and feel the improvement of our skills in each class.Read Less",,Data Analytics +257987,10828,ironhack,Matheus Rodrigues Pires,False,2019,Amazing experience,2019-10-22,5.0,5.0,5.0,5.0,I'm currently on IronHack part time full stack web dev and so far it has been the best experience I could dream of. All the staff from IronHack are amazing and they have been giving a amazing support. One of the best points so far it's the teacher that... Read More truly want you to learn and understand what he is saying.Read Less,Part-time Web Development,Web Development +257980,10828,ironhack,Gabriel Holanda dos Santos,False,2019,Unreal,2019-10-22,5.0,5.0,5.0,5.0,"The whole course is pretty much awesome, you are induced in an immersive study environment which you WILL learn for sure all, if not, most of the content of the course.PROS:- Immersive learning.- Friendly and productive environment.- You receive a lot... Read More of help and support from the TAs.- You WILL find a job for sure after at most a month after course completion.- Free coffee/tea.- Fun.CON:- Expensive, you will need to prepare for the bootcamp.- It can be tiring, sometimes.Read Less",Full-time Web Development Bootcamp,Web Development +257978,10828,ironhack,Gabriel Rodrigues,False,2019,My Ironhack experience,2019-10-22,5.0,5.0,5.0,5.0,"An amazing and innovative experience, the school gave me all the support physical and intellectual structure. Gave me an incredible job opportunityMy feeling for this school is love, I met amazing people.Educational knowledge was essential to boosting... Read More my professional career, I am a different professional because I studied at ironhack.Read Less",Part-time UX/UI Design,UX/UI Design +257976,10828,ironhack,Monica Damasceno,False,2019,Best learning experience ever,2019-10-22,5.0,5.0,5.0,5.0,"Amazing! Definitely the biggest learning weeks I've had. The whole team is committed to 9 week learning, the school material is excellent, the curriculum and hands-on activities guide the learning very well and, studying at Ironhack, I saw that it is... Read More totally possible to learn something new and put it into practice on personal projects.Read Less",Full-time Web Development Bootcamp,Web Development +257975,10828,ironhack,Marina,False,2019,Imersive awesome experience!,2019-10-22,4.3,5.0,4.0,4.0,"I choose to enroll in IronHack UX/UI Design Bootcamp after extensive research about UX bootcamps. The investment seems to be high at the beginning, but worth every penny. The time we spend exchanging knowledge and learning from the mentors are super valuable... Read More and rich.The Bootcamp is divided in 3 parts (3 weeks each) the first part is User Experience, and for me, it was the hardest one, it's a LOT of content to assimilate and a lot o dynamics to understand each part. The second part is the UI part, and it was very fun but I wish we had more time to work on it. The last part is the code part and the final project and this time I wish I had more time outside of the Bootcamp to study HTML and CSS, it was too fast, but the content was given in a proper way.The projects that I have done during the Bootcamp on IronHack showed that I evolved a lot and I feel prepared to search for jobs.As a plus, I had a great experience working on groups and presenting my projects in front of the class and the school, made my pitch and explanation of projects much better!Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +257970,10828,ironhack,Fulvio Irente,False,2019,Great Experience,2019-10-22,4.3,5.0,4.0,4.0,"My experience at Iron Hack has been contributed to a full and realistic view of the Design and User Experience scenario, feeling prepared and engaged to begin a new career.Our classroom teacher has the ability to bring relevant discussions into the ironhack... Read More framework that the school offers, becoming the classes into a rich and engaging discussion. The practical part of the projects works very well, we are encouraged to work in different pairs and groups every week, learning and sharing knowledge together, it is possible to feel the evolution of problem-solving and understanding over the weeks.Positive aspects for the classroom assistants (T.A), always helpful in supporting tools, work development and discussions.As an improvement, Ironhack needs to take care of its internal experience, communication flow, and student entry journey to its progress within the course, paying attention to campus details and infrastructure that may reflect on good or bad experiences.Read Less",Part-time UX/UI Design,UX/UI Design +257967,10828,ironhack,Marcelo Oliveira,False,2019,Amazing Experience,2019-10-22,5.0,5.0,5.0,5.0,"Honestly don't have any cons regarding the course. It was an amazing experience, I learned so much and it translated immediately to my work, especially considering I got a promotion due in large part to this course. My technical knowledge got to a level... Read More that I didn't think I would be able to achieve.Read Less",Part-time Web Development,Web Development +257961,10828,ironhack,Daniela castro,False,2019,Além do esperado!,2019-10-22,4.7,5.0,4.0,5.0,"A experiência da formação é pensada de ponta a ponta pra capacitar e reposicionar o aluno no mercado. Há suporte de um professor/ mentor mais 2 assistentes por turma, que complementam suas competências. Também há uma estrutura de eventos e troca entre... Read More as turmas de outras áreas para elaboração de projetos em conjunto!Read Less",Part-time UX/UI Design,UX/UI Design +257955,10828,ironhack,Patrícia Zambrini,False,2019,The Best Choice,2019-10-22,4.7,5.0,4.0,5.0,"This course saved my life professional.The estructure phisical, teachers, administrative, teacher assistent It helped me reach the goal that got me into the course: career change.The teaching material is very good. All projects make us live the real day... Read More to day and that means they are good and heavy.Between classes and workshops, we learned a lot from classmates and the teacher. Everyone helps each other and that makes a lot of difference.Read Less",Part-time UX/UI Design,UX/UI Design +257952,10828,ironhack,Nathalia Sacks,False,2019,UX UI Design..... É ÓTIMO!,2019-10-22,5.0,5.0,5.0,5.0,"O curso é super super super incrível! Você aprende toda metodologia de UX e design thinking! O curso engloba muiiiita prototipacao e wireframe. Você sai do curso com 8 projetos, um portfólio bem forte. São 400 horas de muito amor e pressão :) Super recomendo!!!... Read MoreRead Less",Part-time UX/UI Design,UX/UI Design +257951,10828,ironhack,Vanessa Miura,False,2019,Iron Hack is awesome in every aspect! 🙌🏻,2019-10-22,5.0,5.0,5.0,5.0,"I’ve fell in love for Iron Hack the minute I’ve heard about it! The syllabus is very complete and covers both UX and UI perfectly. The teachers are super engaged and competent. The environment is cozy and welcoming. The experience was amazing from the... Read More start, the staff makes everything easy and are super considerate!Read Less",Part-time UX/UI Design,UX/UI Design +257943,10828,ironhack,Daniel Mendes Valero,False,2019,Amazing Ironexperience!!,2019-10-22,4.7,5.0,4.0,5.0,"I'm a recently graduated from Ironhack - Lisbon. It was a great challenging experience. The things necessaries to fulfill the course is to trust on yourself, but the real fuel to do it was the commitment shown by Jose Carneiro, Guilherme Cardoso and Sonia... Read More Meller, to their students without the help of them I could leave the bootcamp since the 1st week, I'm very grateful for their effort. Of course, I cannot leave out Luis Santos with his great preparation and tips for CV and jobs interview and the rest of the staff that they help us saying words of support to hang in there along the bootcamp and provide a lot of help during the hiring fair days Goncalo Regalado, Alvaro Gonzalez, Munique Martins and Carmen Ortega. A very amazing experience thanks to these amazing people.Read Less",Full-time Web Development Bootcamp,Web Development +257919,10828,ironhack,Oscar Pachano,False,2018,"If you decide on doing a coding bootcamp, this is it.",2019-10-21,5.0,5.0,5.0,5.0,"Ok, let's start. I waited a year before I reviewed IH because I did not want my review to be biased. I haven't had contact any with the people at IH so I can give you the closest thing to an objective opinion out there. Here it comes: Ironhack is easily... Read More the best choice of my life, no questions asked. Without any kind of background in technology, just hard work, the curriculum and help provided by the Ironhack staff I was able to find a job before I even finished the bootcamp.So if you want to know if I think you should do Ironhack: the answer is YES.That's all. Don't read the rest unless you want to read my personal experience. Now I will write what I think about each part of Ironhack: Curriculum: Look, this is why you are here, this is what you like, this is what you enjoy doing. You will have classes imparted by a teacher where you will have fun from start to finish, it might be rough, it might be tough but its always fun. I went by this curriculum and it actually help me understand coding and gave me great foundations on how to study and learn new technologies. I still go about learning new technologies the same way I did at Ironhack. If you follow this curriculum(understanding it, reading it before class and then solving every doubt you have during classes) and finish EVERY part of it(even the ""extras"") you will leave Ironhack knowing enough to get hired anywhere.Instructors: My teacher was Nick Borbe, my TAs were Marcos Palacios and Manuel Cabrera. Everyone was great, super helpful and knowledgeable. If at any point they did not know the answer to something you asked they would look into it and comeback with the answer. Great people all around. Job Assistance: Ironhack is the best, and that's in no small part thanks to Daniel Brito, this guy will find you a job. He won't hold your hand during the process but if he sees you putting in 200% he will put in 300%. Make use of him, ask him questions, show him you are interested and he will help you. Overall: As with any other course or any type of education process you will get back what you put in. If this is really what you want I can't think of a better place to learn the basics of coding/programming/web develpment than at Ironhack. They helped me change my life for the better, I'm finally happy with what I do and actually miss work when I'm on vacation. All of this started with Ironhack and I will never forget it.If you are still undecided I invite you to add me on linkedin and ask me any question about Ironhack and my experience there, I'll be more than happy to answer.Read Less",Full-time Web Development Bootcamp,Web Development +256279,10828,ironhack,Paola Alean Florez,False,2019,Intensive Data Analytics in Mexico City,2019-10-09,4.0,4.0,4.0,4.0,"An intensive and inspiring experience! We went through issues with the assigned teacher from the machine learning module (it might be because we were the first Data Analytics Bootcamp in Mexico City), but Ironhack handled it. We got a new brilliant teacher... Read More that has statistical and math knowledge, but most importantly, he had the interest to teach and boost our learning. The best part was the people and connexions you make throughout a full-time Bootcamp.(Correction: it is about the Data Analytics Bootcamp, not web development)Read Less",Full-time Web Development Bootcamp,Web Development +256206,10828,ironhack,Albert Perez,False,2018,Revamped my portfolio,2019-10-08,4.3,4.0,4.0,5.0,"I enrolled in the full-time UX/UI design program last fall (2018). My teacher and the Ironhack staff were friendly, helpful, and very open to listening and improving the lessons in any way possible. Unfortunately the TA I started the program with only... Read More held the position for a couple of weeks and then this spot was filled by a number of temporary replacements. This didn’t allow me to get very close to any of those people and it felt like a resource that I expected to have wasn’t really available that cohort. In the end, we turned to fellow classmates for supplemental help most of all and this teamwork really helped many of us. The course is very intense and incoming students should expect to be stressed out by the workload. A lot of information is packed into a few months, so it’s important to bookmark all of the important websites your teacher shows you and of course to take good notes! If you have past work experience that relates at all to the duties of a UX/UI designer or even if you just had a strong interest in parts of the process, this will come in handy! I’d always had an interest in art and had done some graphic design before. On the other hand, if you have zero relevant experience and were interested in completing this course, I would say to be patient and realistic about where your skills might be by graduation time. While I do think Ironhack can give you a boost and help you get started with your new career, I saw some classmates struggle with creating professional-looking visual designs- even by the end of the course. So if you’re doing something difficult for the first time, don’t expect a miracle. That said… coding week was not great for me. Most of the other students had had at least a little bit of exposure to coding before the course, so they were able to keep up with the instructor. A few students (including me) had never had any exposure and we fell behind and could never catch up. I was repeatedly told that it was ok if I knew nothing about coding, but it felt like a little more understanding was necessary to understand the fast-talking teacher I had for coding week. Daniel Brito was my career coach while I was there and I really appreciated his support. He gave me a lot of awesome advice and helped me see things from the perspective of the employer. Although he was busy assisting lots of students, he did a good job of dividing up his time and giving me his full attention when it was my turn. In the end, I walked away with a portfolio that helped me get my current job, so it was worth it for me! Plus it’s nice to be part of the Ironhack network.Read Less",UX/UI Design,UX/UI Design +256160,10828,ironhack,Sergui Morejón,False,2019,Ironhack change my life !,2019-10-07,5.0,5.0,5.0,5.0,"I remember when I emigrated here to the US, and I was looking for a place to help me accelerate my professional career. Ironhack seemed like an excellent decision because I had heard of them, and had recommendations from students who already finished... Read More that Bootcamp. Fortunately, I had the opportunity to be one of the winners of a full scholarship at Ironhack. I felt amazing and closer to where I wanted to go.Ironhack helped me acquire skills for this new digital economy, how to build my network, work as a team and with deadlines, and how to use these latest technologies to undertake your projects. All the classes we attend are very practical with real-world challenges and that you are experienced to go from a beginner to advanced level and acquire that way of solving problems thinking as a programmer.The Ironhack team is amazing, they will be your mentors and friends who will guide you and always look for your best. They are very professional and fun. Once you have completed Bootcamp, the team organizes a Hiring Fair to help you get a job and train you for the world of work. The experience is very challenging and with a lot opportunities , that definitely it will help you succeed.Finally, having concluded with Ironhack, I find myself working thanks to their support, and my efforts. The whole experience I lived with them was like an adventure, the classrooms are very comfortable and focused on the student learning, the different places to work in their building fit into your way of working, if you want to work in silence, there are places for it, if you need to work with a team you'll find the right spot, and the snacks they have to help the students to be very comfortable and healthy.I recommend 100% and do not doubt that it will be a place to empower your lives!Read Less",Full-time Web Development Bootcamp,Web Development +256084,10828,ironhack,Ashley Carr,False,2019,Ironhack gave me the opportunity to redesign my life!,2019-10-04,5.0,5.0,5.0,5.0,"I stumbled upon Ironhack when I was searching for a UX/UI design bootcamp that had a solid reputation for excellent curriculum, strong career outcomes after the course, and wasn't going to put me into unnecessary debt. The Lisbon location sparked my interest... Read More right away knowing that it was a growing tech city with exciting opportunities, and the lower cost of living would support me as I dedicated months of my life to this. It felt worth the risk.Favorite things about Ironhack:- They take your feedback very seriously. If you note how something can be improved, the team is working on it immediately to fix it. You are heard. - The environment is beautiful and inspiring. I looked forward to going to class everyday. - Ironhack is outcomes driven. They are very focused on making sure we reach our career goals and prepares us very well to enter the market after.- The curriculum pushed me and gave me the tools I needed to succeed in both UX and UI design.- The support from my classmates and staff was second to none. Their constructive feedback and encouragement made me better & stronger.Bootcamp is always what you make of it. You must be a self-learner, dedicated, and put in all of the hard work. It demands all of your time, energy, and passion. I highly recommend Ironhack - Lisbon if you are this type. :) It was SO worth the risk.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +255566,10828,ironhack,Víctor García,False,2019,Data Analytics Full-Time Bootcamp,2019-09-28,5.0,5.0,5.0,5.0,"Data Analytics Full-Time Bootcamp Thanks to the support of two excellent teachers, one focused on Python and the other focused on ML, as well as 3 more specialists in the field who in all classes knew how to answer all my questions, not only could I conclude... Read More the Bootcamp but we also acquired the practice and The knowledge necessary to start in this field of data analysis, we have an excellent environment and at all times we have direct communication with the entire Ironhack Mexico team. During the Bootcamp course we had a first ML teacher who did not have the necessary skills, so we requested a new teacher and the Ironhack team sent us an excellent machine learning teacher, which was Yonatan Rodriguez Alvarez, which I highly recommend; and with respect to the previous teacher, don't worry because he doesn't teach on campus anymore.Read Less",,Software Engineering +255387,10828,ironhack,Patricia,False,2019,Excelente experiencia,2019-09-27,4.3,3.0,5.0,5.0,"Fue una de las mejores inversiones y experiencias educativas que he realizado. El bootcamp es intensivo y todos los días se ven temas diferentes, algunos más difíciles que otros, sin embargo, existe un gran compañerismo y una gran actitud por parte de... Read More los teacher assistant, lead teacher y de todo el equipo del Ironhack por mejorar la experiencia de los alumnos durante el curso.Recomiendo mucho el curso de Data Analytics para aquellas personas que quieran impulsar o cambiar de carrera a través del uso de los datos.Read Less",,Software Engineering +255386,10828,ironhack,Josué Molina,False,2019,Excellent experience for anyone who wants a great challenge,2019-09-27,4.0,4.0,3.0,5.0,"I took the Full Time Data Analytics Program, it was a great challenge for me because the workload, as it is Full Time, is very high, even though I'm a Computer Engineer. All the subjects that are part of the Syllabus are very innovative and on peak of... Read More the Data Analytics Sector. We faced some problems along the program but for the values and culture of all the staff, we were all able to overcome them on the very best possible. Something that is very important is that you have to study or have a background on Statistics because it's one essential part for the course and it could be something very challenging to face without any knowledge. Overall, I really enjoyed all the experience on the course and become part ot this great family.Read Less",,Software Engineering +255385,10828,ironhack,Jhoan Guzman,False,2019,Good Intensive Bootcamp,2019-09-27,5.0,5.0,5.0,5.0,"Pros: - Intensive Course (for the full time), if you want lo learn quick. - Excellent Teacher Availability . - Solid temary content. - Good Installations, you can use them whenever you want. Cons: - Requires solid knowledge in statistics previous to the... Read More bootcamp (specially for the machine learning section).Read Less",,Software Engineering +255384,10828,ironhack,Gustavo Rangel,False,2019,Excellent Experience Data Analytics,2019-09-27,5.0,5.0,5.0,5.0,"The data analytics course at Ironhack Mexico is a good one, have a lot of support from the staff and the community and graduates are very helpful, I really recommend the course if you like hard work and an intensive way of learning, not recommended if... Read More you can't commit to an activity for a long period of time.Read Less",,Software Engineering +255372,10828,ironhack,Joana Ribeiro Duarte,False,2019,Ironhack opened up a new world for me - it can do the same for you!,2019-09-27,5.0,5.0,5.0,5.0,"I joined Ironhack because I wanted to change my life, and learn skills that would make me competitive and were sought after in this ever changing job market. After being abroad for multiple years, I decided to return to Portugal, my home country, to start... Read More anew and review my choices - here was my first contact with Ironhack. Since the get go, it was a great experience - from the first contact to get more information to the tests to get in, to information and to personalized help throughout the whole bootcamp, they kept tabs on me an made sure my worries were addressed and I got the support I needed. I got my first job in the field within 1 month after finishing the bootcamp, but between finishing and until that first contract they helped us with interview processes and questions, moral support and any queries we might have, any time I needed.More than just a bootcamp, they keep you involved long after you finish, and you create a network of resources, colleagues and - most importantly - friends in the field, who understand your struggle.I advise anyone to join Ironhack - 2 of my best friends are starting in January, and my husband is highly considering it!!From Munique, to Gonçalo, to Álvaro to Luis, the teachers, the TAs (if you get Guilherme and Carla in Web Dev or Angela in UX/UI you'll see what I mean!) you will have the best team that worries about you and is there for anything you need.Read Less",Software Engineering,Software Engineering +255316,10828,ironhack,Anonymous,True,2019,Great for the right audience,2019-09-26,3.0,3.0,3.0,0.0,"I came across Ironhack's program while hunting for UX/UI bootcamps. I've been a designer/strategist for about 8 years, and as a full-time freelancer, I wanted more structure around the UX/UI process and the work I could be doing better for my clients.... Read More Turns out, I already had a solid enough background that I likely needed a step up from what Ironhack had to offer. That said, I think the program is great for the right audience– people who are looking to change careers or don't have a background in design or creative problem solving at all whatsoever. The pros:- The curriculum is ever-changing with the times and the Ironhack staff did a good job making course corrections as our cohort went on.- It's a great base for anyone looking to learn UX/UI as a new skill/career path.- The class size is pretty small and the relationships forged are great for post-graduation.- We had a number of opportunities to network with past alumni and hear about what/how they're doing now.The cons:- Execution of the curriculum felt a bit disjointed and disorganized. We did too many super short projects to be able to really dig deep and learn any nuances.- The coding week was a disaster– it was entirely unplanned and we didn't get additional resources until three days into the week. At $1000+/week, 3 wasted days is not cheap.- This may not be a con to everyone, but the program and the Ironhack staff were a bit too chill for me. There were a lot of rules that they really drove home at the beginning... but never followed through on. The execution was lacking and we ended up being treated like both children and adults simultaneously.- We were promised things repeatedly that we never received. (For example, we were supposed to have professional headshots taken, but the photographer was a no-show and the staff chose not to reschedule for us. Our headshots were taken on an iPhone. Again– at $12k/person, we should be able to reschedule a photographer.) A lot of little things like that added up to a negative experience.For my situation personally, I made the best decision I could with the information I had. I'm leaving this review 4 months after graduating and I'm neutral about my experience now. I met some really great people and I learned enough– but I probably wouldn't do it again (and I won't rave about the experience).Read Less",UX/UI Design,UX/UI Design +254552,10828,ironhack,Wen,False,2019,Ironhack UX/UI Design Bootcamp Full-time,2019-09-12,4.7,5.0,4.0,5.0,"Hello there, I enrolled in Ironhack's UX/UI Bootcamp knowing very little about UX/UI and the Ironhack team helped me to transition in my career change (coming in with a marketing, business admin, and graphic design background) and created a wonderful... Read More family-oriented environment where I felt most welcome and inspired to learn. I will always be grateful for everything I learned, the memories created, friends made, and the whole experience. In 9 weeks you'll complete a number of different projects for your portfolio. You'll experience sleep deprivation, mental exhaustion, grouchy mood swings, weight loss (from skipped meals), and Miami traffic, but, all of it will be worth it in the end. I wished we spent more time doing UI and coding versus mostly UX. I really valued the one-on-one training sessions even though they were short. They'll supply you with an immense amount of outside resources and information. The instructors and TAs are knowledgable, understanding, and flexible. God Bless Snezana Dragusev. Once you graduate you'll receive job placement assistance from Daniel Brito. He's phenomenal and a great resource. University career counselors' can use some training from him and follow his example. You won't regret joining. Happy designing and coding!Read Less",,UX/UI Design +254517,10828,ironhack,Maikel,False,2019,Magnificent experience becoming an experience designer!,2019-09-11,5.0,5.0,5.0,5.0,"Completing my Bootcamp with Ironhack was a great accomplishment for me, the 9 weeks that I signed up for were nothing in comparison to what I accomplished at the end of the course. I walked into Ironhack hopeful, excited and most of all terrified of the... Read More workload. I graduated after a couple of all-nighters and many many hours of blood, sweat, and beers. I think my favorite part of the experience was the culture that Ironhack creates during its courses and the bonds that I made with both the students and the staff. I learned a lot about UX / UI but more importantly, I learned a lot about humans, their mental models and most fo all my self. I highly recommend the Bootcamp because it has the tools and network necessary to enter the Tech Industry and flourish!Read Less",,UX/UI Design +254398,10828,ironhack,Clément Sirvente,False,2018,"Part time web dev, great way to learn JS & React",2019-09-11,5.0,5.0,5.0,5.0,"I won't lie learning web dev was a tough. There are many things to learn but that's also a new world that is open to you. I really like to feel I was learning one of the best tech stack MERN. Doing part time is quite challenging but it also give you more... Read More time to digest concepts and apply them to personal projects.Don't except the teachers to do things for you, it's a bootcamp so get your hands dirty, your Ironhack experience depends on your work.Read Less",Software Engineering,Software Engineering +254352,10828,ironhack,Artem Streltsov,False,2019,Best coding bootcamp ever!,2019-09-11,5.0,5.0,5.0,5.0,"Hi there, I know that it is a big decision and commitment to join a full time course of coding bootcamp from time, effort and money perspective. You possibly have done your research and read all this ""Is it worth it to go through coding bootcamp"" kind... Read More of articles. As a recent graduate of Ironhack full-time web development course I'm here to tell you to do it. It is totally worth it and will affect your life in a positive way. There is one thing that all this unsure or negative bootcamp reviews have in common - they all are by software engineers and developers. Think about it. The person attended the top bootcamp - and then he/she is a developer. Full stop. If you putt in the effort, put in the hours and do what they tell you to do, learn what they offer you to learn then this will be your story. Whatever background you come from - it is doable to step into the fascinating world of technology. I know it because I'm telling my own story. I went through full stack web dev course and learned MongoDB, ExpressJS, ReactJS, NodeJS, HTML, CSS and the list goes on and on. But most important I've learned that I can do it. I've learned how to think and how to approach the technical challenge that I'm facing. I got the whole lot of new connections, relevant to the field as well.The IronHack Miami staff is all you can ask for. Nobody here looks at titles and everybody are here to help in any way they can. Instructor Nick Borbe is no less the programming guru, calm, knowledgeable and with the rare ability to talk simple about complicated concepts. TA's Nick, Marcos, Mike are always, I mean always there from morning until late at night to review your code and to ensure that your road to become a developer is a smooth one. People at Ironhack Miami know and love their craft and it is of a great value. Special gratitude goes to Daniel Brito, Digital Talent & Business Development Manager. He will push you, coach you, challenge you, advice you and do it all over again until you find your new work place. He will put you in the room with right people to present yourself for the job that is not even on the market. And you will get it, because you will know exactly what to do and how to do it. Let me tell you, in the tech field of Miami if you don't know Brito and he doesn't know you - you are not on the map. And after Ironhack you will be on the map.I’ve just received an offer from the company that I wouldn't even dare to talk to before Ironhack and that is just a beginning. So if you still in doubt – give them a call, quit doing what you're doing, join Ironhack Miami and Happy Coding!!!Read Less",Software Engineering,Software Engineering +254116,10828,ironhack,Maikel,False,2019,Magnificent experience becoming an experience designer!,2019-09-10,5.0,5.0,5.0,5.0,"Completing my Bootcamp with Ironhack was a great accomplishment for me, the 9 weeks that I signed up for were nothing in comparison to what I accomplished at the end of the course. I walked into Ironhack hopeful, excited and most of all terrified of the... Read More workload. I graduated after a couple of all-nighters and many many hours of blood, sweat, and beers. I think my favorite part of the experience was the culture that Ironhack creates during its courses and the bonds that I made with both the students and the staff. I learned a lot about UX / UI but more importantly, I learned a lot about humans, their mental models and most fo all my self. I highly recommend the Bootcamp because it has the tools and network necessary to enter the Tech Industry and flourish!Read Less",,Unknown +253736,10828,ironhack,Pablo Vazquez,False,2019,A most impressive bootcamp,2019-08-26,5.0,5.0,5.0,5.0,"Ironhack was a great experience, I have always had a passion for web development and through the course, I was able to take my skills to a new level. I highly recommend the boot camp to anyone who wants to make a career change. The facilities are extremely... Read More nice and very accommodating, and the management team does a great job keeping the place clean and looking great. While in class you will have to work very hard, there will be long days and long nights, but nothing worth doing is ever easy. The instructors and the TA’s are extremely helpful and accommodating they will sit down with you and help you get through any issue you have with your code. Once you graduate you will get job placement assistance from Brito, remember the name he is kind of a legend. Through his efforts, Ironhack graduates participate in a hiring fair filled with companies looking to hire new talent, follow his lead and do as he says and your chances of landing the life-changing job will skyrocket.It won’t be easy but it will be worth it, and the entire Ironhack team will be there to help you along the way.Read Less",Software Engineering,Software Engineering +253274,10828,ironhack,Humberto,False,2019,WEB DEV FT JUN2019,2019-08-08,4.0,4.0,4.0,4.0,"Overall is a good course, however, you should get TA's with a stronger background in the subjects you're about to teach. Also, for Windows users, you should have a previous session with them so they're all set up with the tools they'll be needing during... Read More the course's development.Read Less",Full-time Web Development Bootcamp ,Web Development +253303,10828,ironhack,Armando Marquez,False,2019,La mejor manera de ser un desarrollador,2019-08-08,5.0,5.0,5.0,5.0,"Ironhack es el mejor lugar para todas aquellas personas que desean ser desarrollador web y no tienen conocimientos previos sobre programacion, despues de terminar el bootcamp seras capaz de crear sitios web desde 0. Adentrate en esta nueva forma de laborar... Read More y mejorar tu calidad de vida.Read Less",Full-time Web Development Bootcamp ,Web Development +253295,10828,ironhack,Anonymous,True,2019,Amazing bootcamp experience,2019-08-08,5.0,5.0,5.0,5.0,"When I first started my web development bootcamp, I was kinda scared about the enormous amount of information that we would be learning during the following 9 weeks. I seemed huge...extremely difficult! However, as we started our classes and got to know... Read More our teachers, I realized that I didn't need to worry. We had the best teachers who had the best attitude towars us. We learnt more than what I thought was possible. And we also became a part of Ironhack's family. This is a great option for someone who wants to become an excellent developer and who want to face new challenges.Read Less",Full-time Web Development Bootcamp ,Web Development +253282,10828,ironhack,Tomas Freire,False,2019,Awesome experience,2019-08-08,5.0,5.0,5.0,5.0,Incredible experience. Great techinal elements and better people.,,Unknown +253280,10828,ironhack,Daniel Orio,False,2019,Web Development Bootcamp,2019-08-08,5.0,5.0,5.0,5.0,"Estudiar en Ironhack fue la mejor opción para ""aprender a aprender"" y ser autodidacta porque aparte del stack técnico te brindan skills para ser autodidacta y no temer a investigar por cuenta propia. Hay que tener en cuenta que el curso es super intensivo... Read More y cuando sales tienes más ganas por seguir aprendiendoRead Less",Full-time Web Development Bootcamp ,Web Development +253299,10828,ironhack,Bryan Mejia,False,2019,Expect the unexpected,2019-08-08,5.0,5.0,5.0,5.0,"When I first decided to join Ironhack I thought ""Yeah I like web development this will be a piece of cake"" little did I know they take the word bootcamp a little bit literally it is an intense full-blown experience . Aside from the technical skills (Javascript,... Read More Node.js, Express, React, MongoDB etc.) you learn things like how to program in a team how to present a project and networking it is demanding some of the projects have dead-lines. There were times where I would ask myself ""What did I get myself into?"" but at the end I take a look at my portfolio and all the things I learned and say to myself : ""It was worth it"".Read Less",Full-time Web Development Bootcamp ,Web Development +253287,10828,ironhack,Anonymous,True,2019,The reality behind Ironhack,2019-08-08,5.0,5.0,5.0,5.0,"The truth is, as an attendee in Ironhack, I was beyond surprised with how the bootcamp developed. I learned the tools ready for the job market and I feel more than confident with my skills to learn, implement, and practice any project that a company or... Read More business requires. The staff in Ironhack Mexico was beyond excellent, I was surprised with the continued support that everyone in the staff provided. I do recommend to anyone that wants to attend this camp has some previous learning in order to get a better experience. Do the prework that they require but also go beyond and try to learn more programming. If you expect going into the bootcamp without having any interest in programming you may discover that programming is not for you, but this won't be the bootcamps fault rather than yours. Ironhack offers great tools for the job market, a great career work support, and an amazing staff that will become your family. In truth, they do their best to prepare you but most of it falls on you.Read Less",Full-time Web Development Bootcamp ,Web Development +253267,10828,ironhack,Eric,False,2019,The best Experience for quick learners,2019-08-08,5.0,5.0,5.0,5.0,"I attended Ironhack after beginning a bit of independent learning on the subject of web development and wanting something to accelerate my learning. If you really like learning and don't mind a quick pace this boot-camp is perfect for you. Not only did... Read More I acquire the skills necessary to be competitive in a job search in web development but I made great friends, started a bowling team and found fantastic restaurants all over Mexico City. Not only did I learn I had fun doing it.Read Less",Full-time Web Development Bootcamp ,Web Development +253263,10828,ironhack,Anonymous,True,2019,Excellent,2019-08-08,5.0,5.0,5.0,5.0,"Is a amazing experience, the best coding bootcamp of México City",Full-time Web Development Bootcamp ,Web Development +252854,10828,ironhack,Anonymous,True,2019,What a ride.,2019-07-27,4.7,5.0,4.0,5.0,It was an amazing ride. 9 weeks of intense learning. Doing weekly sprints was an amazing way of learning and putting in practice all we learned,Full-time UX/UI Design Bootcamp,UX/UI Design +252755,10828,ironhack,Kenneth S,False,2019,Web Development Bootcamp,2019-07-25,5.0,5.0,5.0,5.0,"This school prepares you for the outside world to change modern technology to its highest potential. Ironhack is a school that preps you well enough to be able to learn any coding language. (Niko my instructor is a GOAT)I was very satisfied with the Ironhack... Read More staff. Everyone is great, supportive and overall caring for each student. The classroom environment is amazing! I met so many great people that I am still great friends with till this day. Everyone became like a family. I highly recommend career service. Shoot! I got hired from that event, it is an easy way to get a job that pays well. One of the great opportunities you get from career service is this cool dude named Brito AKA The Plug. He preps you on how to land a great job, he teaches you how to speak and reach out to companies and make yourself known. I applied many of his tactics and it helped me improve and build a reputation for myself in another city. Overall this school is great. Its not too expensive and it way more worth it than getting in debt for some other expensive school that might not even be worth it. If I could take this course again, I would, BUT unfortunately I am employed.Read Less",Full-time Web Development Bootcamp ,Web Development +253339,10828,ironhack,William,False,2018,Career Changer,2019-07-22,5.0,5.0,5.0,5.0,"Having gone to Ironhack with -1 experience in web development, I learned all the necessary skills to become a software developer and change my career into technology. This includes the most important skill which is to learn how to ""learn"" new material... Read More as technology advances. I must thank the staff for being extremely patient with my lack of experience and transitioning me into a working professional in the tech industry. The classroom environment was very accommodating, comfortable, and intimate where you build relationships with the instructors and assistants, including your classmates. Everyone helped each other during and after classes. Towards the end of the cohort, Ironhack became more of a family to me and will forever be a part of the Ironhack family. Towards the end of the bootcamp, Ironhack provides career services and a career week/hiring fair that prepares students to deal with real companies that are looking to hire candidates. This is very useful in my experience to get better prepared to land a job. Thanks to Ironhack and its staff, I landed my first tech job straight out of the bootcamp during the career week! In summary, if I can do it, so can you!Read Less",Part-time Web Development,Web Development +253337,10828,ironhack,William,False,2018,Career Changer,2019-07-22,5.0,5.0,5.0,5.0,"Having gone to Ironhack with -1 experience in web development, I learned all the necessary skills to become a software developer and change my career into technology. This includes the most important skill which is to learn how to ""learn"" new material... Read More as technology advances. I must thank the staff for being extremely patient with my lack of experience and transitioning me into a working professional in the tech industry. The classroom environment was very accommodating, comfortable, and intimate where you build relationships with the instructors and assistants, including your classmates. Everyone helped each other during and after classes. Towards the end of the cohort, Ironhack became more of a family to me and will forever be a part of the Ironhack family. Towards the end of the bootcamp, Ironhack provides career services and a career week/hiring fair that prepares students to deal with real companies that are looking to hire candidates. This is very useful in my experience to get better prepared to land a job. Thanks to Ironhack and its staff, I landed my first tech job straight out of the bootcamp during the career week! In summary, if I can do it, so can you!Read Less",Part-time Web Development,Web Development +250657,10828,ironhack,Tomas,False,2019,"Great experience, great teachers, an exciting new skill, and great employability program afterwards, game changer!",2019-07-10,5.0,5.0,5.0,5.0,"The UX/UI Design Bootcamp of Mexico was great. I recommend it to anyone. The cursus is rock solid, the teachers are real specialists and so available and dedicated. And the Job search program that follows very intensive and prepares you to maximize opportunity.... Read More For me it was a real game changer. I felt stucked for quite some time, wanted to aquire a new skill and boost my career towards that industry. But I wasn't sure about the investment. But at some pont needed to change something. Well, now i can say it was worth every bucket, specially in Mexico where costs are cheaper than in other places. If you are still hesitating don't. Just go for it!Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +250654,10828,ironhack,Anonymous,True,2019,UX/UI Designe,2019-07-10,5.0,5.0,5.0,5.0,"I was on the UX/UI design Bootcamp in Mexico City.I have to say it has been one of the best decisions i've ever made!They were 9 very intensive weeks, late nights and early mornings, but at the end, the feeling of satisfaction overcomes everything else.... Read MoreTeachers and staff are great! always there to help you and support you.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +250531,10828,ironhack,Doris Santos,False,2019,A good and intensive experience,2019-07-04,4.7,5.0,4.0,5.0,"The Bootcamp at Ironhack was my first contact with code and it was a good and intensive experience!In 9 weeks of bootcamp we went through a lot of concepts and each of us experience a different time of adaptation to develop our mental skills in order... Read More to understand how to code. So some people can learn faster than others and of course, the effort you put into will have a big impact on your progress.It is focused on practical labs everyday and we develop curriculum by doing three big projects.Despite being a Full-stack course I think that we'll be more prepared to be a Front-end developer.By the end of the bootcamp we had a great hiring fair organized by Ironhack, where we met 12 amazing companies in two days.Before the fair we have a preparation for interview questions, technical challenges, and we work on our attitude, pitch and cv to better face the companies.One of this companies made me an offer which I was happy to accepted!Read Less",Full-time Web Development Bootcamp ,Web Development +251551,10828,ironhack,Jon,False,2019,Great foundation for people that are just starting out/ changing careers,2019-06-24,4.7,4.0,5.0,5.0,"Overall I would say The most important thing I learned was ""what"" I needed to learn. Being that the course is so fast paced, you don't spend too much time on one subject. This is actually beneficial because you cover much more ground in a short period... Read More of time. I would say you spend enough time on each subject to get a really good, hands on introduction to it. The environment itself if very conducive to learning. You have absolutely everything you need to be able to stay long hours (which you will) coding. The staff are all extremely friendly and attentive to everyones needs/ concerns. They meet with students individually several times throughout the cohort to make sure you're not falling behind and what (if any) concerns you have. Brito thats in charge of career services is great! He's also very involved from day one and makes sure you have all your stuff set up the best way possible (resume, LinkedIn, Github). The hiring fair is a great chance to practice interviewing with companies and get an idea of what you might need to brush up on. You might even get hired straight from there!Read Less",Full-time Web Development Bootcamp ,Web Development +251564,10828,ironhack,Anonymous,True,2019,Amazing bootcamp to change career,2019-06-20,5.0,5.0,5.0,5.0,"I had a great experience doing the Ironhack bootcamp and would highly recommend it. I ended up with a strong portfolio of seven diverse projects, got to learn how to code (the basics) and had a hiring week to help students find a job after the bootcamp... Read MoreRead Less",Full-time UX/UI Design Bootcamp,UX/UI Design +251489,10828,ironhack,Anonymous,True,2019,Great experience at Ironhack Berlin!,2019-06-19,4.7,5.0,5.0,4.0,"Studying at Ironhack was over all a great experience. The course was very intense and we where presented with new concepts and technologies all the time. This made it a little overwhelming at some points so my advice to anyone planning on doing the course... Read More is to get an idea of what you want to learn and put your main focus on, before starting the course. The teacher and teacher assistants where very helpful and patient so no complaints there.
After the bootcamp I decided to stay in Berlin to find a job. It took me around 2 months to get hired. I applied for jobs every day and had around 10 interviews before finding good match. This process was almost as exhausting as the bootcamp itself :) Most of my class (that Im still in contact with) found a job around the 2 month mark. Ironhack will provide help and guidance when looking for a job but don't expect them to just hand you a job offer, you will have to do the work, but if you do it will pay off :)Read Less",Full-time Web Development Bootcamp ,Web Development +251225,10828,ironhack,José Paulo Rodrigues Nogueira,False,2019,One of the best experiences & decisions I have made in my Life,2019-06-17,5.0,5.0,5.0,5.0,"10 Week Web Dev Boot Camp focused on MERN Stack (Mongo DB, Express JS, React JS & Node JS), CSS3, HTML5 & JavaScript(ES6).",Full-time Web Development Bootcamp ,Web Development +251515,10828,ironhack,Monroe Getz,False,2019,One of the best decisions I've ever made!,2019-06-15,5.0,5.0,5.0,5.0,"I couldn't be happier with my experience at Ironhack. From start to finish it was a truly awesome experience! The workload is extreme and the material challenging but it is a highly rewarding experience were you are rewarded for pushing yourself. Thankfully... Read More the atmosphere is extremely friendly with amenities galore to make yourself more comfortable. I spent most of the course working outside on the beautiful rooftop astroturf patio. My instructor Nico was a very committed teacher who would personally invest in any problems you were working on, help you realize your vision and work with you to find a solution. Anything answers he didn't have, he knew how to find them! In general Nico was great person who was easy talk to and made you feel comfortable throughout the learning process.The curriculum itself is well thought-out and constantly changing. You really feel you are learning whatever technology is the most relevant. It was a frequent topic of conversation how many of us who went to college (even some Computer Science majors) couldn't believe how much more we were learning in such a short time compared to our drawn out struggles with traditional universities. Struggles that ultimately left us feeling unprepared for the real world...and robbed!Ironhack attracts plenty of motivated people who are a pleasure to be in class with. The sense of camaraderie is strong and It feels good to be in deep with the your fellow classmates. We all worked hard together, helped each other out and bonded over struggling with the same difficult sections.Thankfully Ironhack was good about making sure there are some unwinding opportunities. Lisa and Jess did an excellent job of keeping the energy up and organizing much needed stress relief moments that gave everyone an opportunity to unplug, eat some pizza and drink a little beer (or kombucha).Finally Brito is there to make sure we stayed focused on the reason most of us joined the course: To get jobs! Brito helped us prioritize what's important in terms of our future careers. He has tons of extremely useful experience in terms of what companies are looking for when hiring talent. He makes us looks good and gives us pro tips on building out resumes and our Linkedins. Brito also does an excellent job bringing in tech veterans to share their knowledge with us. We've had speakers talk to us about the hiring process, the tech world, problems we may face, and even set up mock technical and soft skill interviews. If you have a specific interest in something in particular Brito will connect you with someone from his MASSIVE and beautifully organized list of tech contacts and Ironhack alum. Brito works very hard and is constantly finding new opportunities for graduates to pursue.Prior to Ironhack I was exhausting myself working as a cook and making next to nothing. As someone who is now happily working as a web developer, signing up for Ironhack was one of the smartest moves I've ever made. It feels great to finally have a career with independence, where my intelligence is rewarded and my employer can see the value I provide daily. For anyone on the fence, I really couldn't recommend Ironhack any stronger. It's worth it.Read Less",Full-time Web Development Bootcamp ,Web Development +251456,10828,ironhack,Joana,False,2019,Hard but worth it,2019-06-07,5.0,5.0,5.0,5.0,"Here, you start as a newbie and they help you develop your skills until you make amazing things you never thought possible. Don't get me wrong: it will be very hard, but it gives you a work rhythm and an ability to absorb things that is very good, and... Read More there it teaches you how to research things by yourself, for when you're out in the job market. Here you learn the technologies that are sought after in the market, and they give you support afte the bootcamp is over, while you're looking for a job.Read Less",Full-time Web Development Bootcamp ,Web Development +251486,10828,ironhack,Natalia,False,2019,UX/UI Design Full-Time,2019-06-07,4.7,4.0,5.0,5.0,"If you want to change your career- GO to Ironhack! If you want to get into the tech world- GO to Ironhack! If you are worried about not having a degree, but still want to lend a good tech job- GO to Ironhack! And simply if you are ready to work hard and... Read More push yourself to the limits- you know- GO TO IRONHACK! This was one of the kind experience. Instructors (David and Niko) are very knowledgable and helpful, always ready go the extra mile if needed. Brito - placement guru will give you best advice on how to get that first (and the most important) job. Don't worry if you have NO tech related EXPERIENCE, the curriculum is flexible and tailored to market needs. You will have a good base to go into the ""real world"" with. It was hard, and challenging but so worth it! I am happy that I have made this decision:)Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +251411,10828,ironhack,Anonymous,True,2019,Experience of a lifetime,2019-06-06,5.0,5.0,5.0,5.0,"I attended web development bootcamp at Ironhack Lisbon. I learnt so much, so fast and had so much fun that I did not want it to come to an end!Great city (sunny 99% time), great campus, great team. Fully recommended",Full-time Web Development Bootcamp ,Web Development +251238,10828,ironhack,Diogo,False,2019,Web dev,2019-06-06,5.0,5.0,5.0,5.0,"Motivating, encouraging and challenging environment. Everyone can grow and push its own boundaries at it space while being given a meaningful path to follow, with the right tool set in hands and a strong support to do so. The program is built in a smart... Read More way for us to focus and questions on the right things. What a smart and complementary teaching team and staff. On top of that, everything is done in a way to feel home, and meet other students and Ironhack team members.Read Less",Full-time Web Development Bootcamp ,Web Development +251177,10828,ironhack,Patricia,False,2019,Amazing bootcamp and team environment,2019-06-05,5.0,5.0,5.0,5.0,"This was my first time at a bootcamp and I can tell you, is very hard but it's an amazing journey.I joined Ironhack with the purpose of grow up in the tech world and become a great developer. The time is short and we have to learn the best we can to continue... Read More this path.I'm thankfull for the oportunitty to do this course. If I had the chance to go back in time I'd do it again.Now I have a Ironhack family to life.Read Less",Full-time Web Development Bootcamp ,Web Development +251458,10828,ironhack,Carla,False,2019,Great Experience on Ironhack' s Lisbon Campus,2019-06-05,5.0,5.0,5.0,5.0,"The Ironhack Bootcamp was one of the wisest choices I have made. It was super intense and I was dead beat when it was over but it WAS worth it.I recommend it to someone who is a career changer, just like me. Since Lisbon is a new Ironhack campus, they... Read More are learning by doing(as we are) and we were the first Bootcamp for Web Development.We finished the Bootcamp with three projects we can show around to employers and after a hiring fair which I believe is one of the strongest points of Ironhack, compared to other Bootcamps I've heard about. THey are really committed and they stay on top of the students even after the Bootcamp is over to make sure everyone is already on the way t a life as a developer!I recommend the staff, which is amazing and always worried about getting the most out of the students and the program. They are caring and listen to our worries. They really put their hearts into it. For a more complete feedback of my experience I wrote a couple of medium articles, on how were the first weeks and some of the projects:https://medium.com/@carlarsmendes/my-path-towards-web-development-686151bafba6https://medium.com/@carlarsmendes/the-two-weeks-of-the-bootcamp-and-the-first-project-432df4fc27d2https://medium.com/@carlarsmendes/the-second-project-of-ironhacks-web-dev-bootcamp-76b1d6f7daeeRead Less",Full-time Web Development Bootcamp ,Web Development +251464,10828,ironhack,Guilherme Carmona,False,2019,Ironhack - best in Lisbon!,2019-06-05,5.0,5.0,5.0,5.0,"My experience at Ironhack was intense, with thankfully more ups then downs, and I leave confident that I'm ready to start as a Junior Web Developer in the market.The first weeks were certainly very overwhelming for me, who never seen nothing regarding... Read More code until starting to study the ""pre-work"" that we had, weeks before the Bootcamp even started. The team informed us about the intensity and the challenges we would face, and they were very right! However, they were always following us to let us know we were not alone. The idea to have projects at the end of every module is great to solidify our knowledge and give us confidence that we can built awesome stuff, as well as start working on our portfolio and have something to tell recruiters when the time comes.The teachers were very supportive and pushed us a lot during classes, in a way we had to face every challenge ahead of us, but knowing that we would have great people to support us. One of the main focus of the Bootcamp is to get us ready for the market. We had several different workshops about building our CVs and LinkedIn profiles, practicing for regular and technical interviews and great opportunities to visit companies and see offices and developer teams in action. It is something really interesting that hyped us to get out there and start applying for jobs!Overall, those were 10 weeks that changed my life. It changed my way of facing problems, working in teams, dealing with pressure, organize myself and gave me many tools to work as a web developer, with technologies and languages that are up to date with what the market asks.I would definitively recommend this experience for those who are ready to invest time and effort to change their careers and get into this world.Read Less",Full-time Web Development Bootcamp ,Web Development +251383,10828,ironhack,Nele,False,2018,Incredibly experience at Ironhack Berlin,2019-06-04,5.0,5.0,5.0,5.0,"At some point I felt very stuck in my old job. So I decided to try to teach myself how to code in my spare time. Even though it was a lot of fun, I felt like I learned a lot I had the feeling that I was lacking some kind of mentorship. That was when I... Read More came across Ironhack Coding Bootcamp.Ironhack was an amazing experience. It’s incredible how much we learned in those 9 weeks.I basically started with very little previous knowledge about coding and learned enough to be able to change careers. I’m not going to lie, it has been the most challenging 9 weeks of my life. So prepared, it won’t be easy. But if you’re motivated and able to push yourself, you can get a lot out of it. And even though you might be frustrated or stuck, there is always somebody around to help. The staff is amazing and everybody was super nice and patient. It’s an intense experience and you most probably will feel overwhelmed by the mass of information at some point, but also we had a very supportive environment in our class.If you’re looking for a career change Ironhack is the perfect place to achieve that.Read Less",Full-time Web Development Bootcamp ,Web Development +250846,10828,ironhack,Natasha,False,2019,Amazing experience,2019-06-03,5.0,5.0,5.0,5.0,"After a long research, I decided to join the first web dev bootcamp of Ironhack in Lisbon in March 2019. It was the best choice I could've made, not only because I had great teachers and fellow students, but also because the curriculum they offer is definitely... Read More the best among the bootcamps in Portugal. If you're searching for a life-changing experience, learning by doing and entering the job market knowing that you have learned the trendiest technologies, I highly recommend investing your time in this bootcamp.Read Less",Full-time Web Development Bootcamp ,Web Development +251424,10828,ironhack,Helene,False,2018,This changed my life,2019-06-01,5.0,5.0,5.0,5.0,"I can highly recommend this course to anyone who wants to get there skills to the next level. I used to work as a freelancer, doing projects on the same level over and over. The WebDev-Course changed my life and I instantly got my investment in this course... Read More back. Within 2 weeks after completing the course, I got a position as a fullstack developer offered, with an above average salary and now I am part of an amazing team. Using my skills gained at Ironhack and at the same time expanding my knowledge in my every day.Read Less",Full-time Web Development Bootcamp ,Web Development +251407,10828,ironhack,Roberto Konanz,False,2019,Awesome Experience!,2019-05-30,5.0,5.0,5.0,5.0,"The Web Development bootcamp at Ironhack is a very challenging yet rewarding program. I had some professional experience with front-end development before Ironhack, but was completely unfamiliar with the MERN stack. Our instructor, Niko, did a great job... Read More during the 9 weeks; answering all of our questions and helping us when we got stuck. The course is very hands-on and project oriented. You start with basic HTML/CSS and then move on to Express.js and React.js. Students build a portfolio which they later showcase to potential employers. Once you graduate, Ironhack helps you find a job with their Career Services program. Daniel Brito is the man and helps you with everything; from what to wear to the interview, to how to correctly format your resume. With his guidance and a portfolio the opportunities are endless!If you are looking to transition into technology I recommend this program!Read Less",Full-time Web Development Bootcamp ,Web Development +250821,10828,ironhack,Rémy,False,2019,Being part of an amazing family,2019-05-24,5.0,5.0,5.0,5.0,"The Ironhack journey was one of a kind! The Ironhack team, the teachers, and the teacher assistants provided great support and so much dedication to our success.I feel like I am now part of a new family. The classmates were very supportive of each other,... Read More we exchanged knowledge, good time and good laughs. I learned the latest technologies and frameworks, as well as web development good practices. Whether you want to change your career or pursue your web development journey, Ironhack will be your number one ally.Read Less",Full-time Web Development Bootcamp ,Web Development +251122,10828,ironhack,Eddie,False,2017,Web dev bootcamp in Berlin,2019-05-23,5.0,5.0,5.0,5.0,"I recently completed a web dev Bootcamp in Berlin. My experience with the Bootcamp was amazing. I found the teachers, TAsa and the staff really helpful. I have learned so much in such a short period of time. I highly recommended for people who are interested... Read More in this field and looking into changing their career. (A little tip for the Bootcamp: study basic javascript, HTML, CSS as much as possible before the Bootcamp! It would really help you to learn more advanced stuff)Read Less",Full-time Web Development Bootcamp ,Web Development +251294,10828,ironhack,Samanta Boero,False,2018,An incredibly rewarding experience,2019-05-22,5.0,5.0,5.0,5.0,"I did the full-time web development bootcamp in Berlin in October and I couldn't be happier. The curriculum is divided into three modules, each focusing on a different aspect of building a full-stack application. At the end of each module students need... Read More to present an app implementing the learnings from that module. Once the bootcamp is over, there is also a hiring week for students to meet companies looking for Jr. developers. Throughout the 9 weeks, there is a lot career development support and relevant talks about working in the tech world. Admittedly the day-to-day can get a bit overwhelming but the Ironhack staff (both teachers and other functions) are super supportive and fun, making it a lot easier to manage. Overall, the human quality of everyone around you makes you enjoy the experience even more and you gain a new family with whom you share something really special.Read Less",Full-time Web Development Bootcamp ,Web Development +251112,10828,ironhack,Jack R. Fischer,False,2019,Best Career Services,2019-05-13,5.0,5.0,5.0,5.0,"I came to Ironhack with a little previous programming experience in both Java and JavaScript, so I knew what I was getting myself into. Ironhack's tech stack (MERN - MongoDB, Express, React, NodeJS) is modern and frequently used in the industry.The staff... Read More was nice and the classroom environment was good for learning. Niko, our instructor, knows his stuff. The real difference, however was in the Career Services. Our Career Services manager, Brito, was excellent! He setup and managed the hiring fair with 20+ companies, some large and some small.Without the career services, I wouldn't be where I am today - a Front-End Web Developer at Carnival Cruise Line!A big thanks to Niko, Brito, Alex, Jess, Lisa, and every Ironhacker that made this bootcamp possible!Read Less",Full-time Web Development Bootcamp ,Web Development +251044,10828,ironhack,Victoria Hickam,False,2019,"I have a CS degree, & this was still the best thing I’ve ever done",2019-05-10,5.0,5.0,5.0,5.0,"Unlike many bootcamp grads, I graduated from college with a Bachelor of Science in Web Programming and Development, and I also studied Computer Science for three years while in college. However, upon graduating, I felt like I didn't have all of the skills... Read More that I need for the real world based on what all of the job descriptions I wanted to apply for said. Because of my computer science and web dev background, I was a little skeptical of if a bootcamp would really be beneficial for me. BUT..... IT WAS THE BEST THING I COULD HAVE DONE. Ironhack's curriculum went hand-in-hand with the skills that job descriptions said I needed. I leanred the most relevant skills and technologies, and even more important, I learned how to APPLY these skills and actually built multiple projects on my own from them. This is all due to Ironhack's spot-on curriculum.My instructor, Niko, was amazing. He was approachable, engaging, and above all, extremely helpful. He knew his shit. Any problem or question we had he could figure out. Niko doesn't just want you to learn the tech skills and the coding, he wants you to enjoy it. Nothing but great things to say about him.The career advisor, Brito, was also AMAZING. You are Brito's number one priority, and he will work day and night until everyone form your class gets hired after graduation. Brito has, quite literally, hundreds upon hundreds of tech connections in South Florida. If you're in tech, he knows you. Because of this, he has the right connections to help you find that perfect job. Work hard to be top of your class and he'll be sure that when new positions open at companies, they see your name/resume first. In conclusion, if you're debating enrolling in Ironhack, DO IT. I learned so much and companies were really impressed while interviewing. I'm now an interactive developer at a kickass company.. which I was hired at one week after graduating. I couldn't have asked for a better first job, and I owe it all to Ironhack.THANK YOU IRONHACK, THANK YOU NIKO, THANK YOU BRITO!!!!!Read Less",Full-time Web Development Bootcamp ,Web Development +250789,10828,ironhack,Ric Taglietti,False,2019,Building a solid foundation ,2019-05-08,5.0,5.0,5.0,5.0,"I started Ironhack with very basic knowledge of web development and coding and left with a solid foundation on which I plan to continue building on. With the help of supportive staff and a well structured curriculum you will learn A LOT in two months,... Read More provided you put in the extra effort to really drill down the concepts during and after class.The course covers the most up to date technologies to ensure we learn skillsets the job market is searching for. The Placements Manager, Brito, did an excellent job preparing us for the job search and puts a lot of effort into getting students that first job after Ironhack.Read Less",Full-time Web Development Bootcamp ,Web Development +243894,10828,ironhack,Guilherme Davi Gomes de Lima,False,2018,Muito mais do que eu esperava!,2019-04-23,5.0,5.0,5.0,5.0,"Sou formado em Rádio e TV e venho querendo mudar de carreira faz tempo. Queria algo rápido e mão na massa. Um amigo desenvolvedor me deu dicas sobre como entrar na área, e ai surgiu o bootcamp da Ironhack de Web Dev. O curso foi mais do que eu esperava!!... Read More Javascript é a linguagem mais usada atualmente e por isso escolhi a Ironhack. Gostei muito do ensino, metodologia, professor e fiz muiiitos amigos.Read Less",Full-time Web Development Bootcamp ,Web Development +247723,10828,ironhack,Matthew Keil,False,2019,Career Services (aka Brito!!) is A+++,2019-04-16,4.0,4.0,3.0,5.0,"My story is similar to many Ironhackers. I had a decent career prior to taking a long sabbatical to travel. I taught myself the basics of coding but breaking into the development world, as a self-taught Jr Developer, can be difficult. My time at Ironhack... Read More taught me how to polish my portfolio, create a winning LinkedIn profile and how to approach finding a job in the “real world.” It worked great! I was busy getting my development environment set up for my new job as we were trying to finish our final projects. Needless to say it was rewarding. Tiring, but rewarding. My teacher was new to teaching so I will give him a lot of slack for understanding, teaching style, preparation and professionalism. Being able to self-teach and research documentation are both important skills so learning that is critical anyhow. I’m all about self improvement and learning new skills but when it comes down to it, it’s about getting work. Ironhack delivered. As a note: The hiring network tends to be local to the school so choose a location in a market that you want to work in. The career fair that Brito put together was unbelievable. There was a feeding-frenzy of local companies (20+) looking to hire in a well orchestrated event. The companies ranged the gamut from Citrix and Royal Caribbean to small startups. Ironhack campuses are all over the world so there is bound to be a place for you to enjoy, while you get your foot in the door of the dev world. Once you get your first dvelopment job it is much easier to find another position that is in another market. Bottom line, if you do your best, know how to learn and stay focused you will both enjoy your time and end up getting work. I want to thank the whole Ironhack team and also want to thank Brito personally. He was a pleasure to work with and a HUGE help!!!Read Less",Full-time Web Development Bootcamp ,Web Development +247688,10828,ironhack,Susana Binder,False,2019,Changing careers with Ironhack,2019-04-08,4.7,5.0,4.0,5.0,"In October 2018, I decided to enroll in the full-time UX/UI App Design bootcamp at Ironhack with the goal of making a definite career change. This decision was so good on so many levels:The course has been extremely challenging and at the same time extremely... Read More rewarding.I've managed to deepen and broaden my UX and UI know-how. I've been very lucky with my cohort and have met exceptional human beings.We've had a load of fun with our teacher Nevan Scott and TA's Elise, JJ and Héctor.You can read more about it here: https://medium.com/@susanabinder/i-went-to-ironhack-and-all-i-got-was-not-this-lousy-t-shirt-bb7049071af5Ironhack put a lot of effort and dedication into making us feel at home, get us to learn our stuff, have fun...and finding a job.Once we finished our course, we had 1 week of career services working on LinkedIn, CV, pitch, cover letters, interviews, .....with Gemma Garriga. Really good work!And I don't lie if I say that for the 1st time in my life I feel really, like really, prepared for the next professional step I'm about to take!Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +246095,10828,ironhack,Anonymous,True,2019,UX/UI Bootcamp IronHack Barcelona,2019-04-04,5.0,5.0,5.0,5.0,"As a designer, I wanted to boost my skills in UX design. The Bootcamp did it. It was an awesome experience. It was hard, really hard, but I learn A LOT!!! And found SUPER nice people. And the staff, Ta's and teachers are simply GREAT! Highly recommended.... Read MoreRead Less",Full-time UX/UI Design Bootcamp,UX/UI Design +246093,10828,ironhack,Pedro Nicolás Figliozzi,False,2019,My new home during three month,2019-04-03,5.0,5.0,5.0,5.0,"I have a background in Software Industry. I needed to boost my career. So I wanted to have the time to work in projects to get really deep in UX-UI. The experience wasn't only successful. Ironhack also give me a really nice place, with really nice people... Read More to share during the 10 weeks of the bootcamp. I can say that's become like a home, where I could stay comfortable and grew as a professional.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +246916,10828,ironhack,Alexis Zambrano,False,2019,Magnificent Bootcamp,2019-04-02,5.0,5.0,5.0,5.0,"From day one to the last, the UX/UI Bootcamp at Ironahck Barcelona succeeded my expectations, a lot. I come from a background in architecture, and I thought -no way this could be more intense than studying architecture-, but I was wrong. It was an immersive... Read More experience from the very beginning, but so rewarding after all. The teacher was splendid, the TA's were always there to help, and the best part, my classmates: people from all over the world whom I now consider my family. I finished the Bootcamp two weeks ago, and I can strongly recommend it to anyone trying to switch careers or get involved in the tech world. For me, it has been an awesome trip that is already paying back. Totally worth the experience.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +246333,10828,ironhack,Nunnapat Chiralerdsitthikhun,False,2019,Awesome experience Web Development Bootcamp (Full-Time),2019-03-30,5.0,5.0,5.0,5.0,"Ironhack in Miami is the best Bootcramp changing my life. I learn JavaScript, React.js, Express.js, Node.js, MongoDB, HTML,HTML5, CSS, Bootstrap, jQuery and i have 3 project for my portfolio. Ironhack staff they are amazing so nice and friendly every... Read More body work there they are like a familly culture and my teacher is so nice and kind his alway do his best to help me out with the part i don't understand. On career week and hiring fair is really good experience for me all the company came looking a new web devoloper they are very professional and friendly.Read Less",Full-time Web Development Bootcamp ,Web Development +247475,10828,ironhack,Claire,False,2019,Invaluable training UX/UI ,2019-03-13,4.7,5.0,5.0,4.0,"I'm ready to start working as a UX / UI Designer.Before beginning the Ironhack bootcamp, I knew precious little about UX and UI. I'd done some preliminary research on my own (thank you Coursera free online classes), and had muddled through the pre-work... Read More assignments. But I was basically a blank slate. I just wanted to learn, and begin my new career.Ironhack gave me just that. This is an INTENSE program, make no mistake about it. I often arrived early and stayed late (sometimes until 10pm) - I think that made a difference. But the entire ambiance of Ironhack encouraged me to do my absolute best and give my all - so I did. And it really, really paid off.The bootcamp starts a bit slow, with a couple theory-heavy weeks. However, everything always comes back to hands-on activities, which made it so the information you learned stayed in your head. The three projects we completed during the course of the bootcamp instilled what we'd learned again, and again, and again... I know there's still a lot to learn but I feel ready, ready in a way I would not have without Ironhack.A couple tips:- do the prework exercises. Seriously. If what you want is to get the most out of this bootcamp, this plays a HUGE role in hitting the ground running. Start off ahead of the game, not behind.- don't be afraid of staying late. This is 8 weeks of hard work with a treasure at the end ... or it can be 8 weeks of slacking off and wasting time. It is entirely what you make it.- Speak up in class. If you're confused, ask. You won't find teachers more open to questions and explanations than those at Ironhack.- Share your experiences with your peers. Everyone has different specialities coming into the program. Use your peers - and welcome their questions as well!This program is 100% worth every penny.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +245250,10828,ironhack,Henrique Mendes,False,2019,Best academic experience ever!!,2019-03-12,5.0,5.0,5.0,5.0,I came to Ironhack with almost ZERO knowledge about web dev and I am amazed with my development in only two months. One of the most disruptive experiences in my life. I also feel like i am at home inside the school. Everyone is so warm and friendly and... Read More our teachers are amazing!!I strongly recommend this experience for anyone who intends to enter in this amazing world of technology. You'll be amazed with what you are truly capable of! :-)Read Less,,Unknown +247031,10828,ironhack,Fareaha Isnin,False,2018,Web Development Bootcamp (Full-Time),2019-02-27,4.7,5.0,5.0,4.0,"If you are looking for a quick and efficient way to learn web development, Ironhack is a perfect place to go to. After only few weeks, you know what JavaScript, Node.js, React.js, Express, MongoDB, Mongoose and much more. You will learn to work in pairs... Read More or group and learn how to code effectively. I already had some knowledge about the taught topics prior to the bootcamp - that helped a lot as the course is really intense - but I still needed to consolidate my skills, acquire new ones and focus full-time on coding. Not only did the bootcamp match those expectations, it also allowed me to land my dream job in little more than a month since graduation and it was a great investment for my future.The facility was amazing with multiple different areas to work on projects and networking events. The staff was also always friendly and available to you at anytime. You will meet various people around you, made new friends which will turn to colleagues and a great network to top it all off.I will not deny that it will be hard and intense and even with the career fair after you still have to do your own search as you will work with the company and you need to feel comfortable with them. Do not hesitate to write to them or go for their events/meetups just to get to talk to the current students/alumnis who are always down for it.Read Less",Full-time Web Development Bootcamp ,Web Development +247000,10828,ironhack,Yamil Santana,False,2018,Awesome Experience,2019-02-26,5.0,5.0,5.0,5.0,"I have always wanted to start a career in tech but wasn't sure how to start until I found Ironhack. After months of research, I decided to do a 9-week bookcamp in UX design at Ironhack in Miami. This program gave me the tools I needed to go out there... Read More and start searching for a job as a designer. Coming from a hospitality background It wasn't easy, It was very challenging, to the point that I felt once or twice like walking out. However, I followed through the whole program and was totally worth it. The facility was amazing, open 24 hours for students with multiple different areas to work on projects and networking events. The staff was also always friendly and available to you at anytime. If you are looking for a career change or learn more about UX or even Web Development I highly suggest considering Ironhack as your first choice.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +246949,10828,ironhack,Geoffroy Baghdassarian,False,2018,Web Development Bootcamp (Full-Time),2019-02-20,5.0,5.0,5.0,5.0,"About MeI worked in a tech company where I started to do basic coding (VBA). It peaked my interest, so I began learning on my own by taking courses online. I realized I loved it and needed to quit my job to learn and deep dive in it. I chose Ironhack... Read More because of the very up to date courses they have (React, Node.js). The BootcampIt is very intense but also very fulfilling! You learn a lot from 9 to 7pm for 9 weeks and even more during project weeks. If you want to do it, be prepared to dedicate 100% in it. The bootcamp is seperated in 3 modules where you have 2 weeks of lessons+exercises and 1 week of project. It is crazy what you can achieve doing in some little time!TeacherOur teacher (Nizar) was great on all aspects: very knowledgeable with great teaching skills. It was a pleasure to be in his class and he is key in the bootcamp's success.How they help you find a job?At the end of the course, there is one week of meeting with companies of all kind : startup, consulting, bigger companies,etc. It is a great first touch with people from HR and developers in the companies and a good opportunity to show your projects and settle for a next interview. Ironhack helps well to prepare for this exercise (pitch practice, CV, etc). After the bootcampAfter Ironhack, finding a job is a full-time job. You need to code everyday to keep up with what you have learned and also apply to companies, take coding tests, etc. I applied to more than 10 companies and received 2 offers. I needed also to learn extra stuff we didn't have the time to learn in class (more related to general knowledge). I got hired 1 month after. Now starts a new challenge...ConclusionIf you want to become a developer, start a company or just learn how to code and build applications, I strongly recommend Ironhack. But it also means hardworking and putting in a lot of energy during 9 weeks. But it is worth it!Read Less",Full-time Web Development Bootcamp ,Web Development +246948,10828,ironhack,Jaime,False,2018,One of the best experiences in my life,2019-02-20,5.0,5.0,5.0,5.0,"I will be honest: joining Ironhack was the best decision in my life. After studying psychology in Madrid, I decided to join this bootcamp in Miami to guide my life towards coding. I just wanted to find a job where I could code 24/7. And, thanks to Ironhack,... Read More I found it. It really works! It does not matter your background. Nevertheless, this is not magic. You have to work, A LOT. But that's a good part too!It is a very complete bootcamp (I did the Full Time Web Development). They teach all the frontend basics (HTML, CSS and JS) and a lot of useful backend tools as well (Node.js, MongoDB, Mongoose...). Also, they focus on React, that is the top 1 technology for frontend developers. About the staff, they are really amazing! Also the building is very cool; they have free beer (that is always a plus).And, about my classmates, they were simply amazing. Being in a place for 10 hours a day with other people that share the same passion as me... that is priceless. So, in summary, Ironhack was one of the best experiences in my life. And, for sure, I would do it 100 times more if I could go back in time. And I can assure you that it works. I am right now writing this review from my office as a Frontend Developer in one of the biggest internet companies in Europe.Read Less",Full-time Web Development Bootcamp ,Web Development +247211,10828,ironhack,regis magnier,False,2018,Awesome experience,2019-02-17,5.0,5.0,5.0,5.0,"When I was looking for a way to change my career I remember reading something like ""Ironhack is a life changing experience"" in a review.3 months later this apply to me. This experience changed my life the the way I wanted to. Every expectations I had... Read More were met and even more.After 9 weeks you are able to code and build an app using the MERN stack (Mongo, Express, React and Node) and learn by yourself what will make you a good developer. And also to find a job and begin your new carreer.Everything is put in place to help you to succeed: from the main teacher (a high skilled, always helping, pedagogue and friendly guy) to the carreer manager (a high skilled, always helping and friendly woman), the working environment (a 24/7 office with an astonishing rooftop including coffee, tea, drinks, comfortable working areas ...) ...I've met a lot of interesting people, made good friends, created a large and solid network and on the top of it: found the job I dreamed about.It's hard, it's intense (you will do nothing else but learn and code) but it is worth it. Do not hesitate to go there and meet people during an event they are organizing.Read Less",Full-time Web Development Bootcamp ,Web Development +246852,10828,ironhack,Laure Artiaque,False,2018,Amazing experience with Ironhack !,2019-02-14,4.3,4.0,4.0,5.0,"Thanks to Ironhack, I was able to complete my skills, particularly in User Experience Design. Ui designer, this training also challenged me. A real challenge of 9 weeks surrounded by competent teachers, passionate and determined to lead us to success.... Read MoreMy class was just outstanding, creative with people from different backgrounds with very rich experiences. These 9 weeks were spent in a creative, professional, good mood and daily cares. We are all in touch today!Ironhack is one of my most fabulous experiences in my professional life. It allowed me to go further in my projects, to gain confidence in myself and to dare! Today I do not hesitate to defend my projects with customers because I fully believe that the method that Ironhack has taught us is the best.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +246999,10828,ironhack,Chloé Hipeau-Disko,False,2018,Great experience at Ironhack!,2019-02-14,5.0,5.0,5.0,5.0,"If you are looking for a quick and efficient way to learn web development, Ironhack is a perfect place to go to. After only few weeks, you know what JavaScript, Node.js, React.js, Express, MongoDB, Mongoose and much more are... And you don't only learn... Read More how to code but also to work in team and work with pair programming that are also good skills to have in your future. The staff in Ironhack is nice and very helpful. You'll have a good environment to work in and for the days you're struggling, there is always someone caring and to whom you can speak. On top of it, during a bootcamp, you meet people in a very intense moment of your life. These people have the same interest than you, so you make lots of friends and you begin your professional new life with a good network. If you hesitate to enroll in Ironhack, go to meet the team and the students during an event and you will be convinced! :)Read Less",Full-time Web Development Bootcamp ,Web Development +245366,10828,ironhack,Sagy Mizrahi,False,2018,Found a job immediately,2019-02-12,5.0,5.0,5.0,5.0,"Ironhack was an excellent experience. It is very intense - I thought at first they were exaggerating or trying to scare me, but it really was very difficult to keep up with all the materials. Then again I suppose it's necessary if one really wants to... Read More become a developer in such a short time. There were many exercises but no tests - it's not like the academy. The only test is if you can find a job or not afterwards, and I'm super happy to say I found a job right away. Thanks Iroonhack. Proud and happy to be a part of your graduate community. :)Read Less",Full-time Web Development Bootcamp ,Web Development +245995,10828,ironhack,Corrado,False,2018,Awesome experience that helps you reach your goals in a timely manner,2019-02-08,5.0,5.0,5.0,5.0,"Ironhack is something that changes you forever. I know it's hard to believe it but I'll do my best to explain my point of view.I joined the full-time web development bootcamp to make a career change and it was a complete success: I went from being an... Read More engineer in another country to being a web developer in France in a matter of months!I already had some knowledge about the taught topics prior to the bootcamp - that helped a lot as the course is really intense - but I still needed to consolidate my skills, acquire new ones and focus full-time on coding.Not only did the bootcamp match those expectations, it also allowed me to land my dream job in little more than a month since graduation and it was a great investment for my future.The course structure is great and each module focuses on a key aspect: it helps keeping things that simple. Also the technical stack is modern and highly valuable in the job market; you learn JavaScript and then use it in the backend and in the frontend; I think it's a smart choice and you can have so much more practice using always the same language.If I had to highlight just one aspect of the bootcamp, it would be working on the 3 projects with other students: it really helped shaping us as developers and working with people with so diverse backgrounds - but with the same objective in life - was the greatest learning and working experience I've ever had.Thanks to the topics covered during classes, which were always engaging and featuring what you really need to know, we were able to progress really quickly. The instructors and teaching assistants were extremely helpful and they always strove to make everything as smooth as possible for all the students.Pair programming and exercises were a daily task and they allowed us to discover many topics and real life workflows in software development.However a lot of effort is required to stay on track: only passion and commitment will drive you through the 9 weeks, so be sure about your objectives and dreams. If it checks for you, then you'll be a perfect match.Also the career services were a great asset to me: I have learnt all you need in order to find the right job. We met several professionals in the sector during the whole course and the hiring fair was a blast! We met 14 companies (and some of us were hired by these very companies) in 2 days and it was the best training I could have asked for all the following interviews.However I think that the course materials (written lessons and exercises) still need some improvement: as technologies evolve so quickly, it's hard to keep all the materials up to date. I don't think that this issue was a limiting factor for the bootcamp at all but I'd like to be honest about it. Also a major revision of the contents is in progress, so I wouldn't worry too much about it. Moreover Ironhack keeps growing and evolving so it can only get better with time.On a final note, the location and the people you meet there are amazing and you'll definitely want to stick around every day.I hope this review can be useful to other people as I've tried to cover some of the topics that concerned me before joining the course. Finding out that such a short formation can bring so much value was the greatest surprise to me and I can't recommend it enough to people who are committed to changing their life.Read Less",Full-time Web Development Bootcamp ,Web Development +246788,10828,ironhack,Eddie,False,2018,IRONHACK GREATNESS,2019-02-07,5.0,5.0,5.0,5.0,"I am originally from Miami but I decided to make a 180 career change from two different sectors and also get a change of scenery so I decided to do Ironhack overseas in Europe. Ironhack has been more than what I hoped it could ever be. The Spain Staff... Read More was more than welcoming and every lesson was understandable and to the point. You will stress a bit during this course but it wouldn't be a boot camp if you didn't right? more than this, they help you shift the way you think, the way you think of code logic and overall help you grow as a person. I went in as a stranger and left with a sense of family with my whole class. We still speak to this day even if I'm a sea away. I was a bit skeptical about coming back and doing the hiring week in Miami since I didn't know the Ironhack students here or the companies coming and then I had the chance to meet the business development manager (Daniel Brito) . He could have not made this transition any easier for me. Really, he was always available to answer my questions and was able to integrate me with the graduating class in Miami at ease and managed a hiring fair that was well done and fun. I had a job offer as a software engineer less than a week after that hiring week. To anyone looking to have a career in software developing or web design ... IRONHACK is where you need to be.Read Less",Full-time Web Development Bootcamp ,Web Development +246773,10828,ironhack,Ross Gravitte,False,2018,Ironhack full time web development program,2019-02-06,5.0,5.0,5.0,5.0,"I joined Ironhacks full-time web-development program because like most students - i was looking to make a career change and saw the great reviews that ironhack had received. The experience i had certainly lived up tot the expectations i had based on the... Read More reviews. The campus is very nice - they provide food/coffe and all the necessities in dedicating 9 hours of your day 5 days a week there. The entire staff is very helpful and friendly. They also host networking/social events for students and people within the industry.The ciririculum was on point as well - broken into three sections you learn everything including JavaScript, HTML, CSS, Express, React, and various JavaScript libraries as well. They base the cirriculum on the current demands of companies who are hiring developers. Everything taught is relevant and practical.Where Ironhack excels the most is the most important part of joining an extensive program - job assistance. Daniel Brito is responsible for assisting students in the job hunt after graduation, and he goes above and beyond in doing so. In my first week he held one on ones with every student and he mentioned that if you do everything that he tells you then you will be successful in finding a job. He lived up to that promise as i was able to find a job within 2 weeks of our hiring fair. He is extremely well connected when it comes to the tech space in south florida. Our hiring fair had many reputable companies who were actively hiring. He continues to communicate and help once the hiring fair is complete. All in all - i had a fantastic experience at Ironhack, and if you are looking to be employed shortly after an extensive program, i highly recommend it.Read Less",Full-time Web Development Bootcamp ,Web Development +247478,10828,ironhack,Alice Chou,False,2018,Ironhack UX/UI Full-Time Miami,2019-02-04,4.0,4.0,3.0,5.0,"I completed the UX/UI full-time program in Miami, FL in 2018. I did a lot of research, soul-searching, and self-teaching prior to the program. In general, I had a positive experience with the program, but it has its share of pros and cons, and would benefit... Read More some more than others.One of the best parts of the program is the classroom/workshop setting. It was challenging to make much progress learning on my own despite having several friends who are already experienced UX designers. The opportunity to connect with others who are also looking to break into the field, share ideas and learnings with them, and build a portfolio alongside them, was invaluable. The other is the job placement support. At the end of the program, students are able to attend a hiring fair, which is like speed-dating with companies for jobs. That in itself is an amazing opportunity for new designers. Additionally, the outcomes manager, Brito, is a fantastic resource. He is well-connected in the industry within South Florida and readily available to provide guidance with your job search. That said, if you aren't looking for a job in South Florida, then I'm not so sure that Ironhack Miami would be the best program for you -- I would definitely recommend a program that is local to wherever you want to begin your career.I also really appreciated the instructor, David Fast. He is super knowledgeable and a great mentor. I always got tons of insight whenever I had a 1:1 with him. However, even in my class of only 11 students, this was a rare and often rushed occurrence. In one instance, I was scheduled to meet with David last, and then my meeting never happened. I wished the program were better structured to allow all students an equal opportunity to meet with their instructor regularly.We also had a high churnover of TAs, and some were more helpful than others.The curriculum could also be improved. It was very high-level and theoretical -- a lot of content that we could have easily read about on our own. Sometimes we just watched a YouTube video in class -- it boggles me that I am paying tuition, commuting to class, and spending class time to watch something I could have streamed at home. I'd rather class time be spent on learning ""tricks of the trade"", things that would boost our skills and portfolio, things that we could readily transfer to the workplace. Not things that I could easily Google or watch on YouTube.The program manager, Jessica, is super personable and resourceful. I appreciated her effort to provide opportunities for us to work with real companies for our final project. Although I was very excited by the idea, ultimately I passed on the opportunity because the options available were limited and did not align with my learning or portfolio goals. I know that some of my classmates had less than positive experiences working with these companies as well. I think this is one area where, if improved, could make or break my recommendation of the program to others.Finally, I don't think this program is for everyone. I think either the interview process or the pre-work or both could be a bit more rigorous to set the right expectations. As an example, if you were to ask the Web Dev students why they enrolled in their program, 99% of the time they would say it's because they love coding. But if you asked the UX students the same question, you rarely hear that it's because they love design or product. I think Ironhack could better screen prospective students and help them be sure that this is the right step for them. I hope this review helps and provides some food for thought!Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +246738,10828,ironhack,Lindsay Wilson,False,2018,I came in with no programming experience and got the job I wanted,2019-02-04,5.0,5.0,5.0,5.0,"I was super impressed with the quality of this course. In short: very dedicated teachers, tons of support, weekly feedback surveys (where they actually take your feedback into account!), and lots of perks like networking and informational events, free... Read More beer, coffee, AWESOME people, etc. What I came in with:My background is in Linguistics and Media Design (graphic and web design), and I decided to expand on my web design skills by actually learning how to build websites. I'd had a little experience coding in HTML and CSS before I started the course, but had no programming experience and only a little knowledge of how the internet works. The bootcamp really kicked my butt!! It felt the entire time that I was not keeping up as much as I'd have liked even though I was spending every waking hour learning as much as I could (i.e.: reviewing on the trains to and from the course, staying late to finish exercises, learning on the weekends...). I found that this was a pretty common feeling for a lot of people in the course, so you build great connections and help each other along the way. It was also essential that the teachers were so dedicated and supportive. It was my first introduction to how social coding could and should be.In the end, even though a lot of the content was over my head throughout the course, I found that I'd learned enough to land the software developer job I'd had my eyes on since before the bootcamp. I'll be working in various languages, so showing my newly-gained knowledge of Javascript was enough to prove that I will be able to learn and work in other programming languages as well. Advice for anyone starting the course (especially if you have no programming experience like me!): Do yourself a favour and spend as much time as possible with the pre-work! I wish I'd spent more time with the Javascript part, it ended up being harder than I'd expected to wrap my head around the basics and I kind of ran out of time before the course started. I'd recommend even supplementing the pre-work with tutorials so that you really have a good grasp of the basics that are introduced there. There are lots of great tutorials online, free and paid, I learn really well with teamtreehouse.com for example.It's been said a lot already, but it's totally true: work hard, don't give up, trust the process, and stay curious. It's ok to feel dumb, I promise! I did for most of the course and still got the job I wanted. You can totally do it!!Read Less",Full-time Web Development Bootcamp ,Web Development +246673,10828,ironhack,Rustam Samigullin,False,2018,Web Development Full Time (Miami),2019-02-01,5.0,5.0,5.0,5.0,"I joined IronHack on October 22nd. Today is Jan 31st and I already have a job as software developer.Friendly IronHack staff helps you to build several skills, not only programming. Most important ones were job hunting, interviewing skills, and of course... Read More JavaScript. These 3 can easily help you to land your first job in tech. Building provides several types of coffee, amazing roof top, BEER after 5pm if you are 21+.So, for just 2 months I got what I was hunting for. I would recommend IronHack everyone who is looking for career change!Read Less",Full-time Web Development Bootcamp ,Web Development +246712,10828,ironhack,Maria Sabando,False,2018,UX/UI full time bootcamp (Miami),2019-01-31,4.7,5.0,4.0,5.0,"I did a lot of research before joining Ironhack and while there are courses out there that teach similar content and/or the information is open sourced it is not being taught by a UX professional like David Fast. He presented the information in a clear... Read More manner and incorporated examples that resonated with the class. Most importantly at Ironhack you learn by doing, so it is not just a series of lectures but actual practical tips that you can take with you after you leave the course. For the most part I truly appreciated everything I learned from the curriculum, except for the crammed week of html/css which could have been structured better. However, the Ironhack team was open to feedback and provided some additional insights into a tool that was not originally included in the curriculum.Regarding job assistance, Daniel Brito does a great job at preparing the upcoming graduates for the best career outcome. He is always one slack message away to answer questions and provide guidance. However, future students, let me be clear that Brito is there to provide guidance, not hold your hand until you find a job. It is up to the graduate to find opportunities and pursue them, but rest assured that Brito will be on your corner to help you close on that future opportunity.Overall, Ironhack was great experience and one I would highly recommend to others!Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +246635,10828,ironhack,Jonathan Diaz,False,2018,Open doors to great opportunities ,2019-01-28,5.0,5.0,5.0,5.0,"I first heard of Ironhack while in my uber ride and I was looking in the app to see that Uber was partnering up with Ironhack to promote a scholarship, after applying and studying a lot I got it and enrolled for the part-time UX course. It was the most... Read More challenging and awarding 24 weeks I've ever done in as a student. But the hard work was worth it. They really teach you the value of the tech field and everything that is learned in the classroom is applied in real-world scenarios. The classroom environment is a great inspiration with projects collaboration with fellow colleagues and a fantastic location to easily get a publix sub a block away. The staff is helpful and very knowledgeable about the coursework and it really builds up the fundamentals important enough to start a career with amazing support, and a job fair to really show potential recruiters what you're all about.Read Less",Part-time UX/UI Design ,UX/UI Design +245906,10828,ironhack,Gabriel Oliver,False,2018,Amazing 2 months,2019-01-27,5.0,5.0,5.0,5.0,"Doing the Ironhack web dev bootcamp was one of my best decisions. After only 2 months I came out knowing all the ins and outs of web development, having done 3 projects and an unforgettable experience. The hands on method they use to teach is very beneficial... Read More for learning how to code and I feel like all my time spent there was well invested. Overall I believe my 2 months at Ironhack was very well investedRead Less",Full-time Web Development Bootcamp ,Web Development +245451,10828,ironhack,Matthew Gill,False,2018,What an experience,2019-01-26,5.0,5.0,5.0,5.0,This has really been an experience of a lifetime. The teachers are great and the staff could not be better. Would not change a thing.,Full-time UX/UI Design Bootcamp,UX/UI Design +246547,10828,ironhack,Anna Antràs Marti,False,2018,"Ironhack UX/UI design bootcamp, so intense and so worthy!",2019-01-24,5.0,5.0,5.0,5.0,"Hi! I'm Nashi and I was a graphic designer, 8 years experience. I choose Ironhack for it is great reviews from ex students I met face to face and companies that were really happy with Ironhackers in their team. The told me ""it is impressive how much Ironhackers... Read More learn in only 2-3months that they can join the company and work professionally from day 1"". I also choose Ironhack bc ""we don't have students, we have professionals that come here to grow""Barcelona Ironhack UX/UI design bootcamp it is a highly intense program. It is completly true they teach by ""learning by doing"", at day one students were starting a real project with real research at the streets talking to people and testing. Not only you learn the processes but also to present them and defend them as you would do for clients. You end up the bootcamp with 3-4 real UX/UI projects and your portfolio ready to start working. Plus a Hiring week where lots of companies interview IronhackersPlus, the experience itself it is so valuable, the program it is designed for students to teambuild and become a family and a valuable future networking to give feedback to each other to grow as professionals. You have a lead teacher (Nevan is amazing!!!) plus 3-4 teacher assistants always available to help you out. There is always extra free talks / conferences / workshops... plus presentations among other bootcamps. Ironbeers, Ironpizza, Ironbarbacue... I would recommed it to anyone!Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +246505,10828,ironhack,Héctor,False,2018,Learning by doing,2019-01-22,5.0,5.0,5.0,5.0,"I'm very glad that I turned to Ironhack when I decided to go on a career change path.Since a lot of the learning process is focused on projects, you end the bootcamp with a lot of experience on different topics.The focus on teamwork it's also a very important... Read More part of the process which provides a lot of insights and learnings that I will apply in the future.Lastly, very friendly staff and teachers, they were always there when I needed them.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +242279,10828,ironhack,Inma,False,2018,Great place to learn,2019-01-21,5.0,5.0,5.0,5.0,"My experience at Ironhack has been a real challenge. Before join Ironhack, I didn’t know much about UX/UI. After 9 weeks of intense work I am fully prepared to join the design and tech industry.",UX/UI Design,UX/UI Design +242273,10828,ironhack,Valentina Gisbert,False,2018,Full throttle,2019-01-21,5.0,5.0,5.0,0.0,"I joined Ironhack during the hardest time of my life, thinking that if a 9-hr per day bootcamp couldn’t push me back on my feet, nothing ever could. And boy, did it deliver. Not only in the exercise/projects sense (and workshops!), but in the support... Read More I received from a cohort I now see as family, and a staff that made a small building a second home. You gotta give it your all here, and make the most out of your experience. It is the embodiment of rebirth; you can always pick yourself back up and make a new path for yourself. Ironhack helped me do that, and I am 100% grateful.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +246464,10828,ironhack,Alberto,False,2019,Amazing experience,2019-01-21,5.0,5.0,5.0,5.0,"I studied in Ironhack and as most people on my class thoughts Ironhack is not just a Bootcamp, it's an experience. I learned about UX UI methodologies I worked in a team group making sprints, for me is the most similar company environment. My mates were... Read More incredible, people from other countries, an international environment, other ways of thinking, different solutions. In fact, I learned also, about the background of them.I'm feeling ready to join a company and show what I'm capable to doMy suggestion is DO IT.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +246457,10828,ironhack,Anonymous,True,2018,Best learning experience ,2019-01-18,4.7,5.0,5.0,4.0,"Ironhack Barcelona did a great overall job. From the prework, onboarding, learning during the bootcamp to career service - I can’t say I missed anything. Thank you!",Full-time UX/UI Design Bootcamp,UX/UI Design +246338,10828,ironhack,Claudia Amantini,False,2018,It surpassed my expectations ,2019-01-17,4.5,5.0,4.0,0.0,"I'm a graphic designer with over a year of experience in Ui and a little of Ux experience, I've always wanted to really focus in this last part but I thought I was lacking information, and after searching a lot I decided that Ironhack was the best option... Read More for me, at the begining I was scared because I didn’t knew if it was going to be basic for me but gladly I was wrong, the bootcamp was super compleat, demanding and intence in a good way, the teacher had a lot of experience and the vibe of my cohort was the best! Everyone was super profesional and willing to help everyone. Over all it was one of the nicest experiences I’ve ever done (and I have been everywhere trust me)Read Less",,Unknown +246025,10828,ironhack,Alejo D,False,2018,Web Development Bootcamp (Full-time) - Barcelona,2019-01-17,5.0,5.0,5.0,5.0,"I've learnt a lot not only about programing but also in a personal way. People here are incredible. It was quite hard but it was worth it. Staff, Lead Teacher and Tas were amazing.Ironhack's bootcamp Bcn has been an amazing experience for me. I'll be... Read More always thankful to Ironhack.Read Less",Full-time Web Development Bootcamp ,Web Development +243653,10828,ironhack,Emmanuel Sinclair,False,2018,Amazing Experience,2019-01-15,5.0,5.0,5.0,5.0,"Ironhack's curriculum, staff, and conducive learning environment helped me understand the ins-and-outs of web development. Not only is the program structured in a fun, interesting way, the hands-on approach was extremely beneficial to my understanding... Read More of web development. Leaving Ironhack with 3 projects to show potential employers, amazing job support assistance, and a new confidence, I am sure joining Ironhack was the right move for me professionally.As a career changer, the thought of starting over and leaving my job was a scary thought, but now I am ready to begin my journey as a web developer and continue my lifelong journey of learning.Read Less",Full-time Web Development Bootcamp ,Web Development +246441,10828,ironhack,Rachel Hofer,False,2018,AMAZING EXPERIENCE - Highly recommend Ironhack Miami!!,2019-01-15,4.7,5.0,4.0,5.0,"I was a full-time student for the Full-Stack Web Development Cohort that graduated Dec 18, 2018. I had an AMAZING experience with Ironhack Miami. To give you an idea of how the class is structured, Week 1 and 2: FRONTEND: learn JS, HTML, CSS, jQuery,... Read More DOM Manipulation, Canvas. Week 3: Use those skills to create a game application, present at end of the week. Week 4 and 5: BACKEND: learn Node.js and Express, amongst numerous other topics. Week 6: Use those skills to create a full-stack application, present at the end of the week. Week 7: Learn React.js. Week 8 and 9: Create a Full-Stack MERN application, present at the end of Week 9. All non-project weeks are pretty much structured the same: Topic 1 lecture in the morning, then a paired lab. Topic 2 lecture in the afternoon, then a solo lab. The class was structured to have one lead instructor and 2 TAs. While this might sound similar to other bootcamps you've researched, I would like to point out the ""stand outs"" that make Ironhack Miami unique, which are the reasons why I ultimately chose it instead of other bootcamps I looked at:1. Career Services: I can pretty much guarantee you will not find another bootcamp with a Career Services Manager like Daniel Brito. Not only is he incredibly well connected and great at creating partnerships with the school and local companies, but he is SO resourceful and involved. He typically lectured once a week to the class for an hour, and once you graduate the meetings get more frequent and more specialized to each student and their current job situation. I've been a working professional for 10 years and Brito still had great LinkedIn, Resume and Career advise to offer that I had never heard. While Brito is not the ONLY benefit to joining Ironhack, he is the most impactful benefit, hands down.2. Pre-Work: This was the second most beneficial part of Ironhack for me. Other bootcamps I looked at did not require pre-work, but this was by far the difference that made me not completely lost when I started school. While the pre-work was VERY hard for me, as I was a career changer and not used to the terminology, the technologies or anything, the pre-work was SO helpful because it . forced me to familiarize myself with all of this BEFORE class started. If there had no been . pre-work, I don't think I would have been nearly as successful in the class as I was.3. Building.co: this is the building Ironhack is located in. Some great features to note about it that were super helpful being a student- 24 hour access to the building, via secured access, unlimited free granola bars, unlimited free coffee (of ANY type), unlimited beer on draft starting at 5 PM, cool kitchen/outdoor space with picnic tables and corn hole to relax and take breaks. Building.co is a co-working space so there are a lot of tech people who have desks there to work, which is ideal for networking as a tech student. 4. Guest speakers: tech speakers were brought in typically once every 2 weeks to talk to the class. This was helpful for networking purposes, but also for insight into the industry, what people do, what they are looking for, etc.5. Lisa - the Growth Manger, was always great about hosting industry events at Building.co and in the area for students to attend with Miami tech industry people. This, again, was great for networking and more exposure to the industry.6. The curriculum was well thought out and offers a lot of resources for you to have outside of class. If you pay attention in class, then go back and read all of the lectures, you will get the most benefits. Now that I am out of school and interviewing, I realize how many of the interview questions/vocab were in our lesson plans, I just never read them during class. READ THE LECTURES!!! They are super helpful!!7. Lastly, the overall atmosphere created by the Ironhack Team is truly incredible. It is such a family/friend atmosphere where you work super hard, pull intense all nighters, but there is a sense of ""we are in this together"" and ""we are here for you"" which makes the whole process more fun and enjoyable.Read Less",Full-time Web Development Bootcamp ,Web Development +234378,10828,ironhack,Regli Núñez,False,2018,UX UI design bootcamp,2019-01-15,5.0,5.0,5.0,5.0,"Ironhack is not just a bootcamp, it's an experience. Everything you learn is essential to develop yourself as a person and as a worker beyond the knowledge itself.I am very happy to have done the bootcamp and I recommend it to everyone.",Full-time UX/UI Design Bootcamp,UX/UI Design +246977,10828,ironhack,Alejandro Orozco,False,2018,Great UX / UI Course,2019-01-13,5.0,5.0,5.0,5.0,"I learned about Ironhack through Uber, there was a scholarship opening and I applied, started researching about this place, and actually went to the campus. The process ended and I won a partial scholarship to go to the UX / UI course. After this I started... Read More going to events, everyone was super inviting and they hosted a lot of these events that were really interesting. The course is 2 months intensive bootcamp, took me about 8 months to prepare for this, save some money because working through the camp is really hard. Have to say I was blown away. The content, classes, staff, everything is up there. The teacher is David Fast and he is incredible. He's a humble guy with a lot to offer. He knows that he doesn't know all the answers, and if he doesn't he will surely get back to you with the answer. The process they teach is the process many up to date companies are using and the tools they teach are what you will be using in the job market. Jessica, who is the program manager, is super reachable, she is mostly in and always has the time to meet you if you have the need.After finishing all of the program they assist you on getting a job, from the how to the tracking and even putting a good word for you in companies all around South Florida. Daniel Brito is in charge of this, and if you are in the South Florida tech ecosystem you probably know him, if not, then everybody else does. He is greatly connected and does a great job in helping every student in this important task. The overall experience of this place has been perfect and would recommend it to anyone.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +246415,10828,ironhack,Elizaveta Ragozina,False,2018,Ironhack is more than just coding,2019-01-12,5.0,5.0,5.0,5.0,"Once upon a time I saw a message on Kleiderkreisel. Kleiderkreisel wants to support women in tech and there is an opportunity to get a scholarship. To apply was my best decision, I got the full scholarship.Ironhack is the best place to learn clean coding.... Read More I enjoyed every second there. Much practice, interesting tasks and relevant content: that's what you get. But Ironhack is more than just coding. You become part of Iron-family there and get huge network of tech-interested people. We had many tech events and free time activities: you never get bored at Ironhack. Ironhack staff is very friendly, always reacts to feedback and helps wherever they can to make you experience there unforgettable and useful.Some advices for new ironhackers: use the opportunity of networking, it's very valuable. Don't panic if you feel lost at the begin, it will get better! And of course, you get what you put into it, so come with motivation and passion!You can read more about my Ironhack experience in German https://www.she-works.de/sheworks/aktuelles/ironhack-foerdern-frauen-in-deutscher-it-ein-erfahrungsbericht/2018/10/25/Read Less",Full-time Web Development Bootcamp ,Web Development +244988,10828,ironhack,Daniel Sauthier,False,2018,Great Choice for those who work hard,2019-01-09,5.0,5.0,5.0,5.0,"I attended Ironhack Full time WebDev course in 2018.I was unhappy at my previous Career and began a research to explore other options. I looked into programming and all the job opportunities that comes with it. I started to learn by myself, but reached... Read More a point where i was not making any progress and was not able to find a job.As a Career changer, i needed to take the fastest train towards employment and started reading about Bootcamps. I decided that it was what i needed. I visited several other Bootcamps, reviewed prices, curriculum and outcomes. Ironhack seemed to be the best of all, specially after visiting the Miami Campus. Compared to the other bootcamps i visited , Ironhack was by far the most impressive. With a great space, friendly people and really good energy from students and employees.I met the Admissions Manager, and he was incredibly friendly and attentive, answered all my questions and guided me through the process of making the final decision.Before being able to enroll, you need to pass a in-person coding Challenge that is fairly easy, if you study online prior to the challenge. I passed the test and started the bootcamp.The main Instructor was very knowledgeable and the classes are very fast paced, so you really have to dedicate yourself to it if you want to actually learn and make it through.The TA's are very helpful with your process of learning and understanding the problems that you will face. (usually the TA's are former students that didn't find a job and start working with Ironhack while looking for more opportunities; Pretty awesome help, feels like a safety net for some people).The Curriculum is packed with huge amounts of information and you need to apply yourself to learn more everyday. Again, i cant stress this enough, Ironhack is an INCREDIBLE place to learn and grow as a professional, but if you dont apply yourself, i dont think its gonna work.At the end of the Cohort, i had 3 big projects to show to possible employers with the most required technologies in the job market right now. The Job Placement experience has been hard BUT the Manager that takes care of it is incredibly helpful and goes above and beyond to give you the best opportunities at all times (at least thats how i feel about it). Even though it might seem strange to be able to learn so much in so little time, The Ironhack experience was one of the toughest and most rewarding things i did in my life and i truly believe that i chose the best bootcamp possible; Not only on the Student/Curriculum perspective , but also with all the networking, interview preparation and real world experiences that they train their students for.If you are looking for a bootcamp that will take you from 0 to hero, this is the place.Read Less",Full-time Web Development Bootcamp ,Web Development +246388,10828,ironhack,Jason Ortega,False,2018,UX Design Bootcamp,2019-01-09,4.7,5.0,4.0,5.0,I would say that the course is very hands on. I was amazed by everything I learned in such a short period of time. The instructors were very helpful. They were really good at helping me with any problems I ran into while doing the assignments. All my... Read More classmates were awesome as well. I got to meet some amazing and humble people from different places. Everyone one was very encouraging. It definitely felt like you had people in your corner.Read Less,Full-time UX/UI Design Bootcamp,UX/UI Design +246433,10828,ironhack,Adèle Revert,False,2018,Amazing !,2019-01-07,5.0,5.0,5.0,5.0,"This boot camp was the most amazing experience of my professional life!I went from psychology student to junior web developer in less than 3 months. Also, I found a job before the end of the boot camp. Pretty cool, right? ;)Just be prepared to work a... Read More lot and don't count the hours spent at school.I highly recommend anyone interested in programming to attend the boot camp. Be prepared to go out of your comfort zone and to be a new person in 9 weeks!Read Less",Full-time Web Development Bootcamp ,Web Development +236735,10828,ironhack,Adèle Revert,False,2018,Amazing !,2019-01-07,5.0,5.0,5.0,5.0,"This boot camp was the most amazing experience of my professional life!I went from psychology student to junior web developer in less than 3 months. Also, I found a job before the end of the boot camp. Pretty cool, right? ;)Just be prepared to work a... Read More lot and don't count the hours spent at school.I highly recommend anyone interested in programming to attend the boot camp. Be prepared to go out of your comfort zone and to be a new person in 9 weeks!Read Less",Full-time Web Development Bootcamp ,Web Development +246332,10828,ironhack,Axel Dahlin,False,2018,Amazing coding journey,2019-01-07,5.0,5.0,5.0,5.0,"The Ironhack bootcamp transformed me and my classmates into coders ready for the job market in only 9 weeks. Of course it took at lot of intense work, but with the help from the teachers you can learn so much. The best part is that now I know how to learn... Read More and I feel I can take on other technologies if a job opportunity demands it. I'm super happy I did the Iroonhack bootcamp to transition my career.Read Less",Full-time Web Development Bootcamp ,Web Development +246486,10828,ironhack,Cesar Lugo,False,2018,Great Experience,2018-12-21,5.0,5.0,5.0,5.0,"With Ironhack I've been given the tools to make a radical career change and in less than 30 days after my graduation, I'm on the verge of securing a job as a Full Stack web developer in a great company.It is intense, and it demands everything you've got,... Read More so be prepared for hard working days and nights.Like everything in life, Ironhack will give you results corresponding to the effort you put in. if you really dedicate yourself and come as previously prepared as possible, you will be able to come out with enough technical and working methodologies to land a job in the sector. Yes, everything they teach is available online, but what I learned here in 9 weeks would have easily taken me more than 1 year by myself, and probably would have left important chunks of information out.The campus is great, the people are very accommodating and dedicated to helping you reach your goals. The hiring support is awesome, they not only teach you to code, but they teach you about the industry, negotiation skills, LinkedIn profiles, CV, interviews and you get to meet a lot of companies looking for developers in the hiring week.If you are interested in pursuing a career change and if you are truly passionate about learning and programming, I would advise you a 100% to do this bootcamp. And come prepared to learn some high-level ping pong !!Read Less",Full-time Web Development Bootcamp ,Web Development +246440,10828,ironhack,Jorge Calaforra,False,2018,Excellent,2018-12-20,5.0,5.0,5.0,5.0,"I was looking for a new stage in my career. Ironhack gave me the tools, the perspective, the knowledge and the support needed to enter a completely new field. And hopefully, I will be starting a new path, where I have a lot of experience on one side,... Read More and the sufficient knowledge and support to be able to contribute in one of the most promising careers in the following years.Read Less",Part-time UX/UI Design ,UX/UI Design +245177,10828,ironhack,Javier Ramírez,False,2018,The best professional experience,2018-12-17,5.0,5.0,5.0,5.0,I took my decision because of the branding Ironhack has. But I affirm it was a good decision based on the results I obtained from the bootcamp I took. The best experience I have had in my life.,Full-time Web Development Bootcamp ,Web Development +246130,10828,ironhack,Anonymous,True,2018,Ironhack WebDev Bootcamp,2018-12-13,5.0,5.0,5.0,5.0,"Entré en Ironhack casi por casualidad y tras 9 semanas intensas puedo afirmar que ha sido una de las mejores casualidades de mi vida. Andaba buscando una buena opción para introducirme en el mundo de la programación cuando saltó un pop up en Wallapop... Read More que hablaba de unas becas para estudiar Web development en Ironhack. Y para allí que me fui, sin ningún background en el sector pero con muchas ganas de aprender.Ahora hace tan sólo unas pocas semanas que terminé y echando la vista atrás todavía se me dibuja una sonrisa en la cara. He aprendido, me he divertido y también he sufrido, pero todo tiene su recompensa: Tan sólo una semana después de la hiring week tuve mi primera entrevista con una de las empresas asistentes y en breve empezaré a trabajar con ellos.Si estás buscando un cambio en tu carrera o quieres mejorar tus conocimientos, te recomiendo 100% este bootcamp. No es fácil, pero es factible, tan sólo es necesario estar dispuesto a trabajar duro durante los dos meses que dura el bootcamp y de verdad que vale la pena.Read Less",Full-time Web Development Bootcamp ,Web Development +246121,10828,ironhack,Farrat Jessica,False,2018,The real experience that changed my life !!!,2018-12-12,4.7,5.0,5.0,4.0,"In life nothing happens by chance! Fate allowed me to participate and win the scholarship to join Ironhack Paris:-)A real opportunity, me who absolutely wanted to convert to UX-UI Design... after 8 years in communication, I wanted to acquire new skills... Read More and launch a new career! Ironhack Paris was the ""real experience"" that changed my life! Indeed, I just got a CDI in a great StartUp :-) The bootcamp was really great on all levels: atmospheres, classes, teachers, case studies, speakers... It was super intense, it took a lot of personal investment but it was really worth it! I laughed a lot, cried, exchanged, shared and drank beers on this magnificent rooftop with a view of the Effeil Tower! After the last major presentation for the final project, after graduation, it was necessary to find work. Ironhack helps you and supports you in this job search preparation: resume, pitch, portfolio and many other tips... then it's up to you! I didn't want to believe it until I got the job of my dreams but finally after 3 months, I found it:-) So what can I say if it is not a big and immense thank you to the whole Ironhack Paris team!!!! I will never forget this experience and invite you to live it too if you feel like it!Read Less",UX/UI Design,UX/UI Design +245967,10828,ironhack,"Esteban Di Chiara, MBA",False,2018,Ironhack UX/UI design bootcamp ! ,2018-12-12,5.0,5.0,5.0,5.0,When I started the program I really had no expectations but as we moved forward I was really surprised by the level of excellence Ironhack provides through the material and instructors. Not only that but after the program is completed they have an excellent... Read More support system to help you find a job. If you are looking for a career change or start a new one I really cannot think of a better place to go. I highly recommend Ironhack!Read Less,Part-time UX/UI Design ,UX/UI Design +245915,10828,ironhack,Jessica Yu,False,2018,Skeptic turned juice-drinker: Ironhack helped change me solidify my career & passion,2018-12-11,4.7,5.0,5.0,4.0,"I was a solid skeptic coming into the course and, of course, wanted that ""bang for my buck"", but I could not have been happier with my experience. In short, I achieved every goal I had coming into the course and I got an even richer experience coming... Read More out of it. The bootcamp helped me solidify my UX/UI skills & interests while giving me the platform (and confidence) to pursue UX/UI design in a more than successful manner. Most importantly, the culture that they provided (from admin to instructors to TA) was an invaluable asset to the entire experience. I thought some reviews were corny when they mentioned a ""family-like vibe"" before I entered the course, but no joke, it organically came about that way and was the magic to the whole thing. I've met some truly special people and developed meaningful connections.I felt a little lost in what I wanted to do before I came in to the course (having exhausted all kind of jobs in all kinds of industries) and always felt stuck in my potential, but the bootcamp changed my life and gave me back my confidence in my personal & professional skills while giving me the networks & resources needed to really pursue a career and not just a job. It was intense, but so worth every penny & minute spent. Also keep in mind that the course is here to help you, NOT do it all for you. This is an important read: bit.ly/ironhackuxuiPros:- Instructor (X1000): Nevan made the entire difference because of his experience & character. The material was so digestible and interesting. His direction & guidance was priceless.- Teacher assistants: telling of the course & instructor to have these individuals as the TA. They were relatable, but still way more knowledgeable to help us along the way- constant events: Ironhack constantly holds professional events, grabbing the industry and its networks in through the doors. The topics are always relevant & networking it great- material & projects: what can I say? I'm super proud to have the projects on my portfolio and have received delightful feedback from industry professionals on the scope of the project - tuition well spent (investing back in the students): You're always going to feel like you're spending a lot on whichever bootcamp you sign up for, but I always felt like I got more than what I expected. They often will have events that have free snacks & beverages (free filtered water!!!) for the students and you can tell that part of the tuition is really kept for the students- friendly atmosphere: any staff member is always helpful & cheery. It was never stiff walking into the office or talking to at admin staff- location: you're in the center of the tech neighborhoods (10 min walk away from the tech hub in BCN) and in the middle of really great coffee shopsCons:- some students got lazy towards the end which was a bit distracting but not really Ironhack's fault- can't think of anything elseRead Less",Full-time UX/UI Design Bootcamp,UX/UI Design +246070,10828,ironhack,Anonymous,True,2018,I will like to repeat.,2018-12-10,5.0,5.0,5.0,5.0,"Pros:- Very good experience. Teachers, TA and all the staff are helping you.- Very hard job but very satisfied.- People take cares of you.- Very helpfull to find job.Cons:- 1 to 1 must be anonimous.",Full-time Web Development Bootcamp ,Web Development +233187,10828,ironhack,Jose Morales,False,2018,An experience that changes your life,2018-12-07,5.0,5.0,5.0,5.0,I am still amazing of all you can learn in only 9 months. It's not easy but you have a great support and help of all the staff and teachers in every moment.,Full-time Web Development Bootcamp ,Web Development +243957,10828,ironhack,Elsa,False,2018,Great experience,2018-12-06,5.0,5.0,5.0,5.0,"The course was a very intense but rewarding experience. Not only did I learn a lot of new things that I had the oppotunity to put into practice by building three fun projects, but Ironhack also plans and makes events that allows you to get to know people... Read More outside classes.Read Less",Full-time Web Development Bootcamp ,Web Development +231810,10828,ironhack,Eva Panizo,False,2018,Great experience!,2018-12-06,5.0,5.0,5.0,5.0,"Highly recommended! Super nice staff, cool events, interesting workshops and the best teachers. I learned a lot and had a lot of fun too!",Full-time Web Development Bootcamp ,Web Development +245929,10828,ironhack,Ester Díaz,False,2018,Una experiencia increhible,2018-12-04,4.7,5.0,4.0,5.0,"La experiencia en Ironhack ha sido realmente buena, tanto a nivel personal como profesional. La implicación tanto de profesores como del staff es muy elevada, se nota que les preocupa cómo te sientes durante todo el bootcamp. La dureza e intensidad del... Read More curso se ve compensada con todas las actividades que se realizan dentro del campus.Me lo he pasado genial y he aprendido muchísimo!Read Less",Full-time Web Development Bootcamp ,Web Development +245898,10828,ironhack,Laura Corral López,False,2018,From nothing to create my own web!!,2018-12-03,5.0,5.0,5.0,5.0,"I studied Business Administration at university (and specialized in Digital Marketing). After spending my last 2 years working, I decided to make a change in my working life. As I was working with web design, I wanted to go a step further and be able... Read More to develop my own projects. Ironhack has given me the opportunity to learn web development in a fast and efficient way. It was two months of hard work, with many hours spent between lines of code. My life has given the turn I needed and I highly recommend it to everyone who wants to learn and improve!!Read Less",Full-time Web Development Bootcamp ,Web Development +245895,10828,ironhack,Alejandra Avilés,False,2018,Intense and effective profesionalización on UX UI Design,2018-12-02,5.0,5.0,5.0,5.0,"This bootcamp have prepared me to start working as a UX Designer. In two months I've learn so much, they really give you the resources and methodologies that will allow you to stand as professional User Experience Designer. There's no miracles, so you... Read More as a student will have to make a great effort, but this will give you great satisfaction back. You alternate between team work and individual projects. Since day one your are encourage to be autonomous but is a very strong support every time you need it. They train you from the discovery to the delivery, so you end up developing complex design process individually.They assume you are doing this to go and work after, so career services have a big part on the schedule. You are creating your portfolio and learning how to present yourself in the job market. Really recommended, if you are thinking about it don't think it twice. I've get a job a month after through the hiring fair that is organized after the Bootcamp.> This is important (and varies depending the cohort), I've attend the following bootcamp:UX/UI Bootcamp @Ironhack Barcelona / Aug - Oct 2018Director: Adria BaquesProgram Manager: Irene De MasCurriculum Associate: Sofía DalponteTeacher: Nevan ScottTA's: Leighton Bloomfield, Diego Zito and Elise Mateu> You can have a look at the projects I've develop during the bootcamp here: alecamp.com> Write me if you have further questions: alejandra@alecamp.comRead Less",UX/UI Design,UX/UI Design +245848,10828,ironhack,Miguel,False,2018,Best bootcamp experience,2018-11-29,5.0,5.0,5.0,5.0,"The Ironhack experience is tough but at the end it pays out for those who are willing to put the hours down. Its a great opportunity to learn from a highly qualified industry experts and increase your exposure to the industry. If you are looking to for... Read More a carreer move, improve or learn new skills that are highly demanded by industry participants, this is the place to be.Read Less",Full-time Web Development Bootcamp ,Web Development +245735,10828,ironhack,Jonathan Skudlik,False,2018,Incredibly helpful two months learning to code.,2018-11-15,5.0,5.0,5.0,5.0,"I was reading about Ironhack here on switchup and reviews were already great. However, from the first day of class, my experience has been even better than expected. The WebDev course is really intense, but you can feel that there has been so much thought... Read More gone into creating the classes and defining each and every day. You will be asked to give feedback frequently, but you will understand why. Based on the feedback of all previous classes, this course has been fine-tuned to perfection over the years. If you put your mind to it and really want to jumpstart learning to code, this is the right course for you. The things you will be able to do after just 9 weeks (even after just the first week), is exactly what you need to get started in this industry. The teachers and assistants are amazing, not just in class, but also before and after. The entire staff really cares about creating the best learning environment up to a point that it doesn't feel like school anymore, but more like a second home. The course is without a question expensive (although also by far not the most expensive out there), but it's worth every cent. This is an investment that will pay back and be refinanced in the first couple of weeks. If you are interested in coding and want to work in this field, apply now. Ironhack is amazing and you will thank yourself for taking the decision! (I never write reviews, so this is purely fueled by my excitement. I hope it was helpful nevertheless!)Read Less",Full-time Web Development Bootcamp ,Web Development +245536,10828,ironhack,Francesca,False,2018,An amazing experience,2018-11-15,5.0,5.0,5.0,5.0,"I think that my experience in Ironhack has been ine of the most amazing experience in my life. I've learn a lot not only about coding, but also about myself. The staff is amazing, the mood too. It's like a big family.",Full-time Web Development Bootcamp ,Web Development +245518,10828,ironhack,Anna VIllar,False,2018,Your opinion matter!,2018-11-15,5.0,5.0,5.0,5.0,"You learn a lot! the team is amazing, always trying to help you and to know your opinion. You feel part of the team, the family!",Full-time UX/UI Design Bootcamp,UX/UI Design +245670,10828,ironhack,Kiryl Bartashevich,False,2018,Great Experience,2018-11-11,5.0,5.0,5.0,5.0,"Ironhack is the land of opportunity. An opportunity to learn a high-paying, technical skill in 9 weeks and get a job doing what you love. This opportunity, however, is only available to those who are willing to put in the work. Ironhack is a great place... Read More to network because they not only host meetup events, but also let the students know the best events going on each week. Also, every week there is a different person that is currently working in the field that comes in as a guest speaker. Brito is the ""Placements Manager"" and I've yet to see anyone more passionate about matching students with carreers. Brito is often found running around the school creating/maintaining contacts for carreer fairs to ensure every student has the maximum chance of successful job placement. He is a core component to student success with unmatched connections in the Miami tech industry and is highly regarded and respected. Brito always maintains a level of approachbility and availablity and is 100% committed to matching up students with the correct potential employers. Students normally interact with Brito near graduation time as he interviews every student and forms a relationship and pairs student traits to the best matching employers. He clearly takes great pride in his success rate in matching students to carreers and truly enjoys his role in student's success. That being said It is a very fast paced course, so come in prepared & stay organized. You get what you put into it.Read Less",Full-time Web Development Bootcamp ,Web Development +245562,10828,ironhack,Barbara,False,2018,A great experience that will change your life,2018-11-06,5.0,5.0,5.0,5.0,"There are a lot of pros to attending this boot camp. Some of these are:- Nice campus- Solid curriculum that is being adjusted to meet industry expectations- Staff that is knowledgable in the field- Technical assistants that go the extra mile to assist... Read More the students- Flexibility of the staff to learn during the process, knowing that the whole bootcamp structure is new and needs tweaking- A big community/circle of alumni- Growing tech scene in Barcelona that values Ironhackers- If you are ready, then this place will be your home away from home while you're at the bootcamp...and afterSome cons to consider:- This is a bootcamp, and even thought the teachers and assistants are dedicated to help you understand how to code, they are not trained teachers. Be ready to self-organise, and adjust your learning style- The number of students is growing, and the campus is going through some teething issues. I hope they are getting fixedRead Less",Full-time Web Development Bootcamp ,Web Development +232986,10828,ironhack,Gonzalo Cortázar Vadillo,False,2018,I'm really happy,2018-10-30,5.0,5.0,5.0,5.0,I learn javascript by myself at my job and when I came to ironhack I was looking to solidify my knowledge and expand them . I also wanted to work as a full stack developer. I'm really happy because I was abel to achieve my goals in very short period of... Read More timeRead Less,Full-time Web Development Bootcamp ,Web Development +232295,10828,ironhack,Pablo Rego Novoa,False,2018,I didn't know I could learn so much in such a short time,2018-10-30,4.3,5.0,4.0,4.0,Maybe what I recall the most from my experience is the deep and painful suffering that is necessary to do everything that is required during the bootcamp. But it is worthwhile. I loved it.,Full-time UX/UI Design Bootcamp,UX/UI Design +245459,10828,ironhack,☆ Almudena Guerras,False,2018,Fulltime Web Bootcamp - Ironhack Madrid,2018-10-30,5.0,5.0,5.0,5.0,"I’ve just finished the fulltime Web Bootcamp in Ironhack Madrid and It has fulfilled my expectations.I think that everything is designed and planned so that the students can get the most out of the time invested.From my point of view, some of the points... Read More that make Ironhack a success bootcamp, are the following ones:- The methodology, where everything is being learned is put into practice from the very first minute.- The quality of teachers.- The attention given to the content because students learn the most updated and recent technology.- The care with which the didactic units are elaborated.- The quality of the proposed exercises- The seriousness with which they are faced with the professional future of students.For all this and the fact of being able to achieve it in a record time (two months) I think it is an excellent training.Read Less",,Unknown +245359,10828,ironhack,Guillermo Martínez Almendro,False,2018,From law to UX/UI,2018-10-29,5.0,5.0,5.0,5.0,"I've just finished the fulltime UX/UI bootcamp in Ironhack Madrid and I can say that I am more than happy of having applied to this course.I used to work as a lawyer but I wasn't satisfied at all with my career. I have always been interested in psychology... Read More and design and I needed a fresh start, and Ironhack was what I was looking for.I am so amazed of what I have achieved in this two months and the best thing about it is that it is just the beginning.It doesn't matter if you do not have a tech or design background, the only requirement is to be ready to learn a lot of stuff (maybe more than what you can absorb).If you are considering whether to apply to this bootcamp, do not hesitate and take the jump!Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +245481,10828,ironhack,Helen,False,2018,Best experience ever! ,2018-10-29,5.0,5.0,5.0,5.0,"I have learn so much in such a short time! The teacher was the best I had in my life, so prepared and his explanations were very professional, always adapting to our needs.The school is very modern and clean, they provide you with all the material (except... Read More for the Mac).The bootcamp is very intense, if you can get support from your family it will be very helpful.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +245474,10828,ironhack,Gabriela d'Empaire Altimari,False,2018,The best bootcamp ever,2018-10-29,5.0,5.0,5.0,5.0,"I had a wonderful experience in the UX UI Bootcamp in Ironhack Madrid. I´ve made 3 diferrent proyects, one in group and two on my own. I think that everyone that is interested in UX and UI should take this course, because you learn all the important things... Read More to make a complete Ux and UI proyect, starting with the interviews to possible costumers ending with a high fidelity prototype. All the people who work in Ironhack are great professionals. I recomend it to everyone!Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +245455,10828,ironhack,Beatriz Ribeiro,False,2018,The Bootcamp that changed my life ,2018-10-29,5.0,5.0,5.0,5.0,"I’ve never thought it was possible to learn so much in 9 weeks. I attended Ironhack’s bootcamp this Summer, with the motivation of changing careers but honestly wasn’t sure if I would actually be able to do so. During the bootcamp the school’s teachers... Read More and staff were so supporting that it made it easier for me to remain focused on my projects and deliver my best work. I’m very happy with my choice and I recommend Ironhack to anyone looking forward to acquiring new skills and achieve a fast change of paths in their careers.Read Less",,Unknown +245450,10828,ironhack,Mercedes Sagüés,False,2018,My experience,2018-10-29,4.3,5.0,4.0,4.0,"The experience you live at the Ironhack bootcamp is incredible. I learnt more in these 2 months than in 4 years of university. The teachers where really nice one were able to transmit their knowledge really well in a very short period of time. Plus, I... Read More now have an incredible group of friends who have made this experience wonderful.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +245472,10828,ironhack,Jorge Rybar,False,2018,A High-Caliber High-Intensity Bootcamp ,2018-10-26,5.0,5.0,5.0,5.0,"Ironhack exceeded all my expectations. The curriculum is extremely up to date. We learned the MERN stack (Mongo, Express, React, Node). We worked on 3 portfolio projects (a videogame, a full stack app with a partner, and a full stack app in React on our... Read More own). Our main teacher Hector Bliss has worked with Google, and is a fantastic communicator and coder (he's quite a funny personality too). The other TA's were very helpful and knowledgeable as well. The pace was definitely more intense than I expected. Even having a Computer Science minor in university I still felt challenged by the material (which I loved!). You have to be ready to devote all your energy to this (up to 10hrs a day). However, this is what makes the experience so valuable.The management team is super professional. Julian (the regional manager) is a native of Silicon Valley and has worked with many startups when he served as Global Entrepreneur Program manager at IBM. Anahí was on top of every situation and always willing to help and listen to us. The program is very well organized. I feel like there is a shortage of React developers here in Mexico, so job opportunities are abundant now. I validated that this week in our Hiring Week, having over 20 interviews with top notch startups and Fortune 500 companies. I am excited about the following months too where I will be have someone looking over my shoulder (Rocío the Outcomes manager) as I apply to jobs. This level of accountability is useful to me. I would recommend Ironhack to everyone who has the guts to take it on.Read Less",Full-time Web Development Bootcamp ,Web Development +235442,10828,ironhack,Luther Barragan,False,2018,Well Worth Web development bootcamp!,2018-10-26,5.0,5.0,5.0,5.0,"Ironhack is a web developing coding bootcamp that is worth its price.In this bootcamp you will learn all the fundamentals of html, css, Javascript, learn Front-end & Back-end, MongoDB, Express.JS, React.Js, Node.js, jQuery, Handlebars.The most valuable... Read More lessson that i got was that i can learn anything that i want in a vary short amount of time!Read Less",Full-time Web Development Bootcamp ,Web Development +235277,10828,ironhack,Adan Jaciel Palacios Rivas,False,2018,El mejor bootcamp en México,2018-10-26,5.0,5.0,5.0,5.0,"La experiencia, en este bootcamp es increible, el aprendizaje es muy rapido y retador, pero con muchos beneficios, el staff es increible, muy buena comunicación, el programa de estudio es increible y sobre todo el lead teacher un gran profesor Hector... Read More Bliss.Ironhack muy recomendable un gran Bootcamp y vale la pena la experiencia.Read Less",Full-time Web Development Bootcamp ,Web Development +234683,10828,ironhack,MISHEL GONZÁLEZ GARCÍA,False,2018,La mejor decisión que he tomado,2018-10-26,5.0,5.0,5.0,5.0,"Tienen un gran programa de estudios, los profesores saben muchísimo sobre todas las tecnologías, increíble el apoyo que recibes de todos los integrantes de Ironhack y de exalumnos.Yo no sabía nada de programación antes de entrar y ahora soy Full-Stack... Read More Web Developer en tan solo 9 semanas.Read Less",Full-time Web Development Bootcamp ,Web Development +237091,10828,ironhack,Omar Navarro,False,2018,La clase fue muy chingona y cambio mi vida,2018-10-26,5.0,5.0,5.0,5.0,"El profesor Héctor Bliss es la mejor en CDMX. Lo pueden conecer un poco más si buscan su empresa Fixtergeek. Él tiene vídeos educativos en Youtube. Aunque nadie se convierte a profesional en 9 semanas, sí se puede aprender sobre lo que utilizan los desarrolladores... Read More profesionales. Este curso me ha dado los ejemplos de proyectos MERN stack. La marca Ironhack está conocida en la ciudad y me ha ayudado un chingo conseguir varias entrevistas.Read Less",Full-time Web Development Bootcamp ,Web Development +235796,10828,ironhack,Montserrat Monroy,False,2018,Entrevistas,2018-10-26,4.0,4.0,4.0,4.0,"Me pareció interesante, con una diversidad de perfiles, lo que me hubiera agradado es haber conocido a todos los partner.Sólo me quejo de Vista Latinoamericana me comentaban que no querían que me aburriera en el puesto vacante que tenían que era hacer... Read More llamadas y apoyar ticket con los clieentes, por lo que veo los comentarios de ellos es que en lugar de comentar no me interesa el perfil, este punto no ha sido de mi agrado.Fuera de eso me pareció bien, un gran apoyo.Read Less",Full-time Web Development Bootcamp ,Web Development +245463,10828,ironhack,Uriel Camargo Fierro,False,2018,La mejor experiencia y aun más que eso...,2018-10-26,5.0,5.0,5.0,5.0,"La calidad de los profesores como los maestros asistentes son excepcionales, conocer gente que tiene intereses en común es lo mejor de esto, ademas que cuentan con empresas que te entrevistan para trabajo justo después de terminar el bootcamp",Part-time Web Development,Web Development +245457,10828,ironhack,Paola Rodriguez Barron,False,2018,Amazing Experience,2018-10-26,5.0,5.0,5.0,5.0,I finally found a school where I can understand from the beginning to the end how an app works,Part-time Web Development,Web Development +245349,10828,ironhack,Jose Maldonado,False,2018,IronHack - THE BEST,2018-10-25,5.0,5.0,5.0,5.0,"Had a great experience at IronHack. Professors, TA's and staff where all supportive through the process. You're come together with great people to learn difficult content in a short period of time, truly thankful for the experience.",Full-time Web Development Bootcamp ,Web Development +245328,10828,ironhack,Álvaro Medrano Campos,False,2018,Life-changing experience,2018-10-25,5.0,5.0,5.0,5.0,I was stuck working as a UI designer and I came here to learn how to design thinking around the user and not for other designers.But all the people I have met here and all the things I have learned made it one of the best experiences of my life.,Full-time UX/UI Design Bootcamp,UX/UI Design +245313,10828,ironhack,Maria Luisa Pedauyé,False,2018, From nursing to design in two months,2018-10-25,5.0,5.0,5.0,5.0,"I wanted to turn my life around because I always liked design, but maybe out of fear I did not do it before ... until I luckily got into ironhack. My life has changed in two months, its methodology and way of teaching makes you go from 0 to 100 in a record... Read More time. I recommend it without any doubt.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +245284,10828,ironhack,Nicolae Alexe,False,2018,100% Recomendable!!,2018-10-25,5.0,5.0,5.0,5.0,"I'am a senior student of Computer Engineering Degree but I'was feeling like something was missing in my academic program. I had no contact with the current technologies!Due to this when i heard about Ironhack I knew that was what I needed to complete... Read More my education, and I was completely right! From day one the atmosphere was amazing, the lead teacher was fundamental to my learning experience because of his amazing skills, but the most key elements of the Ironhack experience was the TA's, they are Alumni that supports you during your bootcamp.Read Less",Part-time Web Development,Web Development +245259,10828,ironhack,Gabriel Cebrián Lucas,False,2018,Fun experience and great job after,2018-10-25,5.0,5.0,5.0,5.0,"I came to Ironhack to look for a job. I knew I loved programming because I studied Engineering and had learnt programming by myself, but never web development. I wanted to learn in 9 weeks somwthing I would take months learning by myself. It was a really... Read More fun experience and I got a great job after.I recomend Ironhack!Read Less",Full-time Web Development Bootcamp ,Web Development +235734,10828,ironhack,David Leonardo Sirit Manzo,False,2018,An incredible life experience!!!!!!!,2018-10-25,5.0,5.0,5.0,5.0,It is amazing how much I learnt in Ironhack. It has gave us a set of tools to build digital web products by ourselves . I recommend Ironhack 100%. Great studying environment and great staff. I joined Ironhack to improve my employment opportunities as... Read More I was unemployed.Read Less,Full-time Web Development Bootcamp ,Web Development +245218,10828,ironhack,Jacob Casado Pérez,False,2018,From Teacher to Developer,2018-10-25,5.0,5.0,5.0,5.0,"When I heard about Ironhack on September 2017 I had no idea that it going to be my school and my future. I was music teacher and I always though that my life was linking with the education. But my life change in a blink of an eye and I decided to look... Read More for a new chance in a world with more professional opportunities. And for this reason I studied at Ironhack. I had no technology background but I had a big desire to improve and to be a good developer. During the bootcamp, Little by little I was grew and was able to overcome challenges I never thought I would. All of this was possible with the enormous support of Teacher Assistants, my colleges and friends. Without them this bootcamp had been very difficult.Read Less",Full-time Web Development Bootcamp ,Web Development +245168,10828,ironhack,Esperanza Amaya-González,False,2018,Totally new way of learning,2018-10-25,5.0,5.0,5.0,5.0,"This bootcamp has been a total change of life for me. A totally new way of learning, new possibilities, new way of thinking, new disciplines... It's a big challenge, but I would absolutely repeat it. The quality of this teaching is uncompareable. I had... Read More no coding experience, I worked in biomedical research. I was just looking a little approach to coding, I found a totally new style of life.Read Less",Full-time Web Development Bootcamp ,Web Development +245166,10828,ironhack,Ruben,False,2018,"Ironhack doesn't teach you to code, it teaches you to be a developer",2018-10-25,5.0,5.0,5.0,5.0,"I had no coding experience, I had studied psychology and worked as a technician assistant. The bootcamp was very intense and very enrichingMy learning curve was verticle upwards, I started from 0 and now I'm amazed of what I know.Ironhack simulates perfectly... Read More the really working environment of a programmer. You working in teams with the real tools companies use, you resolve problems and really it's like a virtual profesional atmosphere. When we visited Tuenti, a big Spanish company I was amazed that I understood what they were talking to me about, I could see myself working there as a programmer. Ironhack doesn't teach you to code, it teaches you to be a developer.Ironhack helps you discover if you really want to work as a developer or not, and after the bootcamp I can definetly say I will work as a coder.Read Less",Full-time Web Development Bootcamp ,Web Development +236556,10828,ironhack,Pablo Taboada Ortiz,False,2018,About my experince.,2018-10-25,5.0,5.0,5.0,5.0,"I want to talk about my last 9 weeks. I came to Ironhack without any background and after completing the bootcamp I feel really impressed of how much I learnt. The support and facilities are amazing and also the level of the teachers. My fully recommendation... Read More Ironhack to everyone, not only professionals that are looking for renew their skills, but also to people trying to find new challenges.Read Less",Full-time Web Development Bootcamp ,Web Development +236412,10828,ironhack,Anna Högberg,False,2018,Best experience!,2018-10-25,5.0,5.0,5.0,5.0,"Thank you, thank you Ironhack! I've learnt so much since starting in June of this year, and I'm very grateful for the help I got from not only the lead teacher and TA's, but the whole staff. Before finishing the bootcamp, I got offered the opportunity... Read More to become a TA,which I gladly accepted. The knowledge I acquired during those 4 months have helped me get a job I love super fast!It's hard, and there will be times you want to cry and just drop out, but you just need to keep going because it truly is the best experience.Read Less",Full-time Web Development Bootcamp ,Web Development +236159,10828,ironhack,Ricardo Alonzo,False,2018,Amazing experience,2018-10-25,5.0,5.0,5.0,5.0,"Ironhack is a great way to start a career in web development, there is a lot of training and bunch of challenges! don't even think about it, don't even trip bro!",Full-time Web Development Bootcamp ,Web Development +236052,10828,ironhack,Jhon David Scarzo Fernandez,False,2018,An awesome way to kickstart your development carreer!,2018-10-25,4.7,5.0,5.0,4.0,At Ironhack their goal is to teach everyone from the basics and the core concepts of programming and build up from there to provide you a very well-rounded education and incentivize you to keep learning on your own!,Full-time Web Development Bootcamp ,Web Development +236014,10828,ironhack,Sara Curiel,False,2018,One of the best learning experiences in my life,2018-10-25,5.0,5.0,5.0,5.0,"I have been always motivated to learn new things, and thanks to Ironhack I integrated all my previous knowledge in a powerful way, creating 3 different projects and enjoying everything about the experience. People here are amazing and always disposed... Read More to help you during the process.100% recommendableRead Less",Full-time Web Development Bootcamp ,Web Development +235981,10828,ironhack,Christian López Pagarizabal,False,2018,My experience,2018-10-25,5.0,5.0,5.0,5.0,"I was a waiter before doing Ironhack,I had no coding experience and after two months I can transform my ideas into web apps. One of my biggest achievements here is reaching the level I wanted to reach as a developer. My learning curve was exponential... Read More and I'm proud to say that I'm a full stack developer. I met amazing people, amazing teachers and TA's, I leave Ironhack with great friends. We were always helping each other in class. I loved doing my third project with a friend.I recommend Ironhack to anyone who is looking to change career!Read Less",Full-time Web Development Bootcamp ,Web Development +233196,10828,ironhack,Francis,False,2018,"Fast, intensive, and well worth the hard work",2018-10-22,4.7,5.0,5.0,4.0,"I recently attended the Web Development course in Madrid of 9 weeks as I wanted to make a career change. 9 weeks later and I have graduated and with an amazing final project done. Do not be mistaken, at times it can be very hard, and emotionally draining,... Read More but nobody finds it easy and if you push on then you come out the other side ecstatic. It was worrying to leave my job to do this, but I am very happy to have done it.Read Less",Full-time Web Development Bootcamp ,Web Development +245374,10828,ironhack,Diego Méndez Peño,False,2018,An incredible experience! ,2018-10-22,5.0,5.0,5.0,5.0,"Coming from university, Ironhack has exceeded all my expectations. It’s everything I was looking for, because Ironhack gave me everything to be prepared for a job in programming.Teacher Assistants are great and everyone from my bootcamp was awesome, we... Read More learnt from each other a lot!I recommend Ironhack to everyone! Not only to tech-enthusiast but also to people who are looking to change career or looking to boost it!Read Less",Full-time Web Development Bootcamp ,Web Development +245361,10828,ironhack,Teo Díaz Santamans,False,2018,How to change your live in only 9 weeks,2018-10-22,5.0,5.0,5.0,5.0,Ironhack was the way to change my life and to be able to learn in a totally different way than usual. They make you feel that you belong to a big family and all your colleagues are there to help you. After finishing the bootcamp I realized everything... Read More I had learned and that I was ready to enter a company with the guarantee that I would do well.Read Less,Full-time Web Development Bootcamp ,Web Development +245325,10828,ironhack,Bertha Montserrat Monroy López,False,2018, A unique opportunity,2018-10-18,5.0,5.0,5.0,5.0,"During my search to start my trip to learn about the virtual area, Ironhack was the best option, in which they taught me my skills and abilities to create, materialize and solve problems through a coordinated effort with teachers, who throughout the process... Read More are accompanying you and sharing your achievements.Without a doubt, the best journey I have lived and from which I have learned a lot during these six months, generating a gratitude and respect for those who accompanied during my study, and those people who with a smile and their kind words helped in the processes administrative.Read Less",Part-time Web Development,Web Development +243975,10828,ironhack,Salvador Emmanuel Juárez Granados,False,2018,It was my favorite learning Dojo ,2018-10-17,5.0,5.0,5.0,5.0,"One of the most amazing experiences of all, being part of a great community around the world and being wrapped by their sense of community and values it's not just the learning part they really make you feel like part of it and it's worldwide !!!! JUST... Read More AMAZINGRead Less",Part-time Web Development,Web Development +243956,10828,ironhack,Tormod Flesjø,False,2018,From HR to programming,2018-10-17,5.0,5.0,5.0,5.0,"I graduated in October 2018 and it exceeded my expectations! I worked as a HR manager in my ""previous"" life, but wanted to follow the technology trends and not become a 'technosaur'. The Ironhack community is amazing and it manages to balance both the... Read More learning and social aspects perfectly. Surely it was difficult at times, but being surrounded by a a great team of students and instructors helps a lot. I came to Ironhack without hardly any knowledge of programming and nevertheless I was offered a job only halfway through the course!Read Less",Full-time Web Development Bootcamp ,Web Development +234694,10828,ironhack,Manuel Alejandro Matus de Quevedo,False,2018,The best experience ever!,2018-10-17,5.0,5.0,5.0,5.0,"It was definitely the best experience, not just for all the talented people I met there, but mainly because of the school curriculum, I learned a lot, now I am able to do things I've never imagined I was capable to do. This should be Bootcamp #1",Part-time Web Development,Web Development +245304,10828,ironhack,Pablo Rezola,False,2018,Best course ever!,2018-10-16,5.0,5.0,5.0,5.0,"I recently completed the full-time Web Development course and I highly recommend it to anyone looking to expand their skills. This course has changed my lifestyle to a better one. I had never thought about all the things a computer is able to do, and... Read More the only real use I gave to them before this fantastic experience were school projects at law school.At the beginning of the course, I was warned just how hard and intense this course would be. My closest friends and relatives also encouraged me to do this, and showed me the huge importance of learning technologies and how this would help me get a job, because we are currently living in a world which almost everyone work with a computer.I am impressed about everything I learned there not only coding. I had to live together with my classmates everyday asking for help, in the good times and bad times. I made many friends which I still keep in touch with them. Ironhack is a big community to be part of it definetely. I am really pleased with Ironhack in every single aspect of the course: - TA’s spend their time intensively to students no matter how long it will take - Technologies learned are completely updated to firms requisites (MEAN Stack) - Social events and speeches enrich our knowledge and appetite to learn more thingsRead Less",Full-time Web Development Bootcamp ,Web Development +236435,10828,ironhack,Eran Usha,False,2018,From Kitchens to Computers,2018-10-16,4.7,5.0,4.0,5.0,"At the beginning of the course, i was warned just how hard and intense this course would be. For the seemingly short 9 weeks that i was enrolled, i learned a novels worth of information. But what some of the best things i learned were about myself. This... Read More course helped me to see areas of myself that i needed to improve on as a person and a professional. The teachers and assitants were fantastic and were ready to help. This course really helps you to develop a special relationship with your fellow classmates, seeing as everyone is going through the same intense development in life. I feel more confident about entering this profession coming from a background in hospitality with 0 experience than i ever thought i would.Read Less",Full-time Web Development Bootcamp ,Web Development +232145,10828,ironhack,Joshua Matos,False,2018,Best experience ever.,2018-10-16,4.7,5.0,4.0,5.0,My only regret is not doing this sooner then I wished I did. This bootcamp has shifted my life to a more positive side and I have learned so much in such a small amount of time. Excited to see what the future holds for me after gaining the knowledge of... Read More great developers!Read Less,Full-time Web Development Bootcamp ,Web Development +245291,10828,ironhack,Joshua Matos,False,2018,Best experience ever.,2018-10-16,4.7,5.0,4.0,5.0,My only regret is not doing this sooner then I wished I did. This bootcamp has shifted my life to a more positive side and I have learned so much in such a small amount of time. Excited to see what the future holds for me after gaining the knowledge of... Read More great developers!Read Less,Full-time Web Development Bootcamp ,Web Development +245254,10828,ironhack,Anonymous,True,2018,Excellent course,2018-10-16,5.0,5.0,5.0,5.0,"I researched other coding boot-camps in the area and from reading the reviews, I gathered this would be the best choice. I also asked my friends who are computer programmers and they all agreed that this curriculum was the most up to date and the most... Read More thorough. I was worried I wouldn’t be able to keep up or that it would cover an obscure topic, but none of that was true. You do need to have some basic understanding of programming before you start. But they give you the opportunity to learn that before starting the course with the Pre-work they assigned. The curriculum is very well designed, as long as you put in the time to learn, you will do very well. I can’t believe how much we learned in 2 months. It also helped that everyone taking the course was highly motivated and we all helped each other and kept each other accountable. Overall, it was a great experience.Read Less",Full-time Web Development Bootcamp ,Web Development +245161,10828,ironhack,Jonathan Harris,False,2018,Most current content you can learn about full stack web dev,2018-10-16,5.0,5.0,5.0,5.0,"I was searching for a long time for the right school, and then I found Ironhack. They always stay up to date and I am very happy I chose this school, I was very worried for many reasons before I started. will it be to hard? will it be to easy? will we... Read More learn enough? will I manage to keep up? now that I am after graduation and I can say I am very happy with my choice! all these questions were answered in the best case scenario for me, the teachers were really awesome, I was asking many questions constantly during the class and they answered all of them with great patience. I really felt I got the most out of the time I could possibly get, it wasn't easy! it was super hard actually, but they pushed me to my limit without breaking me and I feel I learned the maximum I could in this amount of time and I learned a lot! I am very happy I chose this boot camp!Read Less",Full-time Web Development Bootcamp ,Web Development +245104,10828,ironhack,Doug DeJong,False,2018,One of my Best Decisions ,2018-10-16,4.7,5.0,4.0,5.0,"I attended Ironhack's full time Web Dev course in Miami from August to October of 2018 and had the time of my life.With no previous coding experience, I discovered that I had a great passion for coding and Ironhack's curriculum as well as its great instructors... Read More were able to help me turn that passion into a talent.We were also the first cohort to learn React.js as a front end programming language and they did a fairly good job adapting the new curriculum on the fly considering how new teaching the language was.Ironhack was something I grew to look forward to every morning, despite my hour long commute. I walked into a classroom of strangers in august and left being able to count every single member of my cohort as a great friend. I really loved my time here and I can't recommend Ironhack enough if you even have the slightest urge to turn coding into your career.Read Less",Full-time Web Development Bootcamp ,Web Development +245021,10828,ironhack,Anonymous,True,2018,Savage,2018-10-15,5.0,5.0,5.0,5.0,"Ironhack it's awesome, as student in Mexico i had take another coding bootcamp before Ironhack arrived at Mexico and the result was poor compared, it's the same in the university, teachers are not ready to teach new technologies and the process to update... Read More the syllabus takes so many months.Read Less",Full-time Web Development Bootcamp ,Web Development +245056,10828,ironhack,Myriam,False,2018,From dancer to UX Designer: IronHack,2018-10-01,5.0,5.0,5.0,5.0,"Ironhack has given me the opportunity to refocus my professional career. In just five months (from the moment I met Ironhack, going through the realization of the botcamp and ending the hiring week), my professional career has taken a 180 degree turn:... Read More from a dancer to UX Designer.I have received several job offers and I am going to start working in a company like Junior UX Designer only two weeks after finishing.Without prior experience, Ironhack has given me the tools to face the labour marcket and, what is more important, it has given me the confidence to demonstrate my potential in this sector and the desire to continue learning.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +244468,10828,ironhack,Teresa Plaz,False,2018,Thank God i ride an Uber to work,2018-09-30,4.7,5.0,4.0,5.0,"I recently finished the web development part-time course.I found out about Ironhack through the scholarship that Uber was granting and i was lucky enough to get a partial one, and just be able to do the course was a great opportunity.If you're thinking... Read More about whether or not you should do the course, think no more, do it. You'll learn tons of direct applicable knowledge in such a short amount of time that you'll be amazed. When you're done you'll be able to build any web app you can think of, just don't miss class and put as much effort and time as you can on this. It's worth it!Read Less",Part-time Web Development,Web Development +235155,10828,ironhack,Víctor Gabriel Peguero García,False,2011,Good choice,2018-09-28,4.7,5.0,4.0,5.0,"Thanks to the UX UI bootcamp from Ironhack I have improved a lot as a designer. I approached the world of apps a few years ago, and I started designing. I loved designing and the Ironhack experience has been a very important qualitative improvement for... Read More me.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +245063,10828,ironhack,Jose Arjona,False,2018,My Ironhack Experience,2018-09-28,4.7,5.0,4.0,5.0,"About MeI worked in IT, and did some coding, but nothing past basic JavaScript. It peaked my interest, so I began learning on my own by taking courses online. I realized I needed to go about learning in a different way. I researched courses/boot camps... Read More and ran into Ironhack and decided to dive in and take it’s Full-Time Web Dev course after coming across great reviews/ratings.Expectations and Course Run DownBe ready to learn, because you’re going to learn a lot. It's a full time 9-5pm every day for 9 weeks (not including the after hours you want to put in as well) it's no joke so just prepare to fully invest the next 9 weeks into IronHack. You learn for 2 weeks and then immediately are sent off to create a project within a week - repeat again 2 more times after that. Come in prepared to learn, take in all the material, and be willing to put in the work.Help During Course Work / Curriculum (TA’s and Teacher)The instructor for our Cohort (Nick) was very knowledgeable. The only downside was that it was his first time teaching the course, so it felt like he was also learning as we were all trying to learn something too. Besides that, he was most definitely a great instructor and without his proficiency on the subject, I would not have learned as much as I did. As for the teaching assistants, all three of them were amazing (Sandra, Marcos, Ian). They were all very familiar with the coursework since they were all Ironhack graduates as well. It was extremely helpful having dedicated TA's who were former students helping us because they know the struggle so they WANT to help. There's more than enough help to go around, just make sure to ASK for it when you need it and you won't fall behind.The coursework definitely needed some tweaking on some days, our instructor Nick pushed aside what he felt was wrong and obsolete and taught it the best way he could and it definitely worked out. During the course this was one of my top issues, the curriculum for sure needed an update, but from what I have seen after my time there they are (or already have) taken the steps necessary to do so. Which means they take your feedback seriously and won't brush your input aside.Rest of Ironhack StaffSince the first day I applied and even now the staff at Ironhack hasn’t missed a beat. They have been helpful and there for me with any questions I had. They have an idea as to what they want to do with the course, and they definitely make sure that you receive the best experience possible. It doesn’t matter who you try to contact, the owner, down to the TA’s, they all respond happily and make you feel like one of them.Hiring Fair PrepFrom the first week at Ironhack, you become well acquainted with a man named Brito. Take his advice seriously if your goal is getting a job. He walks you through all the necessary steps to prepare you, such as building your resume, creating your LinkedIn, and lets you know about networking events to attend. He constantly brings in people to give speeches to you weekly. Brito is a great source for help and information so make sure you are constantly checking in with him. Along with all this prep work, you are also creating your portfolio during the course. You create 3 projects (on your own or in a small group) which showcase everything you've learned in the course from beginning to end and is the first step to the building of your portfolio.Hiring Fair EventAt the end of the course, Brito arranges companies to come to Ironhack and sit down with you for interviews. This is a valuable introduction for your first interviews. Eventually, you will be off doing interviews on your own and this hiring fair is a great way to evaluate what you did and didn't do so that ultimately you become more and more comfortable during them. Still, that doesn't mean you shouldn't take these interviews at the hiring fair seriously, definitely come prepared to nail them during the event - people DO get hired out of these. This is what you prepare for, and it helps to prepare for future interviews.Post Ironhack ExperienceAfter Ironhack, finding a job (if that is what you are there for) is the next battle. Brito is there with you every step of the way. He holds placements help meetings at Ironhack every other week and is always available for any questions you have. He guides you and reminds you that you must KEEP CODING and KEEP APPLYING. If you slack off on those two steps, the job hunt instantly becomes much harder. Take your LinkedIn, networking, and resume seriously. Do little projects on your own after the cohort, and make sure your JavaScript knowledge is fresh by doing coding challenges on HackerRank/Codewars because they will help with the technical interviews.I did not get hired immediately after Ironhack. I applied to around 300+ jobs and only got about two handfuls of phone interviews and in-person interviews. I got hired 3 and a half months after. I never stopped coding, I never stopped applying and I always kept in touch with Brito. This process in itself could feel more stressful than the boot camp, but do not quit.ConclusionYes - you learn a lot at Ironhack and are given great guidance, but no they will not hand you a job. You get everything you need from them and now it’s up to you to put in the work and land it. They are there with you every step of the way. I would 100% do it again, I put my life on hold, invested in myself, pushed through and changed my career into something I felt would be more fulfilling. So far it hasn’t disappointed one bit. Not only do you learn a lot at Ironhack, but you make tons of friends and become part of their great community.If you have any questions feel free to message me on LinkedIn and I will gladly answer them for youRead Less",Full-time Web Development Bootcamp ,Web Development +244262,10828,ironhack,Alex Mazilu,False,2018,Amazing learning experience!,2018-09-23,5.0,5.0,5.0,5.0,"I recently completed the part-time Web Development course, and I highly recommend it to anyone looking to expand their skills or technological knowledge base. I had an all-around wonderful learning experience. You don't need to have much computer knowledge... Read More going into it, because each class has multiple teaching assistants who will be there to help if you fall behind or are struggling to keep up. My class had 3 exceptional TA's, Manuel, Colby, and Adrian, who constantly were able to provide assistance when I ran into trouble, had bugs, or just got lost. They were always nice, patient, and willing to go the extra mile just to make sure I really understood deeply what we were learning, including coming in extra early on the weekends and spending one on one time with me in front of the whiteboard to go over each aspect of what we were learning in detail. I was really impressed with -and grateful for- each of them. I was also very impressed with the professor, Alan. He is an extremely knowledgeable person with a natural aptitude for teaching. Always patient, courteous, and welcoming of questions, feedback and taking time to ask us if we all understood or were running into any problems. What really impressed me most about Alan, is how he would take a little bit of time at the start of each class to go beyond the curriculum and to challenge us with computer science coding challenges, to prepare us to think like computer scientists, and get us ready for the types of questions we would likely see in a coding interview, and explain the different ways to approach the problems, and how to think about them in terms of time complexity or memory management. It was well beyond what I expected from a web development course, and I found these lessons particularly rewarding. Alan has a knack for breaking down complex and abstract concepts into digestible bits and getting the class comfortable enough to try and collectively attempt a solution. *Protip* Always volunteer to try and solve the problems he presents, I noticed the students brave enough to attempt these problems retained information better and walked away with a more solid understanding. If he gives you the marker, get up there and give it your best effort. Go home and research the concepts further. JUST DO IT! Get a whiteboard, for your house, and write important concepts, objectives, goals, and problem examples from class. This will force your brain to reconcile this new information on a daily basis. You will almost certainly see these types of coding challenges in job interviews, and they're abstract, and frustrating if you are not prepared.After graduation, you'll be counseled by Brito, your career counselor, who is also a very cool, down-to-earth and knowledgeable person. He has some real wisdom to share about the interviewing process, how to construct your resume, and specifically tells you to reach out to him before accepting any job offers. I am really impressed with his insight and willingness to be supportive, helpful, and make sure you land a good starting job, well after graduation. Looking back I am extremely thankful to Ironhack and humbled to have had the opportunity to study with such an awesome class. Everyone from my classmates to the teachers, to the teacher's assistants, to the career counselor have all been an absolute pleasure to deal with. Also, I was blown away by the Ux/UI students. We (the web dev class) got a chance to work with them in the hackathon (which was a totally awesome experience) and they were very impressive. I legitimately wish I could go take their class as well because they absolutely blew my mind with their systematic methodology, creativity, and organized thought processes. They were amazing. I loved working with them. So to wrap it up, I wholeheartedly recommended Ironhacks web development course. 110%. Actively participate, ask questions, be engaged, help classmates, keep a positive attitude and this bootcamp will be a life-changing event for you as it has been for me.Read Less",Part-time Web Development,Web Development +244992,10828,ironhack,Silvio Galli,False,2018,Amazing experience,2018-09-23,5.0,5.0,5.0,5.0,"Learning to code in 9 weeks is hard, sometimes frustrating, but it is possibleand. And Ironhack does its best to make it a nice experience.Ironhack's Web Development Bootcamp gives you the opportunity to learn the technologies needed to become a full... Read More stack developer: MongoDB, ExpressJS, ReactJS, NodeJS (the MERN stack), plus obviously Javacript (the language the MERN stack is built on), HTML5, CSS3 and frameworks like JQuery and Bootstrap.I attended the Web Development Bootcamp in Berlin in July 2018 and it was not only a journey into coding languages, but even an inner journey.Because when you are stuck on something, you need to find the way and the resources (inside and ouside yourself) to go out of it. And Ironhack team helps you in this effort.Berlin Lead Teacher, Maxence, is a very knowledgeable coder and has many years of experience in the industry. His teaching style tends to make concepts easy to understand, providing lots of example and different ways to achieve the goals for almost every coding task.But Ironhack is not only coding. Staff and teachers takes care of you all along the course and your classmates become friends and the ones who share your frustration, happiness and some nice events like week-end parties!Ironhack provides also weekly talks from real coders, CTO, project managers from local startups and bigger companies, or from freelancers. And the final career week (scheduled meetings with companies that are hiring) is a great opportunity to get in touch with real companies and start looking for a job.Ironahck's Web Development Bootcamp is not an easy trip. It is an intense and fast-paced course into the world coding, but, if you have the right attitude and you put into it long hours of hard work, it will be very rewarding and can really change your life.Read Less",Full-time Web Development Bootcamp ,Web Development +244199,10828,ironhack,Aroa Garcia Ambroa,False,2018,A ROLLERCOASTER ADVENTURE,2018-09-23,5.0,5.0,5.0,5.0,"There are life changing, self changing and thought changing experiences. If you're looking for a change in your life, Ironhack is the perfect place to do so.I went to Ironhack not knowing what I was getting into. I was told it was like getting into a... Read More roller coaster and I didn't understand it until I was already in it.You start each day blind, without any knowledge of how it'll end. You can be at the top of the roller coaster or in free fall, afraid for what's next. It's a must have adventure, that's for sure, there's no living the same experience anywhere else. That feeling of self-development you get after you finish Ironhack and see the HUGE adventure you've just went through and it's results. Everyone should do it.It's like a little sect you don't want to get out of, even though you've just finished a course there is always something more to do, to learn, some new student to help and guide into his adventure. Ironhack is forever.Tell me something and I might forget it. Teach me something and I'll remember it. Involve me and I'll learn it Ironhack style.By: www.linkedin.com/in/aroaambroaRead Less",Full-time UX/UI Design Bootcamp,UX/UI Design +237014,10828,ironhack,David Marín,False,2018,An awesome experience,2018-09-20,5.0,5.0,5.0,5.0,"Ironhack it's a really great place to learn web development, I did the full-time course on June 2018, and I totally recommend it. But actually it's pretty necesary to do all the prework they sent you, otherwise you're gonna be totally lost from the very... Read More 1st day.The main issue is that you have to left everything behind for 2 months to attend the course, but it's totally worth it. I've learnt a lot, and also, the environment of the campus is excellent. You have a lot of Assistant Teachers, and one Lead Teacher that will help you in order to help you to understand all learning units. I had also an staff team who where always helpful, specially in order to prepare you for the hiring week.If I had to make a list of pros and cons it would be:PROS: - Learn a lot of programming- Great environment- Help with work placement- Learn actual technologiesCONS:- It's hard, you learn a lot, but you have to make a great effort- I'd like to have an online course optionRead Less",Full-time Web Development Bootcamp ,Web Development +236904,10828,ironhack,Ines Carballido,False,2018,A life-changing experience,2018-09-20,5.0,5.0,5.0,5.0,"The best thing of all is the teachers. Our Lead Teacher Fabio is an amazing designer and connect very well with all of the students, he always goes beyond the learning units and sharing with us his experience and work. The support of the TAs is one of... Read More the keys of the bootcamp, they have all the knowledge and experience necessary to help us, together they create the perfect environment. Additionally, everyone involved in Ironhack are amazing, you have the opportunity to connect with all kinds of people and learn from everyone. I finish my experience growing up not only professional also personal.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +244543,10828,ironhack,Manuel Martínez Becerra,False,2018,Ironhack changed my life,2018-09-20,5.0,5.0,5.0,5.0,The best bootcamp to become a ux / ui designer. Provide all the tools to achieve a career change and you can enter the labor field.,Full-time UX/UI Design Bootcamp,UX/UI Design +243797,10828,ironhack,Carlota Cotelo,False,2018,The Bootcamp for all,2018-09-19,4.7,5.0,4.0,5.0,"If you have gone to college you will have noticed that when you finish it and go out into the real world you are more or less prepared just like you started it. That's why I would recommended the Ironhack Bootcamp, here you will be absolutely prepared.... Read MoreI just finished the UX / UI course and it has been one of the best experiences in terms of teaching and learning. Being able to share this experience with people with all kinds of training is inspiring. Learning from any of them and sharing all our resources is one of the things that Ironhack promotes and is how you should always work in this design world.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +241027,10828,ironhack,Miguel Ángel Pérez Ariza,False,2018,My Bootcamp experience,2018-09-19,4.0,4.0,4.0,4.0,"Before I started this bootcamp, I was working in a TV Company , but I started to think about why people wanted certain things. I discovered UX/UI Designers, and I saw that they are a bridge between people and products. That's the reason I decided to do... Read More that bootcamp, I wanted to be that bridge.I liked the agile methodologies and tools we learned because it's what I needed to learn to make the most of my job. In very little time you can do so much, in a week you learn about a problem in depth, see different solutions and validate them. It's amazing what you can do with Google sprint for example, it's useful in any situation. The way we worked was all about collaboration, we were all helping each other and in the end that made all of our projects. Teachers and teacher assistants were always looking out for us. They're their to test your limits and bring out your fullest potential, that's why they can be hard on you. They're hard on you because that's what you're going to experience in the real world, and I think Ironhack prepares you well for that.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +239183,10828,ironhack,Rubén Vilches Pérez,False,2018,A 9-week unforgettable experience!!,2018-09-18,5.0,5.0,5.0,5.0,"It’s difficult to describe what I’ve lived in the last weeks, perhaps the word is UNIQUE and IRREPLACEABLE.A few weeks ago I decided to do the web development bootcamp at Ironhack, I had no prior experience in programming as I worked in admin and logistics.... Read More Having finished the course, I know programming is what I want to do and I want to keep learning about all types of technologies.¿What did I do during these 9 weeks? Coding, coding, coding. It could sound boring but it was far from it. When you do something you like, you don’t mind putting in the hard work. Here you learn many technologies from day one, and even though it’s very difficult d and very intense, the result is worth it: my colleagues because friends, the staff is always there to help you even outside their working hours and, most of all, I know have the tools to become a junior programmer.Mi Linkedin Profile is https://www.linkedin.com/in/rub%C3%A9nvilchesp%C3%A9rez/ for any question.Read Less",Full-time Web Development Bootcamp ,Web Development +239012,10828,ironhack,Jesus Martinez,False,2018,My steps in Ironhack,2018-09-18,5.0,5.0,5.0,5.0,"It is curious how the destiny of each one is woven based on the decisions that one takes in life, good or bad, and lead us to follow paths of success or failure that in the end will always be lessons that help us to form ourselves as beings human beings,... Read More pieces or enclaves in a society. In my particular case, immigrant and with more than 17 years previous working in the commercial area in Sales of Technology, having made the decision to invest in the training of Full Stack Web Development Boot Camp in Ironhack has meant a turning point in my career. And for me it has been precisely that: an investment in the future.When I decided that I wanted to return to the roots of my studies (I'm an Computer Engineer) after so many years without writing a line of code, concerned only about selling products that in some cases I did not understand what they do, I started a search for a study system that I could obtain the necessary knowledge to go in search of a job in what many years ago was my livelihood and why not, my satisfaction. For this I enrolled in some basic PHP / Javascript courses with MySQL Database and an additional Oracle Database 12c course. But they were just that: basic courses. They gave me an aerial view of what Web development is in these times but they did not go deep enough to feel safe to go after a job in the development area.And as in social networks there is nothing hidden (we know how the algorithms that make product suggestions work, learning our tastes and posting notices of topics that we have touched or visited previously) I saw in one of these networks, an advertising of a Full Stack Web training that caught my attention because of its content. It was not a simple computer course like other ones in the market. It was really a formal study where in two and a half months a good part of the tools, frameworks, methodologies, etc., would be covered for the development of Web applications. It described how we are going to go, from the basics to making applications that from a user's point of view were as complex as making calls to API's RestFUL of spatial geolocation to create technology trending Web applications. A walk through HTML, CSS3, Bootstrap, JavaScript, JQuery, JSON, NodeJS, Express, Ajax, Axios, Angular all this with MongoDB Database, alternating with continuous development tools such as GIT and project planning as Trello. I found it a challenge and as I said initially, an investment for my return to the area that brought me so much satisfaction. Of course, I did an exhaustive search of trainings of this type in Madrid to make a comparative table and I finally decided on Ironhack because it seemed to me the most complete of all the training I saw, in addition to the fact that I am very learning in person, to be near the instructor and surrounded by people who could ask for help to clarify doubts if that were the case. For this reason, I proceeded to write via email to the contact person that appeared in the promotion. The answer was immediate and I started the procedures to be able to register for the FULL STACK WEB DEVELOPMENT BOOT CAMP - FULL TIME JUNE 2018 training. Here the journey began.Important to clarify that I did not have the money to do this training but here is another advantage that immediately allowed me to strengthen my decision. At Ironhack, they have two financial support institutions that could finance the training with the necessary flexibility to cover the costs. What more could I ask for!Now, I went through a series of questions and qualification interviews to validate if I had the capacity to do this training and that they did not represent a problem for me to enter since I had the advantage of having studied Computer Engineering 25 years ago and something was left of the programmatic thinking. I went immediately to the Pre-Work, a series of exercises and activities to soak students with certain basic knowledge and thus start from the first day to learn everything necessary to carry these two and a half months of intensive training. And that's what it is, that's why the denomination of ""Boot Camp"". Let's understand the concept. Here you come to work. And work hard. Every day, from Monday to Friday and including several weekends, is hard work. Beginning with the fact that two exercises (or projects) are done daily. One in the form of pair-programming, which gives us the notion of what it is to work with a team, and the other project you work individually. And some of these exercises tend to be extensive which makes it difficult to finish without staying up late (my personal recommendation for those who register: do not get up late, seek to do what possible but put a limit on working hours because fatigue accumulates day after day and every day you will see important matter that requires attention and all the senses in it). And every two weeks there will be a large project (three in total) where you can practice what you have learned in the previous weeks. For this reason, if you feel that some of the concepts were not well learned, calm that in each project will have the opportunity to resume and apply these concepts.It is true that many concepts are seen, but the learning methodology, being able to use continuous development tools such as GIT, working as a team in various exercises or projects, is basically what you face in real work environments. And for that they prepare you.Another important point to note is the support and ongoing advice on human resources issues, where you will have sessions to improve your Linkedin profile (or create it for those who have not registered) and your résumé. As an anecdote, just changing some things in my profile, I got the first day two contacts of people looking for Web developers from England. These consultancies are worth their weight in gold and should be used as much as they are part of the Ironhack program that seeks to position their students in the labour market. And believe me, its work.Finally, after two months and a week of continuous learning, Ironhack organizes a week called the ""hiring week"" where they invite a group of companies that will be validating your projects and interviewing students for possible work places to be filled with Boot Camp students. It is time to show your talents and you have a high chance of getting a job related to the topics seen. Particularly I had already gotten a job before this week so I did not attend and yet you have saved the opportunity to attend some future process if you wish.Finally, it must be understood that Ironhack, besides being a learning academy, is also a community. A community where events are constantly being published where you can review trends, new technologies or simply have an invitation to spend a Friday evening with friends with some beers. As a member of this community you can call to give a talk to new students about your experience, how to handle the stress of the activities, or simply accompany a new student under the figure of ""buddy"" in order to listen and advise how to carry The Boot Camp to these new members.Ironhack has been an experience, an investment that has paid off and allowed me to reinsert myself into the technical world, something that fills me with satisfaction. It was a total good experience in which a made a good friends and contacts in a web partners that for sure, is going to be maintained for years.Jesús Martínezwww.linkedin.com/in/jesus-martinez-alvarezRead Less",Full-time Web Development Bootcamp ,Web Development +245046,10828,ironhack,Sarai Vasquez,False,2018,The Last of Our Stack: MEAN Web Dev,2018-09-17,4.0,4.0,4.0,4.0,"I've recently finished the MEAN stack 9-week bootcamp in Madrid with no previous coding experience and, let me say, what a blast! There are certain things I think they don't make more of an emphasis when you sign up for the full time bootcamp, 90% of... Read More which can boil down the the following warning: it's really intense. Drop-everything-else-you're-doing intense. Self-doubt-inducing intense. This worked in my favor which is why you don't see this listed as a con but that can be unhelpful for people that are making plans to continue working/studying or that simply appreciate or thrive in a slower-paced learning environment. ProsThe team, both educational and administrative, is really fun to be around and work to make sure you get that family vibe. Sometimes it feels borderline cult-like but the social outcome is nice. The student environment I found very enriching specifically because of the variety of backgrounds found among us. Our group had a number of people with experience and a few with none and which made for a great learning experience.Support in the job search. Even when it's not the outcomes manager posting, there's a thread in the Slack with offers coming in at all times.ConsNot the world's most organized or punctual bunch. We didn't touch React, which we were asked about during our hiring week so I felt that was a massive disservice to us (but did, strangely enough, have the time for an introduction to Docker the day before the presentation of our last projects). This has since been changed in the curriculum but I'm still salty about it.Read Less",Full-time Web Development Bootcamp ,Web Development +243695,10828,ironhack,Laura,False,2018,Transformative experience!,2018-09-16,5.0,5.0,5.0,5.0,"Ironhack has been a transformative experience, a very good opportunity to shape my profesional carreer.I graduated from Odontology and worked as a dentist for a few years and even though it’s a great career, it got to a point where I wasn’t motivated... Read More anymore and I wanted to do something I was truly passionate about.I’ve always liked technology and I saw the opportunity of learning web development in a very short period of time to see if I would like it. The bootcamp requieres a lot of hard work and if you don’t have prior programming experience each day is a challenge with a big learning curve. You work hard and have daily frustrations, but it is completely worth it. I’m very happy to have done it and I truly believe anyone can learn to program.It would be great for me, to be able to unite the best of both worlds, Dentistry and Technology.https://www.linkedin.com/in/lauracanosaRead Less",Software Engineering,Software Engineering +244301,10828,ironhack,Ryan Craig Martin,False,2018,Full Stack Web Development - April - June 2018,2018-09-13,3.7,3.0,3.0,5.0,"In this review, I aim to provide an honest account of my experiences as a student in Ironhack’s April - June 2018 cohort in Miami, FL. I chose to wait until after I had been out of the course and in a job for a while before reflecting on my experience... Read More and evaluating how well Ironhack prepared me for what I am currently doing. My Ironhack Experience: Application: I did a great deal of research within a small period of time before applying, going through the interview process and leaving my previous employer to join Ironhack. Like many other students, I decided on Ironhack because of the curriculum, the reputation of Brito as an Outcomes Manager, and the reputation of their lead instructor Nizar, however, when the cohort started I learned that we would have a new instructor, Nick, an Ironhack graduate. When I registered for this course many of my classmates and I was under the impression that Nizar would be our teacher who I understood was someone with years of real world experience and was the primary reason for all the great reviews about Ironhack.I decided about three weeks before the cohort started to join in April which was just enough time before it was too late. The coding challenges and pre-work used the same online portal which contained their learning modules. Once I got the learning material I had to get them done within the one week I had before the cohort started so I worked that week on the online material full time to get ready for the first week. I cannot stress how important it is for you to really focus on the pre-work and understand the meaning behind what it is that you are going to be learning and do further research when necessary. If at any point you find yourself questioning whether or not this is for you, take time away from the problems you are having and come back to it with a fresh perspective. This is a habit you should try to incorporate in your learning as you are working with abstract concepts you haven’t been exposed to yet or are re-learning. It's really easy to get frustrated when you are first starting out which causes some students to drop out of the cohort before it really has time to start. Curriculum / Lectures / Projects: The first week is spent developing a browser game which when I initially signed up sounded like a lot of fun, and at times it was, however, I do not feel that it fits the curriculum when considering how much better the time could be spent. I would recommend spending more time to focus on the fundamentals, working collaboratively (git-flow), and more time on coding challenges/interview prep. Many of the examples within the modules when learning these new concepts were essentially the same which made it harder to grasp some of the concepts we were going over. A large portion of information, direction, and dependencies for the labs and lectures were out of date or not set up properly. Some learning modules were skipped altogether and a lot of time was wasted on bugs that can be avoided if the lecture notes and labs were updated or reviewed by the instructor before the lecture for the day began. I was also having a hard time grasping these concepts when I was encouraged to just copy paste what was in the modules to do my labs and my projects instead of thinking it though. There was a sudden change the day before the final project weeks started where our cohort was preparing to put together their individual projects for our personal portfolios and then it was announced that we would be working in groups for the last project. We were not told from the beginning that we were to take into consideration that we would be working on the final project in pairs or groups of three. We were never taught best practices dealing with version control and how to go about working with multiple people on a project at the same time. The brief overview that we had on collaborative git practices lasted less than 30 minutes and didn't even cover how to deal with merge conflicts or common errors that would come up in collaborative scenarios. Our instructor Nick was gone during the second to last week which was one of the most important weeks of our cohort. The majority of people in the course have been stuck on the same issue which dealt with having a login session persist across views in Angular. The only example we have to go off of was incomplete because of all of the bugs we ran into the week before Nick left and the TA’s were not able to figure out how to resolve the issue. If the Ironhack staff knew that he was going to be out during this important week that should have arranged for a substitute or have prepared the TAs to take over the curriculum for the week. The TAs would only be able to help to a certain extent until they are unsure of how to proceed due to their lack of experience and we're left to wait in line to be assisted by Nick, however that week we did not have the option so there was a great deal of lost time. My group members and I should not have been feeling the need to pay by the minute on tutoring websites like Hackhands and to make up for the lack of education we had received to get our project done in time. Learning Environment: I can’t speak for other cohorts, but the April 2018 cohort was fantastic. Everyone got along really well and we all still keep in touch with one another regularly post-graduation. Building.co is a fantastic workspace. Free beer, coffee, fruit, snacks, and there are plenty of good options for eating in the area. My only criticism is that Building.co can get a bit cramped at times as far as private areas for studying and meetings go, but that’s expected considering it’s a co-working space. The TAs were incredibly helpful throughout the cohort. Shoutout to Sandra for always staying far later than she needed to help us with our projects throughout the cohort. I’m sure I speak for all of my classmates when I say that we wouldn’t have been able to achieve what we did without the support of the TAs. Brito also brought in some great guest speakers and organized a panel of alumni to come to talk to us about their post-graduate experiences. Career Week: Career Week is the most important week you will at Ironhack. The content during this week is crucial to your job search and should be followed to the letter if you plan on getting hired and will be applicable beyond entry-level job searches. If you haven’t heard of or really considered Career Week as a selling point for your investment in an experience at Ironhack I would highly encourage you to reconsider and look at some of the companies that Ironhack is partnered with and the companies that graduates like myself are currently working at.Career week is a fantastic opportunity where companies come to Ironhack in order to interview graduates in a ""speed dating” fashion. You get to meet with many companies, and if you are inexperienced with interviewing like I was at the time, it may help you to get over the nervousness of being in an interview. If you've read any of the other reviews on this site or other sites about Ironhack Miami I'm sure that you have read or heard the name Daniel Brito or Brito for short. Brito is the Outcomes Manager, and it is his responsibility to work towards partnerships with companies and bring them in to meet potential graduates as candidates for entry-level jobs. He’s one of the most connected people in the Miami tech scene and has your best interests in mind. Ironhack would not be the same without his efforts. He was one of the most supportive people throughout the entire cohort and has continued to help me after graduation and reach out to me to see how my new job is going. Post-Graduation / Job Search: I received my job offer from CareCloud, one of the companies that came to our hiring fair, about a month and a half after the cohort ended. However, do not place all your bets on getting a job from one of the companies that come to career week, this would be a huge mistake. Brito will be there every step of your job search from interview to offer letter as long as you follow the guidelines and strategies that he goes into detail about throughout the week. Never stop coding during your search, it’s important to keep your committing to new projects and continuing your learning so that you have something to show employers what you’ve been doing with your time since graduation. If you lose your motivation to teach yourself after the cohort is over you’re going to have a very hard time finding a good job. Overall, I would recommend Ironhack to someone looking to make a career change, however, I would also like to see many things improved as it continues to grow. I felt that my cohort was disorganized and that there was a serious lack of curriculum preparation. I did not see efforts made to improve the quality of our experience throughout the cohort's duration although we were giving them feedback every few weeks. I was not satisfied with how my education at Ironhack turned out at the time of graduation. I went through career week and then graduated lacking the confidence in my skill set necessary to get through a real technical interview. The weeks following graduation I spent all my time working on projects and learning React which I knew would help me stand out more when looking for a job while reinforcing JavaScript fundamentals and applying to jobs using Brito's advice. I am currently writing up an accompanying article for this review that I hope will fill in any other gaps for those who are looking into or graduating from Ironhack and boot camps like it which will include helpful resources that I used before, during and after my boot camp experience that helped me get my new job at CareCloud. Feel free to add me on LinkedIn or shoot me a message on the Ironhack Slack channel with any questions or comments that you may have. Best,Ryan MartinRead Less",Full-time Web Development Bootcamp ,Web Development +244127,10828,ironhack,Paula,False,2018,A really good experience :-),2018-09-12,4.7,5.0,4.0,5.0,"It has been a really good experience for me, not just professional but personal. I have learned a lot in just 9 weeks, the course is crazy intense (you've got to work hard from Day 1) and you learn many technologies in a short term, but the methodology... Read More encourages you to go beyond your limits and be autonomous to continue learning on your own, to seek and understand the technical documentation. The staff is very close and super mindful :-)Read Less",Full-time Web Development Bootcamp ,Web Development +241902,10828,ironhack,George Gvetadze,False,2018,"Great bootcamp, great course",2018-09-10,5.0,5.0,5.0,0.0,"It was hard, but totally worth it. Ironhack gave me all the necessary knowledge and tools I needed. Now I know what I need to improve in my knowledge, how can I do it by myself and where to find all the related stuff.",Full-time Web Development Bootcamp ,Web Development +240917,10828,ironhack,Roberta Conrad,False,2018,"Crazy steep learning curve, highly motivated & qualified teachers, a lot of fun",2018-09-09,5.0,5.0,5.0,5.0,"I took the Ironhack bootcamp in between working as a Business Development Manager in the Berlin startup ecosystem and starting a Master's degree in Data Science. My objective was to understand software architecture in order to work as a Product Manager,... Read More how web apps are created from scratch and to try out potentially moving fully to a job in software engineering. My experience with Ironhack was absolutely fantastic and I would do it again, anytime. I will answer the questions I had when picking a bootcamp and hope this can help any future student. Why not do an online course ? What I found very special with Ironhack was how teachers and peers were an amazing motivation, something you don't get online. The teachers were available every day until 10 pm and even on weekends, which I found incredible, every time with a smile on their face. The teaching team also spend significant time on team building and allowing the students to get to know each other with after school events, cooking sessions, giving the whole experience a very personal touch. They were extremely helpful with every question I ever had, no matter how basic. Studying with a cohort of students and sharing a physical classroom made it much easier for me to keep it up even during hard days where the learning felt like a lot of work. Whats the niveau of the course and how much time do I need to spend during the course? I personally had some previous coding experience (Python and C++, but six years before the time of the course) and no idea about front end. There is elaborate pre-work distributed by Ironhack before the start of the physical course that allows you to prepare yourself if you feel insecure about being ready. I did not spend a lot of time on it and found that we were ""caught up onto the same level"" within the first days of the bootcamp. The course is intense and requires you to spend some long evenings in class, however, it is clear that everyone learns for themselves and teachers are supportive no matter what effort you make - if you keep it low for two days, you will not punished with a frown or less attention. Teachers continuously checked up on the students level of understanding and offered additional courses and catch-up sessions whenever needed. In general it does feel like the whole group goes from ""0 to 100"" in the two month, coding-wise. Does it make you job ready ?Totally. I personally was not looking for employment after the bootcamp as I was starting a Master's degree, but nevertheless talked to many CTOs, companies etc in the course of the bootcamp and realized how ""good"" you get at Ironhack. Talking to my peers and seeing where (and how quickly) they got hired gives me the confidence to say, it makes you absolutely job ready.Read Less",Full-time Web Development Bootcamp ,Web Development +236389,10828,ironhack,Felipe Vallina Leon Paez,False,2018,Excellent BootCamp,2018-09-07,4.7,5.0,4.0,5.0,Excellent bootcamp with excellent teachers! A life changing experience! One of the best decisions in my life,,Unknown +244582,10828,ironhack,Hannes Reinsch,False,2018,The Perfect Start in my Career!,2018-09-07,5.0,5.0,5.0,5.0,"I just finished the Ironhack Full time Web development Bootcamp in Berlin where I learned to code real world applications using the MERN Stack. In those 9 intense weeks we learned everything we need to know in order to get employed as a Junior Developer.... Read More The Bootcamp was very intense, especially the first 2 weeks but it was always fun to learn and I became very close with the other students, even though they were decades older than me :) (I am currently 18). We usually all stayed in class from 9am to 8pm or sometimes even later to catch up on old lessons or exercises. The course material is very good and we have live long access to it. The career services Ironhack offers are also very helpful. A lot of the students got employed from one of Ironhacks Partners. Sometimes there were organizational problems but nothing major. Summarized the Bootcamp was one of the greatest decisions of my life. I can start my career as a developer right away, even though I don't have a College degree or an apprenticeship diploma. I also have the feeling I learned much more than just coding. My english and my interview skills for example improved a lot!I can definitely recommend it to everyone who is willing to put in some effort!!Read Less",Full-time Web Development Bootcamp ,Web Development +244528,10828,ironhack,Claudia Sanchez,False,2018,THIS WILL CHANGE YOUR LIFE FOR THE BETTER!!!,2018-09-06,5.0,5.0,5.0,5.0,"For perspective: I enrolled in the full-time web development boot camp after receiving an Uber scholarship award. I graduated from Ironhack in June 2018 and went on to find a job three months later in early September. When I first started the course,... Read More I had no previous experience in coding, was barely comfortable with a Mac (yes, you read that correctly), and I was WORKING (part-time). If you can avoid working, please do, because this course WILL require time outside of the 400 hours you are put through, and then some.I was amazed by how knowledgeable our instructor (Nick) and TA's were (I'm talking about you Sandra and Marcos!) as well as the sense of community that is evident from the day you first walk in. Aside from the facts that my cohort missed out on Nizar and that we constantly had to skip over lessons just due to the pace at which we had to learn, I can honestly say that everything is set up for you to succeed. The curriculum is constantly changing with the latest and greatest so that's a huge plus too.This will be hard. It will challenge you, you'll learn something new every day, and you'll have to put in a lot of work and effort outside of the classroom. But it will be worth it.I'll end with a final note on my experience during the job hunt and the awesomeness of Daniel Brito (the Outcomes Manager). Don't you dare go ghost on Brito during your job hunt. He's your wing-man, your therapist, your cheerleader on the sidelines and more -as long as you Slack him first. It took me three months after graduating (and A LOT of rejection) to land the job I'll be starting in a few weeks. Don't be afraid to hear no. Keep trying, and, if you're trying to land a web dev role, KEEP CODING. And even if you're not, KEEP LEARNING. Don't be afraid to think outside the box when it comes to jobs - there are other roles willing to pay you for the skills you acquired - my current role doesn't require coding, but the skill helped me land it. Brito was there throughout the entire process, constantly keeping track of my progress, and rooting for me the entire time. I'm grateful to have gone through this experience because it really did change my life. I've made friendships that'll last me a lifetime and the return on my investment was better than I could've imagined.Read Less",Full-time Web Development Bootcamp ,Web Development +244520,10828,ironhack,Alexis Gilardi,False,2018,Ironhack UX/UI Design Bootcamp in Paris : a career-changing experience,2018-09-06,4.7,5.0,5.0,4.0,"I have just finished the 9-week UX/UI Design bootcamp in Ironhack Paris, and I'm happy to say it's one of the best decisions I have ever made in my life.After a few years working in advertising, I wanted to dive into the digital world, working on a product... Read More that would evolve over time, and would make its user's life easier. That's why I decided to attend the UX/UI design bootcamp in Ironhack Paris, after looking for different learning options online, and getting recommendations from friends.During this bootcamp, you will learn the full UX/UI design process, mixing theory and actual case studies to apply your knowledge. For your final project, you will work with a real company on an actual brief (in my case a start up specialised in car logistics), which is super interesting, and gives you a sneak peek of your future professional life as a UX/UI designer.It is definitely an intense program, where you have to assimilate lots of knowledge in a limited amount of time. You won't be alone though: my other fellow students were really supportive of each other, and the teachers are always there to help you, challenge you in every decision you make, to push you out of your comfort zone.Overall, this bootcamp helped me to always challenge myself, discover new skills, to be ready for taking my career to a new level, thanks also to a career support program that helps you find the best company to work for after the bootcamp.Oh and the perks: you will be in the beautiful building of WeWork in the heart of Paris (10min walk from the Champs-Elysees), with a nice rooftop to enjoy (free) beers in the evening! :-)Lastly, this bootcamp is quite pricey but I can assure you it is definitely worth it, if you want to switch career to become a UX/UI designer!Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +244494,10828,ironhack,Alma Ramírez,False,2018,Boosting my career,2018-09-06,4.3,4.0,4.0,5.0,"Last Christmas I met a UX designer from San Francisco who was on vacation in Mexico City. He told me he worked at a startup that helps immigrants in the US to have access to education. In three years, that company had already helped more than 1K people.... Read More ""I want to have a job like that!"" I told him. I enjoyed working as a graphic designer in an advertising agency, but I wanted more. I was not fulfilled. Six months later, I was studying UX/UI design in Ironhack and I can say that this has been one of my best decisions I have made. It was difficult at first because the course is quite intense and demanding, but it's worth it. In addition, the Ironhack staff is very supportive and prepare you to be competitive and find a good job in a matter of weeks. Moreover, at the hiring fair we had the opportunity to meet people from high profile companies such as Bancomer, Liverpool, Clip, Multiplica and many more.I will always be grateful to them for helping me achieve my goals.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +243357,10828,ironhack,José Luis Pacheco Soto,False,2018,Best impossible,2018-09-01,5.0,5.0,5.0,5.0,"I am a Public Accountant, 53 years old, I have taken many courses in my life, from professional pool operator supported by the NSPF; spinning instructor accedited by Reebok; short film writer; among many others, and without fear of error I can say the... Read More Ironhack Web Development Bootcamp is the best course I have taken in my life. When I read what I could get in 9 weeks I did not believe it, I thought it was a joke or a fraud, today after living it I know that the advertising was just a bit of the reality. I learned not only about web development but also discipline and hard work; the human quality of the staff is incredible, the group of people that formed my group could not be better, today I continue with my career with new skills but above all with a new attitude towards work and with a group of elite friends ... thank you IronhackRead Less",Full-time Web Development Bootcamp ,Web Development +242726,10828,ironhack,Meri-Pier Ligioso,False,2018,"Web Development in Paris, May 2018",2018-08-31,5.0,5.0,5.0,5.0,"I’ve just finished the full-time web development bootcamp with Ironhack (May-August 2018) where we learned MEAN stack development. The course covers a wide range of topics and gives you all the tools needed to start your career as a junior developer,... Read More however to get the best out of the course, it’s important to be fully invested and to know what outcomes you want from your bootcamp.- the negatives –There is a big importance on team building within the class and with the other cohorts happening at the same time, but at times this can feel a bit forced. If you’re not very social, this can be tiring.Scheduling/organization seems to be a bit of an issue. Some examples: having (somewhat required) career prep sessions or activities during our lunch breaks, never receiving reinforcement lessons, catching up on courses during our project weeks, etc. This probably depends a lot of the cohort and the other factors, but some things just seemed last second and/or badly timed.+ the positives +The materials are good, and the staff is nice, but the stand out was our instructor, Nizar. He is truly an excellent teacher; enthusiastic and very clear in his manner of explaining (simple and complex) concepts. I could not have asked for a better instructor for the course.The career services were also super helpful. The Outcomes Manager, Dina, helped us with our resumes, rebranding, and explaining our background to recruiters. We got to meet with many companies, as well as recruitment sites. I most certainly feel that without the connections of Ironhack, I would not have had as much exposure to companies looking for junior developers.Three weeks after the bootcamp, I had three offers from very interesting companies. I can honestly say that none of that would have been possible without Ironhack.*For future students, a knowledge of French will be helpful. It won’t cause any problems during the course, but it can ease communication with classmates/TAs and future employers.I am overall super happy with the program! If you want to learn web development, join Ironhack :)Read Less",Full-time Web Development Bootcamp ,Web Development +242350,10828,ironhack,Namrata Gandhi,False,2018,IRONHACK ROCKS!,2018-08-31,4.0,5.0,5.0,2.0,"I graduated from Ironhack Miami's UX/UI full-time boot camp this August. This program is by far one of the most amazing opportunities I have ever found myself being a part of. After graduating college in may, I had no idea what I wanted to do with my... Read More life. I came across user design experiences through the school General Assembly but found that they did not offer user interface which I wanted to learn. Ironhack is one of the only institutions in the country which offer both. And from what I've learned, only learning UX is not viable enough to take into the workforce, you need to learn interface as well. I graduated with a bachelors in art history and had been craving to go into the creative field. At first, I was unsure about Ironhack and was scared to make a move from New York to Miami to participate in this program. But my fears were soon gone after my very first day at Ironhack. The first day, our fantastic TA's told us by the end of the nine weeks, our cohort would become not only our friends but our family. This learning environment is unlike any other I have seen throughout my schooling career. David Fast, my instructor, is a TRUE visionary. He is brilliant, driven, and cares about his students in a way I have never seen in the American school system before. The work environment is so beautiful at building co. You gain the insights of people from their vast background, and you end up growing with your classmates, and they help build you up throughout the entire course. I can go on for hours about ironhack, but all I can say is... if you can take the time to take this course... it will change your perspective, your motivations, and your life in the most wonderful way. I recommend it from the bottom of my heart. I miss ironhack so much and hopefully, one day ill have the opportunity to participate in the web dev class as well. All the best, and good luck!Read Less",UX/UI Design,UX/UI Design +238112,10828,ironhack,R Jay Ortiz,False,2018,Ironhack. #2 in the World and a Life Changing Experience.,2018-08-28,5.0,5.0,5.0,5.0,"Pros: Everything.Cons: None.Undecided? Don't be. Take the leap. You won't regret coming to Ironhack.I recently graduated from the Ironhack Miami, Full Time Full Stack Web Development boot camp in August 2018I went to Ironhack to learn, hands on and specialize... Read More myself in web development after having self studied over two years on my own.Was it worth it? Yes. Did I learn anything? A ton. Was it hard? Oh yes it was.The Ironhack curriculum and training is intensive. It will definitely require more than 400 hours in 9 weeks, on your own time, besides your class time as well, mastering the craft in becoming a full stack developer. The hours will be spent in class will also require you to work at home and complete your class assignments, especially during your project weeks.It is intensive, fast paced, rigorous and incredibly demanding, but everything's done for you to succeed. If you can make it through the Ironhack curriculum, you can make it through anything else tech or life throws at you with an incredible confidence knowing that you know what you know. The instructors are always present as well as the Teachers Assistants. You are not alone as your classmates are going through the same things as you, are here too, working together as one cohort, in unity, fear not, you will always get some help when needed and if your not afraid to ask.Of course in Tech you won't know everything there is to know when you graduate, but you'll be prepared to have an incredible kick start and keep improving a lot faster than if you didn't attend Ironhack and tried to learn on your own. There are many that can learn well on their own by self study. It's possible. With Ironhack, my newfound skills and experience are now more solidified than ever. This is a lifelong learning commitment even after graduating. Just like breathing. If you are committed to coding, you can't stop coding. Commit. Commit. Commit. It will be woth it. You are worth it.Your instructor Nick, is the Godfather of Code. If he can't fix it, the code doesn't exist. A gazillion thanks to Nick, all the Ta's, Brito and the Ironhack staff. An incredible life changing experience I will never forget and no longer have to hope for a better future.Once you've graduated, you're always an Ironhacker. If you ever need anything during your job search, Brito is the man you can call and ask for help, advice, contacts, or even just drop by for events or just to say hello. Just be sure to slack him.You must be willing to work hard. Not procrastinate and definitely don't hesitate Just go for it. One of the most important investments you will make in your life. This is by far, not an expense, but an incredible investment in yourself. The return is....priceless.Read Less",Full-time Web Development Bootcamp ,Web Development +231531,10828,ironhack,Juliana Gregori,False,2018,UX / UI Full-Time bootcamp (Miami) - Take the plunge!,2018-08-27,4.7,5.0,4.0,5.0,"I just recently graduated from the UX/UI Design full-time bootcamp at Ironhack Miami, and I had the time of my life. It was a very difficult and extremely challenging process for me, but the amount of knowledge and hands-on experience you acquire in only... Read More 2 months is amazing. Needless to say, the bootcamp experience is really not for the weak hearted. It pushes you beyond your limits and tests you on every level to really pull out the best within each student.The most important skill I’ve learned during my time at Ironhack was to get comfortable with being uncomfortable. That’s essentially the nature of the course; it forces each student to enhance their strengths, but most importantly, work on their weaknesses. There is limited time to get assignments done, so exercising better time management is essential. There are presentations and public speaking almost every week, there is the constant exercise of accepting failure and making mistakes, and the idea that perfection is your enemy (so if there are any perfectionists out there, get ready to let go of this habit guys, because everything is actually supposed to be “Agile”). I also learned that throughout any UX/UI design process, the user should always be the guide, and you really have to follow and respect the process, never jump to solutions. The staff at Ironhack was very helpful and most importantly, were always positive. It really helps to be surrounded by instructors and TA’s who believe in each student’s potential, who are ready to listen when you need to vent, who provide constructive feedback, any help needed or just be uplifting with optimistic comments. I am very grateful to everyone at Ironhack who guided me throughout the cohort: my teacher, David, my TA’s Hugo and Hector, my Web Dev week instructors Sandra and Colby, as well as Brito, our super dedicated Career Resources professional! They just made my time in the cohort extremely enjoyable and meaningful.Also, being in such an amazing co-working environment such as Building, helped make the experience memorable. I really love it there, I always feel welcome and comfortable, like it is my home away from home. I have spent A LOT of time there, and I love the fact that students have access to the space 24/7 with the use of the fob (I didn’t want to return mine at the end of the cohort!). It is no wonder I would always tell people who asked me about the course that I would live at Building and sleep in Aventura. I cannot express enough how much I loooooved being in that space and am happy to return each time I visit. Everything about it was awesome: the classroom environment with the ability to write and ideate on the white walls, cover the glass walls with our sticky notes, the nook with the comfy couch on the 2nd floor, cafecito at 3:05 brought to us everyday by the very sweet ladies: Mercedes and Maria, and especially the rooftop with the beer on tap. It is just a great space to get inspired, work, and also to network.The only cons I have for the cohort, is that I wish the course were longer. I personally think 3 months would be ideal, but if not, then at least 2 weeks extra so that the students can have more time to work with the web devs and also to better prepare for the hiring week. I felt an enormous amount of pressure to get my portfolio ready and honestly didn’t feel comfortable with what I presented to perspective employers. So it is important to have either an extra week to solely focus on that or to incorporate it more throughout the cohort (weekly check-ins on the progress, time for business cards to be made). It was constantly drilled into us that “the portfolio is what will get you hired”, so quality time to work on it is essential. Students will be better prepared and most likely result in more hires right out of the hiring fair. So, win win on both ends: great for the students as well as the school. Being able to work more closely with the web dev cohort is also essential in order to better prepare for the field. It would be great to work with them in fully developing one of our projects into a functional app, for example.Overall, my experience at Ironhack was very positive and this was the best investment I have done for my career. I had to overcome a lot of personal difficulties and blockers along the road, but truthfully, there is nothing more fulfilling than when you overcome something that initially might seem impossible, whether that is fear of public speaking or just delivering assignments on time. I loved every minute of the cohort and will forever be a proud Ironhacker. I have made incredible friends, developed a great support system with the school, and am excited as well as ready for what is yet to come!!! Cheers!!!Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +244865,10828,ironhack,Maxime LÉGAL,False,2018,"I would say that my experience at Ironhack was really complete, enlightening, and memorable.​​",2018-08-25,5.0,5.0,5.0,5.0,"The UX/UI Miami bootcamp was really an awesome experience, and this at different levels.People I met there, my class, the teachers, the TAs, the web dev class and the staff are great. Everyone is on the same page, eager to work and bringing his skill... Read More and his good vibe to the tableThe network it brings you is huge, it's opening you several doors and gives you a nice pit stop to boost your careerThe content of the course is relevant and complete. David is a super pedagogue, and extremely attentive. Plus, we are working on three different projects which enable us to master the design thinking methodology at the end of the course.What I learned: The complete methodology of design thinking, how to actually use the lean UX method and how to conduct proper research.I feel ready to go on the market and I already had three mission offers after 3 weeks of graduation!The staff was really competent, and I would like to thanks particularly Jess, Alia, Brito, and David for their workBuilding and co, the cowering space was perfect and provides everything you need: a comfortable space to work, coffee and snack to refill at any time.To conclude, I would say that my experience at Ironhack was really complete, enlightening, and memorable.​​Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +244838,10828,ironhack,Brenda Matos,False,2018,Great Immersive Experience,2018-08-23,5.0,5.0,5.0,5.0,"I came to Ironhack as a way to transition out of teaching into UX Design. As a recent grad of Ironhack's UX/UI Design course in Miami, I can say that I couldn't have made a better choice. The support and experience that I received was amazing. Ironhack... Read More staff treated us as family and looked out for us as such by sharing knowledge, resources, and encouragement. The instructors and guest speakers are knowledgeable on the most current trends, and the holistic curriculum ensures that graduates are able to hit the ground running in our new careers. The learning experience was a great time and project based, there was never a dull moment.One of the most valuable things that Ironhack offers is the continued support even after you complete the program. They truely are invested in our success and have provided a life-changing experience. I am so happy with the decision to come here and so proud to be an Ironhacker.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +244126,10828,ironhack,Ali Sattar,False,2018,Definitely worth it - but go in prepared to work for it,2018-08-23,5.0,5.0,5.0,5.0,"I chose Ironhack because of its reputation, and from talking to actual IT recruiters in Miami who said Ironhack grads come out better-prepared than those from other similar bootcamps. The coursework is more rigorous so the grads themselves are better... Read More able to transition to actual real-world developer work / transition to other languages and frameworks better; and there's more job search / career prep.Just be prepared to put in a ton of time and energy. The course moves fast, and it's easy to fall behind if you're not taking it seriously or are trying to keep working while attending.Instructional and admin staff were incredibly nice and patient with us.Read Less",Full-time Web Development Bootcamp ,Web Development +244829,10828,ironhack,Alejandro Santamaria Gomez,False,2018,Best place to learn how to code,2018-08-23,5.0,5.0,5.0,5.0,"I was a digital artist who worked as a full time freelancer. So coding was not something I was very familiar with.IronHack helped me to learn the basics of coding during the first week. It is really impressive how fast the bootcamp guides you through... Read More the topics until you start learning some complex frameworks in a short period of time.I was able to find a job during the ironhack's event: ""Hiring Week"" where I was able to solve coding test of many companies.For someone who had no proffesional experience in coding, finding a job after 2 weeks was something unbelivable.I really recommend this bootcamp for people who wants to switch their professional career. I was able to duplicate my income in a very short time.Aside from the job part. The people I met in this bootcamp were very kind. The lead teacher and teacher assistants were always there to help me in the projects of the bootcamp. And the more experienced colleagues were also happy to help.Read Less",Part-time Web Development,Web Development +244047,10828,ironhack,Fernanda Sosa,False,2018,Ironhack --- Life changing experience,2018-08-22,5.0,5.0,5.0,5.0,"Ironahck meant more than just another educational program, It transformed my life. This amazing program allow me not only to meet exceptional people (students, teachers, TA's, staff) but to expose myself to code in an amazing way. I learned not only to... Read More follow instructions but to thinks as a developer in only 9-weeks.Read Less",,Unknown +244815,10828,ironhack,Otniel Gutiérrez,False,2018,Increíble pero real,2018-08-22,5.0,5.0,5.0,5.0,"Soy un chavo de 23 años que no sabía hacer nada, habia tenido ciertos trabajos pero nada en concreto que me gustara ni que tuviera futuro, y siempre habia algo que me preoucupaba...Otniel, que vas a hacer cuando seas grande ( sí como la canción :D).Me... Read More empezo a llamar la atencion la programacion, pero en si nunca investigue a fondo, hasta que sali de trabajar en donde estaba trabajando y dije venga vamos a cambiar nuestra vida, es un buen momento para cambiar y pum googlie escuela de programación y Ironhack salio en primer lugar. Fui a verlos y despues de dos entrevistas me aceptaron.El curso es intensivo, muchas cosas no las entenderas pero creeme que APRENDERAS. Ahora estoy trabajando y en donde trabajo cuando me presentan con un cliente o algun contacto me presentan como su desarrollador o su programador.Creeme, si quieres cambiar tu vida elige IronhackRead Less",Full-time Web Development Bootcamp ,Web Development +244814,10828,ironhack,Franco Rubén Vargas Pineda,False,2018,"Ironhack, developing my skills and myself",2018-08-22,5.0,5.0,5.0,5.0,"ironhack is a great code bootcamp, it teaches you everything you need to know to start your coder life. it teaches you how to be self-taught person and gives you all the tools you need to fully understand that you are capable of learning anything you... Read More want if you put some passion and dedication on it.When I took the bootcamp, a lot changed for me, I got to meet knew people so much different from me, my lifestyle and my career, but we get along very well to the point we started to feel a lot of affection for each other, we became a family.I got to see my family working so hard every week that it became inspirational to me. The ironhack bootcamp is not only about learning, but it also changes the way you think, it improves your discipline, your effort, stress management an a lot of additional personal behaviors and skills that are appreciated everywhere. Even if coding wasn't what you thought your life would become, it is definitely the kind of boost any person needs in it's life to live it intensely and full of self-confidenceRead Less",Full-time Web Development Bootcamp ,Web Development +244031,10828,ironhack,Juan Pablo Inzunza Alfaro,False,2018,This is THE BOOTCAMP,2018-08-22,5.0,5.0,5.0,5.0,"If you want to change your life and a career, Ironhack is the best option. You'll learn about the most advanced development skills in 9 weeks. At the end of the bootcamp you'll have the chance to get a job in any of the hiring partners that Ironhack has,... Read More the hiring rate is almost 100% of all the graduated students, I'm a living proof of that.Read Less",Full-time Web Development Bootcamp ,Web Development +244810,10828,ironhack,Stacey-Ann Arouff-Mc Veay,False,2018,Ironhack UX/UI Bootcamp in Paris,2018-08-22,4.3,4.0,4.0,5.0,"When I decided to change my professionnal path from psychology to UX, I had difficulty choosing from the different programs available. Ironhack Paris was a great experience and I don't regret the investment.By going to Ironhack in invested in myself 150%.... Read More Not only was it a leap of faith, it was the mean for me to learn differently : learn ny doing, learn with your peers, complete each other's skills. I got to learn the UX process and the different tools that come in handy when researching user problems and defining solutions. The instructors were supportive, listening.The strengh at Ironhack is the constant process of improving the was their courses go with student feedback every week or so. I got the understand how listening, observing people helped improving an experience and how design is not about pretty pixel, it starts with the WHY of every single pixel you design.The whole Ironhack experience was an intense human, those 9 weeks with the same people, day after day, from 9 am to 9 pm most days, taught me more than UX/UI, it taugh me the sense of family, the humility to admit you don't know and that someone else does, and how working together, making compromises, choosing what is best for the user (and not for you ego) makes better outcomes than working solo. To conclude, I found a job not even 5 day post Hackshow, starting this september 2018 !Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +244466,10828,ironhack,Gabriela Pineda,False,2018,One of the best experience of my life.,2018-08-20,5.0,5.0,5.0,5.0,"I did the UX/UI Bootcamp on Ironhack Barcelona and it was amazing. The teachers are well qualified, the projects were interesting and motivating and the environment of Ironhack is challenging, exciting and friendly. I spent 9 weeks in a place where I... Read More learned a lot and I met incredible people. It is a enriching experience that open doors to a new world.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +244400,10828,ironhack,Elise,False,2018,The Ironhack Family,2018-08-20,5.0,5.0,5.0,5.0,"The two months of intensive bootcamp that I have spent at Ironhack have been a very complete experience. The curriculum as well as the teaching style are all a professional could hope for and the support a student get is great. The bootcamp is very practical... Read More and a lot of help is needed to go through every project. We were strongly encouraged to ask for help from the staff and the teaching team, but also from each other. We very quickly realized that we were a little family that was growing together and we learned a lot and will keep learning. As for the facilities, the open space is very big and enables every one to find a space at any time as well as well equipped classrooms.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +244588,10828,ironhack,Giannini Charles,False,2018,Best thing I've ever done in my life!,2018-08-19,5.0,5.0,5.0,5.0,"When I came to Ironhack, I was a person pushing my life to the limit, having many painful life experiences. I went to Ironhack with not much more than hope in my heart and a will to give my ALL to change my career and change my life! I've met a community... Read More of so many great people, and together we gave our all to learn JavaScript and the MEAN Stack (MongoDB, Express.js, Angular2, Node.js). If you're looking at this now, they've probably updated to MERN Stack (MongoDB, Express.js, React.js, and Node.js).Be ready to work HARD, and put in HOURS to accomplish. The bootcamp says 400 hours, but it takes more than that to be very proficient. They prepare you to learn code, search for answers, and the career preparation by Brito is better than ANY career prep I've ever had in my life! The experiences I've had in Ironhack have marked me positively for life, and I feel strong not just in my very basic foundation in Web Development, but as a person. I can say that Ironhack is the best thing I've ever done in my life, and the benefits are just beginning :)Oh! You'll be at a MASSIVE advantage if you read, understand, and apply You Don't Know JS, Eloquent Javascript, and learn basic Javascript Data Structures and Algorithms before the prework, but you'll be able to make it through without those, although you may need them at the end to help you be a top candidate for a job :).If any questions, find me on LinkedIn! https://www.linkedin.com/in/gianninicharles/Read Less",Full-time Web Development Bootcamp ,Web Development +244560,10828,ironhack,Kellyn Cabeza,False,2018,AWESOME experience,2018-08-17,5.0,5.0,5.0,5.0,"I'm recently graduated from Ironhack Miami UX/UI full time and the first thing that I have to say it's that this course changed my life, not just because I changed careers, It's because I have another family now. We are part now of a community of fantastic... Read More people.My instructor, David Fast and our TA's Hector and Hugo, were VERY supportive, they always taught us and helped us with the best disposition possible.One of the best thing that this course has it is at the end; we had some days to prepare us for interviews, in the hands of Daniel Brito. He will help you to find your dream job, but as he always says, ""I'll put you the ball there, but you need to bat it""lol. That means that you need to be constant and put an effort too.I'm happy that we finished and now we can continue following our dreams, but sad at the same time because its over.Thank you so much Ironhack, I had good expectations for the first time, but at the end, there is no word or number to measure how amazing it was.Read Less",UX/UI Design,UX/UI Design +244551,10828,ironhack,Sergii Khaiba,False,2018,Full time UX/UI Design Bootcamp(Miami),2018-08-16,5.0,5.0,5.0,5.0,"I've been a student in Ironhack Miami Bootcamp. I was taking Full-time UX/UI course.The course is very intensive so in order not to lose track of the program you'll have to work hard and make a lot of exercises. But I want to say that it worth it, trust... Read More me, guys. You will never be the same person again once you finish. It will change your life completely, and change it in a better way. Besides design, this Bootcamp teaches you how to be successful in your life, solve problems and never give up. It's all about passion...its all about GRIT. The teaching staff has been great and they were often available to help you also in extra hours. Many thanx to our instructor David and 2 TA's: Hector and Hugo. All of them were supporting and pushing you to do more and learn more. The curriculum is amazing too and focused on your practical skills. Like we say in Ironhack ""Learning by doing"". All that skills that you polished here, you will be using in real life and that's why Ironhack is the best one ever.Ironhack is all about hard work, persistence, and dedication. Ironhack is family. It feels like second home here. And yes you would have your father here. His name is Daniel, but you can call him Brito. This guy got your back, he is outcomes manager and will help you to find your dream job. You would get mother too. Her name is Alia, she is general manager, wonderful and wise woman btw. And finally, you would get a ton of sisters and brothers, which are people from your cohort and grads from previous cohorts. Oh, snap! I forgot to mention your new older sister- Jess (program manager). She is an amazing person and she will make your days in boot camp bright, funny and enjoyable.If you are looking for a new start in this field and change your life I suggest people think seriously and join Ironhack family. WelcomeRead Less",Full-time UX/UI Design Bootcamp,UX/UI Design +244774,10828,ironhack,Ricardo Fernandez,False,2018,Ironhack Miami UX/UI design bootcamp was awesomeeeee!,2018-08-16,5.0,5.0,5.0,5.0,"The course was more then what I expected and it was a life changing experience for me. I loved the campus, love my instructor (David Fast) and the TAs. The environment is set up for success and Brito (Outcomes manager) is trying his best get everyone... Read More jobs. Overall I'm going to miss Ironhack Miami. They not only helped me grow as a designer but as a person as well. Thank you Ironhack!Read Less",Web Design,Other +239497,10828,ironhack,Julien Chil,False,2018,9 weeks of fun and hard work !,2018-08-16,5.0,5.0,5.0,5.0,"Best decision I've made !! I had no background in tech before and I can't believe how much I learned in 9 weeks. Even if the pace is very intense, no one is left behind in the class and everybody makes sure that all the concepts are fully understood by... Read More the students. Moreover, the BCN team is awesome, I had the best classmates and the best TA's.Read Less",Full-time Web Development Bootcamp ,Web Development +239423,10828,ironhack,Elvire Volk Léonovitch,False,2018,Awesome!!!!,2018-08-16,5.0,5.0,5.0,5.0,"The greatest learning experience I've ever had! It was like having a big family (we were 21) for 2 whole month. The classes were very complete and effective and I was really able to see my progress during the different projects.The teaching staff is very... Read More welcoming, efficient and caring. I really felt like they wanted the best for us. They encourage us to keep in touch after the bootcamp and we can go to them for advice.I totally recommend it!Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +244399,10828,ironhack,Pia Ocepek,False,2018,Awesome bootcamp ,2018-08-16,4.3,5.0,4.0,4.0,The bootcamp was super intensive but great. I strongly recommend it! It changed the way I design and think. I am so grateful to have the chance to meet all the great staff TA's and Professors.,Full-time UX/UI Design Bootcamp,UX/UI Design +244500,10828,ironhack,Christine Beck,False,2018,"Hard work, good people, worth it.",2018-08-15,5.0,5.0,5.0,5.0,"I finished Ironhack’s full time web dev course last week and I highly recommend it, if you want to work hard and learn fast. I started with nearly zero coding experience and I built a game and 2 web applications during the course. Designing and completing... Read More these projects was important because it helped me understand and experiment with the new technology I had learned, now I have projects to show potential employers. I found the overall Ironhack experience to be friendly and supportive, but it also challenged and pushed me to work as hard as I could. The Ironhack staff are really down-to-earth, smart, dedicated, and love coding. I really cannot say enough good things about the people there. Our class was one of the largest they’ve had, but individual help was still readily available. Communication with the instructor, TAs, and other students was easy and fast - we used SLACK, which is a commonly used communication tool in the tech world. Right now I’m doing the career week - the week after you graduate Ironhack helps with resumes, interviewing skills, and also holds a job fair. This was one of the main reasons I chose Ironhack and so far it has been a great help.Read Less",,Unknown +244380,10828,ironhack,Junior A. Mendez Mateo,False,2018,Definitely recommended!,2018-08-14,5.0,5.0,5.0,5.0,"Great coding school! The curriculum introduces you to everything you need to know to become a full stack web developer as quickly as possible. It also lays the foundation for you to explore additional software development concepts that are not covered... Read More for the sake of time. I recently graduated with an associate's degree in computer programming from my local community college, and after attending Ironhack I can definitely recommend it to anyone trying to start a career in software development, regardless of skill level or experience.Read Less",Full-time Web Development Bootcamp ,Web Development +244357,10828,ironhack,Javier Romero,False,2018,Learned web dev from real profesionals,2018-08-14,4.7,5.0,5.0,4.0,If you are interested in web develpment Ironhack is the place to be. In just a cople of months I was able to dive deep into advanced features of web development. I would 100% recommend this bootcamp to anyone!,Full-time Web Development Bootcamp ,Web Development +244285,10828,ironhack,"Emily Cleary, M.A.",False,2018,Life Changing Experience,2018-08-14,5.0,5.0,5.0,5.0,"Attending Ironhack's full time UX/UI Design program was something that I was interested in but not sure if I should take on. Someone recommended it to me, and after seeing his success and all around improvement in life, I knew it was a chance I could... Read More not pass up. I'm so glad I did the program! Not only did I learn countless valuable skills that will help me as a designer, I gained an entire family, network, and support system. My instructor David served as a mentor and friend when he wasn't teaching, and the events and guest speakers hosted by Ironhack never disappointed. I feel ready to take on the world of design, and I've already started applying design thinking to all aspects of my life. I definitely recommend Ironhack if you are seeking to change your career, improve your skillset and make yourself more valuable, learn something new, or just gain a community that you know you can rely on!Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +244498,10828,ironhack,Jonathan Stio,False,2018,A Super Immersive Yet Refreshing Approach To Learning About UX/UI Design,2018-08-14,4.7,5.0,4.0,5.0,"I was working full time as creative when I first heard about Ironhack. My schedule was busy and I was devoted to my career, but it was always a thought that would cross my mind over and over again. There came a point where I felt I needed a challenge,... Read More and after winning a scholarship through uber, I was able to raise the funds to attend the UX/UI cohort and still continue working at the same time. The 9 weeks I spent at their coworking space in Miami not only provided me with an intense curriculum, but also the challenge of solving real world problems and devising projects to make them a reality. We started as 22 strangers and left as a family looking for ways to make the world a better place through design. I have no regrets after attending this course and would reccomend to anyone that has an interest in problem solving, research, or design.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +244347,10828,ironhack,Dali Rojas,False,2018,Great experience!,2018-08-14,4.3,5.0,3.0,5.0,"I would 100% recommend Ironhack to any friend interested in Web Development. I believe that someone motivated enough will succeed with the assistance of Ironhack. It is not easy, and it is not a golden ticket to a job (although it can be if you work hard... Read More enough). Ironhack has a great network here in South Florida and companies absolutely notice their name on a resume or LinkedIn profile.Continue reading for a more detailed look at my journey at Ironhack.Background: I never worked in anything tech or programming related. I had some programming experience from undergrad and from there on out, I have been taking steps to improve my development skills but felt like I hit a wall.Why I joined: I wanted to build a portfolio and break down that wall. I wanted to switch careers and become a developer/engineer. I chose Ironhack over their competition because of the MEAN Stack, these reviews, and the passion and family-like culture I received upon initial contact with the staff.Staff: Ironhack keeps expanding and stays progressive with their vision and every employee really cares and believes in that vision. From the top down, everyone is approachable and makes you feel at home. Your instructor? IronhackerTA's? IronhackersThey have been in our shoes. They know what it takes to push you and make sure they set you up for success. They are happy to do it. It is not a ""job"" for them, it's a passion. My cohort had a new instructor, Nick. Everything I had read about Ironhack before joining was about Nizar and I had high expectations. Nick did a great job, and he had a great team of TA's too. Lead TA - Sandra is a machine. You will not fall behind even with the fast pace because of this.Experience: HIRED 6 weeks after hiring fairTo get the most out of this course, you will live, eat, breathe, and dream code. This is 9 weeks full time, and 1 more for hiring week. In these 10 weeks, do not expect to have a life outside of Ironhack. Make sure you have the full support of a significant other because it is not an easy balance. Your friends will be non-existent. It's a boot camp for a reason. Even with some coding experience, I would find myself still at Ironhack until 10-11pm most days. Project week will hit you like a ton of bricks. Beer on tap will keep you sane.On the bright side, you are going to be in a setting with dozens of people who have the same mindset and goals as you. This makes it a lot easier.What isn't obvious is that it does not stop after these 10 weeks. When you are looking for work afterward, it is also a full-time job. Expect to be looking for work for 4-8 weeks minimum.And it doesn't stop there. If you get hired, it's going to feel like another boot camp. So make sure you take that all into account before jumping in and make sure you can be fully committed. Job assistance: There is a hiring fair set up by Brito that at the very least will give you some practice on interviewing. I interviewed with 6 companies and with two of those, I went through their whole interview process afterward. I did not get hired by a company from the hiring fair (but others did).Brito makes sure you are taking necessary action in your job hunt and guides you. I applied aggressively and was able to land multiple phone interviews and several in-person interviews. Rejected by plenty, but in the end, I was able to get multiple offers.Conclusion: I would do it all over again if I could. I knocked down that wall and changed careers, and made great friends at the same time. Tips: Take your LinkedIn and resume seriously. Attend tech events and meetups. Try to do coding challenges on HackerRank and/or CodeWars.Feel free to message me on LinkedIn if there is anything else you'd like to know.Read Less",Full-time Web Development Bootcamp ,Web Development +242553,10828,ironhack,Juliocarlos Velez,False,2018,A great 9-week experience,2018-08-13,5.0,5.0,5.0,5.0,I wasn't expecting much when I signed up for the bootcamp but at the end of it all I can say I'm amazed in what I learned in such a short period. I was expecting to maybe learn how to to build a simple website but we learned that in just the first 3 weeks.... Read More I had an amazing group of classmates and amazing TA's.Read Less,Full-time Web Development Bootcamp ,Web Development +244362,10828,ironhack,Jihad EL OBBADI,False,2018,Great Experience (on both the technical and human sides),2018-08-03,5.0,5.0,5.0,5.0,"I finished the Ironhack Paris Bootcamp at the start of August '18 and I still can't believe it is already over !I started as a total beginner and went to Ironhack in order to get the basics on the frontEnd and backEnd sides of the web development process.... Read MoreThe training is short but INTESE ! Nine weeks and hundreds of hours of organised learning and personnal one !You have to be able to work hard and give up on some parts of your social life for a short period of time but it is so worth it! The teacher, the TAs and the whole staff are always there if you need anything ! The classmates are all in the same boat but you can count on mostly everybody to lift each other and work together !The courses are really thought to satisfy your curiosity and also to attract future comanies.Don't expect to become a web dev wizard at the end, but you'll be showed the ropes to improve and keep on going !And one IMPORTANT THING : Ironhack is not just for 9 weeks ! Once an Ironhack, forever an Ironhacker !Read Less",Full-time Web Development Bootcamp ,Web Development +243738,10828,ironhack,Manelle Gueriouz,False,2018,Amazing experience,2018-08-03,5.0,5.0,5.0,5.0,"I just finished my Web development bootcamp and it was an amazing experience.I was scared to change my career but Ironhack taught me all the tools I needed to do so, including how to continue learning stuff by myself after the bootcamp, which is the most... Read More important for me.The staff is amazing, very friendly, and is ready to give you the support you need. The teacher is the best you could hope for. It was like having a new little family :)I just finished the bootcamp but we already have a lot of job interviews so I'm looking forward to what's coming next for me!Read Less",Full-time Web Development Bootcamp ,Web Development +244342,10828,ironhack,Renaud Moiselet,False,2018,Great experience,2018-08-01,5.0,5.0,5.0,5.0,"I graduated from Ironhack Paris by the end of may '18 and if I could, I would do it again right now.To be precise on my personal background, I started as a junior and not a total beginner, I went to Ironhack to specialize myself in web development after... Read More having completed a longer, more general training which started my career shift.About the training itself, it is short but intensive, more than 400 hours in 9 weeks, only talking about hours spent in class here, you will work at home too, especially during project weeks.It can sound harsh, and sometimes it is, but everything's done for you to succeed. The teachers are always present and your classmates who are going through the same things as you are here too, you will always get some help when needed.The content of the curriculum is thought to be in accordance with entreprises' needs and is evolving to keep it this way. Of course you won't know everything there is to know when you graduate, but you'll be prepared to have a kickstart and keep improving. The teachers were all cool but special mention to Nizar who was our lead teacher. His way of teaching has never been boring, good tone and speed for talking, good balance between seriousness and fun... This is really different from about every course I've attended before.And as a last word, once you've graduated, you're still an Ironhacker, if you need anything during your job search (which could end during the hiring week, next week after graduation), you can call them for help, advice, contacts, drop by for events or just to say hello.If you're willing to work hard, don't hesitate, go for it, this is not an expense, this is an investment in yourself.Read Less",Full-time Web Development Bootcamp ,Web Development +244257,10828,ironhack,Fernando Comet,False,2017,Ironhack Part Time Bootcamp Madrid 2017-2018,2018-07-26,5.0,5.0,5.0,5.0,"I made the UX UI Design Bootcamp at Ironhack in Madrid from September 2017 to April 2018.This is a nice opportunity for people working who want to learn new things or professions, Ironhack has this good offer, it is not as the usual Bootcamp where you... Read More stop everything you do to concentrate on the bootcamp. It lasts for almost six months, so on the one hand to be honest it is hard time if you are working but on the other hand you have more time to assume all the knowledge and to practice it.The place is very nice as Ironhack Madrid is located on a cultural centre in Madrid, Matadero. There are good installations and you can go to study there whenever you want. The bootcamp is divided in six units, in all of them you have a practice as the lema of the school is “learning by doing”, you can also study online with a nice platform.Special mention for the teachers, we had six, all of them specialized in their areas, one for UI, other for Research, other for testing, coding, etc. Finally, there is a great sense of community at Ironhack, not only for the relationships between pupils, alumni and teachers, but also if you are looking for a job. There is what they call a hiring week at the end of the bootcamp.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +243589,10828,ironhack,Nicole Rodriguez,False,2018,UX/UI Design Course,2018-07-23,5.0,5.0,5.0,5.0,"Honestly, Ironhack helped me change my life. I gained purpose as a designer and so many incredible tools for myself to succeed in the future. The job fair and prep was honestly by far the best I've received in my life. I went to private schools my whole... Read More life and not even my college prep or counselor was as helpful as Daniel Brito through this process. I thank Ironhack (& Uber) for the opportunity of a lifetime.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +244051,10828,ironhack,"Mateus ""Matt"" Da Silva",False,2018,This is the bootcamp you're looking for.,2018-07-12,5.0,5.0,5.0,5.0,"I did a ton of research before choosing the right program for me, and the moment I found Ironhack I knew it was the right choice. From the very first point of contact with the company I could feel the passion from its team and it was contagious. I was... Read More eager to learn more and take my design skills to the next level, and what I got was all that and more. Much more than just a bootcamp experience, the Ironhack experience is about making new connections, new friends, making lasting memories. The hours were long and the work was hard, but it was all worth it. The program is very comprehensive and complete and I received all the necessary support and guidance I needed from my instructor David Fast and teacher assistant Snezana Dragusev. David kept it all fun and interesting, and did a tremendous job at getting the material across, and Snezana was always available to lend a helping hand and keeping the entire class in high spirits. The UX/UI course also comes with an exciting web development-focused week which supercharged my front-end dev skills, all with the help of web instructor Fernando Azevedo. The entire Ironhack staff is exemplary, always on the ready to help you out, offer their guidance or just chat with! Huge props have to be given to Alia Poonawala (General Manager at Ironhack Miami), Jessica Gonzalez (Administrator), Patrick de la Guardia (Admissions Director) and Rebecca Willett, General Manager at Building.co, the coworking space where Ironhack Miami is located.The Ironhack bootcamp also offers an amazing job support program, masterfully orchestrated by Outcomes Manager Daniel Brito. Brito goes above and beyond in helping students learn best practices for job interviews, job tracking, soft skills interviews and generally how to get out there into the real world after the bootcamp is over. The mock interviews and actual interviews are great practice, if nothing more. The guest speakers Brito gets to come in are also a real treat and a part I looked forward to every week of the course. There really is no better way to learn than to hear from actual people who are in the field and have tons of experience already.All in all, I went into the course expecting to leave with a lot more UX/UI knowledge, but I left with so much more. I am more confident in my own abilities and skills and feel more ready to tackle the world and find the opportunities I long for. This is an experience I will carry with me and refer back to for the rest of my life.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +237942,10828,ironhack,Hector Gutierrez,False,2018,UX/UI Design Course,2018-07-12,5.0,5.0,5.0,5.0,"By far Ironhack Miami gave me the best school experience I have received thus far. Other schools sometimes seem like it's on airplane mode but this school was exhilarating, spontaneous and down-right motivational. Coming from a person that has no design... Read More background, Ironhack gave me the resources to not only believe in myself but expand my creativity. This course gave me a vast knowledge of UX design material in a short amount of time. My professor David Fast and teacher aide Snezana Dragusev were a great support and always there when I needed them. Giving me feedback all along the way and inspiring me to think outside the box.This course properly showed me the real purpose for designing a product. I wish I would have learned about Ironhack earlier in my life.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +243945,10828,ironhack,Mateus Félix,False,2018,Gave a new meaning to my life,2018-07-06,5.0,5.0,5.0,5.0,"After coursing three years of Physics and one year of Computer Engineering in Brazil I decided to attend a programming bootcamp at Ironhack. I wanted to gain the knowledge that would help me develop my own web applications and after doing some research,... Read More I found out that Ironhack was teaching about new technologies. Some other bootcamps teach about relational databases (SQL) and use outdated programming languages. I wanted the new stuff. There we learned the MEAN stack (MongoDB, Express, Angular and NodeJS), which is what you need for getting your ideas out of the paper and put it into practice.I can say that I am currently fully capable of developing some ideas that never got out of paper because I didn’t even know where to start. I’ve tried to learn by myself, with free online courses, with paid online courses (actually one from Codecademy), but nothing compares to being more than 12 hours a day coding non-stop, doing pair programming, being in a class with other 20 people with the most different backgrounds and experience levels.At the end of the course we go through a Hiring Week, where we had like 40 interviews with companies wanting to hire people for IT jobs. By now I've learned that of the 28 people that attended the bootcamp with me (ended about a month ago), more than 20 are employed. Included me, I'm currently working in Ironhack São Paulo helping open our new campus and I'm very happy for helping other people go through this same experience. Aside all of that, this was an experience that helped me gain self-knowledge.Best things:- Practice. Practice. Practice.- Support from the teacher assistants- Advisory on how to build a professional curriculum- Job interview training- Incredible networking- Learning new technologiesRead Less",Full-time Web Development Bootcamp ,Web Development +243837,10828,ironhack,Anonymous,True,2016,A very helpful start,2018-06-29,4.5,4.0,0.0,5.0,"I attended the Web Development bootcamp at Ironhack in Barcelona about two years ago. When I attended, I had been working as a web designer for 3 years and I was looking to extend my skills and maybe go for a career change. I though I wanted to do web... Read More development, but I wasn't sure yet. Everything I knew at that point was self taught, so I figured I needed some serious study in order to feel more confident. After three months of intense studying during the bootcamp, I must say that I managed to build a web app and I had the guts to apply for a front end position. After some trial and error, I finally got the job I wanted :)The pros of the bootcamp are that it's really accessible, that there were people there to support us even at 9 - 10pm, that the final project we worked for was really practical and mentored by people working in the field and that at the end we had great opportunities for interviews.I really liked that the levels of people in the cohort really varied so while some fellow students could help me with certain issues, I could, in my own turn, help other with different issues. This way, you never feel too bad about yourself. We also worked really hard, till late in the night sometimes, and the tutors were there to help. They were really nice, supportive and dedicated. For the final project, based the profile of the project, we got matched with someone working in the field. At the end, looking at what I had built, I felt proud and confident that I could take that app further. The tutors also helped us optimise our linked in profiles, we had professional photos taken and really felt that they did everything to help us find a job that we like.For me, the biggest benefit was that I figured out what I liked from web development (specifically Front End development) and that I gained confidence to apply for the job I wanted.The cons are that, indeed, being very accessible, you get people with very different backgrounds and for some it can be very difficult. I had some knowledge of how the web works, of HTML and CSS, but for who doesn't have any knowledge, I think it can be pretty frustrating to dive straight into web development with all its aspects. Also, Back End and Front End are a lot to cover in 3 months, so I would actually prefer it if they were separate. Then you'd have more time to practice everything properly. Sometimes it felt rushed, because we had a curriculum to go through. That's about it. All in all, it's really helpful if you wanna taste the web development world and you're not sure which way to go. It also helps to fill in the gaps, if you have some knowledge already, but in bits and pieces, like I did. Good luck!Read Less",Full-time Web Development Bootcamp ,Web Development +234879,10828,ironhack,Diego Vázquez,False,2018,¡Best Bootcamp in Mexico City!,2018-06-28,5.0,5.0,5.0,5.0,"There are two versions of my life :- Before Ironhack- After Ironhack as Full Stack Web DeveloperThis bootcamp, literally changed my life, I'm 100% sure that it's the best bootcamp in Mexico City.Ironhack covers the whole ""full stack in web development"".... Read MoreIf you want to change your life and do something quickly and effectively, learn in Ironhack, it's my best adviceOverall: 100%Curriculum: 100%Job Support: 1000%Read Less",Full-time Web Development Bootcamp ,Web Development +235593,10828,ironhack,José Manuel,False,2018,What I expected...& much more!!!,2018-06-27,5.0,5.0,5.0,5.0,"What was my situation before entering Ironhack?1.- An standstill naval engineering career that was leeding me to a self frustration.2.- The need of a steady job in which I could feel valued and useful at the same time.3.- A huge passion for web development.... Read MoreWhat were my expectations?1.- To learn the web programming language properly, both in the front, in which I already had some experience (not so much, as I discovered during the first days of the course) and in the back, where I was a complete newbie.2.- To find a good job to be proud of as a web developer, with opportunities for continuous learning and professional development that would allow me to obtain my desired stability to start building a good vital project.So...how was it?Incredible! A week after finishing the course, after metting almost 40 IT companies, all of them convened by Ironhack and most of them of hight standing, with numerous and attractive professional offers, I was signing with one of those companies that I was attracted the most, furthermore, it exceeded my expectations of learning, self development and gave me the possibility of working with cutting-edge technologies. In the end the extended knowledge I got during the Bootcamp allowed me to create three large projects to present to these companies that led them to get a better idea of ​​my new abilities and recently acquired capacities.What would you highlight?1.- The training, magnificent, very tuned to what companies require and very refined after the experience of many previous bootcamps' feedbacks.2.- The teachers, full of knowledge and close to us, they would always be available, either in person or through the chat that we used.3.- The facilities, forefront and opened 7 days a week in which we passed around 12-14 hours at least 6 of them (7/7 the week of the final project). Comfy, well provided kitchen, WiFi and resting areas.4.- The great level of camaraderie and union shared among the students. As we spend those many hours together in my Bootcamp the atmosphere was always priceless, I had the opportunity to meet some very interesting people with whom nowadays I continue to maintain contact beyond the mere professional level.5.- The large number of Meetups and meetings that are offered to help to expand knowledge and to facilitate net-working.6.- The great work of follow-up and labor orientation that is done during and after the Bootcamp.7.- The enormous effort that is made to generate community among all the Alumni, encouraging them to maintain contact, arranging open Meetups on the Ironhack campus or simply to share a beer on Fridays.IMPORTANT: In case it is not clear, the 9 weeks full-time Bootcamp that I did, requires you to be very very focused on your work (as I said, I only rested one day a week and in the week of the final project not even one). There will be many frustrating moments when you face difficulties and hight demanding code problems. Many of the daily exercises you can not do whole. The teachers are there to help but they will not take you by the hand. Actually all that is in fact designed to be that way, it is precisely this challenge that leads you to quickly acquire the knowledge, resources and ease necessary in the 9 weeks of the course.SUMMARY: Without a doubt, the best decision I ever took. It has allowed me to redirect my career with satisfaction. It has allowed me to acquire great knowledge in a field that I am passionate about. It has helped me to meet great people and to feel part of a community that is always there when you need it. In the end, the reward has been much much greater than the effort invested (also economically speaking). Once an Ironhacker, always an Ironhacker.Read Less",Full-time Web Development Bootcamp ,Web Development +235472,10828,ironhack,Anonymous,True,2018,Awesome!,2018-06-27,3.7,4.0,4.0,3.0,"It was an awesome experience who I recommend to anyone thinking to change his career like me.Beyond learning, the atmosphere between staff and all the students was the best.I would definitely repeat!",Full-time UX/UI Design Bootcamp,UX/UI Design +235427,10828,ironhack,Anonymous,True,2017,Ironhack’s UX/UI bootcamp helped me change my career path,2018-06-27,4.7,5.0,4.0,5.0,"Pros: everything, going straight forward to what actually is really important to learn, dropping all the bullshit. We learned not only by watching and listening but also by doing, having the chance of doing some projects done during the lenght of the... Read More bootcamp, both in teams and individually. Code week was one of the highlights of the course, because as a designer it is super important to be able to understand and communicate with developers. Also, the hiring week is an amazing boost to enter the digital working environment!!Cons: Almost nothing, just I wish I could do it againRead Less",UX/UI Design,UX/UI Design +243746,10828,ironhack,Anonymous,True,2016,An experience worth trying!,2018-06-22,5.0,5.0,5.0,5.0,"Before joining Ironhack I was working in a field where I'd a very stressful job but little money. I had my doubts about whether or not I'd be suitable for IT and designing digital experiences, as I had experience in traditional products and events. My... Read More first step into UX was a job interview, I applied for a UX Researcher position and got the interview! I loved the job and thought: ""I definitely can do this!"". Sadly, I didn't get the job due to lack of specific knowledge of the field (mostly tools, techniques, methodologies and vocabulary). Right away I maid the desition of joining the Bootcamp, a shortcut to get a well-paid job that I really liked. One week after starting the UX Bootcamp I thought to myself: ""Now, I'd definitely get the job!"". I learned everything about design thinking, lean & agile methodologies, how to craft a UX Strategy and deliver a meaningful UI, always taking a user-centered approach to problem-solving and product design. Ironhack's staff and the teachers' board were beyond generous to help me achieve my goal, getting my first job in IT and becoming a Digital product creator. I even moved from Madrid to Barcelona and could enjoy career service in either Campus. I got a job during week 6 due to my modest front-end abilities and eagerness to learn more. My classmates are still friends, we try to stay in touch and inspire one another, share job opportunities and help us continue learning. Now I can say I'm fully immersed in IT, have a better-paid job and can see my career evolution in this field. Ironhack gave both technical skills I lacked, coached me in soft skills and offered a great network to start making my way. Absolutely recommend this course if you're looking for an effective change in the Design Field.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +243698,10828,ironhack,Alba Balbás,False,2018,Awesome experience!,2018-06-21,5.0,5.0,5.0,5.0,I just finish full-time UX/UI Design studies in Ironhack.For me was so important and good experience and I would not doubt to recommend it course.Ironhack is a great place to study and do network.,Full-time UX/UI Design Bootcamp,UX/UI Design +235310,10828,ironhack,Pablo Laso Cortabitarte,False,2018,Perfect decision to start,2018-06-20,5.0,5.0,5.0,5.0,"Doing the Web Development Part-time was a fantastic experience. I started with zero knowledge about Javascript and two weeks after finishing the bootcamp, I have started working as a Front-end developer in an amazing company. This will be so difficult... Read More without attending to this bootcamp, self-learning is a good option, but you won't be able to grow as fast as you will do here, you won't meet amazing people and the Ironhack community. In my opinion, everyone interested in web, not only people wishing to be software developers, should attend this bootcamp, besides, you have the part-time option if you are currently working.Read Less",Part-time Web Development,Web Development +242396,10828,ironhack,Jens Kai Heilemann,False,2018,Life changing experience,2018-06-19,4.7,5.0,4.0,5.0,"Ironhack was an amazing experience. I knew nothing about coding before going in but 9 weeks later I feel like I have a solid base to start my coding career. The Instructors and TA's are dedicated to your learning experience and will sit with you and work... Read More things out until you have a solid grasp on whatever concept we're learning about that day. Ironhack is incredibly fast-paced. But as long as you're dedicated, keep studying and keep working hard every day, you won't regret attending. The people you meet will not only help you through the camp but also become your friends for life. Another reason I would suggest this Bootcamp instead of other coding boot camps is Daniel Brito. He's the placements manager at Ironhack and he goes above and beyond to help you find a job after Ironhack. He trains you in what to say for the interview, brings in multiple guest speakers along with presentations, and even organizes a hiring fair that takes place solely for Ironhack grads. He won't rest until you're employed.Read Less",Full-time Web Development Bootcamp ,Web Development +240171,10828,ironhack,Claudia Hernandez,False,2018,Incredible Experience,2018-06-19,4.7,5.0,4.0,5.0,"As someone with zero coding background coming into this course, I can honestly say that overall, the experience was life-changing. When it comes to the staff, I've never seen a group of people put so much effort and time into helping out their students,... Read More even if it means staying until 10 PM to try and figure out a problem. The classroom environment was very engaging, we often had code along sessions with our instructor. Sometimes the coding along was a bit difficult to follow because it moved quickly, but after expressing this to our TA's (teaching assistants), they made sure to speak to our professor and it made a huge difference. I would also like to mention how wonderful the hiring fair experience was. Brito went above and beyond to ensure we were all prepared for our interviews (both technical interviews & soft skills interviews) the mock interviews we had leading up to the hiring fair made a huge difference and really helped put life after the Bootcamp into perspective. Wish I could go back and do it all over again!Read Less",Full-time Web Development Bootcamp ,Web Development +234684,10828,ironhack,Anonymous,True,2018,Great Experience!,2018-06-19,4.7,5.0,4.0,5.0,"From the very beginning Ironhack was a great experience for me, The process was great and there is huge support in the Ironhack community. I feel Ironhack was a great way to embark on my tech career and I would highly recommend it!",Full-time UX/UI Design Bootcamp,UX/UI Design +233499,10828,ironhack,Randy Arbolaez,False,2018,best coding coding bootcamp ever !!,2018-06-18,5.0,5.0,5.0,5.0,"My experience at Ironhack was amazing, I learned a lot and I had no coding background whatsoever . I would have to say that Ironhack staff is one of the nicest and most hardworking group of individuals that I ever met, they work so that the students understand... Read More whats going on in class, and the curriculum goes at the right pace. If you’re wondering if you you want to attend this coding bootcamp or another one I definitely recommend this coding bootcamp, if you work hard and pay attention you’re going to succeed. And after you're done with school, they'll even help you get a job. Overall I definitely recommend iron hack to anybody that wants to learn how to become a web developer! 10/10Read Less",Full-time Web Development Bootcamp ,Web Development +233355,10828,ironhack,Randy Arbolaez,False,2018,best coding coding bootcamp ever !!,2018-06-18,5.0,5.0,5.0,5.0,"My experience at Ironhack was amazing, I learned a lot and I had no coding background whatsoever . I would have to say that Ironhack staff is one of the nicest and most hardworking group of individuals that I ever met, they work so that the students understand... Read More whats going on in class, and the curriculum goes at the right pace. If you’re wondering if you you want to attend this coding bootcamp or another one I definitely recommend this coding bootcamp, if you work hard and pay attention you’re going to succeed. And after you're done with school, they'll even help you get a job. Overall I definitely recommend iron hack to anybody that wants to learn how to become a web developer! 10/10Read Less",Full-time Web Development Bootcamp ,Web Development +243673,10828,ironhack,Diego Leal,False,2018,Worth the time and effort,2018-06-16,5.0,5.0,5.0,5.0,"Although the work is intense, working every weekday from 9 to 6 and then most of the time leaving for the night with work to do, and also having projects over the weekend, the payoff is most certainly worth it. In just nine weeks you learn how to develop... Read More applications with the MEAN stack and then get prepped for the interview process and provided with companies interested in hiring Junior Developers. During the nine weeks, work looked like this. We worked on three different modules separated into three weeks each. We would have classes for two weeks and then a project involving what we learned for the third week. A regular day looks like this. In the morning you would study and follow along with a lesson for about three hours. Then you would make an excercise applying these lessons with a partner. After that we would get an hour for lunch and then another block of three hours of learning and then an hour of doing an excercise. The only changes in this were during our project weeks were the workflow was more freeform, and really up to you. There are no tests, no grades, your performance is based on the quality of your projects as they will serve as your portfolio.After these nine intense weeks you get a tenth week of the course which is exclusively prepping for the interview process and the hiring fair. You practice some technical and soft skills with people that usually do that process in their respective companies. The final two days are were you actually interview during a hiring fair held in Ironhack. This looks like speed dating as there are tables set up with companies, and you go and pitch yourself to them for about twenty minutes a pop. Most of the companies that attended our hiring fair well really reputable places that seem like good companies to work at and keep developing skills.The only real downside to this course is how time consuming it really is, requiring you to put the rest of your life on hold for these 9 weeks. Overall it was a great experience and would reccomend it to anyone looking to start a career in development. The only thing you need is the willpower to work this hard for about two months. No previous coding experience is required as they also provide pre-work to get everyone to the same base level.Read Less",Full-time Web Development Bootcamp ,Web Development +233634,10828,ironhack,Franco Rubén Vargas Pineda,False,2018,My Ironhack experience,2018-06-15,4.3,4.0,5.0,4.0,"Ironhack gave me an extremely tough and intensive experience. I never programmed before, so Ironhack open a whole new world to me. I never thought i'd understand and learn a whole new lenguage. To be honest, 9 weeks and Ironhack will never be enough to... Read More become a great programmer, but Ironhack is great enough to make you see that you are able to learn new stuff by yourself and to find solutions to difficult challenges on your own. Ironhack puts you on the right path to be autodidact and to keep practicing, improving and developing your skills as a full stack.Read Less",Full-time Web Development Bootcamp ,Web Development +244643,10828,ironhack,Javi Sevilla,False,2018, New professional challenges,2018-06-15,5.0,5.0,5.0,5.0,"My name is Javi Sevilla, I just finished a UX / UI Bootcamp in Ironhack (Madrid) and I'm delighted with the result. My background in design was, to say the least 0 as my background lay in the world of Marketing, sales and business. Thanks to the Ironhack... Read More team, especially Fabio, who was our lead teacher and absolute master, I have reached a level of expertise I could have never imagined. In UX, we learned key tools and methodologies which are powerful and crucial in the development of businesses, to say the very least. Our learning went beyond technical knowledge and skills, by the end of it you had acquired everything you need to thrive in the UX world.Read Less",Web Design,Other +243664,10828,ironhack,Luis,False,2018,Ironhack my best experience,2018-06-15,5.0,5.0,5.0,5.0,"I studied computer engineering, once I finished my degree I did not know what to do, because I did not opt ​​for a specific sector, so I decided to direct my professional future towards the sectors where there was more demand, and in my case it was SAP,... Read More I was working with this tool for 6 months, enough time to realize that I didn’t like what I was doing, so I decided to try other technologies, I changed course to another branch in boom, the Big Data sector. I remember this stage with special enthusiasm because I took it with much enthusiasm, I had the opportunity to enter a training in which I learned a lot, and I could make projects for large companies, until the time came when everything starts to seem monotonous, the projects start to be migrations of traditional technologies to Big Data technologies, and all the projects that I was offered were oriented to banking.Just a couple of years, before I got to consider my future I met Ironhack for the WeCode, and the truth is that I left the bug to be able to do it someday. Thanks to the partial scholarship of ForoCoches I could get to consider changing the direction of my career and focus on what I really liked, web development, I do not regret at all, the Ironhack experience has enchanted me, it has been two months of effort and continuous learning that have been worthwhile, I finally feel fulfilled, I feel that I do what I like and that I enjoy going to my future work.Read Less",Full-time Web Development Bootcamp ,Web Development +243609,10828,ironhack,Frantzie Bazile,False,2018,"Overall challenging, but great experience",2018-06-15,5.0,5.0,5.0,5.0,"Previously, I was teaching English overseas and discovered UX design. I decided to join Ironhack (Miami) because of the positive reviews I heard from alumni, on sites like Course Report, who had gone through the program and alumni that I had met locally... Read More in South Florida. I also read about graduates in the local paper who had transitioned from careers like bartending to web development or UX Design. I was also presented with a partial Uber scholarship to attend Ironhack. I wasn't familiar with design or technology. One great thing about Ironhack (Miami) is that people come with a diverse background. Entrepreneurs, lawyers, former construction workers and some who weren't tech savvy. It affirmed to me that these skills can be learned no matter your background.I especially appreciated their instructor’s hands-on learning approach. Like most bootcamps, Ironhack emphasizes a learn by doing approach. I worked on 3 different projects and my instructor and teacher’s assistant were very invested in my work, the process and in honing my skills. I also got comfortable presenting. We presented to each other and at the end of our cohort were required to present our final project.I liked the knowledgeable and friendly staff. Although I didn’t work with the staff, I would constantly see their faces and they were invested in our work out throughout the creative process. They’re often checking in our progress and overall satisfaction with the program and instructors. They also dedicated time for pulling industry leaders from the community to come into our class and present to us. This only affirmed my trust in their level of design knowledge, insight and showed how much they are invested in their students’ success.They dedicated time to job search support. Ironhack (Miami) prepares you well to develop a resume, and offers career support. There is a week devoted to working on interviewing skills (both technical and soft), resume feedback, and a hiring fair. And, at the end of the cohort, they’re constantly checking in on you to make sure you’re working on your career goals even if you didn’t obtain a job through the hiring fair.Ironhack is 9-5 (in-person) but I found the students typically stayed later and sometimes slept in the building. You should come in prepared to work hard. Collaboration is crucial and spending time in Building Co. in Miami will be a part of the experience. Ironhack is fast paced. It doesn’t give you as much time to sit and think about ideas. Often it is more about taking action and figuring it out as you go. Failing fast is something you will have to get used to. Time management is key.Ironhack is highly collaborative. I worked in teams often during hack-a-hons and my cohort. It is a great opportunity to practice communicating ideas to others, but it can also be challenging. Be prepared to learn to have empathy for your teammates. My cohort became a family at the end.The expectations for designers going through Ironhack (Miami) are high. They have a positive reputation in the Miami tech ecosystem. Overall, Ironhack (Miami) was a challenging but great experience. I grew immensely as a designer and as a person.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +243662,10828,ironhack,Lucas Montenoise,False,2018,Why did I wait so long?...,2018-06-15,5.0,5.0,5.0,5.0,"I will remember this bootcamp as one of those great, game-changing choices I made in my life.After working as a web project manager in an advertising agency, I decided I wanted to learn to code and looked around Paris for a webdev bootcamp. Unsurprisingly... Read More I found many, met them and had to make a hard choice: who would my money go to? Who would actually keep the promises they make on their website?After reading a lot of good reviews, I chose Ironhack and arrived the first day, still a bit anxious. When I went back home I was fully reassured: I was in the right place with the right people.Those 9 weeks were so intense, yet immensely formative and empowering. The course material is really very up to date and involves continuous practice during the lessons, and 2 bigger exercises every day. Also, I can tell the lead teacher in Paris obviously loves his job because he's very involved, helpful and patient. Finally, the life at school is pretty dense too, with numerous profesionals coming to school for talks.I actually loved it so much there that I took a Teacher Assistant position and am now passing my precious knowledge to other students. And I know after that, finding a job won't be a problem for I've already been contacted by a lot of recruiters, met mainly at the Hiring Week organized by Ironhack after the bootcamp.Needless to say I strongly recommend Ironhack: no matter what your motivation to start a bootcamp is, you probably want to join this one.Read Less",Full-time Web Development Bootcamp ,Web Development +243594,10828,ironhack,Abdallah Aberouch,False,2018,More than a school: a community,2018-06-15,5.0,5.0,5.0,5.0,"The Ironhack bootcamp has been an incredible experience. During two months, I had the opportunity to learn in a very efficient way how to create full stack products, as well meeting people from diverse backgrounds that now I can call my friends.One of... Read More the most important components of this experience is not the clear and well-explained curriculum, the fun daily challenges or the skilfull teachers, but the community around it. Students, alumni, teachers, TAs and staff gather several times a week for meet-up events about technology or around beers and pizza, making it a great opportunity to network.As a bonus, I had the opportunity to present my final project at Google Campus Madrid as well as attending the hiring week, during which more than 30 companies came over to meet us.Read Less",Full-time Web Development Bootcamp ,Web Development +242862,10828,ironhack,Estanislao Pan,False,2018,A fulfilling experience,2018-06-14,5.0,5.0,5.0,5.0,"I learned to code by myself while working in tech support. I wanted to change careers, so I applied to Ironhack's web development 9-week bootcamp. It's a very demanding course, with a lot of new and different concepts, but, once you've finished, you realize... Read More how much you've learned (and not only about coding!). We use good materials in class, and we got help whenever we asked for it, while also learning how to solve problems on our own.Read Less",Full-time Web Development Bootcamp ,Web Development +242853,10828,ironhack,Nuria,False,2018,Ironhack opens doors,2018-06-14,5.0,5.0,5.0,5.0,"The Ironhack Bootcamp was a great experience. It is really impressive how much you can learn in just 9 weeks. The learning system is completely hands-on and focuses on situations you will find later in your professional live (using Design Thinking and... Read More Agile methodology). My experience was very positive and I learnt a lot. Also, my fellow students and I became very good friends during this intense time. What I think could be improved, is the writing/drawing material available in class and I would have appreciated even more feedback. I really can recommend everyone interested in this field to participate in Ironhack because it really can change your life.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +243639,10828,ironhack,Borja Arana,False,2018,My Experience in Ironhack,2018-06-14,5.0,5.0,5.0,5.0,"For me Ironhack has meant the opening of doors that 3 months ago would have been impossible to even approach them.Those doors to a world that has always fascinated me but for different reasons I have never been able to taste. The world of programming.... Read MoreThe Full-time course of Ironhack is hard and intense, especially for people who had never seen a single line of code like me. However, I can tell you that my experience has been very rewarding. They teach you to think, to look for your life within this exciting sector.Definitely, you get a minimum basis to fight into the real world.In relation to the Ironhack`s staff , I need words to convey my gratitude. They are a group that follow you and support you until you reach the end. And also they look after you even when this bootcamp is over.On the other hand, your colleagues, you will never forget them. We will keep on supporting each other ...Briefly, if someone is still hesitant to change their professional life and would like to start programming, despite of your knowledge or age,I would not think about it anymore and I would pull and go ahead.Thanks to everyone !!Read Less",Full-time Web Development Bootcamp ,Web Development +243616,10828,ironhack,Anonymous,True,2018,Too expensive for two months,2018-06-13,3.0,3.0,3.0,3.0,Pros:The program works if you have a good professional background and certain skillsNice multicultural atmosphereNetworking and alumniGreat professorsGreat location,Full-time UX/UI Design Bootcamp,UX/UI Design +243236,10828,ironhack,alberto b,False,2018,great experience in my life!!,2018-06-13,4.0,4.0,4.0,4.0,"Im so happy, it has been a very nice experience, I have met very professional people and better people.The level of teaching is great.A great family forms all the staff.100% recommended",Full-time UX/UI Design Bootcamp,UX/UI Design +242772,10828,ironhack,Juan Sánchez Mesa,False,2018,Best experience in my life,2018-06-13,5.0,5.0,5.0,5.0,"I had no illusion at all. After 12 years as a WordPress freelancer I had been stuck personally and professionally. I worked alone every day and did the same tasks.I decided that this had to change. I decided to update my knowledge about web development.... Read More And then I found Ironhack.I chose Ironhack because of the opinions I read from former students and because it allowed me to make the change I wanted in 9 weeks.From the first moment I felt very comfortable in Ironhack thanks to his great team. From the beginning you are integrated into the great family they form. And thanks to student selection process, your classmates have the same enthusiasm. They are positive people who will not give up on any problem.His method is incredible. It is impressive to see how people who knew nothing about programming are able to program a full stack site. Teamwork is encouraged at all times and that makes all students improve.My experience was so good that when they offered to follow me as TA I did not hesitate for a second and I stayed.Thanks to all the IronhackersRead Less",Full-time Web Development Bootcamp ,Web Development +242490,10828,ironhack,Alberto Zonana,False,2018,The Ironhack Web Development Bootcam,2018-06-13,5.0,5.0,5.0,5.0,Loved taking the Bootcamp. It is amazing how much you can learn in just 9 weeks.https://medium.com/ironhack/the-ironhack-web-development-bootcamp-experience-3f63fbc26d49,Full-time Web Development Bootcamp ,Web Development +242470,10828,ironhack,Alina Rodríguez,False,2018,Life Changing Experience,2018-06-13,5.0,5.0,5.0,5.0,"I am a Marketing & Communication graduate, on my last semesters at university I discovered something I never expected: my true passion was at coding. I started taking some online and in person courses, and as I learned I noticed I definetely wanted to... Read More change my career path and take coding more seriously. At first I tried to study bootcamps online to save money and stay at my city, but it was never enough, there are so many technologies to chose from and so much information online! it can be overwhelming, also I was always distracted with other activities. I found out that I had to make a strong decision and focus with some guidance if I really wanted a fast switch, so I decided to quit my job, move to Mexico City and enter the bootcamp. IT WAS THE BEST DECISION OF MY LIFE! Totally worth it, from beginning to end. I feel like my brain was sleeping my whole life until I was at the bootcamp, I learned so many things, so fast. I can build full stack applications after 9 weeks, something I would have never imagined, my classmates were also great they were always willing to help and make me have a good time, I also found new ways of thinking and living. It really changed my life. Bliss, our teacher was great, he knows so many things, he explains them very clearly and pushes us out of our limits, he is very flexible and puts our learning interests over any rule haha that was awesome. You learn what you need to learn, no useless content. We also had visits from developers of very different areas which gave us insights of their industries and very useful tips.The whole Ironhack team is amazing. Paula was always supporting me to have everything (payments, interviews, applications) ready and easy to be able to enter the bootcamp, if she hadn't been so supportive maybe my life would still be the same. Anahí, Manon and Julian are always looking for us to be happy, learning and meeting new people that will help us be better. Raúl, Oriana, David and Joss are great TAs that will always help you find new ways to solve problems.Stop thinking and change your life, you'll never regret it :)Read Less",Full-time Web Development Bootcamp ,Web Development +242464,10828,ironhack,Hugo,False,2018,Ironhack Mexico,2018-06-13,5.0,5.0,5.0,5.0,"My experience at Ironhack was great, I had to attend the course while working and it became a real challenge. The daily tasks, plus the projects and assignments helped me feel a very accurate pressure regarding what I would face later. The teacher is... Read More one of the most accomplished developers I have ever met and always showed us different ways to solve an issue. The staff also proved to be helpful in every step of the way, I would like to specifically thank Anahi for all the support she provided me through the situation I had, it's great to know you are assisted whenever this kind of situations arise. I can only recommend someone to take this bootcamp if they too feel the need to change their panorama, but more important if they are ready to take on a new challenge.Read Less",Full-time Web Development Bootcamp ,Web Development +239778,10828,ironhack,Sofia,False,2018,Best experience I could ever imagine,2018-06-13,5.0,5.0,5.0,5.0,"This weeks attending to Ironhack UX/UI bootcamp have been really really REALLY! intense, powerful, unexpected, can really know how to describe it. I just end the bootcamp two weeks ago and I can see how ready I am to overcome any project, a few weeks... Read More ago I really wasn’t that sure, but now I’m really happy for this feeling and for demonstrating myself how professional I’ve come! If you are doubting about having an ironhack experience or not, just go for it, is going to be the best decision!Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +238456,10828,ironhack,Soledad Abad,False,2018,Perfect experience,2018-06-13,5.0,5.0,5.0,5.0,9-week bootcamp that shows design thinking techniques applied to digital product development.An unforgettable experience.With a completely remote background I have achieved a fairly complete training and that allows me to achieve new work goals.,Full-time UX/UI Design Bootcamp,UX/UI Design +243623,10828,ironhack,Ignacio López Sánchez,False,2018,My experience at Ironhack,2018-06-13,5.0,5.0,5.0,5.0,"""I have to change my career""I studied industrial engineering because it is a 'generalist' engineer,ing and when I was 18 I hadn't clear at all what I wanted to do. So I decided to suffer studying that degree. I finished my studies and I started to work... Read More as ATM (Air Traffic Management) engineer in a big company. But I wasn't happy and every morning I repeated myself that sentence (""I have to change my career"").I have been always passionate aboyt new technologies, specially everything related to Internet, mobile apps…And when I read that blog on Internet (of a former Ironhack student), something inside of me decided to apply for the web developmente bootcamp at Ironhack. And I have to say, that It was the best decission of my entire life.It was hard, very hard. Because I dind't know so much about coding (2 subjects in my degree), and that was ok for the first 2 days. After that, everything was new for me.Long days (closing Ironhack doors at 23:00), a lot of coke, frustration, happiness after each project (weeks 3, 6 and 9), friends (one of the best things about Ironhack), Ironbeers…But after that, I can say that we are ready to work as web developers. Of course, It won't be easy. I have decided to work in a field that is changing all the time, so I will have to study if I want to be a good web developer. But thanks to Ironhack I am used to work hard to know new technologies.Read Less",Full-time Web Development Bootcamp ,Web Development +243614,10828,ironhack,Otton,False,2018,My Ironhack Experience,2018-06-11,5.0,5.0,5.0,5.0,"I had an over-all really good experience with the full-time web-dev course. I feel like the instructor, Nick, was great for my learning style. The material was, for the most part, really well put together and, for the parts that I felt were not, there... Read More was still a lot of value in going over the material. The help that we get in getting jobs is great, present from the very beggining and gradualy increasing until it becomes the main focus for the week after graduation. In general I feel like I got my money's worthI did have 5 years learning how to code before-hand though, and I feel like that helped me a great deal. So what does this mean for people who have no experience with coding at all? Actually not much. Ironhack provides a pre-work material that I was very impressed by. It has everything that I think someone should know before starting the course. They say it should take about 60 hours of work and they are not kidding. But it has everything you should need to succeed in the class. Again, the material is really good, but you have to go over it. They can only cover so much in class (and it will be a lot) but the course is structured in such a way that, to really get the most out of the course, you should be going over most if not all of the lessons. Then there are the labs. For most days there will be two hands-on labs. Which I thought was great. They are all really great little tests of the topics that have just been covered. Sadly quite a few of them had typos that made the instructions confusing. We did meet the person who is working on fixing them though. A previous Ironhack graduate who is passionate about getting those issues hashed out. So one of the few dings that I would give the class will probably not be relevant to whomever reads this. And for us it was not all that bad, since the instrutor and TAs were aware of the issues and were able to direct us in the right direction.Other than the labs, there are 3 big projects, one at the end of every module. Which is one of the best parts of the course in my opinion. It forces students to create things that they can show as experience and were where I learned the most in the course. Simple examples are great, but putting a complete project together really helps everything sink in. Overall, I would recommend the course to anyone willing and capable to fully commit to put in the time and effort both in and out of class. There is a lot to get out of the course, but you will only get proportionally to what you put in.Read Less",Full-time Web Development Bootcamp ,Web Development +243584,10828,ironhack,Maggie Baber,False,2018,Exceeds expectations,2018-06-07,5.0,5.0,5.0,5.0,"I took the full-time web-development course with Ironhack Paris in Spring 2018. We learned MEAN stack. I am completely satisfied with the course material. It was quite challenging, but I received the support I needed to advance throughout the 10 weeks.... Read More The instructors and staff exceeded expectations. The main instructor, Nizar, teaches in a clear and enthusiastic manner and truly cares about his students' learning. I've been a lifetime student and would not hesitate to say he is one of the best professors I've ever had. I am also pleased with the career services from Ironhack. They helped us with our CVs, our personal brand, and our pitches. All these have helped tremendously during my interviews. Ironhack also sets up a hiring day, where they match students and potential employers for on-site interviews. It was good practice and one company followed-up with me and gave me an offer for a full-stack job (only 6 days after the end of the bootcamp!). Potential, but small issues: 1) I've heard from other students that many companies in Paris are looking for developers who know React.js or Vue.js. We learned Angular. However, I personally haven't had any problems with this, and most companies I have met with so far recognize my ability to learn difficult subjects quickly. Even more, most companies have seemed impressed by the quality of our final project. 2) The course is taught in English, but a decent level of French helps when interacting with TAs, connecting with other students in the class, and finding a job afterward. Overall, I highly recommend!Read Less",Full-time Web Development Bootcamp ,Web Development +240214,10828,ironhack,Beltrán Carreras Rodríguez,False,2018,My Ironhack Experience,2018-05-30,5.0,5.0,5.0,5.0,"Hi! My name is Beltran, I’m 27 years old and I have no programing experience before IronHack.Now, why did I decided to leave everything and start the Web Development bootcamp here in Ironhack? There’s no easy answer to that question so let me put a little... Read More bit of background before trying to explain myself.I started working in Hospitality at the same time I was studying my psychology grade in the university. I always though that this little jobs I was doing were just temporal jobs until I became a Staff member in one restaurant. That was the moment I realized that I didn’t wanted this as my professional career, so I started looking something more related to what I really like, and there is when I found Iron Hack.So i decided to leave everything and start a new adventure in IronHack. And I have to say that I don’t regret at all my decision. My experience in IronHack can be summarized in just a few words: “Fear, surprise, work and ‘Sadpiness’”.Fear? Why Fear?When you decide to make such a change, to get out of your confort zone, to try something new its absolutely normal to feel fear. Fear of change, fear of the future, etc. This fear disappears in the first days of class because you meet a lot of people that have made that change too.Don’t let the fear make your choices.Surprise.That’s what I felt when I started learning “difficult” things that I never heard of before, and I liked them. And talking about them, using them, and even helping others with problems you already faced makes you think “I never though I could learn those things”.Work.I’m not going to lie to you, I spent more or less 12-14 hours a day working there. I entered at 9:00 in the morning at I left between 21:00 and 23:00. Its hard? Yes it is, but its worth the effort. And when you really realized how much time has passed your are finishing your last project on your own, thinking about how fast the bootcamp has passed.Sadpiness.Sadpi… what?Its a new word I have invented because I don’t know how to express the feeling you have when you finish the bootcamp. Its Sad because all the people you met, you suffer with, you laugh and sometimes cried. All that people that helped you and you helped during this fantastic journey, are going to take their paths. The bond you make with them is strong enough to keep the contact and take a beer once a week (or twice). But not only with your companions, all the IronHack Staff is always willing to help you, teachers, TA’s, etc. Thats when you realized you have entered this little big family called IronHack.And of course is Happiness too because when you finish, you look back and see how much you have changed, without knowing it in most of the cases, in just 9 weeks.To finish, people ask me hot to define IronHack, and after thinking about it I just can say one thing: Ironhack is a life changing experience.Read Less",Full-time Web Development Bootcamp ,Web Development +240193,10828,ironhack,David Molina Borja,False,2018,help for the new ironhackers,2018-05-30,5.0,5.0,5.0,5.0,"Hi, my name is David. I'm 19 years old. My testimony goes especially for the younger ones. Before Ironhack I was in computer engineering but I got out basically because there was a lot of theory in the classes and I wanted to program. My experience at... Read More Ironhack was fantastic, I have met great people and learned a lot. You learn how to program and also learn how to dealing with stress and how to cope with the devastating schedule that is in the full stack. I really liked the dynamic that they have in ironhack, it's a magnificent lifestyle. At first, I thought it was more serious the environment for being such a prestigious company, but for nothing. They're serious when you have to be, but they're all funny, that's what I like most about the good vibes they have. For people who are thinking of enrolling in this course, I recommend it 100%, it will be an unforgettable trip and I say trip because you are teleported to another world from which you do not leave until you finish it.Read Less",Full-time Web Development Bootcamp ,Web Development +237430,10828,ironhack,Esther Vega Marcos,False,2018,My experience in Ironhack,2018-05-29,5.0,5.0,5.0,5.0,"Before Ironhack I was working in the HR sector so I hadn’t tech background before the course but I was curious and decided of turning my professional career. I decided to try it and I love the school’s values, so thats make the Ironhack learning experience... Read More worthwhile from the first day.Read Less",Full-time Web Development Bootcamp ,Web Development +237192,10828,ironhack,Luna,False,2018,Just what I need,2018-05-29,5.0,5.0,5.0,5.0,"When I finished my degree (a double degree in Computer Engineering and Business Administration), I thought that a promising future would open before me."" I was surprised when I discovered that, given my experience and lack of specific technical knowledge,... Read More I could only aspire to positions in Technological Consulting Of course, at the moment, I didn’t want to do a master's degree, so I ended up in a large consulting company, just to say that I lasted 10 months living an experience that I don't want to repeat again, I knew I had to do something that changed the course of my career, or at least to drive it where I wanted to go. ""At that precise moment, I discovered IronHack.9 weeks later, I realized the success of my decision. And best of all: now I can choose where I want to work and know what I have.Ironhack is much more than a web development BootCamp: it's a daily experience, a frenetic pace of work and a passion for learning. Now I can only enjoy the rest of the way.Read Less",Full-time Web Development Bootcamp ,Web Development +236949,10828,ironhack,Alejandro Ibáñez,False,2018,My experience in Ironhack,2018-05-29,5.0,5.0,5.0,5.0,"Ironhack has been a great experience for me.I was working at El Corte Inglés, one of the biggest companies in Spain, as a Demand & Supply Planner and Product Manager, but I felt I was missing something. I thought that my place was somewhere else, and... Read More a traditional job and a traditional education wasn't enough. I wanted to learn the latest technologies in web development and reorient my career into digital. My experience at Ironhack has been amazing. I hadn't written a line of code before my adventure at IH, but its incredible how they teach you and how you learn to work hard in order to solve all the daily tasks you face every day.The IH team is always supporting you, but at the same time they encourage you to solve the problems by yourself, reading the great documentation they provide you and thinking before doing.Your classmates become part of your family, you learn from they and they learn from you everyday.At the end, when the bootcamp comes to and end, you see how you have been capable of building three great projects using technologies like Angular, Node, Express and Mongo. Companies now days are looking for people that are able to work with this technologies, they listen to you and they show interest on knowing what are your passions and what kind of project you would like to work at in the future.Once an Ironhacker, always an Ironhacker they say.Read Less",Full-time Web Development Bootcamp ,Web Development +243127,10828,ironhack,Rubén,False,2018,Great first step to become a developer,2018-05-28,5.0,5.0,5.0,5.0,"As someone who had no experience at all programming, this bootcamp was a great first step and saved me several months of studying on my own. For those who are considering Ironhack and also have no experience at all, I would strongly recommend them though... Read More to take a cpuple of months in advance to properly get familiarized with Javascript and have time enough to prepare the precourse content.About the course, I feel lucky for having had such a great teacher, André, who is so involved and genuinely commited in making all of us learn and achieve our goals during the course. There are also 3 TA's who are super supportive and help you in your daily challenges. And Ironhack's staff is also super nice and willing to help you in whatever you need, especially in the job search.I must say I also did a research before joining Ironhack and it is the best when comparing the ratio quality/cost/timeRead Less",Full-time Web Development Bootcamp ,Web Development +242966,10828,ironhack,Raúl de la Llave,False,2018,A great experience!,2018-05-28,4.7,4.0,5.0,5.0,"Before I even thought about doing the Ironhack web development Bootcamp I devoted to the tourism industry, working like receptionist and focusing on customer service. Seeing the transformation of the labor market towards technology, I decided to turn... Read More my life around, that gave me a chance to recycle myself and reorienting my future. This experience isn't easy, especially if you never wrote code, I don’t want to mislead anybody, you'll need to be 100% involved in the Bootcamp, interested to learn, above all you must have a spirit of overcoming and curiosity if you really want to absorb everything they'll teach you.You are going to learn mainly tools to improve yourself in this small world which needed professionals. They are going to make you feel like you really are in a company, that is their goal and that's the point of IronHack. In this way, your immersion into the labor’s life will be more comfortable.The best Bootcamp part was when I could know all the community around programming sector, and obviously when you are able to write code which works. I’m also quite proud about the fact that I didn’t have any idea to write code, and I even wasn’t sure I’ll reach my goal, but right now I can say: I did it!Read Less",Full-time Web Development Bootcamp ,Web Development +242870,10828,ironhack,Anonymous,True,2018,My experience at Ironhack,2018-05-28,5.0,5.0,5.0,5.0,"After working as an IT Recruiter and talking to candidates, I started to get interested in programming. I found about Ironhack looking for ways to become a Developer, and after doing the Web Development Bootcamp, I must say that the experience is totally... Read More worth it. The work rhythm is quite high, but learning to create a full website with the latest technologies in under 9 weeks is no small feat. One of the things I liked the most it's the way Ironhack works: there are no grades, we are all encouraged to help each other and work together, and for the most part of the day we are programming and learning by doing, not by listening. If you are thinking about getting into Web Development, Ironhack is the best option that I know.Read Less",Full-time Web Development Bootcamp ,Web Development +242605,10828,ironhack,fredrik hogstrom,False,2018,ironhack web development fullstack bootcamp,2018-05-24,5.0,5.0,5.0,5.0,"Went to ironhack with 0 experience came out 9 weeks after with a MEAN stack application, it's absolutely inanse to think that you can learn that much in just 9 short weeks. I would recommend this course to anyone who is trying to get into this industry.... Read More The course will require a lot of effort from you and you will not have a social life outside from your campus friends.The teachers and the staff have a lot of experience and will guide you through the process.Read Less",Full-time Web Development Bootcamp ,Web Development +242123,10828,ironhack,Sebastian Nugnez,False,2018,Amazing Experience!,2018-05-24,5.0,5.0,5.0,5.0,"Awesome overall experience.The space is amazing, you can use it 24/7.Lead Teacher and TAs, a big shout out to these guys, they are great.The Sttaff, they are allways there for you, great and very cool ppl.and last but not least, the cohort, we were 19... Read More ppl from 10 different nationalities, super interesting ppl, from different backgrounds.... that made the experience way more amazing.Read Less",Full-time Web Development Bootcamp ,Web Development +234484,10828,ironhack,Jorge,False,2018,Best decision of my life!,2018-05-22,5.0,5.0,5.0,5.0,"It's an amazing experience, I went from almost 0 knowledge of coding to build a MEAN stack application in just 9 weeks.",Full-time Web Development Bootcamp ,Web Development +234457,10828,ironhack,Matias Pierretti,False,2018,Life changing experience,2018-05-22,5.0,5.0,5.0,5.0,"I went from serving burgers in a restaurant, to making my own full stack web application in 9 weeks. It was difficult, but also amazing.",Full-time Web Development Bootcamp ,Web Development +234447,10828,ironhack,Rapha Montenegro,False,2018,"Amazing experience, amazing people",2018-05-22,5.0,5.0,5.0,5.0,"Two months flew by as they gave me not only the knowledge I needed to be better professional but also new friends. If you're looking for a good web development school, you should drop them a message.",Full-time Web Development Bootcamp ,Web Development +234420,10828,ironhack,Miriam,False,2018,Great experience!,2018-05-22,4.7,5.0,4.0,5.0,"The Web Development course has been a great experience for me.I had previous programming knowledge, but is not required, during the 9 weeks you will learn all necessary to finish the 3 projects.If you have experience programming maybe will be easy sometimes,... Read More but still you will find challenges.I completely recommend the experience, I met amazing people..and I'm already having job offers..Read Less",Full-time Web Development Bootcamp ,Web Development +243012,10828,ironhack,Arthur de Carné,False,2018,Awesome experience,2018-05-09,5.0,5.0,5.0,5.0,"I attend to the webdev bootcamp in Paris, and it was a super cool experience, first technically it is a really good way to make a career shift (I was a project manager and I wanted to dive into the technical aspect) and it helps me a lot, lots of opportunities,... Read More I'm now able to give life to my project, and it's really rewarding.But I also want to add that the human aspect is really important, being part of a group helps you staying motivated, lot's of solidarity, meeting people from all over the world.. I would definitely recommend it !Read Less",Full-time Web Development Bootcamp ,Web Development +242543,10828,ironhack,Arthur Mossa,False,2018,The adventure of a life time!,2018-05-08,5.0,5.0,5.0,5.0,"I used to work as a business developer in the wine industry in China. I decided to boost my career by adding some technical knowledge to my business background. I chose the 9 weeks bootcamp because I liked this format. It’s very intense, need to dedicate... Read More yourself 100% to it during 9 weeks day and night but at the end you learn a lot and become a real web developer able to understand the web universe.Most important, because the digital world is in a perpetual movement and new technologies keep appearing and replacing the old ones, Ironhack teaches you how to learn and keep yourself updated.Read Less",Full-time Web Development Bootcamp ,Web Development +240208,10828,ironhack,Diego Zito,False,2018,"Ironhack UX/UI Full Time - Barcelona Jan 29, 18",2018-05-04,5.0,5.0,5.0,5.0,"Ironhack has been one of the best experiences on my life. I love their fast-paced learning model. It truly changes the complete paradigm on what education is built upon. As a designer, you get the tools to learn and advance your career into a new spectrum.... Read More The staff is extremely friendly. At the end of the day, you spend 8 hours + on campus. And, their job is to make you feel at home as possible. Another great thing that the staff should be rewarded is their leniency. They will be as open and helpful with your academic path as possible. The teachers were great, I personally did like the rotation of teacher's because it provided a fresh outlook every week. This I really appreciated it. Sometimes it collided with my old school way of thinking but, I saw the repercussion of this training model after. Overall I would say that Ironhack deserves a 9/10. If you want to make a difference in your life go ahead an take on this challenge.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +237646,10828,ironhack,Leighton Bloomfield,False,2018,Stop thinking twice. Just do it!,2018-05-03,5.0,5.0,5.0,5.0,"Before deciding to take the plunge, I did tons of research about the UX/UI field and the various bootcamps that offered this course. Having graduated a few weeks ago, I can confidently say that I couldn't be happier that I chose IronHack. I feel as though... Read More I have accomplished more in 9 weeks than I have in any given year. The quality of work that you will be able to put out by the end of this course will astonish you. Of course, like anything, what you put in is what you will get out. This course is by no means a walk in the park. You will have to work hard - long days and sometimes even longer nights, but it is SO worth it. The team and the other students at IronHack become like a family, and the support that you will recevice is like none other. It really feels like a little community. I don't have a graphic / visual design background, so I was a little concerned about the UI section of the course, but IronHack really does a great job of equipping you with the tools and skillsets you need. If you come in with realistic expectations, you will find that IronHack exceeds them. You won't know everything there is to know about UX/UI upon graduation (like anything else, there is a continual learning curve), but you will most certainly have a solid foundation to be able to move forward in a new career. Because of unfortunate circumstances, we didn't have a lead teacher for some weeks of the course, which is why I docked a star. However, the team in Barcelona has already rectified this and have hired a stellar lead teacher who is starting with the next cohort. I would definitely recommend IronHack and the UX/UI course to friends and family. If you are on the fence about it, I say just do it. It will certainly change your life for the best - both professionally and personally. Without a doubt, it was the best decision of my life.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +241647,10828,ironhack,Antoine,False,2017,"I totally recommend Ironhack, intense and amazing experience",2018-04-28,4.7,5.0,4.0,5.0,"I am a student who did the Web Dev Bootcamp in part-time in Paris. I was a total beginner in the conding world.Let me explain what was my experience at Ironhack ;)As you may know, the course last 6 months and is separated in 3 parts. At the end of every... Read More part, you have 1 month to make a project that you choose. Every week, you also practice A LOT by doing the exercises, which are really helpful to understand the common mistakes.The first part is for HTML, CSS, and Javascript, which are the basics for front-end development. For me, this was the hardest part, because raw Javascript may have a logic that could be hard to understand at the beginning. But as you go forward you learn a lot, and the teachers are very dedicated to help you. At the end of this part 1, you have to develop a game; which is a very cool way to practice and learn as you code.The second part is the back-end part, learning NodeJs and Express. You just have to learn the logic and copy/paste what is in the Ironhack course and in the documentation to make everything work. You will learn how to manage a database and use APis (Google Maps' API, Spotifiy' API, etc).The last part, my favorite one, is to merge front-end and back-end, using NodeJs and REACT, which is a very cool language. Inititally the plan was to learn AngularJs, but the teacher decided to make us learn React, which is most demanded and very useful for what we will have to do. At the end of module 3, we had 1 month to develop and pitch our product. The final project usually match a professional project you have, and the teacher are really devoted to help you success.To conclude all of this, I really enjoyed my experience at Ironhack, with a super team, super teachers and lot of great people met. I particularly enjoyed :- the ambiance- the dedication of the team to help you succeed- the flexibility and kindness of the teachers- the courses offered, with all the exercises you have to practice.Amazing experience and School, THANKS a lot !Read Less",Part-time Web Development,Web Development +236535,10828,ironhack,Ana Julia Figueredo,False,2017,My best decision was to join Ironhack !!,2018-04-23,5.0,5.0,5.0,5.0,"After 4 long years of studying International relations at Georgetown University I decided to take a radical turn with my academic and profesional life and that is when I found Ironhack. I had become increasingly interested in the technological and design... Read More world, but as I had no experience whatsoever I did not know where to start. However since I was not planning on enrolling on a full-time masters after four intense years of college and I was not sure the technological world was indeed my path, I decided an intense 9 week web development bootcamp( in which they guaranteed you would come out knowing how to program a website was my next step. So... I took the leap ! If you need to know anything before making the decision of joining any of their bootcamps , it is that in Ironhack they do not take the word intense or bootcamp lightly. In the 9 weeks of coding, I was waking up and falling asleep thinking of coding; I was even dreaming with coding. Every day was a new challenge, not just in terms of learning to code but in keeping mental strength to continue on and not surrender. I considered myself one of those people who knew the basics of technology because I was born in the generation of technological develpment, however when I finished course I knew the inner workings of apps and website and how to program them myself. It was a tough experience for sure, but one that I am grateful for every day. The team could not be more caring, they are always willing to help or lend an war and the Ironhack community makes you feel like part of the family from the first day you enter their doors. In 9 weeks of your life you use your full mental capacity and realize that if you work hard and have persaverence you are able to achieve a profound knowledge in only 9 weeks of your life. You realize you do not need 4 years of a masters in order to dominate a subject as complex as porgramign and that you're are able to achieve Wonderfull projects if you set your mind to it. I also did the UX/UI design bootcamp which I will talk about in another post! But if you're are thinking of joining Ironhack, I would not think twice! Take the leap it is 100% worth it!Read Less",Full-time Web Development Bootcamp ,Web Development +233783,10828,ironhack,"Medhi Plumasseau, Consultant Webmarketing",False,2017,Great Experience - Web dev part-time,2018-04-22,4.5,5.0,4.0,0.0,"I applied to Ironhack (Web dev part-time) to power up my JavaScript skills as an Analytics Consultant. But I learned so much more compared to my initial expectations. You will learn how to build your own application with the main trendy stack (Node JS,... Read More MongoDB, Express, React). The course was intensive and sometimes painful but the experience was great. The teachers are very helpful and pedagogues.At the end of the course, you will be more confident in yourself and you will be prepared for your next adventure. Thanks IronHack :-)Read Less",Part-time Web Development,Web Development +232648,10828,ironhack,Betsai Mendoza Gómez,False,2018,The best experience!,2018-04-20,5.0,5.0,5.0,5.0,"I was part of the first generation Web Development Bootcamp at Ironhack Mexico City. I would definitely recommend this bootcamp to anyone who would love to kickstart their programming career. These are my three recommendations if you’re looking to become... Read More the next Ironhacker. -Finish the Pair Programmings and dailies that are assigned daily.By doing so, you will benefit a great amount! -Share your knowledge! -We work is a great place to study, and also to meet and network with people. Make the most of it. This experience was life changing! I learned a lot about my potential and most of all what I was truly capable of. I’m happy and proud to be part of the Ironhack Family. Don’t forget that knowledge is ubiquitous, don’t be afraid to embrace it.Read Less",Full-time Web Development Bootcamp ,Web Development +243160,10828,ironhack,Richard A,False,2018,Great experience,2018-04-18,4.7,5.0,4.0,5.0,"In 9 weeks I learnt all what I needed to be able to apply for UX jobs I already passed several interviews. The companies I met were all impressed by the projects that we realized in such a short time. The best answer to know if the bootcamp was valuable... Read More or not. For me, it changed everything and I finally work on great projects and problems.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +243096,10828,ironhack,Alvaro,False,2018,Intensity is the way to go!,2018-04-18,4.0,4.0,4.0,4.0,"Ironhack UX UI Bootcamp was exactly what I was looking for: pivot my career and be ready to the market in 9 weeks. The course is 100% focused in practice. No stupid exams and marks. If you work hard, at the end you'll have 3 awesome projects to show to... Read More the companies in your portfolio. Intensity, teamwork and passion! This is Ironhack :)Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +242268,10828,ironhack,Manuel,False,2018,From manufacturing to web dev in 3 months,2018-04-14,5.0,5.0,5.0,5.0,"One of the questions that I get asked most by prospective students is what I feel the return on investment has been. In my case, I was able to transition from a career in manufacturing to web development in a new country (France) and without speaking... Read More the local language. I landed a job within one month of graduation! Ironhack definitively played a key role in this transition. Therefore I would recommend it to anybody looking to jumpstart their tech career!The frameworks taught in the boot camp are aligned with the needs of the industry and provide you with the necessary knowledge to continue your journey afterward. Having learned Vue during the boot camp, it has not been difficult to learn React as an example. Additionally, and this is something that sets Ironhack apart from the competition, we had the opportunity to interact directly with UX/UI designers/students. It sensitized me to the importance of UX/UI and my projects benefited greatly from the feedback I received.What I would recommend prospective students is to talk with the teachers. Ask them a couple of questions and see if the way they explain the concepts fits your needs. You will spend a lot of time asking questions and the teacher answering them, so the interaction must work for you. You can also talk to the students (and enjoy a couple of beers while at it) or attend the hack shows to take a look at the products the students built. The aspect I enjoyed the most about the boot camp was the people involved. The staff was very supportive and all students were just great. In summary, it was the right decision for me and if you have a clear goal Ironhack is definitively going to help you achieve it.Read Less",Full-time Web Development Bootcamp ,Web Development +242098,10828,ironhack,Jonathan Sanchez,False,2018,I Love Ironhack!,2018-04-13,5.0,5.0,5.0,5.0,"After working in retail management for 4 years I was looking for a change in my career. I had a few friends who had done web dev bootcamps and after doing some research and speaking directly with post-ironhack graduates, I knew I had to apply.First of... Read More all, I was extremely nervous applying to Ironhack. I had absolutely no experience with coding and I tried to teach myself a ton before the interviews. After visiting the Miami campus at Building.co and being accepted, I knew I wanted to attend because the environment was so welcoming.My experience at Ironhack was amazing. The staff and fellow students were part of what make it so great. Everyone is so helpful and the environment is really condusive to learning together and working through the bootcamp.I have to shout out the staff, especially Sandra, Pat, Jess, and Brito for making the experience seamless even though the workload was very intensive at times. The TA's I had at the time, Sandra and Jess were especially incredible during the duration of the course.With all that being said- I highly recommend Ironhack. I would honestly do it again if I could because I learned so much in such a short amount of time. The three months went by SO FAST. I feel very comfortable with my web development skills now and I can't believe I knew absolutely nothing about it just 4 months ago. If anyone is reading this and on the fence about joining, just go ahead and apply and join! You will get a return on your investment and you will learn so much.Read Less",Full-time Web Development Bootcamp ,Web Development +242047,10828,ironhack,Santi Villamarín,False,2018,A life-changing experience,2018-04-13,5.0,5.0,5.0,5.0,"I’ve asked some Alumni and people from tech industry before starting Ironhack and everybody told me that it was one of the best opportunities to change my career and improve my skills fast and successfully. They also told me it was going to be a big challenge.... Read More Last two months I’ve only lived for the bootcamp. From early in the morning till almost midnight. The results got over my expectatives. I’ve learned a lot of techniques and processes like GV Design Sprint or Design Thinking to get focused to user centered design. Tools like Sketch, InVision or Flinto are now on my daily routine and I’ve even learned to make my own websites with HTML, CSS and notions of Javascript.The lead teacher, Fabio Korsos, is an experienced designer that worked with some of the most successful companies in Spain. Fabio and the Teacher Assistants are always ready to empower yourself, make you an autonomous professional, and guide you to a world where continuous learn is mandatory.Atmosphere is a BIG plus. The staff make you feel like home from the first day and they are always looking after your progress and success. Matadero is a great location in the city, one of the best cultural venues with a lot of space to chill and relax when you are working hard on your projects. Friday afternoon is time for Ironbeers where you can meet Alumni and make networking with other tech professionals. 2 or 3 times per week they organise open house talks about different tech related topics with important professionals of different fields.Last days of the bootcamp we’ve met with dozens of companies from different sectors. From startups to big companies decided to hire us as UX/UI designers. I can’t be more excited about my professional future!Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +241897,10828,ironhack,Alejandro Esplá,False,2018,Intense but great experience,2018-04-13,5.0,5.0,5.0,5.0,"My experience at Iron Hack can only be described as amazing! It was a challenge everyday, but the great teachers and classmates made it much easier. You learn all you need to be a good UX UI Designer and to feel confident to go out there and show it!",Full-time UX/UI Design Bootcamp,UX/UI Design +241890,10828,ironhack,Anonymous,True,2018,Por debajo de lo esperado,2018-04-13,3.3,3.0,4.0,3.0,"¿Expectativas?... Si, soy consciente de que las expectativas en parte las se las crea uno mismo y lo he tenido muy en cuenta a la hora de redactar esto. En el caso de IronkHack, la promesa de marca es fuerte. Transmiten una imagen poderosa y solvente,... Read More bien gestionada. Una imagen ganadora. Diría que la realidad llega sólo al 70% de lo que cabe esperar a la vista de su marketing.A lo concreto: el curso en el que he participado estaba al 100% de su capacidad en asistentes. No cabía ni uno más. 24 alumnos en total. Han doblado lo asistentes respecto a las convocatorias inmediatamente anterior y posterior. Pero no han doblado los recursos. Eso es un hecho. El sistema de TA (profesores asistentes) no profesionales, a mi juicio, no funciona. Si bien el profesor principal presenta la experiencia y cualidades adecuadas, las TA's eran inexpertas y su criterio fácilmente cuestionable. El feedback, algo imprescindible para los alumnos sobre la marcha y resultado de sus proyectos, ha sido insuficiente, en algunos casos inadecuado (hay que dar argumentos, ser riguroso, razonar la posturas, por favor... Esto eso que tratáis de enseñarnos a nosotros los alumnos) y hacia el final del curso, cuando más lo necesitábamos, raquítico. A veces teníamos que andar ""a la caza"" del profesor. Decisiones como la elección del tema para nuestro proyecto final han estado totalmente condicionadas por las TA's, que en mi opinión no han estado a la altura y no han dado el asesoramiento adecuado.Globalmente les doy un 6,5. La relación calidad-precio: caro.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +241883,10828,ironhack,Alejandro Herrero Sánchez,False,2018,Life oportunity!,2018-04-13,5.0,5.0,5.0,5.0,"These last two months at Ironhack have been some of the hardest of my life, but also rewarding and fun, so they've certainly been worth it! Now I am able, thanks to the knowledge I have learned, to work on what I am passionate about.Thanks to the entire... Read More Ironhack team for making this change in my life possible.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +241603,10828,ironhack,Ana Traba,False,2018,Intense but worth it,2018-04-12,5.0,5.0,5.0,5.0,"I really enjoyed it very much, it's a very intense bootcamp, but it's amazing how much you learn in so little time",Full-time UX/UI Design Bootcamp,UX/UI Design +241591,10828,ironhack,Mariana De León,False,2018,Great experience at ironhack Madrid,2018-04-12,5.0,5.0,5.0,5.0,I really liked the UX/UI program. The teacher were great. I learned all the methodologies and tools that the industry is using today. Ironhack also gave me the contact to the local companies.,Full-time UX/UI Design Bootcamp,UX/UI Design +240958,10828,ironhack,Henri Delozanne,False,2018,No regret!,2018-04-11,5.0,5.0,5.0,5.0,"I attended the Full-time Web-Development course in Paris from January to March, and I strongly recommend it for people like me who want a career change. The pace is fast but teachers are great and there's a nice and positive atmosphere within the group,... Read More everybody working hard and helping each other.The professional support is also very good: it took me two weeks to find a Junior Developer position in a French start-up thanks to the job meetings organized during the last week, whereas I didn't have any experience in this field before the bootcamp! More and more companies trust Ironhack today for the quality of its program and the good methods they teach.It's not an easy journey but if you're really motivated you can do it, and it will open you many doors.Read Less",Full-time Web Development Bootcamp ,Web Development +240929,10828,ironhack,Alec Plehn,False,2018,Amazing experience at Ironhack,2018-04-11,5.0,5.0,5.0,5.0,"If you want to start programming but dont know where to start Ironhack is the place for you, this bootcamp will teach you step by step how to become a full stack developer. Not only will you learn how to code but you will also get to know people from... Read More the top tech companies like IBM, or tech startups that will change the world. Overall Ironhack is a great experience that is definitely worth it and the best way to start your coding carrer since you learn form the best.Thank you Ironhack!!!Read Less",Full-time Web Development Bootcamp ,Web Development +242947,10828,ironhack,Aaron Molina,False,2017,"The Good, The Bad, The Ugly",2018-04-11,3.3,3.0,2.0,5.0,"Pros: Great school. Alan and Brito were great!Free beer, coffee, snacks, and the occasional pizza is available for all student.I got many many many job interviews and was able to get a job offer within 3 weeks after graduation.Cons: The curriculum was... Read More not so great. Typos, outdated instructions, some lessons were skipped, and you had to wait for the class teacher to troubleshoot the LESSONS GIVEN TO YOU BY IRONHACK because they were incorrect. But my biggest gripe was that the lesson instructions were outdated. If you followed some of the instructions step-by-step, your app would fail. This was incredibly frustrating. You couldn't really study at home because you couldn't trust the instructions. You'd had to wait for class to find out if the material GIVEN to you was either correct or incorrect. I hated that because I paid a ton of money and I received sub-par class materials.If it wasn't for Alan's fast troubleshooting and helpful guidance to overcome the incorrect provided instructions, by whoever wrote the curriculum directions, as well as Brito's amazing help to find me a job fast AND my very own will to invest extra money in outside sources like Pluralsight, Codeacadamy, and books, I would have given IRONHACK a piece of my mind and legally disputed the payment sent to them. My recommendation to IRONHACK is to replace whoever wrote the instructions that we followed daily in class with someone who is more dedicated to double-checking their work. Class instructions need to be accurate and easily readable. Memes and incorrect instructions don't teach us anything.I also hope the class materials, that I PAID for, are updated continuously as time goes by. The instructions are ONLINE for god's sakes. I'm an alumnus of this school and as a customer who paid money, I should be able to go back to the material to study without worrying that my course materials are outdated or forgotten, even 5 years later. Everyone should have access to the same material whether you're from the first class ever in Ironhack to the 50th. If you update the instructions, it should update for ALL who have access to the student portal.In conclusion: The school is overall great. Alan and Brito were amazing and have earned my respect and it's because of their great work ethic that I did not raise hell. I couldn't say the same for the person who wrote the instructions found in http://learn.ironhack.com/If you're a student, I recommend you review the course material within the first week with someone else to make sure your material is correct. So that if it is not accurate, you ask for a refund without issue. Thanks for everything.Read Less",Part-time Web Development,Web Development +240354,10828,ironhack,Raul Merino,False,2018,Incredible Experience,2018-04-11,5.0,5.0,5.0,5.0,"I was part of the first generation at Ironhack Mexico, and I have to say it was a completely satisfying experience.I had my doubts before attending the bootcamp, not really about Ironhack itself, but the concept of a bootcamp. As I was essentially uprooting... Read More my life and moving to a different country (I'm Peruvian) to change my career. I was unsure if it would live up to its reputation, both in terms of the curriculum and the job assistance afterwards.But Ironhack met every single one of my expectations. I learned so much in so little time, that it still amazes myself. The curriculum and learning tools are great, and the teachers are even better. Ironhack has not only taught me a lot, but it has given me the tools and perspective I needed to keep learning on my own, which I already started to do.It's only been 2 weeks since the bootcamp ended. The job assistance has been great. We had the hiring week shortly after the bootcamp ended, and the companies outnumbered us, some of them were even looking to fill multiple positions. I can't recommend it enough, it's certainly not easy, and you have to put in a lot of work, but in the end it's worth it.Read Less",Full-time Web Development Bootcamp ,Web Development +240027,10828,ironhack,Stephen Jackson,False,2018,One of My Best Life Decisions,2018-04-10,4.7,5.0,4.0,5.0,"I think when evaluating such a massive life and financial decision as a coding bootcamp, the most important aspect of the review is how likely the camp is to get you a job. I can say this: I came into Ironhack with an incomplete computer science degree... Read More and no meaningful work experience, and left with three scheduled job interviews, and I had a competitive entry-level developer job offer within two weeks of graduating. I don't think my experience is typical, but I do feel safe in assuming that if you come here prepared and work hard while you're here, you can leverage the experience into a new career.Before signing up, though, it's worth mentioning that the curriculum and instruction is in a period of transition. The previous instructor, Nizar, moved from Miami to Paris, and was replaced with Louis. Louis lacked Nizar's experience, and became less professional as the cohort went on, being less prepared for more advanced material and often leaving mid-day, letting the TAs (Jess and Sandra, who were both fantastic) manage the class. Louis isn't coming back - he decided to go to Japan after finishing the cohort - and I'm not sure who his replacement is. If you're interested in the camp, that's the first thing I'd ask about.The curriculum is largely solid, but has a few intermittent bugs and grammar issues. Honestly, though, I'd rank it above my college experience in terms of usefulness and structure, as well as any class I've seen on places like Udemy. It's intelligently structured, and gives you the information required to learn the skills necessary to complete exercises and build projects. They're also actively working on fixing issues in the curriculum right now, and it's a safe assumption that you will have a cleaner experience with the material than I did.I think the quality of the job assistance matters more than the quality of instruction in a bootcamp - realistically you could teach yourself everything here with a few Udemy courses, a solid work ethic, and maybe some contacts in the coding community or online - but it's hard to leverage that into a job. Job assistance is where Ironhack shines. Their job placements manager, Daniel Brito, is constantly working phones and email to get respected developers in the community to give presentations and companies looking for talent to come to hiring fairs. He has tons of resources to teach you how to manage your job hunt, and is pretty much constantly available for questions on Slack (or in emergencies, his phone). This effort is reflected in the experience - if you do as he says, you'll develop contacts in the Miami tech community, which will lead to job offers. It's also worth noting the location is incredible. The building is right next to a train stop in downtown Miami as well as a decent parking garage, and is blocks away from dozens of fantastic restaurants. The building itself is also amazing - it's a well-appointed coworking place with free snacks, coffee, and beer on tap. It was scary signing up for Ironhack, but I honestly think it was the smartest decisions I've ever made in my entire life. I learned an employable skill in less than three months, got to make dozens of friends with other like-minded and driven people, and leveraged the experience into a new job. Expect to work hard - the 400 hour estimate they give you is low, and the most successful students were those that showed up a few hours early and left a few hours later - but if you do, it'll change your life.One more thing - if you decide to sign up for Ironhack, take a cohort date a few months from now, and spend some time learning the material. Colt Steele's Web Development bootcamp and Advanced Web Development bootcamps on Udemy are a fantastic primer for the large majority of the class, and completing at least the first course beforehand will give you a huge leg-up on learning skills well and making solid, presentable projects, which will help you significantly when job hunting.Read Less",Full-time Web Development Bootcamp ,Web Development +239344,10828,ironhack,Matt Megarry,False,2018,IronHack is great,2018-04-10,5.0,5.0,5.0,5.0,The web dev course was great. Very intensive but fun and child atmosphete too. You get taught industry standard techniques and much of the CS theory if you want to. Also we had extra sessions on how to make it in the culture of the tech industry. Excellent... Read More experience.Read Less,Full-time Web Development Bootcamp ,Web Development +239232,10828,ironhack,Nick Navarro,False,2018,Bet on yourself,2018-04-10,5.0,5.0,5.0,5.0,"I graduated from the part-time Ironhack Course in January, 2018. Looking back I'm truly upset I did not join IronHack sooner. l belive coding bootcamps like Ironhack are truly challenging traditional schooling. IronHack helped me gain a future-proof skill,... Read More separating myself from the majority of the US's workforce, for 1/10th of the price in 6 months. Also I didn't have to forfeit my salary to accomplish my goals. Graduating from Ironhack I had two job offers. One from a company brought to the hiring fair by Daniel Brito, and another from (my-then) employer. Will this course be easy? This course will NOT be easy, but do not let that discourage you! As everything else in life you get out what you put in. From my experience the students that would log the hours doing the course's excercises and learn on their own had the best portfolio. Having a great portfolio translates to...job offers!!! (Log those hours behind the screen and build something damn it!)Ironhack StaffIn short the staff is excellent. Remember they are there to ensure your success. The coding bootcamp model only works with the success of each and every student. Their whole business model depends on the students' success, therefore they bend over backwards to make sure we are not only happy but successful. Special thanks to my professors (Alan + Nick) and TA's (Sandra + Gus). My success was a direct reflection of your hardwork.Classroom EnvironmentThe classroom environment is built to facilitate creative learning. Building.Co provides a nice shared workspace that helps foster a sence of community. The 3rd floor patio is a nice getaway even in the middle of downtown. Lastly, there is beer on tap. This is especially nice to relax and network with classmates. OverallIronhack has helped me become more niche (valuable) in the tech industry. I am extremely impressed with the overall product they provide. I have a Master's Degree and this bootcamp made me more valuable in 6 months then my previous 6 years of education. Furthermroe I made my initial return on investment my first year as a programmer. If you are considering programming but do not know where to start, Ironhack is the place. Bet on yourself and double down you will not regret it.Read Less",Part-time Web Development,Web Development +240005,10828,ironhack,Ana Raballo,False,2018,Web Dev Full Time,2018-04-09,4.0,4.0,4.0,0.0,"Overall my experience was very satisfactory. I knew almost nothing about coding and felt like a left knowing the basics, and where and how to continue my studies.The curriculum, when it comes to beginners, is very complete, although I have heard from... Read More more expreinced programmers that it teaches some technologies that are no longer relevant. Still I feel it escaletes in a way that it doesn't overwhelm people who are just starting to learn this language.The TA's where the best part of the course, they were completly devoted to the cohort on a very personal level, doing overtime and putting in all the effort they had so that we could get a good learning experience out of this.Unfortunetly I cannot say the same for our instructor, who didn't seem very invested in our cohort, and after encountering some frustrations with the curriculum I guess, lost all interest in teaching. The staff was very friendly, but seemed to be a bit desorginzed. I say this because there where several trips and exchanges of personal, which didn't leave much time for us to get to know them and learn from them.One thing I would advise strongly, which I think was a big error in my experience, is to never leave the cohort with less than 1 instructor and 2 TA's. Unfortunatley in our last two weeks, which coincided with the two weeks we had to prepare our final projects, our teacher left every day at 1pm, and didn't help much during the morning he was there, and one of our TA's took another position within Ironhack, which left just one person helping a class of 20. This was extremly unfair, for everybody had doubts and needed help, but there was only one person to clear them. Thankfully in the second week a new TA joined the class, but even though he had good predisposition, he had not been with the cohort during the whole course, so the amount of help he could provide was different.Still, taking the good and the bad, I think I learnd a lot, and I'm happy with the experience.Read Less",Full-time Web Development Bootcamp ,Web Development +238866,10828,ironhack,Santiago Becerra Conti,False,2018,"Thanks to Ironhack, I was able to be part of the UX/UI world!",2018-04-09,5.0,5.0,5.0,5.0,"During February and March I've coursed the UX/UI Bootcamp in Ironhack. It was the experience of my life!At the beginning of the course I didn't have many expectations that the User Experience world was serious enough or that there were many job opportunities.... Read MoreAfter these two months of intensive course, I discovered something that I'm super passionate about and that I now consider fundamental in the future of every company. I believe that the UX is beginning to be more and more recognized, and companies are realizing how important it is.Ironhack is a magnificent course, in which I have learned by doing. All have been practical cases that assimilate the reality with which you will face tomorrow. We have learned both working methodologies (design thinking, lean, agile) and tools (canvas) and above all, a clear structure of how to carry out a project from the beginning (UX) through design (UI) to the end (presentations of projects to the bosses, recognized people and classmates). We also had a week in which we learned the basics of front-end to know how to behave in the working world with the developers and work hand in hand with them!In short, without hesitation I would do this course a thousand and one more times!The teachers and all the activities were TOP!Stop by the Campus in Madrid and get to know how they work!Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +238819,10828,ironhack,Debora Ermel,False,2018,A must if you really want be a Developer,2018-04-09,5.0,5.0,5.0,5.0,"Ironhack Bootcamp course was the most intense experience I ever had.Those 9 weeks were non-stop learning. You really need to force yourself to overcome some rough moments when the learning is too much, but it's totally worth it.I had previous knowledge... Read More on front-end, but nothing compared with the way we learn in Ironhack.The method of learning, the teachers, and all Ironhack staff are great.Completing this Bootcamp was a great step forward in my career.Read Less",Full-time Web Development Bootcamp ,Web Development +238648,10828,ironhack,Lucas Soto,False,2018,"My experience at Ironhack, and “how I managed to survive.”",2018-04-09,5.0,5.0,5.0,5.0,"I was used to a more traditional high school or university learning method (based on memorizing useless stuff which one forgets in just a few days), but now I can say that I have learned things that actually matter to me. Not only in the UX/UI part, but... Read More also in the personal one. It´s been a completely different environment for me, with completely different problems and completely different people. But I just have good words for them. From the teachers, TAs and staff; to my classmates. All of them have been the support that I needed to complete this stage of my life, being there for me whenever I needed them.But I won´t lie, I´ve thought about quitting. Several times. The fact of being “alone” in such a challenge, was the hardest thing for me to deal with. No free time, none of my friends, (almost) none of my family, neither my native language speakers… I remember not speaking English after 5 pm the first days of classes just because I was tired of it. Now, I have daily English conversations and I don´t even realize in which language I´m talking.I´m not pretending to be a role model with an inspirational story to tell, I promise. I just feel I have the need to share this experience and how grateful I am for having the opportunity to live it. Thank you all, IronFamily.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +238427,10828,ironhack,Côme Bohu,False,2017,Kickstart your career in UX/UI,2018-04-09,5.0,5.0,5.0,5.0,"I took the 9 weeks UX/UI Bootcamp and thanks to Ironhack, I now have the tools to start my career as UX/UI Designer. It gives you a good overview of both UX and UI methods and Ironhack is a great place to grow. The staff is always here to help you and... Read More you'll be rewarded with lots of opportunities. My overall experience is very positive and I'm happy to have made this choice.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +238291,10828,ironhack,Jose Luis Perez,False,2018,Ironhack the great adventure,2018-04-08,5.0,5.0,5.0,5.0,"It has been a great experience to be part of the Ironhack family notice I'm saying Family and no Staff because that is what they are a big, lovable family, from the pantry to the top. The immersive bootcamp at Ironhack beat all my expectations and more.... Read More Hands On program from the first minute, with highly skilled and experienced professionals who makes of the learning process a memorable event. UX DESIGN it's a revelation in my live , without knowing I was doing parts of the process in my daily routine. I can tell is a life change, a new universe, a great adventure. Thanks Ironhack for teaching me all the tools to success in this new career. I'll be always proud to be an #IRONHACKERRead Less",Full-time UX/UI Design Bootcamp,UX/UI Design +237980,10828,ironhack,Jorge Arlitt Astiaso,False,2018,No regrets!,2018-04-08,5.0,5.0,5.0,5.0,"I was at a point in my career where I needed to completely change, and in Ironhack I have found the training, professionals and colleagues I needed to do so. I could not be happier with my decision. It has been nine of the most intense weeks of my life,... Read More but also the most productive and effective. Two months in which my life has only been Ironhack.Smile, enjoy and have attitude. Keep an open mind, manage frustration, work as a team and be willing to learn. Then you will feel like the future is yours.It's worth it!Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +237046,10828,ironhack,Diego Arroyo,False,2018,Road to Full-Stack,2018-04-06,5.0,5.0,5.0,5.0,"As part of the first generation of Ironhack Mexico, I am completely satisfied with the program they offer and if you are seeking to start your career as a developer, the Ironhack Bootcamp is the booster you are looking for.If you are already taking the... Read More bootcamp or next to enter, take advantage of the potential of the projects that you are going to develop, keep in mind that the hiring week at the end of the course is vital so that you can get a job as a developer as soon as possible with the best startups in Mexico.Read Less",Full-time Web Development Bootcamp ,Web Development +237034,10828,ironhack,Oriana Bermudez,False,2018,LOVED IT!,2018-04-06,5.0,5.0,5.0,5.0,"I attended the IronHack Web Development full time course and absolutely loved it! It was really intense, I found myself studying every weekend instead of going out with friends, but it was worth it.You will learn to create awesome full stack web applications... Read More with MongoDB, Express, Angular, Node.js, HTML and CSS.The teachers and TA's are great, the classroom dynamic is fun and you get to know a lot of people that by the end of the bootcamp will be very good friends.I must say that it's a hard course, you need to work really hard in order to comprehend and master every topic, you will struggle but in the end you will prevail.By the third week you'll be programming a video game, and you will no longer recognize who you were before. You will realize how much you've learn and what amazing things you can make from scratch.I highly recommend this course and I invite every single person who ever had the urge to be a programmer to change their life, apply, and become an Ironhacker.Read Less",Full-time Web Development Bootcamp ,Web Development +236791,10828,ironhack,Lance Meier,False,2018,Excellent experience!,2018-04-06,5.0,5.0,5.0,5.0,"I just completed 9-week Ironhack web development bootcamp and need to say it's been an incredible experience. I came into this experience with minimal programming ability and left with all the tools needed to build modern, full-stack applications.When... Read More I first started I was asking myself ""can I do this?"", now I'm asking ""what's the coolest thing I can build next?"". I'm confident that this experience will carry me far in my professional carreer as a developer.It's a hard course. The content and homework will take up every day of your week during the 9 week course, so be prepared to work and struggle and try the most you can every day. It's worth it.The professors of the course are super knowledgable and readily available for questions whenever you have doubts or need a push in the right direction. The staff overall also provides a lot of programming and outside events, job development assistance and career assistance at the end of the course, including a hiring week at the end of it all where you can connect with employers and show off your projects and skills.This course surpassed my expectations so many ways and helped me do so much more than I thought possible in the time it took to learn it.Read Less",Full-time Web Development Bootcamp ,Web Development +236800,10828,ironhack,Alicia Juarez,False,2018,Give yourself this opportunity,2018-04-06,4.3,4.0,4.0,5.0,"Going in as a newbie and having almost no idea of coding, this was a great experience. Learned a lot in 9 weeks, we build a lot of useful projects.",Full-time Web Development Bootcamp ,Web Development +236642,10828,ironhack,Virginia,False,2018,UX/UI bootcamp - Madrid,2018-04-06,4.0,4.0,0.0,0.0,"It took me a while to make the decision to join Ironhack and even when I thought that I was already decided, I found myself with doubts when I was doing my pre work before the bootcamp, but I knew I was ready for new challenges in the world of UX. I don't... Read More have any design or IT background; I come from the world of retail operations so I was scared of being in disadvantage comparing myself to other people who were coming from a design background. In reality, you have nothing to worry about; the good think of having people that come from a design background is that you can get inspired by them and know what other tools and skills are out there so you can continue learning when you finish the bootcamp. I have now completed my course and I am very happy for the decision I made. I've spent 9 weeks with people that are now like family. We were supporting and motivating each each other, which makes you grow even faster. They were the most intense 9 week of my life as I was exposed to a vast amount of new information, new tools (sketch, invision, marvel, flinto,..) and daily deliverables. I had lack of sleep, I didn't have time to see friends... but the harder you work the greater you will when you get to the final project. it was a real challenge for me but I am very excited for the opportunities I have ahead thanks to this bootcamp.The schools is also a great place for networking. There are always very interesting talks and events and the teachers and staff at the schools are super humble, happy and helpful.Good luck!Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +236567,10828,ironhack,Alexys Vanderford,False,2018,Web Dev Full-Time,2018-04-05,5.0,5.0,5.0,5.0,"I attended the IronHack Web Development full time course starting January 2018 and would absolutely recommend this course to others! I started this course not knowing anything about coding at all. My first two weeks were kind of hard to get the hang of... Read More and catch up to the others around me, but honestly between the instructor and the two best TA's I was quickly able to get the hang of it. One of the most important skills I learned in the course that I will take through my whole career is when you get stuck make sure you take at least two hours searching every resource you can before approaching your teacher or boss with the question. Which then leads into don't be afraid to ask questions, just make sure you have all the evidence to back up that you've tried your hardest to locate the answer and truly they will respect that. Overall I had such an amazing experience and am thankful for the course. As goes for the instructors/TA's, the instructor I would say did his best but I would not have done as well if it weren't for my TA Sandra. She is easily the most dedicated and amazing type of support I've got from any instructor even with my four years of college! The school environment is awesome! We had corn hole championships with the class and hello free beer! Also the career advisor Brito is a genius! He really dedicates his time to helping you get a job and not just any job but the one for you! In summary I had an amazing experience here and hope you do too!!Read Less",Full-time Web Development Bootcamp ,Web Development +236537,10828,ironhack,Alejandro Poggi,False,2017,Well worth it if you put in the work.,2018-04-05,5.0,5.0,5.0,5.0,"If you're serious about learning how to be a developer and getting a job as one, I don't think there are many better routes to go than attending this bootcamp. Ironhack provides for you the resources to learn an awful lot about development thanks to its... Read More former teacher Nizar. It really comes down to how badly you want to work to stand out and have enough knowledge and programming ability to get hired. If you put in the work, you will stand out and Ironhack's placements manager Brito will get you interviews. Ironhack's networking opportunities were just as instrumental as the learning opportunities towards getting me a position as a developer. If you're looking to just show up and magically become a talented programmer who's going to get hired, you're probably going to end up disappointed. Becoming even a remotely talented programmer takes an awful lot of time, and two months isn't much. If you're willing to sacrifice as much of it as you can, then this course will be well worth your time and money.Read Less",Full-time Web Development Bootcamp ,Web Development +236494,10828,ironhack,Jose Rafael Fraga,False,2018,The best,2018-04-05,4.7,5.0,5.0,4.0,Best school for UX designer and web dev!!! I highly recommend it.,Full-time UX/UI Design Bootcamp,UX/UI Design +236394,10828,ironhack,Isa Morales,False,2017,Best decision i made!,2018-04-05,5.0,5.0,5.0,0.0,"Because of work, I had to enroll in the part-time UX/UI Design program at Ironhack and I am so happy I did regardless of the late nights and crammed weekends. Entering this program not only has it provided me with the amazing toolset I need in the UX/UI... Read More world, but it also has given me a new network and amazing support system. I'm extremely thankful for my professors for taking the time to coach me and as well as Brito for being so diligent with me in finding the next step for me post-Ironhack. Thanks guys!Read Less",Part-time UX/UI Design ,UX/UI Design +236263,10828,ironhack,Magali,False,2018,January 2018 Bootcamp,2018-04-05,5.0,5.0,5.0,5.0,"I follow the bootcamp of UX/UI in Paris in january 2018 ! I had an amazing experience as much on the human side as the class itself. I learned so much during 9 weeks. The added value of Ironhack is also their network, we just finish the bootcamp and we... Read More already meet so many companies interested in our profil.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +235872,10828,ironhack,Marcos Lira,False,2018,The more intense 9 weeks of your life,2018-04-04,5.0,5.0,5.0,5.0,"If you are ready to give a flip to your career or you just want to add a great tool to your resume, Ironhack Miami is the place for you, they offer an immersive 9 weeks boot camp that is just amazing, the best thing beside their curriculum is definitely... Read More the people, every single member is there to help, if your not completely satisfied on every part of the process they are right there to help you in every step until you feel back on track. It is a very challenging experience and you need to be 100% committed to succeed, and as much as you put an effort to excel on this cohort the more you'll get back from it. Even now after finishing the course we're getting placement support from Brito and all of the updates for the networking events to keep ourselves connected to the program. I personally want to thank to all of the staff and the instructors: Alia, Jess, Pat, Savy, Marissa, Brito, Alex and Maite; all of them were an important part on my process to become a UX/UI Designer and I can't wait to be in the position to give back to the community. Sincerely, Marcos.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +235774,10828,ironhack,Jerren Hanley,False,2018,Immersive Experience,2018-04-04,5.0,5.0,5.0,5.0,"Whether you want to change careers or add to your knowledge Ironhack's UX/UI Design Bootcamp is an asset!You will get exposed to a vast array of the tools and methods used by designers in the industry as well as real-world experience guided by your instructor.... Read MoreYou will also get to apply what you learn while working on your group or individual projects.Guest speakers are industry professionals who will inspire you and give you tips on how to be a great designer.Real talk, Ironhack was one of the most challenging things I've done in my life. It's 8+ weeks of early mornings and late nights not for the weak-willed (Pro-tip if you're lazy just stay away!) In the end, you will get out what you put in: 3-4 projects for your portfolio, an industry recognized certificate and an experience that will be very hard to forget. After that, the rest is up to you! Get out there and keep learning!Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +234783,10828,ironhack,Emilie Tossan,False,2018,UX/UI design,2018-04-03,4.7,5.0,5.0,4.0,"With my graphic design background, I decided to turn my career towards user experience. I have been given the tools to make quality research to understand a user problem and also a clear idea how the tasks in companies are organized. Today, at the end... Read More of the Bootcamp, I am a lot more curious and aware of digital technologies. The experience made me grow humanly and for future undertakings.Thank you Ironhack!Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +234162,10828,ironhack,Javier Buitrago,False,2018,Excellent Experience!,2018-04-02,5.0,5.0,5.0,5.0,"Ironhack lived up to everything it promised. We learned a relevant technology stack ( MEAN stack) that quickly makes all of Ironhacks's graduates competitive in the workforce. The program was challenging and absolutely rewarding as you learn to deal with... Read More tight deadlines and presentations. Moreover, we learned to program using Javascript for the client (front-end) and server (back-end) in order to build full-stack applications using the strongest language on the web. Finally, you will make friendship during the cohort that will last a lifetime.The best part of Ironhack is its dedicated staff that is there to help you every step of the way. Alan Cardero (Teacher) allowed me to have my first ""aha"" moment as I discovered server-side coding and learned how to build RESTful web services. Also, Daniel Brito (Placement Manager) will give you the plan of attack to land the Web Dev job you're looking for. He is deeply connected with the tech community in South Florida and cares profoundly for each students career path. As for myself, the training I received has helped me excel at my current job as a Technical Recruiter. It gave me the ability to become an excellent Technical Recruiter on the Software Development side.Read Less",Part-time Web Development,Web Development +238265,10828,ironhack,Nicolas Levo,False,2018,Amazing Experience!!!,2018-04-01,5.0,5.0,5.0,5.0,"I did the full-time Web Development Bootcamp in Miami (winter 2018). I would definitely recommend this course to anyone who wants to get their feet wet in web development industry. Besides the up-to-date knowledge you get, you also join an AMAZING community.... Read More Everyone I met there is a hard-working, super smart, talented, ambitious and like-minded individual.You don't have to have any experience in programming but without one it will be challenging for you, so be ready. I suggest taking CS50 (Harvard's free online course - intro to computer science) prior to this course. After completing CS50 you can definitely see if programming is for you.Here are some tips:- There will be a lot of information to digest. You need to get serious about your time management. Limit your work, parties, and other activities.- During the course, try to complete all pair programming and independent exercises each day. It will help you later with your projects.- Choose your projects wisely and don't neglect front-end (design).- If you are not local to Miami and going to rent a place - try to find one as close as possible to the school, so you don't have to waste your time commuting. Brickle is a great area, safe and everything in a walking distance, including Ironhack.- Read the review by Francis Calizo. He wrote very valuable tips.TA's (Jess and Sandra) were super helpful, as well as Ironhack's placement manager Daniel Brito. One of the best decisions I had made in my life!Read Less",Full-time Web Development Bootcamp ,Web Development +232328,10828,ironhack,Francis Calizo,False,2018,Awesome Experience!,2018-03-30,4.7,5.0,4.0,5.0,"I did the 9-week Full time Web Development Bootcamp in Miami. The experience was absolutely amazing and unforgettable. Prior to Ironhack, I had started studying a bit of HTML, CSS, and JavaScript on my own for about a month or so. After seeing the difficulty... Read More of trying to learn Web Development on my own, I decided to enroll in the full time course. You will have to push yourself in order to successfully get the full experience of the course. If you think this is something you can walk into with minimum effort, you will be humbled very quickly. The description they have is dedicating around 400 hours, but it was easily closer to 550-600 hours. The material is definitely hard to grasp at first and you will have imposter syndrome, but if you are persistent you will definitely make the most out of this course. The more you put in, the more you will get out of it. It's only 9 weeks, invest in it and in yourself. If I had to choose the best part of this course, it would without a doubt be the community that you are surrounded with. You will be with your classmates for 9 weeks straight, 9+ hours a day, and they will become your family. Being surrounded by like-minded individuals working towards a common goal was what made me excited to come into class everyday and code. You will laugh, cry, complain, and succeed together. Take advantage of being around this sort of community, you never know when the next time is that you'll see them!The staff is great. The TA's (Sandra and Jess) always made sure to check up on the students and were always willing to help no matter the situation. Brito, your placements manager, will put you in a great position to confidently look for jobs. The coworking space you are in is great. You are in a great spot in Brickell, surrounded by successful companies. Tip: Use the free resources here, all of them. There are a lot of free events in the building, take advantage!With all this being said, the bootcamp is not perfect but it was 100% a great investment and an unforgettable experience. Come in with an open mind, eagerness to learn, and a positive attitude and this will be a solid investment.Quick tips from a recent grad:Use your outside resources. Don't limit your learning to the curriculum. You will need to see the material from different perspectives to really grasp these concepts. The lesson on Ironhack platform should be the starting point. On the lesson topics, you should google related articles, watch related videos, ask the instructor and TA's to expand on these topics.Ask questions, whether that be during a lesson or when working on your code. Ask your TA's. Ask your classmates. Everyone is willing to help you.Go to the networking events (I failed to do this). Some of them are free and you will get to meet like-minded people.The 9 weeks will be over before you know it, use the time wisely!Read Less",Full-time Web Development Bootcamp ,Web Development +231601,10828,ironhack,Alejandra Iturri,False,2018,Intense 9 weeks but worth it!,2018-03-30,5.0,5.0,5.0,5.0,"I just finish the full-time UX/UI Ironhack program here in Miami.I can say that Ironhack is a great place to study, teacher’s and staff in general are amazing. Ironhack is a great place to network. I had a beautiful experience with all the people inside,... Read More they are like a family to me. You can notice that they select good persons with values, people that are hungry of learn more, increase their knowledge and succeeds in life. That is so important to me because it motivates you and gives you the right environment where you can grow. In order to achieve your goals and dreams you always have to work hard, and Ironhack was definitely another challenge for me. Also, Ironhack not only host meetup events, but also let the students know the best events going on each week. It is reallhy interesting that every week there is a different person that is currently working in the field that comes in as a guest speaker. So I can say that my overall experience was very positive. During an extraordinarily intense 9 week period I was exposed to a vast amount of information and tools to learn such as sketch, InVision and Flinto. That was great, because as I’m already a designer for almost 9 years, my goal was to learn more tools. The location in Miami is building.co which for me is the best co-working office space in the downtown Miami. Great concept space, you have a great view of Miami that helps you to be inspired during the time you have to work on your projects. Don’t expect to sleep, do expect a life-changing experience, be prepared to work hard, stay focus which can bring you to have new a more doors open.The harder you work for something, the greater you’ll feel when you achieve it!!As we all know no pain no gain!Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +231979,10828,ironhack,Manuel,False,2017,best decision that change my life,2018-03-30,5.0,5.0,5.0,5.0,"i started the bootcamp (part-time) with NO experience i was just a really really really good chef(lol), therefore i had my question of how such a huge carrer chage was done, but the staff was amazing, very helpful,l always with a positive and knowledgeable... Read More guidance.the curse will open your ayes of how much you can acomplish if you are willing to put the effort and organization . i have no doudt that all that i learned at ironhack is necesary in the real world.Overall, was the best decision the i made to change my career and my life.Read Less",Part-time Web Development,Web Development +243451,10828,ironhack,Michael Pace,False,2018,"Great course, practical and comprehensive",2018-03-30,5.0,5.0,5.0,5.0,"This course manages to effectively balance the strategy and research side of UX with the design requirements of UI using a well thought out course plan and proficient teachers. Embedded into the lessons is a large amount of practical work which brings... Read More the learning to life and prepares you to overcome UX/UI challenges you are likely to face in the real world. My overall experience was very positive. During an extraordinarily intense 9 week period I was exposed to a vast amount of information which included up-to-date guidance on using tools such as sketch, InVision and Flinto which seem to be evolving on an almost monthly basis. The course was extremely practical and involved group and individual work to create four design projects, all of which provides good content for a design portfolio. The portfolio is how you will ultimately be judged by the design community and this was suitably stressed throughout the course. The staff were passionate about their subjects and knowledgeable and put in a considerable number of hours outside usual course teaching time to help out on projects. The location in Miami is building.co which for me is the best co-working office space in the downtown Miami area because it houses numerous tech companies so that all adds to the feeling that you are part of the tech community. Having just finished the course it is difficult to assess how the experience will impact my career but I am sure it will be significant as the skills obtained are becoming critical to any company that wants to stay ahead by creating good user experiences. As more communication and interaction with products moves to digital platforms, knowing the methodologies used in rapid prototyping, design sprints and user flows will only become more essential. I would recommend the course as it is comprehensive and draws on a lot of different resources. Don't expect to sleep, do expect a life-changing experience which can launch a new career or boost an existing one.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +243450,10828,ironhack,Michael Pace,False,2018,"Comprehensive, practical and demanding but worth it.",2018-03-30,5.0,5.0,5.0,5.0,"This course manages to effectively balance the strategy and research side of UX with the design requirements of UI using a well thought out course plan and proficient teachers. Embedded into the lessons is a large amount of practical work which brings... Read More the learning to life and prepares you to overcome UX/UI challenges you are likely to face in the real world. My overall experience was very positive. During an extraordinarily intense 9 week period I was exposed to a vast amount of information which included up-to-date guidance on using tools such as sketch, InVision and Flinto which seem to be evolving on an almost monthly basis. The course was extremely practical and involved group and individual work to create four design projects, all of which provides good content for a design portfolio. The portfolio is how you will ultimately be judged by the design community and this was suitably stressed throughout the course. The staff were passionate about their subjects and knowledgeable and put in a considerable number of hours outside usual course teaching time to help out on projects. The location in Miami is building.co which for me is the best co-working office space in the downtown Miami area because it houses numerous tech companies so that all adds to the feeling that you are part of the tech community. Having just finished the course it is difficult to assess how the experience will impact my career but I am sure it will be significant as the skills obtained are becoming critical to any company that wants to stay ahead by creating good user experiences. As more communication and interaction with products moves to digital platforms, knowing the methodologies used in rapid prototyping, design sprints and user flows will only become more essential. I would recommend the course as it is comprehensive and draws on a lot of different resources. Don't expect to sleep, do expect a life-changing experience which can launch a new career or boost an existing one.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +243412,10828,ironhack,Emily Silkworth,False,2018,10/10 would recommend ,2018-03-29,5.0,5.0,5.0,5.0,"I chose to go to Ironhack after graduating with a degree in psychology. After doing some research online I learned that if you want to start your career in UX a portfolio and networking are super important.Ironhack offers multiple projects compared to... Read More some other bootcamps that only offer one. We did 2 group projects and 2 solo projects so whether working as a team is your thing or you prefer working solo Ironhack is a good choice.Ironhack is a great place to network because they not only host meetup events, but also let the students know the best events going on each week. Also, every week there is a different person that is currently working in the field that comes in as a guest speaker.That being said It is a very fast paced course, so come in prepared & stay organized. You get what you put into it.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +243386,10828,ironhack,Nick Mencia,False,2018,Great Experience!,2018-03-28,5.0,5.0,5.0,5.0,"I am just finishing up the full-time UX/UI Ironhack program here in Miami.I leared alot! Be prepared to work, and have an open mind. The teachers were great and you get the feeling that everyone cares alot and are personally invested in your success.... Read More Good luck to everyone!Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +243128,10828,ironhack,Alex Virdee,False,2018,Intense 9 weeks but highly worth it !,2018-03-27,5.0,5.0,5.0,5.0,"I did the full time web development bootcamp and my experience here at Ironhack Miami was really great and something I will never forget. I did have a bit of coding experience which helped a lot throughout the 9 weeks but now I can say I really understand... Read More how to code out full stack applications. A huge thank you to my TAs and instructor for all of their help they were very talented and knowledgable on the material. The curriculum has a lot of great information and was spot on in my opinion as it was developed to really break down a lot of the concepts and will help you hone in on your skills. The course will give you the skillset to develop 3 applications for your resume. One game, a server side express app, and a full stack application using Angular. I am definitely optimistic on the opportunities after graduating from the course as students are already landing jobs even before graduation. The career placements manager, Brito will help you with your goals as long you put in the hard work. The Ironhack staff is very inviting and they are there to help you in any way they can with your journey into web development.Read Less",Full-time Web Development Bootcamp ,Web Development +243365,10828,ironhack,Natalia Kononova,False,2018,Intense UX/UI Bootcamp in Paris,2018-03-27,4.3,4.0,4.0,5.0,"It's been challenging 9 weeks of highly intensive work. Through out this bootcamp I've obtained various technical skills, learnt a lot from my peer students and got new friends.The instructors are very friendly and always there for you but I wish they... Read More had more professional experience as UX designers. The Ironhack staff is extremely motivated and constantly up for something fun.At the end of the studies Ironhack does a great deal to help you find a job you want.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +243356,10828,ironhack,Alberto Soler Muñoz,False,2018,IronHack ,2018-03-26,5.0,5.0,5.0,5.0,"It's just been a couple of days since the best experience of my life came to an end. First weeks were tough, with a lot of work, too many hours and very little time for the amount of information received. Even so, it was all worth it. I've not just learned... Read More to code, but to be myself, meet amazing people and a big great family. I carry with me all the Ironbeers, katas, challenges, stress, laughter, fellowship and amazing moments. To finish with, this is not the end: to every future Ironhacker, I'll see you at Ironbeers!!!Read Less",Part-time Web Development,Web Development +243354,10828,ironhack,Michael Elso,False,2018,Great Experience,2018-03-26,5.0,5.0,5.0,5.0,"I went to IronHack with little experience, as a New Gradute I can say that the struggle to complete this bootcamp is worth it! I learned so much from my time there, The staff was amazing! Especially my TA's they always there to help me when i needed it... Read More the most! I deffenetly reccomend it to anyone that wants to learn.Read Less",Full-time Web Development Bootcamp ,Web Development +243353,10828,ironhack,Torre Locascio,False,2018,Overall Great Experience,2018-03-26,5.0,5.0,5.0,5.0,"Went into Ironhack with almost zero coding experience, and left feeling confident in my abilities to bring value to my next employer. Instructors, especially the TA's CARED for each student's growth and success during the program, and Daniel Brito, The... Read More Placements Manager provides thorough, yet simple to implement instructions on how to get a job after, and brings energy and passion to his work. Not a perfect bootcamp, but from my point of view, pretty damn close. Thank you Ironhack, it was real.Read Less",Full-time Web Development Bootcamp ,Web Development +243339,10828,ironhack,Ines de Pas,False,2018,Dynamic Team,2018-03-26,4.7,4.0,5.0,5.0,During the training I was in a dynamic environment that creates exchanges and professional connections. A real team invested with us at every stage of the training and even after.,Full-time UX/UI Design Bootcamp,UX/UI Design +243338,10828,ironhack,Adrián Chacón,False,2018,Intensive,2018-03-26,5.0,5.0,5.0,5.0,"If I had to summarize what is Ironhack, the word I use is Intensive.If you love to learn, train, and realize that you can change the direction of your Job career in only 9 weeks, Ironhack is your place.You will meet a lot of people with the different... Read More way of thinking and point of view, and that is Ironhack too, is like an small family, you will spend 12 hours per day the next 9 weeks, so maybe you will laugh or get angry about the code… They have the best teachers, not only good in teaching, also good people.Maybe If I would known before about Ironhack…Well the good point is, that right now Im feeling like Im in the top of wave in my job carrer.Thanks Ironhack :)Read Less",Full-time Web Development Bootcamp ,Web Development +243294,10828,ironhack,Santiago Ramos,False,2018,Craving for code… visit Ironhack!,2018-03-23,5.0,5.0,5.0,5.0,"Dear future or current developers, I would like to write a review with a double intention: · Help you orientate if you are wishing to do a developer bootcamp· Thank Ironhack team for they unconditional support1. Learn latest technologies The school is... Read More aware of how the market evolves. That’s why in previous editions they’ve teach Ruby on Rails or React. Don’t worry on the technology, just trust them, companies are always interested for the latest techs as they are trying to get updated. I was surprised to see that even programmers with 10 years experience were joining the bootcamp to get updated on technologies. Companies will value those learning’s, don’t worry. 2. A dedicated team that encourages learning At Ironhack I’ve coded next to smart and passionate teachers. I was surprised by 6:30pm after 9 hours coding they were there teaching me last details of the lesson I hadn’t understood or even helping me improve my projects. One teacher and three assistants on the full-time bootcamp, where else are you gonna find that much support?! Moreover, the rest of the staff is unbelievably friendly and supportive. They will weekly ask you for feedback and make that you feel like at home (that’s for example how we got our BBQ at the rooftop and a Ping-Pong table) :D. Believe me you’re gonna get surrounded by an awesome atmosphere. Staff takes very seriously on QUALITY, proved through the learning units, IT events, job placement, fully equipped kitchen and much more. 3. Hiring week Compared to other bootcamps or online courses, Ironhack were the only ones offering some kind of direct shortcut for placement. Last week you have the opportunity to get interviewed by 20-30 companies. They do not assure you to get a job, but definitely you’ll have an experience on how to deal and prepare for technical interview. You won’t lack of a job on IT field if you work on your skills.4. Awesome classmates This will depend on every cohort. Usually Barcelona attracts people from all around the world (in my cohort: Canadians, Italians, Germans, Austrians, Caribbean, Portuguese and of course Spaniards). Sincerely, I am gonna miss my mates a lot. They were the reason and the necessary support to keep coding by 8:00pm, when all what your head whisper to you is: “Go home!” We’ve spend great time together having Ironbeers, roomscape, music festivals, lunch at the restaurant (of course, most of it on weekends, week if for coding haha). I also want to thank the UI/UX students. We’ve had the opportunity to collaborate at some point and also see their projects as they have seen and advice on ours. We’ve also had true programmers coming from different industries to evaluate our projects in order to decide for the three contestants that deserve to present in the Hackshow. All this makes the experience much more complete and close to the real working world.5. Coding bootcamp, online courses or autonomous learning at home? I speak from personal experience: I’ve tried learning from home, but then if you get blocked maybe you can spend 4 hours with no clues. That gets soon very frustrating and increases the chance you give up with code. That’s not how it is supposed to be in the working environment. You’ll probably get great contents with other online courses, but as soon as you want to go further you may face technical problems. At Ironhack, teachers give you the right support to be little bit creative at the same time they train you with all the basics to be able to continue your own-training after the bootcamp. 6. Full-time or Part-time Both are great! Part-time will require you the endurance to go coding after your other regular timetable that you follow, but also full time will challenge you 9:00 to 21:00 for 9 intensive weeks… be ready to abandon all other social compromises that are not having beers with your Ironmates! Part-time also allows you to develop your projects more calmly (as you have almost one month to deliver each one of the final projects), but then it will depend on your discipline to commit to work even at home. Thanks you all readers & Ironhackers!! <3Read Less",Full-time Web Development Bootcamp ,Web Development +243137,10828,ironhack,Sébastien Del Mestre,False,2018,A Great Experience!!,2018-03-20,5.0,5.0,5.0,5.0,"I was a student at Ironhack Web Dev Bootcamp in Madrid from January until March 2018 (9 intensive weeks!!! Be prepared!). If you're looking for a web dev Bootcamp, I would highly recommend Ironhack Web Dev for a few reasons. I loved the way I learned... Read More coding by practicing, so many exercises every day, focus on Pair Programming (PP) and also individual Daily Exercise (DE). Learning Units are very well done and useful. The main teacher of the program is very professional and the way he transmits his knowledge is perfect. Other TA's are always there to help you. They are changing and adapting the program to make it better. If you decide to do Ironhack Bootcamp, you'll have to be a little bit prepared (in my opinion) and practice before. Ironhack Team is like a family, everybody there will help you to reach your goal and make you feel very comfortable. Very easy to make friends and networking. You will also have a buddy (somebody who studied in Ironhack) for you to get introduced faster and better in Ironhack Family. Last but not least, you can attend the Ironhack Hiring Week at the end of the program and meet companies and startup and show them what you have done during this Bootcamp. Be prepared, Enjoy it and Give it all!! A Great Experience!!!Read Less",Full-time Web Development Bootcamp ,Web Development +237977,10828,ironhack,Stephanie Senoner,False,2018,The best way to learn coding,2018-03-19,5.0,5.0,5.0,5.0,"If you are looking for a way to dive deep into web development, learn from the best professional teacher, gain more knowledge in an amazing environment, being supported by your co-students, try to change carrers into the tech world - you should apply... Read More for Ironhack.After 9 weeks full of coding you will be able to build amazing things. You will learn fast and efficient. It is really demanding but after my bootcamp (january till march 18) I really believe that Ironhack is one of the best decision you can make. I also spent the most exciting and interesting time here with the Ironhack family and be proud of being part of it.StephieRead Less",Full-time Web Development Bootcamp ,Web Development +243002,10828,ironhack,Alla Roman,False,2018,Ironhack Barcelona,2018-03-18,5.0,5.0,5.0,5.0,"I am happy I decided to take the opportunity to attend this course. I think it was the most efficient way to acquire new skills and knowledge, that I tried to learn on my own on web and also to meet great people. The nice things about Ironhack Barcelona are:... Read More1) You are learning from professional, with a lot of experience in industry, you see the tools and best practices.
2) You are learning with a group of people with similar motivation, to change the career. It makes the course vibrant.3) The Ironhack program challenge you every day, there's no chance of getting bored. You will benefit from this challenge, I can guarantee you)4) During the course you become an idea of technologies you can learn (inspiring talks after classes, conversations with your classmates, teachers), you can see in what areas you are more interested - frontend, backend, API, data visualisation, games etc. After bootcamp you can focus on it.
5) Barcelona is a great city! Last but not least, people make this bootcamp to great experience. Thank you guys!Read Less",Full-time Web Development Bootcamp ,Web Development +242990,10828,ironhack,Ana,False,2018,Give it all!,2018-03-17,4.3,5.0,4.0,4.0,"I did the full time Ironhack bootcamp with the intention switch my career as a designer and become a web developer. After two months of hard work I can say I did!Before Ironhack my only experience with coding was some jQuery full of if else.. but I really... Read More enjoyed the simple things I coded. I really recommend this bootcamp to anyone willing to learn web development with JavaScript. If you've never coded before I would suggest you to try it a bit on your own beforehand, just to see if you like it.I think the bootcamp is really worth it. Just be ready to give it all during two months, because you'll make the best out of the course if you make a great effort. Particularly during the three projects. And last but not least, be ready to create a new family with your course colleagues! They will be your company through this journey and if you help each other you'll get far!Read Less",Full-time Web Development Bootcamp ,Web Development +243175,10828,ironhack,Oscar Jorge,False,2018,My experience on Ironhack,2018-03-17,5.0,5.0,5.0,5.0,"Mi experiencia en Ironhack ha sido muy satisfactoria en todos los sentidos:- El personal esta siempre disponible para ayudarte.- El programa me parece bueno, ya que toca todas las herramientas que vas a necesitar en un futuro. Si es verdad que me hubiese... Read More gustado que durara un poco más ya que cada semana aprendemos un montón.- El profesor es super bueno, que intenta siempre enseñarnos mas de lo que viene en el programa. Es un tio inspirador.- Las instalaciones son excelentes: las clases, el area de comer, el espacio para eventos, la terraza... y ahora con mesas de ping-pong. Sin duda un buen espacio para pasar los largos dias.Totalmente ha sido una buena elección, lo recomiendo.Read Less",Full-time Web Development Bootcamp ,Web Development +243156,10828,ironhack,Linda Luisa Rosenthal,False,2018,JOIN IR<3NHACK,2018-03-16,5.0,5.0,5.0,5.0,"Hey you, most probably you are in the situation right now I was half a year ago. You are maybe asking yourself if a bootcamp is the right thing for you. Six month ago, I was as indecisive as you right now. I tried out some online resources of really basic... Read More programming languages and noticed I really like it, however I was not sure if it is enough to put all on one card and pursue a career change.Now after the bootcamp has ended, I can tell you that it was totally worth it. If you are a person that feels uncomfortable with the comfortable and aspire a career where you feel that your effort work is really meaningful than just go for it. In the review I try to stress out why Ironhack is the right choice for you. Enjoy the read : )TEACHERS & CURRICULUMI couldn’t think of better teachers than the ones from Ironhack. Learning from Andre, our main teacher, was an incredibly valuable experience. He is not at all comparable to any other teacher I met in the course of my academic journey. He is inspiring, incredibly skilled and knowledgeable in all realms of the industry. The same applies to the great technical assistants. Everyone is really eager to help you and motivate you throughout the course. I don’t want to sugarcoat anything, the curriculum is intense and your personal outcome also depends a lot on yourself and how much effort you put in. Be consistent and don’t stress out when you don’t get a concept right a way. You will get there with sufficient practice. As Andre taught us, they give us the shoes; we are the ones to put them on. Apart from the curriculum, you will have the chance to educate yourself in related fields. Almost everyday there are events, lectures and workshops that you can attend. BARCELONA OPEN SPACEWhen it comes to the right location for you to attend a bootcamp, Barcelona is definitely the place to be; the city is vibrant, young and is known for its growing tech scene. I recommend you to make use of all the great facilities that the Ironhack office provides. You’ll have the possibility to be at Ironhack 24/7. The open space with all its facilities offers you the perfect place to unfold your potential and really immerse into the world of programming. There is also a flat upstairs with a nice rooftop to study and have a barbecue with your IH friends to unwind after hours of learning and coding. The staff really trusts you guys and gives you all the freedom you need to feel as comfortable as possible. They are all really attentive to your needs and are very perceptive to any feedback. In general, the staff is always friendly and always approachable with whatever question you have.JOB PERSPECTIVESRegarding job perspectives, it is a bit too soon to be opinionated since it’s two days since the bootcamp is over. However, if it helps you to get an idea, everyone from the previous cohort landed a developer job before our cohort ended. The placement manager as well as the rest of the team are really supportive and provide help with your portfolio. Also, the hiring week at the end of the bootcamp will help you to get in touch with different tech companies in Barcelona. PREPARATIONI’d like to make a short remark for those of you who have no prior knowledge. Although the program does not require any prior preparation besides the pre-work, I strongly recommend you to prepare yourself upfront using free online resources with main focus on JavaScript. It will keep your frustration level lower in case you are starting from scratch. However, don’t feel intimidated by this, it is not required and you can go along without any pre-knowledge.IRONHACK FAMLast but not least, I would like to address a very special thing about the program. When applying for Ironhack, I mainly focused on the learning experience itself and haven’t thought so much about the positive factors that this course brings along. But believe me, it’s the piiiiipool that make this experience so unforgettable! Although you might think that 2 1/2 months are a pretty short time to build close relationships, the bootcamp will prove you wrong!! You will have an amazing time with amazing likeminded people and will grow close together as a group. The group dynamics were unbelievable. We did a lot of different activities where everybody was included from day 1. We had legendary Friday nights, did rooftop BBQs, ping pong tournaments, samba nights, skiing trips and so much more). The Ironhack quarter really becomes your first home, the people your family and coding the nexus between both! If you are really thinking of pursuing a career change, don’t hesitate anymore and join the Ironhack fam. Ironhack nails it, so will you! : )Read Less",Full-time Web Development Bootcamp ,Web Development +243155,10828,ironhack,Danielle Leblanc-Cyr,False,2018,The BEST decision,2018-03-16,5.0,5.0,5.0,5.0,"An amazing experience. Fantastic teachers and TAs, awesome staff, beers every Friday and multiple events and speakers each week. I cannot believe how much I've learned and how much Ironhack has helped me to accomplish in only 9 weeks. The only thing I... Read More would change about my experience is that I would have done it sooner!Read Less",Full-time Web Development Bootcamp ,Web Development +243152,10828,ironhack,Sheng Hu Chai,False,2018,Priceless,2018-03-16,5.0,5.0,5.0,5.0,"Amazing experience. If you are looking for a web dev bootcamp, don't look any further.",Full-time Web Development Bootcamp ,Web Development +243148,10828,ironhack,Rodrigo Daoud,False,2018,This is Ironhack,2018-03-16,5.0,5.0,5.0,5.0,Going from 0 to 100 in 9 weeks. This **** is BANANAS! B-A-N-A-N-A-S!!I even recommend Ironhack to my worst enemies. Don't ask yourself just do it!Barcelona campus is the best!Questions?Ask -> http://www.irene.cool,Full-time Web Development Bootcamp ,Web Development +243142,10828,ironhack,geraldine veilex,False,2017,Ironhack - the school of everything!,2018-03-16,5.0,5.0,5.0,5.0,"I can only recommend Ironhack.I have been learning so much during the bootcamp, not only UX/UI skills but you really go beyond your limit. You learn how to present and get others to understand your project, and convince them your solution is the best.... Read More You also get trained for interviews and job search. I feel totally geared up for my career change and I'm looking forward to my next job thanks to Ironhack!Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +243120,10828,ironhack,Jeff,False,2018,Great experience,2018-03-16,5.0,5.0,5.0,5.0,"Everything is made to succeed, surrounded by a very efficient, cool and helpful team.It was a very good experience",Full-time Web Development Bootcamp ,Web Development +243113,10828,ironhack,Kat Alderman,False,2017,Miami Part-Time UX / UI Course Review - A++++ Would Recommend,2018-03-15,5.0,5.0,5.0,5.0,"I took the first part-time UX course offered by the Miami campus. The course started in August 2017 and ended in March 2018.Here's what you need to know before you start:1. There is pre-work, and lots of it. You will need to do this before you go to the... Read More first class - if you don't do it, I will find you and I will haunt you personally.2. You will need to find some kind of transportation that gets you to Ironhack or you will need to pay for parking. If you're bougie like me, there's a garage behind Ironhack and they do offer monthly parking, but their daily rate is $10. If you time it just right, your weekday classes will cost $6 to park there and the Saturday class will be $10. You can also find street parking around the area but pay attention to the signs!3. You will have homework during the class - expect to spend 10 hours a week on this, excluding your class project and your capstone - you will spend more time on those and you might have a couple late nights building presentations. If you don't do your homework, I will find you and I will haunt you personally.4. You'll want to make time for local events -- there are plenty for UX around the area and that is an excellent place to network.5. When you're in the class, pay attention!6. Your cohort will be full of people just like you. You might even become great friends with them - they are your network, and so are all of the Ironhack graduates. You'll find that this community is full of dedicated, hard working and caring individuals - we all want each other to be successful. ---The instructors:We had Joel, Marcelo, Alex and Fernando teaching us. I hope that every cohort has these teachers or at least similar people - I cannot express how awesome they were. All of our teachers were excellent life/career coaches to us and all of them have been continuously supportive and available to us no matter what day/time it is. Joel taught us mostly about the overall process, Alex taught us about research, Marcelo taught us about visual design and sketch/flinto, and Fernando taught us HTML/CSS/Bootstrap. All of the instructors are local heroes in the industry and all will be able to teach you every tool you need to become a successful UX designer.---The staff:The staff at Ironhack is amazing. You'll have a TA helping you through your exercise; lean on them for support! You'll also interact with the Ironhack staff at various events and they will come cheer you on in your presentations. I really love the staff at Ironhack because they are warm, caring, inviting and always available. Alia was my first introduction to Ironhack and she has been absolutely amazing. She helped me figure out that I would be a great fit for the UX program, and I am SO glad that she did. The staff really went out of their way to come after hours to support us, even though they'd already worked a full day. They also came on weekends occasionally and I always felt like they cared about our success. Brito will be available to you for career help and to walk you through how to find a job, how to interview, how to create a resume, etc. He is invaluable and extremely well connected. You have no idea how lucky you are :-)---Overall:I had the most amazing experience and I know that I can walk into any interview with confidence and the tools I need to succeed. Everyone in my cohort really bonded; we are all group texting now and I know that each of us are rooting for each other's success. I will always be there to help my classmates and I know they'll be there for me, too!Honestly, a true testament to the fact that I like Ironhack and the teaching method so much: I decided to take the full-time front-end web development class, which graduates in June. This means I won't be joining my cohort's career fair, but I have no doubt my classmates will be successful and land their dream jobs :-)Given the feedback that I've received throughout this course, I have no doubts I'll be able to land the perfect job when I'm ready to start looking.Read Less",Part-time UX/UI Design ,UX/UI Design +243102,10828,ironhack,Luis Herrera,False,2018,9 weeks to simply change it all,2018-03-15,5.0,5.0,5.0,5.0,"t’s day one. You ring the bell and enter a strange land which will be forever your home. You sit next to an unknown person that you will never forget. And so it starts. You finish day one: you think you might not make it. Day two: the faces start to be... Read More familiar but you’re struggling with the names. Another bunch of concepts on top of the ones you learned the day before and that you still don’t remember. You know you won’t make it. It’s the end of the first week, you have laughed, you have been frustrated twice (per day) and you have shared lots of memories with 21 new family members. What you are able to do by now was unbelievable five days ago. You know for certain that this is the change you were looking for. And there are still 8 weeks to go. The whole Ironhack experience is one the best decisions you will ever make. Never a journey has been so long and short at the same time. The amount of things you will learn and will do almost feel impossible to accomplish in just two months. And when you look back you will wish to keep struggling with the everyday organized chaos your life just became over the last few weeks. Those days will be some of the best you ever have.Read Less",Full-time Web Development Bootcamp ,Web Development +243105,10828,ironhack,Josep Salvat,False,2018,Mi experiencia como Ironhacker,2018-03-15,5.0,5.0,5.0,5.0,"Intentaré ser breve y conciso para los que quieran una review corta y sencilla:Ironhack es el mejor bootcamp tanto si lo que deseas es cambiar de ámbito profesional como afianzar y/o mejorar tus dotes de programación. Personalmente, es la mejor decisión... Read More que he tomado y estoy super orgulloso de haberlo hecho.Para los que quieran una review con mas información intentaré hacer hincapié en los puntos fuertes de este Bootcamp:1- El temario: No solamente te enseñan a ""programar"" desde 0 sino que te preparan para ser autosuficiente una vez acabado el bootcamp. Me explico: En Ironhack aprendes MEAN Stack (Mongo, Express,Stack Angular, Node) + HTML5 & CSS. Y esos conceptos aún con el poco tiempo con el que disponemos, arraigan en tu cerebro como si llevaras meses estudiándolos. Yo tenía un poco de Background en temas de CSS y HTML y en la primera semana ya estaba aprendiendo cosas nuevas que no sabía.Una vez acabado el Bootcamp puede estudiar cualquier tecnología de manera autosuficiente. Esa seguridad que te da el aprender cosas nuevas y saber que puedes hacerlo, no tiene precio.2- El equipo: Teacher & Ta's.- Decir impresionante, me quedaría corto, por lo que voy a decir únicamente que somos unos afortunados por tener a estos profesionales enseñándonos todos los días. André es una bestia en lo que a conceptos y manera de enseñar se refiere, personalmente es una persona muy cercana y se puede hablar con él de cualquier cosa. Sabe transmitir los conceptos de una manera sencilla y fácil de entender, y creedme, en este mundo no es nada fácil. Los TA's (teacher assistant) están ahí en cada momento en el que necesitamos ayuda y nos quedamos atascados en algún ejercicio y/o proyecto. 3. La familia Ironhack.- Desde el primer momento nos sentimos cómo en casa, nos dijeron que pasaríamos más horas ahí que en nuestra propia casa (no me lo creí al principio, pero... si, es cierto). Y es que al final, preferías quedarte aquí con tus amigos trabajando que irte a casa a hacerlo solo.El staff que está con nosotros es impresionante, desde el primer día te cuidan para que estés a gusto. Nunca han tenido una mala palabra, ni un gesto raro, ni una mirada especial. Estoy encantado de haberl@s conocido a tod@s, no sería lo mismo si no estuvieran aquí.Las instalaciones son perfectas para el tipo de ""trabajo"" que estamos desarrollando aquí. Si tuviera que hacer mi propio Ironhack lo haría de la misma forma que lo hacen ellos, cada centímetro está pensado a la perfección para que los que estamos estudiando aquí como los que trabajan estén a gusto.Finalmente y una de las cosas que me llevo y recordaré toda mi vida; los compañeros. Desde el principio congeniamos muy bien, la mayoría de nosotros estamos aquí para dar un cambio a nuestra vida laboral y en su efecto a nuestra vida en general. Tenemos muchas cosas en común y somos muy parecidos en la manera de ser (algunos más y otros menos) pero con el equilibrio que en todo sitio se necesita. Hacemos actividades conjuntas casi cada día (no es obligatorio!), desde Cervezas cada Viernes(y su fiesta posterior) hasta BBQ los fines de semana, Scape Rooms y visitas por la ciudad.Finalmente, si has llegado hasta aquí es porque lo estás pensando muy seriamente, no lo dudes. Únete a la familia Ironhack y no te arrepentirás, yo no lo he hecho :)Un saludo!Read Less",Full-time Web Development Bootcamp ,Web Development +243101,10828,ironhack,David Teixeira,False,2018,The Ironhack experience,2018-03-15,5.0,5.0,5.0,5.0,"If you are reading this review it's probably because you're in the same position I was 5 months ago. You've probably stumbled upon the Ironhack website and you're contemplating, ""Is this the right decision for me?"". When I decided to join Ironhack I didn't... Read More realize it would be one of the best decisions I would make. For most of my adolescence I didn't have many challenges in university, but Ironhack tested my personality, my passion, and my knowledge. The friendships I've created will be everlasting as well as the memories that came along with it. It is in an intense program and most of the times you might feel frustrated, tired, and even cranky, however, the satisfaction and sense of accomplishment that comes along with these feelings are the best residual effects you can experience. It eclipses frustration, fatigue, and mood with ease. I would recommend this bootcamp to everyone everytime without hesitation whatsoever. So do it, make an impulsive but imformative decision to join Ironhack and become an Ironhacker, you won't regret it.Read Less",Full-time Web Development Bootcamp ,Web Development +243088,10828,ironhack,Vlad C,False,2018,Very good boot camp,2018-03-14,5.0,5.0,5.0,5.0,I start with 0 knowledge and I manage to have at the end of this 9 weeks a very strong base and 3 nice projects finished.,Full-time Web Development Bootcamp ,Web Development +243087,10828,ironhack,Enrique,False,2018,Nice and smooth,2018-03-14,5.0,5.0,5.0,5.0,"I've just finished the web development bootcamp at Madrid and I can say that I'm very satisfied with the knowledge I've adquire. At first glance the project seem very much difficult for people with no programming background as me, but the education here... Read More helped the development of the students to learn as good as possible. But this would'nt happened if there is no 100% effort from the student.Read Less",Full-time Web Development Bootcamp ,Web Development +243083,10828,ironhack,Filipe Rainho,False,2018,Unforgettable experience,2018-03-14,5.0,5.0,5.0,5.0,"I went in expecting it to be a good experience but I was very surprised, the environment, the staff and the campus are all great and that alone is worth it. Combine that with a great learning experience and you get a once in a lifetime experience I will... Read More never forget!Read Less",Full-time Web Development Bootcamp ,Web Development +243054,10828,ironhack,Anonymous,True,2018,Great experience,2018-03-14,5.0,5.0,5.0,5.0,"Ironhack is a tremendously fun and intense experience that is rewarding once you finish. From my point of view, anyone who comes from another sector and has not been able to write a line of code before starting is a true act of faith. Thanks to the need... Read More of the sector and the teaching method that I do not finish to understand by the rapidity in which the content is taught, Ironhack manages to turn around your professional career and / or prepare you to take on any professional challenge within the front area.In short, it is a quick way to acquire the knowledge necessary to practice as a programmer in a fast and forceful way, to live a beautiful experience with all kinds of feelings and a challenge with which to overcome oneselfRead Less",,Unknown +243050,10828,ironhack,Álvaro Mata Aracil,False,2018,"From bot to ""top""",2018-03-14,5.0,5.0,5.0,5.0,"Looking for a change in my career I went to Ironhack. I came from a secondhand store, a sector, totally different and even though it cost me a lot in the end, you get it out. You have to be constant since the rhythm of learning is marked by yourself,... Read More the classes do not stop!!If you are looking for a new experience and a fast and complete learning this is your site, professionals willing to help, well-maintained facilities, talks for students and especially people who want to help.Read Less",Full-time Web Development Bootcamp ,Web Development +243077,10828,ironhack,Kathia Riese,False,2018,I have remembered how much I really like programming!,2018-03-14,5.0,5.0,0.0,0.0,"I am computing engineering. I just decided to do IronHack to learn JavaScript and improve my skills in FrontEnd after having been working in BackEnd, codding in C# during many years. I had forgotten how much I really like programming and how awesome is... Read More my profession. Thanks to IronHack, I have remembered.Read Less",Full-time Web Development Bootcamp ,Web Development +243075,10828,ironhack,Giorgio,False,2018,Best bootcamp!,2018-03-14,5.0,5.0,5.0,5.0,"I enjoyed all three months of the bootcamp, if you want to make the programming your job Ironhack is the perfect bootcamp, the last few months studying in Ironhack have passed very quickly for me. The study program is very intense but if you like to programming,... Read More it will pass in a second. I highly recommend it to anyone wishing to enter in the programming stageRead Less",Full-time Web Development Bootcamp ,Web Development +243052,10828,ironhack,Álvaro,False,2018,Impossible more in less time,2018-03-13,4.3,4.0,4.0,5.0,"At least I can't do it, but I don't want to deceive you, you must be ready for hight levels of demand, especially if you don't have programming experience. If you want to change your profile without losing time and especially if you like programming,... Read More this is the place.It hasn't trick, the syllabus is very extensive, if you are a novice prepare yourself to the maximum, your Preework surpassed with solvency, tae online courses is a good idea, you will need to be familiar with the syntax and the lexicon of the code, you will have to ask and be understood.You'll learn the most demanded technologies. The team is excellent, they will take care about your career and help you to find a new job.Read Less",Full-time Web Development Bootcamp ,Web Development +243048,10828,ironhack,Jose,False,2018,"I'm happy to say, I'm programmer now.",2018-03-13,5.0,5.0,5.0,5.0,"I've just finished Ironhack's web development bootcamp and I'm happy to say, I'm programmer now.It was hard at the beginning but it improves as time goes by.The best part was at the end, when you're ready to make a webapp completely functional as Twitter,... Read More Trello or even Kickstarter.Read Less",Full-time Web Development Bootcamp ,Web Development +243047,10828,ironhack,Beltran Rengifo,False,2018,Good and intense bootcamp,2018-03-13,5.0,5.0,5.0,5.0,"You can get some solid JS skills in only two months, from ES3 to ES6 and TypeScript. I think you'll get the most if you are not absolutely new to development and coding environments. However, some of my colleagues were totally newbies and they've finished... Read More the bootcamp very well.Do it if you want to get some solid JS, HTML and CSS skills, but be aware of the intensity.In my edition we learnt HTML&CSS&jQuery // Node&Express&Mongo // Angular5+all the backendThe Ironhack team does not have magic tricks, you need to give your best from day 1.Read Less",Full-time Web Development Bootcamp ,Web Development +243046,10828,ironhack,Susana,False,2018,Web Development Bootcamp - Ironhack Madrid,2018-03-13,5.0,5.0,5.0,5.0,"It's never too late to follow your dreams. That's what I was thinking 9 weeks ago when I started the Ironhack web bootcamp along with other 25 people that soon would become like my family. We were told that it was going to be hard, and it was. But also... Read More we were told that we will improve like crazy!.. and we will, everyday... pushing our limits and doing what we couldn't and more. It was a unique experience, intense, very intense, and full of proudness for me and my colleges and what we acommplished along the way. Now, I am proud to say that I am a programmer, yes! My dream came true! :-)Read Less",Full-time Web Development Bootcamp ,Web Development +243036,10828,ironhack,Lillian Pham,False,2016,10/10 Would Recommend,2018-03-13,5.0,5.0,5.0,5.0,"Ironhack was undoubtedly one of the best decisions I’ve made not only for my career, but for my personal growth and self esteem. From the initial interview to the my very last day, the team and instructors made me completely at ease in my lack of understanding... Read More and were intentional in checkups and encouraging me and my classmates to push ourselves. I had zero experience in coding when I first entered the course and was incredibly intimidated. On my first day, I felt pretty anxious and out of my league, but the instructors, TA’s, and Ironhack staff make you feel at ease even when you feel out of place. They are patient and are genuinely interested in your growth. Nizar was our instructor for our bootcamp who is hands down one of the most talented instructors I’ve met. He is able to meet you where you are and is accommodating to your needs in the classroom. It’s easy to feel incompetent in such a large subject that is completely new, but Nizar and his team do a great job of making you feel comfortable in a challenging space. He also has a gift for teaching students with all backgrounds and will meet you where you are in your understanding. The bootcamp is intense, but it’s well worth the time spent there. I came out with confidence in my new skills even though I knew I had a lot more to learn. The bootcamp provides you a great foundation along with a large network of talented individuals who are more than willing to help you navigate through the tech realm as many are completely new to this space. There are a lot of valuable resources as well. They keep you well informed on all things tech happening in the community and Daniel Brito, the Placements Manager, prepares your for your interviews leading up to the end of the bootcamp.Daniel Brito is invested in your time at the bootcamp and your time afterwards. I still go to him for questions and advice in regards to job hunting or interviews. I gained an internship as a Jr. Web Developer within 1 month of the program because of the confidence and tips I received from Daniel Brito and the team. Overall, I think that if you are looking for a quality bootcamp then I highly recommend Ironhack. I loved the community I built and the challenges that were presented to me. If you want to take your career to new heights or just challenge yourself in a safe space - this is it. You can read more about my experience on my blog here: http://www.rootandravish.co/lifestyle/coding-bootcamp-what-the-heck-is-thatRead Less",Full-time Web Development Bootcamp ,Web Development +243032,10828,ironhack,Jorge,False,2018,From absolute newbie to brave contender- my dive into coding through Ironhack,2018-03-12,4.3,5.0,4.0,4.0,"Oh boy. I haven’t written anything besides code in the past three months, and the longest piece of text I’ve typed recently was a string for a database. So how do I begin with this one…As a foreword of sorts, I didn’t know a thing about coding before... Read More I decided to apply for Ironhack’s Web Development Bootcamp. I had seen pieces of code before, and I could understand them just as well as ancient Egyptian. Until then, I had worked in the fields of journalism and communications, but if you have paid any attention to the world and its changes, you won’t need me to tell you about how hard it has become to make a career- and a living- in that sector nowadays.What I’m trying to convey is that, at first, coding was my Plan B, a way to escape unemployment and get back on track- but I had no idea if I could handle it, or if I was going to enjoy it at all. And (to my own surprise), not only did I make it, it also seems that I enjoy coding- although it still gives me the occasional headache. It might feel like I’m rambling, and I apologize- but there is a point in all of this. Like myself, many consider going into coding, but they wonder if it’ll be the right thing for them, if they will struggle trying to understand how code works. And I’ve come to find that you don’t require an intensive technical background to become a web developer or programmer. True, you need to tackle problems with a very different mentality compared to other trades, often needing to examine the task from every angle and understanding exactly what you will require, and what items will be involved, before you write the very first line of code. But once you adopt that mindset, code becomes less of a threat and more of a puzzle that challenges you and ignites your curiosity.Getting used to this new strategic, however, is just the first milestone that you will have to conquer. Our worst enemy during the bootcamp wasn’t Javascript, Angular or any other framework- it was frustration. The pace of the lessons rarely gave us time to catch our breath, and the daily exercises (both individual, and in pairs) would often test our limits. On a couple of evenings, I found myself with my head buried between my hands in a moment of panic, telling myself “I can’t do this, I wasn’t ready for something like this”, and I wasn’t the only one. If I’m painting a bleak picture so far, don’t worry- I’ve resorted to the “bad news, good news” mechanic to save the best for later. Although intensive, the bootcamp (divided in three ‘modules’ of three weeks each, with a final project at the end of each one) helped me understand the basics of code in a very comprehensive way, starting with basic exercises and steadily increasing the number of iterations or the challenge they offered. The bootcamp covers many areas that are key for a developer including Javascript basics and advanced features, layouts and design, database management and package management to expand the possibilities of our frameworks- and yes, all of that sounds like a lot at first glance, but again, even a complete newbie like me managed to successfully complete the bootcamp.Now, my classmates and I are getting ready for the hiring week. For some of them, this will be a ‘level up’ in their career; for others, this is the start of a new one, and although I still have much to learn, I feel prepared to walk into web development with my head up high. And in addition to this, my final project -a website for musicians to find one another and start new bands and projects- became more than just a task to deliver at the end, and I have decided to continue working on it. Who knows, I might be releasing my very own website, made on my own and from scratch, in not too long!Read Less",Full-time Web Development Bootcamp ,Web Development +243030,10828,ironhack,Carlos Lorente,False,2018,Madrid Web Development Bootcamp,2018-03-12,5.0,5.0,5.0,5.0,"I´ve just completed the Web development bootcmap at Ironhack and I am very much satisfied with the knowledge I have aquired and with the experience overall. I came from a non-developping background (I´ve just graduated from Business and Law at IE University)... Read More so everything was new to me, from the tools used for coding, to the language itself. However, having mutliple Teacher Assistants and an excellent Head Teacher (Marc), alongside with cooperating for the completion of the daily exercises with the rest of students has made me learn the tools for building not only a simple website (which is pretty much what I was expecting from the course) but a proffessional platform. Managing databases, structuring projects, creating models, developping actions, building routes, designing the look of the platform and deploying the website once its done are a few of the core aspects of developping a website and at Ironhack they tackle each and every one of them in detail. Even though I am not planing on becoming a developer, I believe that these tools will be very useful for me in the future, specially if I end up working in the tech-industry.Read Less",Full-time Web Development Bootcamp ,Web Development +243017,10828,ironhack,Isa Morales,False,2017,Best investment for myself!,2018-03-11,4.0,4.0,4.0,4.0,"Because of work, I had to enroll in the part-time UX/UI Design program at Ironhack and I am so happy I did regardless of the late nights and crammed weekends. Entering this program not only has it provided me with the amazing toolset I need in the UX/UI... Read More world, but it also has given me a new network and amazing support system. I'm extremely thankful for my professors for taking the time to coach me and as well as Brito for being so diligent with me in finding the next step for me post-Ironhack. Thanks guys!Read Less",Part-time UX/UI Design ,UX/UI Design +243016,10828,ironhack,Denise Ortiz Rios,False,2017,Part-Time UX/UI Course - AMAZING,2018-03-11,5.0,5.0,5.0,5.0,"I just completed the first Part-Time UX/UI Course at IronHack Miami. Now that it's over, I am confident that I have been given all of the tools I need to become a successful UX/UI Designer. Regarding the course: the material is extensive, the pacing of... Read More curriculum is fast, and expectations are high. This has been the most intense educational venture for me (even more than my college degree). After everything, I couldn't be happier.The most important part:After everything I have done to get to this point, I can readliy tell you that IronHack is worth every single penny. These are just a few (of many reasons) why:The instructors and staff are genuinely invested in your successThe curriculum evolves often to stay current with technologyIronHack is a hub for many activities in the growing Miami ecosystemThe alumni are extremely active, friendly, and easy to network withThey care so much and really make the effort to connect you with job opportunities (thanks, Brito!)Things to ConsiderWhen you are enrolled part-time, the workload is a lot more challenging to navigate. This is because you are required to attend 2 weeknights from 6:30pm-9:30pm, and all day Saturdays (that's not including study and project time). Consider what it might be like for you to balance IronHack with a full time job. Apply as early as you can, as mandatory prework is assigned for you to complete before the start of the course. It helps get you familiar with the material and be prepared before your first day. I completed mine over the course of a month (a few hours here and there), totalling about 40 hours to finish. There are expenses that you will incur that are not included in your tuition:Be prepared to pay for parking, as the school is located in Brickell. Parking is located on the street (estimated $2/hour) or in a nearby garage (flat fee $10/day)Also be prepared to have about $300 extra saved to download the software you need or for miscellaneous items (Sketch, Flinto, and I am forgetting the others at the moment) $50 for a FOB, which is a key for 24 hour access. It gets reimbursed to you once you are done with the course. I think that covers it!Overall thoughts: IronHack is the best bootcamp EVER and deserves way more than 5 stars!!! <3 <3Read Less",Part-time UX/UI Design ,UX/UI Design +243009,10828,ironhack,Giovanni,False,2018,"Life changing, life brightening and slightly addictive",2018-03-11,5.0,5.0,5.0,5.0,"I'm 40 years old, I travelled the world and lived very intensely. Trust me if I say that the whole Ironhack bootcamp has been one the highest ranking experiences of my life. Let me explain you why.Coding is hard. Learning to code in 2 months is very demanding... Read More and does seem totally impossible. Believe it or not, the Ironhack campus in BCN is designed at every level (from the location, the building itself, the staff, the teachers, the syllabus, the events and the job opportunities) just to make that happen. It doesn't get more ideal than that. Let's address these points one by one.Location: Barcelona is one of the most international cities in Europe. You do breath modernity and opportunity here, especially in the Poplenou neighboroud where the campus is located. It has become a kind of tech district, so on the way to class you pass by real tech companies and it gives you a feel of where you might end up working. Feels like you're there already.The campus: Fantastic open space with glass walls (Kanban boards drawn on them), plants hanging from the ceiling, kitchen, showers, desks, standing desks and tons of architectonic eye candies. It's like your mind expands in there, and you're hooked. You don't want to leave. In fact you don't. You're given the keys and take advantage of the 24/7 access policy. You'll need it on project weeks!!The staff: They're doing a fantastic job at keeping the place so well organized YET very informal, frienly and welcoming. I felt like I could express myself without having to fit in to any particular mould, and that was very valuable to me, because during the bootcamp you are reinventing yourself and pushing your brain hard on coursework in order to do that. So nobody will judge you if you spend hours by a standing desk coding and dancing looking more like a dj (or a crazy person) than a developer. You're tired? You can take a nap in plain sight. Wanna play? Let's skate or play football, inside of course. Nobody will ask you to stop. The staff is committed in having you become a web developer. They know kicking a ball will help your unconcious brain solve the kata.The teachers: Andre has been one of the most inspiring and influential professional I ever met. The guy has more than 20 years of experience, and he knows how to deliver it to you. His technical knowledge is so intimate that I'm sure he natively thinks in Javascript then compiles in English for the rest of us. But it's not just that he tought us a programming language (and to love it), he focused a lot on best practices and the workflow and mindset you have to adopt in order to transform your ideas in to products through coding, and having fun in the process. Then, he passed on us so many insights drawing form his own experience, filtering out for us the most valuable. Maybe not obvious at first, but Andre insights sit on the brain and release value as time passes by. And also, it must be said: he let us appreciate how cool a fully fledged web dev can be. The teaching assistants: Ironhack employs the most suited students as teaching assistants for next cohorts. They're three, with different levels of experience depending on how many cohorts they survived. Yes, because it's not easy to stay patient having to debug horrible code by current students still not having a clue!! What you get from them is the closeness of relating with somebody who just finished the bootcamp, as well as accurate code revisions and debugging, directly from somebody who still remembers on what silly thing you're more likely to get stuck on. They were stuck there too just a couple of months before, they know how and where to help.The sillabus: Javascript is on fire nowadays and Ironhack is one of the few bootcamps to base its entire curriculum on it. Backend, frontend, all JS, because this is the present and the foreseable future of web dev. In fact, anything different would have felt like time wasting. The course is divided in three modules, each module giving you the teaching first and then challenging you on a project. The course material is constantly updated, you get exercises on a git repo to work on all night if you want. You'll get a detailed revision of your code in the morning. In the first module you learn the basics, HTML, CSS and JS, and make a late 90s style JQuerish app with it. Addictive brain gymnastics. Then you're introduced to Node.js in the second module, but server side. Mongo DB, Mongoose, Express. And you make a '00 style server rendered MVC app, which almost feels like a real thing. In the third module you're thought a Javascript framework (this time it was Angular 5), and are given two weeks to complete your own full stack project. At some point while doing it, which happens at different stages for different people, it's guaranteed that you will see the light. Like in the Karate Kid movie you'll see how all they made you do click together. Your fingers begin flying on the keyboard, translating your thoughts in to code as if it was the most natural thing in the world, while you wonder what the hell is happening. That's when a web dev has finally emerged from within you. Events and job opportunities: Each week we had at least a couple of talks by external speakers, giving us insights from within the industry. That has been very valuable, the best one was somebody explaining us how to make a bot using Dialogflow, with git repo and all. Fantastic. Unfortunately, you are likely to be very fatigued by all the mental work you're doing in the bootcamp to fully engage in the talks. But it is all meterial you can go back at a later stage, having had direct exposure to it, and maybe even networked with a real tech-industry specimen. And we came to job opportunities. I yet have to attend the hiring week which is organized at the end of the bootcamp and it's supposed to be a kind of speed dating between us graduate and tech companies. BUT, during the last event one of the speakers gained an interest in my final project and we're now exploring the prospect of remote work for his creative, amazing and well established start-up. So yes, nothing concrete yet but I can't beleive the fact I'm actively asked for interviews even BEFORE I start searching for a job. Amazing.Last point to address is the people. I barely been alone during these two months, the group spirit has been fantastic. From spending the night all together coding, to partying at campus on the weekends, I felt so fortunate to get to meet so many great people. On a personal note, that was even more important given the fact that I lost my father while I was attending the bootcamp. It wasn't an easy decision to stay and learn coding, but it was the right choice. The understanding and support I received from the staff and the other students has been invaluable, don't know what kind of place I would have been without it. I do reccomend the course, it delivers on expectations, but be ready to push yourself as hard as you can in the learning process. There's no magic, it all comes through hard work. Ironhack will provide you with the best environment, tools, knowledge, people, it's like a state of the art gym: the sweat is still all yours. As for me, I might take the UX/UI bootcamp, Ironhack is kind of addictive.Read Less",Full-time Web Development Bootcamp ,Web Development +245692,10828,ironhack,Constantinos Yenis,False,2017,A life-changing experience! ,2018-03-08,5.0,5.0,5.0,5.0,"Attending Ironhack in Barcelona was one of the best choices I have ever made! A great immersive introduction to the coding world to anyone trying to make the 'shift'. Lead instructor Andre with real on-hand experience in the field teaches you what you... Read More need to start and what to be careful of! We even did agile methodologies from day one! TA's and Ironhack's staff are super helpful for anything you need and they make you feel like home. In addition to the course lessons, there are a lot of events and presentations going on where you meet people from the awesome tech and startup community and you learn things from growth-hacking to IoT! Totally recommended for anyone who wants to make a career change, learn how to code (futureproof yourself) or even Project Managers who want to improve the communication with their developers!Read Less",Full-time Web Development Bootcamp ,Web Development +242454,10828,ironhack,Dominik Lasch,False,2017,Awesome Experience,2018-02-20,5.0,5.0,5.0,5.0,Huge learning progress and super nice people - everybody did a great effort,,Unknown +242351,10828,ironhack,Cristian Diaz,False,2017,Amazing!! Best decision in my life!,2018-02-15,4.7,5.0,5.0,4.0,"Ironhack bootcamp is one of the best experience in my life. I have been able to learn from scratch with a great team, professional and human. I recommend it 100%. Very good atmosphere where you can give the best of you and meet incredible people. If you... Read More decide to do the bootcamp of Ironhack in Barcelona you will be lucky , because you will have André as a teacher, who will do everything to help you learn the maximum with the best practices. Also Luis, Byron and Isak as assistants are amazing. And of course the implication from the staff helping in everything they can, to make your experience unforgettable. Organizing meetings, talks etc.And of course A loot of fun! Ironbeers , partys, dinners to disconnect a bit from coding.Read Less",Full-time Web Development Bootcamp ,Web Development +242277,10828,ironhack,Eduardo,False,2017,Web Development Bootcamp Madrid,2018-02-15,5.0,5.0,5.0,5.0,"Spending almost 3 months at Ironhack was a great experience which I would I definitely recommend. After years of working in SaaS sales, I wanted to learn more about some of the technologies that are driving the industry.Ironhack's Web Development Bootcamp... Read More gives you the opportunity to become an autonomous full stack developer. Whether you are looking for a career change or you just want to update the tools you work with as a software developer, Ironhack invites you to a dynamic tech ecosystem full of opportunities providing you with the right tools to pursue your career in the software industry.Champion team, good content and an amazing space in Madrid where you'll be able to build your network in some of the best events in the city.Read Less",Full-time Web Development Bootcamp ,Web Development +242303,10828,ironhack,Pablo,False,2017,BiBencias de un Hironjaker,2018-02-14,4.7,5.0,4.0,5.0,"Es lunes, hace un frío del carajo en la calle y tengo los cojones por corbata. Llevo yendo unos días antes a IH y he conocido a unos cuantos alumnos que me acompañarán en las clases por lo que no estoy tan nervioso como podría ser ir desde cero, cosa... Read More que muchos de mis compañeros no podrán decir pero ahí están todos sentados en la grada escuchando recitar al cabrón de Mark la bienvenida y a los teachers reforzando su lengua afilada con los nuevos. ¿Mi primera impresión?, tenemos un Dr. House por profesor, ¡genial! Una vez acabado el discurso de bienvenida nos metimos en la clase en la que permaneceríamos los 2 próximos meses viviendo, comiendo, trabajando con nuestros compañeros en pair programming, sufriendo por poder alcanzar la meta de los 3 proyectos…pero es curioso, porque la primera semana piensas que es eterno, la segunda te plantas pensando que en una semana tendrás que hacer…¡¡¡¿¿¿UN VIDEOJUEGO???!!!, pero como si de un río que te arrastra se tratase te plantas en esa famosa semana, ¡y sorpresa! Consigues acabar un juego cuando 15 días antes no sabías ni lo que era un DOM y mucho menos un canvas. Fin de semana después del proyecto, mucha cerveza y algo de estudio el domingo intentando no llevarte la ostia que te dieron en el primer módulo rezando para que el mantra de lo que los antiguos alumnos no sea verdad “el segundo módulo es lo peor”, y ahí estas en el segundo módulo mirando como las vacas al tren, sólo eres capaz de pensar WTF? Cuando te empiezan a hablar de Express (si, express me voy a venir abajo), Node y Mongo. Cada vez que toca hacer un pair programming miras a la pareja que te toca intentando averiguar si eres el único que no ha entendido ‘na de na’, pero según dicen ‘es el proceso natural’ te dan de ostias y luego esperan que aprendas ¿pero que coño me estás contando?, así no se aprende ni pa…espera un momento, si me paro a pensar se que es un constructor, una instancia, una query, un ejs…si van a tener razón y todo estos cabrones y voy a estar aprendiendo, escocido, pero lo más importante, aprendiendo. Llegamos al final de las dos semanas y nos toca hacer un proyecto con una pareja, me tocó con una persona muy afín a mi por lo que me sentí como pez en el agua y ofrecimos un buen trabajo. Es el final del segundo módulo, tengo una sensación de tristeza porque queda una semana de clase y después el proyecto de 2 semanas, más cerveza y relajando motores porque el segundo módulo fue muy arduo y doloroso.Finalmente atacamos la tercera semana, sentimos como si nos estuvieran metiendo a presión deprisa y corriendo Angular sin ser capaces de entender que significa la palabra ‘reutilizable’ pero ahí estamos en una semana aprendiendo todo lo posible aplicando Passport a nuestro proyecto, juntando todos los conocimientos que tuvimos para dar a luz a un proyecto que representaría el top de nuestro aprendizaje dejándote el sudor y rezando para que no te salga un ‘unexpected token fatal error’, para una vez más presentar tu proyecto, recibir un aplauso y…se acabó.¿De verdad, y las vivencias, gente, profesores, amigos?Si te contase las picarescas y las vivencias tanto positivas como negativas, ¿vivirías realmente lo que tienes que vivir o intentarías vivir lo que yo te contase?Sólo te daré un consejo nuevo alumno, no tengas prisa después de la hiring week, tardarán en contactarte porque así funcionan las empresas, pero finalmente te aseguro que conseguirás esa meta ansiada como es la de conseguir un buen puesto de trabajo, palabra de ironhacker.Read Less",Part-time Web Development,Web Development +241826,10828,ironhack,Darío Vigil Hernandez,False,2017,A year condensed in 9 weeks,2018-02-13,5.0,5.0,5.0,5.0,"I graduated from the Full-time Web Development Bootcamp in Madrid and I am very satisfied with the results. I learned more there than the previous 6 months learning Javascript by my own and now I have a good understanding of all the processes that are... Read More required to build a web app and a much deeper understanding of Javascript language.In this 9 weeks you will have to overcome a lot of frustration and understand a lot of complicated new concepts and put them into practice on the same day but I can assure you at the end all will make sense and you will feel able to face any challenge in a real world web development project.My prior experience was mostly on the graphic/digital design side but I always been interested in the most technical part of the web (the code), in your class you will find people with very different backgrounds, many of them with no prior knowledge of any programming language so don't doubt and go for it! An excellent first step to boost your career o start a new one.Read Less",Software Engineering,Software Engineering +242239,10828,ironhack,Lydia McConnell,False,2017,Best Decision Ever,2018-02-09,5.0,5.0,5.0,5.0,I graduated from the full-time UX/UI design program in December. The 9-week boot camp was life-changing. I'm not even exaggerating. Our teacher Maite taught us so much and really helped us to understand the material. All my classmates have become like... Read More my second family.The school is in a beautiful building located in Brickell with an amazing staff. Someone even brings us coladas every day at 3:05 pm!Brito has been great at preparing us for interviews and helping us find jobs. I highly highly highly recommend this program. I'm so grateful for it. I also just got a job as a UX Researcher only a few weeks after our hiring fair!Read Less,Full-time UX/UI Design Bootcamp,UX/UI Design +242184,10828,ironhack,Gema,False,2017,Amazing!,2018-02-06,5.0,5.0,5.0,5.0,"De las mejores experiencias que he tenido en la vida. Dos meses intensísimos, en los que no hemos tenido tiempo de otra cosa nada más que de programar y aprender muchísimo . El temario muy completo y los ejercicios muy prácticos. Y el equipo de Ironhack,... Read More inmejorable, siempre atento a todo. Ha sido un gran empujón en mi carrera profesional, agradecidísma de haber tomado la decisión de hacerlo.Read Less",Full-time Web Development Bootcamp ,Web Development +242141,10828,ironhack,Rocio Garcia Lorenzo-Arroyo,False,2017,If you have doubts.. just do it!,2018-02-06,5.0,5.0,5.0,5.0,"Before I sign up for the Web development bootcamp I had 1000 doubts: Am I prepared for this? Nine weeks of intense-class after all this time without studying? Does it really works? What happens if after all the effort, it's all for nothing?Now, near two... Read More months after finished it I can say that it works, that it is possible to learn all these technologies in nine weeks and that it was probably one of the best decissions of mi live.It is nine intense weeks in which you learn almost a new technology per week, a lot of new concepts and they takes you to the limit, but the reward is bigger enought: see that you can, that you're able to creat an functional app from zero in a technology of that you only knew its name one month ago... Ironhack is a big family and you are part of it since the first day of bootcamp. Staff and teachers takes care of you all along the course and your classmates become friends and the ones who share your frustration, sadness, hapiness and, of course, ironbeers!With all this, all I can say is: No doubts, just do it!(And, of course, THANK YOU to the Ironhack Madrid Team, love u and miss u!)Read Less",Full-time Web Development Bootcamp ,Web Development +242140,10828,ironhack,Alberto Rivera Merida,False,2017,Código en 2 y 1/2,2018-02-06,5.0,5.0,5.0,5.0,"Ironhack es una experiencia que se comprime en 2 meses y medio, en los que puedo asegurar que cada minuto tiene un valor increíble. Nada ocurre por azar, todo lo tienen medido para que el aprendizaje y la experiencia durante el bootcamp sea de los más... Read More provechosa por los alumnos. Un temario diseñado para dar un salto al mundo laboral en el menor tiempo posible, pero tengo que decir que Ironhack es duro, sin embargo cualquiera que tenga como firme propósito cambiar de profesión, aprender a programar o dar un salto en su carrera puedo decir que Ironhack es una opción a considerar. En lo personal puedo decir que el trato recibido es excelente, he aprendido diversas tecnologías y a los 15 días de terminar el bootcamp estaba trabajando gracias a los conocimientos adquiridos en Ironhack. Por ello es una experiencia 100% recomendable.Read Less",Full-time Web Development Bootcamp ,Web Development +245052,10828,ironhack,Nikolaas Verlee,False,2017,Unique.,2018-01-19,5.0,5.0,5.0,5.0,"I had the chance to experience the full time Ironhack web development bootcamp last October. Needless to say, the 9 week journey Ironhack provides is different to any kind of education i've been able to endure. It's a very fast-paced environment but truly... Read More rewarding:- on a personal level: you find yourself constantly self-improving on a daily basis with the teamwork of your classmates and teachers. I have met some truly incredible people (both staff and students) that have inspired me since day one to keep going. Ironhack can be your second family if you put interest on your part, and that's a very high drive to keep setting yourself new goals.- on an educational level: i'll be basing it from my experience in Madrid, but you receive class from a Lead teacher and have multiple Assistant teachers there to help you and not fall behind. In my case, not only were there 4 of them, but all four have insanely receptive qualities to make you feel comfortable enough to ask pretty much anything. Same goes for the rest of the staff.- on a professional level: perhaps the most important and differential factor, Ironhack has their own recruiter/laboral department that is commited to helping students find a workplace they'll enjoy once the 9 weeks are finished. May you find a job a week after finishing or not, they'll keep in touch with you (and I mean REALLY keep in touch, via slack or in person on a weekly basis) until you find something that fits you.On a final note i'd like to emphasize this: what YOU get out of Ironhack does not depend entirely and exclusively on them. It will also depend on the personal interest and motivation you have. The chance to network with hundreds of students from previous editions on a weekly basis is a fail-proof way to see that the model just works. It just depends whether you're compatible/comfortable with the idea of giving your 200% for 9 weeks of your life. Your previous experience (if any) does not matter.Read Less",Full-time Web Development Bootcamp ,Web Development +241734,10828,ironhack,Jessica Alin González,False,2017,Just do it.,2018-01-16,5.0,5.0,5.0,5.0,"WARNING: This is the longest review ever. All right. I've been pretty excited to write this review. Honestly, these reviews were what helped me make a decision and although I’ve never written a review before for anything, I knew this one I had to write.... Read More I wondered what I would be writing once I finished the course; and I have to say that probably midway through the course I already knew: Just do it. So, this review has two parts two it: Before Ironhack and During Ironhack. I wanted to give my story so that you have some context and maybe it’s similar to your own story and helps you make a decision. And if that doesn’t matter to you, then just scroll down to the second part :) BEFORE IRONHACK Upon my college graduation (earning a degree in communications — so not technical at all), I found a job for a small company located in a WeWork while still holding a part-time job at a restaurant. At WeWork, naturally, the job feed was filled with posts for developers. I saw how much opportunity there was and I decided to play around with programming with many of the free resources online. After realizing that it was something I could pursue professionally, I decided to quit my job at the small company so that I can work full-time at the restaurant and study so that I can become a developer. (Working for a restaurant is not as mentally strenuous as an office, so I figured I can at least make a living and study.) Fast-forward a year. I was still working at the restaurant and I was still studying. I missed my personal deadlines and extended deadlines before I thought going to a bootcamp would be a good choice. I was really reluctant to do a bootcamp because, honestly, the information is freely available out there so why should anyone pay for it. But I realized that the money that I would have saved by studying on my own, I already lost. If I had done the camp sooner, I could have had a job in tech sooner and I could have made back my investment already. Granted, some people can study this own their own and that’s awesome; I, however, am not one of these people. I could say that my only regret is that I didn’t do this sooner, but, honestly, I’m glad I ended up in the cohort I did because I met some amazing people that greatly impacted my experience. DURING IRONHACK Oh man. The first week wasn’t bad. We went over material that I had covered on my own so I felt pretty confident. The week after that? Yeah, things got harder. What’s interesting about the experience is that some concepts will just click and you’ll feel good about what you learned that day. Other days, some concepts just won’t click and you’ll leave with a pounding headache and feeling defeated. But you’ll come back the next day. You’ll go over that concept again — while learning a new one — and you’ll keep doing that. Eventually, it just clicks — but I really have to give thanks to Nizar, our instructor, for helping that happen. Nizar knew our weak points and knew what he was going to have to go over and over again. Sometimes he sounded repetitive, but the man knew what he was doing. A little more about Nizar — he is an incredibly talented teacher. When you ask him questions, he won’t just give you the answer. He’ll guide you so that you arrive to the answer. And like I mentioned before, he knows students’ trouble spots. Sometimes he would jump through certain bits of the curriculum because he knew it would be better for our learning. He was even willing to give us extra time — during our final project week, we stayed with some of us until midnight helping put out all our fires. He didn’t have to do that. And I think the other amazing thing is that he was always encouraging you. He could tell that sometimes I would get frustrated, and he would just remind me kindly/matter-of-factly, “It’s going to get easier with time.” The rest of the staff at Ironhack is amazing too. They’re all so interested in making sure that you have the best possible experience; granted, it's in their best interest to put out the best quality product, but they work hard at it and they know you’re here to change your life and they don’t take that lightly. They do weekly surveys so that they can constantly improve. They don’t just treat you like customers but like friends, sharing with you about their lives and experiences. And overall, they’re just genuine people which adds positivity to the environment. Another staff member you’ll be interacting a lot with is Brito. He’s going to become more important later on in the course as you start getting ready to go to market. And, of course, he becomes really important as you actually go to market. The guy has a ton of connections (and he wants you to exploit them) and he is there to help you (and he will help you) — you just have to do your homework. (Some students got hired before we even graduated because of his contacts.) He is also the guy to tell it like it is — and that’s exactly what you want with someone who is supposed to help you land a job. Another amazing thing about Ironhack is the environment. But again, the environment is founded on the people. You get to go everyday to this awesome co-working space surrounded by like-minded individuals. People who have decided to make a change in their lives and just go for it. That momentum is was catapulted my learning. I had peers who I could turn to when I needed help or they turned to me for help. You have an amazing support group for when you’re down and wonderful people to laugh with when you need a little break when you’re staying until 10 or 11 pm coding away. It’s really hard to find that and Ironhack has found it. Overall, I wouldn’t trade my experience at Ironhack for anything. The environment is awesome, the staff is awesome, and the material is awesome. But the most important thing I learned (and I know you’ve already read this) is how to learn. Even with that year that I spent learning on my own and even taking a paid course at MDC, I learned more at Ironhack after the first week. This is just the tip of the iceberg and there is so much more to learn, but now I can build and learn while I do it. Do research, make a change, and give it your all. Wherever you decide to go - just do it.Read Less",Full-time Web Development Bootcamp ,Web Development +241592,10828,ironhack,Savanah,False,2017,Best thing I've ever done ..,2018-01-15,5.0,5.0,5.0,5.0,"Taking the UX-UI Full-Time course here at Ironhack Miami is the best thing I've ever done. Not only did I fall in love with UX-UI, but I was given an amazing opportunity by Ironhack to be sent to Paris. In Paris I will be presenting my Final Project to... Read More a group of new UX-UI students. The Ironhack team is beyond excellent, every week they pulled each student aside to make sure their experience was nothing less than perfect. If you're looking for a career change I highly reccommend investing in Ironhack. Ironhack has surpassed my expectations which were high to begin with in the first place. Maite (Instructor) and Kary (T.A) were amazing. They made an excellent team and made us (the students) feel like we were all one big family. Maite is highly knowledgable and passionate about what she does and it shows in her teaching and willingness to put in extra time and make sure we're going to do well in the tech ecosystem. As far as the curriculum goes... It is a lot of work to do, but it's nothing you can't handle.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +241667,10828,ironhack,Alber Pedraza,False,2017,Web Development Bootcamp Madrid,2018-01-14,5.0,5.0,5.0,5.0,"Un Bootcamp de lo más completo, que recomiendo por el buen equipo que lo forman y lo capaces que son de dar formación de calidad en tiempo record, te preparan para ser capaz de desarrollar cualquier aplicación que te plantees desde 0 hasta producto final... Read More y por supuesto enseñarte a ser capaz de meterte en cualquier tipo de reto sin tener ningún tipo de inconveniente, como incorporarte en cualquier equipo de trabajo sin ningún tipo de problema. Prepárate para sacrificar 2 meses de tu vida practicando y trabajando a tope!! pero aún así ha merecido mucho la pena.Gracias chic@s de Ironhack Madrid!!Read Less",Software Engineering,Software Engineering +241976,10828,ironhack,Imran Syed,False,2017,Best Nine Weeks of My Life,2018-01-11,5.0,5.0,5.0,5.0,"IronHack has been an amazing journey for me. With amazing instructors and incredible people around you, IronHack is worth it. If you are thinking of doing it (if you have the passion and willing to work hard), then don't think about it. Just do it.We... Read More had an amazing instructor Nizar. He is truly gem. He knows in and out of the content he is teaching. He spots the errors in our code in just seconds. We were very lucky to have him as our instructor. He was very patient enough to help us understand the concepts. We were also well supported by our T.A Dapper Dan. If you are looking for job after Ironhack, Brito (Our Placements Manager) is the man you should be in touch. He always pushes us to work hard. He knows almost everyone in Miami tech community. He brings amazing guest speakers during cohort. Just listen to his advice. If you put in your work, he will get you where you need to be.Overall, IronHack has been an awesome journey for me. There is still so much to learn but IronHack has provided us the base to get started with it.Read Less",,Unknown +241621,10828,ironhack,Steve Nunez,False,2017,"Ironhack- changing students' lives, one at a time!",2018-01-11,5.0,5.0,5.0,5.0,"The most important skill learned through Ironhack's UX/UI Design course was the systematic approach to probelm solving. In learning UX/UI design methodologies you learn to problem solve using guidelines that optimize the solution through careful consideration... Read More of the ""user.""Maite was my instructor and she was simply phenomenal, her passion for UX and her UI skills were beyond impressive. She is an influencer in the UX/UI design community and her ablity to inspire the class and instruct us in the techniques Ux'ers would need to be successful was inspiring. Maite always maintained a professional attitude and never displayed disappointment in the class or any student -she always maintained a sense of inspiration and the class responded to her instruction with universal admiration. If you sense a degree of admiration for her, I can assuredly state the admiration was felt by every student in our class- she was amazing in conveying the concepts that were new to us and ensured we fully understood the principles being taught. I can't say enough about the quality of education I received at Ironhack and it was the result of the superb instruction Maite conveyed. I would highly recommend Ironhack in an instant to anyone looking for a coding school or UX/UI design school- I can't imagine any school surpassing the standard the instrcutors and staff set at Ironhack- they are beyond reproach.Keri was the other part of the success myself and the other students achieved at Ironhack as she was the ""teachers assistant"" for our class. Keri teamed with Maite to form an unbeatable combination of class instruction........if any student needed clarification on any aspect of class instruction, Keri was always ready with a smile-never showing a hint of despair. The chemistry between Maite and Keri was a pleasure to experience as they formed an unbeatable teaching team. Keri displayed complete mastery of UX/UI design principles and eagerly helped at a moments notice, she clearly has the qulaities of a top level instructor.Brito is the ""Placements Manager"" and I've yet to see anyone more passionate about matching students with carreers. Brito is often found running around the school creating/maintaining contacts for carreer fairs to ensure every student has the maximum chance of successful job placement. He is a core component to student success with unmatched connections in the Miami tech industry and is highly regarded and respected. Brito always maintains a level of approachbility and availablity and is 100% committed to matching up students with the correct potential employers. Students normally interact with Brito near graduation time as he interviews every student and forms a relationship and pairs student traits to the best matching employers. He clearly takes great pride in his success rate in matching students to carreers and truly enjoys his role in student's success. The Ironhack staff was always courteous and approachable. The staff actually knows every student by name and always maintains a level of ""friendship"" that is difficult to describe. On 1st day of enrollment- the entire staff meets with all the students and engages in ""name"" games to enhance name recollection- this is an ingenious concept to student introduction and clearly works as the staff calls everyone by name! The school has a very 'informal- tech startup' feel which is likely intentional and helps foster an enviornement of learning and friendliness.The classroom environment also featured a ""tech startup"" feel with it's glass walls and sense of openess to staff and students alike. I would not change a thing to the learning enviornement, it was pleasing and provided a relaxed feel.My experience at Irohack was completely positive- the instruction and curriculum was flawless and the staff was always friendly. Ironhack sends weekly e-mail 'surveys' asking how they might improve the school or staff and it was difficult in making such recommendations. My suggestion was to add a ""soda"" machine to the upstairs kitchen as I don't drink coffee or beer!Ironhack is more than a school- it is a place where life-long friendships are formed and fostered. Both students and staff alike bond in a unique way I was not expecting and this sense was echoed by my fellow classmates. Ironhack is a place where lives are being changed and oppourtunities and dreams are being realized ..........I fully recommend this school and know anyone who enrolls will likely have the same experience and will be ready for their new carreer.So when you're ready to experience the most unque learning experience you'll ever engage in and ready to meet a super-friendly staff, enroll in Ironhack and get ready to be called by name.....I was beyond imprerssed and bet so will you!Get ready for a life-changing experience because I was not and I'm so glad I attended Ironhack.....new friends, experiences and careers are waiting! (I have no affiliation with Ironhack other than being a fully satisfied student.)Read Less",Web Design,Other +240631,10828,ironhack,Joshua Jamison,False,2018,Passionate Taching,2018-01-11,5.0,5.0,5.0,5.0,"This course is well suited for individuals who have sparse or no experience in coding. It was amazing how much growth can occur due to this experience. My experience involved a lot of growth inside and outside of Ironhack. The venue was incredible with... Read More free snacks and coffee. But being immersed in the Miami culture was another plus. It was almost like going to another country, as I stayed in East Little Havana. I am currently rectifying my experience by translating what I learned to improve my App design and coding skills to practice. I am going to hopefully publish successfully some code/App that I have been hoping to create for a very long time. My coding/ultimate career aspirations were accelerated and lit due to a recent personal situation. But I believe and hope by the evidence of continual real output that Ironhack was like gasoline that lit the flame.Read Less",,Unknown +241598,10828,ironhack,Juliana Piedrahita,False,2017,THE BEST,2018-01-11,5.0,5.0,5.0,5.0,"The best decision of my life was to find Ironhack and learn from each one of the instructors.Just as a friend recommended me this school, I recommend this boocamp with eyes closed. Even though it was 8 weeks I learned so much that I would have liked to... Read More spend years learning there day after day. I am very happy to be part of Ironhack.Thank youRead Less",Full-time UX/UI Design Bootcamp,UX/UI Design +241586,10828,ironhack,Melvin Zantua,False,2017,Worth It,2018-01-11,5.0,5.0,5.0,5.0,"I just completed Ironhack's full-time UX/UI Design Bootcamp in Miami and I have to say it's probably one of the best decisions I've ever made for myself. The amount of knowledge and new skills you acquire in such a short amount of time is pretty amazing.... Read More The most important skill I learned through the course was how to problem solve. The process of problem solving that we were taught isn't limited to just websites or apps, it can be applied to absolutely ANYTHING. Maite (Instructor) and Keri (TA) were such a great team that complimented each other. They were knowledgeable, resourceful, passionate and extremely supportive of everyone in the cohort which made for an excellent learning environment. They really knew the material and I'm so glad I was able to learn from them. Aside from Maite and Keri, everyone on the Ironhack staff were always friendly and helpful. One of the most helpful people there is Brito. He genuinely wants to see you land a job and he sets you up with the tools to do it. I have to say that my overall experience at Ironhack was amazing. I made new friends and I learned new skills. It was very challenging at times, but totally worth it.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +240856,10828,ironhack,Fran R,False,2017,Intensive and productive learning,2018-01-09,5.0,5.0,5.0,5.0,"I think it is a great personal investment due to all that you are going to learn in such a small amount of time. Could you do it by your own? Yes of course, but I don't think you could achieve it in just 9 weeks. at least in my case, and of course you... Read More will be instructed with the best coding practices following market standards. Go for it!Read Less",Full-time Web Development Bootcamp ,Web Development +243629,10828,ironhack,Jordi Fontanals Peral,False,2017,"Sin duda, una apuesta segura",2018-01-03,4.7,5.0,4.0,5.0,"Trabajaba en una consultora Accenture, estuve allí 5 años. En uno de los proyectos en los que trabajé descubrí el mundo de UX/UI y no dudé ni un momento que tenía que dirigir mi carrera hacía ahí. Lo he disfrutado todo de principio a fin. Han sido 8 semanas... Read More muy intensas, en las que me he volcado 100%, cada día me despertaba con ganas de llegar a clase y seguir aprendiendo. Todo lo que me interesaba de UX/UI al ser cada semana un módulo he aprendido de todo. Lo que más me ha gustado es el ambiente en clase, somos como una gran familia al estar cada día aprendiendo y trabajando en los proyectos la experiencia ha sido genial!Read Less",Web Design,Other +241105,10828,ironhack,Francisco Molpeceres Blázquez,False,2017,One of the best choices of my life,2017-12-27,5.0,5.0,5.0,5.0,"When I joined Ironhack, I had some doubts about the quality of the teaching, since it is only two months of course. But nothing is further from reality, are two super intense months that make you go to the limit in both stress and learning, making you... Read More discover that you can give more than you had imagined.After two months of course, you will be able to defend yourself as a web developer perfectly, and not only that, your desire for learning will probably increase and you will realize that there is nothing impossible to learn.If you are reading this and you have not signed up for Ironhack, if you have the opportunity, I strongly recommend you try it. You will not regret!.Read Less",Full-time Web Development Bootcamp ,Web Development +237719,10828,ironhack,Cristian Castillo Navarro,False,2017,Be prepared for the best!,2017-12-23,5.0,5.0,5.0,5.0,"How should I describe my experience while attending Ironhack? It was simply GREAT.In order to give you, my fellow reader, some insight about what was this bootcamp for me, I'll tell you that I am a Civil Engineer who decided to make a career change into... Read More Web Development. With no much knowledge about programming before Ironhack, I decided to prepare for some months before applying (something that you should try doing, because the bootcamp is freaking hard!), and then got into it.The results? I can truly tell you that after finishing the Web Development bootcamp, I CAN perfectly work as a programmer, and feel really prepared for whatever comes in the future, because after this, you will feel that you can learn anything and will face challenges with no problem at all.There is still a long way to go, but trust me when I say that Ironhack feels like the best educative experience I've ever had and wouldn't hesitate to repeat again.Read Less",Full-time Web Development Bootcamp ,Web Development +236194,10828,ironhack,Francois,False,2017,UX /UI Design Bootcamp Paris,2017-12-22,5.0,5.0,5.0,5.0,"I have to say that these 2 months experience was very intensive. I think I have never worked so much in my life ! it was worth it.I  already had before a professional experience in UX/UI. My goal was to learn last tools and methods for UX Design and these... Read More goals was reached. Courses were very interesting and most of the teachers were great professionals. Our TA (Teacher Assistant), Louis, was also a great assistant !We had the opportunity to work on 4 projects: two personal ones and two collaborative ones. The results were amazing.I think I am now quite well prepared to get a UX designer job.Read Less",Web Design,Other +244781,10828,ironhack,Nicolas Weisslinger,False,2017,"Intense, challenging and motivating <3",2017-12-22,5.0,5.0,5.0,5.0,"I come from a Graphic Design/Engineering background, and Ironhack really taught me the extent of the science of User-Centric design. The methods are specific, and really helped me decipher the mystery of UX, as well as sharpening my technical skills!... Read More The teachers and staff members are from all walks of life, they’re passionate, attentive and rigourous.I really felt like jumpstarting my career and this was definitely the best bet, we’re very properly walked from the initiation to the recruitment process. 2 months obviously don’t give you the time to learn everything about UX in the workplace, but the intensity of the work and the content gave me the confidence to start a career in UX/UI! The atmosphere is really nice! The classmates and teachers feel more like my family after these amazing 2 months!
And the premises: DAAAAAAMN. I’ll let you see for yourself (hint: free coffee and beer)Read Less",Web Design,Other +241034,10828,ironhack,Amanda Basso,False,2017,Intense but worth it!,2017-12-22,5.0,5.0,5.0,5.0,"I've started this bootcamp with the intention of pivoting from digital marketing to UX/UI design. After completing it, I feel ready to start a career as a designer! I have acquired skills in applying UX methodologies and design thinking to various cases,... Read More and know how to make great wireframes in order to create a functional prototype. I still have a lot to learn abour UX / UI, of course. Even after several years in the field you are still learning about new practises. But while talking to professionals outside the bootcamp, I was told I progressed a lot in just 8 weeks and am really able to work on a professional project.The teachers all come from a professional background so it's has been great to be taught by skilled people who are aware or the trends and best practices of their own field. The whole Ironhack team has been very welcoming and organized events related to our studies regularly.As we were all together during the program, the other students became like a second family. Let's say that we had our load of joy and pain together! And since we are located in the WeWork Paris, building, we had access to very nice facilities.These 8 weeks has been really intense so the ones who are enrolled in this program must be mentally ready to give a lot personal investment. But it's really worth it.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +237205,10828,ironhack,Pamela Pueblita Zavala,False,2017,Just do it!,2017-12-22,4.7,5.0,4.0,5.0,"If you are looking for a really intense and powerful learning experience that will change your career, you are in the good place. Il you think that you need to chill out and take things easy, run away or just stay where you are. It's called ""confort zone""... Read More BTW...At Ironhack you will have 9 weeks of challenges and hard work that will really push your limits. So take the challenge and dare! Just a tip, buy some vitamines before....work hard and keep smiling.Read Less",,Unknown +241006,10828,ironhack,Ernesto Monsalve,False,2017,Challenging but amazing experience,2017-12-21,4.7,4.0,5.0,5.0,"Having realized that I had to leave my last job as a journalist that didn't satisfy me at all, I decided to start from scratch at a completely different area: Web Development. And which option could be better than Ironhack? That's what some of my partners... Read More told me. I decided to face the challenge... and by this moment I can say it's been one of the smartest decisions of my life. Even if frustration has made me think I wouldn't be able to success, i discovered I could fight my fears and ""hang on"", like a cat poster. One of the most important things were my colleagues. The IronHack family always help you when you need support, an extra explanation or a positive vision when your world looks grey. Now, two months have passed, and I'm not entirely conscious on how much i've improved and learned as a professional and as a person too.Read Less",Full-time Web Development Bootcamp ,Web Development +241005,10828,ironhack,Jorge De Juan,False,2017,Ironhack Miami Bootcamp Review,2017-12-21,5.0,5.0,5.0,5.0,"Applying to Ironhack was the one of the best decisions I have made in my life. Before coming here I was let go of my job and went through a devasting hurricane in Puerto Rico. Although It was an intense 8-week course, I was provided with all the tools... Read More and resources necesarry, and I have grown personally and professionally.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +241004,10828,ironhack,Jason James,False,2017,Ironhack Miami UX/UI Fall 2017 Bootcamp,2017-12-21,5.0,5.0,5.0,5.0,"Why I Did the BootcampI have a business background and decided to get into UX earlier this year. If you look me up in Medium, over the holidays I will be posting a much longer post on how I made the decision to get into UX. Many folks have learned and... Read More practiced design and web development on their own. Make no mistake, it can be done - but since I don't have a design background, I wanted a program that could guide my learning. But guess what - all of the other 8 students in the class had a design background of some sort and they found it worth to take the course as well.The thing about design is that it's more than just making something look good. It's about knowing how to solve a specific problem, applying best practices, AND making it look good. And you can't do that in a vacuum, you need others to critique your work, you need to know how to work with clients and you need to know how to work with developers. And that's what Ironhack exposes you too.Before taking the course I read reviews not just about Ironhack, but about coding and design bootcamps in general, and some of the reviews were pretty bad. Some said they didn't prepare you for an actual job in the real world, that they were just diploma mills and wanted your money. I can't speak for the other bootcamps out there, but Ironhack is ballin'.Finally, I am from Washington, D.C., relocating to Miami. Getting into Miami Tech seemed daunting; I didn't know anyone, didn't know what companies were hiring, didn't know any contacts. And now that I've just graduated, I can say while looking for a job is still a challenge, it is in no way daunting. I know my stuff and I know what's out there.About IronhackBefore applying for the course, I visited Ironhack and one other bootcamp in Miami in person. Ironhack is located at Building.co, a coworking space in Brickell (downtown Miami). Right now I'm typing this to you from the rooftop patio on the third floor. It's baller. More importantly, our classrooms are nestled in between real tech companies that occupy space in the building. At least once a week I run into the startup founder that won Refresh Miami's Tech Demo Day in October. I'm not just learning about tech, I'm bathing in it. Furthermore, the vibe here is just different. I feel like I'm wanted here, like I belong here. I've made what I think will be lifelong friends. Finally, and perhaps most importantly, the staff here is just... the real deal. Really. And they're respected in Miami Tech - I know this from attending networking events and mentioning that I'm an Ironhack student. I've only gotten positive responses from saying that.Alia, the GM, personally called me to congratulate me on getting into the program. When my wife came to visit the course one day, she welcomed her as if she was another student. You can't fake that.Brito, the placements manager, is so well connected he probably knows Barack Obama and Obama doesn't even live in Miami. And he's sincerely interested in our success.Marisa, the program manager, and Pat, the admissions manager, are similarly supportive and friendly. And finally, for the UX/UI fulltime bootcamp this past fall, we had the most amazing Instructors, Maite and Kerri. Maite had done UX in Paris, London and I think New York and is world class. Seriously. She eats, sleeps, drinks UX. Like I'm almost worried for her sometimes that she needs to get to the beach more. :-) . She pushed us very hard to be our best, yet I knew every day she cared for us. You can't fake that.Keri, our TA, had completed the course previously and was the cheerleader we all need when completing a program like this. It's hard. If you give it the level of effort you need to be a great designer, it's even harder. And she was always there, answering our questions and encouraging us through frustration. In ConclusionI don't know what the future holds. There are no guarantees. I know it's hard out there. But as far as it relates to my professional life, where we all spend the majority of our days, I'm more hopeful than I've been in a long time.Whether you choose to do a bootcamp or not or Ironhack or not, if you're reading this I hope you find peace and meaning in whatever you do, and live courageously enough to work through fear and pain to better yourself and others.""Don't ask what the world needs. Ask what makes you come alive, and go do it. Because what the world needs is people who have come alive."" - Howard ThurmanRead Less",Full-time UX/UI Design Bootcamp,UX/UI Design +240850,10828,ironhack,Joshua Morales,False,2017,Incredible Experience With Incredible People,2017-12-21,5.0,5.0,5.0,5.0,"When I first signed up for Ironhack I kept asking myself if I made the right decision. I was concerned about the price, if I would really get hired, if I'd leave feeling accomplished and fulfilled with the curriculum, and if it would all be worth it at... Read More the end.All my doubts were crushed within the first week of the cohort. I loved our instructor, the entire staff, and made instant friendships with a good amount of my class. I was learning so much in a small amount of time, I felt pressure, but the pressure felt good. Every day I'd learn something new and with the curriculum, I was able to apply it right away to a project of my interest.Prior to Ironhack, I was confused about what I wanted out of my future and thanks to this opportunity I know have the skillset to enter an evergrowing field that is highly in demand and is only growing with the technology around the world. I had received two phone interviews before even graduating so the hiring rate is real. If you work hard you will get opportunities, there is no doubt about that. I hope to close a job offer before the holidays to start 2018 with a career in this new field. Thank you again Ironhack, you changed my life.Read Less",Full-time Web Development Bootcamp ,Web Development +240999,10828,ironhack,Marcos Palacios III,False,2017,Ironhack is amazing,2017-12-21,5.0,5.0,5.0,5.0,"Before I started Ironhack I did not know how to build a web page or even understand code. But after a 9 week course with an amazing instructor (""Nizar"") and a great aid (""Dapper Dan""), I have learned many valuable skills and can create a webpage and/or... Read More site, as well as understand code in general.I believe the most important thing I learned at Ironhack would be learning how to read code and debug issue's that I may come accross in my future while as a developer. Along with the help of a great placement manager (""Brito""), the future has many doors that will surely open up for my career change into the tech industry. The staff at Ironhack is very passionate and always willing to help or give advice if needed. Ironhack is by far one of the better life choices I have made in my life and I would reccomend it to anyone looking to learn how to code. The entire staff deserves an award for the amazing work they do here at the school.Read Less",Full-time Web Development Bootcamp ,Web Development +240995,10828,ironhack,Alejandra Del Valle,False,2017,You Can't Go Wrong with Ironhack,2017-12-21,5.0,5.0,5.0,5.0,"If you're wondering whether you should join a coding bootcamp (and you are GENUINELY interested in pursuing it), stop what you're doing and APPLY RIGHT NOW. The reason I write the above first is because that is what I saw in several reviews I had read... Read More when searching for the right bootcamp. Yet, every time I would always think to myself, ""Is that really the truth, though? Will I regret making the jump?"" So before I write the rest of my review, I can tell you that those reviews were right!Before joining Ironhack, I was working at a digital marketing company in operations and product development (and before then I had just graduated with a bachelor in Architecture), so clearly I had zero coding experience prior to Ironhack. After about a year of debating whether I wanted to make a career change, I found Ironhack. I put my fear aside and reached out to ask for a campus tour here in Miami to get the ball rolling.Application Process: The first person I met at Ironhack was Alia, and Alia does NOT dissapoint! I felt such a great energy from her and genuine interest in getting to know me and understanding why I wanted to join their program. Shortly after, I applied and scheduled my three interviews (general interview with admissions, career interview with Brito, and a technical interview where you must solve a coding challenge). All three interviews went great (again...the only experience I had was working with developers, but never the actual coding aspect). The moment I received a phone call from Alia that I was accepted into the program I immediately felt two things: extreme excitement with a side of fear of ""what did I just get myself into.""Cohort (9 weeks): The structure of the class is exactly as they describe it on the site. Grab your coffee in the morning, learn, code, lunch, learn and code (did I mention the coffee is free and unlimited?!). What really made the course, though, was our instructor Nizar and we were so lucky to have him! The way he explains the concepts is very clear for the most part and, to someone with no coding experience, I was able to understand what he was teaching. He never says no when you need help, and what's great about it is that he doesn't just hand the answers to you. He makes you think about what it is you're doing and what you need to do to get there. Now, I'm not saying your journey will be easy, because it won't be. You need to put in the time inside and outside of class to make sure you're not falling behind. The course moves quickly, so it's very easy to fall behind if you're not keeping up. You will feel like (and I can only speak from the perspective of someone with zero coding experience), ""Holy crap, there is an entire universe of coding that I did not know about,"" but don't get overwhelmed! Don't let it discourage you, but do expect to be learning for the rest of your life as we all know how quickly technology can change. Finding a job: Brito, the recruitment manager at Ironhack, is also someone you will meet and never forget. Keep in mind, he is not there to hand you a guaranteed job on a silver platter at the end of the cohort - and he will make that very clear. He does a great job of coaching you on what networking events you should attend, what you need in your LinkedIn and in your resume, and is available whenever if you have any questions or need help. There is also a hiring fair where companies come in to sit and interview with you, I have yet to experience it as our fair is not until January, but it's great to know that we get the opportunity (thanks to Brito) to have that chance of ""speed-dating"" with several companies who are looking to hire.Overall, my experience was amazing. I don't regret making the jump and am lucky to have been able to attend Ironhack. For the past 9 weeks it never felt like I was going to ""school"" and I was always excited to go in the next day to learn something new. The environment, staff and vibe of Ironhack was the cherry on top and I'm so glad that I chose to stay in Miami and attend their course. If you're reading this and you're still wondering whether you should apply....just do yourself a favor and do it already :).Read Less",Full-time Web Development Bootcamp ,Web Development +240988,10828,ironhack,Ian Izaguirre,False,2017,Just Do It,2017-12-21,5.0,5.0,5.0,5.0,"Before joining Ironhack, I was apprehensive at investing a few thousand to attend a coding bootcamp. I ended up taking the risk and choosing to go with Ironhack. There was not one day during my time at Ironhack that I regretted that decision. It has been... Read More one of the best and most powerful choices I have made, because it literally has life changing consequences. What I came to realize, is the initial investment in a coding bootcamp, is exactly that … an INVESTMENT in yourself. Forget investing in other things that you have little control over, because the best choice you can make is investing in yourself by investing in your own education. I did weeks of research prior to joining Ironhack, and without any doubt it is the best coding bootcamp in Miami. I never felt like anyone was being fake with me, I never felt like I was being treated like a “number” in some education mill … this is absolutely nothing like that. My professor was Nizar and he was extremely intelligent, kind, and was accessible at all times. The whole staff is. One of the cool things about Ironhack, is witnessing staff members like Nizar, Brito, and even guest speakers, just staying for hours after their shift ends to teach and talk more with fellow students… When you see these things, you come to realize that Nizar, Brito, the guest speakers, all help because they truly love their job. I think thats really the key difference your going to find, its like this perfect crew of people who love what they do, are passionate, and love playing a key role in helping others in their journey to success. I was part of the Oct-Dec 2017 cohort at the Miami campus.Read Less",Full-time Web Development Bootcamp ,Web Development +240987,10828,ironhack,Ariel Fonticiella,False,2017,Amazing Bootcamp!,2017-12-21,5.0,5.0,5.0,5.0,"Before starting at Iron Hack, the most experience I had coding was simply watching the 1995 movie ""Hackers"". Other than that, I had no idea what I was doing. Coming into this, I had researched many other coding bootcamps and visited with many others as... Read More well. However, none of them gave me the same vibe that Iron Hack did. What do I mean by ""vibe""? I mean that they actually cared about their students. Most of the other schools came across as simply trying to get me in the door, but Iron Hack literally took the time to sit with me, one-on-one, and very sincerely asked me ""Why do you want to do this?"" I gave my explanation as to why I wanted to do it and they proceeded to give me a detailed account of what my everyday schedule would be like and the amount of work that would be required of me if accepted. Every other school I visited would just give a generic ""you can do it, just work hard!"". The staff is unlike any other. Our Professor Nizar was basically, what I believe, every professor should be modeled after. This man would go out of his way to ensure that you understood what you were doing. He never simply gives you the answer, he works with you until you understand how to get the answer. He's also hilarious and made what might seem like a dull topic at times into something fun and interesting. Also, as part of the staff, you will have what is basically your guardian angel, Brito. You worried about getting a job after this bootcamp? Don't be. LISTEN TO BRITO. This man will not steer you wrong, and as long as you're putting in the work Brito is going to bend over backwards to make sure you find a job that is right for you. I can't recommend this place enough. If you're looking for an amazing bootcamp that is worth the money, go to Iron Hack. You won't regret it.Read Less",Full-time Web Development Bootcamp ,Web Development +237721,10828,ironhack,Asier Cisneros García,False,2017,Great coding experience,2017-12-21,5.0,5.0,5.0,5.0,"I come from the world of Advertising and Public Relations and until joining Ironhack I have worked in my own advertising agency, Green Proiekt, being responsible for the creative and design part. Before Ironhack I had only worked on the Web design side,... Read More but I had never programmed before.After finishing Ironhack, I can say that I have learned new technologies such as Angular, Nodejs, Express, MongoDB, Javascript...It's an extremely hard Bootcamp in terms of the amount of content that is taught in just 9 weeks, but the level at which you leave the bootcamp is pretty high for a junior programmer position.If you want to take advantage of the bootcamp you must take it seriously and focus only on the programming during those 2 months.I recommend it for people who want to change their professional career, as well as people who want to complement their profile with the knowledge that is taught.Read Less",Full-time Web Development Bootcamp ,Web Development +240962,10828,ironhack,Robert Gonzalez,False,2017,Ironhack Graduated,2017-12-20,5.0,5.0,5.0,5.0,"Ironhack ( Miami-Bootcamp )I just want to said that is my best experience ever in just 9 week i learn like ever i did before i just want to thanks God for help me with all of this, thank for all the people in Ironhack that help me to enter to this curse... Read More and now dicember 19/2017 im a graduted from Ironhack...My name is Robert E. Gonzalez I invate to pass this experience...God Bless US...Read Less",Full-time Web Development Bootcamp ,Web Development +240960,10828,ironhack,Alejandro Roman,False,2017,Game changer! MIA OCT-DEC 2017,2017-12-20,5.0,5.0,5.0,5.0,"I was part of the Oct-Dec 2017 cohort at the Miami campus. This has been hands down the best decision I've made in my life. It is most certainly a game changer. If you are thinking about it, my advice, stop thinking and do it! I understand most people... Read More considering a web-dev bootcamp might be overwhelmed at the idea. However, it is not like what you are thinking, this is not a traditional college lecture or highschool classroom ( time flies by ). This is a new home and a new family. I think there was only one person in the cohort who had a degree related to computer science, other than that person, no one including myself had a computer science background. We still succeeded, in just 9 weeks we already had 3 projects under our belt and being able to do full stack apps on our own. Much of what makes Ironhack what it is, is how the faculty interacts with each other and with the students. Their work culture is so amazing, they have a special type of relationship, nothing like I have ever seen before. Of course this translates to the students. The staff develops a relationship with the students and in my opinion this improves experience so much.The learning doesn't stop there. At least for me, I took to learning other things during my free time. Things that weren't necessarily part of the curriculum, but I wanted to take advantage of having an instructor to which I could ask anything any time (literally any time. My instuctor would get back to me on Sundays! ). Ironhack gives you all the tools you need to succeed. From how to write amazing software, to what to say to future employers (more of this below). Like anything in life the you have to do the work, but my Ironhack family definitly made so much possible. The most important tool that I learned at Ironhack was how to ""LEARN"". You can't expect to become a the best developer in 9 weeks, but you can expect you will graduate with knowledge on how to become one! If you put in the work, I can guarantee you this. Nizar, our lead instructor is the man! The guy is legit one of the smartest people I've met, and one of the most patient as well! Trust me, dealing with me is no easy task. However, he was always there for me, and like I mentioned above, he even answered my questions on a Sunday. Rarely (very rarely) will he give you the answer to your problems directly, he does much more for you, he tells you how to be resourceful and where to look or something along those lines. You end up solving the problem on your own and because of this, you learn so much more. The whole teaching staff is amazing, Ironhack always have great T.A.s. Our T.A. Dappered dan was the man. He was also always accessible.The experience does not end there. At Ironhack, they have a placement manager. His name is Daniel Brito. What do you need to know? Brito is one of the most connected people I've ever met. Everyone in the South Florida Tech ecosystem ( maybe all of South Florida ) knows who Brito is. His background makes him the most qualified person for the role. His been on both sides of the table when it comes to hiring. If you decide to take the course, make sure you follow his every word. Why? Well I did, and I had a job before the cohort ended. He will also never write your resume for you or give you an answer directly, but you can expect the most detailed feedback you could ever imagine. He knows exactly what employers look for and will get you to where you need to be if you put in the work!I can comfortably say Ironhack that has changed my life and I am very grateful for this!Read Less",Full-time Web Development Bootcamp ,Web Development +240931,10828,ironhack,Jordi Clotet,False,2017,Amazing experience!,2017-12-20,5.0,5.0,5.0,5.0,"It has been intense and amazing. I began with almost no knowledge of programing and during the course I’ve been able to build by my own 3 different websites. Really happy with my teacher André and the TA (assistants). The rest of the staff was always... Read More willing to help, including individual interviews to know our concerns and suggestions to improve. My experienc at Ironhack it's been worth it!Read Less",Full-time Web Development Bootcamp ,Web Development +240964,10828,ironhack,Carlos Puente,False,2017,My experience at Ironhack has been hard but great.,2017-12-20,5.0,5.0,5.0,5.0,"Before to start the Ironhack’s bootcamp, I had my own company.My experience at Ironhack has been hard but great. In two months you receive a Lot of information to asimilate.Some moments you have to deal with much stress.I have learnt all process of UX... Read More and UI, from end to end. Also making the projects is a good exercise in order to know what is the process the companies are going to request when you finish the bootcamp.What I liked most from the bootcamp, is the way is structure the bootcamp, more practice than theory, also the events or activities that Ironhack has offered us from the beggining, such us ironbeers, pizza, visits to companies..Also the support you receive from Ironhack’s staff is something that I give great value.Finally, knowing my classmates is also a great experience and how we have help each other during the bootcamp.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +242088,10828,ironhack,Jean N.,False,2017,"Find your comfort zone, and then leave it.",2017-12-19,5.0,5.0,5.0,5.0,"This very sentence has driven me since I can remember. It has taken me through my Business studies into my first job in Fintech, from there into a Finance Masters, and lastly into Ironhack.On my way to their web development bootcamp many had questionned... Read More what programming had to do with finance, to which my response was always: I’m going there to learn how to learn a programming language.Little did I know that Ironhack would offer me so much more!1. A family. The people are amazing! Both staff and students, all from different backgrounds and sparkling with ideas and ambition.2. A network. A strange bond unites Ironhackers all over, leading to an ever- growing community of people seeking to help each other and exploring the tech world.3. A new way of approaching work. André Torgal (our teacher) has decades of experience in different projects and Agile training; he has taught us a new way of approaching challenges, teamwork and life!4. Thirst for disruption. The fabulously engaged staff continuously organises events with startups, successful entrepreneurs and innovators. Here we all gained insight into the tech world, and it has unleashed my creativity by showing me how to build the very tools that allow us to ignite change.5. A loooot of fun. From parties and dinners to a weekend trip to an amusement park, it was (despite all the intensity and very hard work) never-ending fun.I now am not only equipped to work as a front or back-end programmer, but also have a framework to easily learn other languages that align with my chosen industry (+ a few side projects which I inevitably crave to build).Best (and most useful). Holidays. Ever!Read Less",Full-time Web Development Bootcamp ,Web Development +241690,10828,ironhack,Dafne,False,2017,Ironhack Bootcamp Barcelona,2017-12-19,4.3,4.0,4.0,5.0,"Overall my experience at Ironhack was very good!The first thing that has to be said though is that it is a VERY challenging and tough course.But the support received from our teacher, TAs and staff has been a more than valuable experience. Everyone is... Read More willing to help you, listen to your concerns and support you in any way that they can.All the staff have put in so many extra hours and have truly been there when needed. The insights we have got from Andre (regarding the professional world, and the reality of things) are uncomparable to anything - I am not sure where else I would have gotten this time of input and feedback. Also, I cannot ever be thankful enough for all the extra hours and support the TAs have given to us.I would do Ironhack all over again and can only recommend it, however if you decide to take the bootcamp be prepared to spend lots of additional hours working: the more time you invest, the more you will end up getting out of this course.Read Less",Full-time Web Development Bootcamp ,Web Development +242089,10828,ironhack,Eloi,False,2017,From Muggle to Wizard,2017-12-19,5.0,5.0,5.0,5.0,"I am a recently graduated Industrial Design Engineer, and always felt that university was wasting my creativity and motivation. I started coding by chance during the last year of my degree and tried to improve a bit my coding skills with few results with... Read More a lot of time invested. After that, I decided to join a bootcamp, such a difficult decision! Finally, applied for Ironhack’s one.Two months later I have to say that it has been one of my personal and professional best decisions of my life. Obviously, here you’ll learn a lot of programming from learning units which are constantly revised, and they put a lot of effort and resources so you can find a nice job. But It would be unfair to define Ironhack just like this, some goals.In Ironhack I found really good teachers that help and encourage you during the whole bootcamp. Same people who helped the cohort to reach a good work environment where all interests, levels and profiles fit. And a really dedicated staff that really care all your worries and will do everything to change what you don’t like and make you feel like at home. They organize a lot of interesting events every week and, of course, some parties :)After becoming a family for a couple of months: students, teachers, staff, ironhackers... I realized that what makes Ironhack special is the passion we all share and how newbies are involved with this same passion.It has been super intense, sometimes hard, but always exciting. I learned a lot and I strongly recommend it to everyone! Good Luck! ;DRead Less",Full-time Web Development Bootcamp ,Web Development +240848,10828,ironhack,Alberto Campos,False,2017,Web Development,2017-12-19,5.0,5.0,5.0,5.0,My experience at Ironhack was simply amazing. Teachers and TAs gave me excellent treatment. When I entered at Ironhack I did not know anything about programming and now I have enough knowledge about it. I think it's a fundamental way to learn programming.... Read MoreRead Less,Web Development,Web Development +240834,10828,ironhack,Anonymous,True,2017,Ironhack BCN cohort OCt-2017,2017-12-19,4.7,5.0,4.0,5.0,"The overall experience has been AWESOME. Although the bootcamp is exhausting and demands so much effort. People make it incredible. The nice environment and the cool activities after and during the lessons come included! The Stuff is doing quality control... Read More Typeforms and 1 on 1 interviews every week so everything is perfect! There's nothing really to complain about :) Now the bootcamp is over and there's a bittersweet feeling. I really needed this to finish but I'll miss it a lot!The only thing I could say is... during the hiring day, there were so many work opportunities requiring React and this is a pitty :( Maybe, and just maybe, they should teach React instead of Angular. Anyway, if you're doubtful, go ahead with Ironhack, it's the best thing to do.Read Less",Full-time Web Development Bootcamp ,Web Development +240804,10828,ironhack,Laura García Castellanos,False,2017,My life at Ironhack,2017-12-18,4.7,4.0,5.0,5.0,"I studied Industrial design and just before becoming an ironhacker I used to design satellites for Airbus Space. My experience at Ironhack has involved a mixture of feelings, from absolute joy to physical and mental exhaustion, even frustration sometimes,... Read More but overall it has been amazing. I have spent the past two months with the most amazing bunch of people in the world.We've had several teachers and I have learnt a lot form all of them. Now I can develop a digital product end-to-end, I have acquired a handful lot of techniques and resources that I can apply to the projects I'll face in the future. Also I have learn the value of listening to your users and how failing early and testing often is vital to keep you in the game!I have enjoyed the experience a lot, but I think that the thing I've liked most (and the thing I'll miss most) is the comradeship we've developed within this 2 months. We've leant on each other and we've learnt everything we could from one another.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +240801,10828,ironhack,Alba Bauzá,False,2017,Mi experiencia en IronHack,2017-12-18,5.0,5.0,5.0,5.0,"Antes de empezar en Iron Hack, me estaba planteando empezar una carrera, siendo más específica, medicina. Mi madre vio la beca de Wallapop y me dijo de probar antes de empezar nada.He aprendido muchísimas cosas gracias a Iron Hack, ya sea el temario y... Read More aprender una filosofía tan buena de equipo y de trabajo.Mi experiencia ha sido increíble, ya por mis compañeros, mis TA's, por el ambiente, también siento que en cierta manera me ha cambiado a mi, y me hace muy muy feliz.Lo que más me ha gustado, sin duda, es la sensación familiar, el ver como empiezas tan perdido y acabas tan orgulloso de tu trabajo, que con esfuerzo y mucha dedicación, se puede sacar algo increíble.Sin duda repetiría IronHack y se lo recomendaría a cualquiera que tenga pasión por el código o por el diseño.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +240778,10828,ironhack,Carlo Padrón Gómez,False,2017,The experience went really well in both bootcamps,2017-12-18,5.0,5.0,5.0,5.0,"Before my UX/UI bootcamp in IronHack I was studying Computer Sciences and ADE at UC3M, I also did the Web Development Bootcamp two years ago.The experience went really well overall in both bootcamps. Some weeks were very stressful, but it’s nice to learn... Read More to live situations of pressure. Time have past really fast and I will miss spending my time here.I learned to teamwork, I learned a lot of new methodologies and I acquired a really good basis to continue developing my career as a designer.The things that I liked the most were meeting a lot of really good people, the networking and the good vibes of the place.Read Less",Web Design,Other +244780,10828,ironhack,Daniel Galán Conde,False,2017,Experiencia a Full,2017-12-18,5.0,5.0,5.0,5.0,"Soy director de arte y diseñador con experiencia de más de 16 años entre agencias de publicidad y estudios de diseño. He trabajado en diferentes proyectos tanto online, como offline y tv a lo largo de estos años.Para marcas como Juegos Empresariales,... Read More Bodega Privada, Bizz Global, Grupo AVISA, Canal+, Yomvi Cinesa, Morato+infinito, Mediaset España, Cuatro, Digital+, El País, Prisacom, Red Bull, Coca Cola, Telefónica, Terra, Santillana, BBVA, Carrefour, Citroën, Trek, Repsol, Banco Santander, Opel y Volkswagen entre otros. Actualmente soy freelance pero desde hace tiempo sentía la necesidad de que ciertos procesos de trabajo no se estaban realizando adecuadamente y fue por ello que descubrí IRONHACK pues una amiga, que ya había realizado el Bootcamp, me comentó que aquí aprendería lo que necesitaba saber para resolver las dudas que tenía al respecto.Fue por ella lo que me animó a experimentar estas interesantísimas 8 semanas de BootCamp.Reconozco que aunque se trabaja mucho no, muchísimo para poder aprender en tan poco tiempo las metodologías actuales UX/UI que hacen que los desarrollos de productos digitales lleguen a buen puerto, estas 8 semanas me han servido para al menos sentar las bases de lo que podrán ser proyectos bien construidos.Todo se consigue gracias a un profesorado a la altura de los tiempos. Profesionales del mundo digital muy actualizados que crean grandes productos digitales que usamos en nuestro día a día, el equipo organizativo de IRONHACK que son unos cracks y unos alumnos (mis queridos compañeras/os) que hacen que todo esto cobre sentido y puedas conseguir lo que te propongas. Todo junto se crea la receta perfecta.Sólo no puedes, con amigos si.Gracias a todas/osRead Less",Web Design,Other +240736,10828,ironhack,Lia Vega,False,2017,Awesome experience!,2017-12-17,5.0,5.0,5.0,5.0,"Before Ironhack I worked at energy consultancy as a visual designer and frontend developer. I have felt passionated for a long time about UX, and the bootcamp has made sense to all product process. It has given me an expanded and deeper vision of what... Read More I do. Learning from your classmates enriches your work a lot. Ironhack has offered me many opportunities for both career and personal growth.Read Less",,Unknown +244777,10828,ironhack,Helena,False,2017,Ironhack 2 - College 1 !!!,2017-12-17,5.0,5.0,5.0,5.0,"After working 2-3 years in small startups as a web developer I realised that UX design is crucial and I wanted to learn about it. #becaWallapop came along and I knew it was meant to be! I was finally selected and began the UX/UI Bootcamp, after two months... Read More of work and emotional intensity, it’s the first time that I finish a course having the conviction that I have the resources to face a new professional stage.Read Less",Web Design,Other +240853,10828,ironhack,Lule,False,2017,"""wonderful experience""",2017-12-17,5.0,5.0,5.0,5.0,"Before Ironhack I worked as an architect in Germany.As I love design in all its forms and wanted to get into the digital world, I got into the UX Bootcamp when I returned to Madrid, and I have discovered that the architecture and the world of the UX /... Read More UI have a lot to do!The Ironhack experience has been incredible, not only for the amount of things we have learned but also for the human quality of the entire team (teachers, TAs and staff) and my colleagues. I have made many friends!I have learned EVERYTHING.Research and UX tools, design principles, typography and color palettes, to look for references and where to look for them ...But above all methodologies and different ways of working, because we had 6 different teachers, each one a crack in their own way, and each taught us a different way of understanding the issues, focused on one point or another and taught you examples of the real world, so at all times we had contact with the world of work and what we were going to do next.What I liked the most was without a doubt the people.From Ironhack, camaraderie and teamwork are very much encouraged and then when it comes to work it shows and is wonderful.The level of demand is high and we must take the final project forward in just 2 weeks! Working hand in hand with your colleagues not only helps you in many moments but also makes the experience more enjoyable.Not only among the UX colleagues but also with the web ones. It is incredible to be proposing a project and to be able to talk to a programmer about the doubts that arise.It has undoubtedly been a wonderful experience that I would recommend to anyone who is considering getting into the world of UX.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +240663,10828,ironhack,Rosa,False,2017,Best experience ever,2017-12-15,5.0,5.0,5.0,5.0,"I used to work in Advertising, developing and ideating digital strategies for brands. As an advertising creative and designer, I always felt that something missing in my design process. Everything I developed was based on my experience and intuition.... Read More That's when I discovered Ironhack and joined them thanks to a Wallapop Scholarship. The best about Ironhack is that you learn x3. You learn from your teachers, from your classmates, and from former students. Furthermore, Ironhack culture helps you get the best of you without giving up the social part. You end up with an up to date knowledge, autonomy to keep learning every day and the best connections in the industry.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +240527,10828,ironhack,Marc Allen i Hamblin,False,2017,Exceptional,2017-12-13,5.0,5.0,5.0,5.0,"I signed up for Ironhack wanting to go in a different direction in life, having previously worked in all sorts of different, not particularly creative jobs. In 9 weeks I went from very basic programming skills to being able to build a full web application... Read More with both front-end and back-end in modern respected technologies. You get out what you put in - the program is intense and ultimately the students who get the most are those who stay the latest and work the hardest.Between the teachers, the other Ironhack students and the friendly office team the atmosphere was fantastic. Events were organised regularly to get to know different parts of the Tech sector and life as an engineer, as well as to party and have fun with other students - there are always an ample supply of beers available for students to enjoy after classes.In terms of value, Ironhack was the best educational experience I've had (for comparison I have degrees from Oxford, University of Edinburgh, IE University in Madrid)I received 5 interview job offers before the Ironhack hiring day the following week, and several more at the hiring day. In terms of salary from low to high these were between a job as a front-end developer start-up in Barcelona for €20,000, a full stack engineer in an established international company in Barcelona at €30,000 a year or at a Dutch company in Amsterdam for €50,000. All with ample opportunities to learn. In terms of working as a freelancer, I was also contacted by a UK agency offering 300GBP a day to work as a remote developer. As I said above, I worked one of the highest in my cohort - those who put in similar efforts saw similar rewards though.You'll learn skills which will help you your entire life, especially how to learn new technologies: in the four weeks after finishing I built applications with Ruby on Rails and Elixir/Phoenix, as well as using Javascript Libraries and frameworks I'd never even heard of during my time in Ironhack. Ironhack is not perfect. Don't come if you expect perfection; come to learn how to deal with real life situations. Sometimes the content is outdated --- just like happens in every programming job --- programming language change; sometimes things don't happen as expected; learn to deal with it. That's real life. The only thing I would say does not reflect real work is the lack of attention to testing. I don't think the importance of testing was impressed upon us - certainly in my cohort the one module that related to testing was treated as optional/an annoyance, and we were never taught principles of TDD or who to write a test. If it were up to me, I would have at least one of the portfolio projects have a small scope, but by developed through TDD. I think students would find more, and better paying jobs and ultimately be better developers because of it.Read Less",,Unknown +240102,10828,ironhack,Orestes Garcia,False,2017,The best learning experience,2017-11-30,5.0,5.0,5.0,5.0,Ironhack has a customized approach to education based in its teaching practice. They have an environment full of good vibes and extraordinary people. The program is designed to help you reach the goal at all times. Teachers and staff are super friendly... Read More and always available to share their knowledge and experiences. Students have the opportunity to be part of the tech community with events and workshops. Graduates of Ironhack will be well-positioned to find a job as a web developer or UX/UI designer since they have access to career services that prepare them for the job search and facilitating interviews. Six months with a group of great students and human being who share the same passion was the best decision I made. I would highly recommend taking this course to anyone who has interest and passion for web development. I would go back and do it again.Read Less,Part-time Web Development,Web Development +239989,10828,ironhack,Francisco Trujillo,False,2017,UX/UI Bootcamp,2017-11-27,4.7,5.0,4.0,5.0,"Ironhack’s UX/UI design bootcamp was pretty intense. Be prepared to go from zero to hero in eight weeks with the help of their amazing staff, industry leading guest speakers, mentors, leaders and teachers. My cohort had five different teachers who brought... Read More forth their own special skill set to the particular module they taught. Horacio, our TA, was an iron hack grad and was always there for us. Ironhack is located in Building Inc which is a hub for several start ups in the Miami tech eco system which makes it a very motivating environment to work in. While and after your time at Ironhack, Brito- Ironhack’s placements manager takes you on his own career bootcamp. He helps you polish up your resume, interview skills, and portfolio in order to get you in the right direction after you graduate. Overall they have a system which seems to work regardless if you are someone trying to brush up on skills or wanting to change careers. Definitely be prepared to put in work, sacrifice time and all that good stuff. The resources and network is there for success at Ironhack. It’s all in what you make of itRead Less",Full-time UX/UI Design Bootcamp,UX/UI Design +239988,10828,ironhack,Yaiza García Martín-Mantero,False,2017,My best professional experience,2017-11-26,5.0,5.0,5.0,5.0,"My experience at IronHack can be resumed as AWESOME. Teacher and TAs are very professional, and subjects of the course contains the latest web developments techniques. Facilities are unique in Madrid, surrounded by park and river. And best of it is how... Read More they focus the classes and the programming: they empower us to do our best and continue learning even on the hardest situations. One of the key points that made me recommend IronHack is the people that you share your time with. All them are very motivated and have the same concerns, so that helps you to develop new and more complex projects. After the bootcamp, my professional network has increased exponentially. I encourage recommend this course/experience!! ;)Read Less",Web Development,Web Development +239986,10828,ironhack,Robert (R.J.) Jones,False,2017,"When they say they can change your life, they mean it",2017-11-26,5.0,5.0,5.0,5.0,"I had initially been looking at Web Development bootcamps for about two years prior to finding Ironhack this was partly due to mixed articles about these kinds of programs as well as the technologies some of the programs taught. I had reached a point... Read More where I was tired of working stagnant retail and call center jobs, and wanted to see if I could really turn my hobby into a career.Shortly after moving to Florida, I had been told about Ironhack from a friend and figured I may as well apply. Alia had contacted me back within about 15 minutes, and I was scheduled to come in a few days later. The interview process was not complicated, and the staff I spoke with did a great job of outlining the program. My biggest concern was that without having a college degree, and without any previous work experience, that a program like this still wouldn't help me, however Daniel Brito did a great job of explaining how to work around those things. I had also been doubting that I would have the bare minimum skill needed to pass the technical interview, which ended up going well (So don't doubt yourself on this!). From the very first week, week 0, I decided I would start showing up to finish up some of the online prework that was assigned before the course started, this was the first time I met Kevin, on of the TAs, who was very friendly, and had a manner of encouraging learning without just handing you answers. After the first week started our primary instructor Nizar gave us a run down of what our schedule was going to look like, and I'll admit it was intimidating. Nizar however, had a manner of teaching that made the fact that we were learning a LOT more enjoyable than stressful. In addition to that, the TAs Kevin and Ariel both out host break-out sessions throughout the week to focus on different concepts that some were struggling with, and held these sessions in a way that students would also be able to participate. To compliment the technical side of learning the skills needed to become a software developer, Daniel Brito also regularly would teach us the Ins-and-Outs of the career side: Networking skills, community events, resume building, etc. and this was something that was very unique and welcomed. I had expected this to be like most traditional schools where they will teach you skills and concepts, but will leave you on your own when it comes to getting employed for those skills. This also brought about the possibility of learning beyond the scope of the Ironhack curriculum, as we were actively encouraged to attend events and meet people in the tech scene who were established developers, entrepreneurs and startup founders who also were willing to share their knowledge, some working in the same building as Ironhack was located. Now with all those ""pros"" being said, it should be noted that while not exactly a ""con"" there are some things to keep in mind: They call this a bootcamp, and that is a very accurate word to describe it. It's not easy, but it's not impossible either. Unlike traditional schooling, you wont get a degree for simply showing up and goofing off. We had to do projects that applied everything we learned, and the time given to complete these project was 1 week, and then they had to be presented to both the class, and occasionally other people who were in the building. Before Ironhack, I had written some scripts and small programs for fun, but they were never seen by anyone, and now I had to not only show it to my instructors, but to several people?! It stands as one of the most stressful things that I would gladly do again. What was great about this though is that it conditions you for what is expected of you in the industry, and by the end, these presentations were more fun than stressful. Ultimately Ironhack teaches you how to stand on your own in a relatively new and rapidly changing industry, and teaches you how to continue teaching yourself long after you leave the program, so that your skills will stay competitive. Nizar is a master of both writing code, and teaching it. Kevin and Ariel were great at encouraging us when we got stuck or stressed out, and also making things fun. Daniel Brito will make you into a rockstar when it comes to networking, job hunting, and building a presence for yourself in the tech community of your choice. Thanks to the well crafted curriculum, and the great staff, I've now gone from a guy who had moved from working in aerospace to working at grocery stores and call centers, who wrote simple programs on the weekend for fun, to a Full Stack .Net Developer at a company who's 2 week development sprints are a walk in the park compared to the 1 week high-pressure sprints for Ironhack's projects.If you are on the fence about whether or not you should attend a program like this, and are serious about becoming a web developer by profession, then this program can change your life.Read Less",Full-time Web Development Bootcamp ,Web Development +239976,10828,ironhack,M Iturri,False,2017,Great experience!,2017-11-24,5.0,5.0,5.0,5.0,"I recently graduated from the UX/UI full-time bootcamp in Miami. It was an amazing experience. The class structure and the instructors were great. I would recommend this course to anyone who wants to enter the field or to learn about the field regardless... Read More of your experience. My background is in business / entrepreneur and I was trying to find a way to put an idea into a MVP to look for investors. This class helped me to understand all the available tools to make your job easier and also some techniques to make the process of building an App systematic and consistent. Although my intention was not to become a full time UX/UI designer, these new set of skills complements my background very well.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +239966,10828,ironhack,Dharma,False,2017,Amazing experience!,2017-11-23,5.0,5.0,5.0,5.0,"Ironhack is the best school I've ever been. They have an environment full of good vibes and extraordinary people. During the course, they help you believe in you and reach the goal at all times even when the course ends. I am fortunate to have been through... Read More this course. I have to say Nizar (the instructor) is the BEST. He helps you go through everything and makes sure you truly understand what he teaches you. And Brito, he just never gives up on you. He truly wants to make sure you end up where you actually want to be.Read Less",Full-time Web Development Bootcamp ,Web Development +239964,10828,ironhack,Andrea García Lozada,False,2017,"I felt like Neo in Matrix, when he said: ""I know Kung Fu""",2017-11-23,5.0,5.0,5.0,5.0,"I did UX/UI Design Bootcamp because I was looking for something different that within my skills I could do. I studied dentistry and for me it was a Challenge to change my profession. Now as a designer, and thanks to Ironhack who gave me the tools to train... Read More me in this area, I can say it was a very nice experience because I learned many things, and most importantly, they taught me how to learn those things. One of the most valuable things that I learned is... to share knowledge, and to think like others to make their lives simple balancing all points of view.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +239960,10828,ironhack,Aleksandra Boskovic,False,2017,Great experience!,2017-11-23,5.0,5.0,5.0,5.0,"I decided to enroll Ironhack after a year struggling to learn to code by myself. The online courses will teach you a lot but there's one and the biggest advantage of live word and that is - that’s able to teach you to develop not just your skills but... Read More your mindset as well. Speaking about that, the best thing for me was getting the ability to learn how to actually learn to code and how to find good resources which gives me opportunity to gain new skill sets now on my own.The people working in Ironhack are super friendly and always available to meet you on any way - to share their knowledge, their experiences and their resources with us. Out TA was Nick Borbe, truly amazing man who dedicated himself the most during our cohort and spent a lot after hours with us, especially during our final project weeks. Big thanks to this awesome guy!Speaking of people who gave the most knowledge and their precious time to us, besides Nick, there’s one more name there - Nizar. His pure passion for this profession can be seen and felt from the far, and his ability to solve your issues just by taking a short look at your code is just amazing.In the very end, there was the hiring fair. Our placement manager Daniel Brito gave us a lot of useful instructions and we spent a week preparing for the upcoming interviews with him and his guest speakers. So overall, I don’t regret a second for choosing Ironhack. Spending six months with a group of great people who share the same passion and taking this road with them, was the best decision I made. I would highly recommend taking this course to anyone who has interest and passion for web development.Read Less",Part-time Web Development,Web Development +239950,10828,ironhack,Daniel Hoffens,False,2016,An Entry to Software Engineering on the Web,2017-11-22,5.0,5.0,5.0,5.0,"I first heard about Ironhack because I lived close to their Miami campus and saw they were having a workshop on HTML/CSS. I had done some basic web dev back in school but hadn't touched it in years. Being in the classroom for the workshop brought back... Read More all the fun I had in initially building awful looking myspace pages and the like using only a laptop. I was hooked.I soon applied for the full-stack web bootcamp, leaving a good job at the time because I knew this bootcamp would take me in the direction I wanted to go. I wanted to be able to build applications to help my teams and clients, and knew that I had enough curiosity and perseverance to actually likely make it happen.This bootcamp is no walk in the park. I quit my job, didn't go out with friends, and focused as much of my energy as humanly possible on grasping the changing concepts. Each day we had a morning lesson, exercises, an afternoon lesson, and then a night project. While instructors did help those in the class that were falling behind, the class moves fast and you have to give it your all to progress. The instructors were not only an intelligent, hardworking group, they took care of each question that came about, and often stayed after hours to help with projects, going far above and beyond. The classmates were a driven bunch. It was exciting seeing each person, coming from vastly different backgrounds, excelling and struggling at different stages.After the bootcamp, we all make one final application during a 2 week sprint, and then present these to Ironhack and the community, a group of maybe 80-100. Afterwards networking happens and then its on you! I found a full stack web developer role a few months after graduation, through a recruiter friend of mine from back home. This did require me moving back to Philadelphia from Miami, which was a little sad but it is a reality. Please don't assume that you will immediately find a job right where you studied, you may have to pick up and move to find something!In conclusion, I highly recommend the Ironhack experience. You will learn the basics of full stack web development. You will learn how to make real, production applications. You'll learn about the nuances that are in modern web development, and learn what you need to learn next. If you work hard enough, you will be able to convince hiring managers that you are now an entry level software engineer.Read Less",Full-time Web Development Bootcamp ,Web Development +239900,10828,ironhack,Szabolcs Lukacs,False,2017,Muchas Gracias Ironhack!!!,2017-11-22,5.0,5.0,5.0,5.0,"Antes de Ironhack trabajaba en turismo. Mi puesto era Guest Experience Manager en el Melia Paradisus Varadero en Cuba. Me gustaba mucho, los retos diarios me hacían crecer como persona y encontrar nuevas maneras de solucionar problemas en un País en pleno... Read More desarrollo. No obstante la programación desde siempre tenía un lugar especial en mi corazón y a la vuelta de Cuba buscaba la manera de cumplir con este sueño. Encontré IronHack y sabía que era lo que buscaba. IronHack tenía todo, el networking, los profesores y un muy buen plan de educación. Basado todo en lenguaje de programación JavaScript, me abrió la puerta para entender como funciona todo lo que pasa por detrás de una aplicación e incluso crear mis propias aplicaciones. Aprovechando estas nuevas aptitudes, ahora mismo estoy colaborando con varios compañeros para lanzar dos aplicaciones web y trabajo en una empresa en Madrid como Front-End-Developer. Estoy muy agradecido a IronHack por el labor que hacen, dando estas oportunidades y abriendo puertas al mundo del development.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +239899,10828,ironhack,Arturo Filio Villa,False,2017,Best Bootcamp in the US!,2017-11-22,5.0,5.0,5.0,5.0,"I came to Ironhack after changing my carreer from the logistics industry. What called my attention of Ironhack's program is that they are up to date with the most recent technologies.They teach you How to Create an application with MongoDB, Angular2,... Read More Node.js, Express.js, Bootstrap, HTML5, CSS3, Ajax, APIs, jQuery and some other technologies.They not only teach you all the technologies listed above, they teach you all the treack and details to be taught. The staff is amazing, the lead instructor is a CIS graduate and has been programming a very long time, he is the best of the best. The TA's are also really knowledgeable and ready to help. The staff is amazing and very well prepared, very higly prepared people.The placement Manager, Brito, is amazing. He knows everyone in the tech scene. He prepares you and how to be the perfect candidate and assists you in your job hunt.There's also a hirefair at the end of the bootcamp where you meet a lot of potential employers, which is also an amazing source to get a job right after the program.And the building were you code everyday is one of the best facillities I've ever seen. It's just so nice to be there and stay there.Most importantly, you leave the bootcamp knowing how to code fullstack with very cool and original projects that you do during the course.I recommend this bootcamp 100%, the best of the best!Read Less",Full-time Web Development Bootcamp ,Web Development +239898,10828,ironhack,Juan S Duque,False,2017,Best decision of 2017,2017-11-22,5.0,5.0,5.0,5.0,"I decided to enroll in Ironhack’s part-time course to communicate more effectively with our development team for my business, Gaming Frog. Ironhack gave the tools and knowledge to understand how the development process of any web application works. The... Read More best part about Ironhack has been expanding my understanding of programming. Every time we started a new module things started to make a lot more sense to me in the projects I manage. Another of the best parts about this program has been getting to know you classmates, in part we became a family. It’s always a great experience to share time with mind alike people.Read Less",Part-time Web Development,Web Development +239887,10828,ironhack,Keri,False,2017,Just Do It!,2017-11-22,5.0,5.0,5.0,5.0,"I was at a fork in the road when I first started researching Ironhack, I wasn't sure what direction was the right one for me. After speaking/meeting with the staff, they were extremely helpful in order for me to make the right choice for my goals and... Read More interests in the most non-pressuring way. The whole entire staff was readily available and willing to help me from start to graduation and I will be forever grateful for them and the knowledge/skills I have gained from IH. Finding UX/UI was like finding my soul mate, and without IH I most likely would have had the chance to find my passion and make a career out of it. From our fantastic campus, brilliant instructors, and speakers this life-changing experience cannot be summed up in one tiny review...all you need to know is...just do it, okay! You won't regret it!Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +239886,10828,ironhack,Dina Korkmazova,False,2017,One of the best experiences in my life!,2017-11-22,5.0,5.0,5.0,5.0,"Joining UX/UI Full-time Bootcamp in Miami this summer was so sudden but so smooth. I was looking for changing my career in business administration to tech. UX was a perfect fit! All Ironhack staff was so professional, nice and responsive, that I easily... Read More took a decision to change pretty much everything in my life. 8 weeks in bootcamp were very intence-apart of learning all the basic and must-have skills and tools, I've learned how much I can extend myself to achieve my goals. Instructors-who are ninjas in what they are doing, guest speakers, our TA Horacio-always super helpful and even the space where the course took place- Building.co in the heart of Brickell- made Ironhack bootcamp one of the best experiences in my life!I know that it was just a start of my career in UX/UI, but it was a kick-start!Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +239869,10828,ironhack,Manuel del Pino Lucena,False,2017,Ironhack Experience,2017-11-22,5.0,5.0,5.0,5.0,"I came to Ironhack from a completely different background. Having studied business I never thought I would end up programing. That world seemed far too complicated, and I thought it was too late to begin now. Reading about the subject on the internet... Read More I found out about Ironhack, a bootcamp which ensured that anyone could program.I was a bit sceptical in the beginning, but at Ironhack they proved me wrong. After 9 weeks of intensive programming I ended up creating a videogame, a film repository and a web app to learn about blockchain technologies! It has been truly an unforgetable experience. Ironhack has incredebly innovative methods of teaching and I have met wonderful people.This experience has given me a technological background which opens the doors to opportunities which I did not have before. THanks to programming and my business background I can do whatever I want now!Read Less",Part-time Web Development,Web Development +242147,10828,ironhack,Thomas Beguin,False,2017,Best decision of my life,2017-11-21,5.0,5.0,5.0,5.0,"For as long as I can remember, I have always been interested in computers. Very soon I was already breaking my Ubuntu on purpose, just so I could repair it later, which was very easy at the time since you had to actually compile 80% of all the soft from... Read More source ! I then had a few dark years as a teenager/young adult, which basically anhilated my ability to think or engage into anything meaningful for myself. Fortunately I grew out of it eventually but my life choices had led me in a completely other direction.... International business. Being bored with school, I actually started to work full time at the Royal Philharmonic Orchestra of Liege , for what was supposed to be a few weeks, but ended up as the whole season. Then, that's when everything changed...But not your traditional ""It was a magnificent Friday of August..."". I was just hanging on the web, reading some kind of tech news, and completely by chance, stumbled upon ""Ironhack"" and two others ""Bootcamp"" as they called it. A few articles later,I took a gut guided decision to actually take my chance and applied on the spot to 3 different bootcamp across Europe, completely impervious to the life altering consequences this ""Why not?""gave rise to.I loved it so much I spent all my days week-ends included at the school and now that it's over, I wish it would have lasted longer !Read Less",Full-time Web Development Bootcamp ,Web Development +239620,10828,ironhack,Thibaut,False,2017,Great way to make a career shift!,2017-11-21,5.0,5.0,5.0,5.0,"I was looking for a way to make a career shift from marketing to web development. After following classes online for a while, I decided to attend a bootcamp to deep-dive into it. Here, you'll think, talk, breathe and even dream code for 2 months. In my... Read More opinion, there is no better way to learn than this. It's a lot of work, but it's well worth the effort.The best thing about Ironhack is by far the teachers: they're always available with great advice, tips. And most of all, they have an amazing capacity to explain even the most complex concepts in terms that anyone can understand.If you're looking for a way to immerse yourself into web development, then this is a great choice for sure. The technologies you'll learn are state-of-the-art, and a great entry point into this career path.Now that the course ended, I'm currently interviewing for a variety of roles spanning from Frontend/Fullstack/Backend dev to growth engineering to project/product management. I'm confident this will lead to an interesting new career.Attending Ironhack has been a great experience, and I'd do it again in a heartbeat!Read Less",Full-time Web Development Bootcamp ,Web Development +239833,10828,ironhack,Frederic,False,2017,"You're looking for a bootcamp in web dev: don't look anymore, IronHack is the ONE",2017-11-21,5.0,5.0,5.0,5.0,"To simply explain my journey at IronHack: I knew nothing about JavaScript 3 monthes ago, and now I'm working on a project started at IronHack with still some help from the staff!Lessons are intense but great with a really good atmosphere where each student... Read More helping each other to get the better of themselves! the teachers are awesome and they work REALLY hard to provide us with the best material. They are always available and willing to help you to understand what you are doing, even the weekend! That's unvaluable !!The curriculum focuses on JavaScript: Great and very powerful technology, with VueJs it allows you to build great product in no time but with a lot of work ! The best thing with IronHack : you are abble to keep learning and you benefit with a great and constant help from the teachers.If you want to deep in the code, IronHack will provide you great tools and support to do it. It's hard work but it's worth it !!! And cherry on the cake: you will meet great people (students and teachers...and the IronHack staff)!Read Less",Full-time Web Development Bootcamp ,Web Development +239835,10828,ironhack,ResHMA,False,2017,One of the best Bootcamp,2017-11-21,4.0,4.0,0.0,0.0,"It is indeed very good Bootcamp which gives you an excellent medium to become a Developer.It is an incentive bootcamp in the sense that during 8 weeks you will not get any time for family , other activities, you are required to be 100 percent involved... Read More in it. Long working hours, homework and coding practice take all your time even during weekend.Don't forget to do prework before joining IronHack bootcamp , its really useful. It makes your life easier during the initial lessons.All tutors are very intelligent and helpful. They create friendly environment for students. They make sure that you have understood each and every concept. They are also easily accessible in case if you have any question or if you need some extra lessons even during weekend.Read Less",Full-time Web Development Bootcamp ,Web Development +239815,10828,ironhack,Jad,False,2017,Awesome bootcamp!,2017-11-20,5.0,5.0,5.0,5.0,"I joined Ironhack looking to make a career change (from Finance to Web Development), and it was my best decision of 2017! The bootcamp is great, you'll learn all you need to build modern web applications with a client-side and server-side architecture.... Read More The team is great, super-available, and always looking for ways to improve our experience (regular one-on-ones, cool events, interesting talks...) so if you're looking for a bootcamp in Paris, do not hesitate! :)Read Less",Full-time Web Development Bootcamp ,Web Development +239116,10828,ironhack,Liudmyla Iefremova,False,2017,"It was awesome!!! Great team, a lot of useful info and materials - Ironhack Web Development Fullstack Bootcamp!",2017-11-20,5.0,5.0,5.0,5.0,"Really great experience! It's not easy, but it definitely worth efforts! The teachers are very helpful. We learned everything about ""state of the art technologies"" to be able stand up and running in web development.If you thinking about trying bootcamp... Read More - make sure to check up Ironhack. Lessons on English, friendly team, a lot of useful information.There is few weeks of prework - it is much better to do it thoroughly, before bootcamp starts.In my expirience, first week was deceptively too easy, after that the real challenge started.I was amazed how many everyone in my group learnt and did after the first project, and now - after the end of the bootcamp - I'm really impressed about how many we practiced and learnt.We were lucky to have a co-hacking project in the end to make one more project.The team are helpful with ""job support"" - CV, training for interviews, organizing job interviews etc - but because I'm searching for job outside France - I cannot be fully objective))Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +239813,10828,ironhack,Valentin Perot,False,2017,Awesome,2017-11-20,5.0,5.0,5.0,5.0,One of the best experiences of my life! Very engorgeing by starting this bootcamp but step by step the staff and the students were able to put me at ease and to boost me in the moments of weaknessesAnd then the Paris team is just magic thanks to them... Read More for these two months of madness!Read Less,Full-time UX/UI Design Bootcamp,UX/UI Design +239682,10828,ironhack,David P,False,2017,Great Curriculum + Outstanding Teachers & Staff + Super Cohort = Amazing Experience,2017-11-19,5.0,5.0,5.0,5.0,"This really was an outstanding experience on so many levels!First, IronHack makes sure the curriculum is in synch with the latest developments in the tech industry (think ES6, Vue.js, Bootsrtrap etc.) so you end up with skills that are relevant on the... Read More market.As a matter of fact, a bootcamp is very intense, so be prepared for a rough ride, with much knowledge to absorb, a good dose of frustration and a few doubting moments to overcome. True, the learning process is exhilarating at times and painful at other, but always keep the faith that with time and practice you will progress, understand and succeed. A bootcamp can fit many profiles from total newbies (as the former me) to people with some knowledge of computer science or that have already dabbled with programming. Hence, our cohort was quite heterogeneous in terms of levels and goals, but it created a healthy emulation where co-students and assistants were always supportive to students that were most challenged.Ultimately, as a student I am amazed by how much we have learned and achieved in a span of only 9 weeks. Yet, it is also very humbling to realise that there is still so much more to learn and that some advanced topics are just out of the reach of jr. devs. One thing I realised as well, is that programming is a craftsmanship that requires hours upon hours of practice and hands-on experience and no one can become a programmer overnight. Nevertheless, a bootcamp is simply the perfect kick-starter that will provide you with the basic skillset to be able to learn by yourself. Note that If your goal is to be recruited as a jr. dev after the bootcamp, which ws not my case, I strongly recommend that you enter the bootcamp as much prepared as possible (do online tutorials, watch YT vids, check as many resources as possible etc.).In a nutshell, I can assert that thanks to IronHack I have grown from code illiterate to code literate, which is truly life-changing.Hats off to the staff for, although we were only the second Parisian cohort, the bootcamp was already a fine-tuned machine very well connected with the French tech ecosystem. A very special mention to the teaching staff (teachers and assistants) who were extremely skilled and whose dedication was just out of this world...Pricing wise, definitely reasonably priced for its value and a well worth investment.Read Less",Full-time Web Development Bootcamp ,Web Development +239662,10828,ironhack,Miriam Valero,False,2017,The Best Experience,2017-11-19,5.0,5.0,5.0,5.0,"Lo que me animó a hacer Ironhack fue la necesidad de un cambio, la universidad me dio mucha teoría pero cero práctica y no me veía capaz de incorporarme al mundo laboral, tan adulto como me parecía. En cuanto a contar de Ironhack, la verdad que sólo puedo... Read More decir cosas buenas, el equipo es una maravilla, ha sido mi familia en Madrid durante estos dos meses y siempre dispuestos a echar una mano con cualquier cosa; en cuanto al curso, genial, empiezas la primera semana poco a poco y cuando te quieres dar cuenta, estas luchando contra el último proyecto, con unos conocimientos, ¡que parece que llevo programando 3 años (mínimo)! La experiencia, mejor que bien, de verdad, es que me ha cambiado la vida ""radicalmente"" en dos meses y medio, llegue a Ironhack con miedo en pleno Agosto, y ahora en noviembre llevo 2 semanas trabajando de desarrolladora FullStack, confiaba en Ironhack, pero no pensé que sería tan rápido.Y en cuanto a lo que he aprendido, mucho, ya no sólo he aprendido JS y a todos sus amigos, si no que también he aprendido a seguir investigando, y así puedo seguir formándome yo sola, que en el mundo tecnologico, o te renuevas cada día o te oxidas, y eso lo he aprendido allí con vosotros.Read Less",Full-time Web Development Bootcamp ,Web Development +239664,10828,ironhack,Anonymous,True,2017,Full time web dev,2017-11-18,4.7,5.0,4.0,5.0,"I had a fantastic time at Ironhack and learned so much. Nizar is one of the two best teachers I've ever had and I have been in school for way too long.The effort he puts in is admirable and motivating.Kevin and Gus were very kind, helpful and ego-boosting... Read More TAs and I appreciate them immensely.The Ironhack staff is amazing, Alia and Marisa, you two are integral to the success of one of the best bootcamps worldwide.Brito is a really awesome guy, he truly cares and he will do his best for you. And he has some quotes that you will remember your whole life.I was hired as a developer after the course and this would not have been possible without Ironhack. A fair word of warning however: you must dedicate yourself entirely and you must love programming. You will have to go above and beyond what is taught in class to be competitive in the job market. And once you have finished these two months, you will realize how much there is left to learn; it never ends, so be prepared and make sure this is your passion.Thank you to all of Ironhack!!!Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +239637,10828,ironhack,Anonymous,True,2017,UX/UI Course,2017-11-17,4.3,5.0,3.0,5.0,"Overall, I had a great experience at Ironhack. The most important things I learned were how to use Sketch and how to get outside of your own needs and really focus on user needs. I think Alex Souza is a real asset to the course. Horacio was a really great... Read More guy, but overall I don't think he added much value to the class. One of the best parts of Ironhack was getting to know my classmates to whom I still speak almost daily. Brito was such a champion for our class and making sure everyone landed a job, I'm very grateful for that. I think Ironhack really gave me the skills to start a career as a UX designer, however, I don't feel the course covered UI very well.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +239721,10828,ironhack,Daniel Soraluz,False,2017,"If you want to learn to code, go to the other guys. If you want to become a developer, come to Ironhack.",2017-11-17,5.0,5.0,5.0,5.0,"After giving joining a coding camp much thought, I decided to pull the trigger and join Ironhack’s Full-time Web Development Cohort (Miami) in January of 2017 and I must say it one of the best decisions that I have made to date. I enrolled with the intent... Read More to only further my skills as a developer and put myself in a better position to enter the market as a professional but I walked away with so much more.Anyone throwing around the idea of joining a coding bootcamp has to do their due diligence and really be sure that they get all the information they can on the camp before committing. So as an alumni I am putting myself back in the shoes of a prospective student and will shed light into some of the pressing questions that are sure to be on the mind.Investment: Any coding camp is going to be a sizeable investment in not only money but time as well. Anyone who is toying with the idea of getting into coding and has not yet attempted to learn on their own is running the risk of losing on this investment. A prospective student should be absolutely sure that a coding camp is the right choice for them because the last thing you want to do is be tippy toeing around the idea of a life as a developer only to have gone through the bootcamp and realize that maybe it wasn’t all that you built it up to be in your mind. Look at all of the free resources (Google, YouTube, etc.) and at least attempt to learn on your own beforehand. A career in development is one that involves life long learning so I have to emphasize that you ask yourself if you are considering this bootcamp for the right reasons (i.e. genuine love for development and not the money chase).Curriculum: Ironhack is constantly keeping an eye on market trends with regards to the skills employers want in to see in Junior Developers. In 2017 they decided to take the web development curriculum from one that was Ruby centric to one that teaches Full Stack Web Development (MEAN) with Javascript. This right here is big because it makes you more attractive in the eyes of potential employees as the demand for these skills high and you are given the foundation to go off and build the next big application or at the very least understand how the most popular applications (Facebook, Twitter, LinkedIn, etc.) are built.Course Instruction: Nizar Khalife (Lead Instructor for full time Web Development course) is an experienced developer with real world experience who has a wealth of knowledge and is more than willing to share it if you are willing to receive it. He Knows the material like the back of his hand and you are going to wish that you had more than 9 weeks to pick his brain to extract all of his wisdom.Career Placement: Daniel Brito (Placements Manager) is someone who you need to have as a professional contact as he knows just about everyone in the Miami Tech scene. He worked many years as a Senior IT recruiter so he knows exactly what employers are looking for in Junior Developers. He is also someone who will bend over backwards for you by not only placing employers in front of you but will also show you how to hustle your way into generating quality leads for yourself. His career services are invaluable and are not to be underutilized. Networking: Aside from technical skills, there is networking aspect that launches you right into the heart of the Miami Tech scene. Ironhack has been able to build relationships with major companies and industry leaders that you can easily leverage once you are a member of the Ironhack family; student or alumni. If landing a job as a developer after taking the course is your goal (which it should be), skill alone will not get your foot in the door (unless you are gifted with genius level abilities). You also have to network and make yourself be known in the eyes of the community and Ironhack is your ticket into it.Daniel Brito and Nizar Khalife are invaluable resources that make Ironhack what it is and make worth the cost of the bootcamp. However, they are not alone in making Ironhack the machine that it is. The rest of the staff are an absolute joy and you will never feel like you are just another dollar in the pockets of another organization. Everyone is extremely hands on and will go above and beyond to ensure that your experience is one that promotes your success.In my eyes, Ironhack is by far the best coding camp in South Florida that provides you will all the tools and resources needed to get a return on your investment.Read Less",Full-time Web Development Bootcamp ,Web Development +239722,10828,ironhack,Rachelle Dauphin,False,2017,One of the Best Personal Decisions for my Life by Far,2017-11-17,5.0,5.0,5.0,5.0,"I will say that attending Ironhack’s 9 Week Web Development Course has been one of the best personal decisions for my life by far. This is not an exaggeration. I chose computer engineering as my major in college to make my parents proud; however, computer... Read More engineers are about signals and circuitry, and I could not see myself pursuing a career revolving around this. I spent 2 years stumbling to find a passion, and eventually, I found it in coding.As a disclaimer, prior to the bootcamp, I gain some coding experience from college, and while unemployed, I attempted to learn HTML, CSS, and JavaScript basics through online resources, but I felt like my learning was sporadic and unstructured. I attempted to apply for programming jobs for six months, but after about 90 job applications, no one reached out to me. I felt discouraged, but I knew I needed to find guidance. Ironhack provided this guidance.The 9-week course was fast-paced even for a person with some coding background, so I strongly encourage students with no experience to learn basic JavaScript prior to the start date. The teacher, Nizar, was able to break down complex concepts into simple examples and analogies making them easier to understand. He also provided step-by-step implementation for web application examples. Each day, there are periodic breaks between lessons, so he and the TA can assist us throughout the class; therefore, everyone remains on the same page.The three projects at the end of each module were great opportunities for all of us to shine. I felt proud of my projects since the ideas came from myself, and I was the one (with some existence) who needed to break them down into coding solutions. Having a project at the end of each module helped solidify the skill sets learned in the current section and build on the previous skills. These projects were done in a short span of time (as short as one week) forcing us to learn project management skills.I had one issue that frustrated me and other students during project week. The length spent troubleshooting problems for individual students were far too long. Sometimes one student would take one or two hours of the teacher’s time fixing a feature while there was a queue of other students waiting for assistance. Because of this, during the final project week, I spent a lot of time troubleshooting issues on my own, and I was unable to complete most of the features in my project.After graduation, career week followed, and those seven days were very helpful. I learned strategies for job hunting, and I realized that those six months of no-follow-up job hunting was due to poor tactics. Our advisor, Brito, made sure to have multiple companies at our hiring fair. The hiring fair reminded me of speed dating where you only had twenty minutes per company! It was stressful and excited at the same time. From this hiring fair, I received 3 interviews, and I got an offer 2 weeks later. I am now an associate software engineer making twice as much money as I did a year ago, and honestly, I am excited about my career path as a developer.Read Less",Full-time Web Development Bootcamp ,Web Development +239701,10828,ironhack,Adrian,False,2017,A Great Investment,2017-11-17,5.0,5.0,5.0,5.0,"My experience was amazing. Iron Hack is really professional and thorough in setting you up for success. Nizar was the lead teacher for my Web Development course and he’s literally Dumbledore. He’s very intelligent and always available, but his patience... Read More and love for coding is what really is memorable. I don’t know if there can be anyone better to teach, he set such a high standard for me.Throughout the cohort Daniel Brito provides great presentations by notable figures in tech. Those provide a great perspective on what a tech environment provides from experienced insiders. After the cohort, Brito leads career placements. Though not guaranteed yet highly likely, he really sets you up for success to landing your first job in tech. Aside, he also leads the hiring fair at the end of each cohort grabbing a variety of companies himself...crazy.Read Less",Full-time Web Development Bootcamp ,Web Development +239718,10828,ironhack,Jamilet Zelaya,False,2017,A wonderful experience,2017-11-16,5.0,5.0,5.0,5.0,"There is a reason why Ironhack is rated so highly. They really do take you from 0 prior experience to building full on websites in 9 weeks. I can't say enough good things about Nizar. He is an absolutely amazing instructor, very patient, kind, and gives... Read More his all to ensure all of his students are successful. He will never abandon you when you're truly stuck, and sit with you and make sure you understand. He is also genuinely hilarious which helps a lot when learning how to code. I am very grateful to Nizar, he helped me so much throughout the duration of the course.Our TA, Kevin was also very wonderful. He worked very hard to keep up with all of our questions. Even when he wasn't sure of the answer he sat there and would work together with you to figure it out. He also wasn't afriad to leave us to figure things out on our own when he knew we were capable. I appreciated that. Sometimes we also had Dapper Dan as our TA, he was also super helpful. The staff at Ironhack is great, everyone is very kind and friendly. You really get that feeling of famiy while you are there. Brito, our Placements Manager is also equally amazing. He really does make himself fully available to you to help you get a job. Just to be clear, he's NOT there to do all of the job-hunting work. That's all on you. If you need suggestions, advice, need to prepare for an interview, or pretty much anything else, he's there for you. Overall, I highly recommend Ironhack. I want to send a huge thank you everyone at Ironhack for all of your hardwork!Read Less",Full-time Web Development Bootcamp ,Web Development +239663,10828,ironhack,Marlon Martinez,False,2017,Life changing experience,2017-11-16,5.0,5.0,5.0,5.0,"If you're thinking about getting into the Web development field and you don't have a clue where to start, this is exactly the school that you need in order to start a successful career as a web developer. I not only learned how to code and build amazing... Read More websites and web apps but also was pushed me to learn every day something new that later on will become a new set of skills. The instructor, Nizar, was well prepared and knowledgeable about all the topics shared during the boot camp, and whenever somebody didn't understand something without thinking it twice he will stand right next to you and explained it, making sure that you fully understand it before moving to another topic. The IronHack staff was amazing and very friendly, at the point that going to IronHack really felt like going to visit your loved ones. With a really nice kitchen, big terrace, and sky view, you will be able to work and enjoy in a really nice and peaceful environment. Last but not least the guy in charge of job placement at IronHack, Daniel. If you feel insecure and afraid that you won't find a job right after graduation, please, don't worry about it! Daniel got your back. There are only 3 things you have to do in order to succeed and get a job in this field right after graduation: 1 - Listen to Daniel! He will give you very important info that will help you not only to find a job in this field but to get a job in any field.2 - Work hard! I will go to IronHack and spend 7 - 8 hours coding and as soon as I got home, I would continue working on projects and going over all the lectures.3 - Practice practice and practice! IronHack will give you the all the tools and knowledge that you would need to start a career in this field but if you don't practice and put the hard work now, later on, it won't get any easier and you need to create a ""practice & study"" discipline and routine.To wrap it up, IronHack not only will show you how to code but will also give you new sets of skills and disciplines that will change your life completely. I deeply love IronHack. It is without a doubt the best coding school!Read Less",Full-time Web Development Bootcamp ,Web Development +239647,10828,ironhack,Christian Estepa García,False,2017,Cómo aprender a programar y no morir en el intento,2017-11-16,4.0,4.0,4.0,4.0,"Cuando un amigo me recomendó Ironhack como método más fiable para entrar en el mundo del desarrollo web, el primer paso fue vencer el miedo a no dar la talla y no encajar en un mundo totalmente nuevo; después de pasar por el campus del Matadero y tras... Read More apenas 10 minutos, los miedos se esfumaron por completo; el buen rollo que se desprendía allí, hicieron el resto.Una vez dentro te esperan horas y horas de clase, de luchar contra la frustración codo con codo con tus compañeros, de llegar a casa y no poder pensar en otra cosa que no sean arrays, funciones, objetos y puntos y comas; el tiempo parece ir a otro ritmo y, en dos semanas, te plantas delante de 20 personas y presentas un juego completo que además funciona. Después de dos meses, cuando llega el final del bootcamp, te das cuenta de que solamente han pasado nueve semanas pero que parece que conozcas a tus compañeros de toda la vida. Las tardes en el Matadero, cerveza en mano y los buenos ratos que pasas allí dentro hacen que merezca la pena tanto esfuerzo; cuando después de la hiring week te llaman 5 empresas y acabas trabajando de algo que no has hecho en tu vida, aceptas que la recomendación era buena y no te queda más remedio que invitar a tu amigo a una buena cena.Read Less",Full-time Web Development Bootcamp ,Web Development +239365,10828,ironhack,Marc Palatsí,False,2017,Sin duda repetiría,2017-11-14,5.0,5.0,5.0,5.0,"Tenia ganas de aprender a programar en serio, a no tener que hacer un curso online sino a hacer algo intensivo y con gente a mi alrededor que me motivara a elevar mi nivel de programación en poco tiempo.Lo que más me gustó fue la actitud de la gente por... Read More aprender y la constante necesidad de superación que necesitas para sacarle provecho al curso.Mi experiencia global ha sido muy buena, sin duda repetiría si fuera posible. Creo que en 2 meses ha conseguido tener el nivel necesario como para entender como un desarrollador con experiencia afronta su trabajo y sus retos diarios. Además de aprender la parte del las tecnologías MEAN, en lo que más he aprendido es en a pensar como un desarrollador, a dividir los problemas de código en trocitos pequeños y a ir paso a paso resolviendo problemas grandes.Read Less",Full-time Web Development Bootcamp ,Web Development +239581,10828,ironhack,Francia De La Rosa Duque Hidalgo,False,2017,"Entre códigos y post its, existe Ironhack. Es sumergirse en una transformación personal y global",2017-11-14,5.0,5.0,5.0,5.0,"Conocí Ironhack por una charla sobre diseño en la que me apunté en Bcn, de hecho no tenía ni idea de que era UX, y me sorprendió, comencé a investigar mucha más información tanto de UX como de Ironhack y otras escuelas pero he de decir que en mi lista... Read More de PRO Ironhack iba sumando puntos, por temario, profesores, buenas referencias, cantidad de horas y reputación, así que decidí estudiar en Ironhack Madrid en la que considero una excelente escuela. Sinceramente es una experiencia holística una de las mejores de mi vida, conocí un grupo maravilloso de compañeros, profesores muy TOP que hicieron del Bootcamp una atmósfera de aprendizaje constante en el que la retroalimentación aún finalizado el bootcamp continúa siendo maravilloso y colaborativo. El aprendizaje es continuo, nunca termina es constante y mientras más curioso seas más cosas descubres y aprendes, una de las cosas que más me ha encantado es la investigación del usuario, ese research que nos ofrece tanta información que nos permite conocer a través de metodologías Lean, si existe o no viabilidad de negocio y como toda esta información se puede llevar a soluciones de diseño pensadas en el usuario que funcionen y generen gran impacto... Y cómo con puntos suspensivos no se cierran conversaciones, aventúrate y descúbrelo tú mismo!Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +239579,10828,ironhack,Daniele Germani,False,2017,Ironhack Web Development Bootcamp,2017-11-14,5.0,5.0,5.0,5.0,"Me he animado a hacer Ironhack,para tener un cambio de vida, y haberme sentido atraído siempre por la Programación, unido a buenas prescripciones de antiguos alumnos Ironhack y otros profesionales. Su formato me permitió poder dejar mi trabajo anterior... Read More y obtener los conocimientos necesarios en un tiempo record.Lo que me gusto mas es ,El compañerismo que se genera, la ayuda que nos hemos dado unos a otros para sacar adelante este proyecto.Y la verdad que la experiencia global,Es muy positiva, ha cumplido todas mis expectativas y he conseguido mi objetivo gracias a Ironhack.Todo lo que se ahora en cuanto a programación lo he aprendido en Ironhack, ya que antes era curioso en tecnologías pero como quien dice llegué ""virgen"" en conocimientos de desarrollo.Read Less",Full-time Web Development Bootcamp ,Web Development +239575,10828,ironhack,Emmaline Salles,False,2017,Great Experience,2017-11-14,5.0,5.0,5.0,5.0,"My experience at Ironhack was great. The company is organized and everyone on the team was super friendly. Nizar was an incredible instructor, there is nothing he doesn't know. Kevin, our TA, was also extremely helpful and always available. Brito, our... Read More placements manager, was a key part in my ability to get a job only a week after our career week. Definitely recommend this school!Read Less",Full-time Web Development Bootcamp ,Web Development +239558,10828,ironhack,Marifer,False,2017,An incredible experience,2017-11-14,5.0,5.0,5.0,5.0,"Ironhack was one of my best experiences, a great personal and professional transformation.The environment and the teachers are incredible, from the first moment you get soaked in the course, it is intense, but all this you carry with the help of your... Read More classmates, because not only learn from the teachers, but also from them, that's something you don't have when you study online, and the difference is very noticeable.Read Less",Full-time Web Development Bootcamp ,Web Development +239482,10828,ironhack,Patricia Pérez Ortega,False,2017,Awesome life experience,2017-11-13,5.0,5.0,5.0,5.0,"Ironhack has completely changed my life. I'm studying a degree in Computer Science and Business and I can assure you that the experience is totally different. At Ironhack, people are like family, there is a great community behind it. Teachers, the staff,... Read More and classmates are incredible. The materials are continuously been updating and the learning by doing philosophy prepares the students for reality, learning the last methodologies, technologies, and tools by using them, making projects along all the bootcamp.I'm super happy with the decision I made, making the bootcamp is one of the best decisions I've taken in my life. It has changed my life and my way of seeing it. Are you prepare for the challenge of your life?Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +240847,10828,ironhack,Vaida Pakulyte,False,2017,Great experience and tons of practical stuff!,2017-11-12,5.0,5.0,5.0,5.0,"Ironhack experience was very valuable and useful for me as a marketing specialist. I can apply the best practices of user-centric design on a daily basis, implement ideas because of the tools that I have learned and also defend the ideas in a constructive... Read More way. The teachers were helpful and professional, which really helped to improve throughout the intensive course. There is also a great sense of community at Ironhack - everyone comes here to learn, to gain new skills and make a change in their career path, therefore we all work towards one goal and encouraged each other. All in all - recommend it to people who are not afraid to work tons and dedicate 100% of the work produced, because that's the spirit of Ironhack!Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +239478,10828,ironhack,Ryan Wang,False,2017,Best Investment I've Ever Made,2017-11-10,5.0,5.0,5.0,5.0,"The Big PictureWhy is the United States known as the land of opportunity? Because you get out what you put in. If you work hard, you will be rewarded. The American system rewards those that are willing to hustle. Ironhack is the land of opportunity. An... Read More opportunity to learn a high-paying, technical skill in 9 weeks and get a job doing what you love. This opportunity, however, is only available to those who are willing to put in the work. Before I joined Ironhack, I was worried that no matter how hard I worked, I wouldn't be prepared because maybe the curriculum was teaching the wrong skills, maybe the bootcamp didn't have strong business relationships in the community. I was proven wrong. Ironhack has far exceeded my expectations.The InstructorOur instructor in Miami was Nizar. This guy will go above and beyond to make sure you understand everything that is being taught.I learned from him in 9 weeks what would've took me a whole year to do by myself. He will spot bugs in your code so quickly it'll make you feel stupid. But this is good, because he will get you from point A to point B much faster. He's half the reason why you're paying $10,000. The more questions you ask, the more you bug Nizar before class and after class with questions, the more you'll understand, and the more money's worth you'll get from this bootcamp. And Nizar will always be willing to help.The Placements ManagerThis is where the other half of your money is going. If you put in the work, this man will get you a job. They call him the plug in the Miami tech community, but we call him Brito. During my cohort, this man managed to invite 17 companies to the hiring fair. Not only that, he's got connections in tech companies you've never even heard of. He works his ass off for you to get a job. And that's exactly what you want. He'll help you with your resume, on your job search, on building a network, on getting to the right person in the right company... Anything you can think of during the job search, this man got you covered. The StaffEveryone at Ironhack is on your team. Everyone is family there. Anything you need, they got your back. The most impressive thing to me is how they ask for your feedback on the class every single week. They sit down with you if you have any compliants and they really make you feel like they care. I believe that with every year, each cohort will get better and better.Warnings before you apply:No one is there to hold your hand. If you slack off, no one gives a damn. You're just competition to everyone else in your class for the same jobs. If you join, make sure you love to code. Make sure you're willing to commit at minimum 12 hours a day to the bootcamp. Make sure you're willing to continue to work without anyone looking over your shoulder.If you join, aim to be in the top 10% of the class. That's the only way you'll be in demand. Do the pre-work. Master the basics, and get a head start in the class. Built connections with people. Go to events, speak up at talks, ask great questions. The connections you build in this cohort will last you a lifetime. Ironhack changed my life, and if I knew how much value they provided, I would've gladly paid double for the tuition. Ironhack gives you the opportunity to be rewarded for your hard work. And you will be rewarded.If you're not ready to work hard and make sacrifices, you're wasting your time.Read Less",Full-time Web Development Bootcamp ,Web Development +239353,10828,ironhack,Luis Carlos Perez,False,2017,Iron magnificent!,2017-11-08,5.0,5.0,5.0,5.0,"An experience that I would repeat again! Not only the content of the classes is top, but also, the environment and the teachers are amazing.When I arrived to the bootcamp my knowledge about web development was very limited, after I finished, I felt very... Read More happy and comfortable with all the tools and content we saw during the bootcamp. Take the chance and happy coding ;)Read Less",Full-time Web Development Bootcamp ,Web Development +238887,10828,ironhack,Alejandro de la Fuente Rincón,False,2017,Bull's-eye,2017-11-07,5.0,5.0,5.0,5.0,"More than 400 hours of intensive learning, emotions,teamwork and all this programming and alsodeveloping your own projects.All a recommendation for anyonewho wants to devote to this art and want to learnthe most advanced tools of web development.https://www.linkedin.com/in/alejandrodelafuenterincon/... Read MoreRead Less",Full-time Web Development Bootcamp ,Web Development +237240,10828,ironhack,Lucas Fernandez Bodereau,False,2017,Ironhack rocks!!,2017-11-07,5.0,5.0,5.0,5.0,"If you want to take a professional leap in your digital career, this is the right place. Not only for the content that is provided and their professionalism but also for the community that ironhack is immersed and continues growing. Take the chance and... Read More you won't regret it!Read Less",Full-time Web Development Bootcamp ,Web Development +237203,10828,ironhack,Yadira,False,2017,Fast and Furious,2017-11-07,4.7,5.0,5.0,4.0,In 8 weeks I've learned a ton. Don't make any plan for this 8 weeks because you're going to live inside this big family.,Full-time UX/UI Design Bootcamp,UX/UI Design +239378,10828,ironhack,Manuel Avello,False,2017,This is IRONHACK!,2017-11-06,5.0,5.0,5.0,5.0,"What can be said about Ironhack that has not been already said? In a world plagued by universities with obsolete educative methods, Ironhack offers a new style of course, perfectly tailored to suit the real demands of the labour market.In order to be... Read More as useful as I can I will describe my personal experience. I arrived to Ironhack from a completely different background, having studied Law and Business. I first delved into the world of computer programming a few months before, but there seemed to be too much material and no structure. It was then that I found this bootcamp.What do I value most of Ironhack:1. Their course is designed to empower you, and teach you to teach yourself programming. Ironhack gives you the means to learn by yourself.2. The course is very particularized, and you are given support and close feedback. After all, they have a ratio of 1 teacher for every 8 iron hackers.3. The iron hack community. Ironhack is an experience which transcends education and it certainly does not finish after the bootcamp ends. Not only does it offer a hiring week, increasing the probability of finding a job, but you form a growing community of Ironhackers, with extensive knowledge in all areas of software development.Beware, It is no an easy experience. In the 9-week-long course you will face frustration in all its shapes and forms. However, would it be worth it if it wasn’t so demanding? If you are tired of your job, are thinking about learning software development, or starting your own business, Ironhack gives you a head start in an industry which is growing increasingly year after year.PD: Don’t bother in trying if you are lazy.Read Less",Full-time Web Development Bootcamp ,Web Development +239363,10828,ironhack,manuel avello,False,2017,The Best Bootcamp in Europe,2017-11-06,5.0,5.0,5.0,5.0,"What is there to say that has not been said already about IRONHACK? In a world plagued with universities that offer nothing but obsolete education methods, IRONHACK poses a game-changing alternative to those who are tired of wasteful and out-of-date courses.... Read More I can't be happier of having enrolled and joined this family. I call it family because IRONHACK is not limited to the education it gives. It is an experience which transcends education, in which the student is given support in every sense. Sure it is a tough experience. But would it be worth it if it wasn't? During the 9-week-long Web-Dev bootcamp you will face frustration in all its shapes and forms, specially if you are a newbie in software development. Looking back I find astounding how much I have learnt. A solid 10/10 experience which I deeply recommend.PD: do not even think about joining IRONHACK if you are lazy!Read Less",Full-time Web Development Bootcamp ,Web Development +239349,10828,ironhack,Carina Ramos Lázaro,False,2017,Totally game changer!,2017-11-06,5.0,5.0,5.0,5.0,I've finished Ironhack's UX/UI Design bootcamp last month and it was totally a game changer in my career.I have a background in marketing and I decided to change my path to user experience design. Ironhack offers not only the most updated content with... Read More the best teachers but also generates a great community and networking with former students and professionals.I got a new job in my new career thanks to this course! I strongly recommend it! :)Read Less,Full-time UX/UI Design Bootcamp,UX/UI Design +239320,10828,ironhack,Ernesto Rodriguez,False,2017,Ironhack Web Development Bootcamp - Read For Details!,2017-11-04,4.7,5.0,4.0,5.0,"I graduated from the full-time Web Development (Miami) cohort in October 2017, and I had a very positive experience overall. Here’s the TL;DR of my review of Ironhack in bullet points, but I highly encourage you to read the rest of the post if you’re... Read More considering attending this bootcamp and want to get an unfiltered and real opinion from a recent grad who now works full-time as a Software Engineer.First and foremost, if you’re going to go into the web dev program, it absolutely has to be because you feel genuinely passionate about this field and working as a developer one day. If you’re doing this for money, you’re doing it for the wrong reason and at some point during the program you will realize you hate what you’re doing and you wasted $11K.Daniel Brito (placements manager) and Nizar Khalife (head instructor for the full-time class) are absolute gold and two people you will learn a ridiculous amount of great things from. Without a doubt, these two guys alone are worth the cost of the Bootcamp and, quite frankly, without them Ironhack Miami wouldn’t be as solid. Listen to them, let them guide you, they do know what they’re doing. The rest of the staff are also very nice and friendly people.Remember that no bootcamp is some sort of magical experience — the end result and your overall success in it really boils down to the amount of effort that you put in. And you have to put in more effort than probably any other endeavor you’ve taken on in your life. This is no exaggeration. Everyone’s lives are different, but do whatever you can to enroll in the full-time cohort and not the part-time. Doing this stuff full-time ensures you will be significantly more focused and with less distractions. Trust me, this is critical.To elaborate some more, Ironhack is a great experience that will without a doubt push you to your limits and make you feel outside your comfort zone almost constantly. This is a good thing, and it also means that the more passionate you are about being a developer, the more you will learn and the less frustrated you will feel when you don’t understand something. One way to know if you enjoy doing this stuff every day is to prep yourself before you decide to enroll (lots of free resources out there, Google it). You do that by making a daily schedule (as in, 5-7 days a week) where you spend at least a few hours each day learning to code and problem solve using JavaScript, HTML, and CSS on your own. Keep this up for a few weeks and you’ll get a better idea as to whether this is something you’d enjoy doing as a full-time job or not. If you walk into Ironhack with that level of commitment, you will definitely do well and you will also get along super well with Brito and Nizar. Brito in particular is someone who knows almost everyone in the tech community in South Florida, and he's also a great guy to talk to. He’s the person who will bend over backwards for you to help you find a job, help you grow your professional network, and give you all sorts of actually useful advice (no fluff or BS) on anything from job hunting, to résumé building, to how to talk to potential employers. But this is only going to happen if you’re dead serious about the program and finding a job afterwards. He is NOT there to do the work for you, you first gotta put in the effort, you gotta hustle, and you gotta love what you’re doing. Nizar is the one other person you want to listen to and learn from. The man has a substantial amount of real developer experience and the ability to almost glance at a problem and tell you what’s wrong with your code and what you can do to fix it. He’s also extremely patient and very good at helping you understand abstract concepts. Overall a fantastic instructor.All in all, this is the best bootcamp in South Florida, by a long shot. Ultimately, it’s up to you and no one else how successful you are in the program and whether you find a job at some point later. Brito and Nizar are priceless. And if you like what you read in this review and are willing to work really hard, then don’t waste any time and reach out to Ironhack!Read Less",Full-time Web Development Bootcamp ,Web Development +239291,10828,ironhack,Carlos,False,2017,Increible!,2017-11-03,5.0,5.0,5.0,5.0,"Ironhack ha sido una experiencia increible, una completa transformación personal!Es una decisión importante, y para mi ha sido la mejor que pude tomar para dar el cambio profesional que quería. Desde el minuto 1 estás inmerso en el curso, intenso, sin... Read More tregua, y todo ello lo llevas perfectamente gracias al equipo y ante todo a los compañeros. Al insistir tanto por su parte en el compañerismo terminas por crear una piña que va a una, y eso se nota mucho!Experiencia que volvería a repetir sin dudarlo!Read Less",Full-time Web Development Bootcamp ,Web Development +239282,10828,ironhack,Elías Mas,False,2017,UX UI Design Ironhack Bootcamp,2017-10-31,5.0,5.0,5.0,5.0,"Before entering Ironhack I worked as a Civil Engineer and I felt it was time for a change. I was always interested in the tech field and after pondering several options I decided to enrole in the UX UI Bootcamp as I felt it was the right fit for me, not... Read More only because of the topics covered but also because of the immersive study plan. My advice to future students would be: prepare to say good bye to your social life for eight weeks, but also prepare to enjoy. The syllabus is compelling and work oriented, the teachers are fully dedicated, and hopefully you´ll meet people as amusing and interesting as I did. And last but not least: Ironhack´s staff will get you in touch with people and companies working in the field during the last week´s hiring event so you will hit the ground running. Rest assured that your hard work will most probably pay-off, almost all of my colleagues (including me) are now working in this rapidly growing field.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +239203,10828,ironhack,Jessica Cove,False,2017,Strongly Recommend,2017-10-26,5.0,5.0,5.0,5.0,"I approached this course in the same way that I approach life: with skepticism. If you are in a similar position, I recommend that you consider making the investment in the course.I entered the course thinking I was not a social person. However in this... Read More classroom, I was surrounded by a subset of likeminded people who were interested in bettering themselves. The environment is supportive, motivating, and, honestly, fun. Nizar was my instructor for the Miami Web Development cohort. He is kind, intelligent, and a truly gifted educator. He has the ability to meet you at the point in a process where you begin to lack understanding and adapt his explanation in a way that best suits each student.Brito’s guidance through the subtle nuances of negotiating employment in this field was invaluable. To my shock/horror, in tech your skillset alone will not get you the best job. It’s who you know and how they see you in terms of your personality, drive, and ability to learn (for which your skillset serves as evidence). Through his preparation, I was able to make contacts, secure interviews and perform in those interviews with a higher level of comfort and composure.Post Ironhack, I received several job offers, and I accepted a position at a company that cares about its employees and fosters growth from within. I have a fundamental understanding that will allow me to continue learning and sculpt my skillset to fit any area that catches my interest. In addition, I’ve made lasting friends and mentors of both my classmates and the staff.Tech is an incredible industry to work in. Job satisfaction, flexibility, advancement: it has it all. This course creates an entry point for you into this world, that for me, would have been otherwise inaccessible.Read Less",Full-time Web Development Bootcamp ,Web Development +239055,10828,ironhack,Victor Manuel Rodriguez Padilla,False,2017,Awesome,2017-10-24,5.0,5.0,5.0,5.0,"I had technical knowledge but the development was something alien to me, but I ended up programming at junior level. Own materials, own platform, an incredible team. 9 weeks of beautiful hard work. Incredible campus at Matadero Space in Madrid, and multidisciplinary... Read More space to foster culture of web developing.Read Less",Full-time Web Development Bootcamp ,Web Development +238958,10828,ironhack,Laia Lopez Franch,False,2017,What more could you want?,2017-10-19,5.0,5.0,5.0,5.0,"My experience at Ironhack was even better than I expected.I was a graphic and industrial designer but I did not dare with digital products. I did the UX / UI bootcamp and after only two months, I am already able to work on any technological project. The... Read More amount of tools and resources you get in these classes is overwhelming! so much that later I had to spend a couple of weeks assimilating and ordering in my head and my computer, everything learned.I was very lucky with the classmates, who came from very different profiles and contributed their knowledge in a kind and generous manner. From every person and every hour that passed, I learned things!But the most surprising thing was the number of job offers that I was able to apply with my new profile: ""Ironhack UX / UI Designer"". Through the contacts of Ironhack Hiring Day and Linkedin, I did about 20 interviews in the two weeks afterwards and I had to discard some offers! Amazing! Now I work for SAGE, an international company with very good working conditions. What more could you want?Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +238872,10828,ironhack,Claudia Duarte Zapata,False,2017,Amazing Experience!,2017-10-17,5.0,5.0,5.0,5.0,"Ironhack was an excellent experience for me! It doesn't matter what is your coding experience, teachers and TAs will teach you what you need, and even more. They are always willing to help, even when the class hours has passed. The staff in general make... Read More you feel part of the Ironhack family!Read Less",Full-time Web Development Bootcamp ,Web Development +238850,10828,ironhack,Alejandro Jimenez D.,False,2017,Best Educational Experience Ever,2017-10-16,5.0,5.0,5.0,5.0,"For me studying in Ironhack was something spectacular. Everything I experienced went beyond my expectations and imagination. I wish all the courses, schools and universities in the world were at least half as good as Ironhack is. I completely recommend... Read More Ironhack to anyone of any age willing to be part of a journey that you will never forget and that will make you feel proud of yourself. I remember myself sitting in the classroom not believing that the class was over and was time to go back home. I also remember feeling more confident with everything I was learning and being surprised by my teacher's skills and knowledge. Plus my classmates were great and I met a lot of nice people.Read Less",Part-time Web Development,Web Development +238833,10828,ironhack,Anonymous,True,2017,New passion found,2017-10-16,5.0,5.0,5.0,5.0,I came with little knowledge of programming and yes it’s a short period of time and it’s a lot of information everyday but it’s worth it.,Full-time Web Development Bootcamp ,Web Development +239152,10828,ironhack,Samuel Gonzalez Rodriguez,False,2017,College-breaks are x coding!,2017-10-16,5.0,5.0,5.0,5.0,"As a top business school student I had the opportunity to visit the HQs of GOOGLE, IBM, Salesforce and Microsoft. There was no visit in which they didn’t underline the importance of coding skills for the majority of positions, including sales and marketing.... Read More After this, I decided to change my fresher summer and go for the web-dev bootcamp at Ironhack.After these almost 3 months, I can say that this is a great plan for any undergrad’s summer.One of the first things you realize at the start is the great diversity of profiles at the bootcamps: from MBA students to entrepreneurs and freelance architects. I was one of the youngest Ironhackers but after a couple days I fell in love with and was part of this IRON-OHANA!The core part of this Iron-Ohana and the magic ingredient of the whole experience is the staff. As an aspiring entrepreneur I admire the fantastic team they’ve created in just a couple of years. They will be your friends, advisors and life-savers during the bootcamp!During the bootcamp I was constantly surprised by the fast progression in the field, though I’ve got to say that this is directly proportional to the level of effort you put in.It’s tremendously hard, but it does pay off! Now in the tech courses at uni I’ve noticed a great advantage and I’m also working on developing my bootcamp’s final project.There’s a piece of advice I’d give to every future Ironhacker: Don’t make the error of having other time-consuming activities during these weeks. Focus and you’ll go from zero to code-hero!Read Less",Full-time Web Development Bootcamp ,Web Development +239204,10828,ironhack,Art Yabkevich,False,2017,Life-changing experience,2017-10-15,5.0,5.0,5.0,5.0,In just 6 months of part-time course I learned enough to land my first job as a Javascript developer and motivated me to continue study and learning new stuff. I'm thankful to Ironhack for introducing me to the IT community and changing my life.,Part-time Web Development,Web Development +238760,10828,ironhack,Anonymous,True,2017,Great experience such limited period of time,2017-10-13,5.0,5.0,5.0,5.0,"The experience in IronHack has been the most challenging and attractive experience I have ever faced. A Bootcamp fully oriented to people who mostly has ever written a line of code, it is also a rich experience for people like me who has worked the last... Read More two years as Full-Stack developer. The bootcamp has helped to strengthen my weak spots in JavaScript basics and asynchronous paradigm knowledge. It's true that all that knowledge could be acquired surfing the net but working on it everyday helped me to become a great web programmer.Read Less",Full-time Web Development Bootcamp ,Web Development +238758,10828,ironhack,Fernando Rodríguez,False,2017,APRENDÍ MUCHAS MÁS PROGRAMACIÓN DE LA QUE JAMÁS HUBIERA IMAGINADO,2017-10-13,5.0,5.0,5.0,5.0,"1. Lo que me animo a hacer ironhack era aprender a programar ya que no tenía ni idea. Yo quería aprender a programar porque siempre se me ocurrían ideas para emprender pero al final no las emprendía por no poder lanzar una web, plataforma o lo que fuera.... Read More Pensé que o sabía programar o no iba a poder emprender nada por mi mismo y menos a esta edad sin recursos. Además, sabía que igualmente este conocimiento me iba a venir bien en un futuro de todas todas. Ya por último solo me quedaba elegir un buen curso, ya que una vez intente hacer algo de coursera pero pase, y me puse a buscar. A simple vista y sin tener ni idea el vuestro parecía el mejor. Luego resulta que acerté ya que aprendí mucho más de lo que me esperaba.2. Lo que más me gustó fue sin duda lo aprendido y el trato de compañeros y staff. Desde Marc y Papu, hasta los TAs, hasta LLuis, Álvaro, Anto, etc. Creo también que hacéis por facilitar un bootcamp cómodo en cuanto a cocinona, ironhack abierto siempre, etc.3. Mi experiencia global un 10 de verdad, sobre todo porque a parte de la amistad, ha sido la vez que más he aprendido sobre algo en poco tiempo y, esto era realmente lo que me interesaba, aprender.4. He aprendido básicamente todo lo que enseñabais y más. Yo creo que lo importante es saber luego manejarse como programador, ya que he seguido desarrollando por mi cuenta un par de semanas y he aprendido, por ejemplo, a gestionar los tokens para logins y eso entre otras cosas. Creo que las dos ultimas semanas me ayudaron a consolidar todos los conceptos y que, realmente las semanas de proyecto son importantes para aprender a moverse como un programador y saber luego sacarte las castañas del fuego ante cualquier error o bug.Read Less",Full-time Web Development Bootcamp ,Web Development +238690,10828,ironhack,Salvatore Dziekan,False,2017,One of the hardest yet most fulfilling experiences of my life,2017-10-12,5.0,5.0,5.0,5.0,"For other Americans out there, just come to Paris and learn to code with Ironhack. This program was incredible. I learned a lot, plus I got to spend the summer in Paris. If you hold an American passport, you are allowed to stay in France for up to 90... Read More days, so you can attend this program without having to worry about getting a Visa. The course itself is intense, you will learn a lot, you will probably find yourself on the verge of tears, but in the end you will achieve more than you thought possible. All of our instructors are experts and could handle any questions we threw at them. The rest of the Ironhack staff was friendly and helpful and I consider them all friends now. This was a Full Stack Javascript course. Prior to the course, I had a little experience with HTML and CSS, and I had failed several times to learn Javascript on my own. On day 1, I was close to a beginner. By the final day, I created a Full Stack Application that I successfully presented in front of our class and invited guests. For me, the most unexpected positive aspect of this program was the introduction to the startup world in Paris. The organizers arranged for weekly presentations from people in every aspect of the tech scene in Paris. We listened to web developers, CTOs, founders, VCs, and attorneys. This aspect of the course was above and beyond what I was expecting when I enrolled and provided us with a context for the technical skills that we learned. This course bootcamp was one of the hardest things that I have done in my life, but I would absolutely do it again!Read Less",,Unknown +238655,10828,ironhack,Juan Antonio Macías,False,2017,Jodidamente increible,2017-10-11,5.0,5.0,5.0,5.0,"Ha sido una de las mejores experiencias de mi vida, desde antes de llegar me han ayudado muchísimo todo el equipo de Ironhack. Una vez aquí, siempre hay algo nuevo por hacer. Nuestro Lead Teacher Marc Pomar sin duda explica fenomenal y no hay ni una duda... Read More que me haya quedado pendiente por contestar.Los compañeros son increibles, porque el espíritu Ironhack que se respira desde el primer día nos motivan para ayudar a los compañeros y nos enseñan mucho sobre la frustración.Además, la Hiring Week funciona, es decir, la semana de contratación vinieron 30 empresas a entrevistarnos a los alumnos (unos 18) y prácticamente todos hemos salido con trabajo.Es una experiencia muy grande y que volvería a vivir en mi vida.Read Less",Full-time Web Development Bootcamp ,Web Development +238627,10828,ironhack,Diego,False,2016,Si te gusta el desarrollo este esto sitio,2017-10-11,4.7,5.0,4.0,5.0,"La experiencia en Ironhack tengo que reconocer que fue muy muy enriquecedora, creo que si quieres empezar a desarrollar desde cero con lenguajes que están a la ultima y muy demandados en el sector este es el sitio. El ambiente es inmejorable y accedes... Read More de inmediato a una comunidad de desarrolladores apasionados por compartir conocimientos. Sin duda lo recomiendoRead Less",Part-time Web Development,Web Development +238626,10828,ironhack,Justine Franco Butez,False,2017,UX/UI DESIGN,2017-10-11,5.0,5.0,5.0,5.0,"La experiencia del bootcamp de UX/UI Design en Madrid fue totalmente enriquecedora, los profesores y el sistema educativo hacen posible el formarte de manera brillante como profesional.Hoy en dia trabajo como UX/UI Designer y todo lo que uso en mi día... Read More a día laboral lo aprendí en el bootcamp.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +237720,10828,ironhack,Javier Cueto,False,2017,"Great environment, great people helped change my career",2017-10-09,5.0,5.0,5.0,5.0,"I graduated from Ironhack Miami's full-time web dev bootcamp in 2017, and to prospective applicants I would point out the experience as being key to transforming my career. While I was at the bootcamp, I woke up almost every day feeling like I was making... Read More progress on my goals (in fact, I never missed a day of those nine weeks). This meant that not only did I learn what I was taught, but I was in an environment where everyone around me was focused on bringing out the best of themselves and those around them. If you've ever been in a toxic workplace or even just the wrong crowd, then you know how important it is to surround yourself with kind, excellent people. You can't pay for that, and you can't detect it through your web browser either, but I will go on the record that Ironhack has that kind of environment.And I got my first programming job through them, btw.Read Less",Full-time Web Development Bootcamp ,Web Development +237606,10828,ironhack,Petra Spirkova,False,2017,Ironhack gave me the true push that I needed to change careers,2017-10-09,3.3,4.0,4.0,2.0,"All the instructors, as well as the TAs, were professional, approachable and i wouldn't mind continue working with them in the future:) Also, I’ve learned tremendously from my peers. The positive interactions with classmates was one of the best parts... Read More of the bootcamp.Ironhack staff always sought our feedback and the whole campus in Poblenou neighborhood was cool, i loved the environment.Ironhack bootcamp provided me with a practical introduction to many of the key concepts involved in programming. However, a nine-weeks program cannot quite prepare you for a software engineering role without continuous self-studying. You can nevertheless build a stamina for playing with software which i think is one of the best investments an aspiring developer can make.Read Less",,Unknown +238566,10828,ironhack,Susana,False,2017,Amazing experience.,2017-10-09,4.3,5.0,4.0,4.0,"Ironhack was an incredible experience, very intense but also very interesting. You almost live with your classmates, and you learn not only from the great masters, but from the rest of the class. What I liked the most was having the whole vision of the... Read More project, from research to prototype and test, through information architecture, visual design and agile methodologies. Ironhack is improving each bootcamp. Highly recommended!Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +238563,10828,ironhack,Laura López Rabadán,False,2017,UX/UI Design Ironhack,2017-10-09,4.7,5.0,5.0,4.0,Ironhack me ha ayudado a prepararme para optar a un puesto de UX/UI design con lo que actualmente se está pidiendo en el mercado y me ha enseñado a seguir investigando sobre lo que se debe hacer para avanzar en mi carrera profesional. Muchas gracias a... Read More todo el equipo de Ironhack por hacerlo posible.Read Less,Full-time UX/UI Design Bootcamp,UX/UI Design +238542,10828,ironhack,Micaela Villani,False,2017,WebDev Barcelona Summero 2017,2017-10-06,5.0,5.0,5.0,5.0,"Ironhack has been a life-changing experience.I was a business controller two years ago and even though I liked numbers there was something missing, it wasn’t ringing the right bell. So I thought of what I really enjoyed and what I was good at and also... Read More what challenges I would have liked. I had some small programming knowledge related to my nerdy childhood and expanding it and making a life out if it sounded like a dream, then it became my plan. I started Ironhack with a strong will but not a final idea of what I could do with it. From day 1 it has been 360 degrees full-on experience. Every day there was an awesome tech event that I wouldn’t want to miss, technical challenges that I wanted to conquer and a bunch of like-minded people that made everything so fun and enjoyable, even the long nights before delivering the projects. I was lucky that Ironhack became my family away from home, both my colleagues, the teachers and the staff.I was the one studying non-stop but the teachers directed my struggles in the right way, showing me how I should work and where I should focus and help me when I felt lost. I tried studying online on my own before the boot camp but I never got near an inch of the results I got out of the course. I gave it my best and I got the same in return. Ironhack taught me a lot about perseverance, and how to solve problems and code bugs in a way that I couldn’t have thought of it before. It made me push through a lot of documentation and it was just what I needed to learn and to be able to improve and learn on my own after the course. Ironhack showed me where and how the magic happens and taught me how to make some myself and I can’t wait to see just how far I’ll go from here.Read Less",Full-time Web Development Bootcamp ,Web Development +238533,10828,ironhack,Carmen Helena Gomez Herrera,False,2017,Bootcamp UX UI design Madrid,2017-10-06,5.0,5.0,5.0,5.0,The bootcamp was absolutely transforming and I found great empathy and support with a new community of professionals that did not exist in my life 6 months ago.The UX tools and processes for innovation and creation we used are supreme quality.,Full-time UX/UI Design Bootcamp,UX/UI Design +238531,10828,ironhack,Itziar San Vicente,False,2017,Great opportunity to boast my profesional career,2017-10-06,5.0,5.0,5.0,5.0,"Thanks to Wallapop Full Scholarship I had the opportunity to attend the UX / UI Bootcamp at Ironhack to keep boosting my profesional career.It has been an amazing experience that has allowed me to meet incredible mates, super teachers and warm staff.",Full-time UX/UI Design Bootcamp,UX/UI Design +238508,10828,ironhack,Sara Latorre,False,2017,A highlight in my life,2017-10-05,5.0,5.0,5.0,5.0,"Just today someone asked me to draw a graph with an X axis from 0 to my age and a Y axis with 0 to 10, where 0 was the complete worst and 10 was the best. Then I had to draw two lines: one on my happiness level and one on my achievement level overall... Read More my life. When I was drawing the lines, the period I was in the bootcamp was one of the most fulfilling periods in my life, really close to 10, both in happiness and personal achievement. I had to work my ass off to get in, because it is not cheap, and I risked a lot by joining: if it failed I would have been in the shit. But it passed with flying colours. The stack you learn (MEAN) is really good, the materials were really good and comprehensive. The course is REALLY REALLY HARD. Very high paced, even if you have previous experience. So you'll get frustrated, tired, crazy. I would have liked to learn React more than Angular, but still it was good. Two of the teachers my cohort had were really good, and the third one was mindblowing, but we only had him for a week :( Overall, they were really good, patient and always willing to help, but they have to cover a looooooot of content in a really short time, so it is difficult for them, as they can not take the time they would like to to go over some concepts.More than the teachers, for me the incredible part was the other students, the teacher assistants and some other people from the staff. For me, the TAs are the real heroes here. They do the grunt work, they handle our complaints, frustrations, limitations, help us with code and with handling the pressure. And the colleagues I had, I have only love for them. They were all amazing, driven, empathetic, funny people. I miss them a lot. At one point, a crazy CEO with a biotech startup came into my bootcamp looking for developers. I really, really wanted that job, but they were not looking for juniors. I persisted, and at some point they sent me this crazy technical test in Groovy and Grails, that I had never heard of before. I managed, and not only because of my effort, but because my friends there, the TAs and some other staff members encouraged me so much. I felt so supported and so happy. If I had tried that alone, I would have given up. So yes, I got the job one week before my final project, and here I am, in a biotech startup in London as I wanted.And all because I was there with that big 'family', where I was able to achieve way more than I could normally achieve. They make you believe in yourself, in your abilities. Also that has a special value if you are a woman in tech. They push you a lot, the contents are too much and you think you can not manage, but you feel so comfortable that you end up managing. You grow like crazy in such a short period of time you don't even believe it was possible. I can not guarantee that your experience there will be as fulfilling as mine. I consider myself extremely lucky with all the amazing people that converged in my cohort. But if you don't get a community as excellent, at least the technical knowledge you'll gather will be really solid and good. You'll gain or improve the abilities of sharing, helping, communicating, dealing with frustration, solving problems. And they really help you with intros and contacts if you want them, it shouldn't be too difficult to get a job after the bootcamp. I even got one before finishing the bootcamp!Read Less",Full-time Web Development Bootcamp ,Web Development +238463,10828,ironhack,Arnau Guadall Godino,False,2017,Awesome experience,2017-10-04,5.0,5.0,5.0,5.0,It's been 9 intensive weeks but at the end it really paids off because you learn a lot by doing and that it's really important.,Full-time Web Development Bootcamp ,Web Development +238462,10828,ironhack,Jorge Avila Haro,False,2017,Ironhack Barcelona,2017-10-04,4.7,5.0,4.0,5.0,"What was the most important skill you learned through Ironhack's course?Fast-learning skill and evolving through different languages and interfacesHow was your instructor?All of them were very patient and explained based on their experience in the 'real... Read More world'How would you describe the Ironhack staff?Simply the best, did everything they could to make us feel comfortable How was the classroom environment? I was part of one of the most enthusiastic cohorts with lot of friendship and unityOverall, how has this experience impacted your career?Open new horizons that I didn't know they even existedHow was your career placements experience? It is still very active and dynamic, with different opportunities ever weekRead Less",Full-time Web Development Bootcamp ,Web Development +238458,10828,ironhack,Chau Truong,False,2017,Web Development Insight,2017-10-04,4.0,4.0,4.0,4.0,"Ironhacks’ web development bootcamp offers a great insight for beginners to the world of programming. If I had been asked 9 weeks ago to explain the processes that go into creating a website, I would not know where to begin. Now, I can create a full stack... Read More web application.The curriculum is dense and it can be intimidating for a beginner. But by the end, you will have enough knowledge of HTML, CSS and Javascript to start your own projects and learn new tools using their respective documentation.The instructors are intelligent and passionate about the course material. Therefore, they are able to break down complicated topics in a way that is easy for beginners to understand. The teaching assistants make themselves available to help students past the hours of the bootcamp. The staff that work at Ironhack are friendly and are always working hard to make sure students get the best the most out of their time with Ironhack. We had many organized talks from experts on topics including: machine learning, legal start-up advice, and how venture capitalists make investment decisions. This was a benefit of the course that I didn't see beforehand but made the program that much more valuable. I fully recommend this course to anyone that like me, has an interest in understanding how web development works.Read Less",Full-time Web Development Bootcamp ,Web Development +238293,10828,ironhack,Ignacio Moreno Pubul,False,2016,A community of superstars,2017-10-03,5.0,5.0,5.0,5.0,"I attended the Ironhack Part-time Web Development Bootcamp in Madrid. An intense 6-month zero-to-hero program for anyone wanting to open their mind to the exciting world of web development.My initial knowledge of the technology stack in the curriculum... Read More was basically null, but I was starting a position as Software Engineer at an up-and-coming startup in Madrid, and I needed to learn as much as I could as fast as I could. Ironhack proved to be just the right thing for me. For the sake of organizing the review, I'd like to split it in three parts: the Curriculum, the Experience, and the Staff.1. The CurriculumI do not want to get too deep into this because it has changed quite a bit since I did the course. My class was the last of the Ruby on Rails Generation. Nonetheless, the course was generic and conceptual enough that using other technologies, such as Node.js in my case at work, proved to be quite easy. They have since changed their curriculum to Node.js, which is a great idea in my opinion. You will come out having a broad enough knowledge of HTML, CSS and JavaScript to be able to tackle the coolest web-dev projects you find on Github and, as well as a great notion on working with databases. You will definitely have the skillset necessary to build your own projects from scratch as well. I think the best way to define the learning process at Ironhack is that you gain the ability to explore and master the tools you need to build a web application. The stack they may use is no limiting factor. In essence, you get the wings you need to fly on your own through the web-dev universe.2. The ExperienceIt's intense. Even the part-time plan is challenging and demanding. For 6 months you will have to be strongly committed to the course, because how much you learn will depende entirely on you. Ironhack will provide the tools you need to get as far as you want to go, but the effort has to be there. The pacing is neither too fast, nor too slow, although you do have to work at home a bit if you want to keep up. If you come from a totally different background, or are writing your first lines of code, you'll probably need to work harder than people who are more familiar with code. But fear not, you will have awesome support from your classmates and teachers. You will be spending two days from 18 to 21, and Saturdays from 9 to 17 at Ironhack, so be prepared. Balancing the course with a full time job and your personal life is definitely possible, but you will certainly need the willpower to do it. The structure has changed since I did the course, I believe now it is more project based (three projects in total), and at the end you get to share your creations with your mates and with people from all over the community that come to the Hackshow. 3. The communityThis is, in my opinion, the greatest value in Ironhack. You will make great friends with your teachers, you will make great friends with your classmates, and will live an amazing experience carefully crafted by the entirety of the Ironhack team. You will be connected to the community before, during and after the course. There will be lunches, dinners, parties, hackshows, hackathons, talks and so much more to make the Ironhack experience that much more enriching. Every member of the Ironhack family, not just the teachers, is there to make the most of the program for the students, and it really shows. Also the space they have in Madrid is beautiful, making it a pleasure to go there work and spend time.Overall a great experience that I thoroughly recommend to anyone that want to dig into the world of app-building - whether you are thinking of a cool project, want a career change, or work in product and want to understand what the devs at your work do. Ironhack is sure to satisfy your curiosity.Read Less",Part-time Web Development,Web Development +238437,10828,ironhack,Rebecca Grant,False,2017,Can't recommend this course enough,2017-10-03,5.0,5.0,5.0,5.0,"I found Ironhack about 6 months after finishing undergrad. At the time, I was preparing to go to law school, but once I realized it wasn’t the right fit I had to re-group and figure out my next steps. I was working a very boring job in retail for about... Read More 8 months before Ironhack, so obviously I was eager to get started. I did a ton of research before committing. Needless to say, for many prospective students it can be daunting to put a pause on your career to take a risk on a bootcamp that may or may not live up to your expectations. In my first two rounds of interviews, Alia and Marisa immediately quelled these anxieties. The amount of care that the Ironhack staff puts into each cohort is unrivaled. Something I really admire about them is that they’re always working to improve the next cohort based on what they learned from the last group. The course was split up into the steps of the design thinking process, with a new instructor each week. 1 design sprint, 1 group project and 2 solo projects. This stood out to me in comparison to other design programs because it gives you the opportunity to show off the work you can do on your own as well as what you can contribute to a team. At one point you’ll be working on two projects at once (group and individual), but it’s very manageable. (My advice would be to document everything along the way via Medium posts so that you’re not scrambling at the end to put together your portfolio.) Our TA Horacio was always available to help us through any road blocks we hit along the way. Your cohort will be your greatest support system and will challenge you to work harder and smarter. For hiring week, Brito gave us a choice of 15 employers to interview with. It’s up to you to choose the companies you want to sit down with, but I would highly recommend interviewing with as many as possible. Not because you’ll get a job out of the hiring fair, but because the interview practice you’ll get is an invaluable experience. Don’t worry about wasting the time of employers that you’re not serious about because several of the companies that came in during our hiring fair immediately told us they weren’t hiring. Regardless, the experience made me a pro at interviewing and gave me the confidence I needed to succeed in my interviews that followed. Even if you don’t get hired immediately, Brito makes it his mission to get you a job. I really appreciated all his support and advice throughout the job search process. He’ll help you through the gritty details of negotiating offers, writing follow up emails, and anything else you need to know along the way. He’s an invaluable resource, listen to him! I accepted an offer 3 weeks after my program ended. I couldn’t have done it without the support and care of Alia, Marisa, Danny, Brito, Horacio, and the rest of the amazing staff, instructors, and TAs at Ironhack. That said, you will not get a job just by taking this course. Work hard and listen to the advice from Brito, your instructors, your mentors, and even your classmates. “If you’re empathetic by nature, and you have a head for problem solving, along with a thorough understanding of general design principles and processes, a healthy combination of functional and aesthetic sensibilities, a willingness to learn, and you enjoy the work, there’s absolutely no reason you can’t quit your shit job as soon as possible, so that you might do what you were really born to do.”Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +238412,10828,ironhack,Dianelis Insua,False,2017,Web Dev Part-time,2017-10-02,4.7,5.0,4.0,5.0,"As a sophomore college student pursuing a Computer Science degree, I joined Ironhack with the purpose of fast-forwarding my start as a programmer, and that way I would get some real experience while finishing school. The course was really intense. Every... Read More class we would go over a different topic, but first half an hr of class was dedicated to go over the homework, and at the end of each module (the course was divided into 3 modules/units), we would have a review of the whole unit and a project in which we would implement what we learned. The Ironhack staff is the nicest! They are friendly, with a great energy, and encourage you to success! Building facilities were great! They're 24/7 open, so during project week my classmates and I would stay until very late coding and helping each other, and we as a group got really together, even though our cohort finished almost 2 months ago, we still stay in contact! The people you meet here are truly special, full of drive, and seeing all of them working full-time jobs, studying and barely sleeping staying coding after midnight is really inspiring. Our TA Nick was THE BEST! There's one day when he even slept over at Building just to help us with our projects! Brito, the Placement Manager was awesome! He helped us create our resumes and LinkedIn profiles, which is key when looking for jobs. In general, was an amazing experience, and would definitely do it all over again!Read Less",Part-time Web Development,Web Development +238290,10828,ironhack,Bénédicte Meignan,False,2017,Great experience with web development bootcamp with Ironhack! I created my first webapp in 9 weeks while I didn't know anything about coding at the starting point.,2017-09-27,5.0,5.0,5.0,5.0,"I decided to join Ironhack web development bootcamp for several reasons and I didn't regret my choice and was even more satisfied than what I expected.I had 2 objectives: I wanted to learn how to code so as to start my own business, I wanted to connect... Read More to the tech environment.Both objectives were reached and even more I hadn't expected!Here are the main advantages of this program to me:- We learnt the latest technologies and at the end of the bootcamp were able to develop our own webapp and received all the elements to be able to go on learning more languages and - The program is not only about getting the material read and going through the exercices one by one: the team is super involved in fine-tuning it to the rythm of the students and is flexible to make sure everyone keeps on board. There are several teacher assistants and we can easily ask for help.- There are many add-ons to the coding training that are super valuable: weekly meeting with people from the tech environment (entrepreneurs, developpers, recruiters...), activities during the bootcamp...- The team is great and is dedicated to make the experience unique and the atmosphere is very friendly and nice.The program is quite expensive but I think it worth the investment. It's not easy, but you never get great results from easy experiences.Read Less",Full-time Web Development Bootcamp ,Web Development +238278,10828,ironhack,Jordan Santos,False,2017,Take your career to the next level with this UX/UI Design Program,2017-09-26,4.7,5.0,4.0,5.0,"Before starting the UX/UI Design course with Ironhack I had a comfortable job. You know one of those come to work, do your job, don't ask any hard questions, grab lunch, go to a meeting or two. I was comfortable, but wasn't fullfilled. I knew I had to... Read More make a move to puruse a life that I really wanted, possibly in the fastest amount of time possible.​I had experience within the UX/UI design field prior to my comfortable job, I took on a few freelance jobs as side income, but I wasn't anywhere near able to puruse a full UX/UI career. I needed to add to my portfolio, tighten up my design skills, and meet more people in the industry.I knew I needed further education, but the question was what program or school could offer the results I needed in the fastest amount of time possible? Before I make any big decisions I research the heck out of everything, comparing, contrasting, emailing past clients or students in this case, and asking everyone I could on what they thought of the program I would be spending a good chunk of money on. I researched design programs in Atlanta, Chicago, and Texas, speaking with their advisors and asking a multitude of questions. None though were as genuine, honest, and optmistic as Alia Poonawala from Ironhack. I placed my application on a Monday morning, she called me the following Tuesday morning, requesting I come into a meeting later that day. She answered all my questions, even allowing me to briefly meet Daniel Brito, the Ironhack Placements manager and one of the most genuine/well connected humans I have ever met.I accepted the offer from Ironhack two days after the meeting, quit my job, and began my UX/UI journey for the next 3 months.The friends I've made, students, mentors, and industry professionals, was something that I did not expect. THIS IS NOT ANTOTHER DESIGN MILL CHURNING OUT STUDENTS PEOPLE. This is a real community of designers, developers, and creative professionals coming together to help each other be the best they can be.The instructors who taught the course varied in design expertise, but all truly cared about your sucesss. They provided revelant design skills, insights, and mentorship, allowing me to learn about things that have helped me succeed as a professional today. Now I do reccommend that you consider the amount of time you want to put in here. What you put in as far as questions and extra practice is all up to you and will benefit you if you allow it to. They will give you the water but it is your decision to drink, so to speak. The course is broken up into different parts of the design process, for different weeks, and this allowed us to really deep dive into the specific designs skills that we needed.Professionally, the course also provided resume/portfolio advice, mock interviews, and branding guidance. They teach you skills as a designer but also prepare your brand to be competitive in this field. This is something that places Ironhack a notch ahead of other schools.Upon hiring week, yes they have a hiring week, I interviewed with 12 potential companies, gainining 3 job offers and accepting one offer for a well-paid consulting gig. Now, like I mentioned previously, you have to listen to what Daniel Brito, the hiring manager, says to a tee, he is an industry expert and will give you the best advice if you listen. You also have to put in the time during/after class to sharpen you skills and listen to the design instructors, they will not give you the job you have to honestly work for it.Overall the most important thing I learned from this course, besides the many design skills, was that you can accomplish anything if you truly put your mind to it. My class consisted of students from all types of backgrounds, biology, anthropology, I came from psychology and digital marketing. But we all gained enough valuable skills and contacts in the field to accomplish our goals, whatever that was to each individual. Join this program if you REALLY want to be a designer, this is the program to take your career to the next level.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +238275,10828,ironhack,Michael Lande Blau,False,2017,Summer of Web Dev in Paris,2017-09-26,5.0,5.0,5.0,5.0,"I started the Web Dev bootcamp having had some academic experience in programming a few years before (introductory computer science university courses).My goal was to learn the professional basis of web development, in order to later be in a confident... Read More position to apply, work and gain experience in the field. Having finished this course about a month ago, I conclude that this mission has been achieved :)After finishing the course, I was offered to stay on board as a teacher assistant in the next cohort, in addition to the more experienced teachers already on the team. I accepted this opportunity with pleasure, having done tutoring in the past, and as I found Ironhack to be a productive and fun environment.A few good points about the course, from a mixed perspective of a former student and a current team member:As a student, I found the Ironhack team to be personal, accessible and dedicated to its students. The general manager and all the other staff were always a room away, and ready to greet anyone with kindness and a positive change attitude. Having researched the market a bit, and consulting friends who are experienced developers, the curriculum learned in the course seems to be extremely relevant to the current ecosystem. As a team member, I notice the effort we make to constantly adjust the course as needed. This is a regular mission, as technologies change, trends come and go and the market shifts. However, beyond the specific technologies learned, the most important skill I gained during this bootcamp was the conceptual understanding of the process and architecture of a full-stack project. For instance, a strong focus was understanding what APIs are, how they are designed, and how they serve as a kind of language to interact with data. Understanding and practically implementing such modern web dev concepts are indispensible in becoming a developer yourself.I now feel confident starting my career as a web developer, and so I can recommend this experience for whoever is in a similar situation.Read Less",Full-time Web Development Bootcamp ,Web Development +238187,10828,ironhack,Lauren Little,False,2017,FT Web Development Bootcamp,2017-09-25,5.0,5.0,5.0,5.0,"Prior to attending Ironhack I worked as a teacher and coded whenever I was able to find the time. As I coded on my own, I would often find myself getting stuck, frustrated, and not knowing where to turn. After research and visiting several bootcamps in... Read More the Miami area, I decided to attend Ironhack for the full time web development course. One of the key factors in my decision was the desire to learn Javascript and the MEAN stack, since I knew they are popular and in-demand technologies of the web and Ironhack had recently re-vamped their curriculum to reflect that.The staff at Ironhack is like a family; they do everything they can to make students feel a part of that family, as well as a part of the Miami tech scene. Marisa, Danny, and Alia are always checking in to make sure you feel supported and are adjusting well throughout the course. Nizar, the lead instructor, is awesome! Not only is he a smart, experienced teacher and a Javascript wizard, he’s also extremely helpful and humble. He is very patient and takes the time to break everything down so you truly understand the concepts, whether it is as a class, or one-on-one. He supports his students, giving them the confidence and tools to succeed in anyway he can. He gets to class early, stays late, and gives 110% every day. The TA’s at Ironhack, Kevin and Ariel, are former graduates of the program. They are very knowledgeable and help support the students since they have been through the bootcamp experience themselves. Instead of just telling you how to solve whatever you may be having difficulty with, they help guide you to the solution so that you can really think like a programmer. If you are really stuck, both Kevin and Ariel do a great job of reinforcing key concepts.Daniel Brito, the placements manager is one of the most passionate people I’ve had the pleasure of meeting. If you are seeking a job after graduation, Daniel is one of the most powerful weapons in your arsenal! He is a networking guru in the Miami tech scene and has the top players come in to speak to the class. He constantly encourages you to have “no chill” and will work hard and fight for you so long as you put in the work.The most important things I gained from attending Ironhack are learning programming and knowing where to turn when I got stuck. Ironhack taught me the foundations of web development and skills that I can transfer as I learn new programming languages and grow as a developer. I was able to get a full time job as a developer a little over a week after graduation, and I can truly say Ironhack has helped me change my life!Now you might be reading this and asking yourself, ""so this sounds great, but what's the catch?"". There is no catch, but don't be fooled into thinking this course is easy. The amount of information you learn and the speed of the course is very intense. You have to put in a lot of time and effort into every aspect, both inside and outside of the classroom. There will be days where you're exhausted, you want to slam your head against a brick wall in frustration, and your code just won't work. But if you work hard, trust the process, and seek support, you will finish the course in disbelief with what you've accomplished in such a short time.Read Less",Full-time Web Development Bootcamp ,Web Development +238073,10828,ironhack,Octave Lapeyronie,False,2017,Full Time Web Development in Paris,2017-09-21,5.0,5.0,5.0,0.0,"I took Ironhack's Full Time Web Development course in Paris over the summer 2017. It was the first batch for the Paris Ironhack campus. My motivation for taking this course was to build up the skills necessary to code the prototype of a project I had... Read More a mind. Having finished the course 3 weeks ago, I can definitely now say: mission accomplished!I'm today fully able to build a full-stack web app on my own and I knew close to nothing about web development on day 1. Disclaimer: I had had some coding experience some 10 years ago in unviveristy but nothing related to web development. Bottom line: I fully recommend taking this course in Paris.Here are a few highlights:The team (teaching and non-teaching) is amazing! They are very attentive, thoughtful and friendlyThe course material is very comprehensive, with a lot of opportunities for putting theory in practice. It is so well detailed that you could almost follow it on your own.The student-teacher ratio was quite low for a coding bootcamp (maybe 5-6 to 1 on average)The extra-curriculars were nice: talks, events, happy hours. The team has close access to the tech world in Paris and was able to bring in some interesting players.The location is amazing, in the heart of Paris. The WeWork office where it was held is a really high end location - the rooftop view!!Overall, a very positive experience and I would recommend it to any one who wants to learn web development!Read Less",Full-time Web Development Bootcamp ,Web Development +237869,10828,ironhack,Joshua Thomas,False,2017,Amazing Experience,2017-09-14,5.0,5.0,5.0,5.0,"I'm sure you're reading this because your a skeptic. It's hard to believe that a course can teach Full-Stack Web Development in 9 weeks, and get you ready for a job in the field. Before I get into my review, let me preface it with a little information... Read More about myself. Prior to Ironhack, I worked as a line-cook, with no college and almost no programming knowledge. A week and a half after Ironhack ended, I had two full-time job offers to become a Web Developer. Now, it's not a magic wand, that will automatically give you a job. You have to work for it, and you have to love what you do. It is an intense course.The intensity of the course, did teach me one of the most important things, when becoming a developer, and that is how to learn. The tech industry is constantly changing, and since the course is very fast pace, you learn to learn, and that's what future employers want to see in junior developers. The instructor of the course is Nizar, and he knows his shit. Not only does he know what he's doing, he's extremely passionate about it and truly cares about his students. On multiple occasions he would stay well past 9, to make sure he could help everyone and ensure everyone is on the same page. Nizar is not only a great teacher, but a great mentor.The T.A.'s, Ariel and Kevin, were also always eager to help, and would always be there for guidance. Building upon that, the entire staff at Ironhack is truly wonderful. They care about your well-being and almost immediately become your family.As mentioned earlier, the class is intense, it's definitely doable if you have the heart for it. My class size was about 20 students, but it was one of the larger cohorts. During the course, you truly become close with your fellow students as you're all going through the same experience. Brito, the job placement manager, is insane, and I mean that in the best way possible. In the last week, he will make sure you are absolutely prepared to get a job, whether it be making a resume, practicing interviews, and applying for jobs. He will do everything he can to make sure you get where you need to be, provided you put in the effort yourself. He's not there just to make sure you secure any job, just to boost some imaginary number. He will make sure that you get a job that is truly right for you. Only 3 months prior to my graduation of Ironhack, I was working in a kitchen, and now I am working full-time as a web developer. The course is difficult, but if you put the work into, it can change your life.Read Less",Full-time Web Development Bootcamp ,Web Development +237363,10828,ironhack,Adel Acebal,False,2017,Excellent curriculum and incredible people.,2017-09-14,5.0,5.0,5.0,5.0,"Ironhack is definitely one of the greatest decisions I have ever made. I went into the part-time course with the fear I would waste my money on a course that would ultimately leave me feeling unprepared for taking a role as a Web Developer. Instead what... Read More I found is the most supportive network of individuals who truly understood the sacrifice I was making and gave their everything to make this a worthwhile experience.Not everything was perfect, especifically for Part Timers the variation in instructors was not conducive to the most stramlined way of learning, but they adressed these issues personally with us, assuring we still got everything we needed and did not feel left behind.I definitely recommend Ironhack for anyone trying to make a change in their lives. I had been in Retail for the past 6 years and it was becoming harder and harder to see a way out, but thanks to Ironhack I can finally do something I enjoy for a living and pursue a career in a field that I loveRead Less",Part-time Web Development,Web Development +237586,10828,ironhack,Ihor Bodnarchuk,False,2017,I couldn't imagine someone can learn this much in just 9 weeks!,2017-09-04,4.3,4.0,4.0,5.0,"I went to Ironhack because I had a background in Computer Science but had little to zero experience with Web Development. I like that they gave us a pre-work exercise couple months before the bootcamp started so that everybody starts more or less at the... Read More same level. The location, building and stuff are super nice! Everybody is very friendly and willing to help. Our instructor Nizar is very knowledgeable and is a true Javascript ninja that can answer pretty much any question you might have about coding. Nizar is also very dedicated and truly loves coding which makes him an excellent mentor. Kevin and Ariel as TAs were very helpful and would stay with students even after hours to help which is great! Daniel Brito was very positive and knowledgeable. He is a placements manager and will do his best to help you land a job in this field so be sure to listen to his advices and attend the social events (super important!). Alia Poonawala is super friendly and nice and I think Ironhack Miami is in good hands with her as a bootcamp director.The reason I'm giving 4 out of 5 stars because of the curriculum/pace. In my opinion we were spending too much time on easy things especially in the first 1.5 weeks which has led to falling a bit behind on a schedule and having to skip some topics/exercises later in a course. I do recommend future students to try and complete those after hours as you will gain more experience and have better understanding of how things work. Work hard and it will definitely pay off in the end.Read Less",Full-time Web Development Bootcamp ,Web Development +237394,10828,ironhack,Miguel Braga Gomes,False,2017,5 stars,2017-08-25,5.0,5.0,5.0,5.0,"What is taught at Ironhack is the MEAN stack, which is incredibly valuable to learn as is one of the most demanding technologies on the market. Also, team work, resilience to frustration and how to overcome it was definitely a strong take away from the... Read More course.I got a front-end job a week after I finish the Bootcamp, and I can say that is thanks to Ironhack, I think that says all about career impact. The learning content and interview preparation are both invaluable for succeeding on technical interviews.The instructors are all experienced developers with years in the industry, therefore they don’t only teach you the technologies but also give you good advice on how to succeed as a developer and what companies are looking for.Ironhack’s staff is awesome, they are always there for you. They listen to your concerns and try to resolve any issues you might be having. They even schedule 1to1’s with students regularly to make sure you are happy with everything.The classroom is like one big family, don’t be surprised if you finish the course with 20 new friends to hang out in Barcelona.Read Less",Full-time Web Development Bootcamp ,Web Development +237319,10828,ironhack,Joseph Engelmajer,False,2016,Much Love For Ironhack,2017-08-22,5.0,5.0,5.0,5.0,"Ironhack really struck a great balance between theoretical foundations from which to continue learning and broadening your skill-set, and practical skills that can make you a productive member of a dev team straight out of the gates. Nizar was a great... Read More instructor. His passion for teaching programming and helping students understand complex issues in the most basic terms was very evident. Josh was a great compliment to Nizar as they were both consistent in what they would teach but often took different approaches and perspectives to problems. The staff in general was very friendly and accomodating. You could tell while being around them that they all truly beleived in the mission of Ironhack and they took their rolls seriously. The comradery that the students developed in the classroom was one of the most surprising parts of Ironhack for me. Week 0 you walk into a room full of strangers and by week 3 you feel like your amongst family. Unlike a traditional classroom in highschool or University, 100% of the students in the cohort take the course seriously and want to make the most out of their experience. That leads to a truly collaborative and learning focused environment the likes of which I had never experienced before. That classroom atmosphere really helped take the course to the next level. When you are learning from and teaching your peers, it really helps reinforce the concepts and skills you're acquiring. Daniel Brito, the placements manager, is really the guy you want to be best friends with. He is 100% invested in placing you in the best career opportunity possible and he takes his job seriously. He helped me tremendously in landing my first job and even now I continue to maintain a great relationship with him. He has a plug into the entire tech sector in Miami and is one of the most valuable resources at your disposal as an Ironhacker. Overall, I think Ironhack did more for my career than my four year university ever did and I would recommend it to anyone willing to put in the time and effort required to develop a new skill and enter the most quickly growing career field in the world today and for the foreseeable future.Read Less",Full-time Web Development Bootcamp ,Web Development +237302,10828,ironhack,Darren Whyte,False,2017,"Best course program and experience I've ever taken!! - (Full time Web Development BootCamp, Summer 2017)",2017-08-21,5.0,5.0,5.0,5.0,"I attended the Ironhack Miami full time web development 9 week program for the summer of 2017. This program literally changed my life forever! I came with a background of computer science and studied outside of a traditional school, using free online... Read More tools such as codeacademy, treehouse, and tons of Youtube tutorials. I decided to move down to Florida and really challenge myself to become a real developer. The reason why I love Ironhack so much is that, they really start everyone at the same level, and break you down (mentally), so you can rebuild with the proper structure of becoming a web developer. Their approach is that the only real thing stopping you from learning to code, is truly yourself. The real battle is convincing yourself daily that you CAN DO THIS!!! dreams come true when you work HARD AS F!!!! lol. The teaching staff deserve so much praise!Nizar was our main teacher for the entire 9 week program, and he is like a coding genius, who truly takes his sweet time with you on every single step of the coding theory and lessons. He truly takes you from zero knowledge, to building mega website platforms. Nizar is always helpful and kind to every student. You don't feel rushed at all in his classroom. Thank you Nizar!!!To the Teaching Assistant - Ariel and Kevin,This guys are extremely helpful when it was time to do pair programming exercises and solo coding challenges. They're always walking around and lending you some advice and tips to solve your problems. Basically helping you think like a problem solver so you can learn for yourself. These guys are coding ninjas for sure!!Last but definitely not least! The Master of guiding you into the world of developers and technology - BritoBrito is the MAN you must listen to at every chance he opens his mouth! His insight on current or former technologies, interview strategies, design police (make sure your projects don't look like shit lol) and what you need to do, so you can get a awesome job at being a web developer is Golden!! This man will help you only if you follow his advice and work hard during and after the Ironhack program is over. Brito is also one of the most kindest and generous man I've met thus far. His support and guidance to help you land your first web developer role, is something to truly respect. Thanks Bro!Currenly Working as A Full-Time Web Developer in less than a week and a half from graduating from Ironhack. This course works! Trust the process and these awesome people at Ironahck.Read Less",Full-time Web Development Bootcamp ,Web Development +237300,10828,ironhack,Sarah Nohe,False,2017,UX/UI course,2017-08-21,5.0,5.0,0.0,5.0,"I went through the application process at three UX boot camps simultaneously. Ironhack immediately stood out to me in terms of The attention I received as a prospective student. I also felt like they had a grasp on the fact that teaching UX was a whole... Read More different animal than teaching coding, whereas it seemed some other schools just added it to the curriculum with zero research or understanding.I interviewed with Marisa, Alia and, on my request, was also able to speak with Brito, the career placements manager. Each of them was very real and open with me, answering all my questions. Actually taking it a step further, because Alia made sure I had contact information for any former students I wanted to speak with.When I was accepted to the program, I received personal phone calls from both Alia and Marisa. I mention this because it was in stark contrast from what the other schools sent: a form email that referred to coding bootcamp and a GitHub invite. The care and concern was followed through from day one. Weekly surveys and one-on-one talks that the staff holds with each student allow any issues (from speed of the class to mental wellbeing) to be addressed. When you're working so many hours, it's sometimes just extremely comforting to be able to sound off!The main staff at Ironhack is pretty amazing. Marisa made it clear that she was always available and legitimately cheered us all on throughout our weeks of hard work. The UX class has a lot of moving parts, with new professors every week, professional mentors coming and events outside of the program, and she managed it all with genuine enthusiasm. Pretty sure she could run a small country. Alia was a calming presence in the building. Even though a lot of her job happens behind the scenes, she knows and actively cares about every student that walks in the door.I can honestly say that Brito has been one of the most supportive people in my life while I made this career move. He used his network to give a couple of my UX endeavors a lot of attention which is above and beyond any job description he has. He hustles hard for each and every student when in comes to career placement. I had 10 interviews the last day of Ironhack. That's insane. I ended up accepting another offer from a company I'd interviewed with the previous day (who had hired ironhack web dev students in the past through Brito's hiring fair) and I started work the following Monday. Even then, I heard that Brito had reached out to them to give me a solid recommendation.And of course, my classmates were the most amazing humans. We helped each other to be better every day of class and continue to help each other as we enter the professional world. We could have seen each other as competition, since we'd be going for the same jobs, but we became a community instead.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +237272,10828,ironhack,Jarrod Luca,False,2017,Great summer learning experience,2017-08-19,4.7,5.0,4.0,5.0,"I joined Ironhack due to my strong desire for self-directed learning, particularly programming. I entered Ironhack with prior experience as a front-end developer at an agency and a few computer science classes at college. I thought the course started... Read More off slowly and I had concerns about where I would be by the end of it. By the end of the course, I was extremely satisfied.Nizar was a phenomenal instructor and took plenty of time to make sure we understood didfficult concepts. He's also a great, humorous guy we all got to know over the course of 9 weeks. Nizar is better than most college computer science professors I have had. The Ironhack staff is welcoming and passionate about what they do everyday. They realize the risk we are taking and support us wholeheartedly. Ironhack is also in a great location! Building.co, the coworking space Ironhack uses, has a provides a kitchen, snacks, and coffee to Ironhack students. The building is extremely well maintained, and the classroom lets in plenty of natural light, so you don't feel stuck in a building all day. There is also a grerat outdoor rooftop to eat lunch, play games, and relax.Brito is equally phenomenal as Nizar is as an instructor. He loves what he gets to do, and it shows. Although I was not searching for a job afterwards, Brito is willing to help connect you to the right people in the tech community. His network is ENDLESS. Listen to this guy - he knows his stuff.Ironhack has given me the confidence to continue to learn as a developer, and pursue my own ventures. The connections you gain here are truly valuable. I will be returning to Florida State University to continue my degree in computer science. I would not have been exposed to this great technology and community if it wasn't for Ironhack.Read Less",Full-time Web Development Bootcamp ,Web Development +237200,10828,ironhack,Jessica van der Marel,False,2017,Full Stack Web Development course (fulltime),2017-08-16,5.0,5.0,5.0,5.0,"3 months at Ironhack is all it takes to change not only your career, but also your life. At first I was a little hesitant to start a bootcamp as I came from a Tourism/Hospitality background and had no Tech experience what so ever except from learning... Read More HTML and CSS (and a little bit of Wordpress) on my own. However, at some point I found myself stuck in my own learning process and decided to look into Ironhack. I was able to come by that same day for an introduction and that is where it all started. Now a couple months later, I am officially a Front End Web Developer at a modern and thriving company! For everyone thinking about doing this bootcamp, I have a few pieces of advise for you: First of all DO IT! It will be the best decision in your life! Also, put in the work. I am not going to lie that it is tough! It took me blood, sweat and tears (literally) to keep up! Learning to become a full stack web developer in (not even) 3 months, which most people not even learn in a year.... You do the math!I want to give a special shoutout to Nizar, our Lead Instructor for the course. This guy offered us twice to come in on a Sunday to bring us up to speed. (we were a little behind on our work, because of national holidays). This to me screams passion for your work. Also all the extra work that he put in like staying late to debug our errors and make sure our application is back up because it crashed the day before presentation day.... it is very much appreciated!Also the TA's Ariel and Kevin were great for extra support and guidance. They help you out wherever they can but more important, they also give you the space to find your own solutions for ""learning how to learn"" purposes.The classroom environment was the best I have ever experienced. It is beautiful to see how many different nationalities and backgrounds get along so well and help eachother out where possible. Also the yoga sessions on the rooftop and lunches at Burgers & Beer really set the tone for a great time among the students (and teachers :) )Last but not least a big thank you to Brito, who is the placements Manager. He helped us getting ready for the job hunt. From giving pointers to set up your LinkedIn page and resume, to do's and don'ts for your job interview and to arranging some great guest speakers that would tell us about their experience and that would answer all questions we would have. This all lead to me getting hired as a Front End Web Developer even a week before graduating. Thank you again!Like I said in the beginning of this review. It has been a life changing experience and I will forever be thankful to those who helped make this possible!Read Less",Full-time Web Development Bootcamp ,Web Development +237199,10828,ironhack,Valerie Brunnette,False,2017,From Consumer to Creator,2017-08-16,4.0,4.0,4.0,4.0,"I first considered joining Ironhack after attending one of the cohort's ""hackshows."" I found the students' final projects inspiring, and I realized that UX/UI design would be the perfect application for my creative problem solving skills. I applied, interviewed,... Read More and was accepted with a scholarship to the Spring 2017 cohort. I enjoyed my time in the course- learning lots, utilizing the amenities at Building, and meeting new people! In the end, I was able to create a very professional looking app within 2 weeks for my final project. I proudly presented it at our hackshow and realized that things had come full circle! :) The connections made and concepts learned were invaluable, as I was actually hired as a Product Designer by one of the Ironhack instructors after the course!Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +237178,10828,ironhack,David Alarcon,False,2017,From dream to reality,2017-08-15,5.0,5.0,5.0,5.0,"The most important thing I learned at Ironhack Other than MEAN stack and all things about JavaScript, is the fact that no matter how difficult a concept or computer language might seem at first, given enough time and practice, I will be able to figure... Read More it out. The fact that in class they encourage us to find solutions on our own, gave us the power to be self-sufficient. Project weeks are the best. Those are the moments when everything comes together, and you feel encourage to work hard and keep at it. Nizar, our instructor was Amazing and his classes were fun! His patience and love for teaching is self evident. Also his vast knowledge is admirable. Our T.A’s Kevin and Ariel they were both incredible. Although Kevin was a bit more approachable, Ariel dominates the subject incredibly well. Ironhack’s staff are all aces in my book. They are friendly, genuine, passionate and fresh. The classroom at Building.co was a key element for my success. The open areas, amenities and activities were fundamental to keep me focused and energized... and the coffee, specially the coffee! Brito, the Placement Manager, is without doubt the warrior that fight next to you. His advise, wisdom, and passion made me feel confident about my potential and value. Since the day I had my admission interview, I knew I could count on him. Everything he promised he delivered, and more. My time at Ironhack clearly impacted my life. I still can’t believe how in less than 3 months I was able to turn my life’s dream into a reality. Not only I understand the secret world of coding, I am also making a real career out of it. And this is only the beginning :) .Read Less",Full-time Web Development Bootcamp ,Web Development +237134,10828,ironhack,Crystal Jones,False,2017,Game Changer,2017-08-09,5.0,5.0,5.0,5.0,"I went in to Iron Hack’s web dev bootcamp after a couple of years of self study and crash coursing my way through contract development work. While I will always be proud of the achievement’s I made on my own, going to Ironhack has completely changed my... Read More career, the way I learn, and my understanding of programming. In retrospect I now know I knew just the surface of most elements of the development life cycle, and core logic of coding. Ironhack took me deep into the logic and overall understanding of software and because of that I can now proudly say I wake up each day feeling and knowing I am a full stack developer. The staff at Ironhack went above and beyond to ensure everyone’s success. Nizar is one of the best instructors I have ever had, and I don’t say that lightly! His patience and dedication are inspiring. I hope he teaches forever because I don’t think there are many out there with the technical talent and ability to teach on this level. Our TA’s Ariel and Kevin bring energy and creative insight to the course that keeps you going even when you are sure you can’t finish, or understand a concept. The will work with you through the challenges and celebrate your achievements every step of the way.Daniel Brito is the career wizard at Ironhack. His dedication to your success is genuine and he stays with you even after the course making sure you stay on the path to success. He taught us so much about building our brand and awareness into the world of software careers. This comes from years of experience and insightful knowledge that is priceless. I will end this by saying a few things. One I would go back and do it again in a heartbeat. Even the hard times, the late nights, every moment of it brought me where I am today. Two I am happy to say that after Ironhack not only do I have a job as a full stack developer right out of school but also am working with a software company to bring my hackshow project to market, which would have never been possible without the knowledge and drive I gained at Ironhack. My third and final thought, if you love software and need a place to start, you really don’t need to look any further.Read Less",Full-time Web Development Bootcamp ,Web Development +237092,10828,ironhack,Gabriela Parra,False,2017,Best Learning Experience!,2017-08-05,5.0,5.0,5.0,5.0,"You can learn how to code on your own, with enough motivation, a computer, and internet connection; I really believe you can. So, why did I decide to join this bootcamp? Because making the transition from being someone who codes for fun to someone who... Read More gets paid to code is tough without the connections, it's tough without asking peers what has been like for them. Ironhack provided me with a supportive community full of people who inspired me and this is why I will forever love this place.Nizar, our main instructor, is undeniably great at what he does. He truly wants you to get it, he is patient and dedicated. This is a genius developer who could be working anywhere he would like and instead chose to help a group of people achieve their goal of being real world developers.I'm also incredibly thankful to Alia, who's now the Director of this campus. She was the one who introduced me to Ironhack and I didn't even consider any other bootcamp the moment I talked to her. This place is full of passionate people who truly want to help you. Another one of them is Daniel Brito, our Placements Manager, this guy couldn't fit his personality is a room if he wanted to. He will go to any extent to help you understand what you need to do to get a job as a developer. We had several great guest speakers, all scheduled by him. Brito will remind you throughout the course that getting that job, which is the ultimately goal for a lot of us, is not only about being good at coding but about putting in the effort for all these other steps-- and he will help you set that up. My classmates were another valuable part of the experience. We all got along and supported each other throughout the course. It was refreshing and inspiring to be around this great group of people from so many different backgrounds and ages, I learned a great deal from them. I was really proactive on that LinkedIn and was able to land a job before finishing the bootcamp. But, the credit is not all mine as Brito gave me all the pointers I needed to let my employer know how passionate I was about this, and how interested I was in helping their project as well as keep growing as a developer.Life changing experience. I would do it again in a heartbeat.Read Less",Full-time Web Development Bootcamp ,Web Development +236972,10828,ironhack,Daniel James Hill,False,2016,Ironhack 2016,2017-07-27,4.0,4.0,4.0,4.0,I was very happy with the overall experience. The course is very demanding and you need to fully commit to it if you are thinking about doing a bootcamp. The staff at Ironhack were top notch and very helpful. The teaching staff were super helpful and... Read More made the experience especially the TAs. I would recommend the course but be ready to work hard and learn a lot.Read Less,Full-time Web Development Bootcamp ,Web Development +236964,10828,ironhack,Adria Marti Blasco,False,2016,Best decision of my life,2017-07-26,5.0,5.0,5.0,5.0,"I thought too many times to study computer science, but to be honest I couldn’t dedicate at my age 4 years of my life to achieve a computer science degree. This is why I decided to study a Bootcamp.I had some previous front end knowledge but not back... Read More end. I studied graphic design (nothing related to IT) and after the 3 first weeks I became able to build simple web apps with Ruby on Rails! Seems impossible but it’s completely affordable.We spent 8 hours per day in a standard class with amazing teachers that drive you from the more basic things to more expertise via good coding examples and exercices.Then, after 8 hours with guided lessons you were able to continue working on extra exercices that cover through real project examples what has been done during the standard lesson.Mi point of view is that if you would like to achieve a good level there is needed to at least dedicate between 2-5 extra hours per day to consolidate all material. Don't worry about don't see your common friends, in Ironhack you will have a family!I would like to said also that before finish the bootcamp I got a job in a top international IT company located in Barcelona (I had a lot of interviews, because Ironhack also pushes you to get a job thouroug all the events and contacts that they have, and I succeed in some of them. I got 3 job offers). I jump from a creative job to a developer one in just 4 months, everything is possible if you are brave enough!If you have any question you can ask me via linkedin: https://www.linkedin.com/in/amartib/Read Less",Full-time Web Development Bootcamp ,Web Development +236962,10828,ironhack,Sergi,False,2016,Curso Programación Web,2017-07-26,5.0,5.0,5.0,5.0,"Realicé el Grado en Economía en la Universidad Autónoma de Bellaterra (UAB) mientras trabajaba como administrativo en una empresa de logística, después de tres años trabajando allí, me despidieron y tras casi un año en paro me decidí por entrar en Ironhack,... Read More aconsejado por un amigo que trabaja en el mundo de la programación.Ha sido una de las mejores experiencias de formación que he tenido. Pasas por momentos de estrés, momentos en que piensas que no te quedas con nada, pero ver como a medida que va avanzando el curso y realmente te das cuenta de que te van saliendo las cosas y vas acordándote de todo lo que has ido haciendo es muy gratificante, en parte gracias tanto a los compañeros como a los profesores, que siempre están para ayudarte.Yo diría que lo más importante que he aprendido es aprender a aprender, este curso te enseña a programar y a saber cómo hacer aquello que todavía no sabes hacer. Lo mejor sin duda es ver el resultado final en el proyecto, ver que has logrado hacer algo que cuando empezaste el curso jamás habrías imaginado que podrías llegar a hacer, y por otro lado todo lo que hemos vivido todo el grupo de estudiantes del curso junto con los profesores y los trabajadores de Ironhack, sin duda una gran familia donde siempre ha habido muy buen rollo y con los que hemos sabido amenizar las dificultades del curso con comidas, Ironbeers, etc que han ayudado a desconectar lo justo del curso y poder seguir con más fuerza si cabe.Ahora mismo estoy buscando un nuevo trabajo, pero porqué hasta hace nada he estado trabajando en un proyecto que he terminado. Con este curso salimos preparados para encontrar cualquier trabajo en el sector, hasta los que no habíamos estudiado nada relacionado con el mundo de la programación antes, como es mi caso.Read Less",Full-time Web Development Bootcamp ,Web Development +236853,10828,ironhack,Alina Gasperino,False,2017,Fantastic Full Time Full Stack Course,2017-07-21,4.3,4.0,4.0,5.0,"Firstly, I'd like to acknowledge the amazing team there, because they are an integral part of what makes this bootcamp so amazing:Nizar (instructor) - Nizar's expertise is invaluable. He also clearly has a passion for teaching and empowering others to... Read More learn. Its clear he really cares about his students and whether or not they are keeping up. He had stayed late many times because someone needed his help. By the end of the course my class bought him a golden pizza trophy because we were so grateful to have him. Daniel Brito (placements manager) - If you do your part, you can trust that Brito will do his to get you a job. He is very much involved throughout the entire course, whether its setting up amazing speakers to coming in, helping you write your resume, or teaching you everything there is to know about being a good job candidate. He used to be a SR IT recruiter and has even gone through a web dev bootcamp himself so he has a wealth of knowledge and most importantly- contacts for networking.Ariel Quinones (co-founder) - Really great guy, down to earth and is SO passionate about what he does. You'll see him around often and chat with him and he may even casually join you for lunch.Other shoutouts:Alia (general manager) is a joy to work with, she makes you feel like you can go to her for anything. You can tell she works her butt off to keep everything running smoothly and still always manages to have a smile on her face.Ariel (assistant instructor) is super bright and really great at explaining difficult concepts and breaking them down.My entire cohort- Awesome group to work with. Everyone was super friendly, non-judgmental, and always willing to work together and help each other out. I am so thankful that the people at Ironhack purposefully select people that they think can ""play well with others"". I made really great friends during my time there. Some other points I'd like to make:- the Ironhack team does a really good job at asking you throughout the course what you think can be improved. They are also very in-tune with how you're feeling about your performance whether or not you need extra help or accomodations.- The building where the course takes place is SUPER cool. There's a nice grassy rooftop to relax outside when you've been staring at a computer for hours. There's also a free keg and delicious snacks in the kitchen. Its also walking distance from the metro. Great spot.- **You do NOT have to be an expert in JS to take this course, but you MUST have a firm grasp on it. The course moves very very quickly and you can't be spending time re-hashing JS. The entire course basically builds upon JS so make sure you can code it comfortably.**- You're going to have to work on the weekends, otherwise you'll forget.- Try being a week ahead on assignments and doing them on your own. That way when it comes time to go over it in class you've already digested it at least once and you're prepared to ask meaningful questions.- The journey doesn't end after Ironhack, you'll have to work even harder to retain everything you've learned, apply it, and build on top of that knowledge. This bootcamp isn't a shortcut to a career, its a stepping stone.Bottom line? Great people, great course. If you're committed to this craft and you have a passion for it, go for it.Best of luck!Read Less",Part-time Web Development,Web Development +236805,10828,ironhack,Maikha Abarca,False,2015,From Ironhack to ThoughtWorks,2017-07-13,5.0,5.0,5.0,5.0,"I fell in love with coding when I studied at Ironhack at the end of 2015. It was an unexpected but wonderful process. The whole experience was an incredibly challenging but fulfilling adventure and at the end I was exhausted but grateful. I always say... Read More that it was like opening the door to a wonderful unknown world full of technological mysteries and magic. Yes, I wanted to be a magician, there was still a lot to learn but the door had been opened.After the bootcamp, I was lucky enough to be offered a variety of very interesting jobs, partially because of my previous experience as a designer but mainly because I COULD NOW CODE. Many people still have no idea how different the world can be when you can code. So off I went, worked in three different startups managing projects, changing processes and contributing in the creation of amazingly innovative digital products.Today, after a long period of self evaluation, I have been offered a job at one of the most wonderful software consultancy firms I have ever heard of. I will be a developer at ThoughtWorks.Ironhack changed my life and I guess I am still in love.Read Less",Full-time Web Development Bootcamp ,Web Development +236739,10828,ironhack,Dana Marie,False,2017,UX/UI MIA,2017-07-10,4.0,4.0,4.0,0.0,"As with anything in life, you'll get back what you put in. IronHack proved to be just that. A bootcamp that provided a well-rounded curriulum that offers a peak into what the UX/UI world pertains without sugar coating the effort that it takes to become... Read More a part of it. Instructors come with solid resumes and years of true hands-on experience that helped guide students' personal missons and soldify their purpose for taking the journey in the first place. The staff cares deeply about the program and the success of their students. I for one took the course not to change my career, but to enhance my current skills. In the end, I definietly got what I needed out of it. If you're thinking about taking the course whether to switch careers or out of curiosity, I'd say do it. You won't regret.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +236700,10828,ironhack,Lorenzo Gimeno,False,2016,A great trampoline for your professional career,2017-07-07,5.0,5.0,5.0,0.0,"Even though I have a business background, I have always been interested and attracted to learn how to code. During my MSc in Innovation and Entrepreneurship, I realized how important is to have at least some basic knowledge on programming. For that reason,... Read More I decided to join Ironhack last summer for the two months’ intensive bootcamp. I am very happy with the decision I made. In two months, I was able to learn in a structured way all the basic concepts and gain a solid base that allows me right now to keep learning, on my own, based on my needs. In my opinion, all the theoretical knowledge is important, but the only way to improve is to practice, to make mistakes and to learn from those mistakes. The bootcamp format combines the theory (morning) with the practice (afternoon) very well. During the practice period, you have teacher assistants that can help you solve all the problems you may encounter. The coding community is growing at a fast past, there are a lot of events going on. Ironhack allows you to become a member of the community and gives you access to all the workshops and events for you to keep learning other practices and to meet interesting people working on the field that can help you with your personal projects.As for me, after the bootcamp, I decided to start programing my own software for the startup I am working for.Read Less",Part-time Web Development,Web Development +236692,10828,ironhack,Laura Amber,False,2016,Learn by doing.,2017-07-06,5.0,5.0,5.0,5.0,"I had just presented my final career project and finished the Graphic Design Degree. I wasaware of the fact that with this professional profile I’d find so many amateurs and intrusiveness. Ihad to specialize if I wanted to position, differentiate and... Read More define myself. And I wanted digital andtechnology fields to be my professional playing field from then on.I got my eyes on Ironhack for a year. Perhaps the first thing that attracted me from it was thenaming. “That must be a place where pro people come from”, I thought, and I wanted to becomeone of them. As an intensive bootcamp, time saving was another important reason to take intoaccount, and so it was the fact that it didn’t follow the traditional educational model, tied tostupid numerical qualifications. I was looking for applied theory. Utility. The “learn by doing”.Finally, I took a step forward and moved to Madrid.I would highlight people as the best part of the experience, both the Ironhack team, teachers (industry professionals) and class mates. The opportunity of being able to meet minds that areworried about the same things as you, with ambitions and goals, and so much desire andsupport. People who make you discover a world, and share and fuel your curiosity. Many “I can’twith my life” followed by “God, this is what I love”, and continue progressing.Today, I am part of the first UX / UI Ironhack MAD bootcamp promotion, and a new professionalcompetence with graphic design skills expanded with product design, interface and userexperience, among other things (such as 3D, audiovisual, music, photography and some front-end). Notions that are extended every day by the self-taught work as well as the daily work as Design Director at Finect, a smart-data company in the Fintech sector whose goal is to bringfinances closer to the people.Undoubtedly, Ironhack has been an open door. Now the key is to seek how to take advantageof all the opportunities that appear. And the more you move, the more they appear. So don’tstop moving and following the path of your concerns.For any query, you can find me in Medium, Dribble and Twitter.Kind regards, and continue improving.Laura AmberRead Less",Full-time UX/UI Design Bootcamp,UX/UI Design +236665,10828,ironhack,Héctor León,False,2015,Changing the course of my working life,2017-07-04,5.0,5.0,5.0,5.0,"I did the bootcamp two years ago without previus code experience. it's quite intense but at the end you gonna feel yourself like a better version of who you were. The most important skill that i have learned there was the constancy, more specificy, the... Read More constancy in keep searching until you find out the solution of a problem. The instructor and the staff are leading/helping you over all the bootcamp. My classmates where amazing, even if we have different levels since the first day, we helped each other and all improves our knowledge.It's awesome how another person think about the solution of a problem, so different ways.I left my carreer path behind, and started a new one as a frontend developer. I'm still in the middle of the path but now i know what i want to do.I have been Front-End developer Jr., now i'm a freelancer and a TA in IronhackRead Less",Full-time Web Development Bootcamp ,Web Development +236752,10828,ironhack,Lorenzo,False,2016,Great trampoline for your professional career,2017-07-03,5.0,5.0,5.0,5.0,"Even though I have a business background, I have always been interested and attracted to learn how to code. During my MSc in Innovation and Entrepreneurship, I realized how important is to have at least some basic knowledge on programming. For that reason,... Read More I decided to join Ironhack last summer for the two months’ intensive bootcamp. I am very happy with the decision I made. In two months, I was able to learn in a structured way all the basic concepts and gain a solid base that allows me right now to keep learning, on my own, based on my needs. In my opinion, all the theoretical knowledge is important, but the only way to improve is to practice, to make mistakes and to learn from those mistakes. The bootcamp format combines the theory (morning) with the practice (afternoon) very well. During the practice period, you have teacher assistants that can help you solve all the problems you may encounter. The coding community is growing at a fast past, there are a lot of events going on. Ironhack allows you to become a member of the community and gives you access to all the workshops and events for you to keep learning other practices and to meet interesting people working on the field that can help you with your personal projects.As for me, after the boot camp, I decided to start programing my own software for the start up I am working for.Read Less",Full-time Web Development Bootcamp ,Web Development +236576,10828,ironhack,Gin,False,2016,You Get What You Give,2017-06-25,5.0,5.0,5.0,5.0,"If you go into Ironhack with the mindset that this course is one of many steps you must take before you become an amazing developer, you will succeed. Put in the hours during coding camp. Put in the effort during your job search. And most importantly... Read More put in the hours to continue your programming development after the course. If you think ANY codecamp can suddenly make you worthy of applying to Facebook etc as a developer at 200k, you probably need a reality check. Perhaps you could sell yourself yourself as a project manager who can do business and code after bootcamp, but to become a developer at that level, you will have to devote at least a year of self learning in which you work on some pretty kick ass projects to get you remotely close to that level. Have realistic expectations and dedication and you will be more than fine. I would recommend Ironhack to anyone who has a limited programing background and wants a truly immersive, yet fun experience. I made several meaningful friendships during my time at Ironhack. As for the instructors, Josh and Nizar were more than willing to spend extra time to develop those who wanted more than a surface understanding of the material. The job that I took after Ironhack happened to be a direct placement of Danny Brito. My first 3 months as a software engineer were intense as coding school gave me the foundation but it was my turn to quickly build on that foundation to perform on the level I desired. While I got a job that did not use the primary language we were taught, it is because of the structure and logic challenges I faced when writing code in Ruby that I could make my footprint at my company and climb up the ladder.Read Less",Full-time Web Development Bootcamp ,Web Development +236530,10828,ironhack,Miguel,False,2017,Once upon a time...,2017-06-20,5.0,5.0,5.0,5.0,"Once upon a time...There was a man who felt the call of ""The force"". There were so much brute power inside him... and he knew so. He wanted to control that force to do something useful in the war between the Mordor army and the Funky Army. He started... Read More his travel to be teached by the greatest masters... and someone heard his call: The Ironhack Order.He traveled to the capital in Neverland to know that wonderful people that everyone was talking in the Funky Army, and he did the test to become The Master Of The Universe and help the world to be brighter.First day came and Marc Snow(Lead teacher), leader of the Enterprise squad, told him: ""I will give you Javascript, bro! Now you could control your inner force"". With the help of Raul Spok (Assistant teacher) and Papu Sulu (Assistant teacher), the warriors were well trained....And the days past. Today i can say that I'm a Javascript Shaolin, and we have the best preparation to defeat the Orcs of ugly code.Live long and prosper!Read Less",Full-time Web Development Bootcamp ,Web Development +237729,10828,ironhack,Fernando Martínez Larrañaga,False,2017,Mi experiencia en Web Development Bootcamp de Ironhack,2017-06-19,5.0,5.0,0.0,0.0,"Me llamo Fernando y tengo 41 años, estudié Historia, Diseño y producción Editorial, los últimos 6 años los dediqué a escribir tres libros y publicarlos. He realizado alguna página web con Html y css y quise dar un paso mas, usar nuevas tecnologías, contacté... Read More con Ironhack y me animé, con cierto miedo, la verdad, ya que pensé que sería un imposible realizar este bootcamp en solo dos meses y sin tener experiencia en programación, pero te preparan con un prework para que tengas las nociones básicas para comprender todos los lenguajes y metodología que dan en el curso. Para mi ha sido un reto, ya que muchos compañeros tenían experiencia en este sector, por lo que el esfuerzo ha sido máximo, en algunas ocasiones ha sido desesperante pero cuando unes todas las piezas del puzzle sientes una gran satisfacción. Aprendes muchos lenguajes en un corto espacio de tiempo, los profesores son muy exigentes y eres tu el que, con las nociones aprendidas, debes resolver dudas y realizar 3 proyectos. Es difícil para los que nos iniciamos en esto, no imposible, para mi ha sido un reto muy positivo y recomendable. Aprendes también a desenvolverte en público al presentar tus proyectos, a trabajar en equipo y sobre todo a valorar tu trabajo, que valores lo que has hecho y defenderte a la hora de realizar las entrevistas de trabajo, cuyas empresas vienen a la sede de Ironhack cuando terminas el bootcamp.En Ironhack se vive un ambiente muy cercano, solemos realizar actividades en equipo y existe tiempo después de estudiar mas de 10 horas para reunirnos y tomarnos unas cervezas, las famosas ironbeers, esos momentos de desconexión no tienen precio. Me llevo una gran experiencia y muy buenos amigos.Read Less",Full-time Web Development Bootcamp ,Web Development +236218,10828,ironhack,Paula,False,2017,Fantastic Experience,2017-06-19,5.0,5.0,5.0,5.0,"Before starting Ironhack bootcamp, I was working in a consulting company.The experience was great. When I decided to take the course I was a bit afraid, because I was leaving a permanent job in order to study the bootcamp, and I really didn't know if... Read More it was going to be okay or if I even would like web development. However, after living the experience, I think that it was the best decission I could have taken.Besides the contents of the course, the most valuable lesson has been to see that, if in just 9 weeks I have been able to learn so much and develop several projects, I am able to do and learn anything that I propose.What I liked the most about the bootcamp was the camaraderie and the good atmosphere that we have always had. During these weeks, we have spent many hours together, and despite stress there have always been good faces and a desire to help others in any way possible.Read Less",Full-time Web Development Bootcamp ,Web Development +236492,10828,ironhack,Joana Amram,False,2017,Super desafiante,2017-06-16,5.0,5.0,5.0,5.0,"​Com um background em Economia e Marketing, decidi experimentar um novo ramo: a programação! Porque? Porque era mais um desafio como todos os os outros mas a minha experiencia no Ironhack foi incrível. A forma como nos ensinam não tem nada aver com outro... Read More tipo de ensino. O foco principal é fazer com que te desenrrasques e que aprendas a fazer tudo de forma prática. Para não falar do ambiente: estive em contacto com todo o tipo de pessoas, desde ex-programadores de Cuba como estudantes Venezuelanos. Toda uma comunidade cosmopolita junta 24/7, que querem todos aprender a programar com a maior das motivações.Aprendi principalmente a aprender e para além disso trabalhar em grupo e sob pressão.O que mais me fascinou foi o facto de não existir qualquer tipo de hierarquia entre os professores e os alunos que facilitou a aprendizagem. Programar não é para todos mas sim para aqueles que querem!Read Less",Full-time Web Development Bootcamp ,Web Development +236488,10828,ironhack,Mariano,False,2016,Life changing Experience,2017-06-16,5.0,5.0,5.0,5.0,"Before Ironhack I was a Marketing Strategic Planner, I worked for advertising agencies making and planning campaigns. My experience in IH has been a total life changer, in 3 months I changed my professional career. In Ironhack I learned how to code properly,... Read More and the skills I needed to learn anything related to code quickly and improve day by day my programming level. After Ironhack I signed for Lavinia, a wine shop/distributor, where I had to mantain and improve their Ecommerce based on ruby on rails. After two months I received a call who finally turned into an offer from a Startup I couldn´t say no. From my experience IH has changed my career expectations , I now have an interesting profile for recruiters and startups and I get several Job proposals every month from everywhere in the world. IH has pushed me into a growing market where professionals are highly wanted and difficult to find.Read Less",Full-time Web Development Bootcamp ,Web Development +236482,10828,ironhack,Christopher Thomas Pelnar,False,2015,Would not be where I am without IronHack,2017-06-16,5.0,5.0,5.0,5.0,"IronHack was hands down the best decision I ever made for myself and my family. It is the best school to receive foundational training in software engineering, and I have been to more than 1 bootcamp. It took me from making 24k a year to 80k a year in... Read More a half after graduating the 3 month course. Nizar and Josh are 2 people I will be forever grateful to for the rest of my life for their passion and commitment to helping me succeed. Ariel is a very understanding and humble CEO and is a great listener who genuinely cares. I really feel nothing but love and positivity towards IronHack and the entire community. Once again, thank you so much for the new life you have given me.Read Less",Full-time Web Development Bootcamp ,Web Development +236367,10828,ironhack,Alvaro,False,2016,Life Changing,2017-06-15,5.0,5.0,5.0,5.0,"My name is Alvaro, I'm 26 and I'm from Spain. I studied BSc in Business Management and MSc in International Trade, and before Ironhack I had worked as a tech & trade consultant for the Spanish Embassy. I also helped launch a beverage business in the US.... Read More Technology has always been my passion, and I decided if I wanted to work in the startup world, I had to become literate in the language that composes the products we create.My experience with Ironhack couldn't have been better. The course was well structured and the pace was just right. We learnt the basic concepts and then focused on practical training for real world applications. The immersive nature of the program makes it easy to learn in three months, and the friendly environment definitely helps.I am currently studying Digital Marketing at UCLA. I have since learnt Node.js and React on my own and I'm working on launching an application soon! Thanks Ironhack for making it possible!Read Less",Full-time Web Development Bootcamp ,Web Development +236473,10828,ironhack,Tuno Villaverde,False,2017,Experiencia inolvidable que volvería a repetir !,2017-06-15,5.0,5.0,5.0,5.0,"Antes de ir a IH trabajaba en el Departamento de Tesorería y Recaudación en el Ayuntamiento de Noia (A Coruña) hace más de 20 años, rodeado de miles de papeles.Mi experiencia en IH ha sido la siguiente: al principio lo pasé un poco mal debido al cambio... Read More climático existente en Galicia y Madrid, y al justo conocimiento del ingles por mi parte (todo esto nada que ver con IH, por supuesto), con lo cual me costó bastante adaptarme pero de la mitad del bootcamp en adelante todo cambió y me dí cuenta que estaba aprendiendo muchísimo en tan poco tiempo y en algo que me gusta.La verdad es que he aprendido a programar en poco tiempo y a entender un mundo que parecía inalcanzable para mí. Lo mejor ha sido el trabajo en grupo, la simbiosis entre todos, y la verdad es que os echo de menos y ya me tarda pasar por Matadero a haceros una visita.Como había pedido una excedencia de 3 meses para poder hacer el bootcamp, al regresar me reincorporé al trabajo en el Ayuntamiento por las mañanas y, por las tardes trabajo y estudio a tope en los 3 proyectos que tengo para la Fundación que me concedió la beca para ir a IH. Y finalmente, de qué me ha servido IH?, pues me ha cambiado bastante la vida a todos los niveles. Para mi, ha sido una experiencia inolvidable que sin duda volvería a repetir.Read Less",Full-time Web Development Bootcamp ,Web Development +236466,10828,ironhack,Michela,False,2017,Muy buena experiencia,2017-06-14,5.0,5.0,5.0,5.0,"Era lo que necesitaba para darle un giro a mi carrera como diseñadora gráfica. ​Aprendí a presentar en público mis proyecto, a ganar confianza en mi misma y en lo que hago. Aprendí a organizar el proceso de trabajo para llegar a un buen resultado. Refresqué... Read More conocimientos y adquirí mucha información sobre lo que se maneja actualmente en la profesión, que era justo lo que estaba buscando. Aprendí mucho de mis compañeros, me tocó un grupo de personas excelentes con las que sigo en contacto y fueron muy importantes los dos meses. ​La hiring week superó ampliamente mis expectativas, me han contactado por segunda vez casi todas las empresas. Era insegura para las entrevistas y esa semana noté un cambio en mi bastante grande, que estoy segura que tiene que ver con todo el proceso de aprendizaje de los últimos meses.Fue muy interesante toda la experiencia y conseguí trabajo antes de terminar la semana.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +236445,10828,ironhack,Rafael Melón,False,2017,Una buena inmersión de código,2017-06-13,5.0,5.0,5.0,5.0,"Estuve trabajando durante varios años en entornos de desarrollo web en diferentes empresas grandes y pequeñas y a su vez formándome en nuevos lenguajes de código. Con el tiempo me di cuenta que necesitaba una formación a full-time para dar el siguiente... Read More paso y descubrí esta escuela que me ofrecía una formación diferente al respecto. Buscaba una formación orientada al JS y a frameworks basados en este lenguaje. En esta escuela te ofrecen una formación completa y continuada llena de retos, prácticamente todos los días estas tocando nuevo código y cada día es una prueba, aprendes lenguajes de desarrollo en tiempo record y todo a base de tu propio esfuerzo. Además de que siempre tendrás tutores a tu alrededor que te ayudarán a superar los ejercicios de cada día. Muy recomendable si quieres trabajar en este mundillo.Read Less",Full-time Web Development Bootcamp ,Web Development +236441,10828,ironhack,Daniel Garcia,False,2016,Buen sitio para iniciar un cambio,2017-06-13,4.3,4.0,4.0,5.0,"Antes de comenzar IronHack, como ingeniero industrial, llevaba la dirección técnica del área eléctrica de la empresa donde trabajaba. Aunque tenía una carrera profesional encauzada, no me encontraba a gusto con hacía y decidí cambiar por completo de dirección... Read More hacia el mundo de la programación y las empresas tecnológicas.Dentro de Ironhack te encuentras muy cómodo en cuanto al trato, ya que todo el mundo intenta conseguir que encuentres a gusto y ayudarte a conseguir aprovechar al máximo la experiencia: desde los teacher assistants, hasta cualquiera que pase por allí y que te pueda ayudar.También hay que destacar que en Ironhack coincides con gente que, por distintos motivos, busca lo mismo que tú y en la que te vas a poder apoyar para poder llegar aún más lejos.Aunque el tiempo es limitado y hay muchas cosas a las que tienes que dedicar tu tiempo, consiguen que tengas una visión global y de cada una de las partes de una aplicación web, que puede ser desde algo pequeño como un site de venta online hasta Twitter.Una parte de la formación y del apoyo que te brindan se dirige directamente a la búsqueda de empleo, aportándote tácticas, caminos y consejos para que tardes lo menos posible en encontrar trabajo una vez que termines.En resumen, es una gran experiencia.Read Less",Full-time Web Development Bootcamp ,Web Development +236366,10828,ironhack,Edson Machado,False,2017,Super recomendado,2017-06-12,5.0,5.0,5.0,5.0,"Antes de venir a Ironhack estaba en Venezuela, mi país de origen donde me encontraba trabajando como manager en una empresa que se encarga de distribuir productos a franquicias de comida rápida, aparte estaba en el final de mi carrera de Administración... Read More de Empresas. Me ha gustado un montón la experiencia, el tiempo se ha pasado super rápido ya que el ambiente es muy cómodo en Ironhack. La metodología del curso es muy interactiva en la que de la mejor manera puedes conocer y aplicar en proyectos propios algunas de las tecnologías que mas se están usando en la actualidad. En lo personal mi curva de aprendizaje ha sido muy grande ya que vengo de otro background. De momento ya cuento con los conocimientos para crear una aplicación web desde el scratch desarrollando desde la parte del servidor hasta lo que seria el cliente. Lo mas interesante dentro de la experiencia me ha parecido que aprendes a perder el miedo por conocer nuevas tecnologías. Me siento ya preparado para a través de documentación y practica poder realizar proyectos en cualquier nueva tecnología que salga al mercado.Read Less",Full-time Web Development Bootcamp ,Web Development +236416,10828,ironhack,Tucker JJ Pérez,False,2017,Lo repetiría si duda,2017-06-10,5.0,5.0,5.0,5.0,"Antes de entrar estaba desempleado, lo último fue montar un negocio con unos amigos que no tuvo la tirada esperada. Había tenido muchas experiencias laborales sobre todo de IT en sistemas, y alguna muy casual de desarrollo.Mi experiencia fué fantástica,... Read More superando toda mis expectativas, incluyendo el agotamiento!. Te lo podrán contar, pero hay que vivirlo. Increíble la implicación del equipo de Ironhack y como la transmiten a los alumnos. Un día a día de retos, trabajo, pero también de diversión. Donde te llevan al límite pero están atentos de que no caigas. Lo “sufriría” otra vez.A parte de aprender las diferentes tecnologías, que es obvio. Aprendí sobre mis límites y capacidades, a trabajar en equipo, a presentar mis proyectos, etc. cosas que quedan más allá de la parte técnica pero igualmente importantes y que en otros sitios se dejan de lado.Lo que más me gustó fué el ambiente, sobre todo el compañerismo, y lo podría resumir en el hecho que estando a pocos días de la presentación del proyecto final, con el agua al cuello y estrujando cada minuto para finalizarlo, cualquiera de los compañeros sacaban un momento para pararse y explicarle a otro alguna duda.Read Less",Full-time Web Development Bootcamp ,Web Development +236356,10828,ironhack,Manuel Figueroa,False,2016,Amazing experience,2017-06-09,5.0,5.0,5.0,5.0,"Before Ironhack I was a civil engineer searching for a job in Spain but all the job offers I use to receive were for working in Middle East or South America, that's why I decided to turn my career around and become a developer.The experience couldn't... Read More be better. I had an amazing time doing the bootcamp, not only because lectures were very dynamic and exercises fun to be solved. I do also found real friends, either classmates or teachers.I learned to code and became a real Web Developer in a record time, but the best I learnt, was that you can achieve all you set out for yourself. It doesn't matter if it's a programming language, a new framework or a new career, you can do it.Right now I'm a Ruby on Rails Developer at NEORIS AND I'm in charge of the backend for Santillana App. Definitely Ironhack served me to accomplish this challenge. I think is an amazing academy and I recommend it to anyone who wants to improve his skills.Read Less",Full-time Web Development Bootcamp ,Web Development +236401,10828,ironhack,Alvaro,False,2017,How a self-taught person benefits from Ironhack,2017-06-08,4.7,5.0,5.0,4.0,"I am a self-taught person. Before starting Ironhack i was learning to code by myself online. I decided to join their bootcamp, and learned in 2 and a half months, what i would have learned by myself in more than a year. Their intensive training puts you... Read More under a lot of pressure, but your class mates and their staff will be by your side. You`ll become a Full Stack Developer with a solid programming foundation, ready to face new challenges and learn future technologies.Read Less",Full-time Web Development Bootcamp ,Web Development +236386,10828,ironhack,Pablo Alonso,False,2016,Intense and perfect experience,2017-06-08,5.0,5.0,5.0,5.0,"Before Ironhack I was studying a Double Degree in Computer Science and Business in Rey Juan Carlos University, but I’ve learnt front-end programming skills by my own in the past and I found that I was lacking a big part of UX/UI capabilities.My experience... Read More in Ironhack was PERFECT, with my bootcamp colleagues, with my Teacher Assistant and all the Ironhack staff. I’ve learnt so much, not only about UX/UI Design but about nearly everything, design-thinking, user-research, visual design, information architecture and a lot more, from not only the materials, but also from our teachers, who taught us the skills they have learnt working in the industry.As I finished my bootcamp, Ironhack contract me as Product Designer. The experience was a solid 10/10.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +236307,10828,ironhack,Andrei,False,2017,Great Experience Madrid,2017-06-08,5.0,5.0,5.0,5.0,"I was studying computer engineering at the Rey Juan Carlos university when I decided to do Ironhack. My experience has been really good in every aspect. The social one thanks to the really good community (with my classmates and teachers), and the professional... Read More level, I've learnt a lot.I've learnt about MEAN Stack (in Javascript) something really important and totally different from any language I had learnt during my time at university. Today is one of the most important languages as is one of the most demanded for companies.I would say the best thing of ironhack are the good moments with my friends, for me, it was like another family. In these days we are in the hiring week and i have the opportunity to be the next TA. I'm exciting to live this new experience!!Read Less",Full-time Web Development Bootcamp ,Web Development +236400,10828,ironhack,Fran,False,2017,Fully recommended experience!,2017-06-08,5.0,5.0,5.0,5.0,"Formerly of Ironhack, studied graphic design and worked for 5 years in a digital marketing company, working with Wordpress, SEO campaigns, SEM, Facebook Ads, Google Ads, ... and curiosity to know more about the performance behind the pages took me to... Read More Ironhack.The experience has been incredible from the first day, learning new technologies, all the help and knowledge of the TA, along with the practices and projects carried out, and fellowship during the 9 weeks.I have learned from a simple layout with html and css, to create a project for any company with everything you need, from being able to take data from different apis, work with geolocation and maps, create different services and components for webs, forms integrating the Data in the BBDD ...What I liked the most was the family that we created both students, teachers and components of ironhack, as the ability to complete projects on my own, the daily work of theory and practice, and to be able to present and expose our projects has All the people in our presentations.Read Less",Full-time Web Development Bootcamp ,Web Development +236378,10828,ironhack,Carlos,False,2017,Intense!,2017-06-07,4.7,5.0,5.0,4.0,"Undoubtedly a great experience overall, Ironhack was an extremely arduous course. After finishing my BA in Fine Arts, I discovered by myself the ubiquitous world of programming and instantly fell in love. It was after founding my first business (a makerspace... Read More devoted to digital fabrication) that I decided to change the course of my career and deepen into the world of code.Ironhack suited me perfectly! Even though it is really exhausting, the effort comes with its own rewards: it is a profoundly satisfactory feeling to learn new things every day. From a technical point of view, MEAN stack is what we learnt, but the main strength of the bootcamp comes, in my opinion, on the way they taught me on how to develop a project from beginning to end, and how to properly plan the implementation of the various features.Definitely give it a go, it's worth the experience.Read Less",Full-time Web Development Bootcamp ,Web Development +236376,10828,ironhack,Eduard Calderon,False,2016,Make your project real,2017-06-07,5.0,5.0,5.0,5.0,"Ironhack is the best experience to learn how to develop web applications. They teach you the most important knowledge from the most basic to the most complex, to be a good full satck developer. Above all, Ironhack insists a lot on teamwork and on a methodology... Read More of work and management of projects which is highly valued in the future. The work environment is fun and friendly, with constant interaction.In addition, throughout the course, the instructors are very aware of you and the TA are there always, for any need.The atmosphere of work and relations between workers and colleagues is unbeatable, with very good events and constant communication! Nice place to feel good!The events, workshops, masterclasses,... are of great quality with professionals from different sectors, with a very wide experience. Networking is constant.Once the course is over, the facilities for finding work increase exponentially. In addition, in my own case, you can launch your own project and be part of the industry. Make a dream come true.Read Less",Full-time Web Development Bootcamp ,Web Development +236375,10828,ironhack,Rafael Coomonte,False,2015,"New perspective, learn and enter a world of new opportunities",2017-06-07,4.7,5.0,5.0,4.0,"While it was not my career first choice, just before joining Ironhack community I was working in the consulting business, for more details, in a sector that has nothing to do with my field of expertise, technology, and telecommunications. I was a little... Read More worried about how would I be able to take up all the new knowledge I was going to learn the next 8 weeks, but the experience with all the group of people ended up being awesome. I remember my first developers meetup, some of the students of the cohort went to a Ruby meetup, when we got out of the place we all thought we have not understood a thing on the subject of the meetup but anyway I was more than happy to have such a motivating experience and all thanks to the desire for learning more and more about this new world I had just entered. That is without any doubt the thing I value the most: the growing desire of continuously learning with the help of the people that form the development community. Currently, I work at a startup, Tender.co (www.tender.co). I am more involved in the day to day operations, customers, business development and so on, and not programming too much, but in any case, I am capable of understanding how the web and app development of our platform works. Besides I am always looking for new projects and thinking about the way to develop them. For me, it is very encouraging to know what are the tools needed to face a tech problem and try to solve it with your bare hands and a keyboard.Read Less",Full-time Web Development Bootcamp ,Web Development +236365,10828,ironhack,Ángel Villalba Fdez-Paniagua,False,2015,Amazing,2017-06-06,5.0,5.0,5.0,5.0,"Before joining Ironhack, I was doing a degree in Computer Science, which I finished just one week before starting the bootcamp.It was a really good experience. I joined to Ironhack to improve my coding skills and learn the technologies that companies... Read More are using currently. They did a very good job in teaching that. Now, I'm able to code web applications following good practices. Specially, the bootcamp helped me to consolidate knowledge that the university teaches in a theoretical way. For me the best was the way they teach, we learnt by doing, and all the people I met.Currently I'm working as an IT Trainer at Pronoide. Ironhack has really helped me, now I can learn any technology by my self, and that is something I specially need for my current job, because I have to be constantly learning new technologies.Read Less",Full-time Web Development Bootcamp ,Web Development +236364,10828,ironhack,Nacho Guitard,False,2016,Ironhackers!,2017-06-06,5.0,5.0,5.0,5.0,"Before going to IronHack I was (and I still am, though) a law and business student. I decided to go into that journey because I wanted to do something different to all my peers.It was an increidible experience. It is a different way of teaching; not the... Read More classic lectures that we have at the university, the teaching methods is constantly challenging and 100% practice.I have learned lot of things during the course. Obviously about the web apps; How it works on the surface and the process behind them. The ability to connect them (front and end). Something I think was a key thing in my course was js; I consider that all the future coding needs a top JavaScript.Right now I am on my last year of Law and Business Degree, and currently doing and internship at a consultancy firm. I value what I had learned in a similar way I value Law in the work I am currently doing: lot of people come from a business degree or engineering degree; when we face something legal, they are not comfortable working with that. In my case, having the law degree enables me to answer those questions easierand faster. The same happens with coding, few people know how complex a website is until you explain them.Read Less",Full-time Web Development Bootcamp ,Web Development +236361,10828,ironhack,Andreza,False,2016,Full-time Web Development Bootcamp,2017-06-06,4.7,5.0,5.0,4.0,"I really enjoyed Ironhack Web Development bootcamp and, in general, it exceeded my expectations. It's a great choice for those that want to become developers and it's definitely worth the investment.",Full-time Web Development Bootcamp ,Web Development +236360,10828,ironhack,Susane,False,2017,Highly Recommended,2017-06-06,4.3,5.0,4.0,4.0,"My experience with Ironhack started with the right foot. I first met Alia for my interview, and she could answer all my questions. She was also very nice, encouraging, and positive, which helped me make my final decision to join Ironhack. It was one of... Read More the best professional decisions I've made.My UX/UI course was a great experience! The best part was the people I met during these 2 months. The instructors were great at sharing their real world experience and expertise. Our TA, Eugy Alliegro, did an excellent job providing us constant feedback and extra material. I definitely learned A LOT from her.I recommend this bootcamp to anyone that is looking to both change careers and join the tech community.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +236354,10828,ironhack,Chris,False,2017,Finding family with teachers and alumni alike,2017-06-05,4.7,5.0,4.0,5.0,"Coming from an English teacher's background and without experience nor studies in design, this bootcamp has given me a solid foundation to meet the challenges of the UX/ UI field of today. But as all of us Ironhackers know, the learning has just begun... Read More and we'll never stop exploring and growing. It's nice to say the friendships formed with the teachers and alumni still continue to be a part of my life today. To have that support and ongoing relationship is key to our development as people and designers alike.*WARNING: This course is not for the faint hearted or procrastinators haha. After all it is a Bootcamp. You must be willing to put in 60-80hrs a week if you want to really benefit from it. Just like learning a new language doesn't suffice in just taking classes but living out the culture in the native country, so one must really interiorize the UX / UI methods & practices (24/7). And don't fret, the Ironhack community will become a great family for you during this time.And we get full career support from Ironhack at any future hiring weeks? What!? Amazing.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +236348,10828,ironhack,Chenje Katanda,False,2016,Absolutely worth it,2017-06-05,5.0,5.0,5.0,5.0,"This has to be one of the best investments I ever made in self-improvement. Nizar, the head instructor was very supportive in the learning process and explained complex concepts in a very beginner friendly way. I went in with very limited knowledge in... Read More Ruby on Rails and came out feeling confident in my programming ability as well as my ability to continue learning and growing by myself after the bootcamp.Job search support was impressive, I didn't need it in the first place as I wasn't looking for a job. I however found myself needing it some months after the bootcamp and sure enough all I had to do was reach out and Brito was forthcoming with valuable information and resources that I wouldn't have otherwise found anywhere else.Read Less",Full-time Web Development Bootcamp ,Web Development +236346,10828,ironhack,Anthony Bruscantini,False,2017,Everything I expected,2017-06-04,4.3,5.0,4.0,4.0,"Before Ironhack I studied Electrical & Computer Engineering @ Florida International University. I worked on embedded systems and mobile device Operating Systems at BlackBerry for 2 years. After leaving BlackBerry, I wanted to get into Web Development.... Read More I'd never worked on web projects, but had always been interested. After not having any luck finding work, I decided to enroll in Ironhackers web development course in Madrid (I'm from Miami).Ironhack and it's bootcamp were everything I expected! It was intense - 10+ hours a day coding. I had the opportunity to learn and work with really cool people who I continue to keep in contact with even though they're on the other side of the world!I learned how to build a web app from the ground up. Among various frameworks, we focused on HTML, CSS, and JavaScript - the essentials of web development. The course gave me the opportunity to work on 3 different projects which I was able to put on my resume to show what I've actually done! I can't stress enough how important this is when it comes time for job interviews - more so than experience.I now work as a JavaScript Engineer at GumGum, a computer vision and advertising tech startup headquartered in Santa Monica, California. I can honestly say, I would never be where I am if it weren't for my experiences at Ironhack. I have much to learn, but I'm thankful to Ironhack and all my peers for giving me the building blocks needed to succeed as a web developer in today's rapidly changing tech environment.Read Less",Full-time Web Development Bootcamp ,Web Development +236342,10828,ironhack,Christie Goldstein,False,2016,My Ironhack Experience,2017-06-03,5.0,5.0,5.0,5.0,"I completed my Ironhack bootcamp in between my Sophomore and Junior year of college. I had been studying Computer Science at shool and had taken a few programming course before starting. I did know how to code, but I had difficulties when entering higher... Read More level courses since I thought my foundation was not strong and that I lacked having a full understanding of basic programming fundamentals. I also had no idea what type of programming field I wanted to enter since I was only 20, so applying for an internship was difficult. I really wanted to take my 3 month summer vacation and learn a lot, which was when I turned to Ironhack. Ironhack was the best decision I made as a programmer. I still am amazed at how much I learned in 10 weeks. The circulum of the Web Development bootcamp was outstanding. I was learning languages I wasn't getting the opportunity to work on at school, and it focused on both Back-end and Front-end development, so I got to see what type might interest me to later on pursue as a career. The experience was long and tedidous, but I would recommend it to ANYONE seriously interested in programming. Although I had expierence coding beforehand, I ALWAYS felt a challange at Irohack and was constantly learning. I cannot say enough amazing things about the lead instructor, Nizar, and the T.A., Nick. They dedicate so much time and effort to make sure everyone in the class is on the same page. Both would answer any questions I had. I was finally having those ""aha"" moments where concepts finally clicked that I was missing at school! Although it was definitely rigorous, the Ironhack environment was always so much fun. There was never a day that I wasn't excited to come into class. I loved the partnered exercises. I really felt that they were beneficial since you will always be working with people in a work environment. The assignments you work on are about interesting topics such as creating a movie triva game or using the Spotify API. For the final project, the topic is up to you, and working on it was definitely my favorite part of the bootcamp. Not only did I really see the progress I made, I got to work on an idea that I was passionate about and turn it into a fully functional website. When I returned to school in the fall, I felt so much more confident going into my classes and interviews. I now have a fully active GitHub that showcases all my hard work throughout the course, and I still use it today.Read Less",Full-time Web Development Bootcamp ,Web Development +236336,10828,ironhack,Francisco Antonio Fernandez,False,2016,My personal experience at IronHack,2017-06-02,4.7,5.0,5.0,4.0,"Before IronHack I was a sound engineer working in a cinema as a technician. When the crisis hit, I traveled to London to work and attend a Top Up Degree in sound technics. A lecturer introduced me to programming, and it was love at first sight. I decided... Read More at that moment to become an app developer, so I returned to Spain to make it happen.Ironhack was such an amazing experience. In my opinion, when you learn how to write code you are learning valuable skills to develop software, but you are also unlocking your brain's potential and developing ways of thinking alternatively. It's not easy to learn to program, but it's 100% worth it. IronHack is the key to unlocking your full potential in no time. In record time their program can boost your career, and I enjoyed it a lot.I think that the most valuable knowledge that you learn with Ironhack is how the software industry works.They taught me how to break an idea into smaller pieces and translate it into code. It's not only learning a programming language, it's improving analytical skills that help me to understand almost any language, framework, or tool in a brief period of time.The best part was having the chance to share a couple of months with people who love coding.Just one week after Ironhack, I found my first job as a developer. Now I work in the banking industry handling massive payments as a full-stack developer with Java. In addition, I use other technologies such as Scala, Vanilla JS/JS Frameworks, PL/SQL, and Bash scripting on a daily basis.Learning how to write code has changed my life. It opened the doors for a brighter future in only a year and made me feel more confident. I receive more than 6-7 calls per week offering me a job, and that's amazing if we take into account how the job market is nowadays.Read Less",Full-time Web Development Bootcamp ,Web Development +236330,10828,ironhack,Ana Cristina,False,2016,Experience at Ironhack Madrid,2017-06-02,5.0,5.0,5.0,5.0,"Before Ironhack I used to work as a consultant at the business intelligence department of a company. Enrolling in Ironhack made me alter my mindset. I want to learn more every day and won't settle for less.Beyond the coding languages and the content of... Read More the course, I've learnt how to move in this environment and to seek/identify good new resources that made me grow personally and professionally. I've also gotten to know a lot of people who love innovation and entrepreneurship. For me, this definitely was the best part. This made my motivation grow and helped me achieve all the goals I had in mind.Nowadays I work at a great company called Mediasmart, which is full of great professionals. Without Ironhack it would have been impossible to land here.Read Less",Full-time Web Development Bootcamp ,Web Development +236329,10828,ironhack,Tania,False,2016,Una gran experiencia académica y vital.,2017-06-02,5.0,5.0,5.0,5.0,"Mi experiencia en Ironhack, ha sido una experiencia vital, no solo académica. Estaba buscando un cambio en mi carrera profesional, y por supuesto que se han cumplido las expectativas académicas, además, se añaden compañeros, profesores, TA, y el equipo-familia... Read More que gestiona todo. Y lo mejor, es que en 2 meses sales preparado para el mundo laboral. Los bootcamp de IronHack, son como los buenos libros, llegas al final con ganas, pero se disfruta tanto el día a día que no quieres se termine.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +237730,10828,ironhack,isabel,False,2016,Gran experiencia,2017-06-02,5.0,5.0,0.0,0.0,"Antes de Ironhack estaba en la universidad estudiando Arquitectura. De hecho, durante el Boot Camp estaba empezando mi proyecto final de carrera, compaginé las dos cosas. Me apunté al curso porque quería reinventar mi carrera profesional y pensé que era... Read More un buen momento, ya que estaba acabando la carrera, para formarme en algo nuevo.Fue mucho mejor de lo que me esperaba. No sabía muy bien lo que iba a encontrar allí y resultó una experiencia genial. Amigos, buenos profesores, trabajo duro, mucha ayuda por parte del equipo… Es muy completa porque no sólo vas a clase y ya está, sino que hay muchas más actividades como conferencias, comidas, trabajos en grupo o cervezas.He aprendido muchas cosas sobre UX, sobre diseño y sobre todo lo que se imparte en las clases, pero también he aprendido mucho de mis compañeros. Éramos un grupo muy heterogéneo (con background muy distintos y edades variadas) y cada uno tenía cosas chulísimas para aportar a los demás, nos complementamos muy bien y los trabajos en grupo salían siempre enriquecidos por ello.Mi caso es algo distinto a los demás porque tenía que acabar el proyecto fin de carrera al terminar el Boot Camp y no me podía incorporar al mundo laboral directamente. Aunque así mismo se me ofreció la oportunidad de acompañar a los alumnos de la siguiente edición como Teacher Assistant, así pude seguir vinculada al mundo UX y aprender aún un poquito más.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +236324,10828,ironhack,Alejandro Huerta,False,2017,Expectations fulfilled,2017-06-02,5.0,5.0,5.0,5.0,"My background: I finished my computer Science Engineering 10 years ago, since then I have been working mainly as systems Engineer , having very little programming involved at my work. I´m a very practical person whow has always pretty clear my objectives... Read More , so the decision to go to Ironhack was taken after months of careful research pursuing the best option and valuing what steps should I make on my professional career.Just before the bootcamp I was working as an IBM Presales Engineer in a mixed role : half technician / half commertial). The technical part did not involve programming . IronHack has fullfilled the expectatives i had for the bootcamp: First getting used to programming and the new technologies used by the market at this day, Second find a Job right after the bootcamp so I could start as soon as possible to program and keep growing as a programmer, I acomplished both at the end of the bootcamp ( on the job part I had 2 offers just by one week of interviews).I would recommend the experience , even though a minimal comprension of programming is required , any person with passion and hardwork can pass it through. I enjoyed mostly every day with new practices and new things to learn and hard challenges to confront everyday , lets be clear about this ,Ironhack its not easy and is very intentse, but the benefits adquired through strugling and frustration are more rewarding with the system it has ( having to do a weekly proyect on week 3 already).I´m currently working as a FrontEnd Developer developing an application running in Angular ( one of the technologies covered by the bootcamp) at a digital marketing company that develops its own solutions. Having done several proyects at IH made my integration at the developer´s team very fast and within the first month I was on the same programming path as my companions.About the staff and professionals that works at IronHack i´ve got no complains as they were trustworthy and had the knowledge I seeked to fulfill my goals. I also had luck having great fellow students that were encouraging each other whenever one got stuck over difficult issues . If you are researching IH I think the best way is to ask one of the ex-alumni that are over internet, linkedin or even in person at the events. They would probably tell you that they dont regret the experience and solve many doubts you may have.Read Less",Full-time Web Development Bootcamp ,Web Development +236315,10828,ironhack,Simon Acosta,False,2016,Experience at Ironhack Madrid,2017-06-01,5.0,5.0,5.0,5.0,"Before attending Ironhack in Madrid, I worked in Miami for a company related to technological products and LED illumination, named Airis USA. I was the Operations Supervisor and was in charged of the whole operations of the company since the Operations... Read More Manager was not in town always.My experience at Ironhack was amazing. Amazing because at first I was lost and thought that I have made a mistake, but as time passed and I learned more, I was so amazed with my abilities and my coding, that I couldn't believe. I learned to learn from mistakes and that to be an expert in something you need to practice and never give up. The best aspect of Ironhack was the environment in which you learn to code. The teachers, assistants, managers, and collegues are always so open to help and motivate to give the best effort always. Right now I am back at my home country, Ecuador, working in a digital consultancy company. I work as Digital Account Manager, although it sounds more as a business related position, I am always in touch with programming and programmers in order to deliver the best project. I am not 100% of time coding, due to the fact that I have a business background as well, but I continue learning from the programmers in the company.Read Less",Full-time Web Development Bootcamp ,Web Development +236298,10828,ironhack,Miguel Angel,False,2016,"Learn fast, work soon!",2017-05-31,5.0,5.0,5.0,5.0,"Before IH I was looking for a programmer job, but I was unmotivated and my skills were not very good, so unsuccessfully.The experience was incredible, I learned a lot and I made very good friends and contacts.I have learned a lot about good programming... Read More practices, perseverance and effort.Since I finished, I'm working as developer. not even a week for rest xD. And I get offers every day on Linkedin. IH has helped me a lot for this.Read Less",Full-time Web Development Bootcamp ,Web Development +236278,10828,ironhack,Luis Nagel,False,2017,Happy about the UX/UI Bootcamp,2017-05-30,5.0,5.0,5.0,5.0,"I did the UX/UI bootcamp at Ironhack and I just want to express some words about two of the most-intensive months in my life. It was something I really enjoyed and I would recommend it 100%. Few months ago I was lucky to talk with some of the last edition's... Read More students before I started my bootcamp and they told me: “Say goodbye to your friends and family because you are not going to see them in two months” and also “The more you get involved, the more benefit you will get”. Well... after the bootcamp I can say that it was totally true and that it exceeded my expectations, mainly because I could not believe it would be so easy to find a job. It definitely was.It can be said that Ironhack is not just a matter of studying but also working hard and being involved in a ""Learn by Doing Community"". You work hard developing projects during the bootcamp, alone and with your mates. It is not studying theory but learning from the best professionals sharing their experience and from every mistake you do.The ""Community issue"" is one of my favourites: when you learn and work with other people, as you help each other, you see everyone gets to different solutions starting at the same point. You realise that the team grows ten times faster than you would learn online or in other courses. And also we got involved in the professional community: that helped us a lot to find jobs after the Bootcamp. Everybody says ""College do not prepare people to work and you need to start in a job to really learn"". Well, we had that first working experience really fast at Ironhack (that is the reason it is so tough) so I started working with more confidence about what I was able to do.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +236274,10828,ironhack,Al Delcy,False,2016,Great choice for change of career,2017-05-30,4.7,5.0,5.0,4.0,I attended Ironhack in March 2016 and it was probably the best move I've taken in a while. I was able to learn a lot of great tools that I always wondered about in Web Development as well as reinforce some of my self-taugth knowledge.The instructors and... Read More TA were amazing and always ready to help. The staff gave us their full attention and helped us navigate the areas we struggled in in order to maximize our time at the bootcamp.The facility and location are both great and the environment at BUILDING.co was fun and inviting.Read Less,Full-time Web Development Bootcamp ,Web Development +236271,10828,ironhack,Gonzalo,False,2017,Great Experience!,2017-05-29,5.0,5.0,5.0,5.0,"My experience at Ironhack was very positive.The pace of the bootcamp is very intense and requires practically exclusive dedication, but the result is worth it.I learned totally unknown technologies. I am currently working with them on a company that hired... Read More me a week after finishing the Bootcamp.No doubt, Ironhack has helped a lot to the turn I wanted to give in my lifeRead Less",Full-time Web Development Bootcamp ,Web Development +236269,10828,ironhack,Josh Alexy,False,2015,From Kitchen Worker to Web Developer,2017-05-29,5.0,5.0,5.0,5.0,"Disclaimer: I currently work for IronhackWhy & HowBefore Ironhack I was a kitchen worker, albeit not by choice. I had always been a gamer, tinkerer, and someone that could generally figure out electronics, but I found myself working a job I didn't really... Read More like, for pay that I knew was below me (sorry kitchen workers, it's below everyone).I began my journey by attending a local Pittsburgh school (where I resided previously), studying software development. After taking a host of prerequisite courses, I finally had one online coding class scheduled in after a semester full of speech, philosophy, and biology. Much to my dismay, it was outdated; generally not that well put together; and taught me no valuable skills related to the field, which I can now objectively say as I'm in it.Fortunately, somewhere in that first semester of college, a family member told me about a radio show on NPR that mentioned coding bootcamps. As that second miserable semester and job-related stress began to grow, the idea seemed more and more like it should be a reality. I began looking into schools with none other than course report.At the time in Miami, Ironhack was brand new, although they were an established brand in Madrid & Barcelona. There was another coding school in the area, but they lacked the international credentials and reviews from previous students that would allow me to feel comfortable in putting down a significant amount of money, move to another state, and restart my life. After the course, and being a part of the Miami tech scene, I can say that this was great intuition and am very happy with that decision.The PeopleIronhack from the start was unbelievably helpful. At the time, the team was very small, but I always had the opportunity to be in direct contact with the co-founder; Ariel.Ariel is an impressive co-founder and found a way to avoid the bad bits of Miami tech. At Ironhack, the people you will graduate with, be mentored by, and listen to as guest speakers are the top of the top. This is also reflected in the people he hires.Nizar, the head instructor, is a legend amongst Ironhackers and this isn't without warrant. He's an incredibly patient, talented teacher and developer. This is an incredibly rare combination. Often times in traditional schools (in my experience) you will encounter good coders who just don't have the ability to teach. This is why so many people think they can't code coming out of school. From interview to graduation, and beyond, Nizar is a rockstar.The Course The interview process was a bit nerve wracking, as most interviews are; but if you follow directions, put in the work to study, and really want to change your life you will succeed. You will be expected to learn a few coding topics relatively quickly, and then be tested on it.The course itself is more than likely unlike most academic experiences you've taken part in.Often times in school, you'll be introduced to facts and then be expected to memorize them. Once these facts are memorized, you'll spit them back out onto a quiz, and some person in the ivory tower gives you a piece of paper that says you're smart. This mentality is busted in development, and Ironhack's curriculum reflects that. You will be introduced to topics, given examples and the opportunity to ask questions, and then it's off to the races. You will build something. This is the X factor that online platforms such as codeacademy, treehouse, and others are missing. This is what propels you to be a quality developer. Building Things.There are no easy A's. You're judged on what you build. That is life as a developer.My AdviceIf you aren't happy with the way things are, change it. Do your due dilligence, sift through reviews, and call each bootcamp. I did this, I can say at this point based off of my skills and quality of life that I made the correct decision.Read Less",Full-time Web Development Bootcamp ,Web Development +236254,10828,ironhack,Ike Okonkwo,False,2016,Rare opportunity to learn at a fast pace,2017-05-28,5.0,5.0,5.0,5.0,"The Ironhack Webdev bootcamp is a game changer. The course focuses on a range of tools that set you up to jump into the developing world and work on real projects as a Junior Web developer. I was able to build iterations of personal projects and intern... Read More at a health tech company a few months after the course. The program goes by quickly, you'll find yourself working in groups each day, culminating in a final project. By the end you will feel competent in RoR/ JS/ Html-CSS and ready for interviews. The head instructor Nizar and Nick the TA will work with you until you get the concepts and can fly solo, so you will leave the course feeling like you have gained tangible skills.More than the coding skills, the personalized career support is what sets them apart. Ironhack's placement manager, Brito, is part life-coach part wizard and knows the HR game in and out. Having the continued resources to find jobs and interview hacks increases Ironhack's value to a large extent.Read Less",Full-time Web Development Bootcamp ,Web Development +236253,10828,ironhack,Silvia,False,2017,"Don't come without an objetive, you may achieve it!",2017-05-28,2.7,3.0,2.0,3.0,"WHY I DID ITI chose Ironhack Bootcamp because it motivated me the fact of being part of a community rather than just signing up for a course for going to class and then go home. Of course, once you'r there it's up to you to be part of it or just attend... Read More to classes. HOW IT HELPED A bootcamp helps you to put your first step in to the world you are seeking to enter into, in this case the design world, which in Barcelona is very closed. While after university there is a huge gap between where you are and where you want to go, after Ironhack you actually have already contacts in where you want to go. In the bootcamp there will be events, people coming, lectures from interesting companies, but it will be up to you to network with them, nothing will come by itself. For example, after the hiring days 6 companies reached me and two weeks after I have offers for working for two of them. But it’s very up to you to have the initiative and search for the opportunities and also to decide which is a fair job deal. One month after I was hired in a big company with excellent wages and conditions, but still I feel it's rare. WHAT I LIKEDI went almost from zero in design. I had audiovisual background and it helped to improve some skills I  already had. But, I did build mostly everything from scratch. And now I feel like I increased 100% my skills. Immersive atmosphere it's all about design for 10 weeks. You will find yourself reading design articles while having breakfast and going to bed with design documentaries. ""Team feeling"". You spent a lot of time with the same persons every day. You better deal with it, make the most for getting along with them and encourage them to make things together. You will end the bootcamp with a groups of friends extremely motivate with design. WHAT I MISSEDGoing deeper in some parts of the curricula. More connection with lecturer's job during their classes. You are very free to do the tasks as good as you want. I missed more guidance when you feel demotivated in other to get better results for the portfolio. Not just getting task done because there are a deadlines.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +236224,10828,ironhack,enrike,False,2017,Opinion Ironhack,2017-05-26,4.0,4.0,4.0,4.0,"Me llamo Enrike y soy antiguo alumno de Ironhack. Antes de Ironhack yo había estudiado un FP de Desarrollo de aplicaciones web, pero me tuve que dedicar al negocio familiar, y dejar de lado la programación.Mi experiencia en Ironhack ha sido increíble,... Read More lo volvería a repetir otra vez sin dudarlo. Mi mayor miedo era el no poder seguir con el temario del bootcamp, pero gracias a mis compañero y a los TA, y con mucho esfuerzo, creo que he aprovechado el curso y he aprendido un montón.En el bootcamp hemos aprendido, Javascript Fullstack MEAN Stack (Mongo, Expressjs, Angular2, Node). Gracias a este Stack, veías como semana a semana ibas completando aplicaciones web, mas dinámicas y complejas.Después de terminar el bootcamp, Ironhack organizo una hiring week, con diferentes empresas de Madrid. Gracias a esa semana pude contactar con la empresa en la que actualmente estoy trabajando. Después de terminar, a las 3 semanas ya tenia trabajo.Read Less",Full-time Web Development Bootcamp ,Web Development +236231,10828,ironhack,Anonymous,False,2016,awesome,2017-05-26,4.7,5.0,5.0,4.0,"Not only i learned a whole lot, I've had an amazing unforgettable 2 months. All the staffs over there are nice people. Would definitely recommend to a friend.",Part-time Web Development,Web Development +236229,10828,ironhack,Lu,False,2015,One of the best decisions of my life,2017-05-25,5.0,5.0,5.0,5.0,"Probably the most incredible part of the experience is the surprising level of continuous support from the entire IronHack team. With a family member serious ill throughout the process, I've sometimes had to shoot off to the hospital or the like temporarily.... Read More On each occasion, the team displayed genuine concern, which meant a lot, and helped me stay on track with the course. It's a testament to the IronHack mission of making us part of their community.As an attorney and someone whose career is mostly in management/operations, IronHack teachers made it fairly seamless to transition to what was previously a foreign language (code).Came to Bootcamp with already lofty expectations to be completely immersed in coding for 8 weeks. At its conclusion, I feel like it has exceeded those expectations by also being an immersive experience into technology and a style of thinking.Read Less",Full-time Web Development Bootcamp ,Web Development +236225,10828,ironhack,Anonymous,True,2017,Great bootcamp!,2017-05-25,5.0,5.0,5.0,5.0,"When i had decided to attend Ironhack i had already been considering similar bootcamps for a few months. I had read great reviews about it online and they touted an excellenct job placement record. i find it's not very good to take information like that... Read More for granted, and so i enrolled with a healthy amount of skeptisism.The course was fast paced, but not so much that it felt overwhelming. The way the course is structured encourages teamwork among the class, and fosters a sense of ""we're all in this together"" that adds to the learning experience immensly. I met some fantastic people in the course, some of whom i remain in business with today. Everyone has their stengths and weaknesses. When someone in the class felt like they were losing grasp on the material the teachers and staff acted accordingly, spending time and focusing on the individual learning needs of each student. By the end of the couse even the most technologically adverse students were competent UX/UI proffesionals.Less than two weeks after the end of the program i was one of the first in the class to get hired thanks to Brito (the job placement counselor) who is very well connected in the Miami tech world. If you think of this class in terms of acheiving a return on your investment, i dont think you can really beat this.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +236222,10828,ironhack,Devorah,False,2016,Positive Experience,2017-05-25,5.0,5.0,5.0,5.0,"Overall I really enjoyed my time at Ironhack. The instructors and TAs were very helpful. I didn't find the curriculum too challenging but I have some experience coding. Still, I did learn a lot about how web development works. I loved working on the final... Read More project and having a whole web app that I built myself and understood inside and out.The facility is really great. It's wondeful to be a part of Building Co. You get to meet other people in the tech scene and really feel like a community. Plus the roof is a great place to bond with your team while playing cornhole.I must admit I'm a little jealous that I missed out on the new MEAN stack curriculum, but Ruby On Rails has proved helpful in my current job. As far as career assistance goes, I didn't get a job offer (or at least one that I wanted to accept) as soon as I would have liked, but I did eventually accept a job that I was excited about and I do think that Ironhack helped me make the connection. The interviews that they set up were great practice and lead to some oppurtunites. I love being part of the Ironhack community. Even though I've been a grad for a while now it's nice to have someone to talk to about career development and the Miami tech scene.Read Less",Full-time Web Development Bootcamp ,Web Development +236221,10828,ironhack,Ana Buitrago,False,2017,Great experience! 100% recommended,2017-05-25,5.0,5.0,5.0,5.0,"Ironhack seemed very interesting to me and it definitely was. It made me look at design in a whole different way. I learned how to create a project from the very beginning to the end, always thinking about the user it is aimed for. I learned to use new... Read More tools and got the needed knowledge for understanding UX/UI design and what goes beyond from it. The course requires a big effort, it can be a little intense, but the philosophy of ""learning by doing"" made it not boring at all. It made me realize I not only know the information, but that now I actually know how to apply it. It was a really enriching experience!Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +236219,10828,ironhack,Guillermo Simón,False,2017,"A two months experience, a new full world to know",2017-05-25,5.0,5.0,5.0,5.0,"My name is Guillermo, but from an early age everyone knows me as Simon, my surname. Before entering ironhack I studied the degree of multimedia and graphic design, which I believed would open many doors to the professional world, but it was not so. From... Read More that moment I started to look at sites and courses to specialize in something, then I discovered ironhack since they offered a scholarship to make the UX / UI design bootcamp. The fact is that I tried my luck with the Madrid scholarship (there was another for Barcelona) and I won it. At that time I did not know very well what that was, so I researched a bit on the internet, went to a couple of talks and finally I decided to take the course.The bootcamp in ironhack lasted two months, two of the most intense and stressful months of my life, but I say this with a smile from ear to ear since I do not regret anything. I take a lot of ironhack, all that we learned, the professionals who have shared with us their wisdom, experience and tricks, the colleagues and friends that I have met and with whom I have shared this trip ...What I most liked and impressed me at the same time is all I have learned. In two months of bootcamp I have learned more than in 4 years of design career. If it is true that I have known new fields of study, because the UX was new to me, but right now I do not say that I am a graphic designer, I say that I am a UX / UI designer.When I finished the bootcamp I saw how fleeting it had been, I remembered every afternoon that I stayed in ironhack until 10 pm when there was nobody in the facility, all the exercises and the walls full of post-its, the classes teached by people that was was their daily bread form them... and I only had to look forward and trust that I would find work. And so, just one week after finishing the bootcamp already had two job offers.Since I finished the bootcamp I have not stopped researching, reading, searching, experimenting... they have awakened on me a curiosity for all this world that does not stop growing. And I know that I have a family in Ironhack.Simon.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +236197,10828,ironhack,Victor,False,2017,Awesome and super intense!,2017-05-24,5.0,5.0,5.0,5.0,"It was really demanding, but it was exactly what I was hoping. I really enjoy being under pressure every day, giving the best. Obviously some days it was really frustrating, because you can´t overcome an issue, but that´s part of the course, you need... Read More to learn to surpass the frustation. Without notice, I learned a huge amount of things, and after some weeks I felt ready to confront any challenge. On my personal experience, I learned a lot about coding environment . I came from a super different background, where almost everything has really similar ways of doing things. What is awesome about coding, is that you have thousands of ways to do things. So I can say, I learned to learn, and take my scares off about coding. The best? The everyday environment at school, it was awesome, the classmate and the staff was incredible and make a huge working making the 12hs a day really bearable. I really enjoy the hiring week, unlike any other I have had, I think the key about this one is that you got 10 minutes with every employeer to show your projects and talk about your working expectations. This is awesome, because first of all, it force you to talk to every company, and in the same way, force the employeers to pay atention to you in those 10 minutes.Read Less",Full-time Web Development Bootcamp ,Web Development +236157,10828,ironhack,Wilfred Ruck,False,2016,Great Value,2017-05-24,4.7,5.0,5.0,4.0,"My time at Ironhack was like none other. I was in college for a couple of years majoring in Computer Science, but didn't get the connection and support I needed. Coming into Ironhack, I was scared that I would be behind everyone and fall behind like in... Read More college. Eventually I learned that I wasn't the only person who felt that way and things got less intimidating. As the weeks go by, you form a family with your peers and instructors that help you grit it out and come out a well developed web developer. At the end of the day, this is a huge jump to make, especially if you're coming from another state like I did. But if you come with the right attitude, commit to getting better every week, and use all the amenities that Ironhack offers you, you'll get everything you need to graduate and find opportunities within the field. I currently am doing contract web development work with Samsung.Read Less",Full-time Web Development Bootcamp ,Web Development +236183,10828,ironhack,Diana Alvarez,False,2016,Best Decision in my Life,2017-05-23,5.0,5.0,5.0,5.0,"When I decided to join Ironhack's Bootcamp of Full Stack Web Development, I was scared: my age, even my gender, which already was being an obstacle in several professions. I studied in a Spanish University, which I remember as the worst waste of time... Read More in my whole life. Ironhack changed it, for good. I still remember an inspiring speech of Alvaro Cotello, Campus Manager in Ironhack Madrid: ""Destroy University"". And that phrase took my hand to the next level. Because that's what I think as a key for changing things and evolve. I have to say that they won't give a magic key to you: you will have to give the best of yourself, you will have to work hard. Remember: you will forget your family, friends, even sleeping properly, for several weeks, and you will always know everything's worth it. Definitely, you will learn to learn, you will learn to think in another way, as a real programmer.After the bootcamp I spent some time studying more, working in a project by my own and suffering imposter syndrome. However, I repeat: it's in your hand. And I have to say that actually I'm working in the company of my dreams. All the efforts provide results if you want so, and Ironhack's family provides you with tools enough in order to develop your career.Read Less",Full-time Web Development Bootcamp ,Web Development +236176,10828,ironhack,Pete Kovach,False,2016,I signed up for Ironhack and you wont believe what happened next.,2017-05-23,5.0,5.0,5.0,5.0,"DISCALIMER: STUDIED AT IRONHACK OVER A YEAR AGO AND HAVE A NON PROGRAMMING ROLEWhen I signed up for Ironhack I was extremely excited to begin my career as a Web Developer and engage in the startup and tech world in Miami! I have to say, Ironhack exceeded... Read More my expectations.When I had my first interview with Alia is when I fell in love with the Ironhack. I felt like she truly cared about my well-being. She wanted to know my dreams and aspirations and what I wanted to get out of this program and most importantly she was honest. Alia was upfront about what Ironhack could provide and if it was a worthwhile investment for me. After our discussion, I talked with my family and we all agreed that Ironhack provided the best opportunity to my grow and achieve my aspirations.When I started the class, I was a bit nervous. Others seemed to be far ahead of me because of prior coding experience. To be frank, I was intimidated, I wanted to quit and didn't think I could ever catch up. After the first few days, Ironhacks true strengths started to reveal itself. Nizar, my instructor, and Josh, the teaching assistant, were extremely helpful. To be clear, they helped me think through a lot of the problems or guided me to resources. I appreciate this a lot because it developed my critical thinking skills and also pushed me to become a better programmer. Josh and Nizar were able to do this because of the intimate class size, and I felt they were truly passionate in myself and other classmates.I also felt that the entire staff at Ironhack was unbelievable and open to having discussions with me. Ariel, one of the co-founders, was always at the campus and made it his goal to know all the students. He was always available to talk and address any concerns I had, or drink a few beers with me and the other students after a long week.At the end of the course Ironhack did a great job of prepping us for work. While I did not end up taking a developer job, Ironhack set me up for success in two ways. The first, Ironhack taught me how to learn. There was no answer in the back of the book, there were resources like stack overflow that I had to use to figure out my bugs. I had to be resourceful, and truly think through problems to see if they made sense, this was a skill that Ironhack helped develop. Secondly, while I did not take a coding job, Ironhacks location in a co-working space worked great for me. I was offered an unbelievable opportunity by a tech company that worked out the same space two weeks before the completion of the program. I would have not had that opportunity come to me otherwise.Ironhack was amazing, and an extremely worthwhile investment for me. While I don’t program now, I work with many developers who are helping build our product and it has made the conversations easier and the process 50x smoother. If you are interested in coding and are willing to do the work and challenge yourself, then sign up for a coding boot camp. If you really want to make a difference in your life, then sign up for Ironhack.PSI recently went to Ironhack site to check it out for old times’ sake and I saw they updated the course to more JavaScript and less ruby and they also added a UX/UI course. I think this is great because they are never settling on just one thing and want to provide as many unbelievable opportunities for their students as possible.Read Less",Full-time Web Development Bootcamp ,Web Development +236156,10828,ironhack,Caro Diaz,False,2016,Amazing experience!,2017-05-23,5.0,5.0,5.0,5.0,"I had a great experience at Ironhack! Nizar is an amazing and patient teacher, especially with someone like me who came from a marketing background and had zero coding experience/ knowledge prior to Ironhack. The T.A.s including Josh are also great at... Read More turning seemingly complicated subjects into something you can actually understand and apply. The classroom environment is a work hard, play hard mentallity. While everyone is there to learn and make the most of their experience, Building Co. & Ironhack also have many fun events and there is lots of time to make meaningful friendships and meet some cool people. The web development bootcamp was one of the most challenging (and rewarding) experiences of my life, I highly reccommend it to anyone curious about learning more about coding and/or the tech community in Miami.Read Less",Full-time Web Development Bootcamp ,Web Development +236151,10828,ironhack,Oleh Kolinko,False,2017,Life changing,2017-05-21,5.0,5.0,5.0,5.0,"Hey! My name is Oleh Kolinko, I am born and raised in Ukraine. Also I am a recent graduate of IronHack and now I am full time web application developer. If you are reading this review you probably want to change something in your life, considering to... Read More attend this bootcamp and debating if it is worth it or not? Is it the right school for you? I was in your shoes and after graduation I can say 100% confident that going to Ironhack was one of the best decisions that I made in my life! The most important investment you can make is in yourself. Before IronHack I studied two years in University majoring in Computer Science and I dropped out. I was working regular jobs, but I always was interested in technology so I started learning how to code on my own. It's a great way to start but If you want make into a career It's much easier with a real mentor and help from professionals. Compared to my University IronHack teaching the latest trending technology like MEAN stack and that's exactly what employers are looking for. Learning process: your everyday routine will be starting with lectures and after more importantly - practice. You do some exercises in pairs and then individually. Lead instructor is Nizar - absolutely great teacher! He really knows what he is talking about and excellent with explaining, giving analogy examples to simplify things, and ready to help when you struggle. During lectures you can ask any question at any time. In class you will code along with instructor, there will be frequent stops where both Nizar and TA will make sure nobody is falling behind and everybody is on the same page. All staff is really friendly, cool and ready to help you. You can find yourself joking around with Ariel before you find out that he is actually co-founder. I liked project weeks the most, that's where you apply everything you learned and build your own application. You come up with an idea, design database structure and app architecture. I learned how to manage your project and your time (you have to meet deadline) along with public speaking skills (presenting your project). In reward: You will get portfolio with 3 projects that will easily separate you from University grads and show employers that you actually can build fully working apps.Your classmates will become your friends. You can find people with similar mindset and passion to create. Even having a full time job I am still working on side projects with people I met during IronHack. Also I moved in with two classmates, we extended our learning outside IronHack by helping each other after school and we became really great friends! Try to move in with somebody from your course, you will thank me later.What can I say about job searching? - Shortly, I had two job offers just in two weeks after graduation. They have a designated man that works full time to make sure you get hired - Daniel Brito (placement manager). He knows almost everybody in Miami tech ecosystem and will introduce you to those who are hiring. You are going to learn with him how to be a real job hunter and how to crush the interviews. He can give you some additional personal advises and will be helping you even after graduation.Sounds great right, but what's the catch? It's hard. If you are just looking for easy money that developers earn you are knocking at the wrong door. Course is intense and it's only begining, you will have to work hard to be successful. The most important skill that you need to learn is how to learn, how to be resourceful. On my job we use different tools than IronHack and you need to be ready for that. Be a coder means that you will have to learn all the time even after the course because there will be always new framework or new tool that just came out and you have to learn it. If you want to become a developer you have to love coding and be passionate about tech world. If you don't know if you will like it at all try free online courses like CodeAcademy.comRead Less",Full-time Web Development Bootcamp ,Web Development +236088,10828,ironhack,Spencer Ash,False,2017,A solid learning experience leading to a great career shift.,2017-05-17,4.3,5.0,4.0,4.0,"The Ironhack UX/UI Design program was a great experience - one that led to the development of a solid skill set in all aspects user-experience design including user research, interface design, font-end development, design facilitation/implementation.... Read More The cohort was full of dedicated individuals who devoted 10 full weeks to becoming experience designers and this was one of the most amazing aspects of the course - the people were all amazing and possessed an incredible amount of passion and drive. That - in addition the amazing instructors who brought significant real world experience and the incredible academic environment at Building.co - made this a one of a kind experience that facilitated my growth as a designer. The Ironhack UX/UI curriculum established an epic foundation in user-centered design which combined with the experience that the instructors provided and the real world applications that were built into the program as well as career development opportunities not only led to a position as a User Experience Designer within weeks of graduation from the program, but also to the founding of a UX design agency with several classmates from my cohort. If you are looking to begin a career as a UX designer, looking to make a career shift, or trying to build a foundation in user-centric design principles to apply to the work that you are already doing, then I would highly recommend checking out Ironhack's UX/UI design program. If you are dedicated enough and apply the skills learned throughout the program this is the place for you. Check it out :DRead Less",Full-time UX/UI Design Bootcamp,UX/UI Design +236082,10828,ironhack,Horacio Feraud,False,2017,"UX/UI Graduate, I <3 Iron Hack",2017-05-17,5.0,5.0,5.0,5.0,"Let me start this review by saying that I was between in a rock and a hard place in regards to my career before finding Iron Hack. I have always been a creative person that has a passion for technology and learning but I found myself unsatisfied with... Read More my prior career path, I beleive that I should be passionate and love what I do.A close friend of mine put me onto Iron Hack, once I looked up what the UX/UI Design bootcamp could do for me I was extremely intrigued and reached out to Iron Hack to apply. Right away I was made to feel at home by the Iron Hack staff. Alia Poonawala, the director of admissions and one for the nicest people I've ever met, guided me through the admissions process and solidified my belief that I had made the right choice.Once class began I was introduced to the whole Iron Hack staff who are all incredible people! What I learned in class was everything I had dreamed about and more. We learned the whole UX/UI process and I finally felt like I had made the correct career choice. Our instructors Joel Mena and Jaclyn Levi, both professionals working in the UX/UI field, were extremely knowledgable and did a great job of teaching us the material. Having someone who works in the field as an instructor was fantastic as they both taught us and gave us invaluable advice about the UX/UI field.I would be remissed if I did not mention our TA, Eugy Alliegro. Iron Hack provides each cohort with at least one TA who is there to help guide us along the way and give feedback. Eugy was a TREMENDOUS help and was a key component to myself and all of my classmates learning the material and becoming UX/UI designers.For me, having a great time learning in an incredible environment (the Iron Hack workspace is BEAUTIFUL) was enough to be happy. Where Iron Hack went above and beyond was in helping me find a job once I graduated. Daniel Brito, the placement manager, is a rockstar! Daniel (or Brito as we call him) was in our ears about what we needed to do in order to gain traction in the tech community from day one. He is someone that deeply cares about the students and does everything in his power to place us once graduated. Brito's hard work and guidance helped me land a job right after I graduated from Iron Hack!Overall, I am extremely happy with the choice I made to change career paths and do so with the help of Iron Hack. I recommend that anyone who is in a similar place that I was at to reach out and join Iron Hack, it'll be the best decision that you'll ever make!Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +236080,10828,ironhack,Santiago,False,2016,Most productive period of my life,2017-05-17,5.0,5.0,5.0,5.0,"After finishing my degree In Business Administration 2 years ago, I worked at a Financial Modeling Startup, building business models for various tech startups. But I was intrigue to learn programming. A friend of mine recommended me Ironhack's Web Development... Read More Bootcamp and I signed up for it. I never imagined I could learn so much in so little time. It was the most productive period of my life. I had almost no knowledge about programming but the bootcamp is structured so you can keep up the pace. The days are long and exhaustive but the passion keeps you going. I also learned to manage my time, teach myself and do research on my own. Ironhack has also a great community behind! They organize different meetups where you can ask and talk to a lot of people from the tech community as well as the fast-growing Ironhack alumni network I am proudly a part of! I would recommend it to anyone!I finished the Bootcamp knowing how to build a webpage from the start! And I keep learning new things everyday. Although I love programming, and I am currently working as a developer for an online poker school, I love the tech sector in general. I realize I also want to keep developing my business skills, so I am shifting to a tech consultancy firm. More than ever it is required for everyone to have programming skills in almost every sector. And Ironhack is the best place to learn them!Read Less",Full-time Web Development Bootcamp ,Web Development +236079,10828,ironhack,Carlos de Palacio,False,2017,A great experience,2017-05-17,5.0,5.0,5.0,5.0,"Why I joined IronhackAfter finishing Mechanical Engineering school, I interned at a financial institution in a position related to the world of technology. I had a revelation: there is no skipping the technical skills if you want to stay relevant in the... Read More world of tomorrow. Bridging the gap between any discipline (mechanical engineering or finance in my case) and tech is among the best values that an employee can bring to any organisation. When I received a full-time offer with a 6-month gap period, I knew I wanted to do the IronHack before joining.The experienceI was part of the the Jan 2017 Madrid web-dev full time bootcamp. IronHack’s premise is that after three months you can go from squat to entry-level programmer. This was not my goal but my expectations were still high. My aim was to gain skills that would allow me to bootstrap a project more easily. And I can honestly say that IronHack surpassed all my expectations.Ironhack is nothing like your University experience. It’s a super-intense, hands-on experience that merges learning, doing, building and networking. A typical day would start with lectures in the morning, exercises in the afternoon, followed by a seminar by Alvaro on personal branding, back to exercises in the evening and finally beers to power through the early night. The teachers are always available and willing to help, and the class soon turns into a group of very close friends. As for the learning experience, unbound by the constraints of traditional universities, IronHack can morph its curriculum on the go to keep up with the latest demands of the market, giving you the tools to keep on learning beyond and after the course.Overall my experience at IronHack was very positive. I think of it as the perfect complement to an undergraduate degree in any field, opening the door to a world of new possibilities. And most importantly, it was incredibly fun!After IronhackI wouldn’t say my life has been completely turned around, but I would retake the course a thousand times. I will now join my firm equipped with a whole new array of relevant expertise. I also plan to continue developing my final IronHack project, called I don’t take money.Read Less",Full-time Web Development Bootcamp ,Web Development +236001,10828,ironhack,Manu,False,2017,I found a (great) job in two weeks,2017-05-11,5.0,5.0,5.0,5.0,"I started the Ironhack Web Development Bootcamp in Madrid in January 2017. I graduated in Law the year before and wanted to do something different with my life. I started to learn programmation on my own with Codecademy and some other tutorials. After... Read More a few months, even though I realized that I could teach myself a lot, I still had no idea about how to launch myself into a developer career.It feels really good to think that it was only a few months ago and that I'm now writing this review from my new job office.I'm French and I came in Spain only to do the bootcamp. It wasn't an easy decision to invest all that money and that time. That's why I take the time to write an honest review of my experience. Reading student reviews helped me to take my decision, and I feel grateful to the people who took the time to write one. Besides, I heard that Ironhack is now launching in Paris and I really want to be a part of the french Ironhackers community :)Basically, I started the bootcamp with little knowledge in HTML, CSS and Javascript. In only two months, Ironhack turned me into a Junior FullStack Developper.When I started my new job a few weeks ago, I was able to deliver something , and that felt good. Ironhack taught how to learn what I don't know and how to collaborate with a team. That means that from the beginning, the level will be really demanding (even the best student in my cohort would agree with that!). Days are usually 10-12 hours long.In my case, we had a new teacher every week to teach us a module. They all have a deep knowledge of what they teach and a real understanding of the professionals needs (since all of them work as developers). So every morning you'll a have class with the teacher, and every afternoon you'll put it in practice with an individual exercise and pair programming. That's probably the key of that bootcamp, a huge amount of practice. The teacher assistants, the most patient, dedicated, nice and skilled people you'll ever meet (really, where do they find them?) will help you to accomplish what will often seem impossible.You'll code real projects. In my bootcamp, everyone made a game after two weeks (and some of them were quite impressive). We also made two websites: the first was to sharpen our back-end skills and the last one was a complete application using Node & Angular 2. In my case, I realized a project for a Madrid's Startup that is now a finalist in a local contest.At the end of the bootcamp, Ironhack team presented us to 20 companies from the local scene. Being able of showing real projects is certainly what made that many of us found a job then, and that Ironhack hiring rate is so high. In a broader scale, Ironhack's success comes certainly from its high sense of community (you'll quickly learn about the Ironbeers;). I mean that in my bootcamp I had a great time with the other students and we still party together. In that matter, Ironhack definitely has spanish DNA. But it's more than that. In my case, Ironhack organized events where I got to meet people from the most interesting Startups in Madrid.I have no doubt that Ironhack Paris will be as good (if not better) than in the other cities. If you have any question, I'll be happy to answer it!Read Less",Web Development,Web Development +236007,10828,ironhack,Héctor Calaza,False,2016,Best decision I've ever made,2017-05-11,5.0,5.0,5.0,5.0,"I only can say positive things about this school. When I found Ironhack I was stucked on my work in advertising, I have heard about something called UX, but I wasn't sure what was that... So I decided to find out a little bit more about it. I was looking... Read More for education to update my skills... and Ironhack was the best decision I've ever made. It was a great experience, they have taught us how to think, how to work and how to learn in a digital environment that is always changing and we need to be up-to-date.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +235986,10828,ironhack,Michael,False,2015,Best Decision I've Made,2017-05-09,5.0,5.0,5.0,5.0,"I really hate school. I have always liked learning and making things but the way that I was taught at school really deterred me from pursuing any of my interests. I tried for around a year to teach myself to code from videos on different sites like Udacity... Read More and similar ones. I felt that although I had gained a lot of individual abilities and skills, I still felt uncomfortable building a deployable and usable application. Even worse I felt that I would never feel comfortable applying for an actual job with my set of knowledge. I decided to join Ironhack and it was the best decision I have ever made. The facility is awesome and was a fantastic place to both work as well as cool down during breaks. The rest of the students were all pretty cool and smart for the most part which also made the experience even better. The course does not only teach coding. It also actively ensures that you connect to members of the local tech community. Furthermore, they help you write your resume, make your linkedin, lecture you on interviews, and do countless other things to make you more easily hireable. I have never felt so confident in getting a job in my life. However, the absolute best part of Ironhack to me was the staff. It was a bit of a family and every single person in it was just on another level of nice. Even more than nice though we were always laughing and joking and getting genuinely enthusiastic about programming. The owner of Ironhack Ariel was around a lot of the time and he is one of the most genuine and respectable people I have met. The staff all around were just great people and great teachers. I learned so much and feel like I am picking a job now as opposed to finding one. Even further, I feel confident to run my own applications and sites all by myself. As I said, I hate school but love Ironhack. They teach you to actually create things instead of blind learning. It feels like more of an arts and crafts class than a science. If you are not passionate about what you are doing right now you should sign up.Read Less",Full-time Web Development Bootcamp ,Web Development +235978,10828,ironhack,Ariel Deschapell,False,2016,Ironhack sets you up for success,2017-05-09,5.0,5.0,5.0,5.0,"I graduated Ironhack's fulltime full-stack web bootcamp December 2016, and it was perfect for greatly accelerating my ad-hoc career in tech. As someone who already felt comfortable with code and in the process of teaching myself web development, I was... Read More initially dubious of the value Ironhack had to offer me. However the friendly/talented/awesome staff and general atmosphere won me over, and I've never had any regrets. I've learned much more than I could have hoped to with an equivalent amount of time on my own, and made great friendships and connections throughout the process. Both in Ironhack and the local tech scene, which they are very well integrated with (Go Brito!).I highly recommend this course to almost everyone desiring a career in or related to software development. I say ""almost"", because it is absolutely essential that you be a passionate self-starter. This course is a shortcut only in time, not effort. If you expect to put in minimal effort and get a job immediately upon graduation, especially with little or no prior programming experience, you will be sorely disappointed. However, if you commit yourself to mastering the material and putting in the long hours not just to practice, but to network in the various tech events they make you aware of, there's truly no limits to the number of opportunities that you will be presented with.Ironhack will set you up for success. It's up to you to take advantage of it.Read Less",Full-time Web Development Bootcamp ,Web Development +235983,10828,ironhack,Daniel Rodriguez,False,2017,Ironhack Review,2017-05-09,4.7,5.0,4.0,5.0,"Last year of college, studying accounting and preparing for a life filled with debits, credits, and T-Accounts... Decide to pursue a scholarship opportunity in a field I'd always wanted to study but was never taken serious about it by others. The scholarship... Read More was being given by Uber to attend Ironhack's school of UX/UI . I Make it past the first round, then the next, then the next. A month later I actually win it, and I'm in an amazing building (literally called building) surrounded by dozens of like-minded individuals that all share the same passion for entrepreneurship, design, and development. This is the place I'd meet my future UX Design lab co-founders, the place I'd meet the best career placements manager in all of Miami, and the place I'd unlock my hidden potential I've always been too scared to chase. From the instructors to the management, Ironhack was truly a gateway to an industry I thought I'd never be apart of.I made the mistake of not pursuing a degree in graphics/design 3 years prior, but this one decision made it all worth it. I was able to apply years of business experience to a user centric design role and excel in all my course work. The instructors guided me every step of the way, particularly Joel, a master of his craft. Here I learned the foundations of good UX, and the ebb and flow that ties it with UI. I was given foundational lessons on industry standard software, that I would then go on to master on my own. All while never forgetting the last thing Daniel Brito (placements manager) said at our orientation. ""You get what you put it."" Boy was he right. Hours upon hours, days upon days. I grinded and gave it everything I had. I built a portfolio strong enough to challenge senior positions. I built a company with classmates, good enough to be contractually hired within a week of incorporating. I began a path I'd never look back on, and In the end, it was only right that Daniel Brito would be the one to connect me with what would go on to be my first professional full-time (benefits, and a hell of a starting salary) job as a UX/ UI Designer.My name is Daniel Rodriguez, and I am an Ironhacker.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +235977,10828,ironhack,Anthony,False,2016,Ironhack,2017-05-09,5.0,5.0,5.0,5.0,"Before attending Ironhack Web Development Bootcamp, I was working at a law firm with the aspirations of becoming a lawyer. Right before deciding what law school to attend, I began doubting my decision to pursue law. I had a yearning for learning and creating... Read More that my chosen profession at the time could not provide. I had always dabbled with computers and very basic HTML/CSS but always thought that pursuing web development as a career, would require a bachelors in computer science. I started researching alternatives to the traditional route of web development education and found Ironhack. Right from the first interview, I knew that the program was right for me. What makes Ironhack distinct from many other bootcamps is that they gear you for success right from the first interview. Placement into a cohort is dependant on passing a technical interview. It is very important that a potential student meets the technical criteria before attending the bootcamp because the material and course is not easy! After placement, there is a very hefty load of pre-work which I believe is just as important as the 8-week course itself. Completion of the pre-work is essential! The 8-weeks that follow move fast but there is plenty of help and support along the way. Each topic is taught by building on what was previously learned. The the last 2 weeks, which are dedicated to the final project are when all the concepts are really ingrained into your memory. Overall, the experience is life changing to say the least. Ironhack really does care about their students and graduates. Upon graduation, you will have top-notch career support to get you working as a developer, and access to a HUGE network of Ironhack alumni.Read Less",Full-time Web Development Bootcamp ,Web Development +235972,10828,ironhack,Sebastian Vega,False,2016,Great!,2017-05-09,5.0,5.0,5.0,5.0,"The admissions process was simple and practical, did a short informal coding challenge to prove I understood the basics of programming. The pre-work gave me a foundation to start the course. Loved the teaching style and the instructors are amazing, the... Read More TA's were also very helpful. After the bootcamp I received great guidance from career services in order to prepare my resume and LinkedIn profile. Kept coding and practicing on my own in order to prepare for the interviews. Then came the interviews, I felt prepared and confident. Landed a Jr. Full-stack developer job after 2.5 months of completing the bootcamp! The overall experience changed my life and helped me start a new career!!! Super happy with the whole thing.Read Less",Full-time Web Development Bootcamp ,Web Development +235971,10828,ironhack,Walter,False,2017,Coding - more fun than you could imagine!,2017-05-09,5.0,5.0,5.0,5.0,"My name is Walter Monecke and I recently graduated from the german University of Bayreuth.I studied business but wanted to get into more technical stuff.I read A LOT of reviews and the coding school that had the best reviews by far was Ironhack and I... Read More am writing this review to confirm it.Ironhack is a coding school that teaches small groups (up to 14 people) to code in a very efficient way. Not only do you learn to really code and put out one project after the other, but you also make great contacts with people in the industry, so it is WAAAAY easier to find a job than being on your own. And yes many of my friends already have jobs. I do not have one because I chose to work on my own projects and follow the entrepeneurship that was always within me.Ironhack teaches industry standard technologies like for example the MEAN-Stack and throughout the course you do three different projects on your own that help master each one of the tools that compose the whole stack.By the last project, i.e. number three, you actually create a full web-app. You come up with the idea, you use your creativity and your learned skills to actually develop it.I cannot tell you how much Ironhack changed the course of my life and how much I am grateful to have discovered this hidden passion for code. I am happy I can wake up and start building something out of thin air and say ""This was done by Walter!"".Having a computer science major is cool. Having gone through this bootcamp is better.Ironhack is a family to me and I will be always be a proud alumni. PS: If you apply and get accepted I cannot tell you how important it is to do you pre-work.The more you learn before going to Ironhack the more you are going to learn. Do your homework!Read Less",Full-time Web Development Bootcamp ,Web Development +235947,10828,ironhack,Jeremy Beagle,False,2017,The best way to jump-start a coding career,2017-05-07,5.0,5.0,5.0,5.0,"I recently graduated from Ironhack's full-time Web Development Bootcamp in Miami, and have them to thank for my new position as a JavaScript developer. Above all else, Ironhack taught me how to work through errors when I encounter them, and where to find... Read More the information I need when dealing with new technologies. I had the pleasure of learning under the instruction of Nizar Khalife Iglesias, and attribute my success thus far to him and our T.A. Ariel Deschapell. Nizar is incredibly patient, and his knowledge of the subject material is impressive. Ariel is equally patient, and was an excellent resource when I needed guidance. As a whole, the Ironhack staff went above and beyond with any request I brought to them, and were always easily accessible. The classroom environment allowed me to build long-term friendships and experience teamwork in the context of software development. Throughout the duration of the bootcamp and after its conclusion, Ironhack's Placements Manager, Daniel Brito, committed himself to helping me launch my career. Daniel sacrificed tremendous time and effort to both teach me how to job-hunt, and generate leads for me to pursue. He delivered on every commitment he made, and exceeded all of my expectations. My career, my livelihood, and my family have reaped amazing benefits from my time at Ironhack.Read Less",Full-time Web Development Bootcamp ,Web Development +235913,10828,ironhack,Roberto,False,2017,Amazing Experience,2017-05-03,5.0,5.0,5.0,5.0,I recently graduated from the UX/UI  full-time bootcamp. It was an amazing experience. The class structure and the instructors were great. I would recommend this course to anyone who wants to enter the field regardless of your experience!,Full-time UX/UI Design Bootcamp,UX/UI Design +235893,10828,ironhack,Kevin,False,2017,"Changed my life, forever.",2017-05-02,5.0,5.0,5.0,5.0,"I had just been fired from a restuarant I worked in when I heard about 'coding'. I saw the ""learning to code"" video with Mark Zuckerburg and all those other CEO's and I was inspired to learn... After a few weeks of CodeAcademy learning HTML & CSS, I got... Read More curious and clicked on an ad mentioning a school in Miami that taught development over the course of 9 weeks.To everyone's surprise, it was actually Wyncode! I immediately clicked on the link, reviewed their site, tuition, and material. I even signed up for their ""Learn to Code in A Day"" event where they taught basic Ruby... At that event, I met a guy who was also at the course trying to build his site. I told him my interest in Wyncode and the developer role where he immediately told me that if I was going to pay for a school, it should be Ironhack. That was when I learned, that Ironhack is one of those schools that could have their doors packed with people & students if they really wanted to. But they don't! They have a selective acceptance process where they try to weed out those that want to 'code' and those that have a passion for technology + code. It didn't occur to me at first but, that had been the single most luckiest and best decision I had ever made, choosing Ironhack. And I can say that, why? Because I experienced both. Not only did I go to the ""Learn To Code In A Day"" but my brother, who also wanted to develop, took the web-dev course, but at Wyncode. So here's my perspective on both, no strings attached. Ironhack's taught me how to be more comfortable with computers, code, and manage software and its architecture. It gave me a chance to really sit down with technology and learn the in's and outs, talk the talk but also walk the walk...Of course, every web-dev program will (hopefully) do that. The caveat is the people. The people here at Ironhack are phenomenal. From the lead instructor Nizar, to the wonderful ladies who tidy up the place when they need to; it was all wonderful. At first, my biggest fear was having this program be more oriented around business than the actual 'learning' part of everything. Kind of something like where you walk in, they teach you for 9 weeks and thats it, just a ""good luck! goodbye!"" That fear was immediately laid to rest when I met the team. If we are talking just culture, not even considering quality of the education, Ironhack has it down pat. These people truly care for you, and your future, as if your fate was their own. I have seen many of them go beyond their 'work' requirements to help a student in need; whether that be staying late to clear up some confusions for students or at times carpooling to a networking event. The Ironhack team is a team of focused, determined, and compassionate individuals who will get you to where you want to be, in your career. Now, lets talk about the education. Nizar is the lead instructor here, and was the main instructor in my course. The man is brilliant. Extremely patient with students, gives you room to fail and make your own mistakes when you need to but also catches you when you're going to fall too deep. The course itself is really well built, you pretty much have a couple hours of lecture everyday where they introduce you to the new material, followed by a pair-programming exercise and a do-alone exercise. We were also the first cohort where they introduced two other main projects to, whereas before you only had one final project that you had to present and demo for your graduation. This was one aspect that I feel Ironhack really excelled in. These first two projects really taught me a lot, not only about the actual code but also things like time management, soft skills and working with others, asking for help, etc that a lot of other courses didn't get to fully experience. Nizar does a phenomenal job taking care of his staff + students, and the quality of education really reflects that.Now, what about finding a job? They have a placement manager here, Brito, who's job is to connect you to companies who are looking to hire developers, and kind of get the ball rolling... Daniel Brito is one of Ironhack's greatest commodities, because he knows everyone in Miami and will go to extreme lengths to putting you in touch with the right person/company.This guy could sell water to a ski-boat if he wanted to. He pushes you to be just like him, a go-getter. He willl call you non-stop to make sure you sent the right email, he will chase you down to make sure you applied for the right company and he will give you the necessary butt whooping if needed. The guy has experience, has been in the tech business for some time, and is super well connected and has those relationships that are really necessary when looking for employment in the tech-industry. Plus, he's funny as hell. In the end, my brother needed to go back and re-learn a bunch of the material after his graduation. Till today, he calls me and asks for help and an extra pair of eyes for his code. And we took two different courses, almost simultaneously. All in all, Ironhack has a top of the line team with top of the line skills, and anyone who walks into the building can tell the second they walk in. It has changed my life and the way I look at it, completely. I will forever be in-debted to some of the people here that were so patient and took their time with me. I will never be the same, ever again.Read Less",Part-time Web Development,Web Development +235781,10828,ironhack,Oscar G,False,2017,Great course if you love development,2017-04-25,5.0,5.0,5.0,5.0,"Iron hack was an excellent experience for me, the most important thing I gained was the high level understanding of development and the current technologies that exist within web development. Now if I hear a client say they need xyz I automatically understand... Read More what tools could provide them with a solution. When I look at a website I understand the components that make up that website. The instructors are extremely patient, the T.A.s are very helpful and the staff in general (including one of the co-founders who could be seen there regularly) make you feel very much like you are part of the Iron Hack family. This school is effectively filling in the gap in an industry that badly needs it. While many online courses will teach you syntax and many college courses will teach you theory, at Iron Hack you will gain the practical skills necessary to enter today’s workplace and build a portfolio of your work.One of the most valuable parts of Iron Hack is the Placements Manager Daniel Brito and the services he provides. These services go beyond job placement, you will learn how to become part of the South Florida tech ecosystem (which I didn’t know existed before this course) which is essential in the development of your career. Here you will meet other developers, business owners, marketers and entrepreneurs. A word of advice for people who want to take this course however: you need to learn more than just coding syntax prior to entering the course if you want to really take advantage of everything it has to offer. Prior to taking the course you should be able to solve problems using programming (javascript would be great but if you can do it in any other language it will be extremely helpful since you already understand the logic behind problem solving using code). Don't take this course just because you heard you can get a good paying job as a developer, take it if you like to learn about programming and you enjoy spending hours doing it. Also, be prepared for very long days, as they say, “it’s a marathon, not a sprint.”Read Less",Full-time Web Development Bootcamp ,Web Development +235665,10828,ironhack,Benjamin,False,2014,Learn fast and well,2017-04-18,4.7,5.0,4.0,5.0,"I’m a civil engineer with great interest in learning new technology and I made a total professional reconversion as web developer doing Ironhack, in Summer 2014 in Barcelona.Ironhack is an intensive 8 week Bootcamp where we developed different skills... Read More based on front-end and back-end technologies (HTML5, CSS3, Javascript, Ruby, Rails, git, TDD, agile methods).Ironhack allow me to find a job as web developer quickly and this was the most important for me.The most interesting for me was that the teacher are profesional. They come from Spotify, Ebay and Xing and they teach us how to code, but also how to do a job interview, how they work, some tricks they use all the day.It has been also very important for me, that they teach me how to test code and agile methodologies.The staff has been a very big support for me. It was composed by the TA's(Teacher assistant), the bootcamp manager and the funder (Gonzalo). They help me a lot to improve my professional profile and making it attractive for the IT ecosystem.In terms of installation, they was pretty good. The bootcamp was based in a Co-working space. Right now in Barcelona, the bootcamp is based in the Ironhack space, and it's amazing space.Read Less",,Unknown +235615,10828,ironhack,Alison,False,2016,Ironhack Miami is the reason I'm where I am today,2017-04-10,5.0,5.0,5.0,5.0,"Moving down to Miami from New York was one of the best decisions I’ve made in my life, however I completely underestimated the job market and I definitely would not be where I am today if I had not enrolled in Ironhack. After researching and getting admitted... Read More to the Web Development bootcamp, I immediately felt as though I was kickstarting my life. A full emersion environment with like minded individuals who all want your best interest was more than anything I had been exposed to before. Having studied Systems Engineering for 5 years at GWU, I had never received the attention and passion that Ironhack provided me with. The instructors as well as the TA were extremely helpful and willing to go over any bit of information that I was confused on, stuck on, or wanted to learn more about. I never thought that in 8 weeks I would fully develop a new skill, and learn multiple new programming languages and be able to single handedly create a full functioning web application. This is something that made me a more desirable candidate in conjunction with my data analytics and system engineering background. The journey only begun there, however. The staff at Ironhack has somehow figured out a way to make each and every student feel as though they are the number one priority. Whether it was one-on-ones throughout the course to just check on your status and how you’re feeling, all the way to standing strong with me when I was ready to give up multiple times in finding the correct job for me. Daniel Brito specifically refused to let me give in to my doubts on finding the job culture fit for me. Although Ironhack was amazing with placing students in positions, I wanted THE position – the ultimate job, and I refused to settle on anything less than that. I have never met anyone who has more connections in a city than Brito, and it was almost humorous to me how almost every job I interviewed for, someone knew him and always in a positive light, which only made me have more faith. Ultimately when I began restructuring my job search, it was single handedly the fact that my resume was in the hands of the right people at the right places that I was able to get the opportunities that I did. And, I would not have had that advantage if I didn’t do Ironhack and have Daniel Brito as a career coach. Having finally started the next steps in my career at a well known fashion e-commerce company, I finally feel that I am in the environment right for me with the co-workers who can help me in growing with the company and excel in my role. And as it turns out, I got the interview since my boss had my resume on file from one of his best friends, Daniel Brito, and the with the right knowledge base and personality, I was able to secure the position. I could not have asked for a better job placement experience, and I can say that I legitimately owe it to Ironhack.Read Less",Full-time Web Development Bootcamp ,Web Development +244708,10828,ironhack,Nelson Gaitan,False,2016,I'll do it over if i could,2017-03-29,5.0,5.0,5.0,5.0,"I was a part of the first cohort for UX/UI Design in Miami. It was only 8 of us in the class each from different corners of life. I got interviewed by Alia a couple of months before starting the course. Alia is like the gatekeeper of Ironhack you'll most... Read More likely meet her first through the interview process and she'll help you prepare and to be ready for your first day of class. One thing I'll point out is the IronHack staff all work and blend together so well it's like they were crafted precisely to work together. It's pretty inspiring to see that, it really shows the passion they have for their job. On my first day, I knew the decision to go to Ironhack would be the beginning of something new. Though a lot of the work and change has to come from oneself.The first instructor to get us going was Jacqueline and the best person for the job to introduce us to user research. She was a force of positivity and encouragement in the class. I really appreciated that. Joel another instructor had such a way of keeping one curious kept me always wanting more. Mr. Marcelo the instructor who came in after Jacqueline an amazing designer. All his vast amount of knowledge was golden. Josh our final instructor for the Front-end proportion of the course probably with highest difficulty part of the class but, still he helped us make it through, made it enjoyable, and fascinating overall. The classroom environment is really open and if one feels like they won't be able on the level with everyone else that shouldn't be a concern. All the students come from different backgrounds in a way that really adds to the experience overall and benefits all the students. The course is designed in a way to be accessible to all, but it is a large amount of information to squeeze into a small time frame. There were times throughout the course I felt one week feels like two weeks in one. It's partly due to the amount of information one absorbed in a small amount of time. One really has to be fully committed to doing this. Overall the people in the class helps one stay motivated and encourages everyone to really push oneself and keep going. The person to oversee everything in our class was Alida she made sure the class and everyone was on track all the way to career week. The preparation to career week can be a stressful time but the person to help you through it is Daniel Brito he is your cheerleader, advisor, mentor, best friend, and sensei all in one. It all ends with the Hackshow where everyone is put to the test and show's their final project to the tech community and is to judge. The journey does not end with Ironhack though, one has to continue learning once competition of the course. One shouldn't expect to master everything at their time at Ironhack it's all a process and like I mentioned it before a lot of the change has to come from oneself.Overall Ironhack really has opened the door to the tech community for me. A month and a half after Ironhack I started an internship as a UX designer at a digital agency located in Wynwood. It was intimidating at first, but eventually, it'll all come together. Am I a Ux experts now? No, but, I'm a step closer. If I had the chance to do it all over would I? Of course!Read Less",Web Design,Other +235469,10828,ironhack,Ryan Morrison,False,2016,Great School,2017-03-28,5.0,5.0,5.0,5.0,"Ironhack gave me the confidence to build a tech startup after not being in technology at all. The course was very difficult but that is what it takes to be successful. However, there was help at every step of the way from admissions to the final hack... Read More show to job assistance. I would recommend anybody to join the Ironhack team.Read Less",Part-time Web Development,Web Development +244571,10828,ironhack,Ryan Lattibeaudiere,False,2016,Great life decision,2017-03-28,5.0,5.0,5.0,5.0,"The Iron hack UX/UI cohort was a great experience and I would recommend this coding bootcamp to anyone that want to push themselves to achieve invaluable skills in a condensed learning environment. The most important skill I learn at Iron Hack was the... Read More visual and graphic design tools and point of views that that i was introduced too. I learned the important relationship between art, creativity, style, and the internet. The instructors were both very helpful and informative during the learning process, bringing two different perspectives and professional focuses that were all one in the same sharing equal importance in the UX/UI field. The environment and staff that is provided by Iron Hack creates an ideal learning and thought provoking atmosphere. Upon graduating from Iron Hack I began interning with a fitness/tech start-up based in Florida. This bootcamp has had a positive impact on my career and I would say if you’re thinking about it go for it.Read Less",Web Design,Other +244725,10828,ironhack,Jimena Quan,False,2016,Amazing experience UX/UI Design Bootcamp,2017-03-22,5.0,5.0,5.0,5.0,"I attended the first co-hort of the UX/UI Design Bootcamp at Ironhack from October to December 2016 in Miami. Joining the UX/UI bootcamp at Ironhack was the best decision I could have made. If you are thinking of doing it, I would totally recommend it!... Read MoreI became interested in coding and UX design after attending the Women’s Code Weekend where we learned basic front-end development. From that event, I fell in love with coding and Ironhack’s staff. From the founder (Ariel) to all the staff, you can tell they enjoy working there. So there was no hesitation that this would be the best coding school option for me. After that event, I attended a couple of introductory events and an open house event were admissions (Alia) was able to help me make the right decision.The co-working space (building.co), where Ironhack is located, is an amazing space that also hosts Tech startups. They host events that you can attend and this helps you become part of the Miami tech community. Also, Jenny, the co-working space manager, is amazing! Before starting classes, we had a week of pre-work to get started with the basics of design. My class was a small class (8 students) so we received very personalized attention. My classmates came from very different backgrounds and we all had different strengths which was nice. We had two amazing instructors (Jackie and Marcelo) that each have over 15+ of experience. During the bootcamp, we had lectures during the morning and hands on practice during the evenings, which in my opinion is a great way of learning. I think the curriculum was very thorough. And also it is nice that every other week you have a one-on-one meeting with the staff to make sure you are doing OK. Alida, the operations manager,was there with us to make sure everything ran smoothly. Wednesdays were my favorite day, because we had guest speakers who had years of experience in UX Design. Through the bootcamp, I was able to make great connections and to meet a lot of people involved in the tech and startup community. We had one week of front-end development (more specifically HTML5 and CSS3) which I wish we had more! Josh was an amazing instructor. We had a career week, which was a great experience. Daniel Brito did an amazing job bringing companies to interview for UX design positions and preparing us for these interviews. After this I received a couple of offers and at the end landed a great job at Visa. Now I am looking forward to having the time in the future to join their Web Development Bootcamp.Read Less",Web Design,Other +235402,10828,ironhack,Christian Chavarro,False,2016,Life-changing experience,2017-03-18,5.0,5.0,5.0,5.0,"I first heard about Ironhack from working in the coworking space where it is headquartered. I would see the students in the classroom from sun up until sun down with terminals and web browsers open, furiously typing away at their keyboard. I'd dabbled... Read More with learning how to code in the past through sites like Codeacademy and Udacity without much success, but working a full-time job meant I couldn't sign up for the course even if I wanted to. A month or so after telling myself it just wasn't meant to be, I received news that Ironhack was introducing a six month part-time course for the first time ever. I proceeded to look at the time commitment involved. Tuesday and Thursday nights and half of my Saturday for six months? I could totally swing that. Again, the money wasn’t an insignificant issue, but how many more times would I be telling myself “Maybe next time”? How much longer could I go about seeing the developers at work go about their ways and find myself regretting not having pursued this endeavor years ago? How would I feel seeing the students in the program presenting their projects six months from now and knowing I could have been a part of it?I submitted my application and was contacted by Alia, Ironhack Miami’s awesome Marketing & Community Manager, to schedule an interview. We spoke that same day, where I told her my reasons for applying for the program and how it would help me grow as a professional and as a person. To potential applicants, think of it less as an interview and more as a conversation.After that, I scheduled my time for the second stage of the application process, the technical interview. Alia sent me an email with links to the material I would have to study, and when I wasn’t at work, I had my head down focusing on absorbing as much of the content as possible. When the day of the interview came, I would be lying if I said I wasn’t incredibly nervous about what task I would be assigned.Nizar quickly proved that all of my fears were for naught. He walked me through the steps required to complete the task and offered to help if at any time I became confused, frustrated, or just hopelessly lost. Luckily, it didn’t come to that due to the thoroughness of the study materials, but it says a lot about the quality of a program when its instructors understand how intimidating this part of the process can be. I won’t describe the nature of the practical interview for the sake of keeping it fair for future applicants, but trust me when I say that the Ironhack team will give you all the preparation you’ll need.I received my acceptance email the next morning and immediately paid my deposit so I knew it was real. A few days later, I received access to the platform I’d be using to complete the pre-work and some information on Day 0, the unofficial first day of the program.The pre-work was challenging but presented at a pace that helped facilitate learning of the early fundamental concepts. This allowed me to walk into the class the first day and follow along with the coursework we were presented with. The teaching sytle was incredibly hands on, a combination of lectures and practical exercise to solidify what we'd learned that day. The instructor and TAs were always available to answer any questions in a matter that further helped facilitate learning - instead of providing a direct answer, they would ask questions themselves and guide you to think of an appropriate solution. The learning platform was available 24/7 with all of the lectures and exercises covered in class to help get as much practice as necessary. The course did reach a level of difficulty that had me wondering at times whether I was meant to pursue this path, but the Ironhack staff consistently encouraged us to keep pushing forward one day at a time, all the way until it came time to work on our final project. That's where all of the topics we'd covered over the past few months accumulated into one concentrated effort - we were able to achieve things we'd never before imagined possible with code, bolstered by the support of the instructors, the mentors we were provided with, and each other. It was at this point that I also realized how strong of a bond I had made with my fellow classmates - we were always willing to help one another with any tricky issues that would come up and celebrated each other's success. The Hack Show served as a celebration of all the work we'd put in, where we each showed the collective product of our effort to a huge audience made up of friends, family, and members of the Miami tech community. I actually ended up winning the show with my project which was a huge surprise and sense of joy, but the overall purpose of the evening is to be proud of what we've done, not to chase a prize. The connections made throughout the program are nothing short of phenomenal. Daniel Brito is a veritable juggernaut at getting students to push themselves as hard as possible and matching them with phenomenal web development job opportunities. We were also connected to hundreds of other members of the tech community through various Slack channels we were invited to, only helping to further foster the sense of belonging. We entered the program as outsiders and left as essential parts of the Miami tech community as a whole. If you have any doubts at all about going through Ironhack, I'd strongly encourage you to experience it. It's a life-changing opportunity that some people could only dream of.Read Less",Part-time Web Development,Web Development +233573,10828,ironhack,Corttni Grier,False,2016,After Ironhack my life changed.,2017-03-15,5.0,5.0,5.0,5.0,"Where do I start? Let's see.. I was a creative millennial 5 years deep into a dead-end executive recruiting career . The cubicle life (with the added pressure from the sales position I was in) was something that literally ruining my health. I've always... Read More been more of a creative, artistic type of person so the 'old fashioned' corporate environment was something that was hard to adjust to and, quite frankly, seemed outdated. My passion for creativity has led me from quitting my recruiting career to enrolling and completing IronHack’s 1st ever UI/UX Design cohort in Miami this past December. I found out about Ironhack through my Tech Recruiting network and my life has drastically changed for the better. My UX cohort at Ironhack was one of the best things for me, partly because I was introduced to a small group of like-minded people who all wanted to have a career in the tech world. Every single person on the staff is amazing and thanks to people like Alia and Alli, (two people I interacted with on a daily basis) the environment felt genuinely warm from the very beginning. For 3 months I went to class and learned how to become a UX Designer. I used Ironhack's facilities, met awesome classmates, ate plenty of free food, and partied plenty during the long weeks of learning UX Design. Not once did I dread going to class, because I was learning something that was more inline with my skill set. The instructors Jacqueline and Marcelo were absolutely amazing and made sure to spend extra time with everyone individually to make sure they were up to speed. I cant say enough about how well the curriculum was put together. I know it is very possible to learn coding and even UX Design on your own, but no amount of studying is going to introduce you to the network of of Developers and Designers that Ironhack has to me - and that I give a lot of credit to Daniel Brito, the Placements Manager at Ironhack. He's the one who not only finds our instructors, but he works his butt off to find you a job once you have graduated. Like seriously the dude loses sleep because he grinds so hard working with CEO's, Sr. Developers, and other Sr. members of the tech community JUST TO MAKE SURE YOU HAVE A JOB. My professors and instructors were leading Sr. UX Designers in the industry who have not only helped me in the classroom, but also to this very day, well after graduation. They were awesome and really great job giving you information from experiences that researching Google could'tSo if you are worried about taking that leap and being able to find work , rest easy knowing that there are people like Daniel Brito who have your back.After completing Ironhack it took about 30 days to find a job making double what I was making before, with none of the stress. I do admit I was blessed, obviously every story doesn't have a happy ending. But I do know I would not have been able to make the strides or the money that I'm making now if it were not for Ironhack. I encourage anyone who is having second thoughts or who is afraid to take that leap into the tech community check out Ironhack. Theres too many people in your corner for you to fail.Read Less",Web Design,Other +244627,10828,ironhack,WILFRED RIOS,False,2016,LIFE CHANGING!!!,2017-03-13,5.0,5.0,5.0,5.0,"I came from Puerto Rico, working a boring 9 to 5 job as a customer service agent and decided it was time for a change to do something that will make me happy so I moved to miami just to do the very first ux cohort and after about a month a landed my first... Read More internship at a start up company called blongg right in the same building. The staff is very helpful and they push you and motivate you everyday to make sure you are getting the material. You learn valubale design and research skills. Joining ironhack was the best decision i made!! And completely changed my life and i am forever grateful!!Read Less",Web Design,Other +235386,10828,ironhack,Isabelle,False,2016,AWESOME EXPERIENCE!,2017-03-10,5.0,5.0,5.0,5.0,"I loved everything about IronHack, the facilities, the location, the materials learned and especially the teachers/staff. Jackie and Marcelo taught us everything they knew. We were able to form meaningful bonds over the time of the cohort which grew from... Read More a teacher/student relationship into a beautiful friendship and mentorship. Everyone in the industry spoke wonders of them and it was an amazing experience learning from some of the top talent in the industry. I truly felt like this was a once in a lifetime experience. The staff at IronHack always went above and beyond what was expected. It is a rare chance to see such a well functioning team. You can tell each and every staff member loves what they do and are so happy. That was not always my experience. Having people doing what they love makes all the difference. They never missed a beat AND in the rare occasions where there was a hiccup, they remedied the situation almost immediately. The classroom environment was a very pleasant learning environment. What I loved most was how everyone came in with such different professional backgrounds. It was a very collaborative learning environment and not competitive. We all had the same goals which was to learn the material so it was nice to see such a supportive environment amongst the students. Months later, and I am still so happy that I joined this cohort and learned all these valuable skills. I am currently in my first semester at MBA school and I feel that this has given me such a unique skill set that definitely sets me apart from my peers. It has come so much in handy in all my classes as technology is such a key part of all business industries. I would never take back this experience and am so happy I found IronHack!Read Less",,Unknown +232913,10828,ironhack,Frank,False,2016,"Simple, the people",2017-03-02,5.0,5.0,5.0,5.0,"In the beginning, I had my doubts about it all: being able to code fully-functional websites and web applications in 8-weeks? Nah, man, that's impossible. However, the proof may be in the testimonials or the successful graduates that got jobs. That may... Read More be big selling points. However, for me, the biggest selling point was the staff and my cohort.There was never a day in my rigorous 8-week long tenure at Ironhack that I didn't feel like I was among family. In fact, there were often times where I would stay after hours, not only to keep pounding the keyboard but also to bond with these people. There was a ""hidden"" feature that I had no idea about: how despite going through one of the most challenging, life-changing experiences of your life you will also come out with an extended family out of it. And I dare say, I owe my success at Ironhack, in huge part, to the dedicated, kind, and thoughtful staff as well as my dear cohort who to this day are still part of my crew.There are countless reviews that attest to the effectiveness of the boot-camp (the pros and cons about it all). Even though not one experience is the same, I could easily identify myself with many of the major points in the reviews you'll find here--with the obvious exception of the personal parts.However, I cannot stress enough how crucial the people there were to my successful graduation. There are always there for you, whether it's for help on your coding exercises, or even when you just need a friend there. I can't find a way to say it without getting any mushier that I've already gotten, but I felt I was home. Similar to many other success stories, I got hired! However, not as a coder... I was hired as an IT Recruiter. Although it doesn't directly align with coding I wouldn't have gotten the job if I didn't have the technical background and tech-savvy that Ironhack equipped me with. That's right, folks! You don't have to become a programmer to put your knowledge from Ironhack to great use. SHOUT-OUT to Dan Brito, placement manager at Ironhack and dear friend, and the rest of the Ironhack team (Ariel, Alia, Nizar, Nick, Marisa, Josh) for being there through every single step of the way to getting hired. From my very first day at Ironhack, to that fateful day I received my offer letter.That's only but a minuscule taste of what Ironhack has to offer, though. If you do decide to join Ironhack, just make sure that you practice a little coding before you go into it. Codecademy, or FreeCodeCamp are you best friends for that. Of course, it wouldn't hurt not minding the addition a few, actually several, people to your family!Read Less",Full-time Web Development Bootcamp ,Web Development +234855,10828,ironhack,Courtney Williams,False,2016,Fantastic curriculum and wonderful staff!,2017-01-17,4.7,4.0,5.0,5.0,"I recently graduated from Ironhack's first UX/UI cohort in Miami. It was a life-changing and wonderful experience, which has already helped me transition into the tech world as a UX research analyst and designer. They don't call this a bootcamp for nothing:... Read More a LOT of material is covered in the eight weeks of coursework! There is a tremendous amount of information to absorb, perhaps too much, but the material is accessible even to complete non-techies like myself as long as students are willing to commit the time to study and work hard outside of class. Here in Miami our course was taught by two main lecturers who are both seasoned in their work and inspiring. In my opinion, studying alongside these experts in the field and being able to ask them questions as we progressed through the course material was what made Ironhack such a valuable experience. Jacqueline Stetson Pastore and Marcelo Paiva were wonderful teachers and continue to be mentors who are available to all members of our cohort. In addition to the incredible instruction, I was blown away by Ironhack's staff: each person who I came into contact with at Ironhack is intelligent, helpful, trustworthy, and genuinely concerned with empowering their students to change their lives. Our UX/UI teaching assistant Alida Gagliuffi kept the group (and, when necessary, the teachers!) on track to ensure that we kept up with the demanding curriculum, and the Placements Manager Daniel Brito worked tirelessly to connect Ironhack students with employers in the community who had UX/UI needs. The final ""career"" week of the Ironhack bootcamp culminated in a job fair on campus where 7 students interviewed with 10 companies. To me, that alone was worth the bootcamp's expense! All in all, I had a great time at Ironhack. I am thrilled to be embarking on a career in web product research and design and I feel well prepared to begin that work after studying with Jacqueline and Marcelo. The only aspect of the course that I did not like was the pressure to participate in a public hackshow after the course had already ended. I felt that the public hackshow pitted students against each other and disrupted the supportive (almost family-like) dynamic that had been in existence up until that moment. Ending the bootcamp on that note seemed much more about Ironhack publicity in the community than it did about students' actual projects and work.Read Less",Full-time UX/UI Design Bootcamp,UX/UI Design +233562,10828,ironhack,Alvaro Jossue Castillo,False,2016,"Ironhack, a life-changing experience that I almost reject",2017-01-09,5.0,5.0,5.0,5.0,"It was December 4, 2015, when I heard the bad news: the public relations agency where I was working at suddenly went into bankruptcy and hundreds of people, including me, were laid off. Yes, this kind of things happens very often and when people lose... Read More their jobs they simply look for a different one. However, my situation was a little different as working at this company had been my dream.So, here I was on January 2016 looking for a “new dream”, one that could not be torn apart so easily and big enough to keep me motivated. I wanted to take this setback in my professional career and turn it into an opportunity to grow. I have always enjoyed solving problems as well as trying to understand how the technologies that have marked our lives nowadays work. It was at this moment that I realized that I could make an interesting mix with these two ingredients by learning how to code.I started looking online for possible ways to get into coding and that’s how I found out about Ironhack. I read excellent reviews about their programs, instructors, staff members and facilities, which motivated me to visit their campus in Miami. I was welcomed by Alia (Admissions), who kindly explained me everything about their coding school. At some point, after being amazed by her charisma, I even thought that Ironhack was too good to be true — Was it possible to learn how to code and launch a web application after only 8 weeks? Were their graduates really landing cool jobs with competitive salaries in the tech industry? I honestly was skeptic about it.That day I also met Ariel (Co-Founder), who shared with me his vision and explained how he, coming from a family of educators, wanted to change the world of education. It was something that I had never heard before.My visit continued with a tour around the facility and then I spent a few minutes talking to some of the students. It caught my attention that there were many students from different backgrounds and even different countries, including India! Why would someone from the other side of the world come to Ironhack to learn how to code? Maybe the reviews were true, maybe they knew what they were doing.And that’s when something inside me said that I should give this a try. I was already aware that as part of the admission process first I needed to do a general interview and then a technical interview. Of course, I spoke with Alia for more than an hour, enough to come to the conclusion that my personality was “ideal to handle the intensity of the bootcamp”. That only left me with the technical interview before I could be considered for a seat in the March 2016 cohort. We scheduled my technical interview with Nizar (Head Instructor) for the following week and then I left Ironhack with the feeling that I had done the right thing.Alia had sent me an e-mail with the material that was going to be covered during my technical interview. During that week, I spent at least 6 hours a day going over the JavaScript concepts and exercises. I must say that this was the first moment that I felt overwhelmed about programming. There were some concepts hard to understand and some exercises that I didn’t even know how to initially approach. And then the day of my technical interview finally came and I felt that I wasn’t ready. I was parked outside the school, debating if I should really do it or not — “What if I suck?”, “I don’t want to embarrass myself”, “Maybe I should just go home” — Unbelievable, what was I thinking and since when I was so weak? I was about to give up on this without even trying. No, no, no, I took a deep breath and walked in to finish what I had started.Nizar, who by the way is very fluent in English and Spanish, explained me the format of the technical interview: I had to solve a coding challenge with 5 iterations and I was allowed to use my notes, but there was a time cap (I don’t remember if it was 15 or 30 minutes). While I was working on the challenge, I realized that I knew more than what I thought. I was able to finish the first 4 iterations before I ran out of time. Yes, it was challenging, but it wasn’t that bad. Nizar reviewed my solution and gave me good feedback. I could felt right away that he had the vocation of teaching.A few days later, I got an e-mail from Ironhack, where they said that they had reviewed my application and decided to accept me for their next cohort. Wooohooo!!! That was a small victory after being so close of simply rejecting this opportunity. Once accepted, I paid the tuition, got access to their online student platform and was sent the pre-work material. The pre-work is a module composed of four parts that covers the basics of Ruby, JavaScript, HTML and CSS. As expected, in many occasions I found myself stuck with some of the exercises, but Ironhack was always available to do Google hangouts to go over my questions. This is when I met Josh (Teaching Assistant), who I knew was part of the first cohort in Miami and was now teaching others how to code. Josh, like Nizar, showed me his commitment as an educator.I finished the pre-work during Week 0 and then we kicked off the bootcamp with Week 1. I truly loved the layout of the program and most importantly I always felt that I was surrounded by great and smart people, always willing to help me and with such an incredible amount of patience, including my classmates. Learning how to code is not easy, but when you are in an environment like this one, it makes the process very enjoyable.By Week 2, we weren’t a group of strangers anymore, we were more like a family immersed in this new cool world. When we were not coding, we were talking about coding and in some cases listening even more about coding from other experts as every week Ironhack brought in speakers (senior developers, CTOs and CEOs) to give us insightful information about the tech scene in Miami.Our regular schedule was from 9 am to 6 pm, but I don’t remember spending less than 10 hours at Ironhack every day. I didn’t know I was going to love coding this much. At the beginning, I was skeptic about what Ironhack was capable of doing, and now I was experimenting it. In 8 weeks, I learned how to code and I also built my first web application, but most importantly, I learned how to learn. Being a developer means that you will never stop learning and Ironhack gave me the tools to keep doing this on my own.We concluded our cohort with a Hackshow, where everyone presented their web applications in front of 180+ people. This was a great way to celebrate our efforts and achievements, and a perfect opportunity to network as in a few days we were going to be in the job market as Jr. Developers.And when it comes to job market, Ironhack has another killer player: Daniel Brito (Placements Manager), who is not Romero Britto’s cousin but still does cool things. Daniel helped us with our resumes and online presence, he prepared us for our future interviews and introduced us to many employers. Some of my classmates got job offers right away, and some others, like me, took a little longer. Daniel always kept me accountable and motivated to never give up. His phone was available 24/7, I called him several times late at night and even weekends looking for feedback and he always picked up the phone. You can surely tell that he loves his job, which is helping others in their quest of success.I now have a job where I use technology to solve problems, where I’m constantly learning, and which has allowed me to improve my quality of life.Ironhack is not only a bootcamp, it’s a life-changing experience and a family that will always be there for you. It was through Ironhack that I discovered this passion and set a new dream for my professional career.I will never forget that deep breath I took before my technical interview.Read Less",Full-time Web Development Bootcamp ,Web Development +233495,10828,ironhack,Anonymous,False,2016,Noob to Full Time Dev,2016-12-22,4.7,5.0,4.0,5.0,"I had a great experience at Ironhack. I wouldn't have changed a thing. The course was rigorous, but we also found time to enjoy ourselves. The whole cohort became very close very quickly and I graduated with many new friends. Ironhack gave me a great... Read More foundation and facilitated my first position at a real web dev company. What you get out of the course depends on how much you put into it. It is not an easy stroll through the park. To truly maximize your experience you have to be willing to put in long hours and you should know that you will hit walls of frustration that'll test your determination. The instructors are great and very helpful, but they will let you hit these walls and push you to be self-reliant in figuring out the problem. The balance of helpfulness and self-reliance prepared me well for my first gig in development. Programming takes years to learn and no bootcamp can condense that learning into a few months! Having said the, I believe Ironhack was a great launching pad for my career in tech.Read Less",Part-time Web Development,Web Development +235045,10828,ironhack,Dieter Ordonez,False,2016,Learn to code with Ironhack,2016-11-16,5.0,5.0,5.0,5.0,"My intention in coming to ironhack was to accelerate my capacity in understanding code - development procesess. I would definitely say that Ironhack has helped me accomplish that. What I like the most is that wether you are aware or not, the course has... Read More it's own pace that will naturally help you tacke each and one of the challenges at hand.On top of that, add that you have a dedicated team of experts helping you everytime you're on class. Not just from the teachers in your course but from everyone in the building. Also, Ariel, founder of IH is in constant communication with everyone in the team which is great. All the staff is pretty attentive and willing to help.This was definitely a challenge but it has definitely paid off, I've already applied most of my learnings in my day to day work / as well as generated some free-lance clients that have given me the opportunity to try put my new learned skills to the test. Last but not least, Ironhack is truly a community, after graduation I still talk to my class members and from time to time to other Ironhack Members. It's up to you to keep communication and involvement in the scene but if you're up to it there is so much potential in networking and getting aid/support for anything.Read Less",Part-time Web Development,Web Development +234957,10828,ironhack,Unai,False,2016,IronHack,2016-11-07,5.0,5.0,5.0,5.0,"Hello IronHackers is Unai Camino.First of all thanks for the bootcamp, because is opening so many doors for me.I would like to express how I felt during the bootcamp.In the prework I got basic knowledge about Ruby and Javascript, but in my opinion I would... Read More suggest to study more lessons about Ruby and a bit deeper in Javascript.During the six weeks studying Ruby on Rails, Javascript, HTML and CSS, I was so happy and motivated. I have nothing negative to say about it. The teachers were so good, seriously all the different teachers were very professional and they knew how to impact the classes and also help when I needed it, they were available after classes and even now. Whenever I needed something they replied. I give them a 10.Also the material and the structure of the bootcamp in my opnion was perfect. To be honest it was the best course I’ve done. The final project helped me to put into practice everything I’ve learnt. Alfonso and Alex were very willing to help even using Slack. To be honest I am very pleased for being part of IronHack. Two weeks after finishing the bootcamp I got my first formal offer, now I am getting more opportunities and I can choose in which company I want to work.I would like to explain and give a few advise to the next IronHacker generation:I think is very important to do the prework with one month in advantge to get a solid knowledge of what you are going to study.During the bootcamp I worked 12h/day weekend included and I would suggest study 14h/day. Seriously IronHack is just 8 weeks, and this is nothing, so it’s important to put in the hard work. The more you work the more you get it.To make a good final project is very important to solid your knowledge, make a plan for it, ask teacher for advise and think about it before starting, think, think and think.After bootcamp I came to London, I firmly recommended to go outside Spain, the good offers are here UK, Holland, Germany…. What I did to get a job, I download a list of all startup in London and I applied to them through emails to get interviews and test, didn’t stop until I got response. The same as the bootcamp 12h/ day sending emails, replying them, doing interviews…….Get a plan and follow it through, if your planning doesn’t work change it, but continue with confidence in yourself until you get it.My last point, companies know your level they don’t expect too much from you, what they want is motivation. show them your passion about programming and be very thankfull with them in every moment, that’s what worked for me and I think is the best approach.My best wishes IronHackersWork hard, Play hardRead Less",Part-time Web Development,Web Development +234915,10828,ironhack,Karin Fernandez,False,2015,Excellent Experience,2016-11-01,5.0,5.0,5.0,5.0,"Ironhack is the best decision I ever made on my life. If you would like to become a Web Developer, Ironhack is the place to go. It doesn't matter what is your coding experience, teachers and TAs will teach you what you need, and even more. They are always... Read More willing to help, even when the class hours has passed. Nizar Khalife and Josh Alexy are amazing! I learned so much from them, they have so much patience and experience that will make it easy for you even when you feel overwhelmed.Thanks to the Ironhack's staff I felt very comfortable with the course, they were always aware of any concern I had. Not only teachers are working full time with you, Ironhack's staff will guide you since day 1: How to build a Resume, Social media, how to be prepared for interviews, etc . I would like to thanks to the Ironhack team for changing my life,for help me to get a job (Daniel Brito does an excellent job for helping you on that process, he gave me a lot of advise to be prepared for an interview).Read Less",Part-time Web Development,Web Development +234333,10828,ironhack,Anonymous,False,2015,Learned more skills then just coding,2016-08-01,5.0,5.0,5.0,5.0,"Ironhack was more than just learning to code. I was supported by professors and fellow students that wanted to help each other succeed. Through the complexity of a skill like coding, we learned to work together to make it to the end. These team building... Read More and management skills have played a larger part in my professional career than learning the fundamentals of programming. I was able to not only learn in a manner I never thought possible but it was rewarding to actually achieve what I set out to do. I am thankful for what Ironhack has provided to my professional career as well as the friends I have made along the way.Read Less",,Unknown +234297,10828,ironhack,Ricardo Boluda,False,2016,Ironhack Experience (Madrid),2016-07-26,4.7,5.0,4.0,5.0,"It's difficult to explain what Ironhack is, you have to do it! They can tell you about the 6 weeks of classes and about the 2 weeks working 24/7 on your final project. But only by doing it you realize what it means and the opportunities that it will open... Read More for you. It's important to say that you need to work on it.I came to Ironhack with some previous experience coding. Before that, I was working for a marketing agency as an intern creating web layouts, I was tired of always doing the same and because of the low salaries I decided to quit and explore other educational options. After much searching I found Ironhack. It sounded challenging but I decided to apply.Ironhack is not an introductory course, but neither is a specialization one. It's kind of what you want it to be. I would have to say two very important things: you need to love what you're doing and you need to have some previous experience. Frustration moments are inevitable during the bootcamp, but it is important to overcome them and take it with humor (something that I certainly did during these 8 weeks).Of course, this is not something to try to discourage prospective students. On the contrary, if you like this world, doing the Ironhack is probably one of the best decisions you can ever take.Ironhack do not guarantee you a job, but definitely it will help you finding it. During the Hiring Week you will have many interviews with different companies. In my case I´m currently in three hiring process and I have already received one offer. It's important to say that it didn't came alone: you have to work a lot to achieve it.Read Less",Part-time Web Development,Web Development +234207,10828,ironhack,Avi,False,2016,Life changing,2016-07-18,4.7,5.0,4.0,5.0,"""Every kid is one caring adult away from being a success story"" - Josh ShippImagine what you can do with an entire company of caring adults at Ironhack.First off coding isn't for everyone. I don't believe ""everyone should learn to code"". I knew I wanted... Read More to code for a living so a bootcamp was the right choice for me. College is also not for everyone, but if you want to learn to code (even if you are in college) a bootcamp should be mandatory!Ironhack wasn't the only bootcamp I applied to, but it was the only one that I felt I was talking to people who weren't just clocking in like the other bootcamps. From my first interview I loved the staff at Ironhack. They were people who treated me like a person not a prospective client. They helped me through the decision of which bootcamp was right for me, knowing it might not be with them! Thankfully for me it was.The downsides are: 1) 8 weeks is a really short amount of time, and there are some topics I think should have been covered.2) Miami is still finding itself as a tech hub, so competition for true junior developer positions is tough.That being said: Ironhack has a process that works. All you have to do is trust it and put in the work.Every person on the entire staff cares and does everything they can to assist. From the first interview to the job placement help they aren't just doing a job, they want to help you change your life. I am part of the Ironhack family for life and couldn’t be more proud of it.Read Less",Part-time Web Development,Web Development +234098,10828,ironhack,Alfonso,False,2016,Great decision!,2016-06-29,5.0,5.0,0.0,0.0,"I always wanted to learn how to code when a friend of mine talked to me about Ironhack. I had no idea what a bootcamp was so i decided to investigate a little bit. When I saw all the good reviews it had I thought it was the perfect time to go through... Read More it, and I wasn´t dissapointed at all. Now I turn my head back and realize the amount of stuff learned is just huge. In a couple of months I learnt how to build solid and complete web applications from 0, both back-end and front-end sides combining programming languages like ruby, javascript, HTML and CSS.I think enrolling Ironhack was one of the best choices I´ve made.I would highly recommend Ironhack to anyone who wants to learn about programming, beginner or not.Read Less",Part-time Web Development,Web Development +234085,10828,ironhack,Nick Borbe,False,2016,Exactly what I didn't know I needed.,2016-06-28,5.0,5.0,0.0,0.0,"I ended up at Ironhack sort of by coincidence, and I am glad I did. I was considering many web development bootcamps and I hardly knew anyhting about the field at the time so I made an uninformed choice based on convenience and I chose Ironhack. Lucky... Read More for me, Ironhack turned out to be exactly what I hoped my web development bootcamp experience would be. There are other Bootcamps with bigger reputations, more prolific presence on the internet, or more famous graduates, but none will provide the educaitonal experience that Ironhack will. Don't be seduced by bold statistics or sexy names. IMO, smaller organizations care more about teaching you. Ironhack truly gives their students the opportunity to go 0-60. They do not expect or require students to come in with any knowledge of coding (which is why I went to a coding bootcamp in the first place, duh) and they don't let anyone fall behind. While other for-profit educational institutions allocate more of their resources to marketing, branding, and cultivating relationships with hiring partners, Ironhack focuses on giving their students the skills they need to succeed in their new career. I'm not saying hiring partners aren't important. But hiring partners won't matter much if your coding bootcamp doesn't teach you how to code at a professional level. Mine did. How about yours?Read Less",Part-time Web Development,Web Development +234069,10828,ironhack,Juan Luis Cantón,False,2016,Ironhack great experiencie,2016-06-23,5.0,5.0,0.0,0.0,"My name is Juan Luis and I have been involved in working with comics my whole life. I've worked in printing companies and as an old school graphic designer.The world is changing really fast and design changes even faster. Nowadays most of it is oriented... Read More to web, and I want to be part of that change.Among the existing options, I was searching for one that provides me an educational experience close to what the market is demanding, and I chose Ironhack.Frustration and fatigue are two big issues that you have to deal with during the whole bootcamp. It was really challenging because I haven't wrote a line of code before and I came from a very visual world. In this world, you need other approach to face the problems you find.Ironhack will not leave you indifferent. The immersion in the course is complete, there is a moment that you realize that your world moves only around Ironhack.For me, it has been a really enriching and powerful experience. I am very very satisfied and would not replace it with anything.I felt great by doing something which involved a continuos challenge. It really motivates me. And also, it required -and it will be unfair to forget it- a lot of moral support from my friends and family.Some good tips I'll recommend you to follow before the bootcamp: caffeine is your friend, get rid off past frustrations and preconceived ideas, add illusion and tons of patience.From a designer point of view it had been a really enriching to learn everything that involves a web design.Read Less",Part-time Web Development,Web Development +233974,10828,ironhack,Javi,False,2016,Irohack,2016-06-14,5.0,5.0,0.0,0.0,"I had no idea about programming, but a strong eager to learn it, so recommended by a friend I joined Ironhack, and was definitively a great idea. Now I am able to develop a full project using several different languages in both parts, back and front end.... Read More If you are thinking in learn programming from zero, like me, I highly recommend you join Ironhack!Read Less",Part-time Web Development,Web Development +233943,10828,ironhack,Alex Iglesias Prado,False,2016,Web Development Bootcamp,2016-06-09,5.0,5.0,0.0,0.0,"Enrolling Ironhack had been one of the hardest decisions of my life. I left my job, my city, my family and my comfort zone to face something totally new for me.Well, after finishing these 2 intense and crazy months, I can say it is an experience worth... Read More living. It takes you to the limit, both physically and mentally, but the level of satisfaction you reach is huge.Without any doubt one of the best things are your classmates. It's amazing how in such a short period of time they became your friends, confidants... people you want to have by your side the rest of your life. Together we have cried, laughed, got frustrated, felt great, but always together and supporting each other.It is specially good to discover how far you can go. Honestly, it is much further than you think at first. All of this thanks to the incredible teachers and the Ironhack team, who were always listening to our needs and tried to improve every day.For all of this I can say without hesitation that I will repeat the experience of making a bootcamp at Ironhack.Read Less",Part-time Web Development,Web Development +233870,10828,ironhack,Elina,False,2016,Highly recommended web development bootcamp,2016-05-30,5.0,5.0,0.0,0.0,"Joining Ironhack Barcelona was one of the best decisions of my life. I coded 12-14 hours per day, weekends included, and loved every second of it. I learned more during 2 months than in 5 years in university. The people were a big part of the experience... Read More being so fantastic - I was lucky to be able to study with 13 motivated peers, very inspiring and engaging teachers and helpful teaching assistants. As this is not always obvious in the male-dominated tech industry, it’s worth highlighting that during 2 months I didn’t think about my gender even once, since nobody ever gave me any weird comments or treated me differently for being female. During/after the bootcamp I received several offers for jobs and interviews in Barcelona, and got a new job in my home country. As I work as UX designer, I feel like the bootcamp has greatly improved my career, since I have now the capabilities to implement my own designs (at least front-end-wise) and the readiness to start to work as junior developer as well. I have also formed a clearer picture about all the development technologies out there, and know what to start learning next. I can highly recommend Ironhack to anyone who wants to work as a developer, or who needs better understanding about development for other reasons.Read Less",Part-time Web Development,Web Development +233866,10828,ironhack,Sarah Abogabir,False,2016,Best bootcamp in the U.S,2016-05-27,5.0,5.0,0.0,0.0,"Ironhack has been the most amazing educational experience. This was the best career decision I could have made. Ironhack was the best choice for entry and transition into the tech world. This comes from someone who graduated from college five months ago... Read More and didn’t have any background in programming. Like others I tried learning myself but it’s not as effective.I live in Virginia and could have chosen to attend General Assembly or Code Mojo, but the reviews and reputation were not nearly as good as Ironhack’s.My journey began when I started reading all these reviews and I couldn’t understand why a company would have consistently five stars. After my extensive online trolling, I decided to submit my email via the Ironhack website. Once submitted, Alia (Admissions) scheduled an interview and we spoke for over an hour on the phone. I was sold. Her personality, charisma is rarely found. Once I was finished interviewing with her, I spoke to Ariel (Co-founder), who was also incredibly charismatic and genuinely interested in how Ironhack could help me accomplish my educational and career goals. The third part of the interview process is with the Jedi Master: Nizar. I cannot emphasize enough how patient and compassionate he is. Nizar wants you to not only learn, but he wants you to succeed. I saw that in our first interview because I was incredibly nervous.Once accepted, I paid my deposit and was sent the pre-work. The pre-work is essential because if you have any questions or concerns, that is your time to ask. Ironhack will also do Google hangouts to help. You should also attend week 0 (before week 1 starts) to ask any questions. During the bootcamp, there were many times that took me longer to understand certain concepts. But Nizar,Josh (Assistant Instructor) and my classmates were always there to explain the concepts with such an incredible amount of patience. Most importantly, both Nizar and Josh never made me feel like I wasn’t good enough.In career terms, Daniel is your man (placements manager). He knows many tech companies and has several connections. Daniel will help you with your resume, and most importantly build your own brand, trust him he’s awesome.The way Ironhack has laid out the learning process is: weeks 1-6 is learning (go to the website to see the breakdown), 7 and 8 are to build your own web application, which to be honest: It was difficult, and stressful. But it was completely worth it. Everyone has to present their web app during the Hackshow which was so much fun! We had over 180+ people that came to see what my fellow students and I had created (good networking).Ironhack declines applicants for many reasons. So you have to take it seriously. You have to be willing to work hard. This bootcamp doesn’t stop and you have to be mentally prepared. There will be times that you may feel that you are not good enough, but that is completely normal because you are being overwhelmed with so much information. The good news is that everyone at Ironhack will be there to cheer you on, including your classmates (your new best friends).Even after finishing the bootcamp, I know there is so much to learn. Ironhack gave me the tools to learn on my own for my web development career.Just remember to trust the Ironhack process. They know what they are doing, and it works.Read Less",Part-time Web Development,Web Development +233854,10828,ironhack,Anonymous,False,2016,Best decision of my life,2016-05-23,5.0,5.0,0.0,0.0,"I really hate school. I have always liked learning and making things but the way that I was taught at school really deterred me from pursuing any of my interests. I tried for around a year to teach myself to code from videos on different sites like Udacity... Read More and similar ones. I felt that although I had gained a lot of individual abilities and skills, I still felt uncomfortable building a deployable and usable application. Even worse I felt that I would never feel comfortable applying for an actual job with my set of knowledge. I decided to join Ironhack and it was the best decision I have ever made. The facility is awesome and was a fantastic place to both work as well as cool down during breaks. The rest of the students were all pretty cool and smart for the most part which also made the experience even better. The course does not only teach coding. It also actively ensures that you connect to members of the local tech community. Furthermore, they help you write your resume, make your linkedin, lecture you on interviews, and do countless other things to make you more easily hireable. I have never felt so confident in getting a job in my life. However, the absolute best part of Ironhack to me was the staff. It was a bit of a family and every single person in it was just on another level of nice. Even more than nice though we were always laughing and joking and getting genuinely enthusiastic about programming. The owner of Ironhack Ariel was around a lot of the time and he is one of the most genuine and respectable people I have met. The staff all around were just great people and great teachers. I learned so much and feel like I am picking a job now as opposed to finding one. Even further, I feel confident to run my own applications and sites all by myself. As I said, I hate school but love Ironhack. They teach you to actually create things instead of blind learning. It feels like more of an arts and crafts class than a science. If you are not passionate about what you are doing right now you should sign up.Read Less",Part-time Web Development,Web Development +233502,10828,ironhack,Lee,False,2016,Hard but well worth it,2016-04-10,5.0,5.0,0.0,0.0,"There are few things that can change your life completely; where you live, your significant other, your work, etc. For me, Ironhack was one of these things. Through all of the 20 hour days, hundreds of coffee’s and endless frustration, I became a programmer.... Read More The experience was one of the most difficult, but most rewarding of my life. I found a job the night of the Hackshow, and I am now working as a Growth Hacker for a consultancy based out of London, named Earlybird. I’m able to use the skills I’ve attained from Ironhack to code TwitterBots, and implement metric tracking tools. I’ve also been working with Dockbit, a deployment app built on rails, building the front-end for their metric displays. The teachers in the program are incredibly knowledgable, and have a way of making you believe that you’re able to do everything. Along with them, the students, and outside network of companies and entrepreneurs available to Ironhack, make for an incredibly community that I am proud to be a part of. Enrolling in Ironhack is one of the best decisions I’ve made in my life, and I hope it becomes yours too.Read Less",Part-time Web Development,Web Development +233492,10828,ironhack,Lara Hoya,False,2015,Web Development Bootcamp,2016-04-06,0.0,0.0,0.0,0.0,"Four years ago I finished my architecture degree, with the luck of finishing just in time for the crisis, when it was impossible to find work. Since then I haven’t stopped working and studying: I enrolled at University again (law degree), studied German,... Read More I worked at Zara and I've been a teacher for a while. I've spent the last years lurching from one thing to another not finding my place. Six months ago, however, I heard about Ironhack by chance. During the course I haven’t just met amazing people, but also I learned more than what I thought it was possible in just two months.I had never heard of anything related with programming, and today I work in Cabify developing their mobile application. Thanks to Ironhack Hiring Week I found a job that I enjoy and something that I love. It has not been easy but definitely worth it.Read Less",Part-time Web Development,Web Development +233466,10828,ironhack,Hsiu-Yi,False,2016,I learned a lot about coding and feel confident in my abilities.,2016-04-01,5.0,5.0,0.0,0.0,"I was a student in the 2016 Miami January-March Web Developer class. The admission process is fairly thorough. I really like how the interviews give you a chance to experience what the course is going to be like. After the initial interview, you will... Read More receive a basic coding lesson to do on your own. I liked how short it was and at the same time challenging. The next interview is a technical interview with Nizar, the head instructor. At the interview I had to complete a coding challenge based on the lesson. This is similar to how the real course is. Each day begins with lectures and a handful of short coding exercises. The lessons are on the Ironhack servers so if you miss a day or need to go back to review you can do so wherever you are. In the afternoon, you will be given a task to complete relating to what you learned in the morning. It is a very hands on approach. You will learn how to code by coding. You will also be really good at learning how to learn to code (mind blown). Ex. It’s easy to Google a coding problem but it takes a little more skill to read and digest the solution. At any time during the lectures or afternoon exercises, Nizar, Josh (other instructor), and Karen (teaching assistant) will be around to answer any questions you may have. In addition the rest of the Ironhack staff will be around if you need to talk to them. Everybody is on Slack (communication app) so if they’re not around they will most likely be online. I like being able to look up from my laptop and get help right away. In addition to learning how to code, you will also make friends and feel like part of the tech community. The classroom is on top floor of a shared workspace with 25 other companies. It’s really cool to see how other companies work and what they’re doing. I also like the monthly Pizza Friday. Everybody in the building gets to eat FREE pizza TOGETHER! There’s also a weekly newsletter about any tech meetups or events happening in South Florida. For me, Ironhack was a way to get a career in the tech industry. Alida, who is charge of operations and growth, helped us with the career searching. I had my resume and LinkedIN redone to reflect the new skills I learned at Ironhack. It’s a process that lasts until you leave the course. At the end of the learning and coding portion, there’s a week of career building activities. Different companies will come in to interview you. I updated my resume and LinkedIN a few more times. I feel really good about my skills and what I’m capable of coding. I’m also happy about all the friends I made in class and outside in the tech community. It’s an exciting time to be in the Miami tech industry.Read Less",Part-time Web Development,Web Development +233465,10828,ironhack,Mario,False,2016,Just...Ironhack!!,2016-04-01,5.0,5.0,0.0,0.0,"I needed a change in my career. After working for 5 years in maintenance projects for a consultancy firm, the routine decreased my motivation. My experience at Ironhack was hugely satisfactory. Not only because of the enormous amout of technology I was... Read More able to learn in two months, but also because I felt the right attitude while doing it. In my opinion, this is very important. I still don't know how Ironhack accomplishes this, but it works. I obtained a level of motivation which I hope never ends! This is the greatest asset Ironhack gave me: the ability to be motivated. Once you're in, it is very difficult to leave the spiral of knowledge they provide. I'm very grateful to the Ironhack team!Read Less",Part-time Web Development,Web Development +233464,10828,ironhack,Juan,False,2016,Ironhack is a blast!,2016-04-01,5.0,5.0,0.0,0.0,"Ironhack is one of the best experiences in my life. In just 8 weeks I've learnt a lot about web development: Ruby, Rails, Javascript, HTML, CSS...If you want to be a great developer and be part of community, Ironhack is with no doubt the best choice!",Part-time Web Development,Web Development +233447,10828,ironhack,Anais,False,2016,Incredible,2016-03-25,5.0,5.0,0.0,0.0,"Ironhack is one of the best decisions I've ever made. The quality and process of teaching/learning is unlike most traditional systems of education - the Ironhack Team is knowledgable, kind, patient, and very devoted. Of course, let us not forget the VALUE... Read More in what we learned and accomplished, which to me seemed highly impossible from the onset. Can you really learn how to code in 8 weeks? Yes, at Ironhack you really can. I have to say that what I think really sets Ironhack apart from other coding bootcamps in the South Florida area (and trust me I did extensive research on this) is how much they care. They are so devoted to making sure you succeed, helping you along the way and providing the necessary support. It's a very tightly-knit community, and that's the true beauty of Ironhack, because you know what they say.. It really does take a village to teach you to code.Read Less",Part-time Web Development,Web Development +233431,10828,ironhack,Lluís Arévalo Salom,False,2015,My amazing experience at Ironhack!,2016-03-21,5.0,5.0,0.0,0.0,"Since I finished College, I had been working as a front-end developer at a company located in Menorca.I had a comfortable job but I was learning on my own how to do the different things I was working on. Last year after 6 years working on the same place,... Read More I decided to quit. I felt I need more challenges and also that I need to improve my knowledge.It was not an easy decision, but I had to choose between staying on the confort zone or trying to scape from it. I went to San Francisco to find some inspiration and I found that what I really wanted to do was learning at a Coding Bootcamp. After reading on the internet some reviews I had no doubt, the chosen one was Ironhack.Now I realized that it was the best decision I have ever taken.At Ironhack I've met 17 amazing classmates; the TA's were also great people willing to help you at anytime during the course; all the teachers that came were awesome (thanks to Quino, Fernando, Harek, Patricia and Javi Velasco for the classes, you are great teachers!); and I also had the opportunity of meeting part of the Ironhack staff, what can I say...incredible people (Álvaro, Dani, Gonzalo, Yolanda, Ariel, Marc...), thanks for all your support and the perfect organization.To sum up, doing Ironhack bootcamp you will meet a lot of new interesting people during the workshops that happen every week You will interact with the best professionals of the industry and you will have great job opportunities after the bootcamp. During the Hiring Week 3 of my classmates and I got really good offers thanks to the companies that came in.In my opinion don`t hesitate in joining the course if you're willing to learn a lot and have a lot of fun. It's a great chance to change your life. You'll have the opportunity of meeting some of the best startups around and start working for them with a good salary, and that's something that doesn't happens normally when you go to study somewhere.Read Less",Part-time Web Development,Web Development +233427,10828,ironhack,Faraz Patankar,False,2016,The best experience of my life.,2016-03-20,5.0,5.0,0.0,0.0,"I had an amazing experience at Ironhack, right from the moment I applied to the moment I graduated from the bootcamp.I had to travel from Mumbai to attend the bootcamp and the admissions team was always there to help whenever I required any documentation... Read More for my visa, whether it was the acceptance letter or a bunch of questions from my end, they were always ready to help whenever they could.They sent out the prework as soon as I confirmed I would be joining the bootcamp and we were given weekly one on one sessions with the instructors but the instructors were always available throughout the week on Slack whenever I had any questions to ask. The prework was very elaborate and I feel that it helped me be ready for day one of the course.On day one of the bootcamp, we had a fun team building activity and we had many of those throughout the course. All these activites were fun and interactive and they helped us blow off steam and got us ready for the morning lectures. We were always advised to go to events to network with the tech community and they also sent us emails every Monday with a list of events we should be going to.The instructors and the teaching assistant were absolutely brilliant, they were always ready to help and wouldn't mind explaining the same thing multiple times and all 3 of them brought something different to the table. The course as a whole covered almost everything you'd need to know to develop a full stack web application and they even helped us with our presentations for the final project.Week 9 was career week, we had interview prep and coding challenges. Several companies also came in to interview us and that was a very good learning experience in terms of interviewing for a web development job.I traveled roughly 9000 miles to attend a coding bootcamp but not even for one second did I feel like I wasn’t at home. From the co-founder, to the director of admissions, to the instructors, to the content writer at Ironhack, to every single student that was a part of the cohort, each one of them had something special to offer that made this the best experience of my life and I’d like to thank each and every single one of them for it.Read Less",Part-time Web Development,Web Development +233400,10828,ironhack,Christian,False,2016,An amazing experience,2016-03-16,0.0,0.0,0.0,0.0,"My 8 weeks at Ironhack Miami were a whirlwind. I came in with no development experience and looking back it's really amazing how much I learned in that short time. It doesn't feel short though when you're putting 70-80 hours in every week. I honestly... Read More think that's a realistic assessment of the time commitment, especially for someone who doesn't have a programming background. If there's one thing I would recommend to any student going in is to do the prework! It definitely sets the foundation and lets everyone in the class dive into the material at a great pace. The course was a great balance of lecture and hands on learning. Every morning we would learn enough to really dive into the exercises for the afternoon, and thats when things got really interesting! I think the most amazing thing about Ironhack is the dedication of the Instructors. Whether it was planning extra breakout sessions to go over a particularly difficult topic or them staying late or coming in on a weekend to help with our projects, I can honestly say that I've never had teachers that were so invested in their student's success. The staff is also deeply invested in our career success. The advice on how to sell ourselves as developers was invaluable and so was the interview experience from their hiring partners. I feel really confident going forward that I will be able to start a career in the tech industry.Read Less",Part-time Web Development,Web Development +233268,10828,ironhack,Alejandro,False,2015,Boost up your code learning,2016-02-01,5.0,5.0,0.0,0.0,"Ironhack has been to me a unique experience, I had the chance to practice english, get to know people from different backgrounds and countries, but above all, it provided the best entry to the programming world, something I struggled a lot in the past.... Read More I didn’t get out of the bootcamp being an expert, but Ironhack taught me how to learn, and after Ironhack I’ve been able to keep learning a lot of stuff that was out of my reach before when I tried on my own.Besides learning how to program, I’ve also benefited from great guidance for my future career. Ironhack organized, on a regular basis, effective advice and workshops I could benefit a lot from.Finally, I can safely say that despite not being the best student in the cohort, I landed a job in a startup in just three days. Because of that I definitely think that Ironhack was a great investment for the money I spend on the course.Read Less",Part-time Web Development,Web Development +233203,10828,ironhack,Anonymous,False,2015,Learning to Learn,2016-01-19,5.0,5.0,0.0,0.0,"At Ironhack, I did not just learn how to use the most cutting-edge technology used in the Industry today. I also learned a way to learn. With the guidance of the TA’s and Lead Teachers, you come to realise that, ultimately, the best teacher you’ll ever... Read More have is yourself. Having the audacity and capacity to say “I want to learn that skill, and I can do it” is the most valuable lesson I learned in the course. It didn’t matter that I was being exposed to technologies that I didn’t learn at University. I was empowered to get out of my comfort zone and thrive. Thanks, Ironhack!Read Less",Part-time Web Development,Web Development +233161,10828,ironhack,Jake Lare,False,2015,Ironhack Review,2015-12-29,0.0,0.0,0.0,0.0,"My experience at Ironhack was unlike anything I'd ever been through before. The cohort was extremely diverse. Former lawyers, store managers, nfl players, and ivy league grads consumed the classroom. After the first day though, it was clear that we were... Read More all equals. Learning to code a new language is like learning to speak a new language. It isn't going to happen over night. Our two teachers, Nizar and Josh, were extremely helpful and patient. It felt like the same question was asked 100 times a day. In programming, it's all about understanding the connections between different syntaxes, and repeating them over and over again. Class begin at 9 every morning, and most of us wouldn't leave until 7 or 8 at night. We were all warned early on that there would be some days where we would feel completely hopeless. I definitely did. Around the 6th week though, something clicked. Things that took hours to accomplish in week 1 and 2, started to take minutes. Programming certain syntaxes became second nature. I was extremely happy with how my final project came out, and by the time the course was over, I was sure I made the right choice about going to Ironhack.Read Less",Part-time Web Development,Web Development +233147,10828,ironhack,Karin Fernandez,False,2015,Highly recommended,2015-12-21,5.0,5.0,0.0,0.0,"I had such a great experience at Ironhack. The team is amazing, since I had the first interview with them I had the feeling that I was taking the right choice. It doesn't matter what coding experience you had before, Ironhack provides a Pre work where... Read More you can train and get skills.The instructor and TA are excellent and have so much patience!!!. I never felt afraid to ask any question because they were always willing to help. They were guiding and advising us everyday.In this intense weeks there is a lot to learn, but a lot to study too. There are a lot of materials the program provides in order to improve and reinforce our knowledge. Now that the Bootcamp is finished, I feel so well on my improvements, the connections I've made and ready to show what I'm capable to do. Thanks Ironhack!.Read Less",Part-time Web Development,Web Development +233143,10828,ironhack,Sebastian Misas,False,2015,Best decision I have ever made!,2015-12-19,0.0,0.0,0.0,0.0,"This course blew me away, the instructors were so helpful staying late nights and even coming into the office on weekends. This course accelerated my learning and helped me get in the door in the tech industry.",Part-time Web Development,Web Development +233142,10828,ironhack,Anonymous,False,2015,Great school and even better people,2015-12-19,0.0,0.0,0.0,0.0,"I would first like to say that for all of the skeptics out there: I was in your shoes, but I can vouch (as much as that counts on the internet) that the people in Miami posting reviews around the same time as me, were in fact students at the school in... Read More my cohort. This post will be somewhat long but it will be useful if you are trying to decide if coding bootcamps, and Ironhack specifically, would be a useful expenditure of your time and money.So, who are coding bootcamps are for: - People with no programming experience who want a career that is both fun and rewarding- People who have tried to learn coding/web-development on their own but got frustrated with how long it takes to learn- Burgeoning entrepreneurs who want to learn just enough to make their business dreams a reality Who they are not for:- Experienced programmers who thing OOP is child’s play- Humans that don’t play well with other humansI fell into the category of those who tried (and failed) to learn this material on their own. While that previous coding experience was useful, it originally led me to be frustrated with the pace of the class. It wasn’t until later in the course that I fully understood the patience and caring that our instructors, Nizar and Josh, had for us and appreciated how slowly they moved to get us all up to the same level.Ironhack doesn’t promise to make you an expert programmer; and it shouldn’t. Ironhack promises to teach you everything you need to know to just get your foot in the door for a programming career. They adopt a no-B.S. approach to help people who had never opened a text editor besides Word, learn to build incredible and dynamic websites. Ironhack gives you the basic knowledge of everything web-development and then gives you the hard, honest truth that you need to figure out your own path in this huge and amazing field.Beyond the coding aspect of the course, the people and the location are incredible. The instructors and staff are there for you every step of the way, and your fellow students are there to help pick you up when you fall, because that’s the environment that Ironhack fosters. You know it’s expensive, they know it’s expensive, and it is a company trying to expand, but their product is solid and if you have the time and the money- but most importantly the drive- then Ironhack is for you.Read Less",Part-time Web Development,Web Development +233141,10828,ironhack,David James Knight,False,2015,Best Career Decision I've Made in Years,2015-12-19,5.0,5.0,0.0,0.0,"Before Ironhack, I was an attorney with a liberal arts background. I'd dabbled in front-end design (HTML, CSS, WordPress) for years, but always thought that anything more technical than that (e.g., Ruby) was for Computer Science majors. Ironhack proved... Read More me wrong. In eight weeks, I went from being an unhappy attorney to a legitimate developer and tech entrepreneur. But the journey wasn't easy; Ironhack's intensity level was about the same as the first year of law school. The pacing is relentless, and there is a lot of information to absorb. You need to take this course very, very seriously or you will fall behind very, very quickly.Read Less",Part-time Web Development,Web Development +233140,10828,ironhack,Jennifer Alvarez,False,2015,One of the best investments that I have made!,2015-12-19,5.0,5.0,0.0,0.0,Ironhack has exceeded all my expectations as a coding bootcamp. I have acquired a solid knowledge base in programing have gained many likeminded friends and feel more confident not only in my coding but in general. It is an intense 8 weeks program on... Read More that requires focus and determination and the team is there to help with all the challenges. Nizar the instructor is fully bilingual and has a deep understanding of all the subjects covered in class. He is also extremely patient so don't be afraid to ask questions! All in all one of the best experiences Ive made time and money wise.Read Less,Part-time Web Development,Web Development +233139,10828,ironhack,Raymond Fischer,False,2015,"I wanted to go to a bootcamp with organized, educated and successful founders.",2015-12-18,5.0,5.0,0.0,0.0,"After 8 weeks in the Ironhack course I feel confident in the fundamentals acquired to continue learning and taking on projects. There are many coding bootcamps in Miami but I chose Ironhack because the founders' background included Harvard and Wharton... Read More Business school. I wanted to go to a bootcamp with organized, educated and successful founders. The course was challenging but Nizar (lead instructor) and Josh(primary teaching assistant) gave me the necessary resources and attention to build a strong programming foundation. I enjoyed that the course and final projects emphasized individual work because I learned every aspect of building a web application. Also, there is no better location in Miami than Ironhacks at Building.co. The classroom is in the downtown/Brickell area and is an awesome space. Finally, it was a well rounded course because we heard from many other programmers and tech business owners in the community followed with professional training in career work. I held Ironhack to the highest expectations and was 100% satisfied.Read Less",Part-time Web Development,Web Development +233138,10828,ironhack,Adam Lopez,False,2015,Apply yourself and commit. Always commit.,2015-12-18,5.0,5.0,0.0,0.0,"First starting off at Ironhack I had no previous coding history. Fully immersing myself in a program that will help not only my career but my growth as a person was something I knew coding would fulfil and Ironhack delivered on that, giving the resources... Read More and skill set to succeed. The team at Ironhack was helpful and non-judgemental or impatient with people from different professions. It helped me to re-evaluate my thought process on how to learn things and how to solve issues in a way I never could before. I would definitely recommend taking this course, but remember they don't call it a bootcamp for nothing. Pre-plan and take on-line courses to make sure this is the right path you want to take. Then apply yourself and commit. Always commit.Read Less",Part-time Web Development,Web Development +232976,10828,ironhack,Gui,False,2015,A great learning experience.,2015-10-26,5.0,5.0,0.0,0.0,"Before IronHack I had taken several programming courses online but after completing each one I felt I didn't understand or know how to apply anything I had learned. I think thats why I was hesitant to give IronHack a try. I was worried that the large... Read More investment would not be worth the time or money. But after meeting with Nizar, the lead instructor, I knew that IronHack was the right place to go. Nizar is an amazing instructor. He’s patient and is great at explaining the concepts of programming. I learned more in the 8 weeks of bootcamp than from all the time I had spent before trying to learn on my own. I highly recommend IronHack to anyone who wants to learn how to program.Read Less",Part-time Web Development,Web Development +232619,10828,ironhack,Alexandra,False,2015,Less bang for your buck,2015-08-16,3.0,3.0,0.0,0.0,"This is a personal opinion about my experience at IronHack Barcelona. I have to introduced myself as a customer experience and product oriented person, which means that I’m very sincere with all my experiences and also try to apply all that I’ve learned... Read More as an entrepreneur with a small non-tech startup company which focus on customer experience and product development. When I like something, I’ll be the best ambassador of that product or service, but when I’m not happy, I’m always very honest about my reviews. This is part of my own personal opinion of my whole bootcamp experience. Something that I wish someone would have told me before joining the bootcamp.Before deciding to attend to IronHack, I have had several interviews for a few coding schools in the United States that were 12-weeks courses. Unfortunately, I didn’t get enough funds to attend to the one I really wanted. Then I found about IronHack in Barcelona that was a 8-week course and which the city’s living costs were also more affordable. Also all the reviews were almost 5 stars, so I decided to apply and prepare for the journey.I did a lot of online tutorials and practices few simple coding challenges because the previous schools that I applied to demanded to have basic programming knowledge. I was very surprised that the interview process was very easy, maybe is because the main focus of the school is to take students from 0% to 80%. I had the chance that a friend that attended another bootcamp had shared with me his experience of his pre-work of the other school. So I was kind of surprised how disorganized and how poorly made the pre-course work was. We were not even ask how we were doing with it at the time.I wrote my own very personal review, but since one of my classmates have better english writing skills and I couldn’t agree more on what the author wrote, which its content is similar the two pages I wrote, I asked for permission for posting and editing the review. I’ll just highlight a few other personal comments starting with to slashes ( // ) at the end of each paragraph of the author’s review.We were supposed to be sent a overall bootcamp feedback survey, but even before that they were already asking us for positive feedback. My classmate’s review post and my personal add-ons:“ … Still, there has yet to be any surveys sent out, yet each week we had to complete two surveys on the quality of our instructors. This speaks volumes to the quality and goals of Ironhack. Additionally, we were told that there would be extensive career help, even a spreadsheet for us to fill out in order for Ironhack to track our progress, yet, this request for a review was sent out before even a slight mention of such a spreadsheet. There’s been no career follow up, no LinkedIn or resume reviews and I am extremely disappointed, to say the least.// Before attending the bootcamp, IronHack sent me a PDF of more than 5 slides with “career support” that was supposed to taught during the whole duration of the bootcamp.I’m an entrepreneur, and one of the things that completly appreciated about this bootcamp is that it was meant for entrepreneurs, as their Twitter profile says, note that not a single lecture involved any entrepreneurial concept with code.My experience at Ironhack was amazing in regards to my peers and the quality of our TAs. Despite there being only one TA per 8 students, they went above and beyond to help us out and it was so appreciated. // Thanks to the TAs for all their effort!Aside from that, I entirely regret choosing Ironhack for my bootcamp experience as Ironhack has failed at their only two objectives: be a great educator and be a great business. My list of possible improvements is endless, but here are a few: 1 Start by actually vetting your instructors. Have them do a test run in front of you. Are they comfortable with public speaking? Do they engage the audience? Are they clear when speaking English? Are their materials written in proper English? Are the passionate about working with others? If you don’t know the answers to these questions, you shouldn’t be hiring the instructor. If you wouldn’t want to listen to them on a Monday morning, don’t hire them. Period. // There were days that I honestly think I’d learned more in CodeSchool, that the current lecture because some of the teachers didn’t seem to be prepared or didn’t have high teaching skills. 2 Be upfront about the condition of the work space and classroom. Ironhack should be ashamed of the condition of our classroom in Barcelona. I was ashamed when posting class pictures because the room looked so horrible and rundown, and it was. Paint chipping, the room hadn’t been swept or dusted in forever, there were maybe only three quality chairs in the entire room (how are developers supposed to code for over 10 hours a day on plastic chairs?), the room was unbearably hot and we had to pretty much protest for weeks in order to get fans which then just circulated all of the dust around the room. The projector didn’t even have a screen and it was close to impossible to follow along with the instructors having to adjust their settings so frequently. The tables were not actually tables, but rather pieces of lumber stacked on wooden posts even though the average Mac in the classroom was worth $1500. If one of those Macs were to fall and break, I think we can both say that Ironhack was not going to cover the costs. // The first thing I’d learn while studying at industrial engineering: work conditions (weather, ergonomics, etc) affects productivity. I truly understand and appreciate that Barcelona is such a environmentally friendly city, but take into account that 80% of our bootcamp was not form Barcelona, and I’m from Panama City, Panama (Central America), where is 30ºC all year round, and I haven’t been that suffocated by heat in a workspace in my entire life. 6 tables, 2 fans, not enough! By day 2 there where two more, and that wasn’t even enough. I literally had to bring my personal fan until the last day of the bootcamp because I couldn’t focus on class or during my final project. Some electric extension were laying on the floor, where easily more than 10 times people have tripped because of them. Also, as programmers that were supposed to spend 10hrs+ a day in that room, I expected to at least have basics: water and coffee. Filtered water tanks or water dispensers with filters, specially when not even people from Barcelona drink their own tap water because it is awful! 3 Reevaluate which students are accepted into the program. While of course more students mean more money, if you don’t have enough TAs and are unwilling to provide more, then simply get more selective and accept fewer students. Also, students who have been working as a developer and beginners are not to be in the same class. Reevaluate your mission as a school and choose an audience. The majority of the time, it felt as if the instructors were speaking to 3 of the 16 students. // Either you take people from 0% to 80%, or from 20% to 120%. There where students that haven’t even finished the pre-work before coming to class, and were accepted to start anyway. A lot of them were so lost on the basic concepts. I think it may have downgraded the class for people with more experience. 4 Establish your worth as a school and stick to it. Although each student paid the same amount, certain students have been afforded the opportunity to retake the bootcamp. If that is the case, are the rest of the students going to get half of their money back? I didn’t think so. I, in no way, learned as much as I thought I would have and I know I would have been given more attention had I chosen one of the American bootcamps, yet a second round at Ironhack was never offered to me. Keep it fair, it’s as a simple as that. // The fact that there were several students that either dropped out or very lost in class and they just decided to skip some subjects and do what they could, should have never happened on the first place if the pre-work was better built and proper follow-up student/pre-work would have existed. 5 While MOB is clearly not the correct choice to host Ironhack, at the bare minimum, if it is known that there is going to be loudly obnoxious construction the FINAL DAY OF PRESENTATIONS, the day for which we prepare during the entire bootcamp, the day that Ironhack invites guests to listen to its student’s present, you find an alternative space in Barcelona to host the presentations. It’s not that hard, not to mention Ironhack’s connections to startups with amazing presentation spaces. I’m sure those startups would have loved the exposure and would have loved to be a part of the presentations. Get creative, don’t get lazy. // At the HackShow, there where 40-50 people in that room, and I felt ashamed that the audience had to uncomfortable watch our presentations which such heat. Also, as a finalist for the top projects, I was very sad that not a single video was taken by IronHack, like the previous cohorts, or even t-shirts with our handles where given to all the students, to have memories about our experience presenting our final project. This may not sound very important, but if you start adding features, even as almost meaningless like the previously mentioned, you shouldn’t downgrade by taking it away. *MOB: Makers Of Barcelona, where the bootcamp was being held.* 6 Know your audience. During our “hiring help days”, the first thing that Alvaro said was that most of us probably aren’t comfortable with networking and approaching strangers. False. The majority of my class came from backgrounds like communications, media, marketing, sports, recruiting, journalism, customer service, etc. Learn about your students before you attempt to advise them. Additionally, don’t have us go into a corner and show you our LinkedIn profiles while you tear them apart — it’s not thorough and it’s inefficient. Take the time to look at the profiles in advance, take some notes and then discuss with us. It will save both your time and the student’s. // I like people being realistic, but Alvaro saying that it was almost impossible to get a job in Spain as a non european, was absolutely demotivational. Nevertheless, one of my classmates and me, non europeans, got job offers, because we manage to find alternatives to pursue success. So, don’t just say it’s almost impossible without providing work arounds. Also, how come you claim to have a 97% rate of hired students when not even 50% of the students are showing up at interviews and with such non-existing follow-up after that? 7 Hire more TAs. Don’t be greedy. Money is great, but a stronger reputation is worth much more and ensures longevity. Having to sit and wait 40 minutes to ask a question is beneficial for no one, especially a newbie.// I get that some students may have slow pace while learning, but the other students that are paying the same amount of money, deserve the same kind of attention and assistance during class. If you don’t want to let anyone behind, make sure that each student is really prepared to start a coding bootcamp. 8 Lastly, hire someone that has both customer service and teaching experience to facilitate the education aspects of Ironhack. You need them. As a former educator, most of the things that went wrong were simply due to lack of planning and experience. Even our welcome meeting was lackluster and could have been full of creative and light-hearted icebreakers designed to get everyone introduced to one another. // TAs had enough work as being TAs, someone that takes care of the customer experience and product is very needed so we don’t end out writing this long reviews!!!I truly hope you view this feedback as constructive more than anything. Everyone wants to see Ironhack succeed, but without some adjustments it’s truly not worth it. “// Couldn’t agree more with this! And now, one of my best friends, who I recommended to learn to code and go to IronHack, is about to take the next cohort, and I just wish he can have a better over-all experience that I’d had. I’ll definitly take another bootcamp in the next few years, this time one made in the USA.Read Less",Part-time Web Development,Web Development +232582,10828,ironhack,Bogdan Vasile,False,2015,Probably the best investment I ever made !,2015-08-12,4.7,5.0,4.0,5.0,"Turns out that after many years of work in a certain field I’d like to change something and focus only on doing things that keep me engaged and very enthusiastic about. Learning web development technologies was something I intended to do for a long time,... Read More but never actually took my time to just do it, I decided this is the time and I chose Ironhack based on their reputation, training curriculum and also because I really wanted to spend some time again in Barcelona :-).I am really confident my investment will pay off, in fact I think it is one of the best investments I ever made. I met the most extraordinary group of people, my colleagues, and I learned a lot in a relatively short period of time. I never coded before, so the first week seemed like a lot to take in, but persisting in understanding as much as I could and getting support from the TAs, which are the greatest, I began to feel more at ease as I continued my learning journey. At the end of the bootcamp my project was selected by a jury of senior developers as one of the top 5 projects in the class. I wish you all happy coding at Ironhack !Read Less",Part-time Web Development,Web Development +232532,10828,ironhack,Kaysser Kayyali,False,2015,My life-changing experience,2015-07-31,5.0,5.0,5.0,5.0,"The program at Ironhack Miami is one that I'll remember for the rest of my life. From day one you are immersed in programming culture and basically hand-held for the first 1-2 weeks.They start from the basics, and build your programming chops from the... Read More ground up. The team they have put together has become the best learning experience I've seen, and your peers will quickly become your friend circle.There are some cons tho, but they are purely opinionated. You are going to have to want to learn, and you are going to have to be willing to stay late to be sure you grasp the concepts of the day. All in all, Ironhack is the premiere bootcamp option in Miami, with their talented staff and strong work ethics, anyone can sign up and be a reputable coder in just 8 weeks!Read Less",Part-time Web Development,Web Development +232475,10828,ironhack,Anand Kumar,False,2015,Beautiful experience,2015-07-08,4.7,5.0,4.0,5.0,"I’m Anand from Malaysia,I studied I.T from London Metropolitan University and the last time i code was 10 years ago. I am a Web Designer,Graphic Designer and a UI Designer. Over the past years i have ventured into many other work including producing Reality... Read More Shows and account manager for brands.I chose Ironhack because of its reputation as the best Coding BootCamp in Europe and it was nearer for me since I came from Malaysia.The methodology is good as far as it is concerned, i have never been to other bootcamps, so I can’t really say much about it. It would be nice if you can suggest extra one month or something for those beginners before getting into the main class, so everyone will be in the same level and understanding.Teachers are good and was able to cope with all our questions and ramblings, also my classmates were totally amazing, they were part of the whole study as well, without them I don’t think I would have totally survived the bootcamp.The things I like the most: free beers, good classmates, environment and the people .The most difficult part for me was Coredata. Trying to grasp everything everyday was difficult, everyday we were learning something new and had no time for recap and remembering.My final project was Menu Del Dia app which shows the menu del dia of the restaurants nearby to the user. Its a simple and straightforward app.Too early to say anything about Careers...well i think so far so good, lets see how its goes.I would recommend Ironhack to everyone because it’s a very good place to have a feel of what is coding all about and the excitement of it.Read Less",Full-time Web Development Bootcamp ,Web Development +232460,10828,ironhack,Javier García-Vidal,False,2015,A unique experience,2015-07-01,5.0,5.0,5.0,5.0,"Ironhack is certainly a unique experience, in my case I am a computer science engineer. Since the first day I noticed that Ironhack has nothing to do with what I studied at university, where what they taught was really outdated. Courses were oriented... Read More to the theoretical part and quite unrelated to what companies were demanding.The community I created with my fellow colleagues at Ironhack is magnificent and today we remain as a small family where we all help and cooperate with each other for a common benefit.In Ironhack you can get the ability to develop projects that you have previously thought about but you weren’t able to develop because you didn’t have the tools and knowledge you need. That was what happened to me, I have an idea before arriving and was not able to carry it out. But I could make it for the Hackshow at the end of the course and I proved myself that I could do it.Also they have advised me magnificently on how to orient my professional profile online and prepared me to face interviews, coding challenges and to negotiate my starting salary. Many friends ask me if I will recommend Ironhack and I have no doubt, it´s a great experience I wilI repeated again without hesitation.Read Less",Part-time Web Development,Web Development +232411,10828,ironhack,Marian Martínez,False,2015,Ironhack is the best course to start a career in web development.,2015-06-18,5.0,5.0,5.0,5.0,"I started to study Higher Technician in Computer Network Systems Management in 2010 and it was during this period when I discover the world of programming and I was totally hooked. After that, I was working as full stack web developer in a marketing online... Read More agency where I had to face many challenges. One day I realized that I need to stop and continue learning. My main goal was to improve my skills developing scalable, maintainable and well tested web applications. That day, was the day I found Ironhack and I left my job to begin a new adventure.From my point of view, Ironhack is the best course to start a career in web development. You will learn not only all the best practices and all the technologies required and used by the leading companies, but also you will be involved in a great and different experience where teachers and classmates work and practice together to get the best from every hour.Teachers are all excellent professionals with a huge working experience so learn from them has been a pleasure and a great opportunity.All eight weeks of the Bootcamp have been very intense but the hardest week for me was the second one, when I discover how to do TDD and it was very challenging. Finally, doing a final project where you can practice everything you have learned is essential. In my case, I was working in a learning platform called “Skillstep” where you can create your own learning tracks. To introduce a project at the Demo day was not my goal, so I decided to focus in learn better how to do specific parts of my application and it was good choice. Whether you want only to learn or you have an entrepreneurial profile and you want to know how to develop your project, you will find no better place.Career support after Ironhack is excellent also, and the “Career Week” a good opportunity to get a good job. Thanks to a coding challenge sponsored by a company that we did last week, I am waiting to close a job offer only a couple of weeks after graduating, so I couldn't be happier at this moment.Read Less",Part-time Web Development,Web Development +232379,10828,ironhack,H M,False,2015,Ironhack changed my life,2015-06-03,4.7,5.0,4.0,5.0,"My experience at Ironhack was very positive one. As a minority and female with limited coding experience, I was doubtful at the beginning if I could complete the program. However, after 8 weeks, I not only completed the program, but also was able to develop... Read More a web application from scratch. Before Ironhack, I was in business, doing completely unrelated to programming. I even had a great fear for anything technology. One day I decided to cast off my fear of tech and started learning how to code. Though I was studying dilligently, it was very inefficient. As a responsible adult with responsibilities to fulfill, I thought going to school and learn ""how to learn coding"" in a short amount of time seemed efficient than reading posts after posts on stackoverflow. And, I am glad to tell you that I made the right decision. What makes Ironhack very unique was people - my classmates, the teachers and the staff. My classmates were from all walks of life and open-minded, which made me feel ok to ask even seemingly silly questions in the class. I still hang out with some of my classmates even after the program ended. The teachers were great, too. Though some classes and the curriculum have rooms for improvement such as installing some programs prior to the cohort begins, the lead teacher, with knowlege, passion for coding and teaching, patience and care for each one of us, made my learning experience the excelent one. The staff. I decided to attend Ironhack because of the staff. Everyone was always thinking about how to create an open and comfortable environment and make the learning experience fun. They provided us many opportunites like happy hour, beach BBQ, and pinada smashing (to release our stress) for us to socialize and have some break. They also set up a weekly meeting where students can provide feedback and share their thoughts. People there were ""real.""Lastly, Ironhack provided great job assistance. Of course, I had to do 99% of the work following their strategic advice, but they set up interviews with companies (I received a job offer from one of them), provided useful resources and followed up with me on the phone almost weekly for practical advice and encouragement. As a result, I received a few job offers and am currently working for a growing tech company (where my colleagues know the Ironhack lead instructor).Ironhack really changed my life. There are many schools out there with different emphasis but I think the value of going to a coding school is to build skills, confidence and knowledge to continuously learn new technologies. Like myself, many coding school students will probably end up learning something new or maybe unrelated to what they have learned at school. Then, my recommendation is to go to a place like Ironhack where you interact with good people in a good environment where your learning experience will be joyful.Read Less",Part-time Web Development,Web Development +232297,10828,ironhack,marc mathieu,False,2015,Great Stuff!,2015-04-12,4.3,5.0,4.0,4.0,Ironhack was a valuable experience. They managed to efficiently cover a variety of topics while creating a fun environment. Their boot camp structure is very conducive for developing a solid coding base with the skills and knowledge to learn more advanced... Read More concepts with ease. I would recommend giving IronHack a shot.Read Less,Part-time Web Development,Web Development +232252,10828,ironhack,Patricia Henriquez,False,2015,Challenging experience and wonderful people,2015-03-31,4.7,5.0,4.0,5.0,"What I got out of my experience with Ironhack was invaluable. I learned a great deal about myself, made friends with wonderful people from all walks of life, and came out with a solid understanding of the web development landscape. I decided to join Ironhack... Read More because I wanted to learn more about web programming and gain a new skill. My job as a consultant consisted of working, communicating, and at times leading developers so I thought getting a leg up in coding would be beneficial in my day to day activities at work. I knew I needed to become code literate and that the best way for me to really learn programming would be to attend a course, to throw myself into the deep end. Into the deep end I went. My experience wasn’t all butterflies and rainbows. It was probably one of the toughest experiences of my life. There is a ton of content and it is constantly changing. It is a very rigorous curriculum with an aggressive timeline designed to really challenge you. It put my ego to the test, it made me feel dumb at times, and frustrated in others. The first week and a half I felt like I had been knocked down, but this was done intentionally, which I appreciated after the fact. It got me into gear and forced me to adopt a “can do” attitude. From a personal development standpoint the program helped me learn how to better overcome difficult situations, how to ask for help, and to really understand how detrimental negative self-talk can be to ones progress. From a technical development standpoint I was amazed at how much I learned and how much I was able to accomplish. I think what really differentiates Ironhack from other schools is their amazing team and their culture of “ the customer is always right”. I really loved and was really impressed by the constant feedback loop they incorporated into their system. It felt like a very intimate experience because they cared about my concerns, my thoughts, and most importantly my progress. They wanted to make sure I was getting everything I was expecting out of the program; an attitude that was adopted by all of the faculty and staff. Overall the instructors were superb. They were experts in their field, good instructors, and always extremely helpful and very respectful.Read Less",Part-time Web Development,Web Development +232065,10828,ironhack,Vishal,False,2014,One of my best decisions,2015-02-01,5.0,5.0,5.0,5.0,"IronHack has been one of the most incredible experiences I’ve lived.The professors were very good in their fields, always attentive and very close, although some of them never taught before. The TA (Teacher Assistant) was alumni on the first edition so... Read More he could understand our situation and helped us in every moment. However, the best of the bootcamp were my classmates. The selection process was very good because all of them were very motivated, hard-workers, fast-learners and close people. We helped ourselves in every problem, worked hard until 6am if necessary, and improved our programming skill together.I highly recommend IronHack if you want to learn programming with top-teachers, incredible classmates and in a short period of time, but be prepared to work hard every day, because when the say intensive, it’s really intensive.I started IronHack with almost zero programming skills, and now I’m able to make powerful webs by myself. I never thought of learning so much in this time.Read Less",Part-time Web Development,Web Development +231910,10828,ironhack,Emily,False,2014,"A frustrating but fun experience, proportioned depending on your needs",2014-12-18,2.7,3.0,3.0,2.0,"Pros:Barcelona: The location is beautiful and affordable. I enjoyed living there immensely, was able to meet a lot of locals, and lots of great people in general. It's also relatively inexpensive and very walkable.Staff: People are really friendly, and... Read More I want them to succeedInstructors: About half of our instructors were great to fantastic and we learned a ton during their weeks.Class size: We had just 10 people in my cohort and we really felt like a family by the end.Atmosphere: It's very laid back, and a comfortable and safe feeling space.Network: They have a good Barcelona network, which is great if you want to live there and have an EU visa.Job assistance for EU citizens: They have a strong network in Barcelona and can get you interviews. Instructors and speakers will also be looking out for you and helping make connections. However, once my colleagues who are EU-citizens left Barcelona they found that assistance dropped off like a cliff and there was minimal communication. I learned a ton.Cons:Staff: Despite their friendliness, communication was a huge issue. Even before class started, I missed most of the Hangouts because I didn't realize the times were being posted to Slack. Emails were not returned in a timely manner before, during, and after my session. People were defensive when offered feedback. I was often told ""So and so will contact you about your concern."" and then silence.Instructors: Two of our instructors were awful and it felt like they just wasted a week of our time which is a big deal when you are only studying for 6 weeks. We basically had to relearn everything we learned from our first JS teacher. They made up for the bad CSS class by bringing in a great instructor later on, but it meant we lost a day of working on our final project. Curriculum: It was frequently commented by my colleagues that it felt like we were being experimented on too much and I agree with them. We alternated between JS and Ruby instruction and the context switching was very confusing. They started us off the bat with Ruby and OO which was completely overwhelming for most people our first week. Visa sponsorship for non-EU: You will probably not be able to find someone to sponsor you for a visa. I wanted to stay and it seemed like it should be doable (I was one of the strongest students in the cohort), but even though there was some interest ultimately what I heard was it's way too hard to sponsor and very few companies are willing to do it. You are limited to large foreign companies and even then it can take 3 months.Job Assistance: Good or bad depending on your needs. I'm going to move this out of the bullet, so read on below.We lost internet for a few days and last a ton of class time as a result. They didn't have a contingency plan so we had already lost almost two days before they found us a temp new space. Internet was pretty consistently bad the whole time we were there.Job Assistance:They were great while I was still in Barcelona, but as soon as I returned back to the states they went silent. I had previously decided with the cofounder that we would work on Barcelona until I left and then switch to SF. After two weeks of silence (I pinged a couple people during that time), I sent another email and this time they apologized and said it was a new guy's responsibility.I scheduled a Skype call with the new guy and I thought maybe things would improve. Well, he sent me a list of sites with job postings. And then the next week he sent me another email with one more site with a job posting. In the meantime I was adding the jobs I applied to on to a spreadsheet so they could see my progress.I did know that they would have less of a network in the states, but the cofounders are well connected. So I knew that it would take more effort on my part. However, job placement is absolutely crucial for any startup bootcamp, and Ironhack is expanding in to Miami. To succeed in the more competitive bootcamp market in the US, you need to cultivate relationships with companies that are specifically interested and willing to hire bootcamp students.My expectation was that they would reach out to companies and pitch Ironhack and their students– in other words be proactive. What actually happened was they checked my spreadsheet and if they knew someone there they put me in contact. Which is helpful and I don't want to discount that, except 2/3 of those contacts were for companies were I had already gotten myself an employee referral and since their contact wasn't in a position to hire me they couldn't really provide me any assistance. In my opinion this just isn't aggressive enough because if they can't hit a high placement % then they are doing good enough.Ironhack's response is that they are working hard and this is what they told me I'd get, so if this meets your expectations you wil be fine. If not job placement is really important to you, you may want to look elsewhere.Tl;dr: Can be good depending on your needs. They can help you get jobs in Barcelona if you are eligible to work there, but if you want a lot of help for a non-EU job search they are limited to providing contacts to companies you've applied to. So far from my cohort the only person placed through Ironhack was hired by Ironhack.Summary:It was a fun experience overall, and I don't regret it. I did learn a lot despite the hiccups. However, I can't help but feel like they could have done much better and the communication was consistently a huge issue. I felt frustrated by the time wasted because of bad or unprepared instructors and bad internet. I felt like they missed a lot of important topics such as code reviewing and interview prep. And job assistance didn't meet my expectations at all. So yeah, YMMV. Living in Barcelona though, that I can recommend with no hesitation.Read Less",Full-time Web Development Bootcamp ,Web Development +231877,10828,ironhack,Christina D.,False,2014,Great Learning Experience in a Beautiful Place,2014-11-13,5.0,5.0,5.0,5.0,"I'm an American who attended the September 2014 Web Development cohort in Barcelona. I came to Ironhack with little-to-no programming background, though I had dabbled in web design/some front-end stuff in the past and had (unsuccessfully) tried to learn... Read More some Ruby on my own. I had already applied to a few other bootcamps in the US when I heard of Ironhack, but as soon as I was admitted, I knew it was the best choice for me. Not only had they already had many successful cohorts in two different locations under their belt, they also offered scholarships for women, and a great location (Barcelona!) to boot.I won't sugarcoat it and claim that Ironhack isn't difficult, challenging, and at times frustrating- but ultimately, these are the things that made me realize I had made the right choice. I always felt challenged, but if there was any doubt in my mind about a certain topic, the staff was always there to help and give me the support I need. While the program offers a certain degree of freedom and autonomy that might be intimidating to some, there were always people watching and making sure I was understanding everything, which was comforting.Apart from the actual program and teachers, the connections one makes throughout the programs played a vital role in developing our skills as programmers. We connected with the local tech scene, but also learned the necessary soft skills to network in any part of the world.Overall, it was a truly wonderful experience. I finished my cohort just a few days ago, and have received job offers and requests for interviews from many different companies around the world, which was my goal. I built my own (pretty great) app from scratch, which I would have never assumed I'd ever be able to do at the beginning of the bootcamp.Read Less",Part-time Web Development,Web Development +231772,10828,ironhack,Anonymous,False,2014,Learn in two months what would otherwise take years!,2014-09-30,5.0,5.0,5.0,5.0,"I can fully recommend IronHack for any of you wanting to learn real-world practical programming skills in short time span. I am a Norwegian student of Computer Science, and before IronHack, I really enjoyed programming. However, every time I intended... Read More to apply some of the knowledge I had learned at university and tried to build something for myself I would eventually reach wall I never managed to succeed. No matter how many online tutorials I went through, I would always reach gaps of knowledge that were to big for me to overcome. That is the main reason my I applied to IronHack. I wanted to get exposed to the entire process of building an entire application, and be able to see how the independent elements connect with each other. This full-stack understanding is exactly what IronHack provided me with. It took all the knowledge I had previously learned about at university and linked it with each other offering the whole picture. With the knowledge I learned at IronHack, I can know build any idea that comes through my mind, or at least prototype it. Everything else about the program exceeded my expectations. The instructors were all from leading companies and surprisingly good at communicating in a didactic manner. The course also gave you the opportunity to interact with the local entrepreneurial ecosystem. Throughout the boot camp, we had very interesting speakers come by to explain their products to us and to discuss any topics we would be interested in raising.In conclusion, if you are thinking of attending IronHack, do not think twice. There is only one thing I regret about IronHack: not having applied earlier!Read Less",Part-time Web Development,Web Development +231636,10828,ironhack,Marcos Sorribas,False,2014,El mejor bootcamp al que he asistido. Una experiencia inmejorable.,2014-09-24,5.0,5.0,5.0,5.0,"Asistí al primer bootcamp de desarrollo de iOS que han hecho los chicos de Ironhack y la verdad es que solo tengo buenas palabras para describirlo. Aprendí en solo 2 meses profundos conocimientos sobre Cocoa y Objetive-C tanto es así que tuve la oportunidad... Read More de publicar un articulo que recibió muy buenas criticas en un blog de desarrollo iOS de referencia en España y ¡¡no había programado nada de iOS antes de entrar aquí!!Y no solo los conocimientos, hice muchísimos contactos y grandes amigos. Creo que uno de los puntos mas fuertes de Ironhack es que te hace formar parte de la comunidad de desarrollo existente. En nuestro caso, íbamos a reuniones de la NSCoders en Madrid y así conocimos a la mayoría de profesionales de desarrollo iOS. Gracias a Ironhack conocí a mucha gente, que aun ahora después de acabar el curso, sigo en contacto con ellos casi todos los días. Por ultimo mencionar que a pesar de mi situación especial como estudiante universitario y que por lo tanto a la hora de buscar trabajo yo solo quería puestos de media jornada y que me respetaran el horario de la universidad, tuve varias ofertas y ahora mismo estoy trabajando desde casa a media jornada en una empresa con producto propio y en un equipo de desarrollo espectacular.Read Less",Full-time Web Development Bootcamp ,Web Development +231611,10828,ironhack,Xabier Vicuña,False,2014,"Great experience, I highly recommend it",2014-09-24,5.0,5.0,5.0,5.0,"Excellent product. Great experience. Worth every euro.I´ve been involved in digital products for years (VP of product in 2 start ups) and felt like I needed technical knowledge to become a better professional and a better entrepreneur.After the Ironhack... Read More I am now capable of: i) digging into a complex RoR application, understanding the way its back-end works and being able to contribute code myself solving tickets in the pipelineii) building from scratch a RoR application using best practicesiii) having a better understanding on how several digital technologies are created, the way they evolve, grow and interact with each otherIronhack excels in several ways:i) Great teachers. There was consensus within alumni that 9 out of 10 teachers were simply outstanding.ii) Great materials. Most of the alumni will be using materials from the Ironhack as a guide and as a repository of knowledge to come back to from time to time for review.iii) Great student selection process. An adequate mix of backgrounds, including technical profiles, entrepreneurs and technology corporations engineers has created a rich environment which contributed to both a great leaning process and an unforgettable networking and bonding experience.I met my main goal, which was to improve in all product related aspects of a digital product start up, from product ownership to pipeline planning or technical hires.But most importantly, I now feel capable of building a digital product, a process which I am passionate about, challenging, addictive and enjoyable at the same time.Read Less",Part-time Web Development,Web Development +231609,10828,ironhack,JHD,False,2014,It was an amazing experience!,2014-09-24,5.0,5.0,5.0,5.0,"I was part of the first English run of Ironhack in Barcelona, and it was an amazing experience for me. One, I learned a lot. I could now build simple web applications on my own with Ruby and Ruby on Rails, as well as Javascript. The program was really... Read More intensive because the curriculum had to move very fast, that sometimes even on weekends we still had to practice just to get ourselves ready for the following week. Second, I like the learning environment. The people who also got accepted into Ironhack were equally motivated and passionate to learn. The TAs (Teaching Assistants) were very supportive and answered our questions. Our coordinator was also very helpful in finding jobs after the program, although most of the job openings were just for start-ups in Barcelona. The teachers and speakers were professionals and I also liked that we each got a mentor for our final project.Read Less",Part-time Web Development,Web Development +231815,10828,ironhack,Enrique Isasi Velasco,False,2014,Simply gorgeous.,2014-09-23,5.0,5.0,5.0,5.0,"I attended the Ironhack Madrid Bootcamp on Jan 2014. I am a frontend dev, web designer and businessman and wanted to learn to code my own applications, not only design them. Ironhack was definitely the best choice. After the 8 weeks, I could code my own... Read More product from scratch, becoming my own developer, emphasizing on best practices and clean code, testing, etc. I recommend this awesome experience to anyone that wants to learn to code , make great networking, and build great, tested products.Read Less",Part-time Web Development,Web Development +310818,11035,springboard,Kulsum Zaidi,False,2024,Truly Grateful: from Novice to Confident UI/UX Designer with Springboard,2024-05-16,5.0,5.0,5.0,5.0,"It was an incredibly enriching experience. One of the most impactful aspects of my experience at Springboard was the exceptional team of mentors and advisors who were always there to guide and support me throughout my learning journey. Thank you, for... Read More pairing me with such an amazing mentor Mr Edward Chu. I am extremely grateful for his guidance and encouragement. He not only helped me develop the skills I needed to succeed but also instilled in me the confidence to pursue my dreams in the field of UI/UX design. I am also deeply grateful to all the other career coaches, mentors, and advisors at Springboard for their invaluable support and guidance throughout my learning journey. Their insights and encouragement have been instrumental in shaping my skills and confidence as a UI/UX designer. I would highly recommend Springboard to anyone looking to kickstart their career in UI/UX design. The mentorship and guidance I received were exceptional, and I am truly grateful for the opportunity to learn from such talented professionals. Thank you, Springboard, for helping me realize my potential as a UI/UX designer!Read Less",,Unknown +310799,11035,springboard,Micah Joy Aguilar,False,2024,Springboard's UI/UX Design Program Review,2024-05-15,4.0,4.0,4.0,4.0,"Having recently completed Springboard's UI/UX Design program, I can confidently say it was an enriching experience overall. One of the highlights was undoubtedly the people I had the opportunity to connect with, especially my mentor, who demonstrated... Read More genuine care and expertise throughout the journey. Their guidance was invaluable, and I feel fortunate to have been matched with such a supportive individual.The curriculum provided a solid foundation in UI/UX design principles, equipping me with the necessary skills to tackle real-world challenges. However, one area for improvement could be the currency of the content. While the program covered essential concepts, incorporating more up-to-date technological advancements would have enhanced its relevance in today's rapidly evolving landscape.Despite this, I emerged from the program with a deeper understanding of UI/UX design and a newfound confidence in my abilities. I would highly recommend Springboard's UI/UX Design program to anyone looking to embark on a career in this field.Read Less",,Unknown +310773,11035,springboard,Hemra Ilamanov,False,2024,It was good.,2024-05-14,4.7,5.0,4.0,5.0,"Pros:Highly intense, well structured.Lots of projects need to be completed, which gives good understanding of different topics.Cons:Some academic videos are lengthy and not easy to understand. It is hard to catch main ideas. I had watch other videos on... Read More YouTube to understand what was it about. I found many interesting and useful information outside of the curriculum. I believe, would be better if those lengthy videos will be short, and replaced with videos,which are simple and to the point.Read Less",,Unknown +310730,11035,springboard,Anonymous,True,2024,Great tech bootcamp!,2024-05-11,4.3,4.0,5.0,4.0,The program was fast-paced] with constant new information that forced you to keep up and work hard. Mentors are amazing! They need to update on some of their career resources. his boot camp introduced me to a whole new world and a whole new way to work... Read More with data.Read Less,,Unknown +310721,11035,springboard,Jennifer Linton,False,2024,"A Great Track, but Needs Work",2024-05-11,4.0,4.0,4.0,4.0,"I was nervous, getting back into an educational program after a miserable time in higher education. However, Springboard turned out to be a good choice – self guided but also with a little bit of oversight, and a Pass/Fail system rather than worrying... Read More about grades and additional numbers! That being said, Springboard isn't perfect, and I hope that some of the changes I had mentioned to my mentor over the past 7 months get brought to someone's attention, or get fixed in some way. I do think that there could be some other review/testing for certain segments instead of pushing it in the end, and some of my external graders/reviewers ended up either making me feel less confident in what I was doing, or simply had unintentionally set me up for failure on a later assignment. However, when I asked for help and when I received it, it was fantastic! Definitely worth it, and I can't wait to see what success this has lined me up for!Read Less",,Unknown +310678,11035,springboard,Rachel Cox,False,2024,Springboard provides all the support you need!,2024-05-09,5.0,5.0,5.0,5.0,"I just completed Springboard's Cyber Security Career Track program and am very happy with the results. The program offers one-on-one bi-weekly and on-demand mentorship with industry professionals, monthly and on-demand career coaching, as well as comprehensive... Read More training in the basics of Cyber Security. The coursework prepared me well for the CompTIA Security+ exam, which I was able to pass on my first try without ANY professional IT experience! Additionally, the cost of the program is reasonable, includes the cost of the CompTIA exam certification, and offers a Job Guarantee. I would highly recommend Springboard to anyone looking to make a career change or develop a new skill.Read Less",,Unknown +310658,11035,springboard,Suttida Srinuan,False,2024,I had a fantastic experience with the coaching style and the opportunity to collaborate with other students on a real-world project.,2024-05-08,5.0,5.0,5.0,5.0,"Throughout my learning journey, I received insightful feedback from professionals and learned to follow the pattern of the design process. My design skills received a significant boost in a positive direction. Springboard provided the opportunity to work... Read More with real-world stakeholders, navigate challenges, and deliver critical designs.Read Less",,Unknown +310633,11035,springboard,Patricia Miranda,False,2024,Great for those who work full time!,2024-05-07,5.0,5.0,5.0,5.0,"Springboard is great in that they offer an extensive amount of resources to learning code and about the data science/analytics career. My only con is that I wish paid extensions weren’t so pricy, as there are times I am unable to work on my course and... Read More need to extend.Read Less",,Unknown +310617,11035,springboard,Sheena S Grove,False,2024,Amazing curriculum,2024-05-06,5.0,5.0,5.0,5.0,Springboard has a wonderful curriculum that allowed me to gain real world experience and talk to industry insiders. I am very confident in the skills I learned from them to help me advance my career. I look forward to working with them in finding my footing... Read More in the UI/UX design field as I start my new journey.Read Less,UI/UX Design Career Track (India),Other +310612,11035,springboard,Thea Do,False,2024,Springboard UX/UI Design Career Track,2024-05-06,4.7,5.0,4.0,5.0,"I recently completed the UI/UX Design Career Track with Springboard, and it was a good experience overall. The curriculum is comprehensive, well-structured, some areas need to be up-to-dated with industry trends, but it did help me grasp the fundamentals... Read More and advanced concepts of UX/UI design.One of the highlights of my journey with Springboard was the exceptional support I received from my mentors. They were not only knowledgeable and experienced but also genuinely invested in my learning journey. The mentorship sessions were invaluable, providing me with personalized guidance and feedback that greatly enhanced my skills and confidence as a designer.Student support team at was responsive and helpful. The Slack community was another valuable resource where you can connect with fellow students, share insights, and collaborate on projects, creating a supportive and collaborative learning environment.And the fact that I'm receiving assistance during the job search journey really help with my anxiety in this horrible job market.Read Less",,Unknown +310552,11035,springboard,Jacob Windhorst,False,2024,Great!,2024-05-01,4.3,4.0,4.0,5.0,"Springboard is a largely self-paced bootcamp, though there are still milestones that need to be met by the student. The pro of Springboard are that the program offers you more career support than any other program out there. The con of Springboard is... Read More that there are no live lectures, so if that's the environment in which you learn, then the nature of this program can be difficult for you.Read Less",Data Analytics Career Track,Data Science and Analytics +310451,11035,springboard,Austin Molinaro,False,2024,Springboard's Cyber Security Career Track,2024-04-29,4.3,4.0,5.0,4.0,"I completed Springboard's Cyber Security Career Track course in April 2024 and am very happy that I decided to go with Springboard. I am a former coach/teacher with zero IT/Tech experience, minus building and maintaining my PC during COVID and teaching... Read More the older coaches how to use a laptop, lol. I had researched and talked to multiple boot camps offering a cybersecurity track but needed a course that would allow me to work at my own pace and not be confined to pre-determined meeting times. After much deliberation, I decided to go with Springboard and am very pleased with my experience. The enrollment process was very easy, they offered a deferred tuition plan and also had a job guarantee program. I ultimately choose Springboard because of the deferred payment option and also the job guarantee. The units were very informative and a good mixture of reading, videos, writing projects, and interactive labs that allowed you to deepen your knowledge regardless of your prior knowledge/experience. Each unit also concluded with a short quiz to test your knowledge and allowed you the opportunity to go back and relearn any material. The writing projects often comprised of researching a particular vulnerability, breach, and/or company and answering questions about the particular unit. The hands-on labs were my favorite part of the course as they allowed you to put learning into practice with detailed steps. I do wish the labs were more detailed in terms of explaining exactly why you were taking a particular step, but post-completion labs have allowed me to fill in those missing pieces. I also liked the personal mentor they provided and my mentor was extremely helpful throughout my two+ months within the course. As far as aspects of the course I disliked; I do wish the career coaching calls were more personalized. The Effective Networking call was extremely informative and I did get a lot of great information from that particular call, but I felt the Career Kick-Off, Career Planning, and Career Branding calls could have been better. The Resume and LinkedIn call was also a little disheartening as the coach had not researched or looked into my information before the call. I felt like the resume building was just copying and pasting my name onto a cookie-cutter resume that had been used multiple times. I didn't feel like that call was designed to tailor my resume specifically to me, but that it was designed to simply pass for a grade. We also did not even talk about my LinkedIn and I was rushed off the call as the coach had another student's call after mine (she also used my time to respond to that student). I also felt that I was not being commended for the pace in which I was completing the course. They (Springboard) do state that they recommend taking six months to complete the entire course and I finished in two. I felt that my mentor was the only person on my side and that when I got on a coaching call it was as if I was making a mistake with how fast I was progressing. Lastly, I also never heard from my student advisor. I'm not sure if that was intended or their role exactly, but I know I never heard from him throughout the two+ months. I was very satisfied with the mock interviews and the coaches that conducted them. All three gentlemen were professional, asked tough questions, and provided amazing feedback for me to use. Applying for completion was also very easy. I am happy with my current career coach post-completion and look forward to her mentorship during my job search. I would highly recommend Springboard for those self-motivated and determined individuals. Thank you, Springboard!Read Less",Cyber Security Career Track,Cybersecurity +310425,11035,springboard,Poonam,False,2024,"I recently had a highly positive experience at Springboard. The curriculum provided was exceptionally robust, effectively preparing me for real-world challenges. Additionally, I benefited from a multitude of supportive resources and systems that grea",2024-04-28,4.3,4.0,5.0,4.0,"The curriculum provided by Springboard was exceptionally informative, offering clear examples that facilitated understanding. The learning process flowed smoothly, guiding me through each step seamlessly. My mentor was an invaluable asset, providing significant... Read More support throughout the duration of the course. Given the self-taught nature of the program, the availability of on-demand mentors was crucial in clarifying concepts and addressing any technical difficulties encountered. Overall, I thoroughly enjoyed the course. However, individuals who may struggle with self-directed learning could find it somewhat challenging.Read Less",UI/UX Design Career Track,UX/UI Design +310313,11035,springboard,Tremaine McKinley,False,2024,Great guide into the cybersecurity space,2024-04-25,4.7,5.0,4.0,5.0,"As someone who is a self-starter, I mainly enrolled in a bootcamp to speed up my networking and experience some mentorship. I am not in a location where the field is growing as fast, so having a network and structure was very helpful. There are a lot... Read More of ways to learn cybersecurity, but having a curriculum like this tied to career steps makes the whole process more seamless.Read Less",Cyber Security Career Track,Cybersecurity +310247,11035,springboard,Miranda Mukosha,False,2024,Worth it!,2024-04-22,4.7,5.0,4.0,5.0,"I m glad i took this course, gave me skills that i was missing. The support and mentorship program they have is wonderful. I would recommend to anyone wanting to start a career in data analytics. Would be nice to have included more visualization tools... Read More like Denodo and more ways for student to interact. Career support/coaching is wonderful in helping you get your desire analytics position.Read Less",Data Analytics Career Track,Data Science and Analytics +310245,11035,springboard,Amanda Simmons,False,2024,"If you put in the effort, it's worth it.",2024-04-22,3.7,4.0,3.0,4.0,"I think with any bootcamp, the work is so independent that the greatest determinant of your success is you. I started Springboard knowing that I wanted to do well and take it seriously, and 10 months later, I am very happy with my work/portfolio. Springboard... Read More could do better with it's ui/ux curriculum. A lot of the curriculum is online articles/videos that you can find yourself online, but it's helpful that it's all in one place. That being said, some of the resources are outdated, and their self-made resources aren't the best-looking or most comprehensive resources out there. However, most of the work in the curriculum is independently completing the 4 projects, which again is largely about the level of work you put in. I chose Springboard because of the weekly calls with a 1:1 mentor, and that ultimately was my favorite part of the process. I did ask to change mentors at first, but once I found a mentor who worked well with me, it was so valuable to check in every week and ask questions. The career calls were helpful, especially with advice on how to sell career transitions. Lastly, I completed the project in 10 months while working full time, and some weeks/months required more time than others. My advice to others in a similar situation would be to try to get through the first project as quickly as possible to learn the fundamentals - it's a majority of the curriculum, but the other projects are very time-consuming.Read Less",,Unknown +310209,11035,springboard,Nguyen La,False,2024,"Amazing experience overall, especially for those who struggles with self-discipline!!!",2024-04-19,5.0,5.0,5.0,5.0,"Springboard creates a step-by-step curriculum in order to pave the way for you to succeed in this ever-evolving industry. With the wonderful mentors and career coaches, this is perfect for me because I was switching from finance to cyber and needs a lot... Read More of guidance along the way. And Springboard did that job amazingly!!!Read Less",Cyber Security Career Track,Cybersecurity +310129,11035,springboard,Brady Flannery,False,2024,Solid Learning Experience,2024-04-17,4.3,5.0,4.0,4.0,"Pros - Dense Curriculum - High Expectations - 1:1 Coaching calls - several different forms of help are available Cons - Will need to go more in-depth in coding languages in your free time - Some units/projects are out of date by close to 2 years Working... Read More with Springboard was honestly such a rewarding experience. Throughout my time in the program, I really got a grasp of modern software engineering techniques and all sorts of cool programs and languages. The hands-on approach they take to teaching made it super immersive and fun. And let me tell you about those weekly calls with my coach – we really clicked, and their support meant the world to me. What I loved most was how the program gave me the freedom to take control of my learning journey. Sure, I could have just cruised through the curriculum, but diving deeper and pushing myself to go beyond the assignments was where the magic happened. It's amazing how much you can grow when you're given the space to explore and create on your own. Plus, it's all about building that killer portfolio, right? So, yeah, Springboard definitely helped me level up in more ways than one.Read Less",Software Engineering Career Track,Software Engineering +310106,11035,springboard,Lili Notovitz,False,2024,Stellar Career Prep,2024-04-16,5.0,5.0,5.0,5.0,"Springboard did a wonderful job not only teaching the foundational elements of UX/UI, but truly preparing me for the career. The mentors go a long way to understand what the job market looks like and what to expect working on a real team. I feel prepared... Read More to move onto the next chapters and feel like I am miles ahead of most people in only a short amount of time.Read Less",,Unknown +309999,11035,springboard,Hui Zhang,False,2024,My 8 month experience at Springboard Data Science Career Track,2024-04-10,4.0,4.0,5.0,3.0,"Overall, the Springboard Data Science Career Track is good. First is the curriculum content, which is good and almost updated. Second, is the mentorship, my mentor always ask me questions to deepen my understanding and provide me some resources for me... Read More to explore. The career support is not good enough since they didn't provide any internship or internal referall.Read Less",Data Science Career Track,Data Science and Analytics +309995,11035,springboard,Megan Lagerberg,False,2024,Quality Bootcamp,2024-04-10,4.7,5.0,4.0,5.0,"Overall, Springboard is a great bootcamp with some minor areas of improvement. The mentorship was top notch. The career counselors were super. My only negative is that a lot of the course material consists of links to existing websites that could easily... Read More be accessed for free. But other than that, I would absolutely recommend Springboard to anyone wanting to make a career transition or gain new skills.Read Less",UI/UX Design Career Track,UX/UI Design +309952,11035,springboard,Layne McIntosh,False,2024,Great Course,2024-04-08,4.7,5.0,5.0,4.0,"There were a lot of pros to this course: Engaging curriculum, mentor oversight, deferred tuition, job guarantee and career coaches. The only con I would have is that the job market is not in the best state (nothing Springboard can really change). I would... Read More recommend this course to anyone who's excited or wanting to start a career in the tech industry!Read Less",Software Engineering Career Track,Software Engineering +309899,11035,springboard,Hui Zhang,False,2024,My 8 month experience at Springboard Data Science Career Track,2024-04-04,4.0,4.0,5.0,3.0,"The overall experience at Springboard Data Science Career Track is good, especially the curriculum content and the 1:1 mentor directions. The curriculum content difficulty ranges from easy to difficult and it is very good for practice and sharpen your... Read More skills, even for me who have already learned python and data science by myself for almost two years. About my mentor, for my questions, he always ask me to try my own ideas and see the result, not just tell me to do this or not do that blablabla. My mentor likes to ask me questions to deepen my understanding and then explain, which is helpful for my learning. The most important drawbacks of the camp is its career support, it doesnot provide any internship with the partner or any internal referal, especially for me who want to change the career focus.Read Less",Data Science Career Track,Data Science and Analytics +309869,11035,springboard,Gisal Mendoza,False,2024,Springboard UI/UX Bootcamp Review: Insights and Challenges,2024-04-04,4.0,4.0,3.0,5.0,"My experience at Springboard's UI/UX bootcamp was a whirlwind adventure that spanned a year. The curriculum packed in a ton of useful information, and I'm grateful for the opportunity to access it even after completing the program. However, navigating... Read More through mentorship was a bit of a challenge. I initially struggled with a mentor who wasn't the best fit but was able to switch to a much more supportive one after speaking up to my career advisor. One downside was the absence of AI for UX, which I was hoping to learn about, and the reliance on third-party resources like Medium for curriculum content felt a bit underwhelming. Nevertheless, the highlight of the bootcamp was undoubtedly the industry project, where I got to collaborate with a real company, gaining invaluable hands-on experience. Despite its flaws, Springboard provided me with a solid foundation to kickstart my career in UI/UX design.Read Less",UI/UX Design Career Track,UX/UI Design +309857,11035,springboard,Anonymous,True,2024,Think about what online learning is like before you join any bootcamp,2024-04-03,4.3,4.0,4.0,5.0,"Now that I completed my bootcamp (April 2024), I feel excited! It was a challenging/grueling final month but it also was because I have a lot of other personal things at work and other projects with a same deadline. Even though this final month has been... Read More rough, it also feels like how it'll be in the real-world with applying for jobs, interviews while working and/or working on projects. Overall, Springboard presented the curriculum to the design process but I personally felt I should have been more aware myself of what online learning entails. I was matched with a fantastic mentor which I'm grateful for, I really enjoyed the industry design project with my classmates and having the chance to practice mock interviews with career coaches and hiring manages who gave advice/recommendations for what went well and how to improve was something I really appreciated! I personally learn better from live instruction/videos, so I was surprised by the amount of readings/articles and some were dated. I also realized that I had to find my own resources for Figma tutorials etc and during school, it was overwhelming but now looking back, it's actually how things will be on the job in terms of nothing will be straight forward and there will be no handholding in the real world. I thank my mentor, advisors and career coaches for all of their advice, time and help/information!! Springboard is one of the more expensive programs I will admit when I was comparing for my searches, but they do offer a job guarantee for those who are interested/eligible (I can't speak to the job guarantee as I just finished and haven't yet begun my job search). I think my review is overall positive but I will share there were some days I wanted to just quit because I was frustrated but after speaking with friends who enrolled in other (ie not Springboard) UX/UI design bootcamps, it sounds like we all were facing similar struggles and felt this roller coaster of embarking on a career pivot journey.Read Less",UI/UX Design Career Track,UX/UI Design +309801,11035,springboard,Gurnoor Kahlon,False,2024,UI/UX Design Career Track Review,2024-04-01,3.7,4.0,4.0,3.0,"Pros: Structured Curriculum: Clear and organized learning path covering essential UX/UI design topics. Mentorship: Personalized guidance from industry professionals enhances skill development. Portfolio Focus: Emphasis on practical projects helps build... Read More a strong design portfolio. Cons: Cost: Higher tuition fees compared to some other online platforms. Time Commitment: Requires a significant time investment, spanning 6 to 9 months. Limited Flexibility: Predetermined curriculum may not fully align with individual learning preferences.Read Less",UI/UX Design Career Track,UX/UI Design +309798,11035,springboard,Trixie Obnimaga,False,2024,UI/UX Student,2024-04-01,4.0,5.0,4.0,3.0,"Pros: You get to work on your own schedule; weekly mentor calls but they also offer on demand mentor sessions if you need to speak with a mentor right away. Also, they offer accomodations if you need assistance on certain situations that are affecting... Read More your school time. Con: It depends on the advisor you get, i had one previously that didnt get me answers in a timely manner and my new advisor was able to process my inquries right away.Read Less",UI/UX Design Career Track,UX/UI Design +309710,11035,springboard,Soren Carlson-Donohoe,False,2024,Great Mentorship and Final Project,2024-03-28,3.7,4.0,3.0,4.0,"The Pros: - great mentorship with experienced professionals who really know the industry - industry design project (IDP) working for an actual company doing UX research and design - online interface is easy to use and track your progress - staff at Springboard... Read More are attentive - career coaches are awesome, I'm just starting to meet with one as a recent graduate and am loving it The Cons: - most resources on the curriculum are free articles, links, and videos from other websites - besides the IDP, all projects are fictitious - working on the curriculum can be isolating as only the IDP is collaborative with other students - I've heard the job guarantee can be voided by Springboard at any time at their discretion Note: this review comes as a recent graduate who is just starting career coaching. I've yet to find a job.Read Less",UI/UX Design Career Track,UX/UI Design +309695,11035,springboard,Jay Chadwick Jordan,False,2024,I feel much more prepared for the job search after Springboard!,2024-03-27,5.0,5.0,5.0,5.0,"I transitioned into cybersecurity from the medical field. I have been on one track my whole life and have never had to go out and look for a job before. Springboard has helped prepare me to search for a job in tech better than I could have hoped. I'm... Read More very confident about my skills, my resume, and my LinkedIn all thanks to my mentor and my career coach. Additionally, the curriculum prepared me to pass the CompTIA Security+ Exam on my first attempt! The only thing that I didn't love about the course was that some of the papers took a lot of time but didn't give that many 'points' towards the overall completion of the curriculum. But that was just my own experience, others may have been able to burn through those papers much faster. Overall, I thoroughly enjoyed my time with Springboard and feel very good about starting the job search.Read Less",Cyber Security Career Track,Cybersecurity +309633,11035,springboard,Saranya Selvaraj,False,2024,UI UX design career track with Springboard,2024-03-25,5.0,5.0,5.0,5.0,Springboard has a great curriculum for UI Ux design and flexible options for part-time students too . Great mentors and support throughout the course duration. Apart from the technical curriculum they also have support for developing our interview skills... Read More too.Read Less,UI/UX Design Career Track,UX/UI Design +309396,11035,springboard,Pavithra Paranthaman,False,2024,Great learning experience and a wonderful journey with Springboard's Software Engineer Career Track,2024-03-15,5.0,5.0,5.0,5.0,"I am a Java Developer who has taken a 5-year break in my career for personal reasons. To upskill my software knowledge, I decided to pursue a BootCamp and my friend recommended SpringBoard. The SpringBoard curriculum helped me to learn new technologies,... Read More and the projects provided valuable coding knowledge. My mentor was incredibly supportive and provided excellent guidance. The career services, including resume reviews and mock interviews, were very helpful in preparing for job interviews, and as a result, I was able to land a job. I highly recommend SpringBoard to anyone who wants to upskill their software knowledge.Read Less",Software Engineering Career Track,Software Engineering +309388,11035,springboard,Anonymous,True,2024,"Very Intense, but spot on",2024-03-15,4.0,5.0,5.0,2.0,"I recently completed a course with Springboard, and I can't say enough positive things about my experience. The curriculum was comprehensive and up-to-date, covering all the necessary topics in-depth. There is a very robust supporting system including... Read More the SLACK channel that everyone can use and should use. One aspect that stood out to me was the mentorship program. Having a dedicated mentor who was an industry expert was incredibly valuable. They provided personalized feedback, insights. Overall, my experience with Springboard exceeded my expectations. I would highly recommend their courses to anyone looking to upskill or transition into a new career field. Thank you, Springboard, for helping me take the next step in my career journey!Read Less",Data Science Career Track,Data Science and Analytics +309282,11035,springboard,James Edwards,False,2024,A well-paced curriculum that kick starts you into the field of software engineering.,2024-03-12,4.3,4.0,5.0,4.0,"I found the Springboard software engineer career track to be a well-paced program that allowed me to simultaneously learn modern design concepts while building my portfolio. The support from mentors and career coaches was invaluable and always reliable.... Read More The only thing I would caution for those who do want to do the program is that it does take longer to complete compared to a typical boot camp. However, the curriculum provides more than enough information to get you started in a career in software engineering.Read Less",Software Engineering Foundations to Core,Software Engineering +309271,11035,springboard,Anonymous,True,2024,I am pleased with the Springboard boot camp for its core curriculum and helpful assistance.,2024-03-12,5.0,5.0,5.0,5.0,"The core curriculum provided by Springboard not only covers essential topics but also delves deep into relevant areas, ensuring a well-rounded learning experience. Moreover, the assistance offered by the boot camp has been instrumental in guiding me through... Read More challenges and fostering my growth. Overall, my journey with Springboard has been enriching, thanks to its robust structure and dedicated support network.Read Less",Data Analytics Career Track,Data Science and Analytics +309243,11035,springboard,Olga,False,2024,I have learned new skills and new approaches for job searching.,2024-03-10,4.7,5.0,5.0,4.0,"I needed to freshen up my coding skills and I was thing about applying to a bootcamp. Of course, I was skeptical. What if I don’t like curriculum, I don’t like my Mentor, I don’t like the Coach advisor? I asked so many questions to the Sales Manager at... Read More Springboard and I was content with the responses. Springboard curriculum helped me. I learned new skills. Also, I never missed a meeting with my Mentor, Muhammad. He gave me tips and push me to do better.Read Less",Software Engineering Career Track,Software Engineering +309133,11035,springboard,Patrico Tyrell,False,2024,Phenomenal Learning Experience,2024-03-07,4.3,4.0,5.0,4.0,"I fully enjoyed this course. The carefully curated content really accelerated my progress in the field of data science. Not only did I learn new concepts, but I also improved my coding skills significantly. One standout feature of Springboard was the... Read More personalized mentorship. This one-on-one support kept me motivated and encouraged me to strive for continuous improvement. Overall, if you're seeking to improve your coding skills and leverage your expertise for a lucrative career, I highly recommend considering Springboard.Read Less",Data Science Career Track,Data Science and Analytics +309129,11035,springboard,Faranak Vaghayenegar,False,2024,Good foundation for breaking into UX design field + IDP bonus,2024-03-07,4.0,4.0,4.0,0.0,"pros: 1) Self-paced program 2) Community support 3) Weekly mentor calls (I had the best experience with my mentor) 4) IDP (a real project you can work on that would be great on your resume and portfolio and can be counted as real experience) 5) in the... Read More end you have 4 projects and a portfolio to go forward Cons: 1) curriculum is dependent on the website, sometimes the website was down and curriculum units and contents were not accessible 2) Springboard was not consistent with policies, like changes to program pauses and freezing. While I understand the business reasons behind these adjustments, they're vital factors in one's decision to invest in the program. Consistency in these policies would be greatly valued. 3) I would have liked it more if the curriculum had more exclusive content generated by the springboard itself instead of directing us to different links and articles.Read Less",,Unknown +309061,11035,springboard,Erika Mattson,False,2024,Cybersecurity Bootcamp 6 months+,2024-03-04,5.0,5.0,5.0,5.0,"Pros: They offer a 6 month boot camp, but you have 2 extra months to take (if needed) for life’s unexpected events. That was very helpful for me. I don’t recall any other course offering that option. The labs are great. The curriculum is well laid out... Read More for providing a solid foundation into the realm of cyber and going further into the security piece and then putting it all together. The mentor match is spot on! The career portion is very helpful and the people involved have all been in the industry and offer a ton of useful knowledge. Cons: I can’t really think of any.Read Less",Cyber Security Career Track,Cybersecurity +309060,11035,springboard,Anonymous,True,2024,An engaging and properly challenging experience.,2024-03-04,4.7,5.0,5.0,4.0,"Springboard was a wonderful experience. It was mostly all asynchronous other than the mentor calls and the required support calls throughout, but I most definitely appreciated the ability to do everything mostly at my own pace. I had a full time job while... Read More being a student, so the flexibility was appreciated. All of the projects were fun and engaging, and made learning the concepts covered a lot easier and fun to learn. My mentor was very knowledgeable and kind, but not afraid of giving me critiques on my work and projects.Read Less",UI/UX Design Career Track,UX/UI Design +309050,11035,springboard,George Luke,False,2024,"Clear Curriculum, Quality Mentor",2024-03-04,5.0,5.0,5.0,5.0,"Pros +Excellent mentor feedback +Clear projects +Helpful structure and balance between academic knowledge, programming, statistics, and hands-on and hands-off guidance +Solid exposure via DataCamp to Python, SQL, Stats +Career support and LinkedIn advice... Read More Cons +NoneRead Less",Data Science Career Track,Data Science and Analytics +309007,11035,springboard,Anonymous,True,2024,Flexible learning hours to ensure maximum efficiency and understanding of course material to set me up for future success.,2024-03-01,4.7,5.0,4.0,5.0,"As an aspiring UX/UI designer, I embarked on my journey with Springboard's UX/UI course, eager to enhance my skills and knowledge in the field. Over the duration of the course, I found myself immersed in a well-structured curriculum that balanced theoretical... Read More concepts with hands-on practical experience. One of the standout features of the Springboard course is its emphasis on real-world projects. Through a series of carefully crafted assignments and design challenges, I was able to apply the theories I learned to practical scenarios, gaining invaluable experience in the process. The feedback provided by mentors and peers was instrumental in honing my design skills and refining my approach to problem-solving. The course content itself is comprehensive, covering a wide range of topics including user research, prototyping, interaction design, and usability testing. Each module is carefully crafted to build upon the previous ones, ensuring a seamless learning experience. The inclusion of industry-relevant tools and software further enhanced the practicality of the course, equipping me with the skills necessary to thrive in a professional setting. One aspect that truly sets Springboard apart is its mentorship program. Having access to a dedicated mentor who provided guidance, support, and personalized feedback was invaluable. Their expertise and insights not only enriched my learning experience but also provided me with valuable industry insights and perspectives. Overall, I highly recommend the Springboard UX/UI course to anyone looking to kickstart their career in design. With its comprehensive curriculum, hands-on projects, and personalized mentorship, it provides a solid foundation for aspiring designers to succeed in the ever-evolving field of UX/UI design.Read Less",UI/UX Design Career Track,UX/UI Design +308997,11035,springboard,Kalkidan Tamrat,False,2024,Excellent curriculum from Springboard.,2024-02-29,3.7,4.0,4.0,3.0,"Springboard was a great program for those that need more flexibility with schedule, especially because its self paced and everything is online. The way all units are displayed is easy to understand, and it allows you to see through all the units and pick... Read More from whichever ones so nothing is set to follow in order.Read Less",UI/UX Design Career Track,UX/UI Design +308848,11035,springboard,Minh DUONG,False,2024,Well-prepared course for people who wish to change their career.,2024-02-23,5.0,5.0,5.0,5.0,"Springboard Data Science Career Track is well designed for people from other fields who would like to enter the data science field. Course mentor and career coach were experienced and knowledgeable. The best part of the program was the career service.... Read More It was not only about data science, but it prepared for your future career.Read Less",Data Science Career Track,Data Science and Analytics +308816,11035,springboard,Duy Nguyen,False,2024,My Springboard Experience,2024-02-21,3.7,4.0,4.0,3.0,"For context, I was previously a Graphic Design student wanting to transition into UX/UI and found Springboard very appealing. I wanted to start of with the good: - 1 on 1 Mentoring: I had the pleasure of having an amazing mentor throughout the curriculum.... Read More She not only helped me with any creative blocks that I've had but encouraged me to keep going. Definitely a big reason onto why Springboard is worth it. - The career coaches are mainly on the good side, they come with helpful information. - The curriculum is very straight forward, everything is sectioned out for you and it's an easy to digest order. - The curriculum is helpful to those who likes to schedule assignments and studying. Gives you an agenda to work towards every week. The not so good: - Some of the information/articles that are currently linked to the course feels and looks outdated. - There is a lack of tailored assignments, such as tests or creative activities. Overall, I would recommend Springboard to someone who wants to stick to a schedule and has a certain level of creativity as Springboard does not have extended education on that regard.Read Less",UI/UX Design Career Track,UX/UI Design +308801,11035,springboard,Dipesh B C,False,2024,A Transformative Journey with Springboard's Software Engineer Career Track,2024-02-20,5.0,5.0,5.0,5.0,"Springboard's Software Engineer Career Track exceeded my expectations. The curriculum is comprehensive, covering a range of relevant technologies. The one-on-one mentorship was invaluable, offering personalized guidance beyond the classroom. The career... Read More services, including resume reviews and mock interviews, were instrumental in securing a position. The user-friendly platform and supportive community make it a top choice for anyone serious about transitioning or getting into the software engineering field. Highly recommended!Read Less",Software Engineering Career Track,Software Engineering +308800,11035,springboard,Reem Al-Bishah,False,2024,"Pricey and long, but overall worth it",2024-02-20,4.7,5.0,5.0,4.0,"Pros - accountability, comprehensive curriculum, real-world experience with internship project, weekly mentorship, super helpful support team, leaving with 4 completed UX projects (one being an actual internship) for portfolio, career coaching even 6... Read More months after completion Cons - expensive, since there are so many people in the program, it's difficult to find anyone to connect with even on the slack channel. Everyone is busy and it's difficult to meet for study groups with all the different time zones. I was working a full time job to pay for the course but working to pay for the steep monthly fee and doing this course was super hard (accommodations team helped out so much with that.) TDLR // Although very expensive and much harder to finish in the ""9 months"" they offer, they still offer a lot of accommodations and extensions to help out. It is worth it compared to other bootcamps - UX Design has a steep learning curve and I truly don't think a 3-month long bootcamp will prepare you well enough to do the job right.Read Less",UI/UX Design Career Track,UX/UI Design +308787,11035,springboard,Aedan Fish,False,2024,"Great course content, Great support!",2024-02-20,5.0,5.0,5.0,5.0,"The SEC program for Software Engineering was a really thorough course. There was good content in the course materials covering a lot of industry standard approaches to working with frameworks such as Flask and large code bases. I was impressed that Springboard... Read More was continually updating the course material as I was enrolled and as new technology was being released. The support from Springboard was also good, they were very attentive to all my emails regarding any concerns I was having during the course. Overall a great experience!Read Less",Software Engineering Career Track,Software Engineering +308754,11035,springboard,Ester Choi,False,2024,Great learning experience and opportunities,2024-02-17,4.3,4.0,5.0,4.0,"Springboard has a very straightforward, easy-to-learn curriculum that teaches you many technical skills and allows you to apply them to various exercises and projects, including the Industry Design Project. I believe being given the opportunity to work... Read More with a real-world company really helped me not only put my technical skills to the test, but my soft skills as well. Overall, I was very satisfied with my experience at Springboard because of the many resources they provide you with, such as the student dashboard that helps keep track of your progress as well as having access to a mentor and career coach that is there to provide you with support on your learning journey.Read Less",UI/UX Design Career Track,UX/UI Design +308748,11035,springboard,Dominique Lauren Cruz,False,2024,Overall good foundation,2024-02-16,4.0,4.0,4.0,4.0,Definitely a good way to get into software engineering as they cover front and backend. You get mentor support weekly as well as career coach calls about every month. I think if you're good at self studying this is a good course for you. I think the down... Read More side is if you're not used to self studying you really have to build a routine and be organized so you're on track.Read Less,Software Engineering Foundations to Core,Software Engineering +308729,11035,springboard,Valentina Ponasova,False,2024,"Excellent program, community and support",2024-02-16,5.0,5.0,5.0,5.0,"I can confidently say that enrolling in the Springboard Cybersecurity Career Track has been a game-changer for me. Having dedicated over four months to this program, I can attest to its exceptional quality and effectiveness. The curriculum is meticulously... Read More crafted, offering a perfect blend of theoretical knowledge and practical application. The video format of the courses made learning engaging and accessible, allowing me to grasp complex concepts with ease. The labs were particularly enlightening, providing hands-on experience that truly solidified my understanding. But what truly sets Springboard apart is the support system it offers. My mentor and career coaches have been invaluable resources throughout this journey. Their guidance and encouragement propelled me forward, helping me navigate challenges and capitalize on opportunities. The projects were a highlight for me, as they allowed me to showcase my skills and creativity while tackling real-world problems. Moreover, the feedback I received from mentors and peers helped me refine my techniques and grow professionally. Thanks to Springboard's comprehensive curriculum and personalized support, I not only gained a deep understanding of cybersecurity but also secured a job in the field. I am immensely grateful for this transformative experience and would highly recommend it to anyone looking to kickstart their career in cybersecurity.Read Less",Cyber Security Career Track,Cybersecurity +308633,11035,springboard,Aaron Falzone,False,2023,Worth It,2024-02-13,5.0,5.0,5.0,5.0,"Embarking on a career change into cybersecurity seemed like a daunting task for someone like me, with no formal technical experience. However, my journey with Springboard Cyber Security Career Track has been nothing short of transformative, leading me... Read More from a place of uncertainty to landing my first role as a Security Analyst within a year. I began my Springboard course in March 2023, armed with determination and a willingness to learn. The curriculum provided a comprehensive foundation in cybersecurity, covering essential topics ranging from threat detection to risk management. What truly set Springboard apart was its holistic approach to learning. Not only did I gain technical expertise, but there was also a strong emphasis on networking and personal branding. One aspect that significantly contributed to my success was the opportunity to become a Springboard cybersecurity peer mentor. This role not only solidified my understanding of the material but also allowed me to engage with and learn from fellow learners, fostering a sense of community and collaboration. In December, I achieved significant milestones by obtaining certifications such as CompTIA Security+ and (ISC)² CC. These credentials bolstered my credibility in the field and opened doors to new opportunities. However, the true testament to Springboard's efficacy came when I secured my first role as a Security Analyst in February of the following year. The personalized support I received throughout my journey, including one-on-one sessions with mentors and career coaches, was invaluable. They provided guidance, encouragement, and practical advice, steering me towards the right direction every step of the way. Moreover, Springboard's emphasis on developing my professional brand through LinkedIn profile and resume reviews proved instrumental in showcasing my skills and experiences to potential employers. Reflecting on my experience, I firmly believe that Springboard has the potential to empower anyone with the desire to switch careers to cybersecurity. The structured curriculum, combined with personalized mentorship and career guidance, creates an environment conducive to success. My journey with Springboard has not only equipped me with the necessary skills but also instilled the confidence to thrive in the ever-evolving field of cybersecurity. If you're considering a career change into cybersecurity, I wholeheartedly recommend Springboard as your launchpad to success.Read Less",Cyber Security Career Track,Cybersecurity +308608,11035,springboard,Anonymous,True,2023,Worth it,2024-02-12,4.7,5.0,5.0,4.0,This was a course that is built for the success of their students in mind. It’s comprehensive and does a great job introducing the world of data analytics from the beginning. I did enjoy that it even dived into mindset and how to think business-like.,Data Analytics Career Track,Data Science and Analytics +308589,11035,springboard,Aymeric Poulard,False,2024,Great Bootcamp!,2024-02-11,4.0,4.0,4.0,4.0,"as someone who is transitioning into the field of Cybersecurity, i really had no idea where to start my journey.Then i stumbled across Springboard. PROS This Program is the perfectly entryway for those of use trying to break into the cybersecurity field.The... Read More curriculum Does a great of introducing you to the Fundamental Concepts of Cybersecurity, while also providing Guided Labs which help you get a feel for the hands-on activities you will be performing once you land a job. The program pairs you with a mentor,who assists you along the way. Career coaching is available to help you Build a Professional Linkedin Profile and Attract More recruiters. The student support and advisory team Are quick to respond and almost always available. CONS Tuition is a bit pricey at about $11,340 for 6 months. The Labs sometimes crash and force you to have to restart from the beginning. Some projects felt a bit too easy or Did not feel challenging enough. after recently completing this Bootcamp though , i can say that Overall it is a great program. if you have the financial means and are ready to commit some time into learning, springboard would be the bootcamp to choose.Read Less",Cyber Security Career Track,Cybersecurity +308529,11035,springboard,Viveka Katherine selvanayagam,False,2024,Best self learning online curriculum with mentor and career coach support,2024-02-09,4.7,5.0,4.0,5.0,Pros 1) excellent self learning curriculum 2) bi monthly mentor calls 3)career support for 6 months even after completion of course 4) lot of break options when we are lagging behind 5) student support community is the best . Immediate response 6)lot... Read More of tips to pursue global certification correponding to the course Above all dashboard option to track our progress Cons:- 1) emails to career support team gets delayed responseRead Less,Cyber Security Career Track,Cybersecurity +308414,11035,springboard,Gulseren kapanoglu,False,2024,Excellent curriculum and support but you need to be self motivated and be patient,2024-02-05,4.0,5.0,5.0,2.0,"I must say it was a truly enriching experience. The curriculum was well-structured, providing a comprehensive learning journey that significantly enhanced my coding skills. The instructors were knowledgeable and effective, guiding us through the material... Read More with clarity and enthusiasm. One standout aspect was the excellent online support from Teaching Assistants (TAs). Whenever I had questions or needed clarification, the TAs were prompt and thorough in their responses. This level of support greatly contributed to my understanding of the material and ensured a smooth learning process. The career coaching provided by Springboard was instrumental in preparing me for the job market. The mock interviews were particularly beneficial, simulating real-world scenarios and helping me refine my interview skills. The career coaches were attentive and provided valuable insights, making me feel well-prepared for the next steps in my career. The assignments and projects assigned throughout the bootcamp were not only challenging but also immensely practical. They allowed me to apply theoretical knowledge to real-world scenarios, ultimately improving my coding abilities and problem-solving skills. Overall, my experience with Springboard was highly positive. The combination of a strong curriculum, dedicated instructors, responsive TAs, and effective career coaching made it a valuable investment in my professional development.Read Less",Software Engineering Career Track,Software Engineering +308396,11035,springboard,Dallen Huang,False,2024,Unforgetable experience with Springboard.,2024-02-03,4.3,4.0,4.0,5.0,"I'd like to share my experience with Springboard's Data Science boot camp. It was truly an unforgettable journey. While most of the learning material is readily available online, like on YouTube or DataCamp, what set Springboard apart was its structured... Read More program and well-designed projects. Additionally, having a mentor who offered valuable guidance and support throughout the course made a significant difference in my learning journey.Read Less",Data Science Career Track,Data Science and Analytics +308302,11035,springboard,Anthony Richitt,False,2024,Extremely willing to work with me through difficult times and unpredictable schedules.,2024-01-30,4.7,5.0,5.0,4.0,"During my program, there were many times where unpredictable circumstances happened with family and just life in general. No matter what they were always willing to work with me through it. My support team was always there for me and always quick to get... Read More back with any inquiries I had. Definitely can see myself taking another course with them in the future.Read Less",Cyber Security Career Track,Cybersecurity +308275,11035,springboard,Brock Miller,False,2024,Fantastic Opportunity to learn and grow,2024-01-29,4.3,5.0,4.0,4.0,Springboard provides you all the resources you need to achieve and get your foot in the door in the software engineer. Colt Steele is a phenomenal teacher and their is ample amount of support you can receive. The mentor system is top notch and really... Read More helps give you an industry professional to help steer you in the right direction.Read Less,Software Engineering Foundations to Core,Software Engineering +308204,11035,springboard,Eden Kim,False,2024,You get a lot of practice!,2024-01-25,4.7,4.0,5.0,5.0,"Springboard provides a lot of insight and guides on how to successfully learn UI/UX Design. You have the opportunity to get a lot of practice by going through 3 different case studies and they help you with setting up your portfolio. However, I feel like... Read More Springboard provided a lot of online articles as their study material instead of inside sources. For the money I am paying for this course, I wish I could've gotten more material directly from Springboard and not online materials you can easily find.Read Less",UI/UX Design Career Track,UX/UI Design +308202,11035,springboard,Anonymous,True,2024,You get a lot of practice!,2024-01-25,4.3,4.0,4.0,5.0,"Springboard provides a lot of practice throughout the course which helped me understand UI/UX Design. However, when teaching the materials, I felt like there were a lot more online articles than someone from Springboard teaching the material. I get the... Read More articles can be helpful but I feel like the money I am paying for, I wish I got more participation from Springboard.Read Less",UI/UX Design Career Track,UX/UI Design +308184,11035,springboard,Mark Pakingan,False,2023,Great Program for Beginners - Keeps You Accountable,2024-01-25,4.7,5.0,5.0,4.0,"My credentials: I am a Bachelor’s degree holder with prior experience with a non-technical background (aka beginner). I’ve been doing lots of webinars and short courses. However, this will be my first time doing a self-paced Boot Camp. In this review,... Read More I will provide my feedback as objectively as possible. Here are a few things I like about the course (pros). EASY TO FOLLOW The video recording is easy to follow for beginners like me (they dumb it down for non-tech people). They broke down the program into short multiple videos so you can absorb it better. At the end of the session, you will be given an exercise/test that you have to submit. This is important so you can get practice and understand what you're learning. ACCOUNTABILITY Another thing that makes this course effective is the ""accountability"" part. They will assign you a mentor who will check your progress every week. This ensures that you're making progress constantly. If you like to procrastinate (like me!), then you’ll be forced to comply with their requirements to make good progress on the course. I really like this part just because we are too busy with everything that it’s easy to brush off things like this. Also, I paid for it so It’ll be a waste not to finish it :D GREAT SUPPORT & COMMUNITY If you feel overwhelmed with the lessons, you can also ask for help from the community or other experienced coders (yes, they have a Slack where you can ask questions and some moderator might give you some advice). I also find their support team very responsive to your inquiries. Here are some things that need to improve on the course (cons) : PRICING: Pricing is higher than the average BootCamp. I've seen bootcamps more affordable than this so this may not be the best choice considering the price. Also, beware that they charge a lot if you go with the installment plan (56% more). MUST FINISH WITHIN 9 MONTHS: One challenge that I have is juggling my daytime job and studying at night. They would advise you to have at least 15-20 hrs/week to finish it on time. I find this very challenging for people who work like me. Trust me, I did 3-4 hrs/day and almost extended the course. LACK OF MENTORING: This can be personal (& may depend on who your mentor is), but I didn't feel a lot of help from my mentor. While the course is designed as self-paced, there are situations where I needed my mentor's help and he would get back to me in more than 48 hours. Here are my suggestions (things to improve): Perhaps give more time for full-time workers to finish the course. It might also help if you can update some parts of the videos (some codes are no longer working). Overall, I'm really happy with the course. With the learn & apply concepts + accountability, this is enough for me to get some basic skills in coding. Their customer service is superb too! Again, this is a good beginner program to grasp the concept of full-stack development with JavaScript. If you find this review helpful, I would appreciate it if you would use my link: https://www.springboard.com/invite/OR0PTRead Less",Software Engineering Foundations to Core,Software Engineering +308164,11035,springboard,Kristina Mujakic,False,2024,"Engaging, Supportive, Comprehensive, Challenging, Exceptional!!",2024-01-24,5.0,5.0,5.0,5.0,"Springboard's bootcamp offers an engaging curriculum led by the exceptional teaching skills of Colt Steele, creating an enjoyable learning experience. The course stands out for its comprehensive career-focused units, covering networking, LinkedIn, resume... Read More building, and mock interviews. The support system, including industry-experienced mentors, is outstanding, ensuring a personalized and thorough learning journey. However, prospective students should consider the time-intensive nature of the course, which may pose challenges for full-time workers. While the curriculum's lack of shortcuts ensures a deep understanding, it might lead to pacing concerns for some learners. In summary, Springboard provides a challenging yet supportive environment with a focus on practical skills, but potential students should be mindful of the time commitment and potential pacing challenges.Read Less",Software Engineering Foundations to Core,Software Engineering +308145,11035,springboard,Jacob Eiferman,False,2024,Excellent curriculum and support but you need to be self motivated.,2024-01-23,4.3,4.0,5.0,4.0,Springboard offers an incredible experience. The curriculum was amazing. The curriculum for their course was designed by Colt Steele who is a veteran teacher. He is masterful at what he does and I hardly ever needed to go back to understand a concept... Read More being explained. He is a very good teacher and he is quite adept at making the curriculum fun (as much as it could be) which is something I realized is actually essential for people who are self learning. It makes sit a lot easier to get through the videos when they're engaging. The support springboard offers is top notch. I spoke with a student advisor every week to set accountability goals. She was very helpful and nice. The mentor ship program was a huge boon for me. The mentor I received was very knowledgeable and offered a lot of key advice and feedback. It made me feel like a real professional when I saw that I was able to speak proficiently with someone in the industry. The major downside to speak of is the fact that the course was online and self paced. You really need to be disciplined to make it through 100s of hours of course content even with the support that springboard offers. That aspect was quite challenging. But if that isn't a problem for you then I would highly recommend Springboard.Read Less,Software Engineering Career Track,Software Engineering +308144,11035,springboard,Wallace Fang,False,2024,Overall a great experience.,2024-01-23,4.0,4.0,4.0,0.0,"The curriculum taught a wide variety of tools and skills, although some materials are out of date. A bit more emphasis and resources on SQL would be very useful, given the importance of SQL in the field. The lessons and projects gives you plenty of practice... Read More on the skills taught and the feedback from the graders/mentors are very helpful. The weekly/biweekly discussions with my mentor taught me quite a lot about the real world applications of the skills and tools taught, along with them providing guidance on capstone projects. Pricing is a bit expensive, but overall it was a great learning experience and a great platform to learn about the field of data science if you prefer a more structured approach on learning.Read Less",Data Science Career Track,Data Science and Analytics +308139,11035,springboard,Vivian Lin,False,2024,Springboard UX Design Career Track Review,2024-01-23,4.7,5.0,4.0,5.0,"I came into Springboard with no prior experience but wanted to enroll in a bootcamp to have a structured course and mentorship. The best thing about this course was that I was able to work on 3 different projects that I could add to my portfolio, with... Read More one being real-world experience working with a client and team. The weekly mentor calls helped a lot and my mentor provided me with a lot of good feedback and takeaways that I wouldn't have gotten if I didn't take a bootcamp. Also, the Springboard community on Slack is great for networking and learning about other students' experiences as they go through the course. My only con would be that most of the study materials are articles and videos that can be found online for free (some of the links are outdated and don't work). However, if you struggle with self-learning, this is nice as everything is organized into different units for you.Read Less",UX Career Track,UX/UI Design +308108,11035,springboard,Cody Dill,False,2024,A blessing!,2024-01-22,5.0,5.0,5.0,5.0,"Springboard offers an exceptional curriculum meticulously crafted to facilitate career transitions. Beginning with fundamental concepts, the program effectively builds upon these foundations, ensuring comprehensive understanding through quality instruction... Read More and practical application. A standout feature is the personalized one-on-one mentorship, providing tailored guidance and enhancing the learning experience. Additionally, the support system is outstanding; I consistently received prompt and helpful responses to my inquiries. My journey with Springboard was not only informative but also transformative, culminating in a job offer within just five months of starting the course. This experience has been genuinely life-changing.Read Less",Software Engineering Foundations to Core,Software Engineering +308084,11035,springboard,Ayana Perez-Brown,False,2024,Springboard has been great!!,2024-01-21,5.0,5.0,5.0,5.0,"Springboard has been a wonderful experience. I am a working mom, so it became a bit hectic for me to stay on track with the timeline that has been created. That's not to say it can not be done. Springboard not only was supportive of my particular needs,... Read More but it provided me all the support with course work and learning as well. The course work was vigorous and I absolutely love my mentor. All the career help is awesome. I would recommend this program to anyone that is willing to put forth a work and effort.Read Less",UI/UX Design Career Track,UX/UI Design +308038,11035,springboard,Elle White,False,2024,Best bootcamp I've come across.,2024-01-18,5.0,5.0,5.0,5.0,"The course is very comprehensive. The tools taught are from the ground up, not just shortcuts. The 1:1 industry mentor was priceless. The career units are engineering specific and very useful. Had a few issues during the course and advising quickly and... Read More gracefully assisted me.Read Less",Full-Stack Web Development,Web Development +308026,11035,springboard,John Emmet,False,2024,Cyber Security Career Track,2024-01-18,4.7,5.0,5.0,4.0,"With every previous job I had containing some kind of cyber security deficiency, and the number of threats growing, I decided to train myself so that I could then teach others. It had to be scalable, it had to be on my schedule, and it had to be based... Read More on current events. It had to be Springboard. A platform like Springboard presents what would be irrelevant data in a 4 year program in a 6 month boot camp. The downsides are present, such as impersonal learning styles strongly dependent on your own will to progress, but the support system in place more than makes up for this. Your own mentor, career coach, advisor, student base to connect with and growing LinkedIn community you build make you more connected than I think I would have felt at a university. Education is an investment, not an expense, and I think Springboard understands that principle.Read Less",Cyber Security Career Track,Cybersecurity +308022,11035,springboard,Matthew Shinder,False,2024,Data Science Career Track,2024-01-18,5.0,5.0,5.0,5.0,Very helpful. Curriculum goes heavily through all details that one might see when working in a Data Science role. The resources available are very vast especially being able to contact a technical mentor or a career coach at a rate of once every 1-2 weeks... Read More minimum.Read Less,Data Science Career Track,Data Science and Analytics +307839,11035,springboard,Jennifer Orellana,False,2023,"Great curriculum, even better support! Springboard UX Career Track 2023",2024-01-09,5.0,5.0,5.0,5.0,"As a full-time working gal, I will say it was quite a balancing game which ended up making the 6-9 month course take me like 12 months. As someone with content, design, and marketing experience this course was just enough to challenge me and give me enough... Read More information to feel confident in obtaining a new skill. All curriculums come along with actionable projects that ensure to keep your skills top of mind. This along with long with the multiple support outlets from your mentor, career coaches, advisors, and their general support staff I think take the course up MANY notches! I don't know if I would've completed it without this support. It’s not easy by any means, but I believe I have so much beneficial information and growth in applicable skills to be successful. Best of luck to any others who take the plunge! - Jennifer OrellanaRead Less",UX Career Track,UX/UI Design +307780,11035,springboard,SABHEEN AMMAD,False,2024,Wonderful Experience,2024-01-07,5.0,5.0,5.0,5.0,"I had an exceptional experience with Springboard, and I wholeheartedly recommend it to anyone eager to acquire new skills. The platform offers the best curriculum, industry-professional mentorship, and an active Springboard community always ready to provide... Read More assistance whenever needed. Thanks!Read Less",Machine Learning Engineering Career Track,Machine Learning and AI +307682,11035,springboard,Camden Garret Nix,False,2024,SpringBoard Data Analytics program is a Great use of your time!,2024-01-02,5.0,5.0,5.0,5.0,"Springboard offers a great educational experience that combines mentorship, challenging projects and a career coach that really helps accelerates your career. The content of the course covers all the fundamentals required to enter the field of data analytics... Read More and is supplemented by a seasoned mentor that provides crucial insights that will further push your knowledge. Also, the capstone projects are an excellent way at showcasing your skill set while solidifying all the lessons you have learned. I would recommend Springboard to anyone that is interested in a data analytics certification.Read Less",Data Analytics Career Track,Data Science and Analytics +307671,11035,springboard,Anonymous,True,2023,Springboard Software Engineering Career Track,2024-01-01,5.0,5.0,5.0,5.0,"This software engineering course was an incredible journey into the heart of web development. Covering HTML, CSS, and JavaScript provided a solid foundation, but the real highlights were diving into React for front-end magic and mastering Flask for server-side... Read More scripting. The course's approach and emphasis on hands-on learning made it a great experience. The mentors I worked with were knowledgeable, and the curriculum seamlessly integrated the latest technologies. I feel confident in my software engineering abilities thanks to this boot camp.Read Less",Software Engineering Career Track,Software Engineering +307585,11035,springboard,Sandra Tin,False,2023,"Great learning experience, coaching and mentorship",2023-12-27,4.0,4.0,4.0,4.0,"I've been in the program for the last 6 months and it's been a good learning experience so far. The program is well designed to get you from a non-data person to a Junior data analyst level, ready to enter the data job market. You'll learn useful skills... Read More (coding, advanced Excel and visualization) and you're well supported by a network of helpful mentors, career coaches and an online community on Slack where you can interact directly with other students and TAs. I've enjoyed my experience so far and think it's good money invested well. Below are some pros and cons: Pros: 1) Learnings on really relevant topics 2) Capstones and exercises to make you practice what you learn and these are reviewed by experts who are more than willing to give oyu honest feedbacks 3) Support from mentors and career coaches as you navigate the world of data analytics 4) Job guarantee (given you pass all the requirements) Cons: 1) Just like any online course, the learning can sometime feel isolating. It's you and your computer most of the time, but I believe you make your own learning experience as you desire. I connected with 2-3 people in my cohort and we decided to meet weekly to ""study"" together on a Zoom call 2) The learning is self-paced and you have to be disciplined to get to the end of the courses so that you don't get too behind and end up having to extend the courses for a feeRead Less",Data Analytics Career Track,Data Science and Analytics +307580,11035,springboard,Andrea Hoang,False,2023,Useful courses,2023-12-27,4.0,4.0,4.0,4.0,"For someone like me who switched from finance to UI UX designer, the lack of basic knowledge is a barrier that makes me not confident in changing careers. Springboard's courses have provided me with the foundation for me to confidently develop the career... Read More I desire.Read Less",UI/UX Design Career Track,UX/UI Design +307556,11035,springboard,Alexis Haynes,False,2023,Great experience!,2023-12-26,5.0,5.0,5.0,5.0,They were absolutely amazing! The support system is amazing as well and very supportive. I enjoyed the course and I would definitely recommend this to anyone! There was help when you need it as well and class review sessions with help live as well as... Read More recordings available.Read Less,Data Analytics Career Track,Data Science and Analytics +307527,11035,springboard,Mansi,False,2023,Great Experience!,2023-12-24,4.0,4.0,4.0,4.0,"I recently finished my UI/UX career track program with Springboard Bootcamp. My 1-year journey was exemplary. I transitioned from Microbiology to UX design. The program offers a comprehensive well-structured curriculum, mentor guidance, career coach services,... Read More and a community to connect with fellow students. The course is self-paced. This journey not only enhanced my design skills but also solidified my understanding of user behavior and needs. Overall, it was a great experience. Highly recommend this course.Read Less",UI/UX Design Career Track,UX/UI Design +307520,11035,springboard,Jaquez Thomas Little,False,2023,Amazing Program,2023-12-23,5.0,5.0,5.0,5.0,Being apart of spring board was an amazing experience definitely would take courses with them again. All of these star was so helpful and the career coaches really helped each student within their studies and the online class schedule was really accommodating... Read More to my work and personal lifeRead Less,Tech Sales Career Track,Sales and Marketing +307421,11035,springboard,joshua chapman,False,2023,"My experience with the Springboard bootcamp was incredibly positive, featuring personalized mentorship, engaging hands-on projects, and a supportive community that facilitated effective learning and skill development.",2023-12-21,5.0,5.0,5.0,5.0,"My journey with Springboard was truly transformative, as the program offered a uniquely tailored experience that seamlessly blended personalized mentorship, hands-on project immersion, and a tightly-knit and supportive community. The mentorship aspect... Read More was a game-changer, providing invaluable guidance and insights that addressed my specific learning needs, allowing me to grasp complex concepts with clarity and depth. The hands-on projects were not only intellectually stimulating but also instrumental in applying theoretical knowledge to real-world scenarios, solidifying my understanding and building a robust skill set. The sense of community fostered a collaborative environment where diverse perspectives converged, creating an atmosphere of mutual encouragement and shared success. This supportive network not only enhanced the learning experience but also facilitated lasting connections with fellow learners and mentors. In essence, Springboard surpassed my expectations, not just as a bootcamp but as a holistic learning ecosystem that propelled my personal and professional growth in ways I hadn't imagined.Read Less",UI/UX Design Career Track,UX/UI Design +307397,11035,springboard,Kevin Nichols,False,2023,A challenging and thorough Software Engineering bootcamp.,2023-12-20,4.0,4.0,4.0,4.0,"Compared to other bootcamps that I have seen and experienced through friends, Springboard is much better paced and supported. The ability to be flexible with the course was very attractive. The mentor system is very helpful and uplifting when you are... Read More having a hard time. The subjects covered are much more complete than other bootcamp I looked into and the instructor videos by Colt Steele are top notch. The curriculum covers most popular topics in the world of front and backend development. I would say that only a few topics are out of date, since the versions of coding libraries are always being updated. This can cause some confusion on the students part to figure out what to do and how to get the same result on the newest revisions. I will also say that personally, I could have used a bit more repetition on core concepts. I found that doing something once and the moving on to learn a whole new concept to be difficult to remember. I know that this is something I can do on my own, but the reason you enter a bootcamp is to have the course work laid out for you. Otherwise you would just take Udemy courses and learn on your own. Overall I found the experience to be worthwhile and I went from knowing only a little HTML and CSS, to being able to write fully fledged code in Js and Python. Not to mention all the libraries used and SQL databasing. It was tough at times, but anything worth while is.Read Less",,Unknown +307367,11035,springboard,Bryant Harmon,False,2023,Cybersecurity bootcamp,2023-12-19,5.0,5.0,5.0,5.0,Provided plenty of labs and assignments for work experience. Very helpful in job search strategies. Course material on point for the certification exam. Mentor very helpful when providing feedback on assignments as to what an employer or company would... Read More look for in that type of assignment.Read Less,Cyber Security Career Track,Cybersecurity +307305,11035,springboard,Hung Tran,False,2023,Good Cirriculum,2023-12-18,5.0,5.0,5.0,5.0,"The course provided valuable projects and insightful career guidance, but to truly internalize the knowledge, you've got to take the initiative. Going that extra mile is key, especially considering the limited mentorship and instruction compared to a... Read More traditional academic setup.Read Less",Software Engineering Career Track,Software Engineering +307227,11035,springboard,Sean Armitage,False,2023,Amazing CyberSec Bootcamp,2023-12-14,5.0,5.0,5.0,5.0,I really felt like the course did a fantastic job of building upon knowledge. You start with the basics and continue to build upon the basics to get a much greater understanding as you get further along in the program. There is quite a variety as well... Read More and they rely on such good resources to teach you. The labs were great in walking you through step by step. Best part was having a mentor by your side the whole way through! I would highly recommend Springboard to anyone willing to take a chance and invest in themself to launch their way into their future!Read Less,Cyber Security Career Track,Cybersecurity +307223,11035,springboard,Camilo Durango,False,2023,Solid mentor experience plus great courses and lectures.,2023-12-14,4.0,4.0,4.0,4.0,"I believe as with everything in life there will always be room for improvement. However, the experience at Springboard is pretty good overall. I feel empowered with the knowledge and practical approach to learning. Mentor experience should be a bit better.... Read MoreRead Less",Data Science Career Track,Data Science and Analytics +307115,11035,springboard,Mohammad Omer Jawwad,False,2023,Excellent curriculum and genuine mentor support,2023-12-11,5.0,5.0,5.0,5.0,I completed Springboard's Software Engineering Career Track bootcamp and had a great experience. The curriculum is comprehensive and covers more topics than other bootcamps I have seen. 1 on 1 mentor support is genuinely impressively and introduced me... Read More to real world code reviews and industry practices. I highly recommend Spring SWE program to anyone looking to change their career!Read Less,Software Engineering Career Track,Software Engineering +307103,11035,springboard,Viviane,False,2023,Fast pace,2023-12-10,3.7,4.0,3.0,4.0,"The course is based on existing articles published on the web, from different sources, arranged in a specific sequence so you get to understand the sequence of the main steps of the design process. Mostly reading material. A few videos are presented here... Read More and there that can be found online as well, from sources like TED. Because all materials come from different sources, it gets a bit confusing. What saves the situation are the weekly mentor calls, that will help clarifying the confusions from the material. The mentor will disagree with parts of the curriculum here and there so listen careful to your mentor as it's a safer path. It's very hard to keep up with the pace of the course in the amount of time given to complete, and most students are not able to complete the course within the given timeframe of 6 months. They'll offer the students a free 2 months extension but after that it will cost you $700 per month. Important: to eligible for the job guarantee, you need to have a bachelors in a specific field. They won't tell you that upfront, making you first sign up then later find out that this might not be something you're eligible for. Clarify that with your admissions director before you sign up - they will no longer reply to your messages when you find out about it mid-course.Read Less",UX Career Track,UX/UI Design +307009,11035,springboard,Ahmed Ahmed,False,2023,Data Analytics Career Track,2023-12-07,5.0,5.0,5.0,5.0,"I had the privilege of enrolling in the Springboard Data Analytics Career Track bootcamp, and I must say it was a transformative experience. From the outset, Springboard provided a comprehensive and well-structured curriculum that covered a wide range... Read More of data analytics topics. What truly set Springboard apart was the personalized mentorship I received. My mentor was not only highly knowledgeable but also genuinely invested in my success. Their guidance and support were instrumental in helping me navigate through the coursework and projects. The hands-on projects were a highlight of the bootcamp, allowing me to apply what I learned in real-world scenarios. These projects not only built my technical skills but also gave me a portfolio that I could showcase to potential employers. Furthermore, the Springboard community and career services were invaluable. Networking opportunities and job search support were readily available, making the transition into the field of data analytics more accessible. In the end, I not only acquired a solid foundation in data analytics but also gained the confidence to pursue a fulfilling career in the field. Springboard's commitment to student success is evident, and I highly recommend their Data Analytics Career Track to anyone looking to excel in this exciting field.Read Less",Data Analytics Career Track,Data Science and Analytics +306993,11035,springboard,Anonymous,True,2023,My experience with Springboard,2023-12-07,4.0,4.0,4.0,4.0,"The pros are learning cybersecurity in 6 months or less and being able to change career paths with a proven curriculum. The cons are not being able to get feedback right away and the technical difficulties sometimes. Overall, great program for people.... Read MoreRead Less",Cyber Security Career Track,Cybersecurity +306895,11035,springboard,Allie Burns,False,2023,Wonderful experience with Springboard's UI/UX Design Career Track,2023-12-05,5.0,5.0,5.0,5.0,"After considering a career change for some time, I took the jump and invested in Springboard's UI/UX Design Career track. I chose to enroll in a bootcamp because I kept trying to teach myself principles of UX/UI, but with my intense work hours, it often... Read More fell to the wayside. I am grateful for my education through Springboard because the structure and accountability ensured that I was able to completed all of the projects, including the course itself. I was paired with a mentor who was encouraging and offered amazing constructive criticism that bettered my projects, and I was always appreciative of the insight so I could keep that in mind for future design projects. My IDP was also an amazing experience where I got to work as part of a team, with a real company. I am so grateful to have this experience on my resume. I have overused the word ""grateful,"" however I simply cannot find another word for the support I have received while on this journey - and was able to make it work while working about 60+ hours per week!Read Less",UI/UX Design Career Track,UX/UI Design +306836,11035,springboard,Sepi Naderi,False,2023,Springboard's UX/UI Design Course: A Transformative Experience,2023-12-02,5.0,5.0,5.0,5.0,"Springboard's UX/UI Design Course has been a career-changing experience for me. The comprehensive curriculum, hands-on projects, and personalized mentorship exceeded my expectations. The emphasis on real-world projects allowed me to build a strong portfolio,... Read More showcasing practical skills valued by employers. The mentorship from industry experts was invaluable, providing tailored guidance throughout the program.Read Less",UI/UX Design Career Track,UX/UI Design +306813,11035,springboard,Daina Earles,False,2023,2023 Springboard Experience,2023-12-01,4.7,5.0,5.0,4.0,"I went into this on a limb, as my background is not in data analytics... I was afraid but ready! Once I began I almost couldn't stop. The curriculum has a very smooth work flow and ease of transition. As I continued, I began to feel confident and this... Read More was backed by my mentor who was incredibly supportive of me and my work. The knowledge and confidence I've gained is irreplaceable and I'm glad I took the chance.Read Less",Data Analytics Career Track,Data Science and Analytics +306785,11035,springboard,Anonymous,True,2023,2023 Springboard Experience,2023-11-30,4.3,4.0,5.0,4.0,"I went into this on a limb, as my background is not in data analytics... I was afraid but ready! Once I began I almost couldn't stop. The curriculum has a very smooth work flow and ease of transition. As I continued, I began to feel confident and this... Read More was backed by my mentor who was incredibly supportive of me and my work. The knowledge and confidence I've gained is irreplaceable and I'm glad I took the chance.Read Less",Data Analytics Career Track,Data Science and Analytics +306732,11035,springboard,Jenny Gonzales,False,2023,Navigating Career Change with Support,2023-11-27,4.3,5.0,4.0,4.0,"Enrolling in Springboard's Bootcamp was a pivotal move for my career transition. The program's standout feature is its robust support system, including on-call mentors, advisors, and group forums—ensuring you never feel alone. However, as a bootcamp,... Read More the curriculum's accelerated pace can be challenging, requiring forward thinking and proactive organization. Despite the rush, the comprehensive support network makes Springboard an excellent choice for those navigating a career switch.Read Less",UI/UX Design Career Track,UX/UI Design +306712,11035,springboard,Prem Panchal,False,2023,Great Course with good pacing,2023-11-26,5.0,5.0,5.0,5.0,"Springboard's Data Science Course is a very good bootcamp with a lot of support between the slack community, office hours, and the 1 on 1 mentorship program. The pacing of this course was very good and I highly recommend it to anyone looking to pivot... Read More their career while having some free time still.Read Less",Data Science Career Track,Data Science and Analytics +306700,11035,springboard,Krysta Hiranaka,False,2023,UX/UI Design Career Track,2023-11-25,5.0,5.0,5.0,5.0,"Pros of attending this program is that there was a ton of support from Springboard. Springboard really makes support attainable and available to anyone in need. By having on call mentors, student advisors, experienced assigned mentors, group support forums,... Read More and coaching calls.... the list goes on. Don't be worried about switching careers and feeling lost. They got you! Cons of attending this program were that it was only a bootcamp and no matter what you will feel rushed to complete the curriculum. I learned through this that forward thinking, organization, and action are the only things that will get you where you and who you ant to be.Read Less",UI/UX Design Career Track,UX/UI Design +306683,11035,springboard,Pichamon Alvarez,False,2023,Data Analytics Career Track,2023-11-24,5.0,5.0,5.0,5.0,"Springboard's Data Analytics Career Track not only offers valuable mentorship but also provides access to career coaches. These professionals offer tailored guidance in job searching strategies, resume building, interview preparation, and overall career... Read More development. The career coaches help students align their newfound skills with industry demands, assisting them in charting a clear and effective career path within the realm of data analytics. This personalized support often proves instrumental in helping graduates transition smoothly into the workforce or advance within their current field.Read Less",Data Analytics Career Track,Data Science and Analytics +306667,11035,springboard,Ethan Reynolds,False,2023,Excellent Experience with Springboard!,2023-11-23,4.3,4.0,5.0,4.0,"Overall I had a great experience going through the software engineering curriculum with Springboard. One of the most valuable aspects was that I could generally go through the material at my own pace. There were guidelines of how many exercises and projects... Read More to complete per week to stay on track, which was helpful. The mentor I was matched up with was awesome. She had over a decade of real world experience and was very helpful. The material in the curriculum felt relevant and the projects were actually quite fun. One minor downside was that the materials I was given were recorded/created in 2019, so quite a few things were outdated and sometimes the sample code needed updated/troubleshooted.Read Less",Software Engineering Career Track,Software Engineering +306638,11035,springboard,Constance Sun,False,2023,Very accommodating. Take Springboard if you want to take your time.,2023-11-21,3.7,4.0,4.0,3.0,"When I was looking at which bootcamp to do for UI/UX, it was among Springboard, designlab, general assembly, and others. I chose Springboard because I liked that it was the longest (9 months), and they had multiple payment options. I've heard other students... Read More who did the designlab UI/UX course that it's a true bootcamp in the sense that you're in and out of there 6 months or less. And as someone who struggles with online learning (I prefer in person), Springboard's accommodations were very helpful. They offered me lots of pauses/freezes because my mental health was also declining at the same time. One thing I will say though is that I think it takes longer than 9 months for most people to complete the course. I'd say about a year. I just finished applying to complete the course, so I don't have any feedback about the job support they provide. But I do appreciate that they have job support offered post-completion.Read Less",UI/UX Design Career Track,UX/UI Design +306549,11035,springboard,Daniel Dluzynski,False,2023,Extensive and well built curriculum,2023-11-17,4.3,4.0,5.0,4.0,This course is great for beginners. The curriculum is put together very well and is perfect for beginners. I was new to the Cyber Security field and feel that this course gave me all the tools to get a firm grasp on all of the broad range of topics in... Read More Cyber Security.Read Less,Cyber Security Career Track,Cybersecurity +306505,11035,springboard,Jonathan Chiu,False,2023,Join if you're looking to structure & Network!,2023-11-15,4.0,4.0,4.0,4.0,"If you find yourself unsure of where to begin, a bootcamp could prove beneficial, just as it did for me. My personal mentor not only met but exceeded my expectations, aiding me not only in preparing for the bootcamp but also in setting realistic expectations... Read More beyond its confines. While individuals with self-discipline and a tolerance for unstructured learning might not necessarily require a bootcamp, as all the necessary information is available online, the true value of this particular bootcamp lies in the connections you forge with fellow participants and the valuable insights offered by mentors to enhance your skills. My only suggestion for improvement would be to include unlimited IDP List projects, allowing students to gain more real-life work experience rather than relying solely on self-created projects. Further, be prepared to be resilient in the job search phase.Read Less",UI/UX Design Career Track,UX/UI Design +306504,11035,springboard,Anonymous,True,2023,Join if you're looking to structure & Network!,2023-11-15,4.0,4.0,4.0,4.0,"If you find yourself unsure of where to begin, a bootcamp could prove beneficial, just as it did for me. My personal mentor not only met but exceeded my expectations, aiding me not only in preparing for the bootcamp but also in setting realistic expectations... Read More beyond its confines. While individuals with self-discipline and a tolerance for unstructured learning might not necessarily require a bootcamp, as all the necessary information is available online, the true value of this particular bootcamp lies in the connections you forge with fellow participants and the valuable insights offered by mentors to enhance your skills. My only suggestion for improvement would be to include unlimited IDP List projects, allowing students to gain more real-life work experience rather than relying solely on self-created projects.Read Less",UI/UX Design Career Track,UX/UI Design +306451,11035,springboard,Anonymous,True,2023,Wonderful,2023-11-14,4.3,4.0,5.0,4.0,"Pros: I found the Springboard bootcamp to be incredibly beneficial because it empowered me to delve deeply into every stage of the design process independently. It pushed me out of my comfort zone and presented me with challenges that significantly contributed... Read More to my learning experience. Cons: However, one drawback I noticed was the variability in the quality of mentors and coaches. The effectiveness of the support system seemed somewhat dependent on luck, with some mentors being excellent while others not as much. Another challenge was the limited availability of certain coaches, making it difficult to connect with them when needed due to high demand.Read Less",UI/UX Design Career Track,UX/UI Design +306317,11035,springboard,Anonymous,True,2023,My experience at Springboard,2023-11-08,5.0,5.0,5.0,5.0,My experience at Springboard was great. Wonderful live session. I highly recommend. The only challenge was marking assessment which is not really an issue but overall they are good and thorough with their teaching. You will learn alot with Springboard... Read More training youRead Less,Tech Sales Career Track,Sales and Marketing +306260,11035,springboard,Anonymous,True,2023,Great,2023-11-07,4.0,4.0,4.0,4.0,"Pros : Working with industry mentor and professionals, good career support and mentorship, great opportunity to network with students from various backgrounds , a comprehensive curriculum. Cons: the program is expensive and involves solid time commitment;... Read MoreRead Less",Data Analytics Career Track,Data Science and Analytics +306172,11035,springboard,Jose David Sandoval,False,2023,Great resources and labs,2023-11-03,5.0,5.0,5.0,5.0,Springboard is great if going to in person classes is not a choice. I worked full time and was able to login to springboard at any time to do the course work. However I wish we could have more interactions with other students while taking the program.... Read More Overall great curriculum.Read Less,Cyber Security Career Track,Cybersecurity +305884,11035,springboard,Parth Bhakta,False,2023,Springboard UI/UX course,2023-10-24,4.7,4.0,5.0,5.0,"From the get go, I felt slightly overwhelmed, but this was because it was a new experience for me. Springboard provided me with a mentor that I was able to meet with weekly, they provided me with a student advisor that would provide quick responses to... Read More any issues that I had! With all this support, the course felt very manageable because of this, I felt that I was able to successfully learn and grow from the program!Read Less",UI/UX Design Career Track,UX/UI Design +305843,11035,springboard,Matthew Richards,False,2023,One of the best decisions i've ever made,2023-10-22,5.0,5.0,5.0,5.0,attending the cyber security course on springboard was a great thing in my life. there are alot of things that are built into the course that will allow you to get a jump start on your cyber security career. I couldn't be more thankful for not only the... Read More information learned but the connections made and the genuine help received from people who want to see you succeed.Read Less,Cyber Security Career Track,Cybersecurity +305728,11035,springboard,Kim Brewitt,False,2023,Excellent program with great mentorship and career support,2023-10-17,5.0,5.0,5.0,5.0,"I had a great experience with Springboard. The curriculum was thorough, well-organized and interesting, and included lots of case studies and hands-on projects that were helpful in creating a portfolio for showcasing my work while job searching. I also... Read More really appreciated the 1:1 mentorship with a data scientist in industry, and the support and advice of the career coaches. It's a great program and I highly recommend it!Read Less",Data Science Career Track,Data Science and Analytics +305615,11035,springboard,Luana Pinho Andrade e Moura,False,2023,Very worthed,2023-10-12,5.0,5.0,5.0,5.0,"My experience with the course was excellent. The teacher, Chris, he is just awesome!! Very knowledgeable, clear, he knows a looot and is very helpful. Also the coaches are great and essential. The course support is also great. I definitely recommend springboard!... Read MoreRead Less",Tech Sales Career Track,Sales and Marketing +305548,11035,springboard,Gaelen Carroll,False,2023,"Great mentorship, Springboard knows exactly what to teach new SWE's",2023-10-10,5.0,5.0,5.0,5.0,"I came into the program after graduating college, but not knowing much at all about Software Engineering. The program is very well paced and the projects are meaningful. Springboard really focuses on teaching you what is most relevant to the current state... Read More of the industry. The best part of the program is the 1 on 1 mentorship with an industry expert. My mentor really pushed me to learn deeper and it was great getting advice and validation from someone in the field. Advisors and career coaches were all very helpful, my suggestion would be to meet with them early on in the course to get the best experience. I waited until later to have my first meetings and I wish I started earlier.Read Less",Software Engineering Career Track,Software Engineering +305484,11035,springboard,Quenton Juma,False,2023,Improve the user experience,2023-10-08,5.0,5.0,5.0,5.0,"The program really prepared me for the real world. From mentorship, career coaches, to online community it was very helpful. I also able to experience a real world project which to me help capture the full experience of what to expect from the world of... Read More UX design.Read Less",UI/UX Design Career Track,UX/UI Design +305372,11035,springboard,Binyameen Ghafoor,False,2023,Great Experience,2023-10-04,5.0,5.0,5.0,5.0,"Overall Springboard was a great experience. I love how you get to go at your own pace and there is so much help available when you need it. You get a certain number of on demand mentor calls and I didn't even use half of them because there was so much... Read More support available in the springboard community. They teach you primarily web development. Its very hands on so you'll be building a lot from scratch. Personally, I also wish there were more topics on theory and data structures/algorithms. Overall, by the end of this course, I have so many more skills to apply in different areas. The career coaches also try their best to help you be the best possible candidate for a job. The mini projects / assignments at the end of every section also make your software engineering portfolio look good.Read Less",Software Engineering Career Track,Software Engineering +305348,11035,springboard,David Harvison,False,2023,"Solid curriculum, though a little out of date",2023-10-03,4.0,4.0,4.0,4.0,Most of the lectures seem to have been recorded in 2019 which isn't a problem for the basics but once you start getting into mid level subjects it is a bit frustrating that the projects often require you to use older versions of languages and frameworks.... Read More Particularly egregious was being required to use an older version of Redux as there has been a major overhaul since these videos were filmed. The projects provided were instructive and built upon each other nicely. I enjoyed working with my mentor to build ideas for my two capstones. My mentor was also helpful in finding alternative resources when I didn't fully understand the material. I am moving into my post completion career support and I'm pleased with my current coach. The career coaching during the course was a mixed bag. I had a coach or two that would tell me what to do but if I asked for whys they would bloviate and then circle back to telling me to do the same thing. Overall I'm happy with Springboard and recommend them.Read Less,Software Engineering Career Track,Software Engineering +305279,11035,springboard,Kristin Murray,False,2023,Overall great UX program,2023-09-30,4.7,5.0,4.0,5.0,"For background context, I have a degree in Graphic Design and have worked on and off as a visual designer, but have more recently been working in customer support within the tech industry. I've been considering making the switch to UX design for years,... Read More but finally decided to take the leap. I felt that I needed to gain some UX specific knowledge to be successful in my endeavor, and I needed a portfolio that could showcase these new skills. After researching different bootcamps, there were four factors that ultimately made me choose Springboard. These included the face to face support with real people, via weekly mentor meetings (accountability is critical) and career coaching (helping me prepare for the job search was also a big deal). The Industry Design Project gave Springboard a big edge over other programs, because it pairs you with other students and a startup for a real world project. This really helps you to practice collaboration with other designers and communication skills with stakeholders, and ultimately gives you a real world portfolio piece. Lastly, the mock interviews at the end of the course were a big draw for me. As someone who doesn't enjoy the interview process, it really helped me to feel more prepared and know what to expect before going into my job search. Overall, my experience with Springboard was incredibly positive. I think that some of the course materials could be updated to be a bit more current and I would love to see the IDP include students from the other programs (like developers) so that you could really get that cross functional collaboration experience, but overall, if you're someone who is looking to upskill and you prefer accountability and a structured learning environment, this was a wonderful program.Read Less",UX Career Track,UX/UI Design +305190,11035,springboard,Hernadus Fountain,False,2023,My experience was a great one!!,2023-09-26,5.0,5.0,5.0,5.0,"I have nothing but good things to say about Springboard. Overall, I had a great experience with the Springboard Cybercareer track program. The Springboard staff (student advisor, mentor, and career coaches) was very supportive. The program is fast-paced... Read More with detailed course material. There were times when mini-projects took longer to complete than expected, but overall I feel like I'm job-ready after taking this course.Read Less",Cyber Security Career Track,Cybersecurity +305121,11035,springboard,Judah Drelich,False,2023,Good but could have been better.,2023-09-23,4.7,4.0,5.0,5.0,This program has a well laid out curriculum that is easy to follow and easy to stay on pace. I had a really good mentor who helped me with both the technical course work and the logistics in the course. The lack of group projects makes it very isolating... Read More and hard to assess your data science abilities relative to other people in the same position.Read Less,,Unknown +304998,11035,springboard,Joe Anson Aquino,False,2023,Whoot.. whoot... Very challenging experience.,2023-09-19,5.0,5.0,5.0,5.0,"At first, I'am blown away! I don't know what to do, Thanks to my Mentor Sir AJ for sticking with me and guiding me through the course. Showing me the right direction when I felt it was a dead end. and also to Sir Shmuel for the advancement of Data Science.... Read MoreRead Less",Data Science Career Track,Data Science and Analytics +304926,11035,springboard,Anonymous,True,2023,Springboard Cybersecurity Career Track Program Review,2023-09-16,4.7,5.0,5.0,4.0,"Overall, I had a great experience with the Springboard career track program. The Springboard staff (student advisor, mentor, and career coaches) was very supportive. The program is fast-paced with detailed course material. There were times when mini-projects... Read More took longer to complete than expected.Read Less",Cyber Security Career Track,Cybersecurity +304886,11035,springboard,Shruti saha,False,2023,Very good learning,2023-09-15,4.0,4.0,4.0,0.0,Springboard offers one of the best Ux/Ui online course which has extensive details about how to approach a problem from beginning to end. The 4 week internship at the end gives the experience to work with a real company in a real time project. This teaches... Read More you how to design in a group and deal with stakeholders.Read Less,UI/UX Design Career Track,UX/UI Design +304836,11035,springboard,Taylor Kingston,False,2023,The UX/UI Design Career Track program with Springboard pushed my skillsets to a new level and expanded my knowledge on design methods in a way I didn't expect!,2023-09-13,4.7,4.0,5.0,5.0,"The UX/UI curriculum was incredibly robust, well designed, and planned out in a way that made the learning process comprehensive and engaging. I found that the projects themselves were clear and I enjoyed how much freedom I was given to make each design... Read More my own. I enjoyed working with and appreciate the amount of support Springboard provided and utilized all resources at different stages of the curriculum. It was extremely helpful to have my mentor, student advisor, career advisor and slack community to lean on! I would say the toughest parts of the course were times when I got too in my head about my designs and had to take a step back or lean on outside critiques. There were times where I felt somewhat alone when making design decisions for each project, which makes me even more excited to work on a team within the industry. I would encourage any new student to reach out to the slack community and not only ask for peer reviews/help but to offer the same in return. I made a handful of connections through the program and am satisfied with my experience!Read Less",UI/UX Design Career Track,UX/UI Design +304817,11035,springboard,Scott Meyers,False,2023,The best Educational Experience of my life,2023-09-12,5.0,5.0,5.0,5.0,"I joined the Springboard data analytics bootcamp on the recommendation of your wife, and it has been a life-changing experience for me. After feeling stuck in my previous career for years, and this program has been a game-changer for me. I have found... Read More the program to be comprehensive in teaching everything you need to know to become a skilled data analyst. The curriculum covers everything you need to know to become a data analyst, and what sets Springboard apart are the people involved. I found the career counselors, My mentor, and career coaches to be incredibly helpful in guiding me along the way. With their support, I'm feeling confident in my new found skills and excited to apply them to a new job.Read Less",Data Analytics Career Track,Data Science and Analytics +304571,11035,springboard,Zaba Hoque,False,2023,Springboard is a great platform for learning UX/UI design.,2023-09-03,5.0,5.0,5.0,5.0,"Springboard really prepared me to go into the world and apply the skills that acquired through the course. The course is structured beautifully and allows the student to learn the ins and out of the UX UI world. They also provide you with a mentor, who... Read More can guide you and help you understand the hard topics. Highly recommend this course to everyone.Read Less",UI/UX Design Career Track,UX/UI Design +304535,11035,springboard,Cody Johnson,False,2023,Fantastic from start to finish,2023-09-01,5.0,5.0,5.0,5.0,The mentors and career mentors were great. From start to finish I felt I was getting value out of what I was learning. Overall a great job. The lessons were all top notch and if I had a problem with something not being up to date .I would say something... Read More to my advisor and they would correct it.Read Less,Cyber Security Career Track,Cybersecurity +304506,11035,springboard,Amita Chandekar,False,2023,Totally recommend it,2023-08-31,5.0,5.0,5.0,5.0,"I recently completed the Springboard UX bootcamp, and as a newcomer to the field, I found the curriculum incredibly accessible. The helpful tips and structured learning enabled me to grasp new concepts, practice effectively, and acquire essential skills.... Read More The practical exercises boosted my confidence significantly. The personalized mentor-student relationship proved invaluable, while weekly office hours facilitated interaction with peers, boosting my confidence, and fostering a supportive environment. The team's prompt responses, guidance, and the included IDP for real-world experience made this program highly recommendable.Read Less",UI/UX Design Career Track,UX/UI Design +304499,11035,springboard,Ty Archuleta,False,2023,Great Program,2023-08-31,4.3,5.0,4.0,4.0,Springboard was a great program for anyone looking to get into cyber security. There is a large amount of information in the program so be ready to learn like a sponge! The mentors and coaching that they provide for you make everything a little less stressful.... Read More I highly recommend the program!!Read Less,Cyber Security Career Track,Cybersecurity +304498,11035,springboard,Brett Dickinson,False,2023,Overall great experience with a great community,2023-08-31,4.3,4.0,4.0,5.0,"Springboard has an extremely supportive community that really motives your learning. There are a few pieces of the curriculum that could benefit from some updates. There were times I felt a little stressed about the timeframe. The price will not be for... Read More everyone but overall I really feel like this course will launch me into a rewarding career in data. And I was happy to pay for the access to not only the curriculum and resources, but also the community.Read Less",Data Science Career Track,Data Science and Analytics +304468,11035,springboard,Ellen Chou,False,2023,Immersive and Fun Learning Experience,2023-08-30,4.7,5.0,4.0,5.0,"I took time to do some research before settling on a UX Design bootcamp. My criteria included real-world experience (internship), 1:1 mentorship, and a job guarantee. Springboard offers all of those perks, plus a great feature called On Demand Mentor... Read More which allows you to talk to UX mentors outside your regular mentor meeting. They offer live office hours every week and the ability to connect with other students via Slack to build your network. As for career services, you work with a career coach after completing the program to help refine your interview skills, negotiate salary, and polish your resume. Overall, Springboard is definitely worth looking into if you're considering a career change into UX design.Read Less",UX Career Track,UX/UI Design +304422,11035,springboard,Anonymous,True,2023,"Pricey yes, but for a long term goal.",2023-08-29,4.0,4.0,4.0,4.0,"I definitely feel like I have developed my skills in UX enough for a full time role. What Springboard offers is not a magic certificate that will make you a desirable hire, but rather an extensive self taught guide to developing your skills. The mentor... Read More program is definitely extremely valuable, and kept me moving when I felt myself losing steam. There were definitely moments where I felt like I was doing eveything myself, but its really up to the student to utilize all the available resources.Read Less",UI/UX Design Career Track,UX/UI Design +304324,11035,springboard,Laurel Cahoon,False,2023,"Interact with mentors, coaches, other students as much as you can to extract the best value from the course.",2023-08-25,3.3,3.0,2.0,5.0,"I recently completed the UI/UX Design Career course with Springboard and it was generally a positive experience. The course itself is mostly made up of links to articles and websites, and while those were helpful, it made for some confusing moments when... Read More it came time to complete assignments as the information given and the assignment requirements didn't line up. The most valuable aspect of the course was the direct feedback from mentors, and my weekly 1-on-1 mentor calls in which mine would talk about his experiences in the industry and give advice. I will say the course is overpriced for what it is- but they are in the middle of a rebrand and making changes to the course, so maybe it's more up-to-date information now and worth the higher price tag? I'm looking forward to the career coaching and support that comes now that I've completed the course, I'm hoping it will help me get my foot in the door in an industry that was hit hard by recent layoffs.Read Less",UI/UX Design Career Track,UX/UI Design +304290,11035,springboard,Hannah Davison,False,2023,Overall Positive Experience,2023-08-24,5.0,5.0,5.0,5.0,"When I started the program, I was concerned it wouldn't be immersive enough to prepare for an actual career in the field. However, after receiving my certification, I am confident I am ready for my first UX job! The coursework is challenging but doable... Read More since your mentor is with you every step of the way. The large projects are broken up nicely into smaller sections, making it seem less daunting. Overall, I had a great experience with my weekly mentor meetings, the curriculum, the projects, and the career coaching. I also loved that I got a month of real-world experience at their end, through the IDP (industry design project). I also appreciate that there is a job search guarantee, meaning they will refund your tuition after 6 months without landing a job (providing you meet the monthly job search requirements.) Definitely a good value for the tuition cost, too! Overall, I strongly recommend Springboard if you are looking for UX/UI boot camp!Read Less",UI/UX Design Career Track,UX/UI Design +304258,11035,springboard,Gavin Dowling,False,2023,Springboard Cybersecurity boot camp.,2023-08-23,4.7,5.0,5.0,4.0,I attended Springboards cybersecurity boot camp while working 30 hours a week at my job. Springboards program is self paced and is possible to complete while working. My assigned mentor was also very informative and helpful throughout. I would highly... Read More recommend the class.Read Less,Cyber Security Career Track,Cybersecurity +304221,11035,springboard,AUBHISHEK ZAMAN,False,2023,Springboard was great,2023-08-23,4.0,4.0,4.0,4.0,Sringboard coursework is great. It is geered heavily towards individual projects and in my opinion that's the best way to learn. I also do believe it is helpful for improving job-worthiness. Overall an enjoyable learning experience and would definitely... Read More recommend this to newcomers.Read Less,Data Science Career Track,Data Science and Analytics +304220,11035,springboard,Anonymous,True,2023,Springboard was great,2023-08-23,4.0,4.0,4.0,4.0,Sringboard coursework was great. It is geered heavily towards individual projects and in my opinion that's the best way to learn. I also do believe it is helpful for improving job-worthiness. Overall an enjoyable experience and would be recommending to... Read More newcomers.Read Less,,Unknown +304160,11035,springboard,Jevon Horton,False,2023,My experience at Springboard was so helpful!!,2023-08-21,4.5,5.0,4.0,0.0,A Springboard Alumni introduced me to the program as they presented the benefits of attending Springboard in a beautiful PP presentation. Springboard was very easy to navigate and understand. I appreciate Springboard for matching with such an incredible... Read More mentor. Springboard worked with me when I needed to take a break in my curriculum due to family affairs. I am pleased with my experience and have already begin to recommend the course to my colleagues and friends!Read Less,UI/UX Design Career Track,UX/UI Design +304112,11035,springboard,Sierra Sims,False,2023,Great Experience,2023-08-19,5.0,5.0,5.0,5.0,"I completed the UX/UI Design Career track and overall I had a great experience. It gave me the tools and foundation to transition into UX/UI design. The pros: one on one mentorship via weekly calls, student community to bounce ideas off of and seek additional... Read More help, peer support, and access to virtual workshops. There is also the IDP which gives you the opportunity to work on a real life scenario for a company and allows you to gain real life experience. There is also a career curriculum that it is pretty thorough in terms of getting you ready for the job market. If I had to choose a con it would be that I would have liked a little more hand holding while learning Figma.Read Less",UI/UX Design Career Track,UX/UI Design +303904,11035,springboard,Minesh Patel,False,2023,Excellent bootcamp,2023-08-15,4.7,5.0,5.0,4.0,"This is the first time I took an online course. I did not have any background in programming with zero knowledge of SQL and Python. I was expecting a lot of difficulties; however, it is easy to follow and understand. The structure of the program is impressive... Read More and provides plenty of resources and frames their learning curriculum in a way where the knowledge stacks and is applicable for the next phase. The course is designed for self-paced learning, and it offers an easy-to-understand teaching approach. The team at Springboard is always there to assist you. In addition to the Slack Channel and weekly office hours, the other important aspects of this bootcamp are personal mentors, career coaches, and technical interview coaches. Overall, I had a great time during the bootcamp and enjoyed the Data Analytics Career Track program. I would recommend Springboard's program to others looking for a new career/updating the skills.Read Less",Data Analytics Career Track,Data Science and Analytics +303830,11035,springboard,safa Mohammed shami,False,2023,A Transformative Journey into UX/UI Design at Springboard Bootcamp,2023-08-12,5.0,5.0,5.0,5.0,"Absolutely transformative! Springboard's UX/UI Design Bootcamp provided me with top-notch mentorship, hands-on projects, and invaluable career support. From theory to real-world application, this program exceeded my expectations. Grateful for the skills... Read More gained and the doors it's opened in the design world. Highly recommend!Read Less",UI/UX Design Career Track,UX/UI Design +303740,11035,springboard,Ernesto Abueg III,False,2023,"Crawling, to baby steps, to walking, to running!",2023-08-10,5.0,5.0,5.0,5.0,"Wow what a course. I've never taken an online course before but the curriculum is set up in a modern way to where you consume the information via blogs and videos. Most of the content was made by regular people so it's easy to follow and understand. The... Read More course is also intertwined with network training in between the curriculum to keep things new and interesting. Pairing with a mentor and meeting up every week was what sold me. Asking unlimited questions and going through my work by someone who is senior and active in the industry was worth it by itself. Then meeting with career coaches to go over elevator pitches, resumes, portfolio interviews, etc...to go through real life scenarios and give tips and tricks to prepare what to expect in the real world was a plus. Springboard went overboard when pairing with a career coach post graduation and checking up and strategizing every week to see how the job hunting is going. 5 stars!Read Less",UI/UX Design Career Track,UX/UI Design +303714,11035,springboard,Irene Zeng,False,2023,"I enrolled in the Springboard UX/UI Career Track Bootcamp and overall, I had a great experience.",2023-08-10,4.3,4.0,5.0,4.0,"The curriculum was well-structured and covered all the necessary topics to become a UX/UI designer. I appreciated the 1-on-1 mentoring sessions, which allowed me to get personalized feedback on my work and progress. What I liked most about the program... Read More was the student community. It was great to be able to connect with other students and learn from their experiences. The industry project that Springboard provided gave me a chance to apply what I had learned to a real-world project and build my portfolio. Overall, I would recommend Springboard UX/UI Career Track Bootcamp to anyone looking to start a career in UX/UI design or improve their skills in this field. The program is well worth the investment and the support provided by the Springboard team is exceptional.Read Less",UI/UX Design Career Track,UX/UI Design +303681,11035,springboard,Ankit Panchani,False,2023,Springboard Bootcamp,2023-08-09,5.0,5.0,5.0,5.0,I had great experience with Springboard bootcamp. i did my Cyber Security course from there. I had no IT background but the way Curriculum is structured it gets easy very to understand. Great support from mentor to when you have questions. After completion... Read More great help from your Career Coach.Read Less,Cyber Security Career Track,Cybersecurity +303645,11035,springboard,Juliana Choi,False,2023,Springboard,2023-08-08,5.0,5.0,5.0,5.0,"Throughout my time at Springboard, I was able to learn in detail about UX/UI design by creating my own capstone project from beginning to end, having the opportunity to participate in an Industry Design Project, and completing a design sprint. The reason... Read More I enrolled for Springboard was to learn more about the user experience end of UX/UI design, where you research the users before handling the user interface. And Springboard was able to do just that. Before prototyping, I've picked up on UX research skills, such as creating personas, journey mapping and everything handled during a discovery phase of a user-centered design. I think what truly made my experience here at Springboard memorable though was my mentor! Throughout the bootcamp, you meet with your mentor on a weekly basis to discuss goals, objectives, questions, etc. to make sure you're on the right track! Since Springboard is a self-paced course and isn't class based, your mentor adds great value while you're enrolled. I definitely wouldn't have been able to complete the course without the help of my mentor. Overall, Springboard was a great experience-- would recommend if you're highly interested in UX design! :)Read Less",UX Career Track,UX/UI Design +303599,11035,springboard,Regina Bauernschmidt,False,2023,I enjoyed my Springboard experience,2023-08-06,4.0,4.0,4.0,4.0,"Pros: -self paced -mentor guidance -career coach -job guarantee -project based -1 extra ""on demand"" mentor call per week Overall I enjoyed my experience at Springboard, I learned a lot, and it was flexible to my schedule. I'm very proud of the work I... Read More did and am excited for a new career!Read Less",Data Analytics Career Track,Data Science and Analytics +303588,11035,springboard,neha bhargava,False,2023,Excellent curriculum,2023-08-06,5.0,5.0,5.0,5.0,"I made a career transition from accounting to product design. Initially, I was unsure about my decision, but the one-month trial program provided me with the opportunity to dip my toes in the water and experience the mentorship facilities. After that... Read More trial period, I felt confident enough to enroll in the UI/UX career track course. The program was fast-paced, but having access to on-demand mentors available 24/7 was a significant advantage for me. Throughout my journey, I received wonderful help and support from the mentors. My assigned mentor was extremely knowledgeable, and the actionable feedback and suggestions I received during the course demonstrated their expertise. Overall, I highly recommend Springboard and their courses to anyone looking to pursue a career in this field.Read Less",UI/UX Design Career Track,UX/UI Design +303555,11035,springboard,Mariia Pak,False,2023,I took UX/UI Design program with Springboard and it was such an amazing experience ❤️,2023-08-04,5.0,5.0,5.0,5.0,"The program was designed the way I didn't only learn skills related to UX/UI but also applied them during an internship the school provided with one of the school’s parents! The last units were all about how to prepare yourself for a job-hunting process... Read More (which was, I think, one of the most crucial part of the course! The mentors are amazing! My student advisor Janell is the best ❤️Read Less",UI/UX Design Career Track,UX/UI Design +303543,11035,springboard,Han,False,2023,I learned a lot,2023-08-04,4.7,5.0,5.0,4.0,"Overall it was a good experience, I learned all the basics and have 3 projects in my portfolio. I work full-time so it was a lot of work for me even though I did it part-time. There is too much reading I don't really can take it all the first time, but... Read More after I finished my course then I looked back, a lot of the articles started to make sense now.Read Less",UX Career Track,UX/UI Design +303504,11035,springboard,M Tariq Aziz,False,2023,Data Science Career Track,2023-08-03,5.0,5.0,5.0,5.0,"Springboard has been an enriching learning experience, with strong mentorship and a project-focused curriculum. Addressing the suggested improvements would make the program even more effective in preparing learners for successful careers in data science.... Read More The mentorship provided during my program was exceptional. My mentor was knowledgeable, approachable, and always willing to offer valuable guidance and feedback on my projects. Springboard's learning platform was user-friendly and interactive. The well-structured curriculum, assignments, and hands-on exercises made it easy to grasp complex concepts. I appreciated the emphasis on hands-on projects, especially 2-detailed capstone projects, as it allowed me to apply the concepts I learned to real-world scenarios. This practical experience was invaluable in strengthening my skills. The community aspect of Springboard was beneficial. Interacting with fellow learners and exchanging ideas in forums enhanced my understanding and provided a supportive learning environment. Overall, Springboard's Data Science career track program exceeded my expectations and I highly recommend this program to anyone looking for a career change or to enhance their skill set and to make a career in the field of data science.Read Less",Data Science Career Track,Data Science and Analytics +303438,11035,springboard,Annette G Abrantes,False,2023,UX Design Career Course,2023-08-01,4.7,5.0,5.0,4.0,Amazing!!! Highly recommend Springboard’s community. I loved my time here and the network that Springboard helped me build. My advisor was amazingggg. Malik is the reason I pushed through and he made me feel so supported throughout my course. Would recommend... Read More a to anyone in a heartbeat.Read Less,UX Career Track,UX/UI Design +303221,11035,springboard,Sarah Flora,False,2023,Good information and learning platform.,2023-07-26,3.0,3.0,4.0,2.0,"The bootcamp was definitely thorough and well planned out. The externship is a great way to get hands on experience. It took longer to complete than anticipated. It was difficult to find a mentor that was both knowledgeable and encouraging. However, student... Read More services were always helpful and supportive.Read Less",UI/UX Design Career Track,UX/UI Design +303220,11035,springboard,Sarah Flora,False,2023,Good information and learning platform.,2023-07-26,3.0,3.0,4.0,2.0,"The bootcamp was definitely thorough and well planned out. The externship is a great way to get hands on experience. It took longer to complete than anticipated. It was difficult to find a mentor that was both knowledgeable and encouraging. However, student... Read More services were always helpful and supportive.Read Less",UI/UX Design Career Track,UX/UI Design +303059,11035,springboard,Amanda Thompson,False,2023,Great bootcamp to attend,2023-07-20,5.0,5.0,5.0,5.0,"I attended Springboard's UI/UX design bootcamp. I learned so much through this program and feel confident to begin my official career change over to the design industry. The coursework was rigorous, but detailed and related everything to the real world.... Read More I enjoyed working on projects that could really make a difference for users and provide more positive experiences. They also offer a lot of support from career coaches, student advisors, mentors, and the Slack community, so the student always has someone there to connect with.Read Less",UI/UX Design Career Track,UX/UI Design +302882,11035,springboard,Anonymous,True,2023,The Springboard Experience,2023-07-14,5.0,5.0,5.0,5.0,I loved this program. They do what they can to make the learning experience as smooth as possible. The mentors are great. The support team is prompt. The curriculum is exactly what students need as their stepping stone into a good career. I have no regrets... Read More about taking this course and I highly recommend it to any beginners who want to get into the IT/Cybersecurity field.Read Less,Cyber Security Career Track,Cybersecurity +302839,11035,springboard,Lourdes Diez,False,2023,Educational and challenging,2023-07-13,4.7,5.0,4.0,5.0,Lots of exposure to projects and industry professionals. I found the material challenging but doable. The explanation and time requirements for the first capstone project and the IDP could be better. There was confusion on the IDP about our scope of work... Read More and the material to ready ahead of starting the project.Read Less,UI/UX Design Career Track,UX/UI Design +302837,11035,springboard,Karla Lowrimore,False,2023,Great learning experience with tremendous resources!,2023-07-13,5.0,5.0,5.0,5.0,I have enjoyed the Data Analysis course at Springboard and would recommend it to anyone that is looking to further their career or has a passion for learning. I have had several job offers before I have finished the course. Springboard has opened doors... Read More for me that I didn't even know existed.Read Less,Data Analytics Career Track,Data Science and Analytics +302687,11035,springboard,Garrett Hass,False,2023,Lots of help in understanding ideas and concepts to create projects that you can put on your GitHub to show companies your abilities.,2023-07-07,4.7,5.0,4.0,5.0,"I recently completed the Data Science Career Track at Springboard, and it was an incredible experience. The curriculum was comprehensive, covering various essential topics and techniques. One aspect that stood out was the opportunity to work on two capstone... Read More projects. These projects were invaluable as they allowed me to apply my newfound knowledge to real-world scenarios. The guidance and feedback provided by the mentors during the project development were instrumental in my success. I do wish they would also teach other coding languages like R. Might be helpful to learn tableau and PowerBI as many companies want data scientist to be familiar with these tools. I greatly appreciated the extensive support offered by Springboard. Not only did they provide mentorship for the technical aspects of data science, but they also had a dedicated mentor for my job search. This personalized guidance helped me navigate the job market and prepare for interviews, giving me a competitive edge. The mentors at Springboard were exceptional, offering expertise, guidance, and encouragement throughout the course. They were readily available to address any questions or concerns, fostering a supportive learning environment. Overall, the Data Science Career Track at Springboard exceeded my expectations. I acquired valuable skills, completed meaningful projects, and received outstanding support from mentors. I highly recommend this program to anyone looking to embark on a successful journey in the field of data science.Read Less",Data Science Career Track,Data Science and Analytics +302544,11035,springboard,Jordan Vecchiarelli,False,2023,"Challenging, yet rewarding self paced cyber security career track with Springboard",2023-07-03,5.0,5.0,5.0,5.0,This self paced program is ideal for the person who wants great resources and content while being able to do it at their own pace. The videos and labs were instrumental in my learning. I highly suggest Springboard Cyber Security Career Track to anyone... Read More who is thinking of making the move to this industry.Read Less,Cyber Security Career Track,Cybersecurity +302536,11035,springboard,Elizabeth Grotton Chang,False,2023,My experience!,2023-07-02,5.0,5.0,5.0,5.0,"I have thoroughly enjoyed my experience at Springboard! The curriculum content was well-structured, allowing for a gradual progression from foundational concepts to more advanced topics. The inclusion of case studies and technical projects significantly... Read More reinforced my learning experience. Additionally students gain real world experience making job placement a smoother process. The expertise of the curriculum and career mentors at Springboard was exceptional. Their deep knowledge in the field and dedication to student success shone through in their provision of timely and insightful feedback on projects. Their guidance was instrumental in overcoming challenges encountered throughout the course. Moreover, the availability of mentors round-the-clock ensured that I never remained stuck for long, as help was readily accessible. My time at Springboard has been incredibly educational, equipping me with an abundance of knowledge in UX/UI. I now feel confidently prepared to enter the real-world job market in this field. Overall, I wholeheartedly recommend Springboard to anyone seeking a top-notch learning experience in UX/UI design.Read Less",UI/UX Design Career Track,UX/UI Design +302478,11035,springboard,Lee Engelberg,False,2023,Great experience!,2023-06-29,3.7,4.0,4.0,3.0,"The course is very thorough and engaging. There are endless sources of support, and I was constantly feeling they had my back. Having strong prior Excel knowledge the beginning of the course was a bit slow, but once we dived in the more advanced SQL and... Read More Python chapters of the syllabus I gained a lot of technical knowledge that I can easily use. Overall hard work - but I learned a lot and would recommend this!Read Less",Data Analytics Career Track,Data Science and Analytics +302265,11035,springboard,Tuan Huynh,False,2023,Helpful for Career Next Step,2023-06-22,4.7,5.0,4.0,5.0,"Springboard Program helped me familiar with the industry and improve my knowledge for better opportunity in the field. The program consists of different lectures to build up the concept chapter by chapter, practice labs and project assignments to exercise... Read More the obtained knowledge.Read Less",Cyber Security Career Track,Cybersecurity +302254,11035,springboard,SRINI SHAH,False,2023,UX/UI Springboard Bootcamp Review,2023-06-22,5.0,5.0,5.0,5.0,I just graduated from Springboard bootcamp recently and was incredibly impressed by the program. I cam into the program with no design backing and left with a confidence of a new skill and the hope of being hired in the field! I had access to some of... Read More the best mentors who really pushed me to excel in my designs and always gave me constructive feedback so that I could better my skills.Read Less,UI/UX Design Career Track,UX/UI Design +302242,11035,springboard,Henry H Nguyen,False,2023,Springboard for Software Engineering,2023-06-22,5.0,5.0,5.0,5.0,"Having immersed myself in the offerings of Springboard as an aspiring software engineer, I am delighted to provide my review of this online learning platform. Springboard offers a range of courses and programs tailored to the field of software engineering.... Read More From introductory courses for beginners to specialized tracks for experienced professionals, Springboard caters to learners at various stages of their software engineering journey. One standout feature of Springboard is its mentorship-driven approach. Each student is matched with a dedicated industry mentor who provides personalized guidance and support throughout the learning process. The mentor's expertise and real-world experience prove invaluable in navigating complex concepts, addressing questions, and gaining insights into the software engineering industry. This mentorship aspect sets Springboard apart from self-paced online courses, fostering a strong sense of community and mentorship that enhances the learning experience. Springboard's curriculum is designed to impart both theoretical knowledge and practical skills required for software engineering. The courses emphasize hands-on learning through projects, assignments, and real-world simulations. This practical approach enables students to apply their learning to tangible projects, fostering a deeper understanding of software engineering principles and best practices. The platform also facilitates interaction and collaboration among students through online forums and peer feedback, creating an engaging and dynamic learning environment. One aspect that could benefit from improvement is the availability of more advanced and specialized courses within the software engineering domain. While the existing curriculum covers fundamental concepts and popular programming languages, expanding into advanced topics, such as software architecture, algorithms, or specific frameworks, would further enhance the platform's appeal to experienced software engineers seeking to deepen their knowledge. Springboard's learning platform is user-friendly and intuitive, making it easy to navigate through the course materials. The content is well-structured, with clear explanations and comprehensive resources. Additionally, the platform provides a variety of learning resources, including video lectures, reading materials, coding exercises, and quizzes, which cater to different learning styles and preferences. In summary, Springboard offers a commendable online learning experience for aspiring software engineers. The mentorship-driven approach, practical curriculum, and emphasis on hands-on learning make it an ideal choice for individuals seeking to enter or advance in the software engineering field. While there is room for further expansion into specialized topics, Springboard provides a solid foundation for acquiring the essential skills and knowledge required to succeed as a software engineer.Read Less",Software Engineering Career Track,Software Engineering +302176,11035,springboard,Jasmine J Suarez,False,2023,Great course for those with some technical experience,2023-06-20,3.7,4.0,4.0,3.0,"I enrolled in Springboard Cybersecurity bootcamp and it's a great program. It's very accelerated so I would STRONGLY suggest doing a free beginners course or a Udemy, Coursera first. I would recommend self study for a few months first and then doing the... Read More bootcamp. I thought the Lab work was very solid. The LinkedIn learning was very time consuming. If you are truly focused just put the dedication and time in. I would go with the higher end of 25 hours per week if this is your first time dealing with a technical course. Def create a time schedule and stick to it.Read Less",Cyber Security Career Track,Cybersecurity +302107,11035,springboard,Bedalinda Martínez Peguero,False,2023,Holistic experience! UX Design Career Track by Springboard,2023-06-19,5.0,5.0,5.0,5.0,"For an extensive period, I found myself in search of a course that would not only provide me with comprehensive knowledge about the UX world, but also offer a platform to implement and practice what I learned. After considerable research, I happened upon... Read More the UX Desing Career Track course by Springboard and, despite my initial skepticism about online courses, I was thoroughly impressed. Springboard provides a supportive network of mentors who maintain continuous communication throughout the course. These mentors are more than just instructors; they are guides, leading students like me to refine our abilities and navigate the sometimes daunting landscape of UX design. Additionally, Springboard also provides access to career coaches focused on professional development, an invaluable resource for anyone preparing for a job in the UX field. This level of career support is unmatched and bridges the gap between learning and employment effectively. If you're considering a course that offers a holistic UX learning experience with a balance of theory, practical implementation, mentorship, and community, this course is a brilliant choice.Read Less",UI/UX Design Career Track,UX/UI Design +302084,11035,springboard,Daniel Song,False,2023,Springboard Curriculum,2023-06-18,3.7,4.0,4.0,3.0,"This school has been an amazing resource to dip your feet into the cybersecurity space. The courses are not in a classroom setting, but a self paced video based program. At first, I could not see how this type of education would be meaning, but the videos... Read More stacked with a personal mentor to guide you has been a really great experience. I've been able to absorb the information well simply by how the lessons were working off of each other. I will admit, there are some points within the lesson where I felt it went by too quickly, but the mentors provided help to clear things up. My personal mentor, career coaches, and technical interview sessions that Springboard provides is also a huge benefit to their school.Read Less",Cyber Security Career Track,Cybersecurity +302046,11035,springboard,Anonymous,True,2023,Best decision I've ever made!,2023-06-16,4.3,5.0,4.0,4.0,"Springboard is a great program. I was in the UI/UX program with little experience. The course eases you in, and slowly adds more challenging issues as you go on. When I completed the course I had two full apps, a design sprint and an internship on my... Read More resume. I have a bachelor of fine arts but when i graduated from unnamed school there was little outreach and assistance. With Springboard, they assigned a career coach for me with regular meetings to help me accel and help me find the UX Designer position I've been dreaming of. Such a great school!Read Less",UI/UX Design Career Track,UX/UI Design +302032,11035,springboard,Gabrielle Oler,False,2023,Changed my life,2023-06-15,5.0,5.0,5.0,5.0,"This program allowed me to make a huge career change! I went from Preschool Teacher to System Administrator. Pros: - So many resources, thorough, current and useful - Good support system - Preparation for CompTIA Security+ - Lots of emphasis on networking... Read More Somewhat of a con: - The job guarantee is very rigorous and tedious. I would not sign up for it unless you are ready to work very hard!Read Less",Cyber Security Career Track,Cybersecurity +301963,11035,springboard,Mark Hansen,False,2023,Hectic but fulfilling.,2023-06-13,4.0,4.0,4.0,4.0,"Springboard armed me with the tools I need to perform diligently in the programming industry. The course load is tense, I was not as prepared as I thought I’d be for an online bootcamp. However, it was all worth it. The mentorship and career coaches are... Read More superb additions, and I always felt like I could reach out for assistance.Read Less",Software Engineering Career Track,Software Engineering +301894,11035,springboard,Lauren Heavrin,False,2023,Great Mentorship and Help,2023-06-09,5.0,5.0,5.0,5.0,"This program gives you the skills you need to succeed! The help they offer in the form of mentorship is invaluable. The career help especially has made the job search easier! The prices are high, but this pays for the course material and guidance you... Read More get.Read Less",Data Analytics Career Track,Data Science and Analytics +301881,11035,springboard,Adam Brammer,False,2023,A great experience that will continue to benefit me through the rest of my life.,2023-06-08,4.7,5.0,5.0,4.0,"The program is impressively structured, indicating that it has been well-established over a significant period. It is designed for self-paced learning and Springboard offers an easy-to-understand teaching approach. The team is always willing to assist... Read More you, ensuring that you will never be stranded. The mentorship program is an excellent feature of the program. Engaging with an experienced professional in your field of study is an ideal way to learn more about the practical aspects of the profession.Read Less",Software Engineering Career Track,Software Engineering +301857,11035,springboard,ELFEGE,False,2023,"Best pedagogy, goes deep into current technologies and framework",2023-06-07,3.7,5.0,5.0,1.0,"This bootcamp never sacrifices real understanding of how things work and still manages to provide you with up to date frameworks. I came in as a hobbyist, I came out as a professional. I was a teacher for 20 years before I switched careers. I can tell... Read More you that Colt's pedagogy is exemplary and many of my former colleagues would have a lot to learn from his way of teaching. He keeps you captivated at all times, anticipate pretty much every question you may have, and truly takes you on a journey from basics to data structures and algorithms. There's just one thing I didn't like is that they made their career track activities mandatory, at first, which was really weird because then I had to deal with mentors who have no clue on what it is to work as a software engineer and, therefore, they project needs that are sometimes unrealistic. Don't listen to what they say about networking, you'll do great if you work hard, period. Networking is for those who need to compensate for their lack of skills. Fortunately, once I found a job I was exempt from this part of the curriculum!Read Less",Software Engineering Career Track,Software Engineering +301819,11035,springboard,Jessika Maranghello,False,2023,To the point,2023-06-07,5.0,5.0,5.0,5.0,"The intro to design course is such a great foundation, with a great balance between study time and practice time. I liked the cadenced feedback with a mentor, and the oversight of goals and progress, to keep studying at the right pace. I highly recommend... Read More it!Read Less",Introduction to Design,UX/UI Design +301687,11035,springboard,Rachel Rodarte,False,2023,Great bootcamp for beginners,2023-05-31,5.0,5.0,5.0,5.0,"I'd recommend Springboard because of its unwavering support throughout my journey. I had zero experience in UX/UI design when first started, and almost a year later, I feel confident in having learned the fundamentals of great product design. My mentor,... Read More Daria, played a huge role in my growth as a designer and gave honest feedback on my portfolio. They have career coaches that will give you great tips for networking and salary negotiation when it comes time to find a job. I felt fully supported by the Springboard community, and the support center is quick in answering emails (all my emails/questions were answered in less than 24 hours). Springboard went beyond expectations by providing excellent starting points for design principles. I think the more effort you invest, the greater the rewards. It's an ideal choice for beginners seeking to pivot into the UX/UI design field.Read Less",UI/UX Design Career Track,UX/UI Design +301580,11035,springboard,Mancharee Chukitkosol,False,2023,UX/UI career track,2023-05-28,4.0,4.0,4.0,4.0,"I have positive experience taking this course. I just completed it and have not found a job yet, but i have learn a lot. It took me a year to complete the program due to my schedule and personal matters. Springboard is very flexible and allowed me to... Read More take some breaks and extend the program so I could finish it. I had a weekly call with a mentor that Springboard matched for me and she was amazing. She was the big part of me being able to complete the program. I am really grateful for her. A lot of articles and reading materials were outdated though. But I find their assignments reasonable and helpful. Overall, I recommend Springboard UX/UI career track.Read Less",UI/UX Design Career Track,UX/UI Design +301562,11035,springboard,Nathan Rice,False,2023,Great Mentorship Experience,2023-05-26,5.0,5.0,5.0,5.0,"Springboard was a great learning experience and provided a holistic approach to design both in theory and practical job preparedness. The mentorship accountability and consistency alone was worth the price of the bootcamp. With some freelance work under... Read More my belt that I was able to take on during the program, I feel confident about my portfolio, and ready to become a full time Product Designer. Thank you, Springboard!Read Less",UX Career Track,UX/UI Design +301487,11035,springboard,Ramy Ouda,False,2023,From Zero to Hero,2023-05-24,4.7,5.0,4.0,5.0,"I went into the course without any prior programming experience, and without a degree. Thanks to the help of my mentor and the encouragement of other students, I learned a lot and managed to land an internship while only half-way through the course! I... Read More would say that having an amazing mentor was the highlight of my time in thise course.Read Less",Software Engineering Foundations to Core,Software Engineering +301471,11035,springboard,Maya Jackson,False,2023,"Comprehensive, Supportive and Relevant",2023-05-24,5.0,5.0,5.0,5.0,"I enrolled in Springboard's UI/UX Design Career Track after spending a year debating which Bootcamp to attend and I couldn't be happier with my experience. I ultimately decided to attend Springboard because of their mentorship program, which pairs students... Read More with a one on one mentor who has worked in-field for at least three years. The combination of mentor support and the asynchronous curriculum worked really well for me. It allowed me to complete the curriculum on my own schedule while still having the structure and support of a professional, and having the personal mentor relationship helped so much when it came to insight into MY personal learning process. I was really impressed by the career curriculum. I had been a little weary about the career focused aspect of a bootcamp, but the material and career coaching was very in-depth and genuinely reflected the tech industry. I highly recommend Springboard both for absolute beginners and folks who have a little bit more experience coming in.Read Less",UI/UX Design Career Track,UX/UI Design +301457,11035,springboard,Anonymous,True,2023,good experience and supportive career coach,2023-05-23,5.0,5.0,5.0,5.0,"The curriculum is quite structural and all mentors/coaches are supportive, will recommend to others. The industry project is pretty good to get real world experience and deeper understanding of ux design. Students Advisors are also quite responsive, replied... Read More emails on time as always.Read Less",UI/UX Design Career Track,UX/UI Design +301251,11035,springboard,Christina Johnson,False,2023,No regrets,2023-05-17,5.0,5.0,5.0,5.0,"If you're thinking about attending a boot camp, I think you should consider putting Springboard as one of your top choices. Before making my decision I reviewed many options. I know I'm not disciplined enough to teach myself these things on my own. What... Read More I love about Springboard is they offer mentorship. I met with my mentor weekly to discuss assignments and get feedback and this was pivotal for me because it is like having an accountability partner. They are with you every step of the way. The materials are very good and easy to understand. The projected workload is accurate so you will be putting a lot of time in but it's worth it. I will now be working with a career coach and I'm excited to start working with a company and get more experience.Read Less",UI/UX Design Career Track,UX/UI Design +301209,11035,springboard,Ken Li,False,2023,Very good course,2023-05-16,5.0,5.0,5.0,5.0,"I am delighted to express my immense satisfaction with the software engineering course I have undertaken. Throughout this educational journey, I have been exposed to a diverse range of fundamental concepts, practical techniques, and real-world applications... Read More that have significantly enriched my understanding and skills in the field of software engineering. The course provided a comprehensive overview of the software development life cycle, covering crucial phases such as requirements analysis, design, implementation, testing, and maintenance. I gained a deep appreciation for the importance of clear and concise requirements gathering, which forms the foundation for successful software development projects. The emphasis on design principles and patterns equipped me with the necessary tools to create robust, scalable, and maintainable software solutions. One of the highlights of the course was the hands-on experience with various programming languages and development frameworks. This exposure enabled me to enhance my coding abilities, understand different paradigms, and effectively utilize modern tools and libraries. The practical assignments and projects allowed me to apply theoretical concepts in a real-world context, further reinforcing my understanding and problem-solving skills. Moreover, the course fostered a collaborative learning environment through group projects and team-based activities. Collaborating with my peers not only provided valuable insights into different perspectives but also enhanced my ability to work effectively in a team, an essential skill in the software engineering industry. The course also emphasized the importance of software quality assurance and testing. I gained a thorough understanding of different testing methodologies, including unit testing, integration testing, and system testing. Learning about automated testing frameworks and techniques helped me streamline the testing process and ensure the delivery of reliable and bug-free software. Furthermore, the course incorporated emerging trends and technologies in the field of software engineering, such as cloud computing, artificial intelligence, and DevOps. This exposure allowed me to stay up-to-date with the latest industry developments and prepare for the ever-evolving technological landscape. Overall, I am extremely satisfied with the software engineering course as it provided me with a strong foundation in the principles, methodologies, and tools required to excel in the field. The combination of theoretical knowledge, practical experience, and collaborative learning has not only boosted my confidence but also prepared me to tackle real-world software engineering challenges. I am confident that the skills and knowledge I have gained will prove invaluable in my future endeavors as a software engineer.Read Less",Software Engineering Career Track,Software Engineering +301170,11035,springboard,Emma Maytham Thrash,False,2023,Good experience at Springboard,2023-05-15,5.0,5.0,5.0,5.0,"I really enjoyed my time at Springboard! Pros - great mentorship, well curated course, excellent student support, job guarantee and career guidance, and great projects to get the ball rolling on my portfolio. Cons - expensive (but they do have great options... Read More for those who cannot make the entire payment upfront).Read Less",UI/UX Design Career Track,UX/UI Design +301017,11035,springboard,Anonymous,True,2023,Fantastic place to change your career,2023-05-09,5.0,5.0,5.0,5.0,"People who wants to change their career in tech without any experience. This is a place where you can get opportunity to learn from low level to high level. Understandable curriculum, good and helpful mentorship and fantastic coach where they give you... Read More a motivative advice to move forwardRead Less",Data Analytics Career Track,Data Science and Analytics +300938,11035,springboard,Brandi Cole,False,2023,Springboard UX UI Course Review,2023-05-05,3.7,4.0,3.0,4.0,"I enjoyed learning with Springboard very much. Comparative to college, it was nice to be able to go at my own pace and the price isn't terrible either. I had great support from my mentor and it was nice to get some insight on career components to see... Read More how I can improve my chances of getting a job. I do have some critiques however. While I enjoyed the curriculum and understand that it's a little older, I do find that it was in between a point of needing to be updated. My mentor would have to further explain things and how things would be a little different in ""the real world"". I would really enjoy some career coaches that our more familiar with the particular fields we're going into instead of being general career coaches. It's hard to explain how to incorporate tools of the trade if you don't know the trade. Lastly, I really hope Springboard improves the background checks with the companies it partners with for the IDP project. My team had a rather difficult company to work for that was not very open to working with us and it is hard to say that I really learned real world situations from that project other than dealing with difficult clients.Read Less",UI/UX Design Career Track,UX/UI Design +300846,11035,springboard,Anonymous,True,2023,Satisfied,2023-05-03,3.5,4.0,3.0,0.0,"Springboard was great and showed the basic foundation of UX design. However, I still had to do my own research on some of the topics for a more in-depth understanding of the concepts. UI design and how to use Figma is almost nonexistent, but there are... Read More a lot of resources on Youtube. My mentor was the most helpful and the most important resource Springboard offered. Overall, it was a good experience, especially, while having a full-time job.Read Less",UI/UX Design Career Track,UX/UI Design +300817,11035,springboard,Arturo Santos Rodriguez,False,2023,Pathetic!,2023-05-02,1.0,1.0,1.0,1.0,"Lousy, to this day I have not had a single Data Analytics class, they tell me that they are going to change the instructor, and they never do, there is no feedback of activities, there is no follow up, I am about to finish the course and I am totally... Read More disappointed, a course at UDEMY costs much less and it is the same, only recorded classes and lousy customer service.Read Less",Business Analytics,Data Science and Analytics +300764,11035,springboard,Steven Rahn,False,2023,Great experience with UX course,2023-05-01,5.0,5.0,5.0,5.0,"As someone going through a career transition, I was very satisfied with my experience in this program because of its well-designed curriculum and weekly mentor meetings. What distinguished this program from other bootcamps I researched was the month-long... Read More internship at the end of the course, where you complete a project for a client in a real-world setting. On top of the one-on-one mentorship for completing assignments and projects, you are also given a ton of support from career coaches that help you practice everything from resume writing to job interviews. The career coaching even remains available to you for six months after you complete the course! Overall, I'm extremely glad I took this course because of how many resources were made available to me.Read Less",UX Career Track,UX/UI Design +300721,11035,springboard,Rowena Elias,False,2023,"Great case studies, great support from Springboard community!",2023-04-28,5.0,5.0,5.0,0.0,"I like the case studies in Springboard's Data Analytics Bootcamp curriculum as they really enable me to practice what I have been learning throughout the course. When faced with challenging questions, I find the Slack community as a very helpful resource.... Read More More often than not, other students had the same questions that I had, and therefore found helpful insights from other students and Springboard mentors/advisors alike. Not to mention that my mentor provides useful feedback and guidance on capstone projects.Read Less",Data Analytics Bootcamp,Unknown +300704,11035,springboard,Nahin Khan,False,2023,Springboard was fantastic !,2023-04-27,5.0,5.0,5.0,5.0,"I decided to join Springboard in order to facilitate my career transition into cyber security. I came in without much technical knowledge and left with the foundational knowledge, skills and confidence needed to grow and thrive in the field of cyber security.... Read More Springboard strategically put together a diverse curriculum that exposes students to the many different facets of cyber security. The curriculum contains videos, labs and projects and students are paired with a mentor which they meet with once per week. The mentors, career coaches , administrative and support staff are all amazing and pleasant to deal with. Students meet with career coaches periodically throughout the program and also have access to them for 6 months after graduation. All the career coaches I have met with were amazing. The job guarantee support is good from what I hear, however I did not sign up for the guarantee option so I can only speak so much on it. I will say, that as a non job guarantee student , the job support and career resources have been fantastic. This program is entirely online, offering students flexibility if they have other obligations in their personal and professional lives. If you are looking for an in person experience, you may have to consider something else. What you get out of this program is what you put in so try to get the most out of all the resources Springboard makes available to its students. Some things that helped me were taking good notes and asking the mentors and career coaches lots of questions. Springboard also hosts weekly office hours giving you another opportunity to ask any questions you may have. Before you sign up for a bootcamp, I always recommend doing thorough research into the field you are interested in. Bootcamps can be challenging , so if you aren't sure about the field , you may find it hard to keep your motivation up. Overall I had a pleasure attending SpringBoards bootcamp for cyber security and highly recommend this program !Read Less",Cyber Security Career Track,Cybersecurity +300680,11035,springboard,Mary Anne Baker,False,2022,Springboard Bootcamp Graduate Experience,2023-04-27,4.3,5.0,4.0,4.0,"Overall, my experience with Springboard was very positive. The mentorship provided was especially helpful in guiding me through the bootcamp, as I had little knowledge before joining. However, I did find that some of the articles provided were out of... Read More date, which could be frustrating at times. Nonetheless, the program was extremely helpful for someone like me who was transitioning from another industry into tech. I feel much more confident in my skills now and would definitely recommend Springboard to others looking to do the same.Read Less",UI/UX Design Career Track,UX/UI Design +300677,11035,springboard,Tyler Howarth,False,2023,"Amazing program from the material, mentorship, community collaboration, and projects.",2023-04-27,5.0,5.0,5.0,5.0,"Pros: - Material is excellent. You go through so many different areas that you would need to be a Data Analyst, Business analyst, BI Analyst, Operations Analyst, etc. - Great online support (office hours, Slack channels, mentorship) - Career coach is... Read More top notch - I literally got a job offer before half of the class was complete Cons: - I can't think of any cons other than it is not for people who are not at least a little self motivated.Read Less",Data Analytics Career Track,Data Science and Analytics +300676,11035,springboard,Anita Durg,False,2023,It was a wonderful experience with Springboard,2023-04-27,5.0,5.0,5.0,5.0,The entire Springboard team is very supportive with great mentors. Their teaching material is very nice. Learned a lot. The curriculum is well structured. The guided capstones give a very solid foundation which enables us to do the independent capstones... Read More confidently.Read Less,Data Science Career Track,Data Science and Analytics +300606,11035,springboard,Winnie Chen,False,2023,"Well- organized, wonderful 1 on 1 mentor",2023-04-25,4.0,4.0,4.0,4.0,"Pro: Great layout of the course material. 1 on 1 mentorship, resources are available. Con: with remote courses less interaction, networking is hard, and some things are informed last minute. Incorporate resources that are not available online already.... Read MoreRead Less",UX Career Track,UX/UI Design +300581,11035,springboard,Christian Lawler,False,2022,Cyber Security Bootcamp,2023-04-24,1.3,1.0,2.0,1.0,"I have completed the Springboard Cybersecurity bootcamp and gotten my CompTIA Security + certification. I was part of the March 2022 cohort and completed my bootcamp on October 16 2022. I completed my Job Guarantee period (6 months) without receiving... Read More any offers and got a full refund from the program. Executive Summary: I would NOT recommend this bootcamp to anyone. After not being able to get a Cybersecurity job my Career coach advised me to look at Help Desk potions. The bootcamp does not give you the skills required by help desk positions. (Also, I did not take a Cybersecurity bootcamp so that I could work at a help desk.) The material you are given is not unique to Springboard. The technical material is LinkedIn learning videos that can be accessed for $30 a month with a LinkedIn Premium membership. The instructions for the mini-projects are vague and incomplete. The mentors are not well screened. I was ghosted by 2 mentors in my first week. It also seems like they are also not given all the material necessary to properly help students through the course. I do not believe that the material presented in this bootcamp alone would prepare you to take and pass the CompTIA Security plus exam. About me: I have a bachelors in Electrical Engineering from Cal Poly SLO. I have worked at Lockheed Martin for almost 7 years as a Systems Engineer. I worked as a Customer Support Engineer for Orbotech for 6 months. I have been a stay at home dad since 7/2015. During that time I also completed the Intro to Programming Nanodegree from Udacity. Decision to join Springboard: I made the decision to take the Springboard bootcamp because on previous attempts to get back into the work force employers saw my career gap as a negative. I wanted to put something recent on my resume and show employers that I was still able to work/learn. I had been reading a lot in the news about cyber attacks and how they had become more frequent and how there was a shortage of cybersecurity professionals. Cybersecurity seemed like a good area to go into since already had a technical background. I thought taking the bootcamp and getting my CompTIA Security + certificate would allow to get a job without having to go back to square one in my career, like going back to taking a help desk job. To join the boot camp I did an intake interview. During the interview I talked to an admission person and explained to him why was joining the bootcamp. He talked to me about the program and what to expect. The main reasons for choosing the springboard bootcamp over other bootcamps were: Its significantly cheaper than other bootcamps. Offers a job guarantee. If I don’t get a job in 6 months after completing I get my money back. None of the other boptcamps I looked at had this. One on One mentorship. Was suppose to be focused more on blue team (defense) then red team (hacking). It was done through Self paced online learning. Job hunting after the bootcamp: I will get back to the bootcamp in just a minute. After completing the bootcamp successfully and getting my CompTIA Security plus certificate I started the job hunting process around 10/16/2022. After 6 months and applying to over 140 jobs (some were more EE oriented but the vast majority were cybersecurity) I have had no offers. I have had multyiple interviews with recruiters and a few interviews with hiring managers but. The reason for this seems to be that the industry believes that Cybersecurity is not an entry level job. In order to get an “entry level” job in cybersecurity you need years of experience in IT. This is what is being told to me by recruiters, cyber security professionals that I talk to, and is being said all over LinkedIn posts. I talked to my career counselor about this and she suggested I start looking at IT support roles or Help desk positions and that I should my salary expectations 50-60K a year. When I looked at Help desk positions the pay is closer to 40K a year with no benefits. So I tried applying for IT roles and I got one interview. During the interview the person told me I was not what they were looking for, they wanted someone with more IT experience and that IT was not an entry level position. The skills they are looking for were windows troubleshooting, macOS troubleshooting, linux troubleshooting, what to do if one computer on your network can not see a network printer but all the other can. These are not skills covered in the Springboard Cybersecurity Bootcamp. After I talked to my Career counselor I talked to a Senior Career Service Manager about my experience. \ The Manager also tried to say that the change could be due to the changing job market. But I talked to someone else (the week of 1/16/2023) that just did her intake interview and she was also told that she would be able to get a Cybersecurity Engineering position. This person was told that IT positions and Help desk positions were not qualifying positions for the job guarantee and therefore she would not be advised to apply to these roles. This is the exact opposite of what I am experiencing in the job search. The manager also told me that perhaps the person doing my intake interview did not understand that I was making a career transition which would affect my earning potential. However I talked to another springboard student who was transition from being a hairdresser to cybersecurity and she was also told that she would be able to earn between 90-130K after the bootcamp. So while the manager tried to give me lots of different reasons for why the information given to me during the intake interview did not match what I am experiencing during the job hunt, none of them really held any water. I have also not seen any materialization of these “industry partnerships” that were discussed during both the intake interview and the course. They have a partnership with a job board “Power to Fly” but when I look for cybersecurity jobs there I find nothing. And also, it is just another job board, nothing really special about it. I filled out Springboards “Employer Partnership On boarding Form”, have not heard anything from that. I get a monthly newsletter about jobs and the last one had 1 cybersecurity job listed on it, but like the ones I find myself it required years of experience. I asked the Senior Manager of the Careers department about this. She told me that it’s been really hard and slow to develop industry partnerships within cybersecurity. Well if they have not been able to build these industry partnerships then they should not be advertising them during the intake interview or the course work. I also talked with another Senior Manager at Career Services and the conversation went pretty much the same. I also talked with a Senior Director of Admissions at Springboard. He semed to loisted to me more then the previous people. He said he would take my feedback and share it with his team but no immediate help for me. The boot camp: The Point system and Time estimates: Since the bootcamp is self paced all the material is done via online videos. Almost all the videos are LinkedIn learning videos. You can get access to LinkedIn learning for $30 a month. For sixth months (the amount of time the bootcamp is suppose to take) that would be $180. If you pay for the bootcamp all up front, one of the cheapest ways if not the cheapest way, its $9900. Springboard does not provide extra notes, or enrichment material for these videos. It’s just a link that takes you to LinkedIn and plays the video. The boot camp assigns point to all the assignments that you are suppose to complete. In order to finish the bootcamp in 6 months they recommend you complete about 400 point a week. They advertise that this should take 13-20 hours a week. I talked to several students who were enrolled at the same time as me and none of them finished in six months. I also took longer than six months to complete. The problem with this is that there time estimates that are shown per video are wrong. For example in Section 5.1 they say the time is between 3 hours 15 minutes and 4.5 hours. This broken down into 2 hours 55 minutes to 4 hours to watch the course and 20-30 minutes to take notes. The total runtime of the video is 3 hours and 20 minutes. How do you watch a 3 hour 20 minute video in 2 hours and 55 minutes? If the total runtime of the video is 3 hours 20 minutes then the minimum amount of time for the exercise should be 3 hours 20 minutes. This section is even worse because there were multiple exercises, quizzes, a test, and extra documentation to read with this video. If you do all of the exercises in the video and the quizzes and the test I would estimate this section taking 8.5 hours. I remember there was another section where springboards max time estimate was 30 mins short of the runtime of the LinkedIn learning video. Almost all the sections have this problem, where the minimum time that springboard estimates is less than the run time of the video. Most are only 5-10 minutes but it starts to add up over the course of the entire bootcamp. And these times are how they calculate the points for each video and therefore effects the time it takes to get your 400 points per week. When you gain access to springboards course there will be a timeline shown and it will break down which sections you should be completing each week. But this timeline does not align with the 400 points per week. There was one week where the timeline said I should only complete 230points. These might not seem like major errors but when you pay $9900 for a course I would expect it to not have this many simple errors, I mean how hard it to make sure the time listed on your course matches the time given by LinkedIn? Mini Projects: Another element to the course is what they call “mini-projects”. These mini-projects can be anything from reading an article and answering a coupled of questions about it to writing a script in python or pearl. Often times the instructions to these mini-projects were ambiguous. Here is some feedback I gave to Springboard about Mini Project 8 and 9: In the video Project Management Foundations the presenter kept saying we would get all the specific information that we would need for the documentation from the Key Stake holders. So obviously we do not have actual stake holders we can sit down with and pick their brains for information. So I would have expected to have more details about the project in information pack given. But no, the information given was very limited. For example, mini project 8 the project was to “install wifi” for a hair salon. Well the first question is, what does “install wifi” mean. Does it mean just install a wifi router, does she need an ISP with wifi, does she want the “social wifi” talked about in the links provided in the document? I decided to go with the most literal interpretation which is to install a wifi router. This however seems to make the project ridiculously simple and not worth the effort of going through project management process. I mean in the real world her ISP would probably provide her with a wifi router as part of her monthly subscription, mine does. So maybe more realistic project would be better. I see it says that some of the information was left out on purpose to make exercise what we learned but the project definition should not be some of the information that is left out. Mini-project 9 suffers from some of the same problems as mini-project 8. Lack of definition, lack of information that would come form the stake holders. But there is more, the information in the packet provided is contradictory. In the objectives it says you want to deploy Windows 10 by January 2020 but then in the timeline you don’t even start work tell second quarter 2021. Also the roadmap delivery timeline indicates that work will go from Q2 2021 to Q1 2022, so less then a year. But in the Phase one Recommendations you have a task that is going to take 800-1600 days (2.2-4.4 years), so how do those work out? In the videos we watched it indicated that when you had problems like these you went to your stake holders and talked about it and got clarification or came up with a solution, but we have no stake holders to go to. I looked for help on slack and what I found was “make it up to fit”. That’s what I did and it work but if you are giving us a project to learn project management why make it more difficult and frustrating by not providing all the information or providing contradictory information? Why not give us clear information so we can understand what we are doing better and get a better experience? In another mini-project we are suppose to write a Pearl script. Just before the project there is video go over how to write scripts in Pearl. Just so you know, the bootcamp says you do not need any previous coding experience to complete the bootcamp. The video goes over how to download pearl to your computer and set up your Integrated development environment (IDE). Since I know I will need to write a pearl script after watching the video I try and follow the steps in the video. However the steps in the video do not work because the websites referenced in the video have changed (the video is from 2016). I go to the springboard slack channel and find other students have had the same problem and they have posted a work around. A representative form springboard responded to posts about the problem (they did not give a solution) and the solutions the students posted. These posts were already 6 months old at the time. This means Springboard new about the problem, knew what the solution was, and yet did not update the course material for at least six months. All they had to do was write up the steps given in slack into a document and post the document under this section on the website. For a competent web designer this should have only taken a few hours at most. In another mini-project they asked us to setup a phishing campaign using the GoPish software. This was one part of mini-project and the total time for the mini-project was estimated to be around 4 hours I believe. There were several problems for this mini-project. They did not provide us with detailed instructions on how to make GoPish work; just the tutorial the website provides which is not great. I was not able to get it to work properly but submitted the steps that I believed would make it work. When I talked to my mentor about it he said that the first time he used GoPhish it took him several days to get it to work properly. How can springboard expect students who are not cyber security experts to make this work in a couple hours when it takes experienced Cybersecurity personal a couple days to get it setup right? I have previously provided this feedback to Springbaord and the response I get is them saying that they have flagged the feedback for review and are considering making changes. I also remember reading on the slack a Springboard representative saying they leave the instructions somewhat ambiguous on purpose to allow the students to figure out their own solutions. But if you read what the students are posting on the Slack channel what is actually happening is that the students are being confused and getting frustrated by the lack of clear direction. Labs: Part of the Springboard course is doing labs. For these labs they have contracted with a company called Infosec learning. You log into the webpage and its sets up a virtual environment for you to conduct your lab. The main problem I have with these labs are that the instructions are so dumbed down that you do not have to think to complete the lab and therefore I think the information retention form them is minimal. For example the instructions don’t say “close the window” they say “close the window by clicking on the red x in the upper right hand corner.” They don’t say “search for term xyz” they say “Type xyz into the search field and then use the cursor to click on the arrow at the right of the search field to conduct the search”. Those might not be the exact instruction they give but you get the idea. This is how you give instructions to people who are not familiar with the basics of using a computer not to people who are taking an online bootcamp. This might seem minor but if you are familiar with how to use computers and have to slog through reading pages of instruction like this it becomes boring and detracts from the learning experience. Mentors: Part of the Springboard bootcamp is that you have 1 on 1 meetings with a mentor every week. The mentors are people who work in the industry and are supposed to answer your questions about the course material or the projects or just about the industry in general. When I joined I was setup to have my first mentor meeting on Wednesday of the first week. The mentor did not show for the meeting. I let Springboard know, they set me up with a second mentor for Friday. The second mentor did not show. I was then set up with a third mentor who did show up to the meeting. I never found out why the first two mentors did not show. I went on the Springboard Slack channel and asked if other people were having this problem. While no one else had two mentors ghost them, I do remember people saying that they had mentors show up late, were in rush to leave, or just did not seem that good at explaining cybersecurity. It seems like Springboard needs to revise their screening for their mentors. Another feature of the Bootcamp is On demand mentors. If you have a question in between your regularly scheduled mentor meetings you can schedule a meeting with an on demand mentor. I had a problem with one of the mini-projects because the instructions were incomplete so I scheduled an on demand mentor. The problem I was having was I did not understand what value they wanted me to put in a column of a spreadsheet. I asked my on demand mentor what I was suppose to put in this column and his answer was something like “That’s a good question, I don’t know.” How can he not know, part of his job is to help students with projects. If he had students assigned to him he would be grading these projects. Shouldn’t Springboard have given him templates of what the finished projects look like so he knows how to grade them and answer these questions? Another thing that I saw was mentors on the same slack channel as the students, asking for guidance or examples on how to grade the mini-projects because they did not know the answers. I would think there would be some kind of on boarding for the mentors where springboard takes them through the mini-projects and what is expected in each one. Or at the very least would provide them with examples to compare to. I would also think the mentors should have their own slack channel so that they can communicate without the students seeing it. After all you don’t want them answering each other question and showing the answer to the students on the slack channel.Read Less",Cyber Security Career Track,Cybersecurity +300324,11035,springboard,Nathan Ealy,False,2023,Springboard is a solid program,2023-04-17,4.0,4.0,4.0,4.0,"All in all, I feel like I gained a good foundation in Data Analytics by the end of the program. It was very nice to have a professional mentor to meet with every week. It was good accountability to stay on track, and it also helped me to comprehend how... Read More the material I'm learning is applicable in the workforce. I wish I would have acquired a stronger foundation in the technical skills, namely SQL and Python, however, those skills are not focal points in this program. You get out what you put in, so my advice would be to come up with questions and content to discuss during the mentor calls so that time is not wasted.Read Less",Data Analytics Career Track,Data Science and Analytics +300269,11035,springboard,Rebekah Harb,False,2023,It's What You Make of It,2023-04-15,3.7,5.0,3.0,3.0,"Overall, I would say I had a good experience. The market is really tough right now and the industry is really over-saturated, but I enjoyed the coursework, and I had an outstanding mentor who gave me really candid and thoughtful feedback on my designs.... Read More If you decide to take the course, but get assigned to a mentor who just ""okays"" all of your stuff and doesn't give you rigorous feedback: push back and ask for more robust feedback, or get a different mentor because the mentor is the #1 most helpful part of the course. Pros: - Dedicated mentor that can guide you and provide critical feedback - Job guarantee - Career coach calls - Industry Design Project (IDP) to give you real-world experience Cons: - No live instruction - A lot of the curriculum is just links to online articles (like medium) that you could ostensibly self-study. - ExpensiveRead Less",UI/UX Design Career Track,UX/UI Design +300265,11035,springboard,Jeff Lueck,False,2023,Good Bootcamp all-around,2023-04-15,4.7,5.0,5.0,4.0,I have been in the emergency response industry for 20+ years. I always also had the desire to learn how to build the types of programs that I use every day. This course was great in taking you at a good pace to learn how to do this from the ground up.... Read MoreRead Less,Software Engineering Career Track,Software Engineering +300160,11035,springboard,Prakesh Sindhuliya,False,2023,"Well organized curriculum, great mentors",2023-04-12,5.0,5.0,5.0,5.0,"I found the Springboard curriculum to be well organized and its self paced too. I could easily manage study time in between my work days. Student support, career support, weekly mentor calls, office hours, on-demand 1:1 mentor calls have been great. Course... Read More materials, Capstone projects and Industry Design Project let me prepare for my career in UI/UX Design.Read Less",UI/UX Design Career Track,UX/UI Design +300091,11035,springboard,Caitlin Taylor,False,2023,Awesome!,2023-04-10,5.0,5.0,5.0,5.0,"Springboard is a GREAT program! The guidance & mentors are amazing, they are quick to help with any concerns or questions you have. The curriculum was so informative and they went above & beyond with lessons and making sure students are understanding.... Read More I feel very confident using my education from Springboard in the real world!Read Less",UI/UX Design Career Track,UX/UI Design +300054,11035,springboard,Andrew Chang,False,2023,Good choice!,2023-04-08,4.7,5.0,5.0,4.0,"As a postdoc looking to transition from academia to industry, I came across Springboard's data science program and decided to give it a try. I was impressed with the program's career training, which not only taught me data science but also prepared me... Read More for a career in the field. The program provided me with the necessary tools to build a portfolio of projects, practice mock interviews, and get my resume reviewed. The program's curriculum is comprehensive and well-structured, covering topics such as data analysis, machine learning, statistical inference, and data visualization. The self-paced nature of the program allowed me to work at my own pace and take as much time as I needed to understand the material fully, and having a mentor to guide me throughout the program was incredibly beneficial. Overall, I highly recommend Springboard's data science program for postdocs looking to transition from academia to industry.Read Less",Data Science Career Track,Data Science and Analytics +300046,11035,springboard,Rachael Kool,False,2023,Love my experience at Springboard!,2023-04-07,5.0,5.0,5.0,5.0,"Pro- great instructional videos that are easy to follow, great to have a mentor, excellent support services, self paced is super nice, ability to take pauses if other things going on outside of the course, lifetime access to course materials Cons- full... Read More time commitment in my opinion, would be really difficult to work while doing itRead Less",Software Engineering Career Track,Software Engineering +299998,11035,springboard,Elyorbek Khudaybergenov,False,2023,"Great Curriculum, awesome mentors and good career services",2023-04-06,4.0,4.0,4.0,4.0,"Springboard has a robust curriculum with industry expert mentor support and career services. It helps to have a little bit of IT and basic Web development knowledge prior to starting this course. Prepare to immerse yourself in the world of full-stack... Read More development, networking, resume building, behavioral interview preparation, data structures and algorithms and coding interviews. You will work on 2 Capstone projects in 2 different stacks: Flask / PostgreSQL / Jinja2 for first project and then Express / React / PostgreSQL or MongoDB. You will learn how to build applications and deploy them online to a service like Heroku. The curriculum could use a refresher for 2023 as it was originally created before 2020 looks like. But it gives you a good foundational knowledge nonetheless.Read Less",Software Engineering Career Track,Software Engineering +299943,11035,springboard,Evan Zhang,False,2023,"Amazing, learned a lot.",2023-04-04,5.0,5.0,5.0,5.0,This program was really helpful for anyone beginning a career change! The overall support from mentors and other advisors was greatly appreciated. There was a lot of great projects and content for those who are trying to learn how the design processes.... Read More I would highly recommend to anyone.Read Less,UI/UX Design Career Track,UX/UI Design +299862,11035,springboard,Matt Gargiulo,False,2023,Reviewing Springboards Data Science Boot Camp,2023-04-01,4.3,4.0,5.0,4.0,Pros: - I learned a ton (I am doing a career change and I feel comfortable applying to data science jobs!) -The format is fantastic (throw you in the deep end and slowly reel you in) -Career team is great- you can tell they really want you to succeed... Read More Cons: -I felt like I was alone most of the time. -Some of the exercises were out dated. -Expensive. -you still have to find a job yourself. There is no job fair or connection with companies that come and hear final presentations that other boot camps have.Read Less,Data Science Career Track,Data Science and Analytics +299857,11035,springboard,JOHN PASCHALL WAND,False,2023,"It's a lot to take in, in a short amount of time, but it's all worth it in the end!",2023-04-01,4.7,5.0,4.0,5.0,"This program is pretty intense and you have to keep yourself on a pretty good routine to stay up with the lectures and projects. The student community, advising, mentorship and career coaching were great. Being new to all this, it was nice knowing there... Read More was always somewhere to turn when I had questions about any aspect of the program. If you are serious about learning a new skill or making a career change, this is a great way to get there!Read Less",Cyber Security Career Track,Cybersecurity +299668,11035,springboard,Rehan Ahmad,False,2023,A comprehensive and valuable investment for career advancement,2023-03-28,4.3,4.0,5.0,4.0,"As a highly satisfied customer of Springboard's Data Analytics Bootcamp, I can confidently say that this program has exceeded my expectations. The comprehensive curriculum covers all the essential skills needed to become a successful data analyst, and... Read More the one-to-one mentorship program has been an invaluable resource for me to get personalized feedback on my projects. While the cost of the program is relatively high, the career support provided, including resume review, interview preparation, and job search assistance, makes it well worth the investment. Additionally, the job guarantee program provides assurance that I will secure a job in data analytics within six months of completing the program. Although the Bootcamp is self-paced, I appreciated the flexibility to manage my own time and schedule. The only downside is the limited networking opportunities, but the program's quality more than makes up for it. Overall, I highly recommend Springboard's Data Analytics Bootcamp to anyone looking to break into the field or advance their career in data analytics.Read Less",Data Analytics Career Track,Data Science and Analytics +299642,11035,springboard,Stephanie Mackin,False,2023,Comprehensive and Fulfilling.,2023-03-28,4.7,5.0,5.0,4.0,"Springboard was a great boot camp to learn coding for a beginner. The support and community that is offered makes a huge difference, it made me feel like I was not alone and I had a lot of resources to use and lean on. I felt the material was easy to... Read More understand for a beginner level and the projects, although challenging, were doable. I loved this course and I would recommend to others to use Springboard!Read Less",Software Engineering Career Track,Software Engineering +299429,11035,springboard,Lucy Paul,False,2023,Springboard was a wonderful learning experience at your own pace.,2023-03-22,5.0,5.0,5.0,5.0,"Springboard taught me all aspects of ux/ui design with hands on projects, it also offers unlimited mentor time with both career coaches and design professionals. You get to set your own pace but the curriculum walks you through the process with articles,... Read More videos and projects that you submit for grading.Read Less",UI/UX Design Career Track,UX/UI Design +299405,11035,springboard,Talia Chakraborty,False,2023,A top notch program for self-driven learners,2023-03-21,4.7,5.0,4.0,5.0,"Springboard is an excellently curated program for people who are motivated enough to learn independently. It's true that a lot of the material can be found for free online, but there's so much information online that it would be hard to curate only high... Read More quality materials as they have. There was one part of the course that was a learn along video mini course, and there were a few challenges like this as well. I wish they would incorporate more of those, as most of the material is article reading. If you're a distracted reader, this can be a challenging, frustrating way to learn. But they are also really great about making you practice the new things you learn, so you're actively doing UX/UI work from very early on instead of just consuming information. My mentor was incredible and helped me grow tremendously. The career coaches are great too, and my internship was such an impactful thing for my career. I learned a ton and really felt like I was working in the field - collaborating with other UX researchers and presenting to stakeholders. I would definitely recommend this course to people who are diligent and can manage a self-paced, independent curriculum. I would have liked it more if there had been more collaboration with other students peppered throughout the course, instead of just at the end. And of course having professors would be ideal. But all in all, I felt the content I learned was top of the line, relevant, up to date information that left me with a competitive edge for my new career. I'm very happy with what I got out of it and felt the material was very in-depth, just as I had hoped.Read Less",UI/UX Design Career Track,UX/UI Design +299356,11035,springboard,Kelly,False,2022,Awful,2023-03-20,1.0,1.0,1.0,1.0,"Do not waste to time or money. This is just a completion of LinkedIn learning courses. You can access this without their ridiculous tuition. There is very little Community support, and almost no original content made. Complete waste of time, if you don’t... Read More have a background in this field already.Read Less",Cyber Security Career Track,Cybersecurity +299231,11035,springboard,Nihar Shah,False,2023,Springboard Data Analyst Career Track,2023-03-16,5.0,5.0,5.0,0.0,"The data analyst career track program at Springboard was a great experience. The exercises and projects provide meaningful experience of applying the skills learned into real world examples. The weekly mentor calls are great for asking questions and staying... Read More on track during the program. Mentors not only provide help with projects, but provide life examples of when the training will be used, how to get better, and the importance of understanding the material. My mentor was one I came to trust and go to for help with all things data analyst related, even when not directly related to what we were working on in the course. The community of fellow students and peer mentors provide great help in-between mentor calls and with weekly assignments. From Excel to SQL, Python to Tableau... Things I had 0 experience with before... I now feel confident in that I can not only apply to my day to day job, but also that I can apply to data analyst positions.Read Less",Data Analytics Career Track,Data Science and Analytics +299218,11035,springboard,Reenu Dhanda,False,2023,It was the career changing experience,2023-03-15,5.0,5.0,5.0,5.0,"Springboard UI/UX design track was a very fulfilling and mind-blowing experience. I started this course to have a career change, and It provided me with so much in-depth information to be successful in this career. I started without experience creating... Read More a beautiful portfolio with four different case studies. I finished this course in a year more than it says in the course. The course provides multiple pauses and breaks if you feel overwhelmed and have family emergencies. I took breaks and paused whenever I felt I needed a break. It provides support throughout my course with mentors, career coach calls, advisor calls, and even provide office hours. My mentor helped me with all my design problems and was there for me when I was stuck. My advisor was my support system for my mental health. She helped me create tools for me to build healthy habits and time-management skills. It was a wonderful experience and Literally changed my life.Read Less",UI/UX Design Career Track,UX/UI Design +299204,11035,springboard,Neda Jafarzadeh,False,2023,help me land my dream job,2023-03-15,5.0,5.0,5.0,5.0,This program is great .Springboard give me self confident and they prepared me for getting my first job as a data analyst. They taught me lots of skills to succeed. I've improved my skill and I highly recommend Springboard. they care of you and help you... Read More in this way.student support team are extremely professional and supportive.Read Less,Data Analytics Career Track,Data Science and Analytics +299162,11035,springboard,Marlo Lawrence,False,2023,Amazingly thorough and professional’,2023-03-15,5.0,5.0,5.0,5.0,"As a person changing careers, I felt the instructors taught me everything I needed to start in the field and supported me the whole way! I highly recommend Springboard. The mentors, hiring managers and career services team are amazing. They explain your... Read More errors in a kind way and don’t just give feedback to appease you. They care!Read Less",UI/UX Design Career Track,UX/UI Design +299085,11035,springboard,Maya Mohan,False,2023,Great career transition!,2023-03-14,4.7,5.0,5.0,4.0,"Very thorough curriculum, consistent mentorship, and great career support... Would highly recommend for people transitioning in their career! Lead us through the curriculum and process very methodically. Would have appreciated more career leads/partnerships... Read More with SpringboardRead Less",Data Analytics Career Track,Data Science and Analytics +299064,11035,springboard,sara saberi,False,2023,Positive Experience,2023-03-13,4.7,5.0,4.0,5.0,"Definitely had a positive experience with this boot camp. My mentor, career coaches, and student support team are extremely professional and supportive. Students are all talented and I worked with some real talents on the internship project. My only wish... Read More is for the curriculum to be more specific and up to date as the technology is growing too fast.Read Less",UX Career Track,UX/UI Design +298981,11035,springboard,Danielle Medeiros,False,2023,Springboard was a great fit for my learning style,2023-03-10,5.0,5.0,5.0,5.0,"Deciding factors for choosing Springboard: - After trying to map out my learning journey, I was very overwhelmed and decided a bootcamp would provide the structure I needed to have a well-rounded base education. - I knew I needed a bootcamp with flexibility.... Read More Prior to joining, and throughout the course, I was working through the burn out of my previous career, and needed to also work on my personal and mental health. The in person / virtual bootcamps I looked into had very demanding schedules, which I didn’t feel would allow me the time to absorb the information as well. This was also confirmed after speaking with students in those programs. - Prior to my decision to join a bootcamp, I had been studying from Colt’s videos, and enjoyed his teaching style. - Having career support was a huge bonus, as this is something I knew I needed additional help with, and was not something I saw in other programs. - Having the job guarantee was a nice bonus safety net, and was something that would keep me accountable. Other things to note after completing the course: - While completing assignments/projects on my own, my peers in other programs were completing similar projects as a team. I think I learned more by completing the assignments on my own, but I do feel I missed out on the group work experience. This being said, I think there were opportunities to fill this gap, if I participated more in the Slack community. I lean more towards the introverted side, so I tended to prioritize learning on my own instead of being proactive in these conversations. - The Springboard Support staff (relating to all things outside the curriculum) was always very helpful and responsive. - The Career staff provided great support. Being able to speak candidly with recruiting experts greatly boosted my confidence. Also speaking with these experts reduced a lot of the informaiton overload from searching the internet. - Breaks and Pauses were extremely beneficial in allowing me to successfully complete the course. - In my experience I found the Peer Mentors in the Slack community to be more helpful than working with the on-demand mentors for assignment questions. What I would change if I were to do it again: - Coming into the program with little experience I wish I had planned for the course to take the full 9+ months. Many materials required additional research outside the course, multiple views of the videos, and additional time completing the exercises. - Participated more in the Slack community. - Having 1:1 meetings with a mentor in the professional community (separate from the Peer mentors, and on-demand mentors) was a great learning opportunity, although I feel I did not utilize the experience enough. Looking back, I wish I had spent more time developing this relationship and put more focus towards practicing technical interviews.Read Less",Software Engineering Career Track,Software Engineering +298978,11035,springboard,Alexandra Schoenberg,False,2023,Self-reliant success,2023-03-10,5.0,5.0,5.0,5.0,"This program is great - comprehensive, thorough, logical, and well-designed. If you are able to be self-motivated and manage your own milestones/progress/education, you can gain a ton. They will definitely not be micromanaging you at any point, so it's... Read More something to be aware of if you work better with more oversight. I found that support and guidance was available when needed, but that ultimately I had to answer most of my own questions for myself (which is a good learning experience, in the end!). I feel ready to do well in a data scientist role.Read Less",Data Science Career Track,Data Science and Analytics +298760,11035,springboard,Katin Lind,False,2023,Expertly designed curriculum,2023-03-06,5.0,5.0,5.0,5.0,"The focus on self-paced projects not only leaves you with a strong portfolio but helped me learn in an integrated manner so that I feel I truly understand core concepts in the field of data science. Some frustrating glitches with curriculum access along... Read More the way, but these were always resolved through a super strong support community.Read Less",Data Science Career Track,Data Science and Analytics +298672,11035,springboard,Monica Kwong,False,2023,Good experience but also challenging at the same time,2023-03-05,3.7,4.0,4.0,3.0,"I had a great experience with Springboard. I was stuck between Springboard Vs. Design lab when I was choosing which bootcamp to work with and decided on Springboard because they offered weekly mentorship, real life experience (industry project) you work... Read More with for 4 weeks, and excellent communication with the career help/advising. For anyone who is switching careers or looking to find a good program I would definitely recommend Springboard. I enjoyed the mentorship. The challenging part was to keep track of your time if you're working full time. I ended up quitting my job because it was too much for me and finished a little bit over a year. You also have to learn a lot of the tools on your own like Figma or your portfolio. Everything was intuitive and I enjoyed the process. I'm only giving job support 3 stars because i'm just starting my post completion and won't know how it'll end up.Read Less",UI/UX Design Career Track,UX/UI Design +298651,11035,springboard,Padmashree Joshi,False,2023,5 stars,2023-03-04,5.0,5.0,5.0,5.0,"Overall, my experience with Springboard was excellent. The student advisors, support team, and mentors were incredibly helpful and responded promptly, which was crucial for the completion of my projects. The entire team was very accommodating and designed... Read More the program to fit the needs of full-time working professionals like myself. I truly appreciate the level of support and guidance provided throughout the program, which allowed me to achieve my goals and gain valuable skills in my field. Thank you, Springboard!Read Less",Cyber Security Career Track,Cybersecurity +298648,11035,springboard,Tim Kelley,False,2023,Springboard Software Engineer Career Track,2023-03-04,3.7,4.0,4.0,3.0,"Springboard was a win for me. It’s a great price point, allows you to go at your own pace, and the layout of the curriculum forges a good path. The challenge is assignments are way difficult for executing a task you just learned. The career services feel... Read More watered down in comparison the the level of the coding but it’s still very helpful.Read Less",Software Engineering Career Track,Software Engineering +298548,11035,springboard,Anonymous,True,2023,Good for self learners,2023-03-01,4.0,4.0,4.0,4.0,"I recently started this design bootcamp. The course is structured to be completed in 9 months doing about 16-20 hours per week. There is a lot of material in each sub unit which is great especially for those without any background in design. For those... Read More that have some design background however, it's almost too much and can feel repetitive. Still, not a bad thing to re-learn some concepts or maybe even just gain a deeper understanding. There is a lot of reading in this course and some videos mixed in to go through at your own pace. The subunits are structured pretty well to start from zero. For those that are doing this bootcamp part time and putting in 16-20 hours per week, I think it's easy to get burnt out over the course of 9 months. I got burnt out after 1 month. Personally, I wanted more hands on from mentors and from the program itself but for self learners this is good. It's cheaper than some other big names in this space but more expensive than others. If you're not sure if you want to jump into UX/UI yet, my suggestion would be to try a cheaper course or do a preliminary course first for like $50. You'll still need to self teach yourself but at least you're only spending $50 to get an idea. I believe any course you take, you're only going to get out of it what you put into it. It's going to require work. So find one that fits your budget. I hope this helps somebody make a decision.Read Less",UI/UX Design Career Track,UX/UI Design +298530,11035,springboard,Anonymous,True,2023,Solid experience,2023-02-28,4.0,4.0,4.0,4.0,"Pros: - Structured course, lays out curriculum in a progress based manner - Mentors available for calls and advice - Self paced Cons: - Some mentors have poor audio/video equipment - Hit or miss when it comes to quality of mentors - IDP project (pairing... Read More student up with company) is hit or miss, some companies may be uncommunicative or difficult to work withRead Less",UX Career Track,UX/UI Design +298482,11035,springboard,Ayanna Coleman,False,2023,Springboard UX/UI Design Track,2023-02-27,5.0,5.0,5.0,5.0,"This program was truly amazing! From start to end it was a great process. The weekly mentorship with an industry expert was invaluable. Along the way, I was able to reach out to my student advisor via email. Everyone was responsive and very quick to assist.... Read More The materials learned were also such great resources. I still have a lot to learn, but feel prepared to begin my career!Read Less",UI/UX Design Career Track,UX/UI Design +298438,11035,springboard,Christien Ng,False,2023,A flexible and supportive program for aspiring software engineers,2023-02-25,4.7,5.0,5.0,4.0,"I recently completed Springboard's Software Engineering Career Track and it was a fantastic experience. What I loved most about it was the flexibility it offered. I could work on the coursework on my own time. The program provided a lot of resources,... Read More like videos and exercises, to help me learn new technologies. I also had weekly coaching calls with an experienced engineer, who gave me valuable guidance and support. The four portfolio projects were a unique feature and helped me create a tangible portfolio that I could show to potential employers. One downside was that the program is fully remote, so building relationships with classmates was up to me. However, the support from the Student Advisors and Career Team was exceptional, and I never felt alone or lost when I needed help. I highly recommend Springboard's Software Engineering Career Track to anyone looking to pursue a career in software engineering. It's well-structured, flexible, and provides ample resources and support to ensure your success.Read Less",Software Engineering Career Track,Software Engineering +298385,11035,springboard,Xuan Qin,False,2022,Systematic bootcamp with great support,2023-02-23,5.0,5.0,5.0,5.0,"I enrolled in the Springboard Data Science Career track in May 2022 and achieved my certificate in Dec 2022. It was a great journey to realize my goal of becoming a data scientist. Intensive courses, numerous hands-on exercises, and mini-projects, along... Read More with two personal capstone projects, assist me in mastering skills of Python, Statistics, SQL, Machine Learning, and the full life cycle of data science projects. During my study, I work with an industry mentor with practical data experience who supports my learning tremendously. We met regularly and emailed once I had a question. My career coach is also helpful in cheering me up, setting goals, and teaching me to interview and resume tips. I always learned new things from her each time we met. Last but not least, I grow my network gradually during my study. I had informational interviews and enthusiastic support from current students and alumni. I believe I am on the right track to landing a dream job.Read Less",Data Science Career Track,Data Science and Analytics +298375,11035,springboard,Sam Grise,False,2023,UI/UX Design Career Track,2023-02-23,4.0,4.0,4.0,4.0,"I enjoyed this program. I had a great mentor and enjoyed my career coach and the career curriculum. Good overall curriculum and projects. The curriculum is based on some curated materials by Springboard and then materials from all around the web, Lynda,... Read More Linkedin, ...etc.Read Less",UI/UX Design Career Track,UX/UI Design +298255,11035,springboard,Shaun Worcester,False,2023,Great Program to Do At Your Own Pace,2023-02-22,5.0,5.0,5.0,5.0,"I was looking for a program that I could do on my own, in atypical hours (outside of my heavy work schedule and other commitments), and this worked very well for me! There were so many videos and hand-on exercises to help me learn all the new tech, and... Read More I felt very well trained. I had a weekly coaching call with an experienced engineer, and and several other coaching calls that helped me with my career prospects. And now that I've completed the program, I have frequent calls with a coach and other mechanisms to help me stay focused until I find my next job in tech. Great program!Read Less",Software Engineering Career Track,Software Engineering +298171,11035,springboard,Kaneshia Lovick,False,2023,Great educational experience with springboard,2023-02-20,5.0,5.0,5.0,5.0,"I entered Springboards Cyber Security Program, in June 2022 and my entire experience was rewarding. I was able to meet new people, learn a new skills and my favorite part was having a mentor, in which I was able to meet with weekly. I was also asked to... Read More be a student mentor, which made me feel greet to be acknowledged.Read Less",Cyber Security Career Track,Cybersecurity +298137,11035,springboard,Timothy Threet,False,2023,800+ hours of Software Engineering with Colt Steele,2023-02-18,5.0,5.0,5.0,5.0,"I will recommend Springboard.com's Software Engineering Career Track to anyone interested in doing an SE bootcamp. It is a fully remote experience, and you pick the times you want to complete your coursework (which was GREAT for someone like me who worked... Read More from home full-time while pursuing this career change). That said, the support from the Student Advisors, Career Team, my personal 1-on-1 mentor, and the Slack channel with my fellow students was unparalleled. I never felt 'alone' or that I was stuck and struggling with a concept with no help or direction. The topics were relevant to today's Software Engineering, and I feel like I absolutely got my money's worth (and then some). I am looking forward to the post-graduation job search support as I finally transition from my previous career into Software Engineering.Read Less",Software Engineering Career Track,Software Engineering +298136,11035,springboard,Kai Ban,False,2023,Springboard Bootcamp is a solid choice to learn new skills and pursue a new career.,2023-02-18,4.0,4.0,4.0,4.0,"I chose Springboard to extend my education in Software Engineering. The curriculum was modern and I feel that I am confident in software engineering after finishing the course. I really like the hands on aspect of the curriculum, where you get to complete... Read More two big projects, as well as small assignments throughout the course.Read Less",Software Engineering Career Track,Software Engineering +298135,11035,springboard,Bingjoy De Leon,False,2023,Easy learning!,2023-02-18,5.0,5.0,5.0,0.0,"I recently completed the Springboard Bootcamp UX Designer class, and I can confidently say that it was one of the best educational experiences of my life. The curriculum is extremely well-crafted, with a perfect balance between theory and practice. The... Read More coursework is challenging, but the instructors are always available to provide guidance and support when needed. One of the things that sets Springboard apart from other bootcamps is the mentorship program. My mentor was amazing – he was knowledgeable, supportive, and always had helpful feedback. He helped me to grow not only as a designer, but as a professional. The mock interviews and portfolio reviews were also incredibly helpful in preparing me for the job search. The community aspect of the program was also a highlight. I was able to connect with other students in the program, and we formed study groups and supported each other throughout the course. The online platform is also user-friendly, with easy access to resources, assignments, and feedback. Overall, I highly recommend the Springboard Bootcamp UX Designer class. If you're looking to transition into the field of UX design, or to upskill and take your career to the next level, this program is definitely worth considering. The curriculum is comprehensive, the instructors and mentors are top-notch, and the community is welcoming and supportive. I'm so grateful to have had the opportunity to take this course, and I'm confident that it has prepared me well for my future as a UX designer.Read Less",UX Career Track,UX/UI Design +298086,11035,springboard,Garrett Hass,False,2023,Very helpful in teaching the fundamentals of Data Science,2023-02-16,4.7,5.0,4.0,5.0,"Springboard is very accommodating in learning the fundamentals of statistics and the data science method. They have a 1 on 1 mentor throughout the course, as well as on-call mentors you can talk with for 30 minutes when you get stuck on a question with... Read More linear regression, t-test, p-value, etc. They were very helpful when my dad passed and gave time away from the course to help cope with losing my father. They also offered a month free of therapy sessions. I do think the need to teach students more on python skills. From what I heard they are requiring students to have better knowledge of python then when I started the course in November of 2022. Which is a good thing. If you need to brush up on your python skills try 100 days of python by Angela Wu on Udemy.Read Less",Data Science Career Track,Data Science and Analytics +298063,11035,springboard,Stephen Liang,False,2023,UI/UX Designer Course,2023-02-16,4.3,4.0,5.0,4.0,Pros: -Self progression course -1:1 mentor support -Huge student pool to work with and collaborate -Quick response from student advisor and other support staff -Career coaching staff are really helpful and 1:1 sessions are really rewarding Cons: -Self... Read More progression course -Can feel isolated due to remote learningRead Less,UI/UX Design Career Track,UX/UI Design +297971,11035,springboard,Jen Fausto,False,2023,Such a humbling and rewarding experience,2023-02-14,5.0,5.0,5.0,5.0,"After looking at reviews for months, I decided to go with Springboard's Software Engineering Program, as it offered a great curriculum, amazing support, mentorship, and more. It was super difficult throughout, but extremely rewarding. One of the reasons... Read More I chose Springboard over other bootcamp programs is because the accountability of projects and the mentorship. I think everyone wanting to make a career change will see how effective it is to have that support from a mentor who has been in the industry and has kept up with the changes of the industry.Read Less",Software Engineering Career Track,Software Engineering +297897,11035,springboard,Taylor Nicole Evans,False,2023,A total knowledge immersion,2023-02-12,4.3,4.0,5.0,4.0,"This programs is a lot of information, and it tells you that. It's really video focused which I liked and didn't like just because I get bored quickly. The videos and assignments do go over a really broad range of topics and they definitely check for... Read More understanding through the use of mentors. Overall I really liked this program, I think I got my money's work in experience and education. At the end of the Cybersecurity Bootcamp I earned my Security+ and soon I'm hoping a new job.Read Less",Cyber Security Career Track,Cybersecurity +297896,11035,springboard,Anonymous,True,2023,Springboard supported my career change,2023-02-12,5.0,5.0,5.0,5.0,"Took a career change, I signed up for the course when I was a single parent raising a 2 year old kid. I remember the first call with my mentor, I spoke down on my self, “I have never done anything tech before and really nervous.” My mentor, encouraged... Read More me that this was all just a new skill I was developing, and that I can do it. It was that feedback all through the program. The OnDemand mentors where very helpful and always available to answer my questions. I caught COVID too. Advisers were very supportive, and accommodated my needs. We discussed how i could stay on top of my work, and new skills I have developed Having industry experienced mentors was a plus to the program. Overall grateful for the program.Read Less",Data Analytics Career Track,Data Science and Analytics +297842,11035,springboard,Shrirup Dwivedi,False,2023,Intense but rewarding,2023-02-09,4.0,4.0,4.0,4.0,"After finishing my Masters in Aerospace Engineering degree from the University of Toronto, I wanted to transition to data engineering knowing that data engineering demand will continue to grow. I searched online for the proper data engineering BootCamp... Read More but many of the BootCamp was too expensive for my budget. Then I discovered Springboard's data engineering career track which provided me with an intense and enlightening learning experience with a dedicated mentor and career services. The course curriculum was more than enough for me to get ahead in this field and secure a high-paying role in the industry. However, a word of caution. If you are planning to take up this track, be prepared to work very hard as it will demand a lot of your time and energy. In the end, it will be your own focused efforts which will open the doors for you as this course can get overwhelming sometimes. With relentless commitment, you will arrive at your goal!Read Less",Data Engineering Career Track,Other +297838,11035,springboard,Abby Canova,False,2023,Great way to start UX Design career,2023-02-09,4.0,4.0,4.0,4.0,"A relatively affordable way to learn the end-to-end ux design process. A 350+ hour online UX design course that covers the end-to-end UX process including design hinking, user research, ideation, wireframing, user interface design, prototyping, usability... Read More testing, psychology principles, communication, and special topics.Read Less",UX Career Track,UX/UI Design +297677,11035,springboard,Stefani Garcia,False,2023,Best decision I've made in a long time.,2023-02-07,4.3,5.0,4.0,4.0,"This program was great. It was easy to access the resources. The self-pace was perfect for a working wife and mom of two. The community was so supportive. The only issue I had was a couple of the trainings were done by presenters with thick accents, and... Read More the subtitles weren't always accurate, which got a little confusing. All in all, I'm so glad I took the leap, and especially glad I chose Springboard. I can't wait to get into a new job, and I know I'm ready thanks to the Springboard team.Read Less",,Unknown +297676,11035,springboard,Brooke Kong,False,2023,Springboard helped me get a job and create a great portfolio.,2023-02-07,5.0,5.0,5.0,5.0,"Springboard stood out to me over all the other bootcamps since there are 4 in-depth portfolio projects, and one of them has you work with a real client. You are guided into creating your portfolio which is the most valuable tangible thing that I got out... Read More of Springboard. My mentor was great, and Springboard took care of any problems I had. You also have access to a lot of resources through their community.Read Less",UI/UX Design Career Track,UX/UI Design +297553,11035,springboard,Owen Mackay Platt,False,2023,The ultimate investment.,2023-02-03,3.7,4.0,4.0,3.0,The course took me about 12 months which is longer than advertised. I can see how people can get in done in 9 though. Something they could add is actual coding lesson on calls with mentors. Lots of mentor calls ended up being stale and not very useful.... Read More Some were very needed though as well. Overall the price for the experience is unmatched. I’m at a level that almost felt impossible to reach before and it’s all because this course.Read Less,Software Engineering Career Track,Software Engineering +297548,11035,springboard,Alexia Jordan,False,2023,Springboard is great if you make it great!,2023-02-03,4.7,5.0,4.0,5.0,"If you are considering a bootcamp as your path into UX here is what I would take into consideration. What is your learning style? What sort of support do you need? How much time can you realistically commit to your course? Why do you want to transition... Read More into UX? How does your previous job (or school) experience relate to UX? As far as learning style goes you need to be able to self teach and pace. The curriculum is set up where you work independently for a week on reading articles watching videos and acquring knowledge that way and then applying it to the best of your ability in the form of a deliverable or project. You have access to their student community and their network of hiring professionals and most importantly you have a 30 minute meeting with a mentor once a week. For me meeting with my mentor was the most important factor. My mentor was absolutely amazing, he pushed me to be the best that I could be in this course and I am so appreciative of that. It is important that you have a mentor that suits you. Do not be afraid to request a different mentor if you are not getting what you need. That being said the sooner you do this the better. As far as support my mentor was really all I felt I needed but there are plenty of ways to get more support and in my experience any of the career coaches and hiring professionals and even senior level UX designers that you have access to throughout the course are very helpful and responsive. TIME... How much time can you realistically spend on this course is a big question you should ask yourself upfront. If your job or outside school work is very demanding this also requires a significant amount of time attention and care. You cannot expect to skip and BS your way through this program. I recommend putting time on your calendar that you intend to dedicate to the course. This could help you stay focused and finish on time. If you only want to transition into UX for the money this course will likely be quite difficult or cumbersome to you. UX is a very empathetic creative and thoughtful field. You will need the passion behind your why to really push you through when you are having a hard time or feeling unsure. Also there is no magic besides hard work that will get you a 6 figure job at the end of it. So you will get out of this exactly the work you put into it. If you want a 6 figure job work like a 6 figure worker at this. Start thinking now about how your current experience and background relates to UX. Did you work in sales or customer service? A background in Psychology? The skills you have gained in your previous experience are not for nothing using them to your advantage and being trying to leverage what you already know. Eventually, you will have a story that is your resume and your elevator pitch and many other ways to express to someone why it is you are transitioning or moving into UX and what you can bring to the table.Read Less",UI/UX Design Career Track,UX/UI Design +297478,11035,springboard,Amy Sit,False,2023,Great for career switchers,2023-02-02,5.0,5.0,5.0,5.0,"I chose Springboard for its dedicated career support, industry portfolio projects, and mentorship guidance. So far, it's been a great choice in allowing me to learn all the tools in the UX process and put it into practice on a passion project. On call... Read More mentors and weekly check-ins with mentor are really helpful, though their advice can vary (so it's good to get different perspectives). Would echo another review that says it's really what you make it -- quality of your work and portfolio can vary depending on what other tools/skills you decide to practice/learn. I highly recommend this course if you're looking to switch into UX and need a guided /supportive path to get there!Read Less",UI/UX Design Career Track,UX/UI Design +297476,11035,springboard,Ali Yener Cetiner,False,2023,Great course to become a software engineer!,2023-02-02,5.0,5.0,5.0,5.0,I attended the Springboard’s Software Engineering Career Track. They have a very comprehensive curriculum. You learn some valuable knowledge about web development and software engineering mindset in a relatively short time period. I recommend it for everyone... Read More who wants to become a software engineer.Read Less,Software Engineering Career Track,Software Engineering +297475,11035,springboard,Parth Patel,False,2023,Amazing Experience,2023-02-02,4.7,5.0,5.0,4.0,"Throughout the bootcamp, it has for sure strengthen my knowledge of the field of cybersecurity. Coaches are super helpful with LinkedIn and resume help and my mentor experience was great. He kept me motivated and believed in me to succeed in the curriculum... Read More and pass the Security+ and get a job offer. I highly recommend this bootcamp for someone transitioning careers into cybersecurity as this bootcamp will provide the knowledge and skills and the support to succeed.Read Less",Cyber Security Career Track,Cybersecurity +297447,11035,springboard,Matthew Miller,False,2023,Springboard Data Science Career Track,2023-02-01,4.0,4.0,3.0,5.0,"Springboard focuses on the application of the tools required for a career in Data Science and Machine Learning. This was best exemplified by two capstones developed independently by myself with the guidance of an experienced mentor. While the coding skill... Read More development could be more challenging, Springboard gives its students the ability to supplement their skills by providing a variety of resources.Read Less",Data Science Career Track,Data Science and Analytics +297377,11035,springboard,Sasiwimon Sajjapongse,False,2023,Contents cover what web developer would primarily need,2023-02-01,5.0,5.0,5.0,5.0,"The instructor delivers the course contents that is what any web developers would need primarily in a brilliant way indeed. The mentor was helpful and encouraging no matter how slow you are as a newbie. The career coach was nice, optimistic and realistic... Read More at the same time. I would recommend this course to anyone who want to shape themselves into a tech job.Read Less",Software Engineering Career Track Prep Course,Other +297146,11035,springboard,David Williams,False,2023,Great program,2023-01-26,5.0,5.0,5.0,5.0,"Great content. Professional Staff. Very please with Springboard. You must put in the work on your end but it is worth it in order to leave a dead end, unfulfilling job. Prepare for the compTIA security + test early on and do all of the bonus (non-required)... Read More labs.Read Less",Cyber Security Career Track,Cybersecurity +297033,11035,springboard,Anonymous,True,2023,My mentor was the key to my success in becoming the ideal UX designer,2023-01-24,4.0,4.0,5.0,3.0,"Pros are that you have the 1 on 1 meetings with your mentor and coaches that help you prepare for the world outside of school when it comes to UX design. My mentor was able to assist me throughout the course and being from the same industry, he was able... Read More to share his expertise which came in very helpful. The con is that the course is quite expensive.Read Less",UI/UX Design Career Track,UX/UI Design +297022,11035,springboard,Arlene Rivera,False,2023,This curriculum covered everything I need to be successful in my future data endeavors. My mentor was great and helpful along the way.,2023-01-24,5.0,5.0,5.0,5.0,"I liked having the DataCamp courses and getting a lot of practices with those. There were some sections where there was way too much text reading that I kept losing focus, as it did get boring. When I got quizzed on that section, it ended up being difficult... Read More to get through. Other than that section, the material kept me engaged throughout. I feel like all the case studies were very pivotal to my growth in this curriculum and I have the confidence now to complete projects on my own with the knowledge I have now from Springboard.Read Less",Data Science Career Track,Data Science and Analytics +296916,11035,springboard,Bhavesh Baikar,False,2023,Best online self-paced course with a job guarantee,2023-01-22,5.0,5.0,5.0,5.0,"I was seeking an online course that would lead to an IT job. Someone recommended me to Springboard. I did some online research and found out that Springboard is offering a job guarantee upon completion. So I decided to pursue Springboard – Data Analytics... Read More Career Track. It is a well programmed course with ample of resources, in depth industry knowledge, greatly supported by weekly mentor calls, career coaches, student advisors and cross examined by external reviewers. Where I never felt alone. Course’s fee structure is also amazingly designed that it is affordable to everyone. While pursuing the course I was working full time, but since the course is self paced I was able to complete it during my free time.Read Less",Data Analytics Career Track,Data Science and Analytics +296890,11035,springboard,Jessica Allred,False,2023,My Mentor Made All the Difference,2023-01-20,5.0,5.0,5.0,5.0,"My mentor was awesome! Our weekly calls inevitably were confidence boosters for me. I never felt like I was doing well, but my mentor would review my work and let me know otherwise. It was great to have someone to turn to with any questions I had. They... Read More have been working in the field for over a decade so I knew I was getting expert help too. For how much less their program cost, I was pleasantly surprised to find the coursework actually did prepare me to pass the CompTIA Security+ exam. I get test anxiety and usually perform worse than usual, but even with that I still passed the test on the first try! The curriculum could be a little challenging at times, but I was able to get through it. I would recommend their program for anyone interested in a boot camp for cybersecurity.Read Less",Cyber Security Career Track,Cybersecurity +296866,11035,springboard,Chase Weber,False,2023,Springboard provides an excellent opportunity to grow my career at my own pace.,2023-01-19,5.0,5.0,5.0,5.0,"Springboard is a great option to expedite growth in all areas of data science education and job search. The mentorship and career coaching is perfect for getting one-on-one help throughout the course and meeting specific needs. The case studies are informative... Read More and the capstone projects allow working in an area that is of personal interest. Keep in mind, this course is fully online and is work at your own pace; be prepared and determined to set and stick to your schedule.Read Less",Data Science Career Track,Data Science and Analytics +296843,11035,springboard,Anonymous,True,2023,Great bootcamp,2023-01-19,4.0,4.0,4.0,4.0,Springboard had all the important topics that many jobs are looking for. The lecture videos showed a lot of details and step by step instructions on how to go about it. The only cons were that some lectures were outdated and needed to be updated with... Read More current standards.Read Less,Software Engineering Career Track,Software Engineering +296787,11035,springboard,Michael Cramer,False,2023,Instructive,2023-01-18,4.7,4.0,5.0,5.0,"This program is very detailed and provides a lot of growth and practice opportunities. I was very pleased overall with the standard of excellence they hold for their students. It helped me to feel more confident as I ended my course and started to look... Read More for jobs. The mentors are lovely and truly care about your success in the course and after the course. I think it needs a little more consistency surrounding TAs. Many of the TAs want to help you and want to see you truly understand the issues you are struggling with. However, some of the TAs seem like they don't want to be there and it shows. You can also feel it when you are trying to get help and feel like an annoyance.Read Less",Software Engineering Career Track,Software Engineering +296679,11035,springboard,Kevin Vo,False,2022,Oustanding curriculum,2023-01-14,4.7,5.0,5.0,4.0,"My experience with Springboard has been phenomenal. Springboard provides very heavy learning from basic computer knowledge to advance such as Python and Node. With 4 in-depth projects, I was able to learn and research on the coding languages that I've... Read More always wanted to. Additionally, Springboard provides a mentor that great knowledge in the field and with tremendous help on projects and questions. I would definitely recommend Springboard for people that would like to have a career as a Software Engineer.Read Less",Software Engineering Career Track,Software Engineering +296597,11035,springboard,Vi Nguyen,False,2023,Springboard helped me build a great design portfolio and I feel more confident as a designer.,2023-01-11,4.7,5.0,4.0,5.0,"They have 3 design projects that set you up for a diverse portfolio, as well as an Industry Design Project at the end of the course. This project gave me real-life experience, which was important because I had no prior experience as a UX Designer. My... Read More mentor was also a positive influence since she gave honest advice and insights from someone who is currently in the field. We worked together to make my designs better. The courses itself (videos, articles, etc.) can be general, and I didn't take away too much from it. What helped me improve was being honest with my mentor and getting her feedback, as well as researching other works and videos that are relevant to my current project.Read Less",UI/UX Design Career Track,UX/UI Design +296592,11035,springboard,Shawn Barua,False,2022,UX/UI Bootcamp,2023-01-11,4.0,4.0,4.0,4.0,I think Springboard was a good stepping stone into the UX Design field as someone who was looking to change careers. It taught me the basics and how to create a case study and build a portfolio. The career track part was helpful with coaching calls and... Read More resources for applying and getting into jobs.Read Less,UI/UX Design Career Track,UX/UI Design +296565,11035,springboard,Lauren Hartmann,False,2023,Springboard helped me change my career path with confidence,2023-01-10,5.0,5.0,5.0,5.0,"Springboard’s student support system looks to set you up for success from very early on – you receive feedback and advice from industry mentors, career coaches, student peers, and incredibly responsive Advising and Support staff members. The curriculum... Read More is broken down and organized to help you understand topics while challenging you with hands on case studies. I especially enjoyed ramping up my previous skills in Python and Excel while learning to use SQL and Tableau in different business contexts and both capstone projects. I am extremely grateful for all the resources and connections that Springboard has provided me with, and overall I felt I had a well-rounded experience. I would recommend them if you’re looking to break into tech!Read Less",Data Analytics Career Track,Data Science and Analytics +296476,11035,springboard,Carli McCasland,False,2023,Unmatched Support & Resources,2023-01-07,4.3,4.0,4.0,5.0,"At the end of the day, your bootcamp experience is what you make of it. This is NOT a quick pass to a 6-figure job and requires a ton of work and commitment to the process. The resources and support that Springboard provides really are unmatched and their... Read More commitment to your success extends far past course completion. Due to personal circumstances, it took me 2 years to complete the 9-month program. Springboard was flexible, kind, and always willing to work with me to ensure I would succeed.Read Less",UI/UX Design Career Track,UX/UI Design +296421,11035,springboard,Daniela,False,2023,The real value is in the mentorship and IDP,2023-01-05,4.3,5.0,4.0,4.0,"Before I signed up for this course, I did a lot of research, and even considered teaching myself UX on my own time and building a portfolio that way. I'm really glad I decided to go with Springboard. The curriculum was comprehensive, if not a bit outdated,... Read More but mostly covered all of the important bases and provided practice. My mentor is really what made my money worth it, because each week he gave me advice and critiqued my work, and was always available by email. My first mentor wasn't a good match, but once I was rematched, I really got a lot from that experience. The IDP (industry design project) was also a really cool way to put my knowledge and skills to the test. Overall, I think this program is a great value, a little cheaper than the main competitor, and much much higher value than most of the cheaper options.Read Less",UI/UX Design Career Track,UX/UI Design +296412,11035,springboard,Jordan,False,2023,Springboard helped me change career paths with confidence,2023-01-05,5.0,5.0,5.0,5.0,Taking the UX/UI design course with springboard was amazing! I loved the hands-on mentorship and the abundance of resources and materials make it so easy to stay motivated. my only critique is that my course specifically took me longer than i expected... Read More to complete.Read Less,UI/UX Design Career Track,UX/UI Design +296276,11035,springboard,panpan lyu,False,2022,Springboard Data Analytics Career Track Review,2022-12-30,4.7,4.0,5.0,5.0,"It is a perfect program for anyone who want to change career. You can get help from the start. The curriculum is designed from basic and easy to understand. You can also do in-depth projects through the help of expert mentor. You can always get help from... Read More different ways like community, on-call mentor, or your peers. At the end of the course, you can practice mock interview to prepare the future job search and landing. Overall, It is a good course if you are looking for something different to happen in your future career.Read Less",Data Analytics Career Track,Data Science and Analytics +296230,11035,springboard,Harrison Ndubuisi,False,2022,My experience with springboard,2022-12-28,5.0,5.0,5.0,5.0,"My experience going through software engineering career track with Springboard was excellent. Ranging from non academic to academic. I can’t easily forget the support I received during my enrollment. Very fast responses when I send emails. Same thing... Read More with academic support. TAs, mentors, office hours and channels. The support systems here is designed to carry everyone along. Similar experiences with career coaches and projects reviewers. They will always go beyond expectations. I’m glad Springboard molded my software engineering ambitions.Read Less",Software Engineering Career Track,Software Engineering +296210,11035,springboard,Kristina Leigh Howard,False,2022,A great program with a few drawbacks depending on what you are looking for.,2022-12-27,4.0,4.0,4.0,4.0,"I did a lot of research on UX Design bootcamps prior to choosing Springboard. I narrowed it down to either Springboard, General Assembly or Career Foundry in the end, but Springboard won out due to the flexible self-paced learning model, industry client... Read More project and the mentorship program. The job guarantee and career coaching was just an added bonus. My mentor experience ended up being top-notch and incredibly helpful. I feel like we were well-matched by personality and teaching/learning style, which really helped me while learning. The self-paced model is article-based course material and assignments/projects that you work through on your own and by your own schedule, depending on how quickly you want to finish the program. It's important to note that there is a max time limit on the program however, so you do have to put in a decent amount of time per week. I put in roughly 20-40 hours a week myself, sometimes more. While it's possible to complete the program in 6-9 months, I feel that 9-12 months is honestly more realistic. I felt that I could complete the program in under 9 months, so I went the monthly payment option and I regret that choice. It took me 1 year, which meant that I ended up paying more for the program than if I had pay up front. However, I will also say that I feel more prepared and confident by having taken longer with my projects and with a stronger portfolio to show for it. The industry client project was also a great experience for me. They work hard to match you well to your client and the experience was very enlightening for me. The only con for me on the industry project is that I didn't feel well prepared for when I needed to apply for it. They start every two weeks and you have to give them a good two weeks heads up that you are ready (since the program is self-paced), but if you miss your window it can really cause you to scramble with your program end date. Not a big deal if you pay upfront for the whole program though, instead of going month-to-month like I did. Overall, the Springboard UX/UI Career Track program is really top-notch, with a few drawbacks here and there depending on what you are looking for.Read Less",UI/UX Design Career Track,UX/UI Design +296179,11035,springboard,Kenneth Nnadi,False,2022,The best place to gain lifetime skills in tech,2022-12-26,5.0,5.0,5.0,5.0,The course is very voluminous but i like it because it goes further to enlighten you on what you don't know. The support from mentors and careers advisor is top notch. I have acquired my lifetime dream skills in Cyber Security via this bootcamp and i... Read More highly recommend it for anyone.Read Less,Cyber Security Career Track,Cybersecurity +295928,11035,springboard,Anonymous,True,2022,Great experience from Springboard (UX career track),2022-12-17,5.0,5.0,5.0,5.0,"I am so lucky to find this amazing Bootcamp for UX. It has offered a well-organized curriculum, trustworthy mentors, a student support team, mock interviews chances, and IDP(industry Design Project) to students. This boot camp is right for you if you... Read More don't have design experience. And I am really satisfied.Read Less",UX Career Track,UX/UI Design +295893,11035,springboard,Sarahann Erinn Durmick,False,2022,"I did a lot of research before I selected Springboard as my bootcamp. It paid off, because it was such a great experience!",2022-12-16,5.0,5.0,5.0,5.0,"Pro’s- strong and informative curriculum, weekly one on ones with your mentor, career coach calls, experience presenting your work, complete your work at your pace. Con’s- while it’s not exactly a con, I would have to say the pricing for the class is... Read More expensive. But it’s absolutely worth the price.Read Less",UI/UX Design Career Track,UX/UI Design +295774,11035,springboard,Emeka Nwosu,False,2022,A Worthwhile Investment of Time and Money,2022-12-14,4.3,5.0,5.0,3.0,"I already had a job as a Data Scientist so I did not concern myself with the job guarantee. My motivation was to learn Python (I’m an R user) and get guidance from a mentor (I mostly work alone) to become an overall better data scientist I understand... Read More you can find/learn the material on your own, but Springboard has it all organized and laid out cleanly here. I always knew I could learn Python but I couldn’t figure out the best way to do it. The combination of the guided capstones and the Datacamp exercises gave me the framework to fly on my own. I also love how the course is more than just building models. It goes over the entire data science process, career help, and mentorship. I feel that I am much more well-rounded as a data scientist. My only issue was with the mentorship. I actually did the preliminary data science course and had a great mentor I really connected with on a personal level. Someone I would get a drink with. Though my mentor this course was knowledgeable and helped me enough, the relationship felt minimal and transactional. I regret not being more adamant in changing mentors because apparently it’s an easy process. The last thing I’ll mention is that this course is an investment. Both in terms of money and time. It cost a lot and I had spent most of my personal time working on it (I definitely rushed it a bit). I would suggest it unless you are VERY serious about becoming a data scientist or improving as one. It’s a premium product that for me at least was worth it.Read Less",Data Science Career Track,Data Science and Analytics +295673,11035,springboard,Alyssa Lapid,False,2022,Manageable course with an exceptional mentorship!,2022-12-11,4.3,4.0,5.0,4.0,"I’m so glad I chose Springboard. Overall, the curriculum provided is easily accessible and manageable. The mentorship experience was exceptional. You will get all the support you need throughout the course. I have gained valuable learning experience from... Read More the capstones and the industry project. It was indeed a smooth learning experience for me.Read Less",UI/UX Design Career Track,UX/UI Design +295636,11035,springboard,Haley Green,False,2022,"Enjoyable, Educational and Impactful",2022-12-09,5.0,5.0,5.0,5.0,"I had a great experience with Springboard. I did the UX/UI design career track and completed the course with lots of new skills and applicable knowledge. The course provides hands-on experience that you can use towards your job search, such as completing... Read More projects to include in your portfolio, as well as resume and LinkedIn reviews to position yourself as a stellar candidate. Throughout the program, you are matched with a mentor who supports you through each project which was an excellent and personalized experience that I enjoyed.Read Less",UI/UX Design Career Track,UX/UI Design +295513,11035,springboard,ELENA NURULLINA,False,2022,I was very enjoying to study at Springboard,2022-12-06,5.0,5.0,5.0,5.0,"Overall I can say that I am really happy with my great choice about the Springboard bootcamp! They are always above and beyond with students. Springboard is helpful with any problem and issues if you have, life situation, and have great student support.... Read More Specially if you a mommy and pregnant the same time, you still have all chances to finish your study, I started to this course with 1 years old baby and 6 month pregnant with second child, and my way was longest then usual people have but not everyone can be like me and the greatest support came from Springboard, even I would say it is the best bootcamp in the world! Just be sure about your desire and don’t be ashamed to ask for help if you need it. Springboard has awesome mentors, and their students community as well. I got my Springboard Software Engineering Career Track Certification with still two babies on my both hands. Thank you very much Springboard team!Read Less",Software Engineering Career Track,Software Engineering +295511,11035,springboard,Gabrielle Cohen,False,2022,Amazing experience,2022-12-06,5.0,5.0,5.0,5.0,Springboard's UI/UX Design Career Track has a very flexible schedule which is great for professionals. The mentorship the course provided made a huge impact on my success! I highly recommend this course for anyone looking to start their career in User... Read More Experience Design!!Read Less,UI/UX Design Career Track,UX/UI Design +295452,11035,springboard,Ashley Yates,False,2022,Springboard is amazing for data analysis education!,2022-12-05,5.0,5.0,5.0,5.0,"This program is self paced, has a great curriculum, and a fantastic support system! The mentors, career coaches, and instructors (in the videos) are very knowledgeable and explain things well! The only “con” I have is that the timeline given is a bit... Read More aggressive, but totally doable if you put your kind to it! They have options to pause the course and take breaks also, so that helps. Would recommend Springboard to anyone looking to break into tech!Read Less",Data Analytics Career Track,Data Science and Analytics +295409,11035,springboard,Shelly Applegate,False,2022,Empowering,2022-12-04,5.0,5.0,5.0,5.0,"I had some experience with data analytics before joining the data analytics career track. Not only did Springboard give me the material to learn and practice analytic skills, it also gave me learning structure. While the curriculum is laid out, I still... Read More had the flexibility to learn when I could: being a working mother, this was important. I also loved the weekly mentor calls- being able to talk with a mentor gave me the confidence to apply (and accept) an amazing analytics job.Read Less",Data Analytics Career Track,Data Science and Analytics +295367,11035,springboard,Peter Yim,False,2022,Good,2022-12-02,4.0,4.0,4.0,4.0,"Springboard Pros - one on one mentor throughout the whole course - garuntees you a job if you continue to network and apply - going through 2.5 different projects - Partners you up with industry design group in order to gain real experience - Creation... Read More of portfolio and going over interview, whiteboarding challenge Cons - 95% resources in the cirriculum can be found online yourself as they are articles. You just need to know what to search for - Mentor is only 30 minutes PER week. Can be not enough time to go over some stuff - your first projects / first portfolio won't be good enough to get a job immediately. You have to iterate again and again.Read Less",UI/UX Design Career Track,UX/UI Design +295320,11035,springboard,Yang Liu,False,2022,Great learning experience at Springboard,2022-12-01,5.0,5.0,5.0,5.0,The curriculum is pretty solid. I learned two programming languages: Python and JavaScript. Cole makes unfamiliar concepts accessible and fun. The career coaches are helpful. It was flexible to change mentors. Weekly meeting with mentors is essential... Read More to keep myself on track. I am very fortunate to have a mentor who is attentive and insightful.Read Less,Software Engineering Career Track,Software Engineering +295254,11035,springboard,Jyoti,False,2022,Nicely designed curriculum,2022-11-29,4.3,4.0,5.0,4.0,Pros - Good information and step by guidance. I like how gradually it is designed to give theoretical and practical knowledge. Cons - Too expensive. IDP which is the focal point of the course is not well matched. Should bring in better projects for good... Read More industrial experience.Read Less,UI/UX Design Career Track,UX/UI Design +295244,11035,springboard,Ankur Patel,False,2022,Generally positive experience.,2022-11-29,3.7,3.0,4.0,4.0,"The course was well planned out and I learned a lot, especially as I was changing careers from something very different. The career help was one of the stand outs to me, the career coach's were excellent. I did experience some scheduling issues with my... Read More mentor though.Read Less",Data Analytics Career Track,Data Science and Analytics +295221,11035,springboard,Paa Kwesi,False,2022,A Boot Camp worth more than a Masters Degree,2022-11-28,5.0,5.0,5.0,5.0,"The whole program is a master piece. This course has really shaped my career and I am very thankful to Springboard for the value and meaning they have given me. With maximum commitment to the program, one can easily easily change careers and become confident... Read More and good in using the core skills taught in this program. I am very excited I went through this program and would 100% recommend it to everybody.Read Less",Data Analytics Career Track,Data Science and Analytics +294921,11035,springboard,Pablo Ruiz Lopez,False,2022,A life changing experience,2022-11-17,4.7,5.0,4.0,5.0,"Before taking Springboard Data Science Career Track I took around 15 MOOCs online trying to learn about Data Science and Machine Learning. Although they were extremely useful, I always felt confused on how to apply what I've just learn in the course afterwards.... Read More At Springboard, I was able to join all the dots together. Now I understand what Data Science is all about, learned top notch technologies for that, had a great industry expert mentorship and a very professional career coaching for my job hunt. Additionally, I was surprise how helpful and warm the community is, they were really helpful with me to keep on track.Read Less",Data Science Career Track,Data Science and Analytics +294914,11035,springboard,Dylan Cameron,False,2022,"Springboard's UX Career Track program was challenging, engaging, and incredibly informative.",2022-11-17,5.0,5.0,5.0,5.0,"1:1 expert mentor oversight with weekly meetings was a massive advantage of this program. I loved being able to bounce thoughts and ideas off of my expert mentor regarding projects, concepts, job interviews, and design theory. Participating in the IDP... Read More was a fantastic way to get acquainted with the industry.Read Less",UX Career Track,UX/UI Design +294865,11035,springboard,Anonymous,True,2012,Great!,2022-11-15,4.3,4.0,4.0,5.0,"Pros - Good mentor, job support, career help, weekly meeting with mentor, tuition refund if not landing a job within 6 months of grauduation cons- the curriculum could be harder, add more topics, such as A/B testing, ETL, API overall, everything was good.... Read MoreRead Less",Data Analytics Career Track,Data Science and Analytics +294815,11035,springboard,Thelma Oliver,False,2022,Best Online Boot camp for change in career,2022-11-13,5.0,5.0,5.0,5.0,"I completed an online search of the best boot camps and landed on Springboard. After careful research on their website and student review platforms I decided to move forward an applied. From the initial phone contact for an interview to the last day of... Read More my program completion, the professionalism and support has been a wonderful experience. The curriculum is well thought out, a perfect balance of new material to learn and incorporate your previous career experience.Read Less",Data Analytics Career Track,Data Science and Analytics +294798,11035,springboard,Julianna Caruso,False,2022,UI/UX Design Career Track,2022-11-12,4.7,5.0,5.0,4.0,"I signed up for the UI/UX Design Career Track at Springboard in February of 2022, and just finished the course this November. I really enjoyed my experience working through this course. Although I am used to learning in person, this course does a great... Read More job to provide personalized videos and chooses magazine articles that make you feel like you're in a classroom. There are tons of resources available built into the curriculum and a slew of mentors/coaches to talk to at the drop of a hat. Not only are you paired with an industry professional mentor, but you also have the opportunity to book an additional call with on-demand mentors and book calls with career coaches that can help you throughout the course. The course is built to allow you to build out your portfolio and experience mock interviews for when you'll interview for a job. The coaches and mentors offer great feedback. At the end of the course you'll have the opportunity to work on a real life industry design problem with a few other Springboard students. Coming from a non-UI/UX background, I do truly feel like I learned a lot and have the resources to go back and explore the curriculum at any time if I wanted to. I think the feedback I received during the course was super helpful too. All in all I wouldn't change a thing about my experience, and I highly recommend it to anyone looking to learn UI/UX Design.Read Less",UI/UX Design Career Track,UX/UI Design +294776,11035,springboard,Richard Jackson,False,2022,Great for career changers,2022-11-11,4.3,4.0,4.0,5.0,"If you are like me and are coming into the Data Science/Data Analytics field from a business background, I can wholeheartedly recommend Springboard. Their Business Insider track is the perfect mechanism for learning the skills you need while leveraging... Read More your business acumen and domain knowledge to get a job in the data field. The insight that the career coaches and mentors shared was priceless. I learned so many things that I would never have known through self-study or even through a master's program.Read Less",Data Science Career Track,Data Science and Analytics +294749,11035,springboard,Nathan Gagnon,False,2022,Best way to break into the cybersecurity industry,2022-11-10,4.7,5.0,4.0,5.0,"You are given all tools needed to prepare for a future in cybersecurity including but not limited to: technical knowledge, how to use your knowledge in real life scenarios, interview prep and much more! The support team, mentors and coaches are all very... Read More helpful and knowledgable.Read Less",Cyber Security Career Track,Cybersecurity +294525,11035,springboard,Nicole G,False,2022,Great insight into the world of design,2022-11-04,5.0,5.0,5.0,5.0,"Pros: On demand mentor support via call and messages. An experienced UX & UI mentor with valuable advice weekly. Helpful and supportive advising and support staff. A flexible schedule, different payment options, tons of resources, connections, and tools.... Read More Cons: you’re on your own when it comes to time management, none actually enjoyed my time hahaRead Less",UI/UX Design Career Track,UX/UI Design +294506,11035,springboard,Anonymous,True,2022,"Great Mentorship, Very Fast-Paced",2022-11-03,4.0,4.0,4.0,4.0,"I've been in the UX Design course for nearly 6 months and have found the mentorship to be the best and most useful part of the course. The course readings and activities are thorough and up-to-date for the most part, but the mentors can also help guide... Read More you to further resources. The career coaching has also been helpful, but you should know that the people who serve as consultants are often motivational coaches and have no experience in UX. For that reason, I'm rating job support 4 stars. For me, the toughest thing has been the pace of the course. I thought I could handle the pace at first, but it became overwhelming when I had to continue the course working full-time instead of part-time as I had planned. Springboard has great advising resources to help you with making your workload manageable, but I just haven't been able to keep up. I think this course is great for someone who is able to take time off work or work part-time, but it's difficult to do if you have other obligations.Read Less",UX Career Track,UX/UI Design +294483,11035,springboard,Hillary Locke,False,2022,Springboard is Great,2022-11-02,5.0,5.0,5.0,5.0,I had a great experience at Springboard. My mentor and career coach were amazing and guided me along the way. The projects I completed during this course really helped boost my portfolio. I liked that I could work on my time and not worry about keeping... Read More up with a class. I definitely recommend Springboard!Read Less,UI/UX Design Career Track,UX/UI Design +294407,11035,springboard,Nichole Murphy,False,2022,Very comprehensive and digestible!,2022-10-30,4.7,4.0,5.0,5.0,"I came into this course with no prior coding experience. Colt does a great job going through the foundations of HTML, CSS, and JavaScript which helped me feel prepared for the Career Track program. The final practice tests really set me up well for the... Read More final Technical Skills Survey. So glad I took this course!Read Less",Software Engineering Career Track Prep Course,Other +294279,11035,springboard,Thapelo Lefhoko,False,2022,Content is comprehensive and empowers students to do more of their own data projects.,2022-10-25,4.7,4.0,5.0,5.0,The course is quite intense and requires hard work and dedication. The content is a lot and it is extremely import to stick with the time lines. The basics of data science are taught comprehensively with the support of a mentor who works in the field.... Read More The guidance of the mentor provides insight into how data scientists think to solve problems.Read Less,Data Science Career Track,Data Science and Analytics +294270,11035,springboard,Abby Cai,False,2022,Springboard BootCamp Review,2022-10-24,5.0,5.0,5.0,5.0,"Springboard Software Engineering Career Track is very helpful for getting into the frontend world. The mentor support is very helpful, the weekly meeting will help you keep up with the coursework. The TA team is also very helpful, they response to the... Read More questions promptly.Read Less",Software Engineering Career Track,Software Engineering +294262,11035,springboard,Anonymous,True,2022,Finished the course feeling prepared for the career switch,2022-10-24,5.0,5.0,5.0,5.0,"It's scary thinking of switching careers but Springboard made it easy. The curriculum covered everything you need to know to get you started and with all the support you receive from mentors and career coaches, I truly finished feeling prepared to start... Read More applying.Read Less",UI/UX Design Career Track,UX/UI Design +294257,11035,springboard,Meichen Lin,False,2022,"Springboard, UI/UX Design Career Track",2022-10-24,4.0,4.0,4.0,4.0,"Pros: The course is generally complete and helps people with no UI or UX foundation to reach the entry-level of the industry. Valuable are the weekly one-on-one meetings with mentors, mock interviews for careers, and the industry internship program. By... Read More completing the course, you will have a portfolio website and interview skills to find a job. Cons: Most of the curriculum is a collection of articles from other websites, and some of the articles in the chapters are somewhat repetitive. The industry internship program is a bit of a test of luck, as you can get a great internship experience to put in your portfolio if you are matched with a nice company and teammates. If you are matched with a less organized company and teammates, you will get ""real work experience."" Overall, I highly recommend the Springboard course for people who procrastinate and don't want to spend a lot of time looking for resources on their own.Read Less",UI/UX Design Career Track,UX/UI Design +294213,11035,springboard,Mei Liang,False,2022,Value is in the mentor and career coaches,2022-10-22,4.0,4.0,3.0,5.0,"Springboard will equip you with a great foundation of UI/UX design concepts with their curated online content and lots of projects. You get what you put in since it’s self paced but your mentor will help if you ever get stuck. The online slack community... Read More is very friendly, helpful and there’s plenty of fireside chats and weekly office hours to help anyone with questions. It is a really long course (6-9months) which I felt could of been shorter as some projects could be consolidated or removed as it didn’t bring any value. I really liked that they prep you for your career change from the beginning. All in all, you get the most value from your coach and mentor so make sure you get as much help from them as possible.Read Less",UI/UX Design Career Track,UX/UI Design +293971,11035,springboard,Daniel Heo,False,2022,Springboard will help you succeed,2022-10-14,5.0,5.0,5.0,5.0,Springboard data analytics course is amazing. The course work is laid out well and they offer so many resources to help you finish the course. The best part of the course was the mentors. My mentor was so good at helping me when I was stuck and help me... Read More understand concepts and would give feedback like the real world. The course offers so much and I am really happy with my experience with them.Read Less,Data Analytics Career Track,Data Science and Analytics +293890,11035,springboard,Arturo Bravo Monsalvo,False,2022,Wonderful learning experience and support!,2022-10-12,5.0,5.0,5.0,5.0,"The curriculum is very broad. I think that you really can get a very good idea of what means to be a Data Scientist. The material is designed for any person with any type of background to understand clearly. Additionally, I think that the support from... Read More mentors, community, advisors, etc. is wonderful to guide you in the correct pathway to succeed. Lastly, the amount and insight of all the projects help a lot to solidify the knowledge that you learn. Plus you have access for life to the resources!!Read Less",Data Science Career Track,Data Science and Analytics +293887,11035,springboard,Jared Barnes,False,2022,Springboard is amazing.,2022-10-12,5.0,5.0,5.0,5.0,"Springboard is an amazing way to change careers into the data world. Their mentor program, career coaches, and curriculum are top notch! I felt prepared and well equipped for a new job I had no experience in prior to Springboard. I HIGHLY recommend this... Read More program if you want to jump into the data world and have no prior experience.Read Less",Data Science Career Track,Data Science and Analytics +293871,11035,springboard,Christine Stacey,False,2022,Best UX Bootcamp,2022-10-11,5.0,5.0,5.0,5.0,"I took 2 weeks to research the different paths to take to get into UX Design & UX Research. Springboard was to only one that had everything I was looking for. It is 9+ months long so you get a well rounded education. They provide you with a weekly mentor... Read More meetings plus unlimited mentors if you have questions outside of your weekly mentor meeting, you meet with career coaches and you have your work verified by a hiring manager. The 4 portfolio case studies include a real world project to set you up for success when you go through the job search. The payment options make it easy for people who are on a budget as well. It's no wonder companies like Amazon are partnering with Springboard, it is honestly the best choice.Read Less",UI/UX Design Career Track,UX/UI Design +293851,11035,springboard,Lyndsay Gang,False,2022,Mentorship Was Awesome!,2022-10-11,5.0,5.0,5.0,5.0,"The mentorship at Springboard was absolutely essential to my success. My mentor provided me with weekly feedback throughout the course & was also a sounding board for my concerns. She consistently provided me with constructive feedback that helped me... Read More feel confident as a UI/UX Designer. The career coaching was also excellent, and I'm feeling very confident in my job search.Read Less",UI/UX Design Career Track,UX/UI Design +293848,11035,springboard,Yan Lin,False,2022,"Every step of the way, I felt supported",2022-10-11,4.7,5.0,5.0,4.0,"I was considering a career transition, a friend of mine recommended me to Springboard Data Analytics career track. I just graduated after 6 months of intense learning. I felt so supported throughout the way, the amount of mentors available to help and... Read More motivate is unparalleled. There were also a slack community where students could ask for help. In moments of challenges, I'd go to slack and see how other students were also struggling and seeking help and then overcoming the curriculum. That really gave me a sense of hope. Thank you Springboard. I'm going into my job guarantee phase soon and would hope to get the same amount of support and inspiration!Read Less",Data Analytics Career Track,Data Science and Analytics +293814,11035,springboard,Natalie Terada,False,2022,10/10 experience,2022-10-10,5.0,5.0,5.0,5.0,"A big reason I chose Springboard was for the mentorship they offer. My mentor (who is an experienced UX designer) was nothing but supportive and encouraging throughout. I have heard of other students with mentors that they didn’t have a great experience... Read More with. However, Springboard has a VERY responsive support team, and I’m sure they’d be quick to act on that if it’s ever brought up. They are very friendly and accommodating. Mentor meetings occur once a week, and my mentor gave me feedback on my four projects, job advice, my portfolio, and more. I honestly don’t know where I’d be without a mentor. In addition, we had career coach calls with recruiters in the tech industry that were really educational as well. I feel more of these could have been beneficial for us, but I also haven’t experienced any of the post-completion coach calls, which are every two weeks to report how the job search and networking is going, and to get tips/feedback. It seems like the program genuinely cares about us even post-certification, rather than just sending us off in the discouraging-at-times job search. I haven’t experienced the job guarantee “rules” yet, but there are a few parameters (which seem reasonable to me) to follow in order for the job guarantee to apply. I also really benefitted from the mock interviews. I feel I got a good general idea of what to expect. They were realistic and I genuinely can’t imagine finishing a UX bootcamp without knowing how the interviews run (including whiteboard challenges). Finding a program that was self-paced was important to me for two reasons: the first being that I was in a different timezone, so online live classes to attend was not realistic for me. Second, I found other bootcamps that were just 4 months. While that may be advantageous for those who are rushing to get a job, I didn’t want to rush my projects and portfolio creation. Since this was my first time learning about UX, I wanted to soak all the learning in without rushing too much. And I’m so glad I did. It’s a lot harder than people think to discipline yourself to complete the course with a goal in mind (eg: I wanted to finish in 6 months, as I didn’t have a full-time job and could devote all my time to the course, but instead it took +/- 12 months!) Another plus was that articles we had to read were mostly written by professionals in the field AND written with personality, vs a textbook reading. It made learning much more enjoyable and kept us in the current trends of design. Again, I can’t speak on how my post-completion experience as I’m just beginning, but I can’t imagine it being really negative thanks to Springboard’s support.Read Less",UI/UX Design Career Track,UX/UI Design +293699,11035,springboard,Jackson Sheffield,False,2022,Springboard UI/UX Bootcamp,2022-10-06,5.0,5.0,5.0,5.0,"I really enjoyed my UI/UX Bootcamp through Springboard. I was able to do it all online at my pace which worked great in my schedule. The mentors and career coaches seemed to really care about my success and usually gave very helpful feedback. I honestly... Read More don't have any major critiques. They are flexible, allow pauses throughout the course and really help you feel like part of a community even though it is all online.Read Less",UI/UX Design Career Track,UX/UI Design +293688,11035,springboard,Ethan Reynolds,False,2022,Springboard Software Engineering Career Track Prep Course Is Amazing!,2022-10-05,5.0,5.0,5.0,5.0,"This is a review of the software engineering career track prep course, so not the full boot camp. However, because of the prep course I am way more prepared to dive into the full 9 month program. It was the perfect introduction to the video learnings,... Read More practice problems, mentor calls, student Slack community, and more that is part of the full boot camp. Colt Steele's teaching style is very clear and understandable, even for beginners. The practices were also very insightful. Overall, I had a very positive experience going through the prep course!Read Less",Software Engineering Career Track Prep Course,Other +293679,11035,springboard,Kendall Bishop,False,2022,pleasantly pleased graduate,2022-10-05,4.7,5.0,4.0,5.0,"I recently finished the UX UI career track certification after a little over a year of full - time studying. After researching numerous bootcamps, I was so hesitant about the price but felt SB had the most to offer. I can say it was worth every penny.... Read More I would recommend to complete the course slowly in order to soak in the material and capitalize on all the resources the course offers. I wasn't sure how I'd feel after graduation, but I can say I feel confident and prepared going into applying for jobs. The career coaches and mentors are really unmatched, they have such a passion for helping students break into the industry and are so knowledgable with many aspects of the career transition. The best part of the course was the industry design project where you are placed on a real company to complete a project. I'm so thankful for SB because now I am officially interning with the startup company that I was placed on. If you are in between choosing a bootcamp - go with Springboard. Transitioning into a new career can be overwhelming, but SB has made me feel supported all the way through.Read Less",UI/UX Design Career Track,UX/UI Design +293561,11035,springboard,Tracie Ivy,False,2022,Enabled me to make the switch from professor to data analyst,2022-10-02,5.0,5.0,5.0,5.0,"I loved the Springboard program. The curriculum was exactly what is necessary to be a data analyst. Two capstones will help you create a portfolio to show your work to potential employers. The career coaching was invaluable to me, as I had only ever worked... Read More on academia, which is so much different than industry.Read Less",Data Analytics Career Track,Data Science and Analytics +293554,11035,springboard,Promise Morka,False,2022,Phenomenal,2022-10-01,5.0,5.0,5.0,5.0,"The Springboard Software Engineering Career Track was an amazing place for me to learn and practice my coding skills. The curriculum is loaded with up-to-date topics and the instructor is one of the best I have ever had. Students are attached to Mentors... Read More that are patient, experienced, highly knowledgeable, and empathetic with new learners. One of the things I loved most about the program was that they really want their students to succeed and they ensure that by giving students pauses and breaks when they need them, to make sure that students are not overwhelmed by the number of materials that they have to learn while in the program. Students have to pass 4 mock interviews to secure a job guarantee and I tell you that Springboard empowers their students with all the information needed to pass and secure it. Students are not being played false with the job guarantee!Read Less",Software Engineering Career Track,Software Engineering +293543,11035,springboard,Michael Ward,False,2022,Springboard Data Science Career Track helped me to transition my career into something I love,2022-10-01,5.0,5.0,5.0,5.0,"I chose the Springboard Data Science Career Track because it had great reviews, a job offer guarantee, and it had the most in-depth training program with over 500 hours of training material and 14 projects including 3 capstone projects to share with potential... Read More employers. They also provide significant career coaching which really helps with finding great jobs and getting interviews. In my opinion, the most valuable part is the mentorship. Springboard assigns a mentor that you meet with on a weekly basis. My mentor is fantastic and helped me to get a job with his company. The training is self-paced and all remote, so I was able to complete most of it while traveling the country in my RV. The program is a bit expensive compared to some others, but all the benefits are definitely worth the cost especially considering that they will give you your money back if you don't get a job offer in the Data Science field. The program is very in-depth so that I felt knowledgeable and ready to take on my first Data Science job. The mentorship and career coaching was extremely valuable. The program is a bit costly, but it is definitely worth it considering that they guarantee you a job in the field.Read Less",Data Science Career Track,Data Science and Analytics +293518,11035,springboard,Julia Schwartz,False,2022,Amazing mentorship,2022-09-30,5.0,5.0,5.0,5.0,"I transitioned after 13 years from education to UX design with Springboard - it was a tough decision to leave the classroom (and a scary one at that), and I'm so grateful for the experiences I had within the course at Springboard. The mentor match-up... Read More was the best thing about it for me - I learned so much and got exposure to the world of UX with true project-based learning!Read Less",UI/UX Design Career Track,UX/UI Design +293326,11035,springboard,David Ramcharan,False,2022,Outstanding experience as a Springboard student,2022-09-25,4.0,4.0,4.0,4.0,"Springboard is an excellent boot camp to attend to take both your skills to the next level and prepare you for employment in the field of your chosen course. The curriculum is thorough and guides you through the necessary skills and knowledge set you... Read More will need for your career. The team you will be working with as well including a student advisor, mentor, and career coach are there to guide and ensure your success in the course and invaluable in doing so. I won't say it wasn't tough at times coming from a non-coding/tech/stats background but at the end of it the experience was overall enjoyable and was the necessary dive into the field that I needed.Read Less",Data Science Career Track,Data Science and Analytics +293284,11035,springboard,Ryan Cutshall,False,2022,My experience was top notch and I landed a job with a 20% increase in salary before I even completed the course!,2022-09-23,4.7,5.0,4.0,5.0,Pros: expansion on knowledge in many different programs used in real world positions. One on one support along the entire path with opportunities to work with industry professionals. Ability to work on and receive feedback on your own social platforms... Read More and resumes. Cons: course/guidance can be a little out of order relative to how you learn. Covering topics that might not be relevant to your specific wants (but overall good to study and gain knowledge)Read Less,Data Analytics Career Track,Data Science and Analytics +293235,11035,springboard,Jack V Wolfgramm,False,2022,Springboard Data Science Review,2022-09-22,4.3,5.0,4.0,4.0,"IMPORTANT NOTE: Springboard will give me a $10 amazon card for this review, but these are my honest feelings. This is a review for the Springboard Data Science Track. I started this track shortly before finishing my Master's in Physics. I was looking... Read More at various job prospects and found that data science would be the best track for me in light of my interests and skills. I think the program does prepare you well, at least from the perspective that you feel like you have some grounding in data science before you start your first job/start the job application process. The bootcamp is more of a content aggregator, i.e. much of the content is pulled online or obtained for free. There are a few things that might possibly make it worth the money. 1. They have a high-level understanding of what the necessary skills are, and how well versed you need to be in them. If you are like me, you find a lot of the advice online unhelpful: starting your job search by slogging through a 500-page book on the statistical theory behind machine learning models is probably not going to be that helpful. Therefore, having a guided hand through the learning process can be very valuable. 2. They set you up with a mentor. I initially had mentor problems, but eventually I was set up with a mentor who worked great with me. The mentor can both give you encouragement and direction. Talking with them will help you ""speak the language"" so that you can communicate well during interviews. Finally, they know what projects will help you stand out/be helpful for your learning. 3. They push you to setup a LinkedIn and push the job application process strongly in general. For someone who only ever did research in university, the prospect of making a LinkedIn, making a resume to send to companies, and showing up to interviews was an intimidating and opaque process (silly in retrospect, I know). Springboard will push you to get it all done. Obviously, the program is not perfect. The program is expensive, and results will vary by typical factors like motivation, talent, and plain old luck. My analysis of the community is that there is a group of people who struggle with the material, and, much more importantly, struggle to get the first job (I have no stats on this population, but they are very visible). This also contributes to the general atmosphere of uncertainty and desperation that, as you might imagine, plagues your cohort as they are scrambling to find jobs. Please take keep in mind that the program will not work by magic (finishing the program is not enough) and examine critically whether you fit the ""target"" of a new data scientist. That being said, I did land an amazing job shortly before finishing the program, well beyond my expectations! Given that, I can only criticize the program so harshly, as I see the final result of the program as being extremely good! Overall, Springboard worked extremely well for me, so I would give it a hearty (but cautious) recommendation.Read Less",,Unknown +293147,11035,springboard,Michael Luecker,False,2022,"Great Experience Upskilling in Python, SQL, and Statistical Analysis (Make use of On-Demand Mentor Calls!)",2022-09-20,5.0,5.0,5.0,5.0,"The best part about Springboard is the ongoing mentorship and the on-demand mentorship calls. I am a data analyst who pivoted from sales and upskilling into Python and SQL is a big mental shift, trying to learn this stuff on your own is do able, but the... Read More projects you recieve and get to show case to recruiters is INVALUABLE. If you want to set yourself apart. I would highly recommend you consider Springboard as your #1 option. Good Luck!Read Less",Data Analytics Career Track,Data Science and Analytics +293019,11035,springboard,Val Gryshakov,False,2022,Great experience!,2022-09-16,4.7,5.0,4.0,5.0,"Great course for beginners and those with some experience who needs a little boost. I was able to learn good amazing new skills and improve old ones. The course relatively flexible in terms of study time per week. Great support and from student advisor,... Read More cours mentor and career coach!Read Less",Data Science Career Track,Data Science and Analytics +292964,11035,springboard,Nathanael Carl Richardson,False,2022,My experience was full of great information and it is a library of great content that I will be able to revisit when i see fit.,2022-09-15,4.3,4.0,5.0,4.0,"My personal review of this course is 95% positive. Mentorship was great, material was great and well organized. My only criticism is that i would have prefered a part of the course where students gather for a weekly call. More than simply hosting office... Read More hours. More like a group think session.Read Less",Data Analytics Career Track,Data Science and Analytics +292945,11035,springboard,Muztahid Kaiser,False,2022,"Overall, a great experience.",2022-09-14,4.7,5.0,4.0,5.0,"Pros- Great career services and a great mentorship program. Lots of hands on labs and learning opportunities. Lots of project based learning for students. Cons- Curriculum was mainly LinkedIn learning videos, some were 4-5 hours long. Was tedious at times.... Read MoreRead Less",Cyber Security Career Track,Cybersecurity +292753,11035,springboard,Graham,False,2022,You'll get your money's worth,2022-09-09,5.0,5.0,5.0,5.0,"Springboard is one of the highest rated and cheapest online bootcamps, and I think that bore out more or less for me. I definitely felt the lack of cohesion and interaction with my cohort, which was a real bummer. However the staff, tutors and mentors... Read More were very engaged and if you are self directed + reach out for help when you need it you'll learn everything you need to. They also really focus on teaching career skills to make sure you can actually find a job - I wish my college had done that much.Read Less",Data Science Career Track,Data Science and Analytics +292643,11035,springboard,Chun Huang,False,2022,I liked data engineer course with Springboard,2022-09-06,5.0,5.0,5.0,5.0,"I just finished data engineering course with Springboard. The curriculum is exceptional. The projects are well designed and really help me on understanding the basic concepts of some advanced technologies such as, map/reduce, airflow, Kafka, etc. (It... Read More is worth mentioning that I have used other courses to teach myself Kafka, airflow, and was not able to mastered it). My mentor is very helpful. He was not only supervising finishing the projects but also helping me understand some most concepts, like OOP, SOLID. He also helped me to complete a capstone project which is about creating data lake from scratch, using different technologies, Python, Spark, Snowflake, Tableau . A fun project from which I have learned a lot. I haven't started my job searching. But I feel their support for career is also very strong. I may report later.Read Less",,Unknown +292640,11035,springboard,Kep Kaeppeler,False,2022,Terrific curriculum and experience,2022-09-06,5.0,5.0,5.0,5.0,"My experience with Springboard was very strong. I am a recent graduate of the Software Engineering Career Track. This program focuses on full-stack web development and will guide the student to a strong understanding of in-demand software engineering... Read More skills that are found in a high percentage of job listings. One-on-one mentoring was one of the most important features for me. I was matched with a mentor that I met with weekly (virtually) who reviewed all of my work, answered questions, made corrections and suggestions, as well as pointed me to additional resources, and guided me on my path. In addition to my personal mentor’s code reviews and instruction, I was given the opportunity to have other mentors give me code reviews of some of the larger curriculum projects which were valuable for getting additional perspectives and becoming comfortable with code reviews in general. The video lectures are put together well and come with study notes. There are many project assignments that are thoughtfully put together and challenging. The capstone projects have become features in my portfolio. There is a series of mock interviews that you prepare for and must pass that is an invaluable experience: Behavioral, Project code walk-through, Technical, and whiteboard. This process is very helpful to the interview process The career services and support are top-notch. Throughout the course, there are career modules to work on so that upon graduation the student is ready to begin the job search that includes resume and cover letter building, networking, and LinkedIn optimization. Post graduation you work with a career coach for 6 months (with available free extensions) to guide you on your job search, prepare you for behavioral interviews, teach you to use the many online resources available, help with job offer negotiations, etc. There is a job guarantee which offers tuition reimbursement if a job is not secured in 6 months and the graduate stays compliant with standards of job search requirements.Read Less",Software Engineering Career Track,Software Engineering +292637,11035,springboard,Linda Han,False,2022,UX Design Career Track,2022-09-06,4.7,5.0,5.0,4.0,"I had a great experience with the springboard bootcamp! I chose springboard because of how affordable the bootcamp is compared to the others, being matched with a mentor that you meet every week, and the ability to work on a industry design product with... Read More a real company. My mentor was super supportive and gave very detailed feedback. I learned so much from her and I could tell she was very passionate with teaching her students! If you have the time and have a huge desire to become a UX Designer, I would highly recommend this program!Read Less",UX Career Track,UX/UI Design +292551,11035,springboard,Scott M,False,2022,Ready to move up to the Data Science Career Track,2022-09-05,5.0,5.0,5.0,0.0,"While I definitely have a lot to learn to become a data scientist, I feel like this prep course does a good job at introducing you to the field as well as preparing you for bigger and better things. I think this is a great first step for anyone considering... Read More a career in Data Science without a relevant background. A) The prep course is affordable. B) It prepares you for their career track test. and C) Should you choose to do their DS career track course, you'll be able to apply the cost of this program towards that tuition.Read Less",Data Science Career Track Prep,Other +292519,11035,springboard,Aleck Lu,False,2022,Springboard Data Analytics Career Tracker,2022-09-03,5.0,5.0,5.0,5.0,"I had a great experience with Springboard. The curriculum is challenging and prepares you well. Throughout the course, I was able to have access to my mentor and career advisor to help me with any questions I had. They also offer job guarantee. I would... Read More definitely recommend Springboard for anyone looking to make a transition in their career.Read Less",Data Analytics Career Track,Data Science and Analytics +292442,11035,springboard,Orlando Henriques Jr,False,2022,Feel confident in beginning my career in cybersecurity,2022-09-01,5.0,5.0,5.0,5.0,"Springboard Course was very insightful, giving you the base about cybersecurity industry. Everyone at Springboard, Mentor, Career Coach, Student Advisor we’re all fantastic. The curriculum was great, one great feature is the one on one mentioning. I was... Read More able to learn a lot from the cybersecurity industry from my mentor.Read Less",Cyber Security Career Track,Cybersecurity +292342,11035,springboard,paul,False,2022,Data science Springboard,2022-08-29,4.7,5.0,4.0,5.0,Great experience overall my first mentor was not so great and he said he is quitting due to conflicts with springboard and my second mentor was amazing he helped me and suggested me with all the ideas and what to study more. Overall the course content... Read More is great but can be also found yourself but organized well.Read Less,Data Science Career Track,Data Science and Analytics +292239,11035,springboard,Conner McNicholas,False,2022,"Solid Curriculum, Really Helpful Mentor",2022-08-26,5.0,5.0,5.0,5.0,"I had actually worked as a professional Data Engineer prior to enrolling in this bootcamp, but the database I focused on was highly specialized and proprietary technology, and I wanted to shore up my skills in the more general open-source technologies... Read More that are widely used throughout the tech industry (python, sql, spark, airflow, cloud, etc). I had always felt confident to google such subjects when I needed to get a one-off job done, but I was well aware that my work was likely rife with hidden inefficiencies, tacky stylistic choices, and affronts to established convention. The problem with that kind of learning is that you ""don't know what you don't know"". This is what I hoped a formal education in Data Engineering subjects would afford me - a comprehensive understanding of the most essential technologies for Data Engineers today. I can say that Springboard did pay off in that respect. I feel confident to not just speak about those elements of tech, but I know the pros and cons of each of them. Because you get experience with multiple Capstone projects that are indicative of industry assignmemts, I also feel confident with my skills in execution while using any of these technologies - despite having zero experience in many of them prior to Springboard. My mentor, Karthik, went above and beyond to make sure things were going smoothly for me - even when he wouldn't have been expected to.Read Less",,Unknown +292105,11035,springboard,Anonymous,True,2022,Springboard UX Career Track Certification,2022-08-23,5.0,5.0,5.0,5.0,"I took my UX Career Track Certification through Springboard and I highly recommend it! My experience was wonderful overall. Throughout the entire course I was able to have access to my student mentor and advisor to help me through any questions I had.... Read More If you are looking to make the transition into user experience, this is the way to go!Read Less",UX Career Track,UX/UI Design +292081,11035,springboard,Anonymous,True,2022,Learning support,2022-08-22,5.0,5.0,5.0,5.0,"This program is rigorous, comprehensive, and offers incredible one-on-support for learners vie technical mentorship and tech centred career coaching. Pros would be the technical and career support, as well as the 24 slack community where program leaders... Read More are quick to offer specific tool advice and tips. Cons would be the time commitment - the estimates are accurate, but a bit conservative for someone transitioning into analysis from a cultural field. The 26 hrs per week quickly became 30, but they were worth every minute.Read Less",Data Analytics Career Track,Data Science and Analytics +292042,11035,springboard,Rachel Amato,False,2022,Good value and good experience,2022-08-20,4.0,4.0,4.0,4.0,"I chose Springboard for several reasons including price (on the low end of the available bootcamps), timeline (able to complete in 6 months or less), and the ability to perform an industry design product with a real company. I did not qualify for the... Read More job guarantee, but they also offer that if you qualify. My mentor was knowledgeable and flexible with scheduling our calls which I appreciated because I work full time. As someone with no prior experience in design, I wish there was a little more guidance and support with learning the actual design tools. Otherwise, I made it through the course without too much difficulty. I would definitely recommend the course to others.Read Less",UX Career Track,UX/UI Design +291893,11035,springboard,X. Sun,False,2022,UX Design Track,2022-08-16,4.7,5.0,5.0,4.0,Overall I have a positive experience with Springboard - UX Design Track program. The thing I like the best is the Industry Practice - it is like an internship working with the real client and real team. The curriculum is spot on and it covered basically... Read More all you need to know about this industry. It would take a little bit more time than it stated based on my experience. The mentor/grading is relevantly easy.Read Less,UX Career Track,UX/UI Design +291838,11035,springboard,Ann Marie Kernen,False,2022,Springboard UX/UI Design Career Track,2022-08-15,4.7,5.0,4.0,5.0,"Overall had a good experience with Springboard. My mentor was awesome and the one on one mentors and career coaches are easily the highlight of the program. I will say - getting into UX is NOT easy and will require a ton of hard work, research, networking,... Read More and upskilling! You have to really want it, but if you put in the effort you can make it happen. Definitely would recommend Springboard to someone who is willing to put in the work required to land a job in this industry. A lot of bootcamps today do not prepare you nearly as well as Springboard does.Read Less",UI/UX Design Career Track,UX/UI Design +291783,11035,springboard,Tom Shields,False,2022,Supportive and Rigorous,2022-08-12,4.7,5.0,4.0,5.0,"The coaches at Springboard really helped me get ready for the job market. There are so many skills to learn but Springboard enables you to understand what employers are looking for. The on-demand coaches also came in handy, and I made sure to utilize... Read More those often.Read Less",Data Science Career Track,Data Science and Analytics +291709,11035,springboard,Zachary Frame,False,2022,Springboard Experience,2022-08-10,5.0,5.0,5.0,5.0,"Springboard was excellent for me. It comes down to calculating what sort of factors affect you the most, personally, but here's the gist. • This is self paced. That means you take the course in your own time. If you lack the ability to stay seated and... Read More engage with lectures / homework / project creation by yourself, this may not be for you, and that's okay too. • You get a mentor. My mentor experience was amazing. We met each week, and many weeks I didn't need much. Every now and again I'd hit a wall and he'd be there to put me back on track. I never had a bad experience with my mentor. • Springboard really does engage with its community to help them find jobs. My experience with 2U, a competing program, was that they were less likely to go out of their way to help. Springboard was very proactive in pushing, guiding, and helping me.Read Less",Software Engineering Career Track,Software Engineering +291708,11035,springboard,Apeksha Udeshi,False,2022,Rigorous and close to real-world,2022-08-10,4.7,5.0,5.0,4.0,"I just completed my UX Career Track course from Springboard. This is my first time working on an online course and maybe in the future I may try something similar to this again. Unlike other online course, what really worked for me was the one-on-one... Read More weekly mentorship calls. This kept me accountable for my progress. Also since my mentor works in the industry he was able to give me practical work advice. The course material was a good mix of relevant videos, blogs and reading material. And starting on my capstone right from day ensured that I had an end-to-end UX project to showcase to my employers during interviews. I opted out of the job guarantee as I am not based in the US but I was able to use the career counsellor calls - which I found immensely helpful despite the counsellors being based in the US.Read Less",UX Career Track,UX/UI Design +291699,11035,springboard,Liliae Funderburk,False,2022,The Springbord Cyber Security Career Track gave me the tools to transition from the healthcare industry to the IT industry.,2022-08-10,5.0,5.0,5.0,5.0,"This program was very in-depth, however, it’s impeccably organized and easy to follow. My favorite things about this career track were the industry expert mentor who was there to help me better understand the concepts along the way and the Career Coaches... Read More who provided me with exceptional career advice that got me great job offers and landed me a job in no time.Read Less",Cyber Security Career Track,Cybersecurity +291668,11035,springboard,Josh Abenojar,False,2022,Great course for someone with no UI/UX experience,2022-08-09,4.3,4.0,4.0,5.0,"Springboard UI/UX Design Career Track Certification is everything the website says it was going to be. No lies no frills, builds up your core UI and UX design skills and apply them to 3 or 4 projects that you can put on your portfolio (which the curriculum... Read More also helps up build!). You're matched with a mentor, someone who you speak with about your progress on a weekly. I heard this was a hit or miss, but mine was a hit. Always had great feedback and great convesation. You're part of a cohort who you can moan and groan about UI/UX with, but also fall back on for support! Springboard does a great job preparing you for post-completion - the dreaded job search. Springboard has career modules embedded in the curriculum that focuses solely on representing yourself as the best UI/UX Designer you can be, and even gives you interview practice and presentation practice. You and your career coach will go back and forth week after week, job application after job application, interview after interview, until you land your first job! I was offered a job as a User Experience Designer prior to completion, so I never fully utilized the post completion career coaching all students has access to (regardless of your job guarantee status). BUT, that goes to show how well Springboad does in preparing you for the UI/UX Design field!Read Less",,Unknown +291662,11035,springboard,Catherine McKoy,False,2022,My experience was absolutely life changing.,2022-08-09,5.0,5.0,5.0,5.0,"One thing I liked about the bootcamp program was the weekly mentor meetings. Having someone to help me stay on track and answer any questions I had was incredibly beneficial. I liked how there was a variety of topics surrounding cybersecurity to dive... Read More into such as compliance, cloud security, and network security. The career coaches were thorough and detailed and it helped me in my job search and landing a job. If I had to think of at least one con, then I would say I wish there were more labs to go through. Overall, I enjoyed my experience and would recommend it to a friend because it helped me receive job offers, gain a highly sought after certificate and make more money.Read Less",Cyber Security Career Track,Cybersecurity +291635,11035,springboard,Santos Aaron Limon,False,2022,Springboard!,2022-08-09,5.0,5.0,5.0,5.0,"Springboard was a great experience! They had a great curriculum that went over all the important topics I needed to become a Data Analyst. It was well laid out and they had a lot of support in place. You have a mentor that helps you out every week, career... Read More coaches to prep you for a new job, a slack community to help you when you get stuck on parts of the course, and great resources to practice your skills. I would recommend to anyone.Read Less",Data Analytics Career Track,Data Science and Analytics +291564,11035,springboard,Avner (Avi) Teichberg-Sabath,False,2022,"Overall, excellent experience",2022-08-08,5.0,5.0,5.0,5.0,"Springboard has a strong support system implemented for the students throughout the duration of the course (and even during the job search afterwards). Between the weekly mentor calls, career coach calls, and on-demand mentor calls, I think it was pretty... Read More easy getting the help I needed. I personally have difficulties with deadlines and holding myself accountable at times, however my mentor was pretty good at trying to help me with that. I also really enjoyed hearing about my mentor's and my career coaches' work experiences over the years. If you are considering studying with Springboard, I would try to really think about the 9-month course duration/deadline (if you have any difficulties similar to me).Read Less",Software Engineering Career Track,Software Engineering +291542,11035,springboard,Vatsalaa Jha,False,2022,UX Design Track Review,2022-08-07,5.0,5.0,5.0,5.0,"Springboard was a great way to learn about UX Design. My mentor provided a lot of great information and the curriculum is helpful and in depth. I feel like I have a great portfolio and appreciate that there is a professional certificate I received at... Read More the end of the program. The Career Track provides job assistance with a career coach who acts as a guide in finding a job. If you have the time and dedication to complete the track on time, I recommend the program and making that career change.Read Less",UX Career Track,UX/UI Design +291540,11035,springboard,CJ Medaglia,False,2022,Springboard User Experience Design Career Track Was a Positive Experience,2022-08-06,4.7,4.0,5.0,5.0,"I took Springboard's UX Design Career Track from October 2021 through March 2022. I took it as a way to accelerate my career transition and be prepared to start a career in UX. There are plenty of bootcamps to choose from I'll highlight why I chose this... Read More particular camp over the others. Why I chose Springboard The features that were most attractive to me were the mentorship with someone who has been in industry for a long time, the career coaching, a legitimate job guarantee clause, and the ability to self pace. Another very important feature was the curriculum of course, as it was something that gave me the accurate information in an industry with a lot of misinformation circulating. Mentorship It is important to have mentorship, as a good experienced designer's expertise empowered me to know I was achieving real success in my work throughout the course as all assignments were graded and reviewed. I also loved the weekly meetings with my mentor to discuss my work and any questions. Career Coaching Before the course I never had a good picture of how to network, job search or interview effectively. This was all covered and explained in the course and it was great to give me increased confidence in job search, which I always found intimidating before. Job Guarantee I did not need to use the job guarantee, as I got a job before the time period ended. I did review it and find it acceptable, especially because their requirements were designed to increase your chances of getting a job. You're required to continue building your network and required to apply to jobs. If you are a chrome user there is an extension that makes submitting the connections and job applications easy enough that it doesn't add too much work in addition to the job search its self. Self Paced I did this course while working a full time job, and it was quite a full schedule. The ability to time things on my own within the total course time requirement made me able to get ahead some weeks and have slack weeks when I simply didn't have time or availability. A Couple Challenges It's important to require excellence from yourself in your work. If you really want to do UX Design put your back into your work, as it doesn't do its self. While this may seem like a non-statement, I want to point out that for a junior role there are often HUNDEREDS of applicants. This level of competition requires working hard to get things done. A second challenge is there is little education in the course for quantitative data gathering, which is very important in the actual field. A third challenge is I found out that they expect the course to take 8 months rather than the advertised 6. I don't appreciate the bait and switch feeling this gave me. That being said I put my back into it and almost completed it in 6 months. Springboard is not perfect, but it had what I needed to learn and make my career transition!Read Less",UX Career Track,UX/UI Design +291404,11035,springboard,Konstantinos Anagnostou,False,2022,Fantastic Course,2022-08-03,5.0,5.0,5.0,5.0,"Excellent syllabus, very much complete! High quality videos from a high quality instructor, Colt Steele taking you step by step from 0 to 100 in each unit. I would say that Colt and my Mentor were my major motivators during this journey. My mentor was... Read More an industry expert, with very deep knowledge in full stack development and always eager to assist me when needed. I also enjoyed the flexibility I had with this online course to follow my own pace without ever feeling struggling alone out there. Teaching assistants, ""on-demand mentors"" and peers community on slack were available at any time. However, I have to mention that the material to cover is endless and additionally there are various optional units that I found necessary to study. This means that in order to finish and get the maximum, the student needs to be very well organised and self-motivated. Otherwise it might take much more time than anticipated. But overall a great course! I would definitely recommend it!Read Less",Software Engineering Career Track,Software Engineering +291305,11035,springboard,Jessica Becker,False,2022,Great for Career Pivot,2022-08-01,5.0,5.0,5.0,5.0,"I am a teacher transitioning to data analytics. I chose Springboard's Data Analyst track because I wanted to pivot quickly. I chose the program because 1. I knew I wanted something paced with curriculum provided (I didn't want to have to figure what I... Read More needed to know and then figure out where to learn it) and 2. I wanted something that was career track focused. I wanted to pivot from teaching to Data Analyst and the job guarantee sold me. They also provide more data if you request like completion rates. Other bootcamps did not provide this. I'm satisfied with my experience, and I feel prepared to enter the data analytics profession. Cons: ->HOWEVER, I am not yet employed as a data analyst. So, I can't say yet if my investment paid off! Hopefully I will never have to say if they will make good on their job guarantee. I completed the program about 1 week ago, it's too soon to say on this subject. ->About 1/2 the curriculum is sourced from other websites & Youtube. As a professional educator, this DOES NOT bother me. Like any teacher will tell you, if someone else made a kick ass lesson plan there is no reason to re-create it, just use it! (It is not stolen content, Springboard either pays for you to use it or it is already free, and they give credit to source) Tips: Take the free Excel course they offer to see how it feels. That is a good indicator if the pacing and style will work for you. Go into this knowing that YOU are the deciding factor on success. That means YOU have to want to do this work, YOU have to make the connections with the mentor and fellows, YOU have to practice daily. They give you the tools, but YOU have to use them. The career coaches are amazing, USE THEIR SERVICES! Take every tip they give you even if they are sometimes harsh or it feels like you don't need help with the soft skills, just do it anyway! Believe me, I am/was a teacher, my communication skills are 10/10 but after a practice interview and feedback my confidence and interview skills are now 12/10 lol Lastly, don't be discouraged. I don't have a math background, but I learned statistics. Am I the best? NO. Did I get it in 2 weeks? NO. But did I learn it? YES! My referral is: https://www.springboard.com/invite/OXVVVRead Less",,Unknown +291285,11035,springboard,Stephen Borutta,False,2022,Well structured and good feedback,2022-07-31,4.3,4.0,5.0,4.0,"Pros - great curated flow of material that builds upon each prior lesson. Good opportunities to go above and beyond the ""regular"" path and really stretch your learning. Great flexibility. Good resources outside of the content (mentors, career, support)... Read More Cons - (more my situation) I was working full time when in the course. So I just wasn't disciplined enough to do all the further studies I wanted to. Still great course for my situation.Read Less",Software Engineering Career Track,Software Engineering +291275,11035,springboard,Yulia Meshcheryakova,False,2022,Great experience and results with Springboard!,2022-07-30,5.0,5.0,5.0,5.0,"I highly appreciate and value my experience with Springboard! I decided to take the Springboard Data Analytics career track certification program to get back to work after a 5 years career break with goals to refresh and upgrade my skills, gain confident... Read More in using UpToDate tools and got a job - all were achieved. The curriculum is comprehensive, well structured, and has a good amount of practice and materials to grasp the concepts. I liked the abundance of learning resources. I felt well supported: weekly mentorship, monthly career coaching, office hours and webinars, peer community - I found it all helpful! The student advisor and tech support were welcoming and quickly helped with all requests. I valued that it is a self-pace and remote program! Also, the program allows some extensions and breaks. I recommend it!Read Less",,Unknown +291212,11035,springboard,Gurpreet Kaur,False,2021,Great experience,2022-07-28,5.0,5.0,5.0,5.0,I’m so glad that I was introduced to Springboard to gain new skill and grow in my career. I changed my career from accounting to web designing and this all happened because of Springboard. They helped me in every step. I was able to understand the curriculum... Read More easily. Thank you Springboard Team.Read Less,UI/UX Design Career Track,UX/UI Design +291205,11035,springboard,Pratik Yeole,False,2022,Great bootcamp for Data Analytics,2022-07-28,4.7,5.0,4.0,5.0,Joined the Springboard Data Analytics Career track back in Jan 2022. I am not from analytics background and I had a good experience overall. Some of the pros and con are below. Pros- 1. The skills taught were relevant to the industry and provided me with... Read More additional confidence. 2. The curriculum was solid and covered a lot great topics. 3. The mentor and career coach are great and important part of the bootcamp. Cons 1. Can be more economical and felt it to be on expensive side. 2. Can provide more information on how to best use the time with industry mentors and extract maximum value. Overall I would definitely recommend this bootcamp for someone looking to transition into Data Analytics career. I did my google data analytics certification before starting this bootcamp which helped me as well and would recommend doing any kind of basic certification or courses of the tools which would be used in the bootcamp before hand to help you not get overwhelmed during the whole process and make it smoother.Read Less,Data Analytics Career Track,Data Science and Analytics +291178,11035,springboard,Alesya Calin,False,2022,Great experience!,2022-07-27,5.0,5.0,5.0,5.0,"Overall, I loved my experience with Springboard! Well designed curriculum, very thorough yet flexible. My Mentor was outstanding, very professional, knowledgeable and encouraging. The Student Advisor was also excellent, super supportive and very attentive... Read More to students needs. I liked the flexibility of the learning pace. It allowed me to work full-time and still learn well. Of course, there were challenges along the way, but Springboard is very good with their support system. Now I am working with the Career Coach, and she is also great! I like how Springboard's post completion support with the job search.Read Less",UI/UX Design Career Track,UX/UI Design +290917,11035,springboard,Victoria Bredy,False,2022,Springboard was fulfilling,2022-07-20,3.7,4.0,4.0,3.0,"I had a pretty fulfilling experience with Springboard. At first, I was assigned an unprofessional mentor who rarely showed up, and when the mentor did, it was 20 mins late and our call would last 5 minutes. This lasted for a month and as a result - i... Read More learned incorrectly. This was a HUGE bummer, especially because I was paying $1,300 a month for stellar mentorship. I was paired with a new one who was great, but eventually ended up leaving months later due to a massive pay cut. My third, and last, mentor was absolutely fantastic. I truly wish i had been assigned her from the start. She was patient with me while also challenging and holding me accountable. I relearned missed concepts from my first mentor. I realized I hadn't come up with the strongest solutions for my 2 capstones so I went back and my mentor was proud and cheered me on the whole way. I wished i would've had my mentor from the beginning, she truly made the experience amazing. Regarding content, i'd say cirruculum is good, but you can really learn it all on your own. i personally love how its laid out, its a better set up for me personally. just know that most of the material is Medium articles. The career support is awesome and i'm really excited to utilize it more. i do wish it was more of a requirement to meet with career coaches throughout the program.Read Less",UI/UX Design Career Track,UX/UI Design +290899,11035,springboard,Derek Powell,False,2022,Great data science program at an affordable cost,2022-07-20,4.3,4.0,4.0,5.0,"If you are looking for a self-paced online study program for data science at an affordable cost, Springboard is the right pick for you! Springboard's 500+ hour online self-paced technical curriculum leans heavily on a combination of DataCamp coursework,... Read More online articles, and self-created exercises and materials to teach students the necessary skills to be a data science professional. Their technical coursework is supplemented by additional career and technical resources, including regular call opportunities with an industry expert to assist you in your projects and a career coaching team ready to help you dress up your resume and experience and tackle your job hunt. However, because there are no deadlines in this course (except for the 6-mo Course-End date) you really have to stay on top of yourself. There are no mechanisms built into the coursework for advisors or mentors to track your progress and help push you along, if needed, so you, like I, may find yourself getting behind on the material and ending up at risk of not completing by Course-End and losing access to the course without certification. But, if you are good at pacing yourself and staying committed over a long timeline, you will find Springboard is quite accommodating and flexible. They boast a 'mentorship' program, with weekly 1:1 calls with an industry expert that I found to more closely resembles a one-way 'human Google' relationship than a proper mentor relationship. The burden of creating value from the calls falls entirely on the student and the 'mentor' does not bring anything to the table. While they do a very good job of providing feedback and advise on specific questions and topics, when prompted, I feel like their mentor program could be so much better if the 'mentors' actually mentored the students actively. That said, they cultivate a nice community amongst the students via their Slack channels and weekly 'fireside discussions' where are optional live 'lectures' around some relevant topic. I found the Slack community to be quite helpful in guiding me through many obstacles I encountered, particularly a small group of student alums which frequent the channels and are eager to help. I also found the Career services and learning units to be very helpful and it changed my perspective on how to market myself and my skills to be more successful in my career. I anticipate using these resources and knowledge I gained there to help me in my career well beyond my 'first data science job'. I found Springboard's cost to be cheaper than most competitors and their job guarantee was a nice hook, and you get what you pay for. There's no live lectures or other resource that simulates a 'classroom' environment, and some of the materials are a bit outdated, but considering everything above, I think the value is very good overall.Read Less",Data Science Career Track,Data Science and Analytics +290804,11035,springboard,Ara Jang,False,2022,A well-organized curriculum,2022-07-18,5.0,5.0,5.0,5.0,"The Springboard UX career Bootcamp was a memorable experience for me. I enrolled in the career track in November and got certification about 2 weeks ago. I had a blast on this journey. My mentor was super supportive and always there when I needed her... Read More when I needed help. I found that the 1:1 session with Weekly was so helpful and even though she was off her schedule, she was answering my questions via email and Slack. Like an internship, Springboard provides industry projects after I finish my capstone project. It was such an amazing experience and one that I will never forget. This experience gave me a sense of what I will be doing when I become a real UX designer in the near future. I am so pleased with my springboard experience. I would say that my investment was so successful and I can't wait until I am matched with my perfect job.Read Less",UX Career Track,UX/UI Design +290796,11035,springboard,Martin Moreno,False,2022,Ultimately effective in its goal - always room to improve!,2022-07-18,4.3,4.0,5.0,4.0,"I started from basically zero skill in programming languages. I studied python on my own for about 3-4 months before I joined springboard. Initially, it was heavy on using Datacamp lessons to teach you the fundamentals, but pretty soon you dove in to... Read More doing projects. It was pretty heavy at first to try to do even a 'guided' project, and the mentors are not there to give you the answers or grade your work (which is good!), but to give you overall guidance on your progress and ideas. It was bit difficult to take full advantage of the mentor meetings because you cant have good questions when you dont know what you dont know. The structure and the content was effective and relevant. I definitely could not have done this on my own. The projects and the experience directly helped me get a job dong analytics, which was my goal. The skills came in handy during the job's case study and during the interview process. I found a job at about the 40% mark in the course progress. I did not use the job support much, I only had one meeting with the career coach. The career coach tips and lessons in the curriculum did help, but the skills were definitely more important to me personally.Read Less",Data Science Career Track,Data Science and Analytics +290775,11035,springboard,shaowen yao,False,2022,Springboard UX bootcamp,2022-07-17,4.3,4.0,4.0,5.0,"I'll try to not repeat what everyone else has said but here is my take INDUSTRY PROVEN my 2 previous coworkers at Meta took this course and recommended it to me, so it is not a scam. PRO - good curriculum (public sources) covering all the important details... Read More of UX - good program QA, a lot of the assignments are reviewed and checked so it is not a pay to pass course - good community and students, very positive experience working mentors and students - real Industry project - you will learn how to work with fellow students and an actual live client. I would temper your experiences and expect an up and down experience just like freelance. The point is to gain knowledge and you may not come out with the perfect project you wanted - professional resources, they will shape your LinkedIn and resumes to be top notch, confirmed - 6 months post graduate job support, you are on a strict schedule but it is to ensure you are being serious about applying and finding a UX job - great mentors from actual US companies, you will find actual professionals who will tell you what it is really like and what to do. This is the best part of the program - great customer service , they do get back to you and try to address your concerns. I had to re-match mentors and Industry projects and Springboard did a great job crediting me and ensuring a smooth transition CONS - cost, it is high so if you are self driven conceivably you could do maybe 50%+ yourself and freelance to cover the rest. Your milage may vary - matchups be a mix and match, you may not get the right mentor or industry project, so be prepared for some frustration or ask to re-match and this time will be compensated from your billing. It doesn't mean your mentor or industry cleint is ""bad"" - it just might not be your fit. Everyone here is professional and very qualified from my experience interacting with them. - imperfections, this course isn't perfect and this is student work so I wouldn't expect these to be amazing unique portfolio pieces unless you spend time to elevate the UI production or nail a perfect interview script - how much you put into it matches how much you get out of it. Springboard is merely the mechanism to help you get there Is it for you? I can't answer that but you do get what you pay for, mostly. The rest you'll have to learn on your own or nudge Springboard a bit if you feel you're not getting what you promised in terms of support. I think it was worth the experience regardless of imperfections I encountered along the way.Read Less",,Unknown +290769,11035,springboard,Alexander Shim,False,2022,Springboard is worth the time and effort.,2022-07-17,4.7,5.0,4.0,5.0,"The Springboard experience has been rather informative and productive one. I had some difficulties due to a change in the ciriculum, but managed to recover quickly. The resources were sound and the staff was knowledgable about the fields. I highly reccomend... Read More this boot camp.Read Less",UI/UX Design Career Track,UX/UI Design +290740,11035,springboard,Derek Syme,False,2022,Excellent Skill Building and Mentorship,2022-07-16,4.7,5.0,4.0,5.0,"I recently finished the Springboard Machine Learning Engineering Career Track and am so grateful for all that I’ve learned through it. Not only was the curriculum well organized, easily accessible, and informative, but the career coaching and weekly mentoring... Read More were so helpful and encouraging. Highly recommend.Read Less",,Unknown +290685,11035,springboard,Wendy Bujalski,False,2022,"Excellent Curriculum, Good Career Support",2022-07-14,4.3,4.0,5.0,4.0,"The best part of the Springboard Software Engineering Career Track is the quality of the curriculum materials. They don't just teach you the bare minimum to be able to build things - the course gives context, history, and deep technical understanding... Read More of why modern web applications are built the way they are. The job support is also very good, though I would've appreciated a little more hands-on guidance. I got a job before finishing the program, so perhaps I would've had more help/guidance if I'd needed it. Anyway, I am very happy with the education I got from Springboard and would recommend it to anyone looking for a bootcamp they can do online at their own pace.Read Less",Software Engineering Career Track,Software Engineering +290654,11035,springboard,Stasos Clark,False,2022,Great learning experience at Springboard!,2022-07-13,4.7,5.0,4.0,5.0,"As I'm writing this review I have completed about 12% of the Springboard Software Engineering Career Track material and (just a couple days ago) accepted a job offer as an Application Developer for a local financial services company. Here are the pros... Read More and cons of my experience with Springboard: ---PROS -Colt Steele presents all the instruction materials (via recorded video). He does a great job and was super easy to follow along with. It was pretty rare that I would complete a video and not understand the concepts he had presented. -I found the Career Services very impressive. The career coaches are really high-caliber individuals in the field of job searching, recruiting, resume building, etc. Very, very helpful. They even made themselves available to me outside of the allotted career calls. -The mentors are also a great resource. My mentor was very easy to get ahold of and a highly-skilled programmer who was able to show me lots of little details that the curriculum would not have had the time to get into. He is actively involved in the industry right now so he is able to translate ""classroom"" material into how it works in the real world. -Obviously I don't have experience with other bootcamps to compare, but I think the price of Springboard is very, very reasonable. The assignments (which may be the most important part of any program) were appropriately challenging. Most of them required going beyond what was explicitly taught in the lesson and forced you to go deeper (in a good way). ---CONS -In my humble opinion, I think the curriculum spends a little too much time on Object-Oriented Programming (OOP). From what I understand, this model is beginning to be replaced by more functional programming. I also think React should be introduced much earlier. That seems to be the most prominent front-end framework right now, so it would be beneficial to learn that sooner rather than ""mastering"" traditional vanilla JavaScript. -There were times where the Springboard site was a little bit glitchy, but it was never so much of an issue that it prevented me from working for much time. Definitely not glitchy enough to be a major concern.Read Less",Software Engineering Career Track,Software Engineering +290614,11035,springboard,Jing Liu,False,2022,Data Analytics Career Track in Springboard,2022-07-12,5.0,5.0,5.0,5.0,"My friend enrolled in springboard bootcamp and got a job 2 months after graduation, she recommended me this bootcamp too! I love the office hour and the prompt student support! The course is self-paced, I was able to study in my spare time with my own... Read More tempo. The mentors and career coaches are very helpful, this is the best part of this program!Read Less",Data Analytics Career Track,Data Science and Analytics +290550,11035,springboard,Jacob Kubek,False,2022,Springboard helped me start a new career path,2022-07-10,5.0,5.0,5.0,5.0,"Springboard was an overall great experience. Their software engineering career track was paced at a manageable speed. The curriculum was very thoroughly explained and laid out by Colt Steele. Most lectures about these subjects can be dry and boring at... Read More times, but Colt made it very engaging. After taking the course, I feel confident to start my career in my new field.Read Less",Software Engineering Career Track,Software Engineering +290529,11035,springboard,Brooke Everson,False,2022,Mentors / Timeline,2022-07-09,4.0,4.0,4.0,4.0,"The one thing I found super helpful with Springboard was having my weekly mentor meetings. My mentors we always there even if it was our meeting time, they always were there for advice and to answer any questions. I appreciated them. I also liked that... Read More you can schedule a pause if needed. Life happens, and Springboard recognizes that. It helped me catch up from lost time.Read Less",UI/UX Design Career Track,UX/UI Design +290525,11035,springboard,Sam,False,2021,Data Science/ML Engineer student,2022-07-08,2.0,2.0,2.0,2.0,"I've gone through this Bootcamp (Springboard). If you would like to skip all reading and know the final verdict then -> it's a waste of money/time/effort. They will promise you everything in the beginning and hide the most important information. Then,... Read More will give you magical statistic numbers of their success during many years, but in the reality, YOU ARE ON YOUR OWN. If you failed to get the job before, there is a 99.999% chance you will fail after. Please do careful research before the final decision to join them. Look at their alumni and how much time they spend to land that first job. Do not listen to what they say. It is just marketing to get people like us (desperate for hope) to get on board and get our money. For those who want more information. Going a little dipper. The curriculum is outdated. A lot of mistakes/bugs. No one is willing to fix them even if you will spend your time reporting. Mentorship is a joke. Still, there is a smaaaaaall chance you could get a good one, but probably I was the unluckiest one. It was always not enough time to ask all relevant questions and get the answers. At the end of the Bootcamp, you are on your own to get that first job. People, please be aware that YOU CAN NOT GET THE JOB not because you do not have the right knowledge/skills but WORK-FIELD EXPERIENCE. Most companies do not give a sh... about your skills/certificates and other things as long as you could prove that you worked and applied that knowledge on a daily basis. Work experience is a key to your success. This Bootcamp IS NOT considered to be work experience. Do not be confused with that. Companies will be looking at you as a lier if you will put this resume as work experience (my own experience). So, be realistic to yourselves, and find a way to get a job. Otherwise, most likely you will be like me after, writing a similar review about your life mistakes with this Bootcamp. Thank your time and wish you the best.Read Less",Data Science Career Track,Data Science and Analytics +290496,11035,springboard,Allen Edge,False,2022,It was difficult but so worth it,2022-07-07,5.0,5.0,5.0,5.0,"The pros: There is an abundance of support available in every aspect: you have several advisors responsible for addressing every possible concern (homework, projects, career-based questions, etc.), and they address all questions in a timely manner. The... Read More curriculum guide is neatly laid out, and the percentage-based point system makes it easy to plan for weekly and longterm goals. The cons: Like with any bootcamp, it is a hefty fee; however, you get what you pay for!Read Less",Data Science Career Track,Data Science and Analytics +290323,11035,springboard,Maulikkumar Vaghela,False,2022,"Even if I was a non-IT person, I didn't feel any hardship to understand the topics covered in Springboard; Springboard made it look easy!",2022-07-03,5.0,5.0,5.0,5.0,"I have been coding out of curiosity but never got my hands on projects or a systematic completion of any technology. Springboard's concise curriculum helped me doing all that and that, too, in a minimum period of time. The best thing I feel about Springboard... Read More is the focus on Creating the projects. My Git hub is filled with 89 repositories thanks to Springboard. The flow and the structure of learning core technologies and frameworks and libraries helped me understand not only high level but also what is going on behind the scene when the coding is rendered, that allowed me to think more logically while debugging and applying my own ideas in the projects.Read Less",Software Engineering Career Track,Software Engineering +290280,11035,springboard,Osvaldo Peña,False,2022,Great course,2022-07-01,4.7,4.0,5.0,5.0,Springboard was a great way for me to switch career tracks. They had an excellent curriculum that made the concepts I was learning easy to understand. The mentor meetings were helpful and the career coaches were excellent. I would definitely recommend... Read More springboard to people looking for a career change.Read Less,UI/UX Design Career Track,UX/UI Design +290254,11035,springboard,Carlin Bass,False,2022,Springboard was an amazing boot camp.,2022-06-30,5.0,5.0,5.0,5.0,"The curriculum was organized and made it easy to stay on track. All of the articles and videos were very helpful in order to understand each piece of designing. I loved that they include working on your resume, LinkedIn, interviewing, and other things... Read More to set you up for getting a job. Also, you have a lot of support and other resources to help you throughout your entire experience.Read Less",,Unknown +290154,11035,springboard,Jose Gonzalez,False,2022,Great experience and amazing staff,2022-06-27,4.3,4.0,4.0,5.0,"Springboard is a great bootcamp for UX/UI Design, although it has some work to be done, it should definitely be on your list. Mentors and career coaches were super helpful and knowledgeable, you could also feel that they really wanted to help you. Curriculum... Read More was extensive and although it doesn’t cover every aspect like higher level design skills, it has the core of what you need to know. Some cons: - Definitely expensive especially if you want to do the pay after you get a job option. - Website UI needs work ironically.Read Less",UI/UX Design Career Track,UX/UI Design +290130,11035,springboard,Robert Aronowitz,False,2022,Great experience,2022-06-27,4.7,5.0,4.0,5.0,Weekly one on one meetings with a mentor who supports you with their real world experience and provides useful feedback for improvements. The online student community is another source for support and feedback on your projects. Student advisors make every... Read More effort to help you in every way possible to navigate your way through earning your certificate.Read Less,UI/UX Design Career Track,UX/UI Design +290094,11035,springboard,Stephanie lawrence,False,2022,A journey…,2022-06-25,5.0,5.0,5.0,5.0,"Gave me the confidence to talk through design decisions, pitch ideas, create design strategies from proven methods. Gave me better tools for design abilities I already had and now I can get to the next level ……………………………………………………………………………………………………………….... Read MoreRead Less",UI/UX Design Career Track,UX/UI Design +290082,11035,springboard,Jeffrey Ranck Jr.,False,2022,Springboard Data Analytics Career Track,2022-06-24,4.0,4.0,4.0,4.0,"I thought the curriculum was very well curated, though it really was just a guided learning track using 3rd party educational tools that you could theoretically just pay for yourself. (Most stuff was taught through LinkedIn Learning and DataCamp). You're... Read More really paying for weekly mentor calls, on-demand calls, and the career coaching. So all-in-all it was great for those resources. I would've like to see some live instructor-led classes maybe once a week or something to learn from some real professionals at the school. In particular, the Python units (taught via DataCamp) were not very well-taught in my opinion. They left me feeling very unsure of a lot of topics and like I didn't actually absorb much information.Read Less",Data Analytics Career Track,Data Science and Analytics +290068,11035,springboard,Dr. Nathan C. Walk,False,2022,Springboard is worth it. Period.,2022-06-24,4.7,4.0,5.0,5.0,"My name is Nathan Walk and I am a physician, specifically a Pathologist. I used Springboard and feel the experience was extremely worthwhile. Their educational framework – the foundation that they start with and how the instruction is pieced together... Read More into a whole – is very well done. While I did not complete the program (yet we get lifetime access to course materials) and it played only a partial role in my eventual job, it certainly helped. I recommend the program without reservation (except, make time for it and plan – it is real work). I also believe the Career Services and material presented there is nearly worth the price of admission. No searching around for ‘elevator speeches or structure of a corporation. Springboard succinctly gives you what you need to be in the know. Thanks for listening to one Doctor’s opinion.Read Less",Data Science Career Track,Data Science and Analytics +290042,11035,springboard,Anonymous,True,2022,Sprinboard Cybersecurity journey to SOC Analyst,2022-06-23,4.7,5.0,4.0,5.0,"Pros - The curriculum covers all domains of cybersecurity and important part of IT Infrastructure related to security - Deep cover on Network security - Great cover of Host-based security - Good guidance and preparation toward a career path and network... Read More building - I love mentor support - Wonderful career coaching Cons - Too much to cover in a short time. It requires a lot of dedication and commitment. I don't believe a couple of hours a day is not enough to learn a lot. - A lot of videos to watch. Sometimes it is kind of boring and not interactive. - The capstone project topic is great, but its approach needs some improvement.Read Less",Cyber Security Career Track,Cybersecurity +289951,11035,springboard,Indrani Banerjee,False,2022,Springboard Data Science Career Track,2022-06-21,4.3,4.0,4.0,5.0,"The course provides quite a complete picture of Data Science workflow and provides ample practice at each step. The career service is great as are the mock interviews. The resources made available by Springboard definitely make up the costs of the course,... Read More however, for those living outside of the United States, finding appropriate times for career and mentor meetings can be a little challenging. I didn't have too much of a problem with 1 on 1 meetings, but I found it hard to schedule a group discussion. My student advisor was happy to give me a 1 on 1 meeting instead of the group discussion which was quite effective, but it would have been nice to have the experience of hearing from other students. One improvement would be to increase the amount of scheduled basic programming practice for python and SQL as this will help students in the technical coding interviews.Read Less",Data Science Career Track,Data Science and Analytics +289942,11035,springboard,Anonymous,True,2022,Springboard greatly helped me learn what was needed to be a data analyst.,2022-06-20,4.3,4.0,4.0,5.0,Pro: - more affordable bootcamp - great mentors available - good tools to learn data analytics - on demand mentor calls are available - great career coaching or career guides. cons - short mentor calls (30 min) one per week. would be better to do 45 minute... Read More calls with mentorsRead Less,,Unknown +289940,11035,springboard,Steve L.,False,2022,Great experience at Springboard,2022-06-20,5.0,5.0,5.0,5.0,"I never had any experience with programming before, and the Data Analytics Career Track program at Springboard was a great stepping stone to become a future Data Analyst/Data Scientist. I think the program is great for beginners like me, and my mentor... Read More was amazing throughout the program. I highly recommend Springboard's program to beginners, especially for its large community, great courses, and mentorship.Read Less",Data Analytics Career Track,Data Science and Analytics +289934,11035,springboard,Briana Breaux,False,2022,Springboard was a fantastic experience!,2022-06-20,5.0,5.0,5.0,5.0,"Springboard's Software Engineering Career Track was an incredibly in-depth program that left me feeling well prepared for my new career. With extensive course material, a well-thought curriculum, and 1-on-1 mentorship, I gained the knowledge and experience... Read More I could not have from another BootCamp. I have also thoroughly enjoyed the Career Coaching after completion, I get to work with an industry expert on my job search and get guidance that I have not found elsewhere. If you are on the fence about whether you want to take the dive with Springboard or not, I seriously encourage you to take that leap and start your new journey with the best knowledge base you can access!Read Less",Software Engineering Career Track,Software Engineering +289820,11035,springboard,Anonymous,True,2022,"Great online school, great course adviser, support team and mentor",2022-06-16,5.0,5.0,5.0,0.0,"I had very positive experience with Springboard. The extremely flexible self-learning pace schedule, the thorough curriculum which makes on understand every concept from the ground up, expertised mentors, supportive course advisers and a great community... Read More - everything that one needs to begin a career in Data Anyltics is right there. Highly recommend taking the course.Read Less",Data Analytics Career Track,Data Science and Analytics +289765,11035,springboard,Lourdes Ghonsalves,False,2022,Springboard Data Analytics Program - a great choice!,2022-06-14,4.7,5.0,5.0,4.0,"Springboard DAC program immensely helped me gain the skills and knowledge I need to pivot into a new career path as Data Analyst. The DAC curriculum is well structured and the project based assignments helped me gain confidence. The weekly mentor call... Read More was a huge plus for me! Learning from an industry expert 'the structured way of thinking' as a data analyst was my greatest learning. The Springboard's careers team is an amazing resource to help with preparing for interviews. Although the course is self-paced, the weekly mentor calls and career coach calls helps with accountability and motivation. The mock call interviews towards the end really boost the confidence. Springboard's student advisor and the customer support were very accommodative to my situations and prompt with providing assistance from time to time! Also the Slack platform to interact with fellow students is an added advantage. I just completed my coursework and I feel more prepared and confident to make this shift in my career. I am glad I chose Springboard over the other program while I was exploring.Read Less",Data Analytics Career Track,Data Science and Analytics +289723,11035,springboard,DON TRAN,False,2022,Great Data Analyst Career Track for Beginners!,2022-06-13,4.7,5.0,4.0,5.0,"Springboard’s Data Analytics Career Track has helped me accomplish many achievements toward my career. When I first started, I was transitioning from a career as a Customer Service Representative. As I was taking the course, I got promoted internally... Read More to an Accounts Receivable Clerk, which I was very pleased with. I directly used the skills I learned from Springboard to leverage myself for a new role within my company. The core strengths and key takeaways I gained from this course was a new approach to structured thinking, a deeper understanding of the importance of networking, and the confidence to become a constant self-learner. Before this course, I had no idea where to begin as a budding data analyst. I had no clue what skills I needed to learn or what those technical skills even did. But, after finishing this course, I now have a clear understanding of what a data analyst does, what the tools of a data analyst are, and what the tools do. Also, now I know how to approach networking with people. Through this course, I gained the confidence I needed to reach out to people for networking, for jobs, for advice, and for help/mentorship. Lastly, Springboard's Data Analytics Career Track program excels due to it's large community of support. Through others in your cohort or through Springboard's large panel of career coaches and mentors, they provide a great source of mental, emotional, and technical support you may need to help you successfully transition into a career as a data analyst. I am definitely glad I chose Springboard!Read Less",Data Analytics Career Track,Data Science and Analytics +289716,11035,springboard,Alexander Aboutanos,False,2022,Springboard Delivered,2022-06-13,5.0,5.0,5.0,5.0,"I started my bootcamp back in June 2021 with minimal tech experience. Exactly 1 year later, I have a job in hand at an exceptional company. I was working a full time job while attending this bootcamp and the 70+ hour work weeks were very tough. My wife... Read More and family supported me to complete the task I had set out for. Springboard is a highly professional bootcamp. The lead instruct is Colt Steele. Signup for a short Udemy course from him and see if you like his teaching style. I thought it was spectacular. My mentor lead me through the process the entire way. He is an industry professional with lots of experience. The asynchronous option was really a must. I could take a week of vacation and then double up in working the following week. The technologies I learned in the bootcamp are exactly what my employers was looking for. I highly recommend the bootcamp for anyone looking to break into the tech industry.Read Less",Software Engineering Career Track,Software Engineering +289714,11035,springboard,Jingyi Lin,False,2022,"Great curriculum , mentor, TA and career coach",2022-06-13,5.0,5.0,5.0,5.0,"Each topics is explained well, very structured and the assignments are helpful to practice skills. TAs are really helpful when I have issues with assist me TA. They got back to me fast all the time.I al so enjoyed the mentor calls which learnt lots of... Read More industry things. And my career coach is very patient and giving useful suggestions.Read Less",Software Engineering Career Track,Software Engineering +289541,11035,springboard,Jasmine Fiscus,False,2022,Great Introductory Knowledge for the UX Industry,2022-06-07,4.0,4.0,4.0,4.0,"My experience with Springboard’s UX Design Career Track provided me with a thorough understanding of the foundations of UX. The course provides a great framework of UX design and the resources to build upon it. I enjoyed working with a mentor and receiving... Read More feedback on my projects from people in the industry. Even though the program was online, I felt like I was part of a community and built a network of other students for support. Springboard gave me the confidence to pursue a job in the UX Design industry.Read Less",UX Career Track,UX/UI Design +289489,11035,springboard,Michael Ward,False,2022,Springboard Data Science Career Track helped me to transition my career into something I love,2022-06-06,5.0,5.0,5.0,5.0,"I chose the Springboard Data Science Career Track because it had great reviews, a job offer guarantee, and it had the most in-depth training program with over 500 hours of training material and 14 projects including 3 capstone projects to share with potential... Read More employers. They also provide significant career coaching which really helps with finding great jobs and getting interviews. In my opinion, the most valuable part is the mentorship. Springboard assigns a mentor that you meet with on a weekly basis. My mentor is fantastic and helped me to get a job with his company. The training is self-paced and all remote, so I was able to complete most of it while traveling the country in my RV. The program is a bit expensive compared to some others, but all the benefits are definitely worth the cost especially considering that they will give you your money back if you don't get a job offer in the Data Science field.Read Less",Data Science Career Track,Data Science and Analytics +289411,11035,springboard,Sarah Jackson,False,2022,Springboard has been a fantastic experience.,2022-06-03,4.0,4.0,4.0,4.0,Pros: A ton of constructive support and materials to learn with. A low of good practice in almost everything you'll need to at least be aware of. Cons: It may take a bit to find the right mentor to work with in both your main mentorship or career mentorship.... Read MoreRead Less,UI/UX Design Career Track,UX/UI Design +289351,11035,springboard,Kelynn Nowakowski,False,2022,SpringBoard Software Engineering Career Track Prep,2022-06-01,4.0,4.0,5.0,3.0,"Overall my experience was very positive during the Software Engineering Career Track Prep at Springboard. They offer weekly mentor calls, a community on Slack where you actually do get responses if you post a question, and lessons broken up in a structured... Read More manner. The lessons typically consist of downloading the code that is used during the instructional videos as well as what is covered in the video presentations, a handful of videos by Colt Steele, and exercises at the end of each lesson. There was only one lesson in the whole course I felt that the exercises did not align well with what was covered in the videos. At the very end, they provide plenty of practice questions for the Technical Skills Survey (TSS) that were extremely helpful. The videos are entertaining, easy to follow, and were not a waste of time, so they were way better than other coding tutorial videos I've watched in the past. Although HTML and CSS were part of the course, Javascript was really the only one that mattered as far as taking the TSS goes. However, even with the given resources, the TSS was not easy. It did still require me to go out and do additional studying outside of Springboard, seek help from my mentor, and seek help in the Springboard Slack community. The Slack community and mentor were both great resources when I ran into a problem I couldn't solve on my own. I'd recommend this prep course for anyone wanting to pursue a software career and needing a place to start, I'd just put the disclaimer that it will require a lot of time and looking things up on your own if you have no previous coding experience at all. It is not meant to get your career going right off the bat, only to get you into the main Software Engineering Career Track Springboard offers. It will accomplish that if you put in the time and effort.Read Less",Software Engineering Career Track Prep Course,Other +289334,11035,springboard,Steven Pereira,False,2022,Springboard is great!,2022-06-01,5.0,5.0,5.0,5.0,Pros: One on one mentorship is amazing. Having immediate feedback is key to learning new material quickly. They were really flexible with me when it came to course extensions. Really extensive curriculum. Cons: It is pricey and if you are working you... Read More will likely need a little extra time to completeRead Less,Data Science Career Track,Data Science and Analytics +289298,11035,springboard,James Walsh,False,2022,Great experience - did exactly what they said they'll do,2022-05-31,5.0,5.0,5.0,5.0,"I had a very positive experience w/ Springboard's Data Analytics Career Track. Biggest pro for me was the curriculum. The work provided was crucial in developing skills. Another pro is that, for a completely remote program, they've organized the social... Read More aspects well (mentor calls, career services, coach calls) in a way that makes it feel less isolated. Cons - it's expensive for most people. In my experience it's worth the money though.Read Less",Data Analytics Career Track,Data Science and Analytics +289236,11035,springboard,Rachel Green,False,2022,Springboard UX/UI Design Course,2022-05-28,5.0,5.0,5.0,5.0,"Springboard gives students a thorough foundation of UX/UI Design through a mix of online articles, videos, and projects. There is a lot to learn and to really absorb it all does take a long time. So making the time commitment of 4-5 hours a day is the... Read More biggest challenge, but the course work itself is not too difficult. You also meet with a mentor once a week, which is the best part. It really helps to have the professional feedback on your work and someone to answer design questions. If you think you'll really love UX then I'd absolutely recommend this course for helping you start your career.Read Less",UI/UX Design Career Track,UX/UI Design +289166,11035,springboard,Todd Simpfenderfer,False,2022,Overall a very good program with great flexibility,2022-05-26,4.7,5.0,4.0,5.0,"Springboard's cybersecurity program is self-paced encompassing videos, mini-projects, and labs within a virtual environment. Yet, if you have no IT background be prepared for extensive Googling and research to complete your assigned projects. What is... Read More helpful for successful completion of the course, though, is the support system provided to you. Springboard offers an advisor along with a mentor who both provide guidance and direction. Additionally, a Slack channel is available for cohort communication and quick answers to any questions you may have. Even though you control the pace there is plenty of support such that there is never a sense of being lost or losing focus.Read Less",Cyber Security Career Track,Cybersecurity +289109,11035,springboard,Molly Cantore,False,2022,Springboard helped me change careers as seamlessly as possible.,2022-05-25,5.0,5.0,5.0,5.0,"I looked at a lot of different programs when deciding to switch careers into user experience. What I liked best about Springboard was that they offered UI/UX in a single program, 1:1 mentorship, job guarantee, career coaching, and flexibility in schedule... Read More and pricing. Springboard has made my career change as seamless as possible. I am so happy I made this change!Read Less",UI/UX Design Career Track,UX/UI Design +288977,11035,springboard,ROOPASREE KUNJAR,False,2022,The Data science Career track was a good course!,2022-05-20,4.0,4.0,4.0,4.0,I am happy with my overall experience in this course. I received helpful and constructive feedback on all my assignments and capstone projects from the mentors. The slack community was really helpful in discussing any bottlenecks. The support team was... Read More always prompt in responding to my queries and concerns.Read Less,,Unknown +288924,11035,springboard,Tori Mason,False,2022,Absolutely worth it!,2022-05-19,5.0,5.0,5.0,5.0,"I signed up for the UI/UX Design Career Track and received more than what I hoped for. The course provides a lot of knowledge in a way that is really easy to understand and that motivates you to actually do your work. I could also work at my own pace... Read More and if I needed a week or two to relax, Springboard allows for pause weeks which helped me not feel so stressed. My favorite part of Springboard was having my own personal mentor though. She worked in the design field and provided me with a lot of great knowledge and directions to help me improve my skills. I 100% recommend Springboard!Read Less",UI/UX Design Career Track,UX/UI Design +288862,11035,springboard,Liezl Sabandal,False,2022,THE BEST MENTOR EXPERIENCE EVER!,2022-05-18,5.0,5.0,5.0,5.0,"My mentor took the time to get to know me better, professionally assessed my skills and abilities, and ADJUSTED to my learning pace — THE BEST EXPERIENCE EVER! When in doubt or experiencing a block on the road, there’s a Slack Community channel where... Read More you can ask questions and get a direct response from the experts.Read Less",Data Analytics Career Track,Data Science and Analytics +288791,11035,springboard,Priyank Shukla,False,2022,Springboard Data Science Career track - A memorable experience,2022-05-16,5.0,5.0,5.0,5.0,"My journey started a year back when I first joined springboard. Because of my background (I have MBA, PhD and 4+ years of research experience) advisor suggested me to enroll in data scientist program even though I applied for data analyst track. So, you... Read More will find a great support team here who will always have best interest of yours in mind. The program is not cheap but you get the full team working for you. Help is just an email away. So, after I got admitted to the program, I had to cancel my admission and it was very easy and hassle free. Later I decided to join the cohort again and was admitted without any trouble. Even though I had to change my cohort a couple of time, springboard team is very supportive and they will always respect your decision. So, I know it's expensive but program is not for money. You get support from experts in the industry. Before my interview, I needed an urgent guidance for my interview and was able to get timely help from a mentor. I am extremely satisfied that I joined the group. Only thing different I would suggest you to do is enroll early and start working on exercises. There are jobs out there and with the training and support from springboard, you won't be disappointed and get the job in no time.Read Less",Data Science Career Track,Data Science and Analytics +288735,11035,springboard,Anonymous,True,2022,My experience in data science bootcamp,2022-05-14,4.0,4.0,4.0,4.0,"So far, I’m satisfied with my overall experience in this course. I’ve received proper and constructive feedback on my assignments and found the whole tea ready to help and support. The team members were so responsive and understanding. I enjoyed my time... Read More in this course.Read Less",Data Science Career Track,Data Science and Analytics +288652,11035,springboard,Adedamola Ilori,False,2022,Springboard career track program,2022-05-11,5.0,5.0,5.0,5.0,"Going through the cybersecurity career track program at Springboard helped open me up to diverse information in the cybersecurity space. The program, especially the mentor - student relationship helped instill more knowledge of the industry into me and... Read More the program flexibility made it more fantastic.Read Less",,Unknown +288647,11035,springboard,Giovanni Rufino,False,2022,Comprehensive training for SWE,2022-05-11,5.0,5.0,5.0,5.0,"Springboard’s program is a comprehensive program for software engineers. The bulk of the course is video based instruction taught by Colt Steele. Colt’s instructions are easily digestible, although he does fail to provide adequate mistakes in his instruction... Read More to provide practice on how to find and fix bugs. The TA team does a great job of filling this gap. There is a weekly meeting with a mentor, but 30 minutes sometimes is not adequate to explain, debug, conceptualize and plan for the next week. The largest downfall is in the community. Although it is improving, YMMV when it comes to your particular cohort. Because the course is self paced, your cohort will be progress through the course at varying speeds. This makes it difficult to schedule study groups or coordinate on specific topics. The career services team is good, but there is no defined consensus as to what Springboard defines as to the correct way to create a resume, cover letter or LinkedIn. If you stick with one career counselor throughout the entire course, you will have a better experience than bouncing around. I recommend Springboard to aspiring developers as long as they get the correct mentor and career counselor early on in the course. Make good progress at the start of the course, because as the material gets dense, the estimated completion time for project become flawed.Read Less",Software Engineering Career Track,Software Engineering +288595,11035,springboard,LeRoya Scott,False,2022,Valuable hands-on skills to build a portfolio and kickstart a career path.,2022-05-10,4.0,4.0,4.0,4.0,"In terms of Business Intelligence (BI) and outcomes, the course is helpful with analyzing data and decision-make and offering consulting advice to help others. The course equips students with foundational skills on how-to to create models & analyze data.... Read MoreRead Less",Data Analytics Career Track,Data Science and Analytics +288374,11035,springboard,Emily Harnish,False,2022,Great experience at Springboard,2022-05-02,5.0,5.0,5.0,5.0,"The cybersecurity program at Springboard is great on so many levels. As a recent high school graduate who was looking to enter the cybersecurity workforce without taking four years to do so, this bootcamp enabled me to do just that. I was uncertain how... Read More much practical knowledge I would have after spending only 6 months in the course, but I applied myself to learning and experienced great support from my mentor in the program, which enabled me to pass the CompTIA Security+ exam on my first try. I also had no work experience besides being a barista, but the tasks that the career services team encouraged me to complete gave me confidence in my skills, and I am currently interviewing for my first tech job.Read Less",Cyber Security Career Track,Cybersecurity +288304,11035,springboard,Chad Klem,False,2022,Data Science Career Track,2022-04-29,5.0,5.0,5.0,5.0,"I had been a software engineer for over 20 years, mostly backend and database. I have always had an affinity towards data driven software. I came across some reviews on various data science programs and machine learning programs but the course with Springboard... Read More had such strong reviews and awards for several years (I watched the school for about a year and a half before signing up). The curriculum, project based structure and access to the schools staff and professional mentors is top notch. I really enjoyed going through the course work and was able to bring my own projects in as my capstone projects which makes the learning more personal and beneficial as you also get the final solution to your projects as output. Learning everything from classical machine learning (linear regression, ridge, random forest) to deep learning with neural networks (computer vision, nlp) as well as quality visualizations with python.Read Less",Data Science Career Track,Data Science and Analytics +288054,11035,springboard,Peter Darinzo,False,2022,Great value for an effective curriculum.,2022-04-25,5.0,5.0,5.0,5.0,"I wanted to make the switch to software engineering while also taking time off to travel. Springboard was the bootcamp that fit my needs, it gave me the flexibility to learn while on the road, is a great value, and really prepared me for the next step... Read More in my career. The curriculum is very comprehensive, but also well paced. The student community, mentor support, and student advisors make it a really great experience. Instead of feeling like you're just watching ""how to code videos"", you get real weekly feedback from your mentor, and you give and get feedback from other students on bigger projects as well, so there is a great feeling of community. The career coaching is also a crucially overlooked component to most bootcamps, and it really sets Springboard apart. I went from having no LinkedIn and a poor resume, to 250 connections in my network, and knowledge on networking, interview skills, and salary negotiation. My technical skills have also come a long way, you'll be amazed at how much you can learn, and I feel very well prepared for my next job. I would always recommend Springboard to anyone interested in making a switch to software development.Read Less",Software Engineering Career Track,Software Engineering +288039,11035,springboard,Erica Schultz,False,2022,They truly want you to succeed,2022-04-25,5.0,5.0,5.0,5.0,"Unlike any educational institution I’ve ever attended, springboard allowed me to finish my course on a timeline that made sense for me. I unfortunately had to take all of my extended breaks due to a variety of different personal issues. Everything from... Read More Covid, to wild fire evacuations and a death in the family. There were also good things as well – a new job after losing my previous one to Covid, but this did cut into my ability to study and focus on my school work after working on a computer all day at work. I was emotionally and technically drained at times. I had to switch mentors in the midst of my program due to these breaks and was definitely feeling like I may not finish the course. Springboard’s advisor and mentor programs kept me chatting with their support teams and kept me motivated to finish for myself and my future. I was able to absorb knowledge on a timeframe that made sense for my learning capabilities. I feel as a springboard really allows its students to take the time they need in order to grasp the knowledge they’re sharing and that’s why I really recommend springboard. In a world with so many ups and downs and unknowns at this point, I always felt comfortable reaching out to spring forward for support. The course itself brings on a lot of reading, but the structure is really well thought out so that you can learn different phases of research and designing at a time that makes sense. Lastly, the mentor meetings on a weekly basis help me stay on track and brew really important for my progression in the course.Read Less",UI/UX Design Career Track,UX/UI Design +288006,11035,springboard,Tiffany joung,False,2022,I recommend Springboard 1000%,2022-04-24,5.0,5.0,5.0,5.0,"I was a visual designer for the last 10 years and I was looking for the opportunity to learn about UX design. Many of my friends went to General assembly but they couldn't make a sold portfolio because they were so busy with their schedules. Also, GA... Read More doesn't require you to finish up the portfolio when you finish the course. On the other hand, Springboard cares for you from making a solid portfolio until you get a job. When you are assigned Springbboad they match you with a mentor in the real industry. But I don't care about that. However, career coaches are so genuine and care so much for what you need. I thought Springboard was expensive, but it was worth it. If you are thinking about choosing a technical BootCamp. This is the one.Read Less",UI/UX Design Career Track,UX/UI Design +287963,11035,springboard,Anahil Jimenez,False,2022,Good to get the fundamentals,2022-04-22,3.3,4.0,3.0,3.0,I said the best part as long as you have a good mentor you'll get the most out of the program since the mentors are people that work in the field so you get to have feedback from someone with real life experience. I think some subjects need more in depth... Read More information. But overall it was goodRead Less,UI/UX Design Career Track,UX/UI Design +287790,11035,springboard,Bernardo Narvaez,False,2022,Overall strong program,2022-04-17,4.3,4.0,5.0,4.0,The curriculum and teacher are the strong points for this boot camp. The one on one mentoring is also very good but could use some improvement on engagement. Engagement with your cohort is severely lacking and I wish the school would do more to promote... Read More that.Read Less,Software Engineering Career Track,Software Engineering +287697,11035,springboard,Charlie Beck,False,2022,Full Scope UI/UX Knowledge,2022-04-13,4.0,4.0,4.0,4.0,"The UI/UX program at Springboard is a complete offering, giving you the opportunity to learn every detail surrounding UX design and making you apply that knowledge to a variety of projects. From the simple design spruce ups to full-scale capstones, you... Read More perform every level of the design process in order to understand every aspect back to front. While there are some lessons that do go on a little long (i.e. lots of articles that simply repeat the same information) or slightly outdated articles, the essence of what you're learning remains the same. Overall, I would recommend this course to anyone who is interested in entering this space.Read Less",UI/UX Design Career Track,UX/UI Design +287669,11035,springboard,Yuriy Sereda,False,2022,"Career coaching, mentoring, data analysis and machine learning",2022-04-13,4.7,5.0,4.0,5.0,"It was a correct decision to learn at the Data Science Career Track program at Springboard, as I finally started getting responses from employers. On one of the applications I was one step away from employment. This course helps boost your chances and... Read More compete with those who has formal specialized education, such as in computer science or data science. While a lack of formal experience through employment is still a problem, it is somewhat alleviated by the hands-on curriculum projects and the projects done after completing the course. In my feeling, completing this course gives you a credibility. There are three main components: career coaching by people experienced in technical recruiting, mentorship by data scientists working in industry, and well organized tutorial materials. In my opinion, it would be very hard for a self-learner to achieve such pace and quality of learning. Having to pay disciplines and ensures a good pace of learning. Not everyone gets a good mentor. My two advices here are: 1) change the mentor if he behaves like he is your boss and only demands, and you need to spend a lot of time just to think what questions are good and bad. This could be OK only in the beginning. 2) Stick to the one who is genuinely willing to help. Springboard allows to switch to another mentor, they have some long-term selection in place. Most career coaches are very helpful, you can meet with them roughly every week. Here my suggestion is to stay organized: write their suggestions and execute on the same day, because otherwise you will find it difficult to get back to it due to a lot of main technical learning which keeps piling up if you are not as organized. Make sure to agree with your family members: they will miss you a lot 6 to 9 months, because they will mostly see your back while you are sitting at the computer. The skills you get are worth it, but there is still a long job search ahead after graduation in most cases. Delve deeply into material, as there are four mock up interviews close to the end of the course. The best ways to prepare for Data Science course is to learn Python, Statistics, and SQL in advance, and try to craft a resume and LinkedIn profile. At the end, you learn how to extend your network, data analysis, and machine learning. Only basic familiarity with statistics and SQL, but there are many resources in the curriculum, which you can use for training, including after graduation. No exposure to cloud techniques, but you will become prepared to play with those on your own. Up to two breaks are allowed, up to 3 weeks each, which helps make it in time if you like to delve deeper or have a lack of prior experience.Read Less",Data Science Career Track,Data Science and Analytics +287655,11035,springboard,Anonymous,True,2022,Very good and well constructed course,2022-04-12,5.0,5.0,5.0,5.0,"Springboard's Software Engineering Career Track is built for people that want to switch their career path and become a software engineer. This 9-month course helps you develop skills (Python, JaveScript, etc.) necessary for looking for a job in the market.... Read More Definitely recommend it even though you are starting from scratch.Read Less",Software Engineering Career Track,Software Engineering +287626,11035,springboard,Shivam Tiwari,False,2022,"Difficult, But Worth it",2022-04-12,4.3,5.0,4.0,4.0,"It was a difficult journey to manage my time on an online, 'open-ended' course (although there still are deadlines), but I learned a lot about how UX and UI Design is applied. Through the projects and group Industry Design Project, I was really able to... Read More apply all of the learnings in the course. I will say it would be nice for Springboard to add more emphasis on how to set metrics to measure in our projects early on, and possibly a unit on how to develop products that are not just user-focused, but also take into account how to incorporate business goals while creating a user-centric product. Overall, I am happy I took this course and learned lots through the process - especially because of my mentor. I learned so much because of being connected with someone in the industry who could provide direct feedback on all my works. Springboard's career coaches are quite helpful too, I learned so much about job hunting that I wasn't taught in university. I am eager to apply those techniques in my job search and am optimistic in landing a job in this field now. The Springboard support staff are quite understanding and supporting as well with any issues I ran into. They were quick to respond and help me out.Read Less",UI/UX Design Career Track,UX/UI Design +287486,11035,springboard,Rayees Ahamed B,False,2022,Worth every minute of learning,2022-04-07,4.3,5.0,4.0,4.0,"The curriculum is excellently designed and does not require any programming or computer science experience for anyone to participate. I am a biologist and absolutely did not had any experience in data science. I took the Data Science prep course first,... Read More which taught me python programming in just 4 weeks. Then I enrolled on the Data Science Career Track. The course is expected to be completed in 6-9 months, so one has to be ready to invest at least 4 hours of time every day in learning. The best thing about the course is it teaches the entire curriculum using public resources, which include DataCamp, LinkedIn, Youtube, Harvard lessons and other useful public forums. This is great because you know after the course completion where to continue your learning and find resources related to a specific subject. Every unit has a number of mini-projects to practice that increase your confidence in your learning. 1 to 1 mentor calls every week is a great benefit, as you will be interacting with an industry expert to review your projects and they will help you to streamline your learning and choose a better career path. At the end of the course, you will be proficient in python programming, mastered in essential statistical concepts and you can independently work on data science projects. I strongly recommend anyone who is looking for a career in data science to opt this course, as every minute and penny is worth plus job guaranteed.Read Less",Data Science Career Track,Data Science and Analytics +287476,11035,springboard,Joshua Thompson,False,2022,Springboard has so much support to offer a new student and made my experience as someone new to IT very friendly.,2022-04-06,4.3,4.0,5.0,4.0,I started Springboard with very little IT experience. They have a great program set up with many support lines. From student mentors to career coaching. They also have a platform to reach out with other students in the program. I experienced a personal... Read More hardship during the coarse. They did not hesitate to help me with pausing and pushing to complete after my break. I cannot say enough about this school.Read Less,Cyber Security Career Track,Cybersecurity +287413,11035,springboard,Ian Hudson,False,2022,A great learning experience!,2022-04-05,5.0,5.0,5.0,5.0,"From the start, Springboard moves you along quickly. Onboarding went smoothly. They match you with a great Mentor and you meet for 30 mins each week. You talk about curriculum and all things that may or may not even be quantifiable. I felt immediately... Read More comfortable. Although I am certain I asked some dumb questions, no one on the Springboard staff ever made me feel like it did. They were consistently positive and encouraging. Would recommend it to a friend. In fact, I have several times!Read Less",Data Analytics Career Track,Data Science and Analytics +287408,11035,springboard,Caroline Keane,False,2022,"Overall, a great experience",2022-04-05,4.3,5.0,4.0,4.0,"Pros: - Good support and admin team always willing to help you out - Good experience with mentors who work in the industry, as well as a good experience with career coaches who are also in the business of recruiting people - You go through mock interviews... Read More at the end of the course - There's an industry design project as part of the course, which gives you the opportunity to work with a real-life client Cons: - Mentors are not always available in a timely manner - Talking about career strategies too early in the programRead Less",UI/UX Design Career Track,UX/UI Design +287238,11035,springboard,Danielle Cole,False,2022,Hard work but worth it!,2022-03-30,5.0,5.0,5.0,5.0,"This program was a lot of work, but it has been life-changing! I feel confident going into my new career. The mentorship program was invaluable. You’ll have a portfolio with several case studies by the end of this program. It prepares you in every way... Read More so you’ll be ready for your new career.Read Less",UI/UX Design Career Track,UX/UI Design +287231,11035,springboard,Ron Sperber,False,2022,A great way to learn about Data Science,2022-03-30,4.7,5.0,5.0,4.0,"I was getting ready to pivot from a career in academia into Data science. I found Springboard and it was a great experience. Plenty of hands on learning, self paced curriculum, and my mentor really helped a lot. It was a great way to move into Data science... Read More coming from a very different backgroundRead Less",Data Science Career Track,Data Science and Analytics +287213,11035,springboard,Ksenia Delaurentis,False,2022,Great Education and Support,2022-03-29,5.0,5.0,5.0,5.0,"I have never experienced anything like that. The curriculum is very organized, up to date, and constantly improving. But the student support is what makes this program special. The Student advisors are great and are always looking for ways to help you.... Read More The Unlimited mentorship is great, I used it a lot at the beginning until I became confident in my skills. The career coaches are all on your side. I have never experienced such support during my career journey. Especially career switch when you are 30 is a tough and scary process, but Springboard made it easy. I want to thank everyone.Read Less",UI/UX Design Career Track,UX/UI Design +287205,11035,springboard,Gor Mikayelyan,False,2021,"Decent course, unreasonable customer service and job guarantee. (Great job advisor and course mentor)",2022-03-29,2.5,2.0,3.0,0.0,"I successfully completed springboard curriculum. It was lackluster and average as it was mostly based on other resources. Mentorship was the only worthy part of the program. Job search began where I always went above and beyond on the number of networking... Read More and jobs conditions. I also kept my own records for these applications and networks as well as log them in their own website. After 6 months, I opted for the job guarantee extension. I kept up my job guarantee. Then, couple of these to my knowledge I logged my requirements in; however, due to technical difficulties, it didn't show on their server. Let's keep in mind, I have records (emails for job applications and linked in for networks) of when I did those activities. Despite actually fulfilling these requirements, springboard basically said ""oh you had technical difficulties/system glitch, that's too bad, our system if flawless, there are no issues, even though you have proof you applied to such and such job, we are going to ignore that and take this opportunity to make sure you don't qualify for job guarantee"". Their job guarantee was only 6 months, I was able to keep that up for over a year. If you value your time and money, don't let the job guarantee be the factor why you choose this institution because they'll take any opportunity that arises to say that you messed up.Read Less",Data Science Career Track,Data Science and Analytics +287132,11035,springboard,Anonymous,True,2022,HIGHLY RECOMMEND!,2022-03-26,5.0,5.0,5.0,5.0,I had an amazing experience with Springboard. The 1:1 Mentoring as well as Career Coaching was amazing. Also I have not only a number of projects to put on my resume but a really design project that I completed with a team. I would absolutely recommend... Read More them to anyone looking to gain experience for a career change!Read Less,UI/UX Design Career Track,UX/UI Design +287097,11035,springboard,Jeremy Threlfall,False,2022,Great course with Colt Steele,2022-03-25,4.3,4.0,5.0,4.0,"Pros Engaging content with a great instructor (Colt Steele). Newest technologies. Good support team. Weekly mentor calls. Can request to change mentor (never did this, but it is an option) if incompatible for whatever reason. Can cancel or reschedule... Read More calls if 24 hours or more before call time. Cons Unrealistic/Inaccurate estimates for some section time to complete. (Sometimes much longer, sometimes much shorter.) Occasional bugs with submissions or site. (Good support, so you can quickly get help or a fix, but still frustrating at times.) Occasional no shows for arranged calls (never happened with mentor calls however)Read Less",Software Engineering Career Track,Software Engineering +287047,11035,springboard,Amitkumar Khatiwala,False,2022,Outstanding Experience with Springboard,2022-03-23,5.0,5.0,5.0,5.0,"I had an amazing experience with Springboard. I had excellent coaches and mentors who always supported me. I got so much in-depth knowledge about the targeted job industry from my mentor. The only cons I found in 1-2 in-course activities, which are outdated... Read More and it would be great if they can upgrade.Read Less",Data Analytics Career Track,Data Science and Analytics +287045,11035,springboard,Nancy Liu,False,2022,Grateful for the Jumpstart into my Dream Industry!,2022-03-23,5.0,5.0,5.0,5.0,"The mentors were all really helpful and genuinely cared about my interests and questions throughout the whole course. I had a really good experience talking to them and felt comfortable with their feedback as well. They do have a lot of industry knowledge... Read More and great advice based on your position. The community is also really friendly and welcoming! My time at Springboard was longer than expected, because I got to take my time while in school for an amount of it, and didn't really follow the estimated lengths of time needed for each assignment.Read Less",UI/UX Design Career Track,UX/UI Design +287000,11035,springboard,Christopher Chung,False,2022,Springboard’s Data Science Career Track Review,2022-03-22,4.3,4.0,4.0,5.0,"Just to provide some background, I’m a former teacher of 11 years, hoping to make a career transition in data science/analytics. I just recently completed Springboard’s Data Science Career Track certification program, and here are my pros and cons. Pros:... Read More - Being paired with an expert mentor for the entire duration of the course is incredibly helpful. My mentor pushed me to go deeper beyond the curriculum and helped my projects really shine. - This is my preference, but I appreciate the self-paced online nature of the program, as opposed to live lectures. There are numerous case studies throughout the program that give you a guided opportunity to practice what you just learned, which is really helpful. - The two required capstone projects are great for your portfolio, and really help you see the data science life cycle from end to end. Cons: - The statistics curriculum is really lacking. Having no background in statistics, I found it hard to keep up with as they covered difficult topics superficially with speed. Part of the statistics curriculum is reading a book called “The Art of Statistics”. Unless you have prior background in statistics, this book is not easy to understand. - The program does its best to cover many common machine learning algorithms, but they don’t really go into detail on how the algorithms work. You’ll watch some pre-recorded online lectures from Harvard, but it’s hard to learn from a one-off lecture without really building the fundamentals of how basic algorithms work. I am just beginning my job search, so I cannot speak to the quality of the job support. From what I understand, you meet with a career coach biweekly to help you with your job search. To qualify for the job guarantee, you need to apply to 4 jobs per week and make 7 networking connections per week and do 2 informational interviews per month. They definitely emphasize networking as the main way to get your first job, as opposed to cold applications. All in all, I definitely learned a lot from this program. If you are an independent learner and are OK with taking additional courses on statistics and ML after completion, I would definitely recommend this program.Read Less",Data Science Career Track,Data Science and Analytics +286999,11035,springboard,Hau Ngo,False,2022,Helps me even after getting the job,2022-03-22,4.7,4.0,5.0,5.0,"I was a little skeptical at first but enrolling was smooth. I also attended the prep course which was free. - Pros: great support and curriculum/projects. I still look back at the projects after completion every time I need at work. - Cons: mentor matching... Read More (and hiring) need more work. I finally found the one I like after 3 tries. - Overall, it’s worth it!Read Less",Software Engineering Career Track,Software Engineering +286931,11035,springboard,Shaun Worcester,False,2022,Great Course to Ge Back in the Game,2022-03-19,4.7,5.0,5.0,4.0,"I really enjoyed the self-paced model where I could go through the lessons at my own pace. I had been a web developer about a decade ago, and have enjoyed getting back into coding and learning some new skills. I have a friend that went through the program... Read More last year, has a great job today, and I'm excited about how Springboard will help me advance in my career!Read Less",Software Engineering Career Track Prep Course,Other +286854,11035,springboard,IR,False,2022,UX/UI Design Bootcamp,2022-03-16,5.0,5.0,5.0,5.0,"This bootcamp was excellent. The mentor was incredibly knowledgeable and articulate. This was the first time I have taken a class in a remote format. I really enjoyed this class and the format it was presented in. I liked the fact you were very clear... Read More that more internet research may be necessary for some assignment. To be honest, there is nothing that I disliked about the course. I will definitely be taking another online course from you! Thank you.Read Less",UI/UX Design Career Track,UX/UI Design +286804,11035,springboard,Joanna Okoh,False,2022,Springboard is detailed,2022-03-15,4.7,4.0,5.0,5.0,"Overall my experience with Springboard was great. Pros: You learn a lottt. They take you through the detailed process of UX. They have a great support system to help you with any challenge you may be facing as a student. One thing I realized with springboard... Read More is they are all about your success, they actually want you to succeed. With springboard it's not the money, its the value they get to add. My mentor was so instrumental to my growth as a designer. I learned emotional maturity as well during my weekly meetings with my mentor from the great advice she gave me. Trust me, emotional maturity is very important on your design journey. Con: The program would most likely take more than six months. So Prepare your mind before you start, if you want to finish within 6months.Read Less",,Unknown +286711,11035,springboard,Anonymous,True,2022,Springboard was overall a good experience!,2022-03-12,4.0,4.0,4.0,4.0,"I took the UI/UX Design Career Track and felt that the course gave me enough projects to develop my UI/UX skills. The client project is also a good aspect because it gave me a real-world scenario of how to handle future design positions. At the same time,... Read More make sure you put the time and effort to get the most out of the curriculum. If you don’t you might have the tendency of feeling it’s not worth it. They’re providing all the support and material (which can be found online), organized for you. So, I definitely felt like I had to push myself to understand the materials given to me.Read Less",UI/UX Design Career Track,UX/UI Design +286687,11035,springboard,Anonymous,True,2022,Great overall experience,2022-03-11,4.7,5.0,4.0,5.0,"Pros: Mentor support, career services, job guarantee, curriculum content, flexibility. Cons: Curriculum delivery This was my second bootcamp experience, after having a misunderstanding about the job guarantee with the first one. Once I vetted Springboard's... Read More job guarantee, it was a no-brainer to sign up. At the time of this writing (March 2022) I had an option to pay only after I received a qualifying position, or else I wouldn't have to pay at all. The curriculum is outstanding for the small timeframe that it's delivered in. My only wish is that it was delivered in a different format so that I could have used my phone to work on it instead of having to be at my computer for it. The mentor experience and career services are absolutely top notch for Springboard. My wife had a baby in the middle of my cohort, and Springboard allowed my to pause for a very generous amount of time with 0 repercussions to the job guarantee or completion. I cannot put into words that amount of relief that washed over me once they gave me that option. Great overall experience, with small matters for improvement, but nothing that really detracts from the course.Read Less",Data Science Career Track,Data Science and Analytics +286685,11035,springboard,Kayla Duffy,False,2022,Great experience with Springboard Data Analytics,2022-03-11,5.0,5.0,5.0,5.0,I had a very positive experience with Springboard’s Data Analytics course. The coursework was relevant to the work I am doing on my job now. The mentor and job readiness aspects of the course are really invaluable. I would recommend the course to anyone... Read More interested in learning the foundations of data analytics.Read Less,Data Analytics Career Track,Data Science and Analytics +286682,11035,springboard,Mike Perkins,False,2022,Worthwhile with some very valuable components,2022-03-11,3.3,4.0,3.0,3.0,"You're really doing it for the four major projects that are used to build up your final portfolio. You go through the full process of researching and planning and creating prototypes for mobile or web apps. The final piece is more of a very short internship... Read More with a client and a team of fellow Springboard students. The rest of the course includes a decent amount of publicly available videos and articles and is pretty much entirely self-paced without any real deadlines. Probably the best part of the course is the mentor program. You're matched with a mentor who is currently working as a UX Designer who will help guide you with a 30 minute call each week. I was fortunate enough to get a very enthusiastic mentor who gave a lot of feedback. I can't stress enough how helpful it was to have someone with real-world experiences to discuss things with. Your milage will vary based on how good you are at setting your own pace and deadlines and getting a good mentor. I will also give Springboard credit for updating the curriculum and their extremely responsive and thorough customer service. The do seem to be actively working to improve the experience (for this course at least). Of my four star rating, one of them is entirely due to that. A small caveat is that this course might be difficult for people who have never used any design programs (Photoshop, Illustrator, etc.). Any prior exposure to those goes a long way in making things easier.Read Less",UI/UX Design Career Track,UX/UI Design +286653,11035,springboard,Sige Zheng,False,2022,"My Springboard UX/UI Experience - Great and clear curriculum, responsive class support, good mentor",2022-03-10,4.7,5.0,5.0,4.0,"I spent a year in the self-paced UX/UI design course. I choose springboard because they have a comprehensive curriculum, flexible payment plan, real-world project and 1-1 mentor. The curriculum provides great practice opportunities and freedom for me... Read More to work on projects I'm excited about. the IDP helped me build good teamwork experience and gain more insight into the UX work for start-ups. The Springboard is very responsive in the entire process. They gave me flexible breaks and helped me with mentor switch according to my need. Pros: Comprehensive curriculum, enough practice to build a diverse portfolio, a real-world project for real work practice, the springboard team is responsive and are flexible with adjustments according to my personal needs Cons: The mentors come from diverse backgrounds with different levels of experience for mentorship. Besides working with the mentor, you have to push/work hard and be self-driven for how much you get from the course/mentor. Also, it's hard to build a solid connection with classmates.Read Less",UI/UX Design Career Track,UX/UI Design +286533,11035,springboard,Ruby Pulido,False,2022,I had a great experience with Springboard,2022-03-08,4.7,4.0,5.0,5.0,"I had never done a bootcamp course until Springboard and I really enjoyed it all, they gave a lot to read that was always interesting, nothing boring at all. My mentor was amazing and I enjoyed speaking to her about my projects and asking her anything.... Read More Only small detail that I didn't enjoy so much was their IDP but that depends on your client and your team members.Read Less",UI/UX Design Career Track,UX/UI Design +286521,11035,springboard,Grace Bird,False,2022,Solid and Informative,2022-03-07,4.0,4.0,4.0,4.0,"Despite holding diplomas in social science and graphic design (and not an undergraduate degree) which made me ineligible for the job guarantee, I have a lot of confidence after applying for completion and looking for my first UX job. Other than the first... Read More capstone project, projects were assigned and chosen by students, pushing us to think outside of what we're most comfortable with in designing. I work as a content operations administrator at my current company, and have collaborated with the UX team many times. I think a portion of the curriculum should have involved some form of shadowing, considering that imposter syndrome is much higher without holding undergraduate degree in UX or design. While almost all that was taught was information readily available on the web, having the support of a mentor, career coaches and a student advisor all while learning on my own time while managing my busy lifestyle was helpful. As a last note, I wish I had paid everything up-front, as working full-time forced me to dedicate over a year to the ""9-month"" curriculum which definitely ate at my wallet.Read Less",UI/UX Design Career Track,UX/UI Design +286507,11035,springboard,Erich Schulz,False,2022,UX/UI - Life Changing Experience.,2022-03-07,4.7,5.0,5.0,4.0,"When I first began looking for courses I needed to be able to do it on my own time since when I started I was working full time. I also desired to have a mentor who is currently in the field to give me tips and pointers as well as critique my work since... Read More that is invaluable as a UX/UI Designer. Springboard offered all this and more with their job guarantee and their deferred payment plans. Money was tight and the program is set up to help you make that switch. I have to pay more overall with the deferred payment plan but Springboard gives you the structure to land your dream job. Also, the increase in pay with the new job makes Springboard and easy investment. What was most helpful was the way they structured their curriculum, help me build a portfolio, mentorship, and career search strategies. Curriculum - was sectioned and split in a way that gives you the most concise information needed as well as optional content for those that want to go the extra mile and earn a bit more. I believe you also can look at the curriculum for your lifetime in case you ever need to refer back to it. They constantly update their curriculum. Portfolio - Springboard knows what companies like and the Industry Design Project (IDP) gives you hands-on experience that managers like to see. You also develop two case studies and a design sprint that showcases your skills. Mentorship - Mentorship is an invaluable resource when learning new skills. If you seek to grow you need insight from those that have been doing it longer. It gives you an edge up over other people that are gunning for the same job because you are partnered with the very managers and leads that you will be applying to. Career - There are career coaches that help to support you in your career search as you go through the curriculum and there is a lot of good nuggets I've received in how to network. It's uncomfortable to network but it's necessary. I gave Job Assistance a 4/5 just because springboard does everything except get you the internship or the job themselves. One thing that they can explore in the future is possibly partnering with companies in the way they do with their IDP projects but help students land paid positions. Conclusion All-in-all Springboard has changed my life. You really get out what you put in though. Many of my peers did not put in the same amount of work that I did. I was both desperate and inspired because I ended up leaving my job to pursue Springboard full time. For me it paid off and I landed a job working with the Disney Parks, Products and Experiences team. My Salary more than doubled and I'm now able to support my wife and family.Read Less",UI/UX Design Career Track,UX/UI Design +286478,11035,springboard,Ahmad Imran Popal,False,2021,unforgettable experience and I have learned a-lot from Springboard,2022-03-07,5.0,5.0,5.0,5.0,"My experience with springboard was amazing, i really enjoyed learning new skills. springboard have amazing team of support to help students achieve their goals. experienced mentors who share really life experiences with students in order to prepare the... Read More students for jobs.Read Less",Software Engineering Career Track,Software Engineering +286457,11035,springboard,Justin Jimenez,False,2022,"Acceptable Coursework, Good Job Support, Great Alumni Network. Ideal course if you have a technical background.",2022-03-06,4.0,4.0,3.0,5.0,"I have a BS in Mechanical Engineering and 2 years of experience working as an engineer. I pursued this course full time, working approximately 30-50 hours a week towards it. I was able to complete the course with Advanced ML Specialization in 5 months.... Read More I now have a job as a Machine Learning Engineer, with a base salary that is 23% higher than my previous salary. I believe that this course is great for people who have a STEM degree and who have some technical work experience or technical project experience. If you do not have these things, I think it would be wiser to either pursue a technical degree or one of Springboard's other courses, such as their DA or DE courses. I rate the coursework three out of five stars. The structure of the coursework was immensely helpful in guiding my journey to learn the steps in the DS/ML workflow, and it kept me organized and disciplined in my studies. The early course material does a good job of explaining the basics of Python, SQL, and the DS workflow. However, the depth of the course material starts to lose its quality in the sections covering statistics, ML algorithms, and the specialization material. There are mini-projects related to the major algorithms (regression, classification, and clustering) and statistical concepts (CLT, AB tests, etc.), however, these sections sometimes skip over critical details that are commonly discussed in technical interviews (such as assumptions of linear regression). Additionally, the ML specialization did not provide projects related to the topics of deployment. Overall I would have liked to see more depth and detail in the later content. I will add that most of the content is either coursework on DataCamp or proprietary Jupyter Notebooks created by Springboard. Many of my peers agreed that the DataCamp coursework does not retain well since they are simple fill-in-the-blank exercises. The notebooks are more useful since they show practical examples of how an algorithm or concept would be applied, but overall the content has a perceived low value since the DataCamp membership can be had for a low price. The mentorship was also hit-or-miss. I was lucky to have a mentor with a background in statistics, so he was able to explain some of the advanced concepts that I really needed help with understanding. Some of my peers had mentors with backgrounds in MLE or analytics, and they were not of much use to my peers. Therefore I would say that the value of the mentor is dependent on luck. I believe that the true value of the course comes in career support, portfolio projects, and the alumni network. Springboard actually does a great job of aggregating good articles for how to pursue a career in DS, how to tailor your resume, and how to network. The career coaches are very experienced in recruiting and HR practices, so they give great advice when it comes to resume design and how to approach interviews. The course also includes mock interviews for behavioral, coding, project presentation, and general DS interviews, which are invaluable in preparing for real interviews. The portfolio projects are vital when it comes to catching the eyes of hiring managers, so I would recommend tailoring those to the companies you want to work for. Most of all, I found value in the alumni network. I was able to secure a couple of interviews easily because I reached out to Springboard alumni at companies that were hiring. I would recommend Springboard to anyone who is looking to change careers, but I would only recommend this DS course for individuals who have a technical background since companies typically look for some form of technical background for this type of role. As mentioned previously, I would recommend individuals with little to no background to pursue another path with a lower barrier to entry, such as Data Analytics or Data Engineering.Read Less",Data Science Career Track,Data Science and Analytics +286455,11035,springboard,Matthew Leonard,False,2022,I had an excellent experience,2022-03-06,5.0,5.0,5.0,5.0,"The software engineering track prep course was well paced and minimal. It gave a brief overview of HTML and CSS, while placing a high level of importance on JavaScript, particularly algorithms. Obviously, with it just being a prep course, it wasn't anything... Read More overly complicated, but it did prime me for future studies by helping me understand the most important concepts of the language.Read Less",Software Engineering Career Track Prep Course,Other +286426,11035,springboard,Anonymous,True,2021,The UX career track at Springboard has challenged and pushed me to become a better designer.,2022-03-04,4.3,5.0,4.0,4.0,"I selected Springboard among other bootcamps for two reasons - the flexibility and the industry design project (IDP). I was still able to have a part time job while be a student at Springboard which gave me the flexibility to work on my own time. There... Read More were challenging moments to keep myself accountable. The mentor and student advising calls are super helpful in seeking tips and strategies to keep myself on the right track. Since I didn't have real digital design experience, I wanted to gain that knowledge and experience working with an actual client/company. I had the opportunity to work on a personal growth app with three other designers. I am so grateful to collaborate with an amazing group of UX/UI students. We all respected each other's ideas and gave each other feedback to pushed ourselves. This was key in developing a successful project that exceeded our client's expectations.Read Less",UX Career Track,UX/UI Design +286423,11035,springboard,"Kartikeya Rajpal, PhD",False,2022,Best career investment,2022-03-04,4.0,4.0,4.0,4.0,"With a plethora of online programs on tech courses, it's difficult to choose one, especially when you have to commit a considerable amount of time and money. I am glad that I chose Springboard. The courses were well organized, systematic, and easy to... Read More understand. It was clear that the team had put in a lot of thought and hard work into preparing the course materials. However, the most remarkable aspect of Springboard is that they give you unlimited opportunities for interacting with the mentors, career coaches, and alumni. And all of them are a pro in their respective fields. So if you are stuck at any topic, you can reach out to them and they will respond almost immediately. It gives you a feeling that you are actually in a classroom. And even after you have finished the course, you have access to career coaches to help you with your career search. Had a tough, but amazing learning experience at Springboard.Read Less",Data Analytics Career Track,Data Science and Analytics +286384,11035,springboard,Bryant MacMahon,False,2022,Incredible Experience!,2022-03-03,5.0,5.0,5.0,0.0,"Before choosing Springboard I researched probably over 40 bootcamps. I ended up choosing them because they offered a job guarantee, taught a well rounded, modern full stack developer course, and because they did not offer income share agreements but instead... Read More a flat tuition fee. I went at a slightly slower pace than recommended and ended up using some free extension but completed the course nonetheless and received 2 job offers 6 weeks after finishing. The program was adjusted while I was in it to evolve to the most modern standards of technology. I was matched with a mentor that spent extra time with me every week to ensure I was understanding the concepts and staying on track to be successful. The support team was extremely prompt at replying and fixed any issue that arose very quickly. I'd highly recommend this course to anyone trying to make the switch into tech!Read Less",Software Engineering Career Track,Software Engineering +286253,11035,springboard,Matthew Graham,False,2022,Springboard Data Science Track Review,2022-02-27,5.0,5.0,5.0,5.0,"Springboard's curriculum was excellent. There is a good balance between guided exercises and individual projects that test your knowledge. There is nothing in the course that I feel was unnecessary or filler material, everything they taught was useful... Read More at one point or another. Also, both my data science mentor and my career coach were awesome. They always had answers for me and they were flexible with scheduling calls, which is very important for someone like me who was working on this course a lot on weekends and late at night after work. I would recommend this course to anyone interested in data science.Read Less",Data Science Career Track,Data Science and Analytics +286217,11035,springboard,Jake Redmond,False,2022,Springboard UI/UX Track,2022-02-25,4.7,5.0,5.0,4.0,Springboard's UIUX career track is an amazing program! The program allowed me to develop my skills and learn from industry professionals. My mentor calls were extremely helpful as I navigated through the program. The curriculum is expertly designed to... Read More prepare students to be job ready and to help them transition into the new industry. Springboard made my career transition easy!Read Less,UI/UX Design Career Track,UX/UI Design +286208,11035,springboard,Zheng Lu,False,2022,Springboard UI/UX Design Career Track,2022-02-25,5.0,5.0,5.0,5.0,Springboard has an amazing UIUX career track program that I was able to find a job even before completing the program. The one to one mentor call is extremely help to navigate me through the program. All the curriculums are designed to prepare you to... Read More be job ready and help you transition into the new industry.Read Less,UI/UX Design Career Track,UX/UI Design +286177,11035,springboard,Michael Copeland,False,2022,A total life changing journey to the career of my dreams!,2022-02-24,4.7,5.0,4.0,5.0,"I loved the flexibility of the self paced material laid out in the course. It's organized in a nice structure where you can do it all in order, or change it up a little if you wish. As for calls, they were on your time as well, you schedule them for when... Read More you are free. Springboard will work around your schedule, and you can do it whenever you have the time. The community is great, what I loved most was the peers going through the same thing I was. I'm keeping in contact with many of them. There's a little downside with the course content. There's so much, and it can't all be updated to stay up to date. So sometimes you have to go out on your own to learn the new advised way for things.Read Less",Software Engineering Career Track,Software Engineering +286166,11035,springboard,johnathan Harlin,False,2022,This program is extremely thorough. The curriculum and projects prepare you for the role as a UI UX designer.,2022-02-23,5.0,5.0,5.0,5.0,The pros of this program is the main UI practices exercise the capstone and IDP project you have. All this experience truly prepares you the role as a designer. The most valuable part to me is the Mentor you are paired up with. There real world world... Read More experience is vital to the success of students completing this program with true insight into what it means to be a designer.Read Less,UI/UX Design Career Track,UX/UI Design +286152,11035,springboard,Yevgeniya,False,2022,I can't recommend Springboard UX/UI Bootcamp Enough - Amazing Experience,2022-02-23,5.0,5.0,5.0,5.0,"I did quite a bit of research of the available options around UX/UI boot camps before I finally decided to go with Springboard and I am so happy with my choice. It's an amazing option for those who want to break into the UX/UI field because of their job... Read More guarantee, but I also really appreciated the fact that I could waive the guarantee and still take advantage of the curriculum. Springboard was particularly strong in terms of the depth and richness of it's curriculum and the amazing support available from both your mentor and student advisor.Read Less",UI/UX Design Career Track,UX/UI Design +286149,11035,springboard,Ross Schwartz,False,2022,I learned SO much!!!,2022-02-23,4.7,5.0,5.0,4.0,"Springboard’s UI/UX Design curriculum was jam-packed with helpful articles, videos, and exercises to teach me the ins and outs of UI design at my own pace. I was able balance my full-time job in finance with learning what I need to in order to make my... Read More transition to the field of UI/UX design. Even more helpful and exciting were the four major projects that I completed over the course of 9 months which put my design skills to work after honing them through tutorials and mini-projects. I was able to go through the full-circle process of creating mock mobile apps and work with a client with a team of fellow Springboard students. This was the perfect way to prepare me for “the real world” as a designer. I came out with 4 great pieces to start building my design portfolio. The most beneficial part of the program was having weekly calls with my mentor (an experienced designer) who I developed a great relationship with. I looked forward to them every week, getting great feedback about my projects plus advice and insight about the industry. Career coach calls throughout the program definitely help you prepare for the job search, even if you have a good resume and LinkedIn from the start like I did. Springboard really solidified that a UI designer is 100% the career that I want to transition to. As the curriculum progressed, I found myself looking at apps and websites as a designer, recognizing poor user experiences and thinking of ways that they could be improved, which is exactly how you should think as a designer! The job search is always daunting, but I feel confident that I’ll land a job in the near future and finally transition from finance to UI design, getting back into a creative field where I truly enjoy what I do day-to-day. Thank you Springboard!!Read Less",UI/UX Design Career Track,UX/UI Design +286148,11035,springboard,Laila Kamil,False,2022,Intense but rewarding,2022-02-23,4.3,4.0,4.0,5.0,Pros are the coaching from mentors and concepts and skills that be utilized in the real world. The mentorship is for both the technical and non technical aspects of looking for employment and getting the role. Con is that the course can get really intense... Read More when working full time.Read Less,Data Analytics Career Track,Data Science and Analytics +286107,11035,springboard,Edwin Geevarughese,False,2022,Overall Great Experience with Data,2022-02-22,4.3,5.0,4.0,4.0,"The course do help to become a beginner in Data Analyst & with networking and career coaches you could land a job that can help strengthen your skills. If Data seems to fascinate you then this is the course for you. The curriculum can be completed at... Read More your own pace. Things that can be improved they should provide Tableau desktop subscription for one year, more practice questions to prepare for interviews.Read Less",Data Analytics Career Track,Data Science and Analytics +286061,11035,springboard,Buddy Crushman,False,2022,"If you want to get a career in UX/UI Design, take a leap of faith with Springboard.",2022-02-21,4.7,5.0,4.0,5.0,"The course is effective enough, though some of the material is a touch outdated. It wasn't enough to affect me in a way that made me feel left in the dust, and their was enough practice and supplemental training to make it mostly a non-issue. The real... Read More shining pinnacle of this school is the support, which addressed every issue I brought up quickly and sincerely. My student advisor was attentive, my mentor was effective (practical, creative, and knowledgeable), and the support team was - surprise - actually supportive! If you want a bootcamp that both equips you with real skills and is managed by dope, real human beings, this is the place for you. There aren't enough stars I could give to recommend this course, and I am so excited about finding my new career path. I feel more than confident that I can hold my own in the industry :)Read Less",UI/UX Design Career Track,UX/UI Design +286053,11035,springboard,Jeffrey Wu,False,2022,AMAZING Bootcamp,2022-02-20,5.0,5.0,5.0,5.0,"I had the opportunity to work with the Springboard stuff and community within their UX program. It was a fantastic program that really allowed me to gain industry knowledge and industry based skillsets and tools that I wouldn't have gotten from a master's... Read More program. I really loved the mentor calls, the curriculum, and how streamlined the program was to be. My mentor was fantastic as she was a product designer lead at Facebook and at Apple. Her mentorship allowed me to learn more and answered detailed questions about the industry, program, and UX tools. Overall, I enjoyed the program and the experience and currently applying to jobs where I am getting several interviews!Read Less",UX Career Track,UX/UI Design +286048,11035,springboard,Victoria M,False,2022,Great overall experience,2022-02-20,5.0,5.0,5.0,5.0,"The mentoring piece of the program goes a long way, so make sure to fully and intentionally utilize your mentor time if you sign up for the program. Platform is user friendly and concepts are broken down in a manner that is easy to be understood, as they... Read More build on each other.Read Less",Data Analytics Career Track,Data Science and Analytics +285987,11035,springboard,Nicole Galisatus,False,2022,Well-rounded educational experience!,2022-02-17,4.7,5.0,4.0,5.0,"The most valuable part of Springboard is the weekly mentoring sessions. I learned the most from my mentor and got individualized feedback. Springboard will also accommodate your mentor requests. I was originally assigned a mentor from Portugal, but I... Read More wanted a mentor who was local (Bay Area) and Springboard re-matched me accordingly. The career counselors and other mentors have all given insightful feedback. I always came away from mentoring sessions with actionable steps for improvement. I also appreciate how accommodating Springboard is with timeline. It was difficult for me to balance the boot camp alongside my full time job and other commitments, but I worked with my wonderful student advisor to come up with an extended timeline at no additional cost. Springboard also provided mental health services for qualifying students which was also a great perk. The only negative experience I had with Springboard was that you cannot switch out of your assigned Industry Design Program (IDP) project. I wanted to switch projects to work with an established company with cross-functional teams as my assigned stakeholder was a freelancer, however, Springboard could not make this accommodation. I let them know why their description of the IDP is misleading as you may not be paired with an established company. Overall, I am very pleased with the program and it was well worth the tuition.Read Less",UI/UX Design Career Track,UX/UI Design +285929,11035,springboard,Heather Ross,False,2022,Real people behind the screen.,2022-02-16,4.0,4.0,4.0,0.0,Springboard has had a real person available every step of the way. They understand people are trying to live real lives. I can’t think of one thing they haven’t been accommodating with. The mentors are genuine and knowledgeable. And the response time... Read More is fast no waiting weeks for emails back.Read Less,UI/UX Design Career Track,UX/UI Design +285905,11035,springboard,Bita Pouyanfar,False,2022,Springboard satisfavtion,2022-02-15,4.3,4.0,5.0,4.0,"I just finished data analytics career track bootcamp from Springboard, overall I am so satisfied with my experience, but would be great to have more career coaching calls for job search and also more industrial case studies and projects to become fully... Read More confident to apply for jobs.Read Less",Data Analytics Career Track,Data Science and Analytics +285814,11035,springboard,Mark Essery,False,2022,"Incredible, Best Learning Experience",2022-02-11,5.0,5.0,5.0,5.0,"SpringBoard is the best schooling experience I have ever had. I learned more in the last 6-8 months than I did over 4 years of university. The curriculum is extensive and thorough, the mentors are extremely helpful, and they provide so many opportunities... Read More for additional learning. In addition, it was refreshing to be a part of a learning environment that was so accommodating and tailored to suit every students' learning styles. Rather than having students memorizing a bunch of facts then regurgitating it all on a test like traditional schools, SpringBoard takes a hands-on project-based learning approach where a student's success is measured by the quality of their work rather than grades. This program doesn't just help you develop the technical tools , but it also prepares you for all things career-related. Overall, this is the most comprehensive educational platform I have ever found and is guaranteed to put you on track for a successful career.Read Less",Data Science Career Track,Data Science and Analytics +285772,11035,springboard,Engin Ersan,False,2022,Glad to choose Springboard for a career change!,2022-02-10,5.0,5.0,5.0,5.0,I would definitely recommend Springboard for anyone wanting to learn about UX and UI. I didn’t know anything about design and come from a finance background. This course really made me feel that I’m ready to make a career change Into UX. Very well organised... Read More and the staff was extremely knowledgeable and helpful. Feel great after finishing it. Thanks!Read Less,UI/UX Design Career Track,UX/UI Design +285759,11035,springboard,Mo J,False,2022,Data Analytics Career Track,2022-02-09,3.7,3.0,4.0,4.0,"Springboard has done an excellent job of putting together a very organized curriculum. They have put together a plan for students to work on a project in Excel which has been replicated to be used in SQL and Python! So, there is in reality one actual... Read More exercise to be completed by students. I do find this quite unsatisfactory. $8500 for one exercise is nothing. Students learn so many concepts in Excel, SQL and Python as well as Tableau and Power BI, but they don't have any access to any pre-designed exercises or third party exercises either. Second, Springboard is terrible when it comes to communicate with students. They never responded back to my messages on their chat features and it always took them more than 48 hours to reply back to my email for simple questions that could be answered in less than an hour! Problem, claiming that it is their policy to keep you waiting for 48 hours because they just can. Third, mentors are not on the same page when it comes to materials and content students have read in their curriculum. I often asked questions from mentor only to hear that he found them challenging! When students decide to embark on an arduous task of learning data, mentors need to patiently work with them and walk them through the steps instead of asking them to GOOGLE IT! How can someone without a background in data can find their answers right away by googling it! Putting minuses aside, this is a good way to enter the data analytics industry. If you find a cheaper way to do, go that route as long as you have exercises and mentors as well as an organized curriculum!Read Less",Data Analytics Career Track,Data Science and Analytics +285756,11035,springboard,Anonymous,True,2022,"""Extensive program with a lot of support and projects applicable to real-life.""",2022-02-09,5.0,5.0,5.0,5.0,"""Great way to get into the field"" Amazing Journey. Got to learn, explore and experience a lot. Thank You Springboard. Highly recommended for anyone looking for a career change or upgrade themselves. This is a mentor-led curriculum and I have an amazing... Read More mentor who helped me throughout my course She was so determined & motivated that i can perform a lot better than expected.Overall its been an motivating & enthusiast path to learn all the advanced techniques which are required for this course.Read Less",Data Analytics Career Track,Data Science and Analytics +285694,11035,springboard,Samuel Prince,False,2022,Absolutely wonderful experience! Best mentors in the industry,2022-02-07,5.0,5.0,5.0,5.0,"Absolutely wonderful experience! Best mentors in the industry and unlimited technical mentor call help when needed (Python, SQL, Tableau, Excel). I have grown to actually become very good at working with data. This was hands down the best learning experience... Read More of my life!Read Less",Data Analytics Career Track,Data Science and Analytics +285647,11035,springboard,Vachara Promprasert,False,2022,Very straight forward courses especially the extra-mentor,2022-02-06,5.0,5.0,5.0,5.0,Springboard has a very good set of knowledge that will give you a boost to get into the field very quickly. The extra mentor will allow you to book once a week to talk to professionals that are experienced in the field. I highly recommend for someone... Read More who wants to switch their career path (like me) to start with SpringboardRead Less,UI/UX Design Career Track,UX/UI Design +285636,11035,springboard,Bryce Dunn,False,2022,Was a great 0-100 foundation for software development. I had little knowledge coming in and feel confident I can get a job and move forward in this field coming out!,2022-02-05,5.0,5.0,5.0,5.0,"This program is a great overall program, especially for people with little or minimal coding experience. You learn Javascript and Python as your main languages with associated tools (React, Node, Express, Flask, SQL, SqlAlchemy, PostgreSQL, Redux[optional]).... Read More You have two capstones (one with Python, other with JavaScript) that are fairly free and give you the ability to create what you want! This is mainly a web development Bootcamp; it gives you the underlying tools to do almost anything in software eventually but it really prepares you well for web development (and a little bit more on the front-end side of things, but it covers full-stack!). The curriculum (from Colt Steele) is fantastic and easy to learn from and the support is second-to-none. Only downsides might be that it's self-paced (if you need structure and a live learning environment), and of course covers certain tools and ideas. So if you're looking for machine learning, or C+, Java, etc. then this is probably not the exact one for you. But if you're interested in general software development, especially web dev with Python or JavaScript - this is the way to go!Read Less",Software Engineering Career Track,Software Engineering +285499,11035,springboard,Anonymous,True,2022,What a nice and straight forward course,2022-02-01,5.0,5.0,5.0,5.0,"Nothing to say much, but Springboard had prepared a good set of knowledge and they teach step by step with the help of a mentor, the course proceeds very smoothly. The Extra-mentor that you can book once a week is very helpful when you want a different... Read More perspective apart from your mentor.Read Less",UI/UX Design Career Track,UX/UI Design +285491,11035,springboard,Dakota Merida,False,2022,Great course and great mentor program!,2022-01-31,4.7,5.0,5.0,4.0,Pros: - In depth learning about all aspects of UI and UX - Great mentor program - At your own pace structure - Weekly mentor calls really help get students progress - A good step for future networking Cons: - Job placement guarantee might be hard for... Read More some to accomplishRead Less,UI/UX Design Career Track,UX/UI Design +285474,11035,springboard,Michael Fleming,False,2022,Overall Good Experience,2022-01-31,4.7,5.0,4.0,5.0,"Pros: Mentorship, weekly meetings and access to mentors actually doing the job. Good network and access to students via Slack and office hours with pros. Relevant projects and good mix of topics. Career coaching was excellent. School was more than accommodating... Read More on extensions and holiday breaks. Not really any major negatives. I would say that you need to really budget your time and try to finish on time. 20 hours per week is minimum, and due to the advanced topics I would expect to send more time than that finishing coursework. There will be minimum hand-holding during the course and I think this is a good thing.Read Less",Data Science Career Track,Data Science and Analytics +285435,11035,springboard,Elysia Pompa,False,2022,You get what you put in,2022-01-29,4.0,4.0,5.0,3.0,"Springboard offers so much help with a supporting community, career coaches and mentors on call! Though even with all the help it's all the student to put in the work in order to succeed in this course. There were times I would need a break and Springboard... Read More advisors were great on helping out and answering any questions to pauses and freezes. I learned a lot and cannot wait to see what's in store for this year!Read Less",UX Career Track,UX/UI Design +285345,11035,springboard,Nitasha Sharma,False,2022,Absolutely amazing experience! Worth every penny!,2022-01-25,5.0,5.0,5.0,5.0,"As someone who had no technical skills coming into the course, Springboard made learning easy and motivating. The curriculum was designed in a way to actively teach relevant technical skills and reinforce knowledge through projects. My mentor was amazing... Read More and helped me dive deeper into my learning by providing me industry level perspective and knowledge. My career coach helped me gain confidence and navigate the job market. The student support was very responsive to any questions or requests I had during the course. And, there was even 1:1 on demand mentor calls for when I was stuck on a project mid-week and wanted help before my weekly mentor call. Because of all the support and well-designed curriculum I was able to get a great job offer quickly despite having no work experience or previous technical knowledge! I am confident that the technical skills and statistical knowledge obtained in this course will set me up for success in my Data Science career. I highly recommend the course for anyone who is considering switching into Data Science!Read Less",Data Science Career Track,Data Science and Analytics +285333,11035,springboard,Merlin Benny,False,2021,Amazing Journey to become a UX/UI Designer,2022-01-25,5.0,5.0,5.0,5.0,"Amazing Journey. Got to learn, explore and experience a lot. Thank You Springboard. Highly recommended for anyone looking for a career change or upgrade themselves. This is a mentor-led curriculum and I have an amazing mentor who helped me throughout... Read More my course.Read Less",UI/UX Design Career Track,UX/UI Design +285324,11035,springboard,Anonymous,True,2022,Challenging experience - expect to work for your success!,2022-01-25,4.0,4.0,4.0,4.0,"Software Engineering is a challenging practice that requires a lot of determination and a genuine love of learning (you should love coding outside your job and learning the latest technologies). I found success in this program because I spent a few years... Read More making sure that software engineering was a career I would enjoy before joining this program by talking to developers I worked with and taking some programming classes. I think that sometimes boot camps can be a trap for some people new to programming, so before you join one make sure to talk to developers not just about what they love about their career but the challenging and realistic day-to-day challenges. The mentorship program and the number of projects I added to my GitHub portfolio made this program worthwhile for me and helped me find my first opportunity. I'm so thankful I made the leap to advance my career, but keep in mind software development isn't for everyone.Read Less",Software Engineering Career Track,Software Engineering +285285,11035,springboard,Cindy Lin,False,2022,Great way to get into the field!,2022-01-24,4.3,4.0,4.0,5.0,This bootcamp really helps you delve deep into the entire UX design process from end to end and also gives you the opportunity to work with a real client! The career services were also extremely helpful. It was nice being paired with a mentor that helps... Read More guide you throughout the entire course and there are weekly office hours you can attend to ask questions and periodic networking events.Read Less,UI/UX Design Career Track,UX/UI Design +285277,11035,springboard,Candice Huang,False,2022,A path to successfully enter the UI/UX Field,2022-01-24,5.0,5.0,5.0,5.0,"I joined the UI/UX Program at Springboard last summer. I went in with very little knowledge in UI/UX but was very interested in the topic. This course curriculum was very well structured and filled with useful learning materials. The best part about this... Read More curriculum is having a mentor to talk to every week. My mentor provided full support for giving me helpful feedbacks on my project and any technical questions I had. I also thought being able to talk to a career coach on different career topics was especially helpful. After completing this program, I feel more confident in my skills and experience in UI/UX Design. Overall, this was a great program and I would definitely recommend it to my friends.Read Less",UI/UX Design Career Track,UX/UI Design +285267,11035,springboard,Tracey Walters,False,2022,Extensive program with sufficient support and projects applicable to real-life.,2022-01-24,4.0,4.0,4.0,0.0,"The springboard curriculum was well-rounded and allowed me to become familiar with many aspects of data analytics as well as with a variety of programs that will be useful on the job. The mentor calls are helpful in keeping you pointed in the right direction.... Read More Springboard also provided a lot of career support which would be beneficial to anyone looking for a new job or promotion... However, I did not take advantage of this aspect of the course as I was not looking for a new job and had already advanced my position.Read Less",Data Analytics Career Track,Data Science and Analytics +285231,11035,springboard,Marlon J McGilbra,False,2022,A year-long exhausting beautiful journey ...,2022-01-22,5.0,5.0,5.0,5.0,"Springboard does an excellent job of walking you through the process of becoming certified in your field of choice (I chose UI/UX design career track). Each session is a buildup of the knowledge you have accumulated up to that point, then that knowledge... Read More is applied to the project/prototype that you develop. But don't worry, you have a mentor (a professional working in the field) to guide you through the process which in my case was flawless with Aleya. Another helpful resource is having your completed work reviewed by actual hiring managers. This perk will give you the feedback needed to make improvements or the confidence needed to know that you have made the right decision in your field of choice moving forward. Last but not least, you have the job guarantee option. If you pass the course and start to search for a job, they guarantee with their assistance that you will find a job or the course is free. I repeat free. You can't beat that. Applying to Springboard is one of the best decisions I could have ever made for my career. I would definitely encourage those interested in advancing their career to give it a shot. You won't be disappointed.Read Less",UI/UX Design Career Track,UX/UI Design +285201,11035,springboard,Joseph LoMedico,False,2022,My experience with Springboard has been great from start to finish.,2022-01-21,5.0,5.0,5.0,5.0,Everything has been positive on my journey with Springboard. The best thing about the UX/UI program is the depth of the curriculum and also having a personal mentor to help/guide you through the course. Another added bonus is the independent design project... Read More which is basically an internship with a company where you complete real design work.Read Less,UI/UX Design Career Track,UX/UI Design +285130,11035,springboard,Giselle Mwadjuma,False,2022,100% Recommend,2022-01-19,5.0,5.0,5.0,5.0,"I struggled to find the right school for UiUx Design then I found Springboard, This was the best choice I’ve ever made. If you see my review that means I’m certified yesss. The 1-1 mentoring was amazing I didn’t even need extra time other mentors……..",UI/UX Design Career Track,UX/UI Design +285102,11035,springboard,Nina Lawson,False,2022,"Springboard is a great program, and I am so excited to have earned a new skillset!",2022-01-18,5.0,5.0,5.0,5.0,"Springboard provided a well-rounded curriculum, ample opportunities to practice skills, I was guided through the process of building a great portfolio and had so much support along the way. Here are my pros/cons of the program overall. Pros: 1. The mentorship... Read More program is amazing. The mentor I worked with through my time in the program had expert industry knowledge, was very generous, communicative, and supportive. I have nothing but amazing things to say about him. 2. There were so many options for support through the advisement team, office hours, career coaching, the student network through slack, and extra meetings with mentors. 3. You are given many opportunities to practice skills through a very project-focused curriculum. 4. The curriculum itself was well-organized, and really drilled in UX concepts and principles. 5. The option for career coaching post-graduation is very helpful as you job search. Cons: 1. Some of the information could be a bit repetitive, which can be both helpful and overwhelming in some ways. 2. I would say the time expectations of the program are not what I expected. It would be nice to see more options for people who work full-time on top of going to school. 3. I think there needs to be more flexibility to student needs when matching with the IDP. Overall, I'm very glad I did this program, and am excited to find a job and continue to enhance my skills!Read Less",UI/UX Design Career Track,UX/UI Design +285092,11035,springboard,Miguel Cacho Soblechero,False,2022,"Machine Learning Engineer Bootcamp - Excellent curriculum, outstanding career support",2022-01-18,5.0,5.0,5.0,5.0,"SpringBoard Machine Learning Engineering programme is a self-paced 6-months course that takes you from the basics of ML to state-of-the-art deep learning algorithms. The curriculum is created from resources already available online, curated and distilled... Read More for you. The main benefits are: - Excellent curriculum, taking you from basic ML to Deep Learning - Great career support, helping you from creating your CV to salary negotiation Some drawbacks: - This course requires previous knowledge of Python, and background knowledge in many maths concepts. - Weekly mentor experience really varies, depending on your mentor and your relationship with him - Slack community is quite static among your cohortRead Less",,Unknown +285087,11035,springboard,Jimin Ngo,False,2022,"Good practice course, valuable mentorship",2022-01-18,4.0,4.0,4.0,4.0,"Springboard was a great starting point for me when I was just starting to learn about the UX industry. I was interning within my company for the product design team, and I wanted the technical skills/other background information to be better prepared... Read More for a future position. The online course is self-paced so if you're not motivated to push through the work on your own, this part might be difficult. You get weekly mentor calls which helped keep me accountable. The cost of the course has gone up quite a bit since I enrolled (back in 2020) but I felt a lot more prepared to apply for jobs afterwards, and having a knowledgeable mentor helped me get real world expertise. The course is a well curated compilation of articles/videos, but the UI exercises were a little harder for me to connect with. Capstone 1 dragged on as well (due to needing to learn ALL the skills necessary) so you lose a little motivation, but once you finish that, the rest of the projects go by quick! I really do believe the mentorship was the most valuable part of the course.Read Less",UI/UX Design Career Track,UX/UI Design +285077,11035,springboard,Rashawn Hill,False,2022,Springboard career track,2022-01-18,4.7,5.0,4.0,5.0,This springboard career track overall was very worth what i did paid. Easily understood content and helped me learn how to start networking. Only downside were the very long linkedin learning videos that would put me to sleep sometimes but other than... Read More that it was amazing.Read Less,,Unknown +285059,11035,springboard,Elaine Chan,False,2022,Jumpstarted me in the right direction,2022-01-17,4.0,4.0,4.0,4.0,"After researching all the different bootcamps out there (and trust me, there's a lot!), I decided to go with Springboard because of the overall great reviews and the best features: self-paced flexibility and one-on-one mentor support. I felt like everyone... Read More who I interacted with on the Springboard team was really helpful and truly wanted me to succeed--that's a great feeling. The course material was very well put together. Mostly curated articles and videos for you to read, but it was great to have that direction so that I could further supplement what I had learned with other youtube videos or articles. You get 2 capstone projects, 1 design sprint, and an IDP which is a real world project. Going through the course, I was really looking forward to the IDP since my first 3 projects were amazing. However, I personally didn't have a great experience with my IDP host which is a shame because the IDP is supposed to be your most comprehensive project. I think Springboard could improve on vetting potential companies/hosts for their IDP. I did bring this issue up to Springboard and they tried to make it right by giving me a recommendation letter which I appreciated, but it doesn't really change the fact that my IDP experience wasn't the greatest. However, what really made Springboard an overall great experience was the support I was given along the way. The one-on-one mentorship you receive is priceless. I really appreciate the overwhelming amount of advice and support I was given by my designated mentor. Overall, I would recommend Springboard! I just hope you have a better experience than me during the IDP :)Read Less",UI/UX Design Career Track,UX/UI Design +284968,11035,springboard,Richard Siri,False,2022,Springboard: A Challenging and Rewarding Data Analytics Bootcamp,2022-01-14,5.0,5.0,5.0,5.0,"The Springboard Data Analytics was challenging, rewarding, and very helpful to me. It challenged me with exercises ranging from Excel, Python, SQL, and data visualization tools (Tableau and PowerBI). They also provided an incredible mentor to me, Sean... Read More Lucas, for when the challenges were too hard. It was rewarding because throughout the course I was able to improve my resume and LinkedIn profile. I also used some of the projects that I did as examples of the work that I have done to show to employers. Last but not least, I am an entry level data analyst and didn't have a firm grasp on SQL or Python. This course enhanced my abilities to use those languages and it improved my performance at my job. 100% enjoyed my time as a student, my mentor, my career coaches, and the Springboard staff themselves who helped me extend/modify my time/curriculum due to life being crazy. Thank you!Read Less",Data Analytics Career Track,Data Science and Analytics +284947,11035,springboard,Ayesha Anand,False,2021,Springboard is the most supportive program from start to finish,2022-01-13,4.0,4.0,4.0,4.0,"When I initially picked Springboard, I chose their UX/UI program because it seemed the most in-depth and provided an internship as part of their curriculum. I also really liked the idea of working with a mentor and having someone with experience be my... Read More guide. What I didn't expect is just how supportive the entire Springboard team & community truly are. My student advisor, Marco, was such a blessing as I struggled to keep up with all my competing priorities. He made me feel like no matter what happened, Springboard had my back. The support staff are incredibly responsive, Oscar @ office hours is a gift, as is everyone else I've had to interact with because of Springboard. I've just started working with my career coach and I already feel ten times better about my job search. I'm so grateful I chose Springboard and encourage anyone who is looking for a supportive environment to do so.Read Less",UI/UX Design Career Track,UX/UI Design +284932,11035,springboard,Jonathan Hazeley,False,2022,A deliberate investment in your career.,2022-01-13,5.0,5.0,5.0,5.0,"I have been getting tons of interviews with a wide range of companies for data science roles such as Facebook, LinkedIn, and Hubspot but was unable to make it past the technical interview stage. Knowing that if I did things the same I could only expect... Read More the same result I took the plunge and signed up for Springboard in order to quickly learn and develop the skills I needed to be a data scientist.Read Less",Data Science Career Track,Data Science and Analytics +284906,11035,springboard,Alisha Moledina,False,2022,This bootcamp was very insightful & resourceful! I recommend!,2022-01-12,4.7,5.0,4.0,5.0,"I chose this cybersecurity bootcamp over others for a couple of reasons: - You can finish assignments based on your schedule, as long as you finish a certain percentage every week. - It's not as expensive as other bootcamps - They have a 6 month money... Read More back job guarantee as long as you follow all the rules and finish on time - Weekly mentor calls You do have to self-teach a lot of the material and it is a lot of independent studying but they give you all the resources you need to succeed. The mentors are all very professional and have a lot of experience in the field. Pros: - Quick responses from Springboard Support - Create your own schedule - Helpful Infosec labs that give you hands-on experience - Graded mock interviews from professionals in the industry - Helpful community on Slack - Office Hours Some cons: - It's not a live weekly class, so you don't have an instructor teaching you this material. It's a lot of LinkedIn Learning videos - You lose the job guarantee if you don't finish in time - Email support can take time to reach back out sometimes Overall, I recommend the bootcamp for anyone who likes to study and needs some structure or guidance on where to start in cybersecurity.Read Less",Cyber Security Career Track,Cybersecurity +284896,11035,springboard,Ben Briscoe,False,2021,Enroll here for J-O-B,2022-01-12,5.0,5.0,5.0,5.0,"Springboard is amazing at doing what it claims to do. It helps people get jobs in technical fields. The technical skills development is good. Instructional videos with Colt Steel, I mean what else do you need to know. I am sure a lot of others are good... Read More as well, so I won’t say they are the best. But Springboard really sets itself apart from the pack in two ways: 1) Mentoring/Advising There are on-call assistants who can help you debug assignments. They can be accessed at the drop of a hat during pretty wide ranging available hours. You are also assigned a Mentor who you have a 1-1 30 minute weekly session with. They are working professionals giving you advice as a side gig. So not only can they help you with any technical questions, they can also offer insight into life working in the field you are pursuing. You can also request a handful of additional 30 minute 1-1 sessions throughout the course. 2) Career Coaching While this is really an extension of mentoring advising, it gets its own separate bullet because it is actually a part of your curriculum. From the earliest part of the course you have scheduled career development assignments. This ensures that your preparedness for seeking a job, getting/doing interviews, and landing a first tech job progresses on a track that coincides with your technical skills development. The only possible con would be if you weren’t looking for a job. If that is the case then the price is a bit steep for the technical skill development alone. But they intentionally market themselves to job seekers. And the straightforward culture of their advisors means they would probably mention this to you if this were your situation.Read Less",Software Engineering Career Track,Software Engineering +284887,11035,springboard,Michael Malandra,False,2022,Successful career transition with Springboard,2022-01-12,4.0,4.0,4.0,4.0,"I enrolled in the UI/UX design career track and before I finished the course, I secured a role as a UX designer. This course helped me to successfully navigate a career transition to UX design. One of the most valuable things about the course was the... Read More mentor pairing and relationship building opportunities. The curriculum was solid, but I do wish it offered a bit more original content rather than a conglomeration of external online resources.Read Less",UI/UX Design Career Track,UX/UI Design +284844,11035,springboard,Mindi Ferguson,False,2022,"Valuable career coaching and mentorship, decent curriculum",2022-01-11,3.7,4.0,3.0,4.0,"Pros: Mentors and career coaches who are knowledgeable and want you to succeed, self-paced, reasonably thorough curriculum (caveat: almost all stuff you could find on your own online), hiring manager reviews of portfolio Cons: see aforementioned caveat.... Read More Mentors may not be a good fit, but you can ask to be re-matched. Mentors can leave at anytime, so you may have to be re-matched. “Unlimited” mentor calls are limited availability and can be hard to book when you actually need/want to book them.Read Less",UI/UX Design Career Track,UX/UI Design +284763,11035,springboard,Keri Helle,False,2022,Efficient and Thorough,2022-01-07,4.5,4.0,5.0,0.0,"This program was easy to follow and very informative. I have been a visual designer but jumping into user experience design I needed to adjust my approach. They walk you through a big project slowly first then pick up the pace for the second project.... Read More This was helpful because it caused you to rely on your new knowledge. I enjoyed all the projects and the mentor program was very helpful, both on the technical side and the career side. I felt very supported throughout the program. There was also a little gamification within the curriculum that kept me motivated. They give you a goal in points for each week and every assignment has a point value. Reach the goal and you're on track! I loved that.Read Less",UI/UX Design Career Track,UX/UI Design +284749,11035,springboard,Victor Chue,False,2022,UX Career Track,2022-01-06,4.7,5.0,4.0,5.0,"Springboard was very helpful in getting me up to speed in the UX Design industry. While some of the curriculum's material is a couple of years old, the core learning skills were still relevant to finding a job as a designer. What I enjoyed most about... Read More this program was being able to meet weekly with a professional mentor so they could keep me accountable. It's a lot easier to learn online when you have someone with you on your journey. I will admit, the cost is a little steep and you can find most of the articles online yourself. But, the mentor experience and the promise of an Industry Design Project were worth the price for me personally.Read Less",UX Career Track,UX/UI Design +284748,11035,springboard,Jessica Singh,False,2022,Amazing!,2022-01-06,5.0,5.0,5.0,5.0,Springboard UX UI design course has been a game changed for me. I have not only learnt and embarked upon new design skills but also grown overall in terms of confidence and my speaking skills. The curriculum is fulfilling and the support team is just... Read More amazing and understanding at every step of the module.Read Less,UI/UX Design Career Track,UX/UI Design +284709,11035,springboard,Gargi Mishra,False,2021,Data Science career track,2022-01-05,3.7,4.0,4.0,3.0,Amazing online learning platform with splendid datacamp interactive courses. Mentors are the best part. Curriculum is amazing too. I feel confident and ready to face the data science world :) The design of course is very logical and helps people from... Read More non coding background very well. I am transitioning from biological science research to data science and it has helped me a lot in this huge career change.Read Less,Data Science Career Track,Data Science and Analytics +284697,11035,springboard,Farid Hussain,False,2021,"Overall, It was a good experience",2022-01-05,4.0,4.0,4.0,4.0,"My Springboard experience was good. Unfortunately, it took me longer than expected to complete the course because my family issues. My mentor is very helpful. Rather helping me directly, he always showed me the way how I can find my own solution which... Read More seems to me really practical and effective. In this way, I learn how to find my own solution rather depending on others. I got continuous support from my mentor beside the scheduled meeting time. I found all the course materials and tutorials effective. But they could use more effective SQL and Python materials rather than fully depend on Dataquest. As a new SQL and Python learner, I found Dataquest not very effective (It is my personal opinion). But, the positive side is, if the student get stuck in anywhere, they can get instant unlimited mentor call support and community support in Slack. I have just finished the course and started to work with career support to search jobs and I found it helpful until now. Lets' see how long it will take to get the job. I recommended Springboard Data Analytics Career Track for the people who have no direct experience in Data Analytics, It will add value to your resume and Linkedin profile which will give them confident to present themselves in any Data Analytics interview.Read Less",Data Analytics Career Track,Data Science and Analytics +284682,11035,springboard,Anonymous,True,2022,Rewarding and Exciting,2022-01-04,5.0,5.0,5.0,5.0,I tried learning software development on my own but it was slow and inefficient. I thought I would try the prep course to feel things out and was blown away. The course is unbelievably well laid out and understandable. I started with very limited exposure... Read More to coding and just took my time with the content. I struggled briefly with the final assessment because they really challenge you. I appreciate the challenge and studied/practiced what they provided and managed to pass the next time. It felt so good to solve the problems on my own. I feel much more confident going into the career track now.Read Less,Software Engineering Career Track Prep Course,Other +284656,11035,springboard,John Glen,False,2020,Good Intro to UX design,2022-01-03,3.7,5.0,5.0,1.0,I took this class as a precursor to the UX/UI bootcamp. I wanted to get a feel for how things work snd what design is all about. I left this intro course with a good understanding of the process and what the bootcamp will be like. Definitely recommend... Read More people take this before doing the bootcamp.Read Less,Introduction to Design,UX/UI Design +284655,11035,springboard,John Glen,False,2021,Solid Bootcamp experience,2022-01-03,4.0,4.0,4.0,4.0,I am really thankful for this opportunity to attend this bootcamp. I learned the groundwork for my future career that I will forever be grateful for. My main issue is with real world experience. The IDP at the end of the curriculum helped substantially... Read More in regards to getting a feel for what Its like but in most cases schoolwork doesn't translate to real work when businesses are looming to hire designers.Read Less,UI/UX Design Career Track,UX/UI Design +284636,11035,springboard,Byron Francis,False,2021,Great Data Analytics Bootcamp,2021-12-31,4.7,4.0,5.0,5.0,"My Springboard experience was great. Unfortunately, it took me longer than expected to complete the course because my job responsibilities changed. I also had to change mentors during the process. However, my mentor was great and provided consistent structure... Read More and valuable feedback that allowed me to complete the course in a timely manner. I am a tactile learner and was a true beginner to most of the SQL and Python material, so I do wish there was more time built in to get more practice. However, you do have lifetime access to the course material, so you can go back and practice as you wish. Of course, because it is a BootCamp, the goal is to give you the foundational skills you will need and it does a great job at that. The career support was great also. Especially for people who may not have experience with Linkedin, networking, or asking for referrals and introductions. Overall, I am happy with my experience and confident the skills I've learned will help me achieve my career goals.Read Less",Data Analytics Career Track,Data Science and Analytics +284633,11035,springboard,Arin Soukoule,False,2021,A Rewarding Experience,2021-12-31,4.7,5.0,4.0,5.0,"The curriculum for the UI/UX Design track went very much into depth about the design process which I appreciated. It also helped that there were multiple mini projects that helped me to further understand the concepts that were taught and also review... Read More with my design mentor. The addition of having a mentor who I could meet with weekly was incredibly helpful. I appreciated the fact that Springboard provided the opportunity for students to receive feedback on case studies from hiring managers in the field and also gain real world design experience with a company through the Industry Design Project. The most valuable part of my Springboard experience was definitely the community. Whether it was receiving guidance from my design mentor, career mentors, or support from my fellow design cohort it helps to be surrounded by individuals who are rooting for your success and motivate you to do your best. It truly was a rewarding experience studying with Springboard and everything I learned has helped me to secure a wonderful full time opportunity with an incredible organization.Read Less",UI/UX Design Career Track,UX/UI Design +284573,11035,springboard,Megan howley,False,2020,Little support- confusing unstructured curriculum,2021-12-28,1.3,2.0,1.0,1.0,"I did not have a great experience with this program. It was awhile back - the 20 hour career track. To be fair however, I wasn’t 100% committed to this path when I enrolled and definitely didn’t give it my all. They give you a ‘mentor’ that checks in... Read More on you and your progress with the assignments however the content was all over the place. I never knew what I was supposed to be reading or working on. My particular mentor was nice and smart but kind of would go on long winded misguided tangents rather than giving me any level of real instruction. I never understood the structure of what I should be doing - and I was working full time and didn’t perhaps give it the level of attention needed. I did not see the program through and dropped out but they still billed me for it all (6,000 if I recall). If you’re looking for tailored instruction this won’t provide that. I ended up quitting my job and later enrolling in a Software Engineering full time boot camp with General Assembly that I found incredibly structured and I excelled. I am now a full stack developer. I guess I can’t really blame Springboard for this data analytics career track as I clearly wasn’t fully committed to that path - however that doesn’t take from the confusion around the structure of the curriculum and my ‘mentor’ that did not teach me much of anything.Read Less",Data Analytics Career Track,Data Science and Analytics +284544,11035,springboard,Dan Pavlu,False,2021,Great Experience!,2021-12-27,5.0,5.0,5.0,5.0,"Prior to starting my course at Springboard, I was in the live events business. I was unsure of how to go about switching to a new field. I found Springboard in June and saw great reviews plus a job guarantee, so I decided to give it a shot. I was super... Read More impressed right off the bat with how well structured the course was. They start you off simple with foundations to use throughout the course, before going into the more technical stuff. The career search units were extremely helpful as well, since most people enroll in this course with the intention of finding a job afterwards. The mentor calls were a life saver as well. There were multiple times throughout the course that I felt stuck and having a subject matter expert that I could talk to every week was amazing. To anyone that is considering enrolling in a bootcamp, I would highly recommend Springboard.Read Less",Data Analytics Career Track,Data Science and Analytics +284466,11035,springboard,Cassandra Mattson,False,2021,"Overall a great experience, with some hiccups along the way",2021-12-23,4.3,4.0,4.0,5.0,"Springboard did a great job of providing a formatted lesson plan for each section, providing resources in an organized matter. There were a assignments to test your knowledge and to practice your skills, which you could do in your own time. With the projects... Read More and resources, I had no issue and felt that it prepared me to transition into the field of UX. My last mentor really helped me gain confidence in my skills and abilities, preparing me for the job hunt as I move forward. This is where the hiccups I had took place. I loved my last mentor, but he was the fourth mentor I had in 8 months. The mentorship factor is why I chose Springboard over the other bootcamps, which I was often left disappointed and frustrated. Whether this was mentors who left the program or mentors who did not provide me with guidance, there was always an issue. I felt that this impacted my learning experience negatively. That being said, the customer support at Springboard is phenomenal! Every time I had an issue with a mentor, billing, or scheduling they responded quickly and provided compensation. They were so kind and understanding with every issue I went to for them. Overall, Springboard was a great program and that prepared me for my transition. You get out of the program what you put into it, there are resources that will support you every step of the way. I wish there was more collaboration throughout the program, as that is when I really felt myself grow as a designer (which wasn't until my last month of the program). Just make sure you get a mentor you like and reach out to student support if it isn't a good match. Thank you for everything Springboard and my amazing mentor!Read Less",UI/UX Design Career Track,UX/UI Design +284462,11035,springboard,David Wheeler,False,2021,Springboard is fantastic,2021-12-23,4.7,5.0,5.0,4.0,"Springboard was a fantastic experience for me. Between having an experienced mentor assigned to me, having an up to date and easy to use curriculum, and knowledgeable career coaches, it was an experience that prepped me well for the workforce. I was able... Read More to get a UX job before my graduationRead Less",UI/UX Design Career Track,UX/UI Design +284417,11035,springboard,Emily Peeler,False,2021,"Great, flexible bootcamp",2021-12-22,5.0,5.0,5.0,5.0,"I had a great experience with the Springboard Data Analytics Career Track. I worked full-time while completing the program and really appreciated how flexible and asynchronous it was. The curriculum is jam-packed and I personally struggled a bit to complete... Read More the program on time, but it's definitely doable! I would recommend this bootcamp to others who like to work at their own pace and on their own time and are comfortable working independently, as it does require a good deal of self-motivation and proactivity to complete. I found the content and assignments to be very helpful and practical and I have applied much of what I learned to my current job. A great feature about this bootcamp, in my opinion, is that you can sort of choose how involved you want to be by contributing to the Slack channel, joining weekly office hours, utilizing unlimited mentor calls, etc. I personally didn't take full advantage of all of those, but still feel like I got a lot out of the experience. Lastly, I found the weekly mentor calls and monthly career coaching calls to be INCREDIBLY helpful and all support staff I interacted with were excellent. Overall, Springboard was a great option for me and I'm really glad I did it!Read Less",Data Analytics Career Track,Data Science and Analytics +284380,11035,springboard,Shaylee Davis,False,2021,Excellent mentorship,2021-12-21,4.7,5.0,4.0,5.0,"I thought Springboard did an excellent job of lining up a plethora of mentorship. They had excellent mentorship for working on your Data Science Projects. They had career mentorship. They also had excellent mentorship through their four types of end-of-course... Read More practice interviews (behavioral/coding/data science project/data science). The actual curriculum was a mod-podge of college lecture videos, projects, and DataCamps (the website). I learned a lot, and the curriculum was organized, but in some parts it could have been a little more cohesive. All in all I learned a lot.Read Less",Data Science Career Track,Data Science and Analytics +284367,11035,springboard,Rimon Sium,False,2021,I definitely recommend the UX Design course,2021-12-21,5.0,5.0,5.0,5.0,"I really loved my experience with Springboard. They provided really supportive resources and mentors. I learned so much about UX Design and I finished the courses as a confident designer. I have a strong portfolio, resume and cover letter. I love that... Read More they help with negotiating your salary as well. It was nice talking to recruiters and getting valuable information about the interview process and what to expect.Read Less",UX Career Track,UX/UI Design +284355,11035,springboard,Anonymous,True,2021,Mentor and Projects made it worth it.,2021-12-20,3.0,4.0,4.0,1.0,Pros: Matching with my mentor was the highlight of my experience and the Capstone projects are helpful to show future employers. The Mentor I had made the program worth it. They are also somewhat flexible with life happening to extend if you need more... Read More time. Cons: Job guarantee is only for people with College degrees. They use outside sites like DataCamp to teach coding which I wish they didn’t because you can use that in your own time without the courseRead Less,Data Analytics Career Track,Data Science and Analytics +284304,11035,springboard,Diego Manuel Cazares,False,2021,Very consistent,2021-12-19,4.0,4.0,5.0,3.0,I would say the biggest con is the communication between the school and the student. Besides that I loved everything else. My favorite was the IDP because it gave me a chance to get real experience. The mentor part was really good too. Having someone... Read More validating your work and giving you honest feedback was really good.Read Less,UI/UX Design Career Track,UX/UI Design +284256,11035,springboard,Anonymous,True,2021,"Great Program, a little time consuming for the busy parent",2021-12-17,4.7,4.0,5.0,5.0,"The Data Analytics bootcamp from Springboard is a really effective program that helps the person with little data background digest the information into smaller bite sized pieces. I really appreciated this. However, as someone with other full-time responsibilities... Read More and being a parent as well, there were times I found it difficult to keep up on assignments. Dedicating 20 hours a week seems easy, but any little thing can throw you off. This speaks more to time management than their course. I believe for those who have the time, this would be a great investment.Read Less",Data Analytics Career Track,Data Science and Analytics +284245,11035,springboard,Sharon Mak,False,2021,Springboard UI/UX Design Career Track,2021-12-17,5.0,5.0,5.0,5.0,Transitioning to a new field is really difficult for me without guidance and springboard was just what I needed while I was working full time. I wanted to be able to minimize risk while taking advantage of my ability to push myself further by learning... Read More something new. At springboard I was given flexible time to work on UX/UI design projects at my own pace. It gave me ample amount of time so that I can juggle multiple priorities within the year and allowed me to also invest in myself at the same time. I would highly recommend this course as it's given me a lot of guidance that I never would had gotten if not for them.Read Less,UI/UX Design Career Track,UX/UI Design +284235,11035,springboard,Ben Fan,False,2021,Really great exposure to industry tools,2021-12-16,5.0,5.0,5.0,5.0,"While I struggled a bit to finish the course within the duration that they prescribed, I think the content I learned from Springboard’s Data Analytics Track will be helpful for me in my future endeavors in the world of data analytics. There is so much... Read More content that is covered that is relevant for working in data, and it is all taught in a really accessible way.Read Less",Data Analytics Career Track,Data Science and Analytics +284233,11035,springboard,Tiffany Lee,False,2021,Great experience!,2021-12-16,5.0,5.0,5.0,5.0,Springboard was an amazing experience especially for someone just getting into the field. The mentors and staff members were informative as well as supportive. Definitely grew a lot throughout my experience and can’t wait to tap in even deeper. Pros:... Read More - there is always a staff member and mentor to help you in addition to your student adviser and main mentor. - the feedback you get is genuine and sets you up for success. So far I’ve experienced that with every person I’ve interacted - roulette events to meet students that are on different stages of their journey and you get to hear their experiences - strong sense of community from students and staff Cons: don’t really have one for Springboard.Read Less,UI/UX Design Career Track,UX/UI Design +284197,11035,springboard,Anonymous,True,2021,Very professional experience,2021-12-15,5.0,5.0,5.0,5.0,"I had a great experience. The course was relatively easy to follow and both mentors and Springboard team were very professional. They were very prompt about any questions I had, and always offered support for any issues that came up. A challenging course,... Read More but not beyond my initial expectations.Read Less",UI/UX Design Career Track,UX/UI Design +284172,11035,springboard,Anonymous,True,2021,Springboard is highly recommended!,2021-12-14,5.0,5.0,5.0,5.0,"Springboard is perfect for those who want to pursue another career, while still working their full-time job. The course allows you for a flexible schedule along with the best support system of your one-on-one mentor, student advisor, and career coach!... Read MoreRead Less",,Unknown +284160,11035,springboard,Irina Zaytseva,False,2021,Great support to help students succeed,2021-12-14,5.0,5.0,5.0,5.0,"For me, it was a challenging and rewarding experience. I got a job offer right before graduation. The course allows you to move through the material at your own pace and you can take breaks if needed. Springboard provided career coaches, personal mentors... Read More (one-on-one, once per week), and student advisors. Support from the springboard team was exceptional. My mentor was great and incredibly knowledgeable. But be ready to work hard, and be consistent, if you want to get through this course because the curriculum could be challenging. Overall, I would definitely recommend Springboard.Read Less",Software Engineering Career Track,Software Engineering +284146,11035,springboard,Kyssha Mah,False,2021,Great mentors and coaches.,2021-12-13,4.3,4.0,4.0,5.0,"I chose Springboard for the unlimited mentorship and met so many interesting people a long the way. All the UI/UX mentors and career coaches I spoke to were very good, and my own mentor was very knowledgeable and held me to a high standard. The program... Read More itself is comprehensive and gives a good foundation for someone transitioning into the field. It took me a bit longer than the expected 9 months to finish, but there's a lot to learn and I don't think I could have covered everything I learnt in the shorter bootcamps out there. The only con for me was the IDP, it was a bit too unstructured and required a lot more work than expected. Overall though, it was great experience and I met a lot of cool people!Read Less",UI/UX Design Career Track,UX/UI Design +284141,11035,springboard,Cory,False,2021,Great Program,2021-12-13,5.0,5.0,5.0,5.0,"I researched the best programs for UX/UI design before joining and I can confidently say the experience gained from the program, mentors, and career coaches, have prepared me to start in the industry. If you're comparing design schools, I highly recommend... Read More considering SB before signing with another program.Read Less",UI/UX Design Career Track,UX/UI Design +284131,11035,springboard,Chiaki Hagiwara,False,2021,Springboard made it possible to learn UX while working full-time,2021-12-13,4.7,4.0,5.0,5.0,"I decided to enroll in Springboard's UX Career Track because I wanted a program that I could balance while working full time. Springboard does an excellent job at giving you all the necessary tools to take on any projects as a UX designer. The weekly... Read More mentor calls were very helpful for me to get great feedback on my projects and gain valuable perspective from someone with extensive experience in the profession. Although it was personally challenging to work on the final industry design project while working full-time, I felt immensely proud of myself that I was able to complete it and gain the experience working with a real client.Read Less",UX Career Track,UX/UI Design +284079,11035,springboard,Deming Wang,False,2021,Machine Learning Career Track,2021-12-10,5.0,5.0,5.0,5.0,"I enjoyed this training @Springboard over all. This training gave me full coverage of machine learning theory(legacy machine learning, deep learning, etc) and application in different domain. My favorite parts are the hands-on projects in each chapter.... Read More It's hard to remember all details but I can quickly take a look when I need to review. After this training, I was able to apply it into my personal project and my work. A++++Read Less",,Unknown +284027,11035,springboard,Charlie Fan,False,2021,"Great mentors, advisors, a lot of course work",2021-12-09,4.7,5.0,4.0,5.0,"I completed the Software Engineering track @ Springboard. A few sections of the course material was a little cluttered however that did not deter from the overall learning. The unique experience with the Springboard bootcamp is the extensive human network... Read More helping you succeed. You get weekly mentor calls to cover any technical questions, review projects, plan capstones, and practice interview materials. You get regular career advisor check-ins to review resume, LinkedIn, networking, and elevator pitch. You have industry professionals reviewing some of your projects. As with any bootcamp, portions of the material can be found in some form or another for free floating around on the Internet. However Springboard offers a comprehensive and logical study plan where each section builds on the previous, with homework and assignments, and in depth projects that you can get real feedback on. I am thankful for having a mentor to ask any question and to have them also sending me relevant articles to help further my understanding.Read Less",Software Engineering Career Track,Software Engineering +284008,11035,springboard,Claudia Nuñez,False,2021,I was able to land a job before graduating!,2021-12-08,5.0,5.0,5.0,5.0,"My Springboard experience with the UX/UI career track curriculum was great and I highly recommend it. With any program, it's what you make of it but Springboard has the added benefit of being self-paced which teaches discipline and time management skills... Read More that are also needed professionally. I was able to land a position before finishing my curriculum and I'm excited to start my career.Read Less",UI/UX Design Career Track,UX/UI Design +284006,11035,springboard,Jefferson Rodrigo Louro,False,2021,Very Good,2021-12-08,5.0,5.0,5.0,5.0,"I Had a good time studying with them, always being supported, easy platform to learn also great mentors to help you during the course. Really helpful career advise program who helps me achieve my professional goals even before i finished my course.",Data Analytics Career Track,Data Science and Analytics +284004,11035,springboard,Jin Zhang,False,2021,Transition to UX with no experience,2021-12-08,3.3,3.0,3.0,4.0,"What drives me to Springboard is their Industry Design Project where you get paired up with an actual company to collaborate with other students as UX designers to help with their needs. Overall, this course gives you a good understanding and practice... Read More of UI/UX fundamentals for someone who has zero experience in UX design. I finished the course within 7 months. My advice would be to get done as fast as possible because once you actually work as a designer in the real world, it is very different than the course.Read Less",UI/UX Design Career Track,UX/UI Design +283987,11035,springboard,Anonymous,True,2021,A wonderful and supportive online community for growth and exploration,2021-12-07,3.7,4.0,3.0,4.0,"The curriculum is tailored in a way that may upset some of the most experienced computer geeks, but what springboard has in store for you after you finished all of your projects and get the certificate is a confidence and resources you’ll be having once... Read More you’re out and alone in the real world job hunting and meeting more different people. The community and the hands on projects are worthwhile for your success, even though for starters like me, it took me forever to learn figma or adobe xd way before I could start finishing certain projects in just a couple of days after fluency. I had to pay a number of month extensions for that and thus hope that the 9-month program be extended back to 12-month.Read Less",UI/UX Design Career Track,UX/UI Design +283985,11035,springboard,Chin-wen TSENG,False,2021,Springboard genuinely cares about your well-being and success.,2021-12-07,5.0,5.0,5.0,0.0,"Springboard has all the resources you need to succeed. Their student support team, mentor, online community are always there to help. I was at a point where I couldn't do anything because my health fell apart. The support team was understanding and even... Read More offered an accommodation to help me get through. Knowing it was difficult to carry on with my health condition, my mentor offered extra help outside the weekly 30 min. call. I was impressed by Springboard's commitment to student success. I have never been to a school that understands my struggle and does not give up on me. As for the curriculum, there was a lot to digest and practice. I liked how you were asked to practice the skill you just learned at the end of every unit. However, given it's a comprehensive curriculum (UX/UI design track), it'd be an intense program to finish within 9 months. Besides that, I was hoping to get quick technical help for my UI design assignments instead of just advice. Overall, I think Springboard is a BootCamp to go for UX/UI design. I'm happy with the projects I did here!Read Less",UI/UX Design Career Track,UX/UI Design +283984,11035,springboard,Damilola Efuwape,False,2021,Absolutely Awesome!,2021-12-07,5.0,5.0,5.0,5.0,"PROS: Comprehensive curriculum Exposure to excellent analytical and predictive tools and projects Great support system from support staff Helpful office hours Flexibility in course completion Awesome mentorship program including getting help from other... Read More mentors if needed Course extension of up to two and a half months or so, if needed Multiple chances for retaking mock interviews in order to qualify for money-back guarantee CONS: Always check to ensure some mentors actively participate in projects supervisionRead Less",Data Science Career Track,Data Science and Analytics +283974,11035,springboard,Mohammadhossein Alipour,False,2021,Springboard Data Science Career Track,2021-12-07,5.0,5.0,5.0,5.0,"I could not be happier I chose Springboard for expanding my data science skills and kickstarting my career in the data industry. They provide lots of ways to support you including weekly mentor calls with an industry expert, career coach calls, access... Read More to student advisors and an online community on Slack, etc. There are also weekly office hours for asking your questions as well as learning about career advancement. You should however note that you will always be the main driving force behind your progress and all of this is not going to be helpful to you if you don't put in the hours to learn the material and make progress. The curriculum is great in my opinion as well and carefully put together.Read Less",Data Science Career Track,Data Science and Analytics +283968,11035,springboard,Trey Hannam,False,2021,Took my ability to work with data to another level,2021-12-07,4.0,4.0,4.0,4.0,"Before the course I was self taught with Python. I did a project where I went scraped data but the project stopped since I didn't know how to analyze data. After taking this course I believe I have progressed greatly with my Python skills to the point... Read More where analyzing and modeling data is becoming second nature and a strong point of my skill set. Also, having a mentor was great because I was able to learn from well established data scientists.Read Less",Data Science Career Track,Data Science and Analytics +283922,11035,springboard,Tina M Flower,False,2021,A great value and a beginner-friendly intro to software engineering,2021-12-05,5.0,5.0,5.0,0.0,"This course was very beginner-friendly. I came from a background and career in education, and found the course format and instructional materials to be very easy to follow and learn from. The course gave me a taste of what it would be like to commit to... Read More a full program, while also preparing me for the technical skills test I needed to pass in order to gain admission to the full program. It is self-paced, so if you work full-time as I do, you can work on the course when your schedule allows. You get a weekly live check-in with a mentor who is a working professional in the industry, which was great. The excellent instructional videos by Colt Steele are the cornerstone of the curriculum for this prep course. There are plenty of opportunities to practice your skills with low-stakes exercises and assignments along the way, all of which help prepare you for that test at the end. For my money, this course was an excellent value.Read Less",Software Engineering Career Track Prep Course,Other +283895,11035,springboard,Muhammad Sufian Bustamam,False,2021,Springboard helped me get a job in less than 3 months starting the course,2021-12-03,5.0,5.0,5.0,5.0,"Springboard gave me the resources to learn and network. Within 3 months of starting Springboard's curriculum, I was given a job offer. Its important to note that in my previous profession I was an electrical engineer, and I believe that also helped to... Read More a certain extent. Springboard provided career coaches, technical mentors and a solid curriculum. Thank God for Springboard.Read Less",Software Engineering Career Track,Software Engineering +283893,11035,springboard,Katie Johnson,False,2021,"Springboard is well-structured, thorough, and offers endless support to help students succeed",2021-12-03,5.0,5.0,5.0,5.0,"I have learned so much during my Springboard experience. The application process was quick and easy and the more I learned about the program, the more confident I felt about enrolling. The curriculum is thorough with clear guidelines and expectations... Read More outlined for students. There's endless streams of support- career coaches, personal mentors (one-on-one, once per week), unlimited mentors, students on the Slack community or in virtual study groups, and student advisors. This program is also incredibly flexible with pricing- the loan option is outstanding and low risk- as well as timing (you can pause the curriculum at any time (limited on number of pauses) or can even do an extension if needed. This program is self-paced and offers endless opportunity to receive feedback on projects, develop a deeper understanding of the curriculum, and learn how to network effectively and land a job in your field. This has been an incredible opportunity and I really can't recommend them enough.Read Less",Data Analytics Career Track,Data Science and Analytics +283889,11035,springboard,Chandra Halma,False,2021,Great mentorship & curriculum but could use some tweaks,2021-12-03,4.3,4.0,4.0,5.0,"I started Springboard's course over one year ago and just completed it last month. I'm interning with a design agency currently but also searching for full-time jobs. The course overall did an excellent job of preparing me for the three different types... Read More of difficult interviews designers face during their job search process. The mentorship aspect was also wonderful. My mentor taught me many valuable concepts that aren't in the curriculum with his extensive real world experience. The most positive aspects are the mentorship, UX research curriculum, and interview prep. The aspects that need a bit of work are the main technology tool promoted and how the portfolio walkthrough is taught. I recommend to anyone viewing my review to use Figma right when you start learning and applying UX principles. Don't use Sketch. Figma has an integrated prototype capability while Sketch doesn't have this feature. Switching between many different softwares feels like a headache. Also, spend more time on your portfolio earlier in the course than recommended. Request longer sessions with your mentor than the course advocates for. Overall, I'm quite confident that I will land a job in the next six months with all that I was taught. It was a wonderful experience.Read Less",UI/UX Design Career Track,UX/UI Design +283867,11035,springboard,Shikha Bhatia,False,2021,Springboard was the best boot camp decision I made!,2021-12-02,4.7,5.0,5.0,4.0,"During the middle of 2020, I was really at a lost of what I wanted to do. I just quit a job of 10 years and to make matters worse, I didn't have anything lined up nor did I have any clue on what direction I needed to go. I had always been pushed towards... Read More IT and finally decided to try my hand and self-teach some skills to see if I would like it. UI/UX was so new to me, but the idea of combining tech and design was so intriguing, I decided to research more into the field. I didn't realize how many boot camps were out there that offered a UI/UX course. It took me 2 months to finally research my way through all the courses and figure out which one offered the best outcome with the money I was about to dish out. It was scary jumping into something new, especially since I had read so many mixed reviews on whether boot camps were worth the time/effort/money or not. Springboard honestly went above and beyond the expectations I had! The amount of support you get from all sides was what really pushed me to enroll with them. Weekly mentor calls with an industry expert, career support, and a community to connect with other students is what really helped me throughout the program. I also love that Springboard gives you 4 projects to complete within the course, allowing to showcase more variety in your work when it comes time to build a profile. I didn't feel like I was on my own, I always had someone to reach out to if I had questions or needed immediate feedback, but I also didn't feel like I was working on someone else's time and could pace myself according to my personal schedule. While it is on the pricier side, you do have multiple options when it comes to making a payment. Seriously, if you are debating between Springboard and any other boot camp.......just go with Springboard! I would recommend them 1000/10!!Read Less",UI/UX Design Career Track,UX/UI Design +283853,11035,springboard,Reid Langona,False,2021,UX / UI Design Career Track Bootcamp,2021-12-02,4.0,4.0,4.0,4.0,"The Springboard ux/ui design career track program was an excellent way to expand my knowledge. Able to move at my own speed I was given ample resources to turn to if I was ever confused. Between your mentor, advisors, career services and other Springboard... Read More students, there's always someone to turn to to learn more. Through Springboard I was able to continue my education from my own house during the Covid-19 pandemic.Read Less",UI/UX Design Career Track,UX/UI Design +283830,11035,springboard,Anonymous,True,2021,If you are debating between Springboard and any other bootcamp....just choose Springboard!,2021-12-01,4.7,5.0,5.0,4.0,"I just completed Springboard's UI/UX program and can confidently say that this was the best decision I made! Before starting the program, I researched numerous other boot camps and although Springboard was on the pricier side, it also offered the most... Read More benefits. Yes, other boot camps may have things they do that Springboard doesn't but what drew me in was the amount of mentorship and career support they had to offer. Weekly calls with an assigned mentor, career mentorship throughout the program (plus weekly/bi-weekly career support once you finish), and support within the Springboard community. I will say, if you are thinking about Springboard, take advantage of the unlimited mentor calls! Even though I had an assigned mentor that I met with on a weekly basis, sometimes I needed a different perspective on things or just some extra help and having those unlimited mentor calls helped me out a ton!Read Less",UI/UX Design Career Track,UX/UI Design +283827,11035,springboard,Liz Edens,False,2021,Best change of my life,2021-12-01,5.0,5.0,5.0,5.0,"When I started this program I had no knowledge of computer programs at all. I was a former cake designer. With the help of my mentor, career coach, and advisor I was able to learn skills I thought I would never understand. Pros for Springboard Bootcamp:... Read More you have 1 on 1 mentor time and receive feedback and direction for improvement. Career coaching is a bonus where they show you how to find jobs as well as what to expect from hiring managers. The school allows you to move through the material at your own pace and encourages you to do as much as you can each week by setting goals. Cons for Springboard is it is just a certificate. So far I have been told I need a bachelor's degree from all the places I have applied to. I disagree with needing that so I am pushing forward and continuing to try other companies as well as work on other projects for my portfolio.Read Less",,Unknown +283825,11035,springboard,Anonymous,True,2021,Well Rounded,2021-12-01,5.0,5.0,5.0,5.0,"The best thing about this course is the mentorship, career coaches, and hands on industry project. Further, I like how there are various types of learning material and projects to really drill down the material. It's self paced and the team at Springboard... Read More really works with you to help keep you on track.Read Less",UI/UX Design Career Track,UX/UI Design +283794,11035,springboard,Jordan Caroleo,False,2021,Great Program! Be Prepared To Work!,2021-11-30,5.0,5.0,5.0,5.0,"Wow, what a great program. Of course, like any bootcamp, you have to be prepared to put the work in. The material is great and well-paced, especially since it's a self-paced course. Outside of the curriculum, SB does a great job of preparing you for the... Read More job search. They start early with tips and strategies and arm you with as much knowledge as possible regarding the process. Lastly, the staff is simply amazing. My mentor was great and incredibly knowledgeable. 10/10, would recommend it. Take the plunge and do the work!Read Less",Software Engineering Career Track,Software Engineering +283793,11035,springboard,Caroline Kennedy,False,2021,The mentor support and Industry Design Project cannot be topped!,2021-11-30,4.7,5.0,5.0,4.0,"When choosing a school to attend, I was torn between several online bootcamps. What ultimately led me to choosing Springboard was the fact that I would have a guaranteed real-world project and a dedicated mentor. Both my mentor and my Industry Design... Read More Project placement were amazing, and I couldn't have asked for better. This being said, I am 100% certain I would have completed this course earlier had I had access to my progress graphs from the beginning. It feels shady that the program is marketed as 9 months; however, most students finish in about a year. I was one of the few who finished early, and I do attribute some of that to being able to SEE my progress every week.Read Less",UI/UX Design Career Track,UX/UI Design +283769,11035,springboard,Maria Penaranda,False,2021,Valuable Experience,2021-11-29,5.0,5.0,5.0,5.0,I had very minimal technical skills when I joined the Data Analytics track. Springboard gave me the foundation I needed to get a job as a Business Analyst! It's not easy but the program gives enough time and support to complete the course successfully.... Read MoreRead Less,Data Analytics Career Track,Data Science and Analytics +283755,11035,springboard,Hillary Locke,False,2021,Great Learning Experience,2021-11-29,5.0,5.0,5.0,5.0,"I took the Intro to Design on Springboard so I could learn more about what it takes to be a UX/UI Designer. I learned a lot about the field and techniques designers use. My favorite part of the course was learning how to use design software and create... Read More my own project. I was linked with a great mentor who gave me quality feedback on my work. My student advisor, Tiffany, was very helpful to. She responded to my emails quickly and efficiently. Overall, I am very pleased with my experience with Springboard and I'm looking forward to joining the Springboard UI/UX Career Track program. - Hillary LockeRead Less",Introduction to Design,UX/UI Design +283733,11035,springboard,Neha Patnaik,False,2021,Great experience. This course has opened up opportunities for me.,2021-11-28,4.3,5.0,4.0,4.0,"Great experience. This course has opened up opportunities for me. Pros: Totally online, great curriculum, expert mentorship, really helpful career coaching, and helpful events. If you just want to learn the technical side of data science, just get a Datacamp... Read More membership. and if you want to take your professional career to the next level, join Springboard. Weekly mentor calls hold you accountable with the curriculum, and the career coaches guide you through networking, polishing the LinkedIn profile, and building a focused resume.Read Less",Data Science Career Track,Data Science and Analytics +283728,11035,springboard,Matt Curtin,False,2021,Great course! Very Comprehensive way to learn UX,2021-11-28,5.0,5.0,5.0,5.0,"I really liked the program, especially working with the mentors. The mentors, career coaches, and other support staff were all very knowledgeable. It's important to acknowledge that this program does take a lot of time, and requires you to be highly self-motivated.... Read More They give you everything you need to succeed, but you will only get out as much as you put in. I researched several different programs before deciding on Springboard and I'm glad I did; ultimately, the mentor experience was incalculably valuable. Beyond UX, Springboard really showed me how to make myself a marketable job applicant.Read Less",UI/UX Design Career Track,UX/UI Design +283722,11035,springboard,Pritisha Kumar,False,2021,Great lectures and career switch,2021-11-28,4.7,5.0,5.0,4.0,"Engaging lectures, good advice, convenient and well rounded course layout, but ultimately I need to do the studying and applying to jobs. But it was the only bootcamp at the time to offer a job guarantee to non US students. I would highly recommend! The... Read More mentorship program can be a hit or miss, but the TA's are very helpful!Read Less",Software Engineering Career Track,Software Engineering +283713,11035,springboard,Kristi Kavaja,False,2021,Outstanding Support and Amazing Curriculum and Mentorship,2021-11-27,5.0,5.0,5.0,5.0,"I initially chose springboard over other online UX UI courses solely for the mentorship and career coaching services. However, I can confirm that it was the right decision. The course has excellent material that helps you understand the UX/UI process... Read More and develop your projects and case studies. In addition, having a mentor that supports you and provides you with feedback each week is so beneficial. Now that I have completed the course, I have full support from my career coach that guides me and keeps me accountable in reaching my goals each week. To top it all off, the quick responses and support from the springboard team is exceptional. When I needed a break or some extra time, they were there to help me and provide me with different support options.Read Less",UI/UX Design Career Track,UX/UI Design +283644,11035,springboard,Angela Teng,False,2021,Great Certification to help pivot to new career,2021-11-24,5.0,5.0,5.0,5.0,"Great for those looking for full online virtual experience with the added benefit of a mentor to meet with weekly and to hold you accountable for your progress and work each week. The curriculum covers the basics and provides a deep dive into key tools... Read More that are used in the industry. I had previous experience in tableau and excel, however SQL and Python were brand new to me. Focusing on those sections with my mentor helped me learn it much faster than I would have on my own. After completing my certification course and posting on LinkedIn, I had a previous manager reach out about an opening that matched what I had just learned with Python and SQL. I now have a new role specializing in Tableau and Python. The certification helped show my dedication to the field and desire to pivot my career. Definitely worth investing the time and effort in this program.Read Less",Data Analytics Career Track,Data Science and Analytics +283578,11035,springboard,Jialin Zhu,False,2021,Springboard provides good programs for self starters,2021-11-21,4.7,5.0,4.0,5.0,"The curriculum is designed well to prepare you for the job market, it equips you with a solid toolkit. The mentors are the most valuable assets of the program for sure. They are industry leaders and are very knowledgeable and supportive. You will need... Read More to stay self-motivated though, because this isn't real school.Read Less",,Unknown +283539,11035,springboard,Stephanie Travers,False,2021,Great experience with Springboard,2021-11-19,5.0,5.0,5.0,5.0,"I had a great experience with Springboard. I was part of the UX/UI Design career track bootcamp which was a self paced course with mentor support. I always felt like I had someone to turn to for questions in the community, my own mentor or reaching out... Read More to other mentors. The course covers a ton of material, you get to do projects and also get to have access to everything even after you graduate. I know as I look for a job and continue on this journey I will refer back to my course material because it is full of everything that I need.Read Less",UI/UX Design Career Track,UX/UI Design +283498,11035,springboard,Nathalie Plaire-Virovac,False,2021,Springboard UX Design Career Track,2021-11-18,5.0,5.0,5.0,5.0,"I really recommend Springboard, I did the online courses for UX Design Career Track. Everyone was nice and helpful from the start, the curriculum was well done and not tooo overwhelming even though I ma working full time. I have learned a lot and feel... Read More confident to become a professional UX DesignerRead Less",UX Career Track,UX/UI Design +283462,11035,springboard,Noah Scanlon,False,2021,"Springboard's curriculum, mentorship, career guidance, and price point converge on a great value!",2021-11-17,4.7,4.0,5.0,5.0,"PROs: Great curriculum, expert mentorship, caring and helpful career coaches, good accountability, completely online, well known bootcamp name. CONS: Being completely online can take away the human element; i.e. being able to talk with peers informally... Read More just because you're physically right next to each other and definitely going through a program at the same pace.Read Less",Data Science Career Track,Data Science and Analytics +283461,11035,springboard,Bonnie Lau,False,2021,Great experience,2021-11-17,4.3,4.0,4.0,5.0,"I recently finished the UX/UI Career track Bootcamp with Springboard. It was a great experience. Since I have not tried other Bootcamp, I can't compare or say if they are better than other Bootcamp. What is the most valuable to me is the on-demand mentor... Read More calls option. The on-demand mentors provided more support that is outside of the topics in the curriculum. They evaluated my skills and understanding.Read Less",UI/UX Design Career Track,UX/UI Design +283454,11035,springboard,Sajedeh Safari,False,2021,Great career support,2021-11-17,5.0,5.0,5.0,5.0,"If you need career support springboard is the right place for you. They give great support through their coaches and workshops. The curriculum is great and it combines the datacamp with more online resources. They also have a mentor assigned to each student... Read More and it gives a great chance to not only get help for your technical problems, but also gives a great chance to learn about the real world problems and work experience.Read Less",Data Science Career Track,Data Science and Analytics +283430,11035,springboard,SJ Dalmar,False,2021,"Great, flexible learning!",2021-11-16,4.3,4.0,4.0,5.0,"I recently completed the UX/UI bootcamp at Springboard and overall, I had a great experience! The course allowed me to learn at my own pace and I had a rockstar mentor who guided me through it and prepped me to enter the industry. There's room for improvement... Read More but for the most part, I think Springboard has a competent curriculum. PROS: -No mandatory classes/lectures allows you to work at your own speed (up to 9 months to complete the course) -Majority of curriculum isn't proprietary material (lots of curated articles and videos) meaning it's easy to update with more current info -Curriculum seems to get updated relatively frequently -Proprietary curriculum material is excellent -1-on-1 mentorship lets you explore work in-depth and get thorough feedback -Unlimited mentor calls on demand if you need extra help -Thorough career support even if you don't qualify for the job guarantee (I didn't but I was able to find work!) -Projects prepare you well for real design work -Opportunity to work with a company for ~4 weeks provides hands-on job experience before you graduate CONS: -Currently not much support for building relationships with classmates/fostering community within your cohort -No lectures/classes requires students to structure their time effectively on their own (they do provide a lot of material to help) -Mentors can be hit and miss. I had a great experience with mine but I know that hasn't been true of every student -Industry Design Project needs more structure and supportRead Less",UI/UX Design Career Track,UX/UI Design +283410,11035,springboard,Eldy Deines,False,2021,Flexible! Supportive!,2021-11-16,5.0,5.0,5.0,5.0,"This program was very flexible, unlike other Full-Stack Developer Bootcamps. During the course, I was working full-time and managing a household. This program allowed me to focus on the material whether it was 5am or 8pm. The material was covered by a... Read More well-known software developer and was adjusted by the technology in the industry. The material was very thorough and provided additional resources like virtual sessions in case you needed to ask a question. The resources were plenty and students shouldn't be intimidated by asking for help. Everyone was more than willing to explain.Read Less",Software Engineering Career Track,Software Engineering +283355,11035,springboard,Aruna,False,2021,Excellent Program for those who wants to start a career in data analytic field,2021-11-13,5.0,5.0,5.0,5.0,The highlight of Springboard's data analytics bootcamp was the well organized curriculum with unlimited access to expert mentors from the filed of data analytics and data science. There was a dedicated student advisor who continuously tracked the progress... Read More of the course completion and kept motivated to complete the program on time. The program also offered access to career coaches to prepare and be ready for the job search up on the completion of the program.Read Less,Data Analytics Career Track,Data Science and Analytics +283265,11035,springboard,Trent Leslie,False,2021,"Great career and networking support, no regrets!",2021-11-12,5.0,5.0,5.0,5.0,"While the technical data science curriculum with Springboard is outstanding by combining Datacamp with dozens of hand-selected resources online, there are endless resources online for learning the technical aspects of data science and machine learning.... Read More If you just want to learn the technical side of data science, just get a Datacamp membership. However, if you want to take your professional career to the next level, join Springboard. Weekly mentor calls hold you accountable with the curriculum, and the career coaches guide you through networking, polishing the LinkedIn profile, building a focused resume, and writing cover letters. Springboard is not the least expensive bootcamp out there, but the networking, mentoring, and career coaching resources more than make up for the cost. It's an incredible value given the opportunities for salary growth afterwards.Read Less",Data Science Career Track,Data Science and Analytics +283215,11035,springboard,Rory Taylor,False,2021,"Great curriculum, I learned many new skills and had ample opportunity to hone and polish those skills. Loved the career coach and mentorship.",2021-11-10,4.7,4.0,5.0,5.0,"Pros - learned so many new skills, and feel confident in my new skillset - mentorship was priceless - coaching calls, and resume/Linkedin strategy was huge - Slack student community - IDP project = amazing opportunity Cons - much longer than other UX... Read More bootcamps - A lot of ""busy work""/ unnecessary extra work and assignments - spent at least 2x the advertised ""700 hours"" on completing the course - some units should've been set up to be done earlier in the course (POrtfolio unit) as a result I ended up perfecting beautiful PPT presentations of my case studies of projects, only to learn later on I had to REDO them to publish on my portfolio website.Read Less",UI/UX Design Career Track,UX/UI Design +283210,11035,springboard,Jarred Baird,False,2021,A most pleasant asynchronous experience. Good support directly from staff.,2021-11-10,4.7,5.0,5.0,4.0,"I signed up for Springboard because they had Colt Steele. I didn't know him at the time, but he had a cool name and was popular on udemy. Despite being an asynchronous course, I had plenty of human interaction with my mentor and TA's who were available... Read More everyday. A couple notes: 1) some (especially mentors) complain about the course website not being very robust and that it was slightly buggy. I did not have an issue with it. 2) yes the course was asynchronous, but I didn't think I would feel so alone in my work. there is no group projects (understandably so) and - besides setting up Slack - Springboard does little to foster community amongst the students. I DO believe its possible they made up for the lack of peer companionship (to an extent) with the high availability of mentors, advisors, and career coaches. 3) The course (Software Engineering Career Track) is/was young (began in 2019?) and I noticed its newness, though I wouldn't say it was a hindrance to my completionRead Less",Software Engineering Career Track,Software Engineering +283176,11035,springboard,Jesse Zonnefeld,False,2021,Great program and great people!,2021-11-09,5.0,5.0,5.0,5.0,"I think if you are willing to work hard, and be consistent, you can get through this course quickly and have no issues. I was balancing some health issues as I went through this course and I still got through it quicker than many of my classmates. You'll... Read More need to have a strong work ethic when not having someone look over your shoulder. The only con I can think of is that you might not get a great mentor when signing up, but you can always request a switch so that you don't end up frustrated.Read Less",UI/UX Design Career Track,UX/UI Design +283170,11035,springboard,Sonia Sanchez,False,2021,I came out of the Springboard bootcamp feeling prepared and knowledgeable in the UX/UI Design field.,2021-11-09,5.0,5.0,5.0,5.0,"I had a great experience in UX/UI Design bootcamp at Springboard! I highly recommend this bootcamp for anyone looking to shift careers. I signed up for the Design Career track, as this includes career calls after the course to help you find a full time... Read More position. When I was deciding on a UX/UI bootcamp, I was hesitant to sign up for a longer/more expensive bootcamp, but am very glad I went with Springboard. Here are some of the key reasons why: The weekly mentor (an industry professionals) calls are super helpful and help you get immersed into the UX/UI field. My mentor helped me understand UX/UI concepts, and helped me refine the deliverables to build my case studies up! You come out of the course with a full portfolio (essential for getting a job!) with four case studies including an Industry Design Project, which is essentially an internship with a company. This real-world experience is really helpful coming out of the course! The curriculum does a good job teaching you UX/UI concepts and slowly building those up. Career guidance is prompted throughout the course, which was extremely helpful. Throughout the course, you are prompted early on to start building career skills such as networking. You also have calls with a career coach while you are simultaneously going through the technical material. This early prompting to start thinking about how you are going to get a job and slowly building skills necessary for this were extremely helpful for me. You come out of the course with an updated UX/UI resume as well as a updated and revised (by career coach) Linkedin. You are assigned a student advisor which helps you keep moving along. Having someone to keep me on track was essential for me. She gave me weekly deadlines that I needed to meet in order to complete by the date I gave her. Having this was a game changer for me. Finally, you are connected with a Springboard slack community, so you are able to meet other students in the course. This is really helpful as the course is remote, and helps you stay connected to others and meet new people who are in a career shift as you. I met a lot of wonderful friends along the way, while also building up my professional network. If you are wanting to shift careers, Springboard is a great choice! I feel very prepared for the working world and am glad that I still am able to meet with a Career coach on a bi-weekly basis, who will help me land a full-time position.Read Less",UI/UX Design Career Track,UX/UI Design +283137,11035,springboard,Emma Pope Welch,False,2021,"Excellent, supportive and encouraging.",2021-11-08,5.0,5.0,5.0,5.0,"Between the one-on-one weekly mentoring and the several opportunities to build out my portfolio, I would highly recommend this course. It gave me hands on experience and real-time feedback to improve while learning. I finished feeling not only that I... Read More had gained several news skills, but also the confidence to tackle a new challenge.Read Less",UX Career Track,UX/UI Design +283136,11035,springboard,Neha Navni,False,2021,Resourceful and engaging experience into UX Design,2021-11-08,5.0,5.0,5.0,5.0,"The Springboard program does a great job to creating a ""springboard"" into the UX Design Field. You are taught the fundamentals of the industry and provided coaching along the way. The industry design project is the most valuable aspect to the course,... Read More as you have a chance at really industry work and experience. Overall wonderful program, people, and content.Read Less",UX Career Track,UX/UI Design +283126,11035,springboard,Ehsan Kourkchi,False,2021,"Great Bootcamp, for everyone who is willing to learn on his/her own pace,",2021-11-08,4.3,4.0,5.0,4.0,"This MLE career track is very well designed for those students with very minimal knowledge of machine learning and software engineering. If you knows your way around computers and love coding in general, this bootcamp is for you. Based on your enthusiasm... Read More and knowledge you can go through this bootcamp in fast or slow pace. Both of which are totally fine. The career coach program is designed to help you build up your network, get to know new people and build confidence in finding your dream job. If you are experience in some of the ML techniques, you may still find some interesting areas to work on. You choose a capstone project based on your interests and your former experiences and benefit from what you have previously done while you are improving your skills.Read Less",Machine Learning Engineering Career Track,Machine Learning and AI +283097,11035,springboard,Samuel Nwalozie,False,2021,Student Friendly Curriculum with support and mentoring from Industry Professionals and Career Coaches.,2021-11-06,4.0,4.0,4.0,4.0,"Student Friendly Curriculum with support and mentoring from Industry Professionals ,Expert and Career Coaches. You have unlimited access to the curriculum for life, access to unlimited support from other experts in your field of study if needed. I had... Read More a wonderful Student Advisor who motivated and guided to the finish line. I had practical projects to work on and two capstones that I did myself.Read Less",Data Analytics Career Track,Data Science and Analytics +283078,11035,springboard,Philip Jung,False,2021,"I wish the remote aspect was a little more immersive with students, but all in all a GREAT BOOTCAMP!",2021-11-05,5.0,5.0,5.0,5.0,"It's hard to find a Bootcamp that cares. I won't mention the other one I almost took, but let's just say that the mentor I would have been working with for the duration of my time, IMMEDIATELY gave off vibes of wanting to get off the initial call once... Read More 30 minutes had gone by and it rhymed with Splinterfaction Resign Crownbation. Again, don't want to mention names. Then I came across Springboard, as skeptical as ever and was given a list of mentors to choose from and have an initial conversation. After our first call, I KNEW this mentor cared. My mentor never stopped giving me his full attention for 9 months and Student Support is UNBELIEVABLE. There's literally nothing they wont do to make sure that you have what you need to finish the course. Seriously, they have your back. I'm sure some of you are reading this and saying, ""this was definitely a paid review"", but trust me, if you actually knew me, you would know that you couldn't pay me to write a good review about a SCHOOL if I didn't like it. If you're on the fence, look no further, trust me!!! Don't waste your time at another BootCamp that may or may not have your back the ENTIRE WAY THROUGH. It's a hard journey and a long grind so keep that in mind when making your selection. Sincerely, - A fellow student who suffered and clawed his way to a finish lineRead Less",UI/UX Design Career Track,UX/UI Design +283020,11035,springboard,Dana Lin,False,2021,Guided with a lot of Support,2021-11-04,4.7,5.0,4.0,5.0,"The program is a long nine month program which is longer than a lot of other options out there. However, you get a comprehensive experience that is worth every month. Throughout the experience, you can get as much support as you want. If you want to meet... Read More with a mentor everyday, you can schedule one everyday. If you want to meet one once a month, you can meet once a month. The course is extremely flexible, which makes it a great option for those who are working full time. The content itself was mostly very easy to understand when going through the learning material. However, some of the material was outdated or not explained well (e.g. it took a while to understand that negative space and white space were the same thing since it was never explained). I liked how the course took you through practice exercises first before you start on your projects. You get four total projects, a Capstone 1, Design Sprint, Capstone 2, and IDP. In each project, you do both the design and research, so each one is very comprehensive for your future portfolio. The Job guarantee requirements are a bit intense, they make you do a lot of work in one week, but it makes sense if they give you an option for a refund. In terms of portfolio building, I was a bit worried about building it at first, but the examples and guide provided gave me a good idea on how to create a portfolio. Overall, the course guides you step by step and provides you the end-to-end experience of UX design including research. I recommend anyone who is thinking of changing careers to consider this program!Read Less",UI/UX Design Career Track,UX/UI Design +283019,11035,springboard,Alyssa C Menes,False,2021,"A thorough, challenging and rewarding experience!",2021-11-04,5.0,5.0,5.0,5.0,"I really enjoyed the Springboard program. The software engineering course took me from knowing next to nothing about code to being able to build a variety of web apps using a great deal of in-demand languages. I really feel like I build a great skillset... Read More that will make me ready for my first position as a web developer. Having the support of a mentor (in the form of weekly calls) helped me so much as well. I also appreciated the career training that came with this course too, and the support from the career coaches. I would definitely recommend Springboard to anyone who wants to build a skillset as a software engineer.Read Less",Software Engineering Career Track,Software Engineering +283016,11035,springboard,Shayla Wyche,False,2021,"Very helpful, good structure",2021-11-04,4.7,4.0,5.0,5.0,"Overall I really thought the course taught a lot of what I needed to know. The main thing they didn't go over is how to do things in certain design programs in depth because I think that's something a UI/UX designer will have to know. However perhaps... Read More a dedicated class on a design program would be better suited for that. In terms of learning UI/UX they covered pretty much everything you would need to know, but I would recommend reading books in addition to the course to help understand UI/UX better. The only con I found in the course was that it would sometimes take a long time to get feedback from someone that was not my mentor.Read Less",UI/UX Design Career Track,UX/UI Design +282956,11035,springboard,JOSH ZHU,False,2021,"Great mentorship, good practice exercises from datacamp resource , okay curriculum",2021-11-02,3.0,3.0,3.0,3.0,"Good practice exercises from datacamp resource , okay curriculum. However, I think there were parts of the course that can definitely be improved. Overall it was organized well but there are a lot more extra resources that could have been provided as... Read More there are a lot of confusing topics that could have had more explanation provided.Read Less",Data Science Career Track,Data Science and Analytics +282937,11035,springboard,Nathan Katica,False,2021,"Excellent career coaching, mentorship, and curriculum pacing.",2021-11-01,5.0,5.0,5.0,5.0,"The course starts out nontechnical as it covers economics, finance, and strategic thinking (MECE Issue Trees), etc. It really helps with your LinkedIn profile (I have already had recruiters reaching out to me). The data visualization unit began a series... Read More of more technical units. The pacing really helped me to gauge how much I needed to work on each week. One thing I wish was different is how much time elapses in between units, sometimes I forgot the content that I learned. I really enjoyed the LinkedIn Learning and DataCamp lecture videos.Read Less",Data Analytics Career Track,Data Science and Analytics +282930,11035,springboard,Allison E. Kennedy,False,2021,An incredible journey that challenged me to find the confidence needed to change careers and find my passion within UX design.,2021-11-01,5.0,5.0,5.0,5.0,This was such a scary and challenging time to try to switch careers. I was no longer desiring to continue my work in health and wellness as a massage therapist and life coach and was ready to find a role that could highlight my problem solving skills... Read More and my storytelling abilities. I was not sure if I could enter such a different industry after so many years of customer service and hospitality but I ended up learning how to position my story and background in a way that helped me realize I have been doing similar work to UX design for most of my career and didn’t know it. My mentor was by far the best part of my journey and made it more than worth while to invest in this program. A year after starting school I finished up my program and had a job offer 20 minutes before my last mentor call. It was so rewarding to find myself not only completing a challenging program but also tripling my income and solidifying a stable career for years to come.Read Less,UI/UX Design Career Track,UX/UI Design +282867,11035,springboard,Austyn Slavych,False,2020,A great resource that has all the information you need put in a nice package.,2021-10-29,4.3,4.0,4.0,5.0,"I've heard a lot of mixed reviews, but I had a great experience. One thing I heard that was a ""bad"" reason to choose Springboard was that all the information could be found for free on the internet. That may be true, but Springboard packages the information... Read More into a great package. I know I'm not disciplined enough to find the information for myself, nor would I even know where to begin. Anyways, my experience was overall positive. Pros: The information displayed I a wonderfully guided experience The mentor program was incredible and my mentor was awesome The projects are laid out in a way that is digestible The IDP is an invaluable experience The job placement guarantee is a wonderful fallback The network and career coaching is awesome Cons: Some of the information is free You may get a mentor that doesn't care You might get an IDP that Some of the grammar is bad and some of the words are misspelled in a few of the articles (Springboard higher me as your proof-editor!)Read Less",UI/UX Design Career Track,UX/UI Design +282863,11035,springboard,Luke Iskandar,False,2021,A great experience training me what being a data analyst is like.,2021-10-29,4.7,5.0,5.0,4.0,"A few of the pros are definitely the content of the curriculum. It is very well thought out and really prepares you for completing all the case studies and capstone projects. The videos are very effective at teaching you all the skills necessary for being... Read More successful as a data analyst like Tableau, SQL, Python etc. Another pro is definitely the mentor. My mentor is extremely knowledgable and is effective at conveying things I need to learn in a way I can understand with limited experience in data analytics.Read Less",Data Analytics Career Track,Data Science and Analytics +282771,11035,springboard,Tsaijung Wang,False,2015,Data Engineer Career Program at Springboard,2021-10-26,5.0,5.0,5.0,5.0,"Pro: Learning material is very organized. It helps me understand each topic way better and it covers a lot of very useful, high demand material that every data engineer should know about. Con: It is def very helpful for people who are converting to data... Read More engineer, but since I've been a data engineer already who needs more skills other than SQL, some of the topic is a bit too basic for me and I wish it covers more on python as well. Overall it is a great program!Read Less",,Unknown +282746,11035,springboard,Philip Teri,False,2021,Great,2021-10-25,5.0,5.0,5.0,5.0,"Pros: Great mentor and course work. Hands on experience building different models and projects. Career coaches offer a lot of help with resume building, LinkedIn and networking. Cons: The coding exercises are long and there are a lot of them, it feels... Read More repetitive at times.Read Less",Data Science Career Track,Data Science and Analytics +282729,11035,springboard,Patric Oh,False,2021,Great boot camp with a job guarantee!,2021-10-25,5.0,5.0,5.0,5.0,"When I decided to pivot my career, I looked into several boot camps for data analytics. I decided to go with Springboard mainly because of its job guarantee. They not only prepare you for the technical aspects, but they also have you learn other skills... Read More such as structured thinking, financial analysis, economics, etc. They also have several sections dedicated for your career such as interview preparation, resume formatting, LinkedIn profile updates, etc. I think that this program is ideal for someone who is not only trying to learn something new but also trying to receive career coaching as well. They also provide mentor support where an industry professional keeps you accountable every week. Overall, it was a great course!Read Less",Data Analytics Career Track,Data Science and Analytics +282714,11035,springboard,Parker Oberg,False,2021,Wonderful Job guarantee!,2021-10-24,4.3,4.0,4.0,5.0,Pros: - Well structured course - Essential job skills learned - Job guarantee - One-on-one mentor - Reliable support - Resume booster - LinkedIn profile enhancement - Increased confidence in technical skills Cons: - Price - Occasional assignment instructions... Read More are unclear/outdated.Read Less,Data Analytics Career Track,Data Science and Analytics +282696,11035,springboard,Igor Shevchenko,False,2021,It was one of the best decisions I've made.,2021-10-23,5.0,5.0,5.0,5.0,"Here is a short backstory. I was self-studying web development for a few months before joining the program. And although I taught myself JavaScript and knew it pretty well, I didn't have a profound comprehension of how things work behind the scenes. And... Read More let's be honest, in this field we are forever, students. Then I found Colt Steele’s youtube channel where he explains lots of important concepts in great detail. In one of his videos, he mentioned the Springboard Bootcamp where he designed the curriculum and was an instructor. Without hesitation, I knew that this was exactly what I needed not only because I loved Colt’s passion for teaching and his teaching style, but also because in this program you're being taught two languages - Python and JavaScript, along with everything you need to know to become a full-stack software engineer. I just finished the course and am about to start my job hunt. In my opinion, this is the best curriculum I've seen. Not only do you learn various languages, technologies, libraries, and frameworks but also you go very deep behind the scenes to understand how things work under the hood and why we use these technologies. And for a very curious person who never stops asking “why?” this was exactly what I was looking for.Read Less",Software Engineering Career Track,Software Engineering +282659,11035,springboard,Jason Lor,False,2021,My experience with Springboard was definitely one of the factors to how I landed my analyst position.,2021-10-21,5.0,5.0,5.0,5.0,"Honestly, I don't see any cons with Springboard. Staff is great and mentors are fantastic. When they say that the mentors are experts in the field, they mean it. The pros that I felt are note worthy are flexibility, mentors are VERY knowledgeably and... Read More helpful, Springboard site is very easy to navigate, and Springboard does a great job at keeping track of your progress. Many boot camps have great offers but not the flexibility. I was not ready to drop my job to go back to school. Springboard allowed me to take the courses at my own pace. Although that may not be most people's cup of tea, if you're motivated to succeed, you'll graduate in less than 6 months.Read Less",Data Analytics Career Track,Data Science and Analytics +282647,11035,springboard,Gavin Eldridge,False,2021,Killer Bootcamp and Community!,2021-10-21,4.7,5.0,4.0,5.0,"I am a recent Springboard grad with 2 years of experience studying Computer Science in college prior. I decided that I'd prefer to learn in a safer and more secure format with Springboard's job guarantee than potentially not get hired post college and... Read More be drowning in student loans -- even though tech is definitely a field in which most will do absurdly well financially. When everything is already online, you really don't miss out on much in comparison to university. College really only has one big advantage still and that's the experience of being around other students of different disciplines, belief structures, etc. With COVID, that advantage has been stripped. Math too I suppose... But you can always come back to college after gaining some experience and savings to pay for your tuition without excess stress. I'm happy to say that for me, it was an excellent decision. No one thought it was though -- my family, friends, and even some of my CS student peers thought it was a poor decision, some probably still do. That said, I started the program in late Oct. of 2020 and finished in early Oct. 2021, almost a full year, which honestly I did not expect as I have a bit more background in CS and figured that'd make it go quicker. Here's why it took me a bit longer, in April, I got hired as a software engineer! I worked part time to pay for my living expenses throughout the rest of the course and am now transitioning to a fulltime role. My advice, don't listen to others even when they may have your best interest in mind. They hardly know what they're doing with their own lives, forge your own path. If you want it and are ready/willing to put in the work, you will more than likely find success. I recommend this bootcamp heavily. I think it's an excellent choice for those who are confident that they want to be software engineers. The mentors, career advisors, and other resources are definitely excellent, but at the end of the day, all the best programmers are mostly self-taught. It's important to be sure you are ready for this though. While I do believe that anyone can be an excellent software engineer, the profession/industry is not always for everyone. Learn some basic programming first and make sure you really do enjoy the process of debugging, googling, and sitting for hours day after day, that is exactly what you're signing up for. If you're okay with that, then sign up, you won't be disappointed!Read Less",Software Engineering Career Track,Software Engineering +282615,11035,springboard,Lyndon Perry,False,2021,Mentorship for the win!,2021-10-20,5.0,5.0,5.0,5.0,"With Springboard you learn/work at your own pace through up-to-date, industry best practice articles and videos combined with practice projects which are reviewed by real human mentors who work in the industry. The mentorship component alone is worth... Read More the cost of entry.Read Less",UX Career Track,UX/UI Design +282604,11035,springboard,Anonymous,True,2021,Refined and on-point,2021-10-20,4.7,5.0,5.0,4.0,The course was streamlined with all the teaching and tools needed to gain competence and confidence in the product design industry. The mentors are stellar and community behind the program is also trustworthy. Overall 10/10. Highly recommend to anybody... Read More that within the design industry or wants to pivot their careers.Read Less,UI/UX Design Career Track,UX/UI Design +282563,11035,springboard,Matthew McCane,False,2021,Springboard,2021-10-19,5.0,5.0,5.0,5.0,"I did Hack Reactors prep, and I also did Springboards prep! Springboard did a better job of explaining the concepts and gave me better understanding of all the programming languages (HTML, CSS, JavaScript). Hack Reactor did not review HTML nor CSS, and... Read More they also did not have a 1-on-1 mentor to help with any questions. I was lead here from a guy who attended and graduated from both schools, and he told me to go with Springboard over Hack Reactor! I think Colt Steele is really good at teaching Software Engineering! I plan to continue to learn from him. I also was able to move at my pace which really helped me remove the pressure of getting done in a certain timeframe!Read Less",Software Engineering Career Track Prep Course,Other +282455,11035,springboard,Corey W,False,2021,Personalized.,2021-10-16,5.0,5.0,5.0,5.0,It’s a love hate thing. I liked moving at my own pace and at times I wish I had class time. The mentors are great. The projects are in depth and the curriculum is not difficult at all. There’s so many resources from articles to videos elaborating on things.... Read More Overall really good.Read Less,UI/UX Design Career Track,UX/UI Design +282451,11035,springboard,Kim Baxter,False,2021,well rounded curriculum with good support,2021-10-16,4.0,4.0,4.0,0.0,The program is intensive and challenging but you get what you put into it. I liked the inclusion of case studies where you really test your skills. A huge plus were the unlimited mentor calls in addition to your main mentor. The community whether it was... Read More advisors or other students was very engaging and encouraging.Read Less,Data Analytics Career Track,Data Science and Analytics +282442,11035,springboard,Anonymous,True,2021,Very solid course with in depth projects,2021-10-15,4.3,4.0,4.0,5.0,"Very much enjoyed my time with Springboard. I think one of the strongest parts of the course were the capstone assignments. Each assignment is an in depth, step by step process that gives the student a real time look into what is required of them in the... Read More real world in this field. These assignments required a lot of work, however the knowledge gained through them was incredibly valuable to me. In addition, the career support is another very strong aspect of the course. The mentorship program was immensely helpful for me in getting real feedback from people with actual experience in the field. The only real con that I can think of, is at times it can feel as though you are simply clicking on an article, reading about a concept, and that's it. In other words I felt there were a few moments where the curriculum could've been a little more engaging. However, these same concepts come up in the capstone assignments, which as said above tended to a real step by step, work heavy process. So I mean you still learned in depth about those concepts.Read Less",UI/UX Design Career Track,UX/UI Design +282438,11035,springboard,Joyce Wong,False,2021,Affordable and at your own pace,2021-10-15,4.7,4.0,5.0,5.0,"I was attracted to Springboard for the tuition since it was much cheaper compared to other bootcamps while not breaking your wallet. I saved up for the tuition and paid in full. The curriculum is very dense and teaches Python and JS so students get a... Read More sense of different languages and the more popular frameworks so I really liked that! I also appreciate the mock coding, interview, and project interviews you need to pass in order to complete the program. It really reflected and prepped me for real interviews I got afterwards. Career counselors also help you tailor your resume, Linkedin, and interivews to increase your chances of getting noticed. You get TA support and depending on who you get, some are more direct with their answers while others make suggestions. I know some students have issues with the TAs but it's also reflective of real life work environments so it did not bother me. You get a a weekly 30 min mentor call who provides you with project feed back, advice as a developer or any other job questions you want to ask them about. The one thing I did not like about this program was the lack of peer reviews. I was lucky to be in a group with other students where we were able to stimulate this but communicating with your cohorts is all up to yourself. I would have loved it if there was some form of collaboration between students and made it up by volunteering externally. Other than that I think Springboard is good for those who are tight on finances and/or able to be self-motivated to learn the content.Read Less",Software Engineering Career Track,Software Engineering +282435,11035,springboard,Margi Patel,False,2021,A good course that would be improved.,2021-10-15,4.0,4.0,4.0,4.0,"A comprehensive course, but it will likely take longer than the promoted time. IDP experience was a bit challenging but reflected the real work project limitations and hurdles. My mentor was amazing and helped where the course material left the gaps.",UI/UX Design Career Track,UX/UI Design +282432,11035,springboard,Anonymous,True,2021,Biggest plus is the mentor support,2021-10-15,4.3,4.0,4.0,5.0,"I am very satisfied with the overall experience. Shortly after finishing I was able to land a job in Data Science (in Germany- I am German). The material provides a great overview on the topic, though some of it could be improved. The mentor calls were... Read More extremely helpful and motivating for me. Career support was also great.Read Less",Data Science Career Track,Data Science and Analytics +282333,11035,springboard,JOHN M Glen,False,2021,Generally good experience with a few minor issues,2021-10-12,4.3,4.0,5.0,4.0,"I liked how detailed the curriculum was and how helpful the supporting staff was including my mentor. Most of the information was clear and concise, a few times where students could receive extra help. The main issue I had was with the interviewers they... Read More bring in for your walkthroughs. Did have a few bad experiences but luckily it worked out in the end.Read Less",UI/UX Design Career Track,UX/UI Design +282330,11035,springboard,Anonymous,True,2021,SpringBoard Success,2021-10-12,4.3,5.0,5.0,3.0,"First of all, I’d like to start this review by saying I was able to land a job in my field of choice before I completed the program. *I didn’t have much hands on time with career services, but following the career segments in the curriculum proved to... Read More be worthwhile.* The Pros: When I enrolled at Springboard I didn’t have any prior experience with UX/UI design. Springboard has certainly built a great curriculum that gave me very solid foundational skills and a fundamental understanding of the industry. Springboard showered me with plenty of amazing resources that I continue to use even after graduating (I had to get very good at organizing my bookmarks). By far THE BEST part about Springboard is the 1 on 1 mentoring. I had weekly calls with my mentor who demonstrated a high level of industry knowledge, and was able to give excellent feedback and insight to my projects and questions. Over the course of 9 months you’re able to develop a relationship with your mentor, and add them to you network of professionals. To me this is where Springboard shined. The cons (kind of): That being said I’m not sure bootcamps are for everybody. I already came into the UX/UI Design Career Track as a self-taught front-end developer and my web development skills played a crucial role in landing my position. You need to be a certain type of person to succeed in a boot camp. I consistently went above and beyond for my Capstone projects, and Portfolio. I would study design disciplines outside of what was offered in the normal curriculum as well. If you’re an ambitious self-self starter then these bootcamps really can propel you into your next career. However if you tend to take a passive approach to your learning then look elsewhere.Read Less",UI/UX Design Career Track,UX/UI Design +282304,11035,springboard,Jack Winford,False,2021,"Superb Curriculum, Indispensable Mentoring",2021-10-11,5.0,5.0,5.0,5.0,"The curriculum covered the full stack of web development with all the most marketable skills and technologies. Not to mention Data Structures and Algorithms, Resume writing, command line and more. The weekly mentor calls are the strongest part of the... Read More course and gave me more support and accountability than public high school or university ever did. If you decide to go with Springboard make sure to stay on top of your work as it is self paced and you can fall behind. If you're a naturally independent and disciplined learner than Springboard should be a perfect fit for you.Read Less",Software Engineering Career Track,Software Engineering +282296,11035,springboard,Hava Feder,False,2021,"Engaging, motivating, personable.",2021-10-11,5.0,5.0,5.0,5.0,My favorite thing about this course was having access to a mentor. My mentor was very patient and helpful and gave me the encouragement I needed to keep pursuing the career track. I also like how we have a community on Slack. The practice questions were... Read More challenging but forced me to grow and learn. I would definitely recommend this course.Read Less,Software Engineering Career Track Prep Course,Other +282263,11035,springboard,Wrachel J Davis,False,2021,Well organized,2021-10-10,5.0,5.0,5.0,5.0,"Springboard is well organized and well segmented, which makes the entire work at your own pace experience much easier. The weekly calls are a good accountability measure as well, so that you don't stay stagnant or too off track time wise and can progress... Read More towards completionRead Less",Data Analytics Career Track,Data Science and Analytics +282244,11035,springboard,Valerie Moreno,False,2021,Great experience for learning technical and professional skills.,2021-10-08,4.7,5.0,5.0,4.0,Springboard was overall a great experience. Pros- -The coursework was divided fairly and easy to follow along. The resources in each unit were helpful and there were several practice activities after every unit. -The mentor pairing was one of my favorite... Read More parts. My mentor was extremely professional and gave me great advice every week. -Industry Design Project- One of the only programs that matches you with a real client to work on a project. You also get to work with a team which mimics the environment of a real UX job. Cons- -Grading was a bit slow for Hiring Manager reviews. Feedback was sometimes not clear.Read Less,UI/UX Design Career Track,UX/UI Design +282212,11035,springboard,Nilesh Kukreja,False,2021,helped me transition career,2021-10-07,5.0,5.0,5.0,5.0,"Coming from business marketing and sales background , after completing this rigorous course I felt confident that i have required skills both technical and soft skills to grab a great job in my industry. Mentors are from IVY schools with real life high... Read More level professional experience and drilling down this knowledge on calls was unmatchable.Read Less",,Unknown +282208,11035,springboard,Rossini Thadal,False,2021,I feel that the Springboard team is very supportive,2021-10-07,4.5,5.0,4.0,0.0,"Pros: Allowed to take breaks School-Work--Life Balance for doing online Very affordable Lots of supports from Advisors, TAs, and 1-1 mentors Cons: Limited Office Hours Curriculum needs be Windows friendly, I got confused with Colts IOS short-keys.",Software Engineering Career Track,Software Engineering +282202,11035,springboard,Katie Ciccaglione,False,2021,Great program to prepare you for a new career!,2021-10-07,5.0,5.0,5.0,5.0,"Pros: - Curriculum is very organized - gives a great mix of instructional videos/articles with hands-on projects and case studies - Capstone Projects: give you something to add to your resume and talk about during interviews, which is definitely helpful... Read More if you are changing careers and do not have a ton of applicable experience. - Mentoring: you meet weekly with an industry mentor to ask questions and get feedback (both on your technical projects, career, etc) - Career Coaching: there are separate units dedicated specifically to career related topics. They have a lot of great resources and essentially walk you through updating your linked in, networking, re-vamping your resume, preparing for interviews, etc. You also have access to Career Coaches, who you can schedule calls with for help and guidance as you work your way through the job search. I actually received job offers before even completing the course. Cons: - Some parts of the curriculum get a little monotonous (large stretches of lots of videos) - A little pricey, but overall a lot more affordable than a lot of other programs and I do not think you lose out on anythingRead Less",Data Analytics Career Track,Data Science and Analytics +282168,11035,springboard,Aimua-emwonsa Ogboghodor,False,2021,A truly remarkable UX/UI bootcamp program.,2021-10-06,5.0,5.0,5.0,5.0,"Remarkable, intense experience going through the thorough UX/UI Bootcamp Curriculum. I enjoyed the transformation in my design process and thinking. I would recommend anyone looking to get into the UX design industry to go through the program. The one-on-one... Read More mentorship style had a really big impact on my growth.Read Less",UI/UX Design Career Track,UX/UI Design +282138,11035,springboard,Grahm Schneider,False,2021,Data Analytics Career Track,2021-10-05,4.7,5.0,4.0,5.0,"- Great technical and career support - Mentor is very hands on and engaging - The curriculum is challenging and applicable to the data analytics career field - Great community support. Was crucial to make friends and rely on them for support and encouragement.... Read More - Because of the time required to take the course, some subjects are forgotten over time.Read Less",Data Analytics Career Track,Data Science and Analytics +282096,11035,springboard,Joel Antolijao,False,2021,It was a great well-rounded program!,2021-10-04,5.0,5.0,5.0,5.0,"In searching for a bootcamp to jumpstart my career in tech/data, I wanted to find a bootcamp that would make the application process seamless and to provide me with 24/7 support, especially being so new to the field. The fact that the curriculum was very... Read More in depth, as well as providing career support and not only providing a curriculum in terms of learning the hard skills, but also adding support with the soft skills. It overall made me a well-rounded student and I feel much more comfortable entering the field and job search with all the skills I have attained. Thank you again Springboard for helping me spread my wings!Read Less",Data Analytics Career Track,Data Science and Analytics +282092,11035,springboard,Cecilia Vu,False,2021,Great Place to Develop Real-World Skills,2021-10-04,5.0,5.0,5.0,5.0,The course material focused exactly what is needed in the professional world and equipped me with real-life skills. The people within the Springboard community were supportive and helpful in my career transition journey - from the students to the mentors... Read More and career coaches.Read Less,Data Analytics Career Track,Data Science and Analytics +281953,11035,springboard,Prajakta Kadam,False,2021,"Excellent Experience, Project base curriculum really helpful.",2021-10-01,4.3,4.0,5.0,4.0,"Pro-7 month guided study schedule, 1on1mentor support, 3 project to showcase on portfolio, lifetime access to curriculum.Grate support Con- You don't have any control over you IDP selection, sometimes it gets overwhelming because of lots of reading.",UX Career Track,UX/UI Design +281925,11035,springboard,Onkar Singh,False,2021,Very well-structured course with excellent technical and career support.,2021-09-30,5.0,5.0,5.0,5.0,"A few key pros: - 1-1 Industry mentor with weekly calls - Cohort, Slack, and additional mentor support - High tier career coach with years of experience dedicated to equipping us with the best resources Student advisors are always willing to help as well,... Read More weekly office hours are useful to gauge the progress and hurdles of other students.Read Less",Cyber Security Career Track,Cybersecurity +281920,11035,springboard,Erin Corcoran,False,2021,Highly recommend the DAC bootcamp to jumpstart your career in analytics/data,2021-09-30,5.0,5.0,5.0,5.0,"I only have Pros with this program. Springboard's bootcamp services are the career counseling support you wish you had in undergrad and never got! The only cons I think would be not understanding that the field of data, analytics, business, tooling, all... Read More of it, is a huge field and there is so much to learn and know. Understand that any bootcamp is creating a foundation of skills. It's really a taster of the field. The bootcamp a great sandbox environment to learn, play, and and test things out in a safe, supportive environment. Pros Curriculum is excellent Numerous touchpoints throughout the bootcamp. --Student Advisor --Dedicated Mentor who guides you through the program --Office hours with a Springboard person --Great Slack network --Mentor on Demand - multiple people --Career Counseling --Several mock interviews both technical and behavioral You are then a part of a really big network full of interesting people who have all kinds of backgrounds. You get a lot of exposure, guidance, and help for troubleshooting. I took the online self-paced full time version. I happened to get a job within the first 8 weeks of the program and took a 4 month pause to onboard to that role and then complete the rest of the bootcamp for the final two months. Everyone was very supportive, patient, and really helped with managing stress, burnout, and motivation. It's really nice to be learning the material in a safe, supportive environment and know that everyone is interested and vested in your success. The curriculum is comprehensive and the resources shared are amazing. Before enrolling in Springboard's program, I tried to create my own bootcamp but it turns out that it is very difficult to find appropriate data when you yourself are outside of a business context (meaning, a lot of data is proprietary). I learned a little bit on my own but the structure and progression of the program is really worth the price tag. It really is an investment and opens your world up to a lot of great networking opportunities and practice. For Tooling, the curriculum follows Excel, SQL, Tableau, and Python. You complete case studies and projects using these tools. Remember that it's the business problem that's driving the tool usage and not the other way around. Be agnostic to tools and solutions, but it's really about the business problem you're solving for. There is also the core skills associated with data analytics and that's the financial perspective, the economic perspective, and the statistical perspective, all underpinned by strategic frameworks. Springboard is like a compressed MBA in this way and jumpstarts your business understanding if you don't already have it. Remember that the bootcamp is creating a strong foundation for you on which to build your data skills. You cannot become a subject matter expert in a matter of months, it does take years, so understanding that is really key as you make a career change.Read Less",Data Analytics Career Track,Data Science and Analytics +281907,11035,springboard,Sunisa Saiseubyat,False,2021,Springboard helped me built my portfolio!,2021-09-30,4.3,4.0,4.0,5.0,"Springboard is a mentor lead Bootcamp that helps people make the transition into the tech world. I love that I get to talk to my mentor every week and got a chance to work with the real clients at the end of the cohort. It was a great experience and exposure!... Read More Throughout the course, I can schedule calls with mentors or career coaches at any time to get more support for my projects and job search.Read Less",UI/UX Design Career Track,UX/UI Design +281867,11035,springboard,Jenny Jung,False,2021,Great experience!,2021-09-28,4.7,5.0,5.0,4.0,"Overall, the whole experience was amazing. What I loved about this UX/UI bootcamp was the thorough and organized curriculum. It made me follow and finish every chapter very easily. If there's one thing I can say about drawback, it's about limited call... Read More availability for career coach/mentor calls.Read Less",UI/UX Design Career Track,UX/UI Design +281863,11035,springboard,Zeynep Taymaz,False,2021,Springboard's UX/UI Career Track,2021-09-28,5.0,5.0,5.0,5.0,"I just finished the UX/UI Career Track by Springboard and I am finally starting the most exciting part: job hunt! So far, I have felt great support from Springboard. I had my personal mentor, student advisor and career coach throughout the process. We... Read More had a Slack channel for the students in our cohort and it was very good to have an easy access to a UX community that is ready to help whenever needed! Apart from having finished a very dense, flexible and dynamic curriculum which presents lots of hands on UX practices; I prepared 4 UX projects, created my portfolio, wrote my first UX resume and adjusted my Linkedin profile! Springboard program had prepared me both academically and professionally! I am looking forward to the next phase!Read Less",UI/UX Design Career Track,UX/UI Design +281828,11035,springboard,Ryan Devlin,False,2021,"Great online program that teaches you the foundations, helps you build a network, and gives you support in the job search",2021-09-27,4.7,5.0,4.0,5.0,"I just finished the Springboard UX Career Track and have begun my Job Search as of today. I first heard about Springboard when I was looking at changing my career path, and my friend suggested I look into UX and the course Springboard offered (they had... Read More never gone to Springboard, only heard of it). From my research, UX ended up being a field that intrigued and excited me but finding an online course that would work for me was the hinge-point - specifically because I've had poor experiences with work alone and remotely. Springboard's mentorship program and Job Guarantee (which I was eligible for) were the two factors that led me to choose them over other schools. Initially, the admission counselors told me that the course would be completely achievable within 6 months while continuing to work, which cemented my decision. The course is laid out in way that really grounds you in the concepts of UX and leads you through step-by-step. You learn the processes of research, interviews, affinity mapping, user personas, ideation, wireframing, prototyping, testing, and more, all on your capstone project. When that's completed, you take all the skills you've learned and create a new project with a week in a modified Google Ventures design sprint. And lastly, you dip your toes into the real world as you're partnered with a real company to meet their UX needs over the course of a couple weeks. All this is laid out in an easy-to-follow curriculum that shows you exactly where you are and what's coming next. To me, the most effective and helpful part of Springboard is the plentiful mentorship they provide you and the Slack community of other students. Not only are you partnered with a great mentor who has spent years in the field (shout-out Noemi), but you have access to all of the other mentors at Springboard to pick their brains and talk to them about the industry and field. Not only are there mentors for the curriculum, but for your career search too. And the Slack community allowed me to connect with plenty of other students where we could examine each other's work, commiserate about our projects, and give us a better sense that we're not doing this alone. For me, the negative of the course was the time estimate for how long the course would take. To be fair, I may be an 'over-worker' and putting more time and effort into some projects than was necessary, but I finished the course nowhere near the 6-month mark that was originally pitched. I was working on the course while working a remote job at the same time, and I finished the course nearly 4 months after my original end date. To Springboard's credit, they do have safety nets for those in my position. Because I could show I was actively working and had the support of my mentor, they had some extensions available for people in my situation. Thankfully, I was able to complete the entire course within the extensions that were available without having to pay for extensions or losing my job guarantee. Ultimately, I feel that the course has given me the tools and the mindset to enter into this new career and actually get a job. The mentorship program was essential for me to do my best and stay on track, and I don't think I would have had nearly the same experience without it. Their time estimates are extremely optimistic (unless maybe you're doing the course full-time) but they do support the students who need it. If you are looking for a UX course, I would highly suggest Springboard.Read Less",UX Career Track,UX/UI Design +281822,11035,springboard,Weijung Tseng,False,2021,It is a decent bootcamp,2021-09-27,4.3,4.0,5.0,4.0,The curriculum is great and the tutor was knowledgeable and helpful. I spent roughly one to two hour on a weekday and four hours on weekend. I completed the course in 6 months and I learned a lot. They also taught me many things about interview which... Read More is really helpful in my interviews. I am recommending this course to anyone else who wants to be a data scientist.Read Less,Data Science Career Track,Data Science and Analytics +281812,11035,springboard,Emma Eshler,False,2021,I got a REALLY good job before I even finished the program.,2021-09-27,5.0,5.0,5.0,5.0,"Overall, I really love Springboard and it was personally a really great fit for me. Overall: This program was a lot of work. I thought I would finish well before the nine months...I did not. Realistically, I had a full time job and was taking this course... Read More and I would say that their suggestion of nine months is very accurate. It also allows you time to circle back to old projects and improve them and really let your brain be the awesome sponge it is and absorb all it can. I got real feedback on my projects from hiring managers, career coaches, and my mentor, all of which were actually rigorous and making sure your work is up to standard. As the title says, If you stick with Springboard and really actively try to improve your skills, I got a job before I even finished the program with my new skills (and a good one at that). Pros: - My mentor was my absolute lifeline and made the program feel ""real"" which for me, as someone who avoids social activity at all cost, was huge because I had to talk to her weekly making sure I had something I could bring to her to talk about every week. Basically, I'm the kind of person who goes ""all-in"" on something for like two months and then forgets about it and drops it, my mentor was the core component of that not happening. - The support system is great - Sometimes I think things like career coaches, mentors, etc. are overrated, but I was surprised at how much value I actually got from these mandatory meetings I would have otherwise passed on. Room for improvement: - My IDP (real job experience) wasn't great, but Springboard staff was extremely helpful in navigating the situation, I would say my IDP experience was more or less a rare experience and other Springboard students seem to have had a great one. I wouldn't really expect to get a job from the IDP if you had any hopes in that. However, the career coaches at the end of the program will be very helpful to you in finding a job so no worries there. I would say, even if you don't have the best IDP experience, it's still job experience to put on your resume which is huge. - Its very easy to just say you completed the reading by checking the box without actually doing it, I would love to see some sort of short quiz that verifies you went over the material incorporated into the program even if it isn't graded, just some sort of feedback to myself that I should go back and read more carefully. In Summary: I've talked to other people from other bootcamp programs who don't have nearly as good outcome as springboard. A lot of them are six months out still looking for jobs and (with peace and love) don't have nearly as solid case studies (in some cases these programs don't even make you do case studies which are ESSENTIAL in landing a job) ...as Springboard students.Read Less",UI/UX Design Career Track,UX/UI Design +281780,11035,springboard,Alana Burns,False,2021,Great program overall,2021-09-25,4.7,5.0,5.0,4.0,"I appreciated that Springboard was so considerate of their students—offering pauses to accommodate varying work/life situations and always being willing to help out. The curriculum was engaging and Springboard does a great job overall of making students... Read More feel like they've grasped the material and have people to reach out to for support if needed. They also make sure you have the appropriate job materials in place (LinkedIn, resume, elevator pitch, web portfolio...) and have had a chance to practice mock interviews to prepare you for your job search. What I would offer for improvement would be the portrayal of the job guarantee. I think it would be great if Springboard was more directly involved in connecting students with internships, relevant resources, or even potential employers based on their background, interests, and demonstrated success while working through the curriculum (The IDP project is not quite an internship). At first, this is what I thought was meant by job guarantee but I realized when attending the coaching calls that the student is expected to build a network on their own and try to find people who will be willing to do informational interviews with them and then try to leverage those connections. This is fine, but a bit different from what I thought would be provided and I think that if Springboard was more proactively involved in helping students connect with relevant people or resources that could turn into opportunities this would make their program even stronger and the job guarantee more compelling.Read Less",UI/UX Design Career Track,UX/UI Design +281777,11035,springboard,Desmond McLemore,False,2021,Really enjoyed my program.,2021-09-25,4.7,5.0,5.0,4.0,"I really loved the go at your own pace of Springboard. It was one of the main things that drew me towards this bootcamp. They do a wonderful job supporting you all the way through, but not too much if you don't want it. I personally like to figure things... Read More out myself more often than not. I felt supported, but not like anyone was over reaching. My only complaint is that I personally feel like some of the job guarantee requirements are a bit too much. But other than that, it was wonderful. I would absolutely recommend the program to anyone looking to take a bootcamp.Read Less",Software Engineering Career Track,Software Engineering +281648,11035,springboard,Nathan M Wodarz,False,2021,Strong Career Coaching,2021-09-22,5.0,5.0,5.0,5.0,"There is a lot of material online that teaches data science concepts such as machine learning and deep learning. Anyone capable of completing an online boot camp could probably successfully learn on their own. Springboard gives benefits beyond the actual... Read More curriculum. There are no concerns about the curriculum - they curate online sources so that you don't have to worry about assessing quality. While there were occasionally problems with dead links, these always seemed to be fixed relatively quickly. Springboard was the strongest in career coaching. I'm confident in my technical skills, but have always felt uneasy while networking. Springboard's coaches offered plenty of assistance in that regard. I have no regrets about taking this course.Read Less",Data Science Career Track,Data Science and Analytics +281616,11035,springboard,Amanda McLaurin,False,2021,UX Design Career Track was great,2021-09-21,5.0,5.0,5.0,5.0,I started out with the Intro to UX Design course then enrolled in the UX Design Career Track. I was very pleased that they offered the short course first so I could get a feel for the curriculum and gauge if UX was going to be the best path for me. The... Read More career track course was challenging and comprehensive. Working with a mentor and real clients for the IDP project were both great experiences.Read Less,UX Career Track,UX/UI Design +281543,11035,springboard,Samuel Okoye,False,2021,Springboard built me and made me successful,2021-09-18,5.0,5.0,5.0,5.0,"If you want be challenged or enjoy being challenged, then Springboard is for you. If you want to be successful in as little as 4 months to 6months, then Springboard is for you. When I started Springboard I wasn’t very sure what I was doing. All I knew... Read More was that I want to transition to new career. I have a mechanical engineering and Mathematics background and wanted to transition into data science. It took me a year of research before choosing Springboard. I tell my friends that Springboard built me and they understand why. In just 4 months of intensive studies I built my first computer vision system, and performed 3+ personal data analysis and predictive modeling projects. Springboard mentors and coaches are another level, those guys will push you and work with you till you start seeing yourself for who you are truly. Springboard offers flexibility so I took breaks to have fun and returned to the course to help my sanity. Although I went really hard on myself because I was on their job guarantee, I really think it would be the same experience for anyone who wants it as bad as I did. One month before my course completion I was getting interviews already. A month later after completion, I had 4 job offers to choose from. And that wasn’t enough. Even after I accepted one of the initial offers, more came in. I started the course in January and finished in July. I took multiple breaks which sums up to 2 months. I invested 40+ hours a week in July while working full time job to finish the remaining course. I started the program as a prep student and then took the exam and was admitted into the career track. If you aren’t afraid of challenge, I encourage you to try it out. They have slack community I found helpful throughout my prep course and career track course. As soon as I was admitted into the career track, and understood the basics I started using stack overflow and library documentations more when I need help or trapped. The mentors( meets you 1:1 weekly) also gave me resources that helped me. All of my mentors were working as in an industry in a data science field and gave me up to date information. If you find me on LinkedIn, I will be happy to share more and answer questions you may have about my experience.Read Less",Data Science Career Track,Data Science and Analytics +281530,11035,springboard,Fiona Dean,False,2021,Enjoyed the curriculum,2021-09-17,4.3,4.0,5.0,4.0,"It was very easy to move through the curriculum and check things off as you go. Videos generally helped lots, especially with small things like where a button is. Mentors I'm sure can be hit or miss, mine was great. I'd like to see them expand on how... Read More to display the projects you do online as a portfolio, but it's easy enough to do it yourself.Read Less",Data Analytics Career Track,Data Science and Analytics +281424,11035,springboard,Milan Zagorac,False,2021,Only boot camp that allows you to work at your pace,2021-09-14,5.0,5.0,5.0,5.0,It took me almost a year to find a boot camp. I landed on Springboard as it was the only one that was self-paced and online which allowed me to maintain my current employment. It wasn't easy but the support system in place helped me be successful and... Read More finish the boot camp ahead of the 9 month timeline.Read Less,Software Engineering Career Track,Software Engineering +281420,11035,springboard,malini chandran,False,2021,Software Engineering Career Track,2021-09-14,5.0,5.0,5.0,5.0,Enrolling in Springboard's software engineering career track has been one of the best decisions of my life. I started with nothing and ended up doing four capstone projects which were completely designed and developed by me. I would recommend this course... Read More to anyone who wants a change in their career path.Read Less,Software Engineering Career Track,Software Engineering +281409,11035,springboard,Oluwatoba Oyekanmi,False,2021,Springboard's Data Science Career Track Prep Review,2021-09-14,5.0,5.0,5.0,5.0,"Prior joining Springboard, I had some technical background and experience with Data Science but struggled to actually get a job. After going through the process judiciously and with great dedication, I can confidently say Springboard has helped me build... Read More a robust and very competitive portfolio. The curriculum typically covers everything needed to succeed. My favorite part of Springboard is the one-on-one mentorship where you could brainstorm, learn and typically create a connection with a professional who is willed to help you succeed. Also, the career coaches are really helpful. The underestimated section where many students miss out is the Springboard slack community where you get all the answers, motivation and collaborations on almost any topic. However, I would suggest Springboard encourage collaborations between students by adding a group capstone project. This would benefit on many levels -- technical skill like git usage and soft skills like teamwork, collaboration etc.Read Less",Data Science Career Track,Data Science and Analytics +281403,11035,springboard,Rachel Meuler,False,2021,Springboard UI/UX Career Track Bootcamp,2021-09-13,4.0,4.0,4.0,4.0,"After doing a ton of research on UX bootcamps, I chose Springboard because it met the most criteria. Overall, I am happy with the education I got from this program. However, I was fortunate to be involved with 2 study groups of great individuals (one... Read More I was invited to, one I started) that met weekly for 1 hour on skype and were great about sharing resources. I also had a good mentor that I got along well with, and began meeting with career coaches early and often. Pros of this program: • The curriculum is well-structured and covers a wide expanse of UX methodology • The program is set up to give you some breathing room - although it is structured for 9 months, it actually allows for almost 12 months to complete • The mentoring and career coaching pieces are really valuable, and each student will have a unique mentor along with access to unlimited mentors • Your student advisor will support and advocate for you • I feel very confident in what I have learned and have gotten confirmation that I'm adding value to the company I'm working for now • You will get out of this program what you are willing to put in - if you are smart and strategic about the methods you use and the work you make, it will work for you Cons of this program: • The impetus is totally on the student to be responsible for their own learning - if you are someone that needs a teacher to walk you through new ideas, tools, and techniques, this is not the program for you • The estimated 17 hrs work/week is unrealistic if you are working full-time, have a family, or other life obligations beyond this program. The program does work with you so you can complete, but it probably won't be in 9 months (think about this with your payment structure) • There are some poorly structured deliverables that definitely feel like working harder, not smarter. Look ahead at the curriculum, especially once you start putting together your case studies, and build toward your portfolio (not google documents). • Some of the resources are outdated • It can be difficult to find any available times to schedule meetings with career coaches and/or unlimited mentors Springboard isn't perfect - nothing is. However, though there is room for improvement, I feel good about my decision to complete this bootcamp and what I have to show for my time and learning.Read Less",UI/UX Design Career Track,UX/UI Design +281390,11035,springboard,Preeti Saraswat,False,2021,Amazing coursework,2021-09-13,4.0,4.0,4.0,4.0,"Springboard has a an amazing coursework, it also provides great mentor support and student advising team support. their Career coaching was exceptional and they helped me in every stage of job search. Would recommend it to all aspirant Data scientist..... Read MoreRead Less",Data Science Career Track,Data Science and Analytics +281366,11035,springboard,Amy Raabe,False,2021,Springboard provided a very thorough learning experience.,2021-09-10,4.7,4.0,5.0,5.0,"I had a very thorough learning experience with Springboard. They provided diverse content to prepare me for every aspect of the UX/UI career path with challenging projects. The unlimited mentorship meetings and Springboard staff were amazing guides along... Read More my learning journey. The curriculum was presented in an easy to follow program and I liked that it was also easy to go back to earlier content if I needed to review. The curriculum was a mix of reading and videos content, although I would've preferred more video content for my learning style. I also prefer a classroom type environment but learning from home was much better for my complex schedule. The draw back is if I had a question with the content I could not get an immediate answer although Springboard does provide various avenues of support to get your questions answered asap. Springboard also provided very thorough career support by way of mock interviews, resume support and general career guidance calls.Read Less",UI/UX Design Career Track,UX/UI Design +281268,11035,springboard,Kenny Hoang,False,2021,Springboard was a smooth ride experience.,2021-09-08,4.7,5.0,4.0,5.0,"Pros: a lot of resources: your weekly mentor, TA support live chat, TA email, on-demand mentor calls, office hours, and the slack community. All of these can be utilized for help to progress through the course. The course cover topics that other boot... Read More camps do not cover, such as data structures and algorithms, testing your code, git control, and more. A well-structured course with an excellent person who does the course videos, I found his voice to be pleasant to listen to and humorous sometimes. Cons: At the end of the course, if you're going for a job guarantee from the program, you're required to pass all 4 mock interviews and you're allowed 3 attempts each. I didn't find their resource to be that helpful in terms of preparing for the coding and whiteboard mock interviews. These are still doable, but expect to do most of the heavy lifting yourself when it comes to doing the mock technical interviews.Read Less",Software Engineering Career Track,Software Engineering +281234,11035,springboard,Matt Haberkorn,False,2021,Overall difficult but great experience,2021-09-07,5.0,5.0,5.0,5.0,"I began Springboard largely due to the 1 on 1 mentoring and had an overall great experience for this reason. While the curriculum is good, the two independent capstone projects is where I learned the vast majority of the skills and knowledge I needed... Read More to be a data scientist. I am not sure I would have been able to do these projects without the aid of my mentor. I was truly surprised by how much I learned, and at about 2/3 of the way through the course, I was able to apply what I learned to my current job by developing all kinds of machine learning applications. The career coaching was also a huge benefit in teaching me how to look for jobs, network, as well as develop resumes, Linkedin profile, and cover letters.Read Less",Data Science Career Track,Data Science and Analytics +281231,11035,springboard,Anonymous,True,2021,"Great mentorship, good practice exercises from datacamp resource , okay curriculum",2021-09-07,2.7,3.0,3.0,2.0,"Pros: Datacamp resource - I really liked in-browser coding paired with short lecture videos to be very effective to get practice with the key parts of data science problem solving. There were lots of practice exercises that helped give me a better understanding... Read More of the concepts. Mentorship - I really liked my mentor, he was very experienced and had lots of industry knowledge, and it was obvious he had a strong grasp of the subject matter. As a part of the curriculum you work on 2 Capstone projects, and several other ad-hoc projects with the guidance of your mentor. My mentor provided helpful feedback and advice for lot of the machine learning methods I tried and gave me a starting point to work on the project. Cons: Many parts of Springboard curriculum is just reading articles on data science or youtube recordings which can be find online. The video/audio quality was not the best. I think it would have been much better for Springboard to make some videos covering perhaps similar material but improve audio and video quality and create a more cohesive curriculum instead of many seemingly unrelated videos. Also, none of the assignments have answer keys provided to students, so there are not many ways to check your work. The machine learning unit's videos and assignments are almost entirely taken from a college class. The ad hoc projects were useful to get practical examples to refer to, but a few lectures from the class did not feel adequately sufficient to develop a good understanding of machine learning concepts and AI techniques.Read Less",Data Science Career Track,Data Science and Analytics +281219,11035,springboard,Sellers Crisp,False,2021,A great experience,2021-09-07,5.0,5.0,5.0,5.0,"To me, the most valuable part of this software engineering bootcamp was the mentorship. I was matched with a senior software engineer who had followed a similar track. She graduated from a software bootcamp which was very insightful when determining the... Read More best outcomes for me. She was also extremely knowledgeable about the curriculum and even provided further insight into newer technologies in the industry.Read Less",Software Engineering Career Track,Software Engineering +281135,11035,springboard,Zachary C,False,2021,Overall a great start to swapping careers.,2021-09-03,4.0,4.0,4.0,4.0,"Springboard overall gets the job done. The curriculum was sufficient enough to prepare you for intro positions for analytics if you are just getting into it. If you already have a background connected to data analytics then this is a solid course to help... Read More you expand your skillset or pivot your career choice. They will teach you or expose you to fundamentals of Excel, SQL, visualization tools, and Python adequately. You will learn how to read charts and data. There is a good amount of hands on experience to gain while working through the course. Most of their partners they use for the curriculum have descent courses but some are not great for beginners with code. They're support team with the advising team was excellent, understanding, and prompt when I needed help. They also were great at introducing you to the community among the alumni and students. They also provided great resources like access to awesome online informational events that also provided networking . This is also just my experience with the 2 advisors I had. Sarah and Molly. The Career mentoring seemed beneficial for someone unexperienced with the job search or network building. I did feel like the calls I did were good but were lacking. This was not the mentors fault in my opinion. They most likely have to big of a work load. This comes out in how rushed the call feels and the mentor can not take extra time to really connect with the student and flesh out the purpose of the call. This also forces some of them to stick to there script to hit all their points during the call. I will say the mentors that I used were friendly and informative. There's also a on call support team that will help you whenever you get stuck. I only used it once but it was nice to have available. You get a assigned mentor that works in the industry and acts as your professor pretty much if compared to regular college. I had an excellent mentor that was kind, patient, and knowledgeable. Springboard was overall a good experience for and I feel prepared to begin my new career in data analytics.Read Less",Data Analytics Career Track,Data Science and Analytics +281131,11035,springboard,Jeremy Loyola,False,2021,Learn at your own pace!,2021-09-03,4.0,4.0,4.0,4.0,"Overall, I have enjoyed my time at Springboard. It was a different experience for me to attend online courses, rather than in person, but a good and necessary one especially for these times of the pandemic. I like the self-paced learning that it has because... Read More there are times that life get's busy. This really helped me to just dial in what I was learning. If I wanted to spend more time in one subunit, I could and if I wanted to breeze through it, I could as well. The only con to this is that you get 9 months to finish the course, though that is a lot of time to finish the course, it does take away from the statement at your own pace because you have to finish in 9 months. My suggestion is to follow their schedule guide of how long you should spend in a subunit and keep to it. Some suggestions are longer than others and that is good, because if you finish a subunit early, then that just means you have more time to finish the other ones that take longer. Another suggestion I have is to look ahead at what you will be working on (both for Springboard and in your own personal schedule). When you get a bigger picture of what you have to do, you can easily manage your time accordingly. I like the mentor lead aspect of Springboard. It's good to get feedback from a professional and very helpful when you get stuck in certain areas of the course. My mentor helped me gain a better perspective of visual hierarchy and made me a better UI/UX designer. The downside to this is that you have one meeting a week with your mentor to check in with you which is a 30-minute call. So you'll need to know exactly what you want to talk about in those sessions. Also, Springboard gives you unlimited scheduled calling with your mentor, but it's scheduled and sometimes you need answers to questions you have at the moment. To get around this, you can simply email your mentor and they usually respond within a day or two. Another great aspect is the coaching calls. You’ll get the first-hand experience with real hiring managers in the field. My coaches have helped me look at their perspective of what they would look for in a UX/UI Designer and what pitfalls to avoid. Through the mock interviews, they have given me great feedback that will help me in interviews and with their keen eyes, they have helped me craft both a great resume and portfolio. I love Springboard and all that it has done for me, I am thankful to be a part of the Alumni grads.Read Less",UI/UX Design Career Track,UX/UI Design +281100,11035,springboard,Youngree Kim,False,2021,The Introduction to Design course was very informative and a student advisor was very helpful.,2021-09-02,5.0,5.0,5.0,5.0,"After taking the Introduction to Design course at Springboard, I became more familiar with the design process and learned how to use certain tools in Figma. A student will get 4 weekly mentor sessions. My mentor gave me realistic point of view and helpful... Read More feedbacks on my project for improvements. There are helpful documents and articles which you can learn the basics of User Interface elements. It provides the overview of the User Experience research. I really enjoyed the course and my sessions with my mentor. I highly recommend this course if you are unsure about where to go in terms of UX and UI design.Read Less",Introduction to Design,UX/UI Design +281043,11035,springboard,Alena Tskhondiya,False,2021,great program with mentors and support team,2021-09-01,5.0,5.0,5.0,5.0,"I completed Data Science course recently. I would recommend this course, because I really like the way the course is structured and support that I had. I got all needed knowledge for this industry and understood which direction I most interested in being... Read More productive.Read Less",Data Science Career Track,Data Science and Analytics +281006,11035,springboard,Guillermo Govea,False,2021,"Complete Course, Practical Experience, Great support",2021-08-31,4.7,5.0,5.0,4.0,"Pros: The course covers the fundamentals of data wrangling, exploratory analysis, statistical inference, machine learning models, and model performance evaluation. Of course, it allows you to go deeper into your preferred topics. Your mentor helps you... Read More with any doubt and question that may arise during the course. It is mandatory to have one call per week with your mentor but you may schedule more calls when it is needed. You get into practice with lots of exercises and capstone projects that simulate real life experiences. Great support from Springboard in your job search: lots of tips, strategies for writing your resume and career coach calls. Cons: Very intensive course!! You need to be sure you have the time to fulfill all the requirements. (actually this is not a con but perhaps a warning)Read Less",Data Science Career Track,Data Science and Analytics +280997,11035,springboard,Zachary Ratliff,False,2021,Good transitionary program,2021-08-31,3.3,4.0,3.0,3.0,"Pros: Great introduction to data analysis. Felt like a got a good feel for the breadth and process. My favorite part of the curriculum was the projects and real-life case studies. ""Doing"" facilitates learning so well. Great mentorship program. Knowledgeable... Read More and helpful professionals. It was helpful to having career coaches to motivate me to get my foot in the door for interviews. Cons: A good portion of the curriculum is directed elsewhere: Youtube videos, Datacamp, etc. I wondered at times if the curriculum was worth the thousands of dollars. I had a couple of encounters with career coaches and student advisors that gave the impression of inflexibility. If I was going to graduate, it had to be their way, including all the busy work that I deemed unnecessary or unhelpful. Overall, I enjoyed the program and learned a lot from it. And I can't complain: I'm a full-time data analyst!Read Less",Data Analytics Career Track,Data Science and Analytics +280984,11035,springboard,David Lam,False,2021,Great program,2021-08-31,5.0,5.0,5.0,5.0,"The Springboard Data Science career track was a great course that helped me solidify my knowledge of data science and gave me the confidence to apply for data science positions. The program was flexible which allowed me to complete the course while having... Read More to take care of a 4 month old baby. No other program gave. E that flexibility. The program also has great hands on learning material which helped me understand and practice the coding and data science process. The career resources were very helpful. I’m a senior level professional and still found the job search information very helpful. In my journey to learning data science I have taken a masters degree, online self learning and Springboard. If I could do it all over again, I would have take. Springboard first. If it’s not obvious, I would highly recommend Springboard’s Data science career track to anyone who would like to transition to this field.Read Less",Data Science Career Track,Data Science and Analytics +280932,11035,springboard,Sarah Finley,False,2021,Springboard was everything I hoped it would be,2021-08-30,4.7,5.0,4.0,5.0,"After examining several bootcamps and being in final talks with a local bootcamp, I decided to go with Springboard. It was half the cost and allowed students to move at their own pace. Because the work is self-paced, it does mean that you are watching... Read More a lot of videos, reading articles, and doing online practice through things like LinkedIn Learning and DataCamp. However, you are definitely not alone. Once a week, you check in with your mentor, there are one-on-one mentor calls that you can schedule with different mentors, and there is a very strong and supportive online Slack channel. The data analytics course leads you through five main skills - Excel, statistics, SQL, Tableau/Power BI and Python, all of which have projects supporting them. Additionally, there is a big emphasis on job skills throughout the course and you are given several check-ins with career coaches (you can choose to work with the same one or switch up throughout). As I have recently finished the course, I am now experiencing the post-completion part of the program, which offers you even more job support in the form of additional meetings with a career coach. I've had a very positive experience along the way and would do it all over again.Read Less",Data Analytics Career Track,Data Science and Analytics +280853,11035,springboard,THOMAS HASTINGS REEVES,False,2021,Springboard was an incredible place to learn about Machine Learning!,2021-08-28,5.0,5.0,5.0,5.0,Pros: working with an industry professional as a mentor that guides you through your capstone projects and gives incredible resources that further your education. I was able to learn so much over the course of this program. Cons: none! I absolutely loved... Read More it.Read Less,Data Science Career Track,Data Science and Analytics +280843,11035,springboard,Razvan Nelepcu,False,2021,Great program for someone who really wants to transition to Data Science/Analytics,2021-08-28,5.0,5.0,5.0,5.0,"Pros: 1:1 Mentoring. They will guide you through the curriculum, help you set goals, keep you accountable if that's something that you want or need. The program has also an active Slack community, On demand Mentor Support, Career Support, Career Lessons... Read More and 3 different types of specializations, to meet different needs. It also has a lot of hands on case studies and 2 Data Science Capstone Projects. Con: I have to say that I started to really appreciate the program in the second part of it. The mentor change, the 2 Capstones and joining a group study with weekly meetings made the program more enjoyable. Overall, it was a really good decision to pick Springboard.Read Less",Data Science Career Track,Data Science and Analytics +280794,11035,springboard,Kathleen Jackson,False,2021,Just sign up. You won’t regret it.,2021-08-27,5.0,5.0,5.0,5.0,"Springboard has an outstanding mentor program and career coach support. Everything is 1:1 so it is tailored to your needs and you get individualized feedback. They have industry experience and knowledge to share to help you grow your skills and as a professional.... Read More The UI/UX program also includes and Industry Design project where you work with a company. This experience helps you apply everything you learned and have experience in the field before completing. It’s awesome. The materials are curated across the internet and some people think they can do this on their own. Maybe. But Springboard does the work of finding the materials for you and they also provide you with access to member-only paid subscription items. For example, you get access to Medium articles, BitesizeUX, usability testing tools and a full year of Sketch of Adobe XD. Pacing and motivation to learn can be challenging for some. But the Student Advisors can help you plan, monitor, and meet your goals. It’s a great program. You’ll learn a lot if you’re motivated to. It’s worth it!Read Less",UI/UX Design Career Track,UX/UI Design +280783,11035,springboard,Mark Perez,False,2021,The best remote learning experience available,2021-08-26,5.0,5.0,5.0,5.0,"Pros: 1. Curriculum - The curriculum provides all of the essential knowledge that it needed for a data scientist. The web interface is neatly organized by chapters, and is created to make the learning process build upon each other. 2. Mentor - The assigned... Read More mentor I had was very professional and knowledgeable. He was able to answer any questions I had regarding the material. Even though I had only one Skype call with him a week, he would respond to any questions I had via messaging in a fast manner. 3. Community - There are thousands of other Springboard Alumni and a Slack community that were helpful when I came across issues with projects. Con: 1. Accountability - As it is an online course, you have to hold yourself accountable and pace yourself. Each assignment that needs to be completed have a rough estimate of completion time. I would take them with a grain of salt, as some assignments can take longer to complete.Read Less",Data Science Career Track,Data Science and Analytics +280775,11035,springboard,Philip Bailey,False,2021,Springboard Software Engineering Career Track Bootcamp,2021-08-26,4.7,5.0,4.0,5.0,"Pro's 1. Online courseware available at your own pace. 2. Material is current, up to date, and reflects industry demand. 3. Cost is more affordable than many other boot camps. 4. Staff support is excellent. Teaching assistant availability, response, knowledge... Read More is excellent. 1 on 1 mentoring excellent. Con's 1. Text material and videos not always present material in the same order. 2. Estimates for instructional unit estimated time to complete consistently low. 3. Material is aimed at student with Mac computers. Students with windows computers sometimes have issues setting up/ using / installing software, packages, utilities, data bases, etc.Read Less",Software Engineering Career Track,Software Engineering +280743,11035,springboard,Ian Barton,False,2021,Solid experience with great support,2021-08-25,4.3,4.0,4.0,5.0,"I found the curriculum to be good, but Springboard's industry mentor and career coach system is great. Having the ability to get help and guidance at just about any time you need through one on one calls or through their slack community is what really... Read More sets it appart. The self guided curriculum also makes it easy to learn at your pace/convenience/ability. I would definitely reccomend it!Read Less",UX Career Track,UX/UI Design +280725,11035,springboard,Erik Choi,False,2021,Amazing transition journey into UX/UI,2021-08-25,4.0,4.0,4.0,4.0,"The pros, you have a great community for support. Great career and mentor support. I was able to have a great relationship with my mentor to support me the whole way. A long the way meeting people were amazing and was able to build great relationship... Read More with professional and individuals. Great amount of insights on design process. The cons, more group projects.Read Less",UI/UX Design Career Track,UX/UI Design +280707,11035,springboard,Juan David Sanchez Saucea,False,2021,excellent opportunity,2021-08-25,5.0,5.0,5.0,5.0,"If you are looking to develop a new career, this is the best place when you can just do it . I love this project. the perfect opportunity to get a competitive skills. go a head for your dreams and give the opportunity for your self to be a person with... Read More the best qualities.Read Less",Cyber Security Career Track,Cybersecurity +280648,11035,springboard,Anonymous,True,2021,Very Thorough,2021-08-24,4.7,4.0,5.0,5.0,"If you have baseline knowledge of statistics, business and Excel then this is a very great course! Personally, I did not have any knowledge of Excel prior to this course and very little in business and finances, so it took me a bit longer to finish the... Read More course. However, beyond that, the SQL, Python and Tableau/Power BI skills were amazing and intuitive. Highly recommend!Read Less",Data Analytics Career Track,Data Science and Analytics +280579,11035,springboard,Yayneabeba,False,2020,My Amazing Learning Experience At SpringBoard,2021-08-22,5.0,5.0,5.0,5.0,Springboard is by so far the best online bootcamp I have ever seen with real life projects that helped me explore more and expand my knowledge. The way the curriculum is designed is well outlined with adequate learning materials. The one to one mentor... Read More that we are assigned and the unlimited mentor calls that are accessible 24/7 made my learning process so much interesting and easy. Last but not least the students advisors and Career Coaches are as amazing as the rest of SpringBoard teams.  The mentors are highly qualified and were able to guide me in the right direction. I had no experience with data analytics but SpringBoard is an eye opener for me. The Slack community channel is another engaging platform for experience sharing and meeting students. I have just finished my course with fully equipped knowledge and more confidence than ever to apply for jobs. I highly recommend SpringBoard for anyone that wants to make a career change. Read Less,Data Analytics Career Track,Data Science and Analytics +280519,11035,springboard,Anonymous,True,2021,"A gold mine of knowledge and experience, and very firm but caring hands that carry you from training, directly into the industry, in one experience.",2021-08-20,5.0,5.0,5.0,5.0,Pros - The curriculum is very good and industry relevant and ties into industry exposure and work. The training process addresses both theory and practice in equal intensity and rigour. The training provides adequate mentorship for both the technical... Read More and career aspects. It provides industry exposure and makes sure that you graduate with a growing network of industry contacts to learn and benenfit from. The career side of Springboard is eqauly rigourous from what I have seen thus far. I can see why they have a job guarrantee. They also have good student support. Cons - There are issues of time zone differences with the online version.Read Less,UX Career Track,UX/UI Design +280452,11035,springboard,Samanta Khan,False,2021,Overall Good,2021-08-18,3.7,4.0,4.0,3.0,"The course was very informative and helpful.Learnt a lot from it and I think I can apply my news skills in the job field very well.My mentor was excellent and supportive.All the stuffs like, career coaches, Student super visor , community people are very... Read More supportive and co operative.Read Less",Data Science Career Track,Data Science and Analytics +280447,11035,springboard,Reyna Martinez,False,2021,Outstanding and exceptional. No other boot camp like this.,2021-08-17,5.0,5.0,5.0,5.0,"If you’re looking for a change of career or to excel your skills to the next level, stop looking right now and sign up for Springboard. The experience will absolutely guarantee you will feel competent and ready to be successful. The 1x1 mentor ship is... Read More next level, full of professionals who are powerhouses in their industry. Springboard student advising is very friendly and extremely accommodating to any and all questions.Read Less",UI/UX Design Career Track,UX/UI Design +280437,11035,springboard,Samanta Khan,False,2021,Overall Good,2021-08-17,3.7,4.0,4.0,3.0,"The course was very informative and helpful.Learnt a lot from it and I think I can apply my news skills in the job field very well.My mentor was excellent and supportive.All the stuffs like, career coaches, Student super visor , community people are very... Read More supportive and co operative.Read Less",Data Science Career Track,Data Science and Analytics +280391,11035,springboard,John Strenk,False,2021,"Grueling, Intensive But Worth It",2021-08-16,4.3,4.0,4.0,5.0,"Pros: Expansive curriculum that presents substantive exercises on the most important/common aspects of Data Science; mentor is a tremendous fount of insight; capstone projects are completely open for you to choose subject matter, data science problem,... Read More models, etc. The benefit of this freedom is that you really have to take take the proverbial 'reins' and carefully think about how you want to frame a problem, and how you want to approach with solutions. But your mentor is always there to bounce ideas off of. ; very supportive and accommodating staff. Cons: This may not be an issue for all students but my pace suffered a bit because I didn't have sufficient computing power necessary to executing the more intensive code that is iterating over very large datasets.Read Less",Data Science Career Track,Data Science and Analytics +280319,11035,springboard,Alfred Hull,False,2021,Amazing experience!,2021-08-13,5.0,5.0,5.0,5.0,"Springboard is an online learning platform that prepares students for the tech industry’s most in-demand careers with comprehensive, mentor-led online programs in software engineering, data science, machine learning, UI/UX design, cybersecurity, and more!... Read More This school is amazing and prepares students to make the rubber meet the road.Read Less",Data Engineering Career Track,Other +280284,11035,springboard,Jeremy White,False,2021,Prepare yourself to understand fundamentals to create a portfolio to get you hired.,2021-08-12,5.0,5.0,5.0,5.0,"I began at Springboard two months before the pandemic. IT rocked my life and Springboard made graduation possible. The circumstances were truly, unique. They provided enough flexibility and advice to direct me towards completion on time. The principles... Read More learned and results of cumulative work that lead to a portfolio was the foundation I needed. Even if it's not perfect when you finish, you will learn that iterations are part of the process. Design is a moving target and Springboard can give you the support to attempt and stick it.Read Less",UI/UX Design Career Track,UX/UI Design +280209,11035,springboard,Rachel May,False,2021,Springboard is totally worth it!,2021-08-11,5.0,5.0,5.0,5.0,"I just got my certificate from Springboard last week and I feel that I had a very positive experience. My background is that I am coming from being a classroom teacher, so I started as a total novice as far as design skills and job/networking skills.... Read More Pros: - 1:1 mentor support--my mentor was excellent and I appreciated his feedback and the resources and tips he shared with me. I definitely wouldn't have gotten so far without having one mentor that I saw every week -Career coaching--the career coaching has been super helpful. I've always gotten actionable items on how to search for a job better, how to network, ask for informational interviews, and on resume writing -the projects--I feel that I have four strong case studies to show for my work at Springboard and I feel that in an interview or actual job setting, I have the field of knowledge employers will want -They listen to feedback! Cons: -The Industry Design Project was where I worked with 3 other Springboard students, and working with the other students was a good experience but I feel that our project honestly didn't have enough work for 4 people and I feel like this may be a ""growing pain"" for them. Something I have seen listed as a con when I was researching the bootcamp was that their curriculum is made up of articles and videos you could look up on your own. First of all, that's not entirely true. They have a lot of stuff exclusive to Springboard. Also, if you are starting from a base level of almost zero like I was, there's no way I would have known what I needed to look up or get feedback from a mentor. Last thing: They were SO understanding with me while I was taking the course. I was teaching full time and the pandemic made that more time consuming, my daughter got Covid, and I had several other family emergencies and my student advisor and mentor were extremely understanding even though I kept having to pause/freezeRead Less",UI/UX Design Career Track,UX/UI Design +280071,11035,springboard,Carly Brown,False,2021,Springboard has helped me build valuable skills,2021-08-07,5.0,5.0,5.0,5.0,"I had a great experience in the Data Analytics course with Springboard. The curriculum is well planned and you learn a wide variety of skills. I also enjoyed meeting with a mentor each week to be able to ask questions when I was stuck or uncertain. For... Read More my Capstone project, I was able to use both Python and Tableau for the analysis which was exciting as I had been completely unfamiliar with both of these tools before starting this course. Now that I have finished, I feel I have developed a new skillset that can take me to the next level with my current employer.Read Less",Data Analytics Career Track,Data Science and Analytics +280058,11035,springboard,Alejandro Martinez Jr,False,2021,A thorough curriculum on the foundations of web development and software engineering as a whole.,2021-08-06,4.7,4.0,5.0,5.0,"The springboard curriculum was great and taught by Colt Steele which is one of the best in the industry at making web development make sense. The course is self-paced so there is no meeting times outside of office hours but there are TA's available to... Read More help whenever you need them during the weekdays. There are a lot of smart people going through this boot camp and so your classmates can be a great resource for learning new topics and working on projects. The mentor aspect was one of the best parts of springboard because of the access to a working professional and my mentor was knowledgeable about so many parts of web development that there was almost never a question he didn't have an answer to. I feel where the course lacked was in creating a sense of community and sometimes I felt like I was alone in my struggles. The curriculum is hard but not impossible and if you are persistent and deliberate in your approach you will succeed. I would recommend this course if your availability is variable and you can't attend an in-person boot camp or one that meets regularly. The career and interview coaches are some of the best, and will push you to succeed. The people that do the mock interviews and the code reviews for Springboard are at huge FAANG level companies and are some of the most knowledgeable people that you have access to.Read Less",Software Engineering Career Track,Software Engineering +280054,11035,springboard,Katrina Jara,False,2021,Great Program for those wishing to break into the Software Development field,2021-08-06,4.7,5.0,5.0,4.0,"I had a great experience in the Software Engineering Track. I feel as though I have learned the skills needed for an entry-level developer role in a matter of 9 months, which is a great bargain considering the traditional 4 years needed to obtain a traditional... Read More university degree in CS. Pros: Create your own schedule, thorough video tutorials for all subject matters in full-stack web development, knowledgeable mentors and TAs, low tuition price compared to other bootcamp programs, guidance on how to build professional network Cons: TAs and support can at times be hard to access, self-accountability is important since course is self-pacedRead Less",Software Engineering Career Track,Software Engineering +280028,11035,springboard,Shelagh Bennett,False,2021,A solid and engaging way to transition into the UX field,2021-08-05,4.3,5.0,4.0,4.0,"Having just completed Springboard's UX Design Career Track, I am walking away with a whole new set of UX skills and thanks to the rigorous curriculum I feel very confident in my ability to execute them in a professional setting. I come from a multi-disciplinary... Read More design background, and I've had an interest in transitioning into the UX/UI field for a few years, so I was slowly self-learning and taking Coursera courses prior to starting the Springboard course. Unfortunately, Coursera courses and designing some apps for your portfolio just won't cut it. Springboard guides you through a range of key methodologies and best practices in UX design, with projects heavily focused on user research and usability testing, as well as plenty of mentoring from real industry professionals. It's the real deal and it's worth it.Read Less",UX Career Track,UX/UI Design +280013,11035,springboard,Jade Lam,False,2021,Great to Learn from the Industry's Best,2021-08-05,4.7,5.0,5.0,4.0,"The fully online, largely self-paced program made it possible for me to learn while coping with a demanding work schedule. Overall, I’ve thoroughly enjoyed the curated program and the 1:1 mentorship. The mentorship is where I’ve got the most out of this... Read More program. It really does give you an in-depth insight into how data scientists works, and their industry best practices. This program would be a great choice for those who: - wants to have direct interaction with career data scientists and learn about the industry best practices - can only or prefers to do a 100% online bootcamp - prefers a self-paced, self-learning type of program rather than a classroom style/ group work type of program Call outs: - if you reside outside of US/ Canada, certain career development topics/ opportunities may not be as relevant. Find a career coach you resonate with though, there are still a lot you can get out of the career coaching sessions - if you are in the Asia timezone, it will likely be difficult for you to enjoy the office hours and networking events. It’s usually scheduled in the afternoon US Pacific timezone For those who are wondering if you can manage the program, my suggestion would be to try out the Data Science Prep Course. During the course of selecting which education provider to go for, I’ve tried the prep course from a few bootcamp providers. It was the early interaction with an industry mentor that convinced me this learning journey is worthwhile.Read Less",Data Science Career Track,Data Science and Analytics +279997,11035,springboard,Eldon F delaCruz,False,2021,I literally learned a whole new skill in less than a year because of Springboard.,2021-08-04,5.0,5.0,5.0,5.0,"From the Software Engineering Career Track Prep course to the full-on Software Engineering Career Track, I was met with genuinely kind and overall cool people. As a DJ looking to switch careers, the Prep course was very helpful in providing me a very... Read More basic understanding of web development (HTML, CSS, JavaScript). In addition to a very user-friendly course, Springboard gave me a mentor (Adam G.) to help me if I ever got stuck on anything. We met weekly until I finished the course and passed the exam at the end, and Adam was so cool that I was sad that he wasn't going to be my mentor for the next 9 months of the Career Track course. Although I was a bit sad, my next mentor (Paul S.) turned out to be the perfect mentor for the next 9 months. He dedicated a significant amount of time to help me with any and all problems I had with assessments, projects, capstone projects, etc. He even let me shadow him for a work-day. Springboard has a user-friendly platform and I had no trouble navigating my way throughout their site. Not only did they provide the curriculum and tools to teach me about Software Engineering, but they also provided Career Coaches that guided me in making my resume and LinkedIn profile stand out. I could go on about how grateful I am for Springboard and for giving me the opportunity to meet some amazing people through them. I would highly recommend Springboard to anyone looking to make a career change in the tech industry.Read Less",Software Engineering Career Track,Software Engineering +279984,11035,springboard,Nicholas Winters,False,2021,I feel prepared to get a Software Engineering Job,2021-08-04,4.7,4.0,5.0,5.0,"I just completed the curriculum for the Software Engineering Career Track at Springboard. I quit my previous career to pursue engineering, and enrolled at Springboard. This is the perfect course in my opinion for someone who is going to attend the course... Read More as a job essentially. I finished up the 9 month curriculum in just about 6 months, which was a pace that worked me. That flexibility to continue working as much as you want was nice. The course covered many frontend, backend, and database technologies including JavaScript, Node, Express, React, Redux, Python, Flask, SQL, and SQLAlchemy. The instructor, Colt Steele, is a personable guy and his videos explaining the concepts make sense. Each section provides some decent notes, and then at the end there is an exercise. Throughout the course, there's about 6-10 projects sprinkled in that will take you between 15 - 45 hours each, depending on which ones they are. I enjoyed the longer, full stack projects. One of the last portions of the project is the data structures and algorithms portion, and they have you take 4 mock interviews. These truly felt like real interviews and were challenging, I appreciated them, and I feel more ready to tackle real interviews. Overall, the Springboard Software Engineering Career Track was a good experience, and I definitely recommend to anyone looking for a flexible, fairly cost effective bootcamp.Read Less",Software Engineering Career Track,Software Engineering +279957,11035,springboard,Nader Khashab,False,2021,Beneficial,2021-08-03,5.0,5.0,5.0,5.0,"This course has been a great experience! After searching for hours on how to jumpstart my learning and career in data science I found Springboard. It's a great all around program that not only focuses on your study but your professional goals as well.... Read More With mentors, career coaches, advisors, and etc. there's really nothing you cant accomplish. Everything is well planned out to help you succeed in understanding the material and landing that job!Read Less",Data Science Career Track,Data Science and Analytics +279941,11035,springboard,Anonymous,True,2021,Springboard has the best UI/UX Design Curriculum,2021-08-03,5.0,5.0,5.0,5.0,"Springboard provides a comprehensive curriculum that enables students to learn about UI/UX design on a deeper level. The course is self-paced, and it is structured in a way that allows students to understand each core concept and practice with design... Read More exercises. I enjoyed my time here in Springboard; my classmates, career coaches, and counselors were all excellent and supportive, and my mentor was genuinely amazing. The Industry Client Project was unique, and it helped me get a sense of working in a real-world environment with stakeholders, designers, and developers. There are a few areas where Springboard can improve on, and I shared my feedback with Springboard. Overall, it's been a great experience, and I thank Springboard for opening up another chapter in my life!Read Less",UI/UX Design Career Track,UX/UI Design +279892,11035,springboard,Anonymous,True,2021,"The course was a lot of work, but I also learned about topics that I didn't know about, so overall, my experience with Springboard was excellent.",2021-08-01,5.0,5.0,5.0,5.0,"Pros: Lots of opportunities to learn about unfamiliar material. Lots of homework so I could practice what I learned. It was helpful to build a project-based portfolio to show what I learned and could do. I'm planning on going back and improving my portfolio... Read More as much as possible. Cons: After I completed an assignment, it would have been useful to view another's (A+) completed assignment so I could compare and learn from my mistakes.Read Less",Data Science Career Track,Data Science and Analytics +279807,11035,springboard,masad ilyas,False,2021,My experence with springbaord has been great and made online learning really easy.,2021-07-29,4.7,5.0,5.0,4.0,"I completed the course on time, received all the help that i needed, and it was a great experience. If you are looking to start a new career choose springboard. You have the mentors, tutors available at all times to help with anything that is needed.",Cyber Security Career Track,Cybersecurity +279804,11035,springboard,Pazau Moua,False,2021,Thank god I did it!,2021-07-29,5.0,5.0,5.0,5.0,"I am so thankful that I decided to do this program! I had been on and off looking at the UX Career Track with Springboard for almost 2 years before I decided to do it. The only reason I didn't go for it in the first place was only because I was afraid... Read More of my own failings however now that I have done it, I am so proud and excited for my transition back into the design field. The mentors have all been extremely supportive and helpful. The course mentor really gave the best insight on how to improve and praised what I was doing well, my student advisor was knowledgeable in all the course protocols and able to answer experience questions quickly and accurately, and the career mentors were great in teaching how to be successful during the job hunt. I have recommended the Springboard program to a lot of family and friends who are stuck in a weird career situation. All I can say is, I'm glad I did it.Read Less",UX Career Track,UX/UI Design +279795,11035,springboard,Geetha Rajesh,False,2021,Great Experience at Springboard Data Analytics Course,2021-07-29,4.3,5.0,5.0,3.0,"Let me Go with Pros First , Highly structured Program, Good content ,Resources . Good Connecting channels with other students mentors ,teachers with Slack Unlimited Mentor Calls are defnetly a big pro With Cons Counsellors can be little better in making... Read More sure we have the right mentor and also the course curriculum is followed and done well ,THey are good ,they can get better in connecting with their respective mentees .Read Less",Data Analytics Career Track,Data Science and Analytics +279776,11035,springboard,Jennifer Paniagua,False,2021,Overall No Regrets,2021-07-28,5.0,5.0,5.0,5.0,"Pros: Career Coach Weekly Mentor Calls Work with a real company Very accommodating Lots of resources Cons: Price All links, no professors Requires a person to do well on their own and do the work. I'm not an online learning person so it was a bit hard... Read More not having a ""Professor"" or classic classroom setting.Read Less",UI/UX Design Career Track,UX/UI Design +279770,11035,springboard,Greg Woods,False,2021,Overall a great experience,2021-07-28,5.0,5.0,5.0,5.0,"I chose Springboard over other ones because of the mentorship aspect. Pros - - an easy interface - they help arrange study groups - the projects are challenging but manageable - there is a slack channel to ask questions and share feedback - weekly meeting... Read More with a mentor Cons - they are growing so there were so minor hiccups in the assignments but they respond quickly to problems I just graduated so I don't have a job yet, but the career support has been useful so far.Read Less",Data Analytics Career Track,Data Science and Analytics +279769,11035,springboard,Joey Tuholski,False,2021,An amazing bootcamp. This is most likely the best bootcamp experience you could hope for,2021-07-28,5.0,5.0,5.0,5.0,"I did a lot of research prior to enrolling. I highly encourage you to do the same. There are lots of bootcamps out there, some are much better than others. I can only vouch for Springboard. I was skeptical I won't lie... a shortcut to a career with a... Read More job guarantee feels like it's too good to be true. It feels like you're cheating or something and people who went to school for this career must have a huge leg up. I'm sorry, but I disagree. As someone who graduated from a top college university, I disagree with the long-drawn-out typical style of the educational system. What makes you good at something? Doing it, a lot. Hands-on experience. And 1 on 1 feedback. That's exactly what you get with Springboard. I had an amazing mentor and I hope you do too. We met each week. I started as someone with 0 experience in any design field. Nada. And I feel like a UX boss now that I've finished. But look, no bootcamp is going to get you a job or make you a great designer as soon as you're done. It's all about what you put in, and if you put in the work and can work long hours solo while having accountability and feedback each week, this is a great bootcamp for you. I feel very confident going into the job search phase (with lots of support by the way) now that my portfolio is done.Read Less",UI/UX Design Career Track,UX/UI Design +279757,11035,springboard,Justin Holbein,False,2021,Great Bootcamp for Understanding and Practically Leveraging Data Analytics,2021-07-28,5.0,5.0,5.0,5.0,"I took Springboard's Data Analytics career track from Dec. 2020 to July 2021. I found the career track to be well structured, with a great overview of the data analytics process from top to bottom. You learn how to apply problem solving frameworks with... Read More technical skills, and then tell a story with your data. I took the career track as part of ongoing education at my current job, so I did not utilize the job support function of the program. That being said, the course absolutely helped me achieve my objective of creating a comprehensive mental model of the data analytics process; something I had known in many different parts over my career and the curriculum helped me to assemble into a comprehensive whole. I am confident in my ability to leverage data analytics to solve business problems, and extract value from data. The entire career track is a not-insignificant time commitment, and can definitely be challenging at parts (something I consider a good thing). You have regular mentor meetings which were very helpful to me in staying on track and collaborating on different ideas for the capstone projects. I liked how the curriculum pulled a variety of sources together and focused on practical examples. TLDR; Great investment for your time and money and this bootcamp will provide you the tools to provide value and leverage the power of data as a data analyst. I also think it forms a nice cornerstone for future learning (and continuing to build your own human capital!).Read Less",Data Analytics Career Track,Data Science and Analytics +279729,11035,springboard,Victoria Rex,False,2021,Would choose Springboard every time!,2021-07-27,4.7,4.0,5.0,5.0,"There were so many things about Springboard that I loved! Some perks right at the beginning: self paced, different payment options, the mentor calls, extra calls, career coaches and an externship with a real company etc. The way the curriculum was structured... Read More was incredible, starting with the basics, but also in the approach, each topic was covered in different ways to help soak up the information as well as being able to then retain the knowledge if you have different learning styles. It seemed like each topic was covered by articles, videos, examples, practice homework etc! Even the features I did not use are still a huge reason why I chose Springboard (the slack channel, extra calls, office hours). I would suggest anyone considering this program to take their time! I rushed through to try and finish fast but I wish I would have spent more time on my designs and practice. Overall an amazing company and program!, I could go on and on!Read Less",UI/UX Design Career Track,UX/UI Design +279728,11035,springboard,Tou Vang,False,2021,Launched my Data Science career before the 6 months was up,2021-07-27,4.7,5.0,4.0,5.0,"About me - BA in Mathematics with an emphasis in Statistics from a State University (2019). 3.0 GPA -28 years old at the time -No internships, relevant work or volunteer experience in the tech field. In fact, my general work experience was 3 years at... Read More Mcdonalds, then 7 at a Resort as a bartender. -Spent 30-50 hours a week studying. 10-20 hours a week working on my resume, cover letter, connections, and job searching. -Got a job offer and accepted an entry level Data Scientist position at about 4-5 months into the program. Currently still in after 3 months, love it. Pros: -Springboard itself is great and has a lot of the materials needed to learn the basics of DS. The reading/videos/coding can be tiresome at time, but just take it one step at a time and you'll near the end eventually. Take good notes and read every single line, do as much as the coding as you can but don't spend too much time on it, spend more time on your capstones as these are what will probably make or break your chances of landing a DS position. Make a daily/weekly schedule to make sure you complete the program on time. I recommend 5-7% completion every week, at least for the first couple of months. It will get harder as you go and you will suffer burnout too. But if you could accomplish more early on when you're still full of energy, then you'll have some room to slow down or take a break later on in the course if needed. -Mentors are smart and always there if you need something -Career coaches are great. I recommend getting to know them early on as I feel like besides learning the DS skills itself, this part of the program was the most beneficial. Unfortunately, if you're like me with a not so pretty background, the coaches might hit you with some reality that you will most likely become a Data Analyst first before ever becoming a DS. But if you run into one that truly cares, they can help you out so much. I attribute my current DS position to my career coach's help. So while all the career coaches are great and helpful, if you can find one where you see that they truly care about you and your job search, I recommend making a connection with that person and making as much calls to them as possible. -Cost is relatively doable for the bootcamps I've looked at so far. The payment options are nice as well -Customer service is excellent and quick to answer any questions Cons -Not sure if this is a true con, but many of study materials are free or attainable with a subscription fee. But that can be said about most schools too so. What's great is the structure and how one can learn the materials through repetition even though the beginning may be quite confusing. -Signed up for DS career track, but was told by many, except one, that I will most likely land a DA role before getting a DS position. Although that one person did help me beat the odds and get a DS position even though I've no true experience. But this is rare apparently, and requires dedication. -There's not too much cons about Springboard itself.... Overall, if you stick to Springboard and can push yourself then you'll succeed. Springboard is a great bootcamp that helped launched my career and can yours as well.Read Less",Data Science Career Track,Data Science and Analytics +279682,11035,springboard,Taruna Verma,False,2021,Springboard is been a wonderful experience.,2021-07-26,4.7,5.0,5.0,4.0,"Its been a great experience for me, i have learned and upgraded my knowledge here a lot. I would suggest someone who is looking for a good knowledge and learning they should definitely choose springboard . The mentor and carrer coach helps you throughout... Read More the programme .Read Less",Data Analytics Career Track,Data Science and Analytics +279582,11035,springboard,Michelle Strecker,False,2021,Awesome experience with Springboard's UI/UX Design Bootcamp,2021-07-21,5.0,5.0,5.0,5.0,"I had a fantastic experience with Springboard. I found the curriculum easy to follow, and it was a nice mix of didactic information, expert editorials and videos from a broad variety of sources. I started with no experience using design software and am... Read More now very confident in my skills (Figma's my favorite tool). The capstone projects, modified Google Ventures Design Sprint and Industry Placement Project provide you with an excellent foundation for writing the case studies that you will use in your first portfolio. I found the 1:1 weekly mentorship invaluable. You have an expert there to back you up, answer questions, and keep you on track. As a bonus, every single time I needed to reach out to the staff for one reason or another, the team was super helpful and quick to respond. If you want to work at your own pace and feel confident in your knowledge and skills when you hit the job market at the end, I'd absolutely recommend Springboard's UI/UX Bootcamp. For me, the only ""con"" was the cost of the course, but now I feel like it was money well spent.Read Less",,Unknown +279522,11035,springboard,Emanuel Saavedra,False,2021,Data Analytics Career Track,2021-07-19,4.3,5.0,4.0,4.0,It's a good introduction to the topic. It really depends on how much time you have to invest in the course and how do you get the most of your encounters with mentors and coaches. If you are not based in the US or Canada it gets demotivating to follow... Read More the track for the professional development part.Read Less,Data Analytics Career Track,Data Science and Analytics +279515,11035,springboard,Daniel Boyce,False,2021,Springboard goes above and beyond,2021-07-19,5.0,5.0,5.0,5.0,"When I started my Springboard class in December 2019, I could rightly have never expected the following year to be what it was, no one could. I began the course because at the time I had more free time and time spent working and chose to use that free... Read More time to advance my UX skills so I'd be able to land a job in the field I actually wanted to be in. Then Covid hit and suddenly my work took off, my UX Springboard course quickly fell by the wayside given how busy I was with work. Despite needing much more time than the original 9 months to complete the course Springboard was there at every turn, offering me pauses, freezes, month extensions, etc. They really went above and beyond to help me finish my course so I could maintain my job guarantee. The mentorship program was also incredibly helpful, while mine got off to a rough start with a mentor who missed our very first call, Springboard quickly replaced them with one who would go on to be an invaluable resource for the rest of my time with them.Read Less",UI/UX Design Career Track,UX/UI Design +279508,11035,springboard,Anonymous,True,2021,Springboard was a great bootcamp to learn UI/UX Design,2021-07-19,4.7,4.0,5.0,5.0,Springboard was great. The pros are that I got a great mentor to help me out along the way. The cons are that I had to go through one bad mentor to get to my good mentor. It was a little expensive but overall it was a great course to take to gain the... Read More skills I need for UI/UX DesignRead Less,,Unknown +279437,11035,springboard,Daniel Timmermann,False,2021,Beneficial Learning Experience,2021-07-16,5.0,5.0,5.0,5.0,I had a wonderful experience studying data science through Springboard. Springboard gave me the direction and motivation I needed to begin learning data science within a short time period and at a lower cost compared to obtaining a masters degree. The... Read More most useful asset was the weekly calls I had with my mentor and the continued job support post completion. The mock interviews with experts prepared me for real world job interviews and I had a job offer within a month of graduating from Springboard.Read Less,Data Science Career Track,Data Science and Analytics +279403,11035,springboard,Jonathan Grant,False,2021,Terrific!,2021-07-16,4.7,5.0,5.0,4.0,"Overall this was a great class experience. I really felt supported as a student at Springboard, trusted the staff, and felt that they really are invested in helping get me into the industry. Much of the material is sourced from existing websites, which... Read More may be a turn off for some. But I think that is helpful to become familiar with existing websites and tools that can support you in your career journey. The mentorship feature is probably what sets Springboard apart from the remaining bootcamps, and it is a feature that was very helpful. I was matched with a great mentor that helped me improve as I went through the class. I am a recent graduate and therefore I do not know how successful Springboard will be with the job assistance feature, but I am hopeful.Read Less",,Unknown +279381,11035,springboard,LIGI KOLOTH JOSEPH,False,2021,Best Boot camp,2021-07-15,5.0,5.0,5.0,5.0,I like springboard's boot camp because they have great mentors with a lot of industry experience. The other reason I like it because it is e-learning . so you don't have to worry about the fixed time for the course. They have great career coaches and... Read More a good curriculum.Read Less,Data Analytics Career Track,Data Science and Analytics +279363,11035,springboard,Bipin Sharma,False,2021,Great overall experience!,2021-07-14,4.7,5.0,5.0,4.0,"Springboard helped me learn so many new skills through this period of 6 months. In addition, it helped me brush up on many concepts that I knew, but didn't remember, if that makes sense. The most striking feature of Springboard for me was their course... Read More structure which is very well organized to convey the important aspects of Data Science. This course definitely helped me land my first industry position as a Data Scientist.Read Less",Data Science Career Track,Data Science and Analytics +279317,11035,springboard,Paulina Ploszajska,False,2021,Highly recommend!,2021-07-13,5.0,5.0,5.0,5.0,"I'm very impressed with the setup and how Springboard manages to deliver large and complex information simply. With every step, I felt supported and stayed motivated to keep on going (I never felt like I'm doing it alone). What I like the most though... Read More is how much freedom they give, guiding to succeed, and giving so much space for being creative. The UI is very functional, elegant, and engaging. They match you with the mentor and with the Industry Design Project based on your interest and preferences and for me, it was a very accurate match. I honestly liked everything about Springboard, they provided me with all possible tools for success and opened so many doors for my future. Completion of the course is one of my finest accomplishments.Read Less",UI/UX Design Career Track,UX/UI Design +279282,11035,springboard,Sarah Stevenson,False,2021,"Switching Careers, UI/UX Design Career Track",2021-07-12,4.0,4.0,4.0,4.0,"I wasn't sure what to expect from an online course but I learned so much and feel very confident entering into a new career now. The coursework is relevant and easy to digest. The structure of the course flows nicely and builds as you go, its also easy... Read More to track your progress. Calls with your one on one mentor are a wonderful part of the curriculum as they allow you to discuss problems you are experiencing and receive advice. The Independent Design Project is also a great feature because it gives you the opportunity to work with real companies on actual problems. Overall, I would recommend this course to anyone that is considering changing into a UI/UX Design career.Read Less",UI/UX Design Career Track,UX/UI Design +279243,11035,springboard,Julia Ayres,False,2021,Highly recommend !,2021-07-10,5.0,5.0,5.0,5.0,"Pros: - curriculum teaches full-stack engineering, instead of only front-end or back-end - curriculum is packed with up-to-date frameworks that developer needs, and explains all the WHYs of using them - mock interviews at the end of the course allow to... Read More get a feel for real interviews and prepare for them - capstone projects are encouraged to be full-stack and very valuable for resume - job guarantee support program if qualified + deferred tuition Cons: - mentor video support time is 30 mins per week, I wish it was at least an hour, however I see Springboard is trying to improve that for future studentsRead Less",Software Engineering Career Track,Software Engineering +279223,11035,springboard,Chad Warner,False,2021,SO WORTH IT,2021-07-09,5.0,5.0,5.0,5.0,"I was a little bit intimidated when I first signed up for the program. The prices are very reasonable. All that is required upfront is about $700 to save a seat in the class. They have many payment options which allow you to defer to pay any tuition fees... Read More until after you complete the program. The JOB GUARANTEE is what really hooked me. They have a great career services office with people who really care and are willing to help you write a resume and modify your LinkedIn profile in order to get maximum possible exposure. I was given an entry test to see where I feel on being at least well equipped to do well in the course. I passed it with no problem. I told them that although I passed, I still wasnt 100% comfortable and I felt like I needed more practice because they were concepts that I havent reviewed in years. They allowed me to take a 6 week course, prior to school beginning that enabled me to feel more confident. This preliminary course was $400. However, they told me that if I completed the course, then I would be refunded the $400. So if that's not a heck of an incentive to complete, then I dont know what is. Also, they have a mentor program and a mentor call once a week to ensure that the concepts are being understood and they also have a weekly Q & A session. In other words, the resources are invaluable and I think this is so worth the money. Thank you everyone at springboard who had a hand in my growth and evolution. It takes a village to raise a child.Read Less",Data Science Career Track,Data Science and Analytics +279221,11035,springboard,Lesli Fonte,False,2021,Great program with a lot of support!,2021-07-09,5.0,5.0,5.0,5.0,"I think the main difference between springboard and a lot of other courses out there (I did a lot of research before deciding on Springboard) is the 1:1 guided support. You can talk to Springboard student support for student issues, you get assigned a... Read More personal mentor that you talk to once a week for the duration of the course, you can talk to other industry professionals whenever you want and you get a personal career coach. All of that makes Springboard an exceptional course and worth the money. If you have a question about anything, there's always someone to ask! The curriculum itself is very full and there are ways to take it beyond what Springboard offers you; there are many links within each learning resource where you can learn more in-depth if you want to. At the end of the course you will have a full portfolio with at least 4 UX projects and that will make any new career path or a career transition much more attainable. Having worked in the design field for many years, I can attest to the importance of a great portfolio and Springboard ensures you have that. I can't speak to the career search yet as I have not begun that part of the experience but with the job guarantee and the personal career coach support you get after the course, I have high hopes for success! Springboard UX/UI track is a lot of work (took me almost a year with a full time job) so definitely know that going into it - it's not a 10-week bootcamp. But again, having the mentor support really helped me stay motivated throughout.Read Less",,Unknown +279216,11035,springboard,Melanie Neiman,False,2021,"Informative, Attentive, and Helpful!",2021-07-09,5.0,5.0,5.0,5.0,"I want to start off by stating there will be a ton of work involved in completing the Springboard course. However those who are serious about learning, understanding, and then practicing UX/ UI design methods will be super thankful for all of the reading... Read More material and assignments. I feel very confident in the set of skills I learned that I can apply to my future jobs. On top of that, everyone is SO NICE and helpful. Any hiccup I had, someone from Springboard was there to help me and fix any issues at hand. Even though most of the work is remote, I felt very supported. And the best part had to be my mentor. They start off like a teacher, but end of becoming a great peer to have within the UX world. I am truly grateful for the connections made thanks to Springboard.Read Less",UI/UX Design Career Track,UX/UI Design +279215,11035,springboard,Melanie Neiman,False,2021,"Informative, Attentive, and Helpful!",2021-07-09,5.0,5.0,5.0,5.0,"I want to start off by stating there will be a ton of work involved in completing the Springboard course. However those who are serious about learning, understanding, and then practicing UX/ UI design methods will be super thankful for all of the reading... Read More material and assignments. I feel very confident in the set of skills I learned that I can apply to my future jobs. On top of that, everyone is SO NICE and helpful. Any hiccup I had, someone from Springboard was there to help me and fix any issues at hand. Even though most of the work is remote, I felt very supported. And the best part had to be my mentor. They start off like a teacher, but end of becoming a great peer to have within the UX world. I am truly grateful for the connections made thanks to Springboard.Read Less",UI/UX Design Career Track,UX/UI Design +279201,11035,springboard,Javier Merizalde,False,2021,Excellent Mentorship + Curriculum,2021-07-08,5.0,5.0,5.0,5.0,"Can't say enough good things about my experience in Springboard; the course materials were at the same time assailable and broad. It encouraged me to delve further into other articles and resources which in fact I did, and I was better for it. But the... Read More best part perhaps it's the people; the one-on-one mentor meetings throughout the course and the career coaching not only helped me maximize what I learned through the course materials, but to visualize what I could with them in the real world. I highly suggest it to those of you who are considering switching careers and want something more than a traditional professor-student education format or DIY course.Read Less",UI/UX Design Career Track,UX/UI Design +279197,11035,springboard,Anonymous,True,2021,Data Analytics Career Track @ Springboard,2021-07-08,5.0,5.0,5.0,5.0,"Springboard offers 1 on 1 mentorship which guide me through the technical material in the weekly calls and help me develop my technical skills for the industry. On top of a fixed weekly mentor call, there are unlimited on-demand mentor calls that helps... Read More me resolve the technical issues when I went through the curriculum. Springboard have curated the best resources which provided me with the best selection of content and the 2 capstone projects got me into the real world experience. The career service is strong, the career coach and placement service really help the student keep positive and work toward my goal.Read Less",,Unknown +279194,11035,springboard,Mary Thorpe,False,2021,Really helped me bridge the gap,2021-07-08,4.5,5.0,4.0,0.0,"With several years of business experience and interest in a career more specifically focused on analytics, I had a gap in technical skills. The curriculum works through the business aspects and then introduced (to me) new skills in SQL, data visualization... Read More tools like Tableau and Power BI and python. I am really pleased that I completed the program and I am in a much better position to move forward professionally. I think students get out of this program what they put into it - and it is an ambitious amount of work with several tools, mentors, advisors needed to succeed.Read Less",Data Analytics Career Track,Data Science and Analytics +279193,11035,springboard,Sahar Manavi,False,2021,"Worth it, but some issues.",2021-07-08,4.0,4.0,3.0,5.0,"Overall a good experience and worth it. If you're looking to change careers, I definitely recommend it. There are some issues to be aware of, however. If you have some coding experience coming in, there's currently no way to skip parts of the course you... Read More already know. The curriculum relies heavily on Datacamp classes and videos. There are long stretches of the curriculum where all you're doing is watching videos of talks, lectures, etc. If this is not a good learning style for you, definitely consider something else. The capstone projects are great, but the learning curve is a bit steep between the first one, which is fully guided, and the second one, which is fully independent. In general you have to be a very self-motivated person to succeed with this curriculum. The biggest draws of this program are the mentoring and the job guarantee. Meeting with a mentor every week is really fantastic, even if you don't need any help that given week it still helps to stay on track. And with the job guarantee, I feel confident that I will either get my money's worth out of this program, or get my money back.Read Less",Data Science Career Track,Data Science and Analytics +279179,11035,springboard,Mark Clampitt,False,2021,Awesome platform/environment to learn independently with the added benefit of a support system!,2021-07-07,5.0,5.0,5.0,5.0,"Overall I was genuinely very happy with the Data Science introduction course and my experience at Springboard. The environment and platform is very well thought out and structured as it gives you everything you need to set you up to learn the material... Read More independently. I was appreciative of the fact that they ensure you gain the basics before having the opportunity to enroll into the full course. It gave me the chance to ensure this was the right track for me. I really liked the fact that they connect you with a Mentor and coordinate weekly calls to keep you on track, answer questions, and guide you through the course and material.Read Less",,Unknown +279177,11035,springboard,Pierre Kobrossly,False,2021,Very thorough classroom work with mentoring for both technical and career development,2021-07-07,5.0,5.0,5.0,5.0,"I believe Springboard gives an ideal mix of technical practice combined with career development mentoring. There is no denying that it takes a commitment but the upside is you can upskill and work towards the career you want. If you make consistent progress... Read More each week, you'll find yourself building the knowledgebase gradually over time. High recommend to utilize your mentor, the unlimited technical calls, and career mentors to the maximum.Read Less",Data Science Career Track,Data Science and Analytics +279175,11035,springboard,Kelly Onodera,False,2021,"Amazing mentorship, great career support",2021-07-07,4.7,5.0,4.0,5.0,"I was paired with an amazing mentor that supported me through UX insight/feedback and built my confidence as a designer and overall person. I learned tremendously through the career support as well, and will be accepting a job offer as I just finished... Read More my course. Perfect timing, and overall great experience.Read Less",UI/UX Design Career Track,UX/UI Design +279173,11035,springboard,Minara Mowshumi,False,2021,SpringBoard UX/UI Career Track,2021-07-07,5.0,5.0,5.0,5.0,I just finished my UX/UI Career track and i am happy i attended this course. I loved the support form my mentors. Not only my weekly calls but also the 24hrs support. The career support is amazing. The time could be extended a bit in my opinion specially... Read More for those of us working along side this is a difficult task. But all in all i absolutely loved it. I also like how we can work with real companies. and get real experience.Read Less,UI/UX Design Career Track,UX/UI Design +279165,11035,springboard,Andre Kolber,False,2021,The Springboard Software Engineering Career Track Prep Course was exactly what I needed to prepare myself for the full career track.,2021-07-07,5.0,5.0,5.0,5.0,"I was debating on whether or not to go with Springboard for my bootcamp experience. I was looking at other bootcamps and decided that I wanted to try out Springboard's style of teaching and signed up for their Software Engineering Career Track Prep Course.... Read More After completing the prep course I can truly say that I am going to be signing up for the full career track. The ease of the user interface and the straightforward teaching style of Colt Steele surpassed by expectations. I thought that by learning mostly through videos that I would not be able to learn as competently as an in person bootcamp but I feel that it prepared me more by letting me go at my own pace. The mentors and the ta's are an excellent resource for when you are feeling stuck on a specific problem, or if you just have a simple question that you need answered. Overall I really enjoyed the introductory prep course for Springboard's software engineering career track and I cannot wait to embark on the full track in the coming weeks. If you are hesitant I would advise you to reach out and speak to one of their admissions counselors to clarify any questions that you may have about the in's and out's of the program.Read Less",Software Engineering Career Track Prep Course,Other +279160,11035,springboard,Shamsia Muhsin,False,2021,Great Program to receive the skills and experience you need to start your career!,2021-07-07,5.0,5.0,5.0,0.0,Overall I think the content material is a great start to helping those get started in the field of data analytics and helpful tutor-guided projects practice. Depends on your own choice the project difficulties and impacts may vary. Having the career advisor... Read More to help with the interview is probably the most valuable portion of the program.Read Less,Data Analytics Career Track,Data Science and Analytics +279135,11035,springboard,Renu Devi Dogra,False,2021,Overall Good Experience,2021-07-06,4.3,5.0,4.0,4.0,"Mentor was the best part here after the curriculum. Enjoyed the overall learning new skills in Tableau, Python, SQL, how to approach the problem etc. Capstone Projects are the one where you can get a real feel of the overall usage of your learning. Supportive... Read More on line tech career coaches.Read Less",Data Analytics Career Track,Data Science and Analytics +279132,11035,springboard,Ryan Vaughn,False,2021,Springboard Data Analytics Career Track,2021-07-06,3.7,4.0,4.0,3.0,"Pros: Job Guarantee Tuition Deferred until you get a job Unlimited Mentor Calls Work at your own pace In demand skills/tools were taught Cons: No Live Instruction, learning is all done by prerecorded videos No immediate chat room response Emails can take... Read More a day or two to be responded to (at least in my experience) It would be nice if once you completed the program, there were immediate employers they have partnered with ready to hire you.Read Less",,Unknown +279116,11035,springboard,Anonymous,True,2021,One-on-one Mentorship is Awesome!,2021-07-05,5.0,5.0,5.0,0.0,"I loved taking this class with Springboard. The one-on-one experience is awesome! Since I took this during COVID, I was concerned about not being able to take a class in person, but the one-on-one mentorship definitely made the class. My mentor was an... Read More actual industry expert and was very knowledgable and encouraging. For me, I needed the accountability of meeting with someone each week. He answered my questions, gave me great resources to enhance my learning, and taught me several new things about coding and about the industry in general. The Springboard platform is easy to use and videos are broken down into smaller chunks, so you can stop and review easily (doesn't feel like it's moving too fast). Colt Steele (who does most of their videos), is a natural at teaching, so he's super easy to follow and it's easy to code along with him.Read Less",Software Engineering Career Track Prep Course,Other +279106,11035,springboard,Anonymous,True,2021,"Switching Careers, UI/UX Design Career Track",2021-07-05,4.0,4.0,5.0,3.0,"I wasn't sure what to expect from an online course but I learned so much and feel very confident entering into a new career now. The coursework is relevant and easy to digest. The structure of the course flows nicely and builds as you go, its also easy... Read More to track your progress. Calls with your one on one mentor are a wonderful part of the curriculum as they allow you to discuss problems you are experiencing and receive advice. The Independent Design Project is also a great feature because it gives you the opportunity to work with real companies on actual problems. Overall, I would recommend this course to anyone that is considering changing into a UI/UX Design career.Read Less",UI/UX Design Career Track,UX/UI Design +279074,11035,springboard,Bohan Xu,False,2021,A very comprehensive program to open up your career opportunities,2021-07-03,5.0,5.0,5.0,5.0,"I landed at the Springboard UX Design Career Track actually as a compromise because of the limited seat of UX Design Bootcamp by General Assembly. I would say that this is the most awesome 'compromise' ever in my life - the comprehensiveness of the course... Read More content (although it takes a longer time, it pays you back in the quality of your work) can equip me with a similar knowledge level as those graduated with design degrees; the 1-1 mentorship is a highly valued experience from every classmate I've talked to, with an industry expert assessing every piece of my work closely; the amazing career guidance that keeps me motivated throughout the career transition journey. I am working on the program on a part-time basis which is not easy and as one of my classmates says ""never enough sleep"", but it makes my past 1.5 years so fruitful that I can see a much bright career prospect ahead.Read Less",UX Career Track,UX/UI Design +279015,11035,springboard,Emily Betham,False,2021,Highly recommend!,2021-07-02,5.0,5.0,5.0,5.0,The Springboard UX/UI design career track is an amazing online learning experience. The course content is very carefully curated (you often revisit concepts which really makes sure the info sticks!) and you come away confident with the skills you develop.... Read More The mentorship is extremely important and helpful - every week you have at least 1 call with your mentor to review your work and bounce ideas off of each other. The Springboard support team are also great and the student advisors were always really reactive and helpful. The Industry Design Project is also an amazing opportunity as you get to work with a real client and other designers on a real product. I highly recommend the course!Read Less,UI/UX Design Career Track,UX/UI Design +279012,11035,springboard,Zahra Kader,False,2021,Springboard Data Analytics Course Review,2021-07-02,4.0,4.0,4.0,4.0,"The pros of this program are simple! Amazing mentorship and career coaches. The mentors really care about each student's success and learning and the career coaches walk you through each step to prepare you for the job hunting world. The course material... Read More is pretty in depth and hands on. The mentors expect you to put in the work to learn and understand the material and be able to explain what you've learned when it comes to presentations and speaking to your work. A con I found personally was that it was hard to keep up with the amount of work given the 6months expected timeline to finish. It's definitely something you need to put in the time for so working full or part time while taking this course is a bit tough - unless you think you can handle it. Also, it was hard for me to change my thinking completely into a data analyst with a marketing background. Sometimes I felt like I was just going through the material and not really focusing into it - but the material is pretty in depth and helpful!Read Less",Data Analytics Career Track,Data Science and Analytics +278936,11035,springboard,Alexa Garber,False,2021,Mentorship is everything,2021-06-30,5.0,5.0,5.0,5.0,"The career coaches and mentors are so valuable. The projects were designed to make for some great portfolio pieces, and the industry design project sets students up for success when it comes to having relevant experience for job searches. This was a better... Read More experience than I could have hoped for.Read Less",UI/UX Design Career Track,UX/UI Design +278848,11035,springboard,Virendra Nirwan,False,2021,Excellent BootCamp,2021-06-28,5.0,5.0,5.0,5.0,"I enrolled in this program to transition my career from recruiting to data analytics and it was very much worth it. It not only equip me with the technical skill-set required to function properly in the industry, but also helped me navigate through this... Read More transition smoothly. I recommend this program to everyone who's looking to kisk-start their career into the industry of Data Analytics.Read Less",Data Analytics Career Track,Data Science and Analytics +278828,11035,springboard,Jordy Ruiz,False,2021,Wonderful Experience,2021-06-27,5.0,5.0,5.0,5.0,"In the beginning, I thought it would be boring to learn the basics, but it surprises me at the end when all that I learned in the course I have the opportunity to apply it. Very useful and helpful and definitely after the course my desires increase to... Read More become a data scientist. Highly recommendedRead Less",Data Science Career Track Prep,Other +278777,11035,springboard,Ryan Paik,False,2021,Great experience,2021-06-25,4.7,5.0,4.0,5.0,"Springboard does an amazing job providing you resources needed to make a career change. The strongest resources they provided was a mentor, who has great experience as a data scientist as well as career coaches to help you find your new path. The only... Read More area that can be strengthened is the curriculum itself. I felt that there are areas I wish I was tested more often such as Python or SQL to develop a stronger foundational skill. Springboard does well accommodating to your needs such as pause breaks or extensions. Overall it was a great experience.Read Less",Data Science Career Track,Data Science and Analytics +278689,11035,springboard,Ken Kurtulik,False,2021,"Intensive but thorough, provides great student/mentor/career coach support along the way",2021-06-22,5.0,5.0,5.0,5.0,"One summer in college I took two 6-week summer classes in the same session. The Springboard workload is a lot like that, but for the duration of six months. The student advisors help you along, though, and you get 3 pauses that can be up to 3 weeks long.... Read More The curriculum covers everything. I had some knowledge of UX going in, but the bootcamp filled in the gaps I had in user research, data synthesis, and design planning while allowing me to practice and level up the skills I already had. The curriculum was a great curation of reading, lectures, and interactive lessons. Maybe I wish there were a few more lectures to break up the heavy reading units, but that’s nitpicking. On your first week, you get paired with a mentor who helps you apply your learning to a steady stream of projects. My mentor was great. She always had an insight or a resource to guide me and never got frustrated when I struggled or fell behind. You aren’t graded in the traditional way. You review project progress with your mentor, and they give you feedback to make changes. It’s technically pass/fail, but in practice, it trades the stick and carrot for a kind of conversation that results in the best possible portfolio. Online learning is a different animal than in-person learning. You have to be good at managing your time and staying focused. If you need the social element of a classroom, digesting lessons over Slack with your peers is a poor substitute. Communication on Slack felt transactional. I did make a good friend toward the end of the curriculum on a team project, but I wish Springboard did more to make student interaction meaningful early on. I’m sure there are a few hiring managers that would prefer to get a UX designer fresh out of Pratt, but Springboard does one thing better than any college I’ve ever heard of: career support. It’s part of the curriculum. They teach you how to build your network, a resume, a portfolio, then teach you how to interview and negotiate. It’s not just something you quietly know you should be doing in the background; they properly teach you and provide feedback as you create each artifact. Now that I’ve completed the curriculum, I feel good about the growth of this career field, I like my odds on the job market, and I have a career coach to check in with every other week.Read Less",UX Career Track,UX/UI Design +278663,11035,springboard,Kristin katz,False,2021,I thought bootcamps were a joke but this actually changed my life.,2021-06-22,4.7,5.0,4.0,5.0,"I had an arts degree, basic skills from the free codecademy python, and some experience in customer service. I did not think this would be successful, and thought that at best I'd get a job and at minimum I would get my money back and a bunch of new skills.... Read More Now, 4 days after I completed the course, I'm being hired at a dream company making almost double what I was making before. This may or may not happen to you. All I can say is, you have nothing to lose. You either do it and get the job, or you get all your money back. It has the potential to change your life, or you've learned an incredible amount of tech skills for free. The support system you will receive is unbelievably good. the career coaches I've talked to have all been amazing, I was assigned to a mentor that talked an hour with me every week, and I love the work that I do now. I have my constructive curriculum for the course, but overall they continue to update it and listen to student feedback, so if you're reading this a month, a year, or even further from now, I imagine it's an even better course than I got. There's nothing to lose and everthing to gain from this course.Read Less",Data Analytics Career Track,Data Science and Analytics +278655,11035,springboard,Isaac Kane,False,2021,Springboard is awesome!,2021-06-21,5.0,5.0,5.0,5.0,"Finishing up the Springboard Software Engineering Career Track Prep and I loved it! There's definitely a lot of info and a lot of work to do, but put in the time and effort and you'll be rewarded. My advice would be to really go over the material and... Read More make sure it sticks. The quicker you move through each section (HTML, CSS, JS,) the more they jumble together in your head since you're writing them all in the same program. Also, I recommend double checking with your mentor to see if the scheduled times are good. I had to switch mentors because our schedules never matched up. That was through no fault of the mentor, it was me, I live in Hawaii so I rarely interact online with people on my time. Anyways, I highly recommend the career prep and to put a lot of hours into it to set yourself up for success for the full track!Read Less",Software Engineering Career Track Prep Course,Other +278648,11035,springboard,Tessa Veto,False,2021,Accommodating and Thorough,2021-06-21,5.0,5.0,5.0,5.0,"The UX/UI Design track is great for learning the ins and outs of human centered design. The mentorship is the highlight of the program; I loved working with Todd once a week to stay on track and receive feedback. When I was diagnosed with ADHD a few months... Read More after starting the course, I asked for and promptly received an extension that let me finish strong. I recommend Springboard to anyone interested in jumping into a new career in design.Read Less",UI/UX Design Career Track,UX/UI Design +278647,11035,springboard,Sidharth Ramanan,False,2021,Springboard Data Science Bootcamp - an excellent decision!,2021-06-21,5.0,5.0,5.0,5.0,"There's so much to be said about how Springboard does an amazing job with the Data Science Career Track! 1)The curriculum is so thoughtfully and expertly designed. It manages to cover a wide range of topics, but in a manner that flows naturally both in... Read More terms of progressive difficulty and logical continuity. This to me, is so important for sustaining motivation to complete the program. 2)It is highly hands-on and project oriented. This is a good thing, always a good thing, and Springboard recognizes that. Almost every unit has at least one mini-project to explore the content covered in that unit within an implementation context. You also need to complete two Capstone projects of your choice in any areas of your interest as part of the curriculum, and these projects are great for your Github or your resume. Clearly, Springboard appreciates that project-oriented learning is essential to drive certain concepts home and again, sustain motivation by seeing the fruits of your labor. 3)The quality of the resources. Data Science experts on the Springboard Team have put in efforts to create high quality resources - both technical and career-oriented. These are usually well-drafted informational documents or videos. They also handpick a good selection of public articles/videos (and even one wonderful book) to supplement your learning, and their partnership with DataCamp (shoutout!) gives you access to a rich library of also high quality content. 4)Flexibility Look, Springboard gets that life happens, and they've got your back. There is an option to take a 2-3 week pause from the course ANYTIME to perhaps catch up on other responsibilities or to maybe just *recharge*. Also, they offer a free 2 month extension to finish the program if you don't finish within the original 6 months, which can also turn out to be quite a blessing. I'm a full-time CS student at UCLA, so when I ran into a difficult quarter, I could still manage because of their flexible options. 5)Community You're assigned a Student Advisor and Mentor as part of the program, and in my experience, they were both wonderful. The Student Advisor regularly checks in on you if you need help making goals, being productive, planning a schedule, tackling burnout, and more! They really help keep you afloat during your journey. You meet with your mentor on a weekly basis so they can guide you with projects and difficult material, or tell you more about the industry and their type of work, which is always interesting to hear! My mentor was super helpful with his feedback on my projects and helped me shape them into something I was proud of. I should also mention that support on their Slack is pretty good too for Q/A related things, their customer support team is extremely friendly and helpful, and their cohort of career coaches are also excellent, so be sure to make regular appointments with them because they give extremely valuable and insightful advice about the industry and building the professional profile you want for yourself. All-in-all, a great program designed by a talented team of industry professionals. The amount of knowledge and learning you get out of the program is priceless (and you get lifetime access to the curriculum!). If you've got the time and you want to, as they call it, ""future-proof"" your career, I highly recommend their program :)Read Less",Data Science Career Track,Data Science and Analytics +278644,11035,springboard,Anonymous,True,2021,So happy I did this.,2021-06-21,4.7,5.0,4.0,5.0,"I recently completed the UI/UX Design program at Springboard and accepted a job as a UX Researcher shortly before graduating. The number one pro is the mentorship aspect. I got so much out the one-on-one instruction time with my mentor. He was so great... Read More at tailoring the projects and my portfolio to have more of a focus on UX Research which put me in a much better position when I started job seeking. The career coaches and mock interviews were also great. I was able to take advantage of the unlimited mentor calls to prepare for job interviews as well which helped so much. The only downside for me was the lack of group or classroom learning. This is a program that requires a kind of hustle and internal motivation which I sometimes struggle with. Some of the students put together an online study group which is helpful but mostly you have to be accountable to yourself. If you're good at making your own structure and working independently, this program is for you.Read Less",UI/UX Design Career Track,UX/UI Design +278602,11035,springboard,Brooke Chehebar,False,2021,Life-Changing,2021-06-19,5.0,5.0,5.0,5.0,"I honestly can't say enough great things about my experience with Springboard! The curriculum is thorough and in depth, my advisor was extremely helpful and understanding, the career coaches know their stuff and by far the most valuable aspect was my... Read More amazing, encouraging mentor who helped me develop as a designer throughout the course. I was so nervous to tackle a career change in my late 20s, and I was insecure about my design skills at first, but I can confidently say that I can see from where I started to now how much I have grown and improved. I have to say, it is challenging and rigorous, so if you're looking for something easy breezy this might not be for you, but if you're willing to put in the time and effort, this course will set you up for success in UI / UX design!Read Less",UI/UX Design Career Track,UX/UI Design +278597,11035,springboard,Kristy Chu,False,2021,"I chose Springboard because it made sense for my pace of learning and schedule, and I have no regrets.",2021-06-18,4.7,5.0,5.0,4.0,"I was an accountant for 6 years and decided I was unhappy in it so I pursued Software Engineering for better work/life balance (among other things). I did Springboard from March 2020 - May 2021 (took multiple breaks). I started applying to jobs on May... Read More 30, 2021 and only interviewed with 1 company (1 phone screen and 1 virtual onsite) and received/accepted an offer yesterday, June 17, 2021, as a Software Engineer I. What convinced me to choose Springboard (in order of importance to me): 1. Flexibility - While I would rather go to an in-person classroom style bootcamp, I didn't want to do those 3-month intensive bootcamps where I had no time for anything else. Springboard provides remote learning and therefore, this teaching model wasn't affected by COVID (I applied in Feb 2020 and started in March 2020) and even prepares you for a remote job afterward, if that's your goal. 2. Instructor is good - If you want to see if you like his style, take Colt Steele's Udemy Web Developer Bootcamp course or check out his Youtube channel. 3. Job guarantee - if you don't get a job within 6 months (I think with COVID, it's now a year) of graduating the course, you get a full refund. Be aware there are still requirements to follow in order to qualify to get the refund. 4. Accountability - weekly 1:1s with a paired mentor who is a professional in the industry 5. The topics the bootcamp covers are pretty extensive 6. Price - Given the amount of material, support, and timeframe, the price is way better than those 3 month intensive bootcamps. I chose the month to month payment plan, but if you can afford it, just pay upfront. After taking the course, here are my pros/cons: Pros: - Flexibility (see above) - Accountability - I had a really great and supportive mentor throughout the entire course. However, you can switch mentors if you want. - Multiple Break Options - Pause(s)/Freeze for when life gets abnormally busy or you need a break from the course. Both options push your deadline date. - 2 Live Code Reviews with mentors who are not your regular mentor - Really supportive student advisers, who can be an extra accountability point - Semi-weekly office hours (curriculum-related and general questions for student advisers as well) - recorded so you can reference whenever - There's a lot of material and you get so much practice with tons of projects and exercises with ""further study"" sections - 10 assessments that are reviewed by your mentor + 2 capstone projects - TAs are available via chat during normal business hours - Career office hours (go over topics related to resume, Linkedin, networking, etc.) - recorded so you can reference whenever - 8 career coach calls/check-ins - Placements team to help send job opportunities to your inbox closer to when you are completing the course (I believe this team was created in 2021) - They care a lot about their students - They ask for a lot of feedback from students and will make changes or improvements that make sense. - Everyone is so nice and supportive Cons: - Interview readiness: Interviewing was probably what I felt least prepared for at the end of the curriculum. If you are making the switch into software engineering, you need to know now that interviewing is a whole different ballgame than the actual job itself. Some software engineers go to interviewing bootcamps JUST to prepare for interviewing. It's one thing to know how to code and problem solve, but to also be able to talk through your thought process AND have your code work or have to figure out bugs in your code while someone is watching -- interviewing can be really stressful. I was super lucky because I have a software engineer friend that practiced with me every night for 1.5 months to help me prep for the MOCK interviews, and I ended up still not passing my first attempt at the coding mock interview (I think I had been practicing with my friend for a month already at that point). In addition to practicing with my friend, I even scheduled 1 practice mock interview with Springboard before attempting and ultimately passing my second official coding mock interview. FYI if you don't pass within 2 tries, you no longer qualify for the job guarantee - so at the time, it felt like high stakes to me. However, this shouldn't have been the focus (see Tips below). I also understand that not everyone has a friend that they can practice with every night and get valuable feedback (yes, I know she's a very good friend), so I think Springboard needs more support in this area where students can choose to practice with a live person however many times they want, in advance, to prepare for the coding and white-boarding mock interviews. - Pretty new curriculum, including policies and procedures: At least at the time that I started, they were still figuring out kinks/bugs in the curriculum so the exercises could change shortly after you do them (this happened to me) but there wouldn't be any notification about it. Now that they have hired more people, the communication is better about this sort of thing. While the changes can be annoying, this is also a good thing because that means they care about their curriculum and students and are always looking for ways to improve. They have also made a lot of updates and come out with new documentation around their policies and procedures. You as a student just need to go with the flow. - Every time you have a question or have a bug that you can't figure out, uploading your code to Google Drive or GitHub and then having to type out your issues/questions to the TA in a little chat box can be really annoying but this also gives you training on what it's like to work remotely - Although, I think in work settings, it's more likely that you would be able to have a quick meeting and share your screen. I know Springboard is trying to work on a solution to this, but this also isn't the end of the world. I can see that it's probably much easier to ask a question in person/be in a class setting for when you do have questions. - No new friends (at least for me): You don't really get to know your cohort that well unless you take initiative and be really social online - but to put it bluntly, I'm older and I'm not doing this to make friends haha. Everyone in my cohort/online did seem really nice and I knew people in my cohort who made individual study groups or paired up, but this just wasn't my thing ONLY because I already had a friend who was taking the UI/UX bootcamp with Springboard (she was probably ahead of me by 6 months) and we were each other's accountability buddies, and that was really helpful. Even after she graduated, we could keep each other accountable on her job search and my progress with Springboard. I understand that this is rare though so if you want to socialize and make study groups with your cohort, by all means, do that. Tips: - I'm not sure if this is still the case, but when I enrolled they let us access the curriculum 2 weeks before our cohort start date, and the deadline to decide if you want a refund is 2 weeks after the cohort start date. This is basically 1 full month where you get access to the curriculum to try it out. If you're on the fence about choosing Springboard and you're not in a rush to do the bootcamp, enroll in a cohort date late enough so that you get this 1 month trial. - Keep in mind that the point is to NOT get a refund, the point is to get a job with your new awesome skills. - With self-pacing learning, it's important to stay disciplined but stay healthy. Stick to a schedule. Turn off distractions. Make sure to eat well, drink water, exercise, and get plenty of sleep. You can't perform your best if your health goes down the drain. This is for your mental health too. - Take breaks if you need them! - If you don't think the weekly 1:1 mentor calls are enough, get an accountability buddy - could be from your cohort or could be a friend. - Reach out to your student advisor because they are super helpful and can keep you accountable too. - Career changes are DIFFICULT! Find your ""why"" and remind yourself of it when you're feeling unmotivated. Or better yet, look at it every day or week. - Do your best. Don't give up. Keep a positive attitude. It's a marathon, not a sprint. If you fall down, get back up again.Read Less",Software Engineering Career Track,Software Engineering +278590,11035,springboard,Sahar Shakoori,False,2021,UX Career Track Experience during the Pandemic,2021-06-18,4.3,5.0,3.0,5.0,"I started off my journey through Springboard during the cusp of the COVID pandemic. Although that lead to many hardships I could never have predicted, I always knew that I had the support of my mentor and the Springboard Team. My student advisor(s) were... Read More always very easy to talk to and get ahold of during these hardships. They allow for a couple of pauses that I definitely took advantage of as they allowed me to collect myself, take breaks, and be easy on myself. During these times, taking care of yourself first is of utmost importance. Some things that I wish I did more: -The Unlimited Mentor Calls. Specifically while completing my capstone project, there are so many aspects to starting and completing a whole UX Design for the first time. While my mentor provided so much feedback that allowed me to complete my projects with grace, a little more help would have been useful. Be prepared to find a lot of the curriculum to be easy ""searchable"" from google. While the content may not be hard to get access to, the way they organize it is beneficial for those who want an extra hand at learning UX from the comfort of their own home. Overall I enjoyed my experience and would recommend this Bootcamp for someone who wants to not feel as rushed throughout the program. You are able to truly consume all the knowledge at a healthy pace.Read Less",UX Career Track,UX/UI Design +278587,11035,springboard,Max Von Luehrte,False,2021,Amazing experience learning all the tools I need to be a data analyst and more!,2021-06-18,4.0,4.0,5.0,3.0,"I liked how Springboard gave a great hands on learning experience through case studies and practice work like DataCamp. On top of this data analysis tools they also have you do weekly meetings with a mentor, giving you real world examples of their job... Read More and how data analysts operate. On top of all the great curriculum you get unlimited support! From 24/7 extra help calls to office hours and career coaches you can learn the tools for data analysis while also being part of a greater community making new connections.Read Less",Data Analytics Career Track,Data Science and Analytics +278537,11035,springboard,Joy Yang,False,2021,It's worth it,2021-06-17,5.0,5.0,5.0,5.0,"The cost of this bootcamp definitely deterred me in the beginning. And while I was in the middle of my bootcamp during quarantine, Google came out with a free UX course. But I thought about it and I realized there are a lot of free resources online to... Read More learn UI/UX skills. However, I think the 1:1 mentor calls, career coaching, projects that you get to put in your portfolio are worth it. And it's not easy to figure out what you don't know, Springboard hires mentors and teaches you things you couldn't learn in a class or on your own. You have people with real world experience to give you an edge over the plethora of people graduating with design majors. Pros -teaches you all the latest skills you need -gives you access to resources during the bootcamp that you normally couldn't get -1:1 mentoring -Career coaching -works with your situation -Peer reviews, Mentor review, and hiring manager review for all of your work -mentor is genuinely there to help you Cons -cost -more intense than your average bootcampRead Less",UI/UX Design Career Track,UX/UI Design +278526,11035,springboard,Amanda Cavanaugh,False,2021,I really learned how to “think” like a data analyst during the Springboard’s Data Analytic Track.,2021-06-16,4.7,5.0,4.0,5.0,"Program covers all the basics such as Excel, SQL, Python, Statistical Testing etc. I feel I got a well rounded education and learned the fundamentals. The part of the program that really stands out is that you are assigned an mentor industry who is in... Read More the industry. This is one of the most helpful aspects of the program. IRead Less",Data Analytics Career Track,Data Science and Analytics +278511,11035,springboard,Gabriella Perkes,False,2021,"Springboard was a wonderful experience, and it gave me a solid foundation in UX Design.",2021-06-16,5.0,5.0,5.0,5.0,"Springboard was a wonderful experience, and it gave me a solid foundation in UX Design. My mentor and the Industry Design Project at the end definitely were the best parts of the course. I do think that there is still a lot to learn in the field after... Read More completing the course, but it gave me a solid foundation to build upon. I also like the continued career coaching after the course was completed.Read Less",UI/UX Design Career Track,UX/UI Design +278509,11035,springboard,Vildan Erturk,False,2021,Good experience,2021-06-16,4.0,3.0,4.0,5.0,"I was looking for an online self paced course on data analytics. I saw that Springboard has one for a cheaper price compared to other bootcamps and plus with job guarantee. That is how I picked and I was satisfied with it about 70%. Career coaches were... Read More great! On demand mentor calls were very helpful as well. My own mentor from India was an expert too.However, I had to change him during Covid-19 rise in India. The part that was missing for me the general guidance from the curriculum writer for each unit. I would have appreciated more practice(especially on SQL) as well.Read Less",Data Analytics Career Track,Data Science and Analytics +278507,11035,springboard,Phil Lofton,False,2021,"While career services could use improvement, the curriculum, mentors, and internship portions are stellar.",2021-06-16,4.0,4.0,5.0,3.0,"I recently wrapped up the Springboard UX Career Track. I can't say enough good things about the curriculum or the mentors. My talents were stretched and expanded in meaningful ways through the course, and the exercises were extremely helpful in building... Read More the knowledge base necessary for a career in UX. Springboard is mentor led, and the mentor who guided me through the end of the course was a great voice for insights into improving my portfolio and representing myself professionally. The industry design project internship gave me an opportunity to put these skills into real life practice and make measurable impact at a company. You can't ask for more than that in a six month program. The weak link in the chain is career services. During my stint, I had some great career service calls where invaluable advice was provided, a couple of middling calls where it seemed like the coach needed to go through a script, and a no-show. To me, this isn't a deal breaker. I've been in the workforce for a decade now, and I know my strengths, my weaknesses, and how to represent them in the hiring process. UX-minded folks out of college, though, will want to be tenacious with advocating for themselves with job coaches. Again, there are really wonderful coaches on the Springboard roster. TL;DR - It's a good course! While career services could use improvement, the curriculum, mentors, and internship portions are stellar.Read Less",UX Career Track,UX/UI Design +278501,11035,springboard,Jeffrey Nguyen,False,2021,Great course if you want to learn coding!,2021-06-16,5.0,5.0,5.0,5.0,"Pros: Let me say that the course is designed with the user in mind. Everything is easy to find, you have access to your student advisor to have all your concerns and questions answered. You get weekly support from your mentor. You get to learn at your... Read More own pace! This course makes coding less intimidating. Cons: Are there any? Well you decide for yourself. Only con for me was wishing we weren't in a pandemic so I get to have the on-campus experience.Read Less",Data Science Career Track Prep,Other +278493,11035,springboard,Tyree Worthy,False,2021,"Thorough, useful, worth the investment",2021-06-16,5.0,5.0,5.0,5.0,"This bootcamp was super in-depth. I went from knowing a little bit about UX to thinking like a designer. They taught the full UX design process, from figuring out the right questions and research methods to protyping and presenting case studies. It was... Read More a lot to do and learn on your own (it was an online course with weekly mentor check-ins), so it was good to connect with others in the class via the Slack channels. I definitely learned what was needed to do my current job and anyone else's job under the UX umbrella.Read Less",UI/UX Design Career Track,UX/UI Design +278456,11035,springboard,Rachel,False,2021,Springboard gave me a comprehensive introduction to UX/UI design,2021-06-14,4.7,5.0,4.0,5.0,"Someone recently asked me if I would recommend this course. Yes - but only if you have the time and money to invest. I come from a graphic design background, so transitioning to UX design was a long learning curve, but do-able. I was also supported by... Read More friends and family during this year, and was able to focus on it full time for half of the program. The nine-month program isn't laid out with an accurate time frame. Some early assignments took much longer than expected. Then at the end of the course there was no schedule for creating a portfolio or finishing mock interviews. So altogether it took me closer to a year to finish. I have type-B energy with type-A expectations for my work, so this was a good amount of time for me to learn. Some of the projects went well, while others felt poorly planned. I'm so thankful the internship at the end of the program was a group project. It helped my confidence for interviews to work on a team. I also learned a lot about where I can continue improving as a designer. However, I know other people did not have a good experience. Speaking of community, the Slack community is overwhelming, but I'm grateful for all the students who help give feedback on work. So a mixed blessing. The Student Advisors and mentors at Springboard are professional and helpful. My mentor conversations each week helped me stay grounded and on-track during the program. I think besides the internship at an actual company, the career assignments built into the course were also a big plus to my confidence going into the job market. Taking time during the course for resumes, LinkedIn, informational interviews, and meetups gave me time to get used to them.Read Less",UI/UX Design Career Track,UX/UI Design +278454,11035,springboard,Kyle Stoudt,False,2021,Great to get started,2021-06-14,4.0,4.0,4.0,4.0,This was a great way to gain an introduction to the world of Dara Science. Springboard has compiled some great resources and have a solid support system to ensure the success of their students. Experience is partly reliant on how you engage with you mentor... Read More and student advisor.Read Less,Data Science Career Track Prep,Other +278451,11035,springboard,Prem Ananda,False,2021,Excellent mentorship by and industry professional.,2021-06-14,4.7,5.0,4.0,5.0,"PROS: Excellent Mentorship with industry professionals, Job Guarantee, Student Services are very responsive and helpful. CONS: The curriculum itself needs some updating. Some of the materials are 5+ years old, which should be addressed. The curriculum... Read More team seems a bit slow in updating materials.Read Less",Data Science Career Track,Data Science and Analytics +278444,11035,springboard,Grace Bae,False,2021,You can do it.,2021-06-14,3.0,3.0,3.0,3.0,"Before I dive deep into what I felt were the pros and cons of this program, if you want to ask any questions about the program, search my name on LinkedIn and connect with me! My background: NO previous industry experience in UI/UX, but have experience... Read More as a behavior therapist and program coordinator. I wanted to eventually go into UX research, and needed foundational knowledge in UX. Pros: Unlimited mentor calls - SUPER helpful. Make use of this. You can talk to anyone, and you can go back to the mentor you like to schedule calls with them. Your own pace - I finished the 9 month program in 6 months, while still working full-time as a program coordinator. (Do NOT take too much time on the first capstone project. I repeat, do NOT. You will continue to learn and practice as you work through the other projects.) Cons: Timeline is incorrect - it does not take into consideration the time it takes to get matched for IDP and the 4-weeks it takes to complete. The 4-weeks is dead-set. Unlimited mentor calls- sometimes, not many time slots are available. Schedule ahead of time. UI practice - not much opportunity for growth here, unless you ask your mentor to give you detailed feedback. Learning Material - there's a lot of Medium/online articles that are outdated and riddled with spelling/grammar errors. If a particular article doesn't help you to learn, then skip reading it and find another more recent article talking about the same topic/theme. Or, Springboard gives you access to LinkedIn learning. Use LinkedIn and YouTube to supplement your learning. Overall: It is what you make out of it. Don't waste time and money by taking too long on certain projects but don't skip out on doing your work thoroughly and paying attention to the material Springboard provides for learning.Read Less",UI/UX Design Career Track,UX/UI Design +278423,11035,springboard,Robert Lewis,False,2021,Data Science Track - More than just another online bootcamp!,2021-06-13,5.0,5.0,5.0,5.0,"I enrolled in Springboard's Data Science track with the intention of making a career transition from Growth Marketing to DS. Going in I had some prior experience with statistics, experimental design and a tiny bit of coding. Being such an enormously broad... Read More field, I had struggled trying to learn on my own before. Springboard is structured in a way that builds on concepts overtime, mostly in a logical progression, which really helped me see how everything 'clicked' together. On top of the course structure, the mentor calls were wonderful! My mentor was always able to answer any questions that I had and provided me with tips and more real-world scenarios to practice for future career prep. While I'm only a month out from graduating, my experience was extremely positive. I was a bit unsure being taught 100% online, however, I never felt left 'out in the cold.' There was always someone available to provide help any time I needed.Read Less",Data Science Career Track,Data Science and Analytics +278416,11035,springboard,Chloe Groth,False,2021,Launching Pad,2021-06-12,4.3,4.0,4.0,5.0,"I found the Data Analytics Career Track to be a worthwhile endeavor - it provided the tools and structure needed to formulate a good understanding of data basics. I felt confident in interviews speaking about what I learned, and there were projects that... Read More I could present to display my new skills. The best part of the whole experience by and far was the mentor component (1 call a week) and the career counselors. These live interactions helped me get motivated and helped to tailor the experience to what I needed to achieve my goals. Very happy to walk away with a new job and new skills!Read Less",Data Analytics Career Track,Data Science and Analytics +278399,11035,springboard,Marissa Vitols,False,2021,Best thing I ever did,2021-06-11,5.0,5.0,5.0,5.0,"Being at Springboard, having minimal experience in the STEM/data field, was a tough transition to make. But the staff and mentors there made me feel confident in my abilities, and were nothing short of always supportive. The curriculum was daunting at... Read More times, just because I had no prior experience. But with the support of the mentors and the many resources they give, I was able to complete everything in reasonable time.Read Less",Data Analytics Career Track,Data Science and Analytics +278375,11035,springboard,Avash Shrestha,False,2021,"Very detailed course structure with lot of support from the team ( mentor, career coach and student advisor )",2021-06-10,4.7,5.0,5.0,4.0,"Hi, My name is Avash and I am UX/UI Career track graduate. I joined Springboard in May 2020 and it took me a year to finish the course as I was working full time as well. The best part of this Bootcamp is that the courses are very detailed and you have... Read More projects in each good unit. The overall support from the entire team is overwhelming. Every week, we have a Mentor call, Career coaches who will help you with your resume, and even social media like Linkedin and your own website/blog. My student advisor Ashylynne Cochran was professional and quick to respond. I would recommend this Bootcamp 100%. If you are working 40 hours already and you decide to join this Bootcamp then investing 40hrs is a must if you want to finish the course within the stated time period else you might need to improvise with your schedule.Read Less",UI/UX Design Career Track,UX/UI Design +278372,11035,springboard,Dallin Gleed,False,2021,Great program!,2021-06-10,4.7,5.0,4.0,5.0,"The course was great! I liked that there was mentorship integrated into it. I got a mentor that I would meet with weekly and they would help you out. But in some of my cases, I would have a problem during the week and I couldn't reach my mentor. Luckily,... Read More Springboard has an unlimited mentorship where you can schedule to meet with one of their other mentor's whose main job is to help you out, and in some cases, you can see them as early as the same day. There is also a good slack community that can help you with feedback.Read Less",Data Analytics Career Track,Data Science and Analytics +278371,11035,springboard,Rafael Baring,False,2021,SpringBoard - Data Engineering Career Track,2021-06-10,5.0,5.0,5.0,5.0,"The experience with SpringBoard was great. The curriculum covers all the hot techs out there needed in real-life data engineering. Also, the amount of projects really makes you practice your skills to get sharp when looking for a position. But the biggest... Read More differential is the mentor calls. My mentor was great because he went beyond the scope of the program and gave me tips on real-life data engineering challenges. I highly recommend itRead Less",Data Engineering Career Track,Other +278282,11035,springboard,Philip Pomante II,False,2021,This experience opened up career opportunities that I otherwise would not have received.,2021-06-09,4.7,5.0,4.0,5.0,"I learned a large amount about data science including programming, visualization techniques, statistical methods and database querying. With such a large amount of information, I was not able to put everything I learned to use immediately. Overall, this... Read More program has been extremely beneficial as I have already received gainful employment.Read Less",Data Science Career Track,Data Science and Analytics +278276,11035,springboard,andrew stephens,False,2021,Amazing experience,2021-06-09,5.0,5.0,5.0,5.0,Springboard helped me transition from sales/marketing to data science. Knew nothing of programming beforehand and now feel as confident as a 5-year experienced programmer with the mindset of a statistician. This course will change your life for the better... Read More if you have the mental makeup to succeed at a high pace.Read Less,Data Science Career Track,Data Science and Analytics +278264,11035,springboard,Pavithra Navamani,False,2021,Good experience,2021-06-09,4.7,5.0,5.0,4.0,Springboard Intro Into Design course helped me to explore my interest for design and helped me with pursuing futher with that career. The curriculum is built with the ease of understanding. Highly qualified mentors to help the students with the learning... Read More process. They follow us throughout the course and gives us feedback.Read Less,Introduction to Design,UX/UI Design +278211,11035,springboard,Rachana Ravishankar,False,2021,Excellent course to enroll to learn how to use data to solve the business problems and improve process and performance!,2021-06-08,4.7,5.0,5.0,4.0,"Pros: lot of learning- the course has a curriculum that if applied, will be rewarding in the career. There is significant importance given to the correct understanding and execution of how to solve business problems with accurate use of data knowledge,... Read More SQL and Python along with analysis tools like Excel, Power BI and Tableau. Very interactive through springboard community and all the career coaches I have engaged with and my mentor were very encouraging while giving me honest feedback which was most important for me to improveRead Less",Data Analytics Career Track,Data Science and Analytics +278202,11035,springboard,Kora Feder,False,2021,I learned a lot,2021-06-08,4.7,5.0,5.0,4.0,"I just graduated. The best part of the program for me was the mentorship. The curriculum is great too, and challenges you to really dig into the concepts and use them in your own projects. This was worth the money and time for me, and I feel much more... Read More prepared to enter the field.Read Less",UI/UX Design Career Track,UX/UI Design +278029,11035,springboard,Ting Guo,False,2021,Great experience with Springboard,2021-06-05,5.0,5.0,5.0,5.0,"I completed the course in 7 months. It was such a satisfying experience with Springboard! The curriculum is well organized and they provide lots of hands on projects. I enjoyed learning from the instructor Colt so much! Also I feel blessed to have a good... Read More mentor. He is nice and helpful, always gives me positive feedback and keeps me motivated all the time. Springboard also provides professional career coaching support. I am confident to start applying for job now!Read Less",Software Engineering Career Track,Software Engineering +277936,11035,springboard,Nelson Borges,False,2021,Overall Great Experience.,2021-06-03,3.3,4.0,3.0,3.0,"I recently graduated from the Springboard Data Analytics career track, and I would rate it an 8 out of 10 stars. I would say if you don't think you're self-disciplined enough, or won't have the time to dedicate to your studies, then reconsider taking... Read More as most of the curriculum topics are hard and 6-months is a short timeframe to really learn them. However, the boot camp tries hard to set you up with the resources and mentorship needed to carry through.Read Less",Data Analytics Career Track,Data Science and Analytics +277927,11035,springboard,Michaella Phillips,False,2021,Great way to learn!,2021-06-03,5.0,5.0,5.0,5.0,"I have always been the type of person that learned best on my own. This format for a course really helped me in that it had many areas for me to work independently and at my own pace, while still working full time. I actually moved part way through the... Read More course and I did not feel bogged down even though I lost about 3 due to packing and moving to a new state. I also was sick for two weeks, so it is extremely doable to finish the course earlier than 6 months. I also really liked working with my mentor once a week. He helped me reframe questions and prioritize the material. Most importantly, my career coach for the class was exponentially helpful. I know I can handle the math and eventually I will get the coding down, but I know I get nervous in interviews and needed improvement in that area. She and the other mentors that interviewed me really helped to push me to be better.Read Less",Data Science Career Track,Data Science and Analytics +277878,11035,springboard,Richard Rosen,False,2021,Great course!,2021-06-02,5.0,5.0,5.0,5.0,This was a very good course to help me get ahead. The material was challenging but just what I needed. The instruction was well thought out and I am very happy with the course. I recommend this to anyone who is looking to advance their skill set and education.... Read MoreRead Less,UI/UX Design Career Track,UX/UI Design +277408,11035,springboard,Anonymous,True,2021,Top Notch Experience,2021-05-22,5.0,5.0,5.0,5.0,"I really liked the syllabus that covered topics that are essential for a data analyst role. The weekly mentor calls helped me to be on track with the course and the on-demand mentor calls were always a savior whenever I faced a roadblock. The mentors... Read More are all highly knowledgeable industry experts. And lastly, the carrier coaching also helped me to prepare confidently for upcoming job interviews. I would highly recommend any aspiring data analyst to take this course.Read Less",Data Analytics Career Track,Data Science and Analytics +277379,11035,springboard,Robert Temmerman,False,2021,Couldn't ask for a better online course experience.,2021-05-21,5.0,5.0,5.0,5.0,"Springboard provides a wonderful curriculum to help you prepare both as a designer as well as a professional job applicant and interviewer. They are serious about their process, have amazing support and I was put in touch with the best mentor I could... Read More imagine. My mentorship experience was the most important and he will be a friend for life based on our weekly conversations.Read Less",,Unknown +277229,11035,springboard,Bayanne Halimeh,False,2021,Great experience,2021-05-17,5.0,5.0,5.0,5.0,"The overall curriculum of Springboard was great, it provides the best knowledge and experience. At the end of the course I had a portfolio with 4 strong projects. Along with the technical experience of the curriculum is the career part. It prepares you... Read More in a professional matter to land your first job.Read Less",UI/UX Design Career Track,UX/UI Design +277044,11035,springboard,Eric Rivera,False,2021,Springboard's UX/UI Career Track helped me transition from Bartender to UX Designer,2021-05-13,4.7,5.0,4.0,5.0,"My experience with Springboard was overall really great. It is competitively priced and one of the longer boot camps out there (9 months). The self-paced model is definitely not for everyone, but it allowed me the flexibility I needed to continue working... Read More full-time as a bartender while learning UX and building my portfolio. The curriculum is compiled of articles created by Springboard and curated from around the internet, as well as exercises that build into capstones that can be utilized as portfolio projects. There are weekly calls with an industry professional mentor that help keep you on track and guide your learning. Additionally, there are periodic coaching calls to make sure your resume, portfolio, and social media are coming along with your course progress. This turned out to be a huge advantage as I had all the pieces to begin job hunting once I graduated. The mandatory mock interviews at the end of the course helped build my confidence and prepare me for the interview process, including salary negotiation, portfolio presentation, and whiteboard challenges- all of which I utilized in finalizing my offer. My experience with their customer service and student advising was always pleasant and prompt. One thing that really helped me get my offer was the IDP (Industry Design Project), where students are paired with a start-up and get the chance to work on real-life UX problems. From what I heard, this experience can vary depending on the company and team you are assigned to- for me it was monumental in gaining the necessary experience and having client-facing talking points during interviews. As previously mentioned, the self-paced model is not for everyone, and if you were to nitpick the curriculum, yes you could in theory find these articles on the web and teach yourself, but this model is good for those wanting a curated learning experience with real-life support. With the growing number of boot camps out there, I think it can be difficult to take the leap and jump in, and I recognize that there was a bit of luck that went into my success, but if you are curious about the field of UX and able to work hard to develop your portfolio, I think Springboard is worth looking into.Read Less",UI/UX Design Career Track,UX/UI Design +277043,11035,springboard,Ella Moyer,False,2021,"Challenging, relevant, and incredibly supportive. My experience with Springboard was everything I had hoped — and more!",2021-05-13,5.0,5.0,5.0,5.0,"Springboard’s mentor-led UX career track is so in-depth, engaging and challenging. I loved the content in the curriculum and the projects I had the opportunity to work on. I was set up for career success and landed a great job even before finishing the... Read More coursework!Read Less",,Unknown +277041,11035,springboard,Brandon Leyva,False,2021,A Good Foundation,2021-05-13,4.3,4.0,4.0,5.0,"The Springboard Curriculum was well put together and organized. I felt like it gave a good foundation for the key concepts that are needed to be applied to be a successful data analyst. The community and mentorship were helpful as well. My one desire... Read More is that the program would have been more rigorous. There were too many ""fill in the blank"" assignments or assignments with explicit instructions that didn't encourage the kind of critical thinking that is necessary to excel. Overall, I think it gave me a decent foundation, but I still left the program feeling like I still had a LOT to learn.Read Less",Data Analytics Career Track,Data Science and Analytics +277008,11035,springboard,Anonymous,True,2021,Course filled in the gaps for what I didn't learn in undergrad/grad school,2021-05-12,5.0,5.0,5.0,5.0,"As someone who graduated from undergrad with a biochem degree, almost no coding experience, no relevant projects to showcase on my resume and no idea of how to get a job, the Data Science course and whole package accomplished what it said it would: I... Read More got a job in data before I even finished the course. That being said - it took me an entire year to finish (as I started a Master's in Statistics about halfway through), but spreading the coursework out over a long period of time and having time to process the concepts was invaluable. While I wouldn't say Springboard is an easy fix to get a job ASAP, it was incredibly transformative overall for my career and approach to learning in a positive way. It has helped me learn more efficiently in grad school by focusing my learning on industry relevant things. Make sure to develop a good relationship with your mentor and utilize on-demand mentors frequently to get unstuck when coding new concepts.Read Less",Data Science Career Track,Data Science and Analytics +276905,11035,springboard,Geraldo Gomes,False,2021,Awesome experience,2021-05-10,5.0,5.0,5.0,5.0,The curriculum and the mentorship are amazing. I got an offer less than 1 week after I graduated. I learned both FrontEnd and BackEnd skills that I will use every day on my new job and I feel confident that I can do a good job even though it will be my... Read More first job in the field.Read Less,Software Engineering Career Track,Software Engineering +276803,11035,springboard,Anu Verma,False,2021,Springboard taught me to become a better Data Analyst,2021-05-08,4.3,5.0,4.0,4.0,Pros - Learning the exceptional skills and knowledge to become a better Data Analyst - Career coaches immensely helped me improve my resume and LinkedIn profile that has generated so many messages from recruiters - Mock interviews have helped me build... Read More the confidence to succeed in real-life interviews - I feel confident in problem-solving in a structured manner - Weekly mentor calls are absolutely helpful - calls are unlimited if you need it - A lot of resources are given to help you prepare Cons - Spending more time on choosing datasets for the capstones - Not having enough examples on how we should be presenting our capstonesRead Less,Data Analytics Career Track,Data Science and Analytics +276766,11035,springboard,PaJai Vang,False,2021,Springboard helped build confidence during my career transition.,2021-05-07,4.7,5.0,4.0,5.0,"I just completed the program yesterday and will begin my job search with a career coach. I was making a career transition from customer service and currently have a BA in graphic design. I was lost trying to figure out what I can do with my design skills... Read More and found Springboard's UX/UI Design Career Bootcamp. I was convinced when I saw all the benefits: job-guarantee, 1:1 mentorship, industry-led curriculum, and also the amazing low cost. I don't regret it one bit. Thanks Springboard!Read Less",,Unknown +276761,11035,springboard,PaJai Vang,False,2021,Springboard was effective in getting me ready for a career transition.,2021-05-07,4.7,5.0,4.0,5.0,"The knowledge I’ve gained within the three projects I undertook, makes me confident about my success within the UX industry. It took me awhile to get use to the self-pace but student advising and my mentor helped me create a schedule to stay on track.... Read MoreRead Less",,Unknown +276658,11035,springboard,Richa Sethi,False,2021,Helped me with my career transition into data science,2021-05-04,4.7,5.0,4.0,5.0,Pros: - Curated program that gives a great structure to your learning - Invaluable 1:1 mentoring sessions with industry experts - Best in class career coaches who help you get job ready - Lots of opportunities to network with present students and alumni... Read More - Highly responsive staff members Cons: - Not all the topics are in depth; one needs to use other resources to get a better understanding of the subjectRead Less,Data Science Career Track,Data Science and Analytics +276648,11035,springboard,Kevin Tran,False,2021,Springboard Data Analytics Career Track - Good experience to add to a Resume,2021-05-04,4.0,4.0,4.0,4.0,"The Data Analytics Career Track overall was a great experience that helps you get your feet wet in data analytics, presentation, and cleansing including many other skills that are great things that you can add to a resume. I studied Economics and IT in... Read More college and when going through the earlier units in this course, I felt that they were repetitive for me. For the SQL and Python units, I learned a lot of things that were good to know but not necessarily will be helpful to a data analyst job and for Python specifically, I felt that more practice would have been great to have since some people experience trouble with learning coding.Read Less",Data Analytics Career Track,Data Science and Analytics +276634,11035,springboard,Angad Pfuetzner,False,2021,A great,2021-05-03,4.7,5.0,5.0,4.0,The springboard data science career track has a great curriculum that I feel really prepared me for my job hunt. The career coaches are great and really help nail down your resume and linkedIn profile to ensure you have the best chances at getting a job... Read More after completion.Read Less,Data Science Career Track,Data Science and Analytics +276567,11035,springboard,Anonymous,True,2021,Good Quality for Price,2021-04-30,3.7,4.0,4.0,3.0,"I took the Springboard UX/UI course full time and finished in 6 months. I was able to do the course for under $6500, which is amazing considering everything I learned and how much other programs charge. One thing I liked about Springboard are the IDP,... Read More which is a mini-internship at the end of the course where you have a chance to team up with other Springboard students and work for a real client. Another thing was the Hiring Manager Reviews, which are new. Hiring Mangers from the industry now review your projects and rate them in great detail. It's really helpful to get their feedback.Read Less",UI/UX Design Career Track,UX/UI Design +276548,11035,springboard,Jazmin Sifuentes,False,2021,I enjoyed my experience!! I would totally recommend this course to anyone I know!,2021-04-29,5.0,5.0,5.0,5.0,"I can honestly say that I learned so much throughout this course in 6 months versus my 4 years at a state college. If you're looking for a bootcamp to become a designer this is the course! The curriculum was easy to follow and not confusing whatsoever.... Read More My favorite part was the IDP, it was challenging but overall an amazing experience. Thank you Springboard!Read Less",UX Career Track,UX/UI Design +276509,11035,springboard,Ulku Kurt,False,2021,Very good experience,2021-04-28,4.7,5.0,4.0,5.0,"First of all, course advisors, mentors, and career coaches were great. I really liked the support from advisors, because I was working from home and taking care of my children while doing homeschooling because of the Covid19, they really helped me by... Read More understanding the situation and gave me the necessary time and courage to finish the program. Career coaches were great. They gave so strong advice for the career path. Mentors were very good and gave very strong technical feedbacks and advice for projects and make you think about what can be next. I have some negative opinions with course sources but positive opinions are higher than negatives. Overall I am very pleased about attending the course. I could have not learned the data science subjects in this kind of limited time by myself. I am glad I participated.Read Less",Data Science Career Track,Data Science and Analytics +276475,11035,springboard,Michael Miller,False,2020,Springboard UX/UI Bootcamp Completion,2021-04-27,4.3,4.0,4.0,5.0,"My experience with Springboard was extremely educational and balanced. Heading out into the working world, I feel prepared with all of the knowledge and tools that I need to stand out amidst the crowd and am confident I can find the job that I want. Overall... Read More I think Springboard is a wonderful program and well worth the time spent. However, it should be known that I found the estimated time to complete the course to be far from reality. I was told it would take 9 months at 3hrs/day of school work. However it took me close to a year at around 5-8 hours/day to complete all of the assignments. I think the timeline to complete the curriculum is dependent on several factors, including your mentor's dedication to your learning, the complexity of capstone projects you choose and your experience with design when entering into the program. In retrospect I would suggest anyone considering this course to expect to spend at least twice as much time getting through it. Additionally, it helps to have a base knowledge or working experience with design when starting the curriculum, though it's not necessary, it'll save you a lot of time. Lastly, the mentor you're paired with is crucial to your success. I was lucky that my mentor was willing to go above and beyond our weekly 30min call times. If it wasn't for my mentor taking more of a teaching role I would not have been as successful or feel as prepared as I do now. Though unlimited mentor calls are available, it is difficult to receive consistent and actionable feedback from multiple people who haven't been following your learning process from the beginning. Luckily it seems that Springboard hires mentors that are dedicated to their student's success.Read Less",UI/UX Design Career Track,UX/UI Design +276440,11035,springboard,akanksha kikani,False,2021,Best way to invest time and money,2021-04-26,5.0,5.0,5.0,5.0,"I sign up for the UX design track in August 2020. This is a 6 monthly course and needs to give 25 hours every week for study and lots of readings. The beginning of this course was overwhelming for me as there were so many theories, articles, and mini... Read More assignments. But once you start the capstone projects, it all seems to be very helpful in the project. 1:1 mentor call was the major thing I chose this course in Springboard over other boot camps available for UX design. Also, unlimited mentor call availability was very helpful during capstone projects and presentation preparation. Follow all the steps and trust the process. Prior to joining Springboard, I didn't know how to approach recruiters and talk to them. Now after finishing this course, I have more than 500 connections in LinkedIn and connected with many UX designers who work in the industries that motivated me to be the best UX designer one day. Thank you Springboard!Read Less",UX Career Track,UX/UI Design +276385,11035,springboard,Michael Weyrich,False,2021,"Data Analytics Career Track was a challenging, but rewarding experience to work through.",2021-04-25,5.0,5.0,5.0,5.0,"I spent about 6 months working through the data analytics career track, where I developed technical skills in advanced Excel, Tableau, Power BI, SQL, and Python techniques. The course also develops skills in problem solving, presenting to different audiences,... Read More and networking. Pros: - 1 on 1 mentor support - support team for when you get stuck on assignments - structured curriculum that shows progress - work at your own pace - networking/job search support team upon completion - job guarantee Cons: - significant time commitment - I found the Python unit to be a difficulty spike in the curriculum (I've received feedback that the Python unit is getting some restructuring, note: this is my personal opinion)Read Less",Data Analytics Career Track,Data Science and Analytics +276273,11035,springboard,Delmar McDonald,False,2021,Very good experience.,2021-04-22,4.3,5.0,4.0,4.0,"Great curriculum and mentor support. I learn skills i could use immediately in my current role as a supply chain analyst. I would recommend this course to anyone who is trying to break into the data world. I wish the course had more excel related exercises.... Read More Apart from that, great course.Read Less",Data Analytics Career Track,Data Science and Analytics +276242,11035,springboard,Truc Nguyen,False,2021,Data Analytics Career Track,2021-04-21,4.7,5.0,4.0,5.0,"The training is intensive with case studies and 2 capstone projects. I learned analytics and visualization tools in Excel, Tableau (or Power BI), SQL, Python, also I had chance to review finance, economics and statistics. I worked with my mentor weekly,... Read More and career coach bi-weekly. Also, I can have chance to use unlimited mentor access to contact mentors anytime during the week. My student advisor was very supportive, and the slack channel was helpful to help me catch up with the training. In sum, it was a great experience joining in the Data Analytics Career Track program with Springboard.Read Less",Data Analytics Career Track,Data Science and Analytics +276230,11035,springboard,Dan Hammond,False,2021,Affordable and career forward,2021-04-21,4.3,4.0,4.0,5.0,"The ability to work at your own pace was amazing. They give you a ton of help and resources to get you a job. It wasnt just about UX design it was how to get a job in UX. Their career coaches and mock interviews, and resume help was a huge game changer.... Read More Be aware that the timeline to finish earlier than 9months may be a little off. Some of the projects at the end of the course take longer than I anticipated and pushed my graduation/completion back 1month. So plan extra time at the end for that.Read Less",UI/UX Design Career Track,UX/UI Design +276187,11035,springboard,Grace Tang,False,2021,"The one-on-one mentorship programs is amazing, but the curriculum can feel a bit disjointed at times.",2021-04-20,4.7,5.0,4.0,5.0,"Springboard is one of the more affordable data science bootcamps ($7500 upfront cost, compared to $10k or even $18k in some other bootcamps). They're able to do this by not having in-person lecturers. The curriculum is completely online, self-paced. Much... Read More of the curriculum is actually videos and articles from other online resources (see ""Cons"" below). But they make up for this by their mentorship program (see ""Pros"" below). On the surface, this looks like a really good deal--it's cheaper than other bootcamps, it's self-paced, and you get a tuition refund guarantee if you don't find a job within 6 months of graduating. However, in practice, when you have a 6-month deadline (instead of in-person classes with an instructor to keep you accountable on a daily basis), it can be really easy to fall behind. Fortunately Springboard has a number of student advisors and other support staff who can help with setting a schedule for you to follow and giving you extensions (both of which I've used). But I think the people who can best thrive in this kind of program are those who can set clear goals for themselves on a weekly basis, in spite of all the other things going on in their lives. I had a lot of trouble balancing my bootcamp assignments with my daytime job and family obligations (your job and familial needs will feel very immediate while the bootcamp feels less urgent because of the 6-month deadline), and I quickly fell behind and needed extensions. This might all sound very obvious, but it's something that I and others I know often overlook. If you're not the kind of person to set hard deadlines for yourself, don't do a self-paced bootcamp. But if you are, and you don't mind not having an in-person instructor, then Springboard is for you. Pros: The mentorship program is the highlight of this bootcamp. Every student is matched with a mentor who they meet with once per week, 30 minutes at a time. You can also schedule additional unlimited 1:1 mentor calls with any mentor that's available, but I've found my weekly mentor to be the biggest help. I was able to ask my mentor for guidance on capstone projects, discuss questions I had about the mathematics behind certain algorithms, and ask for career advice (they are people in the industry, so they have insight on the field and job searches and whatnot). Springboard also has career coaches to help us with job searches, but it's still helpful to hear directly from the mouth of a person in the industry. Cons: Much of the curriculum is material that you can find on your own online (like articles on medium.com). Springboard organizes it all into a nice package for you, with many of their own project assignments sprinkled throughout, but this can make some of the material feel disjointed since it's a conglomeration of many different sources put together. Springboard goes through many updates with their curriculum though, so they've been making improvements to their assignments and curricula. To sum it up: you get what you pay for; Springboard is one of the more affordable bootcamps, but they're able to keep the price low by not building their whole curriculum from scratch and instead using other resources already available on the web.Read Less",Data Science Career Track,Data Science and Analytics +276074,11035,springboard,Jon Kim,False,2021,Learned a lot! Great value!,2021-04-19,4.7,5.0,4.0,5.0,"I did a lot of research before finally deciding on Springboard's UI/UX Design Career Track. The deciding factors for me were the flexibility of the self-paced curriculum, mini internship (industry design project), and the reasonable tuition. Overall,... Read More the program was paced well and covered a lot of material (both theory and practice). I finished the course with four projects on my portfolio website and tons of practical advice from career coaches (salary negotiation, portfolio/resume critique, networking, LinkedIn help and more). The required mock interviews also gave me a sense of how ""real"" UX interviews would be conducted. As with any new experience, it is what you make of it! Put in the work and utilize all the available resources! If you decide to apply, here is a referral link for a nice discount! https://www.springboard.com/invite/BFH8MRead Less",UI/UX Design Career Track,UX/UI Design +275983,11035,springboard,Christiane Harris,False,2021,"Awesome mentorship, decent curriculum, hands-on learning",2021-04-17,4.0,4.0,3.0,5.0,"Pros: It was very helpful to learn skills hands-on by starting the capstone project so early in the course, then slowly working on it for a couple months as each skill is learned. My mentor was particularly amazing (gave thoughtful, expert, challenging,... Read More and encouraging feedback), which made every penny worth the course. I hear most mentors are great, though I'm sure experiences can vary a bit. Career coaching has been fantastic across the board. Cons: My main small complaint about the course is that most sub-projects are still fairly large/involved, but there's not much bite-sized practice beforehand. Everything (for the most part) goes straight into the capstone (until the next big project). Since the capstone will be displayed in the portfolio, it can be easy to spend inordinate amounts of time working on (and stressing about) making the very first attempt at each assignment ""perfect,"" or ""impressive."" Recommendation: Schedule at least one extra mentor call each week, whether you have questions or not. Extra mentor calls can help you stay on track and know when your work is ""good enough"" to move on.Read Less",UX Career Track,UX/UI Design +275965,11035,springboard,Jimmy Ma,False,2021,Great Course!,2021-04-17,4.7,5.0,5.0,4.0,"Springboard was definitely a great way to equip me with the necessary knowledge and tools to pivot my career to UX design. The curriculum is a good combination of articles and videos. These resources paired with a mentor really help me through the course.... Read More It's daunting to start something that you're unfamiliar with and try to find a career in it, but Springboard gave me confidence to follow a career path that valued putting people first. I definitely recommend this course.Read Less",UI/UX Design Career Track,UX/UI Design +275934,11035,springboard,Anna Poruks,False,2021,Thankful for a solid foundation in UX!,2021-04-16,5.0,5.0,5.0,5.0,"Springboard's UI/UX Career Track program was the perfect solution for a career changer like myself! The curriculum was very in-depth and easy to follow without being overwhelming. I also really liked the UI exercises sprinkled throughout the course to... Read More help me learn and polish my visual design skills. I took this course full-time and completed in around 9-months - although I definitely had a little bit of a learning curve coming from a non-design background, potential enrollees please be advised that this course is a hefty one and a huge commitment! However, with all of the mentorship, advising, and support that Springboard provides, it is up to you to make the most of it :)Read Less",,Unknown +275905,11035,springboard,Benjamin Wooten,False,2021,"Fantastic Course, Legitimate!",2021-04-15,4.7,5.0,4.0,5.0,"Springboard offered me a much more intensive and personalized experience than other Bootcamps offer. I had a wonderful mentor relationship, and an overtly helpful career coach throughout. The curriculum will teach you about the design process, and the... Read More projects will help you sharpen your skills with design tools.Read Less",UI/UX Design Career Track,UX/UI Design +275865,11035,springboard,Anonymous,True,2019,A great prep course!,2021-04-14,4.3,4.0,4.0,5.0,"Was a really thorough prep course, and definitely prepared me for the data science track. The only draw back was I wanted to spend more time doing the optional activities than the mandatory ones, and I kept ending up down a rabbit hole researching things!... Read More Definitely got me interested and gave me a solid start.Read Less",Data Science Career Track Prep,Other +275795,11035,springboard,Jason McGinty,False,2021,Great program for self-motivated individuals,2021-04-13,5.0,5.0,5.0,5.0,"The biggest pro for me was the self-paced, very independent curriculum. I was working full time when I started the program, so it was nice to be able to work through the curriculum at my own pace rather than having a set schedule. Weekly calls with a... Read More mentor are very helpful in checking up on progress and making sure any questions you have along the way get addressed. My mentor was very knowledgeable and thorough in his explanations of any questions I had. I found the projects and assignments more helpful than the videos. I typically learn things best by doing them rather than hearing about them, so often I would still be lost at the end of the videos and then figure things out while doing the assignments.Read Less",Software Engineering Career Track,Software Engineering +275775,11035,springboard,Allen Wang,False,2021,Great Resources,2021-04-12,4.7,5.0,4.0,5.0,The curriculum is as expected but what surprised me about the course is the amount of knowledgeable peers and basically unlimited access to peer and mentor resources. Career coaches are also super helpful and guide you in every step along the way of your... Read More job search.Read Less,Data Science Career Track,Data Science and Analytics +275757,11035,springboard,Erin Gjefle,False,2021,Overall a good program for new designers,2021-04-12,4.0,4.0,4.0,4.0,"I enjoyed this course, and would recommend it with two big pieces of advice. Make sure you are self disciplined and that you manage your time well. The course has a lot of really informative and inspiring content, but you won't get the full benefit of... Read More you aren't committed. I learned a lot and am excited to keep learning and refining my skills based on this experience.Read Less",UI/UX Design Career Track,UX/UI Design +275739,11035,springboard,Mohammad KA (Casey) Khan,False,2020,Wonderful way to learn data science,2021-04-11,4.7,5.0,4.0,5.0,I wanted to learn data science so I could better manage product using different ML algorithms. The hands on approach gave me good insights into how to approach my product builds. Working with the mentor was the best part because I could discuss real life... Read More scenarios rather than some hypothetical situation.Read Less,Data Science Career Track,Data Science and Analytics +275677,11035,springboard,Anonymous,True,2021,A great way to springboard myself into the industry,2021-04-09,4.7,5.0,4.0,5.0,"After graduating from University, I realized that it was time to switch careers. Yes, I did not enjoy what I was doing in university but it's never too early or late to switch into something I'm passionate about. The pros: The 1:1 mentorship call was... Read More the deciding factor to why I chose Springboard over other bootcamps. I have always wanted to have someone guide me and become my mentor. The 1:1 calls helped me learn so much from the perspective of an experienced designer. He pushed, challenged, and guided me to being the designer I am today. Without the help of a mentor, I would've struggled. All of my questions about design were answered by my mentor and now it's engrained into me. The Springboard community (people who work there aka. community managers, career coaches, and student advisors) are very supportive and is always wishing the best for you. I learnt so much within 6-7 months. The cons: In the very beginning, I underestimated the amount of work that would go into this program. It took a lot out of me and there were multiple times I burned out. I put a lot of importance in the Industry Design Program and I was disappointed. Most companies that you get matched up with probably would not use your designs at the end (I know some students have had their designs implemented). This all comes down to the company as most do not have the financial budget to hire someone to implement your designs. But maybe they will in the future. Besides the IDP, I noticed that sometimes the Springboard community of other students communicating with each other is quite dead silent. People in the beginning were very active and now it's like there are crickets in some channels. Overall, I would recommend Springboard as they do a great job preparing you to become a designer and to find a job! Other programs don't seem to stress the job phase as much as Springboard and I love how it gets me out of my comfort zone.Read Less",UI/UX Design Career Track,UX/UI Design +275651,11035,springboard,Anonymous,True,2021,Springboard; Best Decision Ever.,2021-04-08,4.7,5.0,5.0,4.0,"I just completed my UI/UX Design course and couldn't be happier. The journey was a bit challenging as I was changing my career, but Springboard mentors and advisors' continuous support made it smooth for me. If you are in the same boat as me and want... Read More to excel in your career, I advise you to look no further and choose Springboard. Best of luck.Read Less",UI/UX Design Career Track,UX/UI Design +275607,11035,springboard,Braden Bullock,False,2021,Great overall experience where I was able to learn lots and prepare to enter the job market.,2021-04-07,5.0,5.0,5.0,5.0,"Overall I had a very good experience with Springboard. Their curriculum is very thorough and provided a great knowledge base to work with in future careers and internships. Springboard provided a company through which I was able to start an internship... Read More that has the potential of turning into a future employment opportunity which has been really nice. My mentor was very helpful and provided great feedback in our weekly calls. The curriculum was a little light on the 'UI' portion of the UX / UI Design program which was sort of disappointing. Other than that, everyone that I have interacted with at Springboard has been very helpful and knowledgeable. I completed this program with an average of around 30 hours a week in 6 months. Be aware that if you do choose to do the internship that they set you up with, that will take a month to complete so make sure to schedule that in.Read Less",UI/UX Design Career Track,UX/UI Design +275590,11035,springboard,Jay-Ce Heisig,False,2020,"Former English Teacher, Humanities Undergrad, Now Employed in Data Role",2021-04-07,4.7,5.0,4.0,5.0,"I enrolled in Springboard’s Data Analytics Career Track upon completing a two-year contract with Teach For America. I always had an interest in data but never felt confident in acting on it until I had to figure out my next step after teaching. I studied... Read More international relations and communication/writing in my undergraduate career so had no formal quantitative experience upon applying. From the moment I applied to Springboard, everything was incredibly professional and straightforward. In fact, after submitting my application, a recruiter called me within 5 minutes to talk about my interest - completely opposite of another boot camp I was considering who didn’t even contact me despite confirming an appointment. This quickness made me think they were desperate, but the recruiter wasn’t pushy but friendly and even gave me an informal interview to make sure I was someone who really wanted to sign up. After that call, I was required to take a roughly one-hour long quantitative aptitude test to further verify that data analytics was a path I could reasonably pursue. I mention this because I was worried that I would fall trap to simply enrolling into a program that took anyone and everyone who signed up. In truth, I’m not sure if they decline students from enrolling either way, but I felt confident that this interview and assessment were evidence that they were at least slightly selective in their admissions process. Curriculum The curriculum is mostly a curation of online resources. These resources come from YouTube videos, articles, and other websites related to business and data analytics. A couple of units are specifically dedicated to business education like economics, financial analysis, statistics, accounting, and other business fundamentals. The cycle of the projects also follows that of a typical data analyst workflow, somewhat similar to the scientific method in crafting a hypothesis, gathering data, exploration, etc. I found these concepts helpful as I was someone who steered away from anything business-related up to that point; I simply had no interest back then. Most of the projects simulate a real-world project utilizing the things you learned earlier in the unit. These are not typically from online resources and are created by Springboard. Given that I don’t have real-world experience with these kinds of projects, it’s hard for me to stack them up against practicality, but they tended to help structure my capstone projects which require you to make up your own project and find the data for it, so it was helpful in that regard. Otherwise, sometimes the projects were poorly worded and it could be slightly cumbersome in finding out exactly what you were supposed to do. But these were usually minor and you could always clarify with your mentor or other students about the assignments and get clarification. They also release new versions of the curriculum to improve a particular assignment, section, or even whole unit based on student feedback so they really try to be responsive to what’s working and what’s not for students. Towards the final stages of the curriculum, you’re required to do a series of interviews that would mimic a real interview you would get. For example, you do a behavioral interview, a presentation interview in which you create a presentation from a project in the course and give that presentation as if you were “working” for the organization, and a technical interview in which they ask you questions about statistics, business, SQL, or whatever else might come up in a real technical interview. Your career coach helps you prepare for these, mostly the behavioral ones as they aren’t data specialists themselves but you can also do preparation with your mentor to prepare for these. They are pass/fail. You’re given a couple of opportunities to pass it but if you fail too many times then you have to redo a couple of units I believe. At first, I found this kind of scary, but the pressure it adds to those interviews is really helpful in simulating what it will be like when you’re doing real interviews. They tend to be anxiety-inducing, you’ll be nervous, and the stakes are higher. The fact that they try to build this pressure into these mock interviews was pretty cool now that I reflect on it. At the time I didn’t think it was that cool! But if you’re someone who struggles with interviews, these mock runs are helpful not only in getting practice but also feedback from those interviewers. They go into detail about how you could do better or other things to think about when you get to a real interview. Mentors and Community Each student is assigned a mentor who is a data analyst/scientist in the field. You have weekly calls with them and they’re mostly there to guide you through the curriculum but you can always talk to them about other things like job searching or how they use tools/techniques in their own jobs, etc; at least my mentor was open to talking about whatever. I hadn’t ever come across anyone who had a bad experience with their mentor, but it doesn’t mean it doesn’t exist. My mentor was incredibly relaxed, easy to talk to, and helpful when I needed help in the curriculum or needed encouragement on something I found difficult. One thing that made me like my mentor more was also his ability to sometimes question minor details in the curriculum. I appreciate someone who can point out weaknesses in something even though they’re part of the organization itself. It let me know that this person I was assigned to by Springboard wasn’t necessarily a 100% kool-aid drinking member of the club, but an independent person who, though still agreed the curriculum was a good one, was capable of sometimes saying “well I’m not sure I would do it that way but it’s valid.” Upon being accepted into the program, you are also invited to the Slack channel for your specific course. This is where you can communicate with other students in the course who are all at different stages of the curriculum, though you do have a channel for people who are in your specific cohort. There are also Springboard faculty in the channel as well, including a person who helped write the curriculum. They are really helpful in clarifying kinks in assignments or helping students who are having a difficult time on something. There are also various channels for different types of things like job searching, motivation, resources, recorded lectures, and all types of things. Throughout the curriculum, you also have career units in which you learn strategies about job searching. You’re also allowed to choose a career coach, who appears to be contracted with Springboard (I could be wrong about this) to provide 30-minute coaching sessions. These range from resume critiques, to mock interviews, to general strategies, to sharing resources, and really anything that they feel would be helpful to you. You also aren’t required to stick with one career coach, you can always select from a whole list of people at any point and they have descriptions of their background to give you a sense of what to expect. I stuck with the same one the entire time because I didn’t feel the need to talk to a different coach. The Job Search The job search process was not a totally pleasant one, as anyone who has gone through it can attest. But my career coach and the Springboard community in Slack were really helpful. You could see where other people were struggling as well and my career coach would always give helpful suggestions or resources to help in my search. I applied to a little over 90 jobs and had 3 total interviews. Again, I don’t have any kind of formal background in data, business, or STEM besides the Springboard certificate and some projects to showcase my aptitude, so I felt that that was a bit of a barrier for me. Despite this, I did get a job! A friend of my partner referred me to a role at her company which landed me the interview. My career coach did a mock interview with me, reviewed Google Docs that I drafted interview responses to, and answered any other questions I had during the process. I can honestly say my experience in the boot camp really gave me a leg up. They loved that I had that experience and projects to show for it. During the final round of interviews for this role, I had a technical assessment and didn’t do too hot on it, but I was able to redeem myself by talking intelligently about my projects in the course. I think this made me come across as someone who understood general concepts and use cases for specific things and even if I lagged on the technical assessment, I was someone who could get better quickly. My title isn’t “data analyst” but “marketing specialist.” Much of the role is data related though and even though some of it isn’t, it allows me to use skills that I’ve built over the years in undergrad and as a teacher so I’m not 100% shifted into a totally new technical profession. The other roles I interviewed for were pure data analyst jobs though. I made it to either the final or next to final rounds in those interviews and made some mistakes that I think cost me the job. You learn from these though, and your career coach will help you diagnose what happened and how you can do better the next time. I finished the course in mid-November and just recently got a job offer on March 29, so a little over 4 months after completing the course. Another cool thing that Springboard offers is post-completion assistance. You’re allowed to meet with another mentor who can help you be accountable for keeping your skills alive and building more projects to showcase to prospective employers. You have access to this mentor until you get a job and can be really helpful when you complete the course and then start to find that your skills are slipping. A Potential Downside One potential downside to this track might be the curriculum. Though this downside is innate in the way the course is structured. It’s set up as a part-time, 6-month learning experience. They want you to get familiar with a wide range of tools that you could potentially use in a data analyst job, mostly the more popular ones as there are TONS of tools that you could potentially use in the field. In this regard, there’s more breadth than depth in the things you’ll learn. They are still helpful. After a unit and a project, you can honestly say that you’re proficient in that tool or concept. You’ll also learn that each tool could be its own 6-month course. If you haven’t used Microsoft Excel professionally before, or maybe you have, you find out that Excel is more powerful than what you were familiar with. This was the case for me anyway. I’m not sure that any boot camp can really overcome this downside though when the curriculum itself is designed to be completed in a relatively short period of time. You might become interested in diving deeper into a tool after completing a unit on it, but have to move on to the next tool introduced in the next unit. This is just part of being in tech. I recommend seeking other online resources if you become really interested in getting better at a particular tool. However, I still believe, along with many other practitioners, that the curriculum is still helpful in allowing you to understand the essentials and then get a job with them. In Conclusion I think the number one thing that you get out of the course is structure and community. Of course, you could learn everything in any boot camp online for free, but you to be someone who can muster the discipline and structure to stick to it long-term. I have a habit of constantly looking for new resources to learn from, even after finding what seems like a good one, I’ll complete half of it and then start looking for something else. Springboard’s curriculum allowed me to stay on course and I trusted that what they put in front of me was going to be helpful in learning and ultimately getting a job. The frequent connection with my mentors, career coach, and other students was really helpful in knowing that I wasn’t alone. It gave me a psychological edge in that someone I was meeting with at the end of the week was expecting me to complete assignments and be able to discuss them. This was a total career pivot for me and, so far, I’m glad that I did it. I welcome any questions about my experience and the program!Read Less",Data Analytics Career Track,Data Science and Analytics +275577,11035,springboard,Purevdulam Gansukh,False,2021,"Mentors, advisor and career support",2021-04-07,4.7,5.0,4.0,5.0,"I have recently completed the DAC and loved Springboard for its mentor, career and advisor support. Have 1:1 weekly call with your mentor to guide you on your project and they also offer with on demand mentor support if you feel stuck on a code/task.... Read More Also, their career coach was very helpful, esp. because they are specialized in tech.Read Less",Data Analytics Career Track,Data Science and Analytics +275537,11035,springboard,TAYLOR MYERS,False,2021,I was on the fence reading these too...,2021-04-05,4.7,5.0,5.0,4.0,"I just compleated the Springboard course and have to say, I have never made a better decision in my life! 9 months ago I was laid off from my service industry job, wondering what direction I wanted to take my life. Now, I have a full-time position as... Read More a UX/UI Designer making almost three times the amount I did previously. I use the skills that I acquired from Springboard daily (in addition to all the great resources they provide.) The curriculum is fantastic, the mentors are top-notch, and the community support is second to none. I will say that if you do not have professional experience working on teams, giving demos, networking and doing a lot of writing, it could be a bit challenging. Overall, I could not recommend this program enough!Read Less",UI/UX Design Career Track,UX/UI Design +275535,11035,springboard,Jiayi Ruan,False,2021,Open the door to UX,2021-04-05,5.0,5.0,5.0,5.0,"I'm a communications design student who wants to dive into UX. My 11 month Springboard journey is consider awesome. My mentor has a strong background who had work in Apple, Oracle and now Facebook. She lead myself into the UX and I'm really appreciated.... Read More Springboard also gives me 6 extra months for free, I truly thankful for every advisors, mentors and career coaches there. Even though is online, the Slack community and weekly call still connect me and everyone else together. I also make lots of UX friends here and we always discuss about projects. It's a great experiences. I know it's just a start, but Springboard gives me lots of resources, platform and real-world experiences. I highly recommend study here.Read Less",UX Career Track,UX/UI Design +275527,11035,springboard,Hillary Nicoll,False,2021,Great certification experience!,2021-04-05,5.0,5.0,5.0,5.0,"The data analytics career track was a great program. Overall the curriculum is well designed it is easy to keep track of your progress. I loved that it was a self-paced program, but that it needed to be completed within 6 months, kept more accountability... Read More on it. The 1:1 mentor component was why I chose this program, and it was definitely one of the key factors in making the program so valuable. Having a student advisor that you could also schedule meetings with and email was very helpful in keeping motivated through the course. They have a slack community and office hours that makes it feel like you're not working alone even in a remote environment. The inclusion of a career curriculum helps to set you up for the best possible job prospects after the program. Overall great value and I feel prepared to begin job searching!Read Less",Data Analytics Career Track,Data Science and Analytics +275483,11035,springboard,Duy Dao,False,2021,Great course!,2021-04-04,5.0,5.0,5.0,5.0,"This was a really great course where they outlined the curriculum professionally. I definitely learned a lot about Advanced Excel functions, Data Visualizations, SQL, and Python. The mentors were very helpful. They have a unlimited mentor call system,... Read More where you can contact your mentors whenever you need help or are stuck on the course.Read Less",,Unknown +275457,11035,springboard,Zoe Pepi,False,2021,Great experience,2021-04-02,5.0,5.0,5.0,5.0,"I just finished the program and couldn't be happier. I can apply for jobs with a portfolio of 4 projects, including 1 with a real-life company. The 1:1 calls with my mentor were a big help. They were there to support me every step of the way throughout... Read More the course.Read Less",UI/UX Design Career Track,UX/UI Design +275456,11035,springboard,Emine akbulut,False,2021,Good enough,2021-04-02,4.0,4.0,4.0,4.0,Generally it was good and supportive And good quality. But i think curriculum is little bit hard to finish in time . I mean it should be little bit improve however it is high quality . My mentor and carrier coach were very helpful and they has high experience... Read More and knowledge.Read Less,Data Science Career Track,Data Science and Analytics +275432,11035,springboard,Cybele Wu,False,2021,The program provided me with necessary skills to be provided on the job,2021-04-01,4.7,5.0,5.0,4.0,"Prior to Springboard, I had no design tools skills. I came from an academic environment and am transitioning to a design-research role. The mentors provided me with guidance and practice to succeed in using the tools and approaches. Coaches provided me... Read More with a guide to begin my career search. Overall I am very pleased with the experience I experienced. I would say that some aspects might more attention, such as whiteboarding (for those that are new to the design field interviewing. However, I did receive sound guidance to move past it and to finish strong.Read Less",UI/UX Design Career Track,UX/UI Design +275416,11035,springboard,Miwa Couweleers,False,2021,Worth every penny. Learned so much about UX!,2021-04-01,5.0,5.0,5.0,5.0,"I am so grateful for Springboard! The 1-on-1 mentorship and the ability to book on-demand mentors and coaches was such a game changer. These people really care about your success and are thinking about you getting a job. There is so much support and resources... Read More available for the students, and the staff are really great people. Highly recommend to anyone thinking about transitioning into UX!Read Less",UX Career Track,UX/UI Design +275401,11035,springboard,Doug Wada,False,2021,The Rewarding Springboard Experience,2021-04-01,5.0,5.0,5.0,5.0,"While the curriculum is broad and thorough one key feature of the boot camp, a one on one mentor, was extremely helpful in working though assignments. I would say the program is half technical and half job search. Career Coaches and Student advisors were... Read More available for the other half. One final note worth mentioning is the cohort and community support among students were essential for morale.Read Less",Data Analytics Career Track,Data Science and Analytics +275377,11035,springboard,Suvam Patel,False,2021,"To sum it all up, it was a great experience with great resources.",2021-03-31,4.7,5.0,4.0,5.0,"The program is really good and I would recommend it to my friends. You have all the resources to make sure you are on track and don't fall behind. You also get your own industry-level expert as your mentor to help you better understand topics and help... Read More you with your Capstones. These experts are legitimate and know much about their field. On top of technical resources, you also get career-related resources where your resume and cover letter is reviewed, and you are taught about networking. It's a great program since you do have to learn on your own, and that is what is great about it. You won't be spoon fed anything and need to have the curiosity to learn and push yourself.Read Less",Data Science Career Track,Data Science and Analytics +275356,11035,springboard,LAURA CRUZ,False,2021,"Amazing mentors , great curriculum!",2021-03-31,5.0,5.0,5.0,5.0,"Although I was a little hesitant at the beginning because I wanted to take a course with a renowned University, Springboard gave me the flexibility of working at any time, which I needed, cause I could not commit to night time classes. They also had both... Read More Tableau and Power BI in their curriculum which usually for other programs is just one of them, and the thing that I liked the most was the 1 on 1 mentor training, besides unlimited mentoring from very smart people who actually work in the industry. The course is very organized, it has great content, projects give you a lot of knowledge, and I feel from the point I started, until now, I've learnt so much and I will be able to put all that knowledge into practice. And you also get the job career help from very knowledgeable people who really care about your job search and want you to obtain the best job. I definitely recommend Springboard for anyone looking to learn the Data Analytics Track!Read Less",Data Analytics Career Track,Data Science and Analytics +275238,11035,springboard,Benjamin Miller,False,2021,Critical Stepping Stone Into Analytics,2021-03-28,4.3,5.0,5.0,3.0,"Pros: In - depth curriculum that immerses you into both the tools AND methodologies of how to approach data. The course allowed me to pace myself and offered endless support to accommodate my work schedule when things got busy. The mentor I had provided... Read More me with all the encouragement one could need, including providing deep knowledge of all aspects of the course units. Cons: Sometimes the course became cumbersome in that some units/sub-units felt a bit redundant and others felt rushed when there should be more. For example, SQL and Python are critical to some aspects of analytics work, but I felt I needed more practice, but that could be a subjective perspective.Read Less",Data Analytics Career Track,Data Science and Analytics +275213,11035,springboard,Emma Owusu Kwaakwah,False,2021,Springboard is worth it,2021-03-27,5.0,5.0,5.0,5.0,"The course is well-structured, the support one gets during the course is immense and diverse ranging from 1:1 mentor calls(on-demand calls to mentors for help), office hours, a slack channel, career coaching, weekly calls with one's assigned mentor, technical... Read More support, advising and everything in between. My schedule didn't allow me to join the weekly office hours in real time but I could always go back and watch the videos, I could schedule appointments to speak to an on-demand mentor and those were so helpful. But for these, I do not think I would've finished the course. I learned so much, not just the technical course content but also about networking, resume and cover letter writing. Simply, all the people associated with Springboard are there to see you succeed! Do not hesitate to reach out to anybody when you feel like you're falling behind or just not in the right place. They will help you!Read Less",Data Analytics Career Track,Data Science and Analytics +275185,11035,springboard,Pooja Desai,False,2021,Springboard,2021-03-26,5.0,5.0,5.0,5.0,"I really enjoyed my experience at Springboard - they really give you the tools to succeed, especially when shifting career paths. I thought the weekly mentors calls, open communication with my student advisor, and career coaching really empowered the... Read More students to reach their goals.Read Less",UX Career Track,UX/UI Design +275182,11035,springboard,Rachel Pritykin,False,2021,A life changing bootcamp,2021-03-26,5.0,5.0,5.0,5.0,"As many others, I was so anxious and hesitant to change my career amidst a pandemic. Springboard made this decision one of the best I've ever made. The mentor and community support is the reason I went with Springboard over others; you feel supported... Read More every step of the way. The cirriculum is very in depth - you really get what you put into it. I'm finishing this bootcamp with a new set of skills and the confidence to apply them to a new career.Read Less",UI/UX Design Career Track,UX/UI Design +275156,11035,springboard,Anonymous,True,2021,Springboard UI/UX Design Bootcamp,2021-03-25,4.7,5.0,4.0,5.0,"The program provides a well rounded foundation in UX/UI. Curriculum is at times is broad and goes beyond the scope what you might expect from a focused Bootcamp (I.e. building presention skills). The program is pretty rigorous, so don't underestimate... Read More the time commitment needed to complete. It would be hard to do while working FT. But if it's a match to what you're looking for (price, remote, etc.) its great. Also the Sprinboard admin are great and very accommodating. Everytime I had an issue or question they worked with me very proactively to accommodate requests. Above and beyond in that regard.Read Less",UI/UX Design Career Track,UX/UI Design +275148,11035,springboard,Justin Bates,False,2021,Such a great experience,2021-03-25,4.7,5.0,4.0,5.0,Pros Loved the coach calls and the mentors. They were great. The community always had my back. I love that they didn’t recreate the wheels with content but laid it out nicely. Because it can be hard to navigate. Cons I got a data science job 4 months... Read More in an had to work on both at the same time. Not a bad problem to have though. Plus the company reached out to me!Read Less,Data Science Career Track,Data Science and Analytics +275090,11035,springboard,Irina Moiseenko,False,2021,Springboard Data Analytics Journey,2021-03-24,4.7,5.0,5.0,4.0,"Last week I completed the Springboard Data Analytics Program. It was a journey with a duration of almost 7 months and 400+ study hours. My experience was very interesting and challenging. Please see below some points why I really love this program: 1.... Read More The curriculum has a good structure and It covers the main topics for data analytics (Financial Analysis, Economics, Statistics, Career Coaching) and such important analytical tools as SQL, Python, Advanced Excel, Power BI, and Tableau. 2. The Springboard mentors are very professional and supportive. 3. You will never feel alone with the useful Slack channel and weekly meetings. 4. Communication with the student advisers and the Springboard support team was good and very helpful as well. 5. The program is flexible, and it is possible to balance effectively between your current job and the course. 6. You can take 3 weeks break if you need to pause the program. 7. The price is much lower than the prices of other bootcamps. 8. You can get a discount if you refer your friends (as I did!). 9. At the end of the program, you will have two capstones projects and you will be able to tell your “story” and be prepared well for the real interview. 10. After the program you have 6-months of support from the career coach to help you to apply for the roles and pass the interview. I can definitely recommend the Springboard Data Analytics Career Track program. It worth the money and benefit you as a data analyst professional. Thank you. Springboard!Read Less",Data Analytics Career Track,Data Science and Analytics +275062,11035,springboard,Melissa Wiederrecht,False,2021,Machine Learning Engineer Career Track,2021-03-24,5.0,5.0,5.0,5.0,"I just finished the Machine Learning Engineer Career Track with Springboard and what a journey it has been. I can't imagine having learned all this without this guidance and without my mentor. In fact I am sure I never would have. I would have putzed... Read More around in this corner and that corner of the internet and never really mastered anything. But I DID take the course and I am amazed at ehat I have accomplished. The absolute best part of the program was the mentor experience. My mentor pulled me out of the depths of despair countless times and gave me clear guidance on how to get back on track. Her technical guidance was also top notch. The curriculum was very broad and deep and at times felt like too much, but I appreciate that was well. I would highoy recommend this course to anyone wanting to become a Machine Learning Engineer.Read Less",Machine Learning Engineering Career Track,Machine Learning and AI +275043,11035,springboard,Samantha Wilder,False,2021,"Totally worth the money, time, and effort. 💯",2021-03-23,4.3,4.0,4.0,5.0,"When I signed up for Springboard’s UX/UI program, I had the smallest idea of what UX design meant. I knew I was tired of working “gig” jobs and barely getting by- at the time I was a yacht stewardess. I’m so happy that after a year- I’ve completely changed... Read More my job prospects and career opportunities. I learned real, valuable skill that I am certain will lead to a life changing career path. Was it easy? Not so much. Was it the best course? Yes, from what I’ve gathered from other UX bootcamps- SB does a lot of things right that other camps skip over. Could I have done this while working a full time - ummm probably not. The amount of time needed to dedicate to this program is a lot of free time. I’m grateful that SB allowed for breaks and pauses when life got in the way. So excited about what is next!Read Less",UI/UX Design Career Track,UX/UI Design +275042,11035,springboard,Paymon Wang-Lotfi,False,2021,Taught me the hard and soft skills needed to succeed,2021-03-23,5.0,5.0,5.0,5.0,"As somebody who has already worked in the industry as a Java Backend Engineer, I did not think I would be getting a ton out of this course. However, I was wrong. In contrast to the Object Oriented foundation I was trained in, this course covered Javascript... Read More and modern web frameworks in great depth. It also covered the python stack, making sure to get many of the details of both stacks. My mentor is highly successful in the industry of software engineering, and we are maintaining our relationship outside of the bootcamp. He legitimately cared about my well being and success, which isn't always the case.Read Less",Software Engineering Career Track,Software Engineering +274942,11035,springboard,Didem Bulut Aykurt,False,2021,Get great support to improve your career with Springboard Family,2021-03-19,5.0,5.0,5.0,5.0,"Prons: I am excited to be here to pursing job. Springboard have great mentor opportunity both on call and one of one mentor. They help a lot to high information about data analyst need it. I never feel stuck on the curriculum always mentor, student advicer... Read More and career coach stay with me. They have a excellent curriculum what data analyst need it. Cons : curriculum needs a title more time for some units. Like sql and python that if some one doesn’t have a experience programming language they might not be catch time line on curriculum. And they have advance problem using to teach programming language might they add some easy level problem programming exercise on the curriculum. I have an programming experience but I couldn’t catch the time line. By the way they help me a lot to catch my dream. Thank you so much all Springboard families!Read Less",Data Analytics Career Track,Data Science and Analytics +274923,11035,springboard,Taylor Mitnick,False,2021,"Great Course, Worth the Money",2021-03-19,5.0,5.0,5.0,5.0,Springboard was a great program for me. I did the UX/UI Career Track Course. Before this I had absolutely no UX experience and very little design experience. Throughout the course I learned everything I needed to become a UX designer and I feel confident... Read More in my skills now. The curriculum is very thorough and all of the projects I worked on allowed me to demonstrate my skills in each step of the UX design process. I would highly recommend this course for anyone making a career change or wanting to learn about UX.Read Less,UI/UX Design Career Track,UX/UI Design +274858,11035,springboard,Amelia G,False,2021,"Great Program, Great Mentorship",2021-03-17,4.0,4.0,4.0,4.0,"Pros: Transitioning into a new industry of UI/UX Design, this program had a great set up for beginners such as me. I didn't know I could learn so fast using programs I have never used before. The curriculum provided a lot of knowledge and helped me grow... Read More new skills that I am confidently able to use at my new job. This bootcamp is self-paced which is very helpful if you are working full time. I was paired with an awesome mentor that not only gave awesome feedback/advice but also a great person to chat with. Even though the tuition is a bit high, but don't let that stop you from applying. If you are able to then definitely go for springboard. Since I was a full-time student, I was able to complete the course in 7 months using the monthly payment selection. You also have a opportunity to complete a real-world internship with a company, which is pretty cool if you have no design experience. Cons: The job guarantee is only for student with bachelor degrees. So if you have that degree then they will focus on you more to get a job faster. Unfortunately I was not part of that group. something to consider. There is a lot of reading to do, so be prepared for that. Would love to see more videos :)Read Less",UI/UX Design Career Track,UX/UI Design +274852,11035,springboard,Pedro Perez,False,2021,Amazing experience,2021-03-17,5.0,5.0,5.0,5.0,"Pros: Superbly crafted course materials, amazing mentor program, constant support, great flexibility with the completion timeline, extremely relevant projects that translate into a portfolio well Cons: Very focused on web development, no deep foray into... Read More lower level programmingRead Less",Software Engineering Career Track,Software Engineering +274850,11035,springboard,Clara Peña,False,2021,Amazing Experience,2021-03-17,4.7,5.0,5.0,4.0,"The curriculum was very well curated, with deep details about required methodologies to become a data analyst. Also, there are a lot of interesting articles and resources to go to the extra mile. The pros: mentor experience, Sprigboard's team and mates... Read More support and a very detailed curriculum. The cons: I missed more exercises to practise.Read Less",Data Analytics Career Track,Data Science and Analytics +274766,11035,springboard,Anonymous,True,2021,"Easy-to-follow coursework, helpful career services",2021-03-15,4.3,4.0,4.0,5.0,"I found that Springboard was a good place to participate in a UX/UI program. The course portal is self-guided with weekly mentor oversight, and the portal is very easy to follow and understand. The exercises were helpful to understand each portion of... Read More the study work. The capstone projects and career services were great as well as the Industry Design Project. As a previously experienced designer looking to up my technical skills, I was different than most of the students who were beginners, and I did wish for a little bit more technical experience or exercises on the UI front. Overall the program was good and helpful. I just graduated so I can't speak to the success on the job front yet.Read Less",,Unknown +274716,11035,springboard,Dat Nguyen,False,2021,Highly recommended for to-be Data Engineer,2021-03-13,4.3,4.0,4.0,5.0,"I'm on my transition from academia to industrial where I need to enhance my hands-on experience on practical projects. I found out the Data Engineering Career Track program at Springboard is the best fit. The program has shown me what should I learn and... Read More where should I go. If you are a self-leaner like me and just want to fill the gap between academia and industry, then the Springboard program is a high recommendation.Read Less",,Unknown +274689,11035,springboard,Aisyle Deriquito,False,2021,Worth it for a UX portfolio,2021-03-12,5.0,5.0,5.0,5.0,"I had a great experience at Springboard. What I find most valuable about the program is the professional UX portfolio that I came out with. Along with this is the support that I received from my mentor and the career coaches. There are many self-paced... Read More programs out there, but essentially what you get from this one, in particular, is the support that you need to feel ready for the world beyond it. When it became challenging, my weekly mentor calls helped keep me in check. The career coaches were wonderful and the Support and advisors were always available to help. It is truly the quality of the community that helped me also realize the self-motivating drive that you need to make it in the UX world.Read Less",UX Career Track,UX/UI Design +274662,11035,springboard,Tristan Trosvig,False,2021,"A smooth, quality experience to help you get into the tech industry.",2021-03-11,5.0,5.0,5.0,5.0,"I was genuinely pleased with my online experience in Springboard's Software Engineering Career Track. Even though people are potentially working in different time zones, the support is quick and reliable. The curriculum is of high quality and taught by... Read More an inspiring instructor who makes difficult concepts easy to understand. The only issue I ran into was communication within project guidelines and ""commonly asked questions."" By the time I emailed my student advisor to verify my understanding, a month and a half had passed. In other words, if you have questions, ask immediately. I would highly recommend this curriculum to anybody looking for a high quality software engineering bootcamp.Read Less",Software Engineering Career Track,Software Engineering +274530,11035,springboard,Jorge Weiss,False,2021,Excellent Curriculum,2021-03-09,5.0,5.0,5.0,5.0,"The thing I benefitted the most from my time at Springboard was its strong curriculum. We learned two prominent backend frameworks (Flask/Python and Express/NodeJS) and React for the front end. Learning the two programming languages Springboard covers... Read More really helped me understand how languages can differ but also just how similar they are. The instructor for the course is Colt Steele - and I believe he is one of the biggest reasons I enjoyed the course so much. He has a few free courses on Udemy and youtube so you can see there if his teaching style matches with how you learn. With regards to the career services, they do help you a lot and offer advice/best practices for how to succeed in your job search but ultimately it is up to you to find a job. This goes for all bootcamps. Still, it's great to have professional guidance for building your resume, reaching out to people on LinkedIn, etc. The downside I noticed with Springboard was that the assignments at the end of the unit could benefit from clearer instructions. This has been brought up to them and improvements to the assignment instructions for the later cohorts have been made. Their SWE track is still new so I think it's only normal to have these areas of opportunity.Read Less",Software Engineering Career Track,Software Engineering +274529,11035,springboard,Anonymous,True,2021,I have worked as a Senior Web Producer for Microsoft and Senior Web Designer for multiple companies.,2021-03-09,5.0,5.0,5.0,5.0,"I found Springboard through an online search of UX immersive boot camps. Springboard is one of the leading online boot camps, and while it is not the least expensive of the programs, I joined because it is more than just a UX/UI boot camp. They include... Read More in their course curriculum mentors with real UX professionals and career coaches, who not only help you develop the skills to become a UX/UI Designer but they work on all the other aspects needed to get a job; eg. network training, linked-in profiles, resumes, interviewing, etc. On top of that, they have a job placement program that helps you get a job once your course is completed. Because this is a self-directed online learning course, I would not recommend this course, if you are not able to motivate yourself to stay on track and on schedule. There is a lot of work and if you do not have the discipline to consistently complete the course work, this is not for you. But, if you can be self-directed, the program can be a great help to you landing a better job.Read Less",,Unknown +274513,11035,springboard,Khalil Aleed,False,2021,"Great customer service, fair deal and fairly good curriculum",2021-03-08,4.0,4.0,4.0,4.0,"The customer services are awesome. My student advisor was amazing. He supported me all the way. They offer unlimited mentor calls which is a golden treasure, those mentors will help you and explain anything not clear. The curriculum covered a variety... Read More of important topics and skills. My only cons are the curriculum can be a bit deeper. Their course is good but they teach the essential skills so you can't expect to be an expert in Python for example after the course but you will be familiar with the environment and you will have enough skills to surviveRead Less",Data Analytics Career Track,Data Science and Analytics +274442,11035,springboard,Jeremy Langevin,False,2021,"Excellent program, happy with the results.",2021-03-06,5.0,5.0,5.0,5.0,"Springboard had an excellent guided program. I started out only know a little CSS and HTMl and now I feel like I can actually make it somewhere in the Software Engineering world. This is due to their curriculum and the mentorship I received throughout... Read More the program. I really enjoyed that the program focuses not only on coding, but getting a job.Read Less",Software Engineering Career Track,Software Engineering +274414,11035,springboard,Anonymous,True,2021,Scam,2021-03-05,1.0,1.0,1.0,0.0,"They obviously don't care about the prep courses. Mentor didn't help much past referring me to learn code for free on other websites. Curriculum is confusing and disorganized. Only had one project that wasn't really linked to anything we learned and barely... Read More any exercises or checks for knowledge. Mentor didn't give feedback for project at all kept saying he would email it, kept deferring it to later. Had a medical emergency and no one responded to reschedule our last meeting. Pretty cold. Emailed advising they don't answer. I have nothing to show for this course except an emptier bank account. Freecodecamp.com and Codecademy.com/ taught me way more than this waste of time.Read Less",,Unknown +274398,11035,springboard,Michael Zaengle,False,2021,"Overall, I had a terrific experience and would highly recommend Springboard to others looking at UX programs!",2021-03-05,5.0,5.0,5.0,5.0,"The job guarantee, the price, and the 1o1 Mentorship were what led me to choose Springboard. Pros - Job Guarantee - Real world projects and a 1 month internship with a company - The price is definitely more affordable than other bootcamps I looked at... Read More - The mentorship was great! I learned a lot and all of the mentors are UX professionals themselves so they are full of wonderful insight into the process and profession Cons - Easy to get a bit off track with their timeline especially when you get to the design portions. Prepare to spend more time on certain project assignments to really make it stand out. Their recommended number of hours to complete units is based on what an average student would spend (roughly C+/B- work in my opinion) - Since your mentor will most likely be a working professional, they aren't always as responsive with replying to emails and also they most likely have up to 4 other mentees. So being able to self-direct and make design decisions is important. Plus, if you want to finish the course earlier than your track, your mentor might not be able to go over all of your assignments in the weekly 30 min call. Just something to think about.Read Less",UX Career Track,UX/UI Design +274394,11035,springboard,Julie Park,False,2021,Rewarding and definitely worth the investment!,2021-03-05,4.7,5.0,5.0,4.0,"I was initially thinking about going to graduate school vs taking bootcamp course and after researching for 3 months, I finally decided to go for the second option. The next was deciding on which bootcamp to sign up for since I've never taken online courses... Read More and there were way too many options out there. I did another 2 months of research and decided to go with Springboard because of three reasons: a self-paced curriculum for me to create a solid UX portfolio, 1:1 mentorship, and 6-month job guarantee policy. Looking back, I can confidently say that I'm happy with the choices I've made! I learned and enjoyed the past year at Springboard, made great friends, and will definitely recommend SB to others. PROS: -Great portfolio-worthy curriculum -Overall Springboard community is so supportive and friendly (Student Advisors, Career Coach, and Mentors). -SB platform is organized and easy to follow. It helps you visually see what you have completed and how much you have left. -I know that the tuition is high but with the experiences you will gain from SB, it's definitely worth the investment. CONS: I can't really think of any cons but if I had to choose, I would say it's a pretty rigorous course. They say you can finish UI/UX career track in 9 months but I think that only applies to full-time students. For me, I was working full-time and studying part-time so it took me about a year to finish! And I found myself studying most of my weekends, PTOs, summer fridays, after work hours (from 9 pm-4 am). It was intense but I feel really strong coming out of this course.Read Less",UI/UX Design Career Track,UX/UI Design +274389,11035,springboard,Sara Sihakoun,False,2021,This was an amazing experience!,2021-03-05,5.0,5.0,5.0,5.0,"Pros: I can honestly say going into a program and not knowing anything was challenging. However, with a mentor to guide me through the process and having Springboard’s support, I was able to accomplish my goals. I’m confident in myself and confident in... Read More starting a new journey! Cons: Add more readings/examples and videos to watch when it comes to learning a specific topic. I find that watching YouTube videos has helped me. Also, improvement on matching individuals with an IDP.Read Less",UX Career Track,UX/UI Design +274386,11035,springboard,Sara Jelenffy,False,2021,Springboard helped me pivot during the pandemic,2021-03-05,5.0,5.0,5.0,5.0,"5 Stars! Perfectly currated (you learn two visualization tools/ two programming languages + economics, statistics, finances, job search strategies, all aided by mentors and career coaches). I don't come from a tech background but this program was a timely... Read More and affordable way for me to make that move. Highly recommend!Read Less",Data Analytics Career Track,Data Science and Analytics +274352,11035,springboard,Adam King,False,2021,Comprehensive program that helped me feel confident to transition into the software engineering field.,2021-03-04,5.0,5.0,5.0,5.0,"The curriculum is amazing. I think the technologies that are covered along with the projects that are required are an excellent way to prepare future software engineers. I also really enjoyed all of the career assistance as well. There are multiple required... Read More meetings with career advisors to help you build your resume and provide skills for networking. I also very much appreciated the required interviews to pass. It was great to get experience into the different types of interviews one would experience when applying for jobs. My only con is that the program I signed up for was titled ""self-paced"", however, there was a deadline that was difficult to meet while working a full-time job. That being said they were very generous with extensions and even though it took a little longer I was still able to finish in a decent amount of time.Read Less",Software Engineering Career Track,Software Engineering +274349,11035,springboard,Aaron Meads,False,2021,Springboard Software Engineering Course,2021-03-04,4.3,4.0,5.0,4.0,"Springboard has one of the best software engineering programs I've ever seen. They have one-on-one time with a personal mentor on a weekly basis, access to a career coach to help support you in finding a job, and the way they teach is incredible. One... Read More of my favorite parts about this course was it was self-paced. One thing I wished they did a bit better at would be updated information in the videos. Sometimes the exercises wouldn't be up to date with the latest programs, but other than that, it's great!Read Less",Software Engineering Career Track,Software Engineering +274320,11035,springboard,Ruth Caswell Smith,False,2021,Data Science Career Track - Broad Exposure to Data Science Topics,2021-03-04,4.7,5.0,4.0,5.0,"Pros: self-paced via asynchronous lectures and material, effective case studies, capstone projects, mentor relationship, TA's, on-demand one-on-one mentor calls, Slack community. The Springboard community (TA's, mentors, advisors, community manager) are... Read More all awesome. Cons: as with any other online education, can be lonely at times, and at times you feel the lack of working in a group and hearing others' ideas. But students can take initiative to set up study groups. Since curriculum is broad and covers many different topics in world of data science, many of which are changing quickly as technologies change, the curriculum constantly needs updating which is tough to keep on top of. There are, however, mechanisms to provide feedback on curriculum, and the Slack community is always super helpful. The topics covered include a wide range in data science, so it's a balancing act to get the right balance of breadth vs depth. At times it felt like there was just too much information to absorb.Read Less",,Unknown +274305,11035,springboard,Robert Malka,False,2021,"The mentors are wonderful, and make the program.",2021-03-04,4.5,5.0,4.0,0.0,"In searching for the right Data Science bootcamp, mentorship was the most important element to me: I needed to connect with someone who was able to help me master coding, thinking in data science, and the cutting-edge innovations happening in the field,... Read More while bearing in mind my background in philosophy and interest in AI Ethics: Rigor in the field, plus a way to tie it to the mental model I already had about the world. I was lucky to have found a mentor (Ben!) who did exactly that in my time at Springboard. Especially great, too, is their unlimited mentors option -- a half hour/day, every day, for the entire time you're part of the program. I used that liberally to cover the gaps, ask deeper questions, and find resources that were off-curriculum. Springboard's curriculum is mostly public-domain, and I appreciated most of the resources they provided. DataCamp isn't very helpful to learning to code, in the end (try learning French only by being given full sentences, with a single word missing in each sentence you have to fill in -- not gonna happen). The notebooks they provided were mostly good. Sometimes they were unhelpful to learning this or that concept, although the team was rapid to help out. Here's my recommendation to Springboard: Give the option for students to do e.g. four capstones after Unit 6 (the guided capstone they have us do), rather than walk through the whole curriculum. If they opt to do four capstones, make the rest of the curriculum optional -- they'd simply be resources to help students out on their capstones. The capstones would then have to be approach-specific, e.g. do a capstone that works with a time series, or NLP, in order to get credit for the capstone. I suggest this because I find that I learned a LOT when I worked on my capstones, because they related to topics I cared about, and sincerely wanted to understand -- more, in fact, than I ever did plodding through DataCamp or lectures that didn't necessarily interest me. I think that'd also be better for student portfolios -- it shows they're self-motivated and can actively produce multiple projects on a diverse array of subjects/problems within Data Science. Just my two cents. IMO it's an idea worth piloting. I didn't graduate through their job guarantee (or get a job ultimately related to data science), so I've left the ""Job Support"" section blank. Overall, extremely grateful to have gone through the program. I learned a lot and I know I'll apply my knowledge in unexpected places & ways. Thanks to Ben Bell, DJ Sarkar, and Kenneth Gil-Pasquel!Read Less",Data Science Career Track,Data Science and Analytics +274266,11035,springboard,Zak Kloes,False,2021,Comprehensive self + mentor led,2021-03-02,3.7,4.0,3.0,4.0,Springboard is great if you are looking for a flexible program that will give you the overall basics of UI/UX. They were very flexible about the timeline of the course and extending it where needed. The coursework was a bit scattershot as most of the... Read More material was parsed from various sources online. But O had a great mentor and the projects that they have you complete really gave me a better understanding of how all of the curriculum applies. Their customer service was very responsive and helpful as well.Read Less,UI/UX Design Career Track,UX/UI Design +274259,11035,springboard,Richard Broyles,False,2021,Springboard Data Science,2021-03-02,3.7,4.0,3.0,4.0,"Pros: 1) Enrolling was rather easy, however I did experience some hiccups when it came to being placed. 2) Access to Data Camp and LinkedIn learning was a huge plus. 3) Flexibility - Gave me enough time to complete the course and deal with things at home.... Read More 4) Suzanne - Career coach from Vancouver, BC is one of the best. Cons: 1) Assignments - Some of the assignments are stale; they need to write new ones or new projects. Data science is evolving and they need to keep up. 2) One of the career assignment was impossible to complete (informational interviews), may need to rethink that one. 3) Mentors need to flexible to new ideas but also need to be innovative at the same time.Read Less",Data Science Career Track,Data Science and Analytics +274257,11035,springboard,Chris Mather,False,2021,Excellent approach to the problem solving and analytic process,2021-03-02,5.0,5.0,5.0,5.0,"I wanted to learn new skills to either enhance my current job, or to make me marketable to new roles in analytics. At Springboard, I developed both technical skills (Excel, SQL, Python) and practical approach skills (HDEIP) to addressing and solving problems... Read More using analytics. The career coaching, the 'on-demand' help and especially the mentor process was valuable beyond words. Everyone was helpful, encouraging, and wants you to succeed.Read Less",Data Analytics Career Track,Data Science and Analytics +274256,11035,springboard,Shaun Fox,False,2021,Highly recommended!,2021-03-02,4.7,5.0,4.0,5.0,"I had a great experience with Springboard. My mentor, Sean was fantastic. Extremely helpful and great at leading me to find solutions rather than just giving me the answers. I'd definitely recommend the data analytics career track to anyone ready to make... Read More a shift into that field.Read Less",Data Analytics Career Track,Data Science and Analytics +274180,11035,springboard,SK Russ,False,2021,Career Transition,2021-02-27,5.0,5.0,5.0,5.0,"The Data Analytics Career Track program through Springboard was a great experience and worth the value of the program. The program mentors are very knowledgeable and provide support every step of the way. As someone who was a transition from a different... Read More career sector, this program provided me with career support and technical skills to make the leap into the tech and data field. I highly recommend this program to people who love working with data and making a transition into this field. Springboard helped every step of the way.Read Less",Data Analytics Career Track,Data Science and Analytics +274179,11035,springboard,Masi Sarkhosh,False,2021,The place that you can sharpen your useful skills,2021-02-27,4.7,5.0,4.0,5.0,"When I was wonder how and where I can improve my skills, learn more materials and how to apply them to the frameworks, I search a lot in many camps, and finally found the springboard that can make my dream true. I am happy that I attended in this course.... Read More springboard is an enrich center, that learn and guide you to the right path. Mentors, coaches and staffs are friendly and 24 hours supportive. If I back to 6 months ago, for sure I will choose springboard again.Read Less",Data Analytics Career Track,Data Science and Analytics +274175,11035,springboard,Amy Dildine,False,2021,The Springboard Data Analytics course is extremely challenging but also very rewarding as you learn technical and career strategies with lots of faculty support.,2021-02-27,4.7,5.0,5.0,4.0,"I really enjoyed the program because the course forces you to make a strong commitment to your education and encourages students to stick with it regardless of your previous experience or former studies. I was able to accomplish parts of the curriculum... Read More which I never thought I would be able to learn. The mentors and unlimited mentors were available to meet every day if that is what you need or you can fly solo. Springboard also provides a very strong peer connection group which is helpful for motivation and projects. When I got to the end of the program, I realized that I was actually following along with the technical skills I had learned with few problems. My mentor was challenging but fair, and when I finished, he explained to me that I had come a long ways, and I 100% agree. I strongly recommend this course.Read Less",Data Analytics Career Track,Data Science and Analytics +274140,11035,springboard,Parker Konz,False,2021,Feel ready to enter the job market!,2021-02-26,5.0,5.0,5.0,5.0,"I started this program with no knowledge of UX/UI and I am completing it confident that I will do well at a real job and excited about my new life! The assignments were really enjoyable, I loved my mentor, and the career coaches were also helpful. I highly... Read More recommend this program to anyone! It's also amazing that they guarantee I will get a job or they refund the tuition.Read Less",UI/UX Design Career Track,UX/UI Design +274139,11035,springboard,Mallika Bhadriraju,False,2021,Springboard - UX Career Track Bootcamp experience as a student,2021-02-26,5.0,5.0,5.0,5.0,"I joined Springboard for the UX Career Track Bootcamp in order to ramp up my professional goals. The curriculum offered by Springboard is so easy for any student with any level of experience, coming from any field/industry to transition from/enhance their... Read More skills in UX. The Capstone Project, Industry Design Project, and Design Sprints offered through the program are great assets to any UX designer's profile. The weekly mentor calls with a designated mentor kept me organized and focused on my goals. Through the career coach calls/ mock interviews I was able to understand the real-world interview scenarios and also get a sense of the UX industry needs. The curriculum is a do at your own pace kind and helped me in balancing my work life and student life well simultaneously. I would highly recommend Springboard to my family & friends now and in the future. Thanks!Read Less",UX Career Track,UX/UI Design +274047,11035,springboard,Marx Ojemudia,False,2021,Vigorous course that prepares for the HOW-TO's in UI/UX Design,2021-02-24,5.0,5.0,5.0,5.0,This is a great course that teaches you all the steps with UI/UX (Product Design) with guided mentorship from a UX professional which is more important than most understand. It is even prepares you for the intangibles you must have for the professional... Read More field through articles and the Industry Design Project.Read Less,UI/UX Design Career Track,UX/UI Design +274020,11035,springboard,Anonymous,True,2021,This program worked out for me and I want to recommend it to those who enjoy online learning,2021-02-23,4.3,5.0,4.0,4.0,"pros: 1. proficient support from springboard such as student advisor, technical support team, different slack channels that you can ask questions, discuss, and receiving professional feedback anytime. 2. great 1:1 mentor support and career coach support... Read More 3. great networking chance in the community of springboard students or alumni。 cons: 1. Platform could be a little buggy sometimes. 2. most of the contents in the curriculum are curated from other websites or youtube.Read Less",Data Science Career Track,Data Science and Analytics +274019,11035,springboard,David Pence,False,2021,Great Support,2021-02-23,4.5,5.0,4.0,0.0,"Overall, I had a very good experience with Springboard. The main takeaways for me are: -Jobs: I ended up landing a job that I had applied for just before starting, so I have limited experience with the job materials. From what I did, though, the prep... Read More felt pretty thorough. -General Curriculum: I liked the technical curriculum a lot, and while the course had more of a business focus than I might have preferred, this probably reflects where the jobs are (and they tell you upfront). A sufficiently motivated person could piece together the curriculum independently, but working through things as part of a boot-camp serves as a helpful accountability mechanism. -Projects: The Capstone projects were awesome. You have a lot of flexibility when it comes to topic and methods, so you can find something that really interests you. This is where the biggest part of my learning and confidence-building took place. -Support: I had a great experience with my mentor. I was able to get clear project/curriculum guidance on a weekly basis and really came away with a good picture of what day to day life as a data analyst looks like. The program has tons of other resources if you ever get stuck.Read Less",Data Analytics Career Track,Data Science and Analytics +274018,11035,springboard,David Pence,False,2021,Supportive Environment and Helpful Material,2021-02-23,4.5,5.0,4.0,0.0,"Overall, I had a very good experience with Springboard. The main takeaways for me are: -Jobs: I ended up landing a job that I had applied for just before, so I have limited experience with the job prep materials. From what I did, though, the prep felt... Read More pretty thorough. -General Curriculum: I liked the technical curriculum a lot, and while the course had more of a business focus than I might have preferred as someone interested in non-profits, this probably reflects where the jobs are (and they tell you upfront). A sufficiently motivated person could piece together the curriculum independently, but working through things as part of a boot-camp serves as a helpful accountability mechanism and support network (see below). -Projects: The Capstone projects were awesome. You have a lot of flexibility when it comes to topic and methods, so you can find something that really interests you. This is where the biggest part of my learning and confidence building took place. -Support: I had a great experience with my mentor. I was able to get clear project/curriculum guidance on a weekly basis and really came away with a good picture of what day to day life as a data analyst looks like. The program has tons of other resources if you ever get stuck.Read Less",Data Analytics Career Track,Data Science and Analytics +273992,11035,springboard,Lydia Ngai,False,2021,Flexible & thoughtful curriculum with plenty of practice,2021-02-23,5.0,5.0,5.0,5.0,"Pros: - virtual - it's flexible and won't cost an arm and a leg to complete. The virtual platform also allows you to connect with people all over the country and all over the world and allows you to choose your hours, so you don't have to quit your day... Read More job (but you always can if you want to!) - career services available throughout the course, not just at the end when you've finished everything. There are actionable career- related projects to work on alongside coding projects and homework - TAs are available online via chat and email, it helps with going through a virtual course so you don't get stuck forever - I personally really enjoyed the curriculum. The videos explained concepts well and the assignments, while challenging, would implement recently learned concepts. Video lectures are also pretty short and it's nice to be able to watch a concept get broken down into 10 5-minute videos vs. 1-2 20-30-minute videos. I appreciated that a lot of the homework built off of existing infrastructure (e.g. if you're doing a back-end assignment, front-end files would be ready to import). There were plenty of handouts summarizing concepts as well. - mock interviews are conducted throughout and at the end of the course with other mentors/industry professionals. It's great to get critical feedback from others in the industry. - job support post-course-completion includes career coach calls to keep you on task and improving. Cons: - virtual. No classroom so you better be motivated or find ways to keep going. - there could be more curriculum coverage on Data Structures & Algorithms, but the curriculum does have a good basic introduction to those. It's something I'll continue to studyRead Less",Software Engineering Career Track,Software Engineering +273964,11035,springboard,LUCIEN METEUMBA,False,2021,The best place to have a fast experience in Data Science,2021-02-22,5.0,5.0,5.0,5.0,"Springboard provides so much material to help students master Data Science. If you just follow the curriculum, you will be more than fine. I love the Sit, Crawl, walk and run model they implement for all the topics. That helps someone who does not know... Read More anything about a subject in Data Science to become an expert. You can't find this type of training in Universities because they deal with a lot of theory. Springboard will make you first of all understand the business aspect of Data Science before bringing you into the technical aspect. The training with Springboard is very close to working as a Junior Data Scientist in a company, and I think that it was designed that way for companies to have people that will be less trained to do their job.Read Less",Data Science Career Track,Data Science and Analytics +273957,11035,springboard,Anitha Pissay,False,2021,Data Analytics Career Track - Excellent,2021-02-22,4.3,5.0,5.0,3.0,I had previously done an online Introduction to Data Science Course through springboard and my experience with them led me to continue with more insights and direction to pursue a career in Data Analytics. The course was well structured with a balance... Read More of all aspects required from a Data Analytics perspective. It had great course materials links articles and advise from Industry experts. The curriculum has been curated from different resources by their Subject matter experts and PhD level Educators that advise on what materials are best right now based on the trending market demand. The mentor led course has a one on one guidance with a experienced industry expert who throws in real life wisdom and practices. This further enforces confidence and skill building not only in a student like me who wants to switch careers but anyone who wants a fresh start. Student support and admin support is excellent and my student advisor went to great lengths in understanding my personal shortcomings during difficult times and provided the flexibility in completing this course. Overall I would rate this experience as excellent and highly recommend anyone contemplating to start with Springboard.Read Less,Data Analytics Career Track,Data Science and Analytics +273947,11035,springboard,Habeeb Ojoye,False,2021,Excellent,2021-02-21,5.0,5.0,5.0,5.0,"My journey with Springboard is very great experience, from the student advisor to the mentors were all encouraging and motivating and excellent curriculum. I am willing to recommend to friends and family. My mentor was very encouraging and he taught me... Read More how to develop core skills. The student advisor was already checking up on my progress that was very motivating. The career coaches were very awesome as well.Read Less",Data Analytics Career Track,Data Science and Analytics +273891,11035,springboard,Rattanawalee Kidakarn,False,2021,Review Springboard UX/UI bootcamp,2021-02-19,4.7,5.0,4.0,5.0,"Study with Springboard helps me land my first job as a junior UX researcher in Thailand within one month that I joined Springboard. The secret is I have a good mentor to guide me and motivate me every day that I can do even I transition my career from... Read More flight attendant to UX researcher. Big thank you to my mentor Nate Chen and Natasha Hampshire, who always teach me whenever I have questions. They are still there for me. I would say without them, I could not land my first job. I highly recommend you to study with Springboard because the mentor's service is very nice and helpful for you to land your first job as much as you can. Don't wait until perfection. It is about progression. Good luck, everyone.Read Less",UI/UX Design Career Track,UX/UI Design +273868,11035,springboard,Oliver Sy Reyes,False,2021,"Gave me the confidence, guidance, and network I needed",2021-02-18,4.7,5.0,4.0,5.0,"The best part of this program is the Industry Design Project, no doubt. Working with others on a real-world design project gave me a lot more confidence doing this job than any other self-taught coursework could. Having 1 on 1 mentorship and access to... Read More a career coach at any given moment during the course was extremely valuable. Having a program already set up to be fully remote, I feel better prepared for the current work climate.Read Less",UI/UX Design Career Track,UX/UI Design +273858,11035,springboard,Benard mangoli,False,2021,Had 100% experience,2021-02-18,5.0,5.0,5.0,5.0,"Had good experiences especially when it comes in student mentoring ,they have competent mentors ,high qualified student advicors to be specific one Brook lyon she is so helpful , springboard has a well organized systematic learning process that flows... Read More in sequence .Read Less",Data Analytics Career Track,Data Science and Analytics +273775,11035,springboard,Emily Paul,False,2021,Believe the hype,2021-02-16,5.0,5.0,5.0,5.0,"My experience with Springboard has been tremendous! I have a BA and an MA and the depth and rigor of this course matched, if not exceeded, what I experienced in college and grad school. Less book-learning, more experiential learning = 100%! The flow of... Read More the curriculum was fantastic and the project-based curriculum correlated to the theory perfectly. It was impressive to see how much I learned in such a short time and surprising to see how confident I feel at the end. The support from career coaches and student services is superb and the mentorship piece is wonderful as well! A year ago I hadn't even considered pursuing this and leaving my former career. Now I am incredibly excited to start the job-seeking journey and land the job of my dreams! Thank you Springboard!!Read Less",UX Career Track,UX/UI Design +273597,11035,springboard,Emily Paul,False,2021,Believe the hype,2021-02-12,5.0,5.0,5.0,5.0,"My experience with Springboard has been tremendous! I have a BA and an MA and the depth and rigor of this course matched, if not exceeded, what I experienced in college and grad school. Less book-learning, more experiential learning = 100%! The flow of... Read More the curriculum was fantastic and the project-based curriculum correlated to the theory perfectly. It was impressive to see how much I learned in such a short time and surprising to see how confident I feel at the end. The support from career coaches and student services is superb and the mentorship piece is wonderful as well! A year ago I hadn't even considered pursuing this and leaving my former career. Now I am incredibly excited to start the job-seeking journey and land the job of my dreams! Thank you Springboard!!Read Less",UX Career Track,UX/UI Design +273595,11035,springboard,Ashley Chung,False,2021,Supportive and comprehensive,2021-02-12,4.3,4.0,4.0,5.0,"Overall, the Springboard UX/UI course was really informative and comprehensive. Most of the learning material is online articles/videos, but I felt confident that the content was intentionally curated. There was also content from LinkedIn Learning and... Read More Skillshare, which I liked. I was paired with a really great mentor who was instrumental in my learning throughout the course. I also had a great experience with career coaches throughout the course that provided great feedback on my presentation style, resume, and mock interviews. It was nice to be able to complete the course on my own time. My main drawback is that as an online course, it takes a lot more effort to network with peers.Read Less",UI/UX Design Career Track,UX/UI Design +273592,11035,springboard,Zachary Lasher,False,2021,A fantastic online bootcamp experience,2021-02-12,5.0,5.0,5.0,5.0,"Springboard has a well-curated curriculum of online materials that teach the design-thinking process and the industry-standard design tools and techniques. Their career support is top-notch, as well. They helped me tailor my LinkedIn profile and resume... Read More to my new career, and provided insight into how to navigate a job search. I went into springboard 9 months ago knowing very little about UX design. Now I have a robust portfolio and feel confident in my ability to qualify for and succeed in a new role as a professional UX Designer.Read Less",UI/UX Design Career Track,UX/UI Design +273573,11035,springboard,Zach Summy,False,2021,"I would highly recommend Springboard for its course content, mentor support, mentor availability, and positive community support and vibes",2021-02-11,5.0,5.0,5.0,5.0,"I would highly recommend Springboard for its course content, mentor support, mentor availability, and positive community support and vibes. For context, I completed the course while working full time and traveling for work, and while it was difficult... Read More to complete in the original goal of 6 months, with some course breaks and focused sessions with my mentor I was able to complete a large chunk quickly focusing on not being a perfectionist. I would also say SB is very open to anything you need or questions you have, and the mentors have a lot of availability. Their goal is to help you finish the course as well, so you don't have to feel like anything is holding you back. The content was varied from Economics and Finance to Python coding so it continued to be interesting content. I would highly recommend if you are considering a career change or to just add to your current professional skills!Read Less",Data Analytics Career Track,Data Science and Analytics +273553,11035,springboard,Zachary Bradley,False,2021,Springboard Software Engineering Course,2021-02-10,5.0,5.0,5.0,5.0,Starting the Springboard Software Engineering Career Track was one of the best decisions I have made for my career. I started programming on my own a year before starting and had hit a wall with how to progress. The course is structured in a great way... Read More to teach you a lot of the current industry tech and techniques. This course helped me solidify the knowledge I had gained on my own and made me extremely confident in my coding abilities. Hands down one of the best features of Springboard is the mentorship part. My mentor was able to give be solid advice and resources to improve myself even past Springboard. I couldn't recommend them enough.Read Less,Software Engineering Career Track,Software Engineering +273540,11035,springboard,Ty Grigg,False,2021,"Great curriculum, great mentor, real world experience",2021-02-10,5.0,5.0,5.0,5.0,"I chose Springboard because I liked the flexibility of remote learning but I knew I needed a mentor. In 2020, Springboard was about half the cost of the other big-name bootcamps that met in person. They offered a job-guarantee but you have to pass the... Read More mock interviews at the end and meet the job pursuing requirements after you are done with the curriculum. The curriculum was outstanding. During one interview, as I talked with the employer about the design process that I took for my capstone project, she said, ""that is how it should be done!"" Interspersed in the design units are career units that lay the groundwork for finding a job. After each career section, you meet with a career mentor. As someone who had not applied for a job in some time, the career components gave me the needed coaching and confidence to land my first role.Read Less",UX Career Track,UX/UI Design +273517,11035,springboard,Emily Paul,False,2021,Believe the hype,2021-02-09,5.0,5.0,5.0,5.0,"My experience with Springboard has been tremendous! I have a BA and an MA and the depth and rigor of this course matched, if not exceeded, what I experienced in college and grad school. Less book-learning, more experiential learning = 100%! The flow of... Read More the curriculum was fantastic and the project-based curriculum correlated to the theory perfectly. It was impressive to see how much I learned in such a short time and surprising to see how confident I feel at the end. The support from career coaches and student services is superb and the mentorship piece is wonderful as well! A year ago I hadn't even considered pursuing this and leaving my former career. Now I am incredibly excited to start the job-seeking journey and land the job of my dreams! Thank you Springboard!!Read Less",UX Career Track,UX/UI Design +273496,11035,springboard,Anonymous,True,2021,Waste of time,2021-02-08,1.5,2.0,1.0,0.0,"I was surprised because Springboard has a great reputation but this course falls short. Know if you need in depth help: customer service is a disconnected set of customer reps and a new person helps you each time. So every time you email them, someone... Read More else replies and if it isn't solved in first go, you need to repeat yourself. That will be a bigger deal if you need a whole bootcamp. The mentor was very encouraging and helpful he was definitely my favorite part of this course. Glad to have connected to him because he gave some stellar resources including free code camp site which taught me in lieu of this useless program. The curriculum was no short of an unhelpful trainwreck. The narrator speaks fluently with industry jargon, explains none of it, talks and does the tasks within the videos very quickly. If you want to follow along there is constant pausing that becomes cumbersome and annoying. Some of the topics are so disconnected and dry that you can definitely use it cure insomnia. He doesn't really tell you what or why you are doing the tasks, most of it looks like random junky exercises that have no real world connection so I have a hard time understanding how it would even connect to the design itself. He simply isn't a teacher. He is a quintessential tech bro that is recording himself talk and giggling at his own jokes, rattling off phrases about things you ought to know but didn't teach. The intros are random phrases strung together of rules sets with no terms of definitions. This is basically a sink or swim course and I've actually learned more for free off of youtube and freecodecamp. True bummer! My mistake not researching the course beforehand. What an expensive lesson to always review ratings beforehand!Read Less",Software Engineering Career Track Prep Course,Other +273464,11035,springboard,Janine Klein,False,2021,Springboard UI/UX Design Career Track,2021-02-07,5.0,5.0,5.0,5.0,"My top three pros for this course are the 1:1 mentorship throughout, the job guarantee/career support post completion, and the general layout or build of the curriculum. I had limited experience in design and changed careers, so those three pieces helped... Read More support, reassure, and guide me. The con to the course, like many online courses, is the remote-learn-on-your-own method. Springboard tried to help support you as much as possible with offering Slack feedback, advisors, additional and unlimited 1:1 mentorship sessions, but it wasn’t always immediate, so some struggle remained especially since I was novice. However, I think they offered more support than most would.Read Less",,Unknown +273463,11035,springboard,Nichole,False,2021,Expensive but in depth,2021-02-07,4.3,4.0,4.0,5.0,"Springboard is one of the more expensive courses. However, as someone who is new to coding this is a great option for individuals looking for in depth knowledge of using Python to solve data science problems. Geared more towards data science for business... Read More problems. As someone in the research field, I was still able to apply these skills to less business oriented tasks. A little light on the statistics. The one-on-one weekly mentor meetings and montly career coach calls are a great advantage. Finishing the course I feel well prepared to find a job in data, as well as, learn other statistic languages more independently.Read Less",Data Science Career Track,Data Science and Analytics +273393,11035,springboard,Marcelo Fuentes,False,2021,Valuable hands on experience,2021-02-05,5.0,5.0,5.0,5.0,"I only have good things to say about Springboard, I found the coursework to be very interesting, my mentor gave me consistently high quality advice and the career coaches provided valuable feedback during my job search and the interview process. I would... Read More not hesitate recommending friends of mine who are trying to pick up new technical skills and/or switch careers to apply to Springboard!Read Less",Data Science Career Track,Data Science and Analytics +273331,11035,springboard,Trevor Young,False,2021,This bootcamp was a great experience!,2021-02-03,5.0,5.0,5.0,5.0,"This is an awesome course! Colt, the instructor explained things so clearly and make the concepts easy to understand. He was a big part of my decision to choose this bootcamp. All of the support is great too! The weekly calls with my mentor were so helpful... Read More and he always did a great job at answering my questions and offering help along the way. The Career Coaches are also super knowledgeable and very helpful with the job search preparation and the actual job search. I would definitely recommend this course to anyone thinking about doing a Software Engineering bootcamp.Read Less",Software Engineering Career Track,Software Engineering +273325,11035,springboard,Scott Burden,False,2021,"Less than a year from no experience to new career, Springboard changed my life!",2021-02-03,4.7,5.0,5.0,4.0,"I went through the Software Engineering course in about 6 months of full time attention with no previous experience in coding or software generally. There was a prep course through Springboard that I used to skill-up before starting the full course as... Read More well, that cost was rolled into the full course cost if you continue. Full stack (front and back end) with Python and JavaScript with several assessments, code reviews, and plenty of projects to build you up for the two capstone projects that will chosen by you to build your portfolio. My mentor is a certified pro with a personable approach that guided me once I started to get the feeling of where I saw myself in my career. Less than a year from no experience to new career, Springboard changed my life!Read Less",Software Engineering Career Track,Software Engineering +273321,11035,springboard,Tany McCaw,False,2021,Literally Life Changing,2021-02-03,5.0,5.0,5.0,5.0,"When I set out to make a career change during the pandemic I knew it was going to be a lot of work, as I had no previous experience in anything technical. Springboard's curriculum did an excellent job at showing me what I needed to be a successful analyst.... Read More My weekly mentor gave me tons of industry insight. When it came to the job search their career services team proved to be invaluable in helping me get and prepare for interviews. Overall, Springboard's use of mentors, different learning tools, and career support combine to create an extremely well-rounded program that can help you succeed.Read Less",Data Analytics Career Track,Data Science and Analytics +273234,11035,springboard,Tenesha Day,False,2021,Springboard UX Design Track,2021-02-02,5.0,5.0,5.0,5.0,"I enrolled with Springboard because I wanted to expand my knowledge of graphic design. I heard about UX and I was interested to study it in order to advance my career. I think Springboard was a great option because it was remote learning, and all of the... Read More assignments were organized properly. I only felt overwhelmed because I had to balance a full-time job among other things. But if you truly want this for yourself you can manage your time accordingly that works best for you. Springboard advisors and mentors are very understanding and flexible. They provide a lot of resources that can help you stay on track. The assignments were very informative and easy to understand. They are very detailed when it comes to projects so I never felt lost when I read them. If I needed any help then I could always email my mentor with any questions. I highly recommend Springboard to anyone who is willing to learn new things or advance their career.Read Less",,Unknown +273188,11035,springboard,Bonnie Sweet,False,2021,Pleasantly Surprised,2021-02-01,5.0,5.0,5.0,5.0,"I was overwhelmed by all the choices I had for for UX bootcamps, and had a hard time determining which one would be best for me. After much research I ended up choosing Springboard because of the job guarantee, the unlimited mentor calls, and the IDP... Read More project (a one month internship they set you up with), and have to say I'm very glad with my decision. I didn't know what to expect from a bootcamp, but I truly feel like I learned a lot and felt the curriculum was solid and well thought-out. The course offers a good mix of reading with projects, and I particularly enjoyed the IDP experience as I got to work with a couple other students on the partial redesign of a London-based startup company's website. I ""graduated"" Springboard a week ago, and my ultimate endorsement depends on whether or not I get a job, but I have to say this program has made me feel confident and ready for the search!Read Less",UX Career Track,UX/UI Design +273137,11035,springboard,Seth Lafollette,False,2021,The mentors and Career Coaches were awesome,2021-01-30,5.0,5.0,5.0,5.0,"The part of this course that really makes it worth the money is the mentors and career coaches. For me, I needed someone to hold me accountable and keep me going. They did just that, along with helping me stay on the right track. I had a great experience... Read More with springboard overall.Read Less",Software Engineering Career Track,Software Engineering +273117,11035,springboard,Adam Nestor,False,2021,Springboard; Mentors Make it Worthwhile,2021-01-29,4.0,4.0,4.0,4.0,I just finished the Springboard Data Analytics Program. The value in the program is 100% the mentorship. My weekly calls with an assigned mentor and my unlimited on-demand mentors allowed me to ask questions and progress through the course at my own pace... Read More and really learn the material. The career coach that I worked with was very helpful as well.Read Less,Data Analytics Career Track,Data Science and Analytics +273010,11035,springboard,Devon Chey,False,2020,Excellent Experience,2021-01-28,5.0,5.0,5.0,5.0,"I had an amazing experience with Springboard! I learned all the ins and outs of end-to-end user experience and user interface design. The best part of the program is the 1-on-1 with a personalized mentor. They are super decorated, nice, and flexible with... Read More you. I would recommend this program with anyone trying to transition into UX/UI Design.Read Less",UI/UX Design Career Track,UX/UI Design +273000,11035,springboard,Johnathan M Moreno,False,2021,Springboard UX/UI Design Career Course,2021-01-28,5.0,5.0,5.0,5.0,"I was hesitant signing up to springboard cause the price seemed really high, but I had spent a year reviewing LinkedIn courses and youtube videos and still wasn't sure where to start. So I took the leap and honestly enjoyed the way the courses were divided... Read More up making for a really easy time learning in each aspect of the lessons. It gives you plenty of information and examples and a great community in case you do get stuck on something.Read Less",UI/UX Design Career Track,UX/UI Design +272956,11035,springboard,April Holder,False,2021,Springboard treats their students as holistic humans,2021-01-27,5.0,5.0,5.0,5.0,"I am so thrilled by my choice with this program. I have been to a lot of schools - I have a bachelor's degree and a master's degree. I used to be a secondary science teacher (middle school), so I feel I know a bit about education and educational institutions.... Read More When I first applied and enrolled in the program, I knew Springboard was the best fit for me (the price point, the time to complete the program, and the industrial design project were my selling points). I was skeptical, however, since this was the first for-profit school that I had attended. I expected the school to provide me with the resources promised and nothing more. However, I discovered that Springboard far exceeded my expectations by treating and supporting me as a holistic human. COVID was tougher on me than I expected, and I was not as motivated throughout the duration of the program as I expected (initially, I wanted to complete my program in 3 months). Springboard had systems in place to keep me (and EVERY student) from falling through the cracks. This is something I never discovered in my public schooling (high school and even my bachelor's). Springboard treated me as the student that I wanted to be (just how I treated my students). They were transparent about my job-guarantee, and even though it took me 9 months to complete the program, I am still eligible for the job guarantee. Every single Springboard I encountered was supportive and provided me with honest feedback. I highly recommend Springboard if you are trying to springboard to a new career.Read Less",UX Career Track,UX/UI Design +272850,11035,springboard,John Davis,False,2021,Springboard has provided a firm foundation to begin a career as a data analyst!,2021-01-25,4.3,4.0,4.0,5.0,"The Springboard Data Analyst Career track is a very good program where I was able to learn the core concepts to begin a career as a data analyst. The course covered the basics of data wrangling, analysis and visualization. I would highly recommend this... Read More course. The course began with the basic business concepts of economics and financial analyst. While these topics were already familiar to me I believe they are essential for someone who has not had any business experience. I did find the the more technical aspects of the course lacking in teaching Python, Tableau, and Power BI. I have communicated to them my issues. I utilized outside resources to supplement their material. One of their biggest strengths is the career services. I have just finished the course and I do not feel I am out here on my own. They provide support through this process.Read Less",Data Analytics Career Track,Data Science and Analytics +272842,11035,springboard,Gwyneth Volkmann,False,2020,"Practical projects, guided coursework, and extensive overview of varied machine learning subjects",2021-01-25,4.7,5.0,4.0,5.0,"The course gives a broad overview of many important topics in data science as well as an in-depth education in the most common topics. From my discussions with friends and colleagues that work in data science, the topics covered in the course are sufficient... Read More for an entry level data analyst job and if you push yourself with the material and the projects you can learn enough to be prepared for a more advanced role. The mentors are very helpful and provide a lot of guidance with projects.Read Less",Data Science Career Track,Data Science and Analytics +272832,11035,springboard,Nishant Saurabh,False,2020,Very good,2021-01-25,4.0,4.0,4.0,4.0,Great place to know the basics first and then take it to advanced level. Mentors are experts and very helpful. They could improve a bit on communications and student advisory part. Good thing is you will always be given the independence to complete things... Read More on your own but at same time they are ready to handhold you when ever needed.Read Less,Data Science Career Track,Data Science and Analytics +272826,11035,springboard,Chris Conner,False,2021,Great program with one criticism,2021-01-25,4.3,4.0,4.0,5.0,"Springboard was a great program to be in. It provided a lot of good project based learning for javascript, python, and node.js. I only have one criticism and if they were to fix it, then I'd rate it 10/10. They require students to finish practice interviews,... Read More behavioral, whiteboard, project, and technical, and only allow you 2 attempts before you're disqualified for the job guarantee. I think they should increase to to 3 or 5 attempts, which would show good faith, especially for those who struggle with algorithms.Read Less",Software Engineering Career Track,Software Engineering +272763,11035,springboard,Tatiana G,False,2020,Great remote option,2021-01-24,4.7,5.0,4.0,5.0,"I attended Springboard from March till November of 2020, and it was a great alternative to live classes. Pros: You get to meet with your personal design mentor once a week for 30 minutes to provide feedback on assignments, career coach for 30 min, and... Read More you can book unlimited support sessions with other UX mentors - so potentially you're looking at 3 live sessions a week which is super helpful. All professionals I encountered were knowledgeable and able to answer my questions. There is also a slack channel for students. You get to complete 3 projects altogether and walk away with a solid portfolio! Cons: They don't have their own pre-recorded curriculum, rather, it's a bunch of links to existing articles or videos posted on the internet that follow UX design cycle and explain all the key concepts. Some of the links are 2-3 years old and might not be as relevant. Also, the course takes more than 6 months to complete for a vast majority of students (they do provide a free extension). Conclusion: the program was both useful and interesting but is probably most suitable for someone who has some prior experience in psychology, art& design, or tech. I got UX contract job shortly after graduation but I already did have several years of work experience in the arts/media.Read Less",UX Career Track,UX/UI Design +272706,11035,springboard,Anthony Ra,False,2021,Springboard provided me with the right training wheels to immerse myself in the basics of user experience design.,2021-01-23,3.7,4.0,4.0,3.0,Pros: Being in control of the pace; 1-on-1 mentorship was so important to my design development and I am very satisfied with the mentor I was matched with; the Industry design project was a great opportunity to work on a team with actual clients. Cons:... Read More being able to switch from UX Track to UX/UI Track without having to start over was something I was exploring briefly. Being able to have that luxury would have been nice. Can't really rate the job support yet - We'll see how that develops.Read Less,UX Career Track,UX/UI Design +272699,11035,springboard,Kuda Mwakutuya,False,2021,Great Program - Feel Competent - Only a few negatives,2021-01-22,4.7,4.0,5.0,5.0,"The instruction was excellent. The TA's were very helpful. My mentor was awesome. I feel confident in my abilities now I am job searching for an entry level position. I am on solid ground. Only drawbacks are that I feel like it was not emphasized that... Read More if you fail any of the mock interviews twice, you do not get the job guarantee. I came to this realization when I started doing the mock interviews at the end. Could be a determining factor in signing up for some people. Also, the mock interviewers need to follow the rubric for the mock interviews more strictly. The amount of variability in how Interviewers should be minimized as much as possible.Read Less",Software Engineering Career Track,Software Engineering +272679,11035,springboard,Jordan Strassner,False,2021,"Overall great experience with the way Springboard approaches teaching not only the technical skills, but also the career skills necessary to find work after completion.",2021-01-22,4.7,5.0,4.0,5.0,"1:1 Mentor Calls provide specifically catered help with anything each particular student needs, the curriculum is thorough, and the career counseling provides the necessary resources and guidance to get a foot into the industry if lacking in background... Read MoreRead Less",Data Science Career Track,Data Science and Analytics +272606,11035,springboard,Alireza Takook,False,2021,Decent comprehensive to get started in Product/UX Design.,2021-01-21,4.3,4.0,4.0,5.0,"Overall, I give springboard 4 out of 5 stars. Pros, one-on-one mentor and career coach calls, which can teach you things that you can't find on internet. The slack community is great and you can find study buddies to be motivated. Their student advisor... Read More are very helpful and accommodating. Cons, course curriculum can be messy and vague at times. The basic elements are decent, but it needs more work. Also it is better to have a background with visual design going in, otherwise your work is not going to be as good. They can include more advanced course materials as optional.Read Less",UX Career Track,UX/UI Design +272557,11035,springboard,Grace Lee,False,2021,Worth the investment!,2021-01-20,4.7,5.0,4.0,5.0,"I completed Springboard's UX/UI Career Track program and I would highly recommend it to anyone looking into a UX boot camp. I initially struggled between choosing the best boot camp for me and felt overwhelmed with the number of options out there. I recommend... Read More reaching out to someone on the Springboard team to get more information and talk about if this is the best option for you. Springboard's curriculum has equipped me well and given me the experience I need to begin my job search in this industry. Springboard also pairs you up with a real-life client as part of your last project and I believe that to be super valuable. Not only was I able to apply the design skills that I've learned throughout the course, but I was able to get real-life work experience and have a valuable project to add to my personal portfolio. The mentorship program is also great and another highlight of the program. I would recommend the boot camp to anyone who is serious about learning UX/UI design!Read Less",UI/UX Design Career Track,UX/UI Design +272528,11035,springboard,Emma Chivers,False,2021,UI/UX Course - A valuable career investment,2021-01-20,4.7,5.0,5.0,4.0,"To preface this review, I started this program while pursuing my Bachelors Degree in Graphic Design. Now although I had 3 years of schooling in Design I felt like the projects I was given didn't provide me with the real-life experience I needed to enter... Read More the industry with confidence. After researching various bootcamps I felt that Springboard provided the best option for the best cost. I ended up signing up for the UI/UX course because it contained an emphasis in not only visual design but also in user research and user experience. I wanted to make sure that when I completed my certification that not only would it provide me with some valuable portfolio pieces but that it would help me feel comfortable applying for a job in the field post graduation. Overall, this course exceeded my expectations the mentors were amazing and provided me with some very valuable feedback whether that was related to various assignments or career advice. As some who went to a university and has a degree in Design I don't think I would have gained the same experience and knowledge I gained from Springboard at school. The experience was truly phenomenal and I would recommend it to anyone (especially females interested in Tech!).Read Less",UI/UX Design Career Track,UX/UI Design +272512,11035,springboard,Ashish Castelino,False,2021,Exceeded my expectation's,2021-01-19,5.0,5.0,5.0,5.0,"After researching online for almost 2 months, I finally zeroed down on Springboard. I have never had a pleasant experience with online studies, however Springboard is a game changer. Not only do they support you completely during the course, an extended... Read More 6 months support, post competition is provided which is an USP to Springboard. Moreover weekly one to one mentor calls, truly motivate you complete the weeks curriculum in order to present/ discuss with your mentor. Springboard also offers a Job Guarantee program to all eligible students, with the best of the best career coaches to guide you find you dream job. What I liked most was the flow of curriculum. Straight to the point. I can confidently say I learnt and enjoyed the last 6 months at Springboard and will definitely recommend SB to family and friends.Read Less",Data Analytics Career Track,Data Science and Analytics +272504,11035,springboard,Alex Zeigher,False,2021,"With a support team, active community, and well-curated material, Springboard sets its students up for success.",2021-01-19,4.3,4.0,4.0,5.0,Springboard is a well run organization that offers ample support and expertise in each field. Students have access to mentors at many convenient times and a community that readily shares experiences and offers feedback. The program is a great way to gain... Read More the foundational skills needed to enter a desired job market.Read Less,UI/UX Design Career Track,UX/UI Design +272425,11035,springboard,Amanda Chang,False,2021,Great mentorship program!,2021-01-18,4.7,5.0,5.0,4.0,"Overall, I think the course is well-structured to help students with different backgrounds to learn new skills in data analytics. Even though it's designed to be a 6-month program, for students with relevant experience, they can speed up their learning... Read More and complete the course within 3-4 months as it's self-paced. I was able to complete the course in 3 months, as the mentors and student advisors were very responsive whenever you have questions (they have many mentors available besides the 1:1 mentor assigned to you). The career service from Springboard is overall very effective as well since most of the career coaches are professional technical recruiters and have been in the field for many years - I've worked with 3 career coaches, they are all very strategic in terms of resume writing and interview preparation. I was able to receive 2-3 times more interview invitations since I joined the program. The 1:1 mentorship is definitely the primary value of the program. My mentor was very supportive and knowledgeable - provide me lots of actionable feedback and advice. He really guided me down a career path that led me to an offer. I am overall satisfied with this investment.Read Less",Data Analytics Career Track,Data Science and Analytics +272340,11035,springboard,Anastazja Davis,False,2021,Springboard Gets Your Ready for Real Work,2021-01-16,5.0,5.0,5.0,5.0,"I had done a lot of research on various boot camps and courses, both college and online, and had come to the conclusion that for the money/time investment, Springboard was my best bet. I also liked that there was a focus on supporting you as you looked... Read More for work. After being accepted into the UX Design Career Track program, my first month or two were pretty easy. I had already taken a few UX courses, so the early parts felt like a refresher, and I felt like I was just getting deeper into the details - which I liked. Then came the middle part of the course. The curriculum is thorough and rigorous, and I felt overwhelmed at times with the amount of work that had to be done in the time period. Obviously doing this all during a pandemic and upheaval of 2020 wasn't easy, but Springboard was excellent about flexibility. I ended up taking a 3 week pause. 1 week off, and 2 weeks to catch up. My 6 months class ended up being more like 8 months, including the internship, which was extremely valuable. Overall, I feel extremely prepared for the job I have now, and I love that I still have access to my curriculum in case I need to remember something. The best part of the course is the mentorship. My mentor gave me such valuable feedback, and really put the entire process in perspective for me. I am very glad I chose Springboard, especially since they don't just rubber stamp your work to get you out the door. Highly recommend this program.Read Less",UX Career Track,UX/UI Design +272312,11035,springboard,Janessa Poole,False,2020,A Life-Changing Course,2021-01-15,5.0,5.0,5.0,5.0,"I am so thankful for my time at Springboard! The course is well laid out and designed to prepare students for a design role. I felt as though the projects contributed to my understanding of Sketch and made me more confident in my abilities to use new... Read More programs for design. By far, the best part of the course was my mentor. I struggled initially due to some personal issues, and he inspired and encouraged me to continue with the course, even when I fell behind. With his support and the support of Springboard's career coaches, I graduated this past month. (With a completed resume and portfolio website to boot!) To any future Springboard students reading this: Know that there is a lot of reading in the first few units that may make you feel overwhelmed. You'll make it through! Take a breath, and even if you fall behind, you will have all the resources to succeed. Good luck!!Read Less",UI/UX Design Career Track,UX/UI Design +272296,11035,springboard,Nicholas Pasieka,False,2021,Helpful online course that broke down data analytics into easy to understand concepts that can be applied to a future career.,2021-01-15,5.0,5.0,5.0,5.0,I loved taking the Springboard course for Data Analytics. It allowed me to work on my own schedule and go at my own pace. I was able to continue working while taking the course and set myself up to finish in the six month timeline. I would recommend this... Read More course to anyone who has an interest in learning about Data Analytics for a career.Read Less,Data Analytics Career Track,Data Science and Analytics +272256,11035,springboard,Julian Wahl,False,2021,A great way to learn a new skillset online,2021-01-14,3.7,4.0,4.0,3.0,"I was reluctant to join a bootcamp from the beginning. Would an online experience truly provide me with the skills that I needed to become and industry professional. After completing the course I can confidently say that you get out of the course what... Read More you put in. For prospective students, the value of this course is not in the certificate you receive at the end, but the portfolio you build out. Many of the learning materials could be found for free online, however the community, mentorship and portfolio guidance are where Springboard excels.Read Less",UI/UX Design Career Track,UX/UI Design +272250,11035,springboard,Anonymous,True,2021,"Great mentor, solid curriculum and decent career support.",2021-01-14,4.0,4.0,4.0,4.0,The mentor in this program made the difference for me. The curriculum was thoughtful and the career support was helpful. Some of the career support resources and role playing could be improved. It would have been nice to have been given a timed mock data... Read More challenge to complete for real world practice.Read Less,Data Analytics Career Track,Data Science and Analytics +272236,11035,springboard,Anonymous,True,2021,Overall I had a good experience and I've learned a lot,2021-01-14,4.3,4.0,4.0,5.0,"I started the course at the end of June 2020. The beginning of the course was great (the content in each of the units and the way they were built). But then in the Economics and Financial units, there were some videos we needed to watch, that I felt like... Read More were not in the level of what Springboard had so far. I think I was mostly frustrated about DataCamp. I did not feel like I've learned too much from it, and needed to find other sources to study from. The mentors (my mentor and the mentor on call) and the career coach I worked with were very professional, and I've learned a lot from them. Even thought the content was sometimes not to what I've expected, I found the overall experience very positive. I was able to find a job in the field while still studying, so I am grateful for Springboard and everything they did for me. Now I am fulfilling a dream I always had and never had the time to pursue (until now). Thank you Springboard!Read Less",Data Analytics Career Track,Data Science and Analytics +272232,11035,springboard,Aman Negassi,False,2020,A valuable investment,2021-01-13,4.7,5.0,4.0,5.0,"I was always interested in looking into a boot camp for improving my programming abilities as I felt college's style of teaching never got to me. With Springboard, my mind was so focused on the curriculum that I questioned if the cost was worth the investment.... Read More In retrospect, I would of started sooner as it expanded my mental horizon in a lot of ways from my approach to learning, improving my productivity, better managing my time, and ,y networking skills that translates to being more sociable. The connections I have made have been so invaluable to my growth as a person that my confidence in my ability to succeed has bolstered by the person I have become. It also served as a good time filler during the Pandemic while I was working on the COVID response and graduating college. It was manageable and I attribute the mentorship to that. This program fills the void that college could not fill for me as I feel more clarity in my direction path.Read Less",Data Science Career Track,Data Science and Analytics +272144,11035,springboard,Shakita Dennis-Chain,False,2021,Great Mentorship and Curriculum. More Real-World Experience and Repetition Required.,2021-01-11,4.7,5.0,5.0,4.0,"Springboard provides a high-level overview of data analytics. It is self-paced and convenient for those who are trying to learn with other time constraints. The statistics methodology is sound and concise. It was the perfect complement and review to my... Read More Quantative Analysis MBA class and Linear Optimization class. Springboard teaches the fundamentals, but students must take the initiative after the course to continually practice and learn to handle exceptions that were not covered in the course. The course focuses on analyzing data once it is cleaned, but data cleaning techniques are necessary to be successful in the industry if you're not given a clean dataset by a data scientist or a data engineer. I became more confident and learned more after internships with data that required mining and cleaning than simply by focusing on concepts in class. If Springboard incorporates an internship, then it would be excellent! The mentors come from the industry and have worked at major companies like Hewlett Packard. Career coaches have worked in a variety of industries as recruiters. So, their advice can be helpful. Everyone wants you to succeed. So, it was a positive experience. My review of Springboard will be complete when I am employed. If I gain employment, then it was worth the effort. If not, then perhaps the program needs adjustments.Read Less",Data Analytics Career Track,Data Science and Analytics +272139,11035,springboard,Hannah-Lee Grothaus,False,2021,Worth It,2021-01-11,4.7,5.0,4.0,5.0,"If you're considering a career in Data Analytics but don't know where to start - Springboard is for you. They give you all the tools you need to get started and provide support every step of the way. Is it challenging? YES! And that's GREAT because they... Read More really prepare you for what you can expect in real situations. Is the curriculum perfect? No, occasionally the directions would be contradictory or confusing. BUT there are many mentors, students, and advisors ready to help or fix such things as you come across them. I researched many courses before deciding on Springboard. I don't think you'll find a better price for the support and education you get from them. I am actually confident I will get a job as a data analyst because of Springboard. I came from an arts background, with no analytics experience, and 8 months later am being interviewed for data analyst positions. I got SO much out of this course and am happily writing this review because I truly believe others can too.Read Less",,Unknown +272119,11035,springboard,Kelvinvino Assumpta,False,2020,"Pretty good curriculum, excellent mentorship!",2021-01-10,3.7,4.0,4.0,3.0,"This course will help teach the fundamentals of UX/UI Design through hands-on course work and accompanying curriculum. You will have a mentor and career coach who will be guiding you throughout the curriculum, in my opinion this is where the course really... Read More shines, you will be able to ask and learn a lot of things from professionals. I need to point out that mentors are a hit or miss, there are some mentors who are really willing to help and some that are not, good thing about this is you will be able to reach out to Springboard and request a switch. Overall, the course will give you the tools to succeed in a professional environment- they cover basic fundamentals, design sprints, and you will also be matched with a company for your final project to experience real-life scenario work as a designer. The course is self-paced, I finished the course within 6 months and some students have finished even earlier. Job assistance is pretty mediocre, there are no job placements but at the end of the course Springboard will be sending you a list of companies that can give you a referral before you apply for the job.Read Less",UI/UX Design Career Track,UX/UI Design +272118,11035,springboard,Cherice Chang,False,2021,Mentorship program was awesome!,2021-01-10,4.7,5.0,4.0,5.0,"The course content was pretty standard, but the mentorship aspect of the program was absolutely awesome! I wasn't expecting myself to rely on it so much. My mentor have kept me accountable to finish the coursework and provided valuable feedback to my... Read More projects with specific instructions, such as cleaner syntax and new methodology to think solve the problem. He has also showed me some of his personal projects from start to end and that is so cool! As someone who has not been exposed to the data science methodology a lot prior to the program, seeing how it's applied to actual real world example is really really helpful. I would totally recommend this program for its mentorship program.Read Less",Data Science Career Track Prep,Other +272097,11035,springboard,Kara Brandon,False,2020,Solid curriculum and project-based work--learn by doing.,2021-01-09,5.0,5.0,5.0,5.0,"I am thankful for my time with Springboard. There is no doubt that I have leveled-up my skills as a designer, and have increased my value to teams--it follows that there is a sizable pay increase for the types of roles I am now qualified to fill. Coming... Read More into the bootcamp, I made it clear that there would only be value on my investment if I created good work, honed marketable skills and took it upon myself to work as hard as I can to create good work and get noticed. I think it's important to understand that your bootcamp alone is not going to land you a job. The effectiveness of your work will get you noticed, and your work with career advisers to ace interviews alongside finding an awesome culture fit and industry you can get excited about will combine to land you a role. I have heard this in multiple job interviews, that the reason I'm in the interview is because of the quality work in comparison to other bootcamp grads who don't have a design background. This is especially true if you're into UI, less so for UX. I do feel the curriculum and the projects set students up to create the right types of work to get hired. As a designer, I brought a healthy amount of design skills to the program, and I think that really helps throughout the course and job hunt. I do feel it was more challenging for fellow students without a design background to cram design skills into their work while learning the value of UX. The most valuable project is your Industry project, where you'll be matched with a company to help them solve some UI/UX issues--this is really valuable and acts as an internship inside your bootcamp. I really loved my industry team and felt it added a good project to my portfolio. I had a great mentor who offered really fair and measured advice. She also creates her own content and has an awesome portfolio with large brands, so I immediately felt that lent to the value of the course. Overall, Springboard launched some great opportunities for me, and I would recommend it for students in design and/or students who wouldn't mind working a bit harder to learn design basics to then apply to their UX workRead Less",UI/UX Design Career Track,UX/UI Design +272094,11035,springboard,Lauren Joy,False,2020,One year to more than triple my income,2021-01-09,5.0,5.0,5.0,5.0,"To preface this review, I began this program with a background in a very specific area of design outside of tech. I had experience with design thinking and collaboration, just not in a corporate setting. I signed up for the UI/UX career course because... Read More of how comprehensive it seemed to be. I wanted to make sure that when I completed my certification that it would really land me in a position to feel comfortable taking a job in the field. It took me the entirety of 2020 to complete the program (I took some breaks and extensions) but I accepted a job offer within a week of completing the course. The job offer was exactly what I was hoping for when I was working on the program and I know that the extra time and energy that I put into the course allowed me to get the role. This course will give you what you put into it. You have to put in the work and you have to advocate for yourself. Take advantage of mentorship and career guidance. Don't cut corners with your portfolio. Stay focused. If you do, this course can change your life like it did for me. I will be moving forward making more than 3 times as much as I ever have in the past.Read Less",UI/UX Design Career Track,UX/UI Design +272062,11035,springboard,Will Trail,False,2021,Springboard Data Analytics Career Track,2021-01-08,5.0,5.0,5.0,5.0,"Springboard's Data Analytics Career Track curriculum covers a multitude of topics, both technical and non-technical. While most students are focused on learning software and other technical aspects, Springboard also has a heavy focus on career development... Read More and the 'soft' skills necessary to build a network to help you find a role and build upon in the future. The career guidance is supported by your personal mentor, the Springboard staff and a library of helpful reference documents. Whether you need help with a piece of software, job guidance or stuck on a certain question, help is easy to get. The curriculum is well thought out in it's layout and builds an early foundation that is utilized in later units. I definitely recommend this certification and its ability to set you up for future success. Use this link for a course discount https://www.springboard.com/invite/5SC3URead Less",Data Analytics Career Track,Data Science and Analytics +272056,11035,springboard,Rukmini Natarajan,False,2021,UX Design Career - Absolutely Amazing Experience,2021-01-08,5.0,5.0,5.0,5.0,"Getting into the UX Design Field was a dream for me. It is a field which I am extremely passionate about. I was at a stage where I wanted to do a proper course but not a full length graduation for more than 2 years. My main priority was also not just... Read More the course material but would I be taught the things that are necessary in a working environment. That's when I started researching about Courses and came across Springboard. Of all the courses I listed down, Springboard was the most flexible I could find to fit into my schedule. Initially it was just the basic/Foundation of UX. But as I went deeper and deeper, I felt like I was studying and managing a project in a working environment. At the end, I got the opportunity to do a project in a proper company and get the feel of utilising what I learnt in the course to solve a real-life company problem. I have to admit, despite doing the huge capstone, I was still scared, wondering What If I am not able to solve their problem or what If I do things that might be embarrassing. But the mentors and student advisors were there every step of the way calming my rapidly beating heart. But once I got into the company, things just came out smoothly, that's when I truly started appreciating the course on how well it prepared me to do this job, and thoroughly enjoying it during the process. All this I was able to do while having a baby and taking care of him afterwards. That's another reason I am glad I chose Springboard. Once I became pregnant after the course, I had only 6 months time to finish it, but I was gonna have a baby and everything. Thats when I reached out to Springboard telling them my concerns. Not only did they take my situation into consideration, but understood my predicament, and tailored the course around my schedule so that I may complete the course and start applying for a job. They told me, they understand how difficult it would be for a person who is having a baby, take care of them, and come back into the job market. Which is why, they would like to help me in anyway to prepare me to get a job. For that I am filled with gratitude. Thankyou Springboard for this and for making me have a good portfolio.Read Less",UX Career Track,UX/UI Design +272005,11035,springboard,Anonymous,True,2020,Great Learning Experience,2021-01-06,4.7,5.0,5.0,4.0,"I took the UI/UX Career track with springboard. While an intensive program, this course gave me a thorough education and understanding of UX design that I had been seeking. The 1:1 mentorship was the highlight of my experience, since I got to talk face... Read More to face with someone that gave me constant support and encouragement. Although an online learning experience, springboard does its best to find ways to still build community. However I do think it would be great if there was more required interaction with peers through things such as group projects or critiques. Overall, it was great for my career because it not only taught me UX but it pushed me to network more and gave me resources to very current topics in the field of tech and design.Read Less",UI/UX Design Career Track,UX/UI Design +271982,11035,springboard,JOYJIT CHOWDHURY,False,2021,Nothing short of a university curriculum - perfect upskilling,2021-01-06,5.0,5.0,5.0,5.0,"Springboard's Machine Learning Career Track has been one of the best career decisions I have ever made. From online advertisements, Machine Learning or Data Science aspirants may have doubts about how effective the curriculum is or whether the job guarantee... Read More is worthwhile given the detailed curriculum and course fees. But trust me, from someone who has gone through this, every penny will count provided you UTILIZE their brilliant offerings and EXECUTE the plan which they advise. Mentors and Career Coaches are blessings which one will cherish while learning a new technology and looking for jobs. This is The USP of Springboard. They are such wonderful people to work with - they have patience to handle all your worries and advise you with the best strategies. Remember to stick to the plan and not to lose focus or pace - and you will see how this course works wonders for you. Thank you Springboard.Read Less",Machine Learning Engineering Career Track,Machine Learning and AI +271967,11035,springboard,Anonymous,True,2021,An excellent endeavor with awesome mentors,2021-01-05,4.0,4.0,4.0,4.0,"The curriculum was good especially since we were given the opportunity to practice what we had learned through two capstone projects, a design sprint, and an industry design project. What really made it worth it though was the weekly feedback from the... Read More mentor.Read Less",UI/UX Design Career Track,UX/UI Design +271962,11035,springboard,Kaitlin Conover,False,2020,Enroll now if you're looking to make a career change,2021-01-05,4.7,5.0,5.0,4.0,"Springboard provided me with the tools needed to jumpstart my career in UI/UX Design. I highly recommend enrolling in this course if you are interested in making a career change or pivot from your current role. They thoroughly explain every detail/process... Read More of UI/UX design and are constantly updating the curriculum to stay as relevant as possible. However, I whole-heartedly believe you get what you put into it. My advice would be to take advantage of your mentor's time and go the extra mile in your projects, you won't regret it!Read Less",UI/UX Design Career Track,UX/UI Design +271957,11035,springboard,Anonymous,True,2021,Worth It,2021-01-05,4.7,5.0,4.0,5.0,"If you're considering a career in Data Analytics but don't know where to start - Springboard is for you. They give you all the tools you need to get started and provide support every step of the way. Is it challenging? YES! And that's GREAT because they... Read More really prepare you for what you can expect in real situations. Is the curriculum perfect? No, occasionally the directions would be contradictory or confusing. BUT there are many mentors, students, and advisors ready to help or fix such things as you come across them. I researched many courses before deciding on Springboard. I don't think you'll find a better price for the support and education you get from them. I am actually confident I will get a job as a data analyst because of Springboard. I came from an arts background, with no analytics experience, and 8 months later am being interviewed for data analyst positions. I got SO much out of this course and am happily writing this review because I truly believe others can too.Read Less",,Unknown +271886,11035,springboard,nan zhou,False,2020,Well structured,2020-12-31,4.0,4.0,4.0,4.0,"Well, overall, the course is well designed with 3 components, self-paced curriculum, community in slack and mentorship. Keep you on track on your progress steadily. As for curriculum, I like the spiral learning method that visiting the same topic multiple... Read More times from easy to hard. However, some of stuff you still need external reading to help you connect the dots of knowledge points in order to move on. As for community, it's helpful. You can throw any question you have. As for mentorship, quickly you will find out that half hour a week is too short to have all you question to be answered. The mentor is experienced, knowledgeable and supportive.Read Less",Data Science Career Track Prep,Other +271882,11035,springboard,James Desrouleaux,False,2020,"Concise, yet adequate technical/professional development training for Data Analytics",2020-12-31,4.3,5.0,4.0,4.0,"Pros: Flexible, thoughtful sequencing of curriculum, and helpful mentors/advisors/community Cons: the analytics track SHOULD have intro to machine learning. Consequential presentations should be taped. How are the mentors and coaches trained? IMO the... Read More career coach experience should be a bit more stream-lined where experience/expertise/professionalism should feel similar. How are the trainers trained? This should some how be communicated. The SQL module has room for improvement. Perhaps consider another vendor aside/in addition to Data Camp? FEELS like there is a missing learning piece between the “introduction” and “intermediate” section Springboard administers. The excel module should delve in to basic macros in addition to pivots. Both are valuable and seem to be in demand.Read Less",Data Analytics Career Track,Data Science and Analytics +271870,11035,springboard,Chieh-Ying Lu,False,2020,Springboard UI/UX Career Track Certification,2020-12-30,5.0,5.0,5.0,5.0,"I am so glad I chose Springboard to help me in transitioning my career path. Springboard not only provides a structural curriculum that help students to gain necessary knowledge and skills, the program also provides the best mentors and career coaches... Read More to help students succeed.Read Less",,Unknown +271848,11035,springboard,Robert Bennett,False,2020,Wonderful experience with great support.,2020-12-30,5.0,5.0,5.0,5.0,"I was very satisfied with the Data Analytics Career Track at Springboard. From enrollment to completion everyone I interacted with was very friendly. The main reason I was attracted to Springboard was the 1:1 mentorship that was part of the learning process.... Read More As a novice to Data Analytics, I was very happy to have the mentor to guide me when I struggled and showed me new insights along the way. I would recommend Springboard to anyone I meet. What a great investment for my future.Read Less",Data Analytics Career Track,Data Science and Analytics +271832,11035,springboard,Jill DeClavasio,False,2020,UX/UI Design Career Track course,2020-12-29,5.0,5.0,5.0,5.0,"I just wrapped up the full-time UX/UI Design Career Track program through Springboard, and what an experience! Overall, great curriculum with in-depth projects and resources. The support from Springboard was incredible- the mentor I was matched with went... Read More over and above, we had great discussions and he provided helpful feedback and direction time and time again. The fact that I can't readily think of any major 'cons' speaks to the preparation and thought that went into designing this course! I will definitely recommend Springboard to anyone that may be looking for a remote study option.Read Less",UI/UX Design Career Track,UX/UI Design +271826,11035,springboard,Pravati Swain,False,2020,Springboard is a great eLearning platform and I had a great experience learning there!,2020-12-29,5.0,5.0,5.0,5.0,"I have enrolled for the Data Science Career Track program at Springboard and I had a great learning experience there. Springboard has a very good course curriculum which guides from the basic to higher level. The course curriculum has two capstone projects... Read More and 14 mini projects which helps to understand the Data Science concepts very well. The best part of the course is they provide us a weekly call with an industry expert mentor who guides throughout the course and also they have unlimited mentor calls facility to clear any doubts throughout the week. We also had calls with a career coach who helped with tailoring portfolio, resume, guided for networking, behavioral interview and many more to get ready for the interviews. We also had office hours for general Data Science and career services. I had great experience with my student Advisor, who was very understanding, flexible and granted me several course breaks when I needed one. At the end of the course, we had four mock interviews on General Data Science, Coding, Project Walkthrough and Behavioral which helped us to review all the course curriculum and get ready for the real interviews. Now I am confident to apply all my Data Science knowledge in my job and loved learning at Springboard.Read Less",Data Science Career Track,Data Science and Analytics +271806,11035,springboard,Ellie Morris,False,2020,A Confidence Building Experience,2020-12-28,5.0,5.0,5.0,5.0,"The entire course at Springboard was such a great experience, from beginning to end. The research not only allowed me to expand my knowledge, but it taught me how to self-learn. Originally, I had enrolled in a UX Bootcamp with UCI, and planned to attend... Read More in person classes. However, when COVID came about, they moved their entire course online, and didn't alter the 12,000 tuition. I wasn't sure how prepared UCI would be to conduct remote classes, and if they would be able to offer the same value as if it had been in person. When I called them, I received no change in the tuition for a fully remote course, and little help. This reception changed my mind about the course, and with much difficulty sought to get back my downpayment as the course was no longer the same. I decided to look for a course that was intended to be online, as I was hoping that they would have a curriculum built around the online factor. I researched multiple schools, and settled on Springboard as it was reputed for a wealth of curriculum and resources. My introductory phone call went so well, and the woman I spoke with expressed sympathy for my complications with my UCI Bootcamp. The tuition for my UX Career Track was half of the tuition for UCI, which would now be the in the same format. I was wary of the online factor, and wasn't sure if I would be able to find motivation to keep up with my work. When I began, it seemed as though Springboard already knew the struggles of working from home. The best thing that cut against my procrastination was having a mentor who I met with once a week. Every week I wanted to have accomplished something new to show him, and have moved forward in the course. In addition, one of my favorite little things was that there was a little note on each section, saying how long it took to complete the section. It became a game for me, seeing how quickly I could complete the section, trying to beat the time. (While still retaining the information I learned.) Springboard drew from a wealth of resources, and offering me viewpoints from websites I had never heard of, I learned of sources I could continue to tap for information. My UX course took me through the design process, taught me how to think about it, my mentor refined my process, and at the end of the day, left me feeling equipped beyond what I thought possible. In addition, there were career calls throughout the course that taught me how other professionals responded to me, and built my confidence so much. I felt like the course successfully brought me, not to the end of the course, but to the start of my career. I was brought into the world of UX Professionals, and accepted as one of them. I have and will continue to recommend Springboard to people around me. The course gave me a strong foundation, and boosted my confidence to view myself as a UX Designer, and an industry professional.Read Less",,Unknown +271794,11035,springboard,Emiliano Zapata,False,2020,Great Program,2020-12-28,5.0,5.0,5.0,5.0,"I had been checking out the pros and cons on various programs for sometime. Springboard came out to be the one that offered the most bank for your buck, it is immersive, goes deep into the program, and has great support staff and really challenges you.... Read More At the end, you end up with a nice portfolio but it is not easy task, you have to work hard completing all the units.Read Less",,Unknown +271793,11035,springboard,Ellie Morris,False,2020,A Confidence Building Experience,2020-12-28,5.0,5.0,5.0,5.0,"The entire course at Springboard was such a great experience, from beginning to end. The research not only allowed me to expand my knowledge, but it taught me how to self-learn. Originally, I had enrolled in a UX Bootcamp with UCI, and planned to attend... Read More in person classes. However, when COVID came about, they moved their entire course online, and didn't alter the 12,000 tuition. I wasn't sure how prepared UCI would be to conduct remote classes, and if they would be able to offer the same value as if it had been in person. When I called them, I received no change in the tuition for a fully remote course, and little help. This reception changed my mind about the course, and with much difficulty sought to get back my downpayment as the course was no longer the same. I decided to look for a course that was intended to be online, as I was hoping that they would have a curriculum built around the online factor. I researched multiple schools, and settled on Springboard as it was reputed for a wealth of curriculum and resources. My introductory phone call went so well, and the woman I spoke with expressed sympathy for my complications with my UCI Bootcamp. The tuition for my UX Career Track was half of the tuition for UCI, which would now be the in the same format. I was wary of the online factor, and wasn't sure if I would be able to find motivation to keep up with my work. When I began, it seemed as though Springboard already knew the struggles of working from home. The best thing that cut against my procrastination was having a mentor who I met with once a week. Every week I wanted to have accomplished something new to show him, and have moved forward in the course. In addition, one of my favorite little things was that there was a little note on each section, saying how long it took to complete the section. It became a game for me, seeing how quickly I could complete the section, trying to beat the time. (While still retaining the information I learned.) Springboard drew from a wealth of resources, and offering me viewpoints from websites I had never heard of, I learned of sources I could continue to tap for information. My UX course took me through the design process, taught me how to think about it, my mentor refined my process, and at the end of the day, left me feeling equipped beyond what I thought possible. In addition, there were career calls throughout the course that taught me how other professionals responded to me, and built my confidence so much. I felt like the course successfully brought me, not to the end of the course, but to the start of my career. I was brought into the world of UX Professionals, and accepted as one of them. I have and will continue to recommend Springboard to people around me. The course gave me a strong foundation, and boosted my confidence to view myself as a UX Designer, and an industry professional.Read Less",,Unknown +271791,11035,springboard,Kelsey Spoelstra,False,2020,"Great Experience, Great Mentorship",2020-12-28,5.0,5.0,5.0,5.0,Springboards UI/UX Design career track was a super informative and fun course. I learned so much and feel prepared for a job in the industry. My favorite part of the course is the mentorship. I learned the most through my mentor! Springboard also gives... Read More students the opportunity to work with a real client for 4 weeks and this is great preparation for the real world in UI/UX design.Read Less,,Unknown +271745,11035,springboard,Conor Wagner,False,2020,"Springboard challenges you to work hard, and learn a lot.",2020-12-24,3.7,4.0,3.0,4.0,"I would recommend Springboard to anyone trying to learn while working. The independent and self pace structure is what set it apart from other programs, and the mentors are there for you the whole way. At times, I did feel it was a little too independent... Read More and got very stressed out, but there are a bunch of resources and a community there if you need it. Honestly, my decision to do the course was very spontaneous and I after I signed up I was overwhelmed, but now that it's over I can't be more happy with my decision. This course set me up for a new career path, something that I was in desperate need for. I'm just about to start my job search in a bad economy, so a bit nervous. But proud of myself for using the pandemic as a time to learn and grow instead of wait around.Read Less",,Unknown +271744,11035,springboard,Jacob Wojcik,False,2020,Accelerated my Career,2020-12-24,5.0,5.0,5.0,5.0,I took the Data Science Career Track (and prep) and was very impressed with the material covered and the real world examples they used in this course. If I was to do it all over again I would schedule a 1:1 mentor call each day on top of my weekly mentor... Read More call. The daily mentor call people can help you with anything but you only get 1 a day. I ended up finding a job before I graduated the course. I owe a lot to Springboard for my success!Read Less,,Unknown +271743,11035,springboard,Anthony Truscello,False,2020,Data Scientist course review,2020-12-24,4.7,4.0,5.0,5.0,I took the Data Science Career Track (and prep) and was very impressed with the material covered and the real world examples they used in this course. If I was to do it all over again I would schedule a 1:1 mentor call each day on top of my weekly mentor... Read More call. The daily mentor call people can help you with anything but you only get 1 a day. I only wish Springboard would increase this count because there is a lot of stuck moments when you try to do this 4+ hours a day. Side note: I took this as the monthly installments and was able to do the course in 4 months (saving 2 months at almost $1500/mo = 3k SAVED!!!)Read Less,,Unknown +271737,11035,springboard,Nicolas B,False,2020,Hard but worth the effort,2020-12-24,4.3,5.0,5.0,3.0,"The courses mainly consist of videos and articles to be read and watched. This may seem counterproductive, but in the long term, one realizes that the organization of the work has been designed to maximize the assimilation of knowledge - everything has... Read More been distributed according to a precise agenda, which presents successive objectives in the same way as a game (with progress bar, etc). Following your own progress week after week, taking a review each time with your mentor is fun, exciting and above all very effective. You find yourself absorbing a significant amount of knowledge in a very short period of time. Just be warned that the UX / UI course is quite dense, and should not be taken lightly. The training is well worth the investment if you do it seriously. Last precision : I think that the courses proposed by Springboard are mostly valued in the United States. In Europe, few people seems to know this institution. It's unfortunate, but people are starting to do the same thing here - which is a good sign in regards of quality.Read Less",,Unknown +271682,11035,springboard,Amir Fatemi,False,2020,Springboard-Data Science Career Track,2020-12-22,5.0,5.0,5.0,5.0,"I enrolled in data science carrer track at springboard and it took me about 8 months to finish the course, so it takes a lot of work and dedication. I did two projects utilizing machine learning and deep learning to build a recommendation engine and an... Read More object detector. I believe springboard did a good job at everything it promised. the advisors were always helpful and in general I learned alot!Read Less",,Unknown +271627,11035,springboard,Anthony Truscello,False,2020,Data Science Career Track,2020-12-21,4.7,5.0,5.0,4.0,I took the Data Science Career Track (and prep) and was very impressed with the material covered and the real world examples they used in this course. If I was to do it all over again I would schedule a 1:1 mentor call each day on top of my weekly mentor... Read More call. The daily mentor call people can help you with anything but you only get 1 a day. I only wish Springboard would increase this count because there is a lot of stuck moments when you try to do this 4+ hours a day. Side note: I took this as the monthly installments and was able to do the course in 4 months (saving 2 months at almost $1500/mo = 3k SAVED!!!)Read Less,,Unknown +271585,11035,springboard,Sonia Abdulbaki,False,2020,Organized and Hands-on,2020-12-20,5.0,5.0,5.0,5.0,"I really enjoyed the organization of the course. It was well-paced and told me where I was at in the curriculum and where I should be in any given week to keep me on track. The mentor calls were consistent and helpful and everyone at Springboard was super... Read More responsive and positive. The course covered the field in-depth and provided hands-on course material that gives students the skills needed in the field. The work includes partnering with a real world company, so by the end of the course you have a developed portfolio of your projects that showcase your skills and expertise.Read Less",,Unknown +271452,11035,springboard,Erica Meng,False,2020,Good experience with the program,2020-12-16,4.7,5.0,5.0,4.0,"Pros:- intensive online materials- good support team from mentor, career coach, and admin team.- hands-on projects and industrial experience- the community is also supportive- weekly office hours and mentor meetings Cons:- lack of collaboration with fellow... Read More students- wish that we can work with mentor on projectsRead Less",UI/UX Design Career Track,UX/UI Design +271418,11035,springboard,Megan Sullivan,False,2020,Great Mentor Experience,2020-12-15,4.3,4.0,4.0,5.0,"The mentor experience made this for me. He was so great and was up to date on the latest UX trends. He also did a great job of pushing my work and pushing myself. I found some of the course material was outdated as this is an ever changing field, but... Read More he did a great job navigating me through this and bringing me up to date.Read Less",UX Career Track,UX/UI Design +271370,11035,springboard,Filbert Aguilar,False,2020,"Amazing curriculum, mentorship program and support resources.",2020-12-14,5.0,5.0,5.0,5.0,"The mentorship experience really helped me understand and progress through the material. My student advisor was also a huge part of my success. They were very attentive and quickly addressed any issues I had. To summarize, you are challenged by the complex... Read More subject matter but are well taken care of and supported throughout the program.Read Less",Data Science Career Track,Data Science and Analytics +271358,11035,springboard,Joshua Young,False,2020,Put me on the right track,2020-12-13,5.0,5.0,5.0,5.0,"Excel is not a sexy buzz word language to learn and I was a bit put off that this is what Springboard started with. By the end of the curriculum I was so happy that they started with the basic programs that are still in circulation and in the legacy system... Read More and taught up to the latest technologies that a budding startup would use. Besides teaching a full gambit of tech in the data science world they have an incredible mentor program one that extends beyond completion of the course. The mentors do set Springbaord apart as they have immediate (getting a meeting within 24 hrs) technical mentors willing to help with projects, personalized mentors that you meet with once a week, mentors that you present to and finally career coach mentors helping you navigate through interviews, resume building and networking on LinkedIn. Cons: Though they do have a job guarantee program it is exclusive and you have to meet quite a few standards to be accepted. Even after being accepted if you do not complete some projects within the allotted tries you get kicked out of the program. I personally was not apart of the job guarantee program, but found when I was asking about post job placement of graduates the numbers only reflected those who had the guarantee.Read Less",,Unknown +271357,11035,springboard,Marissa Vitols,False,2020,Springboard is worth everything!,2020-12-13,5.0,5.0,5.0,5.0,"From the 1:1 mentor oversight to the specially curated program that focuses on career and technical, it is worth the 6-months, and the money! I do wish the mentors were paired with students a little bit more based on personality and skill, etc., but it... Read More was still an amazing add-on.Read Less",Data Analytics Career Track,Data Science and Analytics +271303,11035,springboard,Anonymous,True,2020,Great program,2020-12-11,5.0,5.0,5.0,5.0,I was always interested in data but only this year decided to try and learn a new skills! I went with Springboard due to high recommendations from my cycle! I enjoyed the curriculum very much as well as working with the industry professionals and career... Read More coaches!Read Less,Data Analytics Career Track,Data Science and Analytics +271302,11035,springboard,Anonymous,True,2020,Misleading,2020-12-11,1.7,1.0,3.0,1.0,"While the course is good, they do hide many things which is why I am reviewing it so poorly. They recommend a prep course for the larger, more in depth courses, which cost money. That's fine however, since after you take the prep course, they subtract... Read More the prep course from the main course. Seems legit, right? Well that's only if you have a bachelors degree in the same field, but that of course is in the small print and is very misleading by their advertisement. So that was $500 down the drain. Next I apply for their Data Science Career Track Course, which I had to take a test to get into to show that I at least have some basic knowledge. So I take the test, pass, enroll. Now I'm taking the first part of the course, about 20 hours into the coursework and it is basically the prep course all over, yet I have to pass it all to get the certificate. That's fine though because they have the ""job guarantee"" and that's why I chose Springboard over the other choices. I applied and am accepted into their course, then a week or two later I pay for the course, a whopping $7500, though if I'm guaranteed a job, that's well worth it! This is where the sneaky fine print comes in again... The nearly two weeks in between being accepted and paying, they could have called me to talk about the ""job guarantee, but waited until after I paid. So they call me the day that I pay and let me know that since, again, I don't have my bachelors degree in Data Science that I'm not qualified for the job guarantee.So now here I am, I paid $8000 for something that's not even guaranteed where I could have just taken free courses from Udemy.com and accomplished the same thing. Overall, I'd say if your job or someone else is paying the tuition, go for it, otherwise, save the nearly 10k and just learn it on your own for free from the several, several other free or cheaper sources.Read Less",Data Science Career Track,Data Science and Analytics +271294,11035,springboard,Gabrielle Pangilinan,False,2020,Supportive every step of the way,2020-12-11,5.0,5.0,5.0,5.0,"I love that I got to meet my mentor once a week plus emailing him whenever I needed feedback or advice during the course. The process of going through each unit was pretty fluid and Springboard continues to make improvements to the user experience of... Read More their platform for everyone no matter what section they’re on. The advisors always get back to me whenever I had questions. Something that I hope they add to the curriculum is a feature that either shows a call-to-action if a work submitted for a unit was approved or not. Sometimes I submit work and turns out I need to go back to make edits when I’m already on the next unit. Also when it came to moving on to the IDP, I didn’t know that I had to email my advisor. So maybe adding a button in the IDP unit to confirm that the student is ready to start the IDP could make it easier.Read Less",UX Career Track,UX/UI Design +271117,11035,springboard,Richard Pisano,False,2020,Excellent Experience!,2020-12-06,4.7,5.0,4.0,5.0,"Studying at Springboard was one of the best decisions I made this year. While their curriculum is clearly structured and well-organized (which is great for anyone who is new to studying data analytics and is not sure where to start), it was their ongoing... Read More support with career advisors, 1-on-1 mentorships, and dedicated support advisors that made my experience truly worthwhile. If you're on the fence on where to start your data analytics journey, I would 100% recommend Springboard!Read Less",Data Analytics Career Track,Data Science and Analytics +271108,11035,springboard,Theofilus P Pujianto,False,2020,Springboard provides a great framework for your Data Science Career Track,2020-12-06,4.3,4.0,4.0,5.0,"P.S. I took this class while busy working full time during this pandemicThis program is not just a classroom. It is something new to me since I've only been in traditional school or classroom. I think what Springboard taught me is pretty practical and... Read More on top of that, the mentor. Imagine if you have a TA but this is from the industry, that's my experience with my mentor. More than just the curriculum, what I found very helpful is the job search support. Of course, I could not speak that much since I have not found a job as DS yet, but I do feel like it's helpful. Instead of just blindly applying for jobs posted on job boards, I was taught more methodically profound approach (which hopefully I can testify with a success in the near future).The cons - it's quite overwhelming. Unless you have DS background or similar, you would need to work hard to get as much as possible from this program. For me personally, it was quite too much at times. I allocated times after finishing the program to actually review / relearning data science from other articles to sharpen my data science skills. Do you have to do the same? probably not. During my review, I found I picked up the materials pretty fast. Doing review on your own will give you extra confidence in your knowledge but it'd come back to you.Read Less",Data Science Career Track,Data Science and Analytics +271106,11035,springboard,Madison Schoenbeck,False,2020,Springboard UX Design Career Track,2020-12-06,4.3,4.0,4.0,5.0,"Pros -Flexibility with your schedule-1-on-1 mentorship-Great job preparation-Create Portfolio-Learn UX Fundamentals-Springboard works to give you a community to engage with Cons-Could be more challenging-Not really a con, but you need to be self-motivated... Read More since it's onlineRead Less",UX Career Track,UX/UI Design +271078,11035,springboard,Jason D. Posavad,False,2020,They do what they say they will,2020-12-05,5.0,5.0,5.0,5.0,"Expect a solid grounding in SQL, MS Excel, Power BI, Tableau, Python, and Presentation skills. Everything you need to be a functional Data Analyst. The platform they use is very slick and user friendly. They intelligently use Business concepts, including... Read More Finance, Statistics, and Economics as a context to learn Data Analytics skills. The curriculum will not teach these topics themselves, but provide context to create the feel of a real-world data analytics project. Job search support is excellent and will get you on the right track to finding employment. Mentorship I found to be very informed and helpful. They offer really more support than you could realistically consume. No reason why anyone would leave disappointed in this course.Read Less",,Unknown +271033,11035,springboard,Hailey Gryka,False,2020,Great mentoring,2020-12-03,4.3,5.0,4.0,4.0,"I had a great experience with Springboard and learned so much from my mentor and career coach. I'd highly recommend this course to anyone looking to break into the field or looking to brush up on their skillset. With the self-selected topics for capstones,... Read More you can begin to build your portfolio using the work you do in the course and get feedback on the work from someone in the industry. Highly recommend Springboard!Read Less",Data Science Career Track,Data Science and Analytics +270956,11035,springboard,Jean-Paul Faraj,False,2020,"Overall an incredibly streamlined way to learn UX, but make sure you are ready to self motivate yourself and keep on track!",2020-12-01,4.3,4.0,4.0,5.0,"This course met my expectations and gave me a good foundation to build upon. I have worked as a freelance web designer in the past, so I believe I was at an advantage compared to those who had not worked within design before. I feel for those I talked... Read More to who had not worked in design before, that they felt a little overwhelmed with the pace of the course. But if you keep motivated it is all achievable. Also to note: the job guarantee due to COVID is longer than 6 months, likely 12. The sales person who got me to sign up made it seem pretty cut and dry that it was 6 months. I then paid and got to read the fine print and was slightly disappointed. Pros:- Streamlines what you need to know when starting out.- Great mentorship.- Good solid projects and support for these projects.- easy to use student portal with all curriculum and important information easy to find.Cons:- If you do not already have experience using design software you will spend WAY more time learning this than the others who know some already.- Booking calls for support can sometimes be a bit hard to find.- Most of the content they share is links to and resources that are not their content, so technically you could find most of this on your own.Read Less",UX Career Track,UX/UI Design +270942,11035,springboard,Anonymous,True,2020,Great learning experience!,2020-11-30,4.5,5.0,4.0,0.0,This is good course for someone who is new to data science. Completing 2 projects on your own will give you lot of exposure to real problems.Good community support.pros: 1. Mentor support 2. curriculumcons: 2. Might take more time than suggested.,Data Science Career Track,Data Science and Analytics +270937,11035,springboard,Erika Neuhold,False,2020,UI / UX Design Bootcamp,2020-11-30,5.0,5.0,5.0,5.0,"The bootcamp was great! It's intense, but I feel a lot more confident entering the field. My background is in hospitality, so I was worried about starting a new career in design. However, between the mentors, career coaches, and projects, I feel ready... Read More to start my new career! I also enjoyed the Slack community. I was able to meet a lot of new people through an online study group which helped me to learn faster and feel connected. The one downside is that most of the curriculum is free online resources. It feels a little expensive when considering you can read most of the articles (and watch the videos) online for free. The main draw of Springboard is the mentors and the help with building your portfolio.Read Less",UI/UX Design Career Track,UX/UI Design +270931,11035,springboard,Anonymous,True,2020,Well supported bootcamp that prepares you well for a career change.,2020-11-30,5.0,5.0,5.0,5.0,"It took me almost two years to finally decide to enroll into this bootcamp. Once I enrolled, I enjoyed all the technical skills taught and was even able to enjoy learning a new language, python. I have never felt so tech savvy until now. Springboard has... Read More encouraged me to try out excel formulas and even create a spreadsheet for my grade team to use to collect data for school report cards. They were so thankful that collecting data now is so much easier. Springboard has given me the confidence to apply for data analysis positions throughout the nation.Read Less",Data Analytics Career Track,Data Science and Analytics +270901,11035,springboard,Dmitriy Polumiskov,False,2020,The Pinnacle of Online Learning,2020-11-28,5.0,5.0,5.0,5.0,"I'll be honest, I applied to a bootcamp out of desperation. I could not force myself to study programming in a long time, but I thought it was because my studying needed structure. As it turned out, it did, but Springboard absolutely inverted my expectations... Read More of the learning process. Springboard showed me, that learning can be not just tedious, but also very engaging, entertaining and rewarding.Pros:- Structured, modularized curriculum, that gradually moves your from the basics to more advanced topics- Active and supportive community- Weekly 1-on-1 meetings with a current expert in the Software Engineering field- Flexible deadlines- Weekly office hours with Springboard teamCons:- Flexible deadlines (you sometimes may find yourself procrastinating)Read Less",Software Engineering Career Track,Software Engineering +270866,11035,springboard,Daniel Dongkeon Kim,False,2020,Super Hard but,2020-11-26,5.0,5.0,5.0,5.0,"Springboard’s Data Science Course is an intensive learning experience, designed to help who never had even basic coding experience nor data science experience enhance their skills and stay competitive in today’s data science job market. Led by a mentor... Read More with experience in the field, you will learn cutting-edge concepts and techniques and then apply them immediately. By the program’s end, you will have the skills, experience, and confidence to accelerate your career progression. What You'll Accomplish Gain Data Science Experience: Master the analytics process to develop and test hypotheses, and build categorical and numerical data models. Learn How to use Python: Work with Python programming and packages to develop engaging visualizations and more. Develop an Outstanding Portfolio: Work on a portfolio project that demonstrates your new skills. Work with Industry Leaders:s Get immediate feedback and guidance from Instructors who work in the industry.Read Less",,Unknown +270862,11035,springboard,Evan Nussbaum,False,2020,Fantastic! Super Flexible and I could not be happier,2020-11-26,5.0,5.0,5.0,5.0,"I came from a sales background with little to know experience and I could not be happier with the experience I had with Springboard! The mentors and the career coaches were super helpful in making sure I paced myself throughout the course. The best part... Read More about it is that there was always someone that I could reach out to if I needed help. This includes alumni, mentors, or coaches.Read Less",Data Science Career Track,Data Science and Analytics +270791,11035,springboard,Anonymous,True,2020,Unprofessional,2020-11-23,1.0,1.0,1.0,1.0,"I completed Springboard in November 2020 and was very dissatisfied with the service. The material is a compilation of online resources and found myself constantly looking for additional resources to supplement my the material being taught. Having a mentor... Read More was the main selling point but our calls just seemed to be a formality without any real substance. Finishing the course, I do not feel confident in any of the skills ""learned"". Save your money and time and look elsewhere.Read Less",Data Analytics Career Track,Data Science and Analytics +270769,11035,springboard,Anne Warren,False,2020,Get Hired as a Data Scientist before even finishing the Springboard Data Science Career Track!,2020-11-23,5.0,5.0,5.0,5.0,"I wanted to change career and industry for several years and I chose Springboard's Data Science Career Track to do so while I had just been laid off “thanks to” the Covid-19 and oil crises. Great timing for a career change, I know...I studied the Data... Read More Science curriculum, the Career curriculum, followed the great advice given by my Springboard Career Coach and my Springboard Mentor. I did everything Springboard told me to do to become a successfull, skilled Data Scientist with a great professional network and high visibility. The results of all of that is I was hired as a Data Scientist on week 13 of the program in a certified ""Great Place To Work!"" international company, which leads its industry in the US.Pros:- 100% online curriculum with great resources and lectures from Harvard, Stanford...etc... All interactions with advisors, mentors, coaches are online and on a flexible schedule.- You'll get enrolled in DataCamp and have access to extra practice/project work to master your skills (Python, SQL, Pyspark, Github...). I love DataCamp and will remain a member.- You'll have access to LinkedIn learning, Medium, Towards Data Science.- Weekly presentations (career sessions, business hour Q&A, guest presentation)- Weekly meetings with your assigned mentor. You can schedule additional sessions if needed.- You can select your own career coach from a long list of Springboard career coaches (their background and skills are diverse which makes the coaching experience invaluable). I personally chose one career coach and followed up with him throughout the program.- You'll get to work on a lot of projects (40ish), 3 capstone projects to apply what you've learned and your work will be reviewed by TAs who have a great sense of humor.- Springboard conference (Rise!) and seminars (wellness, career...) during which you can interact with fellow students, alumni, employers...- Because the program is online and always accessible you can do it in 6 months as planned or in 4 to 5 months. I am now on week 16 with 84% completed. It is really up to you.Cons: There are no cons as far as I am concerned however you need to know that the program requires drive and self-discipline because there is a lot to do and so little time... You'll get help and tips from your student advisor, the career services, your career coach, your mentor, the TAs, and even from other students. The bottom line is that you need to stay on task and have the time to work on your projects.The program is worth more than you pay for. There is a steep learning curve but it remains fun all the way and it works! If you are afraid of not 'being good enough', start with the Data Science Career Preparation which will give you a taste of the level of statistics and Python coding you need. It is only 4 week-long, about $500 which will be credited towards your Data Science Career Track tuition upon successfull completion.Read Less",Data Science Career Track,Data Science and Analytics +270747,11035,springboard,Daniel Ramey,False,2020,Great Data Analytics Bootcamp,2020-11-23,5.0,5.0,5.0,5.0,"Just finished the Springboard Data Analytics boot camp and would strongly recommend it to anyone who is looking to learn data analytics and pursue a career. Overall, I thought the Springboard curriculum was well curated and I feel very prepared to begin... Read More a career in data analytics. The course gave me strong skills in Excel, SQL, Tableau, Python and more. As I was finishing my final project, I was really pleased with how much I could already do in Python and SQL and feel more than prepared to contributed to a company with my data analytics skills. There were a few projects and subunits that were confusing or hard to follow, but the Springboard team is great at soliciting feedback and improving its curriculum based on that feedback. Even during my time in the course, there was a curriculum update that addressed many of my concerns. Overall, a great course.Read Less",,Unknown +270715,11035,springboard,Samuel Edwards,False,2020,Best bootcamp available,2020-11-21,5.0,5.0,5.0,5.0,"During my time at Springboard, I was very impressed with the comprehensiveness of the curriculum and the amount of information that is covered. But by far the best part of this bootcamp was the support. The mentors, career coaches, teacher assistants,... Read More and slack community made all the difference. I spent a lot of time looking through all the software engineering bootcamps, and this one is definitely the best one I found for the price.Read Less",Software Engineering Career Track,Software Engineering +270693,11035,springboard,Likhita Minu Jose,False,2020,Good foundation course for Data Analytics,2020-11-20,3.7,4.0,4.0,3.0,I really enjoyed the 1:1 mentor support and the on demand mentor support. It really helped me get unstuck every-time. The course content is good to give a foundation for the concepts of Data Analysis. But I really wish there was more career support.,,Unknown +270651,11035,springboard,Benjamin Lanier Taylor,False,2020,The Mentorship was Excellent,2020-11-19,4.7,5.0,4.0,5.0,"I didn't know what pandas was when I started the Data Science Career Track program, and now I feel mostly confident while applying to jobs.Because I have not experience in data science, I'll probably work up from a data analytics role.Biggest Pro: Excellent... Read More Mentorship. My mentor was competent, kind, and genuinely wants to help people achieve their goals.Biggest Con: Didn't communicate I need to be practicing on websites like HackerRank or LeetCode. I wish they had recommended it from the start. For beginners, I suggest Edabit.com.Read Less",Data Science Career Track,Data Science and Analytics +270637,11035,springboard,Jared Beck,False,2020,UI / UX Design Career Track Certification,2020-11-19,5.0,5.0,5.0,5.0,"After being laid off from my market analyst job in April, I decided to enroll in Springboard's UI/ UX Design Track to educate myself on the world of UX methodologies. The curriculum was intensive and very informative, and my 1:1 sessions with my mentor,... Read More and later my career coach, were exceptional. I landed a full-time UX Researcher role within a month of completing my certificate! I highly recommend the UX programs at Springboard as your foot in the door to the industry, and their career facilities are exceptional.Read Less",UI/UX Design Career Track,UX/UI Design +270536,11035,springboard,Iris Lu,False,2020,Best choice during the pandemic,2020-11-17,5.0,5.0,5.0,5.0,"I just finished the course last month and start job hunting for two weeks. I did not have any tech background and I was searching for all the available options for in-person and online DS bootcamps in NYC. After careful comparison and considering the... Read More situation of pandemic, I chose Springboard and it has been a rewarding journey. There are several aspects I like about the experience: 1. the course material is well-selected and covers all the basics for a junior data scientist. 2. My mentor has been very helpful through the whole process and I think it is a good training for me to find the best questions to ask and communicate in the limited time. 3. Springboard tries to support me with all kind of tech support(code review, weekly Q&A meetings) to make up for the difficulty of online learning. 4. Springboard offers job guarantee and the career coach is the best I ever had and Springboard is trying hard to prepare the students with job market from day 1. There are things to consider as well: I was doing it full-time and it took me 8 months to finish. If you are very busy schedule with your life and have no coding experience before like me, it needs a lot of efforts to stay on track. Also, you have to be able to learn independently because there are no TAs around you all the time. Overall, I like the Springboard community and I believe they are doing a great job in preparing their students for the future jobs.Read Less",Data Science Career Track,Data Science and Analytics +270469,11035,springboard,Georgia Hoegen,False,2020,"As a recent graduate, I wanted to share that Springboard was one of the best choices I have made.",2020-11-16,5.0,5.0,5.0,5.0,"Springboard is a lot of hands on learning which is fantastic! You get weekly mentor calls, so much support, and a really great environment for learning. The only thing I wish could be changed is that you could work with other designers. You do have an... Read More online community, however, I wish we could have had teams. Also I do warn new students when it comes to your IDP, your internship, be specific on what you would like to work on. Overall I loved my time at Springboard and I would highly recommend it to anyone.Read Less",UI/UX Design Career Track,UX/UI Design +270425,11035,springboard,Cindy Jung,False,2020,Mentors and career coaches from Springboard was very helpful,2020-11-15,5.0,5.0,5.0,5.0,I had over 10 years of experience in fashion design (hold BFA fashion design degree) and decide to switch my career as a UX designer. I am glad that I ended up move forward with springboard (after shopping 3 different bootcamp companies). 1. 1:1 mentor... Read More program was excellence. I like that I had mentor who was already in the industry and designated mentor from the beginning to end so they guide you for your needs. 2. 100% online at your pace. Worked very well during the covid and I like that you can go on your own speed so you don't have to meet with others pace. 3. Job guaranteed program. I don't have to worry about the tuition cost right away and the fact that there is many career coaches with different experiences and background really helped me to grow and learn so much more than what I learned from college. I highly recommend springboard if you are interested to become a UX designer. I know you can become UX designer as self taught but I am glad that I went with the bootcamp because I also learned other than ux skills through the course such as real time ux / product designer coaching and career advices and so on. Plus I gained good network through springboard as well.Read Less,UX Career Track,UX/UI Design +270413,11035,springboard,Jared Bailiff,False,2020,Great Intro to Data Science,2020-11-15,5.0,5.0,5.0,5.0,"The course is structured for the intro level student. The practical applications are great and specific to real world issues. This saves a lot of time compared to other programs which offer intro level courses, but focus more on background and theories... Read More which will more than likely not be utilized. This covered python and its popular tools, matplotlib, numpy and pandas.There is an overall course project for completion. It was challenging and helped to solidify the lessons. I do wish there would be an option for additional projects.Read Less",Data Science Career Track Prep,Other +270387,11035,springboard,Anonymous,True,2020,Well structured curriculum and great mentor,2020-11-14,3.3,3.0,4.0,3.0,"I choose to do Springboard after reviewing a few other bootcamps because of the friendly tuition and flexible work schedule. PROS: I loved my mentor. She was really encouraging and boost my confidence. She also helped me a lot through the course and gave... Read More me interview advice. Also, Springboard has a great slack community with other students enrolled. This was great to connect with people and help on our assignments. The 3-4 projects are well structured I think and gives a good way to start learning and create work. CONS: I would say Springboard emphasize more on the research. The design aspect will take longer to learn but that is normal if you didn't come from a design background. The course had a great structure but I didn't like the fact that those resources they provided I could find them online for free. You are basically paying for the mentor mostly.Read Less",UI/UX Design Career Track,UX/UI Design +270358,11035,springboard,Melanie Duong,False,2020,UI/UX Design Career Track,2020-11-13,4.0,4.0,4.0,4.0,"Pros:Springboard has done a great job of creating a support system to help you learn and grow as a designer. You have the mentors, your own mentor that you meet with weekly, as well as unlimited mentors that you can book a call with (although availability... Read More can be scarce) once a day. You have a handful of career coaches to help you with anything career-related. Then lastly, they’ve built an active Slack community where students support each other with testing/feedback and so on. What can be improved:What I did like about General Assembly’s program is that the students in the design and engineering tracks collaborate on a project together. I think it’s actually pretty important for designers to get that exposure because during the course the students are designing in a vacuum and that’s almost never the case.Read Less",UI/UX Design Career Track,UX/UI Design +270353,11035,springboard,Elshaday Mulugeta,False,2020,Great course!,2020-11-13,5.0,5.0,5.0,5.0,"I completed the UI/UX career track, and I will say Springboard really exceeded my expectations. They made sure to set us up for the real world by providing career help. I would say the thing that mostly helped me complete this course successfully was... Read More the mentor calls.Read Less",UI/UX Design Career Track,UX/UI Design +270317,11035,springboard,Minerva Swensen,False,2020,Data Analytics Career Track at Springboard,2020-11-13,4.3,4.0,4.0,5.0,I had a great experience with Springboard! My mentor and career coach were awesome. I received a great deal of support in my online learning journey. I feel confident my new skillset has increased my earning potential. I'm excited to start my new career... Read More as a data analyst!Read Less,Data Analytics Career Track,Data Science and Analytics +270289,11035,springboard,Alina Gheonea,False,2020,Very dense curriculum (needs curating) | Excellent career services,2020-11-13,4.0,4.0,3.0,5.0,"The curriculum was way denser than I expected, with A LOT of articles to read and I think it needs to be curated more, because a lot of them say the same thing in a different form. I did the course full-time, as I was unemployed, and finished it in 5... Read More months; it basically occupied my whole time, including the week-ends.Especially in the beginning of the course, it was pretty hard to follow because there was a lot to read and very little practical stuff - but it got much better as the course progressed and more practical assignments came up. The 1:1 mentor calls were priceless, with the assigned mentor as well as the additional mentor calls. The IDP (Industry Design Project) wasn't the best match (I was asked about my preferences but it all depends on the available projects, and people assumed that I'd be ok with doing something related to my old career, which wasn't the case at all), but with the help of my mentor I managed to turn it into a good portfolio piece. The career services were excellent, throughout the course and also after it was finished (6 months of career services are included after the end of the curriculum). I got a job offer in 2 months after completing the course (after a month of more actively applying), which I accepted. And yes, it was through networking. So overall it was well worth it and I would highly recommend it.Read Less",UI/UX Design Career Track,UX/UI Design +270240,11035,springboard,Arnaldo Alonso,False,2020,Satisfactory experience. Learned the basics to be in the data science world.,2020-11-11,5.0,5.0,5.0,5.0,Pros- Good material to learn.- Worked on personal projects that helps me for any interview. I have a story to tell in each interview thanks to the projects I worked on.- Mentors with deep knowledge in the subject.- There is a big support to the students... Read More to reach out the goal of completing the course.Cons- It would be ideal to have occasions where we can discuss with the mentors more than once per week. - It would be good to have all the feedback in a timely manner for each call since this would allow to finish the projects even sooner.Read Less,Data Science Career Track,Data Science and Analytics +270221,11035,springboard,Ricki Jaeckel,False,2020,Fantastic curriculum and support,2020-11-11,4.5,5.0,4.0,0.0,"I completed the UX Career Track, and while I went into the process feeling a bit apprehensive about bootcamps, Springboard exceeded my expectations. Not only does Springboard prepare students for the ways of design thinking and applying that to the UX... Read More process, but they prepare you well for real-world design experience and job placement. The mentorship was top-notch and, for me, the biggest value of the course.Read Less",UX Career Track,UX/UI Design +270192,11035,springboard,Anshul Vyas,False,2020,Springboard || Best professional Data Science Course,2020-11-10,5.0,5.0,5.0,5.0,"I was looking for a professional course on Data Science to make my career transition and I found Springboard. I must say this bootcamp is one of the best thing happened to me in this pandemic. Whole curriculum is designed very systematically. Though Data... Read More Science is a very vast domain but this course covers almost all topics, right start from basic python, statistics, machine learning model , SQL ,Pyspark etc. There were many exercises given after every topic so that one can practically implement those concepts. Additionally, more than 30 mini projects and two capstone projects imprints every data science concept in your mind.Career coaches helped me in all possible way to improve my visibility to recruiters. There were four Mock interviews at the end of the course which helped me to prepare for the actual interviews. Springboard Community channel and Weekly office hours were very informative. Last but not the least, MENTOR ! He was the backbone of this course. I was lucky that I got a great mentor. He was there with me at each and every stage of this course whether it was about exercises, mini projects, final project or any other difficulties in curriculum. He always helped and motivated me to do best in the course. Even after writing this much about the course, I am sure that I have missed many things. So in my opinion if your looking for a good professional Data science course you must consider the Springboard.Read Less",Data Science Career Track,Data Science and Analytics +270189,11035,springboard,Hank Butler,False,2020,Mentor Experience Makes It Worth It,2020-11-10,4.7,5.0,4.0,5.0,"I did the Data Science Career Track with Springboard.Pros:The weekly mentor calls are immense. My mentor has strong experience as a data scientist and he was able to answer every question I had along with providing great feedback for my projects.The career... Read More coaching is fantastic. The amount of recruiters reaching out to me via LinkedIn since they helped me retool has been very noticeable. Additionally they also helped change up my resume.The mock interviews were also incredibly helpful. Interviews were always something I had struggled with and their interview prep has definitely helped me in my current interviews.Cons:I think their curriculum could be better. I had to supplement a lot of it with books, YouTube, and courses on LinkedIn Learning.Read Less",Data Science Career Track,Data Science and Analytics +270167,11035,springboard,Irene Cho,False,2020,Awesome Experience at Springboard,2020-11-09,5.0,5.0,5.0,0.0,Springboard has a tremendous curriculums related to data science. You will do various data science projects which really enhance your technical skills and the feedback from your mentor deepened your insights. You will also receive full job support from... Read More the experienced career coaches. I truly recommend Springboard to wants to become a great data scientist.Read Less,,Unknown +270146,11035,springboard,Reagan C Tatsch,False,2020,Great bootcamp for getting you prepped for a career in data,2020-11-09,5.0,5.0,5.0,5.0,"I was laid off in March due to Covid, so I decided to hop into a bootcamp to prep me for my next career move. After reading the reviews and learning of Springboard's job placement guarantee, I enrolled and let me tell you, it did not disappoint. In this... Read More course I learned how to better use excel and formulas to wrangle and analyze data, I learned data visualization tools such as Tableau and Power BI, and I also learned SQL and Python which are high demand languages. Springboard's mentor support and career coaching really helped guide me down a path that led me to my current role; one I landed while taking this course. If you are looking to pivot your career or just learn new skills to pad that resume, Springboard is your ticket. Best bang for your buck. They teach you the tools that are CURRENTLY being used in the data world, whereas many other bootcamps' teachings are a bit dated.Read Less",Data Analytics Career Track,Data Science and Analytics +270102,11035,springboard,Joseph Lee,False,2020,The online bootcamp was amazing,2020-11-07,5.0,5.0,5.0,5.0,"I loved the fact that the program was self-paced and you were matched with a mentor who tailored 30 minutes weekly with you to track your progress as well as give you career advice and guidance. I felt that the content of the program was neatly organized.... Read More Although I knew some of the topics, Springboard helped tie all the things needed to succeed as a Data Analyst well.Read Less",,Unknown +270089,11035,springboard,Steven Bowler,False,2020,"Flexible, Remote, Great Supporr",2020-11-07,5.0,5.0,5.0,5.0,"The program is ideal for me due to the scheduling flexibility of all involved. Also, most impressed with the highly technical and professional level of participants in the course. Everyone already advanced in their industry experience, and looking to... Read More push themselves to the next level.Read Less",Data Science Career Track,Data Science and Analytics +270046,11035,springboard,Anonymous,True,2020,Stay away from Springboard,2020-11-05,2.7,1.0,3.0,4.0,"I would stay away from Springboard. Especially during this hard time of job search. I will be the first one to say that mentors are amazing. Career coaches are great as well. BUT mentors are overworked, and some have way too many students. Support for... Read More mentors is lacking as well. Career coaches are very busy, and sometimes you will be waiting weeks before the call. That ""Unlimited Mentor Calls"" claim doesn't hold any water either, the number of open slots for this varies, and if you're up against the deadline, I wouldn't rely on it. The timeline you have to finish in, is not very realistic, especially if you're working full time. If you're one of the unlucky souls who do not land the job within the job search guarantee months, the refund process is horrendous. In their policy they state that you can not accept ANY job during the guarantee period. So good luck staying financially afloat if you didn't manage to stay employed during the course. There is zero flexibility in where your money will be refunded. So if it was a credit card, that you have a balance on, best of luck. Also if you think you might be getting a refund, DO NOT REFER ANY OF YOUR FRIENDS/Acquaintances. They will take the $250 credit for the referral and count it towards your refund.Read Less",UX Career Track,UX/UI Design +270007,11035,springboard,Marija Petrovic,False,2020,Useful course,2020-11-03,3.7,4.0,4.0,3.0,"It took me 8 months to finish my course, and could have even taken longer since my last project took almost a month to complete. Overall I am happy with the course, it was a great learning experience and very convinient way to learn new skill. The best... Read More part about this program was having a mentor, a wokring profesional and exepert in the field, who helped me overcome any challenges that I ran into during my curriculum. Job support was nothing special, it is a 30min meeting with a career coach who talks about your resume and trys to give you tips when it comes to job search, something that hasn't proved useful in my case, and as much as their ""advices"" were adequate, they were not impresive or life changing. My career coach sesions didn't help me find a job or make any progress in that area, it was my persistancy and detemination, and strong personality that got me a job. All in all I recomend this course, but I would recommend Springboard to work on career service suport as well as student advising suport, since it is imposiible to get a hold of student advisors.Read Less",Data Analytics Career Track,Data Science and Analytics +269881,11035,springboard,SANJU TIMILSINA,False,2020,Best career tract course,2020-10-31,5.0,5.0,5.0,5.0,"It is one of the well designed curriculum for Data Analytics course. Best part about this course is it constantly directs you to think structurally towards problem solving. You get hands on practice on most of the leading skills to get hired. Not just... Read More technical skills, this course also helps you with career counseling and job search process. After completing 3 case studies and 2 capstone projects I am confident about my future career. Thank you Spring board.Read Less",Data Analytics Career Track,Data Science and Analytics +269851,11035,springboard,Gregor Kalfas,False,2020,Springboard is truly committed to supporting its students at every stage.,2020-10-29,5.0,5.0,5.0,5.0,"I took (and completed) the UX Career Track at Springboard. It consists of a well-planned curriculum, designed to guide the students in creating projects for their portfolios. You end up with three different projects/case studies to include in your portfolio,... Read More which is great. I also liked how we were free to choose the topic/problem area for our own capstone projects, which is not an option in every bootcamp. I also appreciated having a dedicated mentor, with whom I checked in every week. Springboard also offers unlimited extra calls with one of their vast corps of mentors.Interspersed with the curriculum are career/job-focused units, which help you prepare your resumé and LinkedIn, and gives you guidance in networking, informational interviewing, job interviewing and more, each with one-on-one meetings with a dedicated career coach.I was truly impressed with the support of Springboard, and felt the entire staff, mentors, career coaches, were all dedicated to the student's success.If I had to come up with a ""con"" it would be that a few units relied on outdated or irrelevant articles. That said, they have an excellent mode of receiving feedback from the students, so it was easy to let them know of areas of improvement.Read Less",UX Career Track,UX/UI Design +269834,11035,springboard,Paul J Scheibal,False,2020,Do your homework prior to signing up for Springboard,2020-10-29,2.0,2.0,3.0,1.0,"I took the course based upon ratings on sites like switchup. I don't feel like the ratings are true to what the career track really is. There appears to be very little intellectual property owned by Springboard. It is a set of curriculum that you could... Read More get straight off the internet without going through them. Sometimes the course is disjoint. Take for example convolutional neural networks. They had some high level Microsoft employee lecture on it. I went online and found a Stanford class on CNN that really explained it in detail and was free. That Stanford class provided insight to what CNN really is. I learned more from that class than what Springboard offered. Plus companies are looking for experienced data scientists. In my opinion they are selling a BA position. They ask you to rate the class right after you finish it and offer you a gift card. But now that I have taken other classes in other disciplines I realize their course is lacking. They don't have instructors that can put together a curriculum that is coherent and makes the instructor available for questions. As far as job support, I was not in the few areas where they guarantee a job. You would also think they would nurture relationships with companies, but I did not see that either. Did I get something out of it...yes. The Datacamp tutorials were good. I could have taken them on my own though. Much of what I learned was outside the class doing my own research.Read Less",,Unknown +269826,11035,springboard,Kailee Carneau,False,2020,"Inspiring, Surprising, and Perspective Shifting",2020-10-28,4.7,5.0,5.0,4.0,"Springboard helped me learn new skills, and better prepare for a career in tech. The curriculum was packed full of relevant information, and modern content. Springboard as a whole is really supportive of their students, and willing to work with you. Springboard... Read More renewed my faith in tech ed companies through their intentionality, and grace. I am happy to have been a part of this community and thankful that Springboard exceeded my skeptical expectations.Read Less",UI/UX Design Career Track,UX/UI Design +269615,11035,springboard,Jennifer Choi,False,2020,Great learning experience!,2020-10-22,4.7,4.0,5.0,5.0,"Pros: 1:1 Mentorship, Career Coaches, Industry Design Project (internship), Job guarantee (if you live near a metropolitan city)The curriculum is pretty extensive and you get a lot of practice exercises and projects to help build your portfolio.Cons:... Read More Might now vibe well with your mentor but that's ok! It still gives you a chance to learn.Read Less",UI/UX Design Career Track,UX/UI Design +269607,11035,springboard,Hehuan Liao,False,2020,The data science career track program of Springboard is overall well designed,2020-10-22,4.0,4.0,4.0,4.0,"I attended the data science career track program of Springboard during 06/2020 - 10/2020. Overall, I had good experience with the entire program. The curriculum is well-designed, covering a wide spectrum of data analytical skills that are essential for... Read More preparing a data science career. The weekly mentor calls are generally helpful.Read Less",Data Science Career Track,Data Science and Analytics +269473,11035,springboard,Leonardo Medina,False,2020,Great Curriculum,2020-10-17,5.0,5.0,5.0,5.0,"Going through Springboard was an incredible experience. The skills I've learned have prepared me completely for a full-time position as a Software Engineer and the mentorship provided was incredibly helpful. I'm very content with the result and for the... Read More price it's really no-brainer. That said, for those applying, make sure to start on algorithms and interview prep EARLY (first or second week). Doing that will help you pass technical interviews faster.Read Less",,Unknown +269470,11035,springboard,Mugdha Paithankar,False,2020,Great experience at Springboard,2020-10-17,4.3,4.0,5.0,4.0,"I enrolled in the Data Science Career Track at Springboard. The course is designed beautifully with many mini projects, 2 capstone projects and assignments. It gives you a solid experience from the very beginner to the more advanced level of Data Science... Read More techniques. The weekly mentor and career coach system is awesome too!Read Less",Data Science Career Track,Data Science and Analytics +269459,11035,springboard,Melissa Ho,False,2020,Had an Amazing Experience Learning!!,2020-10-16,5.0,5.0,5.0,5.0,"I just completed my UX/UI Career Track course with Springboard and loved it! I was hesitating at first to do an online bootcamp and was comparing them to General Assembly. I chose Springboard because of the added support they give you such as: 1:1 Mentorship,... Read More Career Coaches and Industry Design Project. All these services were helpful, especially in transitioning to a new career. Everyone at Springboard, especially my mentor, were always helpful. The course content was very good and I definitely learned a lot. Although the course is online, I was able to meet a lot of great people and will continue my friendship with them. The cost of the course is worth it, considering all that you learn and the support you get. This has certainly been a great investment and I look forward to taking more courses with them in the future!Read Less",UI/UX Design Career Track,UX/UI Design +269454,11035,springboard,Justin Korf,False,2020,"UX Career Track: Great coursework, with amazing support",2020-10-16,5.0,5.0,5.0,5.0,"Pros: 1:1 Mentorship; I can not stress enough how crucial this was to my success. My mentor reviewed each of my projects and gave constructive criticism that helped shape my capstone project. The support you get from your student advisor, career coaches,... Read More and HR team where all very professional and really wanted to see you complete the coarse, and helped in any way possible.Springboard encourages networking with meetups and conventionsThe coursework was challenging and did a good job explaining what the goals were. After completion I feel much more comfortable doing projects on my own.Even after the coarse is over they still support you throughout your job search, by reviewing offers, and helping prepare for interviews.Cons: Sometimes you can be paired with a mentor that you do not vibe with. That is ok, we all learn differently and have different styles of receiving information. Just communicate with springboard.Sometimes the coursework will seam out of date or will have a standard that is not practiced anymore within the industry. Your mentor will normally be first to point this out, so it's easily corrected.Do not get frustrated with having to redo some coursework, trust the process.Read Less",UX Career Track,UX/UI Design +269452,11035,springboard,Anonymous,True,2020,Solid,2020-10-16,5.0,5.0,5.0,5.0,"I had a really good experience with Springboard. I'm a web developer switching to design, and this gave me a clear path toward that goal. It is a serious time commitment so make sure you understand that up front. At first I underestimated how challenging... Read More it would be, and started to fall behind my own goals. I got back on track fairly quickly though and appreciate the fact that it was such a challenging program. Support was great and the mentor system works really well. I liked it a lot and honestly I'm going to miss it.Read Less",UI/UX Design Career Track,UX/UI Design +269319,11035,springboard,Tosin Ayedebinu,False,2020,Best Bootcamp,2020-10-12,4.7,5.0,5.0,4.0,The mentor led curriculum was just what I needed. It kept me on my toes.The program content is super and constantly reviewed and best of all my student advisor was fantastic.I recommend springboard 100% to anyone who wants to learn Data Analytics while... Read More engaged in a full time job.Read Less,Data Analytics Career Track,Data Science and Analytics +269313,11035,springboard,Zarina Dizmang,False,2020,"Great Curriculum, Unlimited Mentorship and Career Coach Support",2020-10-12,4.7,5.0,5.0,4.0,"I have done the UIUX Design program at Springboard twice, I have done similar program with General Assembly in the classroom, but to me it is not even close to what Springboard has to offer, that's why I came back to Springboard again for the job guarantee... Read More course and i got 3 offers from great companies. The curriculum constantly gets updated, mentors in the community encourage to share our thoughts and experiences during learning process and they give their advices. There is unlimited mentorship and you can book any mentor you want besides the one that you already have assigned to you. I highly recommend this to everyone! it is absolutely worth it. Cons: Not all mentors at Springboard are good in my opinion, some of them don't care much if you succeed and they are there just to make extra cash. I wish there was a better selection and quality of mentors. Some tools that Springboard suggests you have to pay for (I wish it was free for the learning purposes).Read Less",UI/UX Design Career Track,UX/UI Design +269295,11035,springboard,Binh Kieu,False,2020,Datascience Career track (DSC),2020-10-12,5.0,5.0,5.0,0.0,"I have pass the first week of DSC and I would love to dedicate them 5 stars for this very first stage of the program. The logic of curriculum fits for many type of students by promoting self-pace learning and many useful technical support tools, the roadmap... Read More is also clear from beginning. The administration is quite active, they take response on time, although the one in pre-course performed not so well.Read Less",,Unknown +269241,11035,springboard,Sarah Ganihar,False,2020,Amazing experience of learning Data Analysis,2020-10-09,4.0,4.0,4.0,4.0,"I was looking to restart my career after a gap of few years. Although I had IT experience my inclination toward data analysis led me to pursue and study from one of the best online learning platforms Springboard. I did research about a few online learning... Read More platforms and Springboard suited my needs.They have a well designed curriculum with all the latest tools and technologies used for data analysis. I was impressed with the unlimited mentor calls that they provide. Whenever I felt stuck it was so helpful to book a call with the mentor and clear my doubts. All the mentors are industry experts in their own industry with extensive experience. Springboard also provides career coaching, resume creation, linkedIn profile updates so that you can begin your journey into this new career path.I have completed my certification and feel confident that the skills I have learnt will help me to land a job and find my new career path.Thank you Springboard for this exciting experience.Read Less",Data Analytics Career Track,Data Science and Analytics +269240,11035,springboard,Chiyuan Cheng,False,2020,I had great experience with Springboard,2020-10-09,5.0,5.0,5.0,5.0,"I started the Springboard data scientist career track in Feb 2020, and finished the course in October 2020. I joined other Bootcamp last year but did not receive enough support. The entire program, including weekly 1:1 mentor, career support, office hour,... Read More and 2 capstone projects, is really amazing. I have a chance to work with experienced data scientists and learn from them. I highly recommend to anyone who is interested in starting their career or want to improve their technical skills.Read Less",Data Science Career Track,Data Science and Analytics +269179,11035,springboard,Anonymous,True,2020,Life changing,2020-10-07,5.0,5.0,5.0,5.0,"I started Springboard's SWE track in March with a degree in IT but no real hands on coding experience, outside of small terminal based things. I am just now about 60% through with the program and have already had several job offers, one of which I accepted.... Read More Before the program I made $40k as an application support specialist with no room for upward growth, and am now making $65k with ample opportunities for progression. This program has literally changed my life. I think Springboard's mentor inclusion and emphasis on testing and career development sets it miles above any other bootcamp.Read Less",Software Engineering Career Track,Software Engineering +269157,11035,springboard,Danitza,False,2020,Data Analytics Career Track is an excellent course,2020-10-06,4.7,5.0,5.0,4.0,"Data Analytics Career Track is an excellent course that covers various topics of data analytics, for example, the completion of 2 projects practicing skills in Python, SQL, data analysis, data visualization, hypothesis testing and machine learning. I... Read More recommend this course.Read Less",Data Analytics Career Track,Data Science and Analytics +269156,11035,springboard,Yashika Shah,False,2020,Excellent Course,2020-10-06,5.0,5.0,5.0,5.0,This was a very good course and pretty in-depth. I was able to learn the core basic principles and was able to implement it on the projects. My course was UI/UX. The mentors are quite supporting and motivating. Overall I was quite happy with my pace and... Read More the amount of knowledge I was gaining.Read Less,UI/UX Design Career Track,UX/UI Design +269118,11035,springboard,Siddhartha Misra,False,2020,This is a great opportunity to accelerate your learning process!,2020-10-05,4.7,5.0,4.0,5.0,"Springboard offers an excellent self-paced online curriculum experience to learn career-relevant data science skills. Coming into this bootcamp, I had completed some online bootcamp-style courses in Python, data science, and web development, but the learning... Read More pace on my own versus through the Springboard curriculum was incomparable.Most of the coding exercises are done on the Datacamp platform, and alumni have the opportunity to extend their access to Datacamp upon completing the bootcamp. I found Datacamp to be a much more useful and helpful coding platform than alternatives like Coursera and Udemy. I would highly recommend Springboard for those aiming to make a career transition into data science.Read Less",Data Science Career Track,Data Science and Analytics +269060,11035,springboard,Mashal Sheraze,False,2020,Data Analyst,2020-10-02,4.0,5.0,4.0,3.0,"Springboard’s community was very welcoming and helpful throughout the course. I have learned so much and continue to learn more. I’m grateful to have chosen them to pursue my career in analytics with. They were all supportive and accommodating throughout... Read More my experience. Thanks, Springboard!Read Less",Data Analytics Career Track,Data Science and Analytics +269038,11035,springboard,Allison Holden,False,2020,I learned so much!,2020-10-01,4.7,5.0,5.0,4.0,"I recently completed a UX design career track program through Springboard, and it was a great experience overall! I learned so much from the curriculum, but what was most helpful was having real projects to work on and then discuss with my mentor every... Read More week. I really value the time I had with my mentor and the way that it helped me gain confidence in the work I was doing. I will say, that it was difficult to do while working full time, but I really believe it was a good investment in my future as a UX designer/researcher!Read Less",,Unknown +269037,11035,springboard,Lawrence Silverman,False,2020,Springboard's Data Analytics Career Bootcamp : A life transforming experience!,2020-10-01,5.0,5.0,5.0,5.0,"There are no ""cons"" , only ""pros""! I was terminated by an employer after years of service. I felt crushed, shattered, discarded, especially after I found difficulty securing another job. Springboard changed all that : Thanks especially to their incomparable... Read More mentors, and caring career coaches and student advisors, you know who you are : I told them that ""I could not have done it without you"" and how grateful I was as I finished their Data Analytics bootcamp course : I must also mention their invaluable weekly broadcasts on networking and with tips and samples of cover letters. ""thank you"" letters to interviewers, etc. , and their incomparable job support / career placement resources. The course gave me a new lease on life with a new passion for coding and a new interest in information technology! I can't wait to get my next job so I can afford to help Springboard help others as Springboard has helped me. And, I can't wait to get my next job so I can indulge my new passion for the data science by signing up for Springboard's courses in Data Science and in Software Engineering.Read Less",,Unknown +268995,11035,springboard,Bennett Holton,False,2020,Good overview of knowledge.,2020-10-01,4.0,4.0,4.0,4.0,"Springboard creates a good outline of the skills needed to be a data analyst, but most of the information is open source. It's helpful having that structured thinking and instruction for how to complete analysis through different platforms like excel,... Read More python and SQL.Read Less",Data Analytics Career Track,Data Science and Analytics +268966,11035,springboard,Johnathan Skeete,False,2020,Springboard’s Machine Learning Engineering career track is for real,2020-09-30,5.0,5.0,5.0,5.0,"I recently completed the Machine Learning Engineering career track with Springboard and have reached all of the goals I set out to accomplish. I am very confident in my ability to use the tools of Machine Learning and develop automated solutions to accomplish... Read More AI tasks.One thing I can say is the course is very demanding and this is even having a background in software development of over 10 years. I do like to do things slowly, snd even though it took me a while to get through the 600 hours, I was able to find my first Machine Learning role while I was only at the 2/3 mark which for me already proved the course was legit. I have actually begun my second Machine Learning role as I am completing the course and I was thankful throughout this pandemic that I could have the confidence that I would be able to find a job with the skills I picked up even in such volatile times. Definitely recommend this course to anyone who knows they will put in the time.Read Less",Machine Learning Engineering Career Track,Machine Learning and AI +268963,11035,springboard,Sujit Embrandiri,False,2020,Data Analytics Career Track,2020-09-29,3.7,4.0,3.0,4.0,"One of the most cost effective Bootcamp for Data Analytics. The curriculum by large covers: Business Analysis, Statistics, Excel, SQL, Power BI, Tableau and Python in terms of technical skills. The content is mostly open source, however compiling the... Read More curriculum and putting together the content does the job well towards the Data Analytics Course material. The 1:1 mentor weekly helpful, I personally used all calls for discussing the projects and going through the submissions. There is unlimited tutor calls where I would typically discuss any queries. The career coach calls are informative and helpful. Springboard has dynamically done everything possible to support the learning through this bootcamp. The job guarantee is something that no other bootcamp offers and got me to signup for the course. If Springboard can align instructor lead weekend sessions then I would aswell consider to signup for Data Science Career track.Read Less",Data Analytics Career Track,Data Science and Analytics +268957,11035,springboard,Indrit Zabzuni,False,2020,UX Career Track,2020-09-29,5.0,5.0,5.0,5.0,"The UX Career Track is a great program for anyone interested to start / transition their career into UX.The platform is really smart and it has some features like ""Study Plan"" that make sure you go at the pace you are suppose to. The mentor is a big perk,... Read More I like it better than having a professor because they are someone who you wanna be after a couple of years.They give you practical advice and it feels like you have your own personal tutor. Another big perk is that you get a career coach that will help you prepare well for the job hunt. As a recent graduate, I feel confident to start my career as a UX Designer.Read Less",UX Career Track,UX/UI Design +268951,11035,springboard,Anonymous,True,2020,The Mentorship Was The Most Beneficial Ccomponent,2020-09-29,3.7,4.0,3.0,4.0,"I signed up for Springboard to facilitate a career transition in UX Design. I just completed the UI/UX Design Stream and am happy with my experience. The student advisor I had Jessica, was extremely helpful and considerate of personal circumstances, granting... Read More me an extension when I needed it. The mentorship added value that if not there I am not sure I would have been very satisfied or would have been willing to pay even half the price of tuition. This is really where the true benefit of the course is. The curated material - yes over 90% of the material is curated form external sources such as Medium, YouTube and LinkedIn Learning. Is good but sometimes it was not structured well in terms of the order in which it was presented. Time estimates for some exercises were also way off mark for me personally but I would assume this can vary person to person. The one big con was my independent project or externship as they refer to it. While I was placed with a company that was a good match for me, they were based in India which made it very difficult to coordinate and work with them. It would have been better to be placed with a company in Canada (where I live), or at least in North America. In general they could work with having more connections in local countries that student's are in and this should be considered when matching people. A career coach in San Francisco cannot benefit someone in Toronto as much as someone in the country and even better the city can. Overall the material in conjunction with the mentorship makes this a worthwhile bootcamp. There are areas that need refinement but all in all I had a very positive experience and learned a lot.Read Less",,Unknown +268925,11035,springboard,Matt Chrostowski,False,2020,Springboard: The perfect way to jump out of a dead end job into a high growth industry.,2020-09-28,5.0,5.0,5.0,5.0,"I was that person that was stuck in a dead end job in a dying industry with all attempts of finding other work completely failing. I came to a crossroads in my career where I could settle in my industry and hope for the best or completely start over in... Read More something new. I am sure many of you looking at these reviews are in very similar positions. After reviewing coding boot camps, I found Springboard offered the best program with support and coaching. All of it was true. All of it was needed. I did this program with a full time job and the online flexibility made it possible. It will be challenging, it will take some weekends, but it will give you a skillset that is absolutely in demand with limitless growth potential. The program teaches you what you need to know for your first data analyst role. The mentors, advisors, and career coaches help you get the role. It takes a village and I can attribute all of my success to the Springboard village.Read Less",Data Analytics Career Track,Data Science and Analytics +268921,11035,springboard,Samuel Reid,False,2020,Supportive,2020-09-28,4.7,5.0,4.0,5.0,"I thought I was going to end up quitting just starting out in Springboard, but the community & my 1:1 mentor gave me the boost to keep pushing forward throughout the course. I didn't believe I would make it but I did! I also learned a bunch and really... Read More started loving the fact of teaching different students and folks about concepts that once had my mind in a loop. I'm currently on my job search & the Springboard job team is amazing in trying to support my career.Read Less",Software Engineering Career Track,Software Engineering +268909,11035,springboard,Eric Lunstead,False,2020,New career learning and training !,2020-09-28,5.0,5.0,5.0,5.0,"Springboard offers a terrific opportunity to learn new concepts and AND put them to use in multiple case studies and Capstone projects. They give you all the info you need as well as a personal mentor that is always there for should you get stuck on a... Read More problem or just want to talk about how the current assignment will apply to your new career. There are also internal chat rooms that are available, where you can interact with other students and faculty. Faculty also offers certain hours of group question and answer sessions. Springboard offers everything you need to be successful in moving on to your next position and career. It's a lot more fun than your typical training.Read Less",,Unknown +268820,11035,springboard,Dru Serkes,False,2020,Springboard gets you ready,2020-09-25,5.0,5.0,5.0,5.0,"Pros: - Well-conceived, robust, project-based curriculum taught by an excellent instructor (Colt Steele) - 1 on 1 weekly personal mentorship from a legitimate industry expert (mine had been a dev for 20 years and has worked at Amazon for the past 5) ... Read More- Career curriculum paced well in tandem with the technical curriculum - they don't just teach you how to code; they teach you how to get a job- Active Slack community of peers. Many people actually formed study groups and checked in with one another regularly - TA's available weekdays for whenever you get stuck - Priced very favorably vs competitors, offered multiple/flexible pricing options to fit your situation (now I just sound like I work for them lol) Cons: - If you're not a self-starter or struggle with motivation, this may be a tough sell for you. The online community and the mentor support help with not feeling alone, but at the end of the day you still have to make yourself do the work.Read Less",Software Engineering Career Track,Software Engineering +268816,11035,springboard,Edgar Damatian,False,2020,the UX Career Track is AWESOME,2020-09-25,4.0,4.0,4.0,4.0,Springboard was awesome. I would definitely recommend it. The best part was my mentor who had all the similar interests I did which made the conversations that much more fun and brought opportunity to collaborate. I also loved the industry design project... Read More I was paired with at the end of the course which was with an industry that I am extremely passionate about.Read Less,UX Career Track,UX/UI Design +268814,11035,springboard,Huaishu Deng,False,2020,Fantastic online learning experience with the powerful support.,2020-09-25,4.7,5.0,4.0,5.0,Pros: 100% online format that is easy to fit in everyone's schedule. Number of percentage of completion helps to keep track on the progress of the class easily. Cons: lack of training/course on UX/UI software which is critical for all UI/UX designer.,UX Career Track,UX/UI Design +268778,11035,springboard,Md Saimoom Ferdous,False,2020,Best investment for upskilling,2020-09-24,4.3,5.0,4.0,4.0,"It was the best investment for upskilling during pandemic lockdown time. Before and after the bootcamp, I see sharp differences in terms of my coding, data science, ML and interviewing skills. I would recommend this course to anyone pursuing a career... Read More in Data Science.Read Less",Data Science Career Track,Data Science and Analytics +268777,11035,springboard,Silvia Sun,False,2020,UX Design Certificate Program,2020-09-24,5.0,5.0,5.0,5.0,"I just completed the UX Career Track program and I love it. I compared many other Bootcamp and finally chose this one. I can learn it while I have a full-time job along the whole process. The course has a capstone project that sits as the backbone of... Read More the overall curriculum. With each unit you complete, you add to your capstone project. This style gives you an immediate opportunity to apply the skills you learned during the unit and solidify the new knowledge. For me, it's been an effective means of growing my skillset.Pros : - The course is self-paced which is exactly what I was looking for. - Every student gets a mentor and you can book mentor calls as many as you want- Very supportive student advisors.Read Less",UX Career Track,UX/UI Design +268776,11035,springboard,Guadalupe Aguilera,False,2020,Springboard UX Design Career Track,2020-09-24,5.0,5.0,5.0,5.0,"I was switching careers from architecture and was looking for an online program that would allow me to transition into UX Design. I enrolled in Springboard UX Career track and I do not regret investing my money or time. I had a great experience working... Read More with the career coaches and mentors, and I would recommend it to others looking to switch careers. Career guidance and coaching was the most valuable and I hope to find a job soon. I feel prepare and ready to start working as a UX Designer.Read Less",UX Career Track,UX/UI Design +268735,11035,springboard,KRITI MEHTA,False,2020,"Amazing mentor , career advisor & curriculum- that boost pay scale in my current job",2020-09-23,5.0,5.0,5.0,5.0,"Amazing mentor , career advisor & curriculum- that boost pay scale in my current job.After being laid off due to COVID from healthcare Industry-- i was looking to brush up my technical skillset.I looked at tons of schools and their boot-camps which were... Read More offering Data Analyst degree/ certification. Spoke to number of admission representatives. None was providing mentor & career advisor. Then I came across Springboard - they had everything I was looking for in the course, plus they are quite economical compare to any schools.Read Less",Data Analytics Career Track,Data Science and Analytics +268731,11035,springboard,Jaspar von Buelow,False,2020,The perfect way to learn during COVID times,2020-09-23,5.0,5.0,5.0,5.0,"The online software engineering course from Springboard proved to be the ideal solution for me. Since I was still working full-time during the week, I needed an online course that would let you advance at your own pace while still being affordable. I... Read More think the way the course was laid out made it easy to advance from one topic to another, building upon previous lessons and not leaving gaps. I loved Colt Steele's teaching style! He knows how to break things down and explain them in a logical (and humorous) way. Springboard did a very good job matching me with my mentor. I was really able to connect with him and looked forward to our weekly meetings.Overall, my experience was an A++ and I would recommend Springboard to anyone!Read Less",Software Engineering Career Track,Software Engineering +268727,11035,springboard,Maurice Beasley,False,2020,Best Bootcamp to go to!!,2020-09-23,5.0,5.0,5.0,5.0,"Love this experience. If only this existed long ago so I wouldn't be 30K in debt going to college!!Great curriculum, easy to understand for the most part. SOME areas are a challenge but you will get through them...The Mentors are VERY helpful! My guy,... Read More Darren was a GOD send...Your Career Coches will guide your way to a good job in this field. Follow their advice to be successful...Read Less",UI/UX Design Career Track,UX/UI Design +268719,11035,springboard,Anonymous,True,2020,Springboard Data Analytics career track,2020-09-23,4.7,5.0,5.0,4.0,"Springboard curriculum design is great, the concept of weekly mentor calls is a wonderful idea. The career coaches here are amazing and help us through the course. The other features like student community and integration with other concept training partners... Read More like datacamp, LinkedIn learning are cool and supportive for in-depth learning.Read Less",,Unknown +268712,11035,springboard,Anonymous,True,2020,Awesome Course,2020-09-23,4.7,5.0,5.0,4.0,"Very nice program for any data science beginner or intermediate level . Full community support from other cohort members/students , student advisor, mentor, career coaches . Course is well designed and reviewed and easy to follow along instructions .... Read More Great course structure !!Read Less",Data Science Career Track,Data Science and Analytics +268698,11035,springboard,Megan Gawlik,False,2020,"Awesome, project based curriculum, difficult while working full time",2020-09-22,4.7,5.0,5.0,4.0,"Pros-Thorough curriculum, walks you through the entire UX Design process from research to design to testing to iteration-Weekly mentor calls to keep you on track and get guidance from a UX expert, you'll likely form a bond with this person-Project based... Read More curriculum. I now have three case studies that I included in my brand new portfolio, all with the help of Springboard-The industry design project is truly awesome. You get to work with a real company which is invaluable. Mine offered to have me continue working part-time after I finished the 4-week project, which it seems is pretty common from what I've heard. Some students I have seen get offered full time positions at their industry design project-I worked full time alongside the course and so I was able to get a 2 month extension for free (so I did the course for 8 months total), I also got a couple of weeks off to catch up after a vacation (at no charge)Cons-It was a lot of work to do the course while working full time. It's possible, but it was definitely demanding. The course end date can be extended but you will have to pay extra, so since I didn't want to pay extra, I worked a lot to try to finish before the end of my 8 months, which I ended up doing.-I was lucky enough to be able to pay upfront in order to save some money in the long run, but this course is definitely expensive. However, I think it is worth it-I didn't like how a lot of the career coaches booked calls so far out in advance due to limited availability. I think Springboard recently hired more career coaches so that may be fixed, but while I was in the course availability was limitedRead Less",UX Career Track,UX/UI Design +268683,11035,springboard,Jessica L Johnson,False,2020,High support + Self-paced learning = Great bootcamp experience,2020-09-22,4.0,4.0,4.0,4.0,"Pros: Great communication and support from staff (especially during COVID times); straightforward curriculum; weekly mentor calls for support and guidance; internship with a real company; supportive network of fellow students; ability to pay after you... Read More land a job; takes student feedback for how to improve the course; and career coaching continues after you finish the course.Cons: Internship was difficult in terms of communication (my company was in India) and being able to do great work in 4 weeks; could be cost prohibitive for some (however, see above); doing the course alongside working full time could prevent you from finishing in 6 months; I felt they could expand more on some things like the design sprint (since this seems to be the industry norm these days) and the mock interviews.Overall, I had a great experience with Springboard and feel that they were truly supportive of me and met me where I was, with no previous design or tech experience (I came from a human services background). I highly recommend this bootcamp to anyone looking to pursue a career change into tech.Read Less",UX Career Track,UX/UI Design +268609,11035,springboard,Goberdhan Barran,False,2020,Simply the best,2020-09-19,4.7,5.0,5.0,4.0,"Enough practice work in the curriculum with sufficient guidance that enabled me to learn the skill faster. I would recommend Springboard any day because of its timely support, effective and learned mentors. I truly enjoyed being apart of the Springboard... Read More student community.Read Less",UI/UX Design Career Track,UX/UI Design +268602,11035,springboard,Ayse Koksoy,False,2020,Its worth your time and money to invest in Springboard's education,2020-09-19,4.0,4.0,4.0,4.0,"Data Analytics track was a good way to get into Data Analytics and Data Science. I had an awesome mentor and many awesome co-mentors who helped with problem solving. The course demands a steep learning curve at times, so start with SQL and Python as you... Read More begin the course (or even earlier). You can delve into Data Science if you wish to and sure will have enough experience to continue your educational journey after the course.Read Less",,Unknown +268583,11035,springboard,Adrien Saremi,False,2020,A good educational program; can easily become great,2020-09-17,4.7,4.0,5.0,5.0,"Context: During my last year as a Ph.D. student, as I planned to pursue a career in data science, I decided to join the Data Science Career Track of the Springboard program. I was recommended by one of my Ph.D. student friends, who eventually successfully... Read More landed a good working position. I therefore decided to follow his footsteps.Overall: I am quite satisfied with Springboard's program. I think it has formed me well to become a data scientist and to quickly land a job. However, I believe there are a few things they can still improve on.Pros:- Overall Quality: the data science track definitely introduces and educates you well to the data science world, used in the industry. It covers most aspects of data science (wrangling, visualization, ML, ... ) and lets you acquire enough experience to land a job in that field. Of course, it won't replace extensive years of professional experience, but it is great way to bootstrap your data science career.- Preparedness: I would argue that the data science track doesn't require advanced programming skills, but it is best to have some Python experience (the software overwhelmingly used in the course). If you don't (like me), the first few months can be a bit of a learning curve. You eventually pass that stage though.- The Capstone Projects: the program is focused on two data science projects that you lead from start to finish. A great learning experience where you put your hands in the dirt, which you accomplish under the supervision of your mentor. These are great accomplishments you put in your portfolio and that you showcase to employers. - Mentorship: Speaking of which, the supervision by your mentor is probably the greatest feature of the course (and why the price is a bit high). For those who need someone to look over their shoulder, it's definitely a great resource that helps you move forward in the course. The mentorship I received was great and from what I heard, bad experience with mentors is quite rare. Plus you can always change, if it gets really bad.- Career: The career services they offer are equally useful. By helping you build your résumé, your LinkedIn profile, etc... Springboard helps you reach out and makes your profile more attractive to employers. The mock interviews you need to pass in order to complete the course are ideal reflections of real career situations.- Flexibility: While it is not something obvious when you start, you can actually ask for pauses, freezes and extensions if you need more time to complete the curriculum, or if you dealing with too much stuff a time in your professional / personal life (I assume they don't openly advertise that because they prefer you to finish the certification in a reasonable amount of time). I personally extensively used those (mostly because of how busy I was with my Ph.D. work, specially when it came down to my thesis defense). I eventually completed the program in 12 months. However, I DO NOT recommend to do so within such a big time frame. 6-8 months is definitely reasonable if you allocate the proper time each week. If you trail like I did, Springboard eventually starts charging you for additional extensions.Cons:- Rates: their rates are a bit high in my opinion and I believe it's mostly because of the number of resources they offer (mentors, career advisors, extensive curriculum, access to external resources like DataCamp). It's good to have that many resources, but in my opinion, some parts of the curriculum (maybe less than 10%) are useless or redundant. Therefore, I think the rates (assuming you avoid enrolling in paid extensions) could be 10% cheaper than what they currently are.- Customer Service: this definitely has been the worst part of the whole program. I assume it's because Springboard has considerably increased its volume of students (across all tracks) but their personnel's size hasn't keep up with the trend. While I always eventually obtained the information I requested, it takes a while to find and reach out to the proper person. First of, they only allow email communications. Then, their services are split between advisors, support team, finance team, etc... So if you ask for something to someone, they will most likely re-direct you to someone else. And the response time can be a few days. I don't expect every customer rep. to know everything and I assume it takes a while to train, but it is quite frustrating when you can't get a straight answer immediately, specially for finance-related questions or for deadlines (when you need an answer fast).Read Less",Data Science Career Track,Data Science and Analytics +268551,11035,springboard,Ehsaas Sachdeva,False,2020,amazing experience,2020-09-17,5.0,5.0,5.0,5.0,"I didn't find any cons for sure. For Pros, they make the transition from one occupation to the other very smooth. All the information provided by them was very easy to understand and follow. Having weekly mentor call for project related queries and having... Read More career coach calls for career related advice made it so helpful. Having one on one additional mentor call and community help made the journey quite interesting. Job guarantee process is definitely very helpful.Read Less",UI/UX Design Career Track,UX/UI Design +268547,11035,springboard,Julia Zozulia,False,2020,Data Science carrer track,2020-09-16,4.7,5.0,4.0,5.0,"I enrolled already having some knowledge in Data Science but wasn’t able to find a job by myself. Springboard taught me not only data science knowledge but, more importantly, skills on how to present yourself properly. With my mentor’s help, I started... Read More blogging about my projects, which, I believe, helped me immensely. Resume writing tips I couldn’t get from anywhere else are also very valuable. Midway thought the course I managed to find an internship. I got a full-time job offer within a month after graduation.Springboard is an opportunity, but you have to work hard to get the most out of it. Keeping your dedication though the course is demanding, the materials you have to learn are not easy, and you have to do really interesting capstone projects to succeed. But your hard work pays off, and you get support from your mentor and career advisor both during the course and after graduation.Read Less",Data Science Career Track,Data Science and Analytics +268474,11035,springboard,Renata Danks,False,2020,I am very satisfied with the value of the Springboard UI/UX Career Track curriculum.,2020-09-14,3.7,4.0,4.0,3.0,Pros:• Project-based curriculum. You'll complete the course with four portfolio-ready projects.• Networking requirements and career coaching support• Weekly mentor calls and development of mentor relationshipCons:• No formal opportunities for group work... Read More makes networking with other current students a bit unstructured• Industry Design Project in my experience was with a very small startup so the project was pretty open-ended. Can be challenging to produce impactful work within the four week time frame.Read Less,UI/UX Design Career Track,UX/UI Design +268466,11035,springboard,Joshua Young,False,2020,Extremely Satisfied.,2020-09-14,4.7,5.0,5.0,4.0,Love It: building of tangible skills and technologies while also developing social skills.Improve on: Clarity on what their job guarantee looks like from the beginning. I choose to pay monthly. I feel this was the largest determine factor in my completion... Read More of the course in 4.5 months. Very happy with the person I became through the process of the course.Read Less,Data Analytics Career Track,Data Science and Analytics +268397,11035,springboard,Allison Raffel,False,2020,Overall Great Experience - UX Career Track,2020-09-11,4.7,5.0,4.0,5.0,"I really enjoyed my time being enrolled with Springboard. Strong points: - One-on-one time with your mentor (this is the strongest point of the course imo. My mentor was wonderful about getting back to me outside of the time he was required to by Springboard.... Read More I could not have learned what I did in this course without his help) - Additional mentor calls if necessary (these aren't with your mentor, but with a different mentor assigned by Springboard. I still found them helpful) - The structure of the course helps you really understand the basics and have a good foundation for the fundamentals of UX design - The Industry Design Project! Huge strong point. This will give you real-world experience which you can put on your resume and highlight on your portfolio - If you take the job guarantee, you're required to pass mock interviews at the end of the course: whiteboarding, portfolio walkthrough, and a behavioral interview. You get two chances to pass, but I passed them all on my first try and so did the other students I spoke with. As long as you prepare and practice you should be able to pass, but this is a strong point because it prepares you for the real-world interview process. I was really nervous for these but I'm very glad they're embedded into the structure of the course - I have just applied to complete with Springboard, so I haven't begun my job search yet, but if you take the job guarantee you will also have access to career coaches 6 months post-graduation, which will be incredibly valuable - My student advisor (Molly) was incredible - quick response from her when I reached out, and she went above and beyond to address my concerns and make sure I was taken care of Sticking points (for me personally): - The course ran a lot longer than I expected it to. The projected time to complete is within 6 months if you spend 20-25 hours a week on the course. It took me about 11 months to complete, and I think this is more due to the course structure than anything else. Projects build on other projects, so sometimes I had to revise certain projects before moving onto the next stage. For the lengthier projects, I had to revise multiple times and it took a few weeks to get the go ahead from my mentor to continue. Like I said, he was incredibly helpful to me outside of the normal hours we met and I don't blame him for this at all - I think it made me a much better designer and helped me to go into the material in more depth. My sticking point here is just wishing that Springboard projected closer to a year rather than 6 months (for part-time students like me), but this could be something that's unique to my experience - I understand why the career coaching sections are built into the structure of the course, but I have to admit I really did just want to focus on the hard skills of the course and found it a little jarring that there were career coaching sections in the beginning/middle of the course rather than just the end. The reason for this is networking and building up your LinkedIn profile/connections during the course, so the reasoning is good. I just struggled with feeling like I really wanted to focus on the skills themselves before doing the networking Overall, I had a really positive experience with Springboard and found that they were really helpful and responsive when I needed them to be. I haven't started my job search, but if I'm able to update this review later, I will when I have a better understanding of how that will look. If you're looking for a boot camp program for UX design, I think Springboard is an excellent option.Read Less",,Unknown +268394,11035,springboard,David Rosser,False,2020,Learned relevant industry methodology and tools but even more importantly got great career services support,2020-09-11,4.7,5.0,4.0,5.0,This program will definitely prepare you and give you the skills needed to be an effective analyst. I came into it with some analysis experience in my past but had been out of the industry for several years so I wanted to brush up old skills and learn... Read More new skills. Since COVID caused all my contract work to be cancelled this year I was able to work on this program nearly full time and finished it in just over 3 months. Most of the assignments were clear and could be completed with the provided instruction or a quick internet search. Only once or twice did I need to use the unlimited mentor call feature to get unstuck on something. I think the biggest value for me on this was the career support side. There are some modules interspersed with the technical material on how to search and how to manage you LinkedIn page. They help you with your resume as well. Then after you complete the course you have weekly calls with a career coach to keep you on track and give interview advice etc. I got pretty good traction right away and am currently waiting for an offer letter from Mercedes Benz USA just 2 months into my search.Read Less,Data Analytics Career Track,Data Science and Analytics +268372,11035,springboard,Meredith Leigh Pratt,False,2020,Practical Skills to Help You Excel Anywhere,2020-09-10,5.0,5.0,5.0,5.0,"The UX/UI Design Bootcamp at Springboard is online learning at its best. Springboard pairs you with a personal mentor, career coaches, and a student advisor. You also have access to a large online community of fellow students where you can bounce ideas... Read More off each other and network. The program gives you practical skills to handle complex UI/UX challenges confidently in both B2C and B2B companies. You learn by doing and end up with a fantastic portfolio to help you land that first job. There's also an internship with a real company to put your new skills to the test while discussing any challenges you face with your mentor. Springboard is on the cutting edge of what's new in the industry. Coming out of the gate, I exchanged knowledge with industry veterans and applied what I learned in my present job. The learning material is high-quality. I got as much knowledge from this online program as I did from a traditional master's degree program at Northeastern University— at a fraction of the cost! There are flexible payment options for those who need them, and the staff is simply amazing. Your student advisor is there to answer all your questions and ensure you succeed. For example, my father got very sick early in the program and passed away. Then came the Coronavirus. Things got busier in my full-time job, which I didn't want to lose. Springboard understood that and encouraged me to take some time off while allowing me access to the course material. They have been incredibly flexible during the pandemic, giving students more time to complete the program, which is quite rigorous. I can't say enough about this program. I've learned so much. There are many niche avenues to pursue within UI/UX Design, and Springboard covers all of them. Why should you consider UX/UI Design as a career? It is a gratifying career as you get to dive into users' minds and empathize with them to deliver something that makes people's lives better. So, if empathy comes naturally to you, and you are eager to innovate and be creative, then UX designing may be an ideal career option for you.Read Less",,Unknown +268370,11035,springboard,Diogo Santos,False,2020,Project-oriented and focused on business analytics,2020-09-10,4.0,4.0,4.0,4.0,"I enjoyed very much my time at Springboard. The curriculum is very project-oriented, which means you'll get several chances to practice your newly acquired skills with real datasets. It's an online course, which concerned me initially. However, every... Read More student has an advisor and a mentor that follow their work closely, which is very helpful. How closely they follow your work depends on you, and how much you ask for advice and feedback. My advisor was instrumental in helping me set and stick with daily goals, balancing course-work and time to relax, and was simply there every time I had an issue related with the workings of the course.Read Less",Data Analytics Career Track,Data Science and Analytics +268337,11035,springboard,Joseph Aronez,False,2020,"Flexible, Reliable, Instructional",2020-09-09,4.3,5.0,4.0,4.0,"I got the recommendation through my linkedin network and I have to say this is the best investment of 2020. I joined this community because I heard great things about their curriculum and mentorship program. Great communication, fast response, very flexible,... Read More and I now have mentors that are willing to guide me through my career.Read Less",UX Career Track,UX/UI Design +268336,11035,springboard,Cat,False,2020,"good curriculum, assignments and mentorship",2020-09-09,4.7,5.0,5.0,4.0,"Pros: Actually In-depth. Assignments were realistic/practical/like real work (as opposed to university-homework-like). Learned more from this than codeacademy, coursera and udemy. My mentor kept me inspired as he is very successful and insightful. VCons:... Read More Probably overwhelming to keep up with if you have a job during.Read Less",Data Analytics Career Track,Data Science and Analytics +268293,11035,springboard,Jorge Londono,False,2020,Learn at your own pace,2020-09-07,5.0,5.0,5.0,5.0,"Springboard really works for people like me who usually excel at working at their own pace. I was able to set my own schedule, and while there are no strict deadlines, having a mentor and career coaches really help keep you inspired. Additionally, when... Read More I began the program I took the career coaching aspect for granted, because it really makes a big difference into pretty much all the other programs I looked at. The course goes beyond just teaching you skills, it's a program meant for you to change careers and get into the industry.Read Less",,Unknown +268264,11035,springboard,Gurveen,False,2020,"Hands on learning experience, I've become a much better designer with a portfolio I am confident about post-completion",2020-09-06,4.0,4.0,4.0,4.0,"What I love about this course is that the built-in structure and the curated content makes the difference when trying to learn on your own vs taking this course. In retrospect I would have taken the UI/UX Design Career Track but it wasn't available when... Read More I started the UX Career track. Regardless, I think this course was worth it. I got to collaborate with other designers for my IDP and the opportunity to collaborate made the experience much more amazing.In the beginning I was unsure but I chose to stick through with it and it was rewarding when I completed the program. I also wasn't used to online coursework or engaging in the slack community because I'm not very active on social media so that was a challenge. But in retrospect, I think the slack community is something I should have taken more advantage of because more online engagement with others has made me more comfortable and confident when communicating and networking with others and the more insights I gain from their experience that I can use to inform what I want for myself. I also had a mentor that kept me on my toes and challenged me to perform and deliver better. And that resulted in a capstone project that I was very satisfied with the end result even though there's always room for growth. When working on my industry project, my mentor encouraged me to create a solution that addresses the company's measurable goals as well as user needs and provided resources that helped me establish direction for my projects.I would have liked to learn more about UX Strategy and implementing it in our projects built into the course. These were encouraged by my mentor, but not built into the course.Read Less",UX Career Track,UX/UI Design +268239,11035,springboard,Evan Schaffler,False,2020,Love Springboard!,2020-09-04,5.0,5.0,5.0,5.0,"Springboard is the real deal, with a really strong curriculum and tons of helpful resources and support along the way. I was incredibly impressed with all elements of the program - it's really buttoned up and user-friendly and chock-full of useful, modernized... Read More information for students and job seekers.Read Less",Data Analytics Career Track,Data Science and Analytics +268204,11035,springboard,Polina Maguire,False,2020,Highly recommended for those who are changing their career path to UX,2020-09-03,5.0,5.0,5.0,0.0,"It took me longer than the estimated 6-8 months to complete my course with Springboard, but it was worth it. Rigorous curriculum, challenging tasks, and one-on-one mentor support would be good enough reason to choose Springboard. But on top of all that... Read More they offer excellent career services. Highly recommended!Read Less",UX Career Track,UX/UI Design +268178,11035,springboard,LUCIEN METEUMBA,False,2020,The best bootcamp,2020-09-01,5.0,5.0,5.0,5.0,"I am really happy for the time spent at Springboard. Springboard has a great mentorship team quality and system. My mentor was really knowledgeable and really patient with me. Things that would take me days to understand, he will provide me the right... Read More resources and the right knowledge to get a better understanding of the matter.Springboard has a great curriculum. If you just follow the curriculum, you will be unbeatable in Data Science. You will be above in knowledge and skill college students and those in the work force.Read Less",Data Science Career Track,Data Science and Analytics +268176,11035,springboard,Keshav Mantha,False,2020,"Great mentorship, decent resources, solid overall experience.",2020-09-01,4.0,4.0,4.0,4.0,"I am a career changer going from healthcare/medicine into data science and the information sector. I completed Springboard's Data Science Prep Course in anticipation of continuing on with their main Data Science Career Track. Coming from a place of limited... Read More coding experience, the Prep Course was definitely a great way to get my hands dirty in some of the technical aspects of coding and what the role of a data scientist may be. There are small projects sprinkled throughout to help build your understanding and comfort with the content. Some of the resources are a bit irrelevant in their applicability to real world problem solving, and are not easily translated to a professional setting. However, this is fine overall because their main goal is to get you prepped for their 6-month career track.The best part about this experience is definitely the mentorship. My mentor was incredibly helpful throughout my 4 weeks in the course. He was always engaged during our weekly meetings, and was very open to offering me advice outside of that time via fast email response. The mentorship is by far the highlight of the course, and got me excited to continue on with the Career Track.Overall, I'd recommend this course to anyone with a limited coding background considering doing a bootcamp, as it gives you those basic tools to pass the technical skills assessment and gives you the confidence to endure a 6 month bootcamp. The course is affordable and your tuition gets applied as a credit towards the already-affordable price of the full Springboard Career Tracks.Read Less",Data Science Career Track Prep,Other +268160,11035,springboard,Anonymous,True,2020,Good supports but needs better contents,2020-09-01,3.0,3.0,2.0,4.0,"Springboard provides a very good mentor support for each students. The career supports are good, but could be better. They definitely needs more original contents, and provides data that's like or close to the real data in a job. There are some improvements... Read More need to be make.Read Less",Data Science Career Track,Data Science and Analytics +268123,11035,springboard,Molly Foote,False,2020,Detailed curriculum with excellent job search support,2020-08-30,5.0,5.0,5.0,5.0,"This program was designed to teach you about data analytics as well as how to find a data analyst job. You will cover lots of different topics related to business data analytics. Some units are faster than others, depending on your previous experience... Read More or background knowledge. I definitely would recommend taking a course by Springboard in the future.Read Less",Data Analytics Career Track,Data Science and Analytics +268122,11035,springboard,Aileen Li,False,2020,Great UX learning experience with mentor support and real life project,2020-08-30,4.7,5.0,5.0,4.0,"This course takes you through many UX-relevant topics and you get to work on projects that likely mimic UX work in the real world (including a real world industry lab project). Robust mentor program where you don't get just your own mentor, but to tap... Read More into a network of Springboard mentors as well. Good preparation for starting a UX career.Read Less",,Unknown +268119,11035,springboard,Fan Huang,False,2020,A good way to start learning about UX,2020-08-30,4.3,4.0,4.0,5.0,Strengths about the Springboard UX Design career track:- A great overview of important topics to help you think like a UX designer- A mentor to keep you focused on the curriculum and to help navigate the UX industry and process- Incredible career coaches... Read More who will help you devise strategies for your job search efforts- 2 UX projects that follow the ideal UX design process and a real-world project with an organization that allows you to flex those new design skills- Flexibility with the course and target finish dates during difficult timesDon't expect that a 6 month bootcamp will land you a UX job right now. This should be seen as more of an introductory to UX design. The bootcamp is easy but time consuming. The real work happens after you finish.Read Less,UI/UX Design Career Track,UX/UI Design +267999,11035,springboard,Summer Song,False,2020,Recommend UX course!,2020-08-29,4.0,4.0,4.0,4.0,I would like to recommend Springboard because they have a strong mentorship program where you are not only talking to your main mentor but you can talk to other mentors frequently to get advise. This really helped me to keep myself on the track throughout... Read More the course.Read Less,UX Career Track,UX/UI Design +267978,11035,springboard,Andrew Russell,False,2020,Amazing but hard,2020-08-28,5.0,5.0,5.0,5.0,The springboard Machine Learning course was fun and my 1-on-1 with the mentor was superb and the career coaches they give you access to are amazingly helpful. Though the course is extremely hard and requires a lot of time to dedicate if you want to keep... Read More up with their study plan that they give you to suggest the pace you should take the courseRead Less,Machine Learning Engineering Career Track,Machine Learning and AI +267973,11035,springboard,Taylor Lyon,False,2020,"A comprehensive, mentor-guided design program",2020-08-28,5.0,5.0,5.0,5.0,"Springboard’s UX/UI Design career track is a super comprehensive program that prepares students for design jobs by providing 4 capstone projects, one of which includes working with a real client. Their one-on-one mentor support is my favorite part of... Read More the program.Read Less",UI/UX Design Career Track,UX/UI Design +267934,11035,springboard,Sarah Hwang,False,2020,Great program!,2020-08-27,4.7,5.0,4.0,5.0,"The biggest value of the program is the weekly one-on-one meeting with your mentor. Overall, I learned a lot and completed the course with a portfolio that includes 4 case studies. Overall, I highly recommend this program for anyone looking to transition... Read More into UX Design and looking to get started on their case studies for their portfolio.Read Less",UI/UX Design Career Track,UX/UI Design +267862,11035,springboard,Derek Free,False,2020,An incredible online learning experience.,2020-08-25,5.0,5.0,5.0,5.0,"I decided to take the Springboard UX/UI Design Career Track after having been treading water in my graphic design career for awhile. I wanted to try something new that I would be able to add onto my graphic art experience that was flexible and reasonably... Read More priced, and Springboard fit the bill. I got more out of it than I was ever expecting!The best feature of this course, hands down, has to be the Mentor program. Each student is matched with a Mentor who works one-on-one with them each and every week, reviewing all of their assignments and ensuring that they understand the material. Springboard receives all sorts of students from all sorts of backgrounds, and I was afraid that the course might have been a little easy for me. But my mentor really made sure to meet me where I was at, helping to ensure that I set a higher standard for myself and really pushing me to create some great work for my UX portfolio.I have since recommended this program to a few of my friends and am always excited to tell them just how I got my UX portfolio done by highlighting Springboard.Read Less",UI/UX Design Career Track,UX/UI Design +267801,11035,springboard,Anonymous,True,2020,"Well organized content, but not for a beginner in Data Science.",2020-08-24,2.7,3.0,4.0,1.0,"The content is well organized, you get a feeling of the Data Science complete field. Sinc eit is a wide field, its difficult to get expertise is all specialization. It is very much dependent upon your mentor. I have not seen much involvment of the Springboard.... Read More The career coaching needs to improve.Read Less",Data Science Career Track,Data Science and Analytics +267790,11035,springboard,Ian Shaw,False,2020,Everything you need to get started in UX,2020-08-24,4.7,5.0,5.0,4.0,"Excellent experience, very thorough education, mentor-led and project-driven so you really get a sense of what the job will entail. The organization was exceptional with dealing with COVID as well offering additional pauses if you needed etc. There were... Read More a few issues with timeline, but Springboard customer service was great at handling it. I never judge a company by IF they mess up, it's HOW they respond that matters.Read Less",UX Career Track,UX/UI Design +267787,11035,springboard,Carolyn Twomey,False,2020,Best investment I made in my career,2020-08-24,5.0,5.0,5.0,5.0,"About 6 months ago, I decided to pivot my career from Copywriting to UX Writing. I knew I needed to learn the UX process since it's different from the way I was used to working, so I started researching a few different programs. There are UX Writing-specific... Read More courses which sound great, but for me, I wanted to maximize my investment by not only learning the UX process, but also becoming proficient in a new marketable skill (in my case, visual design). I knew 2 people who had gone through Springboard's UX Design Career track and they had good experiences. Because of COVID, all courses were enrolling online anyways, so that made my decision a bit easier.Overall, I thought that the Springboard experience was outstanding: quality curriculum; supportive and highly responsive network of mentors, coaches and advisors; ability to move at your own pace (for me: fast). I loved that the curriculum not only covered practical UX skills, but also included career-building units to help you network and improve your resume, so you're ready to apply to jobs right after you complete the course. I had a wonderful mentor who shared his real-world UX expertise during our weekly meetings, and if I ever had a question or issue, the student advisor for my cohort was always available to help. I also loved my career coach calls--valuable time with actual recruiters in the industry who help you navigate the job search from updating your LinkedIn to salary negotiation. After I completed the portfolio unit, I immediately got traction in my job search. I presented projects from my Springboard coursework during the interviews, and felt comfortable talking about UX principles with my interviewers, based on what I had learned in the course. I ultimately accepted a senior-level role before the course ended, which was my ""above and beyond"" goal going into the program. I would definitely recommend Springboard to anyone interested in pivoting to a career in UX (Design, Writing, Research, etc). If you're a self-led learner and extremely driven to get into UX, you'll get a ton of value out of the program and will feel prepared to pivot your career like I did.Read Less",UX Career Track,UX/UI Design +267786,11035,springboard,Anonymous,True,2020,Big Oof,2020-08-24,2.0,2.0,2.0,2.0,"I have been enrolled at Springboard since April of 2020. I took their Software Engineering Career Track Prep course in order to get a strong basis for the main course. This course had a lot of good coverage on introductory subjects like standard CSS,... Read More Javascript, and HTML. I have taken a number of college courses on these subjects beforehand and didn't struggle with the prep material at all. I also really enjoyed the teacher: Colt Steele. You can Google his name and get a nice summary of his accomplishments with Rithm School (in-person Bootcamp in San Francisco). My issues with the program started around Section 12-13. While the earlier sections are easy enough to understand, that almost everyone won't struggle with them, once you get into more complex topics....the issues with Springboard become more glaring. Colt does a great job at breaking down subjects in the videos and keeps things interesting with fun jokes and a lighthearted approach to learning Web Development. The real issues seem to be with the supporting material and structure that Springboard itself provides. You meet with a ""mentor"" once a week for 30 minutes where you can't really accomplish all that much besides discuss a few issues you are currently having with your code. I actually like my mentor a lot, but they aren't supposed to be there to support you constantly as you work through the various projects\assignments. Instead, you are asked to reach out to the TA's, which Springboard states are available via chat and email throughout the day. This is a lie. There are really only 1-2 actual TA's that respond via email and on my experience the chat option is really only available around 5% of the time. So after you type up the issue you are experiencing, you just wait for a response, whether you needed a quick 5 word reply on something, or an extremely complex explanation with multiple paragraphs, it can take anywhere from 20 minutes to 3 hours to get a response. There are no 1 on 1 virtual sessions where a TA would join a Zoom call and work with you individually to track down issues. Instead you upload code to Google Drive and wait for them to download and par-ruse your uploaded code. Also the sections are setup in a really weird fashion. You are expected to watch 10+ videos all at once per section (each ranging from 5-20 minutes), and then work through exercises at the end, which could cover something you learned in the second video over 2 hours previously. Instead of re-enforcing important subjects along the way (and no, coding along with Colt does not count as exercises Springboard :) ). It ends up being extremely hard for individuals to have a feeling of cohesiveness between the instructional videos and actual assignments. It comes across as lazy and unconventional for a school you are spending $8,000-$12,000 to attend. My wife attended Flatiron and I recommend that bootcamp far above Springboard (as far as web development is concerned, I know they are solid on the data science front from what I have read). Pros:-Colt Steele is a really good teacher, but can move a bit fast for some I imagine. -Material is presented with very modern tools, frameworks, and methodologies. -Fully online so you can ""do it from anywhere"" -Online Slack community of other students, though it isn't very active. Cons: -Extreme lack of assistance when working on larger projects\assessments. Just wait till you get to the Hack and Snooze app...oof. -TA's are basically non-existent. -Office hours are usually clogged with 20-30 students that are all working on completely different parts of the curriculum and getting questions in for your specific needs is near impossible. -Coding along with Colt during lessons is not good enough for reinforcement of complex topics. -Career Prep is essentially updating LinkedIn, Attending virtual events, and updating your resume. -No Pair Programming :( -Springboard just telling you to ""check the solution"" for answers. Giving me the answers, and helping me understand concepts are not the same thing. -Doesn't require enough GIT push\pulls to make your profile look more active to employers. -Basically completely self driven, which I know works for others, but not for me as I really enjoy structure. -Changed their ""job guarantee"" mid curriculum -Very little feedback from the maintainers of the curriculum as to why they are choosing to do certain things over others. If you are searching for an fully online Software Development, I sincerely recommend looking elsewhere (Flatiron is the only other school I can speak on personally as my wife attended). I have worked in a separate section of Information Technology for nearly a decade and I struggled a lot to use their learning materials. And for perspective, I have 4 year IT degree, and 10+ IT Certifications in infrastructure. TLDR:Steer clear of Springboard unless it is for their Data Science Career Track. Their Software Engineering course is very new and needs a lot of work with supplemental activities to bring it up to par with both their other offerings, and other offerings available at other bootcamps.Read Less",Software Engineering Career Track,Software Engineering +267774,11035,springboard,Anonymous,True,2020,"Curriculum could be self-taught, but mentorship is valuable",2020-08-24,3.7,4.0,3.0,4.0,"Most of the coursework is available for free, but having a mentor as a job reference and guide is very useful. Get through the coursework as fast as possible so more time can be spent on your capstones. Then your mentor can help you develop further skills... Read More beyond the curriculum.Read Less",Data Analytics Career Track,Data Science and Analytics +267655,11035,springboard,Gabe Gibitz,False,2020,"Springboard's curriculum, mentor support and career coaching were second to none.",2020-08-21,5.0,5.0,5.0,5.0,"I did exhaustive research before picking a Data Science Bootcamp. I looked online, in-person -- even considered the DIY route. I landed at Springboard, and I was so pleased with (even surprised by) my experience. Springboard excels at combining a solid... Read More curriculum with hands-on learning, but what set them apart (and what surprised me) were their weekly 1-on-1 mentor meetings and rigorous career coaching focus. I wasn't alone simply learning how to become a data scientist. I was part of an encouraging community that prepared me to confidently create machine learning projects, network with the data science community and apply for jobs the day I left the program. Would highly recommend.Read Less",Data Science Career Track,Data Science and Analytics +267648,11035,springboard,Michelle,False,2020,Loved It,2020-08-20,5.0,5.0,5.0,5.0,"Springboard went above and beyond my expectations. The course is amazing honestly, I dont think you can find such a incredible enviroment to study as Springboard. The ILIMITED mentor and career calls are everything. I had a time when I was stuck in a... Read More project at 11pm and I schedule a call at 1am and had the best help from my mentor. Besides this, Springboard is a very inexpensive Bootcamp, and to be honest it should cost way more than it is. I am a Data Analyst and I am very proud to be a Springboarder and I am sure you will be too.Read Less",,Unknown +267637,11035,springboard,Anonymous,True,2020,Really good course with great 1:1 mentorship programme,2020-08-20,4.7,5.0,4.0,5.0,"I have just completed the Data Science Career track. Being able to look back at the entire process, I have to say that I am really satisfied. My expectations were met almost exactly. I wanted to get a solid foundation in in some topics and have a lot... Read More of practice working with data of all kinds, I got it all. Weekly calls with mentor were really useful as we covered all things that curriculum didn't supply. Additionally, career coaching calls which I didn't take seriously at first, ended up being very relaxed and extremely useful, the coaches really knew their thing and their suggestions on job search process ended up very useful.Well-rounded course, great support. My only point for the prospect students is the following: data science, ML and DL are difficult things to master. You need to come prepared (Python & math), every now and then it gets really tough and there is barely any progress for weeks. So you have to be stubborn to get things done, especially given the fact that the course is remote.Read Less",Data Science Career Track,Data Science and Analytics +267610,11035,springboard,Chelsea Poulter,False,2020,Very Helpful and Informative,2020-08-19,5.0,5.0,5.0,5.0,"The courses are very well put together with a lot of great content from different sources. Everyone I interacted with was very kind and helpful. I learned a lot from my time spent in it! And while I was taking courses I was paid to design a website! These... Read More are very marketable skills. A con would probably be that it is a bootcamp, so you really need to make sure you have the time, energy, and mental capacity to put the work into it. I personally found that working while trying to do the courses was very difficult.Read Less",UI/UX Design Career Track,UX/UI Design +267602,11035,springboard,Laurel Kennedy,False,2020,Recent Grad,2020-08-19,3.7,4.0,4.0,3.0,I really liked this course because it allowed me to work completely at my own pace. It is a 9-month course but I was able to complete it in 6. Springboard also seems very flexible if you need more than 9 months. All students are in a Slack community which... Read More is helpful to connect with peers while working remote but there were definitely times I wish had an actual classroom experience. Speaking with a mentor 1:1 every week and the career support was very helpful. I just graduated this month so am starting my job search but overall I would recommend Springboard to those who want to learn the BASICS of UX/UI Design. I definitely still feel like I have a lot to learn but I think that is the same with all bootcamps.Read Less,UI/UX Design Career Track,UX/UI Design +267552,11035,springboard,Jazz Weller,False,2020,An amazing way to enter the world of data analytics,2020-08-17,5.0,5.0,5.0,5.0,Springboard provides so much support to their students. I felt like there was always someone I could talk too and different ways to figure out problems. I just finished my curriculum and I feel I have a really strong foundation to show potential employers... Read More even though I started this program with very little experience in data analytics and have worked in customer service nearly my entire professional career. This course is very worth while and I'm so glad I took the time and spent the money on it.Read Less,Data Analytics Career Track,Data Science and Analytics +267361,11035,springboard,Lis Geraci,False,2020,Formalized UX Knowledge Propelling a Career Change,2020-08-10,4.3,4.0,5.0,4.0,"Motivated career switchers, rejoice! Springboard has a solution for you. Enroll in this online, self-paced curriculum and learn on your own terms. I completed the UX Career course in 6 months - this included ~20/week of self-scheduled coursework, a 30... Read More min weekly mentor call, and additional reading as desired. This course is focused on both the fundamentals of UX and the practical skills needed to score a job. I completed this while working 40 hours/week - I had no social life, but I completed it! Most of my fellow alums have acquired a job within 4 months of graduating.Read Less",UX Career Track,UX/UI Design +267344,11035,springboard,Enrique Camacho,False,2020,Springboard always has your back!,2020-08-10,4.3,5.0,4.0,4.0,"Trying to start a new career in always a hard thing to do. With all of the support (mentors, student advisors & technical support) from Springboard made this task tangible. If there was a problem throughout the curriculum, all I had to do was reach out... Read More and some type of support would immediately reply and trouble shoot the problem. The student goes into the program knowing that Springboard really cares about their experience and very much wants them to succeed.Read Less",UI/UX Design Career Track,UX/UI Design +267281,11035,springboard,Alwyn,False,2020,Excellent coursework and enabled me to relate and perform Data Science projects with confidence,2020-08-07,4.7,5.0,5.0,4.0,Pros:- The course work is extensive and to me seemed to be equivalent to a Masters Degree.- EXCELLENT mentor support and without which I would have given up. This is a key factor in my completion. Previously I tried the pathetic Udacity Business Analytics... Read More course and they lacked mentor and course work support.Cons:- Timeline is very aggressive.- Would love to have placement support as part of the course (this is now being offered due the covid situation).- Job interviews guaranteed but placement is extremely difficult if you dont have a PhD or Masters.Read Less,Data Science Career Track,Data Science and Analytics +267238,11035,springboard,Anonymous,True,2020,"A wonderful, eye opening, educational experience into a world of information I had very little prior knowledge about.",2020-08-06,4.3,5.0,4.0,4.0,"The program was very beneficial. It allowed me to see various aspects within the world of Data Science. The course offered a little bit of everything to at least get me familiar with what I may see once I am able to dive into my career. Considering there... Read More are many avenues to pursue from a career prescriptive, myself (or someone ) will probably need to find outside resources to dive deeper depending on what they'd like to fully immerse themselves in. Coming out of the program, I feel that I have a strong understanding of Python, SQL, as well as machine learning techniques. The main wealth of knowledge came from working on my 2 capstone projects. It was within these 2 projects that I was able to use information learned from the coursework as well as learn to properly research other techniques and/or look for deeper learning. All the while, I was able to work with my mentor as I made mistakes and more importantly learned from them. A suggestion I would have for future students of the program is to work with a networking coach early on in the process. I spoke with a mentor on a weekly basis but I somewhat slacked on the network side of things as I feared I wasn't ready to ""talk the talk"". Looking back on it, I should have bunch more effort into this aspect, earlier on instead of leaving a majority of it to the end. The networking coaching if very beneficial to help prepare for life after the course. They offer very good networking tips. I truly enjoyed my experience!Read Less",Data Science Career Track,Data Science and Analytics +267191,11035,springboard,Dat Nghiem,False,2020,Exciting,2020-08-05,4.0,4.0,4.0,0.0,"The program seems very easy at first, then you start getting into the real learning aspect and it becomes fun. The curriculum provides valuable information sourced from across the internet all in one convenient location. Mentor calls are rewarding and... Read More educational. But best of all are the hands on projects that puts you up against real industry challenges. Great course for gaining experience.Read Less",UX Career Track,UX/UI Design +267189,11035,springboard,Aydin,False,2020,Very good,2020-08-05,4.7,5.0,4.0,5.0,"I've just completed Data Analytics Career Track. The curriculum provides tremendous technical trainings using Excel, Tableau, Power BI, Python and SQL which I found them very useful. Study cases were good enough to improve technical skills. I found access... Read More to unlimited calls with mentors and career coach services very helpful. Overall I had a great experience and suggested to any one who like to peruse a career as a Data Analyst.Read Less",Data Analytics Career Track,Data Science and Analytics +267041,11035,springboard,Tajram Bissoondial,False,2020,Amazing experience,2020-08-01,5.0,5.0,5.0,5.0,Springboard have great mentors that work with you to achieve your goals and bringing out your potential to be successful. They make sure that you understand the topics completely before moving on to the next topic and even give you quick reviews of previous... Read More topics to ensure that you keep the new tools that you learned fresh in your head.Read Less,Data Analytics Career Track,Data Science and Analytics +267000,11035,springboard,Natalie Breuner,False,2020,Would 100% Recommend,2020-07-31,4.7,5.0,4.0,5.0,"Loved my experience!! Incredible mentorship opportunities. Would absolutely recommend. Without Springboard, I could not be were I am today. The Industry Design Project, Capstone, and Design Sprint were invaluable projects for my portfolio and experience.... Read More Thank you Springboard!Read Less",UX Career Track,UX/UI Design +266956,11035,springboard,Anonymous,True,2020,My experience with Springboard was fantastic! The administration and mentors were very helpful!,2020-07-30,5.0,5.0,5.0,5.0,When I was first looking at UX design courses I was in between Springboard and General Assembly. I choose Springboard because they were very attentive from the very beginning. I had trouble with my sign up and a advisor helped me along the entire way.... Read More I cannot find a single con about the program. If I had to find something I would say that I wish there was more group projects. I did feel a little lonely sometimes doing all the projects along.Read Less,UI/UX Design Career Track,UX/UI Design +266952,11035,springboard,Tristan,False,2020,Springboard UI/UI Course,2020-07-30,4.7,5.0,4.0,5.0,I can't say I was expecting to take another bootcamp. What sold me was that they assign you to a real company for a quick consulting project and the Job guarantee. It makes me a lot more comfortable knowing me and my educational incentives are aligned.... Read More Why choose springboard: - weekly mentor calls - monthly payment option if you want to do this full time - broad: goes over google analytics and salary negotiation - 4 projects for your portfolio - The Industry project was real consulting work- So far I am impressed by the job search portion and its weekly requirementsWhy not choose springboard: - You have trouble being self motivated (its mostly online) - Curriculum can be repetitive - If you goal is to explore the field of UX/UI I would recommend an in person class (when such things return)Read Less,UI/UX Design Career Track,UX/UI Design +266928,11035,springboard,Shela Duong,False,2020,Awesome!,2020-07-29,4.7,5.0,4.0,5.0,"I am currently a student at Springboard's UI/UX Design career Track. So far the experience has been good. There is a lot of support to guide you on your journey. I switched from the software engineering track to the UI/UX design track. I was scared that... Read More I wouldn't be able to do it since I found that I really enjoyed designing more than coding. Luckily, they were very accommodating for my situation and all my needs and questions were met. The experience has been really good that I would take Springboard again!Read Less",UI/UX Design Career Track,UX/UI Design +266888,11035,springboard,Samuel Ludescher,False,2020,More than just a beginner,2020-07-28,4.7,5.0,4.0,5.0,"Listen, guys. Design jobs don't grow on trees. It's a very competitive market, I'll be the first to be straight with you about it. It's a bit like being both a businessman and an artist. We are here, mainly, to solve problems. They come in all varieties... Read More such as socio-economic issues, app functionality, matters of convenience and satisfaction, and visual aesthetics. It's hard to be good at them all. The UX career track at Springboard will give you your fair share of experience in each until you come to understand what it is about UX that you are best at. For me, it's research and strategy. I can hold my own all the way through the design process, but I find the most joy thinking about the why's, and bringing insights into design. I like to solve problems on a systemic level.As for the course, it's a highly sufficient curriculum that has enabled me to feel confident as I continue to learn design. The program has well vetted UX mentors that are industry veterans and are quite successful. And, the team of career coaches I've interacted with has been top quality. These people are true professionals and THEIR job is to get YOU a job. That's a promise.But, it's still all on you. Make no mistake. A career transition isn't for the feint of heart, especially design. The good thing is that we are makers, so you should never stop making something. Never stop learning, and be courageous. And, be prepared to work for free or below your 'paygrade' (at first).I am currently working on various passion projects that I will add to my portfolio in addition to the three projects I completed through the Springboard curriculum. Be mindful, you who are reading this, that UX isn't something you stop learning. I know there is a lot of information out there, though, and it can be overwhelming. Springboard was a great pathway for me to understand UX in principle and in process. But, don't stop with what they give you or it won't be enough. With that foundation of knowledge and experience, I've been able to further investigate principles I enjoy, and find methods that fit my needs and specific style. Springboard teaches design thinking, but there are other umbrellas of UX understanding such as CX and User-centered design, which Springboard introduces briefly.Being a problem solver, I revolve around the core of UX, which is finding pain points. I've also incorporated a problem solving framework called customer jobs aka jobs to be done. I'm also investigating systems thinking and system's diagramming to use in tandem. These are just examples of many different UX frameworks you can add to your metaphorical toolbelt. Just find what you gravitate to. It's equally important to spend time designing and working with others. Other designers are your allies, but don't get too caught up in trying to be everyone's friend. Building meaningful relationships means being professional first. Add value to get value. Be genuine and authentic, seriously. Just be you.Being you is very important because design interviews are really hard. You have to be tenacious the same as any jobsearch, but you are going to basically be auditioning many times during interview rounds. Jobs will want to see how you design and how you will work with their team. So, prepare well for the mock interviews, which are effectively the finals for the UX course, or you won't get the job guarantee that comes with the course, and you may not even get a job even after all that. But, without risk there is no reward. And, so long as you put 100% into your projects, you will be a confident enough designer to showcase your work in an interview.I found a home in design because of Springboard. I truly believe that. My first love is writing, and always will be. But, I couldn't pass up the opportunity to be a problem solver by trade. I used Springboard to get an idea I had off the ground, and I'm so glad I did. It's the right place for me. I like making things and solving problems.Read Less",UX Career Track,UX/UI Design +266839,11035,springboard,Bethanie Colwell,False,2020,Stellar Mentorship with Springboard UX Career Track,2020-07-27,5.0,5.0,5.0,5.0,"The relationship with my mentor was invaluable! He really took the time to get to know the problem space I was investigating and offered the honest feedback I needed. The support team did an exceptional job placing me with a company for the Industry Design... Read More Project that was so spot on, I couldn't have asked for a better match to develop my portfolio.Read Less",,Unknown +266833,11035,springboard,Minakshi Mohanty,False,2020,Great experience. Excellent mentorship!,2020-07-27,5.0,5.0,5.0,5.0,"Pros: Mentorship, resume review, interview practice, constructive reviews from mentors and career coaches, self-paced course, regular check ins from mentors and flexible options in terms of course completion deadlines. Cons: Fully loaded course. Can get... Read More overwhelming at times. But just keep progressing.Read Less",,Data Science +266829,11035,springboard,David Godinez,False,2020,Great Experience!,2020-07-27,5.0,5.0,5.0,5.0,The curriculum involves mostly materials you could find online on your own if you truly dig down. But I think the same can be said for any type of schooling. Where the program really shines is in having the mentors connect with students on a weekly basis.... Read More This experience has been invaluable.Read Less,Data Science Career Track,Data Science and Analytics +266810,11035,springboard,Anonymous,True,2020,Great Bootcamp,2020-07-26,5.0,5.0,5.0,5.0,"I completed Springboard Data Analytics Career Track. It had a great curriculum that provides technical training and utilizing Python, SQL, Tableau, Power BI, and Excel. Study cases were useful to improve technical skills. The mentor and career coach services... Read More were very helpful.Read Less",Data Analytics Career Track,Data Science and Analytics +266692,11035,springboard,Melinda Liu,False,2020,Data Science Career Track Review,2020-07-23,5.0,5.0,5.0,5.0,"I have started the Data Science Career Track in October 2019. It is basically a 6-month Data Science program with 4 mock interviews and 2 Capstone Projects. Even if you can work at your own pace, you need to put the dedication of 15/24 hours per week... Read More to finish the course within 6 months. However, there are options of a break from 1 to 3 weeks and a three month extension for free if you managed to finish at least 50% of your course during the original 6-month period. You have two attempts to pass each mock interview if you want to maintain your job guarantee at the end of the course. Career coaches however are very supportive and informative, especially on how to ace your interviews and how to build your portfolio and network in finding a job. Customer service is also excellent in answering your inquiries in an informative and timely manner. Pros:- Offers unlimited mentor advice through the curriculum- Excellent on how to build your job portfolio and network as well as how to ace your interviewsCons:- Some assignment instructions are vague. Needed extra guidance from mentor and Google search to understand how to complete some assignments.Read Less",Data Science Career Track,Data Science and Analytics +266663,11035,springboard,Steffy Verheggen,False,2020,Great overall experience,2020-07-22,4.7,5.0,4.0,5.0,"Pro's: . Amazing team that will stand by you day and night with whatever crosses your path. Great support! Springboard will work with whatever you need.. Really nice and motivating platform. Good exercises. Real life experience with the IDP. If you live... Read More in the right location, there are a lot of payment options. Great extra features like a mentor and business coach who preps you from interviews, to workfloor to presentations to give you a full backpack of recourses and skills. 6 month job guarantee if you live in USA or Canada. Stay connected even after the course with a career coachCONS:. Mentor is a hit or miss but you can easily talk to springboard about this and they match you with another one. Can be a bit pricey. Sometimes the exercises are a little bit excessive, especially in the beginning. Some chapters are not elaborated enough while others are too detailed.Overall great experience and would highly recommend!! The UX UI course is normally 9 months but I was able to work on it full time and finished it in 5 months. Im not looking for a job right now but the industry seems very promising and Im not too worried to find a job once I start applying. Springboard has a 6 month job guarantee as well and they help you even prep for interviews and what to do to find a job etc.Read Less",UI/UX Design Career Track,UX/UI Design +266543,11035,springboard,Carmela Rebancos,False,2020,10/10 would recommend for new UXers transitioning into the field,2020-07-18,4.7,5.0,4.0,5.0,"Overall, I think it's a great program to learn the fundamentals and basics of UX. But I especially really liked the mentorship they provided along with the course. For someone who's transitioning into the field it was nice having a mentor who, not only... Read More gave me constructive feedback on my projects, but gave me practical industry related advice as well. And yes, a lot of the curriculum consists of a lot of articles and videos that you can find yourself online. And I also wish that they offered more videos than articles because it's definitely is a lot of reading. But as someone who needed structure and a flow when learning UX, Springboard's curriculum offers just that. Pros: - Unlimited mentorship advice through the curriculum - Complete 3 portfolio ready projects - Work at your own pace - Mini-internship experience with an actual company that you can add to your portfolio and resume - A cheaper option compared to other bootcampsCons: - There's a lot of reading and not enough video instruction - Some assignment instructions are vague and I needed extra guidance from my mentor to understand how to complete some assignments(These are minor complaints tho, I really had a good experience with Springboard overall. 10/10 would recommend!!)Read Less",UX Career Track,UX/UI Design +266492,11035,springboard,Jonathan,False,2020,"Excellent, professional, and well rounded.",2020-07-17,4.7,5.0,4.0,5.0,Pros: Flexibility in scheduleWell rounded curriculumPractical (practice based) curriculumSupportive staffMentor ledCareer assistanceCons:Sometimes feels isolating being online but the Slack community helpsIf you are not driven the flexibility can be challenging... Read MoreRead Less,UI/UX Design Career Track,UX/UI Design +266408,11035,springboard,Cassidy,False,2020,UX Career Course Changed My Life,2020-07-14,5.0,5.0,5.0,5.0,I really enjoyed this course and it has changed how I think about the world. I now design my life differently and go about things more organized than before. I loved the one-on-one mentor who helped me stay motivated to complete the course. I also really... Read More enjoyed the UX design project where I got to work with someone in the field. I’m interested in EdTech and they found someone within that as well. I highly recommend this course!Read Less,UX Career Track,UX/UI Design +266369,11035,springboard,Anna Kantur,False,2020,Data science basics in 6 months,2020-07-14,4.0,4.0,4.0,4.0,"I attended the Data Science Career Track bootcamp for a little over 6 months. The curriculum is a combination of DataCamp courses, Harvard lectures and projects. If you do the career part of the curriculum, you receive a job guarantee. You get weekly... Read More 1:1 calls with a mentor, projects support, online community support, career coach calls, and student advisor help. Overall, it was a good curse for the money I invested in it, and I would recommend others to do it.Read Less",Data Science Career Track,Data Science and Analytics +266360,11035,springboard,Fatima Maroni-Rana,False,2020,My favorite part was the 1:1 mentoring.,2020-07-13,4.3,4.0,4.0,5.0,"After completing the UX career track at Springboard I felt fully equipped to take what I had learn and proceed in a new career direction. There is a lot of material to cover and even more that is optional, so you really get out as much as you put in.... Read More My favorite part was the 1:1 mentoring, the expert guidance really helped me stay on track, move in the right direction and get a much better understanding of concepts. Also I'm working with the career services team now while job hunting and they have been so great. I've never really had the support or guidance like this before, it has been so helpful and beneficial. I would definitely recommend Springboard.Read Less",UX Career Track,UX/UI Design +266349,11035,springboard,Marina Boturchuk,False,2020,Invest in yourself,2020-07-13,5.0,5.0,5.0,5.0,"I reviewed a lot of bootcamps before I ended up with a Springboard and I’m absolutely happy with it.Wonderful customer service and career coaches, great curriculum, studying at your own path, 3 portfolio projects and lots of connections at the end of... Read More the course. Best decision I could make. Definitely recommend if you would like to make a career change.Read Less",UX Career Track,UX/UI Design +266347,11035,springboard,Talayeh Motameni,False,2020,Great Experience at UX Career Track!,2020-07-13,4.7,4.0,5.0,5.0,"I have really enjoyed my course at Springboard, the 1:1 mentorship, career coaching, and industry project were highlights of my course. I believe the job assistance is very helpful, they stay accountable to their promises and you stay accountable to your... Read More deliverables. I really enjoyed my industry project as I received 1st hand experience as a UX Researcher/ Designer. It is a great course that you can take remotely and I highly recommend it!Read Less",UX Career Track,UX/UI Design +266310,11035,springboard,Brett Oliver,False,2020,Springboard UX Career Path,2020-07-10,4.0,4.0,4.0,4.0,Springboard has a great curriculum that explains the UX design process while implementing hands on learning with projects. You also get a personal industry expert mentor who you speak with every week and even get to speak with career coaches throughout... Read More the course that help with the job searching. I would highly recommend this course for anyone trying to start a career in User experience.Read Less,UX Career Track,UX/UI Design +266305,11035,springboard,Charlotte Markward,False,2020,Great experience,2020-07-10,4.0,4.0,4.0,0.0,"Overall, this was a really good, solid program. I am a trained graphic designer but have been UX-curious for several years. I had done a few Lynda/LinkedIn courses as well as joined the Interactive Design Foundation and felt like this course would be... Read More a piece of cake. It wasn't. The course plan was excellent: it covered a LOT - far more than in any of the courses I had taken until that point. My mentor was rigorous, too. I have been a designer for 20+ years and have a fantastic work ethic. But he pushed back on me and challenged my decisions (all in a good way). There were only 2 negatives: you will NOT complete this course in 6 months. Even if you were a full time student, there will be interviews and other logistics that you will have to set up where you are at the mercy of external factors. And, most important, because this is a *currated* course that draws mostly from other's work, it can at times lack consistency. It can be minor, but I felt that if you pay attention, you can read 2 pieces that may contradict each other. Without recognition from Springboard and guidance, it can be a little confusing.Read Less",UI/UX Design Career Track,UX/UI Design +266302,11035,springboard,Meral,False,2020,Data Science Career Track,2020-07-10,5.0,5.0,5.0,5.0,"Overall, I am really satisfied with the program. For someone who didn't have much coding experience, I've accomplished a lot. If you are coming from a related background, it could be even more beneficial. Mentors, teaching assistants and career coaches... Read More are very helpful.Read Less",Data Science Career Track,Data Science and Analytics +266283,11035,springboard,Sayantan Chattopadhyay,False,2020,A worthwhile experience to get more hands on with data science.,2020-07-09,4.0,4.0,4.0,4.0,"I have recently completed the Data Science Career Track at Springboard and am very pleased with the overall experience. I believe that the 1-on-1 mentorship is the real strength of this course along with all the projects that give great hands on experience.... Read More It is extensive and can take a long time to complete but the course is designed in a way that people without technical backgrounds and strong coding skills should not feel lost. If like me you do have a coding background, while the initial portions of the course may seem easy, there is a great variety of resources that are great for review. The team at Springboard is also supportive and flexible allowing you to proceed at your own pace offering breaks and extensions when applicable. The career support is also an important aspect of the course and the career coaches take time to help you optimize your job search and narrow down what you really want. It is expensive but I believe the resources provided give you all the opportunity to get your money's worth. Finally I would like to add that while there are flexible methods of payment, some allowing you to pay a majority of the course fees after completing the course and getting a job, a lot of these options were exclusive to American citizens when I applied. The job guarantee does cover Toronto, which is where I am based, so I would love Springboard to provide similar options of payment for Canadian citizens.Read Less",Data Science Career Track,Data Science and Analytics +266273,11035,springboard,James W Harvey,False,2020,SpringBoard offers great online courses.,2020-07-09,5.0,5.0,5.0,5.0,"I am very happy with the lessons on SpringBoard. The lessons are very clear and easy to understand. The units and sub-units are organized in a very logical manner. One of the things that I like the most is the way that the sub-unit and unit quizzes are... Read More structured. You're able to re-take the quizzes as many times as you like, each time with different questions. If you get an answer wrong, or even if you get it right, but feel that you don't entirely understand the material, you can reveal a step by step solution. By taking the quizzes repeatedly I was able to truly learn the material until I understood it fully. My mentor was also a great help. He was very supportive and was able to direct me to additional material to help me practice the areas that I was having trouble with.Read Less",Data Science Career Track Prep,Other +266007,11035,springboard,Jun Rong Jeffrey Neo,False,2020,Excellent mentorship and support services,2020-07-02,4.3,4.0,5.0,4.0,"Overall: Will recommend if you're trying to gain an overview of the UX design process. Particularly useful if you have a graphic/visual design background. What worked for me: Excellent support and career services. Unlimited on-demand mentor calls. Provides... Read More support beyond the curriculum (job search strategy, networking). What could be better: Assigned mentor may not be proficient in every aspect of the program. Not a big deal since there's always on-demand mentor calls. Program takes more like 7-8 months to complete (instead of 6). Support services is very helpful and will likely grant you an extension when you write in.Read Less",UI/UX Design Career Track,UX/UI Design +265978,11035,springboard,Teran Togia,False,2020,Springboard is an affordable way to learn UX at your own pace.,2020-07-01,4.7,5.0,4.0,5.0,"Springboard is not as expensive as other bootcamps, but it provides the same if not more value than many others. I think what I appreciated most about my experience was the fact that I had a personal mentor to check in with every week. I could ask questions... Read More and receive immediate feedback on projects so that I was clear on what I was doing. The job guarantee is just icing on the cake.Read Less",UX Career Track,UX/UI Design +265963,11035,springboard,yuanchun wang,False,2020,It is amazing for a beginner to finish the data science career track in Springboard.,2020-07-01,4.7,5.0,5.0,4.0,"1. I spent 600 hours to finish the Springboard Data Science career track; the whole process is difficult. However, I make it. 2. The weekly 1:1 mentor calling encourages me a lot and the mentor is very professional, which is the best part of springboard.... Read More 3. The support team career coach and student advisor are also very helpful.Read Less",Data Science Career Track,Data Science and Analytics +265944,11035,springboard,Brittney Day,False,2020,Springboard is Great,2020-06-30,5.0,5.0,5.0,5.0,"I am overall very happy with my experience at Springboard. The best part by far is the fact that they pair you with a mentor. My mentor was a UX lead at a very well known company, and was incredibly helpful throughout the course. Another reason I chose... Read More this particular bootcamp was because they offer an industry design project, where you get to gain real experience through working with a real company. I feel so much better about my resume and portfolio after completing that project. I learned a lot during my capstone project, but since I was learning, I'd probably do a lot differently looking back. I'm much more proud of my industry design portfolio project, since it was done after I had basically gone through everything else in the course, and I was really able to use all of my new skills and add value to the client's product. I definitely would recommend Springboard!Read Less",UX Career Track,UX/UI Design +265853,11035,springboard,Anonymous,True,2019,"It was challenging, though enjoyable!",2020-06-26,5.0,5.0,5.0,5.0,"This program is guided by 1:1 industry expert mentor. Along with curriculum and projects it provides a hands on experience on data science career. Mentors, advisors are helpful, good curriculum. This experience is helpful in gaining skills in several... Read More areas such as Python, SQL, data analysis, data visualization, hypothesis testing, and machine learning.Read Less",Data Science Career Track,Data Science and Analytics +265842,11035,springboard,Priya Reddy Anam,False,2020,Worst Decision I've Ever Made,2020-06-26,1.0,1.0,1.0,1.0,"Skip past the 5 star reviews, they're by instructors and TAs who were once students here, but never held a job where production level code was necessary. They failed to get a job because this place fails at preparing you for any technical role, so they... Read More come back to teach... Till you pay money they keep on call you. Once paid they do not attend your calls and they disappear. Do not join with them. They are only good in marketing, once you opt for the course you will find amateur mentors who will give you PDF book. And worst part mentor or tutor leaves the session in between and postpones and cancels, classes never starts and they get delayed by months. Join only if you want to lose your money and not to learn or earn. Poor experience with staff. Many of them are not helpful and cater towards keeping their numbers high. If you fall behind, you're on your own. The material they teach is cutting edge with means of the programming machine learning tools, but not the most useful for industry if you are looking for an actual job in data and analytics. Though the curriculum boasts lot of concepts, the approach to learning data science is totally mismanaged. Fundamentals are assumed to be known or need to learn by yourself. The program has been myopically focused on generating more revenue (students), and devotes the bare minimum of resources to graduates. The core product of the program (getting someone a job) was never well developed, but because of Macro trends (Hot Tech Market and Data Science Buzz) this went unattended. Now the tide has gone out and this program is swimming naked. Check your expectations … you won’t be hired by a prestigious company, have a strong brand or alumni community To spring board management; There is a lack of Leadership, Vision and Passion . Stop reading your own press releases about the future of education, and fix your product… Reduce # of students going through the program, & focus on outcomesRead Less",,Data Science +265777,11035,springboard,Gabriel Calderon,False,2020,My Springboard Experience,2020-06-24,5.0,5.0,5.0,5.0,"The pros of this course outweigh the cons. I found having access to mentors a real token to my success. Some weeks I would meet with mentors upwards to 6 times, and even with my hectic schedule they were still extremely accommodating. I always received... Read More honest feedback, and it was never sugar-coated. I think this straightforward upfront approach is what led to my success throughout the course. Now that the course is over, I see the things from my mentors' feedbacks on what I need to continue to work on to make myself the ideal candidate. I have begun working with the career services department. Originally, this process seemed a bit shaky because of their new hires. However, I have found a few career advisors that I believe know how to make employers see that I do have what is capable of a data analyst. I overall recommend this course, and it will show you your strengths and weaknesses throughout the units.Read Less",Data Analytics Career Track,Data Science and Analytics +265756,11035,springboard,JiaLin Huang,False,2020,Springboard Bootcamp experience for Data Analytics Career Track,2020-06-22,4.7,5.0,5.0,4.0,"I love this projects based boot camp since it not only covers knowledge on advanced excel, SQL and Python programming and data visualization, but also help you make connection and prepare for interview. It is good for someone who try to switch career... Read More to data analysis. It is worth to spend time to learn here. My mentor works in Microsoft and he provided valuable advice on my project.Read Less",Data Analytics Career Track,Data Science and Analytics +265752,11035,springboard,Chelsea Crawford,False,2020,"love, love, love",2020-06-22,5.0,5.0,5.0,5.0,"The pros of this program is that there are no set times to log in and no hard due dates. My work life wouldn't allow me to a structured school schedule so Springboard was perfect. The con is not a total con, just a con for me. I would say the weekly mentor... Read More meetings were not my fav. Yes, I like having someone to ask questions to if I needed help, but I rarely needed help so the mandatory meetings that could've been an update email was a waste for me personally. But I will say if you aren't a self-starter and you need that push, you would love s mentor.Read Less",Data Analytics Career Track,Data Science and Analytics +265751,11035,springboard,Tommy Liao,False,2020,"Overall decent experience, good support and bettered my technical and business skills",2020-06-22,5.0,5.0,5.0,5.0,Pros:- Career coaches and calls are really helpful during the job search- Weekly mentor calls / unlimited mentors have helped me honed in my technical and critical thinking skills- Two end to end capstone projects that made me really think about how I... Read More wanted to solve the problem- Lots of small assignments that really tests your capabilitiesCons:- Some of the materials were barely touched on / needed outside resource to better understanding- Wish some of the projects were more hands on based rather than just videos- Difference between difficulty of learning a material and applying it to a project was pretty bigRead Less,Data Analytics Career Track,Data Science and Analytics +265741,11035,springboard,Haley,False,2020,Springboard Data Analytics Career Track,2020-06-22,4.3,5.0,4.0,4.0,Springboard curriculum is well designed and useful if you want to learn Data Analytics.Springboard has a unique concept of 1:1 career coaching and mentor calls which is very beneficial. Curriculum is good but material could have been better. Although... Read More lots of mini projects and Capstones give you better understanding of the subject.I would recommend SpringBoard if you are looking for not just a course but overall development.Read Less,Data Analytics Career Track,Data Science and Analytics +265737,11035,springboard,Anonymous,True,2019,SAVE YOUR SELF .SPRINGBOARD IS FRAUD. CONTINUOUSLY THEY REMOVE NEGATIVE REVIEWS. ALL GOOD REVIEWS OF SPRINGBOARD ARE PAID,2020-06-22,1.0,1.0,1.0,1.0,"1) the program was poorly constructed. It seemed to be quickly woven together from two main resources (DataCamp videos and exercises and free online Harvard lectures) without any clear and cohesive way to learn the material. I've learned more outside... Read More of the program in the last few months from Medium articles and books about the nuts and bolts of data science than I learned from Springboard's entire program. 2) My mentor did not really mentor. She provided some guidance and would respond sparingly to emails. The practice of allowing students to speak with a mentor more than once per week began toward the end of my tenure. It was a case of ""too little, too late."" The ""mentorship"" was sold as a defining feature, but, frankly, I found it to be lacking. 3) Since leaving the program, I have found that there is a significant bias against it in my local area. When potential employers learn that I have a certificate from Springboard, they turn up their noses. Frankly, I wish that I could get my money back.Read Less",,Data Science +265728,11035,springboard,Ravi Teja Vemuri,False,2020,Data Science Springboard Career Track,2020-06-21,4.3,4.0,5.0,4.0,"I completed the course and I would say that I really gained so much knowledge on Machine Learning and other aspects of Data Science in this career track. The mock interviews were great, and the 1:1 with real industry really changed everything. My mentor... Read More helped me in both of my Capstone projects. Also, the curriculum of Springboard was very well organized and structured, which was really helpful all along the way!! Overall, it was a great experience for me, and I would definitely recommend this program to anyone wanting to transition into this field.Read Less",Data Science Career Track,Data Science and Analytics +265725,11035,springboard,Anonymous,True,2020,Data Science Course Review,2020-06-21,5.0,5.0,5.0,0.0,"The Data Science course at Springboard was really a pleasant experience for me. The course was really good, especially the mentor meetings which not only gave me opportunity to clear my doubts but also got new insights in the field of data science. The... Read More mock interview was really good in terms of getting oneself to revise what one has learned so far. The course material, exercises, mini-projects and projects were really good to get the concepts clear. A big thanks to the Springboard team.Read Less",Data Science Career Track,Data Science and Analytics +265720,11035,springboard,Shafiqah Zulfikar,False,2020,"Keeping you engaged and excited to learn is what defines good learning, exactly what Springbaord does to me!",2020-06-21,4.0,4.0,4.0,0.0,"Initially I was a bit hesitant to sign up as I am currently a college student and the fear of having to balance the course along with my college tasks was keeping me in two minds, but I have to say being two months into the course now Springbaord has... Read More truly made my learning not only easy but also an interesting and worthwhile one. The one on one mentoring and ongoing practical work for the capstone project makes it all the more engaging. The course curriculum has been set in a way which helps students to grasp the concepts in a logical and sequential way, though a few lessons in between can be too much to take all at once. The study material and the time to complete the lesson is a bit of a miss match at some parts of the course. Overall I'm a happy hooked student at springboard !Read Less",,Unknown +265707,11035,springboard,Shaleen Taneja,False,2020,A mixed experience but would recommend,2020-06-20,4.0,4.0,3.0,5.0,On the content part of the course it was mostly curated although the flow of content helps in planning studies. The steal deal was the career guidance. This is something which I never thought of also. The career coaches are really skilled to making you... Read More ready for going through any interview.Read Less,,Unknown +265648,11035,springboard,Shahrukh Khan,False,2020,Zero to One in 600 hours,2020-06-18,4.7,5.0,4.0,5.0,"A great way to learn any skill to practice and implement on real problem. Springboard provides with all these opportunities along with the learning experience. The idea of assigning mentor had an immense impact in a way I approached the problem statement.... Read More Kudos to Team! My career coach turned my resume upside- down and I liked it and appreciate it. Kudos to her! My mentor was always available for my doubts and also open up for different problem statements. Kudos to her! The coordinators were always available for any support required. A big clap for them! I will definitely recommend this course to anyone who thinks she/he can learn, practice, deliver and excel themselves.Read Less",,Unknown +265645,11035,springboard,Monish Sareen,False,2020,Informative and Interactive,2020-06-18,5.0,5.0,5.0,5.0,"Springboard managed to build a confidence in me when I first started looking out. I am currently pursuing the Data Science Career Track program. Because Data Science is a subject that requires depth knowledge and dedication, they’ve made sure to keep... Read More it fun and is a combination of almost any quality resource that that could contribute in your learning process. It has been a knowledge gaining and learning diverse perspectives to different cases for me.Read Less",Data Science Career Track,Data Science and Analytics +265640,11035,springboard,Jonathan Gerber,False,2020,"Great bootcamp with all the bridging I needed: mentoring, career coaching, up-to-date industry skills, portfolio projects",2020-06-18,5.0,5.0,5.0,5.0,"This course uniquely plugged the gaps I had in my resumé as I transition back to industry:1. Mentoring. A perfect match for me, my mentor was friendly with a great eye for detail and broad industry knowledge. Legendary.2. Up-to-date industry tools. I... Read More learned the Python suite fairly well. There's always more to learn, sure, but this was the right platform/foundation.3. Career coaching. They have a sound plan and encourage me to follow it through!4. Portfolio projects. These were so much fun to do, makes me confident I will enjoy my future job!Read Less",Data Science Career Track,Data Science and Analytics +265635,11035,springboard,Sonam Gandhi,False,2020,"Structured curriculum, great mentor calls and exposure to industry experienced people.",2020-06-18,4.3,5.0,4.0,4.0,"Things you'll like about this course:1. The curriculum contains up-to-date sourced articles and videos, which are in systematic order. 2. The capstone project and plenty of practice excercises makes sure you throughly understand what you learn.3. Regular... Read More mentor calls, community calls, peer interaction are all scheduled to keep you motivated and on track to complete the course.4. I haven't explored their career coaching to its full potential yet. But it seems to be pretty solid and I am confident of securing a job in the future.5. I can access the course on any device, anytime. So learning doesn't stop.6. Apart from the course, you will be encouraged to start networking, update your resumes, join various UX/UI groups.. so that you can start getting involved in the industry, really early.Problems you can face :1. The course is lengthy.. (it covers both UX and UI) So be prepared to take out the required number of hours to successfully complete the course.2. It can be expensive to take out that much money for an online course. But they have EMI option to battle this issue.3. Studying all by yourself can slow you down. The Springboard team will help you get through this.Hope this helps.Read Less",UI/UX Design Career Track,UX/UI Design +265627,11035,springboard,Saransh Khasria,False,2020,Awesome course with a great support mechanism,2020-06-18,4.7,5.0,5.0,4.0,"I am currently pursuing the Data Science Online course at Springboard and in my honest opinion I have found it to be best course by far. The thing I really like about Springboard is that you get a chance to be mentored by an individual who is already... Read More working in Data science field and that personally for me is the USP of the course. In the past years, I have tried learning Data science a couple of times from online learning platforms but had failed to do so mostly because after a certain point a push was needed to go that extra mile but it never happened. I am in no way saying that those courses were not good but mostly it was due to the fact no one asked me why I stopped or held me accountable, which is not the case with Springboard. Furthermore, the content is tailored using different resources from across the internet and made available in their learning portal. In my perspective, it is a very good thing and saves a lot of hours of googling for resources.Read Less",Data Science Career Track,Data Science and Analytics +265586,11035,springboard,Sandipan Deb,False,2020,Totally worth the investment,2020-06-17,5.0,5.0,5.0,5.0,"I am currently a student of Data Science Career Track at Springboard (April 2020 cohort) and guess I am fairly informed to narrate my experience so farCourse ContentThe course content is curated and consists of a wide variety of topics (right from Programming... Read More fundamentals and Statistics to start with) in a proper flow which enables synchronous learning. The content is sourced from a wide range of partners like DataCamp, LinkedIn Learning and Youtube and given these sources themselves update their content on a regular basis, you always get the latest and most updated material. For a field like Data Science, updated curriculum becomes a must-have.Assignments and Mini ProjectsYou have plenty of them to continuously supplement your learning of concepts with hands-on. For someone who has a non-technical background previously, this becomes essential so as to not feel overwhelmed with lots of coding and no hand-holding initially.MentorshipYou get matched with an industry mentor who has nearly similar years of experience in the industry. Not only does this foster a match in terms of mindset but also ensures a very open conversation flow between the two. Additionally, your mentor will direct you to a lot of additional online materials to supplement your learningEg:- My mentor has 6+ years of experience (same as mine)Office HoursWhile the weekly office hours are on a wide range of topic and not necessarily related to your progress on the course (not sure if that is even possible given a rolling cohort model of admission), they are a great insight into how Data Science is applied in the industry and the speakers give a lot of leads in terms of additional materials related to the topic of discussion. A brief note down of such leads act as great supplementary material when you are actually learning the topicGeneral Tips to benefit from any online MOOC/BootcampData Science, as a pathway, requires continuous learning beyond standard classroom methodology and the more materials you refer to while building your foundational concepts, the better your understanding will be.Springboard’s course gives you that direction and streamlines your learning path along with a mentor who will help you navigate in this journey.PS:- This is not a paid/biased review since I chose Springboard after going through several online bootcamp offerings (GreyAtom, Lambda School, RMOTR etc. For any further details on this, plese feel free to DM me. While I might not be a data science expert yet, however I am happy to guide you in terms of how to leverage this career track and stay motivated all the way through.And regarding the worthyness of the course, having invested my heard-earned money into this, it’s highly recommended with the caveat that be prepred to grill yourself and as long as you keep up your motivation high, you will definitely see the benefit of this learning journey as you proceed along.Read Less",Data Science Career Track,Data Science and Analytics +265568,11035,springboard,Nishi Mishra,False,2020,Great Experience,2020-06-16,4.7,5.0,4.0,5.0,Springboard has great curriculum. It will guide you till the end. The mentors are great and the student advicers and support people are amazing too. They really want to help you in completing the course. Also they have various modes of payment . They... Read More have various practise portals as well. Highly recommended.Read Less,Data Science Career Track,Data Science and Analytics +265507,11035,springboard,Matt Dubow,False,2020,Solid starting point for your new career,2020-06-15,4.7,5.0,4.0,5.0,"I would recommend Springboard to anyone looking for career transition/advancement who wants to keep an open schedule. If I had the choice again, I would absolutely choose Springboard over an in-person program. Having the whole course online meant I set... Read More my own pace of study and supplemented when I felt necessary. The course material itself is great, with a fair mix of hands-on exercises and video lectures. The curriculum is littered with mini-projects for students to practice their new skills further. The best part of the program for me was probably the mentor experience. The weekly meetings are opportunities to not just review your capstone projects, but to learn how to think like a professional. If you ever feel like you need more time to discuss something (and those half hour sessions can feel short), most mentors are available for messaging or possibly even extra sessions. One thing I really liked about the program was the heavy focus on building essential non-technical skills, like networking or storytelling. Thanks to the course material and the career coaches, by graduation, I really felt like I was ready to enter the job market.Here are some changes to the curriculum I would recommend:- Make mini-project reviews more important. While I talked to my mentor about some of them, I never saw a single review in writing. I think this would be a great opportunity to discuss theory and practice code reviews.- Course material needs to be expanded in some key areas. -Deployment was limited to one Github mini-project and a very high-level overview video. Graduating students should probably have some familiarity with Docker or other software for productionization. - Distributed computing was covered in just two sets of exercises. I'd prefer if there were not just more material on the subject, but some more discussion of the underlying theory. - While this may have been a result of me taking the ""generalist"" track, I felt the material on deep learning was way too light. We were given only one optional exercise that worked with Keras, despite it being the easiest major DL framework to learn and the least likely to be implemented at scale. Even some more optional reading material would have been nice. In conclusion: if you're a self-starter, someone who likes to set their own schedule and do some of their own research, then pick Springboard.Read Less",Data Science Career Track,Data Science and Analytics +265431,11035,springboard,Genevieve Smith,False,2020,Hands-on Learning Experience,2020-06-13,4.7,5.0,4.0,5.0,"I had an awesome experience with Springboard! My mentor always gave me constructive feedback, during our meetings and also via email. The career coaches also did a good job of helping me redesign my resume and gave me important tips regarding the job... Read More search. I especially enjoyed working on the IDP (industry design project) because you get real experience working with an existing company, so to me this helped me the most in preparation for a role in UX.Read Less",UX Career Track,UX/UI Design +265388,11035,springboard,Jacob Wojcik,False,2020,Springboard Prep Course Review,2020-06-11,4.7,5.0,5.0,4.0,"Joined the data science career track prep program in May 2020, and I'm currently in the full data science career track program. There are a lot of good things to say about the program. The Next.tech platform was really useful and helped me a lot through... Read More the program. The final portfolio project really helped me get a taste of what a Data Scientist does on a day to day basis. If you complete the technical skills survey you'll have a good idea if you have what it takes to enroll in the full course. What Springboard really gets right is the structure of the program and the quality of their mentors and community. Best of all, the prep program is free if you end up going into the full data science career track program.Read Less",Data Science Career Track Prep,Other +265385,11035,springboard,Anish Posim Reddy,False,2020,Best decision made in my life,2020-06-11,5.0,5.0,5.0,5.0,"Six months ago when I was researching on programs in Machine Learning I stumbled across Springboard's ML career track, I was really attracted to the curated curriculum and the mentor support and saw the impact the program could have in helping me achieve... Read More my dreams. Today after graduating from the program i can proudly say these six months of persistent hard-work placed me five years ahead in life. Thanks to everyone who made me the person I am today.Read Less",Machine Learning Engineering Career Track,Machine Learning and AI +265345,11035,springboard,Connor Proctor,False,2020,UX Career Track,2020-06-10,4.7,5.0,5.0,4.0,"Springboard is amazing! The curriculum is well-curated - most of it is just resources and articles from the internet, however the way they walk you through each topic and assign projects applicable to each section really helps reinforce the content and... Read More ensure that you take away the necessary skills. On top of that, the one-on-one mentor sessions are a huge advantage and really help when working through more complex topics or projects. My mentor was an industry veteran working for an A list tech company and his insight into my growth as a designer and design process was absolutely priceless. To top it all off, Springboard offers a ""job-guarantee"", although it does require a pretty rigorous job search regiment (which I was planning to do anyway). All in all, Springboard is an amazing value and should be very highly considered by anyone looking to make a career change.Read Less",UX Career Track,UX/UI Design +265318,11035,springboard,Melanie Malinas,False,2019,Mixed experience,2020-06-09,3.0,3.0,4.0,2.0,"After completing the program and securing a job, I wanted to come back and review Springboard again after experiencing their job search program. In terms of curriculum, I overall enjoyed Springboard’s curriculum and learned a lot. The Harvard lectures... Read More are very informative and good for understanding machine learning theory. I do feel that their SQL curriculum is not very strong and could be improved, my SQL skills were poor when I finished the bootcamp. I also feel like there should be more information about basic Python coding - I had coding interviews that I was not prepared for. The two capstone projects are definitely the strongest aspect of Springboard and the aspect that got me the furthest in the interview process. Having projects to talk about really helped me in my initial interviews. My mentor who helped me with my projects was really nice and helpful! One thing that is a little sketchy that you should be aware of before you join: as part of the job guarantee, you are required to pass several mock interviews, and you only get two chances to pass each one. This did not impact me, but it is not something that is disclosed before you start the bootcamp. I was pretty satisfied with Springboard’s curriculum, but what I was completely unprepared for was the competitiveness of the job market. It’s tough to get interviews with no experience, and when you do get interviews, you have to be perfect or they will just find someone more qualified than you. I struggled with technical interviews, particularly coding interviews and business interviews (business is not my background). The mentors that they have to help you prepare for technical interviews are not super helpful. The job guarantee makes it so that they have a reason to help you get a job, but I honestly didn’t find them that helpful - my career coach was nice and was good emotional support but didn’t help me get referrals and didn’t help me with technical interviews. Part of the issue is that I feel like there’s only so much they can do - the data science interview process is really like the Wild West, every company does the interview process differently and it’s tough to prepare. It felt like every company was looking for something different and it was impossible to be prepared for everything because there is just so much to know. About four months into my job search process the pandemic hit, and Springboard made a couple of major improvements to the job search program. The most important improvement they made is they created a Placements team that spend their time specifically looking for referrals and “ins” at companies for you. This was extremely helpful for me, and though the job I accepted was one that I found on my own and got through networking on my own, I got a few good referrals from this team. The second major improvement that they made was getting new mentors to help you with technical interviews. I got a job soon after I started speaking with my mentor, but I felt like he was very good and better than the mentor I had worked with in the past. Overall, a mixed experience with Springboard. I appreciate that they have the job guarantee program because they do try to help you, but I wish there had been more help sooner and not just because of the pandemic.Read Less",,Data Science +265305,11035,springboard,Jun Yin,False,2020,Worth a try if looking for career switch,2020-06-09,4.7,5.0,4.0,5.0,"I was struggling to find a way to switch my career, until I noticed one of my friend with the similar background as mine, switched career successfully after completing career track with Springboard. Very intensive curriculum for zero background person,... Read More but in-depth knowledge and insights you will gain in the end.Read Less",Data Science Career Track,Data Science and Analytics +265289,11035,springboard,Tosin Adebayo,False,2020,Worth Giving It a Try,2020-06-08,4.3,4.0,4.0,5.0,"I wanted something more technical and hands-on to add to my career development goal. I found Springboard's Data Analytics Career Track to fit that goal and I did not regret enrolling. The payment plan, flexibility of learning and paired mentorship make... Read More it all engaging at your own pace and learning curve.Read Less",Data Analytics Career Track,Data Science and Analytics +265225,11035,springboard,Aaron Wang,False,2020,"Finished in 4.5 months, doable but difficult!",2020-06-04,4.3,5.0,4.0,4.0,"Compared to other options, I think Springboard was the best choice to enter the field for me. The 1:1 Mentorship and structure of the course ended up being the biggest benefits, as well as the continued career support. The price vs. quality was attractive... Read More as well since they have always been completely remote.I would definitely recommend Springboard to anyone who is serious about their career change and plans not to look back. It's not easy and it has been difficult and fulfilling work. I fully committed my time to the course since January since I left my marketing job last year.I completed in ~4.5 months, while working on the course full-time so it is doable, but required a lot of focus and dedication.I feel very prepared to step into a new role, especially after my final project working with a startup to develop new product ideas.Feel free to reach out to me if you have any questions.If you are definitely interested in the course, here is a referral code for $750 off your first course: https://www.springboard.com/invite/FMN0MRead Less",UI/UX Design Career Track,UX/UI Design +265204,11035,springboard,Jerry Lee,False,2020,Data Analytics Career Track,2020-06-03,5.0,5.0,5.0,5.0,"This program was broken down in sections, which does not seem overwhelming to complete within 6 months. At first, this was a refresher for SQL, Python, Excel, and Power BI. But, what I really wanted to learn and get out of this course was to learn Tableau,... Read More and this course helped me understand and learn the tools I need to help me at work. The weekly one-on-one mentor was tremendously helpful. He was very detailed and well organized prior to meeting with him for that day. He did not hesitate to stop if I had a question to allow me to grasp the course and get the best out of the program.Read Less",Data Analytics Career Track,Data Science and Analytics +265061,11035,springboard,Tri Nguyen,False,2020,Very positive experience,2020-05-29,4.7,5.0,5.0,4.0,The program is well-designed and the pace is good for 6-month course. The material is very well-selected with lots of real-world examples. The mini-projects are very helpful to learn the concept taught in the course. My mentor is very professional and... Read More very helpful along the way.Read Less,Data Analytics Career Track,Data Science and Analytics +265038,11035,springboard,Joshua Colaco,False,2020,UX Design Career Track - Everything I wanted and expected from an Online bootcamp,2020-05-28,4.3,5.0,4.0,4.0,"I started the course with no prior UX design experience (came from an Engineering background). It was everything I wanted and expected from an online course and curriculum. The modules were immersive, my mentor (and also the student advisor) was responsive... Read More and always had valuable and encouraging advice, and the projects have provided a great range of work for me to present in my portfolio (which Springboard also give comprehensive advice on, right down to the best hosting sites to use). The course was all-inclusive and I have found that since I have finished with it, I keep going back to certain sections and brushing up on knowledge (all the material is available permanently after completion).I didn't fall within the requirements of the job guarantee (as I am based in London) but I was still given the option of completing the Industry Design Project, which was one of the best parts of the course for me - I worked with a startup company in America and worked on the research and design of a gardening app. Advice for prospective students - Use the mentor calls to get as much advice and information as you can, you'd be mentored by UX designers who have been in the industry for a long time and have a LOT of knowledge gold. Also, the Springboard community is another great feature, I didn't use this enough, but I understand how valuable it could be, to network and make accountability partnerships etc. especially if you live in America.Read Less",UX Career Track,UX/UI Design +264936,11035,springboard,Anonymous,True,2020,Well-rounded,2020-05-25,4.7,5.0,4.0,5.0,"I really appreciated the well-rounded support of the program, with the unlimited career coach calls and mentor calls and meetings with my student advisor, I felt like I was able to stay up-to-date on both learning new material but also making sure I was... Read More positioning myself for a new career at the same time.Read Less",Data Science Career Track,Data Science and Analytics +264885,11035,springboard,Daniel Beals,False,2020,Springboard nurtures new talent,2020-05-23,4.7,5.0,5.0,4.0,"Not only does Springboard nurture creative minds who want to learn and challenge themselves, they push you in ways that help you grow and allow you discover what areas you excel in. I hated research, or thought I did, until I got into Springboard’s UX... Read More course. There, I found out differently. And now I’m pursuing a career in UX Research. I’ve tried a couple of different UX boot camps. Springboard was the one that took care of me. They’ll take care of you too.Read Less",,Unknown +264882,11035,springboard,Tasnim Reza,False,2020,Excellent Course Curriculum,2020-05-23,5.0,5.0,5.0,5.0,"Springboard's UX career track curriculum is very well thought out. I found it was really helpful for people like me who don't have any technical background. Springboard gives you unlimited mentor calls. Career coach calls are also very helpful and they... Read More give you career coach consultation for 6 months after graduation. The mentors and career counselors are very knowledgable. Also, they have a slack channel for all the students and alumni to discuss any problem and get suggestions. Furthermore, student advisors and everyone from the support staff is great and very helpful, and timely in their responses. Springboard has all kinds of resources and they are super helpful. My suggestion would be to take advantage of and utilize the resource as much as possible for the desired career.Read Less",UI/UX Design Career Track,UX/UI Design +264858,11035,springboard,Lucia Zhu,False,2020,Springboard's UX Career Track had everything I was looking for in a bootcamp!,2020-05-22,5.0,5.0,5.0,5.0,"When I was looking at bootcamps, I considered access to mentors, real world experience, and portfolio guidance. Springboard gives you unlimited mentor calls: during the busiest time of the curriculum for me, I was choosing to meet with 3-4 different mentors... Read More a week, which was awesome I got to do that. I learned the most from these industry professionals. There was 1 internship offered by the curriculum, and that was an invaluable experience because working as a designer on a team is very different than working alone. There was a unit in the curriculum dedicated to creating my portfolio, and I also chose to take the 2-month extension to have continued access to my mentors to just build my portfolio. The mock interviews at the end of the bootcamp covered pretty much everything you would see at a UX interview: portfolio walkthrough, white-boarding, and behavioral. I appreciate the unlimited career coaching calls as well, including Linkedin and resume reviews. The bootcamp didn't give you real interview offers though- I heard a data science bootcamp did this but not sure if this is something UX bootcamps do where they have connections that get their students hired. I heard some students in this bootcamp got hired by their internship partner though. The curriculum was informative: it is a combination of online articles and some articles written by Springboard mentors. These articles give more detail into UX topics and are good for referring back to (you get lifetime access to the curriculum after graduating).Lastly, everyone I met was really friendly. The Springboard support staff is great and timely in their responses! The student advisors are awesome. The mentors know so much and the career counselors are so knowledgable. There's also a slack channel for all the students. Your experience at Springboard is going to be what you make of it. They offer you a lot of valuable resources, and it's up to you to take advantage of them.Read Less",UX Career Track,UX/UI Design +264845,11035,springboard,William Dew,False,2020,Great Support System to help you learn and succeed.,2020-05-22,4.3,4.0,4.0,5.0,"The best part of Springboard is the support system they have in place from the Student Advisors, Mentors, Office Hours, Online Forums and Career Coaches. You have a lot of help in lots of different ways. If you take advantage of these resources it is... Read More totally worth it to enroll. This is what separates Springboard from other boot camps.The curriculum is pretty standard and you could find it all online and learn it yourself but they have gathered it all together for you.Read Less",Data Science Career Track,Data Science and Analytics +264788,11035,springboard,Anonymous,True,2015,it's awesom,2020-05-21,4.7,5.0,4.0,5.0,"It's awesome because it is really creative, and I love it man. It's all good. It's awesome because it is really creative, and I love it man. It's all good.It's awesome because it is really creative, and I love it man. It's all good.It's awesome because... Read More it is really creative, and I love it man. It's all good.It's awesome because it is really creative, and I love it man. It's all good.Read Less",Data Analytics Career Track,Data Science and Analytics +264775,11035,springboard,Prakash Kumar,False,2020,"Great learning experience, value for money",2020-05-20,5.0,5.0,5.0,5.0,"The pros:1. curated content from the best of platforms.2. a good support system in the form of 1:1 mentor, student advisor, career coach and TAs3. Online classrooom sessions from Industry experts.4. Content focused on market requirements5. Job guarantee... Read MoreRead Less",Data Science Career Track,Data Science and Analytics +264624,11035,springboard,Daniel Beals,False,2020,"Springboard offers a supportive, intuitive learning environment for anyone interested in studying UX Design.",2020-05-15,4.7,5.0,5.0,4.0,"I self-studied UX a bit last year to see if it was something that I'd like as much as I thought I would. I even tried other online UX schools before finding Springboard. Springboard offers a strong, community-centered atmosphere that's focused on helping... Read More you find your UX identity and then crafting a portfolio and network about it that ensures that you are armed with every tool necessary for success. My mentor was instrumental in crafting my identity. Thanks to Springboard, I've made new connections in my life than I have in any year prior, which proves to me that UX specifically is about expanding our humanity in positive ways. Springboard was the first institution that I came across that helped me connect with people. What's more human-centered than that? On top of the connections that I've forged, and the portfolio that I've built, Springboard's pricing and curriculum were the best out of the many schools and bootcamps that I researched. They really allow you the time to move at your own pace where needed.Read Less",UI/UX Design Career Track,UX/UI Design +264594,11035,springboard,Pascual Nicanor,False,2020,A True Learning Experience,2020-05-14,4.7,5.0,4.0,5.0,"Springboard's curriculum is an expertly curated program that challenges students at every turn; however, the mentor support is a difference maker in student success. The mentor is a guide and facilitator who provides key business and technical insight... Read More that connect class work to real life experience. The career advisory team is also key in living up to that job guarantee. The student who listens to career advisor advice is exponentially closer to landing that dream job. The Springboard was a great learning experience that I would not hesitate to share with friends.Read Less",,Unknown +264591,11035,springboard,Allison Rosburg,False,2020,Data Analyst Career Track,2020-05-14,4.0,4.0,4.0,4.0,"I signed up for this program to help enhance my skill set with regards to data analytics to help increase my technical acumen as a PM. I do want to say that this course is a very robust overview of data analytics, so likely not the best fit for someone... Read More who is already pretty well versed in excel, data visualization tools like Tableau or executive reporting. That being said, for someone truly looking to start with the basics and move up through the intermediate and proficient levels, it's great. I was very impressed with the program materials and how the breadth of curriculum did not diminish it's depth. It's engaging, easy to follow and informative. Also, access to a mentor weekly, definitely helps keep you on track so that you gain a deeper understanding and don't get held up by difficult assignments. All in all, not the best course for me as I already knew much of the content, but truly a great course for someone looking to start their career in data analytics. Highly recommended.Read Less",Data Analytics Career Track,Data Science and Analytics +264538,11035,springboard,Neil Sonalkar,False,2020,Springboard Data Science Career Track,2020-05-12,3.7,4.0,3.0,4.0,It was a well organized program that gave me the necessary skills to work in the field of Data Science. Everything from the mentor help to the videos and resources were mostly easy to understand and easy to put to use in practice. One thing that could've... Read More been better was putting emphasis on material that was more important in the field of data science that prospective companies are looking for those with that specific skillset. Overall I couldn't be happier and Springboard has been able to get me truly excited for the field of data scienceRead Less,Data Science Career Track,Data Science and Analytics +264521,11035,springboard,Brett Kaplan,False,2020,UX Design Career Track - Great Experience!,2020-05-12,5.0,5.0,5.0,5.0,"I took the UX Design Career Track starting last August. I finished the course recently and came away extremely satisfied with my experience. My mentor was helpful, communicative, and provided great insight into the UX industry along the way. Overall,... Read More the course curriculum is challenging (in a good way) but really helps you understand every concept in detail. Springboard gives you provides an amazing support system with unlimited mentor calls, office hours, and a strong community of friendly UXers as well. The material is curated content from across the internet with mixed in mini learning courses throughout as well. I give the course a 10/10 and would recommend to anyone who is interested in switching careers to UX, beginner or intermediate.Read Less",UX Career Track,UX/UI Design +264499,11035,springboard,Sava Dashev,False,2020,Get yourself challenged and excited for a new career,2020-05-11,3.7,4.0,4.0,3.0,"I attended Springboard last few months. Working with mentor gives different prospective to the work - from industry point of view. He helped with understanding the curriculum. He kept me on track to finish. For me, it was challenging to set aside enough... Read More time to complete all the work. The curriculum has many small exercises that help understand programming and all other parts of the transition to a new work. Most important part is working with people and networking. This is the part that need not to be overlooked.Read Less",,Unknown +264497,11035,springboard,Matthew Gaboury,False,2020,The best bootcamp out there for people who are still working a job,2020-05-11,4.0,4.0,4.0,4.0,"Springboard was a great experience overall. It is a nice of mix of self paced, but with good structure to keep you on track. The weekly mentor calls is the best part about it. That is what helped me not only stay on track, but correct many assignments... Read More I did not do correctly. Many online programs out there are completely self paced, and it is just too easy to fall off the wagon on those. That did not happen with this one, so I am glad I picked Springboard. Daily live instruction would have been nice, but if you are disciplined enough, you will find that it is not necessary. Plus I had to still work my day job, and my hours were all over the place. Springboard is very accommodating of your time. I highly recommend this program to anyone looking to get into UX.Read Less",UX Career Track,UX/UI Design +264406,11035,springboard,Charlotte Linde,False,2020,Digital Marketing Career Track,2020-05-09,4.3,5.0,4.0,4.0,"The real benefit of Springboard's Digital Marketing course is its flexibility, the mentorship and real world experience you can gain as part of the curriculum.Every unit has assignments in which you can apply your learnings and then they reviewed by your... Read More individual mentor. My favourite part were definitely the weekly mentor calls that help you to stay on track with the course material and to get some real insights from an industry expert. As part of the curriculum you run some actual ad campaigns (FB, Google Ads) and have the option for additional certifications. Springboard's student advisor was always there to help with any questions I had. You can also book into career calls with several topics to work on. In general, I felt the whole team was very dedicated. In addition, they have a partnership with Google Ad Grant program through which you get paired with a non profit to execute a digital marketing strategy (with $10,000 budget for Google Ads). This was my favourite project!Read Less",Digital Marketing Career Track,Sales and Marketing +264395,11035,springboard,Atsushi Miyamoto,False,2020,Machine Learning Engineering Career Track,2020-05-08,3.3,4.0,3.0,3.0,Springboard provides me a great mentorship and challenging curriculum. It was quite challenging to complete this course. Because I didn't have enough experience in math and programming. But my mentor helped me to keep my motivation and progress. Actually... Read More I have faced some problems with my mentor. I changed my mentor twice because my mentor didn't show up our call and didn't match their skills with my caption project. But the Student adviser supported me to change my mentor kindly. If you feel not comfortable with your mentor you can ask your student adviser. I am sure they will support you properly. I would recommend you to take Machine Learning Engineering Career Track if you want to dive into data world.Read Less,Machine Learning Engineering Career Track,Machine Learning and AI +264391,11035,springboard,Tyler Lozano,False,2020,Fantastic mentorship and support with engaging capstone project and mini-projects.,2020-05-08,4.7,5.0,4.0,5.0,"Overall great experience and learned a lot. The pros far outweigh the cons, but I want a balanced review so I pushed to write up both.Pros:Support. Best support of any program I've enrolled in. Hands down. Mentorship. So helpful when you're stuck on something... Read More that's not easy to just Google. Also great to just get general direction, career advice, etc. You don't know what you don't know, but they do! Use them!Projects. Some of the projects were fairly challenging , and I come from an applied math background. So I'd say don't be shy of some analysis, but they will definitely help you build the prerequisites necessary. They're also a great way to go back and relearn concepts you forget.Capstone. The capstone is reasonable challenging and is based on metrics that you'd be judged on in the industry.Cons:Structure. This is subjective, but for me alternating between engineering and career modules made it difficult to just focus on the engineering tasks. I ended up taking an extended non-traditional path through the course.Dependencies. This is more a knock on DataCamp, but I think Springboard's reliance on some of their courses isn't good. Depending on if you like DataCamp's style. For me, I don't like the restrictive step-by-step approach they take, and feels too copy-the-answer-here type of learning, which is slow and passive. Springboard makes up for it with a diverse array of content and Jupyter notebook based projects.Read Less",Machine Learning Engineering Career Track,Machine Learning and AI +264390,11035,springboard,keerthimani natarajan,False,2020,Springboard,2020-05-08,4.7,5.0,4.0,5.0,"I think they have a overall package from training with the right skills ,mentors and career coaches.As online training gets highly demotivating as we have to solve lots of things alone,the on-demand mentor offered by them becomes a game changer and helps... Read More us focused towards the goal.Read Less",Data Analytics Career Track,Data Science and Analytics +264364,11035,springboard,Ting-Hsuan Lin,False,2020,Amazing data science journey with springboard,2020-05-07,4.3,5.0,4.0,4.0,"Pros: 1. On-demand mentors provide immediate help whenever I have any questions. No matter how trivial they are, mentors always try their best to help.2. Working on projects with a professional mentor is the best way to know how data scientists deal with... Read More real-world problems. It is very hard to build projects from scratch if you have no prior experience before. Mentors provide professional supports to guide you through the journey.3. Curriculum of springboard is pretty solid and complete. Though most of them are already-made online resources, they are very helpful and it saves people time searching for suitable materials.4. Student advisor, Katherine Allen, and the team are very supportive. Especially during the COVID-19, they are very willing to provide extra help.Cons:1. Taking courses all online without classmates is sometimes lonely and easily makes people lose motivation. So, it is better to have someone to study together.Read Less",Data Science Career Track,Data Science and Analytics +264316,11035,springboard,Anonymous,True,2020,Springboard Data Science Career Track review,2020-05-06,4.0,4.0,5.0,3.0,Pros -Great Curriculum.Having mentor support is really good.Have very good support from the team and are very responsive all the time.Cons -Is an expensive course and you need to be very careful in selecting mentor as it is the most influential factor... Read More in this course.Read Less,Data Science Career Track,Data Science and Analytics +264314,11035,springboard,Anonymous,True,2020,Software Engineering Prep Course,2020-05-06,1.0,1.0,1.0,1.0,"I signed up for the Software Engineering Prep Course only to be completely disappointed in not only the course, but Springboard overall. The lessons are duplicates of a Udemy course that I previously took. I was under the impression that this was new... Read More content created by Colt Steele specifically for Springboard. I paid $10 for parts of this course on Udemy and in no way represents Springboard or $490 value. The promise mentorship is wildly inefficient. While I gave him great ratings for his kind demeanor, he had no clue about the curriculum provided by Springboard. Not to mention, he is a front end developer, not a Software Engineer. He also seemed to be limited in his knowledge of Javascript. He also gave very short answers and didn’t provide much mentorship in our two sessions. There is no practice content throughout the program. There were quizzes at the beginning and then they disappeared. What happened there? It’s basically just a series of lectures, not worth the value- just repurposed content from a cheaper site. Many links throughout the course are broken, so prepare to end up lost. The instructor also gives reference to files throughout, but these were missing from the course up until about two days ago. No one from Springboard even responds to students within the Slack group.Read Less",Software Engineering Career Track Prep Course,Other +264274,11035,springboard,Taylor Brightwell,False,2019,Mentorship and practice for the win,2020-05-05,4.0,4.0,3.0,5.0,"What set's the Springboard Digital Marketing course apart is the mentorship and real world experience. Meeting with a mentor once a week was incredibly beneficial in not only helping me to stay up to date on the course work, but also in helping me apply... Read More what I was learning. In addition to that, they try really hard to give you as much of a real world experience as possible by helping you run an actual ad campaign.The course work sometimes felt a little outdated as it was more curated content than content actually developed for the course. So what you are really paying for is the mentorship, which for me was worth it.Read Less",Digital Marketing Career Track,Sales and Marketing +264271,11035,springboard,Jasim Rasheed,False,2020,It was a good experience,2020-05-05,4.3,5.0,4.0,4.0,Mentors are very helpful as they are experienced data science professionals . Great value for the cost of course but the instructions in some units are not clear especially in Excel case studies but overall it was a good experience. I am excited to start... Read More looking for a job.Read Less,Data Analytics Career Track,Data Science and Analytics +264268,11035,springboard,Aysa Fan,False,2018,"Great Program, Great Mentor",2020-05-05,5.0,5.0,5.0,5.0,"I really enjoyed the program, and the mentor helped a lot during the whole time! I had an educational background in data science but I never had pratical/industrial experiences before. Springboard's bootcamp prepared me to be job-ready. Highly recommended... Read More for anyone who needs gain experiences as a real data scientist.Read Less",Data Science Career Track,Data Science and Analytics +264266,11035,springboard,Sisank Kotwal,False,2020,Great Curriculum and Teachers/Mentors,2020-05-05,4.7,5.0,4.0,5.0,The curriculum was great! I learned exactly what I needed to in order to become a data analyst. The course work was thorough and was clear enough that I did not have to seek guidance much. My mentor was really motivational and I was able to call on other... Read More mentors when I needed help going through the coursework. The value these mentors bring really make this bootcamp worth it.Read Less,Data Analytics Career Track,Data Science and Analytics +264260,11035,springboard,Daniel Jones,False,2020,"Great structured program, works around your schedule!",2020-05-05,4.0,4.0,4.0,4.0,"Overall I've been very happy with the Springboard UX Design Career intensive! For the price it is a very thoughtfully structured and paced program to get theoretical and practical experience in this space, along with a lot of good person-to-person interaction.... Read MorePros:Works around your schedule - I was able to balance part time work + home life with this programDedicated mentor in UX space offering weekly and on demand feedbackIntelligently structured and organized - units plans make sense and are easy to followA robust remote community of active students and alumni to interact withGet a job or your money back guaranteeSeveral weekly Zoom meetups for career advancement and curriculum assistanceCons:If you're not self-motivated it could be difficult to stay on taskTime estimates for completing units can sometimes be a little underA base level of familiarity with the topic space and tools is critical - the program dives pretty quickly into some deep workRead Less",UI/UX Design Career Track,UX/UI Design +264256,11035,springboard,Benjamin Chang,False,2018,Very intuitive and immersive course,2020-05-05,5.0,5.0,5.0,5.0,"I took the intro to data science course offered by Springboard. While I did not finish the course, it did give me a great overview of what working as a data analyst and data scientist entails. Then mentor they paired me with was very helpful and in roughly... Read More my same timezone.Read Less",Data Science Career Track,Data Science and Analytics +264237,11035,springboard,Davies Odu,False,2020,Best investment of my adult life yet,2020-05-04,4.3,5.0,4.0,4.0,"At the point I decided to continue my career in the domain of Artificial Intelligence and Big data, I wasn't exactly sure what program would be suitable for me to kick start this transition. After some research I came across springboard and upon examination... Read More of the curriculum I knew it was the one.Pros:1:1 mentorship was incredible, I had 2 mentors during the course of my program. First was a senior data scientist and second was an entrepreneur building a big data driven business. Priceless learnings and insightsCons:Not necessarily a con but curriculum is pretty heavy, must be super dedicated to the grind if you have a full time job.Read Less",Machine Learning Engineering Career Track,Machine Learning and AI +264197,11035,springboard,Anonymous,True,2020,Now I feel part of a community of data analysts,2020-05-03,4.7,5.0,4.0,5.0,"Springboard is simple. Build skills. Meet professionals. Get career and industry advice. I went to UCLA for economics and think that, in some ways, I learned more from Springboard than UCLA, and definitely not for as much the price. The reality in today's... Read More economy is that jobs pay the bills and skills and experience get us jobs. Springboard helped me build a portfolio to showcase to employers. The more you put into Springboard, the more you will get. If you take it seriously, it's definitely worth the price.Read Less",Data Analytics Career Track,Data Science and Analytics +264096,11035,springboard,Serafeim Tsironis,False,2020,Very good experience with Springboard course,2020-05-01,4.3,4.0,4.0,5.0,"The course material was really tailored to industry needs, technical and career services support was excellent and continuous, possibility of working on technical project to check and develop your skills and then to use as a part of your professional... Read More portfolioRead Less",Machine Learning Engineering Career Track,Machine Learning and AI +264037,11035,springboard,Isabella Huang,False,2020,Springboard builds me up so quickly and confidently,2020-04-29,5.0,5.0,5.0,5.0,"The UI/UX Career Track at Springboard is a 9 months part time course but allows you to do it at your own pace, and I've done it full-time in 3 months! The curriculum is abundant and in-depth. It builds you up step by step from a complete beginner (I'm... Read More from a HR background) to a junior designer with solid design knowledge and skills. The mentorship is definitely the most valuable part of the career track, as feedback and advice from an industry expert is 10 times more useful than working by yourself alone. Springboard has also created a welcoming community where students can help and learn from each other, with additional support from the student managers and career coaches. Now I'm ready to step into the real UX design world, and I'm really glad that I've chosen Springboard at the first place.Read Less",UI/UX Design Career Track,UX/UI Design +263948,11035,springboard,Sandi Morelli,False,2020,An Intense Overview of the Data Science Field with Great Support,2020-04-27,4.7,4.0,5.0,5.0,"This program was a bootcamp with much information in a short amount of time. There are many avenues of support from your assigned mentor and on-call mentors, career coaches, advisors, project advisors, a community forum, and options to join study groups.... Read More I highly recommend taking the opportunity to join a study group and create a slack channel, have weekly meetings, and support each other. I had done prepwork with two other online companies; Thinkful and Galvanize. I looked into other online bootcamps by those two and also General Assembly. Further I highly considered joining the in person Galvanize bootcamp in Denver, including visiting them for a tour. Why choose Springboard? To drive and hour into a city, Denver, 5 days a week for 13 weeks was a big stressor on top of the curriculum for Galvanize. I looked into living there in the city, which is not my comfort zone and very expensive! Thinkful seemed to be extremely similar to Springboard, and General Assembly too. All had requirements of living within an hour of particular major cities. I ultimately landed on Springboard midsummer because they listed both Denver and Detroit as their major cities for required money back guarantees and opportunities. Further, it offered a Data Science Prep course that would then take the tuition paid and put it toward your tuition for the main Data Science Program. I fee I am struggling to comprehend all I learned as I end my program this week. At this moment in time, and as of a few months ago, I feel for me and my own learning experience and strengths, I would have thrived even moreso had I gone the route of physically attending the Galvanize in person. I would advocate for them to consider opening a location in a place like Ann Arbor, Michigan. Rather than only big cities. Let's see how long it takes now to land a job. Springboard is very good with support after completion. I will still have career coach meetings and accountability. It is asked to make at least 7 networking connections each week, and apply for 4 jobs/week. Certainly the entire program is a formula for success if you apply yourself!Read Less",Data Science Career Track,Data Science and Analytics +263868,11035,springboard,Mark Dyson,False,2020,The UX Design Career Track at Springboard is a great stepping stone for a career in user experience.,2020-04-24,5.0,5.0,5.0,5.0,One of the biggest benefits of the Springboard curriculum is having a mentor to help and guide you through the entire course and provide valuable feedback on along the way. The course load can a be a bit overwhelming at times if also working full-time... Read More while trying to complete it in the 6-month timeline given. Be sure to factor in extra the enxtension if this is the case. Having the job guarantee for after completion of the course is an extra bonus as well as having access to career coaches. I would highly recommend Springboard for anyone looking to enter the field of UX or just add to their skillset.Read Less,,Unknown +263673,11035,springboard,Lacey Field,False,2020,Springboard Data Science Career Track,2020-04-17,4.7,5.0,4.0,5.0,"I enrolled in the Data Science Career Track prep course as well as the main course for a combined curriculum of 8 months. I thought the prep course was very helpful as I did not have any coding experience. The prep course did a nice job of introducing... Read More me to Python and getting me ready for the main course. I was able to complete the main course in six months; however, it is a lot of content and most people need a two month extension (which is included in the price). The content is very user friendly and helpful but can be extensive. I tried to stick to the 10-20 hours of coursework weekly to ensure I stayed on track. The course consists of two capstone projects, which are used in your portfolio, and this is where a lot of the technical skill is applied. I found the capstones challenging and enjoyable and felt as though they really helped me to understand the course material. The statistics section of the course could be better formatted and with more user friendly material. I did not think it was easy to grasp and would have enjoyed something more finished. I also would have enjoyed some cheat sheets or reference guides. They had provided those in the prep course, and I found them very helpful to refer to. I really enjoyed the mentor relationship and felt it was super helpful in keeping me accountable. I met with my mentor every week and was nice to have someone for questions or concerns.Read Less",Data Science Career Track,Data Science and Analytics +263667,11035,springboard,Sonika Gupta,False,2020,"Amzing course, Easy to study and always approachable",2020-04-17,5.0,5.0,5.0,5.0,"I started this course last year as I was planning to upgrade my skills. I must say the course was very well structured with helpful material. Having a full-time job and a mom of 2 kids, this course was well suitable for me to study late at night and over... Read More the weekend. Few times I had challenges, but Springboard was always approachable and accommodating in terms of giving extra time to complete my assignments. I had one mentor the whole time who was always helpful and very quick to answer any question I had. Overall, I had great experience and I would definitely recommend to anyone who are thinking of switching career or simply upgrading their skills.Read Less",UI/UX Design Career Track,UX/UI Design +263623,11035,springboard,Viraj Prakash Modak,False,2020,Great Experience,2020-04-16,4.7,5.0,5.0,4.0,"The Data Science Career Track Bootcamp offered a comprehensive curriculum, which covers a wide range of topics in Data Science. The mentor system is also very useful. Capstone projects provide a unique experience similar to building a data science project... Read More from a problem statement to a final product. The only con I would mention is the specialization is a one-time choice. It would be great if they could offer a 1-week or so review period to make that decision.Read Less",Data Science Career Track,Data Science and Analytics +263602,11035,springboard,Anonymous,True,2019,Stay away from Springboard,2020-04-16,1.7,2.0,2.0,1.0,Springboard job assistance is so weak and frustrated.You work a career coach and your favorite career coach suddenly left and you have to adjust yourself new career coach and story again starts.Sp network is just trash and collaboration among the alumni... Read More is under the required level.If you want to be hired any company look for different boot camp.Read Less,Data Science Career Track,Data Science and Analytics +263569,11035,springboard,Anonymous,True,2020,"Well-structured, detailed, challenging and systematic course on the essentials of Python and Machine Learning, guided by an experienced mentor",2020-04-14,5.0,5.0,5.0,5.0,"I completed the Springboard - ""Intermediate Data Science: Python course. This was a very good program, with great material curated from various sources, working together with DataCamp. Pros: 1. The course was very well-paced and structured. It would serve... Read More you well to follow the prescribed path, and in that order. 2. The mentor that was assigned to me was extremely knowledgeable, highly experienced, efficient and very good with his guidance. He knew exactly how to strategize for my specific machine learning problem, or any hurdle that I came across. 3. Very encouraging and understanding staff willing to work to a specific student's needs. Cons: 1. Some course material fell short in terms of further explanations of some of the basics.Read Less",,Unknown +263511,11035,springboard,Chris Jiang,False,2020,Enlightening Course,2020-04-13,4.0,4.0,4.0,4.0,I jumped in looking to start a new career and real world experience in terms of the tasks. I met a great mentor who was there to help me all the way and a very supportive team that is there to make sure you succeed the course. Overall great experience... Read MoreRead Less,Data Analytics Career Track,Data Science and Analytics +263474,11035,springboard,Jessica Rude,False,2020,My Experience with Springboard's UX Design Career Intensive Track,2020-04-11,5.0,5.0,5.0,5.0,"Overall, I really enjoyed what I learned through this course. Some of the pros are having a 30 minute weekly mentor Zoom meeting (my mentor was awesome), an industry design project to gain real life experience, and that it is self-paced. The main con... Read More is that it is A LOT of work, about 350 hours. I put in around 10-12 hours a week for seven months while working a full time job. It can get discouraging to spend ten hours on a unit project only to get 3% closer to having the curriculum completed. It requires a lot of self discipline but it is worth it. I am thankful I did it and it has been opening up more career opportunities for me.Read Less",UI/UX Design Career Track,UX/UI Design +263450,11035,springboard,Victoria Jesionek,False,2020,Springboard´s Digital Marketing Career Track is the first step to enroll your digital marketing career.,2020-04-10,3.7,4.0,4.0,3.0,"I just finished Springboard´s digital marketing career track course and can only recommend it. My mentor Tina was great and helped me on our weekly 1:1 Skype calls, to really understand what I just learned and how I can use my knowledge in future. The... Read More curriculum offers all the important fundamentals and great sites and blogs to follow with important content.Read Less",Digital Marketing Career Track,Sales and Marketing +263430,11035,springboard,Cayte Burdick,False,2020,Great bootcamp you can do from anywhere,2020-04-09,5.0,5.0,5.0,5.0,"The course was great. Even though you do it all online and at your own pace, you feel very connected to other people. I had weekly calls with my mentor who is a UX expert, that was super helpful. We also have a Slack community where we can talk with other... Read More students, and a community mentor who is super helpful when we have questions. There are also career coaches who help you along the way as you prepare for the job search, and continue to help you for six months after you complete the program! There are also weekly office hours on Zoom where you can ask any questions. Everyone is super nice and helpful. I learned a lot in the course, and am excited to start looking for my first full time position as a UX Designer!Read Less",UI/UX Design Career Track,UX/UI Design +263358,11035,springboard,Shaifali Tyagi,False,2020,Well organised curriculum to learn best skills for a data analyst,2020-04-06,4.3,4.0,5.0,4.0,"I enjoyed the Data Analyst career track with springboard as : 1) It gave me confidence to excel in my new career as data analyst. 2) Being from a non-IT background, the curriculum is designed as everyone can understands it and learn the skills. 3) Best... Read More part is it gave me estimation of the time required for each topic so i was able to plan accordingly. 4) The 1:1 mentor calls and weekly matched mentor call proved out to be very important for me. 5) The mock interviews and presentations enable me to practice real time analytics situation and helped me to prepare for it.and the best part is their job guarantee and career coach support which is very helpful for a person like me who is going for a career change.Read Less",Data Analytics Career Track,Data Science and Analytics +263337,11035,springboard,Anonymous,True,2020,Well organized course with step by step process to create a valuable skillset,2020-04-06,4.0,4.0,5.0,3.0,"The pros of this course are as follows:1) Well organized set of curriculum to take you from 0 knowledge to an entry level data scientist.2) Mentors are very helpful as they are experienced data science professionals.3) Great value for the cost of course.... Read More4) Challenges you throughout the course. Thoroughly enjoyed the neural network specialization.The cons are:1) I had a challenge finding detailed knowledge within organization for signal processing (FFT, DWT, …)2) Career counseling became overwhelmed with the number of students and could not meet demand for a few months. It was corrected however.3) If you don't live in the right areas of US, job guarantee is not there. Counselors do help you after you graduate though.This is neither a pro or con, but be prepared to do a lot of research outside of the curriculum if you want to do this right. I would say 35% of my work was doing research outside of the classes.Read Less",Data Science Career Track,Data Science and Analytics +263255,11035,springboard,Anonymous,True,2020,"Wonderful experience, just got a little long at the end by user error.",2020-04-03,4.3,5.0,5.0,3.0,"Positives:+ MentorshipBy far the biggest strength of Springboard, so big that others have copied it. My mentor was just the person I had craved for a long time in my educational career: smart, good people skills, and accountable. I learned as much from... Read More him as I did in my Master’s program. The 30 minutes a week were invaluable and gave me insights I would not have found on my own.+ CurriculumFor the most part, the curriculum is very good. It’s a combination of online resources Springboard doesn’t create themselves, but if I had to learn data science all over again, I would rather learn from these resources than random Google searches. Save the Google searches for the projects, where most of the learning comes from anyway. The curriculum is also more up-to-date than an in-person program. The projects stretched me to my limits, and I came out a much better data scientist because of it. + Course SupportThere has been an increase in course support over my time at Springboard. There is an option to have an additional mentorship meeting with a different mentor just to work on non-Capstone projects. Springboard also hosts an annual conference at their headquarters that is worth attending if you are a student. My student adviser provided great support along the way when I needed it.Negatives:- Job SupportSpringboard is by no means a silver bullet to a dream data science job, but it’s close. You have to put in the work to landing a job to get that job afterwards. I found there were times where the career coaches were booked months in advance, but they seemed to have hired new staff. I have no doubt if you complete the course in six months that you would be ready for a DS role, but it’s an intense six months.- Completion TimeI took much longer than expected and was given extensions to finish. This was more a human error than a Springboard error, and if I felt mentally the way I do now compared to when I started Springboard, I could have easily finished in the allotted time. Just be careful with grandiose capstone projects.- FeedbackOutside of my mentor, I found feedback tough to get when handing in coursework. Overall: Great experience, would do again. The positives are fixable and far outweigh the negatives and I found it paid for itself in salary raises, even with the extensions. This is the direction education is going, and I look forward to watching what Springboard does next.Read Less",Data Science Career Track,Data Science and Analytics +263218,11035,springboard,Katelyn Locke,False,2020,"If you are looking for a bootcamp, choose Springboard.",2020-04-02,4.7,5.0,5.0,4.0,"I enrolled in the UX Career Track program through Springboard, and had a very positive experience. Their mentors are top-notch, and I was able to complete a portfolio I am proud of. The workload was not easy, but if you plan your time carefully, you can... Read More complete the course even if you work full time. Their support team is also very helpful. Would highly recommend.Read Less",UX Career Track,UX/UI Design +263173,11035,springboard,Syed Raza,False,2020,Springboard Data Analytics bootcamp,2020-04-01,4.0,4.0,5.0,3.0,"This supply chain course is amazing and with live examples you can relate that in you everyday work.Pace of this course is quite fast and sometimes becomes bit hard to keep up with the pace of it, 3 hours a day 5 days a week is quite much for people with... Read More long hours dutyRead Less",Data Analytics Career Track,Data Science and Analytics +263144,11035,springboard,Rosalie Day,False,2020,Springboard's Data Science Career Track includes an extensive curated course plan made credible by expert mentors - but be prepared to be frustrated..,2020-03-31,3.7,4.0,5.0,2.0,"Springboard's Data Science Career Track is comprehensive, including: paid and free interactive courses, lectures, multiple assignments to submit and a great administrative staff. It is not only Python, but a some UNIX, some Git, some SQL, some pyspark,... Read More sort of everything you need to operate as a data scientist. This is a double edged sword because you learned how to do something, applied it for the next segment but would go a weeks without having practiced it. I spent a lot of time referring back which was frustrating. The most frustrating aspect is for most of the mini-projects, the assignments would ask you to do either new concepts/code or use functions/methods/attributes that were not emphasized in the interactive lessons. I again spent a lot of time referring back, combing through my notes, only to discover, it was not covered or not sufficiently. Perhaps, this would not be an issue if you had some previous skill with Python or a lower level language. My previous language was R.The one thing that can make or break your experience is your assigned mentor. (And by the way, I would have never persisted through the frustration without a mentor.) I spent the first 5-6 weeks with a mentor who was not a good fit. This set me back for the first half of the course. I ended up changing my data set for the first capstone project after I had been working on it for three months. Luckily, my second mentor was extremely helpful and an expert. When I changed data sets, things started to come together. I also started to use more of the resources that Springboard provides - the on-call mentor and the TAs. I could not get much out of the community chat because even within my cohort there was a different pace.The career track means data science as a career. The career mentors were focused on getting jobs for data scientist or data analyst titles. I found out a few months into the track that I didn't really want to be an entry level data scientist. I have had 20 years of experience in public policy. I still want to craft and implement policy while having the skills to describe, predict with and visualize the data.Read Less",Data Science Career Track,Data Science and Analytics +263108,11035,springboard,Rajeshkanna K,False,2020,Total waste of time and money,2020-03-31,2.3,1.0,3.0,3.0,"I'm giving one star because of the mentor support I'm getting, otherwise it would be a zero. Springboard is only a content curator not a creator, you end with inconsistent course materials and you have to adapt to different style of teaching for each... Read More unit, which is exhausting. I was not able to focus on the course work because of this. The program was nothing like what I imagined.Read Less",UI/UX Design Career Track,UX/UI Design +263047,11035,springboard,Marsha Dubuk,False,2020,"Great, intensive program",2020-03-28,5.0,5.0,5.0,5.0,"Highly recommend this program. The staff truly care about your progress and making sure you are well supported. I was hesitant since it’s a for profit educational program, but I never felt like they were trying to take my money. It’s definitely an intensive... Read More program and took up most of my evenings after work. But it’s all well worth your time. You definitely need to be a self starter and stick to being disciplined to do the work.Read Less",UX Career Track,UX/UI Design +263026,11035,springboard,Robert Malka,False,2020,So Glad I Did This.,2020-03-27,4.7,5.0,4.0,5.0,"Join the data science career track prep program in February 2020, and I'm currently in the full data science career track program. There are a lot of good things to say about the program. The most beneficial aspect is that you meet with a mentor six times... Read More over the course of the program. This turned out to be essential for me, because he not only corrected my code, but he corrected my way of thinking, which improved my work exponentially. He also introduced me to other resources that would dramatically improve my coding abilities, and every week he pushed me to think a little harder and do a little better. It's worth noting that the curriculum is curated, and so you could theoretically complete the equivalent program by paying a small subscription fee on Next.tech's site. But what Springwood really gets right is the structure of the program and the quality of their mentors and community. Best of all, the prep program is free if you end up going into the full data science career track program (they reimburse you 10 days in). A couple small notes: Next.Tech didn't quite give me enough practice with the individual coding exercises, but that was just me -- I think if I approached it a little less mechanically, it might have been enough.Highly recommend!Read Less",Data Science Career Track Prep,Other +262997,11035,springboard,Morgan Tierney,False,2020,UX career track program at Springboard,2020-03-26,4.0,4.0,4.0,4.0,"The course is incredibly cost-effective. It is just a fraction of the price of other bootcamps. It is all online, at your own pace. The only problem to be weary of is managing your time. If you work full time or have a lot of other priorities, it might... Read More be difficult to complete on time. Perfect for self starters. Overall a fair price- worth it for career support.Read Less",UI/UX Design Career Track,UX/UI Design +262969,11035,springboard,Bhargavsinh Ravalji,False,2020,Springboard provides great curriculum for required skills of data science.,2020-03-25,4.0,4.0,4.0,4.0,"Pros: mentor call, weekly calls office hours, great support of student advisor.Cons: use of online content, scheduling career coach callI liked to work with mentor and have a conversation about capstone projects to solve error or problem regarding project.... Read MoreRead Less",Data Science Career Track,Data Science and Analytics +262954,11035,springboard,Gabrielle Feliciano,False,2020,Mentoring is Everything,2020-03-24,4.7,5.0,4.0,5.0,"I started Springboard's UX Design Career Track in April 2019 and I just finished graduating. I loved the mentorship opportunities the most because it was a way to keep me accountable to the course despite the challenges of independent, remote study. The... Read More unlimited mentor calls really helped me to level myself up, especially when receiving feedback. I used to be very sensitive to criticism but taking this course helped me to be more open to feedback for the sake of growth and improvement.Read Less",UI/UX Design Career Track,UX/UI Design +262927,11035,springboard,ROYDEN MILLAR,False,2020,Great Mentors!,2020-03-23,4.7,5.0,4.0,5.0,Overall I had an excellent experience with Springboard. My mentor was amazing in particular. The only negative thing I can say about the program is regarding their industry design project. The companies that they pair you with are not vetted as thoroughly... Read More as I hoped and I ended up having to get re-matched with a different company. Still 5 stars all around.Read Less,UX Career Track,UX/UI Design +262896,11035,springboard,Anonymous,True,2020,I enjoyed my experience with Springboard and I would highly recommend it to anyone looking to start their career in data science.,2020-03-21,5.0,5.0,5.0,5.0,"When I was in University, I studied computer science but I did not know how I wanted to apply it. I first heard about data science through some friends who were in the field, and I was interested in changing career paths. The thing I really wanted in... Read More a bootcamp was a thorough curriculum, which is what I got through Springboard. Not only did I feel like I learned a lot, but the selling point for me was the one-on-one mentorship I received each week and the capstone projects that I got to create through Springboard. The relationship I developed with an expert in the field along with the consistent guidance I received when I needed help understanding difficult concepts helped me succeed, and I would highly recommend Springboard to anyone looking to start their career in data science.Read Less",Data Science Career Track,Data Science and Analytics +262895,11035,springboard,Pratha Pawar,False,2020,Great curriculum and a greater support team,2020-03-21,4.7,4.0,5.0,5.0,"I had a good experience taking the Springboard online Data science bootcamp. I come from an engineering background and I'd say I did have basic programming and Python experience through my school projects and work experience. But I'd say Springboard does... Read More a decent job of covering the basics of topics including data wrangling, statistics, data story telling and ML. It also lets you deep dive into each of these topics so that you can apply them in your 2 major capstone projects. There are also more than 10 mini projects which are challenging and they really prepare you for the real world problems. The springboard support team is really helpful and they go out of their way to make you life easy during the course. Things you should watch out for: The estimated time suggested by Springboard for each topic is kind of on the lower range so you need to keep that in mind to plan your studies. Also, a very important thing to consider is that this is a mentor based course where in you get a mentor assigned to you for the entire course time who guides you through your projects. My mentor was very helpful but this is something you should keep in mind that your course can also depend on the mentor you get (most of the mentors including mine that I have heard of have been great, but just wanted to mention it).Read Less",Data Science Career Track,Data Science and Analytics +262891,11035,springboard,Anonymous,True,2020,Highly effective bootcamp,2020-03-20,4.0,5.0,4.0,3.0,This is really a best course for anyone who wishes to start a career in Data Science.Pros:Great 1-1 mentor callsGreat Community support Good guidance for getting into a jobCons:The time for the course might be high and depends on the individual to meet... Read More it with timeRead Less,Data Science Career Track,Data Science and Analytics +262888,11035,springboard,Anonymous,True,2020,"I wanted a quick and affordable program, and I got it",2020-03-20,4.3,4.0,4.0,5.0,"I have almost completed the Data Analysis Career Track, and I am grateful for the experience it has given me. 5 months in, I have landed a job in the field. I did come into the program with some experience in excel, python, and sql, but the course was... Read More a good refresher and taught me a lot in terms of real world applications and business sense.Most valuable parts: - 1-1 weekly mentor calls, monthly career coaching calls- in depth case studies- building your own unique portfolio projectsNot-so-great parts: -Starting the course in November 2019 (when it was still fresh) felt a little like we were also beta testing it- if learning communities are important to you, the community being online can be a challenge to adapt to- some of the course material felt repetitive and some left me feeling like I needed more practiceThe designers and educators are responsive to feedback, and the student support (student advisors, community advisors, career services, etc) are very helpful and respond quickly.Read Less",Data Analytics Career Track,Data Science and Analytics +262881,11035,springboard,Charles Tucker,False,2020,Data Science Career Track == Awesome Course!,2020-03-20,5.0,5.0,5.0,5.0,"This was a fantastic course that really does prepare you for a career in addition to helping you secure a position. First and foremost, you must be self-motivated and learn well independently. You must also be good at time management. The course has a... Read More few main components:1. The curriculum -> mostly online coursework, some online lectures, some interactive lessons, and several mini-projects in addition to two capstone projects.2. Mentoring 1:1 -> weekly Skype calls to discuss progress, technical questions, and receive general guidance for strategies.3. Career coaching -> calls, resume help, networking tips, and job hunting that will ensure you find a new position.This course is highly recommended, especially with the money back job guarantee!Read Less",Data Science Career Track,Data Science and Analytics +262876,11035,springboard,Jonathan Mills,False,2020,"Great support, solid materials, and amazing staff!",2020-03-20,5.0,5.0,5.0,5.0,"I found the Data Analytics program at Springboard to be one of the best online bootcamps for two main reasons: the people and the coursework. The coursework had a great balance of helping you learn the key material for the field of data analytics, but... Read More integrated a great balance with career development that helped you not feel overwhelmed. The course had a tremendous balance of being challenging yet not insurmountable. The weekly mentor calls were helpful, I felt like my mentor truly cared about me and my progress, but did have weeks where they were too short in length. Springboard does provide you with unlimited on-call mentors, which is helpful when you're stuck or need some help. The other shining part of Springboard's structure are the people, which is a tad ironic (to quote Alanis?), but everyone was amazing. The Slack community of students is more connected than I thought or experienced in previous boot camps. My mentor, Laib, as I stated earlier, was engaged, encouraging, and flexible as illness occurred in my family. My student advisor, Sophie, was off the charts in her kindness and helpfulness. Her fingerprints are all over the program, and she is helpful and warm to all students. Her genuine kindness was with a strength to me throughout the course, and an understated - yet extremely important - presence at Springboard. Chris, one of the main content creators of the course, gave me personal encouragement on my progress and completion of big assignments. I am in my 30's, but that personal touch meant a lot. And I'd be remiss not to life up my career coach - Faren, she was superb. She made time for me, even when her schedule was stacked, to help shape my resume or cover letter for specific positions. She, like Sophie, Chris, and Laib, went well above my expectations or what I think was compensated by Springboard. The fact that the material was solid, instructive, and helpful, coupled with the supreme touch of caring and support (despite being remote), makes this an easy recommendation to anyone pursuing a growth or change into data analytics.Read Less",,Unknown +262807,11035,springboard,Samantha Tarpinian,False,2020,I Can't Recommend Springboard Enough!,2020-03-17,4.7,5.0,5.0,4.0,"After considering several UX Design bootcamps, and speaking with past alumni from those several bootcamps, Springboard was the right fit for me. It accommodated those who already had a full time job, while supporting you with mentorship, program community,... Read More career coaches, and a hands on student advisor. I personally had a wonderful experience with the mentor I was paired up with. He was hands on, supportive, and challenged me throughout the curriculum, based on my goals and expectations I discussed with him in our initial call. I appreciated how thorough Springboard was when it came to preparing students for what they might expect during a portfolio walkthrough or a mock interview. After speaking with others in other bootcamp programs, I was surprised to hear that some don't offer that level of thoroughness. Springboard is always open to feedback, and aiming to improve their curriculum based on student feedback. I can't recommend Springboard enough based on the experience I had, and from a cost perspective, they are one of the most competitive out there for how much they offer within a 6 month program.Read Less",UX Career Track,UX/UI Design +262697,11035,springboard,Yiran Park,False,2020,I don't regret spending my money,2020-03-11,5.0,5.0,5.0,5.0,"I highly recommend Springboard UX Design career track to anyone who is interested in switching their career to UX designer. There are ton of UX design bootcamp options out there but I chose Springboard because it's more affordable than other bootcamps... Read More and it's backed by solid investors.On top of that, the course is entirely done online and you can make your own schedule. It is very similar to taking an online course from college but with more freedom. On average it takes 6 months to finish but some students finish faster as little as 3 months or it could take more than 9 months, depending on your choice. You can either choose to pay upfront and get discount, or pay as you go monthly. Best thing about springboard is that you get unlimited Skype conversation with mentors who have years of experience in the industry! I didn't use unlimited mentor calls so much, but I saw some students using that service almost every week to get more guidance and finish the course faster. If you are a self-starter, Springboard can be a great option.Read Less",UX Career Track,UX/UI Design +262559,11035,springboard,John Lizaso,False,2020,Awesome course if you are looking into changing careers,2020-03-05,4.3,4.0,5.0,4.0,My mentor and career coaches were extremely helpful and the information they offer is high quality. Would definitely recommend if you're looking into transitioning into a different career without going to college. My only con is that its a little too... Read More pricey but given the fact that they offer mentor calls/career coaching it's understandable.Read Less,UI/UX Design Career Track,UX/UI Design +262552,11035,springboard,Jenny Thi,False,2020,Just what I needed to get started on my career switch!,2020-03-05,4.7,5.0,4.0,5.0,"To give a bit of background I have a psychology background and am currently working full-time retail. I was in a career slump until I found Springboard through a Facebook ad. I decided to enroll after I sent an application and received a scholarship from... Read More them based on my circumstances! On average it takes 6 months to finish but some students finish faster (one finished in as little as 2 months) and others (like me) take a free 2-month extension to finish the course. The course is self-paced and flexible, so you can do the coursework on your own time. You have weekly calls with an assigned mentor (who is an expert in their industry) and they help you stay accountable for your progress. Also you'll have calls with a career coach that helps you network and find a job, which you can schedule as many times as you like. The best part about Springboard, in my opinion, is the supportive and active student/alumni community on Slack! Overall I have no regrets enrolling in this bootcamp and if you're looking to make a career switch this is the way to go.Read Less",UI/UX Design Career Track,UX/UI Design +262243,11035,springboard,Cesar L. Jaitman Labaton,False,2020,Great Experience.,2020-02-26,3.7,3.0,4.0,4.0,"Springboard is well though-out, but there can be some improvements in the overall curriculum (which are being made). Pros:- Good support system. Curriculum has a good set of professionals that are able to communicate terms very well. - Mock interview... Read More are a good idea and do give you insight of what to expect. They also booster your confidence with the overall process.- Capstone projects can be challenging if you decide to put the extra work and do help improve you portfolio to showcase it to potential employees.Cons:- Some courses need a revamp, for example the statistics part of it. While I was working through it, this specific course got updated and I really like the new version. I see that they are putting work on it, but I also think that some other aspects need to get updated sooner than later.- No course regarding big data or cloud computing. The 2nd project we have to use Deep Learning components where we might have to handle 100K+ rows of data. For a normal computer, training a model can take a couple of hours (in my case 37 hours). Leaning how to use AWS or Azure is a requirement now a days.- Better guidelines for at least the first Capstone project. It is very intimidating to start typing in a blank notebook. Getting a guideline to have an overall idea on how to start will help the student.Read Less",Data Science Career Track,Data Science and Analytics +262232,11035,springboard,Anonymous,True,2019,Amazing online Data Science Bootcamp,2020-02-25,4.7,5.0,4.0,5.0,"I attended Springboard's Data Science Career track and landed a job before my boot camp ended. Springboard has an amazing curriculum that teaches you not only how to do data science, but also how to socialize and build connections. The course includes... Read More a lot of hands-on coding practice that teaches you how to deploy machine learning models and how to wrangle big data. You'll work with your mentor on two capstone projects. These mentors have a lot of real-world experience in the industry. In my case, my mentor not only works in tech but also publishes research papers in the field. Some word of advice: Be as dedicated as possible. This course will give you definitely give you a boost, but what you get from it will be highly dependent on how much effort you put in. Some alumni are able to land jobs in Google and Amazon, and it's mainly due to good course guidance and the immense amount of hard work they put in. So if you're have some experience in data and are interested in becoming a data scientist, this career track is for you.Read Less",Data Science Career Track,Data Science and Analytics +262216,11035,springboard,Anonymous,True,2020,Data Science Career Track,2020-02-25,4.0,4.0,4.0,4.0,"This program provides a good curriculum that gives you a whole picture of the data science field. My mentor helps me throughout the course not only technical also encourage me. The mock interviews help me understand the data science interviews and the... Read More career coaches are helpful in prepare behavior interviews and correct my resume. The only thing I want to mention is to the student without data analysis experience, probably consider taking their data analyst career track course. The data science course is more prepared for the data scientist role and it will be a little overwhelming for people without experience.Read Less",Data Science Career Track,Data Science and Analytics +261985,11035,springboard,Diandra Silva,False,2020,Worth it overall,2020-02-17,4.0,4.0,4.0,4.0,"Overall, I had a great experience with Springboard. The curriculum was thoughtful and thorough, though sometimes felt rigid and not matched to how things work in the real world. The 1:1 mentorship was so immensely helpful and I believe is the most valuable... Read More part of the experience. Throughout the course, my mentor's feedback provided real world context to the exercises and pushed me to improve my outcomes and confidence.Read Less",,Unknown +261984,11035,springboard,Julio Urquidi,False,2020,A course that will teach the necessary basics and supply material for deeper learning.,2020-02-17,5.0,5.0,5.0,5.0,"Overall I had a great experience with the course. Anytime I needed coding help, there was someone I could meet with within a few hours. The course granted plenty of practice to build strong fundamentals. As well, they allowed flexibility on major projects... Read More as far as subject matter goes. The one on one weekly meetings with the mentors served as both check-ups on progress and as useful insight into world of being a professional data scientist.Read Less",Data Science Career Track,Data Science and Analytics +261983,11035,springboard,Soham Desai,False,2020,"Springboard delivers knowledge, experience and connections for those wanting to enter the Data Science world.",2020-02-17,4.3,4.0,4.0,5.0,"I always wanted to enter the data world, but lacked the technical skills to do so. I didn't want to go back to school nor did I want to go to a 9-5 bootcamp which basically was like school and super expensive. To the rescue came Springboard, providing... Read More an affordable, yet flexible plan to learn Data Science. I've listed below some pros and cons that I faced while taking this course.Pros:Great content covering Data Wrangling, Data Visualization, Machine Learning and Advanced TechniquesUnlimited Mentor Calls!!Amazing community to network withAmazing support post completion to help you get started with your careerCons:Resources sometimes feel thin due to working at your own pace from home.It's hard reaching out to ask questions at first, but just do it and people will respond.Overall, I'd recommend somebody who wants to become familiar with Data Science to take Springboard because it lets you learn at your convenience.Read Less",Data Science Career Track,Data Science and Analytics +261893,11035,springboard,VENKATESH IYER SUBRAMANIAN,False,2020,SPRINGBOARD - DATA SCIENCE CAREER TRACK,2020-02-12,4.3,5.0,4.0,4.0,UNDOUBTEDLY A WELL DESIGNED COURSE FOR DATA SCIENCE AND OTHER SPECIALIZATIONS SUCH AS NLP & DEEP LEARNING. THE MENTOR OPTION ALONG WITH THE JOB GUARANTEE IN THE COURSE TAKES THIS COURSE TO THE TOP 1% OF ALL THE COURSES AVAILABLE IN THE MARKET. AWESOME... Read More EXPERIENCERead Less,Data Science Career Track,Data Science and Analytics +261831,11035,springboard,Phillip Headen,False,2020,Great Curriculum for Aspiring UX Designers,2020-02-10,5.0,5.0,5.0,5.0,"The curriculum is very well put together. My mentor was wonderful and provided insight outside of the course materials. The career coach that I worked with, Calvin, also went above and beyond to help me prepare for the job search.They are also flexible... Read More if you need to pause the course and will work with you to extend your time if necessary.Read Less",UX Career Track,UX/UI Design +261830,11035,springboard,Joux Ligutti,False,2020,I had a great experience learning UX design with Springboard.,2020-02-10,5.0,5.0,5.0,5.0,I like that the course takes you through all of the stages of the design cycle and you produce a lot of deliverables that you can add to your portfolio. My mentor was very helpful and gave excellent industry advice and encouragement during our weekly... Read More calls. I highly recommend Springboard.Read Less,UI/UX Design Career Track,UX/UI Design +261815,11035,springboard,Dametreus Vincent,False,2020,Springboard Data Science Career Track,2020-02-10,4.0,4.0,4.0,4.0,"It is a very good program and you get out what you put in. The biggest negative I have has to do with DataCamp, which Springboard partners with. I hate DataCamp because it preloads so much of the work and doesn't let you go through the motions. Other... Read More than that, the program was informative. I recommend closer to 10 months full time as a student to truly understand the subject matter and get a job as a Data Scientist, not an analyst.Read Less",Data Science Career Track,Data Science and Analytics +261791,11035,springboard,Argishti Ghadimi,False,2020,Overall the experience was good.,2020-02-09,4.0,4.0,4.0,4.0,Overall the experience was good. I like the curriculum but didn’t like that it was mostly online articles. The mentoring and job guarantee and monthly payment plan are why I chose this program. Use my code for $500 off first course on Springboard: NT75Y... Read MoreRead Less,UI/UX Design Career Track,UX/UI Design +261700,11035,springboard,Kimberly Cinco,False,2020,Great for self-motivated learners,2020-02-05,5.0,5.0,5.0,5.0,"Pros: Free access to Sketch or Adobe XD for a year. Financing through Climb Credit helped me only pay around $25/month while I was in the curriculum (if you're a disabled military veteran, it is possible to have this program qualify for Voc Rehab, and... Read More get tuition reimbursement). Access to mentors, career coaches, and student advisors is really helpful in building your professional network, which you'll learn is a helpful way to make your name known as you transition careers. The Springboard community in San Francisco really tries to coordinate in-person meetups which helps foster the community of UX Designers, Data Scientists, and Machine Learning Engineers up in the Bay Area so you can meet your Slack channel peers face-to-face. There's at least one major event or conference that Springboard students are invited to join for free too!Cons: You need to be highly motivated to finish the curriculum in the recommended six months (they offer an extension if you need more time). Some people may not prefer the curation of materials because it may not match how other people have learned on the job, and there isn't a dedicated instructor you can default to for questions. You'll just have your assigned mentor and access to a random mentor call to ask for help. The industry partner project is a random match, so you don't have any say in who you'll be working with for those four weeks/forty hours. The job guarantee requires hard work from you and stepping out of your comfort zones to really network and find your right fit.Read Less",UX Career Track,UX/UI Design +261608,11035,springboard,Rocky Balboa,False,2020,UX Career Track,2020-02-03,4.3,4.0,5.0,4.0,Overall my experience with springboard's UX/UI Career track was amazing. There was a lot of curriculum to take in and learn from to help you prepare to what's coming up ahead. The projects you will be doing through out this course are the ones that will... Read More give you a lot of practice with your UX/UI skills. These skills that you will earn and develop will help you gain more confidence about your transition as a UX/UI designer.Read Less,UX Career Track,UX/UI Design +261526,11035,springboard,HUALAI TSENG,False,2020,Exceptional!,2020-01-30,5.0,5.0,5.0,5.0,"My experience with Springboard is exceptional and I found the staff super helpful. The curriculum has a wide variety of collections (Videos from Harvard, exercise from Datacamp, etc) towards each topic. Mini projects alongside each chapter gave me hands-on... Read More experience on certain topics which I found super helpful. Career coaches and on-demand mentors are knowledgable and patient. If there is one thing I have to be picky about is the quality of the assigned mentor, some of them can be more passionate about our work.Read Less",Data Science Career Track,Data Science and Analytics +261463,11035,springboard,Varsha Tripathi,False,2020,Great bootcamp,2020-01-28,5.0,5.0,5.0,5.0,"Easy to follow curriculum, great guidance from my mentor, support from amazing online community, career coaches and student advisor made my journey with Springboard very enjoyable. It was a wonderful learning experience and I am so glad that I enrolled... Read More in it. I would highly recommend this course to anyone looking to transition into the world of data science.Read Less",Data Science Career Track,Data Science and Analytics +261457,11035,springboard,Gershom Benavidez,False,2020,Well Worth It!,2020-01-28,5.0,5.0,5.0,5.0,"I am a UX Consultant that wanted academic credentials to bolster my job experience. I wanted to give clients peace of mind that I had formal education in the UX field. I found Springboard to be a great option for those that would like a cost-effective... Read More way of learning a new skill set. In my case, I wanted to improve my skills in Visual Design. I never would have thought that I could design a functioning mobile application. Thanks to this program, I'm more confident in my visual design skills. The staff are friendly and my mentor was instrumental in helping me to learn difficult concepts. I would highly recommend this course!Read Less",UI/UX Design Career Track,UX/UI Design +261362,11035,springboard,Terralynn Forsyth,False,2019,Intermediate Data Science with Python (2019) - Review,2020-01-25,4.3,5.0,4.0,4.0,"Springboard's Intermediate Data Science with Python program is an excellent way for anyone - regardless of their coding experience - to level up relevant data science skills in Python. While the program is centered on the Python language, it covers great... Read More depth into statistical analysis including descriptive statistics, and other languages you'll need as a Data Scientist like SQL. It involves a mixture of program delivery through Data Camp access, instructional videos, assignments, and projects. I felt like the course entailed just the right mixture of both applied work and instruction. The mentors are great and support staff was always quick to reply. On a personal note, I come from a social science background with limited working knowledge in Python and really felt like I had the flexibility to take the course at my own pace. I am a Co-Founder in a startup and was able to pause and restart the program to suit my schedule. Definitely recommend!Read Less",Data Science Career Track,Data Science and Analytics +261300,11035,springboard,Jordan Barbosa,False,2020,Great Way to Expand Skills,2020-01-23,4.7,5.0,5.0,4.0,"This was an awesome way to expand my portfolio and skills for future job projects. If you want a job in the User Experience world, you need a portfolio and Springboard provides a curriculum that makes this process easy and hassle free. On top, you’ll... Read More get skills and knowledge essential for UX.Read Less",UX Career Track,UX/UI Design +261271,11035,springboard,Shannon Clark,False,2020,Amazing,2020-01-22,4.7,5.0,4.0,5.0,Learning at Springboard was an amazing experience. What makes this course unique is having access to unlimited mentor calls and having a designated mentor who you meet with once a week. I recommended it to anyone looking to start their career as a UX... Read More Designer.Read Less,UX Career Track,UX/UI Design +261266,11035,springboard,Adithyan Subramanian,False,2020,Springboard helped me find a job,2020-01-22,4.7,5.0,4.0,5.0,"I highly recommend Springboard's Data Science Career Track for anyone who is looking to pivot careers into data science. I learned a lot through my mentors and connecting with other students. The staff at Springboard are extremely dedicated to their students... Read More and do all they can to help you prepare for networking, interviewing, and eventually being a successful data scientist. The curriculum is largely datacamp courses, but you are also required to complete 2 capstone projects. This is where you do much of your learning.Read Less",Data Science Career Track,Data Science and Analytics +261233,11035,springboard,Vince Joshua Laylo,False,2020,Springboard's UX Career Track Bootcamp was a wonderful experience.,2020-01-21,4.7,5.0,4.0,5.0,"Springboard's UXCT program is for anyone who wants to switch career paths in to User Experience. With the program, you get a mentor who will be there throughout the way to help guide you. In addition, Springboard offers many other resources to supplement... Read More your learning including 1-on-1 calls with other professionals, office hours, career development and many more. Overall, I believe Springboard has prepared me for a great career in the field and I'm excited for the future.Read Less",UI/UX Design Career Track,UX/UI Design +261232,11035,springboard,Anonymous,True,2019,Very bad experience,2020-01-21,1.3,1.0,2.0,1.0,"I chose Business Analytics, paid $1.5k.Mentor was amazing but the course and it’s scope was really limited.I did learn few things but not worth $1500.I recommend staying away from wasting your money with them.It’s better than use Udemy, coursera or other... Read More self learning platforms.I bought some courses from these self learning platforms for only $10.99, $11.99 and learned way more than what I learned with springboard.Complete waste of money and time, one more thing, right after I completed my course, got the certification, I found out they took Business Analytics off and added Data Analyst course which was not there before.Anyway, save money but cheap courses online and study. Don’t fall for false advertising. Good luck!Read Less",Data Analytics Career Track,Data Science and Analytics +261160,11035,springboard,Alfred Hull,False,2019,The Stanford of Bootcamps,2020-01-18,5.0,5.0,5.0,5.0,"Springboard gets it! I had an extremely great experience with the Data Scientist career track and put had multiple jobs offers before I completed my curriculum with Springboard. The curriculum is complete and takes a significant amount of focus and coding... Read More work. The online format is very convenient and the help sessions along with the mentors are world-class. I particularly appreciated the weekly calls with my mentor who was/is an industry specialist in Data Science. It was beneficial having a mentor to seek feedback on exercises, questions about the curriculum, and or about insight about the role of Data Science in industry. The calls with career coaches were also constructive to guide in job search efforts, including mock interviews. One of the things that stuck out to me was the two comprehensive capstone projects. I thought these were important in solidifying your work and expressing what we learned to more significant audiences. I utilized my capstone projects to answer real-world problems at work that were met with much praise and helped to solve and or better under pressing business problems! I highly recommend this impactful bootcamp!Read Less",,Unknown +261118,11035,springboard,Punith,False,2019,My Experience with springboard,2020-01-17,1.3,1.0,2.0,1.0,"My Experience with Springboard .I joined the springboard course in the month of Aug,2019 and I left/discontinued the course in the month of Jan,2020It’s not worth at all, simply i can say waste of your hard earned money and waste of time as well.So called... Read More mentors will be not available as per the schedules and they don’t spend much time with the students in explaining their doubts or explaining the concept.Next coming to so called office hours , coding support sessions it’s just for the name sake they fix up the sessions without even asking/discussing our availability time, i can they do as per their need.They force you to enroll for the course by paying 1.9 Lakhs and they also provide you easy EMI/Loan by third party finance company, after your enrollment they don’t even care/bother about you concerns related to course .Most imp thing is, they state you like 100%per job guarantee after the successful completion of your course in 6 months but the hard fact is you can’t complete the course within the stipulated time as they mentioned since you don’t get proper support from mentors/support team after your enrollment in any manner and course is not easy at all as they state you while enrolling.Whenever you try to reach support team/student adviser to discuss your concerns they don’t pick your call many times and if they receive the call they just say will come back to you in few min/EOD or will solve within EOD but you don’t get any solutions on time or they try to convince you as per their needs.whenever you try to raise your concerns regarding the course, you will get only one statement/answer like you are not attending sessions properly, not following the mentor instructions or you are not spending your time. They will never ever agree their mistakes and listen you concerns as well.Most pathetic part - When you say i am not satisfied with the course or if you ask for the cancellation and your money back, they simply say we don’t have refund policy at all and they will again try to convince you to the fullest with the flashy words/statements. It’s like mental harassment .My suggestions please don’t waste your hard money and time as well.if you are interested to learn data science and to make career transition , we have many institute in Bangalore who offer data science course, ML , AI course with very minimum fee ranges like 15–45k with excellent course structure so please don’t get fool y enrolling Springboard.All the videos/materials provided by springboard are available for free in YouTube .When the entire course material is free resources why they are charging 1.95 Lakhs I don’t understandMentor ship(mentor call) is something they make as a star of the program. But you will get to interact with your mentor once in a week only for half an hour.I never got a chance to discuss in detail with my mentor as there was a time constraints (mentor is be not available after 30min )Whatever the things/words which i explained above, it’s my pathetic experience and wasted money as well.I definitely made a wrong decision by joining Springboard.Read Less",Data Science Career Track,Data Science and Analytics +261050,11035,springboard,Lissette I. Lopez,False,2020,Pleasant experience,2020-01-15,5.0,5.0,5.0,5.0,"The mentor sessions were great and very flexible for times I was unavailable. My mentor was very understanding and super helpful whenever I had questions outside of our mentor calls. The curriculum was also easy to understand and helpful with both videos... Read More and reading material. I'd say the only con for me was just time-management. I was working full-time as a UI Designer and studying this UX course, which definitely did get hectic and limited my studying time. When trying to manage the work-life balance, organizing your time and sticking to a goal to finish the course is so important--especially for online courses!Read Less",UX Career Track,UX/UI Design +261022,11035,springboard,Roberto Lambert,False,2019,A good overall overview of data science,2020-01-14,4.3,5.0,5.0,3.0,"I took the intermediate level data science course using python. Overall, this is a good course to get someone started in this field. The curriculum is structured so that the student is led to the completion of a project, applying all the important stages... Read More of data science along the way (data cleaning, data storytelling, and modeling using machine learning)... Obviously, there is a ton of things going on in data science, so I would say that most of the topics are an introduction instead of a deep dive...this is a 100-hour course after all...To keep your progress in check, there is a weekly 30-minute call with a mentor who works in the field...I found these calls very helpful as I could get feedback on my project and help on the assignments...this course is self paced but you still get billed monthly regardless of how much of the curriculum was completed... therefore it is very important to not procrastinate.Read Less",Data Science Career Track Prep,Other +261008,11035,springboard,Raleigh Tomlinson,False,2020,Zero to Hero!,2020-01-14,5.0,5.0,5.0,5.0,"This program guided me in creating a strong process to follow with UX design. I really have had a transformational year that started with this program. I went from having no idea what to do with my life, to getting my first app design client one month... Read More into the program, to now working for a large AI company. My income went from about $5k a year doing random web projects to $10k a MONTH. It's really put a whole new level of direction in my life. I can't say that was to the program alone, it was also networking events and a lot of luck with finding the right connections. But my mentor has been everything to me in this process. She's been my voice of reason along the way and my secret weapon at upping my designs to a level beyond my experience. We still plan to meet even with the course being over. I really am a UX designer. This role has deeply become a part of my identity and I'm grateful for Springboard to have given me the tools necessary to be able to say that.Read Less",UI/UX Design Career Track,UX/UI Design +260968,11035,springboard,William,False,2020,Awesome Experience,2020-01-13,5.0,5.0,5.0,5.0,"I loved the experience that I had with Springboard. I felt that it truly gave me the knowledge and the skill set that I need to succeed. The course was long enough where I felt comfortable with the material, but not too long where I felt like I was learning... Read More the same things over and over. The course provides you the resources in order to be able to delve even deeper into topics, which is always awesome.Read Less",Data Science Career Track,Data Science and Analytics +260899,11035,springboard,Anonymous,True,2020,Totally not worth it,2020-01-11,1.3,1.0,2.0,1.0,"Pro - they give you access to DatacampCon - it's definitely not worth the price- a bunch of links are outdated where you can't code along because libraries have changed.- mentor doesn't really do anything... just someone who you talk with once a week,... Read More but doesn't really help you learn or guide you...- overall you're better off using the free resources available online. Most the stuff on here is just links to those resources- also the job guarantee is based on how you do in the course. But given that the resources aren't great, you NEED to use external resources to do well in this course. If not, THERE IS NO JOB GUARANTEE. I mean if you're able to find resources and learn on your own, why would you need Springboard in the first place. Whatever, hopely others can learn from my mistake.Read Less",Machine Learning Engineering Career Track,Machine Learning and AI +260801,11035,springboard,Josephine,False,2020,Great program!,2020-01-09,5.0,5.0,5.0,5.0,This is a great UX design program for anyone starting their career in the UX field. The mentors were amazing and the support team was always available. I truly feel that after the course I can call myself a UX designer because of all the valuable skills... Read More that I learnt.Read Less,UX Career Track,UX/UI Design +260797,11035,springboard,Philip Wang,False,2020,Best mentor ever!,2020-01-08,5.0,5.0,5.0,5.0,"The Digital Marketing Career Track by Springboard is a curriculum that teaches you a surface level of full stack marketing where they use blogs from real marketers as course material. You go through projects at the end of every module using a specific... Read More technical tool like Google Analytics or Facebook Ads. At the end, you can complete one big capstone project to demonstrate a specific digital marketing skill you want to develop on. I did two. One was doing a product marketing capstone where I presented my sales deck and go-to-market blog for a specific real company product and actually presented to that company's employee. The second capstone involved running Google Ads for a nonprofit client for 4 weeks. The best and most helpful of all is your mentor who is a real industry expert and will walk with you throughout your entire course giving feedback and more.Read Less",Data Analytics Career Track,Data Science and Analytics +260794,11035,springboard,Mehmet Ketenci,False,2020,SPRINGBOARD IS THE BEST OF BEST IN DATA SCIENCE AREA.,2020-01-08,5.0,5.0,5.0,5.0,"If you are looking for a career transition in data science field,I definitely recommend SpringBoard.All mentors are high qualified and most of them are working at big companies such as Tesla, Amazon, Facebook, Google, Mercedes etc...You will have a chance... Read More to see real world examples.You will be supported by experienced career coaches and dedicated student advisors as well until you find a job.Springboard is not only an ordinary bootcamp for me, it is a family to me.Read Less",Data Science Career Track,Data Science and Analytics +260787,11035,springboard,Diane Deroualle,False,2020,Good experience,2020-01-08,4.7,5.0,5.0,4.0,"I had a good experience learning the Data Scientist job with Springboard. The curriculum is very complete and takes a lot of work. The online format is very convenient. I particularly appreciated the weekly calls with a mentor in Data Science. It was... Read More really helpful for feedbacks on exercises, for questions about the curriculum or about the job but also to guide us in the development of 2 capstones projects. The calls with career coaches was also very helpful to guide us in our job search, including mock interviews. I haven't found a job yet but based on my experience so far, I recommend this bootcamp. Read Less",Data Science Career Track,Data Science and Analytics +260762,11035,springboard,Jode-Leigh Nembhard,False,2019,Springboard supported me in a way no other school has before.,2020-01-07,5.0,5.0,5.0,5.0,"I've done a lot of schooling, but nothing like Springboard before. I felt supported in every way. There were times I had imposter syndrome, and whether it was my mentor, or my career coach or other students, I felt like I could see this course through.... Read More This course is worth every penny. I feel extremely prepared. The support team is amazing, and will help you in every step to be successful.Read Less",UI/UX Design Career Track,UX/UI Design +260645,11035,springboard,Abbas Zaidi,False,2020,Great Program,2020-01-03,3.3,4.0,4.0,2.0,"Pros- Got me a job, great mentors, good curriculum, easy to understand exercises and classesCons- Not a fan of their career portion or coach, but good enough for me to get a job. Also, their projects can be a little confusing on what they're asking, but... Read More you can schedule a mentor call as soon as that day to get help.Read Less",Data Science Career Track,Data Science and Analytics +260624,11035,springboard,Attila Gyori,False,2019,Amazing one-to-one mentor program,2020-01-02,4.3,5.0,3.0,5.0,"Springboard offers a deep understanding of Machine Learning techniques with good introduction to the mathematical background of it. Their mentor program is the selling point of this course, as you get one mentor who will coach you through the curriculum... Read More and helps on the capstone project. I recommend this course to anyone who already has a some background of ML and AI algorithms but wants to deep dive into the details and build its first end-to-end solution.Read Less",Machine Learning Engineering Career Track,Machine Learning and AI +260619,11035,springboard,Yali Chen,False,2019,End-to-end UX capstone project,2020-01-02,4.7,5.0,5.0,4.0,"One thing I like about Springboard's UX course is the capstone project. As a ux designer, you need a portfolio to demonstrate projects and very few bootcamps emphasis that in their curriculum. I also like the weekly mentor call. My mentor is very encouraging... Read More and very insightful, and I feel that I can ask any questions and not afraid of being criticized. I highly recommend this program to anyone who is interested in UX design.Read Less",UX Career Track,UX/UI Design +260573,11035,springboard,Susan Falcone,False,2019,Excellent Intensive UX Immersive for Those with Some Previous Experience,2019-12-30,4.0,5.0,4.0,3.0,"The Springboard UX Career Track was an excellent program and a great experience. I came out of it with a well-rounded, high-level education in UX best practices, and a decent portfolio with three case studies. The content is well-curated, and all the... Read More mentors I worked with were high-caliber experts in the field. The online community is helpful and students are very open to helping one another. I would highly recommended this program.However, there were a few downsides:• The program is advertised to be 350+ hours. I spent over 900 hours and 7 months, so plan your time wisely. Most people I know also put in this much time, not just me.• Weekly mentor calls are short and therefore rushed. Mentors don't have time to review your work before you submit it. Yes, you technically have ""unlimited"" mentor calls, but those are with a different mentor who is not up to speed on your project, and they are also limited to 30 minutes. Hour-long calls would have been sufficient.• If you do not have a background in visual design, you may struggle with this program as there is little training in visual design, however, I know Springboard now has a UX/UI career track, which I'd recommend if you need help with visual design. • They do not help with job placement, but do provide career coaching for 6 months after you're done the program.Read Less",UX Career Track,UX/UI Design +260437,11035,springboard,Alisha Antony,False,2019,It was a great idea to choose Springboard.,2019-12-27,4.7,5.0,5.0,4.0,"I had a great experience with Springboard.The course curriculum is really advanced. The mentor calls are the best part of the course. One can discuss the projects and the queries regarding the course, project etc. My mentors were Branco Kovac and Vivek... Read More Kumar. Branco helped me choose my Capstone project and further help and advice was given by Vivek. It was really great working with Branco and Vivek. The student advisors were very quick in responding to all the queries related to the course. Totally, it was a great experience learning at Springboard,Read Less",Data Science Career Track,Data Science and Analytics +260373,11035,springboard,Ramaa Vissa,False,2019,"Great customer service, very responsive!",2019-12-25,5.0,5.0,5.0,5.0,The coursework is very informative and on track to students success! Highly recommend!! The mentors are very knowledgeable and have tons and tons of industry experience. The coursework covers interviewing skills along with psychological and emotional... Read More intelligence training.Read Less,,Unknown +260303,11035,springboard,Jeffrey Ma,False,2019,"Springboard was an amazing experience, and they really helped me to land a job in data science.",2019-12-23,5.0,5.0,5.0,5.0,"The mentorship program at Springboard is the best part about it. Having weekly 1:1 calls with an industry professional really helps encourage the student as well as keep them on track to finish the course. After months of meeting weekly, I consider my... Read More mentor a friend, and his advice helped me not only in the technical aspects of the course, but also with resume reviews, interview questions, and future learning goals. If there was nothing else attached to Springboard, just the mentorship program makes it worth it. The only slight negative I experienced in the course was the career coaching. The first two career coaches I signed up for, ended up getting transferred to other career tracts within Springboard. Thus I had to sign up for a new career coach three different times. That being said, all three career coaches were knowledgeable, had good advice, and helped me with the job application process. Finally, Springboard helped me land a job! In under a year, I was able to switch professions and land a role in a tech start up with the help of Springboard.Read Less",Data Science Career Track,Data Science and Analytics +260206,11035,springboard,Gitana Kausylaite,False,2019,Quality professional course,2019-12-22,5.0,5.0,5.0,5.0,"If you want to get a professional portfolio, a job and prepared to work hard, then this course is for you! Curriculum is well structured, packed with wealth of information and the projects are very compatible with the Current industry requirements. I... Read More was approached by agent and got the job while i was still doing the course! Best of luck!Read Less",UI/UX Design Career Track,UX/UI Design +260154,11035,springboard,Devesh Gokalgandhi,False,2019,Springboard Data Science Career Track Review,2019-12-20,4.7,5.0,5.0,4.0,"The Data Science Career Track program at Springboard provides an in depth curriculum to gain conceptual and practical understanding of tackling data science problems. Each unit provides interactive and lecture based content that helps teach the necessary... Read More tools and topics for each step in a data science process. In addition, mentorship is provided as you will get to take lead of two capstone projects to use the skills from the curriculum, which is a huge plus for your portfolio. Career based resources are provided throughout the program, such as resume/cover letter building, networking, and interview prep which was a huge help in the job seeking process. Overall, the program will help students understand and confidently approach all sorts of data science problems and challenges, as well as, prepare you to get a data science or analyst position.Read Less",Data Science Career Track,Data Science and Analytics +260105,11035,springboard,Fabiana Da Silva,False,2019,A great start to my UX career.,2019-12-19,4.7,5.0,5.0,4.0,"I was initially very nervous when I started the UX Career Track because it was so new, but the job guarantee and price made it very appealing comapred to other bootcamps. I jumped in and was incredibly surprised by the challenging coursework. Pros: This... Read More course leads you through creating a capstone project of your choosing, which is great because I've heard of other bootcamps giving every student the same projects (doesn't make for very interesting portfolios). They even match students up with a real company to gain some industry experience working in UX. I experienced some delays with my industry project, so Springboard extended my program for free and helped me communicate with the company to keep me on track. They are really great about giving students support and resolving issues quickly. Besides the great curriculum that helped me go from not fully understanding what UX is to feeling confident I can do well in a UX position, Springboard provided me with an outstanding mentor who will continue to be a helpful resource for me. They also continue to provide career support after you complete the program, so you're not just left to figure it out on your own. Cons: I'm not really sure yet. They offer a 6 month job guarantee, but to qualify you have to follow their instructions to make sure you're giving the job search all you've got. I haven't landed any interviews just yet, but hopefully soon. Overall, I think completing this Springboard course was the best thing I could have done to jumpstart my UX career and I can't wait to enter the field.Read Less",UX Career Track,UX/UI Design +260078,11035,springboard,Sajeed Hassan,False,2018,"Great, informative coursework with helpful learning curve in delivering information",2019-12-19,4.3,4.0,5.0,4.0,Pros: The mentorship aspect is very helpful for students who are not familiar with the course material and software's used.Mentors are flexible with their timing of when they can teach online.Cons: The certification process is a bit informal with no proper... Read More process of when the certificate will be delivered to the student.Read Less,Data Analytics Career Track,Data Science and Analytics +260050,11035,springboard,connie,False,2019,Springboard UX Career Track Bootcamp,2019-12-18,5.0,5.0,5.0,5.0,"I think overall this is a great place to gain some basic knowledge about user experience design and I had a great experience. The followings are my personal take on the pros, cons and suggestions: Pros: 1. mentorship is the most beneficial part of the... Read More program and it helped me to grow as a designer 2. industry design project provides the opportunity to pair with a real company and work on real-world projects Cons: 1. no data to show the success rate of alumni landing jobs when I started and it made me really nervous 2. sometimes, I wonder if the mentors are not critical enough to help me identify more area for improvements Suggestions: 1. it would help to have alumni share tips on how to navigate through some of the tricky parts of the program 2. it would be great to have support/tools on course work planning - to better prepare and anticipate the next step ahead of timeRead Less",,UX/UI Design +260009,11035,springboard,Kahley A Blankenship,False,2019,100% worth it! I loved my experience!,2019-12-18,5.0,5.0,5.0,5.0,"I had an amazing experience with springboard. I had a rocky stary because I didn't match well with my mentor and it was causing some issues. Springboard took care of everything in a really professional and compassionate manner. They rematched me with... Read More a mentor that was a much better fit and I loved my experience from then on! I really enjoyed everyone that I interacted with, from the advisors to the career coaches and the mentors! I would recommend it to anyone who is looking for a bootcamp!Read Less",UX Career Track,UX/UI Design +259779,11035,springboard,Mohammad Subedar,False,2019,Doing Research on Bootcamps,2019-12-12,5.0,5.0,5.0,5.0,Switchup has excellent coverage of Bootcamps. One topic that would be helpful is the method of teaching of Bootcamps and Study Material and recommended Textbooks for each specific program as well as Statistics / Math material required for Data Science.... Read MoreRead Less,Data Science Career Track,Data Science and Analytics +259752,11035,springboard,salvador sandoval,False,2019,Didn't expect it to be that in depth. SO WORTH IT!,2019-12-12,5.0,5.0,5.0,5.0,"I honestly did not expect the curriculum to go so in depth and teach me so much. In six months I learned what would probably have taken me a whole year in university to learn. Springboard truly helped me every step of the way and my mentor was absolutely... Read More amazing. I would definitely recommend the UX Career track to anyone interested in entering the UX field, but if you're thinking of going into UX Design I would definitely take the new UX/UI course available.Read Less",UX Career Track,UX/UI Design +259732,11035,springboard,Allison Hengst,False,2019,Comprehensive and Structured,2019-12-11,4.0,4.0,4.0,4.0,I enjoyed working with a mentor in the industry weekly. It made me feel like I wasn't alone like some online courses can make you feel. I liked the structure of the course which led up to a final project that could be used as part of a portfolio. Seeing... Read More the progress bar move with each step was nice to see a finish line. Sharing the instructions and rubric for each project was helpful to be able to refer to as needed. I never used the office hours but I wish I would have looked into them. I didn't really understand the pause options (instead of just cancelling your weekly meeting with your mentor) but maybe they could be beneficial.Read Less,UI/UX Design Career Track,UX/UI Design +259700,11035,springboard,Anonymous,True,2019,Springboard ux career track,2019-12-11,5.0,5.0,5.0,5.0,The course and capstone project where really great and I learned a lot of ux techniques. it was pretty intense and a lot of work every week to stay on track to complete in under 6 months. Really prepares you for getting a job in ux. The job support is... Read More really good and if you don’t get a ux job in 6 months you get a full refundRead Less,UX Career Track,UX/UI Design +259637,11035,springboard,James Wight,False,2019,"One-on-one mentorship, a community of students, and an in-depth UX course",2019-12-09,4.7,5.0,5.0,4.0,"As a graphic designer, I wanted to add UX to my skills. I went in with the intention of finishing in 3 months. If you have a busy life, this might be challenging. In the end it took me 5 months. But it was worth it. I learned every stage of the design... Read More process - from how to research and gather data, to how to interpret that data, ideate and create a prototype - with my mentor guiding me every step of the way. I would recommend this course to anyone interested in starting UX.Read Less",UX Career Track,UX/UI Design +259586,11035,springboard,Shaun McGuire,False,2019,"Challenging, but worth it.",2019-12-07,5.0,5.0,5.0,5.0,"I'm currently enrolled in the UX Career Track program and I love it. Going into it I wasn't sure what to expect, but so far, I'm very satisfied with the skills taught throughout the course. The course has a capstone project that sits as the backbone of... Read More the overall curriculum. With each unit you complete, you add to your capstone project. This style gives you an immediate opportunity to apply the skills you learned during the unit and solidify the new knowledge. Even though I'm only partially through the course, I've already been able to apply lots of the skills and tools I'm learning to my current. For me, it's been a really effective means of growing my skillset.Tip: make sure you're making progress each month. Like many, I probably procrastinated longer than I should have and have been left cramming a bit towards the later months. The staff has been very accommodating with the course freezes though.Read Less",UX Career Track,UX/UI Design +259508,11035,springboard,Rachel Braun,False,2019,Excellent mentoring and community,2019-12-04,5.0,5.0,5.0,5.0,"I enrolled in Springboard's UX Career Track in April 2019. I was able to finish in eight months and still get the job guarantee. What I liked the most was the one on one weekly mentor calls and the community on Slack. With those tools I was able to have... Read More any of my questions answered. Springboard also really prepares you to work in the industry, since in order to be eligible for the job guarantee, you need to pass a behavioral mock interview and a portfolio walkthrough, which are the two types of interviews you have to go through when applying for UX jobs. I am now excited to start my job search and look forward to keeping in touch with everyone on the Slack community.Read Less",UX Career Track,UX/UI Design +259442,11035,springboard,Philip Sparks,False,2019,It's difficult to prepare a course for a job that's barely defined.,2019-12-03,3.7,4.0,3.0,4.0,"This course gives an extremely broad foundation for getting into ML/AI/DS careers. The weekly mentoring is perhaps the best part, and having weekly meetings with an experienced member in the field pays huge dividends, especially as you find yourself changing... Read More jobs or feeling like some impostor to the field.You will become extremely knowledge about the math and proof of concept stage to getting machine learning-based projects off the ground. I think this is helpful, but could improve in many ways for 2020.1. More emphasis on deploying systems and system design. The curriculum delves very little into cloud services (AWS, GCP, Azure), preferring a more open-source based model. I think this is good in general, but machine learning engineers are inevitably going to be using one of these services in their careers. The course gives you credits for AWS, but little attention is paid in the curriculum to its use cases. Given all the time spent in the course, reading other paid material like ""Grokking the System Design Interview"" shouldn't be necessary if the curriculum is better formed. 2. Techniques other than machine learning. It's kind of ironic to ask a course like this to do something other than ML, but knowing when ML is useful and when other techniques are appropriate (from heuristics to Deep RL) does not really get much attention.3. More work on data collection. It would be much more helpful if the course explained more further up the pipeline on how to collect, ETL, and store data to make ML possible. It might be an old school way of thinking, but many companies have older data systems that need to be understood in order to get to the interesting ML portions.Read Less",Machine Learning Engineering Career Track,Machine Learning and AI +259426,11035,springboard,Jorge Agustin Suarez-Marill,False,2019,"Tough, but Fair and Valuable",2019-12-02,4.0,4.0,4.0,4.0,"Pros:- learned lots of new information that seems very helpful- lots of resources for both technical and soft skills- career services- mentor was very helpfulCons:- the course requires practice interviews, but scheduling these was a nightmare (plus, there... Read More is a chance that the person you were supposed to interview might not even show up at the scheduled time)Read Less",Machine Learning Engineering Career Track,Machine Learning and AI +259299,11035,springboard,Rikki Gracia,False,2019,Effective and usable learning on your schedule,2019-11-27,3.7,4.0,4.0,3.0,"Springboard made learning interesting and manageable with their program strategy of online learning with an appointed mentor. I needed to advance my analytics technical skills fairly quickly and have it fit into a very busy schedule of full time job and... Read More family. I was able to learn on my own time and begin the capstone projects, picking my own dedicated times. What made it a fantastic experience is the Mentor program that is part of Springboards curriculum. I was able to schedule time with my mentor based on my availability and he was flexible when work meetings or home crisis arose. The weekly hours dedicated to me kept me on track. The Community meeting options that lets you share your hurdles with others taking the course was also helpful getting me through the more difficult case studies. I received my certification and have gained tremendous confidence in the skills I've learned. Thanks Springboard.Read Less",Data Analytics Career Track,Data Science and Analytics +259294,11035,springboard,Varun Tyagi,False,2019,"Excellent coursework and up-to-date materials, great mentorship experience",2019-11-27,4.3,5.0,4.0,4.0,"Springboard did a really good job in putting together all the coursework and materials together. The materials and topics were up to date and quite relevant to the latest trends in machine learning. Even though the coursework and videos might have come... Read More from different sources and might seem unstructured, the content was useful and pointed you in the right direction in case you wanted to delve into that subject using resources you found on your own. Hands-on mini-projects for certain topics were crucial in helping gain a practical understanding of the subject matter. The one-on-one weekly meetings with the mentor were an invaluable experience. The coursework and videos will take up a lot of your time and sometimes it is hard staying on track, especially while trying to work on the capstone project in parallel. Overall, it was well worth the time and effort!Read Less",Machine Learning Engineering Career Track,Machine Learning and AI +259211,11035,springboard,Kristen Colley,False,2019,AWESOME experience,2019-11-25,4.0,5.0,2.0,5.0,"Seriously, Springboard got the job done.Excellent experience. My favorite part was the mentor. This contributed to my growth as a Data Scientist immensely. Also, they were super prompt with any questions I had, and giving prompt feedback on my projects.... Read MoreRead Less",Data Science Career Track,Data Science and Analytics +258981,11035,springboard,Anonymous,True,2019,Fantastic Program!,2019-11-21,5.0,5.0,5.0,5.0,"I recently completed the Springboard UX Career Track program, and it was a fantastic experience. Very comprehensive, wonderful mentors and coaches, job search support, and the opportunity to work with a real company on a real project. I would highly recommend!... Read MoreRead Less",UX Career Track,UX/UI Design +258965,11035,springboard,Eddy Martinez,False,2019,Springboard Business Analytics,2019-11-20,5.0,5.0,5.0,5.0,"This course was a good and quick in depth overview of data tools and use cases that you would use in real life as a Business Analyst. I loved the class for a couple reasons, one was I had an incredible mentor and two was the resources they give you and... Read More portfolio you make from the course.I highly recommend it for anyone who is looking to gain more skills in analyticsRead Less",Data Analytics Career Track,Data Science and Analytics +258959,11035,springboard,Oindrila Sen,False,2019,My take-away from Springboard Data Science Bootcamp,2019-11-20,3.7,5.0,4.0,2.0,"The curriculum is a repository of programs from Datacamp, Linkedin Learning, Khan Academy and some Lectures from other University classes. So, one may argue why to pay Springboard for the materials which are already available online or can be purchased... Read More with a much lesser fee?As a student who has just completed the curriculum, I would say, Springboard would guide you in the proper direction. With so many materials available over the internet, as a newbie in Data Science, one may get overwhelmed. This curriculum will tell you what to learn, will provide you some study materials to learn from and finally there will be hands-on exercises to apply the knowledge. I personally appreciate my Mentor's guidance and the opportunity to work on 2 Capstone Projects. Also, I have learned a few Networking skills which I didn't know even after having 10 years of Industry experience. Finally, my take-aways are some technical skills in Data Analysis, Visualization Techniques and Machine Learning algorithms, some soft skills in building resume and networking and lots of motivation to discover the story behind Data.Read Less",Data Science Career Track,Data Science and Analytics +258932,11035,springboard,Prashant Sanghal,False,2019,Springboard Data Science Career Track,2019-11-20,4.7,5.0,5.0,4.0,"Great program to learn data science by applying what you learn, and building your own portfolio. You will work along with industry experts, who will guide you through the entire process end-to-end. There will be times when you will feel lost, struggling... Read More with the unknowns. I think that is the beauty of the program which prepares you to solve the real world problems as well as deal with ambiguity.Read Less",,Unknown +258924,11035,springboard,Elizabeth Johnson,False,2019,Springboard UX Career Track Course,2019-11-19,5.0,5.0,5.0,5.0,"This program is different than anything I have every taken online. Springboard makes sure that you have everything you need to start a new career. I found that having a mentor throughout the whole process, makes the learning easier. I also found that... Read More the unlimited calls that you can call other mentors when your stuck if you need another person to look at your work. This is the most positive place and everyone is so friendly and nice. Everyone is so helpful and want you to have the most success.Read Less",UX Career Track,UX/UI Design +258889,11035,springboard,Melanie Malinas,False,2019,Good experience overall,2019-11-19,4.0,4.0,4.0,4.0,"I had a good experience overall attending the Springboard Data Science Career Track. My mentor was very helpful in terms of completing the two required capstone projects. I enjoyed the online format and thought that the Harvard lectures were very helpful... Read More and in-depth, which I appreciated. I do wish there had been some more incorporated review, because I feel like it was a lot of material and I am forgetting a lot of it already.I felt that the career services support was good, because they are actually invested in getting you a job because of the job guarantee, unlike some other bootcamps which will remain unnamed that I was considering. It would be nice if they had more opportunities available specifically for Springboard students.Read Less",Data Science Career Track,Data Science and Analytics +258872,11035,springboard,Debisree Ray,False,2019,Best online Data Science Bootcamp,2019-11-18,5.0,5.0,5.0,5.0,"Pros:Nice and organized curriculum, with mini hands-on projects.Continuous help from the mentor (real Data Scientist working in industry)Remote and part-time. So you can maintain your present job while working on this.Opportunity to work on two capstone... Read More projects with the help and support from your mentor.Career coaches are there to help with your resume/LinkedIn profile, networking and the soft skills.Mock interviews to prepare.Cons:No in house lectures/ they are tied up with Data camp/Khan Academy/ LinkedIn learning mostly for all lectures.Everything is remote, so you might loose motivation sometimes, where in person bootcamps are like a real school.Not all the mentors are equally caring and helpful.Read Less",Data Science Career Track,Data Science and Analytics +258777,11035,springboard,Lucinda Harris,False,2019,I feel well-prepared for a career in UX Design,2019-11-14,5.0,5.0,5.0,5.0,"I chose Springboard based on 3 things, Affordability, Flexibility, and Material. Springboard checked all three boxes for me and had just launched their Career Track UX Program, so it was a no-brainer that I was going with them. Throughout my curriculum,... Read More I learned all the key elements to prepare me for a job in UX Design and was able to walk-through the course with my mentor by my side. Honestly, I highly recommend this course, I did the research for you and it all points to Springboard. I even recommended a friend before I finished because I liked it so much. If you're looking for an affordable, online-only option, this is your best bet.Read Less",UX Career Track,UX/UI Design +258741,11035,springboard,Tannistha Maiti,False,2019,BEWARE of the Springboard Job Guarantee SCAM,2019-11-13,1.0,1.0,1.0,1.0,"BEWARE Again: Springboard is pushing switchup.org hard to take down my review everytime I post it here. My experience with them lately is very pathetic. I used to live in Calgary with my husband. But, because of the false promises of Springboard as advertised,... Read More and still, keep advertising on their webpage regarding the job guarantee program — I moved to Toronto with a hope to get a job. I attended their mentorship calls, took advice from career coaches and applied required jobs here in Toronto. I did my best to developing a reasonable network. Unfortunately, I have not yet secured any jobs. Although, they advertise that they have partners in Toronto — in reality, I doubt, since I have not seen anything here. I can tell you that there are other students, did the same course, arrived in Toronto — however, no luck of getting a job. Springboard is not helpful at all, all they are doing now, are blaming the students. They are even breaking their contract of refunding the full tuition if a student is unable to secure a job within 6 months after the completion. I will soon write a medium article about my experience with screenshots of all my claims. This is something Springboard advertised and promised, and stilling doing that, not by us. They should never have highlighted any tempting binding contracts to deceive students.Read Less",,Data Science +258717,11035,springboard,Guilherme Lopasso,False,2019,"Excellent online bootcamp, with comprehensive curriculum, active mentorship and job search support",2019-11-12,4.7,5.0,4.0,5.0,"The course is long, 6 months, dedicating 20 hours a week at least. Lots of materials that not originally produced by Springboard, but are curated by them. The quality level of the material (video, articles and mini-courses) features some ups and downs.... Read More The course mixes up notebook assignments with a big Capstone Project, which is planned to be delivered in phases. You have an assigned mentor, who is an experience professional to support mainly on the Capstone Project. Overall, an excellent course, which can really contribute to one's career development.Read Less",Machine Learning Engineering Career Track,Machine Learning and AI +258614,11035,springboard,Naz,False,2019,very satisfied with Springboard,2019-11-10,5.0,5.0,5.0,5.0,"I have attended 2 of Springboard programs, one in R and the other the data Science career track. I got a job offer almost at the end of the program and I recommend this program to anyone who is seeking a data science job. the mentor and all the other... Read More resources they offer, the office hours, and the curriculum is really well thought out.Read Less",Data Science Career Track,Data Science and Analytics +258467,11035,springboard,Angelica Mariveles,False,2019,Springboard was a step by step learning experience that made it really easy to understand the whole course without being overwhelmed.,2019-11-06,3.7,5.0,5.0,1.0,"The pros of attending the UX Design course at Springboard is that they break the course down to make it easy for everyone to understand. Learning something new is always great especially when the information is clear to you and that's what Springboard... Read More did with this course. At first I was nervous about not being able to get a clear understanding through the course, but after completing the the course you see the entire picture and look back and now understand the whole process that goes in to UX Design. The cons I would say would be that some parts of the curriculum involves a lot of reading. For me, having videos that explain things to you are more effective for me so I would have enjoyed seeing more learning videos because you also get a visual of what you're learning.Read Less",UI/UX Design Career Track,UX/UI Design +258397,11035,springboard,Laura Terrones,False,2019,Great Ux design class!,2019-11-04,3.3,5.0,4.0,1.0,"I took the course, not the career track. I learned a lot from this class. This is a great introduction to the UX process. The information, articles and resources are good but the best part is:1. Hands on project2. Mentor and weekly calls3. Weekly office... Read More hoursRead Less",UX Career Track,UX/UI Design +258339,11035,springboard,ROWENA ABE,False,2019,Best + Smartest Decision I Made,2019-11-01,5.0,5.0,5.0,5.0,"Like many students, I made the pivot to learn ux design and chose Springboard...it was the best decision I ever made. Their curriculum, weekly mentorship, internship and job guarantee is difficult to compare with other programs. The curriculum covered... Read More everything from theory to actual design tools and more importantly, the portfolio! I shared my portfolio with other ux designers in the industry and they were impressed with the quality of work that went into the case studies. My mentor was excellent! He challenged me to become a better ux designer and I appreciated his feedback so I can learn how to be better. Springboard's UX Design Career Track provided me with the tools I needed to confidently enter into a new career. It was a great learning experience.Read Less",UI/UX Design Career Track,UX/UI Design +258321,11035,springboard,ADITYA THUSE,False,2019,"Helpful, Motivating, Dependable, Flexible",2019-11-01,4.7,5.0,4.0,5.0,I am a Human Factors engineer. I enrolled in this course because I love the UX side of the job and this course gave me the necessary tools & guidance which my grad school lacked in. The one-to-one mentoring is very helpful. The flexibility that Springboard... Read More provides has helped me to finish this course in half the expected time.Read Less,UI/UX Design Career Track,UX/UI Design +258275,11035,springboard,Walker Page,False,2019,"(PhD in philosophy) Overall, Good Experience So Far",2019-10-30,4.0,4.0,4.0,4.0,"A little background: I'm currently about 25% through Springboard's Data Science Career Track program. My professional background is in higher education. I recently completed a PhD in philosophy and have experience teaching undergraduate philosophy courses.... Read More I have minimal background in math beyond the high school level, but my philosophy degrees have prepared me for the sort of technical and critical thinking skills used in data science. I'm doing the Springboard program to make a career change. I completed most of Springboard's Data Science Prep Course, which I found helpful, before being accepted into the Career Track program.Review: Overall, my experience in the Career Track program has been pretty good so far. My impression is that the quality of one's experience with the program depends largely on the quality of one's mentor. My mentor was initially pretty poor, and I had a difficult time understanding his accent. But I reached out to Springboard early in the program, and they helped reassign me to a new mentor. Thankfully, my new mentor is excellent and has dramatically improved my experience. I'm in a study group with other students, and I've gotten the impression that their mentors are so-so. I have learned a lot so far in the program, and I've been especially happy with Springboard's ""customer support"" (very friendly and helpful) and career support (they get you started on job stuff early on in the program). A fair portion of the data science curriculum (so far) has consisted of Datacamp exercises. Springboard partners with Datacamp, and students get free access to Datacamp courses. Honestly, I haven't been that impressed with the Datacamp courses. They are helpful for gaining superficial exposure to tools and skills used in data science, but they don't cultivate a deep understanding. I will say that the time estimates Springboard gives (completion in 6 months, working 15-20 hrs a week) are pretty unrealistic. Most of my study group (including me) is working on the course full time, and we are all on track to finish in 5 months (at the earliest), and probably more like 6 months. Unless you already have significant data science experience, don't expect to finish the program in under 5 months, and possibly even under 6 months.Overall, given my experience so far, I would probably recommend (pretty highly) Springboard's program to people (depending on their circumstances). I'm happy to discuss my experience with people if anyone would like to know more, especially people with an academic background in the humanities. You can find me on LinkedIn and around the web if you look (e.g. philpeople.org). Feel free to reach out.Read Less",Data Science Career Track,Data Science and Analytics +258243,11035,springboard,Suzanne To,False,2019,Springboard's UX Design Career Track,2019-10-30,5.0,5.0,5.0,5.0,"The program is much longer than the 350+ hours advertised. As a full time student, I was hoping to finish in 3-4 months, but ended up finishing around 5 months (not accounting for the pause/break I took in-between). If you're a part time student with... Read More a full time job, you most likely will be looking at more than 6 months depending on your pace. You'll also be paired with a mentor and it's a coin toss on whether or not you'll get a good one. With that being said, the program is flexible and the Springboard staff is dedicated to helping you work through your schedule. If you end up with a mentor who isn't helpful, make the effort to communicate issues and give it a fair chance. If the issues continue, talk to your student advisor and he/she will pair you up with a different mentor. I've personally experienced this and was later paired with an incredible mentor. My student advisor was also incredibly compassionate, kind, and helpful during my Springboard journey. I would say, in general, the whole staff from operations, mentorship, and career services were amazing. I was debating between this program and others, but I am grateful that I chose Springboard. The way I see it, there will be difficulties and hardships in any program. What's really important are the people behind the program and whether or not they'll support you throughout your journey. I feel like my concerns were always properly addressed and that the Springboard staff were genuinely invested in helping me succeed. I just finished the program and received my certificate of completion today. Yay! If you're interested in trying out the program, here's a referral link for $500 off your first course. https://www.springboard.com/invite/0RQ65 Good luck with whatever you decide! You got this. :)Read Less",,Unknown +258238,11035,springboard,MEHRETEAB G KIDANE,False,2019,"I wanted a career change, and Springboard career track set it up for me perfectly.",2019-10-29,5.0,5.0,5.0,5.0,"Joining Springboard is one of the best decisions I have made in my life. I believe all education should start to follow this model -- make education quick and affordable. Springboard teaches the essentials to get you a job as a Data Scientist.This is... Read More one of the best boot camps in America right now. They are very selective on who gets in, they really want to make sure you are serious about your career switch. They take your education seriously. The support during the program is amazing. The whole community and the career coach, mentor are just the best and most supportive people in the program. This is what makes Springboard career track great. That support is amazing and very much needed when you are on your job search. I will say it is not easy, it will take dedication and perseverance to keep yourself going everyday. But never give up. The job search can be frustrating and hard. But with career coach and the community they will give you the support you need to get through it. No matter what ,keep learning and you will get a job!Read Less",Data Science Career Track,Data Science and Analytics +258199,11035,springboard,Kyle Jacobson,False,2019,"Satisfactory, and challenging",2019-10-28,3.7,4.0,4.0,3.0,"Pros: Project based curriculum, lots of mentor support, great resources that are immediately applicable, gives a great overview of processes so you are able to adapt to different workflows as needed.Cons: Time consuming (but aren't all courses?). Some... Read More of the resources/videos were a bit old. Also, my first mentor had to drop out of the program, meaning I had a new mentor switch in midway through my experience. Because of this I had to redo a few pieces of work based on the new mentor's requirements. This made the course take longer than I originally intended. I think I was just unlucky with this however.Read Less",UI/UX Design Career Track,UX/UI Design +258165,11035,springboard,Xingkai Wu,False,2019,Analyze public transit rider information,2019-10-26,4.7,5.0,5.0,4.0,"Get a much closer look into data analytics/science field with mentor and the curriculum is very helpful to get into the industry.In Toronto, there is no learning circle to discuss and collaborate with other students. If there are more students in Toronto,... Read More it will be very much more exciting.Read Less",Data Science Career Track,Data Science and Analytics +258105,11035,springboard,Shubham Tiwari,False,2019,Personally helped me for transitioning smoothly from Chemical Engineering into Data Science!,2019-10-24,5.0,5.0,5.0,5.0,"Springboard is a great bootcamp with amazing mentor support, and an ongoing career coaching support! It challenges students to develop their portfolios and exposes them to effective interviewing skills when it comes to data science and machine learning... Read More jobs. With an active community, Springboard encourages students to attend meetups and conferences when possible. It helped me personally to complete my journey from being a chemical engineer into a data scientist!Read Less",Data Science Career Track,Data Science and Analytics +258086,11035,springboard,CHRISTIEA LI,False,2019,INFORMATIONAL AND FLEXIBLE,2019-10-24,4.7,5.0,5.0,4.0,I HAD A GREAT EXPERIENCE TAKING THIS COURSE. WISHED I HAD COME ACROSS IT EARLIER. PROS: MENTOR WAS HELPFUL IN GIVING ME FEEDBACK AND ASSISTANCE. RESOURCES THROUGHOUT THE CURRICULUM WAS HELPFUL. FLEXIBLE SCHEDULE. LEARNED AT OWN PACE. CAPSTONE PROJECT... Read More HELPED TO SEE WHAT THE UX FIELD DOES.Read Less,UI/UX Design Career Track,UX/UI Design +258068,11035,springboard,Brock Nosbisch,False,2019,Springboard Data Science Career Track - A+++,2019-10-24,5.0,5.0,5.0,5.0,"The Springboard Data Science Career Track 6-month course has taught me a lot. The curriculum is set up very well. You start by learning Python basics, then go into inferential statistics, machine learning, software engineering, etc. Throughout the course... Read More their are 2 major capstones that you build from scratch. Links to my projects are below. I've learned so much but please do not think that you can spend 10 hours a week on the course and complete it. I spent 3-4 hours every night during the week and some weekend days working on the course. And I will mention that I did not do the job guarantee since I already enjoy working at my current company so you will need to add more time to do the job guarantee sections.Overall I highly recommend the Springboard Data Science Career Track. It is kind of pricy but they do have payment plans. I personally did not pay for the course as my company picked up the cost but just remember that you get what you paid for. I can't wait to start applying my knowledge to the real-world!Capstone 1: https://github.com/brocknosbisch/Springboard_Capstone_1Capstone 2: https://github.com/brocknosbisch/Springboard_Capstone_2LinkedIn: https://www.linkedin.com/in/brocknosbisch/Read Less",Data Science Career Track,Data Science and Analytics +257909,11035,springboard,Tabria Williford,False,2019,A modern-day UX program,2019-10-21,5.0,5.0,5.0,5.0,"I enjoyed the Springboard UX Career Track program! Haven taken other UX design curriculum, Springboard’s coursework was much more up-to-date pulling a broad range of resources which I appreciated when thinking about real world application. My mentor has... Read More become a life long mentor who was very supportive about my particular UX journey. I enjoyed that capstone and research projects which were more personalized compared to other UX programs I’ve participated in. This allowed me to stay highly engaged throughout the coursework.Pros:- Self paced and flexible programing- Optimal Resources - Unique project opportunities- Responsive StaffCons:- Could provide a more compelling and accurate pricing structure that reflects the average completion time for students.Read Less",UI/UX Design Career Track,UX/UI Design +257864,11035,springboard,Yingxi Long,False,2019,Wonderful course to UXUI world,2019-10-19,4.7,5.0,5.0,4.0,Springboard UX design is a thothought and comprehensive online course for those who are interested in UXUI but had zero experience. It had prepared me from the start by introducing basic concept to hands-on experience by creating a capstone project. A... Read More plus of the course would be the once-a-week mentor call that really keeped me on track and answered all the questions.Read Less,,UX/UI Design +257772,11035,springboard,Peter Reynolds,False,2019,Do it for the mentor,2019-10-16,4.3,4.0,5.0,4.0,Overall my experience with Springboard was great. All the material you could want is in one place and well planned out. instructions were pretty clear and up to date. The course is applicable to the current job market too. Now to the point of my review.... Read More The mentor you get assigned to is an invaluable resource. They work in the field you're studying and having feedback from a professional is what made the course for me.Read Less,,Digital Marketing +256309,11035,springboard,Ali,False,2019,A neat intro to UIUX world,2019-10-10,4.7,5.0,5.0,4.0,Springboard UX design is a thothought and comprehensive online course for those who are interested in UXUI but had zero experience. It had prepared me from the start by introducing basic concept to hands-on experience by creating a capstone project. A... Read More plus of the course would be the once-a-week mentor call that really keeped me on track and answered all the questions.Read Less,,UX/UI Design +256276,11035,springboard,Daniela Esparza,False,2019,Encourage you to be as creative as you can and challenge yourself,2019-10-09,5.0,5.0,5.0,5.0,"- Independent of your background, you can finish this program, on your way and with all the mentoring support that you need. The program encourage you to be creative to face challenging capstone projects. - Opportunity to work in topics where you really... Read More feel passion, using the new learnt skills.- Excellent professional coaching and final interviews to prepare yourself for the next steps and to build networking.- The program might include more content and mini-projects related to PySpark and sense of programming at scale.- Some tutorials on curriculum are a little longs. They could be shorter (including just the essential content). The curriculum has a couple of own videos -introducing the chapters and coaching advices-. Maybe they could work in their own technical videos. - Some people could need a little more support about datasets and available tools for capstone projects. Maybe in the first chapter, the curriculum could includes links to datasets and examples of projects to guide them.Read Less",Data Science Career Track,Data Science and Analytics +256230,11035,springboard,Jack Chilcott,False,2019,Awesome!,2019-10-08,4.7,5.0,4.0,5.0,"Mentor sessions alone were worth the money I pad. Career coaching was also awesome. I wish there was more original content in the curriculum, but there's so much great content out there already. I left the course with a job which was awesome obviously.... Read More Finished in the expected 6 monthsRead Less",Digital Marketing Career Track,Sales and Marketing +256105,11035,springboard,Anonymous,True,2019,Tiring experience but worth the effort!,2019-10-05,4.0,4.0,3.0,5.0,"I think Springboard shines for individuals who are very well driven but need the structure in order to succeed and keep momentum going. Regular lessons and course material keeps you feeling as though you are accomplishing something and learning, meanwhile... Read More providing reference material for work outside of Springboard. The mentors are great and provide useful advice and useful context. However, be prepared that it is an intense amount of material even if you are already familiar with the concepts you are learning. It is hard to reach the deadlines, especially if you work during the day. This course will definitely consume your free time for about half a year. After completing you will be able to show your dedication to the field and have a couple of projects that you can show an employer demonstrating your abilities. I would recommend it for those who can commit the time, but it may not be for everybody.Read Less",Data Science,Data Science +256102,11035,springboard,Archana,False,2019,Srpingboard - UX design online program,2019-10-05,2.7,3.0,4.0,1.0,I have been trying to learn UX design online through various courses online. Springboard course was by far the best. I was able to learn all the aspects of UX design. The course touches (but does not go into too much detail) upon all the stages of product... Read More design. They have a one-one mentorship program which is quite helpful if you want to get any questions or doubts resolved. It is a self paced program so it is helpful for people who are working fulltime or have busy schedulesRead Less,,UX/UI Design +256087,11035,springboard,Stephania Andrade,False,2019,UX Design Career Track,2019-10-04,5.0,5.0,5.0,5.0,"Making the transition from a 10 year career in Marketing to one in UX Design was a big career change for me but I'm happy I've made the jump. Coming from someone with no design experience, the course work was easy to follow and challenging in some areas,... Read More but everything was do-able (it just took me a little bit more time to complete).In terms of the curriculum, flexibility, staff support, and design projects, I will say that the UX Design Career Track is a well rounded course compared to all of the other online options. I felt guided and supported from start to finish and I'm really thankful I get to have continued career coach support for 6 months after finishing the course, to ensure I find a job. I'm proud of the work I was able to create with the help of my Springboard mentor, and I'm excited to immerse myself in the UX Design world.Read Less",UX/UI Design,UX/UI Design +256046,11035,springboard,Ashley Chozas,False,2019,Springboard has the best career help!,2019-10-03,5.0,5.0,5.0,5.0,"I was really happy with my experience with Springboard. They really value the importance of helping their students find a job and give them as many resources as possible. You have a career coach who you check in with and helps you improve your resume,... Read More Linkedin profile and other job related things such as interviewing.Springboard also offers a mentor who guides you along the way of the course, weekly check ins and if needed more than once a week. Everyone is super flexible as some people like myself are completing this course while still working full time.Read Less",UI/UX Design Career Track,UX/UI Design +255977,11035,springboard,Lena Ugren,False,2018,Springboard’s Digital Marketing Career Track Course,2019-10-02,5.0,5.0,5.0,5.0,Great course for someone looking to start a career in digital marketing. Lots of great information and resources. One-on-one mentoring every week with industry experts. You can choose to do Google Ads Online Marketing Challenge as your capstone project... Read More which levels up your resume as you get matched with a non-profit and work with them to help them improve their marketing and google ads. This is an amazing opportunity. Springboard support and advisors were nothing but amazing and flexible. Highly recommended!Read Less,,Unknown +255920,11035,springboard,Pardeep Kumar,False,2019,Springboard- Data Science Career Track Review,2019-10-01,4.0,4.0,4.0,4.0,"I have just finished the Data Science Career track program at Springboard. I picked Springboard over the other data science course because of two main reasons:1. I was able to work my current job and complete the coursework in the evenings and the weekends... Read More2. My mentor was extremely helpful and guided to build a good foundation in machine learning and neural networks3. The staff is great, understanding and respectful and my student advisor was really prompt in replying to any queries4. The career courches are very passionate and experienced which matters especially when you are on verge of making a career change and you need someone to keep you motivatedRead Less",Data Analytics Career Track,Data Science and Analytics +255823,11035,springboard,Anonymous,True,2019,excellent investment (intermediate data science using Python),2019-09-30,5.0,5.0,5.0,0.0,"I finished off the ""intermediate Data Science with Python"" course in September 2019. My background was a master's degree in operations research and an undergraduate degree in mechanical engineering. My prior programming experience consisted only of MATLAB... Read More from my time in graduate school.I highly recommend this course for someone with a background that is similar to mine who wishes to evaluate their interest in data science and machine learning. The ""go at your own pace"" approach allows for students to take the time they need to fill in any gaps in their background and to really understand the course material before moving on. But at the same time, the weekly calls keep the student on track and motivated. I was quite happy with the guidance and supervision I received from my course mentor. The course material and assignments were well selected and the chronology that they were presented in works well also. Student support was excellent. When I identified some issues with my first mentor that indicated a poor fit, student support reached out for a phone call, took the time to understand the situation and promptly assigned me to a new mentor.Read Less",Data Science,Data Science +255782,11035,springboard,Connor C,False,2019,SpringBoard Business Analytics,2019-09-30,5.0,5.0,5.0,5.0,Great program. Much more confident in my Excel skills and have a solid foundation in Tableau and SQL. My mentor was a fantastic teacher and was able to relate my new skills to my current work. I am now able to utilize my new skills at my current role... Read More and will be able to include that when I look for new ones.Read Less,Business Analytics,Data Science and Analytics +255299,11035,springboard,Sidney Browning,False,2019,Great Mentor Experience!,2019-09-26,4.0,5.0,4.0,3.0,"Springboard has solid course material that guides you through the design process. However, what really sets them apart is the mentor connection. Your mentor takes the material you learned and really solidifies it with feedback and real world examples.... Read MoreRead Less",,Unknown +255279,11035,springboard,Jonathan Kusagaya,False,2019,Springboard was clear and concise,2019-09-26,4.3,5.0,4.0,4.0,Springboard offered just the right resources for my UX Design course in the small amount of time. They provided many great articles and videos as well as clear instructions for the project. The mentor calls were also great in receiving feedback from a... Read More trusted person in the field.Read Less,,UX/UI Design +255160,11035,springboard,Carolina Garcia Tavizon,False,2019,UX Course from Springboard,2019-09-25,4.3,4.0,5.0,4.0,"The content of the course is big, and have a lot of resources. Also my mentors have a lot of experience in the field and were both working professionals. They give me feedback on things that I need to improve. Designing for mobile I think the content... Read More is not up to date. I think should be more resent studies, specially in the way how people use their phone, if is with one hand or two hands, because I think most of the people uses their phone with two hands since the size of the phones had been increasing in resent years.Read Less",,UX/UI Design +255082,11035,springboard,Nancy,False,2019,"UX Career Track - good guidance, cheaper option, flexible schedule",2019-09-23,5.0,5.0,5.0,5.0,"The Springboard UX Career Track is a great option for a UX design bootcamp if you're looking for something that's not crazy expensive, would like some flexibiity in schedule, and would like some guidance in what steps to take and what topics to learn... Read More more about if you're trying to switch career paths into the field of UX. The curriculum is completely online and self-paced, so it is completely feasible to work a full-time or part-time job while completing this bootcamp depending on how much time per day you would like to commit. The weekly mentor calls with a working UX professional and scheduled calls with a career coach are also super helpful. They also offer on-demand mentor calls if you would like to discuss your projects/curriculum more that once a week. The Career Track specifically also offers a six month job guarentee where you get continued career coaching for the next six months after completing the bootcamp as long as you finish all the bootcamp requirements within the set time. Overall, I had a great experience with Springboard! I just finished the bootcamp and am currently job hunting.Read Less",UX/UI Design,UX/UI Design +255076,11035,springboard,Adam Brown,False,2019,Very Positive Return On Investment,2019-09-23,5.0,5.0,5.0,5.0,"I highly recommend the UX Career Track to folks looking for a comprehensive curriculum suited to prepare you for a life's work in design. The student advisors and Springboard team at-large were a pleasure to work with, extremely professional and tactful... Read More and always helpful. The 1-1 mentor benefit, in my experience, augmented the material and all the projects and, really, all the learning in such a valuable way. It's a long journey and it's a lot of work but Springboard facilitates excellent coordination throughout.Read Less",UX/UI Design,UX/UI Design +255045,11035,springboard,Bryson Sicotte,False,2019,A Solid Foundation for Budding Data Scientists,2019-09-23,4.7,5.0,5.0,4.0,"Completing a couple well thought-out projects is really valuable, especially for someone who doesn't have any work experience in data science. Doing these types of projects would have been very difficult on my own. Additionally, having a mentor to consult... Read More with every step of the way provided reassurance more than once. You always knew you had help if you got stuck. Lastly, I really enjoyed the community aspect of the course. It provided a forum for Q/A, and often my question had already been asked by another student, so I was able to get an answer immediately. This was great for those moments when you're stuck on an assignment and don't want to wait for your mentor's email or call. Advice for those considering the course:1. Keep a steady pace. Plan out in advance how much you will work on the course each day.2. Work hard on all the assignments, but especially the projects. What you put in is what you get out.Read Less",Data Science,Data Science +254951,11035,springboard,Ashish Sharms,False,2019,Springboard Data Science Fellowship,2019-09-20,3.0,3.0,3.0,3.0,"Overall, I had a very nice experience with SpringBoard. The most useful resources to me are my career coach and mentor. My career coach is extremely supportive, and helped me throughout and always gave me very prompt replies. I recommend prior experience... Read More with Python otherwise the 6 month timeline is difficult to achieve.Read Less",Data Science,Data Science +254918,11035,springboard,Bradley McCalla,False,2019,Springboard Business Analytics course.,2019-09-20,5.0,5.0,5.0,5.0,"At first, I was a little nervous taking this course due to my limited background in this particular field, but I felt that it was a necessary component to add to my profile to help further my career. Following the introduction meeting, before the course... Read More started, the student advisors took time to answer any questions those starting the course had and did let us all know that this course was designed for those with limited experience in this field, which soothed my nerves. They also let us know that they (the student advisors) were there for any questions or concerns we may have had throughout the duration of the course, which was also very calming. When the course started, your mentor set up weekly Skype chats and you have your first introductory call with them, where you discuss your previous background, what it is you hope to gain from completing the course and ultimately, get to know them.When starting the course, you are presented with a library of knowledge for Excel with readthroughs and instructional videos ranging from basics to more advanced functions which becomes very helpful as the course moves on. It was also great that you can revisit these lessons, any time you get stuck.As you move forward into the case studies, you are given all the information needed. Extra material is provided that will help you specifically for the case you are working on complete with mock scenarios. What is required of you in each case study, is laid out in a way that is easy to follow and removes any guessing on your part.Although I was told to make sure your mentor is right for you and you feel comfortable working with them, mine was very helpful and knowledgable. **Do make sure you feel this way, if not, speak to your student advisor** They are there to help and guide you, not give you the answers and your weekly calls are key to being successful. They will review your progress and give you revisions to make if needed.Each case study I completed, focused on a different scenario (Forecasting, Root Cause Analysis, and Customer Segmentation) and really help me see the data I work with on a daily basis in a new light and made me think to myself, ""I could be doing better at this"" and as I was moving along in the course, I felt that my work had changed also, so I was taking what I learned and applying it immediately.FInal thoughts: It is a great course if you are looking to expand your knowledge in this particular field. The material is easy to follow and you stand to learn a lot from it.Read Less",,Unknown +254809,11035,springboard,Suchi Sundar,False,2019,Super Supportive and Useful!,2019-09-19,5.0,5.0,5.0,5.0,"You can really tell how much work Springboard puts into developing their students- there's been a lot of talk about people dropping out of this course but if you put in the effort, the Springboard team really does support you every step of the way. They... Read More made sure I was matched with a brilliant mentor, had on-demand mentor calls with plenty of availability, and they're even starting in-person meetups or recommending events/workshops to go to so it doesn't feel like a disconnected online experience. It's totally worth the price and will give you the right skills and real insight to fuel your job search after completing the course.Read Less",UX/UI Design,UX/UI Design +254806,11035,springboard,Tania Gai,False,2018,UX Design Career Course,2019-09-19,5.0,5.0,5.0,5.0,If you're looking to get into UX Design but don't know where to start. Springboard's curriculum is the one to go with. You'll work with a UX Mentor and a career coach. Don't need design experience.,UX/UI Design,UX/UI Design +254767,11035,springboard,Anonymous,True,2019,Excellent Self-Paced Learning Experience,2019-09-18,5.0,5.0,5.0,5.0,"I had done my research into choosing this course, and it is the best school to sign up for if you are working full-time. The curriculum is well-paced and offered a lot of technical coursework to supplement my existing knowledge on product design. The... Read More support I received was absolutely fantastic. Everyone was gracious and understanding to my needs. I also noticed the community has been growing quickly since I've last sign up.Read Less",,UX/UI Design +254766,11035,springboard,Anonymous,True,2018,Very Useful Online Program,2019-09-18,3.7,4.0,4.0,3.0,"I took one online course (Introduction to Data Science: python) in springboard and I love it. Well, I did not know that much about python and machine learning. It was self-paced, started from learning python and then moved toward machine learning. I had... Read More a good experience working with my mentor. The mentor had good experience and knowledge. I do need a more advanced course in machine learning, but I feel confident to go forward. All in all, I definitely recommend this course provided by Springboard :)Read Less",Data Science,Data Science +254720,11035,springboard,Harshinder Chadha,False,2018,Best Decision of My Life,2019-09-17,5.0,5.0,5.0,5.0,"Enrolling at Springboard was one of the best decisions I've ever made. I decided I wanted to be a data scientist while I was working on my Mechanical Engineering degree. A couple of months before graduating, I searched for Data Science bootcamps that... Read More could offer me a pathway to attaining a data science position. I found Springboard during my search and was really impressed by how intensive and rich the program was. Needless to say, enrolling has been one of the best decisions of my life. The assignments, reading and projects really help prepare you to be a data scientist and the career support is world class. I would highly encourage anyone looking to get the skills to be a data scientist, to really consider enrolling in Springboard.Read Less",Data Science,Data Science +254719,11035,springboard,Harshinder Chadha,False,2018,Best Decision of My Life,2019-09-17,5.0,5.0,5.0,5.0,"Enrolling at Springboard was one of the best decisions I've ever made. I decided I wanted to be a data scientist while I was working on my Mechanical Engineering degree. A couple of months before graduating, I searched for Data Science bootcamps that... Read More could offer me a pathway to attaining a data science position. I found Springboard during my search and was really impressed by how intensive and rich the program was. Needless to say, enrolling has been one of the best decisions of my life. The assignments, reading and projects really help prepare you to be a data scientist and the career support is world class. I would highly encourage anyone looking to get the skills to be a data scientist, to really consider enrolling in Springboard.Read Less",,Data Science +254662,11035,springboard,Daniel Duncum,False,2019,Springboard intro to data analysis,2019-09-16,5.0,5.0,5.0,5.0,"Very well managed program, teaches you the ins and outs of R and who to process data properly and learn to code",,Unknown +254506,11035,springboard,Steffen,False,2019,"Great mentor, course materials could be updated",2019-09-11,3.3,4.0,3.0,3.0,"I had a great experience with my mentor. The course material could be a little more robust, and have more real life examples and current case studies. It was sometimes hard to apply the general info in the course to the project I was working on. But overall... Read More it was informative, and I always got good advice and feedback from my mentor.Read Less",,Unknown +254492,11035,springboard,Sitara Abraham,False,2019,Great Curriculum w/ Helpful Supplemental Support,2019-09-11,5.0,5.0,5.0,5.0,"I'm so thankful I enrolled in this bootcamp. The curriculum was very comprehensive, delving into statistical concepts, data wrangling, and Python with machine learning applications (and more). The mini projects and 2 capstone reports really allowed me... Read More to hone my Python and analytical skills. Moreover, the career support and the mentor support were invaluable. Having weekly calls with my mentor really helped in terms of direction for my projects and with any miscellaneous curriculum questions. Interviewing skills and networking is part of the curriculum, so you're set up for success from the beginning. I was able to get a Data Science job (albeit with prior data experience) after 3 months of the the bootcamp; the portfolio I've created through Springboard was a major asset in my interviewing process.Read Less",Data Science,Data Science +254462,11035,springboard,Kip Ladd,False,2019,Good Way to get real-world experience in the latest Digital Marketing areas,2019-09-11,5.0,5.0,5.0,5.0,"I started out on the Digital Marketing Career Track only to land a job half way through the course so they allowed me to finish the program within the Professional Track. This alone speakes volumes to the flexibility and support the program brings to... Read More bear. I have over 10 years B2B Email Marketing and Website management experience, but it was dated (early 2000s). Thus, I was looking for a way to upgrade my skill set and also use real-world experiences. For example, I was able to partner with a local Family Law Practice that was just getting off the ground and use their business as my main project to build demand generation and other Digital Marketing tactics around using real dollars. It was awesome to see how the curriculum, and great support from an industry specific mentor melded well together to allow me to build and execute a Digital Marketing Plan for the law firm. I then also had practical experience to apply elsewhere and demonstrate to employers I had some level of expertise in some of the newer Digital Marketing areas I lacked from my past positions.Read Less",Digital Marketing,Digital Marketing +254383,11035,springboard,Kathie Fitzpatrick,False,2019,Awesome experience,2019-09-11,5.0,5.0,5.0,0.0,"My experience with Springboard was AWESOME. I started the program with no experience, the curriculum, mentors and career coaches were excellent. I had a terrific time learning and now I have invaluable skills!",UX/UI Design,UX/UI Design +254367,11035,springboard,Brandon Goei,False,2019,"Great UX curriculum, stellar mentorship",2019-09-11,5.0,5.0,5.0,0.0,"Springboard's curriculum is a nicely curated selection of resources around the web that pay attention to the core concepts of UX design, starting with its history and evolution and continuing into a nicely-paced guide to doing the steps yourself. I think... Read More the real star of the show is the 1:1 weekly mentor calls included in the course, which do well to provide a real voice to real world experience, and have the added bonus of keeping you on task.Read Less",UX/UI Design,UX/UI Design +254167,11035,springboard,David Gray,False,2019,Springboard Data Science Career Track course offers many resources,2019-09-11,4.7,5.0,4.0,5.0,"The Springboard Data Science Career Track course provides more resources than I expected. These include the weekly calls with a professional for mentoring, career calls to talk about aspects of applying and making contacts and refining a resume and LinkedIn... Read More profile, mock interviews that were a great motivation to prepare for, and individuals who can review projects and code. I was impressed by the number of resources and their quality. My mentor helped me understand a solid strategy for making contacts with individuals at companies for referrals. Another resource is the free access to DataCamp during and after the course, which is effective at teaching concepts and code. The main suggestion I would make to improve the course is providing supplemental resources to deepen knowledge of a topic if one wanted to increase understanding.Read Less",Data Science,Data Science +254130,11035,springboard,Anonymous,True,2019,A good intro for those new to the field,2019-09-10,4.3,4.0,4.0,5.0,"I elected to enroll in the Springboard Data Science Career Track after leaving my previous field (science education). In order to get into the career track, you must have some background in coding, so I actually completed the Intro to Data Science course... Read More prior to the career track. Enrolling in these in succession allowed me to learn python and R at a level where I am comfortable using them for work. When I first entered the program, I had no background in coding or statistics. The intro course helped me with the statistics but if you are new to stats or haven't studied them in a long time, I recommend you go read ""Naked Statistics"" first and practice the stats on Khan academy- trust me, this will save you time in the long run. The career track was decent although there are definitely sections that could be more robust. Base python is skimmed over a bit- students are introduced but more practice would be helpful. Spark could be a class on its own, so this is just meant to be an introduction to Spark and TensorFlow. Overall, I would say that the career track (and the preceding intro course) are worth it if you are looking to make a career transition into data science. The career advisers are incredibly helpful and the mentors that are assigned to you within the course are amazing at what they do (you will meet weekly, even on holidays). Finishing the course, I feel like I could easily get an entry-level job and build my skills from there.Read Less",Data Science,Data Science +253756,11035,springboard,Jose Reyes,False,2019,Learned a lot of valuable lessons,2019-08-27,5.0,5.0,5.0,5.0,"As a working professional, I've learned that constant learning is essential for career success! As such, I had a great experience with Springboard's data science courses and was expecting the same out of their business analytics course. I really enjoyed... Read More learning about the various concepts taught in the program: data modeling, dashboarding, customer life-time value among many others. Despite being familiar with the basics of these and other concepts (I have a Master's Degree in a program that covered these areas) I was very surprised at how much I didn't know and how much I learned through Springboard.The course work is challenging and have applied it to my current work on various projects. However, the most valuable aspect of my experience with this program was the mentorship I received as I completed the course. My mentor was someone who provide some of the most valuable advise and guidance with respect to business analytics. Being a business analyst himself it was great to hear about this field from someone who has been working with these concepts at such an advanced level.I summarize this review by saying that my expectations were exceeded, I learned a lot, and I was able to apply the concepts and advise I received in this course immediately to my work. I whole-heartedly recommend this course if you are interested in learning about (or learning more about) business analytics. Enjoy!Read Less",Data Science,Data Science +253744,11035,springboard,Josh Maynard,False,2019,A Concise UX Introduction,2019-08-26,4.5,5.0,4.0,0.0,"I chose to do the UX Design course with a goal of completing within 3 months. I was lucky to be paired with a mentor with many years of experience and he was instrumental in taking my capstone project to the next level. He was available and flexible to... Read More meet my tight deadline for completion and I am grateful for his support through the whole process. The content itself is easy to work through and when I did have a question regarding the curriculum, my mentor was able to quickly answer and clarify. This is a great course for people looking to see a glimpse into the UX process and I think a great starting point! There is so much more to learn of course but I feel I have the real-world skills to start incorporating these into my daily routines as a designer.Read Less",UX/UI Design,UX/UI Design +253660,11035,springboard,Anonymous,True,2018,Springboard Data Science Track,2019-08-24,4.7,5.0,5.0,4.0,"The Springboard Data Science track is a well-rounded bootcamp program. Over the course of six months, there are two major projects, weekly calls with an industry professional, several career coaching sessions and ample study material. The cohort participation... Read More is a little lacking but for a program that is online and for working professionals that is to be expected. I wish there were more post-bootcamp resources available regarding interview prep. Overall this is well worth the price and students will get the most out of this program.Read Less",Data Science,Data Science +253568,11035,springboard,Azi Khastoo,False,2019,Springboard UX Design career Track,2019-08-22,5.0,5.0,5.0,5.0,it was an excellent program if you want to make or improve your portfolio. Mentors are very good and knowledgeable.,UX/UI Design,UX/UI Design +253076,11035,springboard,Logan Rudd,False,2018,"Great curriculum and support for the price, but took a little longer than advertised.",2019-08-13,5.0,5.0,5.0,5.0,"The curriculum is well structured and the mentors are a great deal of support for the price. The only thing that I had trouble with was completing the program in the advertised amount of time. I think in total I averaged about 25-30 hours a week over... Read More the course of 7 months, but that could have been due to the complexity of my capstone projects. I definitely learned a ton in that time period though and they were very supportive the whole time!Read Less",Data Science Career Track,Data Science and Analytics +252452,11035,springboard,Jesse Nelson,False,2019,Great Ux bootcamp,2019-08-11,5.0,5.0,5.0,0.0,"Springboard was an excellent choice for a Ux bootcamp. Everything from the faculty, who were always so quick and prompt to answer any questions/ help out to the curriculum. The information was presented in a really clear format and was easy to follow.... Read More The projects for each section were a great way for me to apply what I learned. It was amazing to have a mentor that I spoke with on a weekly basis. This was so valuable, as I was able to get feedback, insight into UX and help from a professional. I think Springboard is an excellent choice for a bootcamp and has a lot to offer.Read Less",UX Career Track,UX/UI Design +253109,11035,springboard,Drew Hopkins,False,2019,Superb quality for great price – job 5 months after starting :D,2019-08-08,5.0,5.0,5.0,5.0,"UPDATE (Got a job!)This is the absolute best UX bootcamp you will find for the price and quality. I found contract work 2 months after applying for jobs and continue to receive career support as I look for full-time positions. I was also able to complete... Read More the course in half the time for half the price. If your curious about how to complete the track super fast and efficiently please DM me - andrew.hopkins.d@gmail.com - I'd be happy to send you some lessons learned or answer questions :) Feel free invite me on LinkedIn or view my portfolio there to gauge what you might come out with: https://www.linkedin.com/in/drew-hopkins-53052a114/ REVIEWI thoroughly researched all of the other options before entering into this track, this one's the best. Other bootcamps charge $10,000+ for coursework that teaches the same principles over the same length of time. Additionally, springboard comes with a straight-forward job guarantee. The quality of the course material is repellent. I’m an avid learner and have taken many online courses through community colleges and state colleges. The amount of knowledge you gain and support you get from springboard makes universities look slow, petty, wasteful, unresourceful, and greedy. Much of the course material is drawn from online sources, but this is now common practice in higher academia. The coursework is highly informative and of sound quality (rivaling and surpassing the quality of a HCI course I took at PSU for example). What’s more, at the end of the career track you will also have a portfolio and a website platform to showcase all your work - critiqued by senior designer to make sure it looks right. And a CV and cover letter that is evaluated by those same designers. You also get a weekly one-on-one mentor throughout the length of the course. My mentor, Ciarda, tailored every session to my needs, was efficient beyond compare, and was always accessible. You can also schedule help from additional mentors whenever you need. Finally, the administration of springboard is flexible, personable, and does right by its students. I had the intention to complete the 6-month track within 3-months (I was on the month-to-month payment option so this would make the course $2,000 less for me). There were a few set-backs that pushed me a couple days past this deadline. The career track manager, Dave, very kindly worked with me through the obstacles to make sure everything worked out fairly. Going into it, I was worried a bootcamp might just be another form of degree-mill. The company isn’t about extorting students for money, but really wants to empower students to and earn a good name doing so. Way to go! I’ll likely be coming back for the AI/Machine Learning track once I get my Python up to speed. :)Read Less",UX Career Track,UX/UI Design +253101,11035,springboard,Jennifer Fu,False,2019,"Springboard UX Career Track provided me the information, guidance, and space for me to learn and demonstrate my expertise in UX",2019-08-08,4.7,5.0,4.0,5.0,"Prior to committing to Springboard's UX Career Track, I spoke to several different representatives and mentors from different programs to help me pick the most suitable one for me. While Springboard doesn't necessarily always have their own content for... Read More the curriculum, the articles, videos, and project briefs were very well-curated and the mentors I came into contact with were all very professional and helpful. I am not sure that this program is for everyone but that has nothing to do with Springboard: If you're not a self-driven perfectionist, doing an online course at this intensity could become very overwhelming. However, I do think the mentor program helps give students the extra kick they might need to stay on track. Thanks to my mentor, who later took on the role of a 'colleague' and a 'friend' in addition to a 'mentor', I had a great time discussing and debating my research and design decisions with her. I also loved the professional research presentation and portfolio walkthrough—I was matched with some amazing UX professionals who gave me invaluable feedback and assured me of my talent and abilities. The only con I can really think of is that the course is essentially designed in a linear fashion and students often do not look through future units when they're working on something already. However, with the industry project and several presentations and mock interviews in the latter part of the course, time allocation and planning can become tricky if students want to finish the course in a certain time frame (for me, it was 4 months) and didn't plan ahead enough. It would be wonderful if there was a more user-friendly check list that provided students with more information on what's coming up next (e.g. deliverables and interviews expected in the next two units).I really loved this program and am proud of what I learned and compiled for my portfolio! I think three projects is the perfect number!Read Less",UX Career Track,UX/UI Design +253235,11035,springboard,Abbas Qureshi,False,2018,Data Science Track,2019-08-07,2.0,2.0,1.0,3.0,"The main positives to take from the course are the interactions with the mentor and the interview preps. Now I had a very hesitant mindset about applying for a bootcamp wondering whether I would be able to get employment considering I do not have a computer... Read More science degree or a STEM degree. I have a political science degree. I was told that these things do not matter and that you can easily land a job after you get both your projects done. I had done very detailed projects and posted them on github and did everything the career coaches suggested I do. Unfortunately not a single data science position had reached out to me. Now for the curriculum. This was sadly most dissappointing. The course mainly revolves around data camp courses. And then these are supplemented by youtube lectures from Harvard or other institutions that would talk about the subject with the impression that you have intermediate knowledge of the subject matter, despite it being a beginners intro video to a concept. I have had much better success with the self study resources available on the internet, such as youtube tutorials etc. Also did two Udemy courses for 11 dollars each and got a better understanding of the subjects. There was no feel of an actual boot camp teaching you, they basically link you to external sources that arent theirs.Read Less",Data Science Career Track,Data Science and Analytics +252774,11035,springboard,April Hoang,False,2019,An amazing education experience that prepared me for my future role in UX design.,2019-08-05,5.0,5.0,5.0,5.0,"Springboard's UX Design Career Track program has been an amazing experience. Having a one-on-one mentor session each week really helped keep me on track and having a career coach allowed me to better prepare for interviews. The fact that you are able... Read More to work on three different projects to add to your portfolio is a major plus. The only thing I wish I had more experience with would be working together in a team environment. The industry design project is meant to set this up but it really depends on the company. Regardless, this program gave me a solid foundation in UX design and I feel prepared to take on my future role in UX design.Read Less",UX Career Track,UX/UI Design +252767,11035,springboard,Ferhat K,False,2019,Springboard Data Science Career Track,2019-08-05,4.0,4.0,4.0,4.0,"So overall it was a good experience from Springboard. I think where they excel is pairing you up with a mentor who has real work experience. What they may need to work on is more helpful feedback to students after submitting assignments, projects.The... Read More course went over the general data science process. Maybe more emphasis on cloud services and big data.Read Less",Data Science Career Track,Data Science and Analytics +253237,11035,springboard,Jennie Glaser-Koehler,False,2018,Good curriculum,2019-08-03,4.0,4.0,4.0,0.0,"I found Springboard's curriculum to be very thorough; it was equivalent in breadth to one or more college courses. Their mentor system give you accountability. I found that I took longer to complete/watch/read curriculum items than the expected time,... Read More and I think it was due to note-taking. The cost is expensive, but I found it to be worth it. I was taking the coursework to use in my current job, so the job support services weren't relevant to me. Support from student services was fast and responsive.Read Less",UX Career Track,UX/UI Design +253087,11035,springboard,Nick Whisler,False,2019,Springboard AI/ML Course,2019-07-31,4.7,4.0,5.0,5.0,Pros: - You never run out of material to view and learn from. - Round the clock personalized support from a wonderful staff. - Quick and timely feedback on assigments.Cons: - Some material is repetitive (Can be both good and bad) - A bit lengthy. Would... Read More be nice to shorten the curriculum. - Too few assignments.Read Less,Machine Learning Engineering Career Track,Machine Learning and AI +253067,11035,springboard,Mark,False,2018,Great UX design learning experience,2019-07-31,5.0,5.0,5.0,0.0,"Pros:-Attentive mentor who supports your learning journey-Course content from many different authoritative resources-Easy to follow online curriculum -Ability to put your your course on hold if necessary-In-depth and broad scope of learning all levels... Read More of UX design-Hands-on interviewing with participant interaction-Completed step-by-step projects go toward final capstone project-Very understanding staff/faculty relating to schedule, inquiries and costsCons:-First mentor left in the middle of course but all worked out for the better-A couple course resources might need updatingWas asked by my employer to transition from graphic designer to UX designer, which was quite a jolt for a person who is later in his career. Despite reading books and taking Lynda.com classes, I really didn't have an idea of what all was involved in UX design; as I learned with Springboard, it goes much deeper than creating user interface art for webpages. Springboard helps to walk one through the entire process from beginning to end--which is actually not the end--since by its nature the entire design process is constantly improving itself for the end user. You are provided with an experienced, working-in-the-field, accessible mentor, who helps walk you through the process, provides support and valuable feedback as you go. Another plus is the curriculum isn't presented from just one viewpoint, it's given from a variety of industry experts, presenting the student with multiple perspectives and providing great resources to follow after the class is completed. Overall I would recommend Springboard to anyone who is interested in the field. It has been a great way for me to become more knowledgeable and immersed in the field. It's a very reasonable, steady learning stream with bite-sized attainable goals that all add up to the final project, which ultimately illustrates the entire UX process in a clear and meaningful way.Read Less",UX/UI Design,UX/UI Design +252951,11035,springboard,Susana Machado Lores,False,2019,Great UX course!,2019-07-29,5.0,5.0,5.0,5.0,"I recommend the online UX course. I learned a lot and I will definitely use it daily. The course is very complete and easy to follow. They assigned me a mentor that helped me to develop my capstone project, which I included in my professional portfolio.... Read More Also at the end of the course I got a certification as UX. They gave me the opportunity to complete the course in 3 or 4 months, plus flexible study hours. I'm really happy with the knowledge obtained!Read Less",UX Design,UX/UI Design +252908,11035,springboard,Minh Vo,False,2018,Good program for a new data scientist,2019-07-29,4.7,5.0,4.0,5.0,"I took this online bootcamp when deciding to move my career into data science. In general, Springboard provided very helpful materials for me to learn all basic background in data science.My mentor is an senior data scientist who worked with me to finish... Read More two big capstone project (a practical problem). He has a strong experience in data science. So, I learned a lot of good skills from him.I think the best things that springboard can help its students be career services.It has many good career coach with strong experience in HR and recruiting. So, you figure out how to find a appropriate job and persuade the hiring manager to consider you as a good candidate.I got an job offer after around 6 months after finishing this program.I hope my share could be helpful.Read Less",Data Science Career Track,Data Science and Analytics +252887,11035,springboard,Karolina Bzdusek,False,2018,Not just a boot camp - much more!,2019-07-29,5.0,5.0,5.0,5.0,"I have completed Springboard's Data Science Career Track. What I love about this program are following:1) Well tailored curriculum, which is updated with the newest materials 2) Industry mentor for each student - mentor calls every week for 30 minutes... Read More with experts within Data Science. One of the best resource to learn3) Active career couching - within curriculum you have to complete not tasks as some obvious (creating outstanding resume, update LinkedIn profile), but it leads you step-by-step (and force you) to do all necessary steps for interview process.Read Less",Data Science Career Track,Data Science and Analytics +252956,11035,springboard,Anonymous,True,2019,Fast-Paced but Thorough,2019-07-29,4.0,4.0,4.0,0.0,"I did not expect this program to be as much work as it was. There was so much information to get through in a small amount of time, but I was at least exposed to enough information and resources that I feel very confident in my ability to continue learning... Read More on my own or go to a higher level class/job. I had no experience with python before this course and I feel very comfortable with various libraries, statistical techniques, and machine learning algorithms. The course itself does not have the capacity to teach you statistics or go in depth with how the machine learning works as much as I would have liked, but for the scope of this course, it was great. I can do all of the day-to-day routines as an early-career data scientist. This is a good place to start once you have a little background first. I was putting in about twice as many hours as it was saying the average student puts it, because I was behind on my understanding and knowledge base. I was able to get through the course, but it was much more time consuming that I first anticipated.Read Less",Data Science Career Track,Data Science and Analytics +252784,11035,springboard,Ladesha Jenins,False,2019,Learning R was different and interesting.,2019-07-26,5.0,5.0,5.0,5.0,"Honestly, I don't have any bad things to say about springboard. The students I worked with and myself had a nice 2 month time spent on Springboard. I really enjoyed working with my mentor, and think that it is very important to have mentors and not many... Read More companies have mentors so I appreciate being able to have one. Also I really liked Sophie and how she was very open to communicate and how she kept up with our progress. It was hard to learn at some points, but learning new things has always been good to me.Read Less",Data Science Career Track Prep,Other +252553,11035,springboard,Damola Akinrinmade,False,2019,Money well spent!,2019-07-24,5.0,5.0,5.0,5.0,"I recently transitioned to digital marketing after a 10 year stint in the oil and gas industry (Story for another day!). After thorough research, I got my first job after 3 months of enrolling at Springboard's Digital Marketing Careers boot-camp . Prior... Read More to that time, I'd bought several MOOCs on Digital Marketing , which lacked a structured curriculum. Truth is, there is so much stuff out there on DM, you can easily get overwhelmed. Springboard offered an intense and structured curriculum covering all topics from traditional marketing to more advanced content on digital strategies and tools. Speaking of tools, they grant you access to paid tools which you'll use throughout the entire course. You will develop REAL content (landing pages, blog content etc.)and launch REAL campaigns (PPC and Social). You'll run REAL A/B tests for web optimization. The SEO curriculum played a HUGE role in securing my current job. The course also comes with a one-on-one mentorship involving weekly Skype sessions with a subject matter expert in Digital Marketing who tracks your progress. A major attraction for me was their Google non-profit partnership which enables you work with a REAL non-profit to manage a $10,000 Google ad grant! These and several other projects you'll work on will form your portfolio at the end of the program.The online community was also very interactive. Catherine Leipold was such an agel! Awesome student relations and always quick to respond to queries. Calvin Nisbet was my career coach, another great guy who gave me tips which proved quite useful in my job search.Will I recommend Springboard?? Hell yeah! Lastly, I'll add that the success of a bootcamp is a function of your commitment. The course is self-paced, and would require lots of discipline to meet up with weekly deliverables.Best of luck to whoever reads this! Quit procrastinating and make that move!Read Less",Digital Marketing Career Track,Sales and Marketing +253290,11035,springboard,Yiyi Zhang,False,2019,Loved the course!,2019-07-21,5.0,5.0,5.0,5.0,The course definitely covered everything necessary and the mentorship was exceptional. I feel that everyone truly cares about your success. Be sure to read the fine print before enrolling though.,,Unknown +253230,11035,springboard,Sara Peters,False,2019,Springboard Intro to Data Science,2019-07-19,4.0,4.0,4.0,0.0,I liked the platform Springboard uses - it's very clear what the next step is and the status of your progress throughout the course. This course uses R programming language but the Career Track is in Python so be aware of that if you want to make the... Read More transition.Read Less,Introduction to Data Science,Data Science and Analytics +253196,11035,springboard,Mark David Binamira,False,2018,Great Overall Experience,2019-07-19,4.7,5.0,4.0,5.0,"I wasn’t entirely sure if I wanted to go for a career transition and take an online course. But after reading up on Springboard and talking to their team members, I decided to take the plunge and go for it.I noticed that curriculum is mostly made up of... Read More content that you could find on the web. I found that iffy at the start but then I appreciated how it was presented and how it helps you better digest what’s being taught.The Springboard team is really amazing! Their responses were quick, professional, and reassuring. How they handled issues with the projects and people involved was done very well.The mentor system is what I appreciate the most from this course. Not only did his experience and guidance help me transition into this new career path, but his life advice helped shape me to be a better person.Easily, I would recommend Springboard for anyone interested in trying or learning more in UX Design.Read Less",UX Career Track,UX/UI Design +253103,11035,springboard,Anonymous,True,2019,Great career coaching,2019-07-18,4.3,4.0,4.0,5.0,"I have a background in software development, so a lot of the course work seemed like a review for me; this lead me to be able to complete early. The career coaching calls helped tremendously and helped me land a job before completion.",Data Science Career Track,Data Science and Analytics +250885,11035,springboard,Kashif,False,2019,"Awesome mentor, career coach, and friend!",2019-07-18,5.0,5.0,5.0,5.0,My experience was great. My mentor really motivated me to work hard. The career coach was laid back and very insightful. And I met a friend that supported my journey. I managed to complete all three projects within 3 months with the support and I already... Read More have a few job interviews lined up.Read Less,UX Career Track,UX/UI Design +250822,11035,springboard,Sara,False,2019,Springboard Intro to Data Science Course,2019-07-17,5.0,5.0,5.0,0.0,I really liked the Intro to Data Science course hosted through Springboard. I majored in math but had no previous programming experience. I spoke to the student advisor several times on the phone and she made me feel really comfortable and that I could... Read More be successful in the program. The mentor they assign you is everything - I wouldn't have succeeded without my mentor.Read Less,Introduction to Data Science,Data Science and Analytics +250696,11035,springboard,Jackie Smith,False,2018,Challenging and totally worth all the hard work,2019-07-12,5.0,5.0,5.0,5.0,My experience with Springboard has been amazing! It was really challenging to get through and totally worth it because I feel so prepared for my career change from graphic design to UX.,UX Career Track,UX/UI Design +250691,11035,springboard,Lai Jing,False,2018,A successful experience,2019-07-12,4.7,5.0,4.0,5.0,"Towards the end of 2018, I was looking for a UX bootcamp to make the career pivot. After digging around, I decided to join Springboard's (SB) UX Career Track because with the job guarantee in place and affordable tuition, I felt reassured that it would... Read More be the quickest and efficient means to get into a new industry. Now that I'm done, I believe this was one of the wisest decisions I've made. What I liked the most about SB is that it is designed to be very resource-conscious, and even though they are an online program, you actually get a lot of one-to-one/real-life interaction. They are genuinely invested in your learning and success, and everyone I've engaged with through the SB network—from the administrative staff to mentors to fellow coursemates—are really smart and supportive individuals. You don't get the impression that they are just ""running a business"" or scheming to milk your every dime. The entire experience was very human.The curriculum is also very thoughtfully designed. Even though at first I thought the idea of ""curated content"" rather than ""original content"" may be a downside, I have come to appreciate it. Because we are reading materials written by multiple people on similar subject matters, I have a better feel of the overall disciplinary discussions out there, and I feel like the knowledge is something I could confidently fall back on.Even though this is an online/remote program, I am glad to see that over time SB is investing in more in-person activities and interactions, such as onsite community events. One of the three projects we had to complete was an industry design project (IDP) where we get paired with a start-up to do real client work. My student advisor, Dave Weiner (Hi Dave...), thoughtfully paired me up with a company that works with education, since I came from academia myself. The office of the start-up was also located really close to where I live, so I actually got to visit the office and meet the team in real life. Because of this human thoughtfulness, the whole internship experience unfolded much more smoothly and successfully, and in the end, I got hired back as full-time staff without having to go through endless rounds of resume (re)writing, etc.The fact that the industry project turned into a real full-time position really helped me get the foot in the door (which is the hardest step really), so I don't take it lightly. But even without that luck, I do believe that in the current product job market, having real work experience is more important than learning of any shape and form, so having the IDP as one of the units was a huge advantage. Hopefully, SB will continue to invest in the IDP/internship program and expand their professional network, so that more students can continue to benefit.Read Less",UX Career Track,UX/UI Design +250658,11035,springboard,Tarryn,False,2019,Great engaging content and overall learning experience,2019-07-10,4.3,5.0,5.0,3.0,"Pros - a mentor call weekly - hands-on support through the course - cohesive notes and references to the best sources - a great holistic approach to digital marketing, teaching you about all the areasCons - a lot of content it's overwhelming - nothing... Read More too specific on one type of marketing type, more based on a general digital marketerRead Less",Digital Marketing for Professionals,Sales and Marketing +250651,11035,springboard,Jackie Smith,False,2018,Challenging and totally worth all the hard work,2019-07-10,5.0,5.0,5.0,5.0,"The pro of this course is that as challenging as it was, I knew hardly anything when I started and now I feel completely confident in my job search that I would be a great addition to any UX team.I really don't have any cons but I will say that pacing... Read More yourself and staying on track will really help in the end so you're not rushing through things.Read Less",UX Career Track,UX/UI Design +250857,11035,springboard,Jesse,False,2018,Springboard Data Science Career Track,2019-07-10,5.0,5.0,5.0,5.0,"Overall it was a good experience - you will learn to think analytically as well as learn how to write effective and efficient code in Python, SQL, and spark for data science. In addition to the core data science curriculum, you will also learn how to... Read More network, ask for and ace interviews, and negotiate salary. Anyone can take free courses online to learn how to code in python, but having everything arranged in a structured environment with a completion deadline really helped motivate me to do the work.Personally, my biggest takeaway from this course was how to network and get jobs - as well as getting feedback from my mentor and career coaches. Networking was something I have always struggled with, so having access to the career coaches and seeing all of the ways to network really helped solidify my strategy.Read Less",Data Science Career Track,Data Science and Analytics +250571,11035,springboard,Anonymous,True,2019,Springboard Digital Marketing Program,2019-07-06,5.0,5.0,5.0,0.0,"Comprehensive curriculum covering everything from content marketing to paid search, paid social, digital marketing measurement, conversion rate optimization and more. Course material is well-curated and you are matched with a mentor who is a working digital... Read More marketing professional. You get to build real word skills and it's affordable. Great course.Read Less",Digital Marketing for Professionals,Sales and Marketing +250537,11035,springboard,Anonymous,True,2018,Springboard UXD Bootcamp,2019-07-04,5.0,5.0,5.0,0.0,The course took longer than I expected but I am thrilled with the result. It definitely made a difference to have the support and guidance of my mentor to keep me on track and feeling confident about my work. A solid choice if on a budget or if wanting... Read More to work full time while taking the class. Well done!Read Less,UX Design,UX/UI Design +250535,11035,springboard,Diana Sanchez,False,2019,Springboard UX,2019-07-03,4.0,4.0,4.0,0.0,"I believe the course itself is very complete. It gives you a good overview of the tasks a UX designer would do in real life in a short time period.In my opinion, the course it's rather advanced for people with no experience in design, but it is relatively... Read More easy to follow if you're curious enough to keep searching and investigating further in your free time.I found sometimes hard to keep myself motivated (self-paced/online studying is not for everyone) but with the help of my mentor Ajay I was always back on track :)The Springboard staff is super friendly and willing to help every time.This course is for you if you are curious about UX and feel like you wish to know a bit more of what is it about and if you are disciplined enough to come back from work and keep studying; However, I'm not sure if it will land you a job straight away, since you will only be left with one project!Read Less",UX Design,UX/UI Design +250498,11035,springboard,Graham,False,2019,"A terrific, motivating course that gives you all of the tools to succeed!",2019-07-03,5.0,5.0,5.0,5.0,"A terrific, motivating course that gives you all of the tools to succeed. I loved my mentor, speaking with him weekly was a crucial element in my education. He brought thoughtful analysis to my coursework, gave good advise in the job search setting, and... Read More was overall very fun to talk to. The course was extremely in depth and productive! I found the work to be relevant and cohesive, building up knowledge week after week. I think the career track meetings are also extremely productive in creating a professional network, fine tuning your resume and getting ready for real interviews. Overall, a terrific course and would recommend it to anyone who is interested in Data Science as a careerRead Less",Data Science Career Track,Data Science and Analytics +250496,11035,springboard,Allan Manzano,False,2019,"During this process, I was able to immerse myself in data I never knew would impact the final product. The journey was worth it.",2019-07-02,5.0,5.0,5.0,5.0,"This program allowed me to see beyond the physical side of design, and see beneath the layers and process. Not only it allowed me to learn new methods of thinking of a solution, but it also taught me that it can be applied to everyday life. Finding a... Read More problem and solving it in a clear and concise solution...was the best part! Also, knowing that my project has a purpose for the end-user was also a key finding and takeaway for me.Read Less",UX Design,UX/UI Design +250497,11035,springboard,Anonymous,True,2019,Springboard UX,2019-07-02,4.5,5.0,4.0,0.0,"I believe the course itself is very complete. It gives you a good overview of the tasks a UX designer would do in real life in a short time period.In my opinion, the course it's rather advanced for people with no experience in design, but it is relatively... Read More easy to follow if you're curious enough to keep searching and investigating further in your free time.I found sometimes hard to keep myself motivated (self-paced/online studying is not for everyone) but with the help of my mentor Ajay I was always back on track :)The Springboard staff is super friendly and willing to help every time.This course is for you if you are curious about UX and feel like you wish to know a bit more of what is it about and if you are disciplined enough to come back from work and keep studying; However, I'm not sure if it will land you a job straight away, since you will only be left with one project!Read Less",UX Design,UX/UI Design +250449,11035,springboard,Carlos Brown,False,2019,Challenging and worth the cost,2019-07-01,4.7,5.0,5.0,4.0,"Springboard has been a wonderful experience for me. While I have just completed the course and not transitioned full time into Data Science yet, I am currently talking with companies and networking, confident that I'll get a job in the field soon. This... Read More course is about as legit as they come. This past six months has been very challenging since I primarily completed the curriculum after work and on weekends, and this shortly after getting married. But it's been worth it, and I know this is gonna launch the next step of my professional career in this exciting arena. A word of advice, don't sign up for this program unless you have two things, 1. Complete and utter confidence that Data Science is what you want to do and 2. You need to have some background in advanced mathematics to be able to pick up on the concepts presented in the course. If you have those things, mixed with hard work, perseverance, and humility, you'll do great!Read Less",Data Science Career Track,Data Science and Analytics +251370,11035,springboard,Bibek Mishra,False,2018,Springboard is synonymous with Data Science,2019-06-29,5.0,5.0,5.0,5.0,"I completed my data science curriculum with Springboard. I loved the entire Springboard experience and got support from community, mentors, career coaches and TAs. I would highly recommend anyone who is serious about data science.",Data Science Career Track,Data Science and Analytics +251671,11035,springboard,Sebastian,False,2019,Get your first Data Science Project done! This is the course.,2019-06-28,4.3,5.0,4.0,4.0,"You start for the curriculum and you stay for the mentorship.The curriculum is very much available without the price tag of 500 USD a month. Harvard CS109 and Datacamp resources are heavily used. However, you're really paying for the mentor calls. I can... Read More say without a doubt that if it wasn't for those weekly calls I would've dragged my feet and wouldn't have been able to finish the project.Those weekly chats allowed me to reorient and refocus the project when I thought I hit a wall. If you think you can do it alone, think again Data Science is a team sport (even for your personal project you need someone to bounce ideas off of). Additionally, you get conversations and insights into the field. Give it a try!Read Less",Intermediate Data Science,Data Science and Analytics +251663,11035,springboard,Ed Franke,False,2019,Great program to springboard you to a Data Science role!,2019-06-27,4.5,5.0,4.0,0.0,"I just completed the SpringBoard Data Science Career Track program. The purpose of the program is to give you the research skills to work in the Data Science world. It helps you prepare for the job search and the basic skills to be successful in the position.... Read More PROs1:1 weekly mentor call. Office hours.Career prep (university courses are theoretical, not real world focusing on the job.)CONsTime consuming (another part of your life will be sacrificed for awhile).Should give more attention on business side. Data Science is great but needs to keep the company's mission as the most important thing. Conclusion:Do it!Read Less",Data Science Career Track,Data Science and Analytics +250419,11035,springboard,Amber Hicks,False,2018,Springboard,2019-06-27,5.0,5.0,5.0,5.0,"Springboard is the perfect place for taking courses, especially if you're needing a course that you can succeed in while working full-time. The flexibility that Springboard offers can be difficult to find in other courses. I was able to work full-time... Read More and work on Springboard projects and lessons in the afternoons. The Springboard staff and my course-provided mentor were there for me along every step of the way. Access to a community of fellow classmates provided me with quick feedback, encouragement, and people to share the learning journey with. The curriculum offers differentiated lesson styles with rigorous projects to apply your knowledge. If you're looking for an affordable and flexible choice in your learning path, Springboard is the perfect choice!Read Less",UX Career Track,UX/UI Design +251639,11035,springboard,Bing Zhao,False,2019,SpringBoard Data Science Career Track Review,2019-06-26,4.7,5.0,4.0,5.0,"Overall, I had a very nice experience with SpringBoard. The most useful resources to me are my career coach and mentor. My career coach is extremely supportive, and helped me throughout my interview process, and always gave me very prompt replies. Big... Read More thanks!My (2nd) mentor is very patient, knowledgable and supportive. Always thinking from my perspective, and sharing all he knows about a problem. SpringBoard is also very supportive when I had to switch mentor two months into my program. I think it is worth the effort to find someone that is suitable for your background and situation. Don't settle down with someone you don't feel comfortable.SpringBoard administation and student advisor team are also very responsive everytime I need help. One thing that may require improvement is the course material, which appears to be a big collection of online videos and articles. So after going through, I would not treat it as a structured course like from school, but rather a big libary with most things about data science up to now. The good thing is that I provides me a complete picture of what are the things available and need to know. But some people may feel overwhelmed if they try to completely read everything, and lose focus. My advice is that feel free to skip and bookmark some of them (most of them are free online materials that you can always access), but just be aware that they exist and come back when you really need them.Read Less",Data Science Career Track,Data Science and Analytics +251611,11035,springboard,Huan X.,False,2018,Springboard data science career track,2019-06-21,4.0,4.0,4.0,4.0,"I have an engineering background and spent 6 months on the data science career track via springboard hoping to step into the data science career. It's definitely challenging and intense when you have a full time job at the same time. If you do not have... Read More the time, energy or persistence, I suggest you get yourself both mentally and physically prepared, if you have a full time job. The course program is good overall, not perfect. But the same goes for all other data science boot camps, as they are a relatively new field and still growing. The mentorship offered by springboard is definitely a highlight of the program and I had a great experience with my mentor. I got a couple of data scientist offers right before I finished the program and the outcome is extremely rewarding. If you are fully prepared, dedicated, and eager to learn and constantly challenge yourself (the learning does not stop through out your career), then I highly recommend this program to you. And best luck!Read Less",Data Science Career Track,Data Science and Analytics +251396,11035,springboard,Linda Tsai,False,2018,UX Design,2019-06-19,4.5,5.0,4.0,0.0,"Springboard curriculum covered all the basic knowledge about UX which is really nice for beginners. I personally really valued my experience with my mentor. I learned a lot of things outside the books, her jounry to become an UX designer, her mistakes... Read More and success. I also really like their community as they were very responsive. I am working full time while taking this course so I didn't feel like used that feature the the fullest.Read Less",UX Design,UX/UI Design +251568,11035,springboard,Zahiduzzaman Biswas,False,2018,Springboard Data Science Track is worth your Money,2019-06-17,5.0,5.0,5.0,5.0,"Springboard Data Science Track is an intensive data scientist training program that prepares the students with absolutely no data related background to step in to the world of data science and pursue a career forward. Within 6-8 months, you will learn... Read More and master a wide range of topics in Statistics, Data analysis, data visualization, python programming, machine learning and business intelligence. Towards the end they offer a short training in deep learning and language processing based on your choice. What I like most about the program is the career development technique. While mastering the intricate ideas of machine learning and data processing, you have to focus on building your professional network. Career coaches take their time to understand your skills and traits to provide customized counseling that works best for you. From the first day of the program, you are advised to craft your ideal resume which will make you stand out in the competitive job market. Some of the activities that ensure your success in job search are the LinkedIn networking, attending Meetups, reaching out to the managers and employees of the prospective companies, and informational interviews to get referral. Ecen though their curriculum is very rigorous and job-focused, there are some major short-comings. Unlike many other training programs they don't offer training in Tableau and saas. There is only one section about big data but not enough training in cloud technology or big data analytics. Overall they offer you what they promised. The money back guarantee is not a myth. At the end of the day, you will come out with a strong portfolio to show off and out-standing professionalism to succeed. You won't get your money back because you will most likely get your dream job.Read Less",Data Science Career Track,Data Science and Analytics +251279,11035,springboard,Priyanka,False,2019,Awesome,2019-06-17,3.0,4.0,4.0,1.0,Great Journey at springboard Business analytics course program. They have amazing case study methodology as well as mentor's assistance in each case. They have all the option which will connect the student to the course.,Business Analytics,Data Science and Analytics +251562,11035,springboard,Ravi,False,2019,Wonderful program that really works!,2019-06-17,5.0,5.0,5.0,0.0,"I'd been wanting to learn data science for years, and finally managed to do so thanks to Springboard. In a past life, I was both a web analyst for an e-tailer and a management consultant with a top firm, and had always wanted to get more sophisticated... Read More in my modelling work. I was also very keen to hone my skills in machine learning, and be able to build great predictive models. Fast forward a few months with Springboard and I've achieved all of these objectives. The mentorship was stellar, the project work excellent, and the student support top-notch. I built a production grade machine learning pipeline to help better understand my company's customers, and help us serve them better. I can't recommend Springboard enough -- if you truly want to build your data science muscle, don't go to a cheap online library or an expensive in-person bootcamp. Go with Springboard.Read Less",Intermediate Data Science,Data Science and Analytics +251560,11035,springboard,Kelly Hart,False,2018,Springboard UX Career Track Experience,2019-06-17,5.0,5.0,5.0,5.0,"I have recently completed Springboards UX Career track program. I was one of Springboards first few career track UX students, and have watched the program grow since day one. I have had a great experience with most the helpfulness of the community and... Read More the wonderful mentor that I was paired with. I have taken a part time UX course with General Assembly where I felt that my mentor experience was not very good. My expereince with my mentor at Springboard has been great and it appears that Springboard brings on mentors that have several years of experience in the field. My mentor and everyone at Sprinboard was very friendly and helpful. During my time at Springboard I had a capstone project that I worked on for the first 5 months of the course. As you learn new content and practices through out the UX process, you will add it to your project. In addition to that I completed a one week design sprint and I was paired with a company to complete a 4 week project.Read Less",UX Career Track,UX/UI Design +251511,11035,springboard,Nyssa,False,2018,"Practical, flexible job training",2019-06-10,4.7,5.0,5.0,4.0,"Springboard was one of two programs I considered when I knew I wanted a bootcamp experience to help transition into data science as a career. Springboard ultimately won out, with their flexibility, competitive price, job guarantee, and mentor experience.... Read More Ultimately, I didn't end up needing the job guarantee (as I accepted a job offer prior to finishing my coursework), I did enjoy my mentor calls each week as I transitioned into a new career space. I already had the training of a scientist from my work as a PhD student; what Springboard offered me was more practical help in applying my knowledge to a more technical environment and also connections to industry experts that would eventually serve as my new network.Read Less",Data Science Career Track,Data Science and Analytics +250879,11035,springboard,Anonymous,True,2019,Springboard UX Design course,2019-06-10,5.0,5.0,5.0,5.0,"I recently finished the UX Design course and would like to recommend it to whoever wants to understand the principles of UX Design, the course was concise and clear, and I also had the support of an amazing mentor, Heiko, who has been on the industry... Read More for years and has worked for companies like Skype, apple and google.Read Less",UX Design,UX/UI Design +251429,11035,springboard,Yan Xu,False,2018,Very Intensive Data Science Bootcamp,2019-06-07,3.7,4.0,4.0,3.0,"Overall, I feel I learned a lot from the bootcamp, at least the whole data science project cycle. The mentor helped a lot along the way. But sometimes, I feel I was alone and struggle with some of the assignments. Probably need to involve more with the... Read More Springboard community.Read Less",Data Science Career Track,Data Science and Analytics +251152,11035,springboard,Koshika Agrawal,False,2018,Awesome experience,2019-06-05,5.0,5.0,5.0,5.0,This intensive course prepared me for my data science role!,Digital Marketing Career Track,Sales and Marketing +250867,11035,springboard,Anonymous,True,2018,"I learned a lot in this course, and feel well-prepared to begin a career in data science.",2019-06-04,4.3,4.0,4.0,5.0,"The mentor calls and job support are very beneficial. The capstone projects are a great way to learn data science and build a portfolio. Some of the mini-projects were not as helpful, since most of the code was already written, and didn't require understanding... Read More the entire process.Overall, I think this is a great way to learn data science, and I am glad I completed this program.Read Less",Data Science Career Track,Data Science and Analytics +250982,11035,springboard,Sophia,False,2019,Step By Step,2019-06-03,4.0,5.0,4.0,3.0,"At first, I was going to self teach myself how to do UX design. I started with Youtube, but it was such a board way to teach myself because everyone is at a different stage of learning. That is why i decided to do SpringBoard. This course is good because... Read More I was able to learn things in chronological order. I really like how they gave us homework to do and a capstone project. I appreciated the help that i got from my mentor. He gave me many examples and many ideas for me! Overall it was a good experience!Read Less",UX Design,UX/UI Design +250435,11035,springboard,Anonymous,True,2019,UX Course Springboard,2019-06-01,4.0,4.0,4.0,4.0,"I had a great experience with the course program, my mentor was absolutely amazing and helped me create a project and a portfolio that I am proud of!",UX Design,UX/UI Design +250914,11035,springboard,Joshua,False,2018,They don't care if you're successful. But happy to charge you more.,2019-05-31,1.7,1.0,3.0,1.0,"I just had the worst experience with springboard.com. The program started well but fell flat fast. I will admit that I had to step away from the class. But very little support or clear expectations were set. They don't seem to care about the student experience... Read More or if they are successful. I ended up wasting the money, and then they asked if I would like to pay another $500 a month to get access again to the class! Don't believe that you can go through the course on your own time you need to do quickly, or it will cost you.Read Less",Business Analytics,Data Science and Analytics +250503,11035,springboard,Chris Rowe,False,2019,Springboard UX Design course,2019-05-30,3.5,4.0,3.0,0.0,Springboard's UX Design course provides a quick start to finish option to go through a structured UX project and the experience of taking a project through all the stages of research and design. The payment option of a monthly subscription helps keep... Read More the cost low and the support staff was very helpful and quick to respond whenever I had to reach out to them.Read Less,UX Design,UX/UI Design +251253,11035,springboard,Koshika,False,2019,Awesome Course,2019-05-24,5.0,5.0,5.0,5.0,"Not only this course equipped me with all the tools needed, it also guided me on how to apply for jobs and prepared for the interviews.",Data Science Career Track,Data Science and Analytics +251087,11035,springboard,Melanie T,False,2019,Good Paid Social and Search Projects & Career Services,2019-05-23,4.0,4.0,4.0,4.0,"I'd say the best parts of the Digital Marketing Career Track were the direct experience running Facebook Ads and Google Ads campaigns. You get hands-on experience using $100 budgets and up to $10,000 if you participate in the Google Marketing Challenge... Read More where you work with a real non-profit which is invaluable. In addition, you can talk to your mentor each week and they'll help answer any questions you have regarding these projects. I also appreciated the career services, especially since you have access to the career coaches for 6 months after you complete the course to help you find your perfect job.Read Less",Digital Marketing Career Track,Sales and Marketing +251078,11035,springboard,Christopher Lucas,False,2019,UX Design,2019-05-23,5.0,5.0,5.0,0.0,"I loved that I could take this course at my own pace! The mentor was great at providing insight and we discussed topics that were not directly related to the projects of the course, but were related to the field. The team at Springboard is AWESOME at... Read More responding very quickly and thoroughly. It's advised that the course is typically completed in about 3 months, but I completed it in 1 month, with help from my mentor of course!I would definitely recommended taking the UX Design course from Springboard for anyone interested in getting started in the field.Read Less",UX Design,UX/UI Design +251061,11035,springboard,Anonymous,True,2019,Digital Marketing for Professionals,2019-05-22,5.0,5.0,5.0,0.0,I had a great experience in the Digital Marketing for Professionals course. It has great content that prepares you for today's demanding industry. Valuable mentor calls on a weekly basis. I learned a lot and feel comfortable creating digital campaigns... Read More in different platforms from scratch.Read Less,Digital Marketing for Professionals,Sales and Marketing +250861,11035,springboard,Sebastian Alvis,False,2018,Immersive and Rigorous Data Science Training,2019-05-22,5.0,5.0,5.0,5.0,"SpringBoard is an ideal program for many reasons. It has flexible payment options, is completely online (so anyone can manage it), and there is a huge amount of support you get with the community and mentors. It also used a variety of resources for learning,... Read More which was refreshing. I found the capstone project to be the best part of the course, because I got to tie everything together myself and really reinforce my learning.Read Less",Data Science Career Track,Data Science and Analytics +251236,11035,springboard,Huzaifa Mukadam,False,2019,Worth the time and money,2019-05-22,4.0,4.0,4.0,4.0,pros: Extensive topics covered in the curriculum. Gives you good experience in many different aspects of Data Science.cons: I think this would have been more useful if I wasn't fresh out of college.,Data Science Career Track,Data Science and Analytics +251185,11035,springboard,Nadine Boever,False,2019,Digital Makreting course @ Springboard,2019-05-21,4.7,5.0,4.0,5.0,"I took the Digital Marketing course @ Springboard while travelling SE Asia. The course is good for beginners, it has a good foundation of traditional Marketing and from there the curriculum is build up into Digital Marketing. The course touches different... Read More aspects of Digital Marketing and you have to do assignments to test your knowledge of each unit. You even get the chance to take Google and Facebook certifications. I would highly recommend the Digital Marketing course @ Springboard.Read Less",Digital Marketing Career Track,Sales and Marketing +251308,11035,springboard,Jeffrey Ebert,False,2018,Springboard Data Science Career Track was a great learning experience and preparation for the real world.,2019-05-20,4.3,4.0,4.0,5.0,"This program has many great resources to help you advance your skills as well as a curriculum that keeps you focused and scheduled in completing your work. There is a community of people looking to help you including career coaches, weekly mentor calls,... Read More which I used to discuss the projects I was working on as well as specific questions about coding. And an online forum of students asking questions pertaining to the same types of projects you are working on. The main focus of the course is completing two main capstone projects which are geared towards building your portfolio and are exemplary of work one may do in a data science career. While there are many smaller mini projects included in the course that are also good practice to improving python and sql skills, there could be created content designed for learning the code and applications needed in these types of assignments. A significant portion of the curriculum was just courses on DataCamp and video lectures, while informative, are not particularly useful in grasping the concepts needed. For an expensive course, I was expecting more specialized resources focused on learning the skills needed, rather than just projects that force you to know the material and go out and use it, which is difficult at first and slowed my progress throughout the beginning of the course. I viewed this as being both a good and bad thing, because although I began working on these projects without all the necessary knowledge and skills, it forced me to pick them up as I went along.Read Less",Data Science Career Track,Data Science and Analytics +251221,11035,springboard,Anonymous,True,2019,Digital Makreting course @ Springboard,2019-05-20,4.0,5.0,4.0,3.0,The Digital Marketing Course @ Springboard is very good for beginners. The curriculum is perfect for students who have not studied marketing or worked in the industry. The curriculum starts with the foundations of Marketing and then directs you into the... Read More digital world and Digital Marketing. You need to put in a lot of effort and keep investing in courses to be updated with the newest developments in digital marketing. I can highly recommend the course as a starting point if you want to change career.Read Less,Digital Marketing Career Track,Sales and Marketing +251233,11035,springboard,Keith Snyder,False,2018,Process was easy,2019-05-17,5.0,5.0,5.0,5.0,"Pro's: Get linked with a mentor who helps you on what is UX Design. Have questions you go to him/her.Unlimited mentor calls (I never used)Go at your own paceGreat Curriculum that gives you tools to succeedPrice is better than others (https://www.springboard.com/invite/72PEQ)... Read More Link to $250 off any courseFeel that I can get a jobSlack Channel to talk with other students and Springboard coachesCareer coaches are a big help, so utilize them as much as you can. I am done with the program and still talk to the career coach to help me on anything.Cons: I had trouble with billing which happened on there end but they were committed on making me happy and fixed the problem. No one else should have an issue in the futureOnly half an hour a week with your mentor , but you still get unlimited mentor calls with other mentors that are available.Limited slots for Portfolio Review (Probably will be fixed with future students)Should have started this course soonerDon't be hesitant on your future, it has to start somewhere no matter what school you choose. If you feel it, than make it happen. You will learn allot only if you put time into it. Stay focused and you will succeed.Read Less",UX Career Track,UX/UI Design +250920,11035,springboard,Anonymous,True,2019,Awesome learning experience with Springboard,2019-05-15,5.0,5.0,5.0,5.0,I attended Springboard Digital Marketing Career track online and I am very satisfied by the content of this course. It is an effective hands-on approach that helped me to go to the next level in digital marketing . The course is designed in a way where... Read More you can put your learning into practice by promoting a project. My mentor's help and expertise really made the difference!Read Less,Digital Marketing Career Track,Sales and Marketing +250868,11035,springboard,Anonymous,True,2018,Really disappointing,2019-05-14,1.0,1.0,1.0,1.0,"The program is a complete waste of money! The whole curriculum is just stuff taken off of the internet or LinkedIn learning. Very little original content. A lot of the content can be found by just doing a basic Google search. The mentors are very qualified,... Read More but the one I had was very hard to reach. They missed multiple sessions without making them up. Overall this course did not live up to its hype.Read Less",UX Design,UX/UI Design +251117,11035,springboard,Ameen Abdelghani,False,2018,Gave me skills needed to build a career in data,2019-05-14,4.3,4.0,4.0,5.0,"Pros:- dedicated mentor- can schedule calls with random mentors for problems your having with very open times to choose (super helpful)- access to datacamp and linkedinlearning (my favorite platform to learn data is from datacamp personally)- Excellent... Read More administrative team- Excellent career support team with advice well in line with reality, always super friendly- Show you how to network properly- Annual springboard rise event- Involved student communityCons: - too much use of videos and not enough use of reading for many of the subjects. Many of the topics could have been better explained from a book or article than watching many of the webinars from Harvard or pycon in my opinion. Those videos were often very lengthy and hard to follow along with and I found myself skimming through them. They didnt have decent background information before the these videos that would delve into complex subjects sometimes. This is my biggest complaint to be honest. - Some of the assignments needed better instructions such as the databricks miniproject. I know trying to figure something out yourself is the best way to learn but when you dont have the preknowledge on something so new to you it could be frustratingSummary:Springboard was exactly what I needed as someone coming from a background in business and who had next to zero technical skills such as coding. I landed a role as a contingent worker at Facebook as a business data analyst. Without a masters degree or more extensive work experience in tech working with data, i still havent been well suited for a data scientist position, so I'm supplementing this with starting a masters degree program in data scientist, but I believe if you already have a masters in any field and or have remotely relevant experience working with data, a masters degree wont be needed to land a data scientist position like I think is needed for me. Springboard is overall an excellent program to learn.Read Less",Data Science Career Track,Data Science and Analytics +250578,11035,springboard,Anonymous,True,2019,Very educative and professional,2019-05-13,5.0,5.0,5.0,0.0,Springboard is the best online platform every one wishing to gain skills or upgrade their skilled knowledge should get there. Coupled with the mentorship guidance which is a necessity especially when new in the field of interest.,Intermediate Data Science,Data Science and Analytics +251100,11035,springboard,Samin,False,2018,Springboard Data Science Career Track,2019-05-13,5.0,5.0,5.0,5.0,"After getting my Ph.D. last year, I started to study about data science and get some online certificates. However since I had a full-time job as an Electrical Engineer, it was pretty hard to find the right materials to study or build my portfolio in Github.... Read More I got lost after a few months, and there was no support and feedback. When I found the Springboard career track program, I found it a matching base on my interest and my background. The 1:1 mentor calls every week, was excellent support and pushed for me. The other advantages were about the four mock interviews that Springboard provide to get us ready for the real interviews. I recommend this course to people who have a good background in coding and have some knowledge about machine learning since it is an intense program and you have to invest proper time and effort in 6-8 months.Read Less",Data Science Career Track,Data Science and Analytics +250802,11035,springboard,Sharise,False,2019,I learned alot!,2019-05-09,3.7,4.0,4.0,3.0,"I was looking for a program that was, not only, affordable but included the support of a mentor. I have a background in graphic design am looking to move into UI/UX and the program at Springboard was the right fit. So I went for it. They were very communicative,... Read More supportive and affordable. The curriculum was challenging without being overwhelming.Read Less",UX Career Track,UX/UI Design +251047,11035,springboard,Sera Tajima,False,2019,Springboard UX Career Track ,2019-05-09,4.3,5.0,4.0,4.0,"Overall I feel very positive about my experience with Springboard. It met my needs perfectly of working remotely at my own pace. At the same time, I was able to meet weekly with a mentor/industry expert and meet with a career counselor when necessary.... Read More I had heard negative feedback from friends who attended Hack Reactor or Galvanize about the career counselors. Because of this I did not expect much from my own career counselor at Springboard, however, I was pleasantly surprised because Calvin gave me great feedback and tips for improving. The ability to get input from experts and meet with real people made a huge difference. Springboard's UX Design Career Track is new and there were some things to improve on such as typos or content. However, the course continued to improve during my duration as a student as they received input. Springboard was also extremely responsive. Dave, who was in charge of operations, would always respond within 24 hours. I also had the opportunity to meet up with other students living in the Bay or connect with them over video chat for projects. Though the course itself was remote, this community aspect was great. Other than that, I really enjoyed the layout of the course and the mix of multimedia content, which made learning fun. Some articles, some videos, etc. I also think being able to click a button and mark each item off as complete is really satisfying for the student and sort of gamifies the experience.Read Less",UX Career Track,UX/UI Design +251042,11035,springboard,Anthony Johnson,False,2019,Great Value,2019-05-08,5.0,5.0,5.0,5.0,"I just completed Springboards Data Science Career Track Bootcamp. Overall I was very satisfied with the experience. The skills I learned are super useful, and make me much more marketable as a job applicant. The 1-on-1 technical mentoring was great, helping... Read More me overcome obstacles and prioritize my time. The career coaching was also very valuable, helping me improve my resume, cover letter, etc.Some of the chapters in the curriculum simply pointed to youtube videos, which often (though not always) excellent at explaining data science concepts. Some of the chapters linked to Datacamp courses, which are often a little too easy but do explain the concepts well. Overall, the miniprojects and capstones were great, and helped me learn all the steps of being a data scientist.Granted I don't have a job offer yet, but their job guarantee certainly provides some peace of mind.Read Less",Data Science Career Track,Data Science and Analytics +250845,11035,springboard,Cliff Robbins,False,2019,Machine Learning Course Exceeded my Expectations!,2019-05-08,5.0,5.0,5.0,0.0,I enrolled and graduated from the AI/ML course through SpringBoard. The course was intense and covered all of the bases to take you from novice to advanced in 6 months. The program exceeded my expectations and my PhD mentor met with me each week. I could... Read More not have asked for more.Read Less,Machine Learning Engineering Career Track,Machine Learning and AI +250740,11035,springboard,Tarryn Myburgh,False,2019,"Flexible, solid course structure with great support and content ",2019-05-08,4.5,5.0,4.0,0.0,"What's great is the resources and links available, along with the way the course is broken down into chapters to learn an incredible, holistic approach to Digital marketing. What's great, is that once you find an area you are more interested in, there... Read More are further resources available to delve deeper into those areas. It can be hard at times, but the mentor calls, online support and community really make it easy to slowly progress without getting stuck.Read Less",Digital Marketing for Professionals,Sales and Marketing +250779,11035,springboard,Jason Wilcox,False,2019,Well designed program!,2019-05-08,4.7,5.0,4.0,5.0,"Springboard has a great program setup. With weekly 1:1 mentor meetings and a well designed course to teach you the fundamentals of data science. Whenever I was feeling frustrated or unsure of how to approach a problem, my mentor was able to guide me and... Read More give me feedback on my work. The course has a clear chapter by chapter guideline of the content and assignments so it is easy to follow and know what comes next. The staff at Springboard are great as well, providing quick responses to questions and genuine interest in your learning.Read Less",Data Science Career Track,Data Science and Analytics +251019,11035,springboard,Elham Bahrami,False,2018,Great place to learn new skills even without relevant background.,2019-05-07,4.0,4.0,4.0,4.0,"I started Data Science career track course in September 2018, I did not have any experience in coding but I was familiar with some programming languages like Python. It was great, learning new skills and having a mentor that you can share your questions... Read More and also how you feel thru the course and more importantly be motivated by your mentor. The course opened a new world of expertise to me and now I can be more confident by having new skills.Read Less",Data Science Career Track,Data Science and Analytics +250952,11035,springboard,Anonymous,True,2019,Great Experience for Continued Education,2019-05-06,4.0,4.0,4.0,0.0,"I took this course as a professional in the Visual Design field. My goal was to gain a solid foundation for UX Design, and I feel that the Springboard course was successful in giving me the tools to do so. I love that I can go back and revisit the information... Read More provided throughout the course, and have a great connection in my mentor! The Springboard team was very helpful and responsive any time I needed questions answered.Read Less",UX Design,UX/UI Design +251010,11035,springboard,Dennis Gheldolf,False,2019,Great program to brush up on your skills,2019-05-06,5.0,5.0,5.0,0.0,"Earlier this year I attended the Intermediate Python for Data Science bootcamp. I wanted to move back into Data Analysis. During previous roles as a Financial Analyst I had some experience solving problems with Python, but most data analysis I had done... Read More was in MS Excel.The bootcamp offers a curriculum of mostly third-party resources (YouTube videos, academic videos and online coding exercises), some first-party content and of course the projects and mentor guidance for all of this. I found the curriculum to be comprehensive, though brief in the Machine Learning sections. This makes sense as this is not the full 6-month Career Track program. It gives you a foundation to further research and understand ML techniques, e.g. on Kaggle.The program definitely taught me a lot about using Python in a data science context. And yes, I was able to find a job in the field even before program completion.Read Less",Intermediate Data Science,Data Science and Analytics +250994,11035,springboard,Anonymous,True,2018,Springboard,2019-05-06,3.0,3.0,3.0,3.0,"Overall I had a good experience. Springboard uses other online courses, like Bootcamp, to teach you. My mentor experience was very good, he was very helpful and made my experience much better. I recommend prior experience with Python or R otherwise the... Read More 6 month timeline is difficult to achieve.Read Less",Data Science Career Track,Data Science and Analytics +250866,11035,springboard,Luis Hernadez Blanco,False,2019,A great Experience,2019-05-03,4.7,5.0,4.0,5.0,"I recently finished my course. For me, it was a great experience. The curriculum, my mentor and the student advisor were always at hand to answer my questions when needed. My mentor was the best part of the whole experience. He provided extra resources... Read More to complete my tasks and help me understand the lessons at hand. The only con I could think of was the fact that a couple of links were broken.Read Less",Digital Marketing for Professionals,Sales and Marketing +250958,11035,springboard,Anonymous,True,2019,Very thorough learning experience,2019-05-02,5.0,5.0,5.0,5.0,"this bootcamp is very thorough and you will come away with many technical skills and skills necessary in this field. It may be hard to study online but if you put in the effort and hard work, you will come away with many skills.",Data Science Career Track,Data Science and Analytics +250863,11035,springboard,Huseyin YILMAZ,False,2018,Good choice for data science career,2019-05-01,5.0,5.0,5.0,5.0,"I just completed my ""data science career track"". This ""track"" took me a point which I would not be able to reach by myself. To me, the main difference of a bootcamp is mentor support. My mentor was Jeremy Cunningham. He has a high-level real-world experience... Read More and he is willing to teach what he knows. He provided guidance and constructive feedbacks, and he always motivated me to develop my own strengths. I feel myself lucky to be mentored by him.Read Less",Data Science Career Track,Data Science and Analytics +250964,11035,springboard,Maggie Brown,False,2019,A solid introduction to UX,2019-05-01,5.0,5.0,5.0,0.0,"I had very little knowledge about UX going into this course, which was the perfect fit. The Springboard UX course took me through each step of the design process, from basic overviews of what UX design is and overviews of job opportunities in the field,... Read More to user research, prototyping and user testing. The curriculum has a nice balance of videos and reading material, and they are good about not throwing too much at you. Having a mentor to meet with every week was the best part, by far. My mentor was there to keep me accountable, but never added too much pressure. He was very understanding that I was coming from basically zero experience, and helped me create a prototype I felt good about. The Springboard support team is extremely easy to reach and was responsive when I had questions. Overall, I'm glad I took the course and would recommend it to others.Read Less",UX Design,UX/UI Design +250852,11035,springboard,Jackie Tse,False,2017,Springboard's Value is in its Active and Growing Community,2019-04-30,3.7,4.0,4.0,3.0,"The course materials weren't too difficult to grasp; some were a bit repetitive. 80% of the materials are free – with a few expections such as the Lynda/Linkedin Learning lessons. At the same time, the materials were properly divided among each core topic... Read More of UX design. The pace definitely starts off slow but picks up towards the end, with projects requiring more hours and recalling skills you learned in previous modules. It was a good pace for me, someone who didn’t have any professional design or coding background. The course doesn’t touch on any coding languages or skills – but focuses on the research, interpretation of data, and materializing the information into a prototype. Every week, I spoke to my mentor for 30 minutes to go over whatever topics I wanted; ranging from their own professional experience to my course progress. Other than a 1-on-1 mentor, there are also mentors in the community answering and providing feedback to your questions and projects; they listen and care.Since this course is monthly-subscription based, there aren’t any strict deadlines. However, I suggest doing your best to complete the course over the average 2-3 months. Maybe 5 months at most. I had to take a long break (pause my access and monthly payment) due to fatigue from my full-time job. However, the break was too long and I had to revisit all of the old materials from the earlier modules.I just completed the course 2 weeks ago and still looking for a job. But I knew it was going to be tough to get a job straight out of any of these ‘bootcamps’ especially since my portfolio consists of just 1 project at the moment. I’m currently working on finding new ‘mock up’ UX projects and also some ‘real’ projects from a few friends, local businesses, etc. This won’t be too bad since I’m currently unemployed haha.Read Less",UX Design,UX/UI Design +250940,11035,springboard,Sankeerth Rao,False,2018,BEst Data Science Bootcamp,2019-04-30,5.0,5.0,5.0,5.0,"Springboard has a great curriculum. I found my Mentor's feedback invaluable. He’s very analytical and thoughtful about it, and is realistic about what is achievable. He is very talented. It’s a really useful experience.",Data Science Career Track,Data Science and Analytics +250928,11035,springboard,Kavisha Shroff,False,2019,Well Designed Program ,2019-04-28,4.3,5.0,4.0,4.0,"I compared a lot of bootcamps before I decided to pursue my data science journey with Springboard, and I am very happy with my decision. I graduated with a major in bioinformatics and worked in research laboratory, so had very little data science experience... Read More when I started with the program. Although, I did come in with prior programming and statistics experience which definitely helped me in the first month of the bootcamp. The curriculum is very well designed with nicely curated material. It teaches you the most important skills that a person transitioning into DS would require, but at the same time gives you the flexibility to work on projects and pursue the learning journey with a bit of autonomy.The mentoring was also a great experience, it was just the right amount of support that I needed - my mentor provided motivation to keep rolling and was very helpful when I was feeling stuck, and also provided insightful feedback. My over all experience was amazing and this program helped me make my transition into data science without a CS or math major and helped me feel confident about my skills. It is a great program for anyone who wants to transition into data science or just hone their skills further.Read Less",Data Science Career Track,Data Science and Analytics +247814,11035,springboard,Engin Turkmen,False,2018,Springboard Data Science Career Track Program ,2019-04-26,5.0,5.0,5.0,5.0,"I have completed the Springboard Data Science Career Track Program. My mentor was Baran Toppare. During the course, I had the chance to compare my mentor with others. He is one of the best data scientists I have ever seen. He gave feedbacks for all my... Read More projects, answered my questions with a patient, encouraged me to get out of comfort zone to go beyond my limits, and never stopped believing me. If anyone thinks about joining a data science Bootcamp, I would suggest to participate in the Springboard and choose Baran Toppare as your mentor.Read Less",Data Science Career Track,Data Science and Analytics +247850,11035,springboard,Anonymous,True,2018,Enriching experience,2019-04-25,4.0,4.0,4.0,0.0,"I was interested in a career change but didn't know any data scientists. It's probably possible to learn from other free sources everything Springboard curated for me but I didn't know where to start and without guidance from a mentor, it was hard to... Read More guage where I was in this journey towards a career change. I felt having 1-on-1 access to a mentor was worth the price of admission. I truly valued my time with my assigned mentor as he was encouraging, helpful and experienced about the subject matter. Although I didn't take the career track, my mentor answered my career related questions. As a working professional with a family, Springboard made it possible to follow a syllabus and learn at my own pace.Read Less",Introduction to Data Science,Data Science and Analytics +245185,11035,springboard,KayLi Wang,False,2018,Wonderful Experience,2019-04-25,4.7,5.0,4.0,5.0,"Springboard had a great structure to their content and brought in a lot of articles and resources that gave me a good sense of what was happening currently in UX. One on one mentor calls were the best aspect of this course, it's great to have an industry... Read More professional to guide you on best practices and what to expect when it comes to job searching. I was able to build a great first portfolio that I can keep improving and use right away for my job search. They also have a 6 month job guarantee.Read Less",UX Career Track,UX/UI Design +246162,11035,springboard,Yelena Mirsakova,False,2018,I learned so much!,2019-04-23,5.0,5.0,5.0,5.0,"This class taught me so much. As a graphic designer, I wanted to further my skills and grow my knowledge base. The course was interesting and compelling but the real WOW factor came from the mentors and advisors. My mentor gave me real life applicable... Read More advise to improve on my work, truly constructive critique, as well as commending me when I did things well. The advisors were so helpful as well whenever I had concerns or questions and were very responsive. I would recommend this course to anyone interested in diving into UX! Thanks for everything!Read Less",UX Design,UX/UI Design +247822,11035,springboard,Kimberly Kaufman,False,2019,Great experience & affordable price tag,2019-04-23,4.7,5.0,4.0,5.0,"I really enjoyed the Introduction to Data Science course at Springboard. While the course is self-paced, it is still incredibly challenging. This course recommends 3-4 months to complete, but I definitely needed the full 4 months. The mentors at Springboard... Read More are great--supportive, knowledgeable, and incredibly generous with their time.The curriculum itself is tough--some of the programming lessons are in DataCamp, which I found very helpful; some of the stat lessons are in Khan Academy, which I also found helpful; some of the lessons are lectures in a series of YouTube videos, which I found a little bland and hard to refer back to later on in the course; and some of them are articles, which really varied. The course material is definitely comprehensive, but there is no definitive textbook to refer to, so it's really hard to problem solve when you get stuck (I ended up just going outside the course and Googling for a lot of things).Completing the course requires a lot of one-on-one mentor time, some of the curriculum, and a lot of determined, creative problem solving when the curriculum just doesn't cut it. That said, I still found it invaluable for both my current job and my overall career. I plan to continue with their Intermediate Data Science course next.Read Less",Introduction to Data Science,Data Science and Analytics +247793,11035,springboard,"Abu Chowdhury, PMP®, MSFE, MSCS, BSEE",False,2018,Excellent course curricular and mentor guided training,2019-04-22,4.7,5.0,5.0,4.0,"I loved the data science course curricular and mentor guided training..On call mentor training, specially Dipanjan Sarker was the best to assist me in coding help or troubleshoot my projects.",Data Science,Data Science +247680,11035,springboard,Drew Lehe,False,2018,Great Investment,2019-04-15,4.5,4.0,5.0,0.0,"I really enjoyed the mentor aspect, he grilled me on understanding the concepts and it's come in handy a lot down the line.It covered all the fundamental techniques of data science, machine learning, and data management in Python and SQL, and made sure... Read More you understood them. The project-based assignment system really improved my skill in implementing the methods.I've taken a lot of MOOCs and I'd say this was the best. The only con was the price. $500/mo is steep, but I got a scholarship that made it cheaper.Also, keep in mind: this is an INTERMEDIATE data science bootcamp. You should go into it knowing some basic programming and stats, and you'll leave with a lot more knowledge and skill in data science. You won't be quite pro after this, but that's not what it's for. If you want to really expand your knowledge in a few months and understand the ""core curriculum"" of Python data science, this is for you. You'll learn the most during your capstone project, which is where a MOOC really helps. The mentor assists you and makes sure you know what you're doing, helps you ask better questions and reviews your code.Read Less",Intermediate Data Science,Data Science and Analytics +247676,11035,springboard,Kelly Bryan,False,2019,Great support and resources for learning UX,2019-04-15,5.0,5.0,5.0,5.0,"I really enjoyed taking the UX course with Springboard. I appreciated the flexibility of a self-paced course since I am also working full time. The student advisors and mentors really go above and beyond to help you out if you need it and make sure you... Read More are getting the most of your experience. I was first paired with a mentor that I didn't feel a strong connection with and ultimately was unsatisfied with our discussions, but the Springboard team was very responsive in providing a solution with providing feedback to my mentor to try to improve on our sessions, and then ultimately reassigning me a new mentor, who was wonderful. The course lessons are expansive and well organized. I would say the one thing I didn't like was how the progress bar felt inaccurate because the final capstone counts as 20% of the course, which is not well explained. But really this was a small issue, that didn't affect my overall course experience.Read Less",UX Design,UX/UI Design +247605,11035,springboard,Robert Rivera,False,2018,Springboard is setting the pace for a new wave of learning online environment! UX Design Programme rocks!,2019-04-10,4.7,5.0,5.0,4.0,"The question I always ask myself when providing a review is - could my words make a positive impact in someone's life? I consider concept of Springboard as a leader and pioneers of mentor led UX programs. More than the educational program itself, a genuine... Read More and experienced mentor can make all the difference in the world. @Midlife I needed to make the right decision, I did not feel like taking a gamble with time or money. After 4 months of deep research around the country and even outside of the USA, my resounding selection was the Springboard UX program. Although I did not have the best experience with the first mentor pairing, the immediate correction made all the difference in the world for me. I hit a home run with an incredible UX professional as a mentor (Andre) for my Springboard UX program. To make it even better was the amazing student support team that was always available to… yes! Great support it’s students. Pro’s: - Program Content is very complete. - Course work can be heavy at times, for good reasons as you immediately get to practice hands-on what’s important.- Perks as a Springboard Student are excellent and add incredible value. - Mentor concept and support is probably one of the best features and differentiators this UX Design program. - The program has certain custom flexibility if you are pressed on time or maybe due to other obligations. - Student support is very agile! They actually listen to students needs.- Cost is not high nor low. It’s right in the middle. Monthly payments are manageable if you plan ahead and make good use of your time. - Student community is an asset, it can be slow at times as most students are in fact busy.Con’s:I found none!What would I make better if I could? The student community could use a more engaging and more dynamic collaboration tool. Is good today, but It can be amazing with the quality of the Mentors/Program and student community the Springboard programs have.If I would do it again? Absolutely yes!Robert RRead Less",UX/UI Design,UX/UI Design +241694,11035,springboard,William,False,2019,Mentors make the difference!,2019-04-09,4.5,5.0,4.0,0.0,"Springboard had an overall great introductory course. I was pleased with the thorough curriculum. What truly made the difference was the mentor. If all of the mentors were as professional, knowledgeable, and personable as mine than I have no doubt that... Read More Springboard Intro to Data Science is a correct choice for many beginners. To add to this I will be enrolling into the Intermediate Data Science- Python course because Springboard was such a quality experience.Read Less",Introduction to Data Science,Data Science and Analytics +247451,11035,springboard,Anonymous,True,2018,Great learnings!,2019-04-09,4.0,4.0,5.0,3.0,"I loved being matched up with a mentor, and she kept me accountable on our weekly calls. If it weren't for her encouragment, I don't think I would've finished the course. She was so knowledgable about the industry.The only downside with this program,... Read More was that the cost was misleading. I thought the course was $1500 for the 3 months.....but it took me like 8-9 months to finish, and i didnt know I was going to be charged $500 monthly until i finish the course. i think they need to do a better job of explaining that. And also, I'm a single mom with 2 kids full time, and working full time, so finishing in 3 months was not very realistic.Read Less",UX Design,UX/UI Design +241888,11035,springboard,Ankita H.,False,2018,Fairly Positive Learning Experience,2019-04-08,3.5,4.0,3.0,0.0,"The mentorship aspect of the program is extremely helpful. Being completely new to the field of data science and starting from scratch, the organization of the curriculum itself could be done differently. I felt I understood more of what I was doing in... Read More regards to my capstone project especially once I got through data visualization and machine learning.Read Less",Introduction to Data Science,Data Science and Analytics +247538,11035,springboard,Shane Ivey,False,2019,Great UX experience. Loved the course,2019-04-05,5.0,5.0,5.0,5.0,"This was a great program. The course work was pretty easy to follow. There were only a few times that I got bound up and the mentor (everyone is matched with a mentor from the start) helped me work through it. The problem was so much Springboard as it... Read More was on my side because the process I'd used for over ten years was different than the one Springboard requested. But that's a selling point of the program, you are paired with a mentor that helps you through that stuff!The content is solid and there're so many optional pieces that you can go through if you want to learn more about any particular part of the UX Design process.The only ""negative"" for me personally was that the timeline to complete the program was longer than I had hoped. The 2-3 months that Springboard touts is pretty ambitious for some. I think that timeline is for someone who is doing this program full-time or has no other commitments (ft job, kids, etc.). I have kids and a full-time freelance job so the program took longer for me, but I will tell anyone who listens that it was absolutely worth it.Read Less",UX Design,UX/UI Design +234758,11035,springboard,Sunny Siddiqui,False,2019,Great course for learning UX methodology,2019-04-04,4.0,4.0,4.0,4.0,The course was a good exercise to learn about all the step of UX design thinking. It was helpful to have a mentor who you can review your work and discuss your goals to make sure they keep you on track and give insights into achieving the goal.Pros- great... Read More mentors - nice community- good curriculum Cons- a bit pricy- some long chaptersRead Less,UX Design,UX/UI Design +247516,11035,springboard,Anonymous,True,2018,affordable price and great experience,2019-04-04,4.7,4.0,5.0,5.0,I attended the springboard data science career track. I chose it b/c it's much cheaper compared to other bootcamps (almost half the price). The most rewarding part is the mentorship and make sure you are connected to a mentor which you like. The level... Read More of expertise of mentors vary in their network and you will have to be proactive in reaching out to student adviser if you don't like your mentor. The curriculum is very organized and covers the majority of things you will need for a entry data scientist job. But I end up taking extra MOOC to go deeper.Read Less,Data Science Career Track,Data Science and Analytics +247498,11035,springboard,Anonymous,True,2017,Springboard - A Positive Experience,2019-04-03,3.3,4.0,3.0,3.0,"I enrolled in the Springboard Data Science Career Track on December of 17, completed April 19. Due to life circumstances, I had to freeze and extend my completion date during the latter half of 2018. When I returned, I made sure I kept the same mentor... Read More as that was an absolutely highlight of this experience. I was working full-time while enrolled.Pro:Mentor relationshipCon:Depth of courseworkMy mentor was simply superb, this was in my opinion the best feature from this program that differs itself from others. Having a professional data scientist with working experience to offer insight concurrently while the course progresses enhanced the learning experience, I was able to bounce questions and solicit feedback both from course content and my perfornce freely and openly on a weekly basis. This has helped fuel my growth tremendously.Although, in my opinion, I wish there was stronger emphasis and more depth offered on the machine learning portion of the coursework. For those who are curious, the way Springboard structures their coursework follows the format of data science work flow: Familiarization with programming -> Data Wrangling -> Exploratory Data Analysis/Visualization -> Statistical Inferences -> Modeling/Machine Learning -> Delivery of Results/Implementation. This flow offers a very good broad perspectives on what a Data Scientist does, but I was left craving a bit more material on the depth of Machine Learning models, such as the math and science behind some of the methodologies and the tools used.In terms of Job Assistance, I thought the career advisors I worked with provided good feedback. However, I thought a lot of the resume and cover letters support are readily available online already, and that the job opportunities within Springboard I noticed are more relevant for students in the SF Bay Area and NYC. For those not living in the two areas, the process will not be noticably easier.Read Less",Data Science Career Track,Data Science and Analytics +247236,11035,springboard,Anonymous,True,2018,"Great experience, learned a lot",2019-04-03,5.0,5.0,5.0,5.0,You learn amazing skills and the mentor experience just takes it to another level,Introduction to Data Science,Data Science and Analytics +247228,11035,springboard,Anonymous,True,2019,Grew and solidified my UX skillz,2019-04-02,5.0,5.0,5.0,0.0,"Springboard acted exactly as its namesake for my career in UX Design. While I have years of experience in digital media design, I felt lacking in specific knowledge surrounded user experience and user-centered design. Springboard's modules were logical... Read More and helpful. The self-paced nature of the course was perfect for me (plus I got to pause billing for a month while I got married). The mentor-led model was really the bread and butter, as connecting with real industry professional added so much value to my experience with the course and UX Design in general. The support team was great, office hours were fun, honestly highly recommend. Take 4-6 months to go through the course - it's well worth the investment!Read Less",UX Design,UX/UI Design +247484,11035,springboard,Chung-Hsuan Kao,False,2018,My experience of the Springboard data science bootcamp,2019-04-01,4.0,4.0,3.0,5.0,"I joined the data science career track last summer and completed the whole program in March 2019. The experience with their career coach is really great and helpful. I learned a lot of skills about how to approach the companies and cultivate myself to... Read More be a strong candidate in the job market. The courses provided by the program are not really the best for people who have not a lot of experience with data science area. Also, some of the courses are not really up to date and the materials of the courses are not easy to be found. Besides the courses from the program, I need to find other resources instead. As for the mentor, I think it is also a great sell from the program. It is great to have a 1:1 personal mentor. I learned a lot of industrial experience and how to become a data scientist what companies are looking for. Just a tiny complaint about the mentor experience is that a well-experienced industrial expert sometimes is hard to understand why an entry-level person would be stuck in a simple question (to them). Overall, I like the program a lot because I have a schedule to follow and it is pretty organized.Read Less",Data Science Career Track,Data Science and Analytics +246793,11035,springboard,Dean,False,2018,UX Design Course - Easy to digest and very comprehensive ,2019-04-01,4.3,5.0,5.0,3.0,I began my UX Design course in early November and finished in late March. The course content was very comprehensive and diverse. I worked full time and traveled often during my course and was able to finish within a reasonable time frame. The course projects... Read More were extremely relevant to my final capstone project which made very simple to cut and copy work into building a portfolio. I am very impressed with my portfolio and would recommend this course to anyone wanting to learn a new skill set or change careers.Read Less,UX/UI Design,UX/UI Design +247459,11035,springboard,Anonymous,True,2019,Perfect way to switch career,2019-03-31,3.7,4.0,4.0,3.0,"I was completing my PhD in geophysics and I started my online course on Data Science with Springboard. One of the things I really liked is the curriculum it stated with the basics and then went difficult. The curriculum helped me to understand the bigger... Read More picture of Data Science. I really appreciate the mentoring part of the program. It really helped me to get a good understanding of various topics in Data science. Without mentoring, I would not be confident in communicating with the Data science group. I shared my articles in Medium and LinkedIn and got acknowledged by the Data science group. I am still working with the career service to land a job as a Data Scientist. I can honestly say that I would not be able to make a transition from geophysicist to data scientist so fast without Springboard. Also special mention to the staff, incredibly responsive and helpful.Read Less",Data Science Career Track,Data Science and Analytics +247348,11035,springboard,Natalia Ransom,False,2018,Jump start your UX career,2019-03-27,4.7,4.0,5.0,5.0,"I was working as a digital designer prior to starting my online course with Springboard. One of the things I liked about the course if that it started from outlining the big picture of what UX is about. So you could gain an understanding of the main concepts... Read More and the field in general before zero-ing in on the details. That really helped me with not getting overwhelmed or feeling lost. I especially appreciated the career advice, which was instrumental in getting hired as a UX designer. I shared UX related articles on Linked in as advised and adjusted my profile based on UX specific career recommendations. I can honestly say that I would not be able to make transition from digital designer to UX designer so fast without Springboard. Also special mention to the staff, incredibly responsive and helpful.Read Less",UX Design,UX/UI Design +247113,11035,springboard,Daniel Reiter,False,2019,Springboard Data Science Career Track Review ,2019-03-26,4.7,5.0,4.0,5.0,"Overall a very strong course that teaches you the many different facets of Data Science. As someone who was very new to computer science, I felt the course was well balanced and not too overwhelming though difficult at points. The Capstone Projects were... Read More key in me putting all of this knowledge together and really understanding the data science process. Both my normal mentor and career mentor were very helpful throughout the course and I would recommend it for anyone looking into a change in careers.Read Less",Data Science Career Track,Data Science and Analytics +247089,11035,springboard,Anonymous,True,2018,Springboard,2019-03-25,5.0,5.0,5.0,5.0,It was amazing experience about Data Science with Springboard,Intermediate Data Science,Data Science and Analytics +247377,11035,springboard,Craig Paulette,False,2019,Look closely at this one,2019-03-22,5.0,5.0,5.0,5.0,"Everyone has different needs, so definitely make sure to choose the right bootcamp for you. I'm fairly certain that Springboard will at least be in your top three, and for lots of people, it's #1.Why would you NOT choose Springboard?- If you absolutely... Read More have to learn R. (You're going to be learning a TON of stuff. Unless you're already expert-level at Python, R would be a distraction for you right now anyway.)- If you absolutely need to have an in-person experience (they may have an on-site, I don't remember).- If you don't want a 6-month bootcamp (they probably have shorter ones, I don't know).Why would you choose Springboard?- You want to go at your pace, on your time. (It will be hard, because you're learning a lot, but you can do it.)- You want to focus on only the things that will allow you to go confidently to an employer and say ""I will add value to your organization from day one, even as I continue to learn more, and here's my proof."" BAM with two projects that you designed and implemented yourself- You want a reasonably-priced, right-sized course with good financing. It's basically all the stuff you need, leaving out all the stuff you don't. Oh yeah, they also have a job guarantee, that was a big deal for me personally. I won't need it, but it's nice to know that they stand behind their product.Read Less",Data Science Career Track,Data Science and Analytics +246895,11035,springboard,Robert Vagi,False,2018,An excellent program!,2019-03-20,5.0,5.0,5.0,5.0,"This program is top-notch if you're looking to break into data science. From technical skills to securing a new job, the course offers 360 degree support. Although people of all skill levels will benefit, it is certainly helpful to have some background... Read More in programming and/or statistics.Read Less",Data Science Career Track,Data Science and Analytics +247275,11035,springboard,Raviteja Bodla,False,2018,Springboard Data Science Career Track Review ,2019-03-19,5.0,5.0,5.0,5.0,"Well-organized intensive online boot camp covering all aspects of the data science life cycle. In addition, materials on advanced topics (NLP, recommender system, Spark, etc.) are also included in the curriculum. The weekly one-on-one coaching call with... Read More industry expert is my favorite, providing necessary guidance and keeping me motivated throughout the program. Overall, I had a nice learning journey with Springboard and appreciated all the supports along the way. If you are looking for a good online boot camp with flexible hours at a reasonable price, Springboard Data Science Career Track is a good bet.Read Less",Data Science Career Track,Data Science and Analytics +247317,11035,springboard,Anna Bailey,False,2019,"Good experience, I learned a ton.",2019-03-18,5.0,5.0,5.0,5.0,"When I set out on this journey to do this class I really had a goal of filling in the missing places that I didn't understand about UX design. I had a good grasp on visual design but needed to understand how to get myself to that point of the process... Read More and then move past that piece and what to do next. I learned the most about UX with my mentor Eric Dorf who was incredibly helpful. I learn best when having 1-1 time to ask questions on my process and he was incredibly attentive and helpful during that process. One thing I would warn people is that it does take time so if you are busy and don't want it to take too long plan it accordingly so that you aren't so busy while doing the class, and try to adhere to a good schedule so that you don't fall off the map since it is a self guided course.Read Less",UX Design,UX/UI Design +247300,11035,springboard,Lori Pusey,False,2018,Very thorough course,2019-03-15,4.0,4.0,5.0,3.0,I really enjoyed the course. Course material was thorough and having a weekly Skype call with a mentor was very helpful.,UX Career Track,UX/UI Design +247158,11035,springboard,Anonymous,True,2019,Great info - must be motivated!,2019-03-15,3.7,4.0,4.0,3.0,"In school when professors say ""study 8 hours a week"" to me that meant 2-3, maybe. The projections on springboard are real!!! This is because it is a project based course, you can't just slide by, you have to do the word. There's great community, mentors... Read More and other resources to refer to the whole time. The information was also great. I like the payment schedule because it keeps you motivated to stay on track!I'm excited to see what becomes of my UX career! Would recommend this course!Read Less",UX Career Track,UX/UI Design +247252,11035,springboard,Dimitris Stathis,False,2019,An excellent experience!,2019-03-13,4.0,4.0,4.0,0.0,"Springboard provided a very nice experience.The curriculum was very nice and thorough. It didn't include any exclusive sources that you wouldn't find anywhere else, but it was nicely structured in clear steps in order to understand how to solve the current... Read More problems that you might face and also use this in any work that might be needed.I would like some ""exclusives"" because it's a good investment.The mentorship was the highlight and it had a really big impact on my work. It helped me be more focused, keep almost all my deadlines and have very focused and clear feedback on my work.If you need to you can pause your subscription and that helps to deal with real life issues.Some minor technical things that I had to face were solved in due time.One things that could be further improved would be some financial help for those that cannot afford the cost of the program.Read Less",UX Design,UX/UI Design +246590,11035,springboard,Morgan Nimmons,False,2018,UX Design: Great course for Graphic Designers!,2019-03-10,5.0,5.0,5.0,0.0,"I took Springboard when I was still working as a full time web developer. I didn't have the opportunity to do any design work like was promised in this position, so I started to look at other options to pursue a career in design.I went to school for Graphic... Read More Design before my web developer job and I was freelancing on the side, but it wasn't something I wanted to do full time because I saw how the trend in the work field was shifting from print to digital. I have a friend that is a UX Designer and after learning about what she did, I knew UX Design was a career I wanted to pursue. I chose Springboard because I was impressed with the curriculum and I liked that the max amount of time I'd have to spend weekly on doing assignments was 15 hours a week which I could handle with having a full time job. I also liked that all students get a mentor while they're doing the course, and Springboard was more affordable and shorter term than the other courses I looked at. It was also completely online which was ideal.I already had experience doing month-long coding bootcamps in order to learn web development and a 6+ month course was not something I was interested in, as I was trying to transition to a new career as quickly as possible.Springboard covered a lot of topics on the research side of UX which was what I was ultimately interested in because I already had experience with User Interface Design. My mentor, Cari had a plethora of knowledge about the UX design field since she's done it for about 10+ years. She provided helpful constructive criticism on my assignments and my projects would come out more pristine and better aligned with the industry standards after receiving her feedback.Dave was an awesome student advisor and was always available to answer my course related questions. The course offered Office Hours in the evening which included interviews with UX Designers who had been in the field for a few years and would offer advice and share their experiences. I only went to a few of those but the ones I attended were helpful.I started interviewing for my current job when I was in module 8 of the course. It was at the same company my friend worked at and she encouraged me to apply. Springboard seriously prepared me for the interview process even though I was no where near the career prep section of the course (that's module 14).However, everything I learned up until section 8 helped me through the interview process, and Springboard's articles on Medium about preparing for interviews was also a life saver. The course in combination with the articles taught me how to explain my work and discuss the typical UX design process, since I had experience with that through the course.I was interview around 4 times, with different members of the team/recruiters which included an in person interview and I also had to do a design challenge which I was very nervous about but I took everything I learned so far in Springboard and applied it to the challenge. I'm happy to share that I got the job and have working there for 3 months (since January), but I decided to still continue with Springboard and I completed the course the end of February 2019.I would definitely recommend Springboard to those who already have a design background and are looking to gain more experience in the research aspect of UX Design. Even those who have a research background such as Psychologists, Communication/Marketing (I have a BA in Communication) majors will also find the course helpful if they're looking to transition into UX, however, the UI Design section isn't as thorough in this course like in the UX Career Track, as this course is only 3-4 months long.If you're looking for a course that goes more in depth when it comes to UI design, the UX Design Career Track for Springboard might be a better option. That course is 6 months long with career coaching and a job guarantee, but the application process is much more extensive and the price is higher. You also have to have a previous design background to gain entry into that course so the UX Design course that I took might get your foot in the door.Overall, I'm grateful for Springboard and all they have to offer. I highly recommend them!Note: The course I took was originally a Skills Track called UX Design when I was enrolled, but it's now called UX Essentials.Read Less",UX Design,UX/UI Design +247175,11035,springboard,John Evans,False,2018,A great way to learn the full UX Design process,2019-03-04,4.7,5.0,5.0,4.0,"This intensive course gives a thorough introduction to the full UX Design process, which includes User Centred Design, User Research, Content Strategy, Wireframing and Visual Design.The course allows you to study at your own pace and includes weekly calls... Read More with a personal Mentor who guides you through the whole process. There is also access to a community of students and Mentors who can also help you along your journey.Working through the curriculum and completing mini projects in each section of the course allows you to learn with hands on experience and gradually working towards a final Capstone Project for your chosen Mobile App or Website project.This is an intensive course and involves a lot of research, which I personally found the hardest part of the course, but it taught me the importance of empathy for the end user and gaining their feedback to help create a better end product. I certainly learned a great deal on the course and would recommend it to anyone looking at a career in UX Design.The course took me 4 months to complete as I was also working in a full time job, but with more time available you could complete within 2-3 months.Read Less",UX Design,UX/UI Design +247126,11035,springboard,John Evans,False,2018,A great way to learn the full UX Design process,2019-03-04,4.7,5.0,5.0,4.0,"This intensive course gives a thorough introduction to the full UX Design process, which includes User Centred Design, User Research, Content Strategy, Wireframing and Visual Design.The course allows you to study at your own pace and includes weekly calls... Read More with a personal Mentor who guides you through the whole process. There is also access to a community of students and Mentors who can also help you along your journey.Working through the curriculum and completing mini projects in each section of the course allows you to learn with hands on experience and gradually working towards a final Capstone Project for your chosen Mobile App or Website project.This is an intensive course and involves a lot of research, which I personally found the hardest part of the course, but it taught me the importance of empathy for the end user and gaining their feedback to help create a better end product. I certainly learned a great deal on the course and would recommend it to anyone looking at a career in UX Design.The course took me 4 months to complete as I was also working in a full time job, but with more time available you could complete within 2-3 months.Read Less",UX Design,UX/UI Design +247119,11035,springboard,Allie Smith,False,2018,"Springboard provides a great, wholistic UX bootcamp",2019-03-04,5.0,5.0,5.0,0.0,"I really enjoyed completing the UX Essentials Springboard course. I completed it while working full time, so it took me longer than I initially expected and had hoped. If you are thinking about completing the course, definitely consider how much time... Read More you will be able to dedicate to it each week. If you have other commitments, it will take a lot of dedication and self-motivation to complete the course. In my opinion, the best thing about the course was getting to work one-on-one with my mentor. She always had great insight and was an indispensable resource for me when completing my capstone project. Her real-life experience led her to give me great and practical advice.Overall, I would highly recommend Springboard to anyone considering completing a course with them. Just be sure to be realistic with yourself about how much time and energy you can give to the course before you start!Read Less",UX Design,UX/UI Design +247045,11035,springboard,Anonymous,True,2018,Great for people who enjoy individual study,2019-03-03,5.0,5.0,5.0,0.0,"When I began this course, I wasn't entirely sure what data science even was. With the help of my mentor, the curriculum, and the main project, I am now able to understand how much of the technology and services that we use is created through data science.... Read More Why this course works for me, is the ability to set my own schedule on the curriculum. I had no experience coding, therefore I didn't feel the pressure to cover this at a fast pace. In contrast, having some background in statistics helped me cover that part quicker than in a standard course.Read Less",Introduction to Data Science,Data Science and Analytics +245840,11035,springboard,Will Pauls,False,2019,Springboard Introduction to Data Science,2019-02-27,5.0,5.0,5.0,5.0,This course has a great curriculum to get you the skills needed to become a data scientist and help build a portfolio.,Data Science,Data Science +246969,11035,springboard,Jing Zhao,False,2018,Springboard Data Science Career Track,2019-02-26,4.0,4.0,4.0,4.0,"Well-organized intensive online Bootcamp covering all aspects of the data science life cycle. In addition, materials on advanced topics (NLP, recommender system, Spark, etc.) are also included in the curriculum. The weekly one-on-one coaching call with... Read More industry expert throughout the program is a highly valuable feature, providing guidance and timely feedback to build nice portfolio projects. Overall, I had a nice learning journey with Springboard and appreciated all the supports along the way.Read Less",Data Science Career Track,Data Science and Analytics +246988,11035,springboard,Vinutha Shreekrishna,False,2018,Wonderful Online Bootcamp,2019-02-22,4.3,4.0,5.0,4.0,"I started this course as a fresher just with basic knowledge of programming. I was not working at that time. I learnt python from scratch and successfully completed two capstone projects. Unlimited mentor call support really helps to understand the concepts.... Read More Got the job in the half way of my course, took break from the course and then continued again and finished. Pros: Wonderful curriculum Unlimited mentor call support No cons but for beginners with job it’s difficult to finish it in 6 months. However with hard work and continuous effort it can be finished. Commitment really matters.Read Less",Data Science Career Track,Data Science and Analytics +245986,11035,springboard,Tricia Baxter,False,2019,Springboard was just what I needed,2019-02-21,5.0,5.0,5.0,5.0,"I started the UX Design course at Springboard with one major goal in mind: to land a job in the field. I had lots of design experience and some UX experience under my belt, but apparently not enough to get a job. Springboard was the extra push I needed.... Read More It was super useful because it taught me a few extra things about the UX process that I didn't know and I was able to ask my mentor lots of questions. It gave me a structured and organized way to add a big piece of work to my portfolio and low and behold, as soon as I finished the project I was able to land a job in the field! If you already work in UX design I'm not sure that you'd learn a ton of new stuff, but I would definitely recommend to someone looking to get into the field.Read Less",UX Design,UX/UI Design +244909,11035,springboard,Rosemary Rogers,False,2019,Project based course with mentor support helped dip my feet in UX design,2019-02-21,5.0,5.0,5.0,0.0,"I really enjoyed the springboard UX design course. The mentor component is a big advantage to other online courses. While I couldn't always complete tasks each week due to life, it was nice to have some accountability but also support and guidance from... Read More someone in the field. The course is setup nicely to teach concepts and then provide an opportunity to apply the knowledge directly to a project. Choosing your own project is also fun because you are more inspired to improve something you don't like. Well laid out with a study plan too.Read Less",UX/UI Design,UX/UI Design +236842,11035,springboard,Anish Khanal,False,2018,Review of Data Science Career track by Springboard,2019-02-20,4.0,4.0,4.0,4.0,"ProsThe career track was a good learning experience. You get good support from teaching assistants, mentors and career coaches. It is approachable enough and you get to do plenty of exercises.This boot camp gives a good foundation to build a data science... Read More career on.ConsThere are few video lectures included in curriculum which can be difficult to follow, specially for a novice learner.Read Less",Data Science Career Track,Data Science and Analytics +246951,11035,springboard,Amir Beck,False,2019,Great way to start your UX Career,2019-02-20,5.0,5.0,5.0,5.0,Wrapped up the class in 3 months. Great into to UX concepts and enough to get you going. Definitely going to look into taking their career course since I learned a lot over this 3 month period and would like to see how much more I learn. Definitely recommend... Read More for newcomers.Read Less,UX Design,UX/UI Design +246898,11035,springboard,Nirav Sheth,False,2018,Thorough and Helpful,2019-02-19,5.0,5.0,5.0,5.0,"I tried many times in the past to learn data science, but work always got in the way. My top 3 ways way that Springboard helps you. They help you focus on what is important to learn so you spend less time on learning useless information. Your mentor is... Read More able to guide you when you do not understand certain concepts. And they make you concentrate on career development which is the part I hate doing, but it is the most important. Overall, I am glad that I have taken this course because I feel confident that I have developed a great foundation to start my data science career. The rest is up to me to learn and develop myself to become even better.Read Less",Data Science Career Track,Data Science and Analytics +246875,11035,springboard,E. Chris Lynch,False,2018,A great start,2019-02-14,4.7,5.0,4.0,5.0,"Springboard's project-based, mentor-guided curriculum combined with their helpful and friendly career services and support staff made for a wonderful experience as a student. There is a broad range of skills learned and practiced through projects including... Read More statistics, hypothesis testing, data visualization, SQL, and applied machine learning. Through your capstones, you can dive deeper into data science topics that interest you. Since there is a job guarantee, a fair amount is asked of students, including finding additional resources to help complete projects. For me, this meant spending a minimum of 20-25 hours a week, so make sure you are able to carve out time in your day on a consistent basis.Read Less",Data Science Career Track,Data Science and Analytics +246752,11035,springboard,Mandar Mulherkar,False,2019,A real mentor is the best part,2019-02-14,5.0,5.0,5.0,5.0,"In addition to being a well curated course, the ability to talk to a real mentor every week helps keep things on track. The course also provides free access to DataCamp.",,Unknown +245486,11035,springboard,Joo Park,False,2018,Excellent Class for Beginners,2019-02-13,4.5,5.0,4.0,0.0,"Overall, I had a great experience with the class. The curriculum was nicely organized, and the reading materials were immensely helpful. I am very happy about the fact that I can access these materials even after completing the final capstone project.... Read More The weekly mentor meetings were also very helpful. They made me keep my commitments to get things done and gave me the opportunity to obtain constructive feedback from UX experts.Read Less",UX Design,UX/UI Design +245452,11035,springboard,Taylor Brightwell,False,2018,Great Mentorship,2019-02-12,4.7,5.0,4.0,5.0,Springboard's mentorship and project-based approach were crucial to me and my learning. Being able to actually work on a marketing project and have an expert help me learn throughout the process was very helpful.,Digital Marketing Career Track,Sales and Marketing +246847,11035,springboard,Anonymous,True,2019,"Struggled at time, but learned a lot. ",2019-02-11,5.0,5.0,5.0,0.0,"Overall the course was an awesome experience. The course contains interactive coding courses through Datacamp.com. You are given a free membership to DataCamp while you are enrolled in the course. There are also actual Harvard Computer Science lectures... Read More provided for some of the machine learning topics. Something I didn't know going in, but was a nice surprise. Then, there are mini projects and your major capstone project. The projects can be challenging at times, but that is what it takes to learn. There is also the mentor aspect, which is great. Weekly calls with an expert to keep you focused and provide assistance on projects or any other advice. The community is not as strong as they advertise, but I think this is expected as most people are very busy and aren't looking to go out of their way to help other students. If you are coming from minimal coding experience in python, it will take a lot longer than average to complete this course.Read Less",Intermediate Data Science,Data Science and Analytics +246740,11035,springboard,Suzanne,False,2018,For designers who love to create the next big thing,2019-02-11,5.0,5.0,5.0,0.0,"Honestly, I was a bit skeptical about Springboard at first, but it truly invited me to this magical tunnel where I can learn, explore, and experiment further with their mentor support. I have more visual design background and want to learn more about... Read More UX design. Springboard gave me a chance to get inspired and motivated to build a product with solid understanding of UX Design.Read Less",UX/UI Design,UX/UI Design +246727,11035,springboard,Marc Maitre,False,2018,Best online experience from a course,2019-02-11,3.3,5.0,4.0,1.0,"The program was really good, felt like college but more engaging. The only thing I would have wanted was maybe for more videos and less readings. But other than that each phase of UX.UI was broken up into the right segments which made it easy for me to... Read More follow.Read Less",UX Career Track,UX/UI Design +246007,11035,springboard,Anonymous,True,2018,So happy I tried it! ,2019-02-08,3.7,4.0,4.0,3.0,"I truly enjoyed taking the UX design class from Springboard! The curriculum was nicely organized, and the reading materials were all up-to-date. I love how I have a lifetime access to these materials so I can go back whenever I want. I particularly enjoyed... Read More having weekly mentor meetings and felt that it took my UX design learning to another level!Read Less",UX Design,UX/UI Design +245261,11035,springboard,Anonymous,True,2019,Great Program,2019-02-08,5.0,5.0,5.0,5.0,"Great program. I learned a lot that I'm starting to use in my career. My portfolio is still in its early phases, but this program helped me get started.",UX Design,UX/UI Design +246668,11035,springboard,Anonymous,True,2018,Springboard is a great place to start!,2019-01-31,4.7,5.0,5.0,4.0,"If you're looking for a solid foundation for beginning your UX career, the Springboard course is definitelythe best place to start.",UX Career Track,UX/UI Design +246620,11035,springboard,Austin,False,2019,Great Experience!,2019-01-31,5.0,5.0,5.0,0.0,"The curated curriculum was an excellent way to learn and the mentor-led format (Renata was awesome!), as well as the projects, made the learning experience very effective and enjoyable. As a current instructional designer (now Learning Experience Designer),... Read More I can attest to the quality of the coursework and highly recommend this course to anyone remotely interested in gaining a deep understanding of the principles of User Experience Design.Read Less",UX Design,UX/UI Design +246653,11035,springboard,Anonymous,True,2018,"Overall good experience, with a few notes for improvement",2019-01-29,3.3,4.0,3.0,3.0,"Pros: Eclectic course material with a wide variety of topics, lot of practice in visualization and data cleaning/munging, practice using mini projects.Cons: Certain topics, such as Spark and Data Science for Production, are only covered superficially.... Read More Mentor did not provide very detailed feedback on projects and exercises.Read Less",Data Science Career Track,Data Science and Analytics +246644,11035,springboard,Anonymous,True,2018,Entry level data science boot camp program with Skype tutoring,2019-01-29,4.0,4.0,5.0,3.0,"This is an entry level boot camp program designed for students with limited background in data analytics.Pros: Weekly mentor calls is the main selling point, I enjoyed chatting with my mentor, but you need to be well prepared with agenda items, otherwise... Read More 30 minutes can pass so fast with no solid progression made. The mini projects in Jupytor notebooks are all very interesting and insightful, I think I've learnt more from those than videos and quiz. While I can see the trace that those are probably not what they originated, they did make modifications to those projects so it ended to be a good summary of each section. Cons: I'm not a big fan for a student proposed capstone project. I can easily imagine someone getting stuck at thinking about valuable business ideas and reliable data source to begin with their project, especially for a program facing inexperienced students. The program course material is mainly from Datacamp, there is nothing wrong with that business collaboration, but you won't feel happy realizing Datacamp subscription is only $29 per month. I convinced myself I'm mainly paying for the tutoring, and this could be subjective people believe it worth the price or not. Not much job support if you are not choosing the career track.One suggestion I'd like to make is to alter a little big the tempo of the program. Currently I can strong feel a jump of level of difficulty moving from statistical inference section to machine learning, and I consider myself half-experienced for those topics. If this is supposed to be a program for people start thinking about exploring their career at data analytics, I think you can simplify on machine learning topics and make the mini project as easy as what datacamp offered. If you believe this is a hard-core data science program, you'd like students to put more hours into the topic.Read Less",Intermediate Data Science,Data Science and Analytics +244712,11035,springboard,Brian Muhammad,False,2018,Springboard,2019-01-28,5.0,5.0,5.0,5.0,"The pros of attending this institution are the support you receive throughout your course of study, and the mentor who is with you every step of the way. It is an award-winning program that I would recommend anyone who wants to enhance or change careers.... Read MoreRead Less",Introduction to Cybersecurity,Cybersecurity +246586,11035,springboard,Lewis Currie,False,2019,UK Student - Springboard: UX Design,2019-01-26,5.0,5.0,5.0,5.0,"Before I took the course, I read a lot of these reviews and I can say that the positive feedback they give Springboard is true.If you're someone like me who needs a structure to their learning then this is a great course for the price. The Mentor meetings... Read More are really great, my mentor Andre provided great insight whilst taking an in-depth interest in my project, which made me feel like I was getting my money's worth.The course content is also brilliant as a new starter in UX.Something I really wanted to know was how long it would take:If you're working part-time, you can complete it in 2-3 months.If you're working full-time, you are looking at 3-4 months.I was working full-time during the completion of this course and it took me 4 months. However, the insight I've gained is massive and I feel like I've learnt a lot about UX.Read Less",UX Design,UX/UI Design +245477,11035,springboard,Vivian Wu,False,2018,So worth it!,2019-01-26,5.0,5.0,5.0,5.0,"If you’re looking to go into data science, Springboard is the way to go! The Data Science Career Track program is curated, and I don’t know if people feel less inclined to join because of it, but I can say with confidence that everything is carefully... Read More and thoughtful placed together. You will gain the knowledge and skills needed to apply to your future job as a data scientist.What also makes the career program so great is the career coaching. I’ve not also learned new so much technical skills, but networking skills as well. The community is very close and we’re all very willing to help each other. I will recommend Springboard to anyone I know who is looking to transition into data science (or even UX, which is another popular program from Springboard).Read Less",Data Science Career Track,Data Science and Analytics +241577,11035,springboard,Anonymous,True,2018,UX Design by Springboard,2019-01-25,5.0,5.0,5.0,5.0,Overall great structured course and the Mentors are great!,UX Design,UX/UI Design +241558,11035,springboard,Anonymous,True,2018,A great program to change your career!,2019-01-25,5.0,5.0,5.0,5.0,"Springboard’s data science career track program is one of their most popular programs, and there is a reason why! You can tell they truly have put in the time and effort to create a program where their students will gain the knowledge and skills needed... Read More to apply to their jobs. Aside from the amazing curriculum, the career services team is phenomenal. You come out of this program not only learning the necessary technical skills, but networking skills as well, which are equally important.Read Less",Data Science Career Track,Data Science and Analytics +246506,11035,springboard,Misty McPadden,False,2019,Perfect Online Course for busy professionals,2019-01-22,4.3,5.0,5.0,3.0,If you are working and want to advance your skills. The UX design course at Springboard is awesome. The curriculum is challenging but fun at the same time. They match you with a mentor that makes the experience valuable.,UX Design,UX/UI Design +241907,11035,springboard,Darryl Banger,False,2019,Springboard UX design,2019-01-21,3.0,4.0,4.0,1.0,"springboard UX design is a course for graphic designer to people who want to change their career track with out paying high tuition price.Pros - you’ll have a mentor that keeps you on a steady pace. Also, there is numerous sources for you to use when... Read More getting discouraged or stuck in a certain section. The course is design for you to learn at your own pace.Cons- your mentor calls only last 30 minutes each week. You do have other ways of connecting with mentor, but I believe the mentor calls should be twice a week at least to cover your issues or looking over your work.Read Less",UX/UI Design,UX/UI Design +246474,11035,springboard,Shantanu,False,2017,A very good learning experience,2019-01-18,5.0,5.0,5.0,0.0,"I enrolled in the Data Science career track. I completed my course a couple of weeks back. I opted out of the career assistance because I already had a job which I am not planning to quit any time soon. I completed my course work. I had to interrupt my... Read More course twice. Once due to flooding and the other time when I was about to be a father. On both occasions Springboard paused my course and were supportive of me resuming it later.Pros:-1. Structure: The course is well structured and gives you a good idea of how to progress2. Exercises: There were a lot of exercises which gave a very good insight about how a data science project progresses. This included basic and intermediate statistical analyses and advanced topics.3. Projects: Two capstones make you practice a lot. The capstones along with mentor guidance solidified many concepts in my mind.4. Mentors (Biggest Pro): Having a mentor was the biggest pro. I was matched up to an excellent mentor, an expert in the field and he was extremely patient with me and always pushed me in the right direction. I understand a mentor can be different for different people but if they match you up with a mentor who is helpful, extract every thing from the opportunity.Cons:-1. I felt that not enough attention was paid to big data and data engineering. Maybe they will fix it in the future.2. The content was...ok. You can find equally good video materials on YouTube if not better materials.Overall:-Its a very good program for the amount of money you pay. I am not sure about the job support but based on the quality of my mentors, I am sure that is solid too.Read Less",Data Science Career Track,Data Science and Analytics +246352,11035,springboard,Anonymous,True,2018,"I have gained a lot of knowledge on Python and Machine Learning, and it has given me a good foundation to enter the field.",2019-01-17,5.0,5.0,5.0,5.0,"Pros:1. The program is very helpful in job applications. 2. The curriculum is very comprehensive, it gives me a good combination of theoretical knowledge and practice.3. The one-on-one mentor is helpful in answering my questions and giving me more guidance... Read More in the area.4. The homework and projects have really helped me to gain hands-on knowledge and sharpen my skills further.Cons:1. Self-discipline is needed, but I think this is the same for every program.Read Less",Data Science Career Track,Data Science and Analytics +246018,11035,springboard,Rachel Redford,False,2018,Springboard UX Design Course Review,2019-01-17,4.7,5.0,5.0,4.0,"I really enjoyed the Springboard UX Design course. It hooks you up with so many valuable resources and material. The best part was having a mentor who has a lot of experience in the field. You get to talk with him or her once a week and talk about the... Read More course material, your project, or any questions you might have. The hardest part for me was sticking to the schedule. It's nice that you can set your own pace but bad because you could potentially waste months and months not doing anything on it and no one will push you to get it done. There isn't very much accountability, which might be fine for some people but I need at least a little. Overall, I would definitely recommend it if you want to get into the UX design field or you just want to freshen up your design skills.Read Less",UX Design,UX/UI Design +244160,11035,springboard,Rafael Moura,False,2018,Springboard Feedback,2019-01-15,5.0,5.0,5.0,5.0,All in all springboard provided a very comprehensive course and a great community with which to answer any and all doubts along the way. The fact that the due dates are not enforced but provided also helped me personally to stay on track and finish my... Read More program in an orderly fashion. My mentor was also quite helpful and kept me thinking how I could continue to improve my project.Read Less,UX Design,UX/UI Design +244042,11035,springboard,ANNA BARTESAGHI,False,2018,Springboard help me o make my career come true,2019-01-15,4.7,5.0,4.0,5.0,"Springboard gave me the passion of get deep in the field of my interest.By the way the main strength of springboard are the mentors. My mentor help me more than he supposed to do, and a lot of my friend had the same experience with their own mentors.",UX Design,UX/UI Design +244970,11035,springboard,Jacqueline Hummell,False,2018,"Great projects, good instruction, logical pricing",2019-01-14,3.0,4.0,4.0,1.0,"I took Springboard’s UX design course and recommend it to anyone looking for a quality, self-paced program at a reasonable price. The pros for me were the weekly mentor calls with a UX design professional, good instruction/curriculum, excellent practice... Read More projects ideal for portfolio building, and the pricing structure of paying per month. The only downsides were I had to really rely on my mentor for examples of professional projects (it would have been nice to have more in the curriculum) and 30 min calls weren’t always enough time for him to teach and answer questions. So if you decide to take the course take advantage of communicating a lot over email so you can make good use of the video meetings.Read Less",UX Design,UX/UI Design +246424,11035,springboard,Rosalie,False,2018,Terrific introduction to data science with a capstone project to apply my skills,2019-01-12,5.0,5.0,5.0,0.0,"The introductory course gave me enough skills and knowledge to learn at a detailed level what data science comprises. This is an excellent update as continuing education for all but the most data intensive MPP or MBA degrees. The course gave me insights... Read More into machine learning and made me a savvy consumer of data visualization methods. There was great variety in the types of data and questions you could explore in your capstone project. I used sentiment analysis in a natural language processing project conducted on Twitter data.The Springboard administrative staff were friendly and professional, and the rules allow flexibility. However, I found that the Springboard curriculum guidance underestimated the time for completion of project tasks and interface with Github. I did require (free) supplemental resources and time to learn extra coding for my particular project. My fabulous mentor brought enthusiasm to teaching and supporting my project efforts. That kind of engagement is a rarity.Read Less",Introduction to Data Science,Data Science and Analytics +246264,11035,springboard,Laura Friese,False,2019,Springboard Review,2019-01-10,3.7,4.0,4.0,3.0,"Overall I had a pretty good experience with Springboard. The curriculum was very robust, and I felt like they covered a wide range of topics. I found the homework to take much longer than the suggested time, but the Student Support was very helpful, and... Read More gave me specific help and corrections for my work. I got a job a few months after I started the program, so I can't speak much to the job support, but I'm glad I had the opportunity to build a portfolio. The mentor aspect also kept me honest and on task, which was positive.Read Less",Data Science Career Track,Data Science and Analytics +246091,11035,springboard,Eric Ens,False,2018,Excellent program for people like me.,2019-01-09,4.7,5.0,4.0,5.0,"There are probably some people who are very at selling themselves and wont need this program, but for people like me it was immensly helpful. In particular, the help building a network and assembling a portfolio was invaluable and precisely what I was... Read More lacking. It's farily pricey, but I can confidently say it would have taken me much longer to find a job without it.Read Less",Data Science Career Track,Data Science and Analytics +246381,11035,springboard,Anonymous,True,2018,A wealth of knowledge and a mentor to set you on the correct path,2019-01-08,5.0,5.0,5.0,0.0,"before participating in the online UX course from Springboard i had a general idea of what user experience entailed, but had no idea the steps, processes and skills involved in creating a full fledged team of contributors. this program was initially appealing... Read More to me for a few reasons. 1) my current position has always been a hybrid design/front-end coding and i wanted to be able to create more effective designs backed by user data 2) my company had started to explore the UX space and toy with installing a process and team and 3) this course also comes with a mentor that can help you through the course materials and project.the course materials are sourced from many different sites and while i thought this strange at first, i felt that it really added something extra to the course. first and foremost, it resulted in a large list of resources in the way of design and UX websites, blogs, organizations and tutorial sites that i now had in my back pocket and could continue to use for years to come (not to mention you still have access to all the course materials after completion). the other thing i found that i liked about this was that everything was not in the same voice, so you tend to get different perspectives on processes and techniques. that along with the fact that i felt the course dove deep enough into each discipline to get one’s feet wet made this a very valuable course IMO.to top it all off, Springboard as a part of the UX course matches each student with an experienced UX professional. each week you meet (online) with this mentor and review all the knowledge you are soaking up and discuss to make sure you’re understanding how all the pieces fit together. my mentor had years of contract experience working for companies like PayPal, Apple and Cisco, so she had a wealth of first-hand experience and knowledge to share with me and helped me to understand the application of all that i was learning. this feature alone was worth the price of admission for me.the one drawback i would take from this course could also be turned into a positive depending on your availability and drive. this course is a “work at your own pace” situation, so if you are overly busy (like i was) or just not motivated enough, the course can drag on and get expensive (you are charged monthly in some cases). that being said, another good part of having the mentor is that they help to keep you on track so if you are ready to make your way through the course, you should be fine!Read Less",UX Design,UX/UI Design +246350,11035,springboard,Ross Bradley,False,2018,Great Community Around Learning,2019-01-07,3.0,3.0,3.0,0.0,"Springboard had a nice style that allows you to go at your own pace but I found that their weekly office hours and weekly mentor calls left too much of an opening for me when I had questions. Mentors are available by email, and there is a community board... Read More for posting but I felt like that by the time I was meant to review I had forgotten what questions I had. Overall I think it was a bit too free forming and needed to be more concrete. On the plus side, my mentor was very smart and offered valuable input when it was asked. There were some great subjects that I felt really stuck and couldn't be forgotten. I really enjoyed how Springboard utilized DataCamp to teach R. On the other hand, I did not like how they used Khan Academy for the probability and stats chapter. The other Youtube video for the machine learning chapter was also very hard to follow. I think better videos could be used or made.Read Less",Introduction to Data Science,Data Science and Analytics +246327,11035,springboard,Anonymous,True,2018,Extremely helpful,2019-01-05,4.7,5.0,4.0,5.0,"For some people a program like springboard may be of little use, but for people like me it was immensely beneficial. I can confidently say I would have taken me far longer to find a job. In particular I found Springboards advice and programs to help you... Read More network very helpful as well as the guidance for assembling a portfolio. The price is pretty steep, but for people who struggle to build a network or how to present themselves, it's worthwhile.Read Less",Cybersecurity Career Track,Cybersecurity +246326,11035,springboard,Emily Er,False,2018,Springboard UX Course Review,2019-01-05,4.5,5.0,4.0,0.0,"I took the UX design course from Springboard and have never regretted since then. As a front-end developer, I have to improve on my UX knowledge to create better user flows for websites. But I didn’t know where to start, so I did a bunch of research and... Read More came across Springboard UX design course. Since their payment plans are based on monthly subscription and the price is pretty reasonable, I ask myself why not give it a try? I started the course with a Skype meeting with my assigned mentor and we talked about my goals and expectations of the course. Along the course, there are many mini UX assignments which I find it useful because I’m more of a hands on person when it comes to learning. I also have weekly meeting with my mentor to discuss and give valuable feedbacks on my assignments. My mentor is really patience with me and he explains in detail the reasoning behind each assignments and how to apply in real life cases. Aside from that, Springboard have a list of readings and I usually read them during my commute to and back from workplace so these tasks are easy to accomplish. Although, I find some of the course materials really time consuming such as long videos, but some of the materials are optional and also it is not mandatory to complete 100% of the course materials. (Although it will be good to)Towards the end of the course, I get to create my very first UX portfolio to submit as my capstone project which I find it useful especially for starters who doesn’t have a portfolio.Overall I find the 4 months course relatively simple to understand the concepts especially with the help of my mentor. I’m really glad I joined Springboard and I would recommend anybody who is interested in learning UX or wants to be a UI/UX designer to take the course!Read Less",UX Design,UX/UI Design +245023,11035,springboard,Jessica Tague,False,2018,Springboard UX Course,2019-01-03,4.5,5.0,4.0,0.0,"I completed the Springboard UX course in December of 2018, and as a previous graphic/web designer I could not be happier with it. I recently took some time off from work to stay home with my small kids, and am looking to get back into the field. Springboard... Read More gave my resume a boost and helped me fill in some gaps, as well as the confidence boost I needed! I worked with a terrific mentor, Michelle, who was able to give me advice and feedback that I needed to complete my Capstone project! If you are looking to move into UX from a similar field, then I do recommend Springboard.Read Less",UX Design,UX/UI Design +246287,11035,springboard,Anonymous,True,2018,Fantastic experience all-around,2019-01-03,5.0,5.0,5.0,5.0,"Overall I had a great experience with Springboard. I'd heard before taking the course that the Mentor experience is very valuable. Having completed the course I can now say that I very much agree. My Mentor had a wealth of UX knowledge from his career,... Read More and was happy to share this experience at every step along the way. I really felt that he went above and beyond, and was always there to support me when I needed that extra guidance.The one aspect that took me by surprise was that the content is fully sourced from a variety of online resources. I guess I'd suspected that there would be some original content. Not that this was necessarily bad - the resources were mostly very good, and would have been very difficult for me to find on my own.I was working a combination of part-time to full time on the course, and it did take me a solid three months. Those that say they pumped it out in a month? Not sure how they managed that feat :) But I now have my first portfolio piece that I'm very happy with. Cheers Springboard!Read Less",UX Design,UX/UI Design +245466,11035,springboard,Anshul Dikshit,False,2018,Data Science Career track review from Springboard,2019-01-03,5.0,5.0,5.0,5.0,1) Very nicely prepared course curriculum.2) Covered all necessary topics from machine Leaning.3) Mentor oriented weekly called were extremely helpful.4) Sufficient Videos and assignments for proper understanding.5) Very helpful student advising and support... Read More team.Read Less,Data Science Career Track,Data Science and Analytics +245425,11035,springboard,Anonymous,True,2018,Springboard Data Science Career Track,2019-01-02,4.7,5.0,4.0,5.0,"The program is great, and provided a lot of exposure in many key areas. There was a lot of great support I received from my mentor and the career coaches available. The curriculum is very good but could definitely use some tweaking with regards to pacing... Read More and some of the resources used, but that may just be a personal preference. It is quite a challenging program and a lot of effort will need to be put into finishing it but it is definitely worth it to get into the field of data science.Read Less",Data Science Career Track,Data Science and Analytics +244886,11035,springboard,Katherine Hanneken,False,2018,I loved learning digital marketing through Springboard! ,2019-01-01,5.0,5.0,5.0,5.0,"I started the Springboard course not sure what I wanted to do after college, but knew I wanted to work in some sort of digital marketing field. Springboard sets you up with a very helpful student advisor and a mentor that is similar to the area of marketing... Read More that you want to get into. Having these two people made my experience a great one!Read Less",,Unknown +246509,11035,springboard,Erin Borja,False,2018,Great Overview,2018-12-28,3.7,4.0,4.0,3.0,"Springboard gave me a great overview of the UX design process- the curriculum and projects were very thorough. My mentor helped me focus on what really mattered based on his experience in the field. I work full time and have a family, so it took me closer... Read More to 4 months to finish the course. For the $2000 I paid, I do wish I had more than the one capstone project to add to my portfolio. I am thankful I still have access to all of the curriculum as I will most likely move forward with applying the process to another project on my own. Another suggestion I would offer is to facilitate relationships between students and nonprofits that need UX design volunteer work in order to allow for experience with real-world projects and case studies.Read Less",UX Design,UX/UI Design +247071,11035,springboard,Jonathan Orr,False,2018,Springboard Launched my Data Science Career,2018-12-28,4.7,5.0,4.0,5.0,"o I completed my Bachelors, went directly into my Masters, but then was really struggling with landing a job. I was failing the technical interviews, and then a good friend of mine recommended Springboard.I took the entrance exam (At the time it was timed... Read More exam with a few simple to moderate coding problems) and was accepted into the program.In my first week I was assigned a mentor and introduced to all of the software / learning platforms.The first month was centered around learning python, SQL, and completing a slew of DataCamp courses (You get a DataCamp membership with your Springboard course) that really prepare you for your big projects, the Capstone Projects.You work with your mentor to choose your projects (The first one is intended for a simple but deep data set, a good example is the Capital Bikeshare dataset from the UCI Repository, feel free to checkout my github for an example Username: JonOrr . Meanwhile the second project requires a bit more data cleaning, think along the lines of a kaggle competition.) then you follow up through weekly calls that keep you on point.Throughout the course you'll also learn how to better conduct your job search, interviews, and role targeting (Do you want to be a Data Engineer, Machine Learning Engineer, Data Scientist, Data Analyst, etc.). There is a job guarantee that gave me a lot of confidence while I was doing the course, it has a good amount of terms and conditions, but all of them are reasonable. They include but aren't limited to: Apply to 5 jobs a week, don't skip any interviews, etc. The career team works hard to make sure you get into a role that both fits your skill level, and your career goals. Let's say you want to be a Data Engineer and are quite suited to it, they won't push you to be a Data Analyst instead.One month after the completion of my course I was offered a Data Scientist position with a competitive salary (going to keep the number confidential but it was strong) in one of the regions of my choice (You choose 2-3 regions at the start of the course, I chose: Boston & San Francisco) I could not be happier with my experience.Read Less",Data Science Career Track,Data Science and Analytics +246238,11035,springboard,Thomas Chan,False,2018,A decent online course experience,2018-12-28,4.0,4.0,0.0,0.0,"The springboard UX Design online course is a cheap alternative to the in-person bootcamps. The course goes through the basics of UX design, allows students to complete 1 full project, and pairs students with mentors. Mentors are extremely knowledgeable... Read More and helpful and are well-connected in the industry. The project goes through the full UX design process, and gives you material to put onto your portfolio at the end of the course. The online forums, or community, is composed of fellow classmates who are available to give feedback and provide information or help.The concept of UX design relies on obtaining feedback for any work you have created, and this is one area that Springboard struggles with. Students who have completed some work need to spend a lot of valuable time finding people to help them with things like surveys, interviews, user testing, card sorting. Additionally, some of the curriculum can be repetitive and overlapping.Read Less",UX Design,UX/UI Design +246133,11035,springboard,Anonymous,True,2017,Springboard,2018-12-19,4.7,5.0,5.0,4.0,I would recommend this course to a friend! This course is very suitable for someone without industrial knowledge of data science.,Data Science Career Track,Data Science and Analytics +246319,11035,springboard,Patrick Sheegog,False,2017,A positive learning experience in UX Design,2018-12-19,4.3,4.0,5.0,4.0,"I attended the Springboard UX Design program from September 2017 to April 2018 and had a great experience. I initially started my course in 2016 for three months before pausing the program. Since that time the curriculum was significantly revamped for... Read More the better. The strongest aspect of the course are the mentors providing weekly coaching. I had three mentors throughout my Springboard courses, two of which had experience in the game development industry, which was important to me. One of my mentors did not have much experience in the industry and as a result I requested a change in mentors. This was the only negative experience I had with the course, and resulted in some duplicated work when I transitioned to my next mentor. Even though this mentor did not have game development experience, they had plenty of Fortune 500 UX knowledge and if my desired job was not so niche, I believe the mentor relationship would have been excellent. The curriculum has a relatively short beginner's guide to UX concepts before introducing the capstone project. The capstone will take up most of your time, and all of the small assignments build to this final project. I felt like the training content (largely through Lynda videos) was applicable and engaging. It helped to apply the ideas from the video directly to my project as I took notes. Having a capstone to constantly build on while studying these concepts provided constant motivation. My mentor also helped take concepts and apply them to my project. I found it easy to speed through sections I was already well versed in, and enjoyed being able to take my time in sections that were new to me. Something they don't mention in the on-boarding/ marketing material is that you also get a year's Lynda.com subscription with your Springboard course. This is a great resource to access if you have other disciplines you want to study.Overall, I'd recommend this program with the caveat that if your mentor doesn't feel right for you in your gut don't feel afraid to contact Springboard support immediately and talk it out with them. They are very responsive and immediately placed me with a mentor that fit my needs. I'm glad I learned the skills I did, and was able to create a professional portfolio from my learning experiences.Read Less",UX Design,UX/UI Design +245564,11035,springboard,Anonymous,True,2018,A Launch into the world of UX,2018-12-18,4.7,5.0,5.0,4.0,"The Springboard Introduction to UX Course is a comprehensive guide into the world of User Experience for any individual wanting to learn more about this field. At the end of the course, students will have a full scope of what work goes into UX, along... Read More with their own projects to prove it. This course gave me the knowledge and understanding about the UX process, and allowed me the opportunity to craft a portfolio ready to present to future employers. At Springboard, the goal is not only to help you gain and understand the skills, but more importantly, to show you how to apply them.Read Less",UX Design,UX/UI Design +245534,11035,springboard,Xu Yang,False,2018,Stepping into the Data Science World Via Springboard,2018-12-18,5.0,5.0,5.0,5.0,"At the end of 2017, I spent two and half months completing the 'Introduction to Data Science' at Springboard, but ""Data Science Career Track"" is a totally different thing. I had thought I could complete it within six months, and actually I spent near... Read More eight months. Thanks to the supporting team of Springboard, their kindness, understanding and encouraging, helped me overcome challenges and finally completed the Data Science Career Track course, and under the help of my career coach, now I have more confidence in the job seeking market and use skills I have learned from Springboard to gain more opportunities than I had expected.Now I heard that Springboard has a new course for machine learning engineering, that is so great! Maybe I will take it in the future.Read Less",Data Science Career Track,Data Science and Analytics +246122,11035,springboard,Donnie Meyer,False,2018,Introduction to Data Science,2018-12-15,4.0,5.0,4.0,3.0,"I completed the introduction to data science course in 3 months. The course used the R programming language and covered important skills required of data scientist. This included data wrangling, data visualizations, data story telling, probability and... Read More statistics, and machine learning. The course also provided career resources. The material in this course was good and I believe I learned a lot. There is also a capstone project you are required to complete. This is where you bring all the skills you learned together. The best part of the course was a mentor who’s is a professional data scientist where you get 1:1 calls once per week. You can chat about anything data science related. The mentor helps guide you and motivate you, especially on the capstone project.All in all I thought the learning experience was really good. Pros:1:1 mentor callCapstone projectLearn r programmingCons:I wish some of the assignments where hands on (a lot where) but some were assigned through datacampRead Less",Introduction to Data Science,Data Science and Analytics +242180,11035,springboard,David Burns,False,2017,A great place to learn Data Science with awesome mentorship and personal guidance.,2018-12-14,5.0,5.0,5.0,5.0,"The pro's are the mentors and career coaches are very helpful. The curriculum is self paced so being a self starter and having extra time to put in to the course weekly is a must. Overall, I would highly recommend this course to aspiring Data Scientist.... Read MoreRead Less",Data Science Career Track,Data Science and Analytics +246998,11035,springboard,Alvaro Hu,False,2018,"Springboard taught me more analysis than science, but that's what I wanted anyways",2018-12-11,4.3,5.0,4.0,4.0,"Pros:-Support is great. Never went a few days without a response-Mentor was very helpful-A lot of practice on the analysis side, which was great, since I wanted to get into data analytics, but not so much practice on the Data Science side of things-Mock... Read More interviews were helpful-Mentor put my name in for a position and I was hired as a contractor, so it's already paying offCons-Second half of the course seemed a little unfocused (though that might be because of the track I chose)-This might be only with the career coach I was paired with a few times, but they seem to rely heavily on contacting random people to ""grow your network"" in order to eventually get a job. They don't do much on the side of directing you to anyone who can realistically get you a job.-CAUTION: I took this course while completely unemployed and worked my butt off for 4-4.5 months to complete it. I do not see anyone realistically completing this course within 6 months with a full time job, unless you lose countless hours of sleep.Read Less",Data Science Career Track,Data Science and Analytics +245932,11035,springboard,Michele,False,2018,Springboard is a great program and I'd highly recommend it to anyone looking to learn more about UX,2018-12-11,5.0,5.0,5.0,5.0,"Springboard was a great program and I highly recommend it. Over just a few months, I learned best practices, workflows, examples of career types in UX and so on. I also really liked the mentorship that comes with Springboard. Overall it was a great course... Read More and I'm glad I took it.Read Less",UX/UI Design,UX/UI Design +245879,11035,springboard,Mike Cooper,False,2018,Springboard UX Course review ,2018-12-11,3.7,4.0,4.0,3.0,"Overall, I came away learning about the fundamentals of UX Design in a creative and unique style.I enjoyed the homework challenges and the creative process.If there is a con , I would say I would like to see more engagement from the faculty and mentor,... Read More giving some real world scenarios and situations.Read Less",UX Design,UX/UI Design +246078,11035,springboard,Ameena Khan,False,2018,Couldn't Recommend Highly Enough,2018-12-10,5.0,5.0,5.0,5.0,"I had a fantastic experience with Springboard. I took their Introduction to Data Science course in fall of 2017 and their Data Science Career Track course in 2018. The course was a great alternative to a fully immersive bootcamp, since I wanted something... Read More that allowed me to quickly learn the skills required for a Data Scientist while still being able to work my full time job. The course does require a lot of self-discipline in time management since you're working through everything online and there is a lot of material to get through. I ended up spending an average 10-20 hours per week working through the course material so that I could finish in 6 months. The biggest asset for me was the weekly meetings with my mentor. He was a huge help in making sure I understood the tutorials and assignments and he helped keep me accountable and on track.If you are willing to put in the work and don't mind learning online in an isolated environment instead of in a classroom, I highly recommend Springboard. It was a lot of work, but ultimately worth it because I ended up landing my first job in data.Read Less",Data Science Career Track,Data Science and Analytics +246072,11035,springboard,Crystal Lipscomb,False,2018,Great introduction into the field of UX.,2018-12-10,4.0,4.0,4.0,0.0,"I signed up for this course after learning about UX and wanting to make a career change. Ultimately I chose this school over others because of the access to mentors and flexibility to complete the coursework on my own time. I was completely new to the... Read More field so I wanted mentors to help guide me. Also I worked full time, so I didn't want to commit to a specific class time every week. The overall course structure starts with a product idea that you create and walks you through the UX design process with the guidance of a mentor. The actual course work is pretty much a compilation of videos and articles that are available publicly online. For a beginner, it's nice that the course organizes the content appropriately. I wish the time with the mentor was longer, because 30 minutes once a week comes and goes really fast! It's important that you're mentor clearly understands what you want to get out of the course, that helps to determine how detailed they are in feedback. Hallie was also an amazing student leader and Fabio & Emily were great as an additional resource in the weekly office hours. You can check out videos on YouTube to see how office hours are structured. I'm really glad I took this course as it helped me move from a job I didn't like in manufacturing to a product manager for a web development company!Read Less",UX Design,UX/UI Design +245878,11035,springboard,Jonas Cuadrado,False,2018,"Deep, well structured course",2018-12-09,5.0,5.0,5.0,5.0,"I recently completed the Data Science career track course and I'm very pleased. The biggest benefit is the flexibility, I had to take a 2 month break for personal reasons and the return was as smooth as possible.PROS:It's online, and very flexible, so... Read More you can go at your own pace, even take some time off if necessary. I was doing this along my PhD.The contents are deep and detailed, well oriented to the professional worldThere is a team of people helping you, from having feedback from your exercises, mentoring, and career supportJob-back guarantee if eligibleThe work you carry out is engaging and interesting, and you work with real dataCONS:Really, the only possible improvement is that sometimes it felt we returned to contents that were quite established. A couple of online videos and exercises were somewhat repetitive.Read Less",Data Science Career Track,Data Science and Analytics +246031,11035,springboard,Don Esperon,False,2018,Enlightening,2018-12-07,5.0,5.0,5.0,5.0,"Springboard's UX Design Course sets you up for success. The curriculum excellent, and it's ""learn through experience"" drives real results. I now have a portfolio that I know can land me a meaningful job in UX Design. But what's most important is that... Read More now have the skills and confidence in UX Design to have a real-world impact. Springboard matches you with a mentor who will guide you from start to finish. Having a mentor is fundamentally important when being introduced to new design challenges/projects. I couldn't have put out my best work without my mentor. Springboard also has a supportive community of students and Designers, who keep you motivated and serve as a constant source of inspiration. Springboard is excellent, and I wish them the best.Read Less",UX Design,UX/UI Design +240472,11035,springboard,Nazanin K,False,2018,Springboard Introduction to Data Science,2018-12-06,5.0,5.0,5.0,0.0,"I started the course with absolutely zero knowledge of data science. I almost didn't even know what it's about it. In almost a month I was at the point that I knew about Machine Learning techniques and I am so glad I took the course. Since it was online,... Read More I had to tune it to my own pace and I really enjoyed the learning process. I had previously taken courses from other online institutes (no names will be mentioned) but I had got nothing out of them sadly (truthfully). Good thing about Springboard is that it's a blend of online school with human interactions, office hours, mentor calls, etc. that I guess is their winning card.Read Less",Data Science,Data Science +233591,11035,springboard,Anonymous,True,2018,Data Science Career Track,2018-12-06,4.7,5.0,5.0,4.0,"Overall, it was an interesting and fruitful alternative to going back to grad school to get another degree (I already have an engineering masters). A lot of the program is about your willingness to put time into learning the concepts. The mentoring component... Read More and capstone projects are the differentiators of this program. I thoroughly enjoyed the experience!Note: Make sure you get along with your mentor!Read Less",Data Science Career Track,Data Science and Analytics +245989,11035,springboard,Jonny Peacock,False,2018,A great place to study online,2018-12-05,5.0,5.0,5.0,0.0,"I really enjoyed my course with Springboard. Compared to other bootcamps/online courses I've done they really make an effort through the mentoring and support to genuinely help you get to where you want to be. In my case, I was familiar enough with most... Read More UX concepts but hadn't had many opportunities to put them into practice or demonstrate my skills, and wanted to move into UX design as a career.To that end, the curriculum was less important to me than the opportunity to work on an end-to-end design project with mentor guidance, which I could then use to start a portfolio. So the capstone project was a perfect format to help me reach the main goals I set out to achieve when choosing a course, namely to feel more confident in my UX and visual design abilities, and to have a portfolio to share with employers. However, the learning material itself does give a good grounding in a broad range of UX concepts and skills, so if you're a beginner you'll definitely be sent down the right paths. There's a tonne of UX information out there online, but on the whole Springboard do a good job of bringing the basics together without getting you lost in the details.I've just finished my course and haven't got to the point of applying for roles yet (I want to try and expand my portfolio a little further first), but I would definitely recommend the course to anyone looking to achieve what I have. I have no regrets about making the jump!Read Less",UX Design,UX/UI Design +245931,11035,springboard,Anonymous,True,2018,SpringBoard - Introduction to data science,2018-12-05,4.0,4.0,4.0,0.0,The course is well structured as it starts with the basics of R and covers the most of the tools and techniques required for data analysis and data mining. Its also great to have an expereinced mentor to direct you with your capstone projects.There were... Read More some really complex statistical modeling topics which i personally found it difficult it would have been nice if i had few topics to chose from as i was more inclined on the text analytics type of topicsRead Less,Introduction to Data Science,Data Science and Analytics +245964,11035,springboard,Joshua Kim,False,2018,Springboard Data Science Career Track Review,2018-12-05,4.3,4.0,4.0,5.0,"The last 6 months has been quite the journey and I'm happy to have chosen Springboard to jet-start my data science career. The program covers a lot of ground and includes concepts such as Python programming, SQL databases, inferential statistics, building... Read More your resume/cover letter, networking with professionals, machine learning, etc. Pros:- Everything is online so you can learn at your own pace.- You are assigned a personal mentor who is a data science professional.- You have access to extra daily mentor calls with one of the other data science mentors.- The course will help you complete 2 major capstone projects that you will add to your data science portfolio.- The curriculum is very thorough and presents you with an abundant amount of resources for learning.- There are many mini-projects along the way that help you practice your learning.- You can schedule calls with career coaches who will help you prepare for interviewing and beefing up your resume.Cons:- Since everything is online, there are no live instructors who give you feedback in-person.- Getting feedback on your projects may sometimes take a while because the TAs are typically busy.- Some of the material was confusing, which resulted in difficulty understanding some of the concepts.Overall, I would give Springboard a rating of 4/5. I definitely recommend it to anybody interested in becoming a data scientist!Read Less",Data Science Career Track,Data Science and Analytics +245899,11035,springboard,Anonymous,True,2018,UX DESIGN - Springboard,2018-12-04,4.0,4.0,4.0,4.0,"What a jump into a new life!As my goal is "" becoming a digital nomad"".. I really enjoyed the way Springboard structured the UX Design course. It was available while I was in Namibia, South Africa and Mauritius - so as long as you have a good connection... Read More you are ready to go! They assign you with a suitable mentor straightaway which i found to be a huge bonus. You definitely go through the process from UX Design and the community is very helpful anytime! I would recommend it.!!Read Less",UX Design,UX/UI Design +245923,11035,springboard,Anonymous,True,2018,This UX Design bootcamp inspired me so much!,2018-12-03,3.7,4.0,5.0,2.0,"The Springboard UX Design bootcamp was a great crash course for people looking to explore the field. The resources are all from expert practitioners and I gained a lot of inside knowledge from my mentor! My only critiques are 1) the community forums could... Read More be a little more user friendly (finding out where to post is a little complicated) and 2) the job board and career networking forums aren't regularly updated. They provide a few links and suggestions to help you build your resume and portfolio, but at the beginning of the course I was under the impression that career assistance would be a little more enthusiastic. Other than those things, I'm very happy with the knowledge and wealth of resources I gained in the course. I now have a solid footing to build my UX portfolio based on the methodologies they teach. It also helps that I have access to these resources forever!Read Less",UX Design,UX/UI Design +245839,11035,springboard,Onyema Nwokolo,False,2018,Springboard UX Design Course,2018-11-30,3.7,4.0,3.0,4.0,I really enjoyed the way Springboard structured the UX Design course. They assign you with a suitable mentor straightaway which i found to be a huge bonus. You definitely go through the process as a all rounded UX Designer so if your someone who doesn't... Read More know much about the research or testing side this course is very helpful!The only cons I have would be the platform they use for students to learn. It could be improved so it works a bit more seamlesslyRead Less,UX Design,UX/UI Design +245788,11035,springboard,Jonathan King,False,2018,Worth Every Penny,2018-11-29,5.0,5.0,5.0,5.0,"A great program with a job guarantee! If you're self driven, this course will really jump-start your career in Data Science, or your money back! The curriculum was challenging, but fair, and I was able to learn a lot in a short time. The net result was... Read More being hired as a level II analyst (with no prior data analyst experience), which also resulted in a 30% increase in my salary!Read Less",Machine Learning Engineering Career Track,Machine Learning and AI +245855,11035,springboard,Arielle Shander,False,2018,An excellent introduction to the field of user experience,2018-11-28,5.0,5.0,5.0,0.0,"Springboard's UX Design course is an excellent introduction to the field of user experience. The curriculum, my wonderful mentor, and my project all worked in tandem to solidify my understanding of the general UX process, such as creating personas and... Read More conducting usability tests. It's also more affordable compared to many other bootcamps, which can cost thousands of dollars. Springboard is self-paced and has a monthly fee, so you can complete it earlier and pay less, which is what I did. My student advisor, Dave, was kind enough to help me determine how to reach my personal goal and spend what I could afford.Although there is no job guarantee (apparently, a ""UX Career Track"" course was recently added for this purpose), the UX Design course helped me learn new skills and flesh out my existing portfolio. A lot of UX job ads specify that a UI background and/or HTML and CSS skills are required, which are areas where I currently lack proficiency. I'm hoping I'll eventually be able to get a stable UX job (perhaps after acquiring more technical knowledge) or apply my skill set to a similar field.To summarize, I highly recommend Springboard if you want to understand the UX process as a whole, though you will benefit further if you already have front-end development experience.Read Less",UX Design,UX/UI Design +242500,11035,springboard,Maryna Knaidel,False,2018,Good base for future accomplishments,2018-11-27,4.0,4.0,4.0,0.0,"I've taken a UX design course with Springboard in the fall of 2018. I've chosen them for one on one weekly lessons with the mentors, working in the industry. The curriculum is pretty good, and there is always an awesome guy Andrew (I hope i haven't confused... Read More the name) on forum who always reacts to anything you post, so at least you are getting some reaction, which is nice. This being said, there is a lot of stuff you need to dig into yourself if you really want to get to the core of it. However, this course helped me understand what I am really interested in (UX) and what I am not too passionate about (UI). Overall, it has been great experience.Read Less",UX Design,UX/UI Design +242332,11035,springboard,Courtney,False,2018,GREAT UX DESIGN COURSE,2018-11-26,5.0,5.0,5.0,5.0,"The course was incredibly easy to jump-in and start learning right away; with a nice variety of mediums to learn from. I come from a completely unrelated background and came to this course to make a career change. Springboard gave me all the tools that... Read More I needed to become fully confident in learning the UX process from start to finish, theories as well as modern-day applications AND getting me a solid first project to showcase on my portfolio. 1:1 mentor calls were by far the best part and extremely helpful especially with an online course for when questions or guidance is needed. The community resource was great and support system for any course related help was immediate and on top of their game. Can't say enough great things!Read Less",UX Design,UX/UI Design +245704,11035,springboard,Kate,False,2018,Spring board UX course ,2018-11-16,4.0,5.0,4.0,3.0,Good program for entry level. I love how flexible it is.,UX/UI Design,UX/UI Design +245626,11035,springboard,Annapoorani Chockalingam,False,2018,Best Data science course,2018-11-15,4.0,4.0,5.0,3.0,I am so happy that I took Data Science Career Track with Springboard. Curriculum is well structured. My mentor Dipanjan helped very much technically also motivated me throughout the course. Career Counselors helped very much resume preparation and job... Read More searchRead Less,Data Science Career Track,Data Science and Analytics +245512,11035,springboard,Reka Tihanyi,False,2018,I'm highly satisfied with Springboards UX Design course. ,2018-11-15,4.3,5.0,5.0,3.0,"I'm very satisfied with Springboard in every aspect. The lessons are well-made, valuable and useful. My mentor, the team and the support of Springboard were excellent. The things I would have improved, that I would optionally make it possible to lengthen... Read More the time of the weekly calls. I would give more attention and time to the career development. Overall I'm highly satisfied with the course, I would recommend to any of my friends who are interested to learn UX Design.Read Less",UX Design,UX/UI Design +245492,11035,springboard,Nirmal Patel,False,2018,Introduction to Data Science Springboard using R,2018-11-15,4.5,5.0,4.0,0.0,"ProUser friendly format, Good community, Intelligent Mentors, Well organized material, and decent set up for office hour materials. The monthly fees can be used for the career track of up to $1000 and also they did have the first month free to try when... Read More I took it. My mentor Max Sop did an excellent job in being efficient and letting me know what needed to be done and also pushed me to meet the goals we set.ConShould be a little more challenging and code driven, though i do understand its an introductory course and needed to cover the basics. Many times you may not find the answer right away even if its an easy solution so learn to use your resources to you advantage this can be hard. Do not waste time if you are stuck, try to keep moving through the material and learn to come back or ask if you need help.Read Less",Data Science,Data Science +245424,11035,springboard,Nirmal Patel,False,2018,Introduction to Data Science Springboard using R,2018-11-15,5.0,5.0,5.0,0.0,"ProUser friendly format, Good community, Intelligent Mentors, Well organized material, and decent set up for office hour materials. The monthly fees can be used for the career track of up to $1000 and also they did have the first month free to try when... Read More I took it. My mentor Max Sop did an excellent job in being efficient and letting me know what needed to be done and also pushed me to meet the goals we set.ConShould be a little more challenging and code driven, though i do understand its an introductory course and needed to cover the basics. Many times you may not find the answer right away even if its an easy solution so learn to use your resources to you advantage this can be hard. Do not waste time if you are stuck, try to keep moving through the material and learn to come back or ask if you need help.Read Less",Introduction to Data Science,Data Science and Analytics +237276,11035,springboard,Kai-yu Chen,False,2018,Highly recommend to someone who are looking for transitioning to data science field,2018-11-14,5.0,5.0,5.0,5.0,"The price is affordable compared to other data science bootcamp. The team is very supportive and you will be able to finish your own projects with the support from the team.The program not only take care skill sets, but also equip you with tips for interviews... Read More and negotiations. They also provide career coach service where you can revise your resume and do mock interviews. In summary, they prepare you with most of the thing that enable to to work in a data science field.Read Less",Data Science Career Track,Data Science and Analytics +245139,11035,springboard,Aaron Mensah-Peprah,False,2018,A well structured program ,2018-11-14,4.3,5.0,5.0,3.0,Springboard brings a new edition of a well structured career development to meet current needs of the corporate.The mentors are career oriented and just on top.,,Unknown +231567,11035,springboard,Diego Encarnacion,False,2017,Springboard Launched my Career,2018-11-13,5.0,5.0,5.0,5.0,"Springboard's course on User Experience (UX) Design profoundly changed my career path. Only three years ago, I was a philosophy major at Vassar College. While I was a tech-enthusiast, I always believed that my non-coding background limited my ability... Read More to enter this field once I graduated. However, by sheer luck, I stumbled upon Springboard's online UX course and signed up. At the time, I hardly had any little knowledge of what UX was at all. Now, as a UX Designer at IBM, I cannot stress how pivotal this course in enabling me to jumpstart my career.Springboard uses an intuitive website to guide students through the various stages of designing a mobile application or website (which may conveniently enough be used as a portfolio piece). Utilizing a mixture of articles, interactive courses, and videos, I was able to gain a firm understanding of the different design research methodologies popular in the field. This was important on two fronts. Firstly, these techniques helped me design better applications, since tools like card sorts, interviews, and wireframings genuinely help you design better experiences and can be applied virtually anywhere. Secondly, the techniques I learnt served as buzzwords to those I interviewed with for UX Design roles that demonstrated my knowledge in the field.On top of this, there were two aspects that made this course truly successful. The first was the weekly Skype calls with a design mentor. At the start of the course, I was assigned a mentor who was a professional in the field. Once a week I could consult her with any questions about the coursework, or any career-related questions I had. Cultivating this relationship humanized the course for me, and transformed it from a collection of videos and literature to a full-fledged course. The second aspects that stood out to me was the price. At 400 dollars a month, you really can't complain given the material you're given. I was able to go on to develop 4 portfolio pieces with other clients after the course to build my name- other popular alternatives such as General Assembly will run you thousands of dollars more.Overall, would definitely recommend this course!Read Less",UX Design,UX/UI Design +245697,11035,springboard,Esme Gaisford,False,2017,"Great Mentor , great information and 2 Capstone projects",2018-11-12,4.0,4.0,4.0,4.0,"I joined the Data Science Career Track in order to gain the hard skills associated with Data Science after working w/ a small start-up as an impromptu Data Researcher and Analyst and having previously earned an MS including classes in stats.I chose the... Read More program for it's emphasis on application of skills in my own projects, and the flexible relationship with the Mentor. Pro: - Mentor was great, had real-world experience and served as a great resource to help me define a good question and project as well as solve technical questions w/ my coding. She also provided extra resources if I wanted to practice or further develop a skill from the program. - included some optional extra projects and lessons for many skills, so you could easily do extra practice if desired. - Great lessons on ML and AI applications, and A+ lectures.- Career services was very involved if desired, and very flexible about providing support. Con: - not enough lessons/ practices provided for advanced SQL , which ended up being emphasized in the career process. - As an online course it is great, but it would be great if they helped organize weekly study sessions for students in the Bay Area, or other dense locations and encouraged students to work together.Read Less",Data Science Career Track,Data Science and Analytics +232296,11035,springboard,Lisa Benamati,False,2018,Very good experience,2018-11-12,4.0,4.0,4.0,0.0,"I learnt and acquired a lot of new important skills for the data scientist position. I appreciated in particular the projects because, in that way, I could work with different dataset and applied the techniques and also the DataCamp lessons.",,Unknown +245660,11035,springboard,Anonymous,True,2017,stay connected!,2018-11-12,5.0,5.0,5.0,0.0,"I was really happy to choose Springboard for my data science education. Springboard's student service is consisting of dedicated people, who are always willing to make the best for all individuals. If you have any problem, don't hesitate to ask for help!... Read More Otherwise, they cannot know. So, being engagement with student advisor or any people from Springboard is really important for the success. They are always ready to help. They give importance to people's education and happiness rather than their business. From student advisors to mentors, they are all helpful, generous and professional.Read Less",Data Science,Data Science +245631,11035,springboard,Yisroel Lazerson,False,2018,The Springboard Data Science track has truly been an amazing course! ,2018-11-12,5.0,5.0,5.0,5.0,"I come from a software engineering background. I have been developing data-centric applications for over a decade but have never did any data science.I always wanted to take it to the next level by learning data science/machine learning, but I always... Read More found it too difficult to do on my own. There's just too much knowledge/learning-paths/etc. out there that I kept getting confused on which way to proceed.Thankfully, I found Springboard. They have been an absolute lifesaver. The best thing about the course is that it lays out a clear path on how to get from A to Z. No more constant confusion. The mentors there really helped guide me and keep me focused on what really mattered and not get lost down a rabbit hole etc.The course takes a lot of work. But by the end of the course I was already able to implement data science solutions for my employer. 'Tis been an amazing experience - I highly recommend Springboard!Read Less",Data Science Career Track,Data Science and Analytics +245396,11035,springboard,Rafael Moura,False,2018,Springboard Feedback,2018-11-11,5.0,5.0,5.0,5.0,From start to finish I was very pleased with this program. It does require you to stay focused and self motivated but as long as you can keep a good work ethic I don't see why someone should succeed in this program. It was very informative and the courses... Read More were quite thorough. 10 out 10 would recommend this program to anyone who desires to pursue a career in UX design.Read Less,UX Design,UX/UI Design +245315,11035,springboard,Noel Hernandez,False,2018,"Springboard is the best e-learning platform, the best part is learning from your mentor.",2018-11-10,5.0,5.0,5.0,5.0,"I learned a lot from the Business Analytics course, 90-days learning from the best mentor. I loved the idea of working on the projects and having the mentor review them and giving feedback once a week. The use of real-life business projects is awesome... Read More it makes you think in different perspectives. If you have a hard time with time management or you have a lot of stuff in your plate you need to make sure you manage your time wisely and take at least 1 or 2 hours daily to work in the project.Read Less",Business Analytics,Data Science and Analytics +245268,11035,springboard,Justin Bruss,False,2017,Springboard helped me make the leap,2018-11-10,4.3,5.0,5.0,3.0,"I had been working as a graphic designer for over 4 years (usually in Print, Digital ads, and branding) but was feeling stuck in my freelance/agency career. I decided to jump fully into UI/UX after I had enjoyed my first app project but felt like I wasn't... Read More completely informed about my design decisions. Springboard had a great 'work at your own pace' curriculum that I jumped right into. I finished the course in 3-4 months and in the middle of the course I acquired my first UI design client. I still work with that client today, and a few others.Springboard provided me with confidence in my design, project proposals, and UX consultations. I now work full time as a freelancer in the UI/UX field and I love it.Read Less",UX Design,UX/UI Design +245647,11035,springboard,Anonymous,True,2017,Insightful,2018-11-10,2.7,3.0,4.0,1.0,"The Pros: Attending the Springboard UX Design program helped me fill in some gaps about the UX Design process. I had some exposure and practice with the UX process before taking the course. However, my knowledge and experience were minimal. The Springboard... Read More UX course helped me gain some new skills as well as giving me a few mock projects for my design portfolio. Having access to a real mentor gave me the confidence that I was on the right path to learning UX design. My mentor was helpful and insightful in answering questions I had about the UX process and the new skills I was learning. In addition to the online training curriculum, I also had the support system of fellow students taking the course. This was helpful when getting feedback about my projects. The cons:The Springboard UX Design course is a great course for anyone who is alright with learning online. If you like to ask lots of questions, or need to be able to interact with other humans then this course probably isn't the best. Although you do have access to other students through an email type system, that about it. You are assigned a mentor, but you have limited time with your mentor over skype or via phone calls. In this respect, you miss out on that detailed human interaction that you can ask detailed questions and get real feedback.Read Less",UX Design,UX/UI Design +245645,11035,springboard,"Dimitri Kourouniotis, MSc",False,2017,"Overall very challenging but rewarding, hopefully the time estimates for the curriculum coursework has been addressed.",2018-11-10,4.0,4.0,3.0,5.0,"I know the curriculum has changed since I started the course Oct 2017, so some of the criticisms may no longer apply. The strongest part of the course is the access to the mentor(s) and the team of career coaches. The curated course content overall is... Read More very good, though some lectures are from 4-5 years ago.The main focus is the two capstones and the mentor interaction to keep you moving forward on them.The Python datacamp courses (at the time) where mostly useful, though at some points I used other materials from courses like Udemy or LinkedIn Learning where the curriculum fell short of the coursework being asked.The coursework at many points has incorrect time-estimates for the (2-4 hrs suggested but actually needing 10-20). Some coursework questions and worksheets were out of date or missing. If you have a full-time job then staying on a schedule based on the course completion time then you will be as frustrated with this as we were. The most common observation on the forums was the poorly supported statistics element, with insufficient course material for a crucial element of data science and insufficient study material for the coursework.I have worked every week/other week with my career coach to refine my resume, profile etc. I am getting invitations to on-site interviews and phone screens.Read Less",Data Science Career Track,Data Science and Analytics +245637,11035,springboard,Zhenfeng Liu,False,2018,Springboard Data Science Career Track,2018-11-10,5.0,5.0,5.0,5.0,"I attended the Springboard Data Science Career Track program for ~5 months. I did some research before entering. I had some coding and data analysis experience before entering. This one suits me the best among other data science courses, because (1) It's... Read More online, so I don't have to quit my job. (2) It's mentor supported, very few if any online program offer that (3) It has a job guarantee. Overall, the experience was fantastic.The curriculum, while not perfect, is well curated and organized and covers not just technical subjects, but also career support. I get 30 minutes with a mentor every week to review my assignments, answer my questions, etc. My mentor had similar background as I do and had gone through the academia to industry transition before, so he was able to offer valuable advices in addition to technical guidance. At the end of the course, I was required to pass 4 mock interviews and complete two capstone projects which prepared me a lot for the job hunting. I landed interviews from many companies, from start-up to large companies like Amazon, near the end of my study. Though, I have to say, the course alone won't be enough for interviews at the likes of Amazon and Google, it should be sufficient to help you land you positions at mid-tier companies.Overall, I find what I learned very useful, the experience with my mentor pleasant, and the cost reasonable. If you are someone who is considering transition to data science, but cannot quit your job for dedicated bootcamps, I definitely recommend this program from Springboard.Read Less",Data Science Career Track,Data Science and Analytics +239542,11035,springboard,Ian Thomas Farrell,False,2018,"If you're a self starter, Springboard could be for you.",2018-11-09,3.7,4.0,4.0,3.0,"I walked into Springboard with not a lot of expectations, mostly because I knew so little about UX Design to begin with. With my background in graphic design though, I found that a lot of the teachings and exercises came intuitively as I navigated the... Read More coursework. For those who don't have the same background as I do, I still think it would be a solid course to do; Springboard provides a really good general overview of what UX is and all its separate pathways found in the tech bubble today. The mentorship works great as a personal nudge/kick in the butt when you need it to, and there's some fairly decent peer feedback as well on the community boards.Read Less",UX Design,UX/UI Design +231645,11035,springboard,Andrew Zoka,False,2016,Great learning experience,2018-11-09,5.0,5.0,5.0,5.0,"The great thing about Springboard is the abundance of support, weekly calls from the mentor and a clear walk through of the cutting edge course material.",UX Design,UX/UI Design +245617,11035,springboard,Iren,False,2018,Great if you are just starting out in the field,2018-11-09,4.0,4.0,4.0,0.0,"Starting UX with Springboard was challenging especially if you come from non- designer field. My accomplished tasks looked unprofessional, due to the lack of knowledge in the graphic design field. It gave you theoretical knowledge, however, the content... Read More of the course is not written by Springboard but rather patched out from different online resources and for that reason, the course was expensive for me. I did graduate with a portfolio but it is far from being job ready. It was a great beginner course that was very organised and challenging at the same time, it was for sure pushing you out of the comfort zone. Give it a try if you are totally a beginner.Read Less",UX Design,UX/UI Design +240702,11035,springboard,Paul Carson,False,2017,Great experience with Springboard intro to ds,2018-11-09,5.0,5.0,5.0,0.0,"Having a mentor to keep moving forward and bounce things off of was very helpful. The content was great but being able to reach out with the inevitable, wait, how does that work type of questions was great.Working through a capstone project provided a... Read More concrete artifact to discuss during interviewsRead Less",Introduction to Data Science,Data Science and Analytics +240700,11035,springboard,Anonymous,True,2018,Worth every penny,2018-11-09,5.0,5.0,5.0,5.0,"This program helped me nearly double my salary, and got me into the job that I wanted.",Data Science Career Track,Data Science and Analytics +240644,11035,springboard,Anonymous,True,2018,"Good course, good material",2018-11-09,5.0,5.0,5.0,0.0,The program was great - the one on one time with a mentor was good as well. I was between jobs and wanted to change career paths so it gave me a good footing for the world of UX design and the behind the scenes look at what and how things get done. it... Read More was hands on and going through the various sections not only builds to a great capstone project but a good portfolio piece be able to talk about as you go out and interview.Read Less,UX/UI Design,UX/UI Design +244373,11035,springboard,Michael Olheiser,False,2017,An interactive experience that pushed me to learn more,2018-11-09,4.3,5.0,5.0,3.0,Having a B.S. in Math reduced the learning curve for me to complete the content in the Introduction to Data Science course but the real challenge and fun came from the projects and interaction with my mentor and the community. Learning and research is... Read More not a solo effort and Springboard has designed their program around that. The weekly meetings with my mentor who was very knowledgeable and motivating pushed me to keep progressing on with my project and try new things that I never thought about in my previous education. Overall the course made me appreciate the lengthy and challenging in a Data Science project and how much you really need to work with other people to accomplish tasks.Read Less,Introduction to Data Science,Data Science and Analytics +239458,11035,springboard,Ellen Savoye,False,2017,Best decision ever,2018-11-09,5.0,5.0,5.0,0.0,I absolutely love Springboard!! I took the introduction to data science course and it was one of the best and most comprehensive programs I've seen in R. The student advisor and mentor aspect just take the course to that next level. I would absolutely... Read More recommend this to anyone looking to break into data science.Read Less,Introduction to Data Science,Data Science and Analytics +245594,11035,springboard,alice,False,2018,Springboard Data Science Career Track Program,2018-11-09,4.7,5.0,4.0,5.0,"I have a degree in physics and some gap years after graduation. I wasn't confident at all to find a job as a data scientist until I found Springboard as one of the best online training program with a job guarantee. It's quite intensive and helps me develop... Read More skills and build portfolios by working on real world datasets with guidance from industry experts-my mentor! As a not -so-fresh student without interviewing experience, I was very worried about the interviews: how it's like and how to prepare for it... Springboard has a section for mock interviews covering non-technical behavior interviews and technical interviews (project walkthrough interview, coding and general data science interview). I really like this part which gives me a lot of confidence. In addition to excellent mentor guidance, the career coach is also awesome. They can be of great help in sharing strategies in job hunting: helping reviewing/improving resume, cover letters and expanding networks. The only cons that I can think of is that some of the curriculum takes much longer than suggested.Read Less",Data Science,Data Science +245122,11035,springboard,Anonymous,True,2018,An Excellent Learning Experience ,2018-11-09,4.0,4.0,4.0,0.0,Springboard Ux Design was a very interesting and engaging experience. The mentor ship program alone is worth it because of the real life and real time engagement your mentor provides. The only “bad thing” about the course is that it only touches very... Read More briefly on each topic within UxD. It could be nice to have delved deeper into certain topics.Read Less,UX/UI Design,UX/UI Design +245038,11035,springboard,Anonymous,True,2018,I found the experience a great learning opportunity!,2018-11-09,4.0,4.0,4.0,4.0,"PROS: Great community, great student follow up, great encouragementCONS: My mentor had her own objectives going on",UX Design,UX/UI Design +245017,11035,springboard,Binlin Xia,False,2018,A good course with a comprehensive coverage on basics of UX/UI,2018-11-09,4.3,4.0,5.0,4.0,"The pros are the way that knowledge is structured in a very step by step way, perfectly graspable and suitable for a newbie in the field of UX design. The mentor is also a good addition to the course. The mentor seemed to be able to provide a lot of information... Read More in the field. The past portfolios and assignment submitted by the community is also a great resource to learn from. The only drawback, I would say, is that there is not enough interaction between the cohorts. I don't get to interact with peers that much.Read Less",UX Design,UX/UI Design +245013,11035,springboard,Stephen Patti,False,2018,"Introduction to Data Science was a quality program, going well beyond an entry level course. ",2018-11-09,4.5,4.0,5.0,0.0,"The resources, mentors, and educational quality are excellent. I'm sure the program developers do their best with time estimations. However, I personally found that I had to budget more time than estimated with most modules and projects.",Data Science,Data Science +245612,11035,springboard,Melanie,False,2018,I learned SO much!!,2018-11-09,5.0,5.0,5.0,0.0,"I decided take the Springboard UX design course over three months and I learned so much! It's definitely a starting off point, as you complete one project during the course and most UX careers will inquire more experience and material in your portfolio.... Read More But I feel like I know enough now to dive into creating my own case studies and build my portfolio. During the course, I was able to keep up with the projects and curriculum while I was juggling other work related projects, which was a huge plus for me. Also, being paired with a mentor was a game changer. It helped me talk about what I was learning so I could better understand why and how the material would be applicable in a real world context. I also really appreciated being able to get one on one feedback on my projects so I could be sure I was headed in the right direction. Some projects and reading materials took longer to get through than I had expected, but that might have been just me as I took a lot of notes! I would definitely recommend this course for anyone who is interested in learning UX!Read Less",UX Design,UX/UI Design +244965,11035,springboard,Jose Bacoy,False,2017,Great online training,2018-11-09,4.7,5.0,5.0,4.0,"I started looking for an online training/certification on Data Science in Jan 2017 and found Springboard as one of the best in terms of their curriculum. It started with basics then finishes up to big data/spark. Also, they have a job guarantee clause... Read More that they will return your tuition if you dont get a job after 3 months of graduation. In fact, I got a job offer before I finished all subjects in the curriculum. I also got a very supportive and excellent mentors, Medhi and Kevin. They shared their projects/experiences to me which gave me more ideas on what projects I can do. Would definitely recommend Springboard to my friends and colleagues.Read Less",Data Science Career Track,Data Science and Analytics +244905,11035,springboard,Anonymous,True,2018,"Great, self-paced bootcamp with weekly calls",2018-11-08,3.7,4.0,4.0,3.0,"I started the Data Science Career Track bootcamp in April 2018, completed Aug 2018. BACKGROUND: Graduated with a master's in one of the biosciences, few months prior to bootcamp. Due to my work, already had background in data analysis, stats, and programming... Read More in another language besides Python. Some Python tutorials were sufficient for applying to this bootcamp. CURRICULUM: Covers required basics, esp for data science interviews. Mostly based on pre-existing materials online, but Springboard does the legwork of sifting through the overwhelming sea of Internet resources and curating them into a chronological curriculum. Additionally, they’ve got their own resources, including lists of interview questions and networking how-to’s. These were immensely helpful. I also used the interview questions as a study guide, which paid off as several topics appeared in actual interviews. STAFF/MENTOR: Lots of support – you can schedule calls with a career coach, do mock interviews, and generally interact with other people in what could otherwise be an isolated journey of self-teaching. Incredibly professional and knowledgeable staff, very responsive customer support. I was also very happy with my mentor. The first one I was assigned to was a bit lackluster, but after having to postpone my start date, I ended up with another one. My weekly call with him helped me stay on track, and he was incredibly helpful and encouraging. This included post-bootcamp, when I sought his advice on choosing between jobs.CAPSTONE PROJECTS: Critical part of my resume, since I didn’t have industry experience or data sci projects where I used machine learning. Starting a project can be intimidating and unfamiliar, so the bootcamp provided me structure. Another Springboard staff member grades your project and provides feedback - I wish their comments/suggestions were more detailed though. COST: Steeper than I’d liked, but it paid off. I had the freedom to pursue this full-time, so I did the per-monthly plan hoping I’d complete it within 2-3 months. I ended up taking 4 months, but still avoided the heftier 6-month charge.JOB HUNT: Again, YMMV – like I suspect w/ many bootcamps out there. It’ll be up to you to do a lot of the networking. I reviewed my Springboard curriculum, plus lots of extra reading outside the curriculum (particularly practice tech & behavioral questions). Also deployed one of my Springboard projects as a Flask web app. I went to events/Meetups, did informational phone calls w/ close and distant contacts, and applied to several jobs (requiring cover letters) each week. Overall: Good self-paced curriculum that covers the basics. Pricey, YMMV, but worth it for me ultimately. I found a job 2 months after completing the bootcamp, but a lot of the post-bootcamp work was on me to apply, network, etc. Happy with my mentor and interactions with staff.Read Less",Data Science Career Track,Data Science and Analytics +244882,11035,springboard,Lissette Garcia,False,2018,Spring Board Bring Opportunities from the beginning,2018-11-08,5.0,5.0,5.0,5.0,"My experience with SpringBoard has been great since day one. Since the day I signed in I still feel like part of the Springboard family. Before I even got my certificate I was still able to land a better job just by saying that I am currently finishing... Read More a UX Course with Springboard on my resume. Springboard helped me land the job that I am currently in. Also, the mentors are great!Read Less",,Unknown +245611,11035,springboard,James Huh,False,2017,"Not what I expected, but it got me a job!",2018-11-08,3.7,4.0,3.0,4.0,"To start, I had no experience in UX design. My background was video (production/editing) and graphic design. I wanted to expand my skillset but not break the bank on those other courses so I chose Springboard.Pros:- My mentor, Sarah, was amazing. Her... Read More background in UX was mind blowing and gave great inputs on my projects and great advice on everything. - The Capstone project was really cool to do, it pretty much built my portfolio and the mentor helps you along every step of the way.- The smaller assignments were great tools to learn about UX design and it really helps grasp some concepts.- You can work at your pace, finish quicker if you wanted, or finish at a later date than expected.Cons:- I don't think the course material is all that great. It's just articles and videos online curated by the staff and I honestly didn't feel I was ""learning"" much from them.- The course I took was online, so if you don't put in time and work, you won't get anywhere and waste $$.Overall:I think with the Springboard UX Design course, you get what you put in. If you are determined to build a great portfolio and get things done on your own, this will help you grasp the concepts and push something out so you can interview. If you need someone to babysit you and teach you things page by page, this is not for you. Don't take this course expecting them to set you up with a job or anything. Luckily for me, around the time I finished my project, I applied to a position that was looking for someone with my background + UX Design and they were impressed with my portfolio so I didn't need the job counseling that my mentor initially offered.Read Less",UX Design,UX/UI Design +244585,11035,springboard,Anonymous,True,2018,Springboard - Intermediate Data Science,2018-11-08,5.0,5.0,5.0,0.0,Great course. Highly recommend. It's fast paced and you're constantly learning throughout the 3-4 months you're in the program (for the Python Intermediate Data Science Course). The mentor is great for you to ask questions and is a different spin on the... Read More whole online learning that I've been through at leastRead Less,Intermediate Data Science,Data Science and Analytics +244546,11035,springboard,Michele,False,2018,Wonderful experience ,2018-11-08,5.0,5.0,5.0,0.0,I took the UX design course with Springboard and had a great experience. The weekly mentor calls were extremely helpful to guide me through my capstone project. The capstone project is not a generic project so what you show on your profile is unique.... Read More They also allow you to pause the class if you need to take a break. I would take another course with Springboard.Read Less,UX Design,UX/UI Design +244167,11035,springboard,Jennifer LaPeruta,False,2018,Springboard is Awesome!,2018-11-08,5.0,5.0,5.0,5.0,"I took the UX Design coarse at Springboard. Loved it. The project work was amazing, but the best part was the mentor. LOVED him. Great Experience all the way around.",UX Design,UX/UI Design +244046,11035,springboard,Deirdre,False,2018,Springboard UX Design course ,2018-11-08,4.7,5.0,5.0,4.0,I just completed the Springboard UX design course and I have to say I really enjoyed it. The content is very relevant and hands on. My mentor was very knowledgeable and so positive! Any question I had he provided an answer. There’s a community also and... Read More you can get help and feedback. The student advisor Dave was also a great help to me. So much support is available and I really like everyone shares their work and you can get inspired. Really well thought out course. I have so much material and deliverables for my portfolio. I would highly recommend if you are seeking a course in UX design.Read Less,UX Design,UX/UI Design +245563,11035,springboard,Sonya,False,2018,Amazing experience,2018-11-07,5.0,5.0,5.0,5.0,"I opted to go with Springboard because of the flexibility of the program. I also looked over the curriculum for Springboard v. other immersion programs and Springboard looked to be more extensive. I really enjoyed the process - you get exactly what you... Read More put into it. The mentor that I ended up finishing the project with eventually became more of a friend. They were able to walk me through their thought process of my projects and what others are looking for in real-life situations. My mentor provided great feedback, and not just during our weekly meetings. She would give me feedback throughout the week for me to think about. I would definitely recommend this program to a friend that's looking for a career change or furthering education.Read Less",UX Design,UX/UI Design +245568,11035,springboard,Amanda Starling,False,2018,The Ultimate Comprehensive UX Course,2018-11-05,5.0,5.0,5.0,5.0,"The perfect course on User Experience. Springboard is the perfect balance of introduction to UX and enhanced experience for intermediate learners. As a professional who has worked in the field for about three years, Springboard provided me the skills... Read More and experience I wanted to enhance our UX at my workplace. The course is centered on a capstone project with a series of lessons centered on adding to and enhancing a presentable portfolio. Springboard matches students with some of the top tier professionals in the industry to coach and provide feedback on the project. My mentor not only provided in-depth feedback, but treated me from the beginning as a professional in a real world setting. I was treated as a UX consultant and professional, as if I were designing for a real client and project manager. Springboard provided the most detailed and immersive UX course I've found and experienced, and I recommend it to people of all levels, from beginner entry level to experienced professional.Read Less",UX Design,UX/UI Design +245407,11035,springboard,Carmen Preston,False,2018,Great UX Program,2018-10-26,5.0,5.0,5.0,5.0,"I can only say great things about Springboard and the UX Program. I learned so much. Having a mentor guiding me, providing feedback and encouraging me was my favorite part. Also, the program is organized and made a lot of sense. It is also nice to finish... Read More with a portfolio piece.Read Less",UX/UI Design,UX/UI Design +245395,11035,springboard,Carmen Preston,False,2018,Great UX Design Program,2018-10-26,5.0,5.0,5.0,5.0,"I can only say great things about Springboard and the UX program. I learned so much! It is well organized, easy to understand website and at the end provided me with a nice portfolio piece. I also enjoyed having a mentor and learning so much from him.... Read MoreRead Less",UX Design,UX/UI Design +234596,11035,springboard,Anonymous,True,2018,Bang for your buck!,2018-10-16,5.0,5.0,5.0,5.0,"My time as a student at Springboard has been nothing but AMAZING. I was paired with an awesome mentor that really pushed me to excel in my studies and building my portfolio. Without my mentor, I wouldn't be in the position I am today, ready with confidence... Read More in tackling my UX job interviews with confidence. I now have an awesome portfolio in which he let me know the rights and wrongs in building one. For what I got out of Springboard, it is definitely worth every penny compared to other UX bootcamps. I would highly recommend Springboard for the price and opportunities you get out of the curriculum.Read Less",UX Design,UX/UI Design +237959,11035,springboard,yash,False,2018,Great place to learn Data Science,2018-10-04,5.0,5.0,5.0,0.0,Data science is vast and I was confused where to start. Spring board has the answer to all of it. its a fantastic place to learn Data Science,Introduction to Data Science,Data Science and Analytics +236316,11035,springboard,Walter Moguel,False,2018,UX Design by Springboard - an eye opening experience for beginners or experienced,2018-10-04,5.0,5.0,5.0,5.0,"I only have good things to say about the online UX Design class offered by Springboard. I just completed the course. I am a Product Manager and was looking for a class to really give me an in-depth look at what UX was. I got that and more. A very well... Read More organized class, great materials to read and watch (videos). You choose a website or smartphone app to design, and they step you through the project as you progress in the units of the course. Best thing of all - an assigned, experienced mentor with whom you interact with once a week via a video chat. Priceless advice and guidance from somebody who is in the business. Phenomenal!Read Less",UX Design,UX/UI Design +244148,11035,springboard,Rachel,False,2018,"Great, Valuable Experience",2018-09-24,5.0,5.0,5.0,0.0,"Springboard's UX course really held a ton of value for me. I started the course working towards a promotion to UX Designer at my company. I'd been doing the work, but was just missing the foundations. This course was exactly what I needed. I learned everything... Read More I needed to know to build a solid foundation to help me continue to learn and ask the right questions. My one on one mentor was the best mentor I've ever had! It is truly worth it if you are newish to the field and need a solid base to pair with your experience.Read Less",UX Design,UX/UI Design +244951,11035,springboard,Zachary Lee,False,2018,Springboard UX Design Course,2018-09-19,4.7,5.0,4.0,5.0,"I honestly can't speak highly enough about Springboard. I feel like I received an amazing value for the cost of the course. The course is self-paced, and you can complete it as quickly or as slowly as you like. I finished the course in about 2 months,... Read More which I've heard is pretty quickly — I had just graduated from college when I started the course though and was only working part time. I imagine someone with less time on their hands might take between 4 and 6 months. You're also paired with a mentor, whom you meet with once a week for 30 minutes to discuss any projects you've turned in and any questions you have about the curriculum. These sessions are hands down the best part about the course; anyone can just find a variety of content about UX online and teach themself how to design, but the mentor helps validate a lot of that learning and encourages you as you go. The content of the course is an amalgamation of various sources online about UX design, from Lynda courses to Skillshare to articles on Medium and other sites. The quality of the materials tends to be great, though there are a few pieces that I skipped over. You only need to complete 60% of the course and all 13 projects in order to receive your certificate, so if you already feel well versed in an area then you can cut straight to the area's project and move on. I'm excited for more of Springboard's in-person events, too! As of this review, they have hosted one conference/meet-up at their headquarters in San Francisco earlier in September, and meeting with other students, staff, an faculty really cemented for me that I chose the right course. I'm excited to see if there will be more of these events, and potentially in various areas of the country.Read Less",UX Design,UX/UI Design +244250,11035,springboard,Elizabeth Carlyle,False,2018,UX Design,2018-09-12,5.0,5.0,5.0,5.0,I completed Springboard's UX Design Course this past week after working on it for the last several months. It was worth every penny! You receive one-on-one mentorship with an actual UX designer and build your first portfolio project by working your way... Read More through the course. It was a great experience and I would highly recommend it to anyone who is interested in learning more about the field!Read Less,UX Design,UX/UI Design +243758,11035,springboard,Helena Carapau de Carvalho,False,2018,Springboard UX Design,2018-09-11,5.0,5.0,5.0,0.0,"I have to say, even being an online course I didn't felt alone or lost. I knew my mentor was available through email, my student advisor was also available and there is a student community publishing their works, doubts and giving feedback to each others.... Read More My mentor is a great profissional in UX field and having time to talk with him was priceless!I completed my course in 2 months (that is the minimum), the pace was fast! They also organised a summit recently were I got to know most of the people that are the team of Springboard and some of my ""colleagues"" aswell. I was positively impressed!Read Less",UX Design,UX/UI Design +235760,11035,springboard,Gavy Oesmanto,False,2018,Top Notch UX Design Course,2018-08-28,5.0,5.0,5.0,0.0,"I took Springboard's UX Design course. I have to say that the weekly 1 on 1 mentoring calls is what made Springboard better than any other course out there. Not only you get an accountability partner, which is really critical to complete a course (Most... Read More MOOCs students failed to finish a course), but you'll also be getting industry professional insights. I was paired up with a mentor that works in a top Silicon Valley company. I can't be happier to learn from her experience and industry knowledge every single week. Thanks Springboard for the top-notch online education!Read Less",UX Design,UX/UI Design +235989,11035,springboard,Laura,False,2018,UX Design Graduate,2018-08-28,5.0,5.0,5.0,5.0,I completed Springboard's UX Design Course this past May. This course opened my eyes to the user experience field. Students receive one-on-one mentorship with an actual UX designer. Each course project is used to develop a final portfolio project which... Read More includes creating a website portfolio. This course was worth every penny. :)Read Less,UX Design,UX/UI Design +235939,11035,springboard,Lisa Moller,False,2018,Springboard's Data Science Career Track Was Great!,2018-08-28,5.0,5.0,5.0,5.0,"Springboard's Data Science Career Track was great! I would highly recommend. I received a lot of support from my mentor, advisor and career services, and I felt like they ALL cared and really wanted me to succeed. I had a fulltime job, was volunteering... Read More on a Data Analysis project and have two kids, so I was busy. Springboard understood and worked with me to make sure I was still able to finish and feel good about my work. I appreciated the skype calls with my mentor and career services, and the community board helped a lot as well. I thought it was a great program!Read Less",Data Science Career Track,Data Science and Analytics +244822,11035,springboard,Christina Nichols,False,2018,Fantastic Fundamentals and More!,2018-08-23,4.5,5.0,4.0,0.0,"I completed the Springboard Digital Marketing for Professionals course over the summer. I appreciated the self-paced, web-based coursework that was available when I had time to tackle it. I was impressed with the content that was curated and made available... Read More to me as a student. It was clear that the curriculum was created by experts who want to educate others to be successful.My two favorite features of the course were the mentor and the capstone project. Each student is paired with a mentor who provides useful, candid feedback through weekly calls. The calls and time with the mentor are worth their weight in gold! The capstone project allowed me to assemble all that I had learned and have a final product that I could show to a future client or employer. All around a great investment and fantastic customer service experience. The only drawback was that there were a few technical difficulties - but that is really to be expected in many online programs, especially one that is relatively new. I appreciated that the staff was so responsive to any issues I brought to their attention.Read Less",Digital Marketing for Professionals,Sales and Marketing +244063,11035,springboard,Jasmine Kyung,False,2018,Data Science Career Track is worth it.,2018-08-22,5.0,5.0,5.0,5.0,"Springboard was a great experience. Though the concepts and assignments were definitely hard and required heavy investment on time especially as I worked full time, the support was definitely there to help me through, especially from my mentor, Alex.... Read More I gained a lot of knowledge through his real life experience and through the support of my career advisor, Allison, I was able to get a job by the end of the program as a data scientist and I am grateful for all the support. Definitely worth investing and going through the bootcamp.Read Less",Data Science Career Track,Data Science and Analytics +243803,11035,springboard,Linda Scott,False,2018,Great digital marketing course!,2018-08-21,4.0,4.0,4.0,0.0,"I was already a seasoned digital marketing professional but I wanted to upskill in areas that I didn't feel I had as much experience or foundation in. The curriculum is structured in a very neat and organized way whereby you build upon your skills and... Read More knowledge in each chapter. You work on real projects (and spend actual dollars) culminating into your final Capstone Project. You gain exposure to all areas within the digital marketing spectrum. As a student, you get weekly one-on-one mentoring with an industry expert. The student advisors and community managers were amazing, responding quickly to any questions I had. At the end of the program, you have a portfolio of projects that you could include on your resume or LinkedIn profile. I highly recommend this course for anyone new to digital marketing or looking to broaden your skill set.Read Less",Digital Marketing for Professionals,Sales and Marketing +245292,11035,springboard,Anonymous,True,2018,Springboard Data Science Career Track,2018-08-16,4.7,5.0,4.0,5.0,This course really built my confidence in preparing me for a Data Science career through extensive Python training and working through multiple projects. I felt like the program extensively approached the fundamentals while providing support and resources... Read More to engage with both the material and employment process. I felt like they truly cared about my development. My only hope for the program was that there would be more practice using Spark and SQL seeing as those are becoming absolute fundamentals in the job market.Read Less,Data Science Career Track,Data Science and Analytics +245331,11035,springboard,anthony stachowitz,False,2018,intro to data science,2018-08-13,5.0,5.0,5.0,0.0,"My experience with the intro to data science course was great and it is a good decision for anyone looking to get a (great) basic understanding of data science or if you are interested in taking the data science career track. If you work at a company... Read More that is going to hire data scientists or if you need to be able to work with and understand data scientists, the intro class is for you. It gets into the weeds of data science just enough to not scare you away but enough to give you the ability to understand what data scientists do.If you want to pursue data science as a career, the intro class gives you a basic understanding of R and R studio and gets into the meat of data science enough to help you decide on if data science is the career for you. You also can apply the first 2 months of the course tuition to the data science career track if you decide to pursue further education.You also have a mentor you can email and talk with via skype once a week. This is an invaluable service and really allows springboard to stand apart from the other schools.I highly recommend the data science into class at Springboard.Anthony StachowitzRead Less",Data Science,Data Science +245305,11035,springboard,Rucha Joshi,False,2018,Introduction to data science - great start to become a data scientist,2018-08-09,5.0,5.0,5.0,0.0,Great coursework for new learners. Good support from student advisors throughout the course. 1:1 mentor from data science Industry is a plus. Overall great start to a new career track who wants to become a Data Scientist. Worth for the money spent. Thanks... Read More to the team Springboard.Read Less,Introduction to Data Science,Data Science and Analytics +244320,11035,springboard,Devon,False,2018,Highly Recommend - UX Design,2018-08-02,5.0,5.0,5.0,0.0,"I have been wanting to break into the UX Design career path, and the course with Springboard is exactly what I was looking for! I was able to work at my own pace, with curriculum that was very clear and abundant. My mentor was happy to answer any of my... Read More questions, and provided me with feedback on all of my work, as well as making it a point to provide me with plenty of examples before beginning each unit. I also liked having access to the community board of fellow classmates, who were willing to review you work and provided a great resource when it came to user interview & testing. This course is very much ""You get what you put in."" If you take the time to go through all of the units and produce high quality work, you will have some great items to add to your portfolio at the end. Springboard did an excellent job keeping me on track and motivated to complete the course in my desired time-frame.I'd highly recommend Springboard to anyone who wants to gain high-quality knowledge in an enjoyable way and in a short period of time.Read Less",UX/UI Design,UX/UI Design +234206,11035,springboard,Lina H.,False,2018,Great UX design course experience with Springboard,2018-07-26,4.7,5.0,5.0,4.0,"Coming from a graphic design background, I was looking for a course that would allow me to expand my skill set. Springboard’s UX design course was exactly what I was looking for. The course materials were really well structured and easy to follow. I could... Read More study at my own pace while fitting the course in with my other responsibilities. It was great to have an assigned mentor. Having weekly mentor calls meant that I could easily track my study goals, ask any questions and have the reassurance that I was making a steady progress. Would highly recommend.Read Less",UX Design,UX/UI Design +241752,11035,springboard,Ritesh Patel,False,2018,Enjoyed the UX design course.,2018-07-26,5.0,5.0,5.0,0.0,"UX design course with springboard was amazing, I especially liked the weekly check-ins with a mentor to stay motivated and accountable for my work. Definitely recommend it!",UX Design,UX/UI Design +244799,11035,springboard,Prashaanth Jagannathan,False,2018,Introduction to Data Science,2018-07-21,4.7,5.0,5.0,4.0,"The course is a best option for understanding the basics and application of data science in your field of work. I wanted to learn R and the curriculum helped to learn the nuances of R by using various packages. It gave good information on data wrangling... Read More and gain insights using exploratory data analysis. For any aspiring data scientist , it is important to understand about probability and statistics and the springboard curriculum provides an opportunity for that. The curriculum enables the students to provide insights about the data visually and understand basics of machine learning algorithms and their usages. The most important part is all the topics had their own project submissions which enabled you to understand the topic and complete the project based on your learning. Weekly call with the mentors enabled me to have broader vison about data science concepts and the mentor was very friendly and guided me during each phase of the capstone project. The capstone project helped me apply the learning from the curriculum on my field of work. I hope to use the knowledge gained from this course in my organization and continue my learning in the field the of data science. Springboard team is the most friendly and comfortable to work with and typically respond to your queries within a day. They are flexible in the scheduling as I had to take a vacation break and they understood the situation and paused the curriculum accordingly. Introduction to Data Science by Springboard is the course to enroll for any aspiring data scientistRead Less",Data Science,Data Science +232454,11035,springboard,Tommy H,False,2018,Business Analytics course,2018-07-11,4.5,5.0,4.0,0.0,"I'm working towards becoming a Data Scientist (in addition to my current Marketing career) in the near future. Springboard's Business Analytics course was a must to start building my data science skillsets. My mentor Felipe was very supportive and patient... Read More providing me with guidance, tips, and walking me through difficult parts of the case studies. 
My Springboard counselor, Catherina has been very helpful and responsive to my questions as well.  
I will be taking the next two data science courses at Springboard to start my new career!
Read Less",Business Analytics,Data Science and Analytics +243771,11035,springboard,Chris H,False,2018,Great Course,2018-07-02,5.0,5.0,5.0,5.0,"This course definitely prepared me for a UX job. While there is still a ton I need to learn, I feel like I can talk comfortably about the industry and projects. Thanks Springboard",,Unknown +242851,11035,springboard,"Nduduzo Phili, MIT",False,2017,This is a great course for those looking to expand their knowledge and experience with using tools that help solve business problems.,2018-07-02,5.0,5.0,5.0,0.0,The business analytics course is a great way to immerse yourself in business problem-solving with practical guidance from highly-skilled mentors.The skills gained can allow you to pivot into new business-related roles or help strengthen your analytical... Read More skills within an existing role.Read Less,Business Analytics,Data Science and Analytics +243755,11035,springboard,Anonymous,True,2017,Awesome UX Design Course!,2018-06-30,4.3,5.0,5.0,3.0,"As I was thinking about making a career change to tech, there were so many different paths and fields to take. Springboard was a fantastic help because they have some good, free resources on their site that detailed what these different paths and fields... Read More really do! After some more research, I decided to enroll in their UX Design course. Every single bit of it was project based, hands-on experience. They also paired me with an amazing mentor who is a professional in UX Design. We would have weekly Skype meetings and she would give me tons of feedback and advice! I definitely recommend Springboard if you are serious about learning and motivated to gain experience for the career you want!Read Less",UX Design,UX/UI Design +241798,11035,springboard,Iryna Meln,False,2017,Solid experience,2018-06-29,5.0,5.0,5.0,0.0,"Before Springboard, all my knowledge about UX was scattered around and I had no system in my head. Springboard helped me refine my UX process and become a professional. After Springboard I finally knew what I was talking about :) It's a good course being... Read More online, safe-paced and reasonably priced. Each student gets a weekly call with a mentor. There is a forum where I met nice people. In the end, I had my first full project in my portfolio. To make the best out of it, make sure to use the mentor and forum daily and get interview skills honed and work on that portfolio. There are lots of material so get ready to do lots of studying.Read Less",UX Design,UX/UI Design +242932,11035,springboard,Hendrik Hohenstein,False,2017,Exactly what I was looking for.,2018-06-29,5.0,5.0,5.0,0.0,"I was looking for an online course that......would teach me all the main steps to consider when doing proper UX...would offer professional help and guidance...would focus on a capstone project where I could directly apply my gained knowledge...wouldn't... Read More take too long and could be combined with my jobAfter a long time of research, I came across Springboard and I can't be happier.The course structure is very clear and abundant, the staff is super friendly and always answered quickly to my questions and the fact of having a mentor is just great. Obviously you need to put in a lot of personal effort to get your tasks done, but Springboard does an excellent job to help you stay motivated!I'd recommend Springboard who wants to gain high-quality knowledge in an enjoyable way and in a short period of time.Read Less",UX Design,UX/UI Design +242208,11035,springboard,Nisha Pattan,False,2017,You will never regret if you spend money here.,2018-06-28,4.3,4.0,5.0,4.0,"I wanted to switch my career in data science field. I have joined university and took data science courses. I feel the missing dot, to know the real workflow of using machine learning, stats on data. The course work of Springboard, with one-one mentor... Read More support helps you to accomplish this by doing assignments, capstone project. I would not hesitate to say, this program helped to launch in my most wanted data science job.Read Less",Intermediate Data Science,Data Science and Analytics +243710,11035,springboard,Penny,False,2018,"Hands on project, weekly one-on-ones with real world mentor",2018-06-14,5.0,5.0,5.0,0.0,"Great experience. Loved the in-depth projects, lots of hands-on work, as opposed to many courses that are more video focused. I was able to fill in gaps in my knowledge. My mentor was very helpful, the one-on-one calls every week were quite valuable,... Read More and he was supportive and knowledgeable. Highly recommend.Read Less",Business Analytics,Data Science and Analytics +244297,11035,springboard,George Mendoza,False,2017,"Comprehensive, great support, amazing value.",2018-06-03,5.0,5.0,5.0,5.0,Comprehensive curriculum and great support throughout. The resulting portfolio is a great starting point for a career in data science and the two capstone projects allow for some personalization. Best bang for your buck.,Data Science Career Track,Data Science and Analytics +241118,11035,springboard,Vishal Kumar,False,2017,Data Science,2018-06-02,5.0,5.0,5.0,5.0,I wanted to change my career from DBA to Data Science and hence I enrolled in this bootcamp. I joined it because of it was cheap compared to other online bootcamps and the job guarantee associated with this course. The best part is you get all kind of... Read More support you need it. There are dedicated team of professionals who work towards achieving your goal.Read Less,Data Science Career Track,Data Science and Analytics +234671,11035,springboard,Chad Six,False,2017,Recent graduate,2018-05-28,4.7,5.0,5.0,4.0,Pro’s: Covers the entire data sciencs processCons: Takes a lot of time and probably best to do if you only have a parttime job to get the most out of it,Data Science Career Track,Data Science and Analytics +243212,11035,springboard,Cindy Barry,False,2018,UX Design Course,2018-05-26,5.0,5.0,5.0,0.0,"I've been working as a creative (visual) designer and director for the past 18 years, but wanted to learn more about the initial UX process (research, wireframes, prototypes, etc). Aside from being able to learn at your own pace, Springboard pairs you... Read More with an experienced mentor. My mentor was my absolute favorite part about this course. He was kind, patient and very knowledgeable about all aspects of user experience design. I have learned so much over the last couple of months, and have started incorporating my new knowledge in various projects already. Highly recommend!Read Less",UX Design,UX/UI Design +234338,11035,springboard,Andre,False,2017,This is the best digital marketing course for entry level marketing roles.,2018-05-19,5.0,5.0,5.0,5.0,"With the rapid change in technology, it can be hard to know what skills are needed in digital marketing. That's why I chose to join Springboard's Digital Marketing Course. I am pleased with my experience and the support I received from the Springboard... Read More team. I have taken online courses before but haven't had the best experience. Since I am a person that likes to apply what I am learning and get my hands dirty this course worked well for me. Most courses I have taken just give you information but don't really care if you do anything with it. With the lesson assignments and mentor to give feedback on my assignments it really helped me feel confident that I would be able to handle projects with a real company. In summary, if you are interested in the Digital Marketing industry and want to learn but don't have time or don't have the resources in your area this is a great online program that will get you up to speed and the time commitment also fits into your free time so you can learn and also take care of other daily responsibilities. Thanks again to the team at Springboard.Read Less",Digital Marketing Career Track,Sales and Marketing +236955,11035,springboard,Ginny,False,2017,Awesome experience to systematically grasp data science,2018-05-16,5.0,5.0,5.0,5.0,"What I like most about the program is that it has very systematic structure of every aspect of data science, excellent mentors (personally I've learnt a lot from my mentor and he encourages me to explore more outside the curriculum, which I did and I... Read More found really useful), very practical exercises for you to apply what you've learnt in theory, and very helpful and encouraging career mentors. IT WAS INTENSE, as a full-time 2nd-year Ph.D. student wanting to transitioning to this field, I've got lots of other school work to do, but luckily I have the flexibility to explore this course outside school, and I found it fascinating.I don't particularly like the course orders of some extra learning materials and career materials in the end, but then again, you always have the discretion to complete the course in the way you like :3 I really enjoy it.Read Less",Data Science Career Track,Data Science and Analytics +242312,11035,springboard,Anonymous,True,2018,Remote and flexible but doesn't compromise on quality,2018-05-15,5.0,5.0,5.0,0.0,"Because of my workload and travel schedule, I'm not able to commit to a full-time on-site Bootcamp style course. I needed something that offered a great curriculum and remote flexibility without feeling like a kite-in-the-wind. Springboard was able to... Read More offer that and provide real face-time access to experienced mentors.I was able to do my work at my own pace and obtain feedback from professionals all the while. I would recommend this course to anyone who wants the Bootcamp experience but may not have the time or bandwidth to commit to a conventional course.Read Less",UX Design,UX/UI Design +239896,11035,springboard,Randall Bennington,False,2017,Excellent Data Science Introduction,2018-05-11,5.0,5.0,5.0,5.0,"This course is a nice fit between 'learn on your own' and 'get a Masters' for people looking to work as data scientists. I tried learning Python on my own but it was only getting me so far, and I didn't want to do a full Masters because of time and money.... Read More This specific course gives an excellent Primer to all of the major data science subdomains. Python, Statistics, NLP, Classification, Time Series, Network Analysis, Spark, and more. Data Science is a Deep Field, this course gives you the skills needed to navigate that Random Forest, including a wise guide in the form of a mentor. The mentor to me was the most invaluable part of this, I could solve a problem in a 5min conversion what might have taken 3hours, if ever, by Googling. By the end, I was able to 'Read the Docs' and apply methods that were not even covered in the official curriculum (Survival Analysis, PyTorch, PyHive), something I was NOT able to do prior to this course. It is, as the name suggests, a springboard, which worked well in my case.Read Less",Data Science Career Track,Data Science and Analytics +242270,11035,springboard,Kirsten G.,False,2018,UX Design,2018-05-07,5.0,5.0,5.0,0.0,"Because, I was working full time that program lasted much longer than 3 months - However, I think that worked out for the best. I learned so much and I think its really important not to rush through this, the more time you take to learn and do research... Read More and learn more the more - I believe you will get out of it!! And you want to have that knowledge for interviews etc... I hade a mentor (the same one) from day one and that help as well - you weren't jumping from mentor to mentor and I was really able to pick his brain and get even more information - which would lead me to more research - which led me to more knowledge. And for that, I am very thankful!Read Less",UX Design,UX/UI Design +239951,11035,springboard,Johanna Hagenauer,False,2018,Best decision I made,2018-05-04,4.7,5.0,5.0,4.0,I took the UX Design workshop to spaek a career change and I cannot recommend it more! The course content is really well structured and your mentor meetings help you stay focussed on your progress. It was also super easy to incorporate with working full-time!... Read More So if you have interest in the topic and want to learn more about UX do it!!! This course is on point in terms of value for money!Read Less,UX Design,UX/UI Design +242710,11035,springboard,Jennifer Klein,False,2018,Great Experience with Intro to Data Science,2018-05-01,5.0,5.0,5.0,0.0,"While I do wish more job support was offered to students in the Intro to Data Science course, I am very happy with the course overall. I wanted to learn new skills to make myself more marketable in the current job market and found that my more traditional... Read More training in the old-school New York media world wasn't cutting it in my new home in Silicon Valley. Springboard taught me some much needed (and in demand) new skills that have given me a lot of confidence for my career prospects going forward. I would recommend Springboard over and over again to anyone who wants to make themselves more marketable (and plan to.)Read Less",Introduction to Data Science,Data Science and Analytics +242230,11035,springboard,Cate de Leon,False,2018,Great Introduction to Data Science course,2018-04-14,4.5,5.0,4.0,0.0,"Everything can be learned from the internet, but personal mentors will always make a world of difference. As students, our ways of thinking and the miskakes we'll make will be unique, so personal guidance is not something I take for granted.Springboard... Read More allows you to learn from the best in the field, while still being flexible enough for you to keep up your other responsibilities.Read Less",Introduction to Data Science,Data Science and Analytics +242215,11035,springboard,Cate de Leon,False,2018,Great Introduction to Data Science course,2018-04-14,4.5,5.0,4.0,0.0,"Everything can be learned from the internet, but personal teachers will always make a world of difference--especially since as students our ways of thinking and the mistakes we'll make will be unique.Springboard makes it possible for you to learn from... Read More the best, while still being flexible enough for you to carry on with your current responsibilities.Read Less",Introduction to Data Science,Data Science and Analytics +233874,11035,springboard,Vanessa Naja,False,2018,Springboard's Digital Marketing Certification Program rocks!!!,2018-04-09,5.0,5.0,5.0,5.0,"I can't say enough good things about my experience in the Springboard Digital Marketing certificate program. After researching multiple programs, I decided to join Springboard for several reasons: 1. Because I couldn't find a single negative review about... Read More their programs (and I did search for them)2. Because of the mentorship part of the programThe material Springboard offers is superb and their team is incredible. Every single person I've interacted with from my student advisor to the community manager to my career coach and all the other students have been amazing. Everyone is incredibly friendly and helpful, the material is excellent and the course is very well structured. My favorite part has been the mentorship. Before I joined the program, I figured that the mentorship alone was worth the price of admission and I was soooo right. I actually think the mentorship is worth the price of admission several times over. My weekly calls with my mentor have been incredibly helpful. She really is an expert in her field and with her guidance through the program, I know I'm getting the most out of it. The real-life projects are incredibly helpful and really build confidence because when you move into the job market, you already have real-world experience under your belt and a portfolio to share with potential employers. I can't recommend this program enough. It's awesome!Read Less",Digital Marketing Career Track,Sales and Marketing +239049,11035,springboard,Zachary Allen,False,2018,Great experience with the DS career track,2018-04-09,4.7,5.0,5.0,4.0,"My overall experience with the DS career track was very positive and provided me with a very useful skillset. The curriculum is very good, though it would not hurt to include a bit more of tools such as TensorFlorw. By far the most useful portion to me... Read More was the support and insight provided by the mentor program. This is one of the main reasons I chose SB over others programs and I was not disappointed. The career coaching was also very helpful and consistent feedback was provided throughout the course. My only comment here would be for more help on the industry connections/ referrals front. However, this is only a minor critique and the continued job search support will likely help on this front.Read Less",Data Science Career Track,Data Science and Analytics +238367,11035,springboard,Anonymous,True,2017,"Best course curriculum , mentoring and career coach",2018-04-09,4.7,5.0,5.0,4.0,The curriculum is designed in a way it’s easy for even the beginners to understand. My mentor is the best. He guides me in such a way it’s easy and also his follow email with more data related to that week course discussion is very helpful to complete... Read More the work fully with more deeper understanding.Read Less,Digital Marketing Career Track,Sales and Marketing +238334,11035,springboard,Tammy Stanard,False,2018,The mentoring is the differentiator.,2018-04-09,4.7,5.0,4.0,5.0,My experience has been terrific. The mentoring piece sets the program apart. My mentor has been a great resource. Career resources have also been terrific.,Digital Marketing Career Track,Sales and Marketing +236668,11035,springboard,Satyam Tandon,False,2017,Hands down best industry integration course out there,2018-04-06,5.0,5.0,5.0,5.0,"Sprinboard's DataScience Career Track is designed to propell you into the fray with the skills to stand out among other data science professionals and a portfolio to prove it. The extremely personalized yet professional and hands on course equipped me... Read More to be able to break into the data science industry not only becuase of the course but the paramount insights I was able to gain from my mentor. I'm way ahead of my peers in school. It's worth every penny. Would recommend it to anyone regardless of their background , education or current skills.Read Less",Data Science Career Track,Data Science and Analytics +235790,11035,springboard,Denis Dalidovich,False,2017,Excellent Data Science Career Track Course,2018-04-04,5.0,5.0,5.0,5.0,"I found the Data Science Career Track program very useful for anyone who decides to start a Data Science career regardless of the background. The amount of material necessary to master is quite large but everything in the topics offered is important.... Read More The structure of the program itself is well organized and allows to build up solid skills. I really liked interaction with my mentor who gave me a lot of useful advice that broadened my views on all aspects of Data Science. Communications with career coaches were extremely helpful and informative as well. To summarize, my experience with Springboard's Data Science Career Track was overwhelmingly positive.Read Less",Data Science Career Track,Data Science and Analytics +235560,11035,springboard,Anonymous,True,2018,"Excellent curriculum, mentorship and career guide",2018-04-04,5.0,5.0,5.0,5.0,"I've been in the career track program for around two months. I enjoy the curriculum a lot. It's very well structured. I can learn new skills and apply them to my capstone project immediately. I believe this is very important and helpful in boosting skills... Read More as well as producing a portfolio for a future job hunt. I have to say that mentorship plays an important role in keeping me on track and motivated. Though I am not in the process of job hunt yet but I had several calls with career coaches. My coach gave suggestions on how to network, how to prepare profile and resume. All the staff was very valuable to me. So I believe that I will finally land my dream job.Read Less",Data Science Career Track,Data Science and Analytics +234968,11035,springboard,Laura,False,2017,UX Course,2018-04-03,4.5,4.0,5.0,0.0,"I appreciated the curriculum because it pulls from many UX sources and compiles the best content to help get a good understanding of UX design. There are optional added readings and videos to go more in-depth on learning if you choose. Mentors are extremely... Read More helpful but because they're usually virtual meetings, organizing times can sometimes be difficult.Read Less",UX Design,UX/UI Design +234657,11035,springboard,Eloísa Jaremco,False,2018,Excellent online course,2018-04-03,4.7,5.0,5.0,4.0,This is my second time taking an online certification and springboard was the best course. Complete curriculum with a mentor coaching you in a real work place examples gave me a complete learning and set my expectations in a real world.Highly recommend... Read More this certification!Read Less,UX Design,UX/UI Design +234592,11035,springboard,Egon Bohler,False,2018,Fantastic Intro to the tools of UX,2018-04-03,4.7,5.0,5.0,4.0,"Overall, my experience with Springboard's User Experience design course was overwhelmingly positive. The content and mentor calls do a fantastic job of introducing and reinforcing concepts with hands-on project work that ultimately builds into a polished... Read More portfolio case study.ContentOne of the things I like most about Springboard is that the content is [mostly] non-proprietary. The course is essentially a curation of the internet's best free and paid resources on UX design, which makes the course very accessible and true to the lean UX concept. Why remake already great content? At some points the content does seem to be a bit overkill (I think there were ~6 different resources on building paper prototypes) but overall it was well-rounded and very helpful.MentorsIf I'm being honest, having a mentor is the biggest factor in me completing the course. Had it not been for my weekly meetings with Andre it would have been far more difficult to find the motivation to complete. Every week we had insightful discussions about my submissions, and more generally about the UX process.Main TakeawaysIf you're debating whether or not to take the course – do it. This course was by far the most economical option I came across with the level of content and engagement. Would highly recommend jumping in!Read Less",UX Design,UX/UI Design +234538,11035,springboard,Brandon Beidel,False,2018,Great Experience For Remote Learning,2018-04-02,5.0,5.0,5.0,5.0,"I had a phenomenal experience with Springboard. As a remote learner, I was initially skeptical of the value an online course, but I am glad to be proven wrong.The structure of the course is very intentional to bring people up to speed quickly. The real... Read More value in the class is in the support team and mentors. Having the opportunity to have dedicated conversations with my mentor about data science concepts, my coursework, and some tangential learning set my experience apart from some of the other online courses I have taken. The effort of the support and career services staff were equally essential to help bring the course together. Having a dedicated professional sit and discuss job search strategies, review resumes, and conduct mock interviews provided additional confidence to communicate my data science knowledge and find that next role using my new skills.Read Less",Data Science Career Track,Data Science and Analytics +232303,11035,springboard,Anonymous,True,2018,Great curriculum! Great mentorship!,2018-03-30,5.0,5.0,5.0,0.0,"I was initially skeptical about all online courses/bootcamps, but after reading many positive reviews and experiences about Springboard, I decided to take the plunge and sign up! I'm still a quarter of the way through, but so far, I really like the experience.... Read More I'm a stay-at-home mom, it's very hard to find time to focus on myself, but the way Springboard outlines the coursework makes it very doable for my schedule. It's basically up to you in terms of how hard or how much time you want to spend in a particular area. Definitely, if you have the time, take advantage of all they have to offer, some things are optional, but definitely worth the time. The entire student community (online) is friendly and helpful, but you have to be willing to put yourself out there and not be shy to ask for help! Mentor calls have been smooth and very helpful in terms of keeping me on track, staying motivated, and for gaining supplemental information.Read Less",UX Design,UX/UI Design +243449,11035,springboard,Vinutha Shreekrishna,False,2018,Amazing Course and Career support,2018-03-30,4.3,4.0,5.0,4.0,I’m a current student in Data Science Career Track Program. It’s been a month in this course and I’m fully satisfied with the course curriculum and support from the mentor and the student advisor.I have Master’s in Physics. And I am from Mathematics background.... Read More I do not have experience in programming or computer science. I just learnt Basic Python before joining the course. Now I am confident that I can definitely move forward in this field as I already know many tools and techniques to dive into the Data Science world. I will update here as soon as I finish the course and after landing into my dream job.Thanks for taking time to read my review. Good luck.Read Less,Data Science Career Track,Data Science and Analytics +243423,11035,springboard,Katie Fitton,False,2018,Practical experience with project-focused approach,2018-03-29,4.0,4.0,5.0,3.0,"Springboard has a practical, relevant, and project-based curriculum that I absolutely loved. I liked that the materials I learned were from industry experts, rather than purely theoretical. I also had excellent support from my mentor, Angelo, throughout... Read More the coursework and with my project. I am coming from a rather different industry, and he helped me learn a bunch of new tools that would be more relevant to UX.For an area of improvement, I'd like to see more of an outflow process for graduates when it comes to the job search. For example, if certain graduates/mentors live in a certain area, I'd like to find a way to connect with them through Springboard, so that I could pursue the possibility of following up in person.Other than that, I would highly recommend this program to any friends who are looking to get involved in UX, or to brush up on the fundamentals on their own time.Read Less",UX Design,UX/UI Design +243053,11035,springboard,Elizabeth Maurath,False,2017,Great Mentors Differentiate this Course,2018-03-22,4.3,5.0,5.0,3.0,"I highly recommend Springboard’s UX Design Course. I began the course as a graphic designer knowing little about UX but curious to expand my skills and open up career options. The course was well laid-out and spent just enough time on each area to get... Read More a quick but substantial overview of each module. You can buy UX books or read about UX online, but the mentorship that comes along with Springboard’s program is invaluable. My mentor had many years of UX experience and was always thoughtful and prepared to give feedback on my projects—his support throughout the program made the course worth the money. I loved that the course also offered “office hours” each week that featured a different topic centered around User Experience design, such as “careers” or “freelance,” where you could ask questions with experienced professionals. The extra online resources, like Lynda and Skillshare made it easy to watch videos related to design that weren’t covered by the course. I would highly recommend this course to those interested in moving into UX design.Read Less",UX Design,UX/UI Design +243254,11035,springboard,Sunil,False,2018,Springboard Data Science Career Track,2018-03-21,4.0,4.0,4.0,4.0,"This course has been an amazing experience for me. Most of the tutorial is from data camp, but there are other things such as exercises, mini-projects, and capstone projects to prepare you for the real world problems. The mentors add more value and provide... Read More some really good insights. Also, this course can be done at your own pace. I managed to complete it in two months by spending almost 8 hours a day.Read Less",Data Science Career Track,Data Science and Analytics +243232,11035,springboard,Heloiza Prazeres da Silva Stam,False,2017,Springboard has introduced me to the world of data science,2018-03-20,5.0,5.0,5.0,5.0,"I had a great experience at Springboard. This school has more than teach me, it has introduced me to the world of data science. This because now I´ve learnt the tools, the skills, the language, where to go for help, where to go for network and whose steps... Read More to follow. This was achieved based on 3 pillars provided: excellent curated curriculum, close mentor support and great career advisement. I couldn't find a course in my country that could do so much in such short period of time and I´m happy with the transformation. Remember to make sure you have the discipline and hard work to engage in this journey.Read Less",Data Science Career Track,Data Science and Analytics +243184,11035,springboard,Angela Krontiris,False,2017,Data Science Career Track,2018-03-18,4.0,4.0,4.0,4.0,"I enrolled in Springboard's Online Data Science Career Program in August 2017 and completed the course in March 2018. I started the course with no programming skills. While this was difficult for me at the start, I became comfortable with python in the... Read More first two months. My favorite part about Springboard is the connection with my mentor. My mentor helped me tremendously with my capstone projects and gave me great advice in the workplace. The one thing that I had hoped for from Springboard is referrals. It is very difficult to build connections in a short period of time and then ask for referrals when applying for jobs. Hearing back from companies after applying and reaching out via Linkedin has been a struggle for me. It would be nice to receive a little more help in the job search. I am still looking for a job. In the end, the skills that you learn are invaluable. I definitely recommend Springboard to someone who is looking to get into Data Science or just wants to learn a new skill.Read Less",Data Science Career Track,Data Science and Analytics +243123,11035,springboard,Tonia Chu,False,2017,Good Course to Get Data Science Knowledge.,2018-03-15,5.0,5.0,5.0,5.0,Data Science Career Track is a good course to get Data Science knowledge. Especially for the students who want to transfer to this area. I worked with my Mentor and finished two capstone project during this course. I think this is the best and fastest... Read More way for me to become a data scientist.Read Less,Data Science Career Track,Data Science and Analytics +243103,11035,springboard,Jonny Vignola,False,2017,Springboard UX Course,2018-03-15,4.0,5.0,4.0,3.0,"I just wrapped up this course and I would highly recommend. The go-at-your-own-pace structure was perfect for my already busy schedule. I was even able to pause my learning to focus on a job transition and pick it back up right where I left off several... Read More weeks later. There's so much out there to read on your own and teach yourself, but it doesn't compare to having a specifically curated curriculum from current, working, UX professionals. The information if as relevant and gives you an all encompassing foundation of all that is UX. Not to mention, getting paired up with one of the aforementioned UX pros as a personal mentor through the entirety of the course. Again, highly recommend, and I absolutely loved this course.Read Less",UX Design,UX/UI Design +242894,11035,springboard,Elsa Rasmus,False,2017,Springboard,2018-03-12,5.0,5.0,5.0,5.0,I thoroughly enjoyed the Springboard UX class! The curriculum and the mentors were fantastic. I am able to apply everything I learned to my current role.,UX Design,UX/UI Design +242647,11035,springboard,Gabriela Lemos-Siualianske,False,2017,UX Design ,2018-02-22,4.7,5.0,5.0,4.0,"I really had a good experience with Springboard and I have learned so much and found the course one of the best technical courses I have attended. WhenAlthough, I have 10 years experience in advertising and marketing, I had no clue about the UX process... Read More and it was very easy for me to talk with my mentor, which made me more comfortable with asking for feedback.Read Less",UX/UI Design,UX/UI Design +242421,11035,springboard,Kate Papadaki,False,2017,UX Design course at Springboard,2018-02-19,5.0,5.0,5.0,5.0,"The curriculum for the UX Design course at Springboard is very well organized with lots of examples and it definitely makes the learning very easy and understandable.I feel very lucky to have had a very good mentor who explained everything, advised and... Read More supported me.Read Less",UX/UI Design,UX/UI Design +242275,11035,springboard,Erik Enriquez,False,2017,Best and Most Comprehensive Data Science Intro Course!,2018-02-09,5.0,5.0,5.0,5.0,"I recently graduated from Springboard's Data Science Career Track program. I can confidently say that this program has built carefully designed to give a very comprehensive introduction to data science skills and techniques, as well as the professional... Read More skills needed for anyone thinking of transitioning into a new career. Using concepts learned throughout coursework coupled with great support from my mentors and counselors, I was able to learn about many aspects of data science -- from data acquisition all the way through deployment of a functioning web app for users to experience functionality drawn from the insights of my data science analysis.Overall, it was a deeply exciting and fulfilling experience throughout. Although I started out the course because of the job guarantee, I found by the end of the course that the job guarantee was actually not necessary at all. The skills and knowledge I've gained (both technical and professional) have become my own job guarantee that will aid me well beyond this course!Read Less",Data Science Career Track,Data Science and Analytics +242240,11035,springboard,Heidi Sanders,False,2017,UX Design,2018-02-09,5.0,5.0,5.0,5.0,"I’ve worked in the design industry for 15 years but lacked formal training in User Experience. When searching for a new job, I found most employers were looking for an all-encompassing designer with UX experience, so I decided to try Springboard. This... Read More course was very easy to follow and you can go at your own pace. The curiculum builds you up to a Capstone project, which takes everything you’ve learned along the way into one inclusive project for your portfolio. You’re also paired up with a mentor for weekly check-ins and to discuss your projects along the way - I found this to be one of the most beneficial features of the course. Lastly, they also offer career assistance if you’re not currently working. I highly recommend Springboard for those also wanting to get formal UX training under their belt.Read Less",UX Design,UX/UI Design +242222,11035,springboard,Piotr Dymura,False,2017,Springboard UX Course,2018-02-08,4.3,5.0,5.0,3.0,"Overall my experience with the UX Course and Springboard was amazing. I only had 3 months to finish the course on my end and it was hard to juggle work, life and the course but I enjoyed every minute of it. Lots of course material to go throught but all... Read More of it was valuable.The best aspect of this course I'd have to say is the mentor. Having someone to reach out to and to chat with about the course and the projects throughout the course was very helpful. Not to mention the experience they have and being able to pick their brain about how they deal with things day to day in the UX world.The course aside I'd like to also thank everyone from springboard. If I need an answer I got one and they were very quick to respond to any questions I had. Having that support made things very easy.My last note would be to anyone thinking of trying the course. Its a lot of work but a great experience for anyone trying to learn more about UX Design. I'd recommend it to anyone.Read Less",UX Design,UX/UI Design +241300,11035,springboard,Emma Albert,False,2017,UX Design Course,2018-01-03,4.0,5.0,4.0,3.0,The UX Design course was a great experience. It really went into all aspects of UX and having a mentor to help you along the way was extremly valueable. This would be a great course for a refresher or to get started in the UX field.,UX Design,UX/UI Design +241247,11035,springboard,Arun Bharadwaj,False,2018,Springboard Intermediate Data Science with Python,2018-01-01,3.0,4.0,4.0,1.0,"Very good curriculum. Healthy amounts of machine learning and statistical inference. Statistical inference is very important for data science. It was not a part of the Foundations of Data Science from Springboard course. So, I am happy it was included... Read More here. Lots of material is from datacamp. Finishing many datacamp certificates will help you with this course. Good experience with the mentor. As always, comprehensive capstone project helps you utilize everything you learnt in a real world setting. Mentor gave many important inputs for finishing capstone. I definitely recommend this course for anyone trying to become a data scientist.PS: I did the course fulltime so was able to get into the material in-depth. It maybe a bit challenging to do it part-time. So, if you do part-time and skip some material, make sure to go back to the curriculum and complete it when you have time.Read Less",Intermediate Data Science,Data Science and Analytics +240371,11035,springboard,Omar Al-Naimi,False,2017,Spring board knows how teach data science,2017-12-06,5.0,5.0,5.0,5.0,"I took Data Science Career Track course after I did many mini-courses and read many books. The main issue with data science is that there is no clear start and end points. After a while of taking diffirent courses, you feel that you do not know what is... Read More data science career. In Spring board, besides learning more, I also could connect the dots and the field became clear to me.After finishing Career Track Data Science course, you can continue your journey by yourself.Thank youOmarRead Less",Data Science Career Track,Data Science and Analytics +240471,11035,springboard,Melanie Hanna,False,2017,Exactly what I needed!,2017-11-22,5.0,5.0,5.0,5.0,"I took Springboard's Career Track Data Science course, which was exactly what I needed to transition my career. I'm pretty self-motivated, which you'll need as the course is self-paced (you can also choose to pay per month which is an extra motivation... Read More to complete the course as fast as you can!), but wanted some sort of defined path to teach myself data science. There are a ton of online resources for free but it's pretty much impossible to know where to start without guidance.The course does a great job of starting you from basics but they move you on pretty quick from there in case you already have a foundation in CS or statistics. They match you with a mentor who can give feedback on your projects or answer any questions you might have about the material or the industry. The job guarantee is a big reason why I chose this course. It was pretty much a win-win. I started looking for a job about a month from finishing the course and got a job offer in about two months. I absolutely LOVE my new job and what I'm doing now.Read Less",Data Science Career Track,Data Science and Analytics +239923,11035,springboard,Rounak Banik,False,2017,Springboard DSC: An amazing place to start your journey with Data Science,2017-11-22,5.0,5.0,5.0,5.0,"I was a student of Springboard's Data Science Career Track between July and November 2017. Completing the track has been one of the most fulfilling experiences of my life. The track was extremely streamlined and sufficiently challenging to keep you involved... Read More for the entire duration.The biggest take away of the program was the mentorship. My mentor, Baran, taught me skills that you will never find in a book or a publicly offered MOOC. He also gave me invaluable glimpses into the world of professional data science. With his constant guidance, I was able to participate in Data Science Hackathons, publish and gather traction for my kernels on Kaggle and develop a proposal for a talk on Inferential Statistics which was accepted in SciPy India 2017.Another huge benefit of the program is the network you get to build. Springboard mentors and alumni work at amazing places. I connected and interacted with more than a dozen people doing inspiring work. My mentor personally introduced me to Data Scientists at Airbnb (my first capstone project was on Airbnb User Bookings) and Amazon. They, in turn, gave me a sneak peak of their work at their respective companies.As part of DSC, I completed over 15 technical projects and 2 major Capstone Projects. With the help of my mentor, I was able to channel my work in the right places. My analysis on TED Talks caught the eye of the Kaggle CEO who then submitted my notebook to the official TED Team. My second capstone project on Movie Recommender Systems had me publishing a dataset that was trending at the top for 3 straight days. The material I learnt from Springboard also helped me in performing reasonably well in Data Science Competitions. My bachelors' thesis project on Fake News Detection is also based on the knowledge I acquired from the program. Finally, DSC prepares you for the non technical aspects of getting a job. There are intensive, personal evaluations of your LinkedIn Profile, your resume and mock interviews. These exercises prepare you well for evaluating, applying and eventually interviewing for various data science jobs.All in all, DSC is a great investment if you want to switch careers or get started with the field of Data Science. It prepares you for entry level Data Science jobs and equips you with enough expertise to jump into more advanced material after the program. Highly recommended!Read Less",Data Science Career Track,Data Science and Analytics +239803,11035,springboard,Bandar Abdullah,False,2017,Springboard UX Design Course,2017-11-18,5.0,5.0,5.0,5.0,"Even though I read a lot about UX design through websites it was difficult to understand how to deal with a full project and that why I subscribed into Springboard.I highly recommend Springboard to anyone who looking for great UX Design course, the curriculum... Read More is comprehensive and you'll have a friendly experienced mentor who will encourage you throughout the course.Read Less",UX Design,UX/UI Design +239401,11035,springboard,Kelly W,False,2017,SpringBoard UX Design Course,2017-11-08,4.7,5.0,5.0,4.0,"If you've been interested in figuring out the best way to learn about UX design, Springboard is seriously one of the best options I've found for cost and availability with a bust schedule. They have an amazing online community that you have 24/7 access... Read More to (even after you complete the course!!) and assign you a mentor that video chats with you.The team that runs Springboard is very attentive and quick to help. For being an online community, they truly make it an inclusive experience. Springboard is a program designed for self-starters and self-paced. You pay month to month, and if you work full time, like I was you can expect this to take 3-5 months time frame, which I think is a perfect time frame to really get the most out of the course and also time with your mentor. Sandy (my mentor) was an amazing asset!! She works full time as a UX designer and had a graphic design background. I appreciated her feedback and direction throughout the entire course. Finishing the course - it takes just as much determination to continue with learning and finding projects, but Springboard gives an amazing base and strong portfolio piece to showcase! I would recommend this course to anyone who wants a strong foundation of UX!Read Less",UX Design,UX/UI Design +238993,11035,springboard,peter alewine,False,2017,Solid foundation in UX,2017-11-07,4.3,5.0,4.0,4.0,"I just completed the UX Design course. I chose Springboard after quite a bit of research into other online certificate programs because you can work at your own pace, which is a big plus for me, and this makes it more affordable if you finish sooner.... Read More The mentors were good and the curriculum gives you a good foundation in UX. Also, they contribute quality material to the community at large via things like their ""office hours"" videos which are free on YouTube.After completing the course, I have a solid portfolio piece, and enough knowledge to set out on my own looking for jobs and projects. My mentor, Emily Holmes, was great.Overall quite satisfied.Read Less",UX Design,UX/UI Design +239379,11035,springboard,Anonymous,True,2017,The UX Design Course at Springboard is definitely a worthwhile investment!,2017-11-06,5.0,5.0,5.0,5.0,"The course is well-worth the investment. You can develop a solid foundation in UX design concepts and get constant feedback from your designated mentor. It has been such an eye-opening experience. The best way to learn about the job you want is to talk... Read More to and learn from the people who hold those positions. This is what Springboard strives to do. It is geared towards opening up pathways for people who are new to a field by connecting them with excellent mentors who go above and beyond what is asked of them. 10/10, would recommend!Read Less",UX Design,UX/UI Design +239288,11035,springboard,Alla Prazyan,False,2017,UX Design Course on Springboard,2017-11-03,5.0,5.0,5.0,5.0,"I am in Graphic Design industry for more than 8 years and I was happy to explore UX Design course here on Springboard. The curriculum is very well designed and covers all aspects of UX design. This course is ideal for busy people, who cannot attend scheduled... Read More classes on site. The price is affordable and the knowledge you get instead is priceless. Mentors are all professionals from the UX field, and student's advisors are always right away ready to assist with any question. I could finish the 12 weeks UX Design course in 8 weeks, but won't be happen without great support from my mentor Catherine and student advisor Hallie, also the community is very responsive, where students can get valuable feedback not only from other students, but from professional mentors. I would recommend this course to any self-motivated person for sure!Read Less",UX Design,UX/UI Design +241587,11035,springboard,Andrea Owens,False,2017,Great Intro to UX!,2017-10-14,4.0,5.0,4.0,3.0,I recently completed (June 2017) the Springboard UX Design course. It was a great intro to all aspects of UX for someone who has no idea what UX is.The projects were fun and the weekly mentor call was super helpful for feedback and reassurance. I've tried... Read More other online UX courses and this is by far the best!Read Less,UX Design,UX/UI Design +238761,11035,springboard,Dirk Maserkopf,False,2017,Excellent curriculum and course,2017-10-13,5.0,5.0,5.0,5.0,"My experience with springboard was only positive and from my first day I signed up, I had a very enjoyable course with springboard. The course structure is great and covers all aspects to become a Business Analyst. I am one week away from completing the... Read More course and I am excited to what is ahead of me. I am confident in handling data and work with large data sets. Special thanks to Catherina from student support for all her help at the beginning. I was a bit hesitant how it will work out for me, studying online from Australia and have a weekly mentor call etc., but Catherina did it all and she found a suitable mentor in no time. Any problems are resolved easily and even outside office hours. Chinmay, my mentor, was great and good to work with. His support and guidance made the course very pleasant and the weekly call was great. I highly recommend springboard. Thank you everyone,Read Less",Business Analytics,Data Science and Analytics +244835,11035,springboard,Arun Sivasankar Bharadwaj,False,2017,Springboard - Foundations in Data Science,2017-09-14,3.3,4.0,5.0,1.0,"I took the Foundations in Data Science course from Springboard. I have had some introduction to statistics and programming (quite a bit of stats in my MBA program and took many datacamp certificates for R and Python programming).Really enjoyed the foundations... Read More course from Springboard. Have tried using many MOOC`s (massive online open courseware) to learn data science but to no use. Springboard`s mentor driven and community driven coursework is a lot better. Setting up the R Studio environment, Github, writing code on R, R markdown etc, all take quite some effort, if you are from a non computer science background (I am not a CS major but had some coding in high school and undergrad). This is where the mentor and community are most useful. The $ 500 per month fee is very reasonable for the community, mentor interactions and curriculum that you get in the course. My advice to prospective students who have no background in statistics and programming is as follows:1) First learn statistics from online resources like Khan Academy, Saylor.org etc. Topics may include descriptive statistics (mean, median, mode, variance, standard deviation, types of distributions, probability), inferential statistics (p-value, Z-scores, hypothesis test, t-test) and machine learning (linear regression, logistic regression, some simple classification algorithms etc). Even datacamp.com has many good coding courses built around statistics. 2) Learn some R, Python and SQL from datacamp.com. Take a total of 10 certificate courses from datacamp in these 3 programming languages. This will really help develop your coding skills. In R, take introduction to R, intermediate R, dplyr, ggplot, statistics with R etc. In Python, learn numpy, pandas, seaborn etc. 3) After you have finished above 2 points, you can move to Springboard. You may think that Springboard is also about the first 2 points. Yes, it is. But the most important part of Springboard is the capstone project. Once you have completed point 1 and 2, you can enter the Springboard foundations course confidently and spend most of your time thinking and working on your capstone project. Remember that nothing matches the skills you develop while completing an end to end capstone project. This is only possible on Springboard at a very reasonable price.Lots of effort and motivation + Springboard + Datacamp is the best formula for becoming a quantitative analyst/junior data scientist, if you do not already have a background in statistics and computer science.Read Less",Introduction to Data Science,Data Science and Analytics +238162,11035,springboard,Adarsh Srinivas,False,2016,Best data science workshop out there preparing you for a job in the industry,2017-08-25,5.0,5.0,5.0,5.0,"I only have positive things to say about the data science intensive curriculum, my mentor and everyone at Springboard. I have had the best experience and I would do it all again in the future if I had the chance to do something that would boost my skill... Read More set. For anyone considering Springboard, the Data Science Intensive curriculum is the best course out there in the field of Data Science and prepares you completely for the industry. No other courses can compare to the quality of this course and the learning it offers. Mentor-led style of learning works best for someone who wants to enter this field and is by far he best way to learn everything about this dynamic field. The support-structure provided my Springboard, right from the student advisor to your mentor, is amazing and Springboard gives it's all for you to go out there and be successful. The perks of the slack community, career resources, office hours, capstone presentation as well as the electives offered in the curriculum make this certification totally worth it and makes it stand out from the rest. Finally, the mentors are some of the most passionate and the most knowledgeable people in the field of Data Science working for the biggest companies in the world, which provides you with an unique opportunity to network and learn from the best.Read Less",Intermediate Data Science,Data Science and Analytics +237055,11035,springboard,Blake Bowland,False,2017,Mentorship is the key,2017-08-08,4.7,5.0,5.0,4.0,Springboard was a fantastic course with a multitude of resources and also a step-by-step structure which truly helped you understand the UX process. But where Springboard really shines is the mentorship you receive from your 1-on-1 calls. I would highly... Read More recommend this course to anyone as you will take away from it solid skills and a mentor for life!Read Less,UX Design,UX/UI Design +237114,11035,springboard,Daniel P.,False,2016,Great Intro to Data Science!,2017-08-07,5.0,5.0,5.0,5.0,"I decided to transition into a career in Data Science and began with the Foundations of Data Science course from Springboard. I learned a lot, and the weekly mentor calls were very helpful. I definitely recommend the course.",UX Design,UX/UI Design +237008,11035,springboard,Jenn Lindeman,False,2017,Fulfilled all the practices I needed to succeed,2017-08-02,5.0,5.0,5.0,5.0,I've been a visual designer (mostly web) for about 10 years. I've done aspects of UX in many of my jobs/projects. But there were a lot of best practices in research and prep that I'd never properly learned to be an official UX designer. I learned and... Read More practiced all these textbook need-to-knows and quickly got my portfolio updated to prove it through this course in a matter of a few months. I saved $1000's from avoiding full-time courses that I didn't need since I had quite a lot of on the job training already. Since completing the course I've gotten messages weekly to daily from recruiters on LinkedIn looking to place me in new exciting roles at big and small companies. TOTALLY WORTH IT.My UX project from the curriculum: https://www.jennlindeman.com/ux-projectRead Less,UX Design,UX/UI Design +237018,11035,springboard,Lauren Grey,False,2017,UX Design Certification,2017-07-30,5.0,5.0,5.0,0.0,"I took the Springboard UX course early in 2017 when I had gotten laid off unexpectedly. I had planned to take it, but it just gave me a bit more time to focus on the course and since it was a pay by the month situation, I figured it was a really good... Read More time to dive in. The course itself is quite thorough in a lot of ways. I have a graphic design background, but you really don't need any background to go through it. Since I had read some books, did some reading online and took a few high-level UX courses, it was a bit easier at the start for me than maybe it would be for others. I enjoyed the set your own pace aspect and devoted 4-5 hours a day toward it, but it could easily be worked on part-time and be effective. I do think that the more immersed in the hands-on work you get, the better understanding you'll have. I found the projects and the mentor sessions to be arguably more valuable than some of the articles and videos you watch, but it's partially because I learn better by doing than observing. Overall, I really enjoyed the learning and came out of the course with a good portfolio piece as well as a solid understanding of how to do UX generally. I didn't utilize the job search assistance because I was able to get another graphic design job before I finished the course. I think if you go through the course you might be able to get an entry-level UX job if you did a solid job of thinking about your portfolio as you went through the course, otherwise, expect some work at the end to make your work presentable to prospective employers. I suggest Springboard for anyone who likes to get through a bootcamp fairly quickly and in the comfort of your own home.Read Less",UX Design,UX/UI Design +236993,11035,springboard,Ami,False,2016,UX Design Course,2017-07-28,5.0,5.0,5.0,0.0,The curriculum was comprehensive and having a mentor was extremely beneficial.,UX Design,UX/UI Design +236952,11035,springboard,Jeffrey Johnson,False,2017,Gret experience with Springboard,2017-07-25,5.0,5.0,5.0,5.0,"For me it was either springboard or GA. I chose Springboard because I was able to get it done for more than 10,000 cheeper. I feel the quality was just as good and it suited my learning style and especially pace cause I'm working another job. I live in... Read More a major metropolitan city so I can make all the connections I need by going to tech meetups and through friends so GA really didn't really sell me on the connection element.And again, I don't feel that I had any less quality of an education and my mentor Fabio Muniz (whom I strongly recommend) was very insightful and just as good or probably better than anyone I could have worked with at GA or elsewhere. And with Springboard during your mentor calls you will have their full attention whereas in a class if there's something really specific you need to get after you can get the full undivided attention without worrying about slowing a class or other students down.In this case I'm giving the job support a 5 star as it may be not the same as some of the others it's 5 stars for the value. And your mentor will be able to tell you everything you need to know about finding your first career in UX.Good Luck! And if you have any questions about the program feel free to email me @ whereisjeffrey@gmailRead Less",UX Design,UX/UI Design +236940,11035,springboard,Arez,False,2016,UX,2017-07-25,5.0,5.0,5.0,5.0,Fun course I really learned a lot and enjoyed it. You'll learn everything the pros know in this course. Enjoy.,UX Design,UX/UI Design +236930,11035,springboard,Dhanae Dias,False,2017,Excellent for beginners,2017-07-24,4.3,5.0,5.0,3.0,"I wanted to start working with UX Design, and Springboard really helped me to know more about the subject, I totally recommend for those who don't know how to start. At the end of the course, I had a big project to use on my portfolio. The price is very... Read More good, and even after I finished my course, I still have access to the curriculum.Read Less",UX Design,UX/UI Design +241588,11035,springboard,Amelia Goldberg,False,2017,Excellent UX Design course,2017-07-24,5.0,5.0,5.0,0.0,"I took Springboard's UX Design course, and really enjoyed my experience. The curriculum was engaging, varied enough to accommodate many different learning styles, and was dynamic - Springboard updates their curriculum all the time, so nothing feels out... Read More of date. The emphasis on working with other students through the online community made it easy to gather ongoing feedback about your process, and simulated a bit of what it's like to work on a UX team - you never work in a bubble ;) The self-paced nature of the class is a bit of a double-edged sword, because you can finish the course while working a full time job, but it does mean you need to be really self-motivated - I work full time, and finished the course in 3 months. Both your mentor and Springboard advisors are extremely helpful and supportive, and can even provide suggested timelines for what to work on each week in order to finish the course in the time that meets your needs.As I mentioned earlier, each student is assigned a mentor, with whom you work closely, meeting each week to discuss progress, goals, and other, non-course-related aspects of UX design work. This mentor/student relationship was invaluable to my success. My mentor is extremely talented and charismatic and working with her helped keep me on track. I highly recommend Springboard to anyone looking for a dive into UX Design.Read Less",UX Design,UX/UI Design +236924,11035,springboard,Laura Hamrick,False,2017,UX Design Course - Highly Recommend,2017-07-24,5.0,5.0,5.0,5.0,"I would definitely recommend the Springboard UX Design course to anyone that is looking to learn UX Design or would like to get a jump start on putting some UX examples on their portfolio. I had worked in UX for about a year but didn't have any personal... Read More examples that I could show for on my public portfolio. My Springboard (Sara) was extremely helpful in providing me with feedback and recommending resources that were outside of what the course had listed. This course was great because as a freelance web designer, my schedule isn't consistent week to week. Since the course is flexible, you are able to do as much or as little of the work each week to make it work for you. I was left with an amazing portfolio piece on the entire process of UX Design and have been offered multiple positions since completing the course. I also felt extremely comfortable in the interviews as I was confidently able to walk through the ENTIRE UX Design process since I had gone through every piece. Would highly recommend this to anyone interested in UX!Read Less",UX Design,UX/UI Design +236858,11035,springboard,Ashley Chan,False,2016,Great review on,2017-07-24,4.0,5.0,4.0,3.0,"Decided to learn about UX design in an attempt to change the course of my career and I'm extremely happy I did it with Springboard! Though I'm now working more towards UI design, the course gave me a good foundation on UX, design thinking when solving... Read More problems and a user centric mentality. I felt very catered to with a flexible schedule, practical projects, and a thorough curriculum it was extremely fun to learn. The best part of the course is the one-on-one time with industry experts / mentors (shout out to Andre Martins!). It was not only insightful to attain advice directly from these mentors but inspiring to meet and learn from them!Read Less",UX Design,UX/UI Design +244756,11035,springboard,Sonia,False,2016,Excellent experience with Data Analytics workshop,2017-07-23,5.0,5.0,5.0,0.0,"My experience with Springboard's Data Analytics course was very valuable as it provided a clear and logical framework that has helped me think of data analysis and insights more holistically than I was doing earlier. Also, I have been able to apply some... Read More of the tools and techniques I learned to my job. Though I joined thr workshop with the intent to understand and apply data analytics techniques to my current job, going thru this workshop also helped me think how I can use my passion for data to make a career switch.Two aspects of the workshop I liked best:1. The course content focused on real-life examples, skills, and practices supported by excellent feedback from my mentor.2. My mentor was very knowledgeable and was able to give me not only feedback on my assignments but also pointers to additional information and reading materials that he knew would be applicable to my job.Read Less",,Unknown +241589,11035,springboard,Aflinn,False,2017,UX Design - Beginners or Refreshers,2017-07-22,4.7,5.0,5.0,4.0,"I signed up for the course for a career change; starting in marketing and then software consulting. The user experience was extremely interesting to me and it's one of the fastest growing career paths, still being defined. This course was comprehensive,... Read More I had an industry expert as my mentor at every step of the way and in the end had built a full portfolio to show potential employers. The UX field has many different specified roles or can be for the generalists, no matter your interest or level of knowledge, this course touches all of them. Highly recommend this course for those wanting to break into the industry or want a refresher on the principles of UX.Read Less",UX Design,UX/UI Design +244755,11035,springboard,AISHA IBRAHIM,False,2017,SPRINGBOARD - Data Analytics for Business,2017-07-22,5.0,5.0,5.0,0.0,"I'm very happy with the Springboard course I recently concluded (data analytics for business).It's a 12-week program but it went by in a flash!A very big shout out to my mentor (Paras Doshi) who was extremely patient and kind and extremely knowledgeable... Read More on what he talked about. He was always all about my interest, which was to learn as much as was possible.Thank you, springboard!Read Less",,Unknown +243550,11035,springboard,Elizabeth,False,2017,Foundations of Data Science Review,2017-05-16,1.7,3.0,1.0,1.0,"I recently completed the Foundations of Data Science course. It took me a little less than 3 months to complete the curriculum and capstone project. The best part about Springboard is the mentoring. I loved my mentor--she was extremely generous with her... Read More time and knowledge and her interests and mine aligned very well. She was always quick to respond and really encouraged me to push forward with coding and analytics that I felt usure about. I really miss my mentor!I came to Springboard with no coding background , but with a graduate degree and some knowledge of statistics. Springboard does not make ANY of their own curriculum and they don't craft any tie-ins or connections between the different lessons. A large part of the curriculum is based off of Data Camp to learn R. Learning through Data Camp has it's own set of challenges and none of these are addressed by Springboard. Other components of the course include the EdX Analytics series and dplyr videos through Data School. Many of these resources are good on their own, but none is complete enough to give the student (or at least one w/o a coding background) sufficient foundation to tackle the assignments. Often the assignments are so disconnected from the curriculum, that they are difficult to complete w/o help for your mentor--which is OK to a degree, but given that each mentor session is 30 minutes--often time runs out before addressing the capstone and other project concerns. I really feel that more attention should be paid to the curriculum---it is certainly OK to use resources from other sites, but there should be reinforcement of key concepts like..writing functions...through either supplemental videos created by Springboard, or focus lessons during the office hours.With regard to job assistance--there is none and the career materials provided, again are brief You Tube video clips or books that are not presented in any kind of way to give the student a view of the field, options for careers or even guidance in terms of moving forward with skills, once one completes the course. In fact, after completing the course, there is zero follow up or transition. I never received any certificate or any kind of ""next steps if you want to keep learning"" email. Once I finished and got my rubric from my mentor (and stopped paying the monthly fee), Springboard went off the radar.Read Less",Introduction to Data Science,Data Science and Analytics +235572,11035,springboard,Anonymous,False,2016,The Best Introduction To Data Science,2017-04-04,4.7,5.0,5.0,4.0,"I researched a lot about the skills needed, the kind of practice required and the importance of a mentor when trying to dive deep into the field of Data Science. I spoke to people who were data scientists and they stressed about the positive effect a... Read More constant mentor can have in such a phase. Springboard understands this very well and tackles it in the best possible way by roping in industry experts who become your extremely helpful mentors (who else could teach you better?!). An extremely flexible schedule, a thorough curriculum which makes on understand every concept from the ground up, super fun mentors and a great community - everything that one needs to begin a career in Data Science is right there. Highly recommend taking the course.Read Less",Intermediate Data Science,Data Science and Analytics +235476,11035,springboard,Tancy,False,2016,I highly recommend it!,2017-03-24,5.0,5.0,5.0,5.0,"Compared to other online data science training programs, the best part of the SpringBoard is the mentor system in which they assigned a prominent Data Scientist working in the industry as your mentor. Using google search, everyone can easily find thousands... Read More of websites for the data science courses. However, for the people without data science background, like me, it is very hard to know what kind of knowledge and skills for the data science in the real world. This training equipped with both theoretical and practical skills to solve industry problems. With the mentor system, I was assigned a mentor to learn first hand how to think like and solve problems like a data scientist. At the end of the training, I finished a project to solve a data science issue in the real world. The feedback from the expert is extremely important for those people want to find a data science job but have no experience on that. The only one thing to complain is my mentor knows too much, it is hard for me to digest all of them in a short time. Except for the mentor system, I also enjoyed the data science community. In the community, you can post questions or share the experience with others. I always learned a lot of update information about data science there even after finished the training program.Read Less",Intermediate Data Science,Data Science and Analytics +235481,11035,springboard,Landon Barnickle,False,2017,Mentor Led Deep Dive into Data Science,2017-03-24,5.0,5.0,5.0,5.0,"Springboard's Data Science Intensive is a great blend of self paced study, practical coursework, and mentor led training. As part of my mid-career self improvement, I had begun looking at post graduate data science programs at nearby universities. During... Read More my research I came across Springboard which was offering a course of training that covered all the same topics as the university programs with better cost and schedule, and complete with access to a data science mentor currently working in the industry.Having completed the program in early 2017, I feel I came out with a solid technical foundation in data science techniques and tools. On top of that, the practical advice from my awesome mentors was highly valuable with insights into day to day responsibilities and expectations. And, while the sense of community may not have been directly integrated into the course, Springboard does provide the infrastructure of slack channels and office hours for support and communication among students.Read Less",Intermediate Data Science,Data Science and Analytics +235228,11035,springboard,Anonymous,False,2016,Do you got what it takes?,2017-03-24,4.0,4.0,4.0,4.0,"This course was a great and fair step in helping me to determine if data science was the right path for me. The course gives you all the tools and best methods you need to get an introduction to data science. As long as you try, you can get a pretty good... Read More assessment if data science is something you want to build a career out of or just an additional skill you want to add. I would much rather do this in a stress-free and at-your-own-pace environment than a degree program: it minimizes the monetary risk and you can focus on the material that is most relevant to the work you do. For me, this course was a great move to advance my career and build a more technical career path at my current company. Should I ever decide to leave my current role, I now have a skill set that makes me a little more marketable!Read Less",Introduction to Data Science,Data Science and Analytics +235480,11035,springboard,Andrew Nguyen,False,2016,UX Design on Fleek!,2017-03-23,4.7,5.0,5.0,4.0,"Hey everyone, I want to let everyone know that this workshop has changed my life.As a student in software engineering... Sticking with the discipline and the kind of learning I went through, it didn't give me a wider range of knowledge i wished to seek.... Read MoreThere was no design or human interaction involved out of school. There was no vibe of control over the things you want to do. Everything was structured and it just wasn't my taste.So, I decided to take UX Design in hope that it would play along side with my Engineering/Programming background and build a more diverse portfolio.In the workshop, I finished it in 3 months. Depending on how much time you want to put in it, how fast you want to complete it is all up to you. Obviously the more effort you put into the workshop the more you get out of it. It was very flexible to my time but also intimidating to the point where you're not making use of all your money if you decide to miss a week or even 2 weeks. I honestly could've finished it faster if i put my full focus into the workshop. And that's the point of this program, you work at your own pace and you figure out when you can subsidize it with your daily routine.I've learned quite a big chunk of stuff and used it to my advantage for my school courses(depends) as well as outside business work.Do you think I recommend this workshop? I definitely do. You will also get a mentor that will guide you through the course and make sure you succeed with satisfaction. Heck, I already miss my mentor :cRead Less",UX Design,UX/UI Design +235453,11035,springboard,Maneesh Janyavula,False,2016,Great Community,2017-03-23,5.0,5.0,5.0,5.0,"I have taken the data science intensive course which is python based and it really helped me gain a proper understanding on how to deal with cleaning data, pre processing data, doing exploratory data analysis and machine learning. The course material... Read More is great. It is simple and easy to learn. The 1:1 mentor sessions every week was super helpful combined with an entire community of data scientists helped me engage in several things. The youtube videos on career and interview prep helped me a lot as well. The topics discovered were very much aligned to what they would expect in a data science interview. I even had a couple of mock interviews. In overall, a great experience, definitely recommend it.Read Less",Intermediate Data Science,Data Science and Analytics +235422,11035,springboard,Abby,False,2016,"A very thorough, well guided course",2017-03-20,5.0,5.0,5.0,5.0,My experience with the UX Design course at Springboard was incredibly pleasant. The materials gathered and provided to the student are thorough without being overwhelming. Being able to work at my own pace has always been the best way to learn for me... Read More and the mentor calls provided insight that you wouldn't be able to receive in a traditional classroom setting. My mentor encouraged and helped me set proper goals for our next calls and in the end I had a great portfolio to use for future positions. I would definitely recommend this course to anyone wanting to further their UX knowledge and build a portfolio.Read Less,UX Design,UX/UI Design +233073,11035,springboard,Riley,False,2016,Great intro to UX design,2017-03-15,4.3,5.0,5.0,3.0,"I really enjoyed the Springboard UX design program. It's self-paced, so you do have to have some motivation to finish / get work done, but I found the curriculum to be a great overview of all aspects of UX. I thought all the info was relevant and interesting,... Read More and confirmed that I want to work in UX for a career!As for timeline, I was able to finish the program in one month while also working a part time job. I only felt a little pressed for time at the very end when I was finishing up the final project.The mentor calls were particularly helpful, especially for career and portfolio advice. Overall I thought this course was great and would recommend it to anyone who is interested in UX.Read Less",UX Design,UX/UI Design +244614,11035,springboard,Lars,False,2017,Fast paced learning made easy!,2017-03-15,5.0,5.0,5.0,5.0,"I took the course ""data analytics for business"". It was a pleasure and I enjoyed it very much! Upfront I read that former students found Springboard to be so effective because of the mentor calls. That is, for sure, a very important reason. But I want... Read More to add that I find the current curricular also very well thought through. I noticed how I was able to put more and more pieces together and create a complete picture of what the course was promising. Well done guys! Thank you very much and all the best to you! I can definitely recommend Springboard!Read Less",,Unknown +233285,11035,springboard,Mark,False,2016,Challenging but rewarding,2016-12-21,5.0,5.0,5.0,5.0,"I had read various articles about data science, the role as a career, tools used etc. However it was upon enrolling in the Springboard course that I found out what it was like hands on. If you are passionate on the topic, or even just curious, I can honestly... Read More recommend the course as a worthwhile investment.Read Less",Introduction to Data Science,Data Science and Analytics +233119,11035,springboard,Oana Calugar,False,2014,Springboard has dramatically contributed to my career success.,2016-12-21,4.7,5.0,5.0,4.0,"The real difference with the Springboard courses is the feedback you get from the mentors. I got concentrated doses of information in the classes and the mentor calls, and I was able to apply them immediately in my projects. I choose Springboard based... Read More on the delightful combination of self-paced study, weekly mentor calls and weekly office hours, and I was able to see the results of my study efforts immediately.Speingboard has dramatically contributed to my career success. It's pretty hard to beat Springboard regarding getting your skills current.Read Less",,Unknown +232997,11035,springboard,Shivani S.,False,2016,"If you want to start excelling at Data Science, take this course!",2016-12-21,5.0,5.0,5.0,0.0,"My prime goal with this course was to advance and formally train myself in data science fundamentals, apply them immediately at my work and lay a solid foundation in data science to continue on the path to become a data scientist. The course was able... Read More to deliver just that. One of the best thing about the course is the ability to connect 1:1 to an industry expert in field. This luxury is never possible with any other online course. The ability to discuss coursework, capstone, and even general data science questions, was immensely useful to me. I found Springboard's coursework to be the most well-filtered and appropriately consolidated, keep the best resources available on the internet in the syllabus. G+ community is also very resourceful, with students and mentors always eager to help. Kane, Rachel and my mentor Matt were plain awesome. After an excellent all round experience with the fundamentals course, I am actively considering getting myself enrolled in the data science intensive course.Read Less",Introduction to Data Science,Data Science and Analytics +232714,11035,springboard,Tyler Adams,False,2015,Springboard UX Design School is one of the best classes any marketer can take,2016-12-20,5.0,5.0,5.0,5.0,"I participated in the UX Design School in Summer 2015 and it was one of the best career investments that I have ever made. I wanted to learn more about UX Design and User Research and found this program. The courses are just as in-depth and intensive... Read More as any MBA or graduate program. You're assigned a personal mentor to meet with once each week and guide you through the program. This is probably the best aspect of the program, since you are assigned to work with someone who is at the top of the UX Design field and lives and breathes this subject on a daily basis. It's not a case of a professor who hasn't been in the real world for several years. You're meeting with someone who is leading the way in this field. My personal mentor, Julia DeBari, was fantastic. The biggest thing to keep in mind is that what you get out of this program is based on how much work and effort you put into it. It can be easy to fall behind on course work, but if you do that you're only hurting yourself and your progress. After going through the course, I would recommend dedicating at least one weekend afternoon each week and one evening during the work week to focus on the course work and projects. This is a great program and I hope everyone who enrolls gets as much out of it as I did.Read Less",Introduction to Data Science,Data Science and Analytics +232671,11035,springboard,Anonymous,False,2016,Excellent Mentorship Component,2016-12-20,4.3,5.0,4.0,4.0,"The material for the Foundations workshop was very well-structured, with sufficient resources listed for each topic. The best parts of the course were the mentorship experience, which gives you a chance to develop a relationship with someone senior in... Read More the industry, and the opportunity to work on a final capstone project applying what you've learned to any topic you desire. Thanks for a great experience!Read Less",Introduction to Data Science,Data Science and Analytics +231848,11035,springboard,Anonymous,False,2016,If you are thinking about change - try it!,2016-12-19,5.0,5.0,5.0,5.0,"I had an education in Management & Digital Media and was looking at UX career. I didn't know how to start and Springboard helped me a lot to realize what is this industry about and gave me an understanding that I really want to do it! The mentorship is... Read More really valuable part of the program, I'm still in touch with my mentor. I am doing a freelance work - so he is often a person I would go to for an advice! I would definitely recommend Sadok as a mentor!Springboard also update their curriculum constantly - so your skills are up to date!The course has a great value for the price!Read Less",Introduction to Data Science,Data Science and Analytics +231831,11035,springboard,saleem ahmad,False,2016,The best program,2016-12-18,5.0,5.0,5.0,0.0,"Pros: - Mentors who are already working in their field and can navigate you in right direction, so you don't have to find everything.- life long access to constantly updated material.- Office hours where one can ask any question.- Exceptional from mentors,... Read More director Raj and Kane Li.- you start with nothing and within weeks start living Data Science and can feel the significant difference.Cons:Nothing you guys are so dedicated and doing such a life changing job. So following is more of recommendation - Mentor's hour should be 20 minutes twice a week.Read Less",Introduction to Data Science,Data Science and Analytics +235072,11035,springboard,Anonymous,False,2016,Great self paced online learning experience,2016-12-16,4.7,5.0,5.0,4.0,"The most rewarding aspect of this course is the mentorship program. Building contacts in the field you are interested in is key to a successful career. I really enjoyed the self paced factor as well where you can complete the course as quickly as you... Read More can. The course material was fascinating. I loved reading a lot of the articles at the beginning of the course. If you are on the fence about taking this course, don't be. You'll have lots of fun.Read Less",UX Design,UX/UI Design +234939,11035,springboard,Jenny N.,False,2016,Fun Program,2016-12-15,4.7,5.0,5.0,4.0,"My experience with Springboard was great. Staff was friendly, platform was easy to use, courses were efficient and fun. The online community is extremely helpful - mentors and students will help you with your questions or issues. My mentor, Emily, was... Read More fantastic. I would recommend it.Read Less",UX Design,UX/UI Design +234894,11035,springboard,Stephanie S.,False,2015,Excellent and comprehensive UX course,2016-12-15,5.0,5.0,5.0,5.0,"The UX Design Workshop gave me a great understanding of UX principles and how and when to apply them. There is so much material on the topic out there, but having it curated in one place and presented in a meaningful way was wonderful. You have the option... Read More to pause your program if you need to, which I needed to do for personal reasons, and it was easy to pick up where I left off when I came back. Both of the mentors I had offered invaluable advice and perspective on applying the principles we learned in the real professional world. I appreciated hearing how they approached concepts with their clients and on their own projects. I recommend this course to those who are new to UX or those who are looking to solidify their skills and break into the field.Read Less",UX Design,UX/UI Design +234877,11035,springboard,Joe Fang,False,2015,Springboard helped me start my career in UX,2016-12-15,5.0,5.0,5.0,5.0,"Just some background information on myself, I have a Bachelor Degree in Business Administration and also an Associate Degree in Graphic Design. My last several jobs I had were Graphic Designer positions with some Email Marketing(basic HTML coding) experience.... Read More I had been looking into the UX field but as a father of two, it's a little hard to make time for learning and getting into a brand new career. Well, I finally got my chance after being laid off from my previous employer and knew I had to do something to get into a different field. I had looked at another 3 month intensive course in NYC, but that would have taken me away from my family and also costed much more (about $9k and not including rent). So I figured I'd give Springboard a try. They have a free course that includes videos from online that is curated by seasoned UX Designer. The paid version, you get a mentor paired with you for 30 min weekly calls and also to ask questions and review your projects. They have many mentors from different backgrounds and from different geographical locations. I personally wanted someone who had a print background to help me transition, and a friend of mine who is from Brazil actually got a Brazilian mentor which was a huge help for her. Well, after completing the course, I began applying for UX jobs, and got an opportunity to interview with a eCommerce business for a junior position. Quite honestly, I felt well prepared for the interview and got advice from my mentor and other mentors throughout the process. I have now been at my current position for the past 10 months, and I know I have made the right decision. Thank you Springboard!Read Less",UX Design,UX/UI Design +234838,11035,springboard,Zeina,False,2016,Highly recommended,2016-12-15,3.7,4.0,4.0,3.0,"I enjoyed the program very much, gained a lot of knowledge and was able to apply what I learned at work.The mentors were super helpful and everyone is happy to answer your questions and give advise.I highly recommend this program to anyone who's considering... Read More this course.Read Less",UX Design,UX/UI Design +242681,11035,springboard,Jean,False,2016,A way to stay current for the highly motivated!,2016-12-12,5.0,5.0,5.0,5.0,"This was my first online experience and it didn't disappoint. I was motivated to complete the program so I made sure I was ready for my meeting with my mentor every week. My mentor was extremely knowledgeable and always ready with information and links... Read More to help guide me through the UX and UI processes of working on my very first mobile app. He kept me motivated and always thinking about how to take my project to the next level. The program can be paced for your individual comfort, but for me, I found the discipline of my weekly mentor meeting motivating enough to finish in 8 weeks. I am very happy that I took this class with Springboard. I'm super proud that I accomplished my goal of staying current with the technology and methodology of my field.Read Less",UX Design,UX/UI Design +234178,11035,springboard,Ben,False,2016,Springboard is an excellent course for self driven learners,2016-12-10,4.7,5.0,5.0,4.0,"I really enjoyed my time with the Springboard UX Design Workshop. The course lets you learn at your own pace, but alleviates the problem of most online courses: isolation. Interacting with a professional mentor each week allows the student to really get... Read More a 'boots on the ground' perspective of the course. It also allows a student to ask questions and bridge the gap between knowledge gathering and practical application.By the end of the course, I had completed a rewarding portfolio project and I was surprised at how much I was able to accomplish with the course.I thoroughly recommend the course.Read Less",UX Design,UX/UI Design +279000,10862,learningfuze,Eniola Johnson,False,2021,Defining decision.,2021-07-01,5.0,5.0,5.0,5.0,"One of the best things that came out of year 2020, that I will eternally be grateful for was taking the bold step of joining a coding boot camp, not just any coding boot camp but LearningFuze. It is an experience that I can only describe as the right... Read More mix of studious learning in an empathetic environment with a community committed to seeing you achieve your goals. I live on the other side of the world and not once was I left it out in any interaction, even though I was the only girl in my cohort. Let’s start with what LearningFuze is and is not. It’s not a place for hand-holding and cuddling. You’ve got to put in the work. If you’re looking for a place to grow with people who treat you like a human being because they understand just how tough the process can be on you, then, LearningFuze is the right place for you. It will not allow you live by copying and pasting other people’s work or have answers handed to you in every situation. You do learn by doing but you’re also giving practice challenges that test your abilities to problem solve and to keep learning within and outside the classroom, giving you the necessary nudge out of your comfort zone. The job search is very similar to the in-class training. You will be armed with skills and prepared for the job search but you still have to apply to the jobs and go through the interviews as you’ll come to realize that you’re in competition with quite a number of software developers too. The best part, all the learnings and skill training are things you need in the real world and remain relevant even after landing a job. However, with LearningFuze even the instructors can be a shoulder to cry on, ever positive, ever encouraging, they go above the call of duty as it is with all the LearningFuze staff I have encountered. All in all, if you’re asking for my recommendation for a boot camp, I’ll definitely recommend LearningFuze. It’s not for the faint-hearted but it will help you achieve your goals.Read Less",Full Immersion 14-Week Program,Miscellaneous and General Tech +276280,10862,learningfuze,Nick Hernandez,False,2021,Become a full-stack dev!,2021-04-22,5.0,5.0,5.0,5.0,"The LearningFuze team does an amazing job at giving you everything you need to enter the job market as a full-stack developer. Their curriculum teaches you in a way that not only teaches you core fundamentals, but also teaches you how to read, understand,... Read More and implement code on your own. After having gone through the program I am happy to be able to confidently call myself a full-stack dev. Would recommend it to anyone who is looking to learn how to code!Read Less",Full Immersion 14-Week Program,Miscellaneous and General Tech +276192,10862,learningfuze,James Roach,False,2021,An Amazing Experience,2021-04-21,5.0,5.0,5.0,5.0,"The full immersion bootcamp at LearningFuze is a fantastic option for people who want to start a career in web development. The course is fast-paced and challenging, but if you work hard and apply yourself, your coding skills will develop quickly. My... Read More instructors were very knowledgeable and passionate about coding. They always approached class with an enthusiastic attitude, and it was evident that they wanted to see their students succeed. LearningFuze also offers in-depth career services with an incredible staff that help you prepare for interviews, create a well-rounded portfolio, polish your LinkedIn page, and much more. Overall, I had an amazing experience at LearningFuze, and I still can't believe just how much I've learned over the past few months. I would definitely recommend the program to anyone interested in becoming a web developer.Read Less",Full Immersion 14-Week Program,Miscellaneous and General Tech +275909,10862,learningfuze,Yessenia Rodriguez,False,2021,"Overall, great experience!",2021-04-15,5.0,5.0,5.0,5.0,"I want to start off by saying that all of the staff at LearningFuze is amazing. Something I really liked about LearningFuze from the very beginning was that they offer many resources even before the start of the program. I first attended their info session... Read More to learn more and was encouraged to sign up for the 2-week prep course (both free). The 2 week-prep course really gave me an insight into how the program would be structured and after its completion, there was no doubt in my mind about attending the full-time web development course. The instructors Cody and Tim were always incredibly helpful and made the learning process even more fun. In addition, LearningFuze really helps you prepare for the job market through mock interviews and resume building.Read Less",,Unknown +275430,10862,learningfuze,Owen Adams,False,2021,Great Program!,2021-04-01,5.0,5.0,5.0,5.0,"Learning Fuze is very thorough in their curriculum, they provide you with all the tools you will need to be a Full Stack Web Developer. The instructors are there to help you every step of the way and there are provided TA's after hours to help out! Learning... Read More Fuze has taught me not only the syntax and concepts of JavaScript, but also how to think like a programmer - problem solving for solutions. Towards the end of the cohort, the staff at LFZ help out tremendously to prepare you to be job ready. They help you build a resume and then put you through mock interviews to prepare you for the job market. I would recommend Learning Fuze to anyone that is interested in a programming career in general.Read Less",Full Immersion 14-Week Program,Miscellaneous and General Tech +274495,10862,learningfuze,Daniel Vargas,False,2020,Life Changing experience,2021-03-08,5.0,5.0,5.0,5.0,"After a few months of the self taught route, I decided I was ready to jump into a full stack immersive program, and found LearningFuze. I was not disappointed. They really care about each and every student that goes through the program. Coming off a traditional... Read More education in university, I never felt that I had a voice or any type of one on one connection with my instructors. At LearningFuze, you really get that one on one time when you are struggling through a new topic. From the Jr. side instructors to senior side and the career services team, you are mentored along the entire way, and given the right tools to be successful in the future. I couldn't have asked for a better group of mentors, without them I wouldn't be where I'm at now. Truly an amazing program, creating some great programmers.Read Less",Full Immersion 14-Week Program,Miscellaneous and General Tech +274456,10862,learningfuze,Tesia Tran,False,2019,LearningFuze was easily the best choice I made when I decided to pursue a career in tech.,2021-03-06,5.0,5.0,5.0,5.0,"This review has been a very long time coming. Before I enrolled, I went to info sessions for three other popular bootcamps in the area. The staff at LearningFuze was what made me come back to try out their free prep class, and then ultimately enroll in... Read More the full-time immersion program. I never worried whether I would have access to an instructor for help. In fact, they reminded us over and over all throughout the program to ask as many questions as possible because it was going to be a LOT of new information all at once. I always felt supported, and that support carried into the career services part of the program as well. My only regret was that I didn't fully take advantage of what was available to me after the program ended, but even though I never finished my requirement, about 6 months after graduation, the director and career services manager reached out to me for a check-in and provided me with an opportunity to get back on track. (I was really struggling to stay focused during the first half of 2020.) And honestly, that made all the difference. I highly, highly recommend if you're looking for an environment where the instructors and staff actually care about their students, but you also need to put in the work! As for the curriculum, I think that it's changed a bit since I've been there, so I do feel they try to stay up to date with relevant technologies while also making sure you know fundamentals.Read Less",Full Immersion 14-Week Program,Miscellaneous and General Tech +274191,10862,learningfuze,Udaibir Virk,False,2021,Amazing School!,2021-02-28,5.0,5.0,5.0,5.0,"After about a year and a half of self study, I decided to take the dive and try and apply to a bootcamp to jumpstart my career into the world of web development. I researched for days on end to find a school, both local to my area and even out of state,... Read More that I felt would take a genuine interest in helping me grow as an individual and guide me on the path to a new career. Although my time in the accelerated web development program was incredibly challenging, I have no doubt that I made the correct decision in choosing LearningFuze. The instructors are heavily invested in your development and are always available for questions and clarification on the topics we cover, and TA's are available after class hours, if you need of any sort of additional help. They also provide a lot of information and tips to prepare you for the job search , and even after you complete the program, you don't feel like you are on your own, as the instructors and staff are always willing to help you out. If you put in the work, LearningFuze has all of the resources to help you succeed and attain your goals! Read Less",Full Immersion 14-Week Program,Miscellaneous and General Tech +274138,10862,learningfuze,Kalen Cobb,False,2021,Amazing experience! Manageable schedule!,2021-02-26,5.0,5.0,5.0,5.0,"Going into the LFZ bootcamp I had very little knowledge in the world of coding. I had previously finished the HTML/CSS courses at FreeCodeCamp.org and had started the JavaScript course when I decided to pivot my career and commit to going to a bootcamp.... Read More The things that enticed me about LFZ were the incredibly helpful staff, the price, and the hours. I needed something that wasn't 6 days a week 10+hrs a day of in class work. I have a wife and kids, and I couldn't be that distant for 14 weeks. While I did end up working about 10+hrs a day, it was only 5 days a week and 8 of those hours were mandatory, the rest was on me. Here are some more pros of LFZ: 1. The staff is AMAZING! Not once did I ever feel like I was being judged, looked down upon, or my ability to do this was in question. Every single staff member is there to help you, support you, and push you to grow! If you have questions, they have answers. 2. Leaving the cohort I feel 100% capable of working in this industry. I still have a lot of work to do, they can't teach you everything in 14 weeks. That being said, the most important thing they teach you, is how to teach yourself. 3. Career Services. Again, the staff here is PHENOMENAL! I wasn't sure what life was going to be like after the cohort ended. I thought I would be on my own and get some info here and there from the school for suggested job applications or some help for a couple days going over resumes, cover letters, interview questions. I was wrong. They've been there EVERY step of the way. I'm in contact with them almost every day, we meet once a week to go over job prep, and they help provide contacts to people in the industry. I finished the cohort on January 15th 2020. A month later they're still pushing and trying to help me find my first job. I am incredibly thankful I attended this school. If I had to make the choice again, I wouldn't change a thing.Read Less",Full Immersion 14-Week Program,Miscellaneous and General Tech +273197,10862,learningfuze,Keivan Mojmali,False,2021,Amazing experience - Would highly recommend,2021-02-01,5.0,5.0,5.0,5.0,"I decided to sign with LearningFuze about two years ago. I planned on their Full Immersion course and planned for the right time to start. When the opportunity came, I signed up and I could not be happier. Outside of the great instructors and the well... Read More designed curriculum, I also was able to kick my motivation into gear again. I had become comfortable in my job and this is was definitely the change that I needed. I would highly recommend LearningFuze.Read Less",Full Immersion 14-Week Program,Miscellaneous and General Tech +272608,10862,learningfuze,Ryan Griego,False,2020,Best learning experience I've had outside of college,2021-01-21,5.0,5.0,5.0,5.0,"Firstly, I’m so thankful to the entire staff at LearningFuze for making my experience of the program challenging, rewarding and fun. I took the part-time classes. Throughout the whole time at the program, I noticed that the instructors do their best to... Read More keep the teaching materials up to date with what the market is looking for. I found the career advice from instructors who are currently working in the field very valuable. Taking this bootcamp reminds you that you have the ability to solve any program that comes your way with enough dedication and effort.Read Less",Part Time Comprehensive Program,Miscellaneous and General Tech +272518,10862,learningfuze,Cody Wiseman,False,2021,Awesome Bootcamp!,2021-01-19,5.0,5.0,5.0,5.0,"I decided to enroll in the full-immersion bootcamp at Learning after spending some time doing self-taught web development. I had really wanted to kickstart my coding journey in a big way and I heard coding bootcamps were the way to do just that. After... Read More researching a few bootcamps and attending online information sessions, LearningFuze seemed like it would be the best fit. I am currently 9 weeks into the program and I couldn't be happier with my decision. LearningFuze will provide you with all the tools you need in order to start a career in web development. The entire staff has been amazing throughout the program. Not only will they teach what it takes to build full-stack applications and think like a developer, but they will also teach you how to polish your resume and have it looking job-search ready. You will also go through mock interviews where you will receive feedback and tips on how to prepare for tech interviews. I can confidently say, I would have never been able to learn this much in 14 weeks if it was not for the amazing program being run at LearningFuze!Read Less",Full Immersion 14-Week Program,Miscellaneous and General Tech +272337,10862,learningfuze,Lucca Rizzi,False,2021,Amazing curriculum and staff,2021-01-16,5.0,5.0,5.0,5.0,"Around May of 2020 I decided to learn Web Development. I started with Python, then moved to HTML and CSS, always learning on my own with books and online courses. This was great at first, but as time went own I felt I didn't have a concrete plan to land... Read More my first job. I noticed I had the desire to learn, but not the structure to achieve my goal. I did not know what to focus on and the amount on information available on the internet was overwhelming. I then set a couple of parameters to pick the ideal bootcamp, which was: overall price, financing options, course length, full-stack web developer curriculum and career services. After a couple of weeks researching different coding bootcamps, I came across LearningFuze which fitted all my requirements. However, due to the new remote setting I was a bit nervous on the learning process and its effectiveness. After attending the 2 week online prep-course I felt very confident that LearningFuze was the right decision. LearningFuze's curriculum has great exercises that will make the learning process much smoother, creating building blocks to solidify the information. The several challenges and projects are created to test your knowledge and gives you a practical experience of what the tech industry will expect of you. And the career services is extremely well designed maximize your chances of getting into the tech industry. I definitely recommend LearningFuze!Read Less",Full Immersion 14-Week Program,Miscellaneous and General Tech +272281,10862,learningfuze,Andy Park,False,2021,Incredible Experience!,2021-01-14,5.0,5.0,5.0,5.0,"Before I enrolled at LearningFuze there were quite a few bootcamps that I was considering, and I have absolutely no regret going all in for Full-Stack Web Development course at LearningFuze. Instructors are extremely responsive and helpful and they will... Read More continue to guide you until you have the answer to the questions you’ve asked for. Also the team is genuinely interested in student’s success as well. As you may know, you will be fed with A LOT of information in short amount of time, but the way the course material is structured is very easy to follow and aligns with current industry standards. If you have the determination, work ethic, and motivation to become a programmer, LearningFuze will definitely help and guide you to become a successful programmer!Read Less",Full Immersion 14-Week Program,Miscellaneous and General Tech +272012,10862,learningfuze,Shawn Kost,False,2021,The best decision I've ever made,2021-01-06,5.0,5.0,5.0,5.0,"I've always had a passion for technology and especially computers, but my knowledge on web development was very limited. It was always something that interested me, but I never did too much research about. A few years ago, I had a couple friends who went... Read More through the full-immersion course, and they would not stop talking about how amazing the program was. They would constantly say, ""It was a life-changing experience"". After only being in the program for 8 weeks now, I have to say I agree completely with that statement. Not only do they prepare you with all the knowledge you need to jumpstart a career in web development, they go above and beyond with their career services. They provide presentations about the importance of LinkedIn, and how to utilize it correctly to grow your network. You learn how to create a resume specifically tailored to the tech industry, which provides more opportunities to land an interview. You engage in mock interviews so you can receive direct feedback that will help you in your job search after the program. All in all, everything from the curriculum to the instructors, to even just the overall atmosphere of the classroom is downright incredible. Every single person I have engaged with has been thoughtful, incredibly helpful, and just an overall joy to engage with. If you are looking to get into web development, I think LearningFuze is the answer.Read Less",Full Immersion 14-Week Program,Miscellaneous and General Tech +271400,10862,learningfuze,Dean Vo,False,2020,Incredible Curriculum and Staff!,2020-12-14,5.0,5.0,5.0,5.0,"I was exposed to the world of coding from my work as a Client Service Administrator and started learning on my own time. Eventually, I felt like I was able to make better progress if I was in a dedicated learning environment, which lead me to looking... Read More into different boot camps. Once I stumbled upon LearningFuze, I already had a good feeling when attending their prep course. The instructors were more than helpful and instead of just giving me the answers, helped guide me in the right direction so that I can eventually reach my own conclusions. Part of being a developer means being able to find the answer with the resources you have and the instructors did a fantastic job in developing this skill. After deciding on attending, I spoke with a few representatives and they truly made me feel like they were looking out for my success. They were straight forward with their results and there was even a technical assessment so that they can understand where you are at in your journey. I was viewed as a person who wanted to learn instead of just another opportunity for money.I highly recommend LearningFuze for anyone that is looking into coding boot camps that is looking for a welcome challenge, and an amazing and informative staff!Read Less",Full Immersion 14-Week Program,Miscellaneous and General Tech +271301,10862,learningfuze,Boyul Kim,False,2020,Amazing experience,2020-12-11,5.0,5.0,5.0,5.0,"At the beginning of my research for boot camps, I wasn't sure which one to attend. I eventually decided to enroll in LearningFuze and I have no regrets. I am currently still enrolled in the full-time curriculum and I have thoroughly enjoyed the process... Read More so far. LearningFuze does a great job of teaching: 1) the foundations to become a full stack developer 2) how to think like a developer to propel your career forward 3) teaching you skills that will make you valuable in the job market. All of the instructors are great at communicating what exactly you need to learn, and they truly care about your development and growth. They go above and beyond. I highly recommend LearningFuze for anyone interested in pursuing a career in full stack development.Read Less",Full Immersion 14-Week Program,Miscellaneous and General Tech +271186,10862,learningfuze,Chaim Brisk,False,2020,Excellent Experience,2020-12-08,5.0,5.0,5.0,5.0,"I want to share my positive experiences at the LearningFuze boot-camp, of which I completed 60%. Although I could comment favorably on many aspects of the program, I will focus on two that were the most beneficial to me.First, in my extensive talks with... Read More TJ Kinion at the info session and during my entrance interview, I did not encounter any hard-sell tactics, which made an incredibly positive impression on me. Also, I felt that all the questions which I had regarding the program were answered without deception such as, tailoring the answers to what I would want to hear. The result was that I did not encounter any unpleasant surprises once I started the program.The second experience was the absolute unswerving devotion of the entire LearningFuze staff to the success of each student. Each staff member is determined to bring out the best in each student, and not settle for anything less. The instructors deserve special mention for always answering questions with endless patience, both during open-class time and through private messaging. All this makes learning so much more enjoyable and productive. In conclusion, I can attest to the statement that I have seen others write “The people at LearningFuze are real people” which in my opinion sums it all up. I am extremely grateful to all of them for what they have done for me.Read Less",Full Immersion 14-Week Program,Miscellaneous and General Tech +271016,10862,learningfuze,Christopher Gitmed,False,2020,The best choice for those serious about starting a career in web development.,2020-12-03,5.0,5.0,5.0,5.0,"I'm currently enrolled in the Full Immersion course at LearningFuze, starting the senior side of my curriculum, and I could not have asked for a better experience so far. Every mentor is knowledgable, personable, and eager to share their expertise so... Read More they can push you to be the best developer you can be. They truly care about the success of their students and it shows. The coursework is challenging but it is never anything out of your potential. If you are bouncing between bootcamps trying to decide which way to go, do yourself a favor and at least attend the info session. Attending the info session also gives you free access to the two-week prep course, so you can really check if this program is for you. If you make it that far though, I am almost certain you will recognize the same value in this course as I do.Read Less",Full Immersion 14-Week Program,Miscellaneous and General Tech +270907,10862,learningfuze,Seong Lee,False,2020,Look no further!,2020-11-29,5.0,5.0,5.0,5.0,"LearningFuze has changed my life! The course is set-up for success, and the instructors and staff are extremely helpful, friendly, and truly want to see you succeed. After completing the course, I was able to obtain a position very quickly due to the... Read More connections that this boot-camp has with the development community. As with everything, there are no guarantees- it will ultimately depend on how much work you put in. If you put in the work, following the curriculum, and ask questions, you will be set-up for success. This boot-camp is not just interested in having students graduate; they are interested in truly teaching people code. I am extremely grateful to have found this boot-camp.Read Less",Full Immersion 14-Week Program,Miscellaneous and General Tech +270775,10862,learningfuze,Matt Wotus,False,2020,Best Decision I've Ever Made,2020-11-23,5.0,5.0,5.0,5.0,"Deciding to enroll in the Full-Stack Web Development Program at LearningFuze was without a doubt one of the best decisions I’ve ever made in my life. I started the program as an amateur coder, and now I’m a skilled developer who accepted a job in his... Read More dream city less than two months after completing the program.I can’t say enough great things about the instructors and career coaches at LearningFuze. I was a member of the first fully-remote cohort, and I don’t think remote learning could go any smoother than it did during my 14 weeks in the program. Brett and Scott were incredible instructors who explained things thoroughly, never hesitated to lend a hand, and always answered our questions. They consistently demonstrated enthusiasm for coding and teaching, and they were truly invested in helping us become the best developers possible.The career coaches were phenomenal as well. From day one, TJ and Cassandra were devoted to helping us improve our LinkedIn profiles and resumes, prepare for interviews, and navigate the ins and outs of networking. They were always willing to share their expertise with us, but that expertise doesn’t end once you finish the program. As a LearningFuze alum, you have access to the career coaches and their support and guidance for the rest of your life.If you’re anything like me, you’re probably reading all these incredible reviews of LearningFuze and wondering it it’s possible for a bootcamp to truly be this great. Trust me when I say, LearningFuze is just as great, if not even better, than the reviews suggest. If you’re trying to decide between bootcamps, let me make it easy for you. Choose LearningFuze. I did, and it changed my life forever.Read Less",Full Immersion 14-Week Program,Miscellaneous and General Tech +269574,10862,learningfuze,Krystian,False,2020,Great experience for career-transitioners like myself!,2020-10-21,5.0,5.0,5.0,5.0,"I had the opportunity to be part of LearningFuze's 1st UX/UI Design cohort. It's a great program that invests strongly in their students by providing quality education and resources that prepare us for the real world. The program is split into two modules,... Read More 12 weeks each. They are accessible to their students and I'm impressed by the level of commitment they continue to give during my six months there.Read Less",UI/UX Design,Other +269545,10862,learningfuze,Keenan Ng,False,2020,If you were on the fence about LearningFuze like I was...,2020-10-21,5.0,5.0,5.0,5.0,"This is a long post... but I'm hoping it will reassure anyone who is on the fence about attending LearningFuze. Grab some popcorn and buckle up.If you're reading this, you're obviously interested in coding bootcamps and are in the exact same position... Read More I was in about a year ago (more on this later). I read all the reviews and was super impressed, but also really skeptical. How could every single review receive such high rankings and have paragraphs on paragraphs of praise for the bootcamp? Were all these people really finding jobs?I am one of those people who do insane amounts of research before diving into anything. Even if it's buying something like a simple laptop stand on Amazon, I will for sure look at 5 other similar products and compare reviews. I googled EVERYTHING, like ""Are coding bootcamps still effective anymore in 2020?"", ""Do bootcamp grads actually get jobs after graduation?"" and read countless coding bootcamp graduate experiences.Honestly there were a lot of mixed reviews, and I think it just boils down to the fact that not all bootcamps are created equal. So there was nothing I could really do except sign up for a info session with LearningFuze and try and find out for myself.So my story with LearningFuze actually begins back at the end of 2019, before COVID changed the world.Upon arrival of the info session, I noticed the campus was really clean, modern, and lots of students bustling around. I met TJ, the career services director, and a few other curious people like myself. I'll admit, I went in full of skepticism, and expected to be sold a dream by a fast talking, charismatic salesman. Although TJ was fast talking and charismatic, he was also incredibly down to earth, funny, and very transparent about graduation rates, job placement rates, and expected salaries. It was refreshing how honest he was and and how what he was saying, fell in line with my realistic expectations.So liking what I heard and saw, I ended up enrolling in the 2 week prep course to get a feel for it. I still had my doubts and It wasn't a full commitment to the program, just a 2 week taste of how the full immersion bootcamp would go.In February 2020, I attended the prep course, which was taught by Cody. Cody might be one of the best teachers I've ever had in my life and is probably the best teacher you could have for an introduction to something completely alien to you, like learning new programming languages. He's super funny, friendly, and very knowledgeable about all things coding. The majority of the time, he would naturally answer questions I was thinking of asking after he was done talking. He just knows how students and new coders think, and explains things in a way that a complete layman could understand.I loved the prep course, and I loved the atmosphere. I was totally confident in the full immersion program and wanted to start... Then COVID hit like a truck that was hauling 10 more trucks.The campus closed down but LearningFuze stated they would continue the full immersion program remotely through Zoom and Slack. To say I was disappointed, would be a criminal understatement. I had made all these friends in-person at the prep course and looked forward to continue bonding with them, doing network events, as well as social events. Those in-person factors were such a huge factor for me, I put off doing the full immersion program for basically half a year, in hopes that the COVID situation would improve and the campus would re-open.Unfortunately that didn't happen however, during that time period I kept in touch with TJ and Bill, the operations director, and those exchanges led to my increased confidence in the program and the staff. This ultimately led me to taking the full dive into the program. They kept checking up on me to see what my plans were and how they could make my situation work and sent me extra materials and advised me to re-take the prep courses numerous times, in order to make sure I wouldn't just forget everything I had learned. My health even ended up taking a turn for the worst, and Bill worked with me in how to accommodate me and my health situation and put my mind at ease in the event that I were to have to miss class time in order to rest. Cody, Uzair, and Tim were all understanding of my situation and always stressed that health comes first.It was really reassuring to see that the staff cared that much. I could only imagine how good the services throughout the full immersion would be.So I did it. I enrolled and it's been a blur. The curriculum is incredibly well thought out and well taught, and the difficulty ramps up at a manageable rate. The remote aspect was better than I had anticipated and in some cases has worked better for me. The remote full immersion is about half the size of what it normally would be, but it's more intimate because of that, and I feel much more comfortable asking questions and speaking up in class (I was NEVER one to do either in a normal school setting). Cassandra, the career services specialist, hosts game nights/mornings where we play online board games, as well as anime watching sessions at lunch.I will say, due to the remote aspect, you have to embrace the online community and buy into the situation. I could see how someone could go through the whole program without really making any lasting connections. You definitely have to put in a little more effort in making friends and attending these online events, be it social or networking, but that's something that we're finding to ring true for everything (school, business, social activity) in these tough times. Online communication and interaction is a skill we all will have to improve on as long as this pandemic goes on, and this program has taught me that.To try and close in on the end of my long story, junior side with Cody and Uzair was really fun and challenging. During this time, you learn how to learn, and how to ask good questions. You also learn Uzair really loves anime. I'm currently a few weeks past the half way mark and on the senior side of the full immersion program, taught by the smash bros fanatic, Tim. Things are moving quick, and we're learning so many new tools, frameworks, and libraries every day. Projects and challenges have completely shaken my confidence and rebuilt it countless times over, but each time I get a little bit wiser and a little bit more knowledgeable in how to tackle new things.The career services are something I did not anticipate being executed so well. They literally teach you the science of LinkedIn and the job interview. They walk you through how to make an appealing and marketable resume, LinkedIn, and GitHub. You also go through rounds of mock interviews and whiteboarding exercises, which you still have access to even after graduation.I had a buddy I met in the February prep class who found a job, and we've had speakers comprised of past graduates come and talk with us about how they got their jobs. It's really reassuring to see living proof of people who have gone through the same program and have gotten jobs.It's an incredible process so far, and you get as much out of it as you put into it. Ask questions, review assignments or topics you don't feel 100% on, and never forget... to eat a good meal, get enough sleep, and update your flashcards!...if you know, you know :]Read Less",Full Immersion 14-Week Program,Miscellaneous and General Tech +269531,10862,learningfuze,Joanna,False,2020,Amazing program!,2020-10-20,5.0,5.0,5.0,5.0,"I've looked into LearningFuze's program a few years back and I honestly wished I started sooner! I'm currently a senior in the program and I started with little experience in computer programming. The instructors are very knowledgeable and taught the... Read More concepts well. While my program was taken remotely, I felt like I didn't miss out on their in-person opportunities such as networking or collaborating with my peers. Additionally, I was blown away by their career services as they help prep you for an interview and polish your resume and LinkedIn. If you're hesitating on joining their program, they had a great info session as well as a prep course to get your prepared for their program and your career. If the cost has you worried, LearningFuze offers different financial assistance as well. They truly care about their students! The experience has been challenging and rewarding. I'm so happy I took the leap and I can't wait to start my career in this field!Read Less",Full Immersion 14-Week Program,Miscellaneous and General Tech +268967,10862,learningfuze,Daniel,False,2020,Amazing Bootcamp!,2020-09-30,5.0,5.0,5.0,5.0,"From the things I've heard, I was always afraid of how difficult bootcamps in general seemed. And while the course at LearningFuze was very challenging, the instructors made it easy to pick up and learn the material. They are so helpful, friendly, and... Read More hilarious too. They made going through the course such a blast; each day felt like it went by so quickly. I am so glad now that I decided to enroll here, and I definitely recommend it anyone who's interested!Read Less",Full Immersion 14-Week Program,Miscellaneous and General Tech +268700,10862,learningfuze,Evelyn,False,2020,One of the best decisions I've ever made.,2020-09-22,5.0,5.0,5.0,5.0,"I researched over 10 coding bootcamps before picking LearningFuze, and I'm so glad that I did. Their instructors are not only extremely knowledgeable, but also eager to help. Their entire goal is to make sure that us students have the necessary skills... Read More and knowledge for the workforce. Though all learning was moved remote due to Covid, the instructors do their best to make the lessons and projects as engaging as possible. Easily one of the best decisions I've made in my life.Read Less",Full Immersion 14-Week Program,Miscellaneous and General Tech +268423,10862,learningfuze,Connor Ashlock,False,2020,Definitely recommend,2020-09-12,5.0,5.0,5.0,5.0,"I was impressed with LearningFuze bootcamp before I even started my first day of the program. They wanted to see if I was serious and ready because they didn’t want me to feel unprepared for a course that packs a ton of information into a 14-week period.... Read More I had a zoom interview with a career counselor and a phone call with the Director of Operations before joining the program. Having talked to them, I could tell that they wanted me to succeed in this program and way after the completion of the course. That gave me a great first impression and I could tell they really cared. An amazing aspect about the program is their career services. Throughout my time here, we have had more than a handful of sessions talking about what we need to do to land that job we’re pursuing. The staff here is really doing their best to prepare us for interviews and the job search. They really want me to succeed in my career in coding and it shows.I have just finished up the 9th week of the program and I can say that I have learned so much in such a short amount of time. So far we have learned HTML5, CSS3, JavaScript, Bootstrap, Flexbox, Node.js, Express.js, RESTful APIs, and even more. Next week I’ll be learning React and I’m pumped for it. This program genuinely has me excited about learning new programs and languages. It’s in part due to the great instructors at LearningFuze. They make the learning experience fun and exciting. Whenever stuck, they are always there to help out. They also don’t just give you the answer to make it easy. They really make me think about what is going on in the code so that I understand it. The instructors really ingrain the information into our minds. Coding is something you can tell they are passionate about, and that is always something I want to see in the people who are going to be teaching it to me.My experience at LearningFuze has been amazing. I would recommend it to anyone looking for a chance to learn and pursue a career in programming.Read Less",,Unknown +268222,10862,learningfuze,Matthew Chen,False,2020,Passionate Staff and Genuine Interest in the Students,2020-09-03,5.0,5.0,5.0,5.0,"What more can I say about LearningFuze? Honestly, I am amazed at how much I was able to learn in the short amount of time that was in the program. Going from zero to hero in 14 weeks feels like an impossible feat but it was made possible through LearningFuze... Read More and their incredible staff. Every staff personnel is there to make sure you succeed and the support system is completely flawless. It was worth every penny for me. Learning the basic trifecta of HTML,CSS and JS was the brim of the cup but being able to learn: Node.js, RESTful APIs, Agile, JSON, jQuery, React.js, HTTPie, and many more that I am able to list. Trust me when I say this that there is real genuine interest in every student and it is booming with exuberant passion.Read Less",Full Immersion 14-Week Program,Miscellaneous and General Tech +268211,10862,learningfuze,Mil Amirian,False,2020,Incredible content & supportive staff,2020-09-03,5.0,5.0,5.0,5.0,"I searched for a long time before deciding on a Bootcamp - changing careers is not easy so I wanted to make sure I'm picking the right place to begin my coding journey. I am so happy I decided to go with LearningFuze. The extent of course material and... Read More the supportive staff have helped turn a difficult subject (coding) into a very enjoyable one. The staff are VERY knowledgeable and they genuinely care about your progress. You can message them at ANY time and they will respond. Aside from the course content, LearninFuze is also an incredible community of current and past students. There are many channels on their Slack service that include meetups. These guys know what they're doing and I can honestly say I am more than happy with what I have learned so far. Also worth mentioning is their career services - they take the time to make sure you have EVERYTHING you need from interview prepping to resume reviews and even networking strategies - like I said, they genuinely want you to succeed and will do anything they can to make sure you do.Read Less",Full Immersion 14-Week Program,Miscellaneous and General Tech +268140,10862,learningfuze,Michael Poole,False,2020,Loving My Time Here!,2020-08-31,5.0,5.0,5.0,5.0,"I have had a wonderful time learning how to code at LearningFuze. They don't just teach you how to code, they teach you the mindset of a coder as well. They give you the tools you'll need to solve problems on your own and thrive as a developer once you... Read More leave the program. It is tough, but fair, and well worth it!Read Less",Full Immersion 14-Week Program,Miscellaneous and General Tech +267904,10862,learningfuze,Joseph Nguyen,False,2020,A very knowledgable experience,2020-08-26,5.0,5.0,5.0,5.0,I really enjoyed learning how to program and the instructors really made my experience very fun and interesting! This experience really helped me learn more about coding and how to build amazing websites! I would recommend this place for anyone that is... Read More interested in learning how to code!Read Less,Full Immersion 14-Week Program,Miscellaneous and General Tech +267523,10862,learningfuze,Michael Zhu,False,2020,"Amazing experience with amazing, supportive & genuine instructors and everyone involved with the program!",2020-08-16,5.0,5.0,5.0,5.0,"Deciding on which bootcamp to attend is a big decision, and I've been there. You want to choose the best bootcamp and one where you will get the most out of. It's also a huge financial commitment. As I was going thru my own bootcamp searching process,... Read More I did my due diligence and looked at all the well-known bootcamps around LA and OC. Whether it be looking at reviews all over the internet, talking to alumni of various bootcamps, or going to an info session ⁠— I did it all. I ended up choosing LearningFuze out of all the other bootcamps that I looked into because not only is their tuition significantly lower, but they also felt the most genuine and seemed to have a more structured program and just an all-around environment. All of their alumni that I talked to spoke highly of and vouched for the program. Their info session also left me with the best feeling and impression over the other bootcamps I considered. To get the best feeling out of an info session AND have the tuition be significantly less than other bootcamps? It was a no brainer for me. Not to mention that LearningFuze pretty much has its own entire building with 2 floors compared to some other bootcamps that I looked at that only have one floor of an office building or even just one room of a building. Now that I've graduated from LearningFuze, I can truly say that I made the right decision. All the instructors are amazing, supportive, and truly care about your education and learning. During my time in the program, the curriculum focused on HTML, CSS, JavaScript, React.js, Node.js, Express, and PostgreSQL. They are constantly tweaking, updating, and improving their curriculum so that they're always on top of the most current and in-demand technologies. You definitely get the feeling that LearningFuze's mission is to help you become a capable developer at the end of their program and that they're not just out to make money off you.LearningFuze also has amazing post-program career services and job assistance. They stay in touch with you and do their best to keep you accountable after the program to make sure that you're on track and working to land your first developer position. They also set up events such as demo days for you to present to various employers that they have connections with to possibly help get your foot in the door for an interview. They pretty much do everything in their power to be there and give support & aid for you to land your first developer position. But no matter how great of a program LearningFuze has, it's still ultimately up to you to put in the work yourself to get to where you want to be.Read Less",Full Immersion 14-Week Program,Miscellaneous and General Tech +267404,10862,learningfuze,Tim Ahn,False,2020,The Real Deal!,2020-08-11,5.0,5.0,5.0,5.0,"If you are someone interested in starting a career in web development, I highly recommend enrolling at LearningFuze. By the end of the program, you will know how to build full stack web applications. It is an intense and fast-paced learning experience,... Read More but the end goal is 100% achievable! The full immersion program is 14 weeks of full-time learning and coding in a simulated work environment and the curriculum is constantly being updated with lessons that will teach you how to use relevant technologies that are used in the web development industry. The instructors are great teachers that truly care about your learning experience and the career services provided by LearningFuze are top-notch and have prepared me to be a competitive and employable web developer. On top of absolute professionalism, the staff at LearningFuze are great people that want to help you succeed!Read Less",Full Immersion 14-Week Program,Miscellaneous and General Tech +267391,10862,learningfuze,Mason Keiser,False,2020,Great Experience,2020-08-11,5.0,5.0,5.0,5.0,"I could not give more praise to the staff of LearningFuze. They are there to help you along every step of the way (and for me specifically a career change) and are instrumental in your growth as not only a programmer but a person. I started LearningFuze... Read More back in April of this year with barely any coding knowledge other than completing a todo list tutorial and a few other non unique beginner JavaScript tutorials and finished in early July. I was able to attend the in-class prep courses that they offer before diving into the full immersion course, which I recommend to anyone who is interested in doing the full immersion course. Unfortunately a few days after signing up for the full immersion course COVID-19 struck and what was going to be an in class course shifted to an online class. However I quickly learned how amazing being able to go through this program online was. LearningFuze seemed to me to be entirely prepared for this transition because every reading and resource we needed to have was already online in LearningFuze's GitHub repository. Despite being online and being 30+ miles away from the actual learning fuze campus there was not a time that I felt like I was alone throughout the entire process. LearningFuze covers all the in demand coding languages/frameworks/tools you will need to become a successful developer. It is amazing to me to be able to look back and see how much I have learned throughout my 3 month journey in the full immersion course. Not only do they teach you what is in demand they teach you how to learn. This is one of the most useful skills in a career like software engineering where everything is constantly changing and being updated. Overall i've been extremely thrilled with my experience at Learning Fuze would recommend their program to anyone trying to get their foot in the door of the software industry.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +266819,10862,learningfuze,Felix Chin,False,2020,Amazing experience,2020-07-27,5.0,5.0,5.0,5.0,"I am in my final weeks of the program and can't say enough great things about my experience so far. The instructors here are extremely personable and really do care about making sure every student understands the curriculum. Even though the campus is... Read More closed due to COVID-19, the classes conducted through Zoom have been excellent!Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +266649,10862,learningfuze,Una Jeon,False,2020,Don't be afraid to take bootcamp remotely!,2020-07-21,5.0,5.0,5.0,5.0,"My experience at LearningFuze has been amazing!! I first got to hear about this bootcamp through the reviews on the internet and like all the positive reviews said it's been fantastic journey so far. It definitely is not an easy course and need to invest... Read More your time in, but it definitely is very rewarding. Also, instructors make sure to check up on each student how you are doing. Through this program you don't just learn computer languages, but also learn to work like a developer so that when you go out in the real world it will be easier to adjust! Due to Covid-19, all classes were through Zoom, but it worked out perfectly! Instructors and TAs are always available for answers when you have questions. If you are worried about doing bootcamp remotely, don' because staffs at LearningFuze provide an exceptional learning experience!Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +266646,10862,learningfuze,JULIUS P OH,False,2020,I learned alot in a short amount of time,2020-07-21,5.0,5.0,5.0,5.0,"I was self-studying html , css and javascript on udemy for around a month and a half until I hit a brick wall and became lost in the path. However trusting my friend's testimony from his experience at Learning Fuze, I decided to enroll in the 2 week bootcamp... Read More prep course. This solidified my fundamentals and introduced me to using Git and Slack which is similar to the work experience. During the bootcamp you are pushed everyday and at the same time you received alot of help from instructors when you are stuck on something. I'm not going to lie it takes alot of effort and grind to get it done, but if you are willing I think this bootcamp is helpful for everyone who wants to pursue a programming career in an accelerated pace.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +265534,10862,learningfuze,Sarah C,False,2020,LearningFuze,2020-06-15,5.0,5.0,5.0,5.0,"Even with the classes being remote due to COVID-19, the quality of education and the amount of help you get from the instructors and TAs are top-notch. Attending LearningFuze has been an incredible learning experience, and if you decide to pursue the... Read More bootcamp, you will definitely be in good hands. The staff go above and beyond in trying to help you succeed. If you're having trouble in the program, they go the extra mile to do whatever they can to help and support you. Once you start the bootcamp, it definitely feels like a train that keeps on going, but LFZ makes sure to foster an environment that allows you to enjoy what you're learning even when the difficulty ramps up. Cody and Tim equip you with the levels of knowledge, skills, and self-sufficiency that are necessary for anyone trying to get into coding. Definitely attend an info session and take the intro classes to get a better idea of what to expect from the program.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +265533,10862,learningfuze,Brucelee Vaene,False,2020,The start of a brilliant adventure of learning that never stops.,2020-06-15,5.0,5.0,5.0,5.0,"Anyone in their journey to become a Software-Developer should not settle for anything other than the best, and there is a reason why LearningFuze is the best/top-rated coding bootcamp in the OC. With absolutely no prior experience in coding, LearningFuze's... Read More Full-Immersion Program helped me propel forward in learning the industry's current in-demand languages, tools, and technologies in an organized, simulated work-environment. To ensure I was prepared for the intensity of the curriculum, I took advantage of the prep classes that were offered, which allows you to hit the ground running when the session does start. The instructors, program coordinators and staff are highly-proficient and experienced in their craft, and also make the experience warm and personal with the upmost intention for you to succeed. The curriculum includes multiple components to help you get your foot in the industry so aside from coding subject material, you will experience resume-building, professional networking, mock-interviews, prominent guest-speakers and a continuous flow on self-improvement in skills beyond tech. What's also really cool is that even after you graduate, LearningFuze as a learning community and family will still be there as a resource for whatever else you may need whether it be help working on a portfolio, questions regarding a project, counsel about career prospects, or just engaging in playful conversation with other alumni / current students. I highly recommend attending an info-session with all of your questions. I left my info-session with a lot of respect for the transparency LearningFuze has regarding how the programs are run and what to expect from point A to point B.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +265269,10862,learningfuze,Tarun,False,2019,Amazing BootCamp,2020-06-08,5.0,5.0,5.0,5.0,"If you're looking to start a career in software development the full immersion at LearningFuze is the way to go. You've probably heard that ""Bootcamps are a thing of the past and you've already missed the wave because the software development field is... Read More oversaturated"". While some of this may be true, if you become a good developer and have a real passion to code you'll land a job and LearningFuze can get you there as long as you're willing to put the work in. They've helped me more than I can imagine, and even after graduation it never felt like I was alone. Doing this program won't instantly guarantee you a job, but it will lay out a step-by-step path for you to follow. They will overwhelm you with resources, it's just up to you if you wan't to take advantage of it.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +265226,10862,learningfuze,Todd S,False,2020,Study From Home,2020-06-04,5.0,5.0,5.0,5.0,"When I initially signed up for LearningFuze, the curriculum was scheduled for in-person instruction. However, due to the COVID-19 pandemic, we switched to studying from home. The LearningFuze staff adapted and has still provided an exceptional learning... Read More experience. Instructors are available from 10am-8pm (and even outside those hours!). The work-like environment has been a great introduction for someone like me who is new to the tech industry. The instructors are passionate and motivated to teach. The information is delivered succinctly and efficiently, while still encouraging individual curiosity (which is important for a career in development).Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +265073,10862,learningfuze,Mohsinul Huq,False,2020,Most dedicated staff you can find,2020-05-29,5.0,5.0,5.0,5.0,"I went in with no coding experience and LearningFuze instructor Cody was incredibly welcoming and patient. He guides you through the fundamentals. You also have access to other supporting instructors and TAs throughout the entire course. In the second... Read More half of the course my cohort was turned over to Senior Instructor Tim. There the work becomes more independent and allows you to solidify your skills and your ability to learn new technologies. This may sound intimidating, and you might think you can't do it, but Tim really does prepare you by giving you a systematic approach. You will feel like you gained a super power after this bootcamp. I cannot believe I picked this bootcamp in part because it was all I had the budget for, but got the best learning experience of my life. Cass is relentlessly prepping you for interviews, TJ gives awesome presentations about networking and solidifying your online presence and various other important topics every other week. This team attacks becoming a developer from every angle. Hackathons, projects, a portfolio. I couldn't recommend it more. Also I've just made a lot of friends and valuable connections. Not to mention how this team seamlessly transitioned to online 4 weeks into the course due to COVID19, they gave my cohort an extra week to help alleviate any lost learning during the transition, and let us take textbooks and monitors home to aid in our workflow. Could not imagine a team more dedicated to and invested in your success.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +265052,10862,learningfuze,jordan schaefer,False,2020,Excellent experience,2020-05-28,5.0,5.0,5.0,5.0,I just completed my time at LearningFuze and am very happy with the course. They did a great job following through with everything as promised. It was very tough at times and required me to spend long days getting practice problems and projects completed... Read More but that's what it takes to step into a new field. I feel like I have learned the fundamentals of building full stack projects and have gained the power to continue teaching myself as I work through my programming career. Thank you to all the staff and instructors there as they really have put a lot of effort into making LearningFuze a great boot camp!Read Less,Full Immersion 12-Week Program,Miscellaneous and General Tech +264848,10862,learningfuze,Kurt Yazdizadeh,False,2020,One of the most rewarding experiences of my life,2020-05-22,5.0,5.0,5.0,5.0,"My development journey actually started in March 2019. I decided I wanted to learn how to code and get a job in web development after talking through it with a friend in the industry. I started by first using online resources (freecodecamp, full stack... Read More udemy courses, etc) and made it through a couple months and learned a lot. However, I quickly got bogged down by the breadth of libraries/frameworks out there. Where do I begin? I then found LearningFuze as a top coding bootcamp in Orange County, read reviews, and visited during one of their info meetings. I could tell the environment was the kind of place I wanted to be. At the time, I was working full-time and couldn't afford the full-time bootcamp, so I started part time and made it through 3 of the 5 modules. I was LOVING every minute of it... but still felt like I wasn't getting the most out of the experience by not giving it 100% of my attention. After long talks with my spouse and saving up some money, I transferred to the full immersion program in February 2020. It was an amazing experience to be surrounded by like-minded individuals, being able to ask questions from instructors and other developers, and building projects that I was proud of and wanting to show to friends and family. It was difficult, and definitely a lot to take in at times... but by the last couple weeks of the course, I had the confidence to research new libraries and frameworks and learn them without any instructor-led exercises. It was also really good to know I had their support and could ask them questions about what I was learning and they always could either guide me to the solution or help me find the answer. The other aspect of the program that I loved (that I feel doesn't get mentioned enough) is the fact that they build career prep, mock interviews, getting your LinkedIn and professional brand up and running as you go through the program. You get opportunities to network with developers, companies, recruiters, and other people during lunch and learns, webinars, and other events as well. There is constant support throughout the whole journey. Even in the midst of COVID-19, my cohort had to make the unique transition from in-person to remote in the middle of our program. The transition to meeting on zoom was smooth, the staff had a game plan before the stay at home orders were in effect, and we were able to absorb the material without any loss of quality. If you join today, rest assured you will be getting the same quality experience remote as you would in-person. The staff at LearningFuze are top notch. Every one of them knows your name, invests in you, and really wants you to succeed. I just finished the full-time curriculum and my cohort still gets together every day on slack and zoom to keep each other accountable through stand ups or just to help each other as we work on our portfolios and begin the job search. Attending LearningFuze was one of the most rewarding experiences of my life and I do not regret any of it. If you have a strong drive to learn and passion to get into development, I can't recommend this place enough!Read Less",,Unknown +264806,10862,learningfuze,Heegu Park,False,2020,Excellent Coding Bootcamp,2020-05-21,5.0,5.0,5.0,5.0,"LearningFuze has provided an excellent program with quality instructors and supporters. The coursework is tough and it's full of challenging, but it is definitely valuable.The cohort that I have taken had the unique experience of performing online learning... Read More due to the COVID-19. Nevertheless, we were able to receive excellent trainings and education. I was pretty amazed by how seamless the transition was, and how dedicated the instructors were teaching in spite of the unusual situation.In all, I’m very happy with my decision to select LearningFuze. I feel like I have gained valuable experience, learned programming, coding, and developing a lot, and have met so many new people. If you’re having thoughts about joining the program, I highly recommend contacting LearningFuze.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +264785,10862,learningfuze,Helen Choi,False,2020,"I had the most passionate, productive, and goal-driven three months of my life while I was at LearningFuze",2020-05-21,5.0,5.0,5.0,5.0,"If you are debating which coding bootcamp to join, I hope I can help you end your struggle and to make a decision. Because I went through the same worries. People I knew told me there are lots of bootcamps out there that will waste my time and money and... Read More honestly when I decided to join LearningFuze, I was taking a leap of faith after trying out a prep course in a different bootcamp. And I am SO GLAD that I made the choice to join LearningFuze because I enjoyed every minute of it.First of all, they have a very well-organized group of instructors. Not only each one of them is very skilled and knowledgeable, but also goes above and beyond to guide you through the process. They know that making that decision to join a bootcamp is not easy and that you have a life beyond LearningFuze so they try to do everything they possibly can to help your succeed. With every encounter with my instructors, I got an impression that they were passionate about teaching the materials just as we were passionate about learning them.The other reason that I highly recommend LearningFuze is the curriculum. Your 12 weeks will be packed with learning some of the most popular languages and technologies that many companies are looking for, such as React, Node.js, PostgreSQL, Bootstrap, and Git/GitHub. I liked the fact that the curriculums aren’t the same for every cohort but they keep making improvements to make it tight, but manageable for students.I had a great time and probably one of the most valuable learning experience at LearningFuze. I met my cohorts who will be my colleagues in the industry even after the program and I gained confidence to call myself a developer. I wasted a long time gaining the courage to join a bootcamp but I hope you don’t make the same mistake because for me, it was the best I thing I could do for myself.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +264752,10862,learningfuze,Steven Tran,False,2020,Amazing Experience at LearningFuze,2020-05-19,5.0,5.0,5.0,5.0,"LearningFuze is an amazing program with quality instructors. The coursework is challenging (but fair), and designed to help students obtain a solid foundation in coding. Going into LearningFuze, I had a few years of experience with HTML and CSS. I was... Read More quickly humbled by the amount of new material the program was able to teach. Though it seems that Web Development is a vast and endless ocean of things to learn, the instructors have a very thorough way of teaching. With a strong focus on the fundamentals, students such as myself were able to pick up newer technologies much more efficiently.My cohort had the unique experience of having to transition from an in-person classroom to online learning (due to the COVID-19 pandemic). On both ends of the spectrum, we were still able to receive a top-notch education. I was pretty amazed by how seamless the transition was, and how dedicated the instructors were to teaching despite the situation.Overall, I’m very happy with my decision to join LearningFuze. I feel like I have gained a lot of experience, learned a lot of code, and have met so many new people. If you’re having thoughts about joining the program, I highly recommend visiting an info-session to get started.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +264167,10862,learningfuze,Frank bae,False,2020,Top Quality Bootcamp,2020-05-03,5.0,5.0,5.0,5.0,"Before entering bootcamp, the only experience I had with coding/programming was taking the basic introductory courses through Code Academy. As I became more interested and wanting to change my career towards a path in web development, I knew the best... Read More approach to become a developer quickly would be attending a bootcamp. Still, the challenging part is choosing which one? Well, look no further as the three-month full immersion program at LearningFuze will teach you everything you need to become a proficient junior developer. Throughout the course, it amazes me how much I learned within the three months, such as React, Bootstrap, jQuery, SQL, core JavaScript, CSS, HTML, and many other tools. Not only do you learn these fundamentals, but apply what you learned by creating small projects. The program is intense, but you are not alone as you will be in the trenches with your other cohort mates who are going through the same. Importantly, the instructors are there to help and want to see you succeed. (do not be shy in asking questions) Again, I am confident LearningFuze is the bootcamp to attend to if you wish to pursue a career path in web development or tech. If you are still hesitant, attend the info session and the prep course to get a feel of the environment and what you will be learning.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +264113,10862,learningfuze,Nathan Reitan,False,2020,Fun and Challenging,2020-05-01,5.0,5.0,5.0,5.0,"My experience with LearningFuze was amazing, the course is no joke and is going to turn you turn you into a programmer. When I started the program I didn't even know what React was and now I build most of my projects out using it. The instructors really... Read More go out of their way to make the course enjoyable and get you unstuck. If you have are having thoughts about a career in web development but aren't sure, start with the prep classes, get a feel for what it really is and make your decision. On another note, LearningFuze takes time to help you restructure your resume and prepare you for developer interviews. I have no complaints the course has been super enjoyable for me, and I am looking forward to a career in tech.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +264035,10862,learningfuze,Kevin Tolentino,False,2020,LearningFuze is a top-quality bootcamp dedicated to YOU and your DEVELOPER journey,2020-04-29,5.0,5.0,5.0,5.0,"LearningFuze is a quality bootcamp that is relational, thorough in their teaching, and valuable in resources that you need to become a good developer. As someone who had little to no computer programming experience before going into this course, I have... Read More to say that LearningFuze and it's incredible staff have helped me begin my developer journey STRONG. I started by going to one of their free info sessions in October 2019, then took their Root One (Intro to HTML and CSS) and Root JS (Intro to JavaScript) courses in November 2019 and December 2019 respectively. I then signed up to take their Full Immersive Course that ran from February 2020 to May 2020 (the program is usually 12 weeks, but we received an extra week as we had to switch to remote due to COVID-19). LearningFuze ought to be one of the top bootcamps to consider if you want to attend one in the near future. Their dedicated staff, intensive & thorough curriculum and their environment as a whole have given me the tools, mindset, and network that I need at the start of this developer journey. You will spend three months full-time learning and coding 8-10 hours a day (mostly in individual but also in group environments), work on two hackathons and various projects to grow your front-end (we worked with HTML, CSS, JavaScript, React, etc.) and back-end development (we worked with Node.js, npm, express, PostgreSQL, etc.). You will also learn how to develop good soft skills and networking habits. It is now week 11/13 of my course, and I have to say that I have learned so much, and will continue to learn after the program! We are about to start our final projects for the course, and I am excited to work with classmates in my cohort who I have walked alongside with during this bootcamp journey.  I will leave you with this story and point: At the beginning of this course, all of the LearningFuze staff introduced themselves to our class. During their introduction, the Operations Director, Bill, told us that as a staff, they are committed to us in helping us start our developer journey. As it is now close to the end of this course, I can confidently say that they have proved their word time and time again. Most of us (if not all) have left our jobs to pursue being developers. And LearningFuze has recognized that and tries the best they can to walk alongside us and provide what we need.  Like all of the other reviews that are on here, I am just another one telling you how great of an organization LearningFuze is. Although I can't speak for those that already had computer programming experience before this, maybe you are like me who wanted to learn to program. Go check them out if you're going to go to a Web Development Bootcamp!  TLDR - LearningFuze is a quality bootcamp that committed to begin, grow, and strengthen you as a developer!  P.S. Feel free to connect with me on LinkedIn if you want to talk more about my experience with LearningFuze - https://www.linkedin.com/in/kevinstolentino/Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +264034,10862,learningfuze,Cherie Pavico,False,2020,Incredible✓ Fun✓ #goals ✓ - I'm so glad I chose LearningFuze!,2020-04-29,5.0,5.0,5.0,5.0,"My experience at LearningFuze has been amazing! It's incredible how much I've learned since starting. I started with hardly any knowledge of HTML, and CSS. Now I know HTML, CSS, JavaScript, React.js, node.js, express, PostgreSQL and so much more! Knowing... Read More what I know now there is no way I would have learned full-stack web development on my own in such a short amount of time. LearningFuze launched me into Web-Development on the first day. If you're serious about changing your career or learning Web-Development then coding boot-camp is the way to go and I'm so glad I chose LearningFuze. The teachers are incredible and so dedicated to your learning! They pack you full of knowledge and they really care that you are understanding the material. They know it's fast pace, they know that there is a ton more to learn but they do heck of a job with their curriculum to prepare you to get a job as a Junior Developer or Software Engineer. Their curriculum not only includes Front-End and Back-End development it also includes mock interviews, how to network, resume building, and they bring in speakers who have been in our shoes. I started LearningFuze in-person, attending class on campus, but since COVID I've had to transition learning from home. The transition was seamless! They set up zoom calls that emulate the classroom, Q&A still happen and we have access to our instructors during class time, TA's during after-hours study halls, and if we have specific questions we can go into breakout rooms and they'll work with us one on one or in a smaller group. I am thoroughly impressed with the transition. Attending in-person virtually is just as amazing as attending in person. So if you've come this far in your research about LearningFuze, take one of their prep classes and see for yourself! You won't regret it!Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +264020,10862,learningfuze,David Lyu,False,2020,Great school and great staff,2020-04-29,5.0,5.0,5.0,5.0,"This program give you lots of hands on experience with coding different types of Apps. Teachers are very helpful and knowledgeable with the curriculum and coursework. Learning a lot to build websites using JavaScript, CSS, HTML, and React formatted to... Read More industry standards.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +263910,10862,learningfuze,Jenna Bowman,False,2020,Amazing Live & Interactive Online Class!,2020-04-26,5.0,5.0,5.0,5.0,"I recently completed an interactive web development course online and am currently enrolled in the UI/UX graphic design course at Learning Fuze. The course was offered live due to the recent coronavirus epidemic, but I was thoroughly impressed with how... Read More valuable and personable the course was. Despite not being taught in person, the guidance and help offered throughout the course made it just as rich as if it were taught in a classroom. I would highly recommend this course to anyone looking to find a career in software development or learn coding skills.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +263432,10862,learningfuze,Bailey Hill,False,2020,Working from home was a seamless transition!,2020-04-09,5.0,5.0,5.0,5.0,"I was a student at LearningFuze during the 2020 COVID-19 pandemic. I just finished the final 3 weeks of the full immersion program from home, and it was as if we were still working in the LearningFuze office space. With the chaos and uncertainty that... Read More surrounded COVID-19, there were so many directions that the administration at LearningFuze could have taken. Nonetheless, the instructors remained calm and confident during an incredibly stressful time. Providing us (the students) with all the necessary resources to work from home, the instructors made the transition seamless; this helped to mitigate any potential cause for concern among the students.Having finished the final 3 weeks of the full immersion program from home, I can confidently say that the LearningFuze work environment did not change. We still had morning stand-ups via video conference calls, ensuring that we were all on the same page daily. We still kept an 8 hour work schedule, in order to maximize our time learning/working. We still remained in constant communication with our instructors and fellow classmates through slack. LearningFuze is fully optimized for remote work!Having been a student during such a trying time, all I can say is bravo to the administration and staff at LearningFuze who did not let this pandemic waver their commitment to teach.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +262514,10862,learningfuze,Arlette Pineda,False,2020,The Good Kind of Struggle,2020-03-04,5.0,5.0,5.0,5.0,"I write this in the middle of week 9 stressed, tired, and with several things to check off of my todo list, but I want to share that despite all of those things, I'm very happy to be where I am right now at this moment. It's a struggle, you're going to... Read More lose sleep and you're going to encounter a ton of obstacles when learning to code. They tell you that, I'm telling you that, and you're definitely going to feel that. But every time your code works after struggling with it for x amount of time and you see what you've created, that YOU made it happen, you're going to feel how every bit of the struggle (did I say struggle enough?) you went through just moments ago was worth it. During that time, you LEARNED. And that's what we're doing here at LearningFuze. The instructors I've experienced during this program are very knowledgable within their field, but I think most importantly is that they know HOW to teach. I'm sure we've all come across someone who should not be teaching, who just writes stuff on the board, or makes you feel dumb for not knowing the answer to something. Each instructor has their learning style, but their passion for helping students learn is hard not to see. Questions of all levels are welcomed. Often we shy away from asking questions because we're afraid of looking dumb, I'm guilty of that, but they really help bring you out of your shell and remember why you're here and that they're here to help you reach your goals. Overall, I think LearningFuze has had the success they've had not only because of the top notch education, but because of all the other services they provide that are essential for junior developers when diving into the journey of job hunting. That includes building your portfolio, interviewing practice (including whiteboarding!), resume building, growing your social media presence (in the right places), and the importance of networking. Choosing to put thousands of dollars into something is a big decision, so I hope every person thinking of joining a bootcamp does their research. I made mine after attending one of their weekly info sessions, and I'm happy I chose LearningFuze. Now back to struggling with my code!Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +262508,10862,learningfuze,Justin Wenning,False,2020,Fantastic Program,2020-03-03,5.0,5.0,5.0,5.0,"I entered into this course with previous experience from within the collegiate system and 5 total years of personal/guided development study. I'm now 8 weeks in and still learning tons. This course is incredibly accessible for anyone looking to learn... Read More HTML, CSS JavaScript and a few of its notorious derivatives such as Node and jQuery. I definitely recommend this course to anyone who's fully willing to commit to the workload and learning.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +262301,10862,learningfuze,John Choi,False,2020,Amazing Learning Experience,2020-02-28,5.0,5.0,5.0,5.0,"By best learning experience of my life, I truly mean it. I am highly satisfied with my learning experience at LearningFuze and cannot wait to go through the rest of the program. From its atmosphere to environment, and most importantly the instructors... Read More and peers at LearningFuze are amazing. They've got all the resources and helps students need. LearningFuze provides friendly and supportive environment for all students so that the students are able to focus on their curriculum. We can really feel that the instructors cares about each and every student, and the instructors will make sure that no students are left behind. Coding is extremely difficult for beginners and the struggle is real, but with LearningFuze team on your back, anyone will be able to overcome these challenges and hardships.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +262180,10862,learningfuze,Lawrence Kim,False,2020,An Incredible Environment,2020-02-24,5.0,5.0,5.0,5.0,"Every day at LearningFuze, you are challenged with new knowledge and new avenues of thinking. Your peers in the Full Immersion program will communicate and team up with you during the start of your new journey into the world of Web Development. Every... Read More instructor cares for the students and will go the extra mile to make sure everyone has solidified their knowledge before moving forward. While the instructed curriculum may be for eight hours every weekday during the program, be prepared to continue to code and deepen your curiosity every single day. Coding is difficult, and every member of the LearningFuze community is there to help you. Prepare yourself for a wonderful few months that will definitely set you on the right path and get your best foot forward.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +262105,10862,learningfuze,Keith Tachibana,False,2020,Great learning experience,2020-02-22,5.0,5.0,5.0,5.0,"""No man left behind."" If you are new to programming, they won't leave you in the dust and blow through all the subject matter. They really make sure EVERYONE understands what is being taught. Their instructors are extremely knowledgeable, their curriculum... Read More is well structured, and they offer great job assistance support (i.e. resume building, mock interviews, and portfolio website assistance). Doing this program will GREATLY increase your chance of landing a job, without question.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +261869,10862,learningfuze,James Cho,False,2019,A lot of work but well worth it!,2020-02-12,5.0,5.0,5.0,5.0,"When I first decided to go to a bootcamp I was very very skeptical of how anyone would be able to find a developer job after such a short period of time. I was about to spend a lot of money on something that might be hit or miss which was a big risk for... Read More me especially because I have a family with 2 young kids. After reading tons of reviews and visiting a few campuses, I decided to enroll at LearningFuze. The main reason I chose LearningFuze was because I didn't feel like they were trying to sell me something. They didn't have the flashiest campus or as many cool amenities as some other bootcamps but they were honest and real with me. They didn't try to wow me on how I'm going to make so much money after finishing. They showed me real stats (about the job market and their alumni) and were honest about starting salaries for developers in OC and what it was really like trying to find a job after graduating. Another reason I chose LearningFuze was that they have one campus in Irvine and they have many connections and alumni in that area. I wanted to work in OC and I wanted to go to a bootcamp that gave me the best chances of staying there. The instructors and staff at LearningFuze are great and really try to be there for you. Not only did I learn a lot during the program but after I graduated they were always just a quick slack message away while I was building my portfolio and looking for a job. They have a great culture at LearningFuze and they do a good job of finding other students who are motivated and want to learn so that we can elevate each other. So for anyone who wants to go to LearningFuze, you'll be making a great investment but be prepared to put in the work. For me, doing EVERYTHING the instructors wanted me to do was a MINIMUM. I would come to class early, code all day, make time to eat dinner with my family, say goodnight to my kids and code until at least midnight EVERY SINGLE DAY. Now I am working as a software engineer at a company in Irvine and loving my new job. So if you (and your family) are prepared to make this kind of commitment, go for it! You won't regret it!Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +261755,10862,learningfuze,Andie Swift,False,2020,Strongly Recommend,2020-02-07,5.0,5.0,5.0,5.0,"I would strongly recommend LearningFuze to anyone who is interested in attending a coding bootcamp. I have a Bachelor's degree in Computer Science so I will be speaking to my experience, but I want to preface by saying you do not need a CS degree to attend... Read More learningfuze. In fact most of the best coders in my cohort did not have a CS degree. As a recent college graduate with a CS degree, I was feeling a little lost. Sure I had the theoretical knowledge, but I was lacking the experience needed to be a software engineer. I had no idea how to approach the job search, and I did not know what interviewing would entail. So I decided a coding bootcamp would be a good choice for me to get the experience I needed and help job searching. The reason I picked LearningFuze, was not only did they have the best reviews online, but they have a solid plan in helping you get a job after you graduate. I am so glad I made the choice that I did. The instructors really care about their students and are clearly passionate about what they are teaching. I learned so much more than I could have imagined. Not only did I learn a lot about coding, I learned a lot about the interviewing process and got lots of help on my resume. Having a CS degree coming into the program did help, but this program is a lot of work. You have to be dedicated to put the time in during the 3 months and after you graduate until you find a job. If you have a CS degree and feel like you need a bit more guidance until you can be a software engineer, I highly recommend this program.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +261600,10862,learningfuze,Sebastian Tedesco,False,2020,Highly Recommend!,2020-02-03,5.0,5.0,5.0,5.0,"My experience at LFZ has been outstanding. The prep courses ensure that you're well prepared for the full emersion and set the proper expectations for it. Great full-immersion curriculum and fantastic instructors. They care about students and their future... Read More success as professional developers. What stands out to me the most is the way LFZ continues to treat us like students until we find that dev job. They have a step by step guide on what we need to do to be job search ready and help us throughout the process until we land that job. Not only that, but they have designated instructors for alumni who review our work, check in on us regularly, and make sure we stay on track.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +261199,10862,learningfuze,Kamryn Min,False,2020,No Regrets,2020-01-21,5.0,5.0,5.0,5.0,"I was originally referred to LearningFuze by someone in my community and I haven't regretted the choice to join ever since. Honestly, it is such a hard decision to drop everything and join a full time 12 week program, but I do believe it is one of the... Read More best decisions I've made. All the instructors are really helpful and they do their best to accomodate to every single person's pace. I'm nearing the end of my program and so far I've received so much assistance in my resume, portfolio, and interview skills. LearningFuze does their best to create an environment that is safe and very accomodating to every one's schedule. I do appreciate and love everyone whom I've been in contact with at LearningFuze and would highly recommend this program to anyone who may be interested in pursuing a career in software development.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +261029,10862,learningfuze,Jay,False,2019,Extremely challenging and rewarding,2020-01-14,5.0,5.0,5.0,5.0,"In addition to the actual coding skills, LearningFuze taught me to think like a programmer, new problem solving skills, new strategies for learning, and new ways of thinking. Four months after graduation I landed an amazing job.There is a heavy emphasis... Read More on providing a simulated workplace environment. There is a capstone final project, and you will build a beautiful and impressive portfolio using your various projects from the course. The curriculum is designed to prepare you to hit the ground running as a new member of a software development team. They don't make big claims, promises, or sugar coat.They prepare you for the reality of the job hunt and provide top notch career services.They equip you for success in the job market and in your career.They create opportunities for you with speakers, events, introductions.The alumni community is highly talented and supportive.Go see for yourself!Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +260914,10862,learningfuze,Alex Heo,False,2020,Best decision I've ever made.,2020-01-12,5.0,5.0,5.0,5.0,"I do not have any experience in tech or programming, though I've always dabbled in computers (building computers, Raspberry Pi, very basic HTML and CSS websites), and I decided to apply to LearningFuze as my first step into changing careers. I can honestly... Read More say that I am very pleased with the decision that I made. The instructors here are great, very knowledgeable and patient. They can explain difficult concepts in easy to understand ways, and will always make the time to answer any and all questions to make sure you understand what you need to know. They are also great with modifying the curriculum from cohort to cohort, keeping it up to date with techs that are in demand and taking suggestions from previous cohorts to improve the lessons. One of the best parts about LearningFuze is the support and the endless networking they do for alumni. They have guest speakers come in to offer insight into careers in tech and advise for first time junior developers. They schedule regular meetups for networking opportunities as well. For someone with no experience, I really feel the curriculum has prepared me well for my first job in tech. I often see posts in various forums by people learning on their own, and the same question always pops up: What do I do next? What type of projects should I focus on? At LearningFuze the lessons are planned to build on top of each other, and the projects are designed to reinforce all the things that you learned. They really focus on the fundamentals of web development technologies, and the best thing about their curriculum is how they teach you how to learn. I feel confident that I can teach myself new languages or frameworks using the methods I was taught.For anyone reading this that is hesitant in their decision to change careers, I can confidently say that coming to LearningFuze was the best decision I made. As the old saying goes, if I can do it I know you can do it, too, and LearningFuze is a very solid first step into a new career in tech.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +260791,10862,learningfuze,Jake Hassler,False,2019,Amazing,2020-01-08,5.0,5.0,5.0,5.0,"LearningFuze is a great place to learn and their team will do anything to make sure you will succeed. It is more than your typical school. It is a community as well as a place for great support. Any single person here is willing to help you and makes... Read More sure every newcomer feels welcomed. If you have any doubts about this place, please don't. The things you learn and the people you meet here will extend far beyond the program.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +260752,10862,learningfuze,Ethan Cordes,False,2020,Great staff that makes coding a blast,2020-01-07,5.0,5.0,5.0,5.0,"The instructors have extensive senior development experience and teach in a style that is intuitive and fun.The staff and career services department are extremely helpful in building a resume for your new career, and give you the knowledge and tools to... Read More successfully find a job after graduation!If you are excited to learn and dedicate yourself, this is the program for you.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +260117,10862,learningfuze,Daniel Seong,False,2018,Great ROI,2019-12-19,5.0,5.0,5.0,5.0,"Great return of investment. Purely from a business standpoint, committing to the 12-week program and coming out of it knowing how to code and program an entire application from scratch is more than worth the price tag. The technical skills and people... Read More skills you learn in the span of three months are truly life-changing and will benefit you not only in your job search but also in life in general. Learningfuze addresses the importance of becoming a good, likable human being with great soft skills before becoming a master of coding who has no clue how to work in a team. If you all-in and grind through the rigorous schedule and workload, you will become a self-sufficient coder who knows how to learn which is an important trait to become a lasting programmer.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +260070,10862,learningfuze,Christian Parizeau,False,2019,Phenomenal Instructors and World-Class Career Services,2019-12-19,5.0,5.0,5.0,5.0,"If you are on the fence for attending a coding bootcamp, go to one of the free info sessions. It became clear that the LearningFuze staff weren't there to sell me a product, or even an education. They were there to train talented people to become developers... Read More and grow a community. That sentiment has been echoed time and time again during my time at LearningFuze. The instructors are there to help you meet your goals and it really shows how much they love their jobs. The career services extend beyond graduation and beyond the first job search. Having access to the post graduation job placement is what drove me to join LearningFuze and every other aspect of the program has blown past my expectations. The projects are fun and instructive, the instructors are there to help every step of the way, and the other students / alumni have been nothing but helpful.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +260066,10862,learningfuze,JamesT,False,2019,Community & Methodology,2019-12-18,4.3,4.0,4.0,5.0,"What sets LearningFuze apart from other programs is simple - the community and the learning methodology. From the very beginning, even from the info session I could tell that the instructors cared that their students gained an appreciation and hunger... Read More for learning itself. Regardless of what technologies we were to learn, it was important that they foster that sense of intuitive willingness and passion to learn as much as possible. More than just landing a high-paying gig, the program emphasizes the lifelong commitment to craving knowledge and growth. Programming is about tenacity and willpower; those who succeed are the ones who don't give up. While in the full-immersion program I was tested to my limits as I dove into the universe of information covered - but at every step the instructors, my fellow cohort-mates and the alumni community were there for support. The great thing about LearningFuze is that the program is not over after graduation. There is a strong community among alumni who continue to support each other by providing information, knowledge and even inside job opportunities. LearningFuze also provides constant career support post-graduation, which was one of the key factors as to how I landed my first job after the program. Joining the program does not mean you can sit back, attend lectures for 12 weeks then by working by the 13th; it takes intense mental willpower and courage to make the transition into the new field. But LearningFuze is the perfect environment to foster this sense of growth and I do not regret my choice to attend.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +259320,10862,learningfuze,Julie Chung,False,2019,"Amazing Curriculum, Incredible Support",2019-11-28,5.0,5.0,5.0,5.0,"My time at LearningFuze has probably been one of the best experiences of my life. It's not just about what you learn (and you learn SO much), but about every other aspect of your life also changing and growing with you as you do. I feel that it has somehow... Read More shaped me into a much more well-rounded version of myself, in the short 12 weeks that I have been here, for the full-immersion.Let's talk TECHNICAL: That's why you're here, isn't it? What will I learn, how will I learn it, and will it actually work?! Suffice to say, the answer is: you will learn a lot of relevant, useful coursework/material, you will learn it in the most efficient and effective way possible, and you will most certainly be able to apply it to the real world in order to find an actual job.The support at LearningFuze is really what it's all about. Yes, you will absolutely learn everything you need to know in order to become a full-stack developer and land a career in tech. However, you will also have guidance and support, as well as some much-needed nudges/encouragement in the right direction. They won't spoon-feed you here, you need to put in the work and effort to actually learn. However, they will be there with you for every question, concern, or difficulty you come across. I did so much research before finally choosing this bootcamp, and highly recommend visiting for a info-session to personally experience how kind and nurturing (yet also motivating) this environment is as well as the instructors/fellow students.LearningFuze operates like an actual working developer environment, and teaches you the skills (technical, behavioral, and social) that you need to become a real developer. The support doesn't just end once you graduate the program. I still see alumni (including already full-time employed alumni) working here every day as they continue to use/receive support for building up their portfolio, and preparing for job interviews/job offers.. and some come around just to work and be here. I personally love LearningFuze!Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +259282,10862,learningfuze,Vicky Huynhcao,False,2019,Excellent foundation build and supportive staff,2019-11-27,5.0,5.0,5.0,5.0,"I came into LearningFuze with zero knowledge of coding. I was so scared that I wouldn't be able to code anything. But now that I'm nearing the end, I learned more than I would've if I self-taught myself code.I never thought I would receive a huge support... Read More from staff at a school like LearningFuze. Right from the beginning they have lectures from the basic HTML/CSS to networking to interviewing for a position. The staff work with students to get them to their goal line.I learned so much from LearningFuze. Day by day we are reminded of our foundation and the instructors make sure that we know our foundation in JavaScript. The instructors are at hand to answer any questions and help with any debugging.The style of teaching is very enjoyable. I look forward to going to LearningFuze every day and love every moment there. I would highly recommend going to LearningFuze if you're looking for a fun but very insightful experience with coding.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +259250,10862,learningfuze,Tomas Cormons,False,2019,A great bootcamp experience with a fast track to success,2019-11-26,5.0,5.0,5.0,5.0,"I had been looking at bootcamps for well over a year, with no clear indication as to what program would best suit my style of learning. More importantly, it wasn't clear which program was going to give me the best opportunity to find employment afterwards.... Read More When I attended an info session regarding LearningFuze, I had an inclination that this school was the right opportunity for me. I feel as though my exposure to the school was unique in that I participated in the part-time program prior to committing to the full immersion program. It gave me the perspective of learning at a different pace, more self study as opposed to in class drinking-from-the-fire-hydrant . If you are looking for a strong culture that supports a collaborative experience, this is certainly a school worthy of your consideration. Furthermore, the instruction and variety of supportive staff members was paramount in finding solutions when I felt stuck. The curriculum feels current and within the demands of the current industry in the Orange County area. Alongside that, they are constantly working with the tech community on projects, meetups and other networking related opportunities. If you're on the fence about attending, I recommend you come to an info session and investigate further, it won't disappoint!Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +258822,10862,learningfuze,Samantha Nagle,False,2019,All the support you need and more,2019-11-15,5.0,5.0,5.0,5.0,"Going through LearningFuze has been one of the most ""worth it"" experiences of my life. Between the network of passionate students and alumni, the dedicated teachers and staff, and amazing career services provided, attending students are supported 100%... Read More of the way through their journey to become a junior developer.Having done a fair bit of programming before entering, I was initially on the fence about entering a program like LearningFuze, thinking I could make it by learning on my own. However, the experience of going through this program has helped me grow stronger both as a developer and as a person more so than I could have alone. Every day I walk into class, I know I will be surrounded by people who are dedicated both to learning and to helping each other learn. The curriculum is well-paced, as every day you are facing a new challenge designed to help you understand the fundamentals of programming, while also learning in-demand skills and technologies for developers. I highly recommend LearningFuze to anyone looking to start their coding journey! Everyone there wants to see you succeed and will support you every step of your way there.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +258800,10862,learningfuze,Kevin Akahoshi,False,2019,Solid Fundamentals and Excellent Support,2019-11-15,5.0,5.0,5.0,5.0,"The experiences that I have had at LearningFuze are unlike anything I've ever had in a traditional education system. They've exceeded my expectations in every way, and shown me that it's possible for anyone to program if they put their mind to it.The... Read More 12 week full immersion program has been a whirlwind to say the least. The curriculum is heavily focused on teaching programming fundamentals to ensure that every student has a solid foundation to learn and grow. The support system is great, and the staff genuinely wants every student to succeed. The staff encourages constant curiosity and critical thinking to further your understanding of programming as a whole. The program is challenging, but you will always have support from the staffl, and your cohortmates.I found that the program has a great mixture of guidance/structure and creative freedom. There are projects and exercises designed to teach you how to approach different programming principles, but they also allow you to take the ideas you have and run with them. When you're learning new things and realizing your potential, the world is your oyster. Additionally, I particularly liked the tech stack that LearningFuze focuses on, as it is relevant to what companies in the area are looking for. Lastly, I think one of the most important aspects that someone should consider when it comes to selecting a bootcamp are the career services. This is why I ended up choosing LearningFuze over other bootcamps in the area. They offer robust career services that you probably won't find with other bootcamps. Bill and TJ make it a point that yes, the technical part of the bootcamp is a large portion of what you're paying for, but you will never get hired if you cannot land an interview. The ultimate goal is to be employed as a developer or engineer, and they know that. They regularly have workshops for LinkedIn profiles, resume writing, mock interviews, etc. to teach you what employers are looking for and how you should approach searching for a job. Those are skills that are invaluable, and people pay a lot of money for career coaching alone.So, is LearningFuze worth the investment? Without a doubt, yes. The technical and soft skills that you will leave with make it worth the investment.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +258272,10862,learningfuze,Dane Maison,False,2019,"Amazing Environment, Structured Curriculum",2019-10-30,5.0,5.0,5.0,5.0,"If you choose to come to LearningFuze, you will be immersed in an incredibly supportive environment. The instructors at LearningFuze are knowledgeable and helpful. The curriculum is structured in a way that caters to students at every skill level. Each... Read More concept is introduced in manageable chunks and reinforced through structured exercises. At the end of the program, you will not only have extremely solid programming fundamentals but also arguably the most important skill in a developer's toolkit: the ability to teach yourself. LearningFuze teaches you how to teach yourself. You will learn how to confidently read documentation and code, and figure out problems so that you can succeed in the future.The environment at LearningFuze is awesome. There is a reason that Alumni constantly check back in. You are always surrounded by like-minded, passionate students and other knowledgable developers.If you are on the fence about coming to LearningFuze, just attend an info session. LearningFuze puts absolutely no pressure on you to enroll in the program. They want you to succeed and will answer any questions you have.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +258126,10862,learningfuze,Adison Lay,False,2019,"Great education, environment, and experience at LearningFuze",2019-10-25,5.0,5.0,5.0,5.0,"The 12 week full-immersion program at LearningFuze provided me with a very thorough education in full-stack web development. Even as someone with very limited background in writing code, I feel like the program has really taught me to understand the fundamentals... Read More of programming. I started the program in August 2019 and I can absolutely recommend LearningFuze as an excellent bootcamp! As someone wanting to find a career in web development, I found the career services at LearningFuze to be a great part of the program. All throughout the course, there is a huge emphasis on the job search process, which provides a ton of value in not just becoming a developer, but also a professional, which I feel has helped to prepare me for getting into the industry. The curriculum is intensive and challenging, but the instruction is really engaging and you are encouraged to learn by building projects which really teaches you programming at a fast pace. There are instructors available to provide help at virtually any time, so you don’t get stuck for too long and can keep moving forward. I would have never thought I could learn so much material in such a short amount of time, but the program really pushes you to get the most of those 12 weeks. Also, the learning environment that LearningFuze provides for students is very collaborative and welcoming. The staff, alumni, and other students are all very helpful, which makes the experience of learning web development easier. Overall, I can confidently say my experience at LearningFuze has been incredible and I would highly recommend it to anyone who wants to learn programming.Read Less",,Software Engineering +258119,10862,learningfuze,Kevin Ihm,False,2019,Full-Immersion Program,2019-10-25,5.0,5.0,5.0,5.0,"The Full Immersion program at LearningFuze is no joke. It will test your determination and cram so much information into you that you will slowly begin to feel like you're drowning in it. While that may sound like a terrible time, I'd like to say how... Read More much I actually enjoyed this program and how much knowledge I actually gained out of it. The instructors here are top notch and they are available all day (which I felt was very important) to help you with all things coding related. If you truly feel like you require help, they are always here for you, but most importantly, they will never give you freebies. Instructors will make you work for your answers and want you to come to a solution yourself. I believe this helps you to become a better programmer and problem-solver in general. I'm not going to lie, you will be frustrated. You will feel overwhelmed and stressed at times, but you should realize that struggling means you're learning. I'm a week and a half away from graduating here and the people I've connected with, and the abilities I've gained exceeded my expectations. I came into the bootcamp starting to code only a month prior to the full-immersion program starting and I feel like I've learned so in the past 3 months. More importantly, I feel like I can learn other languages that weren't covered in the program because this program has built such a strong foundation of coding knowledge within me. If you're looking for a bootcamp that'll allow you to leave with the skills of a junior developer and the ability to learn new languages to better yourself as a developer, look no further. This is it!Read Less",,Unknown +257854,10862,learningfuze,Jan To-ong,False,2019,This place is awesome,2019-10-18,5.0,5.0,5.0,5.0,"I thought it was going to be hard picking which coding boot camp I wanted to go too. Went to the info session, talk to some of the students and knew, then and there, this school was the one. They made teaching you different languages/libraries and tools... Read More in a short amount of time make sense. The staff here at learning fuze are so helpful. They don’t just teach you how to code but they teach you how to get a job, interviews, whiteboard, network and build your portfolio. Currently on my last 2 weeks here and I’m actually sad to leave. This place is awesome.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +257720,10862,learningfuze,Joe M,False,2019,Totally worth it!,2019-10-15,5.0,5.0,5.0,5.0,"Choosing to attend LearningFuze has been one of my greatest choices in life. I am currently in week 10 out of 12 and can create useful web applications. If you told me 3 months ago that I would be able to create applications from scratch, I would never... Read More have believed you. However, here I am 3 months later and I am proud of what I have accomplished.Here is a list of reasons why you should consider LearningFuze.1- InstructorsThe instructors are amazing! They have worked previously as developers and have the knowledge and experience of what it takes to get into the market. They will not let anyone fall behind. If you feel that you might grasp concepts a little slower than others, do not worry, they offer tutoring sessions for those that need it. Most of them are available before and after hours monday through friday. Additionally, they often come on Saturdays and offer help online over the weekend.2- CurriculumThe curriculum is great! The curriculum is based on technologies that a majority of employers are looking for in a web developer. The program will teach you both front end and back end technologies. Not only do you work on solo projects, you also work on projects as a team. This will prepare you for a real job where most likely, you would be placed on a team of developers.3- Career ServicesThey do not leave you in the dust after finishing the program. Their success comes from the success that their student achieve when finding jobs. They are motivated and offer plenty of resources on how to land a job. They will prepare you for interviews by practicing whiteboard problems, performing mock-interviews, and creating a well structured resume. They help create a LinkedIn profile and GitHub to show off to employers. Also, they host job fairs and bring in developers from prestiged companies to give us tips. During my time here, they brought in a developer from Blizzard and it was cool hearing his experience and how he got there.There are many more reasons to choose LearningFuze but these are the ones that set it apart from the rest. I drive 65 miles each way to attend this program and it is more than worth it. It really is as good as the reviews are.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +255168,10862,learningfuze,Uzair Ashraf,False,2019,I was once like you.,2019-09-25,5.0,5.0,5.0,5.0,"It's crazy to think that seven weeks ago, I was staring at this website reading these reviews, and here I am now writing one. Fighting complaceny? Living paycheck to paycheck? Feeling like you're running out of options? If you're wondering why this place... Read More has higher ratings than most other places. Theres no secret to it. I was skeptical at first with the lack of negative reviews about this place when I first thought of attending, but during the interview I immediately realized that its just that good. Every aspect of this bootcamp is absolutely phenomenal. The instructors are geniuses, the curriculum is designed for anybody to learn. I wrote an article on linkedin about finding the right bootcamp and some advice on what to do when you are attending. I highly recommend you give it a read, and it will go into detail as to why I chose this place. https://www.linkedin.com/pulse/message-future-coding-bootcampers-uzair-ashraf/Read Less",,Software Engineering +254549,10862,learningfuze,Sridhar Madala,False,2018,An Experience that teaches you the most important skill - How to Learn,2019-09-12,5.0,5.0,5.0,5.0,"There is a myriad of technologies, languages, and libraries out there so much so that it would take a lifetime of learning. However, they all share commonalities and the ability to decipher them, break them down into their components, and comprehend the... Read More underlying principles is what is taught here at LFZ. This approach is not only applied to learning technologies but every other aspect of the job application process and working environment. From prepping us for technical and behavioral interviews, reducing anxiety and making the best out of meetups, to teaching us how to succeed in an agile team environment. The staff has somehow caught lightning in a bottle and shared it with the rest of us. The best and most telling thing to me is the continued support the staff gives you from the moment you join to perpetuity. They are truly invested in your success and are willing to help you in any way shape or form even if that means giving constructive feedback. TLDR: I highly recommend it, you won't regret itRead Less",,Software Engineering +254125,10862,learningfuze,Samantha Durant,False,2019,Life-Changing Learning Experience,2019-09-10,5.0,5.0,5.0,5.0,"To say that choosing to attend LearningFuze was a great decision would be a major understatement. I can confidently say that coming here was one one of the best decisions of my life. I come from a humanities background and was an English teacher just... Read More weeks before I came here. Aside from a few short online tutorials, I really had no programming experience. Although I was apprehensive at first about the idea of attending a coding bootcamp, when I spoke to TJ and Bill during the application process and talked to them about the learning environment and how successful previous students had been, I got a great feeling about the program and decided to enroll. The whole time leading up to the course, though, I was incredibly nervous. Could I actually do this? Were those online courses deceptively easy? When I finally arrived at the school, I felt immediately at home in this environment. I had expected to be intimidated by the knowledge of these longtime programmers, but I really wasn’t. All of the teachers were very relatable, and while they knew more than I could imagine, they always reminded us that they also started where we were, and that they also struggled and got stuck and confused in the beginning. They make the learning environment not only approachable but also fun, with lots of interesting and useful activities everyday (and lots of great dad jokes to explain programming concepts). Since the beginning of the course I have learned so much, not only about programming, but about myself and what people are capable of. Everything that seems insurmountable at first has turned out to be doable. We’ve had two hackathons, in which we completed two entirely different applications in under 48 hours, which prior to these hackathons sounded completely impossible. React and OOP seemed difficult for me to wrap my head around at first, and now I use them both daily. I’ve realized over the last few months, thanks to LearningFuze, that programming is not limited to the chosen few geniuses who have the gift of mastering this complex skill, it’s about patience and the drive to spend hours a day problem solving, and to keep trying things until they work. I am still in the last few weeks of the program, and I am genuinely sad that the program is coming to an end because I’ve enjoyed coming here everyday so much. If you are hesitant because you don’t come from a programming background and think programming is going to be too hard, please don’t let that stop you. I can confidently recommend this course to anyone who is determined to learn to code. You will not regret it!Read Less",,Unknown +254120,10862,learningfuze,John South,False,2019,The Best Choice and affordable,2019-09-10,5.0,5.0,5.0,5.0,"You may be skeptical when you hear about being ""job ready"" after only 12 weeks of work. Before attending the program at LearningFuze I was skeptical as well. This school proved me wrong. I know so much than I thought I ever could in such a short time.... Read More The things I've learned here has also given me a foundation to continue to learn either on my own or at the work place. Web development is not easy, but LearningFuze has made the process fun and gratifying.Read Less",,Software Engineering +253682,10862,learningfuze,Juliann Talkington,False,2019,Great program,2019-08-25,5.0,5.0,5.0,5.0,"​Whether you are looking for technical training so you can become a better manager or are hoping to become a world class coder, LearningFuze is a great option. I completed the full immersion program a few weeks ago and feel well equipped to work in the... Read More web development field. LearningFuze has fantastic instructors who have a lot of real world experience, a well thought out and executed curriculum, a great career coaching program, and a class structure that encourages you to learn from and bond with your classmates. I tried an introductory course at another highly touted bootcamp before settling on LearningFuze. LearningFuze is better at everything from instruction to career planning and support.Read Less",Software Engineering,Software Engineering +253618,10862,learningfuze,Jase,False,2019,My Best Choice,2019-08-23,5.0,5.0,5.0,5.0,"LearningFuze has exceeded my expectations in every way. The teachers go above and beyond the bar to ensure you get the most out of every activity, no matter how small or big. I am currently in my ninth week of the program and loving every minute of it.... Read More If you want to learn web development, LearningFuze is the place to do it.Read Less",Software Engineering,Software Engineering +253500,10862,learningfuze,David,False,2019,An Excellent Experience,2019-08-21,5.0,5.0,5.0,5.0,"I was certain it was the place for me to learn web development after I attended the info session and met some of the students who were enrolled in the program. It turns out, choosing LearningFuze was a great decision for me. The staff, curriculum, and... Read More my peers made my time at LFZ an unforgettable and rewarding experience. The staff are incredible people. The LFZ culture balances being lighthearted and fun, while being focused on the task at helping the students become web developers. A great balance! Additionally, the staff are always willing to drop what they are working on to answer your questions and ensure you understand the material. The subject material is tough, but you're given the tools you need to be successful. I thought the curriculum was well-structured and refined. To get the most out of the program, I recommend trusting the process and attempting your best work every day. The program exists to help you learn the skills necessary to get into the development industry. The whole experience was made even better thanks to the people in my cohort. Together, we developed an environment that valued providing support and having fun and I am thankful I was able to build relationships with such wonderful people. I've truly made life-long friends through this experience!Read Less",Software Engineering,Software Engineering +252689,10862,learningfuze,Jeremy Wang,False,2019,Amazing program full of professional instructors and delicated students,2019-08-05,5.0,5.0,5.0,5.0,"I graduated from LearningFuze 6 weeks ago. I enrolled in the full-immersion course.Please let me share you with you what I think is special about this Bootcamp. Career service: LearningFuze has a magical event called demo-day. After your portfolios get... Read More approved, you are qualified to it. It is an event that Lfz helps you connect directly to employers. As the oldest and the most successful Bootcamp in SoCal, lfz has a very strong connection to local tech companies. At demo day, local companies come to you, talk to you, and check out your projects. You can see it as an express line to an offer, which is much better than applying online. TJ Kinion puts so much effort to keep demo-day ongoing. Many many students, include me, got their first offer through this event. Post-graduation time: You signed the contract with them that you will be a student there for 3 months. But after you graduate, you are more than welcomed staying in. LearningFuze set up an alumni room for graduates, where you can continue work on your portfolio and projects. You can still access all the instructors. They will help you just like they always did during the course. Cohort: After 3 months, friendship among cohort mates developed deeply. More than that, I get close with my previous, next cohort and even some alumni graduated a long time ago. I have to say, students in lfz just have class. Learning code is hard. But it is fun when you are with persons that have the same passion and goal as you. You won't feel lonely or lost when intelligent students are around you and grow together with you. You will make some life-long friends in this school.Course curriculum: they know what local tech company needs, and they design the course adapting that requirements. You learn what the industry is looking for. Besides that, they take feedback and update in each cohort. For example, my previous cohort didn't have enough time to dive deep into Redux, so they didn't cover that in my cohort, instead, they focus more on core React. For my cohort, students showed great interest in Node.js, so my next cohort, they support students to build the final project in Node. They do listen to students and change their content to make us happier. Tim.D, one of the lead instructors there, he creates his own materials, which is pure awesome. He knows what you know, you don't know and your think pattern. He doesn't only deliver knowledge but teach you competency to think like a programmer. My overall experience is amazing. Actually, it turned out than I expected. It is a high-quality program that you won't be regretted to enroll in.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +253172,10862,learningfuze,Lawrence Tran,False,2019,Top Notch Curriculum and Instructors,2019-07-19,5.0,5.0,5.0,5.0,"Deciding on the right bootcamp can be a strenuous process as we all want to do our due diligence prior to making the commitment. I visited a few different bootcamps during my search for the right one. Teaching style, quality of instructors, and culture... Read More were deciding factors for me, and these were all clear after taking both prep courses offered by LearningFuze. My decision was made and it was firm. Coming into this with no knowledge of programming, the instructors are extremely passionate about teaching while making the material as digestible as possible. They are there to lend a helping hand at any given time. The curriculum is strategically designed with assignments and projects that utilize concepts taught at the current moment as well as previous ones. The projects and group work simulate a technical environment to prepare you to play a vital role in the workforce. In addition to preparing you with the proper skills to become a programmer, they also offer excellent job preparation throughout the course.Overall, the program is by no means a walk in the park. However, with the extensive resources and assistance that are offered from LearningFuze in conjunction with hard work and dedication, it is the most rewarding experience.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +250662,10862,learningfuze,Stephanie Burcombe,False,2019,Incredible Learning Experience with Supportive Instructors,2019-07-11,5.0,5.0,5.0,5.0,"Coming from a background as an elementary school teacher and no formal coding exposure or experience, I had plenty of apprehensions about learning any kind of web development in such a short period of time. I am in now in week 9 of the 12 week full immersion... Read More program. Looking back at the last 8 weeks of the program, I am in awe of what I have been able to learn and create. It has been quite a unique learning experience.Some of the exceptional aspects:1)InstructorsThe instructors are what make Learning Fuze so exceptional. As a student who was struggling to understand some of the most foundational concepts in the beginning, I found immense support during class time, on the weekend (whether it be through a Google Hangout or during the open hours on Saturday), and after class time during the week. They are extremely knowledgeable and supportive and have been a vital resource in navigating my way into becoming a web developer. 2)Materials/Information/AccessPrior to the program, Learning Fuze provides a comprehensive guide to materials you should reference, read, and/or utilize before beginning the program. Their prep courses are a great introduction to the foundational concepts needed for web development and also give a small glimpse into what the full time program will be like, as well. In retrospect, it is easy for me to see that they have thoughtfully designed this to help students prepare for the full immersion program (particularly those of us who have no previous coding background). Additionally, the curriculum during the program is extremely comprehensive considering the short timeline. Another great resource provided is job search support. Starting from the first week, we have been provided with tips on creating our resume, LinkedIn profiles, interviewing practice, and hearing guest speakers from the industry. This aspect has been extremely beneficial and educational as I pursue this career change.Some of the challenges:1)PaceWhen I first began researching bootcamps, I kept reading about the fast pace associated with an accelerated web development program but didn’t fully comprehend what that meant until I was a part of it. The pace of the Learning Fuze bootcamp is faster than any educational environment I have experienced. The same day that you learn about a topic (or multiple topics), you are also coding a project to apply those skills. This definitely could feel daunting and overwhelming at times but with the support of the instructors, it was manageable...still challenging, but manageable.2)Workload/TimeWhile the technical class hours are Monday -Friday from 10:00 a.m.-6:00 p.m., the studying time, practice exercises, and projects that need to be completed will easily require your focus and a time commitment of 7 days a week and about 12-14 hours a day (including the 10-6 time on Monday-Friday).Overall, I am extremely pleased with my decision to choose Learning Fuze bootcamp as my school of choice to pursue a career in web development. As challenging as it has been, I have seen my abilities improve more than I could’ve imagined and I have grown even more passionate about building my coding abilities than before starting the program. Learning Fuze has been a great place to learn.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +251675,10862,learningfuze,Billy Kim,False,2019,Top notch instruction with a passionate team that cares,2019-06-28,5.0,5.0,5.0,5.0,"I recently graduated from LearningFuze's full immersion program (June 2019) and absolutely, 100% recommend making LearningFuze the place where you begin your journey into development.I had been working in non-profit for the past 9 years with no prior... Read More experience of coding and wanted to be sure that I'd be at a place that would help build a strong foundation. I did a lot of research through many review sites and saw so many alumni of LearningFuze consistently write about how passionate the instructors are and how they foster a positive (yet, challenging) environment for growth. I went to an evening info session to get a feel for the culture and made my decision to sign up when I saw just how much the staff really cares for each individual student.The instruction is fast-paced and challenging because there's a lot of content to go through, but the instructors always put a premium on understanding the content rather than just dumping information. I found it incredibly helpful that every time we received new content during lecture, that there was always a prototype/exercise that we would immediately work on to be sure that we understood what we learned. Plus, we had two, 48-hour hackathons where we would have to complete different projects that simulated a team-environment with an AGILE process and real-time Git/GitHub that really helped put into practice everything we had been learning.During the second half of the program, we dove deeper into server-side topics so that we could complete a 3-week, full stack final project. I can't say it enough, but the emphasis on project-based learning pushed me from just knowledge to practical understanding and execution of the myriad of concepts we learned.I love how LearningFuze fosters an environment for growth with driven and motivated peers and many of us would regularly stay after hours to cement our learning together and instructors would be present to help us. On top of that, the staff are constantly up-to-date to be sure you're getting the most relevant content and tech that will prepare you best for the job search.I'm thankful for the staff at LearningFuze because undertake an honest and transparent process where they strive to be sure each student has great competency and character that makes a great web developer, great.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +251666,10862,learningfuze,Tony Jin,False,2019,Amazing experience!,2019-06-27,5.0,5.0,5.0,5.0,"I am currently in my 7th of 12 weeks in the full immersion program at Learningfuze. This was my 4th or 5th bootcamp that I had checked out and applied to, and ultimately the decision was down to Hack Reactor or LearningFuze. I think the experience that... Read More made me ultimately decide to come here was during my first visit to the campus; this bootcamp felt different compared to the mega bootcamps like App Academy and Hack Reactor. While the latter are not wrong in their methodology or approach, LearningFuze just had this atmosphere that the instructors were there because of their passion for teaching code and not to ""ladder up"" or to have a comfy job. It didn't take long for me to decide after my initial meeting with the instructors, TJ (who is in charge of making sure students get jobs), and Bill (who runs the entire operation side). After passing the halfway mark in my curriculum, I can confidently say I have no regrets in my decision. The instructors are available at basically any time that you need them, they are very knowledgeable in the industry's current practices, and will answer any questions that you may have during the learning process. The overall culture is possibly my favorite aspect of the camp - while the instructors encourage their students to work hard, they make an effort to make all the lectures interesting and interactive. Best decision of my life!Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +251557,10862,learningfuze,Jessica Yang,False,2019,Passionate instructors that foster growth and positivity,2019-06-24,5.0,5.0,5.0,5.0,"I recently graduated from the Full Immersion program, and I would 100% recommend LearningFuze to any prospective students. Over a year ago, I started considering my career pivot from digital marketing into web development, and LearningFuze was one of... Read More the schools that stood out to me while researching online. I read a bunch of reviews, started to teach myself with free tutorials, and finally attended an info session in January. I got to see for myself how honest, genuine, and dedicated the LFZ staff are towards visitors, students, and alumni alike! I felt no pressure to choose them, but they are wholly there for you in your decision making process and beyond. I joined the two prep classes to get a feel for their teaching style and to gauge my own readiness for the full immersion program, and I dove in shortly after that!The following 12 weeks brought a tidal wave of new material, constant challenge, and personal growth. Going into the program, I knew I wanted an efficient/fast-paced learning environment, mentorship, and like-minded peers, and that's what I got from day 1. Every week ramps up in intensity, building on the knowledge and practice from the previous week. In lectures, we were encouraged to engage with the instructor and discover our blind spots as quickly as possible. In solo projects, we applied that week's core concepts while given opportunities to stretch our toolset a bit more each time. We also had two exhilarating 48-hour hackathons for practicing real-world skills around Git/GitHub workflows, working on a team, and planning/tracking project tasks. And in the final 3 weeks of the program, we were split into teams to build full stack applications--with one instructor assigned to each one as project manager. The job hunt is also emphasized throughout the program with lectures on networking, proper use of LinkedIn, and resume prep, as well as practice whiteboards and mock interviews. Every step of the way, you are surrounded by classmates to struggle (and celebrate!) with and can laugh together about the growing pains we all experience as beginners. All that being said, it's really true that you get what you put in. I can see why people say that a strong foundation is critical, because it is on that foundation that we will continue to hone our skills and pick up new technologies more quickly. Review core concepts regularly, don't neglect the practice problems, and ask questions often! Programming really takes persistence and a willingness to be frustrated over and over again, but those happy moments when you finally understand a concept or successfully debug your code are so worth it!If you are still on the fence, I'd recommend visiting the campus for an info session and voicing any concerns with the staff and current students/alumni. I guarantee that at the very least, you'll come away with more clarity, and maybe like me, you'll discover that LFZ is exactly where you want to begin your programming journey.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +250988,10862,learningfuze,Steffany Nelson,False,2018,Life Transforming,2019-05-04,5.0,5.0,5.0,5.0,"I attended LearningFuze starting at the end of April in 2018. It was the most exhausting, but the most rewarding and fulfilling 12 weeks of my life, and has completely transformed the direction of my professional life, and by that factor, everything else... Read More as well. I came into LearningFuze with no real coding background, but from a strong understanding of web as a whole(I was previously a Project Manager at a web agency). I'd been super interested in transitioning to coding for a while, and decided to find out more. I went in to attend one of their info sessions and was really impressed by their honesty about what it takes to succeed in the program, and that it's all about how much it matters to you. A lot of places like to try and sell their programs as ""No matter what, we will get you a job with lots of money!"" But that is just simply not true, and the LearningFuze team is very upfront about the fact that you get out what you put in. I appreciated that to no end. I was also a big fan of the environment. The students were all really friendly when I stopped to ask them how they liked the program, the instructors were happy to answer any questions I had, and it was pretty clear a lot of people there shared a lot of my more geeky interests, so that made me feel really comfortable. I was really impressed and decided to pursue the 12 week full stack bootcamp option. Even though for most of the 12 weeks you feel like you are drowning in information, the entire staff is focused on helping you juggle that and making sure you are able to process through everything that you are learning, be it through additional tutoring sessions, or answering questions that you know they have been asked a million times, without ever making you feel bad about asking them for help.Despite a lot of previous not so great experiences in tech as a female, I was very happily surprised that the atmosphere was one where I felt very comfortable. I didn't feel like I was being treated with less respect, and I didn't feel like anyone thought I was less capable because I was female. The instructors cared about each student's success, not about gender or race, which was a very refreshing change. It allowed me to focus on learning, instead of having to watch every little thing I did so people wouldn't judge me for being female.After graduation, they were incredibly helpful with career placement. They helped me with building out a solid portfolio and gave great advice about resume adjustments, how to network, and how to handle interviewing for jobs with my new skills. They were also fantastic about helping promote alumni as well, which ended up being how I found my current position. I've been with that company for 6 months now, have gotten the opportunity to work with a lot of great new technologies and great clients, and I just got promoted to an Assistant Lead position. My experience at LearningFuze is what made all of this possible. Because of the dedication and focus from the entire staff to help me maximize what I was capable of, I was able to learn a huge number of new skills in a very accelerated time and build a solid base for understanding how to continue learning quickly. All of those things combined with my previous work experience have made it possible for me to have a great career trajectory so far, and it's given me something to pursue as a career that I actually love. If you're really serious about pursuing a web development career, I would strongly recommend LearningFuze. So many places just want your money. LearningFuze wants your success and that is their absolute focus.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +251002,10862,learningfuze,John Holman,False,2017,This Program Has Already Changed My Life,2019-05-04,5.0,5.0,5.0,5.0,"I have just completed my 12-week immersion course with LearningFuze and it has changed my life. I have always been interested in coding and learning various languages but had little development experience outside of copying code and pasting it hoping... Read More it would work. Now that I have gone through the 12-week immersion program I have been able to write multiple apps by myself as well as various team centered apps.The biggest difference between LearningFuze and other programs that I investigated was that LearningFuze takes the time to get to know you and your skills and then helps you gear up for the full immersion course with two shorter programs to teach you the basics of HTML, CSS and JavaScript. Then when you are in the program you take a really deep dive into these topics and build real-world applications to truly understand how to think like a programmer and how to work through the development lifecycle from beginning to end.At LearningFuze you do not only learn languages like HTML5, CSS3 and JavaScript / jQuery, but you are exposed to PHP and MySQL. You create various apps that test your logical thinking and then you start to work as groups to bring together various technologies (AWS, APIs, JSON, AJAX) to create real world applications that solve particular problems. There are code reviews for you and your groups to help improve your code and to show you that there is no one way to write code to solve even similar problems.The instructors are top-notch and take the time to get to know your name, where you are coming from and have a great ability to explain difficult concepts in a simpler manner that you can understand. This level of commitment doesn’t end when you finish the program. You are given time during the program to work on your resume, interviewing skills and various whiteboard challenges to prepare you for after the program. They have staff members dedicated to helping you find a job after the program and have great connections in the Southern California area and beyond.This is a culture of helping and setting you up for success after the program. They are personally invested in your understanding and knowledge and look for ways to help you whenever they can. If anyone ever asks me about which accelerated web development program they should look into I will direct them here so that they can have the same experiences that I had. 5 stars!Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +250919,10862,learningfuze,Christopher Gustavsson,False,2019,The best bootcamp you'll ever find.,2019-04-27,5.0,5.0,5.0,5.0,"Where do I even begin to describe how amazing LearningFuze and it's staff is. I diligently researched all the bootcamps in OC, including online ones and I can with 100% confidence say that LearningFuze is the best bootcamp you'll ever attend.At this bootcamp... Read More you will learn relevant technologies that are currently used in the job market. Something I did not learn at a traditional college where you're forced to learn things that are either outdated or in the end have no application in the real world job market. The technologies covered include: HTML, CSS, Javascript, Jquery, React.Js, Redux, Bootstrap, PHP, Node.Js, MySQL, AWS, Git/Github, and more. All the instructors are superb. They love it when you ask them questions and are more than happy to explain how things work. The best part is that they explain programming concepts in such a way that helps you both understand and retain that information. Another one of LearningFuze's strongpoints is the importance they put on using Git right away. Personally working with the command line and Git was a pretty intimidating at first but after a couple of weeks it became second nature. LearningFuze simulates a real job environment in order to get you prepared to work together with other people. The curriculum involves 2 hackathons and a final project where you get to work with other enthused and passionate programmers to create amazing projects that you can put on your portfolio. Closer to the end of the program you will be going through mock interviews, get help building your resume, portfolio, and linkedin profile in order to maximize your chances of getting a job as soon as possible. LearningFuze has a wide and vast network that will always be accessible, even after completing the program.To anyone looking to attend a bootcamp, the culture here is extremely friendly and fun. They have a very open walk-in policy for those that want to check the place out. They have the most knowledgeable and passionate teachers that truly care about your development as a developer. You will learn more in 3 months than you ever imagined possible.I truly feel attending LearningFuze has been the best decision I've made. If you're serious about attending a bootcamp and having a career as a developer, there is no better place. This is where you want to go.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +251009,10862,learningfuze,Michelle Poole,False,2019,Intense and Rewarding,2019-04-26,5.0,5.0,5.0,5.0,"I have nothing but good things to say about LearningFuze.I chose them over other web development programs because of their emphasis on recreating as close to an actual development environment as possible.From day one they had us working with git and github,... Read More and a lot of the program is structured around coding in groups, including two 48 hour hackathons. Anyone can learn to code on their own, but having actual experience working with other developers and reporting to senior level developers is priceless.That said, their instructors and lectures are top notch. You can tell that they've got it down to a science, and it's clear that everyone here wants each and every student to succeed. I can't tell you how much easier their knowledge and expertise has made it to wade through the huge amount of info out there.All of that would be great on it's own, but to top it off LearningFuze is dedicated to make sure that their students are also ready for the interview process. They offer a ton of practice whiteboards and practice interviews, as well as an extensive portfolio review process.If you want to be a programmer, I can think of no better way to kickstart your career than LearningFuze. I would go through the program again in a heartbeat.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +247644,10862,learningfuze,Jason Yata,False,2019,One of the best experiences of my life.,2019-04-11,5.0,5.0,5.0,5.0,"I did an extensive amount of research into coding boot camps before ultimately going all in on LearningFuze. It wasn't that the other boot camps I visited were bad, it was that LearningFuze was just that good. I can't recommend their full-immersion program... Read More enough. The culture they've built with their insanely knowledgeable instructors really makes the 12-14 hour days enjoyable. Dan, the lead instructor, is able to break everything down to a very learnable level and makes sure everyone has full understanding of difficult concepts before proceeding. But be warned, the program is extremely rigorous and will push you to your limits. If you're on the fence, I highly recommend taking their two introductory root courses to get a feel for development.If you're serious about starting a career in development, I always recommend doing your own research but LearningFuze's reputation as the best boot camp in California is real and they deserve to be at the top of your list.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +247562,10862,learningfuze,Paul Lujan,False,2018,A Fine Place to Learn!,2019-04-07,5.0,5.0,5.0,5.0,"I looked at a number of coding bootcamps in the area and chose LearningFuze because of the open and friendly environment. My decision was based on 1) I knew that I would put more time and effort into coding in an environment that I felt comfortable in... Read More and 2) After the program I would need my coding school's help to find a job and their mentorship thereafter. LearningFuze was a great fit for both of these reasons. Not only does the school have long hours - 9AM-ish to late - they are also open Monday-Saturday. As expected, I spent most of the daytime soaking up new information and the nights and weekends working on projects. The classrooms are comfortable. They have desks large monitors and couch space. I looked forward to going to LearningFuze and did not mind spending long hours there. LearningFuze has an alumni room where students can work on their portfolios and apply to jobs. After the course I was there everyday. The staff does a great job of prepping you for interviews and connecting you with potential employers. I got my first internship through a LearningFuze connection and am now onto my second job where I will be building out the front end for a fintech startup. I still keep in touch with the LearningFuze staff and alumni network.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +241559,10862,learningfuze,Michael Capobianco,False,2018,"Amazing staff, well structured curriculum, great time",2019-04-05,5.0,5.0,5.0,5.0,The time spent at LearningFuze was some of the best of my life. They have a great set of instructors who really care about you and your development throughout the program. They supported me both during the program and after i graduated. They always encouraged... Read More me to ask questions and continued to follow up with me during my job search. I had lasting connections with the instructors and the other members in my class. I would recommend to anyone and everyone.Read Less,Full Immersion 12-Week Program,Miscellaneous and General Tech +247170,10862,learningfuze,Anthony Bo,False,2018,Amazing opportunity,2019-03-26,5.0,5.0,5.0,5.0,"I have had an exceptionally fun time at this academy, they put you in the environment of being in the workplace and give you the opportunity to learn first hand what it would be like. We had the mentor of a senior level programmer which gave us some deep... Read More level understanding of the industry and what we would need to know to succeed in the field. The projects we were tasked with completing were fun and tough at the same time, each time learning a new concept to bring us deeper into the understanding of programming. You learn to work in a team atmosphere and have projects and hackathons that resolve around this concept, which is a great learning experience because you will have to learn how not just you program but how others around you do.Read Less",,Unknown +247246,10862,learningfuze,EJ PADILLA,False,2018,Your first step to a new career,2019-03-12,5.0,5.0,5.0,5.0,"Long story short, I was not happy with my career. I decided to quit my job and start the long venture coding\programming. After speaking to friends and going over many options, I decided to check out LearningFuze in Irvine. I was a bit apprehensive at... Read More first since I had no real first hand experience with coding but after the initial info session, I was all in. Between the friendly and welcoming staff and the fact that the majority of the students had no prior exposure to coding but were still enrolled, this gave me the confidence to move forward with enrolling at LearningFuze. During my cohort, we were taught a variety of skills such as Javascript, React, Redux on the front end and Node.js and PHP for back end. Since this was a full immersion program, we were coding up to fourteen hours a day, five days a week for 12 weeks. We also put together various projects both alone, and in groups. The group projects were especially rewarding as they greatly emphasized on the team dynamic. These hack-a-thons as they were called, were a true real world sprint in not just coding in tandem, but also a teaching us to better our communication skills (which is something that can easily be overlooked). Even after completion of the program, we are still allowed to come in and work on various projects. The staff is always ready and willing to help us achieve our goals even after our program is over.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +247003,10862,learningfuze,Hannel Gwak,False,2018,Accelerated Web Development course with emphasis on a simulated work environment!,2019-03-10,5.0,5.0,5.0,5.0,"One of the things that drew me to LearningFuze over other bootcamps was their emphasis on a simulated work environment. The other bootcamps I was looking into didn't really mention anything about collaboration but we had 2 hackathons where we worked in... Read More groups and a capstone project where we applied everything we learned to a project idea that one of the students came up with. The instructors acted as the project manager, guiding us throughout the process granting us the experience of what it would be like working at a company.I took a couple of classes 10 years ago and LearningFuze went through all of that material in about a week. It's definitely an accelerated program but show that you are willing to put in the effort and you'll be able to get very far in the class.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +247120,10862,learningfuze,James Park,False,2018,Valuable and Unique Experience,2019-03-05,5.0,5.0,5.0,5.0,"Learning Fuze is a worthwhile time investment in order to explore a new career in technology. Learning to program can be an exhaustive tedious experience if you try to learn everything by yourself. It's easy to get lost, feel frustrated, and lose sight... Read More of things because programming is a unique skill that needs time to develop. What Learning Fuze does is bring together a number of like-minded individuals who are in similiar situations and make what can be a hard painful process into what is still painful but a social and unique experience. Through the people you meet and the helpful instructors of very knowledgeable and dedicated instructors, the process of entering the tech industry becomes a lot more enjoyable, faciliated, and most importantly, it reminds you that you are not alone in your struggles. There are plenty of reviews stating the highly quality of the instructors and the institution so I will not add more except to say that I agree with them.Read Less",,Unknown +246938,10862,learningfuze,Quy Truong,False,2018,I would highly recommend LearningFuze to anyone looking to attend a bootcamp,2019-02-19,5.0,5.0,5.0,5.0,"I’m writing this review as a student that finished the full immersion program. Looking back, I am so glad I chose LearningFuze as the place to begin my programming journey. The staff at LearningFuze did an exceptional job at creating the perfect learning... Read More environment. I was challenged at every single step of the way and there was always a staff member to help me along if I needed any guidance. The lead instructor Dan has probably one of the sharpest programming minds you can find in the programming world. Not only that, but he has a real talent for teaching as well. He does a very good job at breaking down complex concepts and explaining it in a way that anyone can understand. This was something that was very beneficial for myself, because I came into LearningFuze without a programing background. I would highly recommend everyone at the very least checkout their info session to learn more about the program.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +246987,10862,learningfuze,"Sasha ""Oleksandr"" Dykun",False,2018,It was one of the best choices in my life done so far.,2019-02-13,5.0,5.0,5.0,5.0,"If someone told me 1 year ago that I would be a Web Developer I would laugh very loudly.But the life turned that way that I stepped my foot at the door of LearningFuze.It was one of the best choices in my life done so far.I have literally dived into learning... Read More and exploring the new world for me. And I had great people around me - my classmates and my teachers.Dan, our principal teacher, seemed very strict and demanding, but then I understood that if you want to reach some goal you need somebody who can push you in the right direction.I am grateful that I could get advise, recommendation and as well criticism to continue my work and become better and broaden my knowledge.Dan, Cody, Tim, Scott, Andy and Brett were the guys who showed me with their example that I can reach my goal and become a Web Developer. Yes, it was hard, sometimes it seemed impossible , sometimes it was scary but it ALWAYS was interesting and inspiring.They always were there for us, they were a team and at the same time each of them stood out with individual scope of distinctive characteristics. If you got stuck, just ask them - answer or the way to answer will be right there coming from those guys. I believe it's one more thing that makes this school great - diversity of characters and minds that complement one another and people who really help you on your journey.I'm grateful to Bill, who helped me to get great first impression about the school and to TJ who is LearningFuze Career Department adviser, for his honest desire to help alumni to get their dream job and to give a tip on how to do it in the best manner.When you get more knowledge and power to create code and then make your thoughts live on the screen you understand it's magic and you can do it.Thank you LearningFuze for this time I've spent with you!I would recommend this school to everyone who wants to reach their goal and become Web Developer and everyone who is not afraid of getting a lot of great pieces of knowledge in such a short period of time but with a high efficiency and good people around.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +246986,10862,learningfuze,George Trendafilov,False,2018,An amazing experience!,2019-02-04,5.0,5.0,5.0,5.0,"I had an amazing experience at LearningFuze! Teachers are wonderful, knowledgeable and always ready to help. After hours or on the weekend, if you are ready to do some coding the instructions are there for you. The lead instructor Dan is one of the most... Read More passionate teachers I have ever met.The program is really intense and fast paced. It seemed overwhelming at first but then I realized that this is the best way to learn. The course it called full immersion for a reason. Coming from a marketing background I had just a little exposure to HTML before I started the program. The beginning of the course was quite challenging for me and I was a bit doubtful that I will ever learn to code. What got me through the tough days was the fantastic support from all instructors and my fellow students. As the weeks went on things started to “click”. I realized one thing – there are no secrets when it comes to learning to code. Work hard, do not give up and you will succeed – it is that simple! One of my favorite things about LearningFuze is that once you graduate you become part of a fantastic tight-knit community. Alumni are always welcome and many of them keep coming back to help new students with their projects. If you have a question just post it and someone will jump in with advice. To me, being able to communicate with so many people passionate about coding is invaluable.Going to LearningFuze was one of the best decisions I have ever made and I would recommend it to anyone who is thinking about entering the exciting world of web development.Read Less",Software Engineering,Software Engineering +246552,10862,learningfuze,Kevin Young,False,2018,Full Stack Web Development Bootcamp,2019-01-24,5.0,5.0,5.0,5.0,"I attended multiple info sessions before choosing LearningFuze, and am glad that I did, since I was able to compare them all to what I was experiencing throughout. I now know I made the right choice. Starting off with the facility, it offers a tech-startup... Read More type of environment which allows students to have access to the multiple instructors on-site at any given time of the day. There are 2 lecture rooms, 3 study rooms, and an alumni room for graduates to come back to the facility to work on any current projects.The instructors are some of the top in the industry. Starting off with Dan, the lead instructor. He had a unique way of teaching the most important fundamentals of Javascript to make sure we remembered it. I still remember his specific examples, no matter how extreme they were to this day. Andy was another very helpful instructor, showing students what they could become, being a previous graduate in the program. Andy was one of the reasons I joined LearningFuze, from his willingness to help students and ability to relate to any struggles they face throughout the bootcamp. Scott was the lead instructor for the React.JS portion of the program, who broke everything down in to pieces to help beginners learn a new framework from scratch. I chose the frontend route and highly recommend it, with the material that Scott put together. Lastly, TJ makes sure to put everything you learned to use, and prepares you for the job search. He provides all students with the necessary tools, interview prep, and resume building to make sure everyone is able to get interviews and eventually land offers. This was a huge piece of the program that differentiated it from others.At LFZ I was surrounded by like-minded, motivated people who want to learn to code as much as I did. I'm not only learning from the instructors but also from my classmates, seniors, alumni and guest speakers from various tech companies. The curriculum gave us many opportunities to work together as a group. You will be surprised at how different learning is with a group and in-person. We teamed up together, participated in multiple hackathons, and helped solve each others bugs.After getting my portfolio fully approved by the instructors, preparation with TJ’s interview tips, and weeks of applying, I was able to land multiple offers in the OC and LA area within 2 months of graduating. Doing a complete career change and participating in a boot camp was one of the hardest decisions for me. Like you I researched many different ones and ultimately decided on LearningFuze, and am glad I did.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +246975,10862,learningfuze,Kuroash Esmaili,False,2018,Full-Stack Web Dev Bootcamp,2019-01-21,5.0,5.0,5.0,5.0,"I was looking to get into coding and was recommended by a friend in the industry who recently hired someone out of LearningFuze. I didn't know one bootcamp from another and wasn't sure which route to take, but hearing the actual success of someone who... Read More attended this one made me choose it. I had no background in coding before I came to LearningFuze, and I'd been out of a school setting for almost 10 years. The root courses were good prep for the actual bootcamp. They give you a solid foundation in html and css, and some basic exposure to javascript. You have to be ready to hit the ground running. It's easy to let the material fly past you if you aren't staying up on practice problems, prototypes, and projects. They teach you a topic then have practice projects or prototypes where you get to work with the concepts you just learned to help it absorb into your brain. You have to get good at asking questions and asking for help when you get stuck. There's instructors around for you to go to for help and they will even set time to take you aside and work one on one with you if you need it. It's a friendly, open environment. You might be shy about asking for help at first, but you'll get comfortable to do so early on. You get out of the program what you put in, so doing as much practice problems and side work as you can keeps your skills sharp and helps you learn more in the short time you have. They schedule people from the industry to come and speak on the industry and the hiring process. They help you make a thorough portfolio and resume, and give you practice interviews and white-boards. You develop a solid foundation in JavaScript, React, and whatever Backend Languages you may choose, but one great thing about LearningFuze is you get a lot of experience with Git and GitHub. All the past students that come back and speak to us tell us how valuable learning Git was for the actual job. They make sure you are job ready and help you get hired. That for me was the most important thing about spending this much money and time on a course.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +245934,10862,learningfuze,Tiffany Kim,False,2018,A real review,2018-12-12,5.0,5.0,5.0,5.0,"Initially, I wasn't sure of which program to attend because I was worried that they wouldn't be able to provide me with the right tools to become a web developer. After attending the program I realized how lucky I was to have chosen learning fuze. I wanted... Read More to pick the best coding bootcamp in Orange County since I wanted to go somewhere local and with confidence I can say I made the right choice. The full immersion at learning fuze teaches you a ton about web development and the best practices to get a job. They assist you after you graduate and even give you the opportunity to take other classes they offer even after you graduate for free. I believe this is important because I wanted a place that really takes care of their alumni's.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +241906,10862,learningfuze,Peter Nguyen,False,2018,A great experience!,2018-11-30,5.0,5.0,5.0,5.0,"Learningfuze is a great place to learn, develop, and gain confidence. the Learningfuze staff not only made sure you understood the material that would make you competitive in the job field but also made sure you understood how to showcase and talk about... Read More your self and work. This is a full package program in every sense and I would gladly recommend Learningfuze to anyone interested.The staff here are truly dedicated to helping you learn and grow. No one here gets left behind, the staff really makes sure to keep you engaged and constantly learning. They have been more then helpful to me and even spend time outside of their work schedule when available to answer questions and give insight to students to reach out.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +245758,10862,learningfuze,Edmund Park,False,2018,A Comprehensive Program,2018-11-17,5.0,5.0,5.0,5.0,"I chose to enroll at LearningFuze was because it was an establish bootcamp and I had heard good things about it. After completing their introductory courses it confirmed my decision to continue in to their full-immersion program.The emphasis on establishing... Read More the basics and making sure you started with a solid foundation was what I needed. Coming from zero programming knowledge, I was unsure I would be able to keep up. The staff is extremely dedicated and helpful in making sure you learn at a steady pace and don't get left behind. One of the biggest things I appreciate about the program is getting the full picture of what it takes to start a career as a web developer. The curriculum is about giving a realistic view of what is needed to succeed. It's not just about learning the right stack or the lectures/projects. Those are great, but it also includes getting you ready for the job search, how to network, opportunities for meetups and listening to speakers from the industry. You not only are taught technical knowledge but soft-skills that will help you come out of the program prepared to join the workforce.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +245614,10862,learningfuze,Mia Tran,False,2018,A great experience,2018-11-09,5.0,5.0,5.0,5.0,"LearningFuze was a good investment for my future career. I went to LearningFuze having little knowledge about web development and coming out with the ability to buil apps and learn and adapt to other programming languages quickly. I also get to meet people... Read More with similar mindsets and get to work in team setting that will prepare me for future work environment. In addition, the instructors are very helpful. I am so grateful to have learnt from them. I enjoyed my experience a lots, and highly reccomend LearningFuze.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +245516,10862,learningfuze,Michael Salvati,False,2018,A Wonderful Experience and Learning Environment,2018-10-30,5.0,5.0,5.0,5.0,"LearningFuze was a great experience. I had always wanted to learn how to code but just didn’t know where to start. Attending the Root classes at LearningFuze was a great intro and peaked my interest of code even further. The instructors do a great job... Read More of explaining each fundamental concept and are always available for individual help, which was awesome!Just like any bootcamp the pace is fast! Which is great and the best way to learn if you are serious about learning how to code. Daniel a senior Instructor at LearningFuze is one of the most passionate, dedicated and caring teachers I have ever had. He is one of the many things that make it such a great learning environment.The course is structured in a great way that not only builds your skills/portfolio but also teaches you how to prepare for interviews and job search the right way. I feel very prepared coming out of the class I highly recommend LearningFuze to those who want to learn web development.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +245504,10862,learningfuze,Esther,False,2018,It all started at LearningFuze,2018-10-29,5.0,5.0,5.0,5.0,"I just finished my 12-week Full Immersion program here at LearningFuze, and it was intense! But enjoyed every moment! I was once researching about bootcamps on switchup just like you. I took my chances and came in for their Info Session and decide to... Read More join the same day. Highly recommend starting with Root Level 1 (2-weeks), Root JS (2-weeks) and join Full Immersion Program. This is no walk in the park, it is hard especially coming from complete different background (Fashion Design) that has nothing to do with web development. But amazing instructors made sure you understand and willing to stay late and answer all your questions. You will get what you paid for. Even after finishing the program they are very helpful. Not to mention Seniors and Alumni's who are always there to talk to during this tough 12-weeks. You become LearningFuze Family! If you are still deciding, just stop by on Wednesday during Info Session and check-it out yourself. And if you see me just come and say ""hi"" and let's chat.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +245490,10862,learningfuze,Rachel Pan,False,2018,Accelerated Web Development Program,2018-10-29,5.0,5.0,5.0,5.0,"I can say without a doubt that this program is worth the money. I went through UCI with a double major in both humanities and science, so I've had my fair share of instructors and classes. I don't think I've ever been through a program where the teachers... Read More try so hard for you to suceed. The instructors are willing to set up extra classes for struggling students or even stay late to help students with their projects. Unlike a lot of university courses, this program endeavors to be current with the job market and teaches accordingly. It's a tough program and really pushes you to your limit, but with such a supportive staff, it's hard to fail.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +245298,10862,learningfuze,Jaytrin Apinchapong,False,2018,A Foundation for a Lasting Career,2018-10-16,5.0,5.0,5.0,5.0,"I am currently completing my last week of the 12 week program. I did plenty of research on coding programs and attended various information sessions within the OC area before deciding to join LearningFuze. I mainly joined because of how passionate the... Read More instructors are and the highly collaborative environment. Both were signs of great culture and I knew I wanted to be in an environment that would push me to reach my potential.Coming from a non-coding background, there was a level of uneasiness entering an unfamiliar industry. LearningFuze does a great job accelerating the knowledge of newcomers while still providing people with more technical backgrounds the level of challenge they need to grow. The curriculum has been refined over many years yet it still adapts to the skills employers are looking for, what students are interested in learning and the evolving best practices.This program doesn't just feed you a list of rules to abide by as you code. You learn the logic and reasoning behind the best practices to become a well-rounded problem solver who can tackle even the most unfamiliar of questions. Since it typically takes years of experience to even come close to mastering the intricacies of any technology, building the skills to prepare yourself for an ever-changing industry will providing a foundation for a lasting career.LearningFuze also provides assistance when it comes to the job search. Students go through a rigorous process to ensure their portfolios are ready to be shown to employers. Speaking and networking events are constantly being pushed to students and LearningFuze has its own network of companies to recommend students who have completed their portfolios to. LearningFuze also provides interview prep, resume reviews and lectures on how to optimize your job search.I truly believe in LearningFuze and hope that this review provides a glimpse into the value of the program. I had a fantastic experience and although I do not know what may have happened if another path was taken, I am confident that I made the right decision to join.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +245158,10862,learningfuze,Jhon Alino,False,2018,A Rewarding Experience,2018-10-08,5.0,5.0,5.0,5.0,"LearningFuze provides a pleasant learning environment with very helpful instructors. Dan is remarkable when explaining tough concepts; he breaks it down with simple analogies that helped me understand and digest the topic. The program is fast paced, intense... Read More and like most reviewers said you get what you put in. I, for the most part, spend 10-12 hours a day to learn and absorb the learning materials as much as I can, I only go home to sleep and shower. I thought I couldn't maintain that for 3 full months, but I did. How?At LFZ I was surrounded by like-minded, motivated people who want to learn to code as much as I do and I loved it! I'm not only learning from the instructors but also from my classmates, seniors, alumni and guest speakers from various tech companies. The curriculum gave us many opportunities to work together as a group. So we teamed up together, we got stuck on problems together, we solved programming problems together, and it was super fun and rewarding experience. As every night goes by, I looked forward to what I'm going to learn the next day. It won't be easy, but I knew I'm going to get a lot of help and support from the instructors learning the materials.Days and weeks passed by, and before I know it 3 months happened, 2 weeks later I got an internship in Irvine. 2 months into the internship, and I got a full-time job in Los Angeles. Doing a boot camp was a big decision for me. Like you I researched different ones and read reviews. I contacted a couple of boot camps, attended info sessions, and I decided I like to move forward with LearningFuze, and I'm delighted I did.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +243992,10862,learningfuze,Federico Lische,False,2018,From the perspective of someone with no prior programming experience,2018-10-02,5.0,5.0,5.0,5.0,"I am writing this review from the perspective of someone who had no prior programming experience before attending LearningFuze. Before I delve into the actual review, I want to take a moment to forewarn anyone who is currently mulling over attending a... Read More full immersion accelerated program. You should be 100% certain that you are able and willing to devote yourself entirely for the duration of the program. That means 12+ hours a day of schoolwork and studying. Every day. That also means that you should enjoy what you are studying. If you have a passion for what you are learning, you will soon be wishing there were more hours in the day. Your days will fly by. Tldr; be absolutely positive this is what you want to do. Passion is key. You get what you put into it.Now that we are on the subject of passion, every single instructor at LearningFuze has it in spades. If you are local, do yourself a favor and attend one of their info sessions. I attended numerous info sessions throughout Southern California and while all of them were very informative, none came close to the impression LearningFuze gave me. They were (are) completely transparent and they just give off such a genuine and friendly vibe. I trusted my instincts and went with LearningFuze. My advice is simple, attend their info session. Keep in mind that whichever bootcamp you do end up choosing, you will basically be living there for the next 3-4 months. I don't know about you but a friendly environment with positive energy is at the top of my list. I came from a career in the finance industry and had zero training prior to attending LearningFuze. Dan (lead instructor) has the rare gift of using the perfect analogies to explain a new concept to someone with no prior experience. His knack for finding the right wavelength for each individual student is something else. For those who are worried about not being challenged enough, he will make time to give you something more challenging. For those who feel afraid that they are falling behind (you will feel this way at some point - look up 'Impostor Syndrome'), he will make time to help you until you understand the subject at hand fully. LearningFuze is the top-rated bootcamp because of this man. The rest of the staff is great as well. They all have this infectious positive energy that resonates throughout the school. On a side note, taking the two root level courses before the full immersion will help immensely. I could not see myself getting through the full immersion without first going through Root Level One and Root JS classes. Do yourself the favor and take them. Do not rush yourself into attending the next available full immersion course if you are not ready, you will only be cheating yourself. You can read the other reviews below to get more input into the curriculum, instructor availability and job support. I have rated them all 5 stars.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +245004,10862,learningfuze,Sean Prouty,False,2018,Excellent Program,2018-09-24,5.0,5.0,5.0,5.0,"I have just wrapped up on the program and I am in my first week after completing the program. I wanted to throw in my two cents regarding my experience with learningfuze . Before I decided to join learningfuze , I did a lot of research regarding bootcamps... Read More in fear that they may not be as beneficial as I have heard. I had read a ridiculous amount of reviews and attended many info sessions and spoke with a great number of alumni spanning across multiple bootcamps i have narrowed it down to. The key things that had stuck out to me regarding learningfuze were transparency , post graduation support , in general all the support you are given and have access to during the entire program and after you graduate , with the one goal of getting a development job.My experience as I went through the program was exactly what all the reviews said , the testimonials I got from current students and alumni. You start the program learning fundamentals which will set you up for success down the road. You are constantly working on projects , pushing your boundaries , learning new things , and so much more. During my time here , I always had access to the resources I needed to succeed , if it was questions regarding code or resume or anything in between. One thing that I constantly heard was you get out what you put in , and that holds true here. It was tough work and there is a lot of work , but if you stick with it and put in the effort you will get everything you want out of this program .Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +244943,10862,learningfuze,Rebecca Martin,False,2018,A Quality Program,2018-09-18,5.0,5.0,5.0,0.0,"I have just wrapped up the 12-week full immersion program at LearningFuze and wanted to share my thoughts because I know when I was looking for a boot camp I wanted to read as many reviews as possible.LearningFuze was not the first boot camp I attended.... Read More I started out at another full immersion program in the area and I realized very quickly that I had made a mistake. Having spent two weeks at another program, I feel I have a unique perspective on the quality of instruction that LearningFuze offers.Here are a couple of the things that I found most important.LearningFuze focuses on coding fundamentals. You need to start with the basics and work your way up. The lead instructor, Dan, takes great care in making sure you understand the code you are writing and that you aren’t just memorizing the syntax without grasping the underlying concepts.If a boot camp is trying to teach you React.js in the first or second week of the program when you can barely write a for loop in Javascript, run away! You need a solid foundation in Javascript first, not just a couple weeks of ""pre-work"" classes.LearningFuze has plenty of instructors available to help you. One of the most frustrating things about the first boot camp I attended was the lack of assistance. There was one instructor for 14 students. If I had a question, I had to put myself in a queue and sometimes have to wait a couple hours if I was stuck while he was helping other students. What a waste of time! LearningFuze has at least seven instructors. I think the ratio of students to instructors is about 5 to 1. This makes it so easy to get the help you need. I have never had to wait very long at all to get the help I need and there are instructors on site almost every Saturday also.Once the boot camp ends, the instructors are still there for you, assisting with getting your portfolio put together and polished. There are also career services available that I will be using now that I have graduated. I haven't rated them yet, since I am just getting started with that part of the program, but I am confident that I will be satisfied with that aspect of the program as well.What you need to know:Doing well at a boot camp requires a tremendous amount of time and dedication. If you are not able to put in the effort, it won’t matter where you attend school. You should expect to be putting in about 12 hours a day and working on the weekends too. Make sure your friends and family know you will be MIA for about three months. It is challenging, but it is a great experience!Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +243526,10862,learningfuze,David A,False,2018,Constantly Exceeding Expectations,2018-09-16,5.0,5.0,5.0,0.0,"I am writing this review from the standpoint of completing 7 out of 12 weeks of this intense full immersion program. I still have 5 weeks left and everything about the program has been constantly exceeding my expectations.------------My prior programming... Read More experience:-HTML/CSS/JavaScript from codeCademy/freeCodeCamp-Java exposure from my previous logistics jobI had a lot of holes in my understanding of programming concepts and didn't know how to bring it all together. It was difficult learning on my own due to my limited knowledge and lack of mentorship.Which prompted me to start my search for a coding boot camp where the environment would push myself past my limits and build a stronger foundation in programming.How I found LearningFuze (LFZ):I inquired several coding boot camps around OC/LA through SwitchUp, CourseReport, and info sessions. LFZ stood out the moment I took up their free offer of sitting in on some of their lectures. The staff, current students, and alumni are very transparent about their boot camp experience. It was a breath of fresh air compared to some other institutions around the area, especially for someone who was brand new to programming.------------Why I chose LearningFuze:After a few days of sitting in on their lectures, I discovered that I loved the teaching style of Lead Instructor Dan. He breaks down problems to a human level/plain english to solidify the concept and then correlates that idea to the code. After a few weeks of sitting in on lectures here and there, I decided to bite the bullet and enroll into their Root Level One class (1 of 2 of the pre-requisite classes before joining full immersion)It was after taking the Root Level One class that I decided to really try and join the full immersion by moving on to their RootJS class (the second pre-requisite class before joining full immersion)I was amazed at how well the other staff could explain concepts and really relate to the student because guess what? The majority of staff have been through the full immersion and excelled at the program. There is a student-instructor ratio of 5 to 1,so help is never too far away. No need to worry about office hours because everyone at LFZ (including alumni) are reachable through the LFZ Slack channels. Whether it's fellow students, alumni, and staff; everyone is friendly and open about code that I feel it nurtures a great environment to have focused learning on programming.------------What is the full immersion like?The curriculum is INTENSE.A prospective student should take a Root class at LFZ and really see if programming is for them before proceeding any further.JavaScript, JavaScript, JavaScript!!!!!If there is something I could have improved on before joining full immersion is more practice with JavaScript. This was the same advice I was given by alumni, current students, and instructors. They were 200% correct, but I do not regret too much about beginning the full immersion at the level of JavaScript I knew at the time.Although the curriculum is well structured, it is fast-paced. I struggle every day, but it is all worth it because what I learn is so invaluable. Students are not only taught programming languages, but how to approach a problem and think of a solution. We are taught to break down problems down to a human level and translate our human solution to a coding solution.Expect to spend 10-14 hours Monday-Friday to learn from lectures, practice-problems, and projects. Maybe 8 hours on Saturdays to help catch up for when you fall behind (yes almost everyone will fall behind)The program is designed to have students fail. This is because the faster we fail, the faster we learn from our mistakes and keep moving forward. Students would rather fail during the boot camp than to fail at an actual job.The curriculum also covers whiteboard interviews and resume / portfolio building.As many other reviewers have stated before. You really get everything out of this program depending on how much time/effort you put into it.------------Advice:Be 100% committed, you will have to make sacrifices. Especially with Netflix, friends/family/significant others. Just communicate well with who need to keep in touch with.Communication is KEY! If you have questions, don't stay quiet! Just ask if you don't understand or else you will fall behind.Attitude. We are all here to learn, don't ruin it for others by being a jerk.DO NOT COMPARE YOURSELF TO OTHERS!To be honest, I still struggle with this everyday. I need to constantly remind myself that there will always be those better/worse than me. What I learned is that everyone from all walks of life can bring something to the table. So don't count yourself out so early in the gameIt's a marathon, not a race.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +244312,10862,learningfuze,Howard Kim,False,2018,Friendly and Accommodating!,2018-09-13,5.0,5.0,5.0,0.0,"LearningFuze is a great bootcamp with instructors who will do their best to solidify your JavaScript skills. I was always asking Cody for practice problems in the beginning to build my foundation and he was always willing to help and come up with new... Read More problems. Dan is excellent at breaking problems down and trying to make sure everyone is on the same page and understands thorogougly before moving onto the next topic. For any future students reading this, make sure you are disciplined enough to put in 10-12 hour days and even weekends. For the most part, I was always the earliest to arrive and last to leave because I knew that I would be distracted at home. It will be tough to want to study and code on the weekends, especially Sunday but it will make a significant difference. What's great is that LFZ is open on Saturdays with instructors being present. I took a part-time Javascript course for about 3 weeks at a previous bootcamp in the Irvine area and made the switch over to LFZ and I have no regrets - at the part time program, our homework was to do codeacademy and freecodecamp... The prototypes and the curriculum at LFZ are superior and you will get what you put in.Read Less",,Unknown +241110,10862,learningfuze,Christina Marie So,False,2018,Off to a great start in development,2018-09-09,4.0,4.0,4.0,4.0,"It has definitely been a wild ride at LearningFuze…I only say that because your really taken out of your comfort zone when you enter the world of development. From things you never thought you would have to think of and breaking down your own logic, piece... Read More by piece. Despite all the challenges that came from being a part of the cohort and changing my career completely, the staff and even the people in my cohort were very helpful and supportive. The environment was definitely filled with down to earth people that really cared about one another and would be some lasting friendships for years to come.One thing that I especially liked about LearningFuze was that despite graduating, all the lectures and materials are still available to you for however long you may need them. They definitely keep in contact with each cohort to see how everyones doing and to make sure that everyone is on the right track in terms of getting a job; as well as providing mock interviews, resume reviews, and portfolio reviews/approval even after the cohort. Seeing where I stand 6 months after I officially started in development, I would say that I am definitely grateful and glad that I went through the cohort…I finally found what I’m passionate about and coding happens to be it!Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +243332,10862,learningfuze,Duy Nguyen,False,2018,"It won’t be easy, but it will be worth it",2018-09-01,5.0,5.0,5.0,5.0,"If you’re passionate about programming and/or serious about becoming a developer, then LearningFuze is the right place for you. You’ll learn so much about web development during the course of the program. It won’t be easy but if you have the determination,... Read More then nothing can stop you. The instructors at LearningFuze are very friendly and helpful. They will stay late after class to help you with questions and concerns. After the program, there’s also help available with portfolio building and job hunting.I was an accounting, but now I’m a web developer. I’m very happy with where I am right nowRead Less",Software Engineering,Software Engineering +242209,10862,learningfuze,Keith Silcock,False,2018,"Whether you have previous coding knowledge or not, this is probably the place for you",2018-08-25,5.0,5.0,5.0,5.0,"I had programming experience prior to joining this boot-camp but many of the people in my cohort did not. Learning Fuze does a great job at sparking interest in new comers while also giving veterans the challenge they want and need. If you're planning... Read More on becoming a web developer, this school teaches you everything you need to get your foot in the door.They also do a great job fostering a fun environment. You're always welcome so even if you don't walk out the door with an opportunity, their doors are never closed and they are always very willing to help you on any project (even if you have a job, they are still willing to help).Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +240620,10862,learningfuze,Gerald Blackmon,False,2018,Everything you want from a boot camp,2018-08-16,5.0,5.0,5.0,0.0,"This program is beyond exceeding my expectations. Coming into a program that is as condensed and accelerated as a boot camp, I was very concerned on the quality of education I would be receiving. I was quickly relieved as the instructors are extremely... Read More knowledgeable. Of course they teach the material, showing great knowledge of the code itself, but they teach more than just syntax and language. A main focus is the thought process behind every decision, and how to arrive at the correct solution for the problem you are currently facing.I would suggest this program to anyone that is looking to get into software development.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +243760,10862,learningfuze,Dan S.,False,2018,Learning Fuze - the well organized bootcamp ,2018-06-24,5.0,5.0,5.0,5.0,"My first impression from attending the Learning Fuze info session was that it seemed most open, organized and welcoming. Unfortunately, I ignored my gut intuition to go to Learning Fuze and chose to attend a different program... it was a huge mistake... Read More a waste of time. I spent 6 weeks going to a different bootcamp that had no proprietary course materials and the coursework/homework that was given was from free learning sites such as CodeAcademy. After about 6 weeks at the other bootcamp I decided it was not right for me, and I made the switch to Learning Fuze. Unlike at the other bootcamp, in order to even get into Learning Fuze I had to take a skills assessment, and two interviews (in person and over the phone). I also had a white board with the lead instructor due to trying to get into the current cohort. The questions during the white board session showed me how much I did not know. I decided to take the two root courses and then start the next cohort. During the root courses (the pre-courses before starting the full immersion cohort) I learned more than I did at the other bootcamp in 6 weeks! The full immersion course was paced well and had great flow. The first week and a half or so was review from the root (pre-courses) but with more depth and detail. Instead of simply memorizing how to do things, you learn what, why, how, when etc... to use/do things properly. Also the course is geared towards helping with job interviews and on the job situations. There are hackathon projects, solo projects and a large group project along with other problems/projects if you choose to take them on. Learning Fuze also hosts meet ups, employer talks, alumni talks, etc.. I believe that structure and organization is very important in any business/school. Learning Fuze has that in spades, but Learning Fuze also believes that everyone learns differently so while following the course, they are willing to go the extra mile to help you succeed. They will try and answer your questions in different ways with examples and analogies, so you can try and relate/understand things. I understand why they're rated so high and ranked #1 in Orange County.Read Less",,Unknown +238811,10862,learningfuze,Jeffrey Lieu,False,2018,So glad i chose LearningFuze,2018-06-21,5.0,5.0,5.0,0.0,"LearningFuze is an amazing place to learn about coding, and it is definitely a school that TEACHES coding. The teachers here are amazing also. They help you anyway they can and explain in a way that you will understand. I came in not knowing more than... Read More how to check my email and facebook to being able to make games and I am currently designing an app as my final project. The wealth of knowledge the teachers have here is amazing, especially the head instructor Dan Paschal. There is ALWAYS someone able to help you and if you need extra help they make the time and effort for you. There is a deep amount of dedication needed to finish the program, but as long as you stick with it, and ask questions you will get alot out of the program. I highly recommend this place to start your career in software development here.Their curriculum is extensive ranging from HTML5, CSS, Javascript, JSX, REACT, PHP, Node.js, MySQL and othersRead Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +237459,10862,learningfuze,Brett Albright,False,2018,A life Changing Experience,2018-06-06,5.0,5.0,5.0,5.0,"Although I had always maintained a passion for computers since my earliest days, my career path had instead taken me on a winding road into the healthcare field as a Respiratory Therapist. At dinner one night a long time friend of mine named Scott, who... Read More knew of my technical passions and who also happened to teach web development at LearningFuze, asked if I would be curious in checking out the full immersion program because he thought I would really enjoy it. I decided to take him up on the offer, quit my job a week after the info session, and turned in my application for admission. It was the greatest decision I have ever made. Because web development was new for me I made sure to attend the root classes which were incredibly helpful. It is a great way to get a feel for what the program will be like, and for those who like me have little to no experience in programming they are a godsend for making the material digestible. They serve as an excellent primer for people new to coding, and because the root classes are included in the tuition it is a no brainer to attend them. I was warned many times by the staff prior to the full immersion start date that it would be difficult and require about 60 hours a week of hard dedicated work to succeed, and the warnings were fully justified. As someone who easily scored in the top levels of my college courses I thought I would once again be “the smart guy in the room” and I could slip in under those numbers, but i quickly learned that I was surrounded by people who were much smarter than me and that I would need to squeeze in every extra moment of work I could to keep up. It was a wonderfully humbling experience. While it is often said that it is people that make the difference in an educational environment, nowhere is that more true than at LearningFuze. From my initial meetings with Monique, Bill, and TJ during the application process to my interactions with the instructors Dan, Tim, Collette, Andy, Cody, and of course my friend Scott (who showed no favoritism and always made sure to keep me on task), I was surrounded by a team of dedicated, knowledgeable, and most importantly, helpful people who would do anything in their collective and individual power to help me and every other student succeed. I have never been in a work environment that I enjoyed visiting so much each day. The curriculum hit all the bases. HTML, CSS, JavaScript, jQuery, React JS, Redux JS, PHP, Node Js, APIs, AWS, Github, whiteboards, technical assessments, scrums. You name it, we were submerged in it. I must admit that often during the cohort I suffered from a feeling of being behind, which was shared universally among the students because of the deluge of information that was laid before us. But, the reality is that in a few short months the team of instructors had taken a classroom of strangers and turned them into a group of dedicated programming teams. By the end of the program every student had served an integral role in the planning and hands on development of full fledged web applications from beginning to end, a feat of which I did not believe I was capable of only a few months ago.The system of education LearningFuze has cultivated over the last several years is not flawless but I as a long time college student I can say it is head and shoulders above the educational experiences I have had previously. In a field where the principal focus is on the practical application of programming ability, LearningFuze rightly keeps its educational focus on real world development. If you put the proper time in and listen to all the advice the staff offers during the cohort, you will learn to program. One of the unsung heroes of LearningFuze is their extensive employment assistance. There are lectures and exercises on resume building, technical portfolio creation (from start to finish along with in-depth feedback), mock interviews, field trips to tech companies with a track record of hiring LearningFuze graduates, and all the information a junior level programmer starting in a new and competitive field needs. I have been told that many people do not fully avail themselves of this aspect of the program, but in my opinion it is instrumental to success. I would be remiss if my glowing review up to this point of the full immersion invited the idea that all was peace and happiness during my time at LearningFuze. I have already mentioned that my status of “smart guy” was immediately and often called into question (by myself not others, the instructors were always supportive even when I asked the same question for the hundredth time), but you must be prepared to have days where you walk away feeling beat up by logic and concepts that can only seep into one’s mind after they marinated for a week or two. We were told on the first day of class by Dan the “Yoda of Programming” (a well earned title) that this class would be the hardest thing we ever did, and he was entirely correct. The “Valley of Despair” is a real place that must be faced by all programmers, but thankfully LearningFuze provides an environment which takes at least some of the sting away. Perhaps the greatest measure of a person’s feeling about a decision that they have made is whether or not they would make the decision again given what they know of the decisions outcome, and in that regard I can say that I would gladly do so. During my time at LearningFuze, I not only learned the intricacies of web development and what I was capable of doing when pressed, but I met friends that I know will last a lifetime, and I finally got a chance to follow a long held dream. If you are thinking of going to a bootcamp to learn programming and change your life like I did, make sure you keep LearningFuze on your shortlist of schools, you won’t regret it.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +243563,10862,learningfuze,Mark Nemenzo,False,2018,"Great learning experience, great staff!",2018-06-05,4.0,4.0,4.0,4.0,"My experience at LearningFuze has been more than excellent, it changed my life, and the way I see the world. I’ll start by saying, this course anything but easy! Expect to spend several hours a day studying, six to seven days a week. While the program... Read More was difficult, it was also one of the most enjoyable experiences I have ever been through! From learning core Javascript, to more advanced languages like React, your personal knowledge and capability to understand abstract concepts will pushed to their limits. Coming from twelve years of experience in the medical field, our pattern of thinking is based on seeing the big picture when evaluating a patients condition. While it is a very useful skill in the hospital environment, coding requires a much more refined way of thinking. LearningFuze program is geared towards teaching the student to break down a problem into its smallest parts. All the instructors here are great at helping you understand this way of thinking, and are more than happy to help you as much as you need. Remember to ask questions! They encourage you ta ask questions here, and you should take advantage of this fact! Do not be afraid to ask! Overall, the experience has been nothing but amazing, from the challenges that you face, to the staff and your fellow students, you will never meet a more welcoming group of people. Special thanks to all the instructors and staff here at LearningFuze for such a wonderful and challenging experience!Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +242253,10862,learningfuze,Andrea W,False,2017,"Great culture, get ready to learn!",2018-05-23,5.0,5.0,5.0,5.0,"What drew me to Learning Fuze was industry team skills and the curriculum. In addition to Javascript and React, we learned industry skills such as git(version control), Github, agile/scrum development, and task management. These skills proved to be valuable... Read More in my job search (and useful in my first week on the job!). I give the curriculum 5 stars since I focused on the front end aspect of development. Dan does an excellent job covering the fundamentals of Javascript in the first half of the program. The React lectures in the second half were well organized and up-to-date since Scott spends time refining his lessons. There are also awesome instructors/TAs that are always there to help you with any question or problem. Tim, Andy and Cody were always patient, positive and helpful with all of my questions and problems. If you are looking to learn algorithms and CS fundamentals, you will need to learn this in your own time, but is not necessary to land a job. I worked on programming 7 days a week, with many 10-12 hour days. I entered the program with almost a year of self taught coding knowledge and this was very helpful in that I was able to digest the material quicker. I landed a Software Engineer job within 2 months of graduating. Get ready to work equally as hard during the job search. It is no guarantee you will get a job, but LFZ gives you all the tools to help you. Also, if you are a board game fanatic such as myself, there is a HUGE collection of games to play during lunch! Not only did I learn the skills, but I met many wonderful people who love problem solving as much as I do! Great culture, get ready to learn!Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +240030,10862,learningfuze,Joshua Chang,False,2017,Glad I chose LFZ!,2018-05-05,5.0,5.0,5.0,5.0,"I've researched bootcamps for about three to four years, seen ""high-salary guaruntee"" bootcamps go under, and other well knowns be reputably sucessfull! In the end, I realized, I just needed to choose one place where I can learn practical hands-on code... Read More in ""classroom"" setting (bc that's how I learn best!). Finally, after a friend refered me to LearningFuze, I decided to end my search, choose this bootcamp, and run with it. To do this day, I believe I have made one of the best decisions of my life! I literally went from being confused with Javascript to building extensive web apps in React.JS! Something I only dreamed of doing! LearningFuze's full immersive environment and cirricucullum was really well structured that it enabled me to absord the hard skill of a developer! All of the instructors built up my hard skill of coding, which then coupling with my soft skills and previous work experience, was able to get me a job at an awesome tech company of dreams! Thank you, LFZ!Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +240698,10862,learningfuze,Jeffrei Cher,False,2018,Great learning experience and classmates!,2018-04-27,5.0,5.0,5.0,5.0,LearningFuze gave me all the tools and environment needed to learning and become a successful web developer. There was always an instructor that I was able to get help from and an endless supply of prototypes for me to complete and learn from. The environment... Read More at LearningFuze is what I enjoyed the most. I was surrounded by hard-working passionate individuals that pushed me to become the best version of myself. LearningFuze was a life-changing decision for me and i'm glad that I chose this program!Read Less,Full Immersion 12-Week Program,Miscellaneous and General Tech +238911,10862,learningfuze,Ryan L.,False,2017,Attended with a non-technical background,2018-04-25,5.0,5.0,5.0,5.0,"First and foremost, attending LearningFuze was the best decision I could have ever made for my career path. Coming from a non-technical background, I came into LFZ with limited knowledge on HTML, CSS, and JavaScript. However, prior experience in tech... Read More is not required to jumpstart your career as a developer. There are pre courses that are provided to make sure you are up to speed in regards to the technologies at the start of the full-immersion course. Throughout the course, you will learn a whole lot and feel that you have the potential to become a professional developer with job-ready skills. The instructors at LFZ were extremely helpful in a way that they guide you to find solutions for yourself. During my time at LFZ, not only did I learn how to build websites and web applications, but I learned how to pay attention to important details in code, how to ask questions, and how to solve problems. The staff at LFZ have shown that they really care about the success of their students and will put out a helping hand every step of the way whenever needed. Ultimately, I have become a professional Software Developer without prior technical experience. You can't go wrong with picking LearningFuze!Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +240479,10862,learningfuze,Collin Wong,False,2017,Great Experience,2018-04-11,5.0,5.0,5.0,5.0,"LeaningFuze helped me change my life and get my start as a Web Developer.If you are willing to put in the time and effort, you can go from a person with zero or little experience to someone who can build applications from scratch. This program not only... Read More teaches you how to be code well by yourself but how to work as a team.I highly recommend the program!Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +243431,10862,learningfuze,William Cheng,False,2018,Instructors were incredibly helpful and extremely knowledgeable of web development,2018-03-29,5.0,5.0,5.0,5.0,I had a great time in LearningFuze. I came into LearningFuze with no prior experience with computer science or coding. LearningFuze guided me down the correct path to learn Web development as well as a route to employment. I recommend LearningFuze to... Read More anyone with a self drive to learn and a passion for computers.Read Less,Full Immersion 12-Week Program,Miscellaneous and General Tech +243132,10862,learningfuze,Lori M.,False,2018,Best bootcamp around!,2018-03-22,5.0,5.0,5.0,5.0,"I am a recent graduate of LearningFuze and couldn't be happier with my experience. Be prepared for long hours and hard work, but also a really good time. It's safe to say that it was one of the best learning and growing experiences of my life. And the... Read More best part is you come out on the other end with a valuable skill that will help get you a job!I come from an administrative background and was bored with my career. I had dabled in a tiny bit of HTML and CSS, but basically no programing knowledge before I entered the program. After I graduated I spent four weeks building up my portfolio and after a week and a half of appplying for jobs, I had two offers. So a month and a half after graduating I am officially a web developer.If you want to go to a boot camp, you won't find one in Orange County better than LFZ. The instructors and staff are amazing - big shout out to Dan and Scott who teach you solid fundamentals that will guide you through not only Javascript, but help you adapt to other programing languages. The entire staff cares about the students and helping them achieve their goals. Doesn't get a whole lot better than that.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +243057,10862,learningfuze,Sangwoo Kim,False,2017,Greatest Experience,2018-03-21,5.0,5.0,5.0,5.0,"I recently graduated from Learning Fuze. I came from nothing. I had no programming experience at all before I came to Learning Fuze. But I just wanted to say that everyone can do it with Learning Fuze. Although this course is extremely comprehensive and... Read More intense, it is worth it. You don't need any prior experience or any related education in order to success. However, you only need one thing. That is commitment. The hours of this program is 10am to 6pm. But I usually was at Learning Fuze 9am to 9pm everyday which is 12 hours a day. I even study when I get home. Friendly instrutors are always there to help you. Whenever you need help, all you need to do is ask questions. They will always be there to help you and will teach you until you understand.You don't just learn how to code better from Learning Fuze. You will learn the culture of this industry. You will learn how to ask better questions and get right answers when you don't know. You will learn how to handle issues quickly. You will learn latest technologies.It was really great experience.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +240543,10862,learningfuze,Keaton K,False,2018,Best school experience I've ever had!,2018-02-28,5.0,5.0,5.0,5.0,"Over the course of my life I have attended multiple different schools and experienced all types of teachers and teaching styles. Overall Learning Fuze is the best school experience I've had to date. It is not repetitive lectures with boring homework.... Read More It is a fast pace and dynamic school giving you hands on experience coding. Learning Fuze starts you off running and keeps your running till the end of the program! It might seem like too much work at times, but the instructors here are always there to help keep you on track with the course. If you are falling behind, the instructors make it their duty to catch you up! Also as a junior you have access to your senior class who will help you anyway they can if you ask! Along with all of that, the staff is very active in helping you find a job after the course is over! They are not about pumping people through there program. They want to see their students succeed! Overall It seems like Learning Fuze has it all.Read Less",,Unknown +242321,10862,learningfuze,Jonathan Tiritilli,False,2017,"Excellent, Requires Commitment",2018-02-14,5.0,5.0,5.0,5.0,"I've been a student at LearningFuze for 2.5 months. I've nearly finished the program, and I have had an excellent experience thus far. The instructors provide a significant amount of lecture time, as well as projects that utilize the methods learned.... Read More In combination with my personal studies has provided an extremely solid base of CS knowledge and practice. In the past 3 months I have had nearly 800 hours of hands on coding time. The program requires a substantial time investment, and I've committed approximately 12-14 hours per day, five days per week, with about 6 hours or more on the weekends. This is an INTENSIVE and IMMERSIVE program, that is intended to take you from knowing nothing, to knowing enough to work in the development field. We train extensively on JavaScript, jQuery, MYSQL, ReactJS, NodeJS, PHP, as well as other frameworks. It is a lot of information. Be prepared to commit your life to it for 3 months. I've had a wonderful experience with Dan, Scott, Andy, Cody, Collette, and all the other staff/instructors. They are all very knowledgeable, and I feel prepared to go step onto a job after this. In addition to that, they provide a significant amount of help building and filling out a portfolio to demonstrate the coding capability that we developed in the program, and to build a resume that expresses our knowledge to potential employers. Overall, I would say that I had a positive experience and would recommend the program to anyone who can be committed to it.Read Less",,Unknown +242319,10862,learningfuze,Parker R,False,2018,Worth Every Penny,2018-02-14,5.0,5.0,5.0,5.0,"Currently I'm midway through week 3 of this course so I thought I'd share my experience thus far. I have never learned so much in such a small time period. As of today I am about 1 month past the first day I wrote a line of JavaScript. The the comparison... Read More of both my knowledge and the actual code I wrote then versus now is tantamount to that of a 10 year old's soccer team vs a high school varsity team. Still a long way away from someone in the world cup but I certainly have a firmer grasp of the rules. When interviewing for this bootcamp (as well as in the info sessions) they tell you that in order to be successful in this program, and as a developer in general you have to truly commit yourself to the process of learning and applying your newfound skills. They said the commitment generally looks like 10-12 hours a day during the week and 2-4 on weekends. They didn't lie. We are typically introduced to a new topic every day and then do exercises to try to understand that topic. Unless you are already an experienced coder, the official 8 hours of class time isn't going to be enough for you to really understand all the topics and how to implement them properly. For a frame of reference: I am not the fastest person in the world at picking up these topics but I am also not the slowest. I am usually in class 12 -13 hours a day, 15 on Thursdays. That certainly may not be required for everybody that goes through this program (and isn't the case for some of my classmates) but it is for me. At least in order for me to not feel like I'm lost and falling behind. That being said, I am enjoying most of my day, everyday. When I don't its just because I am getting frustrated with something I'm stuck on, but thats just the nature of programming, not this course. In fact, if the instructors weren't as good as they are I'd be having a way harder time. Fortunately, the instructors are excellent. They are always willing to help or find someone who can if they aren't sure and aren't an expert in that area. Dan, the lead instructor is absolutely amazing at his job. He presents everything in a manner easy enough to understand at whatever level you are at at any given time. His metaphors and analogies to get people to understand things are borderline art and are the most useful I've ever heard, bar none. If a particular comparison doesn't work for you he'll use a different one that may fit more in line with your personal life experience. All Hail Dan, King of Comparisons.I'm not going to sugarcoat it for you, this is definitely the second hardest thing I've done. I once attempted to walk across the US and the tenacity required when you are on hour 11 of that day and nothing is clicking, is nearly at that level. That being said, If you like problem solving (especially surrounding logic) you'd love this course. Learning on your own online is exponentially more difficult. I can't count the number of times since I started here that I've asked a clarifying question that completely changed the way I look at some concept. You just simply can't do that in an online course, at least not in such detail.$12,000ish is approximately 1 shit-ton of money to me (and probably to most people) but the teaching and support from the staff as well as the help from the senior class has made the investment worth it thus far. As long as you put in the time and effort, this program is very effective.Read Less",,Unknown +242178,10862,learningfuze,Chris,False,2017,Best Bootcamp Ever!,2018-02-06,5.0,5.0,5.0,5.0,If you're worried about attending a bootcamp DON'T BE! especially if you're attending LearningFuze. Programming can be daunting at first but LearningFuze's approach and environment are great. The lead instructor Dan was phenomenal no matter how many questions... Read More I asked or anyone from my cohort asked he was right there with a great explanation and as they're called Danalogies. LearningFuze's stack is great and they really make sure they teach you the basics so learning and comprehending the more difficult concepts is easier. After graduation they were right there every step of the way to make sure I got a job. If you're willing to put in the work and follow their directions there is no reason you shouldn't land a job.Read Less,Full Immersion 12-Week Program,Miscellaneous and General Tech +242160,10862,learningfuze,Shawn L,False,2018,Amazing Experience,2018-02-05,5.0,5.0,5.0,5.0,"I came into LearningFuze with very little knowledge of HTML, CSS and programming in general. My previous experience has been in the financial industry as an operations director and manager but I was looking for a career change after leaving my former... Read More employer. I went to an info night expecting to receive a sales pitch to enroll but that was not the case at all. I met Dan and could see his passion for coding, teaching and helping others learn. He was very direct in describing the program and commitment required so that anyone interested really needed to understand what they were in for and if it would be the right choice for them. I decided to take the part time classes and see how it went before making a commitment to enter the full Immersion 12-week classes. Understanding and learning these new topics did not come easy to me at first but I quickly realized this would be my new path.I am now 8 weeks into the full immersion class and cannot believe how much I have learned already in just a few Months since that info session. All the instructors have been extremely helpful and have made sure I understand and learn the fundamental concepts behind any questions I ask of them. The hours are no joke while learning here, I have spent about 12 hours a day during the week and 6 hours a day on the weekends so far. I have been provided with a ton of information, receive daily lectures and exercises to complete also videos from previous classes to help. With the skills I am learning I am confident I am being prepared to enter the workforce again and land a great job.Besides programming skills, we are also being taught about what to expect in the workplace and how to prepare for it by working on groups projects, GitHub workflow, whiteboards, resume building, presentations, interview preparation and portfolio building just to name a few things. I am seeing previous graduates land jobs regularly. LearningFuze also hosts local tech company speakers and meetups periodically so if you enter the course be prepared to be very busy.I see that success is ultimately based on how hard you work at this. This is not a normal High School or College learning experience so if that’s what you are used to expect a big change. This learning is more like what I have seen in my work experiences. Coding will challenge your logic skills and is not something you can conquer with memorization. I am very happy I made the choice to enroll at LearningFuze and can’t stress enough the support I receive daily from the school’s instructors and students alike. Despite the long hours I look forward every day to learning more and am having fun doing it. LearningFuze has exceeded any expectation I had.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +238466,10862,learningfuze,Chris Kim,False,2017,Career change was worth it,2018-01-08,5.0,5.0,5.0,5.0,"I completed the 12 week course in December 2017 and what an intense exhilarating journey it was. I wanted a career change from working in retail and I always had a knack for technology. Coming in with no prior experience, I had a hard time trying to learning... Read More so many things so fast, but coming in everyday learning the material and practicing, practicing, and more practicing I never would have thought I could be where I am at today in my web developement process! The staff is amazingly dedicated and so helpful! Dan, the lead teacher is literally there for 10-12 hours a day willing to help and Andy and Tim are really knowledgeable and are always happy to help you with any issues. Since I have graduated Learning Fuze, TJ the program manager has helped be prepare my portfolio and go over my resume and I know I will be well prepared as I start looking for jobs in the real world later this month!Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +240408,10862,learningfuze,Francis Gerard Redido,False,2017,A fun labyrinth of coding knowledge where you come out a new person!,2017-12-07,5.0,5.0,5.0,5.0,"Coming from a medical background and no prior major background in coding, it was an ease morphing my thought process. If you're on the same spot as me, then I'd highly recommend going into their preliminary/prep courses ROOT level 1 and ROOT JS just to... Read More get a feel of the learning environment which I think is pretty solid, intense but cozy. LearningFuze makes sure you get every tiny bit of coding knowledge to the bone and simulates as much as they can what i'd be like in a dev environment by holding cohort hackathons and collaborations with senior and junior cohorts with their projects. They also hold meetups, game nights and dev talks every now and then which I think is pretty awesome! Instructors are super friendly and some of them are seasoned alumni so they can pretty much relate on what you're going through. They'll assist you from ground zero till you get a job as long as you'd put effort yourself. This isn't a cakewalk, whatever happens after the program is tantamount to the effort you put into the program. You're investing your time, money and effort into this, if you don't squeeze every juice out of it then you're only letting yourself down.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +240391,10862,learningfuze,Nico Chavez,False,2017,Great Program,2017-12-07,5.0,5.0,5.0,5.0,"I came into LearningFuze with prior experiance in web development and have to say that it was a great experiance, even for someone with experiance. The instructors dive deep into the root fundementals of programming for the web as well as job hunting.... Read More Would highly recommend to anyone motivated and willing to put in the hours.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +240370,10862,learningfuze,Jeffrey Pau,False,2017,"Words synonymous with Learning Fuze: Intense, family, fun.",2017-12-06,5.0,5.0,5.0,0.0,"I am currently half-way through the 12 week full immersion program, and I love it.So why did I describe LFZ (Learning Fuze) with those three words? Allow me to explain.Intense. Learning Fuze is going to be one of the biggest commitments you will make... Read More in your life. You will get out of this program just as much as you put into it. That said, there are great instructors here always willing to help that make your life so much easier. I'm by no means the hardest worker here, but I can see so much improvement in not just myself but all of those around me that is unparalleled to anything I've seen in any colleges.Family. When you come to LFZ, you are committing yourself to over 12 weeks of 10-14 hour days here. All of the staff and all of your cohort buddies become your family. You build bonds with them second only to your own relatives. Fun. Despite the fact that you will be drowning in things you can learn, it won't stop you from having the time of your life. I have enjoyed these 6 weeks beyond measure and I know it will only become more so as I continue in this program.If you are reading this review and aren't sure if LFZ would be the right fit for you, the question you really should be asking yourself is ""How much am I willing to invest into this?"". If you are enthusiastic about programming and are willing to invest the time, this is the right place for you and I wouldn't wait to come here!Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +240338,10862,learningfuze,Soren Baird,False,2017,A Well Established Program in the Orange County Community,2017-12-05,5.0,5.0,5.0,5.0,"I am very thankful that I chose to come to LearningFuze. Five months ago, I left a job in HR, with hardly any technical background. And now, I just started my first job as a web developer. LearningFuze accelerated my ability to successfully transition... Read More to a new career. Though there is still a ton that I don't know, I am surprised and how much I was able to learn in 3-months. More than anything else, LearningFuze laid the foundation to continue learning and have categories to place that new information. There are a lot of things I could say, but I'll focus on two major strengths that stand out to me about LearningFuze: 1. Post-Graduation Support2. Job SupportPost-Graduation Support: I've had the experience at other schools of being cut-off from the community as soon as you graduate. This was not at all the case with LearningFuze. They have a dedicated room for Alumni and I always felt welcomed. After graduation, the staff continued to invest time and energy into me, my portfolio, and my job search. If you continue to invest the time and effort, LearningFuze will continue to invest the time and effort until you find your first web developer job. Job Support: LearningFuze provides amazing networking opportunities and job support. Because they have been around for multiple years and have an established staff, they have strong connections with companies in the greater Orange County area. These connections will often be the foot in the door for a new developer. I want to give a specific shout out to TJ Kinion. TJ does an amazing job of getting to know students, informing students about job opportunities, connecting students to networking events, and providing resume and interview guidance. I owe much of my current opportunity to his work and support. If you are looking to restart your career, and you want to pursue Web Development in Orange County, I highly recommend this program. Feel free to check out my LinkedIn at: www.linkedin.com/in/soren-bairdRead Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +239635,10862,learningfuze,Matthew Geller,False,2017,Everything I needed – from beginning to code for the web to landing my first job,2017-11-16,5.0,5.0,5.0,5.0,"LearningFuze took me from my first taste of web development, through building my own live website, to support during my job hunt. The curriculum starts out with regular assignments and lectures. Later, the structure of the class becomes more typical of... Read More what you would see in a real-world development environment: project focused, working both individually and in teams. Through it all, there is plenty of support available from the instructors.Just a few weeks after the end of official instruction, I was hired as a web developer thanks to a connection I made through TJ, one of the instructors. One of the first things I noticed at my new job was that I already felt comfortable in a working development environment. LearningFuze was able to emulate that environment so faithfully that I entered my new job already with a sense of how the day-to-day proceedings worked.Definitely the best investment I’ve ever made!Read Less",Web Development,Web Development +238823,10862,learningfuze,Matt Denney,False,2017,An excellent investment under one condition...,2017-10-14,5.0,5.0,5.0,5.0,"You have to actually try really hard and put the time in. If you aren't willing to do that, then I do not recommend. However, if you are willing to work, then LearningFuze is the perfect place to be. You are surrounded by knowledgable and helpful people.... Read More You are taught the necessary skills for being successful in a working environment. I learned a ridiculous amount in three months and I'm excited to say that I landed an awesome job just a month after graduating. I'd say that it's definitely worth it because I am now set up for a long term career.Dan, the head instructor, is an excellent teacher because he can boil relatively complicated ideas down to his ""Danalogies"" (Dan + analogy). If you don't understand something, he'll personally take time to make sure you get it. Also, the other instructors are always there for answering questions and they all foster a good learning environment. All of the teachers and students were friendly and I enjoyed spending time there. I miss it now that I'm gone.Some advice: During this course, you need to find a way to make yourself passionate about web development. If you can get yourself to wake up in the morning and be excited to learn, then you will succeed. Find things you are already interested in and figure out ways to incorporate them into websites or applications. Also, invest in some decent headphones. I find that good music is essential for good coding.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +238753,10862,learningfuze,Dennis Dang,False,2017,This was the bridge between my stumbling around to a laser-focused path into a new world (of development),2017-10-12,5.0,5.0,5.0,5.0,"For background, I've started programming 13 months ago, going through multiple online resources to learn even just the basics of Javascript, HTML, CSS, etc. For 8 months I struggled day to day on whether I'm optimizing my education. Hell, with so many... Read More resources online, the first half of learning is picking the right resources, and the second half is actually the learning.Needing a clear goal and plan to development, I invested all my energy into LearningFuze, 10-12 hours a day for 12 weeks. I came in with the attitude of only success. I literally couldn't afford failure. And LearningFuze was the perfect choice for that. It was clear to me how excited and invested they were in their students. I wasn't even a paid student yet before I came around to personally check out their program. The team let me sit in on lectures and use their spare rooms to study to get a feel for their 'campus,' aka office. Their commitment to my education was simple: They gave me the food while I ate everything and asked for more. The difference between my learning on my own to having a cultivated learning environment was not just the facts - the facts are out there to look up - but the access to an insider's POV and experience in the development field. Our instructors were a constant source of guidance for everything, from learning how to code to learning how to learn as a developer*. Every wall that I hit and failed to climb, Dan or Tim were there to lay bread crumbs. Anyways, woooh. It was a fantastic 17-week struggle before I got employed. But 17 weeks! Just 17 weeks and I completely switched life tracks. Long story short, it was not easy. But it was made easier having an open mind to critiques and knowing to ask for help when needed. As a program, I have full faith in their ability to adapt and grow with the market. It is led by some amazing heads that are willing to listen and improve/mold their program to their students.Thank you: Dan, Scott, Tim, Andy, Collette, TJ, and Bill.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +238749,10862,learningfuze,Austin Violette,False,2017,Best Bootcamp in California,2017-10-12,5.0,5.0,5.0,5.0,"I just recently graduated from learningfuze and without a doubt I can say it was the best learning experience of my life. Before the program I was pursuing my degree in Computer Science and working as a junior developer for a family owned company. I found... Read More little enjoyment in my work because I had almost no knowledge in programming. Learningfuze helped me to develop skills in html/css/js/react/node/php. Now, not only do I enjoy programming because I'm finally capable of writing complete code, but I also enjoy learning in general. Learningfuze taught me how to learn like a developer and take creative approaches to problem solving. I feel much more confident in pursuing my degree and expanding my programming knoledge.As for the instructors of learningfuze.Bill, Dan, Scott, Andy, and Collette are the reason I was successful in this program. They all have an unbelievable passion for programing and love to help others. No matter how much a student stuggles in the course, they will always go out of their way to ensure the student catches up and has a firm grasp on the subject. I would recommend learningfuze to anyone who enjoys a challenge and truly wants to pursue their career as a programmer.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +238497,10862,learningfuze,Caleb,False,2017,3 months well spent!,2017-10-05,5.0,5.0,5.0,5.0,"Spending the last 3 months at LearningFuze has been a great experience! The staff's very real passion for helping people became evident as soon as I walked in the building. LearningFuze has created an environment where you can learn at your own pace,... Read More regardless of your prior experience/knowledge. Everyone from fellow students, to staff and guest speakers, have been very supportive and motivating throughout the course. I'm glad I came here and completed this challenging, but very rewarding program and i would highly recommend to anyone thinking of moving into the field!Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +237992,10862,learningfuze,Alex,False,2017,Awesome Program!,2017-09-14,5.0,5.0,5.0,5.0,"Prior to starting at LearningFuze, I only had very basic knowledge of HTML, CSS, and JavaScript through sites like Codecademy and Udemy. With the help of the awesome instructors at LearningFuze, I am now confident in my skills as a full-stack developer.... Read MoreThe best part about LearningFuze is their staff. The instructors are super helpful and very passionate about programming. They are always available to help you through whatever you're working on and will stay as late as you need them to. The career help after the program is also extremely helpful. I personally had no experience with the interviewing/job search process and Bill was there every step of the way to help me through it.The program is extremely challenging and requires your complete dedication to it but at the end of it, you'll be glad you stuck with it.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +238502,10862,learningfuze,Cody Miller,False,2017,It's all about commitment!,2017-09-02,5.0,5.0,5.0,0.0,"NO PRIOR SKILL REQUIREDI am currently 7 weeks into my course at LearningFuze, and I can tell you from experience, this course is extremely comprehensive, intense, and 100% possible for anyone with a drive to succeed. I had never coded before in my life... Read More prior to deciding I wanted to take a coding bootcamp course, and I have learned more in the last 7 weeks than I had ever thought possible. Once I started considering taking a bootcamp course, I spent every day worrying if I would have what it takes to succeed. Will I be quitting my job and joining a course I'm ultimately going to not be able to grasp the material in? I was terrified. Thankfully, I'm here to tell you from experience that you don't need to know anything about coding before you start. You don't need innate talent, photographic memory, or superhuman analytic skills. You only truly need one thing: commitment.This course is not about talent, it's about drive. Are you willing to devote twelve hours a day to learning the material? Are you prepared to challenge yourself to find new things to learn on a daily basis? Do you see yourself being passionate about solving problems and creating new things through coding? If you can answer all these questions with yes, I've got great news for you: You have what it takes to succeed at LearningFuze.This program is not designed to cater to people with prior knowledge or a certain type of thought process. Learning starts from the ground up, and you will be supported by a welcoming, attentive staff who are always there to help you work through issues. There's quite a bit of material to work through on a daily basis, but if you put in the recommended 12 hours a day, it feels extremely doable. Everybody here has a vested interest in helping you succeed, and I can tell you from experience that they will do whatever it takes to help you reach your goal of becoming a successful web developer. And you can do it! You just have to put in the hours. LearningFuze sets itself apart from other bootcamps by having a curriculum that it fine-tuned to help anybody reach success, and by having a staff that understands where you're coming from, largely proven by the fact that multiple staff members are prior graduates! It's a very welcoming, supportive learning environment, and I can't recommend it enough. If you see your future in web development, this is where you should be!Read Less","Root Level 1 (2-week, part-time course)",Miscellaneous and General Tech +236640,10862,learningfuze,Donald J Tran,False,2017,A Life-Changing 6 months,2017-06-30,5.0,5.0,5.0,5.0,"What sets LearningFuze apart from the other boot camps is how well connected they are in the job market. The Director of Operations, Bill, knows just about every tech-related person in Orange County. No matter what industry you’re coming from, you know... Read More that networking is the key to finding a job. Bill leverages his connections to help you find that job after you graduate.Another thing that sets LearningFuze apart from other boot camps is the culture. Where most bootcamps have classes that start and end at a specific time, LearningFuze keeps their doors open for as long as you need. The Lead Instructor Dan really invests his time into you and makes sure you truly understand the concepts being taught. His resolve has fostered a culture where students are often coming in early and staying late to get the extra help. Our cohort came in at 8am and left at 10pm every weekday, and about 5 hours on Saturday. The LearningFuze instructors matched our time spent, and even came in at 630am to offer “zero period” lectures twice a week. The fact they were there with us 13-16 hours a day goes to show the level of dedication of the LearningFuze staff.Beyond Dan and Bill, there are a plethora of resources available for you at LearningFuze. Senior instructors are there to mentor you on your projects and offer you tidbits from their pools of immense wisdom. Junior instructors help you tackle your issues, and really invest their own time to learn better ways they could teach and help you be well-equipped for your career. Professionals from various companies come in almost bi-weekly to provide stories about what makes a successful career, how to present yourself in an interview, pitfalls to avoid on your resume, or just random insight on the tech industry. The most successful students are the ones who put in the most time. Dedication, not skill is what makes a successful bootcamp graduate. If you put in the time, so will the LearningFuze staff. You'll never feel yourself in a position where things are moving too slow. My best advice would be to find a small group of people willing to commit 12 hours a day to code, and just do it. Passion and determination are contagious, and soon your whole cohort will follow suit. It's much easier to learn in an environment where everyone else is willing to put in the time, like you. After all, that's why you're looking for a boot camp, right? If you could learn coding all on our own, you wouldn't be here reading this review and looking into bootcamps.Here are some tips from a graduate who got an offer less than 10 days after his first application:• Be ready to spend 12 hours a day, 65 hours a week coding. The more polished your projects are when you complete them, the less polish you’ll have to do post-graduation. This is a time investment; let your post-graduation time be spent focusing on applications and interviews.• Cut off all unnecessary distractions. Deactivate your facebook, mute your group chats, change your social media passwords, unsubscribe from all news, uninstall your games. • Cut back on all responsibilities. Cancel your gym membership, tell your significant other you'll be spending less time with each other, drop all your hobbies. You have plenty of time to catch up on all of these later when you celebrate your offer.• Treat every day like it’s an interview. Your instructors and peers are your references; you being a hard-worker will definitely make them more inclined to see you succeed.• From Week 1 Day 1 all your projects are “production-level”, aka your Github is your resume. If the Past-You builds good habits early on and learns what is best practice to write clean code, your Future-You (and prospective employers) won’t be as confused when you go back and comment your code from 3 months ago. • Do NOT stop your good habits after you graduate. The worst thing you could do for yourself is take a vacation. Keep the momentum rolling because you definitely won’t be sharp for any interviews if you’ve allowed any of those 3 months of knowledge crammed into your brain to leak out. This is a life-changing 6 months (1 month prep, 3 month course, 2 months portfolio and applications). Learn as much as you can now and get your dream job. You dont have to go as hardcore as me, but understand that the more time you put into your education now while you're at LearningFuze, the better jumpstart you'll have for your career.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +238503,10862,learningfuze,Kevin N.,False,2017,"Amazing Experience, Just Do It!",2017-05-31,5.0,5.0,5.0,5.0,"So a little about myself and my previous experience so you don't think this is some fake review. I graduated from CSUF with a BA in finance, did that for several years and felt like there was something missing with my career. Being unhappy with my current... Read More heading in life I reflected on things that I enjoyed doing but for whatever reason or another never pursued as a career choice. I always had a knack for technology and still remember the first computer my uncle brought home in my wee childhood years. This in turn lead me to programming and taking introductory courses at a nearby community college to see if this was a path I wanted to go down. After taking the courses, I found that I really did enjoy building and creating things with code, but I felt like there was something missing with that traditional college type learning. After countless of hours researching the best way to achieve my goals of being a programmer, I somehow came across an advertisement for bootcamps. Feeling that this was a bit of a scam, I added more and more hours of research and reading reviews, to finally found the right programming bootcamp for me, LearningFuze. Pretty much after the info session and root course you could say the rest was a wrap. I signed up, completed the course and feel a million times better with my career changing life choice.This bootcamp is not some easy 12 week stroll. You'll have moments where you'll feel lost, incompetent, and stressed. Have no fear, the team and your future classmates will have your back. They will come in as early as and stay as late as you do to help you understand the material and lessons being taught. But you, also have to put 100% and more effort in to this. Be prepared to fall, pick yourself up, dust yourself off, and do it all over again the next day. This type of learning isn't for everyone, but I know my classmates and I have overall, better our lives going through this program.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +236210,10862,learningfuze,Erik Nuber,False,2017,Unimaginable Experience,2017-05-24,5.0,5.0,5.0,5.0,"I graduated twenty years ago with a computer science degree, I never made use of it as I was simply out-dated in my knowledge before I even finished school. I have been a graphic designer for the entirety of my career thus far and, was interested enough... Read More in getting back into coding that I started learning on my own online and by reading books. 

I ended up deciding to go to an accelerated web development program because I knew I had gaps in my knowledge and, wanted that extra push as well as to work with people that wanted to learn as much as I did. I did my research before choosing a program, I went to meet ups at various locations, talked to current and in one case a person that had already finished the program before making my decision about going to LearningFuze. 

The result has been to solidify my knowledge in areas I know I needed help in. You definitely not just learn to code but, you spend far more time coding and doing so productively that many things become second nature. You also learn how to code which is just as important. This includes learning to find answers, learning to figure out how to solve tough problems, learning to ask questions when necessary and, how to use developer tools properly.More than this, you also learn to work with others as several projects are done in groups. We all code and think differently and, learning to work with others of varying skill levels, communicate effectively and, still put out something that you can be proud of is an experience all in its own. For our cohort, the first group projects also helped bring us closer and, got us started in talking with each other more. You will learn real world skills that are designed to simulate a real work environment so that when you do find a job, you have the knowledge to be productive immediately. 

The part that is hard to describe is the amount of effort and dedication that you will need to have as you will get from the program what you put into it. It is a rewarding experience and, there are reasons you see nothing but rave reviews for LearningFuze. It may seem like a leap of faith but, it is one I wish I had taken far sooner. You can look me up and, I am happy to answer anything you may want to know... www.linkedin.com/in/eriknuber/Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +238601,10862,learningfuze,Andres,False,2017,Incredible,2017-05-16,5.0,5.0,5.0,5.0,"After an intense 12 weeks, I am happy with my decision to enroll and complete the Learning Fuze Web Development Program. I had dabbled in computer programming on my own for many years, but this program was truly the difference between ""kind of programmed""... Read More and ""web developer."" Some of the defining moments of the program were the ""hackahtons"" where students had 36 hours to complete a development challenge in assigned groups. The program has taught me how to be a developer in the kind of team environment one would be expected to perform in at a place of employment. Three months ago, I would have never believed that I would be an integral part in developing a web app with client side code written using the React Javascript framework and server side code written using NodeJS, mySQL, and php, yet for my group's final project, that is exactly what I did.Read Less","Root Level 1 (2-week, part-time course)",Miscellaneous and General Tech +238610,10862,learningfuze,Yaeri Lim,False,2017,The Best Experience!,2017-05-15,5.0,5.0,5.0,5.0,"Before I started Learningfuze, I only had very basic knowledge of HTML and CSS. With great instructors and staffs, now I am very confident with JavaScript and related libraries/frameworks.The best part about Learningfuze was that instructors were very... Read More passionate in teaching and helping students to learn thoroughly. No matter how early or late you want the instructors to come in or stay late, they will spend extra time to help students out. For example, instructor Dan held early morning sessions for me and one other student because we weren’t confident on some of the topics that we covered. Not only that, they helped a lot with preparing for job searching and interviews.Exactly one month after I graduated, I was offered with two great opportunities. The 12 week course was very challenging and intense but it was worth it. The only regret I have is that I didn’t start this sooner.Read Less","Root Level 1 (2-week, part-time course)",Miscellaneous and General Tech +235927,10862,learningfuze,Miles Bretall,False,2016,Worth It,2017-05-04,5.0,5.0,5.0,5.0,"LearningFuze is a fantastic program for anyone looking to make the transition into their web development career. As a graphic designer, I had basic knowledge of HTML and CSS, but that was it. After completing the program, I was able to create fully functional... Read More web apps written in javascript (Angular, jQuery). LearningFuze definitely knows how to push you to become not only a better developer, but a better person as well. The environment is friendly and intelligent. It was a place that I easily felt at home with.A couple months after graduation I was offered a position as a web developer with a nice salary. The journey is definitely hard, but WELL WORTH IT. Please, do yourself a favor and check out LearningFuze.Read Less","Root Level 1 (2-week, part-time course)",Miscellaneous and General Tech +235466,10862,learningfuze,Yrenia,False,2016,Great Learning Experience!,2017-03-23,5.0,5.0,5.0,5.0,"I had a great experience at LearningFuze learning web development. I was doing graphic/web design originally and had wanted to delve deeper into the development side. The curriculum focuses on teach a set of core programming languages before splitting... Read More into front-end and back-end technologies. I enjoyed how project-based the curriculum was and the applications that you get to develop really help you to hone your skills and allow you to learn how to build fairly sophisticated and polished apps. The program is very fast paced and intense and you have to put in a lot of effort and work to learn the material in 3 months time. Although regular hours are from 10-6pm,the facility stays open after hours and many students stay late (8 or 9pm) to continue working on practice problems and projects.The instructors here are smart and knowledgeable about web development and know their material really well. Dan, the lead instructor, is very passionate and dedicated to teaching and usually will stay late to answer questions and help out students. LearningFuze also provides job assistance once the program is done to aid you in your job hunt. You are encouraged to come back and continue learning, and I came back several times after graduation to listen to lectures again and get help with improving my projects and portfolio.They will make sure that your portfolio is polished and completed, and once ready, introduce you to their network of contacts. This was very helpful for me as I find the job search to be a frustrating and drawn out process. With their help, I was able to find a job at a startup company working as a programmer.So advice for potential students?-Before coming, make sure you can fully dedicate yourself to learning web development for 3 months. This program is intense and will take up all of your energy and time. -Don't fall behind on assignments/ projects. The material is cumulative and builds up quickly-If you need help with anything, just ask!- Come to one of LFZ's info sessions and talk to the instructors and students there to make sure this program will meet your needs.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +233538,10862,learningfuze,Anonymous,False,2017,Glad I took the plunge! You will be too!,2017-01-06,5.0,5.0,5.0,5.0,"Coming from a non-technological background, it was a big relief for me that Learningfuze caters people who have or have not had experience. Things I really appreciate about LF:-The course is 12 weeks, but you also get two weeks of additional class that... Read More will prepare you for the basic such as HTML and CSS.-During and near the end of your time, someone will be there to help you assemble your resume and assist you in the job search.-You will be given the opportunity to choose if you want to go back-end or front-end, but they don't limit you if you want to learn both. -Advanced topics are offered to anyone who is willing to come early on Tuesdays and Thursday mornings before regular instruction begins.-A lot of guest speakers (past students and professionals in the field) are invited, which provide great opportunities for you to network.The curriculum is focused on learning the principles of computer programming, which to me was more important than just memorizing code. They will teach you how to approach solutions, and place an emphasis on learning the logic behind it. The course is tough, and you will need to be self-disciplined if you want to succeed. No one will be here to hold your hand, but they will be here if you ask for help! Be ready to feel vulnerable, but it will eventually make you a better programmer. You get more out of the program, than just learning how to code. You also learn how to ask better questions, as well as learn that its ok to not know everything. If you do join Learningfuze, you will find yourself surrounded by funny, helpful, and passionate people who truly love what they do.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +233088,10862,learningfuze,Anonymous,False,2016,Learningfuze put my career on steroids,2016-12-21,5.0,5.0,5.0,5.0,"Web development is such a fast moving career that even though I was a mixed developer at my old job, that didn't prepare me to being a full time developer at a real web development company.I was planning on making the jump and tried for years to being... Read More a full time web developer but the barrier to entry was really steep. LearningFuze really help dispel any myths i had about being a web developer. Prior to joining LearningFuze I had a lot of freelance experience and some work experience coding; but to be a web developer requires a certain type of mentality. It's not just a job but a lifestyle. You really have to question yourself if being a web developer is your thing.The main part of being a web developer is that you're always a student. There's always more to learn in this field and that's the scary but fun part! LearningFuze teaches that very well, and emphasizes on how to become good at learning. I got so many insights into the industry from their lead instructors and fellow mentors, that the idea of keeping up with the industry was more of a welcome challenge than a burden.They really know what they're talking about and they are there for you 100%. The teachers gives you all the support you need, whether it's extra hours, side lessons or personal tutoring. They do whatever it takes to prepare you to become a junior developer that tons of companies in OC will hire. I became highly in demand with the skills I was able to demonstrate on paper and in interviews. So if you're committed and ready to learn, I advise you to pick Learning Fuze because they not only teach you how to code but how to learn, which is so crucial in this industry. In my case, it put my career on steroids where I'm more confident than ever than I've ever been.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +233886,10862,learningfuze,Taylor S.,False,2016,My only regret is I didn't go sooner,2016-12-08,5.0,5.0,5.0,5.0,"Attending a coding bootcamp had been on my mind for over almost two years before I finally decided to “take the plunge.” My only regret now that I’ve been through it at LearningFuze, is that I didn’t do it sooner.For about a year I checked out just about... Read More every bootcamp in LA, OC, and San Diego. I went to info-sessions, meetups, exchanged emails, and spoke with various bootcamp reps. A lot of them had a similar “shut up and give me your money” corporate vibe about them and in terms of curriculum, they offer what they think you think is the coolest buzzword framework of the day. The impression I got from LearningFuze is that they teach you how to become a well rounded job-ready web developer with the skills you need to grow. At each info-session or JavaScript workshop, the owner, Bill, and lead instructor, Dan, put up with my persistent investigation of the school and I got nothing but genuine answers from them. They walked me through various steps of the program, gave me realistic expectations of what it would take to succeed, and Dan even took the time to coordinate sets of coding exercises and give feedback without me ever paying a dime. You will quickly learn that Dan is an insanely dedicated and effective instructor.Fast forward 14 weeks, LearningFuze has exceeded every expectation. I’m actually surprised at how confident I’ve become in my skills in such a short amount of time. LearningFuze teaches you to think and to learn like a developer so that you can go on to be successful.If you are considering “taking the plunge,” let me end this review with a few words of advice. If you’re like me, you might be expecting the course to be pretty difficult, but nothing that a little hard-work and brainpower can’t handle. Well, stop that line of thinking. The course is HARD, and if you want the most out of it, you’re going to be coding almost every waking hour and sleeping less than you’d like (though you should definitely try to get enough sleep to be cognitively efficient). You will get out of the program what you put in and the difference is night and day. It takes a lot of hard work to get there, but like anything worth having, it’s worth it!Read Less","Root Level 1 (2-week, part-time course)",Miscellaneous and General Tech +234276,10862,learningfuze,Sean Hong,False,2016,Learning Fuze is the way to go!,2016-07-25,5.0,5.0,5.0,5.0,"I am a current student of Cohort 9. I will be writing a full review after I finish but I would like to help future cohort members in making their decision. I'll keep it short and to the point. The learning environment is amazing. Your cohort group will... Read More become your second family. The staff ensures that you receive the help you need to grow. Don't get suckered in by the other schools that offer you ""3 full stacks"" in the same amount of time. It is difficult enough to master one full stack in the given time. Is it possible to learn 3 full stacks? I'm sure if you're dedicated enough anything is possible. However, do understand that you may come out a mile wide and an inch deep. Personally, I'd rather be a foot wide and a mile deep, with a strong foundation in one discipline before moving onto a different language. Learning Fuze's curriculum is heavily based on JavaScript and there's plenty to do to keep you busy. Already an experienced programmer? Don't worry! The instructors will give you added challenges to test your knowledge! I hope this review has provided some insight in making your decision. Conquer the Code!Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +233087,10862,learningfuze,Michal,False,2015,My best decision!,2015-12-02,5.0,5.0,0.0,0.0,"After finding myself bored with my job, I made a list of my hobbies and passions, and kept coming back to creativity and problem solving. A family friend suggested that I look into bootcamps, and thus began my search.I spent weeks researching different... Read More programs and reading reviews. As someone who has a tendency to jump into new things, I was determined to not make a costly mistake. From reading reviews about other programs, I felt that many of them were more focused on the competitive edge and the ending salary rather than the growth of the person as a developer and finding a passion. LearningFuze is the perfect program for one who is looking to match their talents to a career. While there is a range of skill sets in my cohort, I strongly believe that no student feels neither left behind nor held back. There is a strong team that personalizes the education to each students' abilities and lifestyle situations. As a bootcamp is an extremely time intensive program, it is important that students feel comfortable with their classmates, teachers, and administrators. LearningFuze not only makes the students feel comfortable, they go above and beyond. There are often supplementary activities (whether it is a potential employer speaking or an opportunity to bond as a class) and there is always somebody available to help. I think the fact that alumni often stop by and come to activities of the current cohort says a lot about the quality of the program. I'm incredibly happy with my decision to attend Learning Fuze and would not hesitate to recommend the program to anybody who is willing to put in the time commitment.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +233048,10862,learningfuze,Howard Chen,False,2015,LearningFuze was an amazing experience; one of the best decisions I've ever made.,2015-11-19,5.0,5.0,0.0,0.0,"After developing a serious passion for web development & software engineering for some time, I knew that I needed to attend a programming bootcamp. I eventually decided on LearningFuze because the staff was very passionate and committed to creating high-level... Read More programmers. One of the key benefits to LearningFuze's program is that it's highly adaptive and it changes based on what's needed in the industry. In addition, you get the chance to develop great relationships with your fellow cohort members and other professionals that are connected with LearningFuze. Ultimately, the job support is what takes the cake. At the start of the post-bootcamp process, I spent time completing my projects and setting up my portfolio, which is regularly reviewed by lead instructors. This was around time when LearningFuze constantly hooked me up with interviews and I ended up with multiple job offers; all very fine establishments and great organizations to be a part of! The job search can obviously be a stressful period of time but I understood that LearningFuze was dedicated to seeing its graduates get a successful start, which was incredibly reassuring. I'm very excited with what's to come in my career as a web developer and I'm glad I made the decision to take LearningFuze's full immersion program!Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +232980,10862,learningfuze,Chris Eaton,False,2015,"Hands on, caring instructors molding developers that are competent in real world situations.",2015-10-28,5.0,5.0,0.0,0.0,"The main reason I chose LearningFuze over all the others was due to its close proximity to my house and its class sizes. On day one, I knew that I had made the right choice. I am in the largest cohort they have had to date, and I am impressed that I still... Read More get enough one on one time with the instructors that clearly have some serious industry experience. The atmosphere is great as I really appreciate the coffee and snacks to keep us going as well as the lounge so I can get some rest or play games or various other stress relieving tools! Being an earlier morning guy also greatly appreciate that theinstructors are always there before class (as early as 1.5 hrs) and are willing to spend time helping before the class starts, and there is usually at least one instructor that stays late (class ends at 6, most stay until 7-730, some until 8 or later) and will help with issues that students are experiencing. There are also speakers from inside the industry every thursday night, and shower us with straight talk and what we can expect to encounter after the course. Learning a new language is not easy, and this is a new language, except its like 5-6 new languages. Its hard, straight up, but the instructors make it very clear that all the feelings we feel throughout the course are normal, and to push through because if the drive is there, you can do it. They are definitely here for you.Read Less","Root Level 1 (2-week, part-time course)",Miscellaneous and General Tech +232465,10862,learningfuze,Keith Corros,False,2015,The Learning Fuze staff know what they're doing and they genuinely care for their students.,2015-07-01,5.0,5.0,5.0,5.0,"The Learning Fuze staff know what they're doing and they genuinely care for their students. Their project based curriculum is on point, their staff is available before and after hours, and they understand the industry inside and out. They even bring in... Read More guest speakers from tech companies, employees in the field, and recruiters to give you first hand accounts on hiring practices and workplace environments. On top of all the hands on learning and technical assignments they know when to relax and have fun. I completed the full immersion course and I honestly feel like I got what I paid for and so much more.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +233480,10862,learningfuze,Travis Ueki,False,2015,Life changing,2015-06-29,5.0,5.0,5.0,5.0,"***Switchup Full Disclosure: This reviewer works or has worked for Learning Fuze.*** After being honorably discharged from the Navy, I really didn't know what I wanted to do. After various sales jobs at different companies, I realized that I needed a... Read More profession. I always loved technology and tinkering with things. After trying to learn how to code on my own while watching my kids at home, it was apparent to me that in order to learn in a reasonable amount of time, I needed to immerse myself in the right environment. I learned about coding boot-camps through online ads. At first I thought that the only ones available were in San Francisco or New York! I was pleasantly surprised to find out that there were alternatives in both Orange County and San Diego. I decided to apply to a few. I was contacted promptly by all of the boot-camps, which had me take a phone interview. Upon successful completion of the phone interviews they all had me take an assessment. LearningFuze was the only one to ask me to come in for an in person interview. I met with Bill and Fabian. It was immediately apparent that Fabian was passionate about teaching. The entire interview took about 1 hour. Fabian had me take an assessment. After learning that I would be accepted I promptly decided that LearningFuze was the boot-camp for me. While at LearningFuze I was pushed to my mental limits daily. I was skeptical at first, given how new LearningFuze and boot-camps in general are. I thought to myself ""what if I show up and commit $12,000+. only to find out that it was a scam?"" Boy was I surprised. The whole staff there go above and beyond to make sure you are learning and thoroughly challenged. Each day you build on the knowledge from the day before. If you are considering going to this boot-camp, please be prepared to be challenged. Understand that you are investing in yourself and that if you really do put forth your best effort you will emerge with a valuable skillset and a profession in one of the hottest markets around. If you are considering going to a boot-camp and LearningFuze is an option, I am confident that you will not find another boot-camp that is more capable and dedicated to your success.Thanks LearningFuze!Travis.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +232361,10862,learningfuze,Anonymous,False,2015,"Great friendly staff, well thought out curriculum, excellent post course support.",2015-05-19,5.0,5.0,5.0,5.0,"I spent several months researching coding boot-camps before I finally made the decision to attend LearningFuze. The things that caught my attention was their student/instructor ratio and the coding languages they were teaching. The program is 12 weeks... Read More long and they covered HTML, CSS, javascript, jQuery, Bootstrap, php, mySQL and more. The curriculum was very well laid out and organized. The instructors were very knowledgeable and always available for questions, even at 1am. I started the boot-camp with very limited coding knowledge and finished with a very strong foundation for which to build my coding career on. The support did not end after the 12 weeks, William Cunningham has been an invaluable asset in helping place myself and my other classmates into excellent programming positions. Even the instructors continue to make themselves available for any coding help or advice. The whole staff at LearningFuze made my experience fun and of course educational. I would definitely recommend LearningFuze to any one considering a coding boot-camp.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +232357,10862,learningfuze,Janet Martin,False,2015,"Excellent learning environment - extremely knowledgeable, caring and supportive teachers",2015-05-19,5.0,5.0,5.0,5.0,"I am starting on my seventh week of the 3 month Full Stack Web Design immersion program at LearningFuze ( 5 more weeks to go after this week). I will be honest, it is a lot of work and some late nights but on the other hand, I really like how the program... Read More does it's best to emulate the outside work environment. The projects and assignments that we are assigned reflect what is being used out in the industry. We are being taught several tools (example: Github) that majority of the companies are using. The assignments and projects that are assigned to us are definitely challenging. But the good part is, the instructors are excellent, they have a lot of experience as Full Stack Web Designers and project management between them. They are all very caring and supportive. There have been some pretty late nights where Daniel, our main instructor has helped me with my code. Daniel, Eric and Scott have been pretty awesome, always there ready to help answer one of our questions.Last week, we started doing white board practice interviews - where you are asked technical questions -- definitely a work in progress for me. This week we are starting to work on our main projects which will be part of our portfolio when we go on interviews. The nice thing about this program, is that our instructors are making sure we are having fun also. last week we had a movie night with pizza. During our breaks, we are either playing handball, badminton or video games. Every week, there is a presentation from someone that works in the industry. One of the owners of Cirrus Insight came and gave us a presentation of his company and also gave every one of us a shirt . My review of LearningFuze would not be complete without mentioning Fabian or Bill, these are the two that work tireless behind the scenes to make sure that the program runs smoothly.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +233472,10862,learningfuze,Mike Kidushim,False,2015,Awesome bootcamp instructors are very knowledgeable and know how to make the class fun.,2015-05-18,5.0,5.0,5.0,5.0,"""Awesome program everyone that is apart of the team at learningFuze is there to help you learn how...""Awesome program everyone that is apart of the team at learningFuze is there to help you learn how to be a web developer. They work with you individually... Read More if you need extra instruction otherwise the class flows at a rapid pace in order to teach the students as much as possible in the time we have. All of the instructors have tons of prior experience in web development, and are a blast to be around. The best part of the program is how fun they make it to learn for 6-8 hours a day. Everyday the doors open at 7-8 am then class starts at 10am goes until 6pm sometimes later. The instructors are available any time day or night to answer any questions you might have. The instructors are also helpful and extremely knowledgeable. This is the best learning environment i have ever been in. I came from the university system and I have to say the amount of detail that goes into our everyday learning is amazing. Every morning I come in there is usually a meeting happening between the instructors, this to me just shows there level of dedication to there program. Every member of the learningfuze team helps make for an enjoyable experience.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +232348,10862,learningfuze,Parris Sikorski,False,2015,"Excellent Experience, Very supportive Instructors, plethora of information covered",2015-05-15,5.0,5.0,5.0,5.0,"So far I am about half way through our course and I have learned more in the last six weeks then I did in the four college courses I took at my local community college. The Instructors are very knowledgeable and helpful. I have already learned HTML5,... Read More CSS3, Javascript, JQuery, Bootstrap, Git, and Git Bash, API consumption, and Ajax. We have nightly readings that prepare us for the next days coursework. From the readings we work on prototypes that help us learn the core fundamentals of each subject and then use those fundamentals to create larger weekly projects. I love the environment were in because while we are learning a lot the instructors are keen on knowing when we need breaks to ensure we don't get burnt out. Every week we have at least one to two speakers who are typically CEO's for local start-ups or recruiters from large staffing companies to help give us insight into the real world work environment. The curriculum is also set up to give us white board interviews and resume prep to ensure we are ready for finding a job once we are finished here. I would definitely recommend this bootcamp to anyone who is interested in becoming a full stack developer.Read Less",Full Immersion 12-Week Program,Miscellaneous and General Tech +310701,10505,actualize,Zach Engel,False,2024,An Amazing Bootcamp,2024-05-10,4.7,5.0,5.0,4.0,"I was undecided if I wanted to join a bootcamp and had looked into many different ones. I decided on Actualize because of all the positive feedback from graduates, and now I can see why. Amanda was an amazing teacher and made learning fun with all the... Read More coding we got to do throughout the day and the TAs, Emily and Ann, helped out a ton with any questions we had or issues with code. A new instructor, Leon, took over near the end of the cohort and he was just as amazing and fit in perfectly with our class. If you're on the fence about joining a bootcamp or not sure which one to join, I would highly recommend Actualize.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +310700,10505,actualize,Thomas Sandoval,False,2024,Fantastic Learning Experience at Actualize,2024-05-10,5.0,5.0,5.0,5.0,"My journey at Actualize Coding Bootcamp has been nothing short of exceptional. From the moment I enrolled, I was met with a supportive environment that fostered growth and learning.First and foremost, the instructors and teaching assistants deserve immense... Read More praise. Their dedication to our success was evident in every lecture, workshop, and one-on-one session. They were not only knowledgeable but also incredibly approachable, always ready to provide guidance and assistance whenever needed. Their passion for coding was contagious, making every class session engaging and enjoyable. Amanda was a great instructor, very funny and knowledgable. Leon took over late in the course and did not skip a beat. He jumped right in and fit in perfectly with the class. Ann and Emily helped immensely, they were there to guide us through the curriculum that they had just gone through with the cohort just before we begun. The structure of the program, spanning 12 weeks with classes from 9 am to 2 pm PST, was well-planned and conducive to learning. Despite being an online course, the curriculum was comprehensive, covering a wide range of topics essential for a career in coding. The flexibility of the schedule allowed me to balance my learning with other commitments, making it accessible to individuals with various lifestyles.One of the highlights of my experience was working with fellow students on team projects. Collaboration was encouraged, and the camaraderie among peers was palpable. It was inspiring to see how everyone supported each other, sharing insights and knowledge to tackle challenges collectively. This collaborative spirit extended to our final capstone projects, where we brought together everything we had learned to create innovative solutions.Overall, Actualize Coding Bootcamp exceeded my expectations in every aspect. Not only did I gain valuable technical skills, but I also forged meaningful connections and developed the confidence to pursue a career in coding. I highly recommend Actualize to anyone looking to embark on a journey into the world of programming.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +310699,10505,actualize,Jack Bidwell,False,2024,Well Structured and Thorough,2024-05-10,4.7,5.0,5.0,4.0,"This program was the perfect choice for me, the pre-work was a great introduction into the content and pace of the course. The size of the cohort made it easy to get hands on help anytime. The instructors and TA's made sure that no one fell behind and... Read More took everyone from wherever they started to a proficient level in web app development.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +310698,10505,actualize,Karen Keen,False,2024,Great Experience with Actualize,2024-05-10,4.7,5.0,4.0,5.0,"I am just finishing the course and am very happy with how much I have learned. The instructors and TA's are amazing---somehow they make the hours go quickly. Before beginning this course I expected to be bored while learning the material since the material... Read More is pretty dry. Instead, I was engaged and interested every day and (almost) wished that class was longer. There is a lot to understand about coding and I don't think it is fair to expect a class to take you from 0 to a professional developer, but with this instruction, they taught how to learn on your own to further your knowledge for after the class. This bootcamp experience has been very positive and I would recommend Actualize to others without hesitation.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +310697,10505,actualize,Gage Hoechst,False,2024,Enjoyable and enlightening,2024-05-10,4.7,5.0,5.0,4.0,After finishing Actualize I can say for certain that I highly recommend this course for someone who is interested in learning coding. The professors and TA were fantastic and incredibly helpful. They seem like they actually care and want to succeed. They... Read More also assist in finding your first job. Very good resources are provided. Can't recommend them enough.Read Less,Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +310696,10505,actualize,Andy Dietz,False,2024,Great intro to web dev,2024-05-10,4.7,5.0,4.0,5.0,Overall I really enjoyed my experience with Actualize. I had next to no coding experience and loved the structure and overall curriculum of the bootcamp. I now feel like I have a great grasp on coding languages and feel confident learning other languages... Read More on my own. My only critique would be that I wish there was a little more time spent on other languages. The instructors were great and very helpful and the career resources are very valuable as well. Highly recommend!Read Less,Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +308739,10505,actualize,Joshua Yee,False,2024,The Best Path for Beginners,2024-02-16,5.0,5.0,5.0,5.0,"If you are someone who is new to coding and unsure of which way forward is best for you, look no further because Actualize is the BEST COURSE AVAILABLE. I could not more highly recommend this bootcamp as the overall experience was amazing and it has prepared... Read More me thoroughly for my new career as a software developer/engineer. Prior to joining Actualize, I was completely new to coding and slogging through Youtube tutorials and other self-learning materials but didn't feel that my learning trajectory was on the right path. I had actually joined a different bootcamp but had a terrible experience that lasted 3 days before dropping as their material was more advanced than advertised and my teacher there was not welcoming or helpful. Soon after, I found Actualize and the reality could not be more starkly different. Their application process was very straightforward, and Actualize was extremely transparent with their curriculum. The pre-course work with Kevin was vital to creating a great base of coding fundamentals, and the live course with Brian exceeded all of my expectations. Brian organized the class content perfectly and was extremely attentive to each individual student's needs. He took my cohort from writing loops in Ruby to making full-stack web apps, and I truly feel comfortable using Rails and React to create web apps. Don't waste anymore time on your coding journey and join Actualize now!Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +308737,10505,actualize,Cristian Bahena,False,2024,Overall Amazing Exerpience!,2024-02-16,4.0,5.0,4.0,3.0,"I decided to give Actualize a chance after my brother took this coding BootCamp. I felt like this was one of the better programs when compared to my other options. Overall it was a great experience. In total, it's about 18 weeks long because they have... Read More you do pre-course work that is all self-paced for about 4-6 weeks prior to your official start date. I think this is amazing because it gets you prepared with the basics of coding. It usually consisted of 3-4 video lectures (5-10min/each) daily with practice problems. The actual course covered backend and frontend development very well. For CST the live zoom sessions were M-F from 11:00 am-4:00pm. I just wish they explained some syntax/logic a bit better on the front end. It also would've been nice if we spent a bit more time learning how to make our web apps more appealing with Bootstrap, CSS, or Tailwind. Of course, these are all things you can teach yourself outside of the course so it's not a deal breaker. For the job assistance, it's pretty average you get resume help, how to find jobs, and interview prep.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +307752,10505,actualize,Kyle Leon Guerrer,False,2024,Wish i joined sooner!!!,2024-01-05,5.0,5.0,5.0,5.0,"I entered Actualize Coding Bootcamp with high expectations, having been referred by two former alumni, and I can confidently say that my experience exceeded every anticipation. The only regret I have is not joining sooner! From the curriculum to the instructors... Read More and career services, Actualize has proven to be a game-changer in my journey towards web development. The curriculum at Actualize is nothing short of superb. The pace at which I learned was astonishing, and the depth of knowledge I gained in such a short time is a testament to the effectiveness of their teaching methods. The instructors played a pivotal role in this accelerated learning journey. Kevin, who guided me through the prework, Amanda as the lead instructor, and the TAs, Kevin and Luke, were nothing short of phenomenal. Their dedication to student success was evident in their willingness to go above and beyond to help with any challenges or roadblocks. What truly sets Actualize apart is the unwavering support system provided by the entire team. In moments of doubt and imposter syndrome, I found solace in voicing my concerns to the instructors, teaching assistants, and career advisor. No matter how many times I reached out, they were not only responsive but also incredibly supportive and encouraging. The genuine care and personalized attention I received helped me put my fears into perspective, fostering an environment where growth and overcoming challenges were not only possible but expected. I am coming out of Actualize with a robust foundational knowledge that goes beyond just web development—it's a skill set I can use to learn new technologies and adapt to the ever-evolving tech landscape. While the journey was not without its challenges, the incredible support system of instructors, teaching assistants, and career advisors made all the difference. I wholeheartedly recommend Actualize to anyone looking to enter a coding bootcamp with a strong and nurturing support system, setting the stage for long-term success in the field of web development. My time at Actualize has been not only educational but also empowering, and I am incredibly thankful for the enriching experience.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +307751,10505,actualize,Steven U.,False,2024,A Well-Paced and Focused Course!,2024-01-05,4.7,5.0,4.0,5.0,"I enjoyed my time at Actualize and especially liked my instructors. I switched from the night class to the day class due to a personal scheduling info and both Kat and Amanda were thoughtful teachers who helped guide you toward solving problems on your... Read More own. The curriculum covers both backend and frontend technologies and bounces back and forth between them which really helps build on ideas gradually rather than doing all one followed by the other. While I do feel more confident in my ability to pickup new languages, frameworks, etc., I do wish that the course spent a bit more time teaching some of the other popular coding languages. The career counselors and touching base regularly has been incredibly helpful for preparing a resume and getting ready for job interviews. I look forward to the continued career support and landing a job with my class experience!Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +307750,10505,actualize,Ann Clawson,False,2024,Worth it.,2024-01-05,5.0,5.0,5.0,5.0,"I did a lot of boot camp research, and immediately got good vibes from Actualize. Their website was the most transparent, with the cost, curriculum, and ethos displayed openly (whereas many boot camps require your contact info or a phone call to learn... Read More about the tuition rates). Their professed dedication to teaching you how to continue teaching yourself post-graduation was what pushed me further toward Actualize, and they definitely delivered on that promise! Our instructor, Amanda, was engaging, smart, funny, and always went to distance necessary to answer questions and ensure comprehension. I was also surprised to find out that I could finance the cost (through a third party) easily, at a reasonable interest rate, and without even being employed at the time of application. I am now- I got my first engineering job 2 weeks before graduating from the boot camp.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +307748,10505,actualize,Mario Alija,False,2024,An amazing learning experience!,2024-01-05,5.0,5.0,5.0,5.0,"For anybody who's on the fence about this school, i highly recommend it. From the beginning they were very helpful in explaining every detail and help anyone in wanting to make a transition into the coding world. The course itself was so very intense... Read More but also cool, our teacher Amanda was awesome. She was really good at explaining and letting us be hands on and actually code, instead of just theory and reading about it. I could go on and on about all the pluses, but this is definitely the best bootcamp out there and i highly recommend for anyone looking to join one.Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +307747,10505,actualize,Anonymous,True,2024,Great Experience!,2024-01-05,5.0,5.0,5.0,5.0,"Learning at Actualize was a great experience. I started Actualize with zero knowledge of Software Development, and can now build out full-stack apps, with knowledge in Ruby, Ruby on Rails, GitHub, SQL, React, JavaScript, HTML, CSS, and Bootstrap. They... Read More gave us many resources and guides which were created by Actualize. There was a lot of team work and collaboration. A big part of Actualize was equipping us with the skills to enable us to keep growing and learning independently after the bootcamp was over. The bootcamp was not just composed of lessons about coding and building apps: there were career advising classes, with a separate teacher who specialized in career coaching. Upon graduating the bootcamp, I felt fully equipped to start the job search and continue on my own. I highly recommend Actualize.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +307746,10505,actualize,Benjamin Shin,False,2024,It's about to get weird.,2024-01-05,5.0,5.0,5.0,5.0,"I have been learning coding prior to joining the bootcamp for almost a year, but I didn't have direction in how to learn the material. With thousands of different tutorials and guides online, I didn't know where to start or go next. Actualize has provided... Read More me with a knowledge of what to learn and has taught me different libraries and frameworks(rails, react.js, vue.js, flask). The instructor I had(Amanda), made the experience fun and easily graspable. The job assistance coach provided a wealth of knowledge which I didn't even know I needed. While the curriculum doesn't teach you algorithmic problems, it does provide enough knowledge to start your career and to continue teaching yourself after graduation.Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +307745,10505,actualize,Baila S.,False,2024,A Fantastic Start to Coding with Actualize Bootcamp!,2024-01-05,4.3,5.0,4.0,4.0,"I recently finished the coding bootcamp at Actualize, and it was an amazing experience. I had zero coding background, and I was worried about understanding everything, but Actualize turned out to be the perfect fit. The teaching style at Actualize is... Read More spot on. They start from the basics and explain everything really clearly. Our instructor was not only knowledgeable but also patient, and the classes were interesting and easy to follow. Even though some of my classmates had more experience than me, everyone was friendly and always ready to help I never felt left behind or intimidated, and I enjoyed getting to know everyone in my cohort. The days went by faster than I expected and the breaks every hour were just right, keeping the pace comfortable. The community feel was great, and it's not just about learning but also building connections for the future. Choosing Actualize was a smart move for me. I gained valuable skills, and I feel confident about starting my career in coding. If you're starting with no coding experience like me, Actualize is a fantastic choice. It's a supportive and enjoyable place to learn. Highly recommended!Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +307744,10505,actualize,Emily Jorgensen,False,2024,THE REAL DEAL,2024-01-05,5.0,5.0,5.0,5.0,"I spent over 6 months looking for a full-stack coding bootcamp, and this one is the real deal. It is fully remote in a cohort setting with daytime or nights/weekend options. My instructor was a magical coding fairy, she was competent, funny, and able... Read More to keep all 15 of us engaged in our virtual setting. We learned more in 4 months than I could teach myself in 3 years. They have career coaching designed into the curriculum as well. Bootcamps are time-intensive and expensive, but I truly believe that I received the best value at this bootcamp, and the return on my investment will be well worth it.Read Less",,Unknown +307743,10505,actualize,Van Wilson,False,2024,Amazing curriculum and people,2024-01-05,5.0,5.0,5.0,5.0,"Actualize Bootcamp has a well-organized curriculum that progresses at the perfect pace. I never felt overwhelmed or bored by the coursework. Amanda, our instructor, was amazing! The cherry on top of the program is career counseling that continues after... Read More graduation.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +307742,10505,actualize,Brandon Snover,False,2024,Glad I chose Actualize,2024-01-05,5.0,5.0,5.0,5.0,"The best part is the individual attention you get, and the ability to have your questions answered. They are great not just for learning coding but provide amazing support with your job search. The support continues after the camp is over which is super... Read More helpful on your job search.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +307740,10505,actualize,Anonymous,True,2024,Great experience at Actualize,2024-01-05,4.0,5.0,4.0,3.0,"Recently completed the Full Stack Web Development bootcamp at Actualize and loved it. I chose Actualize because it was taught via live Zoom meetings and there were multiple schedule options. They focus on teaching you how to ""learn to learn"" which I thought... Read More was great, because no bootcamp will teach you everything you need to know and to leave the bootcamp with the tools necessary to continue my education was the most important to me. Highly recommend.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +307739,10505,actualize,Derek McGee,False,2024,Wonderful Learning Experience,2024-01-05,5.0,5.0,5.0,5.0,"This bootcamp was everything I was hoping it would be. It's my last day at the course today and all I can say is that I am so glad I made this choice. I was worried about whether or not this would give me the information I need to get a job, but now I... Read More know that they truly do set you up for success. Also my teacher, Amanda was amazing! She was great at teaching the material, was able to make it fun, and was flexible if I ever ran into problems. My classmates also only made the experience better. This was a great decision not only for learning Full Stack Web Development, but also for the people involved!Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +307738,10505,actualize,ayala Karfunkel,False,2024,Exceptional Learning Experience at Actualize Bootcamp,2024-01-05,5.0,5.0,5.0,5.0,"Actualize Bootcamp totally exceeded my expectations! I started with zero tech knowledge and now feel super confident thanks to their awesome instructors. Unlike a previous confusing experience, Actualize broke down complex stuff in a way that actually... Read More made sense. Even over Zoom, my cohort felt like a tight crew. The vibe was warm and supportive, making learning a breeze. What's cool is that Actualize doesn't just teach tech skills—it sets you up for a lifetime of learning. Now I'm not just confident; I'm pumped to keep growing on my own. If you're looking for a bootcamp that's the real deal, go for Actualize. It's not just about learning; it's about gearing up to own the tech world!Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +306545,10505,actualize,Tori Keeling,False,2023,Extremely Happy I Choose Actualize,2023-11-16,5.0,5.0,5.0,5.0,"I enrolled because of how highly my friend Joey, one of the instructors with Actualize, spoke of the class. I feel super grateful for the pre-work portion with Kevin. I felt prepared when the live classes started. The career counseling aspect was extremely... Read More informative and helpful, I was able to get promoted at my current job in tech before the bootcamp ended because of it. Thank you for all your help and insight Lisa! A highlight for me was the learning how to learn aspect. I am going to use this in every aspect of my life. The content was challenging for me and it was satisfying to watch myself grow and progress. My instructor, Peter, worked 1:1 with me to figure out a learning plan that worked best for me. This was a huge weight off my shoulders that I wished I had when I was younger. This course with the instructors who were involved was worth every ounce of time and energy I spent.Read Less",,Unknown +306543,10505,actualize,Jason Ferguson,False,2023,So Glad I Chose Actualize,2023-11-16,5.0,5.0,5.0,5.0,"This one is the real deal people. I'm so glad this was the bootcamp / cohort I chose. I could tell as soon as the first class started that it was the right place and I was going to actually be picking up usable and marketable skills here. You will learn... Read More a ton here. Hands-on projects, with lots of back-up, resources, and support from the instructor. They make sure to provide you with a realistic and complete view of what to expect. Frameworks, languages, workflows, version control, team-building/team projects, career advisory and job searching. The instructors were all great. The career advisors were all great. I (like a lot of other people), was overwhelmed and unsure about bootcamps, but I can assure people now, that this is one of the good ones.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +306541,10505,actualize,Mason Ishee,False,2023,Exceeded My Expectations,2023-11-16,5.0,5.0,5.0,5.0,"I first chose Actualize based on good reviews and my initial interview with the advisor. I had zero prior experience with programming and wanted the best learning/challenging experience possible. The way this boot camp was set up with Prework and the... Read More actual course was phenomenal. It is beyond clear everyone here has done their research on best teaching practices and they give their all to the students. The instructors and career advisors care so much about the students and their success. The career advisors will also help as long as needed for the job search after graduation which is amazing. To sum it up, Actualize is overall the best boot camp I could've chosen and I have absolutely zero regrets!Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +305645,10505,actualize,Anonymous,True,2023,Was great! They really teach you,2023-10-13,5.0,5.0,5.0,5.0,Great program. They really teach how to code not just the languages you teach. Seem to have a great job hunting program after the program is over. Just make sure the languages they focus on cater to what you want to do and your area or work. If that fits... Read More your criteria i highly recommend this course.Read Less,Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +305528,10505,actualize,Ariella G,False,2023,Full Stack Web Development Course,2023-10-10,5.0,5.0,5.0,5.0,"Actualize's slogan is ""Educators first, developers second."" I found this to really be true throughout the whole course, starting from pre-work all the way through building full stack apps. Everything was explained clearly and questions were encouraged... Read More and answered. The pace was perfectly timed, we learned concepts without even realizing it, we were given real life examples of what may happen on a job, the opportunity to work in groups and experience the power and skills necessary to work in a team. It is a skill to learn how to learn and Actualize provides you with those skills. They encourage and believe in you, in addition to being very practical about expectations and growth learning. Actualize takes the whole picture of the person into account. Even though we were in class for many hours a day, it was very manageable. There are breaks and the curriculum is very stimulating. Throughout the course there are office hours where one can meet with a TA which show they really care and want you to succeed. Graduation is just the beginning of what services Actualize has to offer. Actualize sets you up for success to find a job. Throughout the whole course and beyond, a career advisor is there to teach you how to build your resume and make yourself as marketable as possible when applying to jobs.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +304869,10505,actualize,Anonymous,True,2023,A great coding boot camp experience! Highly recommend!,2023-09-14,5.0,5.0,5.0,5.0,"There are so many great perks to this boot camp starting from just the application process. When researching and applying to Actualize, the Operations Manager will be there to support you, answer questions, and guide you through the process. The course... Read More itself is so great! Students are placed in small-sized cohorts (I had 9 classmates), with one lead instructor and 2 TAs. There is a friendly, low-pressure atmosphere. Each day we learned some new techniques and then worked on a relevant exercises; when stuck during an exercise, there is always someone available for assistance and I never felt lost or uncomfortable to ask questions. Sometimes we split off into breakout rooms and completed exercises in smaller groups which was a fun, interactive way of learning. The capstone is not as daunting as it sounds- everyone makes it through and builds impressive apps! I came in with absolutely no prior coding experience and at the end of the cohort, I felt up to par with even the students that came in with prior coding experience. One of the greatest perks of Actualize is that they will walk you through the job search from A to Z. When you complete the live Zoom classes, you will find that you are still very much a part of Actualize! There is a tech mentorship program, an alumni network, and career advisors who will still be on your case.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +304868,10505,actualize,Daniel Richert,False,2023,Exceptional Coding Boot Camp Experience,2023-09-14,5.0,5.0,5.0,5.0,"I recently completed an inconceivable adventure with Actualize, and I couldn't be more thrilled to share my overwhelmingly positive experience. From the moment I walked through their doors, I knew I was in for something special. The program at Actualize... Read More is nothing short of stupendous. I started this journey with the goal of learning some programming languages and tools, and I was not disappointed. I learned Ruby, Rails, JavaScript, Node.js, SQL, and Git. The depth and breadth of the program were truly impressive and sometimes overwhelming. One of the aspects that truly sets Actualize apart is their exceptional instructors. They possess an incredible depth of knowledge but also have a natural skill to express complex concepts in easy-to-understand manner. And if I did not understand they took the time to help with that.. The support and mentorship I received were invaluable and made the learning process smooth and enjoyable. The hands-on approach at Actualize is another highlight. Real-world projects allowed me to apply what I learned in a practical context, strengthening my understanding and furthering my confidence as a developer. Collaboration is also a cornerstone of the Actualize experience. Working alongside fellow students on group projects not only improved my coding skills but also fostered a sense of teamwork and camaraderie. The career services provided by Actualize are extremely valuable. From resume building to pseudo interviews and networking opportunities. I cannot overemphasize the positive impact Actualize has had on myself. I've not only acquired invaluable technical skills but also a newfound passion for coding. The support, the knowledge, and the sense of community I gained throughout this program have been life-changing. If you are looking for a coding boot camp that offers a program curriculum, superb instructors, hands-on experience, and an unbeatable support system, look nowhere else than Actualize. I totally recommend it to anyone who wants to learn coding.Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +304866,10505,actualize,Anonymous,True,2023,Phenomenal Bootcamp,2023-09-14,5.0,5.0,5.0,5.0,"Actualize is a well-thought-out curriculum with fantastic instructors who help you get a firm grasp on programming. I decided to choose this bootcamp because a friend who went here in the past recommended it to me, and vouched for their great instruction.... Read More After completing the bootcamp I can confidently say that not only is the instruction first-rate, but I also gained the skills necessary to feel confident in applying for software developer jobs and starting my own projects. One key concept that is reiterated in the bootcamp is the idea of ""learning how to learn"". Actualize does a phenomenal job of expressing this and making sure you know how to learn effectively so you don't feel lost once the bootcamp is complete. Another important aspect I loved about the bootcamp was the constant exercises to reinforce our learning. If I ever felt stuck or lost I could easily ask for help and get immediate feedback. This is super important because when you are learning how to code the more you actually practice writing code the quicker you will pick up on the concepts. Overall my experience with Actualize was superb, and I highly recommend it to anyone who has been considering joining a bootcamp.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +304865,10505,actualize,Yassar Ahmed,False,2023,Great choice for a bootcamp,2023-09-14,5.0,5.0,5.0,5.0,During the time I was enrolled in Actualize I learned coding fundamentals along with new technologies. The curriculum and instructors were great! I enjoyed the time I was in the bootcamp and met a lot of great people. By the time I finished this course... Read More I felt ready for the job market.Read Less,Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +304864,10505,actualize,Kevin Jolley,False,2023,Absolutely worth it!,2023-09-14,5.0,5.0,5.0,5.0,"I had tried a bootcamp that was not in Zoom meetings and used reading material instead. I can definitely say that having someone demonstrate the code in first, then trying it myself helped a lot. I would run into errors that the reading material hadn't... Read More covered, so I was left to Google it myself, but I didn't always know the specifics of the problem. Having someone there, that could look at my code in real time, and give me feedback on how to get it to work made the learning experience so much better. They even gave us advice on Googling our problems so we could find a solution, which has come in handy many times. I could not recommend Actualize more, whether you're a total novice at computers or have some basic knowledge. It has been a great learning process and definitely worth the time and money!Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +303120,10505,actualize,Anonymous,True,2023,An experience you cannot get anywhere else!,2023-07-21,5.0,5.0,5.0,5.0,"Choosing Actualize as my boot camp was one of the best decisions I have ever made. I was brand new to the coding world and was only learning the very basics before I applied. Actualize emphasizes the importance of how languages and technologies should... Read More be approached. After finishing their course, not only do I know how to utilize Rails and React, but more importantly, have the knowledge to efficiently learn any language, framework, interface, structure, and many more. They also have many resources, including a career advisor, and an amazing alumni community to help land your first job. If you are committed to coding, love to learn, and put in the work, Actualize is the course for you.Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +303100,10505,actualize,Shawn Goff,False,2023,"Don't just dream it, Actualize it.",2023-07-21,5.0,5.0,5.0,5.0,"If you're interested in learning full-stack web development and thrive in a structured learning environment, Actualize is the perfect boot camp. I highly recommend it, especially to fresh high school graduates who want to develop a new skill set before... Read More entering the professional world or heading off to college, and to professionals seeking a career change, like myself. I enrolled in Actualize because I found myself stuck in a profession I never enjoyed, despite working in it for a long time. After getting laid off, I realized it was time for a major change, and I couldn't be happier with what I learned from Actualize. The cohort instructor and teacher's assistants were always friendly and eager to help, and the career resources and support provided by Actualize are unparalleled. I had completed the pre-work for other boot camps but never felt confident enough to enroll, and I had also tried learning software programming from YouTube tutorials, but that approach didn't work for me either. Actualize guides you through the entire journey and ensures your success. The program is intense, and you will feel exhausted at the end of each day. However, believe me when I say the twelve weeks go by so fast that you'll be shocked when the program is over. I would 100% do it all over again, and my only wish is that I would have done it sooner.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +303099,10505,actualize,Ricky Delgado,False,2023,One of a Kind Bootcamp,2023-07-21,5.0,5.0,5.0,5.0,"When I was researching bootcamps to find one to attend, there was a common theme of negative issues for many OTHER bootcamps (high-stress, quality of instructors, 24/7 workload), but Actualize seemed to have a curriculum and a solution to each of those... Read More problems. After going through the program, I think I made the best choice possible. The instructor was amazing and had gone through the program so he knew exactly what we were going through. We also had 2 TAs for 10 students so there was always someone available for to answer our questions. Actualize emphasized continual learning and really helps set the foundation of how to go about picking up new technology and languages for after the bootcamp. While there are tough moments during the bootcamp, I never felt super stressed and always felt comfortable with what we were learning or I knew that I could easily ask for help to make me feel comfortable. The best aspect overall is also the Job Hacking where you have a dedicated Career Advisor that can help you with whatever job related item you need. It can be as broad as updating a Resume/LinkedIn Profile or as specific of helping you craft a message to network with someone on LinkedIn. The support does not stop after the bootcamp ends also, since you keep meeting with your Career Advisor after and are paired with a Tech Mentor (someone that has gone through the Actualize program and is currently working in the field). Overall the experience and the resources are amazing, and I truly enjoyed going to class each day.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +302062,10505,actualize,Colleen Rust,False,2023,Choose Actualize!!,2023-06-16,5.0,5.0,5.0,5.0,"Actualize provides a positive learning environment that effectively taught me how to code. This program was amazing to be apart of and I truly feel they have set me up to be successful in my career. Not only are the instructors super supportive and helpful,... Read More their TA's are the same way! I'm so glad I chose Actualize because it built my coding confidence as well as providing the the stepping stones to learn even more coding languages.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +302060,10505,actualize,Tom Gagliano,False,2023,The reviews speak for themselves,2023-06-16,5.0,5.0,5.0,5.0,"I chose Actualize because of the top reviews and all the good things the previous graduates and students had to say. I can say after taking this class I feel more confident than I honestly envisioned I would prior to graduation. Every instructor I had... Read More enjoyed their role as teacher and was always available to answer the questions, which was one of my main concerns when choosing a bootcamp. The coursework was carefully chosen by the members of the company to make sure we were getting the most out of the 4 months and I feel I really did get the most out of it. The job advisors were also always available and provided us with the information we need to be prepared for interviews and how to put ourselves in the best possible situation to get job offers. I also liked how the classes aren't too big. If this is an industry you are thinking about joining and you're looking into bootcamps I can say with confidence you can't go wrong with Actualize.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +302059,10505,actualize,Kimber Ogden,False,2023,Hands down the best learning experience!,2023-06-16,5.0,5.0,5.0,5.0,"This course has not only taught the fundamental skills to be a developer, but also how to manage a good mental headspace. Not to mention supreme job hacking guidance. I strongly suggest this course for anyone looking to switch careers. As they say, anyone... Read More can learn to code! I wouldn't have thought it possible if I didn't take the leap into this and I'm glad I did! I went from being a dog groomer and knowing nothing about coding to being able to build full-stack apps. Thank you to all at Actualize! This was a most valuable experience.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +302057,10505,actualize,Anonymous,True,2023,"Great teaching, supportive career advisors, great curriculum.",2023-06-16,5.0,5.0,5.0,5.0,Enrolling into this boot camp was a great decision. It was a lot of work but my Instructor did a great job breaking it down throughout the entirety of the course. The teaching assistants were well informed and always useful. The career advisors also showed... Read More great care and helped everyone stay on top of their job seeking requirements.Read Less,Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +302055,10505,actualize,Sam Wells,False,2023,Game Changer!,2023-06-16,5.0,5.0,5.0,5.0,"I couldn't be happier with my experience at Actualize. Making a career change is scary, but the approach to teaching and the support we're given throughout bootcamp and post graduation is absolutely incredible. I feel really thankful that I chose Actualize... Read More after doing a ton of research of different coding bootcamps to attend. Highly recommend to any prospective bootcamp attendees!Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +301325,10505,actualize,Leah Perri,False,2023,Enroll in Actualize!!!,2023-05-19,5.0,5.0,5.0,5.0,"I chose Actualize because I knew I wanted to learn coding from professionally trained educators. I am so glad I chose Actualize for my bootcamp experience because the learning environment, curriculum and quality instruction was unparalleled!! I am actually... Read More sad that the bootcamp is over and will really miss my instructor and peers who I have developed a bond with over the past 3 months. I joined this bootcamp with no prior tech experience, and now through this course, I have gained a solid foundation of web development skills and feel empowered to make a career change into tech. I also really appreciate the job-hacking curriculum, resources and support services available for students even after graduation, as well as their tech mentorship program and networking Slack channel for graduates. Lastly, I really appreciate that Actualize values DEI and my instructor actively upheld an inclusive space. As someone in the LGBTQ+ community I felt comfortable and celebrated here as my authentic self. Look no further if you are considering pursuing a coding bootcamp.Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +301324,10505,actualize,Anonymous,True,2023,Great experience!,2023-05-19,5.0,5.0,5.0,5.0,I highly recommend this program because it not only prepares you with the necessary technology skills but also how to handle learning new things and taking on new challenges in your career. The cohorts are small which creates a great environment for learning.... Read More The instructors and TAs are super attentive and take the time to help you understand the topics.Read Less,Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +301322,10505,actualize,Mike McComb,False,2023,Confidence Building Code Experience,2023-05-19,5.0,5.0,5.0,5.0,"I chose Actualize because: The materials on their website had a sense of humor I responded to I was able to set up a financing plan The curriculum includes Ruby, Rails, JavaScript, React, and jobhunting skills/resources The schedule fit my schedule (11am-4pm... Read More Central Time Monday through Friday) I came into the class with some technical background and still found the experience educational and worthwhile. I'm leaving the class with a bunch of ideas on things I want to build, things I want to try out, and the confidence to tackle new subjects/languages that I probably would not have tried exploring if left to my own devices.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +301321,10505,actualize,Lucero Giron,False,2023,Definitely Worth It,2023-05-19,5.0,5.0,5.0,5.0,"It was super intimidating at first because I really didnt have all that much experience beforehand and I didnt know what to expect but Im so glad I took the leap and went for it anyway. The cohort was amazing, the TAs were awesome and the teacher was... Read More top tier. It was honestly one of the most worth while things Ive done for myself in a long time.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +299834,10505,actualize,Anonymous,True,2023,got what I needed!!!,2023-03-31,5.0,5.0,5.0,5.0,I went into the bootcamp knowing only what I was able to teach myself a few weeks prior and I was a it intimidated by that fact. The pre-work they have for you before actual classes start was perfect to get me started and I never felt like I was drowning.... Read More Then the actual bootcamp was exactly what I wanted! I learned lots of really great skills but the most important skill I feel like I picked up was the ability to teach myself. Even before the end of the bootcamp I was able to start teaching myself another language and make an app with it. No regrets about my choice at all.Read Less,Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +299830,10505,actualize,Matthew Taylor,False,2023,Worth It!,2023-03-31,4.7,5.0,5.0,4.0,I loved that the course had live instruction in the online classroom. It made the learning experience so much better and thorough to be able to ask questions as we went along. The course also does a great job having you do exercises along the way that... Read More really drive home the knowledge and allow you retain the information and skills.Read Less,Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +299829,10505,actualize,annie hwang,False,2023,Worthwhile,2023-03-31,5.0,5.0,5.0,5.0,I loved every second of this boot camp. The program itself is very hands-on and you learn a lot of valuable information. The people that you meet here are what really make this program worthwhile. Everyone here is so supportive and is just an amazing... Read More software-developing community that you can count on. They put a lot of emphasis on not just technical skills but also your well-being. I would definitely recommend this to a friend and a great way to kickstart your coding skills.Read Less,Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +299828,10505,actualize,Dallin Forsyth,False,2023,"Amazing Curriculum, very insightful",2023-03-31,5.0,5.0,5.0,5.0,"I took this course from dec-mar. Every interaction was just great. I definitely feel confident in finding a job now with the skills I have learned. They provide a job search coach you can meet with weekly after the boot camp if wanted. As well as a tech... Read More mentor coach you can meet with every week/every other week post boot camp to help you with projects and any insight. They taught me the need to know frameworks for the job market, and I couldn't be happier.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +299827,10505,actualize,Madeline Vogel,False,2023,Amazing Bootcamp!,2023-03-31,5.0,5.0,5.0,5.0,"There truly isn't a better course for anyone looking for a software bootcamp! There is so much support from the beginning through your job search and beyond. Live instruction, amazing teachers and TA's, great career coaches, the list goes on and on. If... Read More you are at all considering a bootcamp, talk to Actualize.Read Less",,Unknown +299790,10505,actualize,Jared Harvick,False,2023,Awesome experience!,2023-03-30,5.0,5.0,5.0,5.0,I decided to enroll in Actualize after hearing back from several grads on LinkedIn about how great of experience they had. I can gladly report they were not wrong. Actualize was an amazing program that I feel has given me an amazing foundation to launch... Read More my career in tech. They really care about their students and create an environment to help you succeed.Read Less,Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +299788,10505,actualize,Jose Rodriguez,False,2023,Actualize bootcamp,2023-03-30,5.0,5.0,5.0,5.0,"I chose Actualize based on word of mouth, and it turned out to be the best choice for me. The people who work there genuinely care about you and your feedback, and they create a supportive environment that makes learning enjoyable. The curriculum is well-organized... Read More and covers all the necessary basics, with an easy-to-follow structure. However, I did find the front-end section of the curriculum to be quite challenging. There are so many details to keep track of that it can be difficult to follow everything, but the instructors did their best to help us succeed. I should also mention that Actualize offers excellent job-hacking support. They have a constant push on their site to help students succeed, and I found this to be very helpful. Even after the bootcamp ended, I continued to receive support through their 1-on-1 mentorship program, which is a recent feature they implemented. Overall, I feel that my time at Actualize was well-spent. I came away from the experience feeling rewarded, supported, and encouraged to continue down the path I've chosen. I have no regrets about choosing Actualize, and If you're interested in learning how to code and want to do it in a supportive environment, I would highly recommend Actualize.Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +298121,10505,actualize,Anonymous,True,2023,Great Experience!,2023-02-17,5.0,5.0,5.0,5.0,"I really enjoyed my experience at Actualize. The instructors, TAs, and career advisors all care about your success and provide you with the opportunities and resources to succeed. The class is live and you are able to interact and ask questions on the... Read More spot whenever you are stuck. The curriculum is project based and gives you the opportunities to learn hands-on while building your portfolio and adding your own ideas to each project. I didn't have any coding experience when the class began but I walked away with the confidence and ability to learn new languages/frameworks on my own. The resources provided to you don't just go way after the class, you are provided with resources to keep you motivated and working on projects as well as resources to help you in your job search and interview preparation. I can't recommend Actualize enough!Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +298117,10505,actualize,Jeffrey Rubin,False,2023,Extraordinary,2023-02-17,5.0,5.0,5.0,5.0,"As I needed to improve and add to my skills, a friend referred me to Actualize having taken the course himself. What I learned here is nothing short of life changing. Not only do you learn some of the more used code languages that are out there, but you're... Read More also learning how to teach yourself new skills or languages long after the course has ended. From the instructors to the career counselors, I have felt supported every step of the way no matter the circumstance. They not only want to see you succeed as a developer, but also as human being in a tumultuous time. I appreciate everything they've done and would not have wanted to go through any other program.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +298116,10505,actualize,Anonymous,True,2023,Was fun and a great experience,2023-02-17,4.7,5.0,4.0,5.0,"I really enjoyed my time here! Learned a lot about coding and there's a lot of help post graduation to keep you on task to improve your portfolio/skill while applying to jobs. Actualize provides A LOT of resources to help you with coding from mentorship,... Read More to mock technical interviews, mock behavioral interviews. And of course you can keep in contact with your cohort. Class was M-F 9am-2pm, two 15 min breaks, one 30 min lunch. In order to maximize the course though I would suggest coding or studying during your free time. Course does a good job showing you the ropes and how to approach difficult problems.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +298115,10505,actualize,ju won do,False,2023,It was a worthwhile amount of time.,2023-02-17,5.0,5.0,5.0,5.0,Actualize is a well-organized boot camp that gives you everything you need to learn coding from zero. Give you demos and let you absorb them and use them in a team project and capstone project. They also teach you how to learn for yourself after the course.... Read More Let you prepare for job searching also. You will not be alone in getting a job.Read Less,Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +296648,10505,actualize,Anonymous,True,2023,Fast Track to Full Stack,2023-01-13,4.7,5.0,5.0,4.0,"Instructor was excellent! She is knowledgeable, passionate, and had 0 issues explaining a pretty complicated subject in a very digestible way. Loved the emphasis on community and team building, as well as a lot of emphasis being on post-bootcamp, including... Read More their in-house support for graduates. It feels like a ""whole picture"" bootcamp rather than one that just leaves you overwhelmed right when you graduate. The ""job-hacking"" portion felt like it took a little too much time from what could have been used for more practice/instruction, but overall a great experience.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +296647,10505,actualize,François-René Léautier,False,2023,Throughly rewarding bootcamp experience,2023-01-13,5.0,5.0,5.0,5.0,"Coming in to Actualize, I was looking for a coding bootcamp with responsive teachers, career support and a strong curriculum. Actualize met all my requirements and more. My instructor was attentive and always willing to help, the schedule gave me plenty... Read More of time to fulfill my daily obligations, and the content was engaging and relevant. After graduation, I'm still getting career support while I search for a job, which is very appreciated. Would absolutely recommend to anyone looking to transition to a career in tech.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +296646,10505,actualize,Colton Peckham,False,2023,"The experience was refreshing, in the sense of finally finding my calling",2023-01-13,5.0,5.0,5.0,5.0,"This bootcamp was amazing with everything, whether thats the instructors, the TA's, or the class workflow. If you are looking for a new career in development you should strongly consider Actualize! I was hesitant at first thinking ""is this really the... Read More field for me?"" but this lecture definitely relieved those hesitant feelings, being one of the best experiences I could of asked for!Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +296645,10505,actualize,Mark Rubin,False,2023,Flexible and Life Changing,2023-01-13,5.0,5.0,5.0,5.0,"This was my second ""transition"" in my life in terms of a career change, and I was struggling to find a bootcamp that would fit my needs regarding what I wanted to learn, what kind of structure there was, and if I was able to continue working throughout... Read More the process. I wasn't in a position to quit my job and focus solely on the bootcamp, and I was lucky enough to find something that was during free time (the nature of my job is early mornings and afternoons/evenings). The second thing I loved about this bootcamp is that it was live. It wasn't just a ""watch this recording and do this assignment"" type of course. Being able to ask questions on the spot and interact with the instructor and TA's was helpful, as when you are learning something new and need to reinforce a concept, it is extremely beneficial to have that available. This is especially helpful for individuals who have limited to no prior experience with coding. Lastly, I mainly chose this because of the career services and ""job hacking"" that is associated with the program. There are plenty of resources available to help guide the process of finding a job in a new industry within the program. We go over many aspects of the application and interview process and how to handle the difficulties that may arise. We are able to schedule 1-on-1's and create a sound plan moving forward post-bootcamp and adjust, as needed. If you are looking to change careers and get a sound structure when it comes to learning how to code, definitely choose Actualize!Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +294974,10505,actualize,Grace Manzon,False,2022,Amazing,2022-11-18,4.7,5.0,4.0,5.0,"From the start Actualize provided an enormous amount of transparency regarding the curriculum, student expectations, and the kinds of support they will provide. Everyone involved, my lead instructor, the TAs, our career advisor, all then exceeded expectations... Read More and made the experience extremely well-rounded. It happened really fast but I learned so much and feel that I not only have had the opportunity to build a strong foundation of knowledge but also learn so much about what my next steps and paths can be.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +294969,10505,actualize,Robyn Spaulding,False,2022,"Wonderful, supportive community and great instructional practices!",2022-11-18,5.0,5.0,5.0,5.0,"Pros: -Great teaching practices and pacing. I learned so much from my instructor and TA's. They were encouraging and knowledgable allowing us to ask questions but also teaching us how to research on our own. -Super organized structure - coming from an... Read More education background I was so happy with the way the lessons were planned and executed. I was able to not only learn in class and ask questions, our classes published materials are always available for review if I get stuck while working on a project independently -Amazing career counseling or rather ""Job Hacking"" curriculum. The career advisors had amazing resources for us and did a great job helping us to organize and plan for life after the bootcamp - with the difficult task of job searching ahead of me I feel confident that I have the support and resources to find a job that is right for me. Cons: -Really heavy on Ruby - would have liked to learn a few more languages. - I would have enjoyed learning more about mobile development during class timeRead Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +294965,10505,actualize,Anonymous,True,2022,Personalized learning environment,2022-11-18,5.0,5.0,5.0,5.0,"This is the bootcamp for anybody who wants a personal, intimate learning experience. The cohort size is ideal and the instructors work to make you feel welcome and cater to your needs. There are two TA's for each cohort as well that help you through your... Read More coursework and projects. Overall, there is more than enough help for aspiring programmers of all levels.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +294964,10505,actualize,Kade Illian,False,2022,Actualize has an extremely well-designed curriculum that prepares you for a variety of software engineering jobs post bootcamp.,2022-11-18,4.7,5.0,5.0,4.0,"In my opinion, the best part of Actualize Bootcamp is the curriculum. Coming out of the bootcamp, I feel extremely confident in my skills in both Rails and React. In addition to these two primary frameworks, Actualize also teaches you skills like Git,... Read More SQL, Postgresql, and how to continue learning post bootcamp. Overall, I would highly recommend this bootcamp to anyone who is looking to start their web development career.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +294941,10505,actualize,Jules Robinson,False,2022,"I learned a lot, so happy I did it.",2022-11-17,5.0,5.0,5.0,5.0,"The program at Actualize is so supportive. That was most important for me, there's always someone to talk to and coach you along. The instructors and counselors are really invested in your success not only as a student but a graduate as well! Highly recommend!... Read MoreRead Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +294939,10505,actualize,Anonymous,True,2022,Intense but worth it,2022-11-17,5.0,5.0,5.0,5.0,Great course. Very informative. Lots of hands-on practice. Lots of support once you graduate to help you find your first job. The course went over more than what was presented on the website which was nice. The curriculum is current to what is going on... Read More in tech and makes sure everyone is prepared to graduate. The instructor was super helpful and worked patiently with everyone in the cohort. The class size is small so everyone gets help and doesn't get lost in the crowd. The curriculum adds on as the week progresses until the final end when you make your capstone.Read Less,Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +293756,10505,actualize,Nathan Brownstein,False,2022,"Positive, encouraging, and difficult",2022-10-07,4.7,5.0,5.0,4.0,"This course is not easy. It has 5 weeks of pre-work, plus the actual course work. It's fast paced and won't slow down for you. However, it is a very supportive environment, one which doesn't require any prior knowledge of coding. If you are interested... Read More in coding as a job, and have the discipline to actually commit to the full time frame, I would say it is an excellent way to decide if you have the temperament to code as job. It also helps that the instructors are teachers, and not just coders, and thus have experience in how to create curriculum and how to teach students. I will say the curriculum is constantly evolving, so you may encounter things which feel unrefined, but much of the experience was extremely smooth and felt well thought out. If you can succeed in this fast paced environment, I'd say you're well suited to coding in general. It's a good course, has good instructors, and felt collaborative the whole time.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +293755,10505,actualize,Joe Ulica,False,2022,Great experience. Well worth it.,2022-10-07,4.7,5.0,5.0,4.0,The Actualize coding bootcamp was really a great experience. There's a great balance between exposing you to new concepts without being overwhelming and giving you time to practice what you've learned. The instructor I had was phenomenal - very personable... Read More with tons of coding and teaching experience. The effort put into lesson and activity design was apparent from the get go.Read Less,Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +292794,10505,actualize,Geoff Arner,False,2022,Excellent experience and great class for learning coding.,2022-09-09,5.0,5.0,5.0,5.0,"I heard about this bootcamp from someone who had completed the course and said that it was great. I did some research and it had a better reputation than most of the other bootcamps I had looked at. I was impressed that it focused heavily on interaction... Read More and feedback between students and the small class sizes with two T.A.s. When I read one review about how they hire teachers, teach them to code, and use them as instructors I knew it was the right choice. I have to say it was intimidating during pre-work and the bootcamp itself was very challenging at times. The resources, group discussions, and office hours in addition to one-on-one help really made the learning process a positive experience. It is a bootcamp so it isn't easy but the amount of information that I learned was well worth the time and money.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +292793,10505,actualize,Eric Barton,False,2022,Excellent educators,2022-09-09,5.0,5.0,5.0,5.0,"I can't recommend this bootcamp enough. Excellent instructors, satisfying work, and it's a lot of fun. You receive ongoing support after the course ends, as well, which is a big help to the job search. If you're on the fence, just jump in, I'm so happy... Read More I made the decision to go to Actualize.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +292792,10505,actualize,Keosha Young,False,2022,Trust the Process!,2022-09-09,5.0,5.0,5.0,5.0,"I actually chose Actualize after coming to this website. There were countless 5-star reviews! So many, I didn't believe it so I decided to go further by asking former students on LinkedIn about their experience. To my surprise, the reviews were the same... Read More and they all recommended it. I'm so glad I listened to them and decided to enroll. Before this course, I had no prior experience with coding. I now have the confidence to say I feel like I can learn any language, framework, etc. I would highly recommend this boot camp to anyone interested in learning to code.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +292791,10505,actualize,Fernando Antelo,False,2022,Cannot recomment Actualize enough,2022-09-09,5.0,5.0,5.0,5.0,"I had an awesome experience with Actualize. Everything went extremely well, from the application process to the class itself to everything they do for you after graduating. Amanda is an awesome instructor. She explains things so well and always helps... Read More reassure everyone of their progress. Going into this class, I had a small amount of coding knowledge from years prior, but I had no confidence that I would be able to learn all the skills on my own to be able to find a job in software development. After finishing the course, I have no regrets and would recommend Actualize to anyone. The way the course is set up is a great way to learn web development. Seriously, taking this course is one of the best decisions I've made.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +292790,10505,actualize,John,False,2022,Great way to learn new skills,2022-09-09,5.0,5.0,5.0,5.0,"They understand the difference in how adults learn. The course will challenge you and push you to learn while giving you the flexibility to do it in ways that interest you. They also understand how to build comradery between online students, which makes... Read More a huge difference in learning from each other.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +292787,10505,actualize,Kay McCreedy,False,2022,Excellent Course and Instruction,2022-09-09,5.0,5.0,5.0,5.0,"Actualize was, in fact, the only bootcamp I applied to after deciding to learn how to code—I found their program on Course Report and sent off an application, telling myself I'd go back and consider other options later. However, after hearing back from... Read More their enrollment team and especially after interviewing with Ricky, I decided to jump into their program. This is a decision I have not questioned even once in the past four months. I think the first thing that stands out to me about this school is how relaxed, considerate, and friendly the faculty and program are as a whole, providing extensive feedback and support not only about coding, technical skills, and the process of job searching, but also in regards to emotional well-being and maintaining life-work balance. My instructor was Amanda, who is both a phenomenal teacher and a real sweetheart; her guidance and instruction was only outmatched by her encouragement, positive attitude, and outstanding ability to coax out the best in her students. It's hard to overstate how crucial that community aspect was to my experience at Actualize—after only 12 weeks of digital meetings, I find myself feeling close to the people I have studied and worked with here, and am excited to see what they go on to do. To that end, Actualize also provides excellent guidance in its charmingly-titled ""Job Hacking"" course, which course I am really grateful to have as a continued part of the education I have received here. Overall, this is a phenomenal school providing the best in online bootcamp learning; I have already recommended the program to a few friends and will continue to do so any time someone asks me about coding bootcamp.Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +292786,10505,actualize,Caleb Heck,False,2022,A Strong Foundation,2022-09-09,3.7,4.0,4.0,3.0,"I chose Actualize because I wanted a short and intensive experience. What I didn't expect was a relaxed environment that I found comfortable to learn in. While we did cover course work quickly, my instructors did not add additional pressure but relieved... Read More it. I am very proud of how far I've come in this short time. I'd recommend Actualize to anyone who has already found an interest in coding but found self-learning to be full of stumbling blocks.Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +292784,10505,actualize,Chris,False,2022,Great Instructors,2022-09-09,5.0,5.0,5.0,5.0,"I settled on coming to Actualize after comparing quite a few bootcamps. The thing that decided it for me was the fact that Actualize hires actual instructors. The instructors know how to teach and put the students first. You don't get some fresh bootcamp... Read More grad who will just teach you how to type what they type. You get people that know how to teach. Specific review for Amanda (Instructor) - Amazing instructor(Would never tell her this directly...kidding). She made sure to break down what she was doing in an understandable way, and constantly found ways to make things make sense. You could see her background as a teacher come through in that she made things engaging and fun. She did a great job and I would recommend Actualize solely based on her performance. The Career support is called Job hacking and they are fantastic as well. Sarah is always available to help and helped me polish up my resume so that it wasn't an embarrassing mess. I feel ready for the job hunt and feel like I have got support through the process.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +292782,10505,actualize,Mark,False,2022,Coding Bootcamp,2022-09-09,5.0,5.0,5.0,5.0,"This was the best online course I have taken. I was sent here by my current job to become proficient with Ruby and web development and that's exactly what happened. Actualize makes it feel like a real classroom setting with real classmates that become... Read More friends the instructor, Amanda was phenomenal to say the least. Had a blast and learned a lot!Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +292749,10505,actualize,Daisy Zavala,False,2022,Amazing Program,2022-09-08,5.0,5.0,5.0,5.0,"This program is challenging, but incredibly rewarding. I had very little experience with coding, and even with that being the case, there was never a time when I felt too intimidated or discouraged. The curriculum is built to accommodate anyone, and I... Read More really enjoyed the whole experience. My instructor, Katherine, and TAs, DJ and Matt, were the best. They were so helpful and kind. They are very passionate about their work, and you can really see that when you're in the class.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +292748,10505,actualize,Caroline,False,2022,"Great bootcamp, amazing instructor",2022-09-08,5.0,5.0,5.0,5.0,"I could not speak more highly of Actualize, and my instructor Katherine, who led my evening cohort. I went into this course worried I’d struggle to stay engaged given that it was 3.5 hours after a full work day, but Katherine was extremely engaging and... Read More brought so much energy to the class every single day, it was much easier than I had anticipated. Structurally, it was a good mix of learning via demos and and actually coding ourselves and working with our classmates. We had a 9:1 ratio + TAs, which worked well and our questions were always answered.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +292747,10505,actualize,Casey ebhrendt,False,2022,Awesome Experience,2022-09-08,4.7,5.0,5.0,4.0,"I chose Actualize after several weeks of researching coding bootcamps. After narrowing my search down to 4 schools, I settled on Actualize. Throughout the reviews, one theme remained the same about Actualize…Student Focus. Student after student kept commenting... Read More about the instructors genuinely cared about the growth and development of the students. And I can say I experienced that personally. My experience at Actualize was phenomenal. The program is not easy by any means, but it is very rewarding and the knowledge you walk away with is abundant. I would recommend this program to anyone that is seeking a career in software development.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +292746,10505,actualize,Joyce Jewell,False,2022,"Student first, joyful, thorough",2022-09-08,5.0,5.0,5.0,5.0,"Katherine Evans, my professor, was a literal angel. She led with confidence and had a very kind and funny demeanor. DJ and Matt, former graduates, were theee best TA's anyone could ask for. My class, the evening cohort, was full of unique, creative, determined... Read More individuals looking for a change. This was one of the best experiences of my life and I would recommend it to anyone. You can do this.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +290726,10505,actualize,Ronnie LM,False,2022,Full Stack Web Development,2022-07-15,4.7,5.0,4.0,5.0,"After months and months of researching coding bootcamps, reading reviews online (reddit, on here, etc.) I could not decide on one based on how polarizing the reviews were for almost every major bootcamp out there. But after being on Course Report one... Read More day and somehow landing on Actualize, I was highly impressed by the reviews from previous students and TAs. After researching Actualize more and interviewing with them, I decided to commit. I signed up for the full time bootcamp and it was a great decision! The format of the bootcamp kind of moves a bit fast in the beginning (especially as someone with very low previous coding knowledge), but with the resources they provide it helps you accommodate quite quickly. The office hours, the practice during class, the one on ones with your instructor, all begin helping you feel more comfortable with coding each day as you move forward through the bootcamp. I know there are sooo many different bootcamps out there with different formats, curriculums, etc., but this one worked for me and would definitely recommend it to anyone out there ready to get their feet wet with web development and coding. My instructor and TAs helped us form good coding habits all bootcamp long for our success moving forward. You definitely will not learn everything you need to learn in 12 weeks about full stack web development, but it was enough structure and motivation for me to individually continue moving forward. You get the resources to continue learning, practice coding, and begin searching for careers in software development after the 12 weeks. They will help you find a job to if you are truly committed!Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +290724,10505,actualize,Jack,False,2022,Good times,2022-07-15,5.0,5.0,5.0,5.0,"I just finished this Bootcamp today, and I definitely recommend it. Everything about it was exactly what I was looking for, and reviews I read for the course were very accurate, which is what lead me to pick this course in the first place. If you have... Read More read older reviews about Actualize, I can vouch for what most of them say. It was fun, informative, challenging, and all the other things everyone else has said. Joey was my instructor, and he was great. Surprisingly, it was his first time teaching an Actualize class, but he was born for the role.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +290723,10505,actualize,Thomas M,False,2022,"Great Bootcamp, Great Instructor, Good Curriculum",2022-07-15,5.0,5.0,5.0,5.0,"I did the online (full-time) bootcamp that ended in July of 2022. I had worked as a Product Manager for 1.5 years before the bootcamp began, and I was looking to gain the technical know-how to become an even better PM, so I wasn't like most of the other... Read More students who were looking at getting full-time developer jobs after the bootcamp. I didn't want to do a bootcamp that was 8am - 8pm where you just watch videos and work on projects. I'd heard horror stories from two friends who went to bootcamps that were bought by PE firms, so I knew I wanted a bootcamp that was intensive and owned by the founder(s), but not crazy time - intensive. Pros: 1) Great experience: overall I'd say it was a 10/10. I would definitely do the bootcamp over again if I were given the opportunity to do so. You go from knowing close to nothing about coding to being able to code fullstack applications on your own. 2) Great day-to-day: The day-to-day was really engaging and had a nice mix of live-teaching, exercises, and project work. The breaks made it so that you didn't get tired. The 11am start (CT) allowed me to work out in the morning and practice some coding. 3) Amazing Instructor: Joey was phenomenal! He was engaging and very knowledgable. Having gone through the bootcamp himself several years back, he had some great insights. The TAs were great too, but the instructor (Joey) was the MVP. Cons: 1) Pre-Work & Homework: The Pre-Work portion for Ruby & JavaScript were very helpful, and prepared me well for the first 6 weeks of the course. The Pre-Work for HTML/CSS was minimal, and when we jumped into the Vue JS portion, you could tell some people (including myself) were struggling given the lack of knowledge in HTML/CSS. I'd recommend anybody signing up for Actualize to take the Codecademy HTML/CSS courses before the live portion of the bootcamp begins. The homework was solid, but I wish we had a small primer on what was going to be taught the following day. A 15 - 30 min primer would help students to be better prepared for the material taught the following class.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +289382,10505,actualize,Ben Jelinek,False,2022,Great Course,2022-06-02,4.7,5.0,4.0,5.0,"I am transitioning to a new career as a web developer after my wife took a bootcamp, and I couldn't be happier with Actualize. I got to know my classmates, instructor, and was able to learn so much in so little time while also feeling accountable to the... Read More people around me. I had a ton of support both from the career advisor, TAs, and instructor. They truly care about you learning the material and getting the career you want. I would recommend to anyone looking for some guidance.Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +288969,10505,actualize,Evan Mapson,False,2022,Here to Support Your Success,2022-05-20,4.3,5.0,4.0,4.0,"Actualize is one bootcamp among many with ostensibly comparable curricula. The course currently focuses on Ruby on Rails for backend and Vue.js (Vue 3) for frontend development, though they're always making tweaks and updates to stay current. It's organized... Read More very rationally into three sections: pre-work, live instruction, and the job search. Live instruction is typically the 'meat' of what people are looking for in coding bootcamp, often giving less consideration to incoming skill level or the real-life challenge of finding a job after the live course. The staff at Actualize are available to guide and support you all the way through, whether you're coming in with significant coding knowledge or none. Pre-work is self-paced and teaches fundamentals of Ruby programming. Live instruction is taught by one of several lead instructors (who may or may not have some great terrible jokes for the class) with additional TAs available to answer questions, and goes into some level of depth on backend and frontend web development. I was in a cohort of 12 and there was nearly always one TA in class with us, which is a significantly better student-to-teacher ratio than some other programs I researched. Live instruction was somewhat less intensive than I expected, but there's a good deal of suggested/optional homework to both review in-class material and explore topics in more depth, if you have the time and/or energy for it. I'm moving into the job search phase now, which includes specific instruction along with one-on-one support for as long as you need. Sure, I could likely have learned much of this material on my own from various online resources, but if you get overwhelmed with the universe of material that's out there, don't know where to start, need to be held accountable by real human beings or just know you do better in class settings, this might be for you. I can't speak to the full extent of career support at this point, but the knowledge that I will have access to career advisors and the Actualize alumni community for as long as I need, I have a feeling that will be a truly invaluable resource.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +288968,10505,actualize,Brittney Nusbaum,False,2022,I'm leaving the bootcamp with strong foundational knowledge I can use to learn new technologies independently.,2022-05-20,5.0,5.0,5.0,5.0,"I chose Actualize because they emphasized long-term learning over teaching too many technologies in the short term. I'm leaving the bootcamp with strong foundational knowledge I can use to learn new technologies independently. I found that to be a lot... Read More more valuable than getting exposed to too many things and not understanding how to continue learning independently post-bootcamp. Our instructor also took the time to gauge how we were feeling about certain topics and would spend an extra day diving a little deeper if we needed. Our feedback, confusion, and questions were taken seriously, and he took the time to thoroughly explains things to us or change up the schedule a little to fit our needs. During the bootcamp, I experienced varying levels of doubt/imposter syndrome in myself and the work I was completing. The best choice I made was to voice these concerns with my instructor, teaching assistants, and career advisor. No matter how many times I reached out, they were incredibly supportive and encouraging. They really helped with putting my fears into perspective so I could grow past them. Although it's not an easy process, I felt as though I had the right people in my corner to bolster me up when needed, and I'm incredibly thankful for that. I would recommend Actualize to anyone who wants to enter a bootcamp with a strong support system of instructors, teaching assistants, and career advisors to foster long-term success.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +288966,10505,actualize,Kaz,False,2022,Beyond great!,2022-05-20,5.0,5.0,5.0,5.0,"This course was great. I took another course similar to this one before, and I think it is beyond great. The teachers are very friendly, have tons of variety of knowledge, and the class material was very thoughtful. I can implement more complicated functions... Read More than ever.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +288965,10505,actualize,Ilias Schwarz,False,2022,"Awesome people, great learning experience ....""I know kung fu"".",2022-05-20,5.0,5.0,5.0,5.0,"I had a fantastic experience with Actualize. I came into the course with next to zero coding knowledge and learned far more than I expected, every day. It became so much fun to learn new languages and algorithms I genuinely didn't want to stop at the... Read More end of each day. By the end of the course I was more than confident I could take on professional roles and pickup new methods and systems with relative ease. The capstone project was so much fun! The teacher (who absolutely loved to make the worst jokes possible - but usually the good worst jokes) always reminded us of how far we'd come in such a short time, and created a environment of comfort where we could talk to him, the TAs, and the other students without feeling judged. We were all in the same boat, even if we all felt like others were light years ahead (they weren't). In addition to the massive amount of coding I learned, the entire cohort itself was a wonderful learning experience. The career advisors are extremely helpful, you can really see how much they want you to succeed as an individual, I'm so glad I ended up choosing Actualize over the other several dozen bootcamps I checked out.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +288964,10505,actualize,Anonymous,True,2022,Great Bootcamp,2022-05-20,4.3,4.0,4.0,5.0,I chose Actualize because of the emphasis on supporting graduates trying to find a job. It was definitely the best education experience I have had and I would recommend it to anyone who wants to become a software developer without getting a CS degree.... Read MoreRead Less,Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +288963,10505,actualize,Davis Peck,False,2022,So much fun,2022-05-20,5.0,5.0,5.0,5.0,"I had pretty much no experience coding, and this course really helped me feel confident and understand how much you actually could learn about web developing. I will take the memories of this class and also the lessons that we learned with me for the... Read More rest of my life.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +288962,10505,actualize,Derek P Young,False,2022,It was a great learning experience.,2022-05-20,5.0,5.0,5.0,5.0,"The class was great. Felt as close to in person as you can get. Our teacher Brian did a good job teaching us how to quickly pick up new tech and learning how to implement it. Actualize sets a solid base in full stack web development and teaches you how... Read More to bring your ideas to the web. Job support has been great so far. Lots of help with resume building, connecting with contacts, and adding some structure to the job hunt. The Teaching assistants were a huge help always willing to spend time with student. They did a wonderful job making sure i as well as others understood what was being taught without giving you a direct answer. good experience all around.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +288960,10505,actualize,Michael Coyle,False,2022,Great Experience,2022-05-20,5.0,5.0,5.0,5.0,"Learned a ton in this time that I would have never been able to learn on my own during the same timeframe. Excellent, engaging, and attentive instruction and good job tools. Overall a wonderful experience and one I'd recommend, at this point, to anyone... Read More asking me about coding bootcamps.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +288958,10505,actualize,Anonymous,True,2022,Great Experience from Beginning to End,2022-05-20,5.0,5.0,5.0,5.0,"When I decided to attend Actualize the cohort was about to begin in a week. The people at Actualize were very helpful with setting me up in a short amount of time I had, being on top of E-mails and making sure I have everything I needed. The class portion... Read More was amazing. I learned so much and built confidence with working on code. A very stress free and supportive environment made my learning experience relaxing but informative. The instructor was amazing, very clear and made sure what we learned made sense, and stuck it in our minds to THINK like a coder and that I AM a developer. I came into the cohort very nervous and anxious, and I am leaving the cohort confident and skilled.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +288954,10505,actualize,Deana Vandegriff,False,2022,Actualize is your ultimate bootcamp destination!,2022-05-20,5.0,5.0,5.0,5.0,"After a long bootcamp search, I reached the ultimate destination when I chose Actualize. While I could go on and on about the strong instruction, thoughtful curriculum and powerful collaboration, the most impressive thing about Actualize is they are exactly... Read More who they say they are. Check out their website-- everything you read is true! Do it, take the leap-- they will catch you and walk you straight into the rest of your life!Read Less",,Unknown +288931,10505,actualize,Molly R,False,2022,I had a great experience learning at Actualize,2022-05-19,5.0,5.0,5.0,5.0,"I would recommend Actualize to anyone who wants to start a career in web development. The course is rigorous and very challenging, invest in yourself and go for it. Actualize helps students during and after the course with office hours, job hacking, and... Read More a huge support network. My instructor and TAs rocked and were always happy to help. The supportive environment with your classmates is also invaluable.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +288930,10505,actualize,Vicencio Mendez,False,2022,Such a great experience!,2022-05-19,5.0,5.0,5.0,5.0,"I was referred to this Bootcamp by two former Actualize alumni and the only thing I regret was not joining sooner! My experience and the curriculum were superb! I couldn't imagine learning this much in such a short time. All the instructors were phenomenal,... Read More Kevin in prework, Katherine as the lead instructor, and the TAs.All were always more than willing to help and go over anything you were stuck on. It doesn't stop there, Lisa in career services has been super helpful in my job search. I recommend enrolling if you're looking to get into web development!Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +288928,10505,actualize,Anonymous,True,2022,"Amazing, would recommend to anyone of all skill sets.",2022-05-19,5.0,5.0,5.0,5.0,"Pros, Network, Teachers, Job Help, Technical skills, An amazing way to get back into web development. I feel not only prepared to progress further any way i choose, but actually know i can add to this Magical world. Highly recommend to anyone from borderline... Read More career transfer status, to refining skills or wanting to learn further. Cons, none to think of.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +288927,10505,actualize,Holly Snell,False,2022,My Experience,2022-05-19,5.0,5.0,5.0,5.0,"I had a great experience at Actualize. I feel I have learned a lot from a fabulous instructor and TA's. The resources and assistance provided exceeds expectations and really helps lead to success, both in the program and after completion. I would and... Read More have recommended Actualize to anyone looking to get into software development. I started with practically no knowledge or experience in coding and finished feeling like I am capable to continue improving over time. It is definitely worth the sacrifice involved as it will be very rewarding.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +288926,10505,actualize,Cierra Simms,False,2022,Such an amazing experience!,2022-05-19,5.0,5.0,5.0,5.0,"Actualize was one of the greatest decisions I've ever made. Unlike other schools I've attended, I really felt like I had access to so so so much help and assistance when needed. Katherine made the bootcamp so fun, and I learned way more than I ever could... Read More on my own. I'm so excited to have all of the tools and knowledge needed to continue learning, and the continued support from Actualize. If you're serious about making a huge change in your life, I 10000% recommend this bootcamp. It really put into perspective how awesome of a career I can have. :)Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +288925,10505,actualize,Michael Beard,False,2022,Such a Great Course!,2022-05-19,5.0,5.0,5.0,5.0,"I came to Actualize after reading many, many course reviews. A friend of mine is an Actualize Alum, and he recommended it highly. I will say if you're looking for something to help you start a new career in software development, this is definitely worth... Read More the money and the time. Knowledgable staff, and so helpful with learning to learn to code, and figuring out what comes next.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +287118,10505,actualize,Gregory B West,False,2022,Actualize is a great program!,2022-03-25,5.0,5.0,5.0,5.0,"Actualize enabled me to learn an incredible amount in a relatively short amount of time. Before Actualize I was learning as much as I could through self study. I was able to learn about algorithms and other puzzle-solving style coding problems, but I... Read More wasn't learning much at all about practical programming and how to BUILD things with a computer! This is where Actualize excels, and I don't think I could have learned how to build a full stack web application in even 1/10th of the time on my own. Actualize gives you the tools you need to transition into a career in web development with actual skills beyond just theoretical computer science knowledge. There's also a great job hacking program where you're guided by career counselors, and there's an extremely supportive network of people who want to see you succeed. If you're like me and are burnt out from a career that doesn't value your skills as highly as you feel you deserve, I can't recommend Actualize highly enough.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +287117,10505,actualize,Alex,False,2022,Worth it,2022-03-25,5.0,5.0,5.0,5.0,"I picked this bootcamp based off of reviews on this site, the schedule they had available, and conversations with friends. I didn't do as much research beforehand as I probably should have, and I feel lucky that I had made a good decision. Actualize's... Read More teaching philosophy is teaching us how to learn. They won't go over every possible technology simply because it isn't necessary. Instead, we dived deep into developing an understanding of how our code is interpreted by the system, how the mechanisms work beneath the surface, and best conventions to use. I feel confident that I can apply what I learned in this class to any coding environment going forward, whether it's backend or frontend technologies, or even if it's in a language I know or not. I'd recommend Actualize to anyone who is serious about pursuing a career in software development.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +287115,10505,actualize,Dylan Sarikas,False,2022,"Excellent, Personal Experience",2022-03-25,5.0,5.0,5.0,5.0,"You may be interested in learning to program but confused about what a “Full Stack Developer” actually is. Let me explain. A Full Stack Developer is a web developer who works on both client and server software. This is often referred to as the “Front... Read More End” and the “Back End”. The Front End is what you see when you go to any website, how the page layout looks, how the buttons, menus, and forms all operate. The Back End is where a lot of the logic and data for the website exists. This would be where, for example, a website like Twitter would store all of the tweet data. So if that sounds like a field you’d like to work in, then learning to become a Full Stack Developer would be excellent. But Actualize also teaches general coding knowledge and just about everything you learn is transferable to another programming language. It was a great experience and I think the attribute that sets Actualize apart from other, larger coding bootcamp is how much they actually care about you. I had two friends who before me went to the two largest coding bootcamps and while they also enjoyed their experiences, we all agreed that Actualize cared the most about our personal success. This is most evident with the “Job Hacking” that takes place at least once a week that really prepares you to step into the world of a programmer after bootcamp. There are career counselors who meet with you personally 1-on-1 several times after the course of the bootcamp to get to know you and really tailor a plan to help you land a job, because that’s what this is really all about.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +287114,10505,actualize,Corrie,False,2022,"Great course, instructors and coaches invested in your learning and success",2022-03-25,5.0,5.0,5.0,5.0,"Living in Chicago, but applying to bootcamps in the pandemic, I was curious whether I should wait to apply to Actualize until things opened up back in-person, or if I should apply for the online class. After sitting in and observing a previous remote... Read More cohort, I went for it and am glad I did. Our instructor created a great atmosphere where I really got to know other students from around the country, we had inside jokes and met up outside of class to work together on homework. I also enjoyed the format of the curriculum, which consisted of short lectures, then a chance to practice the concept yourself on something different but related, and then a review if you were stuck/didn't quite get it. The whole vibe of the instructors and career advisors matches their pitch deck and you truly feel the Actualize staff is here for you, supporting you on a learning journey and invested in your success. The curriculum focuses on Ruby on Rails and Javascript and Vue.JS, which were great languages and frameworks to learn the concepts quickly and easily. I know I have a lot more to learn, but I left empowered to learn more and keep building things.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +287113,10505,actualize,Meghan Scherzer,False,2022,Great Bootcamp!,2022-03-25,5.0,5.0,5.0,5.0,"I found Actualize because a client of mine said a couple of co-workers went through it and they learned a ton. I liked that they offered a mid-day option and it was affordable for the amount of instruction and job assistance offered post-course. The course... Read More was unique because it had 5 weeks of pre-work which was self-led that gave you enough background knowledge to begin the 12 week live instruction portion. I felt that even with minimal coding experience before the 5 weeks of pre-work, this gave me enough experience that I could understand what was happening when the live instruction started. I also loved the instructors that I came into contact with. I had Dani as a lead instructor and she was awesome. Very caring, knowledgeable, relatable, very willing to help, and prepared us for the real world of web development. I would definitely recommend Actualize to anyone thinking about changing career paths. It helps build upon your current skill set and prepares you to enter the workforce as a web developer.Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +287112,10505,actualize,Benjamin Astengo,False,2022,Best cohort ever!,2022-03-25,5.0,5.0,5.0,5.0,Actualize far exceeded my expectations of what I thought I could get out of a bootcamp in such a short amount of time. If you're someone that has to maintain a job while attending this class remotely let me be an example of how anyone can absolutely do... Read More it. I came into actualize being an insanely burnt out truck driver working roughly 65 hours a week ready to make a career change. Going to school during the week and driving on the weekends is one of the most daunting things I've ever done in my life and I couldn't be any happier in taking the plunge. Actualizes course is perfect for the student that starts with 0 knowledge of web development and still has a work-life balance to manage outside of school. Dani is the best teacher i've ever had including high school/college. Apply to actualize!!!!Read Less,Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +287110,10505,actualize,Camden Parker,False,2022,Overall Experience,2022-03-25,5.0,5.0,5.0,5.0,"I am very pleased to report that Actualize has been a wonderful experience for me as a whole. The people I got to know and the strategies I learned during this camp have already become invaluable to me. The professors here are fantastic, and the TA's... Read More as well. They provide excellent help and teaching in all circumstances. The resources provided for the technical side and the job hunting side are incredible. If you are looking to get into the best bootcamp at the best price this is your place! The online aspect also worked perfectly with my schedule and provided me with my first remote experience on a computer for school or work and I really value the online camp for that purpose. If you have read this far you should honestly just go check out the camp and apply.... Actualize for the win!Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +287108,10505,actualize,Ro Kim,False,2022,I WOULD TOTALLY DO IT AGAIN!,2022-03-25,5.0,5.0,5.0,5.0,"I just graduated from the Actualize Coding Bootcamp today!! It was honestly such an amazing experience. Actualize will provide you with all the support you need to make that career change to software development. HOWEVER, it is much more important that... Read More you yourself have the drive to become a software developer. No bootcamp will do that for you. In my case, I was extremely motivated to do well, and for that reason, I believe I was able to unlock the full potential of Actualize Coding Bootcamp. My instructor Dani was an amazing resource, and I'm grateful she put up with all the questions I asked her throughout my time there. My career advisor Sarah was also fantastic. She helped me through many job applications and gave me a lot of great job-searching advice. My classmates were also a pleasure to work with. I plan to make use of my unlimited access to both Actualize's bootcamp materials and career help to get my first job as a software developer!Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +287107,10505,actualize,Anonymous,True,2022,The best experience in a class setting in my life!,2022-03-25,5.0,5.0,5.0,5.0,Actualize is the best decision I've ever made when it came to deciding a bigger step in life. Not only were the other student's amazing but you become friends with everyone their and the environment of the classes are amazing. If you're having troubles... Read More they will help you to the best of their ability and they want to see nothing more than for you to succeed and grow as a web developer as well as a person.Read Less,Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +287106,10505,actualize,Anonymous,True,2022,The Actualize Experience,2022-03-25,5.0,5.0,5.0,5.0,"Actualize was my choice out of four other coding bootcamps. I was initially impressed with their website and even more so when I went to linked in and, saw that Actualize had so many Alums. After a little research as well as some actualize tutorials,... Read More My choice was made and I couldn't be happier about the decision. The skills taught are necessary and the Actualize curriculum bridges all the gaps between languages wonderfully. I'd recommend Actualize to anyone.Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +287105,10505,actualize,Kevin Gerstein,False,2022,Awesome Coding Bootcamp,2022-03-25,5.0,5.0,5.0,5.0,"I applied to Actualize due to a friend's recommendation. I have an undergraduate degree in Computer Science that I received in 2016 and worked as a Unity3d developer for a year. After that I started playing video games professionally and took a huge break... Read More from coding. I signed up for the bootcamp to help me learn new aspects of coding and help me focus in on web development. The bootcamp pushed me to learn about full stack web development in a structured environment and taught you not just coding concepts, but overall important skills to help be successful in anything you do. It was a blast and I immensely enjoyed the experience!Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +287080,10505,actualize,Jordan Burns,False,2022,My experience was indeed excellent!!!,2022-03-24,5.0,5.0,5.0,5.0,"I remember hearing about programming and then having the pleasure of seeing it up close with a family member of mine so, I decided to look on online for a Bootcamp that best fit my schedule whether it be day or night, with great values and just a overall... Read More great vibe. And that’s when i came across Actualize. My experience here has been nothing but fast, efficient, friendly and helpful beyond belief. They are attentive, caring and have a excellent curriculum. Thank you very much Actualize!!Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +287079,10505,actualize,Calum Amsel,False,2022,Highly Recommend,2022-03-24,5.0,5.0,5.0,5.0,"I was initially pointed to this bootcamp by a family friend and former graduate, and I was not disappointed. I am confident that I have everything I need to get a job in web development and to pursue other interests that weren't covered, like game design.... Read More While the curriculum is grueling, so long as you are willing to put in the work your instructor will not leave you behind. There is also the fact that you will have a support system for finding a job after you graduate, and you will have this system up until and even after you get your first programming job. Overall, it's a very welcoming environment and allows for success no matter where you're coming from.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +284664,10505,actualize,Kelly Kaufman,False,2021,Actualize changed my life,2022-01-03,5.0,5.0,5.0,5.0,"My experience at Actualize was life changing. It was such a stressful, arduous process to find the right bootcamp for myself. I would even go as far as to say, that finding the right bootcamp was and will probably be the hardest part of my coding journey.... Read More I researched over 10 bootcamps, and I learned very quickly that most of them have the same business/education model. Which is either being scammy by not properly evaluating students for their program, cause they just want your money— and then kicking you out when you can’t keep up (Ii.e. App Academy, Coding Dojo), OR are 10-12 hrs a day, 6 days a week, with very little instructional/teaching assistance and absolutely no mental health support. (I.e. Hack Reactor, Hackbright Academy) Being someone who has OCD, ADD, and Complex PTSD— I was freaking out about how I would be able to do a coding bootcamp. All of these schools had educational models, that set up people like me to fail. I finally found Actualize when I decided to venture outside the west coast for schools. They have been running a remote program way before the pandemic. I was immediately struck by their curriculum, in that it’s 3 months long but half the hours of a traditional bootcamp (normally 10-12 hrs). After speaking with the school’s Dean Peter Jang— I was beyond inspired to attend this bootcamp. Their education model is revolutionary, in that they prioritize ‘learning how to learn’ first— and coding second. The school is filled with faculty that have educational and mental health backgrounds, and their emphasis is teaching you the skills to teach yourself, which is vital in the tech industry. Amanda was AMAZING, and the best teacher I’ve ever had. I reached out to her pretty early on in the bootcamp, because I was really struggling— and we ended up meeting every single week to check in. She helped me outline study habits, concepts to focus on— and always ALWAYS encouraged me to take care of myself first, avoid burnout, and prioritize my mental health (something you WILL NOT find at any other bootcamp). It was honestly very difficult to reprogram myself to work in this way, after being conditioned since childhood that the only way to succeed is to work 38372 hrs a day/ 213421 hrs a week, and be a slave to the miserable, endless grind to the top. Far more valuable than the coding education I got, which was excellent— the most valuable things I learned from Amanda was: getting a framework for how to learn, realizing I can work in a way that supports my wellbeing and STILL be successful no matter how hard or ambitions the job, goal, or task is— and learning that I don’t have to do everything perfectly in order to accomplish my goal. This was life changing. I also want to take the time to mention the job support team at Actualize, which was OUTSTANDING. First of all, the career support was an active part of our curriculum from day one. This is very unusual, as ALL the other bootcamps I researched do not begin job counseling until the last 2 weeks of bootcamp, and in some cases after graduation— and it’s a short-lived process. Lisa and Sarah conducted class with us every week, working with us on everything from resumes, to our LinkedIn pages and personal summaries. They were also accessible throughout the bootcamp to meet one-on-one. I really utilized this resource with Sarah, who I met with frequently during the bootcamp. She went ABOVE & BEYOND to support me not only with my job search experience, but helped me to organize my time at bootcamp in a way that honored my mental health. In fact, Sarah prioritized my mental health, and every solution we created started with this as a foundation. What’s remarkable is the job support hasn’t even ended… I’ve graduated bootcamp, but this week I begin 3 job hacking classes , and then 4 successive weeks of interview prep classes— all to support and gear me up to secure a job in the new year. In addition, Lisa and Sarah are also making themselves available again to meet one-on-one as needed. This is the first time in my life that while feeling overwhelmed to begin this process, I feel fully comforted in the support I know I have— and will ultimately emerge successful in the job hunt process, because I have passionate, brilliant, caring people to help me through every aspect of it. The last thing I will say, and this is for anyone researching a bootcamp— the support I got from Actualize was fully contingent upon my ability to reach out, advocate for myself, and ask for help. I can imagine that my experience would differ greatly from a student who didn’t do this. In my opinion, succeeding at Actualize requires a keen level of self-awareness, the ability to communicate that, and reaching out to faculty for help when needed. Do not expect to get this level of support from Actualize or any bootcamp for that matter, if you don’t ask for it. This is one of my biggest pieces of advice to anyone looking to do a coding bootcamp. I could not recommend this school enough, I am so grateful I found Actualize— and believe I will continue to reap the benefits of this choice.Read Less",,Unknown +284501,10505,actualize,Michael Allen,False,2021,"This is where you ""learn to fish""",2021-12-23,5.0,5.0,5.0,5.0,"I spent a fair amount of time researching coding bootcamps before I took the plunge with Actualize. After all, the cost of these camps vary as much as the technologies offered. I was certainly proficient with computers, but I had no coding background... Read More at all. I didn't even know how to bring up the terminal. Let me say, emphatically, this was the best decision I could have possibly made. This course did not teach me syntax or how to build ""X"" (Well I mean of course they did, but read on...). I practiced researching, learning, and apply information directly from documentation. I learned how to fish in this bootcamp. It's given me the confidence to build things we never learned in class, and tackle other technologies right out of a 4 month camp. Don't waste anymore time thinking about all the things you have to do to start, just start and start here.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +284499,10505,actualize,Connor McGuire,False,2021,Worth It,2021-12-23,5.0,5.0,5.0,5.0,"Before actualize I had a love-hate relationship with computers. I loved what they could do, but I hated that I didn't know how they did it. Thanks to actualize I now simply love computers. This is truly a bootcamp for anyone with the time and energy to... Read More commit to it. This program will teach you to utilize a computer as it was meant to be utilized: efficiently. Furthermore you learn everything from the basics to pushing your self-crafted website to to the real live web. The most important thing you'll take away from Actualize is the ability and basic familiarity needed to teach yourself whatever programming or computer concept your passion or career might require. The resources to learn all of it are already out there, but Actualize gives you the skill of sifting through that information and determining what's actually useful and how to implement it. All-in-all: worth it.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +284497,10505,actualize,Britney Foor,False,2021,Actualize makes it really easy to transition from a different sector to technology.,2021-12-23,5.0,5.0,5.0,5.0,"Working fulltime and attending a coding bootcamp fulltime is definitely not an easy task. Actualize made the learning of code really enjoyable though and I never dreaded going to class after a ten hour day of school. I had a rough couple of weeks during... Read More my course where I had to miss a couple of classes and my instructor (Brian) had a meeting with me to discuss my options. During situations like mine, Actualize allows you to put a hold on where you are at in your course and potentially restart during the next cohort. I ended up pushing through (which I am extremely happy that I did) and ended with an amazing web application and a foundation for a career in web development. Great Experience!Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +284495,10505,actualize,Leon Shimizu,False,2021,100% Worth It,2021-12-23,5.0,5.0,5.0,5.0,"From the beginning, I've pretty much only heard good things about Actualize. Originally, I made a post of LinkedIn asking what bootcamp people would recommend and for a good couple weeks to a month, the only people that replied, were people from Actualize.... Read More On top of that, one of the other major reasons I chose them was because of the smaller teacher to student ratio, I believe my class was just about the max at 13 to 2 (Teacher and TA - both specifically for this class). When I was doing my research about other bootcamps, I saw that they had 20:1 or 30:1 and other variations of that so when I saw that Actualize is a much closer/personal experience, that definitely stood out to me. The last thing that stood out to me was the fact that all their teachers were a teacher of some sort before, meaning that they aren't just people who know how to code, they are people who know how to teach and also know how to code.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +284491,10505,actualize,Lucas Ho,False,2021,"More than just a ""coding"" boot camp",2021-12-23,5.0,5.0,5.0,5.0,"I transitioned into web development with zero prior experience, and after graduating, I rate my experience at Actualize to exceed my expectations. I expected a boot camp that would only teach me to code and throw me out into the wild. What makes Actualize... Read More an excellent program to me was the help in the transition every step of the way. Will they teach you everything there is to know? No. But I found it more valuable in their mission to teach students by letting them break code, learn from their mistakes, and build a solid foundation to go forward. The instructors and teaching assistants are there whenever you faced an obstacle every day during or after class for the students. They are always patient and willing to help you learn the material. At Actualize, they understand that the main goal is to land a job in the industry. That's why the first week they introduced weekly job hacking lectures to help in your transition into the tech field. Even after graduating, you're able to still connect with your career advisors for any assistance on landing a job whether it be resume reviewing, announcing job posts, discussing application strategies, or even reviewing job descriptions and compensations. To reiterate, every step along the way, the staff at Actualize is there to help in your transition into the field. How well Actualize helps you transition into web development becomes a strong attraction to many others that also decide to make the jump. That means the cohort you meet in class comes from multiple backgrounds with little or no experience and that creates this bond with them knowing that all of you are in this together. As the lectures progress forward, you get the chance to talk and work together with cohorts that helps build a sense of camaraderie when code does or doesn't work. So I think the types of people that boot camps will attract make as much an impact on your experience as the quality of their instructor. I could not recommend a better boot camp after my experience at Actualize.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +284489,10505,actualize,Ian Silber,False,2021,Amazing instructors,2021-12-23,5.0,5.0,5.0,5.0,"As someone who was on this very website 5 months ago looking for a bootcamp to throw an exorbitant amount of money at, I understand the difficulty behind trying to pick which reviews to trust, which sound scammy, who just had a bad experience due to their... Read More own lack of effort, etc... In the interest of openness and transparency I was asked to write this review, however, that has in no way had an impact on the scores I am giving. I tried to pick an area I could maybe leave a 4 instead of 5 star answer to try and give this review a bit more trustability, but I failed, because in all honesty my experience has been 5 stars all around. My lead instructor Amanda Hale did a phenomenal job of being both engaging and informative. Additionally Amanda did a terrific job of pushing me to my limits while still offering a helping hand when it was truly necessary. Our 2 teachers assistants were also an amazing help when fixing bugs and both super supportive throughout the process of learning this new skill. The environment was extremely welcoming and over the course of our five months together our cohort became great friends with each other. If I were to criticize a single thing to give this review a bit more validity among the skeptics it would be my personal distaste for Vue.js, again that comes down to preference and it is an incredibly popular framework and useful for the job hunt. Speaking of the job hunt, this bootcamp offers something unique that many other bootcamps do not, Career Services. At any point you can book an appointment with one of Actualize's two fantastic career counselors. due to the small class sizes you get very tailored, personalized help from finding a job, to writing a resume, to leads on different apprenticeships that match you specifically. All in all, highly recommend this bootcamp.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +284488,10505,actualize,Anonymous,True,2021,Great Overall Bootcamp,2021-12-23,4.7,5.0,4.0,5.0,"Actualize is a great bootcamp, especially for this with little previous coding experience. They focus on teaching you how to teach yourself, which is extremely important in programming, and one of the main reasons I chose Actualize. The other main reason... Read More I chose this program was because they had been offering it online way before COVID, which was a huge plus - they definitely have the right structure in place. My only caveat, being someone who had a decent amount of previous coding experience, is that there were times where I didn't feel as challenged as I would have liked. Other than that, Actualize did a great job in giving me a solid foundation to further my programming abilities. Our instructor, Amanda, did an amazing job breaking down difficult to understand topics. The job hacking portion of the course was also extremely helpful.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +284486,10505,actualize,Gail Eddy,False,2021,The best coding bootcamp!!,2021-12-23,5.0,5.0,5.0,5.0,"I cannot recommend this program highly enough. From the great instruction to the TA's to the Job hacking crew, everything is set up to help you be successful. Our instructor Amanda was amazing! She is so much fun, but also pushed us every day out of our... Read More comfort zone. You could always tell she truly cared about us as students and wanted us to succeed. She believed in all of us and was encouraging through the process. We had great TA's to help us as well. Meg and Jonathan did an outstanding job as support. Bootcamp is very challenging and demanding. I was impressed by the lessons as we learned a great deal about both back end and front end software engineering. Actualize set me on a good path to continue my learning after bootcamp as well. I really appreciated the dedication to job hacking. Actualize helped us update our resumes, fix our linked in profiles, and connect with others in the industry. We did a lot of practice for tech interviews and were encouraged to start applying for jobs and put our resumes out there. Many bootcamps have you work on a capstone project in a group, but at Actualize, we did our own project from start to finish. Although we had many opportunities to pair or mob program, I thought it was really important that we built our own app from the ground up. It gave me a much better understanding of the whole process and how the parts fit together. I truly appreciate all of the support, encouragement, and top notch instruction that we received. If you are looking for a bootcamp, look no further! I did look into other programs, but Actualize let me sit in on a class, they have Mac's that you can borrow so you don't have to invest in one, and they truly support their students!Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +284484,10505,actualize,Philip Jobe,False,2021,One of the best learning experiences of my life.,2021-12-23,5.0,5.0,5.0,5.0,I chose Actualize because after reaching out to a few different bootcamps they were the only ones to actually reach out to me and put me in touch with an actual person and after talking to the admissions manager I knew this was the place for me. My experience... Read More seriously could not have been better Amanda was an amazing teacher and was more than happy to help and teach you all of the stuff you are going to need to make a true run into the software development industry. From my classmates and the T.A.s everyone was super helpful and it makes you realize that you are all in this together and that you are all working towards the same goal and everyone is more than willing to jump in and help you with anything you may need. I would recommend this bootcamp to anyone that wants an actual in depth course on how to learn about learning software development and in the 12 weeks you are more than capable of building a full stack app and present it in a way that you know everything that you are talking about not just a bunch of vague nonsense. I would also say anyone that isn't happy where they are at that this is a great jumping off point for a new career I spent 15 years at my last job and had to leave and when struggling to figure out what I wanted to do for the rest of my life I am glad I went this way and chose in my opinion the best coding bootcamp out there.Read Less,Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +284482,10505,actualize,Jarret,False,2021,"This is a great bootcamp that also provides support for the job search,",2021-12-23,5.0,5.0,5.0,5.0,"This bootcamp provides a great balance between programming skills and preparation for the job search. Even if I could teach myself to program to the level that I now can, I would not have the support they provided regarding resume creation and the job... Read More search.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +284481,10505,actualize,Micke Miller,False,2021,Very Interactive Experience,2021-12-23,5.0,5.0,5.0,5.0,"I chose Actualize over the other courses originally based on timing. However, I feel I am extremely lucky to have been a part of the course at Actualize. Not only were the instructors and TAs very good at online courses, they were also extremely friendly... Read More and caring. Furthermore, they teach everything that can be taught for your job search after the course, and with ongoing assistance, I truly feel that this is one of the best courses out there.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +283676,10505,actualize,Anonymous,True,2021,Not only does it provide great instructors but the staff genuinely cares,2021-11-25,5.0,5.0,5.0,5.0,"I came across Actualize as I was making a career change from sales. Not only does it provide great instructors but the staff genuinely cares about their students and their growth. This course consists of a dozen of exercises/problems each week, a video... Read More explaining how to solve the problem, and then a section for you to solve the problem. The course is set up to learn new topics each week, and you get plenty of practice in class and in homework assignments. Moreover, there was a strong sense of community and we all quickly became comfortable with one another and trusted one another in the learning process.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +283291,10505,actualize,Percy Jonasson,False,2021,Great Experience with Actualize Coding Bootcamp,2021-11-12,5.0,5.0,5.0,5.0,"I had the opportunity to recently attend the in person cohort for Actualize's Coding Bootcamp in Chicago. With no prior experience in coding, I wasn't sure what to fully expect. I appreciated the instructor being upfront and honest about what the class... Read More was going to provide in a 16 week period. We focused on the fundamentals and basics of coding while learning how to learn to code. I believe this is a huge factor in being successful in the software development industry. It is constantly changing and with the help of Actualize's program and curriculum, I honestly believe I have been set up the best way possible to be successful in my job search now and many years after. The instructor also made sure every student had the resources and time needed outside of class to learn and get the help they needed.Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +283290,10505,actualize,William,False,2021,"I learned a lot, the instructors were very supportive and have set me up to be ready for a entry level position in web development.",2021-11-12,5.0,5.0,5.0,5.0,"I researched multiple bootcamps, and what I found was that most bootcamps in Chicago had larger classes than I wanted and Actualize has smaller more intimate classes. Because of this I had as much one on one work with my Instructor as I needed. When I... Read More found myself struggling with a topic I had no problem finding the help between my fellow classmates and the Instructor. Actualize has career advisors that help with preparing for the application process, so you get both programming knowledge as well as knowledge of what the prospecting job market is. I highly recommend this bootcamp for anyone who has struggled learning on their own and would like a structured environment closer to a classroom than a large workshop.Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +283288,10505,actualize,Laura K,False,2021,New Grad,2021-11-12,5.0,5.0,5.0,5.0,"I chose Actualize because it was a full-time, full-stack bootcamp that is about 5 months long. 5 weeks of pre-work, that is self-paced and 12 weeks of virtual class that you attend every day. I was drawn by the fact that in a very short time, you were... Read More able to learn these skills. I appreciate that everyone at Actualize makes you feel very welcomed and cared for and they want to make sure you have a positive experience. The mental toll the bootcamp will take is talked about immediately and I love that. I would recommend Actualize to anyone that is looking to fast track their career into coding, but make sure you are ready for a rollercoaster ride and you really dedicate yourself.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +283287,10505,actualize,Jonathon Ahn,False,2021,Fantastic student-instructor ecosystem!,2021-11-12,5.0,5.0,5.0,5.0,"The relationships you build with the people in this bootcamp are stellar and beyond what I came to this bootcamp for. At every stage of the course you are supported by instructors, job search experts, and your cohort. Everyone is so easy to contact and... Read More helpful, the ecosystem is just really welcoming, which makes a huge difference for anyone who is nervous about finding their way into a new field. They really do a good job of making every student feel supported and confident that they, in fact, can do it!Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +283286,10505,actualize,Isis Kathalin Aguilar,False,2021,"Amazing, challenging, fun, all words to describe this experience..",2021-11-12,5.0,5.0,5.0,5.0,"First off..If you read through these reviews you will see so much positive feedback that it makes you think that there is no way these are true. Well, I'm here to tell you...It's all true! From the first phone call with Ricky to my amazing instructor... Read More Dani..there are so many great people that just want to see you succeed. I loved the small class size and the fact that Dani always had time for me if I needed help or just wanted to chat. Their career support is incredible. Yes it's true they don't offer any type of career guarantee but honestly, why should they? It's up to you the student to use the tools and knowledge that they instill in you to make it happen. They have amazing job Hacking resources and the career counselors are so great at what they do. Sarah was amazing at helping me be prepared to tackle the job hunt and also always someone that I could talk to about any life stuff that was affecting my learning. Overall this was an amazing experience that I would recommend to anyone looking to jump into tech.. 10/10 would do it again!!Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +283285,10505,actualize,Anonymous,True,2021,I feel prepared,2021-11-12,5.0,5.0,5.0,5.0,I chose Actualize because I was in need of a career change and so I took to the web and looked for bootcamps and actualize stood out to me because of all the positive reviews I had seen even on reddit I had seen positive reviews... so I took a leap of... Read More faith and signed up and now finishing the course I can say that the reviews matched up Actualize was a very personal bootcamp I felt that my all my questions I ever had were answered and i feel that I am going to be as prepared as I ever could be for a job interview and I am excited to see what this next chapter holds for me!Read Less,Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +283284,10505,actualize,Anonymous,True,2021,Express lane to software engineering,2021-11-12,4.7,5.0,4.0,5.0,"Coding Bootcamps seem to share a similar idea of getting students just the necessary knowledge for a fast turnaround into placing them at a new job. Actualize takes this idea and pushes it to the brink, with good results. The cohort is shorter than some... Read More bootcamps, but the fundamentals you learn are exceptional. As I came to realize, it really wasn't important which specific languages I learned while at Actualize, because the likelihood of finding a job using just those languages was very unlikely. Because of this, Actualize focuses on the concepts so that students can quickly learn whatever new languages, frameworks, etc they will need for a new job. As a former teacher, this approach is wise and beneficial for student learning.Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +283283,10505,actualize,Danielle Bryant,False,2021,Great Experience,2021-11-12,4.7,4.0,5.0,5.0,"Overall, I enjoyed my experience at Actualize. My instructor was very knowledgable about the topics that were covered, the class size was small and the career counselors are a pleasure to work with. Everyone I encountered was extremely helpful and accessible.... Read More The staff truly care about the students well-being and they never make you feel like you're just a number.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +283282,10505,actualize,Casey Cantrell,False,2021,"Overall a positive experience, and leaving with a great set of knowledge.",2021-11-12,4.0,4.0,4.0,4.0,"Overall had a positive experience at Actualize. The curriculum and topics covered weren't necessarily the most popular current languages and frameworks, but the general idea was more to learn how to learn and teach yourself any framework or language you're... Read More interested in. Would've liked to have spent more time on JavaScript including some of the more advanced methods and functionality, but I feel I'm leaving the course with a solid understanding. I think I personally would've preferred to learn React instead of Vue, but that could be mostly a personal preference. Overall I had a good time, enjoyed my classmates, and feel I'm leaving with a solid foundation of knowledge to build upon.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +280933,10505,actualize,Pinny G,False,2021,Full-Stack includes the human stack!,2021-08-30,5.0,5.0,5.0,5.0,"Hello all, recent grad of Actualize here. I was looking for a bootcamp to learn software development as I wanted to enter the tech world. After searching around online I found these exact reviews about Actualize. The positive reviews seemed too good to... Read More be true lol. A quick look on reddit told me they were not kidding and that this is one of the best bootcamps around. I reached out to the intake staff and immediately was struck by the personal attention of the staff! I had at least a 30 min conversation with the intake advisor who patiently answered all my question and tried to help me make an informed decision. She even offered to connect me to the teaching staff and past alums! After starting the program, I felt taken care of by the entire Actualize staff. My class instructor, Amanda, is a rockstar teacher and went above and beyond to impart all the things we need to know to get a job in the tech world. She turned our cohort into a close group where we were all growing together. There is so much more to switching careers and learning software development than the hard technical skills. And that is where Actualize really shined! They were quick to support us in all ways besides actual code. Their job-hacking team, with Lisa and Sarah, helped us prepare for the tech world by training us on interviews, resumes, and networking/LinkedIn. The bootcamp also prepared us for whiteboarding and solving complex coding problems. At other bootcamps you might be thrown into a class with 100s of people and then have TAs do the rest of the work or you will be stuck with an instructor who might be a great developer but a lousy teacher. At Actualize, instructors are developers who develop developers. Also, you will be in a more intimate cohort and really grow and gain together. Lastly, the journey does not end upon completion of the bootcamp. It continues past that with constant reinforcement and training for both development and job-searching. There is a follow up course that is included that goes deeper into the problem solving and computer science. When in doubt choose Actualize.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +280826,10505,actualize,Meg Howe,False,2021,"Personalized, Organized, Balanced",2021-08-27,5.0,5.0,5.0,5.0,"I chose Actualize after a friend recommended it and after reading about the emphasis that Actualize puts on EDUCATION and putting understanding first. I wanted a personal touch and what I got was just that. My class was small and I got to talk 1 on 1... Read More with career coaches, my instructor, my classmates, and even the dean of students, who personally called me when I was having second thoughts. Something I was really impressed by was the FORMAT of the class. We had several daily routines, lectures followed by exercises, and weekly job hacking sessions which really put me ahead when beginning to apply for jobs. We also had 2 Teaching Assistants, which meant office hours twice a week (super helpful and consistent) and at least one of them in class to help with questions every day. You begin with a month of pre-work which is at your own pace with a class once a week to go over that weeks assignments. It prepares you well for when you begin class full-time. My instructor Amanda cares about her students and even went out of her way one day to spend a full hour talking to me about her experience as a woman coming up in the industry. I was extremely grateful to have her as a role model both as a software engineer and as a woman in tech. I'm on my last day to class now, and I've accumulated: a great portfolio via GitHub, a personal website that I created myself, a fully loaded LinkedIn with over 600 connections, a professional resume, tons of resources, and a completed capstone project. Also the understanding of what those things even mean. I've already applied to 20 jobs and have 2 interviews lined up.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +280824,10505,actualize,Mabelys,False,2021,Happy I chose Actualize!,2021-08-27,4.7,5.0,4.0,5.0,"Extremely happy I chose Actualize. Not only does it provide great instructors but the staff genuinely cares about their students and their growth. There was a strong sense of community and we all quickly became comfortable with one another and trusted... Read More one another in the learning process. I've built long lasting friendships and will forever keep this experience near and dear to my heart. Im so proud of myself and my cohort. Congratulations team, we did it!!!Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +280823,10505,actualize,Ryan S,False,2021,Look no further,2021-08-27,5.0,5.0,5.0,5.0,"I came across Actualize as I was making a career change from sales. I had a few friends who had previously graduated from the program, and raved about it. I began with little to no prior coding experience, and feel as though I can teach myself any language... Read More needed now. The program is set up, with 5 weeks of pre-work. This consists of providing you a dozen of exercises/problems each week, a video explaining how to solve the problem, and then a section for you to solve the problem. You get feedback on whether the problem is correct or not, and if you have any issues you have instructors who are willing to meet with you and clear up questions. You also have weekly office hours to go over problems. After this, you have the live portion of the class for 13 weeks. You begin from the basics, and build on what you learn each day. The course is set up to learn new topics each week, and you get plenty of practice in class and in homework assignments. The course breaks down everything extremely well, and can address any questions that arise.Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +280822,10505,actualize,Jonathan Bahena,False,2021,11/10,2021-08-27,5.0,5.0,5.0,5.0,"The course itself teaches you everything you need to know to become a full-stack web developer. The classes are fun and enjoyable but are packed with a lot of information. My instructor was absolutely amazing with previous teaching experience making the... Read More course feel like a very natural classroom setting even over Zoom. The career advisors, as well as the instructor, will help you build up your Linkedin, resume, as well as interviewing skills to prepare you for the job search. I am currently at the start of my job search and I am excited to see what the future holds.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +280821,10505,actualize,Jordan Harrison,False,2021,"Learning how to learn, great work-life balance",2021-08-27,5.0,5.0,5.0,5.0,"I think the most important thing to me about Actualize is that you learn a lot but maintain great mental and work-life balance. A lot of code bootcamps have crazy hours per day but Actualize was consistently 11 am - 4 pm every day with an hour or two... Read More of homework per day--very manageable. As someone who struggles with mental health challenges, this was crucial to me. Amanda was a fantastic instructor and explained things well but also encouraged me to take breaks when I needed them. We learned primarily Ruby on Rails and VueJS, which I feel is a good foundation for full stack web dev.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +280820,10505,actualize,Pavel Nosarev,False,2021,Perfect Place For Me,2021-08-27,5.0,5.0,5.0,5.0,"I personally came from a zero coding background and wanted to be able to start from the ground up. After tons of research I decided on Actualize because of the great curriculum and awesome staff. Everything here was a joy to work through. (and make sure... Read More to ask for Amanda, she is the best!)Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +280819,10505,actualize,Daniel,False,2021,A Great Experience,2021-08-27,5.0,5.0,5.0,5.0,I had an awesome time at Actualize. Amanda has been an amazing instructor. We covered both back-end and front-end development and complete really cool projects. The big deciding factor for me was the job-hacking or job assistance aspect of the bootcamp.... Read More You can tell they really want their students to succeed and provide ample resources (in perpetuity!) for finding work after the class is complete.Read Less,Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +280789,10505,actualize,Jeffrey Symens,False,2021,10/10,2021-08-26,5.0,5.0,5.0,5.0,I came to actualize looking to transition careers from a chemistry background to something in Web Development (I had no prior coding experience). I decided to go with actualize because I was able to still work full time and take their night class online.... Read More In 12 weeks I was able to learn how to build both a front end and back end for web apps. It takes a lot of work and you need to come to class wanting to learn. I had Brian as my instructor and he was amazing. I would recommend his to anyone he was the best.Read Less,Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +280788,10505,actualize,Matthias Meiklejohn,False,2021,Great School!,2021-08-26,4.3,5.0,4.0,4.0,"I was directed to this Bootcamp from a friend who graduated here. He had nothing but good things to say about the instructors and curriculum. This made it easy for me to pick Actualize when I decided to make a career switch. I would highly recommend Actualize... Read More Coding Bootcamp! Their staff is very knowledgeable, helpful and want to see you succeed. The course is in depth and teaches you not only how to code from the ground up but also integrates ways to find a job when the course is over.Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +280787,10505,actualize,Adrian Guera,False,2021,Great learning environment.,2021-08-26,5.0,5.0,5.0,5.0,"i attended the 12 week online boot camp course from Actualize. This course was a tremendous help on getting my feet wet with the software development career. Teaching you the vitals of backend development and frontend. learning ruby on rails backend APi's... Read More was a learning curve but wasn't impossible. I enjoyed learning the fundamentals of creating frontend pages with Vue.js and various other frameworks and resources given to us. we moved at a quick but steady pace on learning what we did in our 12 weeks, including our 1 month of pre work before our course officially started. The general overall atmosphere was very nice to learn in, my instructor brian was a fantastic mentor. i enjoyed getting to connect with my fellow classmates. I'm very excited to get my career started in this new field of tech. Highly recommend this boot camp from Actualize. It was a great learning environment.Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +280786,10505,actualize,Patrick Nikolaus,False,2021,Highly recommend!,2021-08-26,4.7,5.0,4.0,5.0,"Having done a prep course for a different bootcamp that left me uninspired and unmotivated, I stumbled upon Actualize. From day one they were super transparent and communicative about their program and any questions I had. Learning that my teacher was... Read More not only a developer but also an actual teacher was the selling point for me. Brian was my instructor, not only did he create a friendly and relaxed environment to learn, but he laid the curriculum out in a way that was very easily absorbed. My all around experience at Actualize was great, I looked forward to class everyday and I came away from it learning and grasping way more than I thought I was going to be able to. If you thrive in a structured environment with a laid back atmosphere I would highly recommend Actualize to you.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +280785,10505,actualize,Chris,False,2021,Great Experience,2021-08-26,4.7,5.0,4.0,5.0,Actualize is a great program with knowledgeable instructors and a good curriculum that covers many frameworks. They go in detail into how to create full-stack web applications in great detail and provide plenty of guidance along the way. I throughly enjoyed... Read More it.Read Less,,Unknown +280784,10505,actualize,Mike Morton,False,2021,Great Curriculum and Resources,2021-08-26,5.0,5.0,5.0,5.0,"The Actualize curriculum did a great job teaching the fundamentals of web development. The instructors were very knowledgable on the subjects taught, and there was plenty of optional/supplemental exercises available. Career counseling was also a bonus... Read More and was well done.Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +279610,10505,actualize,Brandy McKinney,False,2021,Actualize Coding Bootcamp Graduate,2021-07-22,5.0,5.0,5.0,5.0,"This program was the perfect choice for me. Coming from a completely non-technical program I was amazed at the amount of information I learned and retained. I graduated from this program with a solid foundation, plenty of resources, community, and job... Read More support. There were definitely times where I felt overwhelmed and even completely lost however, the instructor and teaching assistants were phenomenal! They were encouraging and there to help. They were even available outside of class hours to offer help and answer questions. After the bootcamp there is a Technical Interview Preparation course which will help further prepare you to land that first job. I have no regrets, absolutely none.Read Less",,Unknown +279588,10505,actualize,Macy Kozak,False,2021,Wonderful Experience,2021-07-22,5.0,5.0,5.0,5.0,"Amazing learning experience! Was able to start out as a newbie coder and create my own app towards the end. Everyone was encouraging from start to finish. More experienced members with code were SO SUPPORTIVE and didn’t make me feel like less because... Read More of my lack of experience. In fact, we all laughed at our struggles. Will always look back fondly at my time here.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +279587,10505,actualize,Macy Kozak,False,2021,Wonderful Experience,2021-07-22,5.0,5.0,5.0,5.0,"Amazing learning experience! Was able to start out as a newbie coder and create my own app towards the end. Everyone was encouraging from start to finish. More experienced members with code were SO SUPPORTIVE and didn’t make me feel like less because... Read More of my lack of experience. In fact, we all laughed at our struggles. Will always look back fondly at my time here.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +279586,10505,actualize,Macy Kozak,False,2021,Wonderful Experience,2021-07-22,5.0,5.0,5.0,5.0,"Amazing learning experience! Was able to start out as a newbie coder and create my own app towards the end. Everyone was encouraging from start to finish. More experienced members with code were SO SUPPORTIVE and didn’t make me feel like less because... Read More of my lack of experience. In fact, we all laughed at our struggles. Will always look back fondly at my time here.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +279455,10505,actualize,Mathias Schneider,False,2021,I learned a lot in a fun environment.,2021-07-16,5.0,5.0,5.0,5.0,I went in to this bootcamp with virtually no coding experience and by the end I had made a web application from the ground up and presented it to a panel. Very pleased with how much I learned here and the support I received from the instructor and TAs.... Read More The job hacking portion of the class was a major help to me. I would not have been able to advertise myself this well to employers without it. I look forward to my new brighter future as well as seeing where my fellow classmates end up. The community of our class was fun and always willing to lend a hand.Read Less,Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +279454,10505,actualize,Will P,False,2021,"Excellent Curriculum, Structure, and Length of Course",2021-07-16,5.0,5.0,5.0,5.0,"I found Actualize based on the Course Report reviews. The experience certainly met, if not exceeded, the expectations that I had upon entering. The curriculum gives you a good basis in languages that are applicable in the corporate world, but the most... Read More important aspect is on how you learn what you are learning. This focus gives you a good way to expand you base of knowledge outside of your class experience because of the emphasis on linear thinking and problem decomposition. Upon signing up, I was mildly skeptical about the overall length of the course, being that many are 6-8 months, but I found that to be unnecessary skepticism. The 12 week live portion plus the 5 week pre-work is the right amount of schooling to prepare you for the future. The daily schedule allows for flexibility to get out-of-class work done on your time, rather than keeping you in class 8-9 hours/day. Also, with a cohort size of < 15, you have the ability to connect with your instructor, TAs, and career advisory team frequently, without having to wait in a line of 50-100 other students with the same needs. Stellar program, 10/10 would recommend.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +279453,10505,actualize,Ryan Ball,False,2021,So glad I chose Actualize,2021-07-16,5.0,5.0,5.0,5.0,Actualize delivered on everything that I expected going into the bootcamp. The curriculum was great in giving me a solid foundation of skills and concepts. But most importantly I feel empowered to go out and learn any language or skill that I feel passionate... Read More about or interested in. Dani was a great instructor and provided the right balance of guidance and instruction paired with the opportunity to solve problems and tackle challenges on our own using the skills we learned.Read Less,Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +279452,10505,actualize,Benjamin McFadden,False,2021,An amazing experience!,2021-07-16,5.0,5.0,5.0,5.0,"Coming from a background of traditional college education, Actualize is a breath of fresh air. The small class sizes, staff that are all very friendly, and a very clear program designed to teach vital skills extremely efficiently all combine to produce... Read More an education experience that I absolutely enjoyed. It is a lot of content, very quickly, but they do a great job at providing help to stay on top of time management, and they are always available to help with homework. The whole experience was better than i even thought it would be. 11/10!Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +279450,10505,actualize,Anonymous,True,2021,student,2021-07-16,5.0,5.0,5.0,5.0,"I just graduated from the Actualize coding bootcamp and was fortunate to have Dani Zaghian as an instructor. I have a masters degree and have taught for a number of years, and I would say that Dani is the best educator I've seen. She is incredibly thoughtful... Read More and organized, she presents an unbelievable amount of information over a short 3 months in a concise and efficient manner. She's tough but fair and was, I believe, a real inspiration for our entire cohort. It's a testament to the very thoughtful curriculum at Actualize. I would also say that Lisa and Sarah in the Job Hacking section of our program are phenomenal, and an invaluable resource.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +279449,10505,actualize,Anonymous,True,2021,Exceeded my expectations!,2021-07-16,5.0,5.0,5.0,5.0,"Dani was my instructor and she was amazing! I chose actualize as it was live on zoom (which held me accountable) and also during the day rather than at nights/weekends as many other bootcamps are. The 12 weeks flew by, and I truly feel like i learned... Read More SO much in such a short period. Everyone in my class was awesome, and the TA's (David, Mackenzie, & Winston) were all super helpful and patient. Lisa the Career counselor has been super helpful every step of the way and I am sure will continue to be after class ends. Doing the capstone project was a great way to prove to myself how much I really did learn and am able to do now. I would highly recommend Actualize to anyone looking to learn full stack web development - it really was a great experience from beginning to end!Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +279447,10505,actualize,Anonymous,True,2021,Great experience!,2021-07-16,5.0,5.0,5.0,5.0,"I took a chance and signed for a coding bootcamp in the midst of the Covid-19 pandemic and I was super apprehensive (having absolutely zero background in coding) but this experience has been amazing. The instructors are extremely engaging and the classwork... Read More itself was difficult but doable. I feel like I learned so much in a short span of time, but most importantly, gave me a solid foundation that I can now build off of. I highly recommend Actualize to anyone who's looking for a coding bootcamp.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +279446,10505,actualize,Jamie Denvir,False,2021,They Care,2021-07-16,5.0,5.0,5.0,5.0,"Just wonderful all around. My teacher, Dani, was fantastic. They want you to succeed both in class and beyond -- you can tell. And the instruction is top-notch. The whole course is very well organized from top to bottom. And I never thought I'd say this,... Read More but... I ended up having a lot of fun at this coding bootcamp(?!) Highly recommend.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +279445,10505,actualize,Katie Tensfeldt,False,2021,Best Decision I Ever Made!,2021-07-16,5.0,5.0,5.0,5.0,"This bootcamp was the best decision I ever made. After losing my job in March 2020, I tried teaching myself to code, but couldn't get past a certain point. I ended up doing serious research on different bootcamps, and ended up finding Actualize. What... Read More drew me to Actualize was the fact that they had been doing remote instruction before the pandemic, so I knew there wouldn't be a lot of roadblocks during the learning process, since their curriculum was designed for that format. Also, after talking to the admissions advisor, I really appreciated that they were honest about the entire process, and really letting me know that what I got out of the bootcamp was really up to me. I also was really pleased with the fact that instruction was 'face-to-face' so to speak, so classes were live. The instruction was great, since it didn't rely solely on copying the instructor's work (which a lot of online courses rely too heavily on), but on teaching you how to teach yourself, and really making sure you understand the material. Class sizes are really small, and there is a great ratio of student's to either instructor or TA. My cohort was made up of 15 students, and we had 1 instructor and 3 TAs. This made it really easy to ask questions and make sure that no one was ever stuck on a problem for too long. Actualize offers career services, which helped with resume building, and really making sure your job search is as successful as possible. Before graduating from my cohort, I had already submitted a large number of applications and gotten interviews for a few jobs. While they don't guarantee that you will get a job (because they can't control the job market or the effort a student is willing to put in), they really do make it easier to put yourself out there to apply for jobs. From a less technical standpoint, the cohort format is really great, and after just 12 weeks, everyone became very close, and it was really sad to be graduating. The instructor was absolutely incredible, and very knowledgeable about the source material. All instructors have worked within the industry, but dedicated to teaching full time, so you are truly getting their undivided attention. If given the option to choose a different bootcamp, I definitely would not. This was absolutely the right decision for me.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +279444,10505,actualize,Ian,False,2021,10/10 experience,2021-07-16,4.7,5.0,5.0,4.0,"I just finished the Day section of Actualize coding bootcamp with Dani as my instructor. Prior to joining Actualize I worked in education, and then in media. I decided it was time for a career change, and to really do something beneficial to myself and... Read More my future. In High School I had taken some basic coding courses in C++/HTML/CSS, and tried to pursue Computer Science in college. However, I was not great at the math and science that a 4 year CS degree includes, and so I switched majors to education. Fast forward many years to 2020, I had been working as (and still do) a video editor. While I enjoy the work, I really wanted a career with some consistency and staying power. I told myself, and some friends, that I was going to join a coding bootcamp. I did my research, I built out an Excel spreadsheet with all the bootcamps I was considering, and I landed on Actualize. I chose Actualize 1) because of the flexibility in the schedule, a day or a night section, and the day section allowed me to continue working in the mornings and 2) because of their mission statement regarding hiring educators first and coding second. Coming from an education background I understood the importance of having an instructor that could really teach the material in an effective way. I'm so glad I chose Actualize. I feel like I had a great experience all around, and learned so much information in such a short amount of time (and was able to retain all of it!). The career support once a week built into the curriculum was also helpful in getting me to start thinking about what my life would be like when the bootcamp ended, and I feel very prepared to continue on in my journey into the tech world. I'll never stop learning, and I'll always keep working on new and interesting ideas.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +279395,10505,actualize,Ryan Simms,False,2021,Best decision I ever made!,2021-07-15,5.0,5.0,5.0,5.0,"This bootcamp is simply outstanding. I had absolutely NO coding experience coming into this, and here I am, 12 weeks later, and am fully confident in the skills that Actualize taught me. My professor was insanely talented, patient, and overall an incredible... Read More asset to have along the journey. I am so happy to have been able to experience this bootcamp, and cannot wait to see what my future holds in software engineering!Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +279394,10505,actualize,Randy Rodriguez,False,2021,Great Program!,2021-07-15,5.0,5.0,5.0,5.0,If you are looking to start your career in Web Development (Full Stack) this is a great school to learn from! I had Peter Jang as an instructor and he was great! Lisa the Career development instructor was super SUPER beneficial. Everyone at Actualize... Read More was very knowledgable and patient with me. I also really appreciated the online part-time course because it was Live on camera where you can actually speak to the instructor and ask questions.Read Less,,Unknown +279393,10505,actualize,Stefanie Heinz,False,2021,Incredible Experience!,2021-07-15,5.0,5.0,5.0,0.0,"You can't go wrong with Actualize - the entire staff is amazing, helpful, and has your back throughout the whole program. I'm beyond thrilled that I decided to take a leap of faith and go with Actualize. The option to attend the Sunday and Monday - Thursday... Read More evening cohort was perfect for me as I am employed full time. Cannot wait for what's to come!Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +279392,10505,actualize,Anonymous,True,2021,The Best,2021-07-15,5.0,5.0,5.0,5.0,"I picked Actualize over a bunch of other choices because I couldn't find a negative review. Other bootcamps seem to want your money. But these guys are doin' it right. A friend of a friend said they had a great experience and the more I looked into it,... Read More the more I realized this was for me. The group was great and we worked in a small group size. We learned so many different languages and frameworks in the 12 week span. The pre work really helped get you ready for the real deal. The classes were great and my capstone came out great! Had to put a lot of hours and long nights. But it was worth it. The job hacking team (Lisa!) was the best. Always ready to talk and help you with applying and interviewing. I just finished, but I'm not worried at all about securing a job. These guys are the best. If you are on the fence with what bootcamp to choose, I hope my review helps you make your selection. Pick Actualize. They're the best.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +277046,10505,actualize,Mark Francisco,False,2021,Actualize - Online Daytime Program,2021-05-13,5.0,5.0,5.0,5.0,"When i was a prospective student looking coding bootcamps, reading the reviews was a big help in the decision-making process. I just completed the Actualize program recently, so here are some thoughts and opinions based on my own experience: Pros: -i... Read More feel that the teachers, TAs, and career advisors have been really supportive. it's easy to get in touch with someone if you have questions. the cohorts are smaller and the career support team works with you to understand your personalized goals. My class was 14 students from a wide variety of backgrounds and interests. The lectures are held live and recorded in case you need to reference back to something later. -our instructor did a really good job of creating an engaging and fun classroom environment. it made it easy to get to know the other people in the class. there's a lot of group collaboration and pair programming. of course the bootcamp was a grind at times, but going to class was always something i looked forward to. -the online daytime class is 5 hours/day M-F with a few breaks. this is less classroom time than some other bootcamps. This ended up being a plus for me, since it helped me avoid the sense of burnout that can come with being in a classroom environment all day. I liked having the live class time, taking a break, then reinforcing concepts and diving into the homework at night. -Ruby on Rails and Vue were good languages to learn and be introduced to first. -career support is really upfront and transparent with you about the job search process and what your expectations should be. they've got your best interests in mind and want to help you. they're good about providing structure with that and making sure you're on the right path. Cons: -expensive. there are for sure cheaper ways you could go about learning web development fundamentals. For me personally though, the structure and the support of a group learning environment was really valuable and really helped me build on my skills. -fast-paced: it can be a bit overwhelming sometimes to understand all the concepts coming at you rapid fire. i'd recommend you try to dive into some basic programming concepts if you can before you start the program. -just know that you're not going to learn everything you need to know in the 12 weeks. you're going to have to keep learning and building on the foundation of knowledge that you gain in the class. TLDR: recent student. it's legit. would recommend. 5 ruby gems / 5.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +276789,10505,actualize,Timm Snow,False,2021,Actualize! 🥰,2021-05-08,5.0,5.0,5.0,5.0,"Actualize is a fantastic coding program. I looked at quite a few of them before deciding on Actualize and I’m really glad that I settled on it. The schedule was just right for me. Coding is hard enough as it is, and the truth is, all that new information... Read More can be overwhelming. Some coding bootcamps are 8-10 hours a day. That might work for some people but I would have burned out. Complex concepts can’t always be cemented during class time. Sometimes you need time outside of class to really digest what you’ve learned. having less hours in class gave me more time out of class to really get it. The overall environment is open, inviting, and diverse. I learned a ton and wouldn’t trade it for the world. Thanks to everyone at Actualize!Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +276732,10505,actualize,Anonymous,True,2021,Great experience,2021-05-06,5.0,5.0,5.0,5.0,"I chose Actualize because of their 1. Stress on having real teachers give over the material. 2. Their night classes allowed me to continue on with my full-time job (although I feel one really does need to practice outside of class). The experience starts... Read More off as “pre-work” which are the first five weeks of the course you will be watching prerecorded videos of Jay, the founder and CEO of Actualize teaching the fundamentals of programing. While a bit challenging these five weeks are very doable. (There is a special dedicated pre-work instructor) Next is the actual live classes. Those are quite challenging as the curriculum covers many topics and moves at a quick pace. I would recommend Actualize to anyone looking to get into coding who doesn’t want to give up the rest of their life while making that career change.Read Less",,Unknown +276731,10505,actualize,Seth D,False,2021,Excellent Camp!,2021-05-06,5.0,5.0,5.0,5.0,"Trust what you've been reading. As an educator, I was looking for a place that knew what they were doing, not a training program, but a program that would teach. Brian, a former high school educator himself, did just that. The program is designed with... Read More a perfect balance of independent-based inquiry and direct instruction -- all of which is very intentional and proven to work. I've learned more, and have been given that challenge that I was seeking, in these 12 weeks than I have in a really really long time. Mixed in with the excellent instruction are intentional moments of reflection designed to let you soak in the vast amount of skills you have attained in such a short period of time. This made the experience much more valuable and sustainable -- helping you realize that no matter how difficult development is, you're learning a ton along the way. For those of you, like I was, looking at multiple camps and researching the perks and price of each -- pick this one. Seriously.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +276730,10505,actualize,George Chris Carter,False,2021,If you're done searching for the right bootcamp...,2021-05-06,5.0,5.0,5.0,5.0,"I chose Actualize by reading reviews right here on Course Report. I kept going back and forth and couldn't decide what path to choose, whether I wanted to try and keep teaching myself, take the plunge into a bootcamp, or choose a different one. I decided... Read More to setup a call with Actualize just to see what it was all about and if it would be the right fit and found an instant connection. At the time, I had reached out to at least 7 other bootcamps. Actualize was the first to respond and have been doing online cohorts, long before many of the competitors. Actualize prioritizes its students and learning first. The instructors will do everything and anything they can to make you successful. The amount I have learned over the past four months is honestly astounding and if you asked me where I would be and how I would feel at this point months ago, I would have never guessed I'd feel this great. One of the best decisions I've ever made. If you're not sure which bootcamp to do, this is absolutely the one for you. I genuinely couldn't be more pleased. Worth so much more than what you pay for.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +276729,10505,actualize,Austin Shields,False,2021,An honestly phenomenal course,2021-05-06,5.0,5.0,5.0,5.0,"The people at Actualize are friendly, fun, knowledgeable, extremely helpful, and just good at teaching. They don't only teach you how to code - they teach you how to learn, and then extensively help you through the process of actually finding a job. They... Read More won't sugarcoat the difficulties of software engineering and the industry as a whole, and will instead work with you to get through those difficulties.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +276728,10505,actualize,Brad Edmonds,False,2021,I couldn't have made it this far without it,2021-05-06,5.0,5.0,5.0,5.0,"I felt the bootcamp was well-rounded, but more importantly challenged students in the right ways - from a skills level and a personal level. Looking back, there were definitely times that I can pinpoint where I would have given up if I were trying to... Read More learn on my own instead. Without the structure and support of the bootcamp and the instructors, I wouldn't have made it, and the best part now that I've completed the program is I feel like I want to, and most importantly CAN, keep going on my own - that's perhaps the most valuable part of all.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +275469,10505,actualize,David Calhoun,False,2021,I <3 Actualize,2021-04-03,5.0,5.0,5.0,5.0,"I chose Actualize after reviewing many different bootcamps. Actualize enticed me most because they have had a remote program for years and the programs weren't 9-5pm, like most bootcamps. As someone who had little programming experience I knew I didn't... Read More want to spend all day in class and all evening reviewing the material I learned. I attended Actualize's day time cohort which was Monday-Friday 9am-2pm pst. The pace of learning was quick. In class it switches from lecture to an exercise where you apply what you just learned. After class you have homework that you again apply what you learned that day. Homework ranged from 1-2 hours. Monday and Thursday Actualize has after hours where you can ask the TA questions about coursework. Dani, my lead instructor, emphasized a growth mindset during the program. Adult learning can be challenging but remembering you CAN do it by thinking in a growth mindset is everything. Dani is such an incredible instructor and I am thankful for her during this process. She shows up everyday with an uplifting energy that helps you stay engaged and motivated. The experience was more stressful than I thought it would be for me. There is so much to learn in the duration of the course I felt overwhelmed at times. So for those of you thinking of attending a bootcamp consider how you will handle stress and continue moving forward in your learning. For me this meant exercising more often, mindful meditation, and talking with my partner about my stress. With that being said I felt supported by Dani, the TA's, and the career advisor's. Everyone was there to help me succeed and there to talk to if I needed. I would 100% say Actualize cares about you as a human, not just another student that passes through their program. The amount of resources you are provided with is incredible. You have access to all lectures, cheat sheets, and instructors indefinitely. Actualize does a fabulous job at setting you up for the job search. Job Hacking as they call it. I feel super prepared with my materials as I'm currently applying to jobs. Upon finishing the program I feel confident in my skills as a developer. I have learned so much over the past months and it feels amazing to have these skills. I am making a career transition into tech from being a professional dancer. For those coming from an art background I encourage you to attend Actualize. It truly is an amazing program.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +275373,10505,actualize,Christopher Rezac,False,2021,The Greatest Learning Experience Ever,2021-03-31,5.0,5.0,5.0,5.0,"Actualize was by far the most in depth learning experience that I have ever had. I went into Actualize with zero coding experience and I am graduating knowing how to create a website (frontend and backend). I feel very comfortable entering the job market... Read More and am just thrilled to start my career in tech. My instructor, Dani Zaghian was brilliant. She has an incredible understanding of everything she teaches and was very open to going over things again if someone didn't understand it at first. The TA's, Winston, James, and Katrina were also instrumental in helping me grasp the concepts and syntax being taught in the class. My cohort of 12 were all friendly people and I loved seeing their final Capstone projects after getting to know them throughout the whole process. I typically don't write reviews, but Actualize really was the best learning experience I have ever had and I wanted to encourage others to look more into it.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +275348,10505,actualize,Mackenzie,False,2021,"Phenomenal, So Glad I Decided to Enroll",2021-03-31,5.0,5.0,5.0,5.0,"As someone who had no previous coding experience, and who really considered myself a tech luddite in general, the decision to switch careers and jump in to a coding bootcamp was a daunting one. Deliberating over which bootcamp to choose, and actually... Read More making that first payment was a terrifying moment. Now that I am on the other side of this coding bootcamp, I am so happy and relieved to say that the my Actualize experience and training was phenomenal. Not only will you develop and create a full-stack application, you will also gain the skills and confidence necessary to teach yourself and grow your portfolio on your own in the future. While the curriculum that needs to be fit in to a 3 month period makes the course very fast paced, the incredible support from the instructor and TAs made it so that I never felt completely swamped, or as if I wasn't continuing to gain new knowledge. I was also very happy with the job hacking and interview prep aspect of this bootcamp, and feel prepared to enter the development world.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +275270,10505,actualize,Anonymous,True,2021,Great bootcamp with good support,2021-03-29,5.0,5.0,5.0,5.0,This is a great coding bootcamp with great instructors and a great curriculum. After finishing my CS degree needed motivation to work on independent projects and this bootcamp helped me get started. Chose this bootcamp since they have you do exercises... Read More live and give you plenty to do. Love the project I made in the end and plan to work more on it G-d willing.Read Less,,Unknown +275269,10505,actualize,Anonymous,True,2021,An absolutely life changing experience (with a little room for improvement).,2021-03-29,4.7,5.0,4.0,5.0,"I am incredibly grateful to Actualize, and my life has definitely been changed for the better. I went from various small side projects with no real direction to feeling like I understand my life path, with newfound confidence that I can work on larger... Read More projects and succeed as a developer. I have a strong sense of backend development, and arguably more importantly was taught how to effectively learn new skills, even outside the confines of a classroom. Structured job support through the Job Hacking part of the bootcamp was great, and really helped me find my footing entering into a new field. The one area I feel Actualize fell a little short was the frontend and design elements. There was enough focus that I can still call myself Full-Stack, but I definitely feel shakier with frontend work, and wish at least a few days had been allocated to focus a little more on design principles. However, I still 110% recommend this course, and can't begin to state how grateful I am to Actualize for providing me the skills I need to begin my career in a field I love (with post-bootcamp support for technical interviewing and working on projects with other alums to boost skills)Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +275239,10505,actualize,Sean Maher,False,2021,Couldn't be happier,2021-03-28,5.0,5.0,5.0,5.0,"I picked Actualize as my coding bootcamp because they have a huge number of good reviews and because they're based out of Chicago. I couldn't be happier with my decision. We focused on the core concepts from the 4-week pre-work stage through the 12-week... Read More live class. Knowing nothing about coding bootcamps before attending this one, I was a little worried the technology that we would be learning wouldn't necessarily be applicable to every job that I apply for. What I quickly learned, however, is that Actualize teaches you how to learn effectively. They teach you how to go about learning new things in a smart and thorough way. I was in a small class of 12 students, 3 TAs and a lead instructor. Dani has been the best instructor I've had in anything ever. Period. She's energetic, well learned and extremely empathetic as well. I feel confident in applying for any entry level developer job and even some mid level ones too. More than that I feel like I'll actually be useful and able to do my job when I get one. This has 100% been the best money I've ever spent on myself. If you're looking for a coding bootcamp that will prepare you for a legit career in tech, don't sleep on Actualize. You won't regret it.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +275234,10505,actualize,Casee Amores,False,2021,Exactly what I was looking for in a bootcamp,2021-03-28,5.0,5.0,5.0,5.0,"When I was comparing different coding bootcamps, I saw a lot of schools that focused on cramming a ton of languages into your resume. But knowing how quickly languages fall in and out of popularity, I cared more about learning the fundamentals of programming.... Read More That is definitely what you get at Actualize. We learned enough languages to build a full-stack application, but the focus was always on the concepts and knowing how something works no matter which language is used to build it. The classroom experience was great, and learning software development is definitely something that works well in an online environment. We had a small class of 12 students, with 3 TA's and a lead instructor. Dani is both a skilled developer and teacher, and all the lectures were clear and engaging. It was a joy to go to class and see my classmates every day, as everyone was friendly and came from different walks of life. I definitely feel like I've learned and accomplished what I set out to, and I know I have a good support system as I enter into the job hunting phase.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +275197,10505,actualize,Theodore Kim,False,2021,Truly an Amazing Experience,2021-03-26,5.0,5.0,5.0,5.0,"Actualize is an incredibly well thought out web development bootcamp, and I feel honored to have been able to attend the course. Having spent about 20 years of my life in education, and having been an educator myself from a family of educators, I can... Read More confidently say this school is one of the best experiences that I've had in my life. The instructors and founder truly care about the students and believe in the course that they are teaching. The course is well organized, the curriculum is well curated for learning from ground zero, and the homework is great for deliberate practice. When I selected actualize, I was ready to be a fly on the wall and learn by exposure, but instructor took the extra mile and helped me specifically with my deficiencies, especially in the area of explaining and talking code. This program is a gem, and if you're looking for an education first experience, I would highly recommend you take a deeper look.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +275190,10505,actualize,Sarah Robinson,False,2021,Life Changing,2021-03-26,5.0,5.0,5.0,5.0,"I just graduated from my cohort today and I can honestly say enrolling with Actualize has been the best learning experience I've ever had. My previous ""traditional college experience"" does not compare at all to everything you'll get out of this bootcamp.... Read More I've absorbed so much knowledge, not just in tech but also valuable life lessons that I will take with me. I was extremely intimidated upon the first day of class, but my lead instructor (THANK YOU DANI), T.A.'s, and classmates created such a safe environment for all of us to feel comfortable and to accept that it is OKAY to not know everything or anything at all. I came into this with zero experience and now just a few months later I've built a functioning website on my own! Now we're entering the technical interviewing program which will help hone our interviewing skills and get us even more prepared to land a job in the field. Overall ACTUALIZE ROCKS! If you're thinking about applying, DO IT you will not regret it.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +275188,10505,actualize,Charlotte Moche,False,2021,Worth Every Penny!,2021-03-26,5.0,5.0,5.0,5.0,"I can't say enough good things about my experience at Actualize! I come from a fine arts background, and I was a bit nervous about shifting careers. I chose Actualize because it was geared towards beginners, and I believe that holds true to my experience.... Read More I felt very comfortable from beginning to end with the pacing, support, and general energy of the course. My instructor was Dani Zaghian, and she was always enthusiastic, helpful, and very clearly passionate about her job and the advancement of the students. She was great at pushing each of us based on where we were at skill-wise, and she took particular notice of where we had strengths to play up. I would highly recommend Actualize to anyone interested in learning more about web development, whether you have experience or not. Thank you for an amazing couple of months! I feel confident in where I am headed because of the program.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +275164,10505,actualize,Anna Wong,False,2021,Learn How To Learn Forever,2021-03-25,4.7,5.0,5.0,4.0,"Signed up for Actualize after my partner did it a year ago and I was motivated to switch careers. After sitting in on a few classes, I chose the evening course led by instructor Peter - who also is the Dean - and it shows, best decision ever! The overall... Read More curriculum is well thought out and the resource material is abundant - but not in an overwhelming way. Every step of the way, you feel supported and that the bootcamp is invested not just in your learning but in your ultimate success of landing a dev job. I can't rave enough about Peter. If you can make it work, I highly recommend taking his evening class. Peter's background as a teacher, funny personality and clear communication made the most complex material digestable. By the end of the 12 wks, you walk away with a dozen or so new skills and several languages under your belt ... *but the true gift this bootcamp gives you is the ability and structure to continue learning on your own - which is critical since a dev NEVER STOPS LEARNING! Actualize also just rolled out a new program that will specifically help train you for job interviews - both behavioral and tech - with an emphasis on diving deeper into data structures & algos ... an invaluable boost for all us new devs trying to make our mark in this growing market. Whether you've taken some computer science courses already or have zero knowledge of coding (that's me), I highly recommend this bootcamp!Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +275163,10505,actualize,Anonymous,True,2021,The best decision I have made for my career and education,2021-03-25,5.0,5.0,5.0,5.0,My experience at Actualize was amazing. My instructor was extremely knowledgeable but kept the classes entertaining and interesting. He really drove home the point of if you don’t know something right now it’s okay as long as you keep trying to improve... Read More on it. I would recommend Actualize to anyone who wants a job as a software developer or anyone who wants to learn how to code. More than that the thing they do the best is teach you how to learn on your own and be self sufficient over the course of the program you can go from a complete beginner with no experience to having a full plan and being ready for your first software developer job.Read Less,Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +275162,10505,actualize,Sarah Baranski,False,2021,Best Decision of my life,2021-03-25,5.0,5.0,5.0,5.0,"I chose Actualize because of word of mouth, and it was not a disappointment. This program is completely supportive both in the boot camp as well as after the program. As someone who came in with a minimum coding background, I felt like I grew so much... Read More in terms of skills. The content that you are taught and how you are taught it makes the experience enjoyable and sets you up to teach yourself post boot camp. This is a decision that I will never regret making.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +272314,10505,actualize,Ryan,False,2021,A joy the entire 17 weeks,2021-01-15,5.0,5.0,5.0,5.0,"Actualize cares about you and your success and treat you like family. This separated them from a lot of the other bootcamps I talked to. You get a lot of resources and support throughout the bootcamp. Though the languages might not be the most relevant,... Read More you’ll still be equipped to start applying to jobs. Coming from a background that had 0 tech, I truly enjoyed my 17 weeks (including prework) and would recommend this bootcamp to anyone and everyone.Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +272310,10505,actualize,Aja Adams,False,2021,Couldn't Have Made a Better Decision!,2021-01-15,5.0,5.0,5.0,5.0,"I chose Actualize because of their education first, coding second approach to bootcamp. As someone who has been out of school for a while, it was important to me that a lot of thought was put into the way these complicated concepts were taught in a way... Read More in which I could actually take in the information being given. After officially completing and graduating from the program, I can honestly say, I made the absolute best decision. I don’t consider myself a super quick learner and I also have ADHD, however, I was able to grasp the concepts and felt cared for by my Instructor and TA (shout out to Amanda and Erik!!) along with the entire Actualize team throughout the entire experience. I got scammy vibes from a lot of other bootcamps out there. Especially those that offer that “Pay nothing until you get a job” thing, where they take money out of your paycheck for like 4 years (and most of the time, you end up paying far more than the upfront tuition). Not saying that all of them are, I just do not agree with the practice. Actualize not only does not engage in that practice, but they have affordable payment plan options. I research things pretty intensely, and did not deviate from that when making this important decision. Believe me when I say this, Actualize is the real deal and in the top 3 best decisions I’ve made in my entire life. DO IT!Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +272309,10505,actualize,Wendy,False,2021,Actualize is a great investment in your technical skills and career,2021-01-15,5.0,5.0,5.0,5.0,"When I decided to enroll in a coding bootcamp, I did a ton of research to figure out which would be the right fit. I am so glad I chose Actualize - it really lived up to my expectations. The focus on education and on teaching students to teach themselves... Read More was especially effective and valuable. I worried that as I moved through the course and piled more and more information on top of what I had already learned, I might get overwhelmed, but on the contrary, I found my learning accelerated because there was constant reinforcement and practice, and I became more comfortable with self-teaching as we went along. My teacher and TA were engaging and helpful, the rest of the Actualize staff was fully dedicated to each student's success, and I really enjoyed my cohort and the sense of community and camaraderie. I also really appreciated the online format - it was seamless, convenient, effective, and in these pandemic times, safe. As with anything, you will get out what you put into it. If you are serious about becoming a developer and have the willingness and ability to put in the work, Actualize can get you there.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +272308,10505,actualize,Arthur Peterson-Veatch,False,2021,"Fantastic, even for someone who isn't sure if they want a job in the field yet.",2021-01-15,5.0,5.0,5.0,5.0,"I applied to Actualize to broaden my coding knowledge and keep me moving towards my interests while I was in a gap year that I took from college during the coronavirus pandemic. I wasn't entering it to get a job, I wasn't even entering the bootcamp to... Read More learn skills directly for the career I want. Actualize is mainly a web development bootcamp. I want to be a game developer. While I knew that it probably wouldn't work directly towards my goals, it was close enough in the vein of what I wanted for me to apply. I wasn't sure how much I would genuinely enjoy the curriculum or how well it would be able to tie into my future. However, Actualize blew me away. I loved every second of being in the bootcamp, due to my excellent instructor, TA, and the well thought out curriculum, not only do I have a better grasp on coding, I also have a better grasp on the structure of most applications, I have a better grasp on how to teach myself new skills, I have a better grasp on how to get a job, I have a deeper interest in websites and their development, I have made about 15 new and hopefully longstanding friends. The curriculum at actualize will help you understand how, and why to do certain things, and the faculty will guide you along the way and help you when you feel like you're stumbling. Another incredible piece of this bootcamp is the ""job hacking"" curriculum, I am in a unique position where I am not sure whether I will be seeking a job after I finish the camp. Despite this, the career support curriculum felt relevant and helpful and has deepened my understanding of how to market myself even in situations that might not be directly related to a job search. If you are interested at all in coding, I doubt there is any place better to at least get a start, and maybe even more, than actualize.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +272307,10505,actualize,Pedro Rodriguez,False,2021,It was a blast!,2021-01-15,5.0,5.0,5.0,5.0,"I chose Actualize because they promised an educational approach to learning how to code. They delivered on that and so much more. To the excellent teaching staff who always made sure you were keeping up and never hesitated to answer any questions. The... Read More awesome career counselors, who were able to make the seemingly scary adventure of job hunting less scary and more of an adventure to get you to the place you want to be. I loved my time at Actualize and if you are on the fence, I say , just do it.Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +272306,10505,actualize,Remington Berg,False,2021,Amazing Program!,2021-01-15,5.0,5.0,5.0,5.0,"Coming from a background in hospitality, I didn't know much about coding, but something I thought would be fun to learn. Coming into the bootcamp, I barely knew how to navigate a terminal, and now at the end of it, I built and designed my own web app.... Read More The course moves at a nice pace and there are so many resources to help you. You learn just as much as you have fun!!!Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +272305,10505,actualize,Jose Zuniga,False,2021,Good Bootcamp for Beginners,2021-01-15,5.0,5.0,5.0,5.0,"This is a Awesome bootcamp, I was a beginner entering the course and now I feel more confident with my coding skills. You really have to put in the work. It's not easy but at the same time it is not out of this world. They have an excellent curriculum... Read More and great Instructors and T.A's.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +272304,10505,actualize,Anonymous,True,2021,"If you're on the fence, just do it.",2021-01-15,5.0,5.0,5.0,5.0,"I debated between big, well-known bootcamps and ultimately committed to Actualize. The main reason, and I can say this even more as a grad, is the unmatched community and support. You get weekly checkins and support from career advisors, an instructor... Read More and a TA who will go above and beyond to aid you on this journey, and classmates who will become your new, trusted friends. Material is taught in a way that gets you to truly understand the material and teaches you the skills beyond the bootcamp to learn a new language all on your own. So give this bootcamp a chance because it was an irreplaceable experience for me.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +272303,10505,actualize,Nadia Agahozo,False,2021,Amazing Experience,2021-01-15,5.0,5.0,5.0,5.0,My time in Actualize was an amazing experience. I learned more than I thought would. It was a rigorous course. It opened my mind to a new way of thinking and I feel that I have the tools to not only join the job force but learn new programming languages... Read More on my own. I highly recommend joining this program if you want to start a career in software development.Read Less,Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +272302,10505,actualize,Anonymous,True,2021,My experience with Actualize was beyond even my greatest expectations.,2021-01-15,5.0,5.0,5.0,5.0,"I entered Actualize completely new to programming and right from the very start I feel like they made all the information super clear and easy to follow along. They also are super helpful with continuous learning, alway supplying the documents you would... Read More need to delve deeper into specific concept. I found the instructors and staff all super accommodating and very helpful and motivating. I truly feel like I'm their top priority!Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +272275,10505,actualize,Emmanuel Daniels,False,2021,An amazing code thrill ride.,2021-01-14,4.7,5.0,5.0,4.0,"I choose Actualize Bootcamp because of the teaching first approach to curriculum. The instructors all had teaching backgrounds outside of just know how to code. This helped me get a better sense of the fundamentals of software development. My Actualize... Read More experience was amazing. I participated in the night class cohort. I was provided with all materials that I needed for the course. They force you to learn the fundamentals of arrays, loops, conditionals, and functions before you start the course was a great way to build skills later for ruby and javascript. They do a great job making you mentally prepared for the grind because it is a 12-week Grind!! You get to work on many cool projects and form a shopping cart to a team API project(fun stuff). I would say some suggestions for the future, maybe a week with React and Django after learning Rails and Vue Js. Also, maybe a class two dedicated to front-end design principles. Overall, if you are looking for a great place to expand your coding knowledge. This is the place to be.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +272274,10505,actualize,Jimmy Jonsson,False,2021,Amazing experience(sad it's over),2021-01-14,4.7,5.0,5.0,4.0,"After ten years of working in hospitality, I felt like I wanted to develop new skills and change my line of work. This brought me to decide on attending the Actualize coding Bootcamp. Being part of this Bootcamp was an extremely positive experience. I... Read More barely had any familiarity with programming and even before finishing the course, I felt like had learned and developed several skills and strategies. Now that I've graduated I feel like I've opened a door to a learning environment where I can constantly keep on growing and build on what I've learned. The Actualize team was very flexible and helpful in many ways from the very beginning. Which was something that I really appreciated. Making this investment in myself is something I would do again mainly due to the experience I had with the Actualize team. Everyone, including the pre-work instructor, the TA's, the lead instructors, and career support assistants are all very helpful and believe that the students are fully capable of managing the material and tools that are provided. I would definitely encourage anyone to enroll in their program. Especially if you have very little knowledge of coding or programming. Like I mentioned I had almost no experience in this field and graduating with a new skill set will only help me find a job as well as opportunities! and continue to build new skills in the future.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +272273,10505,actualize,Anonymous,True,2021,It works!,2021-01-14,4.0,4.0,4.0,4.0,The whole experience was great! Our instructor Brian Rice was a fantastic teacher and personable individual with exceptional dad jokes. I feel very prepared and ready to learn and take on any technical challenge I set before myself. A couple of criticisms... Read More that might help. 1. The 5 week pre-work phase could use a few days of working with an instructor to help with the introduction to theses concepts. I felt very much in doubt of myself and my capacity to learn when it was just me and a teachers aid for an hour on Saturday mornings. 2. The job hacking portion of the course is great and I believe it is a fantastic accompaniment to the technical aspect. Although I do think that is a little much to mix in with the 12 week live class portion and would've felt better served if It were taught for a week or two after the 12 week portion so that I could focus on it completely as opposed to heaped on top of all the very hard work and material that the technical portion requires.Read Less,Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +272271,10505,actualize,Tyler Weinacker,False,2021,The best bootcamp experience imaginable,2021-01-14,5.0,5.0,5.0,5.0,"My journey with Actualize from start to finish has been such a breath of fresh air. The pre-work section was incredibly informative and really helped me get comfortable with coding before getting fully into the course. As for the course itself, I can't... Read More say enough good things about Brian, one of the teachers. He was an incredible teacher who never made me feel bad or dumb if I was slow to grasp a topic. He has a very clear and concise way of teaching and it's an extremely fun environment. The curriculum was great as well. I felt like I learned a ton, but not too much to be stressed out. The pacing was great and each day built on the previous lessons learned. By the end of the course, I genuinely felt like a developer. Now I'm confident that I'll be able to keep learning and growing on my programming journey. And I can't wait to land a jobRead Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +272270,10505,actualize,Andrew Chin,False,2021,A Great Experience,2021-01-14,5.0,5.0,5.0,5.0,"Overall, I had a ton of fun throughout the bootcamp and I'm looking forward to continuing to code. I'll miss my instructor and his questionably funny jokes, but will mostly miss the great learning environment he created for our cohort. If you're think... Read More about taking a coding bootcamp, Actualize is a great choice.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +270748,10505,actualize,Mendy Cohen,False,2020,Great Experience,2020-11-23,5.0,5.0,5.0,5.0,"I chose Actualize after researching many different coding bootcamps and finding that Actualize matched what I was looking for, a bootcamp with an emphasis on teaching its students how to learn and think like a software engineer and a staff that is available... Read More to work with you on all aspects from coding to learning how to conduct your job search.The four-week pre-work was an excellent preparation for the 12-week online course that was to come and all throughout the course I felt a very strong sense of intentional teaching. From how our instructor built up the lessons and structured homework assignments to how the TAs interacted with us, it was apparent that the curriculum and its delivery were masterfully designed with the intention to provide us with the resources needed to begin a new career.I sensed that the approach at Actualize is genuine. Between the instructor and TAs there was a very good teacher to student ratio and I think they truly live up to the teaching philosophy described on their site.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +270666,10505,actualize,James Wilson,False,2020,Learning the skills to learn programming,2020-11-19,5.0,5.0,5.0,5.0,"Like most people reading these, I spent hours upon hours researching and sifting through reviews after choosing the bootcamp route. Narrowing my choices, Actualize stayed at the top because of their emphasis on learning how to learn and developing the... Read More mindset of a software engineer.That philosophy stayed true throughout the cohort. Instead of having code thrown at us to memorize with or without comprehending, the curriculum is designed to understand the logic behind the code and put it to practice. That made a huge difference with it being a lot of information in a short amount of time. Additionally, and maybe most importantly, we learned how to problem solve and develop the skills to learn any programming language, much like the actual job of a developer. Our instructor, Dani, was very knowledgable in not just coding but also the current industry from her real world experience. She and the TA's (who were extremely helpful Actualize grads) were always available to answer questions, guide us in the right direction, and make us think our way through concepts and issues. They also have career support that begins early in the cohort and continues after graduation, and the career counselor, Lisa, is readily available and helps keep you accountable.While you can't learn everything within a few months, you can go from barely able to use an app to creating one, and leave with the skills to learn languages and frameworks beyond what's used for the class.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +270664,10505,actualize,Megan,False,2020,"Amazing course, amazing teacher, amazing school! Coming out with a job.",2020-11-19,5.0,5.0,5.0,5.0,"Actualize was such an incredible experience. I learned the most critical components of web development and more. I am finishing up the course with a plethora of resources at hand. I had Peter as my instructor and he explained everything crystal clear;... Read More truly one of the best teachers I've ever had! Him and all staff I interacted with at Actualize were always so helpful. Lisa, the career advisor, was instrumental in helping me land my first job. Thanks so much Actualize!Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +270662,10505,actualize,Todd Whitelow,False,2020,Fresh Grad,2020-11-19,5.0,5.0,5.0,5.0,I did a lot of research on which bootcamp I wanted to join and I picked actualize because of their focus to be teachers first. The curriculum is designed to actually teach you how to think like a software engineer. My instructor Peter and TA Kevin were... Read More always there to help when needed. I spoke to many big name bootcamps and I just felt like a number where at Actualize it was a bit more personal. The pricing was way more realistic as well! The job hacking lessons really helped me with my confidence in applying for jobs and prepared me in ways that I never would have gotten teaching myself how to code. Id would recommend Actualize to anyone who is ready to make that commitment to a bootcamp that delivers beyond what you paid for.Read Less,Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +270661,10505,actualize,Kirill Grinash,False,2020,Greatest Bootcamp,2020-11-19,5.0,5.0,5.0,5.0,"Actualize teaching style is what brought me to this Bootcamp and I was NOT disappointed. The amount of support provided and the way the teaching was presented, made it easy to learn and FUN. I would definitely recommend this Bootcamp and if you are looking... Read More to start a new career, Actualize is the place to start!!!Read Less",,Unknown +270660,10505,actualize,Isaiah Rappaport,False,2020,BEST BOOTCAMP EVER,2020-11-19,5.0,5.0,5.0,5.0,"I was deciding between a bunch of bootcamps and had interviews with almost every bootcamp out there. However, when I interviewed for Actualize I knew it was the one. Their staff was so friendly and warm and their curriculum really made sense. I was definitely... Read More hesitant leaving all of the other bootcamp options behind but this one was definitely the right choice. The pace was perfect, and I learned so much. The instructor (I had Peter Jang) was the greatest teacher I've ever had. He was so good at explaining complex topics in a clear and simple way and always had a good joke to tell. He was with us every step of the way and made sure we understood the material. He also always made it so fun and enjoyable and gave us good tips to deal with the stresses that come with coding as well. I not only learned the fundamentals of coding, but also how to learn new coding skills and languages and grow in the tech field in general. The job hacking was also amazing as they helped us build our resume, make connections, network, build a personal website, and do mock interviews. Overall, the bootcamp taught me more than I ever thought and made me ready and excited for my first step in the coding world!Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +270659,10505,actualize,Taylor Dorsett,False,2020,<3 Actualize,2020-11-19,5.0,5.0,5.0,5.0,I choose Actualize because I know a lot of successful Actualize graduates and it has a great reputation in Chicago. They also have an after-hours program that makes it possible for folks who are working to attend the boot camp. I loved the program. We... Read More started by learning ruby on rails which is an easier programming language to understand. When we moved to JavaScript I was able to recognize the concepts we learned in Ruby. The pacing of the course was great. I cant stress this enough. Feeling like I was being pushed but still being able to keep up kept me engaged. Peter our instructor was fantastic. I think he might be the most experienced Bootcamp instructor in Chicago and maybe the US.I'd recommend Actualize to anyone who is looking to make a career transition. +1 if you are looking for a bootcamp that you can do while still maintaining a day job. +2 if you have tried programming in the past but got stuck. Actualize is run by educators who are developers which makes all the difference.Read Less,Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +270658,10505,actualize,Jonathan Wang,False,2020,S Tier Bootcamp,2020-11-19,5.0,5.0,5.0,5.0,"I chose this bootcamp because it allowed me to continue working my full-time job and attend class. I applied for the online night classes which Mon-Thurs from 6PM-9:30PM CST and SUN 9-5AM CST. This is a full-stack web development so expect to learn a... Read More lot! I came into this bootcamp barely having any knowledge of what web development was and this course has given me a better idea of how the web works. My instructor was Peter and he was definitely one of the best teachers I ever had. He does an amazing job breaking down the different parts of each language and framework and will always take the time to answer any questions you might have. Be prepared to consume a lot of information! You're not supposed to be a perfect developer by the end of this class because I definitely am not, but I can honestly say I feel like I'm way more equipped to tackle and learn various programming languages, frameworks and databases on my own. Another great part of this bootcamp is the accountability and job prep this course provides. Lisa is an extremely resourceful career advisor who is always willing to take the time to work with you and help you improve your resume, job profile, and answer any questions you might have. I'm beyond thankful for the bootcamp and I would highly recommend this if you are looking to make a change in your life and get into web development!Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +270657,10505,actualize,alan s barton,False,2020,Web Developer,2020-11-19,5.0,5.0,5.0,5.0,The main reason i chose Actualize was for the online night classes and the Job assistance. I feel like the main focus of this bootcamp was not just the coding and building your skills (though it is a massive part) but also finding and landing a job in... Read More Web Development. If you're looking for a course that is going to help you through the process of learning and finding a job definitely check out Actualize.Read Less,Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +270656,10505,actualize,Jake Porter,False,2020,Great Bootcamp,2020-11-19,4.7,5.0,4.0,5.0,"I really enjoyed Actualize Bootcamp, It is fast paced but they do everything they can to help you. I looked forward to going to class everyday and I learned a lot of good information. I would recommend this bootcamp to anyone that was looking to start... Read More a career in software development.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +270647,10505,actualize,Jack Conroy,False,2020,Best decision I ever made,2020-11-19,5.0,5.0,5.0,5.0,"I just finished this program and I have to say it has been one of the best decisions in my life so far. I chose Actualize due to them being a Chicago based program, as I am Chicago based as well, but another huge upside was the fact that they have implemented... Read More online-based teaching since before the pandemic. That means they weren't scrambling to figure out how to put their curriculum online, or to turn it into a zoom based class, the structure was there and it always had been. That made it feel like an incredibly good pick during this time.The online-live class setup is a fantastic way to learn coding, with immediate feedback and great class-flow between lectures and exercises. With an emphasis on learning to learn the instructors at Actualize are training your brain to think like a developer, encourage problem solving and growth mindset. I really have nothing but good things to say about Actualize, and they let you sit in on classes in progress if you're applying and want to see how the classes are structured. So if you're on the fence, setup a sit-in and see for yourself!Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +270646,10505,actualize,Sunhan Shin,False,2020,One of the best learning experiences in my life.,2020-11-19,5.0,5.0,5.0,5.0,"I enrolled into Actualize after seeing my brother go through the bootcamp and see the strides he has made in his career afterwards. After recently completing the program I feel as I can do the same despite the current state of the job market in 2020.... Read More Not only have I learned modern coding languages such as Ruby on Rails and Javascript, but most important I was taught how to be a better student as well. I feel confident that I will now be able to tackle and coding language/framework after being taught key fundamentals at Actualize. The instructors explain concepts well and are prepared to make time for each individual. The amount of resources and help available from the instructors and career advisors goes above and beyond in comparison from my knowledge of other bootcamps. I also was hesitant about online instruction, but I would say it is just as good as in-person!Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +270645,10505,actualize,Winston Barbe,False,2020,The right for bootcamp to choose for folks who want to learn the fundamentals,2020-11-19,5.0,5.0,5.0,5.0,"I found the decision as to which bootcamp to attend to be an exceedingly difficult one. After nearly signing up for a big corporate owned camp, I came across Actualize. Actualize makes you feel noticed and supported. You are with the same instructor and... Read More teaching assistants the whole through so you feel like your progress is really being tracked and you are building connections throughout the camp. A lot of camps out there feel a little scammy, with published job rates and what not. Oh so you have 98% of graduates, get job, well what defines a graduate? The truth is what you put is what you get out, and that applies to actualize, but they give you solid footing to exceed without trying disassociate with you if you aren't meeting requirements. Because they aren't wrapped up in a published job placement rate they can focus on helping the students as much as helping themselves. Actualize also provides continued support with smaller lessons and job help after you graduate. If I had to choose a bootcamp again I would definitely make the same decision. If you are unsure of what to choose, choose actualize. Don't get caught up on languages and frameworks that are taught. You'll be better off going to a camp with a good environment and actualize has that. Peace.Read Less",,Unknown +270640,10505,actualize,Katrina Jelinek,False,2020,"Great course, great instructors",2020-11-19,5.0,5.0,5.0,5.0,"Deciding to learn coding through Actualize was easily one of the best decisions I've made in a long time. The course is packed with information and moves very fast, but not so much that you can't keep up. Dani Zaghian was my instructor and she is an incredible... Read More teacher. She was always very clear about what is happening in the concepts she was teaching along with what is expected of each of her students throughout the course. It was a great experience and I would encourage anyone who is considering attending a bootcamp to consider Actualize.Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +270641,10505,actualize,Aaron Briggs,False,2020,Great Course - Great Instruction,2020-11-19,4.7,5.0,5.0,4.0,"Having just graduated, I don't know how my job search will go (or for how long) but everything related to career planning I've received during the course has been incredibly helpful. I came into this course with a pretty strong computer science understanding,... Read More but was pretty overwhelmed trying to self learn frontend and backend frameworks. I'm not sure there's any way to get better at simply coding other than putting in the time, so keep that in mind when you're thinking about any bootcamp in particular. Most of this bootcamp has been focused on using frameworks. Even though its unlikely you'll ever work solely in those frameworks in the future, I'm confident moving forward to learn new frameworks with ease and a better understanding of what challenges in development the specific features of a framework intend to address.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +270638,10505,actualize,Blake Gandy,False,2020,An amazing use of my time and money!,2020-11-19,5.0,5.0,5.0,5.0,I couldn't be happier with my decision to attend Actualize. The instructor and TA's are really helpful and you always feel like you've got one on one help when you need it. The curriculum felt engaging and challenging which forced myself and my classmates... Read More to really push ourselves to see what we were capable of. If you were looking for a remote bootcamp I would strongly suggest you check out Actualize. You won't be disappointed!Read Less,Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +268385,10505,actualize,Melanie Grigger,False,2020,Best Decision I've Ever Made...,2020-09-10,5.0,5.0,5.0,5.0,"Actualize was the best decision I have ever made. After getting half way through a computer programming degree at a community college and never writing a single line of code, I decided to take some coding classes online. I found them lacking the structure... Read More and guidance I needed. That's when I started combing reviews for a solid bootcamp. I noticed Actualize had so many perfect ratings and now I understand why. This school teaches you how to code. But, more importantly, they teach you how to LEARN how to code. I feel confident after taking this bootcamp that I can learn any language I want. The lead instructor, Brian, is a phenomenal instructor. He anticipates and validates the difficult parts and his background in teaching AND software development really show in how he conducts the course. You can tell he truly cares about each student's success in the course. The curriculum is relevant and useful. They teach programming logic in a way that I wish I would've learned earlier! They provide tons of career support during and after and Lisa, the job hacking instructor, is as caring and empathetic as all of the staff. She really wants to see you succeed. I left this course feeling empowered, confident and like a true developer. You will always have more to learn as a developer but now I know how to learn anything! I could not recommend this bootcamp more and I am so grateful I found them. I genuinely have no cons to list.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +268384,10505,actualize,Bander Saleh,False,2020,Awesome School,2020-09-10,5.0,5.0,5.0,5.0,"I learned fullstack: a good backend and a couple different frontends and feel very confident about the job world before the last day of school. I chose Actualize in Chicago, IL, because they were the first Software Engineering school to be fully online... Read More (also covid-19 was happening). It ended up being very fun because it was like we were at a tech company with a team of like 16. I would recommend people to take an Immersion Class at Actualize if they wanted to get job opportunities in the tech field for website stuff. 5* Actualize.Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +268383,10505,actualize,Alan M,False,2020,Amazing Experience from Day 1,2020-09-10,5.0,5.0,5.0,5.0,"Actualize was easily one of the best experienced I could have hoped for. After spending hours and hours researching bootcamps and toiling over which one to choose, I had a friend recommend Actualize. After hearing what he had to say and looking into them,... Read More I jumped in head first and never looked back. This was one of the smartest things I have ever done. Everyone at Actualize has been nothing short of amazing and having graduated I can honestly say I feel confident in my abilities as a Web Developer. The instructors are world class and the career help is icing on the cake. If you're looking at bootcamps, I honestly cannot recommend Actualize enough.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +268382,10505,actualize,Declan M,False,2020,Highly Recommend,2020-09-10,5.0,5.0,5.0,5.0,"Actualize has been an outstanding educational experience, challenging but rewarding in a ton of ways. Our teacher Brian, and our TA's Bart and Lauryn were knowledgeable, helpful and supportive. The course also has career oriented sessions with a career... Read More counselor who specializes in helping graduates find placement in real companies. My fellow classmates were all bright, curious, and really bonded well together. It was a joy to have a group of such cool people working on this project of self improvement in a time when people are increasingly isolated and detached (as the corona virus continues to ravage the country). Actualize gave me an outlet for my creative energy while providing a staggering amount of information in an intelligent and organized fashion. Five bags of popcorn, two sodas.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +268381,10505,actualize,Kristofer Leonardo Henriquez,False,2020,Best Decision Ever!,2020-09-10,5.0,5.0,5.0,5.0,"After calling several bootcamps and reviewing their curriculum, I chose Actualize because of their emphasis on job search, teaching methodology and overall support. This was probably the best experience of my life (so far) and I cannot stress enough how... Read More much I learn about coding and tech in general. The amount of support was also insane, they really care about your professional growth and I highly recommend their web development course to anyone interested in pursuing a career in coding. Kudos to everyone working at Actualize!Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +268380,10505,actualize,Sequona Hastings,False,2020,One of the best decisions I've made,2020-09-10,5.0,5.0,5.0,5.0,"I came into Actualize knowing just a little bit of HTML (self-taught). I had no idea what direction to go in or where to even start. Now that I am a graduate, my knowledge is not only far greater but I now have learned HOW to learn. With these skills... Read More gained at Actualize I have the confidence to achieve some great things I never knew I was capable of before.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +268379,10505,actualize,peter hackley,False,2020,A challenging experience well worth the effort and time invested in transitioning careers,2020-09-10,5.0,5.0,5.0,5.0,One of the major reasons I chose Actualize was because of the founder's involvement in the industry and his teaching background. I also really appreciated the concentrated efforts of the teachers. My teacher made it a great learning experience and cared... Read More about the students.Read Less,,Unknown +268378,10505,actualize,Mark,False,2020,Fast-paced learning that provides the tools to learn the concepts of web development.,2020-09-10,5.0,5.0,5.0,5.0,"I'm just wrapping up my bootcamp at Actualize. I chose this program because I know a few people who went through the program in the past several years and they spoke highly of the curriculum and the teachers. I would say it did not disappoint. The instructor... Read More presented the lessons in a well though out, and concise manner. We covered lots of ground very quickly, but we were given many tools to review the information down the road to help solidify the ideas. I've also appreciated the job search support. While they don't hand you a job when you graduate, they help you feel prepared and give you intentional steps to take to be effective.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +268377,10505,actualize,Sam Izguerra,False,2020,Strength in Numbers,2020-09-10,5.0,5.0,5.0,5.0,"I had no idea where to look when looking at ""bootcamps"". I did what most do and typed in ""best coding bootcamps in Chicago"". That minor investment in myself has changed the trajectory of my life forever. Through Actualize, it has given me the courage... Read More to fail and learn from those mistakes. It taught me a different way of learning all the while teacing core fundamentals in coding for the future of my career. The support starts from the beginning, and to be honest, it doesn't stop. There is help everywhere and better yet, they give you the tools on ""how to catch the fish"" rather than simply ""giving us the fish"".Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +268376,10505,actualize,Angela Anderson,False,2020,t's a great time!,2020-09-10,5.0,5.0,5.0,5.0,"I chose Actualize because when I was searching it has the best reviews. This class was so much fun, and I learned so much! I highly recommend this to anybody that is looking to get into coding. It is a little bit overwhelming at first but it will make... Read More sense in time.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +267483,10505,actualize,Iris,False,2020,Well thought-out curriculum!,2020-08-13,4.7,5.0,5.0,4.0,"With Actualize, not only did I learn a lot within a short period of time, but I was also trained to think through problems like a developer. The curriculum is very well-designed and broken into digestible chunks. The sense of camaraderie with classmates... Read More contributed also to a more enriching experience!Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +267465,10505,actualize,James Odegaard,False,2020,Smartest decision I've made,2020-08-13,5.0,5.0,5.0,5.0,"Before choosing a coding bootcamp to invest in, I researched extensively the variety of options that are out there - I am so glad to have settled on Actualize. The folks at Actualize have carefully put together a curriculum that is digestible and effective.... Read More It is a lot of content in a short period of time, so the syllabus was designed to cover material quickly but not to overwhelm. I had very little coding experience before starting this course, and that was A-okay - our lead instructor Dani, and the TAs alike, were there to support when we inevitably got stuck and challenge when we were on the right path. I was a little fearful to take the course online as I am someone who enjoys learning in-person, but that fear was lifted when the online format proved to feel like we were all in the room together. As a graduate, I look forward to utilizing their excellent, integrated career support, as well as connecting with their rapidly-growing alumni network. I am so grateful for my time at Actualize. If you're looking for a coding bootcamp that is challenging, engaging, and achievable - look no further.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +267431,10505,actualize,Rebecca Doukas,False,2020,Best Choice,2020-08-12,4.7,5.0,5.0,4.0,"Actualize was the best experience and choice I have ever made. I previously attended another bootcamp and realized the learning style wasn't for me. Actualize provides students consistent assistance and support from start to finish, including the pre-work... Read More portion! Dani and all the TA's want to see you succeed and will do whatever possible to make that happen. I was nervous I wouldn't be as successful with the online course as opposed to the in-person course but my fears quickly diminished after Day 1. This bootcamp is definitely friendly for anyone without coding experience but not too slowly passed for someone that knows the basics.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +267394,10505,actualize,Ian Fletcher,False,2020,Incredible Choice for a Bootcamp,2020-08-11,5.0,5.0,5.0,5.0,"Early into 2020, I was laid off from my current job and decided it was time for a change. I had an interest in computers and programming that I had ignored for a long time, and I decided it was time to do something with that interest. During the pandemic,... Read More I knew online courses would be the only way to operate, so I landed on Actualize after being recommended by an Alumni and after speaking to admissions at the school about their already well-established online curriculum. It was an exciting choice, but nothing could have prepared me for how amazing the course would actually be! Personally, I am someone who has struggled in the past with staying motivated with my education, but this course was SO engaging. I had a very, very minor history with CS from my time in college, so the pre-work was a great refresher and more, but I'm confident that anyone could work through the pre-work and learn the basics necessary. Once the course is under way, the lessons are paced very well, and the lessons stack day after day in a very cohesive manner until you get a few weeks in and realize you can do some really cool stuff! By week 9-10, you will have more skills than you even realize until you start building an entire app from front to back and get to see all those skills in action. My cohort was instructed by Dani who was incredible! Clearly experienced and knowledgable, she taught the course well, and her enthusiasm and demeanor throughout the entire course took it up another notch. Class time was always engaging, always rewarding, and help was always a quick question away. If you are considering an online bootcamp to switch up your career or learn some valuable skills for your current one, I don't think you can make a better choice than Actualize!Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +267390,10505,actualize,Irving Villasenor,False,2020,Amazing,2020-08-11,5.0,5.0,5.0,5.0,"Pros: Instructor, Curriculum, Classmates, Knowledge. Everything was great and so easy to follow along. As long as you put in the work, you'll get the results you wish.Cons: Not long enough, i wish it was longer so i can learn more. This place is great... Read More and wish there was another level to enroll in.Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +267385,10505,actualize,Hubert Shon,False,2020,"Great Education, Great Experience",2020-08-11,5.0,5.0,5.0,5.0,"Actualize has been one of my best life experiences to date. If you are wondering if this is a group you can trust with educating and guiding you, I can respond with a resounding ""Yes!"" I am writing as someone from a completely different industry field... Read More with some self-taught experience of HTML/CSS in the past. When comparing this to the sheer amount of technical know-how I have received in these short months, the results are astounding.I believe any learning program will equip you with not just outspoken technical knowledge, but also with an inner mindset - an approach and culture of how to tackle problems, and even your belief in your ability to do so. I feel some programs only do well in challenging that belief with the goal of ""weeding out"" students. Instead, Actualize is a program that draws out that inner-belief. After all, it began with the name ""Anyone Can Learn to Code"". And I am happy to say that this mindset continues among how it leads students today. The coursework is challenging, but is never overwhelming thanks to the support of instructors and other students. Never did I feel that help was unavailable or that instructors were uninterested. The teaching accommodates students of different work backgrounds and learning styles. I found the class to be professional in handling subject matter, but also very friendly in our normal day to day. The faculty must have graduated hundreds of students before, but they are always fascinated in seeing you grow. For the online program, students can expect 5 hours of class time and up to 1 - 2 hours of homework per day, depending on the subject difficulty. I found that I was freely practicing more to solidify what I learned. Yet I did not have to give up my entire life and values to make it through. Yes, they expect you to have a weekend away from the computer. Still, for the best experience, I would highly recommend bootcamp students to make this one of their few priorities, but if you absolutely must work part-time during the process, I could see that being a possibility. Please talk to faculty first! As a testament to the program's effectiveness, some student family members who were also tech industry professionals viewed our livestream of capstone project presentations. Even they were impressed by what the students had completed from start to finish. Furthermore, the program gives a wealth of knowledge and support in the job searching process - a process that begins during the bootcamp months and continues for some time after. It is a well designed program that offers incredible support. I've only seen great things from Actualize, and I can continue to expect great things from the people who dedicate so much of themselves for others' learning and well-being. Please feel free to reach out to me if you have any questions about the program.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +267359,10505,actualize,Anonymous,True,2020,Incredible experience,2020-08-10,5.0,5.0,5.0,5.0,Actualize is a fantastic bootcamp with an incredible teacher. Her enthusiasm and charm made the learning experience so much more enjoyable. You will learn A LOT in relatively short amount of time but it is highly rewarding. I recommend this bootcamp to... Read More anyone looking to learn fullstack/web development.Read Less,,Software Engineering +267329,10505,actualize,Phillip Pondo,False,2020,Worth it!,2020-08-10,5.0,5.0,5.0,5.0,"I graduated college in 2018 with a finance degree and immediately started to work at a large financial institution. I always had an interest in various fields in technology, but never took the time to thoroughly explore the possibilities of a career within... Read More tech. During the two years I worked in finance, I started to dabble in various analytical tools such as VBA, Tableau, and Python. I was blown away by their abilities to automate and facilitate the work I was doing. At this point I had to follow this newly found passion. Towards the end of my 2nd year out of college, I knew I wanted make a career transition into software development. I began looking for coding bootcamps, taking into consideration the recommendations of friends and reviewers from sites like this one. Until I came across Actualize. What caught my eye with them was their message that they promise to teach you how to think like an engineer. With an emphasis on learning how to approach difficult problems, and how to pick up new skills with ease, they break down the barriers that seem so impassable when you first delve into the world of coding. From the very beginning of the course, our amazing instructor Dani worked to mold our mindset to be one that approaches challenges with confidence. It was clear that she was not only a very skilled developer, but also incredibly passionate and skilled as an educator. It is as if the core message of Actualize that I previously mentioned (to teach you to think like a developer) is embodied within her. Anytime we had trouble grasping a concept, Dani helped us to figure it for ourselves. In my opinion, this is the most valuable ability an educator can have. The ability to empower their students with confidence that leads them to answer their own questions, no matter what they may be. For career counseling, we worked with Lisa. Like Dani, Lisa is very passionate about educating her students, and pushes you to take control of your own destiny. Lisa gives you the tools to succeed and shows you how to use them properly. All thats left between you and success is effort. Like many things in life, securing a software development gig is something that you have to put 100% into in order to achieve it. However, if you do your part, I'm certain that Lisa will be by your side, coaching you through all of it. And you will be that much more successful because of it.At the conclusion of this course you will not be able to solve insane algorithms problems in 5 minutes, or build the next big social media platform from memory. However, you will have the ability to teach yourself anything, as well as the mindset to reach any goal you desire. I 100% recommend Actualize to anyone who wants to become software developer.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +267323,10505,actualize,Anonymous,True,2020,Well Worth the Investment,2020-08-09,5.0,5.0,5.0,5.0,"First off, some context: I graduated from college in 2015 and I had known that I wanted to transition into a tech career from business/marketing for about four years prior to enrolling in Actualize's online program. Actualize was a school I applied to... Read More among several others when I was looking at potential bootcamp options in January of 2020. I'll link that list here, if you want to view it: https://www.coursereport.com/best-coding-bootcampsNow, what made me choose Actualize was a few things.1. Staff of EducatorsFirst off, something that had stuck out to me was that during my first call with them, it was stressed to me that their staff are unique in that they are not only experts at coding, but also skilled at teaching the concepts and educating students. This emphasis on the staff being educators wasn't something I was hearing from other bootcamps, but this was a big differentiator.Sometimes in school, I've taken a class where the professor was really good at the subject but couldn't communicate it to others who didn't know how to do it; if you've ever been in that situation, that was what I was avoiding and I can confirm that Actualize's staff are very good at breaking down complicated concepts through their material and course.2. Course Structure (Online)The second reason I chose Actualize was their course's structure; in January, I was informed that because I was based in Dallas, I would have to take the class online (unless I moved to Chicago). Originally, I was really dead-set on taking a class in person, but by the time March 2020 rolled around...everything was closing anyway because of the pandemic. Still, I couldn't shake my instincts; even before the pandemic, Actualize was such a strong choice for me and my only hesitation was the online structure.In response, Actualize was very transparent in answering all of my questions beforehand; I was able to join in-class to observe an online lecture and talk to the instructor for that lesson afterwards and get any questions answered. This transparency and ability to sit-in and see how the online class went made me more comfortable with the idea of going online, though the pandemic completely wiping out my chances of doing in-person anywhere also played a role in my decision. I understand this is a unique case, but I will vouch for Actualize's online and say that in my experience, they had proven their ability to deliver the material online just as effectively as they would in person.3. Career ResourcesAdditionally, I was able to talk to their career advisor in two different calls where she helped me by letting me know how the class worked and emphasizing Actualize's career focus - which, after taking the class, I actually found to be better than anything in my 4-year university's offerings. Another thing I want to say is that none of these resources just ""go away"" after you graduate. Applying for jobs happens way earlier in the course, too, and every week the course has a built-in career aid to assist you in being in the mindset of getting hired. There's a real-world value in the course offering this that I wasn't seeing from other schools.If you take Actualize, you'll have 5 weeks of pre-work to get you ready with programming basics, 12 weeks of class (mine was 11am-4pm everyday with a few hours of homework), and a post-graduate structure built around student success (including coding sessions to help students continue to build their portfolio out).After taking the course, I can say that my experience was pretty good, especially in respect to the ""educator"" edge that Actualize informed me of; my cohort had a lead instructor and 3 TA's, with office hours after class every Tuesday and Thursday; sometimes, TA's would stay in office hours longer to help students figure things out. I'd say another plus, Actualize makes an effort to get each cohort a better experience than the one before it, so keep that in mind, too - they shift with the times. After every cohort graduates, Actualize asks what can be done to make the course better: I weighed in with that, too, so if you're reading this way after 2020...just know that they've likely just continued to refine their course for students.4. Who Would I Recommend Actualize To?My Actualize cohort had about 14 students in it and was fully online. I'd recommend Actualize to anyone in Chicago who'd be able to take the course in person (once it's available again). If you need to go online, Actualize is a very strong contender to go with - especially because their staff have that educator approach that is a necessity for learning, especially one in the online setting.Before starting my course at Actualize, I had worked with HTML, CSS, Wordpress, and JS. If you have any kind of background in coding, this course is a great way to build those skills out and learn the bigger world these languages live in. If you don't, it's okay, but I will say it's like anything...the more experience you have doing something, the less of a shell-shock it will be. Nonstop learning/Googling your answers is your friend, being a developer is just knowing you won't know everything and not minding that, it's just constant and continuous growth. That's part of the ""growth mindset"" that Actualize really wants you to get into. If you're comfortable with this and know that tech is where you want to be, this course is for you.5. On Jobs* You'll use and learn Github in this course. Computer science majors are not learning this in universities, but this is a required skill for working anywhere as a developer. * This course is less computer science theory, more ""doing"" the code - it's all repetition, but conceptual understanding is actually really heavily hit on, too. * There's a ""2 week lag"" where you may not 100% understand new material until about 2 weeks after, as you catch up to everything. You'll build/present a capstone app by the end of the course (needs to have a database, backend, and frontend). It's really cool to pull all of what you do together. * There is technical interview prep in this course - if you want to start preparing right now, go onto Hackerrank.com and make an account, technical interviewers pull their questions from it. * There's a whole world of jobs out there: backend, frontend, full-stack, UI/UX design, these skills you'll learn will make you worth the interviewing, but be really aggressive applying for jobs anyway. Focus on that portfolio. * Nothing should be taken for granted. A job can't be guaranteed, but hey, employment can't be guaranteed after you find a job, either, it's just part of the game. What I will say is, this course is a great place to go to get in the right mindset for chasing your tech dreams - and there's people who change careers for this field without doing a bootcamp like this, so just look at this as a really great resource because that's what it is. * Your Linkedin account will help you out a lot, their career support is there to help you. There's a very extensive career support program that is a part of the course, again - it is so much more extensive than what my 4-year college had. That, in combination with the coding/Github practice, it really good.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +267278,10505,actualize,Carl Hauck,False,2020,Thoughtful Curriculum Design & Hands-on Instruction,2020-08-07,4.7,5.0,5.0,4.0,"A former co-worker told me about Actualize, and because it's in Chicago, I was super excited to take an in-person class... until COVID hit, of course. With only the online option remaining, I was admittedly pretty hesitant about the prospect of taking... Read More an online course for weeks on end, and that's because of how much I value the communal feel of a brick-and-mortar classroom experience. But Actualize immediately wiped that apprehension away.The five weeks of self-guided pre-work (focused on Ruby) were thoughtfully and effectively scaffolded, and the live instruction that followed took that torch and ran with it. Our fearless instructor, Dani, was terrific: highly knowledgeable, enthusiastic, and humorous. And she did what all great teachers do: She let us make our own mistakes and learn from them. And then (after a brief, playful scolding), she'd guide us toward a better way of solving whatever problem we were trying to solve.With Actualize, much like with any kind of intensive learning experience, you get out of it what you put into it. And from the beginning of the live coursework, Actualize provides a bunch of ""deep dive"" exercises (in addition to ""regular"" homework) that offer students the opportunity to put in that additional time and effort and get introduced to new concepts.As an Actualize student, you won't become a master in every relevant, cutting-edge tool or concept, because that's impossible in 17 weeks. But you'll learn how to learn, and you'll become confident about your ability to pick up new languages and frameworks. In the software engineering world, that seems like an awfully important lesson, and one which Actualize has succeeded in imparting (with flying colors).Read Less",,Software Engineering +267274,10505,actualize,Steven Chen,False,2020,A helpful Course to start a coding career,2020-08-07,4.7,5.0,4.0,5.0,"I needed to choose a coding bootcamp so that I can receive help on the basics of coding and develop projects while under the bootcamps supervision. I needed a guiding hand to point me into the right direction for my career. I choose Actualize not only... Read More so that I can acquire coding skills, but to also help me with getting a job within the industry. Actualize helped both improve my coding skills and gave me tips in the right direction of how to acquire a coding job. They also helped me with getting pass some of my issues and habits that I have been struggling with when looking for a job. For anyone who is unsure of themselves and need a hand in the right direction for their coding careers, Actualize is a great starting point to get pass the fears of job searching and wall of seemingly high learning curve.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +264868,10505,actualize,Ernesto Melchor Alonso,False,2020,"Amazing coding bootcamp, I highly recommend it!",2020-05-22,5.0,5.0,5.0,5.0,"I enrolled in this bootcamp after I went to observe a class. That was the first thing that stood out to me about this program. The fact that they were unafraid to welcome you in to observe their classroom was unique during my bootcamp search. I was impressed... Read More by the passion, knowledge, and patience of the instructor Peter and when I heard that he was teaching the next cohort, I made sure to sign up. I was not disappointed because he expressed the same level of energy and interest in my cohort as he did in the previous one I went to observe. The full-stack approach to web development is evident in their curriculum and they teach you the fundamentals to go on and explore other tech stacks and feel confident about going forward into the job-hacking portion of the bootcamp. I loved the career counselor Lisa's great job-hacking tips that she shared with us on Sundays and I'm excited for this next phase of the program that will dedicate 100% focus to landing a job and further building your portfolio with group projects. They stick with you throughout and that's important, especially if you are new to the tech field or looking to level up!Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +264867,10505,actualize,Tony Hernandez,False,2020,I had an amazing experience,2020-05-22,5.0,5.0,5.0,5.0,"I had an amazing experience while attending Actualize, they provide all the tools for you to learn and succeed. the lead instructor Peter was probably one of the best teachers I ever had, and he always made sure to answer any questions we had by giving... Read More us a very detail explanation. the TA's were always available during class to help out and were really knowledgeable as well. the job hacking system they have in place is pretty great as well, overall I would recommend this Bootcamp to anyone, and I'm really glad I decided to attend Actualize.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +264866,10505,actualize,Anonymous,True,2020,Very happy with my Actualize Experience,2020-05-22,4.7,5.0,4.0,5.0,I'm very happy with Actualize. The instructors and staff were very personable. I am also very pleased with the depth of job support that is integrated into the curriculum and continues on after the 12 week program until a job is secured by the student.... Read More Very thorough.Read Less,Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +264865,10505,actualize,Yesenia Vega,False,2020,I had a very rewarding experience.,2020-05-22,5.0,5.0,5.0,5.0,"The instructor, Peter, was very engaging and fun! This mattered a lot to me because when I have boring code instructors it is hard to pay attention. Additionally, Peter was always happy to help, and answered all my questions. The TAs were great too because... Read More they had lots of experience with full stack development.Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +264864,10505,actualize,Scott Geryol,False,2020,Definitely Recommend!,2020-05-22,5.0,5.0,5.0,5.0,"I had such an amazing experience at Actualize! My bootcamp was during the beginning of the COVID-19 pandemic, and their response to it was very impressive - we did not skip a beat! My professor, Peter, and all of the TAs were so helpful with every topic.... Read More I definitely recommend Actualize to anyone!Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +264863,10505,actualize,Anonymous,True,2020,Excellent!!!,2020-05-22,4.7,5.0,5.0,4.0,A very helpful and informative class. I learned a lot about coding and working as a coder. The instructors were very helpful and friendly. I'm thankful for all the resources they've given me too. After the course finished they continue to assist you till... Read More you find a job.Read Less,Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +264862,10505,actualize,Dan,False,2020,great program and structure for beginners,2020-05-22,5.0,5.0,5.0,5.0,"I felt the program was structured well, our instructor Peter was phenomenal. We covered a lot of material but it was explained well. The transition from in the class to online in the middle of the cohort was smooth thought the CV pandemic. I would highly... Read More recommend this academy, overall this was a positive experience. I am extremely happy with what I learned, coming from no knowledge of coding until now, I have retained a lot.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +264861,10505,actualize,Dan Clair,False,2020,"A great course, with really solid support during and after the boot camp. They're in it to help you get a job, and learn a lot along the way.",2020-05-22,4.7,5.0,4.0,5.0,"I chose Actualize based on the recommendation of a colleague. I was wanting to do one for well over a year, but was hesitant for various reasons. Once I was pushed into it due to a job layoff, I took to it really quickly. It is hard to quantify just how... Read More much information is pushed into your brain in a short time, but the curriculum is great. The instructors are all about reinforcing what you're learning, while also reminding you that you don't need to be an expert right away. Everyone is always learning, and they don't shame you if you're not ""performing"" to a certain standard, since everyone's journey is different. They also aren't afraid to be human and not put so much pressure on benchmarks of performance. Overall would highly recommend.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +264816,10505,actualize,Jonathan Dowell,False,2020,Great overall experience. Would highly recommend.,2020-05-21,5.0,5.0,5.0,5.0,I thoroughly enjoyed Actualize overall. The course was fast-paced but easy to follow. The instructor was very thorough and taught many techniques on how to debug errors and how to self teach yourself new concepts. The career advisor was great at providing... Read More resources and helping with job searching. Would definitely recommend to anyone interested in getting into tech.Read Less,Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +264815,10505,actualize,Yosef Cohen,False,2020,Awesome experience!,2020-05-21,5.0,5.0,5.0,5.0,"I can't yet tell what the ultimate outcome will be career wise, as I just finished the course, but the journey has been amazing. The instructors and TAs from pre work and on were fantastic. Brian Rice, the evening online instructor is an expert teacher... Read More and coder. Education is the name of the game. It's not as much about what languages you're taught, but how you're taught them. The goal is to empower you to feel like you have thew ability to pick up any language, learn it, and use it. It's easier said than done, but it is doable. The commitment is grueling, yet satisfying. As a full time worker and father, the schedule is difficult. It was extremely hard to find any time outside of class to practice. That's ok, but I do feel that the you'll get the absolute most out of the experience with some extra time outside of class. Just something to keep in mind. I highly recommend Actualize.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +264814,10505,actualize,Delissa Beaman,False,2020,Registered Nurse to Software Developer!,2020-05-21,5.0,5.0,5.0,5.0,"I researched a bunch of different coding bootcamps in Chicago and I didn’t feel comfortable committing to one until Is spoke with the team at Actualize. It just seemed natural. The team was so supportive from the very beginning and the pre-work helped... Read More me feel more confident actually starting a course. The online live portion in particular, fit my lifestyle and allowed me to continue to work and support myself. This was especially important in the middle of this pandemic! My experience was truly amazing. While some things were extremely challenging, it was nicely balanced out by an excellent teaching style that provided help but also enough freedom to make mistakes and learn. I would recommend Actualize to any adult that’s ready to make a major change in their career. Although the road is still ahead of me, I feel confident in the skills I’ve learned and the things that I feel empowered to teach myself as I move forward!Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +264813,10505,actualize,Anonymous,True,2020,Great class!,2020-05-21,5.0,5.0,5.0,5.0,"I chose Actualize because of the ability to do the course online, while also still having a structured classroom schedule/setup. I knew doing an ""at your own pace"" class was not going to be good for me, so Actualize was a fantastic option. It was definitely... Read More immersive and interactive. I was hesitant at first to be on camera throughout, but I think it actually helped me bond with the other students and become more comfortable to ask questions (of the teacher and of others). The instructors and the TA's were all very knowledgable and approachable. I would highly recommend this course to either someone looking for a career change and has the time and passion for this type of bootcamp, or someone like myself who is still working full time, can log on in the evenings to attend, and is dedicated to learning!Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +264812,10505,actualize,Ryan,False,2020,Great Experience,2020-05-21,5.0,5.0,5.0,5.0,The focus on teaching you how to learn is what drew me to actualize and they definitely delivered. The instruction was always clear and concise and tailored to help you understand complex subjects. The instructor's jokes weren't THAT bad either... While... Read More it was digestible it was also challenging. The job hacking portion took my networking game up to another level and many excellent connections and learning experiences were gained as a result of reaching out to others in the industry which I would not have done on my own.Read Less,,Unknown +264811,10505,actualize,Cale A.,False,2020,Awesome Program,2020-05-21,5.0,5.0,5.0,5.0,I chose Actualize because of their emphasis on teaching and instruction and not just on what was in their curriculum. The experience lived up to advertised. Brian did a great job of taking complex tasks and breaking them down for us to understand. He... Read More also did a good job of stretching our learning and getting us out of our comfort zone. I would recommend Actualize to anyone who is looking for a career change and wants to get into software development.Read Less,Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +263025,10505,actualize,Christine R,False,2020,Worth The Experience,2020-03-27,4.7,5.0,5.0,4.0,"Actualize was recommended to by a group of Software developers I befriended on my search for the perfect boot camp. I am not disappointed at all. The experience was mind blowing a little scary, but I came out the other end equipped with the skills to... Read More help me move forward in my new journey. I am very grateful to Dani Z. (lead instructor), My two TA's, Tori and Benji, Lisa (Job career coach) who worked tirelessly to help me succeed. I also am grateful to Jay Wengrow for Founding such a wonderful program and giving back to the community and all future developers out there.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +263024,10505,actualize,Jeneen,False,2020,Superior Learning Experience!,2020-03-27,4.7,5.0,5.0,4.0,"This bootcamp is great for people who would like to transition into web development. The staff here is very passionate about what they do and they ensure you have superior resources available not only for the class itself but for job-finding support.... Read More This program has been built by people with a very strong background in education and it shows. It sets a great foundation for so many topics not only for learning how to code but for project management, communication, collaboration and more! I highly recommend Actualize!Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +263023,10505,actualize,Mike M,False,2020,Actualize Web Development boot camp online live,2020-03-27,4.7,5.0,5.0,4.0,"I recently finished the Actualize online web development course. I looked long and hard at all the schools. Interviewed at several different programs as well. In the end I choose actualize because I felt the live online classes with an instructor, teaching... Read More assistants and other students gave me the best of both worlds. This turned out to be exactly the case! A bonus was all of the content is recorded and documented so you can use it as reference right after a lesson or after the program is over. I felt that the program was well thought out in terms of timing spent on all necessary aspects of learning development concepts, softwares, frameworks and even the basics on command line interaction. All of the content felt on point. There were some technologies I would have liked to have gone over but the rate at which technology moves I understand you can't touch on everything. This is a great course for someone with no previous knowledge in IT or development. I only put 4 stars on the job assistance just because I am starting to get into that aspect of the job search right now. Actualize does start grooming students for how to get prepared for the job market as soon as you start the program. It was good to have a gradual introduction to job assistance right away and throughout the program. Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +263022,10505,actualize,Benjamin Chapin,False,2020,"Challenging, fun, grounding, valuable & transformative experience.",2020-03-27,5.0,5.0,5.0,5.0,"Enrolling in Actualize was the greatest decision I ever made. I needed to be pushed. Dani was an incredible lead instructor, very caring, entertaining, funny and positive. she kept me focused and motivated and gave me the personal attention & occasional... Read More ass-kicking I needed. Lisa the career counselor was a very helpful and caring and involved resource, and all the TA's were super friendly and helpful as well. I thoroughly enjoyed my experience with Actualize and would recommend it to anyone seeking establish themselves in the developer world.Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +261413,10505,actualize,Neah Nieto,False,2020,Have fun and learn the fundamentals of web development,2020-01-27,5.0,5.0,5.0,5.0,"I chose Actualize because their program was the one that best fit my schedule. They offer classes that cater to both day and night time schedules. This led me to pick the night time cohort because this allowed me to work during the day and attend classes... Read More at night. Also the Chicago location for their school is close to the Loop and is readily accessible via public transportation which made it convenient for me to attend.The greatest strength of Actualize is that its technical staff is composed of teachers that happen to know coding. This might seem like a minor detail but this is what distinguishes Actualize from other coding schools. A programmer might be able to repeat information to a potential student but that does not mean that they can teach. Becuase of the teacher first emphasis that the founder uses to develop the course curriculum, key concepts are not simply memorized but synthesized for later lessons.I recommend Actualize to people who want to have fun while they learn. I never felt like the staff were administrators that assigned my coursework but rather they were more like friends and family to me. Also, while Actualize places a heavy focus on teaching Ruby don't be concerned that its not on the list of programming languages that are ""hot"" right now. Ruby is a solid foundation to learn the fundamentals of coding and a good springboard for a student to be able to learn future languages.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +261329,10505,actualize,Dr. Lillian Ostojich,False,2020,"Extremely well-planned curriculum, exemplary educators with deep coding expertise, who can stand with reason behind school's tagline, that everybody can learn to code.",2020-01-24,5.0,5.0,5.0,5.0,"As a business professional (by trade I am MD, plastic surgeon, with extensive experience and involvement in RE investment industry as well) I do not make any decision lightly, without proper and diligent research on the subject.When I decided it was time... Read More for me to get “literate” by the 21st century standards (meaning - it was time for me to learn to code), my first step was to indulge into deep, extensive search and research of all options. Decision was placed on Actualize boot camp. At that point I suspected they were probably good, but little did I know, that Actualize was the best. By far. And by all measures:• Extremely well-planned curriculum;• Founder, Jay Wengrow, not only expert in his filed, book author, educator, but also respected and thoughtful leader of his team;• Peter Jang, my instructor, outstanding engineer, with exceptional ability to convey knowledge no matter what level of coding student might be at;• Lisa Tucker, patient and supportive guide for graduates on their path to get recognized by hiring companies as a signal, not a noise;• TAs, Jennifer, Bret and Mark: knowledgeable and well mannered;• Campus facilities modern, spacious, inviting, located at hip and convenient River North area of downtown Chicago. But there was one element where they impressed me, and where no competition will be able to come not even close, and that was a care for their alumni. So much sincere efforts, support and assistance for every graduate during their positioning to get a career and job of their dreams I haven't seen yet in my (long professional) career. And this human element is the final and the most critical reason why I think it will be almost impossible to beat them at the throne of being the best.Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +261321,10505,actualize,Diana,False,2020,Winter 2020 grad - no regrets!,2020-01-23,5.0,5.0,5.0,5.0,"I had an amazing experience at Actualize!The format of actual lectures immediately followed by coding exercises was very effective for me. The pace is fast, but if you show up, and follow the instructor's recommendations you will exceed your expectations.... Read More-DianaRead Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +261320,10505,actualize,Daniel Dybas,False,2020,A Great Overall Experience!,2020-01-23,5.0,5.0,5.0,5.0,"At first, I fell into the trap of, ""I can do this by myself"" - after all, I had taught myself HTML and CSS. However, when one decides on persuing programming as a vocation, it is important to due the proper due diligence and invest in the proper process... Read More in order to ensure success. Enter Actualize. During my time as an Actualize student, I have been able to go beyond my comfort zone in regard to my programming and ""soft"" (interpersonal) skills related to the job search process, allowing me to master new skills and confidently move forward with my goal of attain a job as a Software Developer. If you are feeling stuck in regard to mastering your programming skills, head to Actualize - you will be amazed at what you are able to accomplish!Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +261319,10505,actualize,Matt Nelsen,False,2020,Amazing experience,2020-01-23,5.0,5.0,5.0,5.0,Starting even from before the pre-work I never felt like I was alone. From the moment you are enrolled at Actualize to the moment you graduate and beyond you have that sense that you are part of a family. I was in Peter's class during the night class... Read More and I never felt like I was being neglected or ignored when I was struggling or had a question. With being new to software engineering I learned more than I could ever imagine in the 12 weeks of being enrolled and know that I will feel the same way post-graduation and I continue my job search. The staff at Actualize is absolutely fantastic all the way from the teachers assistant all the way to the CEO who is very hands on and always willing to help out each and every student no matter the time of day. I recommend Actualize to everyone I talk to if they are between choosing bootcamps because they truly make you part of the Actualize family.Read Less,Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +261318,10505,actualize,Eric Rodriguez,False,2020,One of the best decisions I've made period.,2020-01-23,5.0,5.0,5.0,5.0,This school has amazing instructors and the program is high quality also the TA's are extremely helpful as well. I left the school feeling prepared to jump into the job market. They take the approach of teaching first as they teach us development. It... Read More really makes a difference as the course went along.Read Less,Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +261317,10505,actualize,Shlomo Minkowicz,False,2019,Awesome experience !!,2020-01-23,5.0,5.0,5.0,5.0,"I chose Actualize because they focus one stack well, and they focus on the fundamentals, and teach us to learn other languages.Peter the instructor really focusses on the students and really cares about them, and he makes sure that they are successful... Read More in what they do !!!Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +261316,10505,actualize,Anonymous,True,2020,Great instruction,2020-01-23,5.0,5.0,5.0,5.0,"I participated in the evening/weekend bootcamp taught by Peter. He's an excellent instructor, extremely committed, very supportive, very helpful. I learned so much over the course of 12 weeks, and the job hacking / support is thorough, helpful, and continues... Read More well beyond the time of the bootcamp. I'm so glad I decided to make this career transition with Actualize.Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +261312,10505,actualize,Joyce A Bowman,False,2020,Great Program!,2020-01-23,5.0,5.0,5.0,5.0,"I recently completed the Software Engineering bootcamp through Actualize and feel comfortable making a strong recommendation to others regarding this program. While I do not have any other software bootcamp experiences to serve as a comparison to my cohort... Read More through Actualize, nonetheless, I am comfortable stating, based on my progress and prospects (starting as an absolute beginner) the course and program are well run and outstanding overall.I attended the online program which utilizes live classroom meetings (utilizing video) giving me the benefit of attending a class from my home. In addition, there are significant off class support structures in place, including the availability of the lead instructor as well as teaching assistants and a robust career counseling segment that creates a well rounded matrix of opportunities.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +261311,10505,actualize,Aria Nikzad,False,2020,Intimidated to sign up at first. Ended up being a great decision!,2020-01-23,5.0,5.0,5.0,5.0,"I chose Actualize because it was one of the few online courses that fit with my schedule. I did my research by reaching out to former students and combed through reviews. After much hesitation, I signed up. My biggest fear was attending a course too fast... Read More paced and end up falling behind. This course was perfectly paced. The introduction to new material, the lectures, the practice, and the questions were all very nicely layered. There were times that I felt overwhelmed, but times like that were anticipated. The instructor is very supportive of any questions, even at odd hours of the day outside of the class. Resource materials and consolidated cheat sheets are in abundance. Having a responsive instructor and access to many resources reinforced my confidence in the course when I felt overwhelmed. I would highly recommend this course to anyone shopping around for a bootcamp. Upon leaving this course, I feel very confident in my programming abilities and am eager to start looking for job opportunities.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +261310,10505,actualize,Alice Wong,False,2020,One of my best choices in life so far,2020-01-23,5.0,5.0,5.0,5.0,"There are a lot of bootcamps out there, so it was hard to decide on one, but I did narrow it down eventually to Actualize and two others. I decided to go with Actualize because the classes are live, either in Chicago, or the one I attended which was done... Read More via live video online. The learning is fast-paced and they teach a lot in 12 weeks (plus 4 weeks prework), and by the end, I had built multiple apps, all from the ground up. The instructor and TAs really care about students and do everything they can to help students grow and succeed. The job assistance is fantastic as well, ranging from technical interview prep, to resume-building, networking and how to search for jobs. They have a dedicated career counselor who meets with us on a regular basis and provides us job assistance as needed. I would recommend this bootcamp to anyone who wants to learn a new skill and possibly open the door to a new job field. I would also add that anyone can succeed in this program, so long as they are willing to put in the work.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +261302,10505,actualize,Adam Friedman,False,2019,Great Bootcamp Experience,2020-01-23,5.0,5.0,5.0,5.0,"I was in the cohort ending September and now have a full time job in technology project management. Actualize was a top notch education and ones trajectory to code from scratch to application building is guaranteed with diligent participation. Actualize... Read More makes you enjoy coding and the practice provided, along with group work, is an ideal and perfect education. Brian, the instructor, and Lisa, the job coach, are amazing in their guidance and instruction. Make sure to attend post bootcamp events because it is extremely helpful in securing a job and in continuing to develop coding skills. Lisa and Actualize provided me with the greatest advice in looking for work and communicating with employers. At the end of the day, you become an adept coder and a tremendously more skilled individual.Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +258957,10505,actualize,Anonymous,True,2019,The essential first step to keeping up with the changing job market.,2019-11-20,5.0,5.0,5.0,5.0,"I came to Actualize with a background that had nothing to do with tech. In college two years ago I was taught Fortran as a necessary computer science course. While I am sure there are many great CS degrees out there I wasn't about to go back to college... Read More for another four years so wanting to be a part of the tech industry, I found Actualize. I had done some basic coding walkthroughs before taking the course for almost a year and while that helped in my understanding of the course I wish I would have taken the plunge and taken the Actualize course sooner. The way that they walk you through full-stack development, organizing your problem solving, and prepping you to teach yourself after the course has been life-changing. I am newly graduated from the program with one app under my belt and confidently now job searching while still building and learning daily. Moreover, the tips on job searching and phase three have given me a lot of support and optimism for the job hunt. If you're looking to change your career and change your life I feel like this is a great first step and if you can take the daytime cohort I highly recommend Dani as an instructor, she is a fantastic teacher.Read Less",,Unknown +258869,10505,actualize,Anonymous,True,2019,Mostly good,2019-11-18,4.7,4.0,5.0,5.0,"This program exposes you to many different topics which gives you a well-rounded experience in a relatively short timeframe. That being said, it can be stressful to pile on new topics when you may not be 100% confident in what was previously covered.... Read More I would definitely recommend this school, however, it would be best to review every topic outside of class. The teachers are extremely knowledgeable, and everyone that I interacted with from Actualize was very friendly and helpful.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +258819,10505,actualize,Eddie Lee,False,2019,Online Bootcamp,2019-11-15,5.0,5.0,5.0,5.0,"The online bootcamp was everything I wanted in a course that would provide me with the tools I need to start a new career in web development. My instructor Dani is always high energy, enthusiastic, and ready to teach us new concepts and coding skills... Read More every day, which made learning how to code more enjoyable. She truly is a great instructor and it would be a blessing for anyone to have her as a teacher. There is a lot of material to learn but completely manageable and the pacing is great. I have no complaints and the course was perfect and it was everything I could have asked for and more.Read Less",,Unknown +258813,10505,actualize,Brittani Sentiere,False,2019,Actualize Day-Tme Cohort,2019-11-15,5.0,5.0,5.0,5.0,"My experience at Actualize exceeded my expectations. When I began the boot camp I had very limited coding knowledge and upon exiting I feel extremely confident and well equipped with my skills. I chose Actualize over other boot camps because of the curriculum... Read More and support system that is available, which did not disappoint. I would recommend Actualize to anyone that is considering making the transition into the coding world!Read Less",,Software Engineering +258812,10505,actualize,Joshua,False,2019,Exceeded Expectations,2019-11-15,5.0,5.0,5.0,5.0,"After spending about a year not making much progress with books and tutorials, I was in need of a real teacher and mentor who could personally guide and teach me how to code. Actualize was a bootcamp that stood out the most, because of its teaching expertise.... Read More Once the bootcamp began I was constantly surprised how everything was already prepared and laid out in every step of the way conquer any challenge that I might face. All the concerns that I had before starting the bootcamp was already thought out and solved in advance by the designer of the curriculum. Also by the help of the amazing job hacking program, I am now interviewing for jobs that I could only dream about before. I truly thank Actrualize for opening the door to an exciting career in software engineering.Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +258811,10505,actualize,Anonymous,True,2019,Very pleased with my experience at Actualize,2019-11-15,5.0,5.0,5.0,5.0,"First and foremost, I'd like commend the teaching, job support, ad administrative staff on their dedication to making sure students succeed. They are all genuinely invested in making Actualize a successful platform for turning individuals with minimal... Read More or no coding experience into developers with the skillset to succeed in an entry-level developer position. In terms of content, the curriculum is predominantly focused on back-end technologies, particularly Rails. Please be advised of this if you are more interested in learning front-end. I feel fortunate to have experienced the program and wish you luck in your coding pursuits!Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +258786,10505,actualize,Jackie Kartchner,False,2019,Amazing course for a first time coder,2019-11-14,4.7,5.0,5.0,4.0,When I was deciding on a coding bootcamp to enroll in I really wanted to make sure that the online course I pick was personable and at a pace that I could handle. The reviews for Actualize really emphasized how it was a small group where there is a lot... Read More of one on one interaction with the instructor and TAs. Overall I definitely loved the pace and when I needed more clarification or help the instructor and TAs were phenomenal at making sure I grasp and understand the concept in a way that I could understand coding. I highly recommend taking this course if you are a first time coder like me.Read Less,Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +258783,10505,actualize,Anonymous,True,2019,Online Bootcamp Experience,2019-11-14,5.0,5.0,5.0,5.0,"My experience with the online bootcamp has been amazing. There were 10 people in my class and we all got along really well. The instructor, Dani, is a badass. She knows the material backwards and forwards. Every instructional section of the class is recorded... Read More and uploaded so we can review as often as we like. I always felt comfortable asking questions. The use of breakout rooms made one-on-one time with Dani or one of the TAs easy to arrange. I never felt like I was missing out on instructional time because the course was taught online. Classes start on time, and there are generous breaks so the class time is manageable. The course can seem overwhelming at times, but the pace of instruction is well thought out. The final capstone project brings everything together at the end. I almost wish the course was one week longer to give us more time to fine tune and adjust our project prior to the final presentation. Even though I only know the other students via Zoom, I feel like we got to know each other well and will definitely keep in touch with each other long after the course ends.Read Less",,Unknown +258100,10505,actualize,Benjamin,False,2019,Great Experience & Instruction,2019-10-24,5.0,5.0,5.0,5.0,"I was looking for a coding bootcamp to transition from hospitality management into more of a tech role. I had heard of success from someone in a similar situation and decided to go with the same bootcamp. The instructor was knowledgeable and helpful,... Read More and is very direct, which is key to true learning critical thinking. I had a great experience learning what I need to know and how to know it, and anything beyond that was a bonus, which there was plenty of. I was hired as a teaching assistant for the following cohort and from that I was able to pique interest and land a support role that begins shortly after that cohort's conclusion. Career support provides regular check-ins, advice, support group talk, and prompt assistance with the entire application to hire process. To be clear, this is assistance, success is reliant on the alum's consistent initiative and persistence, but the career advisor is eager to assist with any questions along the way promptly.Read Less",,Unknown +254879,10505,actualize,Adam,False,2019,Awesome,2019-09-20,4.3,5.0,4.0,4.0,"I chose Actualize because when I talked to the staff and admissions, I got the feeling that they were interested in teaching me, not just enrolling me. I appreciated that the focus of the 12 weeks was not just on teaching us valuable skills, but also... Read More on teaching us how to continue developing our skills once the bootcamp was over.Read Less",,Software Engineering +254880,10505,actualize,Michael Hammond,False,2019,Actualize review,2019-09-20,5.0,5.0,5.0,5.0,"The learning and classroom experience in the online cohort of Actualize was far more personal and welcoming than one would think when considering joining an online class. The instructors have a real passion for their work but it's their passion for wanting... Read More to teach others that really makes the miles between each student shrink. They are very understanding and want to help you with every problem that you have as stupid as it may seem to you, because they understand that you're learning. The growth mindset that Brian and Lisa taught us made moving forward and learning new concepts easier every day and that makes me very confident transitioning into my future as a web developer.Read Less",,Software Engineering +254878,10505,actualize,Daniel Ardekani,False,2019,I am a Free Bird now,2019-09-20,5.0,5.0,5.0,5.0,I can't say enough about Actualize. I have learned so much in just four months and already have received several development and technical management interviews. Everything about Actualize was top notch from pre-work to live classes and career advice.... Read More Actualizes instructors genuinely care about your success and your ability to perform at the level necessary to get a job as a developer after graduation. I really can't say enough. Awesome experience!Read Less,,Software Engineering +254877,10505,actualize,Arzo thakur,False,2019,The best BootCamp to join,2019-09-20,3.7,4.0,5.0,2.0,"Brian is great, Overall class went really well. lot's of support and easy to apply all the technologies they are teaching to work. All tools are in trend and commonly used in tech market. At first I joined by recommendation but I stayed and happily graduated... Read More because of Brian only, I am not able to find the right words to talk about his patience, knowledge, help and being available for us all the time. TA's Cory and Josh did the best too, they are great helped us in every stage and been available all the time. I recommend Actualize to everyone who wanna be a good developer, however the Job support is not as other bootcamps, I am sure they are working on it and it will improve till next Cohort.Read Less",,Software Engineering +254875,10505,actualize,Tehilla,False,2019,amazing bootcamp experience,2019-09-20,5.0,5.0,5.0,5.0,"I have had a really incredible experience at Actualize. I started the bootcamp with no background or experience on coding or web development. The amount that I have learned in the past 4 months amazes me. One thing that makes Actualize stand out is how... Read More the curriculum breaks down complex coding concepts into lessons that are easy to understand. My instructor, Peter, is a natural and patient teacher and made class a positive and enjoyable experience. I would definitely recommend Actualize to anyone looking to attend a bootcamp.Read Less",,Software Engineering +254876,10505,actualize,Sim Sitzer,False,2019,Awesome,2019-09-20,5.0,5.0,5.0,5.0,"I did the Online Live Bootcamp and it was great, I can now confidentally say that I know how to code and more importantly how to learn how to code. Actualize focuses on teaching you how to learn, because no one ever will be a coding master in all areas,... Read More it's just too vast. Online sounds kind of anti-social but it really was Online Live. Actualize uses Zoom and it really works very smooth. My one bad part is the price, it costed me $12,900 total which is pretty hefty for only 3 months + 1 month of non-live pre-work. But Actualize is about the same price as most bootcamps, some are even more expensive, so it's all good. I reccomend! If you work hard with the Job Hacking you can defineltely land a job but it's not for sure. I didn't look for a job after, I'm in College.Read Less",,Software Engineering +254484,10505,actualize,Travis Knight,False,2019,Thinking about Actualize? Just do it.,2019-09-11,5.0,5.0,5.0,5.0,"I first heard of Actualize through a random comment on a Chicago subreddit. I reached out to the user and asked about their experience. It sounded right up my alley so I sat in on a class. I was immediately drawn to Peter's teaching style. I also spent... Read More a lot of time talking to the TA, Jennifer, about her own experience. She was also wildly helpful in my decision making process.Fast forward eight months and I just presented my final capstone project. It is an amazing feeling of accomplishment. Would highly recommend.Read Less",Software Engineering,Software Engineering +254482,10505,actualize,Lisa,False,2019,Actualize Review,2019-09-11,5.0,5.0,5.0,5.0,Peter is a great instructor! I really enjoyed his teaching style. Each day was broken up into manageable chunks of information that balanced lecture time with practice time. It accounted for different levels of incoming skill.,Software Engineering,Software Engineering +254483,10505,actualize,Anonymous,True,2019,Great Learning Experience,2019-09-11,4.0,4.0,4.0,4.0,"The structure of this bootcamp is not your typical class. The curriculum is fast-paced and dense. Always follow the two-week rule to review concepts you learn each day. I had no coding experience coming into this bootcamp. I feel solidly prepared to tackle... Read More new coding languages and technologies now that I've been trained to Think Like an Engineer. Take a leap of faith and join this bootcamp if you want explore a growing and challenging, but rewarding industry.Read Less",,Unknown +254480,10505,actualize,Anonymous,True,2019,Great experience,2019-09-11,4.7,5.0,5.0,4.0,"Actualize was an incredible experience. I was interested in switching careers and recalled Actualize from several years ago. The instruction is clear without too much hand holding. From week 1, we were writing code and learning more than we even realized... Read More at the time. The program definitely packs a lot into a short time period but I would highly recommend it to someone either looking to complement their current skill set or switch careers. Grads stick around and both the TAs and instructors are very approachable if you ever have any questions. Great experience and would highly recommend.Read Less",Software Engineering,Software Engineering +254481,10505,actualize,Bart Stachurski,False,2019,TL/DR: 10/10 would recommend,2019-09-11,5.0,5.0,5.0,5.0,"Actualize has been an amazing experience. Over the past few months I have learned so much about coding but more importantly I am coming away from this program with a belief that I can figure out just about anything in terms of coding. Actualize focuses... Read More on teaching you how to teach yourself how to code so that you feel comfortable about tackling any problem. It's not about memorizing syntax or best practices. I specifically took this course because of the remote video-conference structure. Since I was working full-time, I needed to take a course in the evenings. I was deciding between a course at a nearby college and Actualize but ultimatley went with Actualize because I realized there were a lot of extra logistics required with attending at a physical location, such as: parking at the school, dinner, coming back home after class would be even more difficult to find parking by my house....etc. Actualize gave me a near-as-makes-no-difference in-person experience without the hassles of being there in person.The teacher, TA, and job-hacking instructor were all stellar. Concepts are explained at a challengning, but attainable, pace and everyone is generally available to you outside of class time as needed.I have never learned so much in four months, and I definitely didn't expect to have as much fun as I did doing it. One of the best surprises from this was that I feel so close with all of my classmates. I was worried that the remote nature of the course might lead to people not being as engaged in class but it couldnt be further from the truth.Read Less",Software Engineering,Software Engineering +254478,10505,actualize,Anonymous,True,2019,Actualize Bootcamp Experience,2019-09-11,4.3,5.0,4.0,4.0,"The pros of this program would have to be that it is an online-live class so you do the class wherever you are, but it has real people and a set time so you're not just watching videos alone. The instructors actually know how to teach which is a huge... Read More plus. I would recommend Actualize to anyone who is wanting to jump start a career in web development.Read Less",Software Engineering,Software Engineering +254479,10505,actualize,Kathleen,False,2019,Actualize Coding Bootcamp- part time,2019-09-11,5.0,5.0,5.0,0.0,"Actualize Coding Bootcamp was a great experience. It was really nice to have the part time option so I could continue to work during the day and maintain a living. The material was broken up in manageable sections of content and I never felt too overwhelmed,... Read More which was a big fear going into it. Peter Jang was an incredible instructor, and helped me believe in my own abilities along the way. The resources and cheat sheets provided were also very helpful and will probably be in my bookmarks bar forever. I also loved that the capstone was an individual experience-something that sets Actualize apart from other coding bootcamps out there. Not being able to rely on a team meant I had to push myself to figure things out, which was very beneficial to my education. I feel ready to transition within my current company to the Engineering side after this experience. Peter is the best!Read Less",Software Engineering,Software Engineering +254477,10505,actualize,Shane Psoinos,False,2019,Actualize Online Live,2019-09-11,5.0,5.0,5.0,5.0,"After just two short weeks of online class, I was completely floored with the amount of information I learned in such a short time. Throughout the rest of the course it just got more and more intense with the influx of information. Difficult, challenging,... Read More and extremely rewarding. A truly proper bootcamp. The instructor has great teaching skills and is very patient with the cohort, answering all of our questions and more often than not pointing us in the right direction to figure out our own problems ourselves, creating an actual learning moment for us. I loved the course and am very grateful to have been a part of this experience. 5/5Read Less",Software Engineering,Software Engineering +254052,10505,actualize,Anonymous,False,2019,Actualize was a great experience,2019-09-07,5.0,5.0,5.0,5.0,Actualize was a great coding bootcamp with great instructors and coaches. They teach you not only the fundamentals but also how to think so that you can do new programming and debug errors that come with trying to build technology on the computer. The... Read More job hacking prepped me for success. I was able to land a job a week before graduating the course. You have to put in the hard work and the course is intense; the teachers and coaches are there to answer questions and help you.Read Less,,Unknown +254014,10505,actualize,Tehilla,False,2019,amazing bootcamp experience,2019-09-06,5.0,5.0,5.0,5.0,"I have had a really incredible experience at Actualize. I started the bootcamp with no background or experience on coding or web development. The amount that I have learned in the past 4 months amazes me. One thing that makes Actualize stand out is how... Read More the curriculum breaks down complex coding concepts into lessons that are easy to understand. My instructor, Peter, is a natural and patient teacher and made class a positive and enjoyable experience. I would definitely recommend Actualize to anyone looking to attend a bootcamp.Read Less",,Software Engineering +254012,10505,actualize,Sim Sitzer,False,2019,Awesome,2019-09-05,5.0,5.0,5.0,5.0,"I did the Online Live Bootcamp and it was great, I can now confidentally say that I know how to code and more importantly how to learn how to code. Actualize focuses on teaching you how to learn, because no one ever will be a coding master in all areas,... Read More it's just too vast. Online sounds kind of anti-social but it really was Online Live. Actualize uses Zoom and it really works very smooth. My one bad part is the price, it costed me $12,900 total which is pretty hefty for only 3 months + 1 month of non-live pre-work. But Actualize is about the same price as most bootcamps, some are even more expensive, so it's all good. I reccomend! If you work hard with the Job Hacking you can defineltely land a job but it's not for sure. I didn't look for a job after, I'm in College.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +254011,10505,actualize,Arzo thakur,False,2019,The best BootCamp to join,2019-09-05,3.7,4.0,5.0,2.0,"Brian is great, Overall class went really well. lot's of support and easy to apply all the technologies they are teaching to work. All tools are in trend and commonly used in tech market. At first I joined by recommendation but I stayed and happily graduated... Read More because of Brian only, I am not able to find the right words to talk about his patience, knowledge, help and being available for us all the time. TA's Cory and Josh did the best too, they are great helped us in every stage and been available all the time. I recommend Actualize to everyone who wanna be a good developer, however the Job support is not as other bootcamps, I am sure they are working on it and it will improve till next Cohort.Read Less",,Software Engineering +254010,10505,actualize,Daniel Ardekani,False,2019,I am a Free Bird now,2019-09-05,5.0,5.0,5.0,5.0,I can't say enough about Actualize. I have learned so much in just four months and already have received several development and technical management interviews. Everything about Actualize was top notch from pre-work to live classes and career advice.... Read More Actualizes instructors genuinely care about your success and your ability to perform at the level necessary to get a job as a developer after graduation. I really can't say enough. Awesome experience!Read Less,Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +254009,10505,actualize,Adam,False,2019,Awesome,2019-09-05,4.3,5.0,4.0,4.0,"I chose Actualize because when I talked to the staff and admissions, I got the feeling that they were interested in teaching me, not just enrolling me. I appreciated that the focus of the 12 weeks was not just on teaching us valuable skills, but also... Read More on teaching us how to continue developing our skills once the bootcamp was over.Read Less",,Software Engineering +254008,10505,actualize,Michael Hammond,False,2019,Actualize review,2019-09-05,5.0,5.0,5.0,5.0,"The learning and classroom experience in the online cohort of Actualize was far more personal and welcoming than one would think when considering joining an online class. The instructors have a real passion for their work but it's their passion for wanting... Read More to teach others that really makes the miles between each student shrink. They are very understanding and want to help you with every problem that you have as stupid as it may seem to you, because they understand that you're learning. The growth mindset that Brian and Lisa taught us made moving forward and learning new concepts easier every day and that makes me very confident transitioning into my future as a web developer.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +254007,10505,actualize,George Hilton,False,2019,12 week intensive bootcamp getting you to become a foundational coder,2019-09-05,4.3,4.0,4.0,5.0,"Its an intensive bootcamp but helpful with the resources available; be curious and also hard working. The instructor did an unbelievable job with Rails, though JS training could have been better. Overall, you will be happy with your education and the... Read More instructor, again, is fantastic in their own right.Read Less",,Unknown +254006,10505,actualize,natalie rodriguez,False,2019,Actualize 2019 !,2019-09-05,5.0,5.0,5.0,5.0,Actualize was a great experience and Brian was a phenomenal instructor. I loved it so much that I wish it went longer. I love that Actualize had a part time night course so I could still work at the same time. Lisa in career support was also an amazing... Read More asset.Read Less,,Software Engineering +254005,10505,actualize,Kevin Nelson,False,2019,Great,2019-09-05,4.3,5.0,5.0,3.0,Everyone stayed motivated because we were all in a video conference. Meaning we all saw each others faces and struggled through it together. The instructor was amazing and helped everyone one on one. He stayed after class to help people out daily. Overall... Read More very good.Read Less,,Unknown +251181,10505,actualize,Susmita Bhowmik,False,2019,Actualize Review,2019-05-15,5.0,5.0,5.0,5.0,"I am amazed by all the information we have learned in just four months! Coming into Actualize I had very little experience with coding and web development, however, by the end of the course, I was able to create a complete web application by myself with... Read More both a working front-end and a back-end. I took the part-time online course while working a full-time job and while the course was challenging at times it was still both manageable and enjoyable. Actualize provided me with a very strong foundation to continue learning upon. Whenever I had questions the instructors were readily available. There is also a great job hacking program in place for graduates which not only helps grads with finding jobs but also helps in making sure we continue coding and learning through graduate initiative projects. I would definitely recommend this course to anyone interested in starting a career in web development.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +251180,10505,actualize,Anonymous,True,2019,Intensive program that teaches you how to grow your programming skills while keeping your day job,2019-05-15,5.0,5.0,5.0,5.0,"I originally chose Actualize because of their flexible schedule and focus on teaching students how to enhance their coding skills long after the boot camp was complete. I wanted to make sure I wasn't just walking through tutorials. By the end of the class,... Read More I wanted the confidence not only to change careers but to understand how to continue an upward trajectory when it came to enhancing my programming skills. Actualize did not disappoint. I had the wonderful luck of having Brian as my instructor and Josh as the class teaching assistant. These two were instrumental to my learning and confidence-building. Make no mistake, learning programming is complex, difficult, and requires consistent dedication. All of that is made easier when you have instructors and classmates who want you to succeed. What really set this boot camp apart was the consistent dedication to preparing you for the job market. Not only did we learn how to program, we also learned how to best present ourselves for the job hunt, how to network effectively, and how to seek out mentorship from more experienced developers. I found this portion of the course particularly useful since I began getting job interviews during the boot camp. I have only good things to say about this program and would recommend it to anyone, especially if you're maintaining a full-time job like I was.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +251149,10505,actualize,Anonymous,True,2019,Great Course!,2019-05-15,5.0,5.0,5.0,5.0,"Enjoyed every bit of my time here while I was enrolled. Coming with no prior coding experience at all, I gained valuable knowledge and even created my very own app! Everyone here is supportive and understanding on how tough this can get. They present... Read More you with so many valuable resources, cheat sheets, guides, everything needed to make sure I was learning. Ever after we graduated, we still attend classes to better prepare ourselves for jobs and what that might entail. I'm pleased with my choice here! I definitely recommend learning here!Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +251142,10505,actualize,Preston,False,2019,Online bootcamp that feels suprisingly present!,2019-05-15,4.3,4.0,4.0,5.0,"Course work was unbelievably challenging and the pace was dizzying, but the online course was easily as rewarding as any class I've taken in person. Brian and his TA Josh went above and beyond in being engaging, present, and accessible. There is a delicate... Read More balance between teaching someone and giving them the answer, especially when the pace of learning is so accelerated. The instructors walked that line delicately. My only complaint was that there wasn't more time to learn.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +251053,10505,actualize,Elizabeth Cruz,False,2019,Great Review for Actualize,2019-05-10,4.7,5.0,5.0,4.0,"I chose Actualize because I was actually recommended to come here from an alumni. However, after researching Actualize and reviews; I really liked how I could attend my full time job and afterwards attend a part time coding bootcamp class. That was really... Read More hard to find, along with good reviews. I like how Actualize has a structured class room setting, which really helped me understand the basics throughly as opposed to other coding bootcamps. I like that they take the time to lecture you and then you are able to apply in class. Not only is there an instructor teaching you, but there are TA's to assist you with any questions you may have during the lecture. Also, it is awesome how we do career hacking for an hour or two every Sunday class. I can go on and on why Actualize was the best decision I've made, but you will not regret it. I came from a Finance background, no knowledge in coding just basic HTML/CSS, and I was able to learn all the coding basics in 15 weeks and build a pretty cool app. Thank you Actualize, and specifically Peter who was my instructor and the TA's who helped!Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +251024,10505,actualize,Anonymous,True,2019,Career change while working full time job,2019-05-10,5.0,5.0,5.0,5.0,"Once I decided to make a career change, I took my time trying to find a bootcamp that would really teach me how to code. I found Actualize and sat in on a class, Peter's energetic but relaxed and fun style was exactly what I was looking for. I cannot... Read More believe that, I, someone who did not know a line of code, was actually able to build an app from scratch. Peter and the Actualize team were absolutely amazing. I am so glad I found them and am looking forward to working as a web developer.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +251060,10505,actualize,Anonymous,True,2019,10/10 Would Recommend! ,2019-05-10,5.0,5.0,5.0,5.0,"I am so happy to have found Actualize when I did! It allowed me to have the perfect balance of learning to become a developer while being able to keep my full time job. Coming from having zero experience, this bootcamp definitely understood how to cater... Read More to that and helping me feel comfortable learning something so new. The instructors and TAs are amazing and super personable. I would definitely recommend Actuallize to anyone who is interested in becoming a software developer!Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +251000,10505,actualize,Lindsey,False,2019,Actualize Review,2019-05-10,5.0,5.0,5.0,5.0,"I just graduated from a night time cohort at Actualize and I highly recommend the program if you are interested in coding. I had no coding experience beforehand, and by the end I was able to make an app with multiple languages and APIs. They do a great... Read More job at teaching you how to learn languages, so that after the bootcamp you can go on to learn another language on your own. They also have a ""job hacking"" program with an advisor that helps with resume, job search,etc. I highly recommend this program.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +250973,10505,actualize,Michael Browne,False,2019,Great Way to steer your career towards coding,2019-05-10,5.0,5.0,5.0,5.0,Actualize is a great program where I was able to learn the fundamentals of coding. The instructor Peter Jang is an excellent teacher who will challenge you and maximize your potential. I would highly recommend this course!,Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +250953,10505,actualize,Brandon Ray,False,2019,"Learn to be a Programmer, not just memorize code",2019-05-10,5.0,5.0,5.0,5.0,"I chose Actualize among all the other bootcamp alternatives because they seemed to focus a lot on pedagogy, the process of teaching and learning. I knew that technical expertise wouldn't mean much if the instructors didn't know how to convey that expertise... Read More in a way that helped students grow. And boy, did Actualize deliver. Every step of the way, I felt challenged but always supported. I was given the gift of learning *how to be a programmer*, not how to memorize a specific syntax. I know, going forward, that I can fill in the gaps of what I don't know, and continue to grow as a developer becuase of the skills I learned here. It's the best decision I've ever made from a professional/education standpoint, and I would enthusiastically recommend it to anyone who is seeking to become a programmer.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +240777,10505,actualize,Ashley A.,False,2018,Career change while working a full-time job,2019-04-03,4.7,5.0,5.0,4.0,"I attended Actualize Coding Bootcamp in Chicago in the evenings in 2018 while working full-time in a client facing role at a tech company during the day. I was hired as a software engineer apprentice at a great company 2.5 months after I graduated from... Read More bootcamp. I had 3 final round interviews. My instructor Peter Jang was fantastic and he knew how to keep our class engaged and excited even when we were overwhelmed. He provided a ""2-week"" philosophy that showed us that even when we were learning something brand new in 2 weeks it would be second nature to us. We saw this become a reality and trusted the process. The class started with work the terminal and git. Moved to APIs, back-end development with Ruby on Rails. We then focused on vanilla javascript and then learned front-end frameworks. Our cohort focused specifically on Vue.js and then after the class a few of us got together to continue working on a React Native App.The final project of the class was a capstone project of our choice. This is the type of project that can vary. If you chose to and have time outside of class you can make a complex app but if you wanted to stick to something smaller you can still show off you knowledge of modern programming technologies. I really enjoyed working on my app and it was a great conversation topic in interviews. I modeled my app after something already existed and ended up getting a final interview with the company that my app was based on!On Sundays throughout the bootcamp there was a career curriculum. This helped us work on our resume and encouraged us to network with devs. I received 2 interviews as a direct result of networking meetings several weeks after the meetings occurred. They encouraged us to start networking early long before we were ready to interview so that when roles come up you already have had a conversation and be on people's minds. Networking is what you make it and you can do more or less depending on your personality. The bootcamp encouraged us to have confidence in this process but didn't directly help us make connections.Before I decided to attend Actualize I highly considered General Assembly and Grace Hopper at Fullstack Academy. I was not in the position to be without a job and was thrilled when I found Actualize since it was evenings and weekends. I attended without knowing anyone who attended and just from reading reviews and shadowing a class. It took my 2 years from when I started thinking about it to actually enrolling but in that 2 years I did Fullstack Academy's prep in a month (highly encourage this) and I did many different free code academy courses, free code camp problems and watched a lot of Whatsdev videos on youtube.Overall Actualize is amazing experience if you are someone who will put in the extra effort to network and tell your story. The career development can guide you but it's not going to get you a job. There are several people in my cohort who are still looking for jobs. The role I took was from applying online via LinkedIn and I did not have a connection. It's all random and there's no clear way to get a job. Being authentic and having a lot to talk about, even if it's about what you don't know is great. Actualize was a life changing experience and I highly recommend it!Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +245918,10505,actualize,BrendonG,False,2019,Actualize Course Review,2019-04-01,5.0,5.0,5.0,5.0,I choose Actualize because they not only focused on getting you to learn to code but also how to brand yourself within the job market for success. Actualize believes anyone can learn to code and with the help of the instructors(who are eager to help)... Read More I can verify that it's an accurate statement. I throughly enjoyed my experience during the bootcamp and it's experience I remember for the rest of my life and I do not regret my decision. After going through the bootcamp and arriving to where I am I would recommend this program to anyone that wants to learn to code.Read Less,Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +247453,10505,actualize,Michael Dotson,False,2019,"Started from the bottom, now I'm here!",2019-03-29,5.0,5.0,5.0,5.0,"Let's see... to start I was a bit skeptical as I'm sure you will be also starting something new. I knew what it was I wanted to do (learn to develop my own websites so I could stop paying thousands of dollars for a finished project nothing as I wanted)... Read More but wasn't sure which would be the best avenue to pursue. I thought about attending a JC and obtaining a CS degree but quickly found out how much I can't stand an instructor who is as dry (no pun intended) as boiled sand and speaks like Bill Stein. I needed something that was in line with my character and learning style. I checked out a few bootcamps, which all claimed to be the best (marketing tool), yet the only beacon in the dark was Actualize. The emphasized teaching over learning to code and how their instructors were educators of some form or another so I gave it a shot. The pre-work was pretty easy as I had just completed a pre-bootcamp course prior. Also, it gave me a chance to compare the teaching styles of the two different bootcamps. Actualize immediately stood out as the place I wanted to be. Although my cohort mates were from all walks of life and backgrounds, we seemed to mesh almost instantly like a family. It could have been the common desire of wanting to learn code, but whatever it was, it made life so much easier. My experience learning with another bootcamp also yielded high learning in a short amount of time, but the stress factor was through the roof. Knowing if I failed a few tests I'd be kicked out of the bootcamp is something I did not want looming over my head while trying to learn something completely new. All in all, my experience with Actualize is one I will always remember and can look back on in a few years and say that's where I got my start at and that's the reason this great site I built exists today.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +245667,10505,actualize,Lilly,False,2019,Actualize Online exceeded expectations,2019-03-29,5.0,5.0,5.0,5.0,"I definitely recommend the Actualize bootcamp for learning web development! We learned Ruby, Rails, Javascript, HTML, and CSS, and how to build both backend and frontend for a web app. The live online learning environment was really great - class time... Read More switched between lecture and hands-on coding exercises. Our instructor, Dani, was awesome! She is very enthusiastic and helpful, but also a real person with real world experience. I worked part time during the course and was very busy, but it is definitely possible to work and take this course too. This course was intense, but also really fun.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +247441,10505,actualize,Candace,False,2019,Great for Beginners!,2019-03-29,4.0,4.0,4.0,4.0,"Overall, I had a great experience attending this bootcamp. I appreciated the four weeks of pre-work leading up to the course, as I had no previous development experience. That said, I do feel prework lacked some foundational information that may have... Read More helped ease the intensity of the first couple weeks of the course. Attending online was really great for my schedule and gave me the ability to feel comfortable in my own space and very focused on the task at hand. My instructor, Dani, pushed us in a very positive way. She understood that the material was difficult, but also expected that we used are brains to full capacity. I have finished the bootcamp able to do more that I could have ever expected and highly recommend this school for pure beginners.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +247209,10505,actualize,Sarah Hoopes,False,2018,Actualize Coding Bootcamp,2019-03-29,5.0,5.0,5.0,5.0,"Really amazing course that covers everything you'll need to know to form a foundation for software engineering. Almost all of the prework and the first half of the course is spent doing backend work, which I think is the best way to learn coding and train... Read More yourself how to solve problems like a programmer. The course covers multiple languages and frameworks, but it doesn't overload you by trying to have you learn too many at once. The instructor and the TAs are extremely knowledgeable as well as flexible with their time. Definitely recommend - it's worth the cost!Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +247450,10505,actualize,Dylan Cross,False,2019,By far and away exceeded expectations,2019-03-29,5.0,5.0,5.0,5.0,"The following is the exact review that I left for Actualize on Course Report. I want to get this out here for anyone that's doing research for bootcamps and is not sure about where to go. About a year ago I was doing research and reading comments like... Read More you, dear reader, are doing right now. My expectations were high and Actualize still managed to exceed them by a long shot.When I was originally doing research to find a bootcamp that met my needs, Actualize stood out compared to other cohorts such as Fullstack. The only thing that was kind of spooky to me was how unanimously positive almost all of the reviews for Actualize were. An average of 4.1 out of 5 almost always feels more genuine than a 5 out of 5. Actualize is a massive exception to that rule. I'm not sure what it's average rating is, but it must be close to a perfect 5/5. Until I went through this, I really didn't believe it could be THAT good. What can I say that hasn't been said in any of the previous reviews? I was part of the first full-time cohort (as opposed to the part-time night cohorts that were previously the only option) and as a result, got to pour my entire life into it. 5 weeks of remote prework followed by 12 weeks of intense, non-stop learning and application. I won't sugar coat it, it's hard as hell, if you don't cry at least once, you're either already way too advanced to be considering the program or you're not paying attention. In spite of how difficult it can be, there is so much support here from all the staff. There's a palpable sense of emotional intelligence that takes into consideration the stress one goes through when learning as much as you do in such a short amount of time while unemployed and living off of savings for 4 months. It's scary, but so incredibly gratifying by the time you make it through. Out of the 14 members of my cohort, every single one of us finished even when almost all of us, at one point or another, felt like quitting from the pressure. If there is another bootcamp out there that does what Actualize does, I've yet to hear about it. I hope my review helps to sway anyone on the fence or currently in the process of doing research towards a bootcamp experience.Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +246959,10505,actualize,Anjelica Towner,False,2019,Course Review,2019-03-29,5.0,5.0,5.0,5.0,I just graduated from the first daytime cohort at Actualize and highly recommend it for anyone looking to make a career change. I had researched all of the coding bootcamps located in Chicago and decided on Actualize after the positive reviews I read.... Read More The environment is welcoming and the instructors make coding fun. I had no previous coding experience and am amazed by how much we learned in 12 weeks.Read Less,Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +246954,10505,actualize,Brye Walker,False,2019,Enjoyed every moment of the bootcamp,2019-03-29,5.0,5.0,5.0,5.0,"Before attending Actualize I was extremely skeptical about bootcamps. After talking with the instructors and previous graduates I realized that this bootcamp would be a perfect fit for myself. Everybody on staff was very enthusiastic about their jobs... Read More which in turn made every aspect of the class enjoyable. Over the course of 12 weeks I learned things that I though would take years to learn.I would recommend Actualize not only to someone who is looking for that right bootcamps, but to anyone who has even the slightest interest in web development.Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +246913,10505,actualize,Patty Hwang,False,2019,Worth the time and money,2019-03-29,5.0,5.0,5.0,5.0,"Five stars all the way -- this program is intense but worth every moment. Actualize supports and encourages each one of their students, regardless of experience level. This coding bootcamp gently nudges you to push yourself and surpasses all expectations... Read More of what you knew (or didn't know) about coding and the tech industry.Coming from a place of little knowledge about code, I dived head first into this program, unsure of what to expect. But after 12 intense and life changing weeks, I've learned more than what I could have taught myself, built webapps from scratch with other my other fellow developer classmates, and completed a capstone project on my own using the skills taught by Actualize.Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +246901,10505,actualize,Anonymous,True,2019,Amazing Experience,2019-03-29,5.0,5.0,5.0,5.0,"Actualize was an amazing bootcamp to choose. People of all experience levels can join Actualize. Josh, my cohort's instructor, is not only an incredible teacher and extremely knowledgeable, but also has industry experience and is able to give great practical... Read More advice when it comes to a software engineering career search. Actualize also has a dedicated ""job hacking"" program which places emphasis on building habits to land your first coding job. Lisa, the program's head, is a great listener and is always willing to help in the job search process.I would recommend Actualize to anyone considering joining a bootcamp. It's an incredible ride/experience.Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +247449,10505,actualize,Mike Polinski,False,2019,Fantastic overall experience!,2019-03-29,5.0,5.0,5.0,5.0,"A friend of mine had just completed his actualize bootcamp, and he recommended that I do the same. We worked together at the same place for years and I decided that it was time to pursue a different path. He spoke very highly of the program and all of... Read More the staff and instructors there so I decided to check it out.I had an amazing time at Actualize. I met and got to know people who I will keep in touch with, hang out with, and code with for the rest of my life. the staff and instructors were some of the most helpful, friendly and supportive people i have ever encountered. By the end I was able to create an app that will go on into production and actually used by an organization I volunteer with. I feel that i got my moneys worth and a solid education with the building blocks necessary to continue learning and become an even better coder. I would recommend actualize to anyone looking to make a career shift, anyone who is interested in learning a new skill or looking for a challenge, or even someone looking to find a place for themselves in a new city. Actualize provided a fresh start, a warm, supportive environment, and the final payoff left me feeling accomplished and ready to take the next step in my career.Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +247437,10505,actualize,Anonymous,True,2019,Loved every moment,2019-03-29,5.0,5.0,5.0,5.0,Before choosing Actualize I looked into a bootcamp such as Fullstack and I immediately had a negative experience with them. From that experience I started looking to other bootcamps and found Actualize. I read others experiences about attending the school... Read More and decided to take the plunge. To this day I am sure that I made the best decision and not once did I hate coming to school. Every instructor and ta is so willing to help. The space is awesome as well.Read Less,Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +247428,10505,actualize,Anonymous,True,2019,A Great Experience,2019-03-29,5.0,5.0,5.0,5.0,A great transition into the tech field for those who need a classroom environment to collaborate with other likeminded individuals.,Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +244360,10505,actualize,Derek Smith,False,2018,Actualize Bootcamp Success,2019-01-22,5.0,5.0,5.0,5.0,"Actualize gives you the support to learn to code and then gets you ready to apply to jobs with confidence. That is exactly what I was looking for a change of career after being laid off as a screen printer. Not only did I learn frontend and backend frameworks,... Read More they also make time to teach salary negotiation and networking strategies. The course was challenging and that challenge made the entire experience rewarding. Taking this course is easily the best decision I have made in the past decade. They took me from minimum wage to negotiating for $50/hr, in a little over 12 weeks.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +246200,10505,actualize,Thomas Ng,False,2017,Motivating,2018-12-21,5.0,5.0,5.0,5.0,"About me: I have just finished my capstone project after attending Actualize for months. I am in the IT field already (sys admin, wifi design, network infranstrure) and took a couple of years of C++ in college a long long time ago. I hated code at the... Read More time because of the haphazard and antiquated learning patterns of my university (having to write C++ functions in pencil!).Before choosing a bootcamp, I interview many people in the field to get their experiences. Actualize came up repeatidly for both in-person and online. I attended Actualize online after work. Despite my hesitations about a online class I really felt supported and empored at Actualize. With a 11 hour work day (with commute) they were still able to keep me engaged and motivated with a perfectly balanced curriculum and amazing teachers/TA. I always felt like I had someone I can reach out to, and that my fellow peers were friends and part of a community.I will wholeheartedly recommend again and again.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +246156,10505,actualize,Shaunda,False,2018,What An Experience!,2018-12-21,4.7,5.0,5.0,4.0,"What an experience. I am a recent grad of Actualize and I have nothing but good words to say. I was apart of the online evening/weekend course with six other students. The level of support I received from the instructor, TA and classmates were unbelievable.... Read More Everyone wants to see you win and start a career as a web developer. My background is in social work and I never thought I could become a web developer. It takes a lot of patience and determination to finish this course, but if you're truly passionate about learning how to build web apps and challenging yourself, then I say go for it. I have no regrets whatsoever. Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +246124,10505,actualize,Anonymous,True,2018,Actualize,2018-12-21,4.7,5.0,4.0,5.0,I took the Actualize course coming from a background in neurobiology and physiology with no background to speak of in coding. I had always dreamed of learning how to code and changing my career course but I was nervous about investing time and money in... Read More a bootcamp. I picked actualize because it covered not only the learning elements of web development but also how to get a job in this field that was foreign to me. My experience with the course was positive and challenging. I really enjoyed the teaching style and all of the material we learned. I like how we were constantly pushed out of our comfort zone and not babied along too much when we had trouble. The curriculum was challenging and diverse and covered heavily used frameworks and elements in web development today. My teacher was Brian and he did an excellent job pushing us and encouraging us.Read Less,Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +246114,10505,actualize,Joe,False,2018,Highly Recommended,2018-12-21,5.0,5.0,5.0,5.0,"My experience at Actualize has been fantastic. The curriculum is excellent, the instructors are extremely helpful and knowledgeable. I came into this program with very little coding experience and I learned more than could've imagined in just a short... Read More amount of time. I would not hesitate to recommend Actualize to everyone!Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +246109,10505,actualize,Andy,False,2018,Actualize Review,2018-12-21,5.0,5.0,5.0,0.0,"When I first made the decision to attend a coding bootcamp, I knew it would be a challenging experience. Taking that into consideration, when I was making my decision on which one too attend, I was sold on the fact that Actualize had instructors with... Read More both teaching and programming experience. As a graduate of the winter cohort, I can gladly say Actualize held up to its expectation. The amount of support was great and there was never a time where I felt like I wasn't getting the help I needed. My instructor was Peter Jang and he was always on top of game. Setting a good tone for the class, set expectations that helped you properly prepare for upcoming challenges, and did a good job of keeping the stress level down within the class. There was definitely times where the experience got overwhelming, but in the end everything came together and I'm very happy I made the decision to attend Actualize. I have yet to attend the Job Hacking system therefore left the review as N/A but I'm eager to get into that part of the experience after break.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +243943,10505,actualize,Joe S.,False,2018,Amazing Experience!,2018-12-21,5.0,5.0,5.0,5.0,"I had a wonderful time taking this course. I was able to learn so much more then I ever thought I would. It was definitely extremely challenging, but it was so unbelievably rewarding that it was worth it. Actualize has done a great job at setting up this... Read More curriculum. I took the online class, and it felt just like an in person class. I was able to ask as many questions as I needed to, and always got tremendous assistance when I got stuck. Brian Rice was my instructor and did a fantastic job teaching this cohort. Thank you Actualize for the amazing course. I am so grateful for the experience!Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +246199,10505,actualize,Anonymous,True,2018,Stellar Bootcamp -- Check my reveiw yo!,2018-12-21,4.3,5.0,4.0,4.0,"What's up fellow Course Reporters!I am here to tell you about my experience at Actualize. In short, fantastic. Great teacher, assistants, and overall community environment. Would recommend 10/10.I will mention however, if you are not determined and completely... Read More focused on these 12 weeks of your life then it will be a waist. Coming into this program I new that I would be sacrificing a social life, sleep, and many other things get the most out of this class. I took on this challenge while maintaining my full-time job. I am not saying this to gas myself up by anymeans, but to ensure you that it can be done. This balance was not easy and I was dreaming in code almost everynight, but that is not a bad thing by any means. I would also like to take the time to review my instructor Peter Jang. MAJOR SHOUTS OUT. Absolute animal behind the computer. I learned more in his lectures than any single lecture i suffered through at a university. He makes learning easy, insteresting, and fun. He is the driving force behind my incredible experience at Actualize.Hopefully this review helps!Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +246198,10505,actualize,Anonymous,True,2018,"If you are considering attending a bootcamp in Chicago, it is a mistake to choose any option that isn’t Bootcamp.",2018-12-21,5.0,5.0,5.0,0.0,"I’m willing to tell anyone who is interested nothing but great things about Actualize. On the first day, they connected us with other students who were halfway through the program and allowed us to pick their brains. I don’t know how they manage their... Read More applicant selection process, but every one of the 14 other students I went through the bootcamp were fantastic and were equally motivated to make the most out of the program. They instilled a sense of community amongst our group, and we each spent time lifting each other up. The teaching was equally fantastic. I had some initial skepticism about bootcamps specifically because of the qualifications of the instructors, and I was proven to be completely misguided about those reservations. They focus on finding teaching candidates who can not only produce real code, but have a history or education in teaching. This made all the difference, and I never felt like I was being led the wrong way. We’d strike up constant conversations asking about something we heard about the industry, or a current trend, and he was able to provide a thoughtful response everytime. It was obvious that they spend time keeping up with the different trends, frameworks, and contentious topics. I chose Actualize because I read reviews of different bootcamps, and honestly, I expect it to be one of the best decisions I ever made. I truly feel like I’ve been enabled to make a life change that will allow me more fulfillment because I read reviews, like this, about Actualize, and they delivered on every promise they made. I cannot currently comment on the job assistance beyond the hours/week of focus we spent on setting ourselves up to find a job. They never promise that we will get a job, but promise that they will have us as best prepared to present ourselves as candidates and I believe it. If you are considering attending a bootcamp in Chicago, it is a mistake to choose any option that isn’t Bootcamp.Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +243891,10505,actualize,Anonymous,True,2018,Actualize was an excellent experience during the fall and winter of 2018,2018-12-21,5.0,5.0,5.0,5.0,"I graduated from Actualize in Chicago in December 2018. My experience was excellent. The course was structured very thoughtfully and thoroughly. The head instructor was my teacher and he was excellent. He always made the material interesting and interactive.... Read More It is a bootcamp. The hours are long and you must put in the work to achieve what you want out of it, but Actualize is totally worth it if you as an individual are willing to put the time in.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +245761,10505,actualize,Richard Hui,False,2018,Actualize Experience,2018-11-18,4.7,5.0,5.0,4.0,"As a graduate with a undergranduate degree in computer science, I felt I was lacking the skills needed to do web development. I tried to learn on my own with codeacademy and codewars. Those can only take you so far. I did further research and came upon... Read More coding bootcamps like Actualize and Fullstack Academy. What drew me to Actualize was the curriculum and the flexible schedule (Weeknights and Sundays)Actualize is perfect for those who want a carrer change or for those who want to obtain the skills to make an app. The first part of the experience requires diligence and perseverance. You will only get what you put in. You learn the fundamentals of Ruby on Rails and Vue JS which will help you in future endeavors. The other half is the interaction between your peers, the instructor, the TAs, and you. It will surprise you to see how close you get when going through the same struggles. At the end of the course you end up with a new family.Josh, Addie, Brittany, Natale, and Jen helped push me past my comfort zone when it came to my capstone project. They let you come up with the idea and then give you advice on how to improve it. You then realize that you now have a new mindset on what makes an app. You feel their passion in web development and for your success which made my whole experience enjoyable.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +245519,10505,actualize,Thema Peters,False,2018,Actualize Bootcamp Review,2018-11-17,5.0,5.0,5.0,5.0,"I came to this bootcamp with limited knowledge in coding or development. I met teachers, teachers' aides and student who were more than willing to be open to help and be a listening ear. I never felt as if any question was unnecessary. It was definitely... Read More intensive but everything was put into immediate practice. I look forward to applying all I learned toward my future career.Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +245488,10505,actualize,Karim Shakir,False,2018,My Actualize Experience,2018-11-17,5.0,5.0,5.0,5.0,"I have many associates that are coders. So I had a fair amount of resources to ask aobut which bootcamp to attend. Even when I was in the self study phase of my path, Actualize was always among the top choices. Now, many of the other ""top choices"" are... Read More no longer around. Actualize continue to crank out good graduates, and I believe that reputation will help when going to the market place to seek a position. The experience was great. My instructor constantly bafled me with his knowledge and ability to teach and convey subject matter. They love to code, they love to teach code and it shows. The TA's were fun and former graduates that provided assistance and information from the perspective of an employed former student. I'm a recent graduate, and I'm happy I chose to attend Actualize.Read Less",,Unknown +245287,10505,actualize,Adam,False,2018,Review,2018-11-17,5.0,5.0,5.0,5.0,When I first set out to go down the road of coding I wanted to be very particular in which school I attended. After spending many nights reading reviews and comparing boot camps I quickly narrowed down my choices. I set up an in person tour to go see... Read More Actualize. As soon as I toured the school I knew this was where I wanted to spend my time learning. My lead instructor was Josh. Let me start by saying I was amazed by how knowledgable he was about the different languages he taught in his class. He was always willing to help out and dive deeper in any section we felt that we needed that extra explaining. Class moved at a quick pace but in a good way to push yourself. I have to give a shout out to the TA's you all were incredible and helped shape me as a developer. Do not hesitate and sign up for this program you will not regret it.Read Less,Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +241158,10505,actualize,Francisco Gonzalez,False,2018,Review,2018-11-17,5.0,5.0,5.0,5.0,"I was a little reluctant to join a coding boot camp, I knew it would be a huge commitment. I can say that I am so happy with my decision to join Actualize. I learned so much from beginning to end, that I would not have been able to learn on my own. The... Read More support and help you receive is incredible. The instructors go above and beyond to help. This experience was really worth all the time and effort I put into the program. I encourage anyone to join Actualize.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +241072,10505,actualize,Anonymous,True,2018,"""Amazing Course""",2018-11-17,5.0,5.0,5.0,5.0,"I would highly recommend anyone to commit to an Actualize course who has a goal of becoming a full-stack software engineer. After researching several different bootcamps I made the decision to attend the Actualize bootcamp and it was absolutely the right... Read More decision for me. The instructors are excellent educators. Their teaching methods, support, and guidance are superior and allow students to be successful throughout the entire course. This course is not only phenomenal for the skills that are developed in programming but the career advice and support that leads students to being successful in finding a job.Read Less",Actualize Coding Bootcamp: Full-Time,Miscellaneous and General Tech +245760,10505,actualize,Kyle Hassett,False,2018,Highly Recommend Actualize,2018-11-17,4.7,5.0,5.0,4.0,"After getting my degree in marketing and spending the first five years in sales roles that never felt fulfilling, I needed to make a change in my career to something that would give me more flexibility, better upward mobility, and overall happiness.I... Read More had completed a few Codecademy courses in the past, but needed something that would supply me with a bit more structure. So after seeing Actualize's great reviews, especially for their in-class Chicago campus, I applied and was accepted to the July 2018 cohort. Over the next few months, I learned more than I ever could have possibly imagined. The course is fast-paced and challenging, but once things start to stick, by the end you have a strong foundation and jumping off point for your future career in development. I met some amazing classmates during my time here, and my lead instructor Josh and all the TA's were fantastic, patient, knowledgeable and overall great people.I couldn't recommend Actualize more to anyone who is curious about programming but doesn't know where to start their career. It doesn't get much better than this.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +241033,10505,actualize,Nick Haugland,False,2018,Oh The Places You'll Code,2018-11-17,5.0,5.0,5.0,5.0,"What if I were to tell you that you could change your life, prove to yourself that you can accomplish and overcome difficult tasks, and have fun in the process; is that something that you would be interested in? If so then Actualize if for you! What an... Read More unbelievable experience. There are few times in my life that I can think back on and honestly say ""this was one of the best decisions I have ever made"" The pride I feel inside for changing my life is something that I will never forget. The instructors care so much about each and every student that comes through. If you are willing to work hard then they are willing to help you with anything. It is an incredibly supportive environment and I had an experience that I will cherish for the rest of my life.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +238165,10505,actualize,Tatiana Pena,False,2018,Short-term commitment,2018-11-17,4.0,4.0,4.0,4.0,I took the 13 weeknight course and it was intense. It is a coding Bootcamp and it is intended to teach you full-stack within 13 weeks. It is a short-term commitment but it will take all your free time.,Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +245752,10505,actualize,Joseph,False,2018,Actualize | Anyone Can Learn To Code,2018-11-16,5.0,5.0,5.0,5.0,"I begin looking at bootcamps due to a need and drive for a career change. When I started looking at bootcamps, I was stuck between Actualize and another bootcamp that specifically offered a guaranteed job. Actualize was recommended to me by a friend in... Read More the industry who has helped out with the program directly, and personally vouched for their success, not only their education but their graduate hire rate. He told me that while Actualize does not guarentee a job, I would have no issues finding one based on their course content and passion for teaching.Having completed the course I can whole heartedly agree. I came from a background of only minor HTML and have gained the knowledge to not only create a full stack web application, but to learn whatever it is I need to in order to advance my knowledge of programming. My instructor was able to connect and teach a wide range of students all from a different background and seeing them change from day one to the final day was truely amazing.While Actualize does not offer a guarenteed job, the provide muliple services designed to help you get one. Next up for me is the Job Hacking as well as the graduate program that allows graduates to collaberate and bolster your experience and portfolio in order to offer a more impressive resume.I feel confident that if I continue with the same drive as I applied to this course that the possibilities are endless for my future. 10/10 would do again.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +245694,10505,actualize,Michael Henze,False,2018,Best Life Choice,2018-11-16,5.0,5.0,5.0,0.0,"I will start with the Cons and that is not being able to meet the cohort in person you go through this challenging course with, they will become a rock for you and good friends. The pros are the staff us true to caring about the students and what they... Read More come out with instead of just getting through the course and getting the next cohort in. The Instructor I had Dani did an amazing job communicating to each different learning pattern that students had allowing for us all to come out with a great project and confident on continuing to learn programming. This course was amazing and I would recommend anyone who wants to get into the development career to attend Actualize because they really do help you learn how to learn languages instead of just teaching you one language or library. I am getting ready for the job hacking and am excited to find my first developer job.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +245738,10505,actualize,Anonymous,True,2018,Great bootcamp with a fantastic staff,2018-11-16,5.0,5.0,5.0,5.0,Actualize provided me with an unforgettable experience in an environment that was conducive to learning. I'm grateful for the teachings and the material that i've learned. Had a wonderful time and would recommend it to anyone willing to learn! Thank you... Read More very much.Read Less,Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +245003,10505,actualize,Anonymous,True,2017,Inconsistency and value,2018-09-24,4.0,4.0,3.0,5.0,"I will start by saying Actualize is not for everyone; as with most coding bootcamps, you will need quite a bit of resolve and patience to complete the program. Actualize does a great job at a lot of things but making you work-ready is a long shot. The... Read More job hacking is there and the alumni community is great but in the end when you finish the program, you are left with the common question: ""Now what?"" and you will find yourself in a similar position as you were before enrolling at Actualize.It is not without value, at Actualize you will learn full-stack programming but there is only so much you can learn in such a limited amount of time. Unfortunately, knowing one way of doing things lining up exactly with requirements for a job is beyond a shot in the dark. Getting into web development is difficult to say the least, you need to not only know the concepts and have the proficiency of writing functional code but also the drive to teach yourself new things. Actualize does not teach you how to learn on your own, you are taught how to google things but there are limited resources for continued education. If you are not already teaching yourself how to code, then perhaps consider another career choice because you will need to be teaching yourself long after you finish any coding bootcamp.The job hacking is the real value of Actualize, you will learn how to market yourself however you will find that by the end of the course you can scarcely call yourself a full-stack web developer- perhaps by literal definition but in practice not really. If you want to become a developer, the fastest way to do that is to work as one- so the idea is Actualize will teach you enough to know the fundamentals and enough to get an entry level job; you will then grow your skills working as a developer- prior to this first job and possibly a few after, you do not get to pick what you do, take what you can get and continue to learn from your leadership and colleagues.I enrolled at Actualize because the pricing was fair but since then the cost has nearly doubled and I can safely say the value has not changed much; how much are you willing to pay to not have the accountability of teaching yourself and applying yourself towards getting that first job?Read Less",Software Engineering,Software Engineering +235394,10505,actualize,Michael Lulich,False,2018,Actualize Review,2018-09-07,5.0,5.0,5.0,0.0,"I chose actualize because their emphasis on teaching. There are many bootcamps available who do not stress this enough. I would recommend Actualize to anyone who is willing to put forth the effort to learn how to code. While they do teach you, you must... Read More put in the work if you want to succeed. I would also recommend exhausting free online exercises before enrolling in the class because it does move quickly, and having a base to build off is something to help cement your understanding.And just as a side note, Peter led my cohort, and I would gladly recommend his teaching style and general demeanor regarding learning to program to anyone who is considering the course. **Job assistance rating is left as NA as I am a recent graduate at the time of this review, and have not attended any job assistance meetings at this time.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +235292,10505,actualize,Chris Ngo,False,2018,Fantastic Bootcamp with fantastic support and even better instructors.,2018-09-07,5.0,5.0,5.0,5.0,"I considered attending a bootcamp for for 2-3 years before finally making the decision to go through with it. I can honestly and personally say, that it was the best thing I've ever done for myself personally. After researching and reading through other... Read More reviews online for other bootcamps, I chose Actualize due to the smaller independent feel, the apprenticeship program offered after classes end, and most importantly the teaching experience/acuity of the instructors, especially Peter Jang. He's absolutely the best teacher I've ever had in all my years of school. He's extremely intelligent, insightful, experienced in the materials, and has a great personality. Without a doubt, the material is difficult but the atmosphere and approach they provide does not cultivate a high stress environment. This is especially true if you find yourself to enjoy web development. To anyone out there who may be researching coding bootcamps, you will not go wrong with Actualize. I can't speak for other bootcamps but I'm happy to have attended Actualize. I now feel confident in my abilities to take the next step for my career. Thank you to everyone at Actualize who helped me. I will miss attending classes.Read Less",Software Engineering,Software Engineering +234835,10505,actualize,Kelly Halfaker,False,2018,Worth Moving to Chicago For!,2018-09-07,4.5,5.0,4.0,0.0,"I came to Actualize in Chicago as a recent college graduate from California. I had received my BA in psychology, but had since decided that I wanted to pursue a different career track, and I thought I'd try my hand at coding. I had originally planned... Read More to move to Chicago to attend Fullstack Academy, as per a suggestion I had received, but upon being accepted into and starting the beginning of their program, I didn't feel like the teaching style was right for me. In looking for other bootcamps in Chicago, I came across Actualize and was impressed by the description of their program and instruction techniques, particularly after they let me sit in on a class before finally making the decision to join.As I am currently graduating from the program, I can say with confidence that this bootcamp was a LOT of fun. The pace was challenging, but not frantic, and all of the material we learned was taught in the perspective of its role in modern business practices, making lectures feel extremely relevant and keeping me motivated to attend closely to each new concept.My instructor was Peter, and he was wonderful. He knows how to keep the tone in class light and friendly while also teaching efficiently and keeping students productive. He's very supportive, helpful, and responsive. I would highly recommend that interested parties attend this bootcamp, particularly if one is looking to attend a bootcamp with a less grueling pace than a full-time immersive program, but still learn a lot with the benefit of guided instruction and the company of one's cohort.Read Less",,Unknown +234234,10505,actualize,Anonymous,True,2018,The best decision I've made!,2018-09-07,5.0,5.0,5.0,5.0,"When I made the decision to pursue a path in coding, I did extensive research on which program would be the best fit for me. Actualize checked all the boxes in that it was part-time (I couldn't commit to a full-time program) and because the program focuses... Read More on teaching first - this was different than any other program I was considering. From prework through the intensive 12-weeks of live class, I felt supported by my instructors throughout. I can't say enough great things about Brian and how patient and supportive he was with me and my classmates when there were concepts we didn't fully understand. This experience has taught me a lot about myself and I am amazed with how much I have learned and have achieved. I would absolutely recommend this course to anyone who is interested in pursuing a career in tech.Read Less",,Software Engineering +234003,10505,actualize,Jessica,False,2018,Zero Negative Background to Expert,2018-09-07,5.0,5.0,5.0,5.0,"Truly the best learning experience iin my life.The instructors are extremely knowledgable and helpful throughout the process! Coming from a background in sales and not having any programming experience was super intimidating and although it is a fast-paced... Read More course covering a lot of material there was a positive and community vibe ambience that kept me motivated and excited to attend each and every class! Supportive, comprehensive and most helpful coding bootcamp out there!Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +233893,10505,actualize,Cory,False,2016,Excellent Learning Environment,2018-09-07,4.3,5.0,4.0,4.0,I came into the online live boot camp with little experience in coding. The set up of the screen sharing from the instructor for demoing concepts followed by working on examples to practice the new concepts really helped me learn the material and retain... Read More the information.I am extremely happy with my choice to make a career change and enroll in Actualize. The instructor and teaching assistant were very helpful promoted positive learning experiences. They taught not only the hard skills needed to code but also how to succeed in my future career.Read Less,,Unknown +233658,10505,actualize,Josh,False,2018,Actualize Online,2018-09-07,5.0,5.0,5.0,5.0,"This course did an incredible job of creating something from nothing in my skill base. It's set up in a way where you can learn things really sequentially but are able to build out your knowledge at your own pace to some extent as well. The balance between... Read More structure and freedom was good. I also got to create a more extensive portfolio than I expected, which is helpful for job searching.Read Less",,Unknown +233610,10505,actualize,Heather Cleland,False,2018,Live online Actualize bootcamp,2018-09-07,5.0,5.0,5.0,5.0,I chose Actualize because I wanted to attend a bootcamp that worked around my family's schedule. I liked that Actualize was offered online but in a way that is like a regular classroom. I could ask questions and get help as I was working. I learned so... Read More much. It's amazing how much is covered in just a few months. I would recommend Actualize to anyone wanting to learn to code and needs to do it a way that is flexible but still wants the benefits of in-person course.Read Less,Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +233570,10505,actualize,Grant Kazan,False,2018,This is how you run a bootcamp,2018-09-07,5.0,5.0,5.0,5.0,"Like most people reading this, I had no programming experience prior to attending Actualize. While working through Codecademy exercises, I began researching bootcamps and was nervous to take the plunge. Without question, Actualize is an incredible educational... Read More experience suitable for all backgrounds. Cohorts are small, allowing for more instructor attention. The instructors (who are FANTASTIC!!) have backgrounds in both software development and education. They really take the time to make sure you understand the material. You can ask for help and actually get an answer that makes sense. Most bootcamps are not like this.In addition to modern web development tools, Actualize shows you how to not only build full-stack web applications (Ruby, Rails, VueJS), but feel comfortable reading documentation, learn new technologies, and take on your first developer job. Attending Actualize is without question one of the best decisions I have ever made and my only regret is not signing up earlier. If you're someone looking to learn to code and pursue a software developer career, Actualize will get you there. Go get it!Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +233325,10505,actualize,Katherine Evans,False,2018,A Great Choice!,2018-09-07,5.0,5.0,5.0,5.0,"I'm very happy that I decided to pursue the Actualize program! I had looked into, and was accepted into, three different programs: Actualize, Northwestern and Fullstack Academy. Not only did Actualize have the best ratings (rightfully so), they also fit... Read More my budget and my schedule. Peter was a great instructor, combining his history of teaching and love of code to make lessons engaging, funny and informative. The program is challenging, but if you dedicate time and effort into improving, you will. The most important aspect of a bootcamp, and Actualize specifically, is that they teach you how to learn. I fiddled around with code for a few months by myself and got nowhere... it's so hard to know where to start! But with Actualize, they eased you into the program, and you were creating RESTful CRUD apps in week one. What you learn in a bootcamp is ""tip of the iceberg"", web development is ever changing and evolving, but I know I have the skills necessary to tackle any new programming language and framework I set my mind to learn. Thanks Peter, Jay, and Actualize!Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +232040,10505,actualize,Reginald,False,2018,One of the best decisions of my life,2018-07-22,5.0,5.0,5.0,0.0,"I think what makes actualize so great is the amount of information and understanding you get in such short time periods. Their emphasis on teaching you how to think like a programmer goes a long way. I came in knowing javascript, but not really knowing... Read More how to use it in web development, but after this course I am confident in knowing that I can think like a programmer and use my skills to make web applications.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +244187,10505,actualize,Tom Panouses,False,2018,Actualize Chicago ,2018-07-22,5.0,5.0,5.0,0.0,"Cannot begin to describe how worthwhile this whole process has been.Having just completed the curriculum I feel very confident about jumping into the industry of web development and landing my first job in a field I thought previously I had no shot at.... Read More The curriculum is definitley no walk in the park but it was very fun to overcome the challenges and obstacles that you face when you jump headfirst into learning something as complicated as web development. Although you're technically in a class, it doesn't really ever feel like a school and the small size of the cohorts allows you to have a lot of one on one interaction with the instructors and TA's which is very beneficial when you run into small problems, and is one of the reasons I chose Actualize over a bigger bootcamp. Since Josh, the lead instructor, also attended a bootcamp he knew exactly the types of problems and pitfalls students like us with no CS degree would face, and helped us circumnavigate those as much as possible while still allowing us to fail lightly in order to really learn (which I believe is very neccesary). And despite being relativley self-taught himself he was insanely knowedgeable on the topics and technologies and did an excellent job explaining complex things in the simplest way possible. If I could do it all over again the only thing I would change is to do it sooner.(have not started the job hacking portion yet, will update this after completing)Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +234035,10505,actualize,Conrad Szklarz,False,2018,Actualize Review,2018-07-22,5.0,5.0,5.0,5.0,Actualize is a great place to learn a new career in web development. The teachers and staff are there to make sure you succeed.,Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +234024,10505,actualize,Jared Hammernik,False,2018,Great Experience,2018-07-22,5.0,5.0,5.0,5.0,"Actualize was overall a great experience. The instructors and TA's very friendly and personable, and explained things in a clear and enaging way. It was difficult doing it while also working full-time, but also rewarding in the end. After not knowing... Read More a thing about coding, in the end I feel confident in writing Ruby, Javascript, HTML, CSS, building a Ruby on Rails application, using Vue.js, and understand a variety of other important concepts in the industry. They also just hired a career counselor for us so I'm excited to begin the job search. The facility is also very nice with a ping-pong table, rooftop, vending machines, etc.Read Less",,Unknown +233649,10505,actualize,Oscar Wasilewski,False,2018,Great learning experience,2018-07-22,4.7,5.0,4.0,5.0,"I came in knowing minimal HTML, and CSS, but came out learning so much. I had a great time, all the teachers and students were great. I honestly didn't expect to learn so much in such a short period of time. Really exceeded my expectations and I'm glad... Read More I came here. Another plus was that they help after the main course, they don't just throw you out and say good luck finding a job. We have a job counselor to help us prepare our resumes, go in prepared to our interviews etc. If you're on the line of coming here don't be you'll learn a lot and be able to move forward in your coding journey.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +233166,10505,actualize,Anonymous,True,2018,Overall an amazing experience,2018-07-22,5.0,5.0,5.0,5.0,"Great instructors that are incredibly knowledgeable, a very cool space to work and learn, and job support beyond the instruction. There is not much more I could have wanted out of a bootcamp and believe taking this class was one of the best decisions... Read More I've made.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +235778,10505,actualize,Jessie S,False,2018,"Good instructor, minor disappointments with other aspects",2018-07-04,3.5,4.0,3.0,0.0,"I chose Actualize because:- They emphasized the fact that the instructors are actual teachers- I was intrigued by the post-bootcamp apprenticeship with nonprofits- It was the cheapest, part-time & online---I was nervous about the logistics of doing the... Read More class online (audio/video quality, screensharing, etc) but that worked perfectly for me the whole time. In fact, the ability to view the instructor's screen during the lessons & share my screen during exercises was extra helpful.---Part-time was a great option for me. I would have burned out in a full-time program because of how intensive each session was.---The content is not too hard for anyone. It’s the way the content is presented. There were a number of times when I would study, re-review materials, finally grasp a concept & then realize it could have been explained in much more clear/precise terms. This is the problem with the coding community as a whole but Actualize doesn’t do much better than average in this regard.In addition, I was disappointed with the depth of content outside of Ruby on Rails. I feel like we flew by Javascript, SQL, Python, Heroku, etc. Maybe this is a tough balance for any bootcamp though?Still, you are left with tons of great resources after the course is done!---My instructor was Brian. He is an excellent teacher- super patient, knows lots of tricks for learning/teaching the content & tries his hardest to be sure no student is left behind. He did a great job of teaching me how to learn to code. More than anything I appreciated that Brian could put his ego aside & admit when he didn't know something or was wrong; it showed he was willing to learn too (which was encouraging). Brian does have kind of old-world/rigid ideas about punctuality & civil discourse. That was obnoxious but maybe others in my cohort didn't mind as much & he might have just been that way to protect his job, I dunno.---Stories from my experience that might be useful:- After I agreed to the course with the recruiter I was sent a bill for the wrong person, for the wrong amount (not cool).- As my cohort was getting to the last few weeks of the bootcamp we were told the nonprofit apprenticeship was no longer going to happen (which was one of the primary reasons I selected Actualize).- Also in the last few weeks we were informed we would have to present our capstone project on Youtube Live. That didn’t sit well with me; then, after Brian handled mediation between… me & Jay/Peter presumably… I was told I needed to record a presentation of my capstone if I wanted to graduate from the bootcamp & participate in the job coaching [which had replaced the apprenticeship]. The fact that they were making up program policies on the fly seemed a bit ridiculous. -- Nothing in these bootcamps should be compulsory (particularly if you are not told what it is that will be required). You are paying money & everyone recognizes it is up to you to get what you can out of the program.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +242592,10505,actualize,Charlie Botello,False,2017,Curriculum + Instructors + Job support + CEO = Perfect all around // Landed a amazing job!!,2018-06-29,5.0,5.0,5.0,5.0,"This was an intense curriculum that is designed to prepare you into the real world of coding. It was an intense challenging and sometimes brutal experience, but you will learn how to operate as a coder. It does become a skill, just like any other one,... Read More but much more precious. After graduating there was a great apprenticeship where the Jay (CEO) is a fundamental part of, helps you prepare for job hacking / interviews that proved extremely valuable to get me the job in the field I wanted. I have friends who have C.S. degrees, who where shocked as to the level of knowledge I was able to acquire in a short period.Read Less",,Unknown +240992,10505,actualize,Jay Kasturi,False,2018,"life-changing. thorough programming foundation, incredible pedagogy.",2018-05-18,5.0,5.0,5.0,5.0,"I am a UX designer with a background in front-end development and design, and I have always wanted to learn to program. I chose Actualize after researching a lot of bootcamps, and talked to graduates. An acquaintance of mine went to Actualize a few years... Read More ago, and had an incredibly positive experience.Excellent pedagogy to me is the make-or-break of a learning experience. Peter Jang and Jay Wengrow have somehow managed to put together the all-star package: a rigorous, exhaustive curriculum that actually teaches students the fundamentals of programming, while also giving them a complete grounding in the latest technologies. I struggled to learn C++ and Java in high school, and nothing stuck. By the end of this program, I can read code in multiple high-use languages and really understand what is going on, and pick up the syntax. I haven't just learned Ruby, or a Javascript framework. I have learned how to think like a programmer.Most importantly, Peter and Jay model for the students something truly profound: a relaxed, curious, diligent and humble approach to programming and learning that will impact each and every one of us in our professional careers in a positive way. Tech has a lot of challenges facing its role in our world today, and I feel more positive about my ability to be a positive force in shaping how we use these tools. I know for a fact this is not the sort of pedagogical modeling other programs can offer.For people working full-time: this program is a challenge. I work 40-60 hours weeks at times as a consultant, and there were weeks where I felt concerned about my ability to keep up. But something Peter said has really stuck with me: ""You can't always tell what you're getting used to, what's actually sticking."" I stuck with it - even if I couldn't always finish all the exercises, and kept studying and working whenever I could. I am surprised at everything I was able to learn and apply in my capstone project, and am very excited by the growth I've witnessed in my cohort as a whole.I am looking forward to the apprenticeship and working more closely with Jay after 4 months of Peter's excellent instruction. This experience has been life-changing and given me new sources of confidence and a sense of workability.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +239930,10505,actualize,Sergii,False,2018,Actualize,2018-05-18,5.0,5.0,5.0,5.0,"I was standing to code on my own a lot, but it didn't really work for me. At some point, I decided to join a coding Bootcamp. I had a full-time job so my only option was a part-time school. At the time (and probably still is) Actualize was the only school... Read More that allowed you to study after 5pm. Long story short. I liked it. Our teach was super experienced and explained complicated stuff very clear. Always willing to help before or after the class. Highly recommend it to anyone who looking to learn how to code, especially for those who have a full-time job.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +239925,10505,actualize,Anonymous,True,2018,I can't believe how much I learned!!,2018-05-18,4.5,5.0,4.0,0.0,"There were some nights I had to keep a bottle of Excedrin within reach due to the bombardment of information, but it was all worth it. It's hard to realize how much you learned until you think back to how long things used to take you, and suddenly you... Read More can whip through them without a second thought. Very glad I took this class!Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +239897,10505,actualize,Barry Cooper,False,2018,I had a great experience taking the Actualize bootcamp in computer programming.,2018-05-18,5.0,5.0,0.0,0.0,"I chose Actualize because of the ability to take the course online and be taught how to become a computer programmer. It's a very intensive program that took up most of my time which I was warned about before taking the class. I think it teaches the fundamentals... Read More of programming using Ruby and Vue JS. I learned a lot in a short period of time. The teacher Brian Rice is great. He explains things and demonstrated the exercise in a way that can be followed. The TA's Mitch, Michael, and Jaime all were very helpful in working on my Capstone project. I would recommend this program to anyone who wants to get started in computer programming. Just know you won't have much of a life until the course is over.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +239785,10505,actualize,WB,False,2018,Good School,2018-05-18,5.0,5.0,5.0,5.0,Super good compared to another BC I did a min-BC for. All bc of the teaching,Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +239775,10505,actualize,Anonymous,True,2018,Game_changer,2018-05-18,5.0,5.0,5.0,5.0,"I chose to go to Actualize because I wanted to get a job as a programmer. My instructor (Peter Jang) was super knowledgable and actually has a background in teaching! I went from knowing nothing about code to being able to build my own working app from... Read More scratch! Everything taught during the course is highly applicable and is taught in a way that is easy to digest. It was also part-time, so I was able to keep working full-time to support myself. I would definitely recommend Actualize to anyone interested in trying to become a programmer. I really believe that programming is the future and this is a great way to break into the field.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +239763,10505,actualize,Dalton B.,False,2018,Great Bootcamp Experience,2018-05-18,4.5,5.0,4.0,0.0,"After finishing my undergraduate degree and moving to the Chicago area, I had a strong desire to get into the tech field. I began researching coding bootcamps in the area and even visited a few, including Actualize. When I came to Actualize for the first... Read More time, it was clear that they were very interested in applicants that actually wanted to find/switch their career as a developer following the bootcamp. Actualize worked well with my schedule and was in-person, which was important to me. The experience was good and I learned the fundamentals of web development, but overall I learned how to code and the skills needed to dive deeper or learn more languages moving forward. I would recommend Actualize to someone who is looking to get their foot into the tech field and has a strong interest in computers/programming/web development. There are so many routes that one can take following the bootcamp and Actualize will make sure you know how to make needed connections in order to (hopefully) find a position following the program. The faculty there really care about the students and are always available to help out with anything.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +239610,10505,actualize,Anonymous,True,2018,Great Experience!,2018-05-18,5.0,5.0,5.0,5.0,"I started looking at bootcamps after deciding to make a career transition, and picked Actualize because the evening schedule would allow me to keep my current job. I had been working with tutorials in a handful of languages for some time, but the instruction... Read More at Actualize outpaced everything I had picked up within a couple of weeks. In addition to the tech itself, the focus on problem-solving, project management, and working with a team have had immediately noticeable effects on my professional life. I'm looking forward to continuing into the apprenticeship program!Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +239584,10505,actualize,Blake S.,False,2018,Learned how to learn,2018-05-18,5.0,5.0,5.0,5.0,"Actualize sets itself apart by not only teaching you valuable coding skills but they show you job hacking techniques, ways to optimize your social profiles, and most importantly you learn how to learn. Through the 15 week process I've learned what I need... Read More to hone my skills on to be a better job candidate.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +239559,10505,actualize,Ahsan Rahim,False,2018,The best bootcamp in Chicago,2018-05-18,4.7,5.0,5.0,4.0,"Started Actualize knowing nothing about coding and very reluctant to go into it. I was a fraid that I wont be able to learn as fast as the others, but our instructor Peter pulled me right through it. He was always there to help me out even if it was even... Read More because i missed a div and would always explain everything to me in full detail.After 12 weeks i am very confident with my skills as a programer.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +239517,10505,actualize,Gregory S. Pressling,False,2018,Actualize - Learn to code - Learn to learn,2018-05-18,5.0,5.0,5.0,5.0,"I have been working in accounting and finance for 6 years and always wanted to learn how to code. I reviewed all of the many options online for both part and full-time courses, and came down to 2, one full time, and Actualize, which is part time. The... Read More fact that this program is part time, and as immersive as it is, is crazy. The amount of skills and concepts I learned within the first month alone were worth the price of admission, but the entire course has given me a very measurable value that I can bring new skills with me to my current role, and now I have the ability to expand outside of what I currently do. Peter Jang is a genius, if you are lucky enough to have him as your instructor, you will gain not only an incredible knowledge base in code, but you will learn from one of the best in the business, and he teaches you/ talks to you as an equal, not as someone above you, which he very much is. I would recommend this course to anyone who wants/ needs to learn how to code, and can't take a full-time program.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +239491,10505,actualize,Kevin M.,False,2018,Excellent Program,2018-05-18,5.0,5.0,5.0,5.0,"Coming to Actualize with very little experience program, I never expected to learn so much in such a short amount of time. I highly recommend Actualize to anyone interested in learning to code.",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +239470,10505,actualize,Anonymous,True,2018,My Experience,2018-05-18,5.0,5.0,5.0,5.0,I had an awesome experience at Actualize. I had a very little experience coming into the Bootcamp. I had a very helpful instructor and help me through the Bootcamp and helped me become a very skilled developer.,Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +238179,10505,actualize,Anonymous,True,2018,Best Value For An Online Bootcamp,2018-04-24,4.3,5.0,4.0,4.0,"I decided on Actualize because I didn't have the money to stop working and I struggled to learn on my own. I think it's one of the only bootcamps that checks off a lot of boxes for people. -More Affordable then most-Night Class time-Live instruction-Career... Read More SupportI enjoyed the instruction and Actualize has given me a great launch pad into my career in web development.If I had to knock on anything, realize it's not a full-time camp. You meet for around 25 hours a week which is still a lot but at a full immersive you'll be doing 40+. I couldn't afford to do that so this worked well for me. With less time to teach us compared to a fulltime camp, I still think they did a great job on getting us the skills we needed.Overall this was a great challenge and I learned a lot. Thank you Actualize!Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +239144,10505,actualize,Maria Escobar,False,2018,One of the best investments I've made in myself and my career change/growth,2018-04-08,5.0,5.0,5.0,0.0,"If you want a learn-to-code experience that massively challenges you while being supportive in just the way you need, then look seriously into Actualize's part-time coding program. I made the decision to enroll in Actualize's intensive 12-week coding... Read More bootcamp and couldn't have asked for a better experience, especially as a rookie coder. Josh was my instructor for the entirety of the 12-week class, and he made the challenging work of learning how to code fun and entertaining. He is definitely one of the few people I've met in my life whose passion for his work is crystal clear in his words and actions. And his ability to explain the often puzzling world of code to someone with absolutely no coding experience is impressive. I found this to be true of all of my interactions with the other instructors, too. I worked full-time while taking the course and while a real challenge - you will essentially eat, breathe and sleep code for the 12 weeks - it wasn't unbearable. If I could go back and do it all over again, I might have gone down to part-time work in order to focus more on what I was learning. However, that didn't stop me from being able to take all I learned from the course and build my first web application. I'm immensely proud of having gone through an intensive coding bootcamp to come out the other side with something to be proud of, and I did that with the great help of Josh and the Actualize team. This is one of the best decisions I've made to learn, challenge and prep myself for an eventual career change.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +239169,10505,actualize,Benjamin,False,2018,The Right Fit,2018-04-06,5.0,5.0,5.0,5.0,"I tried online classes, both free and paid, but found that format was not a right fit for me in learning an entirely new skill. They tend to show you how to do something but not explain why you're doing it. This led to confusion and getting stuck over... Read More and over. So I started looking at bootcamps, for that in-person experience.There are bunch out there, and it's no small commitment, both in terms of time and money. But after a bunch of research (this site included!) I picked Actualize, and couldn't be happier. The number one thing that drew me to them was their Teach first mentality when it comes to the instructors and course layout. Lots of back and forth with the instructors and classmates, not just repetitive assignments with little instruction. The apprenticeship is another totally unique aspect of Actualize. From job hacking to peer programming, Actualize offer something different from the other bootcamps around.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +236590,10505,actualize,Amanda Abraham,False,2018,Great!,2018-04-06,4.7,5.0,5.0,4.0,"My experience at Actualize was overall fantastic. The staff is super friendly. The instructors and TAs are super knowledgeable and incredibly helpful. I will say it is hard to manage with a full time job - so if you are going into this bootcamp with a... Read More fulltime job be ready for a challenge and to really be ready to put in work and be exhausted. On the other side, i can say I do not regret my decision and even with a full time job, i learned a ton and do not regret it.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +236564,10505,actualize,Lara LaPierre,False,2018,From Actor to Software Developer,2018-04-05,5.0,5.0,5.0,5.0,"I am proof that this school is awesome. I came in with close to no previous coding experience, and I built a full stack web application from scratch that I am extremely proud of. This course is tough, and fast, and it will kick you in the pants, but it... Read More works. The teachers, teaching assistants and the CEO of Actualize have heart. They care about their students, and are invested in their success. In addition to a curated curriculum, this is what sets them apart. Thank you!Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +243453,10505,actualize,Cesar,False,2017,Awesome bootcamp,2018-03-30,4.7,5.0,5.0,4.0,l am happy to be part of Actualize It is the best decision in my life. Great TAs and professors,Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +243448,10505,actualize,Nathan,False,2018,Overall Awesome Experience,2018-03-30,4.7,5.0,4.0,5.0,"I looked at a few different bootcamps before choosing Actualize. Ultimately, I chose it because it allowed me to keep my current job while doing this class. Even though it was a lot of work to keep my job and go to bootcamp, I was still able to learn... Read More a ton and it was very rewarding.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +243446,10505,actualize,Matthew Stone,False,2018,Actualize is Actually Amazing,2018-03-30,5.0,5.0,5.0,5.0,"My teacher was Josh Nixon, who besides from being a funny guy, and all around amazing person, also knows everything that there is to know about code. There was never a time that I would ask questions, and not be able to get an accurate, detailed answer... Read More from him. The flow of the course is a bit fast-paced, but with the help of the amazing T.A.'s and Josh, I was able to overcome any difficulty that I had when attending this course.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +243445,10505,actualize,Josh,False,2018,The Perfect Part-time bootcamp,2018-03-30,4.7,5.0,5.0,4.0,Being able to learn at Actualize while also having a day job and/or a life outside of class is an incredible boon. You can learn in a great environment with excellent instructors while not feeling like you can't escape it. After the 12 week course I feel... Read More like I've found my calling and I can't wait to continue to learn in the apprenticeship program.Read Less,Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +242299,10505,actualize,John Dellamore,False,2018,Excellent Preparation for Any Job,2018-02-13,5.0,5.0,5.0,5.0,"When I decided to sign up for Actualize I had two primary concerns: a) Will the skills I learn be outdated in a year? b) Will I actually learn what it takes to start a new career in a more technical field?Actualize was able to qualm these fears by doing... Read More one thing that I believe is the greatest part about Actualize: teaching you how to think like a developer. Now I am a fairly skeptical person so if someone told this to me I would laugh and say thank you for your time. After all, I would never accept such a vague statement about a program that is supposed to teach a technical field. In the spirit of computer science logic, I will provide a few examples to support this claim: a) While the curriculum gave a strong foundation in Ruby, Ruby on Rails, JavaScript, Vue.js, SQL, etc., the course open the floodgates and exposed me to thousands of concepts that I didn’t even know existed. The point here is that, and let’s be real for a second, the most knowledgeable people are the ones that know about (may not be experts in but are familiar with) all the concepts that surround a field. While I may not be an expert in calculating time complexity of various algorithms, I sure know that that is a concept and can tell you why it is very important. Further, while I am not an expert in front-end development, I can tell you that it is very easy to quickly set up a demo and I know where I can turn to do this. The primary take-away here is that I feel that I can speak with an experienced developer and not get completely blown out of the water. b) I finished my Capstone a tad early and Brian (the teacher) suggested I scan the internet and find some additional functionality that could be cool. I started looking around GitHub, reading some documentation, finding some samples of the function and it hit me! I was learning about all these new things I had never heard about and wasn’t really struggling to understand. I feel like that last sentence doesn’t really portray the message here: I READ A DEVELOPER’S DOCUMENTATION AND UNDERSTOOD IT. Further, I implemented it! Whatever your reason is for looking into the world of development and development bootcamps, Actualize can make a massive difference. Actualize taught me that development is not just about computer languages and scary sounding frameworks but is a thought process and a way of learning. I am not concerned that Rails may one day be obsolete, I no longer scrounge the internet looking for an article that will tell me what the most popular language in 3-5 years will be, I no longer worry that the way we look at Web Development today will be completely different in 5 years. Actualize made me excited for these changes and gave me the skills to succeed when everything inevitable changes. I am very excited for my future and can attribute a lot to Actualize (and Brian!).Read Less",Software Engineering,Software Engineering +242301,10505,actualize,Jenn,False,2017,Online Web Development Program,2018-02-12,5.0,5.0,5.0,0.0,"I'm just finishing up the online class portion of my time with Actualize and getting ready to start my apprenticeship with the school and as many before me has said, this really was a life-changing experience that went beyond learning how to become a... Read More software developer.The Classroom Environment:One of the main reasons I chose Actualize is because of the live teaching envrironment. For me, this was key. I have worked with other bootcamps that didn't offer any kind of teaching and a minimal amount of recorded videos, and I truly do not know how I could properly learn software development without an actual teacher. I can wholeheartedly say that a full program without actual instruction doesn't even compare to a day of online classroom experience with Actualize. Additionally, our class might have been spread throughout the country, but we were still able to become a close-knit group and everyday I looked forward to meeting and working with all of them.Instruction: Our class had Brian as an instructor and he was beyond awesome. He always came to class prepared, full of information, an ability to constantly answer questions that were thrown at him, and patience for when we struggled. I've had college professors that couldn't offer this level of professionalism and assistance. He was also able to make what could be a dry subject one that was interesting and an atmosphere that welcoming, lively and fun.The Education:We covered A LOT in 12 weeks. From Ruby to building an actual app. This isn't a course to half-ass through. You need to be aware that you're learning a lot in a certain amount of time and you HAVE to stay on top of things. Studying outside of class is a must. If you really enjoy programming, this level of work and committment won't be painful and totally worth it. I do, however, wish we had more time to go further in-depth and focus on some of the concepts. Career Assistance:We had days devoted to working on ""career-hacking"" and developing skills to assist with finding work. This included creating a personal website, networking, blogging, and even white-boarding. All of which were helpful. We're going to continue focusing on career development during our apprenticeship too, which I'm looking forward to. We are about to head into the apprenticeship portion of our time with Actualize and although I can't review it yet, it sounds like a further extension of our learning experience, but with the ability to put everything we have learned into actual hands-on experience. Last, If you're willing to put in the time and effort, Actualize gives you the information and skills you need to become a full-stack developer. I completely recommend this program.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +242296,10505,actualize,Alexander Koval,False,2017,Excellent Experience,2018-02-11,5.0,5.0,5.0,5.0,"Doing the Actualize Coding bootcamp was one of the most rewarding experiences of my adult life. If I could go back, 100/100 times I would choose to do it again, even if a career as a developer were to never end up panning out. Over the course of the last... Read More 3 months, I learned a great deal about myself, my ability to grapple with and ultimately learn varied new subjects, and the factors that help me boost my productivity. Of course, as you might expect, I also learned a tremendous deal about web development. A bit of background about myself: I had some previous knowledge of HTML, CSS, and JavaScript before going into the program, as well as a few years of experience in the general tech field. Originally, I had tried to teach myself web development, but had only gotten so far. I found that my primary hold-up was the time lost researching the next step and getting the fundamentals of web architecture down (web requests, APIs, communication between front-end and back-end technology, etc.). Because of this, after having spent a year trying to teach myself web dev, I could only really construct attractive static pages with minimal JS interactivity.Actualize changed that for me. After learning more about the technologies defined above, I am now able to craft a fully-fledged web application that can pull in dynamic database data or data from external sources by making API calls. That leap in knowledge cannot be underestimated. I also feel that, although I would not be considered an expert in any languages or frameworks, I now possess the skills to learn other languages and frameworks. In other words, I have learned a great deal about the fundamentals that permeate the field in general, despite knowing the absolute specifics. That knowledge is enough to get me the rest of the way.I really cannot say enough good things about this program. From the course curriculum to the structured classes, you can tell that everyone involved in this program legitimately cares about the students. The CEO of Actualize actually interfaced with us a few times throughout the course, and was present when we all presented our final capstone projects. He also provided helpful job placement advice and expertise, and it is clear that the man does his research on topics that will help you get placed. That investment and presence from someone as busy and accomplished as Jay Wengrow really meant a lot to me and made it clear that Actualize was not just in it for the money or to kick students to the curb as soon as they graduated. In fact, an optional 17-month internship helps develop skills and build portfolio pieces even after the course has finished.The quality of care does not stop there; it flows from the top down. The main instructor for our class, Brian Rice, was truly excellent. He never let us sleep on our exercises or on our faith in ourselves. He was bluntly honest about the sort of trials and tribulations we would experience as fledgling developers, and was there to help push us past those feelings of uncertainty to achieve greater levels of learning. He never held our hand or fed us answers, but was there to provide support if we felt like we were drowning in code or concepts. He expected a great amount from us, but we often rose to meet his expectations, surprising even ourselves. He was incredibly approachable and available, and he and the TAs really made an effort to assist students in their journey through the course. Brian was also able to explain complex topics in relatable ways and help us break down daunting errors bit by bit. Finally, he listened to student feedback and shifted the course accordingly, which really indicated a desire on his part to learn, grow, and meet the students’ needs.The topics covered spanned a large part of the field of web dev, and seemed to be in alignment with the important topics I’ve researched on my own. We started from the basics of command line, HTML, CSS, and basic JavaScript, eventually moving our way up to RESTful architecture, Rails backend API calls, Relational Database structure, SQL queries, Git commands, and modern JavaScript frameworks (VueJS in our instance).By the end of the course, our capstone projects had us building apps using a frontend Framework (VueJS), a backend framework (Rails), a database (Postgres), and (in my case) several API requests and Javascript plugins. This is something that would have taken me a long time to achieve on my own path of self-learning.All in all, I am incredibly grateful for the experience. It is not something to take lightly. It will tax you, exhaust you, and challenge you in ways you’ve never been challenged. But if you’re up to the task and want to learn a great deal about this field, then I can’t imagine a better program than Actualize for doing so.That said, do I feel as though I could step into a dev job right away and be successful? I’m not sure. I know MUCH more than I did, but there is also an infinite amount of knowledge to know. The instructors at Actualize utilize every second of class time moving you toward the goal of becoming a full stack developer, but there are so many things that 3 months cannot cover, no matter how rigorous. However, a few more weeks of independent study learning more about computer science topics, sound software design principles, the nuances of certain languages, and the finer workings of the DOM should get me to where I need to be.Regardless, I am forever grateful to Actualize for providing the experience and look forward to a future career in the field of web development.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +242295,10505,actualize,Raul Roman,False,2017,Actualize has such a great environment for their online live course,2018-02-11,4.3,5.0,5.0,3.0,"Great curriculum and we moved at a good pace learning everything. The instructor Brian did such a good job helping you understand how to solve problems rather then just giving you a simple answer to move past it. The TA's were great as well helping out... Read More as much as they could with our large online cohort. For anyone who is looking for an in class kind of setting with out having to meet at a central location this is the best option in my opinion. Classmates were super cool and we offered help to each other often. You can tell the company has ""growth mindset"" for their students at all times....thanksRead Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +242294,10505,actualize,Deleyla Roya,False,2017,Great Program for Working Adults and People with Families,2018-02-11,3.3,4.0,4.0,2.0,"I was introduced to Actualize through the Women Who Code monthly newsletter. They were offering a diversity scholarship, and as a single mom and someone who had been interested in pursuing Software Engineering but did not have the funds to do so, I reached... Read More out and applied. The application process and interview were organized and thorough which gave me the sense that the program would be similar. I received the partial scholarship and Actualize worked with me so that I could pay off the remainder on a monthly basis so as to not break the bank before the classes begun.The prep work in the month leading up to the course prepared me well for the first month of class. I was apprehensive about what the online environment would look like and whether it would be as structured as the in person environment that I had grown accustomed to in college. Utilizing Zoom software, it ended up being just like you were in class, except you could take class from the comfort of your own home and in your own pajamas.Brian, our instructor, had a few rules. 1) Be on time - class started promptly at 6 pm CST. There are no exceptions to this, so if you take this course you need to make sure that you coodinate your schedule so that you can be on time and ready for class. I definitely had to do some work as my normal workday went until 5:30 pm CST - there were a few days where because of the weather and traffic I would have to leave work as much as two hours before class just to make sure I could get to class on time. 2) Try - there were a lot of situations where I hit a mental wall and wanted to be rescued. In those cases, I needed to take a break and look through my material and retrace my steps and once I did all of that, if I still couldn't find the answer, then and only then could I ask for help. This sounds harsh but it prepares you for what it will be like in the work environment. Overall, I feel like I learned a lot from the course and I feel that it gave me a solid foundation from which to go forward and build upon. In terms of what I would change - I definitely feel like there needs to be far more of ""I do, We do, You do"" instructional process. Often times, Brian would demo what we were about to do and then tell us to go do it, without supplemental documents. Then he would demo and at that point, I could do the work along with him to figure out where I went wrong. It would be more helpful, in my opinion, if he demoed first, then did the exercise with us and then gave us a similar exercise to practice on our own to reiterate what we just learned with supplemental documents to refer to along the way. Additionally, more supplemental documents- just like a textbook for a college course, it would be nice if we had documents that reemphasized our tutorials that we could refer to over time until we master the processes. I recommend this program highly. In terms of cost and content, this is a program that's overall value beats out most of the rest. Best of luck to you!Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +242293,10505,actualize,Terrance,False,2018,Actualize Online-Live Bootcamp -- Just Do It!,2018-02-11,4.7,5.0,4.0,5.0,"The Actualize Online-Live Bootcamp has been one of the best decisions I've made in a professional career. This bootcamp provided me the foundational skill and ability to code, de-bug and question with confidence.If you're considering a career change or... Read More simply looking to develop an in-demand and marketable skill, Actualize is for you!Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +242227,10505,actualize,Cheryl Dillard,False,2017,Amazing Experience!,2018-02-08,5.0,5.0,5.0,5.0,"From start to finish, this 12-week part-time bootcamp was amazing. Loved the cirriculum structure and the fact that it was taught by educated teachers, not just programmers, which helped the learning process go a lot smoother, especially for those like... Read More me with no prior coding experience. Another plus and unique feature of the Actualize program is the offering of the apprenticeship. A truly unique addition to what was learned in the bootcamp portion. Here, we focus on the ‘teamwork’ structure as would be in real-world working environment. Having our teams work on real projects and also spending time focusing on job hacking skills and technical interview techniques. An extremely well rounded program that dies not leave you ‘hanging’ at the end of the program. They are truly invested in helping you succeed and securing great placement.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +242031,10505,actualize,Cole Challand,False,2017,Excellent Insctructor,2018-01-28,5.0,5.0,5.0,5.0,"After spending a couple years in college, I found that the traditional way of learning material wasn't the best the fit for me. I was two years away from graduating in electrical engineering and minor in computer programming. That's when I decided to... Read More make a switch to full time computer programming, figure out if I was wanted to spend 3-4 more years in college or to join an accelerated program that will teach me the tools to become successful in this career. Actualize was the first one on the list to check out and see if this was the place to do that. After seeing the place and going through the interview progress, I decide yes this is the place. It was a great place for people who had no programming background and people who had some background too. My bootcamp class size was 15 students, which I felt was the perfect size. The class wasn't big enough where it was impossible to get help from the instructor or the TA's nor to small where you felt secluded from learning this new material. After going through this bootcamp, I would recommend this bootcamp to anyone who is looking to get into web development.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +241916,10505,actualize,Anonymous,True,2017,Solid program,2018-01-28,5.0,5.0,5.0,0.0,"I took an AP computer science class back in high school and then an introductory programming class in community college but I never looked into coding as a career. I attempted every coding resource possible from Code Academy, FreeCodeCamp, Udacity, EDX... Read More and Udemy. Ultimately I knew that the only way that I would obtain the required skills for a junior web developer role would be to attend a bootcamp.I definitely enjoyed the overall course. It's a very different experience to share the same frustrations with your peer classmates. The ciriculum is full-stack and covers Ruby on Rails, Javascript, Vue.js, CSS and HTML. Full disclosure: I just completed the first half of the program and currently do not have a job in the tech industry at this time. I have met plenty of past graduates from the program who are in developer or engineering roles. If you are attempting to compare coding bootcamps I suggest that you go to LinkedIn and then search for the name of the coding bootcamp that you are interested in attending. When I looked up Actualize I found dozens and dozens of profiles who were employed as software engineers or software developers.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +242029,10505,actualize,Tyler Damme,False,2018,A great experience!,2018-01-28,5.0,5.0,5.0,5.0,"My bootcamp experience was awesome. The class sizes are perfect, and you get the sense that the teachers genuinely care about the success of the students. The one month pre-work (at home) was a good introduction to the material, and you really hit the... Read More ground running once the night classes begin. The environment was friendly, and the exercises were challenging, and pushed me to become a better developer.One of the more overlooked aspects of bootcamps is ""job hacking"" and I think this is really what sets Actualize apart. We took time every week to talk about how to get a job, and how to prepare for interviews. They had exercises in class that made us get over our fears of reaching out and meeting people in the industry. Having just presented my final project, I can honestly say I'd recommend this experience to anyone looking to start a bootcamp. Regardless of your level going in, you're going to get a lot out of this class!Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +242027,10505,actualize,Paul,False,2017,Great intro course for people getting into development,2018-01-28,4.3,5.0,4.0,4.0,"There's a lot of noise in the Chicago bootcamp world right now, so when I went to look for a good one that fit my schedule, I had to take a really critical position on most. I'd had a friend go through a dev bootcamp horror story, where she got dropped... Read More into a class with a first time teacher, no real support, and was basically told to figure it out herself. The reason I chose Actualize is because all of their instructors have real world teaching experience, and I couldn't be happier with the results: they are dedicated to making sure their students understand what is going on, and will stick with you until you do. I seriously recommend this course to anyone trying pick up coding.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +242028,10505,actualize,John Long,False,2018,Look No Further,2018-01-28,5.0,5.0,5.0,5.0,"I couldn't say enough good things about the program and more importantly the people here. The instructors at Actualize are educators first, programmers second which makes a big difference in the learning process. I feel confident in the skills I've gained... Read More from the bootcamp (Ruby, Rails, JavaScript, HTML/CSS, etc) and I'm looking forward to applying my knowledge on the road ahead. One of the things I love about Actualize is the immediate feeling you get that the educators here are looking out for you, the student, and will guide you until you reach the goal set for yourself. The bootcamp environment quickly becomes a second home and the atmosphere is wonderful.Don't hesitate to get in contact with Actualize, all of the people here are super down to earth. Suffice to say this bootcamp has exceeded my expectations and is well worth the cost!Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +242026,10505,actualize,Rob,False,2017,Actualize is awesome!,2018-01-28,5.0,5.0,5.0,5.0,"I really enjoyed my time at Actualize bootcamp! It was perfect because the classes were at nights on weekdays and all day Sunday. In this bootcamp compared to others, there was deep instruction before learning a new topic, and then we could work on the... Read More exercises. All of the teachers are fantastic, especially the professor I had named Peter Jang. He was always there for us and was so knowledgable, he could de bug our code in a matter of seconds if we got stuck while also explaining how we can do it better next time. Most of the other bootcamps have you work all day every day, give you random exercises and throw you to the wolves, Actualize is so much better than that!!!Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +241714,10505,actualize,Elia Torres,False,2017,Awesome!,2018-01-15,5.0,5.0,0.0,0.0,If I have to describe my experience with Actualize this would be it! Just Awesome! I had never written a line of code coming into this course and was skeptic that it was something I could learn so easily. I went to one meet-up that the CEO Jay Wengrow... Read More had and I was convinced I could learn. I was enrolled a week later. This class was VERY fast paced but I expected that since it was a bootcamp. My instructor was Josh Nixon and there is honestly not one bad thing I could say about him. He is very knowledgeable and will always have an answer for you if he doesn't at that moment he will by the end of the class. He takes the time to make sure you are understanding and that you are keeping up with the rest of the class. The teachers assistants were just all around knowledgeable and friendly. My classmates were awesome! I seriously didn't expect to go in there meeting such a nice group of people. We had a very diverse group and learned a lot from one another since we spent so much time with eachother. I'm so glad that I went with actualize and not any other bootcamp. My experience was all in all A+ and I would not change anything about it.Read Less,Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +241624,10505,actualize,Anonymous,True,2017,Perfect for anyone who wants to learn how to code without quitting their day job,2018-01-12,4.3,4.0,4.0,5.0,"I thought I made a good decision in joining the online bootcamp as I have learned a lot about web development in the comfort of my room in just 3 months (and that was only for 21 hours a week) without quitting my day job. Dani was my instructor and she... Read More was great in explaining concepts that were hard to grasp at first. She was also patient and understanding with her students - which is what you exactly need when you just worked 8 hours during the day. I have talked to friends who went to other bootcamps and I would say that the instruction is the same. The only difference is that you have a shorter amount of time to solve a problem on your own or with a pair, which usually takes up 70% of the day in other bootcamps. If you don't care much about that and value high quality instruction, then consider Actualize.I am also satisfied about the job support as Jay, our CEO, is very involved in each student's job-hunt journey. You can reach out to him anytime if you have any question about your job interview or if you feel like you need guidance about your career.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +241611,10505,actualize,Jesus Santizo,False,2017,Great Experience!,2018-01-12,5.0,5.0,5.0,5.0,"The program was a great experience. I really enjoyed going to class and learning something new. The instructor was real awesome (Josh). He was very knowledgeable on each subject and made it fun as much as possible. Had so many great laughs while learning.... Read More The TA's very awesome as well. Everyone was friendly and tried to help you out as much as possible so they can help you succeed in the course. I had very little experience when it came to coding but after this program, I feel confident in my skills to create a web app. If you are looking for a place to start your web development career then go with Actualize. It is worth the investment. Great environment, great people, and a great experience.Read Less",Software Engineering,Software Engineering +239460,10505,actualize,Andrew Stein,False,2017,Wow!,2018-01-10,5.0,5.0,5.0,5.0,"From 0 to hero! I knew nothing about coding going into this place and I was definitely nervous. I can guarantee you that you will succeed and achieve more than you ever thought you could have if you put in the time and effort to make it happen. There... Read More is a lot of information to be learned and with their friendly and easy going environment, you can learn all of it and more if you do your part. Highly Recommend!!Read Less",,Unknown +241070,10505,actualize,Omar,False,2017,Successful Career Change!,2017-12-24,5.0,5.0,5.0,5.0,"I was in the midst of a medical career that had nothing to do with coding. My only experience with coding prior to Actualize was trying out a few online tutorials. Like anyone who has ever considered a career change, I wanted to make sure I was making... Read More the right decision. Sure, there were other bootcamps to choose from, but Actualize set itself apart with some major perks. There was an emphasis on keeping the teaching level at a high quality. The instructors had degrees and professional experience in software engineering AND teaching. My instructor, Peter Jang, kept the environment fun and relaxed, and was great at explaining difficult concepts in ways that students could easily understand. The instructor, the TAs, and even the CEO, were always ready to assist if any student needed it. With a small class size of 17, one-on-one interaction with an instructor or TA was easily accessible. Upon completing the bootcamp, students are not just kicked to the curb to fend for themselves. Actualize gives an amazing opportunity to enter into The Difference Engine, an apprenticeship that allows students to create apps for actual clients. It is very similar to a junior engineer role, and it prepared me immensely for my first engineering job, which I landed at the conclusion of the apprenticeship. The career advisor at Actualize did a great job at providing connections to companies in the area that often led to many onsite interviews. At Actualize, I got more than just an exciting new job as a software engineer. I also made several friends who are now following a similar journey starting their coding careers. I now have a network of people I can reach out to at anytime. I also gained the skills to persevere through any new challenge. If you want to switch careers into a well-paying field and have a memorable experience, Actualize is the best program for it!Read Less",,Unknown +241022,10505,actualize,Luke Chirayil,False,2017,Great School,2017-12-22,5.0,5.0,5.0,5.0,"Bootcamp is great. Instructors are very helpful and are willing to help students. The CEO also really cares about the business and the students within it. He definitley goes the extra mile to help students as much as he can. Quality education and touches... Read More on a lot of subjects that help students dive right in to the web development world. Coming in with previous development experience, Actualize helped solidify my knowledge and made me a much more confident programmer. I actually scored a job a couple weeks after graduation and I probably wouldn't have landed the job without the skills and confidence that I had received from Actualize.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +241656,10505,actualize,Bona Lee,False,2017,Everything I could've asked for and more,2017-12-20,5.0,5.0,5.0,5.0,"This truly is an amazing program. Starting with the pre-work, the instructors go in-depth and are able to explain the fundamentals of coding. During the in-class course, the instructors are able to walk us through the lesson topics and help us understand... Read More it. There was also a section where the instructors, and Jay (the CEO/ founder) came in to help us improve our resume, expand our network, spruce up our LinkedIn profile, along with many other things.Personally, the instructors at Actualize are what made Actualize the best decision I have made in a long time. They really do care with how you do before, during, and after the course. I even had a few ""Touch Base"" e-mails just to see how I was doing. They invest so much in all of their students, which makes the experience much more personable and unique to an individual. Which was everything I could have asked for and more in a coding bootcamp.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +237716,10505,actualize,spencer,False,2017,two thumbs up,2017-12-12,4.7,5.0,5.0,4.0,"Great Instructors, well-rounded curriculum, and solid job assistance. I thoroughly enjoyed my time at Actualize. With any bootcamp the more you effort you put in, the more you'll get out of it. That being said, the instructors at Actualize are very helpful... Read More and supportive and have a wealth of resources to share. It took me several months after graduation to land my first coding job but I ultimately ended up getting a job that their in-house recruiter sent my way.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +240444,10505,actualize,Ari,False,2017,That's the way to teach!,2017-12-11,5.0,5.0,5.0,5.0,"A number of my fellow students commented that in all of their previous years of schooling, nothing was taught as well as this course. We had a great balance of instruction and exercises to immediately implement what we learned. As we worked alone or pair-programmed,... Read More two very dedicated TA’s were walking around, not to spoonfeed, but to help us figure out where we were getting stuck and why. I also took them up on their offer to shoot questions at them outside of class time. The cohesive environment made the night time hours more doable, and even enjoyable. The beginning of the course was Ruby-heavy, so it WAS a bit of a shocker when Peter (lead instructor) told us a few weeks in, “By the way, your first job probably isn’t even going to be in Ruby.” However, I was told by people in the field that it’s not necessarily the language that is attractive to employers, but the fact that you went through a serious, rigorous program and was able to pick up new skills quickly. They turned out to be right. Last summer I was hired for a remote role in a growing company, and I’m working in Angular 2 and Ionic, both of which I didn’t touch in the bootcamp. Actualize’s curriculum has been tweaked since I graduated, so the staff is clearly trying to prepare the students for industry trends. Taylor Dorsett, the school’s “job-guy,” was very active in helping us make connections and even set me up with a few interviews. ""How do you land a job out of bootcamp when even JR. dev positions prefer experience?"" What sets Actualize apart is the built-in Apprenticeship that follows the course. I had multiple interviews where developers were both impressed and envious when I described the real-world agile development and real interaction with clients that we had before seeking that 1st job.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +237690,10505,actualize,Anonymous,True,2017,Best of Both Worlds,2017-12-10,5.0,5.0,5.0,5.0,"I recently attended the Actualize live online bootcamp and it was totally worth it. I was hesitant about an online program at first, but soon realized that it had the best of both worlds - the accountability and mentorship of an in-person program and... Read More the convenience of an online program. The classes are 6pm to 930pm Monday through Thursday and 9am to 5pm on Sunday. They are strict on attendance. Actualize uses zoom video conferencing for every class and you're expected to share your screen during exercises (for immediate feedback/guidance). The classes are a combination of lectures/demos/exercises. The exercises are great for reinforcing the material and the program doesn't rely heavily on pair programming like other bootcamps. Since the program is limited to 10 students/cohort, the instructor is always easily accessible. You also have access class recordings, which really helps.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +240275,10505,actualize,Myles Woerner,False,2017,Excellent Instruction,2017-12-04,4.7,5.0,5.0,4.0,"Like many bootcamp graduates, I began my coding journey in the world of online learning (via Codecademy and Treehouse), and was immediately hooked. While these online resources proved to be excellent introductions into the world of software and web development,... Read More and served to affirm my interest in potentially pursuing my new passion as a career, their medium was inherently limiting. I realized after a short while of online tutorials that I would have to look more seriously into a comprehensive learning platform that would provide the tools for me to become a developer. After an extensive search and application process to many “bootcamps” throughout the US, I decided to attend Actualize, and couldn’t be happier with my decision. What sets Actualize apart is their commitment to teaching excellence, and, as a corollary, the curriculum that emphasizes deep conceptual learning of web development topics. While many bootcamps promote their teaching, Actualize sets the standard in pedagogy with its instructors, all of whom have backgrounds in both education and computer science. The instructors are, accordingly, excellent: Peter Jang made learning web development engaging and fun, and his teaching style provided clarity and insight on difficult concepts and topics. The curriculum, which comprehensively covers and introduces an invaluable set of topics- data structures and algorithms, APIs, databases, web frameworks, authentication and authorization, to name a few- prepared me extremely well for my new career as developer. If you have made the decision to attend a bootcamp and understand what it takes to become a successful developer, then I recommend Actualize without hesitation.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +240218,10505,actualize,Emily,False,2017,Great Experience!,2017-12-04,5.0,5.0,5.0,5.0,"Actualize was a positive experience for me! I had been coding on my own for a few years but needed the accountability of a formal classroom commitment to get become a marketable developer. Actualize helped me develop skills for the job market and also... Read More gave advice about how to job search. I really enjoyed the instruction and found the advice helpful.Word to the wise: taking the course is not enough in and of itself, even though the material is sound. You must be networking and continuing to learn after you graduate. Ask specific questions about the networking strategies associated with the program and be sure that you are as committed to your search as you are to your studies. Finding that first dev job isn’t easy but it is extremely rewarding!Actualize helped me make the transition to full time developer work and I will always be grateful!Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +240101,10505,actualize,Natale,False,2017,Great Experience,2017-11-30,4.7,5.0,5.0,4.0,"I truly enjoyed my experience going through the Actualize boot camp in Chicago. The instructors really do want everyone to succeed and are willing to work with students outside of class time to get everyone up to speed. Its a lot of material in a short... Read More time span, but it is presented clearly and broken down in a way that is easy to digest! I would definitely recommend the course to someone who is interested in changing fields but doesn't have the flexibility to quit their current job yet. Actualize made it possible to move my career in a positive direction without having to forfeit my paycheck in the process.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +240097,10505,actualize,Melissa Gonzalez,False,2017,Great Experience Overall,2017-11-30,5.0,5.0,5.0,5.0,"Great curriculum and instructors! I really enjoyed my experience, and have been able to successfully switch careers in less than 6 months.I had been considering doing a coding bootcamp for about a year, but had never pulled the trigger because it seemed... Read More like such a large and overwhelming decision. I decided to take the plunge with Actualize because it was a part-time program, so I was able to keep my job while taking the course in the evenings. I also liked that they placed a strong emphasis on hiring instructors and TAs with a teaching background, so I wasn't worried about not being able to understand the concepts. The instructor (Peter) taught the course in a very easy to digest manner, and each new concept built on what we'd learned previously. He also took the time to meet with students before class if they needed extra help understanding the concepts we learned in class. By the end of the program, I was able to build a fully-functioning web app, read and understand code that others have written, and apply my knowledge to learn new concepts with ease. There was also a ""job-hacking"" portion of the curriculum in which we learned how to network our way into a job offer. Additionally, we had a career advisor, Taylor, who was available to answer any job-related questions we had. With his help (and the help of all the job-hacking skills Jay taught us), I was able to secure a job offer about a month after finishing the program. I highly recommend Actualize to anyone interested in switching to a career in software development!Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +240086,10505,actualize,Adam Goldwater,False,2017,Great program,2017-11-29,5.0,5.0,5.0,5.0,"I started to play with coding a little bit a few years back, and about 6 months ago I had a moment of inspiration to jump into it full time. After researching every bootcamp in Chicago, I determined Actualize was the right choice for me.WOW sooooooooo... Read More much information to learn to get started in this field, so so much information and yet Josh taught it to us in such a way that I was able to retain it, and reimplement everything when I needed to. I highly recommend anyone to at a minimum come and check it out and meet everyone so you can get a good feel for if this is the right school for you.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +240070,10505,actualize,Aron P Lowe,False,2017,A Real Life Game Changer,2017-11-29,4.7,5.0,5.0,4.0,"For various reasons, I found myself wanting to learn how to code. I picked actualize because it was the only in-class part time program available - but that certainly wasn't the reason I stayed. Actualize is different from the other schools offered in... Read More Chicago because their focus is on delivery and not just content. What do I mean by that? Actualize hires teachers first and developers second. This is a HUGE benefit over other schools whose students, who I've personally interacted with while Actualize was located in 1871, find themselves self stumped and frustrated, not because they don't have the capacity to learn, but because their instructors had no formal teaching experience. Learning to code from a ""developer first, teacher second"" is near impossible - Don't believe me? Ask a software developer at your workplace, or a friend, to show you what they do and explain it. It'll be like going to a cocktail where you just shake your head but don't understand what the stranger across from you is actually saying. My experience of going through Actualize was transformational and in a lot of ways, disruptive - the good kind. I was able to test myself by gaining new skills which has opened up more opportunities in life. Everyone in my class was there for a different reason, but we were all in it together. We had a university professor taking the class as research for a genetic engineering thesis, an insurance salesperson looking for a more rewarding career, and myself, who didn't really have an end goal in mind- I just wanted to learn to code and build cool stuff.So great; the class is awesome, but it's a huge time and money commitment. Did it pay off? If you do into this chasing dollars signs, great - just make sure you enjoy the work first and take an online tutorial. While software developers can make a lot of money, junior developers only do okay and depending on your current salary, you could even see yourself taking a short term pay cut. It's the second job, as a mid-level where you break into 6 figures. The case with me? I didn't pursue full time development work, but I got a new job that I wasn't qualified for pre-actualize, received a 19% raise, paid the class off in 6 months, code a bit for work, and code more for myself after work. That being said, I would refrain from comparison when making this type of commitment because it's really for yourself and what you enjoy doing. I had a classmate who didn't have a college degree and is now a full-time developer with significant quality of life upside, and I had a classmate or two who may never code for a career and potentially taking the class was a mistake. Actualize does a good job of trying to only take dedicated students, but at the end of the day, it's on you and your desire learn and grow. If you have questions or are curious, Linkedin message an alumni and grab a quick coffee.Well that was a long spiel, but I can't end a review of actualize without a big shoutout and thank you to Peter Jang (Instructor) and Jay Wengrow (CEO) for the opportunity to better myself. They continue to support me even after graduation and the whole cohort/program really feels like a family and the network is only growing.Read Less",,Unknown +239809,10505,actualize,Anonymous,True,2017,Great experience and learning environment,2017-11-20,4.7,5.0,5.0,4.0,"I don't have any complaints with Actualize. Josh(teacher) was very clear on the subjects he taught. The curriculum itself was very organized and progressed smoothly. The whole class got along, and the environment was friendly and challenging. If you every... Read More need help out of class, you can come in up to 2 hours earlier and instructors will typically be there to help.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +237204,10505,actualize,Jaron,False,2017,A challenging and rewarding experience,2017-11-19,5.0,5.0,5.0,5.0,"You will learn a lot of Ruby on Rails & PostgreSQL, you will learn some Javascript, (a javascript framework, we learned VueJS), CSS/SCSS and HTML.Understand that you will finish as a well-rounded entry-level web developer. You get what you put into this... Read More course, if you do the daily problems, if you do the exercises and troubleshoot them after class you will be a much better coder for it. Try not to balance this class with too much personal life, I have very limited time between class and work and this made it difficult to do daily problems and troubleshooting exercises and I feel I would have been much better off if I had more flexibility with time.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +239018,10505,actualize,Jasmine Liu,False,2017,Actualize Online: best online coding experience you're ever gonna find.,2017-10-22,5.0,5.0,5.0,5.0,"Before any of this coding business happened in my life, I was not a tech-savvy person, much less a coder. I graduated from college with a degree in Business Management and had a huge passion for interior design. I was the least expected person out of... Read More my circle of friends to become a programmer because let's face it - it's a skillset I never touched upon and rumor has it if you didn't come out of college with a degree in computer science, you'll never be good enough to compete.That all changed when I learned about Actualize. I took a ride with my sister to Chicago from Des Moines, Iowa to an info session on design/coding bootcamps located in Chicago's 1871. There were four bootcamps that presented at the time: Evolve, Designation, Fullstack, and Anyone Can Learn To Code (Actualize). This was the link: https://public.1871.com/event/E617103747. My first impressions were so:Evolve Security: Cyber security seemed a bit out of my league from where I stand in coding (which is ground zero) so I ruled out Evolve. Designation: My sister attended Designation and there were hopes I could too, but seeing that they focused more on just UX design and no code, I crossed it off my list.Fullstack Academy: From a first impression, Fullstack coding bootcamp is full time and very intensive. They have strict guidelines and tests you must pass, and having just come out of college, I didn't want to learn in an environment where I'm all about the test score. Actualize (Anyone Can Learn To Code): Then there was Actualize. Jay Wengrow, the founder, gave a speech about how the company truly believes anyone can learn to code, and that it's just a matter of how hard you're willing to try and persist. Jay goes on to explaining that unlike other coding bootcamps, Actualize is a mentorship where instructors with excellent educational and coding background guide you along and there is an optional apprenticeship experience. Not only did Jay seem passionate about the bootcamp, but he also believes in his students. Diving into coding unknown is horrifying, but that all changes when someone walks you through each step of the way. So I decided that Actualize was for me. Jay gave some of us a tour of the classrooms and students in apprenticeship, and on that same day, I had an interview with Nick the admissions counselor, which consisted mostly of getting to know more about me and whether I'd be a good fit for the cohort (it's not intimidating don't worry). It really stuck with me how much Actualize really cares about the peers their students work with.Fast-Forward: I went back to Iowa, and was accepted at Actualize; however as much as I wanted to attend the program, I learned that certain circumstances prevented me from attending Actualize in person. Jay and Peter still kept in touch with me in case my situation changes, but at that point the future was hard to tell. One day, Jay reached out to me and said they were opening their very first online course, exactly like the in-class, but live online. I was thrilled! This changed everything. I could actually learn coding through Actualize in the comfort of my own home. I grabbed the opportunity and started class June 2017. FF x2: I graduated as part of the very first Actualize Online cohort and simply put: I can code now. I can legitimately say that I am a web developer who knows the fundamentals of coding and how to make apps from scratch, and I can apply my skills anywhere, be it learning Python, or a new Javascript framework like React. I can say to an interviewer at a job that I've worked in a peer-programming environment and I know all about git. I can also put on my resume that I know how to work with apps using postgresql database and integrating APIs using jbuilder. But most importantly, I can say to anyone who questions our curriculum why we start out with Ruby and not Javascript, or why Vue and not React, that it is through these specific language and framework I managed to build a solid understanding in fundamental coding, and I am now a ball of clay, ready to be moulded. That, I think, is the true purpose of taking coding bootcamps in general. We also reached out to connections on our job hunted and I had coffee with two developers, one of them being a lead senior dev.I will be starting apprenticeship in a week or so, and hopefully afterwards I can give you an update on how that goes and job hunt as well.The coding world is always changing, and it's changing fast. Actualize has taught me that I came out this bootcamp knowing I can learn anything as long as I persist and work hard. It's not a bootcamp where you focus on the most popular language or framework; it's a practical one that handpicked the language and framework that is easiest to understand and build a solid foundation in. It is giving you the key to unlock the door to many more skills to come. I highly recommend Actualize if you have no background in coding or computer science and would like to pursuit a career in it.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +238945,10505,actualize,Zeke Bergida,False,2017,Actualize Online,2017-10-22,4.7,5.0,5.0,4.0,"I am a graduate of the first online cohort at Actualize. What's unique about their online course is that it is actually live. I had the full live experience from the comfort of my home (read garage), complete with pair programing and team collaboration.... Read More The tech team had it all running smoothly with screen sharing and video all seemlesly recreating the in-classroom experience.One reason I chose Actualize was because their instuctors, besides being experienced engineers, are also experienced teachers. My instructor Brian was great. He understood what the students were confused about and really knew how to explain things. He also pushed us to debug our code on our own and discover thing ourselves which is half of what being a developer is.Overall my experience was great and anyone looking for a real live class with quality instruction but doesn't want to spend an hour and a half traveling downtown in name-your-city. should certainly check out Actualize.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +238027,10505,actualize,Anonymous,True,2017,Absolute Best Educational Experience EVER,2017-09-19,5.0,5.0,5.0,5.0,"Actualize is an incredible education experience. Starting from pre-work, the instructors were incredibly helpful and gave us tremendous support in getting through the first four weeks, which are all home-based. We watched short, instructional (and funny)... Read More videos that taught us the fundamentals of programming, and completed exercises, and were graded on our work. Class was an enjoyable experience; it was a pleasure getting to know my fellow classmates and we became like a close-knit family. The instructor would teach a concept, demo it, give us the opportunity to solve an exercise using the information we were just taught, and them immediately go over the exercise so we could see how to properly go about it (and generally he would show us a shortcut, after ensuring we understood why it worked the way it did.)So many other educational experiences teach a lot of theory, then spit out a slew of exercises that students need to slog through, and if you're lucky, the professor will review the correct methodology to go about solving the exercise; more often than not, you are completing the task in an incorrect and/or inefficient manner and no one ever corrects you.The Actualize methodology was really cool to experience and I always left class feeling like I had a good grasp on the subject matter that was taught. It's also part-time so I was able to work during the day and still keep up with classes on nights and Sunday, and there was no mandatory homework either!I feel prepared to pass tech interviews and land a dream job :) If you are debating between which bootcamp to attend, Actualize is definitely a top choice!Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +237988,10505,actualize,Anonymous,True,2017,Actual Review,2017-09-17,5.0,5.0,5.0,5.0,Overall I really enjoyed the Bootcamp and was something to me to look forward to after school. I feel more prepared than I was at the start and feel like I could take on way more with this new experience of life.This has helped me with my coding skills... Read More and giving me abilities that I never thought I would have so soon.Read Less,Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +236919,10505,actualize,Jennifer,False,2016,A great option if you want to keep a full-time job,2017-07-23,4.3,5.0,5.0,3.0,"I spent most of 2016 debating whether or not I should quit my job to pursue a bootcamp. My interest in changing careers was strong, but the financial commitment and the extended loss of full-time income I would have had to undertake held me back for a... Read More long time. I was excited to learn about Actualize in summer 2016 because it allows applicants to keep a M-F day job, since classes are all day Sundays and 6-9:30 M-Th. This schedule allowed me to keep working and pursue development. I started in fall 2016 and finished in late January 2017. Then I started the apprenticeship portion in February 2017 and completed it in June 2017. I had a job offer in development in early June 2017, and I was able to talk about my experience in the apprenticeship during the interview for that job. All in all, Actualize allowed me to develop skills that led me to my new career, without having to go without the security of my full-time job.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +236846,10505,actualize,Karen Liu,False,2016,Actualize Bootcamp was the best experience of my life.,2017-07-21,5.0,5.0,5.0,5.0,"Thanks to Actualize, I'm now a software engineer. And I'm not the only one. Everyone in my cohort who went for a new job got one. And that is pretty much the case in every cohort before and after mine as well.I have so many good things to say about the bootcamp and... Read More the company as a whole, that I don't know where to start. I'll explain my background and how I found/decided on Actualize, and then break my review down into four categories: Instructors, Curriculum, career support, and community.My background:Before attending Actualize, I had a varied educational background. I got my undergraduate in Psychology and was in a masters program for Speech Language Pathology. During grad school, I realized that I wanted to pursue a career in software engineering instead of Speech therapy, and by chance, I heard about programming bootcamps from a friend of a friend. I researched a few different bootcamps that I found on Switchup.org's website and applied to a few of them. The process of applying to Actualize was great - the CEO, Jay Wengrow, interviewed me himself and invited me to tour the space. I observed Josh, one of the two lead instructors, and knew right away that I wanted to attend Actualize (then known as Anyone Can Learn to Code). I went to one of their showcases and talked to the other lead instructor (Peter Jang), their admissions advisor, and some alumni that were there. In my opinion, Actualize had the highest quality education and best value of all the bootcamps I looked at in Chicago.Instructors:The instructors at Actualize bootcamp are the absolute best. I had Peter as an instructor, but also worked a lot with Josh after graduating. They're both really funny and are great teachers. They had teaching experience before Actualize, and are both brilliant coders. Josh regularly stays very late after class to help his students to understand the material because he's highly dedicated to his students' learning. They're both very responsive to messages and make themselves available for office hours.Curriculum:The way the bootcamp is structured is: about one month of online prework, three months of in-class instruction, a showcase where you show your capstone project to potential employers, and at least one month of apprenticeship, as well as white-boarding, lessons on computer-science fundamentals, and job-training. Class takes place in the evenings and on Sunday all day so that you can keep your full-time job, and the apprenticeship is where you work with actual clients to build their apps and websites. NO other bootcamp in Chicago does this. It's what makes Actualize so unique. Your capstone is individual, unlike some other bootcamps which have group capstone projects. Individual capstone projects are awesome because potential employers know that everything in your project was built by you.We learned Ruby on rails, Javascript, AngularJS, git, jquery, HTML/CSS, SQL, API integration, and more. The curriculum is always evolving and improving, though; for example, current cohorts are learning VueJS . We learned how to make apps from scratch and add features to them. And we were constantly reminded to push our apps to github as we developed them, so when I graduated, I already had a large amount of work on github to show employers.Actualize teaches programming fundamentals that can be applied to any language. Many of my classmates and also previous alumni got jobs coding in languages we never used in class, such as Swift and Java. That's because Actualize does an amazing job of preparing you to be an actual developer. You're taught how to get unstuck when you get errors in your code, and you're taught how to learn new technologies on your own. For example, we learned how to read documentation. Career support:And you're not just left on your own after graduation. They have a dedicated career-management director, Taylor Dorsett, who has the #1 most-viewed profile in Chicago; he was one of the best recruiters in the country, so Actualize hired him to ensure that Actualize graduates are able to find jobs right out of bootcamp. After graduation, you'll get weekly trainings from him and Jay Wengrow, the CEO, to learn how to network, ace interviews, do whiteboarding exercises, and pass coding challenges. The value you will get from all of this training is worth the tuition in itself. Actually, the increase in my salary from finding a job in software engineering has already paid for my tuition. Community:I have made friends for life because of the awesome people I met at Actualize. They are now the people I spend the most time with. We grill together, have game nights all the time, and still participate in Actualize events and attend all of the showcases. It's a wonderful community of like-minded people who are all contributing positively to the tech community in Chicago. We attend meetups and continue to learn new technologies, either through our new jobs, or for our side projects. The network that Actualize provides is unbeatable. It not only changed my life, but it's changed my future. I would recommend Actualize to anyone interested in a career in tech. You will not regret it.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +236804,10505,actualize,JC,False,2016,Life Changing Experience,2017-07-13,5.0,5.0,5.0,5.0,"Attending Actualize literally changed my life. I had been stuck in a dead end job for years and was just going through the motions. I was searching for a change and a family member in the tech industry suggested that coding may be something that would... Read More interest me. I took some online courses and found that I really enjoyed it! The only problem was that I could only take myself so far and felt I needed some hands on instruction. My research led me to coding bootcamps but I was discouraged because they were all full-time programs and I was not in a position to quit my job. One day while researching bootcamps I came across Actualize. I was immediately intrigued because I saw it was a part-time camp that would allow me to keep my job. I did have some doubts because I did not know how they could train me to become a web developer in such a short time while only being a part-time program. I decided to push those doubts aside and I went for it. It is one of the best decisions I have ever made. We were given hands on instruction and my teacher was/is awesome. We were given lectures followed by exercises to put in practice what we just learned. I learned so much and if I ever needed help someone from Actualize was always there to help push me along. It was not easy, but the road to success usually isn't an easy one. The staff is so supportive and they were always available to us (even the CEO!). Not only did I have a great experience learning, I also made some life long friends along the way. I would highly recommend Actualize. I now have a great job at a startup and the opportunities to continue learning and growing are endless.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +236709,10505,actualize,Caroline,False,2016,Actualize,2017-07-07,4.7,5.0,4.0,5.0,"Actualize bootcamp was the start of the change of my career. Not only was it perfect for me as I was not in a position to leave my job, but the support and teachers there were undeniably the best I could have asked for. I had been previously to another... Read More part-time bootcamp where the teachers were knowledgeable, but had trouble actually teaching. Not here! All the teachers are former educators who also have a deep breadth of coding knowledge. I can't rave about this enough!Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +236658,10505,actualize,Jamie,False,2015,The Best Career Decision I've Ever Made,2017-07-03,5.0,5.0,5.0,5.0,"I had been tinkering around for months between different online programs. I knew I wanted to become some type of engineer and this program and the people involved have utterly changed my existence. Not only has this school's legitimacy proven to help... Read More me gain my first dream job, but the continuation of our community is now a daily part of my life. I've gone from student to teachers assistant to software engineer to tech lead and I'm currently in control of my own destiny in a way that I've never been able to brag about before. Because of Jay, Peter, and Josh and a handful of others, I've been able to reestablish my future and finally figure out my path. I'm not bullshitting. This was completely life-changing.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +235674,10505,actualize,Derek,False,2016,Perfect bootcamp to take and still work full time,2017-07-01,4.3,5.0,4.0,4.0,I absolutely 100% endorse Actualize and the opportunities they afford potential future programmers.The two things that initially drew me to Acutalize were the fact that I didn't have to quit my regular job and the apprenticeship program.The bootcamp runs... Read More monday thru thursdays 6:00 - 9:30 and Sundays 9-5. This fits in perfectly with my work schedule.Read Less,Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +236645,10505,actualize,Anonymous,True,2015,good experience,2017-06-30,3.7,4.0,4.0,3.0,"I definitely enjoyed my experience and learned a lot. It's a 12 week course, so the early part we covered HTML/CSS but the focus is mostly Ruby on Rails. You cover some additional things like Javascript and Angular although more of just an introduction... Read More to the latter. It can be fairly quick or extremely difficult for graduates to find work after graduation, I've seen both with classmates from my cohort (it seems like there is a lot of luck of the draw, honestly). Since graduating there have been a few different job-placement people who are helpful and informative, but it is hard to develop a relationship when it keeps changing.Read Less",Actualize Coding Bootcamp: Online Live,Miscellaneous and General Tech +236637,10505,actualize,Chris,False,2016,Best career decision I ever made,2017-06-30,5.0,5.0,5.0,5.0,"Attending Actualize was the best career decision I ever made.Prior to the boot camp, I was unhappy with my job and felt stuck. I've always wanted to be a developer, but my coding experience was extremely limited and I wasn't sure I'd have what it takes.... Read More Actualize gave me the technical foundation to successfully pivot into a fulfilling career in development. I'm now working as a developer with a bright future and getting doing what I love. PROS -Attending Actualize means joining a great community. The CEO and instructors are truly invested in the success of the students and there's great camaraderie among fellow students and alumni. Actualize is an ethical company with good people that genuinely want to help people change their lives.The Actualize curriculum is extensive and well designed. My instructor was extremely knowledgeable and enthusiastic.The instructors know how to break the material down into digestible portions.The Apprenticeship program was invaluable. It taught me about work-flow and exposed me to industry best practices. Working on real projects for real clients gave me a portfolio of tangible work to show to potential employers. The techniques taught at the career placement seminars helped me network and cut through the usual red tape to get interviews.CONS -The boot camp isn't easy, you're exposed to a huge volume of material in a short period of time, but that's a boot camp. Nevertheless, you're given every opportunity to succeed.My only regret is not attending sooner.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +236635,10505,actualize,Amy,False,2016,The best decision I've ever made,2017-06-30,5.0,5.0,5.0,5.0,"I had dabbled in web development since I was a kid and enjoyed it, but I always thought that you needed a computer science degree to become a developer. When I heard about coding bootcamps, I was initially skeptical. My main hesitation before deciding... Read More to attend a bootcamp was whether an instructor could effectively impart enough knowledge for someone to change careers and become a developer in only a few months. My worries were alleviated after I learned about how Actualize specifically chooses instructors who have a background in teaching.Josh turned out to be a wonderful instructor. He was able to explain complex concepts in a manner that was easy for everyone to understand while keeping a laid-back atmosphere in the classroom but also pushing everyone to do more than what we thought we were capable of. The TAs were knowledgeable and always on hand to help. I was also very lucky to have been in a cohort where everyone was supportive of each other.Another factor that drew me to Actualize was the apprenticeship program. After completing the bootcamp, you get the chance to work on real projects and learn how to deal with real clients with the help of experienced and enthusiastic mentors. No, you're not going to know everything there is to know about web development by the end of the bootcamp or even by the end of the apprenticeship, but that's not the goal of Actualize. You will leave with a solid foundation and the tools to keep learning. It’s up to you to utilize those tools. Actualize also offers excellent job search and interview training. You won’t be automatically handed a job after the bootcamp and the job search process was often frustrating, but you won’t be completely abandoned. Taylor was an amazing resource and was instrumental in helping me find my current job. With his help, I received two great offers after a month and a half of searching. While I've never attended any other bootcamps, I believe what sets Actualize apart is that Jay, who is the founder, and all the people at Actualize actually care about the students even after we are no longer technically their students.Only a little over a year ago, I was feeling stuck in a job I didn't enjoy and now I'm in my dream career doing what I've always wanted to do. Actualize was the best decision I’ve ever made. Actualize will be the best decision you’ll ever make if you are willing to put in the time and work to pursue a career as a developer.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +235945,10505,actualize,Andrealiz Afable,False,2016,Worthy Coding School,2017-05-05,4.3,5.0,5.0,3.0,"What was your background before coming to Actualize? (Include college/past career)In college, I studied Psychology and Spanish in San Diego State University, and I was on track for a career as a social service professional. I also have a knack for implementing... Read More new ideas, and startups fascinated me during that time. I didn't pay attention to it much as I was busy pursuing my degrees then. I held a Public Relations Manager position at a startup during my last semester in college, but left because I was moving back to San Francisco Bay Area.After moving back, I was blessed with the opportunity to work as a Behavioral Therapist for children who had autism and developmental disabilities. It was a greatly rewarding job and this is where I nurtured my passion to helping others.In addition, I did a lot of volunteer work for nonprofit organizations in San Francisco and was able to collaborate with seasoned professionals in strategizing how to outreach to corporations and get them involved. This eventually lead me to change jobs and work closely with nonprofit organizations and the clients they serve.I was then working as a bilingual case manager/social worker. I provided intense case management for 35-40 homelessness families per caseload and helped them achieve their goals of self-sufficiency, family well-being and independence. We provided resources for shelters, employment, education, health services, childcare, transitional and permanent housing.This position encouraged me to have a broader impact on underprivileged populations outside of the system -- to create something that can be used as a tool for social service agencies and the community in general. I wanted to create applications that accomplished this goal, which lead me to apply to Actualize.What hesitations would have prevented you from joining Actualize?I actually made the decision to apply right away. It was a Saturday morning, and I was looking through different bootcamps to enroll into. Actualize was the only part-time bootcamp that was being offered in San Francisco then. Because I was still working full-time and did not want to leave my job yet, I thought it was a great fit.What impact did Actualize have on your life?It had a life-changing impact. Learning through Actualize helped me reach a goal: to learn how to code. With that simple accomplishment, I feel a lot more flexibility now with my career path. I see technology as a tool that you can pair with anything that you're interested in: from nonprofits, to startups, to medical, etc. I feel empowered learning these new skills.What specific feature did you like most about Actualize?I definitely like that it was part-time. It gave people the opportunity to transition careers without having to lose their means of living. I also liked that our cohort had a small-size class. It really allowed the instructors and TA's to pay closer attention to your learning.What made you choose Actualize over other bootcamps?When I saw the screencasts filled with humor, that jumped to me. As an educator in therapy, it was important to me that students love to learn. I felt that the founder of Actualize had the passion for teaching and giving space for fun while learning. That was key.I also checked reviews from their former students and they gave great reviews. They spoke about their values. A bootcamp with values is also very important.Would you recommend Actualize, and if so, why?I believe that every bootcamp is different and yes -- everyone has a different learning style. If you have a full-time job and need to keep it while you're transitioning careers, I would definitely recommend Actualize. If you are well supported and want to learn to code, I'd still recommend Actualize along with other options.Is there anything else you would like to add?Actualize can improve their program by implementing a strong career support team around the cohorts. They should also provide interview support where students can practice white boarding, technical questions, etc.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +235828,10505,actualize,Jim,False,2016,Great school great instructors,2017-04-27,4.0,4.0,4.0,4.0,"Great school and great Instructors that are very inclusive. An environment that I really enjoyed, it was great having great people around me working to achieve one goal.",,Unknown +235823,10505,actualize,Anonymous,True,2017,Are you ready to switch careers but not ditch your job so soon?,2017-04-27,5.0,5.0,5.0,5.0,"Actualize is a part-time bootcamp that will let you keep your job and learn to code! Cool right?PROS: - Lots of help (even help with interviews)- The instructor tailors the class to how the class is doing so sometimes we ""fell behind"" to clarify concepts... Read More we were not getting, but always caught up- Good projects to work on- TAs are always available to help troubleshootCONS:- While homework and quizzes were not given, you really need to put in effort outside of class to make the most out of itRead Less",,Unknown +235458,10505,actualize,Zeina,False,2016,Equipped for a career change,2017-03-22,4.3,5.0,5.0,3.0,"I was a newspaper designer. I had studied journalism and in grad school focused on the design aspect of journalism. During college, however, I started learning HTML and CSS by taking an intro class and ended up designing sites as a hobby, so I had some... Read More experience coding and learning things by myself. Actualize (or Anyone Can Learn to Code, as it was called -- I attended from Feb to May 2016), allowed me to change my career for the better. There is no way I would have been able to learn all I did at ACLTC on my own and get a job in this field. I also developed (see what I did there?) some wonderful friendships.I had done a lot of research into what bootcamp I would go to (including considering online bootcamps). The fact that the instructors were programmers but also had a background in teaching is what ultimately swayed me. Peter is an amazing instructor. The part-time aspect ended up working for me as well -- I didn't have a job at the time but was freelancing, so that allowed me some flexibility. Judging from my cohort-mates' experiences, having a job and going to the part-time bootcamp was a really tough challenge. So either make sure you have a really good support system at home, or see if you can work part-time. Having the apprenticeship (I think the format changed since I graduated -- I forget what it's like now) was really useful. It allowed me to get a little bit of experience in a work-like setting. I got a job offer about a month after graduating. Part of it is because of my experience in design. People are also going to look at attitude and how well you work with others, etc. We did get feedback on our resumes and help with interview skills but I thought those were minimal. Again, I don't know if things would have been different had I not got a job so quickly. Overall, would heartily recommend Actualize. However, I would not recommend any kind of web dev bootcamp to someone who's never coded before or has never before shown interest in it but wants to do it because it's the ""in"" thing to do.Read Less",,Unknown +235448,10505,actualize,Anonymous,False,2016,Meh,2017-03-22,2.3,2.0,4.0,1.0,"Pros:-Part-time format allowed me to keep my job, so I could actually still have income. Some people might be able to afford taking three to six months off of work, I just did not want to take the hit with my savings. -Instructors and TAs were super helpful... Read More and responsive to the needs of the cohort. -Expectations were communicated clearly and all instruction was filmed. I still can view the videos from a year ago to get a refresher on a concept. -The Location in 1871 is a great place to learn and get a feel for the tech scene in Chicago. -Great intentional curriculum that really focused on communicating complex concepts clearly. Cons: -Working and keeping up with everything was super tough. People who didn't work definitely had an advantage. Even though they bill themselves as a part-time bootcamp, it is seriously difficult to keep up with the schedule every night and all day Sunday. -Job support was non-existent. The job placement person was looking to leave and learn coding himself, which clearly assisted me in my job search. -Getting a job post-bootcamp is super hit or miss for graduates. Most of the people I graduated with haven't found full time web development jobs and people from previous cohorts have not found full time work in the field. I stayed in my current field, but just advanced a little more. -Support staff at the time was very disorganized. I found myself having to copy multiple people to solve problems that honestly should not have been problems in the first place. Overall: Choose another full time bootcamp if you want to really learn Web Development and one that has a large alumni base. Actualize is great in theory, but lacks on the ability to deliver consistent outcomes for graduates of their program. If you can only attend a part-time bootcamp this is a decent choice.Read Less",Web Development,Web Development +235426,10505,actualize,Will,False,2016,Great experience,2017-03-20,4.7,5.0,5.0,4.0,"I went to college at Indiana University for a double major in Telecommunications and Communications & Culture (basically film and media studies). After graduating, I got hired at GP Strategies, a learning solutions provider. They make training materials... Read More for other companies. I was a Content Developer, which involved a lot of proofreading and organizing content from clients into specific templates and formats. I started teaching myself to code through online tutorials about a year before the first day of Actualize. When considering joining Actualize, the biggest hesitations were money and location - I moved up to Chicago to take the class. I chose Actualize over other bootcamps because it gave me the ability to attend and while still keeping my day job.I loved the way the classes were taught. There was a lot thrown at us constantly, but it was structured in a way that you would learn something new, learn a few variations of it, and then be set loose on your own to solve problems. It was a very effective way of teaching. If students ever had questions or concerns, our instructor was also great at helping you on a one-on-one level. Since taking the class, I am happier with my job, making more, and am excited to be a part of the industry. I would absolutely recommend Actualize. The classes are great, the people are cool, and you are given a ton of support and resources. The only thing I would add is that you shouldn't think of the course as something where you waltz in, spend some time in a classroom, and then are immediately offered a job as soon as you graduate. There is a great deal of information that is given to you at a high level, but when looking for jobs, my experience was employers were looking for those deeper levels. So to succeed and actually get a job in this field, it takes a lot of additional time on your own.Read Less",,Unknown +235364,10505,actualize,Daniel Chu,False,2016,Actualize Graduate,2017-03-10,5.0,5.0,5.0,5.0,"What was your background before coming to Actualize? (Include college/past career) I graduated college with a degree in Computer Science and worked temp jobs in IT and call centers while searching for development position. What hesitations would have... Read More prevented you from joining Actualize? My main hesitations were if the bootcamp was going to be worth the time and money. I had a Computer Science degree and didn’t manage to get anything development related. So I was a little skeptical. What impact did Actualize have on your life? I would say it had a huge impact on my life. Actualize has provided me with the experience necessary to move forward to a development position. What specific feature did you like most about Actualize? The apprenticeship was the selling point for me. It provided real world experience building websites for non-profits. What made you choose Actualize over other bootcamps? I would definitely say that the apprenticeship was what made me choose Actualize. Would you recommend Actualize, and if so, why? Yes I would recommend Actualize. What you learn throughout the course will shape your way of thinking and the experience that you get from the apprenticeship is indispensable. Having any experience with developing real world projects is necessary to get a job. Is there anything else you would like to add? The instructors are great and make sure you have a firm grasp of the material they teach. Job placement isn’t guaranteed, but if you take advantage of the resources Actualize offers the chances improve greatly.Read Less",,Unknown +235363,10505,actualize,Paul,False,2016,Paul's bootcamp review,2017-03-10,3.7,4.0,4.0,3.0,"What was your background before coming to Actualize? (Include college/past career)Went to college at SIU and graduated with a degree in Mass Communications/Media Arts, specializing in Music Business and Audio Engineering. I have an informal background... Read More of internet marketing and SEO, working for a family business about 5 years before coming to Actualize.What hesitations would have prevented you from joining Actualize?Mainly cost and location.What impact did Actualize have on your life?It has paved the way for the career change I had been looking for. My work/programming life was much more confined and personal than it is today. The biggest impact is that I now have a network of like-minded individuals that I socialize with, work with and go out of my way for as an extension of my business/career objectives.What specific feature did you like most about Actualize?The emphasis on creating your own, personal capstone projects. I also really liked the class structure (amount of students per teacher plus some TAs).What made you choose Actualize over other bootcamps?It was part-time and taught creating back-end applications and APIs. A lot of the other bootcamps were too front-end design oriented.Would you recommend Actualize, and if so, why?Yes, I would recommend it to anyone seriously considering programming as a career. It is much more effective at training individuals in coding for real life situations compared to something like a CS degree. I would recommend it over the other bootcamps because of the staff. Everyone that works there is nice and want each other to succeed.Read Less",,Unknown +235361,10505,actualize,Anonymous,False,2016,My experience was positive and anything that is good deserves to be shared.,2017-03-09,5.0,5.0,5.0,5.0,"PROs: The instructors and part-time schedule was key. It was important for me that the teachers were not only experts in their field, but that they had the best teaching skills around (shout out to Josh!). I also needed to work during the day to be able... Read More to pay off my loans. The Apprenticeship and Job Placement program directly after bootcamp was also important to me. Attending a bootcamp was the most rewarding challenge I ever took. And while I'm still learning about the many languages a programmer can study and what path I really want to take from here, Actualize gave me the supportive community and healthy learning environment I needed. I made friends with my peers, and together I learned so much more than I could ever accomplish alone. I didn't feel alone, and had lots of opportunities to pair-program. I had been trying to self-study for years and visited several bootcamps before choosing Actualize. CONs: Financially, enrolling put a huge dent in my savings and the time commitment affected my social/family life. Also, there were only two females including myself in my class, but I eventually met plenty of inspiring female coders that graduated from other cohorts.Read Less",,Unknown +234791,10505,actualize,Jen W,False,2016,Amazing Coding Bootcamp!,2017-03-08,5.0,5.0,5.0,5.0,"I was able to work full-time as a teacher and still see my family (though admittedly less than usual) while completing this bootcamp. I learned immense amounts of information through the direct teach and time to practice. Though I did learn about lots... Read More of programming languages and build multiple websites, I think the most important skill I learned was how to always keep learning. I recommend this bootcamp to anyone interested in pursuing the dream of learning to code!Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +235353,10505,actualize,Matt,False,2016,Worth the cross-country move!,2017-03-08,5.0,5.0,5.0,5.0,"Attending Actualize was a truly life changing experience... in all the right ways! After a good amount of research, I realized that Actualize was the right bootcamp for me, moved cross-country to attend, and haven't looked back since. Before joining the... Read More coding world, I imagined programmers to be quiet, introverted, and the types of people who only worked alone.. oh, how wrong I was! Right from the first day of class collaboration was not only allowed, but encouraged. I enjoyed the classroom setting, where ""lectures"" truly felt more like a conversation between students and instructor. The in-class exercises were a stellar reinforcement of the material taught, and the weekly blogs, capstone project, as well as apprenticeship helped me stand out to employers (interviews are much easier when you have experience to share!). Being new to Chicago, I met most of my closest friends here as a result of Actualize. I also am part of an ever-growing network of awesome alumni, and I love my new career! Absolutely recommend!Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +234286,10505,actualize,Brennan,False,2016,Bootcamp Yeah YEAH,2017-03-07,5.0,5.0,5.0,5.0,1. I have a degree in acting and my only experience in coding was SQL for a job.2. The cost for sure and the time. 3. I felt like a learned a lot and met and worked with great people.4. I really enjoyed working on my own project for the capstone.5. It... Read More was part time with an apprenticeship.6. Yes absolutely. I would say that if you want to get into this field it is a great tool to help you.7. !Strange is the best cohort.Read Less,,Unknown +235351,10505,actualize,Justin Viegelahn,False,2016,My Time at Actualize,2017-03-07,3.7,4.0,4.0,3.0,"What was your background before coming to Actualize? (Include college/past career)I had worked in Web Traffic Management right out of High School for a few years. I then went to Art School for Video Game Design, but I realized I wasn't actually interested... Read More in making video games, just playing them, so I never actually completed my degree. I then moved to working in Email Marketing and Design which pushed me into Basic Website Maintenance (HTML and a little CSS).What hesitations would have prevented you from joining Actualize?My only hesitation was would I be able to comprehend and keep up with so much information coming at me all at once.What impact did Actualize have on your life?It made me realize that I can listen and retain a lot of information at once. I didn't always remember everything I learned from the previous day, or even week, but I remembered the basics which helped me narrow down the problems to find the correct solutions.I use this on a daily basis in my current job as a Web Developer.What specific feature did you like most about Actualize?The fact that it was part time. I had a number of friends who went to Dev Boot Camp, but I couldn't commit to 9 hours a day, 6 days a week. Actualize allowed me to learn and build my skills while still being able to work without ever feeling overwhelmed.Would you recommend Actualize, and if so, why?I would. The way that the program is run is very good. Explain the language with examples, and then complete excercises. It just makes sense. You can also go back and review the video of the class on your own time which helped out immensely.Is there anything else you would like to add?I really enjoyed my time in class, but the Apprenticeship afterwards is invaluable. You work on real projects in a real team with a Mentor. This will prepare you for what you can expect during your first Developer job.Read Less",,Unknown +231688,10505,actualize,Neal Deters,False,2016,Amazing Experience!,2017-02-17,5.0,5.0,5.0,5.0,"Actualize helped me out tremendously! I was able to secure a role at a small company and feel much more fulfilled with the work that I am doing. I always enjoyed lego's as a child, so building web applications has a very satisfying and similar feeling... Read More for me. I get to actually build something and see that idea come to life, which is super cool.I enjoyed the individual expertise and help that was always available in the classroom. There were times where a student could fall behind, but it was nice to know someone was readily available to help when you had questions.Read Less",,Unknown +235249,10505,actualize,Anthony W.,False,2015,Actualize was one of the best decisions I ever made.,2017-02-15,4.0,5.0,4.0,3.0,"Before Actualize (then known as Anyone Can Learn to Code) I was working as a retail banker/teller supervisor. I had limited knowledge of programming except for some codecademy courses and some tutoring from a friend. The hesitations that would have stopped... Read More me was if the price was too high, and if there weren't such good reviews. I also would have hesitated if the main focus was on front end languages as I had spent almost a year learning ruby (that's a subjective anecdote, though) Actualize changed my life completely. I learned valuable skills, got a new job, and made amazing friends. Actualize taught me the skills to be self-sufficient as well as put me on a new career path, I was pretty tired of my job at that point so in the end it was worth it. I loved the Actualize community so much I currently work as a part time TA just so I could give back to the school I liked that it was part time, as well as the teaching style. I loved being able to see the assignments demo'd by the instructor so we could get a higher level of understanding about the work. Most other bootcamps just send you to the wolves, I loved how much support there was not only by the instructor and TA's, but from fellow students as well.I chose Actualize over other bootcamps for 3 main reasons; the price, the part time status, and the teaching style (educators first, programmers second). I also can't count out the internship opportunity, the level of support, as well as the awesome swag (stickers/sweater) and the final showcase. I would absolutely recommend Actualize because the support system is amazing. People can keep their jobs and still attend class and they learn just as well as other fulltime bootcampers. Actualize has an amazing network from SF to Chicago to NY and we just keep growing. I truly believe people can learn the material based on the amazing instruction from our staff.I want folks to know that bootcamps dont teach you just how to code, they teach you the skills to problem solve, they teach you the realities of the job search and they teach you how to learn new things.Read Less",,Unknown +234862,10505,actualize,Danika Quinteros,False,2016,AWESOME!,2016-10-21,5.0,5.0,5.0,5.0,"The program is amazing! The course covers everything you need to know to build a complete web app using front end and back end technologies as well as how to work with databases. The instructors are very knowledgeable and do a great job of conveying the... Read More information. The owner is fully committed to helping you change careers. After you complete the cohort, they provide you with career classes to assist with your job search and place you in an apprenticeship where you can start gaining real world experience. Would definitely recommend this bootcamp to anyone looking to become a developer!Read Less",,Unknown +234322,10505,actualize,Anonymous,False,2016,Great school,2016-07-29,4.3,5.0,5.0,3.0,"Anyone Can Learn To Code was a great experience for me. I found a software engineering job almost immediately after graduating.The structure of the course, at the moment, is a few week period of pre-work with video lectures, office hours, and remote work.... Read More The remainder of the course is in person at nights. This was very helpful for me, as it allowed me to continue my day job. At the end of the program, there is a showcase for the personal capstone projects that we started work on in the middle of the course. Following the program, there is a multiple week apprenticeship program.I came from an unrelated work background, but had taken some Computer Science courses in College. I ended up learning a lot from the course. The teaching staff was excellent and knowledgable and are directly responsible for this fact. They are always willing to help and are all around friendly people. The pacing of the course was just about right as well.Anyone Can Learn To Code is directly responsible for my job placement. I landed an interview during the showcase with a small start up located in downtown San Francisco. I was hired a couple of weeks after. Two of my classmates were landed software development gigs within a couple of months from the course ending (three students of eleven).I do have some concerns with how things were managed after the program ended however. The recruiting officer who is supposed to have connections within the industry was laid off during my time there. While they are actively looking to fill his role with a suitable candidate, this does not help my classmates who are still looking for work.Additionally, the apprenticeship could use more structure. It is a new program for the school, and kinks are still being worked out of the system. The class is separated into groups, where they work alongside one another & a mentor (in our case a professional software dev & TA). Some of us are given additional roles, like project manager for example. I feel that while this provides exposure to other areas in the software development cycle, these are not the skills that we came to learn. It takes away from the time and effort of the actual development work. However, I do have to say that the apprenticeship is overall very helpful. Working in a team environment is very different from the work we did in class, and I have learned a lot from the few weeks I've spent with the apprenticeship.Overall, I enjoyed my time at Anyone Can Learn To Code. I always looked forward to class, despite it being tough. I learned a lot, and I was able to find a job because of it.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +234312,10505,actualize,JENS,False,2016,The people make the program,2016-07-28,5.0,5.0,5.0,5.0,"The course is tough, the pace is grueling, and the material...well if you are a newbie like I was, its all gibberish. The team at ACLTC realize this, and they do their best to make everything digestible. Mark Richardson and most of the other staff are... Read More teachers first, developers second, which sounds backwards but is very important. These folks describe difficult concepts in ways that make sense, and their skills are only getting more honed with each class. I loved the TA's, Jay is the coolest CEO ever, and Mark, can't say enough about him. The people made this course, and I would not have wanted to go anywhere else for my coding experience. I got a job 2 weeks after the course ended, so it works! Its all about what you put into it, and this program is great for the flexibility and the money.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +233935,10505,actualize,Tommaso,False,2016,Thorough and Fast Paced,2016-06-07,5.0,5.0,0.0,0.0,"What a great experience. The curriculum is broad enough to get a birds-eye view of building web applications. From the basics, through typical application constructs from scratch (like to-do lists, shopping carts, contact apps), data modeling and database... Read More building, building and consuming APIs, and exposure to the front end like working with front end frameworks and building dynamically loading pages using Angular JS. Being challenged through the final process of building an app of our own choosing was a great way to cap off and reconnect our lessons throughout the course. The instructors are exceptionally prepared, passionate, and encouraging. The TAs were great, too. Beyond the classroom, the ACLTC team did many value-adds like coaching on interviewing and helping put our resume together. Not to mention the great group of classmates I got to meet through this experience. Highly recommended!Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +233673,10505,actualize,Neal,False,2016,Amazing Experience!,2016-05-10,5.0,5.0,0.0,0.0,Best decision I ever made! Well worth the money and the effort. I was able to land a job within a month of graduating.,Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +233665,10505,actualize,Anthony,False,2015,This will be the best decision you ever make,2016-05-08,5.0,5.0,0.0,0.0,"ACLTC is a program that helped me make a career change immensely. Before wanting to become a developer, I was working in finance and decided that I wanted a change in my career so I applied to ACLTC and it was the best decision I ever made. The curriculum... Read More was challenging, but also doable. The lead instructor, Mark was extremely helpful, and thorough with his explanations and never hesitated to pause his lectures to clarify anything students needed help with. The TA's were super helpful as well, they were able to sit down with me and fix any bug I had whether it was with my code, or with my computer, any problem I ever had was solved with the help of the TA's. This program teaches you the fundamentals or Ruby on Rails, HTML, CSS, Javascript, Angular.js, Git as well as databases such as Mysql, and Sqlite. We also learned the concepts of OOP, REST, and API's. Although this program was intense, it is definitely manageable. This program is part time, Sundays from 9-5, and M-Th from 6pm-930pm. I will admit, this may seem like a lot, especially if you're working full time (as this program is geared towards you folks), the teaching style of the instructor as well as the TA's will definitely help you understand the material, as well as help you push through. My advice in order to succeed in this program is to do work and study even outside of class. It really shows who put in the work even in the off hours. With the amazing instruction from Mark, the helpful TA's, the fast paced curriculum, and the support from the job placement manager, I was able to land a new career as a System Administrator for a large data company working on their automation engineering team. I can't thank ACLTC enough, in just a few months time I went from working at a job I wasn't enjoying anymore, to more than doubling my salary and working in an exciting field. If you are pondering whether or not to apply, I say you should have applied already!Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +233470,10505,actualize,Alex,False,2015,"Great program, with really great instructors",2016-03-28,5.0,5.0,0.0,0.0,"This was one of the the best decisions of my life. I was very nervous about it going in, but once I met our instructor (Peter) I felt a lot better about it. Some people came in to the bootcamp with more experience than others, and he really made an effort... Read More to leave no man behind, as well as provide some extra challenges for people who were more advanced. ACLTC advertised that you don't need to do anything outside of class, which I think is not exactly true. Some people had full time jobs while others didn't, but it quickly became obvious who was putting in work outside of class. I personally needed to study a fair amout on my own to keep up, and I think most of my classmates did as well. It moves rather quickly, and a LOT is covered. They also have excelent support for helping you with your job search, as well as helping with your resume and interview prep. After graduating I applied myself 100% to job hunting, and was able to land a job as a software developer after 2 months. I start my job next week, and I couldn't be more happy with the entire experience!Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +233172,10505,actualize,Mark,False,2015,"The People, Schedule and Classroom set ACLTC apart.",2016-01-06,5.0,5.0,0.0,0.0,"With the technical skills, job placement assistance and infectious passion for programming from ACLTC I was able to successfully shift careers from accounting to a dream job in web development. The program was challenging, but surmountable. The lead-instructor... Read More and TAs are incredibly knowledgeable and supportive. The subject-matter is relevant to the job-market, and the capstone project was an excellent challenge and example project for potential employers.The class schedule (evenings & Sunday) and classroom environment were important distinctions for me personally, from other bootcamps (which are often all-day, all-week and more self or other student taught).Looking back on the experience, the people (instructor, TAs, job-placement helpers, etc.) and learning the mind-set to become a programmer were the most valuable aspects of the experience. It was difficult, but also so much fun. Subsequent to the bootcamp, I continued to learn more in-depth knowledge for certain languages which I’m now utilizing in my employment, which was not unexpected, and I could not have done so without the mindset garnered at ACLTC. I would highly recommend ACLTC.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +233148,10505,actualize,Sam,False,2015,ACLTC was great,2015-12-22,5.0,5.0,0.0,0.0,"I signed up for ACLTC to completely change careers and hopefully become a web developer. ACLTC has a challenging but fun curriculum that taught me HTML, CSS, JS, Ruby, Rails and so much more. Jay the lead instructor was extremely knowledgeable about the... Read More material and so were all of the TA’s. Aside from the instruction, ACLTC also provides great job search support from helping with your resume to putting you in contact with potential employers. Because of the great instruction and support I was able to land a web developer position and couldn’t be happier with it. ACLTC ended up being a perfect fit for me and I would recommend it to anyone who is looking to start a career in web development.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +233079,10505,actualize,Trent,False,2015,ACLTC is absolutely amazing!,2015-11-27,5.0,5.0,0.0,0.0,"Attending Anyone Can Learn to Code has been one of the best decisions I've ever made. The staff has developed an excellent curriculum that makes learning to develop using an MVC framework a fun and rewarding experience. The coursework is intensive and... Read More challenging but never overwhelming. When making a decision on which bootcamp to choose, ACLTC has a lot going for it:- An excellent staff that really and truly cares about your development and growth- The ability to keep your full time job while you learn- Job search support and guidance. They even have a full time employee dedicated to helping students get jobs after graduation- A fun and challenging curriculum that will teach you how to build a functioning, responsive web applicationAs a result of ACLTC, I have now begun a new and exciting career in web development. If you are looking to make a career change into the world of development, you can do no better than Anyone Can Learn to Code. Highly recommended.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +233001,10505,actualize,Nick,False,2011,One of the best decisions in my life,2015-11-06,5.0,5.0,0.0,0.0,"Attending this boot camp has been one of the best decisions I've made in my entire life. Here are the main reasons why this boot camp was perfect for me:-I didn't have to quit my day job while attending this boot camp, so financially it made the most... Read More sense compared to other boot camps-The classes taught the concepts very clearly so I was able to learn and code very quickly (I had about two months of experience coding prior to this boot camp and I learned so much so fast)-The classes are taught at a good pace and class time is split up nicely. First, you learn a new concept. Then, you apply it and practice. Also, there are knowledgeable TA's that can help you in and out of class. With smaller class sizes, this was extremely valuable. I was able to meet with my teacher and the TA's a lot and it helped so much!-The classes are also taught with a pragmatic approach, and you learn that everything has trade-offs. I really appreciated this.-You get seminars on interviews, landing jobs, writing resume's and cover letters, and other useful things that helped me land a job-I got to work on a capstone project that I was passionate about, which added to my portfolio to display to potential employers-The boot camp continues to grow its connections with companies in the area. This means during the showcase at the end of the class where you present your capstone, more and more employers will be there to see what you've built, giving you a good chance at landing an interview and a job. This is how I landed my first interview and got a job offer within two weeks of ending the course!To summarize the pro's, the boot camp was great because it made the most financial sense, the class sizes/support/curriculum was great, I was given an incredible opportunity to show my project to many employers, and ultimately it helped me land a job!The cons:-Evening classes can be tough. Working a full day to learn entirely new subject matter can be difficult.-There is greater competition to get in, so it will probably get harder to get accepted-The reputation of boot camps are mixed. To some degree, boot camp graduates may have a chip on their shoulder compared to their CS degree counterparts. This can be overcome by showing solid code and KEEP LEARNING!-The curriculum leans more towards the back-end than the front-end. Back-end developers are highly sought after, however as someone who enjoys the front end more, I wish the class spent more time on the front end. Still, I was able to land a job with a focus on front-end development.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +232984,10505,actualize,Colleen,False,2015,Nogrammer to Programmer in 15 weeks flat,2015-10-29,5.0,5.0,0.0,0.0,"This class was amazing. From day one, ACLTC distinguished itself as a top bootcamp choice by offering a personal, conversation-based interview. Other bootcamps I interviewed with felt really impersonal, like they were factories that you paid thousands... Read More of dollars to and they churned out someone with a resume that says ""web developer"". ACLTC creates a community for support down the road - I still talk to my classmates, run ideas past them, and ask if someone has experience with something I'm struggling with. I ultimately decided to attend ACLTC over any other bootcamp because it didn't feel like a factory where you pay thousands of dollars for a resume that says ""web developer"" as a title. Jay & his team of talented instructors and TAs really care about the success of their students and go the extra mile to make sure you understand what's going on in class. I had fun and learned something new during every single class. ACLTC gives you the tools you need to work as an intern or entry level programmer. You learn a ton in 15 weeks but if you expect to learn for 15 weeks and then be a developer or programmer who knows everything the tech field probably isn't for you. Jay's class is great to get into the learning-mindset, which is really what you need to be a successful developer. This bootcamp teaches you how to learn new technologies and how to find answers the questions you don't even know how to ask. By the end of the course, I built a fully functional application that I am extremely proud of. In fact, it is the main reason I was hired as a Junior Developer after the course. Jay and his team work really hard to get you placed with great companies, and my inbox was flooded with potential job opportunities after the Capstone Showcase (where you show off your project to potential employers). It's clear that Jay and the ACLTC team are passionate about teaching and their students' success. Attending ACLTC to make a career shift was the best professional decision I have made.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +232982,10505,actualize,Eugene Wilkins,False,2015,"ACLTC is a great bootcamp for building knowledge, confidence, coding habits, and a new career as a Developer.",2015-10-28,5.0,5.0,0.0,0.0,"If your a visual and hand on learner, Anyone Can Learn to Code would be a great bootcamp for you. The course was well put together, and explained in simpler terms. You'll learn everything you need to learn in order to become a Ruby on Rails Full Stack... Read More Developer. You'll get to code as an individual, and with a team. If your new to coding I would recommend working part time in order to practice what you've learned each day. I'm glad I've chose this bootcamp because I'm light years away from where I was as a developer. Keep coding and always remember to post to Github.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +232861,10505,actualize,Kim,False,2015,A Whirlwind of Learning,2015-09-09,4.0,4.0,0.0,0.0,"The ACLTC bootcamp was an eye opening and non-stop learning experience. The instructor and TA's were very supportive, I learned something everyday and created a final project I can be proud of. Things go by so fast and you learn so much without even realizing... Read More how much you've learned until it's over. It is a very collaborative, fun and supportive environment to learn to code I highly recommend this course to anyone hoping to get more tech savvy and learn a coding language.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +232768,10505,actualize,Khoa Le,False,2015,Career changer bootcamp,2015-08-31,5.0,5.0,0.0,0.0,"Attending ACLTC has been one of the best decisions of my career. The instruction from Jay and the TA's have made learning web development much easier. The most applicable skills were focused on our capstone with web technologies such as HTML, CSS, Bootstrap,... Read More Ruby on Rails, javascript, AngularJS, ruby gems, and much more. The sweet bonus for me was with the great networking during ACLTC showcase where I landed my first web dev job the next following day. I highly recommend this bootcamp for anyone who has the will and desire to be a web dev, even on a part time basis.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +232621,10505,actualize,Zach Bosteel,False,2015,A Wild Ride,2015-08-16,5.0,5.0,0.0,0.0,"This boot camp is a pretty intense experience, but that's why it's called a boot camp. Working full time and attending classes is no joke. All that said, though, there wasn't a single lesson during this program where I didn't have fun and learn something.... Read More The instructors provide a structured environment, clear succinct exercises, and open-ended projects, helping you build your skills one step at a time. I had done hardly any coding before beginning; my vocabulary was limited to a little bit of html and CSS. By the end, though, I had a firm grasp on the SQL/Rails/Bootstrap stack. I can in with very ambitious ideas for myself, and the teachers and TAs were totally willing to go along with me. They supported me as I branched out based on the class's curriculum, helped me tackle technologies that neither of us had ever worked with, and ultimately produce a capstone project that I'm really proud of. Continuing after the camp, they've been really, really supportive about helping me find and land jobs where I can put these new skills to use. I can't rate this experience highly enough. I strongly recommend it to anyone. The connections you make with teachers, TAs, and even your classmates are worth the price of admission alone.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +231952,10505,actualize,Janet Gomez,False,2014,A fast track to get my career going in web development,2014-12-31,5.0,5.0,5.0,5.0,"After researching different bootcamps I knew I couldn't quit my full time job to focus on a bootcamp. With bills and just my life that is nearly impossible. But the Anyone Can Learn to Code bootcamp worked great with my schedule. I was able to keep my... Read More full time job while learning a wide range of tools for a web developer. Apart from learning rails, which is what I had expected would be the focus, we were introduced to other aspects of web development including APIs, AngularJS, and creating gems for rails apps - just to name a few. I also walked away with my own app that I created and was able to show off at our student showcase. Not only that but I have ideas for other projects and now I know how to get these things done.Having a instructor that explained the language, the process and syntax was very valuable. I had been trying to teach myself some ruby, javascript etc for a long time but I wasn't ever sure what the next step was after completing a tutorial. Yep I can write an ""if"" statement in ruby but what does that have to do with anything?Now I see this is beginner stuff and I am way beyond that. Now I am integrating these assets into robust apps that interest me. I am currently in the process of looking for a new job and seeing what else I can do with the building blocks that I have. Attending this bootcamp has opened up new opportunities for me that I hadn't imagined.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +231946,10505,actualize,MC,False,2014,Perfect for people who work full-time,2014-12-30,5.0,5.0,5.0,5.0,"For those of you who want to learn how to code in a structured, challenging, and fun(!) program that doesn't require you to quit your full-time job to attend, look no further than ACLTC. Jay (the head instructor) dedicates himself entirely to YOUR potential... Read More and future success.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +231943,10505,actualize,Chris Walsh,False,2014,A full leap -- not just a jump start -- to a dev career,2014-12-29,5.0,5.0,5.0,5.0,"Two things set Anyone Can Learn to Code apart from other bootcamps: the time commitment and instruction. ACLTC is the only programming bootcamp I found that allowed me to keep my job while attending. That was huge. I couldn't have afforded it otherwise.... Read More And whereas most bootcamps throw you straight into the deep end of dev, providing an environment where you can teach yourself how to code with little directed instruction, ACLTC gives direct, in-class lessons alongside practical exercises to help guide you through the beginning dev world. There is so much to learn that you can easily get overwhelmed, but Jay makes sure that doesn't happen, guiding you through the technologies and tools you need, building a solid dev foundation that will take you from start to finish on any project.Prior to ACLTC, I spent six months trying to teach myself to code. I ran through Codecademy lessons, purchased Udemy courses, and muddled my way through Michael Hartl's Rails Tutorial. I learned a little, but I lacked a clear workflow, an understanding of what even basic apps needed, and a road map to learn more. When you're just starting to learn programming, it can feel like each new tool you learn leads to five more new things to learn, and without a guiding hand you can quickly get lost. That's where I was, feeling foolish and frustrated, when I found Jay through a meetup. In three oh-so-short months, I learned far more than I had in the previous six. Now I'm humming with app ideas and the skills to build them. Where once I was proud of a single file JS calculator, now I have fully dynamic Rails web applications, my own gems and APIs, and robust Angular front-ends.I cannot recommend ACLTC highly enough. It changed my life, taking my dev career dreams from some-day-maybe to right now, introducing me to Chicago-based dev recruiters with a portfolio of apps I am proud of. If you have any interest in starting a dev career, apply to ACLTC. You will not regret it.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +231942,10505,actualize,Robert Elroy,False,2014,"Hands down, a great experience!",2014-12-29,5.0,5.0,5.0,5.0,"I have recently finished classes at ACLTC and must say, this was a rewarding experience! Jay Wengrow is a true teacher at heart. He is more than willing to spend the extra time and effort to make sure you succeed. Being someone who has never had any experience... Read More coding at all, I believe I truly picked the right place to be in ACLTC! I have heard other boot-camps expect you to pretty much learn on your own with their help. Jay teaches step by step with examples and exercises. This gives you the ability to see how things work as well as practice for yourself too. I am truly confident I will land my first development job from the new skills I have learned from ACLTC! I would truly recommend you research ACLTC if you are considering a career in software development.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +231872,10505,actualize,Mary Liz,False,2014,Best teacher & best curriculum,2014-11-06,5.0,5.0,5.0,5.0,"I am an entrepreneur, mother of 2, have an MBA from a top ranked school and went to college when email was ""new"" (hint about my age). This bootcamp was incredibly challenging but Jay, the teacher is truly a gem. He not only has extensive experience as... Read More a senior developer but he has a talent for teaching complex concepts and gearing his teaching methodologies to each student. This is rare. His curriculum is thoughtful, comprehensive, relevant and useful. Jay has a laser a focus on everything you would need to know how to do, as a successful developer. The class structure of in-person teaching, learning by doing, reinforcing key concepts and using those new skills on your ""capstone"" project is truly excellent. Jay is committed to the success of every single student. In ACLTC, you will learn how to code but also develop a core skill you will undoubtedly need to possess . . . problem solving for when your app inevitably blows up or that last feature you built just won't work. Jay's standards are high but he is such a fabulous teacher that he will be your advocate and push you to your best potential. I would highly recommend this bootcamp to anyone who wants to become a very effective developer or wants to lead a team of developers in his/her own start-up.Read Less",Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +231759,10505,actualize,Trevor Jones,False,2014,This bootcamp was exactly what I needed!,2014-10-06,5.0,5.0,5.0,5.0,I was looking for a bootcamp that was instructor based and that would allow me to continue to work. I was at last able to understand complex concepts I couldn't understand on my own. During the bootcamp I built my own soccer application and feel so empowered... Read More to build anything I set my mind to. I recently landed an software development internship and have officially launched my new career!Read Less,Actualize Coding Bootcamp: Part-Time,Miscellaneous and General Tech +309095,11539,clarusway,Mehmet,False,2023,Clarusway,2024-03-05,5.0,5.0,5.0,5.0,"Clarusway can be an ideal option for those preparing for an SDET position. With its comprehensive content and practical experience, it enables you to gain the skills the business world needs. By focusing on current technologies, it helps you keep abreast... Read More of developments in the industry. In short, this is a highly recommended course for those looking to jump-start their SDET career.Read Less",Software Development Engineer in Test (SDET),Testing and Quality Assurance +309094,11539,clarusway,Yunus Emre,False,2023,SDET Course: Practical Learning and Current Technologies,2024-03-05,5.0,5.0,5.0,5.0,"Clarusway is an excellent option for those looking for an introduction to a career in SDET. Thanks to its comprehensive content and hands-on experience, it allows us to effectively learn key knowledge and skills. In addition, its focus on current technologies... Read More helps us to quickly adapt to the industry. In short, by choosing this course, you can embark on a successful SDET career.Read Less",Software Development Engineer in Test (SDET),Testing and Quality Assurance +307135,11539,clarusway,Asım Abdurrahim Ünlü,False,2023,Don't get bought into their courses,2023-12-12,1.0,1.0,1.0,1.0,"Not much really. They go through a lot of content in the course but YOU have to learn quickly and study a lot otherwise you don’t learn much. Think of it like this, they read you the first paragraph and tell you to read the entire book. And they go through... Read More a lot of books. That’s how they “teach” you a lot. And if you can’t catch up, you are the wrong one. And they promise you a good and well-paid job, they don’t put it in the contract but their introduction to their courses are mostly 100k jobs and high demands and such… But that’s furthest from the truth. They actually asked every student, including me, to give 5-star ratings on different platforms just when we signed up but I didn’t. I have waited one year after the course to write. I hope their fake five-star ratings won't deceive other people.Read Less",AWS Solutions Architect/DevOps Engineer,Cloud Computing and DevOps +305024,11539,clarusway,Anonymous,True,2022,Not good like they advertise,2023-09-20,1.0,1.0,1.0,1.0,"Detailed and real review....Found Clarusway online, contacted, convinced (with no IT background)to land on a job right after graduation and decided to take AWS Solution Architect and also Devops Engineering courses along with ITF (fundamentals) classes... Read More before actual classes. On the phone made an agreement on payment %50 in installments and other half after finding job. Received a contract to sign for %100 in installments, signed (excuse was they didnt have that agreed contract available anymore) and started classes... NEVER received ITF classes and struggled alot to learn. Real reason i didnt receive ITF classes was, those classes just finished so they put me right away in AWS classes with students just finished ITF. Only few mentors were nice and PROFESSIONAL but others were either rude or wouldnt help. Students came from ITF had more on point questions that made them mentors' favorites and ignore the rest of the students. I was guaranteed for support and was told to ask questions anytime I dont understand but I was ignored and made fun by mentors which made me feel terrible in front of everyone so I was on my own whole time. Quit my job to focus on classes so I could become successful faster. Now I am broke and can not find a job at all... %90 of the classes are copy/paste which doesnt teach anything in reality. You can not even pass the basic certificate exams after completing bootcamp. Most mentors are foreign and cant explain things well and have very little understanding the things they teach about but some are really good, professional but didnt have time for us. Topics that students dont understand always postponed further and further so they can tell at the end that we need to repeat things to understand before applying to jobs. There were 35-50 students in my class and only 1 (unlike %90 as they advertise) was able to find a job, the rest are still struggling like me and can not even pass any technical interviews. I learnt alot of services, tools, etc but I had never learned anything actually because most of it was copy/paste and also they teach us things in few hours which actually can take weeks to learn so they can claim they thought what they advertised. (YES this is bootcamp but we pay to learn). Students were given projects from time to time to complete (and CAPSTONE project at the end of each course) but had no idea what to do, where to start and eventually nobody was successful (except few which they had background in IT already) because ""COPY/PASTE doesnt teach""... It is very hard to find a job without experience and they know that so on paper you will be on an internship program with one of their companies so to show an experience on your resume. Now; its been months since bootcamp finished and I applied more than 200 jobs but not even a single response from any of them. If you are still thinking to signup, make sure what you sign-up for, do your research before, do your math ($), at the end of each course test yourself without extra resources try to clear the certification exams before going in to next course so you know that if you learn from them or not, be ready to study very hard, do not quit your job, ask questions to mentors (not to your classmates) where you dont understand and also secure your computer and personal info !!! IMPORTANT !!! my computer got hacked during classes, slack conversations recorded, got dropped many times during projects, got my identity stolen, video recorded through camera(zoom), threatened and asked to send bitcoin just after graduation. Recommendations: Look for alternatives that cost much less(Udemy - Youtube, etc) - Studying on your own without paying thousands of $ Pros: Learn latest tools on the market - make connections - teach and learn from classmates - mental challenges to develop yourself Cons: Price - security - transparency - lack of support - lack of learning - time consuming - and many more to listRead Less",AWS Solutions Architect/DevOps Engineer with IT Fundamentals,Cloud Computing and DevOps +305013,11539,clarusway,Onur Payat,False,2023,Solid 5,2023-09-20,5.0,5.0,5.0,5.0,"Expert Instructors: The DevOps Bootcamp stands out due to its exceptional instructors who possess extensive knowledge and a genuine passion for DevOps. Comprehensive Curriculum: The bootcamp offers a comprehensive curriculum that covers essential DevOps... Read More tools such as Kubernetes, Terraform, AWS, Ansible, and Jenkins. The emphasis on hands-on experience and practical exercises equips students with a strong foundation, enabling them to confidently address real-world DevOps challenges. Supportive Learning Environment: Goes above and beyond in fostering a supportive learning environment. Instructors are readily available to answer questions and provide guidance, ensuring that students receive personalized attention. Additionally, the school keeps its curriculum up-to-date with industry trends, ensuring that graduates are well-prepared to excel in the ever-evolving DevOps field. Intensive Schedule: One minor drawback of the bootcamp is its intensive schedule. Due to the comprehensive curriculum and hands-on approach, students may find that the program demands a significant time commitment. While this is generally beneficial for learning, it may be challenging for individuals with other time constraints or responsibilities to manage. Limited Class Size: Another minor limitation is the limited class size. While smaller class sizes can foster a more personalized learning experience.Read Less",AWS Solutions Architect/DevOps Engineer,Cloud Computing and DevOps +305004,11539,clarusway,Anonymous,True,2023,Clarusway IT Bootcamp,2023-09-20,5.0,5.0,5.0,5.0,"I started the Frontend Developer course at Clarusway IT Bootcamp in November 2022. Despite having no prior IT experience initially, I followed the roadmap provided by the course and reached a very high level. So much so that just two months after completing... Read More the course, I started a remote job. In addition to the Frontend Developer training, the course also provided education on Career Management Services (CMS), and the instructors were highly knowledgeable and successful in their fields. Moreover, the mentoring aspect was also excellent. One of my favorite aspects of Clarusway is that they don't sell dreams to those who want to take the course. Clarusway doesn't guarantee job placement, but they provide such a comprehensive roadmap that it's almost impossible not to learn IT and find a job when you follow their guidance to the letter. That's why I recommend Clarusway to everyone.Read Less",Front End Development,Web Development +304855,11539,clarusway,Yunus Polat,False,2023,Fullstack Developer,2023-09-14,4.3,5.0,5.0,3.0,"It was a short course compared to university education, but it was at least as intense and full as university education. Our teachers and mentors were successful people in their fields. We used almost all the necessary tools related to my field during... Read More the course. I was able to get technical and theoretical support immediately in case of any problem.Read Less",Full Stack Development,Web Development +304519,11539,clarusway,Anonymous,True,2023,"Caring instructors, efficient studies",2023-08-31,4.7,5.0,4.0,5.0,"Almost after 6 months, I graduated from this course and I highly recommending it. Knowledgeable and caring teachers, nice environment, sufficient documents create this very good course. Hands-on experiences, teamworks and CMS sessions were enough and... Read More educational. If you want to start from zero, you will never regret to apply it.Read Less",Cyber Security Analyst Professional,Cybersecurity +304237,11539,clarusway,Recep Kerem Zeybek,False,2023,My bootcamp experience in Clarusway family,2023-08-23,5.0,5.0,5.0,5.0,"As a recent computer engineering graduate, I'm excited about crossing paths with the Clarusway family. Meeting instructors like Noah, Sam, and Anthony has been truly rewarding. Their dedication, mastery of subjects, and industry insights have greatly... Read More enriched my learning journey. Compared to my university experience, Clarusway's curriculum and teaching approach stand out. The focus on practical industry skills and inclusion of sought-after technologies is a real plus. Insights from both CMS and regular classes are invaluable. I appreciate the teamwork, workshops, CMS classes, and guidance for LinkedIn and resumes. Adding a few sessions on Next.js, a technology often seen in job listings, would be fantastic. Improvements have been made lately, but spacing out topics, especially in React, would enhance comprehension. Complex React subjects taught consecutively can be challenging. Being a part of Clarusway brings me joy. My sincere thanks to the Clarusway team for their dedication to enhancing education.Read Less",Full Stack Development,Web Development +302303,11539,clarusway,Jayson Yavuz,False,2023,Achieve a thriving future with the assistance of experienced experts.,2023-06-24,5.0,5.0,5.0,5.0,"Before completing this course, I secured a job as a front-end developer. Throughout the study, the instructors made a concerted effort to ensure that we gained valuable skills and knowledge. I am genuinely grateful for their assistance and guidance. Thank... Read More you. Their CMS is excellent! You can ask any question without hesitation. Their schedule is well-organized, and their learning module is easy to use. This program is designed to be compact, and it is important to follow each lesson carefully and practice intensively to learn effectively.Read Less",Full Stack Development,Web Development +302141,11539,clarusway,Rustu,False,2022,Reinvent Yourself,2023-06-20,5.0,5.0,5.0,5.0,"I was an officer in my country. I was thinking of changing my job in times of Covid-19. After a long research, I decided to join Clarusway with recommendations of my friends who were graduated from there. I could not image finding a new job at an IT company... Read More before the course was over. If you are thinking to change your path in IT world and from working anywhere, Clarusway is the chance. But remember that they have no a magic stick, you have to work hard with their guidance and well education system.Read Less",Full Stack Development with IT Fundamentals,Other +302049,11539,clarusway,Anonymous,True,2023,"FANTASTIC SCHOOL, WELL WORTH the TIME & COST!",2023-06-16,5.0,5.0,5.0,5.0,"This school is amazing 🤩. To begin, Clarusway goes in depth into the subject you are studying and they also add many related classes to the curriculum. I am currently in the Salesforce Admin & Developer course - which is six months long, not just one... Read More of those little 10 or 12 week Boot Camps. Along with Salesforce we have learned HTML5, CSS3, SQL and so forth. They also add in as a huge part of the course a very very detailed career management course - they have so many teaching tools they use to make class interesting and fun- not to mention the exceptional pre class work! I cannot express enough how well done and well thought out this program is. The instructors/mentors are all amazing and I feel extremely fortunate to have these people teaching me! The people have to be one of the best parts of Clarusway. I can't imagine having gone to any other school- because my experience here has been fantastic. Lastly in the Salesforce program we are even doing a real internship which we will be able to put on our resumes. Thank you for everything Clarusway!!Read Less",Salesforce Administrator & Developer,Miscellaneous and General Tech +300325,11539,clarusway,Hilal Altug,False,2022,Stay away from Clarusway,2023-04-17,1.0,1.0,1.0,1.0,"I do not recommend taking any course from Clarusway. I took their course and the course fee was around $10k. However, I had to pay 12.5% of my salary for 18 months after finding a job a because I signed the agreement that I would pay after finding a job,... Read More which amounted to a maximum of $20k. Prior to taking the course, they conducted a preliminary interview where they said that if I found a job with a salary below $40,000, I wouldn't have to pay anything. At the time, I was unsure about working in the IT field and thought that if I didn't like it, I wouldn't continue. Despite not being satisfied with what was taught in the course, I completed it. The teaching and mentorship system were not satisfactory either. As a Turkish person living in the US, I only wanted to attend English classes. However, I had to attend Turkish classes due to some teachers' unclear English. Non-Turkish classes were better, but there was one teacher who was not up to par. Furthermore, despite the promise of a mentorship program, I never received any mentoring. They also asked money for mentorship! I worked in an IT job for two months and paid 12.5% of my salary, but I decided to quit and work for Instacart and Uber instead. When I informed Clarusway of my decision, they demanded payment if I earned more than $40,000 from any job in the next five years. This was never mentioned during the initial course introduction, and it felt unfair and immoral. I do not plan on working in the IT field for the next five years to avoid this unreasonable demand. Before taking the course, I recommended it to some friends who were also manipulated during their preliminary meetings. Clarusway said that I wouldn't have to pay if I didn't work for five years. However, I later found out that I would have to pay even if I didn't work in the IT field. This was unacceptable to me, and I would not have applied to Clarusway if I had known this beforehand. In conclusion, I strongly advise staying away from Clarusway and not wasting your time and money on their courses.Read Less",AWS Solutions Architect/DevOps Engineer,Cloud Computing and DevOps +299797,11539,clarusway,Aydin Tokuslu,False,2023,It was amazing experience,2023-03-31,4.7,5.0,5.0,4.0,"A good start point for IT sector, I highly commend this course for everyone who wishes to improve his/her career. The staff is very professional and experienced. You can have answers to all your questions all the time during training. The staff is very... Read More helpfull and dedicated. The course might be the best decision on your life.Read Less",AWS Solutions Architect/DevOps Engineer,Cloud Computing and DevOps +299302,11539,clarusway,Anonymous,True,2023,Best Data Science Bootcamp,2023-03-18,5.0,5.0,5.0,5.0,"It is one of the best bootcamps with lots of real-life projects, 7x24 mentoring, career services and very good instructors. I highly recommend who is planning a transition to data science. Constantly providing learning resources. Great people and great... Read More network.Read Less",Data Science,Data Science and Analytics +299293,11539,clarusway,Anonymous,True,2022,Awesome program,2023-03-17,5.0,5.0,5.0,5.0,"Incredible experience. I got multiple offers and landed a job 1 month after I graduated. The hands-on experience, resume preparation and mock interviews prepared me for my current position. A job is not guaranteed but they do everything possible to help... Read More you land a position. They even hold mentoring sessions even after you graduate and even after you land a job. The instructors and program leaders are very professional and extremely experienced. I highly recommend this program!Read Less",Cyber Security Analyst Professional,Cybersecurity +299160,11539,clarusway,Volkan Yaman,False,2022,Best of The Best,2023-03-15,5.0,5.0,5.0,5.0,"I received a 9-month training at Clarusway, 3 months of IT fundamentals and 6 months of Cyber Security Analyst. It was very valuable to transform theoretical knowledge into practice through scenario-based applications throughout the training. In this... Read More way, we were prepared for the most important scenarios that could be encountered in the field. The quality of education can be easily observed from the prepared curriculum and course resources. The knowledge and skill level of the instructors was very high. This point can be easily understood from the way they approached the subject and the answers they gave to the questions asked during the lessons and practices. During the training, the focus was not only on the lessons. The career management system within the organization also provided the necessary information to keep the motivation of the students for business life alive and to help them in the job search and interview processes. All these processes also reveal how important the management quality of Clarusway's administrative staff is.Read Less",Cyber Security Analyst Professional,Cybersecurity +299097,11539,clarusway,Tugba Korkut,False,2022,I would definitely recommend,2023-03-14,5.0,5.0,5.0,5.0,Education quality is very good. Training documents have been carefully prepared . Applications are also made in online courses. I have never felt alone. It was a very good experience and education for me. It has given me a lot. Thank you to the Clarusway... Read More family. I would definitely recommendRead Less,AWS Cloud Engineer/Solutions Architect for Professionals,Cloud Computing and DevOps +298099,11539,clarusway,Hamza Tosun,False,2023,I highly recommend it,2023-02-17,5.0,5.0,5.0,5.0,"Clarusway is the ideal place for anyone seeking a comprehensive and supportive learning experience. I have been very satisfied with every class I have taken at Clarusway because of the excellent staff and well-organized classes. The instructors and staff... Read More are knowledgeable, supportive, and make learning enjoyable. I have been enrolled in the course for two months, and the classes and career management system have been outstanding. The Slack channel has been an invaluable resource for asking questions and receiving answers whenever I need assistance. The mentors and instructors are very supportive and provide great care for their students. The course's focus on career management and the opportunity to build a professional network with alumni set it apart from other courses. Thanks to the knowledgeable instructors at Clarusway, I have gained the confidence and preparation I need to take the Salesforce Administration Certification Exam in just two months, which typically takes six months of self-learning. The instructors are supportive and motivating, and I always feel satisfied after each class. Clarusway provides a great environment for gaining new skills and learning in a fun and supportive atmosphere.Read Less",Salesforce Administrator & Developer,Miscellaneous and General Tech +297189,11539,clarusway,Magnus,False,2022,All About Clarusway IT Courses,2023-01-27,5.0,5.0,5.0,5.0,"Hello, today I will inform you, dear readers, about the trainings I received from the ""Clarusway"" course. There will be two headings, positive and negative. Then I will have suggestions for you. We are printing. Negative: 1- The age range is very wide.... Read More That's why sometimes there is misunderstanding in the lessons. 2- Too many mistakes are made during the lesson. (This is not due to the instructor, if you do not attend the class or listen incompletely, you may encounter errors in every field.) 3- If you have no knowledge of using a computer, start by learning. After all, a course cannot teach you how to use the mouse keyboard. In general, there are not many negatives. Anyway, the person himself should want something. Positive: 1- They use the current tools available in the market. 2- They communicate over the current and fast platform. 3- They help you both privately and in general when you don't understand. 4- They keep the trainings open during the course period and until 6 months after the completion. 5- They help with business. (They have their own CMS team.) 6- Quick turnaround and educational content is good. . . . After saying these, let's come to the original situation: Friends who want to step into the IT world! First of all, you should do this work not with money, but by saying that I really want to do it. The course can provide you with everything basic. It does more. But if you are reluctant and heavy, you will not see any benefit. For example; You are doing projects with 30,40 sometimes 150 people at the same time. The instructor cannot have each project done separately. You can improve yourself by using your creativity and making additions and subtractions. - They say that the X command does the presentation and explain with examples. If you don't look again, the next lesson is ""Teacher, don't ask what this means"". This is a really bad situation. # So, in conclusion, if you are looking for a tool to improve yourself, ""Clarusway"" can guide and help you in this regard. But ""Clarusway"" cannot turn you into a ""LEGEND"" like no other bullet can. TAKE YOUR TRAINING - REPEAT - CALIS - BE CREATIVE - WINRead Less",AWS Solutions Architect/DevOps Engineer,Cloud Computing and DevOps +297187,11539,clarusway,Mustafa Durmaz,False,2023,"Clarusway, which is know as invent yourself.",2023-01-27,5.0,5.0,5.0,5.0,"Hi everyone, Clarusway 's teachers know how to teach.. like they live together with you . All lessons are clear rich documents support. You can find answer to any questions .. I am happy to be there.. it is great experience in IT .. they are opening a... Read More road which gives to you invent yourself.. yess that is their slogan ""Invent yourself"" .  you won't be regret believe me.. and trust yourself time to step forward, regardsRead Less",AWS Solutions Architect/DevOps Engineer for Beginners,Cloud Computing and DevOps +296714,11539,clarusway,Anonymous,True,2022,very good,2023-01-16,5.0,5.0,5.0,5.0,"It is one of the rare trainings that produces a goal-oriented, careful and sincere map of nothing. Thank you for helping me come back to life when I was depressed. The level of the instructors, the professionalism in the teaching of the lessons and the... Read More follow-up systems are very good.Read Less",Data Science,Data Science and Analytics +295233,11539,clarusway,Hasan Hüseyin Ates,False,2022,"A really fast way to change your career, especially ones who are out of IT sector. I would recommend you.",2022-11-29,5.0,5.0,5.0,5.0,"I had no any knowladge about IT but I was planning to change my career. So thanks to my friends who has taken this course and then found job, I decided to join this course. It is a great experience. I like the pre-class, in-class and after class activities.... Read More There leave no chance to miss the topic or not to understand. I am at the end of 2 part of 3, yet I receive many job offers.Read Less",AWS Cloud Engineer/Solutions Architect for Beginners,Cloud Computing and DevOps +295083,11539,clarusway,Anonymous,True,2022,Clarusway Bootcamp,2022-11-23,5.0,5.0,5.0,5.0,I took the Clarusway bootcamp training. The teachers were good. The education was good. Maybe a little slow. But they did not leave the student alone and they were interested. It was a good experience overall.I can recommend it to anyone who is considering... Read More taking the course.Read Less,Full Stack Development with IT Fundamentals,Other +294929,11539,clarusway,Esma Aslan,False,2022,Good luck with your work,2022-11-17,5.0,5.0,5.0,5.0,"First of all, I am very happy that I chose Clarusway. Good thing I chose Clarusway. I have experienced and dedicated teachers. Lectures, practices, weekly exams, mentorings, sessions where experiences are shared are very productive. A big thank you to... Read More the entire Clarusway family.Read Less",Cloud for Tester,Cloud Computing and DevOps +294928,11539,clarusway,Esma Aslan,False,2022,Good luck with your work,2022-11-17,5.0,5.0,5.0,5.0,"First of all, I am very happy that I chose Clarusway. Good thing I chose Clarusway. I have experienced and dedicated teachers. Lectures, practices, weekly exams, mentorings, sessions where experiences are shared are very productive. A big thank you to... Read More the entire Clarusway family.Read Less",Cloud for Tester,Cloud Computing and DevOps +294880,11539,clarusway,Anonymous,True,2022,One of the best places to learn data science,2022-11-16,5.0,5.0,5.0,5.0,"The teachers are great, caring, and professional. The curriculum is just right. The pace is good. You are given professional advice for the job applications and interview process. The teaching style and tools that are used at the time of the pieces of... Read More training are great. It is always hands-on practical teaching in this Bootcamp.Read Less",Data Science with IT Fundamentals,Data Science and Analytics +294391,11539,clarusway,Mehmet Aslan,False,2022,An excellent Bootcamp,2022-10-29,5.0,5.0,5.0,5.0,"An excellent cloud learning management system, satisfactory resources (pre-class, in-class, post-class), dedicated instructors and mentors, hands on activities, projects given at the end of each subject, linkedin information and CV creation sessions,... Read More preparation for interviews, experience transfers from graduates , regular activities with small teams formed. You can be sure that you will find a warm atmosphere like a family atmosphere. This bootcamp will always have a special place in my life. Also, at the time of writing this comment, I haven't completed my bootcamp yet, but I entered as a data analyst :) (Schmitt Logistik GmbH). Thank you to Clarusway family for everything.Read Less",Data Science with Prep,Data Science and Analytics +294346,11539,clarusway,Anonymous,True,2022,Data Science Bootcamp,2022-10-27,5.0,5.0,5.0,5.0,"I think it was a very successful bootcamp. Focusing on hands-on work and group work contributed a lot. Instructors and mentors were highly motivated. Their contributions to career management were invaluable. The courses in the program were: Statistics,... Read More Data Analysis with Python, Data Visualization with Python, Relational DB & SQL, Data Visualization with Tableau, Machine Learning, ML Deployment & Cloud for ML, Deep Learning, Natural Language Processing. Capstone Projects were also very useful.Read Less",Data Science,Data Science and Analytics +294151,11539,clarusway,Anonymous,True,2022,Clarusway insructors,2022-10-20,5.0,5.0,5.0,5.0,"Actually, I was a nurse and I am looking for a new career. My friends, who knew me, and they encouraged me, and I suddenly found myself at the Clarusway bootcamp. Clarusway instructors take great care of their students. Of course, I'm at the beginning... Read More of the road, but Clarusway insructors worked hard to make me a devops engineer.Read Less",,Unknown +294123,11539,clarusway,ismail yil,False,2022,excellent experience for me,2022-10-19,5.0,5.0,5.0,5.0,"it was very exciting to take full stack course from clarusway, first of all their team is interested in all people even at midnight:) Career team checked all my resume, share their experience how to request a job, how to use Lİnkedİn. some lessons are... Read More very hard for me but the instructor are really great and made lesson 1-on-1 with me to understand the objectRead Less",Full Stack Development,Web Development +294081,11539,clarusway,eyup ozturk,False,2022,great teachers great bootcamp,2022-10-18,5.0,5.0,5.0,5.0,"I would like to thank those who have passed all the labor for destroying all my concerns in changing my professional direction and making me look confident in the future, and also for enabling me to reach a knowledge beyond anything I wish to learn. a... Read MoreRead Less",,Unknown +293993,11539,clarusway,Anonymous,True,2022,really good work for me...,2022-10-16,5.0,5.0,5.0,5.0,"i read reviews from the switch up and i decided to enter the course, it is really nice process to learn the phyton, sql, ML DL, and Clarusway career team push me to write resume and they check all my writing one by one. when i stop some programs, the... Read More instructor make some zoom just for me to learn the object, so it was wonderful for me thanks all clarusway family.Read Less",,Unknown +293134,11539,clarusway,Ela Cilingir,False,2022,Think twice.,2022-09-20,1.0,1.0,1.0,1.0,"I was so excited when I first joined Clarusway's Salesforce training bootcamp. I thought I had chance of turning my life around, after having graduated from college over 3 years ago and not able to find my passions. Unfortunately, Clarusway did not offer... Read More that. Their classes were well taught, but the process afterwards with finding a job was a dead end. They offered hope but did not reflect real world scenarios. They did not support me in finding a job like they promised and I feel like my hard earned money that I paid them was wasted. I've yet to understand why they don't separate their administrator and developer classes and give students a choice between the two instead of combining them. Not everyone is meant to be a developer! They did not recognize this and I am very upset with their response in this. What I regret the most is paying upfront, because that leaves me with no job security and assistance because they already took their money. Biggest mistake.Read Less",,Unknown +291243,11539,clarusway,mücahit,False,2022,Really a great course. you can trust them,2022-07-29,5.0,5.0,5.0,5.0,I spent 4 monts at this course and I decieded that I have gave the right choise. because course shedule is perfect. Mentros and instructers are realy cares about u. they are always supporting u for learning and make u better and better. they are always... Read More answers your questions and care with your problems. The information sources are so enough. They r trying to improve yourself with their all efforts.Read Less,,Unknown +290771,11539,clarusway,Hugo,False,2022,Enjoy Learning IT,2022-07-17,5.0,5.0,5.0,5.0,"I have just finished the IT fundamental course at Clarusway, it was a great time for me to start my journey for IT. The instructors and mentors are very helpful and very knowledgeable. I highly recommend Clarusway to who want to start IT from stratch.... Read MoreRead Less",Data Analytics,Data Science and Analytics +290604,11539,clarusway,orhan turan,False,2022,Perfect,2022-07-12,5.0,5.0,5.0,5.0,"It is a great choice for trainers, curriculum, career studies and applications, and I have absolutely no regrets. A good environment has been created in the classroom and I can meet all my needs to start working in this field, without needing anything... Read More else, only through this course.Read Less",Cyber Security Analyst Professional,Cybersecurity +290367,11539,clarusway,Brian Kane,False,2022,fullstack,2022-07-05,5.0,5.0,5.0,5.0,"I spent 6 months at the Clarusway full stack development bootcamp. Until now, I have never felt any regret. Clarusway is good at not only in teaching technical knowledge and IT skills but also in career management, motivating and mentoring..If you want... Read More to start a new career journey in IT, I highly recommend the Clarusway Bootcamp.Read Less",Full Stack Web Development with IT Fundamentals - Premium Full Time/Part Time with Limited Seats,Web Development +290357,11539,clarusway,Ben,False,2022,Perfect...,2022-07-04,5.0,5.0,5.0,5.0,"They are doing excellent work with their entire staff. Instructors are very knowledgeable about their subjects. They do their best to teach. Mentors and teacher assistants never leave you alone. The questions you ask never go unanswered. Besides, cms... Read More activities are very inclusive to develop your soft skills. Thank you Clarusway for all your contribution to me.Read Less",Full Stack Development,Web Development +290351,11539,clarusway,Fatih Sahin,False,2022,Clarusway made it possible to switch careers and venture into unknown territory with ease.,2022-07-04,4.3,4.0,5.0,4.0,"I was very skeptical at first about IT and Clarusway but as I ventured in and began learning and exploring what my course and Clarusway had for me, I started enjoying and looking for more. The content - although there is a lot to consume (it is a bootcamp... Read More after all), the lesson layouts, the involvement of mentors, the fact that everyone in Clarusway is friendly and has a 'giving' mindset, the synergy and motivation they bring to the table are things that make learning and my journey worthwhile, enjoyable and beneficial in every way possible. Like IT and technology, Clarusway is on track of making every possible move to develop itself and to make a difference in excelling individuals to their dream career and make a huge impact in their lives. I am very glad that I joined.Read Less",Salesforce Administrator & Developer,Miscellaneous and General Tech +290329,11539,clarusway,Anonymous,True,2022,This is the new-age education system. Clarusway is the best way for it :),2022-07-04,5.0,5.0,5.0,5.0,"All instructors and mentors are so diligent and dedicated to what they do! This is the new-age education system. I hope me and all my friends land their first jobs as soon as possible! A great place for friendships, IT training, and reinventing yourself!... Read MoreRead Less",,Unknown +289821,11539,clarusway,erdem varma,False,2022,"I've been a computer engineer for so many years, I've never seen such a successful boot camp",2022-06-16,5.0,5.0,5.0,5.0,"I received a lot of training, but I have never worked with such sincere and nice people before. They are both professional and patient. All your questions are answered. You only have to work. There are no silly questions and you can ask anything you want.... Read More There are many people who will answer your questions. mentors, instructors, department leaders, experienced students, other students. they are like one big familyRead Less",Salesforce Administrator & Developer,Miscellaneous and General Tech +289795,11539,clarusway,Mylinear,False,2022,Far Above My EXpectations,2022-06-15,5.0,5.0,5.0,5.0,"I enrolled in this course 2 months ago. They are perfect at not only their classes but also CMS(career management system). There is a Slack channel and I can ask questions whenever I am stuck. There is always someone who answers my questions. Mentors,... Read More and instructors, always taking great effort for us. The other perfect thing is you can make a professional network with alumni of clarusway. I'm satisfied with this course and recommend it to everyone. Don't hesitate to enroll.Read Less",,Unknown +289694,11539,clarusway,tarkan sahin,False,2022,satisfied education,2022-06-13,5.0,5.0,5.0,0.0,"Clarusway is a very good option for those who are seeking a perfect Data Analyze course which should have experienced instructors , modern educational technics , one to one mentoring events , soft skills creating steps , dense lecture schedule and good... Read More Team woks. Although studying on Saturdays around 6-7 hours was very challenging, they fixed it. i do not have experience regarding job support personally so i did not give any point on this issue but i know some trainees from the previous cohorts who got hired were supported by the courseRead Less",,Unknown +289390,11539,clarusway,Anonymous,True,2022,Great place to learn!,2022-06-02,5.0,5.0,5.0,5.0,Teachers are professional and the learning environment is nicely designed. All the personnel is caring and very responsive. You write your question now and answers come in seconds!!!! Very professional and completely world-class. Answers come even in... Read More the middle of the night or morning because the company is truly a world citizen!Read Less,Data Science with IT Fundamentals,Data Science and Analytics +289378,11539,clarusway,Anonymous,True,2022,THANKS CLARUSWAY,2022-06-02,5.0,5.0,5.0,5.0,"Achieving success in the IT world is possible with a combination of several factors. It is very important to have someone who takes care of you, who does not leave you alone, who will always be a driving force for you. I am very happy that I chose Clarusway,... Read More which is not only a course, but also provides a warm team environment and even a family increase. I'm taking the sure steps to the peak of success. I can feel it. Thank you :)Read Less",Front End Development,Web Development +289077,11539,clarusway,Ceren Aslan,False,2022,Clarusway rocks,2022-05-24,5.0,5.0,5.0,5.0,"I was looking for an online IT bootcamp and i met Clarusway. I am very happy about that . Communication with instructors is pretty strong. One on one meetings, weekly mentoring activities, regular career planning days... Preclass and in class materials... Read More are very sufficient. Teahers are expert in their fields. They are always ready to help. I feel myself lucky to be at Clarusway. Thank you so much Clarusway.Read Less",Data Science with IT Fundamentals,Data Science and Analytics +289010,11539,clarusway,Huseyin Aka,False,2022,"So happy, so sad!..",2022-05-22,5.0,5.0,5.0,5.0,"I am so happy, because I learnt so many tools, about Data... Now I can analyse data, visualise it.... And I can deploy every machine learning models after cleansing and preparin data very well... Pre-class, in-Class and post-class activities... Fantastic... Read More projects... Group studies... Mentors.... Everything is awesome... marvellous.... But I am so sad, because there were good relationships, friendships... We tried together... We learnt together... I will miss them... Thank you Claurusway.... You deserve every lode....Read Less",,Unknown +288911,11539,clarusway,Ridvan Kahraman,False,2022,"Helpful, Altruistic, and Dedicated",2022-05-19,5.0,5.0,5.0,5.0,"A wonderful environment where you can learn high-quality, content-intensive theoretical and applied knowledge from a team of experts who are competent and devoted in their field, and where you can gain connections from all over the world. Pros: - Career... Read More Management Services, - Real-World Assignments, and - Provided Internship Opportunities. Cons: So far, I have not encountered a situation that I can call negative but :) - You may not want to leave, - You may find that you want to learn more, and - They make you study...Read Less",Data Science with IT Fundamentals,Data Science and Analytics +288802,11539,clarusway,Anonymous,True,2022,More than a course,2022-05-16,5.0,5.0,5.0,5.0,"This is not classic course which gives you just main information. 2 days of the week you can apply what you have learned and besides the class each week you have Career Management sessions to learn to write CV, Resume and create a real professional LinkedIn... Read More profile. If you want to learn you are at true bootcamp, do not hesitate.Read Less",Salesforce Administrator & Developer,Miscellaneous and General Tech +288797,11539,clarusway,Penny Nichols,False,2022,Full Stack with IT Fundamentals,2022-05-16,5.0,5.0,5.0,5.0,"At Clarusway, the course materials are presented and repeated in a way everyone, even absolute beginners in the tech world, can succeed. While I am only about a month into the course materials, the Career Management Service provided by Clarusway has already... Read More helped me secure all-star status on my LinkedIn account so I will be more accessible to tech recruiters at hiring companies.Read Less",Full Stack Development with IT Fundamentals,Other +288786,11539,clarusway,Aslınur Tolga,False,2022,THE BEST I THE WORLD!,2022-05-16,5.0,5.0,5.0,5.0,"A bootcamp with the best tutorials and educational content. It's never too late for anything, even if it makes me sad that I haven't started before. There are students from all over the world and their educational status is checked with mentors, and solutions... Read More are created immediately when they need support. I would recommendRead Less",Full Stack Development with IT Fundamentals,Other +288773,11539,clarusway,KEMAL ASLAN,False,2022,Devops and AWS course of Clarusway.,2022-05-16,5.0,5.0,5.0,5.0,I am really excited to be a student at Clarusway. I heard it from my friends and I started to search it. I decided to be a student after my researches. It is my 4th month in this course and i think i made a very good preference by selecting Clarusway.... Read More First of all every class and subject was planned in detail. Instructors are very professional and have real working experiences. I believe that I will find my dream job by Clarusway. Thank you Clarusway team.Read Less,AWS Solutions Architect/DevOps Engineer with IT Fundamentals,Cloud Computing and DevOps +288765,11539,clarusway,Anonymous,True,2022,Best bootcamp so far,2022-05-16,5.0,5.0,5.0,5.0,"I've been thinking about getting into the IT world for a few years, but I had no idea where to start or how to do it. One day, while talking to my friend, he told me about Clarusway and after a short search I found myself in Clarusway's arms. Although... Read More I had some difficulties at first, I got through this difficult process with the contributions of our mentors, teachers and other students in the course. I am currently continuing my education in the Full Stack department and I am progressing day by day. If you want to enter the world of IT, I suggest you take your place in Clarusway as soon as possible.Read Less",Full Stack Development,Web Development +288762,11539,clarusway,Yaşar,False,2022,Nice bootcamp,2022-05-16,5.0,5.0,5.0,5.0,"I am very happy to be here, our instructors are very nice people and they are professionals. Clarusway not just bootcamp, it is more. Maybe making a career change was a dream for me, but i feel very close to my dreams because i am here. I love my friend... Read More and instructorsRead Less",Cyber Security Analyst,Cybersecurity +288758,11539,clarusway,Murat Can,False,2022,One of the best courses you can attend,2022-05-16,5.0,5.0,5.0,5.0,"I I researched multiple courses before entering the IT world.Then I decided to join clarusway. After the course started, I realized that I had made the right decision.The arguments used during the course, the mentor support and the extra effort of the... Read More instructors are admirable. If you follow the training program exactly, you will feel like a tesla going on an automatic plot.You will never regret if you choose Clarusway.Read Less",Salesforce Administrator & Developer,Miscellaneous and General Tech +288238,11539,clarusway,Kenan Bastug,False,2022,I have enjoyed so much in here.,2022-04-28,5.0,5.0,5.0,5.0,I have started with ITF course and selected Devops path. Now I'm about to finish my bootcamp learning period. I have enjoyed what I've learned. I'm satisfied with my level and hope to find a great job in my new career. Clarusway has great teachers and... Read More mentors. They are so helpfull. Career Management System classes helps you to improve your soft skills. Thanks to Clarusway.Read Less,AWS Solutions Architect/DevOps Engineer with IT Fundamentals,Cloud Computing and DevOps +288111,11539,clarusway,Halid V.,False,2022,Data Science Course,2022-04-27,5.0,5.0,5.0,5.0,"I have a PhD in Machine Learning, but I found a lot of things to add to my degree. The instructors are well equipped with the last developments of the subjects. I had a lot of chance for hands-on practices in Machine Learning, Deep Learning and Deployment.... Read More Well-done Clarusway!! Clarusway seems the best in teaching modern state-of-the-art Data Science subjects. I am happy that I chose Clarusway in my career journey. Because they give a unique service for career management. I corrected my mistakes in CV and interviews with their practical tutorship. I have a great portfolio after they corrected my mistakes in LinkedIn, Github and many more. Most importantly, they are very kind in nature. I love my instructors beside their knowledge. I love Clarusway over all.Read Less",Data Science,Data Science and Analytics +287965,11539,clarusway,tarkan,False,2022,perfecto,2022-04-22,5.0,5.0,5.0,5.0,"I have attended IT fundamentals course and have been studying in Data Science courses of Clarusway from Nederlands i highly recommend this bootcamp because of seeing those ; well educated instructors , discipline , related information and good atmosphere,... Read More team work, not only technical skills but also improving soft skills, funny students, and so onRead Less",,Unknown +287754,11539,clarusway,moses,False,2022,"""intense content""",2022-04-14,5.0,5.0,5.0,5.0,"I have been taking cyber security course for 4 months in Clarusway , At the begining , Lecturers gave us very good fundamental , after that we took very intense course on preperation of international exam(comptia sec. +), ı am holding my breath on hands-on... Read More practices. ı must say that the teachers' dedication impressed me. Especially, They provide us professional support during the job application process. Thanks clarusway staff for your efforts.Read Less",Cyber Security Analyst,Cybersecurity +287572,11539,clarusway,Hayri,False,2021,My choice,2022-04-10,5.0,5.0,5.0,5.0,"I had no IT background before. Now, I realized that I made a great choice since I graduated from Clarusway AWS-DevOps Program which is a program that trains you for one of the most important professions of today and the future. Clarusway has a well-prepared... Read More Learning Management System, so you can access it from everywhere and whenever you want. Instructors were qualified, industry-experienced and so helpful. Mentors were so friendly and helpful. Among its competitors, Clarusway has a unique Carrier Management System. They try their best to get you ready for interviews and business life. I strongly recommend Clarusway to anyone who wants to take part in the IT world.Read Less",AWS Solutions Architect/DevOps Engineer,Cloud Computing and DevOps +287567,11539,clarusway,Edin Foden,False,2022,Cybersecurity course,2022-04-10,5.0,5.0,5.0,5.0,I am an attandee at Clarusway. I have joined them on January 2022. So far I am very pleased with the course content and the way the instructors teach us. Also Clarusway has lucrative Carrier Management system. Nearly each week they make us to meet with... Read More professionals from Cybersecurity industry. We ask em questions we like and get their advises. And no cons so far.Read Less,Cyber Security Analyst,Cybersecurity +287532,11539,clarusway,Halil d.,False,2022,best bootcamp,2022-04-08,5.0,5.0,5.0,5.0,Clarusway is one of the best bootcamps on the market. Instructors are well-equipped and highly qualified. All the staff works devotedly. mentoring activies makes the course special. Duration of course is sufficient to understand the topics thoroughly.... Read More best quality is served with cheaper price. I strongly urge you to take this course.Read Less,,Unknown +287230,11539,clarusway,sinan altundag,False,2022,My Best Experience,2022-03-30,5.0,5.0,5.0,5.0,"I have studied Computer Programming for years, but with Clarusway, I learnt how I learn and use programming with best practises I think. If it was up to me, I will study so much but will forget so much too. Teachers tell us all necessary topics fluently.... Read More Thanks Clarusway.Read Less",Full Stack Development,Web Development +287158,11539,clarusway,Harun Bir,False,2022,Excellent Course,2022-03-28,5.0,5.0,5.0,5.0,"I can say that the course given by Clarusway is the best course I have ever seen. There is a quality education and a very high level of care. There is a very comprehensive curriculum especially for job applications and preparation for business life. They... Read More not only teach the subject, but also help us to prepare for business life through practice. I am sure I will find a job at the end of the course. I thank them very much.Read Less",Cyber Security Analyst,Cybersecurity +287154,11539,clarusway,Samuel Yelowa,False,2022,My best choice,2022-03-28,5.0,5.0,5.0,5.0,It is an institution that has a very experienced instructor in the fields they teach. They follow you during the course and after the course is over and help you with everything. They also provide professional support during the job application process.... Read MoreRead Less,Cyber Security Analyst,Cybersecurity +287059,11539,clarusway,Mehmet Akif,False,2022,Best and Effective Bootcamp,2022-03-24,5.0,5.0,5.0,5.0,"I certainly recommend Clarusway to anyone who wants to learn Cyber Security. It's an incredible experience for me to become a student at Clarusway! I decided to join the bootcamp and get a new career. What impressed me the teachers' dedication, mentoring... Read More activities, life coaching, career consulting, and how quickly we progressed! If you want to do something about IT career and you think you don't know much, don't worry. Honestly, Clarusway will always take you from scratch and help you on your way to the top.Read Less",Cyber Security Analyst,Cybersecurity +286851,11539,clarusway,Volkan Yaman,False,2022,The Best Bootcamp,2022-03-16,5.0,5.0,5.0,5.0,"After completing the basic education at Clarusway, where I stepped into the IT world, I continue to be a Cyber ​​Security Analyst with confident and solid steps. 6 months completed. I have gained an incredible amount of knowledge in such a short time.... Read More This is thanks to Clarusway's teachers, management staff and training programs. Thank you very much and wholeheartedly recommend to everyone.Read Less",Cyber Security Analyst,Cybersecurity +286589,11539,clarusway,Aziz Ozmen,False,2021,Way to reinvent yourself,2022-03-09,5.0,5.0,5.0,5.0,"At the beginning of the course, I had no knowledge of the IT world, lost my way in my life, and was desperate. The Clarusway felt me at a family. The instructors and mentor really took care of my all needs 24/7. So I made good progress and found a way... Read More to reinvent myself as in their motto. Its curriculum made a great contribution to my understanding of the IT world which helped me make inevitable progress in the field of data science. To sum up, the course has been very high quality and rich content in terms of curriculum, content, pre-class materials. Thanks to each member of the Clarusway family.Read Less",,Unknown +286587,11539,clarusway,ÜMMÜHAN KAVAS,False,2022,The best bootcamp,2022-03-09,5.0,5.0,5.0,5.0,"If you want to do big and big things in less time, the address is of course Clarusway. The instructors are very good and understanding in their field. I can get instant answers to every question I ask. Working documents, assignments and mentor activities... Read More are very well planned.Read Less",Full Stack Development,Web Development +286530,11539,clarusway,gülsüm uslu,False,2022,It Schools,2022-03-07,5.0,5.0,5.0,5.0,"Bu okulu çok araştırarak buldum.tercih etmemin en büyük sebepleri: 1.Eğitim kadrosu çok güçlü. 2.Öğretmenleri çok bilgili ve tecrübeli. 3.Mentörlük faaliyetleri çok iyi. 4.Herhangi bir soru ya da sorununuz olduğu zaman , öğretmen veya mentörlere hemen... Read More ulaşabiliyorsunuz. 5.CMS faaliyetleri de inanılmaz önemseyen bir boot camp.Read Less",Data Analytics with IT Fundamentals,Data Science and Analytics +286512,11539,clarusway,özcan çetin,False,2022,Great Course,2022-03-07,5.0,5.0,5.0,5.0,I started this course without any background. The program is beautiful. Your job is to study. I learned a lot. I have confidence in myself. I believe I can work in this industry. I definitely recommend this course. Live classes are great. Preclass and... Read More postclass contents are satisfactory. There is instant feedback on any question. Lessons are recorded and those who wish can do group work.Read Less,Full Stack Development,Web Development +286510,11539,clarusway,Anonymous,True,2022,Clarusway is a great please to learn!!!,2022-03-07,5.0,5.0,5.0,5.0,This is one of the best educational environments I have ever been. Preclass documents are great. Examples are exceptional. Python lessons are great. Last two month have been one of the busiest months of mine and I've learned great many things. Their setup... Read More for learning is also amazing.Read Less,Data Science with IT Fundamentals,Data Science and Analytics +286509,11539,clarusway,Steve Francis,False,2022,the best gate to IT world for beginners,2022-03-07,4.7,5.0,5.0,4.0,"very sincere and capable instructors. live sessions are the most important and unique element in clarusway. with my first salary i will register my brother :) also mentoring, career management service and english language support for interviews are amazing.... Read More curriculum is designed perfectly. you just obey the program.Read Less",AWS Solutions Architect with IT Fundamentals,Cloud Computing and DevOps +286501,11539,clarusway,Arif Nazif Aydin,False,2022,From Zero to Hero,2022-03-07,5.0,5.0,5.0,5.0,"At the beginning of the course, I had no knowledge. But so far I've made really good progress. Very good work has been done in the field of data science. The course has very high quality and rich content both in terms of course content, preclass and thanks... Read More to its teachers.Read Less",Data Science,Data Science and Analytics +286482,11539,clarusway,EmreCelikkaya,False,2022,Legendary,2022-03-07,5.0,5.0,5.0,5.0,"This course allows me to do research and taught to learn. The program is perfectly designed, even if you are tired, someone is holding your hand and you are learning to fight, all you have to do is listen to them. Everything is so easy now. Thank you... Read More Clarusway family.Read Less",AWS Solutions Architect,Cloud Computing and DevOps +286477,11539,clarusway,Emre Yesirci,False,2022,Clarusway Bootcamp,2022-03-07,5.0,5.0,5.0,5.0,Clarusway is a perfect IT Bootcamp. The Bootcamp Curriculum is very satisfied for me. You can learn trend tools and the newest things about IT world. The knowledge level of the instructors is very good and you spend the lessons very productively with... Read More the hands-on. Also Career Management Systems managed by a professional team and they contribute to optimize your resume and linked in profile with their feedback. As a result if you want to go a bootcamp Clarusway is the best of the world.Read Less,,Unknown +286476,11539,clarusway,selman sahbudak,False,2022,my life has changed,2022-03-07,5.0,5.0,5.0,5.0,"I had no knowledge of the IT sector before. I didn't know software. I learned a lot at clarusway. My own development has given me great pleasure. At Clarusway, I had the best educational experience I have ever seen in my 19 years of education. I recommend... Read More this experience to everyone. Especially team work and mentoring activities are very useful. Also, the career management service prepares us very well for the recruitment interviews throughout the course. course documents in english.Read Less",,Unknown +286473,11539,clarusway,Asım boğa,False,2022,Best bootcamp,2022-03-07,5.0,5.0,5.0,5.0,"I am on the fullstack path of this course. I had no previous IT background. I started from scratch with this course. The instructors and mentors giving the course are very caring and devoted. They take care of you closely throughout the course, they do... Read More not leave you even if you fall behind. They have instructors who can answer your questions at any time, even outside of class hours. Its curriculum is up-to-date and meets the needs of the industry. I am really happy with the course. I thank God for this course. I would recommend it to everyone.Read Less",Full Stack Development with IT Fundamentals,Other +286464,11539,clarusway,Anonymous,True,2022,About my experiences,2022-03-06,5.0,5.0,5.0,5.0,"Before I started the course, I had some concerns, but the professional approach of the trainers and the effect of their education systems eliminated these concerns. Before I started the bootcamp, I was doing research learning. And I had some knowledge... Read More of new learning methods. And the bootcamp surprised me. Because what I know about new learning methods what in the same way as applied by the bootcamp.Read Less",Data Science,Data Science and Analytics +286462,11539,clarusway,Samet Gundogan,False,2022,It is a very intense and hard but funny way to reinvent yourself...,2022-03-06,5.0,5.0,5.0,5.0,"Clarusway is a boot camp founded and ran by devoted people. Our instructors are also devoted and very good at their realm. They teach not only programs and tools, but approaching the problems and building projects. And they also support us with life coaching... Read More and mentoring activities. Given documents are summarized and sufficient. They are one of the examples of community consists of people who like their jobs. They give more than you paid, be sure.Read Less",Data Science with IT Fundamentals,Data Science and Analytics +286461,11539,clarusway,Selman Koral,False,2022,Great Choice!,2022-03-06,5.0,5.0,5.0,5.0,"Clarusway's effective teaching method and curriculum made me realize I made a great choice. Instructors are good at what they do and the lecture is clean. It also provides a lot of practice through assignments. There is a very warm and efficient atmosphere... Read More among trainees, everyone helps each other out. Instructors are devoted. Career Management Service is also a big plus for me. To cut it short, I don't regret not having a CS degree.Read Less",Full Stack Development with IT Fundamentals,Other +286459,11539,clarusway,Anonymous,True,2022,Best Experience,2022-03-06,5.0,5.0,5.0,5.0,"Clarusway is a perfect IT Bootcamp. The Bootcamp Curriculum is very satisfied for me and all my friends. You can learn many new things about IT world. Clarusway gives you not only IT Curriculum, but also gives you life experince and meeting with many... Read More good friends. At first, I had no IT background, but I have completed IT fundamental period successfully. I can exactly say that I have learned many programming, coding language and news from IT World. It has an accelerated learning program. We learned basic fundamentals before we will specialize in full-stack web development, front-end web development, AWSDevOps, and Data Science. At first, I had some questions in my mind, but now, after finishing my first 3 months (IT fundamentals), I understood that I could success it. Up to now, our insructors has taught us everything which is necessary for us at IT sector. They are teaching us the most useful and popular programming languages and their subtitles. I beleive that I will learn everthing which I need for my new job. Now, I have a new career, I hope that I can earn more money by progressing at IT sector. So, I can certainly advise you to attend Clarusway to learn IT life perfectly.Read Less",Data Science,Data Science and Analytics +286453,11539,clarusway,B.Emre KALKAN,False,2022,most impressive course,2022-03-06,5.0,5.0,5.0,5.0,"This is the best course I have ever attended. All staff and instructors are smart,kind and helpful. I am very happy to be with them. I am going to be a full stack developer after this course. All the details that I will encounter in the future in the... Read More field of IT (information technology) are shown in the smallest detail at Clarusway. For instance; Slack, VS Code, Virtual Box, Agile metedologies etc.Read Less",Full Stack Development,Web Development +286452,11539,clarusway,Anonymous,True,2022,Perfect...,2022-03-06,5.0,5.0,5.0,5.0,It has a very valuable and knowledgeable staff of teachers. I think they are very successful and experienced. They do their best to teach. The syllabus of the course is very inclusive compared to other courses I have researched. Thank you for everything... Read More Clarusway!Read Less,Front End Development with IT Fundamentals,Other +286449,11539,clarusway,Nalan Betül Sarı,False,2022,The best bootcamp with their CMS and experienced staff,2022-03-06,5.0,5.0,5.0,5.0,"It’s been almost 3 months since I’ve started studying in this bootcamp. At first I thought everyone was exaggerating their experience in Clarusway but I realized they weren’t wrong with the time being. Instructors are understanding and pretty experienced... Read More in their careers, mentors are quick to help you in case you have a problem. Overall it’s a great experience for me. Career Management Service is also a pro of this bootcamp.Read Less",Data Science with IT Fundamentals,Data Science and Analytics +286442,11539,clarusway,Adem KUCUKOGLU,False,2022,A Great Career Builder,2022-03-06,5.0,5.0,5.0,5.0,"Although I have a BS degree in computer engineering, I could not find a job in this field. I attended Clarusway's bootcamp. I received a very challenging but educational training. Now I am ready to find a job. Now I choose the companies I want to have... Read More a job interview.Read Less",,Unknown +286422,11539,clarusway,Anonymous,True,2022,Great Bootcamp,2022-03-04,5.0,5.0,5.0,5.0,"It's a great Bootcamp.. I started the course when I had no knowledge, but they teach me everything slowly and beautifully.. Their interest and relevance are very good. I send my message easily when I have any problems, they solve my problem very quickly... Read More right away.. I didn't expect this much, but they met my expectation very well. I recommend it to everyone, you must be a Clarusway Student.. Because you deserve this privilege :)Read Less",,Unknown +286415,11539,clarusway,Fırat OLÇUM,False,2022,Best BootCamp,2022-03-04,5.0,5.0,5.0,5.0,"Although only 2 months have passed since the start of the course, the determination and desire of the clarusway teacher and mentor team to teach their students everything in the best way is enormous. You can get help 24 hours a day, 7 days a week. Thanks... Read More in advance.Read Less",,Unknown +286388,11539,clarusway,Yaser Demet,False,2022,Best selection !,2022-03-03,5.0,5.0,5.0,5.0,"If you are intend to commence new journey for it market , dont any doubt to have Clarusway's course. Everythink what you need is here. Every each instructors is expert in his brach. You can be sure that just doing what you are said by instructor, you... Read More can get your aims.Read Less",AWS Solutions Architect/DevOps Engineer,Cloud Computing and DevOps +286374,11539,clarusway,Yusuf BÜKER,False,2022,"Clarusway, not just the best education, also the best career builder.",2022-03-03,5.0,5.0,5.0,5.0,"It has been 3 months I've been studying cybersecurity in clarusway. I started the course with my friend's advice and a long period of research. I understand now very well what he said about the course ""You can do it easily"". Yes, I'm not an IT native... Read More but learning this new language very fast with the help of my mentor and teachers. My only regret is why I couldn't find this course before.Read Less",Cyber Security Analyst,Cybersecurity +286373,11539,clarusway,Şuayip Küçükbaşol,False,2022,clarusway,2022-03-03,5.0,5.0,5.0,5.0,"everything is good especially amim, education, mentoring and materials are perfect. İnstructors are efficient for teaching evey person. When you asked any question They help friendly. Education curriculum is better than the other courses. They want to... Read More help students in way of being data professionals.Read Less",,Unknown +286372,11539,clarusway,YASİN YAĞMUR,False,2022,I'm in the right place for a new career,2022-03-03,5.0,5.0,5.0,5.0,"It makes me very happy to enter the turning point of my life in such an institution. A team working with the enthusiasm of teaching, thank you in advance to all of them. The education system is divided into pre-class, in-class, and post-class, and it's... Read More really designed for you to learn. You can watch the lessons you missed or the lessons you want to repeat as many times as you want.Read Less",,Unknown +286371,11539,clarusway,David Moses,False,2022,What is going on at Clarusway?,2022-03-03,5.0,5.0,5.0,5.0,"I have just started learning software development at Clarusway about 2 months ago. First of all it's very enjoyable and mentoring is a very good process. I strive to take advantage of possibilities at Clarusway. In the meantime everyone can learn something... Read More own. But there are two things that are difficult, one is self-studying within self-discipline(don't worry, community forces you in there) and the second one is building a network for job oppotunities, getting help when you stuck, etc. Do not doubt that these are at Clarusway!Read Less",Full Stack Development with IT Fundamentals,Other +286370,11539,clarusway,Serkan YEŞİLİRMAK,False,2022,Best Choice,2022-03-03,5.0,5.0,5.0,5.0,"If you have no knowledge of the IT industry and want to have a career in this field, Clarusway will be the right choice for you. They will guide you with their expert trainers. You will have be a job as soon as possible. Self-confidence and don't think... Read More back.Read Less",Cyber Security Analyst,Cybersecurity +285761,11539,clarusway,Gulay,False,2022,clarusway,2022-02-09,5.0,5.0,5.0,5.0,"I have finished Clarusway's ITF Bootcamp and soon start AWS/DevOps or Data Science Bootcamp. Until now everythin is OK. For the payments they help you so much and offer you different options. Durig I saw that their planning was so good. They coordinate... Read More you with your team and every week you participate in this team and have chance to express yourself, that's nice to me. If you want to see what is going on with your eyes, you can attend Clarusway's free bootcamp....!!!Read Less",Data Science,Data Science and Analytics +285708,11539,clarusway,Şuayip Küçükbaşol,False,2022,Clarusway,2022-02-08,5.0,5.0,5.0,5.0,"this course is wonderful for me because admins,instructors.mentors are very friendly and they have knowledge about IT. Education system is very useful and effective. Their curriculum and style of learning is better than the other courses. At the end of... Read More courseı believe ı'm good at IT.Read Less",,Unknown +285706,11539,clarusway,Sefa İSCİMEN,False,2022,The Best Bootcamp,2022-02-08,5.0,5.0,5.0,5.0,"teachers and mentors are very helpful. There is a great cooperation between students. I am very glad to know Clarusway.They help with payments.Even though I don't have an IT background, they prepared me in a short time.I highly recommend it. Book your... Read More place before the quotas are full. Clarusway is getting stronger every day.Read Less",,Unknown +285705,11539,clarusway,Anonymous,True,2022,Perfect Experience,2022-02-08,5.0,5.0,5.0,5.0,"Clarusway is a perfect IT Bootcamp ever. The Bootcamp Curriculum is very satisfied for me and all my coursemates. You can learn many new things about IT world. Clarusway gives you not only an IT Curriculum, but also gives you life experince and meeting... Read More with many good friends. It has innovative teaching model.You can learn theory with pre-class activities. During in-class activities, you can reinforce your knowledge by following instructors and asking them questions whatever you want to learn more. After classes, you can become an expert on lessons which you have got up to that time. And you can learn more details with your group friends at during Teamwork and Workshop activities. You can also ask your mentor or instructor for your complex questions whenever you want. Clarusway gives you 24/7 personel support by professional mentors and insructors. And you can get motivational feedbacks, time management advices, habit improving programs and daily follow-ups. They always gives you career coaching programs and advices during classes and out-classes. They even teach you how to prepare professionally your resume and linkedin account, too. Moreover, they help you for your preparation to future job interviews ahead of time.That is to say, I can gladly state that you are ready for your new careeer and new job from now on.Read Less",Data Analytics with IT Fundamentals,Data Science and Analytics +285353,11539,clarusway,Gökhan Tekin,False,2022,Clarusway,2022-01-26,5.0,5.0,5.0,5.0,"I started the course in September 2021 and I am on the path of Data Science. They have good instructors, a well-designed curriculum and mentors who guide you during the course. They provide pre-class materials and additional resources to learn the necessary... Read More tools required for each path. But the career management system of Clarusway is what makes it different from other boot camps. They teach the niceties before the job applications and provide vital info for the process after the course. They have several paths such as Data Science, Full-Stack, AWS/Devops, Cybersecurity and Sales Force. Another important point is that there is already a large Clarusway community which may clear the way for you when searching for jobs. I only wish I met this course before.Read Less",Data Science,Data Science and Analytics +284262,11539,clarusway,Volkan Yaman,False,2021,IT fundamentals course at Clarusway.,2021-12-17,5.0,5.0,5.0,5.0,"I am about to complete a 3-months IT fundamentals course at Clarusway. In this short period of time, as someone who does not have an IT background; I started to feel like I belonged to the IT world thanks to the training program implemented, the instructors'... Read More knowledge of their subjects and their interest in the students, and the practical teaching of the determined courses. Thank you Clarusway.Read Less",Full Stack Development with IT Fundamentals,Other +284151,11539,clarusway,Gökhan Tekin,False,2021,Enlightening,2021-12-14,5.0,5.0,5.0,5.0,"It is an enlightening journey. They have good instructors with diverse backgrounds and experiences. In Clarusway, even before choosing paths, you are learning several subjects to obtain a solid foundation on IT, and paths have fields and subjects that... Read More will prepare you in the best manner for the sector and job interviews. But one must always keep in mind: The success is up to you and your intense effort. Nonetheless, Clarusway paves the way for you, equips you with most required tools and methods, and one of the best bootcamps which will help you achieve your goal.Read Less",Data Science with IT Fundamentals,Data Science and Analytics +283880,11539,clarusway,Anonymous,True,2021,full stack,2021-12-03,5.0,5.0,5.0,5.0,"If you want to learn informatics, Clarusway will be the right address. I attended the Full-Stack Developer Bootcamp on Clarusway. The trainers and mentors were good enough in their fields. You will find courses with good content and projects, mentor support,... Read More teamwork and career management support. If I were to start my IT journey once again, I would choose Clarusway again.Read Less",Full Stack Development with IT Fundamentals,Other +283831,11539,clarusway,Sümeyye,False,2021,The most perfect bootcamp you'll ever see,2021-12-01,5.0,5.0,5.0,5.0,"Clarusway just learned a lot of things that I didn't learn in my undergraduate education in informatics. It is the most perfect course I have ever seen, with mentor activities, numerous projects and teamwork, which fit me in 9 months and allows me to... Read More learn in the best way possible.Read Less",Full Stack Development with IT Fundamentals,Other +283784,11539,clarusway,muhsin,False,2021,Clarusway,2021-11-30,5.0,5.0,5.0,5.0,"I started this course on recommendation to improve myself and change careers in the software field. I found the course I was looking for in computer technology. My three slick courtship experiences: 1. The curriculum is full and the instructors are very... Read More knowledgeable. Although it is distance education, interactive lessons are taught. In addition, the topics are up-to-date and support business life. 2. The academic calendar was planned at the university level, everything was considered. 3. The CMS (consulting system) that you will not find in any other course guides the trainees. There is more than a course can give. Friendship and ""we are a family"" thinking goes beyond the course. What's more, 5 stars. I advise. Thanks to Clarusway.Read Less",Data Science,Data Science and Analytics +283548,11539,clarusway,Leo,False,2021,A great milestone in my life,2021-11-19,5.0,5.0,5.0,5.0,"It has been more than four months since my first 'Hello World' code and when I look behind me the progress I see is such an unexpected one for me. This is mostly thanks to the help of instructors and mentors who are ready to help you whenever you need.... Read More They are supporting curriculum with labs, workshops, mentoring activities, assignments & real-life projects. Group-work with other students has been highly encouraged by the instructors. This was also useful for me to develop a teamwork mindset. In addition to coding skills, the bootcamp is also very beneficial in terms of developing soft skills. Career Management Team supported me from preparing resume/CV to setting up a proper LinkedIn account and so on. I am grateful to all those who contributed to carry out such a professional bootcamp.Read Less",Data Science with IT Fundamentals,Data Science and Analytics +283140,11539,clarusway,Volkan Yaman,False,2021,Appreciation,2021-11-08,5.0,5.0,5.0,5.0,Clarusway's versatile education program and close follow-up of its students in the learning process are invaluable. We learn difficult programs very enjoyable. The curriculum information of the trainers is very good and their teaching methods are very... Read More systematic. I am very happy to be a part of Clarusway. Thank you Clarusway.Read Less,Full Stack Development with IT Fundamentals,Other +283130,11539,clarusway,Durmus A. Yuksek,False,2021,A great family to be a part of,2021-11-08,5.0,5.0,5.0,5.0,"From the first day of the bootcamp, both the instructors and mentors have been very interested in how students have felt about the courses, whether they have understood the contents, whether they have any issues with both the content and the curriculum... Read More of the courses. In addition, they have not only cared about students' academic progress but also their personal issues. This is very important for me because they see students not as resources but as friends, as one of their own, and really want them to understand, want them to be successful and have great careers. So, overall, there is a great atmosphere here in Clarusway. I am very happy to be here and very happy to be part of this wonderful family (I said ""family"" because I really feel that way).Read Less",Data Science with IT Fundamentals,Data Science and Analytics +283106,11539,clarusway,Anonymous,True,2021,impression,2021-11-07,5.0,5.0,5.0,5.0,"There is an up-to-date and innovative education system. It has teachers and mentors who are well-versed in their subject. It's like you're training with your besties. Finally, very successful course. The Clarusway team is new but knowledgeable, experienced... Read More and successful.Read Less",AWS Solutions Architect/DevOps Engineer with IT Fundamentals,Cloud Computing and DevOps +283080,11539,clarusway,Yalcin Kose,False,2021,You are on the right address if you wanna be DevOps & AWS Cloud Engineer!,2021-11-05,5.0,5.0,5.0,5.0,"I highly recommend to take this course if you really want to be a AWS Cloud / DevOps Engineer. The course structure & curriculum are excellent. First you learn, then you practice with hands-on, next you do the project with the knowledge that you just... Read More got. When you attend, more than 20 projects waiting for you! Actually there are a lot of things & details to be mentioned like pre-class materials/documentations, mentoring service, group works, team works, Career Management Services (CMS) and so on but cut the long story short: you are on the right address if you wanna be DevOps & AWS Cloud Engineer!Read Less",AWS Solutions Architect/DevOps Engineer,Cloud Computing and DevOps +283077,11539,clarusway,Mehmet Durular,False,2021,Excellent Bootcamp,2021-11-05,5.0,5.0,5.0,5.0,"I am a student of Clarusway DAta Science Bootcamp. I think this bootcamp is great for me. There are both technical and soft skills together. In addition, there is no reason not to get the job you want with the trainings given by the Career Management... Read More Services (CMS) within the course on effective LinkedIn profile creation, resume writing, interview preparation etc. Thanks all the instructors an mentors.Read Less",Data Science,Data Science and Analytics +283058,11539,clarusway,Firuz Hakan Tabaş,False,2021,The easiest gateway to computer science,2021-11-05,5.0,5.0,5.0,5.0,"They are great team. Teachers and assistants have Perfect communication skills, respect and helpfulness. They are using the best tools to prepare students to the tough IT world. I am so happy and satisfied to attend Clarusway. I wish I had known them... Read More before. I stongly recomend Clarusway. You must certainly join this great team if you want dive IT world.Read Less",,Unknown +283055,11539,clarusway,MEHMET FATİH YAR,False,2021,Great opportunity for becoming an IT guy,2021-11-05,5.0,5.0,5.0,5.0,I 'am a student of Clarusway. I think this bootcamp is great for me. There are both technical and soft skills together. Also job asistance. On the other hand there is free english course inside the bootcamp too. Thanks all the instructors an mentors.,Data Science with IT Fundamentals,Data Science and Analytics +283044,11539,clarusway,Mukaddes Battal,False,2021,Student at Clarusway,2021-11-04,5.0,5.0,5.0,5.0,"It's been a month and a half since I started the course. With its Experienced Instructors, Professionally Prepared Documents and Curriculum, CMS team is very experienced and caring. I believe that I will land a good job in the IT industry when I finish... Read More the bootcamp. I'm glad I attended a bootcamp.Read Less",Full Stack Development with IT Fundamentals,Other +283039,11539,clarusway,Bekir Punar,False,2021,Without Hesitation CLARUSWAY,2021-11-04,5.0,5.0,5.0,5.0,"The course materials are very well prepared. Student interface program is user friendly. He takes care of each student individually. I can get answers to my questions very quickly. They also do career counselling. There is a very good interaction between... Read More students, instructors and mentors.Read Less",Data Science with IT Fundamentals,Data Science and Analytics +283031,11539,clarusway,Anonymous,True,2021,couldn't advice enough,2021-11-04,5.0,5.0,5.0,5.0,couldn't advise enough. instructors are always informative and helpful. they even have mentoring system so you can always get answer your questions even at night time. Thank you Clarusway its been such unique experience. curriculum is such good to get... Read More important part of the issue.Read Less,AWS Solutions Architect/DevOps Engineer with IT Fundamentals,Cloud Computing and DevOps +283029,11539,clarusway,emre,False,2021,Clarusway is high demanded course,2021-11-04,5.0,5.0,5.0,5.0,"Clarusway is high demanded course with its plan and program from easiest to hardest..so it is very easy to become a professional in IT sector which you want to be.. devops, Full Stack or Data Science.. with its perfectly planned schedule you can be whatever... Read More you want in this course.. bu dont forget that its up to you of course..Read Less",,Unknown +282881,11539,clarusway,İsa sümer,False,2021,I got an offer from tech company after bootcamp,2021-10-30,5.0,5.0,5.0,5.0,"I attended Clarusway's Full-Stack Developer bootcamp. It was great. I got an offer from tech a company immediately after bootcamp. Course's tech stacks are : HTML-CSS-Javascript-React-Redux-Bootstrap-Material UI-Python and more and more languages.I will... Read More not pass without mentioning that Harvey teacher(HTML-CSS) is very good. Thank you Harvey, thank you Clarusway instructors and mentors.Read Less",Full Stack Development with IT Fundamentals,Other +282715,11539,clarusway,Zehra,False,2021,Best Bootcamp,2021-10-24,5.0,5.0,5.0,5.0,"I have been training in Clarusway for eight months. I have witnessed that it is the best bootcamp with the feedback of the trainees, keeping themselves open to continuous improvement.Moreover Clarusway makes great efforts to ensure that its trainees successfully... Read More complete the course and have a job. Thank you very much for your efforts.Read Less",Machine Learning/Deep Learning,Machine Learning and AI +282486,11539,clarusway,EMRE,False,2021,Great bootcamp,2021-10-18,5.0,5.0,5.0,5.0,"If you want to change your career towards IT, Clarusway will be the right address. I signed up for the Data Science path of this bootcamp and it has been a great experience. I wish I had started earlier. I am about to finish Data Science path and I started... Read More to get interviews.Read Less",Data Science with IT Fundamentals,Data Science and Analytics +282473,11539,clarusway,Pınar,False,2021,Clarusway ile IT kariyeri,2021-10-17,5.0,5.0,5.0,5.0,Gerek müfredatı ile gerek eğitmenleri gerekse mentorlük faaliyeti ile sıfırdan BT eğitimi veriyorlar. Kariyer yönetimi ile ilgili olan düzenli eğitimlerde iş hayatına hazırlama da çok başarılı.Kariyer değişikliği planlıyorsanız ITF eğitimi ile temelden... Read More bir eğitim alabilirsiniz.Read Less,,Unknown +281942,11539,clarusway,Hasan Ihsan Toker,False,2021,Perfect Education,2021-10-01,5.0,5.0,5.0,5.0,"Clarusway offers a wide range of opportunities for its students from different parts of the world. In such a catastrophic environment during COVID-19, I have found the chance to learn totally new branch in my life and found the opportunity to improve... Read More that. Moreover, I had found my job as a Full Stack developer in a business company and I had had no background of IT. In short, Clarusway may have the biggest impact in my life and I appreciate it.Read Less",Full Stack Development with IT Fundamentals,Other +281782,11539,clarusway,Ibrahim,False,2021,Best Bootcamp,2021-09-26,5.0,5.0,5.0,5.0,"If you want to change your career towards IT, Clarusway will be the right address. I signed up for the Data Science path of this bootcamp. Interaction with instructors, mentors, teaching assistants and classmates is very good. The facilities provided... Read More at Clarusway are really good and play an important role in your success. In addition, there is no reason not to get the job you want with the trainings given by the Career Management Services (CMS) within the course on effective LinkedIn profile creation, resume writing, interview preparation, etc.Read Less",Data Science with IT Fundamentals,Data Science and Analytics +281779,11539,clarusway,Murat E,False,2021,"Dedicated instructors, mentors and TAs",2021-09-25,5.0,5.0,5.0,5.0,"I enrolled in Clarusway in May, 2020 and graduated in February, 2021. I earned many skills and learned many tools from scratch in 9 months at Clarusway. All the instructors, mentors, TAs and my teammates were very helpful. They were all dedicated to help... Read More and support us. Well structured curricula, flexible lesson times and career services, were the distinguishing factor in my choice of Clarusway. I landed a job in 15 days after graduation. I strongly recommend Clarusway.Read Less",AWS Solutions Architect/DevOps Engineer with IT Fundamentals,Cloud Computing and DevOps +281773,11539,clarusway,Leon,False,2021,"Others may be the right bootcamp, but Clarusway is the best!",2021-09-25,5.0,5.0,5.0,5.0,"Without having a background in IT, I proudly finished the Data Science bootcamp at Clarusway. But I did never walk alone. You feel like you are in a family environment with a perfect system, a rich, dynamic and interactive curriculum, instructors and... Read More mentors who help you whenever you need it. The most important thing that sets Clarusway apart from the rest is that the staff strive to teach with dedication. Plus, there is definitely a solution for everyone whoever want a career change, upskill herself, or challenge himself at Clarusway.Read Less",Data Science with IT Fundamentals,Data Science and Analytics +281772,11539,clarusway,HAYKO,False,2021,I strongly recommend,2021-09-25,5.0,5.0,5.0,5.0,It is a one-to-one course for those who do not have an IT background and want to specialize in this field. I would definitely recommend. Instructors' approach to students is very good. The training materials are pretty self explanatory.I strongly recommend... Read MoreRead Less,AWS Solutions Architect/DevOps Engineer,Cloud Computing and DevOps +281771,11539,clarusway,Anonymous,True,2021,I strongly recommend,2021-09-25,5.0,5.0,5.0,5.0,It is a one-to-one course for those who do not have an IT background and want to specialize in this field. I would definitely recommend. Instructors' approach to students is very good. The training materials are pretty self explanatory. I strongly recommend... Read MoreRead Less,AWS Solutions Architect/DevOps Engineer,Cloud Computing and DevOps +281770,11539,clarusway,Serkansah,False,2021,My IT bootcamp advice to you is Clarusway,2021-09-25,5.0,5.0,5.0,5.0,"I think and I believe Clarusway is one the best bootcamp I have ever been. They know how to teach and they are very knowledgeable in their fields. they teach you a lot in a short time. If you are planning a new carrier do not waste time and come to Clarusway.... Read More There are different fields, which do you want you can attend easily. On the other hand you can reach anyone if you have a problem or question, 7/24. Thank you ClaruswayRead Less",AWS Solutions Architect/DevOps Engineer with IT Fundamentals,Cloud Computing and DevOps +281766,11539,clarusway,R.C.,False,2020,I wish I had known this course long before. The best starting point for a Data Science career.,2021-09-25,5.0,5.0,5.0,5.0,"They gave me huge experience. I learned a lot about data science. Clarusway also taught me DevOps essentials and full stack as well. With their help, I will be able to start my new data science career. Thanks Clarusway and respected teachers. ...",Data Science,Data Science and Analytics +281765,11539,clarusway,Sam Steady,False,2021,My_Thoughts_About_Clarusway,2021-09-25,5.0,5.0,5.0,5.0,"It is an institution with experienced trainers, a well-designed educational environment, and an institution that aims not to leave anyone behind and has integrated this understanding with preclass, inclass and postclass education methodology. I can wholeheartedly... Read More recommend Clarusway to everyone.Read Less",Data Science with IT Fundamentals,Data Science and Analytics +281764,11539,clarusway,Anonymous,True,2021,Clarusway is the best.,2021-09-25,5.0,5.0,5.0,5.0,"The Clarusway education system is indisputably first in line with my previous experience. Both the system and the staff are very good and devoted. Before I started the training, I was very undecided about which course to choose, as I have told from experience... Read More that my clarusway decision is not certain at the moment. Only those who have been in all life related to life here after the course will live in an approximate lifetime.Read Less",AWS Solutions Architect/DevOps Engineer with IT Fundamentals,Cloud Computing and DevOps +281761,11539,clarusway,Carter Edward,False,2021,Best Bootcamp ever,2021-09-25,5.0,5.0,5.0,5.0,"I have finished AWS/DevOps course at Clarusway starting May 2020 and ending February 2021.Before I join this bootcamp, I did not have any experience in the IT industry. Throughout my time at Clarusway, I gained a great deal of confidence, knowledge, and... Read More experience from a wide variety of sources, including my classmates, instructors, mentors, and experienced engineers working in the industry. They continued to assist me even after I graduated.My special thanks goes to every single person included in this continuous journey. I highly recommend Clarusway to the ones who wants to start a new IT career, very well equipped.Read Less",AWS Solutions Architect/DevOps Engineer with IT Fundamentals,Cloud Computing and DevOps +281760,11539,clarusway,Ferdi Zengin,False,2021,Clarusway Quality,2021-09-25,5.0,5.0,5.0,5.0,"I decided to enter the IT sector after I'm 40. I had a lot of questions in my head: can I do it, is it possible, etc. At this stage, I met Clarusway with the advice of a friend whom I opened up about. I noticed the difference in the first week classes.... Read More My insecurities and uncertainty began to disappear and I began to say ""Why can't I?"". Its instructors and mentors are exactly very qualified. Sometimes I think they don't sleep at all :) They own my problems more than I do... Until the problem is solved. Definitely a right way, a good choice... Thanks a lot Clarusway.Read Less",AWS Solutions Architect/DevOps Engineer with IT Fundamentals,Cloud Computing and DevOps +281759,11539,clarusway,Anonymous,True,2021,Best online education system,2021-09-25,5.0,5.0,5.0,5.0,"I started my training at Clarusway in May 2021. I couldn't even believe the development and changes in myself. I was very beginner in IT. I have a super team of mentors and instructors in front of me. They are really dedicated to their jobs. Also, there... Read More are CMS sessions that are very useful especially preparing a resume, Linkedin account. Whenever I need help and questions, my questions were answered immediately. Thanks to Clarusway.Read Less",Data Science with IT Fundamentals,Data Science and Analytics +281758,11539,clarusway,charlie falcon,False,2020,The best starting point to IT career,2021-09-25,5.0,5.0,5.0,5.0,"My experience with Clarusway was phenomenal in all aspects. The curriculum provided us with a solid foundation in AWS and DevOps that can be leveraged later after graduating and looking for jobs. We also built impressive projects that could be included... Read More in our resumes and discussed during interviews, which really helped, considering we didn't have any previous devops engineering work experience. Getting career support was better than I expected, better than the university I had previously attended. In addition to that, there is an extensive alumni network that is widely dispersed and very helpful. All of the alumni I contacted about job opportunities responded promptly, encouraged me, and were supportive. After graduating from Clarusway, I have a strong sense of where I want to go next concerning my career development and what projects I want to work on next.Read Less",AWS Solutions Architect/DevOps Engineer,Cloud Computing and DevOps +281754,11539,clarusway,Mccarthy,False,2020,Road to Success,2021-09-25,5.0,5.0,5.0,5.0,"I was one of the first students from the first cohort. I'll always remember my journey as a miracle. If you wonder why I can tell you that having a new career path in 9 months is a miracle. Clarusway consists of people who take professionalism as the... Read More standard. Mentors control your every move on LMS, so you can't have any chance to skip any responsibilities. most of my friends from my cohort found IT jobs and signed great contracts.Read Less",,Unknown +281753,11539,clarusway,John Smith,False,2020,A Real way to a Real job..,2021-09-25,5.0,5.0,5.0,5.0,"This is not a bootcamp only waiting for taking your money. They look arter you, they do not miss if you are absent. We are human we need somebody push üs forward. This is a place Like your family thinking of you. Do not miss this opportunity. If you go... Read More there, listen and do as they say, be sure that you will have a Real job. Thank you CLARUSWAY..Read Less",Full Stack Development,Web Development +281752,11539,clarusway,Bryan Myres,False,2020,Clarusway is a good start for the ocean on IT!,2021-09-25,5.0,5.0,5.0,5.0,Hi everyone. I confirm that the Clarusway team has an excellent AWS DevOps training program. I was a beginner at IT and Clarusway has provided a wonderful opportunity for me as an IT beginner learner through the course. It really gave me the basic foundations... Read More of IT and have taken a deep knowledge of AWS DevOps thanks to Clarusway. It challenged me to think and I enjoyed the projects that were incorporated to give hands-on training. Clarusway is a good start for the ocean on IT!Read Less,,Unknown +281458,11539,clarusway,Nurul Zudin,False,2021,Graduated from Clarusway and land the job after!,2021-09-15,5.0,5.0,5.0,5.0,"Taking this bootcamp has been the best leap I have taken for my career. I was self-teaching some programming language before this but wanted something to really push me and keep me accountable, and this program definitely did that. A big factor in my... Read More positive experience was having instructors and TAs who are genuinely passionate about teaching us and who keep a close eye to make sure no one gets left behind on any topic. The ability to attend part-time and continue working was a deal-breaker for me. It was fast-paced and insightful. I learnt so much and enjoyed being part of a community of Clarusway. The teachers were extremely helpful and full of industry knowledge. The technologies taught are relevant and have been really useful in my job hunt and at the last week of course finally I am officially as Devops Engineer. Thanks Clarusway!!Read Less",DevOps Engineer,Cloud Computing and DevOps +281328,11539,clarusway,Fikret Düzçeker,False,2021,Awesome experience to change your life,2021-09-09,4.7,5.0,4.0,5.0,"When I began to Clarusway Bootcamp in November 2020, I had not known that I would have such an amazing journey. In Clarusway, you don't get a just regular bootcamp. By its outstanding mentors, its teamwork based learning environment, and also its instructors... Read More who have in-depth knowledge in their fields, it is hard not to learn coding. Especially instructors were very well prepared for the classes and they always answered the questions even in out of working hours with a great enthusiasm. They all just wanted you to learn deeply topics of curriculum. They teached the lessons very devotedly. Thank you Clarusway. So glad I have you.Read Less",,Unknown +281290,11539,clarusway,Muhsin,False,2021,Clarusway,2021-09-09,5.0,5.0,5.0,5.0,"I started this course on recommendation to improve myself and change careers in the software field. I found the course I was looking for in computer technology. My three slick courtship experiences: 1. The curriculum is full and the instructors are very... Read More knowledgeable. Although it is distance education, interactive lessons are taught. In addition, the topics are up-to-date and support business life. 2. The academic calendar was planned at the university level, everything was considered. 3. The CMS (consulting system) that you will not find in any other course guides the trainees. There is more than a course can give. Friendship and ""we are a family"" thinking goes beyond the course. What's more, 5 stars. I advise. Thanks to Clarusway.Read Less",Data Analytics with IT Fundamentals,Data Science and Analytics +280763,11539,clarusway,Adem Budak,False,2021,Aws /Devops with ITF,2021-08-26,5.0,5.0,5.0,5.0,"I wanna change my job and I have been studying AWS/DevOps course with ITF. Instructors are so kindly, very good communication skills and they have high level talented instructors. Lessons are going on so funny and instructive. They are so professional.... Read More They teach lots of tools what are really necessary. If you search that tools in LinkedIn, you will see how required.Read Less",AWS Solutions Architect/DevOps Engineer with IT Fundamentals,Cloud Computing and DevOps +280757,11539,clarusway,Erman,False,2021,"Exactly what I needed: Quality, whole package, reasonable price",2021-08-26,5.0,5.0,5.0,5.0,"The course curriculum is designed for perfection. The teaching tools, pre-class, in-class and post class materials are highly sophisticated. Instructors and group mentors are very enthusiastic to teach and guide the students. Their community is definitely... Read More a next-level; you never walk alone. All your questions or support requests are welcomed/replied in quite a short time frame, if not in seconds or minutes. On top of it career support system is magnificent. They have a unique Career Management Service which supports students in all steps of a career development and reputation building in their field, including job applications and interviews. So, it is a whole package for quite a reasonable price.Read Less",Data Science with IT Fundamentals,Data Science and Analytics +280531,11539,clarusway,Maxim,False,2021,great to have such at team,2021-08-20,5.0,5.0,5.0,5.0,"At Clarusway mentorship programs, peer-learning, and project-based group study methods. Unique methodology enhances the abilities of learners by providing a fast track to become subject matter experts. Students gain the requisite classroom knowledge paired... Read More with the necessary hands-on skills demanded by our fast-paced industry. Our easy-to-use Learning Management System (LMS) enhances the learning process. The LMS goes far beyond conventional training by recording every training session, managing individual training requirements, and reporting training progress. You can access LMS at any time. You can check yourself with the LMS’s huge question bank’s questions at every step of learning. LMS also helps you to stay organized. You can view the content taught in class, submit your assignments, keep an online schedule, and manage all of these materials. Our programs are designed for beginner to advanced level. We offer a totally beginner-friendly IT Fundamentals (ITF) Program for beginners before they start intermediate-level courses. What makes us unique in terms of IT training for newcomers is that applicants are not required to pass any technical elimination process before starting our programs, except a simple assessment of their communication skills. Offer six training packages for beginners and ten training packages for professionals, offered under three main IT career paths (AWS/DevOps, Full Stack Development, Data Science). Each career path consists of modules. Beginner-level students are free to choose which career path they will continue to follow after completing the ITF module. We also have intermediate and advanced level programs that require some level of previous IT experience.Read Less",AWS Solutions Architect/DevOps Engineer,Cloud Computing and DevOps +280525,11539,clarusway,Batuhan Karaahmetoğlu,False,2021,Good course,2021-08-20,5.0,5.0,5.0,5.0,"Recommended. 9 months of IT training. Last 6 months the part you want. AWS, Data Science or Full-Stack. It's tough at first. But later you are starting to learn some basic languages. both instructor told, as well as by practicing yourself; You have taken... Read More the first step towards becoming a professional.Read Less",Full Stack Development,Web Development +280522,11539,clarusway,Vedat G.,False,2021,"Fits for ever one, Just follow the instructers",2021-08-20,5.0,5.0,5.0,5.0,"Pros The most important one for me, the desin of the course fits for everyone and the cirruculum is very well prepared so you do not get lost in the information ocean. Another ones is CMS which stands for career Management sessions. From the day one of... Read More the course the CMS Team is with you. Prepare you to professional life. Coache you while preparing you cv/resume, before interviews and building your personel branding with linked accounts etc. The other one is the learning Management system (LMS) that they use. Before online classes you prepare yourself for the class, after class you can find online class recordings (if you could not attend the online class, recordings save you), and there are a lot of additional sources when you want Deep dive in subjets. About the cons of course there are some issues that could be better. One of them is duration, I finished data Science pad which longed 9 months. If you have basics knowlage this 9 moths can be 6 also (if you do not want you can omit basic training(1.part) and start from data analysis(2.part). It is up to you.Read Less",Data Science,Data Science and Analytics +280175,11539,clarusway,burcu sevgican dikec,False,2021,best course ever,2021-08-10,5.0,5.0,5.0,5.0,"When I decided to change my career path , I searched lots of DevOps Courses..My last stop was Clarusway.. So glad to choosed Clarusway.In 10 months they taught us most popular DevOps tools.Instructors efforts are incredible..They all are try to not left... Read More anyone behind.. Clarusway career management system also works great..They prepare us for the interviews, both for soft skills and technical onesRead Less",,Unknown +279821,11539,clarusway,H Yasir,False,2021,Reinvent yourself,2021-07-30,5.0,5.0,5.0,5.0,"I wanted to study in the field of informatics that I was curious about and I chose Clarusway. I started the IT course fearing that I would not get the necessary support for adequate training, but Clarusway and its instructors took all my worries away.... Read More Because a great support is provided to all participants from beginner to pro level. In addition, they not only ensure that I receive an excellent education in the field of IT, they also prepare the participants for the future by sharing their experiences about all the challenges that may be encountered in the IT industry in the future.Read Less",Data Science/ Machine Learning for Beginners,Data Science and Analytics +279800,11539,clarusway,Serkan Sahan,False,2021,In my opinion Clarusway is one of the best IT Course,2021-07-29,5.0,5.0,5.0,5.0,"If you haven't decided yet, now is the time. Without wasting any more time, leave yourself to the experienced and qualified instructors of Clarusway. You will find that many things that previously seemed impossible can actually be done. It is a very good... Read More opportunity for those who will step into the IT world.Read Less",AWS Solutions Architect/DevOps Engineer for Beginners,Cloud Computing and DevOps +279749,11539,clarusway,ahmet,False,2021,this fullstack developer bootcamp was an amazing learning journey for me,2021-07-28,5.0,5.0,5.0,5.0,I graduated clarusway fullstack developer bootcamp almost six months ago. I studied very hard with my friends. Teamwork studies in my opinion in this cours is the main part of my favorite thing about this course. And the curriculum is the best I think.... Read More I recommend fullstack developer bootcamp all my friends. It was very good experience for me and right now ım working as a developer. Thanks alot clarusway and my dedicated team friends.Read Less,Full Stack Development for Beginners,Other +279748,11539,clarusway,israfil topaç,False,2021,Amazing!,2021-07-28,5.0,5.0,5.0,5.0,"What I liked most about Clarusway was how friendly they were! Their admissions reps reached out to me, gave me the resources I needed, and answered any questions I had. Clarusway also focuses their curriculum to the backbone on full-stack path, which... Read More was the path I was learning. I had a fantastic experience with Clarusway during my Full Stack Development course. Everything is done from scratch, from the idea to the final product. I appreciated that they don't just teach coding; you also have access to a career service's sessions. . If you want to change jobs and start coding, you can make this the best investment for yourself!Read Less",Full Stack Development for Beginners,Other +279310,11539,clarusway,Hilmi,False,2021,""" Clarusway a boot camp that does its job perfect """,2021-07-13,5.0,5.0,5.0,5.0,"Data science is being used across different industries. This field has paramount importance for skilled professions and organizations focused on collecting data and extracting meaningful insights out of it to aid business growth. This program is delivered... Read More as a part-time/fulltime program where you learn every day through pre-class, in-class, and post-class activities behind the lab and mentoring sessions. At the end of the course, you will be able to identify important questions in your field of study, collect relevant data from various sources with the help of the tools you have learned, store and organize data, decipher useful information and eventually turn them into business solutions and present the findings that will positively affect the business.Read Less",Data Science/ Machine Learning for Beginners,Data Science and Analytics +278964,11539,clarusway,Durmuş PALA,False,2021,Many thanks to Clarusway :),2021-07-01,5.0,5.0,5.0,5.0,"I joined a 9-months IT journey with them. It was an amazing and so beneficial time for me. I decided Full-stack path and today going on the backend module. They have a perfect Learning Management System (LMS) and in addition to beneficial, lively online... Read More classes, we have also 1 on 1 mentor for each other. I am so happy with the improvement of myself. Thank you Clarusway. :)Read Less",Full Stack Development for Beginners,Other +278951,11539,clarusway,Mehmet Altun,False,2021,I have been offered a role last week of the boot camp at Clarusway.,2021-06-30,5.0,5.0,5.0,5.0,"One of my friend recommended Clarusway and I wanted to give it a go. I realised that the learning material is really suitable for me and I enjoyed more as the course progressed. I have made a lot of friends and we are meeting every week and we are determined... Read More to keep in close contact. Clarusway community is growing and a lot of people support readily available for students and graduates. I have to point out that whenever you have a question you can ask and you get a reply from mentors within matter of minutes. You get mentoring support 24/7. When you take quality of projects, labs, hands on experience, live sessions, teaching material, market preparations support, certification preparations, and mentoring into account very good value for money. Clarusway bootcamp prepared me well enough for my current role which started during last week of the bootcamp.Read Less",AWS Solutions Architect/DevOps Engineer for Beginners,Cloud Computing and DevOps +278947,11539,clarusway,Heydar,False,2021,Switched my major and updated my skilset,2021-06-30,5.0,5.0,5.0,5.0,This Bootcamp was the right decision I have made during the pandemic. I have passed my official AWS architect exam right after the whole program. I really recommend this course/ Bootcamp if you are ready to update yourself and learn the new technologies.... Read MoreRead Less,AWS Cloud Engineer/Solutions Architect for Professionals,Cloud Computing and DevOps +278452,11539,clarusway,ALI CAVDAR,False,2021,Data Science,2021-06-14,5.0,5.0,5.0,5.0,"I had an amazing experience going with clarusway. I enrolled in their Data Science path. I made incredible connections with instructors, mentors, and classmates that ı will continue to cherish and maintain. Clarusway is not just a bootcamp, it's also... Read More a community, and that's hard to come by all on your own. Also, keep in mind, this is an intensive bootcamp, so be prepared to really work and manage your time. The career services are also what really got me to join, and they know their stuff, so really listen to them! One last important thingi always attend the CMS sessions they offer and get involved with the community. It will help immensely when the time comes job hunt.Read Less",Data Science for Professionals,Data Science and Analytics +278440,11539,clarusway,Tomy Templeton,False,2020,Changed my life,2021-06-14,5.0,5.0,5.0,5.0,I was one of the first students of Clarusway. It has a comprehensive education system. The curriculum is designed for non IT people. First three months we learned about IT fundamentals. After that period AWS module started and took 3 months. Last 3 months... Read More we learned the most popular DevOps tools. My IT related friends had a hard time believing that we had learned so many tools and services. Lots of my class mates found a job after that course. We became like a family with Clarusway.Read Less,AWS Solutions Architect/DevOps Engineer for Beginners,Cloud Computing and DevOps +278262,11539,clarusway,Mikdat Yücel,False,2021,Best Course ever !!!!,2021-06-09,5.0,5.0,5.0,5.0,"I decided to learn machine learning & deep learning and joined Clarusway's Data science online programs. We have take more than 900 hour online course that covers Machine Learning and Natural Language Processing in Python (Random Forest, Xgboost, K-means,... Read More ANN , Regex, Object Oriented Programming etc.). Participated in weekly live 1:1 mentoring sessions with an industry-experienced data scientist and completed 10 in-depth capstone projects. We obtained advanced level skills in Python, SQL, Tableau, Google Spreadsheets, Data Analysis, Data Visualization, Hypothesis Testing, Machine Learning, Deep Learning and Statistic each of these topics take about 3 week, so we covered all subjects in detail. We almost see every topic about Data Analysis and Data science, We did many example assignment for each topic we learned deeply each of them. We covered all Machine learning and deep learning process from data cleanining & future engineering to deploying model with AWS & Streamlit. Last 1 month we made 4 capstone project to reinforce all topics that we learn. After graduate to bootcamp , CMS team always helped us to find job, they gave information about preparing CV , optimizing linkedin profile until we find a job. And I got 3 diffirence job offer. And I working in a company as a data scientist. Tools, languages , libraries and metadoligies that we learned : • Agile , Scrum , Kanban, Version Control Systems (Github) • Model deployment , Model interpretation , Model governance • Pycharm, VS Code, Flask, • Scipy | Tensorflow | Sckit-Learn | AI | NLP | Numpy | Pandas | Flask | Seaborn | Matplotlib • Tableau , SQL, Python, Regex ,Google Sheets , Statistics, AWS There are also career lectures, writing a resume, creating a LinkedIn profile, mock interviews, and more are also available, along with endless support from instructors, mentors, and classmates. I strongly recommend Clarusway to all prospective students.Read Less",Data Science for Professionals,Data Science and Analytics +278009,11539,clarusway,Iden Wood,False,2021,Data Science,2021-06-04,5.0,5.0,5.0,5.0,"Clarusway has an Innovative Teaching Model. Pre-Class, In-Class, and Post-Class phases make you learn. No way you can miss the curriculum. You learn one by one all of the lessons. Clarusway uses the latest educational tools. Especially LMS is great. You... Read More can reach the content any time any place. You check yourself with assignments and get hands-on exercises. Moreover, you cover all issues by doing capstone projects. You are not alone during this process. Q&A channels are fully supportive. If you still have any issues you get 1 on 1 support. Your mentors provide you educational advice. The career management system gets you ready for your job. you meet with IT professionals. you have resume services, LinkedIn profile building, interview preparation. All included system makes you feel comfortable for your future.Read Less",Data Science/ Machine Learning for Beginners,Data Science and Analytics +277922,11539,clarusway,Yasin Ozlu,False,2021,Many thanks to Clarusway,2021-06-03,5.0,5.0,5.0,5.0,"I had an amazing experience going with Clarusway. I've thought of going on a IT boot camp for years but like most of us, always found an excuse. I finally enrolled in their AWS/DevOps path with the recommendation of a close friend. It was the best decision... Read More of my life. I had worries and fears because I had no previous IT background and no training. Shortly after I started the course, I realized that these worries and concerns were unnecessary. The structure of the boot camp was fantastic, the mentors and teachers were super friendly, supportive and enthusiastic throughout. Clarusway bootcamps provide both career and life coaching services, including motivational support, meetings with industry professionals, resume assistance, interview preparation, and salary negotiations. It was great to get answers to every question we asked throughout the course, no matter what time it was, even after the course ended. Much of the quality of the course is due to the outstanding instructors and mentors who constantly monitor the progress of all students and answer questions. (You will never walk alone.) Also I had access to pre-class materials on a 7/24 basis. I think I've made permanent friendships at this boot camp. Our solidarity still continues.Read Less",AWS Solutions Architect/DevOps Engineer for Beginners,Cloud Computing and DevOps +277749,11539,clarusway,Yavuz Seckin,False,2021,Happy to study at Clarusway,2021-05-31,5.0,5.0,5.0,5.0,"I have finished AWS/DevOps course at Clarusway starting Jun 2020 and ending February 2021. I am happy to choose them as they know what they are teaching, they are working hard and encouraging us to study hard. I have passed my certification exams (total... Read More 3) and I am having my job interviews these days and hope to find a good job soon.Read Less",AWS Solutions Architect/DevOps Engineer for Professionals,Cloud Computing and DevOps +277690,11539,clarusway,F.Deniz Sari,False,2021,From zero to hero!,2021-05-30,5.0,5.0,5.0,5.0,"I attended Clarusway DevOps Engineering course which started in 2020 and ended in February this year. I am very pleased to join this course and strongly recommend Clarusway to anybody who is eager to build up a new career. Here are some reasons that I... Read More liked the course: - The curriculum and all resources are very well prepared. - Clarusway has very good instructors. - CMS (Career Management System) is as valuable as the course itself. It really helps you to prepare a professional CV, Linkedin profile, interview readiness, experience sharing, Github profile... etc. - You can use resources for some time after the course if you need them. - Very strong community. Everybody very helpful, eager to teach and learn. We made another project after the course ourselves with the help of an instructor. - Throughout the course, you make lots of hands-on experiences and about 11 projects. - Mentoring is the best. You can ask any question at any time! (no matter it is late at night or early in the morning. )Read Less",AWS Cloud Engineer/Solutions Architect for Beginners,Cloud Computing and DevOps +277684,11539,clarusway,Nur,False,2021,Amazing training experience,2021-05-30,5.0,5.0,5.0,5.0,"Clarusway is teaching on-demand technologies. I strongly recommend Clarusway, if you are on the look out for a bootcamp. The instructors have strong knowledge in their fields. The most important thing is, they are always there when you need help. The... Read More pre-class materials are very well structured. The curriculum includes many hands-on and real life projects. I had an amazing 9 months full of creativity during my Full Stack Development course in Clarusway.Read Less",Full Stack Development for Beginners,Other +277673,11539,clarusway,Erdem Urun,False,2021,Excellent Course experience That I have ever made online!,2021-05-30,5.0,5.0,5.0,5.0,"It was a difficult decision for me to choose an IT school at first, but I have never regretted to be a part of this elite IT school. Clarusway is dedicated camp from instructors to classmates. They have never made me feel alone, mentoring is very helpful... Read More program. I could always find an answer to my problems 7/24. I have chosen Data Science path, after 3-month IT fundamentals course, then I have begun DS. It was a life changing experience for me. The preparation is extremely thick, yet the activities are very much organized and the instructing material utilized is truly finished and simple to utilize. The educators show restraint, thoughtful, and will consistently be there to help you and answer your inquiries. The course structure, the instructors, the local area: it's all consummately thought-out and executed. I actually can't exactly acknowledge exactly the amount I've learned over the course of about 9 months. I feel very solid and steady for a profession in the tech field. Until Clarusway, I don't know where to begin, and I was preparing to do this as a career. However, after some realizations, I changed my mind and decided to pursue Data Science instead. I decided that Clarusway was the place to enroll in May 2020 after hearing great reviews. I don't regret it at all! It was a fantastic trip for me! I quit learning on my own and joined Clarusway. It was a fantastic decision. The program is fluent and fast but so exciting! The curriculum is designed so you'll never be lost. All the instructors, mentors, and teaching assistants are available to help when you get stuck! We have gained so much knowledge in such a short period of time. If you want a career change, upskill yourself, or challenge yourself, I recommend Clarusway. There's an entire community waiting for you when you join Clarusway!Read Less",Data Science for Professionals,Data Science and Analytics +277651,11539,clarusway,Rahul,False,2021,I made one of the best decisions of my life!,2021-05-28,4.3,4.0,5.0,4.0,"My life has changed thanks to Clarusway. I am now a DevOps Engineer. I owe my success to Clarusway. I tried learning some Devops tools on my own before attending this bootcamp, but it was really difficult since I was working in a different environment.... Read More After hearing about the excellent reputation of Clarusway and being convinced by the positive reviews, I decided to take the plunge and start a new journey! I had never gained so much skill in such a short period of time before. I was blown away! I highly recommend this bootcamp to anyone passionate about learning and who wants to be a devops engineer and understand tech issues. I made one of the best decisions of my life!Read Less",AWS Solutions Architect/DevOps Engineer for Beginners,Cloud Computing and DevOps +277648,11539,clarusway,Hamza S,False,2021,Best bootcamp,2021-05-28,5.0,5.0,5.0,5.0,"Even though I had an IT background, I was hesitant to join the program in the beginning. However, after completing everything and going through the curriculum, I never regretted my decision! With Clarusway, you will learn skills that are actually in demand... Read More in today’s market. You will find yourself getting more interview requests. What makes Clarusway stand out from the rest is the culture at the center of its organization. I promise that you will have a great time working with energy, passion, and others who are willing to help each other. So many new people I have met have a similar passion to mine, and I look forward to working on projects with them. Being part of Clarusway Alumni and having that network is very valuable. If you are hesitating like I was, I highly recommend that you don't and go for it!Read Less",AWS Solutions Architect/DevOps Engineer for Beginners,Cloud Computing and DevOps +277640,11539,clarusway,David E.,False,2021,A nice place for development,2021-05-28,4.7,4.0,5.0,5.0,"Having decided to attend Clarusway as a part of my personal upskilling and career-shifted initiatives, I was unsure as to what to expect. Although my experience exceeded my expectations, I strongly believe it was the right move at the right time. There... Read More is a group of smart, energetic, and talented people who run the program. It is my recommendation that anyone with the means and desire to make this change go for it. You will gain a lot of real-world experience by doing what developers actually do every day. Additionally, you can showcase your projects to future potential employers. Your comfort zone is shoved to the edge, but it's worth it. It goes way beyond a paycheck. Clarusway graduates become part of a network amongst their fellow grads, and I encountered this confidence first-hand during the cohort. Many thanks, ClaruswayRead Less",Data Science/ Machine Learning for Beginners,Data Science and Analytics +277621,11539,clarusway,ErkanAlp,False,2021,A new life after AWS/DevOps bootcamp,2021-05-28,4.3,4.0,5.0,4.0,"While I spent my life working in classical jobs, I attended the clarusway bootcamp to give a new direction to my life. I learned how valuable my investment was after I graduated. Now I am getting job offers and getting interviews. The interest and relevance... Read More shown in the course has provided me with a greater benefit than I can imagine. I would like to thank all the clarusway team here.Read Less",,Unknown +277580,11539,clarusway,Nathen,False,2021,Full Stack Developer Bootcamp,2021-05-27,5.0,5.0,5.0,5.0,"I had a great course process in the new career field I started with Clarusway in the field of IT. I completed my IT course process on the Full Stack Developer path at Clarusway. Be prepared for an intense and motivated course process. Because Clarusway... Read More continued this throughout the course. They gave their support 24 hours a day, every day of the week, with the connection provided by the instructors and mentors whenever we needed it, without decreasing the motivation of the course. They provide very effective information about time management, motivation and job finding stages with the career management system team. Following and applying the Career Management System sessions will make it very easy for us to find a job. Although I did not have much knowledge in the field of IT at the beginning, ​I learned a lot at the end of the course. Whatever level you are in the IT field, Clarusway brings you to the best level at the end of the course within the training plan. I highly recommend Clarusway.Read Less",Full Stack Development for Beginners,Other +277574,11539,clarusway,Hakan KARAMAN,False,2020,"Dense education, great career managemenet system",2021-05-27,5.0,5.0,5.0,0.0,"The program is impressive and covering lots of material. The course offers a great in-depth study of various technologies needed to become a successful AWS-Devops Engineer. All of their career management support made an extra difference, and I also definitely... Read More appreciated much their help. To help you build your resume and learn how to establish network, a career coach meets with you multiple times. It was also very helpful to have the interviews which is required to pass the interviews. Having experience with different types of interviews made a great time to learn what to expect when applying for jobs. Regards.Read Less",AWS Solutions Architect/DevOps Engineer for Beginners,Cloud Computing and DevOps +277547,11539,clarusway,Kurt Zeng,False,2021,Highly recommend Clarusway,2021-05-26,4.3,4.0,4.0,5.0,"I am pleased to be writing this review, having recently graduated from Clarusway's AWS and Devops courses. Clarusway was incredible and welcoming from the beginning to the end. Due to the pandemic, I was skeptical about remote learning at first. But Clarusway... Read More still managed to foster a great sense of community and really helped adapt to your learning style. This program allows you to enter the bootcamp with zero knowledge and leave with enough understanding to land a job. Getting the support I needed for job searching and interviewing played a crucial role in me landing my current role. A large part of the quality of the course is due to the outstanding instructors and mentors who answered questions and continuously monitored the progress of all the students. It is always possible to find someone willing to help you who has the right skills to help you acquire them at Clarusway.""Read Less",AWS Solutions Architect/DevOps Engineer for Beginners,Cloud Computing and DevOps +277543,11539,clarusway,Ugur Polat,False,2021,Clarusway Data Science IT School,2021-05-26,5.0,5.0,5.0,5.0,"Regardless of the level at which you are in the IT industry, you can count on Clarusway for an excellent contribution. As a beginner in the course, I didn't know much about computers and industry, but as time passed I acquired so many skills that I commenced... Read More working on my project. Your teachers and mentors are always there to offer support during the course. In general, it is almost impossible not to find a job if you follow the suggested schedule at an average level. Clarusway provides you with continuous support even after you complete the course. It is impossible to find a better school when you consider the service offered and the price. Join us at Clarusway if you are interested in getting started in the IT industry or if you wish to advance.Read Less",Data Science/ Machine Learning for Beginners,Data Science and Analytics +277531,11539,clarusway,Özkan Yildirim,False,2021,Clarusway Data Science Bootcamp,2021-05-26,5.0,5.0,5.0,5.0,"Clarusway provides a specialized bootcamp with a highly qualified and accessible staff to guide trainees throughout each step of data science. • As a lifelong learner with two master's degrees, I have completed more than 20 certified programs. Clarusway... Read More has helped make my career transition process solid, and the mentoring and guidance they provide has made me feel that I'm not alone. • I also want to highlight the learning community that works together and strengthens each other. • During the online sessions, we used five different apps in a very coordinated and effective manner, which surprised me a lot. • An additional highlight is Clarusway’s learning methodology, they maintain a platform called LMS and they release learning materials in 'sprints'. Even their schedule is agile!Read Less",Data Science/ Machine Learning for Beginners,Data Science and Analytics +277527,11539,clarusway,Faris Kanbur,False,2021,Best Bootcamp,2021-05-26,5.0,5.0,5.0,5.0,"Like everyone else, I did a lot of research at first to avoid both loss of time and money, and when I consider all course options, I decided that Clarusway was the most logical and best option.As someone who has just finished the course, I once again... Read More saw how correct my choice was.It is very successful with its qualified expert staff and the quality education they provide throughout the course.They also offer you the best service in shaping your career thanks to the mentors who take care of you throughout the course.In addition, they support you by following your recruitment process after the course.In short, you become a part of a large family rather than being a part of a course and receive a very high quality education.Read Less",Full Stack Development for Beginners,Other +277508,11539,clarusway,Thomas Welbeck,False,2021,World's best bootcamp,2021-05-25,5.0,5.0,5.0,5.0,"This program is perfect, and I would highly recommend this program to my friends. There are many resources you can utilize so as to stay on track and not fall behind. Furthermore, you will be assigned a mentor to get a better understanding of topics you... Read More do not have an in-depth understanding of and assist you with your capstone. They are highly qualified in their field and are well-educated in it. Additionally, you are offered career-related resources, such as your resume and cover letter being reviewed, and you are taught how to network. It is important to have a thirst for knowledge and to strive to improve yourself.Read Less",AWS Solutions Architect/DevOps Engineer for Beginners,Cloud Computing and DevOps +277489,11539,clarusway,Fethi SANDIK,False,2021,Best Bootcamp Ever,2021-05-25,5.0,5.0,5.0,5.0,"I have been thinking about improving my skills and add up new ones, I searched many bootcamps and finally found Clarusway to make my dream come true. During the course, day by day my learning experience has getting a positive and memorable experience... Read More for me. Clarusway is a place that teaches you and guides you to the path that is right for you. All the instructors, mentors, coaches, and staff members here are friendly and supportive at all times. As a result of my previous experience, I am adamant that if I return to the time, I first picked Clarusway, I will do the same.Read Less",AWS Cloud Engineer/Solutions Architect for Beginners,Cloud Computing and DevOps +277459,11539,clarusway,Anonymous,True,2021,Clarusway,2021-05-24,5.0,5.0,5.0,5.0,"Clarusway offers a range of options for data science education seekers, including a learning path of sequential courses in information technology. The Diploma program is a full-time, six-month course covering all tools and technologies in data science,... Read More including Python, SQL, Machine learning and big data. Courses on the learning path include specialized training in these subject areas, which vary according to skill level, time commitment requirements and program length. The curriculum of Clarusway's training camps is designed by data scientists and industry recruitment managers and partners, and students gain practical, hands-on experience through client projects. Clarusway provides students with access to recruiting activities and guides every graduating student as a partner to recruiting managers, recruiters and alumni networks.Read Less",Data Science/ Machine Learning for Beginners,Data Science and Analytics +277456,11539,clarusway,Semih Sevinç,False,2021,Best bootcamp ever,2021-05-24,5.0,5.0,5.0,5.0,"I learned a lot from Clarusway's Data Science bootcamp. It was quite challenging for me because I had never programmed before taking the course. Yet, the courses are designed to make sure you have a solid background in technical skills and to equip you... Read More with the tools to prepare you after the bootcamp to go further and develop your skills. I had excellent instructors who were very knowledgeable, always willing to help, and open to new ideas. Clarusway's staff is also very supportive and makes everyone feel comfortable during the learning process. I got a very professional service from Career management service in terms of getting a job. For example, the mock interview here is more challenging for me. Resume preparation, interview preparation, motivation ... I heartily recommend this bootcamp to everyone!Read Less",Data Analytics/ Data Visualization for Beginners,Data Science and Analytics +277455,11539,clarusway,Walt Harris,False,2021,Clarusway AWS/DevOps IT School,2021-05-24,5.0,5.0,5.0,5.0,"The Clarusway program has been a real blessing to my life! I am so thankful for its help. The mentorship program and career service really helped me take the next step to success. This is a group of people who really care about your success and are usually... Read More thinking about you getting a job. We have so much support and resources available for the students, and the staff is a wonderful bunch of people. Highly recommend this course to anyone who is planning to transition into DevOps or anyone thinking about it.Read Less",AWS Solutions Architect/DevOps Engineer for Beginners,Cloud Computing and DevOps +277454,11539,clarusway,Emre B.,False,2021,Clarusway Data Science Online IT Training School,2021-05-24,5.0,5.0,5.0,5.0,"The path of Data Science that I have attended the last 9 months was the most effective Bootcamp. During my training, I have learned many tools and agile methods. The Learning Management System( LMS) was very pratic and the curriculum has been adapted... Read More to the needs of the market. The instructors and mentors are very capable and Clarusway has a high-quality Career Management System that helps the trainee to prepare themselves for a new career. I recommend it to anyone who wants to start a new career in the field of Data Science.Read Less",Data Science/ Machine Learning for Beginners,Data Science and Analytics +277407,11539,clarusway,fatih,False,2021,Data Science/Bootcamp,2021-05-22,5.0,5.0,5.0,5.0,"I was continuing my life as an engineer until I met Clarusway. However, I found it logical to enter the IT field in today's technology. I decided to continue my life with computer programming. After my research, I decided that Clarusway would be the place... Read More to record in May 2020. I think I did it very right. I have no regrets! The whole team is really professional. The projects we care about really help you solve things independently, but still support you when you get stuck. They're also great because they give you a real insight into working as a data scientist and collaborating with your team. I highly recommend Clarusway!Read Less",Data Science for Professionals,Data Science and Analytics +277402,11539,clarusway,kadir şalvarcı,False,2021,Best bootcamp ever,2021-05-22,5.0,5.0,5.0,5.0,"“I graduated from Clarusway around February 2020. I had never been in an immersive environment before and it was really busy. . During my time at Clarusway, I have gained a lot of confidence, knowledge and experience from a wide variety of sources, including... Read More my classmates, instructors, mentors and experienced engineers working in the industry. Even after graduation, we can come together and study with our teachers and friends. They helped me when I had a problem. I recommend everyone to meet clarsuway. Clarusway gave me a strong foundation for clouds and devops that I could build on for the rest of my life. Thank you so much! ""Read Less",AWS Cloud Engineer/Solutions Architect for Beginners,Cloud Computing and DevOps +277394,11539,clarusway,serdar durmus,False,2021,Best Bootcamp Ever,2021-05-22,5.0,5.0,5.0,5.0,"I can't forget that at times when my programs were out of order, Clarusway surrounded me with a supportive learning environment that allowed me not to be afraid of failure. He taught me the importance of troubleshooting and asking for help, and they were... Read More given the opportunity to learn early on to solve these problems. I had never been in an immersive environment before and it was really intense. But I never thought about quitting. My teachers ' high confidence in us, even more trust in us than we do, protected us from negative thoughts. During my time at clarusway, I gained a great deal of confidence, knowledge and experience from a wide range of sources, including classmates, instructors, mentors and experienced engineers working in the industry. They continued to help me even after I graduated. They're still helping, and I know they will. I am very, very lucky to have set out into the software world with Clarusway. Thank you so much, Clarusway !Read Less",Full Stack Development for Beginners,Other +277391,11539,clarusway,Ramazan Aksu,False,2021,A Good Opportunity for Begin a New Journey,2021-05-22,5.0,5.0,5.0,5.0,"In the beginning I was worried as I stepped into a new career. I did not have an IT background before. But with Clarusway's family atmosphere and dedicated staff, this concern disappeared in a very short time. After 8-9 months of intensive and applied... Read More training, I graduated well-equipped. A short while ago I found my first software job. Thanks Clarusway..Read Less",Full Stack Development for Beginners,Other +277388,11539,clarusway,James Scofield,False,2020,AWS & DevOps Course,2021-05-22,5.0,5.0,5.0,5.0,"This Bootcamp has solidified my passion for tech and made me realize what can happen if you devote yourself to something you're passionate about. As a result of learning lifelong skills such as software development, logic, and learning, I am excited to... Read More share what I have learned with you. They have excellent instructors and mentors who are passionate about teaching and technology. Clarusway is an outstanding program for anyone who is looking to delve into the tech industry.Read Less",AWS Solutions Architect/DevOps Engineer for Professionals,Cloud Computing and DevOps +277335,11539,clarusway,Kayhan,False,2021,The right choice for career change,2021-05-20,5.0,5.0,5.0,5.0,"It was one of the best experiences in my life after spending a few months deciding if Clarusway was the right choice for a life change. You may feel overwhelmed at first with all the new information you are learning. However, after a while, you settle... Read More these ideas down and start making more sense. In the end, you created a project from scratch without taking into consideration the fact that you don't know much about coding. Clarusway is 100% the right choice for anyone interested in changing careers and going to the tech path. Do not hesitate to contact them if you have any doubts about it; they will always welcome you as they did for me. I would like to thank Clarusway for their efforts.Read Less",AWS Cloud Engineer/Solutions Architect for Beginners,Cloud Computing and DevOps +277330,11539,clarusway,Stefan,False,2021,greatest experience,2021-05-20,5.0,5.0,5.0,5.0,"One of my greatest experiences in life has been my time at Clarusway. I started the course with some coding knowledge, and now I know how to create apps with many lines of code. I've met so many people at Clarusway that have helped me on my path, and... Read More now I call them friends. It is also the fact that the staff at Clarusway is one of the main reasons why I loved my time at Clarusway. They helped me get a great internship at an amazing company, and I'm thankful everyone at Clarusway made my nine-month journey memorable. My recommendation to anyone who wishes to take up programming is to take this course because at the end of the day, you will not be disappointed by it.Read Less",,Unknown +277317,11539,clarusway,Hasan Akkoca,False,2021,A New and Professional Approach to Online Learning,2021-05-20,5.0,5.0,5.0,5.0,"While I was working, I attended Clarusway's AWS and DevOps online programs. In the first half of the course, we learned about AWS services, and in the second half, we learned about a DevOps tool. During the course, we covered some of the following topics:... Read More network basics, Linux and shell scripting, CI/CD concepts, docker, Kubernetes, Ansible, Jenkins, Terraform, and Grafana. Initially, lectures are given, followed by lab exercises that help us reinforce what we've learned. There are also career lectures, writing a resume, creating a LinkedIn profile, mock interviews, and more are also available, along with endless support from instructors, mentors, and classmates. I strongly recommend Clarusway to all prospective students.Read Less",AWS Solutions Architect/DevOps Engineer for Beginners,Cloud Computing and DevOps +277285,11539,clarusway,Sahin ULU,False,2020,Excellent Online IT School I have ever seen !,2021-05-19,5.0,5.0,5.0,5.0,"From a maths background, I jumped at the chance to learn programming. As a result of careful research, I have decided to enroll in the Clarusway online bootcamp. It's been an incredible journey. It is an exceptionally well-rounded program with top-notch... Read More teachers, resources, and staff. Even in a remote setting, access and support were seamless. Having completed our bootcamp and completed our projects, I couldn't stop wondering how the same person who completed the course that started it was the same person who finished it. Highly recommend!Read Less",Full Stack Development for Beginners,Other +277272,11539,clarusway,Burcu ALPER,False,2021,An amazing career journey in Clarusway,2021-05-18,5.0,5.0,5.0,5.0,"It is a course that improves my life and career in a way that I never expected. I have completed the data science path in Clarusway bootcamp. It was a very, very useful process with mentors, instructors, classmates, training documents and preclass. Clarusway... Read More had promised a sincere family. So it happened. Unlike any existing bootcamps! Everything, even the hardest thing, catchy is narrated. The lessons are not boring at all. Mentors keep them fit and alive, and they are not allowed to fail or be lazy :) They prepare for real business life in a very attentive and programmed manner. With Cms seesions, at the end of the training It was one of the best things to offer a real interview experience. Everyone is very positive. I was often amazed at how everything was thought out and meticulously. Thank you very much Clarusway.Read Less",Data Science for Professionals,Data Science and Analytics +277265,11539,clarusway,Marc Oneil,False,2021,Well designed online education system,2021-05-18,4.7,5.0,5.0,4.0,"I just completed the Clarusway Data Science Bootcamp, and I can honestly say that it has been the most challenging and incredible experience I have ever experienced. Their methods are incredibly efficient, the course is well structured, and you are taught... Read More everything from scratch. In general, I don't recommend much due to the fact that everyone's views on high standards can vary, but I am confident that I couldn't recommend this course enough; I would do it again if I could.Read Less",Data Science/ Machine Learning for Beginners,Data Science and Analytics +277254,11539,clarusway,Arel,False,2020,Good Bootcamp,2021-05-18,4.7,5.0,5.0,4.0,"I am 41 years old and I did not have any previous experience in IT. Today's conditions pushed me to make a career change, and in the meantime, I met Clarusway (a friend of mine recommended it highly). I was delighted to be a student of Clarusway from... Read More the moment I started the course until I finished it. Especially 24/7 mentors, teaching assistants, workshops, and career management service Clarusway distinguishes it from other bootcamps. I highly recommend it.Read Less",AWS Solutions Architect/DevOps Engineer for Professionals,Cloud Computing and DevOps +277248,11539,clarusway,Fırat Gazioğlu,False,2021,Clarusway Full Stack Bootcamp,2021-05-18,5.0,5.0,5.0,5.0,"I had a good course period with Clarusway. Both the documents they prepared and the curriculum were quite adequate. This course has been very useful for my professional development. Thanks to this course, many trainees started work in their favorite field.... Read More I recommend Clarusway to everyone.Read Less",Full Stack Development for Beginners,Other +277246,11539,clarusway,Mirza A,False,2021,Clarusway Data Science Bootcamp,2021-05-18,4.7,4.0,5.0,5.0,"The Clarusway Training Bootcamp is the most dynamic training program I have ever attended. In 6-9 months, I witnessed that Data Experts were trained to meet the demands of the market. Clarusway is a modern Bootcamp that combines the agile education methodology... Read More with the applied technique. Anyone who is curious about what it's like to start a new career in the field of Data Science should check Clarusway out. You can have an online career with it where ever you are in the world if you have access to a computer and Internet connection.Read Less",Data Science/ Machine Learning for Beginners,Data Science and Analytics +277216,11539,clarusway,Zafer,False,2021,They promise and they do.,2021-05-17,5.0,5.0,5.0,5.0,"I am a computer geek from the very beginning but I was really away from programming. I thought it is impossible to learn coding at my age. But Clarusway proved the opposite. I learned Python very well and I am capable of solving any kind of problems now.... Read More Learning Management System is in one word 'perfect'. They say they will teach you programming and you will become an AWS/DevOps engineer and they really do that. Their syllabus and the teaching system is very effective. I chose AWS/DevOps path because of the job opportunities. I searched in internet and I can say are the best in all other Bootcamps. Even finishing the course 3 months ago, we still gather with other students and instructors and mentors are helping us. I certainly recommend Clarusway.Read Less",AWS Cloud Engineer/Solutions Architect for Beginners,Cloud Computing and DevOps +277213,11539,clarusway,Ali Yilmaz,False,2021,It's pleasure to announce that I have graduated from Clarusway Data Science Program in March 2021,2021-05-17,5.0,5.0,5.0,5.0,"It is the most dynamic training program I have ever attended. In 6-9 months, I witnessed that data experts were trained to meet the needs of the market. Clarusway is a modern Bootcamp that puts the agile education methodology into practice with the applied... Read More technique. I recommend it to anyone who wants to start a new career in the field of Data Science. With a computer and internet connection, wherever you are in the world, you can have a new opportunity for your career path with Clarusway. I just recommend it to everyone.Read Less",Data Science/ Machine Learning for Beginners,Data Science and Analytics +277199,11539,clarusway,Asli Konus,False,2021,A wonderful bootcamp,2021-05-17,5.0,5.0,5.0,5.0,"Last year I was hoping to create a new career in IT, but had no idea where to start. I didn't have a road map or a guide. Then I met #Clarusway and everything became easier. In May 2020, I started Data Science Bootcamp. Clarusway has a very rich and satisfying... Read More program. The instructors and mentors are always willing to help and easy to reach. Career support and English classes (if you need) are also really helpful. We worked on many projects and gained experience. For me the most important part is that I always had trouble focusing on something and studying hard. Incredibly Clarusway has motivated me to focus and study hard. Millions of thanks for this incredible achievement. On top of that, I made a wonderful network. All the instructors, mentors and trainees are kind and helpful. I found a job just one month after graduation. I recommend Clarusway to anyone who wants to pursue a career in IT. Many thanks ClaruswayRead Less",Data Science/ Machine Learning for Beginners,Data Science and Analytics +277196,11539,clarusway,orion,False,2020,Data is new oil!,2021-05-17,5.0,5.0,5.0,5.0,"I've been very excited about learning data science since I began this course. The high-quality tutoring I'm getting here is making a huge difference in my life. Taking classes online is unquestionably different for me. All is so normal that it almost... Read More feels like I'm there, only I can go at my own speed and unwind. I'll discuss the live mentoring sessions, where you can get hands-on career advice from seasoned workers, how to plan for a work interview, and which areas of data science you should concentrate on. The list goes on and on. I have a deep feeling that 2021 will be the year when great things happen for me. Thank you so much, ClaruswayRead Less",Data Science/ Machine Learning for Beginners,Data Science and Analytics +277193,11539,clarusway,Ramazan Turkmen,False,2021,I definitely recommend Clarusway.,2021-05-17,5.0,5.0,5.0,5.0,"If you want to start your IT career, don't worry. I can say that you do not need to have any experience in this field. With the support of the Clarusway family, you will overcome all difficulties with great ease. There was a tremendous synergy during... Read More the course. You find the answer to your question at every moment. There is a 7/24 support line. Sprints are applied in two-week periods for the current business environment and you have the opportunity to learn the Agile methodology in a good way. Although Clarusway is a new IT company, it has an enormous staff of instructors and mentors.Read Less",AWS Cloud Engineer/Solutions Architect for Beginners,Cloud Computing and DevOps +277189,11539,clarusway,Eren Kurubal,False,2021,Great School,2021-05-17,5.0,5.0,5.0,5.0,"I had a wonderful and unforgettable period at Clarusway.I signed up for the Full Stack path.I've made good connections that I will continue to maintain with instructors, mentors, and classmates. Clarusway is not just a training camp.It's also a community... Read More and a big family. They are always with you…Also, keep in mind that this is an intense training camp.So get ready to really work and manage your time.However, instructors and mentors will do their best to help you and make your experience positive.Do whatever they ask of you.Career services are also very good.This was another factor that made me join this community.Because they know their business, so really listen to them!Attend the CMS meetings they always do.Don't forget to attend meetings.You will see how helpful these meetings are when you start job applications.Read Less",Full Stack Development for Professionals,Other +277096,11539,clarusway,Anonymous,True,2021,Thank You Clarusway.,2021-05-15,5.0,5.0,5.0,5.0,"It's pleasure to announce that I have graduated from Clarusway around March 2020 🗓️. Clarusway teached me not to fear 💪 failure . I knew that, always mentors were ready to replay my questions ⁉️. Throughout my time at bootcamp, I gained a great deal of... Read More confidence 😕, knowledge , and experience from a wide variety of sources, including my classmates 👨‍🏫, instructors, mentors, and experienced engineers working in the industry 🏭. They continue to assist me after I graduated. Thank you 👏🏻 very much Clarusway !""Read Less",AWS Solutions Architect/DevOps Engineer for Beginners,Cloud Computing and DevOps +277087,11539,clarusway,Jason Turton,False,2021,Big opportunity to change my career,2021-05-14,5.0,5.0,5.0,5.0,"When I realized that I was not satisfied with my previous job, I wanted to change my career. I decided to enter the field of data science, where I can improve my analytical skills and earn a high salary. While searching for a reliable school, I had the... Read More opportunity to meet Clarusway with the advice of a friend. There is a live activity every day at Clarusway. You can have a large amount of content and expert support. Most importantly, you become part of a large network. I saw how effective distant education is with Clarusway's innovative approach. They helped me a lot with rich content, instructor and mentor support 7/24. I see great improvements in my skills and I owe it entirely to Clarusway.Read Less",Data Science for Professionals,Data Science and Analytics +277080,11539,clarusway,Semih Durmus,False,2021,I have been working as a front end developer in the last 6 months.,2021-05-14,5.0,5.0,5.0,5.0,"I graduated as a full stack developer from Clarusway in February 2020. Having a person with no IT background, I would honestly say that the 9-months-long journey had thought me a lot beyond my initial expectations. The more steps I took, the better I... Read More felt. My best experience with the course was not only about the instructors, mentors or the very well selected curriculum, but also the community where one gets answer to his/her questions in a matter of seconds. The whole period was a very well mixture of knowledge, skill building and motivation. I learned here not only how to code, but also how to dare to try something new. My special thanks goes to every single person included in the this continuous journey.Read Less",Full Stack Development for Beginners,Other +277073,11539,clarusway,Michael,False,2021,Clarusway is a perfect bootcamp,2021-05-14,5.0,5.0,5.0,5.0,"While looking for the best suitable bootcamp I had been strongly recommended by a friend to Clarusway! I've never thought I could learn so much so fast and so efficiently! With Clarusway you have a chance to build up your skills get ready for real world... Read More projects. They are always there for u with instructors, mentors and even other students with the interactive and comprehensive environment. Also Clarusway gets you prepared for interviews that you will be faced while searching job by giving feedback on mock interviews. After graduation Clarusway also put you connected with their growing community which helps find job easily by recommendations and reference of other graduates.Read Less",Data Science/ Machine Learning for Beginners,Data Science and Analytics +277015,11539,clarusway,Hulya cansiz,False,2020,Best inDataScience,2021-05-13,5.0,5.0,5.0,5.0,"Clarusway is a great data School .The best training I received during the outbreak remains my biggest supporter and I have been climbing the career ladder for 9 months .He didn't leave me alone when I entered this world.I would definitely recommend it... Read More to those who are just starting out and are still in the decision stage.For Data sicence, I'd say Clarusway is a great Bootcamp.Thank You ClaruswayRead Less",Data Science/ Machine Learning for Beginners,Data Science and Analytics +277007,11539,clarusway,Brad Owner,False,2021,Aws&DevOps Boot Camp,2021-05-12,5.0,5.0,5.0,5.0,"I enrolled in the course at Clarusway on advice while I was researching to find a job in the IT field. I got my diploma for the whole course and afterwards. I am currently making job applications. Throughout the course, there was a high motivation and... Read More synergy among my instructors, mentors and classmates. What we learned in the lessons were both very valuable and very current topics. Although the lessons were difficult, I was able to understand the subjects very comfortably thanks to the support of the instructors and mentors. Clarusway is not just a training platform, it is a community that provides support in many different areas until you get a suitable job for you. I also received training in many areas such as creating a Linkedin profile, preparing for interviews, CV writing techniques, and tactics to use time well. You also become a member of a large family of graduates and still students.Read Less",AWS Solutions Architect/DevOps Engineer for Beginners,Cloud Computing and DevOps +276987,11539,clarusway,ARİF ÖZKAN ÖZTÜRK,False,2020,Perfect Course for Beginners,2021-05-12,5.0,5.0,5.0,5.0,I attended this course a year ago. I graduated from Full Stack Path. On course mentors are very helpfull and there was a good friendship. Documents and instructors are well preapered. After graduating from Clarusway I found 4 jobs for me. I choosed one... Read More of them. And I work for company.Read Less,Full Stack Development for Beginners,Other +276982,11539,clarusway,Anonymous,True,2020,I'm a fullstack devoloper as a Django and React. I'm also interested in AWS and DevOps.,2021-05-12,5.0,5.0,5.0,5.0,"I completed AWS/DevOps course in Clarusway. I had already experience in Django when I started this course. But I have no knowledge of AWS and DevOps. Before finishing the course, I found a remote job. So I really advised them. Because they have really... Read More huge documentation, projects, and mentoring which has two parts one on one and with your teammate from the course.Read Less",AWS Solutions Architect/DevOps Engineer for Beginners,Cloud Computing and DevOps +276978,11539,clarusway,şükrü,False,2020,Mobile and web developer,2021-05-12,5.0,5.0,5.0,5.0,"From the admissions process to graduation, I cannot complain or criticize anything. Clarusway supports every aspect, and the curriculum is designed to help you succeed. I felt comfortable asking questions every day, instructors, mentors, and all the staff... Read More was open/accepting, and we learned relevant skills that will stand us in good stead in any industry. I strongly recommend this course to anyone interested in starting a career in Full Stack Developer.Read Less",Full Stack Development for Beginners,Other +276967,11539,clarusway,Halit,False,2021,Many thanks to Clarusway for creating a new career opportunity.,2021-05-12,5.0,5.0,5.0,5.0,"Hello, I am 39 years old. I had been interested in computer technologies since childhood. But while I was thinking about how to transform this interest and curiosity into career and profit, I met the Clarusway family. I had a really systematic and high... Read More level education at Clarusway. I think I gained all the skills that the IT industry will need at Clarusway. Particularly the attention of the instructors increased my motivation constantly, thanks to the mentoring services, I was able to easily find answers to my questions in projects where I had difficulties even in extracurricular times. I would definitely recommend Clarusway to anyone who is currently looking for a bootcamp. I would like to thank Clarusway for opening the door to a new career and profits. Thanks a lot Clarusway Family.Read Less",Full Stack Development for Beginners,Other +276966,11539,clarusway,Necip Saylan,False,2020,First remote experience,2021-05-12,5.0,5.0,5.0,5.0,"I was not sure what to expect because the course was taught remotely. This was the first time I have taken a course in a remote format, and I was pleased with it. I was quite impressed with the entire process not only classess but also mentoring activities.... Read More The course was very professional and there were no problems with connectivity with instructors and class-mates. Our instructors were expert and very clear in their method of teaching. The instructors were incredibly knowledgeable and most importantly, were very good at communicating with all the attendees and ensuring questions were answered. All my questions were answered and the class interaction was very good.Read Less",AWS Solutions Architect/DevOps Engineer for Beginners,Cloud Computing and DevOps +276965,11539,clarusway,Mehmet Akif Gunes,False,2020,Clarusway helped me start a new life,2021-05-12,5.0,5.0,5.0,5.0,"Due to the pandemic, I was in search of a new job and I thought the IT field was suitable for me. However, since I did not have any previous IT background, I needed professional support in this regard. I met Clarusway thanks to the advice of my friends... Read More who are active in the field of IT. I had a great education in AWS DevOps at Clarusway. The curriculum, mentoring system, workshops, hands-on applications are simply wonderful. Immediately after graduation, I was able to obtain AWS certificates without any difficulty. I recommend everyone to get acquainted with these great opportunities provided by Clarusway.Read Less",AWS Solutions Architect/DevOps Engineer for Beginners,Cloud Computing and DevOps +276949,11539,clarusway,Osman Varol,False,2021,amazing bootcamp,2021-05-11,5.0,5.0,5.0,5.0,"If you are seeking on finding best IT bootcamp, whatsoever the path you wanna follow , you need to listen to others reviews rather than theirs pub. I found Clarusway.com by the way reading some precious reviews of others then during my 8 months experience... Read More with them, I think their quality is undervalued. Given they are new in this domain it is normal they are not famous. I enjoyed very much my path AWS DEVOPS with them that lasted 6 months folloved 2 monhs of fondamentals. They have a culture of sharing and cherishing that is unbeatable. After my incredible learning journey with full of practices, projects and hands on and I am still in their network and whenever I need an extra help they are with me. The mentors and classmates maintain a sharing and cherishing environment even after the bootcam ends, this is in my opinion the best of the best. Actually most of the classmates have now their job but they often come back to the club -of course on line - to find a brilliant solution to the challenges in their job. Bootcamp was indeed intense , but you have to work in their mentoring otherwise you may feel guilty in return to their excessive interest over your own work. Lastly the content is priceless - from docker to kubernetes - being far more better than any alternatives thus worth for every pennies ...CMS sessions are so innovatives they motivate you during your journey to find a job during your journey within the bootcamp and afterwards.Read Less",,Unknown +276945,11539,clarusway,Anonymous,True,2021,Clarusway IT course,2021-05-11,5.0,5.0,5.0,5.0,Clarusway give great chance to us for starting IT field. I have graduated from clarusway on february 2020. I have opportunity to learn special IT topics provided from Clarusway. I have experienced hands-on's and these experiences are important for engineers... Read More working in the industry. I completed cloud and devops. Thank you very much to ClaruswayRead Less,AWS Solutions Architect/DevOps Engineer for Beginners,Cloud Computing and DevOps +276943,11539,clarusway,Vincenzo,False,2020,My new career journey!,2021-05-11,5.0,5.0,5.0,5.0,"""I had an amazing experience going with Clarusway. I enrolled in their AWS & DevOps path. I made incredible connections with instructors, mentors, and classmates that I will continue to cherish and maintain. Clarusway is not just a bootcamp, it's also... Read More a community, and that's hard to come by all on your own. Also, keep in mind, this is an intensive bootcamp, so be prepared to really work and manage your time. That being said, the instructors and mentors will do everything they can to help you and make your experience a positive one. The career services are also what really got me to join, and they know their stuff, so really listen to them! One last important thing, always attend the CMS sessions they offer and get involved with the community. It'll help immensely when the time comes to job hunt.""Read Less",AWS Solutions Architect/DevOps Engineer for Beginners,Cloud Computing and DevOps +276940,11539,clarusway,Fatih Fidan,False,2021,Grateful to you Clarusway!,2021-05-11,5.0,5.0,5.0,5.0,"It was in the early days of the pandemic, thinking that data science was the rising star, I decided to improve myself in this area. I started my self-study strategy for this, but I had trouble finding the right path. I researched a lot of bootcamps and... Read More decided that Clarusway's Data Science Bootcamp would be the perfect option, and it was a great decision. I completed the bootcamp, which started in May 2020, in February 2021. Both the instructors and the students were incredible. Pedagogically, there is a very well planned curriculum and I had a very productive 9 months with the trainers and mentors I could always reach, pushing my skills to the limit. Providing Career Coaching services and conducting activities that will keep our motivation high have always kept me fit. At the end of the course, I gained self-confidence through mock interviews made by experienced people from the sector and I had the opportunity to see my shortcomings. In summary, everything was beyond my expectations. I highly recommend the Clarusway Data Science Bootcamp to anyone interested in a career in data science.Read Less",Data Science/ Machine Learning for Beginners,Data Science and Analytics +276938,11539,clarusway,Tuncay ERMAN,False,2021,One of the most qualified bootcamp,2021-05-11,5.0,5.0,5.0,5.0,"Briefly and in general terms; I have observed that Clarusway is one of the most qualified institutions and moreover a community that you can encounter and you may want to be involved in the IT industry today. I had an amazing experience going with Clarusway.... Read More I enrolled in their bootcamp and completed Fullstack Development path around February 2021. It was really intense and fruitful. I made an incredible connections with instructors, mentors and classmates that I will continue to cherish and maintain. That being said, the instructors and mentors do everything they can to help you and make your experience a positive one. They support and help me even after I graduated. One of the things that impressed me the most was Career Management System (CMS). Even if you have no experience, you will be taught what needs to be done to get a job, start a job and achieve your dreams. I strongly advise Clarusway for everyone at every level in every background of people. Many thanks to Clarusway.Read Less",Full Stack Development for Beginners,Other +276933,11539,clarusway,Sean Snow,False,2021,Best Online Bootcamp,2021-05-11,5.0,5.0,5.0,5.0,"As a graduate, I can surely say, it's the best bootcamp with all its instructors, cirriculum, online labs, mentors and job assistance. They use nearly all tools (Learning Managemnt System(LMS), Kahoot (For Fun), Labs and Workshops etc.) for learning online.... Read More Thank you for ALL Clarusway!Read Less",Data Science/ Machine Learning for Beginners,Data Science and Analytics +276925,11539,clarusway,ken den,False,2021,Thanks for Fullstack Developer Bootcamp,2021-05-11,5.0,5.0,5.0,5.0,"I recently graduated from Clarusway's fullstack developer course. I did a lot of course and bootcamp research for several months to continue my career in this field. And in the end, I decided on Clarusway because of both the content and the examples from... Read More within the industry, as well as the trainer and mentor programs. And at the end of 9 months of training, I am very happy about it. I would like to thank the founders of Clarusway, their teachers, the mentors who tried to find solutions to all my questions and problems 24 hours a day, and of course all my trainee friends who were selected very well. I suggest you do not miss the opportunity to change your career.Read Less",Full Stack Development for Beginners,Other +276921,11539,clarusway,Martin Fade,False,2021,One of the best bootcamp,2021-05-11,5.0,5.0,5.0,5.0,"I think, Clarusway is one of the best bootcamp. CW has an excellent environment for learning. Their curriculum is highly up-to-date. Thank you to everyone at Clarusway. Thanks to Clarusway, I've had a job. I reached my dreams. Now, I am doing my dream... Read More job.Read Less",AWS Solutions Architect/DevOps Engineer for Beginners,Cloud Computing and DevOps +276899,11539,clarusway,MUSTAFA ANKARALI,False,2021,One of the best milestone in my life,2021-05-10,5.0,5.0,5.0,5.0,"The Clarusway learning environment fosters a unique sense of diversity and inclusion. In case you are seeking excellent support from your friends, visit this website. It is a wonderful learning opportunity to receive a comprehensive overview of Data Science... Read More and Machine Learning through the Bootcampers' kind and smart interaction. I found the application of the unique project method of learning to be the most enjoyable aspect of the program. Every mentor was awesome to be around, and I enjoyed the opportunity to be exposed to so much hands-on learning.Read Less",Data Science/ Machine Learning for Beginners,Data Science and Analytics +276897,11539,clarusway,ibrahim karataş,False,2021,Clarusway is the best,2021-05-10,5.0,5.0,5.0,5.0,"I chose to enroll in the DevOps course at Clarusway; I was part of the online cohort. Being a part of Clarusway has been one of my most significant decisions. It wasn't like a typical Bootcamp. You chose to do it. You need to put everything you've got... Read More into it. Clarusway give you the right environment and resources to help you be successful as a DevOps Engineer. The program is really well-structured. The instructor and mentors is very knowledgeable and knows how to walk learners through their coding logic step by step. Clarusway provides a supportive platform for me to get the help I need. I will definitely recommend this program and pursue joining their Devops programs.Throughout the process I was supported by the team. The career service supported us in building a resume and Linkedin profile, and mock interviews. I would choose Clarusway if I had to start over again.Read Less",AWS Solutions Architect/DevOps Engineer for Beginners,Cloud Computing and DevOps +276887,11539,clarusway,Musa Ermeydan,False,2021,Clarusway AWS & DevOps BootCamp,2021-05-10,4.7,5.0,4.0,5.0,"I attended the 9-month Bootcamp performed by Clarusway in February 2021. During these 9 months, we managed to fit 9 quality projects that progressed step by step. And the lesson quality and instructor quality were very good. In addition, after the lesson,... Read More I had a very good period with mentoring activities, teamwork, and interview preparations. I also built a very nice network of relationships through Clarusway.Read Less",AWS Solutions Architect/DevOps Engineer for Beginners,Cloud Computing and DevOps +276885,11539,clarusway,Ahmet,False,2021,Clarusway AWS DevOps Bootcamp,2021-05-10,5.0,5.0,5.0,5.0,"I attended Clarusway's AWS and DevOps Bootcamp in May 2020. In the first half of the course, we learned about AWS services, and in the second half, we learned about a DevOps tool. It is my great pleasure to announce that I have graduated from Clarusway... Read More around February 2021. My experience with Clarusway was phenomenal in all aspects. Despite my programs failing many times, Clarusway surrounded me with a supportive learning environment enabling me not to fear failure. I was given the opportunity to learn the importance of troubleshooting and asking for help sooner rather than later. I had never been in an immersive environment before, and it was really intense, and I felt like I was drinking from a firehose every day. Throughout my time at Clarusway, I gained a great deal of confidence, knowledge, and experience from a wide variety of sources, including my classmates, instructors, mentors, and experienced engineers working in the industry. They continued to assist me even after I graduated. Clarusway gave me a strong foundation in cloud and DevOps technologies that I can build on for the rest of my life. Thank you very much!Read Less",AWS Solutions Architect/DevOps Engineer for Beginners,Cloud Computing and DevOps +276877,11539,clarusway,Anonymous,True,2021,Great place to reinvent yourself,2021-05-10,5.0,5.0,5.0,5.0,"Clarusway fosters a fantastic learning environment that values diversity and inclusion. Go here for outstanding support from your classmates if you are seeking exceptional support from your classmates. The other bootcampers are intelligent and kind, which... Read More makes their network really strong. It is a wonderful learning experience to gain a comprehensive overview of Data Science. I would say the most significant area that the career coaching and mentorship program was great. Each and every mentor was amazing to be around. Furthermore, I enjoyed learning through the unique project method of learning. There was a lot of hands-on involved, which was the most enjoyable part of the program.Read Less",Data Science/ Machine Learning for Beginners,Data Science and Analytics +276876,11539,clarusway,Oğuzhan Çavdar,False,2021,Awesome Bootcamp,2021-05-10,5.0,5.0,5.0,5.0,"I graduated from Clarusway IT training school in February 2020. I started my internship as a front-end developer in London a month before graduation. After working for about 3 months, I got a job offer from a start-up in the USA as a full stack developer.... Read More All of these I got through these 9 months and beyond thanks to the Clarusway family, whose support was not withheld from any of their students. During my 9-month course in Clarusway, I learned many programming languages, libraries and frameworks, although I do not have any IT-related backgrounds. IT basically includes python, sqlite, linux, git & github, front-end html, css, javascript, react, react-native, in backend node.js, express.js, mongoDb, postgresql, django and rest-framework. They were all wonderful, from their teachers to their mentors. The lessons were fun, productive, and useful. We could reach our teachers, mentors and classmates any time we wanted and get their support. Here, you will not only learn IT technologies and programming languages, but you will receive full support in every subject, how to edit your LinkedIn github profiles, the situations you will encounter in interviews, what you should pay attention to in interviews, etc., through the career management service, until you find a job. . Once you find a job, you will join a community under Clarusway and increase your connections in the IT industry. Thanks to these connections, your opportunity to find a job like me will increase and you will be able to reach the job you want as soon as possible.Read Less",Full Stack Development for Beginners,Other +276875,11539,clarusway,Adam Knight,False,2021,Clarusway's full-time AWS DevOps course.,2021-05-10,5.0,5.0,5.0,5.0,"I recently finished Clarusway's full-time AWS and DevOps course. I was impressed with how much information I learned in such a short time. I went from not knowing anything about the tools like docker, kubernetes, ansible! But I have learned more. Clarusway... Read More instructors, mentors, and career coaches provide great support, and career placement is always the focus. I got a job offer less than a month after completing the course! Thanks a lot, Clarusway.Read Less",AWS Solutions Architect/DevOps Engineer for Beginners,Cloud Computing and DevOps +276814,11539,clarusway,hasan fuat akdag,False,2021,It is an extraordinary unic and perfect course,2021-05-09,5.0,5.0,5.0,0.0,It is the best online course I have ever seen in my It learning career. When you graduate from Clarusway you can feel yoursef to apply for jop. I can feel the difference of mine among my other friends who had graduated from some other courses about the... Read More same topic with me.Read Less,Full Stack Development for Beginners,Other +276769,11539,clarusway,Alex Duncan,False,2020,Devops and Cloud,2021-05-07,5.0,5.0,5.0,5.0,"Clarusway’s AWS DevOps Training gave me hands-on experience which is demanded by some of the biggest corporations in the world. I could master the concepts of AWS and DevOps, along with working on step-by-step assignments that have high relevance in the... Read More corporate world. I guess the curriculum of this course is designed by industry experts . Upon the completion of the training course, I could apply for some of the best jobs in top IT companies around the world as AWS Certified DevOps Engineer Professionals. Clarusway offers lifetime access to their videos, course materials, 24/7 support. Hence, it is clearly a one-time investment. Thank you so much Clarusway for your great effort.Read Less",AWS Cloud Engineer/Solutions Architect for Professionals,Cloud Computing and DevOps +276707,11539,clarusway,HENRY SMITH,False,2020,CLARUSWAY BOOTCAMP,2021-05-06,5.0,5.0,5.0,5.0,"Clarusway has the perfect environment for learning. Thank you to everyone at Clarusway, glad I belong. Even after I finished I continued to receive excellent service from the staff. Also, career service staff visit the alumni lounge twice a week, which... Read More is amazing and it definitely helps when searching for a job. I cannot put into words how wonderful this is.Read Less",AWS Solutions Architect/DevOps Engineer for Professionals,Cloud Computing and DevOps +276696,11539,clarusway,AZRA VEREN,False,2021,Clarusway is not only a Bootcamp but also an IT family.,2021-05-06,5.0,5.0,5.0,5.0,"During the pandemic, are closed to homes, but the doors of the world are also opened to us. this process has increased my awareness of the power of the computer and internet world. Now that we have moved into a new era, I felt compelled to learn machine... Read More learning, the language of this era, to adapt to this era. Clarusway synthesized subjects very well and made learning easier for someone like me who started from scratch. My course follow-up was very easy with the course materials I could work with in advance. Our mentors supported us at every opportunity for issues we didn't understand in the lesson. This process, which was long, progressed in a much warmer atmosphere with the mentor groups formed by clarusway. Thank you, Clarusway, for bringing even someone like me who doesn't know about computers to the level of engineering.Read Less",AWS Solutions Architect/DevOps Engineer for Beginners,Cloud Computing and DevOps +276524,11539,clarusway,mike,False,2020,TIME IS THE MOST IMPORTANT,2021-04-29,5.0,5.0,5.0,5.0,"TIME is the most important asset. It was not late to start the profession of this age. You have to work quickly with teachers who are well planned and who want your success. You should choose an institution that wants your success, not the money in your... Read More pocket. I learned more at clarusway than I did at university, Thank you Clarusway. (PRICES MORE AFFORDABLE THAN YOU SEE )Read Less",Data Science for Professionals,Data Science and Analytics +276236,11539,clarusway,Mike,False,2021,It's a platform where you can learn AWS and DevOps like never before .,2021-04-21,5.0,5.0,5.0,5.0,"I certainly recommend Clarusway to anyone who wants to learn AWS and DevOps. I can honestly say that it was an incredible experience for me to become a student at Clarusway! I decided to join the bootcamp and switch my career to Cloud and DevOps engineering.... Read More What impressed me the most was the teachers' dedication, mentoring activities, life coaching, career consulting, and how quickly we progressed! I loved working on projects with my teammates. I went into this program as someone with almost zero programming experience, and by the end of it, I can now use many services and tools, both AWS & DevOps! Clarusway is definitely one of the best choices in my life!Read Less",AWS Solutions Architect/DevOps Engineer for Beginners,Cloud Computing and DevOps +275941,11539,clarusway,Alex Duncan,False,2020,DevOps and Cloud,2021-04-16,5.0,5.0,5.0,5.0,"Clarusway’s AWS DevOps Training gave me hands-on experience which is demanded by some of the biggest corporations in the world. I could master the concepts of AWS and DevOps, along with working on step-by-step assignments that have high relevance in the... Read More corporate world. I guess the curriculum of this course is designed by industry experts as per AWS Certified DevOps Engineer exam. Upon the completion of the training course, I could apply for some of the best jobs in top IT positions around the world as AWS Certified DevOps Engineer Professionals. Clarusway offers lifetime access to our videos, course materials and 24/7 support.Thanks for everyting...Read Less",,Unknown +275902,11539,clarusway,Anonymous,True,2021,passed 1.5 monthss of 9 months education,2021-04-15,5.0,5.0,5.0,5.0,"I am a IT Engineering student at Clarusway. My education is about 9 months. I think choosing Clarusway is a good choice. Because there are not only lessons about IT, there are also leadership, time management, self-improvement lessons. If you have anything... Read More to ask about IT or something about technology, they always answer. They are always kind, there is no rudeness. If you have an idea about anything, they listen you. If you are confused, try them.Read Less",,Unknown +275894,11539,clarusway,Anonymous,True,2021,From zero to hero!,2021-04-15,5.0,5.0,5.0,5.0,"I joined AWS Cloud and DevOps Engineering bootcamp in Clarusway. Throughout my journey I learned and practiced lots of tools and technologies. I am now one of alumni of Clarusway family. The most important aspect of Clarusway is coorporation and positive... Read More mindset of all mentors, instructors, managers and students. When you stucked at any point at anytime, definiyely a colligue appears for help. No matter it is late at night or early on weekend. Another point worth mentioning is that resources are very well prepared and always to the point. You dont waste your time. After course I am able to gain my firts AWS Certification and now I looking forward to take second one. Career management system in Clarusway is one of the best of all.Read Less",,Unknown +275869,11539,clarusway,Abdulkadir Cildir,False,2021,Having a profession in a short time with Clarusway,2021-04-14,5.0,5.0,5.0,5.0,"Before starting the Clarusway Bootcamp, I wanted to enter the IT world, but I didn't know where to start. After a period of 9-10 months, they promised a wide IT network as well as a new profession and professional skills. We were able to really achieve... Read More this together with an intense training tempo. IT basics, coding, analytical thinking, various projects and job preparation are some of the contents of the training. Thanks to the Clarusway family who created a family atmosphere for us rather than only the education environment.Read Less",Full Stack Development for Beginners,Other +275867,11539,clarusway,Adam Hawk,False,2021,I took online Full Stack Web Development Course in Clarusway.,2021-04-14,5.0,5.0,5.0,5.0,"I am happy to attend a 9-month online course at Clarusway. In the beginning, I wasn't sure if it would be beneficial to take an online course to learn enough. But, just on the first lessons I noticed that it was more interactive from classic lessons,... Read More because Clarusway was using lots of modern tools for educating. Slack app (everyone could ask their questions in class sessions, even after or before the lessons), Peardeck interactive slides, Kahoot (we enjoyed the lessons a lot with), Flipgrid (we were uploading answers to interview questions weekly and our mentors were evaluating our responds), LMS(Learning Management System)... We were making team works and we had workshop and lab lessons or other activities like Career Management talks. I had learnt a lot in Clarusway. I feel lucky to have attended the Clarusway course and I think I have caught the IT era with Clarusway. Thanks to all the instructors, mentors and classmates, I really learned a lot from them. I love the Clarusway family.Read Less",Full Stack Development for Beginners,Other +275858,11539,clarusway,Thomas Welbeck,False,2021,"I'm so glad to know you, Clarusway",2021-04-14,5.0,5.0,5.0,5.0,"I have worked in a different industry for years. But I always had the software world in mind. I wanted to switch to this field very much, but since I did not have any previous experience in this field, I had concerns about how successful I could be. I... Read More got to know Clarusway during this period. When I examined their plans and systems, they gave me a lot of confidence. I started with a dare and chose Aws & DevOps path. When I compare the first day I started the course and my current situation, there is a huge difference. Thanks to the 24/7 support of both teachers and mentors, I have reached a level that is hard to even imagine. I thank all of them one by one. In addition, Clarusway not only provided IT courses but also provided me with professional Life Coaching services during this period, allowing me to keep my morale and motivation at the highest level. And again. they gave great support in preparing my CV and creating my Linkedin account towards the end of the course. I would like to thank each and everyone who contributed. Thanks to them, I quickly adapted to this world.Read Less",AWS Solutions Architect/DevOps Engineer for Beginners,Cloud Computing and DevOps +275854,11539,clarusway,Felix,False,2021,Thanks to Clarusway!,2021-04-14,5.0,5.0,5.0,5.0,"The Clarusway Full Stack Developer program is a great program to specialize in web development. The trainers and mentors are very knowledgeable and very helpful. You can contact them for help via Slack 24 hours a day, before or after class. Career services... Read More work constantly to ensure you have a good resume and online visibility, and they help you prepare for real interviews by conducting pre-interviews. It is a great program with an amazing staff who want to help you and see you succeed. Six months ago, when I was thinking if I could do it, and looking at my current level of knowledge and the projects I have come up with, it is an incredible thing and it's all thanks to Clarusway. Especially as someone who had zero knowledge on this subject before, I had no difficulty because the instructors handle the subjects very well and the course documents are prepared to carry them from beginner to advanced level. I definitely recommend this program to anyone who wants to become a full stack developer. Thanks Clarusway...Read Less",Full Stack Development for Beginners,Other +275849,11539,clarusway,Ramazan SARIBAY,False,2021,Make your IT dream job come true.,2021-04-14,5.0,5.0,5.0,5.0,"The bootcamp of Clarusway is a compressed education program in which anybody who sticks to the schedule will be successful. When I first joined Clarusway's presentation, to be honest, I didn't believe that someone without any IT background can be successful... Read More and find a career in IT sector. Yet, here I have found my first IT job as Jr. DevOps Engineer even not graduated from the bootcamp. Anyone seeking an IT career and believes him/herself should consider at least joining the presentation and listening out alumni.Read Less",AWS Solutions Architect/DevOps Engineer for Beginners,Cloud Computing and DevOps +275820,11539,clarusway,Eric Star,False,2021,I’m glad and feel lucky that I decided to become a member of Clarusway family.,2021-04-14,5.0,5.0,5.0,5.0,"I am 40 years old. Before I join this bootcamp, I did not have any experience in the IT industry. Frankly, I was not keen to embark on a new adventure. I also didn't have the energy for this. This journey with Clarusway enabled me to re-invent myself... Read More as they mentioned in their motto. It's really great that learning and accessing information is so easy with the LMS system. I’ve never had a problem. The teaching techniques they support with their understanding of not leaving anyone behind, mentoring activities, pre-class and post-class applications, assignments, hands-on, and projects are admirable. In addition to technical courses, support in life coaching, interview preparation, resume, and LinkedIn account creation are the other advantages of this course.Read Less",AWS Solutions Architect/DevOps Engineer for Beginners,Cloud Computing and DevOps +275810,11539,clarusway,Sam,False,2020,Thanks Clarusway,2021-04-13,5.0,5.0,5.0,5.0,"I had no knowledge of the IT sector. I heard about Clarusway and participated in his training. The price was very attractive. Education systems are very nice. They encourage you to work continuously with pre-lesson, online lesson and post-lesson training... Read More sets. There are mentors who take care of you personally and you can get answers to your questions 24 hours a day. In addition, they help you create resume / cv with Career Management Services, prepare for job applications by making mock interviews, enable you to create a strong profile in Linkedin, provide soft skills training and life coaching support. In addition to all these, they keep in touch with you after graduation, and Clarusway and its alumni exchange experiences. They don't take your money and say whatever you do. Your contact with Clarusway never ends, only you can end this relationship if you want.Read Less",AWS Solutions Architect/DevOps Engineer for Professionals,Cloud Computing and DevOps +310712,10643,codesmith,Anonymous,True,2022,Really just the best,2024-05-10,5.0,5.0,5.0,5.0,"Codesmith is super intense, but seriously was the one thing that got me where I am today—a senior software engineer at a successful start-up. It doesn't just teach you the most important technologies you'll need to know, but also teaches you how to think,... Read More how to work in teams, how to think about software from a product perspective—all sorts of things you don't learn with a CS degree but are absolutely vital to success in software engineering. One of the most critical aspects of all this is the job search module they do at the end—I was skeptical going in to the program about how useful that would be, but the job search skills I learned at codesmith are a lot of the reason why I found a job within 3 weeks of getting laid off, and many of my former colleagues are going months without bites. I'm not getting paid to write this review, I seriously rave about codesmith to anyone who's not sure how to break into tech. The price is definitely higher than a lot of other bootcamps, but for a good reason. I got my first software job three months after graduation, with total comp of about $160k. (I was definitely on the higher end of starting salaries, and the market was a bit better when I graduated in 2022, but I was also by no means an outlier.)Go for it!Read Less",Full-Time Remote Software Engineering Immersive,Software Engineering +310703,10643,codesmith,Anonymous,True,2022,Not perfect but probably the best option,2024-05-10,4.3,4.0,5.0,4.0,"I knew I wanted to go the boot camp route so did a ton of research on which was the ""best,"" and Codesmith always seemed to pop up at the top of the list. The clearest difference between them and others is the final project. Codesmith puts a lot of emphasis... Read More on it being technical and sounding like a real world useful product, it's not just building a game.I was somewhat disappointed with the depth of knowledge of some of the instructors (a lot of them are students that just finished the month before), but the lead instructors were knowledgeable and helpful. The career coaches definitely have an opinion on how you should be applying and interviewing. It didn't really work out for me (I kind of kicked into a job, and wasn't getting any responses to ""Codesmith style"" applications, but it was also a terrible time in the market).At the end of the day I don't think going to Codesmith over other boot camps carries more cache or gives you a huge leg up, but I did appreciate the extra rigor of their program.I have a job now and that was my end goal.Read Less",Full-Time Remote Software Engineering Immersive,Software Engineering +310630,10643,codesmith,Maureen Onchiri,False,2021,The Harvard of Bootcamps,2024-05-07,5.0,5.0,5.0,5.0,"Choosing to enroll in Codesmith in 2021 was one of the most pivotal decisions of my life. After comparing Codesmith's outcomes on CIRR.org to other bootcamps, it was evident that this program was leagues ahead - I like to call it the Harvard of bootcamps... Read More :) From the free workshops, to the prep courses and the Software Engineering Immersive program, The depth and breadth of the course material were not only comprehensive but also finely tuned to meet the demands of the job market. The transition to software engineering, although daunting, was made smoother thanks to the supportive and empathetic culture at Codesmith. The Codesmith community was a constant source of encouragement throughout my journey.Moreover, Codesmith's commitment to accessibility through scholarships speaks to their dedication to fostering diversity and inclusivity within the tech industry. I was fortunate enough to qualify for one of these scholarships, which not only made it possible for me to become a software engineer, but also reaffirmed Codesmith's ethos of empowering individuals from all walks of life.Fast forward to the present, and I find myself once again navigating the job market following a layoff. The Codesmith hiring team has offered guidance at every turn, even for alumni. From resume reviews to mock interviews, and even negotiations, the support I've received has been unparalleled. Thanks to their assistance, I've successfully secured not one, but three offers—a testament to the effectiveness of the resources and mentorship provided by Codesmith.I cannot speak highly enough of Codesmith. My experience has been nothing short of transformative, and I am beyond grateful for the opportunity to have been a part of such a remarkable community. I've already recommended Codesmith to friends and family members, all of whom have returned with glowing reviews of their own. If you're considering a career in software engineering, I wholeheartedly recommend Codesmith.Read Less",Full-Time Remote Software Engineering Immersive,Software Engineering +310629,10643,codesmith,Maureen Onchiri,False,2021,The Harvard of Bootcamps,2024-05-07,5.0,5.0,5.0,5.0,"Choosing to enroll in Codesmith in 2021 was one of the most pivotal decisions of my life. After comparing Codesmith's outcomes on CIRR.org to other bootcamps, it was evident that this program was leagues ahead - I like to call it the Harvard of bootcamps... Read More :) From the free workshops, to the prep courses and the Software Engineering Immersive program, The depth and breadth of the course material were not only comprehensive but also finely tuned to meet the demands of the job market. The transition to software engineering, although daunting, was made smoother thanks to the supportive and empathetic culture at Codesmith. The Codesmith community was a constant source of encouragement throughout my journey.Moreover, Codesmith's commitment to accessibility through scholarships speaks to their dedication to fostering diversity and inclusivity within the tech industry. I was fortunate enough to qualify for one of these scholarships, which not only made it possible for me to become a software engineer, but also reaffirmed Codesmith's ethos of empowering individuals from all walks of life.Fast forward to the present, and I find myself once again navigating the job market following a layoff. The Codesmith hiring team has offered guidance at every turn, even for alumni. From resume reviews to mock interviews, and even negotiations, the support I've received has been unparalleled. Thanks to their assistance, I've successfully secured not one, but three offers—a testament to the effectiveness of the resources and mentorship provided by Codesmith.I cannot speak highly enough of Codesmith. My experience has been nothing short of transformative, and I am beyond grateful for the opportunity to have been a part of such a remarkable community. I've already recommended Codesmith to friends and family members, all of whom have returned with glowing reviews of their own. If you're considering a career in software engineering, I wholeheartedly recommend Codesmith.Read Less",Full-Time Remote Software Engineering Immersive,Software Engineering +310564,10643,codesmith,Esther Witbeck,False,2023,Shines in its post-graduation support,2024-05-02,4.0,4.0,3.0,5.0,"In short, I credit Codesmith with my pivoting from a non-tech role to a software position. It isn't perfect, nor is the curriculum as exhaustive as I would have liked, but the selection of material is solid and the post-graduation support was stellar.... Read More If you're willing to work beyond what they provide you, Codesmith can be an excellent resource.I attended the remote full time program. Day-to-day activities were built around working through introductory modules (basically partially-premade code with an explanatory blurb and pointers to documentation) with one or two other students, followed by discussion and going over a working example. Activity is relentless, which is 1) good news for learning and 2) exhausting. The latter half of the program is centered around work on an 'Open Source Product' (ostensibly actively maintained and of a high technical caliber; in practice, maybe a little more of a proof-of-concept exhibition, depending) with a 4-5 person team. There's really a lovely sense of community that builds from going through all this with the rest of your cohort, and that sense (and enthusiasm) is what manages to hold the whole thing together.Instructors tended to be sourced from the pool of previous students. As a result, we couldn't always rely on confident answers or responses coming from deep expertise. The program's emphasis on keeping with a current and relevant curriculum does, however, mean there are plenty of strong anchors for students to begin researching on their own and with others. After all, this is the skill Codesmith seeks to instill; once on the job, it's up to the engineer to find the answer, be it through familiar documentation, Google, or trial and error.No three month program, no matter how intensive, is going to bring anyone up to the level of an undergraduate degree. Instead, Codesmith is focused on providing its students with the hands-on skills and gumption typical CS students might lack. I'm appreciative of how much the curriculum pointed us to industry standards. It may not be enough for, say, lower-level programming, but it's certainly enough to get projects off the ground and eventually up to a quality people will pay attention to. The curriculum is also focused on making sure its students are able to speak about their work in a compelling and informed way, which turns out to a be a crucial part of standing out when looking for a job. The goal is to output the kind of people you'd like to work with, and that goes a long way.What makes me feel the most positively about the experience is the support provided for alumni. Codesmith invests in its network and offers it up to you (to the level that you're willing to engage). The program will set you up with other motivated alumni for accountability meetings, provide you with resume and interview guidance, and host networking events--all of which is provided indefinitely after graduation. Once you've left Codesmith's hyper-structured days, the job search seems exhausting and ten times as difficult in comparison. The extra support is a godsend.As with most things, you get out of it what you put in. Bootcamp attendance is not a guarantee of employment, and it's still possible to struggle with the material once the 3 months end. Unsurprisingly, the strongest graduates were those who had studied previously--I recommend doing the same so that students can get the most out of the process of building a project and self teaching.Given the worsening market conditions, I've heard many tales of 6+ (or even 12+) month job searches (mine was 7). Sometimes the job search is unlucky or outright hostile. But Codesmith continues to produce working software engineers and keep its alumni network running. I'm glad I made the decision to attend.Read Less",Full-Time Remote Software Engineering Immersive,Software Engineering +310556,10643,codesmith,Anonymous,True,2019,Codesmith changed my life,2024-05-01,5.0,5.0,5.0,5.0,"Being at the age of 36, I've made three best decisions in my life so far - and Codesmith was one of them.On summer 2018 the restaurant where I was working as a bartender got caught on fire (true story). I was devastated because I really enjoyed working... Read More there, but at the same time I knew it was time for the change. I've been working in the restaurant industry for 4 years at that point, and knew it wasn't my career path. With that, having absolutely no background in IT, being an immigrant with English as a second language, I decided to become a programmer.One of my favorite questions during the interview - ""Why coding?"". If I'm the one to answer, I tell the story from my childhood. In early 90s, my mom set a program to limit our computer time up to 2 hours. Me and my brother cracked it in one day. We played games for the whole day, and then reset the timer back to 2 hours before she was coming back home from work pretending we didn't even turn it on. Another true funny story that my mom still doesn't know :)Once I decided I'd learn how to code, I did my research and limited it to the three best coding bootcamps in NYC. I started to prepare, and if you're just in the beginning of this journey, I FEEL YOU. Don't give up, it'll all makes sense soon, I promise! Only after 3 months since I wrote my first ""Hello, World"" I actually got goosebumps and thought: ""Ah... so this is IT"". This is when I knew I felt in love with coding.I got into all three bootcamps, but that was just to test myself as I always knew it was Codesmith where I wanted to learn. They had the best outcomes, the best teachers (I attended their workshops), amazing vibes in that cute sunny Downtown office, and overall I just felt it would be a match.I started in April, and graduated in July'19. That. Was. Hard. If you want to succeed, you gotta drop your normal life and give your full focus to the course. One of the most important things - you gotta trust the process. I can tell you about my hesitations and panic all night long. I actually couldn't believe I'd get a job, like, seriously. But there is a way how, and people at Codesmith know it. Just trust the process - you're not the first one.In a month after graduation I had a part-time job. 2 months later I landed a full-time offer which exceeded my highest expectations. I've been working at the huge financial company for 4 years, growing, developing and using Codesmith advices on a daily basis. My love to coding was finally mutual, and I felt very grateful every day.In the end of 2023 due to relocation I was in the job market again - now on the West Coast - and even though you probably heard it's tough right now and all, I was able to land three great offers. I felt the crisis too, it's no joke, but I simply followed what CS taught me - yet again - and it paid off. I'm now a Staff Software Engineer at a pretty cool software engineering company, and can't be happier in life.Read Less",Full-Time Software Engineering Immersive,Software Engineering +310550,10643,codesmith,Anna L.,False,2022,Best decision I ever made,2024-05-01,5.0,5.0,5.0,5.0,"When I joined Codesmith, I was looking to make a big change in my life - I was working in social work and deeply dissatisfied with the amount of return I was seeing in my career. I was scared to pursue coding, because I didn't think I was smart enough... Read More and thought it would probably be too hard.While it was hard, the support and guidance I found in the Codesmith community was what helped me achieve my goals. From the moment I attended one of their free classes on a weeknight until after graduation, I felt welcomed and excited to be part of a community that clearly felt so passionately about the success of the students. My hard work and investment was rewarded by the instructors and fellows who were just as invested in me. After graduating, I managed to find a job within a month. When I was laid off from that job, Codesmith was there to support me in finding a new role (which I found two weeks later). I went from not having written a line of JavaScript to employed as a software engineer in under a year.My story isn't everyone's, but I know it wouldn't have been possible without Codesmith, their support, and their curriculum. I felt capable and ready to enter the workforce after graduating because I was provided with a deep understanding of how code works under the hood and I was able to communicate my choices and ideas professionally.(Full disclosure: I was incentivized by an offer of free merchandise to provide this review, but my words are 100% truthful and 100% my own)Read Less",,Unknown +310460,10643,codesmith,Anonymous,True,2021,Helped me change careers,2024-04-29,4.7,5.0,5.0,4.0,"What i really like about CodeSmith - good community - up to date curriculum - slack community is awesome - everyone is trying to get better Something to keep in mind for anyone looking to get into coding/switch careers. Codesmith is definitely a shortcut... Read More in that process. They give you a path to follow and it works. But also you have to put in the work as a student. your effort will be what determines your success in the job finding stage, Codesmith will help you out in terms of what to put on your resume how to navigate the interview process etc.... but applying and looking for jobs is also on you.Read Less",Full-Time Software Engineering Immersive,Software Engineering +310436,10643,codesmith,Anonymous,True,2019,Solid Program,2024-04-29,5.0,5.0,5.0,5.0,"I came from a background of electronic music production, some experience with JavaScript, SQL, and aside from that, a largely non-technical background. After working hard and doing pretty much nothing but coding in my spare time preparing to get into... Read More Codesmith throughout 2018, I joined in the October 2018 cohort. I graduated from Codesmith in Jan. 2019 at the Los Angeles campus. In my experience, during the time leading up to joining Codesmith ➡ actually being in Codesmith ➡ post-grad career support, Codesmith was an all-around top notch program, and has continued to be a solid community to be a part of. Three months after graduating, I was able to land a mid-level engineer role at $125k base, $160k TC. Since then, I've worked for a few companies in tech / healthcare, and have been able to rise from mid-level engineer ➡ sr. engineer ➡ engineering manager ➡ sr. engineering manager.I did some extensive research before deciding on Codesmith. They accept engineers roughly around Jr. Engineer level, and prep them to go on to become mid - sr level engineers. imo, some of the best parts of Codesmith are not just in learning specific technologies/patterns (Data Structures & Algos, JS, React, Node, SQL, noSQL, etc.), but more so in ""learning how to learn"", by giving you a high-level overview lesson, then throwing you into the deep end and challenging you to learn to swim, lesson after lesson, just as you'll have to do again and again after you graduate, throughout your career as a software engineer.Their hiring prep / career support has been another key part of the program for me. Codesmith's hiring program guided me in knowing how to approach a comp negotiation, and what I could / should be asking for in the first place, when it comes to negotiating a software engineer role. I had no idea about any of this before attending CS, and this knowledge has proven to be instrumental in helping me to negotiate new offers / promotions over the past few years. I've continued to work with Eric, the lead career advisor at Codesmith a number of times since I graduated, to help me negotiate promotions / navigate new offers. Eric is one of the most effective tech/business communicators I've ever known - he's also helped me in navigating venture financing / equity when it comes to joining a startup as an early engineer. Having Eric as a career advisor/mentor has been invaluable throughout my career trajectory as an engineer.I'd recommend Codesmith as a top notch coding bootcamp for anyone looking for a more advanced program that will deliver if you rise to the challenge. It does take a good amount more self-study before you can be admitted, as you have to be around jr. engineer level to get in, but in my experience, I can say it was well-worth it.Read Less",Full-Time Software Engineering Immersive,Software Engineering +310354,10643,codesmith,Eric Mulhern,False,2022,From landscaping and music teaching to IBM in 10 months,2024-04-26,5.0,5.0,5.0,5.0,"Before attending codesmith, I was teaching music and landscaping part-time. I had previously done a bit of self-learning around programming, with free materials available online. After attending the 9-month PTRI program, I took on a paid 3-month mentorship... Read More position with codesmith. During that time I landed a full-time contracting role with IBM, which kickstarted my software engineering career and increased my income six fold.Codesmith is not a silver bullet. You get out of it what you put into it. But it provides powerful support and a community of people going through the same hell as you and who motivate and grow alongside you, and the value of that is incalculable. It's a non-stop deluge of information and you're exhausted every step of the way. I put in tons of extra hours studying and working on projects, trying to make the best product I can, and that effort paid off in the knowledge I took away from it.Read Less",Part-Time Software Engineering Immersive,Software Engineering +310339,10643,codesmith,ALEX MCPHAIL,False,2022,A gateway into a career in tech.,2024-04-26,5.0,5.0,5.0,5.0,"Codesmith took me from a owning a cut-flower farm to working as a Software Engineer inside of 6 months. It is an intense, rigorous program that prepares you technically and academically to work in the field. The focus is empathetic and engaged learning... Read More and pushing you to research and work independently. You come out of Codesmith with some great technical training, but much more, you come out with the tools you need to keep learning. You will spend your whole career adding to your training, but Codesmith can help you get your foot in the door.Read Less",,Unknown +310330,10643,codesmith,Adam,False,2023,The Codesmith method works!,2024-04-26,5.0,5.0,5.0,5.0,"Could not recommend Codesmith highly enough. There is no way I would have been able to be as successful in interviews and at my current job so quickly without going through the program. In addition to a vast amount of technical knowledge, you learn how... Read More to collaborate with engineers of all backgrounds and experience levels, which is crucial, especially working in lead and management-level positions. You get out of the program what you put into it, so it's not a ""sit back and relax"" type of situation, but those in the cohort who went all-in saw major results post-graduation. One con is that they pitch you being able to waltz into senior-level roles making 140k+ with no prior experience. This may have been true pre-covid, but is very rare in today's market. The average salary of our graduating class is significantly lower than it was a few years ago. That being said, everyone in my cohort who is working seems to be very happy and comfortable with their positions, their leveling, and what they're making.Read Less",,Unknown +310322,10643,codesmith,Anonymous,True,2022,Codesmith's immersive program and CS Prep course provided me with the essential JS/React and computer science fundamentals needed to excel in software engineering.,2024-04-25,5.0,5.0,5.0,5.0,"My experience with Codesmith, having graduated from both their immersive program and the CS Prep course, has been absolutely remarkable. The immersive program delved deep into full-stack JavaScript and essential computer science principles, providing... Read More me with a solid foundation for a career in software engineering. The hands-on projects, rigorous curriculum, and supportive community not only enhanced my technical skills but also instilled in me the confidence to tackle real-world challenges. Additionally, the CS Prep course was instrumental in laying down the groundwork for my journey into the immersive program, offering a structured introduction to JavaScript and core coding fundamentals. Thanks to Codesmith's exceptional education and career support, I successfully secured a fulfilling role in software engineering and continue to benefit from their lifelong career guidance. Codesmith's commitment to excellence in software engineering education truly sets them apart, and I am incredibly grateful for the opportunity to have been a part of their thriving community.Read Less",Full-Time Remote Software Engineering Immersive,Software Engineering +310321,10643,codesmith,Eric Esposito,False,2023,A supportive and productive experience,2024-04-25,5.0,5.0,5.0,5.0,"When it comes to changing careers and finding a job in the current market, it’s going to be difficult no matter which bootcamp you attend. Finding a job is always a difficult hurdle when changing careers into such a competitive field. All of that said,... Read More I can’t imagine a better value for your money when it comes to coding bootcamps. The course lectures are pretty good, but that is not what really stands out about this company. What really stands out is the forced collaboration with other like-minded engineers, and learning how to pair-program and work through challenges with other people. In my opinion, this is where the true value of this program lies. To be forced to work through cleverly-designed challenge units and projects with another aspiring engineer is an experience that is more valuable than any lecture could be. This forces you through the inevitable struggles of understanding how to set up proper dev environments, how to debug pesky Git flows and merge conflicts, how to teach a topic you feel strong in, how to learn a topic you feel weaker in, how to empathetically communicate and provide valuable feedback, how to gracefully receive constructive feedback… these are all extremely valuable ‘soft skills’ that Codesmith offers, on top of the official curriculum that they advertise. I became close friends with many brilliant people, and attending Codesmith was an experience like nothing I’ve ever done before. I definitely recommend this program to others looking for a positive, productive, and supportive environment to develop your engineering skills and learn most of the things you need to become a successful mid-level developer.Read Less",Full-Time Remote Software Engineering Immersive,Software Engineering +310320,10643,codesmith,Anonymous,True,2023,Trains you for a real world job environment,2024-04-25,5.0,5.0,5.0,5.0,"The curriculum at Codesmith is extremely well-rounded, and introduces you to all of the parts needed to develop and deploy a full stack application from scratch. While there is a broad range of technologies covered, Codesmith encourages students to specialize... Read More in one area, becoming a T-shaped engineer (good at all, great at one). This lends itself to the best part of the curriculum: the focus on working in teams to build projects. Much of the program is devoted to building full stack applications; students are grouped together and work in an agile development process much like you would see in the real world, with certain team members tackling their specialized parts of the project. This gives you a great idea of what to expect in your future jobs. The only thing I will say is that 2023 and onward are not a reflection of the CIRR outcomes that Codesmith posts, which (last I checked) only go through mid-2022 and don't reflect the current state of the tech market. It took me 11 months to land a job after graduation, and I am being paid much less than the ""average Codesmith grad"", and only about half of my cohort have landed jobs. I don't blame Codesmith for this, since the job market is now saturated with experienced FAANG engineers that have been laid off, but it is important to note that the CIRR reports are no longer reliable with the current state of the job market. While it is possible to get a job after Codesmith, and the career support resources from Codesmith are incredible, it is an extremely challenging and mentally/emotionally draining process that does not end when you graduate Codesmith.Read Less",Full-Time Remote Software Engineering Immersive,Software Engineering +310319,10643,codesmith,James Espy,False,2021,One of the hardest (and best) things I've done!,2024-04-25,5.0,5.0,5.0,5.0,"I’ve been looking at making a career change into software engineering for a few years now. As an older worker (51), the prospect of moving into something completely new has been pretty intimidating. I’d looked at bootcamps and didn’t see anything that... Read More taught things I couldn’t learn on my own (I’ve taken a ton of Udemy and Coursera online courses) and the job-placement offerings didn’t seem very effective, so they just didn’t seem worth the investment. In January, I was looking at how to get an entry-level role when I stumbled onto Codesmith. I was impressed with the reviews and stunned by their outcomes. Enough so that I went ahead and What Codesmith is not:A bootcamp — Though Codesmith has the shape of a bootcamp, it is nothing like what is typically described by that term. It is immersive and is three months long. And since you are learning some technical skills, it seems like a bootcamp. Typically, bootcamps take people with little or no experience and give them the basic skills for getting an entry-level job with which you start a new career. That is not Codesmith. Codesmith graduates consistently get mid- to senior-level engineering roles for they first jobs. There really isn’t an appropriate industry term for it, though “tech accelerator” is the closest I’ve heard. A technical school/program — Yes, you will learn the technical skills for building a full stack app. But that is the smallest part of what Codesmith achieves with its students, where that is primarily what “bootcamps” teach. Codesmith will train you to solve the hard engineering problems typically reserved for senior developers. You will learn how to quickly onboard new technologies that are unfamiliar and work with teams on a professional level. What gets covered in most programs, we got through in less than a month. The last half of the program, we are building products for other engineers (out in the real world) to use in their professional day-to-day. No social media clones or todo list projects here!Easy, at all — If you are still at all unsure about making a career change into engineering, don’t waste your time. You will get frustrated and likely feel more uncertain. If you are positive you want to change directions and become a mid- to senior-level engineer, the next step is to recognize that Codesmith is not a short cut. The years of experience that go into entry level to mid are compressed into 3 months. This is more a direct route, but it is extremely difficult, frequently frustrating, occasionally empowering and always exhausting. Everyone in this program faces faltering confidence and profound imposter syndrome. And it was one of the best experiences of my life!A certificate factory — It is hard to get admitted to Codesmith. You have to demonstrate an entry-level skillset before you are admitted (don’t worry, their free online CSX coursework and their workshops are amazing and will get you ready). It is rare for people to pass their admissions process the first time. And when you graduate, they are not done with you. They give you outstanding training around the hiring process and resume writing that continues long after you’ve completed the program. In addition to the instruction and support the dedicated hiring team gives graduates, Codesmith has done an amazing job of building a large alumni support network. CS grads look out for other CS grads!A magic bullet — but it is not *not* a magic bullet. It is the shortest path to an exciting, high paying job, but it is also going to be one of the hardest things you’ll ever do. It is difficult to explain Codesmith to people stuck in the typical bootcamp paradigm, but when they see you write code or debug a broken app, your engineering chops will be undeniable. Two months after graduating, my cohort mates and I are getting scooped up by employers and most of us are getting starting salaries well above the median shown on this website (including me!).If you are serious becoming an engineer, I cannot possibly recommend Codesmith enough. It is incredibly tough to get into and even harder to survive. But if you are going to make such an important move, why waste time with partial measures. That way, when you get your first engineering job and are bring home a six-figure income, you will have confidence that you earned it!Read Less",Full-Time Software Engineering Immersive,Software Engineering +310303,10643,codesmith,Eric Stallings,False,2019,Great Experience with lasting relationships and phenomenal alumni support,2024-04-24,5.0,5.0,5.0,5.0,"I attended Codesmith July-September 2019 after attending their free Tuesday and Thursday night workshops for about six months (which I highly recommend, they offer them virtually now) and taking their 2 week Codesmith Prep course. I had no other tech... Read More experience aside from self-teaching with FreeCodeCamp.The application process was pretty thorough, and included a phone screen, a culture fit interview, and a technical screen. I was not accepted on my first attempt, which I was actually really happy to hear - they won't just sign you up and take your money, you have to have the basics of JavaScript down before they'll allow you to join a cohort.- The Experience ItselfI attended pre-Covid, in-person, in Los Angeles. Our schedule was Monday through Saturday, 9am until late in the evening. I think officially we were done around 8pm but there were a few nights were I stayed past midnight to work on projects.The curriculum was really thorough, and really quick. Other students referred to it as trying to drink from a firehose. For the first 6 weeks, new subjects were taught in two-day blocks. There was an introduction to a new technology and practice project utilizing it on Day 1, and a sort of quiz project on Day 2 with a debrief. Students weren't ""graded"" on the quiz project, but if they were unable to complete it satisfactorily, a Fellow (teaching assistant) would schedule one-on-one time with you to go over the subject matter again.Other projects included a Chrome Extension Hackathon and an Iteration Project, where students would build a project and then everyone would trade to get used to working in an existing codebase.The first 6 weeks ended with a big test day, broken up into two parts: an algorithm section, and a fullstack application coding challenge. Students were required to pass the test to go on to the next 6 weeks, and you could only take it twice.The last 6 weeks of program were dedicated to a Senior Production Project. You had to pitch an idea for a new developer tool or a refactor of an existing tool to the teaching staff and got the next 6 weeks to work on it. This was ostensibly to give you something cool to show off in interviews that wasn't a simple to-do list app. In fact, some of these projects have gone on to be awarded thousands of stars on GitHub and are still used today.After my residency was done, I was asked to stay on as a teaching fellow for another two cohorts, and finished my fellowship in January 2020.- After the ProgramI think were Codesmith shines is it's alumni support programs. Codesmith offers continuing support for graduates of any cohort, and this could be anything from resume review to mock interviews and networking. I utilized the mock interviews to prepare myself for the real thing many times.I think my job hunt was about 2 months. I left Codesmith January 4th and accepted an offer in late February. For full disclosure, I accepted a compensation offer that was below that of my peers who had already been working, but I was more eager to jump into my first job and start gaining equity and experience.I am still working at that company, and have since been promoted once and my compensation has increased by 50% of my starting comp.- Final ThoughtsIf you're looking into a boot camp to get you started in Tech, Codesmith is my recommendation, if only for their alumni support alone.I have friends who have done other boot camps that don't offer any support after the program, and they seem to be struggling more to find their first paid role.I definitely recommend trying out their free workshops on Tuesdays and Wednesdays, which offer easy and more difficult JavaScript lessons. It's also a great opportunity to ask a teaching fellow about their Codesmith experience and the program itself.I also made some really close friends in the program. We still have a group chat going to this day, four years later. One of them even attended my wedding.Read Less",Full-Time Software Engineering Immersive,Software Engineering +310288,10643,codesmith,Anonymous,True,2021,Changed my life!,2024-04-24,4.0,4.0,4.0,4.0,"I was at a pivotal point in my career - having been laid off due to the pandemic, I took a gamble on Codesmith and it paid off! I was transitioning from the design industry and had no previous programming experience. I learned JS from the ground up, and... Read More I found in Codesmith a generous community that pushed me and wanted everyone to succeed. I studied hard to gain acceptance into the program and by the time I graduated, I had become a software engineer that is competitive in the market. I made a number of valuable connections during my time in Codesmith, and now we are supporting each other in our careers in tech. Codesmith was a challenging but rewarding experience that pushed me out of my comfort zone.Read Less",Full-Time Remote Software Engineering Immersive,Software Engineering +310286,10643,codesmith,Kevin,False,2019,Confidence in Skills Amid Uncertainty,2024-04-23,5.0,5.0,5.0,5.0,"Switching careers can indeed be daunting, especially when faced with numerous uncertainties. Questions like whether investing in tuition will pay off or if someone without a tech background can succeed as a software engineer were definitely in my mind.... Read MoreAfter leaving the military, I took the leap and joined Codesmith's full-time immersive program in 2019, embarking on a journey to become a software engineer. The experience was challenging; It often felt like I was constantly overwhelmed with information and barely retained it before moving on to a different topic. Yet, the structure at Codesmith, while intense, proved invaluable. Rather than passively absorbing tutorials, I was immersed in hands-on learning, constantly diving into code and problem-solving. This approach honed my ability to ""figure it out,"" a skill that has become indispensable in my career.""Figuring it out"" may sound simple, but a lot of anxiety and uncertainty accompanies it. Yet, it's a cornerstone skill for any developer. For those considering Codesmith or similar programs, I encourage you to embrace this mindset. Ask yourself the tough questions: Is Codesmith the right fit for me? Can I afford it? What steps do I need to take to get there? The journey may be daunting, but the rewards of mastering this skill and embarking on a new career path are worth it. Start figuring things out!Read Less",Full-Time Software Engineering Immersive,Software Engineering +310279,10643,codesmith,Anonymous,True,2022,Codesmith taught me everything I needed to know to get a job,2024-04-23,5.0,5.0,5.0,5.0,"Codesmith did a fantastic job of preparing me for my first job as a software engineer. As someone who did not have a background that was even remotely technical, it took me a couple of months to get a high paying job. Granted, this was during a very hot... Read More job market, but I was able to make an impact at my new job from day one. I attribute that to what I learned at Codesmith. I talk to new grads on a monthly basis, and I think Codesmith has done a good job of adjusting their guidance and instruction to students entering the job market right now.Read Less",Full-Time Remote Software Engineering Immersive,Software Engineering +310274,10643,codesmith,Oliver,False,2023,"Great Experience, Highly Recommend",2024-04-23,5.0,5.0,5.0,5.0,"I did the Part-time remote immersive program and graduated in March 2023. Overall, I am highly satisfied with my experience at Codesmith. The instructors are excellent, the content is challenging (you will learn the most relevant skills for the job search)... Read More and the community is fantastic. Codesmith puts a lot of time and effort into its students; you will have biweekly assessments to gauge your skill level and determine if your technical skills are keeping up with the curriculum. If you do fall behind, they will give you 1-1 private sessions to fill your gaps in technical understanding. The interview and resume support is also fantastic, and this support extends beyond graduation.That being said, Codesmith is just like any other educational program in that you get out of it what you put in. They don’t hand hold you or just give you answers - that doesn’t make you a better engineer. They teach you ways to problem solve. Expect to be challenged, work hard and you will see results.Read Less",Part-Time Software Engineering Immersive,Software Engineering +310269,10643,codesmith,Juliana Morrelli,False,2023,The most challenging and rewarding experience.,2024-04-23,4.0,5.0,4.0,3.0,"I attended Codesmith in November 2022, graduated in February 2023, and accept a job offer 2 months later. Codesmith is not an experience for a person who is not willing to grind. As thorough as the program can be within 4 months, there is a certain level... Read More of ownership you must take over your own studies in order to succeed, both during and after the program. You have to set your expectations from the beginning. The program does a good job at giving you a great overview of both frontend and backend technology, but the studying doesn't stop when the program does. Codesmith does a great job at creating a strong foundation in both technical skills, but also soft skills as well that will set you apart from others. Personally, this program absolutely changed my life. It opened doors for me that I didn't think would ever be possible, but i would be lying to you if I said this wasn't the tough. If I had to do it all again, I would still choose Codesmith as a bootcamp; just be willing to put in the work.Read Less",Full-Time Remote Software Engineering Immersive,Software Engineering +310268,10643,codesmith,Katharine Angelopoulos,False,2022,Worth Every Penny,2024-04-23,5.0,5.0,5.0,5.0,"I attended Codesmith in 2022 after growing disillusioned with the Biotech industry - I loved my company but the work was monotonous and not fulfilling. I'd had previous experience programming in college and had taught myself web development as a hobby.... Read More In Codesmith, I didn't just ""level up"" my development skills, I learned to analyze and write code in a completely different way. My time at Codesmith prepared me for a position maintaining and upgrade the website of a mid-sized start up on a team of two. Within three months, I was able to use Codesmith's Express.js training to refactor their Node server and decrease response times by 50%. Within the first year, I was able to refactor the frontend to decrease load times from 2-3 seconds to 200-300 milliseconds. Codesmith isn't just a bootcamp, it's a crucible for career achievement and a support system during the hardest moments of your career change.Read Less",Full-Time Remote Software Engineering Immersive,Software Engineering +310227,10643,codesmith,Anonymous,True,2021,Empowering Career Transition,2024-04-20,5.0,5.0,5.0,5.0,"As a former professional in hospitality management and marketing, my decision to enroll in Codesmith proved to be a pivotal turning point in my career journey. Codesmith transcends typical coding bootcamps, offering a transformative experience that caters... Read More to individuals from diverse backgrounds, including myself.Transitioning from hospitality to the tech industry seemed like a daunting challenge, but Codesmith provided me with the necessary tools and support to succeed. The comprehensive curriculum, led by knowledgeable instructors, not only reinforced my existing skills but also introduced me to a wide array of cutting-edge technologies. The program's emphasis on collaboration over competition fostered a supportive community where I felt encouraged to grow and learn alongside like-minded individuals.Despite the fast-paced nature of the program, I found the rigorous coursework and hands-on projects to be immensely rewarding. The 'under-the-hood' focus of the material allowed me to gain a deep understanding of engineering principles while honing my teamwork and problem-solving skills. Thanks to the invaluable guidance and resources provided by the Codesmith team, I was able to secure a fulfilling position shortly after graduation, leveraging the solid foundation and practical knowledge acquired during the program.For anyone considering a career transition or seeking to enhance their technical skills, I wholeheartedly recommend Codesmith. It's not just a coding school; it's a supportive community that empowers individuals to reach their full potential. My experience at Codesmith has been nothing short of extraordinary, and I am grateful for the doors it has opened in my professional journey.Read Less",Full-Time Software Engineering Immersive,Software Engineering +310211,10643,codesmith,Anonymous,True,2021,Codesmith was the best decision I've made,2024-04-19,5.0,5.0,5.0,5.0,"Transitioning from a non-technical background to software engineering was a daunting decision for me. The fear of regretting such a significant career change, coupled with the financial investment and uncertainties surrounding immersive programs, made... Read More me hesitant. However, in 2020, I took the leap and enrolled in the full-time remote Codesmith immersive, a decision I now cherish as one of the best I've made.My journey with Codesmith began with their free JSX course, which not only provided me with a solid foundation in JavaScript but also introduced me to their supportive community on Slack. Their free online Hard Parts workshops further cemented my decision to join their full-time program, showcasing the community's commitment to building confidence and providing empathetic support to engineers.Enrolling in their CS Prep course was the next step for me, serving not only as preparation for the immersive program's interview but also as a personal gauge of my commitment to the full-time program. The CS Prep course was fantastic, once again immersing me in their supportive community and affirming my decision to pursue software engineering with Codesmith.Ultimately, I committed to their full-time online immersive. Though intense, the curriculum was exceptional, covering TypeScript/JavaScript to React and Redux, and Node and Express. While challenging, the hands-on projects and insightful educational lectures equipped me with the skills crucial for my first role.What truly sets Codesmith apart is its community. Throughout the program, I felt supported, encouraged, and challenged, especially during moments of imposter syndrome. The post-program support, including resume assistance, mock interviews, and career guidance, further underscores their commitment to their students' success.Four months after graduating, I secured a software engineering role with almost double my previous salary. Codesmith equipped me with the foundational knowledge I needed. While there were still gaps in my knowledge (which is expected in any new SWE role for any engineer at any level at any point in their career), Codesmith instilled in me the mindset of continuous learning and problem-solving, which has been invaluable in my career.Now, several years outside of the program, I continue to excel in my career as a Software Engineer and utilize Codesmith’s alumni resources. It's a community I know will accompany me for a long time.Overall, while Codesmith offers the technical foundation for a software engineering role, achieving success demands dedication and effort. It's essential to recognize that success isn't guaranteed; Codesmith provides the tools and guidance, but it's up to you to put in the work. This entails committing to deepening your skills, practicing rigorously, and actively networking. If you're prepared to roll up your sleeves and fully commit, Codesmith will undoubtedly pave the way for your success. However, if you're expecting a passive experience and hoping to coast through the program effortlessly to land a job, I would advise against taking the leap.If I were to offer one suggestion for improvement for Codesmith, it would be to provide more support on System Design interview preparation. While some time is allocated during the immersive, additional dedicated time in this area would be beneficial. Nonetheless, I was able to supplement my technical knowledge independently to excel in my interviews.I'm genuinely grateful for my decision to join the Codesmith immersive. The strong community, comprehensive curriculum, and post-program support make it an excellent choice for anyone looking to transition into software engineering.Read Less",Full-Time Remote Software Engineering Immersive,Software Engineering +310206,10643,codesmith,Anonymous,True,2022,Im happy with the outcomes. It wasn't easy but I am employed as a software engineer.,2024-04-19,4.7,5.0,4.0,5.0,"I initially started looking into a career change after not being happy with my previous career trajectory and consulting with a friend that was in the industry. After doing some initial research into another program, I noticed that Codesmith had superior... Read More analytics in regards to job placement and salary. It's very important to do your due diligence because you are spending big money so you want to make sure that those funds aren't being wasted. Once I knew that CodeSmith would be my target, I started using their free JS learning resources (at the time called edx) and attending their free workshops. This gave me an introduction to some of the lead instructors, some of the teaching fellows and the format of the lectures. I also decided to enroll in both of the prep courses (since the cost was subsidized from the Immersive Tuition) and from there started to prepare for the interviews to get into the immersive itself. I ended the CS Prep course in mid-july and pretty much studied from then till I got accepted into the course in October of that year. There were two formal interviews, the first was a character interview where you spoke with someone over the phone to confirm your cultural fit, after you pass that you then need to pass a technical interview, which was done over zoom and was pretty much a coding interview. (One thing here is that this felt very similar to the actual job interview process). It took me three tries to pass the technical interview but when I did I had a call with the lead instructor who told me I had passed. Once I reserved my place in the cohort (maybe 2 weeks before it started) I was given some pre-course work which was setting up my environment with ide, connecting to github and working on pre-course work to prepare me for some of the upcoming work. (again the whole prep process was very similar to what it would be in a professional environment). At this point the course started, i believe there were 4 weeks of lectures/smaller partner projects, 4 weeks of group projects, 4 weeks of capstone project and 2 weeks of job searching preparation. I'd say my biggest takeaways from the learning/project side, is that Codesmith didn't necessarily pump all the information into me to make me a capable senior reaCT engineer, instead they more gave me a taste of technologies, and during the project phase, it was up to us to know how to research/read documentation to make things work (again very realistic to a professional setting). Drilling into us how to research and problem solve was one of the biggest benefits to the program. I've heard in other programs, people are just coding along and copying the instructor but with Codesmith we were literally building things from the ground up and figuring out how to do that. When I got my first job I quickly realized that the process of building and problem solving felt very similar to the project phases at Codesmith. And if you need extra help or are falling behind, the staff is there to help and assist. During the lecture phases there were weekly assessments and if you struggled during those, you would get 1 on 1 sessions with staff. I think I had a 1 on 1 session for every assessment I took. The last 2 weeks of the program were also invaluable. During this portion Codesmith helped us build our Resumes and Social media presence as well as going through interview prep with each other and also Alumni. It was very similar to what I experienced during the job hunt. and the Career assistance is for life! In conclusion, I would like to say that the journey through Codesmith and the job hunt were not painfree. I think I was interviewing and studying for a good 6 months before landing a job and even though there were some embarrassing interviews, I learned from each one and continued to learn and prepare for the next one. It's very Cliche but you get from Codesmith what you put in. The harder you work there the easier the transition will be into the workforce. I stayed at my first job for 1.5 years and recently got referred and hired to another company. I wouldn't say my life is stress free nor would i say software is easy, but I am in a much better place then before thanks to Codesmith.Read Less",Full-Time Remote Software Engineering Immersive,Software Engineering +310152,10643,codesmith,Anonymous,True,2023,Great experience if you're willing to work for it,2024-04-18,4.0,4.0,4.0,4.0,"Codesmith is your best bet for a coding bootcamp. The support and community is top-notch. Everyone from instructors to TAs to alumni to support staff go above and beyond to make you feel welcome and battle imposter syndrome. Everyone feels safe, supported,... Read More and seen. The emphasis on projects is where you get your money’s worth and is the cornerstone of your resume and interviews. You’ll learn the basics of git and have plenty of options for answers to behavioral questions during interviews. They also really mean lifelong career support. Plenty of alums still use their postgrad career services. There are also some opportunities to connect with alumni during the program which proved valuable on the job hunt. Overall, I’m glad I did Codesmith because it helped me find a SWE job in a pretty brutal market between the career and alumni support but just know what you’re getting into if you go for it. Codesmith isn’t a golden ticket to a well-paying job. You’ll have to work hard to get through the program and you’ll need to supplement that with your own studying. If you’re not afraid of working hard and staying determined, Codesmith will be a good choice for you.Read Less",Full-Time Remote Software Engineering Immersive,Software Engineering +310140,10643,codesmith,Anonymous,True,2023,An incredible program,2024-04-18,5.0,5.0,5.0,5.0,"Codesmith is one of the best decisions I ever made. Not only does their unique approach to teaching engineering truly set them apart, but the folks I met along the way have become some of my most important friendships. Learning to code is tough, and the... Read More environment they foster and the standard of excellence they promote is second to none, allowing their students to grow and learn in ways most of my classmates doubted were even possible. Many of my classmates were changing careers, didn’t have a background in tech, and most had never seen any code before, begging their application process. While they set themselves apart by expecting students to work hard to understand the concepts, they also are incredible at tailoring the experience to make sure every student is able to succeed. Everyone struggled with one concept or another at some point, and yet, all of them came away from the program with serious, industry-ready skills that set them apart– even from folks with computer science degrees. Being a professional engineer means constantly facing new tech, concepts and challenges– one of Codesmith’s greatest strengths is that they teach their students “how to learn” in a way you simply don’t see elsewhere. I came away from the program not only with a really solid foundation, but also with the confidence that I’d be able to tackle anything new in my career. I learned how to break down problems and incorporate new tech and skills on my own As a student that went through the program and graduated in the midst of the 2023 tech lay-offs that happened world-wide, I was scared to say the least when it came time to hunt for a job. In the end I found one within six weeks after completing the program. Not only had they prepared me, more than perhaps I even realized, but they also provide incredible post-graduate support that helped me every step of the way. I wholeheartedly would recommend this program to anyone, it sounds corny to say so, but it really changed my life.Read Less",NYC Onsite Immersive,Other +310069,10643,codesmith,Anonymous,True,2022,"Supportive, Collaborative, Empathetic Community",2024-04-14,5.0,5.0,5.0,5.0,"I went through Codesmith in the latter half of 2022 and was placed within a job just under 3 months of graduating. Like many, I was transitioning from a non-tech background, but as soon as you even start learning about and integrating into the Codesmith... Read More community, you'll realize how many others like you there are. Also, it's one of the most empathetic and uplifting communities I've been a part of and I still talk to my cohort mates months after graduating together.Read Less",Full-Time Remote Software Engineering Immersive,Software Engineering +310062,10643,codesmith,Anonymous,True,2022,"I had the experience of a lifetime collaborating with passionate peers, delving deep into complex coding challenges, and ultimately, achieving a profound sense of accomplishment when solving them together.",2024-04-13,5.0,5.0,5.0,5.0,"At Codesmith, I experienced a transformative journey that significantly enhanced my coding skills and career prospects. The supportive community and expert mentorship provided a solid foundation for learning, fostering an environment where collaboration... Read More thrived. Working on challenging projects with peers not only sharpened my technical abilities but also taught me invaluable teamwork and communication skills. The curriculum's fast pace pushed me to excel, although it occasionally felt overwhelming. Despite this, the hands-on approach to learning ensured that I was well-prepared for real-world challenges. And last but certainly not least, the support in finding a job and negotiating an offer was worth its weight in gold. Overall, Codesmith offered an immensely rewarding experience that I would highly recommend to anyone looking to start or advance their coding career.Read Less",Full-Time Software Engineering Immersive,Software Engineering +309549,10643,codesmith,S.S.,False,2023,Codesmith was Excellent for Me,2024-03-21,4.7,5.0,4.0,5.0,"Codesmith was great for me. Attending was one of the best decisions I’ve made, and I think it’s a really fantastic option for some one looking for such a program. It’s difficult to review a program like Codesmith because it’s (obviously, explicitly) not... Read More right for everyone and will hit students in different ways. For me, it was very good — one of the best uses of my time, money, and work that I’ve ever made. I had a self-taught background coming into Codesmith, with several pretty specific areas of focus. The curriculum reinforced areas of my experience from different perspectives and introduced me to a wide variety of other technologies I hadn’t used before. The material was thoughtfully-chosen, presented with a strong ‘under-the-hood’ focus, and well situated within the wider landscape of competing technologies. The projects went deep into engineering considerations and building well as teams. Overall, it gave me an extremely solid basis and tools for continued growth. I found a good position shortly after graduation and have felt very well prepared in that role. A few considerations of pause / maybe it’s not for you: - The program moves very quickly, often spending 1-2 instructional days on technologies that take months to become strong with. The better your pre-course background, the more you will get out of it. Students who struggled early continued to struggle throughout the course. I would recommend really mastering the pre-course work and maybe doing some other project before starting, in order to get the most out of it. - On the same note, you cover a huge amount of content for the time. While you are given many tools to go deeper, you should have realistic goals for what’s possible in a few months. It’s a solid basis + survey that trains you to learn and dig in — but it can’t actually replace years of learning and experience. - There’s not as much direct instructor support and evaluation on projects as I would have liked. You can get input, but no one is reviewing the quality of your code or your major design decisions in detail. - The job market is pretty challenging right now and finding a job takes a lot of work and patience. Research this bit and make sure you know what you’re in for. It’s a legitimate path to a challenging and rewarding career, but it takes work and time.Read Less",Full-Time Remote Software Engineering Immersive,Software Engineering +308028,10643,codesmith,Anonymous,True,2023,Codesmith Changed My Life,2024-01-18,5.0,5.0,5.0,5.0,"Before Codesmith, I was working on switching out of the medical field through self-learning but I quickly realized that a reliable bootcamp is a much better option. Having done research for months, I decided to go with Codesmith and the decision has been... Read More the best one I've ever made. The education I received at Codesmith in the short 3 months I was there made me a stronger dev than I could've become in 3 years of self-learning. I truly owe all of my professional success to the program and would recommend it to anyone I know as the education they provide is second to none. The community of people I met was truly amazing and has helped me still to this day in my coding journey. That support network of other engineers is by itself worth the price of admission. Even with the fast pacing, no one was left behind in learning as well all boosted each other, and the staff truly cares that everyone is learning and growing by providing whatever support is needed. Along with that, the way that the curriculum is taught was outstanding and truly gave me such an in-depth understanding of JavaScript and other frameworks were I feel that I have a better understanding of the technology than most of my coworkers. This is the best bootcamp by far that is out there! I really don't have any cons as this was a life changing experience for me.Read Less",Full-Time Remote Software Engineering Immersive,Software Engineering +302224,10643,codesmith,Anonymous,True,2023,"Grit, Grind, & Outstanding",2023-06-21,5.0,5.0,5.0,5.0,"Pre Codesmith Profession Prior to attending Codesmith, I pursued a career as a healthcare professional, investing seven years of my life to earn an advanced degree. However, upon venturing into the real world, I was taken aback by the rapid pace at which... Read More healthcare companies exhaust their professionals for the sake of financial gains. Overbooking, subpar care quality, inadequate compensation, and stymied long-term growth opportunities left me disheartened with healthcare as a whole. The whirlwind of COVID-19 served as the final catalyst, prompting me to seek an alternative path. It was during this time that one of my closest friends, a Senior Software Engineer, recommended a switch in careers. He recommended that I pursue a boot camp, and after conducting thorough research and considering various factors, I found that Codesmith consistently delivered the most exceptional outcomes, making it the clear frontrunner in my rankings. Pre Codesmith Prep During my search for programs, I simultaneously pursued Harvard's CS50 course. As I delved deeper into the requirements for admission to Codesmith, I shifted my focus from C to Javascript, immersing myself in the fundamentals through CSX and Eloquent Javascript. Additionally, I dedicated myself to self-teaching data structures and algorithms by solving Leetcode problems, laying the groundwork for a successful job search after graduation. Months of consistent effort in preparation for the technical interview paid off, as I was fortunate enough to secure acceptance on my initial attempt—a noteworthy achievement given the high selectivity of Codesmith. Recognizing the program's rigorous standards, I made the decision to invest in a new Macbook Pro, a decision that proved invaluable, as I encountered no compatibility issues throughout the duration of the program. During Codesmith Life during Codesmith offers a profoundly distinct experience. It demands unwavering dedication and investment in personal growth, as well as a collective commitment to the success of one's peers. It is a journey that requires pushing oneself beyond perceived limitations and persistently striving to overcome obstacles. Days consisting of 10-12 hours of intense learning and perseverance become the norm, with some individuals choosing to extend their efforts beyond the structured schedule. The program unfolds in two distinct phases: the initial half, characterized by structured classes and learning modules, and the latter half, where the true essence of learning emerges through project work. My overall experience with Codesmith was truly exceptional. From day one, the atmosphere fostered empathy and kindness among the cohort, and this sentiment resonated with my personal encounters. Whether offering assistance or receiving help, each interaction was infused with a sense of fulfillment and compassion. The main instructors, mentors, and teaching fellows showcased exemplary skills and dedication. I attribute the extraordinary quality of my experience to Codesmith's meticulous vetting process and the nurturing environment they cultivated. Our class made it a collective goal to ensure that every individual felt comfortable with each topic, readily providing tutoring and support to one another. The unwavering commitment to high standards and positive vibes permeated throughout, leading to a transformative and life-changing experience. Post Codesmith Upon graduating from Codesmith, one swiftly realizes that the journey has only just begun, and it is an exhilarating prospect. The growth potential that lies ahead over the next 3-6 months is nothing short of inspiring. Personally, I was picky with the roles I applied to, and only did 200 applications, which ultimately led me to secure my first role. In contrast, some of my peers took a more extensive approach, submitting 2-4 times that number. Unlike traditional universities, Codesmith does not simply hand you a diploma and bid you farewell. It is more akin to an anti-university, placing little emphasis on pedigree, titles, or mere pieces of paper. Instead, Codesmith's core values revolve around tangible outcomes. Remarkably & deservingly, many individuals in my cohort have successfully secured senior positions or are earning annual salaries exceeding $150,000. The support provided by Codesmith extends far beyond your initial job search. They offer comprehensive career assistance, regardless of whether you are seeking your first job or embarking on your third. While there were moments of discouragement during my own job search, they were fleeting thanks to the unwavering encouragement and motivation provided by the support team and my fellow peers. Eric was of immense help during the process, providing positive encouragement and real-life stories to aid in the hunt. Summary Overall, if you are looking to change careers to be a Software Engineer, I give Codesmith my highest review. Keep in mind it will take a long time of grit and grind, but it will pay dividends. If you are interested in pursuing software engineering, I would teach yourself a first language and dig deep into if this is something you want to pursue. Allot at least a year for the full transition, and expect to give it your all each and every day.Read Less",Full-Time Remote Software Engineering Immersive,Software Engineering +301749,10643,codesmith,Mark,False,2022,Highly Recommend. Thoughtfully Desgined,2023-06-03,5.0,5.0,5.0,5.0,"Process is long and difficult, but dramatic change requires dramatic work. Codesmith supports you through every step of the way including preparing for your technical interview, providing pre-course work, extensive coursework, and support during the job... Read More search. The staff really care about you and your success, and the contacts you meet throughout the journey will be lifelong friends. The community is incredible. The curriculum teaches you far more than how to use a technology, it really teaches you how to learn and think like an engineer. Pros - incredible community (from interview prep through post grad alumni network) - rigorous and thoughtful curriculum - will learn how to think like an engineer and onboard technologies not covered in the curriculum - career support is strategic and empowering. The question is when will you get a job post grad not if Cons -hard learning is predominant teaching style and it is not for everyone. Try CS Prep to find out if you like it. - it is difficult to map out and make a timeline for getting into the program. Especially since some cohorts have a waitlist over a month ahead of the start date. - major projects do not have code reviews by staffRead Less",Full-Time Software Engineering Immersive,Software Engineering +297982,10643,codesmith,Jenna,False,2022,medicine to tech in less than a year,2023-02-14,4.0,4.0,4.0,4.0,"For three months of work, the course delivers *mostly* on its promise. Long days, long weeks, but the time flew by and the people were genuinely the best part. The coursework prepares you to *prepare yourself* for job interviews. It was a good launching... Read More point, but you still need to put in a lot of work to get a job after the fact. To say that you can easily get a mid to senior level job I would say is an overstatement. Perhaps if you're coming in with 1-2 years of experience that is doable, but as a beginner I would say junior to mid is a more realistic expectation - which is honestly still impressive for three months of coursework. That being said, I got a mid-level job in a little over 3 months after MANY rejections and coming in from a completely non-technical background. They pack a lot into 12 weeks and the feedback is top notch, but I'd be lying if I said I felt 100% prepared going into interviews. And maybe that's just my overachieving self speaking, but job interviews are a very nerve-wracking process that I'm not sure any bootcamp could fully prepare you for. Overall, I think it's worth the money - medicine to tech in just under a year total with Codesmith's help.Read Less",Full-Time Software Engineering Immersive,Software Engineering +297975,10643,codesmith,Anonymous,True,2022,"Stellar, ivy-league quality bootcamp",2023-02-14,5.0,5.0,5.0,5.0,"If you're like me, you're probably creating a huge Excel sheet right now full of every bootcamp in the world and how good their outcomes are so you can try to feel better about a decision everyone else seems to think is so risky and dumb. I mean $20k... Read More isn't cheap, and neither is the 3 month commitment to a career you're probably not entirely familiar with.  If you want the best shot at curating a new career for yourself in tech, I'd wholeheartedly recommend Codesmith. I was lucky enough to receive a job offer after the program despite having very limited software engineering experience. More than the curriculum (which is great), they also teach you how to *think* like an engineer and embrace hard learning. This mindset alone is invaluable and probably the ultimate reason so many codesmith grads go on to receive amazing job offers. The job search hints are another invaluable resource codesmith provides - especially for anyone reading this who wasn't part of the elite circles in high school or college that received this advice beforehand. In some ways, it's just as valuable as the coding experience itself! I won't say the program is perfect, no program is, but the fact that they can turn you from a beginner with no coding experience to a mid-level software engineer is incredible. My only suggestion for improving the program now that it's over is probably a stronger foundation in algorithms (but this is something you can learn on your own as there are TONS of resources online and it's something that doesn't happen in just a few short weeks). The curriculum is incredible and all three of the current frameworks I use at work now were taught at Codesmith. The opportunity to work in group projects on complex code is great experience to refer back to during the job hunt too. If you don't want to waste your time or money, you want a top-notch bootcamp taught by very engaging & caring instructors, and you want to be working long days and late nights surrounded by other students (all of which have been screened for good energy) with the same goal as yourself - then Codesmith is the place for you. The program was hard, even excruciating at times, but it was honestly pretty freaking fun too. There were highs and lows for sure - what do you expect when you're trying to fast track 2-4 years of software engineering experience and Bachelors Degree in Computer Science into 3 months?  I'm really happy I chose this program. Not everyone I graduated with got an insanely high offer ($130k+), but many did, even some without proper prior coding experience or education like myself. And as someone who really did make that 100+ line Excel sheet a year ago, I can tell you Codesmith really is the place to be.Read Less",Full-Time Remote Software Engineering Immersive,Software Engineering +295283,10643,codesmith,Anonymous,True,2022,Excellent program worth every cent,2022-11-30,5.0,5.0,5.0,5.0,"Going through this program was an exceptional experience – Codesmith is really in a class of its own. One of my family members had attended Codesmith in-person while I completed the remote immersive. I know this doesn’t apply to everyone (apparently some... Read More people enjoy leaving their houses?), but cutting out the commute really ended up being the cherry on top for me. Despite the program being remote, the team did an incredible job fostering an open and supportive community. In turn, I felt that this established a vibrant learning environment based on collaboration instead of competition. The program is rigorous, fast-paced, and demanding. Going into it thinking that it will be all fun and easy-breezy would be doing yourself an enormous disservice. That said, the active engagement on the part of the team, fellow residents, and even alumni, to provide invaluable guidance and resources both during the program and entering into the job search is an asset that every Codesmith graduate walks out with. I had a wonderful time at Codesmith and had the good fortune of meeting some really incredible people. Because of this program, I now have a full-time job that I genuinely enjoy that affords me the type of flexibility that I once could only have ever dreamed of. I’ve chosen not to go into fine detail about the contents of the program because tl;dr, but there are plenty of free, public-facing workshops (https://app.codesmith.io/coding-events) that always provide time for questions.Read Less",Full-Time Software Engineering Immersive,Software Engineering +294484,10643,codesmith,Anonymous,True,2021,Codesmith Review,2022-11-02,5.0,5.0,5.0,5.0,"Codesmith is the best from the curriculum, instructors, all the way to job support. I was a full-time musician before this and had no technical background. I started by doing CSX challenges and attending workshops, taking JSB and CSPrep, all the way to... Read More the immersive. I took on the fellowship after graduation and got a job upon finishing the fellowship, WFH at a tech company in Silicon Vally. Every step of the way, I was supported by the most loving, passionate people, from Codesmith staff to graduates. It’s more of a family than just a community. I received so much love and support here that I want to give back. Many graduates felt the same way as me and went back to giving mock interviews for the current students, sharing their job-searching experiences... If you are on the fence about picking a coding school, I highly highly recommend Codesmith. It’s so beginner friendly. You can start from all the free resources it offers and take the free workshops from its website.Read Less",Full-Time Software Engineering Immersive,Software Engineering +294464,10643,codesmith,Anonymous,True,2022,A software engineering program that touts itself as one of the best. Is it true? Yes!,2022-11-02,4.7,5.0,5.0,4.0,"I chose Codesmith for a number of reasons. I was coding as a hobby for a year prior and decided I wanted to ""up my game"" and attend the best coding boot camp-style program I could find. Codesmith seemed to have the highest ratings (but highest tuition),... Read More but I believe that one generally gets what they pay for. And I was very, very right. The tuition is $20k, but I just landed a job that pays $130k. If you look at Codesmith's independent ratings on CIRR.org, you'll see that I'm not really an outlier. Codesmith's program is broken down into three semesters (or, as they call them, ""portions""), which are just thirds. The first semester is all lecture. Each week or so, you learn popular frameworks and tools in the following manner: Lecture, pair-programming with a new partner each time, and usually some kind of review lecture (or recitation, to use college terms). There are tons of smaller events and lectures sprinkled in, including coding challenges, approach lectures, code reviews and more. You are given many different types of multifaceted opportunities to continue building and bolstering your coding skills, including hackathons and ""hack hours,"" which are just basically LeetCode challenges; mentorship/menteeship opportunities; tech talks (10+ minute presentations in which you select and present upon a technology/framework/language of your choice), and more. There are social opportunities to make friends and get to better know one another, which builds support and rapport. The second semester is project-based work. You build a few different types of applications on preference-selected teammates. This includes a Solo project (a project you design and build from the ground up, yet you are the only developer); a Scratch project (a project you literally build from the ground up with a team), and an Iteration project (a project you inherit and iterate on, again with a team). Collectively, these projects steadily build skills you'll need in the field. This was my favorite semester because some of the projects I got involved with really gave me memorable experiences I could proudly speak to in interviews following graduation. The third and final semester is a mixed bag. You work on a project called an Open Source Product, or OSP, which is supposed to be your flagship project that you will eventually publicly release and show off on your resume (above your other projects, presumably). This project is supposed to instill skills that mimic the real world as much as possible. Here, you're forced to build a ""developer tool"" (rather than some random cool idea you might have), so you look extra smart and altruistic building a tool that directly helps the developer community. You're also encouraged to build it using tools and frameworks that haven't been taught in the program thus far, so it's a great opportunity to explore and, essentially, run wild and have fun. Towards the end (and, luckily, after the release of your OSP), you'll build a Reinforcement Project, which is your (and your team's) opportunity to explore more technologies that you either love or wish to explore further. You'll also have a bunch of super fascinating lectures on other tools and such that I found very fun to learn (build tools, TypeScript, CI/CD pipelines, etc). You may or may not have heard of those things, but I will tell you this: If you want a job in this field, you'll have to know what those things are, and Codesmith does a greatjob of preparing you. While this program was incredible and very worth my money/time, I only have two criticisms of it: (1) There is somewhat of a lack of real-world preparation. Sure, Codesmith gives you valuable experiences that help you in the real world, but there are many aspects of being a software engineer that Codesmith simply doesn't teach you about. This includes Agile methodology, scrum meetings, tickets, backlogs, sprints, etc. While you may or may not have heard of these terms, they are absolute backbones to this field, and Codesmith never really spoke about any of them. (2) The other criticism I had is that several of the people delivering ""career advice"" on software engineer job interviewing and salary negotiation, or who offered career support, weren't even in the field of software engineering. Like, really? While the staff who offered advice on this stuff were helpful -- how can I take advice on software engineering interview best practices and salary negotiation from some 24-year-old who's never had a software engineering role in their lives, and is far less knowledgeable than myself? Not to sound ageist or snobby, but I'd much rather take that kind of advice from someone who not only works in the field, but has for a long time. This is surely not unreasonable, especially considering I'm shelling out $20k, the price of a college degree. And I've noticed that, at least in my cohort, this lack of experienced staff was a bit of a pattern I started to notice towards the end (the guy offering weekly salary negotiation lectures in software engineering never worked a software engineering role in his life and was simply giving ""general advice"" ... no thanks!). Criticisms aside, this program is the way to go. I've met plenty of people who've come from different programs, and based on what they've all said, this is the best one. You're well-prepared, immersed deeply, and will have a ton of fun becoming an analytical, efficient and empathetic engineer. I wouldn't have done it any other way. Having landed a job after 2 months post-graduation, I can say that the skills I used to interview almost entirely came from my experience at Codesmith.Read Less",Part-Time Software Engineering Immersive,Software Engineering +293994,10643,codesmith,Andy K.,False,2021,Absolutely loved every minute of it,2022-10-16,5.0,5.0,5.0,5.0,"Hello! Here is my experience with Codesmith. Hopefully this helps you in making a decision on whether this is the right program for you and whether to take the leap. I worked in technology in a tech-adjacent role before the program (Technical Operations).... Read More I had worked with software engineers but was not an engineer myself. When the pandemic hit, like a lot of us, I took the time to step back and re-examine my life. Was I on the right path? I decided I loved tech but wanted to “level up” my career. And to start exploring software engineering bootcamps as a vehicle for doing so. I only “toured” one or two bootcamps in addition to Codesmith. I think I just connected with the people at Codesmith right away (the Codesmith alums leading the weekday evening free sessions). They just seemed really real and approachable and friendly, but hardworking and bright at the same time. I took advantage of all the prep tools beforehand: CSX (independent self-service learning platform), JavaScript for Beginners (paid group course) and CS Prep (paid group course). The prep courses provided multiple benefits: (1) I learned a lot about software engineering/coding (2) I could dip my toe in and see if I liked coding (in general) and (3) see how I liked the Codesmith style (in particular). I really enjoyed the prep and felt confident that Codesmith was indeed “the real deal.” (The instructor at CS Prep, for example, was a Codesmith grad, working in the industry and told us about his experience, so it was all becoming more and more real.) I was ready to apply to the immersive! I did not get through on my first interview attempt, but the feedback and support was incredibly helpful. I was not really discouraged at all because it is very normal to need a couple attempts to refine your approach before you get that exciting call that: YOU’RE IN. I did some light prep (maybe another week or two) then applied again. I was accepted and started right away (next available cohort). The program was 100% remote. What to say about the program? It was really, really great. As you have probably read, it really was “eat, sleep, code, repeat.” Learning on all fronts: algorithms, deep computer science concepts, learning particularities of JavaScript, etc. It was fast-paced but doable. It might seem counter-intuitive, but the hiring program comes quite late in the program. You are really pushing, learning and building right up until the end. The hiring program is excellent and what you might be imagining: drafting a resume, revising it, interview prep, job search strategy and practice. Before I knew it, the program was over and it was time to hit the street and APPLY. There was some variability in how quickly people from my cohort were hired: some were hired in 2 weeks, some it took a couple months. It took me just under a year after graduating. That said, I took on my job search in fits and starts. I had additional projects I was working on outside of coding at that time. I would say if you finish the program, and you go ALL IN on your job search from day one - following all recommendations from the hiring team, getting a job within 90 days of program completion is a very, very reasonable expectation. But ultimately, I wanted to do some additional learning and prep before applying, and I don’t regret it. I had a lot of great interviews and ended up at a company I really love as a mid-level software engineer. There were definitely ups and downs, but any experience that really pushes you to GROW, go outside your existing boundaries, push your comfort zone.. it will be hard at times! It will be emotional at times! But totally worth it. Here are some FAQs. These are the questions I had when I was sitting in your exact same position, reading reviews on this exact same site… FAQs Are the outcomes real? Yes. They are 100% real, and include people from all prior-to-codesmith life backgrounds. Do not worry if you didn’t go to college or have a non-traditional background. They will take care of you. What do you recommend before making a decision on a bootcamp? Get to know the school before making a decision. Take the CSX courses, enroll in CS Prep, go to a virtual open houses, all of it. How do you feel? Do you like the teaching style? Do you vibe with the culture? At the end of the day, it’s not just about the program that has the highest outcomes overall - it’s about a place where YOU can thrive and be successful. What advice do you have before starting the program? Get your life (reasonably) in order before starting. You don’t need to tie up every loose end in your life, but mentally be ready to go 100% all-in for 12 weeks. The less distractions outside of Codesmith during the program, the better. Anything else I should know? Because the outcomes are so good, I assumed they would somehow be “automatic” or “just happen” - they are not! It’s important to stay active and engaged every step of the process. The results will absolutely come, and you will find your place, but remember involvement on your part is a huge part of this process. Keep your foot on the gas every single day. Push hard! Closing words TLDR: (1) get to know the school, (2) make a decision, then (3) JUST GO FOR IT. It is a leap, but that’s part of the fun. You’ll do great!Read Less",,Unknown +292131,10643,codesmith,Anonymous,True,2022,"One of the best decisions I've ever made. Within 3 months of graduation, I was able to land a role that paid 115% more than what I used to earn.",2022-08-23,5.0,5.0,5.0,5.0,1. Up to date curriculum 2. Deep dives in to the MERN stack 3. Codesmith teaches students how to create new tools and frameworks instead of learning how to use them 4. Hiring support is the best part of the whole experience 5. In the senior phase students... Read More work on real production level products through open sourceRead Less,Full-Time Software Engineering Immersive,Software Engineering +291965,10643,codesmith,Anonymous,True,2022,"If you want to launchpad your engineering career, this is the right place to do it",2022-08-18,5.0,5.0,5.0,5.0,"I chose Codesmith because I perceived it to be the most rigorous program out there with regards to curriculum, portfolio, and job support, and it absolutely delivered on these promises. Here's a breakdown of how each manifested: – Curriculum: the first... Read More part of the program is built around hard learning, challenges, and pair programming. Most units are taught over the course of a few days, which start with lectures and then continue with challenges meant to push you to learn and develop as an engineer. You do these challenges with a pair programming partner and also engage in other common practices like code reviews and collaborative coding. Not only are you developing your coding skills, but you are also learning how to interact with other engineers and problem solve through tough technical challenges. You're killing two birds with one stone. – Portfolio: I believe Codesmith stands out the most from other bootcamps in this area. During my program, I worked on a variety of projects across the full stack (frontend, backend, DevOps, etc.), and this is where you get to put your skills to the test. You learn what it takes to break down complex applications to their component pieces, plan out how to approach the implementation, and then work through bugs and issues. The cornerstone of the program, the Open Source Product, pushes you to solve complicated engineering challenges by finding and solving pain points in the developer community. During this phase, you explore new tech, face challenges you can't just Google away, and gain a deeper understanding of the ambiguous problems professional engineers face. – Job support: you receive career support from the Codesmith team for life which is a fantastic perk. If you feel like you need more resume help, they'll do as many iterations as you need. If you want more mock interviews, they have that covered too. If you just want to talk about the emotional struggle of job searching, you can talk to the staff or you can lean on your cohortmates or post-grad hiring group. They have all the bases covered and will continue to support you as long as you need or want it. For anyone wanting to take the leap into the world of software engineering, this is a rigorous program that delivers on its results and is there to support you in your journey.Read Less",,Unknown +291945,10643,codesmith,Quyen Ngo Calixto,False,2022,Amazing Experience,2022-08-17,5.0,5.0,5.0,5.0,"I had an amazing experience at Codesmith. It allowed me to connect to so many engineers from all facets of the world. It is an intense program but the applicants they accept as well as the instructors and fellow are all so supportive. I would not be able... Read More to make it through the program on my own without the Codesmith community. Even though we graduated from the program, we have built a life long connection to so many people that can help us and that we can help in the future. I would have never thought I could learn all the things I learned. No regrets. Pros: The job search process is great, they really take the time to help you focus on how to promote yourself as an engineer. The projects that we work on and create makes us more marketable and relevant. They really expose you to all different areas of the tech stack and give you full exposure so you can decide if you want to be frontend, backend or full stack. Cons: I would of liked it to have more options in terms of hours, perhaps instead of a 9-8 timeframe for full time program to one that is longer than 12 weeks but 9-5pm.Read Less",NYC Onsite Immersive,Other +291543,10643,codesmith,Donald Cross,False,2019,Learning to code is different for everyone,2022-08-07,4.0,4.0,5.0,3.0,"I got into Codesmith with 2 months of studying attending every Hard Parts workshop they had. At one point I stood outside a packed workshop room with my ear against the glass just to catch bits and pieces of what was being taught. I got in. It wasn't... Read More an easy full-time immersive experience - a lot of personal mistakes & challenges. Learning to code is different for everyone, Codesmith is a good and sometimes traumatic way of jumping with your eyes close into a very rewarding career. Pros - Truly immersive make or break code warrior trajectory experience - Unique community focused on excellence in an ""in it together"" culture - Rigorous full-stack JS course focusing on the capacities that make you an engineer - Paid post-graduate opportunities - Post-graduate support is lifelong, consistent & growing Cons - Can be cult-like, but the best companies & cultures usually are - Post-graduate support isn't industry-leading yet, open source involvement has room for improvement and maybe even a change in focus is required and by this I mean more involvement in the community with bigger more established open source project might be a better learning experience for students looking to get their feet wet on the industry - Mental health can take a toll trying to cram a 2 year master's into a 3 month boot camp, specially when enforcing at the same time a particular style of political correctnessRead Less",Full-Time Software Engineering Immersive,Software Engineering +290921,10643,codesmith,Jose Cervino,False,2018,Rigorous & Worth It - there's a reason why they're the best,2022-07-20,5.0,5.0,5.0,5.0,"I got into Codesmith with 2 months of studying while working full-time, pulling 80 hour weeks. I thought it'd take longer, but they saw something in me. It wasn't an easy full-time experience - a lot of personal mistakes & challenges, but I came out on... Read More top. I graduated with an offer thanks to Codesmith's hiring day, started working a different job the week after graduating, then finally landed on a consulting gig for the Google Cloud Platform. I doubled my salary in 6 months. Fast forward 4 years and I'm now a tech lead at a start-up. So far in my career, I've worked alongside Google engineers, built cutting edge AI multi-platform apps for Point72, co-founded a software development agency where I hired engineers, and have mentored other aspiring engineers into their first roles. It hasn't been without its ups and downs but looking back I know that life happens for me, not to me, and that change is an opportunity to reach higher to become more. Pros - The best 0-to-bootcamp trajectory on the market - Unique community focused on excellence in an ""in it together"" culture you won't find at other bootcamps - Rigorous full-stack JS course focusing on the capacities that make you an engineer, not just a developer - Multi-disciplinary curriculum spanning design, AI, dev-ops, security, etc. - Paid post-graduate opportunities - Post-graduate support is lifelong, consistent & growing - They see potential in you - sometimes before you see it in yourself. They take a chance on you. Cons - Can be cult-like, but the best companies & cultures usually are - Post-graduate support isn't industry-leading yet (emphasis on ""yet"" - they're the type of people to make it happen) - Their taking a chance on you can sometimes lead to prematurely entering into a full-time immersive program which can lead to a rough during-Codesmith & post-Codesmith experience. Mental health can take a toll, but last I heard Codesmith offers support throughout. This applies to SOME non-technical aspiring engineers, not all, and is rarely the case with residents with some past technical experience or those who've spent more time studyingRead Less",NYC Onsite Immersive,Other +288868,10643,codesmith,Reland Boyle,False,2021,I made the right choice.,2022-05-18,5.0,5.0,5.0,5.0,"I'm a pandemic career-changer in my early 40s and I left a good, stable job to pursue software engineering. This may have been the most significant decision and the most challenging project of my life. Before I was fully committed to this monumental life... Read More change I launched a deep research project to determine which boot camp was going to set me up for the greatest success. My research led me to Codesmith. Every reputable coding boot camp offers some kind of free live workshops and online resources to get you started, get you involved in the community, and help measure and improve your skills. Most offer some kind of ""boot camp prep"" course. Tuition tends to be pretty similar across the board. So how can you really know which one is ""best"" or which one is right for you? My approach was to try them all. In addition to reading reviews and articles and checking out their YouTube channels, I used the free online resources from ten different schools, and I attended the prep courses for three different schools. I figured this would give me the greatest insight into how each school operates and whether I should trust the outcomes I saw published on their own websites as well as in the reports from the Council on Integrity in Results Reporting (CIRR). My experiences led me to Codesmith. Codesmith's free workshops curriculum is incredibly robust. It includes sessions targeting everyone from Day 1 beginners to employed engineers seeking a deeper understanding of advanced concepts, and many sessions occur more than once per week. When I attended my first ""JavaScript: The Hard Parts"" session I immediately felt like I was witnessing something of real value. The instructor was a total pro. The approach and the method were thoughtfully constructed. The attendees were engaged and participating. The quality of this experience was in stark contrast to what I had seen from all of the other schools. I was mostly sold on Codesmith. The thing that sealed the deal for me was the challenge of getting admitted to Codesmith. At one point I had failed two attempts at the Codesmith technical admissions interview, and I had already been accepted to two other top coding boot camps. It would have been easy to throw in the towel and get started with one of the alternatives but my thinking was if I'm going to quit my job and take out a big loan at the same time, run through my meager savings, and risk everything for a chance at a great new career then I want to make sure it's the greatest new career possible. I couldn't be satisfied with a junior-level position that paid about the same as I was making before; I wanted to go into job interviews with the confidence derived from knowing that I had been through, by far, the most challenging software engineering boot camp available. Codesmith sets the highest barrier to entry and teaches the most advanced curriculum. They're able to do that because they have the best approach and retain the best staff. The formula is working. In a few days, I'll be starting my first job as a software engineer. I'm going to work at a large financial institution in a mid-level position with a team working on an exciting product. I've acquired all the skills I need to succeed in this industry, I've made a bunch of new friends-for-life, and I've built up a formidable professional network. I would recommend Codesmith to friends and family (and I do, frequently) and to anyone who is serious about getting started in the software industry.Read Less",,Unknown +288646,10643,codesmith,James Ferrell,False,2021,"Extremely challenging, but their system works",2022-05-11,4.7,5.0,4.0,5.0,"Codesmith was an overall fantastic experience, and it would absolutely be my number 1 recommendation to anyone looking to attend an immersive. Pros -The community is wonderful, literally everyone I met was kind, helpful and committed to learning. -They... Read More challenge you CONSTANTLY. It feels rough when you’re going through it, but at some point you realize that’s the only way to get someone job ready in such a short amount of time. They’re called bootcamps for a reason. -Their system works. It takes a bit of trust and definitely some perseverance, but push through and if you follow what they teach you, you will get a job. And don’t be afraid to speak up to an instructor/fellow about how you’re feeling. In my experience I always felt so much better after talking to someone on staff if I was feeling frustrated or low in general. Cons -It’s VERY challenging, and not for the faint of heart. Expect to feel overwhelmed basically the entire time (but just remember, it’s all part of the system, and the system works). -It’s quite expensive -PTRI hours are rough if you’re on ESTRead Less",Part-Time Software Engineering Immersive,Software Engineering +287716,10643,codesmith,Rachel,False,2021,Great culture and outcomes,2022-04-13,5.0,5.0,5.0,5.0,"Codesmith was an excellent experience and for me it was definitely worth it. I attended the full time immersive and it was a lot of long hours and tough work, but ultimately absolutely worth it and truly rewarding. I had already done some self studying... Read More when I enrolled and it really took my engineering skills to the next level. The most valuable parts of the program for me were the community and network you find, the project focus, and the hiring portion. I chose Codesmith because of the CIRR outcomes and the sense of community. I highly recommend checking out one of their free workshops if you want to get a sense of the teaching style. I got a job fairly quickly and have been extremely happy with my choice to make a career change. I'm able to do more satisfying work for more pay, and Codesmith really helped me get there.Read Less",Full-Time Software Engineering Immersive,Software Engineering +282498,10643,codesmith,Jinhee Choi,False,2021,The best bootcamp for people who want to be software engineers with 120k salary!,2021-10-18,5.0,5.0,5.0,5.0,"I considered many other bootcamps like fullstack academy, general assembly, etc. but then codesmith hiring outcome came to my attention as codesmith's hiring outcome was the best among bootcamps out there. After going through 12-weeks of program and now... Read More getting a job, I can see why codesmith has the best hiring outcome and I am really glad that I decided to go with codesmith. It provides the best curriculum for people who want to be engineers and how to think and code like mid to senior-level software engineers. I got a job offer that is well above the median of codesmith graduate outcomes, so I can say that it actually works! pros: The curriculum, open-source product, and hiring support post-codesmith cons: Instructors' teaching quality (especially fellows) can be better, I would sayRead Less",Full Stack Software Engineering Immersive Program,Software Engineering +282404,10643,codesmith,Melody H,False,2021,Effective and Encouraging,2021-10-14,5.0,5.0,5.0,5.0,"The course is well-structured and provides ample opportunity to clarify challenging aspects through meaningful repetition. The instructors are knowledgeable, personable and passionate. Along with a great community of students, Codesmith offers a learning... Read More environment that is effective and encouraging - you won't feel intimidated when you have questions or when you are struggling with the material.Read Less",CS Prep,Software Engineering +279962,10643,codesmith,Brit Lim,False,2021,Great Remote Learning Experience,2021-08-03,5.0,5.0,5.0,0.0,"Overall, I felt that the CS Prep remote experience was exceptional for people who are trying to get into the immersive bootcamp. My instructor, Matt Peters was very knowledgeable, helpful and made sure that anyone who had questions were able to get answers... Read More both during class hours and outside of class hours. I came out of the class with more knowledge, resources, AND peers than I had going in.Read Less",CS Prep,Software Engineering +277026,10643,codesmith,Michael Colley,False,2021,CSPrep the best way to accelerate your JavaScript learning in 2 weeks,2021-05-13,4.5,5.0,4.0,0.0,"I attended CS Prep to help level up ahead of my technical interview for the Full-time immersive course at Codesmith. Honestly, I was quite blown away by how much I managed to learn in those two weeks. Self-teaching JavaScript is a slow process but with... Read More the help of Matt and Greg ( the course leaders), I was able to get my head around some concepts that I was having a hard time committing to permanent memory like Closure and Recursion. For the money, I think it's good value and is really helpful if you were to apply to any boot camp afterwards, not just Codesmith. The only con I can think of is that the hours were quite long but that's primarily because I'm based in the UK and so I had to shift my body clock to attend the course that takes place after work PST and late evening EST.Read Less",CS Prep,Software Engineering +276022,10643,codesmith,Zac Haluza,False,2020,Solid bootcamp experience with a great community,2021-04-18,3.7,4.0,4.0,3.0,"A quick overview of my experience: I attended Codesmith from Febuary-May 2020, worked as a fellow until August, and started my first engineering role at the end of August, after applying to jobs for 1-2 months. (If you don't feel like reading the whole... Read More thing, scroll down to the Conclusion section at the very bottom) I was drawn to Codesmith because I already had a little under a year of self-taught experience with HTML, CSS, and JavaScript, and I wanted to attend a bootcamp that had a higher level of entry for its students. After narrowing my choices down to Fullstack Academy and Codesmith, I ultimately chose Codesmith due to the appeal and quality of its in-person workshops. In particular, the Hard Parts series elevated my understanding of JavaScript to a new level — even after I thought I already had a decent understanding of the basics! I had high expectations coming into Codesmith, and generally speaking those expectations were met. However, I should point out that our cohort switched from on-site to remote instruction halfway through the program due to the pandemic, which affected the cohort's experience for the second half of the program. Codesmith's curriculum was divided into two halves when I attended (and I assume it's still fairly similar): Full-stack instruction: an intensive series of lectures, pair programming exercises, and projects teaching essential full-stack technologies like React, Redux, Node, and SQL/NoSQL databases. Production Project & Hiring: students build a developer tool over six weeks, and they also attend a series of lectures and workshops preparing them for the job search. They'll also put together a resume with the guidance of a fellow. Some supplemental lectures and exercises are also included here, touching on topics like AWS basics and CI/CD fundamentals. In addition, we also had an assessment or algorithm exercise each morning. Curriculum & Lectures Overall, the first half of the program was by far the most engaging and fulfilling for me. I came into the program with some frontend experience, and after the first half I felt confident building basic applications with servers and databases. Our lead instructors knew what they were talking about and gave their lectures in an engaging manner. At some points I did feel that the curriculum could be updated a bit (particularly in the second half - there was an AWS update that wasn't covered in the instructions, and we lost several hours as the instructors worked to find a solution), but I understand that the curriculum was updated during the latter half of 2020 and possibly later. It would also have been helpful to cover modern practices such as React hooks, linting, best practices for codebase architecture, etc. before going into the production project — these would make good quick additions to the curriculum if they aren't already included. Projects Possibly the biggest part of Codesmith's appeal is the ""production project"" - a development tool that a group of residents work on (4 or 5, for my cohort) over a span of 6 weeks. Before tackling the production project, we also completed a handful of other projects, ranging from a Chrome extension to several fullstack apps, which did a lot to prepare us for this project. While the production project our group built from scratch wasn't exactly what we'd call ""production-ready,"" we did have the opportunity to iterate on several past projects and refine the codebase while adding extra features, which in retrospect might have been the better option, since it's closer to what most engineers do at their jobs! One aspect of the production project that was a little less than ideal was the group dynamics. In my group as well as others, there were conflicts where some members ""led"" the project and created a less equal learning environment for others, or in other instances some members were unwilling to make meaningful contributions and instead preferred to chat. I expect that this is always a risk when forming groups (not to mention in the actual workplace), but this did detract at times from the experience. To future students, I highly recommend getting in touch with your group's assigned fellow if any conflicts or issues occur - I don't believe it's worthwhile trying to solve them on your own when the experience is something you're paying a significant amount of money for. Hiring Portion Without a doubt, the best part of the hiring portion for me was the resume. I came out of the program with a dense, polished resume that I didn't feel embarrassed sending to employers - in contrast, the resume I wrote before CS might as well have been written by a child. I had high expectations for the hiring program because I had heard past grads praise it, with some even say that it was worth the cost of tuition on its own. I was 30 when I attended the program and had worked a number of non-technical jobs previously, and I didn't feel that the instruction regarding the job application or interview process broke any new ground for me. I've spoken to some other grads who are around my age and felt the same — I suspect that the people who get the most out of the hiring program are in their late teens to mid-20s. For me, one thing I would have changed about the hiring program would have been to include some engineers in the workshops and lectures who had experience interviewing and working outside of Codesmith. While our instructors did make a solid effort to cover the standard materials for these lectures, sections like the system design portion would have been more engaging if they were led by an experienced engineer who had gone through or given SD interviews, rather than a fellow who had only completed this same unit weeks earlier. Likewise, I would have gone into the interview process a bit better prepared if I had been given more concrete details about the typical interview process, common exercises, etc. This is something that I had to do on my own time, through speaking to other grads and going through interviews. Disclaimer: since we had just switched to a remote format at that point, there were issues with timing that caused several hiring lectures to be rescheduled, and unfortunately Will wasn't available to give his usual lectures. I'm assuming this isn't the current experience. While it's true that you only get better at interviewing by interviewing, some more concrete guidance would have helped immensely, as some lectures felt a little vague. When I attended the program, we were able to interact with full-time engineers at three different points: during an alum Q&A session, during an hour-long mock interview with an alum, and during a 15-minute (I believe) phone call where we went over our narrative with an alum. When I began applying to jobs, I was uncomfortable about reaching out to the hiring support fellow for advice — while they were doing their job to the best of their ability, I felt more comfortable reaching out to someone who had gone through the hiring process themselves. I'm aware that Codesmith now gives graduates the opportunity to book time to speak to past graduates who are now employed as engineers, which is great. I think bringing engineers with this type of lived experience into the hiring program would also be a huge win for everyone involved in it. Conclusion Based on my experience, I'd definitely recommend Codesmith to anyone who has decided that a bootcamp is the right choice for them. Codesmith helped fill in the gaps in my engineering knowledge, and it also gave me the chance to work on an in-depth project with a group of other developers. My production project was likely a big reason why I was considered for the first role that I got hired for — I built a GraphQL tool, and GraphQL was a big feature of the stack I ended up working on. Overall, I'd say the hiring portion was the only part of the program that didn't meet the expectations I had coming in, for the reasons I mentioned above. Still, a hiring program alone won't help you get a job. After the initial lectures, Codesmith provided me with an environment to push myself to improve, and a community of graduates that supported me as I moved on to the job search and beyond. Without Codesmith, I definitely wouldn't be at the engineering level I am today.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +275597,10643,codesmith,Justin Jaeger,False,2020,Can't imagine a better program,2021-04-07,5.0,5.0,5.0,5.0,"What's brilliant about Codesmith is they don't just teach you languages and frameworks. About a third of the program is dedicated to actually building an open source developer tool that other engineers can actually use that will impress potential employers.... Read More This is a step beyond where most programs leave you and is critical to their graduates' success -- it gives you a huge leg up and something fascinating and deep to talk about in an interview. I came in from a completely different background and only learned what JavaScript was half a year prior. I was no doubt intimidated by the rigorous curriculum, watching engineers only weeks ahead in the program write applications I never believed I could in that period of time. Soon enough, I was at the same level. I faced challenges when it came to applying for jobs. That part of the process can be rough and is a psychological battle as much as it is a test of strategy and skill. Codesmith walks you through in very practical terms how to apply, and their strategy is great. But ultimately, graduates will come up with their own strategies and use Codesmith's as a springboard. In the end, what got me through was that Codesmith instilled a belief in me that I could do it, and that conviction, while sometimes quite small, carried me through. I eventually received an offer to the same generous tune of their average graduate outcomes, which I did not believe could happen. You absolutely have to put in the work; applying to jobs will come easier to some than others. Know that you're embarking on a challenge. But as far as there being a better program out there for launching you into a Software Engineering career, I'll believe it when I see it.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +275332,10643,codesmith,Brian Grosso,False,2021,"Amazing culture, content, and people!",2021-03-30,5.0,5.0,5.0,5.0,"Codesmith is the best bootcamp for 1 major reason and then a bunch of others - the biggst thing is the focus on building engineers > technicians. You are actively encouraged NOT to look up code blocks on stack overflow but instead use documentation, pair... Read More programming, and the extensive support network to get the hard learning needed. I participated in CSPrep, the two week part-time pre-bootcamp prep program, and am eagerly preparing for the bootcamp itself. Codesmith is incredible for a few reasons. First their approach which involves building a complete, rock-solid foundation including understanding what is going on under the hood with the javascript engine using diagramming of the callstack, thread of execution, execution context, and memory, and precise technical language is great. Second, instruction is interactive and socratic and I can attest, as a current teacher, that the instructors know all of the good teacher moves. Finally the culture of everyone struggling through hard learning and not looking up code, pair programming and answering each other's questions and being kind and generous and supportive made me feel at home and overcome imposter syndrome. Codesmith is a community it is hard NOT to want to be a part of. This is a mission driven organization that has genuine educational motives at the forefront. I <3 Codesmith!Read Less",CS Prep,Software Engineering +275308,10643,codesmith,Carlos Botero-Vargas,False,2021,"Amazing program, results speak for themselves!",2021-03-30,5.0,5.0,5.0,5.0,"Codesmith is an environment where knowledge is built upon hard work, indeed, but most importantly, kindness. In all my time there I never received but words of encouragement, inspiration, and guidance. Every instructor and volunteer seem fully committed... Read More to you understanding why code works the way it does, not simply gimmicks or fancy tricks. The curriculum is filtered through best practices, truly modern approach, and updated technical background, so you hit the ground running on your way to land that first job. Most importantly, you learn to incorporate new developments on JavaScript into your toolbox, to remain on the cutting edge of both the industry and the top echelon of professionals. My appreciation of the profession and its growth greatly improved upward by the long hours invested in the course, but the results speak for themselves, the accompaniment I've received inspires me to work harder everyday to accomplish my life goals and make my instructors proud. Truly, I can not recommend every course offered by Codesmith enough, there is where your hard work produces generous fruit.Read Less",CS Prep,Software Engineering +275301,10643,codesmith,Junie,False,2021,CS Prep,2021-03-30,5.0,5.0,5.0,0.0,"As someone who has only been coding for a little over a month, this course was very challenging. I was overwhelmed at times, but the support I got from the instructor and classmates were extraordinary. My instructor Sophie was incredibly responsive and... Read More supportive. She made sure I understood everything I had questions on. I have learned so much in these short two weeks that i never thought I could achieve. After this course I am 100% positive that Codesmith is the way to go. I've applied for the immersive program and I will continue my education here in Codesmith. I highly recommend this course!Read Less",CS Prep,Software Engineering +275021,10643,codesmith,Catherine L.,False,2021,Great course if you're planning on committing to the Codesmith Immersive,2021-03-23,5.0,5.0,5.0,0.0,"Pros: - Great Curriculum: CS Prep teaches you the Hard Parts of Javascript and prepares you for the technical interview of the Codesmith Immersive. It provides a great starting point for students to understand the field of software engineering, as you... Read More pick up tidbits of wisdom while progressing through the course. Their supporting materials were also organized and helpful. - Community: My cohort had an amazing community. Many of the students would constantly talk and joke through the Slack channel and Zoom chat. There were minimal difficult personalities, and the vibes were generally good. - Accessible Instructors: All the staff at Codesmith are very responsive and supportive. I really appreciate how easy it is to communicate with the employees and find help on whatever problem you have. Cons: - Expensive: CS Prep lasts about two weeks, but there is only class four days a week (three hours on weekdays, six hours on Saturday). In my opinion, $875 is expensive for the amount of time spent learning, but the price does roll over if you get into the immersive. To me, CS Prep is not worth the money unless you are for sure planning on joining the Codesmith Immersive.Read Less",CS Prep,Software Engineering +274896,10643,codesmith,Dave,False,2021,CS Prep,2021-03-18,5.0,5.0,5.0,0.0,"Before joining CS Prep I was under the impression that I was decent at JS, but I clearly didn't know what I didn't know. My instructor (Shout out to Matt) was awesome and honest. He didn't make up something on the spot, if there was something he didn't... Read More know he found out and always got back to us. He made himself super accessible. The curriculum is helpful some people preferred if we coded more, but the class is moreso to teach you how to fish not just to give you fish. There were (and still is) times when I diagrammed code to have a deeper understanding of the material. The most important part is that after the 2 weeks of CS Prep, my technical communication has increased a ton, my coding ability and most importantly my confidence in my coding ability increased. It was definitely challenging if you are a beginner, but if you were like me and did some udemy classes with JS, I think you will fit into CS Prep well, if not check out JSB, I heard it's good.Read Less",CS Prep,Software Engineering +274887,10643,codesmith,Anchi Teng,False,2021,Recommend CodeSmith CS Prep,2021-03-18,5.0,5.0,5.0,5.0,I attended CodeSmith CS Prep 2 weeks program. The program is structured very well. The instructor is knowledgeable and knows how to guide learners to build up their own coding logics step by step. CodeSmith provides a supportive platform so I can get... Read More much help when I need it. I will definitely recommend this program and pursue to join their engineer immersive programs.Read Less,CS Prep,Software Engineering +274301,10643,codesmith,Anonymous,True,2021,"Intense, in-depth curriculum with great post-grad hiring support.",2021-03-03,5.0,5.0,5.0,5.0,"I spent about 3 months preparing and studying to get into this program, and it was absolutely worth it. You'll be paired up amongst other prospective and seasoned engineers who're all ready to truly hit the ground running. Once the program is over, you'll... Read More have extensive hiring support available whenever you need to help you through the arduous job hunting process.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +273619,10643,codesmith,Anonymous,True,2020,Changed my life!,2021-02-12,4.7,5.0,4.0,5.0,"Codesmith is a great program for those who are ready to put in the work to become a software engineer. Codesmith's way of instruction can feel rough at times, but because they push their students out of their comfort zone, that's why Codesmith is so successful.... Read More Their approach to the job hunt is amazing and I encourage you to go through the program and see it for yourself. A lot of what you're paying for at codesmith is invaluable. Personally, I loved that they put me in a mindset to succeed and to go after what I deserve and nothing less.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +273337,10643,codesmith,Garrett Lee,False,2020,Exceptional Culture and Results,2021-02-03,5.0,5.0,5.0,5.0,"Codesmith's immersive program was an unforgettable experience. Not being given the answers to everything is quite uncomfortable, and can be quite overwhelming at times, but couldn't think of a better group of people to go through it with. The level of... Read More commitment and empathy shown by everyone from the instructors, to the residents, and hiring support made it all the more worthwhile. The CIRR data speaks for itself, it's just whether or not you choose to believe it. I'll admit that I was pretty skeptical the first time I saw the reviews. Having gone through it all and meeting these wonderful people, I'm proud to be one of the testimonies that feels lucky to be a part of it.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +273298,10643,codesmith,Anonymous,True,2020,Incredible Growth Experience,2021-02-03,5.0,5.0,5.0,5.0,"Codesmith teaches its residents how to take on any new software technologies quickly and efficiently - not through memorizing syntax, but understanding the logic and how the code works under the hood. Its curriculum facilitates deep dives into central... Read More techs, eloquent communication, empathy, and engineering mature products. Its emphasis on collaborative workflows allows residents to work effectively as teammates, ideate exciting, marketable applications, iterate on features, bridge different engineering approaches, and troubleshoot through code reviews. The staff and support community is superb from teaching to hiring. A life-altering growth experience.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +273296,10643,codesmith,Anonymous,True,2020,By far your best choice,2021-02-02,5.0,5.0,5.0,5.0,"Summary: its most likely going to be the hardest thing you've done in your life. None of it is easy. Getting in to Codesmith is hard, graduating Codesmith is hard (the 75+ hour weeks are no joke). Getting HIRED after Codesmith is going to be even HARDER.... Read More Seriously, getting a mid-level engineering role is hard. Don't expect to graduate and easily get hired. That said, I did get hired 10 weeks after graduation with a mid-level engineering role (but that was 10 weeks of 100% effort). If you're serious about moving into engineering, Codesmith should be your top choice. It will be much harder than you're imagining, but it can be done (even in a pandemic..!). Outcome: 10 weeks after graduation, a base salary very close to Codesmith median + equity. My Background: Non-technical major from top 50 public college. 'Prestigious', but non-technical work experience before Codesmith, so I just left it off resume. If youre making a switch to engineering, pretty much nothing you did previously really matters. Don't expect it to help you, it may actually hurt you if its on resume. I had written a little code before prepping to interview at Codesmith, but not much. Took 3 months of prep and 2 interviews to get in. Then had 1 month to prep before immersive. So 4 months pre-Codesmith, 3 months at Codesmith, 2 month job hunt, turns me from zero (pretty much) to mid-level engineer in 9 months. Granted thats prop an average of 45-55hr weeks working towards it.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +273250,10643,codesmith,Alex S.,False,2020,"Exclusive, expensive, and worth every penny",2021-02-02,4.0,4.0,3.0,5.0,"Best bootcamp out there IMO, but I don’t think there’s anything particularly special about the curriculum. It is mostly taught by (extremely capable) recent grads, and all the stuff that is taught can just as well be self-learned (for a much lower price... Read More tag). However, “hard-learning” and hours and hours (and hours) of pair programming are where a bulk of the growth happens. A lot of people look at the outcome numbers and are skeptical, but they’re 100% legit. This is in part because Codesmith kind of paves its own legacy by making the bar for admission very high compared to other bootcamps. Peeking through the resumes of my peers, there were plenty of UC and Ivy Leaguers in my cohort — the kind of ambitious folks who would probably have been successful without doing a bootcamp. This isn’t to say you have to be a genius to get in, but you need to be dedicated and driven. By getting to the level where you can even get admitted, you should feel encouraged that you can eventually master Javascript land a high paying position in the industry. On the other side of that though, the community that Codesmith cultivates, and their hiring prep program are outstanding. You don’t really graduate until you are hired - that is- you have unfettered access to the staff and can schedule support sessions well after the program ends. These aspects were critical to me landing a high paying job within 3 months of graduation. I would make the decision to enroll every time.Read Less",Full-time Remote Software Engineering Immersive,Software Engineering +273246,10643,codesmith,Brian Hayashi,False,2020,Packs a 4 year CS degree in 12 weeks,2021-02-02,5.0,5.0,5.0,5.0,"The hiring curriculum after the main coding course was arguably half the value of CodeSmith. Not only does CodeSmith go over the fundamentals like time complexity and data structures - they push you to build countless projects week after week. In an industry... Read More that's constantly changing, you learn how to handle hitting roadblocks and you learn how to overcome them. The capstone project has you building a tool that actually gets used by the general public (my project currently has almost 800 downloads) - these are more than the basic ""todo"" apps. At the end, you get a 2 week course in how to apply to jobs, write a cover letter, network, and negotiate your salary. They give you all the resources you need - even after the program ends. I've seen rock climbing instructors, video production people, and everyone in between change their careers and earn a six figure salary - to say that this was a life changing experience is an understatement.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +273241,10643,codesmith,Rea,False,2021,CS Prep,2021-02-02,5.0,5.0,5.0,5.0,"I just finished up CS prep with Sophie N. as our teacher for our cohort. I have gained lots of knowledge, developed lots of skills, stretched my limits and surprised to learn that I could do more because the way they have designed the program. ultimately,... Read More it was all worth it. even if its just a 2 week class, I got a lot out of it that i wouldn't get by just studying on my own. Thanks Sophie for being an amazing teacher. I had a wonderful time with your class. I’ve learned a lot and I am so inspired to keep moving on.Read Less",CS Prep,Software Engineering +273235,10643,codesmith,Kailee,False,2021,Really enjoyed CS Prep!,2021-02-02,5.0,5.0,5.0,0.0,"I enrolled in CS Prep with the intention of preparing for one of the immersives at Codesmith later this year. I wasn't sure what to expect going in but it was a great experience overall. The whole class (~30 people) was super supportive and encouraging... Read More of everyone. Our instructor, Sophie, was really knowledgable and seemed really invested in helping students and making sure they succeeded in the curriculum. I will add that going in I was surprised by how much pairing there was (every day), but I found it a valuable experience and the final project was a blast. I definitely plan to try to get into one of Codesmith's immersives after this positive experience. I'm only giving zero stars for job support as there isn't any career support with the prep course so it's not applicable to this.Read Less",CS Prep,Software Engineering +271503,10643,codesmith,Midori Yang,False,2020,Codesmith helped me land a job when college didn't,2020-12-18,5.0,5.0,5.0,5.0,"I'm writing this review about one week into my first full-time job ever as a mid-level SWE, where I've been learning something new basically every hour but without feeling overwhelmed or lost. I am comfortable asking questions to my boss and senior software... Read More engineers without feeling like a fraud and offering opinions in discussions and standups. Both of these things are because Codesmith helped me learn how to learn and how to do it with confidence.Why + how Codesmith is able to accomplish its immersive program outcomes:You basically have to do the equivalent of a college-level introductory class before entering. I graduated with a computer science degree and Codesmith not only makes you learn valuable computer science fundamentals in order to pass their technical interviews, but also specific JavaScript concepts that I never learned throughout college. Remember this when you feel like the material is too hard and that you're not smart enough to understand it. You feel that way because the material is hard, and you're trying to teach yourself a new skill in the span of a few months instead of four years! You're attempting a huge challenge and you should feel proud of that choice instead.Codesmith prioritizes cultural fit and learning potential over technical knowledge. I know this because as someone who stayed on as an engineering fellow, I conducted technical interviews for applicants. Here are some important things to understand about the interview process:When Codesmith rejects you, it is not because you aren't good enough to do the program. Codesmith's curriculum is extremely rigorous and fast-paced, and we don't want residents regretting their decision to spend $18k on a program where they feel completely overwhelmed. In asking applicants to re-interview, we are asking you them reinforce your knowledge and fully prepare themselves for the program, as mentioned in the first point.What I cared about most in interviews was determining if the person would flourish in the program and would contribute to the supportive + collaborative community that Codesmith works hard to maintain, as opposed to their technical ability. This is also true when interviewing for SWE positions at actual companies (at least ones that would be pleasant to work at): they care more about hiring a competent engineer with good cultural fit and a baseline level of knowledge over hiring a genius that can't work on a team or doesn't care about the work outside of writing code, and this is reflected in Codesmith's interview process.Codesmith spends time teaching computer science fundamentals, which means data structures, algorithms, and time complexity. In order to progress as an engineer, you need a foundation to stand on and to understand what your code is doing when it is executed instead of just memorizing syntax that can become outdated on a whim. If the bootcamp you are considering does not touch on foundational CS concepts and seems to only be concerned with teaching you some specific ""modern"" technologies, it is a BIG red flag for the quality of education.Expanding on the previous point, Codesmith ultimately wants you to become an autonomous, opinionated engineer rather than an expert in some specific tech stack. Especially in web development, frameworks, libraries, and technologies go in and out of style on yearly basis and anything you learn at a bootcamp may be obsolete 2-5 years from now. What really matters is creating a solid foundation in computer science, code design patterns, and system design concepts that allow you to jump off a cliff into learning any new technology with a really sturdy parachute. This is why Codesmith's curriculum places a lot of emphasis on the WHY of what you are doing: why would you use React over Angular or Vue? How does Node.js handle asynchronous JS and why does that make it a good choice for applications that needs non-blocking event processing? These under-the-hood concepts and informed opinions are what makes Codesmith grads stand out and why they can aim for mid-level positions.The hiring program is almost worth the tuition by itself (I'll get to what really makes the tuition worth it next), as my new salary would easily cover it. The CIRR outcomes really speak for themselves so I won't talk about it too much, but the difference in comfort and confidence I felt when interviewing for junior positions right after college and when interviewing for mid and senior-level positions after finishing Codesmith was hundreds of miles apart. Codesmith gives you a very detailed and specific guide for handling every aspect of the SWE interview, as well as lasting career support post-graduation.Everything I've listed so far in terms of academic material is stuff that could be found online with some creative Googling (which Codesmith also emphasizes as an important skill). But if I could do this kind of studying on my own, I wouldn't have spent a year unemployed before doing the program. What I really paid for was the incredible community created by the staff and the careful interview process that chooses good engineers that are also good people. In the pressure cooker that is a three-month immersive program, you will need an emotional support system to lift you up when you're doubting your abilities and I definitely found that in my cohortmates and the instructors. When I became a fellow and stayed on another three months to teach, I saw three more cohorts repeat the process of leaning on each other for support and guidance, and shedding tears at final shoutouts when the process ended. The supportive community continues even after the cohort is over as you go into the job search, as all the alums I contacted for advice were friendly and encouraging.Ultimately, even though I was initially skeptical of Codesmith and it's weirdly high outcomes, I now understand how it is able to accomplish them after having done the program myself. The remote setting did not diminish the value of the experience in any way. If Codesmith doesn't seem like the right fit for you, I would still strongly advise that any bootcamp you pick meets the criteria described above.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +271492,10643,codesmith,Anonymous,True,2020,Unforgettable experience,2020-12-17,5.0,5.0,5.0,5.0,"I'm writing this review as a newly hired software engineer at an amazing startup 5 months after graduating. At the end of 2019 after I graduated with a non-technical degree, I wouldn't have thought this was possible. Codesmith played the biggest factor... Read More in this, and joining was one of the best decisions I've ever made. I heard about Codesmith through a friend who had already graduated, and so I took a look at CSX and attended a couple of their workshops. I was impressed with both the quality of learning I received and the energy that Codesmith possessed. But it wasn't those aspects of Codesmith that made me really appreciate what they do. The amount of care and support they put into each student, during and after graduation, is what made it worth it to me. I'm probably not going to be sending applications any time soon, but when I do I know the help and support will still be there.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +271427,10643,codesmith,Linda,False,2020,A smart investment,2020-12-15,5.0,5.0,5.0,5.0,"Quick summary: I have no technical background, I studied about 500 hours before being accepted into Codesmith, and 4 months after graduating I landed a full time role with a great company, with a 150% higher salary than my previous job, and high career... Read More satisfaction.Fiscally speaking, investing in Codesmith's immersive engineering program is worthwhile just for the guidance on salary negotiation, but it's a lot more than that.The immersive program environment reflects the actual workplace for engineers, establishing professional expectations and building teamwork skills and confidence in technical communication. I knew that I wanted to apply to Codesmith after attending a Hard Parts workshop in NYC, where attendees are expected to technically communicate in a group. It gave me instant confidence in what I had been previously studying entirely on my own with minor interest in participating in any kind of bootcamp situation.I spent at least 90% of my time at Codesmith working collaboratively with others. These team activities included: reporting regularly to stand-ups, preforming code reviews, mentoring newer engineers as well as receiving mentorship, using git collaboratively, preparing tech talks, and pairing - so I felt completely prepared to step into the professional engineering work environment. Codesmith's curriculum is progressive and up-to-date. If you're like me and have no technical background, you may have to put in a lot of extra effort before, during, and after the program. I don't think I would have landed a job by doing the bare minimum. However, if you're ready to work hard, this is the best program to support you in your journey to professional Software Engineer.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +271425,10643,codesmith,Rob,False,2020,Highly Recommend,2020-12-15,5.0,5.0,5.0,5.0,"Through Codesmith’s CS Prep and Full-time Immersive, I made a full career switch into software development. After researching several immersive programs, CS stood out to me with their distinguished reviews. It was then learning JS through their CSX platform,... Read More attending their workshops and joining CS Prep where I was really captured by their unique curriculum and teaching style.The full-time program was no exception as it continued to showcase expert-level instruction from guiding you through full stack web technologies to hiring support while fostering a collaborative and communicative learning environment. The curriculum is certainly intense and unapologetic (in a positive way), and it’s up to the students to put in the work in order to get the most out of it - trusting the system and embracing the challenges will set you up for future success in your job search. The solid community of peers and staff support are unique aspects of this program that set it apart from others.I greatly value the skills, experiences and friends that I obtained through CS, and I recommend this to anyone who is looking for the same.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +271420,10643,codesmith,Jenessa C.,False,2020,JSB- JavaScript for Beginners is the best thing I have done for myself.,2020-12-15,5.0,5.0,5.0,0.0,"This ended up being an easy way to test the water before diving in. More importantly it confirmed many things for me. That I am ready to learn software development, that the schedule will be doable with my current life situation (full time job and two... Read More kids), that CodeSmith's teaching format is much easier than me learning on my own. There's absolutely no way I could have learned this much on my own. CSX is great, but doing both CSX and JSB is better, much much better. From what I understand, learning these fundamentals in development will translate to any language I decide to or need to learn in the future.Read Less",JavaScript for Beginners,Other +271179,10643,codesmith,Brad Morgan,False,2019,"Intense program, but worth it",2020-12-08,5.0,5.0,5.0,5.0,"The Codesmith program was intense with long days and a large amount of information to take in. There is a lot of hands-on work and a good support system between cohortmates, fellows, and teaching staff. I didn't complete any of the prep style courses... Read More before starting. I struggled to keep up during the program, especially with algorithms. A lot of the material didn't click for me until after the program when I could sit with it to fully digest it but putting in the work made a big difference.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +271067,10643,codesmith,Anonymous,True,2020,Challenging and Rewarding,2020-12-04,4.7,4.0,5.0,5.0,"After reviewing many coding schools and their outcomes, Codesmith seemed like the ivy league of bootcamps. Coming from a completely non technical background, I knew it would be hard to get in and even harder when I got there, but I hoped the outcome would... Read More be worth it. Bootcamps are definitely a quick way to get you on a different track, but not without extensive amounts of hard work. I studied JavaScript basics through Codesmith's CSX platform for about 2 months and took their 2 week CSPrep course before I was ready to interview. I failed my first technical interview but they gave me some feedback of what to work on and the next week I came back and passed my second interview with some more feedback on my weaker areas. I was able to get a scholarship for $2000 which helped, but the school is definitely still pricey.The hours are very intensive and you have to know what you're signing up for. You are living and breathing code for 3 months straight and it can get mentally exhausting to constantly try to retain loads of new information. Sometimes you might want a break but you can't really have one. But with persistence, as a graduate I can say the hard work pays off. You truly learn what you need to know to secure that first software engineering job. My personal experience was a little bit rough. I signed up for the onsite immersive program and I felt like I could learn best in that environment. Due to Covid19, after the first week the entire program was forced to go remote. Remote learning was not necessarily for me. It was a lot harder for me to get my work done from my home environment with all the distractions. Codesmith also has a unique teaching style. For each unit, they will give a couple hours of lectures on some new concepts and then throw you into a 2 day project with a partner where you feel like you don't have the slightest idea of where to even start. There is a help desk that the Fellows answer but the teachers aren't really around much. It is definitely frustrating at times but having to learn things the hard way through Google and lots of errors does help you remember and understand what you are doing. I do wish the lectures were a little more related to the code we would be writing and not just overall big pictures. After struggling for 2 days and probably not finishing your project, they give an approach lecture on how to do it and it make it look like a breeze. It helps to reinforce and understand what you struggled with, but some things would just be useful to know beforehand to be able to progress further in each project. You will have a growing list of things to go back and review but probably won't have time to do it.After 6 weeks of these 2 day units, the second portion of the program is focused on building your own projects and web apps. This is where you get to really apply what you learned and also learn so much more based on what your apps needs are. It was so rewarding to have completed that first project and see the end result of what I coded from start to finish. It shows you that you can actually make cool things! There is one solo project and the rest are done in groups. Most of your time is spent on one prodution project which will be the focus of your resume. You have the opportunity to learn a lot from your group members and help each other out. In the real world you will likely be working in teams so it was good to see the dynamic beforehand. The best part of Codesmith is the hiring support. They go through rounds of your resume and tear it apart (in the best way), they help you prepare answers to interview questions, and bring in people to practice mock interviews with. They have someone to help you negotiate your salary once you have an offer, and after you graduate there are meetings every week about the job search. You also have access to the alumni community and your own cohort mates for tips and references. The networking aspect is awesome. A few months after graduated I started my first job as a Software Engineer. The role isn't exactly what I wanted but now my foot is in the door, which was the whole point for me. I know after a year or so of experience under my belt I will be even better equipped as an experienced programmer to find the job I'm looking for. Overall, I wouldn't have been able to make this career change without going to Codesmith.Read Less",Full-time Remote Software Engineering Immersive,Software Engineering +271007,10643,codesmith,Ben Mizel,False,2020,Supportive and Challenging,2020-12-02,5.0,5.0,5.0,5.0,"It was reading these very same online reviews where I first learned of Codesmith. After seeing their outcomes on CIRR and attending a handful of free JavaScript -- The Hard Parts workshops, I chose Codesmith over other programs for what seemed like the... Read More exceptionally detailed attention they paid to the quality of their teaching and hiring program.My experience was consistent with that initial sense; it was clear that the entire team had thought critically about how people learn and how to teach most effectively. And no small part of that effectiveness was due to the culture that had been thoughtfully created, one of warmth and encouragement that always seemed to be saying ""This is new and challenging work, but we're there for each other and we'll figure it out together.""It's a remarkable community that, long after graduating and beginning work as an engineer, I feel lucky to be a part of.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +270966,10643,codesmith,Travis Frank,False,2020,Codesmith is the Real Deal,2020-12-01,4.7,5.0,4.0,5.0,"Everything about my Codesmith experience was exceptional- from the instructors to my peers to the technology, I found Codesmith to be worth every penny.Some Background: I learned Python when I was younger, but I came to Codesmith with a Bachelors of Music... Read More and a year in the music industry under my belt. When COVID-19 became our new reality, I was searching for alternatives to performing, and learned JavaScript as I researched bootcamps. After completing CS Prep and passing my technical interview, I entered the NY immersive program (held online, to maintain social distancing), which I completed a month ago, and signed a six-figure offer today.Instructors: While researching immersive programs, I was disappointed to learn that most (if not all) bootcamps are taught primarily by prior students, in the form of ‘fellows’. While your mileage may vary, in my Codesmith experience this turned out to be an unnecessary fear. The fellows were bright, eager, kind, and helpful throughout my three months in the program, and served as references during my job hunt. These folks are typically only kept on for three-month contracts after graduation, so I cannot guarantee that your experience will be identical, but Codesmith fosters a can-do attitude in the community, so I am hopeful that you will have a similar experience. (Note that some of the senior instructors are full-time employees and industry veterans, whom I also found to be great teachers)Curriculum: The curriculum at Codesmith is primarily centered around React, Redux, Node.js, Express, and PostgreSQL. No other front-end frameworks are taught, and while MongoDB, AWS, and OAuth are touched upon throughout, the backend technologies other than Node are explored more shallowly. Codesmith’s approach to curriculum can be summed up in a phrase they’ve coined: ‘hard learning’. Enter my only gripe with my Codesmith experience- while the technologies they’ve chosen to focus on are excellent choices from a popularity-in-the-industry perspective, I do feel that Codesmith’s ‘heard learning’ approach sometimes leaves something to be desired. In particular, as projects become the focus of your days, the ‘hard learning’ approach becomes a burden more than a boon, as your energy is primarily directed towards your projects and the curriculum begins to feel frustrating rather than constructive. This is not to say that the experience is bad- rather, I simply found it to be a minor frustration that mars an otherwise enjoyable learning experience. By the end of the program I felt that I had made great progress in the core curriculum, and that can be attributed largely to ‘hard learning’.Projects: Perhaps the greatest part of Codesmith is the project portion of your junior phase and the production project portion of your senior phase. In your junior phase, three projects punctuate the conclusion of the core curriculum, small affairs the last only a couple days each. These are the perfect on-ramp to working in a team environment on ‘real’ software (at least, something a little more substantial than a tutorial). The production project, however, is the crowning jewel of Codesmith. Students are required to work in teams to develop an open-source developer tool or similar project, in order to give back to the community and nurture a deep expertise in one technical area. By requiring these production projects to solve problems faced by developers every day, students acquire an intimate knowledge of a corner of the industry, experience that can be spoken to in job interviews with authority. In contrast to other immersive programs, where final projects are often mock-applications, Codesmith’s approach ensures exposure to real problems you will encounter in your career (and it looks great on your resume, to boot).Job Assistance: Codesmith’s hiring program is exhaustive, and stresses the realities of applying to engineering roles. With lectures and workshops on interviewing, your ‘pitch’, negotiating, networking, resume development, and recruiters, the hiring program provides guidance on every step of your job search, and continues indefinitely post-graduation with weekly workshops for grads in the job hunt. Mock interviews with grads help to ease you into the experience of technical interviews, and the daily emphasis on algorithms and data structures throughout your three months prepares you well for mid-level interviews.Overall: Codesmith was life-changing for me, beyond a new career and a new job. The people in my cohort were curious, intelligent, and bound by the common goal of bettering their lives. I cherish many of the friendships I made at Codesmith, and I can’t wait to give back to the Codesmith community in the years to come.Read Less",Full-time Remote Software Engineering Immersive,Software Engineering +270958,10643,codesmith,Joseph R,False,2020,Highly Recommended!!!!!,2020-12-01,5.0,5.0,5.0,5.0,"I'm the type of person who digs through the internet for reviews. I'm one to make sure of the quality of services and products that I choose before making a purchase or a subscription. I found Codesmith after days of googling, watching vlogs of people... Read More attending bootcamps, seeing their progress, and digging into message boards. I've also tried attending the free lectures and workshops around LA. And by far, Codesmith stood out for their pursuit of excellence. They are selective for a reason. As long as you put in the time, which is a TON, and you're generally good to work with, and if you're serious about taking this path and are up for the challenge, then you should really consider this program. I was a musician prior to entering the program, have always been pretty technical and interested in computers (but never coded anything), and after a year of work (3 months self-study prep, 3 months in the program, 6 months post graduate interviewing and learning more in the process), I'm now the senior frontend engineer at one of the biggest telecommunication companies today. All this in the middle of a pandemic!Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +270833,10643,codesmith,Taylor A Davis,False,2020,I feel that this prep course has set me up for success in the immersive itself.,2020-11-24,5.0,5.0,5.0,0.0,"I entered into Codesmith's CS Prep program with basically 0 formal experience with coding. I had done some self-study, but found i needed more of a structure. Though the program is only 2 weeks long, it definitely covers a large basis needed to start... Read More your coding journey. That coupled with lots of pair programing, and an awesome group project at the end, I actually feel like I understand why people love coding so much. Definitely would recommend taking the CS Prep program for anyone who is still very new, and not sure about a bootcamp setting just yet. It's challenging, and you get practical experience.Read Less",CS Prep,Software Engineering +270103,10643,codesmith,Anonymous,True,2020,"Life changing, massive growth!",2020-11-08,5.0,5.0,5.0,5.0,"I took a while to enroll because I was skeptical about the outcomes. Let me tell you, it’s real. When I had no choice but to change my life, I took the leap and it was the best decision yet. Everything, from the admissions process, curriculum, to the... Read More job search has been dissected at every detail to provide the best results. There’s a lot of science behind this, so it’s not magic. It would take forever to explain how, but just trust the process and you will find yourself like a new born. If you keep applying what you’ve learned here at Codesmith, you’ll surely reach high places in all areas of life, not just software engineering.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +270022,10643,codesmith,Sam,False,2020,CS Prep's best asset is the pair programming,2020-11-04,4.5,5.0,4.0,0.0,"Some context on me for reference:I aim to transition into the tech field for software development/engineering; I am working full-time in a somewhat connected position within an field, so I will go the part-time route for now given current situations with... Read More COVID. I enjoyed CS Prep and would recommend it to others. That said, this course requires foundational knowledge of JavaScript. Some exposure to functions/execution context, callbacks/higher-order functions, recursion, and closures will help you retain more information during the course as well. I found that this course doesn't teach those basics but rather provides a place to practice and flesh out thoughts/ideas with sample problems. Luckily, those basic/foundational materials are free on Codesmith's YouTube channel and are indeed helpful.If you (like me) did not have that exposure to the concepts I mentioned previously, then you'll struggle but can catch up over time with enough work.The best part about CS Prep was the pair programming and inherent networking within their Slack channel. The pairing was by far what helped me learn the best.Read Less",CS Prep,Software Engineering +269996,10643,codesmith,Anonymous,True,2020,"Challenging, supportive, and inspriring",2020-11-03,5.0,5.0,5.0,5.0,"I had a wonderful experience at Codesmith. The support I received was outstanding and I felt really prepared to enter the job market. The first time I ever looked at code was 6 months to the day that I was offered a full time software engineering job.... Read More Codesmith fast tracked my education and career in the field of software engineering. The curriculum is rigorous, and the projects you create during your time there are above and beyond any other program that I looked at. I made some amazing friends during my time there as well. The hiring support is incredible and I felt fully supported throughout the application process. I highly recommend the program!Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +269148,10643,codesmith,Joe Kinney,False,2020,"Challenging, comprehensive and fun",2020-10-06,5.0,5.0,5.0,5.0,"Codesmith's online CS Prep course is a must take for aspiring software engineers who come from non-technical or non-programming backgrounds that are looking to apply for the full-time programs.After majoring in math in undergrad and working in finance... Read More for 5 years, I decided to take the leap and pursuing Codesmith due to the quality of the curriculum and the stellar outcomes. Very quickly, I realized that passing the technical interview was a major challenge and milestone. The CS Prep program only runs for ~2 weeks, but during that time students learn about callbacks and higher order functions, closure and object oriented programming. We pair programmed on a daily basis and each collaborated with a group to create a project at the end of the course (my group made Yahtzee).The enthusiasm and dedication on part of the instructor and other students was highly motivating and allowed me to quickly accelerate my coding ability, while developing relationships and genuinely enjoying the process. After CS Prep, I was able to pass my technical and will be participating in the NYC full-time immersive.Would highly recommend the course to anyone interested in the full-time programs!!Read Less",CS Prep,Software Engineering +269053,10643,codesmith,Anonymous,True,2020,Csprep,2020-10-02,5.0,5.0,5.0,5.0,"I just finished attending CS Prep I must say I learned so much in such a short amount of time! The course itself was only two weeks and it can feel like it going definitely a little too fast but you are given all the recording of the classes to go over... Read More as many times as you heart desires! My instructor Matt was great, he was so caring and really wants you to succeed! I would message him with all my concerns and struggles. He would would write back with resources. I recommend this course to everyone, it is a great way to learn basics in javascript in such a short amount! If you are planning on attending the immersive program and are having trouble with certain areas, definitely attend! This course will give you the clarity you need to move on to the immersive program!Read Less",CS Prep,Software Engineering +268985,10643,codesmith,Anonymous,True,2020,JSB - a must for anyone debating a career change!,2020-09-30,5.0,5.0,5.0,5.0,"When you've finished a course and wish there were more sessions... that's when you know it was a great experience.I would def. recommend JavaScript for Beginners (JSB) to anyone who is interested in exploring a career change into a developer role. I came... Read More in with almost no experience (just a handful of exercises in Codecademy) and in two short weekend sessions I'm hooked.Even with the course being completely remote, the course was engaging with everyone participating and the instructor taking time to really walk through questions - either on the topic at hand, broader Codesmith questions, or even questions about the industry in general.The curriculum was also great for an intro course - it wasn't just showing 'do this for this to happen' but actually going through some of the nuts and bolts to really understand why 'doing this' will 'cause that to happen.'I took this course thinking it would be a good look into what the rest of the Codesmith program would be, and if this short 2 day course is any indicator I can't wait for the next steps!Read Less",JavaScript for Beginners,Other +268961,10643,codesmith,Gregory Levine-Rozenvyn,False,2020,Great experience in JSB and can't wait to get into another Codesmith classroom!,2020-09-29,5.0,5.0,5.0,0.0,"School: CodesmithCourse: JavaScript for BeginnersInstructor: SophieSept, 2020I had a great experience in JSB at Codesmith. My instructor Sophie was generous, knowledgable, and clear. She took her time to answer everyone's questions, and was able to get... Read More us through the material. I love the group learning environment that Codesmith creates. The group projects at the end were super fun. I'm enrolled in their CS Prep course, and can't wait to be inside a Codesmith (virtual) classroom again. I was hoping to leave the course feeling confident in my knowledge of JS basics, and I definitely hit that goal.Read Less",JavaScript for Beginners,Other +268958,10643,codesmith,Stone Fuglaar,False,2020,CSPrep Grad,2020-09-29,5.0,5.0,5.0,5.0,I started playing around with Javascript in March and have spent months looking for a pre-course for a bootcamp that suited my needs. The teachers in this program were absolutely amazing and showed passion in teaching the content. The amount of information... Read More I learned and practiced in just two weeks was more than I learned by myself in six months. I highly recommend CSPrep for someone who is new to coding and also to people who want to understand what is happening under the hood in JavaScript.Read Less,CS Prep,Software Engineering +268556,10643,codesmith,Randy Reyes,False,2020,Hyperbolic Time Chamber,2020-09-17,5.0,5.0,5.0,5.0,"Before Codesmith, I was working in front-end web development (HTML and CSS) for about 4 years. There was a point where I decided to bring my JavaScript game up to the next level and researched extensively around for a bootcamp that aligned with my goals.... Read More When I attended a free Codesmith workshop, I knew that it would be the right choice for me. What hooked me in is their emphasis on technical communication, under-the-hood understanding, and cultural growth.The software engineering program is a hyperbolic time chamber, where you learn 4 years worth of college education in 3 months. It’s set up in a way where they teach the practical side of computer science through a series of solo and group projects. The program is intense, and although researching, parsing, and implementing for 12+ hours almost everyday takes a mental and emotional toll, it’s a small price to pay for a lifelong investment in financial stability, emotional well-being, and a community that supports you throughout the process (even when searching for a job).Now after several months of job hunting, I’ve accepted an offer to be a Front-End Software Engineer at a company that shares the same core beliefs as me. I’m thrilled to start this new chapter, and this achievement reinforces a certain mindset: as long as you work with diligence and positivity, growth and success will come your way. Thank you Codesmith for changing my life.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +268532,10643,codesmith,Alexander,False,2020,"Great Experience, happy with the outcome",2020-09-16,5.0,5.0,5.0,5.0,"I was skeptical of Codesmith's advertisements and actually interviewed at 5 other programs. I started attending JSHP Lectures at night and eventually graduated from the program. TLDR: The process works, the results as advertised are true, and what you... Read More learn is truly incredible. The hiring program alone is worth the entire tuition. I had a phone call with the hiring team (Eric) and was able to negotiate a higher salary- the difference in salary is enough to pay for the entire tuition of the program.Know before entering: This is not like other programs, it's very intense. For those willing to work extremely hard, pull long hours, and push your limits of learning- this program is for you. The results are there, it's a lot of work to achieve them but they are possible. You will accomplish things you may not think are possible, and have such a deep depth of knowledge coming out of the program. There are many engineers in industry who will not have the depth of full stack web development that Codesmith grads have.Highlights about the program: You'll meet people who will become true friends, you'll overcome obstacles together, and achieve some incredible final products. You learn a wide range of topics across the full stack web development space, essentially taking an idea to a fully deployed web application. The hiring program is fantastic, even after graduation there are meetings and lectures to attend, you never stop learning. The negotiation part is great.Constructive advice: I would like to see TypeScript incorporated into the core curriculum, it's an essential part for most companies now so it would be nice for it to be formally taught. Some aspects could be a little better organized and the days may be restructured to be less ""interrupted"", especially when building projects.Overall, I'm very happy to have gone through this life changing experience. It's incredible how much can change in such a short window of time.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +268487,10643,codesmith,Seamus,False,2020,CSPrep,2020-09-14,5.0,5.0,5.0,5.0,"CS Prep was a great way to get familiar with the teaching style, meet your cohortmates and prepare for the immersive interviews. The wonderful instructors provided a lot of clarity to approaching coding challenges that I didn't even know that I didn't... Read More know how to do.Read Less",CS Prep,Software Engineering +267861,10643,codesmith,Eric,False,2019,"update, one year after graduation",2020-08-25,5.0,5.0,5.0,5.0,"Hey! A little over a year ago, I finished Codesmith and got my first fulltime software engineering job. In general, I felt like the process is probably not for everyone, but if you can be empathetic, work hard, and push your limits, you can pretty much... Read More go as far as you want. That opinion still stands. What I'd like to add on to it, though, is what my experience has been like since leaving. The friends I made at Codesmith have continued to be incredible resources for learning, for job referrals, for professional advice, and are genuinely really great people whose perspectives and presence in my life have really continued to transform me long after the 3mo was over. We've helped each other out with algorithms, jobhunting, architecture questions, interpersonal office conflicts, and everything between. I'd also be remiss not to mention that the reason I'm writing today, over a full year since leaving Codesmith, is that the staff has continued to help me even now. I recently found a new job, and received an excellent offer- one that exceeded my expectations and that I would have been thrilled to accept right off the bat. Before taking action, though, I contacted Codesmith's hiring support, and was coached through the process of negotiating for an even better package. It wasn't magic, but it certainly felt like it was, especially since that session got me $15,000 more in compensation than what had been initially offered to me. Since getting into the field, several of my friends and family have asked me about bootcamps, and my advice to all of them is the same- take your time, study independently, and work on your own projects. If/when you get to the point where that's not enough, you should seriously vet the available options- go to free workshops, meet students, talk to the instructors, etc. After you've done your due diligence, pick the one that's right for you. If you're like me, though, Codesmith will find its place firmly at the top of your list.Read Less",,Unknown +267347,10643,codesmith,Anonymous,True,2020,Difficult but absolutely worth it,2020-08-10,5.0,5.0,5.0,5.0,"I spent nearly a year researching various bootcamps before deciding to go with Codesmith and I don't regret it at all. What first attracted my attention were the noticeably higher admissions standards and graduate salaries than all of the other options... Read More I found. My main hang-ups were the cost and the fact that I was going to have to quit my (decent IT) job to attend. Eventually I just decided I didn't want to compromise and wanted to completely go for it if this was what I wanted to do. I left my job in January making $70k/yr and just got hired as a software engineer at a major company 2 weeks ago (July) making $120k/yr, and my results aren't even exceptional (which you can see for yourself on their site). I had to take out a loan to attend, but the upgrade in salary just within the first year will easily cover the cost of the program. This was truly a life-changing program for me and my cohort mates would say the same. We still talk daily about news in the web development community, how things are going at our new jobs for those who have been hired, and job search advice for those who are up next. The network you'll build and the support you'll receive are really incredible here. It might have been the most challenging thing I've ever done, and the end of the program as well as the job search were a real grind (especially during COVID), but I'm also so proud of myself for setting this goal last year and now accomplishing everything I set out to do. I could nitpick certain parts of the curriculum and how some things were organized, but in the end it doesn't really matter because the learning style emphasized at Codesmith forces you to get comfortable diving into the unknown and figuring things out with minimal hand-holding. You will absolutely feel like you're not getting enough time covering, well, almost any of the material. But that's okay because you're setting a foundation for yourself by learning the things that will have the most impact, and then moving on so you can cover as much material as possible. If I tried to learn these things on my own I'd easily take over a year, maybe even two, to cover just as much ground because I know I'd waste time diving into every rabbit hole thinking it would make a difference when it really wouldn't. They give you the tools to continue to grow beyond the end of the 12-week program so you'll have the mindset of a real software engineer and not just another 'bootcamp grad.' They also now offer part time remote programs that take longer to complete but provide the same curriculum for people who aren't able to leave their current jobs to attend the in-person programs in LA or NY. All programs are currently remote due to COVID anyway.Read Less",,Software Engineering +267167,10643,codesmith,Jason,False,2020,A One Year Successful Career Change,2020-08-04,5.0,5.0,5.0,5.0,"Just a little blurb about bootcamps and bootcamp reviews in general: No review or seminar you attend will give you a full and accurate understanding of how great a bootcamp actually is. When I did my own extensive research when choosing a bootcamp, I... Read More attended many info sessions, looked at many webpages, and read many a review.What Codesmith does differently, and what pulled me in, was attending one of their many free, public weekly workshops. Meant for just anyone interested in learning programming, this truly showed me what Codesmith is all about. I saw how they emphasized core engineering values: community, culture, and strong interpersonal skills - not just technology and the knowledge to build things. Because of Codesmith's popularity and strong outcomes (look at the CIRR report!), you will be in an environment of 30+ people (cohort sizes being around 20-30, but that doesn't account for your mentors, your instructors, and all the support staff), all of which are a resource for you to improve your chances of succeeding. Codesmith believes in hard-learning. There's no hand-holding and the curriculum is not easy, but what you get is a strong community and support system that exists even after graduating (job searching is as hard and time-consuming as the bootcamp itself!). Before Codesmith, I was a college-educated minimum, wage worker. Within a year of starting my programming journey, I have gotten two fix-figure salary offers, and relationships with people that will last a lifetime.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +266955,10643,codesmith,Anonymous,True,2020,Worth Every Penny!,2020-07-30,5.0,5.0,5.0,5.0,"Program is definitely tough. If you are prepared to work hard, long hours, and then commit to submitting applications how they advise. After some job hunting, you will most likely get a great job. The networking alone is worth the money, but some people... Read More have some crazy outcomes post codesmith.Read Less",,Software Engineering +266745,10643,codesmith,Anonymous,True,2020,Got into Google,2020-07-24,4.3,4.0,5.0,4.0,"I enjoyed the program. It was intense but fun at the same time. I easily spent 12 hrs a day at Codesmith for 6 days straight. I learned a lot, but the hardest part is after the program when trying to find the job. The best part of Codesmith are the friends... Read More and connections you gain.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +266632,10643,codesmith,Jimmy P,False,2020,"A mix of pragmatism and hard learning, with a bowl full of empathy",2020-07-21,5.0,5.0,5.0,5.0,"I am a recent graduate and I can confidently say that Codesmith is an amazing immersive program that teaches you how to become an amazing engineer. The immersive program itself is a combination of hard computer science, pragmatism, and an empathetic community.... Read More It teaches you to be patient with yourself, to cuddle with the struggle, and to power through hurdles so that you can gain a deeper understanding of what Codesmith calls ""the Hard Parts."" It's a blend of pair programming and project-building using modern technology stacks. The instructors themselves are passionate, accessible, and empathetic, which are exactly what students need when learning these difficult-to-grasp topics. You'll get a lot out of this program, but keep in mind that you also have to be able to put work in as well. At the end of the day, this bootcamp itself is more like an immersive program. You'll feel like you've been learning for a year, but in reality, it's only been a few months. You'll also come out quadruple times more wiser in the engineering world and ready to tackle most engineering problems that you'll face. Thank you again Codesmith, it's been a wild ride. Happy to say that I've enjoyed the experience and to start a new chapter in my life!Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +266506,10643,codesmith,Angie Changpagne,False,2020,"Invest In Your Life, And Life is About To Change",2020-07-17,5.0,5.0,5.0,5.0,"Codesmith is the cutting edge of what education ought to be. Prior to this, I had a Computer Engineering and Economics background, though in reality at University I had very little idea of what I really wanted to do, with both an entrepreneurial spirit... Read More and also liking the technical side and hands-on work. I needed a way to master and apply these goals. I soon realized that Codesmith was my proof of concept; it gave me drive and focus and you will learn how to embark specialization in the engineering field to acquire the strongest competitive advantage in a constantly tidal industry. The first time I attended one of Codesmith’s free workshops was in NYC, prior to permanently moving to LA and entering the Venice chapter. It was one of Will’s lectures on the hard parts and examining industry trends. Aside from having the ability to clearly explain complex concepts to many non-traditional crowds with backgrounds ranging from Ex-Finance, Ex-Law to Ex-Biology and applying them to modern applications, Will is also extremely energetic and inspiring; in a way he is much like a motivational tech speaker as well as an entertaining and informative lecturer who advocates for dynamic learning. After attending the free events and preparing for a month and a half, I applied and got into the Venice cohort for Autumn. The entire Codesmith team and existing students were extremely warm and welcoming and ensured we had access to the best resources and mentorship. The daily programming had a fluid and well thought out schedule and the team is extremely approachable when any trepidations arise. Unlike my past encounters in engineering classes or even engineering sororities/frats, I did not feel excluded or minute anymore. I felt that I had a voice and a true impact. I felt level on the playing field if not leveraged, and I felt empowered. The culture at Codesmith is what every tech firm’s culture aspires to be like; it is hosted by a community of intelligent, enlightened, tolerant people which allows you to diversify your network outlook. The culture there will become your greatest advocate as you make the advance through pair programming and project based learning. You realize that there are many different methods to the same goal, the same problem, but raining on new ideas, constant brainstorming, feedback and examination is what will make you quick to adapt and highly performant to the environment. You also acquire an ability to skillfully embed creativity into the applications and systems you build, to ideate as well as decide on the key trade-offs behind design choice. Pursuing this is what will cultivate the depth of knowledge and leadership skills to thrive with any company.Codesmith is not just a Software Engineering training program and its experience extends beyond the bounds of the 3 month immersive. It teaches you micro and macro career planning, careful decision making, and how to design and implement scalable, efficient systems in computers and in life. We learn to constantly pivot and to feed into our curiosity to grow in the direction of personal and professional development. The hiring support is exceptional. The team consists of former alumni from Ivy Leagues, successful Entrepreneurs, Angel Investors and a range of well versed backgrounds both in and out of the field who were committed to my success every step of the way. Amid the rise of the global pandemic, Annie from the alumni support team remained just as resourceful, available, and was extremely adept at checking up on us in our job exploration and interview process. The team gave us the roadmap to success using industry knowledge and best practices to achieve our highest potential and held us at very high standards. After I received offers from different companies, Eric gave me advice and key insights on negotiation strategies for salary, benefits, equity and pushed me to have the courage and confidence to do so. As a woman and minority in STEM, I have always felt the very present stigma of imposter syndrome and the victim mentality. I’ve felt discouraged from negotiating a contract at times, that I should just willfully accept the best offer presented to me as many women who have been conditioned to feel this way can relate. However, this time was different. After having the guidance from Eric and the entire hiring support team as well as many CS(CodeSmith) Alumni who have been at the exact same position, I was able to finally realize the value of having a different background than the majority and to see that as an asset. I ended up successfully negotiating an extra $10K on an offer and accepting a Software Engineer position at my dream company!I have to say, I am equally as proud to be an Alumni of Codesmith as I am of my Alma Mater, and in many ways I have grown more professionally and industrially from Codesmith’s impact than I have from any other traditional schooling, organization or institution. This program outlines an extraordinary blueprint for modernizing education and the way it impacts career viability, professional progression, and is an archetype of education for the future. With that being said, I think it’s time to change your future now and let no time go to waste.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +266496,10643,codesmith,Rachel,False,2020,Difficult but worth it,2020-07-17,5.0,5.0,5.0,5.0,"I come from a completely non-technical background, and started my coding journey with Codesmith from the very beginning--attending workshops, JSB, CS Prep, then the immersive program. The tuition for these programs all roll over to the immersive, and... Read More they also offer scholarship opportunities to those who are minorities in the tech industry. It's a great place to learn and grow as a self-driven, empathetic engineer, but it's also a lot of work, probably more than you would expect. Codesmith will offer you the structure, community, content, and guidance you need, but ultimately it'll be up to how much you invest and believe in yourself! Ultimately I'm glad I took this journey and thankful for everyone I met along the way.Read Less",,Software Engineering +266467,10643,codesmith,Alex Chao,False,2019,Worth every penny,2020-07-16,5.0,5.0,5.0,5.0,"The experience going through the Software Engineering Immersive program is extremely difficult. The hours are long, you're being pushed to grow in so many more ways than just coding and technical ability. But that's what makes it a unique bootcamp amongst... Read More all the others. Of course, Codesmith teaches all the technical stuff, but its true value comes in teaching you how to learn on your own. The course is structured so that you run into blocks, and learn as you push through them. There's plenty of help and support along the way, making sure that when you leave Codesmith you have the confidence and ability to tackle any problem.Read Less",,Unknown +266094,10643,codesmith,Faraz,False,2020,CodeSmith has a create format - strongly recommend,2020-07-04,5.0,5.0,5.0,0.0,"I attended the Beginner JS Course through CodeSmith. Overall, the experience was really good. Typically, the workshop spans over 2 weeks, however, this particular session was crammed over a weekend. It was intense. I think it gave a flavor for how the... Read More immersive program would feel like. I'm familiar with some of the basic aspects of JS like loops and functions. During the course, I was able to ask detailed/ specific questions. I like how the lectures are designed. Each student will get multiple opportunity to explain how JS would work in a given scenario - the responses are technical. This is great because communication is a huge part of programming. The pair programming was a great experience as well. I got to work with a few folks that were more experience than I was and some that were less experience. I choose CodeSmith because of the format and strongly recommend it.Read Less",,Software Engineering +265941,10643,codesmith,Garrett James,False,2020,JavaScript for Beginners,2020-06-30,5.0,5.0,5.0,0.0,"Curriculum: 10/10My Instructor was Sophie Nye. I have nothing but superlatives to describe Sophie. She was knowledgeable, extremely thoughtful and, patient. She had an infectious energy that radiated over the entire course. Spend six hours in class is... Read More an uphill battle even for the highly motivated(which the cohort was), but Sophie made us feel safe, and serious but not too serious. The depth with which she answered each question was thoughtful, and without spoon-feeding. She constantly challenged us over the three days and we are all better because of it. I know I am. Instructors: 10/10 This course will help you to solidify the foundational concepts of Javascript, but takes it further. This course pushes you to be able to upgrade your technical communication. Most of us could answer questions, but when asked to not only answer but explain your full understanding of what is happening is where we all grew. You can easily find courses that can teach you the basics of Javascript, but I was unable to find one that really pushed me to understand what was going on with every line of code I executed. The best part of my CodeSmith experience (so far, more on this later) is the people I was able to meet and form fast friendships with. You get the opportunity to meet people from all walks of life, who are highly motivated and very welcoming. These are bonds that I hope to keep throughout my CodeSmith journey and well after.Overall Experience: 10/10If you are on the fence let me share some more information that may help: After completing JSB, if you are accepted into CS Prep, & later into one of the Software Engineering Immersive programs, your JavaScript for Beginners tuition will be applied to the next program you take. (This was huge in my initial decision making) If costs is a deterrent like it is for me. CodeSmith has very good scholarship programs (fingers crossed).I was extremely satisfied with the JSB experience, and I highly recommend this course for anyone who wants to really learn on a higher level. I believe so much in every word I just wrote that based on my experience in JavaScript for Beginners, I have applied for the CSPrep and then will apply for the Full-time software engineering immersive.Read Less",JavaScript for Beginners,Other +265939,10643,codesmith,Greg Dixon,False,2020,Perfect Introductory Course for Anyone Starting from Scratch,2020-06-30,5.0,5.0,5.0,0.0,"I started this course knowing next to nothing about coding besides a few small lessons (ie what a variable is). This class goes over all of that and more, providing a foundation for more advanced courses. More importantly, this course gives a great taste... Read More of what coding is like and whether it may be the right path for you. The final assignment is a fun group project where you create a text-based game. I got really into it and along with my partner ended up creating one that was pretty advanced for my level, which encouraged me to keep going forward with my journey. If you're just starting out and not sure where you should start, this is the course for you!Read Less",JavaScript for Beginners,Other +264628,10643,codesmith,Andy,False,2019,Laid off to CodeSmith to Senior Engineer in 6 months,2020-05-16,5.0,5.0,5.0,5.0,"This review is for working professionals considering the pivot into Software EngineeringMy Background:Located in NYC - Previously working in a Fortune 50 company as a tech-adjacent manager for over 4 years in the Financial Risk industry. In May 2019 I... Read More was notified that my role was being outsourced and was given a choice of relocating to another state with a pay cut or get laid off. My dream was to someday be in command of my own career and have skills that employers sought after instead being a budget item that needed to undergo annual cost-reduction.CodeSmith Experience:I started off by attending free meetups and found myself at CodeSmith to attend JavaScript the Hard Parts. I am the first person to go through the trifecta, (JS for Beginners, CS Prep, and the Immersive program) It wasn’t easy. CodeSmith was one of the most challenging endeavors I signed up for in my career. There are plenty of reviews online that will go into detail on the curriculum but the main take away is that there is no real secret. There are hundreds of learning material available online for free. What I’ve gotten out of CodeSmith as an experienced professional is a room full of people from multiple industries leveraging their prior work experiences to constantly push each other to consider multiple perspectives and solve problems in ways I could not have done via tutorials or coding on my own. This is why CodeSmith is able to grow residents into mature senior engineers.CodeSmith isn’t a place to pay money to sit down and coast to a high paying career. I relate CodeSmith to giving me a map, but I still had to manually drive down the road and figure out where to turn along the way.Afterwards/Summary:From being laid off back in May, to learning JavaScript and going through Hard Parts, JSB, and CS Prep in June-July, to the Immersive program from July-October, I’ve put in over 80 hours of work per week to improve myself. This wasn’t easy for me nor for my loved ones whom would only see me for a few hours on a good week. (The community was caring and ensured I got enough sleep)5 weeks after graduation and two offers later, I will be starting my first job as a Senior Software Engineer next week with an above average 6-figure salary. My most valuable asset is my software engineering knowledge which I’ve sharpened and grown throughout CodeSmith. I am confident now in my job security and the ability to find more work in the future when the time comes. The tech and skill set I’ve learned are highly sought after in the job market. A major selling point for CodeSmith - If certain frameworks or libraries are no longer in demand, CodeSmith tends to remove older content in favor of newer content that is more competitive in the job market.I came from zero JavaScript knowledge working at an unfulfilling job to taking my first step into Software Engineering. I truly believe that it doesn’t matter how you learn or what program you take if you put in the hard work, but CodeSmith definitely expedited the process and made me never give up.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +264577,10643,codesmith,Yena,False,2020,Codesmith JSB(JavaScript for Beginners) Review from a Student with no background in Computer Science,2020-05-14,5.0,5.0,5.0,5.0,"(Personal Back Ground Information - if you just want the review, then you can skip this part :D)To start off, my background was actually in Business and Marketing. However, I was interested in coding when I started my own business during my senior year... Read More in college. It was a professor evaluation website. Of course, I made the website by hiring an engineer, but it was a very good opportunity for me even though I was just giving them directions. I very much wanted to learn about coding at the time, but I didn't have many opportunities or time to learn it because I was already in my senior year of business management. When I could, I would watch coding tutorials on YouTube or blogs in my spare time, but it was hard to stay consistent due to my schoolwork After I graduated I worked for a fashion company, and it was difficult to study in the evening because the fashion industry demanded a lot of commitment with a lot of overtime. But my engineer friend, who knew that I was interested in coding, told me he would be willing to help me learn about HTML. After I learned the basic elements of HTML and how HTML works on webs, I found it very interesting and fun and I wanted to learn more. Then I studied CSS and decided that I wanted to become a software engineer. The most attractive thing to me about coding is that what I do is visual and produces immediate results. It is the same reason I liked math since I was young. They both produce immediate answers and I'm able to check if the answer is right or not when I put the formula in. Although I've just started learning to code, even if it becomes too difficult or frustrating I am confident that I can solve those difficult problems and hopefully feel a sense of accomplishment when I solve them. (CodeSmith Experience)Overall Experience: 10/10I think the most important thing is the basics. This class will help you to solidify the foundation of Javascript. You can easily find courses of basic Javascript, but they don't talk about every detail of concepts. Not only it explains concepts and terms more specifically, but also it gives you endless example problems and challenges. If you want, challenges are endless. Also, you can ask a question whenever you want!! This is the best part of CodeSmith. Through CSX or JSB Slack, you can get help from many other students or instructors. Instructors: 10/10My Instructor was MICHELLE HERRERA!! First of all, she's full of energy. She makes our class energetic. As you know 6 hours class is not easy, but she makes me feel like 'I can study more than 6 hours!!'. Also, she's always very welcome if we have questions. She helps me until I really understand the concept or question. I can feel like she really loves to teach us and it certainly motivated me to work more hard.Curriculum: 9/10I had 2 weeks and a day class. 1st, 2nd Saturday(9 AM/PST-3 PM/PST) and Monday(9 AM/PST: Assessment&6 PM/PST:Group Challenge Presentation). Curriculum wise it's great but I would say I needed more time to solve the challenges or problems. I understand the concepts 100% but it doesn't mean that I can solve the challenge. I hope I could learn how to apply the concepts that I learned in the class in challenges. I really hope CodeSmith have workshops that solve CSX challenges together from an overview of CSX to Chrome Extension!!! or please upload the videos! That would help A LOT!!!(+ Tip) If you are accepted into CS Prep, & later into one of our Software Engineering Immersive programs, your JavaScript for Beginners tuition will be applied to the next program you take.CodeSmith have very good scholarship programs!!Since I passed the assessment, I receive automatic acceptance into CS Prep.I'm very satisfied with the JSB experience, and I highly recommend this course if you don't have a computer science background! I'm sure that I would apply for CSPrep and Full-time software engineering immersive!!!Read Less",JavaScript for Beginners,Other +264571,10643,codesmith,Frank Norton,False,2020,CS Prep - Solid program for the foundations.,2020-05-13,5.0,5.0,5.0,5.0,"I had been doing a lot of work on my own and felt like I was cutting through frozen butter. I was making progress but every step took a lot of work and I had some bruises on my forehead from my desk. CS Prep gave me a glowing hot knife. I have a much... Read More better foundation and toolset for moving forward. It's hard to know what you don't know but CS Prep and my cohort helped shine a light on the foundations. The pair-programming we did was also fantastic. I learned the most from these sessions. Whether it was with someone more advanced than myself or someone struggling to understand the concepts, I walked away miles ahead of where I started. The pedagogy of the assignments was also great at creating those lasting ""aha!"" moments.I definitely recommend the program, especially if you are aiming to get into a bootcamp (especially Codesmith).Read Less",CS Prep,Software Engineering +264563,10643,codesmith,Scott Burman,False,2020,"Great Program, Great Teacher, Great Community",2020-05-13,5.0,5.0,5.0,5.0,"So you should go into the Codesmith program already knowing about some Javascript. It's a good thing they talk to you beforehand and have many free tutorials online that you can study before immersing your into the CS prep. They teach you a lot of valuable... Read More tools, give you ample time to pair program, and really get you set for the whole coding process. Always there for you and do a great job of community building. Highly recommended.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +264560,10643,codesmith,Tolga Eyidemir,False,2020,Great Institution with a sense of community,2020-05-13,5.0,5.0,5.0,5.0,"Codesmith is a revolutionary school. They are not just teaching students to be great engineers, but also implements and encourages everyone to grow as a team and contribute greatly to the society. It is a top notch education program that provides in-depth... Read More knowledge in all aspects of software engineering by experienced, amicable and genuine staff and instructors. Once you are in, whether a person is an instructor or a student, everyone becomes part of a big community that supports and encourages each other regardless of the individual's experience level, knowledge or ethnic background. This is not a regular bootcamp school, you literally get to receive ivy league university education.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +264546,10643,codesmith,Deep,False,2020,Tough experience but with life-changing rewards at the end of the tunnel.,2020-05-12,5.0,5.0,5.0,5.0,"Going to Codesmith has been the best decision of my entire life. I have only graduated 1 month ago and have already landed a dream job that normally requires 5 years of experience. It gives you all the necessary skills and confidence to completely change... Read More your field to software engineering regardless of what you were originally doing in life. The knowledge and overall approaches gained by attending Codesmiths 3 month immersive is, in my opinion, as good as 3 years of of experience in the field.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +264392,10643,codesmith,Timothy Mai,False,2019,"Excellent, challenging, life-changing",2020-05-08,5.0,5.0,5.0,5.0,"First off, the immersive program at Codesmith is not for beginners - you should already have a strong understanding of JavaScript fundamentals before starting. Codesmith then builds on that foundation with an intense and extremely rigorous curriculum... Read More - you will learn a ton of industry-relevant technologies and skills (Codesmith continually updates its education based on what's most relevant in the field). In particular, Codesmith is selective with its students, so you end up surrounded by smart, driven residents who strive to do well, which helps motivate you to do your best, too.In particular, I want to highlight the hiring support program at Codesmith. People often say that the hiring support is worth the cost of tuition alone. Codesmith has a dedicated team of individuals to help coach you through your job search process (that you also have lifetime access to). The negotiation lessons and coaching also helped me get an extra $10k on my starting salary. The program is definitely worth the tuition.Before you decide whether or not to do the Codesmith program, you should ask yourself if you're willing to put in 60+ hours every week in a grueling program - how bad do you want to become a software engineer? If your answer is yes, then Codesmith will definitely deliver on its quality of education and value.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +264324,10643,codesmith,Gabriela Jardim Aquino,False,2020,A path to success!!!,2020-05-07,5.0,5.0,5.0,5.0,"I came form a no technical background, and was able to change my life in 4months with Codesmith. For start I was already amazed the first time that I attended my first free workshop with Codesmith. The didactic, the levels of complexity and the passion... Read More that they have for teaching and building a community is a life lesson itself. After that I was sure that it was the bootcamp for me, I complete all they free challenges CSX and started to attend the pair programming workshops (best learning tool for me). Since I had zero background on code I also decided to attend they paid prep courses JAVASCRIPT FOR BEGINNERS and CS PREP, both really good to accelerate your understanding of the fundamentals, guiding you to a path of success and building a since of community. Now I’m starting my journey on the Immersive course and It’s not for someone that what somebody holding your hand as you learn how to ride, but definitely for who want to embrace the unknown having a community to support to back up when you fall. If you are looking to switch up to a new career path, of just building up in your skill: highly recommend.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +264052,10643,codesmith,Lidia De La Cruz,False,2020,CS PREP Remote Class,2020-04-29,5.0,5.0,5.0,5.0,"CS Prep happen to come to my attention during a rough time we are facing as a nation. I took the opportunity to further improve my coding skills as I do plan on applying to CodeSmith immersive program in New York City. I feel comfortable sayin I am part... Read More of the community and not a student yet. I've attended various in-person workshops, online workshops and completed the JS for beginners course. CS prep is the final determinant on how to succeed in the technical interview. CS prep curriculum is not for beginners and I strongly advise beginners to check out JS for beginners prior to starting CS prep. The class was fast paced and serves as a replica of what to expect in the immersive program. I wish the program was longer and carried out for 4 weeks. Otherwise, I made friends during this class and am happy that I went through with it.Read Less",CS Prep,Software Engineering +263975,10643,codesmith,Tim Jung,False,2020,"Received offer from Microsoft, thanks to Codesmith",2020-04-28,5.0,5.0,5.0,5.0,"As a person who already had a technical background, I was hesitant to join the program in the beginning. However, after finishing everything and going through the curriculum, I never regret my decision! The skills that you learn at Codesmith are what... Read More market is actually looking for, which will place you at a position where you are actually getting a lot of interview requests. They also update the curriculum every cohort to follow the fast-changing tech industry standard. What makes the Codesmith stands out from other boot camps, however, is people. You will have a wonderful time working with excellent instructors, staff, and cohort mates who are energetic, passionate and willing to help each other. I have met so many new people who have the same passion as I do and doing projects with those people is absolutely amazing experience. Having that network and being part of Codesmith Alumni is very valuable. If you are hesitating like I was last year, I highly recommend that you don't and go for it!Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +263891,10643,codesmith,Anonymous,True,2020,Codesmith Works. Complete Beginner -> Full-stack Engineer,2020-04-25,5.0,5.0,5.0,5.0,"When I found Codesmith and saw the salary numbers on CIRR, I was a complete newb. I had written zero lines of javascript before and felt inspired by the idea of a lucrative career switch. I started by going through their free online CSX curriculum. A... Read More couple weeks after starting on CSX I went to a Javascript the Easy Parts meetup and left excited that I had learned a lot and had connected with driven people. I continued in the pipeline, taking CS-prep, going to Javascript the Hard Parts, and then taking the Full-Time Immersive Program in NY.Both CS-prep and the full-time program are high quality. The Codesmith way is to give you a basic understanding and then give you problems that are outside your current capabilities/knowledge. So there is a lot of sifting through the unknown (READ THE DOCS!) and there is NOT a lot of hand holding. I resonate with this teaching/learning approach and think it leads to developing useful problem-solving skills and a gritty attitude of... I can figure this out if I stick with it. Leaving the program, my resume was full of technologies that I had used, but was not a master of. The advice in this post-graduation stage is where I found Codesmith to be worth it's weight in gold. They recommended I apply immediately out of the program and start interviewing, which I did. They told me to get as many offers as I can, I ended up with 2 offers within 6 weeks of the program ending. They told me to send out an email when I got the first offer to all other companies I had started the interview process with... This advice landed me a full-stack engineer position, making 6 figures, having started coding only 9 months prior.I also made some very good friends, my cohort does virtual happy-hours every couple weeks... I had never been surrounded by so many inspiring people that are willing to work hard to improve themselves.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +263830,10643,codesmith,Just Noah.,False,2019,On why Codesmith.,2020-04-23,5.0,5.0,5.0,5.0,"Hi.The simplest way to convey the distance I’ve had to travel to get to where I am now would be to describe my onboarding process. After filling out the highest level of education I’ve completed with “middle school”, I finished it with my new title: Software... Read More Engineer III. Now, half a year in, I’m drowning at work under the endless influx of topics to learn and explore, I go to sleep with the last vestiges of code still lingering in my head, and I love every moment of it.But you’re reading this review to decide if Codesmith is the right choice for you, not to pat me on the back. While that’s impossible for me to ascertain, I can share why it was the best choice for me, and hopefully that will aid your decision one way or another.Prior to attending Codesmith, I spent two years as a technical recruiter, looking for strong technical talent. As a layman, it was hubris to think I could adequately gauge technical aptitude. So I relied on other companies to do it for me. I started to collate a list of reputable engineering teams in the area, reasoning that if a candidate had survived a year or more on one of those teams, I could expect that they were more than capable of fulfilling the needs of my clients. What I noticed during my search is that there were a fair amount of Codesmith graduates employed at the companies on my list. That told me that Codesmith produced strong results, and those alumni would be people in my network that I could reach out to when I eventually found myself on the job market. Being accepted into the program itself proved to be no small endeavor either, which meant that I would be struggling alongside individuals with a certain caliber of competency and conviction. I also appreciated Codesmith’s emphasis on technical communication, something I frequently witnessed cropping up as an obstacle in my role as a recruiter. Finding a solution shows you know an answer, but articulating the leaps of intuition you make while under pressure in a technical interview, shows that you understand it. I needed every advantage I could get as a high school dropout with no technical experience, so for the reasons listed above, I went with Codesmith.My time in the program is a distinct chapter that altered the trajectory of my life in more ways than just my career. The staff who run it behind the scenes are amazing people who are constantly looking for ways to iterate and improve the student experience while welcoming any feedback that will inform their efforts. The instructors are so passionate about the topics they teach that it's contagious (perhaps a poor choice of words in the current clime, but maybe it'll age well). As for my peers, following the adage, I usually strive to be the dumbest one in the room, but my cohort made that too easy. Suffice it to say, I had a lot of people to learn from and with, and I couldn’t imagine my time at Codesmith sans a single one of them.The caveat here is that Codesmith is not a panacea; it can only amplify what you bring to the table. If you lack the drive, disposition, and discipline, well, you're not going to find it there. But if you have those prerequisites, Codesmith is the crucible you're looking for.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +263412,10643,codesmith,Kevin Nam,False,2019,My Experience,2020-04-09,5.0,5.0,5.0,5.0,"Codesmith is the best coding immersive program available. Third party (CIRR) reports show that Codesmith graduates have the highest median annual base salary compared to all other coding immersive programs. The instructors, staff, and curriculum are all... Read More amazing. However, the rich career development program and hiring support are what allows Codesmith to stand out. Prior to Codesmith, I was in the United States Marine Corps with zero experience in programming. As I was getting ready to transition out of the Marines, I started to learn JavaScript on my own in order to pass a technical interview at a “top tiered bootcamp”. I chose Codesmith because of the outcomes report and the Codesmith teaching style I experienced at the free “Hard Parts” classes they offered. The first half of the immersive program was difficult. I remember telling my family and friends that asked me how the program was going that I felt like “I was trying to drink water from a fire hose”. Even though it felt like I was drowning and not absorbing a lot of information, the second half (the project phase) of the program is where “the magic happens”. When I started applying the knowledge I learned by building applications and projects, I was shocked at how much knowledge I obtained but also realized all that time “drowning” was actually developing my skills in tacking challenging problems, diving deep in technologies, and learning to become comfortable with the unknown. I like to joke that there is a third part to Codesmith that isn’t officially part of their program: the “application stage”. Learning never stops and it should definitely not stop after Codesmith. Codesmith taught me many things and I loved my time there but three months is a short time. Even after I finished the program, I spent many hours/days/weeks/months learning on my own and honing my interviewing skills: white boarding and algorithms, take home projects, and fundamental computer science knowledge. I am thankful to Codesmith not for allowing me to work full time as an engineer getting paid over six figures but because Codesmith is where I found my love for coding, learning, and struggling.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +263410,10643,codesmith,Steve,False,2020,"Challenging, rewarding, and fun!",2020-04-08,5.0,5.0,5.0,5.0,"Currently enrolled in their Part Time Remote Immersive (PTRI) course, so I can give my impressions so far for those interested in this new course.Overall Experience:Challenging, rewarding, and fun! The coursework can be difficult and you will run into... Read More blocks (many times), but you get a ton of support when needed, even outside of class hours. You will be trying to learn a ton of material in a short amount of time, and at times you may feel overwhelmed. That said, even with personally setting aside an additional 1-2 hours each day for review or doing bonus exercises, it largely hasn't affected my other activities and schedule outside of class hours. And the class has become its own little online community, where we learn from and support each other. It's been both a highly rewarding and fun experience so far.Curriculum:Exactly what I was looking for to get into full stack development, not just in terms of course material but emphasis on engineering, problem solving, technical communication and pair programming. You learn a new topic each week and dive deep under the hood with lectures and weekly exercises that can be really challenging. There are some bonus exercises, hack hours, and hackathons that you will work on outside of class hours, but that has not impacted my other activities so far. As I'm still only part way through the curriculum, I can't speak to the later sections of the course, including the solo and group projects. But it seems the weekly learning and exercises is building us up to that point and will likely really test what we've learned and can apply in actual big projects.The weekly skill builders and unit exercises can be tough to get through, but you also pair up with another student (different each week) to work through them together and this has been a great experience, as you learn from each other and also work on fine-tuning your technical communication. I find that learning from other students through this process has been just as invaluable as learning the actual course material from the instructors.Instructors:Enthusiastic, supportive and friendly! The PTRI course is setup with a Lead Instructor, a Lead Technical Mentor, and two Fellows. They have been great to interact with and learn from and are always available to help. The amount of support you get is great.Job Assistance: n/a (haven't gotten to this portion of the class yet)Read Less",Part-time Remote Software Engineering Immersive,Software Engineering +263350,10643,codesmith,Matt Severyn,False,2020,So Far So Good,2020-04-06,5.0,5.0,5.0,5.0,"I’m currently enrolled in the new Part Time Remote Immersive and even though it’s a new program, it delivers. It’s tough to give a full 360 degree picture because I’m still in the first leg of the journey, but so far, it’s exactly what I expected. I chose... Read More Codesmith because I didn’t want to be spoon-fed information and spit out the other side of an assembly line as a cookie cutter coder. I wanted to learn about being an engineer. That means working through blocks, learning how to learn, and applying concepts to new and unfamiliar problems. That’s what I do here. I almost always feel behind, but I should. Who wouldn’t when you’re on boarding this much information this quickly. I think what constantly surprises me is how much more efficient, knowledgeable, and capable I’m becoming without even realizing it. I constantly have to remind myself that I’m doing things seemingly impossible to me a month ago. And I don’t feel like I’m missing anything doing it all remotely. They make sure you have iPads for virtual whiteboarding, GitHub and Slack are seamlessly integrated for sharing code and resources, and the team is smooth in its virtual classroom execution. I’ve even applied some of Codesmith’s virtual etiquette and teaching techniques to the meetings and trainings I conduct for work while we’re all stuck in quarantine. A typical week so far looks something like this: Mon - Thurs - 3 hours of remote class which include introductory lectures on the week’s unit mixed with programming challenges that you’ll tackle both alone and with a partner via video conferencing, reinforcing and expanding on the topics presented. You’ll develop real problem solving knowledge in the subject matter with which you’re wrestling. Saturdays - 6 hours of class reviewing the week’s material looking at an expert’s approach and the approaches of your classmates to learn from each other and implement other approaches to the challenges you faced. That’s phase one. There’s a project phase and a hiring phase which I can’t speak to yet (despite this online form forcing me to pick a rating for Job Support -- I went with what I expect to be true), but the order of operations here makes sense. Learn core material -> Exercise core material in real world settings -> Package all that knowledge and experience to get high paying jobs. The outcomes speak for themselves. Everyone in my cohort is smart, knowledgeable, hardworking, and friendly, and while it’s easy to look at that and count myself so lucky to be working with such a great group of people, my hunch is that something about Codesmith’s interview process ensures that most cohorts have a similar makeup. And the instructors are the same. As much as they emphasize “work through the blocks” learning, I’ve never felt on my own. If I hit an unscalable wall trying to conquer a problem, the instructors are always right around the virtual corner to ask just the right questions to get me to start climbing on my own. That’s really all I have in terms of a review, this next bit is more personally important to me. Because I remember how I felt when I was scraping the internet for reviews and wondering what to believe before hopping on this wild train, here’s my full disclosure statement. I was asked to throw a few words into a review because Codesmith doesn’t do a lot of advertising other than virtual word of mouth. In no way was the content of my review discussed or influenced by anything other than my experience. I wouldn’t have agreed to write it if it had been. So these words are mine and I’m not really someone who can say a thing I don’t believe. With that said, what I’m about to write next should be the biggest takeaway for anybody looking. If was having a negative experience (which I’m not), and I did load this review with criticisms, I don’t think there’d be backlash from Codesmith. Even though I’m still in the program, I don’t think they’d reach out in anger or retaliation. I think they’d want to know how they could do better. The team at Codesmith is always looking for ways to better serve their residents even though it seems they already have it pretty much down to a science. That’s true on the curriculum level, the execution level, and the human level. I think that’s why they have the outcomes that they do. It’s a healthy, hardworking environment and, coming out of the program, it’s my bet that people carry that with them into their careers.Read Less",Part-time Remote Software Engineering Immersive,Software Engineering +263343,10643,codesmith,Francesca Norelli,False,2019,CS Prep 2 week online intensive course was phenomenal !!!!!!!,2020-04-06,5.0,5.0,5.0,5.0,"I have been attending Codesmith's open-house events, "" Javascript The Hard Parts""and through this had begun Codesmith's CSX online learning tool/platform for JS, which I highly recommend. I have also entered in some of Codesmith's challenge competitions... Read More where I won 100% free tuition into their CS Prep course(which, btw, you can roll over the tuition into Codesmith's Software Engineering Immersive Program!). I am so grateful that I found this school. I have looked into many coding bootcamps and in my humble opinion, Codesmith is by far, one of ,if not the BEST coding bootcamps out there. They really dive into the ""inner-workings"" of Javascript so you gain a deep understanding of the language and how it works ""under the hood/behind the scenes"". You also gain a deeper understanding of ""why"" Javascript behaves the way it does!!! You also learn CS fundamentals, programming concepts, pair-programming, coding challenges, debugging, final team-project, etc. The CS Prep course is a fantastic stepping-stone to the full-time immersive cohort. I am so glad I took CS Prep and can't recommend it enough!!!! A big shout out to our instructor, David who did an amazing job!!!! He is patient and really takes the time to explain concepts that you might be struggling with-always making sure everyone is on the same page & included. He explains everything in such a way where it is easy to understand. One thing that really stands out at Codesmith is their total respect for each other and there is always someone to assist you when you are stuck!!! Their slack community is awesome as well !!!!! Thank you Codesmith team !!! :-)Read Less",CS Prep,Software Engineering +263280,10643,codesmith,Veronica Stork,False,2020,Great experience at Codesmith's online PTRI program,2020-04-04,5.0,5.0,5.0,5.0,"I stumbled upon the PTRI program while looking for a bootcamp and almost immediately fell in love with their block-driven approach and supportive community. I considered going to the on-site program in NYC, but like many people was not able to quit my... Read More job for months to do that. The PTRI program is not easy, but the 3 hours a night are doable even if you work full-time. The instructors and other staff are top-notch - super supportive, responsive, and they make you feel like you belong. The community is awesome, and Codesmith has been very successful at creating a tight-knit group, even though we're geographically far away from one another. So kudos to them! I haven't gotten to the hiring portion yet, so I can't speak to the efficacy of it personally, but they have great outcomes, so I'm not too worried about my prospects. Overall, if you are dedicated and hard working and want a challenge, I definitely recommend this program!Read Less",Part-time Remote Software Engineering Immersive,Software Engineering +262811,10643,codesmith,Jose Borbon,False,2020,CSPrep,2020-03-17,5.0,5.0,5.0,5.0,"Codesmiths CS Prep program was helpful in giving me the exposure that I needed in order to help me understand the things that I had to improve on to become a better me. The best part of CSPrep was the group project. It was amazing building something from... Read More scratch and applying all the things that we learned in CS Prep in order to create a project that we were able to share with our CS Prep Cohort. If someone told me a few months ago that I would be able to complete something from scratch by coding it out, I would've never believed them, which is why I highly recommend everyone do CS Prep.Read Less",CS Prep,Software Engineering +262733,10643,codesmith,Anonymous,True,2020,Fantastic Experience with JavaScript for Beginners...cannot recommend it enough.,2020-03-13,5.0,5.0,5.0,5.0,"I came upon Codesmith during my months-long search for the most suitable bootcamp in NYC. What impressed me about CS, right off the bat at their open house, was the detail and clarity of their curriculum. While they also have the numbers to show for it,... Read More their presentation alone really painted a solidly structured picture of how students will learn during their 12-week intensive. I decided to take the JS for Beginners online course partially because I wanted a solid foundation to JavaScript, and learn better by interaction, but also because I wanted to get a sense of how Codesmith teaches: its language, its approach, etc. I had a tremendously rewarding learning experience with JS for Beginners. Our instructor, Michelle, was patient, communicative, and receptive to our questions. The best part, in my opinion, was the amount of technical communication the short prep course taught me. It gave me a morsel of confidence to speak my code, literally, and feel comfortable with the syntax. This is a fantastic opportunity for those wanting to begin their coding journey. I cannot recommend JS For Beginners enough.Read Less",JavaScript for Beginners,Other +262681,10643,codesmith,Rachel H Kim,False,2019,Life Changing Experience,2020-03-11,5.0,5.0,5.0,5.0,"I just got an offer that I will be accepting as my first Software Engineer role outside of Codesmith and I'm still in shock at how things worked out the way it did! I was a student in the Software Engineering Immersive Program back in May-August and had... Read More the privilege of becoming a fellow from August-November.Many people were sharing how the job search will be difficult around the time I end fellowship but I am here to say that if you put in the hard work, you can get a job regardless of the “best hiring” season. I am super thankful for the Codesmith community as I have made so many amazing life-long friends/engineers who are here to support me in my new journey, every step of the way. I can’t thank the staff enough for believing in me and giving me all the resources I need to succeed. Thank you Codesmith!Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +262038,10643,codesmith,Kwadwo,False,2019,I am proud of where I am today and am grateful for Codesmith.,2020-02-19,5.0,5.0,5.0,5.0,"I graduated with a degree in Graphic Design but I felt unprepared for actually finding work/ furthering a career in Design in a meaningful and stable way. For that and several other reasons I decided give programming a go. I enrolled into two other programming... Read More schools before attending Codesmith (Call me nuts). Here are somethings I have to say...1- Codesmith is one of a kind. I don't think there are any other programs out there that can help an individual improve themselves and their careers at such a high caliber. In terms of Codesmith as an educational entity, I learned more valuable and practical things here than I did in most of my undergrad. In comparison to the programming schools I attended prior, Codesmith felt more like a Graduate/Masters Program. Which leads to the next point....2- It's not easy (Seriously... its not).When I initially saw the active hours of Mon-Sat 9am-8pm I thought about the commitment I was getting into. In total you may spend +1300 hours at Codesmith. You have to be serious about this. You will be introduced to CS/ Full-Stack concepts at an unnatural rate that will be juuust uncomfortable enough that you will feel challenged throughout the program. But you aren't expected to know everything. The thing to understand is your peers are there to learn too. No one is perfect. You just need to make sure that if you do decide to enroll into Codesmith, you go in with an open mind and are serious about learning. The Codesmith community will only cultivate you and let you grow as an engineer. This is something that Codesmith does quite well. 3- The Codesmith Bag of GoodiesCodesmith equips its students with things that I noticed others schools didn't. Some examples: a) Being a student at the New York Campus has a likeness to working at a start up company. Both classes (Juniors and Seniors) share the same space. There is no ""Classroom code along"" and only a small portion of your day is devoted to lecture. Most of your time will be spent pair programming/ working at engineering problems. On top of that, your senior portion will have you working in close proximity with other engineers where you can practice things such as working in an AGILE environment, GitHub workflow, Brainstorming/Building an application from the ground up as a team. These start up elements can help grads both form opinions about these concepts AND adjust to environments of the start up companies that want to hire them. b) Codesmith's hiring portion is on point. Your credibility as an engineer will be boosted by Codesmith's teaching style regarding your resume writing, self advocacy, proper salary negotiation and job searching techniques. I learned a great deal in this phase of the program. c) The curriculum is well thought out. You are given things that will help you build a strong resume. Aside from the great amount of technologies you touch and your smaller projects, the production project you build over the course of several weeks is great experience. This larger scale project will get you though enough engineering challenges to allow you to formulate a mature engineering narrative that will help you when on the job search. And don't even get me started on the tech talk.4- I am thankfulI'm someone who has struggled quite a bit with programming. But after devoting less than a year to focus on studies I am now working as an engineer with a salary that is 4x greater than I've ever earned before. So for that I am thankful.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +261917,10643,codesmith,Tom Herrmann,False,2019,From Marketing to Software Engineering,2020-02-13,4.7,5.0,4.0,5.0,"There are a lot of things to consider about bootcamps, but one thing that can't be challenged about Codesmith is results. Less than six months ago I was working in SEO - yes, that's kind of web development but not as much as I'd like it to be when I'm... Read More on a job interview. As of last week I was hired into a mid-level engineering role. I have a BA in journalism with a concentration in Cinema Studies - yes, really - and a year of studying JS and other languages to my name. I owe my current position to the course at Codesmith.There are cons to the program, as there are with anything that takes up 70+ hours of your week for 13 straight weeks. It's stressful and has a throw-you-in-the-deep-end mentality, but it works. Maybe that level of stress and commitment isn't' for you, that's something to consider, but it is also what leads to a most people landing mid-level positions. Some grads even get senior level roles, though those are rare without some kind of direct tech background prior to the course. Pros:The hiring program at the end is outstanding - they work with you until you finish negotiatingThe course teaches students how to figure things out on their ownThe community is incredibly supportive, both with work and emotionallyThey create a fun environment to unwind with Thursday night drinks, ping pong tournaments, and relay racesCons:The people teaching the courses are sometimes recent grades - they know their stuff but it would be helpful to have a larger staff of experienced engineers. To be clear, there are experienced engineers on staff, it's just not everyoneThe schedule is grueling. There is a good argument that this is what makes the course so effective, but there can be a mentality that working all night is the best way to show work ethic. For some, it reduces productivity and has other negative effects.Some of the courses need to be updated for bugs. Only one caused a problem for my group, and it has likely been resolved, but it put a big delay on work.The pros out weigh the cons, it's as simple as that. I think they are easy to overlook considering the outcomes and that no program will be perfect. If you want to work very hard to fast-track yourself into a role as an engineer, likely passing over entry-level, this is the course for you. I have recommend it to friends and family who are considering career changes. It has been an amazing experience. Would highly recommend checking out their free courses in NYC, LA, and online. I went to several before joining and experienced engineers go to them along with people just getting into it. Get a feel for it for yourself.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +261734,10643,codesmith,David Neuhaus,False,2019,Changed My Life,2020-02-06,5.0,5.0,5.0,5.0,"Five years ago, I quit my job to go to a (different) web dev bootcamp. It got me my first developer job, but that experience doesn't compare to what I got out of Codesmith. Several years and two jobs later I found myself unable to find my next opportunity.... Read More I was over-qualified for Jr roles and under-qualified for Sr ones because even after my on the job experience, my actual core programming knowledge base was sorely lacking.Codesmith changed that and I couldn't be more grateful. After three VERY difficult months I found myself in a VERY different place - I was more confident, had recent cutting edge projects under my belt, and finally felt deserving of a Senior title. Newly empowered I ventured back into the job market that just months earlier had been rejecting me repeatedly. Codesmith kept supporting me with constant advice, and encouragement and now I have the job I've always wanted. To top it off, my salary is 81% higher than it was at my last job. I can't recommend this program highly enough.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +261602,10643,codesmith,Scott Thompson,False,2020,My experience with the CS Prep course was awesome!,2020-02-03,5.0,5.0,5.0,5.0,"I had a great experience with the CS Prep class from Codesmith. I attended Cohort 23 from Jan 6 to Jan 22. I'm expecting to take their Immersive program, and took the CS Prep course as it's recommended to learn what's needed in order to learn the skills... Read More and concepts required before entering their program. It also provided me the chance to try out Codesmith remotely, since I don't currently live in either New York City or LA.My experience prior to the course had been self-learning through a book that had been highly rated by several websites, FreeCodeCamp, and YouTube videos. I also used CSX, which is the free lessons provided by Codesmith at csx.codesmith.io. The lessons provided good exercises and explained many of the basic concepts and keywords used by JavaScript. Only about 50% of CSX is necessary to be ready for CS Prep. Going into the class, I felt fully prepared to make the most of the class, having completed all of the CSX exercises.I was a little anxious going into the class. I was unsure of how the lessons would go, considering I have never taken an online course. I was also initially nervous about the class size. My cohort had about ~35 participants, and I was worried I wouldn't receive individual attention should I have problems or questions.These concerns were quickly relieved after the my experience on the first day. The instructor, David, alongside an assistant, Chris, did a great job of making sure everyone was involved and felt included. During the lessons, they rotated asking questions of everyone involved. They answered all the questions we had in the chatroom, and made sure that people were clear on everything they were teaching before moving on.Each day was about 3-3.5 hours. Other than the first day, each class begins with a problem you tackle individually. The next portion deals with the previous day's problem, going over a couple of different ways of solving it. The next hour or so is instruction over a concept of JavaScript. After the lesson is over, we split into pairs and programmed together, splitting the time between being the ""navigator"" and ""driver"" roles. The navigator takes care of most of the conceptualizing, while the driver is the one actually writing the code, but there is always discussion about the best approach to take. Each days lessons were recorded and provided in the Slack channel everyday, as well as the slides from the presentation.Speaking of the Slack channel, this is really where I think the course goes above and beyond. Alongside a general room, we were provided with a #pair-programming to find partners to practice outside of class, a #questions room for any code related questions, a #code-review room where we could post our solutions to the previous day's challenge (or really any code problem we tackled and wanted to share). We were also assigned a #tech-comm channel, which I'll describe below.One of the five things Codesmith looks for in a student is technical communication. We were all required to record ourselves tackling a problem. Some of us chose easier challenges. and others tackled more difficult ones, but the key thing to do is to explain your thought process while going through the problem. Rather than think about issues silently (as we all so often do), we were encouraged to speak through our thinking, even if we are totally wrong about the approach. The instructors reviewed everyone's recordings (which is no small task for a class of 35).The last day of the course, we presented a final project that groups of 4-5 worked on. It was very freeform, and it was great seeing all the different ideeas people had to show off their skills. My group worked on a JavaScript-themed text adventure with a Rock-Paper-Scissors combat system. I was proud of the work my team did, and how well it was received.I had a great experience in the class. While I already studied some of the things taught prior to starting, it was great to go over them again and even stuff I thought I knew would be better explained. My cohort is still active weeks later, pairing up to continue learning JavaScript. I'd encourage anyone thinking about taking a dive into coding to give this class a shot.Read Less",CS Prep,Software Engineering +261518,10643,codesmith,Rudo,False,2020,CS Prep as a great stepping stone,2020-01-30,5.0,5.0,5.0,5.0,"If you are looking at Codesmith's Software Engineering Immersive Program, but feel that you are not quite ready yet, CS Prep might be exactly what you are looking for. I was in that position a few weeks ago, in which I was familiar with some Javascript... Read More fundamentals but did not feel that I could pass the entrance interviews due to a complete lack of technical communication. I had done coding challenges by myself, but never really had the chance to communicate this to anyone else. I recently finished my CS Prep cohort at Codesmith after having dabbled in Javascript for a couple of months before starting. I worked through all of CSX - CodeSmith's own online free learning environment - to prepare myself for the concepts that would be covered in CS Prep. The focus within CS Prep lies heavily on technical communication. Examples of this are found in the daily opportunities to pair program, to pseudocode well during the problems, to share a video where you walk the viewer through a problem and when you work with your group on your final project. Those could sound like daunting tasks, but you get used to it quicker than you would think. The lectures themselves followed a similar format each day. Typically we started with a problem of the day, then the instructor would walk through the problem of the previous day. After that, a new topic would be introduced and explained in-depth. Lastly, we would be assigned a pair programming partner, which allowed us to work through the problem sets related to that day's topic together. The use of technology (mostly done with Zoom and their own CSBin to write code) made for a seamless experience. The lectures require a lot of diagramming so that you get a deeper understanding of why the code is doing what it's doing. Students are called upon (students join with microphone and camera) to analyze the lines of code and to technically communicate what is happening. The instructors are extremely engaging and approachable. My cohort consisted of about 30-35 students and we had an active slack channel going with the instructors actively participating as well. This way, there was always someone to answer your questions as you were working through your problems. A sidenote here is that I was unemployed, so I was able to spend a lot of hours daily to practice and to get the most out of the experience. However, there were many people that were doing this next to their studies/full-time work, and they still performed very well. I am also happy to say that I got into the Software Engineering Immersive Program and will be starting in the NY March Cohort. I practised by myself before CS Prep and I probably would have gotten there in the end, but CS Prep helped accelerate the process and made everything much more enjoyable as well. If you are near either of the two Codesmith locations, you are also likely to run into other people from your CS Prep program if you visit the JavaScript the Hard Parts workshops, which is an additional benefit. Overall - Nothing but good words for CS Prep and the instructors: David, Chris and JinSung. I came out with a much better understanding of JavaScript, am now able to communicate my thought process much more clearly, made some friends, and I enjoyed every minute of it.Read Less",CS Prep,Software Engineering +261459,10643,codesmith,Declan Erik Kaasler,False,2020,CS Prep Review,2020-01-28,3.7,3.0,4.0,4.0,"My experience with CS Prep was a very interesting two weeks. The course features long lectures, which then breaks away for pair programming to help students solidify the knowledge. If you are interested in this program, you should be aware that much of... Read More the learning is self-directed. Codesmith and CSPrep does not involve much hand-holding.Read Less",,Unknown +261372,10643,codesmith,Jackie Mok,False,2020,CS Prep @ Codesmith,2020-01-25,5.0,5.0,5.0,5.0,"The two weeks of CS Prep has been an unforgettable experience. Overall, I've learned more in a day of CS Prep than in a semester of coding class in college. The instructors put in huge amounts of effort in teaching the course and are always available... Read More in and outside of class. All students and instructors in CS Prep are extremely committed in learning and teaching and going along this journey of improvement. The techniques that they teach throughout the course of the two weeks really helps boost the learning process of each student going through the course. In the course, there are students from all walks of life and different types of experience with coding. The instructors made it really easy to understand the depths of coding and how to work together to grasp concepts rather quickly. The course in general is well worth anyone's time whether it may be with experience in coding or not.Read Less",CS Prep,Software Engineering +261322,10643,codesmith,Joju Olaode,False,2020,CSPrep is a great place to make a pivot from just tinkering to really understanding.,2020-01-23,3.7,5.0,5.0,1.0,"I really began my journey into programming around November of 2019. My undergrad had been in BME but I knew at that point I wasn't looking into going that route. I'd done a brief course online on python and knew that I'd enjoyed that experience so I started... Read More searching for free ways to learn more. I discovered GA and freeCodeCamp first and spent my first week tinkering around there mostly with CSS and HTML. Then I found out about Codesmith through the Meetup.com just looking for free ways to really break into learning JavaScript. After about a month and a half of going to JavaScript Easy parts and the JavaScript Hard parts classes, and since I loved the way topics were taught in their meetups and just the environment and people I met, I decided to take the plunge and invest in the CSPrep course. The two weeks passed by in an amazing symphony of lecture times (theory) and programming (practice) times. The things that I think CSPrep does great are as followed; creating a community for everyone in the cohort to pass around information, providing well trained instructors who are great at really simplifying daunting topics, having that time were you can pair program with someone else and practice technical communication, and providing a final project where you can really flex what you’ve learned and see the real life applications (this might even continue afterwards, I am planning another mini project with one of my final project partners). Something that I think was not very usual, but happened in my cohort, was that we had two different instructors; one for the first week and another for the second. I would have preferred to have had only one instructor. Other than that I have no complaints. Loved it and am in the process of applying for the Software Immersive program.PS(This program does not provide job support, and it does not state that it will provide job support, but since it is required to submit the form I will be giving it 1 star)Read Less",CS Prep,Software Engineering +261313,10643,codesmith,Winford,False,2019,CSPrep @ CodeSmith,2020-01-23,5.0,5.0,5.0,5.0,"I have to admit, I’m usually skeptical about online bootcamps. When I decided I wanted to learn Javascript, I did everything I could to learn for free and in a self-paced manner. I took online courses, some live classes, meetups, study guides, and bootcamp... Read More prep exercises from Full Stack Academy, Hack Reactor, the whole 9 yards. I did this for about 3 months part time. I will admit that these resources were a great introduction into learning Javascript, but up to a certain point I hit a plateau. The new surface level knowledge I gained from these courses were not contributing to my overall fundamental understanding of Javascript. In other words, I was spinning my wheels with these courses. I didn't realize this until I was sick and didn't code for two weeks and then tried to jump back into coding and realized I forgot half the things I “learned”. It was clear I had deep holes in my fundamentals that I needed to address before advancing.I enrolled in CSPrep after I took a FrontEnd Master’s course called “Javascript the Hard Parts”. The first thing I noticed about both instructors were that they had a very distinct way of teaching.They always diagrammed everything, especially how the Javascript engine processes the code ‘under the hood’. They would speak in a very precise manner and have students adopt this vocabulary and diagram in their process of understanding. This specific emphasis on technical communication and deep understanding is what I think makes CS Prep a worthwhile investment. My CSPrep instructor, David, flowed seamlessly through the course making sure everyone was on the same page and that we continuously hit a deeper understanding of the topic at hand. I believe this “training style” is what led to me to pass the interview for the full time Software Immersive Program at Codesmith. After all, the interview topics (Closures, Higher-Order Functions) were not necessarily the easiest resources to find online. I would highly recommend checking out CSPrep and Javascript the Hard Parts. If I had to do it over again, I’d go to their free in-person Javascript the Hard Parts workshops held every week before jumping into CSPrep, that way the new knowledge is built on strong fundamentals.Read Less",CS Prep,Software Engineering +261262,10643,codesmith,kendall Lu,False,2019,Codesmith Review from a Student with no background in Computer Science,2020-01-22,5.0,5.0,5.0,5.0,"To start off, my background was actually in Finance. I went to college down in southern california and really didn't see myself pursueing the tech field; due to some personal circumstances, I made the abrupt decision to pursue the software engineering... Read More industry. The choice of going to Codesmith actually stemmed from a friend referring me to this bootcamp, he had only good things to say about this bootcamp. With that, I begain studying for Codesmith about 1.5 months before the application deadline, studied for about 8-10 hours a day. Throughout the application process, the staff was extremely friendly and supportive - I didn't pass my first technical and received feedback and was able to pass the second time around. When I first started, I had no expectation of the codesmith community or who I would be working with. That being said, I was blown away by the amount of passion and support shown by not only the staff members but my own cohort mates. I believe that for such a strenuous and stressful environment to succeed, everyone must contribute and collectively support each other - codesmith was nothing shy of supporting students through 'the crucible'. Not only were the staff members constantly available to support you through stressful situations but they also provided emotional and any other support you needed. Oh and the lead technical mentor, Augustine, is phenomenal - he has an answer for just about everything, and if he doesn't he will do his absolute best to push you in the right direction. One thing to point out is that Codesmith prides themselves in letting you struggle. That means that there is little to no hand holding, everything should be figured out on your own or with others. I think this is the core of what software engineering is, being able to problem solve on your own feet. Thank you codesmith, I couldn't have been more happy with my own outcome and would never forget this experience!Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +260651,10643,codesmith,Courtney Kwong,False,2019,Changed my life!,2020-01-04,5.0,5.0,5.0,5.0,"Codesmith changed my life. Many like to say that bootcamps are ""get-rich scams"", but this was never the vibe. This was an immersive experience. The instructors care about the community they've fostered, the students, and engineering as a lifestyle. The... Read More 13 weeks was one of the most challenging, yet rewarding times of my life. I never imagined of going back to school as I always thought I was just ""not smart"" and coudln't learn, but the community shows you by example that you simply need to dedicate the time and energy and trust the process - you really get what you put in. Codesmith teaches you how to learn - not just spoon-feeding concepts and walk-through tutorials to make you feel like you did something at the end of the day. Most days you walk away from lectures without understanding anything, but the community emphasizes pair-programming and hard learning. Every unit is set in that way purposefully and encourages struggling through problems - the same way you would/should on the job. At Codesmith, you learn to be an empathetic and thoughtful engineer and the community gives you the space to be the best that you can be. I'm grateful to have stumbled into the Hard Parts, met the passionate instructors, and struggled through 13 weeks with my cohortmates. Truly life changing.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +260620,10643,codesmith,Will Robinson,False,2019,Career-Changing and Life-Changing (Truly),2020-01-02,5.0,5.0,5.0,5.0,"Enrolling in Codesmith last summer was a risk I was nervous about, but it has already paid off in so many ways. I received a job abroad with a competitive salary, and was actively interviewing in NYC for jobs over $130,000. I was in a career in which... Read More I felt stagnant and not mentally stimulated. I was always good at math and science growing up, but in college I found media/journalism and decided to give that a shot for 10 years. I loved it for a period but needed a change.After doing tons of research, I had two finalists lined up. I'm sure I would have done well at the runner-up, but Codesmith stood out to me for a few reasons. The community is above all else. First, all the online reviews for Codesmith read differently than others, and I was very curious why -- there had to be something to it. Secondly: Just seeing people attend free Hard Parts lectures and seeing the bond beginning to form there was a big difference from other residencies. To that end, the personal touch goes from all levels. Something as small as receiving a handwritten card upon acceptance is something so easy that my other choice didn't do, but it's a great touch.As for the curriculum: It can definitely kick your ass. It's a hard 13 weeks, but I went from 3 months of somewhat regular self-taught coding (along with a full-time job) to getting a full-time mid-level job in less than 2 months. While everyone will have their hard, frustrating days, yes. But your cohort will support you, and people learn way more than they think they are capable of. Similarly, the Codesmith staff does a great job at teaching and making sure everyone is doing OK. I do wish that some of the topics could be more refined, but I know firsthand that those discussions are always ongoing and that the staff is very conscious of staying in-tune to the dev community.I couldn't have asked for more than a program. I'm fortunate my cohort was filled with great people and staff that I continue to speak to. It's a big financial investment, yes. But if you know you want to dive into software engineering, do yourself a favor and look into Codesmith.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +259867,10643,codesmith,Daniel Nagano-Gerace,False,2019,Dead End Job to Codesmith to Backend Engineer of $100 Million Company,2019-12-15,5.0,5.0,5.0,5.0,"TLDR: Started researching how to improve my career in March and April 2019. Attended Codesmith from June to August. Currently writing/managing code in distributed systems handling over 20,000 concurrent requests a second, contributing server code for... Read More data worth millions. And I've made lifelong friends along the way.Why Codesmith?: No other program puts so much emphasis on cultural fit. To attend Codesmith, you must show extreme empathy, willingness to dive deep into the unknown, and a compulsion for great technical communication with your partners, mentors, and teams. In every way, being surrounded by so many hand-picked, brilliant, empathetic, and driven engineers — many with absolutely no prior experience — will fundamentally change you for the better. And residents come from all walks of life. And every resident must not only excel in pair-programming formats and team settings, but they also must mentor others.I will quote someone I personally mentored in the program, who handed me a note the night before graduation — “Just wanted to leave a little note of gratitude instead of word vomiting a bunch of stuff at you the night before you ‘left’ CS. I truly appreciated the energy you depicted. I felt as if you were cheering me on even before I got there. To be honest at first I was super intimidated by you but in the end that environment of challenge was exactly what I needed to push through for you showed me that no task was too daunting for me to accomplish. Thank you for your words of wisdom and for sharing your worldview. Thank you for being there for me & for telling me over and over (and over) again that the underdog can and will prevail.”Hiring Support: Self-advocacy. We teach people how to push themselves for bigger and better things. In total, I never once applied for a single company in my entire job search — I took 56 interview requests from external and internal recruiters. The primary reason was that the projects and codebases I had worked on in CS had such bleeding edge tech stacks — gRPCs, Protobufs, Docker, Node, Webpack, RxJS, Concurrent React, Redux, Next.js, SQL, Mongo, AWS, etc., — that I fulfilled nearly every mark on req sheets for huge numbers of companies. As I took more interviews and phone screens, tech screens, take homes, and on-sites, there was always a tight knit community of alumni and staff that supported me through every rejection and hard knock. So that by the time I hit multiple offers, I had gained so much perspective and self-confidence that I was able to negotiate my salary to above $170k.Community: I still hang out regularly with dozens of people I met through the program. It’s an amazing thing to have so many friends that all have six-figure salaries in the same field who I can lean on and who can lean on me for the rest of my life. I will forever be grateful for this place.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +259826,10643,codesmith,Camera Walrond,False,2019,Software Engineering Immersive Program,2019-12-13,5.0,5.0,5.0,5.0,"My time at Codesmith was an invaluable experience in my journey to becoming a software engineer. When I initially decided to switch careers, I knew I wanted to attend an immersive program in order to accelerate my progress. I did tons of research on the... Read More full time programs available to me in my area (NYC). Many seemed promising, but as I learned more about each program and attended their public events it became clear to me that Codesmith was one a different level. When I attended my first Hard Parts I was so impressed by the teaching style and the energy in the room. I felt like Codesmith was really a place where people went to hustle hard and change their lives. I applied to the immersive program and met more members of the Codesmith team and they were all supportive of me throughout the interview process. I was accepted to the immersive program and dived right into the curriculum with 23 other lovely humans as cohort mates. The curriculum is formatted such that residents are constantly learning and building with new technologies at a rapid pace and are always coding with a pair programming partner. I found pair programming to be highly beneficial to my learning process because not only did it help me refine my own technical communication but it also made me more effective at interpreting and deploying my partner’s technical ideas, which is an essential skill for any engineer in a production environment. Beyond the curriculum, Codesmith also stands out in terms of community. All of my cohort mates were people who went out of their way to help one another all the time. The warmth of the staff, teaching fellows, and my cohort mates throughout my time as a resident made working through long days for three months truly enjoyable and these relationships have persisted for me even after graduation. For anyone considering applying to a Codesmith program, my best advice is to attend an event on campus and talk to the people you meet there. The rest will speak for itself.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +259671,10643,codesmith,Anonymous,True,2019,Changed my entire life.,2019-12-10,5.0,5.0,5.0,5.0,"I wrote my first line of code in March 2019. I was offered a role as a Senior Software Engineer at a leading FinTech company in October 2019. Some may say BS but it's hard to explain this to someone that hasn't gone through Codesmith's Immersive Software... Read More Engineering Program. To sum up the how the program works in a real life example, quoted by Phillip Troutman (executive instructor at NYC), ""Here's a car, go build a carburetor.""How is that possible? That's where you become a mature engineer.The amazing community and culture is just the cherry on top. If you want to change your life, try to get into Codesmith...if you can!Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +259659,10643,codesmith,Liza,False,2019,JavaScript for Beginners - Excellent!,2019-12-10,5.0,5.0,5.0,5.0,"Great course! My background: I came here after learning C++ for 6 months, I had no background in JavaScript, and no other languages/no functional programming experience. In 12 hours over two days, all online, the curriculum covered JavaScript in an extremely... Read More helpful way. We approached JavaScript as though truly for beginners, which meant starting with ideas like variable declaration and data types. Since I had already encountered these topics while learning C++ it felt a little slow at times, but even then, I enjoyed being sure that I had all the basics covered before approaching more difficult JS-specific topics. Moreover, I felt as though our instructor, Camera, was letting us in on her thought process throughout her coding journey, and helped to make the idea of working in the field feel less alien and impossible. In this imposter-syndrome heavy field, that's a valuable insight to glean, especially for a beginner course. Camera was always kind and supportive in her explanations, and was able to convey her ideas in both a technical way (teaching you how to use industry-specific terms intuitively) and an empathic way (being aware of where you are in your learning, and meeting you there and gently prodding you towards progress). Overall, I highly recommend this class as an introduction to both programming concepts and as a launchpad for studying JavaScript. Also, the community at Codesmith is truly supportive and positive, and is absolutely the kind of place that I've been looking for and would strive to receive the acceptance of!Read Less",JavaScript for Beginners,Other +259352,10643,codesmith,Josh K,False,2019,What I Wish I Knew When I Was 20: Codesmith,2019-11-30,5.0,5.0,5.0,5.0,"I had an amazing time at Codesmith this summer and started my career as a software engineer a couple of weeks ago. I was very lucky to stumble upon Codesmith at one of the ‘Hard Parts’ meetups and immediately fell in love with their approach to learning... Read More javascript, fostering an open/inclusive community, and navigating the job market.1) Learning Javascript the right wayCodesmith really emphasizes the importance of understanding how Javascript works under the hood. By the time you graduate, you will not only learn various frameworks such as React and Express to build applications but also have a fundamental grasp of how Javascript works that will allow you to pick up any other tools/framework in the future if need be. As the name suggests, Codesmith teaches you how to become mastery of code, giving you the ability to create anything with it. The best part is that you can attend one of Codesmith’s free offline/online meetups and see for yourself.2) Fostering an open/inclusive communityCodesmith’s culture is something that I had not known before joining the program but has proven to be an integral part of the journey. The 12 weeks you will be spending at Codesmith is going to be harsh and you will be struggling. However, Codesmith does an awesome job of creating a supportive environment where everyone will be there for you when you need it the most. Once you are in the program, you become a part of the Codesmith family where everyone holds each other up and, more importantly, celebrates with you when you finally get that software engineering offer.3) Navigating the job marketThis is probably the most underrated part of the Codesmith curriculum. Codesmith constantly updates its curriculum to reflect feedbacks they get from the alumni network. It allows them to quickly respond to the current trend in the job market and tell you what works and what doesn’t. The greatest trick, however, is deeply ingrained into your day-to-day life at Codesmith. Communication skill is something that all employers are looking for in engineers and Codesmith makes sure that you have it by the time you graduate. In fact, you will be talking so much during pair-programming sessions and group projects that you will acquire it unconsciously.Overall, I cannot recommend Codesmith enough if you are seriously thinking of becoming a software engineer!Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +259136,10643,codesmith,Anonymous,True,2019,Great stepping stone for future JS success!,2019-11-22,5.0,5.0,5.0,5.0,"This is a great course for beginners just starting out on their JavaScript journey. JSB along with CSX, was what helped me to better understand the fundamentals of JavaScript. My instructor was very helpful with clarifying any issues we had with the material... Read More and answering questions. The best part is that you'll continue to have access to the instructor and the community even after you have completed the course. They're always around if you have questions.Read Less",JavaScript for Beginners,Other +259088,10643,codesmith,Michelle Herrera,False,2019,Life Changing Experience,2019-11-22,5.0,5.0,5.0,5.0,"Short VersionPros: AMAZING HIRING SUPPORT, solid curriculum, amazing people, friends to last a life time, challenging experience,Cons: Beginning to outgrow their current spaceLong VersionIf your are anything like me you might be reading this review with... Read More a little bit of skepticism. Four months ago I was that person -- I was tentatively hopeful that Codesmith would be experience I need to radically change the direction of my life but was skeptical of the claims that they made. I was not a person who attended the Hards Parts series in their NYC classroom or even someone who joined in on the online class -- I discovered them through CSX (great free course by the way!). After working through about 60% of CSX I decided I was going to give Codesmith a shot. I applied, passed the cultural interview and attempted the technical interview. I failed my first attempt, but It was the catalyst I needed to take CS Prep, a three week online prep course. This course when way beyond the basics and ended with me building my first ever project from scratch!! It gave me the confidence to say I can do this. Right after CS Prep I did my second attempt at the Codesmith interview and passed -- little did I know what a difficult and fantastic journey this would be.The Codesmith Immersive program was the difficult thirteen week I have ever had. LONG LONG days packed with lectures, coding challenges, and amazing conversations with my cohort-mates. Codesmith not only teaches you how to write code but also how to THINK about code. It teaches you the tools to approach any problem with a mindset that is determined to figure out the answers. Learning the toolkit of a fullstack developer (JavaScript, Node/Express, Databases, React/Redux) was just the beginning --- mixed into this first half of the program are daily coding exercises designed to promote understanding of algorithmic approaches, coding units which taught not only skills but more importantly TECHNICAL COMMUNICATION, code presentations and a Hackathon! In the second half of the Codesmith experience you work alongside a team to build a dev tool that is open sourced to the community at large. This is a daunting task but, obtainable because Codesmith has already taught you how to breakdown problems, find solutions and not give up. While building this tool you also begin an amazing hiring prep program which covers everything from how to apply to jobs (cover letters and double downs), create your resume (thanks Will!) but also how to negotiate (thanks Erik!). On top of all this work in the second half of the program you are expected to give a public talk on a tech topic! This brings me to the part that you have been waiting to read about. After one month on the job hunt I have secured my first ever role in software engineering. The hiring support that Codesmith offers is amazing -- there are people guiding and supporting you every step of the way. You can get support for everything: interview practice, resume reviews, cover letter help, double down help, technical tutoring, whiteboarding or even just a pep talk. When I first landed my job the offer was just a tiny bit lower than I was hoping for, I reached out to Erik and with his advice and support I was able to increase my offer!! In short, if you having doubts that bootcamp experience can work, trust me when I say Codesmith works! They understand what the industry is looking for in engineers and how to help you frame your journey to tech in a way that is honest, real and more importantly competent. I can not more highly rate this program and would encourage anyone who is considering Codesmith to go for it!Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +258790,10643,codesmith,Dan,False,2019,Truly life changing — if you’re ready to put in the work,2019-11-14,5.0,5.0,5.0,5.0,"I remember reading these bootcamp reviews for Codesmith several months ago when I was planning for a big career change in life. Needless to say, I was convinced to start Codesmith’s Software Engineering Immersive from the reviews — and indeed, it was... Read More life-changing as some here have echoed. I personally ~4x’d my salary (well past $150K+ a year) , so it was well worth it for me, not to mention the life-long friends and confidence in technical problem solving I’ve gained along the way. I’ve had the privilege of going to an Ivy League school and I would say, without a doubt, that my Codesmith experience was on par with it for my career and personal growth — if not even better.A little bit about me: I’ve worked in tech doing a variety of roles from marketing to operations, but I had never really touched coding directly. I took a couple of programming classes, but never went much deeper than that. After I began learning some basic web design for my job, I become more interested in it. I had a great time learning on my own, but I knew in the back of my mind that it would be an uphill battle for me to become a “real” software engineer without more structured learning. I learned about Codesmith and JavaScript the Hard Parts and I was impressed by the core fundamentals they taught — things that even senior engineers have brushed over. I quit my job and then took a few months to prepare for the technical interview.When I got there, I knew I had made the right choice. The curriculum is well-designed, covering the fundamentals of front-end and back-end development, and the staff is adding new subjects like AWS and machine learning frequently. In my cohort, we usually spent 9AM - 8PM taking lectures and doing the coding assignments. I recall many times where I stayed past 11PM, as many others have, but that was something that I enjoyed — going deep or freshening on some topics after the normal hours didn’t feel like work at all. Some subjects like databases could use an update, but Codesmith is working on addressing those issues and keeping the curriculum as up-to-date to reflect the technology that’s actually being used in the industry. I think the best part of the program is the production project that happens at the second half of the immersive. It’s an opportunity where you and a team of other residents create and launch a developer tool into the world. It’s 6 weeks of hard work, going from 0 to 100 on an exciting area of software engineering that interests you where you will gain real maturity as an engineer, something that I reckon other programs don’t offer (I heard that the capstone projects of other programs are what we at Codesmith do at the end of our 6-week junior portion — meaning we had another 6 weeks dedicated to create something meaningful in terms of software engineering.) Overall, the curriculum and production project definitely makes you job-ready by the end of the immersive. Although you may have to supplement on some topics that you didn’t get quite the first time, it’s only a matter of time before offers come in, especially in the relatively good job market in 2019 (so seize the chance now!) So you’re intellectually ready, but the job hunt is more than the knowledge you have. Another core skill is how to present your skills and other soft skills to signal that you are a hire-able dev, and indeed, Codesmith has a solid series of workshops just on hiring. There’s also hiring day, where companies come in to do speed-dating type interviews with Codesmith residents. It’s a good opportunity to get your feet wet with interviewing, and some people have gotten offers from hiring day. There’s usually a good number of companies attending hiring day, but most of my cohort mates found jobs through their own job applications or technical recruiters. Again, Codesmith does everything to set you up for success on the job market, but it’s up to you to hustle and double-down on the job hunt.The best part of the immersive hands-down is the people you will meet, fellow engineers that you’ll be coding with. The instructors are great, but I would say I’ve done the most learning with my cohort mates. If I ever have a question, I’ll go up to someone and usually we’ll buckle down and Google our way into understanding a concept. Such a network of learning and support from your peers for a difficult technical subject is hard to replicate anywhere. Underrated as it may seem, this self-directed learning with others is a really great way to learn, and it’s something that you’ll have to continue doing on the job. It’s the people that make it vastly better than learning it all on your own — your cohort mates are a diverse set of people that Codesmith has vetted to create a tight-knit of students who are hungry to learn like you are. The people and the environment of support are really what sets Codesmith apart from other programs, if I’m able to compare. The community manager plans great events where you can take a break from coding and recover, from kickball on Venice Beach to the weekly Thursday night drinks. Plus, you also join a wide network of software engineers on the alumni Slack, some of whom work at places from Google to Tinder to exciting startups around the US. I’ve very grateful for the strong network of folks that I’ve gained throughout my Codesmith journey, and I still keep in touch with them today.In terms of what I didn’t like about the program, I think Codesmith can do a bit better to refresh their curriculum as I’ve mentioned. But the industry is always changing and the most important skill is the meta skill of learning how to learn, which you can gain from the immersive.After the program, I was able to find a senior level frontend role through the Codesmith network. I’m happy with my job and my accomplishments, and I don’t think I could have leveled up this rapidly without my experience at Codesmith. The best part is that I know that Codesmith and the Codesmith network will continue to provide support (in the form of new opportunities or technical interview prep, for example) for my next role, and the next one.If you’re still deciding on pulling the trigger but you’re certain you want a challenging career in software development and have the grit to go through the peaks and valleys of learning the ropes of a whole new industry, then I recommend you get the ball rolling and begin the application process soon, whether that’s submitting your application, enrolling in CS Prep, or attending your very first JavaScript the Hard Parts workshop. Fast-forward 3-6 months, your life won’t be the same, not only because of a high-paying and rewarding software job, but also because of the network of equally dedicated engineers you’ll gain and the tools to continue learning and challenging yourself.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +258722,10643,codesmith,Sam,False,2019,Phenomenal - the best decision of my life. I would recommend no other program.,2019-11-13,5.0,5.0,5.0,5.0,"Before Codesmith I couldn't land an 80k salary junior level job, after finishing I was turning down multiple job offers to work for my dream job at Google. My offers’ base salaries were all 125k-150k, not to mention generous stocks and signing bonuses.... Read MoreCodesmith stands apart from other programs - it uniquely is the only program out there that trains students to become mid-senior level engineers, not junior level engineers. I have chatted with many grads from other bootcamps at coffee shops, libraries, meetups, linkedin... and they struggle to land interviews for junior level positions and get next to no messages from recruiters. Contrast that to Codesmith students who land many interviews and get flooded by recruiters - for mid-senior level positions at that with (at the time of writing) median 117k salary.I had no software job prior to Codesmith and no Computer Science degree - the vast majority of students in the program did not either. And for the students that did in fact have software job experience - let's just say they landed some pretty amazing positions ;) I feel extremely fortunate and lucky to have found Codesmith and it completely changed my career prospects. Not only is the program content brilliant, but the community and friends I have found through working hard 12 hour days and fixing bugs late at night has been life-changing. The staff, instructors, and fellows are some of the warmest and most diverse and memorable set of people you'll meet.It takes courage and care for a program to train students with no prior software job with the goal of becoming a mid-senior level engineer rather than a junior level engineer. And this is in the same amount of time as other programs, that is, 3 months. The program is much better crafted than what I have learned other programs do. The projects you do at Codesmith that you showcase to future employers are better - you make developer tools solving original problems in web development performance, frameworks, scalability, and tooling. The resumes you make at Codesmith are better - the guidance is more complete and more nuanced. I have checked the linkedin profiles/resumes of some students of other bootcamps, and they are far weaker. The general knowledge you gain at Codesmith is better, and the students are more passionate too. They simply know more.The outcomes I've seen at Codesmith are of course wonderful - everyone would like to start their software engineering career with a more stimulating job with greater responsibility and greater compensation, but how is it possible to land a mid-senior position straight out of a bootcamp? After all, most bootcamp grads struggle to find junior level positions, and online you can read many articles and watch many youtube videos where people talk about their post-bootcamp job struggles. I would suggest you do your research and look them up. You might think that sure, Codesmith might have a better curriculum, a better set of projects, and stronger post-program guidance, but it seems unlikely that merely some better things here and there would catapult students to confidently landing mid-senior positions. What is the secret sauce that makes this happen?The answer is - paradoxically, it is easier to land a mid-senior role over a junior role!Basically, it's tough to enter the job market as a junior developer because those positions are insanely oversaturated with applicants. Not only are you competing against recent grads in the U.S., you're competing with developers overseas who'd happily take a relatively low U.S. salary because they are earning much less. Junior jobs tend to provide you with much less responsibility and challenge, and potential for upward mobility.Because Codesmith prepares you for a mid-senior level position, you are able to skip the hell of the junior dev job market. And for me, skipping that junior dev job market was a godsend. But to actually make it past recruiters and hiring managers and convince people that you are ready for a mid-senior level position, you need a dedicated set of projects (and the right projects, not weak versions of social media or dating apps as in most coding bootcamps), resume bullet points, a good prepared and rehearsed narrative/life story, and strong domain experience (knowledge of React and Node at a deep level informed through experience making apps). Because recruiters and hiring managers will look at your numerical number of years of experience and already be biased against you, you need everything you can get to overcome them perceiving you as inexperienced. Codesmith is excellent for preparing you for overcoming this hurdle.You may very well save around 3 years of your life in your career progression by bypassing the junior level job market and entering a mid-senior position straight away.However, it takes a lot to succeed in this program, and not everyone in this program succeeds. When most people I talk to ask me whether they would be capable enough to succeed in the program, they often ask whether they would be “smart” enough for the program. They are concerned that they don’t have the fast-thinking clever-manipulating genius-hacking brain speed to manage what’s going on. And this is a mistake. Everyone who passes the technical interview to get into the program has the raw smarts.More important is your willingness to work hard and not check out at any stage of the program. You can’t check out during the first month of the program learning the precise fundamentals of JavaScript, React, Node, and full-stack web development. You have to bravely dive in when the going gets tough and tackle the above with enthusiasm and develop a genuine passion for how e.g. promises work and offer expressive power over traditional callbacks, or what’s the best way to structure a React-Redux application. You can’t check out when you are making the group projects - these are what you bring to prospective employers. You can’t check out when you are crafting your resume and practicing mock interviews, and you have to learn to present yourself confidently. You can’t check out when the program is over - apply to as many jobs as possible, go on interviews and confidently shake the interviewer’s hand, and study to fill in as much of your knowledge holes and gaps as you can (provided that study is not an excuse to not apply to jobs - you can’t just study before you apply). I sometimes feel that people use the “not smart” thing as an excuse to check out - you simply cannot check out.Equally important is your resourcefulness. This is your ability and eagerness to look up information. When you get stuck, you need to be able to find a way through. You have to be good at looking up documentation online. You have to be good at reading Stack Overflow and understanding the core idea of the question/answer without mindlessly copy-pasting or hastily dismissing the content as irrelevant. You have to have the social courage to ask your classmates for help. You can’t afford to be afraid of “bothering them” and looking stupid. Often I have saved many precious hours by asking the right person a question that I would not have been able to figure out on my own. And yet conversely, you can’t be overly dependent on asking people for help. You need to be able to figure out the core of your day-to-day work on your own through your own problem-solving and resourcefulness. A good software engineer knows when to ask for help, and when to buckle down and carefully think through and research things.The support for students is phenomenal. The staff offers so much personalized help during the program, and has a post-program job search support program. They directly email students one-on-one to schedule meetings to practice interviews and polish resumes. Your lead instructors will directly work with teams to decide on the best and most compelling senior project. Fellows do one-on-one tutoring sessions for students struggling with assessments, and give high-level guidance on senior projects. The staff is so passionate and puts so much time in. They genuinely care and love what they do.At Codesmith, people regularly get offers from household name companies: Google, Amazon, Netflix,Ticketmaster, IBM, Hulu, Paypal, LInkedin, Snap, and others, not to mention a wide swath of early and late stage startups. I feel confident at my job at Google and am working at a great pace, and have come so far from being unable to land even a junior level position. Codesmith has made me more than prepared for a fulfilling software engineering career, and it wouldn’t be without the brilliant design of the program, the ingenious insight that it’s better to shoot for a mid-senior level position, and the dedication of the staff to helping students reach their goals.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +258632,10643,codesmith,Abby Chao,False,2019,Change your career and your life,2019-11-10,5.0,5.0,5.0,5.0,"In short, Codesmith will change your career and life. They have extraordinarily high-quality teaching, a curriculum that pushes you to truly become an engineer (and get hired as one!), and an incredibly warm and supportive culture.Personally, I came to... Read More Codesmith NY in the summer of 2019. I’m a technology entrepreneur, but I had long since forgotten the web development I learned in college, so I decided to double-down with a bootcamp. After 3 months with Codesmith, I’m confident that I can build my first version of my next product, and that I have a strong foundation from which I can learn anything moving forward. Stepping back, here are just a few of the stellar things about Codesmith that stand out:1) Extraordinary teachers. From the first time I stepped into Javascript: The Hard Parts, I was blown away by Codesmith’s teachers. They have an amazing ability to break down complex concepts and make them simple and easy to understand. Even more importantly, they are incredibly encouraging and teach you how to approach a problem, which empowers you with the skills to figure things out yourself.2) Very thoughtful curriculum. Codesmith has done an amazing job of putting together lectures, exercises, projects, and hiring support (e.g., coaching, resume reviews, follow-ups) to push you at every step of the way. They certainly aren’t holding your hand, but that’s deliberate – you struggle and push through to improve your own learning, and there’s always support around the corner. I loved the challenge and variety.3) Culture! I think Codesmith has the most positive, inclusive culture that I’ve ever experienced in my life. They really build an amazing community where everyone is insanely supportive of each other and you can really lean on and have fun with everyone. The community really makes it possible to have a blast while you’re working hard every day.If you’re considering Codesmith, go for it! Codesmith has been a formative experience for me, and I can’t recommend it more highly.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +258564,10643,codesmith,Khalid Umar,False,2019,A Good Summer Indeed,2019-11-08,5.0,5.0,5.0,5.0,"Statistics show that people are more likely to leave a review if the review is negative. This is not one of those cases. I recently graduated from Codesmith Software Engineering Immersive program in NY. I can confidently say, it was one of the best experiences... Read More of my life. You get an unmatched curriculum and brilliant instructors. What sets Codesmith apart from other coding schools is the community. It is uncommon to see people leave at 8:00 PM. People stick around to work on algorithms, improve a project, pick up a new skill or just hang out and exchange jargon on new technologies. Your job outcome is only the amount of effort you put in. My peers at Codesmith were hardworking people. They put in the hours (long hours) and helped one another in projects, interview prep and the job search. They are landing high $100k+ job offers because of their hard work and the supportive community. If you would like to know if Codesmith is right for you, attend Javascript The Hard Parts sessions hosted by Codesmith online or in person. It’ll give you an idea of their teaching style and what the community is all about.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +258554,10643,codesmith,Sophie N,False,2019,"Great Experience, Great Community",2019-11-08,5.0,5.0,5.0,5.0,"Codesmith is an exemplary program for a number of reasons - its curriculum is current and constantly refreshed, for instance, and its instructors are stellar. However the two things that I think really set this program apart for me are its community and... Read More its hiring program. Codesmith is one of the strongest, most supportive communities I've ever been a part of, and the staff go to every effort to make sure that those admitted to the program are going to contribute positively to that community. They are fiercely protective of it, and their efforts ensure that you don't mind that you're there 12+ hours per day working with the same people, because you're enjoying the company of those around you as much as the work itself. I would go home at the end of a long day, exhausted but excited to go back and do it again tomorrow. They always welcome alumni and provided a space for me to work when applying to jobs. That brings me to the hiring program, which is exhaustive and well thought out. I had no idea what the hiring process was going to be like, and it seemed daunting, but Codesmith broke it down and made it manageable. Their approach to applying for jobs is different than anything I'd encountered in the past, even at times it was counter-intuitive, but it works. Within a few weeks, I had two six figure offers, and there were others in my cohort with more than that. I'm very grateful to this program, its founders, instructors and staff for enabling me to change my life. If you're looking at bootcamps, I highly recommend checking out Codesmith. You can experience the teaching style and the community by going on Thursday nights to their Javascript the Hard Parts lectures. It's free and gives you a good tase of what to expect. If there's any room for improvement, it's only that they're growing a little too quickly. The space they're in is beautiful, but they've expanded so fast that it's a tight fit.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +258540,10643,codesmith,Duane McFarlane,False,2019,Codesmith is equally challenging and rewarding,2019-11-07,5.0,5.0,5.0,5.0,"I'm going to break this review of Codesmith down into 3 parts: Before Attending, During Attendance and After Attending.Before Attending:Codesmith is hard to get it into. If you get accepted, be proud of that accomplishment in itself. While it is challenging,... Read More they give ample workshops to prepare future students. ""JavaScript the Hard Parts"", ""CS Prep"", ""How to Pass the Codesmith Interview"" are some of the fantastic resources that they offer. Also, simply attending a workshop and speaking to the fellows after Hard Parts to pick their brain is useful to (EVERYONE IS THERE TO HELP YOU). The reason why I chose Codesmith was their approach to teaching. My first exposure was at ""JavaScrip the Easier Parts"" and I had no idea what execution context was. But Phil (the executive instructor) dives deep into these under the hood concepts of Javascript. You will absolutely learn so much simply by going to these FREE workshops every week.During Attendance:I started July 22, 2019. Everyday after that for the next 13 weeks was a challenge. Imposter Syndrome doesn't go away (they actually have a lecture on it. It's totally normal to have). Each day begins with a hack hour where you solve a algorithm. Then it's lectures, then a unit where you take what you just learned (and Google the rest, theres no hand-holding here) and work on the assigned unit. EVERYTHING IS HARD. Get that through your head now: you will struggle..AND IT'S OKAY! What makes Codesmith special is the people and the community. It's so inclusive and humble, there's no pretentiousness here. We are all there to learn and they really go out of their way to help you. Even if you don't do well on an assement, you will have additional 1 on 1 time with a fellow and you'll understand the concepts much better. That 1 on 1 time is priceless.After Attending:I graduated in October 2019. The hiring support is fantastic. The last 2 weeks or so of the program is dedicated to resume building, fine-tuning your narrative, practicing whiteboarding, system design interviews, and your online profiles like linkedin. We have check ins 2weeks after graduating to see how the job hunt is going. And you can schedule an hour to come in and get extra help for an upcoming interview etc. There is a saying: ""codesmith doesn't end until you get a job"" (and to be honest, even after you land your job it doesn't). Overall, i HIGHLY recommend Codesmith. I will remember and cherish my time there forever.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +258519,10643,codesmith,Dmitriy Levy,False,2019,Best decision I have EVER made in my life - NO REGRETS,2019-11-07,5.0,5.0,5.0,5.0,"When you are signing up for this immersive course, you must realize a few things. - This is not for the weak. - This is for people who are ready for change, and that can be daunting. - Must be ready to temporarily put aside your social life. CodeSmith's... Read More pedagogy is precise when it comes to evolving a Student into a well-spoken Software Engineer professional. Tip: Do not think that ""just getting into CodeSmith"" will qualify you to be worth 100k+ right away, because thats what I thought and then I saw how the journey ONLY STARTED and there was a LONG way to go. You become worth that much after you put in the necessary work in CodeSmith. What I loved about CodeSmith: As you can imagine, trying to prove yourself to someone else (to get hired) can be very intimidating. CodeSmith has professional software engineer veterans who help students with the imposter monster (imposter syndrome) they may be facing by giving them the right honest advice. It all may sound unbelievable and what not (trust me, I am hard-headed myself to start believing things). But you can trust CodeSmith to give you the right kind of support you need to be successful. There is so much more I can say about CodeSmith. If you are interested in joining a Bootcamp, visit CodeSmith first. Life After CodeSmith? I became a Software Engineer and work in one of the big buildings in NYC now with an amazing view. It's a little funny how long the process may seem, but life will change very fast after - for the better. If you truly enjoy creating and coding, CodeSmith is where you need to start. You do not know how thankful I am for CodeSmith and their employees for helping me + other students achieve their goals and dreams. To CodeSmith, Thank you. To Future Student, Believe in yourself, and you can trust CodeSmith.Read Less",,Unknown +258213,10643,codesmith,Mike H,False,2019,“It is definitely possible.”,2019-10-28,5.0,5.0,5.0,5.0,"Between the beginning of 2018 to the beginning of 2019, I studied hard after work on the weekends to brush up on my algorithm solving skills and technical communication. I got accept in February, took me three interviews to get in Codesmith.From there,... Read More it’s nothing but a firehose of information for the first month and a half. Don’t get frustrated and you will survive as you take these valuable skills to work on your production project towards the end of the course. Honestly, I couldn’t have survived if I didn’t have an awesome cohort. Everyone was easy going, I made many friendships and who are great to learn from. After 3 months of intense job search and interview, I got an offer as a Front-End Engineer from a Fin-tech company. Codesmith does help out with the job search too, like mock interviews. Currently, I’m working along with colleagues from other boot camps and I can confidently say that in certain aspects, Codesmith does stand out from the rest.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +258104,10643,codesmith,Jun Lee,False,2019,Just do it,2019-10-24,5.0,5.0,5.0,5.0,"Just apply Codesmith. I’m a graduate from cohort 29. I guess many of you reading this review might have concerns. Maybe it’s not about 3 months of curriculum because anyone would’ve invested 3 months if they could become a decent software engineer within;... Read More I believe it must be the 18k tuition fee and some doubts that if it would work that way. However, results are just right at you. Almost every one of my family (cohort 29) and previous graduates are doing great in IT industry as a software engineer (can be easily found on LinkedIn). During 3 months, they taught me not only cutting-edge tech stacks (Javascript, React, and Redux), also how to think, speak, and behave like a software engineer. Everyday challenges made me develop my communicating and cooperating skills with my cohorts people. The system of Codesmith is just well-organized to help you in every single step to initiate your software engineer career such as how to write a professional resume and how to handle interviews with even negotiation skills. Now, I’m working as a full stack software engineer with full of satisfaction. Applying Codesmith was the best choice I’ve ever made in my life, and I would’ve definitely applied to Codesmith again if I go back. Don’t hesitate, be one of us.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +258102,10643,codesmith,Tang,False,2019,"Difficult, as are most worthwhile pursuits",2019-10-24,5.0,5.0,5.0,5.0,"Codesmith is not for everyone. They're pretty open about that, and do their best to vet candidates for the best possible outcomes. However, the criteria are different than what you might expect. There's a baseline level of knowledge (which you can acquire... Read More by studying part-time for a month or two), but what they're really screening for is the resilience to tackle difficult problems, and an attitude that helps to elevate rather than discourage your peers. I know this, because I stuck around to work as an Engineering Fellow (think something like a TA), and gave many, many interviews to prospective candidates. I went in as a cynical artist- I dragged my feet through a 6 year long undergrad at SMC and UCLA, worked a series of dead-end museum docent jobs, and spent 6 months in an international arts internship. My conditions for going to Codesmith were that I would expect that none of the salary figures were real, and I had to be willing to spend the money purely for the education and instruction itself. I spent months attending every single free workshop in my area, and JSHP seemed like the most rigorous, most interesting of the lot, with the best instruction, which is why I decided on Codesmith. Throughout the process, I found myself engaged in a way that I'd rarely been in my previous education, pushed to my actual limits, and surprised by how fun the whole process was. I'd frequently look up, find that it was 10PM, and feel disappointed that I had to force myself to go home to sleep. I worked side by side with people who were equally motivated, equally wanting to push themselves forwards, to build new things, and to become both better engineers and better people. I've left talking about outcomes to last, since I don't think that the process will work if you're drawn in solely by the promise of easy money or bigger numbers. This is a place for people who are primarily motivated by learning new skills, by personal and professional growth, or by the joys of engineering. This is a place for people who are willing to push themselves. Still, based off of my cohort's salaries, the numbers are accurate. I'll also say this: In my life as an artist, I've probably never made more than 10-15k in a year (always lived with family, or student housing abroad). With hiring support, interview coaching, and negotiation practice, I've signed an offer with IBM for 10x that amount. It's difficult, it's all-consuming, and you have to commit to it. But it works.Read Less",,Unknown +258087,10643,codesmith,Jacob Banks,False,2019,Life Changing,2019-10-24,5.0,5.0,5.0,5.0,"I attended the Bootcamp in 2019 and I cannot speak highly enough of my experience. The training I received was high quality and approachable. If I ever struggled with a subject my mentors or peers were always there to help me out. The projects you work... Read More on successfully enforce the core tech stack taught by Codesmith. Additionally, Codesmith's blend of projects and pair programming seamlessly work together to not only teach you the technology, but also teach you how to solve problems for your self. This bootcamp does not spoon-feed you solutions. It forces you to struggle and meet your breaking point day in and day out. Beyond the technical instruction, the support staff are top-notch professionals. They make the sacrifice you make for enrolling in a bootcamp worth it. They are always there to answer any questions regarding tuition, scheduling, etc. But they also are instrumental in organizing the networking days, which were vital in my job-search process. I cannot speak highly enough of them. Finally, the best thing about Codesmith is the community. They work hard to make sure their students fit the culture of the program, which makes working with the people wonderful. I made life-long friends during this program and always looked forward to coming in every day. At the end of the day, the Codesmith program works. It gets results. Codesmith's unique blend of community, technical training, and hiring support make it far superior to any other boot camp.Read Less",,Software Engineering +256031,10643,codesmith,Anonymous,True,2019,Codesmith changed my life!,2019-10-03,5.0,5.0,5.0,5.0,"Joining Codesmith was without a doubt the best decision I've ever made. The amount of growth I had and encountered in such a welcoming environment was absolutely unheard of. The course is by far harder than most things I've ever done but equally more... Read More rewarding than anything I've ever done as well.The greatest pros of Codesmith are:1. Culture - the Codesmith culture is the most welcoming, supportive culture I've ever been a part of and I continue to keep up with current students, staff, and alum! Thursday nights alum gather to mingle and catch up at the facility and one night there was a representative from 10 of the 12 established cohorts - the community is incredibly close-knit.2. No Hand-Holding => You will learn how to learn - you will without a doubt struggle at Codesmith, but in the best way possible. The difference between my previous self and me now is insane and I credit the encouragement of learning on your own/with your partner/with your team. Learning how to learn will be the most valuable asset moving forward because the tech world is constantly evolving and the learning never stops. Deciphering how to pick up new tech is paramount to being a software engineer and Codesmith trains you for your future.3. Job Support - Between all the instructors and staff and Eric Kirsten there is no possible way not to succeed in finding a job. The process is incredibly thorough and the support lives on well beyond what anyone would expect. There is comprehensive support (resume, online profiles, mock interviews, morale boosts) was so much more than I ever could have hoped for and I'm happy to report receiving 4 different offers by trusting in the process and working hard.*I've only listed 3 pros but I could go on for daysCons:The space could be a few square feet larger.(There aren't any cons)Read Less",Software Engineering,Software Engineering +255309,10643,codesmith,Taylor Burrington,False,2019,Well worth the time,2019-09-26,5.0,5.0,5.0,5.0,"I attended the Codesmith coding school, and I was appreciative that even the initial entrance process required me to grow as an engineer, but gave me the resources to do so. Throughout the program, I not only grew exponentially as an engineer, as a systems... Read More architect, as a problem solver, but also as a person. I'm thankful for the entire codesmith community I have around me, and the network this program has given me to move into my dream job. The hiring portion is so well-informed and so intentional, and I look forward to using these tools well into my career.Read Less",,Software Engineering +255303,10643,codesmith,Tanner Houghton,False,2019,Absolutely Phenomenal,2019-09-26,5.0,5.0,5.0,5.0,"Codesmith was a life-changing experience that exceeded my expectations in every way. While there are numerous things I appreciate about Codesmith, I would like to elaborate upon four. First, the Codesmith staff is incredible. Schno, the Head of Curriculum... Read More at Codesmith, and Augustine, the Lead Technical Mentor, are two of the best teachers I have ever had. They are dedicated, considerate, and extremely knowledgeable. Specifically, I appreciate Schno's ability to break complicated concepts down into their component parts. This greatly aided in the on-boarding process. I also appreciate the dedication of Augustine, who would stay at Codesmith as late as he needed to help his students. Sometimes, this even meant staying at Codesmith until 4:00 AM, just to show up bright and early the next morning.Second, the Codesmith culture is extraordinary. I have never seen a place (except for the home) where there is so much support and kindness. From the ""Family Dinners"" on Mondays to the kickball tournaments during lunch, Codesmith's culture is truly remarkable. Third, the founder and CEO, Will Sentance, is an exceptional person who is active in the daily works. I find it remarkable how Will focuses on each student. He makes a concerted effort to know each student, their background, and their interests.Fourth, the curriculum is continuously improving. No cohort has the experience because the curriculum continually evolves. To any who might be reading, I encourage you to attend Codesmith. Gaining admittance is challenging, but worth it in every regard.Read Less",Software Engineering,Software Engineering +255301,10643,codesmith,Nicolas Venegas,False,2019,Curriculum and Culture,2019-09-26,5.0,5.0,5.0,5.0,"I came to Codesmith with many years in the tech industry in order to re-sharpen my coding skills and gain knowledge of a modern JavaScript based tech stack. From day one the experience exceeded my already high expectations. The lecture schedule/materials... Read More and delivery are a high quality product - but the people that surround you are the real differentiator - you are surrounded by amazing individuals with both a genuine ability and desire to help you succeed. Hiring support is exemplary and I feel I have been given valuable tools to help me get the kind of job I want. On the technical front - Codesmith understands that you need to take on a challenge and just build something rather than relying on a hand holding approach. Being at Codesmith mirrors what real work in the field feels like and as a result it develops real engineers as graduates. Amongst other things - I personally I built multiple React/Redux frontends, had the freedom to explore more exotic technologies such as graph databases, and built a tool to help examine the resiliency of GraphQL end points in distributed systems, while at the same time being able to be inspired by the creativity and work of other classmate's ideas and around me. Codesmith has huge personality and creates a collaborative environment for all. 100% recommendRead Less",Full Stack Software Engineering Immersive Program,Software Engineering +255300,10643,codesmith,Samantha,False,2019,Fantastic Program,2019-09-26,5.0,5.0,5.0,5.0,"I was very nervous about starting Codesmith. I enrolled in the CS Prep program and despite the fact that I enjoyed that, I was apprehensive about dedicating 12 weeks of my life, 6 days a week to this program. I would do it all again. I started the program... Read More insecure about my ability to be a software engineer, but now I have the tools to succeed in this industry. What makes the Codesmith curriculum so powerful and different from other programs? First: the people. Seriously. The instructors, the fellows, the staff, the people they select for the cohorts. Everyone is so supportive. In your moments of deepest doubt, they are there to support you and lift you up. I never once felt ashamed about asking for more help. It's really a special place. Second: the production project. Forget the Snake game. Forget the Chrome extension. That is done in week two. Codesmith does something special and the second half of the program is focused on diving deep into a technology and creating a developer tool around this technology. My team and I dove in deep on Chaos Engineering; something I had not even heard of before Codesmith. This project gave me so much confidence going out in to the job market and has given me a plethora of topics and technologies to talk about in interviews. If you're even questioning Codesmith versus another program STOP QUESTIONING. You won't find a better place than Codesmith. Seriously. Do it. You'll thank yourself.Read Less",,Software Engineering +255294,10643,codesmith,Julie Young,False,2019,JSB: JavaScript for Beginners,2019-09-26,5.0,5.0,5.0,5.0,"I just finished the JSB prep course and can't recommend it, or Codesmith, enough. I started looking into bootcamps as my next step in a career change out of social services. JSB was perfect for a beginner like myself; succinct but robust enough to provide... Read More a great jumping-off point for a future engineer. As a female and LGBTQIA+ person, it was important to me to choose a program that not only acknowledges marginalized communities in tech but actively works to reduce barriers and support their success. Codesmith does both. Their scholarship opportunities and proven course outcomes made my decision a no-brainer. I plan to continue my journey with CS Prep and later the immersive. While I'm in the very early stages of my coding journey, I'm so happy to have Codesmith on my side already!Read Less",JavaScript for Beginners,Other +255228,10643,codesmith,Miguelin Suarez,False,2019,Codesmith's Javascript for Beginners,2019-09-26,5.0,5.0,5.0,0.0,"I’m a total newbie and I want to be a software engineer. I want to be prepared as much as I can before I dive deep into coding bootcamp. After intensive research (ranking more than 15 schools), I concluded that Codesmith was the one for me. I enrolled... Read More in their JavaScript for Beginners and was excited to take that first step in my coding journey.I know that there’s a lot of free materials out there, but here are the reasons why I paid for the course (and why it’s worth it for me):1) the tuition fees from Javascript Beginners get deducted when you take Codesmith’s next course (CSPrep or the 12 week immersive). Since I’m going all the way to immersive, then I’m basically getting a free Basics course. 2) The experience of doing pair programming which you can’t get by studying alone. Pair programming brings a lot of benefits:A) it helps you get unstuck if you encounter a problem that you can’t seem to solve. As they say, 2 heads are better than one. B) it helps you develop those soft skills (communication) that are in high demand in software engineering jobs. In fact, on day 1 our instructor (Jinsung, she’s awesome) insisted on these soft skills and helped us develop them. Now, I automatically think not only on how to create code, but how to communicate it effectively to others. 3) The camaraderie you develop with your cohort. Codesmith’s values are about helping each other and forming a community. And all my cohorts were very supportive and helpful. One group built a fantastic project using codes that were new to me. So I asked if I could study what they did and they immediately sent me the code for my reference. We all have our group in slack and everyone is willing to help quickly.4) Time. Yes, I got to study the basics and build an adventure game in just 2 Saturdays. If I studied on my own, then I wouldn’t have been able to achieve so much in such a short span of time.5) Bonus: our instructor (Jinsung) and the intangibles she taught us in class. She’s a great teacher. She taught us how to create code (not just learn how to code), to think like an engineer, and communicate our codes well. I learned diagramming and technical communication. Things that are hard to learn from self study.So, there you have it. My 5 reasons as to why Codesmith’s JavaScript for Beginners is a great way to start your coding journey.Read Less",Software Engineering,Software Engineering +255185,10643,codesmith,James Ryan,False,2019,Codesmith's JavaScript For Beginners,2019-09-26,5.0,5.0,5.0,0.0,"Being an independent learner, I'd always wondered if pair programming was as important as it was made out to be. Being a JS4B student proved to me just how beneficial it is for both sides of the party. Being able to write code based on another engineer's... Read More instructions and vice versa is an amazing learning tool.The course was really interactive and kept you on your toes – you never knew when it'd be your turn for Jinsung to call you out and ask you to walk through a block of code line by line.There were plenty of coding challenges to get your teeth into and the end-of-course collaborative assignment was my first real experience of building software with others.The icing on the cake for me was Jinsung arranging a Zoom meeting to talk me through a couple of challenges that I'd struggled with. Amazing!Read Less",,Unknown +255086,10643,codesmith,Aaron Miller,False,2019,Life Changing -- 15$ an hour to over 100 grand a year!!,2019-09-23,5.0,5.0,5.0,5.0,"I attended CodeSmith this year and it changed my life! What I wrote in the title is not an exaggeration. I want to give a big shout out to Will, Shanda, Schno & Eric (and everyone else that was apart of my learning experience). The program takes you through... Read More every aspect of the development process from fundamentals in JS & Algos, to core framework & tooling, to system design & devOps. You get everything you need to succeed and most importantly they help you through the job search process and show you each step -- applying for jobs was a grind, but I rigorously followed the CodeSmith guidelines and I had continual check-ins with the staff: practice interviews, resume reviews, and more. I reached out to Eric on a Saturday and he responded right away then gave me detailed coaching on how to negotiate my offer and successfully increased my salary by 5k & got me a nice relocation bonus. I would have had no idea how to even begin approaching that without his help.In conclusion: Codesmith is the real deal from start to finish. My suggestions: 1. Come in with an attitude ready to learn. 2. Clear out your schedule because you will be living and breathing code for the entirety of the program. 3. Try to learn as much as you can before the program because the more you come in with, the more you exit with (its a multiplier). 4. The job search process can be harder than the program if you don't have a technical background like me, so keep in touch with the staff and communicate what you are feeling so they can provide you assistance. Finally: nothing is guaranteed but they do everything they can to help you, truly one of those situations where they show you the door and pry it open, but you have to do that leg work to walk through.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +254970,10643,codesmith,Christian Padilla,False,2019,Unusually good place to learn,2019-09-20,5.0,5.0,5.0,5.0,"Super cool place. 10/10I only had minor experience with Python (and no JS experience) before starting CS prep Dec 2018. Spent ~2 months after that studying alone (with the occasional JS – The Hard Parts lecture visits) and then started at Codesmith NY... Read More in Feb 2019. ~5 months later had software engineer job offers from Microsoft and Google, 100% thanks to my Codesmith experience.CS prep is good, but I'll write about the Immersive program here. Ultimately, I think Codesmith works well because it's very careful during its admissions process to find people that are a fun combination of prepared, curious, and comfortable with not knowing things.Some thoughts for prospective students:-Not a program where you ""learn to code"" from zero. You definitely DON'T need to be an expert, but to pass the entrance interview you'll need to be pretty familiar with JavaScript (closure and how to use it, recursion, array methods, call stack. Do CSX exercises for a good idea of what to expect).-More important than knowing a bit of JS is being a reasonable person that is okay with the discomfort of ""not knowing"" or being wrong. I was asked to come back for a second interview to see how I would react when given a problem I didn't know how to even begin solving (was asked to write a function that, given a string, outputs an array of all unique permutations of the characters in that string. Way beyond what I was comfortable with at that time, did not get a working solution but had a fun conversation with the interviewer about different parts of the problem). What’s great about this is that you can be confident your fellow students are going to be the type of people that are happy to work through lots of difficult problems together.-The curriculum includes the fairly standard array of webdev technologies(JS/HTML → React/Node → Mongo/Redis/SQL), but it covers them in only ~4 weeks while also including sections on testing, and deployment (with AWS and Docker). I had never used anything past JS/HTML before starting, keep in mind.-That said, the program is about projects, not lectures. If you want to build things and are looking for people to work with or ideas to get started, this is a great place. You’ll spend many weeks building things (mostly developer tools) that you’ll be initially convinced you’re not capable of building.-Besides the crazy ambitious projects and the cool people, the hiring portion (including interview prep) is the other great thing about CS. Non-obvious (and apparently super effective) strategies on how to prepare for all aspects of the job hunt from resumes to phone screens to onsites and salary negotiations.Summary:If you’re looking to become a solid software engineer as quickly as possible, Codesmith is probably the best way to do it. If you're not sure, go to a JS - Hard Parts meetup and talk to the people there. Good luck!Read Less",Software Engineering,Software Engineering +254971,10643,codesmith,Gaber Mowiena,False,2019,Software Engineer,2019-09-20,5.0,5.0,5.0,5.0,"Codesmith is a very fast-paced agile environment, In order to make the most of the curriculum you better be prepared and have some experience with the technologies covered",Software Engineering,Software Engineering +254969,10643,codesmith,David,False,2019,An incredible journey,2019-09-20,5.0,5.0,5.0,5.0,"Before committing to Codesmith, I’ve researched and considered a lot of different programs. I had realized that there were some reputable programs, while there were some questionable programs. I was accepted to two reputable programs, but I knew that... Read More I wanted the most challenging experience and knew Codesmith was the right program for me. First, the outcome speaks for itself. If you need objective evidence, review the CIRR report. Second, the production projects really stand apart from other programs. The residents tackle and solve real problems faced by software engineers. You develop a deep knowledge in one area of the technology (not working on projects like Facebook, Yelp or Airbnb clones which seems pretty popular at other programs). This part really made a big difference in my decision. Third, the admission process was rigorous so I knew that the standards of the cohort would be high. I wanted to be around smart, high potential people. Fourth, I didn’t know much at the time, but the hiring support has been amazing. I can’t speak about other programs, but Codesmith been great so far in this aspect. In fact, I think that the outcome of this program is the result of its hiring program. Every program teaches open source technologies like React, so what differentiates Codesmith from the rest is its hiring program.If you want to take you skills from zero to 60, consider other programs. But if you want to take your skills from 20 to 120, this is the program for you.Read Less",Software Engineering,Software Engineering +254967,10643,codesmith,Bryan F.,False,2019,Mid to senior level developers? No way!,2019-09-20,5.0,5.0,5.0,5.0,"Yes way! And it is all because of the curriculum, the hiring portion and the people.After completing Codesmith, I understand why the students are able to achieve the results Codesmith speak of. I had the chance to attend another competing coding program... Read More free of charge, but I decided to pay $18k for Codesmith and I do not regret it at all. The process to get into Codesmith is very unique, but it is not extremely difficult if you work hard, attend the meetups, and come with the right attitude. The reason I say it's unique is because for some crazy reason, Codesmith never fails to bring in the right candidates that are smart, hard working, supportive, and fun. During the core curriculum, we are always pair programming. This meant that we quickly learned to digest difficult technical concepts together and communicate these concepts to our peers. Being able to pair program everyday has allowed me to honed my technical communication, which is important for interviews and on-the-job. The Codesmith team is always making the curriculum better or adding new units to the curriculum because they want to do whatever they can to prepare the residents for the current market.During our project phase, we were always working in teams (other than the solo project). We would have meetings and daily standup and the projects are always collaborative, which is great because it is very unlikely that you would be working alone in the professional setting. We also have a project where we have to iterate over another group’s codebase, which is something that you would be doing when you join an engineering team. So it is just great that Codesmith prepares us for that. Our final project is like no other - we have to build an open source developer tool. Currently, Codesmith residents have created tools that has 10k+ stars on Github. If you’re like me a few months ago, you might actually be intimidated by this final project. The truth is Codesmith does an excellent job preparing us during the junior portion that we are all able to build a tool that we are proud of. It is definitely challenging, but it is totally rewarding at the end. Another thing that brings Codesmith to the next level is the hiring portion. We learned to build a robust resume that really makes us stand out and we were taught interviewing techniques that would not be taught at any other programs. I can honestly say that it has made me a more confident interviewer and the things we were taught has made me grow as a person. My fear before graduating Codesmith is that I will take an offer because I want a job and not because I like the company and the role, but the things that I learned through Codesmith has given me the confident and skill that I can pick and choose.If you’re like me, I wanted to join a program with great people that I can form lifelong bonds with and that is what drew me to Codesmith. Codesmith has a great sense of community and the culture is great - come to any of the meetups and you can see for yourself. The team and residents are super supportive and it is always a great time. Codesmith is like family and if you are ready to work hard, play hard and take yourself to the next level, this place is for you.Read Less",,Unknown +254966,10643,codesmith,Bryan F.,False,2019,Mid to senior level developers? No way!,2019-09-20,5.0,5.0,5.0,5.0,"Yes way! And it is all because of the curriculum, the hiring portion and the people. After completing Codesmith, I understand why the students are able to achieve the results Codesmith speak of. I had the chance to attend another competing coding program... Read More free of charge, but I decided to pay $18k for Codesmith and I do not regret it at all. The process to get into Codesmith is very unique, but it is not extremely difficult if you work hard, attend the meetups, and come with the right attitude. The reason I say it's unique is because for some crazy reason, Codesmith never fails to bring in the right candidates that are smart, hard working, supportive, and fun. During the core curriculum, we are always pair programming. This meant that we quickly learned to digest difficult technical concepts together and communicate these concepts to our peers. Being able to pair program everyday has allowed me to honed my technical communication, which is important for interviews and on-the-job. The Codesmith team is always making the curriculum better or adding new units to the curriculum because they want to do whatever they can to prepare the residents for the current market. During our project phase, we were always working in teams (other than the solo project). We would have meetings and daily standup and the projects are always collaborative, which is great because it is very unlikely that you would be working alone in the professional setting. We also have a project where we have to iterate over another group’s codebase, which is something that you would be doing when you join an engineering team. So it is just great that Codesmith prepares us for that. Our final project is like no other - we have to build an open source developer tool. Currently, Codesmith residents have created tools that has 10k+ stars on Github. If you’re like me a few months ago, you might actually be intimidated by this final project. The truth is Codesmith does an excellent job preparing us during the junior portion that we are all able to build a tool that we are proud of. It is definitely challenging, but it is totally rewarding at the end. Another thing that brings Codesmith to the next level is the hiring portion. We learned to build a robust resume that really makes us stand out and we were taught interviewing techniques that would not be taught at any other programs. I can honestly say that it has made me a more confident interviewer and the things we were taught has made me grow as a person. My fear before graduating Codesmith is that I will take an offer because I want a job and not because I like the company and the role, but the things that I learned through Codesmith has given me the confident and skill that I can pick and choose. If you’re like me, I wanted to join a program with great people that I can form lifelong bonds with and that is what drew me to Codesmith. Codesmith has a great sense of community and the culture is great - come to any of the meetups and you can see for yourself. The team and residents are super supportive and it is always a great time. Codesmith is like family and if you are ready to work hard, play hard and take yourself to the next level, this place is for you.Read Less",,Software Engineering +254919,10643,codesmith,Leury,False,2018,Above and beyond!,2019-09-20,5.0,5.0,5.0,5.0,"A great and accurate descriptor for the experience I've had and the people I've met on this journey!There are three things that I think set Codesmith apart, and are things that I would like to highlight for people wondering why they should choose Codesmith... Read More over other programs.Curriculum integration:There is no shortage of options out there for fullstack engineering programs, and a lot follow a similar or identical tech stack to the one you will receive here, but Codesmith's execution in this respect is what sets them apart. Here, Codesmith focuses on two key elements to progress you through the program’s completion. These are pair programming and collaboration. The core curriculum is divided into units, and each unit covering a web technology is followed by a pair programming session with another resident to complete a related challenge. This strengthens your technical communication; you are challenged not only in putting into practice what you just covered, but also navigating the communication required to effectively present the concepts of the technology and your thought process to another engineer. Once you move into the projects phase, you are placed groups with other residents in order to prepare you for the collaboration that will be required of you at a job, when you’re working as part of a team. It’s also important to note that the projects aren’t given to you, like assignments would be, but instead are ideas and tools that you and your group come up with and decide to work on.Hiring program:When considering what you’ll learn from an engineering program, usually the focus is on the tech stack and the technical skills you’ll pick up, but Codesmith has a period of time set aside for something just as important for people who will be entering the job market. Navigating this market, and standing out in it requires a different kind of preparation, and a professional presence that not many take the time to craft. Codesmith educates its residents in everything from crafting distinguished resumes, to increasing conversion rates through strategically composed applications, to tightening communication and confidence throughout the interview process. The best part of it is that the support doesn’t stop once you graduate. Codesmith continues to follow up as you go through the application process, and give you feedback, and offers help through things like mock interview practices and emotional support.Community:I’ve saved community for last because I believe it’s all-encompassing, and is probably the best descriptor of what really glues all the best parts of Codesmith together to create the best engineering program experience. It is not an exaggeration for me to call Codesmith a family. If you’ve ever had the chance to come to a few of the meetups hosted by them, you can get a glimpse of the strong sense of community between everyone involved at Codesmith, residents, staff, alumni, and visitors alike. This is something that is nurtured every step of the way during your time as a resident in the program. The pair programming, the group projects, the support encouraged between not just the staff and residents, but also between the residents as well. This sense of community carries on way after graduation, with a strong network of alumni and staff that are always happy to help in any way they can.Above and beyond is really the only way I can describe my Codesmith experience. My time there has marked a clear distinction in my life as far as the person and engineer I was before, and the person and engineer I've grown into by having gone through it. It has been the most challenging and most rewarding investment I've made in my education and professional development. It requires a great level of grit and perseverance, for sure, but when you emerge on the other end, you do it with a family of peers and supporting staff that provide you with a sense of community, and with the technical knowledge and experience to know that any engineering challenge you face is just another obstacle like the many ones you've just surpassed.There are so many more things I could say about Codesmith, but I hope this review helps anyone considering taking this next step in their career.Read Less",Software Engineering,Software Engineering +254584,10643,codesmith,Anonymous,True,2019,Non techincal background to Mid level SWE,2019-09-13,5.0,5.0,5.0,5.0,"I would highly recommend Codesmith to all aspiring SWEs. I started off teaching myself js, css, and html earlier this year and I decided to attend Codesmith soon after. The first 6 weeks consists of multiple day sprints using the newest technologies and... Read More lectures, and then the last 6 weeks consists of projects that will help you shine once you're on the job search. Reasons why I would choose Codesmith:1. Teaching style. I really enjoyed the teaching style of Codesmith, please attend their free workshops on Thursday if you're serious about it. The material you learn will definitely help during your job search in the future (I ended up rewatching some workshops via youtube before interviews to nail down js fundamentals) Hard parts with Schno was the tipping point for me to attend Codesmith over any other programs. At first it was very challenging for me to learn so much material at such a rapid pace. During the program they will not hold your hand and walk you through everything. They will teach you what you need to know and then from there it is on you to reinforce the learning through pair programming sprints and projects. This allows you to be an autonomous problem solving engineer, which is key to being a great engineer on the job. 2. The community/network. I had an amazing cohort and we were all driven to becoming impactful engineers. If you want to be surrounded by likeminded people striving to break into this amazing industry then I would highly recommend looking into Codesmith. The results speak for themselves (check their outcomes). One thing I learned throughout my time post CS is who you know in this industry will get you a long way. I believe being part of the Codesmith family will be an amazing asset moving forward whether it is receiving referrals or advice on engineering best practices. If you are serious about making moves in this industry and you are just getting started I would highly recommend CS. It is definitely not for everyone. I had my doubts throughout the program, but through the help of my cohort members and CS fellows, instructors, and admin I was able to defeat that imposter syndrome and find a great job. You definitely need to be committed to spending 3 full months grinding away.Read Less",Software Engineering,Software Engineering +254487,10643,codesmith,q. bui,False,2019,post grad,2019-09-11,5.0,5.0,5.0,5.0,"I graduated from Codesmith LA back in May and have been working for a few months as a Frontend Developer. I got my first job from their hiring day, which is actually one of the things that set Codesmith apart from other bootcamps. Towards the end of your... Read More bootcamp, Codesmith invites a handful of tech companies around the area to do a round robin / speed dating event with the cohort. Casual, not a lot of pressure and great experience to practice interviewing with real companies. Two people from my cohort actually got jobs from the hiring day with a bunch of others getting take home assignments and onsite interviews. So if you come to Codesmith, take hiring day seriously, you could get a job out of it. Curriculum - When I was shopping around for bootcamps, they all seemed to have mostly the same curriculum. Algorithms, Javascript, React, Node. I did notice that one of my current co-workers that came out of Hack Reactor LA had zero experience with testing, devops, and barely any redux. Hack Reactor might have changed their curriculum since then but I actually didn't know how good I had it with Codesmith until working with him. Post Grad Support - Another great thing about Codesmith and actually the reason why I'm here writing this review. Their resident business advisor/consultant/support?, Eric, is awesome. He's the one that coaches you on how to interview, accept offers and negotiate. Even after your first job out of Codesmith you can still text him, ""Hey Eric, I just got an offer from ___ for $$$ and here is how everything went down, what do you think?"" and he'll either call you back in a few minutes or text you to coach you on how to proceed with negotiations or to just take it because it's a great offer! So for anyone looking for a coding bootcamp, you can't really go wrong with Codesmith. The only advice I would have for them is to keep the cohorts small. I came from a cohort of 14 which was awesome, but some of the ones after me started getting pretty big. I feel like you lose out on quality when you go for quantity but I could be wrong. Also don't rely on any coding bootcamp as an easy way to change careers because software engineering is not easy. You're going to spend a ton of hours at your bootcamp and even then that will not be enough to become a decent software engineer. Bootcamp is only 3 months so if you want to become great you're going to have to keep learning and working on your own until you get that first job. If you love learning new things in a field that's constantly changing then this is for you. If you're lazy and don't like to learn new things then don't waste your time. Read Less",Software Engineering,Software Engineering +253521,10643,codesmith,Raphael Ram,False,2018,A unique approach that works,2019-08-21,5.0,5.0,5.0,5.0,"Dear Prospective Software Engineer,I was in your shoes for the first half of 2018, looking for a Bootcamp to fast track myself towards a career in software development.I finally decided on Codesmith (for reasons I will describe below), and got admitted... Read More into the program in November. Six life-changing months later, I accepted an offer as a mid-level Software Engineer in July 2019.A little context first: I have spent my time at Codesmith as a Resident (3 months) and a Teaching Fellow (3 months), experiencing the program both as a participant and a facilitator. This has given me the unique privilege of seeing 5 separate cohorts (over 60 residents) with little to no software engineering experience come into the program and go on to earn 6-figure salaries as Mid-Senior level Software Engineers (check out the CIRR report on Codesmith- https://cirr.org/data, and https://www.codesmith.io/graduate-outcomes). I think there are 4 specific parts of the Codesmith program that leads to these accomplishments:First, Codesmith sets you up for success before you even join the program. For evidence of this, look no further than the free advanced JavaScript workshops (check out https://codesmith.io/coding-events), free exercises on CSX (https://csx.codesmith.io/) and Bootcamp prep course, CS Prep (https://www.codesmith.io/bootcamp-prep). All of these serve as community-building (you will meet many of your future cohort -mates), and to prepare you for the technical interview to gain acceptance into the program.The interview itself is quite challenging and might even require more than 1 attempt, but you will be gauged on qualities that are markers for success in the program and in your career as a software engineer (technical communication, problem-solving ability, and approach to tackling unfamiliar concepts). I urge you to attend any of these free JavaScript workshops for an insight into the excellent pedagogy and supportive culture at Codesmith (make sure to stay for drinks afterward on Thursday night!).Second: Pair Programming and working in groups. Almost the entirety of your residency at Codesmith will be spent working with a partner or in a group. There’s been a deliberate decision to make almost every part of the program collaborative, as this reinforces the qualities needed to succeed as a software engineer. How do you prove your expertise when doing interviews for software engineering roles? By technically communicating software engineering and web application concepts, much as you did in your first 6 weeks at Codesmith. When you get hired as a Software Engineer, you will almost definitely be working as a part of a team in an agile environment- much like you will in your last 6 weeks at Codesmith. Your experiences at Codesmith will translate directly to real-world benefits in both applying for engineering jobs, and excelling at them.Third, the creation of Open Source Developer Tools. In the last half of your program at Codesmith, you will be tasked with creating an Open Source developer tool, going from conception to working product in less than 4 weeks. It is absolutely a difficult endeavor, but the rewards are well worth it.While most Bootcamps have simple CRUD applications as their capstone projects, building developer tools gives you deep, specific knowledge on key web application concepts. This will also help you gain real-world engineering experience while working in an Agile environment, and is a huge reason why Codesmith grads get placed in Mid-Senior developer roles out of the gate.Finally, the hiring program and post-program support. I feel like this is Codesmith’s best-kept secret, and is worth the cost of admission alone. Applying for engineering roles requires a different set of skills than being able to carry out the job itself. Most of the program takes care of the latter, and the hiring program tackles the former. You will learn everything from crafting incredibly effective resumes and structuring your applications and outreach messages to acing your interviews, eloquently discussing your software engineering narrative, and the all-important salary negotiations. These are all invaluable skills that will carry you from your first mid-senior engineering gig through the rest of your software engineering career. After the program, you will have bi-weekly check-ins to gauge your job application process leading up to your first job placement.If you are driven and intrinsically motivated to progress as a Software Engineer, Codesmith will give you all the necessary tools and resources to succeed. But keep in mind, this drive and motivation is essential. The program is undoubtedly tough from admission to graduation, and expecting to be spoon-fed information will only lead to disappointment. Being persistent and working hard to improve yourself and your peers, however, will lead to success both during your time at Codesmith, and in your career as a Software Engineer- I’ve seen it happen time and time again.Note: If you’re interested, I highly recommend visiting https://codesmith.io/coding-events for the next Hard Parts. The in-depth JavaScript knowledge you’ll gain from these workshops is invaluable, regardless of whether you choose to attend Codesmith.Read Less",Software Engineering,Software Engineering +253519,10643,codesmith,Kate,False,2019,Codesmith is intense.,2019-08-21,5.0,5.0,5.0,5.0,"I graduated from Codesmith in July, but my journey here isn't over yet. I was asked to stay on for another 3 months as an engineering fellow. I'm going to update this review once I move on to my next job outside of Codesmith, but I figured I'd mark this... Read More spot in time with my current thoughts and feelings on what I've done so far here.Unfortunately it's hard to talk objectively about something when you've become so personally invested in it, and when its community has become your second family, but I'll try.Codesmith has warm and fuzzies aplenty, but these exist solely to better serve the development of the students here. Codesmith demands a lot from you - ""immersive"" doesn't begin to convey it. The small cohort sizes mean that every single person is an integral part of the bigger team.The program is established enough to have thoroughly iterated its curriculum and pedagogy, but young and agile enough to still be continually iterating and adapting (e.g. recently including units on Docker/AWS and ML). All of the technologies you'd expect from a fullstack JavaScript program are here, of course, but way they're instilled is (I think) unusual - lectures are given to provide a general overview of a particular subject (say, Redux), but then you are forced to work together to fight through the code implementation and do a lot of active, hard learning. While support is *always* available on multiple levels, there is zero hand-holding. Every bit of knowledge is hard-fought, and that's the kind of knowledge that sticks.The curriculum is only a small percentage of the program, though - after the first several weeks, all of your time is spent working on projects of various sizes with varying objectives, with the free reign (if not outright pressure) to push well beyond the confines of the standard MERN stack into technologies like gRPC, GraphQL, Kafka, and whatever else you can imagine. In additional to expanding the scope of your tech fluency, it forces you to practice real-world practices like Scrum methodology, Kanban boards, Git workflows, and just general empathetic team engineering.The hiring portion is also intense. You might not realize it initially while your brain is struggling to digest new and disparate technologies every 2 days, but every step of the program is designed with the ultimate goal (the job search) in mind. The reason why Codesmith outcomes are so impressive is that students are constantly being pushed to think not just in terms of how to use a certain technology, but *how* that technology fits into the larger tech landscape, and why certain choices are better than others when it comes to architecting software. Projects have to be approved by the team - to make sure that what they're working on will grow them as engineers that will be very soon sitting in the interview chair. Resumes are repeatedly iterated upon and also must be approved before the end of the program. Mock interviews and systems design whiteboarding sessions pepper the last several weeks.I imagine all ""bootcamps"" (for lack of a better word) are crucibles of growth to a degree, but it's very hard to imagine one that has the precision and intensity that Codesmith does. It's hard to imagine other environements where people can willingly, joyfully, engagedly spend 13-16 hours of their day productively engaged in growth.I'm a bit uncomfortable with how evangelize-y and preachey this review is, because it goes against my general skeptical, jaded nature, but Codesmith really is an unusually special place. I'm a person from a non-technical background (I first pondered the idea of learning to code in January) and generally lacking in self-assuredness, but Codesmith has in a short period of time gotten me to a place where I feel genuinely confident to enter the coding workforce, and not just at an entry level (not that there's anything wrong with that). I'm already seeing it happening in my cohortmates that have secured amazing jobs, and I see the growth in myself.Also, I forgot to mention this earlier, but Codesmith is very explicitly welcoming of people from all backgrounds (speaking as a person who is trans, at least). Again, I'm sure other programs are fine in this regard as well, but from the team down to the fellows to the residents, the amount of representation from all walks of life is really inspiring. Okay, this is already way too long, and I honestly don't know why you're still reading. If you're on the fence, go to the free weekly workshops (JavaScript The Easy Parts or Hard Parts) and say hi. There are no gimmicks or nonsense. What you see is what you get, and what you put in here is what you get out.Read Less",Software Engineering,Software Engineering +253162,10643,codesmith,Annette,False,2019,Found a family,2019-08-01,5.0,5.0,5.0,5.0,"I went through Codesmith essentially twice - as a resident and as an engineering fellow after graduating. In both situations, I got so much more out of it than I ever expected to. I not only ended up becoming a software engineer but found a place that... Read More truly felt like home.My first exposure to Codesmith was through JSHP and was immediately impressed by how much detail the instructors went into for core concepts in JS. At the time, I wasn't even looking for a program, just an opportunity to meet other engineers and network. However, the level of commitment Codesmith had for developing the community around the free workshops made me realize it was something different. Additionally, the fact that both Will and Phil were willing to help me even before I considered applying proved how unique of a place Codesmith is. The one key phrase that I kept hearing stood out to me: Developing yourself but never at the expense of somebody else. I was already nervous enough considering switching career fields, but that phrase really provided solace. I eventually applied and got accepted into the program.Residency: The residency is extremely challenging and back-breaking. There is no other way to say it. However, the feeling that you will get from tackling those challenges trumps everything. While doing the residency, I finally understood why Codesmith was on a different caliber than other programs (i.e. Hack Reactor, Flatiron...etc). A really big portion is the production project where we focus on building developer tools that other engineers use. It might not even be on at technology taught in the program. Ultimately, it boils down to the community. You will face a tremendous amount of doubt, trying to justify why you deserve to be in the program while continuously fighting imposter syndrome and simultaneously digesting overwhelming amounts of information. Even though the curriculum is tough, it's nothing compared to the emotional aspects that come along with it that you'll need to manage. However, as cliche as it sounds, it's the community that will carry you through. You're amidst people who are just as passionate and ambitious as you and that's going to make you work harder. What makes it special though is that everyone is mutually invested in your success are you are in theirs. That reciprocity results in you learning and growing even though you might feel like you aren't. The residency teaches you not only the core curriculum but also what it means to be someone of value personally and professionally. You eventually learn to leverage grit, frustration, mentorship and perseverance as traits that are going to make you invaluable as an engineer. Fellowship: I was extremely fortunate to be asked to join the team after graduating as an engineering fellow. As a fellow, you are not only working on Codesmith's platform (i.e CSX), but also mentoring the residents. Doing the fellowship made me realize just how much work went into forming this community. I knew every team member works extremely hard but I didn't realize the amount of dedication it took behind the scenes to make Codesmith what it is. Having to actually represent Codesmith made me realize there were so many things I took for granted. I thought doing the residency was challenging, doing the fellowship took it to a whole other level. However, I am so glad I did as I learned just as much if not even more than the residency. I essentially went through the program again but this time through the lens of an instructor. Having that change in perspective makes you mature extremely fast technically. Beyond the technical growth, working with the team was one of the best parts. It's common to hear that good work culture in a company often translates into strong performance. Working at Codesmith was the epitome of that. As challenging as doing the fellowship was technically and emotionally, knowing the team always had my back made me realize I found a family that valued me for who I was. Not a lot of companies are able to provide that. Having gone through essentially a full circle, Codesmith is where you want to be if you want to become a software engineer. However, beyond that, Codesmith is a place that will grow you personally and professionally in ways that that other programs can'tRead Less",,Unknown +253147,10643,codesmith,Anonymous,True,2019,Codesmith Residency,2019-08-01,5.0,5.0,5.0,5.0,"I can't say enough good things about my experience with Codesmith. After graduating with my Bachelors in Computer Science, Codesmith was the next best step for me to go from a junior level to mid-level engineer. The atmosphere and learning environment... Read More that they've been able to create through the curriculum and JSHP shows their deep dedication to building and supporting the best engineers in the market. As a Codesmith Resident, I went from not being able to build out a full-stack application, to building out 4 of my own as well as a developer tool — working with bleeding-edge technology. If I had a chance to do it all over again, I would. After graduating, they helped me secure and negotiate a six-figure job with an amazing company in the heart of New York.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +252859,10643,codesmith,Dominic,False,2019,CS Prep 2019,2019-07-27,4.0,4.0,4.0,4.0,"My first experience with Codesmith was with CSX and the weekly L.A. workshops, Intro to Javascript and Hard Parts. At the time, I was brand new to coding, my only experience being Code Academy's ""Intro to Javascript"" course which I had completed in the... Read More previous weeks. It didn't take me long to decide that I wanted to apply for the three month immersive program. But as much as I had learned attending Hard Parts and working through CSX, I knew I wasn't at the level I needed to be to pass the technical interview. So I signed up for CS Prep. The experience was great, and it definitely prepared me for the technical exam. Our instructor Shane was brand new, and there were a couple times when his inexperience was apparent. But overall, he was an excellent instructor - very familiar with the material, attentive and helpful, encouraging, etc. I definitely recommend CS Prep if you plan on applying for the immersive program.Read Less",CS Prep ,Software Engineering +252552,10643,codesmith,Mohtasim,False,2019,CS Prep @ Codesmith,2019-07-24,5.0,5.0,5.0,5.0,"I took CS Prep from June 22nd - July 9th with the hope of getting into the Codesmith Software Engineering Immersive Program; with its money-back guarantee + tuition rollover, applying seemed like a no-brainer. After getting in, I very quickly realized... Read More the curriculum was a lot more difficult than any curriculum (mostly Codecademy and FreeCodeCamp) that I had encountered before. CS Prep did a great job of providing information on a lot of difficult concepts that these courses often skip entirely/gloss over, while still managing to make it accessible for a JS beginner such as myself. Also, the curriculum focused heavily on developing skills such as technical communication, pair programming, and problem-solving, all of which are super important for the immersive technical interview.For me, the best part of CS Prep had to be the course instructor, Shane. Shane’s energy, enthusiasm for both teaching and JavaScript, and his dedication to the success of his students were what made the course such an amazing experience for me. Shane always had a great attitude in class that helped keep us all engaged, and was super easy to talk to when it came to asking questions, both relating to the coursework and outside stuff.I ended up interviewing and getting into the immersive program soon after CS Prep ended, mostly because of how prepared the program made me feel for the interview. CS Prep's emphasis on developing better technical communication, problem solving skills, and pair programming ended up being a major help during the technical interview. While the actual coursework for the program is difficult, it’s possible to grow into a much stronger developer if you keep up with the work. Overall, I would completely recommend CS Prep to anyone who is hoping to further developed their JS skills and/or is considering applying to the immersive program.Read Less",CS Prep ,Software Engineering +252241,10643,codesmith,Chris Flannery,False,2019,Highly recommend CS Prep,2019-07-22,4.7,5.0,4.0,5.0,"I recently completed a cohort of CS Prep with Shane Taylor. It was an excellent experience for me - I had just come off the back of having failed the Immersive technical interview twice and needed to brush up on Javascript fundamentals, get more pair... Read More programming experience, and fill in the gaps in my technical communication vocabulary. Shane and CS Prep provided all this and more. Shane is a more-than-capable teacher and a very kind and empathetic person. Part of the course included recording videos of ourselves coding - and his feedback on our videos was thoughtful, rigorous and detailed. I would highly recommend CS Prep to anyone who has not yet passed their immersive technical interview!Read Less",CS Prep ,Software Engineering +253141,10643,codesmith,Anonymous,True,2019,CS Prep - two thumbs up,2019-07-18,5.0,5.0,5.0,0.0,"I just finished CS Prep, a two-week online program offered by Codemith. I recommend CS Prep to those looking for a pre-cursor to a full-time bootcamp. CS Prep cohorts consist of 10 three-hour classes. Each class follows an efficient structure - first... Read More 30 mins are for individual coding practice; following 2 hours are for a lecture led by the main instructor; the final 30 mins are for pair programming.The lectures are engaging and allow for active student participation. Most core topics are covered.The pair programming sessions are invaluable. Students pair up and practice coding challenges together. Students alternate roles between challenges - one student verbalizes their thought process for solving a given problem, while the other student writes code to match those thoughts. The routine reinforces comprehension and improves student's ability to logic through instructions from others. Zero complaints. Two thumbs up. DrewRead Less",CS Prep ,Software Engineering +251647,10643,codesmith,Yuri Brizuela,False,2019,Fantastic Introduction to JavaScript!,2019-06-26,5.0,5.0,5.0,0.0,"I recently participated in the JavaScript for Beginners course offered by Codesmith. I had no prior experience in coding and was looking for a productive way to gently introduce myself into the field of software engineering. The instructors (Will, Phillip,... Read More and Kyle) were all very helpful and patient, allowing students to ask questions and providing one-on-one help when necessary. As students we were encouraged to develop healthy engineering habits and professional, technical communication skills to help maximize productivity in team environments. Codesmith’s JavaScript for Beginners was an excellent course that provided me with some of the fundamental building blocks of JavaScript as well as introduced me to a supportive, safe learning environment and a wealth of resources.Read Less",JavaScript for Beginners ,Other +251488,10643,codesmith,Samantha,False,2019,CS Prep Course,2019-06-07,5.0,5.0,5.0,0.0,"I really enjoyed the CS Prep course and found it incredibly valuable. As someone who is a relative newcomer to JavaScript, I can feel overwhelmend as I'm learning. However, Shane, Ryan, and Samantha all created a welcoming learning environment where I... Read More did not feel ashamed to ask questions that may seem ""easy"" for my fellow classmates. The course is a little over two weeks, but I was amazed at how much I felt I had accomplished during those two weeks. The pair programming sessions are really valuable and I felt I learned just as much from those sessions as I did from the lectures. I highly recommend this course to anyone who wants to see if Codesmith may be the right immersive program for them.Read Less",CS Prep ,Software Engineering +251455,10643,codesmith,Kevin Nam,False,2019,CS Prep Review,2019-06-06,5.0,5.0,5.0,0.0,"This review is only for CS PREP.CS Prep is a great way to get your feet wet with the fundamentals of advanced topics such as High-Order Functions/Callbacks, Recursion, Closure, Big O Notation, and etc.. Before CS Prep, I was stuck on the HOF section of... Read More CSX and did not know a single thing about the advanced topics I mentioned. After completing CSX, I was able to finish CSX and pass technical interviews for multiple top tier coding bootcamps on the first try!Disclaimer: I have not taken the Codesmith technical interview yet (scheduled to take soon). I took tech interviews for other bootcamps in order to gain practice for the immersive program that I plan on joining: Codesmith. However, I would not have been able to have the confidence or the skills required to pass the technical interviews without taking CS Prep.Overall, I loved my experience with CS Prep. I enjoyed learning from the instructors Ryan & Shane. Ryan & Shane are both so passionate about teaching and coding that their enthusiasm permeates throughout the whole course. I learned so much not only from the instructors but also from highly motivated students.Read Less",CS Prep ,Software Engineering +251427,10643,codesmith,Anonymous,True,2019,"CODESMITH, THANK YOU!",2019-06-01,5.0,5.0,5.0,5.0,"I was at Cohort 9 NY (January - April 2019). I've had an Associates Degree in CS before I started the program but wanted to accelerate myself into the field, so I decided to join Codesmith. It wasn't an easy decision - $18k is A LOT of money, but I couldn't... Read More be happier about it. Studying was very hard - first half of the program you jump into a new topic every day, spending about 80 hours on campus, many including myself spend a few nights here. Still, every step of the program you feel tremendous support from every single person surrounding you: form a cohort-mate to the CEO (thanks, Will!) RESULT: I got my first offer precisely two weeks after graduation, two more the week after. I started my first software engineer job less than a month after finishing the program.CONCLUSION: as for a person who only worked at the restaurants it was hard for me to imagine that in less than half a year I'd be able to turn my life upside-down: do things I enjoy every day and earn way above $100k. CODESMITH, THANK YOU!Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +251257,10643,codesmith,Adele Calvo,False,2019,Codesmith changed my life,2019-05-28,5.0,5.0,5.0,5.0,"I first came across Codesmith through their free JavaScript Hard parts meetups (which I highly recommend you go and check out) and the first thing that impressed me early on was the clarity and interactive teaching style of Phil (Lead in NYC) and Will... Read More (CEO) on advanced topics such as async & promises, closures, higher-order functions. Going to these meetups helped tremendously in my decision to go to Codesmith as you get a preview of the lectures, people (a lot of the cohort comes from the meetups) and environment. To give a better context to my review, I focused on three things during my decision process for picking a coding bootcamp: 1. The quality of the education- I came to coding with zero background in computer science and made a complete career change, so this was important not only because of the cost of the program, but I needed to be able to digest advanced topics in a short amount of time. 2. Job assistance – I needed a program that can also jumpstart my career in this industry since I left a good job to study and commit to a 13 program and couldn’t afford to not get a job quickly or start on an entry level (More on this later, but Codesmith has a hiring program that’s included in your time there and is worth the price alone)3. The community – I needed to be challenged and be with like-minded and supportive people. There are plenty of group projects and pair-programming so the people surrounding you are important. Also, you are spending every ounce of your time there (Codesmith is 6 days a week, from 9am to 8pm (officially) but most usually stay until 10-11pm+). Additionally, the girl ratio was also a concern for me (In my cohort there was 4 out 16). Needless to say Codesmith exceed my expectations and hit all of major concerns. To start with the curriculum, every day for the first hour of the day you have an algorithm problem and the approach lecture for the problem the day before. You spend the first 4 weeks doing 2 day units which consist of lectures, skill-builders (solo-work) and pair-programing unit challenges. Most of your “learning” comes from these pair-programing challenges which encourage you to problem-solve by struggling and talking out things with your partner. (There is a clear focus on technical communication.) There’s also constructive feedback after each session so you’re constantly improving your teamwork and coding skills. An important note: things are not hand-fed to you. This approach makes you a capable of learning new things really quickly but just know that you will go through a confidence rollercoaster during the course of the program (Will even has a chart that he provides the on the first day). The rest of the program consist of the project phase (3 short term ones and your production project, which will take 4-5 weeks). These are great way to experiment, dive deep, and build your expertise in certain technologies. They are all impressive (check out Codesmith’s website for examples) and a notable experience to talk about when on an interview. What makes the program so powerful is that the community of the instructors, fellows, the non-technical staff, and the rest of the cohort. Every person is expertly selected to preserve the Codesmith community and culture, and, I’ve never seen a more dedicated and caring workforce. The teaching fellows are there to do the approach lectures and to support you throughout the entire process and they spend hours with you going over material, questions you may have, and even theorizing about a particular approach or current hot topic. There are also periodical check-ins with the staff on how you are doing with the program, and they are always available to you to resolve any issues you may have. A new cohort starts every six weeks, and Juniors and Seniors are in the same space, so you’ll get plenty of opportunity to meet/network/mentor with more developers before and after you. The small class size, long hours, and plenty of group projects makes it easy to bond with your cohort group. It was only 90 days but it felt like we were together for many years. There’s also a great alumni network that’s available online and in person (there were always a few alumni visiting during my time there).Towards the end of the program they start the hiring program which has on-going support after graduation and is led by Will and Eric. It’s another thing that sets Codesmith apart from the rest. They give you knowledge and practice on building your resume, how to interview, how to approach the job search, and how to negotiate salary (Listen to Eric on this – he coaches you what to say and what to expect and it is 100% on point). There are mock interviews, and check-ins, and slack channels that will be your coding and job-search bible. On top of that, there’s always someone on staff (or fellow cohort mates) to guide you throughout the whole process. You can read about the outcomes report on Codesmith here (https://cirr.org/data) and certainly do your research (got to meetups and info sessions) but I can honestly say that Codesmith changed my life. Its staff, approach to education, and community are top notch. It was definitely one of the toughest things I’ve done but it was also one of the most rewarding. The hesitation toward joining such an intense program is valid but if you commit yourself to those 90 days, Codesmith will change your life. I am sure it.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +251252,10643,codesmith,Daniel,False,2019,Why I chose Codesmith,2019-05-27,5.0,5.0,5.0,5.0,"Prior to Codesmith, I knew I wanted to further my skills as a software engineer, but didn't know which bootcamp to go with. These are a few of the reasons I chose to go with Codesmith.1. Better outcomesThe fact that most of their grads get jobs as mid... Read More to senior level developers after graduating and their superior salary results definitely appealed to me. The website says the average for NY Codesmith grads is 112K but the current average is something like 130-135 now. Codesmith really sets you up for success and gives you the confidence that these salaries are achievable. To give some context, I graduated about 6 weeks ago and received my first 2 offers 2 weeks ago for mid-level software engineering positions and have another on-site interview with a FAANG company.2. Rigorous interviewing processI actually first interviewed with Hack Reactor and I got in through an extremely easy interviewing process. However, I didn't think much of it since I didn't find any part of their program particularly unique or attractive. Additionally, the Hack Reactor interviewer told me that I solved the problems he asked me faster than any of the candidates that he's ever interviewed, and I was surprised by this. I was looking for an environment in which I'd be surrounded by smart and knowledgeable individuals so I could learn more and I was definitely not looking to be the best problem solver in the room.When I went through Codesmith's interview process, I could tell right away that they were looking for someone who knows more than the basics of Javascript and can solve a simple algorithm problem. They asked questions about programming concepts that most other bootcamps wouldn’t ask and they wanted to see if you are a good technical and cultural fit for their program. Moreover, their final production projects were a lot more impressive than the ones I saw at other bootcamps/residencies. I figured that this was the best residency if I wanted to push myself.3. Hiring support/staff/communityI got a good sense of what the community was like during the couple of times I attended their Hard Parts meetups so I highly recommend checking that out if you are thinking of choosing Codesmith. Furthermore, the hiring support after graduating was amazing. You get mock interview support to practice for the real interviews and bi-weekly check ins to see how you’re doing and potentially give you feedback on how to improve. Shout out to Will and Phil, who were actually my references for one of the companies I was interviewing for, and as a result I received an offer from the company! Also, shout out to Eric, who is there to help you get an offer and after you receive an offer, he literally holds your hand every step of the way of the negotiating process so that you get a much better offer than what you were already satisfied with.Overall, the entire community is great and Codesmith really provides you with the tools to excel in this industry. Highly recommend!Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +251321,10643,codesmith,Dan Wu,False,2019,For those seeking new challenges,2019-05-24,5.0,5.0,5.0,5.0,"Steer clear of Codesmith if you're not ready to be challenged! Over 12 grueling weeks, you will be primed to tackle algorithmic challenges and pick up new web technologies (React/Redux/SQL/noSQL) at breakneck pace. The fact that each member of my cohort... Read More was able to hold his/her own - despite the unrelenting pace of the curriculum - is testament to the dedication of and empowerment fostered by the instructors and teaching staff who give the program its momentum. Career-wise, the support I have received from Codesmith (in addition to the numerous networking opportunities during the course of the program) has been invaluable and will be very encouraging for those seeking opportunities in the software dev market for the first time.As a side note, consider taking the associated 2-week CSPrep program before tackling the 12-week program head-on; I myself enrolled in it and could not have found a better way to ready myself for the Javascript curriculum that's the cornerstone of the Codesmith program.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +251132,10643,codesmith,Anonymous,True,2018,A Rewarding Choice,2019-05-14,5.0,5.0,5.0,5.0,"As many other have noted, Codesmith’s 12-week course is both an extremely challenging and extremely rewarding journey. The aspect that made it possible was the unbelievable assistance from the community. The unflagging support from both the staff and... Read More fellow students make the long hours (10-12 hours day, if not more) manageable — enjoyable even — and it never feels like you’re alone during any part of the marathon.The structured pace is fast, but at no point did I feel left behind because there is always someone willing to review curriculum material. The onus of mastery falls on the initiative of the student (additional long hours or weekend work), but Codesmith mentors and teachers do an amazing job of making themselves available.The production project portion of the program forces students to think outside the box and interact with their team in a similar way that they might in the real world. The graphQL migration tool my team built was a crucial learning experience and huge talking point during my job search and interviews.With so many bootcamp options available, it can be difficult to gauge the flavor of each and whether a course might be right for you. Codesmith’s CS Prep and free CSX course is a great way to get a sense of the culture and curriculum. I would heartily recommend Codesmith to someone looking to level-up in fullstack development and it was one of the best educational/career decisions I’ve ever made.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +250859,10643,codesmith,Carson,False,2019,Best decision,2019-05-14,5.0,5.0,5.0,5.0,"CodeSmith taught me data structures, algorithms, React, Node, SQL and NoSQL. In addition, it taught me how to think and communication as an engineer. The course structure is fast-paced and challenging. It is designed to constantly pushing for your limits.... Read More I also formed tight bonds with the cohort mates due to everyone being very supportive of each other. The hiring program is also another major piece of the puzzle of getting your first software engineering job. This is not a program for you to come to class and leave like a college course. To make the most out of the experience, you should put your best effort into it. And you will be rewarded for your effortRead Less",Full Stack Software Engineering Immersive Program,Software Engineering +250824,10643,codesmith,Anonymous,True,2018,Extraordinarily Amusing,2019-05-14,5.0,5.0,5.0,5.0,"As a veteran in the software industry, I'd highly recommend Codesmith's Software Engineering Immersive Program to anyone who wishes to learn more about coding. Looking back at my period there, I was able to learn more about what it means to be as a software... Read More engineer.Before I joined the program, I had planned on enjoying while being in the program and simultaneously looking for jobs. However, throughout the program, although I had fun, it really took a lot out of me even if I were to disregard to my job as a software engineer that I attended to after everyday at Codesmith. Although the program is just 3 months, the program can be very intense if you are not fully ready to get indulged in the program. I thought it was intensive beecause of all the challenges I specifically looked for and the challenges that were unexpectedly thrown at me. BUT I enjoyed them still regardless. I enjoyed them because it was an experience that I did not encounter anywhere else and it allowed myself to grow as a more cultured software engineer. Even as a student whom with prior software engineering experience, multiple hackathon winner, and a bachelors in software engineering from a pretty prestigious university, I felt that Codesmith was a valuable experience for me. In terms of techncality and learning materials, they are pretty up to date with the technologies that are being sought to be used by a lot of companies, especially startups. You can still aim for bigger companies, but a lot of the bigger companies have slower adoptions with modern technologies (except for like the big 5 such as Google, Microsoft, and etc) that they teach. However, it really doesn't matter what technologies you use or they teach you because the main goal of this program is teach you how to think programmatically and from a software engineer's perspective. And really, this is a mandatory skill in software engineering and a lot of the big companies like Google mainly look at this and how strong you are at it during the hiring process. As well, in cultural perspective, I think Codesmith has an alright culture going on. They like to keep the atmosphere very positive and encouraging, but I think it is a good choice since they know that a lot of the students and applicants that come here are coming from a variety of background. They would like to encourage that anyone can do it, regardless of the background!My overall suggestion is that you get what you put into this program. In my honest opinion, look for challenges that actually makes you go nuts. While being in the program, a lot of people will go crazy over a framework or library, but in my opinion that's normal. That is what the program is intended to do to their students. So that everyone can be challenged. However, if that is not enough challenge for you or you would like to add more complexity, go for it even if it is just for fun becasuse at the end, you will get more out of it in my honest opinion. Also, in the progarm, there is a portion called Production Project. I'd reccomend doing something really really crazy because this is where you will get most of it. Again just challenge youself above your limits. Overall, I think this was an interesting experience that I did go through and I wouldn't mind recommending to the readers who are reading this review right now!Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +250427,10643,codesmith,Franklin,False,2019,Life changing experience,2019-05-12,5.0,5.0,5.0,5.0,"If you're looking for a purely objective criteria for figuring out whether to attend to Codesmith, then you can easily find the average salary of its graduates on the website. It's a little over 110k. I just recently graduated and about half of my cohort... Read More has signed or is in the process of signing offers with cool companies with great salaries (in line with or above the average) within 1 month of graduation and I am highly confident the rest will have signed offers within 3-6 months.Now that we have gotten that out of the way, I am going to highlight some of the other aspects of Codesmith that are also important in making Codesmith an invaluable experience and setting it apart from other programs.1. The curriculumOver the course of the program you will dive into technologies including but not limited to React, Redux, Node, Express, Mongo, Postgres. Also, Codesmith is devoted to continually updating the curriculum and adding value based on alumni feedback. They added an AWS module to the curriculum (my cohort was the first to receive it), after hearing that most of their graduates are interfacing with AWS in some way. Pair-programming is one of the main pillars of learning and growing as a resident at Codesmith and you will be engaging in it for the majority of your first six-weeks at Codesmith. So if you don't work well with others then Codesmith might not be the program for you.2. The staffThe instructors at Codesmith are all super knowledgable, super passionate, and can break down complex topics into manageable chunks really well, but don't take my word for it. Every Thursday night Codesmith hosts a free meetup called Javascript The Hard Parts, where they deep dive into advanced javascript concept such as closures, or higher-order functions. I was blown away by the level of detail, how much I learned, and the amount of clarity I left with by just attending their free workshop. Phill (The lead of NY) and Will (CEO) who usually teach the meetup are also instructors during the residency so you know you will be getting that same great experience throughout the program as well.The fellows are also very hardworking and help round out the experience by providing help sometimes even long after the day has ""officially ended"". Examples range from helping you to understand that concept/algorithm/technology to providing guidance on whipping your resume into shape. The fellows are all instances of empathy in engineering and a big part of the reason that the community is so great.Can’t forget the non-technical staff as well. Software engineering is mostly technical but there is a value in soft skills as well. And it’s very helpful in having people there to help in those areas as well.3. Amazing CohortsThe class sizes are small. My cohort had a total of 16 residents - all with varying technical backgrounds, from less technical (on paper) to computer science degrees. Going through a program like Codesmith with a small class size allows you to really connect with your fellow cohort-mates. It's really easy to bond with your fellow residents after struggling and challenging one another to push and continually break through each other's limits to get to the next level over the course of three months. I have made connections and bonds with my cohort that I will foster for the rest of my career as a software engineer.4. Projects / Production ProjectCodesmith is fast paced. Most of the lectures take place within the first four weeks and after that you will working mostly on projects moving forward. You will work on solo, scratch, iteration, production, and reinforcement projects. Each of these projects allow you to gain greater experience and depth with technologies learned in the earlier part of the program as well as those technologies that are not covered but you might have an interest it.The most important project out of these is the production project. For the production project you will have about 4-5 weeks to dive deep into certain technologies with a group of residents. It really is amazing what the cohort can accomplish in this time. Again, don't take my word for it, you can check out some of them at https://www.codesmith.io/software-engineering-immersive-projects. I don't think other programs are producing these types of projects. 5. The communityA new cohort starts every six weeks. Your first six weeks is your junior phase, and the next six weeks after that is the senior phase. Juniors and seniors utilize the same space. When you just start the program it helps to have a group of people who just went through the same process that you are about to through as well. Not only do you have your own cohort mates to network and connect with you have the one before you, when you are in the junior phase as well, as the one after you, when you enter the senior phase as well. Of course, you also have access to all of the other Codesmith alumni working at great companies as well.6. Hiring SupportThe hiring program at Codesmith might be worth about half of the cost of the program alone. As you progress through the latter half of the program you will start the hiring phase. This includes countless resume iterations that will get your resume in the best shape it probably has ever been, how to negotiate your salary, and how to approach the job search, and more. Even after you graduate there are check-ins every two weeks to see how things are going in your job search and they will help you iterate on your approach based on your feedback. You can even schedule mock interviews with Codesmith as well.All that being said, it feels weird calling Codesmith a bootcamp. Codesmith, is a software engineering residency that will undoubtly change the course of your life.Shout outs to Will, Phil, Ryan, Dave, Olivia, Kyle, Victoria, Joel, Christine, Raphael, and Altai and cohorts 8,9 and 10.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +250792,10643,codesmith,Steven,False,2019,On a league of its own,2019-05-09,5.0,5.0,5.0,5.0,"I came across Codesmith after attending one of their free Javascript the Hard Parts Thursday classes and I was immediately hooked. The instructors such as Will and Phil are outstanding, their ability to break down these giant topics into smaller chunks... Read More in a form that anyone can understand is phenomenal. The community is also very inviting and determined in the growth of everyone in the class. After attending several JSHP classes, I decided it was time to enroll in their next cohort and this was one of the best decisions of my life.To define Codesmith as just a coding boot camp would be an understatement. It is a software engineering residency. The first six weeks of the program are the junior phase where you learn new topics in two-day units. The units consist of about 10% lecture and 90% programming with a partner. I was a little put off by this idea at first, but as the days went on I realized that the best way to learn is to struggle through the material together with less hand-holding as possible. You can still request help from the existing fellows and seniors in the program if you ever get stuck but they are there to help you think and guide you rather than blatantly give you the answer. The topics that are covered are always current with the latest and greatest. During my time we covered algorithms, data structures, DOM Manipulation, React, Node, PostgreSQL, Mongo, and Testing, to name a few. In addition to all of these units, we had a number of extra activities like weekly family dinners, circles, hackathons, and Thursday night drinks. This all helped bring the cohorts together and made it feel like we were all part of one team.The six weeks of the course focus a big production project that you and your group come up with during ideation week of the program and hiring support. During this time you are encouraged to include technologies that you have not learned thus far to include in your project. It was a bit overwhelming at first to apply new technologies to our projects, but the first six weeks taught me a very valuable lesson which is learning how to learn, knowing what to do when you get stuck. Through our research were able to overcome any blocks that we encountered at a much faster pace than I thought we could.Comparing myself to before I started this program and I realized how much I have grown as an engineer, a mentor, and just overall being okay with not knowing everything but also having the ability to overcome blocks. Now I'm not saying it's easy, there were very long strenuous days and a lot of material to go over, but if you're committed to growing as an empathetic and confident engineer then there is no better place than Codesmith. If you're still on the fence I would recommend attending their JavaScipt the Hard Parts classes and I will promise you will not be disappointed.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +250970,10643,codesmith,Edward Ryan,False,2019,Very Strong Recommendation with Reservations,2019-05-03,5.0,5.0,5.0,5.0,"Given that one understands the personal commitment required, I recommend Codesmith wholeheartedly. Five reasons why:1. There's a hiring day. Nothing compares to sitting down and doing a real interview. Eight companies came by. A hiring day gives you incomparable... Read More experience.2. I got to work on specific cutting-edge technologies. We went into moderate detail. Of note: testing with Jest and Enzyme. Dockerization. Learning to navigate AWS.3. The production project. The project ideas come from the students themselves. The teachers approve ideas, but do not supply them. I worked on a testing and mocking tool for gRPCs. I worked at least 13 hours a day, six days a week, for 5 weeks. Usually about 15 hours. I learned a ton, and I'm proud of what I made. We self-learned about RPC systems, protobufs, HTTP2 - all sorts of nonsense. There is no course for these things. Only documentation. Reading it gave me depth and experience. We wanted a professional, responsive UI and our team broke our backs make it clean and fast.4. The people. I put in an insane amount of time. My teammates matched me hour-for-hour. The level of dedication and commitment is very very high.5. Sensitivity is valued. There is strong support for underrepresented groups in tech. Codesmith tries very hard to foster a positive environment for its students, and I think it shows. Instructors and staff explicitly make themselves available when students feel uncomfortable or stressed. Staff check in with each student individually on a regular basis.You get what you put into the program. It is not for everyone. There was laughter, tears. It was usually fun and very hard. An absurd experience, and intense. For me, absolutely worth it. For most, the Codesmith system works. People are getting good jobs coming out of the program.Some cons - the program is getting too large. Cohorts in LA are much too large, in my opinion. It is too loud and they need more bathrooms. You need a certain amount of self-reliance. The instructors do the best they can, but they can not be there for everyone. The program heavily benefits people who thrive in situations where questions are vague and demand that people seek their own solutions. You are paying 17k to be asked questions - not to be given answers. This seems like poor teaching practice. As someone who has real, formal training in the classroom - I vouch for this approach to teaching, with reservations. It fosters creativity, but it is badly frustrating, and it feels awful to fail constantly.A very high recommendation with strong reservations.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +250975,10643,codesmith,Ray Yao,False,2019,LA Cohort 27 - 11/10 would definitely recommend,2019-05-03,5.0,5.0,5.0,5.0,"I recently finished the Software Engineering Immersive Program based out of LA. I went in with zero experience, and now feel fully confident in working across any JavaScript, React-Redux, and NodeJS environment. The community could not be more supportive... Read More - both in terms of education and hiring support. The production project we were able to work on was such a fantastic learning experience because it was something real and actually useful to the open-source community, and not just a toy app. The minds at Codesmith among the students come from such diverse backgrounds, and yet we all shared the same goal, so it was definitely a life-changing experience being able to learn in that environment. I definitely recommend the program to anybody who wants to level up from just a hobbyist coder to become a serious engineer.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +250968,10643,codesmith,Anonymous,True,2019,Well worth it,2019-05-02,4.0,4.0,4.0,0.0,"About me: Prior to attending CS Prep, I had been studying Javascript, HTML, and CSS for about a year on and off. I also developed an MVP web application while working for a previous employer. I joined Codesmith’s CS Prep online course because it was recommended... Read More for preparing for Codesmith’s technical interview for their Immersive program. The CS Prep curriculum emphasizes technical communication. It’s led by Ryan Trontz, an enthusiastic and helpful instructor. Even if you’re not planning to apply to Codesmith’s Immersive program, the practice with learning to effectively communicate with someone else should prove very helpful in an interview or other development related situations. Each day begins with a coding challenge and a thorough explanation of the solution to each challenge is given the following day. Following that, the instructor gives a lecture. You’ll need to stay on your toes as you might be called on during the lecture. This method really helps you stay on focused and on track, which is important in an online class. In case you don’t know the answer, Ryan will help you reason through how to find the answer.After the lecture you’re randomly paired with another student to solve problems based on the lecture. While pair programming, you’ll encounter people at various technical levels. This was helpful for me as it gave me the opportunity to teach people at times which meant that I had to think about topics at a conceptual level. At other times, I programmed with people who were more skilled than me and it was a great challenge to keep up with them. I can’t say enough about Ryan Trontz. He’s excellent! He created and fostered a supportive environment for learning. He’s clearly enthusiastic about teaching and about teaching people about programming. More importantly, Ryan is available for students. Although there were quite a few of us, I always felt like he was available if we had any questions or if we required guidance. He asks great leading questions instead of giving you an answer. If you have deep questions about Javascript, he’ll give an awesome, well reasoned reply. Don’t expect that you’re going to learn everything about Javascript in a short amount of time. However, the harder parts of Javascript such as closures and objects are addressed. It trains you to develop your abilities to tackle problems that you haven’t seen before.Even though the class is online, the amount of time that you spend together pair programming and working on projects with different partners creates a great communal atmosphere.I’m definitely glad that I took CS Prep.Read Less",CS Prep ,Software Engineering +250962,10643,codesmith,Julian,False,2019,Incredible experience!!!,2019-04-30,5.0,5.0,5.0,5.0,"Looking back on the last 3 months, I can safely say that joining the Codesmith community has been one of the best experiences of my life. It was a remarkable journey of rewarding challenges that taught me so much not just about programming, but about... Read More myself. When I first decided to pursue coding, I did a lot of research looking into the many programs New York City had to offer. I remember the pivotal moment when a friend of mine suggested Codesmith’s “JavaScript the Hard Parts” class offered every Thursday evening, because attending that first class changed everything. I found a community of supportive, passionate people who fostered an environment of collaboration and growth, the likes of which I had never seen anywhere else. When I was accepted into the 3 month program, I found the excitement and passion for problem solving to be infectious, and I felt invigorated every day to push myself harder, and learn as much as I possibly could. The instructors are amazing. Not only do they have an incredible wealth of knowledge, but they also possess the ability to dynamically teach it to others, and I think that’s very important to note. The most important thing you gain from your Codesmith residency though, is the tool chest to learn anything. You are fundamentally trained to be able to figure your way through any technical block, and this is an invaluable skill.Maybe you’re wondering… does it really work? Can I really get a job afterwards? The numbers don’t lie, and the answer is yes. The average salary is around 120k and my cohort is seeing these offers and better ones already. It’s only been a few weeks since we graduated. My advice to you: Go for a visit on a Thursday evening and meet everyone. You’ll see what I mean. I can’t recommend it enough!Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +247856,10643,codesmith,Dean,False,2019,CSPrep,2019-04-25,5.0,5.0,5.0,0.0,"For anyone looking for a prep course to get into any bootcamp, CSPrep is the ideal preparatory course. Our instructor, Ryan, is the most passionate educator I have ever come across and his energy permeates through each student. CSPrep students come from... Read More different backgrounds and varying levels of experience, and Ryan does a phenomenal job at creating an all inclusive, judgement free environment to ensure the most optimal learning experience for every student. The course moves at an relatively high pace, exploring major Javascript and general coding concepts such as higher order functions & callbacks, closures, recursion, and algorithmic problem solving. Each session consists of a problem solving/live coding session, diagramming of that day's programming topic, and pair programming. In my opinion, pair programming is the most crucial component of CSPrep as it provides students with an environment to master their technical communication and to learn how to effectively collaborate with others, both of which are vital to an engineer's career. Lastly, as far as I am aware, CSPrep's course is never stagnant. Ryan is very open to feedback and is constantly looking for ways to improve the curriculum to best fit his students' needs. Whether you come from experience or not, CSPrep is a great way to get your feet wet and experience Codesmith's brilliant curriculum first hand.Read Less",CS Prep ,Software Engineering +247854,10643,codesmith,Andy,False,2019,The best of the best,2019-04-25,5.0,5.0,5.0,5.0,"Sometimes it's hard to know if you made the right choice until you look back on it and I can say for 100% certainty that going Codesmith was one of the best decisions I made! Of course, I didn't go through all the other schools/bootcamps but I did a lot... Read More of extensive research on all the options before deciding on Codesmith. Why I ultimately decided Codesmith was the right fit for me was... 1. The smaller class sizes allow you to receive more attention and bond with classmates 2. The production project (building projects that help the developer community) 3. Phil, Will, Dave, and all the other Instructors/fellows... you can replace curriculum but you can't replace great instructors!When I was initially interviewing for other bootcamps, I felt like I was one of just another person of incoming students. Phil and Will, on the other hand, made me feel like I was part of a community and I really felt they cared about my personal growth above all else. The curriculum was amazing but more than that the community was the best thing about Codesmith! I've learned a lot from my fellow classmates and the energy that everyone brings is what Codesmith strives to cultivate.Was it worth the price? Well, whether you find a job or not, you grow in every way possible. So in short answer... yes! What are you waiting for? ;)Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +247853,10643,codesmith,Bruce,False,2019,Perfect first step in your software engineering career,2019-04-25,5.0,5.0,5.0,5.0,"CS Prep is a fantastic resource to get started as a software engineer. Ryan, the instructor, truly has a gift for teaching in a way that breaks down complex concepts into digestable fundamentals. He's also superbly interesting and clearly passionate about... Read More what he's teaching. The curriculum itself is pretty standard, covering the must-know concepts before you're admitted to an elite coding bootcamp like Codesmith ... functions, higher order functions, closures, recursion ... but the magic comes during paired programming and Ryan's live coding of each day's problems. Many times during CS Prep I had an ""eureka!"" moment as Ryan broke down coding challenges and explained each step carefully.Another great aspect of CS Prep is the community. You'll be coding along other very motivated students, some of whom are working together in the CS Prep Slack after each class. We share resources and even help each other on code review. Learning coding solo is tough, but you'll have a community to help your coding journey with CS Prep.If you're set on doing Codesmith in the future, then doing CS Prep is a no-brainer. If you're considering other bootcamps or want to apply to junior dev positions, CS Prep will still give you a valuable boost towards your goals. The learning I got not only helped me get into Codesmith's Software Engineering Immersive, but also gave me the valuable tools and mindsets to tackle any technical challenge.Read Less",CS Prep ,Software Engineering +247722,10643,codesmith,Gilbert R.,False,2019,Preparing with CS Prep,2019-04-16,5.0,5.0,5.0,0.0,"CS Prep is a great program to be a part of. It’s filled with a diverse class of people trying to get better at being a problem solver and fluent at the tool-set which Javascript provides. Throughout the course, Ryan delves into the fundamentals that... Read More will pave the way to being a more autonomous problem solver. You are actively participating and engaging with ever challenging questions and problems. Sometimes you know the answer and more than often you don’t, but it’s that intellectual vulnerability that allows you to learn and further cement that knowledge at those moments. Ryan cares about each of the students’ success in the course. He is fully transparent about his role and what he expects from each of us. This makes the course become more than a mere transaction, and more of a mutual learning space of respect and support. The students in CS Prep are really rooting for each others’ success. Ryan follows up with you and makes sure you felt you got what you expected out of the two weeks. Weeks after my CS Prep cohort ended, we’re still actively sharing resources and asking questions to one another, and in my case, still meeting up with fellow colleagues to study and practice peer programming. Like any learning endeavor, you really do get what you put in. I spent a good amount of time revisiting problem after peer programming to make sure I would be able to solve them on my own. I’ve heard other students echo this experience themselves. You are investing in yourself when taking on a program like CS Prep and I do think it’s a worthwhile program. This program is a prep course for the Immersive program. I recommend it to people who have done their due diligence of research and are committed to their career pivot, further education, or need that extra clarity on hard Javascript concepts.Read Less",CS Prep ,Software Engineering +247672,10643,codesmith,Julie Beak,False,2018,CS Prep,2019-04-14,5.0,5.0,5.0,0.0,"If you are planning to join a coding bootcamp, consider CS Prep course seriously!I took CS Prep this February to prepare myself get in Codesmith immersive program. I can tell you confidently it is so worth it. Codesmith is very famous of just getting... Read More in is so hard. Before I did CS Prep, I took another prep course from other bootcamp, which was 100% online. I mean, CS Prep is also online course but they do it on live, not recorded lectures. Our instructor, Ryan, did a phenomenon job, took care of every single students, was very patient, and tried answer all the questions we had no matter how late it was or how many times we asked same questions. I was accepted into the Immersive on my first try!! I built solid foundational Javascript knowledge and was taught how to do proper technical communication. Every class you do pair programming that can help you to practice your technical communication. It can be very difficult if you have never done before, but once you get used to, you will understand how important it is! You also can send a video of your technical communication to Ryan, he will watch it no matter how long it is and will give you a solid feedback. I can't say thank you enough to all the staffs of Codesmith and Ryan!Read Less",CS Prep ,Software Engineering +247510,10643,codesmith,Anonymous,True,2019,Great Program,2019-04-03,5.0,5.0,5.0,5.0,"Background: Absolutely zero background in Software engineering or any coding experience.Pros: The resume says it all. I had no coding background at all but now I have so many software engineering products on it. The products are not mere CRUD apps (not... Read More trying to say they are bad, but it is great to have experience in solving developer problems), but developer tools that other developers actually use. For instance, our team created a 1. dedicated React IDE in VS Code, 2. Automated Containerization CLI tool (Docker), 3. D3 chart generator, 4. CSS to Styled-components converter. After all the products, I picked up other languages so quickly, now I am proficient in both Javascript and Typescript. Not to mention that I met so many hard-working, willing to learn, and sincere software engineers here. Absolutely the best decision of my life.Cons: The only downside is that the hours might be tough. The mandatory hours are from 9 am to 8 pm, but honestly, no one leaves at 8 pm, by choice. That being said, if I decided to invest the money and time, I would rather be surrounded by people who work hard.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +247505,10643,codesmith,Patrick Slagle,False,2018,"It's Real, It Works, and It Can Work For You",2019-04-03,5.0,5.0,5.0,5.0,"The purpose of this review is to give a little inside to the program, but mostly explain how it’s possible that you can enter this program without a previous software related job and leave with job offers on average of $105,000. For me looking into the... Read More program it was something I truly believed in, but now on the other side it makes a lot of sense.A little inside to myself so you can put this in perspective. Before I started my pursuit for Codesmith, I worked in Construction Management and had no previous coding experience, but after two months of applying (post graduation) and over 100 applications I got the offer I wanted at Capital One. And I wouldn’t say I’m the exception, but more so, the norm of a Codesmith student. One that hasn’t really coded before. One of the cooler things of this program is seeing people from all different walks of life. But regardless of their previous coding experience, they’ve all had success.I’m sure you have the same thought I did, this is too good to be true… But let me explain. First off, you’re not becoming a software developer in three months, the journey is a bit longer than that. To get into Codesmith you need to already have solid Javascript skills, but nothing you can’t teach yourself. I spent a few hours after work a couple times a week until I was strong enough to get into the program. For some, this could be a few weeks (if you studied heavily), for others it could take months (if you studied more intermittently like I did), it really depends how much time you put into it. If you have any questions for what to study, visit Codesmith or one of their easy/hard part sessions. They’ll point you in the right direction and you can get a better feel for the program. To be honest, if you have any interest in this program, you probably should stop reading these reviews and just GO to one of those sessions. You’ll learn a lot more about the experience, why I loved this place, and how this is all true.But... if you’re still reading, I’ll continue explaining.Once you get into this program you already have a solid understanding of Javascript, which is more than a lot of the people in the industry know about Javascript. And I’m serious about this. The rise of Javascript is pretty recent, especially front end frameworks like React, and there’s a BIG demand for developers who know this. Most people in the industry just haven’t had the time to pick this up these skills and keep up with them. At my work I’m lucky if I get to spend an hour a day trying to pick up new tech, and even luckier if I get to work on a new language. Meanwhile by the time you’ve got into Codesmith you’ll have no problem writing Javascript algorithms. And THEN the next three months at Codesmith you REALLY dive into the language. Like twelve hours a day of coding and learning at the fastest rate of your life. Once you’ve considered this, it doesn’t seem to crazy that someone would hire you as a front-end developer building in React or full-stack with Node. In my case, I got a company to hire me to build in Angular and Java (even though I had NO experience in either, they were confident I could learn both).That brings me to my last point.. Codesmith teaches you how to get hired and be hirable. After the program ends they organize meet ups, mock interviews, and follow ups with you. There’s also great interactive lectures, and lessons on how to get hired and succeed in interviews. This may seem weird or you could question the necessity of this, but trust me it makes the jump from being a good coder to getting hired. Unfortunately, knowing how to code and being a successful interviewer are almost two different skills. Honestly, the challenge of getting hired out of this program isn’t the lack of knowledge, it's the perception that there’s no way you could have that knowledge after “three months,” or going to a “boot camp.” With Codesmith’s emphasis on being hirable, you’re able to past this perception, and get back to whats important, your software knowledge and being able to work with a team. One of the things I haven’t mentioned yet but is important to note, Codesmith has a strong culture on being a team player and focusing on technical communication. This not only makes you a good candidate, but again will help you shine a bit more in your interviews.Overall though, this program was one of the best things I’ve ever done. I was able to switch from an industry I didn’t want to be in, to an amazing one I wanted to be a part of. It was three of the hardest months, but honestly, three of the best months as well. I had a lot of hesitation joining a program that was so intense, thinking.. how the hell could I code for over 12 hours a day? But the community and culture there is so strong its easy to love it there.If you’re thinking about this program, please go to their easy / hard parts lessons. Also feel free to ask me any questions, I’m more than happy to help.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +247504,10643,codesmith,Eric,False,2019,I got everything I wanted and more from attending this program,2019-04-02,5.0,5.0,5.0,5.0,"Just like most people that are looking into going to Codesmith or a coding bootcamp, I had pretty much no experience with code and knew too little to tell the difference between all of the immersive programs in NYC. In an attempt to better differentiate,... Read More I applied to 7 schools that I found to be well received in reviews but still felt ill prepared to make a decision that cost so much money. I ended up taking a leap of faith and chose to attend Codesmith for 2 main reasons. The first was their focus on community. All the people I interacted with at all the schools were very nice but Codesmith went a step further by offering free classes several times a week. The classes were well structured and informative. I felt that a lot of effort was put into them. This gave me the impression that the school was more focused in sharing knowledge than the business of bootcamps. The second reason was their emphasis on projects. From what I could tell, the types of projects being produced at Codesmith were much more complex and creative. Since all the schools I applied to touted teaching a full stack, I felt the main thing that would make me stand out when applying for jobs would be the projects i worked on.I graduated this last February. The program was truly immersive. Be prepared to spend all you waking hours focused on coding. All in all, I am very happy with my experience and got what I wanted out of the program - I learned how to code and problem solve at a level that allowed me to get a job as a software engineer. Bonus - I was able to land a software engineer role with a salary well into the 6 figures within a month of graduating. I would recommend this program to anyone interested in becoming a software engineer.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +231635,10643,codesmith,C Lambert,False,2019,Solid program. Review from an experienced Engineer / CTO,2019-03-30,5.0,5.0,5.0,5.0,"In this review, I will explain why I think this program delivers astonishing value, even for seasoned professionals.I joined with on average more experience than my peers (~15 years) in technology. I started off as a developer, then leader/manager. Despite... Read More this, I got every cent worth from the curriculum. I learned SO MUCH. I didn't do much JavaScript before, so pretty much everything was new. The curriculum touches absolutely everything that matters, from data structure and algorithms to all the parts of the stacks, to the code pipeline and workflows (Git, webpack, codemon, etc.) which will bring you to the next level in efficency.However, that's not all. In my past experience, I have also done a lot of recruiting and hiring. Let me be clear: the interview coaching, resume building, and job search part of the program are worth the cost of admission ALONE in my opinion. I wish I had had this coaching early in my career - it would have made a world of difference!In my previous jobs, I have myself developed training programs similar to CodeSmith (to be used by the junior employees that we would hire). We could only dream of designing it as well as this. CodeSmith is a brutally well-oiled MACHINE that is cranking out seasoned developers from scratch. It is a sight to behold. I only have found one area of improvement for this program. When you first start on this journey, sometimes you don't even know what to ask. If a tutor gives an answer to a student after only 10 minutes of searching, that's too soon. That's very well done at CodeSmith. But on the other hand, if someone is stuck for 6-8 hours, then people get discouraged. However, sometimes the student 'doesn't know he/she doesn't know' and that's a difficult problem to solve. CodeSmith does this well, but I believe it could do even better and earn a 'sixth star' out of five. I have brought it up to the CEO, and he was incredibly receptive (he is in general, an incredible human being).Lastly, the job placement team and method is very aggressive. Arguably, its AFTER graduation that the engineers need the most psychological and logistical support. CodeSmith delivers here as well; even after you graduate, you never feel alone. In conclusion, I believe CodeSmith does what it sets out to do well - give people an impressive amount of incredibly useful skills. However, I believe the organization goes much beyond and transcends that mission. Its an efficient coding bootcamp+residency, yes. But also an incredible team, a new family, and the best Tony Robbins seminar you will ever attend. Its a whole experience. It BUILDS people, injects them with confidence, poise, self-reliance. I've seen it with my very eyes. You some out of that program and feel like nothing is impossible, not only professionally, but maybe in other areas of you life too. That's the CodeSmith magic.PS this review was not paid for in ANY way. I am happy to discuss my experience further on request.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +244936,10643,codesmith,Anonymous,True,2018,You Get What You Put In,2019-03-23,5.0,5.0,5.0,5.0,"I just finished week 1 for the first 9-to-5 job I've ever had. It has been the scariest, most exhilarating week of my life ... besides my first week at Codesmith. My target salary after graduating was around Codesmith's median at the time, $100k. I was... Read More unbelievably fortunate to be offered a senior frontend role for a $150k base salary within two weeks of graduation. Is it too good to be true? Well, I don't have time to verify this -- I'm too busy cramming my new company's codebase, so that I can hopefully avoid getting fired in week 2 ;)One amazing thing about Codesmith is that even if I get let go from this, my first role, I now have enough confidence in myself as a programmer to get my second incredibly quickly. Codesmith trained me to be a blazingly-fast learner (since frameworks/libraries change at the drop of a hat), but also to be a surgically precise job interviewee (meaning I prep with a high level of efficiency and present myself in the best way possible to maximize my chance of landing roles). I'm not a 'ninja coder' by any means -- but what I gained from Codesmith is a much, much deeper fundamental understanding of javascript, and perhaps most importantly, extremely strong technical communication, perhaps the most important tool in my new developers toolbelt. Codesmith is INCREDIBLY DIFFICULT, and I pulled all-nighters galore. Please DO NOT think just because you write a check for ~$18,000 you'll receive some magic elixir for getting a high-paying job. Generally, programmers who attend are beyond motivated and if they aren't willing to give the program their body/mind/soul for three months, they won't find a job, codesmith or not. You truly get out what you put in. And while my salary is atypical, a ridiculously strong work ethic + positive attitude + codesmith = engineering success. No question.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +247360,10643,codesmith,Anonymous,True,2018,Awesome experience,2019-03-21,5.0,5.0,5.0,5.0,"I graduated from college in 2017 where I majored in Finance/Economics and minored in CS. I tried management consulting for a year, but realized that the parts of the job that excited me the most were related to computer science, so I self taught myself... Read More HTML/CSS/JS as far as I could. But when it came to applying to jobs, I found that my experience just wasn't enough. So I applied to Codesmith on a whim, and it turned out to be the best decision I could have made. I was making $75k as a consultant, and was interviewing for junior positions that would have paid ~$80k, but even these positions I wasn't passing the phone screens. After putting in a few months of hard work at Codesmith, I received a contract offer with JPM for $60/hr! And now, a few months later, I've leveraged my experience here into a full time position with American Express for $130k, and I have another final round interview with Amazon for $160k!!! (omg)These numbers are absolutely not something I ever ever ever thought I would be making but its all been possible thanks to Codesmith. Going into the program, I was already fairly comfortable with web engineering since I had self taught and I studied CS in college, but the breadth and depth of the Codesmith experience let me take that to the next level.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +247274,10643,codesmith,Jason Wei,False,2019,Best online prep experience ever,2019-03-18,5.0,5.0,5.0,0.0,"As someone with very limited experience with coding and even knowing where to start with learning how to code, I was very happy to find Codesmith. Codesmith has three main sections - CSX (online prep tool), CSPrep (two week online class) and Software... Read More Immersive (full time bootcamp). I started by signing up for their free CSX program, which allowed me to work through each part of the curriculum at my own pace. The problems are designed to have you figure them out and work through them without a lot of hand holding, which was tough at first but really helped you learn. From there I applied for CSPrep, which was an incredible experience. Our class of about 15-20 students all logged in each night with webcams. For being online, the class was designed to be very interactive - you definitely had to be alert and ready to answer questions. We also pair programmed each night with a partner, which is one of the foundational tenets of Codesmith's teaching philosophy. I would highly recommend applying for CSPrep if you have any interest in starting your coding career.Read Less",CS Prep ,Software Engineering +246972,10643,codesmith,Nat,False,2019,CS Prep Online,2019-03-12,5.0,5.0,5.0,0.0,"I took CS Prep this February and it was a very fulfilling experience. I will start by saying that after taking CS Prep, I was passed my technical interview and was accepted into the Immersive on my first try. CS Prep provided me with a solid foundational... Read More Javascript knowledge and taught me the technical communication skills that were necessary not only to be admitted to the program, but to begin to think and work like an engineer. Each day of class for about an hour, we pair program which is a great exercise in learning to be a better communicator. Our instructor Ryan kept class interesting and informative and was always willing to provide extra help and guidance. The group project that we did at the end of the course was my first experience building something from scratch in Javascript and while it was challenging, it’s very rewarding to now have something to show my Javascript abilities. Some of us in the class who were based in LA met up outside of class to pair program and study together so the prep class was good at fostering a sense of community as well.Read Less",CS Prep ,Software Engineering +247166,10643,codesmith,Sam Silver,False,2019,CS Prep (Online),2019-03-07,5.0,5.0,5.0,0.0,"Trying to navigate your way to the RIGHT bootcamp in 2019 is a lonely, confusing place to be. Codesmith's CS Prep course, along with their free CSX courses and free streamed/in-person ""Javascript the Hard Parts"" are a great way to get to know the culture... Read More and pedagogy of Codesmith. I've been accepted to most of the top bootcamps and have had my eye on the space for more than a while. My experience in CS Prep confirms my suspicious that Codesmith's curriculum, pedagogy, and culture are unmatched in the 12-16 week bootcamp space.Ryan Trontz, the teacher for CS Prep, has a long history of teaching subjects from Economics to Mathematics to Programming. He HIMSELF is a relatively recent product of Codesmith's SWE immersive. He's able to both zoom deeply in on topics to give you a step-by-step understanding of how the JS Engine works AND zoom out to give you a contextual understanding of where X tool fits into a SWE's workflow. If you're considering Codesmith or another top-tier bootcamp, I recommend CS Prep wholeheartedly.Read Less",,Unknown +246763,10643,codesmith,Mike Huynh,False,2019,CS PREP,2019-02-28,5.0,5.0,5.0,0.0,"After attending CS PREP online, it definitely gets you ready for Codesmith or any other bootcamps. The course is well organized and curriculum is well laid out. I do advise to take their CSX prep online before attending because in some scenarios will... Read More jump from zero to sixty pretty fast. I’m not sure will this be the same for all CS PREP course, but the one I attended created a network of great programming peers who are eager to learn as much as I do. A shout-out to our instructor Ryan as well creating and embracing that peer to peer support environment.Read Less",CS Prep ,Software Engineering +247056,10643,codesmith,Jason Wong,False,2018,Helps recognize a passion for coding,2019-02-27,5.0,5.0,5.0,5.0,"I don't know where I'd be if I had chosen to attend any other bootcamp instead of Codesmith. As a recent graduate from UCSB with a Financial Math and Stats major, I was unsure of my future as I began having second doubts of my career that I had selected.... Read More Codesmith took my interest in coding and turned it into a passion to learn more about the technology that is affecting our world today. In such a rigorous yet rewarding course, I've constantly been challenged to improve myself in critical areas, technical and non-technical. From tackling problems with the right mindset to the ability to communicate clearly to colleagues, I consider every skill I've picked up critical to to myself and the future of my career.Getting into Codesmith isn't easy, and it doesn't better once you get in. However, with such a careful selection process of cohort members and supportive staff, I found myself so immersed in my work that I didn't mind staying longer than regular hours. It'd be a mistake not to consider Codesmith.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +245984,10643,codesmith,Alyvia,False,2019,CS Prep - Highly Recommend ,2019-02-27,5.0,5.0,5.0,0.0,"This review is in regards to Codesmith's CS Prep program, which not only prepares you for Codesmith's technical interview, but creates a phenomenal foundation for anyone who is truly interested in understanding the JavaScript language. I do not come from... Read More a CS background, and before taking CS Prep was extremely skeptical of my ability to learn JavaScript. After the two-week part-time program, I am not only confident in my ability to understand all aspects of the JavaScript language, I am unafraid of the idea of not knowing. I completely attribute this mental shift to CS Prep and the instructor Ryan, who's ability to encourage and teach has greatly improved my overall JS knowledge and skills.Read Less",CS Prep ,Software Engineering +246865,10643,codesmith,Alyson Swerdloff,False,2019,You will learn a ton!,2019-02-19,5.0,5.0,5.0,5.0,"Completing Codesmith's 12-week program was one of the hardest--and most rewarding--things I've ever done. I had completed an immersive program somewhere else before going to Codesmith, and the difference was like night and day. Codesmith's curriculum... Read More takes you deep down into computer science fundamentals and under-the-hood JavaScript in a way other programs do not. The quality of instruction is top-notch, too.The 12 weeks are very intense: there's no doubt about it. But you will learn. A lot! The staff will make sure of it. If they see you're falling behind, they will work with you one-on-one for whatever amount of time it takes to make sure your understanding is up to speed. There's no falling through the cracks here. It's also one of the most supportive and welcoming communities I've ever had the privilege of being a part of. From the CEO, Will Sentance, on down, every single person truly cares about seeing you succeed and will do what's necessary to set you up for success before, during, and after the program. I can’t say enough good things about Codesmith. If you have the opportunity to enroll, then I suggest you take it!Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +244907,10643,codesmith,Gregory Shamalta,False,2018,Great school get ready to learn,2019-02-18,5.0,5.0,5.0,5.0,"Overall a great experience. I had previously taken another boot camp which wasn't as immersive or as in depth. This program pretty much felt like part 102 to their 101. It is a lifestyle for those 3 months. It is high demand but comes with a great return... Read More if you dedicate yourself to it. Prep is big, the testing to get accepted is very stringent but the more you can cover before going in the more you will take out when you walk away. This is due to the massive amount of material you go over while you are there. I would recommend it to my closest friends and have...Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +246882,10643,codesmith,Brian,False,2018,"Pair programming, technical communication and Community",2019-02-14,5.0,5.0,5.0,5.0,"13-week immersive full-stack web development residency that focuses heavily on pair programming, technical communication and community. Cohort-sizes range from 12-16 and you really build a strong connection with everyone as you do a deep dive into Node.js,... Read More Express, React, Redux, Build tools, etc. After the first half, we built really high level projects involving server side rendering, kubernetes, graphQL, and react component efficiency. Everyone gets at least one chance to do a deep dive into a high level topic by giving a 15 minute tech talk in front of your cohort-mates. The new space in NYC is beautiful and it is minutes from delicious chinatown food. In the final week, we are done coding and the job preparation lectures and workshops are solid in terms of perfecting your resume, online profiles and application strategies. I'm going to miss this place but I definitely plan to drop by once in a while in the future!Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +246881,10643,codesmith,Anonymous,True,2019,Journey of Self Discovery,2019-02-14,5.0,5.0,5.0,5.0,"My experience with Codesmith started with despair and self doubt. Before interviewing at Codesmith, I have been self studying for a couple months. I reached Codewars Kata 6, I finished Fullstack Prep in a week, I completed Hack Reactor's online program,... Read More and just to add another layer of security, I finished CSX before I applied. I thought I was a shoe in, and boy was I wrong. I was completely crushed in the first interview, got close to being accepted by the second one, and I was wondering if I could ever get in, and maybe I should just go with other programs. At the end, I gave myself a hard dead line, and the rest was just the beginning.Codesmith is going to push you out of your comfort zone. If you are naturally curious (aka console.log blobs just to see what it says, or try to use Node to build your own containers), then you are in luck. You will find other engineers who are equally curious. By the way, do you know the difference between setTimeout, IO callbacks, setImmediate, and Promises? What if I told you they go into different queues and a lot of other people have it wrong thinking there's only one? Codesmith will not teach you those things, but if you have an inquisitive mind, you will naturally gravitate to find those answers with like minded engineers.It is normal that different people have different preference. It's not good or bad, but simple preference. If you require detailed instructions (like a classroom setting or tutorial type walkthrough), then Codesmith will be disastrous for you. You will absolutely hate it because the only instructions you get are very high level. No one will say, declare a function here with three parameters, and you loop here, then you return here. You are supposed to extend your knowledge to unknown areas like a true engineer. Do you think building a functional CRUD app is a big achievement? At Codesmith, residents build CRUD apps as dummy data for projects. Before I began, I never thought of achieving the level of of engineering capability that I am now, but I can honestly say, if you love pushing it, if you love to break things and see what happens, Codesmith is definitely the right place for you.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +246831,10643,codesmith,Hari,False,2018,Turning Point in Life,2019-02-12,5.0,5.0,5.0,5.0,"While I was searching for the best software engineer residency program, Codesmith’s JS Hard Parts caught my attention.Their hardparts lecture was an eye opening experience overall due to their simple and organized explanations.I finally understood the... Read More “Why” and the “How” behind my code and was able to implement them throughout my algorithm problems using technical communication.It was all or none. Either I wanted to be a software engineer and live my dream or continue my job that I didn’t have any passion for... I made a quick decision to quit my job and dedicated the next 6 months to solely focus on building my future and career (3 months to study and pass Codesmith's interview and the other 3 months to face the immersive 12-week program at Codesmith).Since day one of Codesmith immersive program until now, I have not once regretted my choice, but rather thought this was the best decision that I made in my life.Yes, it was extremely long and painful hours that I invested at Codesmith— Waking up at 6am and arriving back home at midnight for 6 days in a week was intense. However, all the hard work and effort that I put in was for ME. It’s the best present I could give myself, and accomplishing these goals that I set has been the most rewarding moment. I wanted change. I wanted challenge. I needed my innerself to be uncomfortable so that I could grow as a developer and as a person.Codesmith support is there 100% of the time. You have to ask and seek for this.As cliche as it may sound, you can lead a horse to water, but you can’t make him drink.I used the Codesmith facility as if it was my house. I asked the fellows and the lead technical mentor for help and support.Codesmith has a system in place. Believe in the system and put your 100% into the program.Just warning you… you will feel overwhelmed and bombarded with loads of materials. This is the way to learn.The whole 12-week program is planned out. You have to go through the struggle and pain to grow and become an engineer who can debug, code review, and listen to peers to code efficiently. Once you know how to enjoy the emotional rollercoaster, you will be successful.There is no guarantee in anything in life. However, I can guarantee that you will receive the best support even after the cohort is finished.Coming out of Codesmith, I got a job offer in a mere one month after completing the program. Within that one month, I scheduled multiple mock interview sessions with the lead technical mentor (Sam Goldberg, thank you Sam!!! ).I cannot thank Codesmith enough for believing in me and always reminding me that it is possible. I overcame countless instances of imposter syndrome to become an optimistic and self-rewarding person.All in all, Codesmith is the best program in all aspects: system, community, and after-support.Read Less",,Unknown +246827,10643,codesmith,Manjeet Kaur,False,2018,Codesmith - the place to grow,2019-02-10,5.0,5.0,5.0,5.0,"The journey of being a good developer constitutes being great at problem-solving and confident of your skill set. Before joining the Codesmith residency, I had spent a lot of hours coding as a front-end developer and loved every bit of what I did. Yet,... Read More my computer engineering degree and my passion did not translate into awesome job opportunities as somewhere I felt like an imposter. After watching the online material on Javascript by Will, I knew that I had to invest in myself and joined the residency program.I love coding, so spending countless hours coding and learning about the core of web development was a treat! But there was something more - the positive environment and knowledgable mentors like Alex just made me more confident of my skillset and appreciate the development world with a whole new perspective. The team always supported my curiosity and had advanced material for people who had their basics covered. Gosh - those long conversations on systems engineering and the mentorship played a huge role in teaching some amazing life-lessons that are a bit as important a being a good developer.At Codesmith, I grew in multiple dimensions and would recommend it to everyone who wants to start their journey as a developer or hone the mindset of being a leader in the development field. Love the folks that I met at Codesmith.Read Less",Software Engineering,Software Engineering +231632,10643,codesmith,Edwin Lee Rogers,False,2018,An incredible learning community,2019-02-08,4.3,4.0,4.0,5.0,"I had a very good experience at Codesmith. There were a few areas where I personally saw some room for improvement, which I will discuss below, but overall it's certainly an excellent program. Here are my thoughts on its strengths as well as just some... Read More things to be aware of as you decide if CS is right for you.First off, the culture at CS is amazing. Everyone is super friendly and supportive of each other as they go through this sometimes stressful/intense learning process. While I feel lucky to have worked with such a great group of people at CS I also know it wasn't luck: CS takes an active role in shaping the culture, carefully choosing who to admit and then setting expectations about being empathetic and putting others before yourself. From there it takes on a life of its own, as the positive energy creates more positive energy. You will work many long, difficult hours at CS, but it won't really feel that way because it's such a supportive, fun environment to be in. The importance of this cannot be overstated.The other remarkable thing about CS, and this actually encompasses a range of topics, is how great it is at dealing with all the intangibles around coding and finding work. It's about turning you into a software engineer, which means shaping who you are as a person. They help you manage 'imposter syndrome,' while learning to accept and embrace the struggle that comes with working on difficult challenges. Beyond that they offer a lot of great advice on how to present yourself to maximize your odds of finding a good job, and what employers are actually looking for (as distinct from what they might say they are looking for), helping you to present yourself as that perfect 'fit.' There's a lot about managing people's perceptions... part of that is, frankly, helping you create the impression you have more experience/expertise than you actually have, without actually lying. If you wanted to be cynical you could call this deceitful... But let's be honest: this is the real world we live in. It's not fair, and people often make decisions for shallow, unconscious reasons. CS helps you find every possible way to prime employers' expectations to see you in a certain light and tip the odds of success in your favor.As we learned these psychological tricks I couldn't help but consider how the CS program was also trying to shape our own perceptions as students. They try to make you feel that upon leaving CS you are now ready for top-level coding jobs... somewhat regardless of where you may actually be in terms of your skill/knowledge level. I think the thinking behind this is that employers are hiring people based on subtle cues that they pick up from the applicant, and that if you are confident in your abilities they will pick up on that and will be more likely to hire you. (And after that, you'll figure it out... It's what you did at CS after all.) For this reason it's important that you see yourself as an advanced level engineer, and truly believe it. If you believe it, it will become true. Indeed every step of your journey at CS is about convincing you to believe in your own abilities. Codesmith has a very specific teaching style, which they use in a sort of one-size-fits-all kind of way... Essentially they don't really 'teach' at all, but rather have you figure it out yourself. They feel strongly it's the only way to really learn this stuff. During the first part of the program there are lectures to provide a super high level overview of material (for example, the purpose of a framework) without getting into any actual specifics about the code. You are paired with someone to work on a related challenge and the two of you basically try to figure it out together. This often involves using online tutorials or Youtube videos or whatever to try to figure out what's going on. In that sense you might think, ""well this is what I was already doing before I came to CS!"" There are a few important differences though: You will work way harder than you would on your own, and you will be working alongside a great group of students in the same boat, all helping each other. Certainly no 'meetup' could substitute for the community of learners you'll find yourself working with at CS. So it's more that CS is providing an optimal environment for learning than it is that they're teaching you, per se. The students who figure things out first often end up showing the others what to do, so actually it is your classmates that do most of the 'teaching' in that regard... I think those students probably get the most out of the program, as teaching others is the best way to solidify one's own understanding. It's worth noting that Codesmith is really not at all like the Hard Parts lectures. Those involve getting into the nitty-gritty of javascript, with the teacher typically asking lots of questions to students, really keeping you on your toes and making sure you're following along. (Will Sentance, the co-founder of CS, is particularly great at this) When I did the Hard Parts I thought ""Aha! This is exactly what I need!"" In the program itself, however, teachers don't really call on students much or get into many details. It's more: here's a slide show for a high level overview... now go figure it out. One advantage of this is it's how the real world is: no one will be holding your hand. If you can do it here, you will be able to do it out there as well. But it can also be frustrating, especially if you were expecting to be taught how to code.Having worked as an educator, the traditional conception of education has three basic steps: the teacher shows students how to do something, the teacher assists as students try it themselves, and finally the teacher has students do it all on their own without help. (aka ""gradual release of responsibility"") Udemy classes and other online tutorials typically don't get past step one, which is a major limitation on their effectiveness. Codesmith, on the other hand, pretty much just skips straight to step three. It's basically a ""sink or swim"" approach.They emphasize that if you are struggling that is itself a success: You are training yourself to keep trying and not give up even when you feel stuck. (""Building that muscle"") And I think there's something to that: Surely a big part of what employers are looking for is people with the patience, persistence and determination to work through difficult challenges. It can be frustrating though when you feel lost, because no one's going to really make sure you're getting it. Personally I found myself struggling a lot. During the first part of the program Mondays start with an assessment that tests your understanding of the previous week's material, which you will then hear back about on Saturday. If you did not do well someone will go over the assessment with you before you leave for your (one day) weekend. Those one-on-one sessions can be very helpful... I would actually say those were some of the most productive times for me at CS in terms of furthering my learning. I do wish they had occurred in a more timely manner though.The latter portion of the program is basically all group work on projects. If you know enough to be able to contribute you can learn a lot because it's real coding, and the things you learn along the way, as you hit blocks and work through them, will likely stick. Personally I think I would have benefited more from more structured lessons, along the lines of Hard Parts, that drilled in all the basic skills until they're second nature, with such lessons gradually giving way to more independent work... rather than just being set loose on these big projects. ""Rote learning"" is not sexy by any means, but I actually felt CS could have used some of it. There's just a lot of vocabulary and syntax you need to know. It seems like a 'boot camp' environment would be the ideal environment to really drill that stuff in.The CS curriculum provides a brief introduction to a number of coding areas, but they keep things moving along quickly. They want to get you working on the deep stuff that's going to look really impressive on your resume as soon as possible. This points to an important distinction: the goal of CS is to not exactly to teach you how to code, but to help you land a great job. The two goals are of course related, but where they diverge CS is focused on the latter. They want to help you come off as that 'rare unicorn' who has somehow taken to coding so naturally you could instantly move into working in super challenging areas. Employers will be so impressed at the challenges you've been pursuing that they will just assume you must also be solid on all the basics. And, frankly, if you had to choose between being great at coding and having a great coding job, which would you choose? Probably the latter... the reason you want to be great at coding is probably so that you can get that great job. Well that's exactly what CS is going to help you do. Along the way you will pick up some coding skills, but the idea is that once you get that great job you will essentially be able to figure out what you need to know on the job. This will be possible in part because you have confidence in your own ability to figure out whatever challenge is thrown at you. And in truth the coding skills required for success will constantly be changing as technology evolves anyway, so knowing particular skills is less important than having the confidence, patience and persistence to figure things out. So, the focus on just landing the job does make some sense.The mantra from CS instructors is 'trust the process,' basically implying 'we've got this figured out.' Along with that is the implication that the process only works if you 'trust' it... that is, you believe it will work. Apparently there was one cohort where one student felt strongly that Codesmith's approach to teaching was wrong and who managed to convince the rest of his cohort of this. This cohort didn't get as much out of their time there and was then significantly less successful in finding work after graduation than other cohorts. I can believe it. So much of life is about attitude, beliefs, expectations, etc. So it makes sense that CS is very vigilant about keeping everyone onboard the program and clamping down on any sort of negativity or 'dissent.' I think this is done with the best interest of students in mind. Where it becomes a little tricky is if it doesn't allow for the curriculum or teaching methods to be questioned, thereby preventing improvements. I feel like more could be done to make sure everyone is progressing and to find ways to meet the needs of different types of learners. At no point, for example, do they ask students for feedback about how the program could be improved, which surprised me (also true for CS Prep, btw). I think they just don't want to encourage any negative thinking about the program, so that everyone will feel like they got the best possible education and therefore go into the job hunt with confidence. It's understandable, but I think they'd be able to make the program even better if they were soliciting constructive criticism to guide future iterations on the curriculum.Despite these concerns my experience at CS was overall very positive. Hopefully this provides a realistic sense of what Codesmith is all about to help you decide if it's right for you. While I heard other students privately raise some of the same issues I never once heard anyone say they regretted their decision to enroll. A number of people went so far as to describe it as a life-changing experience even. Personally if I had to go back and decide whether to do it over again I think I would, BUT I would wait and spend more time studying before enrolling. I enrolled as someone without any computer science background, really only having done some Udemy classes, the Hard Parts lectures and CS Prep. I knew the CSX material backwards and forwards and could write a 'reduce' function in my sleep, but I didn't know much beyond javascript. In retrospect I wish I had been more comfortable writing CRUD apps (if you don't know, look it up) before I got to CS, so I could spend less time learning the basics and more on the advanced features we were supposed to be working on. As it was I spent a lot time during the day struggling with things far over my head, often feeling like I was spinning my wheels, while spending nights trying to catch up on the basics. I certainly learned WAY more than I would have just studying on my own for those 13 weeks. Coming out of it, though, I'm currently working on solidifying the skills I was introduced to at CS, that are listed on my resume, so that hopefully I will feel comfortable using/discussing them in an interview situation. That's not exactly where I was hoping to be at this point, although I'm optimistic I will get where I need to be.I would especially recommend Codesmith to people who already have some computer science experience, whether from school or work. It is possible to come in relatively 'cold' and succeed (I saw people do it), but it's much harder. I would at least find out the frameworks/technologies/etc covered in the curriculum and try to do a Udemy class or something on each one before starting the program. You're going to be figuring most of it out yourself anyway, so might as well get a head start on that. I am a very recent graduate and have yet to really begin my job search in earnest... So far the job search support does seem very good though. They definitely don't just forget about you after you're ""done."" If things go as they say to expect and I eventually land the kind of job they are saying we should be able to get, then by all means this program will have been worth every penny and more. Certainly many alums have done very well. Overall, if you are looking to do a 'boot camp' style program (a term they don't actually use, btw) you should definitely consider Codesmith. It's not a boot camp in the sense that they're going to drill coding skills into you, but it is in the sense that it aims to shape you as a person, instilling you with confidence and a problem-solving mindset. They encourage you to think like a software engineer, and think of yourself as a software engineer... confident you can figure out whatever's thrown at you, because you've done it before. The idea is that if you can make that paradigm shift in your head, the rest (i.e. learning specific skills) will follow in due course.And in the process you will become part of a great community. It's a sometimes stressful, even grueling experience... but one that's also full of a lot of joy, camaraderie and discovery. I know it's a time in my life that I will always remember fondly.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +246716,10643,codesmith,Emeka Okonkwo,False,2018,"It was Intense but of course it was, it is an Immersive program and i am a way better programmer going out than i was goin in.",2019-02-06,5.0,5.0,5.0,5.0,"My Journey with Codesmith started wiht ""JavaScript, The Hard Parts"" (as i presume with most). At the time i searched on Switchup and Codesmith was rated Numero Uno and flooded with loads of positive views. Naturally I was skeptical, any rational thinking... Read More human would be--- i mean life will teach you that when anything sounds too good to be true, thread lightly. But Codesmith was different the moment i walked into JSHP, the care and positivity moved from the very top, through the staff and to the random joe who just walked into the building. Im telling you, its an energy thing!Now the curriculum is no joke!!!! DUH --- its an IMMERSIVE program... you have 12weeks to test your brain/mind capacity and speaking from my own personal experience... if you trust your mind, it won't dissapoint you. The common saying is ""Trust the Process"" . This is true, the only person in your way, is really you, and i know how cheesy that sounds but it is so true, the moment i learned to get out of my own way, the moment it started to click. And the faculty have classes designed to help you deal with each stage of the ""Process"" (there goes that word again). So they cover all the bases from: tackling algorithms, pair programming, how to deal with imposter syndrome, how to tackle interviews (this i never thought of as a skill to master but it sooo is), they have fellows and technical mentors who are always Willing to help... think about that for a hot sec ... when was the last time you went to an entity/office/organization and the staff is invested in you learning. Like, they get genuine satisfaction from you improving... that is their reward.I loved the curriculum, it was a challenge for me, but how do you grow if not through adversities and the tougher the road, the stronger you become and I am glad i went through it. My knowledge of programming after codesmith compared to before codesmith .... I honestly do not know what units to use to quantify.You are always family and they checkin on your interview process after the programme to see where you may need help. Amazing!MekaRead Less",Full Stack Software Engineering Immersive Program,Software Engineering +246705,10643,codesmith,Andrew Wong,False,2018,Worth the Investment,2019-01-31,5.0,5.0,5.0,5.0,"I was extremely skeptical of most coding bootcamps: especially ones that provide seemingly lofty promises with regards to your career success. After some lengthy research and consideration, I decided to show up to a JavaScript hard parts lecture at Codesmith... Read More to see what they were all about. That single lecture changed my mind about what bootcamps can offer, and it cemented my idea to finally commit three months of my life to the Software Engineering Immersive program. I ended up going with Codesmith not only because of the excellent teachings of Will Sentance, but because they seemed to aim higher than other bootcamps. Most schools are satisfied with their graduates getting entry-level jobs, but Codesmith promises to go above and beyond to help students bolster their career with well-paying, mid or senior level positions. At this point, the real question is: have they pulled through? My answer is a resounding ""yes"". First of all, I have to compliment Codesmith's ability to choose the right people. All of the people that worked alongside me in my cohort were very friendly, eager to learn, and great to work with. Codesmith works hard to ensure that all of their students work together to help each other succeed. The rigor of the curriculum is definitely no joke. Even though the program lasts for only three months, Codesmith does a good job at concentrating your time on the things that matter. The subjects they teach evolve as quickly as the market does and you can be confident that everything you learn at Codesmith will be relevant and up to date. Now, as a full-time developer, I can confidently say that attending Codesmith was one of the best decisions I've ever made. I would highly recommend anyone looking to change careers or bolster existing knowledge to consider Codesmith as their school of choice.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +246542,10643,codesmith,Gregory Domingue,False,2018,The most intense learning experience of my life,2019-01-30,5.0,5.0,5.0,5.0,"The program was amazing. The support they give before, during, and after is unparalleled. I was not sure I wanted to go until I attended one of the free workshops that they have bi-weekly. The way they explained the code and the level of depth they went... Read More into really opened my eyes and made me realize this was something I wanted to do and could do. Codesmith teaches a great tech stack but more importantly, Codesmith teaches you how to learn and continue to grow as an engineer. I would have taken a star off of Curriculum for not having AWS, but I hear they recently added it.This program is intensive and you will need to dedicate yourself entirely to the program. If spending six days a week 12 hours a day coding, this program isn't for you.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +246618,10643,codesmith,Aaron,False,2018,Like no other,2019-01-28,5.0,5.0,5.0,5.0,"Before Codesmith, I attended another well known bootcamp in the city. I was fortunate enough to graduate and was hired as an assistant instructor a couple months later. Although I felt confident landing a junior dev job after my experience, I also felt... Read More like I was missing some very core JS and CS knowledge. I stumbled upon Codesmith randomly when one of my students posted a meetup in slack on closures. I figured that this would not only benefit my knowledge but my ability to teach the language well enough to my students. A few minutes in, I realized I was sitting in on what seemed like another bootcamp but something about Will's rhetoric made me see otherwise. Learning core JS topics such as the Event Loop, the prototype chain, and closures were things I didn't get a chance to deep deep into at my last bootcamp. Technical communication was something we did not prioritize in our curriculum but Codesmith looked at this as one of the most important aspects of a good engineer. The fact that Codesmith grads were landing mid-level positions after graduating also made me realize how different this in-fact was. I knew I could benefit two-fold from this experience, gaining valuable training in becoming an autonomous engineer, as well as preparing myself for a mid-level engineering role or better. All in all, everything about the curriculum was solid, far above the average bootcamp, but the real selling point was the Codesmith community. Having a chance to talk to the engineers in the residency and the staff, I got a sense of being in a place where people were truly invested in my success. The office was very warm and welcoming even as a guest. The commitment to peer programming and encouragement to mingle after JSHP got me excited for what could be, and I am here to say that it did not disappoint.During my time at Codesmith, I had the pleasure of meeting and working with some of the most diverse individuals in the world. From a professor of Philosophy, to a junior architect, Codesmith's program goes to show that technical chops is not the most important aspect of a solid engineer (although you will definitely be challenged, even if you have a technical background). The long nights of talking code and breaking through blocks was something I hadn't experienced before, even as a college student. We built everyday, pushed ourselves at every moment, and I am grateful for the process. I was able to land a mid-level position a couple months after graduating due to the intense curriculum and amazing hiring program that will change the way you outreach for positions.I more than quadrupled my income, now earning a 6-figure salary with an outstanding startup company in Soho. And although this outcome has been life-changing, the real reward will be the skills I gained in becoming a framework agnostic engineer and the family I gained during my time. Codesmith truly is like no other.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +246616,10643,codesmith,Anonymous,True,2018,The GOAT,2019-01-27,5.0,5.0,5.0,5.0,"Codesmith is as advertised and everything could want and need from a program. I just accepted a 6-figure offer, 8 weeks out of Codesmith. Codesmith provided me with the right tools to be competitive in the market. What I appreciate most about Codesmith,... Read More is the honesty about what you getting yourself into and that there is no easy route. They teach you to believe in what you are capable of and then help you establish the routine and mindset to be successful. There was a common phrase throughout my time there - ""trust the process, it works"", and it does. What really sets them apart though is their dedication to community, because being a skill full developer is not nearly as affective if you dont have the network/friends to lean on when it gets tough. Codesmith is an ego free zone and full of people who just want the best for you. Its truly a special place and an experience I am thankful for and wont forget.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +246555,10643,codesmith,Chris,False,2018,"A One-of-Kind, Immersive Accelerator",2019-01-24,5.0,5.0,5.0,5.0,"Codesmith’s Software Engineering Immersive was one of the most demanding, rewarding, and unique experiences of my life. I entered the program after 10 years as a professional musician, with no technical background, and am leaving with the skills and confidence... Read More to work alongside seasoned software engineers.In my search for a software engineering immersive, I went through considerable research to find the ‘best’ option. For options in Los Angeles, the search led me to Codesmith and Hack Reactor. To evaluate these programs I worked through their respective online prep materials, attended in-person info/coding sessions, and spoke with company representatives. While I experienced Hack Reactor as high-quality and professional, Codesmith was a cut above. In the areas most important to me, curriculum and culture, Codesmith impressed. CSX, Codesmith’s online prep platform introduced advanced JavaScript topics and provided challenging exercises to reinforce learning. (It took me 2 days to solve Intersection on the Callbacks & Higher-Order Functions module! This was my introduction to one of Codesmith’s teaching paradigms, learning through struggle.) Their live workshop series, ‘JavaScript: The Hard Parts’ provided an opportunity to connect with aspiring engineers, current residents, and faculty. The people I met were personable and encouraging. They didn’t make me feel self-conscious about my lack of prior experience but created an environment where I could build confidence in my nascent coding skills. These observations, of Codesmith’s high technical standards and supportive community, convinced me to enroll in their full-time Software Engineering Immersive.My time at Codesmith as an engineering resident was intense, in the best possible way. The pace moved quickly through advanced material. As students, we were constantly being stretched to the edge of our ability, which served to accelerate our learning. Every two days we were assigned a partner to pair-program through various units on Algorithms & Data Structures, React, Redux, Node, and SQL databases. We were provided high-level lectures and support from Engineering Fellows, but much of the learning came through reading documentation, struggling through prepared challenges, and collaborating with other students. This helped me to see that Codesmith has designed its process to not only teach software engineering, but to build meta-skills of collaboration, navigating uncertainty, and learning how to learn.Codesmith balances its academic rigor with a supportive, inclusive learning environment. Prospective students are screened for cultural fit and soft-skills like empathy and cooperation. It shows. My cohort consisted of brilliant, driven people who supported each other through the process. In a setting that might easily become competitive, my peers were humble, team-focused, and committed to helping others.Lastly, Codesmith’s hiring program is incredible. Hiring lectures are thorough and battle-tested. Students receive detailed feedback on resumes, online profiles, and outreach strategy, along with one-on-one support for salary negotiations. CEO and co-founder Will Sentence personally reviews and signs-off on each resume. I was so impressed by his investment in the success of every resident!I realize a review so positive might be met with skepticism, but I’ve found Codesmith to be exceptional at every turn. (Time and again I felt the value provided far exceeded the cost of tuition.) For those who are determined and willing to push through every obstacle, I’d recommend Codesmith without hesitation.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +246540,10643,codesmith,JY,False,2018,Life changing and accelerated my career,2019-01-24,5.0,5.0,5.0,5.0,"Codesmith has to be one of the best decisions I have made for my career. I have attended another bootcamp before and the depth they go into a stack does not come close to Codesmith. In other bootcamps, they will teach you how to build an app, but Codesmith... Read More will go beyond that. They will go in depth on how JavaScript is working under the hood, best practices, design patterns, advanced algorithms, etc. Not only is the course rigorous, yet rewarding, it is the culture here that really stands out. Everyone, from the staff to the TA's to the students, all put in long hours, support each other and go deep into the technologies we use. Everyone stays late to explore new technologies and build amazing projects, most of which are tools for other developers! Many students and grads are contributing to the open source community and sharing knowledge to the public through speaking events. What convinced me and made me pull the trigger to attend was going to their weekly JavaScript the Hard Parts. If you are on the fence or skeptical, attend one of Codesmith's weekly workshops and you will see why this place is different from all the other schools.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +245583,10643,codesmith,Eterna,False,2018,Elite Coding Bootcamp,2019-01-24,5.0,5.0,5.0,5.0,"Codesmith is probably one of the top 3 bootcamps in the US. I was skeptical about their average starting salary report, but now that I've graduated and begun my job search, I definitely believe it. The way that you talk about technologies, the presentations... Read More you end up giving, the resumes/projects you come out with and the level of code you write when you leave is really impressive. You go in watching the current residents give presentations thinking ""I have no idea what they're talking about,"" and within 6 weeks, you've become one of them!I initially became interested in Codesmith because I was impressed with their curriculum-- they include a bit of OOP, data structures/algorithms and ML. After researching and attending an in-person workshop at both Codesmith and another Los Angeles bootcamp, I was pretty sure Codesmith was the best program in Southern California. I highly advise attending free workshops at whatever camp you’re considering! I attended a Codesmith JavaScript Hard Parts (JSHP) Meetup and was very impressed at the level of detail they went into how JS works under the hood. My mind was left reeling, trying to understand the single thread of execution going through the code, how execution contexts were being popped on and off the call stack, how closure worked due to JavaScript’s lexical scope, etc. I also saw that some residents were actually C.S. grads! So I knew that Codesmith was pretty technical and probably had a decent filter for admits. When I joined, a number of my cohort-mates were actually bootcamp grads from other bootcamps! Codesmith was their 2nd bootcamp. :OAbout the culture/people: there were definitely times I felt our cohort was warm and fuzzy and supportive. Each cohort is very different, but they do a good job of picking the right people and building an inclusive, collaborative culture. They go out of their way to make sure nobody feels left out and to moderate inappropriate comments, etc. They also support women/minorities in tech with scholarships ($) and educate us about imposter syndrome and gender/race biases, with the hopes that we as future senior-level engineers can be cognizant about these issues. Thumbs up. I loved everybody I got to work with, and we'd go out to eat in Chinatown everyday, play ping pong and board games, karaoke, etc. Everybody's in it together, and soon, instead of a culture of comparison/competition, it's a collaborative culture where we help each other out by whiteboarding and teaching/pair-programming.That said, Codesmith may not necessarily be a good fit for everyone - in the first 6 weeks, the curriculum moves very quickly in 2 day units, and in the last 6 weeks, there is a high degree of autonomy (you must be strict with yourself). The instruction is excellent and I think the curriculum is extremely well thought-out, but since you only get three 1-hr lectures for each unit, you're forced to challenge yourself as there is little hand-holding. You learn to read documentation on your own and problem solve aloud via pair programming. This mirrors real-life and sets you up for future situations at work (and understand where your weaknesses are). For future improvement, I wish they enforced penalties and gave a bit more structure to our production project period. I also wish they provided a teeny bit more guidance as we struggled through the challenges haha~ but the on-site fellows were amazing and often nudged us in the right direction whenever we needed help. The wonderful fellows also provided one-on-ones every week for each student that didn't pass the weekly assessment.The hiring lectures and job preparation/resumes were phenomenal. The advice they give you is gold, and it's quite a transformative process when you look back at what you were like before. You make back your monies in those workshops right there. I don't think you'll regret it - it's a worthy investment in your own future. Just attend a JSHP and check it out for yourself! :)Read Less",,Unknown +246499,10643,codesmith,J,False,2018,Credible place to level yourself up in software engineering ,2019-01-23,5.0,5.0,5.0,5.0,"Think of the programme as an engineering startup and a very challenging environment. Every single day you will be working on some latest software engineering concepts, pushing yourself forward every time you hit a block.The projects you can build here... Read More are amazing and definitely will make you stand out as a credible engineer, not like an average boot camp grad.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +245438,10643,codesmith,Frank,False,2018,"Best coding school, period.",2019-01-23,5.0,5.0,5.0,5.0,"This program is parallel to none. I went to undergrad at Berkeley, and my three months at Codesmith was more academically rigorous than any semester during college. But there is a great deal of support. The instructors, TAs, and fellow students all put... Read More in the extra hours to support each other and make this place feel like home.I had another friend who went to a different coding school in the same city two years ago, and he's been working as an engineer in industry since. I'll be commanding a higher salary than him upon my graduation here from Codesmith.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +245417,10643,codesmith,adrian sun,False,2018,Love this place,2019-01-23,5.0,5.0,5.0,5.0,"If you are still unsure about which school to attend, I would seriously recommend going to the meetup and seeing the level of engineering excellence that they can provide. The program itself is difficult and rigorous, but the level of knowledge and skill... Read More that you walk away with is amazing. They really encourage a good community among each cohort, and it was a real treat being able to meet like minded people who were also as passionate about learning as I was. The job support is awesome and very helpful. I would 100% recommend this program as it has really helped me achieve my goals.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +246494,10643,codesmith,Serge V,False,2018,Extremely Challenging and Rewarding,2019-01-22,5.0,5.0,5.0,5.0,"To me, CodeSmith can best be described as an accelerator. If you're a self-driven learner, CodeSmith will challenge you with a very intense and in depth JavaScript based Computer Science curriculum. Every day, you'll be pair programming with a group of... Read More like-minded students and pushed to explain your thinking and build up your technical communication skills. By the end of the experience, you will have multiple projects in your portfolio and feel confident going out to the search for a mid-level or senior-level software engineering role. More than teaching you Node.js, React and Redux - Codesmith teaches you how to tackle and conquer any new technology.While the computer science education is fantastic, perhaps the greatest value CodeSmith provides is its rich career development program. The insights you get from the founders of Codesmith - who teach the career development curriculum themselves - is worth the price of tuition alone.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +246339,10643,codesmith,Anonymous,True,2018,Amazing Experience,2019-01-21,5.0,5.0,5.0,5.0,"Codesmith allowed me to expedite my path to becoming a software engineer far more than I could have on my own. The day-to-day agenda kept me busy at all times, but I enjoyed every bit of it. I feel that their curriculum not only targets the most relevant... Read More technologies desired on the job market, but also ensures that students learn from the bottom-up. Aside from the program, the culture that's fostered at Codesmith is both welcoming and engaging. They heavily emphasis pair-programming, and I feel that that's allowed me to better articulate myself and my approach in code. I would easily recommend this program to anyone interested in software engineering.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +246105,10643,codesmith,Kevin Mui,False,2018,Incredible Experience,2018-12-19,5.0,5.0,5.0,5.0,"I've never been surrounded by a group of more supportive and compassionate people in my entire life. This is what makes Codesmith such an amazing place. From the academic team to the felllows to your cohort mates, everyone is always willing to lend a... Read More helping hand to ensure your success in the program.The curriculum is rigorous and gets more challenging as the program goes on, but it never feels overwhelming because of this supportive structure. You'll learn the basics in popular web technologies like React / Redux and Node / Express in a very short amount of time but you'll master these concepts in group projects.The hiring support is extensive with Will Sentance and Erik Kirsten leading lectures about the interviewing process and salary negotiation towards the end of the program. Every bit of advice given in these lectures is invaluable to your job search.Attending Codesmith has been one of the best decisions in my life. You'll not only gain a deep understanding of popular web technologies and engineering best practices but you'll learn how to overcome any obstacle as a software engineer. If you're looking for a program that will push you to your limits but supports you every step of the way, look no further than Codesmith.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +245997,10643,codesmith,Garron M,False,2018,What can I say that hasn't already been said... ?,2018-12-06,5.0,5.0,5.0,5.0,"""Transformative."" ""Easily worth the investment."" ""Unlike anything I have or will have ever done in the best possible way.""Believe me... I was sitting in your position just months ago reading through the reviews and contemplating which one of these software... Read More engineering immersion programs was a fit for me, if at all.Do this instead: Attend a JavaScript: Easy Parts then a Hard Parts Workshop (cost: always free) this upcoming week. Then go back again over and over. Why?No one goes into as much depth about the intricacies of how JavaScript works, especially with respect to asynchronous features, the event loop, and the microtask queue. You will learn so much from the Codesmith faculty as well as from your peers, because pair-programming is a huge part of it. Still lost? Don't worry, I was too. But believe me, the effort this place puts in guiding you through the core pillars of software engineering is one-of-a-kind.Now onto the program. It's phenomenal in every sense of the word. Bright engineers from the residents you'll be building amazing open source projects with, the stellar fellows who will stay late in the night to help you debug, to the instructors who have an incredible track record of molding you into the model mid-level / senior engineer you will soon become. So again. If you're thinking about heading down this route, do yourself a favor and attend a workshop. You've got nothing to lose.Thank you, Codesmith!Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +245720,10643,codesmith,Andrew Fuselier,False,2018,Worth the work!,2018-11-15,5.0,5.0,5.0,5.0,"Codesmith is an amazing program that can push you as far as you're willing to go. This isn't a beginner ""learn how to code shop"". This is a full-stack, immersive engineering program that will more than prepare you for a career as a software engineer if... Read More you're willing to put in the work. The program is split into two halves. The first half focuses on core technologies and strengthening technical communication skills as you learn. This includes daily paired programming exercises and group projects that will challenge both your creativity and your engineering abilities. This is the best way to learn this stuff! And you will stand out as a technical communicator after Codesmith. The second half begins after a one week ""break"" that you'll spend brainstorming with a small group. You'll get to solve a developer facing engineering problem that you'll discover during this week of ideation. You're solution will be an open source library. Open source development is an amazing way to get experience solving problems. And the caliber of problem you'll be tackling will be much larger than a typical CRUD problem. It may even at times feel like an impossible task, but somehow everyone makes it through and they're much better engineers because of it. After that Codesmith, goes above and beyond helping you prepare for the job search. They've been doing this for a while now and the number speak for themselves. Work hard, follow there advice, and you'll be crushing interviews and on your way to a job offer. I had an awesome experience at Codesmith. My cohort was amazing and so hard working. The staff was extremely supportive and really friendly (always stuck around well into the night for Thursday night drinks :) ). I'd do this program again in a heart beat. The job search wasn't fun, but I got through it and now I'm an fully employed software engineer and I have Codesmith to thank for that. If you're considering programs in LA or NY and you're willing to put in the work. This is the one!Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +240844,10643,codesmith,Adrian Diamond,False,2018,Great course!,2018-11-12,5.0,5.0,5.0,0.0,"The instruction was very good and I became close with some of my cohort-mates. Ryan is a supremely knowledgeable teacher and an incredibly nice guy. The course helped me to fill gaps in my knowledge as well as build up more confidence before doing a technical... Read More interview for Codesmith. Since the lectures move quickly and the concepts require time to digest, I would HIGHLY suggest becoming familiar with ALL of CSX--the online pre-course material--before attending. If not, you may feel behind in the pair programming sessions and not get the most benefit from the course.Read Less",CS Prep ,Software Engineering +245586,10643,codesmith,Maya Roman,False,2018, Absolutely worth it.,2018-11-06,5.0,5.0,5.0,0.0,"Cs prep helped strengthen the weaker areas and gaps in my software engineering knowledge and helped me feel more confident in applying for the full-time Codesmith program. The instructor did a fantastic job of covering each topic in a way that was engaging... Read More and inspiring. He also was open to answering questions and made sure that some of the more challenging concepts were understood at a foundational level. This was helpful because the people within my cohort all varied in their level of experience. Cs prep also put a strong emphasis on pair programming as a learning tool and I couldn't agree more with how beneficial it has been to my overall growth. The program ends with the building and presentation of a group project. During this time, you get the opportunity to apply what you learned to something more tangible and although it is challenging, it is really nice to see it all come together in the end into something you and you group can feel proud of. I would definitely recommend Cs prep to those who are serious about applying to Codesmith but are still on the fence about their technical communication and foundational software engineering skills. I am happy to say that after I attended cs prep I got accepted into the December 17 cohort and I am really looking forward to all that is to come.Read Less",CS Prep ,Software Engineering +245585,10643,codesmith,Emilia Brizuela-Nothaft,False,2018,Propelled me into Javascript,2018-11-06,5.0,5.0,5.0,0.0,"I chose to enroll in CS Prep because I had started to learn to code on my own, but with no prior experience or community of fellow programmers I felt stuck. I was drawn to the part time schedule and short time frame, along with small group size of CS... Read More Prep, and the syllabus seemed thorough in covering the fundamentals of Javascript.I appreciated that there were students of all different experience levels, and the instructor (Ryan) was incredibly encouraging while still pushing everyone to extend their individual knowledge. The class was structured around empathetic learning which helped everyone feel at ease, and encouraged all of us to really care for the learning of others, not just ourselves.By far the most effective part of the course for me was pair programming. Since I had only learned to program on my own, it was amazing what working with one other person could do for the growth of my learning, and it especially enhanced my technical communication. I think it was important to pair program in the context of this course because we were easily able to check in with the instructor or other classmates if we had questions or clarifications.I learned so much in two weeks that I decided to take the course again and learned so much more because I had created a solid foundation to build on. I highly recommend this course to anyone who is starting to learn Javascript or needs to brush up on fundamentals.Read Less",CS Prep ,Software Engineering +245551,10643,codesmith,Joe Cervino,False,2018,Growth. In every way.,2018-11-02,5.0,5.0,5.0,5.0,"I did thorough research before applying to Codesmith - I visited every bootcamp in NYC and nothing came close to Codesmith. Not Fullstack Academy. Not Hack Reactor. Not App Academy.Why?Because Codesmith understands something the others don't. Where others... Read More stay confined to the rules society places upon us, Codesmith laughs and navigates beyond them. In part, Codesmith is successful because it asks, can we put you through the right series of engineering hardships to expand your capacities while teaching you the knowledge you need for a mid-level role? The answer is yes. They do.But for me, personally, the value was beyond just professional. My experiences at Codesmith showed me where I went wrong in my childhood development and taught me, the hard way (unfortunately), the right mentality in order to succeed not just professionally, but personally, in every facet of my life.What makes this possible is Codesmith's ability to curate a group of people, a cohort, into a self-dependent, internally supportive collective of minds moving forward with the same goal in mind. That's the secret sauce, and it's unique to the talent of the staff there.That being said, all of my expectations weren't met when it came to the people, but that's actually nothing against the people. That has more to do with my own extreme nature. Entering Codesmith, I had been on the search for a group of people (and an industry) that I could conquer this world with. I wanted to be around people who were willing to discard social norms in pursuit of excellence, but instead, I was confronted with a group of people who had a growth mentality and a decent enough work ethic to get through working 12 hours a day, 6 days a week. But I wanted more. Even though that (crazy) desire wasn't met, I know that Codesmith brought me a step closer to finding those people and that the people there are still top notch.Growth mentality is everything. And, thanks to Codesmith, now that I have that seed planted, the world is mine.(Also, the CEO’s speeches. Be prepared for those.)Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +245550,10643,codesmith,Michael Marceca,False,2018,Most I've learned in 3 months. Ever.,2018-11-01,5.0,5.0,5.0,5.0,"I personally took on this school thinking more a long the lines of 'I need some education under my belt' and not 'I need more knowledge under my belt'. I am thankful that I got way more then I bargained for.College was never a thing for me. I had an array... Read More of jobs prior to self teaching and getting my first job in the industry. At a Web Development team in central New Jersey I was able to pick up the basics of PHP / JavaScript and a good grasp of HTML / CSS. However there wasn't any confidence from the job and with no college degree to show off I wanted some sort of 'I have this to prove that I have the knowledge'. That's what led me here. After 3 short but packed months I can proudly say that I know the little things, the under the hood aspect of JavaScript. It's incredible to come into a program thinking you know some parts about a language and in the end realize you knew just the very basics. Beyond the intense amount we learned, we all came out with new colleagues, new friends, and most importantly, new family. We all came in with something, some more then others, but we all left with extended knowledge in various areas of JavaScript. If you're looking to learn React / Redux, NodeJS / Express, MongoDB / Mongoose and much more then you should take a deeper dive into Codesmith which in return will take a deeper dive into JavaScrip with you.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +245502,10643,codesmith,Will H,False,2018,Life Changing Education and Experience,2018-10-30,5.0,5.0,5.0,5.0,"Codesmith is intensive. It's fully committing, and I believe that's partly what makes it so rewarding. While attending, I worked 12+ hour days, 5-6 days a week. Never before have I felt fulfilled in the manner that I did while working through Codesmith.... Read More The curriculum arms you with all of the knowledge you need to succeed in the workplace: from Agile methodologies to interviewing prowess, I felt as though everything I had done in the course setup me up easily for a mid-level engineering role. The support I received from Will and Eric in both the job search, and negotiation phases was unequivocal and unwavering. They successfully helped me negotiate a $6,000 increase in salary, and did not hesitate advocate for my abilities as an engineer when recommendations were needed.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +245520,10643,codesmith,Eric Carrillo,False,2018,I got my remote dream job,2018-10-30,5.0,5.0,5.0,5.0,"It's hard to put the Codesmith experience into words. This whole process is hard, really hard. Getting accepted, the course, and getting a job will all test you but there is no other place I would recommend someone to. As I write this I'm looking at my... Read More bags, packed and set for the Caribbean where I'll spend the winter earning a sweet salary, working for a great company and surfing fantastic waves. Here's the thing about other programs and about Codesmith, the proof is in the pudding. These guys know what they're talking about, they've produced the goods over and over again. Make sure to look at the other programs outcome reports and go to Hardparts. Do your research and your decision will be easy. See the staff talk and feel the vibe there, you'll see what everyone is talking about. It's a supportive welcoming community of hard working people. I've been at hiring events with people who've attended other programs and the difference is stark. Trust me, you want the cards in your favor. It's hard, it is and they make it that way on purpose but you'll learn the most valuable lesson there is in engineering, how to learn. And when it's hard you'll find the support you need. The learning curve is steep and the job market for your first tech gig can feel impenetrable. Knowing that your buddy got Google (true story), knowing that your mentors from the program are superstars in their own right and knowing that the answers and support that you need through the process is always there is invaluable. This program changed my life. I'm a better person for what I endured through this process. Buy the ticket, take the ride.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +245521,10643,codesmith,Paul Valderama,False,2018,"Codesmith was life changing! From the network you build, to the friends/support you meet, to the engineering experience you go through. ",2018-10-28,5.0,5.0,5.0,5.0,"I am a career changer and found Codesmith at a crossroads in my life. At the time, I was thinking if I should position myself for grad school or look into transitioning to tech, and that's when I attended my first JavaScripts the Hard Parts with Will... Read More Sentance. Codesmith was so welcoming and supportive that I kept coming back. The more JSHP I attended, the less I wanted to work at the Medical Office was at and decided to stop working in order to study coding full-time. I studied and interviewed and was able to get in the June Cohort. One of the biggest things about Codesmith is it's community. As I was studying, I made more and more friends that were studying and setting the same goals as I was. Some of these friends joined me in the same cohort while attending Codesmith, some started at later dates, but all were supportive. One of the best aspects of Codesmith, is it's ability to create engineering environments where students are able to experience real life engineering situations to build out projects, collaborate with engineers, practice engineering empathy, and learn how to solve problems. As a developer, running into blocks and being able to withstand and overcome them, is one of the essential keys to succeeding in this field, and Codesmith makes sure to drive this lesson throughout your time in the program. Everyone I talk to, I tell them Codesmith is a wrap around service, because they not only teach you how to build projects like an engineer, but they teach you how to think like one/learn like one/ and have a work ethic like one. Everything is earned at Codesmith, It takes a lot of hard work and dedication, so get ready to work. Codesmith make's sure you're equipped with mindset of an engineer, and then take it a step further by equipping you with interview skills and application strategies. The network you walk away with alone is worth the price of admission. I am fully confident, anyone who fully invests their time and commitment into Codesmith, will leave with a stronger network, engineering experience, and the correct mindset to start their career as a Developer in the tech industry as they graduate. By the end of the program you will leave knowing Codesmith is family. Codesmith positively changed my life for the better, it's only been 10 mos since I started studying full-time, I'm already working post graduation and very excited to see what's in store for my future in Tech.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +247181,10643,codesmith,Erik,False,2018,An amazing experience,2018-10-26,5.0,5.0,5.0,5.0,"I am a self-taught web developer who recently graduated with a BS in Computer Science. I didn't do any internships during my time at university and had trouble passing interviews for junior developer jobs. I needed something to fill in the gap between... Read More being a fresh graduate and having some industry experience and Codesmith was it.I attended the JavaScript the Hard Parts meetup a number of times before considering the program. I was impressed with the level of depth of the content and noticed my own skills and technical vocabulary improving quickly after just a few meetups. I truly felt that this was a next level program and not just something to get you from zero to ""Hello world!"".The program itself is very intensive and one of the hardest things I've ever done and I would do it all over again. My skills as an engineer and my technical communication improved by leaps and bounds over the course of the program and I now feel confident in tackling any complex or new engineering problem. It taught me how to teach myself, effectively communicate, and reason about difficult problems.I never thought I'd be the type of person giving tech talks in front of large groups of people or being relaxed and confident when whiteboarding difficult algorithms on a whiteboard, but Codesmith gave me the tools, practice, and confidence to do so. One of the most valuable parts of the program is the hiring prep and support. I have since taken a job as a Senior Front-End Developer and couldn't have done it without Codesmith.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +235441,10643,codesmith,Anonymous,True,2018,"A+++ experience, excellent community",2018-10-25,5.0,5.0,5.0,5.0,"I graduated from Codesmith and got a job as a senior software engineer 3 months later - my journey began when I attended a few ""Javascript the Hard Parts"" sessions and was introduced to the community. I did my research about the curriculum and personally... Read More agree with their philosophy that beyond technical skill, there are additional traits that make for a successful engineer - namely passion for and the ability to learn new concepts and technologies, empathy, grit, and communication. These are all traits that I rely on daily at my current job, and they've been well received and recognized by my colleagues. Some of my coworkers graduated from other coding bootcamps, and I'm leading them and coordinating the team to build features. I left a full time job that was technical (though not as engineering-focused as I wanted it to be) to attend Codesmith and I can confidently say it was one of the best decisions of my life and one of the best investments I have ever made. Not in terms of just the financial payoff (I more than doubled my salary), but also the investment I made in myself and my potential. It's truly powerful to be put in an environment that not only forces you to step up and prove yourself (to yourself) but also gives you room to develop your leadership and collaboration skills via the pair programming exercises and group projects. And, of course, I accelerated my growth as an engineer - in terms of the technologies that are taught, I was exposed to many that I had limited prior experience in - Node, React, Redux, Webpack, etc. I had experience with HTML, CSS, SQL, and database design, which was certainly advantageous, and in those cases I was able to hone my abilities by helping fellow residents and sharing my knowledge - all skills that come in handy in a real-world engineering environment. Plus, I now have a network of engineers that I am sure will remain lifelong friends and contacts - people I would be honored to work with in the future, and who feel the same about me. That level of trust and respect cannot be taken for granted. All in all, I highly recommend Codesmith!Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +245446,10643,codesmith,Brittany Miltenberger,False,2018,An opportunity to grow as an engineer and a person,2018-10-24,5.0,5.0,5.0,5.0,"I completed my residency at Codesmith and, without a doubt, this program is one of the best things I’ve ever done. I had been working in software for quite some time as a front-end developer, but had hit a plateau with my career. I took a leap of faith,... Read More resigned from my job, and applied to Codesmith. The technical depth of knowledge I gained in 12 weeks was astonishing. More importantly, I *learned how to learn.*My expectations were extremely well met with what I wanted to get out of the program. Working through the curriculum’s deep dive into core technologies and challenging team projects pushed me to not only be the best engineer I could be, but the best person I could be. I am truly grateful for the amazing staff and fellows who helped push me to the next level and defeat my imposter syndrome. The support network I got during Codesmith, and after, is truly remarkable. I was new to Los Angeles and literally knew no one in this city prior to Codesmith. I now feel I am part of a strong community of engineers and friends who truly support one another. Thank you, Codesmith!Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +245445,10643,codesmith,James Edwards,False,2017,Life Changing ,2018-10-24,5.0,5.0,5.0,5.0,"Just to qualify myself, I graduated from Codesmith and do not work for them. Also, I rarely write reviews unless my experience was exceptional. I have 2 words to describe this experience, Life Changing! When I started my Codesmith journey, I attended... Read More “Javascript the Hard Parts”. Here I met Will Sentence and the Codesmith staff, who where very welcoming. I was absolutely blown away by in-depth, under the hood explanation of the language. While attending Codesmith, I learned more than I ever thought; let’s say it exceeded my expectations and then some! It’s a lot of work, but their curriculum is designed to help you succeed and have the confidence to be a great engineer. It also taught me how to be more of an autonomous developer and have the ability to push through challenges. They won’t spoon feed you, rather give you the tools to be able to solve problems yourself. You’ll have the ability to dive under the hood and have a deep understanding of the latest, cutting edge technologies. This is part of what separates a junior engineer from a senior.Not only did I gain the knowledge to be an amazing software engineer, but I gained a community that will be with me for a life-time. Being part of the Codesmith network is the most supportive, encouraging, and powerful group in the developer community. Once I graduated, the support I got from Codesmith during my job search was unbelievable. They touched base with me every week to see how my job search was going and offered to help in any way. There were times I needed one on one help and I had to go on-site; the staff went above and beyond. Even though you have graduated, the staff is there to help you as if you’re still a student; they care about everyone who walks through those doors. Additionally, I needed some help on my job search approach, and Will called me to create a strategy. Shortly after I got my dream job as a Senior Software Engineer. I am forever grateful to Codesmith as it has changed my life.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +245423,10643,codesmith,William Adamowicz,False,2018,a very rewarding experience,2018-10-24,5.0,5.0,5.0,5.0,"I just graduated from the most recent April '18 cohort and had a really amazing experience at Codesmith. Many reviews on here have described the amount of work that is demanded from Codesmith residents, to which I would say it's a given that if you're... Read More looking for a complete career change in three months, you're going to have to put in a lot of time and effort. That being said, the community and the support that you get from both staff and other students makes that process much, much easier. It's obviously possible to learn technologies like React and Redux on your own, but coding is a collaborative process. And that's not something you can learn sitting on your couch with a laptop. I remember all the time I spent on Codewars, FreeCodeCamp, and CodeAcademy prior to Codesmith, studying to get in. I learned a good amount studying on my own, and I'm sure I could have learned how to put together a website myself with a few more months. But the kind of work that you do in order to get accepted has almost nothing to do with what it's like to work on a team, which is what you'll have to do once you go out and get an engineering job. The projects that you build at Codesmith ingrain you with that collaborative process. Whether you like it or not, you'll have to work with people who are stronger than you, and people who are weaker than you. You'll have to decide how to break up a project into pieces so that someone can put together a SQL database while another person adds OAuth to your app. You'll also have to also learn how to merge two, three, four different peoples' work together into a single codebase and not break everything (which inevitably, it will) in the process. You'll learn to code with other people, and that's what companies want from engineers. Someone in my cohort had an interview a few days ago and was asked 'Tell me about a time someone on your team underperformed, how it affected the rest of the team, and how you responded'. That's a question you absolutely cannot answer if you've only ever coded by yourself. Codesmith prepares you to confidently answer questions like that, because you spent months working with other engineers, constantly facing blocks and having to overcome them. To bring this back to the amount of work that is demanded from students at Codesmith—yes, it's difficult, but most of that difficulty comes from learning to work with other people, and that's an invaluable skill to have as an engineer.When I was applying to bootcamps, I knew that I wanted to go to one of the top programs, and I only wanted to specialize in one language. That basically left me with Hack Reactor, since App Academy still teaches Ruby (at least when I was applying) for the first few weeks of its program. I was accepted into Hack Reactor and was pretty much ready to go, and found out about Codesmith in early March. Being a much younger program than Hack Reactor, Codesmith felt like it was more of a risk. I had never heard of it and I was very skeptical about the promise of getting a mid-level or senior position after three months. What convinced me was attending Hard Parts and seeing the founder, Will Sentance, teaching an introductory Javascript course on the whiteboard and going into an incredible amount of detail, more so than any other intro course I'd seen. After doing more research and reading some of the reviews, I applied and pretty soon bought my flight to LA. I think there is something special about the fact that much fewer people know about Codesmith. It brings together people who are not only incredibly driven and intelligent, but also people who are willing to take that same risk. It brings together interesting people, which is not something you can say about every software engineer out there. Attending Codesmith was one of the best decisions I've made in my life. I'm 27 now and after years of working in different industries, I can confidently say that I've found what I'd like to do for the next decade of my life. If you're also committed to becoming an engineer and you're generally a kind and hardworking person, you'll probably also arrive to Codesmith and feel like you've finally found your people. Some of the friendships I've made here will last me a lifetime, and I'm confident that everyone in my cohort will go on to do incredible things. All of that is only possible because of the level of commitment that people bring to that place, and that commitment shows when you hear about the outcomes that people get, when you hear people talk on the alumni panel about the careers they're currently in, and when you meet other people who have gone through the program. If you're looking for a career change into software engineering, I can confidently say that I can't imagine there being a better place to do that than at Codesmith.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +245415,10643,codesmith,Stacy,False,2016,A Journey I Would Absolutely Take Again,2018-10-23,5.0,5.0,5.0,5.0,"Choosing to attend CodeSmith is a choice that I am extremely grateful to myself for making. Let me start of by saying that it is NOT an easy path. Many days are long and arduous, but IS extremely worth it. Going into CodeSmith I was told that it would... Read More be difficult but rewarding. You spend upwards of 10+ hours a day there during weekdays and and additional 8+ hours on Saturdays. Throughout your time there you get lectures on the topic that you are going to cover for the next 2 days. Then you work on your own for half a day on beginning to understand the concept that you were just taught and the remainder day and a half with a Pair Programming Partner to help each other cement in said concept. For the second half of the time spent at CodeSmith, you get broken out into teams to work on a project that allows you to dive deep into a topic of your group’s choosing allowing you to more fully develop your ’T’ shaped skills. Throughout this whole process you have a wonderful support system there to help you out. Not only do you have your peers that are learning right alongside with you to help you out, but you also have the staff (both technical and non-technical) and community of alumni by your side. These amazing people are not going to hold your hand and give you the exact answer that you are looking for but they will give you an answer that will help guide you to the exact answer that you are looking for. Some people may find this as unhelpful and uncaring, but I believe it to be the exact opposite. In life we cannot expect everything to be hand fed to us without really knowing what it is, but instead to expect people to be there to help us understand what we are being fed (I know, probably a weird analogy). But if people just give you the answer to your problem, chances are that you wouldn’t have learned as much as if someone helped you to find the answer out yourself. Plus the feeling of satisfaction one gets from finally figuring out a challenging problem and having that ‘aha’ moment is such a great feeling. Another important piece of CodeSmith is Pair Programming. Every two days we would be paired with a fellow cohort mate to help each other go through challenges and cement the information that we were just taught. Some really important pieces to this is that everyone learns differently and takes in different pieces of the same information at different rates. By pairing with new people constantly a person could see the same thing that they were looking at but from a different perspective allowing for the broadening of one’s own way of viewing things. Also importantly, is being able to speak out loud what you are thinking/viewing in your own head (technical communication). This is extremely important because it is such a difficult skill to master, yet something that is used everyday in an average workplace. Something that should be practiced all the time even if you don’t have another person to speak your thoughts to, there is the Rubber Ducky approach. It may seem silly but speak out loud to a rubber duck (or any other inanimate object - or a pet if you have one) to work on getting the thoughts out of your head and spoken in an understandable way.Once completing CodeSmith they don’t just kick you out the door and have you be on your way. Their doors are always open! They really encourage their alumni to drop in and say hi or come by and do any work they may have. There are two checkins that they conduct to see how post-CodeSmith life is going. And additionally, they have started post-CodeSmith interviews. So if your going through your job search and seem to be running into any issues, you can schedule an appointment with CodeSmith to help you do a mock interview, resume review, or some sort of general Q&A to help you move forward. They really love having their alumni be active in helping their current cohorts to succeed.All of this so far has been about being a part of CodeSmith and in a Cohort. But even before that, CodeSmith offers many avenues of learning to code and preparing people to be a part of CodeSmith if they choose. They have many free workshops that anyone can attend, both in person and online. They also offer shorter courses that aren’t as stringent but still extremely helpful and effective. CodeSmith gives the tools for people to pick up and use.I personally do not consider myself to be of a Computer Science/Software Engineer background. I got my BA Degree in Criminal Justice. Afterwards I started self studying computer programming and did online courses through a Junior College to get my AA in computer programming. From there I attended many months of CodeSmith’s HardParts every week. This gave me the basis of getting into CodeSmith and they have brought me to where I am today.Thank you so much to all of the wonderful and amazing people that work at CodeSmith to help people realize and make a reality their dreams to be Software Engineers. You all have helped me so much, way more than I could ever put into words or express to you all. It is such a treat to be able to walk back into CodeSmith and always be welcomed so warmly. Also a huge shoutout to my Cohort!!! You all made everyday a fun and amazing learning environment. I miss you all and proud of everyone that have already gotten amazing jobs and can’t wait to see where everyone else ends up.A final note to anyone considering CodeSmith and it may seem like a cliche but it is true. You get out of CodeSmith what you put into CodeSmith. It is a journey that you can take from it what you will. For me it is a journey that I would gladly take again.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +245610,10643,codesmith,Blessing Ebowe,False,2018,Unique learning experience,2018-10-23,5.0,5.0,5.0,5.0,"I was really sad when I saw a couple of bad reviews here and the amazing thing is these people still got the Mid-level and Senior developer role jobs even though they knew nothing before Codesmith.Firstly, there are several ways to learn, Codesmith believes... Read More in a particular way of learning and it has worked for many that I know including myself.The idea is not to come in and learn all about React or Javascript, it's a way to challenge you every day to learn something new, use it, learn from and teach others right on the spot.It ain't easy but you find yourself more interested in understanding deep things than just merely building a functional website.It also gives you this confidence to go out there, apply for a job knowing you are up for the challenge mentally, be willing to learn and understand all it takes to get the job done efficiently, and also be able to communicate your technical ideas and solutions to other developers on your team. The confidence that comes from taking on challenges daily, failing and getting it builds you up.In the end, you become a better learner and not just one who repeats what you were taught verbatim but be able to bring fresh ideas and innovations that you found out from your own experience with previous challenges.For those that deny the help from Codesmith and went from knowing nothing to getting a Senior/Mid-level Developer job, learning is a journey and Codesmith was a part of that journey.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +245160,10643,codesmith,Hayden Fithyan,False,2018,"Unlike other boot camps in which the fear of getting a job at the end creates competition, CodeSmith’s outcomes mean that it is an environment of cooperation.",2018-10-23,5.0,5.0,5.0,5.0,"COMMUNITY: Everyone coming to CodeSmith is looking for a change, and this makes for an environment that is unrivaled by any other that I have experienced in my life. By design, CodeSmith is a cooperative experience and cultivates a culture in which everyone... Read More is helping each other to succeed, be it the senior cohort providing voluntary lectures to help the juniors or one of your own cohort mates taking time to walk you through when you are stuck. The community that develops is truly inspiring and entirely made up of people I wish to stay in contact with. Unlike other boot camps in which the fear of getting a job at the end creates competition, CodeSmith’s outcomes mean that it is an environment of cooperation. At boot camps where 50% of graduates get a job, there is a need to be in the top half in order to have a chance for a job in the end. However, when the outcomes are high enough the environment changes from being one of competition to one where everyone is trying to lift up those around them as much as possible, creating a group of friends rather than a collection of competing classmates.Every single person in my cohort provided value, not only to my time at CodeSmith but to my life. I have fond memories of every person I interacted with, and I intend to keep in touch with all of the people that were a part of my CodeSmith experience. The staff also played an important role in shaping my CodeSmith experience, through the warm emails when I was just starting the application process to all of the people that taught. Everyone on the staff is happy to be there and outwardly projects their love to help others succeed. It is not the cold cookie cutter environment that many boot camps have become, but one driven by people who want to see a wonderful change in the life of everyone who comes through. The personal touch here really does a lot in creating an environment where you feel great about putting your time.I am not a fellow, but the idea thrown around in reviews that reviews by fellows somehow don’t count is misleading. Becoming a fellow is a way for CodeSmith graduates to give back to a community that has already given them so much. Reviews left by fellows show those that are truly dedicated to the CodeSmith community, willing to give so much back to the community that they truly love. However not being a fellow doesn’t mean I love that community any less, I can honestly say that coming to CodeSmith was one of the best decisions of my life.LEARNING ENVIRONMENT: The great community isn’t the only part of CodeSmith that sets it apart from the others. CodeSmith also shows a dedication to understanding that isn’t seen at colleges, let alone other boot camps. They provide in-depth explanations of the way the Javascript and the libraries that you learn work, rather than the typical explanation that only provides how to use it. It is this dedication to teaching how they work, rather than just the how to use them that drew me to CodeSmith and it is the reason that I will always recommend CodeSmith to others. CodeSmith is the learning environment that I had been looking for my entire life, and as is repeated at CodeSmith all the time they aren’t trying to teach you, rather their goal is to teach you to effectively teach yourself. Of all the multitude of skills that one must learn to become a programmer, none will carry you further than the ability to effectively teach yourself as the technologies that you work with will change it is important to be able to quickly pick up new technology.Another major focus of CodeSmith is technical communication. Being good technically with the material isn’t enough at CodeSmith, which has a focus on enabling its students to be able to succinctly explain complicated subject matters. It is this focus that makes CodeSmith graduates stand out; while engineering prowess is important, being able to easily carry a conversation about technically challenging concepts means CodeSmith graduates are able to pass technical understanding to others an invaluable skill. CodeSmith accomplishes this growth in technical communication through the way its units are designed.CodeSmith structures its units to grow, community, technical communication, and technical understanding. CodeSmith’s use of pair programming enables each lecture to be a practice in technical communication and technical understanding. In every unit, you are faced with a challenge in understanding new material, and effectively communicating that new material to another person. It also grows the community aspect of CodeSmith, as approaching new technical challenges with another person is an immense bonding experience forming a new connection and further engrossing you into your cohort.RECOMMENDATION:Everyone’s journey with programming will be unique but if you are serious about learning it, I wouldn’t recommend any other place than CodeSmith.TL-DR:CodeSmith provides a community of people looking for a change, those interested in progressing forward. Additionally, it provides a team of people who want to help you on your journey for change, and it provides an environment for learning deeply about the intricacy of the tools you use, rather than just an overview of how to use them.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +237027,10643,codesmith,Anonymous,True,2018,I'll rather drink cyanide than repeat this bootcamp again,2018-10-19,1.0,1.0,1.0,1.0,"This review has been preempted as apparently Codesmith called ME thinking that one of the unsatisfactory reviews were written as it ""sounded like you"" and reassuring me that their job statistic placements will be verified soon which left me in a HUGE... Read More confusion until I realized they still have not verified that since I inquired about it since October 2017. If it takes more than a year to verify statistics where your early LA cohorts have already been published before, it just means that they areWAITING on people to get hired to boost their statistics up more. A third party verification is easy to do, you give them your data and it does not take that long as they do not have many students EMPLOYED. Apparently that is why some people cannot even leave honest feedback as Codesmith keeps calling them to change their minds. Which leaves me to my next point that most of these 5 star reviews are done by Fellows who are ""employed"" by Codesmith as esentially teaching assistants, to help answer ""help desk"" requests when student submits a ticket. However, most of these tickets do get ignored as these TAs are not meant to help students but rebuild the website for Codesmith. All in all a huge marketing and low laboring scam setup here.This is a going to be a LONG, well in depth REVIEW with some personal anecdotes and feedback I was given personally, and experienced through these 3 months at Codesmith. While I appreciate the staff for being nice, the overrall value into going Codesmith was absolutely wasted and there was not even WiFi working well during my April/May-July 2018 time and I have tracked it back to NY Cohort #2's time as well. There are a lot of excuses for things they need to address and NOTHING IS PERFECT, but they sure act as if they are and are not open to suggestions and shut down anyone who does not follow their ""Codesmith ways"" which just inherently means being a sheep in thoughts and actions. BackgroundI am a NON-cs student who just started coding early of 2018 and was pushed too much to join Codesmith despite my lack of foundation of even Javascript. Which I was assured repeatedly they will help me in. I am also typing this as I am recovering from LASIK as I feel infuriated that they are hounding other people for their HONEST reviews and accusing people that are busy with their lives. There were precoursework that were given and not really reviewed in depth. Pair programming was a huge pain in NYC's Cohort 4 as Codesmith has internal politics that HUGELY affects their students' even though that is what they should be focusing on and not other aspects to promote an invalid hostile environment. Their COO Victoria left which gave a huge amount of work to the staffs apparently, and no one boetherd to check up in our cohort if ANY of us were even pair programmed efficiently. My seniors did not face this problem as they had Victoria's presence and apparently she didn't ""leave to attend Business School"" as Will Sentenace's own explanation was for her departure, but she was FIRED for being young in a COO position for Codesmith due to ""lack of experience"" even though she did a lot of work behind the scenes apparently at Codesmith.(she was also the one passive aggresively ensuring everyone was coding well with one another). Her absence made the staff ignore a lot of risk factors in our cohort which made MOST OF US MISERABLE.I do not think any one of us actually enjoyed the time at Codesmith except knowing one another.The funny part is for a bootcamp to advertise learning of ""deep diving"" by facing ""engineering blocks"" through ""pair programming"" of units, I TOLD them myself in a feedback at Week 2 that they conducted to their outreach coordinator Jenny, that pair programming is not being efficiently done. She told me herself, ""Well! We cannot enforce pair programming."" ??????? WHAT DID I HEAR. Yes, I relayed this to Will himself and his own magical PR words of his marketing schematic self was, ""she is not a representative of Codesmith's staff so what she said did not represent Codesmith at all. We even had an extra 30 minute PP of effective pair programming for your cohort and I even pulled people aside personally to let them know about it."" Here is Lie #1 I caught Will in. I spoke to EVERYONE in my cohort if they have EVER been approached by Will about this and they have said no. Only one person in my cohort said Ryan (who was the LTM - Lead Technical Meentor? - at that time) has approached him, but not Will himself. Will could not even be bothered to attend his own Javascript workshop on a Saturday morning that was attended by 100+? or more people since he was late by an hour to his OWN MEETUP. Plus if this was true this would have been fixed from Week 2 onwards but I can see people still not pairing well even on the last month for projects at Codesmith lol.Another Fellow mentioned that she has tried to get the women's nnegotiation/ hiring workshop in before but Will has not even responded to her about it. I pushed for it to happen for my cohort and my juniors as there were a lot of people who needed to know. I slacked him a lot, did not see a date as it was nearing the end of my curriculum. I had to ask a FEMALE staff of Codesmith just so I can relay how infuriating and frustrating it is to try to get something done when they claim to be ""FORWARD THINKING AND RESPECTIVE TO EVERYONE"".Half of my cohort has failed their weekly ""checkings"" which are assessments of that week's topics/units. The funny part is that the React portion in Codesmith is similar to React's OWN documentation tutorial so while I am not saying that Codesmith got lazy in TEACHING React but they just had a similar guide to React's own starting process tutorial guide ....1:1 tutoring was not available in our cohort and instead we had a group review done as it was more ""time efficient"" but still ""time wasted"" as it was not individualized, and not personalized. They just reviewed code semantics without really explaining what was going on between components, which I learned well AFTER the program ended. I am the bottom knowledge % wise in my cohort and I did not mind since I just started out and it was fine. But the lack of support of materials and just being thrown in haphazardly because this is ""how engineers learn"" as Will personally told me himself, just means I never got proper foundations to even make projects work. My whole cohort still did not even know how to use React well despite having ALL of our projects in React which is funny. Our resumes are well spoken and FAKE which makes it seem legit, which they're not. I was also one of the people who got tutoting by Stephen and even some of the tutorings from him and Fellows have mentioned that Codesmith has taught their units in such an unnecesary way of learning that no one grasps it until wayyyyy later or until they learn it a more effiecient way to understand it. I was told I was also not a hard working because my brain quits after a while since you are there Monday-Fri from 9:-8pm and Sat 9am-4pm. It's not a matter of how long it takes to learn but how efficiently can you get it, that's how you can work smarter not harder. Which is the oppoiste of Codesmith's values apparently.There are multiple ways of learning (and teaching it as I was told) it but if its more complicated than it should be, that in itself is against programming itself. Lie #2 - Will told me himself he was paying tutors out of pocket at $200/hr and as a FAVOR for me and others to get extra tutoring at 10 hours a week for 4 weeks. He personally told me himself, ""Anonymous, even YOU cannot contest these rates I am paying here."" I was offered a refund of around $4k or tutoring which at the end of the day I am more interelsted in LEARNING, which I had to fight for a lot. I can contest these rates because Will wasn't even paying that much to begin with, he even said ""THESE TUTORS ARE TOP OF THE INDUSTRY SO THEY ARE WORTH $200/HR I AM PAYING OUT OF MY OWN."" He didn't yell this, but was very affirmative hence the CAPS. Turns out the tutor was just one of my Seniors in the previous cohort so thanks! Thank you Will for such TOP OF THE INDUSTRY TUTORS@!@! I do appreiate Stephen's tutoring -- just being lied continously again face to face by Will Sentance, Codesmith's own CEO is infuriating and frustrating. I have also failed my finals assessment and I was told I had to retake it. I asked why since I did the backend pretty well and I was told I can do it in any format I want but the test itself restricted you not to use React since it had a longer setup and their testing for the assessments were not setup for React but specific file locations and such. I was told I could have asked to restructure the file formats myself even though the test ittself said not to and I even asked a Fellow for help and they told me to stick with the testing environment. If I had the flexibility to do so but have no actual instructions and flexibility given initially, why tell me after? Absolutely ridiculus. I also asked them why do they need me to retake it and they said, ""oh well its for us to know where you are and how to benchmark you to get the help you need."" I mean I already know what I am struggling with which was basically almost everything so I did not have the optio2n to repeat the course just ""extra help"". Basically their motto is letting YOU know where YOU are behind, so YOU can learn yourself and catch up yourself. Absolutely no support as promised. Lies #3 - was given Will's and Eric's own number for after graduation but it seems that Will is ghosting a lot of my messages plust other people in my cohort. Yet when I was interested in joining, I had a 4am e-mail and constant text messages and phone calls about joining. He said emails were best to reach him but I wasn't even given his email.I did manage to get a senior software position but I completely ignored all of Codesmith's guidelines. I applied to over 200 job applications and only got 2 onsites out of those. Apparently I am supposed to get 1-2 onsite interviews out of every 20 applications but that is another lie. Most are outright rejections and I only got placed luckily through a very kind and pushy recruiter (which I am always kind to even recruiters even though Codesmith says not to pay them much value). If anyone is jobless still after 6 months and applied to every position, be warned that you may be blacklisted as recruiters tend to notice why you are till job searching after some time ""your startup which is a project has disintegrated over a few months ago.""I completely started over after the program ended since it was disappointing, frustrating and tiresome to have to ""fight"" for a way that I can learn best since I could not even take a single project to break it down much simpler for me to understand and piece together. Instead you are jumbled up all through each different projects to use the frameworks and knowledge you have supposedly obtained which is 10% for a semblance of something that works. The completely ridiculous thing at the end I was asked on how I can improve learning/teaching for their future cohorts at the END of my cohort despite my numerous complaints of the lack of Fellows helping and (1) hour PP slides that are not even great starting course materials to learn off. If I repeatedly have told them during learning that we are not learning the right way we won't ever ""cement"" our knowledge during projects as that is the known ""Codesmith's way"" which is all convoluted shenanigans. I paid to learn, not to be your consultant on fixing your problems even though Codesmith at this time had 20+ classes already and 3 for NYC. So again that means their curriculum still needs to be changed and improved as most of Codesmith's graduates STILL have to learn the curriculum after their time spent of 3 months. This review may make me sound like a bitter person but no I was more determined to get a job on my own despite knowing nothing at the end of the bootcamp. I have spoken to several friends who have done Fullstack academy and App Academy and they have not had buyer's remorse as I have had. I recommend Fullstack Academy more as App Academy is more stressful than needed. If you have any questions you can reach out to me at teamgingko@gmail.com.I would love to leave a verified review but like many others, have to mask our actual profiles to not damage our own reputation and jobs / potential jobs. I recommend Udemy for courses as low as $10 to each a particular language/ framework. It's really hard to work with anyone especially a CEO (Will Sentance) who lies to students' faces and has the guts to tell me I cannot contest his claims. I sure am and can, and will because most of them are FALSE. A lot of other reviews have also labeled him as ""markety"" Will, which is true. A business who keeps contesting every ""negative"" review left so often and does not even address the main focal points but skirts around points made to again self promote their ""program"" that ""dives deep under the hood"" while trying to foster a ""community"" but lies to their students is truly atrocious. I wouldn't mind if their program did not work out for me, but to be belittled every step of the way to ensure I had proper guidance is definitely something one should not experience. I would rather take out all 4 of mmy wisdom teeth again on the same day, without any painkillers if I can go back in time to prevent myself from even entering this bootcamp. Oh and Codesmith does take credit for students' long work after they completed the program. Most of them didn't even understand the subjects taught and instead learned them well afterwards. Ask to speak to their graduates if possible, the ones with NO technical experience at all. If you do the math if there are about 10-15 people and LA had about 20 cohorts and each cohort had 2-3 fellows... which amounts to about the same 5 star reviews left behind, which reviews are actually real? Plus there seems to be a new cohort every month or so that leaves about 40+ Fellows a year possibly and Codesmith has been established since 2015. Codesmith screens for applicants who already have the knowledge to succeed as well, hence many of these reviews were written by said people. The ones who had no experience were miserable and had no support. Codesmith works if you already have the knowledge coming in, but will push you to join even if you don’t just to keep their funding going.Some of my juniors apparently received a backpack in exchange for their review. Also, most of my juniors either won a full or partial scholarship to attend Codesmith, so keep in mind that as more students grow, their Fellow numbers grow and if its a free bpootcamp as miserable as it was, its FREE. Of course that turns a lot of the ""positive reviews"" in question. Which ones are real? Why are there so many generic 5 star reviews repeating the same things? Most of these are people I recognize that has and recognizes the problems that Codesmith has as well. Again, please feel free to email me at teamgingko@gmail.com for any questions.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +245605,10643,codesmith,Jeff,False,2018,A Worthwhile Investment,2018-09-24,5.0,5.0,5.0,5.0,"To give you some background of me and what I came to Codesmith with: I graduated with a dual major in Computer Science and Business in college and had worked for startups in business roles after graduating. I got tired of being on the business side of... Read More things and wanted to get my hands dirty and use some of the CS skills I gained in college. But having had no technical internships or professional coding experience, I knew I needed something to give me credibility to get a technical job as a post-graduate applicant.Codesmith gave me that baseline credibility and a lot more. Being able to speak in depth about full stack frameworks and develop projects that are based around bleeding edge technologies was really important in my job search. The critical difference between Codesmith and college CS courses is that Codesmith gives you practical skills and understanding while my college courses always stayed at a more theoretical level. You need to be able to talk about ways to build a system and their benefits/tradeoffs if you want to break past the junior programmer level, and I don't believe that's possible with a pure undergraduate degree.For people considering Codesmith who have a background like mine (technical degree, no technical experience) I think the numbers make a lot of sense. You may be thinking that devoting 3 months and the cost of tuition is a big investment (and it is), but if I would have tried to get a job without Codesmith it would most likely have been a junior level job and paying much less than the offer I got now. Given that programming jobs don't always promote very fast, going it on your own and starting with a junior level job means you could be stuck at a lower salary and wouldn't get to work on meaningful technical challenges for years. Before Codesmith I did try to self teach some web development, and I have to say there's just no feasible way you could teach yourself as much and as fast as you would learn from Codesmith.So to me, it's a logically good investment. And as you can see from other reviews, the support network you get from being in this community is something really priceless. I plan to keep in touch with my cohort mates and the Codesmith staff for years to come. It really is a life-changing program. So for those of you who aren't happy with your career and dream of getting a cushy, spoiled developer job, Codesmith is the path for you.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +246420,10643,codesmith,Alex,False,2018,Great experience,2018-09-17,5.0,5.0,5.0,5.0,I joined Codesmith after attending the free javascript classes before. The combination of community (as others have said it feels like a family) and the style of teaching was what made me want to joinThe program itself starts with 4 weeks of lectures... Read More and pair programming; this can be very intense. But then you move onto projects; this is where the collaborative approach really shines. The program focus on communication throughout which is often the missing piece for engineers and working alongside others on projects gets you to improve on it.The career guidance is also helpful; you get the phone number of a career counselor who is available at all almost all times to advise and they check in regularly to see how you’re doing.Read Less,Full Stack Software Engineering Immersive Program,Software Engineering +243850,10643,codesmith,Anonymous,True,2018,An Experience That Changed Everything For Me,2018-09-17,5.0,5.0,5.0,5.0,"After attending a few of the Javascript the Hard Parts lectures and leveling up my core, basic coding knowledge, I decided I was finally ready to apply to Codesmith. The interviews went great (although the tech interview was hardly a breeze), and I got... Read More in (!!!). I was so nervous on day one - my background was primarily outside of tech, and even though I prepped a lot before applying, I still felt like I was way out of my league once I got there. The other students were all unbelievably smart, but what really blew me away was how NICE everyone was. And supportive. And fun. And interesting. (I could go on and on...). Once this became apparent, my nervousness melted away, and I learned what it really meant to be a software engineer. I had incredible help available to me at any time I needed it - from the full-time instructors or the Codesmith fellows or the senior students. Yes, we learned React, Redux and everything else a full stack JS programmer needs to know, but most importantly, we learned how to solve problems and REALLY get how the software does what it does. We did hackathons, we did endless pair-programming (which I loved), there were lectures, family dinners, days on the beach, expert speakers, alumni panels, etc, etc. In short- it's an absolutely amazing program, and from what I can tell it's pretty much the best one out there. Codesmith changed my life, and now I'm doing my dream job near the beach at a salary that's just over their avg starting salary in LA (105,000). I'm beyond excited. (oh - did I mention that they even guide you on interviewing and networking? Well they do that too and it was so, so helpful).The last thing I'll call out is the team that runs Codesmith - they're all so incredibly knowledgeable and kind and patient and somehow ALWAYS in a good mood. They're the absolute best, so all I can say is - if you can get into Codesmith, then you absolutely should attend Codesmith. You'll thank yourself every day.Read Less",,Unknown +237159,10643,codesmith,Anonymous,True,2018,Hugely disappointed. A lawsuit waiting to happen.,2018-09-16,1.0,1.0,1.0,1.0,"As as eager student with dreams of becoming an amazing software engineer, I ignored my gut multiple times before committing to Codesmith. The most important times included when: 1) The CEO, Will, made me feel uncomfortable with his aggressive, cold-calling... Read More teaching style in my very first Hard Parts lecture. After attending a few times, I realized he picks favorites in the class, and those favorites are much more likely to be young women. One woman told me that the ultimate reason she did not attend Codesmith was because Will made her feel uncomfortable with his border-line flirtatious behavior. Another woman cited her general distrust of Will, as he oozed ""used car salesman"" vibes underneath all his prestigious accolades. 2) In my cultural fit interview, I asked for certified statistics about placement, similar to what Hack Reactor and Fullstack publish. I was told the process of certification takes a long time, especially given that they opened the New York campus recently, and to expect results soon. To this day, no verified statistics have been published, and I doubt they ever will be.I ignored these red alerts and paid my $17k tuition fee. I was given under a week to complete the pre-course material and ultimately finished about half of it. No one stepped in to ask if I was ready for the program, by that time they had my money. The first four weeks were hell. My prior coding background consisted of solving JavaScript problems on CodeWars and writing & fixing SQL queries. My expectation had been ""Hard Parts"" style lectures, and what I received was an allotment of problems and an attitude from the staff & older students of ""it's supposed to be a struggle - don't ask for help! Everything will click eventually."" In retrospect, I should have known that any school that actively discourages students from asking for help is not a good school. In the only timeframe I was eligible for a full refund, I was told to ""trust the process"" and ignore my gut feelings of confusion, disappointment, and extreme frustration. As I expected based on lack of proper instruction, I failed my graduation assessment at the end of the first four weeks. I told the operations lead during the second check in (there were only 2 check ins total during the program) that I was not looking forward to the senior phase, as I didn't understand the fundamental material of the junior phase. Despite my explicitly saying I did not want to speak to Will, she called a meeting for us and Eric, Codesmith's chief negotiator based in CA. They asked what it would take for me to feel ready to participate in the hiring program offered in the senior phase of the program. I said I needed either A) much more individualized instruction or B) to go back and repeat the junior phase. They chose option A. Codesmith ended up hiring an external tutors for me and others in my cohort after I mentioned their similar struggle. You may think ""Oh, that was nice of them - maybe her overall review is too harsh."" To this, I would say the following: 1) Will emphasized that I was an unprecedented burden to Codesmith by needing so many additional tutoring hours. He told me that I was the first student in the history of the program to need so much additional help, making me feel horrible. Again - a school that makes you feel bad for asking for help is not a good school! 2) Will said that a tutor would cost $200/hour, which is utterly ridiculous. Even combining taxes, operational costs, and the rate they offer, this figure was a bold faced lie intended to make me feel guilty. Do the math if you're curious - a rate of $45 / hr would be equivalent to $130,000 salary. Enter the rest of the senior phase. I loved my tutors, especially Stephen, who helped me tremendously with the material. My time with him is my far the highlight of my Codesmith experience. The hiring program turned out to be so unethical I decided I could not follow it in good conscience. As another reviewer mentioned, they ask you to list your final project as professional work experience on your resume & LinkedIn. Codesmith is not recommended to be listed on your resume. When I questioned Codesmith graduates about these practices, they admitted to the work experience bit as ""a white lie"" told in order to get a mid-level job. Lying to get ahead professionally = bad idea. Most of my cohort (and many in previous cohorts) are still unemployed, despite sending hundreds of applications.All in all, I am hugely disappointed in Codesmith. If I could, I would go back in time and 1) Find other people through MeetUps to pair program with, 2) Learn to code at an accredited institution or a low cost online program, such as those offered by Udacity/Udemy/other sites, and 3) Rip my tuition check to pieces.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +245432,10643,codesmith,Stephen Grable,False,2018,How I Got Hire After Codesmith,2018-09-13,5.0,5.0,5.0,5.0,"After Codesmith, I increased my starting salary by 25% and I landed my dream job; Here's how I did it.First, I think Codesmith is a unique opportunity that, if you can get in, will give you the leverage and skills that you can use to dramatically increase... Read More your starting salary and land your dream job. With that being said, there is no hand holding, although you can ask engineering fellows to assist you if you hit a block. To get the most out of the experience, you have to put in the time to work on your coding skills and focus on translating their lessons into real-world, working web applications. It's a challenge but hey, if it was easy, then it probably wouldn't be worth your while.Before Codesmith, I had a grasp of some web technologies but lacked the computer science backbone and interviewing skills necessary to land a mid to senior level role. Codesmith helped me round out my skills and taught me all of the major modern technologies that companies ask for on their job listings. I learned through building challenging yet interesting projects and technologies that employers would *actually* be impressed by. To do this, the Codesmith staff pushes you to do more than you thought was possible and by the end of the course, you are in awe of how much you accomplished.As you approach graduation, you really start to experience the true value of the Codesmith program by seeing the culmination of everything you have learned combined with the invaluable knowledge that the Codesmith team provides you in preparation for your job search. Resume reviews and practice phone screens prepare you for the real world and by the time you receive your final offer, you will feel like a professional interviewer. At least that’s how I felt. I trusted their process and, a few months after graduating, I received an offer from my top choice company. I was extremely excited when I received my official offer because it was in my range around the average for mid level engineers in NYC (currently $117,195 on Glassdoor) and it was with a company that I felt was a fantastic fit for me.I certainly wouldn't have been able to accomplish this without Codesmith. I highly recommend it if you are looking to level up as a software engineer and dominate the job search to find the perfect job for you.Read Less",,Unknown +245431,10643,codesmith,Stephanie Fong,False,2018,Best time of my life,2018-09-13,5.0,5.0,5.0,5.0,"If you want to be a better software engineer that knows how to tackle any problem and at the same time be surrounded by brilliant, empathetic individuals, Codesmith is the place to be. Attending Codesmith really taught me how to learn JavaScript/any tech... Read More stack and apply it with confidence. There were several times I doubted myself and my ability, but I trusted the process here and it really worked because they teach you to question why and how every line of code works so that you come out of it with a solid foundation to solve any problem. Not only did I gain foundational knowledge, but technical communication skills as well—I love that they really emphasized technical communication here because it’s truly invaluable when it comes to interviewing and working in teams.The moment I first checked out Codesmith during one of the hard parts workshops, I was truly blown away by the outstanding community, which was another reason why Codesmith in particular really stood out to me. It was almost unbelievable how much everyone here genuinely wanted me to succeed and was willing to answer any questions I had, as well as offer their time to pair program and learn alongside me. Even during my time as a resident, I received continual support from the staff, which also helped to foster a supportive culture and collaborative learning environment amongst my peers—something I really welcomed after having been a student/working in highly competitive settings. Because the interview process is so rigorous, you really do have the fortune of growing alongside people who are talented, intelligent, hardworking, kind, and empathetic individuals that will magnify your abilities as an engineer.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +243531,10643,codesmith,Gordon Yu,False,2017,Best Decision Ever,2018-09-11,5.0,5.0,5.0,5.0,"I graduated from Codesmith about a year ago. Before I choose Codesmith I did a lot of research. I went to almost all the coding academies in Los Angeles and scrutinized everything. I nailed it down to two of the most elite schools and made a spreadsheet... Read More comparing them on every aspect. I went as far as to talk to the CEO of both of them and compared the glassdoor reviews that their employees wrote. I reached out to alums and asked intimate questions about their salary, work situation and whether the investment was worth it. The alums, students and guys/gals getting admitted to Codesmith seem to be of a higher caliber than anywhere else. I visited schools that were clearly BS, ones that will baby you and tell you that your bad code that you just wrote is great. (I remember going through a tour of one school and they were saying things like “oh our walls are whiteboard, you can draw on them!” Why the would I care about that?) I didn’t want that, I wanted to be challenged, I wanted to learn Javascript deeply and know about all the nuances. If I was going to spend my time and money on anything I wanted the best of the best and I wanted results.Before I came to Codesmith I was already pretty good at programming since my undergrad was in Mechanical Engineering. I had a job for 2 years coding in MATLAB so I understood the fundamentals. It took me about 4 months of preparation and getting used to the Javascript syntax to get good enough to pass the admission interview. My cohort mates were excellent, even though I had years of programming under my belt I felt that it was hard to keep up. I remember Data Structures and React were particularly brutal to go through. But I got through it with the help of the staff and fellow students. They were very supportive but at the same time they weren’t there holding my hand and spoon feeding me. The second half of the 3 months were dedicated to projects. The projects helped cement the concepts learned in the first half of the course. The final project was to build a developer tool. In other coding academies, teams are given free reign on what they build. I’ve seen some horrible ideas being implemented. At Codesmith they vet your ideas, making sure that they’ll be good enough, challenging enough to impress hiring managers and Senior Developers. My team had most of our project ideas rejected. At the end, our project ended up being a huge success. We were trending on Github for a whole month. When it came time to look for jobs, the engineers at some of the companies that I applied for knew about my project and have used it. That really helped in having something to talk about during these interviews.Today I work at a Fortune 100 company, making a salary that is in line with the typical Codesmith graduate. I’ve been here since January 2018. I was hired on as a Mid-level Front End Engineer. When I first got there my coworkers gave kudos on how fast I was able to learn the codebase and create value.Recently I’ve joined a new team within the company and I learned that there are several coding academy grads in my area. I found out that they’re making about half the salary that I am making. Two of my teammates have masters degrees in Computer Science and I’m keeping pace with them. I’m being trained in the J2EE stack and even though I had no experience in Java my teammates are surprised at how fast I was able to pick it up. This is all because I’ve developed solid programming fundamentals and the skills to learn new languages and concepts fast at Codesmith.Codesmith is the best decision that I’ve made in my life. It literally transformed my life and career. The last time I checked, my cohort mates are all happily employed. Big Thanks to Will Sentence the CEO and the staff for creating a coding school that is so effective. I’m sure they can expand to every city rake in huge profits from their current reputation but they’re not because Will and his staff obsess over the quality of the program, making sure every student hit their potential.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +237174,10643,codesmith,James,False,2018,A life changing experience,2018-07-29,5.0,5.0,5.0,5.0,"When I was researching avenues to enter the software engineering field, I was initially set on attending another school. I thought that every school was going to be similar. Boy, was I wrong.I came across CodeSmith during my search and saw that Will Sentance... Read More (the co-founder of CodeSmith) gives talks every week at ""Javascript: The Hard Parts"". I attended the lecture remotely and was surprised to see the deep dive into Javascript and computer science. They did not hold back. You can see and feel the technical excellence that they are striving for and the technical knowledge that they want to impart. As part of the session, attendees teamed up to do pair programming. I was paired up with anothe remote attendee. We took turns practicing technical communication and directing the partner to craft a solution to the challenge.Soon after that, I attended a Hard Parts in person and the vibe of the space, the CodeSmith team, and the attendees was really awesome. It seemed like a place/community that I want to be part of. It was really inviting, there's great diversity of people, and it feels cool and hip.Needless to say, I eventually applied and was accepted.Throughout the program these FIVE core tennets were reinforced.* Technical communication* Non-technical communication/Empathy* Analytical problem-solving* How to handle blocks...technical and non-technical* Technical knowledgeEveryday was an opportunity to hone these skills, which are at the core for mid to senior level engineers.There is not a lot of hand holding (just like on a real job), and you'll be pushed everyday. You're guaranteed to learn lots...whether its technology, working on a team, managing project scope, etc.I won't talk too much about the course contents because that will evolve as technology changes. Having said that, during portions of the journey, you're free to explore and incorporate other technologies into your projects.The team at Codesmith is super supportive, they really take care of things so that you can focus on learning. Also, lead technical mentors and fellows are there to help you think through your problems when you get stuck or to advise you on your Senior projects. No hand-holding...just a bump in the right direction.Now for some other cool things about Codesmith (LA): There are lots of opportunities for fun...there's a Ping Pong table (during my cohort, there were lots of exciting matches), Venice beach is a few blocks away, Abbot Kinney is within walking distahnce, Codesmith organizes drinks after Hard Parts meetings, and more... If you are up for a challenge and want to push yourself to the limits, Codesmith will change your life for many different reasons. You'll be honing your coding super powers (and can apply them to so many fields). You'll, forever, be part of a community and network of amazing individuals that share the same passion.Read Less",,Unknown +245414,10643,codesmith,Anonymous,True,2017,Transformative experience,2018-07-23,5.0,5.0,5.0,5.0,"CodeSmith is remarkable. It transforms experienced (and less experienced) developers to senior engineers who are able to architect complex applications that scale. Perhaps its secret is teaching the ability to learn itself – engineers are taught how rapidly... Read More to pick-up new technologies and swiftly become experts.After reading the positive reviews here before taking the course, I was skeptical since it sounded too good to be true, but it simply isn’t. I’m beyond glad that I took the dive.In terms of my background, I attended Williams College, and recently graduated in 2016; I’m from New York. What I particularly appreciated about CodeSmith is the culture instilled from the top-down by its impressive CEO and founder, Will Sentance. Will is an Oxford and Harvard grad and has built a culture of critical thinking, hard work, and innovation, alongside fantastic collaboration and fun.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +244133,10643,codesmith,Javier O.,False,2017, Outstanding Program,2018-07-23,5.0,5.0,5.0,5.0,"I was accepted to join the selective residency program last year and worked with other smart people that helped me enhance my engineering experience.This residency program is focused on a philosophy of solving problems. Although, I did know about software... Read More engineering before, here at Codesmith I had the opportunity to work on the projects that I wanted in a team and they helped me grow as an engineer. Thankfully, during my process, my bad engineering practices/habits got corrected. The disadvantage that I felt they had and where I think they could have improved while I was in the program, is guiding the residents to solve problems with different operating systems. However, the advantages are the guidance you will receive( I really enjoyed whiteboarding ). The whole time you are there, you are constantly being challenged to get better. You stretch yourself by questioning, informing and applying concepts until you polish your skills. The other advantage is the accountability. I found them to be accountable. I did feel I could go to them for any request and they would help me within a reasonable amount of time. Also, they are updated with what the technology and principles you should have and inform you of what the actual employers are looking for in engineers. The job seeking process was helpful as well.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +231656,10643,codesmith,Max,False,2018,Don't miss out!,2018-07-22,5.0,5.0,5.0,5.0,"Codesmith is an amazing, demanding, aggressively worthwhile program that turns excitement and ambition into engineering success. I’ll echo the highlights – a lasting community, self-directed projects, passionate instructors, consistent job-search support... Read More – but rather than focus on what makes the experience awesome in general, I want to touch on the stuff that I didn’t expect while addressing the concerns I initially had. My intent here is to answer the questions that I was asking – and the ones I should have been asking – when I was considering Codesmith.I sought out Codesmith because of the community – a network of friends and professionals really appealed to me, and I felt like I might mesh better with people who were drawn to this sort of environment. I was surprised to discover just how necessary this culture was, both during the program and after it ended. It didn’t just make the process more enjoyable – it consistently kept me around and learning new things hours after I would have left for the day. During the job search it was invaluable to have folks to meet up with for interview practice or to swap resources and encouragement.Pair programming is heavily emphasized for the first few weeks, and to be honest I was skeptical that the system would work for me. I felt like it would be intimidating and uncomfortable to problem-solve aloud in front of a stranger. What if all I did was slow my partner down, or visa versa? Turns out I was dead wrong – pair programming was a huge reason why I was able to join Google as a software engineer straight out of Codesmith. It not only builds your technical communication skills and makes you more introspective of your own thinking process, but also teaches you new ways to approach problems and diagram out solutions. You’re too busy learning stuff to appreciate how far-sighted the curriculum is until you transition into the job search – then you realize how everything fits together. React and its supporting cast are definitely in demand, either as the core tech of a full JavaScript role or as the front-end framework of a more complex stack. Codesmith leaves you well-suited for a whole spectrum of engineering positions, but just as importantly it gives you experience that you can piece together into the compelling story of a really attractive candidate – open-source enthusiasm, production-level library, demonstrable React/Node/DB knowledge, speaking at a bona-fide meetup, etc.I’ll join the chorus here and say that Codesmith is an obvious choice for anyone with minimal programming experience but a willingness to put in the extra effort and a genuine interest in software development. But what about those – like me – who have technical degrees, or those who already have a few years of development experience? I was hesitant to commit to the program because I wasn’t sure that I’d get as much out of it. Again, I was dead wrong. As a comp sci major, I was able to build up knowledge of real-world technologies that complemented my theoretical foundation and market myself as a problem-solving generalist with relevant development experience. To a current software engineer, Codesmith is a place to transition into a more in-demand tech stack while building the communication skills of a senior-level developer.For those who are wondering whether they’d be better off trying to pick up the technologies on their own – I can personally tell you that you’re being dumb. It’s worth the investment to learn them faster, better, and in context. No matter your background, I cannot recommend Codesmith highly enough. You’ll stagger across the finish line but wish there were more.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +242085,10643,codesmith,Shane Yao,False,2018,Best Decision I've Ever Made,2018-07-21,5.0,5.0,5.0,5.0,"I joined Codesmith in NYC at beginning of 2018 and it's by far the best decision I have ever made in my life. I came in with a technical background but minimal coding experience in Javascript. I have to say the first 6 weeks is challenging but all the... Read More team members and my cohort mates are so supportive and I would never make it through without them. After I graduated, the support never stopped. The team checks in with me regularly and there's a career coach available 24/7 and willing to answer any questions you have. I am so thankful that I made the decision to join Codesmith and it was really a life-changing experience.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +245393,10643,codesmith,Colin McCarthy,False,2018,Best decision of my life,2018-07-20,5.0,5.0,5.0,5.0,"I have always had a passion for computers, hardware and software, but never had the training, encouragement, or courage to take the leap of faith in switching careers. I was looking at other schools in the LA area and was referred to Codesmith by a friend... Read More who had graduated and gone on to do very well. I feel blessed having gone in that way, as it helps to know beforehand that the program really works. It's incredibly demanding and it will make you doubt yourself at every turn -- overcoming those doubts is the very core of the program -- but with the support of passionate and caring mentors, you will come out the other end as the best software engineer you could possibly become in the time given. This crucible of overcoming blocks in understanding is one of many things that set Codesmith apart. It makes you a great software engineer able to tackle any stack you want to, and more importantly, engenders the technical communication and engineering empathy that makes you someone people want to work with. Codesmith is the Ivy League of bootcamps, and that means you'll do well when you graduate. It also means that you'll need to work hard to get in, so my advice on shooting for Codesmith is that there's no such thing as too much preparation. I went in without prior experience, but I put in many months of study beforehand, and I still struggled. It's all about the struggle. If you're looking for someone to hold your hand, walk you through ""Your Very First Full Stack Application,"" pat you on the back at the end, and set you up with a nice, non-challenging Junior Developer role, then look elsewhere. If you want to become the kind of developer that other developers look up to, then go to Codesmith.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +237804,10643,codesmith,Alesi-Andreya Ladas,False,2018,Best Decision Thus Far,2018-07-20,5.0,5.0,5.0,5.0,"Codesmith was the best decision that I could have made for myself. I dropped out of NYU at 20 years old because I knew I could do what I wanted without paying $60K more for a degree. I wanted to be a software engineer. It didn't just teach me how to use... Read More frameworks and how to solve algorithms. It taught me how to learn efficiently. I left with a life long skill of adaptation.I also left with really good friends, my cohort was like a big family. The whole team is such an amazing source of support. The instructors and the fellows don't give you the answer but they help guide you into figuring it out on your own. The environment just encourages support and learning together. I looked into a lot of programs that offered similar curriculum but I went to a hard parts and I knew that this was the place I wanted to spend my time learning. And I have no doubt that I made the right decsion.Read Less",,Unknown +244093,10643,codesmith,Benjamin Gummelt,False,2018,Life Changing Approach,2018-07-19,5.0,5.0,5.0,5.0,What set Codesmith out from the other similiar programs is that you had to be at least a junior level engineer before you entered the program. This process made sure you were prepared for the intense 12 week program that changes the way you approach coding... Read More and empowers you to be a mid to senior level engineer. The focus on communication was the missing block in my approach to becoming a great engineer and Codesmith fostered that approach in a very effective way.Read Less,Full Stack Software Engineering Immersive Program,Software Engineering +244048,10643,codesmith,Anonymous,True,2018,Work Hard and Succeed,2018-07-19,5.0,5.0,5.0,5.0,"I didn't think a place like this could be real. Reading all the reviews before I came seemed fake but my friend decided to take the chance and it worked for him. After seeing him succeed, I decided to go for it myself and I have no regrets. I am so happy... Read More that I found this place and it has truly changed my life. It was not an easy or instant magical change, but after all the work i've put in, I've produced the outcome I came here to achieve. I am also glad that the program does not end when it ends; the constant job support after the program is amazing. I am thankful for the opportunity I was given to attend Codesmith, it was a lot of work but gave me exactly what I was looking for: a career in software engineering.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +244136,10643,codesmith,Disappointed Grad,False,2017,I am very very disappointed,2018-07-19,1.7,1.0,3.0,1.0,"I am posting this to let people know how I got tricked into thinking I can be job ready for the tech industry with only 3 months of classes, which is EXACTLY what Codesmith advertised...Let me just start by saying that you will learn a good amount of... Read More knowledge from this program, I don't want to take away how rigorous this 12 week bootcamp actually is, and I actually learned a lot about programming and made a lot of friends at Codesmith.That said, I am extremely disappointed in Codesmith, and felt like they scammed me out of 17k in tuition. I'll just go right ahead and say it:Codesmith tells you to LIE when looking for jobs! They want you to put your so called ""production project"" in your resume as WORK EXPERIENCE!!!! They ask you to NOT put Codesmith in your resume, create a website and make it look really really nice so employers can be fooled that your project is a company, and reach out to random developers to ""star"" your repository to get a lot of stars in an attempt to pass as a legitamte professional project! They NEVER told us this in the beginning, and I felt duped and unsatisfied after close to a year of trying to follow their ""Marketing"" and ""need-to-know-info"" strategy to find jobs!I knew it was too good to be true, when I first attended their Javascript Hard Parts meetup, the founder, Will, who by the way, was really really ""Markety"", claimed that Codesmith had the best hiriing rates than other bootcamps(by the way, they have NO outcomes reports whatsoever, to this day). Someone else that worked at Codesmith told us that, upon graduation, it takes less than a month to find a job...boy how I took the bait. I saw the culture there and lucrative promises that I eventually joined their July '17 cohort.I graduated in October, and to this day, I am still struggling to even get phone interviews, I did have several interviews, but I had several recruiters and HR managers tell me that I'm trying to dupe them in my resume...I don't blame them, I mean, it LITERALLY is lying, we WERE trying to trick them into thinking we had PROFESSIONAL EXPERIENCE, what Codesmith told us to do, it is so shady and wrong!!! I didn't have the guts to come out and say it earlier, partly because I didn't want to believe that I paid 17k to get scammed, I wanted to believe that I chose the right program, so do some other students in my cohort as well as the cohort before us, but we're in so deep in commitment and money that we were in denial of the obvious.For those of you wanting to change career, stick to a 4 year college! For those that are considering bootcamps, stick to the well known, proven bootcamps, like App Academy, Hack Reactor, or Full Stack Acad, those that acutally publish job outcomes and will not ask you to sell your soul and trick your interviewers, even if you do consider ANY bootcamp, ask them outcomes questions, the job search process, ASK them for outcomes numbers, ASK them a lot of questions, if they're being standoffish, it's usually a big telltale sign. If it's too good to be true, it often is!I will still try to find a software engineer job, but I am going back to the drawing board and learn more on my own, for free, there are many resources online for anyone to teach themselves how to code. the program did teach me a lot, but not enough to be job ready, I mean, its so laughable that Codesmith will tell you to market yourself as a react engineer without even teach you REDUX.I felt scammed, I felt duped, and I felt that I HAD to say something so other people looking for bootcamps or potential attendees won't fall into the same predictament that I did.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +242457,10643,codesmith,Anonymous,True,2017,Life Changing Experience,2018-06-24,5.0,5.0,5.0,5.0,"I had heard about coding camps prior to Codesmith but I never really had the intention of signing up for one. I figured I could learn web development on my own and apply to junior positions with that knowledge. I didn’t realize how difficult the industry... Read More was to break into though, even for a junior developer. It was near impossible to even get an interview. Then I attended a Hard Parts class Will was teaching. I was impressed with his knowledge and how engaging the class was. Then I explored the Codesmith campus and saw the current students working and talked to a couple of them, and it seemed like such a great and inclusive atmosphere. My positive impression along with my disappointment in finding a job pushed me to apply for Codesmith where I ended up being accepted. The experience of Codesmith itself was amazing. I met so many motivated people that motivated me more, and I met a lot of good friends from my cohort and other cohorts that I still hang out with. It really does feel like a family there. The course content was also great and they taught us a lot of difficult and advanced topics in detail. That’s one of the biggest differences with Codesmith compared to other schools: You will struggle. But you come out at the end of it very knowledgeable in a lot of areas and you have projects that are genuinely impressive, even to experienced developers. Many other schools will have you make generic, junior-level projects that you see a million times on inexperienced programmers’ resumes. That won’t make you stand out. Keep in mind, even by the end of my time there, I was still skeptical about finding a job because I remembered how difficult it was before Codesmith. We went through a lot of job preparation like resume reviews and mock interviews, but I was still unsure. The key here is you have to follow what Codesmith tells you to do to a T. It’s very easy to get lazy when job searching after your graduation. But I followed exactly what they taught me and I ended up getting interviews left and right. Some of them didn’t go well, but most did. I ended up getting two offers and went with a company that currently pays me a six figure salary doing something I love. Before Codesmith, I would have been surprised to get an offer of even half that. I’m still in disbelief that I was able to get to where I am now in such a short time. Everything about Codesmith was life changing, from the friends I met to the experience of being there to my new career now. If you’re on the fence about this school just because you think it might be too good to be true, know that I felt the exact same way. I just pulled the trigger on it and it was the best decision I ever made.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +244191,10643,codesmith,Brandon Danh,False,2017,One of the best decisions!,2018-06-23,5.0,5.0,5.0,5.0,"Codesmith was the right decision for me. I graduated with a Math/CS degree and was unsure about whether any of these coding programs would be useful for me, but I eventually decided on attending Codesmith and I'm so glad I did! The vibe and energy from... Read More the people there was always positive, always friendly, and always collaborative. I was free to ask for help and work with others on what I had trouble with and at the same time others could always come to me with their questions as well. And that was important because the program was dense and without that kind of community, I couldn't learned what I did, and I wouldn't have been able to built what I did. It felt like we were all in this together and trying to raise each other up to become the best engineers possible!My experience in the program was incredibly valuable and I would choose to do it again in a heartbeat!Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +242521,10643,codesmith,Anonymous,True,2018,Life Changing Experience at Codesmith,2018-06-22,5.0,5.0,5.0,5.0,"I went through Codesmith a few months ago and it was absolutely one of the best and most enriching experiences of my life. It's a challenging environment and a stretch of time that completely absorbs you. In that regard, it’s not for the faint of heart.... Read More But you absolutely get what you give; the education and career support at Codesmith delivers.I was initially very suspect because of the sad reality that many bootcamps take prospective coders for a ride. I went to a ‘bootcamp’ in 2016, Beach Coders, and felt I walked away with nothing to show at all for my investment of time and money. Prior to Codesmith, I spent a year at a company working as a junior engineer and I felt that my day to day did little to move me towards software engineering autonomy. At Codesmith that all changed in three months. I not only learned some of the most relevant technologies of today, the ones demanded by the vast majority of senior positions at great startups and corporations alike, but I also learned the context behind these technologies and how they fit together to build a complete and empowering skillset. I feel completely ready to walk into a remote gig or into a senior level position.And that’s only one half, the software education aspect, of Codesmith. The career support is the best I’ve ever received. You’ll have lectures that teach you how to present yourself and your skills in an authentic manner. The resume guidance gets people with no experience through the door and onto the tech screenings. As engineers with years of experience know, doing great at a tech screen is a different skillset than actually building full stack applications. Codesmith prepares you to overcome both of these barriers. I wouldn’t change a thing about my experience other than the fact that I spent too long trying to learn how to program by myself. The time I wasted trying to figure out how to code at a professional level by myself cost me money and experience in the long run. I wish I had gone all in sooner; I’d be further along in my career.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +243363,10643,codesmith,Simon,False,2016,I was once reading these reviews,2018-02-01,5.0,5.0,5.0,5.0,"I took a risk and moved all the way from San Francisco to attend Codesmith's August 2016 cohort. At the time, Codesmith was still a relatively new Software Engineer program and trying to build its reputation as the best in the nation. There were already... Read More well established and reputable programs like Hack Reactor and App Academy. I got into all 3 programs, but I chose Codesmith for the following reasons: 1) Small, intimate cohort size (15-20 students max). You will get a chance to pair with everyone in your cohort and connect on a deeper level beyond the curriculum. The staff and peers will not let you fall behind.2) Very selective. Codesmith only admits smart, motivated, empathetic, and thoughtful peers. You will meet amazing people from all walks of life and build relationships that will last beyond the 12 weeks. 3) Projects. You build challenging and ambitious projects you are proud to put on your portfolio and speak passionately about when you are job seeking. 4) Curriculum. Modern tech stack with emphasis on best practices.5) Support. Routine check ins , interview practice, job search tips, algorithm practice, soft skill practice, etc. 6) Hiring day. 20ish companies come out on the last day to hire you! What other program even has hiring day anymore?Tips:Be prepared and committed work 8-12 hrs a day for 6 days a week.Continue to work just as hard when the program has concluded. Remember nothing is guaranteed. You will have the confidence and knowledge to become a mid-level developer.Imposter syndrome is real. Just know it happens at every level. The more you know, the more you don't know. Finals thoughts:It's been 1.5 years since I completed the program. I made a choice, and it paid off. Codesmith was one of the best experiences of my life and I would do it many times over.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +243369,10643,codesmith,Jin Choi,False,2017,Best bootcamp in the universe,2018-01-30,5.0,5.0,5.0,5.0,"I'm very grateful to Codesmith as it accelerated me from junior to mid level in my time there and provided me the tools and mindset to jump from mid level to senior at my first full time job in the time span of 2 months. YMMV but you will at least be... Read More a mid level developer out of Codesmith.From what I know, the hiring support and tips and tricks to get mid level positions even without any developer experience puts Codesmith head and shoulders above any other bootcamp out there. The only downside is having to listen to the CEO's speeches every Thursday night. But in spite of that, it still makes Codesmith more than worth the cost and the 12 weeks of intense learning.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +237553,10643,codesmith,Anonymous,True,2017,Codesmith helped me ace interviews!,2017-11-22,5.0,5.0,5.0,5.0,"I have a very strange situation.The first week of attending Codesmith, I was invited to interview onsite at a few companies. This was because of some resumes I had sent around before Codesmith.During that first week, we reviewed a lot of JavaScript and... Read More CS fundamentals. During my lunch breaks, I went and did those interviews.I did so well that many of the interviewers said they've interviewed developers with 5 or 6 years of experience, but never seen them get so many of the questions right.A lot of that was due to Codesmith's great way of teaching fundamentals that many bootcamps don't teach, and many engineers don't know very well.A lot of my success in these interviews is due to Codesmith. Thanks!Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +243381,10643,codesmith,Brett,False,2017,Believe in the System,2017-11-16,5.0,5.0,5.0,5.0,"Me, before: Technical, non-software-engineering role at a software company. Engineering (non-CS) MS and BS from UCLA (Go Bruins). Very very little JS web dev experience.Me, now: Software Engineer in LA. Making 67% more than I was before. Doing lots of... Read More JS web dev and kicking ass.Thoughts: Codesmith is an amzing way to get 1000+ hours of guided, designed, supported time learning a useful, in-demand set of skills to get hired as a software engineer. It's super fun, too.I think Codesmith's effectiveness is shown in my hiring experience. We set up profiles for platforms like AngelList near the end of the program and I got a handful of outreach messages from companies nearly immediately. Two turned into interviews, one into an onsite and an senior dev offer before I even graduated. I spent the three weeks after graduation ~50% applying to jobs and ~50% interviewing/preparing for interviews, getting 5 offers in that time. Every onsite interview I had turned into an offer. I accepted one within a month of graduating.I think part of my success comes from my technical background and fancy degrees (I didn't put Codesmith on my resume), but I wasn't having many results from these kind of companies in my immediately-previous job search. Codesmith set me up with the skills, confidence, polish and support that made the hiring process actually kind of fun.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +243409,10643,codesmith,Jorel,False,2017,An Honest Canuck's Review,2017-10-16,5.0,5.0,5.0,5.0,"Coming from a .Net background I was looking for a way to accelerate my training of using Javascript throughout the full stack and to familiarize myself with modern frontend frameworks. After attending a couple of Meetups hosted at Codesmith including... Read More the wonderful, ‘JS: The Hard Parts’ lead by Will Sentance, I knew that Codesmith was the place for me. Even as a guest, I could already feel the genuine excitement for tech and self-improvement just by walking around the space.From day one, the support from the staff and fellow students was outstanding. Whether there be a technical issue or something else there was ALWAYS someone there to pick you right back up and steer you in the right direction. I really loved hanging out with my cohort mates and to be honest asked myself more than once if I was enjoying it too much. Don’t get me wrong, long nights and stress were part of everyday life but it really helped knowing that everyone had your back.Overall, my 12 weeks at Codesmith was a life changing experience and I am incredibly proud to be part of the Codesmith family.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +238667,10643,codesmith,Mark Romano,False,2017,Haven't looked back,2017-10-11,5.0,5.0,5.0,5.0,"I began looking into software immersion programs in the winter of 2016. In searching for pair program partner to study with for technical interviews, I came across a person on Reddit, who was at the time a Codesmith student, who offered to help me study.... Read More Only at the end of our studies did he ask what program I was shooting for. I told him Hack Reactor, since it had a solid rep, and I was already living in the Bay Area. He pushed me to look into Codesmith, telling me he too had looked into HR. He moved all the way from Florida to LA to attend. I applied to both, and got into both. I chose Codesmith, because my Reddit buddy praised the school so highly, and believed in the program so strongly. Since graduating, I firmly share his beliefs, and know I made the correct choice. There are three major factors that make Codesmith such a standout; an especially capable and talented student body, an emphasis on technical communication, and the strong sense of community the program fosters.The student body at Codesmith is carefully selected . The standards for admission are tough. The technical interview was harder than HR by a long shot - it took me a couple of tries to get in. This was frustrating at the time, but this system results in a cohort with stronger technical abilities, so the material and the rate at which they teach it can be upped. There’s a cultural interview too. It’s not enough just to be really smart. Empathetic, team-focused, communicative, and social personalities are sought from applicants. The curriculum revolves around pair programming and project teams, so people who fill this criteria are strong fits for the program. This combination of technical abilities and conducive personalities results in learning environment where you can maximize your growth.The most powerful skill set I was able to develop at Codesmith wasn’t learning JavaScript really well (though I did that, too), but technical communication. I can’t stress how important this ability is. When you’re interviewing for mid and senior level developer positions, being well-spoken and concise is sooo important. After all, asides from a coding challenge or two, the only way these interviewers can judge you is by the words you share with them. Being able to answer questions in an elegant, precise, and confident way is the best way to shine. But the perks of a strong technical communication ability don’t end there. After you’re hired, you’ll have to communicate with your team, both technical and non-technical members, in an efficient and approachable way. This’ll make you an especially valuable asset to your team.The most enjoyable part of the program is the community and culture the Codesmith team has created. Graduates consistently maintain relations with Codesmith. Whether it’s coming back to for mock interviews of current students, host an open forum that details their job search story and their current roles, or just dropping by to hang out, alumni are a big part of the culture and are always looking to give back. Thursday nights are special night each week where students, staff, alumni, and friends put aside their work a little earlier than usual, and have a few drinks with each other. Very often the karaoke machine gets busted out. You haven’t seen anything until you’ve watched half a dozen engineers singing along to some N’Sync. There are beach days, bonfires, family-style dinners, kickball. And all of this fun happens alongside some of the most intense and rapid-paced learning you’ll ever have. I really can’t say enough good things about Codesmith. I’m not trying to be dramatic, but it has been a bit of a life-changing experience. I’ve gained a large group of friends I’ve bonded very strongly to, an amazing job I feel proud of, and a new perspective on communication, problem solving, and life in general.Read Less",,Unknown +238561,10643,codesmith,William Barnes,False,2016,Best Decision I Have Made,2017-10-09,5.0,5.0,5.0,5.0,"TL;DR Codesmith is dificult from start to finish. It is not easy, but for every hour you spend it will reward you 10 fold. It will take serious time, determination, and motivation, but it is worth it in the long run. Codesmith was without a doubt the... Read More best decision I have made in a very long time. It was not an easy process or stress free. This program is not for the feint of heart. It is a fight to get admitted. Then it is an even bigger fight to make it through. But this is what makes Codesmith the amazing place that it is.First getting in requires lots of time and dedication. I was previously a juniorish or lower front end developer. Just to get in, I was working 30 hours a week studying and teaching myself. Trying to make sure I hit the bar. When it happened I was ecstatic. I was through the roof happy. I got through the precourse work and then it was time to start.I got there and day 1 the work started. Every person in the room was there because they were highly motivated, wanted to better themselves and equally cared about every other person in the room. I don't think any one person in my cohort could have gotten through if it wasn't for the community that Codesmith fights to cultivate. Every single person is not there just for themselves, we were there for eachother. We were a team. We didn't compete with eachother. We helped eachother. Any time that one of us struggled, before we could ask for help someone that was excelling in the current days sprint would be over to help out. The program runs from 9 am to 8 pm Monday through Friday and on Saturday from 9 am to 4:30 pm. But I think I showed up around 8:15 every day and there were always at least a few other people that were already there. And leaving at 8, it never happened. We weren't required to stay, but we became a family. After 8, we would still code, but it was social. We would play ping pong, relax, code more, hang out, just talk about life. It was a common occurence that no one would leave before 10. And it was just because we all wanted to spend time together. Six months later, I still talk to just about everyone in my cohort weekly. We grew a bond in three months that I didn't know was possible.After Codesmith, I became an engineer in residence for three months and then did some independent contract development work for them for 6 weeks after that. I'm not going to talk much about the fellowship other than to say it was an amazing experience. And if you do end up choosing Codesmith, I highly recommend applying for the position.Now onto my job search, it started a little rough but the with help of Eric and Hira things quickly picked up. I ended up getting several offers over 100k. But ended up taking a much lower offer as a senior fullstack rails/swift developer. I had barely worked with Rails before and had never touched swift. The offer was lower, but I knew the financials of the startup and the offer was what they could financially muster. I also loved the team and the product. Now, how I got a senior position writing two languages I was unfamiliar with. I had talked with the VP of Product before my final technical interview, and he knew I was a senior Fullstack Javascript developer. But he threw me right into both languages I didn't know in the interview. When I got the offer, he told me the exact reason they wanted to hire me and would rather have me then someone that was well versed in Rails and Swift. The process that Codesmith had instilled in me. I might not have known how to setup a Single View application in swift or how to build an API in rails, but I had learned at Codesmith how to learn how to do these things on the fly. I was not just a Javascript developer in their eyes. I proved I was a software developer. I had learned to love to test my code. And to write tests even before I started coding. I might not have done things neccesarily the rails way or the swift way, but in a few hours I was able to show my process of learning a new language and getting into a new language. I was able to show that a new language to me is just another tool, not a foreign language that I just didn't know. Codesmith taught me how to do this.Final thoughts, Codesmith is not easy. It is a lot of long and stressful days. But the education, team, and community are bar none of the highest possible quality.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +243459,10643,codesmith,Curtis,False,2016,Codesmith far exceeded my expectations,2017-10-07,5.0,5.0,5.0,5.0,"Are you stuck in a career that you aren't passionate about? Are you thinking about making a career change? Are you skeptical that a 12-week immersive coding bootcamp can transform you into a software engineer that is capable of being hired after graduation?... Read More Well, until I made the best decision of my life by attending Codesmith, so was I.I had no prior experience in Computer Science aside from a basic computer class in high school. I even failed my first interview at Codesmith after studying my butt off for several months. But my determination went a long way. I cut nearly everything out of my life (would take time to stay physically fit by going to the gym, which I highly recommend after grueling programming sessions) to focus on my career change. I knew these sacrifices needed to happen in order for me to succeed.If you are considering to do it, be fully ready to live and breathe Codesmith for the duration of the program. If you do not fully commit, you will not succeed. I am living proof that, as long as you give it everything you got and don't look back, anyone with no expereince in the field can come out of Codesmith with hirable professional programming skills. After accepting an offer, I doubted in my abilities to keep up with the demands of the job. To my surprise, that was not the case. Codesmith does a great job of training students to be able to go into any environment and find solutions.My time at Codesmith was very enjoyable. They do a good job of screening prospective students during interviews, which is why the Codesmith community is so awesome. Everyone is enthusiastic and excited to be there. Engineering fellows are extremely helpful for students. The instructors are top notch. Codesmith provides all the tools necessary for your success. Even after your graduation, you are able to seek guidance on things such as salary negotiations and referrals for new opportunities. Overall, this is an outstanding program and I am very happy and satisfied that I went through with it!Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +243476,10643,codesmith,Anonymous,True,2017,An outstanding program that works.,2017-10-06,5.0,5.0,5.0,5.0,"Codesmith's focus on creating talented engineers cause it to truly stand out among the rest. Before joining, I was coding as a side hobby while working. After some months I decided that I wanted to make a serious career change. I chose to look into some... Read More programs in the Los Angeles area, and noticed that there were weekly meetups held at Codesmith HQ, so I thought I would check it out. I was extremely impressed. Not only was the community full of energy and passion for what they do, but the focus on advanced topics like closures and execution context proved to me that Codesmith was the real .I joined the July cohort in 2017. Joining the program was one of the best decisions I've made in my life. The intensive program was extremely challenging, but with hard work, you will become a highly capable engineer. I am now working as a software engineer in LA, and I am enjoying every minute of it. Not only did the program land me a job, but it facilitated my rapid growth in knowledge and confidence which allows me to stand out as a talented and respected engineer. Could I have got a software job without Codesmith? Probably. Would I have the ability and confidence I have today? Absolutely not. This is why Codesmith was worth every penny, because for myself, average is not good enough; I want to be exceptional.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +243484,10643,codesmith,Dhani Mayfield,False,2016,A Program of Growth,2017-10-06,5.0,5.0,5.0,5.0,"Let's talk about transforming yourself. You very well may be at the initial steps I was only a few short months ago. What's in consideration is an arena of challenge, unfamiliarity, and creativity. I wince from the urge to say the word 'given' when referring... Read More to Codesmith. It isn't a word that is necessarily bad. Yet it draws unnecessary focus and doesn't reflect what you ultimately gain from such an experience. Nonetheless I will start with what Codesmith does in fact ""provide"". 1) An intensive multidimensional curriculum2) Exceptional professional advice3) Career support and networking The underlying brilliance of Codesmith however is missed in this simple list. Codesmith more so than any other verb cultivates marvelous things in the individuals who attend the program. This is of course because the Codesmith environment and community is ingrained with an altruistic spirit to propel others. If you were in search of a big reveal in to why Codesmith is a superb choice - this is it. In the field of accelerated learning Codesmith reaches the greatest of heights by living the words ""We are all excellent, and we will grow to be more excellent."" It is a beautiful thing. Codesmith brings its residents in as family. This is an enormous backbone of support you may never see outside of your very own family. As it must, the program unleashes the gamut of web and software development obstacles. This is never an exciting part when I am talking about Codesmith. I am of the believe that the spoken material can be learned quite isolated with only the right handful of books. Torturous yet possible. What develops as you grind unit by unit is ability of course. As you take in your surroundings you realize the community is at your finger tips. When you stumble then stumble and your ready to not take another thrust up you are brought up by your cohort mates. Finally, when you have seen so much of the process that looking back you see the pattern of challenge, resilience, and accomplishment you realize a tremendous confidence. Codesmith is a great whirlwind. I have probably not given justice to what I truly believe it is. Though what I know it is not is a magic door to success. Be prepared to join something that deserves your all if you attend Codesmith. It is a place that you should make the most of and that will be so many levels past the industry curriculum.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +238514,10643,codesmith,Dave,False,2016,Codesmith is legit,2017-10-06,5.0,5.0,5.0,5.0,"If you're motivated and want to break into tech as an engineer, Codesmith is an excellent option. My cohort finished in January, and two weeks later I had competing job offers with salaries and job responsibilities in line with those that Codesmith advertises... Read More (by ""in line"", I do not mean ""close to but not quite"", but rather ""exactly as described based on their messaging."")As a qualifier, I did have some prior programming experience and studied a technical subject in school (zero web development or formal computer science, though). Nevertheless, there were others in my cohort with far less technical backgrounds who saw similar or more impressive outcomes. After about 2 and 1/2 months now, the majority of my cohort was hired. Still, I highly recommend learning as much as you can before Codesmith. If you come in with more knowledge, you'll probably find it easier to get a ton out of the experience.Many of the other reviews have accurately covered aspects such as the staff's support and availability, the curriculum, the community, and the challenging time commitment -- I agree with everything that's been said there. In my opinion, there are two things Codesmith does that set it apart and allow for such good outcomes:1) The program is rigorous and places a strong emphasis on fundamentals -- especially in javascript. 3 month bootcamps have to teach you practical skills, but Codesmith is able to strike a balance between teaching enough practical stuff for you to be useful, while going deeper into some more theoretical territory so that you can come away with a foundation for understanding why things work they way they do rather than just knowing ""how to make a single page app.""2) They select people who genuinely enjoy learning and are drawn to the approach I mentioned in the above point. You can make a lot more progress faster if you're immersed in a group of people who are all motivated to learn, help each other out, and go explore ""under the hood"" (a phrase youll hear quite often there). Codesmith excels in putting together groups of people who willl push each other to improve.If you're interested in technology and have thought about transitioning to engineerig, I highly recommend Codesmith.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +238518,10643,codesmith,Anonymous,True,2017,A Truly Special Place,2017-10-06,5.0,5.0,5.0,5.0,"Coming to Codesmith for the first time can be a bit of a surreal experience. I remember when I walked through the elevator doors to attend ""JavaScript: the Hard Parts,"" not sure what to expect. I was nervous because I hardly felt like I had a grasp on... Read More the easy parts of JavaScript and was certain I was in over my head. What's a higher order function, anyway?6 months later, I'm writing scalable web apps and front end architectures using bleeding edge technology and I've got data structures and algorithms practically oozing out of my fingernails. I wouldn't be the Software Engineer that I am today without the support of my cohort mates who struggled with me through the program and the staff who guided me throughout the process.The amount of attention paid to each student to ensure their success throughout the program and beyond is astonishing. I've seen staff stay long after their scheduled hours, just to work through challenges with students or give impromptu lectures, not because they have to but because they genuinely care about all things software and web-related and want to share their knowledge with others. That enthusiasm to dig deep into computer science and JavaScript fundamentals permeate the entire space, an awesome startup like environment where day after day people are coding late into the night.Codesmith isn't a bootcamp. It's a community of people who are extremely passionate about learning and building new things- a truly special place I'm so thankful I was able to be a part of.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +238528,10643,codesmith,Anonymous,True,2017,Exceptional programme with a solid community,2017-10-06,5.0,5.0,5.0,5.0,"Before Codesmith, my scope of software engineering was narrow. I wasn't familiar with software architecture and design patterns, let alone knowing what frontend and backend frameworks were. I was a UX designer, and I was determined to build out the functionality... Read More of my designs . With Codesmith, my analytical, technical, and management skills were catapulted into a level far beyond my expectations. I was always a firm believer that the journey is the most important component in learning. It's the way you're learning that makes that difference. The Codesmith team and my cohort mates definitely pushed me to aim higher and were the best support system that any programmer could have asked for. Definitely the most friendliest, intense, silliest, and damn great community to be a part of.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +243488,10643,codesmith,Kyle,False,2017,Life changing,2017-10-05,5.0,5.0,5.0,5.0,"Codesmith is truly a transformative experience. Prior to Codesmith I didn't have a technical background or any prior tech experience, and was looking for a career change. I began to assess all my options available to make the switch to a new career in... Read More tech. There were the numerous for-profit trade/career colleges, most of which seem great at first, but then as you dig deeper are very gimmicky, poor quality, and most are extremely expensive. Of course there's the traditional route of going to a community college & a state school or university, but being in my mid twenties, the extended time it takes to complete a degree, plus the limited career help and lack of modern in demand technologies, was not an investment I was willing to start. I decided I would continue working and self-studying in my free time with ambitions of making the switch on my own. The amount of resource online these days is amazing but starting out it can be very daunting. Without any prior programming experience, knowing what to look for, what to learn, and the quality of what you were learning was rough and a very slow process.After a few months of learning html, css and the fundamentals of javascript, I wanted to speed up my learning and level up. I didn't want to continue this way on my own and began to look for Meetups to attend and learn with others. Through attending multiple Meetups is how I discovered coding bootcamps! It was awesome, and I felt energized and excited at this new approach to learning. I looked into all the Los Angeles bootcamps and I recommend you do the same to find what would fit you best. I went to many Meetups but the one that stood out the most was Codesmith's free Javascript the Hard Parts meetup offered every Thursday. You get a glimpse into the Codesmith mentality and community and is a perfect opportunity to see for yourself what Codesmith is all about firsthand.The reason I favored Codesmith over the others was that it was clear it wasn't another coding bootcamp. Codesmith is an immersive residency and has 3 core values that sets it apart. Complete dedication to every student, an autonomous and deep understanding for learning, and a devotation for the community. Community is such a huge aspect of Codesmith and one of the many things I loved most about Codesmith. Codesmith hosts and sponsors many weekly and monthly events, is always looking to give back to the tech community in LA and beyond, and is an extremely diverse and inclusive space. Plus the alumni support is great and very connected, and they even have multiple times throughout the program when alumni comeback and share their stories of life during and after Codesmith.The team and staff are amazing. Everyone is extremely nice, thoughtful and there to help you succeed. I felt comfortable sharing and expressing any concerns or feelings throughout the program. The curriculum is top-notch and well rounded. It still amazes me the amount of content I learned in a short amount of time. Spending six days a week and more then eleven hours a day onsite, it becomes more then just a program or school, you become a tight knit family with your classmates, the staff and the other cohort. Everyone is there with the mindset to help one another, and so should be your mindset going in.With all that said, Codesmith is intense. It is challenging, tough, inspiring, motivating, and rewarding. Codesmith is an extremely fast-paced fully immersive program and is very demanding. Best way to succeed is to fully dedicate yourself for 3 months and make the tough sacrifices necessary to give your all during the program. This is truly one of those kind of experience when ""the more you put into it, is the more you will get out of it"". Take full advantage of everything offered, your classmates, the instructors, the staff, the connections, the networking, the events and will be amazed at how far you've made it. Your journey doesn't stop either after program. It is key you keep the same intensity going during the job search phase. A wonderful standout experience at Codesmith is the hiring day event. It provides such an awesome space to meet companies to network and jump start your hiring process. It is vital to stay in touch with the staff at Codesmith during your job search for endless amounts of support and guidance they provide to help you improve your interviewing and networking skills.If your looking for an experience that offers top-tier challenges & curriculum, a thriving community, and a location that is in the heart of it all and only a few miles from the beach, you'll find it and more with Codesmith.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +243495,10643,codesmith,Richard T.,False,2017,Wonderful and life changing.,2017-10-05,5.0,5.0,5.0,5.0,"Codesmith is one of the most life changing experiences that I've encountered and I couldn't have been more grateful to them for what they've allowed me to achieve. I was a little hesitant to join the program at first because I was unsure whether or not... Read More an immersive program will help me elevate my skill set, but I am completely blown away by the things that I've learned during the program. It was extremely fast paced and difficult, but at the same time, it was extremely fun and rewarding. I met some amazing people that I still keep in touch with to this day - they are almost like another family to me. It is unreal how closely you can bond with one another when you struggle together to achieve your dreams, and I am so happy because of it. If you are looking to make a change in your career or to elevate your engineering skills, I encourage you to check out their weekly meetups - Javascript The Hard Parts! You will not regret it. With that said, I definitely recommend Codesmith and I can assure you that the program is what it says it is. I am now a software engineer working in a tech company in downtown la making over 110k. I am very happy with where I am at, and I owe a lot of it to the wonderful Codesmith community !Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +243500,10643,codesmith,Joseph,False,2017,Codesmith Community,2017-10-05,5.0,5.0,5.0,5.0,"Before joining Codesmith, I was really hesitant as to whether joining a coding program was really worthwhile, or all hype. After going to my first JavaScript The Hard Parts, I was pleasantly welcomed by the Codesmith community. People were super nice... Read More and socialable and shared their wonderful experiences with me. That's when I knew this was the place for me. At Codesmith, sure you'll learn full-stack JavaScript, but what really makes Codesmith special is the community built around it. They truly care about your success and will help you any way possible. The support doesn't stop when you graduate, they continue to check up on you to make sure you are doing what you need to. If things don't look right or don't seem to be working, they continue to work with you until it does. It's not easy, and you won't be spoon fed knowledge, but if you are willing to put in the work, you won't regret choosing Codesmith.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +243507,10643,codesmith,Deep,False,2017,A transformative experience,2017-09-27,5.0,5.0,5.0,5.0,"I'm going to have to keep this short, as I really need to get going to work this morning - to my full-time job as a full-stack software engineer. Codesmith, like most things in life, will give back as much as you put into it. I firmly believe it's the... Read More best program you can go to, but obviously I haven't been to any other immersive programs. However, there are a few things I can say for certain (with as much objectivity as possible):1) The campus is great. The space is open, and the amount of smart, driven (yet kind) people walking around and working together elevates your own abilities. If you have a chance to attend a Thursday, JavaScript The Hard Parts session, I highly recommend you do so to catch the vibe.2) The quality of the production (final) projects are better than any I've seen out of other programs. This is important, because if you are career-changer like me, this will be your most prominent item on your resume. My team's production project web-dsp was demo'd on the mainstage at the Google I/O developer conference (and they found us, we didn't contact anyone). Another team's project, Reactide, was a #1 trending Github repository for weeks. 3) They care about your outcome. The job search process is no fun for anyone, especially if rejection stings. There's support along the way even after the program is done, and the final weeks of the program are really geared towards making sure you have the tools you need to succeed. On a subjective level, I feel like I've made lifelong friends with people from the process, which is obviously invaluable. And I had a good bit of fun while really expanding my scope of knowledge and ability each day of the program. If you're able to get in to Codesmith, just do it!Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +243519,10643,codesmith,Hamza,False,2016,An Amazing Learning Environment,2017-09-27,5.0,5.0,5.0,5.0,"Two things set Codesmith apart in my opinion.1. The people: There are hundreds of coding bootcamps out there and it was difficult to figure out which one was the best for me. I visited as many as I could, and tried to figure out what was differnent about... Read More each one, and what schools existed to just take my money. I attended JS The Hard Parts at Codesmith's headquarters in LA, and was blown away by everyone's willingness to help me learn. That continued after I started as a student. Everyone at Codesmith, from the instructors, to the fellows, and even the students was willing to stay late and help me become a better developer. On top of that, the students at Codesmith are exceptionally gifted and talented people who previously have gone to the worlds best universities and have been very successful in other careers. You can't help but learn faster when you are surrounded by such talented people all day.2. Focus on personal growth: Throughout the program, but especially during the project period, students are pushed to step outside their comfort zones to become better thinkers, programmers, and people. People at Codesmith are always encouraged to pursue new technologies and learn new programming paradigms. Codesmith understands that the industry is always changing and while the curriculum is in JavaScript, the purpose of Codesmith is to teach you how to think as a professional developer. At Codesmith, you are always pushed to strive for more. The culture of creating autnomous problem solvers is really what makes Codesmith different.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +243508,10643,codesmith,Anonymous,True,2017,Fantastic Experience,2017-09-27,5.0,5.0,5.0,5.0,"In retrospective, choosing to come to Codesmith was the best decision I could have made. The curriculum and hiring preparation are as rigorous as anything I've seen, which can probably be expected. The focus that they put on community and supporting each... Read More other makes for an incredibly positive experience. Everybody at Codesmith (students and staff) supports each other far more than what I have experienced at other jobs or educational institutions.But make no mistake, this is a very productive work environment and they expect a lot from you during the 12 weeks. The quality and scope of the production projects are substantial, and in addition to the fantastic experience, I have something to show that I am very excited to talk to future employers and other people about.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +238359,10643,codesmith,Mike,False,2016,Excellent Experience,2017-09-27,5.0,5.0,5.0,5.0,"Codesmith is a great place to advance your coding skills to the level of a mid/senior level developer. The staff does an excellent job of pushing students' problem solving skills while making sure you are kept abreast to the latest web technologies. The... Read More community built around the institution is really fantastic. There is no shortage of former students/mentors that you can go to with real world questions and insight into life as a coder; and it seems like the CEO still knows every student's name thats ever attended the program. I think one of Codesmith's major differentiators is the quality of their hiring program. They will not stop working with you until you are hired, it doesn't matter how many days/weeks/months ago your class ended. When you get accepted into Codesmith it's not just for 3 months, it's for a lifetime. The network of excellent, smart, driven people that you become a part of will no doubt be vital to you for years to come. As an alumni, you can always go to Codesmith to work on a project, get so advice from one of the staff, or just talk with other devs. If you are serious about advancing your programming skills to a professional level, I definitely recommend taking a look at Codesmith.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +243528,10643,codesmith,Anonymous,True,2016,A New Model for Modern Education,2017-09-26,5.0,5.0,5.0,5.0,"SummaryMoved from NY to LA to attend CodesmithWorked 5 years prior at home automation tech company as a software engineerGraduated as part of May '16 Cohort 7 classAccepted six figure salary job offer as frontend developer within 2 weeks of graduating... Read More CodesmithExcellent Community & CultureI think the two things that made my experience so great with Codesmith was the community and culture thriving there. From the very beginning, we were taught that our experience for the next 3 months wasn't going to be dictated simply by what we each of us could individually accomplish and learn. No, our experience was going to be heavily inspired by what we could accomplish and build together as a cohort. Codesmith did an outstanding job making sure that we were always thinking about how to ""level up"" each other via many different approaches such as pair programming to work on solving problems with a partner or simply creating a space where people could freely exchange ideas and dialogue with one another without fear of judgement.Great Learning EnvironmentThe academic knowledge that Codesmith teaches to get you up to speed with current technologies and more importantly their emphasis on honing your ability to think like an engineer, I think, are also what makes Codesmith a great program to quickly develop yourself into a great software engineer. The pace of learning is fast, but they also ensure that you succeed in the program. You'll become familiarized and well-equipped with the technologies and skills necessary to succeed as a developer today.Exceptional Job Search & Hiring SupportHiring Day was an exciting experience and a great way to conclude the program. There were many top tech companies present there including the company which I eventually joined. Codesmith was extremely supportive in this process by helping us prepare well in advance. And to top that off, Codesmith also provided post graduation support, doing regular weekly checkups of how we are doing in our job search process and providing helpful advice to guide us towards the job we're looking for.Codesmith certainly exceeded my expectations of how much I could get out of such a short condensed program. I'm really happy to have been a part of it and to have had the fortune of meeting some really bright, like-minded, compassionate people, both the staff and cohortmates alike. If I had to do it all over again, I'd jump on it in a heartbeat.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +238493,10643,codesmith,Anonymous,True,2017,Very Rewarding Experience,2017-09-26,5.0,5.0,5.0,5.0,"TL:DR: I had an amazing exprience with Codesmith. Although my program ended a few months ago, I feel I'll always be a part of the Codesmith Family.Like most of you, I did my share of research before I applied and committed to Codesmith. You can read all... Read More of the reviews, compare all of the other programs, but nothing compares to actually attending the JS The Hard Parts classes and meeting the folks that you might spend the next couple months with. Like many of my classmates, I was offered a seat at a couple of the other popular coding programs, but the family-atmosphere at Codesmith is what ultimately brought me in.The program itself was very challenging to say the least. I definitely felt overwhelmed at times, but it really helps that you're surrounded by other engineers that are just as passionate and just as driven as you are. As some of the staff would say, ""The challenges will be there to push you down, we'll be right here to lift you back up"".Unemployment can be a dark time for many, but I was tremendously fortunate to have the Codesmith staff to help me every step of the way. From the emails to the phone calls to the negotiations, Eric, Hira and Haley really showed me how to succeed.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +243633,10643,codesmith,Curt Toppel,False,2017,More than a bootcamp,2017-09-26,5.0,5.0,5.0,5.0,"There are a lot of choices for people to learn to code, and choosing the right one can be very difficult. It was only 3 months ago that I too was looking on how to improve my coding skills and spent hours doing due diligence. I cannot speak to the level... Read More of the other schools, but what I can say is that I was very happy with my decision to join Codesmith. When I first heard that Codesmith was not just another bootcamp, I just wrote it off, as I figured that is what each bootcamp said, but as I now have finished the program, I fully understand why Codesmith is much more than a bootcamp. The program is truly a fully immersive coding residency which accepts only the best and produces maximum results from those students. Coding however is only just the beginning of what Codesmith offers its students. The first half of the program focuses on rapidly expanding your knowledge of Javascript fundamentals as well as the introduction to numerous frameworks, libraries, and tools. The second half allows students to not only solidify what they have learned, but takes them far beyond with production products that have garnered notoriety worldwide. If this weren't enough, there are numerous workshops and lectures that prepare you for the real world and the job application process. Students from Codesmith are now in some of the top companies in the country, and this list is only growing. Although I am sure any readers of this review are thinking that it is possibly fake and just hype, I can assure you I am only a thankful graduate trying to give back to the program that helped give me an amazing skillset and gave me a network that seems more like family than anything else. Codesmith might not be for everyone, but it definitely was the right place for me.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +238269,10643,codesmith,Anonymous,True,2017,Not a Bootcamp – More Like a Graduate-Level Engineering Residency,2017-09-26,5.0,5.0,5.0,5.0,"TLDR;Incredibly high standards for quality of achievement, work ethic, technical and non-technical communication as practiced by both their graduates and staff3-4% acceptance rateA focus on advanced developer tools, open-source, and cutting-edge technologies... Read More (JavaScript focused curriculum but projects built in C++, Python, etc.)Not scaled or franchised = total dedication to each studentRecent grads are having the highest student outcomes for salary offers in the nationCool workspace centered in ""Silicon Beach"" (Playa Vista)Compared to other programsI was looking for the best program in terms of academic quality and hiring support. I open to move, but being a father, I also had a limited amount of time so a two-year masters program was not an option.I narrowed down my search to App Academy, Hack Reactor, and Codesmith. Codesmith stood out for having the most modern stack of technologies covered, the enthusiasm their graduates had for the program, and the student production projects were far more advanced than any program including the universities including projects that have revieved media coverage and recognized by leaders in technology.The application and interviewing processThe interview process is less about judging what you know and more about demonstrating your ability to communicate through tough challenges and your passion to push through. I was able to learn which areas I needed to work on in case I needed to try again. They always welcome retrying.Work, life, cultureThere were real sacrifices including a pause on work and social life and very limited time with my family. On the other hand, I could see no other way to have a career transformation than this. Also, it was all temporary and the internal support from Codesmith was always there for me.Going through this journey with a community of like-minded individuals was beyond fun. You get the opportunity to work with talented, driven people who are on your same path and equally dedicated to reaching success. Everyday was filled with team wins and high-fives that kept us pushing forward to bigger challenges.The regular ping-pong breaks and walks to nearby restaurants and bars in the tech-savvy Playa Vista area was also pretty vital in keeping us sane, too.CurriculumCodesmith focuses on full stack development with technologies that are the most in demand today but also for the next few years. It focuses on JavaScript because of its ability be used in so many technical specialties, but also for it’s ability to help learn other software languages. It’s not uncommon for production projects to include C++, WebAssembly, Python, machine learning, etc. The curriculum focuses of advanced problem solving strategies that build students' abilities to learn in an accelerated manor throughout their careers in a constantly changing industry.Hiring SupportIn addition to a highly selective hiring day, Codesmith has an entire team of entrepreneurs and hiring support staff that are a phone call away that help alumni with networking, negotiations, and interviews. Alumni also have access to office space and interview prep after graduating.Recent graduates are finding themselves in senior level engineering positions at Microsoft, Amazon, LinkedIn, Nike, WalmartLabs, TBWA Chiat Day, NFL, etc. with salary offers well over six figures. When adjusting to costs-of-living, Codesmith’s recent grads boast the most successful salary offers in the nation.ConclusionThis program is not for everyone. With a 3-4% acceptance rate, Codesmith diligently picks only the most passionate, driven, and valuable team-focused individuals who are willing to work towards aspirations beyond any other program. There was a lot of lost sleep, and even sometimes tears, but ultimately I feel truly honored to be a part of a industry leading community who I always plan on always contributing to. Though only two-years old, I’m looking forward to see them progress as they produce the future leaders of software engineering.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +238266,10643,codesmith,Scott,False,2016,From coding to culture this is how to teach and learn,2017-09-26,5.0,5.0,5.0,5.0,"From the moment you think about applying to Codesmith you are welcomed with open arms into the community through the opportunity to attend many of their free weekly meetups. These provide a chance to extend your solo learning by diving into how Javascript... Read More actually works and beginning to code with others.The Codesmith process is not for everyone - which is why it has longer hours than other programs but offers a more extensive curriculum, a final project phase where some student projects have received 4000+ stars on Github, and a culture that fosters teamwork and a striving for excellence.From day one you are thrown into a world of problem solving. Guided by top teachers you are introduced to new concepts and then work through a well thought out curriculum in 2 day sprints. The sprints always seemed to hit the middle ground of difficulty with most students having just enough time to refactor their code and walk through it with fellow students. At any point in time (even staying past their work hours till 11pm most nights) Codesmith staff is available to guide you to the solution through the Socratic method. Instead of just giving you an answer the staff engages you in a back and forth conversation until you feel the slight warmth of a lightbulb above your head.You'll do these sprints by pair programming with another student in your class and this is where you learn the soft skills that will allow you to excel in the workplace. Former bartenders work with ex investment bankers, students fresh out of college with an engineering degree code alongside former salespeople - this is how you grow your empathy, technical and personal communication skills and openness to others' ways of thinking. All bootcamps will promise you the world, Codesmith included. It's up to you as an individual to take advantage of what is being offered to you. After careful consideration I decided Codesmith had the most to offer me. As a result I went from beginning to learn how to code on my own in September, joining the November cohort and receiving a job offer three weeks after graduation.If you had asked me if I thought I would have been programming professional a year ago the answer would be no. Yet here I am thanks to the Codesmith ethos and the people it brings together. When looking to join a bootcamp understand that who you will be going to class with every day is just as important as the class itself. If you talk to anyone at Codesmith you'll immediately understand why the application process is more rigorous than other schools. As they tell you about the long nights they spent building developer tools or learning about data structures you'll see the grin on their face as they reminisce about the experience.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +243652,10643,codesmith,Anonymous,True,2017,Take Control of Your Future,2017-09-26,5.0,5.0,5.0,5.0,"About MeI found my love for programming while studying at UCLA. I had taken a few classes in C++ but I kept telling myself that it was too late to change my major. During my senior year, I was fortunate to be given the opportunity to deploy a website... Read More that is still hosted by UCLA, but I still kept telling myself that it was too late. I tried searching for an entry-level programming job coming out of college, but without a CS degree, it seemed nearly impossible. And so, I decided to chase my other dream and become a sushi chef. Fast forward a year later and I find myself itching to code.My RealizationI attended Javascript The Hard Parts for the first time in December 2016 and little did I know, it would leave such a lasting impact on me. The first lesson I attended was on Javascript Closures. Will Sentance, the CEO of Codesmith blew me away with his passion and desire to share his knowledge. I knew that at that moment, I had to get into Codesmith. I really wanted to be part of this engineering community.The 13-Week ImmersiveCodesmith was a tough 13 weeks but if you have the grit and determination to push through it, you're gonna have one hell of a good time. Not only does Codesmith build a strong HTML, CSS, and Javascript foundation, but the program also offers popular frameworks such as Angular and React. You get to dive into building SQL and NoSQL databases and you learn the power of single-threaded Node Servers. But most important of all, you meet some really great people. The Codesmith staff is super supportive, even after you graduate! And your chortmates will keep you motivated.Life after CodesmithFinding a job is never easy. But two weeks out of the program and I am now employed at a company that I'm super excited to be at. People may tell you that it's impossible to come out of a bootcamp and get hired as a software engineer making 6 figures... well they're right. But Codesmith is NOT a bootcamp. Codesmith is an engineering residency. It's a place where aspiring engineers can grow into seasoned software developers.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +243659,10643,codesmith,Andy B,False,2016,Everything I hoped for and more,2017-09-26,5.0,5.0,5.0,5.0,"A little less than a year ago I wrote my first line of Javascript and now I am employed by a wonderful company. I build amazing software and earn more than enough money to payback the debt I took on to attend Codesmith. On a daily basis I see a difficult... Read More task in front me and think ""I have no idea how to do this."" My very next thought is ""this is going to be so much fun."" The brilliance of Codesmith is how the instructors to teach you to problem solve. The curriculum is structured to teach you everything you need to know to land a job, but there is zero hand holding. You learn how to google, use stack overflow, and read docs so that for the rest of your coding career you not only welcome unfamiliar problems you celebrate them. Since Codesmith I have learned several new frameworks and a new programming language. In addition to the instruction the job placement was such a huge help. Within a month of finishing the program I had two job offers, one of which was through Codesmith's job fair. Although coders are high in demand right now, it always takes a lot of work to get a new job, and the job support from Codesmith (interview prep, resume iteration, job fair, weekly check-ins) made the process so much less difficult. All that being said, if you are seriously considering attending Codesmith you need to be ready to bring it. I was no stranger to hard work and long hours before I attended but those were 12 of the most challenging weeks of my life. Getting through the program, and landing a job on the other side, takes a lof of grit, determination, and most importanly you have to love to code. Attending Codesmith, and being employed as a software engineer, is really hard work. The high saleries won't be enough to get you through the day. You must also have a passion for it. If you do have that passion Codesmith will provide everything else you need.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +237197,10643,codesmith,Brendan,False,2016,No Job experience to software engineer,2017-09-26,5.0,5.0,5.0,5.0,"A bit of background about me. I graduated from UCLA with an Applied Mathematics B.S degree in December 2015, had a total of 2 C++ classes and that was the extent of my software engineering experience . I found Codesmith through a friend and visited JS... Read More The Hard Parts on a few Thursdays. I immediately felt the energy that people there had, I am not sure if this is just the software engineering culture but Codesmith just had that vibe that everyone wanted to be there. I now have my first job out of college as a software engineer. I graduated from Codesmith (August 2016) and I got hired two weeks after hiring day by one of the hiring day partners. Before I go on about my experience at Codesmith I would like to add an exception. That is, this program is only for certain people and those people are the ones who are 110% dedicated to learning, growing, and giving it their all. This is not some ‘chill’ bootcamp where you can just hangout and mess around and then expect to get a job, if you put in the effort the results will come. Now saying that, I put my life on hold for 4 months (two weeks before and after the program) and dedicated more than 80 hours some weeks to my learning and my projects. You don’t need to do that but you do need to be motivated and completely bought in to what they are teaching you because if you don’t, you won’t get all that they have to offer. Daily LifeMake sure to eat a decent breakfast before you get there because once you are there the hack hours starts after the 5 minute stand up at 9am. You don’t want to skip out on any of the hack hours. I was one of few that would bring their own lunch and dinner. I used my Sundays to get laundry done, make lunch and dinner for the week, and then relax a little bit. I would make sure to have some type of caffeine right before the lectures as most of the times your lectures could fall right after lunch, aka food coma. Besides that, I had a good flow and think everyone should be able to manage their time with only the one day off, like I said before you just have to be completely focused. AcademicsAs a recent UCLA grad I learned from my math professors who were the genius people wanted for their research and were not the best teachers. This is not how codesmith is. The lead instructor was a very good teacher and he is also brilliant. Make sure to utilize him and any other people there, they literally are there for you so make sure to annoy them with as many questions as possible. CompetitionAlso my experience from my math classes was that everything was based on a ranking and if you did better than your classmates you received a higher grade. The one thing that was so different and amazing was that there was still the competitive nature at codesmith, you always wanted to show the best projects or get as far as you could on all of the modules. But never was there a time where anyone wished a classmate wouldn’t do as well as them, but everyone was held accountable and we all pushed each other. This was by far one the the best aspects of Codesmith. CommunityIf you don’t know already, Codesmith hosts JS The Hard Parts on Thursdays and they are also becoming one of the biggest meet ups in LA for React and Node. There is great opportunity to meet a whole slew of different people with different experiences and endless amounts of networking. Definitely take advantage of this but do not make this your priority while in the program because you should be focusing on learning and retaining everything. Job PrepI can honestly say I would not have been able to get any decent job without Codesmith’s help with my job prep. The mock interviews and resume building were the best help I have ever received in terms of job prep. The job search process is just that, a process, and they did an incredible job prepping me for that process. As long as you’re a hard working, compassionate, empathic, and personable person, you won’t have a hard time getting a job even if your experience is low, i.e. I have never had a real job before, and now I am a software engineer making 6 figures. Incredible to be able to say that and I owe it all to Codesmith.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +238263,10643,codesmith,Jeremy Yip,False,2016,Breaking Down My Experience as a Non-Traditional Applicant,2017-09-26,5.0,5.0,5.0,5.0,"Who are you?I’m an EMT, Berkeley grad, and returned Peace Corps volunteer that joined the Codesmith program at the end of my 2-year service in the highlands of Guatemala.Did it work?I’m employed as a front-end web developer with a Codesmith hiring partner.... Read More I received two other offers sometime after I accepted my current position.Why Codesmith?There are a number of reasons, but a lot of them are already covered in previous reviews. Rather than echo, I’ll pull a Steve Jobs, get obsessive and detail-oriented, and try to cover topics that are smaller in scope but provide insight to someone who hasn’t necessarily attended the school.LEADERSHIPThere are benefits to having a CEO that is a strong and constant presence. Besides frequently handling business at the school:Will was there to set the cultural tone of our class on day 1 -- as a cohort, we succeed together or not at all.He gave a variety of different lectures on topics like object-oriented programming, technical blogging, and interviewing expectations throughout the weeks.Will was with us to give a kick-off presentation for our first hackathon together.He was there halfway through the program for one-on-one sessions.He was there on our Hiring Day to open the floor for our thesis project presentations.Two weeks after the program concluded, Will was there personally answering questions when the school brought our cohort in for job hunt updates.Granted he’s not there every single day, he is available to you. Will might be encouraging a tech firm to attend hiring day or interviewing with journalists to discuss Codesmith’s philosophies, but I won’t hesitate to say that if I were to email him now as a graduate 3 months out, he would respond within a day.CULTURE & COMMUNITYIt’s that moment when the fellows have been gone for hours. It’s 1:30 AM. You’re hammering away at a chrome extension with a partner and neither of you knows how to proceed. Or maybe, you’ve invested an hour and your map method still isn’t working in Cheerio (protip: read docs and check the parameters). You know everyone’s exhausted and short on time, but you need the help, and you have to ask for it. These stressful situations are when culture really comes into play.The community is focused on unconditional support. Expect to have it here, and expect to give it here. I'll offer a few examples.I was working on a module with the avid surfer / Boeing engineer of our group, and we nail another exercise together. It’s looking like we might be on track to finish early. Get home. Break from the 80ish hour weeks. The first thing he asks is, “How do you feel about checking up on everyone else and seeing if they need a hand? It won’t take long.”For a hackathon, we’re given about 6 hours (including lunch) to ad-hoc something functional. An experienced software engineer in our cohort has his eureka moment, bypasses problems with CORS and network requests with some proxy workaround, and has an hour and a half to make his project work. He then gets peppered with questions by cohort-mates. “Hey, how’d you get that proxy to work?” “Could you give me a hand with flexbox?” He carves out even more of his time to help. So much so that he presents an unfinished project (which I know for a fact he could’ve completed).Even Will would put his money where his mouth was. Every. Week. He would lead meetups to teach the LA community about javascript callbacks, execution contexts, and closures. No costs or fees. No self-promotion of the school. Unconditional.I could go on and on about the small details that made the culture so magical, but it really is a matter of seeing it in action for yourself. Visit the campus. Have a conversation with a few current students. You’ll understand.FEEDBACK ON FEEDBACK ON FEEDBACKIf you bring up a concern, it will be considered. During the first 6 weeks, feedback is given to Victoria, director of operations. Every two days as a group, you’ll review the recently completed core modules and lectures. “Please split the testing and build tools module into two separate days.” Lo and behold, the next cohort has two days for the two modules. “Can we get more cheez-its in the kitchen?” And like magic, it appears. “Reviewing our React module with ES6 syntax when we learned with ES5 syntax? BAD.” You get the idea.The feedback doesn’t end when sessions end either. After graduating, when I saw staff at a tech fair, I started chatting with Victoria. We were talking about the implications of increasing class sizes, and she said, “It’s great that you care. What do you think we should do?” She and her coworkers are open to criticism and change not because their job tells them it’s important for company development from 9-5. They sincerely want what’s best for students.With all of that in mind, obviously not all suggestions will be implemented (there are still parts of the curriculum in ES5 and parts in ES6, there still might be grammatical errors in exercises, etc.), but it will be for a combination of reasons -- other low-hanging fruit to take care of, impact of changes, etc.JOB SUPPORTIt’s interesting that the website doesn’t immediately mention this, but there is a support network when the program finishes.A week after graduation, the entire cohort is brought back to campus for school updates, discussions about job-search apprehensions, and personal meetings with Hira.There are check-in calls with Hira every two weeks after the on-campus meeting. She reaches out to track your progress, mental well-being, and again, answer any lingering questions. And the best part? She always follows through. “You’ve got an offer? I’ll get you in touch with Eric.” And the day after, I’m having a conversation with Eric. “Ah! AngelList messages can be tricky. Send over some of your examples and I’ll check them out.” A day after I send them, she replies. Here’s part of the email.No problem Jeremy, that's what I'm here for!Some notes on your messages:The personal touch is great. You're really highlighting your passion for what the company is doing, I wouldn't change anything there.Ultimately, the company wants to know what YOU can do for THEM. It's great that you have a learning mindset, and seek first to understand, but try to throw in a phrase about why you're qualified. Is there a particular stack they're working in that you're a boss at? Did you work on a technical project that is somewhat similar to what they're focused on?”You aren’t the product of some easy-bake oven. Codesmith doesn’t “set it and forget it.” The job hunt was one of the more difficult parts of the journey, and it's genuinely nice to be able to rely on staff for solid guidance.Bro. Now I have even more questions.Feel free to get in touch! jeremy.yip7@gmail.comRead Less",Full Stack Software Engineering Immersive Program,Software Engineering +243529,10643,codesmith,Trung Dinh,False,2017,Your life will change forever!,2017-09-26,5.0,5.0,5.0,5.0,"One of the best decisions I ever made in my life is going to Codesmith. Back in 2016, I actually got accepted into all the top 3 boot camps in CA: Hack Reactor at SF, App Academy and Codesmith. I didn't even consider others because all the other boot... Read More camps including Hack Reactor at LA (but in reality MarketSquare) are nowhere near those top boot camps. App Academy could be as cheap as $5k if you don’t get a job. For me, not getting a job was never an option anyway.Did I choose Codesmith because I think I would fail at Hack Reactor or App Academy? No, definitely not. Becoming a software engineer is a choice that I made and I knew that if I worked hard enough then no matter where I started from, I would become successful. I knew at Codesmith I would have to work hard. But if you want to become a software engineer and don't want to work hard, that is impossible. Everyone at Codesmith, even the brightest (ESPECIALLY the brightest) worked super hard every night. To me and my cohort mate, 11 pm was too early to go home. (Definitely not for the parking police).However, if you want your job search to be a much nicer experience, Codesmith has a strong support team who will go all the way just to make sure that all of your correspondences are written beautifully. Thank Haley, Hira and all the staff who have been making my job search process much easier.Why did I choose Codesmith? 1. A graduate from Codesmith LA with an average of 100k compared to a 100k in San Francisco is very different. San Francisco has a higher cost of living.2. Codesmith costs less than other two.3. Codesmith projects have reached new height. Check out Reactide with 7k stars on GitHub or webDSP. Guess where those projects were made.4. Codesmith class sizes are much smaller than the other two. Look at Hack Reactor's video and see if every student has a seat. On top of that, there isn’t enough support from the staff after graduation.5. Codesmith really cares more about student success than other programs, and will do whatever they can to help you. I was an out-of-state student who wanted to change my life. Codesmithhelped me and continues to help me so much that I truly believe that there is no other program who would even consider doing the same thing.6. You can figure this one out yourself after coming to CodesmithThursday night for JavaScript: The Hard Parts. Seriously, talk to Victoria or Will or anyone of us who came out of Codesmith. I do believe it will change your life forever.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +243677,10643,codesmith,Shahrod,False,2017,Challenging but rewarding experience,2017-09-26,5.0,5.0,5.0,5.0,"First I will mention what convinced me of Codesmith over any other bootcamp in LA -- I watched Will Sentance give a free talk called Javascript the Hard Parts and hung around afterward to chat with students in the program. You will get to see a glimpse... Read More of how Codesmith instruction works, the supportive community, and also get to tour the beautiful space. I promise you will not have to read another review after experiencing it for yourself, but here are my thoughts:A few weeks out from completing Codesmith, I've fully realized the impact this program had on my life, and I want to share with those who may find themselves in a similar posotion. Before attending, I had a B.S. in Electrical engineering, some programming experience from undergrad/codeacademy/etc, but no projects built to demonstrate my skills. I had been struggling for over a year to land any kind of software development position. My resume was rife with the rookie mistakes many make -- too vague descriptions, not technically challenging, no underlying story marketing myself as a software engineer. My interview skills were weak, I would lack confidence in my answers and be lost for words when salary negotiations came up. Furthermore, my answers to the technical interview questions were often just wrong!This all changed thanks to Codesmith and I'm happy to report I'm currently in negotiations for software developer positions at two companies which came to our hiring day! Codesmith will teach you the technical and career development skills you need, plus support you throughout the hiring process. This is probably all the review you're looking for, but read on for more details :)The most unique things about Codesmith are the tight knit, brilliant Community and the proven Pedagogy. Your cohortmates will absoutely become your family. You spend many hours solving problems and supporting eachother through demanding challenges. Of course we work hard, and we also play hard! Thursday nights are a chance to socialize and let loose -- really any time is good to challenge someone to a ping pong or Magic the Gathering match. It's a lot of fun being there, I miss it!The pedagogy takes you through basic software engineering skills all the way up through react/redux workflows and advanced git. The steps are mostly the same throughout -- get a high-level overview of the topic from an expert lecturer, then struggle to build something with that new skill. This is highly effective! I hope this helps you make the right decision for your future as a software engineer.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +243684,10643,codesmith,Ryan,False,2016,Happy with my decision!,2017-09-26,5.0,5.0,5.0,5.0,"I graduated in January from Codesmith. It was hard, and frustrating at times but the community that Codesmith has built makes the experience worth it. I accepted a position in a different state near family within 2 months of graduating. Their curriculum... Read More is fantastic, job assitance aka Eric and Hira was there every step when I had questions or needed help. Dan is an absolutely fantastic instructor, tons of experience and a pleasure to talk to all the time and run ideas by. Overall I met tons of great people that still talk in slack every day. Most of us i'd say are hired already or are getting interviews. I feel confident I can join an engineering team and make an impact.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +243501,10643,codesmith,Michael Kulinski,False,2016,Amazing Bootcamp,2017-09-26,5.0,5.0,5.0,5.0,"I went to Codesmith from August to October of 2016. Honestly, it was the best decision I ever made. Not only was I able to get the skills I needed to become a professional software developer, but I was able to meet some of the most intelligent, humble... Read More and interesting people. In addition to your fellow students being magnificent, the staff at Codesmith is always happy to help you out with whatever you need, be it emotional or intellectual support.If your goal is to find a bootcamp that will help you learn the skills you need to be a web developer, look no further. There isn't a better option out there.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +238260,10643,codesmith,Anthony Sarno,False,2017,Really glad I made this decision,2017-09-26,5.0,5.0,5.0,5.0,"I graduated from Codesmith's January cohort and I have to say that they really proved me wrong and I couldn't be happier. After doing research for months and talking to many software engineers, the concept of learning Javascript in 12 weeks and getting... Read More a six figure salary shortly thereafter was looking pretty unrealistic.I decided to set my expectations accordingly and wasn't really expecting much more than an internship or Jr. position out of the program. Ecstatic to report however that I am making exactly what Codesmith promised at a cutting-edge startup in Los Angeles. Don't get me wrong, the hiring process is rough, really rough. Not even the Codesmith staff telling you it’s rough will prepare you for how rough it is, however they do a stellar job setting you in the right frame of mind to survive. My advice is to treat every single interview like a practice run, because it's the only way you can handle that level of confrontation and rejection. It took me 8 weeks of aggressive job search and 6 final round rejections before I got my dream offer. Why Codesmith is the best in LA?I have to say that the community at Codesmith is unlike anything I've ever experienced. The staff is amazing, but your cohort mates are really what bring the program all together. Being surrounded by a community of people eager to learn and teach as much as they can is contagious and an incredibly effective way of taking a crash course in something. Its also nice that Codesmith is fairly small, because you get direct access to job support, the CEO, technical leads, and technical mentors 24/7. All you have to do is approach them. This is immensely important and unique to Codesmith. Last thing I want to say is that this review is coming from someone who was on the lower half of our cohort's technical aptitude. There were some really smart people in my cohort. Throughout your experience, you will hear success stories of former graduates. I remember thinking that I would never be one of those stories, because I wasn't as quick as everyone else, It took me 3 interviews to even be accepted into the program. Very happy with my experience at Codesmith and consider it to be one of the best decisions I’ve ever made :)Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +243691,10643,codesmith,Will G,False,2016,Best Education Decision I've Ever Made,2017-09-25,5.0,5.0,5.0,5.0,"Codesmith does exactly what it promises. At the end of this course you can get a role as a mid or senior level engineer/Web developer. I came in to this program with limited coding experience, consisting solely of learning on my own. This course massively... Read More improved my understanding and coding skills.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +238239,10643,codesmith,Jimmy Huynh,False,2016,Revolutionary. The New Model of Education Done Right.,2017-09-25,5.0,5.0,5.0,5.0,"If you're considering a bootcamp, do yourself a favor and don't mistake Codesmith for one. For the money, good bootcamps take in new comers, hobbyists, and amateurs and do wonders in preparing them for entry level junior roles. By contrast, Codesmith... Read More does this for free. If you want a junior role, start coming to Codesmith where they've cultivated a community created by and for engineers. Regular discussions and workshops expounding on topics from fundamentals to advanced software engineering topics are offered free of charge on a weekly basis. Free of charge. Several times a week. Every week. For free. Meet other like-minded people passionate about engineering. Learn from them and you can teach yourself how to code and probably get a job if you're keen.If you want to take the next step in your career as a software engineer, as I did, prepare rigorously for the Codesmith admission process and submit an application. Prepare to fail the interview, study, and apply again. Even through failure, you've improved yourself ten-fold. But if you've truly dedicated yourself and committed to becoming the type of engineer who can solve any problem, you might get a chance of a life time.The Codesmith approach borrows from a pedagogical model practiced by the world's best institutions, reconfiguring that model to meet modern educational needs. It takes a fraction of the time a traditional computer science program needs to prepare you. Although it's also not an equivalent, the approach awards you valuable, hands-on knowledge in place of theory. Part of the program is dedicated to bringing you up to speed with the most current technologies in the javascript ecosystem. We're talking MVC/MVVC, TDD, and RESTful architectures in addition to modern frontend frameworks like React (check out the website for more details) . Don't expect a lot of hand holding here. By design, you are meant to grow by hitting blocks in knowledge, which tests your ability to grow as an engineer. All the while, the instructors keep a close watch, taking care to intervene only when necessary. The majority of the time at Codesmith is dedicated to building. Developer tools, client-facing applications, javascript libraries---take your pick. You take the knowledge you've gained up untill that point and create something for the community. The open-source projects built at Codesmith are regularly featured on hacker news and the like. In fact, a recent cohort's project was featured on the main stage at Google I/O (check out WebDSP). What 'bootcamp' can say that? The answer is none. Only a program like Codesmith can put out projects of this level of quality.To offer my own experience, which is shared by many, I was a self-taught programmer with a non-technical background (accounting and non-profit administration). In terms of academic performance, I was about average, something I take pride in given the level of ability among my peers, which included experienced engineers, recent cs graduates, and some 'non-technical' folks like me. In terms of projects, my team developed an application commissioned by a real company for its userbase. Afterward, I was lucky enough to earn a fellowship, where I had the opportunity to contribute as an engineer and mentor others. When my fellowship ended, I prepared myself to begin a full-fledged job search which I thought would last up to an additional three months. But instead, I received my first offer from a Codesmith hiring partner exactly one day after and I'm now happily employed as a full stack engineer earning a competitive salary.Simply put, the program works and I changed my life by deciding to come here. Just do yourself a favor and check it out for yourself. See you there.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +238215,10643,codesmith,Thai-Duong Nguyen,False,2016,Beyond Measurement,2017-09-25,5.0,5.0,5.0,5.0,"TL;DR - There's no TL;DR version of my review. Those who have what it takes to get into Codesmith are hungry for information, and are not put off by reading to gain insight.Before you begin with my review, you deserve to know that my review will be of... Read More a different perspective than most reviews you'll read, as upon graduation I did not follow through with my original plan of searching for a software engineering position at various companies that I originally had my eye on. I instead found that my fondness and infatuation with Codesmith's community had grown to a fully-blossomed love-affair that prompted me to apply to the fellowship. Being fortunate enough to be chosen not only as fellow but later on as Technical Lead, I am now still at Codesmith holding the latter position. I impart upon you the perspective of a former student and current staff member.In every metric by which it can be judged, the engineering hub known as Codesmith performs with outstanding results. I hold this as a fact, after receiving feedback from various alumni--including my cohort-mates, who have embarked on career-paths that most of them did not think were possible only a few months ago. But metrics can be easily obtained from other sources, so I'll assume that the circumstances that led to your eyes absorbing my review involve a desire to gain a sense of the immeasurable. Thus, I will omit the statistics and contents of the curriculum, in favor of conveying the intangible aspects of my journey that began more than six months ago.On a summer Thursday when the elevator doors opened up to Codesmith's JavaScript: The Hard Parts Meetup for the first time, I was not able to measure nor appreciate the importance of some of the individuals I would meet that night. One would become my first friend within the cohort I would eventually join. Another would become a fellow at Codesmith, and thus my coworker for a period of time (and friend for all the time after that). A third would become my production project partner during the second half of my time as a student.Throughout more Meetup events at the residency, I would eventually meet even more faces that would become part of my cohort, and thus part of a group of friends that I cannot see as anything less than life-long. After a second Hard Parts attendance and applying to the program (with encouragement from a then-junior during drinks after the Meetup), I gained acceptance to the September 2016 cohort. There was still more than a month before our start date, and I planned on taking advantage of the time to prepare myself for the upcoming immersive experience.During this month prior to the first day, I invited four others who were part of my cohort to sleep over at my place to watch an 8-hour Kyle Simpson live broadcast that began at 7am the next day. I did not anticipate the readiness with which they accepted the offer. They were as dedicated to learn as anyone I had met my entire life, and I had already been through college with people who fell asleep with their heads on keyboards and books.As atypical as this dedication to growth is among most people, it was strikingly commonplace among the characters I would meet once school began at Codesmith. In fact, not a single person lacked this trait. Throughout the many unit modules and projects of the curriculum, it had become clear that the interview process was marked with such selectiveness that no one was accepted unless they exhibited the grit and commitment that would often persist well beyond the daily schedule, and into the late hours of the night.Past mid-December, when the applications for the fellowship were released, the staff announced that there were two positions open. There were twenty-five members of my cohort, and many of us applied to take on the position of the individuals who had chosen to dedicate themselves to helping students instead of immediately searching for six-figure salaries. Knowing how many well-qualified applicants there were, I was humbled to be one of the two chosen fellows.In the ensuing three months, I came to grow much more than I had anticipated, like the previous three months. Being charged with many duties relating to the growth of the engineering hub and of the pupils, I came to gain a higher understanding of my thinking process through introspection. This enabled me to describe my problem-solving strategy to the student body much more effectively. I had not experienced such a literal and real incarnation of the phrase ""Learn through teaching.""After becoming part of the staff, I now see how real the dedication to every student really is. I had caught of a glimpse of it when I applied to the program and subsequently heard (during the acceptance call) my own quotes that helped the staff know how I would fit into the community. I first thought it must have taken a lot of effort to keep up with the mental, emotional, and academic well-being of every student. But now as a mentor, I believe it would take a lot of effort not to watch over every student carefully, as they are all part of a community that I help shape and foster.Throughout all of my years on this Earth, I have never seen such a marriage of dedication and community like that which has been exemplified in all of my previous six months, having been a student and a fellow at Codesmith. Having been graced with the opportunity to become Technical Lead, ending this review seems oddly inappropriate, as my time at Codesmith has not ended. But delaying the submission of this review would be just as inappropriate, as one of the many things that my experience with the Codesmith community has taught me is that there is no reason for delay.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +238216,10643,codesmith,Schno Mozingo,False,2017,Life Choices...,2017-09-25,5.0,5.0,5.0,5.0,"So many life choices in the course of my forty-five years... some brilliant, others... not so brilliant.Circumstances led to one not-so-brilliant move as I dropped out of school after the tenth grade. I then spent a couple of years living on and off the... Read More street (and the 'off' wasn't so very removed). From a little town in Alabama to Atlanta to New Orleans, I made my way on the kindness of strangers and by plying my questionable needle-and-thread tattooing expertise. I remember listening to Pink Floyd a lot back then. There's a lovely song on 'Dark Side of the Moon' called Time. I'm sure you've heard it. There's a few lines from that song that haunted me as a young street urchin:You are young and life is long / And there is time to kill todayAnd then one day you find / Ten years have got behind youNo one told you when to run / You missed the starting gunI certainly didn't want to miss the starting gun, but it felt like I'd just been dealt a bad hand in life. And then, a wise friend that I met during that time gave me some valuable advice. ""Schno"", he said, ""there's two types of people in the world: those that are controlled by their environment and those that control their environment. It's your choice which of those you will be. All you have to do is make that choice and take action on it.""Such a simple thing to say. It worked. I decided to change my environment. This led to many adventures over many years that spanned the globe. I joined the Navy, then worked in movies, which brought me to LA. Then in 1996 I pivoted sharp to begin my career as a developer, first at NASDAQ, and then in the phone sex industry (of all things). An unfortunate lay-off in 2014 had me turning to acting, (and then quickly on to) VoIP, and finally... I came to CodeSmith.I know that's what you've come here to read about. Before I leave my review, I just want to reiterate that profound and simple message to you, dear reader. If it feels like you've been dealt a bad hand and you're not sure what path to take to move forward: All you have to do is make that choice and take action on it.I'm pleased to say that CodeSmith was one of my more brilliant life choices. I found my way to one of their free, weekly 'JavaScript: The Hard Parts' classes and I knew that this was where I was going to rediscover my love for building things with code.I had always thought of coding as wizardry… you could take a thought, a concept, and then by applying an arcane language, you could manifest all manner of wondrous things that made people's lives better. Over the years I'd lost a bit of that perspective. Codesmith has re-ignited my intellectual curiosity and the passion to explore it.The course is very challenging. They foster a very real standard for excellence and that resonates through each student. This isn't the kind of place to 'get by'. It's the kind of place that changes your life.If you find yourself in Los Angeles or New York with a free Thursday night, do yourself a favor and drop in on a JSHP lecture. It may just be the first step on a grand, new adventure.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +238118,10643,codesmith,George Norberg,False,2016,The best program out there,2017-09-22,5.0,5.0,5.0,5.0,"Codesmith is hands down the best software engineering immersive program around. Do some research and you'll quickly find that only a handful of these coding immersives are legit -- Codesmith is one of them. The quality of students is astounding, as seen... Read More in their projects reaching thousands of Github stars and being featured at Google I/O. It also has the best outcomes salary-wise compared to its competitors given that LA cost of living is far less expensive than SF and NY. I came in as a product manager and walked out a software engineer. I gained all the skills and technical understanding that I was looking for, met incredible people from all walks of life, and joined a warm community of empathic and talented engineers.Whether you are a software engineer looking to enhance your technical communication and skill set or a self-taught programmer interested in picking up the latest industry technologies, Codesmith should be the program that you aspire to.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +238105,10643,codesmith,Bita Djaghouri,False,2017,Challenging but rewarding career move,2017-09-21,5.0,5.0,5.0,5.0,"TL; DR;Codesmith will be tough to get in to and tough to complete! You will be a mid-to-senior level software engineer by the time you graduate with a production-level project on your resume. The Codesmith team will go above and beyond to provide the... Read More highest quality education and help you find an amazing job with an amazing salary. The hours will be long, but the people you will spend your days with are amazing, both personally and professionally.AcceptanceAcceptance to Codesmith is an educational journey in itself. You must already have some solid foundational programming knowledge just to make it through the interview process. The acceptance rate is lower than that of most Ivy Leagues (~4%). I attended a bootcamp long before I found Codesmith, which puts me in the rare position to be able to draw from actual experience in order to compare Codesmith to other programs. Looking back, I realize that all the knowledge I gained from that bootcamp really only prepared me to be eligible to interview with Codesmith. In addition to the substantive Codesmith interview, there is also a cultural interview. This ensures that the people you spend the next 3.5 months with are people that will facilitate your success as much as the staff and curriculum will.CurriculumThe curriculum that I experienced in my previous bootcamp provided me with a great coding foundation that made me a great junior developer; however, the knowledge that I acquired there was not sufficient to elevate me to the skill level necessary to join the highly competitive work force as a mid-to-senior level software engineer.Codesmith residents are held to an extraordinarily high standard of technical excellence and communication. The curriculum is extremely challenging and vigorous. We learned the essentials of computer science (algorithms, design patterns, big O notation), as well as the latest technologies such as React and Redux. As challenging as the coursework is, however, you are not on your own. The one-on-one support from the resident fellows is incredible (think TAs, but they care a lot more). Each person on the staff at Codesmith does everything within their power to ensure success during and after the program.During the second half of the program, we build production-level projects in small teams. These projects are the best projects coming out of immersive programs in both caliber and quality. Production projects from Codesmith have been acknowledged by the inventor of Redux, Dan Abramov (React Monocle), featured at the Google I/O developer conference (web-dsp) and, on more than one occasion, drawn enormous interest from the React community. My own team's project, Reactide, was the #1 trending app on Github and gained over 5,000 Github stars in the first week of its release. None of these projects were promoted in any significant way; they have all stood on their own merit and ingenuity.Day to dayAn average day at Codesmith consisted of a daily coding challenge, multiple lectures, a lot of pairing, more lectures, and the occasional game of nerf war! What surprised me most about Codesmith was the time commitment required to complete the program. At a minimum, we were there for about 10-14 hours per day, 6 days per week, which is far greater than the time commitment required at a traditional bootcamp. The extra time adds up to at least 2-3 weeks more than you will get anywhere else. The days passed rather quickly, however, given the high expectations and quantity of work required of each of us each day. As I said before: this program isn't for those on the fence about their engineering career!ClassmatesMy cohort was a really fun, hardworking, collaborative and supportive cast of characters. Completing a program consisting of over 1,000 hours together created a strong bond between us as a group. To this day, we continue to help and support one another by answering coding questions, giving one another job leads, or just solving interesting challenges together. We even go camping as a group, now and again.OutcomesFinding a job, no matter how substantively prepared you are, can be an arduous undertaking. During the last few weeks at Codesmith, there is a lot of focus on preparing for job interviews (including rigorous mock interviews and white-boarding), perfecting your resume, and developing job hunt strategies. This support does not stop when the program ends (as is the case with traditional bootcamps). After completing my previous bootcamp, I was grossly unprepared for the job hunt with absolutely no support from the staff after graduation. This is absolutely not the case at Codesmith. If anything, support in the job hunt increases post-graduation. Staff from Codesmith continued to help me research jobs, prepare for interviews, and keep my coding skills sharp long after graduation day. They even helped me negotiate my salary when I received my first offer. Codesmith students routinely receive offers right out of Codesmith that are $100,000 or more, which is anywhere from 1.5 to 2 times what you will receive as a junior developer coming out of other immersive programs. I can attest to both numbers from experience as my current salary is literally double the salary I was offered after my other bootcamp. ConclusionNot long after I graduated from Codesmith, I landed my dream job. I'm a software engineer (with a highly competitive salary) in New York City, building software to help cities and organizations provide coordinated public services for veterans, families, and low-income individuals.If you are able to be accepted to Codesmith, go! Do not hesitate! It will be the best decision you can make for your career.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +243754,10643,codesmith,Sarah,False,2016,Best Decision I've Made,2017-09-20,5.0,5.0,5.0,5.0,"Codesmith gives you the tools to successfully make a career-switch without prior work experience in tech. I went through the immersive program a little over a year ago and I got a job exactly one month after I graduated with a starting salary that was... Read More within their advertised range at the time. The fact that they require their students to test in means that you go in with a starting foundation of knowledge that allows you to maximize your time there more effectively, as opposed to schools that take everyone, from ground zero, and spend precious program time teaching the fundamentals. Codesmith immerses you in the latest technologies; I came out thinking what I'd learned was sort of normal in the industry and was surprised to find that I was far ahead in that regard. Program support is great; I was one of three females in a cohort of 17 and from day one Will laid out very clearly that atmosphere there was to be super respectful and egalitarian. Victoria and staff were awesome with check-ins and lending emotional support throughout my three months there, since it can be super intimidating and challenging. Job support was pretty good but it's really on the individual to maximize their connections and make the most of the tools that Codesmith gives you in order to find a job. So I definitely wouldn't expect anything to be dropped on your lap after graduating. Overall, I'd definitely recommend -- especially to women.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +238229,10643,codesmith,Steven Meads,False,2017,Codesmith: The Top Gun of Software Engineering Programs,2017-09-18,5.0,5.0,5.0,5.0,"Prior to Codesmith, I was enrolled in an online program. While the online program was a great start towards accomplishing my goal of becoming a software engineer, the program was missing something. After several months of the online program, I discovered... Read More Codesmith through one of their meetups, Build With Code. I immediately realized what I was missing was a community of like-minded software engineers. Long story short, I dropped out of the online program, prepared myself to get into Codesmith, and got accepted. Codesmith isn't just a program that produces graduates every 12 weeks. Codesmith is a team of the most dedicated individuals whose first and foremost responsibility is to support its students, and ensure each student is successful and becomes a leader in software engineering. I personally have benefited from their support and commitment. Additionally, the culture Codesmith has cultivated makes it an ideal learning environment. Within minutes you become part of a family and everyone is devoted to helping each other become the best software engineers possible. Not to mention, the curriculum is extremely challenging and increases your capabilities exponentially truly preparing you to be a leader in software engineering.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +243795,10643,codesmith,Jon,False,2017,An amazing experience,2017-09-18,5.0,5.0,5.0,5.0,"I am a recent Codesmith graduate and soon I will begin work there as a fellow. The curriculum is fast-paced, thoughtfully constructed, and relevant to the current job market. The instructors are experienced, eloquent communicators who routinely go above... Read More and beyond their duties. The same can be said of the rest of the staff as well. I remember visiting Codesmith as a recent applicant and asking for help setting up a linter for my code editor (exciting!) The lead instructor had just finished a meeting and was packing his things to go home for the evening but agreed to stay late to sit with me and figure out my issue. What sets Codesmith apart, and what has inspired me to stay, is this type of commitment within the community. From the beginning of the application process there is a strong emphasis on the development of not only leading software engineers but leaders in general. This includes expectations that students, staff, and alumni look out for, support, and push one another, and the bonds that have formed as a result will remain strong long after my time at Codesmith has passed. It is amazing how we as a cohort went from a collection of individuals to one family in such a brief time. It may sound cliche but that is my most important takeaway from my time as a student at Codesmith -- I have a group of people I know I can always go to and who can always come to me for anything. That, and after more 16-hour days than I could keep track of, I am pretty sure I can do anything. Oh, and I have the skills to land a mid to senior position at the leading tech companies in the world, as one cohort after another prove through their hard work and hiring results. If you are dedicated to learning and willing to work with and support those around you I highly recommend reaching out to this community to get a taste of it for yourself. Check out JavaScript the Hard Parts, send an email with any questions you have, or just stop by the school and meet the current staff and students. Codesmith is demanding, but it is so worth it.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +237985,10643,codesmith,Brandon Yuan,False,2016,My Experience at Codesmith,2017-09-17,5.0,5.0,5.0,5.0,"Two things really stuck with after graduating from Codesmith – 1) the process is sometimes much more important than the end result, and 2) having a caring community makes any challenge seem possible. Codesmith chooses to teach through doing rather than... Read More through lecture – which may seem frustrating at first, especially if you’re more used to the academic life, but yields amazing results as long as you stick with it. By being forced to dig through the documentation and online resources (you basically become a Google master) to find what you’re looking for, you end up having a deeper understanding of the material than if you had just listened to a lecture. You also pick up a lot of other information along the way. What might’ve been an assignment on React might somehow lead to learning how to utilize a browser’s local cache. The beauty in it is that it all is somehow connected, so every bit you pick up might be useful in the future. But, just because Codesmith teaches by doing, doesn’t mean that you’re on your own. Throughout most of the program, you’ll be paired up with another cohort mate as the two of you work your way through each unit. There are also Fellows (former graduates) who will help guide you when you’re truly stuck. At first I was a little skeptical of being guided by those who just finished the program a few weeks ago, but I quickly grew to appreciate them, not only because of the vast knowledge they provided, but also because of the empathy they were able to provide, having gone through the program themselves. Which brings me to my second point – the community. The community here is why I chose Codesmith over all the other programs of similar nature. I remember going to one of the Javascript the Hard Parts meetup (which you should definitely check out) and having some members of the current cohort at that time guide us through the problem sets we were doing. Not only did they take time out of their busy schedule to walk us through the fundamentals, they were never demeaning or short tempered with us when we needed more than one explanation. It was then that I thought to myself, these are the kind of people that Codesmith admits, and that’s the kind of learning environment that fosters healthy growth. My feelings towards that only got stronger as I went through the program with my own cohort mates. Never would I have imagined that I would get along with such a diverse group of people. We struggled together, we succeeded together, we cried together, we grew together. During this process, you’ll find out that sometimes the best way to learn something and grow as a person is not to charge ahead and consume as much knowledge as you can, but instead to slow down and help those around you understand. I’ll be honest, there were times where I was on the brink of tears because the material was just not making sense. If I were by myself, I would have probably called it quits a long time ago. But, the best part about being at Codesmith is that your cohorts mates, along with the staff there, won’t let you do that. They won’t let you fall into a slump of self-defeat and depression. They’ll stay with you – after hours and on weekends – trying all kind of methods until you can grasp the material. Because they all know what it feels like to not understand and to feel like you’re the only one who doesn’t seem to get it. That’s why I chose Codesmith over all the others. TL;DR – you’ll struggle, you’ll think you aren’t smart enough, you’ll get angry and frustrated. But stick it through, and remember that your cohort mates and the Codesmith staff are always there for you. In a blink of an eye, you’ll find yourself helping someone else with something that you struggled with just a few weeks ago, and you’ll see the fear lift from their eyes. And that…that is a great feeling.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +237990,10643,codesmith,Daniel King,False,2016,Truly exceptional.,2017-09-17,5.0,5.0,5.0,5.0,"TL;DR: Codesmith is an amazing program that will help you to make the transition into being a leading software engineer. The curriculum is excellent, the staff is top-notch, and the community and culture are second to none.With that out of the way, let's... Read More talk specifics about the curriculum, instruction, community, and hiring support.* CurriculumThe Codesmith curriculum was designed with the current state of the software industry in mind. As such, modern tools such as React, Redux, Webpack, and ES2015 are emphasized throughout. That being said, the curriculum's main focus is building students' skills at engineering thinking, technical problem solving, and communication, so that graduates of the program can be flexible engineers and not tied to any particular technologies. To achieve this goal, the curriculum also contains lessons on algorithms, data structures, deep Javascript fundamentals, build tools, and testing.* InstructionBefore I made this transition into Software Engineering, I spent 6 years as a high school teacher teaching math, physics, principles of engineering, and computer science principles, and I have been consistently amazed by how much Codesmith gets right, pedagogically speaking.One of the most important things that I learned during my time as a high school teacher is: The one who is thinking is the one who is learning. In a typical lecture, the teacher is the one who is thinking, but when students learn by doing, it is the students who are thinking. Codesmith students spend the bulk of the time during the first four weeks pair-programming on code challenges, which range from algorithm and data-structure challenges, to browser-based games, to REST-ful API development. Although a help-desk is available, they do not hold your hand at all, and a significant emphasis is placed on students being self-sufficient by seeking out advice from their peers, Google, Stack Overflow, and other resources. This can be frustrating at times, but it is important to understand that time spent struggling through confusion is not wasted. In fact, that is when you are learning the most, and you will get through it with the help of the supportive, caring community that they build. Which brings me to...* CommunityOne of the things that really stood out to me about Codesmith when I was first looking in to coding bootcamps is how hard they work to build an inclusive, inviting, and supportive community between current students, professional engineers, and amateur programming enthusiasts. When selecting who will be admitted into the program, they focus not just on the person's technical skill, but on their communication skills, empathy, and culture fit as well. The 12 week program is very demanding, and the level of support that I felt from the staff and my fellow students was what allowed me to grow as much as I did in the program.* Hiring SupportA lot of time is spent on hiring preparation and support during the last 6 weeks of the program. However, what really stood out to me about the hiring support was what happened after the program was over. I reached out to Will, Eric, and Hira frequently to ask them for advice specific to my situation, and they were always very responsive and willing to put the time into helping me personally. I also found that Codesmith alumni were always very excited to talk to people just coming out of the program and to share what their experience was like getting their first software engineering positions. If you take the time to reach out to the staff and alumni, they will be more than happy to give you candid, helpful advice about your particular situation.The 12 week program was extremely challenging. However, it has helped me to make a major change in my life in just a few short months, and the amount of support that I felt from the community was incredible. It was a huge risk, and I'm extremely glad that I did it!Read Less",,Unknown +243833,10643,codesmith,Mary Snow,False,2017,Simply Life Changing,2017-09-17,5.0,5.0,5.0,5.0,"My life has changed so much since I started Codesmith. I can confidently say that I grew more in the past 3 months than I had in the past few years. Before Codesmith started, I was incredibly anxious. I was worried that I would’t be able to keep up with... Read More such an intense program. Being on the other side of that, I feel confident in my ability to pick up new things. Not knowing something is no longer scary. I know that I can figure it out, and that has been so empowering. One of the reasons for my growth has been the amazing community at Codesmith.Codesmith attracts driven, smart, and empathetic people. I believe the community is one of the driving forces behind student success. It’s easy to stay and put in long hours when the people around you are just as driven. It’s an environment where everyone pushes the people around them to be better than they were. Even when it gets to be past midnight, there are still people around to work through some code with.The teaching style at Codesmith is not at all like a ‘hold-your-hand-tutorial’ Codesmith focuses on fostering problem solving ability and independent learners. Struggling through the material is where the learning happens. Sometimes that feels overwhelming, but it works so well. If you come to Codesmith remember to trust the process, because it works.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +243872,10643,codesmith,John,False,2017,The Journey to Full-Stack,2017-09-11,5.0,5.0,5.0,5.0,"The DecisionI was a Front-End Developer in the Bay Area before Codesmith, but wasn't getting the exposure to Back-End technology that I desired. I tried teaching myself, but couldn't find reliable resources to get me where I wanted to. At this realization,... Read More and also knowing I wanted to level-up my career, I started looking into ""coding bootcamps"" that could get me the fulfillment I wanted. I had money, so I intended on going into the best one I could get into. I particularly looked into the LA area because I had family over here. My choice ended up being between Hack Reactor and Codesmith for me. I chose Codesmith because not only were they doing better in LA, but they showed such an exceptional care for their residents, including the aspiring residents.The CultureThere are many work places, clubs, bands, and organizations that claim to be a family, but very few that claim to be actually are. At least, this was always my experience. Because of this, I was very surprised in experiencing that family feeling over at Codesmith. Seriously, no BS zone here. It's clear they are very careful in not just selecting the brightest for the residency, but the best for the culture at the residency as well. I can honestly say the people in my cohort are some of my best friends today.The Search AfterBecause let's be honest, this is probably the most important part. I probably could have been done very quickly, but because I wanted to get into either full-stack or back-end engineering, I bit the bullet and chased what I went to CS for. As mentioned, I was a Front-End Developer before CS, and seriously had recruiters emailing me several times every day for Front-End positions. On top of that, I wasn't interested in working in the Health Care industry, and I didn't even go to my previous employer during my search. Fast forward to decision time, I ended up with 3 offers, two of them being full-stack, and one of them back-end. Much of my thanks has to go out to the staff for helping me sell my skills, chilling out my type-A personality (often times I had the desire to followup too fast), and giving me mock interviews on whatever topics I felt like I needed polishing on.ConclusionI made an unregrettable decision to change my life. I put a lot at risk by quitting my job and moving to LA. I joined CS to level up, and I got exactly what I wanted. If you're considering CS to level up like me, or change careers like most, it's definitely worth it.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +243899,10643,codesmith,Max,False,2016,"Awesome program, 100% satisfied",2017-02-21,5.0,5.0,5.0,5.0,"I just finished up at Codesmith and don't think I could have made a better choice. Codesmith's top priority is fostering an inclusive, supportive community of dedicated problem solvers. The curriculum is as up-to-date as possible within an industry that's... Read More always changing. We had modules on React + Redux and Build Tools (Webpack), in addition to the more universal JavaScript curriculum. There's also an initial focus on data structures, CS fundamentals, and general algorithms, which I hear is lacking at a lot of other 12 week programs. While there's always assistance available from staff, fellows, mentors, and even the CEO, Codesmith is not a hand-holdy program.Engineering best practices are taught through building and diligent problem solving, not by the typical question and answer approach. For some people, this may be perceived as a downside, but for ambitious programmers, it's an amazing environment that comes very close to simulating a real work environment.They have top-notch hiring support and place a ton of focus on the job search over the last half of the program, and also encourage alumni to use their facilities (including a dedicated alumni room) after graduating. I feel like I could go on and on about all the positives from my time at Codesmith, but instead, I'll conclude by saying that if you love coding and are serious about advancing your career (this means willing to put in the work and perservering through struggle), then you will not regret coming to Codesmith.Read Less",,Unknown +232735,10643,codesmith,Micky,False,2016,The Best Engineering Program There Is,2017-01-06,5.0,5.0,5.0,5.0,"I have loved my experience as a Codesmith student because I feel it is a truly self-aware program that really delivers on its pledges. If you read the description above, it says ""We prepare our graduates for roles at the leading tech companies in the... Read More country. Codesmith's program goes above and beyond a regular coding bootcamp."" This is exactly how Codesmith functions. The program does so much more than provide a great curriculum exposing you to the entire JavaScript ecosystem and its most popular frameworks. It:1. pushes you to expect more out of yourself and your classmates than you probably thought previously possible or were used to in previous walks of life (students regularly work until midnight)2. thoroughly exposes you to the mindset of a true problem-solving software engineer3. puts you through an exhaustive hiring program full of whiteboarding sessions, mock interviews, multiple resume iterations, and Github and social media profile preparation (THEY WANT TO GET YOU HIRED), all throughout the second half of the program so that you have all the tools you need the minute you graduate. All of that is in addition to dedicated post-graduation hiring support featuring regular check-ins, follow-up lectures and on-site discussions. Though Codesmith boasts great hiring numbers, a student does occasionally struggle to get a job. I can say with certainty that this is not for lack of trying by the CS staff. In the rare case that a graduate hasn’t found employment, they are still strategizing with that person to get him/her hired months out of the program.To be clear, this is not a program that places you into a job. They do open their expansive network to students, which includes a hiring day event at the end of the program that regularly leads to a handful of phone screens and on-sites, but the rest is up to you. They give you all the tools to succeed, and then some. You have to have the confidence, the drive and the ability to translate everything you learn over those 3 months into the career you want.Read Less",,Unknown +238231,10643,codesmith,Weylin,False,2016,"Fatastic educational experience, Incredible community",2016-12-24,5.0,5.0,5.0,5.0,"After about a year of passively learning to code on my own, I began to look towards programs to advance in a more expedited timeframe. After visiting the Codesmith site for one of their incredible free workshops, I was entranced by their diverse community... Read More of friendly, passionate and talented engineers. After studying for the rigorous entrance process, I was finally accepted into the program, and attend in September. Though coming in I had some pretty lofty expectations for the program, Codesmith exceeded them in every aspect. A month and a half after graduating, I could not be more satisfied with the quality of the experience I received. The curriculum of course, provided an in-depth coverage of all the essentials needed to jumpstart a career in web development, but it what set it apart from my previous educational environments was the unique structure of the Codesmith learning process. Through an intensive focus on technical communication with pair programming, and cementing concepts through building projects rather than code walkthroughs, Codesmith instills students with a concept of how these technologies rather than just the way to use them. In doing so, you gain the analytical tools and determination to tackle any new technologies with relative ease. The final stage of the program focuses on advanced topics, intensive hiring prep, and a large final production-grade team project. The exhaustive hiring preparation left me well prepared for the job search process, and the production project provided the chance to tackle cutting edge technologies while also instilling the essential tools needed to work successfully with a development team. Lastly, the continued hiring support and community events they have provided post graduation has been remarkable. I never expected a program provide this level of post graduate support, which is something I have not heard of other coding programs offering.However I think it is important to note that the program may not be for everyone. The results are directly proportional to the amount of effort put in, and you must be ready to dedicate yourself entirely to the curriculum to achieve the greatest benefit. Codesmith was definitely not a zero to 60 program, it requires a significant level of competency to even gain admission. But if you can make it in, the learning experience is top notch and the community you become a part of is warm and inspiring. For me, it was one of the best decisions I've ever made.Read Less",Web Development,Web Development +238232,10643,codesmith,Bryan,False,2016,Codesmith changed my life for the better,2016-12-20,5.0,5.0,5.0,5.0,"Nothing in life is guaranteed.Codesmith is no different and they can't guarantee you a job, but they give you the best opportunity in trying to get one. They can only show you the door and show you opportunites, but it is up to you to take those opportunites,... Read More if you don't, then you miss your chance. If you think Codesmith is a program that will hold your hand the whole way, then stop now and dont apply to Codesmith. This program is only for the ones who really want to be great software engineers and make a difference in the community and to push themselves and others to be the best they can be. I will not sugar coat it, this program is tough and very intense, but what you get out of it are skills and techniques that are priceless. Having the ability to code, gives you the freedom to now take ideas and bring them to life with just your mind and a laptop (not many other skills you learn today can have that sort of benefit).Codesmith isnt just teaching their students how to code for three months and get a job. They are trying to teach you a lifestyle of how to learn and keep learning. Since languages will always be changing and new technology will be discovered, software engineers have to learn to adapt and Codesmith helps you do just that. If you are applying to Codesmith here are some expectations that you need to keep in mind. The Codesmith program is 3 months and budget in another 1- 3 months for looking for a job. Just because you finish the program DOES NOT mean you are finished. You have really only just begun! The job search starts once the program is done and it ends up being even more time intensive than the course because of all the jobs that Codesmith encourages you to apply to weekly. This work is all for your benefit though because the main reason most people will be doing the program is to get a software engineering job at the end. So, DO NOT take a vacation after the program, wait until you have SIGNED your offer! Like I said earlier, Codesmith can't guarantee you a job, you have to put in the work like everyone else to get a job. However, you havea benefit over the competition who didn't do Codesmith, the training and coaching for coding interviews and whiteboarding that Codsemith offers on top of many other things you will have learned once you have finished the program! I felt so prepared and confident going into interviews even though I had never had a software engineering job or even job experience in software until I started the program. On top of all the hours of practice interviews and whiteboarding sessions, Codesmith also has a Hiring Day event where 20-30 companies come and watch you showcase your final projects and go through lightning interviews with you. Some students even get onsite interviews from many of these companies! Just because you do get this event DOES NOT mean you stop applying for jobs outside of the hiring partners that come to the event. This is where many people might feel discouraged if they don't get an interview with one of the hiring partners but you CAN NOT give up! You have to keep pushing through and all of your classmates are supporting you and using their networks to help everyone get jobs. Everyone in my cohort was supportive and reached out to anyone they knew who were hiring software engineers. Codesmith creates THIS community and thats what sets it apart from many of the other bootcamps. Codesmith is a program like nothing else I have ever experienced. Being surrounded by other students who wanted to learn how to code just as badly as I did, really pushed all of us to strive for success. Codesmith gives you the best learning environment and their curriculum is only getting better due to their iterative process from cohort to cohort. If you are willing to put everything you have into this program, then Codesmith is the right place for you and your life will forever be changed.Read Less",,Unknown +243909,10643,codesmith,Michael,False,2016,Amazing Learning Experience With Incredible People,2016-12-20,5.0,5.0,5.0,5.0,"After recently graduating from Codesmith and looking back at my experience, I can’t believe how much I’ve grown. When I started, I knew only the basics of JavaScript. Now, I’m confident developing full-stack JavaScript applications using industry standard... Read More technologies like React, Redux, Angular, Node, Express, PostgreSQL and MongoDB.Not only did my technical abilities improve exponentially, but I got to go through this experience with a group of truly inspiring people. At Codesmith it’s not just about learning to code, it’s about the unbelievable community and the people in your cohort that you go through this journey with. There are a lot of late nights and early mornings when you’re trying to learn a new framework or fix a bug. The struggles you go through while you’re in the program are all worth it in the end as you grow into a full fledged developer.My cohort graduated a little over a month ago, and already we’ve had people interview at a lot of the top companies in the country. Google, Facebook and Amazon have all brought people on-site for interviews. But it’s not just the big companies that are grabbing Codesmith graduates, there are a ton of startups and mid-sized companies in the mix as well.Read Less",,Unknown +238230,10643,codesmith,Michael,False,2016,Home,2016-12-20,5.0,5.0,5.0,5.0,"This program was something else. Before I came here I remember I was lacking confidence in my ability to bring something to life with code, as well as a sense of belonging. Now, flip both upside-down. I feel like I could code anything. I can design API's,... Read More websites, databases - everything. And if I can't right now, Codesmith trained me to figure it out. To put my head down and solve the problem. This skill is so difficult to teach, but Codesmith figured out how to do it. Don't forget about the sense of belonging, though. That piece is crucial, too.The people I've met at Codesmith are all insanely brilliant. Not only that, but they're also extremely humble, and just good people. They'll stay up for hours with you late into the night to help you figure out that problem you just can't wrap your head around. They're family to me in all honesty.My time as a student was stressful, but rewarding. I was constantly trying to cram info into my brain at a rapid pace, and sometimes it was overwhelming, but I had some really solid people around me to help me through it. They would constantly take me on food dates, which really helped to relieve the pressure.Circles were also helpful. Circles are where you talk about how you're feeling with other students and a member of staff, and they help you get through whatever troubles you're having. I wish they had it more as a student, because it was always nice to vent, but I still appreciate having it at all.Aside from the emotional stress, I loved my time here. The bonfires, the relay races, the people... I miss it all. Codesmith has really outdone itself by consistently bringing in beautiful people who are not only smart, but empathetic. Overall, Codesmith has given me a family I know I can always count on, and additionally, it made me hireable. That's exactly what they promise, and they kept it.Read Less",,Unknown +243913,10643,codesmith,Anonymous,False,2016,Codesmith,2016-12-20,5.0,5.0,5.0,5.0,"Codesmith is the real deal. It's very challenging and rigorous but you get out of it everything you put in, and more. My cohort had 13 graduates and we all were super motivated and dedicated to learning as much as we possibly could over the 3 months.... Read More Teamwork and personal drive are crucial to succeeding in this program. I not only made Codesmith my number one life priority, I made it my only priority and I now have an awesome job that I love.The most valuable skills you learn at Codesmith are how to attack problems and efficiently search for answers. They do an amazing job of prepping students for interviews so you feel ready and prepared to hit the ground running after graduation. Their hiring day is also unlike any other bootcamp’s. They introduce students to some of the top companies and startups in the area, and many of these intros quickly turn into on-sites.My only advice prior to attending Codesmith is to do your homework and make sure you’re truly passionate about coding because learning at such an accelerated pace is no easy feat. If you put in the work and are excited by the idea of learning with and from your peers, you will leave Codesmith with invaluable skills and the job of your dreams.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +244945,10643,codesmith,Anonymous,False,2016,It was not the experience I was expecting or hoping for.,2016-12-16,3.3,3.0,4.0,3.0,"made a huge gamble to choose Codesmith over other coding programs in the Bay Area. Roughly 9 months later after ""graduating"", I'm in massive debt with very little to show for it. My portfolio can't even make it past any recruiter. I'm no longer even looking... Read More for a developer job and I'm working minimum wage to make ends meet. The curriculum may have changed since I finished but at the time Redux was not taught; you absolutely can not call yourself a React developer unless you know either Redux or Flux architecture. I'm in the Bay Area; companies, start-ups don't care about Codesmith and there is a non-existant network here. I was told that 25% of hiring partners were from the Bay Area but they all seemed to fail to show up for my hiring day. That career network and React was my selling point.However, it took nagging and months until I was finally connected to 3 companies; 1 of which never called despite organizing a meeting and the other required that I have experience in RoR while keeping me on a thread for nearly 2 months.I don't even qualify for Internships or jr. positions apparently. The advice I was given did not help me; in fact, it seemed to have done more harm than good because nearly all recruiters found my resume very misleading and so I never made it past that round. I think I actually only had 4 technical phone screens and 1 on-site in my entire search.Take it with a grain of salt when you hear success stories of people who graduated from here. It's a good program only if you're looking to relocate to LA where the bar is significantly lower.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +238237,10643,codesmith,Michael Blanchard,False,2016,Codesmith - THE place to change your future,2016-10-07,5.0,5.0,5.0,5.0,"Codesmith is the type of program where every student leaves as a transformed version of the person he/she came in as. The most obvious transformation is one’s exponentially expanded software engineering knowledge and experience, but students also leave... Read More with a radically broader grasp on empathy, the kind of empathy you gain from intense pair programming sessions and grinding through 12+ hour days with your Cohort-mates. The curriculum is always evolving and is updated as a result of student feedback and/or the ever continuous momentum of the industry. Over my 12 weeks (13 including a prep/gap week between cohorts) Codesmith presented daily opportunities for ‘aggressive expansion’ of my engineering and problem solving skills (for anyone thinking of the scene from The Dark Knight, there is never any battling J, though Ping Pong games can get intense). You go deep in JavaScript, by the end you can truly develop a web application that includes a database, RESTful API based server, and powerful front-end (using Vanilla JS, React, Angular, or whatever you desire because you have to mental tools to learn anything new). You learn about more than just JavaScript at Codesmith though. Daily, you will experience the exciting challenge of a new algorithm problem, you learn data structures, engineering best practices, and possibly most important of all you will grow tremendously in your technical communication. Anyone who has tried to solve a highly technical problem in a team setting will relate to how important technical communication is for the project’s success. At every point throughout the program you will either be asked to communicate to your pair-programming partner when you are not actively typing, or with the Engineering Fellows during code review, and ultimately all of these experiences result in a deeper understanding of the material and an ability to explain your code that is highly valuable to teammates and employers. Attending a coding bootcamp is a major life decision, and I have not once regretted choosing Codesmith over any of the other options in LA or elsewhere. You receive full devotion during and after graduation and I wholeheartedly believe there is nowhere better to begin the next chapter of one’s life.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +244039,10643,codesmith,daniel j lee,False,2016,Breaking into the industry,2016-10-06,5.0,5.0,5.0,5.0,"Hired: Yes (In Los Angeles)Cohort: 6Salary: 100k+ and EquityGraduated: June, 2016_____________________________I was hired by a company that Codesmith brought to hiring day. I make a salary equivalent to a mid-level developer in San Francisco because that's... Read More the kind of quality engineers that Codesmith makes. Prior to this I dropped out of graduate school for Landscape Architecture, and I worked in construction before that.Review:Codesmith teaches you the fundamentals in data structures, algorithms, and web technologies. You will learn the ""whys"" of how things work, which will make you a better engineer. Every day you're challenged with an algorithm(which is important because companies will test your problem solving abilities). You learn the current trending technologies that will assist you in getting a job. (I currently work with a front-end framework called React). Then you build a project that proves you are a capable engineer, and people will be like ""Ooo"" and ""Ahhh""(that means they'yre impressed). Then they assist you in finding a job by throwing a huge party(well both an actual dinner party, but also a hirng event, which is pretty sweet). After graduation, you will have weekly meetings that checks your current progress on your hiring status.Opinion:It all sounds shiny, but it will take a lot of work to get you from an unemployable world of warcraft player into an employable professional software engineer. However it's a lot of fun, and Codesmith creates the culture and curriculum that gets you to that point. I'm glad I decided to go to Codesmith, now I can be an employed world of warcraft player(I kid, I work pretty hard at my job). On a serious note, Codesmith's curriculum and staff is top notch. I enjoyed my time there and I hope you do too.Best of luck to anyone who's read this review, and you can do it!Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +238238,10643,codesmith,Sam,False,2016,Excellent Program,2016-08-01,5.0,5.0,5.0,5.0,"Codesmith provides an excellent foundation in computer science and JavaScript. The program positioned me incredibly well to transition from a career in finance to software development.I graduated from Codesmith in April 2016 (cohort 5). I had three job... Read More offers in two weeks and started my new career within a month. I wouldn't have been able to make this transition without the program and the support of the Codesmith staff. More importantly, despite using almost no JavaScript at my new job, Codesmith's curriculum taught me how to quickly pick up any topic and I've been able to add value from day 1.Highly recommended.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +234231,10643,codesmith,Wade Armstrong,False,2016,Exactly the jumpstart my career needed!,2016-07-20,5.0,5.0,5.0,5.0,"I'm a husband, dad, and former Product Manager, making the move into Engineering. I actually started as a full-stack ASP developer (despite my complete lack of CS knowledge!) during the dot-com days, and then moved into Product Management. Over the last... Read More few years, I've realized I missed development, and wanted to move back; but my 15-year-old skillz weren't going to do it. My last job was as a Product Manager at a start-up, managing multiple technology systems. I found myself doing front- and back-end development about 1/3 of the time, and enjoying it much more than I enjoyed Product Management. One of the nice things about doing all of that development work was that I knew for sure that I'd have fun at it, and that I could do it every day, all day long. It was just a matter of operationalizing that desire.I had self-educated in ASP the first time around, and knew that I wanted to attend a bootcamp that would give me more -- and faster -- than I could just learn myself. I had a sound grasp of fundamentals such as datatypes and basic control flows, but didn't know about time complexity or combinatorics or anything like that, so I needed a program that would start me from that point, not from zero. I'd also been involved in hiring dozens of developers in my Product Management career, and I wanted to choose a program that would turn out a developer I'd have hired. Finally, I'd been frustrated coding in multiple languages across the stack during my former development career, so I wanted to learn full-stack Javascript. Codesmith delivered on all of this. Their program is academically-challenging, but also structured in a way to help you succed. I was exposed to the techologies and techniques I need to know not just to get a job now, but to stay ahead of the industry going forward. As someone who's worked with developers, I can say that their focus on pair programming and on teamwork, as well as overall source control and testing workflow, is real-world accurate in many settings. It's not just about code, either: Codesmith ensures that you're a good technical communicator, with presentation and whiteboarding practice throughout the program, as well as the pair programming focus. They definitely build the skills you need to succeed in any workplace, and even go above and beyond to challenge you to be conscious of, and remedy, your weaknesses. The community they build is amazing; I expect I'll be in touch with many of my classmates for years, and we will help each others' careers throughout that time. Speaking of careers, hiring day was amazing, with some of LA's top companies hiring for mid-level and senior jobs -- not a junior position there! I'm in negotiations now for the job of my dreams, at a salary higher than I could have reasonably expected. Codesmith is a bootcamp, in the best sense of that word: they take you in, and build you into someone new, and better, who is part of a community. I'm proud to have graduated from Codesmith!Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +233532,10643,codesmith,Susan T.,False,2015,Career changer - from Controller to UI Engineer,2016-04-19,5.0,5.0,0.0,0.0,"I am a graduate of Codesmith’s 3rd cohort that ran from Oct 2015 - Jan 2016. I also worked as an engineering fellow after graduation until April 2016. As of May 2016, I’ll be employed with an e-commerce startup in Marina del Rey as a UI Engineer. Going... Read More to a bootcamp was a huge decision for me and one that I spent a lot of time agonizing over. I knew that I wanted an advanced level program like Hack Reactor, but the catch was that I needed to stay in Los Angeles for financial and personal reasons.When I attended my first JS The Hard Parts meetup at Codesmith, I was blown away. I had already made up my mind to attend another awesome full-time bootcamp in LA and was prepping for their interview in a couple weeks - Codesmith put a huge wrench in those plans. For one, Will Sentance, the CTO, is an incredible teacher that makes complicated concepts accessible for people that are new to programming. Secondly, every student and person on staff that I spoke to was so down-to-earth and friendly that I immediately felt comfortable in this new environment. WHY DID I CHOOSE CODESMITH? I was accepted into Codesmith and the other bootcamp in LA that I interviewed with. I received a partial scholarship to attend Codesmith, but I had already made up my mind either way. Here were the deciding factors:1) Rigorous curriculum and excellent instructors that would put me in the best possible position to get hired after graduation. I liked their emphasis on learning computer science fundamental and algorithms that not all the other programs were offering, and I knew that Will Sentance would be teaching a lot of these fundamental classes. Andy (aka the Code Whisperer) conducted a great admission interview - he challenged me to optimize my code and when I got stuck, he nudged me in the right direction. The interview itself revealed how challenging the coursework would be (a stark contrast to the other interview that I had). 2) Community and support - I felt like Codesmith saw potential in me that I couldn’t even see for myself at times. The staff was incredibly supportive, which revealed what I didn’t realize that I needed in a bootcamp - I wanted to learn in a caring, supportive environment. I could not imagine another bootcamp that could do this as well.DID CODESMITH MEET MY EXPECTATIONS?Absolutely. I wanted a program that had a rigorous curriculum and I got it - more than what I could process at times (which was a good thing - though it was frustrating in the moment). The community and support that I received was amazing. I don’t know if I could’ve pushed through all the challenging times without it. When I needed someone to talk to, I could always find someone to empathize with my situation and help me move through it. WHAT CAN THEY IMPROVE ON?Communication and Organization - last minute schedule changes were frustrating at times. They did let us know that it was because they were constantly iterating on the program to improve our experience. From a student perspective though, it sometimes led to confusion - i.e. anticipating a lecture, but having it moved to the afternoon. WHAT EXCEEDED MY EXPECTATIONS?1) How much they were paying attention to pair programming dynamics - i.e. people steamrolling or students shutting down. Unless you’ve been doing pair programming for more than 3 hours with someone, can you fully understand how important this is. When students consistently had a bad experience with someone during pair programming, they made sure to rectify the situation and help everyone grow and learn in the process. We all came out better communicators and team players because of this. 2) How Codesmith taught us how to learn new topics in general and how to solve any problem, not just the ones we were given. Yes, it’s awesome that we learn Javascript, React and Angular, but as a lot of graduates experienced, a lot of companies were looking for other languages and frameworks. Codesmith prepared us to deal with uncertainty, rapidly pick up new material and have confidence that no matter what challenge we may encounter, we’d be able to push through and solve it. 3) Hiring day was spectacular. I would’ve been perfectly happy with about 10 hiring partners given that our class size was on the smaller side, however, I was blown away when we had 25 companies in attendance: Whisper, Disney, Tool of NA, Black Tux… We all got in-person interviews after hiring day, which ultimately led to the full-time position that I’ll be starting soon.Overall, it was an amazing experience. I could not have been as successful in my career transition without Codesmith. For a little taste of the culture and community, see my goodbye/thank you video to Codesmith. https://www.youtube.com/watch?v=xy74rtmI64QRead Less",Full Stack Software Engineering Immersive Program,Software Engineering +233397,10643,codesmith,Anonymous,False,2015,Codesmith === Awesome //true,2016-03-16,5.0,5.0,0.0,0.0,"Back in January 2015 I decided to move from NYC to LA. I was a consultant for the world's largest technology consulting firm and really wasn't feeling it. After struggling to learn Web Dev on my own for the longest time, I decided to quit my six-figure... Read More job, move across the country and enroll in Codesmith. I was part of Cohort 3 running from Oct '15 to Jan '16. Needless to say Codesmith changed my life, but it wasn't easy! Anything worthwhile shouldn't be easy! We started with fundamentals, data structures, algorithms, DOM manipulation...and before I knew it, I was building full stack projects using the latest libraries and frameworks out there. Although the curriculum is exceptional, the most important piece of Codesmith is the culture and environment. I had 0 friends when I moved to LA, and it was amazing to quickly be so welcomed into a community and surrounded by talented people that I continue to stay in touch with. Even after graduating, I feel like I am going to my second home when I visit. Just to make sure this isn't a puff piece, Codesmith - like every program does have wrinkles that need ironing. There were parts of the program that were not perfect. We were all clocking in 80-90 hours a week, and having us do a hackathon at 8pm until late into the evening was just draining and caused a bit of grumbling. Also the schedule is 'flexible' and can change without notice, but that is just part of being in a start-up and things changing quickly due to iteration. If you made it this far in the review, then you made it to the most important part - jobs!! I can say without doubt that if you put in the effort, embrace the struggle, and trust the program you will get a job. I received my first offer after 2 days, and after 2 weeks I accepted another offer for more than I was making in NYC as a consultant. If you are looking for an immersive program in Southern California, Codesmith is it!Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +244173,10643,codesmith,James Burnell,False,2015,"I am a recent graduate and current fellow at Codesmith. Deciding to attend Codesmith was one of the best, if not the best, decisions of my life!",2016-03-16,5.0,5.0,0.0,0.0,"I am a recent graduate and current fellow at Codesmith. Deciding to attend Codesmith was one of the best, if not the best, decisions of my life! I went from knowing minimal jQuery programming to truly being able to build anything I can think of (seriously).... Read More Even though they focus on Node, React, Angular, Databases, JS Fundamentals etc., what they are really teaching you are the tools needed to go and learn any technology in an extremely efficient manner. For example, my group's final production project required Three.js and WebGL, technologies not specifically taught here. Thanks to the fundamentals, tools and ideas we gained in the first 7 weeks we were able to quickly get up to speed with those technologies and create an amazing project before our cohort ended. Also, the culture at Codesmith is second to none. Everyone is focused on helping each other and growing together, part of the reason you can learn so much here in such a short amount of time. The hours are long, the concepts aren't easy and your going to challenge yourself like you never have before. However, if you stick with it you'll be awesomely rewarded with these skills. Getting through to the project period and seeing what you can actually build is an extremely rewarding experience. If you get accepted to Codesmith, I highly recommend attending. You won’t regret it!Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +238240,10643,codesmith,Anshu Siripurapu,False,2015,A transformative experience,2015-12-14,5.0,5.0,0.0,0.0,"This review was originally posted on Yelp, available here: Anshu S.'s review of Codesmith (http://www.yelp.com/biz/codesmith-los-angeles?hrid=B8jSbwNuncnhsAYt5hAprQ&utm_campaign=www_review_share_popup&utm_medium=copy_link&utm_source=(direct)) If I had... Read More to choose a word to describe my experience at Codesmith it would be: transformative. I first heard about the program by reading the CTO, Will Sentance's answer to a question on Quora: quora.com/Are-there-any-… (http://www.yelp.com/redir?url=https%3A%2F%2Fwww.quora.com%2FAre-there-any-programming-bootcamps-in-Los-Angeles-or-any-plans-to-start-one&s=3b83ab8a0223ba9739451a4afcd60bd1666683b1a1dd7706db7cb973fcf8267c)A friend of mine from high school was interning with Codesmith for the summer and posted about their weekly ""Build with Code"" sessions which they host in Codesmith HQ Thursdays. I had no plans that day and decided to go, if nothing else but to support a fellow Falcon. I was treated to a lecture by Will on the fundamentals of web development and walked through a tutorial on incorporating video-chat to a web app using Icecomm. At the start of the lecture, Will asked us a series of questions to gauge our level of experience. The only one I got was ""Do you know what a variable is?""That was the extent of my programming knowledge when I started the 8-week academy at Codesmith in the summer of 2015. I am a political economy major at the University of Southern California and my only experience with programming had been a 2-unit Java course that I hastily withdrew from. By the end of Codesmith, however, I had developed a full-stack application that had been a dream of mine for years: an interactive tool for USC students to plan their curriculum over four years. See: class-map.herokuapp.com (http://www.yelp.com/redir?url=http%3A%2F%2Fclass-map.herokuapp.com%2F&s=31c74a272d1fa9533e06a72fdf016da90187ab31fde5ad15bbd8209b8cb36f1a) I also built a snake game, an integrated calendar-chat app, and an alarm-clock that posted messages to a Slack channel via web-hooks when you pressed Snooze. The difference between a college class and Codesmith is simple: at Codesmith you are surrounded by people who are all vested in your success. The Engineers in Residence that were recruited hailed from some of the top engineering schools in the country --UC Berkeley, Duke, UCLA and the University of Pennsylvania -- and were always eager to help and incredibly supportive. Through a combination of lectures, pair-programming challenges, and projects, the program helps you realize your goals as a web developer. The lectures were clear and informative, and the challenges were difficult enough to force growth as a learner. The ""Hack Hour"" problems at the beginning of each day solidify your understanding of JavaScript fundamentals and teach you creative ways to tackle standard interview questions. This immersive environment is critical for learning something as difficult as web development.In addition, Codesmith provides access to the industry through a series of guest lectures which are open to the public. I personally saw Tom Occhino, one of the lead React engineers at Facebook, speak and they recently hosted Netflix tech lead Jafar Husain. The team behind Codesmith is committed to helping every cohort achieve their career goals. If you are still undecided, I would recommend going to one their weekly meetups and meeting the people behind Codesmith who are all extremely talented and approachable. It's a decision you won't regret, I guarantee it.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +244198,10643,codesmith,Anonymous,False,2015,"Codesmith got me further so quickly, never would have gotten this far on my own",2015-12-01,5.0,5.0,0.0,0.0,"Codesmith has transformed my life in such a short amount of time. I knew I wanted to be a web programmer and I was going to teach myself JavaScript over this past summer. On my own I probably would have still been trying to learn the fundamentals, not... Read More creating projects to reinforce my knowledge in different frameworks and libraries. Codesmith didn’t teach me to program by giving me the syntax to a function, but they explained the process of a function and how its variable store works. Getting a deeper understanding of how a computer executes a callback function, for example, has gotten me further than solving a single problem on an online tutorial. I have learned how to be/think/act like a full stack engineer. I didn’t come from a stereotypical tech background, I graduated with a B.A in American Studies a few months ago and now I have a good understanding on how servers, databases, and multi-threading work. It is such a great feeling to be able to understand the process of what your code is doing, but there is so much more I want to learn. Technology is constantly evolving and Codesmith has equipped me with a skill set to keep learning on my own.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +244253,10643,codesmith,Mike Smith,False,2015,A great experience,2015-12-01,5.0,5.0,0.0,0.0,"I was part of Codesmith's 2nd cohort that went from late June to the end of September in 2015. During that time I've met, worked with, and befriended several intelligent, hardworking, awesome people. I can honestly say that, having gone here, I've changed... Read More my life for the better.I didn't have much of a coding background at all before coming here, but after my 3+ months at Codesmith I feel confident and happy in my abilities. Before applying, be aware that this is a VERY strenuous course; you will be here 60+ hours a week for 12 weeks learning exactly what you need to learn to build a strong foundation and break into the industry. That being said, the staff is extremely compassionate and dedicated to the success of the students. If you have the passion and work ethic to push through the challenge, Codesmith can be a very rewarding experience.The curriculum focuses on JavaScript, Node/Express, Angular, and React, but also covers jQuery, databases, and authentication. The final 6-8 weeks are devoted to building projects.If you aren't quite sure if Codesmith, or even becoming a software engineer is for you, then I highly recommend that you check out one of the many free Meetup events that Codesmith hosts:http://www.meetup.com/codesmith/Beginners and experienced coders are welcome to come learn and meet with the teachers and students.In the Los Angeles area I really can't image that there is anywhere better to learn how to code. Codesmith is devoted to providing the best possible experience and supporting the growing community.Read Less",Full Stack Software Engineering Immersive Program,Software Engineering +299576,10683,dataquest,Chinaza B Oroke,False,2018,Engaging Experience,2023-03-27,4.7,4.0,5.0,5.0,"Dataquest platform has helped me up skill my knowledge in python through it's numerous and engaging examples. The guilded projects are quite challenging but that's the joy of it, seeing myself solve these problems without running to anyone for help makes... Read More me feel like a genius. I appreciate the dataquest team for their great work in building an interactive learning platform.Read Less",,Unknown +295655,10683,dataquest,Brayan Hinojosa Mena,False,2022,Exercises repeated in some data engineering and data science lessons,2022-12-10,4.3,4.0,5.0,4.0,"I really like the methodology of learning by doing or putting into practice what has been learned, also the practice section where there are good exercises, but I have noticed that in some lessons the exercises are repeated, such as in data engineering... Read More and data science.Read Less",Python for Data Analysis,Miscellaneous and General Tech +293454,10683,dataquest,Oluyi Segun,False,2022,Exceptional learning experience in Dataquest,2022-09-29,5.0,5.0,5.0,5.0,"Using the ""Learning Pathway"" in Dataquest has been of the best experiences that happened to my career. The well-explained courses features a style that carries you along in a text-styled, explanatory manner. Being used to video-styled tutorials in the... Read More past, I was initially skeptical about the platform, but my doubts were gone once I got enrolled in the ""Data Analyst Learning Pathway"". It's been a great privilegde to learn from Dataquest as I now fully understand the concept of Data Science and how to function as an exceptional Data Analyst.Read Less",,Unknown +293233,10683,dataquest,Anonymous,True,2022,A wonderful tool for teaching and learning,2022-09-22,5.0,5.0,5.0,5.0,"I have used DataQuest personally, and as a teaching tool for workshops I run, it has been a staple part of our university society for a year now with their academic program. Content is well designed and easy to follow, makes learning and progressing a... Read More delight. For teaching it works well, with a great structure that allows you to pick and choose bits to assign. Would highly recommend, if you are a student, bug your teachers to sign up!Read Less",Python for Data Analysis,Miscellaneous and General Tech +292377,10683,dataquest,Muhammad Azhar,False,2022,So far so good.,2022-08-30,5.0,5.0,5.0,5.0,It has been a really great learning experience so far the tutorials are to the point and very concise yet very effective. I got 1 year scholarship which is just amazing for anyone willing to learn new skills or wanted to land his first job in the industry.... Read More Thank you Dataquest for making Data Science fun and easy for everyone.Read Less,Python for Data Analysis,Miscellaneous and General Tech +291837,10683,dataquest,Charles Owolabi,False,2021,Data skills training with DATAQUEST is simply the best.,2022-08-15,3.7,5.0,5.0,1.0,Getting my training at DATAQUEST is one of my best training decisions. The courses are well structured and the content are just perfect to learn from. The courses are in text format and that makes it perfect for me. It enables me to take courses without... Read More having to watch video or use earpiece to listen to instruction. I simply read and go back and read again when stocked.Read Less,,Unknown +291326,10683,dataquest,Owobu Faith,False,2022,Dataquest have helped me understand python from the very beginning,2022-08-01,4.7,5.0,5.0,4.0,"I have learn allot in a very short time, I love the way they start teaching from the beginning. It's just like when a parent holds a child hand and start teaching the child how to work. I have learn data types list list, syntax, concept, string, int,... Read More float and so on. All I can say is thanks Dataquest.Read Less",Python for Data Analysis,Miscellaneous and General Tech +285846,10683,dataquest,Ivanovitch Silva,False,2021,Best Experience with EdTech and Data Science,2022-02-13,5.0,5.0,5.0,5.0,"I have been following online courses about Data Science and Machine Learning for a long time. I discovered the Dataquest proposal in its early days, yet in 2017. As a Professor at the UFRN (Natal)/Brazil, I would like to promote the teaching of Data Science... Read More courses locally in our university. Right away, the didactic presented by Dataquest was differential compared to other proposals from ed techs in the same field. Focusing on text-based materials rather than videos came close to what I was looking for. The idea and the strategy of problem-based learning were very inspired and motivated me to adapt it for our local. The results were spectacular and conquered and encouraged the diffusion of knowledge about data science throughout our university.Read Less",Python for Data Analysis,Miscellaneous and General Tech +283199,10683,dataquest,Bongani,False,2021,My Experience With DataQuest,2021-11-10,5.0,5.0,5.0,5.0,"For almost a year I wanted a platform to help me solidify the gaps in my Python Programming learning. I heard about DataQuest, got hooked and signed up immediately. The practical application of the program exists no where and I love and would recommend... Read More it to anyone.Read Less",,Unknown +282350,10683,dataquest,Anonymous,True,2021,Thorough & Easy to use,2021-10-13,5.0,5.0,5.0,5.0,"Dataquest covers the fundamentals really well. I have taken a course on R before but realised how shaky my base understanding was of some concepts after doing this course. Also, their learning platform is easy to use and very well put together; its seamless... Read More and makes the learning experience more pleasant, which helps to feel more motivated to finish the course.Read Less",R for Data Analysis,Miscellaneous and General Tech +282242,10683,dataquest,Anonymous,True,2021,I am very happy to have such educational platforms that facilitate the distance learning process,2021-10-08,5.0,5.0,5.0,5.0,A complete training program for teaching and publishing Python with full training available. The platform follows the policy of interactive and applied education. Very useful for getting into work learning Python. Among its advantages is the arrangement... Read More and development of work tasks on data analysis.Read Less,Python for Data Analysis,Miscellaneous and General Tech +281835,10683,dataquest,Anonymous,True,2021,Great lesson,2021-09-27,5.0,5.0,5.0,5.0,I have never had any experience on coding. The session is easy to understand but well explained. You will learn the basic of coding as well as the necessary information. Just follow the instruction and practice it step by step. Now I have more interest... Read More in learning it and look forward to my next session.Read Less,R for Data Analysis,Miscellaneous and General Tech +281509,10683,dataquest,Oswaldo Alvarez,False,2012,Perfect for beginners and then some.,2021-09-17,5.0,5.0,5.0,5.0,"I started testing out Dataquest to learn Data Analytics and how to use Python, refresh on SQL, and more hands-on practice. I am very impressed with the curriculum and would highly have someone at least test it out. The 30-day challenge has been a big... Read More motivator for me to get daily practice.Read Less",,Unknown +281387,10683,dataquest,Shibo,False,2021,Step by step tutorial that is much more beginner friendly than other websites,2021-09-12,5.0,5.0,5.0,5.0,I have used various sites in learning how to code. So far Dataquest has been my favorite because it has a specific career path or direction that has been designed for data analysts or scientists. It is great for newcomers like myself to quickly get started... Read More and be well-equipped for the future job hunt.Read Less,,Unknown +280549,10683,dataquest,Eshrat Jahan,False,2021,Great Data Science pathway,2021-08-21,4.7,5.0,5.0,4.0,"I really appreciate dataquest. In Dataquest, their training is so amazing. Because beginners also can learn to code easily. There are learning platform is good. You feel like you are playing, but you also can learn. It drives you from beginner to advanced... Read More level. It helps you to reach your data science goal. So, choose a pathway to enhance your data science knowledge.Read Less","Part-Time, Data Analytics Boot Camp",Other +280384,10683,dataquest,Derek Squires,False,2018,Dataquest has been a surefire way to uplevel my skills and career!,2021-08-16,5.0,5.0,5.0,5.0,"I have been using Dataquest as a way to enhance the data analysis I perform for customers. Our company delivers unique time-series data streams and the Dataquest platform has made it challenging and rewarding to learn both the fundamentals and fill in... Read More the gaps of my Python knowledge. Most courses have you watch a video and follow along but Dataquest teaches you what is really going on, shows you an example or two, and then challenges you to apply that knowledge. The process overall truly helps you expand your knowledge and ingrains the information so that you can apply it elsewhere!Read Less",,Unknown +280325,10683,dataquest,Anonymous,True,2021,Great Experience,2021-08-13,5.0,5.0,5.0,5.0,"I originally joined DataQuest because I received a six month scholarship for their premium plan. I had to wait for my scholarship to process but decided to just tinker around the site so that I had an understanding of what I was doing. For starters, the... Read More site was incredibly easy to get started on. It will let you choose what path you want to take on the site or it can suggest a program for you. I love how the lessons are not too long but have enough depth for me to fully understand the topics.Read Less",,Unknown +277994,10683,dataquest,Chan Kuan Rong,False,2013,Recommending Dataquest for learning Python,2021-06-04,5.0,5.0,5.0,5.0,"Learning a programming language can be challenging, especially without guidance or mentorship. Recently, due to my interest in creating JupyterLab, I decided to leverage on online platforms to learn more about Python. Within a short period of time, I... Read More was able to narrow down to either Dataquest or DataCamp. Eventually, I chose Dataquest because: 1. Dataquest allows selection of a career track that allows me to prioritise learning the essentials first. 2. Have more open-ended questions allow better retaining of information and knowledge. 3. Provides realistic datasets (especially dataframes) so that you can directly apply some of these codes to real-life scenarios. 4. Contents given are engaging and interactive. You can also choose to skip sections that may not be of interest to your applications. In summary, I have been learning from Dataquest for almost a week and was so satisfied with the course design that I bought the premium membership after a day of testing out. I would thus recommend Dataquest, especially for learning Python.Read Less",,Unknown +277675,10683,dataquest,Ahmed Abdelazeem Adam,False,2012,A wonderful learning & practicing journey,2021-05-30,5.0,5.0,5.0,5.0,I spent almost 2 years of self learning & practicing towards data science & machine learning using python..I tried almost every online learning platforms till I landed on 'Dataquest' which provides a fantastic & practical/industrial level courses that... Read More will satisfy every practitioner.Read Less,,Unknown +277561,10683,dataquest,Anonymous,True,2020,FANTASTIC,2021-05-27,5.0,5.0,5.0,5.0,"I just love the fact that I get to write code and I enjoy each and every question being asked. When I first started I knew nothing about python, but Dataquest has made it easy for me to understand, it's like I have been coding with Python forever, the... Read More learning platform is super easy.Read Less",,Unknown +277453,10683,dataquest,Anonymous,True,2021,Dataquest met my expectations,2021-05-24,5.0,5.0,5.0,0.0,"When looking for an online learning program in data science, I looked at several other programs such as DataCamp, Udemy, Codecademy, and Dataquest. I read a lot of reviews before making the final committing. I signed a free course in SQL course with Dataquest.... Read More I am a non-native of English so reading text on the screen was more appealing to me. I did the same thing with other sites but felt Dataquest was more personally appropriate one for me. That's why I chose Dataquest as my online learning platform for Data Science.Read Less",,Unknown +277451,10683,dataquest,Ebuka Dennis Egeonu,False,2021,Experience per Excellent,2021-05-24,4.7,5.0,5.0,4.0,"For me there is no Cons about using this program. I see their module as a great learning field, teaching you just like High school. It's the most easy-to-use interface for learning I have seen so far. It makes you want to study more, research and build... Read More yourself better. I recommend this for all.Read Less",Python for Data Analysis,Miscellaneous and General Tech +277021,10683,dataquest,Mariana Lourenco,False,2021,Excelent course,2021-05-13,5.0,5.0,5.0,0.0,"I liked very much the way of course is teached. Explanations are very clear, pictures are very helpful and examples to learn are good. I am very enthusiastic to keep learning, however the cost could be a problem at this moment. I am checking what it is... Read More possible to do to apply for course.Read Less",Python for Data Analysis,Miscellaneous and General Tech +277011,10683,dataquest,Salman Farisi,False,2021,Recommended for learning Data Science,2021-05-12,4.7,5.0,5.0,4.0,Good for fundamental knowledge of data science and data scientists. Excellent quality content! It's a great introductory course that really gets you interested in Data Science. I would highly recommend it to anyone curious about learning what Data Science... Read More is about.Read Less,R for Data Analysis,Miscellaneous and General Tech +276951,10683,dataquest,Anonymous,True,2021,Awesome! Dataquest Team leveled me up!,2021-05-11,5.0,5.0,5.0,5.0,"With Dataquest Team, I was able to understand what I was looking for! Learn about Python the best way, strive for a new career, and level me up, although being from outside US. I guess that now I got the chance to learn with the best, and in a very didactic... Read More way.Read Less",Python for Data Analysis,Miscellaneous and General Tech +276559,10683,dataquest,Anonymous,True,2021,"Great beginner content, poor pricing model",2021-04-30,2.7,3.0,4.0,1.0,"I really enjoyed the Dataquest content, starting from the very basics up to intro to ML. I am a bit disappointed that the ML content did not go further, ie deep learning. Overall while this course is designated as ""Data Scientist"" its still more of a... Read More data analyst focus with a heavy emphasis on data cleaning and visualization. However, the biggest issue with this course is the pricing model. Big $$$ to get access to the full course content, which I have no problem with as an investment in education, but instead, the issue is you are not ""buying"" the content you are merely renting it. After going through a large portion of the course in the first 12 months, I wanted to revisit some key topics for a project I was working on, but was unable to without paying $$$ again for the same content! Why would I want to pay again? and again? Customer support on this issue has been non-existent, and based on the forum activity they appear short-staffed. Focusing on the subscription model seems to be a priority for them that unfortunately is a disaster for students which is a shame.Read Less",Python for Data Analysis,Miscellaneous and General Tech +276457,10683,dataquest,Ketholhoutuou Lhoungu,False,2021,Worth the time spent.,2021-04-27,5.0,5.0,5.0,5.0,"Dataquest is an ideal start for any student as it is flexible, understandable , practical, simple, and has a good support system. The projects are fun. The con will be the affordability criteria since most students are not earning including myself, if... Read More the prices are lower, it’ll be better.Read Less",Python for Data Analysis,Miscellaneous and General Tech +276010,10683,dataquest,anuj gupta,False,2021,Amazing exeperince,2021-04-18,3.7,4.0,4.0,3.0,Its an amazing to be part of Dataquest .Everything in the course has been mentioned so clear and in simple manner that you don't even need to read it again. I found below things which are helpful : 1)Simple material 2)One guided project 3)Practical assignments... Read More 4)the way things explained are very good even for layman person. 5)lots of practice exam.Read Less,Python for Data Analysis,Miscellaneous and General Tech +275713,10683,dataquest,Anonymous,True,2021,DataQuest makes it easy to learn data science,2021-04-10,5.0,5.0,5.0,5.0,"With no videos - just code - DataQuest makes it easy to learn data science. The Python course starts off as simple as can be: by adding and subtracting numbers. Each new concept is reinforced with a programming exercise. The course slowly builds through... Read More lists and other more complicated structures. I really feel that I am moving as quickly as possible through the material. Unlike videos, programming problems provide a real test of skill. As soon as I get the programming problem right, I can move on to the next section. There's no need to wait for a video to finish.Read Less",,Unknown +275574,10683,dataquest,Chirumamilla Balarama krishna,False,2021,Dataquest.io is simply superb to learn,2021-04-06,5.0,5.0,5.0,5.0,"I joined dataquest few days ago and I'm addicted to it. I have seen so many websites to learn python and dataquest made me stop that search . I'm learning data science through python here and I get small lessons , the practice and the skills right away... Read More in this platform . You don't need to switch the tabs to execute the program. Finally it's great experience for those who want to learn python from the beginningRead Less",,Unknown +275514,10683,dataquest,Agaba Andrew Arthur,False,2021,Great experience,2021-04-05,5.0,5.0,5.0,5.0,The program offers simplified and elaborative material that is easy for starters. The assignments are interactive and give learners real time results of their submissions. The learners are allowed several attempts to get the answers right which gives... Read More them concrete understanding of the concepts.Read Less,,Unknown +275449,10683,dataquest,Arnaud Jacquin,False,2012,No longer intimidated by SQL thanks to Dataquest,2021-04-02,4.3,5.0,5.0,3.0,"I recently got an email from the Dataquest Team letting me know of a promotional offer for a free tutorial on SQL. I am a python/pandas expert user but had somehow never been exposed to SQL. After realizing that many Data Science/ML job opportunities... Read More require knowledge of SQL, I decided to take advantage of this offer from Dataquest. This week, I completed the course: Fundamentals of SQL -- Learning the basics. The course was excellent and let me make quick progress. I realized that although this was only a start, I am no longer intimidated by SQL.Read Less",,Unknown +274963,10683,dataquest,Narnavaram Dilipkumar,False,2020,"Datascience,machine learning,Ai",2021-03-21,4.7,5.0,5.0,4.0,This dataquest is the best platform for the beginers who does not have any basic background knowledge and also it provides all concepts from beginning onwards the only thing is we have to practice it then only we can gain the concept and also theory provided... Read More by dataquest is very niceRead Less,,Unknown +274720,10683,dataquest,Leonardo Mangold,False,2021,Dataquest - SQL courses experience,2021-03-13,4.3,5.0,4.0,4.0,"After completing the Fundamentals of SQL course and currently working on the Intermediate SQL for Data Analysis, I can say I am more than pleased with the Dataquest methodology. I like pretty much everything, for example the way concepts are introduced... Read More within context and explained really well. However, the most value I see in ther methodology is learning via coding. Something which discouraged me in other online courses was the watching video approach which doesn't require students to do much coding. I wasn't getting much value from that methodology and, in fact I was increasingly getting dismotivated. This changed when I found Dataquest. Having the computer window divided (lesson to the left, coding to the right) means that after each lesson, a coding task is required. I absolutely believe this to be the best way to learn anything, from SQL to R or Python. Last but not least, they encourage you to access documentation from links within lessons, which is very much appreciated. It is a good thing I found Dataquest in my Data Science Journey and am looking forward to more SQL courses with them. DEFINITELY RECOMMENDED !!Read Less",Python for Data Analysis,Miscellaneous and General Tech +274273,10683,dataquest,Felix Kemboi,False,2021,User Experience,2021-03-03,4.7,5.0,5.0,4.0,"Dataquest creates an active experience for learners. Instead of passive, lecture-based learning, they use technology to improve online learning by engaging students with hands-on, project-based approaches that build community and improve learner engagement.... Read More Few people learn well in isolation, with most learning more effectively through social interaction with others. One of the major affordances of technology and which Dataquest is using is connecting people across different schedules, time zones, and devices. Ultimately, learners begin an experience with a purpose or goal in mind. It creates opportunities for learners to develop artifacts of the learning that are grounded in the real world experience It also boosts engagement by establishing clear connections to those goals and links to authentic applications.Read Less",Python for Data Analysis,Miscellaneous and General Tech +274231,10683,dataquest,Anonymous,True,2021,Applicable skills right off the bat,2021-03-01,5.0,5.0,5.0,5.0,"After trying a bunch of free online resources to learn python, a colleague recommended Dataquest. So far it has been a great learning platform for me, and I have found I was able to apply the skills to my day job right away. I regularly work with large... Read More data sets in csv's, and Dataquest jumped straight into techniques to work with these. Also, I like the yearly membership vs paying per course, as I feel no pressure to rush through the material.Read Less",Python for Data Analysis,Miscellaneous and General Tech +274076,10683,dataquest,Adnan Siddique,False,2021,Hands On Learning,2021-02-25,5.0,5.0,5.0,0.0,I am enjoying the lessons because with example exercise are given to write codes. When you make mistake run query allows to correct it and understand what you have missed and correct. This register in the mind and understanding how syntax structure should... Read More be. I am learning way more than any other learning platform because of this hands on experience to write the code. I am looking forward to get to my first project to challenge myself. I would highly recommend Dataquest for learning experience with targeted lessons. Languages are very vast and becoming a good developer comes with practice and experience. Good luck in your learning experience.Read Less,,Unknown +274066,10683,dataquest,Nadir,False,2021,Highly Recommended!,2021-02-25,5.0,5.0,5.0,0.0,"I'm taking the course and I love it! You learn and practice synchronously. It's very well explained, clear, and easy. I had no previous experience coding and I'm getting the hang of it pretty quick. Plenty examples. Gradual steps. And a practice assignment... Read More at the end of each section.Read Less",Python for Data Analysis,Miscellaneous and General Tech +273414,10683,dataquest,James Amezcua,False,2021,DataQuest Data Science with Python program,2021-02-05,5.0,5.0,5.0,5.0,"I love how the program is setup, they have theory on the left side of the screen and the right side is for practicing code that you’ve learn. Another that I like are the projects. They use real-world data in there projects which makes it more appealing... Read More when putting it on your personal portfolio.Read Less",Python for Data Analysis,Miscellaneous and General Tech +273152,10683,dataquest,Edward Pak,False,2021,Very beginner,2021-01-31,4.7,5.0,5.0,4.0,"Pro : 1. learner friendly learning platform. 2. True no-background starter program. 3. Low cost to join (true free program). 4. No video viewing, no waste time. 5. No waste money on books. 6. Good encouragement and follow-up via email. Con : 1. Minimum... Read More job placement.Read Less",Python for Data Analysis,Miscellaneous and General Tech +272916,10683,dataquest,Anonymous,True,2021,Practice data science,2021-01-26,3.7,4.0,4.0,3.0,"I am a student at ""dataquest.io"", a wonderful platform for learning data science online . am still learning right now,it's very interesting and practical actually, because i practice directly what I learned, and there is no much texts, you works on projects... Read More . Also in the end of each project you can download the resume of what you learned on that project as PDF file.Read Less",,Unknown +272880,10683,dataquest,mohamed sedawy ahmed mohamed,False,2012,Dataquest is the best data science learning platform,2021-01-26,5.0,5.0,5.0,0.0,"Dataquest is the best data science learning platform due to its simplicity and professionalism. I started out as a complete beginner in programming and data science as a whole but I learned a lot in a short time because you really learn by coding and... Read More not by watching the videos and the lessons are completely interactive. The program is well organized and I don't feel like I am I have a gap in my learning progress. Dataquest allows you to learn at your own pace while learning a very difficult concept. Certainly, learning data science is quite challenging and time consuming. The quality of the software they have created allows you to learn these challenging concepts quickly with realistic practical use in a way that will be easier than any alternative.Read Less",,Unknown +272821,10683,dataquest,Anonymous,True,2021,"Just WOW, I'm surprised how fun and good this is!",2021-01-25,5.0,5.0,5.0,5.0,"I wasn't sure what to expect after going through some courses from other major players, but signed up for this even though there are no videos and its all text instruction. I thought maybe it would be more difficult to learn like this but boy was I wrong!... Read More The interface they have for learning is a seamless experience where you can see progress, pick up easily where you left off, and you don't even have to set up a separate development environment. The classes progress in a way where you don't have to have your own prior side knowledge to complete a class and each module is done in chunk sizes that are able to be accomplished in a reasonable time. The information is clearly explained and you complete tasks and submit them for immediate checking of your answer. They also provide their answer and hints in case you get stuck. Sometimes I am scattered on all the things I want to learn but this making it so simple and easy to pick back up has me making headway every day on my data science skills! By the time you finish with this course, you end up with some sample projects that may be shared with potential employers, if you're newer to the industry. They introduce you to code reference documentation, how to use Git and command line, and other necessary skills, as well. (Which you can skip if you already know, too.) They customer support has been excellent, as well. Initially I had an issue with my signup and they resolved this fairly and quickly. I've been surprised and thought my interest would wane but it just increases as I continue through the program.Read Less",Python for Data Analysis,Miscellaneous and General Tech +271983,10683,dataquest,Vanessa Maki,False,2021,The only tool that worked for me in a long term online program.,2021-01-06,5.0,5.0,5.0,5.0,"Pros: - Great user experience so far - Friendly for zero-knowledge starters in programming (me!) - Downloadable overview PDFs for each lesson (great for a quick review) - I don't have to worry about creating my own path. The program is very well structured... Read More and I don't feel I have a gap in my learning progress. Cons/Suggestions: - It would be great to see more community engagement throughout the lessons, so I can feel more motivated and not isolated during my learning process. So far, if I want to check the community, I have to check a separate tab.Read Less",Python for Data Analysis,Miscellaneous and General Tech +271801,10683,dataquest,Shane Thomas,False,2020,Rewarding!,2020-12-28,5.0,5.0,5.0,5.0,DataQuest allows you to learn at your own pace while learning a very difficult concept. Learning data science is definitely very challenging and time-consuming. The quality of the program they have created allows for you to learn these challenging concepts... Read More quickly with real life practical usage in a way that would be easier than any alternative. It is the best by far in the industry as others may be more visual but don’t help you remember things. Their competitors make it seem nicer or easier but when you get into the real world you won’t remember the application the same way you will with DataQuest.Read Less,,Unknown +271726,10683,dataquest,Anonymous,True,2020,First two mission and I am fascinated,2020-12-23,5.0,5.0,5.0,0.0,"I have only taken two missions and half of the course Python for Data Science: Fundamentals , but I really like the system, because I can practice in each lesson, and the structure of the program which has divisions and subdivisions than let me learn... Read More step by step. It's fun for me, and I love that.Read Less",,Unknown +271606,10683,dataquest,Mst. Tahmina Jerin Arju,False,2020,Just awesome,2020-12-21,5.0,5.0,5.0,5.0,Dataquest is the best platform to learn Data Science because of it's simplicity and professionalism . I have never seen a single course like Dataquest . I love Dataquest .it makes my life easy . I can find my path very easily . Supportive team is awesome... Read More .Read Less,,Unknown +271589,10683,dataquest,Anonymous,True,2020,Dataquest makes coding fun and easy to understand.,2020-12-20,5.0,5.0,5.0,5.0,Learning on the Dataquest online platform is simply amazing!! I started as a complete novice in Programming and Data Science as a whole but I have learnt a lot in short time because you actually learn by coding and not by watching videos and the lessons... Read More are quite interactive.Read Less,,Unknown +271403,10683,dataquest,Anonymous,True,2020,Do as you learn is by far the best way to upscale skills.,2020-12-15,5.0,5.0,5.0,5.0,Dataquest has an excellent learning platform that enables both visual and hands on learning. I'd recommend it to anyone who wishes to start a career in or broaden skills in data. My experience so far has been deep understanding and retention of programming... Read More and the science of data.Read Less,,Unknown +271327,10683,dataquest,Anonymous,True,2020,DATAQUEST,2020-12-12,5.0,5.0,5.0,5.0,"I have been a part of dataquest for a month now. It is a great learning site for those who are into data science. I like the way they have showcased everything, coding in the right and explanation in the left. Uh can learn easily by trying everything... Read More they teach in the site itself. I do recommend it for those who are beginners or those who try make their skills better. Its a great one, try it out. Have a great day!Read Less",,Unknown +271288,10683,dataquest,Abu Afza,False,2020,Best course in Online,2020-12-11,5.0,5.0,5.0,5.0,"A long time ago I tried to learn python. I went to my person, please taught me. But everybody said you have to pay. Then I said it's ok, no problem. I would pay. They taught me but I did not learn python only because of their course structure and teaching... Read More style was poor. When I heard about DATAQUEST online platform. Then I go to online and check it and learn from here PYTHON. Their course structure and teaching method (practical) are in one word awesome. I learn many things from here. I recommended everybody should learn from DATAQUEST .Read Less",,Unknown +271254,10683,dataquest,AUGUSTINE MENSAH,False,2020,Educative,2020-12-10,5.0,5.0,5.0,5.0,"I started looking for online lessons on data science but found many. I got hundreds of videos, watching and listening to them but couldn't get the understanding. My first time with Dataquest was very understanding and easy to grasp the lessons. I encourage... Read More everyone to follow Dataquest and be part of their lessons. Thanks.Read Less",,Unknown +271243,10683,dataquest,Tobias van der Haar,False,2020,Great and simple,2020-12-10,4.3,4.0,5.0,4.0,"Prijs -Easy to use -Low bar doe beginners. -Lots of choice, but not to much. Cons -Introduction is scarce Overall ik really enjoying thuis program. It had thought me a lot already, and im not done yet. Three are different course you van taken, they have... Read More a wilde curriculum.Read Less",,Unknown +271113,10683,dataquest,Anonymous,True,2018,Very awesome,2020-12-06,3.7,4.0,4.0,3.0,"Attending this program have exposed me to different dimensions in my field of studying and am glad to share my mind, my thought on Switchup. I'm also making a big shout out to Dataquest for their support and faith they have in me and telling others who... Read More have feelings for programming in python should go for Dataquest Read Less",,Unknown +270985,10683,dataquest,Jaime Lopez Miquel,False,2020,Great!,2020-12-01,4.7,5.0,5.0,4.0,"I started a month ago trying different bootcamps but I really liked the way you can learn with Dataquest. It is always learning by doing and you do not have to wait to see hundreds of videos, only reading brief lessons that are very well explained. Even... Read More if you are a completely beginner, dataquest is your place to learn.Read Less",Python for Data Analysis,Miscellaneous and General Tech +265760,10683,dataquest,Anonymous,True,2020,"Decent curriculum, slow platform",2020-06-23,2.5,1.0,4.0,0.0,"The curriculum is reasonable and the exercise format is good. But the code running platform is rather slow. If you are trying to use the virtual machine on line, you at least will have a lot of ample time to get water breaks. Most exercises could be easily... Read More executed locally, but some use data setup that is not visible to the end user so those exercises may behoove the student to use the platform environment. Also, your code may not run the same between the local and DataQuest environment. As of June 2020, they are using 2017 released versions of Python3 and Pandas. In my experience, the community moderators are not helpful about platform issues, either providing no answer, non-answers or long defensive lectures. I would hesitate to pay full price for this platform, but the preference for hand-on coding vs video learning does make it good value.Read Less",Python for Data Analysis,Miscellaneous and General Tech +264443,10683,dataquest,Anonymous,True,2020,Sloppy,2020-05-10,2.0,3.0,2.0,1.0,"No one should study with Dataquest thinking it will help land them a job or anything like that: I'm confused why it says 5 stars for ""Job Support."" There is literally *ZERO* job support and those reviews should be thrown out because there's no confusion... Read More on that point.I'm reviewing today as a current student who's completed the Python lessons for Data Science, muddled through the Command Line lessons, and moved on to the SQL. The Command Line lessons are where Dataquest admittedly falls apart. I even spoke to their customer service and they're in complete agreement the whole content should be redone... It's utter garbage, yet super important to understand.Next, moving into SQL, much of the sloppiness has persisted. They make so many careless errors that show they really just don't gave a ______.That being said, it's cheap and a nice way to get an early intro to these topics. You just get what you pay for.I think it's annoying switchup says it's the best around--if that's the case, I assume the other options are awful.Read Less",Python for Data Analysis,Miscellaneous and General Tech +263753,10683,dataquest,Daniela Fernandes,False,2020,Great content and classes,2020-04-20,5.0,5.0,5.0,5.0,"I found Dataquest to be very complete. The lessons were far more challenging than other MOOCs that I've completed. The curriculum is well thought out and structured, the pace just about right for it to be engaging. Additionally, they only work with real-world... Read More data and have a project-based approach, giving you the feels of what you will be doing once you get the job.Read Less",,Data Science +262069,10683,dataquest,Anonymous,True,2020,Waste of time and money,2020-02-20,1.0,1.0,1.0,1.0,"If you're learning something new, you obviously don't know what you don't know. After finishing the DataQuest platform, I thought I would be ready to start a new job in a new industry. Wrong.This site is ONLY useful if you are already an analyst or statistician... Read More and are looking for an easy certificate to leverage in your next promotion or job hunt.If you don't have a degree in a quantitative field, or industry experience in analytics, DO NOT waste your time with this platform. It will not teach you the skills you need to be successful. It barely even works as described.Read Less",Python for Data Analysis,Miscellaneous and General Tech +259596,10683,dataquest,Anonymous,True,2019,Very slow platform - not worth paying even though the content is fine,2019-12-07,3.0,2.0,4.0,3.0,"I tried to use their platform to learn something when I received a free month on their 5th birthday. Even the content might be considered as a good start, it takes forever to run anything on their platform. Very basic script with few lines take around... Read More 10 seconds to be run. Today it's Saturday and maybe they have bigger crowd on their servers, because I planned to spend whole day on learning, but unfortunately it permanently logs me out, saying the server is unavailable, the mission wasn't found, or wrong credentials (that work after around 5-10 minutes).It's more difficult than Datacamp and therefore might be more effective in learning, but, taking into account Datacamp's variety of courses, platform smoothness and price, I won't subscribe to Dataquest.A good advice is to replay Datacamp's excercises on some other case study or dataset.Read Less",Python for Data Analysis,Miscellaneous and General Tech +257887,10683,dataquest,Manuneethi,False,2019,Interesting and well explained.,2019-10-21,5.0,5.0,5.0,5.0,"I have searched for many online programs for Data Science and Machine Learning course, Finally opted for this course from Dataquest, It turned out to be one of the best decisions, I have made. I also made a career transition from Software testing to Data... Read More Analyst. Pros: Clear explanation of individual topics Self learning concepts instead of videos, Which will help in interview preparation Hands on experience with inbuilt console Cons: Projects could have been betterRead Less",,Data Science +255797,10683,dataquest,Salvation Arinze,False,2019,Really interesting and captivating,2019-09-30,5.0,5.0,5.0,5.0,"I have taken several online courses but I usually have the problem of getting bored halfway. Since I started using DataQuest, I find the classes really interesting because of the usage of real life data and experiences.",Data Science,Data Science +255777,10683,dataquest,Gerasimos Plegas,False,2019,Hot Start for beginners!,2019-09-30,5.0,5.0,5.0,5.0,"In contrast to most of the available MOOCS, Dataquest gives the opportunity to the student while studying to implement the techniques learnt onto the real datasets it offers. Beyond that, it encourages the students to do their own projects, each time... Read More based on what they have already learned. The transition between reading and acting is flawless in a way that keeps students ""warm"" to keep learning.I would say that studying Data Science without doing projects, is like defending without taking any shot opportunities. Here comes the Dataquest; it ""passes"" you the ball in a way that helps you ""shooting"" even if you are a beginner. In the course of time, the pass becomes an ""assist"" and you really find yourself capable to score...Read Less",Python for Data Analysis,Miscellaneous and General Tech +255707,10683,dataquest,Anonymous,True,2019,DataQuest is practical and good,2019-09-29,5.0,5.0,5.0,0.0,"I had done prior study of 6 month bootcamp in person. DataQuest was a very good supplement to that. It helps me expand my knowledge in Statistics and Machine Learning, among other topics.",,Unknown +255565,10683,dataquest,Anonymous,True,2018,DataQuest.IO,2019-09-28,1.7,1.0,3.0,1.0,Do not purchase from this 'school' - they roll you into subscriptions without your knowledge and offer ZERO assistance in placement,,Unknown +255376,10683,dataquest,Christopher McMahon,False,2019,Awesome Sauce,2019-09-27,4.7,5.0,5.0,4.0,"I've been an on and off Dataquester for a few years now. The only issue I've ever had was cost and my own insecurities about using a paid platform to learn how to code versus trying to be all ""homegrown"", read: trying to become a professional without... Read More paying for one resource. As far as resources go, Dataquest is objectively the best one I've ever put my money down for. It's not like a typical tutorial/course where everything is spoon fed to you, you're actually challenged to do the data mining and analysis techniques yourself but help isn't too far away if you just need to see how to do it. I think as a wannabe data analyst this is a pretty good way to start to build up the willpower to solve problems and challenges that I might face day to day and coding really is an iterative experience so I really find how Dataquest actually presents and imparts that information incredibly useful. They provide everything from slack channels to a community forum to a blog with free tutorials. I have yet to say that all of this actually works because I have yet to actually get a job as a data analyst. However, I do feel more and more confident as I move through the challenges that I can build up my data analyst chops so that definitely is much more than I felt with other courses where it's ""here's some information, now copy all of this code, great now you're a programmer and you should have no problem getting a job."" I'm not sure what I would improve to be honest. It kind of seems like a very comprehensive platform and in all honesty I have not had the pleasure of diving into everything Dataquest offers only because I've been focused on just the Data Analyst path and not much else.Read Less",,Data Science +255374,10683,dataquest,April Goossen,False,2019,I feel like I'm getting a good start on my data science journey.,2019-09-27,3.7,4.0,4.0,3.0,"I have enjoyed learning about Data Analysis and Python through Dataquest. I prefer to learn through hands-on experiences, and Dataquest's interactive missions fit my learning style. I have learned more in the last 2 months than I thought was possible,... Read More and I'm greatly encouraged to apply what I've learned outside the program on my own.Sometimes the program can be a little buggy, but their team seems pretty on top of things and resolves issues quickly. Some of the longer guided missions could be more clearly written, particularly when it comes to learning to interpret your results. All in all I feel my time and resources spent were worthwhile.Read Less",Python for Data Analysis,Miscellaneous and General Tech +255369,10683,dataquest,Brett Whitney,False,2019,"Great Platform, Thorough Curriculum, A few minor errors here and there",2019-09-27,4.7,4.0,5.0,5.0,"I've been Dataquest for a a little over a month, and have so far really enjoyed my experience. After several false starts trying to learn Python in other places, Dataquest has kept me on track and committed to my learning. They have a TON of courses that... Read More really do cover the entire breadth of technical skills some one will need to succeed in data science and related fields. I was able to get great advice about interviewing and my career goals/path from Sabrina in a one-on-one video call that was easy to set up. Overall, I would definitely recommend Dataquest to just about anybody. There are two cons I have encountered so far. The first is that rarely the instructions and solution for a mission don't align very well. I recently did a mission where the instructions explicitly stated to make sure that two steps were done in a certain order, Step A then Step B. I did this, my result looked correct, but the code checker said I had an error somewhere (love that they don't hand you answer unless you ask for it). After reviewing the code myself I finally gave up and asked for the solution - turns out in their code they do it Step B then Step A, totally reversed from the explicit instructions just a few lines above! I encounter this type of mistake very rarely, and I use Dataquest almost every day. The second con is that sometimes the instructions are a little too explicit for my liking and I find myself robotically following them rather than thinking through the problem myself first. The degree to which I find this varies from mission to mission (a product of having different authors and being written at different times I suspect). This is partly due to the fact that I already have a solid background in other coding languages than the ones I'm learning on Dataquest. If you are brand new to coding, I would bet that the level of support/scaffolding is just about right. They do throw in projects and challenges here and there that are meant to have less explicit instructions in them, but I haven't found that to be too consistent between courses.Read Less",,Data Science +254974,10683,dataquest,Simon Zhang,False,2019,What a great resource,2019-09-20,5.0,5.0,5.0,5.0,I love Dataquest! It is priced really well and the material and practice questions are clear and straight forward. I did wish the application questions at the end would be a little more challenging but other than that the program is pretty much perfection.... Read More I love how each section is so clearly explained in terms of what the function is and it contribution to data. I am really looking forward to using the skills to become a data analyst!Read Less,,Unknown +254958,10683,dataquest,Jack Sarles,False,2019,Huge fan of DataQuest over datacamp and other learning platforms,2019-09-20,5.0,5.0,5.0,0.0,"Hi, I've tried multiple coding websites and my favorite has definitely been Dataquest. With no videos, Dataquest is very focused on you writing your own code. This I believe makes it the best platform to truly learn. Instead of passively watching videos... Read More DataQuest has you spend almost all of your time coding. It's incredibly simple but very effective. It's crazy that all platforms don't do this. I am still in the beginning stages of the courses but the framework is definitely my favorite so far. Each course builds on the last one in a very simple and easy to follow way.Read Less",Data Science,Data Science +254934,10683,dataquest,Duy Lam Nguyen,False,2019,Dataquest Data Analyst Path review,2019-09-20,5.0,5.0,5.0,0.0,"Dataquest is extremely helpful when it comes to data science online courses. I have spent over a month with two free courses (Python Fundamentals and Intermediate) and just subscribed for Basic pack. I am from Vietnam, $29 is to be honest a bit too much,... Read More but I think it's worth. The platform is easy to use, clean and no videos. I can study with my own pace. Each lessons have exercises that you can practice immediately. After finish a lesson, you can download a memo for what you have learned. Very helpful. Each course has guided project. It's extremely good.Read Less",Data Science,Data Science +254824,10683,dataquest,Anonymous,True,2016,In love with Dataquest,2019-09-19,0.0,0.0,0.0,0.0,I started two months ago to work on Dataquest on the Data Analyst path with Python! I couldn't believe that I was so lucky to accidentally find out a site that covers all of my needs about Data Analysis! This month I decided to start my basic plan on... Read More Data analysis and I am really happy to learn so many new and interesting things! I like the structure of the platform very much and the opportunity to improve my skills through implementation and real-life cases. The only thing that I am sure about Dataquest is that I am going to use it for a long time because it helps me a lot and it is a nice way to continue my education after my master's studies!Read Less,,Unknown +254596,10683,dataquest,Izabel,False,2019,Dataquest is simply great!,2019-09-13,5.0,5.0,5.0,5.0,"I have been learning with dataquest since April, and have learned so much ever since! In the era of IT, with a background in psychology and a wish for career change, dataquest kind of just stepped in at the right moment. I got the scholarship and poof!... Read More Few months later, I am now fluent in python, doing my master's thesis with machine learning and even got a job that involves working with python! I've seen many other resources, and none has drawn my attention. Dataquest, however, manages to keep me motivated to learn for months! I would highly recommend dataquest to anyone who wants a career in Data analysis, Data Science, or is just curious about doing their own Machine learning projects. Everything is very well structured and explained, and on the top of everything, there are many guided projects which stimulate ""learning by doing"". Dataquest also teaches you how to compete on kaggle, regularly publishes many helpful articles ... there is just so much good content on the platform.Read Less",,Data Science +254500,10683,dataquest,Leonel,False,2019,IT IS AMAZING,2019-09-11,5.0,5.0,5.0,5.0,This has to be one of the best experiences learning I've ever had. And the team is always willing to help and reply to any of my messages even before becoming a premium member. They take you step by step and make sure you really understand everything... Read More that's going on. I simply LOVE it.Read Less,Data Science,Data Science +254488,10683,dataquest,Anonymous,True,2019,Dataquest Scholarship Programme,2019-09-11,4.7,5.0,5.0,4.0,"I have been pursuing the Data Analyst Path in Python offered by the Dataquest Portal and the characteristics of the exercises are adequate to gain a flavour of what is like to use Python, I find the explanations clear and I am about to finish my first... Read More guided project.Unfortunately I am wrting my masters dissertation at the same time. Therefore, I am not able to devote as much time as I wanted to.Read Less",Data Science,Data Science +254486,10683,dataquest,Anonymous,True,2019,A very good platform to learn and hone your Data related skills,2019-09-11,4.7,5.0,5.0,4.0,"Dataquest is a very good platform to learn and practice. I was able to grasp a better understanding of some concepts I once struggled with. I will definitely recommend Dataquest for all aspiring Data Scientists, Data Analysts or Data Engineers",,Unknown +254471,10683,dataquest,Carolina,False,2018,All dots connect,2019-09-11,4.3,5.0,5.0,3.0,"I really like Dataquest approach of explaining why some things are done a certain way, so when you are applying everything it makes sense in your head, and you know exactly what to do.I enjoy that per every course that makes up a career path there is... Read More a project at the end, which is very practical and let's you interact with real life tools.Read Less",Data Science,Data Science +254459,10683,dataquest,Obinna Ugwu,False,2019,Dataquest.io is the best platform to learn data science.,2019-09-11,4.7,5.0,5.0,4.0,"Dataquest's platform is the best to learn to code especially for beginners, the learning platform is quite interactive, you get to start carrying out projects with the syntax you're learning almost immediately and I believe this is one of the best ways... Read More to teach programming. I can't think of any cons for now. I also appreciate their new financial aid program for low income communities.Read Less",Data Science,Data Science +254351,10683,dataquest,Anonymous,True,2019,The best course to take for Data Analysts.,2019-09-11,5.0,5.0,5.0,5.0,I have taken different courses from different Platforms but Dataquest is the best!,Data Science,Data Science +254164,10683,dataquest,Mark Segal,False,2019,THE place to learn if you really want to learn data science and Python.,2019-09-11,5.0,5.0,5.0,5.0,"Dataquest, and the curriculum they offer, is by far and away the best experience I have had in learning Python as it pertains to data science. Prior to Dataquest, I had tried a few other online training options and they were either too easy/simplistic,... Read More or not really focused on data science. The training with Dataquest is DEEP. I have been taking the training nearly every day for the last 3 months or so and am still only 20% complete. You are truly getting your money's worth.I also appreciate the way the training is set up to be very cumulative. Ideas and skills are not just shown. Every piece of information is a brick. Every brick is mortared together with examples. These become rooms of knowledge, but are not silos. Everything is tied together. It's extremely impressive.Read Less",Data Science,Data Science +254034,10683,dataquest,Yanina Libenson,False,2019,Dataquest makes you practice all the concepts you learn,2019-09-06,5.0,5.0,5.0,5.0,"I knew NOTHING about Data Science or programming. After going through the ""Data Scientist - Python"" path in Dataquest, I was able to do a complete technical challenge for a job interview at a prestigious company, using Python and machine learning models... Read More to predict cellphone prices. The best thing abut Dataquest is that you learn the theory, but also practice at the same time. Concepts are explained clearly, and they take you through the learning process without making you feel lost.Read Less",Data Scientist ,Data Science and Analytics +253973,10683,dataquest,Allan Hammer,False,2019,Best Value for your Money,2019-09-04,5.0,5.0,5.0,5.0,"As far as cost to learning ratio goes, DQ has been the best investment of my life. More than any other overpriced college degree or bootcamp. This is not taking into account prestige and other factors of course, but purely learning-wise, DQ wins hands... Read More down.Read Less",,Unknown +253785,10683,dataquest,Anonymous,True,2019,Great learning experience,2019-08-27,4.7,5.0,5.0,4.0,I had a very great learning experience by learning all concepts and also by applying those technical concept at the same time. Dataquest really helps us with career guidance too. Dataquest has a community of data enthusiasts who help us in all of our... Read More doubts immediately. The courses are also updated time to time according to new emerging technologies. I had a very great learning experience with real life models.Read Less,Data Science,Data Science +253741,10683,dataquest,Xan,False,2019,Hit the ground running with this practical approach,2019-08-26,5.0,5.0,5.0,0.0,"Dataquest is different from other boot camps I have encountered due to their top-down approach to learning. Their approach motivates me because I can perform practical actions/applications faster than if I was learning from beginning theory 1 => beginning... Read More theory 2 => beginning theory 3 => etc.Their support team is quick to respond with helpful information and a great attitude! The lessons are straight forward, build off of each other, and end with you making your own project. The inclusion of guided projects helps you create a display-ready portfolio for potential employers so they KNOW you have the skills necessary. I'm very glad I learned about Dataquest and even more glad I signed up!Read Less",Data Science,Data Science +253738,10683,dataquest,Anonymous,True,2019,An excellent learning platform for data science,2019-08-26,5.0,5.0,5.0,0.0,"Pros:* Self-paced* Affordable (currently, $50/mo or $399/year for premium)* No environment setup necessary ( every thing is on the browser)* No restricted access to python's builtins and native libraries - there's usually a suggested way to solve a problem,... Read More but if you're already familiar with python you can solve it however you like (i.e using a map function or comprehension instead of a for loop)* A detailed explanation for each lesson with realistic problems and examples* Breadth of material: Scripting, Jupyter Notebook, SQL, Data Wrangling, Statistics, and Visualization are all covered.* Learning tracks are optimized to be cumulative, but you can take courses in whatever order.* Responsive customer support* Informative and industry relevent blogCons* It would be nice if you were able to test out of a course you are already knowledgeable about, in order to display it as completed, if you wanted to list your dataquest profile on a resume or CVRead Less",Data Science,Data Science +253735,10683,dataquest,Anonymous,True,2019,Eases the learning process.,2019-08-26,5.0,5.0,5.0,0.0,I changed career path from design to analyze. Dataquest's courses are easy to understand. They explain subject with tasks. I can understand and apply what i learned in my current job.,Data Science,Data Science +253086,10683,dataquest,Cody,False,2019,"Effective learning through repetition and truly practical, hands-on projects",2019-08-15,4.7,5.0,5.0,4.0,"This is an excellent course, well worth the investment, teaching by repetitive exercises in many many different situations that force you to PROVE beyond reasonable doubt you know something before moving on. In later exercises, the same old things come... Read More up again, giving you the reminder you need. Courses seem to effectively build upon earlier learned skills. The guided projects are excellent, they really do help you get a feeling for the process of cleaning, filtering, analysing, predicting data. From the perspective of someone who understands programming but lacks all formal training, the explanations are clear and simplistic, but not childish. Previously I had a reasonable beginner-level understanding of Python and programming logic in general, having used Excel extensively for years. The introductory courses, which almost entirely comprised things I already knew, were still very satisfying to go through, thanks to the to-the-point, repetitive, hands-on nature of the exercises. In any course that I didn't pick up new programming skills, I definitely still gained grammatical and best-practise layout skillsFor those who already know some python, this course will tie many disparate concepts together in a way that makes it very hard to progress without durable understanding. For those just starting out, I wish I had this tool from the beginning to guide me -- would have saved a lot of time.Potential con:Very business-oriented. Might not be perfect for someone becoming a scientist or a statistician, but then again, the underlying python skills are completely transferable and very well taught.Read Less",,Unknown +253036,10683,dataquest,Anonymous,True,2019,Great experience so far,2019-08-13,4.0,4.0,4.0,0.0,"I'm still completing the course, but so far I have a high opinion of it. Plenty of guided projects to work on, material goes at a good pace, concepts are explained concisely and cleanly.The one con I might have so far is that the version of matplotlib... Read More on their virtual machines is rather outdated. I don't think it affects any of the commands that you learn, but the newer versions have done a lot to improve the aesthetics of the plots. A minor flaw in a good course.Read Less",Python for Data Analysis,Miscellaneous and General Tech +253028,10683,dataquest,Anonymous,True,2019,Excellent course structure!,2019-08-13,4.5,5.0,4.0,0.0,The Data Analyst in R program is extremely well structured and easy to follow. The lessons are followed by a coding question that tests you on what you just learned and is extremely helpful to remember the concepts.,R for Data Analysis,Miscellaneous and General Tech +252906,10683,dataquest,Anonymous,True,2019,Great way to learn,2019-08-12,5.0,5.0,5.0,0.0,The interactive way to learn by doing is great. I believe it is best way to acquire the skills required for data science.,Data Science,Data Science +252797,10683,dataquest,Mike,False,2019,Dataquest is Awesome,2019-08-12,5.0,5.0,5.0,5.0,"Very good code environment! You don’t have to download python in order to code, you can only go to their site and start coding. Easy to learn with many exercises to practice. After you finish the theory you start to apply your new skills in real project... Read More and this makes your knowledge solid.Read Less",Python for Data Analysis,Miscellaneous and General Tech +253250,10683,dataquest,Paul Bujak,False,2019,Great Data Science Learning Course,2019-08-08,5.0,5.0,5.0,5.0,DataQuest Courses and Modules for learning Data Science are very well put together. There is a sequential step by step process that is hands on giving practice which is important. As supplemental to a Data Science course or program DataQuest is very helpful.... Read More I personally used DataQuest to help with my course work as a learning tool. For the price one cannot beat this Data Science LMS and it pays dividends for anyone willing to learn Data Science.Read Less,R for Data Analysis,Miscellaneous and General Tech +253044,10683,dataquest,Leah Holloway,False,2019,Dataquest is best,2019-08-07,5.0,5.0,5.0,0.0,"I am currently about two-thirds of the way through the R for Data Analysis course with Dataquest and felt compelled to write this review.For over ten years my analyst career has been solidly planted on the strategy side of corporate. I have become proficient... Read More with ""point-and-click"" data analysis programs such as Excel, SPSS Statistics, Tableau, SAS EG, among others. There simply wasn't much need for me to learn more powerful tools. Unfortunately, a major reorg has resulted in me being unemployed for the first time in 14 years. After looking at the current job market, I decided the best way to increase my desirability to potential employers was by deepening my knowledge of more powerful tools such as R, Python, etc. Dataquest stood out from the lesser alternatives because the courses are well organized, written clearly, have good pacing, and provide relevant examples. I like the blank page aspect of writing pieces of code with each lesson as opposed to the ""fill-in-the-blank"" style of other online learning resources. Also, the response time to emails and inquiries via the Slack community have been exceedingly fast.I look forward to taking more courses with Dataquest and would recommend it heartily.Read Less",R for Data Analysis,Miscellaneous and General Tech +252938,10683,dataquest,Eli Tomer,False,2019,Data Scientist - Python course with Dataquest,2019-08-07,5.0,5.0,5.0,0.0,"Right now I'm going through the online Data Scientist Python course, with Dataquest.So far I've completed two modules - 1. Python for Data Science: Fundamentals, 2. Python for Data Science: Intermediate,and now I study the 3rd module - Data Analysis and... Read More Visualization, using NumPy and pandas.I find this course beneficial and satisfactory, for the following reasons:a. The curriculum is well designed, from fundamentals to enhanced stages.b. There are many hands-on real exercises, with online verification of the results + hints and tips.c. There are abundant explanations, with reference to specific Python documentation.d. In addition, Dataquest team is supportive and helpful.e. Lastly, the value - I find it cost-effective, with very reasonable price.Note: the Attended date specified is the beginning day of the course. It is not a one-day class!!Read Less",Python for Data Analysis,Miscellaneous and General Tech +253098,10683,dataquest,Anonymous,True,2019,Dataquest is awesome,2019-08-01,5.0,5.0,5.0,0.0,"I have been using dataquest for about a month now, came in with no experience in programming, and now I am at level in python where I can import and clean simple datasets and make simple analyese all by myself, without going back to the material. Their... Read More lessons, or missions as they are called, were designed to build on the concepts that you learn untill you gain a solid grasp on them. The use of illustrations in some lessons was helpful, but I wish more lessons had more illustrations. The pdf summaries at the end of each mission is very helpful, and could be improved if all summaries were consolidated into one large cheat sheet for each module.Read Less",Python for Data Analysis,Miscellaneous and General Tech +252765,10683,dataquest,Anonymous,True,2019,Learning real data science,2019-07-26,5.0,5.0,5.0,5.0,"I have tried a few times to start an online course but there was always something missing, no exercises, challenges or projects. Finally, through Youtube, I discovered Dataquest and since then learning data science has been fun, I take classes, apply... Read More what I have learned and can do projects to create my portfolio.Read Less",Python for Data Analysis,Miscellaneous and General Tech +252915,10683,dataquest,Anonymous,True,2019,Dataquest - Great Tool for People Who Learn Best by Reading,2019-07-24,5.0,5.0,5.0,0.0,"The format of most online Data Science bootcamps is very similar: sequential lessons that build on each other to give the student an understanding and competency in a given domain. Dataquest is no different but stands apart for me for two reasons: the... Read More way the material is presented and the quality of the material itself.Most major online data science bootcamps (DataCamp, edx, Coursera, Udacity, etc.) use video lessons. You watch a 10 minute video of someone talking with diagrams and examples appearing over their shoulder at appropriate times and then are tasked to apply the lesson in a coding exercise. Dataquest is unique (in my experience) in that there is no video - learning material is presented as text. In my opinion there are two major advantages to this: 1. You can read much faster than someone can talk. This opens up the possibility of a much thorough, expository explanation of a concept/competency being digested by the student in a similar amount of time. In my experience Dataquest takes full advantage of this - they often ""get into the weeds"" and explain why the code you are being prompted to write works the way it does whereas a lot of video courses necessarily take a more high-level, prescriptive approach.2. It is much easier to reference text than a video. If you need a refresher as you do the practice code or are confused by a concept, it is much easier to find and re-read the relevant material in a well organized page of text compared to scrolling through a video. In no small part due to the advantages of the written word the material on Dataquest has also been top notch (I'm roughly a quarter of a way through the course). The lessons are well written and they go beyond just telling you how to do something - they explain how and why the code you are writing works/is optimal (e.g. how vectorization works in Pandas and why it is better than using an element-wise function to complete a task). The read/do dynamic of each lesson is also helpful as you are immediately prompted to think about and execute the concepts you've learned, practicing the repetition that will ultimately breed familiarity in the process.If you learn best by reading than Dataquest is a great option. Even if you think you are a visual learner it is worth checking Dataquest out and experiencing the depth and accessibility that written material provides.Read Less",Data Science,Data Science +252471,10683,dataquest,Amina,False,2019,Great Experience!,2019-07-23,5.0,5.0,5.0,5.0,"Data Science is the future, if you really want to specialize in this Field, I recommend you to try Dataquest it is simple, easy to understand, and well organized, step by step program, and the most important thing not boring :) you don't have to have... Read More any prior experience, there is a free trial, then if you like it(as most people do) you can purchase it at a very convenient price and you will not regret!I wish everyone who read my review good luck!Read Less",Python for Data Analysis,Miscellaneous and General Tech +253264,10683,dataquest,Ievgen Petrash,False,2019,Dataquest is the best that I've ever tried,2019-07-20,5.0,5.0,5.0,5.0,"Data science is a coplecated aria. The threshold of entry into it is very high. having tried training on different platforms such as udemy.com, coursera.com, etc. I was practically at a dead end. I was almost sure that this was not for me and that I could... Read More not overcome it. Well, when I found the Dataquest I realized that everything is real . Material submitted for users with zero knowledge. Everything is accompanied by very interesting examples. Even math lessons are accompanied by examples in Python that you rarely find on other platforms.The perfect combination of theory and practice. Very user-friendly interface and motivating email newsletters. Quality is top-notch. I tell you this as a practitioner of Quality assurance engineer. I will no doubt recommend you Dataquest as well as I recommend it to my friends in personal communication.Read Less",Python for Data Analysis,Miscellaneous and General Tech +253232,10683,dataquest,Anonymous,True,2019,Great way to learn data science,2019-07-19,5.0,5.0,0.0,0.0,They have a quite comprehensive curriculum; the material is very easy to digest. The guided projects are realistic and relevant. I had a great time learning.,Data Science,Data Science +250887,10683,dataquest,Pedro Junqueira,False,2019,Gives lots of breadth in Data Science Curiculum,2019-07-18,4.5,4.0,5.0,0.0,"When I started to learn Data Science more and more I realized how much breadth of knowledge is necessary.I don't have a CS degree background and have been doing data analysis and BI development in the last 3 years but that gives me only SQL and a few... Read More proprietary BI language, however to be a good performing data scientist technically is required a lot of knowledge across various areas and I soon felt lots of gaps, hence the reason I embarked in the Data Science Python path.By looking at the curriculum it was what I needed to fill those gaps like, Linear Algebra, Calculus, Command Line, Git besides the core Pandas, Matplotlib and Machine Learning.Regarding the content I think I hesitated not having videos, because I am very visual learner, but in the end was the BEST think for me, because as you take the course you are forced to get your hands dirt and learn by doing through repetition.The platform is awesome, the explanation, graphics and examples are very well done and start simple and progress to more challenging exercises pushing you to learn a lot.I am impressed with me how much I progressed. The community is very supportive and the forum and chat help a lot and also gives you opportunity to help others as you become more knowledgeable with experience.I push to finish the total curriculum in 2 months and it was worth it. There is progress % and completion which keeps track of your hours and completion. I set a weekly target of 20h a week and it was the best thing I did.I recommend buying the monthly subscription as it pushes you to finish early and move on to the next thing and to practice. I know that if I signed up for the year procrastination would kick in.Point of improvement is only one. The IDE can be VERY VERY VERY Slow to the point of irritate you and your progress only gets recorded if you use their online IDE. The Jupyter Notebooks integrated in the platform works fine. As fast as local, but the ""IDE"" to complete the exercises suck big time.Despite all that, I high recommend.Read Less",Python for Data Analysis,Miscellaneous and General Tech +250778,10683,dataquest,Anonymous,True,2019,"Dataquest, the perfect hands-on online course!",2019-07-16,5.0,5.0,5.0,5.0,"I started the Data Science in Python path and plans to tackle the Data Engineer one as soon as the first one is over. So far, it has been an amazing experience. The structure of the courses given is key. You will discover a new concept in each course... Read More and you'll never have the impression that the teachers didn't provide you enough information to finish the exercises.Moreover, they really did well by gamifying their teaching. You can always see where you're at in the path you're following. They provide you with weely goals to achieve based on your pace.Finally, I recommend Dataquest over DataCamp as I prefer to read instructions and have to type code from scratch than to watch short videos and fill in already very pre-filled lines of code!No hesitation, go for Dataquest!Read Less",Python for Data Analysis,Miscellaneous and General Tech +250758,10683,dataquest,Balaji,False,2019,Dataquest,2019-07-15,5.0,5.0,5.0,5.0,The way the course is structured is very beginner friendly. Having guided projects at the end of each module makes the reader refer back to lessons previously learnt giving an opportunity for revision and it helps solidify the foundation,Python for Data Analysis,Miscellaneous and General Tech +250714,10683,dataquest,Matthew Tichenor,False,2019,"I learned how to scrape data off the web, which I now do all the time in projects, by using Dataquest.",2019-07-14,5.0,5.0,5.0,5.0,"Following along with Dataquest, I learned how to scrape data off the web, and how to pull data from APIs. I use these skills all the time in personal projects (occasionally at work). I highly recommend Dataquest. You never know what indispensable skill... Read More you'll learn by using the platform.Read Less",Python for Data Analysis,Miscellaneous and General Tech +250698,10683,dataquest,Anonymous,True,2019,Useful start for a newbie to the field,2019-07-13,5.0,5.0,5.0,0.0,"I've started Dataquest's Data Analyst path in April and so far I've finished a third of it. I'm new to the field and I therefore also tried other websites that teach data science, but I've decided to stick with Dataquest. That may be personal preference,... Read More but to me the interface seems cleaner and less clunky than other sites and I'm more focused on the explanations and instructions than on other sites. I like the curriculum (so far), because it is very project-oriented and the whole website seems geared toward knowledge and skills that are transferable and helpful when applying for jobs. Some lessons seem a bit too easy while others suddenly require a big step by the learner, but overall I feel like I'm learning something and making progress and not just copy-and-pasting something into an editor. In terms of progress, the site also provides estimates for how far you've progressed and when the course will probably be completed, depending on the hours per week invested into the course. That's a minor feature, but as someone working full-time and only making slow progress, I really enjoy being shown an end-date for the course, even if it's a couple of months away. I also like that the site is only focused on data science, so even if I take a peek into another course, it's still a course about data science and I'm not starting six different courses on completely different topics just because they all sound interesting and it's fun to start new things. The site also provides blog posts and in-depth guides on a range of topics. Those are free and obviously somewhat geared towards getting people interested into the topic and the website, but they're nonetheless good and have been quite helpful and interesting. I cannot comment on the job support yet. The site and curriculum are geared towards making the job hunt more effective, but I assume any job hunt will eventually depend on each individual's characteristics, possibilites and preferences, e.g. personal network, city and country you're living in, financial situation, previous work-experience etc. So while the Dataquest tries to be very helpful in this regard, I expect that this help will have its limits.Read Less",Python for Data Analysis,Miscellaneous and General Tech +250690,10683,dataquest,Artur Sousa,False,2019,Dataquest: An amazing experience,2019-07-12,5.0,5.0,5.0,0.0,"Now this is what one could call didactics. Having no prior experience on data manipulation or Python, I've progressed so fast and in depth, sometimes I just can't believe how deep my coding skills went, and how many techniques I've simply incorporated... Read More without even notice. The exercises are really challenging as you advance and you are encouraged to find answers on documentation and online forums, which is traditionally routine practice on the development field. Every module is concluded with a real world project, which can be added to your portfolio.CONS:Sometimes I got stuck and found no useful help other than the correct final code to that exercise with no further explanation. It doesn't happen anymore, since I (encouraged by the course itself) learned to use documentations and forums properly, but for a beginner struggling to assimilate tons of abstract concepts, it would be nice if the answers and hints given had more depth, with piece by piece explained. I don't know if its meant to be that way, but if is, well, it worked for me.Read Less",,Unknown +250663,10683,dataquest,Fernando Alarcon,False,2019,Great learning platform,2019-07-11,5.0,5.0,5.0,0.0,"I love dataquest. I have tried other data science education providers online such as datacamp,coursera and udemy. I have to say that dataquests content will make you think hard and will make you retain the content if you do the exercises. 5 out of 5.",Python for Data Analysis,Miscellaneous and General Tech +250653,10683,dataquest,Gianfranco Gasbarri,False,2019,A platform for doers,2019-07-10,5.0,5.0,5.0,5.0,"There are few programs that can be compared to the methodology Dataquest has introduced. This concept of learn-by-doing in a real machine is exceptional, and they complement it with clear and straight-to-the-point content which will make you feel progress... Read More in no time!Read Less",,Unknown +250625,10683,dataquest,Anonymous,True,2019,Pretty Great,2019-07-09,5.0,5.0,5.0,0.0,"What I like most about it is that you get right into hands on experience of your own project. I’ve tried some notable others which I initially liked but over time became too “fill in the blank.” Dataquest seems to have the right balance of instruction... Read More mixed with practical use. I’m a hands on learner and I suspect many others are too. If so, DataquestRead Less",Python for Data Analysis,Miscellaneous and General Tech +250599,10683,dataquest,Jeremy,False,2018,Computer Programming For Science,2019-07-08,5.0,5.0,5.0,5.0,"Man people view computer programming as something you do to make things. Like a program, game, or App. However, programming languages like R and Python can make a great addition to a scientists tool belt. As a water scientist, having the skills to utilize... Read More these languages for data science is almost a requirement and something I have been struggling to train myself with for a couple of years now. Enter DataQuest! With their step by step tutorials and downloadable data sets, This was the first online tutorial coarse set that has begun to teach me how to program in these languages, but understand these languages. Understanding these languages is the key to be able to utilize them in everyday work, and that is what DataQuest has done for me. I have already recommended it to everyone in my office that wants to learn or become more proficient in these languages, and I will recommend it to anyone who is interested in data science or who wants to incorporate data science in to their current career path or scientific discipline.Read Less",R for Data Analysis,Miscellaneous and General Tech +250572,10683,dataquest,Ryan Monson,False,2019,Excellent program for me as older student looking to shift careers after 30+ years in Manufacturing,2019-07-06,4.0,4.0,4.0,0.0,"Pros:- Self paced- Simple graphics to explain concepts- Constant learning through actual coding- One page takeaway summaries of critical points in each lesson- On line, eliminate time consuming commute into large cityCons:- No face to face assistance... Read More from an instructor as in immersive, classroom bootcamps- No face to face career assistance as in immersive, classroom bootcampsIf you don't live in the metropolitan area where an immersive, classroom bootcamp is being held (my personal situation) this may be a better choice. The immersive bootcamp career help with be focused on the local area. If you don't plan on moving there, you're paying for something that is not very helpful for you personally.-Read Less",Python for Data Analysis,Miscellaneous and General Tech +251284,10683,dataquest,Jose Juan Jaramillo,False,2019,Great User Experience,2019-06-17,4.0,4.0,4.0,0.0,"Dataquest is an amazing Platform, the structure of their platform is very useful, in one side you could read the information of the chapter and the other side you can start coding at the same time, great user experience to learn!",Python for Data Analysis,Miscellaneous and General Tech +251327,10683,dataquest,Anonymous,True,2019,"Dataquest, Structured to Learn Data Science",2019-06-14,4.0,4.0,4.0,0.0,Just started the Data Analyst in python Path at Dataquest and find it well structured with good content for beginners particularly those who lack Computer Science background like me. I enjoy the exercises and the fact that I get a download after every... Read More mission that I can use to practice latter in quest to improve my skills.Read Less,Python for Data Analysis,Miscellaneous and General Tech +251130,10683,dataquest,Driselda,False,2019,Great expierence,2019-06-11,4.5,5.0,4.0,0.0,"I have learn a lot using dataquest for R, It si easy, well explained and even fun!It takes you through missions to be a data analyst.",R for Data Analysis,Miscellaneous and General Tech +251106,10683,dataquest,Anonymous,True,2019,Good experience,2019-06-11,5.0,5.0,5.0,0.0,"Dataquest has excellent content, friendly to learn and a good career path to become a Data Scientist. It will be nice to have, a Mobile App",,Unknown +250926,10683,dataquest,Sergio,False,2019,"Dataquest: great content, structure and planning!",2019-06-10,5.0,5.0,5.0,0.0,"After trying some MOOCs (Python) I decided to try Dataquest. I just finished the basic Python course, and I can say that the course is very well planned and structured with a good theory/practice relationship. In addition, the content very well explained.... Read More The fact of not presenting video lessons makes no difference, in fact, from my previous experience, I was able to move faster with DQ and without the video lessons.Read Less",Python for Data Analysis,Miscellaneous and General Tech +251376,10683,dataquest,Mark Segal,False,2019,Dataquest does justice to Python for data science!,2019-06-06,5.0,5.0,5.0,5.0,"While I have been in the business of data wrangling for 15 years, I am new to Python. Although I have been keenly aware of Python’s growth in popularity amongst data science people, finding training for using Python for data science seems to be a tall... Read More order. Python is so versatile and ubiquitous that one can be easily led down bunny trails and rabbit holes, spending weeks and months training on aspects of Python that have little bearing on the routines that data science folks will need. Here’s where Dataquest excels. Dataquest’s data science path keeps the focus narrow, but the breadth deep. They show more items in the fundamentals training than some of the “advanced” topics I had seen in other on line classes, videos, etc.I am still new to Dataquest. I am still in the first of many units (Python fundamentals). However, if what has been provided so far is any indication of what’s to come, I am VERY excited!Read Less",Data Science,Data Science +251098,10683,dataquest,Anonymous,True,2019,Dataquest is the best,2019-06-04,5.0,5.0,5.0,0.0,"My interest in Data Science started a few years ago and I must have created this account then but I did not complete any mission (as they call it). Then I came across their Diversity Scholarship Pilot Program on LinkedIn and applied it. I think it's really... Read More cool of them to even launch that, to support diversity in the industry! I am very thankful to receive the scholarship, but even if it would be paid, as a person who tried their competitor as well I think Dataquest is a much better platform than others. I would definitely suggest to anyone who has an interest in these areas to give it a try at least! I don't think anyone would regret the time they spent there. :) It is a pure investment.Read Less",Python for Data Analysis,Miscellaneous and General Tech +251439,10683,dataquest,Anonymous,True,2019,Dataquest - The best online plataform to become a DSc!,2019-06-03,5.0,5.0,5.0,5.0,"If you are a STEM professional and already have realized that everything in the near future is going to be connected and partially autonomous, you must be prepared to work with a huge amount of data generated by many devices.Only with Data Science skills... Read More you will be ready to monetize better your business and the DataQuest web plataform is very well suited to get there.Among all DSc courses available on the Internet DataQuest is the most prepared and well structured to provide hands-on experience to everyone, even to a begginer studente. DQ has tutorials, forums, support teams, guided projects, many web contents to keep us updated about this market.I am developping my path way to become a DSc with the help of DataQuest and I am very happy with every minutes and dollars I'm spending with them.Congratulations DataQuest!Read Less",Data Science,Data Science +250517,10683,dataquest,Tobi,False,2019,A highly interactive way to learn,2019-06-03,5.0,5.0,5.0,5.0,"I only recently started learning data science and analytics, and I have tried a few other sites, but Dataquest stuck with me. The mode of teaching is great, really interactive. You get to put what you learn to practice immediately, with hands on exercises.... Read More The lessons are called missions, and it's just really fun. I'd definitely recommend Dataquest.Read Less",Python for Data Analysis,Miscellaneous and General Tech +251432,10683,dataquest,Anonymous,True,2018,Great learning on Dataquest.io,2019-06-03,5.0,5.0,5.0,5.0,I am a student on Dataquest and I am loving it. I am following 'data analyst in Python' track which is perfect for a medium-skilled person like me. The course is well structured and projects are helping me to check my understandings. The exercises are... Read More good to apply what you have learned and will gain you a confidence. I highly recommend to start learning on Dataquest.Read Less,,Unknown +250591,10683,dataquest,Anonymous,True,2019,Very good start,2019-06-01,5.0,5.0,5.0,0.0,"I like the platform: very good explanations, well organized curriculum. I don't like learning by watching long videos, compare to other online courses I took on edx, coursera ... I like that Dataquest ""gives"" you a written guide that helps you practice... Read More in the same time what you've just learned. To me, Dataquest stands out from the rest of the interactive platforms because you get to learn by working on real data science projects.Read Less",Python for Data Analysis,Miscellaneous and General Tech +251280,10683,dataquest,Anonymous,True,2019,Very good experience with Dataquest (R),2019-05-28,5.0,5.0,5.0,5.0,"I got selected for the Dataquest 2-month-scholarship and so far I am very happy with the program. The lessons are interesting, easy to understand and the practical exercises are very helpful.",R for Data Analysis,Miscellaneous and General Tech +251275,10683,dataquest,Kim Pronk,False,2019,Best online Data Science learning plarform ever! ,2019-05-28,5.0,5.0,5.0,5.0,"I tried different online schools for Data Science and Dataquest was the only one I could keep up with. They cover really a complete Data Science field, but spread it in clear little steps and can be followed by any beginner. The interactive learningmethod,... Read More clear interface and complete information about each subject makes learning even addicting.Read Less",Python for Data Analysis,Miscellaneous and General Tech +251267,10683,dataquest,Kim Pronk,False,2019,Best online Data Science learning plarform ever! ,2019-05-28,5.0,5.0,5.0,5.0,"I tried different online schools for Data Science and Dataquest was the only one I could keep up with. They cover really a complete Data Science field, but spread it in clear little steps and can be followed by any beginner. The interactive learningmethod,... Read More clear interface and complete information about each subject makes learning even addicting.Read Less",Python for Data Analysis,Miscellaneous and General Tech +251329,10683,dataquest,Izabel Cvetkovic,False,2019,Dataquest Data Analyst in R Review,2019-05-27,5.0,5.0,5.0,0.0,"Pros: The program is suitable for everyone. There is a lot of material, but this is exactly why everything is explained very wellIn-depth knowlegde about how and why certain data types or functions etc. behave in certain wayInteractivity: instead of just... Read More going through bunch of videos, on dataquest there are small sessions, each ending with an exercise. This ensures the progressRepetition: as one progresses further through the course, knowledge learned before is tested in new exercises, so there is no risk of forgetting the materialTakeaways - one can always rely on these short but efficient takeaways in case he forgets how something in the programming language is writtenCommunity: answers promptlyDataquest team: also answers promptly, great teamCons: none noticedRead Less",R for Data Analysis,Miscellaneous and General Tech +251046,10683,dataquest,Filza Nunes,False,2018,Learn programming and the concept on Data Analysis in one Platform,2019-05-27,5.0,5.0,5.0,5.0,"I took the Course Data Scientist in Python. The course is really understandable and challenge.All my skills in python i learned with data quest, and in a few months i got a job as a Data Analyst and programming with python, It is much easier for me now... Read More working with Python after Dataquest Course. The best thing about the course, is that you need to be fully engaged to pass the course. The question are not also about the programming itself but you need to have a logic mind, you need to think about algorithm behind it. And it is really good, because the code stuck into your brain easily. I completely recommend this course to anyone who wants to go much deeper with python and data analysis.Read Less",,Unknown +250488,10683,dataquest,Anonymous,True,2019,My experience with Dataquest,2019-05-26,5.0,5.0,5.0,0.0,"I have started learning Data Analyst in R path from Dataquest. Though I am from non IT background, I am so keen in completing the course with thorough understanding of concepts and I have chosen Dataquest as a learning platform, because they get into... Read More real data sets, explain in an understandable way, make us involve in resolving the problems.Read Less",R for Data Analysis,Miscellaneous and General Tech +251312,10683,dataquest,Sapna Maheshwari,False,2019,Python - Excellent course ,2019-05-26,5.0,5.0,5.0,5.0,Am taking the Python course on dataquest.io site.The instructions are crystal clear . Immediate hands-on practice after each byte sized lessons helps ingrain the syntax. The mission reference which is like a chapter summary can be downloaded as pdf is... Read More a great resource to go back and refer to whenever needed.The FAQ of each chapter is very detailed with lots of examples to make a concept clear.Highly recommended!Read Less,,Unknown +251237,10683,dataquest,Aaron arkushin,False,2019,My dataquest experience,2019-05-20,5.0,5.0,5.0,0.0,"I started the data science path in data quest a few weeks into my journey of becoming a data scientist. Prior to that i took several coursera and other platforms courses, but none was very effective for me. I felt another basic course was redundant for... Read More me, yet other courses, mainly in coursera like andrew ng's famous course, were still over my head. Data quest offered me the perfect solution. The platform is super friendly, the explanations are thorough and proffesional, and the practice enables you to integrate immediatley what you've learned. Most of it is even for free! I'm super greatful to data quest for providing such an awsome opportunity to me.Read Less",Data Science,Data Science +251218,10683,dataquest,Anonymous,True,2019,Dataquest's methodology superior to every data bootcamp out there,2019-05-17,5.0,5.0,5.0,0.0,"Before starting dataquest I spent some time looking around at various bootcamp options. Essentially I was looking for a hands on way to learn python for data type roles. I wanted to learn quickly and focus on writing code everyday. I felt this was the... Read More fastest way to earn proficiency, exactly like learning a spoken language - if you don't speak you don't learn. The same is true with programming languages.I was attracted to dataquest for two reasons. First because it supported the idea of writing code directly without having to learn a lot of theory first. Second because the depth of the content seemed to be quite extensive and logically laid out toward learning intermediate data science/engineering skills. Especially the concept of guided projects I felt was an game changer when it came to learning. You essentially apply what you've learned without being told how to do it, absolutely perfect for consolidating your new knowledge.I decided to test myself by doing the first missions, which are free. I felt if I could commit to completing something each day I'd have a good understanding of how committing to the whole course would be. I am extremely pleased with this decision. When I was about 75% through the free content I was so motivated and certain that I would complete the course and purchased a subscription immediately.Since then I have been highly satisfied with the learning path I am on (Data Scientist) and the support from dataquest. Their blogs and emails have helped support me thinking about starting and taking on side projects to amplify my experience. After studying for 3 months I've already completed two side projects building ETL pipelines for professional contacts. Income from these projects paid more than my investment in dataquest. I absolutely recommend dataquest as a starting point if you are interested in pursuing learning about data science/engineering and in particular having strong abilities in python.Read Less",Python for Data Analysis,Miscellaneous and General Tech +251091,10683,dataquest,Anonymous,True,2018,"Great, efficient way to learn",2019-05-12,5.0,5.0,5.0,0.0,"Hey, im a software engineer based in Germany. I‘ve tried my fair share of online learning resources both free and paid on a wide range of topics. There were some that I really enjoyed and others that i didn’t like too much. I think its really important... Read More for online learning resources to incorporate lots if hands on practice. Dataquest handles this in a great way as all lessons i have done so far involved getting hands on with the topic covered. There are both coding and quiz styled practice sessions which i really enjoyed. Dataquest also provides a big Slack community where students can connect with each other or have contact to the Dataquest team which is really helpful. The key feature that got me interested in Dataquest from the beginning is their text and code based approach. I noticed that most of the time I start thinking about other stuff or not listening closely when I did video courses which led to me rewatching parts or entire videos to understand the topic covered. This really bothered me because it was really inefficient but kept happening especially when I was binging a certain topic because I wanted to understand it. When I saw Dataquest i was really curious about how things would work out when reading the instructions instead of watching Videos and I was blown away. Reading the instructions had me completely focused because you just cant let it play in the background. I feel like my productivity while learning increased a lot and I really enjoyed spending time on Dataquest which lead to me learning and understanding the covered topics in depth. I would really advise trying Dataquest especially because the free tier lets you try out if this way of learning is for you.Read Less",,Unknown +245088,10683,dataquest,Harichandrababu,False,2019,Best way,2019-04-25,5.0,5.0,5.0,5.0,"They simplify the concepts using simple to understand language.I am a German linguist trying to learn Data Science from Dataquest.Though I am not so technical, I could understand every bit clearly. Clarity = Dataquest! I love it!Till now I dint get more... Read More doubts, eventhough not being technical.Improvements that can be done: They can make student understand what is happening behind, for each line of code student types.Need Big Data / Deep Learning courses inside.Read Less",Data Science,Data Science +247812,10683,dataquest,Thomas English,False,2018,DataQuest Pedagogy is best of market for me (and learners like me).,2019-04-23,5.0,5.0,5.0,0.0,"I am a big fan of Dataquest's setup as compared to peer competitors with videos. They do more to ensure you can code through the full data science process than peer competitors I've tried and also like. Lots of incremental skill acquisition and just about... Read More the right amount of repetition. I have not fully finished the curriculum @200+ hours, but I still recommend the course to my colleagues and employees, and recommend the methods to any service trying to actually provide training online.Read Less",Python for Data Analysis,Miscellaneous and General Tech +247744,10683,dataquest,Anonymous,True,2019,My Dataquest experience,2019-04-17,5.0,5.0,5.0,0.0,"For a while now, I've been trying to get around to learn programming. I've been around Assembly, C++, Java, JS, and so on. The problem was that I never learned any of them well enough to actually do something with those languages. Another problem I have... Read More is that I want to learn EVERYTHING about EVERYTHING. (Which ultimately will make me a jack of all trades, master of none) So I decided to find one path and stick to it. At least for now. It's easier to learn something new when you know the fundamentals. I've tried a few different ways of learning Python. And the problem with many of them is that they teach you some of the basics, move on, and you won't use that thing you just learned. There is also rarely any practical, real-life implementation of what you've learned. So you end up learning some of the basics, but with no real knowledge of how you use it. In comes Dataquest. I have finally found a portal that keeps me engaged, and at the same time motivated. The layout and way of teaching is simple. They have a path, which is split into various courses (I.E ""Python Fundamentals). Each course has ""Missions"" which is usually an introduction to a new concept. When you finish all the missions in a course, you have a challenge, where you get to put your knowledge to the test. For me it's great, because you get to use the concepts you've learned repeatedly, as well as they use examples that you can use in the real life. If you want to learn, I would definitely give Dataquest a try.Read Less",,Unknown +247736,10683,dataquest,Olaf K,False,2018,Dataquest - Learning data science at your pace,2019-04-17,5.0,5.0,5.0,0.0,"Normally I do not write such reviews but with Dataquest I make an exemption.I created an account at Dataquest in July 2018. At the beginning I just occasionally followed some courses but since the beginning of 2019, I regularly go to Dataquest every evening... Read More and even at the weekend to study python. They make it possible to learn in small chunks, even though you only have a couple of minutes every day and their way of teaching it to you (pictures, gifs and tasks incl. instructions) is way better than following a video. You might even say it is fun to learn data science, as it is a tailor-made approach of learning at your own pace.Again in short:Pro:+ easy introduction to data science+ small steps possible+ addictive approach+ real life dataCon:- some repetitions come a little too oftenRead Less",Data Science,Data Science +247566,10683,dataquest,Gregory Gray Jr,False,2019,DataQuest provides validation,2019-04-11,5.0,5.0,5.0,0.0,The platform provide students the ability to learn while getting guided explanation. Its the practical experience you need!!! Just sign up and go.,Python for Data Analysis,Miscellaneous and General Tech +247535,10683,dataquest,Margarida,False,2019,Strongly recommend,2019-04-11,5.0,5.0,5.0,0.0,"iI am using DataQuest to learn Python and later enroll in an Academy. DataQuest was suggested by the Academy itself (since I had no previous Python experience), which I think is already a good sign.My experience so far:Pros - easy interface, guided projects... Read More allow you to put what you've learned into practice, at the end of the each chapter you get a .pdf with the key takeaways and each lesson dives into the whys of Python - why you have to code in a certain way, etc - without becoming too demanding (it's not college after all).Cons - Obviously this applies to all self-taught courses, but if you dont do it regularly, you will forget stuff. I think a cool way to help you learn faster would be implementing a method of knowing which topics you have to keep working on, like when you use a flashcard app. Try it! It's worth it, but keep in mind you have to be very driven and disciplined to get the most out of itRead Less",,Unknown +247606,10683,dataquest,Vasileios Chatzipoulidis,False,2019,Dataquest Experience,2019-04-10,5.0,5.0,5.0,5.0,"Hi guys, I am writing a few works for dataquest.io based on my experience. I am a premium member (annual membership) and I follow the Data Science Path. So far, I am 110% satisfied with the platform. Every mission is a new adventure. You learn how to... Read More manipulate data, how to clean data properly and of course how to use libraries (like Panda) in order to get familiar with it and to be able to use it in real projects. Excellent platform, content is always accurate. Not theoritical, non-sense, analysis. Of course, you need to spend some time by yourself in order to improve on some technologies. I was an intermediate Python programmer before entering Dataquest and I have a strong background on Mathematics because I have a Master in Electrical and Computer Engineering. Even though, they guide you on how to learn data, but to be honest, coding is about practice.I recommend 100%Read Less",Python for Data Analysis,Miscellaneous and General Tech +246660,10683,dataquest,Anonymous,True,2019,Dataquest - Data Scientist with Python track,2019-04-08,5.0,5.0,5.0,0.0,"Pros: So easy to follow and digest the content, I prefer text content rather than videos. Their reference guides and guided projects are pretty great too.Cons: As I progress along, sometimes I forgot the stuff I learned. Guided projects are great, but... Read More I wish there could be mini-practice lessons every day where I can go in and re-learn. I remember DataCamp has similar thing.Read Less",Python for Data Analysis,Miscellaneous and General Tech +246502,10683,dataquest,Rafael Goersch,False,2019,I believe it is the best platform for learning online,2019-04-07,5.0,5.0,5.0,0.0,"I just liked the way the platform lead me where I want to be. The course pace is challenging but in a way you keep interested. I have participated in other platforms where it is more or less ""Go figure!"" ... Dataquest is not like this.",,Unknown +247799,10683,dataquest,Anonymous,True,2019,Excellent Way to Learn Data Science,2019-04-05,5.0,5.0,5.0,5.0,"The 2 things I like most about DataQuest are:1. The learning environment is interactive, the lessons and exercises are extremely well integrated and support each other very well.2. The actual content of the course, aside from just generally being great,... Read More is also super beginner friendly and well explained. It's clear that DataQuest has gone to a lot of trouble to make this as user-friendly as possible - I have never felt lost or that I was missing some key information that was just ""assumed"" on the part of the course.Read Less",Data Science,Data Science +245938,10683,dataquest,Adeel Yaqoob,False,2019,Data Science Learning,2019-03-30,3.7,5.0,5.0,1.0,This is a very good course outline for learning data science either with python or R. Both course outlines are good and very helpful for new comers. Online learning environment is very good and comprehensive.,Python for Data Analysis,Miscellaneous and General Tech +247410,10683,dataquest,Omar Nishtar,False,2019,The best python and data science course in the market.,2019-03-26,5.0,5.0,5.0,5.0,"The unique feature of Dataquest learning platform is that they have build a very interactive learning system. The system explain the concept in easy way so that anyone can understand and then reinforces by a lab, which gives you real world experience... Read More and also checks and validates automatically. This is the most advanced self learning system in the market. Use it if you want to learn python and data science. It also has real world exercise which will help build portfolio that can be evidence of skills learned.Read Less",Python for Data Analysis,Miscellaneous and General Tech +247401,10683,dataquest,Anonymous,True,2019,Great start in the Learning Journey!,2019-03-26,3.7,4.0,4.0,3.0,"Pros:1) I like that the different paths are segmented into courses that build up on each other.2) Practical examples makes learning easier.3) The explanations are very well though out and are easy to understand.4) It is very thorough with each topic adding... Read More supplemental material if the student desires to further learn about a topic.5) Guided projects are great for portfolio building.6) The prices are awesome, anyone can afford the 1 year subscription.7) I love the fast response from the team whenever I had an inquiry, be it content wise, program wise or random like payment options. 8) Overall I think it is a good program to get you started on your data science journey.Cons:1) This is more because of the nature of data science, there is so much to learn that one forgets about previous learned stuff.2) I would love it if they added some practice exercises at the end of each module together with the key notes.3) I think that the forum is underused.4) I know is still a work in progress, but I wished the R track had more like the Python one.Read Less",Data Science,Data Science +232900,10683,dataquest,Anonymous,True,2018,Data Science,2019-03-25,5.0,5.0,5.0,0.0,Very well structured program for learning. Explain the subject matter from the basic concepts to fairly advanced. I have tried many sites for learning but this one simply the best. Also great support with detailed explanation to your questions.,Python for Data Analysis,Miscellaneous and General Tech +247379,10683,dataquest,Hamza Makia,False,2019,Learning Data Analysis on DataQuest,2019-03-23,5.0,5.0,5.0,0.0,"I'm currently doing the Data Analysis path on Data Quest and I have to say that it's great! I previously did the Data Analysis quest on Data Camp but I wasn't as impressed as I was here. The thing is, DataCamp is great if you already have a good background... Read More in statistics and you're already into the data analyst mindset. So I had to go and do some statistics courses (On KhanAcademy).The reason I loved DataQuest is their content is just amazing. They guide you through everything and their content explains every detail so you can perfectly understand. What I thought was great was that even when they're teaching you Python, they're teaching you Python for Data analysis purposes so they're already getting you into the correct mindset from the beginning. They even show you how to setup and use Jupyter, which I think is very important.Their Python emulator could be better, but their amazing content makes up for everything and I honestly think they're worth every penny.Read Less",Python for Data Analysis,Miscellaneous and General Tech +247303,10683,dataquest,瑞宏 顏,False,2019,Best choice for beginners,2019-03-19,5.0,5.0,5.0,0.0,"Dataquest is my 2nd subscription course on data science. As a beginner, its clean interface keeps me focus and is easy to use. It has more logically learning path and guided projects.Description of knowledgebase is in more detail. If you learn faster... Read More by reading than listening to audio like me, you'll love it.Read Less",Python for Data Analysis,Miscellaneous and General Tech +247127,10683,dataquest,Anonymous,True,2018,Python Analysis and Data Engineering,2019-03-04,5.0,5.0,5.0,0.0,I have attended and subscribed to several online and in person data science courses and bootcamps. I so far have liked Datquests format the best. Pro: - Focus on Python which is becoming the industry standard - Web based interface is clean and easy to... Read More use - Has both data engineering and analysis tracks - Good mix of foundation and advanced topics.Con - Data engineering track is a little shortRead Less,Python for Data Analysis,Miscellaneous and General Tech +232436,10683,dataquest,Ikechukwu Onwukwe,False,2018,Easy To start,2019-02-15,5.0,5.0,5.0,5.0,A great way to go from beginner to intermediate level in Data Science. Covers a lot of what is needed in the data science workflow. The lessons are quite intuitive. The hands on approach means you start doing projects immediately.,Python for Data Analysis,Miscellaneous and General Tech +245382,10683,dataquest,Alexandre Tavares,False,2019,The hard way to learn data science on a very dynamic platform.,2019-02-01,4.7,5.0,4.0,5.0,"On this platform, I feel that learning Data Science is an RPG mission in which I have very clearly the path that I must go through. And if it gets a bit boring or difficult, I can only change the mission or the approach, but my race to the finish line... Read More continues to approach. And it is very gratifying to see through the reports how much time we are dedicating and what we are achieving. It's like a reward: ""Look how much I've done so far and how long it will take to complete it!""One detail I love is that you can adjust your goals according to your availability. You have short and complex missions, divided into several subjects. There are days when you choose a mission or another according to your appetite. It's like a delicious self-service menu, rich in choices and flavors.Read Less",Python for Data Analysis,Miscellaneous and General Tech +247128,10683,dataquest,Jacqueline,False,2019,Dataquest Helps Me Like No Other,2019-01-29,5.0,5.0,5.0,0.0,"I have been using Dataquest at my own pace for over a year. If you read faster than you listen to audio, then it's definitely the course for you. I like how easy it is to find and review topics by clicking through the reading slides. Each topic prepares... Read More you to code a bit on that topic. All those little bits of code you practice will come together in the final hands-on project at the end of each section. You are sequentially prepared to be able to perform. I found all the projects interesting, too, because the projects explore data relevant to current issues in America. For the money, it is the best program. I get more out of Dataquest than I got out of Coursera courses on data science!!! That's saying a lot. I feel that I am set up for success with Dataquest, whereas on Coursera I sometimes was expected to program in a different language thanwhat the lecture slides used, or the exercises were way more advanced than the lectures, and it resulted in a lot of frustration. With Dataquest, every section and topic is intentional as the next step to prepare me to know how to code, with a final project in mind. I highly recommend it. It's the ONLY online coding course I took where I NEVER felt that I was wasting my time.Read Less",Python for Data Analysis,Miscellaneous and General Tech +246663,10683,dataquest,Ignacio,False,2019,Top Notch DS Bootcamp,2019-01-29,5.0,5.0,5.0,5.0,"After doing research on my own, I decided the best way to learn DS/ML was to concentrate in one MOOC plattform with courses that could cover everything I thought I needed to learn, so I did some courses in Coursera but felt they lacked more real-world... Read More problems and practice in general. Later I discovered Datacamp and Dataquest at the same time, did the first Python courses on DC and didn't like it so much, exercises were too easy and didn't really feel I was learning that much. Later I tried DQ and I immediately felt in love with their path/course/mission dynamic, sometimes you can stay hours while you're really having fun. In favor of Datacamp they have videos and a wider selection of courses, meanwhile Dataquest uses a very well achieved mix of text, images and GIFs to present the subjects in a very easy to understand way, but most important of all, when you put your knowledge in practice it actually feels challenging and you feel you're learning useful stuff you can use someday. I've only been using DQ for 2-3 weeks and I'd recommend it to everyone who wants to enter the Data Science world. 11/10.Read Less",Python for Data Analysis,Miscellaneous and General Tech +245881,10683,dataquest,Anonymous,True,2019,Good for beginners,2019-01-27,5.0,5.0,5.0,0.0,"I'm doing the data analyst in R path, so far very positive. I have a business background and some statistical knowledge, the R class is really intuitive and in my opinion well structured for beginners. No experience with other platforms though, but I... Read More would definitely recommend it to a friend!Read Less",R for Data Analysis,Miscellaneous and General Tech +246393,10683,dataquest,Gouda,False,2019,Great Resource for Learning Data Science with the Python,2019-01-22,5.0,5.0,5.0,0.0,"I am doing data science with Python Programming. Dataquest is a fantastic resource. It allows to gain a thorough understanding of the fundamentals. This makes it ideal for people of all skill levels. Unlike like other programs, you learn by doing rather... Read More than watching hours of lecture videos. The guided projects give the experience working with real-world data, which is essential in developing the necessary skill set for working as a data scientist in industry.Read Less",Python for Data Analysis,Miscellaneous and General Tech +246369,10683,dataquest,Robert Donaway,False,2019,Python for Data Science,2019-01-22,5.0,5.0,5.0,0.0,"I'm just starting out but so far I really like it. The explanations they give are succinct and the short exercises after each slide really help solidify what you learned. I am starting to feel like Python is natural! My only complaint is that when I was... Read More about 1/3 of the way through the course they introduced an upgrade. They said there would be an option to stay on the current version but when the upgrade came it wasn't clear how to do this. All of my progress got erased and I had to start at the beginning of the new version. I was really annoyed. However, I have to say that the new version seems more comprehensive and more focused to data science. Overall, satisfied.Read Less",Data Science,Data Science +246232,10683,dataquest,Keith Vickery,False,2019,Great Resource for Learning Data Science with the Python Programming Language,2019-01-20,4.3,5.0,5.0,3.0,Dataquest is a fantastic resource for learning data science with Python. The curriculum allows the user to gain a thorough understanding of the fundamentals before introducing more complicated concepts. This makes Dataquest ideal for people of all skill... Read More levels. Unlike like other programs Dataquest allows you to learn by doing rather than watching hours of lecture videos. The guided projects give the user experience working with real-world datasets which is essential in developing the necessary skill set for working as a data scientist in industry.The only complaint thus far is that the R programming stream does not contain a lot of course material at the moment. Other online learning sites teach R programming much more thoroughly.Read Less,Python for Data Analysis,Miscellaneous and General Tech +245666,10683,dataquest,Jie Geng,False,2019,Learn the Taste of Data in DataQuest!!!,2019-01-19,5.0,5.0,5.0,5.0,"For data scientists, data is their food. The fact that you have learned programming languages, math, or machine learning doesn’t mean you are a data scientist unless you can’t feel the taste of data.Here, at DataQuest.io, while being stuck with a data... Read More more than a week, I have learned the taste of data: how to respect data, how to smell good and bad data, how to pull worms out of apples, and finally how to chew and feel it.You can learn the core of data science by ""learning by doing"".Of course, DataQuest has some problems in its platform, but I know they’re always trying to make it better. You know, perfection is a process.Read Less",Python for Data Analysis,Miscellaneous and General Tech +246453,10683,dataquest,Damon Gudaitis,False,2018,"Great, hands-on format for learning, a few technical glitches",2019-01-16,5.0,5.0,5.0,0.0,"What I love about DataQuest is how the material is structured. It starts with step by step instructions. Not everything is given to you, but you get some pretty strong hints. It's really difficult for someone who knows something really well to present... Read More enough hints to a learner to let them figure things out without getting discouraged. I think DataQuest has nailed this.Then, after being led a little, you get open-ended projects with less guidance that give you the opportunity to apply the last few units in an unstructured way. These projects really give you the opportunity to consolidate your learning.DataQuest has had some technical glitches. The Jupyter notebooks connection was spotty sometimes locking me out of my projects for an afternoon. The Jupyter problem seems to be fixed. If there's a connection problem it is for a few seconds. Things tend to break after updates. Their updates seem to be getting less-buggy, but still could be betterRead Less",Python for Data Analysis,Miscellaneous and General Tech +246430,10683,dataquest,Anonymous,True,2019,Great resource for learning data science,2019-01-15,5.0,5.0,5.0,5.0,The Data quest platform is great for learning all the tools you need for data science. The exercises are fun and are more than just learning code syntax.,Python for Data Analysis,Miscellaneous and General Tech +247129,10683,dataquest,Anonymous,True,2018,Most approachable resource i've found on data science,2019-01-10,5.0,5.0,5.0,5.0,"I was looking for tutorials on Data Science in late december 2017.After a few tries, i landed on the free content of Dataquest. The next month, i subscribed to the one year premium subscription. The courses are made with a lot of care, balancing notions... Read More of python programming with statistics for data science. They have just the right mix of theory and practice and each course ends with a guided project that can be incorporated in a portfolio. The community and staff are really invested and quick to respond. As a guide, here are a few things that i got to practice/learn:- Basic python commands (flow control, variables, functions) and advanced notions (web scraping, jupyter notebook)- Data visualisation (how to make plots and how to choose them)- Python for data analysis (numpy, pandas)- Descriptive statistics (mean, median, standard deviation, etc...)- Prescriptive statistics (sampling, model training, hyperparameter optimisation)- Mathematics (matrices, vectors, functions and derivation)- Data cleaning (normalization, dealing with missing/incorrect data)- Code versionning (git)- Unix shell commandsRead Less",Python for Data Analysis,Miscellaneous and General Tech +245677,10683,dataquest,Anonymous,True,2018,Good quality basics took me far.,2019-01-03,5.0,5.0,5.0,5.0,"Taking DataQuest was the best decision of the year.Of course, it teaches you the good basics you need.On the top, it gives you the habit to read for documentation. The first time it is explained with sentences and after a while, I was able to dive in... Read More any documentation with confidence.What is amazing as well it the quality of the responses of the team any time I had a technical question. A real plus! Awesome people behind it.Now I am working aside with doctorate people. Love my life.Read Less",Python for Data Analysis,Miscellaneous and General Tech +245729,10683,dataquest,Anonymous,True,2018,The one educational website that really covers everything from start to finish,2018-12-30,5.0,5.0,5.0,5.0,So I have tried a lot of different online self learning programs for coding and statistical methods. I feel that most either keep it too simple or jump too quickly to specific topics and I never felt that I was getting a comprehensive education until... Read More I started dataquest. It is an excellent resource for all skill levels but I for beginners for R or Python its the best resource I can recommend to really get you started on a practical approach to becoming proficient in both languages. It is hard to think of any real cons with the program. Sometimes the lessons are a bit wordy but its hard to avoid in certain topics.Read Less,Become a Data Analyst,Data Science and Analytics +246252,10683,dataquest,Yannis Katsaros,False,2018,Applicable and High Quality Guided Learning,2018-12-29,5.0,5.0,5.0,0.0,"DataQuest offers a very high quality platform for learning Data Science and Data Engineering. Lessons (“missions”) are thoughtfully organized and laid out on a guided path (“quest”) for learners. Each mission is split up into several components, typically... Read More 8-14 parts. Each part has a succinct and helpful explanation of the material and then the opportunity to solve a hands-on challenge in order to solidify the concepts learned during each tutorial.I believe this approach was extremely helpful, and it enforced how I understood the material and how much of the content I retained. Furthermore there was no “fluff” and each tutorial provided helpful and highly applicable content and advice related to the skills needed for a successful data scientist in the industry.Overall an extremely high quality platform and would recommend to any peers seeking to start learning data science.One suggestion for improvement: if an answer is entered incorrectly sometimes the platform that runs the checks is extremely slow and unresponsive. Therefore iterations of a challenge can sometimes be frustrating when you have to wait for an extended time to know if the answer submitted was correct or not.Read Less",Become a Data Scientist,Data Science and Analytics +247130,10683,dataquest,Kelly V,False,2018,"Learn by Doing, in Record Time",2018-12-28,5.0,5.0,5.0,0.0,"I am currently on Dataquest's ""Become a Data Analyst"" track, and I'm loving the program for its affordability and immediate results. I've tried a few online learning platforms before such as Coursera and Udemy, and they were pretty good, but I found there... Read More was usually some disconnect between the course lectures, the course assignments, and what I'm actually trying to do with the material in my day job. I personally really appreciate the lack of videos on the Dataquest platform. The learning platform is based on (short) text explanations of a coding concept, and then having the user immediately put the concept into practice. After every few modules is a guided project, which presents the user with an interesting dataset and some objectives that closely resemble real-world business problems. I like that, with all the guided projects, I have the basis of a portfolio that I can soon show to potential employers.My initial objective in taking this course was to understand if I have the aptitude to learn data analysis / data science for a possible career switch, before investing thousands of dollars in a more immersive boot camp. However I now wonder if I'd even need to move on to something more expensive. I've already been able to pass skills tests for real-life Data Analyst jobs and I'm only about halfway through the curriculum. As far as I know, Dataquest doesn't currently offer any job support, so I can't speak to that, but the learning experience and curriculum can't be beat, especially at this price point.Read Less",Become a Data Analyst,Data Science and Analytics +246459,10683,dataquest,Anonymous,True,2018,Will suggest 'Dataquest' for every individual who wanted to enter into the learning world of Data science who is new,2018-12-06,5.0,5.0,5.0,0.0,"When i decided to get into the Data science, now the question is from where to get trained. Live interactive trainingOnline interactive trainingOnline video based training Interactive read and practise training(Dataquest)I tried different ways above Live... Read More interactive is vary expensive , which is schedule based. Online interactive I tried attending for few demos which did not suit me as 100's of people join where my question's are never answered , Online video based training i tried with Udmey with sample course , though i could understand but never got that motivation. when i keep searching for alternatives , that's when i found Dataquest/Datacamp. I'm not sure how Datacamp is but glad i choose Dataquest. I wanted to try for thebasic course in Dataquest first to see how it goes and every exercise made me to logically think about the solution. I was very exited in solving each solutions so far in the basic version. It motivated me every moment , Hoping it keeps me motivated in the later part of the course as well.Read Less",Become a Data Scientist,Data Science and Analytics +247131,10683,dataquest,Mindaugas Jonkus,False,2018,Great platform to learn even with little prior knowledge,2018-11-28,5.0,5.0,5.0,0.0,"I first tried Dataquest's first free courses on python to see if it is a good fit. From the first few lessons, I knew I want to continue using them. They manage well to explain not only what you have to do, but also why. Something I missed in other places... Read More where they just tell you to use a certain function without a context. After each course, you get to do a project with a goal but without usual help. This helps to apply what was learned in previous steps.Lessons follow each other naturally and it feels that someone really put a lot of effort to create a seamless experience. Other things I liked: they always provide a link to original documentation, have hits available if you get stuck and need just a little clue, active social community ready to help and of course very responsive and friendly support. I would definitely recommend Dataquest to anyone thinking about either changing their carrier or looking for a way to improve current skill set. I should mention that I haven't finished the course yet so my experience might not reflect full course quality. If you consider Dataquest, try their Python course and see if you like it - the style and quality are around the same going forward.Read Less",Become a Data Scientist,Data Science and Analytics +245244,10683,dataquest,Davi Aloise,False,2018,Dataquest is really good so far,2018-11-10,5.0,5.0,0.0,0.0,"I haven't completed even the Data Analyst path yet, but I really like the approach of making you program to learn. Some missions needs for you to get familiar with the imported libraries by yourself, which means learning to search for solutions when needed.... Read More Being a computer engineer away from the area for 10 years, I wasn't very familiar with Python, but the hands-on is making me learn really fast, and getting addicted to it too! Also, the ""spam"" e-mails they send are really useful, with selected Data Science news and tips, and their support is also very ready. So, I feel like my money is being well spent and I truly recommend it for those that want to learn Data Science.Read Less",Become a Data Scientist,Data Science and Analytics +245560,10683,dataquest,Madina Baimukhanova,False,2018,Комфортная платформа,2018-11-06,5.0,5.0,5.0,5.0,"Я пробовала курсы дата аналитики на codeacademy, datacamp, coursera - dataquest оказался самым удобным вариантом и очень недорогим.codeacademy - все время выдавал ошибки, поэтому обучение стопорилосьcoursera - обучает через видео лекции, это не совсем... Read More эффективноdata camp почему то показался скучным.Read Less",Become a Data Analyst,Data Science and Analytics +245260,10683,dataquest,Anonymous,True,2018,Not perfect but saves you tons of time!,2018-11-01,4.3,5.0,4.0,4.0,"I would recommend Dataquest to those who need to get on track of data scientist with the shortest time. It only takes you 4-6 months to complete the data scientist path and you are capable of publishing your work on Github and understanding what folks... Read More in Kaggle or other communities are doing now. Even with super busy workload from my company, I completed the course and am now able to do some data analysis work myself and know where and how to further sharpen my data-scientist skills!If you are still a student and have unlimited time to study, then I would suggest to go for datacamp or other MOCC. The course depth and broadness are quite different.Read Less",Become a Data Scientist,Data Science and Analytics +245531,10683,dataquest,Helmut Dittrich,False,2017,Very satisfied with DataQuest,2018-10-31,5.0,5.0,5.0,0.0,"I experienced a couple courses of Data Science with Coursera and other platforms already. It was hard and sometimes I was lost. After having found DataQuest it changed. I am with DataQuest now for a year and it is just great. Great exercises, quick response... Read More from the team when you are stuck. A very important aspect for me is that you have full access to the data you are working with. Meaning that it is no problem to download it and work with it on your own with Jupyter on your own machine. With other course providers I got sometimes the impression that the exercises they offer only work online and you often have no chance to download the underlying data. If you can download them through GitHub or private sources it is not said that they work as expected. Downloading the data from DataQuest is painless and it the exercise work great. No cheating. These people know what they are doing and what they do is great. I wished I discovered DataQuest earlier. Would have saved me two years at least.Read Less",Become a Data Scientist,Data Science and Analytics +245491,10683,dataquest,Connor,False,2018,Useful but super unpolished,2018-10-30,3.0,3.0,3.0,0.0,It's basically code academy but with more bugs. Some lessons are great and some are just not explained clearly or the 'mission' has bugs that make it very annoying. Sometimes they ask you o do things you haven't learned.,Become a Data Scientist,Data Science and Analytics +234663,10683,dataquest,Anonymous,True,2018,Powerful data science tutorials,2018-10-27,5.0,5.0,0.0,0.0,"Dataquest is an amazing platform. I've been using Numpy, Pandas, Matplotlib for more than 2 years. Dataquest helped me to get a deeper understaing of this libraries, how they work, what they do in the background. Working with matplotlib can be really... Read More problematic, if you start it on your own (Constantly searching for stackoverflow questions, haha). Dataquest collected all the important information about matplotlib, so now it takes much less time to use it :)Read Less",Become a Data Analyst,Data Science and Analytics +234250,10683,dataquest,Anonymous,True,2018,Amazing,2018-10-24,5.0,5.0,5.0,0.0,"When I first started looking at ways to learn data science I felt completely overwhelmed by all the possibilities there are out there. I wanted to do them all. However, I found it very difficult to keep up with all. Dataquest is an incredibly complete... Read More and organized way to reach your goals, with an amazing support team. On top of everything, you'll never be bored by having to follow endless videos and you work on projects to add to your portfolio (all at you own pace).Read Less",Become a Data Scientist,Data Science and Analytics +245282,10683,dataquest,Daniel Yubi,False,2018,Best online platformfor the self learner.,2018-10-18,5.0,5.0,5.0,0.0,"Dataquest is amazing, the reason why I love it, is because it forces you to learn by doing. I get bored easily from the video courses // lessons out there, also I'm busy with my job, and my life, so watching videos at 1.50x speed is not ideal. In Dataquest... Read More you can easily, open your computer in a free time you have, read the lesson, and give it a try, debug your errors, and keep learning.Read Less",Become a Data Analyst,Data Science and Analytics +243552,10683,dataquest,Pushkal Singh,False,2018,Good learning forum,2018-10-17,5.0,5.0,5.0,5.0,"From my experience of Dataquest, I have found that the website is a good platform to learn and develop your skills in data science or in programming python(as I have learnt python through it). Dataquest has good exercises and also systematic approach... Read More to learn the topics and their application.Read Less",Become a Data Analyst,Data Science and Analytics +245263,10683,dataquest,Ahmad Qatamesh,False,2018,"""Best Data Science Education Experience""",2018-10-15,4.7,5.0,5.0,4.0,"I tried few other online classes on Udemy. All use videos that give you feeling of progress with less focus on application. DataQuest education experience, from the interface to the various interesting datasets from Kaggle and FiveThirtyEIght (Used cars... Read More price to Gun Deaths in US) very relevant to real world experience and situation.Few days ago I attended an Event in Quid.com. I understood like 70% of hardcore data scientists explaining to similar crowd.I knew DataQuest is relevant, because of my engineering background, but couldn't believe it that much.My Recommendations: If you want a real-world data science education , in a very caring way and fun. Don't hesitate to start the free trial on DataQuest and See for yourself!Read Less",Become a Data Scientist,Data Science and Analytics +232676,10683,dataquest,Eddgar Richard Rojas Caladeros,False,2018,One of best for learn Data science,2018-10-11,4.3,4.0,5.0,4.0,"I have like 3 months and I like the practical way for learning they have, using in all of the lessons real world cases that help you gasp better the concept. Also like the structure of the lesson and you have also a console to test immediately what you... Read More are learning. I recommend a Lot.Read Less",Become a Data Analyst,Data Science and Analytics +232292,10683,dataquest,Eli S,False,2018,Wonderful self-motivated learning curriculum,2018-10-10,5.0,5.0,5.0,5.0,"Dataquest coursework gave me the tools and confidence to pursue data science as a career. I would recommend the ""Data Scientist in Python"" track to anyone who wants to keep current on their data skills.",Become a Data Engineer,Data Science and Analytics +245154,10683,dataquest,Anonymous,True,2018,Uninterrupted Growth,2018-10-09,5.0,5.0,5.0,0.0,Its the most straight forward education that builds your knowledge incrementally. The explanation for new terms is very simplistic and has great diagrams to actually show the flow of logic rather then accepting it as unknowable truth behind coding. Also... Read More the team is enthusiastic to help you solve problems or even answer questions not in the curriculum.Read Less,Become a Data Scientist,Data Science and Analytics +245120,10683,dataquest,Yang Bai,False,2017,"If you want to become a data scientist, Dataquest is the best. ",2018-10-09,5.0,5.0,5.0,5.0,Extremely well-designed tutorials with interactive coding exercises help me understand and master all the complex knowledge super fast.And the team of Dataquest is really nice. They will regularly reach out to you asking your experience and patiently... Read More answering all your questions.I definitely will recommend Dataquest to my friends.Read Less,Become a Data Scientist,Data Science and Analytics +244425,10683,dataquest,Samuel,False,2018,Very well structured Curriculum,2018-10-08,5.0,5.0,5.0,0.0,They have managed to make it really fun to learn data science with the curriculum so well structured and broken down,Data Science,Data Science +245179,10683,dataquest,Anonymous,True,2018,A well-designed and effective learning platform,2018-10-07,5.0,5.0,5.0,0.0,"I started with dataquest for free, doing some of the Python course, and though I already knew some Python I felt they were approaching it in a helpful way that helped to cement what I had learned. Then I realized they had paid courses at a fraction of... Read More the cost it would take to do a lot of bootcamps. I signed up for Data Engineering and have made it through the Postgresql section so far. It has been really good. Instead of videos, you read about syntax you will be using and then practice it. Sometimes you have to look up reference material which I also do with other MOOCs. But what's nice is they build skill up on skill in a way that makes total sense, and in a way that gives the opportunity to use the things you just learned a few more times. This is very good for remembering how things work. The Data Engineering path has a few quirks and when I asked they informed me that they were about to review the program and make a few changes, and they offered to refund my money. But the course is so good I asked to just continue on, figuring I could just install software, download files, and get it to work on my own machine, which would also be great for my learning experience. I got past those two tricky screens and now am sailing forth to the next mission. I've tried several online learning platforms, and dataquest is the best one in my opinion. I have left the job support stars unchecked because I haven't reached that point in the course yet.Read Less",,Unknown +235761,10683,dataquest,Anonymous,True,2018,Excellent course thus far,2018-10-05,5.0,5.0,5.0,0.0,"I have been doing software development for a number of years. However, I am new to Python and totally enjoyed learning on Dataquest as part of my Data Scientist course. Now I am working on more exciting modules such as numpy and pandas. Very exciting... Read More stuff and I highly recommend it.Read Less",Become a Data Scientist,Data Science and Analytics +245110,10683,dataquest,Tiago Duarte,False,2017,Learning by doing - applying daily on the job,2018-10-04,4.0,4.0,4.0,4.0,"A big advantage of this platform is that it doesn't have videos of people who most of the time don't really help me in my tasks. Each mission has a detailed informative tutorial with the theoretical background, and it finishes with a practical exercise... Read More that sometimes goes a little beyond what was described before. But this is nothing more than a push to make me think harder about the problem at hand.The community is also a big pro as people are always trying to help sorting my difficulties, in addition to the Dataquest team, of course.The data sets are good as they include real case studies, that I could be using at work for instance.A negative aspect that I find is that sometimes the introduction for the practical exercise is not explicit and I don't really understand the final goal. Another small issue is that the data set is not always readable within the Dataquest platform.I haven't finished the path to Data Scientist but I've been going back and forth sometimes to refresh previous knowledge and to solidify it. I repeat missions sometimes. My feeling so far is that the curriculum is quite comprehensive, although it could explore some topics a little bit further, such as time series.Overall, I apply what I learn on Dataquest on a daily basis at work where I use both Python and R. So, this must be indicative that Dataquest is truly helpful to me. I have been using it since 2017 and going.Read Less",Become a Data Scientist,Data Science and Analytics +240977,10683,dataquest,Weng Tai,False,2018,Wish I have known DataQuest earlier!,2018-10-03,5.0,5.0,5.0,0.0,"In one word, AWESOME! In two words, HIGHLY RECOMMENDED!! In three words, NEVER REGRET IT!!!1. Easy to follow course materials even for non-programming background person like me. Literally I have 0 knowledge on programming or coding and always find it... Read More hard to start somewhere. However, by following the courses in DataQuest, I have improved significantly from a newbie to being able to do coding in Python. I am amazed on how well-structured the courses are.2. Supportive community. The community behind DataQuest is very friendly and responsive to any enquiries. You can either choose to chat online or drop them an email and they will personally reply almost all of the emails.3. Relevant real world dataset. The concepts learnt are applied to real world dataset to have a hands- on experience of what it feels like to work as a data analyst/data scientist.Read Less",Become a Data Scientist,Data Science and Analytics +245074,10683,dataquest,Ketan Patel,False,2018,Its awesome.,2018-10-03,4.0,4.0,4.0,0.0,Pros:I tried few python online courses but what has been wonderful about Dataquest :1) It is more focused about its content. It takes really good amount of time to explain the datasets. 2) minimum code or no line of code in editor helps to think and write... Read More code independently. 3) tracks the time has been spend.4) No videos saves lot of time while learning.Cons:1) If Dataquest creates electives/ specialisations on more advanced topics that will be great help.Read Less,,Unknown +244408,10683,dataquest,Anonymous,True,2018,Good learning platform for beginners,2018-08-14,5.0,5.0,5.0,5.0,Good responding.Good representation of exercises.Easy to learn.Will not feel bored,Become a Data Scientist,Data Science and Analytics +244795,10683,dataquest,Maria Paula Angarita,False,2018,Great guided learning,2018-07-11,3.3,4.0,5.0,1.0,"Pros:-No video tutorials (I get bored of watching or listening to people over multiple lessons);-Go at your own pace with written lessons that you can navigate easily;-Helpful explanations and the console is pre-loaded into the same window as the explanations/instructions;... Read More-Helpful hints when I am stuck on the exercises;-I like that as I finish modules it keeps track of my progress (i.e. ""You are 50% finished with the beginner module and 18% done with the whole course);-The UI is beautiful and easy to navigate;-Tracks the amount of time I study per month;-I can download the lesson & exercises in a handy PDF in case I want to review it laterCons-Sometimes the hints are confusing and there's only ONE hint per exercise (I think certain exercises should have more hints, or we should be able to ""earn"" more hints)-Not sure if there's a certificate at the end that can show that I completed this for my current/future employer?-I haven't found a discussion forum or a community to connect with that is also using DataQuest (admittedly I haven't researched this much)Read Less",Data Science,Data Science and Analytics +243966,10683,dataquest,Anonymous,True,2018,I recommend Dataquest,2018-07-11,4.7,4.0,5.0,5.0,"This is a great platform to learn. I like the concept of challenge and practice that course offers; I also like the fact that the course includes that I obtain outcomes that I can then upload to my portfolio to showcase what I've learned and what I'm... Read More capable of; I like the way it shows you the progress you're making and goals and achievements for the week; the support they offer is really good: not too many emails, but enough to keep you hooked with the progress. They also respond emails (sounds basic but today many customer service services are poor, and dataquest is excellent in this regard). The only thing that is slightly bugging is the way you can click on ""Next"" and go forward with the exercises without having completed them as sometimes you'll see answers to previous problems. But Dataquest.io is still my top choice and it's overall a pleasant platform to learn. I'm currently enrolled in a monthly Basic plan to the course Data Scientist In Python Path.Read Less",Become a Data Scientist,Data Science and Analytics +238257,10683,dataquest,SA,False,2018,Excellent experience using the dataquest platform,2018-03-20,5.0,5.0,5.0,0.0,"I am very pleased with the dataquest platform.I have tried some other ""big data"" online training programs and most of them are based on video lectures followed by multiple choices questions. The format adapted by dataquest is very good : some lecture... Read More first, directly followed by some exercise to experiment what we just learnt. When you're stuck you can get a hint or even see the answer. Dependung on the plan you choose, you can also access guided projects which involves a set of the knowledg gained in the current and previous chapters.I would recommend dataquest any time and I actually already recommended dataquest to a friend of mine who started his training last week, he is also happy with it.Read Less",Become a Data Scientist,Data Science and Analytics +244388,10683,dataquest,Anonymous,True,2018,From Mechanical Engineer to aspiring data scientist,2018-03-19,4.0,4.0,4.0,4.0,I tried many online tutorials before Data quest I frankly feel that Data science is something that cannot be mastered without actually getting hands dirty on projects. Just theory is not enough and hence I like the Data quest feature of doing projects... Read More along with theory. This is a good website for beginners.Read Less,Become a Data Scientist,Data Science and Analytics +244378,10683,dataquest,Alvinus Melius,False,2018,A really Awesome Learning Environment,2018-03-17,5.0,5.0,5.0,5.0,Dataquest has a really awesome learning platform. Whether you are a beginner to programming and the other aspects of data science they will take you from zero to 100 with such ease and a gentle pace at each step. I looked at several options before deciding... Read More on dataquest but when I tried their platform I was amazed at how well thought out things were. Plus I could do the sessions including the programming right in my browser which meant I could do tutorials in my down time on my iPad or my phone and not have to wait to get to my computer to do the practice code. I have not completed my program as yet but I’m excited and looking forward to my achievements. If you haven’t tried them I’m not certain what you are waiting for (Just want to say that this isn’t a paid review. I just think that the platform is great).Read Less,Become a Data Scientist,Data Science and Analytics +242223,10683,dataquest,Jafar,False,2017,"unique approach, a true online learning platform",2018-02-04,4.7,5.0,5.0,4.0,"I've wasted a lot of time and money on online video courses and tutorials on blogs, articles etc. I noticed that the information wasn't really sticking and I wasn't really learning and I wasn't confident in my skills. After coming across a video on YouTube... Read More about how to get into Data Analysis from someone at DataQuest, and how they can help, I visited their website and took their free Python For Data Analysis course and enjoyed it, and noticed the unique approach. I decided to continue learning with them and took out a premium membership. To date, I've learned a lot and I'm confident in my skills. I would recommend DataQuest to anyone serious about getting into Data Analysis. They have a supportive community to help and it's a great investment.Read Less",Become a Data Analyst,Data Science and Analytics +243492,10683,dataquest,Anonymous,True,2018,Dataquest Review,2018-02-04,5.0,5.0,5.0,5.0,"Recently I have decided that I want to expand my knowledge of programming, especially with python, so I started searching the internet for a good course.I did a few video courses, and did some reading of python websites, but it just didn't feel so effective...... Read MoreI kept searching untill I came across dataquest.io, and decided to give it a try.It should be noted that this site is not a ""declared"" python learning site, but rather a data analyst \ scientist \ engineer learning site, but nevertheless, it does a really good job teaching python.The main advantage here is the ""hands-on"" approach. You just can't learn how to program by watching videos or reading, you must do it with your own hands!So on this site, you read an explanation and then you write the code yourself and get a feedback.This site got me interested in the data scientist profession, and I'm thinking about going in this path as my career choice.Besides python, this site covers many more subjects neccesary for working with data, like SQL, map reduce and R.I've spent many hours learning in this course, and I'm not even 25% done with the data scientist path, this course is so comprehensive!In conclusion:Pros: hands-on approach with a feedback, comprehensive course with so many important and interesting subjects, really teaching you how to work with dataCons: you have to pay to get the full courseFinal words: Even though you have to pay to get the full course, in my opinion, it's WORTH IT!Go and do the free lessons, there are enough of them to give you an idea if it's worth it for you.I have no regrets about purchasing a subscription for this high quality course.Read Less",Become a Data Scientist,Data Science and Analytics +242102,10683,dataquest,Kevin,False,2018,Great content and support!,2018-02-01,5.0,5.0,5.0,5.0,"I initially logged into DataQuest.io as a way to experience working with Python instead of R. While not normally a fan of online courses, I quickly found myself pulled in. The content is well organized and relevant to my work. Within a couple days I found... Read More myself able to write fairly complex ETL scripts using the knowledge I learned at Dataquest as the foundation. When the free content ran out I happily subscribed. I look forward to logging into Dataquest every day! Pros:Content is relevant and well organized.Great support/chat platformNew content being released all the timeProject based approach helps with the learning process.Cons:Small community on the forums.Read Less",Become a Data Analyst,Data Science and Analytics +243250,10683,dataquest,Erich Hohenstein,False,2018,"No videos, just programming",2018-01-31,4.5,5.0,4.0,0.0,"I have done one or two online courses in platforms like Coursera. Its my first time with Dataquest, and I really enjoy the no videos and just pure coding experience. It improves your coding speed by writing small programs one after the other while learning... Read More something new with each exercise.Read Less",Become a Data Scientist,Data Science and Analytics +241838,10683,dataquest,Diana Kolusheva,False,2017,I like the interactive experience,2018-01-22,5.0,5.0,5.0,5.0,"I come from marketing/advertising background and I want to switch to data analysis. I easily get bored of traditional video-based courses and was looking for something more interactive. I first tried free version of Dataquest and after a few days I realized... Read More that I am willing to pay because this is the course I really want to continue. I really like that for each new peace of information I get the chance to write my own code and get it checked right away. This makes the experience very engaging. I also enjoy hearing this nice sound each time my code runs ok :) This together with real-time updates on the dashboard showing my progress in percentage of overall program are very motivational. I also enjoy being a part of their slack community where any student can ask for help from fellow students and Dataquest staff. In addition, there are some minor bugs (very rare), but we can always give our feedback on slack and the team is very responsive and reactive to it. I am now on Data Analyst track and this has been a great experience so far. I consider exploring other tracks after finishing this one too.Read Less",Become a Data Analyst,Data Science and Analytics +241839,10683,dataquest,Anonymous,True,2018,Data Analyst path: Excellent so far,2018-01-21,5.0,5.0,5.0,0.0,"I'm currently enrolled in Dataquest's Data Analyst path. I've tried (but didn't complete) Udacity's Data Analyst path as well as a few Udemy courses.In Udacity, curricula and teachers vary from module to module, so it felt more like switching classes... Read More in college. I think this can be a very good thing, but it can be more difficult to build on what you learn in previous modules. Dataquest, on the other hand, is like having one professor until you graduate; she sticks to a certain teaching style and every lesson builds upon the last. I think this helps you sharpen essential skills more quickly. It may not provide as much breadth as Udacity's approach, but you can get this from side projects and independent study (which I highly recommend doing anyway). Another thing to keep in mind is that Dataquest uses Python 3; at least some of the Udacity courses use Python 2.Dataquest has no videos and forces you to code. Watching videos in other classes, I often felt like I was learning more than I was. By constantly coding, I've improved in this area much quicker. You do all coding through the site, so for beginners, I recommend also doing side projects on an IDE or Jupyter notebook to get more real-world practice.I know Dataquest has an active Slack community, though I haven't taken advantage of this feature. The forums have been helpful.Overall Dataquest has been awesome. It is especially good for improving coding skills, although I can't speak about the machine learning portion of the program yet. To get the most out of the experience, you need to explore independently, dig deeper into concepts to reinforce your understanding, and get daily doses of YouTube and Stack Overflow :DRead Less",Become a Data Analyst,Data Science and Analytics +246732,10683,dataquest,Anonymous,True,2018,Best Choice Out There,2018-01-19,5.0,5.0,5.0,5.0,"I tried Codecademy and DataCamp before fully committing to DataQuest. Here's why:1. Codecademy is ok but limited in scope, and they were using Python 2.x, while all my other tutorials, etc., are in Python 3.x. As a complete beginner to coding, I really... Read More didn't have enough fluency to be able to understand whether the difference were significant or not, so I didn't feel that I needed one more hurdle to figure out. 2. DataCamp is quite good. i have no doubt that the success I'm having in DataQuest is partially due to the comfort level with basic Python I achieved in DataCamp, so due credit there. However, DataCamp has two main drawback, as I see them: A. They mainly use a video lecture method of content delivery. This is not an absolute down, as it really depends on the preferred learning method of the student. So for those who learn well by listening, this may be preferable to the text-based system on DataQuest. But for me, I learn by reading. I like to scan, then review, jump around, rewrite in my own words, and make sure that I completely understand the topic. With video, that means rewinding, fastforwarding, and transcribing everything. That's a lot of hassle and extra work, and I found that I wasn't really absorbing the information before moving on. B. This one is actually a real criticism. DataCamp uses a fill-in-the-blanks method of teaching. I don't find that this is effective at all. Learning to code is very similar to learning a foreign language, except that it's far less forgiving. If you don't have absolutely every point of syntax correct, the code won't run. There's a big difference between being able to fill in a missing value in a pre-completed code block and being able to compose that code block correctly from scratch. That's a HUGE weakness in the DataCamp method, and I found that after several weeks, and a great deal of progress, I still couldn't do the simplest tasks on my own. After just completing the first half of the first Python Beginner course from DataQuest, I'm able to implement all the principles with my own dataset in Geany without any real problem. That tells me I'm gaining fluency.Read Less",Become a Data Scientist,Data Science and Analytics +241793,10683,dataquest,Eduardo Morelli,False,2018,How nice it has been learning with Dataquest,2018-01-18,5.0,5.0,5.0,5.0,"Since I decided to change my career heading to be a data scientist, I realized how important is having a constant learning routine. Therefore, at least once a week I spend some hours getting new knowledge. Among several platforms that I have been using... Read More lately, Dataquest is one of the best. The way topics are organized through amazing ""missions"" helps a lot the way I learn. Everything is well planned and it is wonderful how I notice my progress. Not to mention the very thoughtful support!I really recommend Dataquest!Read Less",Become a Data Engineer,Data Science and Analytics +244785,10683,dataquest,Anonymous,True,2017,The program is perfect for anyone interested in learning programming for applications to data science.,2018-01-17,5.0,5.0,5.0,5.0,"I have been using DataQuest for only a couple of months and, in that time, it has been nothing short of wonderful. I am on the Data Scientist path and learning with Python. Here is why the program is amazing:- The missions are streamlined and not bogged... Read More down in too much unnecessary information. It is to the point for the mission at hand. There is never any fear of turning away out of boredom because you are moving effortlessly and efficiently from mission to mission, learning and absorbing so much along the way.- The missions use real-life data. It is like you are already a data scientist, in a way, just by working through the missions. And by using the real-life data, you are able to understand how and why Python works so well in analyzing the data. One might be turned off from learning Python in a vacuum. In realizing its applications right out of the gate, though, the material as presented is intriguing and fun. One never becomes bored. - The interface is also quite effective and accessible. The text is on the left and the terminal/notebook on the right. No worries if you have trouble accessing a terminal and/or notebook because the service provides both. - You have the option to practice bits of code before submitting them for a solution. This makes all the difference because you always have the option of answering any lingering questions you may have by quickly checking the code in the terminal. And after you submit the code as a solution, the program tells you if you are right or wrong and does not allow you to proceed until the code is correct. So you keep practicing until you understand and arrive at the right solution, which never takes too long. If you do get stuck, the solution is available. But with the practice in the terminal, looking at the solution before submitting your answer is never necessary. - As you complete various missions, you are rewarded with certificates, which only further motivates you to want to continue in learning more. - There is a community forum that allows you to ask any questions you may have. And the staff at DataQuest is also available for those questions. You never have to worry about getting stuck anywhere. People are always around to assist. The service is perfect in every way!Read Less",Data Science,Data Science and Analytics +241759,10683,dataquest,Jinzesheng,False,2017,The new way to learn,2018-01-17,5.0,5.0,5.0,5.0,"Before I know dataquest, I learned to code via videos online or books.But they are just not efficient ways for me to learn so I searched for interactive website.I don't know if Dataquest is the best website for people who wanna be good at data sicence,but... Read More I can tell it suits me most so far.Beautiful interface , powerful teaching theory with deliberate practice and there are many data scientist will reply your question as long as you send them a message.I am still keeping going on dataquest and I am real user from China.I think it's wonderful so I recommend it for all of you who wanna join in data science but has no idea how to begin.At last I wanna thank the team who built dataquest, you are must really wise people.Read Less",Data Science,Data Science and Analytics +241754,10683,dataquest,Anonymous,True,2017,"Thoroughly explained, well organized.",2018-01-17,4.0,5.0,4.0,3.0,"Pros: - Good introduction to beginners, does not go too in depth into each topic, just enough for further self study. - Links to documentation are convenient. - Explanation is layman, convenient to go back and re-read compared to video lessons- Interface... Read More is user friendly. Split-screen learn and do allows application immediately- Concepts are broken into small chunks and linked- Free content is plenty. - Slack community is rich with discussion, better than getting ignored on stackoverflow- Self-pacedCons:- Programming in browser will not generate as much warnings as in local environment using Jupyter notebook, thus not maximizing learning- Forums for free missions have limited answers to questions- Usually only 1 way of doing things/ 1 library function introduced at each step in the missions (not the guided projects though) JOB SUPPORT 3 star because have not experienced it yet.Conclusion: Just try it for 10 minutes (it's easy to set up) and see if it fits your mode of learning.Read Less",Become a Data Analyst,Data Science and Analytics +241747,10683,dataquest,Anonymous,True,2017,The only real comprehensive course out there,2018-01-16,5.0,5.0,5.0,5.0,"I have tried lots and lots of MOOCs in the fields of data science and machine learning. Guys trust me. If you really want to learn the domain, go for dataquest.io! Most of the courses are scratching the surface only by discussing high-level theory. Even... Read More if there is a code shown, you won't get the practice and confidence in coding (scripting). Other courses are focusing on tools and coding without diving deep into the theory. Dataquest is the only comprehensive offering I am aware of. And what makes it so outstanding? Simple:1. It is extremely well structured. Your knowledge will be built up step by step using learning by doing approach. Both your technical skills and theoretical knowledge will evolve hand in hand.2. It goes under the hood. You will really understand the details, you will really know what is happening and why. E.g. Wherever it is possible you will write the machine learning algorithm from scratch before you start using the pre-built package. Does it take time? Yes. Does it worth it? No question about it! 3. The content evolves continuously. Let's face it, this domain is so hot that it changes rapidly. Tools are improving, new methods appear etc. And as I experienced it, Dataquest stays on top. 4. You will master both theory and practice and you will end up with your own portfolioRead Less",Become a Data Scientist,Data Science and Analytics +241635,10683,dataquest,Anonymous,True,2017,All-encompassing data science resource,2018-01-12,5.0,5.0,5.0,5.0,"DataQuest is the best platform I have come across for learning data science. The biggest selling point for me was the wide range of topics available, as evidenced by the three paths available: data scientist, data scientist, engineer and analyst. This... Read More means you will not need to scour the web to puzzle together a collection of resources to teach you what you need to know: it's all just there.The platform is a joy to use, and I have not encountered any major bugs whatsoever. It is also constantly updated, and very intuitive to use. For those of you on the fence, give it a try. With this platform, the only obstacle to mastering data science is how much time you have to learn it!Read Less",Become a Data Scientist,Data Science and Analytics +244782,10683,dataquest,"Lester Leong, LSSBB, MAFM",False,2018,"Solid place to learn, practice, and present data science",2018-01-12,4.3,5.0,5.0,3.0,"ProsBest bang for your buck. Each course offers a certificate along with the overall course path: data engineer, data analyst, and data scientist.Gives a course on how to use Kaggle with background in the mathematics of data science.All the courses are... Read More in text, so doing it at work without headphones is very convenient.The help during learning how to code is not penalized and positive reinforcement is given throughout the learning path.ConsSome errors in the code, but very small. Also there are some projects that do not have solutions.This might matter to some, but, I found it as a pro, no videos. Job SupportThey have a job support for the highest form of membership. I gave them 3 starts, since I did not attend the highest form of membership but the premium program alone offers a great portfolio alone. People that are already familiar with job hunting will thrive in finding a data science job without the extra support.OverallGreat course. If I only had to chose 1 site to learn data science, then it would be this site. I like to use their competitors as supplementary material. I find Dataquest's lessons to be clear in describing concepts into practice.Read Less",Data Science,Data Science and Analytics +241289,10683,dataquest,Hasher,False,2017,Dataquest is the your one stop shop for all things Data Science!,2018-01-03,4.7,5.0,5.0,4.0,"Pros:1. Highly structured course that takes someone with absolutely no experience in programming to professional standards in Data science fairly quickly.2. Many guided projects available that helps you build a strong portfolio to impress employers3.... Read More Subscription fee kicks in only after your done with the first few courses so you can decide whether to go ahead with the program or not4. Concepts are mentioned clearly and approached in a practical mannerCons:1. There are a few bugs in some parts of the course (<1%)There really isnt any cons for me to list out, Dataquest has been a very good supplement to add to my Data science portfolioRead Less",Become a Data Analyst,Data Science and Analytics +240577,10683,dataquest,Anonymous,True,2017,Great resource for data science,2017-12-14,4.7,5.0,5.0,4.0,"Compared to other data science course providers, Dataquest has content is really good, offers guided projects and easy way of teaching stuffs.Courses are well structured and community is also good. Python courses are well structured and advance courses... Read More offered on the same are really worth for the money.Read Less",Become a Data Scientist,Data Science and Analytics +241662,10683,dataquest,Domenico Trovato,False,2017,Delighted to study at Dataquest.io,2017-10-30,4.0,4.0,5.0,3.0,"I have many years of experience on computer science. After a master's degree and a job as an IT analyst, I wanted a change. So I decided to be a Data Scientist! I chose Dataquest because of:- the quality/price ratio is satisfying- it covers all the basic... Read More topics to start a career in Data Science- the community on slack is very active and you can team up with a lot of people there- some steps need still to be improved since the explanation is not clear, but overall I'm glad to study hereAlso, I have experience on computer science already, but people who are switching for the first time to it seem happy to be part of the community.Read Less",Data Science,Data Science and Analytics +239228,10683,dataquest,Anonymous,True,2017,Best Data Science course online!,2017-10-30,5.0,5.0,5.0,5.0,"If you are interested in learning Data Science and Analysis, look no further. Great content, great way to learn stuff, very helpful community and a reasonably priced subscription model. Can't recommend it enough!",Data Science,Data Science and Analytics +238577,10683,dataquest,Anonymous,True,2017,Great Data Science Track,2017-10-09,4.7,5.0,5.0,4.0,"I started The datasciecne track recently. The content is pretty good. The subscription payment method is good, because you can cancel at any time if you decide to not continue.",Data Science,Data Science and Analytics +244753,10683,dataquest,Daniel Bonner,False,2017,Dataquest is an excellent learning experience,2017-09-07,5.0,5.0,5.0,5.0,"I am doing courses (or ""missions"" as a Dataquest calls them) in the data science stream as a premium user. I have also done courses at a rival site Datacamp. Dataquest courses are better because they are sufficiently detailed and hard enough to make the... Read More learning experience work. The Dataquest tutorials build on each other and link to each other better than Datacamp's tutorials. The user interface is great, and includes a fully function Python console and script editor with text highlighting. My only suggestion would be that they should provide automatic code completion. However, typing the code yourself helps you to learn the code :). I really love their ""guided projects"" too, which are done in a fully functional Jupyter Noteback. This allows you to do more independent thinking and trial every step of the way. I save my notebooks and open them to experiment more on my own PC. I am only part way through their courses and I hope to eventually learn enough material to experiment with machine learning in my university work as a researcher. I am hoping to one day soon code some Natural Language Processing and speed up the training/learning using my GPU (NVidia Cuda). I'd love the Dataquest team to make some tutorials on NLP and Cuda with Python. One can only wish ;)Read Less",Data Science,Data Science and Analytics +237416,10683,dataquest,Anonymous,True,2017,10/10 Easy to Use,2017-08-30,5.0,5.0,5.0,5.0,"Their interface is really cute and easy to use, which helps with the learning experience greatly.",Data Science,Data Science and Analytics +237464,10683,dataquest,Anurag Banerjee,False,2017,Delighted with the new Learning Experience,2017-08-28,4.7,5.0,5.0,4.0,"Dataquest teaches the topics from the basics because of which it is easy to understand for everybody. One can practice while learning and also build a portfolio using the projects. The courses at Dataquest have been built in such a manner that you gradually... Read More upgrade your knowledge without having to take in too much or too little at once. It is, therefore, one of the best online courses for a data scientist.Read Less",Data Science,Data Science and Analytics +243573,10683,dataquest,William,False,2017,Best MOOC for Data Science hands down!,2017-08-22,5.0,5.0,5.0,5.0,"I signed up for Data Quest as an adjunctive toolkit to help support my Masters in Data Science. So far it's been extremely useful in helping me absorb basic programming concepts and I look forward to completing the Data Science Path in the coming months.... Read More I've dabbled in other MOOCs including Data Camp, Treehouse and Udacity. Data Camp feels too compartmentalized and the lack of projects makes reinforcing skills difficult. Treehouse and Udacity certainly do a better job by integrating projects, but contrary to what I originally thought video instruction has proven to be more of an inhibitor than anything in terms of knowledge acquisition. In the end, it took lots of experimentation but Data Quest's format of having instructions on the left and a text editor on the right ended up being the perfect learning environment for me.Read Less",Data Science,Data Science and Analytics +237290,10683,dataquest,Yan Wang,False,2016,The best data training program I have,2017-08-20,5.0,5.0,5.0,5.0,"Dataquest is so great. You can get hand-on experience from data import, data cleaning, and modeling. Also you can practice python and R programming skills through practical examples. It is very great since it teaches you from the beginning to the deep.... Read MoreRead Less",Data Science,Data Science and Analytics +244760,10683,dataquest,Anonymous,True,2017,A great program to begin learning data science,2017-08-17,5.0,5.0,5.0,5.0,"I spent a LOT of time researching what skills I needed to learn to become a Data Scientist, as well as the myriad of courses offered. It got to the point where I was so overwhelmed by everything I needed to learn and which option was the best that I never... Read More started anything—paralysis by analysis. I discovered DataQuest and really like how they clearly laid out the course progression that hits a lot of the key skills I knew I need to learn. I began their free offerings and found that I was making significant progress with their in-browser coding techniques. As I progressed, I realized I was actually learning material, and appreciate that they reinforce concepts with projects. I have begun using their guided Jupyter projects, and adapting them to create the beginnings of a portfolio. For the price of $30–$50/month, it's well worth the cost.Read Less",Data Science,Data Science and Analytics +237195,10683,dataquest,Dave Hickey,False,2017,"A unique resource for structured and focused learning, that gets you hands on from the outset",2017-08-16,5.0,5.0,5.0,5.0,"There is no resource like it on the web for structured and most importantly focused learning of data science. *** What it is and how it is structured *** DQ is a platform that trains you up from having no data skills (except a good brain) into having... Read More the opportunity to become a professional in the field (success not guaranteed, they stress that you need to do some portfolio projects of your own), There are three paths, analyst, scientist and engineer. Analyst is about 50% of the Scientist course and engineer focuses on other areas too. The courses all have overlap because they're looking at the same tools, i.e. using Python, using SQL, data sets, servers, etc. All those tools are explained in language that is simple and clear, and then through practical examples. The platform as a whole is focused on you writing code. Some areas are pushing you to use new functionality. Some are getting you to repeat skills you already saw, until they're are deeply learned (the difference between reading something once and being able to draw upon it from memory without stress or strain).*** Focused ***This site is just for the three paths I mentioned above. I love sites like Codecademy for the basics but once you've completed them you can't go further to professional competence. DQ takes you much further. It's also so clear about being focused on the practical aspects that it talks you through the tools you can and will use. it doesn't teach you abstract code and then leave you by yourself to figure out how out how to get practical experience. *** Practicality ***I've asked a few questions of them like ""Why teach things for an OS that most people don't have?"" (it was for a very specific exercise), the answer (within a few hours) was that in a pro environment, you will absolutely be using that OS. Sure, you as an indivdual Windows user don't have it but you'll need to elarn ti if you want to work with a real server holding big data sets.Sweet.They also take you through tools like Jupyter Notebooks. I had heard a lot about them but hadn't really figured it out by myself (Jupyter's documentation is technical not user newbie friendly) and now I get it. It's sooo valuable and it didn't take ten hours on Google & Stack Overflow to figure out.*** Documentation *** DQ don't do tons of documentation, instead they force you to go out and read the Python documentation. Just a little at a time. It means that I went from opening those pages and thinking ""WTF?!?"" to getting a good understanding of the technical specs. I'm still not perfect though. Essentially it's another area where working on their course forced me to get real world and practical skills.*** User community *** Tons of people, fast answers and a lot of interaction with the core team at DQ. *** The competition *** Even if I rated the platform poorly there still wouldn't be anyone else out there doing something so specific at this level. They're ahead of the competition and I think their pragmatic attitude to teaching and real world tools will leave them ahead of the competition for a while yet.Read Less",Data Science,Data Science and Analytics +244759,10683,dataquest,David Britt Torrance,False,2017,"Great for Review, Even Better for Beginners",2017-08-07,5.0,5.0,5.0,5.0,"I think that DataQuest is one of the best springboards into a data-focused career that money can buy. 1) It's mostly free, 2) the paid content is absolutely worth the cost, and 3) their community and support is top notch. I've been reccommending it to... Read More all of my friends who are interested in building their data-focused skills since I found it. The website is incredibly well made, the problems are interesting AND relevant, and it's focuses on important topics that are useful and marketable. Great job!Read Less",Data Science,Data Science and Analytics +244758,10683,dataquest,Murali Sankaran,False,2017,Dataquest,2017-07-31,5.0,5.0,5.0,5.0,"I have been taking Dataquest courses for the past few months and made very much progress in enhancing my knowledge on Python and Data Science. The lessons are well structured, helping me one step at a time. The guided projects are a way to enforce the... Read More learnings from previous lessons. I was not stuck at ant point as all practice lessons also allow to check answers if someone is stuck. Thanks a lot and hats off to Dataquest creators.Read Less",Data Science,Data Science and Analytics +237005,10683,dataquest,Anonymous,True,2017,Dataquest.io has been great so far!,2017-07-30,4.7,5.0,5.0,4.0,"I've been learning Python and data science on dataquest.io for the past few months and the experience has been great so far. Prior to Dataquest I tried to learn Python by myself and it was quite difficult, but after joining Dataquest learning Python has... Read More become so much easier and effective. With Dataquest I feel that I'm definitely on track to have very good skills in Python and data science!Read Less",Data Science,Data Science and Analytics +244757,10683,dataquest,Anonymous,True,2017,Great learning material!,2017-07-24,5.0,5.0,5.0,5.0,"I'm only about 3 courses into the Data Scientist learning path. But I am absolutely loving it. It's giving me great confidence moving forward, and I'm excited by each of the new things I'm picking up. Working in manufacturing I didn't know for sure that... Read More it would be so pertinent, but I am feeling a high degree of certainty that I'll be using a large percentage of what I'm learning in a practical sense.Read Less",Data Science,Data Science and Analytics +236822,10683,dataquest,Xavier,False,2017,Amazing learning opportunity!,2017-07-22,5.0,5.0,5.0,5.0,"Dataquest is a great place to learn. Everything that the Dataquest team does, really facilitates your learning and development. I am able to grasp concepts with ease thanks to the way that Dataquest is setup. Learning by doing is amazing, and the guided... Read More projects are really helpful and thought provoking. At the end of every communication that you receive (from anyone at Dataquest) they say to reply if you have any questions. Well I have replied a couple of times, and the response time is amazing. It’s not an automated response either, they answered each one of my questions. All in all, the learning environment created by Dataquest is amazing, and it feels like they truly care.Read Less",Data Science,Data Science and Analytics +236903,10683,dataquest,Shikha,False,2017,Great learning experience!,2017-07-21,4.7,5.0,5.0,4.0,"I started Data Analyst path in Dataquest, and i like the way they approach toward problem. They have a community to post your problems and there are always people to help you in understanding the basics of programming.",Data Science,Data Science and Analytics +236839,10683,dataquest,Anonymous,True,2017,I love DataQuest.,2017-07-17,4.7,5.0,5.0,4.0,"I am Japanese. I am still learning English. when I started Dataquest, I knew almost nothing about programming, but now I already have finished 36% of courses(data scientist path).I don't know I will get a job as data scientist after I will have finished... Read More data quest , but when I was lost what should I do, data quest gave me good motivations.someone who want to learn about data science, or programing should start from data quest .Read Less",Data Science,Data Science and Analytics +244752,10683,dataquest,Wang Huan,False,2016,The best data science learning website-- Dataquest,2017-07-12,5.0,5.0,5.0,5.0,"Before I start my course in Dataquest, I almost know nothing about programming. Last year, I start learning on Dataquest, chosen the data scientist path. The first course is python fundamentals, which cover most of the basic python programming knowledge.... Read More Each course is divided into leaning section and practicing section, whatever you learned can be immediately practiced in the Dataquest coding environment. I finished the python fundamentals section without any difficulties thanks to the nicely organized courses. There are 11 courses in data scientist path, each course contains several sub-sections along with challenges and guide projects which you can add to your github portfolio. From the second section, python data science packages, there are many datasets provided, learning data science with real datasets feels really cool. I am able to deal with datasets using numpy, pandas packages, make pretty plots using matplotlib. Now, I am in the 4the section, getting data from different sources, using API, web scraping, database, SQL etc. There are many advanced courses like machine learning, statistics, spark etc. in the later section. I will continue learning and upgrade to premium subscription to access to the advanced topics.Read Less",Data Science,Data Science and Analytics +244751,10683,dataquest,Priyanka,False,2017,Sharpen your knowledge,2017-07-11,5.0,5.0,5.0,5.0,"Dataquest is the best platform to give best shape to your mind and keeping your skills so you can do well. Everyday I spare a time to learn new and interesting topic from coursework, and I am gradually building skills as going further deeper in course.... Read More From very basic to increasing level of hardness of each topic and practicing every single concept helping me to building my concepts of Data science. What are my findings is Studying by videos lectures is not that helpful than working on daily life example datasets. I started from zero level of my understanding to topic but now because of clarity and well structured course I am at quite better position than at starting. What keeps you motivated is mission completion percentage track. Specially what I like is Guided Project where at last I will work on all topic what I learned during each mission. So its like recollecting all important points in last. If there is any difficulty in solving problem we can get help from members also. Its worth paying for course because what you are paying is less what you are getting. Playing with Data is fun here plus studying also.Read Less",Data Science,Data Science and Analytics +244750,10683,dataquest,Ari,False,2017,Best way to learn data science!,2017-07-05,5.0,5.0,5.0,5.0,"I've taken quite a few data science-related courses via the various MOOCs and after signing up with Dataquest, I felt that I should have started with Dataquest first. The interface is awesome, the teaching method is awesome and Vik is passionate about... Read More the subject and it shows with his timely emails and updates. He has written quite a few articles which explained in SIMPLE terms about data science and how to navigate its complicated pathways. I love Dataquest!Read Less",Data Science,Data Science and Analytics +244741,10683,dataquest,Nic,False,2017,Learning made fun & interactive,2017-07-05,5.0,5.0,5.0,5.0,"Dataquest has found an awesome teaching method that works for people who, like me, hate having to go through theory, readings and long explanations before being able to dive into the practical stuff.New concepts are gently introduced in order to avoid... Read More the frustration of not understanding something from the beginning.The structure in missions and the lengths of the missions also create a good balance, allowing for people to stay motivated, focused and to move forward.Finally, the support team is reactive and very helpful, and...it just works!Thanks to the Dataquest team for providing this awesome learning tool!Read Less",Data Science,Data Science and Analytics +235040,10683,dataquest,Saurabh,False,2017,Best online Data Science training available!,2017-07-03,5.0,5.0,5.0,5.0,The coursework is really structured and the way the concepts are gradually introduced is awesome. You gradually build your skills without realizing how far you have come. The format allows you to have full control of what and when you want to learn. The... Read More content has been carefully designed. I tried few other online bootcamps before zeroing in on this one. Highly recommended.Read Less,Data Science,Data Science and Analytics +236659,10683,dataquest,Kim,False,2017,Great Teaching Approach and Content!,2017-07-02,5.0,5.0,5.0,0.0,"I love Dataquest teaching approach and content: - There are guided paths (one mission after another) for data analysis, data science and data engineering, - You can practice every single concept immediately (no long videos or theoretical readings), -... Read More The instructions provide good guidance so you can complete the exercises on your own (but not too much so you are actually writing the code yourself), - The missions use a lot of diverse and interesting datasets, - Each mission teaches different aspects (e.g., functions, methods) in good bite size pieces with an overall ""analysis goal"" for the dataset used in the mission, - The content is clear and concise, and cover many useful aspects of data analysis and data science using Python (at least at the beginner and intermediate level - I haven't tried the most advanced missions yet),- The missions give a lot of ideas for personal portfolio projects.Read Less",Data Science,Data Science and Analytics +244748,10683,dataquest,Kasey Luft,False,2017,Best Data Science learning platform,2017-06-21,4.7,5.0,5.0,4.0,"Each day I use this app the more motivated I become which allows me to push myself further than I thought. It can be hard to continue to motivate yourself when learning online through different platforms (Coursera, Edx, etc.) but Dataquest has done an... Read More awesome job at putting in the little things to make sure you are continually motivated throughout your learning. I have tried learning these topics with other MOOC courses before and although they are great, but they are no comparison to Dataquest. I find it to be such a smooth experience! You can spend as much or as little time as you want on each mission, it tracks how your learning goes and the percentage complete really motivates you to continue learning. I am also very impressed with the content offered by Dataquest. I can definitely see myself continually learning from this company. They do such a great job and are always responsive when asked questions either through the app or on slack. Definitely worth the money to learn the material.I have just been accepted into the beta Plus program as well, I look forward to trying that out. I have yet to talk with anyone about specifics on Job Support so I can't give a great review of that. My impression is that when you need the help, they are they for you and so far they have been. I can't wait to learn as much as I can from Dataquest to improve my skills and knowledge on the subject material at hand. Thanks Dataquest!Read Less",Data Science,Data Science and Analytics +236525,10683,dataquest,Aniket,False,2017,Best Data Science learning so far!,2017-06-19,5.0,5.0,5.0,5.0,"Dataquest has amazing user interface. It's learning by doing and coding. It has so many real data sets to work on, and concepts are laid out perfectly. I am mastering the basics of Data Science quickly and able to develop my Github profile each day. Could... Read More not wait to finish the data science path. By far, the best online course experience. Love it!Read Less",Data Science,Data Science and Analytics +236496,10683,dataquest,Stacey,False,2015,DataQuest Doesn't Just Teach Data Science.,2017-06-16,5.0,5.0,5.0,5.0,"DataQuest teaches you not only data science skills but the when, where, why, and how of data analysis. This program goes deep into the techniques used to gather, wrangle, and present findings on a professional level that gets noticed. I have been a member... Read More for over a year, and have tried other programs, but I ALWAYS find myself returning to DataQuest as my go to reference.Read Less",Data Science,Data Science and Analytics +235242,10683,dataquest,Ravi Kumar,False,2016,Learn by doing : Learn data science online,2017-06-13,4.0,4.0,4.0,4.0,"i found it's really cool to learn data science online, dataquest got excellent interactive platform to learn ,practice and apply what you learn on projects.",Data Science,Data Science and Analytics +234873,10683,dataquest,Nicolas,False,2017,Very Good Resource for Learning,2017-05-25,5.0,5.0,5.0,5.0,"I am finishing the data science path in Dataquest, and have the impression and the feeling that this course is a great way to learn and to enhance yourself in the data analytic and data science fields. Not only you learn during each of the modules of... Read More the course, but also you have the opportunity to build a portfolio of projects and improve it while you improve your code skills too.With these projects sometimes you get stuck, but are the most powerfull tool to learn and obligate each person going through issues and tacklle them. In my opinion the different Dataquest path are very suitable for people that like the selfstudy and want to learn about code and involve in the data science discipline. Also you have close support in the slack community and can share your issues with experts that surely will help you. My experience in this slack community is excellent. Always they help!!Lets try!!!Read Less",Data Science,Data Science and Analytics +244747,10683,dataquest,William Humphries,False,2017,Lessons from dataquest.io,2017-05-11,4.0,5.0,4.0,3.0,This program so far has introduced me to important Python libraries when working with data and the most common ways to play with data. I have a better intuitive and logical understanding of data analysis and will be continuing my education with dataquest.io... Read More until completion. This concepts taught here are what is in demand in the industry and will help me as I progress forward. I'd like to see this site continue to grow and help data scientist and aspiring students reach the level of understanding they'd like.Read Less,Data Science,Data Science and Analytics +235987,10683,dataquest,Ankush,False,2017,Exactly what I was looking for.,2017-05-10,4.3,5.0,4.0,4.0,"I have been a backend developer for more than 4 years working with Java/Scala and have a small working knowledge of Python. I have always been interested in Machine learning. I tried Spark and other ML libraries using Scala/Java. But was never satisfied... Read More with obscurity of the code and the complication of these ml libraries (except for Spark, maybe).Tired from above, wanted to learn Python/Pandas/Scikit in a systematic way. But could never find the right guide (including books) which inspired me or covered all topics. Around a month ago I started Dataquest and surprisingly I have picked up Python and pandas without any effort while understanding the internal concepts along the way. I am more inspired to learn along with Dataquest, which is quite nicely supported with there Guided Projects and blogs. In the next few months I would like to dig deeper into the ML tutorials they offer. With Dataquest, I found Exactly what I was looking for.Read Less",,Unknown +244746,10683,dataquest,Denis,False,2017,Great Platform,2017-05-02,5.0,5.0,5.0,5.0,"I have experience with many MOOCs (over 35) and in my review would like to emphasize what distinguishes DQ from others.It is great combination of theoretical material which is always up to the point (with some extra links to additional reading) AND practical... Read More exercises that are very well guided which is very helpful for those making first steps while learning something new. Proper proportions of these vital parts lead to a phenomenal level of comprehensibility. Properly structured lessons with good mix of new / repeated things to learn give you solid base and give you new skills which will actually stay in your head. Another important thing - they use very close to real problems to explore and according datasets unlike many other platforms where you may find synthetic and clear datasets and some artificial problems. Also, you can download your code and extend it further following suggested ideas.Another great thing that I would like to emphasize is terrific responsiveness of the folks behind the platform. As soon as you ask question/report any problem/finding, they will reply to you in a matter of working hours. This is also great.Flexible pricing model is also ok.I didn't encounter any serious problem so far - neither technical nor in learning materials. Some minor problems/misprints were reported and promptly tracked.I am currently on my way to finish Data Analytics and can sincere recommend DataQuest!Read Less",Data Science,Data Science and Analytics +235769,10683,dataquest,Abarnaa,False,2017,Great learning platform at very affordable cost,2017-04-23,5.0,5.0,5.0,0.0,"I have started taking this course from past 2 months and I am really liking it. I love the content. I liked the practical way of learning math and statistics with python. I often wonder how does linear algebra come in handy when using machine learning,... Read More the course explains linear algebra and machine learning algorithms with real data set. I haven't used their office hours though, so not sure how it is going to be, that being said they are very accessible when it comes to any questions/doubts.I am not sure about the job support and so I am not rating them for now. Great learning site !!Read Less",Data Science,Data Science and Analytics +236766,10683,dataquest,Juanjo,False,2016,Great place where to learn from the ground up,2017-04-20,5.0,5.0,0.0,0.0,"I had no idea how to approach the new ""c00l"" data science. Dataquest is just the right place where to start: one can never stop learning and it's easy and very well suited for all levels.I highly recommend Dataquest. You won't regret.Have nice ""Dataquesting!""... Read MoreJuanjoRead Less",Data Science,Data Science and Analytics +244739,10683,dataquest,Orr Bildner,False,2017,"Great Site, Well Built",2017-04-13,5.0,5.0,5.0,5.0,"Hi everyone,I've been using DataQuest for a couple of months now and so far have only kind words to say about it.The website is very well built, it's easy to find your way, to start quickly, and to either cruise the courses the way they were meant or... Read More choose what you're interested in, both approaches are possible and intuitive to do, using the site.The units are all split up into little missions that are very easy and fun to perform and complete.It's easy to track your progression.All missions are practical, you write code and can immediately run it and see if it works, and if not, what went wrong, and what's the proper solution.I recommend this site warmly to all newcomers to data analysis and data science.OrrRead Less",Data Science,Data Science and Analytics +244594,10683,dataquest,Michael Haahr,False,2017,Perfect introduction for Python,2017-04-11,4.3,5.0,5.0,3.0,I am half way through the Python courses. The hands on approach is a very effective way of learning the language. Thumps up.,Data Science,Data Science and Analytics +244733,10683,dataquest,Fredrik Gabrielsen,False,2017,Awesome text and interaction based data and analyst-related courses,2017-04-10,5.0,5.0,5.0,0.0,"For me, the way DataQuest is set up with text instead of video like most online courses are the key to why I like it so much. I can read a chapter for 2 minutes and then try it out myself, then read another chapter and do more tasks instead of watching... Read More a 10-minute video and then trying to remember everything or writing every detail down before I can begin with the tasks. This make the barrier to do another chapter very small as you can actually progress even though you only have 5 minutes. All the topics feel super-relevant and there are several paths to chose from. I plan on doing them all.Read Less",Data Science,Data Science and Analytics +243515,10683,dataquest,Wei,False,2016,Dataquest gives you all you need to know as Data Scientist,2017-04-10,5.0,5.0,5.0,5.0,"At first, I learned data science on both Dataquest and the other MOOC class at the same time. But after weeks try, I canceled my MOOC lesson and fully concentrated on Dataquest. Coz in Dataquest, I can get all I need.From the basic knowledge of CS to... Read More the detailed introduction of each machine learning algorithm, Dataquest built a complete plan to help me, the data analyst only use built-in function in Excel, have the ability to designed my own data-managing plan with Python. And examples of the lessons and the challenges after courses are all from the real world, which really helps me turn theory into reality. Highly recommend Dataquest! Also really thanks to the team behind Dataquest designing such a wonderful work!Read Less",Data Science,Data Science and Analytics +244732,10683,dataquest,Jason,False,2017,Dataquest is the best platform for learning Data Analysis that I have ever come across.,2017-04-06,5.0,5.0,5.0,5.0,"I was looking for an online learning platform that provided industry recognised certification and found it in Dataquest. Having been a teacher I know the importance of learning by DOING and getting constant and immediate feedback on my actions. It's massively... Read More under rated in educational systems. The flexibility to learn when and where I wanted was critical to my learning. The price is more than worth it. I honestly think that we're going to see more education being provided this way because it's better in so many ways. Note: I have no affiliation with Dataquest, just a customer with an honest review.Read Less",Data Science,Data Science and Analytics +244694,10683,dataquest,Tomas Silva Ebensperger,False,2017,Excellent,2017-04-04,4.7,5.0,5.0,4.0,"I really believe the future of education is going this way. Very interactive, I have had a very good response from the Slack channel as well. Of course, there is place to improve, but overall it is amazing. Thank you.",Data Science,Data Science and Analytics +235298,10683,dataquest,Anonymous,False,2017,Great source to learning many things in data science.,2017-03-29,4.3,4.0,5.0,4.0,"Dataquest provides a lot of materials about data science especially in Python. Additionally, they provide the tutorial for the beginner to learn all the techniques in implementing data analysis gradually which makes me feel comfortable and efficient in... Read More my learning period.Read Less",Data Science,Data Science and Analytics +244570,10683,dataquest,Carolyn,False,2017,Best resource for anyone looking to go deep in data science,2017-03-27,4.7,5.0,5.0,4.0,"I'm a bootcamp-trained software engineer without a computer science degree, and Dataquest has been the single best online tool I've found for going deep in data science. I've talked a lot with my boss about how best to continue learning, and he suggested... Read More Dataquest. It has earned five stars in my book, no questions asked!While most other tools over a wide array of beginner or intermediate courses on different topics, they don't typically handle any one topic in enough depth to be helpful at my current stage. Dataquest, by contrast, starts at the beginning but goes deep enough to provide a thorough understanding of the field. I've used it to level up my quantitative reasoning skills, master Python's data science tools, and explore advanced topics in computer science. 5 stars all the way!Read Less",Data Science,Data Science and Analytics +244569,10683,dataquest,Sander,False,2017,Best ever!,2017-03-23,5.0,5.0,5.0,5.0,"I started with the data-scietist track two months ago. Really love the program. Lots of exercises, spot on explanations. The support is second to none. I am impressed with the speed of the replies by email. I can recommend dataquest to anyone.",Data Science,Data Science and Analytics +244718,10683,dataquest,Anand,False,2017,Invaluable!,2017-03-22,5.0,5.0,5.0,5.0,"Absolutely love the courses offered, the practices and the challenges. Most of all, the projects which can be showcased as our portfolio. The course teaching method is focused on practice, practice and more practice. Whether you're starting out new in... Read More the Data Science field or just want to visit the basics, then this is the place. It's easy to learn and very gripping. Covers all the essential stuff you need to know to perform as a competent Data Analyst/Data Scientist/Data engineer.Read Less",Data Science,Data Science and Analytics +244649,10683,dataquest,Manuel,False,2016,A platform that keeps you motivated to learn Data Science.,2017-03-20,4.3,5.0,4.0,4.0,I started learning Python through Dataquest and became a proficient programmer within 3 months. Although completing the program took me longer than expected I paid for another year of subscription as I believe the value is completely worth it!,Data Science,Data Science and Analytics +244724,10683,dataquest,Enrique Bustamante,False,2017,Well thought out and constantly improving,2017-03-20,5.0,5.0,5.0,5.0,"I signed up to Dataquest so as to be able to self pace my study into data science. I have found that the structure of their courses and the methodologies used are absolutely excellent (this coming from someone with a background in Education). Being able... Read More to choose which portions of the material to access is remarkably helpful, especially as I involve myself in further data science work at my current place of employment. I am able to go back and review easily or quickly work through material that I need for the tasks I am presented with.Most important of all, the Dataquest team is in constant communication and contact via Slack and respond quickly to feedback and questions. This greatly improves the learning experience and has helped generate and excellent community.Read Less",Data Science,Data Science and Analytics +235432,10683,dataquest,Swathi,False,2017,Dataquest is a well designed online course,2017-03-20,5.0,5.0,5.0,0.0,"The Dataquest courses start with the basics. So you can begin a course without prior experience in working with data and programming.The courses are designed to practice as you learn. Every topic is accompanied by a problem based on what you’ve learnt... Read More until that point. If you are stuck on a problem, a hint is included to steer you in the right direction. The key to the solution helps you verify and review your approach. Topics are divided into small portions and information is easy to digest. Progress is visible in the sidebar which keeps you motivated. The courses are focused on teaching you the essential skills first making you feel confident and ready. Additionally, the Dataquest team is very supportive and responsive. Questions and concerns are addressed through the built-in chat, email, or the Dataquest Member Slack channel. Signing up and getting started with a course is really simple. You are guided every step of the way.Read Less",Data Science,Data Science and Analytics +244723,10683,dataquest,Tare,False,2017,Excellent Learning Platform for Data Science,2017-03-20,5.0,5.0,5.0,0.0,"Just as my title says, Dataquest.io is in excellent platform for learning Data Science. It's clear that the builders of the site are data scientists themselves because everything on the site really provides a very cohesive, fun and easy-to-get-started... Read More experience. It's (Excellently) GamifiedWhen you begin, it asks you about your goals, and generates a curriculum of interesting missions each aimed at learning a particular skill relevant to data science. Each mission is appropriately challenging to your skill level, and there are no gaps that I've come across. Your programming is done from within their custom console, which lets you know if you're code is correct, and if you can't get to the solution yourself, you can look at one after 3 wrong tries. It Gives Relevant ExperienceEach mission is focused on working with a particular dataset, and learning how to perform some useful operation on it. Most of these (All of the ones I've worked with) are datasets relevant to insights that are valuable today: Population data, Football Team data, Consumption data, etc. Working on missions give you experience with various interesting datasets.I would really like to come up with some cons of the site just to sound more impartial, however, I'm really impressed. The site provides for a very fun and intuitive learning experience (unlike many other places online), and is growing, with content being added from time to time. Give Dataquest.io a try, it's free.Read Less",Data Science,Data Science and Analytics +244651,10683,dataquest,Matt,False,2017,"Great, thorough approach",2017-03-17,5.0,5.0,5.0,0.0,"The lessons are well written and contain important information I hadn't found elsewhere (Codecademy, Thinkful). The skills are taught and then used throughout the rest of the coursework - no concepts are left behind. Well done!",Data Science,Data Science and Analytics +244699,10683,dataquest,Tyler,False,2017,DATAQUEST = AWESOME,2017-03-17,5.0,5.0,5.0,0.0,"2017 is going to be the ""year of APIs"" - for me at least. Dataquest is going to help me ""figure it out"". Let me introduce myself, my name is Tyler and I'm the Director of Client Services at Blue Corona. We're a digital marketing agency with a couple hundred... Read More clients throughout the US. We're SWIMMING in data - it's an honest ocean. I stumbled upon data quest after searching for ""API + Database"" and probably some other combination. Their free courses are great, but I decided to jump in, feet first with their basic paid plan and it's AMAZING. It took me about 2 weeks to get through the first main segment, but it's been a great test.It's easy, well paced, and helps you slowly ""get it"".I would highly recommend the course to anyone who is sick and tired of doing their work in Excel and really wants to take their data analyses skills to the next level.Read Less",Data Science,Data Science and Analytics +244653,10683,dataquest,Enock Addey,False,2017,The most effective way to learn data science,2017-03-15,5.0,5.0,5.0,5.0,"Dataquest's learning curriculum is very well thought out! Clearly, it's more about impacting students with the needed practical data science skills than making money as a business. They have rich and resourceful blog posts such as: ""how to present your... Read More data science portfolio on Github"", ""how to get a data science job"", and ""17 places to find datasets for data science projects"", among many other priceless posts. Also, their hands on projects make the website a one-stop learning platform!Their approach is still effective even without videos. Everything is through reading. And that for me is a way to get all your attention to every bit of the content. Just within 2 weeks, I was super confident about the processes in data science!The best way to confirm this review is at least by signing up for their one week trial!Read Less",Data Science,Data Science and Analytics +244700,10683,dataquest,Vanshdeep Sharma,False,2017,"BEST PLACE TO LEARN PYTHON, PERIOD!",2017-03-10,4.7,5.0,5.0,4.0,"Dataquest is the best website by far out on the internet that teaches python succinctly. They use an unconventional but the most straight forward approach of teaching i.e allowing learners to code from what they learn and make mistakes, they repeat this... Read More process again and again until the candidate feels assured about coding the most convoluted concepts. This boosts confidence and makes programming look much easier. I can only speak for myself and since I have discovered this website I did not have to look elsewhere, all that I want, all that I need is already on their website. They have a very hard working team, kudos to them!Read Less",Data Science,Data Science and Analytics +244667,10683,dataquest,Anonymous,False,2017,Best way ever to learn and practice DATA ANALYSIS skills,2017-03-10,4.3,5.0,5.0,3.0,"I really love the interactive practices while learning programming (Python, R, etc.) and data analysis skills on Dataquest. Plus I can reinforce learning by finish the challenges and guided projects! I've also tried others platforms, but to be honest,... Read More Dataquest is the best, so that I've decided to go for a premium account. Little comments: I hope Dataquest can provide more courses on R.Read Less",Data Science,Data Science and Analytics +244688,10683,dataquest,Gabriel,False,2017,Better than moocs,2017-03-08,5.0,5.0,5.0,5.0,"I started several moocs for computer science and after finishing several, I decided to search for similar courses without videos. I found dataquest.io and I am very grateful for their services. I find the subjects of the courses well structured. I love... Read More the option to download the codes from the lessons. Certifications are a great bonus, and the pricing is superior to any moocs if you have the time to complete as many subjects as possible in a month. Some other great things about dataquest are the challenges that make use of jupyter notebook, projects that help you build experience and a portofolio, and last but not least, the slack community.Read Less",Data Science,Data Science and Analytics +244716,10683,dataquest,Jack_T,False,2017,Great way to get started learning data science,2017-03-07,5.0,5.0,5.0,5.0,"I started to get interested in data science and wanted to learn more. Searching around online eventually lead me to dataquest.io, and I'm glad it did. I started out with the initial free lessons before signing up for a paid membership because I liked... Read More what I saw. The program is structured in an organized way and introduces all the key concepts needed. I appreciate the interactive practice bits at the end of each lesson as they give a good opportunity to try out what I just learned. The pricing is very reasonable and the support has been great so far. I haven't had any problems that would require contacting the dataquest team but was pleasantly surprised to find that they contacted me upon signing up offering advice and inviting me to share in the community. Little things like that really do make a big difference.I still have a ways to go before I complete the data scientist learning path but I'm very much looking forward to it.Read Less",Data Science,Data Science and Analytics +244714,10683,dataquest,Harshal Kokate,False,2017,One of the best platform to learn and approach data analysis and science problems using python.,2017-03-03,4.3,5.0,4.0,4.0,"Before attending Dataquest, I have taken many Data Analysis course using python and R. But, the best part of Dataquest is you do not require any prior knowledge of python. The course advance in such a way that, you develop python programming knowledge,... Read More and simultaneously how to approach data problems using what you have learned in exercise. It is true that you learn by doing, at Dataquest the course exercise is designed very well, which starts and ends with a file analysis, while learning and applying concept at same time. Dataquest is a great a platform to learn from scratch, but there are things which can make it a far more better. Some of them are, each course has concepts and there respective exercise for practice. Instructions to complete those exercise are very informative, that one do not have to use mind at all. If he is still unable to solve one can see solution there itself. I think this restrict problem solving skills, and one can remember a concept or solution well, if he finds it by great effort. For example, if he searches or post problem on community, he will learn more efficiently because he can get more optimal solution there from numerous members, and simultaneously he is developing his searching and interaction skills in community respectively, which is very significant in industry while tackling a problems of Data science.Read Less",Data Science,Data Science and Analytics +231618,10683,dataquest,DataDeer,False,2017,Great Online Learning Platform,2017-03-02,4.7,5.0,4.0,5.0,"Great online learning platform that marries theory and practice - I found that it was much easier to grasp the concepts taught here, the way that it's presented, compared to some other platforms that I've tried. Graphics are fluid and there do not seem... Read More to be any serious bugs.Read Less",Data Science,Data Science and Analytics +244715,10683,dataquest,Rully Setiawan,False,2017,Dataquest is the best online course for Data Science,2017-03-01,5.0,5.0,5.0,5.0,"Seriously, i tried other sites, and not any of them has this kind of learning experience. I am one of the biggest fan of Data Science, and i am a student. Before i decided to pursue a Data Science career, i have researched about all of the things related... Read More to Data Science. I've tried datacamp, edX, and many more. Do you know what is the best thing of Dataquest that any other program doesn't have? A path. This path really helps me a lot since i don't know where to start, where to go next, or something like that. I think in upcoming years there is gonna be a lot of successful data scientist because of Dataquest. For the job support, they have this great community that helps me a lot whenever i'm stuck.Read Less",Data Science,Data Science and Analytics +244613,10683,dataquest,Anonymous,False,2017,Dataquest is the best way to get your feet wet in data analysis,2017-02-28,4.0,5.0,5.0,2.0,"This course is one of the best online courses I've ever taken. Not only does it teach the concepts behind data analytics, it delves deep enough into them to get anyone started on using them. The format in which the courses are structured, and the challenges... Read More and guided projects provided, really help to reinforce the tools and techniques given. I would recommend this course to anyone who is interested in data analytics, and I would even recommend the first few courses to anyone who is interested in learning to program in Python.Read Less",Data Science,Data Science and Analytics +244563,10683,dataquest,Joseph MacMillan,False,2016,The best MOOG I've ever taken!,2017-02-28,5.0,5.0,5.0,5.0,"Dataquest is one of those rare services which delivers on every promise. I have learned more through this online set of courses than from any other program I've taken, including edX, Udemy, Coursera, and more. I wouldn't be in the situation in my life... Read More that I am at without the valuable knowledge derived from the fantastic Python instruction, incredible insight in to statistics, and also a large section aimed at Big Data, which is so valuable in the work force at the moment.Read Less",Data Science,Data Science and Analytics +244666,10683,dataquest,Manuel Carmona,False,2017,The perfect way to access Data Science from scratch,2017-02-27,5.0,5.0,5.0,5.0,"Dataquest initiates you to Data Science in a perfectly structured fashion.It presents an extremely well explained compilation of topics and areas of interest, which saves you a lot of time.The exercises implemented for checking progress and the guided... Read More projects are also a strong point, as well as the certificates issued by the platform as one finishes the modules. The interface works very well, is clean and efficient.The price is reasonable for all that's offered.Read Less",Data Science,Data Science and Analytics +244665,10683,dataquest,Sergio Orozco,False,2016,Great hands on experience at your own pace,2017-02-27,5.0,5.0,5.0,5.0,"I really like this program since is more like tutorials based vs video based as all the other online courses. By having the ability to read thru the content and go back and forth, it becomes a great reference to tackle real problems by going back to your... Read More hands on examples. I also think that a written source is easier for glancing thru the content if your are more experienced programmer vs going thru large videos you end up looking thru a whole video the content you want to review. The support you have from the team is wonderful always committed on a great user experience.Read Less",Data Science,Data Science and Analytics +244650,10683,dataquest,Sam,False,2017,The way the material and exercises are laid out make learning with dataquest a breeze.,2017-02-27,4.0,5.0,4.0,3.0,"Compared to other programs that rely on videos and longer exercises/projects, I like the way that exercises are interspersed through the content. There is a good amount of free content so you can see if the format works for you before getting in on the... Read More rest of the material - which is actually very affordable. The way dataquest is set up makes the experience very enjoyable.Read Less",Data Science,Data Science and Analytics +244710,10683,dataquest,Maksym,False,2017,Great way for contextual and hands on learning,2017-02-24,5.0,5.0,5.0,5.0,"Curious by nature I wanted to learn Data Scientist set of skills that can both aid in this natural tendency and potentially create hybrid career opportunities in the future. Going through formal education at this stage was not an option not only due to... Read More excessive price but also inflexibility of when and where (it is important if you have a day job!). So I have investigated and undertook a number of courses in MOOCS. However I found the courses there are often too general and fluffy, sometimes too narrow and vendor specific (e.g. some Microsoft courses are great but not setting overall context of the Data science) and/or frequently require the monetary outlay without ability to try (e.g. some Coursera and edX courses). In addition my learning style responds best to contextual learning. Coming across Vik's Data Science blog I liked his plain english and practical explanations that at the same time allow to ""deep dive"" in the subject. That led me to Dataquest who ticked all my boxes. First off you can really try a large part of it for free. The site has a great dashboard that sets excellent visual map of data science skills and tracks your progress against it. The whole process takes you from basics gradually building up complexity and giving hands on experience. Each lesson is broken down in a small sections finished with a build-in coding screen/console where you can complete and check your exercise. Small sections are easy to scan and re-scan to deeper understand a particular concept whilst trying it out without hassle of setting up the environment. The design is usable and clean keeping you focused. Also they have very responsive support that you can reach through the site or by joining Slack community. In brief Dataquest guys really got it right: you can learn Data Science (and soon Engineering) by doing, in context, gradually building up complexity and regularly reinforcing your knowledge.Read Less",Data Science,Data Science and Analytics +232686,10683,dataquest,Oskar,False,2017,Very good learning tool,2017-02-22,5.0,5.0,5.0,5.0,"Dataquest does a great job being 'the Codecademy' for the data industry. Easy and step by step explanation, definitely worth it's money. As a starting professional in the data industry, this is the place to start.",Data Science,Data Science and Analytics +244709,10683,dataquest,David,False,2016,Great place to learn,2017-02-20,4.7,5.0,5.0,4.0,"the concepts are very well explained, you have to code everything, that makes it easy to understand and work with the data science basics concepts, from the basics to the advanced",Data Science,Data Science and Analytics +244693,10683,dataquest,Igor,False,2017,Simple and easy,2017-02-13,5.0,5.0,5.0,5.0,Dataquest has a simple way to show you all principles of data analysis also all tools involved to make a great project.,Data Science,Data Science and Analytics +244692,10683,dataquest,Marc-Thomas,False,2017,Great resource for getting started or even advancing current knowledge.,2017-02-13,4.3,5.0,5.0,3.0,"The creators of this course definitely know the skills required to make use of data. I started learning python on my own before and I was doing pretty okay but then I found DataQuest and the structure of this course makes it much easier to find and learn... Read More the skills useful for working with, manipulating, extracting, cleaning and analysing data. I haven't used their help desk as yet so I can't make any comments regarding that. Also the commitment is low as it's $29US (basic) per month which if you don't like the course for some reason you can cancel at anytime. I haven't been signed up too long so this is all I will write, maybe I'll update my review later down the road but for now I would definitely recommend it for those now breaking into the field of data science.Read Less",Data Science,Data Science and Analytics +244704,10683,dataquest,Andres,False,2016,The best web-browser based website for learning Data Science with Python,2017-02-07,5.0,5.0,5.0,5.0,"I have been learning Python for about a year on and off as a way to get into Data Science (work in finance). I started with Code Academy because that was the one website I heard about the most at that time. Code Academy is great for learning Python as... Read More a beginner, but the one drawback if you want to be a Data Scientist, is that the lessons are not Data Science focused. I have also taken 2 Data Science courses with Python on Udemy by the same instructor. Again those courses were good, but what was lacking was the clear writing in the lessons, and the missions like DataQuest has. Finally, I also tried DataCamp, which is also pretty good, but what is lacking is that there are not as many Python lessons as there are R lessons. About 3 months ago I found DataQuest, because of a google search that led me to one of Vik's (DataQuest founder) blog posts. Vik's blog posts are really well written, and his excellent clear explanations continue on the DataQuest lessons and curriculum. I would say that DataQuest is definitely the best web-browser based website for learning Data Science with Python. The curriculum doesn't waste time teaching you every single aspect of Python, but instead teaches you the most commonly used skills that are needed for Data Science (this is what Code Academy lacks), and given that several of the people on the DataQuest team are self-taught (Vik included), I feel like they are able to explain the concepts better than some computer scientists ( who have a specific way of thinking and explaining concepts that sometimes flies over the head of non-computer scientists). The Machine Learning lessons are excellent because they force you to learn the in-and-outs of the algorithms by programming them from scratch, as opposed to using the short-cut ""black-box"" functions that give you the answer without showing what is going on in the background. They also have a lesson on Gradient Descent (I have not found any other browser based website that has a Gradient Descent lesson). Finally, the Premium annual subscription fee is very affordable, and added bonus is that I can use the Slack community or chat with Josh whenever I have a coding question. Highly recommend DataQuest.Read Less",Data Science,Data Science and Analytics +244703,10683,dataquest,Anonymous,False,2017,Refreshing and Flexible,2017-02-06,4.7,5.0,5.0,4.0,I normally do an annual personal assessment of my job to understand what I want to do and I was finding myself lost at my job and realize maybe it was time to move on to something new. So I start a searching ways to improve my skills. On top of that my... Read More daughter was born in Nov and leaving me will some big decision to make in term of career and salary. I read job description and job posting to see what was interesting. One job that caught my eyes was Data Scientist. I was interesting and the job growth was there. Then I see an ad for another Data Scientist program and looked at it. I was fairly interesting but the price and flexible was not. So I researched and stumble across Dataquest.io and tried it. I tried for a work and got hooked. I love how you can practice and do challenge as well as play with real data from around the internet. The program is affordable and flexible. I am doing course even as I watch my daughter. I at least take about one hour almost every day to jump on and learn. the program has very interesting topic. I do have to said the program is fairly unknown but you can learn at your own pace. The customer service is great and I like the model they build to help students and professional learn to be data scientist.Read Less,Data Science,Data Science and Analytics +236434,10683,dataquest,Aniruddha,False,2016,Easiest way to start learning Data Science,2017-02-05,3.7,5.0,4.0,2.0,"This is by far one of the best data science resource for the beginners and to continue learning. Pros:* Best resource for getting started.* Good technical and customer support.* Active slack channel to connect with other users and ask questions.* Covers... Read More all aspects of Data science using Python using Numpy, Pandas and Plotting libraries.Read Less",Data Science,Data Science and Analytics +244691,10683,dataquest,Brendan,False,2017,"Straightforward, affordable path to advanced topics",2017-01-30,4.0,5.0,5.0,2.0,"I'm a musician working on a career change. I had previously been studying programming on sites like Treehouse, Code School, Codecademy, Udemy. DataQuest is a great alternative for learning data science. The curriculum is structured so that you learn how... Read More a data scientist thinks and you're guided through the process of cleaning data to making visualizations and finding insights. They've also been able to get me into some advanced topics such as database indexes, data structures and algorithms. The other e-learning websites I tried either didn't offer these advanced topics, or didn't explain them very effectively for someone at my level.The premium subscription is very good value, you get access to a Slack channel that's very active and helpful.Read Less",Data Science,Data Science and Analytics +244659,10683,dataquest,Anonymous,False,2017,Learn by doing: a simple and powerful technique,2017-01-28,5.0,5.0,5.0,0.0,"I have two bachelors and a Master's degree related to physics and engineering. In my education, I studied in three US states and four EU countries. After seven years of post-high school education, I am tired of the traditional classroom setting: one professor... Read More lecturing at a group of students. I found it to be an ineffective and inefficient learning format that was too abstract and dated for real world applications. Dataquest turns all of that on its head. Short and sweet: you learn by doing. The material is presented in a simple format so that anyone can learn, yet it powerfully equips you to deal with data. Although I am not a data scientist, the things I learned are useful for anyone dealing with data. I wish that I had learned these things during my university studies. The countless hours of analyzing lab data would have been much more enjoyable.Read Less",Data Science,Data Science and Analytics +244619,10683,dataquest,Elie,False,2016,The best and most affordable resource to learn data science for beginners,2017-01-25,5.0,5.0,5.0,5.0,"Dataquest is by far one of the best resources to start learning data science. Their approach is ideal for a beginner as one learns by doing exercises and projects in the browser. Their curriculum is well structured and the missions convey enough info... Read More to complete each of the exercises. Their guided projects are also very well structured, they give one the opportunity to start thinking like a data scientist by asking questions and trying to play with data to find answers. What I also like is the fact that one is able to suggest the addition of new content to their curriculum which gets renewed every few months. One section of the curriculum which can be improved is the statistics part which is being rewritten at the moment I am writing this post. Definitely recommended.Read Less",Data Science,Data Science and Analytics +244696,10683,dataquest,Kevin,False,2017,A perfect balance between guidance and balance,2017-01-25,5.0,5.0,5.0,5.0,"I've been on the hunt for a good data science program that isn't overwhelming, but not too simplistic either. Dataquest has found that sweet spot. You get a clear path, with clear objectives in how you can reach your goal. Each objective is revisited... Read More throughout your journey so that your skills will actually build, not just checking the box. The challenges that Dataquest presents are thought provoking and connect to a wide variety of audiences. The best part is that the guided projects and mini projects challenge your own biases in order to approach the problem analytically.You get a well-rounded Data Science and Data Analytics background from building your projects, using niche tools, and using version control.The nice bow to the gift that is Dataquest is the community and the caring attitude the people of Dataquest have for their students. If you want to learn Data Science, do Dataquest.Read Less",Data Science,Data Science and Analytics +244697,10683,dataquest,Clayton Sweeten,False,2017,Learning Done Right.,2017-01-24,5.0,5.0,5.0,0.0,"Dataquest provides an efficient and enjoyable learning experience for data science. The course is focused on learning through practice and repetition. By placing guided projects throughout the learning material dataquest ensures that students solidify... Read More their learning. Additionally, these guided projects introduce real world problems and ideas that can be explored by data science, opening up a window for student creativity. Overall the course is paced evenly enough that anybody could start it and progress through it. This does mean that those experienced with other coding environments may find the beginning a bit trivial. Although this is certainly for the best, besides a lot of us could use a refresher on the basics :). Outside of the course itself, the dataquest team also provide great support through the in site Q&A and more notably their slack channel. In my experience, there is always somebody ready to answer questions about the course, coding, job propects etc. . . Overall the dataquest team seems very involved in their subscribers, providing many ways to get in contact with them and seek assistance if needed. They also provide an additional service (payed) that offers personal reviews for projects. While I have not used this service myself, it provides another way to ensure a concrete learning experience. Overall, dataquest provides the most efficient and enjoyable way to learn the fundamentals of data science. I am excited to see what features the team adds next :)Read Less",Data Science,Data Science and Analytics +244578,10683,dataquest,Luiz,False,2017,"Compact, efficient, useful examples",2017-01-18,5.0,5.0,5.0,5.0,"After enrolling with 3 or 4 other MOOCs and abandoning because the videos are too long and plenty of blah-blah-blah, I decided to analyze job offers for Data Scientists and increase my focus. I came up with a list of concepts, languages and software I... Read More would need to get me from zero to Data Scientist as fast as possible. Using this as keywords for my search of the most effective course I found Dataquest and realized that it fit my list PERFECTLY (seriously, 100%). So I enrolled, completed the Data Analyst path and continued in the Data Scientist path. I can say that it is as fast - and I am learning as much - as I could possibly hope to. The exercises are concise, but broad enough to make the users confident with what they're doing and always focusing on real-world data. Support is very fast when needed and I really like the convenience of having small missions with steps that can be completed whenever you have a few minutes available. Also, having all data and script loaded directly on the website makes it extremely convenient and portable to all platforms I tried. I fully recommend it.Read Less",Data Science,Data Science and Analytics +236426,10683,dataquest,T,False,2017,Best way to learn data science,2017-01-17,4.7,5.0,5.0,4.0,"I tried several other online data science courses before I finally tried out Dataquest. Everything they teach you is relevant and targeted towards getting you ready to tackle your own projects. Love that there are no videos (don't like having to pause... Read More my music or fumble to find headphones). The guided projects are especially helpful and use really interesting data sets. They let you download your code and data sets used, so you can keep working on the data set on your own. It's also worth checking out their blog!Overall definitely worth the money.Read Less",Data Science,Data Science and Analytics +243253,10683,dataquest,Anonymous,False,2016,"THE place to go for comprehensive, engaging data science material",2017-01-17,5.0,5.0,5.0,0.0,"The material ramps up gradually with just enough checkpoints to build up to challenging concepts. By the end of the coursework, you'll have a strong grasp of the types of problems data science can solve. Plus, you'll have the beginnings of a portfolio... Read More to show potential employers.The community is very active on Slack and the Dataquest team offers friendly, helpful support around the clock. I've loved learning with them. I can only imagine that the team will continue to improve as they constantly experiment with new ideas for their curriculum, add new courses based on user feedback, and are designing an entirely new data engineering track. Dataquest is the best of the many sites I've tried and looks to be the best going forward.Read Less",Data Science,Data Science and Analytics +244592,10683,dataquest,Anonymous,False,2017,interesting and great place to learn data science!,2017-01-12,5.0,5.0,5.0,0.0,"I was new to data science before taking courses on Dataquest. However, Dataquest is such an amazing place that I get familiar with python packages by enjoying every challenges. Especially, I love the interactive interface, I agree with Dataquest that... Read More watching video does not help you learn, but coding does. Definitely worth trying!Read Less",Data Science,Data Science and Analytics +244544,10683,dataquest,E,False,2017,Dataquest is very good,2017-01-12,4.3,5.0,5.0,3.0,"This course is very well structured, teaches very useful material (and a LOT of it), and has good support via the Slack channel. The course covers python quite in-depth, then moves on to numpy, pandas, some basic SQL and web scraping, some basic visualization... Read More techniques, and then moves on to data cleaning, statistics, modeling, and machine learning. The exercises are well structured. Most are doable in short chunks of time, build on prior concepts, and involve pretty interesting 'real-life' data sets. One big draw for me in comparison with other programs is the efficiency of the curriculum: zero videos, many many hands-on exercises. For people who come from a quantitative background (or at least are not afraid of numerical analysis) and who would like to learn to work with some of the main tools of the data science trade, I would highly recommend this course.Read Less",Data Science,Data Science and Analytics +244681,10683,dataquest,Alexandre semenov,False,2017,Best course of data science and python,2017-01-11,4.7,5.0,5.0,4.0,I found this course is very efficient way to study data analysis and python. For to be specialist you need not only theory but practice too and Dataquest did great job and has developed a course that mixes theory and practice in such way that is really... Read More easy to study this type of material.Thanks Dataquest!Read Less,Data Science,Data Science and Analytics +243297,10683,dataquest,Rajesh,False,2016,Want to Learn Data Science and Programming - Dataquest.io is the place!!!!,2017-01-11,4.3,5.0,5.0,3.0,"I can only think of the pros with dataquest.io. I started working on their missions just to get familiar with Python language, but over time before I could realize I was pulled into the learning process. One excellent thing about the learning platform... Read More is that you can take a break for say 2 weeks and then easily continue from where you stopped. The content is piecemealed very well that it's easy to learn and remember. This platform is one of the best ways to learn any content you want.Read Less",Data Science,Data Science and Analytics +242172,10683,dataquest,Nathan T,False,2016,"Great platform, very close to being amazing!",2017-01-10,4.0,4.0,5.0,3.0,"There's a lot to like about the courses on DataQuest. As a starter program it's hard to beat it; though if you're intermediate or advanced at Data Science or Machine Learning topics, you will probably know most of what's covered. The curation of the topics... Read More is very good, and placed in an order which I found to be extremely sensible. I would like to see more projects, and increased depth of topics, which the devs have informed me is coming. If you're getting started with Data Science, DataQuest has a very strong offering considering what you get for your money. Definitely give it a try!Read Less",Data Science,Data Science +233819,10683,dataquest,Anonymous,False,2017,A well-structured data science course,2017-01-10,5.0,5.0,5.0,0.0,"Data Quest had done a very good job on creating self-paced data science curricula. Asa student without previous programming experience, I was able to pick up very quickly. The tutorials have very easy-to-follow examples. Will definitely recommend to others.... Read MoreRead Less",Data Science,Data Science and Analytics +296215,11797,syntax-technologies,Olena Ostapchuk,False,2022,Totally Worth It!,2022-12-28,5.0,5.0,5.0,5.0,"I had joined SDET Automation Testing Course of Syntax Technologies last year and after those gruelling six months at the bootcamp, I am today working as a professional software engineer with a great package. Had anyone told me last year that after six... Read More –seven months I would be drawing a handsome salary as I am right now, I wouldn’t believe it. But Syntax Technologies did make the unbelievable for me believable and also a reality. Initially you may feel that the couse requires too much hard work but trust me all the hard work and challenging moments at Syntax Technologies are completely worth it.!Read Less",SDET Automation Testing Course,Testing and Quality Assurance +296214,11797,syntax-technologies,Sammul Martin,False,2022,Syntax Technologies has Best Curriculum & Excellent Support,2022-12-28,5.0,5.0,5.0,5.0,"If you want to find a coding bootcamp that does deliver results and turn you into a software professional within few months the Syntax Technologies is where you should be. I had joined the Data Analytics and Business Intelligence Training program at Syntax... Read More Technologies and my experience here has been excellent. They have am extremely well-designed curriculum that is in line with the latest demands in the IT industry and the mentors and the job & technical assistants there are always trying their best to help you learn and prepare well so that once you graduate, you are industry ready.Read Less",Data Analytics & Business Intelligence Course,Data Science and Analytics +296131,11797,syntax-technologies,Jackson Berlin,False,2022,Great Place for career transformation.,2022-12-23,5.0,5.0,5.0,5.0,"I am currently in the 5th month of my cyber security course at Syntax Technologies. Based on the experience I have had so far here and on the basis of the experiences of my seniors, I can assure that Syntax Technologies is undoubtedly a great place for... Read More career transformation. Irrespective of the background you are coming from, this bootcamp is magical in helping its students get a coveted position within the IT job market. I have seen my seniors get great job opportunities purely on the basis of their certification from Syntax Technologies! And I can’t wait to share my success story soon.Read Less",Cyber Security Course,Cybersecurity +296129,11797,syntax-technologies,Diana Merlin,False,2022,Best Data Analytics Program so far!,2022-12-23,5.0,5.0,5.0,5.0,"I am right now pursuing Data Analytics and Business Intelligence Training program at Syntax Technologies. The program is very well-structured and highly comprehensive. The amount of knowledge that the instructors and mentors impart in these 3 and a half... Read More month is immense! I feel so confident that as if I am pursuing a four-year degree course because they are preparing me so well! Another advantage about this course is that the fee structure is comparatively affordable. This course is value for money, for sure.Read Less",Data Analytics & Business Intelligence Course,Data Science and Analytics +296128,11797,syntax-technologies,Jack Rose,False,2022,Syntax Technologies is Fantastic!,2022-12-23,5.0,5.0,5.0,5.0,"I had joined Syntax Technologies along with two of my other friends. Each one of us opted for different courses available there. Therefore this one review is a combination of three different experiences of three individuals who studied at Syntax Technologies.... Read More If you want to get a curriculum that is skilfully designed keeping in the industry requirements in mind and you want to have instructors and mentors that are willing to help you with lessons and task everyday, then you MUST JOIN Syntax Technologies.Read Less",Cyber Security Course,Cybersecurity +296127,11797,syntax-technologies,Edward Bella,False,2022,Outstanding Bootcamp!,2022-12-23,5.0,5.0,5.0,5.0,"If you really want to embark on a growing career as Software Development Engineer in Test then you must get enrolled with Syntax Technologies. The SDET Automation Testing Course of Syntax Technologies exceptional! The training that you get there is rigorous... Read More and highly effective. Plus it is also convenient as they provide remote learning and round the clock assistance. Not to mention that the curriculum are very well designed and the instructors are very knowledgeable and approachable. All in all, Syntax Technologies is an outstanding Bootcamp!Read Less",SDET Automation Testing Course,Testing and Quality Assurance +296126,11797,syntax-technologies,John Becky,False,2022,Terrific!,2022-12-23,5.0,5.0,5.0,5.0,"Syntax Technologies is unquestionably one of the best coding bootcamp around. I had been their student and taken up their cyber security course. The curriculum is made in line with the current technology stack prevalent in the market and is highly comprehensive... Read More and crisp. The entire journey at Syntax Technologies is very well designed wherein they cater to all the training and educating requirements of each of their students so much so that when the student graduates, they are industry ready!Read Less",Cyber Security Course,Cybersecurity +296084,11797,syntax-technologies,Sevil Ilgun,False,2022,Syntax Technologies provides Wholesome Experience,2022-12-22,5.0,5.0,5.0,5.0,"One of my relative was a graduate from Syntax Technologies and she was the one who introduced to me this boot camp. I earlier had seen my sister’s experience here and therefore when it was my decision to make a career in IT industry, I chose Syntax Technologies... Read More to be my mentors. Speaking from not one but two individual experiences, this boot camp provides a launch pad that not just helps you transition career in IT but prepare you so well that the transitioning becomes a cake walk.Read Less",SDET Automation Testing Course,Testing and Quality Assurance +296083,11797,syntax-technologies,Gulsah Selvi,False,2022,Syntax Technologies is Phenomenal!,2022-12-22,5.0,5.0,5.0,5.0,"I graduated from Syntax Technologies’ Data Analytics and Business Intelligence Training program and I can’t tell you enough how much value this course has added to me! In around 4 months the mentors at Syntax Technologies almost magically transformed... Read More me into something I only could dream of, A Profession Data Analyst! The amount of learning they provide you in such short span of time and the way they polish up you is phenomenal. No one does it like Syntax Technologies.Read Less",Data Analytics & Business Intelligence Course,Data Science and Analytics +296078,11797,syntax-technologies,Fatima Firat,False,2022,Syntax Technologies accelerates your learning and career.,2022-12-22,5.0,5.0,5.0,5.0,"If you want to take a U-turn from a stagnated career and skyrocket your career in IT, then Syntax Technologies is the place you must go to. I took SDET course (Software development engineer in test course) at Syntax Technologies and I can vouch for it... Read More that you will not get a better course than this in the market. The six months that you spend at Syntax Technologies not just make you learn tremendously but it accelerates your career growth like you would only imagine it to be like!Read Less",SDET Automation Testing Course,Testing and Quality Assurance +296077,11797,syntax-technologies,Safiye Taspinar,False,2022,Syntax Technologies provide the BEST SDET Course!,2022-12-22,5.0,5.0,5.0,5.0,"I didn’t come from a tech background when I joined the SDET course at Syntax Technologies. I chose Syntax Technologies because their website and executives explicitly promised that this course was “designed to train people with no IT background to become... Read More software engineers”. And after spending those six months there, I guarantee that they deliver exactly what they promise! The entire curriculum is so well designed and taught they students like me get acquainted with all the necessary technical and non-technical skills to become a professional software engineers.Read Less",SDET Automation Testing Course,Testing and Quality Assurance +296052,11797,syntax-technologies,Idil Cenez,False,2022,"Hand down, Syntax Technologies is the best!",2022-12-21,5.0,5.0,5.0,5.0,"I am right now about to complete my Data Analytics and Business Intelligence Training course at Syntax Technologies. The past months here have been a great life-altering experience. The course does demand working hard and dedication but if you are ready... Read More to put in that, then this course does wonders. Especially the curriculum and the mentors are just perfect. The type of support and mentorship we have been getting is one of a kind. I feel glad that I joined this bootcamp because I can see my bright career very closely.Read Less",Data Analytics & Business Intelligence Course,Data Science and Analytics +296051,11797,syntax-technologies,Ervina Tanushi,False,2021,They provide learning through experience!,2022-12-21,5.0,5.0,5.0,5.0,"I come from a background that is nowhere related to IT. Being a newcomer, I was looking for a course that helps me not just learn theories but help me learn how to apply them in real world. If you too are like me then Syntax Technologies is your stop.... Read More Their curriculum is so well designed that it is a perfect amalgamation of theory and practical. The projects there actually give you experience of working in real world scenarios which comes really handy when you go out and work in the industry.Read Less",Data Analytics & Business Intelligence Course,Data Science and Analytics +296050,11797,syntax-technologies,Bilge Filiz,False,2022,Completely worth it!,2022-12-21,5.0,5.0,5.0,5.0,"I took Software Development Engineer in Test (SDET) course at Syntax Technologies and found it to be completely worth it. I had the advantage of having some programming knowledge prior to joining the course but I was amazed how the mentors at Syntax Technologies... Read More broke down every complex concepts and helped each student to learn effectively. In addition to that, the job assistance that is provided is something that needs a special mention. Everyone is so very willing to help you get you a great job!Read Less",SDET Automation Testing Course,Testing and Quality Assurance +296048,11797,syntax-technologies,Ozkan Ozdemir,False,2022,I highly recommend Syntax Technologies.,2022-12-21,5.0,5.0,5.0,5.0,"If you are looking to join a coding bootcamp and want to make a successful career in IT within few months then I highly recommend Syntax Technologies to you. I was working as an accountant and saw that the job progress and opportunities there might become... Read More highly stagnated in very near future. Therefore, after consulting a career coach I understood that the IT industry has huge scope foe career growth. I joined Syntax Technologies last year and with their SDET course, within a matter of 6 months, I managed to become a professional software engineering actively working full-time.Read Less",SDET Automation Testing Course,Testing and Quality Assurance +296047,11797,syntax-technologies,Halil Sahin,False,2021,"I would choose Syntax Technologies, Any Given Day!",2022-12-21,5.0,5.0,5.0,5.0,"My friend Alex and I were looking for a course that would be sufficient for us to change our work field from hospitality to IT. And while researching, my friend stumbled upon Syntax Technologies’ website https://www.syntaxtechs.com After speaking to the... Read More admission counsellor we joined the cyber security course at Syntax Technologies. We graduated from it in 2021 and have been working as a cyber-security engineer. The experience there have been such that till today if someone asks us about coding bootcamps, we say that we would choose Syntax Technologies, Any Given Day!Read Less",Cyber Security Course,Cybersecurity +296046,11797,syntax-technologies,Lucia Laszloova,False,2022,Best Data Analytics Course Ever!,2022-12-21,5.0,5.0,5.0,5.0,I am an alumni of Syntax Technologies and have taken their Data Analytics and Business Intelligence Training course. The way the instructors there make the learning processable and easy is worth mentioning. They break down the difficult concepts and theories... Read More and explain in a manner that makes sense to people who have little or no knowledge about programming. The entire curriculum is designed so robustly that undergoing it you have no choice but to come out well equipped with all necessary Data analytics knowledge and skill.Read Less,Data Analytics & Business Intelligence Course,Data Science and Analytics +296045,11797,syntax-technologies,Huseyn Hasanov,False,2022,Syntax Technologies is Fantastic!,2022-12-21,5.0,5.0,5.0,5.0,"I had signed up for the Software Development Engineer in Test (SDET) course at Syntax Technologies last year and I can guarantee you that if actually have the intention to right track your professional IT career then Syntax Technologies is the choice... Read More you must make. The six month of the course will not just teach you about technical skills like programming languages but also lot of non-technical yet vital skills that help you actually get the job you want. Plus, their job assistance team is highly effective!Read Less",SDET Automation Testing Course,Testing and Quality Assurance +296044,11797,syntax-technologies,Aynur Taghizade,False,2022,Beginner friendly Coding Bootcamp!,2022-12-21,5.0,5.0,5.0,5.0,"If you are a beginner like me who does not have any IT knowledge but does dream about working in the IT industry, then Syntax Technologies is the best coding bootcamp for you to join and make your dream true. I had taken the Cyber Security Course with... Read More Syntax Technologies and the manner in which they teach you technical as well as the non-technical skills and the nitty and gritty for how to become a competent professional cyber security specialist is commendable.Read Less",Cyber Security Course,Cybersecurity +296043,11797,syntax-technologies,Fatema Alkhamis,False,2022,Best Online Platform to Make a Career in IT industry!,2022-12-21,5.0,5.0,5.0,5.0,"Syntax Technologies is by far the best place to learn data analytics and make a career in it within a matter of few months. Plus, you can avail this wonderful learning experience online. I come from a business administration background and had no clue... Read More about what it entails to be into Data Analytics job role. But, I have to give full credit to Syntax Technologies that their Data Analytics and Business Intelligence Training program transformed me from a non-IT person to a full-time professional Data Analyst!Read Less",Data Analytics & Business Intelligence Course,Data Science and Analytics +296042,11797,syntax-technologies,Merve Kerem,False,2021,Syntax Technologies is completely worth the fee it charges!,2022-12-21,5.0,5.0,5.0,5.0,"I came across https://www.syntaxtechs.com while I was searching for a good coding bootcamp online back in 2021. I was not content with my job that time and I was contemplating transitioning into an IT career. That’s when I first researched about coding... Read More bootcamps and spoke to five of them that I thought seemed pretty good. But, once I spoke to the staff of Syntax Technologies, I knew there was no looking back. Right from my first interaction till the day I graduated, I found Syntax Technologies completely worth it. Thank God that I invested my money, time, and energy in them!Read Less",SDET Automation Testing Course,Testing and Quality Assurance +295963,11797,syntax-technologies,James Smith,False,2022,The BEST bootcamp!,2022-12-19,5.0,5.0,5.0,5.0,"I joined Syntax Technologies and signed up for their Software Development Engineer in Test (SDET) course. The duration of it was six months but the learning that was imparted was no less than of a year or two! The programming languages and the tool that... Read More the course covered included some vitals like Java, SQL, TestNG, GIT, Selenium WebDriver, REST Assured, Cucumber, and so on. The option of remote learning and constant availability of support from mentors and instructors made the entire course far more easy and doable. Overall, I found Syntax Technologies the best coding bootcamp!Read Less",SDET Automation Testing Course,Testing and Quality Assurance +295962,11797,syntax-technologies,Atalanta Harper,False,2022,Outstanding!,2022-12-19,5.0,5.0,5.0,5.0,"If you ask me which coding bootcamp is best for Data Analytics and Business Intelligence Training, I would say Syntax Technologies is outstanding. I have myself been their student and taken their Data Analytics training program and the kind of education,... Read More experience, and exposure Syntax Technologies provided us has been exceptional! Special mention for the preparation they provide to fine-tune its students’ portfolios so that each of them can fit in the demanding IT industry and get recruited by renowned companies!Read Less",Data Analytics & Business Intelligence Course,Data Science and Analytics +295961,11797,syntax-technologies,George charlotte,False,2022,Syntax Technologies hits the bull’s eye!,2022-12-19,5.0,5.0,5.0,5.0,"I read a lot that the jobs of data analytics is highly lucrative and thus wanted to get a course that not just promises great stuffs but actually transforms me, a non-IT person, into a full-time data Analytics by profession. That is when I came know about... Read More Syntax Technologies from one of my friend. I went through their website and after I spoke to their executives, I was sold! Right from their curriculum to the various projects they had to the fee structure and support, I found it absolutely hit the bull’s eye!Read Less",Data Analytics & Business Intelligence Course,Data Science and Analytics +295959,11797,syntax-technologies,Adam C,False,2022,Amazing Job Assistance!,2022-12-19,5.0,5.0,5.0,5.0,If you really want to make your career as a professional cyber security analyst then Syntax Technologies’ Cyber Security Course is the one for you! The course not just have a wholesome curriculum that would be taught by highly knowledgeable instructors... Read More but the kind of job assistance they provide is unbelievable at times. The mentors and technical assistants at Syntax Technologies often go out of their way to prepare the portfolio of their student remarkably well so that their transitioning into a new IT career is smooth!Read Less,Cyber Security Course,Cybersecurity +295958,11797,syntax-technologies,Olivia Telkes,False,2021,I recommend Syntax Technologies 100%,2022-12-19,5.0,5.0,5.0,5.0,I joined Syntax Technologies after doing my share of research and by taking feedbacks from their students and based on their positive feedback I took the decision to take up cyber security program with Syntax Technologies. I highly recommend it to anyone... Read More who wants to learn about cyber security and have a career in the same field. This bootcamp has best facilities and tools to educate and train their students in technical as well as non-technical skills that are necessary to work as a professional in the IT industry.Read Less,Cyber Security Course,Cybersecurity +295957,11797,syntax-technologies,Grey Sonnoah,False,2022,Best One For Sure.,2022-12-19,5.0,5.0,5.0,5.0,"I had taken the cyber security course with Syntax Technologies and with what I experienced there, I am 100% sure that it is the best option that one can avail at present. The course has a wholesome learning approach and the various components in it actually... Read More prepares the student on technical, nontechnical hard as well as soft skills that are required to get a decently well-paying job in the cyber security arena, even when you are new to this field.Read Less",Cyber Security Course,Cybersecurity +295956,11797,syntax-technologies,Alfie Parker,False,2021,Challenging but Fun!,2022-12-19,5.0,5.0,5.0,5.0,"Syntax Technologies provides an experience to its students that is challenging but also enjoyable and fun. It might seem contradicting but being there and seen that, I mean what I am writing. I had signed up for their Software Development Engineer in... Read More Test (SDET) course and those six month of the program were a combination of days that were difficult and days that was fun. Overall it was time-consuming and required hard work but the motivating environment and encouraging people around made it fun.Read Less",SDET Automation Testing Course,Testing and Quality Assurance +295955,11797,syntax-technologies,Rob Henry,False,2022,Super Staff- Student Synchronization,2022-12-19,5.0,5.0,5.0,5.0,"Syntax Technologies has managed to get some of the best staff members on board with them. Be it the instructors, mentors, or technical assistants, everyone one really cares about the students and go above and beyond to help the students with whatever... Read More they can. I feel that along with the right curriculum for courses that are offered and the numerous relevant projects, the wonderful staff is the cherry on the cake for Syntax Technologies!Read Less",Data Analytics & Business Intelligence Course,Data Science and Analytics +295954,11797,syntax-technologies,Diana Williams,False,2022,Great Experience!,2022-12-19,5.0,5.0,5.0,5.0,"As an alumni of Syntax Technologies, I highly recommend it to anyone who really wants to make a career in software engineering even if they have little to no IT background. I had taken the SDET (Software Development Engineer in Test) course at Syntax... Read More Technologies. My experience there was great at all the aspects of the camp. The curriculum that was tailor-made to fit all the latest industry requirements and skill demands in the market helped a lot. Overall I had a great experience.Read Less",SDET Automation Testing Course,Testing and Quality Assurance +295842,11797,syntax-technologies,Bilal Ahmad,False,2022,Best Bootcamp For Career Transitioning!,2022-12-15,5.0,5.0,5.0,5.0,"I came from non-IT background and was looking for a coding camp that would solve the purpose. I looked for a lot of boot camps prior to joining Syntax Technologies. Once I came across Syntax Technologies and joined it, with each passing day my decision... Read More to join it kept getting re-established and confirmed. My instructors, mentors, curriculum, and TAs, which I got during my cyber security program, were everything on point and it aided big time in me learning the theoretical concepts and applying it practically. It helped me transition my career in real time!Read Less",Cyber Security Course,Cybersecurity +295839,11797,syntax-technologies,Brittany Ann,False,2021,Syntax Technologies is a one stop spot!,2022-12-15,5.0,5.0,5.0,5.0,"If you are someone like me who doesn’t have a programming background but want to transition in the tech industry and avail the sea of opportunities that it has, then Syntax Technologies is unquestionably your go to place. I became a software professional... Read More even though prior to joining the Software Development Engineer in Test (SDET) course at Syntax Technologies I had no software background whatsoever. But in those six months they trained and transformed me so well that I now have a skill that get me paid well.Read Less",SDET Automation Testing Course,Testing and Quality Assurance +295838,11797,syntax-technologies,Alisa Markova,False,2022,Shout out to Syntax Technologies!,2022-12-15,5.0,5.0,5.0,5.0,"Syntax Technologies seems to have resolved to be the best coding bootcamp in not just the United States of America but in the world. Being their alumnus, I can share my first-hand experience how the owner and the staff there are always looking to improve... Read More and add extra value to their students. They don’t seem to rest at their laurels and are always fine-tuning their curriculum and training to fit the fast evolving IT world.Read Less",SDET Automation Testing Course,Testing and Quality Assurance +295836,11797,syntax-technologies,Janet Cowie,False,2022,110 % Recommended!,2022-12-15,5.0,5.0,5.0,5.0,"I had joined Syntax Technologies through a recommendation that I got for it from one of its alumnus. I am glad I considered that recommendation and got myself enrolled for their Cyber Security training program. Those months there were difficult and we... Read More were required to work really hard and at times it would get overwhelming but every time we would find it difficult to cope up, we had wonderful instructors and mentors to willingly handheld us and help us understand everything that was getting us bogged down!Read Less",Cyber Security Course,Cybersecurity +295835,11797,syntax-technologies,Edward Silver,False,2021,Syntax Technology made my dream come true,2022-12-15,5.0,5.0,5.0,5.0,"The dream, that I dared to vision back in 2020 amid pandemic, to join the IT industry as a software engineer even without having much knowledge about this subject got materialised after I joined Syntax Technologies! The six month of Software Development... Read More Engineer in Test (SDET) course at Syntax Technologies was like a magic wand that transformed me and get me into my dream career. The people at Syntax Technologies need a special mention here as they were very supportive and understanding and they actually made this difficult journey easy.Read Less",SDET Automation Testing Course,Testing and Quality Assurance +295834,11797,syntax-technologies,Cramirez John,False,2022,Syntax Technology is AMAZING!,2022-12-15,5.0,5.0,5.0,5.0,"If my days at Syntax Technologies had to be described in just one word, it would definitely be “Amazing”! The first time you interact with their representatives and staff, you get a vibe that is just so positive, encouraging and assuring. As expected,... Read More when I joined the course there, I found that every box that is required for a wholesome learning and overall professional growing was being ticked at that bootcamp, be it curriculum, instructors, industry mentors, technical assistance, etc.!Read Less",Cyber Security Course,Cybersecurity +295747,11797,syntax-technologies,Hillary Mary,False,2022,Affordable and Effective.,2022-12-13,5.0,5.0,5.0,5.0,"Syntax Technologies is THE BOOTCAMP that you must go for if you really want to make a successful career transition into an IT industry at an affordable cost, without having a prior programming background! I came from an art background wherein I had no... Read More clues even about what even programming languages meant. With around 4 months of taking Data Analytics and Business Intelligence Training curse with Syntax Technologies, I not just learned about technical skills but start off my professional Data Analyst journey!Read Less",Data Analytics & Business Intelligence Course,Data Science and Analytics +295746,11797,syntax-technologies,Helen Phillips,False,2022,The BEST Cyber Security Course,2022-12-13,5.0,5.0,5.0,5.0,"I signed up with Syntax Technologies for their Cyber Security training program and in that six month course I was taught about all the technical and practical skills. The curriculum was designed such that in addition to theoretical concepts that were... Read More being taught, we students were also given an environment wherein we could implement our learnings and practice those core concepts. The projects prepared us extremely well that helped us to effectively get hired in well-known companies.Read Less",Cyber Security Course,Cybersecurity +295745,11797,syntax-technologies,Jenny Burchett,False,2022,Syntax Technologies's Support is Top notch!,2022-12-13,5.0,5.0,5.0,5.0,"As per my experience in the bootcamp and some research, I can vouch for it that Data Analytics and Business Intelligence course (DA/BI course) at Syntax Technologies is undoubtedly one of the best data analytics course that one can get. The curriculum... Read More is unquestionably well-designed but the support that the instructors and the mentors extend at each step of the course is commendable. Not for once did I felt left out or with any support system.Read Less",Data Analytics & Business Intelligence Course,Data Science and Analytics +295743,11797,syntax-technologies,Howard Poter,False,2022,Syntax Technologies has the BEST SDET Course!,2022-12-13,5.0,5.0,5.0,5.0,"I took the Software Development Engineer in Test (SDET) course at Syntax Technologies and in span of six months I transformed from someone who knew nothing about software to someone who became a professional software engineer! The course is wonderfully... Read More designed that covers programming languages and tool which teaches the students the theoretical technical and non-technical concepts and also has projects that help students get hands on experience. For me, it is the best SDET course that one can have!Read Less",SDET Automation Testing Course,Testing and Quality Assurance +295742,11797,syntax-technologies,Halis Unal,False,2022,Syntax Technologies prepares for best career transition!,2022-12-13,5.0,5.0,5.0,5.0,I will not mention about the course curriculum at Syntax Technologies which anyway are extremely well designed and taught. I want to highlight the wonderful manner in which the mentors and TA’s prepare the portfolio of their students for a smooth and... Read More proper career transition. They cover it all whether it is the project portfolios or fine-tuning the resume as per the industry demand or be it the mock interviews and mentorship sessions. Syntax Technologies does Prepare you for the desirable career launch!Read Less,Cyber Security Course,Cybersecurity +295664,11797,syntax-technologies,Tom Hartman,False,2022,Worthwhile!,2022-12-11,5.0,5.0,5.0,5.0,"If anyone wants to get into a coding bootcamp then there are numerous options available present today. But out of those numerous options, if you really want to get into a bootcamp that will be worthwhile to spend your time, efforts and money at, then... Read More go for Syntax Technologies. I did that and I found this bootcamp worthy. Managed to complete cyber security course with them and also crack an above average job interview!Read Less",Cyber Security Course,Cybersecurity +295663,11797,syntax-technologies,Amanda Holmes,False,2022,Overall Syntax Technologies is a great place!,2022-12-11,5.0,5.0,5.0,5.0,I have taken the Data Analytics and Business Intelligence Training Course at Syntax Technologies and in my understanding the overall experience there have been positive. The overall curriculum is intelligently designed keeping in mind the recent trends... Read More and demand of the industry and the projects and assignments help the student to apply the theoretical classroom learning in real life projects. This gives the students the confidence that they can actually work which greatly helps during the job interviews.Read Less,Data Analytics & Business Intelligence Course,Data Science and Analytics +295662,11797,syntax-technologies,Maryam Miradi,False,2022,Must attend coding bootcamp!,2022-12-11,5.0,5.0,5.0,5.0,"Syntax Technologies is a great coding bootcamp that one must attend if they are seriously looking to make a career in the IT. Especially if you are not from the programming background. The course fee is always affordable and not soaring through the sky.... Read More The overall curriculum, instructors, mentors and job support assistants make Syntax Technologies a place that actually effectively enables transitioning into a new IT career for the students enrolled there. Must attend coding bootcamp for sure.Read Less",SDET Automation Testing Course,Testing and Quality Assurance +295661,11797,syntax-technologies,Rania Patrona,False,2022,Student-oriented bootcamp.,2022-12-11,5.0,5.0,5.0,5.0,"Syntax Technologies is in a true sense student centric. The vibe there is positive and helpful and every person present there is more than eager to extend support and help as and when required. Be it instructors, TAs or the students in my batch, all had... Read More gone above and beyond to help in better understanding the Software Developer Engineer in Testing course I was in.Read Less",SDET Automation Testing Course,Testing and Quality Assurance +295660,11797,syntax-technologies,Hilal Aydin,False,2022,Intense Yet Recommended,2022-12-11,5.0,5.0,5.0,5.0,"Syntax technologies is one of those very few coding boot camps that make the learning good enough for its student to look forward to. For sure, the days at Syntax Technologies will be intense but I can give it in writing that they make it very engaging,... Read More fun and a sure shot recommended place with their right instructors and correctly designed curriculum. I pursued cyber security course there and found that it is intense yet recommended.Read Less",Cyber Security Course,Cybersecurity +295630,11797,syntax-technologies,Samson Charles,False,2022,Value for money!,2022-12-09,5.0,5.0,5.0,5.0,"You will get a list of coding bootcamps when you search online but I can assure that you will not regret if you stop your search at https://www.syntaxtechs.com I stopped my search there and took admission in their Data Analytics and Business Intelligence... Read More Training Course. As per my experience, you will have some tough days, and some enjoyable days while completing the curriculum but after you graduate and look back you will agree that it was 100% value for money.Read Less",Data Analytics & Business Intelligence Course,Data Science and Analytics +295629,11797,syntax-technologies,Victor Zubati,False,2022,They changed me from generalized to specialized,2022-12-09,5.0,5.0,5.0,5.0,"Prior to coming to Syntax Technologies, I had worked in as a junior sales rep with no specialized knowledge in any field. When I decided that wanted to change my job and the industry and shift to IT, I was even unaware that python was a programming language... Read More and not a name of some animal. That explain how I had no IT background whatsoever! Learning the skillset of this entirely new domain was difficult but with the continued support of the Syntax Technologies team it became possible!Read Less",Data Analytics & Business Intelligence Course,Data Science and Analytics +295628,11797,syntax-technologies,Ali Bouarfa,False,2022,Syntax Technologies will leave you with positives!,2022-12-09,5.0,5.0,5.0,5.0,"The months that I spent at Syntax Technologies while I was pursuing the Cyber Security Course with them, were mostly positive and tit bit of not so positive moments. The not so positive was the extremely demanding program structure that required us to... Read More work with great concentration and dedication week after week. The positive experience revolved around their overall curriculum, instructors and technical assistance!Read Less",Cyber Security Course,Cybersecurity +295627,11797,syntax-technologies,Vonti Mcrae,False,2022,Life changed for better.,2022-12-09,5.0,5.0,5.0,5.0,"The six months SDET course of Syntax Technologies helped me become a professional software developer (Software Developer Engineer in Testing) in a matter of just six to seven months. The sessions are often gruelling and the work load is for sure huge.... Read More Therefore go with a prepared mindset that you will have to really work hard for those few month to achieve true potential. If you are ready to give what it takes, be ready for Syntax Technologies to change your life for better.Read Less",SDET Automation Testing Course,Testing and Quality Assurance +295625,11797,syntax-technologies,Najwa Rahman,False,2022,Syntax Technologies's Super Support,2022-12-09,5.0,5.0,5.0,5.0,All the coding bootcamps currently present in the market have similar curriculum as far as the basic course knowledge is concerned. Therefore I wouldn't advice anyone to join a course or a bootcamp only on the basis of the curriculum it has. What I liked... Read More the best about Syntax Technologies is the support they provide to each of their students in form of helpful instructors and mentors. It makes a huge difference when right curriculum is taught by competent professionals.Read Less,Data Analytics & Business Intelligence Course,Data Science and Analytics +295579,11797,syntax-technologies,Andrew Jayson,False,2020,Syntax Technologies transformed me!,2022-12-08,5.0,5.0,5.0,5.0,"Back in 2020 when I had joined Syntax Technologies, I was completely unsure about what the future holds, how fruitful would me doing this course of cyber security be, if I would at all complete this course satisfactorily, if this would actually help me... Read More to have a career in the IT industry, etc. etc. But in next 4 months, this completely unsure person was transformed into a confident professional that was well prepared to face the real world and get on with skilfully working as a cyber-security professional.Read Less",Cyber Security Course,Cybersecurity +295578,11797,syntax-technologies,George Kenneth,False,2022,Syntax Technologies is a great start for your new career,2022-12-08,5.0,5.0,5.0,5.0,"This bootcamp has been the best Launchpad that I could get for my career change into a data analysis world. Courses at Syntax Technologies, as many say, is somewhat challenging and demands a lots of dedication and devotion but it is true that once you... Read More have the right focus and determination then the entire learning journey becomes more enjoyable and engaging. I did their Data Analytics and Business Intelligence Training Course and around 4 months I was prepared, polished, and equipped well to become a Data Analyst professional.Read Less",Data Analytics & Business Intelligence Course,Data Science and Analytics +295577,11797,syntax-technologies,Silva Maurice,False,2021,Syntax Technologies Is Professional.,2022-12-08,5.0,5.0,5.0,5.0,"I read about how the job scope for people in data analysis field is on rise and thus wanted to get myself that knowledge through a course. That’s when after speaking to an alumni and his experience at Syntax Technologies, I decided to sign up for the... Read More Data Analytics and Business Intelligence Training Course in 2021. Indeed it is time-consuming, tough and at times little frustrating but the result I saw after those months of work my back off, paid it off well!Read Less",Data Analytics & Business Intelligence Course,Data Science and Analytics +295576,11797,syntax-technologies,Matt Henry,False,2022,I completely recommend Syntax Technologies,2022-12-08,5.0,5.0,5.0,5.0,I completely recommend Syntax Technologies for those people who really want to transition into a new IT career but have little to no programming background but have high degree of commitment and sincerity to give their 100% to what the instructors and... Read More mentors at Syntax Technologies ask them to do. If you are determined to toil then with the constant support of Syntax Technologies personnel you will triumph in making a worthy IT career.Read Less,SDET Automation Testing Course,Testing and Quality Assurance +295573,11797,syntax-technologies,Stephen Stanley,False,2022,They equip you well for new IT career.,2022-12-08,5.0,5.0,5.0,5.0,"I am writing this because I think that Syntax Technology must get a mention how they seriously try their best to not just teach their students regular theoretical stuffs but the way their curriculum is designed the students also get exposed to various... Read More exercises and projects that give them practical experiences of how the work is done in the real practical world of work. They even help the candidates fine-tune their resumes, polish their interview skills through conducting mock interviews!Read Less",SDET Automation Testing Course,Testing and Quality Assurance +295550,11797,syntax-technologies,Richard Kernsten,False,2022,Syntax Technologies is the RIGHT choice,2022-12-07,5.0,5.0,5.0,5.0,"The result from my primary and secondary research data and my personal experience is that Syntax Technologies is for sure a right choice for anyone who wants to transition into a new career in the high demand IT industry. They have got right set of instructors... Read More and right recruitment partners, right mentors, right curriculum and most importantly they have got the right attitude towards preparing their students for being right fir in the IT industry!Read Less",Data Analytics & Business Intelligence Course,Data Science and Analytics +295549,11797,syntax-technologies,Robert William,False,2022,Syntax Technologies is Intense yet worthwhile....,2022-12-07,5.0,5.0,5.0,5.0,"As per the experience of me and my batch mates at Syntax Technologies, the months you spend there are very intense and challenging but at the same time very satisfying and rewarding. The curriculum will appear difficult, the projects and exercises are... Read More tough, and so it becomes overwhelming to initially keep up with the advancement. But, after those months of toiling hard, the end result is worthwhile all the efforts. If you are ready to invest time, efforts and an affordable course fee, then Syntax Technologies is the place you should be.Read Less",SDET Automation Testing Course,Testing and Quality Assurance +295548,11797,syntax-technologies,Robert Paul,False,2022,Syntax Technologies Prepared Me.,2022-12-07,5.0,5.0,5.0,5.0,"I knew that my decision to shift into a new career would be a difficult process and I was really worried how my prior work experience would be redundant to get me a new IT job even after getting an IT certificate degree. But while I got my cyber security... Read More training course done with Syntax Technologies, I was amazed how they took care of providing mentors and recruitment assistance in even building our resumes aptly so that it is in accordance to the new learnings I have got and skills industry wants.Read Less",Cyber Security Course,Cybersecurity +295547,11797,syntax-technologies,James Nathan,False,2021,Syntax Technologies is like a job experience.,2022-12-07,5.0,5.0,5.0,5.0,"I joined Syntax Technologies for their Data Analytics and Business Intelligence Training Course. And those three and a half months there was like an on job training. I especially felt that because I came from a programming background and here working... Read More on the various projects that they exposed us to that were designed by the industry experts themselves, made me feel I am working a job and get experience of the same. This helped me get confidence that I can work on real projects and that confidence got me through the interviews!Read Less",Data Analytics & Business Intelligence Course,Data Science and Analytics +295546,11797,syntax-technologies,John Stewart,False,2022,Syntax Technologies Courses are Life changing.,2022-12-07,5.0,5.0,5.0,5.0,I got myself sign up for the Software development engineer in test (SDET) course at Syntax Technologies and if you go by my experience then it is unquestionably one of the best software testing programs around. Their curriculum is designed keeping in... Read More mind what are the most important skills and knowledge that the current industry standards require in the professionals to work well and they really prepare you well so that you get hired by companies of repute.Read Less,SDET Automation Testing Course,Testing and Quality Assurance +295499,11797,syntax-technologies,Serena Oxley,False,2022,Great Experience!,2022-12-06,5.0,5.0,5.0,5.0,My experience at Syntax Technologies has been great throughout my cyber security course. Great here doesn’t mean that those six months was easy and a cake walk. It wasn’t. It was challenging. But each day when you learn the programming language that you... Read More didn’t know at all and better it with each day and work on projects that you never thought you would ever be able to do is a great feeling that motivates you to give in more efforts. This everyday improvements complied with right support from Syntax Technology makes the overall experience there great.Read Less,Cyber Security Course,Cybersecurity +295498,11797,syntax-technologies,Georgia Blair,False,2022,Syntax Technologies is bang-on.,2022-12-06,5.0,5.0,5.0,5.0,"I had researched about nine coding bootcamps before making the final decision to finally take an admission in Syntax Technologies. From the first interaction with their executives itself I got a positive vibe that they are serious about what they collectively... Read More are into. Weather it was prompt answering to various course related questions or any other information I wanted, I never got a rude or disinterested reply. And, once I joined, I found that my decision to be bang-on.Read Less",SDET Automation Testing Course,Testing and Quality Assurance +295497,11797,syntax-technologies,Stevenson Miller,False,2022,One of the best bootcamps.,2022-12-06,5.0,5.0,5.0,5.0,"Being an alumni of Syntax Technologies, I can for sure say that it is one of the best places that can help you learn everything that you need to work as a competent professional in the IT industry. I did the Data Analytics or Business Intelligence course... Read More at Syntax Technologies and their end to end assistance helped wonderfully. Each of the TA’s and the instructors were more than willing to help out every time we approached them.Read Less",Data Analytics & Business Intelligence Course,Data Science and Analytics +295488,11797,syntax-technologies,Amanda Ruthven,False,2022,Afforable. Effective Curriculum. Great Support.,2022-12-06,5.0,5.0,5.0,5.0,"The support I got from Syntax Technology from the very first day helped me focus completely on my cyber security course. The first few week did appear extremely challenging for me to cope up with but I have to give credit to the instructors there and... Read More the support system there that I managed to not just feel motivated and focussed but also could make the following months much more manageable and rather enjoyable. Needless to say that after six months, I was officially working as a cyber-security professional!Read Less",Cyber Security Course,Cybersecurity +295486,11797,syntax-technologies,Anna Melyakova,False,2021,Great place to get your career a restart.,2022-12-06,5.0,5.0,5.0,5.0,"I hardly had any programming knowledge prior to joining Syntax Technologies, and was working in a FMCG Company as sales representative. During the pandemic, I got a break and that’s the time I decided for a career transition. After being a student at... Read More Syntax Technology and getting good returns from it, I feel Syntax Technologies is a great place to acquaint oneself with all the necessary knowledge and skill that is required for working real-time in the IT industry.Read Less",Data Analytics & Business Intelligence Course,Data Science and Analytics +295474,11797,syntax-technologies,Ekaterina Kabanova,False,2022,The mentorship of Syntax Technologies is mind-blowing!,2022-12-06,5.0,5.0,5.0,5.0,The mentorship and assistance that Syntax Technologies that provided me from the first day of my class with them to the day I started my professional life as data analyst. The curriculum that they have is undoubted good and so is the various projects... Read More and exercises they expose their students to. But what I liked the best about this place is the kind of mentorship and assistance that we got from mentors and instructors is surely cherry on the cake.Read Less,SDET Automation Testing Course,Testing and Quality Assurance +295473,11797,syntax-technologies,Tatiana Gurinovich,False,2022,SyntaxTechs literally launched my IT career.,2022-12-06,5.0,5.0,5.0,5.0,"Syntax Technologies provide with mentors that guide you through the courses extremely well and the instructors there literally hand-held each of the students there for smooth and impactful transition from a non-IT to an IT professional life. At least,... Read More that is what happened with me and everyone in my batch there. They helped us with everything from learning basics to complex study materials to actually landing a well-paying job!Read Less",Data Analytics & Business Intelligence Course,Data Science and Analytics +295471,11797,syntax-technologies,Elena Prozorova,False,2022,Go for it,2022-12-06,5.0,5.0,5.0,5.0,"The curriculum that Syntax Technologies has designed for the courses it offers has been done keeping in mind what we as students would actually need to learn and use in the practical felid of work. This helped me a lot as a student there since I was not... Read More just taught theoretical knowledge but their practical assignments and exercises gave me an exposure and confidence to work on real world projects. Therefore, if you are planning to take up IT related courses then you can go with Syntax Technologies for great value addition.Read Less",SDET Automation Testing Course,Testing and Quality Assurance +295470,11797,syntax-technologies,Maria Skirich,False,2021,People at Syntax Technologies make it the Best and unmissable Bootcamp,2022-12-06,5.0,5.0,5.0,5.0,"I would 100% recommend Syntax Technologies to anybody who really wants to go for data analytics course and have a career in the Data Analytics or Business Intelligence. And if you ask me what is best about Syntax Technologies, I would say its people.... Read More Their instructors are top notch and so is their mentor support and job assistance. Everyone there is giving in best so that their students gets industry ready to jumpstart their career in the best possible manner.Read Less",Data Analytics & Business Intelligence Course,Data Science and Analytics +295441,11797,syntax-technologies,Nathan Santiago,False,2022,Best Bootcamp in the market,2022-12-05,5.0,5.0,5.0,5.0,"I had joined Syntax Technologies with a lot of apprehensions. I had taken a chance especially when I heard people speak negatively about most coding bootcamps about how they do not deliver what they assure. With Syntax Technologies, I was pleasantly surprised... Read More that it was 100% what its website https://www.syntaxtechs.com said about it! I had taken their Data Analytics & Business Intelligence Course and I can speak from my experience there that they actually have right curricullum, projects and exercises as well as great instructors.Read Less",Data Analytics & Business Intelligence Course,Data Science and Analytics +295440,11797,syntax-technologies,Ezra,False,2022,Must Try.,2022-12-05,5.0,5.0,5.0,5.0,"If you are having no programming background but still want to make a career in the fast developing IT industry then I would surely recommend you to go for Syntax Technologies. I came from a non-IT background, and in six months with their Cyber Security... Read More Course, I managed to become a professional Cyber Security expert. The course fee was far more affordable as compared to most others in the market and the instructors and curriculum were nice too.Read Less",Cyber Security Course,Cybersecurity +295439,11797,syntax-technologies,Mateo Daniel,False,2022,6 months course learning at Syntax Technologies overpowered 4 year degree,2022-12-05,5.0,5.0,5.0,5.0,"I had joined Syntax Technologies with an aim to learn enough to start a career as a Data Analyst. Right from the beginning I was much focussed and the amazing team at Syntax Technologies helped me learn analytical as well as programming skills and also... Read More helped me apply the skills and learnings immediately in the actual workforce settings. In six months of rigorous training, I managed to achieve what many can’t in a four-year degree!Read Less",Data Analytics & Business Intelligence Course,Data Science and Analytics +295438,11797,syntax-technologies,Harper James,False,2022,Syntax Technologies actually accelerated my IT career,2022-12-05,5.0,5.0,5.0,5.0,I wanted to have a career in IT industry but I didn’t want to go through those four-year degree to learn coding. That’s when I searched for a coding bootcamp that would help me start and accelerate my IT career and joined Syntax Technologies. Syntax Technologies... Read More provided with career-readiness training and helped me to develop extensive skill sets and their projects helped me by giving me chances to apply my learning in the practical work.Read Less,SDET Automation Testing Course,Testing and Quality Assurance +295387,11797,syntax-technologies,Denis Kovalev,False,2022,Completely Worth It!,2022-12-03,5.0,5.0,5.0,5.0,"I had taken admission in Syntax Technologies after going through the reviews of various bootcamps and therefore think that it is good to leave a review, good or bad, so that others may benefit from it. If you are looking to join a coding boot camp and... Read More make a career in the IT industry then here are some of the reasons one can join about Syntax Technologies as per my experience there. 1. They have some really knowledgeable and approachable instructors. 2. Their practical exposure programs and projects do help in getting ready for the real job life. 3. They do provide dedicated job assistance to their students.Read Less",SDET Automation Testing Course,Testing and Quality Assurance +295386,11797,syntax-technologies,Tatyana Borodina,False,2022,I give it 10/10.,2022-12-03,5.0,5.0,5.0,5.0,"I came from a complete non IT background and with the help of Syntax Technologies I managed to jumpstart a career in one of the most sought after domains of the tech industry, Data Analytics! Right from the joining day till the day I graduated and secured... Read More a good job, I had my mentors and instructors by my side guiding me and assisting me in everything I needed. I will be forever grateful to them for preparing me to not just get any job but also a satisfactory and progressive career!Read Less",Data Analytics & Business Intelligence Course,Data Science and Analytics +295385,11797,syntax-technologies,Albina Parks,False,2021,Best career changing and life changing decision I made,2022-12-03,5.0,5.0,5.0,5.0,"I was working at a QSR as the service crew when the pandemic happened. With lockdown and people trapped inside their house, I got into a deep thought about the future of my job that required me to be on the restaurant floor meeting and serving people.... Read More That’s when I thought of staring a new career in a field that wouldn’t be hampered by such lockdowns and have progressive future. I joined the cyber security course at Syntax Technologies, and I feel it was my best life-changing decision so far.Read Less",Cyber Security Course,Cybersecurity +295384,11797,syntax-technologies,Adiba Babaeva,False,2021,Neither your money nor your efforts will be wasted here,2022-12-03,5.0,5.0,5.0,5.0,"When I joined Syntax Technologies, the very first day of the Data Analytics & Business Intelligence Course my instructor very clearly explained to us that if we don’t want to waste our time, money and efforts at the bootcamp then we have to follow the... Read More instructions and course with compete dedication and focus. I so agree with that point now. Syntax Technologies provided us with great instructors, course material and practical experiences and job assistance and all that we were required to do was work diligently.Read Less",Data Analytics & Business Intelligence Course,Data Science and Analytics +295383,11797,syntax-technologies,Olga Bogatova,False,2022,They actually do what they say,2022-12-03,5.0,5.0,5.0,5.0,I have many friends along with me who joined various coding bootcamps therefore this review is from that collective data I have seen among my group of known people. No bootcamp says that their course or assistance is below par. No one would say that their... Read More instructors don’t train students well. No boot camp says that they do not provide mentor support or job assistance. But very few of them actually do what they promise. Syntax Technologies is one among those bootcamps who actually deliver what they promise. Kudos to them for that!Read Less,Cyber Security Course,Cybersecurity +295382,11797,syntax-technologies,Natasha Rostova,False,2021,Syntax Technologies has my 100% Recommendation!,2022-12-03,5.0,5.0,5.0,5.0,"Ever since I applied for the SDET Automation Testing Course at Syntax Technologies, I have been recommending to anyone and everyone who wants to have a career in software development and testing. Their course is actually well designed and their instructors... Read More make the entire learning journey much more effective. By the end of the course, with their training, practical projects and exercises you do become completely ready for starting a career as Software Development Engineer in Test.Read Less",SDET Automation Testing Course,Testing and Quality Assurance +295381,11797,syntax-technologies,Petrov,False,2022,Life at Syntax Technologies Rigorous but Rewarding,2022-12-03,5.0,5.0,5.0,5.0,"I recommend Syntax technologies to anyone who wants to make a career in IT industry and is not afraid to work hard for at least 6 months at the Bootcamp. Initially my days at the bootcamp were very tough and I almost regretted making myself go through... Read More such difficult process of learning. But few weeks into the system, I started seeing amazing positive results and by the end of it I realised how my life at Syntax Technologies was hard and rigorous but extremely rewarding.Read Less",Cyber Security Course,Cybersecurity +295372,11797,syntax-technologies,Morgan Lucie,False,2021,Best Coding Bootcamp Experience,2022-12-02,5.0,5.0,5.0,5.0,Right from my first day with Syntax Technologies on their SDET Automation Testing Course had been an experience I wish I had during my entire academic years. I instructors and the course designs are such that you would want to give in a 100% to excel... Read More and work hard. The hands-on job assistance that I received was also impeccable and with all of it I did manage to start career as Software Development Engineer in Test.Read Less,SDET Automation Testing Course,Testing and Quality Assurance +295371,11797,syntax-technologies,Jack Henry,False,2022,I transitioned to new IT career with Syntax Technologies.,2022-12-02,5.0,5.0,5.0,5.0,"I was working in the retail industry for almost 6 years prior to joining Syntax technologies. I had come across them online wherein I saw that they assured that their Cyber security training program is specifically designed to train people from non-IT... Read More background. I was intrigued by it and after doing some research I got myself sign up for their course. In next six months, this cybersecurity bootcamp ensured that I become a cyber-security professional which I am today!Read Less",Cyber Security Course,Cybersecurity +295370,11797,syntax-technologies,Smith Ava,False,2022,Overall it is a best option,2022-12-02,5.0,5.0,5.0,5.0,"According to me, Syntax Technologies is overall a best option for a coding bootcamp to be joined. They go above and beyond to help their students in learning the course materials and also assisting in getting them ready for working in a highly competitive... Read More tech industry. I have had a very good experience with them during my Data Analytics & Business Intelligence Course at Syntax Technologies.Read Less",Data Analytics & Business Intelligence Course,Data Science and Analytics +295319,11797,syntax-technologies,George mitchell,False,2021,Syntax Technologies delivers its promises... :),2022-12-01,5.0,5.0,5.0,5.0,"Prior to joining Syntax Technologies, I had gone through their website and spoken to their admission officer in detail. They made promises like they are student-centred bootcamp and that their team is highly committed to assist each of their students... Read More in learning and getting a satisfactory job and be successful, etc. I joined with an apprehension that they might be making shallow promises like most others. BUT, after being a student there and experience it first hand, I Agree that they Do Deliver Their Promises!Read Less",Data Analytics & Business Intelligence Course,Data Science and Analytics +295318,11797,syntax-technologies,Miller Olivia,False,2020,Syntax technologies makes you industry ready.,2022-12-01,5.0,5.0,5.0,5.0,"I got enrolled myself for the SDET course at Syntaxtechs.com. Right from the day 1, I got the feeling that I have selected the right mentors for myself. Their curriculum, their instructors, their job support executive are all very focused and in sync.... Read More The 6 months at the course gave me opportunities not just have a classroom learning but also gain experience by working on real life projects. They literally made me industry ready even before I took a software developer job!Read Less",SDET Automation Testing Course,Testing and Quality Assurance +295317,11797,syntax-technologies,Emma Johnson,False,2021,They prepare you for the real world,2022-12-01,5.0,5.0,5.0,5.0,I have earlier done various short courses from different bootcamps to keep myself updated. But I have to say that Syntax Technologies puts in quality effort to prepare each of the students enrolled for working in the real professional world. I was happy... Read More to see that we were not just another roll number for them. Each one of us were treated like we matter. The instructors took keen interest in explaining concepts and clearing all the doubts. I reason I am writing this is because I am super happy with them.Read Less,Cyber Security Course,Cybersecurity +295316,11797,syntax-technologies,Davin George,False,2021,Hard work paid off,2022-12-01,5.0,5.0,5.0,5.0,I was always fascinated by the term software developer but didn't want to spend years in becoming one. The six months SDET course of Syntax Technologies fit my expectations well. The course was initially difficult but with the help of great instructors... Read More I managed to learn all the required technical and non-technical skills. Today I am working as a Software Developer Engineer in Testing!Read Less,SDET Automation Testing Course,Testing and Quality Assurance +295315,11797,syntax-technologies,Barbara garcia,False,2022,You won't regret giving it a try.,2022-12-01,5.0,5.0,5.0,5.0,"I had friends who were working in data analytics field and earning extremely well. Seeing the growing scope of job in it, I really wanted to have a career in data analytics but didn't know if I could really make it without any technical or coding background.... Read More While searching options online, I stumbled upon Syntaxtechs.com. After speaking to the coordinators, I thought to give it a try. I got the certification and successfully managed to start my career in data analytics!Read Less",Data Analytics & Business Intelligence Course,Data Science and Analytics +295280,11797,syntax-technologies,Aria Davis,False,2022,Value for Money. :) Go for it.,2022-11-30,5.0,5.0,5.0,5.0,"I had started the data analytics course with another bootcamp earlier to joining Syntax Technologies but had left it half way because I didn’t find it adding considerate amount of value to my learning process. Now that I have taken the same course with... Read More Syntax Technologies, I can first hand see the difference. The instructors here are dedicated to help each one of us to make our learning journey smoother and more rewarding. Each class is full of learning and they are preparing us for real job world!Read Less",Data Analytics & Business Intelligence Course,Data Science and Analytics +295279,11797,syntax-technologies,Alina Shenouda,False,2021,The curriculum design and the process of teaching at Syntax Technologies makes the learning process for people who get enrolled there much more focussed and industry ready.,2022-11-30,5.0,5.0,5.0,5.0,"They make you get your hands dirty and the learning is hands-on. I personally, found that each task that I was assigned to complete made me more confident as I applied my theoretical learning into practical projects. For me it is the best place to learn... Read More tech courses, for sure.Read Less",Cyber Security Course,Cybersecurity +295278,11797,syntax-technologies,Isabella,False,2022,Great staff and great vibe,2022-11-30,5.0,5.0,5.0,5.0,"For me, the process of learning programming languages and concepts has always been complex and difficult. But after I joined Syntax Technologies, I came across instructors who excelled in teaching most complicated programming concepts and languages in... Read More the simplest ways. The special attention that this boot camp gives to having quality teachers and support for students deserves a brownie point. I recommend them because my journey with them has been rewarding.Read Less",SDET Automation Testing Course,Testing and Quality Assurance +295271,11797,syntax-technologies,Allisana Jose,False,2021,Syntax Technologies is a revolution in Software Testing Training,2022-11-30,5.0,5.0,5.0,5.0,"The learning process at Syntax Technology does demand dedication from the people taking the courses. They do let you learn at your pace as in they will clear doubts and explain as many times as required. But, it doesn’t mean that one can get away being... Read More casual and not completed committed. If you are serious about learning and making a career in IT, then I would vouch for you to join Syntax Technologies.Read Less",SDET Automation Testing Course,Testing and Quality Assurance +295253,11797,syntax-technologies,Jolly brown,False,2022,I was not sure if I could actually work in the IT industry because I did not have a IT related degree.,2022-11-29,5.0,5.0,5.0,5.0,"Thanks to the gruelling sessions at Syntax Technologies that it made me learn what I didn’t know anything about and I got a job as Data Analyst. The 4 months that I spent on a Data Analytics & Business Intelligence Course required me to work very hard... Read More especially because I didn’t come from this field of study, but the positive end result paid it off!Read Less",Data Analytics & Business Intelligence Course,Data Science and Analytics +295252,11797,syntax-technologies,Yana Usmanova,False,2022,Syntax Technologies learning journey is demanding by for sure highly rewarding.,2022-11-29,5.0,5.0,5.0,5.0,The first few days at the Syntax Technologies were very overwhelming for me and I felt that I have got myself into a wrong place. But I was mistaken. The instructors there were not just highly qualified but also highly empathetic and considerate. They... Read More spoke to me and explained me things over and over again and with their support and my hard work I managed to successfully complete my Data Analytics course and land a well-paying job.Read Less,Data Analytics & Business Intelligence Course,Data Science and Analytics +295203,11797,syntax-technologies,Kathleen Jones,False,2022,I would recommend you join Syntax Technologies for sure.,2022-11-28,5.0,5.0,5.0,5.0,"I saw great job opportunities coming along the ways of my friends that came from IT background. But because I had Four-Year Undergraduate Degree in social work, I was unable to get those opportunities. That was the time I came to know about Syntax Technologies... Read More and how with their courses it was possible for people not coming from IT background to make a career in IT field. The instructors there were highly experienced, professional, and helpful. They made the tough learning journey far smoother and easy. If you are willing to work hard, learn sincerely and make a career in IT, then I would recommend you join Syntax technologies for sure.Read Less",Data Analytics & Business Intelligence Course,Data Science and Analytics +295053,11797,syntax-technologies,Murat Kaplan,False,2022,Syntax Technologies is 100% worth it,2022-11-22,5.0,5.0,5.0,5.0,"I did my share of research before joining this boot camp. Now, after spending months of learning there, my first-hand experience with Syntax Technologies can be described in just one word and that is ‘Quality’. I had enrolled in Data Analytics & Business... Read More Intelligence Course and within 4 months I managed to go from 0 programming knowledge to become a data professional “Data Analyst” successfully. The quality that Syntax Technologies provided us was indeed great. Right from the introductory classes to the full-on learning sessions, highly knowledgeable instructors and job guidance. For me, it was 100% worth it.Read Less",Data Analytics & Business Intelligence Course,Data Science and Analytics +294958,11797,syntax-technologies,Afhak Akhtar,False,2021,Highly recommended bootcamp for learning IT skills.,2022-11-18,5.0,5.0,5.0,5.0,"Syntax Technologies is for sure the best center for absolutely anyone to learn to code. Especially if are not from this field, like me, yet want to start as a beginner with an aim to master this skill set and take it up professionally, you must enroll... Read More with them. I joined technologies by hearing the positive word of mouth from my friends, and I am glad I took the right decision. Today I am a cyber-security professional. If you too want to learn a new IT skill and make a career in it, you must join Syntax Technologies.Read Less",Cyber Security Course,Cybersecurity +294917,11797,syntax-technologies,Evrim Öztürk,False,2021,Thumbs up for Syntax technologies,2022-11-17,5.0,5.0,5.0,5.0,"I did not have any IT background but this ever-growing industry grabbed my attention and I was on the lookout for how I can get the knowledge that would help me Syntax Technologies was my answer to it. Their SDET automation training course helped me get... Read More hands-on learning. Though I had to put in lots of effort but the result, in the end, was all worth it. Thanks to the entire team for helping me throughout and for the job assistance.Read Less",SDET Automation Testing Course,Testing and Quality Assurance +294886,11797,syntax-technologies,Shane Williams,False,2022,Great instructors and great support.,2022-11-16,5.0,5.0,5.0,5.0,My experience at Syntax Technologies was awesome. I can guarantee that Syntax Technologies is indeed credible and without a doubt one of the best coding Bootcamp you will come across. I undertook an SDET automation training course and the gruelling months... Read More of training helped me get not just theoretical knowledge but also practical learning. The instructors there were ready to lend a hand whenever needed and the job assistance provided was also commendable.Read Less,SDET Automation Testing Course,Testing and Quality Assurance +294862,11797,syntax-technologies,Najiba Gula,False,2022,Highly satisfied with Syntax Technologies.,2022-11-15,5.0,5.0,5.0,5.0,"When the pandemic hit the world, I spent far more time on the internet. That is the time I realized that the job scope of cyber security is on the rise. At that time I was working in a junior position at a small retail outlet and had no knowledge of how... Read More the cyber security world worked. But I wanted to learn and change my career direction. I came across https://www.syntaxtechs.com and thankfully found the guidance I was looking for. Today I am a cyber-security professional and the credit goes to my sincerity and Syntax Technologies.Read Less",Cyber Security Course,Cybersecurity +294837,11797,syntax-technologies,Aadila Akhunzada,False,2020,Syntax Technologies is a highly recommended place to learn.,2022-11-14,5.0,5.0,5.0,5.0,"As per my experience, Syntax Technologies is a highly recommended place to learn. It is a very nice coding boot camp with really nice instructors who take a great interest in clearing doubts and making learning stimulating. I had no IT background yet... Read More after completing my six months Cyber security course with Syntax Technologies, I managed to grab a well-paying job in the same field. Thank You Syntax Technologies for delivering what you promised.Read Less",Cyber Security Course,Cybersecurity +294812,11797,syntax-technologies,Abram Adam,False,2021,"Thank God, I took the right decision to join Syntax Technologies.",2022-11-13,5.0,5.0,5.0,5.0,"I was told about Syntax Technologies by a friend of mine while I was wondering what to do to get myself a decent job. I wasn’t sure if this coding Bootcamp would actually deliver what its course promised. But, it did! They ensured that right from the... Read More first day I got enrolled, the learning was intense. I had to work really hard. In a matter of six months, I became market ready and got a job offer that I couldn’t even think of getting prior to those six months! Thank God, I took the right decision to join Syntax Technologies.Read Less",Data Analytics & Business Intelligence Course,Data Science and Analytics +310012,10743,evolve-security-academy,Yolanda Mondragon,False,2024,Exceptional instructors and support!,2024-04-10,5.0,5.0,5.0,5.0,"I'm so glad I found the Evolve Security Academy Cybersecurity Program because it would have been near impossible for me to curate all the course content, exercises, quizzes, labs, etc. on my own (despite the vast availability of free resources, this simply... Read More is a very hard thing to do). The format (live online lectures, coupled with some recorded lectures and work you do on your time) was very effective! You don’t miss out on class and instructor interactions, and, at the same time, you get through much of the material on your own time. Class meetings were M-Th evenings for 2 hours—that made it easier to do than a longer stretch of 3 hours. Office hours were held every evening we had class, so you get the best opportunity to ask questions and stay abreast of the material. The Saturday classes were every other week for 5 hours, which allowed time for assessments, extended exercises, and labs. The curriculum was laid out in a logical sense, with additional resources given if you want to learn/practice even more. Having quizzes, many labs, and assessments kept us in line with the material. The best part of the program: the instructors and teaching assistants (T.A.s) -- knowledgeable professionals, fully available and helpful to a 'T'. Even though I loved all the instructors, I would say this program would not be the same without the close assistance of the T.A.s! I'd highly recommend the ESA bootcamp because it's a professional program and very well executed, with a huge amount of learning opportunities, and it prepares someone for an entry-level job in cybersecurity. The support in terms of instructors, TAs, the director, our career coach, the CyberLab learning portal, etc. is truly outstanding!Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +309927,10743,evolve-security-academy,MINH CUONG NGUYEN,False,2024,Evolve Academy: OSCP Bootcamp Review,2024-04-06,4.0,4.0,4.0,4.0,"Pros: The course was amazing, it created a solid push for me to obtain the OSCP certification. I've acquired new and valuable skills and techniques, which will be surely helpful for me in the future career. Other than that, I've met new friends, who shares... Read More the same goals, we talked and shared things with each other, which meant a lot to me. After the course, I felt like my knowledge was strongly consolidated and was ready to tackle the exam. [Update April 2024]: I passed the OSCP with 90 points. Cons: There is one small thing that I'd recommend, is to update the CyberLab platform, I perceived that some of the contents aren't up-to-date. For example, Buffer Overflow has been announced to be removed from the OSCP exam; therefore, it might not relevant unless there is a public exploit available for it. The Control Panel features can be further improved, especially, the search function. I couldn't search for the machine name at the time I did the course. Overall, I'd give a solid 4/5.Read Less",,Unknown +308332,10743,evolve-security-academy,Michelle H,False,2023,Wonderful Learning Experience,2024-01-31,5.0,5.0,5.0,5.0,The Evolve Academy bootcamp is a good entry for anyone completely new to tech and looking for a career start in cybersecurity. Having different instructors who are actively working in the field teach in their respective areas meant getting quality teaching... Read More across all topics. Every instructor was engaged when teaching and always eager to help. The small lab sections allowed every student to ask questions and really dig deep into any misunderstandings.Read Less,Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +308033,10743,evolve-security-academy,Sandrine Mamigonian,False,2023,Graphic Design to Cyber Security Transition,2024-01-18,5.0,5.0,5.0,5.0,"I recently transitioned from graphic design to cyber security, and I'm grateful for Evolve Academy's support. Despite no prior IT knowledge, the transition was smooth due to their comprehensive assistance. Step-by-step guidance, teacher availability,... Read More and recorded lectures provided a personalized and flexible learning experience. Collaborative classes pushed me out of my comfort zone, and concerns about isolation were alleviated by a supportive virtual community. Mike, an exceptional teacher, guided me with patience. Now actively seeking cyber security opportunities, I feel well-prepared and confident, thanks to Evolve Academy's thorough training. The skills acquired surpass those from a Google Cyber Security course. This investment equips me to handle real-world scenarios, setting me apart in the job market and boosting my overall confidence.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +307829,10743,evolve-security-academy,kacy yancey,False,2023,great program!,2024-01-09,5.0,5.0,5.0,5.0,"After thorough bootcamp research, I confidently chose Evolve. Post-completion, the exceptional quality and experience surpassed my expectations, solidifying my decision. The invaluable skills gained continue to propel my career journey, making it a truly... Read More rewarding choice.Read Less",Cybersecurity Bootcamp,Cybersecurity +307828,10743,evolve-security-academy,Spencer Shumpert,False,2023,A great place to learn!,2024-01-09,5.0,5.0,5.0,5.0,"I really enjoyed the ESCP Cybersecurity Bootcamp. The instructors and TA's are very helpful and understanding. The course provided amazing material that was easy to follow for someone with no IT background, and made it very enjoyable with the different... Read More lab scenarios that were provided. I enjoyed my time at evolve and highly recommend it.​ The course is very thorough with the material it teaches, and the labs are very well explained and provide great hands on learning.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +304798,10743,evolve-security-academy,Anonymous,True,2022,Not worth it,2023-09-12,1.0,1.0,1.0,1.0,"First of all there were three different teachers in the cohort, It seemed like they kept getting hired or fired. There is no guarantee or help trying to find a job. The assistants pretty much leave you on your own. There were a few classmates that dropped... Read More out midway, and I wish I would have done so to save money. You can't even keep your information packets for future reference. I wish I could review some power points or Lessons, but they disable that after you finish the course. I Could have used the money for some books, at least i would have that as reference.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +303348,10743,evolve-security-academy,Jeremy Young,False,2023,Glad I went through Evolve academy,2023-07-30,5.0,5.0,5.0,5.0,"The amount of actual hands on work and labs throughout the course was exceptional and preferred over just videos and lectures. Along with this the instructors and TA's knowledgeable, enthusiastic, helpful, and went above and beyond for us. Staying outside... Read More of class or office hours to help explain certain topics or push extra knowledge to help us exceed. [The instructors] all went above and beyond for us. Lastly, the career support via [the Career Coach] was also exceptional and something I am very thankful for having along with the curriculum.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +303202,10743,evolve-security-academy,Alex Saldierna,False,2023,Learned great skills for my career,2023-07-25,5.0,5.0,5.0,5.0,"The staff at Evolve Academy very much cares about making sure you succeed and indeed makes it their priority, and offers so many options towards your career in cybersecurity. The entire culture at Evolve Academy was very welcoming of people from all backgrounds... Read More into the field of cybersecurity and building up our knowledge, and more importantly, confidence towards achieving our goals. The job prep sessions are amazing and the networking skills we've developed are invaluable regardless of where we take our future.Read Less",,Unknown +303024,10743,evolve-security-academy,Shyam Venkataraman,False,2023,CyberSecurity Bootcamp Review,2023-07-19,5.0,5.0,5.0,5.0,"It is a very comprehensive learning experience and well worth it. Highly recommended. Instructors were very helpful, material was excellent, hands on labs were very good, the highlight was the regular projects and certification exam. Suitable for freshers... Read More and experienced folks.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +303013,10743,evolve-security-academy,Alan Garcia,False,2023,Amazing!,2023-07-19,5.0,5.0,5.0,5.0,"Loved the instructors and the TAs that I had for this cohort! The instructors and TAs were all so knowledgeable and friendly. Anys questions you had they had answers and if they didn't have the answer they would find an answer (if they could). I would... Read More definitely and confidently recommend this course the others as it has helped me get a better understanding and knowledge of the cyber security world, and I would know that others would enjoy this course.​Read Less",,Unknown +303012,10743,evolve-security-academy,Anonymous,True,2023,Evolve Security Academy is amazing.,2023-07-19,5.0,5.0,5.0,5.0,"I feel very fulfilled with my choice in this program. Every instructor was amazing. I learned more than I expected to and I feel confident about my career in this industry due to this bootcamp. If anyone is thinking about enrolling, they should take the... Read More plunge. They will be so grateful they did.Read Less",Cybersecurity Bootcamp,Cybersecurity +302883,10743,evolve-security-academy,Anonymous,True,2023,A Second Thought: An In-depth Review of Evolve Security Academy's Cybersecurity Bootcamp,2023-07-14,2.3,2.0,3.0,2.0,"I need to share some key insights after attending Evolve Security Academy's Cybersecurity boot camp. While some may speak highly of the academy, my experience left me disheartened and wishing I had spent my time and resources elsewhere. The academy's... Read More teaching model appears sound initially, as it assigns each student a Teacher Assistant (TA), usually a graduate from the previous cohort. However, this quickly becomes an issue as these TAs are more proctors than instructors, often resorting to Google when challenged by a question and simply relaying unsolvable queries back to the main instructor. The course costs $13,950 for 240 equivalent class hours, plus an expected additional self-study time outside of the 2-hour evening classes. Upon reflection, better value and industry recognition could be achieved through a similar-priced course from SANS, an established name in the cybersecurity field. While the fundamentals of IT and cybersecurity are initially touched upon by Evolve's more adept instructors, the post-fundamentals course swiftly degenerates into a hurried overview of the multifaceted domains of cybersecurity. This felt like a superficial tour, with an excessive emphasis on penetration testing, possibly a veiled upsell of their Offensive Security Certified Professional (OSCP) preparation course. Despite the curriculum boasting hands-on material, many instructors seemed more engaged in troubleshooting legacy lab exercises dating back to 2019/2020 than actual teaching. This lack of attention to the teaching material, which in part needed to be updated, hampered learning and often led to network failures, including during the final practical web application assessment. Including Python coding was a welcome thought, but the lessons were a rushed, last-minute addition that felt like an afterthought rather than an integral part of the curriculum. In terms of career support, Evolve fell drastically short. The ""support"" mostly consisted of rehashed slideshow presentations and brief, 30-minute 1-to-1 career coach sessions that ended abruptly, with no follow-up. One disheartening experience was when a career coaching day was wasted playing an unrelated trivia game due to a lack of planning. The alumni panel presented to us seemed unprepared for the job market, needing more fundamental IT skills such as Windows system administration and active directory management. Post-cohort, they applied to over 100 jobs only to be routinely dismissed. The course began promisingly, introducing basic tools and techniques useful in the cybersecurity field. However, an executive preferred flashy, engaging content over substantive, job-relevant information. This epitomizes the short-sightedness of the institution. I left the boot camp with a shiny final certificate but woefully under-equipped for most entry-level cybersecurity jobs. I was left to supplement my education on my own. The academy is more focused on monetary gain than genuinely imparting quality education. I would implore prospective students to consider these points carefully before deciding. More effective and value-for-money cybersecurity programs are available that genuinely prioritize student development and career success.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +299894,10743,evolve-security-academy,Aileen McConnell,False,2023,Evolve Security Academy -A fantastic grounding in all things Cybersecurity,2023-04-03,5.0,5.0,5.0,5.0,"Having been brand new to the field of Cybersecurity I feel that the curriculum offered was a great jumping off point. The structure exposes you to a lot of the different aspects/sub focuses of cybersecurity so that you can decide what interests you. It... Read More gives you the knowledge to know enough about a subject to be able to apply it, and to know whether it is something that you would like to continue pursuing. The classes build on themselves until at some point you realize that you have learned a lot and that you can apply the knowledge to future units. The final exams are both challenging and affirming, a reflection of real world application of our training. I think Evolve Security has set up a great ongoing support group and I am looking forward to remaining connected to the folk that I have met.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +299500,10743,evolve-security-academy,Richard Carter,False,2023,"Challenging, well developed cybersecurity course!",2023-03-23,5.0,5.0,5.0,5.0,"My review is for an all online cybersecurity bootcamp, Evolve Security Academy. From the very beginning, it was a great experience. There were challenges along the way, but I feel so empowered after completing the course to pursue a career in cybersecurity.... Read More Instructors were great, labs were very useful, and they do a great job preparing students to get into the cyber workforce.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +299497,10743,evolve-security-academy,Jessica Fleisher,False,2023,Exceptional Experience,2023-03-23,5.0,5.0,5.0,5.0,"Excellent experience, from the instructors to the TA. They take the time to make sure you understand the concepts. Confidence is built as they lead you through the processes and aid you with the tools to solve the problem. The amount of knowledge I am... Read More ending the cohort with vs. the amount of knowledge I started with is unbelievable.Read Less",Cybersecurity Bootcamp: IN-PERSON (Chicago),Cybersecurity +296949,10743,evolve-security-academy,Andrii Fedorets,False,2022,Overall it was a great experience,2023-01-23,5.0,5.0,5.0,5.0,"The stuff was very knowledgeable and helpful with any sort of questions during and outside of the class hours! All of the material was helpful towards my preparation to pass the Sec+ exam. All of the courses are well structured with the perfect amount... Read More of lectures, practice problems and labs. Definitely a great investment of time and money!Read Less",Cybersecurity Bootcamp: IN-PERSON (Chicago),Cybersecurity +296528,10743,evolve-security-academy,Callum Goheen,False,2022,A focussed and hands-on experience preparing you for a career.,2023-01-09,5.0,5.0,5.0,5.0,I had a great experience with Evolve. They provide a great learning environment for both total beginners in the tech space and people with experience. It prepares you for you career with plenty of career coaching and one-on-one time with the instructors.... Read More There is a focus on getting hands-on experience with many of the tools you will use throughout a cybersecurity career.Read Less,Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +296452,10743,evolve-security-academy,KiTae Nam,False,2023,Amazing way to start a career change into IT!,2023-01-06,5.0,5.0,5.0,5.0,"Evolve Academy may have been my only cybersecurity bootcamp, but I would not have wanted to take any other. The instructors are very knowledgeable and create a warming environment where students aren't afraid to be wrong or ask questions. They are very... Read More hands on in making sure you succeed both in the bootcamp and in the work field! The material provided in the bootcamp covers every cybersecurity topic with multiple approaches to each to help individuals find their perfect way of learning.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +295506,10743,evolve-security-academy,Andre Diuguid,False,2022,Excellent way to prepare for the OSCP and a career in pentesting,2022-12-06,5.0,5.0,5.0,5.0,I really enjoyed this class as there are only a handful of quality pentesting courses out there. The instructors were awesome. It’s great to get questions answered you have poking at your thoughts. Otherwise you’ll google till your brain locks up….lol.... Read More Overall I would recommend this course to anyone who seriously wants to pursue a career in pentesting and wants to pass the OSCP.Read Less,OSCP Bootcamp (Live-Online),Cybersecurity +295496,10743,evolve-security-academy,Gaspard Baye,False,2022,Extremely experienced instructors with deep knowledge on the stuff. It was just awesome!,2022-12-06,5.0,5.0,5.0,5.0,"Satisfied with the content and experience of the instructors and TAs. Very helpful and valuable BootCamp. I will highly recommend it to anyone who wants to do serious Cybersecurity. The environment created allows collaboration, peer help, and exchange... Read More of ideas, making it unique and efficient.Read Less",OSCP Bootcamp (Live-Online),Cybersecurity +293564,10743,evolve-security-academy,Anonymous,True,2022,Excellent Curriculmn,2022-10-02,4.3,4.0,5.0,4.0,"I've been in IT for a few years now but was moving into a security role and felt like I was struggling with how to do the job and meet the expectations of my company, so I decided to join the bootcamp with that and it was the best decision. Although I... Read More did have a lot of the foundational knowledge for this realm, the curriculum and instructors helped me pull the things I already new and shift my focused to cybersecurity than general IT operations. The labs gave me the hands-on and experience that I needed to better understand the lectures and logic of the topic. Not only did I gain the appropriate perspective of being a cybersecurity professional, I learned about new tools and gained the confidence and understood more about how I could improve and lead projects to better my company's security posture.​Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +293355,10743,evolve-security-academy,James Huynh,False,2022,Straight to the point Cybersecurity!,2022-09-26,5.0,5.0,5.0,5.0,"Evolve Security Academy's Cybersecurity Bootcamp literally has everything you need to get started. I am extremely impressed with the design of their curriculum and the way they tie everything together at the end to get you prepared for the real world.... Read More The big question is do you get what you pay for? No, you get way more. Quick tips: Be organized, take notes, communicate often, and enjoy the process!Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +293351,10743,evolve-security-academy,Alix Ch,False,2022,"It was great, I can't complain. I got to explore everything to see what I'm good at.",2022-09-26,5.0,5.0,5.0,5.0,Got to explore almost every aspect of cyber and meet great people. If you're into computers and are eager to learn there's no reason why you shouldn't be successful in this course. The teachers are experienced and work in cyber so you're info straight... Read More from the field.Read Less,Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +293320,10743,evolve-security-academy,Brian V,False,2022,Challenging at a acceptable level,2022-09-25,5.0,5.0,5.0,5.0,Even though the course is 6 months its explained so well & clear. The labs are broken down to help you understand whats going on & the group system helps alot with better understanding with collective minds. It was 10/10 experience that really gave me... Read More tools & knowledge to further myself into careers.\Read Less,Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +293300,10743,evolve-security-academy,Aaron Yoder,False,2022,Evolve Security Academy Cybersecurity Bootcamp was extremely informational and has provided me a path towards achieving a Cybersecurity career in 20 weeks.,2022-09-24,5.0,5.0,5.0,5.0,"Evolve Security Academy was the best option I researched for getting into the Cybersecurity world using my veteran’s GI Bill benefits. Throughout the whole cohort you are given ample amount of time and assistance to learn and grow. My cohort was split... Read More into 4 separate groups to make it easier to learn with a Teacher Assistance leading each group. My TA was amazing and provided so much relevant information as she was once a student through Evolve and now is working as a Cybersecurity Analyst for a Cybersecurity Firm. This bootcamp is a lot of fun, but you must be prepared to sacrifice some of your personal time to grow. As for the veteran aspect I couldn’t praise Evolve Security Academy enough! Our cohort was online for 20 weeks that was supposed to be guaranteed paid by the VA GI Bill. The VA decided to stop funding online classes that were meant to be in person in July 2022. Evolve Security Academy tried resolving this issue with the VA but the VA didn’t budge. Evolve Security Academy helped us veterans in the cohort and did not charge us for this incident and ate the cost for the rest of our time. This was such a class act and I can’t say enough praise worthy things about how this was handled by Evolve Security Academy.Read Less",,Unknown +293239,10743,evolve-security-academy,Cameron Mayes,False,2022,Evolve is THE best!,2022-09-22,5.0,5.0,5.0,5.0,"As a transitioning service member, I was looking for hands-on cybersecurity program that would allow me to use my veteran benefits. Doing some research, I came across Evolve, and WHAT A BLESSING! I am extremely happy with myself for joining Evolve AND... Read More completing the program. Evolve has absolutely changed my life, setting me on the right direction to begin a cybersecurity career. In only six months, I have a vast amount of experience, learned a ton about the industry, and my resume is on point! Evolve really takes time with their students and have the most amazing instructors, all of whom are industry professionals. I am walking away from this program with a ton of knowledge and connections. What more can you ask for? I would recommend this program to anyone looking to transition into cybersecurity and gain hands-on training.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +291383,10743,evolve-security-academy,Laura,False,2022,"Resources, Instructors and Support are fantastic. The experience is based on the effort you put in!",2022-08-02,4.7,5.0,4.0,5.0,"I started the bootcamp with limited knowledge about IT and cybersecurity and in 6 months my knowledge has increased ten fold. The instructors were so personable and engaging and used real life scenarios and knowledge to enrich each learning topic that... Read More was covered. The bootcamp covered many aspects of Cybersecurity and allowed students to get a hollistic thinking of the different areas. Every question was encouraged and every student was eager to learn and happy to study with me even late hours after work. The classmates and the TA's were so supportive and I have built such a strong network that has and will extend past this bootcamp. I have developed so much as a leader, student, and professional because of this bootcamp. It is a lot of hard work, dedication, and patience but looking back, this bootcamp has opened so many doors for me and I would recommend to those interested to go into this field.Read Less",Cybersecurity Bootcamp: IN-PERSON (Chicago),Cybersecurity +290787,10743,evolve-security-academy,eric bromfield jr,False,2022,Well-paced curriculum,2022-07-18,5.0,5.0,5.0,5.0,Although you cover a good amount of material the schedule is well thought out and executed. The transition from one topic to another felt armless and smooth. If you feel like you need extra help there is office hours which is an extra hour usually before... Read More class or if you reach out someone is always available and willing to help you.Read Less,Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +290727,10743,evolve-security-academy,JenT,False,2022,Cross the Finish Line! No Regrets!,2022-07-15,5.0,5.0,5.0,5.0,"I absolutely highly valued attending Evolve Security Academy Cybersecurity Bootcamp. It was tough considering I’m a career changer w/ no previous IT background. However, I stayed the course and received extra help when I needed. This program taught me... Read More superb industry hands on skills and taught me to face my fears and imposter syndrome. Staying diligent and committed paid off. Presently, I’m in my first tech job, as a systems assurance analyst, I landed the job before I even graduated from the bootcamp. I still have a lot to learn and I work on building my skills everyday, by investing time to refine my skill set. The bootcamp is very fast paced and at times a little challenging to stay with the pace. However, it provided me with a solid foundation for cybersecurity and the confidence to move forward as I strengthen my footing in an industry that always piques my interest and holds my attention. I was able to cross the finish line! I’d recommend Evolve Security Academy for those really serious about putting in the work to learn the skills to become a cybersecurity warrior and excelling in the industry! The staff was helpful and will provide the support and feedback to help you through the bootcamp, job preparedness/coaching and support throughout your career.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +290288,10743,evolve-security-academy,Anonymous,True,2020,This was an amazing experience that was the means for my career switch.,2022-07-01,5.0,5.0,5.0,5.0,"I cannot say enough good things about this bootcamp. I was wary about the knowledge, skills and support that I could get from an online course, but that quickly went away once I started. The smaller groups and focus on hands on learning really helped... Read More me work through the content, which could get very technical and in depth. The teachers were very knowledgeable and supportive. The course is best for people who are curious and motivated, regardless of your background in tech. Mine was minimal, but the interest was always there. Overall, I was able to push my skills and knowledge beyond what I expected, and now work in the industry full-time.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +290271,10743,evolve-security-academy,Anonymous,True,2022,"If you're passionate about cybersecurity and investing in yourself, give Evolve Academy shot!",2022-06-30,5.0,5.0,5.0,5.0,"If you're passionate about cybersecurity and investing in yourself, give Evolve Academy shot! You might just end up befriending a bunch of like-minded folk and a whole new job. I had a blast. Like most other things in life, you get out of it what you... Read More put in.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +290259,10743,evolve-security-academy,Tyler Dupont,False,2022,The best beginner to job cybsersecurity bootcamp,2022-06-30,5.0,5.0,5.0,5.0,"Evolve has a really great curriculum that covers major areas in cybersecurity. It is taught by very knowledgeable instructors who are always willing to help out, answer specific questions or give information on the industry. The majority of the work is... Read More done inside of labs where you have a kali vm to use so you also get hands on experience. They also have the best career coaching I've ever seen in a bootcamp. Career coaching lectures start early on and are present throughout the entire class. You can also schedule 1 on 1 time with the career coach to practice interviewing, review your resume, etc. There is a huge network of alumni who have been amazing to talk with about finding jobs, staying up to date on the industry & to work on projects with. You won't finish the bootcamp then be left alone. I met some of my best friends through the academy. The academy was pivotal in my career change from marketing into cybersecurity where I always wanted to be. I would recommend it for someone with any experience level who is looking to join the cybersecurity industry.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +290231,10743,evolve-security-academy,Mel Floyd,False,2022,Great Remote Bootcamp,2022-06-29,5.0,5.0,5.0,5.0,"I found that the classes being live helped a lot, especially the time they were held as worked perfectly for my work schedule. I feel more confident to acquire a security based IT role with the new knowledge and resources gained. I was recommended this... Read More by a former coworker and I've really enjoyed it. I will be recommending it for anyone I know who may want to go into cybersecurity.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +290229,10743,evolve-security-academy,Daniel Leifert,False,2022,A wonderful gateway into the vast field of information security,2022-06-29,5.0,5.0,5.0,5.0,"Evolve Academy had a number of very knowledgeable instructors with industry experience, and getting that kind of up-to-date industry insight, along with networking connections, plus excellent career prep resources, was just incredibly valuable to me.... Read More Getting a roadmap of the whole industry and lots of hands-on exercises has also been amazing. It feels surreal how much I've learned in such a short period of time and how much my eyes have been opened to the world of information security and computers in general. So much more now feels within my reach.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +290225,10743,evolve-security-academy,Nate,False,2022,Evolve Security Academy is one of the best CyberSecurity Academies on the market!,2022-06-29,5.0,5.0,5.0,5.0,"I was a bit skeptical coming into a fast paced environment with a growing industry being online. But since week one all the way to the end I was blown away by how much I learned. The structure and organization of the cohort, instructors/TA's and course... Read More content as a whole was bar none!Read Less",Cybersecurity Bootcamp: IN-PERSON (Chicago),Cybersecurity +290224,10743,evolve-security-academy,Matthew Gray,False,2022,A Well Designed Learning Experience,2022-06-29,5.0,5.0,5.0,5.0,"I found the value of Evolve as being surrounded by a career driven, learning oriented, cohort brought together and led through the vast cyber landscape. Each piece of the learning puzzle comes together with Evolve to create a overall great experience.... Read MoreRead Less",Cybersecurity Bootcamp: IN-PERSON (Chicago),Cybersecurity +290219,10743,evolve-security-academy,Anonymous,True,2021,Amazing hands-on experience that prepares you for the cybersecurity work force.,2022-06-29,5.0,5.0,5.0,5.0,"Evolve's bootcamp will give you the hands-on lab experience that you need to break into cybersecurity. The instructor was very knowledgable and helpful, TAs were great, and every day we did a lab to re-enforce everything learned in the lecture. The career... Read More services offered are also very helpful and I got great advice on negotiating salaries, interviews, etc. For those that are motivated to learn, but also might need a bit of help on the way.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +290214,10743,evolve-security-academy,James Kice,False,2022,Worth every penny if you're committed,2022-06-29,5.0,5.0,5.0,5.0,"I have thought about going into cybersecurity for many years (from sound engineering), on-and-off, and I'm so glad I went for it with this bootcamp. I tried a few other courses that were very explicitly self-paced and just consisted of watching videos... Read More about various concepts. This bootcamp does do that, but takes it even further with discussion and insight from cybersecurity professionals who have been in the field for many years and adds in hands-on labs for students to get relevant experience on a variety of tools and techniques, all in a schedule that works for most working people. If you've wanted to learn about cybersecurity but those self-paced programs with no hands-on labs did nothing for you, and you have the time to really put in the effort, I'd highly consider doing this bootcamp.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +290212,10743,evolve-security-academy,Ronald Pretzeus,False,2022,Money well spent,2022-06-29,5.0,5.0,5.0,5.0,"I really feel like i can bring something great to a company and that I have a the skills to apply my new knowledge in a functioning company. On top of that the school does everything in their power to make sure that you get a job, they are there every... Read More step of the way.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +290211,10743,evolve-security-academy,Austin Robles,False,2022,Skill-based Learning,2022-06-29,5.0,5.0,5.0,5.0,"Evolve Security Academy provides the structured support necessary for learning the fundamentals of cybersecurity. We learned AWS basics, traffic analysis with Wireshark, pentesting methods, and cybersecurity frameworks to give students a well-rounded... Read More perspective of the profession. I feel that with this course I am now ready to enter the infosec workforce.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +290208,10743,evolve-security-academy,Amer Abed,False,2022,"Started from the bottom, now we’re here",2022-06-29,5.0,5.0,5.0,5.0,I came into this program knowing nothing about cybersecurity and now I feel confident in so many things I didn't even know existed. I got to know a lot of people and connect with them on LinkedIn. I am an introverted person but this helped me get in contact... Read More with so many people not even in the cohort. I am thankful and honored to have gone through this program and appreciate anyone that helped me along the way. I highly recommend Evolve Academy to anyone interested in cybersecurity!Read Less,Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +290207,10743,evolve-security-academy,Jason Frank,False,2022,Awesome bootcamp experience,2022-06-29,5.0,5.0,5.0,5.0,"The program was well thought out, polished, and a good balance between learning and doing. The hands on labs were very appreciated as well as were some of the bigger projects such as the phishing campaign, threat intelligence, the Evolve hospital network,... Read More and AWS training. Thanks for a wonderful time I enjoyed it immensely.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +290206,10743,evolve-security-academy,Kalyani,False,2022,Great learning and Awesome Experience,2022-06-29,5.0,5.0,5.0,5.0,"Initially, I had a of couple other options while deciding on where to do the course, but finally decided to go with Evolve since not only they’re a top-ranked bootcamp but because they have a very student-centric curriculum, and that was very important... Read More to me. Great experience. I have a learned a lot and would love to continue my journey in the field of CyberSecurity. The teaching assistants and the lead speaker had so much knowledge about each of the modules and were able to answer all our questions. As a complete beginner in CyberSecurity , this class was just amazing and informative.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +289632,10743,evolve-security-academy,Dawson Pate,False,2022,"This class was a great experience and though a beginner, laid down the foundation very well.",2022-06-09,4.3,5.0,5.0,3.0,As a complete beginner in cybersecurity and pentesting in general this class was amazing. It layed down the fundamentals very well and in an easy to understand way. The instructors were very helpful and open to questions and more than happy to help your... Read More learning along the way. Though I lacked any experience or training beforehand I found this class very intuitive and on point for getting the knowledge needed to get started on my pentesting journey. Would highly recommend for anyone who wants to get started themselves. My class went extremely well and overall I don't really have any gripes/cons. Only thing is I feel bad for some of the people that left early due to the missed experience they would have had if they stayed. Fairly quick paced but if you keep to the program and follow the schedule it will definitely teach you what you need to know.Read Less,,Unknown +289566,10743,evolve-security-academy,Rick Console,False,2022,Unparalleled!,2022-06-08,5.0,5.0,5.0,5.0,"I've been wanting to get my OSCP certification for a while and I needed something that would both teach me everything I needed to know and give me the discipline I need to study and practice cybersecurity concepts. This course gave me much more than I... Read More could have asked for. The instructors were extraordinarily knowledgeable and were always willing to answer any questions I had. They were an invaluable resource for this course and cybersecurity in general. Every day was full of new information and it was presented in an approachable way. Not only did I learn the information required to pass the real OSCP exam, but I also learned a plethora of other tips and tricks that I will keep using for years to come. I would highly recommend this course to anyone interested. 10/10! TL;DR Outstanding instructors, excellent material, great course!Read Less",OSCP Bootcamp (Live-Online),Cybersecurity +287751,10743,evolve-security-academy,Kendall Daniel,False,2022,Amazing,2022-04-14,5.0,5.0,5.0,5.0,"This program is amazing! I decided to make a big change in my career and chose Evolve to give me the knowledge and skills i needed to make my way into the field. I feel so much of what i learned in the bootcamp prepared me with the knowledge i needed... Read More to do well in my new role and helped me on the CompTIA Security+ certification exam. This program fosters great connections among students, Assistant Instructors and Lead Instructors. Whenever i needed additional help i was able to reach out for support and was always met with the assistance i needed. If you’re considering moving into the cybersecurity space, this program is too notch and i would highly recommend it.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +287384,10743,evolve-security-academy,Jerold Kim,False,2022,"This bootcamp was very well organized, thorough, and very exciting because there were so many students that were excited about cybersecurity.",2022-04-04,4.7,5.0,4.0,5.0,"The pros of this program are the certificate (Evolve Security Certified Professional), the job preparation that we students received, and the groups that we were split up into for labs were extremely well thought out. The only con I would say (this might... Read More not happen in your experience) is the fact that there were a total of three teachers. I feel that the first teacher was too proud of himself and he rushed things like networking. There are adjunct instructors for around a week or two but that was very well done. If there were only two teachers, it would have been better.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +287281,10743,evolve-security-academy,Andrew Walter,False,2022,The best cybersecurity bootcamp you can find to get you ready to work,2022-03-31,5.0,5.0,5.0,5.0,"I found this bootcamp initially because it is one of the few that accepts the GI Bill and and the style of curriculum impressed me going in. I was certainly not disappointed. The instructors are extremely knowledgeable and have worked in the industry... Read More so they provide valuable background knowledge on how things work and what to expect. Also the TAs are all recent graduates so they are very prepared to help you. It really goes over all the most relevant current topics and prepares you to enter the field in a variety of roles. And one of the best things about it is the career prep and support. Helping you get working after you graduate is a big part of the program, not just an afterthought. They have great career coaches with invaluable insight into the best ways to approach your job search. I would highly recommend this program to anyone looking to enter the Cybersecurity field.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +287141,10743,evolve-security-academy,Joshua Tompkins,False,2022,Evolve Security Academy gave me the skills and confidence to succeed in cybersecurity.,2022-03-27,5.0,5.0,5.0,5.0,"Evolve Security Academy gave me the confidence and skills necessary to start a new career in cybersecurity. Through the class training and knowledgeable instructors, I learned about numerous aspects of the field. Through the labs, I was able to put what... Read More I learned into action. The camaraderie allowed me to build a network to help me in my career advancement in the future. I highly recommend this experience to anyone who is contemplating cybersecurity.​Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +287069,10743,evolve-security-academy,Michael Raines,False,2022,The best of the best,2022-03-24,5.0,5.0,5.0,5.0,"I attended Evolve Academy’s remote cybersecurity bootcamp in hopes of gaining the knowledge I needed to switch careers. I did not have a technical background and my skills were on par with your average every day user. I went in nervous but I am proud... Read More to say that is no longer the case now that I have completed the 20 week bootcamp. The staff, instructors, and entire team was extremely helpful the entire time. The atmosphere was very welcoming and is geared towards beginners. The way the course is structured is very easy to grasp and really focuses on hands on learning while also career coaching to give you the best chance of succeeding in this field. I would recommend this bootcamp to anybody of any age, learning style, or education level. From an automotive mechanic with no tech experience to a confident cybersecurity professional in just 20 weeks! Thank you Evolve!Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +287039,10743,evolve-security-academy,Robert Parker,False,2022,Incredible,2022-03-23,5.0,5.0,5.0,5.0,"I would recommend Evolve Security Academy to my friend or colleague interested in cybersecurity training for numerous reasons. The main reason being that during my entire time going through the bootcamp, I never once felt like a fish out of water. Coming... Read More from a background that had nothing to do with IT or cybersecurity, I was very nervous that I would feel lost and out of place during the beginning of the cohort. That was not the case, as each instructor, AI, and fellow classmates made me feel comfortable and eager to return to class each night. I cannot express enough how much I valued my time going through this cohort, and how it truly felt like I was being trained for success in the cybersecurity industry.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +286964,10743,evolve-security-academy,Anonymous,True,2022,Cyber Security bootcamp Oct Cohort 2021,2022-03-21,4.3,4.0,5.0,4.0,"The curriculum was very straight forward, although there was a lot, with the willingness to learn it all is what helped motivate me to stick to it. I was recommended to take this bootcamp and I'm glad i went with this place. Great people, great experience.... Read More This was my first time for SUPER FAST PACED LEARNING and it was struggle but a blessing. Ice learned a lot. And i will continue to learn more even after the bootcamp.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +286962,10743,evolve-security-academy,Anonymous,True,2022,I couldn’t have chosen a better bootcamp,2022-03-21,4.7,5.0,5.0,4.0,"Even though the cohort suffered from a higher-than-usual instructor rotation, Evolve managed to keep us well within program and without feeling that we lost anything in between at all. We learned what’s most important in this industry, we received high... Read More quality material, we had interactive experience all the time, between lessons to be read, videos to be watched, labs and quizzes. Cyberlab, the online working/studying platform, is the best online environment I have ever participated from. Worth the investment 100%. I also feel like I made acquaintances for life with many of my colleagues, as well as great relationships with assistant instructors, technical assistants, and lead instructors that will surely serve as reference in my professional career.​Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +286961,10743,evolve-security-academy,Anonymous,True,2022,"Mixed for sure, lots of highs and lows.",2022-03-21,3.7,4.0,4.0,3.0,"Pros: -The bootcamp gave me a trajectory to follow in terms of where to look for knowledge. -I was given hands on experience with multiple tools used in the field. -I was able to make connections in the cyber field. -I was able to become very good friends... Read More with my group and collaborate on projects outside of school. -The bootcamp gives a voucher for the CompTIA security+ exam. Cons: -Constantly going through lead instructors. -The lead instructor when I left taught nothing and relied on the assistant instructors to teach. -I believe the cohort is incredibly overpriced for what you get. -I was lucky to get an AI who was not condescending, not every group gets one.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +286184,10743,evolve-security-academy,Ruben Belen,False,2022,"A little of everything, and a lot of fun!!",2022-02-24,4.3,5.0,5.0,3.0,"My experience with Evolve will never be forgotten! Personally I did not have any type of an IT background and this bootcamp had everything I needed to start my journey. The lectures and labs were easy to digest, but also became increasingly more difficult... Read More as the course continued. Purposefully done so that the instructors can see how you handle challenges as well as guide you in the correct direction, this also was helpful in creating your own personal methodology for certain tasks. Instructors were ALWAYS available and would actually take the time to guide you through things that may not ""click"" initially. If your lucky enough to have a instructor like my group did, they may even stay on after class to do further challenges with you (TryHackMe/HackTheBox)! Just like anything else, you will get out of the course what you put in! Plenty to learn on your own but the real fun of this bootcamp was the opportunity to network/learn with all the instructors and students. The cohort itself is pretty large but you are split into smaller groups were you will spend majority of your time. This is were participation is key, luckily I was in a group that was very active and many of us are now friends outside of the camp with plans to meet at DEFCON. The cybersecurity learning path can be a journey that you do on your own, but having a group like the Evolve Security network behind you makes things way more engaging and just overall FUN!Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +285817,10743,evolve-security-academy,Jason Pavlow,False,2022,Awesome Experience! Make sure you participate in conversations and share your screen to get the most out of this course!,2022-02-11,4.7,5.0,5.0,4.0,"Awesome Experience. I can confidently say all of the professors were amazing and the network alone was worth the cost of admission. Python section and Career Coaching could be built out a little more. Coming from someone who is not in the IT space, I... Read More believe this Bootcamp is very much what you make of it. You can ""sit in the back of the class,"" going at your own pace, or you can actively participate in conversations, share your screen in labs, and receive valuable live feedback. It's a little nerve-wracking at first, but trust me, you'll get the most out of this course if you participate and share as much as possible. This translates to the interview process. The more you get out of your confort zone and have interviews you feel like you're completely not prepared for, the faster you grow. Overall, this course was expensive but worth the money.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +285757,10743,evolve-security-academy,Jens-Kristian Hoult,False,2022,"The Evolve course was first rate, especially for someone like me with no prior cyber experience.",2022-02-09,5.0,5.0,5.0,5.0,"Great course, very hands on experience from the instructors and the group teaching assistants. I liked how each different subject matter had different instructors, made it really nice to have various different perspectives and teaching styles presented.... Read More I did not meet one person from the Evolve Academy that was not willing to help and point me in the right direction. I did a lot of research on different bootcamp style courses similar to Evolve Academy, and the Monday through Thursday schedule is very advantageous for taking small learning steps instead of being in class for 3-4 hours at a time. I will say the course is very Pen Testing informative, I think I got more than my money's worth on that subject matter. Evolve covers all the intro subject matter for Cyber Security, but being a Pen testing company as well Evolve offers so many insights for that component of the course. Finally, the Alumni access is fantastic, as well as the job placement assistance part of the course. I have held various jobs in the logistics industry, applying for and starting new roles. Even though I have been working in a professional role for 7 years now, I still learned quite a bit about job hunting and preparation from the Evolve Academy.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +285755,10743,evolve-security-academy,Carmen Deng,False,2022,"Friendly, fast-paced learning environment!",2022-02-09,5.0,5.0,5.0,5.0,"I joined this boot camp because I wanted more hands-on lab experience, accountability, and networking with others. This bootcamp was also more affordable than a Master's degree (I have a Bachelor's in Sociology, but wanted to get into Cybersecurity).... Read More When comparing the course content between this bootcamp and a Master's degree, I found that this bootcamp had more practical learning, and not just lecturing you like a traditional class setting. If you're someone who also has these desires, this may be the place for you! Pros: - Non-competitive learning environment where you can work together - Friendly and understanding instructors, always there to help and quick replies - Instructors always want to improve the bootcamp and accept criticism - Encourages you to push out of your comfort zone to enable success (for this bootcamp and also for job preparation) - Lots of opportunity for hands on labs - Creating life long friends - Friends/classmates will motivate you to do TryHackMe boxes and other certifications to build your resume - Great job prepping material (Linkedin setup, tailored-resume, etc.) Mediating Factors: - You have to put in the effort to get the most out of the bootcamp - You have to study and take really good notes - You have to redo some of the labs if you want to understand it better - You have to ask for help if you need help Cons: - Sometimes there's issues with the virtual box or website, but they're usually solved very quickly and won't hold you accountable for mistakes on their end - The face-paced environment could be a con for some people who have a really busy schedule or work better in a slower paced environment. There were times where I felt it went by really fast, and where I personally thought I might not succeed and I thought I was the only one that felt this way- but when I did study sessions outside of class time with other students, they felt the same way. So don't feel discouraged. I learned to take away the big picture, take good notes, continously review, and study smarter. I was able to complete the bootcamp, and so can you! Focus more on topics you really enjoy and want to do in the future. - Sometimes the Zoom recordings don't get uploaded as fast as I want them to. It could be very difficult to catch up if you miss class. If you don't have access immediately, always reach out to classmates to catch up on missed-material. Overall, I am very satisfied with what I got out of this bootcamp. I think this was one of the best decisions that I have made, and will always support Evolve Security! I highly recommend this bootcamp for anyone wanting to be in the Cybersecurity field. Overall, I am very satisified with what I have accomplished in this bootcamp!Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +285691,10743,evolve-security-academy,Alex,False,2022,You Get What You Put In,2022-02-07,4.7,5.0,5.0,4.0,"These past 20 weeks have been filled with some incredibly rewarding moments thanks to the Evolve Security Academy bootcamp. It was easy to become immersed in all things security, and we touched on a plethora of different topics ranging from the basics... Read More and networking to application/offensive security, cloud architecture, scripting, cryptography, and so much more. You truly will get what you put in. If you take the time to really push yourself, complete labs multiple times, explore other security platforms to reinforce learning, and spend time outside of class practicing with your peers, you will be in for a great experience. The staff and instructors were incredibly helpful, kind, knowledgeable, and available to help with any questions or concerns. They were all a Slack away and were often available outside of class hours. Speaking of class hours, the schedule was very reasonable and provided just enough time to feel challenging but not punishing. Two hours every Monday through Thursday and 4-5 hours every other Saturday meant that I could keep up with other commitments outside of class while continuing to stay connected to the curriculum. Classes were also reasonably broken down into lectures and lab-time which was conducive to a dynamic learning environment. We were able to absorb new information in a formal class setting while we also got to look forward to breaking out into more casual groups to focus on hands-on labs and presentation skills. The bootcamp does offer job search assistance in the form of 1-on-1 counseling, resume reviews, and group sessions with the career counselor every other Saturday. This help is here if you need it, however the bootcamp does not offer a job placement guarantee like other bootcamps. Therefore, career resources can be used at your discretion and I found these to be a great baseline for what's to come. Overall, I think this is a great curriculum for beginners and veterans alike who require some flexibility in their schedules. The course is unequivocally challenging and will put your skills and mind to the test. Additionally, there are some topics that are fairly skin deep, so outside learning is almost fundamental. This is great practice though since cybersecurity is an evolving field and constant learning and digging will be a requirement for any student and professional going forward.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +285689,10743,evolve-security-academy,Lucas Yamane,False,2022,"Fulfilling, Encouraging, Rewarding.",2022-02-07,5.0,5.0,5.0,5.0,"This has been by far one of the best training courses I have ever attended. Interactive, keeps you on your toes, and material is not just ""death by power-point"". Truly engaging and practical. The instructors are top notch and understand that not everyone... Read More who attends the course even has the basic understanding of how a network works or how information traverses the internet. In fact, they approach it that way as to include everyone and get you involved. The labs are very well put together and easy to access. If you run into any issues or just feel like you are struggling, there is always someone you can reach out to for help. By the end of the course, I went from having basically zero knowledge of the industry to being competent in the use of industry standard tools, network architecture, security frameworks, penetration testing, scripting, etc. Absolutely amazing and highly recommended!Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +285688,10743,evolve-security-academy,Bryan Thompson,False,2022,Fruitful and insightful experience.,2022-02-07,5.0,5.0,5.0,5.0,"Throughout the 20 weeks of this program, the curriculum proves to be challenging, yet forgiving. A well blended schedule of labs and lectures allow the attendees to build on previous knowledge; how far and how well each student is able to progress is... Read More solely dependent on how much time they spend utilizing the materials given to them. An efficient alternative to traditional higher education, the boot camp is an enriching process full of team bonding, independent study, and guided learning when required.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +285677,10743,evolve-security-academy,Justin Bukstel,False,2022,Amazing learning experience,2022-02-07,5.0,5.0,5.0,5.0,"The Evolve Security Academy has been a great experience. From the moment you log on to the class, you're greeted with encouragement, excitement, and everyone on the staff willing and wanting to help you succeed both personally and professionally. A daunting... Read More subject like cybersecurity is made easy thanks to the structure of the class and the help of fellow students and instructors. I'm excited to continue my cybersecurity career thanks to Evolve. I would 100% recommend the course for anyone interested in entering the cybersecurity field.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +285536,10743,evolve-security-academy,Rodney E. Brooks,False,2022,Excellent break-in to the Cybersecurity World,2022-02-02,5.0,5.0,5.0,5.0,"The course was designed to give us firehose training and slowly increase our understanding throughout the course. At times, it could be challenging trying to figure out things with little experience. But with practice and repetition, it felt good to witness... Read More the progress we made by the end of the course. Having classmates to encourage each other and practice with made the learning experience fun. The career coach also gave us great advice in making ourselves more marketable and teaching us how to navigate the job search. I would 100% recommend this course to anyone who’s looking to break into the cybersecurity industry.​Read Less",Cybersecurity Bootcamp: IN-PERSON (Chicago),Cybersecurity +285527,10743,evolve-security-academy,Kai,False,2022,Incredible Entry into Cyber,2022-02-01,4.7,5.0,5.0,4.0,"My six month course with Evolve has been amazing. It is a part-time program with ~2 hour lectures every weeknight and a 5 hour lecture every other Saturday. Class times are usually at night so it is manageable even with a job. Course covers everything... Read More from networking, cloud security, programming, hacking, malware analysis, and IT infrastructure. While a lot of the homework just consists of just watching VODs, the lectures are very hands-on and they will have you work as a team to do various cyber security tasks. For example, you might work as a group to create a map of a corporate network with the right appliances so that everything is secure. The programming portion of the course is very difficult if you are not from tech, but it would make your life easier if you practice some basic programming before you join (like C or Python). But overall, I think the instructors were the best, especially Mike. He explained things very clearly, and was very patient with people asking questions. Job support is there if you need it, but it's just basic things like mock interviews and resume reviews. However, they do provide an alumni portal where you can expand your network with people currently working cyber jobs which is very beneficial. If you have no background in tech and are willing to take the dive into an exciting new field like cybersecurity, Evolve is an awesome place to start!Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +285520,10743,evolve-security-academy,Jeremy Root,False,2022,Intense but worth it.,2022-02-01,5.0,5.0,5.0,5.0,"Pros: knowledgeable instructors, well planned material Cons: a bit intense and time consuming Overall this was a great program. The course material was well planned and the instructors and fellow students were all eager for everyone to succeed without... Read More just giving us the answers. Emphasis on teaching not just the answers, but how to find the answers they don't teach.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +285517,10743,evolve-security-academy,Brian Anderson,False,2022,Career Focused Curriculum,2022-02-01,5.0,5.0,5.0,5.0,The entire cohort is designed to provide you with the knowledge and skills required to succeed in the information security career field. Passionate instructors take students from learning basic protocols and concepts to executing a client's internal and... Read More external vulnerability assessment. The Career Coach is a bonus to the program.​Read Less,Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +285338,10743,evolve-security-academy,Thomas Marks,False,2021,Evolves OSCP Boot Camp contributed to earning my OSCP Cert.,2022-01-25,4.3,4.0,4.0,5.0,If you're willing to put in the work and spend hours learning the material; this Boot Camp will pay off. The team at Evolve Security provided the structure I needed to stay focused and get my OSCP. We did have an instructor change half way through bit... Read More they recovered well and it did not interfere with the flow of the course. The team cares about the students and makes themselves available at all hours. They have a little work to do with the new changes to the exam but I am confident they'll adjust.Read Less,OSCP Bootcamp (Live-Online),Cybersecurity +285283,10743,evolve-security-academy,Shantel Butterfield,False,2021,The stepping stones I needed,2022-01-24,4.7,5.0,4.0,5.0,"When beginning to study for the OSCP, I wish I had known about this course because it was exactly the stepping stones I needed to learn the material. It gave me a good foundation of all the concepts that OSCP covers and I enjoyed doing it. The teachers... Read More are extremely helpful and are always willing to answer your questions or point you in the right direction. It is a good in between of hand holding and tough love you need to gain the knowledge of a Penetration tester.Read Less",OSCP Bootcamp (Live-Online),Cybersecurity +284062,10743,evolve-security-academy,Jonah Patinkin,False,2021,"Great experience, learned valuable skills.",2021-12-09,4.7,5.0,5.0,4.0,"I'll start with pros as they are more prominent than the cons. Evolve Security Academy does a great job and it was definitely worth it. I got plenty of hands on experience working with many different industry tools. The teaching was excellent and the... Read More TA was very available and helpful. My teacher Joe Nicastro was incredibly thorough and also was able to explain very complicated information clearly and effectively. My Cohort was comprised of smart and hard working individuals who were great to collaborate with when we did group work. The lab work simulated real world situations. I also got really good help from career services updating my resume and coaching for interviews. The only con I have would be that I hoped recruiters would be coming directly to Evolve to interview students for entry level positions. You really have to hustle on your own, however, career services is helpful preparing you for this.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +284047,10743,evolve-security-academy,Lev Malinin,False,2021,Total Career Game Changer!,2021-12-09,4.7,5.0,5.0,4.0,"All of the instructors are passionate, professional, and put an exceptional amount of effort into your success. I really enjoyed the detailed curriculum and hands-on labs. I was also surprised with just how much content we covered in such a short time... Read More period. The more you put into it, the more you get out of it. Anyone with an interest in cybersecurity can come into this experience as a beginner and come out as a security professional. All in all, a great investment!Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +284023,10743,evolve-security-academy,Zachary Goodrich,False,2021,Perfect for those who know little or a lot!,2021-12-08,5.0,5.0,5.0,5.0,I love the hands-on training with labs and learning a little bit of everything in the cybersecurity field. I enjoyed the camaraderie of my group. Also LOVED the real-world labs where the company was threatened with Ransomware. I came into this with not... Read More much experience in IT or cybersecurity at all. I liked computers but that was it. I have learned so much from this course and now I am starting my journey into this field and want to make it my profession. A few months back thanks to this course I got a starting position in a IT chat support for the company I am working for Mend. They have also informed me that next quarter that they are going to be moving me to a Junior Cybersecurity Analyst role for the company. I cannot thank this academy enough. What a fantastic bootcamp. Also don’t sleep on their alumni support. If you keep putting in the work they have a fantastic network and job board to help you find jobs. I can’t recommend this bootcamp enough!Read Less,Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +284022,10743,evolve-security-academy,Anonymous,True,2021,Unparallelled HANDS-ON learning!,2021-12-08,5.0,5.0,5.0,5.0,"I recently graduated from college looking to go into UX Engineering. I knew Cybersecurity had more potential for my interests, so I committed to switch and chose evolve to facilitate that change in my life. The BEST decision I made and 100% worth the... Read More investment. Evolve helped me look at problems in a different way and exposed me to leading edge technology that is not only recognized in the industry, but is actively used day-to-day. TBH, why I chose Evolve over other contenders was because they ONLY focused on security. Evolve is first, a security enterprise that offers security as a service first and foremost. This told me that they not only have their skin in the game, but that I would get up-to-date practices and a more current education in this space. I looked at other bootcamps that were doing web-dev, ux design, front-end dev, etc... Evolve ONLY does Cybersecurity. That stood out to me, and I hope my reiteration of this stands out to you. If you are looking to dive into Cybersecurity and don't know where to start, pick Evolve. Let them help you. The Final Exam was SO much fun for me and made me want to dive even deeper into offensive security. Thanks evolve for stoking the fire within me and fanning the flame! With the job-support help, Martin helped me land a STARTING Position, starting.... for $166k. If you give it everything you've got, they will help you 100% of the way. I for real owe Evolve SO much and cannot thank you enough for helping me move closer to achieving my dreams.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +284019,10743,evolve-security-academy,Brenda Suarez,False,2021,Best Bootcamp There Is,2021-12-08,5.0,5.0,5.0,5.0,"All the instructors are great and very knowledgable. They really take the time to explain things as needed and help you with any questions you may have. All the concepts and topics that were taught were explained thoroughly yet simple enough for a beginner... Read More to understand. Very well rounded course. All the topics that were taught, i feel are very important and present in the Cyber Security world. Hands down, the best bootcamp and best decision i could have done for myself. Truly has changed my life and opened me to a bunch of new opportunities.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +284017,10743,evolve-security-academy,Ariel Villanueva,False,2021,Amazing Experience,2021-12-08,5.0,5.0,5.0,5.0,The curriculum was planned out well. I was able to gain more knowledge just by completing the labs. My instructors were scholarly and have a passion to teach and learn. This was a great course that provided me with the knowledge and experience I need... Read More to advance in the cybersecurity field.Read Less,Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +284016,10743,evolve-security-academy,MICHAEL FERNANDEZ,False,2021,Awesome experience,2021-12-08,5.0,5.0,5.0,5.0,"After intensive research on what virtual school i wanted to attend, my final decision was evolve academy and i must say it was the right choice, i learned everything i wanted and more. The labs are great and so are the instructors, all the material is... Read More straight foward so you can learn and even teach your self but the instructors make it so much better because they are there when you need them.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +283760,10743,evolve-security-academy,Anonymous,True,2021,A true learning community,2021-11-29,5.0,5.0,5.0,5.0,"A great education. A respectful community. The experience had professor-led lectures - both live and video - combined with cohort hands-on lab work. This combination provided a full opportunity to learn cybersecurity from all angles. I liked the fact... Read More that the course was based on learning objectives, engagement, and discourse. I felt confident that I had learned the right things at the right time. This course takes the dedication of time and effort. This isn't an easy ""rubber stamp"" academy. The only feedback I have is for students to put in extra effort during the course in order to pass the final. The final requires an absolute understanding of the material.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +283703,10743,evolve-security-academy,Morgan,False,2021,I couldn't have chosen a better bootcamp!,2021-11-26,5.0,5.0,5.0,5.0,"I really could not have picked a better boot camp! I learned way more about cybersecurity than I imagined I could. First of all the scheduling was great. I'm sure it helped all of us with not getting burned even with all of the information we learned... Read More throughout the entire 20 weeks. The instructors as well as the assistant instructors were so knowledgeable, patient and helpful. Everyone was willing and eager to answer all of our questions that we could have had. I really loved the amount of hands on learning we did as it helped me retain a vast majority of the material that was given throughout the course. The only thing I wish that we covered more of was how to properly do write ups for security assessments, but I'm sure that can be added in for the upcoming cohorts. Our career coach was also extremely encouraging and made sure that we knew how much value we hold as cybersecurity experts and that we can SURELY pave a way for ourselves in this industry. That helped me boost my confidence a lot while making my way through the boot camp. All in all I am so glad that I made the decision to attend Evolve Security academy and I 10/10 recommend anyone else considering this school to go for it.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +283543,10743,evolve-security-academy,Ryan Hannagan,False,2021,"Jumped in head first, what an experience!",2021-11-19,4.7,5.0,5.0,4.0,"I decided it was time for a career change, but didn't know the first thing about cyber security. The Evolve Security Academy bootcamp was no joke. You're immediately thrown into the Linux terminal, and it only gets harder from there. However, the instructors... Read More are amazing, and never failed to help me through something I didn't understand. As the weeks went by, my confidence and passion for cyber security grew. Make no mistake, you have to WANT it. I studied on my own outside of class for probably 20 hours a week. The tests and labs were challenging, but you have not only the instructors to help you, but also your classmates. Being in a smaller ""breakout"" group allowed us to tackle certain tasks as a team. We learned a lot together, and even remained friends after class was over. When you first start it seems impossible, but by the time class is over, you feel like it went so fast. If you are the type of person that is serious about learning, this class is for you. Be prepared to study hard, have no social life, and be sad when it's done. 10/10 would do again.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +283003,10743,evolve-security-academy,Gretchen Carruthers,False,2021,Worth every penny,2021-11-03,5.0,5.0,5.0,5.0,"Evolve taught me the technical skills in addition to the unique critical thinking skills that are necessary for cybersecurity. As someone who has 20 years of experience in an unrelated field, I am merging the professional skills that I already possessed... Read More with the technical skills that I learned to fulfill a dream of changing careers and helping companies secure their infrastructure.Read Less",,Unknown +282840,10743,evolve-security-academy,Jade Francis,False,2021,Life Changing,2021-10-28,5.0,5.0,5.0,5.0,"I genuinely loved my experience with Evolve Security Academy. It led me to a complete career shift, introduced me to a network of alumni (now industry professionals), gave me a solid foundation in networking.security concepts, and so much more. I can,... Read More wholeheartedly, say this bootcamp changed my life and the lives of many in my cohort. I'd recommend Evolve Security Academy to anyone looking to break into cybersecurity!Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +282416,10743,evolve-security-academy,Daniel Ennis,False,2021,"Evolve Security Bootcamp is intense, fun and has opened so many doors professionally.",2021-10-14,5.0,5.0,5.0,5.0,"My time in the trenches while attending the Evolve Security Academy was very intense, immersive and collaborative. I enjoyed the challenge while working with my fellow Cohorts in acquiring and refining the Cybersecurity skills needed to position myself... Read More in my new Cybersecurity profession. The staff, managers and instructors keep you the experience fun, educational and enjoyable while feeding from the Cyber Fiber Hose that is the Evolve Security Academy. I highly recommend this challenging and very rewarding experience to anyone in whatever your current profession, it will help you transition to a rewarding career in Cybersecurity. Evolve Security Certified Profession (ESCP) certification and digital badge has provided multiple interviews, 4 offers and a chance to choose which direction I would like to pursue in my Cybersecurity journey. Thank you Evolve Security for developing your Bootcamp which has provided the necessary tools and skills that have propelled and motivated me to a successful Cybersecurity careet.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +281895,10743,evolve-security-academy,Scott Krager,False,2021,Amazing opportunity to transform your career,2021-09-29,5.0,5.0,5.0,5.0,"This boot camp is fast-paced but worth every minute! From someone who had very little IT knowledge and zero cyber knowledge, I feel more than confident to start my journey in this industry. The support from the staff and encouragement from classmates... Read More is in itself, the best part of learning with Evolve. I would recommend this boot camp and Evolve to anyone interested in cyber!Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +281042,10743,evolve-security-academy,Gerard Forster,False,2021,Learned By Doing,2021-09-01,5.0,5.0,5.0,5.0,"The Evolve Security Academy OSCP Bootcamp was a very skill-oriented program that helped me learn the ins and outs of what it means to be a pen tester. The best part of the program was getting to participate with seasoned instructors on hacking networks... Read More and machines. Nothing was setup ahead of time for them to succeed. They approached the boxes cold just like I did, so I got to watch how their minds worked, the rationale they had for using certain tools above others in different situations, and what they did when they struggled - as everyone does. It was an excellent experience. I learned a lot and am sure my company is more secure now.Read Less",OSCP Bootcamp (Live-Online),Cybersecurity +280737,10743,evolve-security-academy,Anonymous,True,2019,Great Start,2021-08-25,4.3,5.0,5.0,3.0,I had a hard time finding where to start to get into cyber security and Evolve helped me get that.​ The course instructor and aids were fantastic and get knowledgeable. The course material goes over everything very effectively and is a great head start... Read More into the industry.Read Less,Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +280625,10743,evolve-security-academy,Anonymous,True,2021,Evolve Security Academy was the best investment in myself,2021-08-23,5.0,5.0,5.0,5.0,"Rockstar staff, talented and willing Assistant Instructors, the platform is robust and the virtual labs are well thought out. The amount of information to ingest may be near impossible in so short a time, but Evolve Academy came as close as I can imagine... Read More to successfully preparing students with a comprehensive baseline in Security and IT. It promoted a great mixture of professionalism, familiarity, teamwork and camaraderie. I value the relationships formed and the lessons learned during my bootcamp.​Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +280526,10743,evolve-security-academy,Josh Josh,False,2021,The best experience with Evolve Security,2021-08-20,5.0,5.0,5.0,5.0,The overall OSCP bootcamp has been amazing. I took the OSCP before and failed. With going through the Evolve Security bootcamp I feel a lot more confident. The labs and the instructors are extremely well thought out and professional. The best part is... Read More the live interaction I had with the instructors and going through the OSCP like machines. ​Read Less,OSCP Bootcamp (Live-Online),Cybersecurity +280446,10743,evolve-security-academy,Anonymous,True,2021,Good instructors and great information!,2021-08-17,5.0,5.0,5.0,5.0,"I enjoyed my time, and while there is a lot of material, it was clearly explained and I enjoyed my time. I love working with computers, so for me this is a great new opportunity. If you are independent and can manage your own time, this course is perfect... Read More for you.Read Less",,Unknown +280425,10743,evolve-security-academy,Micah Johnson,False,2021,Invaluable Experience,2021-08-17,5.0,5.0,5.0,5.0,"Being able to work through OSCP-like machines together with people from different backgrounds and skill levels was an invaluable experience that truly changed the way I approach boxes and my overall penetration testing methodology. Also, the collaborative... Read More and supportive environment helped to build strong connections with classmates that will only continue to grow!Read Less",OSCP Bootcamp (Live-Online),Cybersecurity +280417,10743,evolve-security-academy,Anonymous,True,2021,Evolve Security Academy OSCP BootCamp,2021-08-17,4.7,5.0,5.0,4.0,"Evolve Security Academy offers an 18-week, online OSCP Bootcamp in Chicago, IL, through remote (live online). Evolve Security Academy offers holistic cybersecurity education as well as advanced tracks on specific areas within cybersecurity. The cohort... Read More is fully organized with the OSCP curriculum, so there is no need to refer back to the OSCP labs and Cyberlab labs. The instructors are very helpful and clear every doubt. The Final mock exam I have experienced like real OSCP exam and came to know where I was stuck in the exam, need to practice by referring to video recordings.​ It's a perfect study course for whom looking for OSCP preparation and one of the authorized partner for Offensive Security. I would recommend 100% for this OSCP Bootcamp training who are serious to achieve OSCP in 1st attempt.Read Less",OSCP Bootcamp (Live-Online),Cybersecurity +280394,10743,evolve-security-academy,Brandon,False,2021,This has helped me open a lot of doors.,2021-08-16,5.0,5.0,5.0,0.0,"I enjoyed my time in the OSCP bootcamp. The labs covered specific topics and allowed us to learn various techniques and were all generally unique from one another. The instructors were a wealth of knowledge and probably my single favorite thing about... Read More this bootcamp. Lastly, just getting an opportunity to network with fellow students and Evolve staff, is something you cannot really put a price tag on. It will be something I can reap the benefits of for years to come.​Read Less",OSCP Bootcamp (Live-Online),Cybersecurity +280387,10743,evolve-security-academy,Ken Gutierrez,False,2021,Waste of Money,2021-08-16,1.3,1.0,2.0,1.0,"The course was in its infancy, would not recommend at this time, should they revamp and learn from their mistakes then perhaps. The instruction started strong, but as the class moved forward more flaws were exposed. The labs were constantly crashing,... Read More the direction of the instruction was almost non-existent. Their was much wasted time, as a working student my time is valuable and I prefer not to waste it googling and youtubing everything myself - that is why I took the course, unfortunately much of the ""try harder"" instruction felt like a cop out to actual instruction.Read Less",OSCP Bootcamp (Live-Online),Cybersecurity +280231,10743,evolve-security-academy,Marcus Scott,False,2021,Boothcamp Review,2021-08-12,4.7,5.0,5.0,4.0,"I have had an excellent experience in the Bootcamp. I found the curriculum, instructional staff, and career services personnel to be outstanding. Without this program, I am confident it would have taken me much longer to gain the knowledge and experience... Read More necessary to move into a profitable new career in AI development.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +280097,10743,evolve-security-academy,Courtney Howell,False,2021,I invested in myself and put in the work. It paid off.,2021-08-09,4.7,5.0,5.0,4.0,"The technical side of the bootcamp, combined with the career coaching portion, has given me an incredible amount of knowledge that it would have taken me years to amass on my own. I am so happy I decided to join Evolve. It was the best pandemic decision... Read More I made. (In fact, I've already recommended the bootcamp to one or two people who are looking for a new career direction.)Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +280074,10743,evolve-security-academy,Barnaby Kirshner,False,2021,I had a great experience with Evolve Cybersecurity in their boot camp,2021-08-07,4.3,5.0,5.0,3.0,"The course is designed to work for somebody with a full time job. This is incredible. When one goes to college the grand majority of your debt is due to living expenses during. I appreciate now, that the field of hacking is constantly, constantly changing;... Read More and that the staff at Evolve is constantly evolving the curriculum even as we learn to reflect that. I also appreciate that there's more than a bit of a hands-off approach that forces us to learn to learn for outselves, which we will be doing when we're done. It is true that this is a very high level prep. That being said, we are now knowledgeable about what we need and are prepared to dive deep in and learn new utilities, programs that come out, and know how everything relates. We can talk the talk on interviews and very quickly bring ourselves up to par as the field changes, adapt to new niches, etc. The labs were really cool because I'm a hands - on learner. Later on in the class when it was time to go back, i found the labs written in such a way that there was still a lot of new information to absorb. The AI experience was great. I don't know what evolve is doing to prepare AI's but ours was able to answer questions on virtually any subject. I also reached out to other AI's whom are not explicitly assigned to me and found them extremely helpful. By the end I knew whom to turn to to explore different sorts of questions, and also the fact that they will make themselves available to me even as a graduate is wonderful. It really boosts my confidence to have a team ahead and behind me.​Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +280069,10743,evolve-security-academy,Allison Isaacson,False,2021,Evolve Security Academy Bootcamp Review,2021-08-07,5.0,5.0,5.0,5.0,"I’m very happy with my education at Evolve Security Academy. Not only was every instructor and assistant instructor extremely skilled and knowledgeable, but they also genuinely cared about teaching me the knowledge and skills that I needed to begin my... Read More career in the industry. The academy created an environment that was comfortable for people from all levels of cyber knowledge to learn and grow. The career counseling and guidance was extremely valuable in helping me prepare for and navigate the job market. I feel like the academy gave me the hands-on knowledge and industry insight that I definitely needed to make my career transition.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +280025,10743,evolve-security-academy,Abner Anglero,False,2021,"It's most likely the best experience and a way to open a lot of doors for you if you're into IT, especially in Security",2021-08-05,5.0,5.0,5.0,5.0,"Most of them are pros, if there are only a few cons I have for this academy is the access to recorded sessions needs to be more organized, I've already given a tip where they need to maybe add and attach the recording with a name label corresponding with... Read More the labs in the Cyber Lab. On top of that the schedule to attend to class, it would benefit them to add different class periods for more students to attend, because not everyone that are interested in this career can go to a 7-9 pm CST class due to personal/work situations. Anything other than that, I think they're doing great. Probably the best community I've had to pleasure to be a part of. Highly recommend, even if you have no IT experienceRead Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +276283,10743,evolve-security-academy,Anonymous,True,2021,"The most intensive, fun, and interactive online experiences of my education.",2021-04-22,4.7,4.0,5.0,5.0,"The most intensive, fun, and interactive online experiences of my education. This program’s instructors are highly experienced and eager to help everyone succeed. Additionally, this program helps students to navigate the difficult job market during and... Read More after the boot camp.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +275426,10743,evolve-security-academy,Carissa Bui,False,2021,Definitely Coming Out Knowing More than I ever Though I Would!,2021-04-01,5.0,5.0,5.0,5.0,"This program was extremely good at having enough of a blend of ""hold your hand"" and self-accountability. I went from being extremely technologically ignorant and slow, to now understanding ports, scans, and so much more I now feel embarrassed to not have... Read More even heard about. They were extremely organized and helpful and still remain helpful even after students have passed. And its a phenomenal community to be a part of.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +275325,10743,evolve-security-academy,Rhoda,False,2021,Difficult but doable,2021-03-30,5.0,5.0,5.0,5.0,"Evolve Security Academy Applying at Evolve Secuirty Academy is one of the best decisions I’ve made during the 2020-2021 Covid Pandemic. This is an overwhelming experience due to the little knowledge I have on cybersecurity. Coupled with a new full-time... Read More job in healthcare, a busy family life with young children, I thought I was nuts taking on this journey. I was lost in so many ways due to information overload. Google is your best friend. I had to put the time.... so many frustrations and sleepless nights. With only 18 weeks allotted to finish the program, I succeeded due to the academy’s in-depth curriculum (theory, hands on labs, projects), attentive, responsive, supportive, knowledgeable faculty/instructors, and the heartfelt understanding, patience of my fellow classmates. This bootcamp has given me a more intricate understanding of cybersecurity and how it applies in the real world. I’ve also gained an extended family. Take advantage of the career coaching from the get go. I highly recommend Evolve SecurityRead Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +275300,10743,evolve-security-academy,Emilio Garcia,False,2021,Great all around bootcamp expericence.,2021-03-30,5.0,5.0,5.0,5.0,"The comprehensive training improved my baseline IT skills and opened me to many new security focused ones. The labs and lectures help to solidify them and provided a very solid foundation to build on. The connections to the other students, alumni, and... Read More industry professionals is very valuable.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +275273,10743,evolve-security-academy,Joshua Reyna,False,2021,A great way to transition careers,2021-03-29,4.7,5.0,5.0,4.0,"Evolve Security was a phenomenal experience. The instructors and all assistant instructors were helpful and willing to go above and beyond to make sure every individual need was met. The labs gave me hands on experience that I needed to match the concepts... Read More that we were learning. My group that I worked with throughout my time was an absolute joy to be around. I really enjoyed my time with Evolve Security. I finished the program feeling prepared for a career in information security, and I could not be more grateful for that. Strongly recommend anyone that is interested in this radically dynamic field to foster this desire with Evolve Security!Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +275240,10743,evolve-security-academy,Tyler,False,2021,Awesome all around experience and well worth the money,2021-03-28,5.0,5.0,5.0,5.0,"Evolve Security Academy elevated me from someone that knew almost nothing about computers, to someone who was ready to prep for professional level certifications and enter the cybersecurity field. The curriculum and the portal both were super well organized... Read More and easy to use. The instructors were all very passionate about wanting to help as well as going above and beyond to ensure that everyone in the cohort understood the concepts. The career coaching provided many great tips and tricks that even an experienced job-seeker like myself was not privy to. Overall, my experience at Evolve was great and I highly recommend it to people looking to add a skill or make a career change.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +275193,10743,evolve-security-academy,Jeremiah Foxhoven,False,2021,Excellent cybersecurity bootcamp experience!,2021-03-26,5.0,5.0,5.0,5.0,Evolve Security Academy Cybersecurity Bootcamp was a great learning experience for me with challenging modules but an excellent support system in place to ensure success! Well worth the investment of money & time & I highly recommend! The only improvement... Read More would be if more time could have been afforded to the non-profit project.Read Less,Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +275180,10743,evolve-security-academy,Anonymous,True,2021,Evolve Academy is a great experience that will provide the skills you need to enter into the information security field.,2021-03-26,5.0,5.0,5.0,5.0,"Evolve Academy has a comprehensive information security program. The curriculum is comprehensive and surprisingly in depth. Online classrooms with full labs provide hands on experience. You aren't just sitting in a lecture, you are learning hands on skills... Read More that are applicable across the industry. The instructors are experienced professionals with years of experience. The Assistant Instructors are culled from previous classes and are very knowledgeable. It's an excellent learning environment that values their students. Your classmates make for an excellent start to your professional network. Look forward to internships and job coaching for a great value!Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +275177,10743,evolve-security-academy,Navarone Turner,False,2021,EVOLVE CYBER SECURITY REMOTE BOOTCAMP,2021-03-26,5.0,5.0,5.0,5.0,"One of the best experiences I’ve ever had in my life. Learning about something new being taught by professional who want you to succeed.Being a part of a team, this experience provides knowledge of the real workforce in a short space of time. I strongly... Read More recommend this program.Read Less",,Unknown +275154,10743,evolve-security-academy,Derek Dunbar,False,2021,A GREAT part-time school for vets using the GI Bill!,2021-03-25,4.3,5.0,5.0,3.0,"This school is truly a dream for someone looking for live instruction (which you should be) and can't afford to quit their day job. Top-notch Instructors, great labs, real-world pro bono work...and they accept GI Bill! Veterans, this is THE place to be... Read More if you can't manage the 8-hour days all the ""vet-friendly"" cybersecurity bootcamps require. Great curriculum that truly develops SKILLS instead of just imparting facts, including two certifications (Security+ and Splunk Fundamentals) and all you need for a third (AWS CCP). Plenty of post-graduation support as well; extended access to the course materials and a job search coach. No hiring partners as of yet, which might be my only complaint, but the coach does a decent job of keeping you efficient and on track as long as you put in the effort. Be ready to dedicate a few hours a day to a successful job search, but with the credentials you have and the networking you'll be building, that first gig will definitely come your way. I truly cannot recommend the Evolve Academy enough. Excellent experience all around!Read Less",Cybersecurity Bootcamp: IN-PERSON (Chicago),Cybersecurity +275048,10743,evolve-security-academy,Anonymous,True,2021,A great bootcamp for someone new to the industry.,2021-03-23,4.7,5.0,4.0,5.0,"As someone who had no experience in the IT field, Evolve Security Academy provided great support and resources for understanding key concepts needed in the Cybersecurity industry. This combined with labs that simulate what you may do on the jobs and a... Read More not-for-profit project, was what really made Evolve a great experience. Instructors and Assisstant Instructors are always just a message away when you're stuck in the labs. Lastly, Evolve also provides a great coach during and after the cohort to help you find a job. Thanks for a great time Evolve!Read Less",,Unknown +274985,10743,evolve-security-academy,Sarah Bartsch,False,2021,Bootcamp experience,2021-03-21,5.0,5.0,5.0,5.0,"Evolve Security Academy, was my first step to starting a new career in Cybersecurity. From the initial application, academy interview process, acceptance to the academy, and cybersecurity bootcamp experience, each step of the way was designed to prepare... Read More me for the skills I would need to be successful in a new career in Cybersecurity. I cannot thank Evolve Security Academy enough for their thoughtful preparation and implementation of their cybersecurity curriculum. It is the best decision I made in 2020 and I'm proud to be a graduate of Evolve Security Academy!Read Less",,Unknown +274950,10743,evolve-security-academy,Bryan Houle,False,2021,Great to get the basics down,2021-03-20,4.3,4.0,5.0,4.0,Evolve Security Academy was a great experience. The instructors are supportive and prompt when answering emails and questions. I feel like I got a good understanding of what it takes to have a career in the cybersecurity field as well as a strong foundation... Read More for pursuing other certificates like the security+Read Less,,Unknown +274948,10743,evolve-security-academy,Samra Mulugeta,False,2021,Joining this academy is the best decision I've made to immerse myself into cyber security.,2021-03-20,4.7,5.0,5.0,4.0,"Pros: As a remote student the class schedule worked great for my busy schedule. There is always either an instructor or assistant instructor their to provide assistance through out the day even outside of class hours. Lab work is very exciting and hands... Read More on, it helps you really understand and get a feel of what you will be doing in the real world. The learning environment is very inclusive, it may feel overwhelming at first but once you get to know your instructors and your classmates through the break out rooms it gets a whole lot better. Career prep was also very helpful they were able to help me with my resume/LinkedIn/coverletter/practice interviews and many more. I would recommend to take full advantage of the career prep from the beginning of the course instead of waiting till the end the same for studying for security+ exam. I would also recommend to start networking within the field starting from the beginning of the course instead of waiting till the end of the course. Students are immersed in their learning with daily lectures, followed with lab work with a smaller team. Each module ends with a recap quiz which will be a great help for the final exam. An abundant amount of resources are provided for you to practice with even outside of class or even once completing the academy. The slack groups you will join will also be a great opportunity for during the academy and most importantly once completing the academy and entering the field as they will always be there for you assistance. CON: N/ARead Less",,Unknown +274947,10743,evolve-security-academy,Jonathan Kim,False,2021,The Best Cyber Security Bootcamp you can spend your hard earned money on!,2021-03-19,5.0,5.0,5.0,5.0,"Evolve Security Academy has been an amazing experience in that it covers many different fields in cybersecurity. It covers essential topics like networking, Linux command line, Python, AWS, Incident Response, GRC, Offensive Security and more. The learning... Read More environment is a top tier online boot camp experience that equips the best qualified instructors that are the most helpful and have the desire for you to succeed. The apprenticeship was an awesome learning experience in helping out local non-profit organizations and prepares you with valid work experience as you embark on your career. The value alone of making professional connections and networking with people all over the nation is so much more valuable than the cost of the academy. This boot camp has changed my life so much for the better and is the best bang for your buck!Read Less",,Unknown +274945,10743,evolve-security-academy,Bronwyn Wilson,False,2021,Challenging school that prepares you for real world experiences.,2021-03-19,5.0,5.0,5.0,5.0,"Evolve Academy was a very intense cyber security training program that challenged me in more ways than I knew. The cybersecurity program was very fast paced and at an excelled level. I highly recommend this course and school to anyone interested in learning... Read More not only the basics about cybersecurity, but also the very fine details. These details will help prepare me for a long and successful career in cybersecurity. They did an excellent job covering all the bases from the basics to prepping for interviews. Skilled instructors that are passionate and patient really allow for students to excel to achieve their career goals. A+ Evolve Academy instructors and staff.Read Less",,Unknown +274930,10743,evolve-security-academy,Tony,False,2021,Very Comprehensive Training,2021-03-19,4.7,5.0,5.0,4.0,"Thoroughly comprehensive and foundational introduction to modern cybersecurity. This program really addresses every aspect for the new cybersecurity career candidate in a carefully planned curriculum that makes learning easier and more engaging. The learning... Read More resources, instructors, and support provided set this academy apart as the high standard in cybersecurity instruction.Read Less",,Unknown +274891,10743,evolve-security-academy,Michael Parker,False,2021,"Evolve Security Academy was very welcoming, supportive, and challenging.",2021-03-18,4.0,4.0,4.0,4.0,"Evolve Security Academy provided me the opportunity to make a mid-career shift from financial services and sales to an industry that is trending upward, and that offers potential for career advancement. I came into the program with minimal technical expertise... Read More or knowledge, so was initially anxious about my ability to process and retain the information. It is a lot of information within a relatively short period of time, but if you stick with it, and stay up on the course materials and labs, by the end you will see it all come together. The instructors were very knowledgeable about the subject matter and industry, and provided a nurturing environment where I felt comfortable asking questions and participating in discussions. Overall I had a great experience, and am happy with the results. In fact, I was just offered a paid internship within the first month after finishing the course and certification exams.Read Less",,Unknown +274889,10743,evolve-security-academy,Burak Yurtsever,False,2021,Evolve has been an amazing way to start out,2021-03-18,4.7,5.0,5.0,4.0,"Evolve has been an amazing way to start out in cybersecurity. These are things I’ve always wanted to learn but that have always seemed very overwhelming. Evolve Security Academy gave me the material, the tools, and the support to dive in and get started... Read More with many aspects of the cybersecurity field. After graduating, I now feel like I have many pathways to choose from and have enough of an understanding about to get more involved.Read Less",,Unknown +274701,10743,evolve-security-academy,Megan Sajewski,False,2020,Excellence,2021-03-12,5.0,5.0,5.0,5.0,Evolve Security Academy offered a high-quality educational experience with a firm grasp of market needs and trends. I feel more than adequately prepared to enter the cybersecurity industry. I sincerely recommend this bootcamp to anyone looking to switch... Read More careers.Read Less,Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +273725,10743,evolve-security-academy,Jamie Richard,False,2020,"The Evolve Security bootcamp gave me a thorough, practical, and hands-on introduction to the information security industry preparing me for a new career in a band new field!",2021-02-15,5.0,5.0,5.0,5.0,Pros--the breadth and pace of the content--it fits well for someone who looking to put the time in for a major career shift. Cons--the breadth and pace of the content--one needs to realize you won't master any single area nor will you feel like you have... Read More time much margin left in your life.Read Less,Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +271749,10743,evolve-security-academy,Anonymous,True,2020,Not what I expected,2020-12-24,2.7,3.0,4.0,1.0,"Honestly the overall course was good especially the instructors are knowledgeable. However, the boot camp is very expensive compared to other online courses such as Udemy where you can learn the same thing for $100. In terms of job search, I would say... Read More it's nonexistent. I have never heard anyone from my class who got a job. I think your YouTube testimonies about getting jobs are misleading. The The other good thing is that students are exposed to some important cyber security information and materials. To my humble opinion, Evolve Security Academy have not yet made a link between graduates (people with no experience) to recruiters as I though. The apprenticeship should be given more time not just for few days. Some of the students had their Certs already under their belts, they thought that graduating from the boot camp will make it easier for them to land an entry level job in cyber security.Read Less",,Unknown +271716,10743,evolve-security-academy,Alex Cohen,False,2020,A truly wonderful experience all-around,2020-12-23,4.7,5.0,5.0,4.0,"I had a really wonderful Evolve Security Academy experience. The instructors and assistant instructors were always helpful and informative, the curriculum covered all of the foundational elements of cybersecurity. The labs gave me the hands-on experience... Read More that I needed to take what I was learning and internalize it. The internship gave me the real-world experience I needed to sell myself and my infosec skills to employers. I really enjoyed my cohort and the environment Evolve Security Academy fostered. I left the program feeling prepared for a career in infosec, so kudos to everyone who is involved in the academy. Thank you for everything you do. I don't have any cons on the program, but I do have some for the infosec industry in general that you should be aware of before going down the infosec career path. Full disclosure: the industry is still a little rigid and archaic from a job seeking standpoint. If you aren't coming with IT experience or a computer science degree, you will have to prove that you understand the foundational IT Networking basics. You can learn this, it's not rocket science, just computer science. Lots of certifications you will need to get as well, starting with the CompTIA Security+ (which Evolve prepares you for pretty well, but you will want to study more just to make sure you pass this on your first attempt). There is also the CompTIA Networking+ that you will probably need to eventually get in your career as well as a bunch of others depending on what you want to do within infosec. Lastly, Infosec is always changing and evolving, so prepare yourself for a field where you will need to always be learning. Best of luck whichever path you choose!Read Less",,Unknown +270959,10743,evolve-security-academy,Anonymous,True,2020,"Straight to the point, and very hands-on!",2020-12-01,5.0,5.0,5.0,5.0,"As a person with no prior background in the field, the overall experience helped me ground myself in the fundamentals and served as a stepping point for me to start my career. The curriculum is very immersive and the amount of knowledge you will learn... Read More will directly tie with how engaged your are with the material. The career couching prepared by this program has also helped after the program has ended and provides good insight for people looking for a job right out of a learning program!Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +270710,10743,evolve-security-academy,Amy H,False,2020,Started with limited knowledge,2020-11-21,4.7,5.0,5.0,4.0,"With Evolve Security Academy, I was able to learn a lot about this industry and was able to gain experience with analyzing the security of a business. The instructors do a very good job in prepping you for the real world. The courses are adjusted based... Read More off of student feedback and they work to make the course as robust and interesting as possible. The only thing I would recommend for others to consider is, as this is a boot camp, you will only get as much out of it as you put in. It is just a starting off point in learning about this industry.Read Less",Cybersecurity Bootcamp: IN-PERSON (Chicago),Cybersecurity +270136,10743,evolve-security-academy,Mario Alberto Rodriguez,False,2020,Evolve's Cybersecurity Bootcamp is the perfect place to start your Cybersecurity career.,2020-11-08,5.0,5.0,5.0,5.0,"If you are interested in venturing into the wide world of Cyber Security, Evolve is the perfect place to start. Even if, like me, you have experience in a specific discipline like Network Security, Evolve's curriculum will touch almost every field within... Read More Cybersecurity and allow you to experiment, explore, and find out what you are interested in the most. The Bootcamp is not easy; you need to commit a significant amount of time towards classes. There's a lot of reading, research, solving fun challenges, and test your knowledge. By the end, you will have gained skills and experience and made a few friends along the way.Read Less",Cybersecurity Bootcamp: REMOTE (Live-Online),Cybersecurity +269767,10743,evolve-security-academy,Jeremy Medrano,False,2020,No knowledge or experience to hacking into a black box.,2020-10-27,4.3,5.0,4.0,4.0,"When I interviewed for this course, I didn't expect them to ask me anything IT related. However, they did and I realized that the course was going to be an uphill battle. I didn't know what an IP address was and the only reason I knew what RAM stood for... Read More was because of Daft Punk's Random Access Memories. So pretty much, I started this course with knowing nothing at all.However, by the end of the course, I was able to analyze PCAP files, create network designs, run an instance on AWS and create a LAMP stack from that instance, and gain root access on a black box. This might be cheesy, but I've never felt prouder of myself than gaining root access during that web application assessment. That was the exact moment where I knew that I'd be able to make in this career field.Many of the teachers I learned from were experts in their fields. I got a good dose of networking, governance, cryptography, virtualization, threat hunting, incident response, and a bunch of red team tools. There's a bunch more that I was taught, but I think those are what stuck out most for me.Bootcamps aren't for everyone and after the course was done, I went to other resources to enhance my skills. It will feel like trying to drink out of a firehouse, but the best part is that you'll still be able to access the modules after the class is finished.I'm excited for my career and what it'll go. Evolve Security helped my find a passion that I didn't know was there. I'm grateful for their ongoing support and if you're considering joining a cohort, sign up for an interview and tell Jeremy sent you! Good luck on your search.Read Less",Cybersecurity Bootcamp: IN-PERSON (Chicago),Cybersecurity +269700,10743,evolve-security-academy,Anonymous,True,2020,A good experience for someone knew to cyber and IT.,2020-10-26,4.0,4.0,5.0,3.0,"The cohort takes a very basic approach to cybersecurity. There's a lot of information covered from a very high level and it does give you a good picture and understanding for different aspects of cybersecurity. There are different areas that felt kind... Read More of forced and maybe should have been given more time and attention than other. The academy did provide a great learning environment with the AI's, instructors and what I found most helpful, other classmates. Honestly, I think if ESA can just touch up some of the curriculum focus a bit more and add a bit more to job support, it'd be a top notch place. Overall I am happy I took the bootcamp. It helps lay out a roadmap and expose you to a lot of information so you can make informed choices on a path within cyber.Read Less",Bootcamp REMOTE (live-online),Other +269692,10743,evolve-security-academy,Igor Bugaian,False,2020,Exciting and rewarding experience!,2020-10-25,5.0,5.0,5.0,5.0,"If you don’t know where to start when looking to get into the cybersecurity field, Evolve Security Academy is the right choice. This is the best investment I made towards my skills and career. I had the most knowledgeable instructors that provided me... Read More with the skills necessary to succeed in cybersecurity.Read Less",IN-PERSON Bootcamp (Chicago),Other +269665,10743,evolve-security-academy,Brian S,False,2020,Evolve Security Academy Remote Bootcamp,2020-10-24,3.7,4.0,4.0,3.0,"I was able to burn off the few months remainder of my GI Bill to attend ESA. So if you a veteran and have some GI Bill remaining, while this COVID19 pandemic is ongoing the VA will approve the school and you will get BAH for attending. As far as the course... Read More goes, the first thing to know that this is not based directly on a curriculum of certs like CompTIA, EC Council, etc. You do get a voucher for Security+, or if you have that you can get reimbursed 350 dollars. Personally, I think the course overall is good someone who is already in the IT industry, maybe working help desk or in a network admin job, and wanting to transition int cybersecurity. If your a complete beginner, I would suggest taking a cheap Udemy course or watching YouTube on A+ level certification videos first... having the basics of computers, networks, and security is definitely helpful before taking this course. The course has three parts a main discussion (where the entire class goes and listens to the lead instructor), the break out group ( about 10 of you in a room with an assistant instructor), and the lab/videos environment. For the best user experience and to get the most bang for your buck, my suggestion would be to get involved outside of class with other students. Build a team of your own or become a part one and work on CTF's together, kick job postings back and forth to each other, have discussions about cyber things, and make some great friends.Read Less",Bootcamp REMOTE (live-online),Other +269639,10743,evolve-security-academy,Andrew Towery,False,2020,Challenging but REWARDING boot-camp.,2020-10-24,4.0,4.0,4.0,4.0,"The instructors and content for this boot-camp are excellent. It provides you with hands on cybersecurity experience that would be hard to get on your own or with any other boot-camp. The curriculum flows nicely and starts you out with basic security... Read More concepts but over the course of the boot-camp you get into high level security concepts/methods. The instructors did an amazing job at making sure that everyone understood the material and the labs before moving onto the next portion. The instructors that they have teaching this boot-camp are highly knowledgeable /skilled and were able to answer all my questions. This boot-camp offers both blue team and red team content which separates it from other boot-camps for Cybersecurity. The fact that it offers both blue/red team training and experience makes for more well rounded professionals when completing the course. You also get career coaching that aids in helping you find a position in the field. I want to make it clear that it is career coaching and not job placement, which means they will help you get your resume ready and give you tips/suggestion/methods for securing a job but it is not a job placement program. I would recommend this boot-camp to anyone looking to start or further their career in cybersecurity.Read Less",Bootcamp REMOTE (live-online),Other +269634,10743,evolve-security-academy,Ejaz Ahmed,False,2019,Incredible training for cybersecurity you can every have!,2020-10-23,5.0,5.0,5.0,5.0,"Training for cyber security at Evolve Security Academy was definitely worth for my career. Even though, before attending the bootcamp i had few well-known cybersecurity's certs. But Evolve trained me so well that i could perform my duties in real world... Read More comfortably. It was great experience. but it was not peace of cake. But totally worth it. If you want to understand cybersecurity's world. This is course for you. It was 100% HANDS-ON training. Challenge yourself in the training before you face challenges at cybersecurity's job. if you are starting new cybersecurity career or already have experience. This course will be for you. I would say. This course is only for people who wants to learn. NOT EASY BUT TOTALLY WORTH IT! This course was great to change my life. Evolve security academy's curriculum was easy to understand and follow. I highly recommend it.Read Less",IN-PERSON Bootcamp (Chicago),Other +269631,10743,evolve-security-academy,Ma Leonora Penilla,False,2020,Worth the time and investment!,2020-10-23,5.0,5.0,5.0,5.0,"Attending Evolve Security Academy bootcamp is one of the best decisions I've made in my career. I had a technical background but wanted to really focus on Cybersecurity. The 16 week program was not a piece of cake but with enough determination, patience... Read More and with the help of the knowledgeable instructors, I can proudly say that I've done it. The modules were well thought of and classes were presented in a professional manner every session. I especially like the breakroom activities that gives us opportunity to work together in small teams to analyze and solve different tasks. Career coaching is also another strength of this program. Not only are students trained technically but they also guided us on how to present ourselves in the market and prepare for job hunting. Overall, Evolve has really done a great job exposing students with knowledge of the real world scenarios and possible solution relating to Cybersecurity. If you want to train to become a Cybersecurity professional, I strongly recommend joining the Evolve Security Academy. It requires work and sacrifice, but I assure you that it's worth it.Read Less",Bootcamp REMOTE (live-online),Other +269612,10743,evolve-security-academy,Michael Kim,False,2020,EVOLVE SECURITY IS THE BEST!,2020-10-22,4.7,5.0,5.0,4.0,"First off, I would like to say if you have any interest in pursuing education and a career in Cybersecurity. Evolve Security Academy is the first place you should research no matter what! I began my education with the Evolve Security Academy with absolutely... Read More no knowledge in the information technology field, yet alone information security. Once I graduated from my bootcamp, I was surprised by the fact that I was able to comfortably speak about IT and cybersecurity with ease and actually know what I'm doing when it came to working on home labs. This bootcamp experience was amazing, informative, and I learned a tremendous amount in 16 weeks! The bootcamp itself was fast paced and a new topic was learned every week but with the right instructors and training curriculum, it made the bootcamp fun. Just remember, I knew nothing about IT prior to starting and now I have a wealth of knowledge from this 16 week course. Don't be discouraged and press on the gas pedal with the Evolve Security Academy!!!Read Less",IN-PERSON Bootcamp (Chicago),Other +269611,10743,evolve-security-academy,Lissi,False,2020,Great!,2020-10-22,5.0,5.0,5.0,5.0,"Great cohort experience. Knowledgeable instructors and assistant instructors helped us get through the four months and really hone in on the subject matter, and we had two wonderful career coaches, too. I'm now part of a (large!) new family and beginning... Read More a new career, and know I have many people to reach out to for help or advice in cybersecurity and beyond.Would rate 4.5/5 if I could, but rounding up--only issue was our cohort was the largest class size (they've since limited the size I believe), and this could be a problem with some topics that were harder to grasp for some, or with troubleshooting.Read Less",Bootcamp REMOTE (live-online),Other +267381,10743,evolve-security-academy,Alec Andringa,False,2020,A great learning experience that emphasizes hands on learning and application of the skills/knowledge domains that are taught.,2020-08-11,4.7,5.0,5.0,4.0,"This program is great for anyone looking to get into the security field, but is not sure where to start. The program does a great job teaching the security domains and different skills required for those areas. This includes security operations architecture,... Read More security programs, threat intelligence, offensive security, and more. This approach allows their students to gain real world applicable skills that jobs are looking for, while giving them the exposure needed to decide which area of security interests them the most. Evolve's Cyberlab provided an environment that made it really easy for students to access the technical tools needed to learn. Most importantly, their instructors are top-notch and are truly ambassadors of the security community. They truly want to help every student succeed and it clearly shows in their approach they bring to class every day.Read Less",IN-PERSON Bootcamp (Chicago),Other +267221,10743,evolve-security-academy,Avi Lichtschein,False,2020,Best in the World,2020-08-06,4.7,5.0,5.0,4.0,"PROS: I’m very happy I attended Evolve Security Academy (I opted for the remote bootcamp option), as I had a fantastic experience and it was the perfect step to starting my IT/ cybersecurity career. While it's impossible to cover every aspect of cybersecurity... Read More in 17 weeks, the course provided a well-thought-out curriculum and a structured approach to covering the material. For example: starting with Networking => security frameworks => OSINT etc- the material that we were taught, built on itself. We also had great instructors who- not only conveyed the lessons in a clear, patient manner- but also tied in real-life examples that they’d encountered from their job experience. Lastly, we also had a capstone project where we conducted a full scale security assessment for a not-for-profit from start to finish. It was pretty awesome. On a personal level, I was truly impressed with Evolve’s understanding and sensitivity. I’m a Sabbath observer, and a big chunk of class time happens to be on Saturdays. At first I was hesitant to even mention this during my interview (when I’d shared this with a different bootcamp, they immediately told me it would be an untenable situation) but I did and was relieved to find out that not only would it be ok but Evolve would be supportive in any way that they could (recorded classes, contacting them with any questions etc). This showed me that in addition to being #1 in cybersecurity, Evolve is also #1 in terms of being a mensch. CONS: No place is perfect, but whatever concerns or issues I had while was in the cohort... were always dealt with in an immediate and helpful fashion. - not really any interaction between other groups- on the first day, we were broken up into 5 separate groups with 5-6 people per group. Which was great! Don’t get me wrong- my group rocked- but my group were the only people I truly became friends during the course. Besides its already stellar reputation, as more and more cohorts graduate, attending Evolve becomes more and more valuable thanks to its strong budding alumni network. Would definitely recommend and if you have any specific questions or would like to hear more about my experience at Evolve, feel free to DM me on Twitter.Read Less",,Unknown +267103,10743,evolve-security-academy,Patrik Maldre,False,2017,"Awesome experience, highly recommended!",2020-08-02,5.0,5.0,5.0,5.0,"Enrolling in and completing Evolve Security Academy's curriculum was one of the best professional decisions I've ever made. Prior to attending, I was an immigrant with suboptimal job prospects in the U.S. private sector. Evolve's technical, hands-on program... Read More gave me the skills and confidence I needed to succeed in the cyber security domain here in America. Evolve's instructors are practitioners in the field, which made their curriculum more realistic and labs more exciting. The Academy's job support services were great as well. I received support from Evolve throughout the job search process, ultimately ending with 4 job offers that Evolve helped me navigate and choose the best from. This is definitely one of the best bootcamps in the world, and totally changed my life for the better. Highly, highly recommended!Read Less",IN-PERSON Bootcamp (Chicago),Other +266950,10743,evolve-security-academy,Adam Vertuca,False,2019,An excellent introduction to cybersecurity,2020-07-30,5.0,5.0,5.0,5.0,"If you are looking to get started in cybersecurity this is the program to do it. The coursework covers a huge variety of topics, everything from the basics to hands on exercises that you will see in the real world. All of the instructors are extremely... Read More knowledgeable and have real world experience that translates directly in to the course. The career prep section helps you translate your experience in to what employers are looking for. The workload is a good balance of not being overwhelming while also allowing you to dive deeper if you want and have the time. It was challenging at times, but you get out of it what you put in. Overall, I am happy with my decision to enroll in the Evolve Security Academy and would recommend it to anyone looking to get in to cybersecurity.Read Less",,Cybersecurity +266890,10743,evolve-security-academy,Joshua Loh,False,2020,Really good Cybersecurity eductation.,2020-07-28,5.0,5.0,5.0,5.0,"Joining Evolve Security Academy is definitely a great first step to start your Cybersecurity education. I had no prior IT experience before joining the bootcamp but the hands-on education with the security tools, the support provided by the instructor... Read More and AIs was really beneficial to me grasping the knowledge. Although the bootcamp was intense, it was definitely a great learning experience, the knowledge and information I gained from this bootcamp will put me in good stead for my future career in Cybersecurity.Read Less",Bootcamp REMOTE (live-online),Other +266885,10743,evolve-security-academy,Ziara Torres,False,2020,Jumping into cybersecurity,2020-07-28,4.3,4.0,4.0,5.0,I would say that prospective students should get the Comptia Security+ study guide to go through while going through this course. Really helps explain topics (in extra detail) that will come up and you'll be ready to use the exam voucher by the end of... Read More it! My cohort had a good size of people from all different backgrounds. Assistant Instructors were friendly and approachable. Martin as the career coach is really great; I have a lot of confidence that following his module will really help in professional networking and getting a job. Being as I was totally new to the cybersecurity field this was a really good course for me to be exposed to different areas but if you're someone who has spent some time in the field maybe it'd be better for one of their more advanced courses! One thing I'd warn is that it's a bit of time commitment but if you find yourself with time during quarantine then maybe it's time to try something newRead Less,Bootcamp REMOTE (live-online),Other +266877,10743,evolve-security-academy,Harrison Yates,False,2020,Wide Ranging Curriculum In a Short Time Span,2020-07-28,5.0,5.0,5.0,5.0,The Evolve Cyber Bootcamp was a great experience for me. A wide range of topics is covered throughout the course by instructors who have spent years in the field. My particular instructor had been a part of the U.S. Air Force and gone on to later work... Read More for the NSA. He was great about going in depth on topics and spending time in areas that students had questions even if it didn't necessarily relate directly to the curriculum. The topics covered in the course are the same ones you will consistently see on cyber security job postings. The job placement rate in my class was very high and Evolve helped to facilitate our job searches as much as possible. Many of the students in my class started in all sorts of fields that weren't cyber related and ended up with positions before or just after the end of the course.Read Less,Bootcamp REMOTE (live-online),Other +266870,10743,evolve-security-academy,Anonymous,True,2019,"I could not recommend Evolve enough!! I am so thankful for the knowledge, experience, and lifelong connections I gained from my class!",2020-07-28,5.0,5.0,5.0,5.0,"I could not recommend Evolve enough!! I am so thankful for the knowledge, experience, and lifelong connections I gained from my class!I did not come from a technical background and I finished the bootcamp with skills and knowledge I could have never dreamed... Read More of having. The curriculum covered all facets related to cybersecurity which gave me a foundation that I can build on. It was intense and fast-paced which could be overwhelming at times but the instructors were always flexible and happy to provide individualized attention which really helped me. I really appreciated the career services portion and the career coach was very knowledgeable! A lot of what I learned was common sense and made the process much less scary. Many of my classmates were getting jobs even before we finished the bootcamp! I waited to focus on my search job until after graduation. It definitely took self-discipline and some help from the coach overcoming my imposter syndrome but was able to find my first job analyst job!I am so thankful for Evolve's incredible instructors and staff!! I highly recommend!!Read Less",Bootcamp REMOTE (live-online),Other +266694,10743,evolve-security-academy,Brysen Jacobsen,False,2020,If I could leave 0 stars I would.,2020-07-23,1.0,1.0,1.0,1.0,"I went to this boot camp from January to April.This course starts out good, teaches you some basic tools and tricks that will be helpful in the cyber field. But, it quickly devolves into ""hacky"" stuff. One of the executives, Fai, told me in a personal... Read More meeting that he wants the course to lean towards things that are flashy and engaging vs. information that is actually useful and relevant to the job space. I passed their final and I could not actually do many things that most entry level jobs require until I got further education on my own. The whole corporation is built to make more money and they don't really care about the information that they are teaching. Do not go to this school, there are tons of better schools out there for less and that will be worth your time.Read Less",Bootcamp REMOTE (live-online),Other +266557,10743,evolve-security-academy,Anonymous,True,2019,A rigorous yet rewarding experience,2020-07-19,4.3,5.0,4.0,4.0,"Attending Evolve Security Academy opened doors, allowing me to change career paths. I went from an individual with zero technical knowledge to landing an entry-level cybersecurity position. The course work covers a wide variety of relevant cybersecurity... Read More topics and can be quite challenging at times. Although it is possible to complete the Bootcamp while working a full-time job, it can be a busy and stressful 17 weeks. Overall, Evolve provided me the needed base of knowledge to jumpstart my cybersecurity career.Read Less",IN-PERSON Bootcamp (Chicago),Other +266471,10743,evolve-security-academy,Yingqi Shi,False,2017,Best Learning Experience Ever!!,2020-07-16,5.0,5.0,5.0,5.0,"Evolve Security Academy is definitely one of the best learning experiences I've had in my life. Within 12 weeks, I've had the opportunity to learn from world-class hackers, security professionals and worked in business projects with a team of talented... Read More peers. With the framework Evolve prepared for us, I've successfully nailed rankings within HackTheBox within 3 months and achieved another penetration testing certificates while staying with Evolve. The amount of intense focus Evolve gives really helps one to prepare for jobs like Security Consultant or Penetration Testers or roles alike. I will give detailed views in each of the lens:Instructors: Make sure to learn from Ramandeep Singh on the technical side and Faisal Abdullah on the framework side. Fai has years of experience in the field and he's the one that helped me establish an extremely comprehensive framework. Like Mathematics, the field of Cyber Security is vast and it is very crucial that one develops the correct methodology to organise all the technical skills and information gathered. Fai will teach you exactly how to think strategically about this field and about security consulting in general. Ramandeep, one of my all-time favourite instructor, is a very experienced white hat whose speciality lies in actual Forensic Sciences. He came from a very wild background (discover for yourself :) ) and I'm sure if you are more into penTesting he's the guy to go to. Curriculum: Definitely well-structured. But again the course I took served more like a honor version of Cyber Security 101 (equivalent to freshmen/sophomore experience in Cyber Sec Major). If you really want to get involved, you should definitely talk to Fai or Ram about different resources tailored towards your own interest. When I took the course, I moved to PenTesting really quickly. I asked Ram about all different kinds of questions including things like where to study, what to study and how to study. I ended up learning from Evolve during the day and doing Pentesting Labs at night from credible sources like Pentester Academy or HackTheBox. I think by the time I finish the cohort I was more than ready to just go ahead and start the Kali Professional Course.Work Experience: The module I took involved consulting work with a non-profit organisation. In my opinion this is definitely one of the most useful and practical part of the course since it prepares you for the real industrial experience. I actually gained a lot of communication skills from it. I ended up being one part of the team presenting to our client and the feedback was very positive.Social: I moved to Chicago for the course during my summer break, and Ram was very kind to invite me to dinner and chat with me about all sort of things. Some of the conversations we've had not only shaped my ideas about Cyber Security, but also changed how I think in general about problem-solving.Overall: I felt very confident about landing a career in cyber security when I left the cohort. Unfortunately after I went back to school I was more involved with the development of Data Science Algorithms, Quantitative Finance and Pure Math Research. But I'm pretty sure that had I kept on and gaining more experience in the field, I will probably make the most out of my experience. (one of my peer immediately got a job as a penetration tester at the end of the cohort. I think that speaks for it).Read Less",IN-PERSON Bootcamp (Chicago),Other +264720,10743,evolve-security-academy,John Wheeler,False,2019,Life Changing Experience,2020-05-18,5.0,5.0,5.0,5.0,Evolve provided me with the skills and training that I need to switch careers to the I.T field. After the training at Evolve I was able to get a paid internship as a security analyst before the program was over. I now have a strong foundation to be able... Read More to pursue more advanced skills and certifications as my new career progresses.Read Less,IN-PERSON Bootcamp (Chicago),Other +264710,10743,evolve-security-academy,Anonymous,True,2019,Evolve Security Academy,2020-05-18,4.3,5.0,5.0,3.0,"As a security professional I have been searching for the right place to extend my training and I found that with Evolve Security. I knew there were lots of resources out there, however I wanted a more structured approach to leveling up my security knowledge... Read More and expand my expertise in this field. I was hesitant at first, so initially I kept taking the self paced courses, only to get dis-interested after awhile. I realized that for me to really retain this material I needed a guided program with instruction and a hands on approach. I then decided to enroll in the Evolve Security remote bootcamp. I was so impressed with the amount of material I learned, and the instructors that I also ended up signing up for the Pen Testing course as well. I learned a lot in a short time. For those of you interested in this program know that retaining everything all at once is not easy but the key is to being exposed to it enough so you can also continue to expand your knowledge. This is a fast paced program, but what you do learn you can keep forever and continue to learn. This is a great program and I highly encourage anyone to consider this school.Read Less",Bootcamp REMOTE (live-online),Other +264648,10743,evolve-security-academy,Isaac Amboson,False,2019,Best Tuition I Ever Paid!,2020-05-17,5.0,5.0,5.0,5.0,"Evolve Security Cybersecurity Bootcamp Remote is absolutely one of the best investments I ever made in my career. The best part for me was the exposure to the various cybersecurity tools I never would have been exposed to if I hadn't joined the program.... Read More I have an IT background with masters in Computer Science but this bootcamp took me to a new level with the hands-on skills it provided to be better equipped for the job market. The instructors were absolutely knowledgeable in their fields, always willing to carry you along (you were allowed to ask any questions where you got confused or lost as no questions were considered ""dumb""). I always looked forward to classes as there was always something new to be learnt. It was rigorous but in the end all worth it and I definitely got my money's worth.Read Less",Bootcamp REMOTE (live-online),Other +264645,10743,evolve-security-academy,Josh Ma,False,2019,Awesome Learning Experience!,2020-05-16,4.3,5.0,4.0,4.0,"I couldn’t think of a better place to start my new cybersecurity career than at Evolve Security Academy! I loved the bootcamp and learning alongside my 13 cohort mates. I’m impressed at how much the instructors have fit into their curriculum and supplemented... Read More the lectures with solid labs. As a cohort, we had the opportunity to perform an actual security assessment of a local non-profit organization and present our findings. There’s great value in learning not just how to ethically hack an organization, but to communicate the findings to clients as well. Evolve allowed me to do all of that.The instructors are great, and more importantly, they are also working professionals during the day (classes are at night) so all of their instruction is rooted in practice. Their passion for Cybersecurity is infectious - it’s clear they all love what they do. Outside of instruction, I found their admin/admissions team to be amazing. As one of their first GI Bill applicants, they patiently helped me navigate a complicated process to apply my education benefits. Note for Vets: My bootcamp was in the summer of 2019. At the time, I was receiving only partial BAH because the course was designated as part-time by the Illinois VA Dept. If you intend to use the GI Bill, check with Evolve’s Admissions team if that has changed, or understand that you may also receive partial BAH. My main criticism is that I wish the curriculum spent more time on defensive (blue team) learning than on offensive (red team). Security is so nuanced and specialized that it would be impossible to cover both in depth in just a single bootcamp. It’s a lot to ask for, I admit. But, you’ll find that more jobs align with security operations, incident response, and risk management than with penetration testing, so it makes more sense to tailor the bootcamp curriculum to the industry’s overall demands. Evolve's Advanced Pen Testing course, which I’ve taken and loved, is the better venue to dive deep into red teaming.The job assistance also started later than I preferred. We touched on the job search, prep, and interview process a bit during the bootcamp, but those didn’t really kick off until after graduation.Overall, I rate Evolve Security Academy a solid 9/10. I loved the experience and the people, and if I could do it all over, I wouldn’t hesitate to start there again. Good luck!Read Less",IN-PERSON Bootcamp (Chicago),Other +264601,10743,evolve-security-academy,Gido Park,False,2019,Evolve Security has been a life changing investment in how I can apply the lessons not only in my career but in my personal life as well.,2020-05-14,5.0,5.0,5.0,5.0,"I was pretty hesitant in switching my career and learning something completely different from what I went to university for, but even before the first lesson, my uncertainties left me. The staff, instructors, and lessons were more than phenomenal in guiding... Read More me through to learn something completely outside of my wheel-house. Albeit, it was a challenge, I was never left without resources to complete the lessons and course. I learned a lot of very useful skills and would not trade the time spent with awesome people learning new IT Security for anything else.Read Less",Bootcamp REMOTE (live-online),Other +264567,10743,evolve-security-academy,Akhly Hammouda,False,2019,"I learned a lot, and I had fun.",2020-05-13,4.3,5.0,4.0,4.0,"It was such a privilege to have participated in this boot-camp. Even if I haven't yet landed a cybersecurity job (don't know why), but I think I acquired enough skills to be able to do any entry-level cybersecurity job out there, and even more advanced... Read More ones.Read Less",IN-PERSON Bootcamp (Chicago),Other +264505,10743,evolve-security-academy,IsaiahLittle,False,2020,Amazing experience!,2020-05-11,5.0,5.0,5.0,5.0,"Evolve Security Had a vast amount of information to learn from, I loved the course material as it is updated and fresh. The instructors do an amazing job at teaching the material and are very patient with students that needed help. The school is a lot... Read More of fun and very hands on. They also help with job searches in the cyber department, highly recommended to anyone that struggles with job searching after they have obtained their certification!Pros:-Great material-very Knowledgeable staff-Extra fun activities for the students to increase skills(safe pentesting)-Getting real world experience with other company's to see what it's like.----Most importantly----You get the most out of the course in person which I would recommend you taking for the more hands on experience!Cons:-Short time span: If the Course was longer we could spend more time on the material.But Overall Evolve Security is an amazing school if you want to increase your knowledge on cyber security and I highly recommend Evolve to anyone that is trying to advance in their career of cyber security. I really want to thank the instructors for all the help and support they have giving me on my journey on learning the material!Read Less",IN-PERSON Bootcamp (Chicago),Other +264493,10743,evolve-security-academy,Jacob A,False,2018,Great for breaking into security field,2020-05-11,4.7,5.0,5.0,4.0,"I attended Evolve Security online bootcamp in 2018 fall. Pros: -Hands on curriculum. Lots of real life examples of different security tools and projects. -Management is very engaged with every process of the bootcamp. They constantly talk to students... Read More and get feedback to make sure everything in on track. -Price was not as expensive as other bootcamps when I attended in 2018 fall. -Evolve security has a very well connected and supportive community. It will be a great resource for any professional to be part of that community. -If you complete assignments and projects, you will know more than enough to get an entry level job in security field.Cons:-Cant remember many. However class materials and assignment resources can be organized better on the bootcamp website. Some other students did not complain about this, but I sometimes would get confused about what is where & due dates. Teacher assistants and group chat was always available if you needed help.Read Less",Bootcamp REMOTE (live-online),Other +264428,10743,evolve-security-academy,DM,False,2019,The launching pad I needed,2020-05-09,5.0,5.0,5.0,5.0,"I completed Evolve's remote bootcamp in 2019. Here's why I recommend it:-Good for working professionals: I was able to complete the bootcamp online while working full-time in an unrelated field. -Good for people with a nontechnical background/desiring... Read More a big career change: I was about 10 years into my career in the nonprofit world when I started Evolve. The degrees I had were strictly humanities-focused. I'd taught myself basic front-end web dev skills at various points, and always yearned to get more technical. Evolve's teachers and curriculum gave me the structure I needed to establish foundational knowledge in cybersecurity. It wasn't always easy, and it was intimating at times to be studying alongside others with plenty of IT experience already, but I kept up. I had enough confidence towards the end of the course to take a lead role in the vulnerability assessment our cohort conducted for a real client organization.-Good for getting connected to the community: Evolve is a very supportive crew. Even as a remote student, I was given the opportunity to connect in various ways with numerous Evolve staff, alumni, and its broader network from early on. These connections helped me effectively leverage my Evolve education to secure a full-time cybersecurity job a month or so after finishing the bootcamp. I'm so grateful. -Good exposure to industry tools: I'm almost a year into that security job now, and using many of the same tools I was first exposed to during Evolve. Just the other day, I dug up some of my Evolve lab materials because they were relevant to something I'm about to use more in my work. All said: I'm a fan!Read Less",Bootcamp REMOTE (live-online),Other +264394,10743,evolve-security-academy,Ian Schlesinger,False,2019,"If you are wanting to get your mind saturated in the InfoSec world, acquire boundless new skills, and work with people that truly care about you, take this bootcamp.",2020-05-08,5.0,5.0,5.0,5.0,"Attending this bootcamp was my first step into the infoSec world and I am not sure I could have chosen a better place to start. I did lots of research and eventually landed with Evolve Security Academy. What you learn in this bootcamp is undeniably immense... Read More and exactly what hiring managers are looking for. If you already work in the tech industry then the skills will be applicable immediately as they have for me. If you read reviews for other bootcamps you will often hear that it's either a hit or miss depending on the instructors, I can tell you that every instructor at Evolve will have you wishing that they could have all been your instructor. The only fault with this course is that it eventually had an end. Ha. I actually loved it so much that I became an instructional assistant for this very bootcamp. This is one family that you want to join and never leave!Read Less",Bootcamp REMOTE (live-online),Other +264393,10743,evolve-security-academy,Brandon Heihn,False,2018,Best decision of my life,2020-05-08,5.0,5.0,5.0,5.0,"Evolve Security Academy is worth every penny. I needed a career change and had some familiarity with computers but nowhere close to the level required for even an entry level IT job. Andrew saw the passion I had and I started Evolve Security Academy online... Read More a short time after. The remote bootcamp felt just like I was in a class. We had the opportunity to work in large groups, small groups, and one on one with instructors if we needed the extra help. We weren't just watching videos or listening to lectures, it was hands on learning the tools needed to succeed in the industry. Evolve Security Academy goes beyond that because starting a career in any industry takes more than knowing the tools. Evolve Security Academy helped us with resume building, crafting our LinkedIn page, and networking with others already in the industry. I can't say enough good things about Evolve, from the leadership, instructors, assistants, and even other alum. My current and future success is because of Evolve. If you are thinking of a career change to information security, I highly recommend it because there are endless opportunities. This is an investment for your future and if you are looking for a great school with great leadership, instructors, and support (during and after the bootcamp), Evolve Security Academy is the best choice.Read Less",Bootcamp REMOTE (live-online),Other +264388,10743,evolve-security-academy,Reg Spalding,False,2018,There was a lot of info...Very Good instructor...I enjoyed interacting with fellow students.,2020-05-08,4.0,4.0,5.0,3.0,I appreciate the hands on aspect and the instruction was very good. I would have liked to been assigned a mentor and perform the site survey at a time good for the class. I am currently studying for the Security Cert Exam and would like to do more practical... Read More training/exercises.Read Less,IN-PERSON Bootcamp (Chicago),Other +264385,10743,evolve-security-academy,Ricardo Barajas Jr,False,2019,"Transformative experience, going from base level understanding to well rounded and able to speak with experts.",2020-05-08,4.0,5.0,4.0,3.0,"This experience allowed me to understand self-motivation and how to survive in the industry. The only con I can think of is not keeping up can have you playing catch-up. This bootcamp covers almost every sect of possible cyber security jobs. When you... Read More find a certain module you get interested in, it is valuable to dive deeper in your own time.Read Less",Bootcamp REMOTE (live-online),Other +264381,10743,evolve-security-academy,Gregoire Magadini,False,2018,Worth it!,2020-05-08,5.0,5.0,5.0,5.0,I took this bootcamp back in spring 2018. It was amazing. There was so much material to learn. I don't think anyone could learn all this material all on their own. The instructors were top notch and to this day I keep in touch with them. I don't regret... Read More ever doing this bootcamp.Read Less,IN-PERSON Bootcamp (Chicago),Other +264380,10743,evolve-security-academy,Artee Arenas,False,2020,Wonderful experience!,2020-05-08,5.0,5.0,5.0,5.0,"I graduated as part of Evolve Security Academy's Winter 2019 In-Person cohort. I've never attended a Cybersecurity bootcamp but I have been doing IT for 10+ years. It was a pleasure learning and working with the other students, and although my background... Read More gave me a big advantage the environment never felt competitive or cut-throat. We were all there to learn and explore the field of cybersec/infosec. Meeting other individuals from different backgrounds and industries was also very refreshing. It was also the first time I used the GI Bill to cover tuition and the administrative staff was very helpful every step of the way.The instructors were wonderful. They are industry professionals doing active cybersecurity work in the daytime and come to teach in the evenings. I thought it was great having an actual team of instructors teaching throughout the entirety of the bootcamp rather than just having a single instrcutor the entire time. They each shared their unique backgrounds, methods, and experiences that brought great insight to the diversity of the field.Now I realize that there are other methods to learning about Cybersecurity aside from attending a bootcamp. I chose to enroll in the in-person cohort becuase I felt a sense of commitment after having gone through the enrollment process with ESA and the VA for tuition. I did it for the dedicated learning environment and the in-person professional networking which I thought was a great value.Now being in the field of IT, things can change and develop rapidly. With that in mind I think the curriculum was curated as an introduction to scratch the surface of the many specialties in the field. We covered topics from Scripting, Networking, Pen-testing, and Cryptography amongst others. The labs we completed simulated real world situations. It was a lot to take in and can be very daunting to someone with no technology background but the instructors did their very best to ensure the students understood the subject matter. You can't teach everything in 16 weeks, but I think they did a wonderful job teaching us the fundamental methodologies to become a successful cybersecurity professional. Although I was not seeking employment during my time, I believe the time spent on career preparation really brought great value. I really wish I had something like that prior to entering the field. The instructors and career prep coach each brought their personal insight to to the job seeking process. Evolve also organizes frequent webinars and in-person meetups. These sorts of events are a great way to introduce and welcome outside individuals to the local cybersec community and offer the opportunity to network with other industry professionals.If anyone is looking to explore and dive into the field of cybersecurity, I would gladly recommend Evolve. It was an phenomenal 16 weeks and your relationship with ESA stays with you. The experience really is career changing.Read Less",IN-PERSON Bootcamp (Chicago),Other +264377,10743,evolve-security-academy,Micah Johnson,False,2019,Transformative experience,2020-05-08,5.0,5.0,5.0,5.0,"My experience at Evolve Security Academy was transformative. During the course, I developed a deep passion for cyber security by going through hands-on lab assignments with awesome instructors, in a close-knit cohort environment, while getting an opportunity... Read More to experiment with many different security domains. Since my time at ESA, I continue to receive support from the instructors, program leaders, and fellow alumni. The relationships built, passion developed, and experiences along the way have truly changed the trajectory of my career path!Read Less",IN-PERSON Bootcamp (Chicago),Other +264368,10743,evolve-security-academy,Vineet Bhatt,False,2019,Great Curriculum and real hands on experience,2020-05-07,5.0,5.0,5.0,5.0,"I attended Evolve Security's in-person cybersecurity academy in the summer of 2019. This 16 week long course was instrumental in shaping my future career path, and teaching me the industry of cybersecurity. Prior to attending the academy, I had zero knowledge... Read More of the cyber world, and felt unsure if I was fit to participate in the academy. Yet the instructors helped quickly get me up-to-speed during the first few weeks, and were extremely helpful during the entirety of the course. From learning Python, using Splunk, to running vulnerability scans with Burp Suite, I was able to get a comprehensive understanding of relevant tools and how to use them. Perhaps my favorite part of the bootcamp was the hands-on, real-world experience gained by working alongside a local non-profit organization to perform a full security assessment. Would highly recommend for anyone interested in going into a career in InfoSec.Read Less",IN-PERSON Bootcamp (Chicago),Other +264363,10743,evolve-security-academy,Kenneth Gordon,False,2020,Career changing,2020-05-07,5.0,5.0,5.0,5.0,"I attended the cyber security boot camp fall session at Evolve Security. I never attended a boot camp before so I didn't know what to expect. Coming from the legal field with little technology skills I can honestly say I was a little intimidated. the... Read More intimidation went away on the first day. The staff and professors were awesome!! They understood most of their students work full time jobs, new to the cyber security field, and nervous lol. The Evolve Cyber Security experience was GREAT! I learned so much information and the hands on training was like non other. You work with real companies while attending the boot camp. The labs, training, quizzes, and 24 hr help..... Evolve has the perfect ingredients to help you launch your career in the cyber Field.Pros: Flexibility, real life situations, small class, free vouchers for certifications, job placement help, free training material, webinars/meetups.Cons: only 1 professor in class. I think 2 professors will compliment the classroom.Read Less",IN-PERSON Bootcamp (Chicago),Other +264360,10743,evolve-security-academy,Andrew Seligson,False,2019,One of the best in the business!,2020-05-07,5.0,5.0,5.0,5.0,"Evolve gave me the technical skills needed to thrive in a very technically-driven industry. They boast a strong community of professionals who are eager and willing to mentor! I found each of the modules very relevant to my work even now in my graduate... Read More program. If you want to break in to the industry, this is the way to go! Highly recommended.Read Less",Bootcamp REMOTE (live-online),Other +264352,10743,evolve-security-academy,Anonymous,True,2019,Evolve Security was THE best program I have ever been through!,2020-05-07,5.0,5.0,5.0,5.0,"I attended Evolve Security's in-person cybersecurity academy in the summer of 2019. This 16 week long course was instrumental in shaping my future career path, and teaching me the industry of cybersecurity. Prior to attending the academy, I had zero knowledge... Read More of the cyber world, and felt unsure if I was fit to participate in the academy. Yet the instructors helped quickly get me up-to-speed during the first few weeks, and were extremely helpful during the entirety of the course. From learning Python, using Splunk, to running vulnerability scans with Burp Suite, I was able to get a comprehensive understanding of relevant tools and how to use them. Perhaps my favorite part of the bootcamp was the hands-on, real-world experience gained by working alongside a local non-profit organization to perform a full security assessment. Would highly recommend for anyone interested in going into a career in InfoSec.Read Less",IN-PERSON Bootcamp (Chicago),Other +264164,10743,evolve-security-academy,Douglas Singer,False,2018,"Great education, lack of meaningful career help.",2020-05-02,3.0,3.0,5.0,1.0,"The education at Evolve Security Academy was exceptional.But when it came to helping me land a job, when I needed connections, all the academy could offer was advice.I'm trying to make this review honest yet balanced. This is just my story. Other students... Read More have had a better experience.Let me start at the beginning.When I entered the Winter 2018 boot camp, my end goal was a job in the information security field. I knew I would have an uphill battle, because I didn't have a solid tech background. So, during boot camp, I gave 100% to study. As they observed my work, I heard from at least one instructor and at least one fellow student that I would have no trouble finding a job in the field. I passed the boot camp with good marks. Then, I went on to fill hundreds of job applications. And I networked, even landing breakfast with a very high up player in the industry (who had never heard of Evolve and didn't take my credentials very seriously). After boot camp, I continued to study, going on to earn my Security+ and Evolve's practical penetration testing certification.I did land job interviews with sixteen different companies. But most fizzled out in round one -- the HR ""screening call."" I did halt the process on a couple that paid a very low hourly rate. I needed the money and one of the boot camp instructors said we students could expect 75-85K upon graduation. In only one case did I make it to an advanced round.There are three possible conclusions. I'll leave it to you to weigh which is most likely. In my opinion, it's probably a combination of all three.1) Evolve has no skin in the game and cannot connect their Remote Cohort grads to real opportunities (I believe the situation is better for Live students). One instructor made a connection for me, but the academy itself never did anything more than give career advice and post job openings on their Slack channel. Over the past year, I've slowly dialed up the frustration in various communications with the academy, and they have essentially deflected the blame back to me by offering more career advice, interview advice, resume help, etc. Not a single live lead. Not a single, ""we know a company who could use a guy like you and we'll have them get in touch with you."" Yet surely this is how a significant number of jobs are filled in the real world.2) You can't get an information security job with only a boot camp certification, unless you have prior job experience in a similar field, in which case Evolve is overselling their product.3) A lack of interview skills are what barred me from landing a job. But if so, that would be after sixteen companies worth of practice.I hope that if you do enroll, your experience is a happier one. I wish Evolve the best.Read Less",Bootcamp REMOTE (live-online),Other +263836,10743,evolve-security-academy,Anonymous,True,2019,Evolve helped me change careers,2020-04-23,5.0,5.0,5.0,5.0,Evolve helped me switch careers while having no technical/IT/Security experience prior. I've moved from an industry with little room for growth and poor working conditions to a new industry with a ton of room for growth. I'm grateful to Evolve for helping... Read More me make this change and starting a new journey.Read Less,,Unknown +263172,10743,evolve-security-academy,Anonymous,True,2018,Exceeded Expectations!,2020-04-01,5.0,5.0,5.0,5.0,"My time at Evolve Security Academy was exceptional and well worth the investment, the instructors were very professional and knowledgeable. Evolve's curriculum exceeded my expectations as it was challenging and comprehensive but it gave me the tools,... Read More resources, and connections to grow my career and pursue my own interest in cybersecurity.Read Less",IN-PERSON Bootcamp (Chicago),Other +262775,10743,evolve-security-academy,Syd,False,2019,Wonderful Experience,2020-03-15,5.0,5.0,5.0,5.0,"Overall a great experience - I learned so much from this course. The course material and structure are my favorite aspects. They designed the course so that the material builds on itself so you are always advancing and sharpening your skills. They also... Read More substitute lectures with really detailed labs and instructions. All of the TAs were informative and took time to help me think through challenges. Outside of classes, I even had the chance to nerd out with peers and teachers on current cybersecurity trends. I can now speak confidently about cybersecurity from a technical and policy perspective, and have a strong network of cybersecurity professionals.Read Less",Bootcamp REMOTE (live-online),Other +262281,10743,evolve-security-academy,Anonymous,True,2018,Looking to break into cybersecurity and have a burning desire to learn? Evolve is the way for you.,2020-02-27,5.0,5.0,5.0,5.0,"Evolve was very helpful in every step of the process from learning to job placement. The curriculum and projects supplemented my college education and really prepared me for the industry. Moreover, the networking opportunities it provided has been instrumental... Read More during the job search. I believe my time at Evolve has equipped me with necessary skills and confidence for a career in Cybersecurity.Read Less",Bootcamp PRO (in-person),Other +262154,10743,evolve-security-academy,Anonymous,True,2020,"Evolve is the only real option to break into cybersecurity and since they accept the GI Bill, an incredible opportunity for veterans.",2020-02-24,5.0,5.0,5.0,5.0,"Incredible atmosphere for learning and collaboration. The curriculum was filled with excellent videos and walkthroughs that prepared us for the in-class, labs, and homework. Learning the same tools, tactics, techniques, and procedures that were being... Read More practiced in the field allowed for better marketability during the job search. The culminating client project allowed us to put all of our learning into practice and gain real-world experience. Being able to talk discuss the experience from the project helped distinguish me from other applicants during the job search. Evolve is the only real option to break into cybersecurity and since they accept the GI Bill, an incredible opportunity for veterans. I highly recommend Evolve Academy and can't wait to take their advanced courses.Read Less",Bootcamp PRO (in-person),Other +262142,10743,evolve-security-academy,Terrence,False,2020,"A cyber security bootcamp with extremely valuable, Intense and rewarding exposure to a broad spectrum of cybersecurity topics, tools and techniques!",2020-02-24,5.0,5.0,5.0,5.0,"Evolve Security Academy is an excellent resource for anyone who wants to get involved in the information security industry. It is a program exposing students to experience in an extremely broad range of tools, techniques, and concepts. In addition, there... Read More is coaching on job hunting and help with interviewing and other useful job search techniques. You learn about Governance, Risk & Compliance frameworks as well as many tools, threat actors, and techniques for detecting breaches and for hacking. I would highly recommend this course to anyone looking to get a job in the industry.Read Less",,Cybersecurity +260964,10743,evolve-security-academy,Anonymous,True,2020,Great experience,2020-01-13,4.3,5.0,4.0,4.0,"Pros: The Evolve Security program delivered everything it could. Effort depends on yourself although they can feed you as much information and tool usage as possible. Great assistant instructors with in-depth knowledge about the work in the academy as... Read More well as knowledge about the cybersecurity field in general. Cons: Variable factor, but some classmates can have better etiquetteRead Less",Bootcamp PRO (in-person),Other +260326,10743,evolve-security-academy,Uzoma Osuagwu,False,2019,Are you eager to enter the cyber security industry?,2019-12-23,5.0,5.0,5.0,5.0,"Evolve Security Academy is the place for you. The remote cohort at Evolve was a smooth transition into the cybersecurity space. The curriculum and labs are very comprehensive and touch on challenging areas that are in high demand in the industry. The... Read More instructor and assistant instructors have vast experience, and provide the right level of support and challenge to help you grow. You also get to work on real hands-on projects that give you a taste of what it's like providing client service as a cyber security professional. The remote bootcamp is structured to mimic in-person learning, and the environment at Evolve is very collaborative and team oriented. Evolve is also big on career preparation and networking, they work with you to achieve your career goals. Whether you are new to the game or you already have some IT experience, the course is designed to reach you at your level. Towards the end of the bootcamp, I realized that I could understand and discuss cyber security issues with ease. This is especially helpful with interviews as you go into the job market. I was able to secure a position in cyber security risk management. It was a rewarding experience and I would recommend this course for anyone interested in a career in cyber security.Read Less",Bootcamp REMOTE (live-online),Other +260247,10743,evolve-security-academy,Sean Traci,False,2019,Evolve Security is the real deal.,2019-12-23,5.0,5.0,5.0,5.0,"I participated in the remote cohort for Evolve Security, from Sept 2019 to Dec 2019. Our instructor brought with him an enormous amount of real world security experience with him and shaped the labs and assignments to reflect how they are used from a... Read More practical perspective. We had teaching assistance available to us all of the time, with tons of office hour opportunities if you're really stuck. You get thrown a ton of information, so I advise (as does Evolve) to know some python, networking and basic command line stuff. Evolve does such a good job bringing everyone through the curriculum, I couldn't imagine doing it with any other group. After the class, Evolve has an excellent career coach and system in place to find the right place for you in this amazing field. I have recommended Evolve to all friends who have a tech background. Two are registering for the next cohort. If you're looking for the top program to join, look no further than Evolve.Read Less",Bootcamp REMOTE (live-online),Other +258489,10743,evolve-security-academy,Katy Vonk,False,2019,"Great classroom environment, excellent coursework, best bootcamp around!",2019-11-06,5.0,5.0,5.0,5.0,"As a person who really thrives in a learning environment with instruction and support, I knew that it would be important for me to find a program that would offer me what I need. Initially, I was worried about the online learning environment and felt... Read More that it might be alienating. In fact, I think our class ended up being more social and connected than an IRL one because of the way the Zoom classroom is setup - we all face each other, literally. I made friends and possibly future colleagues. So, the social support component of this program is not to be underestimated. I really think the coursework is well designed. There are some hiccups here and there but honestly those difficulties seemed like a natural part of the learning process. I was super grateful to have plentiful career prep conversations, both with instructors as well as other classmates. I've met some really great people through Evolve's network and I honestly feel I have earned a solid foundation for my entry into infosec.Read Less",Bootcamp REMOTE (live-online),Other +255708,10743,evolve-security-academy,Jordan Colon,False,2019,A great learning experience,2019-09-29,4.7,5.0,5.0,4.0,"The staff has an incredible way of taking complex concepts and breaking them down into digestible bits. Coming into the course without any experience in the field, I can attest to the initial difficulty of what is going to be learned. However, the staff... Read More is willing to put forth the time and effort to ensure you grasp a solid understanding of the material.Read Less",Bootcamp REMOTE (live-online),Other +255132,10743,evolve-security-academy,Ilie S,False,2019,Just perfect for career jump start.,2019-09-24,5.0,5.0,5.0,5.0,"Want to get in cyber security career? Evolve Academy is the right place. Had and extensive training that covers most of cyber security industry topics. Trainers are experts in this domain so all my questions were answered at the highest leveI. Even if... Read More you don't understand something this guys will make sure you do. Highly recommend this place, specially PRO boot camp if you want to get more in-depth training. Job hunting module that is part of curriculum was super helpful and landed me in a job just after graduation so I am enormously grateful for that to Evolve Cyber Security Academy. Keep it up!Read Less",Bootcamp PRO (in-person),Other +254376,10743,evolve-security-academy,Nick Smith,False,2019,Life/Career Changing Experience,2019-09-11,5.0,5.0,5.0,5.0,"I started this cybersecurity Bootcamp not having much knowledge what so ever (I must admit I was pretty intimated at first). After just a few weeks into the Bootcamp, I was able to confidently and fluently converse with others using IT Jargon commonly... Read More found in the industry. I can't say enough about the great instructors that made this experience fun, enjoyable and most importantly brought a surplus of knowledge from the public and private sector of the ever-growing IT corporate world. The instructor and his teaching assistants were highly attentive when students ran into a problem in the homework or labs. This Bootcamp also offers office hours before and after class, which was helpful when needing to prepare your VM for labs and assignments covered in the lectures. I highly recommend this Bootcamp for anyone that is looking to truly improve themselves and further their career into a high growth industry. Lastly, I want to note that I took this course while working a full-time 9-5 job. It may seem like a daunting task to juggle both (and at times it could be), but our great instructor and an incredibly supportive cast of students made it much easier and manageable. The one thing that attracted me to the Bootcamp was the high rate of job placement. Many students were landing jobs mid-way through the cohort and everyone felt like the interviews were quite easy compared to the vast knowledge they had gained through the Bootcamp. The instructors also make it a priority to continuously ask interview questions throughout the Bootcamp to further prepare you for interviews. I took time to look at a few cybersecurity Bootcamps, but ultimately chose Evolve Security (and very glad I did) !!!!Read Less",Cybersecurity,Cybersecurity +253747,10743,evolve-security-academy,Melissa Mann,False,2018,Game changing for your career; Timely content and a dedicated team,2019-08-26,5.0,5.0,5.0,5.0,"I highly recommend Evolve to enhance cyber security expertise at any stage of your career. Personally, attending Evolve was pivotal for my sector switch into more hands-on work in cyber and incident response. In fact, Evolve instructors helped me identify... Read More IR as a potential professional path. Students from both technical and non-technical backgrounds will benefit and as with any program, the more time you put in the more you will get out of it. The instructors and staff are 200% dedicated to your success and are genuinely open and supportive. My only recommendation would be to carve out enough time and energy to focus on the coursework and take advantage of the tremendous resources they offer.Read Less",Cybersecurity,Cybersecurity +253745,10743,evolve-security-academy,Douglas Singer,False,2018,Five Stars,2019-08-26,5.0,5.0,5.0,5.0,"Evolve Security Academy remote boot camp. A zero regret experience.I graduated from the 2018 remote cohort and also took the Practical Penetration Testing Course early in 2019. The latter? Excellent. In this review, I focus on the former.The boot camp... Read More had many strong points, including the jocularity, the banter, the fun with the other students. But I will emphasize the two most important.1) The two lead instructors. The first gave us a gold mine of information security theory and real life stories, many which had an ""insider"" flavor. A glimpse at the real industry, the shocking facts, the breaches, the enemy moves, the truths the news buries. He inspired and invigorated. The second gave us the clarity, detail and guidance to get our newly gained information off the ground and put it to practical use in real world scenarios, including our final project for a real company. He launched and equipped. The complementary strengths of the two instructors made the camp balanced, thorough, and exciting. I came for a challenge. Check. The icing on the cake? Boot camp became the highlight of each day.2) The course materials.The academy covers everything from A to Z. Physical security. Network security. Policy. Cryptography. Social engineering. To name a few. Lectures, labs, common and unusual tools, real-world experience, and best of all, access to the minds of industry leaders who walk the walk.On the ""con"" side, I pour cold water, not on Evolve Academy, but on a mindset I had. If you share my former mindset, this warning is for you. Again, to be perfectly clear, it's no negative reflection on Evolve, but a chill to the naive mental flames looking, without the right background, to boot camp as a magic key to success.Coming into boot camp, I had tech knowledge but lacked real world experience. I knew I had an uphill battle. Therefore, I worked diligently at boot camp. Very diligently. I finished with good grades, an inside lead from an instructor, encouragement, help from the academy, references, etc. And I've continued to study, refine my resume and apply to countless jobs. I even relocated from a rural area to a metro one for better job exposure. All to no avail. (I hope to report a change to this eventually, but as the unsuccessful job applications mount, I've lost my early optimism.) Boot camp just didn't kick the career door open. As much as I enjoyed the boot camp, all the effort I spent has ended up being a waste (to date). The warning? Expect to need something more than boot camp to break into cyber security. Background in a different tech area. A four year tech degree.These sour grapes being set out as a disclaimer, I urge those with the right background -- ninjas, experienced, etc. -- not to wait. Enroll in Evolve today. You'll have ZERO regrets.Read Less",Cybersecurity,Cybersecurity +252485,10743,evolve-security-academy,Anonymous,True,2019,Game Changer,2019-07-20,5.0,5.0,5.0,5.0,"Evolve Security Academy is the #1 cyber security bootcamp in the world for a reason. The instructors are top-notch and often the ones who create the curriculum. Through the program, I was able to drink from the source, literally, and meet and learn from... Read More the pros in the industry in a casual, face to face setting. The Evolve experience helped me significantly in taking my CompTia certification, but went way beyond just that. I also greatly appreciated the game-changing tool set of skills and languages and the real-life, hands on training, which gave me an edge on my job interviews. Overall, I must say that this is the best investment in my future that I’ve ever made.Read Less",Bootcamp REMOTE (live-online),Other +251300,10743,evolve-security-academy,Patrick Corniea,False,2018,Exactly what I needed,2019-05-23,5.0,5.0,5.0,5.0,Learned so much! Course curriculum and all other covered topics were relevant and very applicable to mainstream trends and issues.,Bootcamp PRO (in-person),Other +251309,10743,evolve-security-academy,VIktor Glaes,False,2018,Great opportunity for aspiring security professionals,2019-05-23,5.0,5.0,5.0,5.0,"I was part of the PRO cohort (in-person) and it has changed my perception of the security industry. From someone with limited to no experience in the field before the bootcamp, it was fast paced and challenging, but even more rewarding when you finally... Read More understood the concepts introduced. The instructors and TAs demonstrate exceptional knowledge of IT and security as well as provide further instructions when needed, but without spoiling the lab or experience. I personally enjoyed the real-life experience the most as we had the opportunity to work with a not-for-profit organization and had to deliver a real security assessment. The job support was a large part of the final weeks and really pays off for the most ambitious students as they will most likely all land jobs within the next few months after completing the cohort, at least that was my and my classmates' experience as we all have jobs as analysts or consultants. I will finish this review by saying that students that are willing to learn and put in the effort will definitely have a rewarding experience, and grow both personally and professionally.Read Less",Bootcamp PRO (in-person),Other +251095,10743,evolve-security-academy,Milton,False,2018,Broad Cybersecurity Bootcamp helped chape my career,2019-05-23,5.0,5.0,5.0,0.0,"I came from a CS and entry level cyber security position, Evolve Security really helped me see other parts of Cyber Security such as penetration testing/ethical at a more hand on practical level. This program broadened my knowledge in PenTesting . This... Read More bootcamp covered a broad range of cyber security & careers. Working and learning with others in the team helped me learn a lot as well. Collaborating with peers from different backgrounds and expertise was a great experience. Lectures & hands-on activities from Evolve Security helped me with continuing formal & informal education. I was able to become more conscious with skills and knowledge necessary to further my career.Read Less",Bootcamp PRO (in-person),Other +251045,10743,evolve-security-academy,David Singh,False,2018,Focused hands-on education in a new field,2019-05-11,5.0,5.0,5.0,0.0,"Quality instruction with abundant lab activities emphasizing hands-on experience. Small class size for personalized attention and team work learning. At times, a challenging curriculum offering potential associated with how much or how little the student... Read More wishes to make of the experience. Cheaper than bootcamps in other states with the side opportunity to explore The Windy City.Read Less",Bootcamp PRO (in-person),Other +250984,10743,evolve-security-academy,Dimitri Teravanessian,False,2019,"This course taught currently innovative rends in cyber security in a practical way by an industry professional who has over a decade of in-depth, real-world knowledge.",2019-05-03,5.0,5.0,5.0,5.0,"This course is very well rounded, practical, and it teaches students the most useful fundamentals in a very forward-thinking way. The material was the perfect blend of techniques and tools that a person entering the cyber industry should be aware of this... Read More day in age. It was very organized, thorough, and easy to digest. I liked how we had labs, which are designed to provide a baseline understanding of the module, and then homework assignments that allow students to build on top of their newfound knowledge into an intermediate understanding of the subject. My instructor had a wealth of knowledge and experience from the military and NSA, and really emphasizes what it takes to work for any kind of company as well as consulting. I would recommend this course 10 out of 10 to anyone who not only wants to do cybersecurity but also for those who want to learn about other technologies that are extremely popular these days such as AWS and Terraform, (along the lines of DevSecOps). There were so many learning opportunities and I learned a ton. Thank you!Read Less",Bootcamp REMOTE (live-online),Other +247226,10743,evolve-security-academy,Brandon Brown,False,2019,Awesome Experience,2019-03-13,5.0,5.0,5.0,0.0,The Evolve Security Practical Penetration Testing class was very informative and fun. I had some knowledge going in to the class but still learned a wealth of practical information I can apply to my everyday job as a Software Developer and System Administrator.... Read More I would highly recommend this class to anyone that writes software or maintains IT infrastructure because if you understand how threat actor can compromise your systems you can help better against protect those threats.Read Less,Practical Penetration Testing (live-online),Other +244384,10743,evolve-security-academy,Anthony alabi,False,2018,Pro_10_winter_2018,2019-01-22,5.0,5.0,5.0,5.0,"The curriculum was fluid, the labs are in depth, the instructors are awesome. It was a friendly learning experience, especially coming in with little or no security background. The career preparation is professional with positive expectations!",Bootcamp PRO (in-person),Other +246242,10743,evolve-security-academy,yunus okiki williams,False,2018,Ability to learn more develop my skill in cyber Security,2019-01-21,5.0,5.0,5.0,5.0,"firstly I want thanks all my instructor give their time and support to us till the end of the Program. Evolve Security Academy is incredible and well organized and perfect place to learn, I didn't regret my time and effort, I always feel it inside me... Read More and my brain, I achieved it. thanks to GOD Almighty.Read Less",Bootcamp PRO (in-person),Other +247110,10743,evolve-security-academy,Nicolas Diamond,False,2019,Evolve Secuirty Academy helped me more than college.,2019-01-21,5.0,5.0,5.0,5.0,"I got more out of Evolve Security Academy than I did out of my college degree. From the hands on labs to the numerous networking events, this bootcamp was a fantastic overall experience. Everyone here was extremely knowledgeable and eager to help if any... Read More questions arose.Read Less",Bootcamp PRO (in-person),Other +241448,10743,evolve-security-academy,Maria Christina Padilla,False,2018,Change Your Trajectory!,2018-12-13,5.0,5.0,5.0,5.0,"Evolve Academy is the best place to study if you want to become a cybersecurity professional. The coursework is relevant, robust and challenging. Time management skills and dedication is essential for overall retention and success. Students learn directly... Read More from real-world professionals who support your journey - daily! This is a worthy educational commitment that will change your trajectory towards that of a skilled cybersecurity leader in the making. I highly recommend Evolve Security Academy and look forward to taking advanced boot camp options post-graduation.Read Less",Bootcamp REMOTE (live-online),Other +245673,10743,evolve-security-academy,Alex Piszczek,False,2018,The best way to break into the Security field,2018-11-28,5.0,5.0,5.0,5.0,Evolve Security Academy provided me with hands on experience that far surpassed my Bachelor's Degree and caught the eye of a number of employers and recruiters. The knowledge and experience installing and navigating firewalls and Intrusion Prevention... Read More Systems and the vulnerability assessment my cohort conducted impressed a number of employers and landed me multiple offers within 2 months of completing my Evolve Security Certified Professional certification.Read Less,Bootcamp PRO (in-person),Other +245232,10743,evolve-security-academy,Douglas Singer,False,2018,Evolve #1 For a Reason,2018-10-11,5.0,5.0,5.0,5.0,"Evolve Academy is the perfect place to study if you want to learn from industry experts. The lectures have been rich in information. We are learning from highly-sought after industry professionals who know things you'll never learn elsewhere.WHAT TO EXPECT... Read MoreThe course work is difficult. One of the things that attracted me to Evolve Academy was the anticipation of having a challenge, and that anticipation has been rewarded. Completing the pre-course work, which includes things like Linux command line, TCP/IP architecture, and reading security blogs, is important before the semester starts. There is a high homework requirement for this boot camp. If you want an easy path, a boot camp may not be for you. But if you are up for the challenge, Evolve Academy will reward you with the tools you need to become a Cyber Security expert.CRITICISMSSometimes the labs do not work on the first try and the instructor has to trouble shoot them during live session.Some of the material is not in the most logical order.I believe the staff at Evolve Security is actively working to remedy these issues for a smoother course from here on out.PRAISESExposure to lots of Cyber Security tools (a must to break into the industry!).Good student rapport.Customized feedback.One-on-one access to instructors after hours.I am loving the course so far and hope to update my review after the semester is over.Read Less",Bootcamp REMOTE (live-online),Other +245164,10743,evolve-security-academy,Anonymous,True,2018,good curriculum bad teacher,2018-10-10,2.5,2.0,3.0,0.0,"Currently attending remote bootcamp.The instructor keeps discrediting himself. He keeps saying I don't know this, I don't know that or never used it. He is not following the curriculum. I am not getting any value out of the 8 hours that I spend listening... Read More to the instructor. He is not prepared for the classes and killing the time by talking about random things without covering the objectives. Everyone in the class is behind. I think the main reason for that is the instructor of the class. definitely not worth for 7.5K.Read Less",Bootcamp REMOTE (live-online),Other +238780,10743,evolve-security-academy,Scott Miegel,False,2018,"Great Program, Detailed, Rewarding",2018-09-28,5.0,5.0,5.0,5.0,"I had the unique experience of participating in the Evolve Security 17-week live in structor led bootcamp, an incredible experience, the Academy team works tirelessly to incorporate feedback and improve the coursework, labs, and direction of future modules.... Read More Having one foot in the bootcamp as a student, and one foot in the office as an employee, the appreciation of seeing how well balanced this program is, and my ability to contribute raw feedback was a rewarding experience. This is a fantastic program, and I'm increasingly proud of what I've learned and my ability to speak to aspects of security, both from a policy and technical perspective, that would have been improbable or prohibitively difficult to learn on my own, and with out the infrastructure of this program.Read Less",,Unknown +245028,10743,evolve-security-academy,Angela Marafino,False,2018,"Best cyber security bootcamp, best investment of my life!",2018-09-27,5.0,5.0,5.0,5.0,"Evolve Security Academy has hands down changed my life! From the initial communication to the first day of class, the entire team was very responsive and helpful every step of the way. The curriculum and labs coupled with having instructors who work in... Read More the field, provide an unparalleled education in cybersecurity. The remote course was delivered in such a way that it felt like we were actually in a live classroom and worked perfectly around a full time work schedule. The relationships I made in the cohort have been invaluable. I landed a job in cybersecurity by networking within the cohort and couldn't have gotten to where I am today without the mentorship of my professor, my classmates and Evolve's phenomenal curriculum. I enjoyed attending class and honestly miss it!Attending Evolve’s cyber security bootcamp has been the best investment I have ever made and it changed my life in a matter of months! If you grab this opportunity, put in the work and study hard, you will succeed and Evolve will be there every step of the way.Read Less",Bootcamp REMOTE (live-online),Other +245042,10743,evolve-security-academy,Ryan Le,False,2018,Totally satisfied with the Bootcamp,2018-09-27,5.0,5.0,5.0,5.0,"If you are looking for the best way to break into cybersecurity and willing to put in the work, the bootcamp is the perfect fit for you. I learned so many different tools and techniques about hacking within the 17-week period. I started the bootcamp as... Read More a novice who barely had any knowledge about networking, but after the bootcamp with a lot of practices on many different labs, I was able to comfortably run an assessment on a host or even a subnet (from initial scan for host discovery to exploitation and reporting). Besides, I really enjoyed those blue team – red team exercises where we were divided into team and started attacking on each other. These exercises really helped me get better understanding about hacking from different vantage points, both defensive and offensive sides. As a software developer, I found this experience very valuable since it helped me become more aware about security and know how to properly harden my system to prevent potential attacks. All in all, I am very satisfied with the experience I got from the bootcamp and definitely recommend anyone who has an interest in cybersecurity.Read Less",Bootcamp PRO (in-person),Other +244837,10743,evolve-security-academy,Ben Burkhart,False,2017,Fantastic Opportunity To Break Into The Industry ,2018-09-20,5.0,5.0,5.0,5.0,"The Evolve Academy Bootcamp was a fantastic educational experience. The material and instruction were insightful and concise. While it's impossible to cover every aspect of security in 17 weeks, the course provided a holistic approach to the material... Read More and covered both overarching theoretical concepts as well as hands-on technical implementations. The instructors were also more than happy to encourage students to dig deeper on subjects they were interested in, and provided fantastic examples of principles based on their real world job experience.Read Less",Bootcamp PRO (in-person),Other +244267,10743,evolve-security-academy,Joshua Raju,False,2018,Realizing your potential,2018-09-18,5.0,5.0,5.0,5.0,"Evolve Academy helped me understand why security is so important in this day and age. I've learned more in the past 4 months than I have in my entire life. As hard as it has been, it has been equally rewarding completing this Co-hort. The labs are very... Read More interesting and also very hands on which was a big factor in gaining real world experience. I was able to land a job about a month after the class ended. This program quite literally changed my life.Read Less",Bootcamp REMOTE (live-online),Other +243972,10743,evolve-security-academy,Anonymous,True,2018,Worth it,2018-07-10,5.0,5.0,5.0,5.0,this program was worth every penny for the pro course. I had very little knowledge of the industry before going in but between their teaching and my study outside of class i was able to land a well paying job in a very interesting field. they not only... Read More teach in the classroom but also give work experience which is invaluable.Read Less,Bootcamp PRO (in-person),Other +238599,10743,evolve-security-academy,Sidney Crout,False,2018,Amazing experience and still going!!,2018-06-13,5.0,5.0,5.0,5.0,"I absolutely love this program and would recommend it to anyone I know. I'm currently apart of the spring remote cohort and cannot put into words how this has already changed my life!! I'm 30 days in and already landed a cybersecurity position. The curriculum... Read More is designed so well and teaches you practical skills that will certainly impress any employer!! They will provide guidance and patience with anyone at any skill level. So If you have the motivation and willingness to work hard, this is the program for you.Read Less",Bootcamp REMOTE (live-online),Other +239855,10743,evolve-security-academy,Anonymous,True,2018,"Great company, Awesome course- I had a blast!",2018-06-08,5.0,5.0,5.0,5.0,"Evolve is a great company. Every one I met is on point- very responsive and genuinely interested in your success.I had a bit of a technical background going into the course, but I wasn't very familiar with security. The course gives you a controlled environment... Read More to learn about security with the support and supervision of industry professionals. Throughout the course I was able to build a solid set of security skills, develop a better understanding of security and how security may impact business, and establish a professional network of like-minded security professionals.Read Less",Bootcamp PRO (in-person),Other +242667,10743,evolve-security-academy,Víctor Fernández Minguillón,False,2017,Improve your career to a higher level ,2018-05-08,5.0,5.0,5.0,5.0,"My favorite part about my experience at Evolve was the professional focus that Evolve provides. Everything we did was related to the cybersecurity industry. The lecture, the labs, and the meetups with guest instructors gave me more information and knowledge... Read More necessary to gain expertise in the cyber security industry.Read Less",Bootcamp PRO (in-person),Other +241648,10743,evolve-security-academy,David Kordesh,False,2017,Best decision of my professional life.,2018-05-06,4.7,5.0,5.0,4.0,"You get out of this course what you put into it. I know that sounds cliche', but there is no other way to put it. I would not have been satisfied with my learning in this course if I hadn't been able to put at least 8 hours of work into it daily, even... Read More without class hours. I wouldn't have been able to handle a side job or school at the same time. That said, my classmates felt the same way, and my teacher was knowledgeable enough to answer every question (after I'd googled it, of course) that I had, so all any of us needed was to do the work, to be curious and to stay motivated. This is by far the most valuable single course I've ever gone through, purely due to the value of the material we were taught. It is heavily reliant on giving its students hands-on experience with system and security tools. By the time I was done, I was answering questions in job interviews that the interviewers told me they would only expect a person with years of experience to answer.In short, if you can make the time to go absolutely all in for a few months, then you should absolutely take the course. I went from making 30k as a nanny to being paid 45k in a junior position at a bank, with a promise of a 10-20% increase by the end of the year if I don't get promoted. Yes, you read that correctly. If I do get promoted out of the junior position, which I start tomorrow as of the writing of this review, then I'll make significantly more. That's more than a 50% increase for the total of a 10 month process to do something that I now love. It's both my work and my hobby. If your circumstances are aligned, bet on yourself and take the course. It's worth it.Read Less",Bootcamp PRO (in-person),Other +242173,10743,evolve-security-academy,Chantel,False,2018,Learned so much!!,2018-05-04,5.0,5.0,5.0,5.0,"I'm not sure if I have the words to fully express my experience. I was constantly challenged, I grew, and I had fun! I'm still in awe of how much information I've taken in and applied towards gaining my Security+ and landing a job before the program even... Read More ended. I'm walking away feeling proud and thankful to Evolve for the experience.Read Less",Bootcamp REMOTE (live-online),Other +241967,10743,evolve-security-academy,Erica Sahlgren,False,2017,Engaging and developing experience,2018-05-03,5.0,5.0,5.0,5.0,"My time at Evolve Academy was truly great. I felt that I got to learn both the theoretical and practical knowledge I needed to develop skills in Cyber security. Having lessons at least 4 times a week made me get immersed in the subject and helped my learning... Read More a lot. The instructor was knowledgeable and pedagogic, and we had some interesting guest lecturers throughout the course. As we got to touch on a lot of different areas in security it helped is identify what we really had an interest in. I would highly recommend anyone considering this class to take it. You won't regret it!Read Less",Bootcamp PRO (in-person),Other +235303,10743,evolve-security-academy,Anthony,False,2018,Can't believe how much I've learned...,2018-04-24,5.0,5.0,5.0,5.0,"I had a blast! great group of people, instructors, and awesome relative content. Kudos on the selection process; and the content selection, especially the labs and projects. So much content that has proven to be very valuable to me already. I learned... Read More SO much. I mean it, so so much. Near the end of the cohort when I started updating my LinkedIn and resume, I begun to get interviews and I had 0 experience in the security background, and am getting close to placement now. The value is definitely there, the career prep is huge and our instructor Azeem has been awesome to work with - seriously, the patience and care in that man to ensure we're staying engaged is admirable. I've worked hospitality for years and I know how tough it can be to keep people motivated through dense periods of volume / business. Can't recommend enough!Read Less",Bootcamp REMOTE (live-online),Other +232310,10743,evolve-security-academy,Lionel Thomas,False,2018,The Best Choice To Catapult Your Career,2018-04-20,5.0,5.0,5.0,5.0,"This Remote Cohort was more than I expected and provided all the tools to continue my journey in Cyber Security. After 1 week of completing my Linkedin profile and uploading my Resume on several Job Sites. The emails are starting to come in very frequently... Read More from Recruiters. Evolve provides the foundation, to enhance your skills, which allowedme to feel super confident after Graduation.Read Less",Bootcamp REMOTE (live-online),Other +232264,10743,evolve-security-academy,Christopher,False,2018,In-Depth Class,2018-04-20,5.0,5.0,5.0,5.0,I never knew there was so much to cybersecurity. The course went into about every field I think there is. The instructors and all assistant instructors were ready to help. The hands-on learning is a much better approach than the general formal education... Read More structure of lecture based learning. I feel this school is the most encompassing and in-depth option available.Read Less,Bootcamp REMOTE (live-online),Other +243389,10743,evolve-security-academy,Anonymous,True,2017,Helped Me Break Into InfoSec,2018-03-28,5.0,5.0,5.0,5.0,"Evolve Security Academy was a fantastic experience. As someone without a tremendous amount of formal training in networking, programming, etc, the Evolve instructors (along with the curriculum and hands on technical labs) gave me a great way to dive in... Read More head first into the world of information security. I wasn't working in tech before, but thanks to the course I've secured a position as a Security Consultant. I can't speak highly enough of how amazing Evolve is, whether you're looking to either bolster your current tech skills or start a brand new career.Read Less",Bootcamp PRO (in-person),Other +242422,10743,evolve-security-academy,Anonymous,True,2017,Great Opportunity,2018-02-19,4.7,5.0,5.0,4.0,"Despite challenges, Evolve Security Academy is a great resource for anyone technical or non-technical to get a immersive experience in the world of information security. Students will be guided and supported by amazing staff and instructors who come from... Read More various backgrounds to empower students with the knowledge-base and heighten curiosity to discover their specialize interest in information security, along with the ability to pursue entry level jobs upon graduation. I definitely recommend and support this organization!Read Less",,Cybersecurity +242349,10743,evolve-security-academy,Aaron Glynn,False,2017,Switched career gears in record time,2018-02-15,5.0,5.0,5.0,5.0,"My experience was very good. Evolve Security Academy will make sure that you feel supported in learning. While there is a dearth of material on cyber security found online, ESA shielded me from doubt and discouragement while digging through it all. The... Read More most valuable part of ESA is the strategic, hands-on approach from instructors who work in the field, not just profess. With my certification from ESA and CompTia Sec+, I have the confidence I need to explore a new career field.Read Less",Bootcamp PRO (in-person),Other +242214,10743,evolve-security-academy,Mario M.,False,2017,Life Changing Experience,2018-02-08,5.0,5.0,5.0,5.0,"As a cybersecurity boot camp, this program is great. But Evolve Security Academy is so much more. This program is fast-paced, in-depth, and thorough. It covers cybersecurity in its entirety; from legal and policy to gaining experience with pen-testing... Read More tools. Conveniently located at 1871, coupled with the frequent meetups, I had many opportunities to network. Meeting people working in the industry and attending relevant meetups all supplemented the material covered in the cohort. As a high-school student, this very well changed my life. Just two months after having begun the program I got an internship in cybersecurity at a global management consulting firm. I was pleased to see that a lot of what I was learning at Evolve applied here. This program also inspired me to help bring cybersecurity awareness to my high-school through CyberPatriot.Read Less",Bootcamp PRO (in-person),Other +240075,10743,evolve-security-academy,Andrew T,False,2017,Strong Proponent of Evolve Security!,2017-11-29,5.0,5.0,5.0,5.0,"I’d highly recommend Evolve Security Academy to anyone who would like to build a solid foundation of Cybersecurity skills. I came into the program with a lightweight understanding of several Cybersecurity topics seeking to bolster my technical acumen.... Read More The class is faced paced, challenging, and extremely rewarding. Learning theory is great, but this program allows you to gain hands-on real world experience through security assessment work as well as labs that expose you to several open source and commercial tools - Tenable, Splunk, Metasploit, Nmap, etc...After the 17 weeks I was able to take on a more technical role along with my current role in sales making myself more marketable and valuable in the industry.Read Less",Bootcamp PRO (in-person),Other +239465,10743,evolve-security-academy,Iuri,False,2017,Career changing experience,2017-11-13,5.0,5.0,5.0,5.0,"My experience at Evolve Academy was both gratifying and rewarding. I signed up and started the process of getting into the program 4 months prior to the actual start date and every step along the way the administration was there to help make the process... Read More effortless . The Evolve Academy curriculum was created and adapted to my personal needs as I came in with only minimal experience. As expected, the program was intense and strenuous, the support given by the instructors and guests speakers helped me understand cybersecurity concepts and mindsets that I would have otherwise not been able to comprehend easily on my own. I highly recommend Evolve Academy to everyone who wants to transition into data security, with or without previous experience!Read Less",Bootcamp PRO (in-person),Other +239003,10743,evolve-security-academy,Calvin Strickland,False,2017,A very fast paced and intensive program.,2017-10-21,4.7,5.0,5.0,4.0,The pros are how you deep you will dive into the concepts related to security. It is fast paced so you want to make sure you can keep up and keep outside distractions to a minimum because this can detract from you learning the material. Also make sure... Read More you ask questions with concepts are unclear because it will only things easier as you get deeper into the program.Read Less,Bootcamp PRO (in-person),Other +238436,10743,evolve-security-academy,Sidney Crout,False,2017,Great Onboarding experience,2017-10-02,5.0,5.0,5.0,5.0,"I really enjoyed this process because I was given tools even before the cohort started!! Evolve's staff is very professional and they really invest in you, by aligning your goals with what the program offers. You will feel welcome and ready to dive into... Read More the coursework!!!Read Less",Bootcamp PRO (in-person),Other +238168,10743,evolve-security-academy,Adam,False,2017,Unlimited upside,2017-09-23,5.0,5.0,5.0,5.0,"If you have the passion and desire to become a cybersecurity professional, Evolve will be there to support you.",Bootcamp PRO (in-person),Other +235862,10743,evolve-security-academy,Hernan Silva,False,2016,Life changing experience in my career,2017-04-27,5.0,5.0,5.0,5.0,"Being part of the evolve Academy was a life changing experience in my career. I have been working in IT since 1992, I'm proficient at networking and Windows' servers, but this was a whole new level. I had my Comptia Security Plus before the boot camp,... Read More but it was just theory. The class went deep into the tools and covered the entire aspect of cyber security. By working with SIEMs with red-team blue-team exercise I created wonderful friendships on the way and expanded my network in the cyber security area. The location is amazing, 1871 is very convenient and great place to work around.Read Less",Bootcamp PRO (in-person),Other +243320,10743,evolve-security-academy,Blake,False,2016,Worth It,2017-04-10,5.0,5.0,5.0,5.0,"As a former stay-at-home dad re-entering IT after 5 years, I needed a program that would get me up to speed fast. I was considering a coding bootcamp when I found Evolve Security Academy. After speaking with a graduate of the program (now a co-worker!)... Read More I took the plunge and enrolled. Probably the best choice I've made in my career so far.When you demonstrate an ability to voluntarily leave the workforce, companies just plain don't want to give you a job. Evolve Security Academy gave me the cybersecurity training and job placement support I needed to get a great position I NEVER could have gotten otherwise. Evolve's program provided intense immersion into all facets of IT security with opportunities to deep dive on specific projects and continuing post-class learning and career support. The best learning experience of my life, hands-down.As with any bootcamp program, be prepared for intense work. You'll need the ability to quickly pick up technical concepts and have a problem-solving mindset or it's going to be rough. And if you have those things? It's STILL going to be rough. But it'll be worth it.Read Less",Bootcamp PRO (in-person),Other +232312,10743,evolve-security-academy,Dan M.,False,2016,Life Changing,2017-03-01,5.0,5.0,5.0,5.0,"As someone who started at Evolve with about as little experience in the field as possible, I can not preach how fulfilling this journey was. The instructors were amazing and the staff was supportive from start to finish. The coursework and classes are... Read More fast paced, but the environment in which you learn harbors a culture where everyone is helping each other become better in their craft. As long as you are committed to the cause, you will not regret this decision.Read Less",Bootcamp PRO (in-person),Other +232217,10743,evolve-security-academy,Mitch Scandella,False,2016,Awesome Experience!!,2017-02-21,5.0,5.0,5.0,5.0,"The course is intense and very fast-paced, but incredibly rewarding once you are finished. I learn tons of new info that helped me in my current job.",Bootcamp PRO (in-person),Other +244804,10743,evolve-security-academy,James,False,2016,Evolve Security Academy Kickstarted my Career in Cyber Security!,2017-02-08,5.0,5.0,5.0,5.0,"I attended Evolve Security Academy's part time program in the Summer/Fall of 2016. Pre Work:Students are required to complete a month of pre-work which includes developing a working knowledge of programming, networking, and threat intelligence. For this... Read More reasons, all students enter the academy with a fundamental understanding of necessary technological concepts so that every student can hit the ground running regardless of their background.Fellow Students:One of the best attributes of any good bootcamp is the diverse backgrounds from which Students come from, and Evolve is no different. As Evolve promotes teamwork and cooperation in many of their assignments, I welcomed the insights provided by my fellow students with backgrounds in Windows, Mac and Networking.Instructors:The instructors were fantastic. Evolve brought in many prominent professionals in security industry in order to compliment the curriculum. Curriculum:Entering the academy as a developer, I already had a proficiency in different programming languages and familiarity with the command line/linux. However, Evolve's greatest strength is its comprehensive curriculum, which covers topics such as Physical Security, Networking, Social Engineering, Cryptography, and Penetration Testing. As a developer, I had a relatively weak background in Networking but was able to walk away with an exceptional understanding of the TCP/IP transport protocol. Because of this, I am now able to not only spin up virtual machines for development and pen testing, but also create virtual networks within which these machines can operate. In addition, Physical Security and Social Engineering were threat vectors that I rarely considered until I attended Evolve. It's this complete approach to Security that makes Evolve's curriculum so effective. Not all students are interested in pen testing. While some of the graduates went on to work in application testing, others decided to pursue work in network security, systems administration, or corporate policy. It's a myth that working in the security industry means you're just hacking systems. There are so many different roles within the security industry and Evolve's curriculum ensures that you walk away with an exposure to all of them.Life BalanceEvolve's part time cohort ran Monday through Thursday from 6pm to 9pm and an additional class from 10am to 3pm every other Saturday. Most of the students were also employed full time, and Evolve went out of its way to ensure that the work load was appropriate given students' other commitments. Scholarships:In addition to being able to continue working full time, I was also able to receive a scholarship from Evolve in order to help finance tuition costs.Venue:As a bonus, Evolve is based out of 1871 in Chicago. 1871 is an amazing workspace that hosts countless events and provides a great environment in which to work and meet people.Read Less",Cyber Security,Other +235043,10743,evolve-security-academy,Anonymous,False,2016,Best Decision Ever,2017-01-16,5.0,5.0,5.0,5.0,"Evolve has been one of the best decisions I have ever made. If you are at all interested in information/cyber security, I absolutely recommend Evolve Security Academy. Evolve gave me the knowledge and opportunity to make a total career change. I started... Read More with zero formal technology training, but Evolve academy has given me the tools to succeed in this extremely awesome, interesting, explosively growing field. The bootcamp course is intense and challenging but not overwhelming. The part-time program is 12 weeks in-person (4 weeks remote). Despite working full time and having class up to five days a week, I am never tired or dreading class, in fact I look forward to it. Classes are held in 1871, which is fun and offers many amenities. The people in my very small cohort all come from vastly different backgrounds and we have become a very close, supportive group.The curriculum includes everything from policy, encryption, network architecture, social engineering, computer forensics and a lot more. Whether setting up and hardening your own Linux server in Asia, or creating a comprehensive security policy for a local startup, or penetration testing the network of an actual company-- the class will provide you with actual, real-world experience, not just theoretical knowledge. We had many talented guest speakers from all over the industry come to class and work directly with us. Class structure includes starting with a lecture and then hands-on lab work to really dig in and learn the material firsthand, as well as an apprenticeship program doing security work with real companies. The program founders and instructors are passionate, intelligent and supportive. They will listen to and value any comments, concerns or recommendations you have as a student, and advocate for you. Whether in class, or months later when I was up late working on a project, the Evolve team has been supportive. After and during the program, Evolve provides countless opportunities to network and meet people currently working in the industry. Evolve will actively support and guide you through the stressful job hunting process. I found a job just 2 months after beginning to actively look; a Security Analyst position as a fortune 100 company that pays a lot more than my previous job, which was only possible thanks to Evolve.Read Less",Bootcamp PRO (in-person),Other +234840,10743,evolve-security-academy,Spring 2016 Alumni,False,2016,Really Evolved My Career in just 12 weeks!,2016-09-30,4.7,5.0,4.0,5.0,"“I came to Evolve because I wanted to pursue another field within the IT industry. From the initial interest session with Evolve Academy leadership staff to a real-world immersion experience combined with adjunct in-classroom instruction from industry... Read More leaders; I will say attending Evolve Security Academy was one of the best investments I've made into my career development! Evolve Security Academy partners with industry leading companies and professional to line up available jobs BEFORE graduation#Down-to-Earth Holistic Approach to student's training#Personable but Professional Environment#Hands On Technology, Tools, & Equipment #FREE Pizza & Beer for the GROWN & TECHY at Evolve Academy sponsored SME learning and networking sessions!Read Less",Bootcamp PRO (in-person),Other +233837,10743,evolve-security-academy,Tolu Akinterinwa,False,2016,It pays to ‘evolve’ as a CyberSecurity PRO with Evolve Academy!,2016-05-19,5.0,5.0,0.0,0.0,"I was just out Downtown Chicago with some IT professionals with experience in cyber security. Shocking it was to learn about the day to day breaches and the increase in the sophistication level of attackers despite technology improvements by security... Read More professionals. I thought – no industry is immune to threats – this to me means there would be a continuous need for security professionals across every industry to assist organizations detect possible threats to avoid being breached. Sounds interesting right? So off the back of the chat with these IT guys, I decided to enquire more about cyber security and what life is like as a cyber security professional. Evolve Security Academy came up in one of researches and here I am today in the process of ‘evolving’ as a cyber security pro.I must state that this academy is exceptional in many ways. The course schedule was the first catch – very flexible. We had remote class work the first 4 weeks of the training. Tedious but was good exercise for people with little or no knowledge and wanting to get into the infosec space. For the in-person part of the training, we kick off at 6pm to 9pm Mondays through Thursdays and 9am to 3pm every other Saturday. I look forward to every class – Paul Petefish, our instructor starts off the class by getting us to discuss what’s in the news re data breach etc . Then we have our lecture; Paul knows his stuff. He dissects each curriculum in such a way that a novice is able to grab infosec concepts as quickly as possible. The Q&A during lectures is helpful. Our adjunct instructors are industry experts – imagine being in a classroom with such great talents! There is also the opportunity to attend seminars for free (e.g. THOTCON) - thanks to Evolve’s leadership team.We get hands-on experience. Lab work is fun – we pen test, run vulnerability scans, harden systems, etc). We sometimes get to work in groups; this helps me a lot as I get to pick others’ brains (especially when we’re doing lab work) and ultimately expanding my cybersec knowledge. The team is a fantastic one – from diverse background, and with wealth of experience from various industries. Chocolate, chips, peanut butter cookies etc keep the team going throughout the lecture. The class is never boring! It has been a rewarding experience so far…. More weeks to go. I recommend Evolve Security Academy to anyone looking to become a CyberSecurity pro in 13 weeks.Read Less",Bootcamp PRO (in-person),Other +233671,10743,evolve-security-academy,Matt Stelnicki,False,2016,Half way through Evolve and the experience has been great.,2016-05-09,5.0,5.0,0.0,0.0,"Evolve has been a great experience. We are about halfway through the cyber security bootcamp and have already gotten hands on experience. Class usually begins with a lecture discussing our current module, and then follows up with an in-class lab which... Read More applies the knowledge we just learned to a real world example. Learning about different policies and architectures is great, but using the lab to apply our newly acquired knowledge allows us to gain a firm grasp on the concepts at hand and understand how to modify our approach for each situation. The instructors at Evolve Security Academy have created a fantastic learning environment and team setting for this course. I am looking forward to progressing through the remainder of the course and to continue the learning experience with our team. Each day we learn new material building off the previous day. If at any time there is a section or concept that is unclear to a student, we work together as a team to explain the problem and ensure everyone has an understanding of the material. Despite your background, if you are willing to put in the work and have the right attitude you will succeed.Read Less",Bootcamp PRO (in-person),Other +303886,11282,level-effect,James Jolley,False,2023,Best cybersecurity bootcamp hands down!,2023-08-14,5.0,5.0,5.0,5.0,"If you are passionate about learning, and developing your skills in cybersecurity, look no further than this course. Having recently graduated from the bootcamp I can say that I've never had a group of instructors as passionate about teaching and cybersecurity... Read More as those I've found here. I have taken courses on HackTheBox, TryHackMe, TCM, and a number of others and the level and quality seen here is unmatched. The course itself is designed to be challenging (it is) and is geared to help students develop a deeper understanding of the concepts and skills need to land their first job in cyber. They encourage students to ask questions, improve critical thinking skills, and most importantly, develop hands on knowledge and experience needed to truly be impactful from day 1 of landing a job. Whether you are a beginner, intermediate, or advanced in your skills you will learn something from this course.Read Less",Cyber Defense Analyst Bootcamp,Cybersecurity +303822,11282,level-effect,Jordan B,False,2023,The only course you need,2023-08-12,5.0,5.0,5.0,5.0,"So, you want to get into Cybersecurity? You probably are researching a few different bootcamps, looking at their website, and conducting research online. Have you tried doing home labs? Try hack me / Hack the box? Self-study of material? Tired of programs... Read More that just push theory and certifications without giving you actual hands-on experience? Enter Level Effect. Everything I mentioned above is what I went through trying to learn new skills, especially focusing on cyber. There were a few things that caught my eye about this course the great reviews, student experience, instructors have actual real-world experience and the final decision maker for me was that the course is 76% hands-on. After reading that last one, my decision was made. This program is setting you up to become a SOC 1 / 2 (if you choose to go that route). You will be writing reports, using various tools (Wireshark, Sysinternals suite, MISSP, Nessus, Burpsuite, etc.) to triage systems, You will have 2 1:1 with Anthony and he will gauge your current tracking and also provide feedback on how to improve and push yourself. You will feel uncomfortable throughout the course and that is completely normal. You will feel like you're drinking from a fire hose every single week, but don't let that discourage you. This course was everything I was looking for, hoping for, and more. The community that they have created is beyond amazing and helpful. I can't recommend this course enough.Read Less",Cyber Defense Analyst Bootcamp,Cybersecurity +295849,11282,level-effect,matt linville,False,2022,Learned valuable skills in a mentoring environment,2022-12-15,5.0,5.0,5.0,5.0,"I came into the CDA Bootcamp with very few technical skills. I had used a Linux shell a few times, set up a Virtual Machine once, and understood very little about how Operating Systems work or why they are vulnerable to attack. However, by the time I... Read More graduated, I felt prepared to tackle the CDCP (optional certification after bootcamp graduation) and enter the job market. I’m a big fan of how the course is structured. Every week a new module gets released with a few interrelated topics that require you to read some material, watch a short (20min) lecture, do a lab on the provided Virtual Machine and complete a challenge where you put your skills to the test. There are also optional labs and challenges for the more advanced students. There will be a few lessons you need to get through every weekend before class starts so that you are familiar with the topics. The classes are two hours long, but since they are conducted using Zoom and Prezi, they are very engaging. The instructors spent the first hour of class reinforcing the topics through interactive lectures, answering our questions, or walking us through labs. We broke into small groups in the second hour and worked on the weekly individual or group challenges. It may sound repetitive, but trust me, you’ll need the reps! On Friday, there was an optional FAQ. The optional class featured a respected industry figure, a lab, or a value-added FAQ (not just rambling). The class vibe was great, and communication with other students and the instructors was super easy through discord. In my cohort, we set up an additional study group to help with the super challenging stuff. All the instructors are knowledgeable in their respective fields and very personable. They are true mentors if you approach them with your issues. If you already have some experience in cybersecurity or IT, you will be in better shape out of the gate than I was. I came to the course with 20 years of experience in another unrelated career field but found many unexpected opportunities to bring in my previous experience. I’m building a new career, and the bootcamp has given me the tools.Read Less",Cyber Defense Analyst Bootcamp,Cybersecurity +285192,11282,level-effect,Anthony V.,False,2021,Cyber Defense Analyst Bootcamp,2022-01-20,4.3,5.0,3.0,5.0,"I finished this course Dec 2021 and enjoyed my experience overall. This is my second cybersecurity bootcamp and every bootcamp curriculum is different. This course focuses more on defensive best practices and triage within Windows environments. It's very... Read More well structured by introducing core fundamentals via live and video lectures, however the lab material is document based and a little underdeveloped compared to other educational platform options that are out there. The instructors are very knowledgeable and offer open office hours and make themselves available for students that have questions or require assistance. The course instructors all have intelligence backgrounds, but what makes this bootcamp different is the passion they have for the craft and desire to teach. This course benefits exponentially from Will Nissler and wouldn't be the same without him.Read Less",Cyber Defense Analyst Bootcamp,Cybersecurity +281197,11282,level-effect,Remy P,False,2021,Practical Cyber Security Bootcamp,2021-09-06,5.0,5.0,5.0,5.0,"Level Effect is an intense program but the difference from any other cyber security Bootcamp is they teach you practical skills. This was my second cyber security Bootcamp and I can honestly say I learned 1000% more in this course then the last place... Read More I went. I am not bagging on the last place because they did set me up with some fundamentals, but Level Effect took its training to another level. They really drill down on a few select topics versus learning just a little but about everything. Rob, Greg, Anthony and Will are amazing instructors. They have worked all kinds of jobs in cyber and really know what this industry needs more of and how to train for it. I felt more comfortable coming out of this Bootcamp than the other 2 (web development and cyber security). Almost everything you do at Level Effect is hands on. They train you for a SOC Analyst 1 position which honestly is closer to SOC 2. This course will expose you to real-world challenges ranging from threat intelligence, system triage, network analysis, and malware analysis. They teach you how to triage a system, write a report, and remediate the infected machine. You will have a lot of hands-on practice with known industry tools (e.g. Sysinternals Suite, Wireshark, Mitre Att&ck), report writing and triaging systems. Unlike other Bootcamps they do not preach a job percentage of students who have gotten jobs, instead they really focus on the training which I liked a lot. They do give job assistance on what to look for, mock interviews, resume writing, but they do not boast about getting people jobs. Although my current job is on the red team, I thoroughly have a better understanding on how cyber security works as a whole and I am able to understand how to truly attack and defend a system.Read Less",Cyber Defense Analyst Bootcamp,Cybersecurity +277409,11282,level-effect,Michael Cheng,False,2021,Awesome Cyber Bootcamp,2021-05-22,5.0,5.0,5.0,5.0,"I am a graduate of Level Effect's CDA course. It is a 3 month intensive program that focuses on training entry-level people as a SOC Analyst 1. This course will expose you to real-world challenges ranging from threat intelligence, system triage, network... Read More analysis, and malware analysis. They teach you how to triage a system, write a report, and remediate the infected machine. You will have a lot of hands-on practice with known industry tools (e.g. Sysinternals Suite), report writing and triaging systems. By the end of course, you will be able to confidently triage a system and come up with a way to fix it. The course includes video lecture, labs, group work and challenges. All the instructors (Greg, Rob, Anthony and Will) are knowledgeable, personable, and available to answer any relevant questions. They continue to help even when you've graduated providing services like job support (e.g. providing mock interviews of what potential employers will ask you during an interview.) They are always open to suggestions and feedback to help improve their course and Foundry platform so don't be afraid to let them know! I highly recommend this class to anyone interested in cybersecurity specifically if they want to become a SOC Analyst 1. The people behind Level Effect are awesome people and it was a great experience to learn from them. They really helped grow my love and interest for cybersecurity. I'm so happy that I took the chance on their course and I wouldn't have gotten as far without them.Read Less",Cyber Defense Analyst Bootcamp,Cybersecurity +275055,11282,level-effect,Aaron Ross,False,2020,Well-constructed and relevant content taught by excellent instructors,2021-03-23,5.0,5.0,5.0,5.0,"The short summary - 1. Level Effect's CDAB initiates its trainees into the field of Cybersecurity and gives them the necessary material and skills to become employable as Security Analysts 2. The course doesn't just give trainees technical skills; it... Read More also teaches them how to begin thinking like an Analyst 2. CDAB content is taught by seasoned Cybersecurity professionals who are excellent instructors, and who are devoted to the success of their trainees 3. All materials (such as VMs) are provided on an easy-to-use platform 4. Online course material is available even after course completion The longer version + my personal experience - After deciding to pivot my career to Cybersecurity, I began looking into training courses that would prepare me to become employable in the field. I came across the CDAB after reading an endorsement of the course and its instructors on LinkedIn and decided to look into it. As I read the course outline and what the course would accomplish for the successful student (looking to enter the field of Cybersecurity), I thought to myself ""well this looks too good to be true""... I reached out to a friend who works in a senior-level position in the field and spoke with him about the course - he helped me put together a list of questions and a general strategy that would help me verify, as best as I could, ahead of time that the CDAB would be worth investing. I then arranged a phone call with Greg. Greg answered all of my questions and also connected me with CDAB graduates who, like myself, did not come from an IT background. The CDAB graduates advised me that the course was designed for someone in my position, and that if I were to run into any difficulties I would only need to reach out to Greg and Rob who would assist me with what I'd need. Following these conversations, I decided to sign up. Not having an IT background, much of the subject matter in the first 3 weeks overwhelmed me. I reached out to Rob for advice and assistance, and we set a time each week during which he would help me break down key aspects of the content, ensuring that I would not fall behind. Fast forward to Week 12 and I was already at advanced stages of interviews for 2 Cybersecurity positions. For those looking to enter the field of Cybersecurity, and for those looking to become Security Analysts, I highly recommend CDAB. The course material is well-constructed, attainable, and relevant. Further, its instructors are Cybersecurity professionals with a wealth of knowledge and experience, who are invested in their trainees (even following course completion).Read Less",Cyber Defense Analyst Bootcamp,Cybersecurity +274811,11282,level-effect,Aaron G,False,2020,A well-constructed course that prepares trainees for the big leagues,2021-03-16,5.0,5.0,5.0,5.0,"The short summary - 1. CDAB initiates its trainees into the field of Cybersecurity and gives them the necessary material and skills to become employable as Security Analysts 2. The course doesn't just give trainees technical skills; it also teaches them... Read More how to begin thinking like an Analyst 2. CDAB content is taught by seasoned Cybersecurity professionals who are excellent instructors, and who are devoted to the success of their trainees 3. All materials (such as VMs) are provided on an easy-to-use platform 4. Online course material is available even after course completion The longer version + my personal experience - After deciding to pivot my career to Cybersecurity, I began looking into training courses that would prepare me to become employable in the field. I came across the CDAB after reading an endorsement of the course and its instructors on LinkedIn and decided to look into it. As I read the course outline and what the course would accomplish for the successful student (looking to enter the field of Cybersecurity), I thought to myself ""well this looks too good to be true""... I reached out to a friend who works in a senior-level position in the field and spoke with him about the course - he helped me put together a list of questions and a general strategy that would help me verify, as best as I could, ahead of time that the CDAB would be worth investing. I then arranged a phone call with Greg. Greg answered all of my questions and also connected me with CDAB graduates who, like myself, did not come from an IT background. The CDAB graduates advised me that the course was designed for someone in my position, and that if I were to run into any difficulties I would only need to reach out to Greg and Rob who would assist me with what I'd need. Following these conversations, I decided to sign up. Not having an IT background, much of the subject matter in the first 3 weeks overwhelmed me. I reached out to Rob for advice and assistance, and we set a time each week during which he would help me break down key aspects of the content, ensuring that I would not fall behind. Fast forward to Week 12 and I was already at advanced stages of interviews for 2 Cybersecurity positions. For those looking to enter the field of Cybersecurity, and for those looking to become Security Analysts, I highly recommend CDAB. The course material is well-constructed, attainable, and relevant. Further, its instructors are Cybersecurity professionals with a wealth of knowledge and experience, who are invested in their trainees (even following course completion).Read Less",Cyber Defense Analyst Bootcamp,Cybersecurity +274792,11282,level-effect,Anonymous,True,2021,Level Effect CDA bootcamp,2021-03-16,4.3,5.0,5.0,3.0,"Network Fundamentals, Network Hardening, Defense in Depth, OSINT, Malware Identification, Identifiers of Network Compromise, and Cyber Security concepts. This is what encompassed the course and allowed for some excellent training. This is not a certification... Read More bootcamp but more of a job training course which allows you to test for the CDA certification. So the concepts taught are all based on real world incidents and it shows you how to handle them as a member of a security team. Even with no It background this course will give you a solid understanding of what you need to do to be a Cyber Security Analyst / Consultant. Now you would still need to continue your studying and implementation of IT concepts but this is a great start to a job and career in cyber security. Course is broken down into learning modules that utilize video learning, individual hands on exercises ( through VMs of windows and linux ) and also group exercises which have you work as a team to solve issues.Read Less",Cyber Defense Analyst Bootcamp,Cybersecurity +271309,11282,level-effect,Christopher,False,2020,Amazing course and instructors...,2020-12-11,5.0,5.0,5.0,5.0,"I have taken another book camp and me and my classmates came away feeling jaded. I then took a chance on Level Effect based upon a recommendation and it was the best decision I ever made. The founders have over a decade of experience and have served Intel... Read More in the military and Booz Allen Hamilton at the NSA. Greg and Rob are amazing instructors and really want every student to succeed. The value of the course is beyond simple the material. Like Kung-Fu masters teaching their students, Greg and Rob pass on their experience on top of the knowledge provided. I have done a lot of research and I just haven't found any other certification or course that teaches all the little nuances that Level Effect does. They truly go above and beyond. The Foundry platform they use works very well and the labs really help to reinforce what you learn in a easy to use manner. Level Effect's CDA is where I recommend you start your path on being Kung-Fu Cyber Defenders. You would have a very solid and firm foundation.Lastly, this course is very inexpensive and provides an immense amount of value. If you have any concerns or would like to talk in more depth about my experiences feel free to reach out on LinkedIn.https://www.linkedin.com/in/christopher-blase/Read Less",Cyber Defense Analyst Bootcamp,Cybersecurity +271120,11282,level-effect,Daniel C.,False,2020,A more relatable hands on cyber defense course for all!,2020-12-06,5.0,5.0,5.0,5.0,"The construct of this course is absolutely unmatched. I have not come across any other curriculum that demystifies the growing number of cyber roles and titles, and how they unite in a security operation environment. Real world experience is built into... Read More each course subject and provides a unique perspective on analysis. A majority of the presentation and supplemental material is reserved for self study so that each student gets as much hands-on lab time as possible during each live session. The virtual environment is quick and easy to spin up with almost no manual installation by the student. If you are tired of bouncing around within multiple training platforms trying to understand all the facets of what a cyber defense analyst really is, then this course is for you!Read Less",,Unknown +271008,11282,level-effect,Nicolas Diamond,False,2020,HIGHLY Recommend,2020-12-02,5.0,5.0,5.0,5.0,This is the 3rd security boot camp I've taken and by far the best experience I've had. The other students in the class were all great to work with and helped me learn when I got stuck. The instructors were phenomenal and always willing to answer questions.... Read More The pre recorded videos flowed perfectly into the lectures and labs for the week. I chose to take this boot camp because it has a heavy emphasis on windows and defense techniques which I could directly apply to my day to day work. I would HIGHLY recommend taking this boot camp if you are new in cyber security industry or are looking to get started.Read Less,,Unknown +270993,11282,level-effect,Gregory Melton,False,2020,Stellar delivery with the most hands experience I've had in a class,2020-12-02,5.0,5.0,5.0,5.0,"The CDA Bootcamp is an incredible course with the most relevant real-world materials I have seen to date. The LE staff have a special blend of entertainment, education and true expertise that made it fun to learn in-depth cyber concepts remotely. I initially... Read More had my doubts about a virtual course with this time line but I quickly found the pace and unique set up convenient and engaging. The course authors and company founders (Greg Ake and Rob Noeth) were the ones actually delivering the lectures and content. Having the creators as the teachers provided an amazing layer of depth and nuanced familiarity that is hard to come by in certification programs and formal education. There is so much to like about the course but I feel their proprietary platform for lab and content delivery is particularly worth mentioning. Their entire lab environment contained on their infrastructure, and accessible through a web browser. This means I did not have to download VMs and could access my notes and exercises even from different computers. The virtual ecosystem they have created, combined with the depth of content, and style of delivery makes this the best course I have taken.Read Less",Cyber Defense Analyst Bootcamp,Cybersecurity +270728,11282,level-effect,Seth Baty,False,2020,Most encompassing bootcamp I've ever taken,2020-11-22,5.0,5.0,5.0,5.0,"The pricing for this course does not do the course justice. What you are getting is a ""zero to hero"" on how to become a cyber analyst. Yes this doesn't cover every topic but it gives you a more than solid baseline to begin your cyber career. Cyber is... Read More a career in which you can join and expand as these careers grow. There are over 500,000 cyber opening available now throughout the US. This course will allow you to get into one of those positions and excel. The material is all encompassing you start with a baseline and before you know it your running tools and finding information you never know existed. The capstone is something you must prepare for, please ensure you are familiar with the material before that date comes is not an easy test. But in finishing you will feel accomplished and satisfied with your last 3 months worth of work. The instructors Greg and Rob are very knowledgeable they work with you when you struggle and will guide you to the end of the course. Great job gentlemen thank you!The foundry platform which they created is hands down the best learning experience I've ever had with online learning. It is intuitive, simple to use, and runs the sections of the course flawlessly. Highly recommend this program for anyone trying to get into the cyber business!Read Less",Cyber Defense Analyst Bootcamp,Cybersecurity +269999,11282,level-effect,Joseph Hohmann,False,2020,Cyber Security A-Z,2020-11-03,5.0,5.0,5.0,5.0,This class was fantastic. It touched on every aspect of cyber security from detection to reporting. You learn how to hunt and to analyze as well as a plethora of online and free tools to aide in your efforts. The course was completely embedded in their... Read More proprietary learning platform so the level of ease spinning up VMs and having connectivity between machines was something I've never seen before. Instruction was thorough and really delivered all the tools needed for success whether you're getting started in Cyber Security or looking to expand your skill set.Read Less,Cyber Defense Analyst Bootcamp,Cybersecurity +269147,11282,level-effect,Robert P.,False,2020,"Second review, Past student",2020-10-06,4.7,5.0,5.0,4.0,"As a 2x college drop out who has already spent at least $8,000 on education prior to taking this course. I can now say I have finished the level effect course There are some bumps on the road as it is a start up company. There were there fair share of... Read More bugs with their foundry platform, that they made sure was always fixed as soon as being brought up to them. And if you felt they had not gone over the content you had wanted enough for your educational experience, if you voiced this concern to them, they make sure the next class to cover this topic in depth. In fact there were numerous occasions the instructors stayed on with me after class to help me understand complex topics. Level Effect staff go above and beyond not only for the benefit of their company, but for your own success. After speaking with anyone from Level Effect, you would see how passionate they truly are about this, and how extremely knowledgeable as well. I can say I have definitely learned far more at Level effect than I did during my time in college. I would of had to spend a lot more money at college to get access to the same level of information that Level Effect has provided me. For $8,000, Level Effect has taught me multiple useful Cyber Security skills: I know how to threat hunt a windows system for malware and conduct Binary Analysis, I can triage a network for malicious activity utilizing tools such as Wireshark and through log analysis. I already had a base understanding of networking from the 1 year of college at Western Illinois University and 1 year at community college I had taken, However they taught in a week more information than I had gotten than in a year at either place. I now have a strong understanding of networking concepts. Largely due to the fast pace atmosphere of college, I feel the 1 on one teacher time offered with this made the learning experience monumentally better for me. I had a little bit of linux experience from my own research struggling to use Kali Linux, but now because of this class I have a pretty good understanding of using a linux box. I Also have very high level windows knowledge now thanks to this class and now know how to set up a network domain for a business, setting up file sharing servers, DNS and DC servers, also I can set up group and user policy objects. I got experience with all sorts of tools, and I learned about a wide variety of cyber security attacks, how they are conducted, ways they are prevented. Not only do I have the knowledge, but I now also have the confidence to walk into an interview and actually explain what I've done and how I can help them with their business. This is all thanks to the resources, and staff of Level Effect. If this all sounds like things you want to do then you should take this class. They have helped me the best they can with my job search, crafting my resume, giving me tips, and sharing me on linkedin. So far I have had 2 jobs interviews that so far I have been turned down for. Apparently they both had went with a candidate with a lot more SOC experience. Which is fair, but kind of makes me SMH they arent applying for higher level roles with the experience they possess. Regardless I will not let this stop me in my pursuit to become a Cyber security Analyst. And the only reason I can begin this journey is x100000000 because of Level Effect. I am only writing this review because I am genuinely grateful to Level Effect for the path they have put me on, and I believe they deserve the recognition.Read Less",,Unknown +268830,11282,level-effect,William Tronvig,False,2020,A Wonderful Learning Experience,2020-09-26,5.0,5.0,5.0,5.0,"I would highly recommend this course to anyone looking to change their career or expand upon their existing knowledge base. Greg and Rob deliver a rewarding experience and extremely applicable product that assists with students' understanding and comprehension... Read More of a challenging and lucrative field. Having taken several bootcamps myself, I can say with utmost certainty that the ease of use of their platform makes the ""learning part"" much less of a burden. Some of the biggest hurdles with most bootcamps or online courses are the technical difficulties aspects, the issues of not being in a traditional classroom, and taking the time to put in the effort when working from home. With Level Effect, this was not an issue. The LMS that they've created allows students to navigate the material very quickly. The instructors make themselves available to troubleshoot any problems you have. They take the time to explain difficult concepts in detail. Most importantly, they genuinely want you to succeed. Trust me. If you're considering your cybersecurity bootcamp options, you should put Level Effect at the top of your list. You will not regret the rewarding experiences, camaraderie, and, most importantly, the skillsets you will obtain throughout your adventure! Thank you again, Greg and Rob!Read Less",Cyber Defense Analyst Bootcamp,Cybersecurity +268591,11282,level-effect,A.D.,False,2020,"The most well rounded class I have taken, and I have taken a lot of classes.",2020-09-18,5.0,5.0,5.0,5.0,"Level Effect’s Cyber Defense Analyst virtual bootcamp provides an excellent well-rounded course that begins with a high-level overview on Cyber Security essentials and finishes with threat hunting and reverse engineering malware. Each iteration of material... Read More intertwines with past and future lessons that provided us with a more complete picture on what to look for and how it is affecting our networks. The pilot class did have some growing pains, but Greg Ake and Robert Noeth always made themselves available to answer any questions and respond to student feedback. This is an excellent class for beginner to intermediate level SOC analyst that are looking for some great hands-on experience and group collaboration. I really enjoyed this class and the instructors. I am look forward to what Level Effect will offer up next!Read Less",Cyber Defense Analyst Bootcamp,Cybersecurity +268467,11282,level-effect,John Brennan,False,2020,An incredible journey,2020-09-14,5.0,5.0,5.0,5.0,"I was incredibly amazed with both the professionalism that Greg and Rob showed during this class as well as the guidance they provided through it, this course is both challenging and enticing, I’ve never been so motivated before by a class. I would highly... Read More recommend this class to anyone interested in cyber security. Greg and Rob are definitely two of the most incredible people I’ve ever had the privilege of meeting. I can never thank them enough.Read Less",Cyber Defense Analyst Bootcamp,Cybersecurity +266964,11282,level-effect,Will N,False,2020,A Truly Practical Bootcamp,2020-07-31,5.0,5.0,5.0,5.0,"I am currently enrolled in the CDA course and am about 6 weeks into the three month program; I can already see a huge difference in my knowledge base. The course is about a 30/70 split between online video content and labs (including labs with instructors)... Read More which is a refreshing change of pace for online learning. Be ready to engage!Both Greg and Rob are knowledgable, personable, and always available to answer any relevant questions. Believe me, you will have questions.The course is fast-paced and offers challenging labs that will force you to think critically and put yourself into the shoes of a cyber threat actor. As a student studying for my Security+ exam , I believe this course has better contextualized the Security+ content and has prepared me for the exam better than any other course I've been able to find. Everyone in IT should take this course!Read Less",Cyber Defense Analyst Bootcamp,Cybersecurity +266962,11282,level-effect,Anonymous,True,2020,Current Student First Class ever,2020-07-30,5.0,5.0,5.0,5.0,"Keep in mind I am leaving this review as a current Student who has not yet completed the course. I am enrolled in the first ever Level Effect course being taught by the Owners of Level Effect. The instructors not only know the craft at an extremely advanced... Read More level, but they teach it very well. I have 0 Cyber Security experience. The only knowledge I have is from 1 networking class I had taken in college, and from reading the security + study guide. I came into this class very nervous not knowing what to expect. And it definitely was very frustrating very fast when very high level concepts are being discussed that I do not understand. It definitely can be enough to make a person want to give up. Cyber Security is not something easy to get into in life, but nothings really easy in life. I stuck through it and after getting through all the mud I have been shown how to find malware. Its only been a month in this class and I have already gained so much information in this class. We are getting into topics that I did not expect to get into until the end of the course. Only makes me excited for whats to come. I've had bad experiences with schools and similar boot camps because not only do they not teach the material very well, they speed through it at the speed of light. Level Effect instructors literally go above and beyond to teach you the information like a teacher should. You could ask the dumbest question and they will go into the most in depth explanation about it to make sure that you understand it. They go above and beyond to make sure the information they are teaching is being received and makes sense. Not only that they definitely show that they care about your success. The instructors are already helping me make my resume to start applying to jobs. Level Effect has promised me that if I am able to pass their certification exam, it proves that I am capable to defend an enterprises network. And having a skill like that is more than enough to help me get my foot in the door to get a job interview. However anything can definitely happen and for all I know maybe I am truly not good enough to pass the final. However The instructors definitely help motivate me to make me think I can do it. Once I have completed this course I will leave a review as to if my thoughts and feelings to this course remain the same. But from the one month I have been in this course, I am glad this was the bootcamp I had decided to take, and it is every bit worth the money.Read Less",Cyber Defense Analyst Bootcamp,Cybersecurity +310259,10868,le-wagon,Go Suzuki,False,2024,Quality instructors,2024-04-22,5.0,5.0,5.0,5.0,"The bootcamp was without a doubt one of the hardest things I have ever done, but it was definitely one of the best decisions I made. The structured curriculum along with the daily challenges really helped reinforce my learning. I had so much fun, and... Read More am sad that the bootcamp has come to an end! The community, instructors, and my batchmates made it such a great experience, and they really pushed me to keep going even when things became tough. It really does come down to how much you put into it, but without Le Wagon, I definitely wouldn't have grown so much both as a person, and as a developer! I really loved it, and I would highly recommend it to others!!Pros:- Great instructors and TAs who are very supportive- Was able to use the facility anytime to study before/ after class- Gives you structureCons:- Might be fast paced but thats for any bootcampRead Less",Web Development - Full-Time,Web Development +310101,10868,le-wagon,Osama Suleiman,False,2024,Amazing place to change your life!,2024-04-16,5.0,5.0,5.0,5.0,"If you are ever looking to learn development and understand why certain things are done in that way, this is the place to join! I can't recommend enough how great of a place it is for learning, culture and support. I had no experience of coding before... Read More but was always curious as it seemed fun, teachers are very patient and try different approaches so that you can understand, doing their best to fit your learning style. They will not push only 1 way of learning but if you attempt to solve a problem in your style and need help, the teachers will do their best to understand your logic and how they can help and provide extra resources. One of the best parts of the boot camp is that you would work on an actual product that you release as a Team and showcase it to the public, making you test your skillsets and see how everything you learned can be applied to your idea that you bring to life with the support of the teachers. The skillsets you learn and the product you release help a lot when finding a job, freelancing, or even starting a start-up. There are a lot of resources that you can use after graduation, even further learning that you can do on your own time involving a variety of different Tech stacks and support in finding a career as well as connecting you with the right people. If you are thinking twice about joining, I say to go for it and you will have no regrets as you learn many new practical skills!Read Less",Web Development - Part-Time,Web Development +310081,10868,le-wagon,Anonymous,True,2024,You learn a lot,2024-04-15,4.3,4.0,5.0,4.0,"The kitt platform is very nice, easy to use and with so many helpful tools and resources to us. The bootcamp program is very well structured so I really had the opportunity to learn a lot and acquire very good skills in a short time. The teachers are... Read More very well prepared and they have a great attitude to help. My experience in general was very good because I feel like I learned a lot of things that would have taken me a long time to learn on my own without the bootcamp.Read Less",Data Science & AI - Full-Time,Machine Learning and AI +310068,10868,le-wagon,Anonymous,True,2024,Truly life-changing and fulfilling experience,2024-04-14,4.3,5.0,4.0,4.0,"The bootcamp was so motivating and enriching! I not only picked up tons of valuable skills and knowledge that really boosted my abilities, but I also got a big idea of machine learning and deep learning. The concept was so intriguing that I feel confident... Read More diving deeper into it. The vibe there was awesome—everyone was super enthusiastic and supportive, always willing to help out or share their expertise. It was a total game-changer and such a rewarding experience. I'm really grateful to have been part of it. The job support during the bootcamp was awesome too! We had guest speakers sharing their experiences, learned how to improve our LinkedIn profiles and resumes, and got some great tips for the job hunt. It was all really helpful and got us pumped for the real world!Read Less",Data Science & AI - Full-Time,Machine Learning and AI +309963,10868,le-wagon,Jason Sturgeon,False,2024,Le Wagon's Web Dev Course was well worth the money!,2024-04-08,5.0,5.0,5.0,5.0,"I graduated from the boot camp in March 2024 from the Tokyo chapter, and I LOVED it. The staff, the other students, the environment, I have very little bad to say about the school. I thought Le Wagon's teachers were all excellent, and the curriculum was... Read More very hands-on for maximum experience and learning. A lot of personalized assistance was given every step of the way, and I came out of it with WAAAAY more knowledge and skill than I had going in. There is also a great deal of support given to graduates for job hunting after the boot camp. The atmosphere was very welcoming and open, and I made a lot of friends among my batchmates-- I would totally recommend this school to anyone who needs a boost into the tech industry. A typical day was a 1~2 hour lecture in the morning, followed by 5~6 hours of coding various projects and challenges with a partner to solidify the learning, and then a 1 hour ""live-code"" session to wrap up the day. The level of the class was fine for me as I have a bit of self-taught coding background. The class helped me solidify some things I already knew, and improve on many methods that I was doing wrong. A handful of students struggled with the pace of the class in the beginning, but Le Wagon accounts for this by doing a ""reboot"" week, in which they interview each student based on the results of a test, and see if they're good to continue, or if they need a bit longer/more training to understand the core concepts of programming. I though this was a great way to handle the difference in student levels. The more advanced students like me could spend those days learning some new skills that aren't crucial to programming yet come up quite often (like Regex), while the new-to-coding students could review and get a more solid grasp on the concepts that are at the core of any programming language, like arrays, conditionals, data types, etc. The focus is on Ruby and Rails for back end and Javascript, HTML, CSS for frontend, with lots of other ""addon tools"" thrown in the mix to help get things done quicker, such as Bootstrap and several gems for Ruby. If you want me to cite any negatives to help you decide, I would only say a few minor things: 1. There is a way (for some people) to get the fee for the school subsidized by the Japanese government, however it is hard to find that information among the Le Wagon web sites, and it is sort of glossed over-- I missed out on that. If you are applying for the Tokyo branch, I highly advise looking into Hello Work and ReSkill FAR IN ADVANCE of the boot camp. 2. Towards the end of the boot camp, more and more emphasis is placed on presentation skills and giving ""pitches"" for your web-apps -- it's not necessarily a bad thing, but it isn't talked about much on their website unless you dive deep. That was more towards the final two weeks though.Read Less",Web Development - Full-Time,Web Development +309954,10868,le-wagon,Grégoire Cazier,False,2024,Bootcamp experience at Le Wagon,2024-04-08,5.0,5.0,5.0,5.0,I overall enjoyed my experience at Le Wagon in Buenos Aires. The Kitt platform is very helpful and provides you with almost all you need. Then the Teaching asisstants are always here to help you in case you have any question about the challenges. It's... Read More overall a very well-conceived bootcamp and would recommend if you want to change career paths or develop some more technical skillsRead Less,Web Development - Full-Time,Web Development +309945,10868,le-wagon,Laurice Minamihara,False,2024,Highly recommended for driven entrepreneurs (even to beginners in coding like me!),2024-04-07,5.0,5.0,5.0,5.0,"I love solving problems and I have this belief that technology can help scale good impact. Although I was a business person with almost no code knowledge, I wanted to co-found a tech start-up for a social cause I was passionate about and it took me a... Read More year to dabble on no-code and fumble on my own. I tried looking for tech-co-founders and found strong and potential ones but even after reading multiple articles and watching videos, I realized that I couldn't seem to fully grasp their thinking, jargon, and their motivations, and although I have high respect for tech builders, I wasn't confident about how to work with them. After an initial eye-opening consultation about admissions, I decided to push and enroll. PROS: 1) Worth the time, energy, and money - Packed learning every session and while it felt like I had info overload several times, especially at the beginning, I felt all learnings coming to life during project weeks. - I felt I missed quite a lot during a month-long travel to a different country which was 2 months before project weeks would start. So before the project weeks, I reviewed lessons again, dropped one commitment (work), and had to focus on this study to fully maximize the experience. I don't think people need to drop work and this is extremely possible to balance with Full-time work especially if you don't have other hats too (I'm a mom) 2) Very supportive community (Teachers, Teaching assistants, Large Local and Global Active Alumni network I can tap into.) It is a psychologically safe place to ask for help when learning during and after boot camp 3) Creative energy is strong - Unlike traditional learning environments, the focus is not on ""winning"" but rather on helping each other while focusing on personal growth. It felt like it was designed that way. - I highly recommend watching a recording or attending a Demo Day. When I watched it in person before, I was impressed and I couldn't imagine myself being able to code a product but after a few months, I could and I did! (Of course, with the help of a team~) 4) Project Week when taken seriously as if building your own MVP is a very strong hands-on experience to coding and working with a tech team - I could have an idea of Product delivery and insights about how to go during stand-up meetings and tech project management, learn about possible pitfalls and what could motivate the team, and a good introduction or foundation of front-end, back-end, design-to-code knowledge. - Pitching was a good experience to refine my idea with Teachers and to know the motivation of tech builders in the future. Possibility of being able to build my own MVP - I could and I am so grateful to my team for their patience and enthusiasm in building it with me. - There is a chance to work together on a first project before the final project! Since I could not be the project manager for that, I could have the chance to learn as a team member fully focused on coding! But I could also observe my feelings, thoughts, and how I work which eventually was super helpful with leading and gluing the team together during the Final Project. 5) There is a career week - I could hear about Startup founders hiring and connect with them too to gather insights. - Although the focus is on Job Hunting, there was a talk about start-ups and freelancing too. For founders, we could book for career consulting time to chat about Entrepreneurship. 6) They offer free courses! I took it a year before just to check. It is a great beginner's experience just to test the waters or see if my brain capacity can handle it. haha. But honestly, the boot camp will be deeper and way more comprehensive. CONS: - Might be difficult to balance time if you have many roles (Parenthood, Work, Business, Study) as you need to watch lectures ahead and are expected to do the challenges together during sessions. However, the buddy system during sessions is extremely helpful. And, basically, balancing all these while learning hard and smart is a good test or practice for grit and persistence. :) - If part-time online, you may feel like you missed out if classmates hang out after class. So, I highly recommend going to campus if you can, especially on project weeks~!! And to fly and be in person on Project Demo Day!Read Less",Web Development - Part-Time,Web Development +309910,10868,le-wagon,Leandro Munoz,False,2024,Is Le Wagon Tokyo Worth It?,2024-04-05,4.7,5.0,5.0,4.0,"I think the answer to my question is a resounding yes. The course was completely worth it. It would've taken me a year or more to self-learn what we covered in 9 weeks. The teachers were not only knowledgeable, but they were also great mentors. They were... Read More able to point me in the right direction whenever I got stuck. I also got access to an amazing community. I feel confident that I will be able to transition into a tech role very soon with the knowledge I gained at the boot camp. If you're a Japanese resident, I highly suggest looking into the Hello Work subsidy because it'll cover more than 60% of the tuition and is available to anyone who qualifies.Read Less",Web Development - Full-Time,Web Development +309896,10868,le-wagon,Giulio,False,2024,Amazing experience at Buenos Aires :),2024-04-04,4.7,4.0,5.0,5.0,"I recently completed an intensive web design bootcamp in Buenos Aires, and I must say it was an incredible experience. The curriculum was well-structured, covering everything from the basics of HTML and CSS to more advanced topics like responsive design... Read More and JavaScript. The instructors were knowledgeable and supportive, always willing to help and provide guidance.Read Less",Web Development - Full-Time,Web Development +309776,10868,le-wagon,Gerardo Nicolas Waitzel,False,2024,Thank you!,2024-03-31,5.0,5.0,5.0,5.0,"Everything about the program is really good! I wont lie I had my doubts if I could learn all of the concepts in their curriculum, but they really went above and beyond my expectation! their way of teaching is amazing! To whomever reading this, you need... Read More to know and understand the dificultness of doing a bootcamp. you need to commit full time to this. you might wanna quit almost everyday because its really hard, but trust the process, you will get through it.Read Less",Web Development - Full-Time,Web Development +309768,10868,le-wagon,Guido Palmili,False,2024,Amazing experience,2024-03-31,5.0,5.0,5.0,5.0,"I was looking for some changes in my career, for opportunities to grow, and le wagon's bootcamp exceeded my expectations. I am just not the same person I was before doing the bootcamp, and to achieve that in only two months is quite incredible. Loved... Read More the community, content of the course, teaching staff. Everything, highly recommendedRead Less",Web Development - Full-Time,Web Development +309744,10868,le-wagon,Anonymous,True,2024,Excelent bootcamp!,2024-03-29,5.0,5.0,5.0,5.0,"Le Wagon it's totally worth it! I was part of the full-time Data Science & AI program. It was undoubtedly a very intense experience, but very enriching. The technical material, the platform, the teachers and the environment created in the classroom favor... Read More in every way greater learning for those who want to learn. On the other hand, the modality of 20% theoretical classes and 80% coding allowed me to get closer to what is done today in the labor market. The teachers are 100% available to guide you on this path. One of the most valuable things that Le Wagon has is its community, and belonging to it can open many doors in the tech world.Read Less",Data Science & AI - Full-Time,Machine Learning and AI +309679,10868,le-wagon,Shlomi Fogel,False,2024,Le wagon Amsterdam,2024-03-27,4.0,5.0,4.0,3.0,"I just graduated Le wagon Amsterdam (9 weeks full time), i had an amazing experience there. i was working as a baker for 16 years and decided to transition my career into web development. It's super intensive course which every week i learned a lot of... Read More new skills. The day starts with a 1.5-2 hours lecture, and then most of the day is practice skills, coding challenges, and learn how to work with a buddy, everyday is another classmate. I got a lot of help from the TA's, that walked with me trough the challenges. In the last 3 weeks we worked on 2 project for our portfolio in teams of 4, and practiced everything that we learned. It is very friendly for people who don't have any background, and there was a really nice safe environment to learn new things. The staff in Amsterdam are nice and amazing people, and it really feels like a community. there is no job guarantee they have a huge network you can use. super recommended!Read Less",Web Development - Full-Time,Web Development +309648,10868,le-wagon,Charles-Aymeric Palard,False,2024,Perfect courses,2024-03-26,5.0,5.0,5.0,5.0,"It was really intense but now, my knowledge is totally ready to work. The teachers, the staff were kindly and attentive with us. The course continue after the nine weeks with optionnal courses. We learned to use severals tools, totally adapted to the... Read More jobs available.Read Less",Data Analytics - Full-Time,Data Science and Analytics +309610,10868,le-wagon,Felipe Razzini | Amsterdam,False,2023,"If you want to learn coding, this is the place to be!",2024-03-24,5.0,5.0,5.0,5.0,"I completed the full-time web development bootcamp with Le Wagon in Amsterdam and it was an amazing experience. The course is really well structured, the material is meticulously prepared to assist you in every way possible and is tailored for students... Read More with zero background in tech. The teachers and staff are amazing and really want us to exceed, so they put a lot of effort every single day to guide us through the storm. Additionally, the bootcamp organizes tech talks, social events, yoga sessions, and so much more, which creates a great vibe on campus. Made some really good friends there and encourage anyone considering a similar path to check it out.Read Less",Web Development - Full-Time,Web Development +309538,10868,le-wagon,Sergio Hernández,False,2024,Le Wagon's data analytics bootcamp,2024-03-21,4.7,5.0,4.0,5.0,"I took 9 weeks bootcamp and it was very intense and inmersive. I liked practical methodology based on challenges with some interest tools, I think it allows us to perform skills we need as data analysts. All Le Wagon's teachers, TA's and staff were very... Read More attentiveRead Less",Data Analytics - Full-Time,Data Science and Analytics +309518,10868,le-wagon,Julianny Guillén,False,2024,Enriquecedora,2024-03-20,5.0,5.0,5.0,0.0,"Fue una experiencia muy enriquecedora. Me parece presenta una panorámica bastante completa sobre lo que es el mundo del análisis de los datos. El hecho de que sea tan práctico me parece muy significativo. La oportunidad de compartir con personas de otros... Read More países me gusta mucho, conociendo diferentes perspectivas. El trabajar en equipo me parece fenomenal. La experiencia con los profes en general me pareció muy buena, siempre dispuesto a ayudar. ¡Excelente! Muy dedicados con su trabajo.Read Less",Data Analytics - Full-Time,Data Science and Analytics +309505,10868,le-wagon,Maria Nazareth Suarez Garcia,False,2024,My Lewagon experience,2024-03-20,4.7,5.0,4.0,5.0,"Me encanto la experiencia de aprender en Le Wagon. Las clases son dinámicas y siempre tienes a los profes allí para ayudarte y guiarte en cada momento. Además, disfrute mucho que la experiencia se vive en equipo y se construye un muy buen ambiente de... Read More trabajo con los compañeros.Read Less",Data Analytics - Full-Time,Data Science and Analytics +309490,10868,le-wagon,Anonymous,True,2024,Una montaña rusa (en el buen sentido de la frase),2024-03-19,4.7,4.0,5.0,5.0,"Lo dedicada que fue nuestra Batch Manager, fue parte importante para dedicarle la atención que requería el bootcamp. Fue una montaña rusa, donde al principio era medio confuso algunos temas, pero a medida que fue avanzando, todo fue aclarándose Muy buenos,... Read More dedicados y organizados en su trabajo.Read Less",Data Analytics - Full-Time,Data Science and Analytics +309475,10868,le-wagon,Matias Lorenzatti,False,2024,Le Wagon es el mejor bootcamp que cualquier persona puede tomar,2024-03-19,4.3,5.0,4.0,4.0,"Le Wagon es un bootcamp que está pensado para no perder tiempo en actividades/tareas innecesarias y aprender! Esta todo armado y listo para ejecutar, desde comandos para terminal, hasta challenges listos para ejecutar lo aprendido en las lectures. Sin... Read More esto creo que la experiencia del bootcamp hubiese sido diferente. Todo está perfectamente pensado y aceitado, solo tenes que poner de tu parte y esfuerzo, porque el camino ya está hecho, no hay forma de desviarte o retrasarte en ciertos temas. Tiene un nivel de exigencia muy alto, y es importante ingresar con la mentalidad adecuada, porque van a ser dos meses de locos! Hoy soy parte de los ex alumnos de Le Wagon, y estoy muy contento de haber formado parte de esta experiencia.Read Less",Data Science & AI - Full-Time,Machine Learning and AI +309458,10868,le-wagon,Anonymous,True,2024,Trust in the process,2024-03-18,3.7,4.0,4.0,3.0,"Pros: you can share experience with a lot of people worldwide in your native language. The staff if committed by professional of the area with a wide knowledge about the topics in the course, so you can learn not only for the course itself but the experience... Read More of teachers too. They offer ways to solve any problem you could have. There are a lot of activities, so you can't get bored. Cons: Probably you will need some level of English because the base of the course is in English.Read Less",Data Analytics - Full-Time,Data Science and Analytics +309445,10868,le-wagon,Anonymous,True,2024,An incredibly gratifying experience,2024-03-18,5.0,5.0,5.0,5.0,"Pros - Designed for a practice approach, even if you come with 0 experience - Awesome people, all of them dedicated to helping you - Great teachers and great content. They cover all the bases for you to get a 360 approach on the subject Cons - No cons... Read More really. Just to say that the intensive program IS INTENSIVE. So take their advise of not working or studying while doing the programRead Less",Data Science & AI - Full-Time,Machine Learning and AI +309416,10868,le-wagon,Fernanda Vallejos,False,2024,Exelente experiencia,2024-03-16,5.0,5.0,5.0,5.0,"Muy buena experiencia, muy buenos profesores y compañeros. El ambiente fue muy bueno, definitivamente recomendado para cualquiera que quiera iniciar, sin o con experiencia. Los profesores siempre están pendientes de ayudarte en lo mas posible. Espero... Read More seguir en contacto y que la comunidad siga creciendo.Read Less",,Unknown +308994,10868,le-wagon,Anonymous,True,2024,A bootcamp with practical learning,2024-02-29,4.7,5.0,4.0,5.0,"The Le Wagon bootcamp gives you the opportunity to learn with many practical exercises in real-life scenarios, in addition to being able to develop a final project from scratch with the guidance of teachers to finally present it to the public. You always... Read More have feedback to improve and correct what is necessary and that helps you learn more.Read Less",Data Science & AI - Part-Time,Machine Learning and AI +308981,10868,le-wagon,Maria del Rocio Torres Flores,False,2024,Great experience.,2024-02-28,4.7,5.0,5.0,4.0,"I made the decision to join Le Wagon 6 months ago, and I was very afraid to do it because the investment of time, money, and effort is significant. I wanted to expand my career; I studied economics and law, but I wanted to improve my programming skills... Read More and expand them into machine learning. I didn't know if Le Wagon would be the best option or even a bootcamp, and today, 6 months later, I believe it was the best decision. The program is very well planned, the teachers are very good, the classes are very dynamic, and you learn what you need to enter the job market. Without a doubt, a great experience.Read Less",Data Science & AI - Part-Time,Machine Learning and AI +308720,10868,le-wagon,Joel okc,False,2023,"It’s fantastic, Heavily recommend.",2024-02-15,4.3,4.0,5.0,4.0,"I was incredibly indecisive of whether to really sign up to a bootcamp or just complete some online courses and call it a day. But, I went in nevertheless. Quite unsure of what the teaching and my learning experience was gonna be like. It was coin flip... Read More for me. 50/50. And having successfully completing the bootcamp, I am super proud I made the decision on signing up. The camp is a total package, especially for beginners. Gave me a wonderful data community.Read Less",Data Science & AI - Full-Time,Machine Learning and AI +308672,10868,le-wagon,Anonymous,True,2024,Awesome!,2024-02-14,5.0,5.0,5.0,5.0,"Los pros de haber terminado este bootcamp en Le Wagon fue haber tenido una amplia gama de conocimiento sobre ciencia de datos dentro de la programación, también la gran cantidad de contactos. Por otra parte algo muy importante fueron las herramientas... Read More como Challenge y Flashcards lo cual sirvieron para el aprendizaje.Read Less",Data Science & AI - Part-Time,Machine Learning and AI +308601,10868,le-wagon,Anonymous,True,2023,A fantastic experience with fast results,2024-02-11,4.7,5.0,5.0,4.0,"I joined Le Wagon after having been interested in learning to code for a number of years but having no clue where to start. Over the course of 2 months, I went from being able to solve simple math problems in Ruby to designing an entire web application... Read More through the encouragement and help of some amazing teachers.I truly feel that the teachers made my experience worthwhile. They were always encouraging and kind – even when the high-intensity of the boot camp occasionally got to us students. Being able to approach them with any questions, no matter how basic, was also incredibly heartening and I feel that they made the core of the experience worthwhile. The Le Wagon community is also fantastic. I often went for dinner after class with my classmates, and Le Wagon organized yoga sessions every week to give our mind a break. Some of our TAs were recent alumni as well, so being able to speak with them about their experience post-graduation was wonderful.Read Less",,Unknown +308481,10868,le-wagon,Anonymous,True,2023,Expericience Data Science le wagon Part time,2024-02-07,4.7,5.0,5.0,4.0,"Quiero expresar mi sincero agradecimiento por la oportunidad de haber sido parte de este programa. La calidad de la enseñanza y el compromiso de los instructores han sido destacables, proporcionando un ambiente de aprendizaje estimulante y enriquecedor.... Read More He apreciado especialmente la apertura del equipo para con las preguntas y la forma en que fomentan un diálogo constructivo, lo que ha facilitado un aprendizaje profundo y significativo.Read Less",Data Science & AI - Part-Time,Machine Learning and AI +308360,10868,le-wagon,Joaquín Antúnez,False,2024,Muy buena experiencia,2024-02-01,5.0,5.0,5.0,5.0,"El bootcamp de Le Wagon es una excelente experiencia profesional de aprendizaje con excelentes profesores, material de calidad junta a una comunidad de aprendizaje colaborativa. La modalidad online ofrece oportunidad de desarrollarse profesionalmente... Read More con contenido actualizado y de alta gama.Read Less",Data Science & AI - Part-Time,Machine Learning and AI +308355,10868,le-wagon,Gaspar Burgi,False,2024,One of the best experience one could have,2024-02-01,5.0,5.0,5.0,5.0,"Le Wagon's bootcamp was amazing. Full of challenges and ways to improve and develope self's skills, not only in a professional way, but also as a team. The teachers are always there to guide and help, and the fast pace they had during the course is a... Read More way for the students to challenge themself everyday. I would say that if you are looking for the best bootcamp, this is it.Read Less",Data Science & AI - Part-Time,Machine Learning and AI +308349,10868,le-wagon,Maria Florencia Lapietra,False,2024,Excelente,2024-02-01,4.7,5.0,4.0,5.0,"Este programa es intenso, desafiante, retador. Esta pensado para hacerte aprender y razonar, poder resolver problemas el dia de manana con una cabeza preparada para desafios, no es un modelo armado para estudiar y aprender de memoria o muy teorico. Busca... Read More traer distintas aristas y temas que pueden presentarse en el mercado laboral o en el area de data. Tenes mucho acompañamiento y motivación permanente.Read Less",Data Science & AI - Part-Time,Machine Learning and AI +308325,10868,le-wagon,Anonymous,True,2024,Awesome experiencie,2024-01-31,5.0,5.0,5.0,5.0,"Le Wagon was incredible! The teachers were not only knowledgeable but also truly inspiring. The community was welcoming and supportive, fostering an amazing learning environment. The skills and knowledge I gained are invaluable. Truly a life-changing... Read More experience!Read Less",,Unknown +308133,10868,le-wagon,Beyda Fentanes,False,2024,Great learning experience! Totally worth it.,2024-01-23,5.0,5.0,5.0,5.0,"Everyone who takes the bootcamp should know it is rough and it´s a sacrirfice that if you´re willing to make, you would have very solid tech skills for your career, even if you have a non-tech background. The whole staff is amazing and they give the students... Read More that extra effort in order for them to learn more.Read Less",Web Development - Full-Time,Web Development +308130,10868,le-wagon,Anonymous,True,2024,Renovadora,2024-01-23,5.0,5.0,5.0,5.0,"Para mi fue una experiencia única, nutritiva, realmente sentí una formación en todo nivel, trabajar en equipo, estructura de trabajo, conceptos y practica de herramientas para llevar a cabo cosas maravillosas. Se siente que perteneces a una comunidad... Read More y siempre contar con el apoyo de esa comunidadRead Less",Data Science & AI - Full-Time,Machine Learning and AI +308114,10868,le-wagon,Anonymous,True,2024,Le wagon.,2024-01-22,5.0,5.0,5.0,5.0,"Lo que mas me gustó del bootcamp fue el apoyo constante que se tiene tanto por profesores como TAs, tener mis dudas despejadas al instante y la modalidad que te introduce a codear todos los dias para generar un habito. Fue una experiencia bastante exigente... Read More pero es lo que se esperaba, bastante enriquecedora en cuanto a conocimientos y metodos de aprendizaje. Buenos aires staff tiene mi agradecimiento, me guiaron de principio a fin para poder llegar a finalizar el bootcamp recomendado muy buenos profesionales!Read Less",Web Development - Full-Time,Web Development +308107,10868,le-wagon,Anonymous,True,2024,"Intense learning experience, worth it!",2024-01-22,4.7,5.0,5.0,4.0,"Le Wagon focuses on practicality versus theory which makes a huge difference in the learning experience. In 9 weeks, you learn the fundamentals and can develop applications. The last two weeks are where you really get your knowledge tested as you must... Read More work on a project with your designated team.Read Less",Web Development - Full-Time,Web Development +308105,10868,le-wagon,Joe Vincent,False,2024,phenomenal experience,2024-01-22,5.0,5.0,5.0,5.0,"Amazing staff and teachers, excellent course and topics. The students and staff are all amazing people who made everything fun and exciting. This is a difficult course, make sure that you are prepared to work longer hours to make the most of it, I highly... Read More recommend it to anyone interested in data science and looking to push themselves.Read Less",Data Science & AI - Full-Time,Machine Learning and AI +308087,10868,le-wagon,CHARLOTTE LETAMENDIA,False,2024,Product Manager Cloud Infrastructure,2024-01-21,5.0,5.0,5.0,5.0,"Product Manager Cloud Infrastructure looking for reinforcing knowledge to adress an specific marekt for cloud infra business development Knowledge to develop was media & AI I really appreciated the bootcamp which allowed me to acquire the skills I was... Read More looking for. The atmosphere was good between the students, the teachers engaged and helping and the platform was excellent.Read Less",Data Science & AI - Full-Time,Machine Learning and AI +307902,10868,le-wagon,Nozomu Hara,False,2023,Amazing learning environment,2024-01-12,5.0,5.0,5.0,5.0,"The greatest thing about Le Wagon is the environment and atmosphere that is really conducive to learning, as everyone feels very comfortable and not afraid to ask dumb questions. I think the project-oriented style of learning was executed very well. I... Read More am a practical learner, and I felt like I was able to learn through the many projects that ramped up in difficulty, and was eased into the concepts until we could do more. I highly recommend the course for anyone interested in learning in a group setting, and is a hands-on kind of learner!Read Less",Web Development - Full-Time,Web Development +307816,10868,le-wagon,Anonymous,True,2023,Transformative Learning at Le Wagon Bootcamp: Navigating Tech and Data Transition,2024-01-09,4.7,5.0,4.0,5.0,"Le Wagon Bootcamp in London was a transformative experience. The supportive community and emphasis on creativity made learning engaging. The coverage of SQL, Python, Data Visualization, and machine learning skills, along with hands-on projects, provided... Read More a practical approach. Despite occasional unclear instructions, potentially due to translation, I recommend Le Wagon for those looking to transition to tech and data. The overall experience and connections with inspiring individuals make it a worthwhile learning journey.Read Less",Data Analytics - Full-Time,Data Science and Analytics +307811,10868,le-wagon,Anonymous,True,2023,Intense and state-of-the-art,2024-01-09,4.7,5.0,5.0,4.0,"Great learning methodology, content updated and very good teachers. The organization fosters a friendly and relaxed environment and helps those students who struggle. The location at the Barcelona bootcamp is great, although the facility oculd be updated.... Read MoreRead Less",Data Science & AI - Full-Time,Machine Learning and AI +307793,10868,le-wagon,anuj tyagi,False,2023,Real World Learning,2024-01-08,5.0,5.0,5.0,5.0,"This was my 2nd bootcamp with Le Wagon London. I did full stack web dev earlier in 2023 and recently completed Data Science & AI. Highly Recommend Le Wagon for Course Content/Teaching Staff/Teaching Assistants , Facilities and support staff ( Career Advisory... Read More & Program Support Team) The best part is every day 1 hour of lecture is followed with 7 hour of engineering/coding work to reinforce the concepts /techniques learnt during the lecture. Very much hands on course like real world. Thanks Le Wagon TeamRead Less",Data Science & AI - Full-Time,Machine Learning and AI +307730,10868,le-wagon,Alejandro Sanz,False,2023,The perfect way to become a developer,2024-01-05,4.0,4.0,4.0,4.0,"The whole program has been a one of the most fulfilling educational process I have ever been part of. Throughout the ten weeks, you will feel the great sense of community from everyone that was on Campus and all of them are willing to help you grow and... Read More boost your career.Read Less",Web Development - Full-Time,Web Development +307718,10868,le-wagon,Connor Gower,False,2023,Incredible bootcamp experience!,2024-01-04,4.7,5.0,5.0,4.0,"I signed up for the 9-week in-person data science bootcamp with Le Wagon in London in winter 2023, and I loved every second of it. Coming from a background with no prior coding experience, I was apprehensive at first, but the excellent teachers are there... Read More every step of the way to help you. The course is intense and challenging (just as it should be!), and I learnt far more in the space of 9 weeks than I ever thought was possible! The breadth of topics covered is highly expansive given the short course timeframe, covering materials such as regression and classification models, statistical inference, machine learning, NLP, and an introduction to deep learning. The course is mainly taught through Python, though there is also some SQL involved. I would highly recommend this course for anybody looking to move into the world of data science!Read Less",Data Science & AI - Full-Time,Machine Learning and AI +307697,10868,le-wagon,Ben Fairbairn,False,2023,"Intensive, but worth it",2024-01-03,5.0,5.0,5.0,5.0,Intensive is definitely the word! Almost every lecturer was excellent and whilst the building could do with some double-glazing I've nothing else to complain about. With the material constantly being updates (several of the lectures were new and hadn't... Read More been given before) this is clearly the cutting-edge of the art. The buddying system gave us all a chance to get to know each other well to the point where I've kept in touch with several other alumni afterwards. The final week devoted to careers was also helpful and more than you get from a typical bootcamp.Read Less,Data Science & AI - Full-Time,Machine Learning and AI +307696,10868,le-wagon,Anonymous,True,2023,"Great course, great experience. Ready for keep growing.",2024-01-03,4.3,5.0,5.0,3.0,"Having a business background and limited tech experience, I was pleasantly surprised by the Le Wagon Data Analytics Bootcamp. The course surpassed my expectations, offering practical skills for data collection, cleaning, analysis, and visualization. It... Read More also includes a first approach to adding value, such as machine learning models and automation tools. The daily structure is intense but a great method, with morning lessons, day-long challenges, and recaps at the end of the day. It makes it easy to learn and digest information at various stages, ensuring everyone gains the necessary skills. The standout feature is the friendly and well-prepared staff. Their support enhances the learning journey, making it both enjoyable and rewarding. In summary, I will recommend it.Read Less",Data Analytics - Full-Time,Data Science and Analytics +307211,10868,le-wagon,Anonymous,True,2023,Excelent bootcamp experience,2023-12-14,5.0,5.0,5.0,5.0,"Le Wagon's Data Analytics Bootcamp exceeded my expectations in every aspect, making it a truly transformative experience. The teachers showcased an unparalleled level of expertise and dedication. Their ability to convey complex concepts in an accessible... Read More manner was remarkable, creating an engaging and enriching learning environment. Their commitment to fostering a deep understanding of the material was evident, and their support extended beyond the classroom. The staff at Le Wagon played a pivotal role in ensuring a seamless and positive learning journey. Their unwavering support and responsiveness to queries were instrumental in overcoming challenges. Their genuine interest in the success of each student fostered a sense of community and collaboration. The facilities provided by Le Wagon were top-notch, creating an ideal setting for immersive learning. The well-equipped classrooms and collaborative spaces facilitated effective hands-on learning, while the cutting-edge technology enhanced the overall educational experience. Le Wagon's Data Analytics Bootcamp not only equipped me with valuable skills in data analytics but also provided a nurturing and empowering environment for personal and professional growth. I highly recommend this program to anyone looking to delve into the world of data analytics with confidence, supported by a stellar team of educators and staff in outstanding facilities.Read Less",Data Analytics - Full-Time,Data Science and Analytics +307185,10868,le-wagon,Lorenzo Bianchetti,False,2023,The amazing experience at Le Wagon bootcamp in Amsterdam,2023-12-14,4.3,5.0,4.0,4.0,"Le Wagon's Data Analytics bootcamp in Amsterdam exceeded my expectations on multiple fronts. The curriculum is meticulously crafted, covering a broad spectrum from data cleaning to machine learning. Instructors are not just knowledgeable but passionate,... Read More making complex topics accessible. The emphasis on hands-on learning through projects and real-world applications solidified my understanding. The collaborative learning environment fostered by the cohort and supportive instructors created a positive atmosphere, enhancing both technical and teamwork skills. Le Wagon's commitment extends to career support, providing valuable insights, networking opportunities, and practical guidance for job searches. Overall, the program offers a comprehensive and transformative experience, making it an excellent choice for anyone venturing into the realm of data analytics.Read Less",Data Analytics - Full-Time,Data Science and Analytics +307163,10868,le-wagon,Robert Chheav | Amsterdam,False,2023,"Learning coding in 9 weeks, it's possible!",2023-12-13,4.7,5.0,5.0,4.0,"I completed the full-time web development course with Le Wagon in Amsterdam, and I recommend it as the ideal starting point for your tech journey. When considering joining a bootcamp like this, it's crucial to evaluate the curriculum, the quality of the... Read More instructors (including teaching assistants), and the networking opportunities. Le Wagon Amsterdam excels in all three aspects. The curriculum is exceptionally comprehensive and designed to be accessible for individuals with no prior tech knowledge. Even if you're not familiar with the tech field, the program allows you to progress efficiently and gain a profound understanding. The instructors demonstrate immense patience and are passionate about sharing their knowledge. My expectations were exceeded in this regard. Moreover, the team frequently organizes engaging tech talks, featuring insightful discussions with notable guests, including Le Wagon alumni and external experts. I am confident that choosing Le Wagon in Amsterdam was the right decision for my tech education, and I encourage anyone considering a similar journey to explore what they have to offer.Read Less",Web Development - Full-Time,Web Development +306495,10868,le-wagon,Nuria Aires,False,2021,"No regrets, it was perfect, I got what I wanted",2023-11-15,5.0,5.0,5.0,5.0,"Le Wagon Le Wagon changed my life, literally. I was looking for a career change, from another completely different field (HR) to the data world. When I started to look for schools where I could learn technical skills like Python and SQL, I came across... Read More Le Wagon as being the best-rated and I can assure it lived up to all the expectations. I studied the Data Science bootcamp, the full-time and on-campus version, in London. I can’t say it was easy (it’s pretty intense but nothing you can not achieve) but it gave me the skills to feel comfortable in a job interview and to keep learning by myself. The content is well organized, you don’t get bored, every day is different and challenging, and you learn multiple concepts and new tools. The project experience was amazing, to have the opportunity to mock a real situation where you work as a team and with a goal in mind, create your AI app. But it didn’t end there, after the Bootcamp we have a massive community where we can keep in touch with other students all around the world, to share experiences, questions, concerns, job opportunities and so on. In a nutshell, doing this Bootcamp was one of the best decisions I’ve ever made, it helped me to achieve my goals. Now I’m working in the data world and couldn’t be happier.Read Less",Data Science & AI - Full-Time,Machine Learning and AI +305425,10868,le-wagon,Minnerva Sasu,False,2023,Amazing!!!,2023-10-05,5.0,5.0,5.0,5.0,"In 9 weeks, I went from procrastinating to doing actual data science. The learning atmosphere is so great and as they always say “Trust the process!” Yes it’s intensive but rewarding. The team are so accommodating and break the contents down so well,... Read More it’s easy to understand (even if you don’t, the challenges will help you and you have assistance from the TAs and everyone throughout!) I really really recommend Le Wagon. I got a data science certificate (which is a given!) but I also gained a strong alumni community with it (this you don’t get everywhere, or maybe anywhere!)Read Less",Data Science & AI - Full-Time,Machine Learning and AI +305313,10868,le-wagon,Alexander Pegot,False,2022,Great Experience,2023-10-02,5.0,5.0,5.0,5.0,"After making the decision to pursue a career in Data Science, I took the leap and joined Le Wagon. I left my job back home and embarked on a journey to Madrid to enroll in their intensive bootcamp. Let me begin by sharing that just three months after... Read More successfully completing the program, I landed a job. The entire experience was nothing short of incredible; the teachers and staff were consistently supportive and available whenever I needed assistance. I gained a wealth of knowledge, which played a pivotal role in advancing my practical skills in data science. While I acknowledge that I still have a long way to go, the bootcamp served as my gateway into this exciting field. Currently, I am in the process of applying for graduate school in the same domain to further deepen my expertise. I wholeheartedly recommend dedicating 3-4 months to studying data analytics and ML models before enrolling in a program. This proved to be a game-changer for me, and I firmly believe it allowed me to learn much more effectively.Read Less",Data Science & AI - Full-Time,Machine Learning and AI +305209,10868,le-wagon,Anonymous,True,2023,Incredible bootcamp!,2023-09-27,5.0,5.0,5.0,5.0,I feel very confident in my programming skills and looking forward to starting my career path as a WebDev! The teachers are very well prepared and patient during the explication. I highly recommend this bootcamp to anyone looking to pursue a new career... Read More in tech!Read Less,Web Development - Full-Time,Web Development +305205,10868,le-wagon,Anonymous,True,2023,That was amazing experience at Le wagon,2023-09-27,5.0,5.0,5.0,5.0,"I didn't really have coding knowledge initially, and I was worried at first, but this school's curriculum was fantastic. The teachers were very kind, and each one of them had extensive knowledge, so I could get excellent advice from anyone I asked. What... Read More I particularly liked was the environment and atmosphere I could ask any questions about coding anytime. I visited other schools, but I believe this school has the best atmosphere and curriculum content without a doubt. I was amazed that I could create such a great app by the end of the bootcamp's final project. If there are people who are unsure about which school to attend, I recommend Le wagon Tokyo.Read Less",Web Development - Full-Time,Web Development +305099,10868,le-wagon,Silvia Santillan Nava,False,2023,Data Analytics proficient in 9 weeks,2023-09-22,5.0,5.0,5.0,5.0,"The online data analytics bootcamp offered a thorough curriculum suitable for professionals from diverse backgrounds. It enhanced my confidence to work with technical professionals in tech startup sales. However, there were occasional collaboration gaps... Read More in the online format compared to in-person bootcamps, suggesting room for improvement. Exploring additional collaboration methods while accommodating varied learning speeds is worth considering. Nevertheless, the full-time 2-month model, with its structured daily routine and well-organized curriculum, was a very positive experience.Read Less",Data Analytics - Full-Time,Data Science and Analytics +305098,10868,le-wagon,María Fernanda Rios,False,2023,The best experience... Seriously!,2023-09-22,5.0,5.0,5.0,5.0,"I have done a bootcamp before at another academy and I have to say that Le Wagon is superior to any other of its kind. Yes, it is intense and the weeks go by so quickly. But it was only when we were doing our project that I was able to integrate everything... Read More we had learnt. And it worth it! Every lecture, every activity seems well tought out to help students gain valuable knowledge. I don't see any disadvantages, but I do see a small disclaimer: I don't think full-time is for everyone. You need to have some basic knowledge of programming, algebra and statistics and probability if you don't want to deal with your impostor syndrome.Read Less",Data Science - Full-Time,Data Science and Analytics +305047,10868,le-wagon,Ivan Moran Rossel,False,2023,Transformative and Highly Recommended,2023-09-21,5.0,5.0,5.0,5.0,"Before joining the data science bootcamp, I had a background in mathematics and a basic understanding of programming, but I was eager to transition into the field of data science. I joined this course with the goal of gaining practical skills and real-world... Read More experience. My experience in the bootcamp was truly transformative. What stood out for me was the hands-on, product-oriented approach to learning. The instructors provided clear explanations and guided us through real-life projects, which made complex concepts more accessible. The buddy system was also a highlight, as it fostered collaboration and allowed us to learn from our peers. The support and mentorship from the Madrid team was exceptional. Their expertise and dedication were evident throughout the program, and they created a positive and motivating learning environment. In the end, I not only acquired valuable data science skills but also built a network of like-minded individuals. This bootcamp exceeded my expectations, and I feel well-prepared for a successful career in data science. Grateful for the experience!Read Less",Data Science - Full-Time,Data Science and Analytics +305022,10868,le-wagon,Elisa,False,2023,I'm really grateful for my experience in Le Wagon!,2023-09-20,4.3,5.0,4.0,4.0,I am really impressed with everything I learned. I came from zero knowledge to actually learn coding & web development. I am kind of sad it has ended but I am really grateful I am now part of the community and I got to enter the tech world with excelent... Read More guidance.Read Less,Web Development - Full-Time,Web Development +304988,10868,le-wagon,Diogo Alves Pinto,False,2023,These 9 weeks made me want to change my career path,2023-09-19,5.0,5.0,5.0,5.0,"After 10+ years in the music business I knew I wanted something new. Coding had me intrigued for years and that is why I decided to enroll at Le Wagon's bootcamp in Porto! I was amazed by it's online reputation, specially on the international scene compared... Read More to other bootcamps I was looking at. The course was intense, as I expected it to be, but I was enticed by the course's structure. We would spend all day learning how to code and doing exercises without losing focus. The last fews weeks the classroom felt more like a company office as we all worked in teams to build our final projects. This was an incredible experience, we quickly got very passionate and proud of our projects. Before we knew it we were building fully functional websites in just a couple of days. And that's how, thanks to Le Wagon, in just a few weeks I learned how to code and completely changed my career path.Read Less",Web Development - Full-Time,Web Development +304916,10868,le-wagon,Miguel Equiza,False,2023,Data science bootcamp in Madrid,2023-09-16,5.0,5.0,5.0,5.0,"I completed the LeWagon Data Science bootcamp in Madrid, and I couldn't be happier with the decision I made. The learning methodology was engaging, with morning lectures followed by hands-on challenges throughout the day giving a lot of emphasis on the... Read More importance of learning by doing, which is what i prefer personally. As for our group and the community, it was awesome; everyone here motivated each other to improve their skills and it may seem irrelevant learning wise, but don't think i would have been able to study this much without the communityRead Less",Data Science - Full-Time,Data Science and Analytics +304857,10868,le-wagon,Eduardo Olmos Greenham,False,2023,A Fantastic Experience,2023-09-14,5.0,5.0,5.0,5.0,"I started this bootcamp incredibly nervous about what was going to happen over the following 9 weeks. Luckily I found a superb group of people and even better staff. Over the nine weeks I studied a number of topics and while you cannot go into depth in... Read More all of these topics, this is understandable due to the schedule. My main takeaway is the confidence that I have to work on projects, and when approaching interviews and feeling 'job-ready' (as much as possible anyway!)Read Less",Data Science - Full-Time,Data Science and Analytics +304850,10868,le-wagon,Anonymous,True,2023,Web development coding bootcamp,2023-09-13,5.0,5.0,5.0,5.0,"I recently graduated from Le wagon bootcamp(Web development course). One of my friends successfully made a career transition after the bootcamp, so I decided quit my previous job and join this. I was totally beginner in coding before the bootcamp, but... Read More I could enjoy learning new things every day without any problem thanks to well organized curriculum. All the teacher and classmates are very friendly and I was able to gain experience of learning with students from around the world. Moreover, I worked on projects with a few classmates for the final assignments, which I think fun and very useful after working in a professional environment.Read Less",Web Development - Full-Time,Web Development +304758,10868,le-wagon,Emma Cauty,False,2023,The best way to start coding,2023-09-09,4.7,5.0,5.0,4.0,"The Wagon is an intensive, human and educational experience. It's a very effective way of getting started in coding in a friendly atmosphere. I've never learned so much in 9 weeks! Every day, after a short lecture, we spend the whole day practicing with... Read More a buddy, so that we really understand the concepts in depth. The school offers a wide range of resources for further study after the bootcamp. The staff are great, always ready to help and explain to us so that we understand the concepts better. The team project at the end of the bootcamp allows you to measure your progress and learn to code as a team before going into business.Read Less",Web Development - Full-Time,Web Development +304719,10868,le-wagon,Efren Franco,False,2023,A rewarding experience,2023-09-08,5.0,5.0,5.0,5.0,"Tired with my life's current situation, I decided to enroll at Le Wagon Tokyo's full time Web Development course and change my life and career. I can honestly say that it was a daily butt whooping, but I loved every moment of it. I gained so many skills,... Read More met so many great people, and before I knew it, I was presenting my final project with my group in front of 200+ people. If given the chance, would I do it again? Yes, I definitely would. Check the school out, contact the teachers, ask any questions or doubts you may have. That's the first step you need to take to change your life forever.Read Less",Web Development - Full-Time,Web Development +304712,10868,le-wagon,Alexia,False,2023,Probably the best coding bootcamp in Tokyo,2023-09-07,5.0,5.0,5.0,5.0,"I joined Le Wagon Tokyo for the part-time web development course (batch 1188) and I am so happy I took this decision. The curriculum is solid, complete, well structured and very interesting. The teachers and TAs are amazing and very supportive, with both... Read More strong teaching skills and technical skills. I really appreciated their friendliness, and that they really do care about the students. Also, working in pairs with a buddy helps to support each other and keep the motivation up, and working in teams for the final project was also a great learning experience. Being able to join both onsite and remotely (even though I recommend to go onsite, especially Saturdays for more fun) is also very helpful for those who have a full-time job or live in other cities. Overall, I learned a lot and had a lot of fun as well. I think it is probably the best coding bootcamp in Tokyo and definitely strongly recommend it.Read Less",Web Development - Part-Time,Web Development +303870,10868,le-wagon,Gonzalo Galan,False,2023,Incredible experience! Perfect opportunity to learn and meet great people,2023-08-14,4.3,5.0,4.0,4.0,"As an Industrial Engineer from Argentina aiming to relocate to Amsterdam, I chose Le Wagon's Data Analytics full time bootcamp—and it exceeded my expectations! The learning environment was both challenging and rewarding, complemented by Friday drinks... Read More and memorable events. Also interacting with people from everywhere was incredible. While finding a job post-bootcamp requires persistence (a lot), leveraging Le Wagon's resources, including career sessions and the alumni network, is invaluable. Considering the bootcamp? Go for it, you won't regret it!Read Less",Data Analytics - Full-Time,Data Science and Analytics +303696,10868,le-wagon,Anna Ibarra,False,2023,"Great, practical and really complete bootcamp. Highly recommend it!!",2023-08-09,4.7,5.0,5.0,4.0,"The overall experience was very satisfactory, I managed to learn what I needed to get into the programming career. The lectures and the exercises are very good. The staff is attentive and they have what it takes to help you. I highly recommend the bootcamp... Read More because they challenge you to learn and teach you to work as a team to achieve your goals.Read Less",Web Development - Part-Time,Web Development +303664,10868,le-wagon,Anonymous,True,2023,Le Wagon Data Science Part Time Experience,2023-08-09,5.0,5.0,5.0,5.0,"Best investment I have done so far, extremely high qualified teachers, great learning platform, excelent lectures involving the most important or ""most known"" modules regarding the data science and data analysis world, the learning cycle of watching some... Read More of the lectures by yourself, then coding alongside buddies through interesting challenges really makes it a must have experience.Read Less",Data Science - Part-Time,Data Science and Analytics +303662,10868,le-wagon,Ismael Ortiz Díaz,False,2023,"Great experience, very complete program",2023-08-09,4.7,5.0,5.0,4.0,"Overall I enjoyed a lot the data science program, it covers a lot of topics to the point it kind of gets overwhelming, but the teachers and the content guides you to the point of where if you fall behind you can catch up later on. I feel I have more skills... Read More that would be very useful in my career.Read Less",Data Science - Part-Time,Data Science and Analytics +303297,10868,le-wagon,Ian Jose Meldrum del Solar,False,2023,A sinal emotional wave between thrilling and exhaustion,2023-07-27,5.0,5.0,5.0,5.0,It is a full rounded program to understand the foundations of python programming and capabilities required to push forward technology projects. Gave the full guide to entrepreneurship and all the tools required to fullfil it. Entering the program also... Read More allowed your admission into a tech community that is always posting new and smart tech products. Excelent to bring out your creativity.Read Less,Data Science - Part-Time,Data Science and Analytics +303296,10868,le-wagon,Aaron Luis Salvador Deik Rebora,False,2023,Le wagon es un gran espacio para aprender a programar estando a gusto!,2023-07-27,5.0,5.0,5.0,5.0,"Personalmente tenia conocimientos en programación pero no tantos como para llegar a crear una pagina web desde 0, gracias a los 6 meses que estuve cursando he logrado diseñar con mis propias manos una pagina y sigo aprendiendo mucho mas, además gracias... Read More a la plataforma que tiene, si se me olvida algo, regreso y puedo chequear nuevamente el contenido.Read Less",Web Development - Part-Time,Web Development +303282,10868,le-wagon,Lorenzo,False,2023,Excellent.,2023-07-27,5.0,5.0,5.0,5.0,"I learned more at Le Wagon in 9 weeks than years of college. The instructors were passionate experts. The bootcamp pushed me past perceived limits, gaining skills I never thought possible. It was grueling but so worth it. I'm incredibly grateful for the... Read More solid foundations, practical tools and confidence Le Wagon equipped me with to successfully launch my web development career.Read Less",Web Development - Part-Time,Web Development +303276,10868,le-wagon,Esteban Araya,False,2023,Le Wagon was an incredible course and I learned so much in just 6 months.,2023-07-27,5.0,5.0,5.0,5.0,The Bootcamp of Le Wagon was very complete and I learned an incredible amount in just 6 months. The way the lectures are structured and the exercices are truly designed so you can learn a lot and all the teachers were extremley helpful. I believe the... Read More best way of learning is doing and I about 90-80% of the time we are doing exercises and projects which was incredibly helpful. I would highly recommend it.Read Less,Web Development - Part-Time,Web Development +303267,10868,le-wagon,Mickael Souchet,False,2023,Really good training and step up in the programming world,2023-07-27,5.0,5.0,5.0,5.0,"I really enjoyed these last months of training! We had great teachers, technically good, friendly and always helpful with students. I acquired a lot of knowledge to step up my programming skills and my overall understanding of the web world. I think the... Read More mix applied between theory and pratice is well defined here. The rythm is not always easy to follow but it was definitly worth it!Read Less",Web Development - Part-Time,Web Development +303244,10868,le-wagon,Anonymous,True,2023,Fantastic,2023-07-26,4.7,5.0,4.0,5.0,"I would recommend lewagon to everybody, the academic level is on par with the expectations. For me, someone who had no prior experience in coding, had been a fullfiling experience as I found myself doing things I wouldn't imagine 6 months before starting... Read More the course.Read Less",Data Science - Part-Time,Data Science and Analytics +303241,10868,le-wagon,Umut Akturk,False,2023,Greatest bootcamp you can find,2023-07-26,4.3,5.0,4.0,4.0,"As the bootcamps go, this is as good as it gets. If you're looking for something that'll give you a 3-year-long education that CS graduates get in just 6 months, you're not going to get it simply because bootcamps don't work that way. But if you're ready... Read More to make necessary sacrifices and put some real work on it, this is it. Le Wagon gives you all the tools to land in your first job as a developer. A good curriculum, great TAs that help you in such short notice (even when there is no live Help Desk Session) and also explain everything in a way that everyone can easily grasp and tools that you can use not only during, but also after the bootcamp. Considering the nature of the bootcamps, this is as good as it gets.Read Less",Web Development - Part-Time,Web Development +303231,10868,le-wagon,Nicola Bouffard,False,2023,Full Stack Developer in 24 weeks!,2023-07-26,5.0,5.0,5.0,5.0,"After researching many different web development boot camp courses, I am thrilled that I chose to study at Le Wagon! The teachers were all wonderful and incredibly helpful. At the beginning of the course, grasping all the new concepts was challenging,... Read More but with the unwavering support of the staff and trusting the process, everything eventually just 'clicked' and I found myself comprehending newer concepts with easeRead Less",Web Development - Part-Time,Web Development +303210,10868,le-wagon,Anonymous,True,2023,Excelent experience,2023-07-25,5.0,5.0,5.0,5.0,"I can confidently say that the bootcamp I completed was a resounding success. The well-structured curriculum, exceptional staff, and enriching exercises contributed to an unforgettable learning journey. I would highly recommend this course to anyone seeking... Read More to expand their knowledge and skills in the respective field.Read Less",Data Science - Part-Time,Data Science and Analytics +303208,10868,le-wagon,Anonymous,True,2023,"Amazing, just amazing",2023-07-25,5.0,5.0,5.0,5.0,PROS - Excelente profesorado y muy buena calidad de material - Plataforma interactiva y clara para accceder al contenido - Material de sobra para estudiar y challengues opcionales Contra - La intensidad para el modalidad part time puede ser demasiada,Data Science - Part-Time,Data Science and Analytics +303159,10868,le-wagon,Maximilian Kaiser,False,2023,"Iluminadora, acogedora y desafiante",2023-07-24,4.7,5.0,4.0,5.0,"Pros: Un producto muy bien desarrollado, con un equipo de primera con ejecución impecable. Una comunidad construida y bien mantenida. Diversidad de profesores y experiencias aplicadas al código. Excelente el programa de web dev para emprendedores que... Read More quieren construir productos rápidos y probar. Perks para los alumnis. Cons: Te deja con hambre de querer más, no porque el contenido sea poco, sino por lo difícil que es meter en un currículum mucho contenido y revisarlo con la dedicación que se merece. Falta referencias a dónde aprender más.Read Less",Web Development - Part-Time,Web Development +303158,10868,le-wagon,Simon Tiberio,False,2023,Excelencia en profesionalismo y compromiso,2023-07-24,5.0,5.0,5.0,5.0,"Profesionalismo del equipo Le Wagon ( Teachers, TA y herramientas y modalidad en el desarrollo del bootcamp), compromiso, sentido de pertenencia que poseen en Le Wagon, la excelente predisposicion para estar ahi para ayudar y que nosotros aprendamos de... Read More la mejor manera. Excelente Se los he comentado en dia del cierre, en el cowork. Es muy lindo el sentido de pertenencia que tienen y generan en la comunidad Le Wagon. TODO el equipo de Le Wagon tiene ese compromiso, profesionalismo y empatia al momento de trabajar, y creo que eso lo hace distinto al resto.Read Less",Data Science - Part-Time,Data Science and Analytics +303149,10868,le-wagon,Igor Dinic,False,2023,One of the best decisions I have ever made was to enroll in Le Wagon Web development bootcamp,2023-07-24,5.0,5.0,5.0,5.0,Great curiculum supported by amazing teachers. Staff is very supportive and full of understanding which makes the most dificult concepts easier to digest. Enrolling and finishing Le Wagon Web development bootcamp was one of the best decisions i have ever... Read More made.Read Less,Web Development - Part-Time,Web Development +302833,10868,le-wagon,Marius R.,False,2023,Disappointing Experience at Le Wagon Boot Camp in Bali,2023-07-13,3.3,3.0,3.0,4.0,"I recently attended a Le Wagon Boot Camp in Bali and would like to share my experience. While there were some positive aspects, I encountered several issues that left me dissatisfied with the overall program. Firstly, I must highlight the mixed experience... Read More with the teacher support. While some instructors were helpful and supportive, there was one particular teacher who appeared to lack competence. Their teaching style and knowledge seemed inadequate, making it difficult for me to fully grasp certain concepts. This inconsistency in teaching quality was disappointing. Furthermore, I noticed that one of the teachers seemed visibly affected by their party nights, which negatively impacted their performance during the morning lectures and challenges. It was evident that their focus and energy were compromised, which hindered the learning experience for the students. This lack of professionalism was concerning and not conducive to a productive learning environment. Le Wagon promotes a buddy system, where participants are encouraged to work together with a partner on a daily basis for structured collaboration. However, this aspect of the program did not function as advertised. Instead of working in structured pairs, groups were formed, and some students even left the campus altogether. This disrupted the intended structure and dynamics of the course, rendering the promised benefits of the buddy system ineffective. Moreover, the overall atmosphere and work environment in Bali fell short of creating a truly conducive learning environment. As a result, certain fundamental aspects of the course, which were promised in advance, were neglected. This lack of a professional atmosphere and failure to deliver on promised aspects further contributed to my disappointment. While it is worth mentioning that the staff members were generally friendly and approachable, unfortunately, their friendliness alone did not alleviate the issues I encountered. Considering the significant financial investment required for this boot camp, I expected a more proactive and satisfactory response to the challenges I faced. Regrettably, when I approached the course organizers to request a partial refund due to the aforementioned issues, my request was denied. Overall, I am deeply dissatisfied with the handling of this situation and expect promises made during the advertisement of the program to be fulfilled. The issues I faced, such as inconsistent teacher competence, compromised learning environment, and unfulfilled promises, overshadowed the positive aspects of the boot camp. It is my hope that Le Wagon takes this feedback constructively and makes the necessary improvements to ensure a better experience for future participants.Read Less",,Unknown +302731,10868,le-wagon,Aliaksei Mazheika,False,2023,Data Science Le Wagon bootcamp,2023-07-10,5.0,5.0,5.0,5.0,"I attended Data Science Le Wagon bootcamp in 2023. This is an intensive 10-weeks curse which covers all state-of-the-art aspects of the work of a Data Scientist. Although previously I had already some experience in machine-learning, still during the bootcamp... Read More got a lot of new things and huge experience. Also teachers there were very helpful. I would say that it worth the money it costs, and for sure would suggest Le Wagon to everybody.Read Less",,Unknown +302688,10868,le-wagon,devyn vega,False,2023,a lot of work and a lot of coding,2023-07-07,5.0,5.0,5.0,5.0,"This program requires a lot of team work, a lot of patience with one's self, a lot of reflection and a lot of growth. Don't expect the program to be anything close to easy, and don't expect anything short of having to push yourself daily. But do expect... Read More that if you stick with it, and focus on the results of the program that eventually, you will complete the program and you will be a better person and programmer. I HIGHLY recommend Le Wagon for any and everyone who has any interest in this field of Coding at all. Just work hard and try to avoid any sickness or injury that will prevent you from attending daily. That was actually an issue for me. But the staff and the team are all so supportive that I was encouraged to continue and I'm thankful for it all.Read Less",Web Development - Full-Time,Web Development +302623,10868,le-wagon,Ana Paula Teston,False,2023,"Life-changing bootcamp: intense, immersive, empowering.",2023-07-06,5.0,5.0,5.0,5.0,"The bootcamp was an intense and transformative experience that exceeded my expectations. The immersive learning environment allowed me to fully immerse myself in the subject matter, pushing me to new limits and unlocking my true potential. The instructors... Read More were highly knowledgeable and supportive, guiding us every step of the way. It was truly a life-changing opportunity that left me feeling empowered and equipped with invaluable skills for my future endeavors. I highly recommend this amazing bootcamp to anyone seeking a transformative learning experience.Read Less",Web Development - Full-Time,Web Development +302602,10868,le-wagon,Juan Manuel Binda,False,2023,Amazing learning experience!,2023-07-05,5.0,5.0,5.0,5.0,"Was an amazing learning experience, the daily challenges, the organization, content's quality, lectures, methodology to work in pairs or in a reduce team, the teachers, teachers assistant, managers, career advisor, etc. Really was over my expectations.... Read MoreRead Less",Web Development - Full-Time,Web Development +302549,10868,le-wagon,Miguel Angel Escobedo,False,2023,The best bootcamp,2023-07-03,5.0,5.0,5.0,5.0,"One of the things that I liked the most, is that it is a very practical bootcamp, with actually a lot of theory applied to real life, it is also a Hard bootcamp but it is possible. The teachers are a lot prepared to teach, and the opportunities to make... Read More great things at your final project its amazing.Read Less",Data Science - Full-Time,Data Science and Analytics +302473,10868,le-wagon,Arthur Philadelpho,False,2023,"Transformative, Intense, Immersive, Comfort-Zone Expanding",2023-06-29,5.0,5.0,5.0,5.0,"After completing the Le Wagon Web Development Bootcamp a few years ago, I started developing my own web application. After some time, my application started having real users and I started having a data problem. I needed to organize and analyze all of... Read More my users' data to get insights on how I could do a better job. For this reason, I decided to enroll in the Data Analytics Bootcamp. I am thrilled to say that the course exceeded my expectations, providing me with all the knowledge and skills I needed to learn and much more. I am immensely grateful to Le Wagon for once again transforming my life. Thank you!Read Less",Data Analytics,Data Science and Analytics +302414,10868,le-wagon,Warren Wisbeach,False,2023,Wow! What a ride!,2023-06-28,4.7,5.0,5.0,4.0,"I recently completed Le Wagon's Full Stack Web Development bootcamp in London. I was part of Batch 1230. The first phrase that comes to mind is ""Wow! What a ride!"" For those that don't know yet, this is a 9 week intensive bootcamp that trains you to be... Read More able to be able to build dynamic websites/ apps using Ruby on Rails, Html, CSS and Javascript and a host of other technologies. I'm not joking around when I say Intensive. This has possibly been one of the hardest but also most rewarding things I have done in recent memory. I'm a career switcher and just getting to the point of progressing forward into this new stage of my life was a journey in itself. I had been wanting to change careers for a few years as I felt really bored and unfulfilled in what I was doing. I possess a creative mind and I wanted to start using this again. I had on multiple occasions, attempted to learn some sort of coding from home using some online courses. While these are good to start with to see if you actually enjoy coding I always found that if the subject matter became a little too complex or difficult for me to understand I would quickly become distracted and drop what I was doing only to come back a couple of weeks later and realise I had forgotten everything I was learning. So based on this I realised I needed to be in a classroom with teachers that care about your progression and can offer you all the support you need. A bootcamp made the most amount of sense to me as I was only able to take a limited amount of time off from earning an actual income. This wasn't a quick or impulse decision either. I spent a long time shopping around and looking at all the other options and schools out there. I was very weary of what was out there as not every school is on the same level. I ended up choosing Le Wagon because everything I found about them was extremely positive and their curriculum was exactly what I was looking for. I wanted to learn both front end and back end technologies while also understanding a little bit of the design process. Every day during the coding bootcamp presented new challenges, and as someone with little to no coding experience, I often felt overwhelmed by the concepts and daily tasks. However, alongside those feelings of being overwhelmed, I also experienced a deep sense of excitement and happiness for taking the initiative to invest in myself and pursue the desired changes in my life. The lecturers and teaching assistants (TAs) in the bootcamp were incredibly passionate, engaging, and always eager to assist in any way possible. Their enthusiasm was contagious, and it made the learning environment even more enjoyable. I developed a strong connection with my classmates, and it was a pleasure to be surrounded by like-minded individuals. Over the course of nine weeks, we became a close-knit family. The bootcamp concluded with a special project that allowed us to apply all the skills we had acquired during the previous two months. Working in a small team, I had the opportunity to design and develop a beautiful web-based app based on an idea I had envisioned. I take immense pride in the outcome of this project. While I don't consider myself an expert in web development after just nine weeks, I do believe that I have established a solid foundation and acquired the necessary skills to continue learning and pursue this exciting path. Overall, the entire bootcamp experience was incredible. It provided me with valuable knowledge and a supportive community. Although there is still much more to learn, I am grateful for the solid foundation I have built and I am excited to continue my learning journey in this field.Read Less",Web Development - Full-Time,Web Development +302412,10868,le-wagon,Anonymous,True,2023,Excellent!,2023-06-28,4.7,5.0,5.0,4.0,"Really focused on their students. It is a nice journey, along with the best proffessionals. The Le Wagon community is also very trustworthy. I was first doubting to start a bootcamp, but when I was recommended Le Wagon I was finally convinced. Above all,... Read More I had the chance to prove it myself.Read Less",Web Development - Full-Time,Web Development +302379,10868,le-wagon,Alenka Triplat,False,2023,"Amazing experience, learned a lot",2023-06-27,5.0,5.0,5.0,5.0,"I decided to join Le Wagon during a sabbatical in London and really enjoyed the experience. Starting with lectures in the morning followed by hands on application of each topic during the day. Fast pace, but good for learning. Very comprehensive syllabus... Read More to touch upon all relevant aspects from Python and key libraries to decision science, ML and deep learning. I feel very confident after completing the bootcamp that I can apply this in my job to solve challenging analytical problems. Making data science models will allow me to run much more complex analysis with code instead of data crunching using other tools.Read Less",Data Science - Full-Time,Data Science and Analytics +302370,10868,le-wagon,Anonymous,True,2023,An intensive class,2023-06-27,4.7,4.0,5.0,5.0,"I enjoyed my experience at Le Wagon. The classes followed a format that started with an hour or two of lectures, then practicing via challenges provided through the Kitt platform, and then for the last hour we had a live-coding exercise. Teachers and... Read More TAs were always present to help whenever we needed, and the methodology of having a group to do the practice with was always very helpful.Read Less",Data Science - Full-Time,Data Science and Analytics +302369,10868,le-wagon,Sakthi Kandasamy,False,2023,Intensive Coding Bootcamp,2023-06-27,4.0,5.0,5.0,2.0,"Le Wagon has been an incredible experience! From basic Python knowledge to becoming a Data Scientist, I've learned so much. Patient teachers, helpful TAs, and attentive management make it the perfect bootcamp for career starters or those transitioning... Read More into tech. Highly recommended!Read Less",Data Science - Full-Time,Data Science and Analytics +302360,10868,le-wagon,Ignacio Pedro Lambardi,False,2023,Amazing metodology,2023-06-27,5.0,5.0,5.0,5.0,"Le Wagon uses a metodology that modernity demands: Learn during work. You are given classes and explanations, but the real value of the experience is in the assistance you are given when you start doing the activities. Is one of my best studying experience... Read More and i recommend it to everyone!!Read Less",Data Science - Full-Time,Data Science and Analytics +302357,10868,le-wagon,Christopher,False,2023,Excelente camino inicial y punto de partida para el mundo tech!,2023-06-26,5.0,5.0,5.0,5.0,"El grupo de personas que se conoce en el bootcamp y que conforman la comunidad LeWagon tiene una alta calidad en lo personal. Sobre su enseñanza hay que recordar que es un bootcamp, muy intenso y rápido, por lo que hay que estar preparado pero con la... Read More excelente calidad de profesores con los que cuenta LeWagon, hacen una experiencia global excepcional.Read Less",Web Development - Full-Time,Web Development +302329,10868,le-wagon,Anonymous,True,2023,Excelente,2023-06-26,4.7,5.0,4.0,5.0,"Muy bueno el bootcamp, de verad se siente muy calido formar parte de la comunidad Le Wagon, ese acompañamiento desde que inicias es muy significativo, son personas muy atentas a tu avance estudiantil, comprometidos a que logres alcanzar tu meta de lograr... Read More aprenderRead Less",Web Development - Full-Time,Web Development +302328,10868,le-wagon,Victor Hugo Acosta Ortega,False,2023,The best experience,2023-06-26,5.0,5.0,5.0,5.0,"Le Wagon has been a differentiator in my professional career. It was a great and complete learning experience, and seeing what I have achieved from the beginning to the end of the bootcamp, and even in the post bootcamp guide to guide us in the work process.... Read More I recommend it!Read Less",Web Development - Full-Time,Web Development +302327,10868,le-wagon,Anonymous,True,2023,Great Experience,2023-06-26,5.0,5.0,5.0,5.0,"Having the opportunity to have a full time experience of learning was invaluable. And in that respect, having most of the day dedicated to doing challenges, applying what we learned in the first part of the day was very useful in the overall process of... Read More the comprehension of the curriculum.Read Less",Data Science - Full-Time,Data Science and Analytics +302325,10868,le-wagon,Sebastián Silva,False,2023,"Excellent, I congratulate everybody at Le Wagon.",2023-06-26,5.0,5.0,5.0,5.0,"What I liked the most is almost everything. The environment is very pleasant, and the teachers, coordinators, managers, and others have a wonderful attitude towards everything. I truly loved the methodology, always working with code. It was spectacular.... Read More I want to express my gratitude to everyone who is part of it. In general, it was excellent. It was quite challenging due to its intensity. As I mentioned before, it might be helpful to focus more on the Prework and watch the lectures in advance. However, I congratulate you on everything else. Perhaps it would be beneficial to provide more readings in Spanish, as some of them are only available in English. I also want to extend my congratulations to the team in Chile. You all did a fantastic job. Thank you very much for everything.Read Less",Data Science - Full-Time,Data Science and Analytics +302324,10868,le-wagon,Juan Manuel Binda,False,2023,Súper recomendado!!,2023-06-26,5.0,5.0,5.0,5.0,"Lo recomendaría con los ojos cerrados. Está bien estructurado y bien pulida la metodología: lecture, challenges con partner que ayuda a avanzar a la par y los live code! Si están pensandoo en hacerlo, anotense sin dudarlo, es excelente para ingresar al... Read More mundo tech.Read Less",Web Development - Full-Time,Web Development +302323,10868,le-wagon,Sofía,False,2023,Great Experience,2023-06-26,5.0,5.0,5.0,5.0,"9 intensive weeks but it was worth it. The teachers are incredible and the quality of the course is great! I have learned a lot, but most of all I have learned how to learn, beacause this is a one way way, yo never stop learning! The team is great, you... Read More get the support you need to to move forward.Read Less",Web Development - Full-Time,Web Development +302291,10868,le-wagon,Jakob,False,2023,Intense but trust the process,2023-06-24,5.0,5.0,5.0,5.0,"Le Waggon Data Science bootcamp is a very structured 9 week 'bootcamp' program. It is designed to provide job readiness for students with different prerequisite in a short period of time. The program is devided into different one or two week modules climaxing... Read More in two (more or less) unstructured project weeks. Each day starts with 2-3 hours of lectures followed by practical exercises (challenges) and a wrap up lecture/live coding session in the afternoon. The staff had to remind us to take brakes as it is easy to get carried away. Consequentially without prior knowledge in the field it seemed overwhelming at first. The teaching staff reassured us, that we should trust the process and encouraged us to just plow through. Over time the confidence and knowledge built up that each student was able to contribute once project week had arrived. I am immensely proud of my co-students and myself to have mastered the program. It is hard to explain how much you can grow professionally in 9 weeks. The comradery between students that build over the course of 9 weeks was absolutely amazing. And I can fully understand why LeWagon is a big family as all of the teaching staff had also done the course before, hence LeWagon is a training facility as much as a big network with 20.000+ graduates to date. I can strongly recommend the experience.Read Less",Data Science - Full-Time,Data Science and Analytics +302273,10868,le-wagon,Ben Golan,False,2023,"Learn to code, change your life.",2023-06-23,5.0,5.0,5.0,5.0,"Le wagon has been an incredible experience in which I have learned endless amounts. I started off with very basic python knowledge and have left as a Data Scientist! The teachers are incredibly patient and thorough, the TA’s are ready for any questions... Read More and will give you the best possible answer! The management are constantly checking on you and all in all it really couldn’t have been better. Highly recommended bootcamp for people at the start of their career or individuals who are after a career change into tech.Read Less",Data Science - Full-Time,Data Science and Analytics +302250,10868,le-wagon,Tim Frith,False,2023,Excellent Course with Incredible Teachers,2023-06-22,4.7,5.0,5.0,4.0,The whole course is excellently structured and the teachers and TAs are always on hand willing to help you understand often difficult concepts. The fact I went from next to 0 coding experience to feeling confident in my ability to understand a decent... Read More amount of Python and have a working understanding of Machine Learning and Deep Learning AI models is a testament to the quality of the teaching.Read Less,Data Science - Full-Time,Data Science and Analytics +302145,10868,le-wagon,Antoine Delprat,False,2023,Awesome Full Stack bootcamp in Nantes,2023-06-20,4.7,5.0,5.0,4.0,"I'm really happy about the 9-weeks bootcamp I've done at Le Wagon, in Nantes. I've really liked the courses, the exercises and the atmosphere on the campus. I have zero regrets, I've enjoyed all of it! Pros are the quality of the bootcamp, which exists... Read More for many years now so always improved, and the diversity of the students which creates a rich experience. Cons : maybe the price if you can't get financial help but there are many of them.Read Less",Web Development - Full-Time,Web Development +302108,10868,le-wagon,Julien BISSON,False,2023,Bootcamp #1202 Le Wagon Nantes,2023-06-19,4.7,5.0,5.0,4.0,"J'ai effectué mon bootcamp au Wagon de Nantes et cela a été une expérience unique et pleine d'enrichissement. Je ne connaissais absolument rien au code et j'ai en quelques mois appris de solide base et cela a déclenché chez moi une véritable appétence... Read More pour ce métier. J'ai très hâte de poursuivre cette belle lancé et ainsi monter en compétence. Le staff de Nantes a été au top, très à l'écoute et l'équipe pédagogique au top également. Cette formation est faite pour les néophytes mais il ne faut pas avoir peur de se relever les manches car le contenu est très dense et les journées fatiguantes. Les premières sont hardus mais à la finalité, on ne peut qu'être ravis d'avoir relevé ce challenge. Je recommande vivement cette formationRead Less",,Unknown +301791,10868,le-wagon,Anonymous,True,2023,The best choice!,2023-06-06,5.0,5.0,5.0,5.0,"The data science bootcamp from Le Wagon is an unique experience! From the staff to colleagues, going through the teachers, everyone is super nice and the environment is great for a good learning. The content of the course is pretty much what was requested... Read More in job offers after I graduated, and I got my first job in data in less than 2 months. I am very grateful to Le Wagon!Read Less",Data Science - Full-Time,Data Science and Analytics +301141,10868,le-wagon,Evgenia Khatulkova,False,2023,Great experience!,2023-05-14,4.3,5.0,5.0,3.0,"I would definitely recommend this course to someone eager to learn development. The curriculum is rather intense, but it covers all the basics a beginner needs to know. The atmosphere is very friendly and relaxed, and the teachers are helpful in guiding... Read More students along the way. The last three weeks of the bootcamp are dedicated to group projects, during which we gained real experience working as a team and building our own project from scratch. I can say that I learned a lot, had a lot of fun, and met a lot of amazing people along the way. While there is a lot of work ahead, I feel like I've taken the first step with Le Wagon Amsterdam.Read Less",Web Development - Full-Time,Web Development +301077,10868,le-wagon,Paulina,False,2023,The best bootcamp - Le Wagon,2023-05-11,4.7,5.0,4.0,5.0,A well-planned boot camp where teachers take you step by step through the process to use Python as an aid for data analytics or web development. It is a 1-on-1 teaching service where you can also be part of a great community with the chance to develop... Read More networking.Read Less,Data Science - Full-Time,Data Science and Analytics +300915,10868,le-wagon,Yann Laroche,False,2023,Great intorduction to the world of data science,2023-05-05,4.7,5.0,4.0,5.0,"I did the full-time, on-site Data Science bootcamp in winter 2023. The experience was very enriching both in terms of technical content and social interaction. The direct practical approach to learning really allowed me to immerse myself in the field,... Read More and the community around the campus makes the experience way less stressful than it might seem based on its description. THe curriculum might need to be updated with all the progress being done in the recent years, but it seems like that is something the staff is already working on.Read Less",Data Science - Full-Time,Data Science and Analytics +300716,10868,le-wagon,Felix Mitchell,False,2023,Excellent experience at Le Wagon London,2023-04-28,4.0,5.0,4.0,3.0,"I joined the Le Wagon bootcamp as part of my year of interruption of undergraduate studies. The intense Web Development bootcamp covered all you need to become a Full-Stack developer. In my case, I did not know where to start and wanted to have a good... Read More foundation before starting my coding journey. Le Wagon definitely provided that by covering the basics of many different languages and giving an in-depth knowledge of Ruby on Rails. That was my objective as a coding bootcamp graduate; getting the skills to continue my journey forward. Following the bootcamp, I secured an internship as a business development associate in a startup based in London. They code in .NET and Angular. Le Wagon definitely gave me the confidence to pursue my tech journey as a junior software developer. Moreover, Le Wagon is a social experience. I've met friends interested in the same topics and concepts and built a network in the industry. I would highly recommend Le Wagon to anyone willing to gain the skills required to code. It's definitely an intensive programme but worth the stress and the sweat! You will not regret it! This is mainly based on Ruby, you will have some independent work to do if you want to strengthen your knowledge in other coding languages but the community is definitely there to help and guide you along the way.Read Less",Web Development - Full-Time,Web Development +300714,10868,le-wagon,Quentin Wouters,False,2023,Amazing experience at Le Wagon Brussels,2023-04-28,5.0,5.0,5.0,5.0,"I decided to join Le Wagon after having worked several years in a Data company. This is during this professional experience that I dabbled in data, which gave me a taste for it. I always wanted to have a deeper understanding, that is why I joined the... Read More Data-Science Bootcamp in Brussels. I really loved it, I learned a lot in a short period of time. This Bootcamp gave me so many tools to start working in a Data-Science field. Other than the quality of teaching, the Bootcamp takes place in a great atmosphere/vibe. The teachers, students, managers,... all the staff is so nice. Le Wagon also gives you access to a whole community that is ready to help you solve your coding problems, to find a job,... If I had to do it again, I wouldn't hesitate for a momentRead Less",Data Science - Full-Time,Data Science and Analytics +300700,10868,le-wagon,Dilber M,False,2023,"It was not easy, but it is rewarding!",2023-04-27,4.0,4.0,5.0,3.0,"Great place to learn to code and change your career, opportunities to socialise, great mix of people, friendly atmosphere! A lot of material was covered in a short timeframe, lots of resources to take advantage of both during and after the bootcamp as... Read More an alumni. What I appreciated the most and still appreciate now that the course is finished, is having every lectures recorded and the materials supporting it available online. It’s particularly handy for reviewing forgotten or difficult topics. At Le Wagon, you learn something new every day and then use that new found knowledge to solve a series of programming challenges. This formula is incredible for getting you to feel like you're constantly progressing and getting you to learn the topic in and out, it was addictive. Le Wagon have managed to create an incredible programme that pushes you out of your comfort zone, all whilst providing a strong support base of teachers and alumni when you need them. I have never experienced a learning environment where you can see and feel your progression each day and dramatically each week. The community and teachers at Le Wagon are so welcoming and make you realise that you belong to something bigger than just a 9 week bootcamp. I feel very proud to be a Le Wagon alumni and couldn’t recommend this course more.Read Less",Web Development - Full-Time,Web Development +300602,10868,le-wagon,Lewis Schaefer,False,2023,Great Experience,2023-04-25,4.7,5.0,5.0,4.0,"The people make this Bootcamp - from the TAs to the other students, the support, collaboration and fun you have will get you through any hard times (remember, trust the process!) You're thrown in at the deep end, learning coding and object oriented programming... Read More straight away, but this approach will put you in an excellent position early on and give you the resilience you'll need to thrive!Read Less",Web Development - Part-Time,Web Development +300554,10868,le-wagon,Anonymous,True,2023,Amazing data science boot camp!,2023-04-23,5.0,5.0,5.0,5.0,"Course content is great, dense and properly defined. Lectures are amazing and coding challenges are perfectly designed to apply what we learn. Teachers are very knowledgeable and helpful to guide us through this challenging and intense journey. I have... Read More learned a lot and developed the skills I wanted and even more. I strongly recommend.Read Less",Data Science - Part-Time,Data Science and Analytics +300540,10868,le-wagon,Amine Lhb,False,2023,Amazing experience in the Madrid campus!,2023-04-22,5.0,5.0,5.0,5.0,"There are different motivations for joining a data science bootcamp. For me, it was mostly out of curiosity, as I wanted to get more familiar with the concepts that I believe will shape the future. And that's precisely what I got from my Le Wagon Madrid... Read More experience! From an academic perspective, I was very much impressed with the curriculum! It's designed to take anyone from almost zero to a good understanding of the principles that govern machine learning and artificial intelligence. The materials that support the classes as well as the exercises we spent most of our days on (""the challenges"") are very well made and make the learning easy and fun! The bootcamp format was particularly important to me, as it allowed me to get hands-on experience coding and practicing the concepts learned in the rather short classes, instead of spending too much time on the theory. That's critical to maintain the thrill throughout the entire 9-week program! I also wanted an in-person experience to have people around to share the experience with... and of course after 9 intense weeks, students and staff all become one big family :-). On that, shoutout to the Madrid staff for making the experience so enjoyable and creating that super friendly atmosphere from the very first days of the bootcamp!! Overall, through such an intense experience, I definitely feel part of the ""Le Wagon family"" and I'm glad to have some good friends in Madrid!Read Less",Data Science - Full-Time,Data Science and Analytics +300495,10868,le-wagon,Carine Le Charlès,False,2018,Excellente formation,2023-04-21,5.0,5.0,5.0,5.0,"Je cherchais une formation courte dans le domaine du web pour comprendre comment les sites, les applications que nous utilisons au quotidien fonctionnent. Cette formation dure 9 semaines et à la sortie nous sommes capables de réaliser un site web de manière... Read More autonome. Cette expérience a été riche au niveau des compétences acquises et également humainement parlant. Le staff est à l'écoute et s'adapte à votre rythme. Les liens se tissent très vite avec les personnes de votre batch. Le Wagon est un tremplin pour booster vos projets pro.Read Less",Web Development - Full-Time,Web Development +300474,10868,le-wagon,Fin n,False,2023,Difficult but rewarding!,2023-04-20,5.0,5.0,5.0,5.0,"Le wagon does a great job at explaining very difficult concepts and at giving a really well rounded overview of data science. I had never had any experience with coding before, and even with that background I managed to walk away feeling competent enough... Read More that I could use these new skills in my job. On a personal level, teachers and fellow students were all super friendly. Get involved with it!Read Less",Data Science - Part-Time,Data Science and Analytics +300461,10868,le-wagon,Peter Lambert,False,2023,Great environment for learning,2023-04-20,4.3,5.0,5.0,3.0,"I joined Le Wagon with a very small amount of coding experience and found it a great start to my journey. The lecturers, teachers, other supporting staff and students were all great to work alongside and made it a joy to turn up to the lessons in person.... Read More I specifically made the decision to attend an in person bootcamp due to this reason and I'm very happy with that choice. The continued engagement with the alumni and teachers at Le Wagon through their co-working space is also a massive benefit IMO.Read Less",Data Science - Full-Time,Data Science and Analytics +300460,10868,le-wagon,KWE,False,2023,Brilliant intro to Web Dev,2023-04-20,5.0,5.0,5.0,5.0,"I highly recommend Le Wagon's 9-week web development bootcamp. It's a 9-weeks full-time on-site course that fully immerges you into this world. I came from having some engineering experience but wanted to build my foundational knowledge and further my... Read More understanding. Plenty of my cohort were completely new to coding and picked things up really well. Each day starts with a lecture of up to 2 hours, with breaks, and led by a variety of difference lecturers. I found this particularly valuable as the variety of teaching styles helped to keep our attention and focus. After lecture, you're buddied up with a peer to work through challenges based on the topic of the lecture. You can go at your own pace and when you [inevitably] get stuck, the teaching assistants (TA) are always on hand to guide you and are super helpful. At the end of the day, we'd all have a live code challenge to solve. On some days this was a stuggle as your brain is fried, but I found that it also clarified and answered any problems from the day. The last three weeks are focused on a couple of projects which is more akin to how you will be working as a developer. This is a chance to build an app within a small team of your peers and put everything you've learnt into practice. By far, the best part of the course. After the course is done, (optional but encouraged) careers week is super helpful to set you up for your job search. The campus itself feels like a start-up office - a large open space, communal kitchen, coffee machines, Friday drinks and birthday cakes. If you're lucky, you'll have some doggo visitors too. The web portal and resources that Le Wagon provide are excellent. You will retain access to everything you've covered and there are many more tutorials and guides to continue your learning. Le Wagon's alumni is also something not to be overlooked. During my job search I have reached out to people I have never met and they have been incredibly helpful, just because I'm part of this community <3 So in summary, I loved it. I learned tonnes. I have made friends and I feel set up for my career as a developer.Read Less",Web Development - Full-Time,Web Development +300453,10868,le-wagon,Emilia Jung,False,2023,Amazing experience,2023-04-20,5.0,5.0,5.0,5.0,"I decided to do Le Wagon in my gap year before I start Uni because I never had the chance to pursue that interest in school, even though it has always interested me. I think that nowadays coding gets more and more important and everyone should have at... Read More least a brief understanding of it. What I really liked about the course is how much you learn in only two months, even if you start from zero. I was able to learn many different coding languages as well as all the important platforms you will use as a coder. The teachers throughout the bootcamp were amazing and always tried their best to help everyone. What I really enjoyed was the chill and friendly environment in Le Wagon, the team was super friendly and you always had a great time. What I liked specifically is that you not only gain the theory behind coding but get challenged to apply what you learned on your daily challenges. Additionally you are able to create your own project and design a website from scratch with all the skills earned in the bootcamp. Overall Le Wagon was a really special experience not only because of the great education but also because of the amazing team in Madrid!Read Less",Web Development - Full-Time,Web Development +300450,10868,le-wagon,Tom Stranack,False,2023,Amazing time at Le Wagon,2023-04-20,5.0,5.0,5.0,5.0,"I had an amazing time at Le Wagon. The course material was very interesting and engaging. I always enjoyed coming in every day and working with my buddy to learn something new and to apply the new concept in my coding for the day. I particularly enjoyed... Read More project weeks, working together in a team to build create an app and take it to production. I would highly recommend Le Wagon to anyone wanting to pursue a career in Web Development.Read Less",Web Development - Full-Time,Web Development +300416,10868,le-wagon,Julie Munn,False,2023,Really great experience,2023-04-19,5.0,5.0,5.0,5.0,"I came from the US to do the Web Development Bootcamp in Madrid and it’s the best decision I’ve ever made. I feel like I learned a really great base for web development to start off a new career, and Le Wagon made sure that I was comfortable and had everything... Read More I needed as a student and as someone living in a new city. The staff is friendly and knowledgeable and outgoing, the instructors are very knowledgeable and always available for questions and the way the bootcamp is structured, with lots of hands-on experience, really helped me feel comfortable with coding.Read Less",Web Development - Full-Time,Web Development +300392,10868,le-wagon,Jaouad,False,2023,An incredible and unforgettable experience at Le Wagon's 9-week web development bootcamp!,2023-04-19,5.0,5.0,5.0,5.0,"Le Wagon is undoubtedly the best web development bootcamp I have ever come across. I cannot praise enough this exceptional 9-week training program that allowed me to quickly and effectively learn the most current web technologies. I highly recommend Le... Read More Wagon to anyone looking to dive into the world of web development. From day one, I was impressed by the quality of the teaching and the flawless organization of the bootcamp. The instructors are passionate, knowledgeable, and skilled educators, making the learning experience both enjoyable and engaging. The curriculum is well-structured, with a perfect balance between theory and practice, and the projects offered are concrete and realistic. Le Wagon also places particular emphasis on group dynamics and mutual support among participants. I was able to forge strong bonds with my peers and benefit from their advice and support throughout the training. This nurturing and stimulating atmosphere greatly promotes learning and success. Finally, the campus is a welcoming and inspiring place, where you immediately feel at ease. The facilities are modern and tailored to the needs of learners, making teamwork and project execution much easier. Thanks to Le Wagon, I was able to acquire the necessary skills to launch my career as a web developer, and I am now thriving in my new profession. I cannot recommend this bootcamp enough to anyone looking to quickly and efficiently train in this field. Le Wagon is a unique experience that is worth every penny invested and every minute spent on campus.Read Less",Web Development Bootcamp,Unknown +300387,10868,le-wagon,Theo AUFFEUVRE,False,2023,Great experience,2023-04-19,5.0,5.0,5.0,5.0,"The Le Wagon training program in Lyon is an exceptional experience for those seeking to learn web development. The 9-week intensive course covers key technologies including Ruby on Rails, HTML, CSS, and JavaScript. The instructors are highly skilled and... Read More passionate, providing an immersive and collaborative learning environment. I appreciated the hands-on approach of the program, which allowed me to gain real-world experience working on practical projects. Moreover, the support team was always available to help and provide guidance. Overall, I highly recommend Le Wagon to anyone interested in pursuing a career in web development.Read Less",Web Development - Full-Time,Web Development +300368,10868,le-wagon,Neil Carins,False,2023,Le Wagon London - Full Stack Web Development - Full Time,2023-04-18,4.0,5.0,4.0,3.0,"Le Wagon London - if you are reading this, then you will likely already know who Le Wagon are, and what a bootcamp is. I was recommended Le Wagon London by someone who had actually done the bootcamp a few years previously, but was still keen to find out... Read More more, so went along to have a look before I parted with any money. I felt it was the right thing to do and so on the 16th Jan 2023 I started and 9/10 weeks later I had finished. First of all the administrative staff, teachers and TA's (teaching assistants) are all very good - they are very welcoming, and accommodating and nothing is really ever too much trouble. The course itself is well structured, although having completed the Full Stack Web Development, in my opinion, the course is weighted more to the back end of development, and a lot of time is spent on Ruby/Rails, and much less time is spent on front end languages such as JavaScript etc. I understand that they are trying to teach you a lot, in a relatively short period, but if there was one criticism, it would be that I would have liked more front end... but that's just me! The course is very intense, and has to be, as you are trying to learn a lot, in a very short period of time, and as mentioned above, this can lead to something topics only being covered lightly. At the end of every day, there are a series of flash cards, sent digitally to help you retain what you have learned that day - they're good, but sometimes unwanted at 9pm ;-) By the end of the course you will have built things you never thought possible when you started, and you will have definitely learned a lot. You will have also met some great fellow students, many of which you will probably keep in contact with, and this is another reason that a physical attendance course is great, compared to online. In terms of finding work, whether that be a startup or an employed position, they have a 'career week' at the end of the 9 weeks, which is useful to a point, but isn't going to necessarily get you a job, and nor do they tell you it will, so just to be very clear, there is no guarantee of a job at the end of this bootcamp. The career week involved writing a CV, covering letter, setting up your LinkedIn and Troopl accounts and there was a day when some employers came to talk about the industry, although none had any jobs on offer - more advice about what to do after bootcamp, for those who didn't quite have a clear plan or direction. Overall, I would recommend Le Wagon Full Stack Web Development course, however the learning material they set up for you to do before you start really is just a taste, and in my opinion they should be suggesting you read/learn/code more so that when you start you are off and flying instantly.Read Less",Web Development - Full-Time,Web Development +300353,10868,le-wagon,Aaron Caldas,False,2022,Learning Data Science in 2 months is possible!,2023-04-18,4.3,5.0,5.0,3.0,"I joined the Le Wagon Data Science program in order to learn everything I could about Machine Learning and Deep Learning, being so many hours in so little time I assumed that I had to study 24/7 and focus only on learning, to my surprise that wasn’t the... Read More case. On top of learning everything you need to know in order to start a career in Data Science I also made a ton of friends. We studied and worked a lot but there was more than enough time to also enjoy the facilities and your buddies. Talking about buddies, it’s remarkable the buddy system at Le Wagon, each day you work with a different student, getting to know everybody and more importantly, getting to work as a team. The buddy system allows students to never fall behind and that led to everyone in the class to be more or less at the same level. The quality of information and the teachers are exceptional, each day you learn a different subject and be patient, even though you may feel like you have done a lot but didn’t internalize anything, by the time you finish your final project you are going to realize that you are quite proficient at everything you learned. On top of the quality of the information in the program the batch managers didn’t allow you to have a boring day, they were always there to cheer you up, to organize events, surprises and more importantly to help you with anything you needed. If you want to learn about Data Science and make some remarkable memories, this is definitely your place.Read Less",Data Science - Full-Time,Data Science and Analytics +300337,10868,le-wagon,Jonathan Bergerot,False,2023,What an experience !,2023-04-18,4.7,5.0,4.0,5.0,"Having left ""Le Wagon"" only a few weeks ago, I can say that the experience was complete. During 9 weeks, you will be accompanied by people from various professional backgrounds. Alongside attentive and benevolent teachers, former students who have become... Read More assistant professors and are happy to share their knowledge with you, the smiling administrative staff, the whole team is there to accompany you during these 9 weeks. What an experience! Thank youRead Less",Web Development - Full-Time,Web Development +300335,10868,le-wagon,Sara Vital,False,2023,"Whenever in doubt, just do it!",2023-04-18,4.7,5.0,5.0,4.0,"My advice is to do it if you want to get into code. The program is really well-structured and the only thing I would add was more time in JavaScript. The bootcamp is fast-paced and intense. Sometimes you may feel overwhelmed, but it is normal, so ask... Read More questions to your colleagues and teachers whenever you feel stuck. All the teachers, staff and colleagues were super friendly and helpful. Studying online may actually be cheaper, but I think in the end, I wouldn't have learned not even half of the program taught in the bootcamp, and it would take me a lot more time and effort. I really enjoyed the experience, and I only regret postponing for so long.Read Less",Web Development - Full-Time,Web Development +300179,10868,le-wagon,Florent Arène,False,2023,Much more than code,2023-04-12,5.0,5.0,5.0,5.0,"I want to share my incredible experience at Le Wagon Bordeaux! I attended an intensive 9-week web development training and can confidently say that I learned much more than just coding. Throughout the training, I was impressed by the quality of the teachers... Read More and teaching assistants. They effectively guided us in our learning while creating an environment that fostered the development of our interpersonal skills, communication, teamwork, and creative problem-solving abilities. The innovative teaching and well-designed program allowed for rapid and effective progress. The end-of-training project was one of the most exciting and rewarding moments. The administrative staff was also remarkable, with great attention paid to the needs and concerns of the students. In summary, the reputation and prestige of Le Wagon are undeniable, and the adventure doesn't end with the training. Access to a dynamic and supportive community is a real asset. If you're looking to get into web development, I highly recommend this experience at Le Wagon !Read Less",Web Development - Full-Time,Web Development +300164,10868,le-wagon,Xavier S,False,2023,This has been a fantastic experience!,2023-04-12,5.0,5.0,5.0,5.0,"I spent two rewarding months by following the ""Data Science"" bootcamp at Le Wagon Bordeaux, where all was (almost, since the perfection doesn't exist ;) perfect : excellent course quality and excellent teachers, pedagogy, ambiance etc...pédagogie, encadrement...tout... Read More est top ! During ""only"" 9 weeks, we learn a significant number of new skills. I strongly recommend this training !Read Less",Data Science - Full-Time,Data Science and Analytics +300163,10868,le-wagon,Julie Thomas,False,2023,Amazing web dev bootcamp,2023-04-12,4.7,5.0,5.0,4.0,"Really an amazing experience at Le Wagon Bordeaux. I did the 9 weeks web dev bootcamp. The teams, professors and courses were perfect. At the end of the 9 weeks, I was fully able to develop a working website. I completelly recomand this bootcamp for anyone... Read More who want to follow a new career path in digital and web development.Read Less",Web Development - Full-Time,Web Development +300159,10868,le-wagon,A Roele,False,2023,Intensive but so educational,2023-04-12,4.3,5.0,4.0,4.0,"I am recommending Le Wagon to everyone looking for a thorough and effective course on web development. I had never done development before and applied for a junior developer job right after the course, and now I’m doing it for a living. It’s awesome!... Read More I really enjoyed the structuredness and the tools Le Wagon provides. You dive into 1 subject each week and get the help of great teachers (who’ve all done the course themselves too) and your buddies in class. The course can feel a little fast-paced for a total beginner: not that it’s too difficult, but it is a lot to wrap your head around. So my advice would be to really rest your brain in the evenings and on the weekends, and only do the flashcards Le Wagon provides to get the most important info to stick. In addition to flashcards there are cheat sheets, essentially a whole textbook worth of information on web development, and of course all the lecture and tutorial videos that you can (re)watch whenever you need to. After the course you keep access to all this info forever. I often go back to the website whenever I need some information for work. At the end of the course you’ll create your own website or app, even though you couldn’t imagine doing so at the start. But after 7 weeks, magically, you can!Read Less",Web Development - Full-Time,Web Development +300158,10868,le-wagon,Samuel ETIENNE,False,2023,Great experience!,2023-04-12,5.0,5.0,5.0,5.0,"I wanted to broaden my skills to data science and did the 9-week data science bootcamp at the beginning of the year 2023 at Le Wagon Bordeaux. Great experience, very intensive but super efficient and in a great atmosphere! On top of that, the campus is... Read More very pleasant and the whole staff in Bordeaux is very kind and helpful! Highly recommended for sureRead Less",Data Science - Full-Time,Data Science and Analytics +300110,10868,le-wagon,Charles Snollaerts,False,2023,Web Development Course at Le Wagon in Buenos Aires,2023-04-10,5.0,5.0,5.0,5.0,"I recently completed a web development course offered by an online learning platform, and I have to say, it was a fantastic experience. The course covered a broad range of topics related to web development, including HTML, CSS, JavaScript, jQuery, and... Read More Bootstrap, among others. One of the things I appreciated most about the course was the way it was structured. The content was broken down into manageable chunks, with each module building on the previous one. The course also provided plenty of hands-on exercises and coding challenges, which allowed me to put what I was learning into practice. The instructors were engaging and knowledgeable, and they did an excellent job of explaining complex concepts in a way that was easy to understand. They also provided regular feedback on our assignments and were available to answer any questions we had. Another great thing about the course was the community aspect. We had access to a dedicated Slack channel where we could ask questions, share resources, and connect with other students. It was great to have a supportive community to turn to throughout the course. Overall, I would highly recommend this web development course to anyone looking to learn the fundamentals of web development. The quality of instruction, the depth of content, and the supportive community all contributed to making it a top-notch learning experience.Read Less",Web Development - Full-Time,Web Development +300098,10868,le-wagon,Anonymous,True,2023,"Top tier program, learn a lot in a small period of time",2023-04-10,4.7,5.0,4.0,5.0,"Pros: - Very inclusive, you gotta work together in order to achiev goals. - Teachers explain the lessons clearly. - Good pace within lessons. Cons: - The intensive program might not be the best for people that are working, if you wanna learn all you gotta... Read More commit to it. Or be well organized.Read Less",Web Development - Full-Time,Web Development +300096,10868,le-wagon,Cornelia Ekong Emayak,False,2022,Amazing,2023-04-10,5.0,5.0,5.0,5.0,"The program is perfect for anyone that wants to enter into data analytics or data science field. It gives you a wide range of resources to choose from, as each week passes , you'll discover that you're getting better and stronger. The best data bootcamp!... Read MoreRead Less",Data Science - Full-Time,Data Science and Analytics +300062,10868,le-wagon,Anonymous,True,2023,Excellent 9-Week Web Development Bootcamp,2023-04-08,5.0,5.0,5.0,5.0,"Le Wagon BA was an amazing experience! I completed the 9-week in-person bootcamp and learned so much. All of the teachers/TAs are passionate and fully dedicated to supporting you throughout the challenges. It was incredible to go from struggling to write... Read More a line in the Terminal to developing and producing a finished product by week nine. While it is intense, the community of teachers and fellow peers makes the course an enjoyable, enlightening experience. Despite your background, Le Wagon is a great way to build your skills, expand your network, and ultimately launch your career into tech. I would highly recommend this course!Read Less",Web Development - Full-Time,Web Development +299886,10868,le-wagon,Anonymous,True,2022,Great experience !,2023-04-03,5.0,5.0,5.0,5.0,"I came to develop new skills in tech. I had what I was excepted to have + a incredible human experience ! Thanks for that. Great tools, great teaching team, great campus ! Amazing experience that I would highly recommand to someone that want to upskill... Read More or reskillRead Less",Web Development - Full-Time,Web Development +299618,10868,le-wagon,Anonymous,True,2023,Change your life with Le Wagon,2023-03-28,4.7,5.0,5.0,4.0,"C'était une expérience incroyable, malgré la peur de me lancer dans une domaine nouveau pour moi, mais l'équipe du wagon a été incroyable dans l'accompagnement pendant le bootcamp et aussi après nos 9 semaines sont présent pour nous accompagner! Un grand... Read More merci au Wagon.Read Less",Web Development - Full-Time,Web Development +299554,10868,le-wagon,Zoë Rose,False,2022,"Fast-paced, all-consuming immersion into the world of web development",2023-03-25,4.0,5.0,4.0,3.0,An incredibly rewarding experience - you get out exactly what you put in. Hands-on learning at it's very best with the support of some amazing teachers and a great opportunity to meet and connect with others interested in the realm of web development.... Read MoreRead Less,Web Development - Full-Time,Web Development +299520,10868,le-wagon,Anonymous,True,2023,Excellent web development training,2023-03-24,5.0,5.0,5.0,5.0,I learn many thinks and improve my skills in web development with Ruby on Rails. Thanks to the wagon for this training of qualities and this experience through the projects. I also meet a lot of alumnies and professionals of the sector during events.,Web Development - Full-Time,Web Development +299478,10868,le-wagon,Ronan,False,2023,Life-changing Bootcamp Experience,2023-03-23,4.7,5.0,5.0,4.0,"Le Wagon is amazing! I followed the 9-week bootcamp and learned so much. The teachers are passionate and competent, and they are available to help at any time. The training is intense but rewarding. I am now able to develop web applications and feel ready... Read More to work in the field. Thank you, Le Wagon!Read Less",Web Development - Full-Time,Web Development +299476,10868,le-wagon,Anonymous,True,2023,Muy buen contenido,2023-03-23,4.0,5.0,5.0,2.0,"Te otorgan mucho contenido y tratan de ayudarte a través de la practica, en ocasiones me faltaron mas clases dictadas ya me mucho se trataba de ir haciendo ejercicios y resolviendo con tus compañeros, en caso de que no te surgieran dudas te perdías la... Read More oportunidad de que un profesor venga a ayudarte y te diera otros tips y consejos. Creo que me faltó un poco la guía que prometen a la hora de encontrar trabajo. Recominedo completamente esta formaciónRead Less",,Unknown +299466,10868,le-wagon,Zoran Pantoulas,False,2023,A learning journey that brought me closer to the tech advances of today,2023-03-23,4.7,5.0,5.0,4.0,"I completed a 10-week bootcamp in Data Science. The reason I did it was to change my career. I was a business development manager for a digital marketing company and my analytical skills were not useful for such a role. Taking the bootcamp was the right... Read More decision for me. I learned what machine learning algorithms are supposed to do and how to implement Neural networks to identify diseases in human tissue. The process was transformative and thus very difficult. It is a lot of information to handle in such a small time. I had to change my way of learning, adapt and meditate away the stress. The curriculum was spread between python basics, statistics, machine learning, data analytics, deep learning and data engineering. We pretty much covered briefly the complete cycle product cycle of a software product. From building the code to uploading it to the cloud and connecting it to a web interface for anyone to use it. I enjoyed the buddy system, as it helped me ask figure things out together with my co-students who are in the same level (more or less). I liked the teaching assistants, who stayed with us step by step to figure our own way through the challenges. I admired a few teachers, who trully grasped the concepts and were able to translate this complicated subject to attainable chunks of usable knowledge. I can now move forward with my own projects. As a last note, if you are thinking of doing this, please make sure to fully commit to doing the pre work, understand statistics and linear algebra. All the algorithms are based on this. Computers understand numbers. So all these algorithms do, is to transform our whole world (Words, images, sounds, timeseries, proteins and even atoms) into numbers. Linear algebra and calculus are the foundations of these transformations and statistics is the language we use to interpret what fits where. I hope this helps!Read Less",,Unknown +299445,10868,le-wagon,Fabian Rubio,False,2023,excelente acercamiento al mundo tech con Le wagon,2023-03-22,5.0,5.0,5.0,5.0,"I've always enjoyed learning, and when I discovered the world of web technologies, I realized that I could spend a lifetime learning about it. With Le Wagon, I have the foundation and motivation to delve into that vast universe. I highly recommend them... Read More 1000%.Read Less",Web Development - Full-Time,Web Development +299432,10868,le-wagon,Emily Ma,False,2023,Great Experience,2023-03-22,4.3,5.0,5.0,3.0,"I had a great time through my entire bootcamp experience. The teachers and TAs were knowledgable and helpful in addressing any questions I had, and they also provided some insight into their own experience working in the data science field. The other... Read More staff at Le Wagon were also very friendly and helpful. The courses were challenging, but I think they provided a good amout of information regarding the kinds of projects and problems we might see in the workplace. Overall, highly recommend to anyone interested in advancing their data science skills.Read Less",Data Science - Full-Time,Data Science and Analytics +299430,10868,le-wagon,Mike Cecconello,False,2023,Fast-paced learning with assistance,2023-03-22,4.3,5.0,5.0,3.0,"I recently completed the Le Wagon coding bootcamp, and I have to say that my experience was excellent overall. The program was definitely fast-paced and intensive, but I felt that this was exactly what I needed to kickstart my career in Software Development.... Read More The curriculum was comprehensive, covering everything from the basics of web development to more advanced programming concepts. I was impressed with how much I was able to learn in just a few short months. One of the things I appreciated most about Le Wagon was the level of support that was available to me as a student. The instructors were knowledgeable and always willing to help, and there was a strong sense of community among the students. I also found the curriculum to be very well-structured, with plenty of opportunities for hands-on learning and practice. Overall, I would highly recommend Le Wagon to anyone looking to break into the tech industry and speciically into Software Development. While the program can be intense, the level of support and the quality of the instruction make it well worth the investment. Thanks to Le Wagon, I feel well-prepared to take on a career in software development and am excited to see where my new skills will take me.Read Less",Web Development - Full-Time,Web Development +299398,10868,le-wagon,Anonymous,True,2023,Incredible,2023-03-21,5.0,5.0,5.0,5.0,"It was maybe the best experience of my life, both on the human and technical points. I am more than satisfied with this training and I obviously recommend it to anyone who wants to become a developer. A huge thank you to the whole team and the creators... Read More of the wagon who did a huge job to create these coursesRead Less",Web Development - Full-Time,Web Development +299361,10868,le-wagon,Nicolás S. Navarro,False,2023,Excelent!,2023-03-20,5.0,5.0,5.0,5.0,"Learning speed, structured and good predisposition. Everything an intensive bootcamp requires for its students. After teaching the technical, they also train you to find a job. The teachers are excellent and the staff is very attentive, they make your... Read More money worth it!Read Less",Web Development - Full-Time,Web Development +299360,10868,le-wagon,Kevin Araneda,False,2023,The best immersion into the world of data,2023-03-20,5.0,5.0,5.0,5.0,"A total, super rewarding experience! now that the bootcamp is over I can greatly appreciate everything I learned and also recognize that it was not an easy path and as such, there is a bigger sense of merit and triumph. I believe that going through this... Read More process brings me new options and horizons that two months ago I did not know existed. Thank you LeWagon!Read Less",Data Science - Full-Time,Data Science and Analytics +299357,10868,le-wagon,Ignacio Rosa,False,2023,Extremely practical and exciting learning experience related to Data Science,2023-03-20,5.0,5.0,5.0,5.0,"Regarding pros: the content is up to date and aligned to what you see in the real world (regarding which algorithms, techniques and technology is being used). Teachers are experienced and dedicated to the field, in my case all of them had careers related... Read More to DS. Also, the bootcamp has a really hands-on approach, where you do exercises related to the content you are learning every day, enhancing the learning experience. Regarding cons: I honestly can't think of a con that is strictly related to the bootcamp or the organization.Read Less",Data Science - Full-Time,Data Science and Analytics +299334,10868,le-wagon,Anonymous,True,2023,Great experience!,2023-03-20,5.0,5.0,5.0,5.0,"I just wanted to thank Le Wagon for this amazing experience we went through with the others alumnis. I had such a great time, learned so much about many topics like data science, mathematics, ML, DL... I recommend it to every person who's intentions are... Read More to take a big step forward in the tech business.Read Less",Data Science - Full-Time,Data Science and Analytics +299332,10868,le-wagon,Anonymous,True,2023,My experience at Le Wagon - Bordeaux,2023-03-20,5.0,5.0,5.0,5.0,"Before joining Le Wagon, I never expected to be able to learn how to create from the beginning to the end a fully functional website with advanced features... The teaching team at Le Wagon made sure that everything was flowing correctly and I just had... Read More to let myself drive by the program. Fast forward and only 3 months later I feel ready to look for a tech related opportunity.Read Less",Web Development - Full-Time,Web Development +299316,10868,le-wagon,Abdul Rafi,False,2022,A road to second chance and lifetime opportunities,2023-03-19,5.0,5.0,5.0,5.0,"You won’t go wrong with Le Wagon. Le Wagon is one of the best things that ever happened to me. Coming from a background in law enforcement, I was keen to make a mid-career switch to future-proof myself and become a better version of myself by stepping... Read More out of my comfort zone. To make this review succinct and helpful to future boot campers, I will address questions that are likely to pop up in your head. Q1: Why did I choose Le Wagon instead of other bootcamps in Singapore? To me, Le Wagon won in many aspects. First, it is transparent - you get to see projects created by students week after week on YouTube, which shows that there's nothing to hide. Second, it is competitively priced, especially after government subsidies. Finally, the full-time, classroom-based programme was crucial for me to learn effectively and build lasting friendships with my classmates. Q2: Did I get a job after graduation? Yes, I got a job as a ReactJS developer with one of Le Wagon's hiring partners within a week after graduation. This is a testament to the high regard that companies have for Le Wagon. Q3: Do I feel well-equipped after going through Le Wagon? Le Wagon teaches Ruby on Rails, which I believe provides a solid foundation to the world of programming without the risk of getting lost. Additionally, Ruby on Rails is the perfect full-stack framework for boot campers, as it allows for easy and quick web application building. The experience of working on projects as a team was invaluable, as it prepared me for working with Agile and Git in my current job. Q4: What have I gained in perpetuity? I have gained lifelong friends, access to a strong Le Wagon Slack community, an up-to-date learning platform (Kitt) that remains with me forever, and a network of alumni who are part of the tech industry. Q5: Has Le Wagon Singapore changed my life? If it instills a love for coding and helps make your dreams come true, then yes, it has changed my life.Read Less",Web Development - Full-Time,Web Development +298829,10868,le-wagon,Catriona Beamish,False,2022,"Transformative, Intense, Rewarding",2023-03-08,5.0,5.0,5.0,5.0,"Making the insane decision to quit my job and learn to code could have been a huge mistake, but luckily I chose to attend Le Wagon and that has turned what could have been a terrible life choice into an inspired career change. After nine weeks of intensive... Read More coding amongst some of the friendliest, smartest, most interesting people imaginable I had evolved into a capable coder with a scattering of statistical knowledge and a plethora of new tools in my coding toolbox. I loved my teachers, my batch manager, and my fellow students and I couldn't have asked for a better learning experience. No regrets.Read Less",Data Science - Full-Time,Data Science and Analytics +298658,10868,le-wagon,Anonymous,True,2022,Bootcamp Experience,2023-03-05,5.0,5.0,5.0,5.0,"I moved to Singapore a few months back and was looking for a job related to Data Science/ Data Analytics. I was also looking for a good bootcamp program to fine tune my skills. I came across Lewagon website. As the reviews are very positive, I decided... Read More to take up the initial test. After the test, I had one on one discussion with the admin. The staff were very supportive and were ready to help me in whatever aspect needed. The program was hectic but in a good way. You will be exposed to so many challenges which at the beginning will be quite intimidating but with the help of instructors and colleagues, you can solve them without much difficulty. A couple of suggestions from my side: Try to complete as many challenges as possible, as this will help you align your thoughts when you encounter a new problem and also boost your confidence (which is very important for the interview). Try to watch the video of next day's lecture and have an understanding of what will be taught and clarify your doubts during the lecture hour. Please take your final project seriously, as this is the point where you leverage all the skills learnt. Instructors will always be there to guide you. Consult them for alternatives rather than spending too much time to make something work. I had a very interesting and amazing experience at Lewagon. Hope you also get the same.Read Less",,Unknown +298597,10868,le-wagon,Williams Valero,False,2022,Amazing transformative experience!,2023-03-02,5.0,5.0,5.0,5.0,"My name is Williams. I went to the University to study International Commerce when I was 16 years old and it is funny because I worked in that field for 16 years after I graduated when I decided to change career. Originally, I wanted to study Computer... Read More Engineering, but I didn't get accepted at the university, so when I found the bootcamp at LeWagon and saw their program I didn’t hesitate to get enrolled. I didn’t have the money to pay for bootcamp nor the bank lended me the money, but I am the type of person that takes obstacles as an invitation to continue insisting until I get what I want. Somehow I got the money to pay for the program and buy the computer! Before the bootcamp the only thing I knew was using vlookup in excel, imagine! But like I say, where there is a limitation or an obstacle I am there, ready to go through it, learn the lesson and move on. What did you like about the bootcamp? I liked its structure (backend, frontend), the content (ruby, ruby on rails, database, CSS, JavaScript, and the project week), the resources available (videos, teachers in each class, slack), the exercises (available 24/7), the frustration (as a little preview for the job market), the interaction between our classmates, the cultural diversity and each one’s background, but what I liked the most was going each Saturday to the campus and seeing my classmates. What are you doing now? I am still studying, but now that I have the structure I was missing I feel confident in the path I am taking. I believe in myself. I go as a turtle, slowly but surely. As I want to continue my journey as a Front End developer I am focusing on JavaScript at the moment. Why did you choose Le Wagon? Because of its origin (created by French engineers and lawyers) and the brand color (red = action). The French are known for being demanding, highly critical, so I knew the bootcamp was going to be of high quality. I also found their group in meetup.com and saw the regularity of activities they were holding, so I trusted in what I saw and didn’t get disappointed. Who would you recommend the bootcamp to? To everybody! As a friend told me before I got enrolled with LeWagon. Today, coding is what excel used to be in the 90’s. The one who knows coding gets the job! It was scary, but the fear won’t disappear until you face it. So I did and so can you. Don’t let your age hold you back. Believe in yourself. You will see that as you get your feet into the program, you will start to see how it works. Obviously the responsibility lies on you. The resources are there, available for you. When there is a will, there is a way, so make your way into programming and trust in LeWagon.Read Less",Web Development - Part-Time,Web Development +298411,10868,le-wagon,Anonymous,True,2023,"Le Wagon, a great web development course",2023-02-24,4.3,5.0,4.0,4.0,"Lo que más me gustó fue la modalidad part-time, que me permitió aprovechar al máximo mi tiempo y lograr cursar un semestre universitario y este curso al mismo tiempo. El staff fue muy atento cuando yo buscaba información. Sin embargo, durante el año me... Read More sentí poco acompañado fuera de horario de clase, rara vez me preguntaban como iba con el curso. Finalmente, una buenísima experiencia!! Se lo recomiendo especialmente a quienes desean introducirse al desarrollo web, y están estudiando una carrera que no les demanda tanto tiempo.Read Less",Web Development - Part-Time,Web Development +298191,10868,le-wagon,Laura Gonzalez,False,2022,Great experience at Le Wagon Montreal,2023-02-20,4.7,5.0,5.0,4.0,"I'm a graphic designer who decided to become a developer a while ago. I already had experience in the field and I knew a bit of coding thanks to some online courses, but I felt that I was lacking a lot of structure and knowledge to get better at my job.... Read More Then I found Le Wagon and I attended a lot of their free workshops and events, just to see if they were what I was looking for, and I immediately loved the content and energy they all had. This was one of the best experiences of my life: I had the opportunity to meet great people, got to learn a lot from the TAs and other students, and I really felt that the effort and time I put on this was absolutely rewarding. I also had a great time working on our final project and felt super proud of creating a full and functional app from scratch. Thanks to Le Wagon's bootcamp I finally feel confident to work with my peers and do tasks that I never thought I would. As a side note, you don't need to have any previous experience! A lot of my classmates were working in completely different areas and we all managed pretty well. I took the part-time bootcamp since I have a full-time job, and I feel that it was perfect for me because I had the time to digest the content and put more work on the final weeks. I have already recommended it to a lot of people and I will definitely keep on doing it.Read Less",Web Development - Part-Time,Web Development +298169,10868,le-wagon,Mariano Aguirre,False,2022,"Fun, motivating and intense",2023-02-20,4.7,5.0,5.0,4.0,"I am incredibly happy I took a full time Data Science Bootcamp at Le Wagon! Definitely the most intense learning experience in my adult life. Coding every single day from 9 to 18 was only possible by insistently reaching for the support of our teachers... Read More and TAs. Redoing classic Engineering challenges after some years, but now with machine learning models, showed me how stimulating putting yourself up to date can be!Read Less",Data Science - Full-Time,Data Science and Analytics +298143,10868,le-wagon,Luis Enrique Guzmán Pineda,False,2022,"Le wagon es lo mejor que les puede pasar en la vida, no solo xq es un excelente bootcamp del más alto nivel que se preocupa por enseñarte las cosas que realmente vas a necesitar saber allá afuera si no xq también formarás parte de una gran comunidad",2023-02-18,5.0,5.0,5.0,5.0,"Pros: excelente nivel, buenos profesores, su networking, excelente comunidad, su staff, aprendes cosas que realmente vas a necesitar saber Cons: por su costo puede llegar a ser no muy accesible para todos, realmente es intensivo y vas a necesitar enfocarte... Read More en el bootcampRead Less",Web Development - Full-Time,Web Development +298110,10868,le-wagon,Anonymous,True,2022,Amazing learning experience,2023-02-17,4.7,5.0,5.0,4.0,"I liked a lot the structure of the bootcamp. I learned many complex topics in a couple of weeks. The bootcamp emphasizes learning by doing. Through really fun challenges one acquires the required skills to become a Data Scientist. Also, I acquiered experience... Read More by working on a project with a team.Read Less",Data Science - Part-Time,Data Science and Analytics +298040,10868,le-wagon,Zheng YongShun,False,2022,Good Physical Coding Experience,2023-02-15,5.0,5.0,5.0,5.0,"I would highly recommend Le Wagon to anyone looking to gain coding skills quickly and effectively and physical face-to-face lesson coding sessions. The experience was great even though the first 3 weeks is tough, but you will sail through it. The program... Read More is well-designed, the instructors are top-notch, and the community is strong and supportive.Read Less",Data Science - Full-Time,Data Science and Analytics +297991,10868,le-wagon,Miguel Figueiredo,False,2019,Best Learning Experience of my life,2023-02-15,5.0,5.0,5.0,5.0,"Doing the Web Development bootcamp at Le Wagon Lisbon was the best learning experience I’ve ever had. It offers an intensively immersive and hands-on learning experience, while providing a very welcoming environment for bonding both with my colleagues... Read More and all the staff. The program is designed to equip all the students with (super) practical skills in Web Development, which include Ruby on Rails, HTML, CSS, JavaScript, Git, among others. At the end of the bootcamp it allowed me to develop my own projects and explore other frameworks and programming languages, which otherwise I couldn’t. And that’s the key advantage of doing the bootcamp, all the learning is transferrable to other languages, and it equips you to the job market and its specificities. The teachers at Le Wagon Lisbon are also very knowledgeable, experienced, and passionate about their work. They create a supportive learning environment that encourages collaboration, critical thinking, and problem-solving. The team is always available to answer questions and provide guidance, making the learning process seamless and enjoyable. Another aspect that sets Le Wagon Lisbon apart is its community. The bootcamp has a strong alumni network that supports and inspires current students to achieve their goals. There are regular networking events, job fairs, and talks that help students connect with potential employers, industry leaders, and peers. Wrapping up, for any questions you might have, the community is there for you. Overall, Le Wagon Lisbon is a fantastic Web Development bootcamp that offers excellent value for money. Nonetheless, don’t be misguided, the program is intensive and very challenging, but in the end the reward you get from it surpasses by a gigantic extent the value you paid for it.Read Less",Web Development - Full-Time,Web Development +297587,10868,le-wagon,Bianca Trovò,False,2022,A real peer-to-peer training and community,2023-02-04,5.0,5.0,5.0,5.0,"Le Wagon is one of the few schools that combine a top-level learning curriculum with contributions from actual AI PhD researchers from renowned Parisian institutions to an innovative peer-to-peer learning approach that leverages a built-in platform. Frontal... Read More classes are accompanied by a gamified interface that randomly assigns pair of students for each day of class and incentivizes them to collaborate and help each other (exercises can only be completed if both students in the daily pair have finished their requirements). Extra coding challenges are available for more advanced levels. At the end of the day, a flash-card game helps memorize concepts from every lecture. Daily study support is provided by former alumni who work as TAs (teaching assistants) and are therefore already well-prepared for the bootcamp program. This circularity is really interesting as creates internal incentives to ""give back to the community"". Alumni can therefore gain field experience by supervising other students and becoming course teachers. Feedback from students is always valued and integrated into future coursework. Recurrent social gatherings and professional networking are organized between current students and alumni who are working in companies or who started a company. Learning material is forever available for alumni as well as many perks and ongoing support for professional development. A permanent Slack guarantees full access to the Le Wagon community. This bootcamp is a good investment time and money wise and I definitely recommend it!Read Less",Data Science - Full-Time,Data Science and Analytics +297468,10868,le-wagon,Marion Farout,False,2022,A great professional and human adventure,2023-02-02,5.0,5.0,5.0,5.0,"I am impressed with the amount of knowledge I was able to acquire on the Data Science Bootcamp and the solidity of the program in both form and content. All in real kindness and support worthy of the name ⛰ Le Wagon is an intense adventure from which... Read More we emerge changed by the learning received and the encounters made, from students, teachers, managers to city or community managers. I am very happy to be part of this beautiful community.Read Less",Data Science - Full-Time,Data Science and Analytics +297460,10868,le-wagon,Anonymous,True,2022,Le Wagon gave me all the skills and tools needed to succeed in Data Science!,2023-02-02,5.0,5.0,5.0,5.0,"I greatly enjoyed the bootcamp at Le Wagon. It was quite intense, and I'm glad I had some previous background in coding (mostly in R), but I learned a TON and would have never gotten this far with just online courses or youtube videos. The in-person instruction... Read More (and, relatedly, the incredibly kind LW staff and teachers) as well as the community I found in my batch truly elevated the whole experience to another level. Finally, I would like to say that through various social events organized by Le Wagon, my batchmates and I fostered some very close relationships, and some of my best friends in Berlin I found through Le Wagon. 10/10 would do it again, though I don't need to because Le Wagon already taught me everything I need to excel as a data scientist.Read Less",Data Science - Full-Time,Data Science and Analytics +297459,10868,le-wagon,Anonymous,True,2022,Amazing experience!,2023-02-02,3.3,5.0,3.0,2.0,"This has been an unforgettable experience! At Le Wagon I quickly developed a new skill, with the support of fantastic teachers, meeting new people, facing so many challenges everyday but in a good and fun environment. This is an intense experience. In... Read More my opinion, one of the best aspects of the Munich's campus is the teachers - they are amazing and helpful, always available to answer our questions and doubts. The atmosphere is familiar and the teachers really make you feel supported. The teachers even after the bootcamp are always very supportive and available. If you are curious, creative and want to know how to code and create new stuff, do not think, just go ahead. I think that it was an incredible experience. The worst aspect of this bootcamp that I think LeWagon could improve is the connection between the students and the companies at the end of the bootcamp (but it is something not related with the Munich, it is something in general). At LeWagon you are able to learn something for life. But you should be prepared that you will need to search for a job in an autonomous way.Read Less",Web Development - Full-Time,Web Development +297285,10868,le-wagon,Mana Jalili,False,2022,"Amazing, fun and practical experience",2023-01-31,5.0,5.0,5.0,5.0,"I have done both Web development and Data science and I had the best times there. After my first training, I found a job immediately and worked as Software engineer for 2 years and then wanted to have more data knowledge and therefore did my second training... Read More there. I had amazing times, and got to know many people as they have a great community and the best part is that you have the chance to work as teaching assistant and work some days helping the new students which I continued besides my main job. I recommend this school to everyone who wants to learn programmingRead Less",Data Science - Full-Time,Data Science and Analytics +297254,10868,le-wagon,Gideon Maydell,False,2022,Amazing experience.,2023-01-30,5.0,5.0,5.0,5.0,"It was truly amazing. I was impressed by the well-thought-through and structured curriculum where everything was in the right place. After university education, where you often encounter low motivation and low engagement by professors, Le Wagon was the... Read More exact opposite where every office member, teacher, and TA really helped to create a high energy and motivation learning environment. The general vibe was “doing Le Wagon was the best decision of my life”. I also highly admired the way ""Le Wagon"" made coding accessible for everyone. I would have never believed how accessible the topic can be with the right approach. After the boot camp I am convinced that everyone can learn about Web Development with some motivation and time. Le Wagon made the first step not only less scary, but also quite fun and interesting.Read Less",,Unknown +297253,10868,le-wagon,Duchesne,False,2022,"Dense, exciting, geared towards operational efficiency",2023-01-30,5.0,5.0,5.0,5.0,"The course is built on a pedagogy combining theoretical teaching and practice. It covers a wide field of data science including Data Analysis, Data Visualization, Statistics, Machine Learning, Deep Learning and Data Engineering. The end-of-course team... Read More project is very formative.Read Less",Data Science - Full-Time,Data Science and Analytics +297228,10868,le-wagon,Rafael Martins Villas Boas,False,2021,Excellent experience!,2023-01-28,4.7,5.0,5.0,4.0,"I've attended Le Wagon Rio batch #689(web dev) and only have good things to say about it. The whole experience starts by teaching everybody the basics they need to know to start a good enough project, and it builds up to a point where we actually feel... Read More like we are building an actual StartUp. I've graduated with a feeling that I could actually start a project and give it a go.Read Less",Web Development - Full-Time,Web Development +297221,10868,le-wagon,Gabriel Aleixo Santana do Nascimento,False,2022,"Le Wagon, creating brand new fullstack developers!",2023-01-28,5.0,5.0,5.0,5.0," Hi guys, my name is Gabriel, and today I want to share with you the experience I had doing the full-time bootcamp at Le Wagon Rio de Janeiro. I started it with some background, knowing about variables, functions, and scope, but nothing more than that,... Read More I basically only knew about their existence 🤣 and maan, now if I do not know how to do something, for sure I know where to find the solution or for who to ask.  Unfortunately, I do not have another experience like this to compare with, but I can point out the strong things about Le Wagon 💪:  ✔ The program works, their methodology was built for us to achieve our goals, to become a FullStack Web Developer, during the first days we learned about variables and functions, and in the last weeks we were building real web applications. You will be able of doing it in just 10 weeks, trust me! The concepts are given at their perfect time!  👨‍💻 You’ll save a lot of time, during the bootcamp we have a lot of challenges per day, which means we practice a lot, and if we struggle we have an entire team to help us with!  👩‍🏫 At there you will see that your campus have teachers, teachers assistants, manager, and many other people working for you to have a great experience, happy people that actually like what they are doing and put a lot of their good energy into it, you will have amazing emotional and technical support.  👨‍🎓 The final projects at bootcamp are typically completed in teams, and everyone works together to complete them. If you struggle with a particular aspect of the project, you can ask for help from the teachers or your team members. The great thing about this is that you will still be participating in its development even if you are not working on the backend. You will have an understanding of the entire stack, even if you do not want to work as a frontend or backend developer. This knowledge will be valuable, as having a frontend developer who understands some backend concepts is more valuable than one who does not. Even if you don't want to work as a frontend or backend developer, you will have ideas about how it works.  📡 The COMMUNITY is the best, many people around the world, entrepreneurs, freelancers, and digital nomads, actually started from where you are, and many of them are there to take out your doubts!  👀 Serious people there are amazing, loved it, even after the bootcamp when I had some doubts, the teachers and TAs were there for me if they have time of course!  📈 Solid logic knowledge, during the bootcamp, we learn to solve various challenges using Ruby and JavaScript. By learning these languages, it becomes much easier to learn other languages as well, because what essentially changes between one language and another is the syntax.Read Less",Web Development - Full-Time,Web Development +297135,10868,le-wagon,Cannelle Magdane,False,2022,Awesome experience at Le Wagon Paris!,2023-01-26,4.7,5.0,5.0,4.0,"Le Wagon was a great learning experience. To be honest, I learned more than I expected from a bootcamp and I was impressed by what I could build at the end of the nine weeks (and I was a complete beginner, never coded in my life before). It's intense... Read More but their methodology is awesome, you really learn by doing. And their online learning platform is really well built, it's a great support in addition to the teachers and teacher assistant. You can find recording of every class and detailed correction of each exercice as well as detailed tutorials, really useful (and the best for me is that you keep your access to it after the bootcamp, you even get access to the update/new class they post). Beyond the learning experience, I really enjoyed my time there because I got to meet a really diverse group of people in term of age and experiences (which you rarely do in your job or even in university). I wanted to do Le Wagon to improve my tech skills before starting my own tech company, I applied because a lot of people told me good thins about it but I was not certain it was the best move when I started (afraid it might be a loss of time/money), in the end I really don't regret it!Read Less",Web Development - Full-Time,Web Development +297108,10868,le-wagon,Anonymous,True,2022,really good,2023-01-25,4.3,5.0,4.0,4.0,"loved my experience at le Wagon in paris ( full time summer 2022), so far one of the best learning system to me, it is a very good place to start programming . After 2months you will be a good junior web dev, Ruby is a beginner friendly language. The... Read More adventure continue, it just get started !Read Less",Web Development - Full-Time,Web Development +297097,10868,le-wagon,Maxence RAVAU,False,2022,Best bootcamp experience,2023-01-25,5.0,5.0,5.0,5.0,"The program is a great for becoming proficient in web development. The instructor and TA’s are very knowledgeable and very helpful. You can come to them for help before and after class, as well as through Slack after hours. All the employee at Le Wagon... Read More are very passionate about their job and it help a lot to improve our coding skills. Also, the networking is really intresting, I just find a new job thanks to Le WagonRead Less",Web Development - Full-Time,Web Development +297019,10868,le-wagon,Usman Akram,False,2022,Amazeballs,2023-01-24,4.3,5.0,4.0,4.0,"Le Wagon provide a very well structured bootcamp that takes you all the way from knowing nothing to launching two working web/mobile apps. The environment is friendly - everyone from the lecturers/batch managers to instructors are very knowledgable and... Read More approachable. They run a very lively campus here in London - made possible by the fantastic programme and campus/city managers. I I had a lot of fun studying here and the careers week was very helpful/insightful, as-well as the networking events. I wish there was bit more JavaScript though - but now I am confident that I can learn any language.Read Less",Web Development - Full-Time,Web Development +297016,10868,le-wagon,Anonymous,True,2022,Very Positive,2023-01-24,4.7,5.0,5.0,4.0,"After completing Le Wagon London web development bootcamp I can say it was an amazing experience. There where many highs and a few lows (hard, but worth it), and i certainly met some great people and learnt valuable skills that can help me pursue a career... Read More in web development. The environment of LeWagon helps tremendously with coding, with a great feeling of togetherness, as many others are doing the same thing!Read Less",Web Development - Full-Time,Web Development +297015,10868,le-wagon,Anonymous,True,2022,"Very positive, highly recommended",2023-01-24,5.0,5.0,5.0,5.0,"6 month after completing the Le Wagon Full Stack Web Development Course, I can it was one of the most impactful decisions of my life. The pace of the bootcamp is great, you are introduced to new concepts in a very regular way, adding to existing knowledge.... Read More The buddy system, where you are paired up with a different person everyday, is great for learning to work with different people and learning different ways to solve challenges. I would recommend Le Wagon to anyone interested in a change of career into web developmentRead Less",Web Development - Full-Time,Web Development +297014,10868,le-wagon,Anonymous,True,2022,Great teaching team and alumni network,2023-01-24,5.0,5.0,5.0,5.0,"I was working as a business analyst and wanted to change career. I've decided to join Le Wagon because of the reputation, and because it was on campus (vs some other bootcamp only online). Great experience and teaching team! Le Wagon gets you prepared... Read More and almost operational for the job market, most important thing is the strong alumni network! Would highly recommendRead Less",Web Development - Full-Time,Web Development +297013,10868,le-wagon,Lydia,False,2022,A fantastic experience!,2023-01-24,4.7,5.0,5.0,4.0,"The web development course is very well delivered - the structure of lectures and challenges means you get to learn so much in such a short amount of time. At the end it's great to end with a full project that you can add to your portfolio. Beyond the... Read More learning, enrolling in Le Wagon really does feel like you're joining a new family. Everyone is so friendly and welcoming during the course, but you also get to keep a community for life!Read Less",Web Development - Full-Time,Web Development +296946,10868,le-wagon,Olena Rafieienko,False,2023,the most intense 9 week,2023-01-23,4.7,4.0,5.0,5.0,"If you want to change your professional way - you sure can do the Le Wagon bootcamp. They have already prepared and structured for you all information, will teach you how to code, how to google about how to code, and how do that two properly. The only... Read More one disadvantage - you still have to learn.Read Less",Web Development - Full-Time,Web Development +296885,10868,le-wagon,Anonymous,True,2022,Great Bootcamp Experience,2023-01-20,3.7,4.0,4.0,3.0,"Really enjoyable bootcamp experience. Curriculum was well supported by lecturers and TAs, good mix of product design/entrepreneurship and coding. Felt confident going into the final weeks successfully designing, shipping and building our own apps. Have... Read More found the alumni network to be active and supportive post-bootcamp.Read Less",Web Development - Full-Time,Web Development +296877,10868,le-wagon,Christina Choi,False,2022,Wed Development Course @ Le Wagon Singapore,2023-01-20,5.0,5.0,5.0,5.0,"I come from a business background and have worked primarily in strategy consulting and finance roles across asset management, management consulting and Tech companies. As I was preparing for my entrepreneurial journey as the next step, I wanted to learn... Read More coding to gain some technical skills. Among the options I’ve explored, I chose Le Wagon mainly due to strong recommendations from my friends who already went through Le Wagon. It was a such an eye-opening experience. 9 week course felt like a big time investment initially, but I’m so glad I took this course at Le Wagon Singapore. The course is intense and fast-paced as expected, especially given I had almost zero coding background. The first week was particularly tough but I soon found the right rhythm thanks to fantastic course materials, learning infrastructure and most all, amazing teachers and Le Wagon staffs. I found the course format to be effective. A daily class started with 1-2 hours of lecture but the rest of day was for solving coding challenges and/or live-coding with a teacher. The final project was one of highlights of the course. It allowed me to translate my learnings into building an actual product - from designing database structure, user journey, prototype to pushing the product on server. I also worked in a fantastic team of 4 and I learned how to work in a team using different collaboration tools (eg Github) and project management processes (eg Scrum). Overall, the course taught me the concepts of programming and how to apply them to solve problems. Gaining technical knowledge was one, but what was more meaningful includes: - i) it lowered my psychological barrier for coding (coding used to feel like one giant mystery for me prior to Le Wagon) - ii) building something from scratch felt very empowering - iii) learning how to work as a team for building a tech product which required a different way of working vs collaborating for a strategy consulting project I would highly recommend Le Wagon to anyone who’s exploring a coding bootcamp to join, and I would do it all over again in a heartbeat :)Read Less",Web Development - Full-Time,Web Development +296844,10868,le-wagon,aude cateland,False,2022,outstanding training,2023-01-19,5.0,5.0,5.0,5.0,"I would recommend the web development training that lives up to its reputation. The bootcamp methodology mixes classes with demonstration and practice with exercices teamed up with a partner which allow to understand, train and master the concepts along... Read More the way. No matter your background in a few weeks of hard work you gain the knowledge to code your own app and the key to take your coding journey further. This intense program is also a great success on the human side: group and staff (former participants) dynamics and solidarity truly brings an unforgettable factor to the experience. Overall an enriching and practical training to join tech industry.Read Less",Web Development - Full-Time,Web Development +296785,10868,le-wagon,Julia Finamore,False,2022,Best experience ever,2023-01-18,4.3,5.0,5.0,3.0,"The course is wonderful in many ways, the structure of the school is very good, the staff is super helpful and always made us feel at home, the teachers are wonderful, they teach the subjects very well and the way everything is taught, the exercises,... Read More made it all worthwhile in the endRead Less",Web Development - Full-Time,Web Development +296765,10868,le-wagon,Victor Lofgren Sattamini,False,2022,Le Wagon Rio de Janeiro,2023-01-17,5.0,5.0,5.0,5.0,"Amazing experience. The bootcamp took us from an early starting point (unlike Web Development, the bootcamp has some requirements in basic python and maths) to capable professionals in 9 weeks. The system, based on a short theory introduction and a full... Read More day of coding and challenges, works wonders in building confidence, and makes learning the concepts natural. Would highly recommendRead Less",Data Science - Full-Time,Data Science and Analytics +296745,10868,le-wagon,JOSENILTON DUARTE SILVA,False,2022,"Amazing, what a experience!",2023-01-17,5.0,5.0,5.0,5.0,"Le Wagon bootcamp was nice since the first day, very challenging and didact, never let the students stay in confort zone. Their environment is awesome, what let us focus 100% on learning and their team as also phenomenal. After the end of the bootcamp... Read More every one on class felt prepared to the job market ahead.Read Less",Web Development - Full-Time,Web Development +296743,10868,le-wagon,João Mateus,False,2022,Definitely one of the best learning experiences I have had.,2023-01-17,5.0,5.0,5.0,5.0,"I recently completed the Le Wagon Web Development Bootcamp and it was an incredible experience. After several years working as a Landscape Architect but always with a strong passion for technologies I want to give it a try and make a career change that... Read More could allow me to work remotely and still be creative. I had been trying to teach myself coding for a while but found it difficult to know where to start and after some research I decided to go for Le Wagon. It was one of the best decisions of my life. The bootcamp is intense and immersive, and it is important to be fully committed to the program. The curriculum includes Ruby, HTML, CSS, JavaScript and other web development concepts, and the program is fully structured with access to a wealth of resources. The teachers are all passionate and dedicated, and most of them have completed the bootcamp themselves, so they understand the challenges students face. They are always available to help and go above and beyond to support their students. One of the most impressive aspects of the bootcamp is the final project, where we were able to build a website from scratch. At the end of the 9 weeks, I felt confident in my ability to create a product on my own. The Le Wagon community is also incredibly supportive, with access to alumni and a dedicated community even after graduation. I highly recommend this bootcamp to anyone looking to develop new skills, change careers, or build a product on their own.Read Less",Web Development - Full-Time,Web Development +296695,10868,le-wagon,Guillaume Dollé,False,2022,Excellent data science bootcamp!,2023-01-15,5.0,5.0,5.0,5.0,"This training was a very good experience to get more comfortable with coding on Python, and to learn about machine learning, deep learning an data engineering, with a very dense curriculum. The TAs were always keen to answers to questions and the ticket... Read More system to assist us when stucked on a given exercise was very helpful. The final project was a great opportunity to get a sense of what working on a data science project in team looks like, having to create a minimum viable product in a bit less than 2 weeks, thankfully with the support of TAs whenever we needed it!Read Less",Data Science - Full-Time,Data Science and Analytics +296640,10868,le-wagon,Antonio Florencio de Queiroz Neto,False,2022,Le Wagon Rio de Janeiro - Life-changer,2023-01-13,5.0,5.0,5.0,5.0,"Le Wagon's Rio de Janeiro bootcamp is a great option for anyone looking to learn coding. As a beginner, I had some concerns about my abilities in math and logic, but the instructors were patient and supportive, and I quickly found myself enjoying coding.... Read More The curriculum was comprehensive and the hands-on approach made it easy to understand and apply what I was learning. Furthermore, the job placement assistance was extremely helpful, and I was able to secure a job easily after completing the bootcamp. Overall, I highly recommend Le Wagon to anyone interested in starting a career in coding.Read Less",Web Development - Full-Time,Web Development +296618,10868,le-wagon,Laura Nguyen-Trong,False,2022,"Amazing experience, learned a lot in such a short amount of time!",2023-01-12,5.0,5.0,5.0,5.0,"After graduating from a Sport Science degree, I decided to take on a different path and learn how to code. After some research, I decided that Le Wagon would be the best choice, as they have a worldwide community and a product-oriented approach. It was... Read More such a great experience, the fun working environment made the learning process so enjoyable. Having a lecture in the morning and doing challenges for the rest of the day, with your buddy was a great way to learn what you were taught that day. Being able to develop 2 projects from scratch by the end of the bootcamp was very rewarding! A great focus was learning how to learn to code on your own which is helping me out now while I continue this journey.Read Less",Web Development - Full-Time,Web Development +296605,10868,le-wagon,Valentin Abadie,False,2022,Intense mais très formatrice,2023-01-11,5.0,5.0,5.0,5.0,J’espère continuer dans cette branche car j’ai trouvé un univers de travail qui me correspond. Merci aux profs et à la team du wagon Bordeaux pour nous aider pendant ces 9 semaines. J'ai appris une quantité immense de choses. Il faut s'accrocher et tout... Read More se passera bien.Read Less,Web Development - Full-Time,Web Development +296595,10868,le-wagon,Suraj Gopal,False,2022,"It was a fun, challenging, and highly rewarding experience.",2023-01-11,4.7,5.0,5.0,4.0,"I have many fond and important memories from Le Wagon’s full-stack web development bootcamp: substantive lectures every morning, banter and bonding with classmates, the thrill of serving my first application on the web, and the dizzying whirlwind of project... Read More week, as my team and I pushed through an avalanche of obstacles to make our idea come to life. But, the standout memory is of 1-on-1 huddles with TAs and Stephane. All the teachers had great insight into all aspects of debugging; they helped me write comments in my code, reflect on my goal, recall syntax, read documentation, and reformat my work for maximum transparency. As I’ve continued developing on my own, these are the routines I continually return to that always help me improve my work and see myself as a professional developer. This is why anyone who wants to break into software development should attend LeWagon: you build lasting friendships and encounter real challenges, and come out of the experience with everything you need to continue growing as an engineer.Read Less",Web Development - Full-Time,Web Development +296586,10868,le-wagon,Nathan F,False,2022,"Tough, rewarding and worth it.",2023-01-11,3.7,4.0,4.0,3.0,"Is the Data Science and Machine learning Bootcamp at Le Wagon worth It? A one word answer is Yes. However, it's only worth it if you have a game plan. This course is great if you have a background in coding, and if not, at least done a few Udemy, Coursera,... Read More Datacamp(or equivalent) courses in Python and Machine Learning. It's a bootcamp, so things move very quickly and if you don't have some experience it can be really tough, not impossible but difficult. To manage expectations, you probably won't become a data scientist straight away with this course alone, but it definitely will accelerate the process. With that being said, I was really impressed with how well the program was organised, how highly-skilled instructors and teaching assistants were and the high level of course material.Read Less",Data Science - Full-Time,Data Science and Analytics +296572,10868,le-wagon,André Marques,False,2022,Great Learning Experience,2023-01-10,5.0,5.0,5.0,5.0,"I started the bootcamp with little more than zero experience with coding in general or web development in particular. What I found at Le Wagon was a very friendly and rigorous environment. This may sound like a contradictory sentence, but I do mean it.... Read More It was a friendly environment in terms of the help that all of the members of the staff (TAs and lead teachers) were always meaning to offer. But it was also rigorous when it came to the challenges and the coding exercises. All of this contributed to a very engaging learning experience for me. The instructors, as I have already mentioned, were thoughtful and engaging. I think that the bootcamp's most favorable asset is not the instructors, though, but the curriculum. It is a very compelling and well-organized curriculum. Its structure is, in my opinion, key. You begin with the fundamentals and progress to more advanced concepts by experimenting with different coding languages and testing your overall comfort with backend and frontend. You reach the final weeks of the bootcamp feeling that every piece of the curriculum makes sense and plays a part in your overall learning process. I strongly recommend Le Wagon's bootcamp to everyone interested.Read Less",Web Development - Full-Time,Web Development +296567,10868,le-wagon,Jessica Iacovozzi,False,2022,So much better than traditional school!,2023-01-10,4.3,5.0,4.0,4.0,"Before starting Le Wagon’s Web Development bootcamp, all I had was a high school diploma and experience in customer service. I decided it was time for a change and made the best decision in my life. The teaching style concentrates on practical exercises... Read More and the support from teachers is incredible. No need to spend 3 to 5 years in college/university. This 10-week bootcamp will prepare you with everything you need to start a career in tech.Read Less",Web Development - Full-Time,Web Development +296564,10868,le-wagon,Alexis Barreirinho,False,2022,Just what I needed,2023-01-10,4.7,5.0,5.0,4.0,"Amazing experience, Teacher & Staff are really helpful and attentive. They do their best to keep a good atmosphere. The first 3 weeks are really difficult but after that everybody could enjoy their coding session. The project periode is stressful but... Read More really rewarding Thanks to you allRead Less",Web Development - Full-Time,Web Development +296552,10868,le-wagon,Anonymous,True,2023,I had an extraordinary bootcamp experience,2023-01-09,5.0,5.0,5.0,5.0,Mentors are good at explaining materials which very easy to understand. They provide everything that students need. They provide live sessions where student can ask everything or to discuss the problems they face. On the other hand the LMS is still need... Read More many improvements to increase user experrience.Read Less,Web Development - Part-Time,Web Development +296539,10868,le-wagon,Anonymous,True,2022,You will learn A LOT during the 9-weeks of code!!,2023-01-09,4.3,5.0,4.0,4.0,Since day one I felt supported from all the Le Wagon staff members! I've learned A LOT during this 9-weeks of coding bootcamp. I will cherish for the rest of my life this experience because I made the decition to apply for this Web Development bootcamp... Read More in a very stagnat phase of my professional life and this bootcamp has given me tools (from learning resources to a vast alumni community network) to create a more creative professional life. Whenever I have the opportunity I will recommend Le Wagon!Read Less,Web Development - Full-Time,Web Development +296538,10868,le-wagon,Shafkat Sakeebur Rahman,False,2022,Intense yet rewarding experience for starting a career as a data scientist,2023-01-09,4.3,5.0,4.0,4.0,"I recently completed Le Wagon's data science bootcamp and it was an intense, immersive, and transformative experience. Some of the pros of the bootcamp include the classroom dynamic, everyday challenges, constant support from instructors and classmates,... Read More and the sense of accomplishment upon completion. On the other hand, the bootcamp was intensive and required a lot of hard work and dedication. Additionally, it was a financial investment, but I believe it was worth it for the structured learning environment and valuable network of alumni. Undoubtedly, I am grateful for the growth and skills I gained during the bootcamp and hope to inspire others to invest in their own professional development through similar experiences.Read Less",Data Science - Full-Time,Data Science and Analytics +296537,10868,le-wagon,Elyse Turpin,False,2022,It made all the difference !,2023-01-09,3.7,4.0,5.0,2.0,"Initially, I was very intimidated by the idea of doing a bootcamp. I thought, “No, I’ll just learn at my own pace, I can teach myself.” While I was able to get a good start with the Internet as my teacher, it was a chaotic process of sifting through conflicting... Read More philosophies and heavy jargon that often left me feeling demoralized. Thankfully, my interest didn’t die and I found myself willing to commit to Le Wagon’s Full Stack 9-week intensive bootcamp; and I’m so happy I did. The rate of my learning picked up tenfold. I thrived being in an environment where others were challenging themselves and struggling and pushing through. It was deeply inspiring to collaborate with others and see them grow in their skills and as people in such a short period of time. And yes, even surprise myself with my own logic and creative approaches. To go from being scared of the command line to deploying a functioning web application by the end of the course showed me what we are capable of accomplishing when we work together and trust the process. Now I’m able to transfer my skills to continue learning, with much less baggage and insecurity, and work with others dealing with evermore intricate and elaborate projects. I’m excited for what the future holds!!Read Less",Web Development - Full-Time,Web Development +296518,10868,le-wagon,Victoria Torelli,False,2022,Amazing experience !,2023-01-09,3.7,4.0,4.0,3.0,"Overall this was a great experience. You leave the bootcamp with solid skills and bases to kick-start your career in tech (the rest is obviously up to you!), but also with new friendships and connections! Over the time of the course you grow close to... Read More your classmates and to the teachers, Le Wagon does a pretty good job of fostering proximity and honestly the teachers are all quite amazing! The course is complete and well thought out, and the TAs do a really good job of helping you and giving you the assistance you need to fully understand them. The only small drawback in my eyes is that the course seems to gloss a little bit over some frontend parts towards the end and it gets a little more difficult to keep up, and the exercises are sometimes unclear in what you have to do, but these two points are small if you consider the quality of the lessons and the teachers, plus a ton of resources and a close-knit network for life! Le Wagon is quite life changing (literally!) - when I started I wasn't sure I would make it, I started with very limited knowledge about coding, and the amazing TAs were there to always help me and lift my spirits. I'm so glad I didn't give up, as I ended up finding a job before even finishing the course! I really love that you are left with a community even after the bootcamp and they don't just throw you out in the wild, they keep organizing events for alumni and it really helps in feeling part of the Le Wagon team! You also have the possibility of becoming a teacher yourself after you finish, which is pretty cool! All in all, would absolutely recommend and would do it again!Read Less",Web Development - Part-Time,Web Development +296517,10868,le-wagon,Anonymous,True,2023,I had an extraordinary bootcamp experience,2023-01-09,5.0,5.0,5.0,5.0,Mentors are good at explaining materials which very easy to understand. They provide everything that students need. They provide live sessions where student can ask everything or to discuss the problems they face. On the other hand the LMS is still need... Read More many improvements to increase user experrience.Read Less,Web Development - Full-Time,Web Development +296512,10868,le-wagon,Adeim Ubakeeva,False,2022,Best experience in my life!,2023-01-09,5.0,5.0,5.0,5.0,"The bootcamp experience was one of the best in my life! Not only did I learn how to code backend with Ruby and frontend with JavaScript, but I also gained the experience in UX/UI design, product and project managing, pitching the projects. The teachers... Read More and stuff helped a lot on the thorny path. And even though the course was remote I had a chance to make many friends from all over the world!Read Less",Web Development - Full-Time,Web Development +296468,10868,le-wagon,Aimeric Marchau,False,2022,Best coding bootcamp for me !,2023-01-07,5.0,5.0,5.0,5.0,"That was such an amazing experience ! I learned web development with Le Wagon's bootcamp in the campus of Bordeaux, France. 9 weeks to become a developer is unbelievable but it's possible thanks to top-quality lessons, great teaching from experienced... Read More teachers (who also did Le Wagon's bootcamp before) and a very useful peer-to-peer learning. Great vibes will all the staff, teachers and students during these 9 weeks !Read Less",Web Development - Full-Time,Web Development +296457,10868,le-wagon,Oksana Mishchenko,False,2022,I would definitely recommend,2023-01-06,5.0,5.0,5.0,5.0,"The curriculum is solid and gave me a strong understanding of basic concepts. Practical programming challenges were interesting and diverse. After 6 months of part-time learning and coding, we built wonderful AI products. The teachers and technical assistants... Read More were very professional and had this rear capacity to explain difficult subjects in a simple and understandable way. The atmosphere of the BootCamp is very friendly and encouraging to learn and network. After the end of the BootCamp, there was great job search assistance, with alumni sharing their personal experiences. Can only recommend Le Wagon. They really do care about your success.Read Less",Data Science - Part-Time,Data Science and Analytics +296438,10868,le-wagon,Pierre untas,False,2022,A truly amazing experience!,2023-01-06,5.0,5.0,5.0,5.0,I made Le Wagon Web Developper bootcamp in Bordeaux and it was amazing. I learned so much in 9 weeks. The teachers was great and the teachers assistants as well. It was quiet difficult the 2 first weeks but the pedagogy make sense. Thanks so much to the... Read More team ;)Read Less,Web Development - Full-Time,Web Development +296388,10868,le-wagon,Estuardo Joel Higueros Reyes,False,2022,An amazing experience with batch #1058,2023-01-04,5.0,5.0,5.0,5.0,"I recently completed a web development course at Le Wagon coding bootcamp in Montreal and I have to say, it was an unforgettable experience. One of the aspects I appreciated the most about the bootcamp was the focus on practical skills. Significant time... Read More was spent working on projects and building our own web applications, which gave us the opportunity to put what we learned into practice and see firsthand results. The course was intense and required a lot of dedication, but the support from the instructors and my batch (#1058) of fellow students made it manageable. It was a great experience to be able to learn from and work with people from different backgrounds and with different experiences. Overall, I highly recommend Le Wagon coding bootcamp.Read Less",Web Development - Full-Time,Web Development +296368,10868,le-wagon,James Barker,False,2022,Informative and well organised.,2023-01-04,5.0,5.0,5.0,5.0,Le Wagon is a perfect blend of intensive learning and challenges to give you a full rounded learning experience of web development. I would happily recommend this course to anyone that is interested in learning to code and has little to no experience.... Read MoreRead Less,Web Development - Full-Time,Web Development +296365,10868,le-wagon,Adrien Lalut,False,2022,Top of the best,2023-01-04,4.7,5.0,5.0,4.0,"It was excellent! I found everything I was looking for here to train in Web development, enter a very active network full of competent and kind people. The resources provided were top-notch and the support from the community was invaluable. I highly recommend... Read More this platform to anyone looking to learn or improve their skills in Web development. The opportunities for growth and connection with others in the field are endless. Thank you for such a wonderful experience.Read Less",Web Development - Full-Time,Web Development +296352,10868,le-wagon,Constanze Meyer,False,2023,Well-coordinated hand-on bootcamp,2023-01-03,5.0,5.0,5.0,5.0,"The Bootcamp of Le Wagon was right from the beginning very well organized. The admission process was fast and very friendly. Before the start all necessary information were shared to guarantee a smooth beginning on the first day. During the Bootcamp there... Read More is a lot a content to follow, but due to the lectures with the teachers in the morning and the exercise in the afternoon, which you can solve together with a buddy group and if necessary additional help of teaching assistants it is a lot of fun to dive into the topics. Learning how to code can feel a bit overwhelming at first, but Le Wagon is really taking care that you don't feel alone with it and will master it eventually. In the final project work you can work on real products and learn how to contribute on Github and do pair programming. There are a lot of additional activities to become part of the International community and meet like minded people. It was a really valuable experience and I can highly recommend.Read Less",Web Development - Full-Time,Web Development +296330,10868,le-wagon,Victor de Quercize,False,2022,Aweosme bootcamp,2023-01-03,5.0,5.0,5.0,5.0,"Amazing bootcamp. The teachers are really good and the teaching material is very complete. Starting from almost nothing, I was able in a little more than 2 months to learn how to code a website from start to end ! I highly recommend going on campus as... Read More being online can feel a bit lonely.Read Less",Web Development - Full-Time,Web Development +296256,10868,le-wagon,Anonymous,True,2022,Very nice.,2022-12-29,5.0,5.0,5.0,5.0,"Everything was just perfect, especially for a begginer, as I was! All the people just gives you a positive energy! What i would like is that after the Bootcamp to be able to have an internship with any Company. I absolutely would like to be back again... Read More 🥲 Very high recommended!Read Less",Web Development - Full-Time,Web Development +296168,10868,le-wagon,Arstanbek Zholochu,False,2022,Le Wagon Montreal Web Development Bootcamp,2022-12-25,4.7,5.0,5.0,4.0,"After I decided to shift my career into the tech industry, I needed someplace to start where I could learn tech skills. After extensive research of university and bootcamp programs, I decided to go with Le Wagon Montreal Coding Bootcamp. What was attractive... Read More to me is that the bootcamp was planned to be on-site, face-to-face with teachers. Since I did not have any coding background, being physically present inside the classroom and having everyday interactions with teachers, and classmates were very important to me. Even though everyday coding challenges were tough, and reading and lectures were hard to grasp, I was able to learn the fundamentals of computer programming. Moreover, by the end of the bootcamp I started feeling comfortable in addressing coding challenges, finding answers to technical questions, and thinking like a programmer. There are still lots of things to learn, but thanks to Le Wagon I now have all the basic knowledge to continue my journey in the tech industry.Read Less",Web Development - Full-Time,Web Development +296138,10868,le-wagon,Matt Hall,False,2022,A fantastic learning experience,2022-12-23,5.0,5.0,5.0,5.0,"Great course. A very intense and fast pace that is maintained throughout. Covers a wide range and lays fantastic foundations for anything going forward within the wider field. The various challenges were brilliant, as was the assistance given by the teachers... Read More on the course. All around, would highly recommend itRead Less",Data Science - Full-Time,Data Science and Analytics +296125,10868,le-wagon,Deschaux Yoann,False,2022,A great experience!,2022-12-23,4.7,5.0,5.0,4.0,"A 9-week intenive bootcamp to learn all the basics you need to become a web developer. The staff is skilled and always open to help you when you struggle with your exercises. I appreciate the atmosphere, serious and chill at the same time, I enjoy coming... Read More everyday!Read Less",Web Development - Full-Time,Web Development +296080,10868,le-wagon,Dirk Mischke,False,2022,Learning real world developer skills with great people,2022-12-22,5.0,5.0,5.0,5.0,The bootcamp is packed with all necessary skills you need for building modern and responsive web applications. The schedule is very tight and you won’t have much time for anything else in the afternoons and evenings (and Saturdays) for those 24 weeks.... Read More But it’s well worth the effort. Working with buddies on projects gives you a great taste for collaboration on programming tasks (using Github for merging your work). I enjoyed all of it and look forward to a job where I can apply my new skills.Read Less,Web Development - Part-Time,Web Development +296079,10868,le-wagon,Aurélie COUDERT,False,2022,Amazing experience !,2022-12-22,5.0,5.0,5.0,5.0,"Nine intensive weeks of training to become a full stack web developer. Teachers were very professionnal, helpful and always took the time to explain the concepts. We learned HTML5, CSS, Javascript, SQL, how to use Figma, how to work in group and during... Read More the last three weeks, we launched two websites ! We are now ready to get hired !!Read Less",Web Development - Full-Time,Web Development +296058,10868,le-wagon,Burak Dalkilic,False,2022,Data Science Bootcamp Lewagon,2022-12-21,5.0,5.0,5.0,5.0,"I recently completed the data science coding bootcamp at Lewagon and I couldn't be happier with my experience. The instructors were knowledgeable and supportive, and they provided a great mix of lectures and hands-on experience that really helped me to... Read More understand the material. The bootcamp covered a wide range of topics, including machine learning, data visualization, and statistical analysis, and I feel confident in my ability to apply these skills in the real world. The career support offered by Lewagon was also top-notch, with resume and portfolio review, job search assistance, and networking opportunities. Overall, I highly recommend the data science coding bootcamp at Lewagon to anyone looking to break into the field or advance their current career. It was a challenging but rewarding experience that I believe has set me up for success in the world of data science.Read Less",Data Science - Full-Time,Data Science and Analytics +296057,10868,le-wagon,Pablo KNECHT,False,2022,Awsome course,2022-12-21,5.0,5.0,5.0,5.0,The bootcamp is very intense and we really go deep through many subjects. I learned much more than expected with Le Wagon. More than recommended! To take the maximum out of this bootcamp I would recommend learning the basics of programming and python.... Read MoreRead Less,Data Science - Full-Time,Data Science and Analytics +296056,10868,le-wagon,Mariia Morskovatykh,False,2022,Exceptional learning experience at Le Wagon,2022-12-21,5.0,5.0,5.0,5.0,"I recently had the pleasure of participating in the Le Wagon Data Science bootcamp, and I must say it was an absolutely amazing experience that exceeded all of my expectations. From the very beginning, I was struck by the quality of the course material... Read More and the expertise of the instructors. The curriculum was incredibly comprehensive, covering a wide range of topics including machine learning, data analysis, software engineering, and project management. Each topic was thoroughly explained and supported by hands-on exercises and projects, which allowed me to truly understand and apply the concepts. But perhaps the most impressive aspect of the Le Wagon Data Science bootcamp was the quality of the instructors. They were truly exceptional, displaying a deep knowledge and passion for their subject matter. They were always willing to go above and beyond to help us understand the concepts, and they fostered a collaborative and supportive learning environment that allowed us to learn from each other as well as from them. I felt that I could ask any question and receive a helpful and thoughtful response. In addition to the technical skills I gained, I also appreciated the emphasis on soft skills such as communication and teamwork. These skills will be invaluable as I continue to grow my career in the data science field. The Le Wagon Data Science bootcamp not only equipped me with the technical skills I need to succeed, but it also helped me to develop the confidence and professionalism that are essential in any career. Overall, I highly recommend the Le Wagon Data Science bootcamp to anyone looking to break into the field or to further their existing skills. It was an incredibly rewarding and transformative experience that I will always be grateful for. The knowledge and skills I gained during the course have already had a positive impact on my career, and I have no doubt that they will continue to do so for years to come.Read Less",Data Science - Full-Time,Data Science and Analytics +296041,10868,le-wagon,Simona Barone,False,2022,Great Experience!,2022-12-21,5.0,5.0,5.0,5.0,"I have recently graduated from the online part-time web development bootcamp, and I am very happy I've made the decision to enroll in the first place. The teachers and staff are welcoming, helpful and professional, the curriculum covered several topics... Read More (Ruby, OOP, DB, frontend, rails) that enabled us to develop two final projects - something I've never thought would be already possible! I got to make new friends and useful connections - the Le Wagon community is huge, international, and a great help to find resources, projects and career opportunities.Read Less",Web Development - Part-Time,Web Development +296040,10868,le-wagon,Anonymous,True,2022,Great experience at LeWagon Berlin,2022-12-21,4.7,5.0,5.0,4.0,"The technical content of the bootcamp was extremely well organized, providing a steady increase of complexity which is paramount to peoplle with little to no coding experience. The topics, methods and tools are all up to date and they match the industry's... Read More needs very precisely. You get a very good overview of machine learning methods in their entire lifecycle: data gathering and cleaning, model choice and training and deployment of complete pipelines in production. A section is also dedicated to leveraging cloud services. Finally, the social side was remarkably fruitful. We were a group of the most varied ages (19 to 50), backgrounds (highschoolers to PhD's) and technical abilities. It was the perfect extra reason to show up motivated every dayRead Less",Data Science - Full-Time,Data Science and Analytics +296039,10868,le-wagon,Dari Goldman,False,2022,Great learning experience. Would absolutely recommend.,2022-12-21,5.0,5.0,5.0,5.0,"I had the chance to come into this bootcamp after having already completed an associate's in Computer Science, but I really needed the practical experience of building projects that could be used, not just solving programming exercises. Le Wagon definitely... Read More provided that and the opportunity to code/learn with others which is invaluable. The TAs are all Le Wagon graduates (which helps Le Wagon's post-graduation employment % numbers), but if you are having trouble getting hired as a developer, it is a great way to continue building upon your skills and for students, these TAs are knowledgeable enough to make a BIG difference in your learning journey. And many of them are already working as developers, so they can share their real-world experience with us. Many students come in with little to no programming knowledge and at the end of our bootcamp, everyone was able to submit an impressive functioning web app. I would absolutely do this again (even thinking about the data science & machine learning modules) and recommend Le Wagon to anyone who is on the fence about bootcamps. As an aside, I chose the part-time remote option because I work full-time. I honestly think I got more out of the part-time schedule because it allowed me time to digest and understand the lectures and exercises while doing extra outside work to learn more. I don't think I would have had the bandwidth to do this if I did the full-time bootcamp.Read Less",Web Development - Part-Time,Web Development +296003,10868,le-wagon,Vasco Cardoso,False,2022,One of the best decisions I've ever made,2022-12-20,4.7,5.0,5.0,4.0,"After going through a difficult period professionally during the pandemic, I decided to learn how to code to take my career to the next level. I started learning online and even though I loved programming, I felt lost in a sea of languages, tools, and... Read More frameworks. It was also very frustrating whenever I got stuck on some doubt or question. Enter Le Wagon, one of the best decisions I’ve ever made. The full-stack web development Bootcamp gave me the structure I was looking for. At Le Wagon, you are taken on a two-and-a-half-month adventure through coding that culminates at demo day, where you get to proudly present your final project, a full-fledged web app created by little old you and a small team of your fellow students. The teachers (and there are always a bunch of them available) are always there for your questions, bugs, and insecurities. Every day you are paired with a fellow student and together you tackle the day’s challenges, so you are always supported one way or another, and you quickly learn to program as part of a team. The staff always makes you feel at home at the campus which is tremendously helpful in such an intense and challenging course. Overall, the whole experience was incredible and while I can’t wait for what the future holds now I’ve completed the Bootcamp, I also miss it already :)Read Less",Web Development - Full-Time,Web Development +295994,10868,le-wagon,Mark Sarifidis,False,2022,Mindblowing results after bootcamp,2022-12-20,5.0,5.0,5.0,5.0,Let's be real. Are bootcamps really worth the money putting a lot of content in 3 months or so? I was suuuper sceptical and can after graduating from Le Wagon I can say YES 100%!!! I was totally new to the tech area and did not know what machine learning... Read More was - couldn't even write 3 lines of code in Python. And what happened that last 2 weeks? I created a whole webapp using a deep learning algorithm from scratch working in a 4 people team! If somebody tells you that a 3 month Le Wagon bootcamp is more worth than a bachelor and master in computer science - trust him!Read Less,Data Science - Full-Time,Data Science and Analytics +295993,10868,le-wagon,Daria Gortchacow,False,2022,Loved the experience.,2022-12-20,5.0,5.0,5.0,5.0,"I was initially looking for a Bootcamp for UX design. I am an Architect looking for a career change. I tried self-learning UX online and realized I needed to invest to get proper guidance. My priority was to become part of a strong community. None of... Read More UX Bootcamps convinced me so I started to look for Full-Stack Web Developer Bootcamps. I knew this was a good background knowledge to have as UX designer. So why not invest in Full-Stack Development and find my way into UX Design from there? When I read Le Wagon I was quickly drawn to their method and way of thinking. 1) Focused on learning the basics fast with an intuitive language such as Ruby. I knew Ruby wasn't as popular as Javascript, for example, but I also knew that it was a beautiful and fun language to start from. 2) The possibility to study full-time on-site. 3) I noticed that their framework was also focused for Startups and this aligned with my personality. I am entrepreneurial and this made me curious. Le Wagon didn't disappoint me at all and actually exceeded my expectations. The teachers are great, the environment feels great and I also had the feeling during the last week, Career Week, that the community is very strong. Because I enjoyed the Bootcamp so much, I am currently looking for a job as a Full-Stack Developer with a background in UX and not vise-versa. :) I am confident Le Wagon will support me in the following months during my job search.Read Less",Web Development - Full-Time,Web Development +295950,10868,le-wagon,Laurent,False,2022,Awesome !,2022-12-19,5.0,5.0,5.0,5.0,It's been a pleasure to be teached by those guys. Very pro and efficient ! do not hesitate to go ! i would do it again. The class rooms are very cool too. The wagon team are very there for us and the teachers are incredible ! If you have basics it's a... Read More plus !Read Less,Web Development - Full-Time,Web Development +295902,10868,le-wagon,Mariam,False,2022,Great Bootcamp,2022-12-16,5.0,5.0,5.0,5.0,"Before the Bootcamp, I was working in a company in the Purchasing department until I discovered coding as my new interest, which made me change my professional path. I found Le Wagon, I visited one Demo Day and after it was clear, I wanted to do this... Read More Bootcamp (one of my best life decisions). I really enjoyed the 9 weeks, I like the way the Bootcamp is structured, the learning and the different teachers we had. On top, there is a work week at the end, which is helpful to know where to begin after the Bootcamp.Read Less",Web Development - Full-Time,Web Development +295900,10868,le-wagon,Casimir von Meyer zu Knonow,False,2022,Le wagon web dev bootcamp,2022-12-16,4.3,5.0,4.0,4.0,Most what you could have done in 9 weeks wrapped really nicely. Especially liked the amazing atmosphere and the friendly people here who btw had at least in my batch NOTHING to do with the stereotype of coders. All that facilitates coming here every day... Read More for 9 weeks. I made new good friends here and learned a valuable skill with regard to the future that can help anyone no matter if you want to become a web developer of not. The only thing is that you lern to much to memorise everything (still enough to build complex web apps)Read Less,,Unknown +295895,10868,le-wagon,Martinet,False,2022,"Enrichissante, familiale, découverte, entrain",2022-12-16,5.0,5.0,5.0,5.0,"J'ai suivi une formation au wagon et j'ai été agréablement surprise par la qualité de l'enseignement. Les enseignants étaient compétents et à l'écoute, et la formation était bien structurée et couvrait tous les aspects essentiels du développement web.... Read More J'ai appris énormément de choses et je suis maintenant en mesure de créer des sites web de manière autonome. Je recommande vivement cette formation à tous ceux qui souhaitent se lancer dans le développement web.Read Less",Web Development - Full-Time,Web Development +295894,10868,le-wagon,Anonymous,True,2022,"Great experience, I learned a lot while also having a good time",2022-12-16,4.3,5.0,5.0,3.0,"I started the program knowing nothing about coding, and I'm really happy where I am after the bootcamp. Now, I am confident with my skills and I know I have the skills to continue on improving to became a better developer. The process is really intense... Read More and require a lot of dedication, but is definitely worth itRead Less",Web Development - Full-Time,Web Development +295886,10868,le-wagon,Georgina Spieth,False,2022,Empowering bootcamp with amazing teachers and great structure!,2022-12-16,5.0,5.0,5.0,0.0,"The learning atmosphere at Le Wagon Berlin is extremely motivating and the structure of the course and resources is extremely well thought through. I really loved going there every day and learnt so much in such a short time! I would highly recommend... Read More this bootcamp because in the last three weeks you also learn how to design, implement and deploy web apps as a team and how to work with your peers together on GitHub - which is so important to prepare you for your job as a developer.Read Less",Web Development - Full-Time,Web Development +295879,10868,le-wagon,Jorge Guimarães,False,2022,Recomended Experience!,2022-12-16,5.0,5.0,5.0,5.0,"After 10 years working as a Mechanical Engineer in several roles, I felt the need to pursue a new, more exciting and defying career. For that, I decided to choose Le Wagon's Web Development because it had an appealing curricula and I felt I could have... Read More a great boost. Also, I needed to do the bootcamp presentialy but also be close to home and for that reason I chose Porto Campus. It was amazing to have the opportunity to be part of a fantastic team. All of the TA’s and the batch manager provided the help it was needed to go through our journey and surely the buddy system has also helped a lot in this journey. Proud to be part of the #1043 close family!Read Less",Web Development - Full-Time,Web Development +295877,10868,le-wagon,Enzo Garofalo,False,2022,"Comprehensive content, supportive, and fun environment to learn about data science.",2022-12-16,5.0,5.0,5.0,5.0,"I had a great experience learning Data Science with Le Wagon. Their combination of lecturers, TAs, and a batch manager meant that I was well supported with learning the theory, working through problems applying the theory, and putting all of that in context... Read More with finding a job afterward. I didn't even know that I would still have access to all the learning content, challenges, and career-building content after the boot camp. Attending in person was a huge value add to the experience. Between making friends and working in a fun environment, I felt empowered and immersed in the process and routine. Can't recommend it enough!Read Less",Data Science - Full-Time,Data Science and Analytics +295874,10868,le-wagon,José Daniel Ferreira Pinto,False,2022,"Learn to Code will change your life, then the world",2022-12-16,5.0,5.0,5.0,5.0,"I studied Psychology and been working in Football for the past 6 years. Had a few different jobs until I realized I needed to learn a reliable skill for a more financially stable future. Looked for many Coding Bootcamps online until I found Le Wagon's... Read More Web Development Bootcamp happening in Porto. The fact that it was on-site as important for me, in the sense that I never looked at Coding before and I'm not a fan of Online classes. The experience was AMAZING! The teachers and the staff team are very competent and always available to help, adjust their communication, regardless of your background. You can really notice the thought put into the Course content in order to make you think and solve problems, and sooner than you think, you'll be able to write and understand some coding. Also, If you're thinking about doing this (intense) Bootcamp, make sure you have 100% of your time dedicated to it. I kept a part-time job and struggle a bit at times.Read Less",Web Development - Full-Time,Web Development +295873,10868,le-wagon,Hippolyte Bourban,False,2022,Great course !,2022-12-16,5.0,5.0,5.0,5.0,This is the best bootcamp. The course teaches you all you need to develop web applications. It is fast faced but really stimulating. The teachers are very friendly and also willing to help you. I also loved the atmosphere and the people. I definitely... Read More recommend to anyone looking to learn to code.Read Less,Web Development - Full-Time,Web Development +295128,10868,le-wagon,Jamie Chau,False,2022,Best Bootcamp Experience,2022-11-24,5.0,5.0,5.0,5.0,"Coming from a Business Administration background, I was looking for a career change into Tech. While looking for a web development bootcamp there were so many options to choose from. With previous bootcamp experiences, other bootcamps were online and... Read More lacked student/teacher engagement. After careful consideration of all the choices, I chose Le Wagon because they are different from the other bootcamps, Le Wagon was on campus. Learning to Code at Le Wagon was a life-changing experience, This was the best learning experience I've had. I actually enjoyed learning with the Professors and TAs and loved engaging with different students every day. This showed me how to collaborate with other developers and build friendships and relationships with people sharing the same passion. At first, I wasn't sure how I was going to adapt to a new career, but Le Wagon made it easy and showed me how much I loved coding and building projects. I was fortunate enough to complete the course, have an AWESOME demo of our projects, make new friends, and GET A JOB! 2 weeks post bootcamp. I'm very thankful for what Le Wagon has taught me and how much they helped me with their career services also.Read Less",Web Development - Full-Time,Web Development +295048,10868,le-wagon,Anonymous,True,2022,"Awesome bootcamp with great curriculum, support, and community",2022-11-22,5.0,5.0,5.0,5.0,Very intense and fast-paced but also very concrete and goal-oriented; Great support from the entire team all along the bootcamp; It's uncomfortable at times but you need to trust the process; everyone is doing a great job at reassuring you and they have... Read More enough feedback by now to know what's working or not;Read Less,Web Development - Full-Time,Web Development +294957,10868,le-wagon,Emre Ebeturk,False,2022,A full stack learning experience,2022-11-18,5.0,5.0,5.0,0.0,"I was a student of Le Wagon Berlin’s fulltime web development bootcamp in summer 2022. I would definitely recommend the bootcamp to anyone considering to become a full stack developer. I learned a lot in a relatively short period of time and greatly enjoyed... Read More my time in there. As an experienced educator, I know how the conditions of the learning environment can affect the learning experience and outcomes. Le Wagon does a great job in providing an environment that facilitates concentration, dedication, and feeling of belonging. As a student, it was important for me to work with people who actually like doing their jobs. I have got the impression that Le Wagon's teaching team cared about every student, but they also personally enjoyed helping students with their challenges. That helped us a lot with engagement. And it is not only the teaching team, but the entire Le Wagon staff work hard to not leave anyone behind in the process. They continuously track student progress and offer help in wide ranging ways to make those ten weeks of the student go as smooth and productive as possible. I believe this demonstrates a healthy community spirit that is also reflected to the extracurricular activities they all do together. So it was not only an educating and personally enriching experience but also a fun one.Read Less",Web Development - Full-Time,Web Development +294783,10868,le-wagon,Winnie Zhao,False,2022,Full-Time Web Dev Graduate,2022-11-11,5.0,5.0,5.0,5.0,I completed the full-time web development bootcamp at Le Wagon and have nothing but good things to say about it! I went in knowing very little about coding (I have a background in healthcare) and came out of it feeling as though I had the tools and knowledge... Read More to get a junior developer role. The curriculum was fast-paced but there was always support available with the TAs and teachers. The most valuable thing that I learned was how to learn (and apply the knowledge). The campus was open and welcoming and I really enjoyed learning in-person as it felt much more immersive than virtual learning. The students and staff were a definite cherry on top and I made friends for life :)Read Less,Web Development - Full-Time,Web Development +294697,10868,le-wagon,Anonymous,True,2022,"Intensive, learning something new everyday, great support network from lecturer, teaching assistants and course mates. Great relationships forged",2022-11-09,4.7,5.0,5.0,4.0,Supportive learning environment. The boot camp is designed to be intensive and it teaches us how to teach like a developer. Expect to be challenged since there is always something new each day. Great community they have curated for your learning. Love... Read More the experience!Read Less,Web Development - Full-Time,Web Development +294681,10868,le-wagon,George Chaves,False,2022,Best Investment Ever,2022-11-08,5.0,5.0,5.0,5.0,"I’ve been working as digital designer for 5 years and always had interest in the programming aspects of web applications. I started le wagon lisbon’s part time bootcamp with high expectations that were more than fulfilled. Those were intense 24 weeks... Read More in the web dev (ruby on rails) bootcamp. I never felt so happy for a decision, I experienced a vibrating campus and nice staff. Every hour of commitment was worth it: fantastic atmosphere, engaging culture, high quality of lectures and materials, amazing TA’s and community. Not to mention awesome, creative classmates. I’m really proud for this learning journey, and specially surprised with my final delivery. It was an astonishing progress, something I could only dream about up until a few months ago.Read Less",Web Development - Part-Time,Web Development +294631,10868,le-wagon,Marina N'Goyet,False,2022,Une expérience inoubliable,2022-11-07,4.7,5.0,5.0,4.0,"Ce sont 9 semaines intenses et inoubliables que j’ai passées au Wagon cette année ! 9semaines challengeantes pour moi, n’ayant pas d’expérience particulière en IT et dans la Data. J’ai énormément appris, tant des enseignants que des étudiants qui ont... Read More apporté une effervescence particulière à mon Batch 🙂! Je recherchais une formation en présentiel, et mon choix s’est porté vers Le Wagon pour la qualité de l’accompagnement, la possibilité de passer une certification, et le super réseau qu’il permet d’intégrer. Je conseille vivement de sauter le pas pour vivre une aventure humaine et d’apprentissage riche. L’équipe encadrante est géniale, les supports pédagogiques sont bien construits et restent accessibles avec des MAJ régulières. Les activités annexes sont un vrai plus si vous pouvez y participer (sport, entretien avec des entreprises du secteur, ""career week"" pour mieux intégrer le monde pro,..). Je suis encore impressionnée de ce que j’ai appris en 9 semaines, et j’espère que cela dure. Ma Reco si vous vous lancez : prévoyez du temps pour le 'PrepWork', faites bien vos 'Flashcards' et pour le reste, 'Trust the process' !Read Less",Data Science - Full-Time,Data Science and Analytics +294602,10868,le-wagon,Mariou,False,2022,My experience at Le Wagon,2022-11-06,5.0,5.0,5.0,5.0,"""A little time (2 months) has passed since the end of my training at the Le Wagon, and what can I say ... I miss it! I spent two great months in a welcoming and human environment, with people who brought me a lot. The teachers were there to give us all... Read More the necessary material to understand the web development field. The work methodology in pair programming or team project mode allowed us to develop our understanding at another level. We were helping each other, learning together. Don't get me wrong, it's a hard adventure: two months of hard work are waiting for you but for me, learning to code at Le Wagon bootcamp is the best decision I ever made in my life. I met great people, learned with good vibes, experienced the stress of turning in a group project with a deadline, felt the satisfaction of creating something with my hands. Thank you Le Wagon.""Read Less",Web Development - Full-Time,Web Development +294492,10868,le-wagon,Louis Michaud,False,2022,Super expérience,2022-11-03,5.0,5.0,5.0,0.0,Je ne pensais pas possible d'apprendre tout ce que j'ai pu apprendre en l'espace de seulement 9 semaines. Du contenu pédagogique à la qualité des instructeurs je n'ai que du positif à dire de mon expérience au Wagon Bordeaux. Si je devais donner un facteur... Read More vraiment différenciant c'est l'accès à vie à la plateforme utilisée et continuellement mise à jour par l'équipe pédagogique du Wagon. Je recommande fortement!Read Less,Web Development - Full-Time,Web Development +294491,10868,le-wagon,Anonymous,True,2022,Great and challenging experience,2022-11-03,4.7,5.0,5.0,4.0,"I completed the Data Science and Machine Learning Bootcamp with no previous programming knowledge except of self study before the bootcamp (my background is legal). It was definitely the most intense learning experience I've had so far, but probably also... Read More the most rewarding one, and a decision I'll never regret. The staff and teachers provide great guidance and support on every step, and the atmosphere at the campus is very welcoming and inclusive, which was very important for me as a non-tech person. I never believed it is possible to dive so far into ML in such a short time, and yet at Le Wagon they found a way :)Read Less",Data Science - Full-Time,Data Science and Analytics +294448,10868,le-wagon,Malene Thisgaard,False,2022,Best coding bootcamp in Tokyo,2022-11-01,5.0,5.0,5.0,5.0,"I completed the full-time Web Development Bootcamp at Le Wagon in Tokyo this summer, graduating at the beginning of September. It's been one of the best learning experiences I have ever had, and all the hard work paid off as I started my first job as... Read More a web developer only a month after graduating! The bootcamp has a well-planned course structure and great online resources, but what really makes the bootcamp great is the fantastic team behind Le Wagon Tokyo. They went above and beyond to make sure everyone got the help they needed, both during the bootcamp and after, helping us master not only coding but the job hunt too! The teachers are very skilled and knowledgeable, and made the lessons super fun and engaging. The bootcamp is intensive and it's a lot of hard work. The work you put in will absolutely determine what you get out of the bootcamp. That being said, the bootcamp gives you all the tools, knowledge and resources you need to succeed! I highly recommend the Web Development Bootcamp at Le Wagon in Tokyo to anyone who wants to start a new career in coding! Le Wagon has the best coding Bootcamp in Tokyo, and it’s a great choice if you are ready to work hard and have a lot of fun learning a new skill!Read Less",Web Development - Full-Time,Web Development +294430,10868,le-wagon,Diego Cristóbal,False,2022,Le Wagon Review,2022-10-31,5.0,5.0,5.0,5.0,"While I was studying my fourth year of the Computer Science and Business Administration Bachelor, I decided that I needed a more practical approach to the technologies that are used in the Data Science industry. I started searching for different Coding... Read More Bootcamps, and Le wagon was the one that stood out more for me. First of all, it was the only one that was offering the Data Science intense course in English, and secondly, it was rated the best one in Europe. So I decided to join and it was hands-down one of the best decisions I have ever made, the mix between practical knowledge and implementation made the bootcamp super fun and an enriching experience. All of this mixed with the buddy system and a great, friendly atmosphere created the perfect fast-paced learning environment. The last two weeks of building our own project were super fun but one of the most intense of my life, thank you to everyone who I shared this experience with! The best is yet to come!Read Less",Data Science - Full-Time,Data Science and Analytics +294360,10868,le-wagon,Alan Laurier,False,2022,Bootcamp au top,2022-10-28,5.0,5.0,5.0,5.0,"Si vous cherchez une école pour démarrer une carriére dans le web c'est celle-ci. 9 semaines au top. Excellent bootcamp pour apprendre a coder même lorsque l'on est totalement débutant. Un staff parfait de l'inscription même post-bootcamp, toujours disponible... Read More et à l'écouteRead Less",Web Development - Full-Time,Web Development +294325,10868,le-wagon,Sylvain,False,2022,A great way to learn,2022-10-26,5.0,5.0,5.0,5.0,"After 9 weeks in the Web Development Bootcamp, I highly recommend Le Wagon! Having no knowledge in this field, the training allowed me to obtain a lot of knowledge through a well-functioning learning process and a very attentive teams. Thank you for these... Read More three months spent with you!Read Less",Web Development - Full-Time,Web Development +294320,10868,le-wagon,Anonymous,True,2022,A fantastic human and technical experience,2022-10-26,5.0,5.0,5.0,5.0,"Le Wagon is a really fantastic school to become a web developper in a very short time. Courses and exercises are very well structured, so that you can progress every day, teachers are all very good at their job, kind and patient, you can meet alumni,... Read More you can attend to events ... And after your bootcamp, the career week help you to start your new projects. It was just perfect ! I'm now ready to change my life !Read Less",Web Development - Full-Time,Web Development +294300,10868,le-wagon,Zack levy,False,2022,Le Wagon changed my life!!,2022-10-26,4.7,5.0,5.0,4.0,"Le Wagons was an incredible experience that I feel has really changed my life. The lecturers are incredibly knowledgeable and offer down to earth examples on how to apply the complicated concepts of the everyday course material. The curriculum for the... Read More full-time course is jam-packed with information and some days seems like too much, but the teachers help minimize panic and can relate with the overflow of information. tl:dr: Le Wagon is the best bootcamp out there! You should check it out if you want to learn a ton, make good friends and have a laugh occasionally.Read Less",Web Development - Full-Time,Web Development +294182,10868,le-wagon,Silvia Neves,False,2022,Intense but Rewarding,2022-10-21,5.0,5.0,5.0,5.0,"Le Wagon is the place to go if you want to change your career. The course content is very well structured, and the teachers are all very dedicated to you and always go beyond to help you understand the concepts. The career week is very enlightening to... Read More get you on the right track to land your first job.Read Less",Web Development - Full-Time,Web Development +294064,10868,le-wagon,Natalia Ramirez,False,2022,A life changing experience,2022-10-18,5.0,5.0,5.0,0.0,"I did the 9 week full-time web development bootcamp and it was truly life changing! All the teachers are experts in their respective fields as well as very patient with any questions you might have. It was challenging at times but very much worth it!... Read More I feel confident that I am able to develop any web application that I want to create. Sure, I'm still learning but I think the most valuable thing I learned during the 9 weeks is how to think like a developer. This empowers me to find a solution to any problem I might have. Thank you!Read Less",Web Development - Full-Time,Web Development +294049,10868,le-wagon,Bill Cook,False,2022,Best Tokyo Web Development/Coding Bootcamp!,2022-10-18,5.0,5.0,5.0,5.0,"Joining Le Wagon Tokyo was one of the best decisions in my life. I learnt so much in the ten weeks of learning, due to the fantastic teaching methods of the staff and team. One reason I chose Le Wagon over other coding bootcamps in Tokyo was due to its... Read More community and reputation both domestically and internationally. It provides alumni with a massive support network that can be utilized for once they finish the bootcamp. Having no coding knowledge prior to starting Le Wagon to landing a job as a developer after one month after finishing. None of this would have been possible without Le Wagon! I would recommend taking the leap to start your coding journey with Le Wagon Tokyo!!!Read Less",Web Development - Full-Time,Web Development +294043,10868,le-wagon,Juliana Fuhrmann,False,2022,Amazing life-changing experience!,2022-10-17,5.0,5.0,5.0,5.0,"Taking the web-dev bootcamp was a great decision and it really changed my way of thinking and perceiving my abilities. The format of the bootcamp is designed in a way to get you used to not knowing while learning, hence, making you curious when encountering... Read More challenges you yet don't understand instead of panicking and giving up. I'd definitely recommend Le Wagon to anyone wanting to learn strong coding skills in a lovely environment!Read Less",Web Development - Full-Time,Web Development +294024,10868,le-wagon,amaury vallet,False,2022,the perfect bootcamp to learn how to code !,2022-10-17,5.0,5.0,5.0,5.0,"I would strongly advise people to come onboard ! The format is made so that you practice as much as you can, which is key in the coding learning process. The whole Wagon's team is committed to bring you the best tools to improve yourself all along the... Read More journey. You can totally join the program without any coding background. I'm really glad I came by le Wagon to start my new career as a developer !Read Less",Web Development - Full-Time,Web Development +294001,10868,le-wagon,Anonymous,True,2022,Terrible and a waste of time,2022-10-17,1.3,1.0,2.0,1.0,"Most of the TAs are clueless and one was downright rude and condescending, with frequent utterance of f**k to the students. Guess having an inflated title of VP at some soon-to-go under tech firm is a great boost to his sense of superiority. Highly not... Read More recommended unless you are so bored and have nothing better to do with your time or if you are desperate for a piece of useless certificateRead Less",Web Development - Part-Time,Web Development +293944,10868,le-wagon,Anonymous,True,2022,A great way to learn and meet wonderfull people.,2022-10-14,4.7,5.0,4.0,5.0,"Le Wagon is an amazing way to learn. Not only the course it self is great and it teach you a lot, but also the best of Le Wagon is the people. The interest of the teachers to teach you is astonishing, and also in Le Wagon you get to know people very different,... Read More but with the same issues and the same desire as you. That's the best of Le WagonRead Less",Data Science - Full-Time,Data Science and Analytics +293918,10868,le-wagon,Nikita Polovinkin,False,2022,Amazing learning experience,2022-10-13,5.0,5.0,5.0,5.0,I would say that course exceeded my expectations regarding the high quality of lectures and materials. I can say that I improved a lot and I also got a very good structure that I can now build on much easier. Teachers and TAs helped a lot with assignments... Read More and explained the material really well. The Barcelona team was very helpful and made our education smooth. Bootcamp has a fantastic atmosphere and engaging culture. I met a lot of friends that share the same passion as me. A great part of the course is that we create a product at the end. I'm really happy with the quality of that and I'm currently working on the product further. Would definitely recommend this course to data enthusiasts.Read Less,Data Science - Full-Time,Data Science and Analytics +293905,10868,le-wagon,André Góes Marinho,False,2022,A watershed moment in my professional life,2022-10-12,5.0,5.0,5.0,5.0,"I've known Le Wagon for 5 years before enrolling in my first course (data). My friends that participated in the web development always told me how amazing their methodology and the whole community was. And although it arouse some curiosity in me, I had... Read More no idea how life changing it could be. I'm super interested in how programming and analytics can offer us possibilities to exercise our creativity and handle uncertainties in order to make more sense of the world we live in. My domain of work is consumer behavior, and in the last years, as I was getting more acquainted to this theme 'data science', I felt that diving deeper into this field would allow me to extract much more value from my work. So I started to study on my own, I led some data science projects in my former company, but since I didn't properly have a tech background (and neither people I would work directly with), I would always feel that there was something missing. As if I was working on separate pieces, but not really connecting all of the dots. That's when Le Wagon comes into play. I wanted to level up my game, to put some structure on things, to feel that I had a kind of blueprint to address business problems, and - perhaps the most important - to feel that I was part of a supportive community (I mean, we are talking about a super dynamic field in which the only constant is the change, so having this active community helps a lot to keep up to date). Right before making the decision to leave my job and enroll in the full-time bootcamp, I felt a little insecure. I guess my past experiences led me to be somehow skeptical about the potential of learning institutions. But I can affirm today that making this decision was a watershed moment, and that Le Wagon exceeded all of the expectations I could have. The methodology is indeed fantastic, the local community incredibly friendly and supportive, so although you spend months of suffering, you are also having lots of fun. Not to mention the broader community, which is super active and engaged. I feel that I've accomplished all of my goals and a lot of bonuses came together. So if you're interested in programming, data science, technology in general, and you're considering to participate in a bootcamp, don't take as long as I did. I can assure you won't regret.Read Less",Data Science - Full-Time,Data Science and Analytics +293882,10868,le-wagon,Patrick Dreier,False,2022,Insightful experience and a great basis for further learning,2022-10-12,4.7,5.0,5.0,4.0,"I started the Le Wagon Data Science Bootcamp after several years as a technical product manager and having a lovely experience with their Web Development Bootcamp in 2020. Learning the basics for everything that you need to get started as a Data Scientist... Read More or a Data Engineer is extremely helpful to get started and also helps working on any technical, data heavy project.Read Less",Data Science - Full-Time,Data Science and Analytics +293879,10868,le-wagon,Tony Wang,False,2022,Amazing place to start your coding journey,2022-10-12,5.0,5.0,5.0,5.0,"-I've recently completed the full time web development bootcamp at Le wagon. It exceeded my expectations. It was challenging but because we had amazing teachers and support none of the modules felt out of reach. -I was doing some self coding prior to... Read More bootcamp and doing the Le wagon PROS: -Amazing teachers -Great learning platform -You meet some awesome like minded people -Awesome and caring staff -Office is really nice (Melbourne, Australia) CONS: Full Time course is 9am - 6pm Monday to Fridays. You might feel mental fatigue towards the later part of the bootcampRead Less",Data Science - Full-Time,Data Science and Analytics +293846,10868,le-wagon,Natalia,False,2022,Perfect place to grow,2022-10-11,5.0,5.0,5.0,5.0,"I learned some coding from online sources, but soon I reached the level I couldn't go further without professional help. And that's how my adventure with Le Wagon begin! I decided to join this intense course to develop my skills and my expectations were... Read More fulfilled. I really like the program and how every day we were learning another piece of material, which in the end give us the capability to design, build and launch a fully working web application. The teachers were very helpful and professional. I recommend this Bootcamp to all those who are curious and not afraid of challenges.Read Less",Web Development - Full-Time,Web Development +293832,10868,le-wagon,Florian Cywinski,False,2022,Great time,2022-10-10,4.7,5.0,5.0,4.0,It was always a pleasant learning atmosphere. I have learned a lot in a very short time. The team at Le Wagon is great. The batch manager did a great job of accommodating all the students. The bootcamp is intense. A high level of comprehension and concentration... Read More are an advantage.Read Less,Web Development - Full-Time,Web Development +293819,10868,le-wagon,Anastasiya Kim,False,2022,Best learning experience,2022-10-10,5.0,5.0,5.0,5.0,"Best learning experience chez Le Wagon! From teachers, to syllabus, to challenges and projects we worked on. You can be assured that you get all the necessary knowledge and skills to launch yourself into the new career path as long as you work hard as... Read More well. Highly recommend!Read Less",Web Development - Part-Time,Web Development +293806,10868,le-wagon,Lucas Picot,False,2022,Data Science Bootcamp at Le Wagon Online,2022-10-10,5.0,5.0,5.0,5.0,"It was overall a very very good experience ! So happy to be part of the bootcamp this summer, and I'm not gonna regret it because it opened me so many doors. Definitely you should go to learn Data and change your career. Even online, teachers and all... Read More Le Wagon team is really available and nice. Would recommend 100%Read Less",Data Science - Full-Time,Data Science and Analytics +293751,10868,le-wagon,Rafael Kasinski,False,2022,The Ride of a Lifetime,2022-10-07,4.7,5.0,5.0,4.0,"As with many people of my age and background, I was looking for a career change. I'd been working with audio and language instruction for many years and, comfortable in my situation, realized not much else would ever change and my life would pretty much... Read More stall thereafter. After talking to friends and family, particularly people who had transitioned into programming, I decided to take that leap and head into said area myself. There was a plethora of courses to choose from, from bootcamps to part-time programs I could've done at home over some time. Myriad companies are competing in this field now, tailoring their courses to fit students' needs. Some are expensive, others involve more manageable pricing. Some are online, others hybrid. But the one that most definitely stood out was Le Wagon São Paulo. Not only because it was nearby and situated in one of São Paulo's more interesting neighborhoods, but because it involved: a 10-week, 360-hour bootcamp, made to extract the best out of you, through a well-thought-out, solid curriculum taught with grit and passion by a body of teachers and assistants with full dominion over the material they use daily in their professional and personal affairs. Never mind that facilities are spotless and top-notch, with comfortable seating, open areas (including the rooftop where we did yoga a few times), powerful air-conditioning and heating, lockers, and two kitchen areas. And besides the aforementioned talented staff, there's a full support network accessible via Slack made up of alumni from all across the globe who are always willing to help, be it with programming matters, be it with job opportunities, or placement. A student who commits him/herself fully to the course and continues with that commitment afterward will most certainly find their place in the market, be it as an entrepreneur or as an employee at a startup, software house, or maybe even a transnational company. The doors that are bound to open to the dedicated individual are numerous and quite real. Finally, I mention that I leave my name in this review so that you, its reader, can hold me accountable for my words and understand that what I write here is the result of an ongoing personal journey and process. The 360 hours (plus the prep work) involved are grueling. Nothing about this course was easy. But no one said it would be (actually, we were explicitly told otherwise), and the support offered here was instrumental in being able to come out the other end whole and much better than when I came in. Let’s be clear: Le Wagon is not the only full-stack web development course out there, but I cannot imagine having done any other. Without hesitation, I give it a 5/5.Read Less",Web Development - Full-Time,Web Development +293731,10868,le-wagon,Raphael Resende,False,2022,My experience,2022-10-06,5.0,5.0,5.0,5.0,"I came to Le Wagon to change careers , and that i did. I decided to take the part-time format to have more time to learn and internalize all the information (which was a lot). Not a single regret, started working on a startup recently and have no intentions... Read More of going back to my previous career. The teachers all make then-self's at everyone disposal at nearly all-time and will make everything in their power to make sure you understood the lesson. And a last reminder: Those are classes, there is no score, no bonus for good students, no demerit, no failing and redoing latter. You need to commit and dedicate yourself properly. pros: You will learn to program. Fun and dynamic lessons; emphasis on team work, giving you an edge afterwards; great methodology and teachers; cons: Can seem overwhelming, but trust your teachers and colleagues. You will lose your Saturdays to coding school. but will have a lot more time to learn (compared to full-time) Dependent on willingness of the students. You need a bit of luck so the other students are 100% in the process as well as you to make the most of it.Read Less",,Unknown +293730,10868,le-wagon,Raphael Resende,False,2022,My experience,2022-10-06,5.0,5.0,5.0,5.0,"I came to Le Wagon to change careers , and that i did. I decided to take the part-time format to have more time to learn and internalize all the information (which was a lot). Not a single regret, started working on a startup recently and have no intentions... Read More of going back to my previous career. The teachers all make then-self's at everyone disposal at nearly all-time and will make everything in their power to make sure you understood the lesson. And a last reminder: Those are classes, there is no score, no bonus for good students, no demerit, no failing and redoing latter. You need to commit and dedicate yourself properly. pros: You will learn to program. Fun and dynamic lessons; emphasis on team work, giving you an edge afterwards; great methodology and teachers; cons: Can seem overwhelming, but trust your teachers and colleagues. You will lose your Saturdays to coding school. but will have a lot more time to learn (compared to full-time) Dependent on willingness of the students. You need a bit of luck so the other students are 100% in the process as well as you to make the most of it.Read Less",Web Development - Part-Time,Web Development +293729,10868,le-wagon,Bennett Mackenzie,False,2022,Amazing experience from beginning to end,2022-10-06,5.0,5.0,5.0,5.0,When I started this course I was nervous. I was worried that maybe I would find coding too hard. From day one I really felt the enthusiasm and support from the Le Wagon team. The teachers are so invested in your success and helping you understand the... Read More concepts. Without fail the Le Wagon team were there to support me every step of the way. The experience was really next to none. Le Wagon gave me the skills I need to launch my career as a developer. The resources are awesome and the ongoing support is invaluable. I’m proud to have joined an amazing global community. Thanks Le Wagon!!! Just a few pros: ✅ Amazing community ✅ Incredible resources ✅ A holistic approach to learning code ✅ Practical skills to prepare you for the industry ✅ Ongoing support!!!Read Less,Web Development - Part-Time,Web Development +293720,10868,le-wagon,Luca Visaggio,False,2022,An amazing coding journey,2022-10-06,5.0,5.0,5.0,5.0,"Before Le Wagon I tried also a cheap online corse and a free course in italy. But honestly both of them weren't that good. Before quiting my dream to change career and start working in the web dev fild I decided to try one last time. So I did my research,... Read More I started read reviews (also here) watch YouTube videos, look on reddit and make phone call to different Bootcamps, asking them their syllabus and other corse and post course related questions. I'm the kind of person that before spending a good amount of money on something need to be 100% sure it is worth it.  And that how I arrived at Le Wagon. Before starting I was a little afraid, since I needed to do the course wile working (I did the part-time) + the course was online + I had a 2 months old baby at that time. And to be honest, I was right to be afraid. The course is challenging and you need to work on it, because learning something like coding is not a walk in the park. But how they structured the course, how they implemented the buddy system plus the Teachers and TA, made my coding journey great. ABOUT THE COURSE The course start with ruby and at beginning,, I know that ruby is not the most famous language out there. But I still thought that Le Wagon was a good choice. At the beginning I hated ruby, but now I have fell in love with it. It's easier to understand basic and complex concepts compared to other languages, but at the same time when you start learning new languages you find that they are not that complex anymore. Because you have already mastered the basics. A huge plus is that ruby on rails is fantastic! ABOUT THE BUDDY SYSTEM At the beginning of the course I was a little doubtful about this system for two reasons: one the course was online and two my English was not the best. But it's was actually really good. Thanks to the buddy system and the friendly Teachers after 2 weeks from the start of the course I already had the chance to meet and know better half of my classmates. It's nice to share some thoughts and opinions and find that everyone is coming from different places, different backgrounds but same love for coding. Even though the course is finished I'm already working on a new project with five of my classmates. That pretty much tells you how much you are able to bound during the course. And also this system helps you learn how to work in a team has a web dev, especially in the two main projects at the end of the course. ABOUT THE TEACHERS AND TA The teacher where simple great. Obviously they are really good at coding. But they where actually also really good at teaching. The course work with a ticket system, basically when you have a problem you can open a ticket and discuss with the teacher or the TA about the problem in is private zoom room. They try to help you in every possible way and explain you the possible solution as many time as you want. But the most important thing is that they were always nice and friendly. Never once I felt like they were annoyed, even when there were a lot of tickets or bugs to solve. That my experience at Le Wagon. I know that it can be difficult to make a choice and even more to stay motivated while learning something complex like programming, but whith a good environment and enough enough motivation it's possible. My only advice is don't be afraid and start this journey. And always keep in mind: ""Programming is a marathon, not a sprint.""Read Less",Web Development - Part-Time,Web Development +293711,10868,le-wagon,Jiwon Shin,False,2022,The most worthwhile decisions I’ve ever made.,2022-10-06,4.7,5.0,5.0,4.0,"I am a YouTuber based in South Korea and Japan, and I came to London to do a master’s degree in Media and Communication to expand my expertise not only in Media industry and also in intersectional feminism/racism. While I was doing my master's, i conducted... Read More quantitative research (youtube comments analysis), using methods such as data cleaning and word cloud. I found coding/data analysis super intriguing and that’s when I found Le wagon data science boot camp! As I’m not a native speaker, it was already challenging to learn Data science in English but TAs and batch managers were always willing to help and it really encouraged me tremendously. If the course and teachers were overwhelming, i might have dropped out in a week (not joking)😂 Love how supportive they were in every way💕 Plus, even though I’m quite an outgoing person, it’s been such a difficult thing to broaden my network in another country! 😭But thanks to Le Wagon buddy system, it was great to know other classmates!! Everyone has different background and as I’m interested in diversity and intersectionality, it was just so amazing to connect with them. When I struggled with challenges, amazing buddies helped me and once we solved it, we felt the rewarding moment together! How fantastic!! I truly recommend Le Wagon Data Science bootcamp to those who doubt if they can make it, or are still quite afraid as they don’t have any background in this field. Even a person like me, who has ZERO background in tech or data, made it! 💪 I can proudly say it was one of the most worthwhile decisions i’ve ever made.Read Less",Data Science - Full-Time,Data Science and Analytics +293708,10868,le-wagon,Jamie Welch,False,2022,Incredibly Rewarding Experience,2022-10-06,4.7,5.0,5.0,4.0,I was fed up in my previous role so decided to take the plunge and kick start my career transition with Le Wagon. I have no regrets. The course material and the teachers are amazing. You can be sure that the students are all there for similar reasons... Read More and nobody is there for a free ride. Ultimately you get out what you put in. I have made many connections through Le Wagon and leave feeling incredibly confident to begin my new journey.Read Less,Data Science - Full-Time,Data Science and Analytics +293706,10868,le-wagon,Federico Griggio,False,2022,Intense learning experience within a nice community. Great Value,2022-10-06,5.0,5.0,5.0,5.0,"Attending Le Wagon Data Science bootcamp has been a great experience, in terms of knowledge and support. The learning method is based on doing, with an intense peace, made possible by a great support from teachers and assistants. Le Wagon also provide... Read More a long-term access to their worldwide community, to keep sharing information and ideas.Read Less",Data Science - Full-Time,Data Science and Analytics +293686,10868,le-wagon,Thiago Aragão,False,2022,Best learning experience in my life,2022-10-05,5.0,5.0,5.0,5.0,"I started le wagon web development bootcamp with zero knowledge about programming. At first I was apprehensive, but as soon as the first day of the bootcamp started this feeling started to slowly go away. All the teachers, teacher assistants and the whole... Read More staff in general were very kind and friendly, it never felt so great to wake up early to study haha. The bootcamp is very intensive and their method of teaching is unique. I made friends that I'm taking for the rest of my life and had great experiences that I will never forget. After the 9 weeks of bootcamp, we had a career guidance week that helped a lot to give me a place from where to start looking for jobs and tips about what recruiters are seeking for. One month later, I got my first ""yes"" and now I'm working as a Back-end Developer! I never could imagine that in such short time my life could change, but it did! I am very thankful for all of the staff and friends that I made during the course that took part in this. #BATCH898Read Less",,Unknown +293683,10868,le-wagon,Preston,False,2022,Le Wagon changed my life and helped me break into tech,2022-10-05,5.0,5.0,5.0,5.0,I learned so much about the principles of software development as well as other important industry skills such as working with git and GitHub and working on a team to take an idea and turn it into a functioning web app. There were times that it was very... Read More difficult but there were always teachers and teacher assistants available to help you through a problem.Read Less,,Unknown +293673,10868,le-wagon,Daniel Polistchuck,False,2022,More than a course,2022-10-05,5.0,5.0,5.0,5.0,"Le Wagon for me was an amazing experience. I was expecting just a simple course with some advices to get a new job. instead, I got a family. My classmates were awesome and the teachers were perfect! And rather than making a few friends, I got a world... Read More wide level of connections with all alumni students. Totally worth itRead Less",Web Development - Part-Time,Web Development +293671,10868,le-wagon,Hamed Aljamry,False,2022,Web Development Bootcamp London,2022-10-05,5.0,5.0,5.0,5.0,"LeWagon has given me more than I had hoped for not only did I learn how to code, I learned how to take in information at a faster and more efficient rate. The daily challenges were exactly what was needed to excel and further understand the concepts of... Read More programming while using the knowledge acquired from previous lectures. The environment is really friendly and relaxed which was a valuable key as it helped ease everyone’s experience in learning such an intimidating skill. The LeWagon experience goes beyond the bootcamp as once you’re done, you will join the community as an alumni and always have access to the facilities and lectures. I am now ready to start my new chapter in my career as now I have confidence in back-end and front-end languages and an extra bonus skill which is pitching a project along with collaborating with a team!Read Less",,Unknown +293667,10868,le-wagon,Antontre,False,2022,Excellent Network AMazing courses - all stars,2022-10-05,5.0,5.0,5.0,5.0,"LeWagon has been totally beneficial to me. I wanted to understand and learn the technologies of site creation in fullstask mode to prepare the realization of an app. There are sometimes very high-level teachers, and there are many of them. Objective totally... Read More achieved and all with a great team, a large and rich network to support each other after the bootcamp.Read Less",Web Development - Part-Time,Web Development +293647,10868,le-wagon,Yuhri Benaion Ramos Parada,False,2021,Outstanding,2022-10-04,5.0,5.0,5.0,5.0,"Choosing to do the Le Wagon Bootcamp was one of the best choices in my life and in fact the best in my professional life. I learned to code from scratch and improved both a lot of hard skills and soft skills as well. I loved the whole process. The attention... Read More and care of the management/staff team, the wonderful teachers, and T.A's, the study methodology, challenges and projects, and the smooth and chilling learning environment. I'm forever grateful for the positive impact of Le Wagon on my professional and personal life.Read Less",Web Development - Full-Time,Web Development +293645,10868,le-wagon,Plínio Guanaes do Amaral,False,2022,LE WAGON RIO DE JANEIRO,2022-10-04,5.0,5.0,5.0,5.0,"Best investment I could have ever made at this moment of my life. The material alone offered is better than most online courses, and I'm talking about ONLY the material found in the slides. The methodology of lecture and pair programming makes all the... Read More difference for the learning process, since coding is mostly about practice. But what really makes Le Wagon special is all the people involved, from staff to ex-alumni Le Wagon is not only a bootcamp but a community of people, and that's what it's all about, people helping people.Read Less",Data Science - Full-Time,Data Science and Analytics +293641,10868,le-wagon,Fábio Gardinal,False,2022,Game-changer experience.,2022-10-04,5.0,5.0,5.0,5.0,"It all started when I was 15 years old. A super criative teenager, in love with creation and innovation, good abilities on computer and techonology itself. I started a course about website creation, using ASP.net but at the time I was so young to understand... Read More how to make money with it and life took another path. The love to work with projects and creative ideas remained for years and walked side by side while I was a salesman. I worked for 12 years in the commercial department and learned a lot on how to deal with people and everyday problems, closing good deals and understanding more about customer relationship. In the middle of the pandemic I really looked into my carreer and despite of being a good salesman, I really didn't see a future for what I was doing and thought about my great passion of working with projects and solving real problems with innovation. So I started talking to my friends and my cousin told my about Le Wagon and the experience that he had, the job opportunities he was receiving and it motivated me to look into it. I confess being nervous at the very beginning since I was putting aside 12 years of carreer to start over again. But it was worth it every moment. Le Wagon has a method of learning that puts you to code all day long and the interaction with other students makes all the difference. I could share my difficulties to learn and my solutions to help others. As time goes by I started to realize how much things were making sense in the bootcamp. So after learning about the stacks, database and some tools to work for a full application, I had the chance to work with a group for 2 complete projects and that was a real challenge. We had to plan, think about the design, the patterns and how we aspect the platform to behave. It was amazing and we definitely had support for this, which made all the difference. All these interactions and the materials to learn made the bootcamp at Le Wagon so special and unique. Not mentioning the network with devs and friends that keeps us in touch to this day. Now I'm a Full-Stack Web Developer and really enjoying this new life with challenging projects and the chance to put my ideas to help solving real life problems.Read Less",Web Development - Full-Time,Web Development +293639,10868,le-wagon,Zippora Latzko,False,2021,Le Wagon Rio was awesome!,2022-10-04,4.7,5.0,4.0,5.0,"It was such a challenging but rewarding time. I learned a lot. It also felt like becoming part of a little family here in Rio. I think anyone who is seriously thinking of breaking into tech this is a great opportunity. If you're serious about being a... Read More programmer, in my opinion it would help a lot though to have some prior knowledge.Read Less",Web Development - Full-Time,Web Development +293638,10868,le-wagon,Pedro Bueno,False,2022,The Le Wagon Experience,2022-10-04,5.0,5.0,5.0,5.0,"I had an amazing experience studing in Le Wagon Rio, without a doubt one if not the most challeing of my entire professional carrier. At the same time that you learn you have so much fun and as the weeks go by and everything starts to make sense it's... Read More so fullfiling. The teachers are absolutelly fantastic and are always there to help you even when the course is over. I had a great experience at Le Wagon and I know that 90% is beacause of the staff.Read Less",Web Development - Full-Time,Web Development +293634,10868,le-wagon,FELIPE ALBERTO BRANDALISE,False,2022,Best experience of my life,2022-10-04,5.0,5.0,5.0,5.0,"I enrolled in the full-time Web Development bootcamp in January 2022 at Le Wagon’s Sao Paulo school. At first I was a bit insecure because I have spent the last 15 years working as a movie editor and creative director and for years thought about a career... Read More transition. But since the very first moment I felt welcome and secure to share my insecurities and doubts. Even though the course is very intense (and sometimes overwhelming), teachers, assistants and colleagues were always there to pick me up and help me. The mantra “Trust the methodology” is absolutely true: everyday you’re constantly using what you have previously learned. That way, you end up having a solid base to develop your knowledge, even if you don’t have any programming previous knowledge. The methodology of working in pairs or groups really gives you a sense of companionship and prepares you to real live jobs, building a sense of collaboration and constant communication. I thought that I was only going to learn how to code but the sense of community that Le Wagon have really makes me feel like I belong, even now, 6 months after finishing the bootcamp. I even go there from time to time to spend the day working and clearing doubts with the teachers and friends I made there. It was, without doubt, the best experience I have ever had.Read Less",,Unknown +293632,10868,le-wagon,Blake Mckenzie,False,2022,Rewarding Learning Experience,2022-10-04,4.7,5.0,5.0,4.0,"Before starting Le Wagon, I was an English graduate and training as an acting student. I eventually felt the need for a career change. I had a growing interest in web development and had tried out a beginner python course and became increasingly curious... Read More to learn more and develop this skill. Upon researching the best places to start my journey into web development, I found Le Wagon. I had an amazing experience. I was introduced into a fantastic community of teachers and fellow students, where everyone was passionate about learning more and upskilling. Every day was equal parts challenging and rewarding, and the concepts we had learned each day were constantly put into practice. I particularly enjoyed the product-oriented approach at Le Wagon. Towards the end of the course, we began to work in development teams building our own web applications. I was really shown what is possible under the span of 9 weeks when you are committed to learning and practicing that knowledge; and equally importantly when you are within a supportive, friendly, ambitious community of people that are committed to becoming better developers. This was what I was fortunate enough to experience during my time at Le Wagon.Read Less",Web Development - Full-Time,Web Development +293628,10868,le-wagon,Olivia Patterson,False,2022,Best Bootcamp in London,2022-10-04,4.7,5.0,4.0,5.0,"After graduating from university in 2021, I decided to do the Le Wagon Full Stack Web Development boot camp in summer 2022. Almost all my classmates were at the same level as me (0 coding previous experience) which was a relief, as I had been worried... Read More about being bottom of the class. From day 1, the teachers and teaching assistants were patient and understanding with us and it really feels like a little community that you are a part of - especially towards the end of the course. Asides from coding, there are weekly social events where students and teachers from all 3 batches come together and get to know each other. I left the bootcamp feeling optimistic for my future coding career and I would highly recommend it to anyone considering learning to code.Read Less",Web Development - Full-Time,Web Development +293627,10868,le-wagon,Justin Chan,False,2022,"Amazing experience, great support and community!",2022-10-04,5.0,5.0,5.0,5.0,"Top-class learning and coding experience. Before joining the Le Wagon Web Development bootcamp, I was working in the marketing industry with a bit coding experience. I decided to join Le Wagon because I wanted to change my career in the tech industry... Read More and acquire practical technical skills. The course is comprehensive and of great quality with many learning resources (e.g. lecture slides, challenges, and flashcards ...). The teachers and tas are passionate and their support is beyond my expectation. Learnt a lot, met great people, and enjoyed a great atmosphere. I highly recommend Le Wagon and thank you all for providing such a life-changing experience!Read Less",Web Development - Full-Time,Web Development +293626,10868,le-wagon,Ewan Michael Evans,False,2022,Challenging and rewarding,2022-10-04,4.7,5.0,5.0,4.0,"I was a student in the data science batch 900 in London. Firstly the quality of the teaching by the lecturers and the TAs was exceptional. One of the most notable aspects of the bootcamp is that you’re immersed in an environment where everyone really... Read More wants to further their learning, which is very motivating. I did not have a very technical background so I did find the camp challenging, but I have since managed to secure a position on a data engineering programme, which is very exciting.Read Less",Data Science - Full-Time,Data Science and Analytics +293625,10868,le-wagon,Thaís Paiva,False,2022,A very positive experience; fully recommended,2022-10-04,4.7,5.0,5.0,4.0,"Here's the short version: I strongly recommend Le Wagon to anyone who wants to learn how to code from scratch, and to people who wish to know how digital products are built and improved. I had an amazing experience and I'm very thankful to the wonderful... Read More Munich staff. I decided to join Le Wagon because I needed a change from my previous career; after 12 years in publishing and translation (5 of which I spent freelancing), I was tired and frustrated with my professional life. I chose LW because I know plenty of alumni who came from diverse backgrounds and managed to complete a full transition into tech, building successful careers after putting in the necessary hard work. Having just graduated, I aspire to become one of them, and I feel confident in my potential to do so. I came in with high expectations, and LW managed to fulfil them all. The 9 weeks were very tough and required serious hard work and some mental/emotional resilience, but I had fun every single day. I could also see how every lecture served as building block towards our final goal and no piece of knowledge acquired felt irrelevant or outdated. The highlight to me has to be the Munich teaching staff, knowledgeable people who were always kind, patient and never failed to point me in the right direction. I'm still in awe of the amount of stuff we learn in such short time and I feel very comfortable knowing that I’ll have permanent access to class materials. My final project went smoothly—we are taught so much more about product development than I expected. With the fundamental knowledge that I acquired at Le Wagon, I'm confident that I'll be able to keep building my tech skills, whatever path I decide to follow and whichever other programming languages I decide to learn.Read Less",Web Development - Full-Time,Web Development +293624,10868,le-wagon,Luiz Felipe Soares Ferreira,False,2022,"Rewarding, Friendship, Intense",2022-10-04,4.3,5.0,4.0,4.0,"You must prepare yourself well before you start the course, both with the time you need and with the material you have available for preparation. The beginning is challenging, and will get you used to thinking like a programmer, and performing tasks like... Read More a developer. It is rewarding to understand that you are capable of making code. And trust the method, it works!Read Less",Web Development - Full-Time,Web Development +293618,10868,le-wagon,Jean,False,2022,Excellent experience overall!,2022-10-04,4.3,5.0,4.0,4.0,"I did Le Wagon in Paris this spring 2022. It was a very intense, yet rewarding experience. Le Wagon gives you the opportunity to strongly grasp web development (back & front) and product management concepts. Mornings are for the lectures with skilled... Read More (and patient) teachers, and afternoons filled with exercises on the topic. Whether it be for exercises or end projects, the bootcamp forces you to meet and collectively work with your pairs. That's a great introduction to team work in companies. So overall, go for it if you want to learn web dev concepts (if you're into product, or want to start your business). If you want to switch to a dev career, this gives you a strong basis on which to build upon.Read Less",,Unknown +293604,10868,le-wagon,Alécio Claudio Brandão Alves Filho,False,2022,A life changing experience,2022-10-03,5.0,5.0,5.0,5.0,"Le Wagon is a life changing experience and I can't recommend it enough!It was 9 very challenging and extremelly gratificating weeks. Being a student at Le Wagon looks something like this: at the same time we are assigned increasingly complex challenges... Read More we end up calling upon each other to deal with these challenges. Two weeks in and we already feel like a family despite all the diversity in the batch (Le Wagon gathers people from different places and with different bagrounds).It is incredible how much I've learned in such a short time. Le Wagon's metodology is amazing and all the staff is extremelly supporting. The teachers and teacher assistants are all very helpful and competent. Most of them were Le Wagon students as well, so they know exactly what students are going through.Now I feel like I am ready to start my career as a web developer and excited to keep developing my programming skills.Read Less",Web Development - Full-Time,Web Development +293603,10868,le-wagon,Caroline Brum,False,2022,Amazing school and experience :),2022-10-03,5.0,5.0,5.0,5.0,"I choose Le Wagon Web Development to technically prepare myself for the next step of my career in tech, but I found more than that. The whole experience was incredible, stimulating, streamlined, fun, well organized and empowering for my professional future,... Read More where you learn by doing and working in teams to achieve projects. The course is very well structured and the teachers are very supportive and friendly. A truly worthy investment that I would recommend to anyone in search for a career change path or a purposeful learning experience.Read Less",Web Development - Full-Time,Web Development +293596,10868,le-wagon,Carole Nguyen,False,2022,Great experience !,2022-10-03,5.0,5.0,5.0,5.0,"Le Wagon provides an amazing access to learning strong knowledge about coding, best practice and workflows. The teaching process is very intense and effective. I particularly enjoyed the collaborative way of working for developers, the very friendly,... Read More benevolent and dynamic atmosphere, the great talks from Tech founders, the testimonies from alumni students who shared their experience and the career week organized at the end of the program to give us confidence in starting a career in web development. The network of alumni and shared resources is precious. Overall it was a very enriching and exciting experience with lots of great teachers. I encourage anyone wanting to learn how to code to apply to Le Wagon.Read Less",Web Development - Full-Time,Web Development +293591,10868,le-wagon,Juliana Arrighi,False,2021,Life changer,2022-10-03,5.0,5.0,5.0,5.0,"I've studied in respected institutions in Brazil and Europe throughout my academic and professional life. So I can assure you that you can't go wrong on Le Wagon. This Bootcamp was the best course I have ever done. It's organized, clear, effective, and... Read More right to the point. Le Wagon is not expensive because it is worth every dime, it's an investment. You don't simply learn how to code, you learn the developer's workflow and how to work in a team. You gain not just coding knowledge but professional skills. The material is excellent and you have unlimited access to it. The teachers and classes are great and you have full support the whole time. Their methodology takes you beyond your expectations. The environment they create makes you miss them after you finish the Bootcamp. It's amazing! And if still think these are not enough, you can also count on their alumni network. It's all over the world! So if you want to change your career or just want to start coding don't think twice. It can be a game changer in your life.Read Less",,Unknown +293583,10868,le-wagon,Jose Bello,False,2022,An eye-opening experince!,2022-10-03,5.0,5.0,5.0,5.0,"Le Wagon has been an amazing experience for me. Yes, it was intense and I did struggle at times, but the amount of knowledge you squeeze out from the boot-camp is insane. The system they have in place is well structured and polished. The highlight for... Read More me was clearly the project week, during this week you get to piece together everything you have learned throughout the boot camp. Also the amount of help and support you get from the teachers is impressive. Highly skilled teachers with a solid technical know-how, constantly helping you in any possible way they can. I highly recommend the boot-camp, I really do.Read Less",,Unknown +293580,10868,le-wagon,Vadim Constantin,False,2021,Amazing profesional and human experience,2022-10-03,5.0,5.0,5.0,5.0,"I went to Le Wagon in Paris from October 2021 to December 2021. I had no experience in coding at all and after 2 months, I knew how to code a website, how the web worked and all the basics you need to apply for a junior web developer job ! I also need... Read More to mention that I met great people there and the teachers were really kind and caring. I highly recommend this bootcamp !Read Less",Web Development - Full-Time,Web Development +293579,10868,le-wagon,Alessandra Sellini,False,2022,From Zero to Hero,2022-10-03,5.0,5.0,5.0,5.0,"After completing my MSc in Marine Biology, I knew I should have worked with data - and a lot. I came to Le Wagon Brussels with this goal clear in mind, expecting to learn the basics of coding. But the experience proved itself to be much more. Having little... Read More to no background in Python, I was challenged from day one. To code, of course, but also to shift my way of thinking. Le Wagon ultimately (re)taught me how to learn, dramatically improving my problem-solving skills. The curriculum was well-structured, with a right increment in the difficulty of the arguments. Topics like communication, teamwork and project management weren't left out, giving a complete and life-like overview of Data Science. The additional workshops organised by Le Wagon also helped us to keep updated with the latest developments in the field. Throughout the bootcamp, the entire staff provided us with the support we needed, from week 0 to career week, both in person and with extensive resources. I would definitively recommend the bootcamp :)Read Less",Data Science - Full-Time,Data Science and Analytics +293574,10868,le-wagon,Filip Brouwers,False,2021,Le Wagon Bxl- great experience,2022-10-03,5.0,5.0,5.0,5.0,"fast track web development courses - 9 weeks from 9 till 18, and prework (before these 9 weeks) and a bit of home work after classes. a class = some présentation and a lot of technical challenges, live support, live coding, and group projects! if you... Read More don't have time to lose, and want to go to it development, this is a great entry Point!!Read Less",Web Development - Full-Time,Web Development +293573,10868,le-wagon,Sacha Gotainer,False,2022,The best experience of my life!,2022-10-03,5.0,5.0,5.0,5.0,"My experience at Le Wagon was simply the best both human and learning experience I have ever had. The teachers and TA's are amazing, they really give the best of themselves to help us go through it all and become developers. After a while they really... Read More feel like family. The program is really well designed, in such a way that even a total beginner, if he is willing to go through all the steps, can become a junior developer in 9 weeks of intensive training. I am very grateful to Le Wagon, they helped me find my way and I couldn't be happier for going through the programm. So if you feel like you want to become a developer, don't hesiatet, that's the place you want to go!Read Less",Web Development - Full-Time,Web Development +293572,10868,le-wagon,Xander W,False,2022,Great - Wish I could do it all over again,2022-10-03,5.0,5.0,5.0,5.0,"Pros - Great to have very supportive teachers and peers face to face - Cool coworking space in melbourne - Phenomenal alumni network, for jobs, coding help etc - Amazed at what you could build after 10 weeks and no prior experience Cons - It's intense,... Read More so not much time to catch up so you need to be committed. There will also be days when it feels difficult, but that's naturally and everyone feels it - Sad it's over!Read Less",Web Development - Full-Time,Web Development +293567,10868,le-wagon,Kim,False,2022,"Didactic, Stimulating, Intense, Enjoying, and Supportive Bootcamp",2022-10-02,5.0,5.0,5.0,5.0,"Simply one of the best courses I have taken this summer 2022 in a well organised virtual environment (Zoom, Ubuntu, VS Code, Jupyter Notebook) and online platform (GitHub, Ubuntu), with experienced, dynamic and available international teachers to help... Read More you with the challenges offered every day. A fulfilling and caring atmosphere that pushes you to do your best and collaborate in an international environment with students from all over the world. The programme is broad and includes coding on Python, data sourcing (SQL, API, CSV, web scrapping), data visualisation, data analysis, mathematics, decision science, data science (machine learning with unsupervised learning, NLP, time series, deep learning), even a very short section of data engineering (Train at Scale, Cloud Training, Predict in Production, User Interface), and of course a final real data science project to create and learn to collaborate with the different specific skills of the teammates. A career week is also offered to support, encourage and help us create a CV, portfolio, and an attractive Linkedin profile, with many job appointments to prepare offered. The pace is very intense and requires good preparation in Python coding, algebra, statistics and the virtual environment, offered by the bootcamp a few weeks before the course starts. This bootcamp takes really 3 months full time.Read Less",Data Science - Full-Time,Data Science and Analytics +293562,10868,le-wagon,Nicola,False,2022,Couldn't have been any better!,2022-10-02,5.0,5.0,5.0,5.0,"Over the past few years I have completed a number of courses (mainly for my previous career as a language teacher), but none have had the quality that Le Wagon offers and taught me so much in such a short time. My experience with Le Wagon's remote course... Read More was worth every penny, without a shadow of a doubt. Although it was online, I can’t imagine having a better syllabus with more supportive and knowledgeable staff. The highlight was the collaborative nature of the programme. Every day, we had a buddy with whom we could discuss the days challenges, and during the final three weeks, we built two projects in a team of four. This is what makes Le Wagon unique. The teachers and teaching assistants were brilliant. They were very knowledgeable, encouraging and made the lessons fun and engaging, and ensured that everyone was keeping up with the pace. For those who struggled in the first few weeks, they did a great job of giving them extra help while balancing their commitment to the rest of the class. As a previous teacher myself, I can definitely say that they genuinely care about their students' success and know what they're doing. Whereas some other bootcamps guarantee a job at the end of the programme, I have no doubt that Le Wagon was the best way to prepare me for a career in web development. I am confident that I have skills necessary to get a junior position, and after one week, I have already been offered a temporary internship. Finally, it was so much fun (especially the coding tournaments!) and I met some amazing people who I'm sure I will stay in touch with. Le Wagon is great at building a community, which people stay a part of way after the end of the bootcamp.Read Less",Web Development - Full-Time,Web Development +293560,10868,le-wagon,Jordan Gangloff,False,2022,Amazing bootcamp,2022-10-02,5.0,5.0,5.0,5.0,"It is amazing how much we can learn in just 9 weeks! With days very well structured, we have theoretical course and mostly exercises to train ourselves against all the new features a web developer should know. I am really glad that I took the opportunity... Read More to join Le Wagon Paris’ bootcamp as it will definitively change my life!Read Less",,Unknown +293555,10868,le-wagon,Alexandru Tintaru,False,2022,"Amazing Bootcamp, great community",2022-10-01,5.0,5.0,5.0,5.0,"It was an amazing experience. I started the Bootcamp with very little to no coding experience, but here I found very helpful teachers, teacher assistants, and colleagues. The curriculum is so well structured, intense but manageable. Le Wagon Bootcamp... Read More is the best decision someone can make if you're looking for a career change.Read Less",Data Science - Part-Time,Data Science and Analytics +293552,10868,le-wagon,Ina,False,2022,You won't regret it,2022-10-01,5.0,5.0,5.0,5.0,"I really enjoyed my experience at Le Wagon and I would highly recommend the data science bootcamp! The curriculum and the topics covered are highly relevant and very well put together. It really prepares you for working in the data / tech field. The teachers... Read More were super helpful, patient and knowledgeable. I really liked the mix of the theory and the hands-on sessions, as well as Le Wagon's learning platform. The community is also great - being surrounded by motivated, smart people who are there with the same reason really felt encouraging during the intensive 6 months! I'm super happy I made the decision to join Le Wagon, it was definitely worth it :)Read Less",Data Science - Part-Time,Data Science and Analytics +293544,10868,le-wagon,Nazerke,False,2022,Data Science review at Le Wagon,2022-10-01,4.7,5.0,5.0,4.0,"For everyone who wants to take Data Science course - it really worth your money. BUT always remember - there's no magic. No-one will magically put all the information to your head or find you a job immediately! It's a big misconception. Signing up to... Read More the course you will not buy knowledge. So, you have to still study and work! It's all up to you! Be serious about it. About Le Wagon: the course is really well structured and very nice. Covered most of the topics I did not expect (I had some experience in D.S already but Le Wagon really did a good job to impress me beyond my imagination).Read Less",Data Science - Full-Time,Data Science and Analytics +293535,10868,le-wagon,Alvaro Trujillo,False,2022,Above and Beyond,2022-10-01,5.0,5.0,5.0,5.0,"Coming from a background in law, I was intimidated to venture into the programming world, and from the first interaction with Le Wagon, it's been nothing but encouragement and quality teaching. I am incredibly impressed with the community spirit built... Read More out by the staff in the Amsterdam office who regularly organised events for us all, as well as the quality of the teaching. Never did you feel alone or lost navigating the difficult topics, and no question was considered silly - it is a fun environment to learn a new set of skills and the curriculum is well structured to give you a strong foundation before you go ahead and ultimately build out your projects at the end of the course. I could not recommend it more to anyone thinking about getting into the space, it's been a super enjoyable adventure which ended up with a job shortly afterward! Above and beyond my expectations which I had already set high!Read Less",Web Development - Full-Time,Web Development +293534,10868,le-wagon,Will Dunwoody,False,2022,"Amazing, Informative, Life-changing",2022-10-01,5.0,5.0,5.0,5.0,"My experience at Le Wagon was nothing short of perfect. The curriculum is really well done and thought out as you learn step by step, and by the end of the bootcamp you are a fully fledged Front-End developer. I learned the skills to make me a good programmer... Read More and how to take a product from a concept to production in a short period of time. The structure of the day really helps you learn as in the morning you do a lecture then the rest of the day there are exercises based on what you learned in the morning and throughout the bootcamp. It's unbelievable what you can learn in just 9 weeks. The teachers, TA's and other alumni really help you along this journey and they are what makes this bootcamp both fun and super informative. It's intense but at the end I wished I could just start over again. I highly recommend this bootcamp to anyone who is considering to change their life and career.Read Less",Web Development - Full-Time,Web Development +293507,10868,le-wagon,Jules Gorce,False,2022,Intense but very enriching!,2022-09-30,5.0,5.0,5.0,5.0,"Intense but very enriching! These 9 weeks have really changed my life and opened new perspectives. The Wagon program and all the teams are, I think, the best in the field of training to learn code. Thank you again! I recommend this course without hesitation... Read More !Read Less",Web Development - Full-Time,Web Development +293506,10868,le-wagon,Kurt Fraser,False,2022,Le Wagon is an opportunity not to be missed!,2022-09-30,5.0,5.0,5.0,5.0,"Le Wagon has given me the tools to begin a new career in tech. Not only how to code but how to design an application from start to finish, how to communicate within a team, create work flows and they provide endless resources and support for future development... Read More as a Full Stack Developer. I highly recommend this bootcamp to everyone. The teachers are one for the biggest pros! They are super helpful and kind. They help you understand the problem and guide you towards the solution. They also support you in general, they have done this bootcamp and they know the struggles that come with the bootcamp and know how to comfort you when times are tough. There's no grading system which takes some of the pressure off and also motivates you to be better for yourself. This course is intense. It can be overwhelming if you don't make it your main focus for the 9 week duration. So stress can surface especially if haven't learnt in a while. I had some issues keeping up at times but I kept going, did my best and with the support from Le Wagon, the TAs and my fellow Alumni it was enough.Read Less",,Unknown +293501,10868,le-wagon,Jordanna P,False,2022,Amazing exeprience,2022-09-30,5.0,5.0,5.0,5.0,"Amazing experience : the bootcamp is very intensive, I loved that we were working with a different buddy everyday! It helps a lot and it is fun! The teachers, assistants and all the staff are very nice! You will be amazed at what you can do after 9 weeks... Read More at Le Wagon, I really recommend this bootcamp!Read Less",Web Development - Full-Time,Web Development +293500,10868,le-wagon,Anonymous,True,2022,Learning by doing,2022-09-30,5.0,5.0,5.0,5.0,Great learning experience and very practical. The fullstack approach allowed me to have an overall and global vision of the development and deployment of a web application and understand the fundamentals in order to be quickly independent and to be able... Read More to carry out my own projects. Great staff and always happy to help.Read Less,Web Development - Full-Time,Web Development +293497,10868,le-wagon,Martial,False,2021,Life changer experience,2022-09-30,5.0,5.0,5.0,5.0,"Joining Le Wagon's bootcamp is one of the best decisions I've made. I used to work as a sales representative for 7 years when I decide to switch fields. The program is the perfect balance between lessons (10%), and practice (90%), and it's always up to... Read More date with the latest techniques. Each day you crunch exercises with a buddy, surrounded by teachers and assistants always available to help you. It is intensive, but the progress you've made each day/week worth it. They give you everything you need to succeed. I've loved it so much that I'm now an assistant teacher myself, returning regularly to help new students to get that wonderful experience.Read Less",Web Development - Full-Time,Web Development +293456,10868,le-wagon,João Paulo Martins Gonçalves,False,2022,One in a life-time experience,2022-09-29,5.0,5.0,5.0,5.0,"I joined Le Wagon Porto after I decided to make a career change, since I always had a passion for coding but ended never pursuing it it was a great opportunity for me to finally try and work on something I actually love . Le wagon Porto ended up being... Read More one of the best experiences I had in my life , made some friends , learned a lot of new things and can now say I can create a complete Web App from scratch. All in all if you love coding Le Wagon Porto is amazing experience which I believe no one would regret.Read Less",Web Development - Full-Time,Web Development +293453,10868,le-wagon,Antoine,False,2021,Learning as part of a community,2022-09-29,5.0,5.0,5.0,5.0,"What I enjoyed the most at Le Wagon was the community. It’s much better than “learning at your own pace by yourself” You’re always supported by your buddy of the day and the teachers. The program is continuously enhanced to keep up with the latest library... Read More updates. Weekly events to meet and talk with fellow students or tech professionals. Despite all the doubts you might have about your skills, you’re able to dish out a data science project in 2 weeks with your team and present it at the end of the bootcamp.Read Less",Data Science - Full-Time,Data Science and Analytics +293452,10868,le-wagon,Anonymous,True,2022,Le Wagon really beyond my expectations!,2022-09-29,4.7,5.0,4.0,5.0,"The course is beyond my expectation! The amount of support that the lectures and the lewagon community given was huge. Not to mention that even the career week was awesome. From build CV, linkedin Profile to job fairs. Wonderful, I will definitely recommend... Read More my friends to join the bootcamp!Read Less",,Unknown +293448,10868,le-wagon,Marguerite Szabo,False,2022,Life-changing !,2022-09-29,5.0,5.0,5.0,5.0,"I decided to join Le Wagon one year ago and I don't regret it at all. They taught me what I needed to then work in Data Science but they also taught me how to learn by myself to keep on improving even after. The staff is super friendly, the teacher and... Read More teacher assistant are patient, pedagogical and always keen to help during the bootcamp and after. The amount of knowledge covered is extensive and you also have access to a lot of ressources online. Joining Le Wagon is more than joining a bootcamp, it is becoming part of a community !Read Less",Data Science - Part-Time,Data Science and Analytics +293443,10868,le-wagon,Will,False,2022,10/10 bootcamp,2022-09-29,5.0,5.0,5.0,5.0,"The Le Wagon Lisbon bootcamp is an incredible experience and one that I would recommend to anyone. The structure of the course is so thought out and considered, the quality of teaching extremely high which combined with the positive atmosphere that the... Read More team has created makes it the perfect environment to learn - still can't believe how much we learnt in only a couple of months (if you are thinking of joining would definitely recommend doing as much self study as you can in the months leading up to it). Big thanks to Miguel, Pedro, Diogo, Ricardo and all the other teachers for your incredible support and patience. If you want to learn to code and are unsure of the best way to do so, go to Le Wagon.Read Less",Web Development - Full-Time,Web Development +293438,10868,le-wagon,Eleonore de Bokay,False,2022,"Amazing Data Science course, life-changing",2022-09-28,5.0,5.0,5.0,5.0,"This data science bootcamp was a life-changing experience! I cannot stop raving about it. I was amazed, it is an incredible course that manages to teach an impressive level of knowledge in just 9 weeks, while staying stimulating and fun! The Experience:... Read More In the mornings, the lectures equip you with the knowledge you will need for the day. After this, you are set up with a buddy at a table of four to work on challenging exercises to test that knowledge yourself. It allows very hands-on learning and for you to work at your own pace while also being able to exchange ideas or questions with your buddy or table. At the end of the day, the recap hour solidifies everything you have learned. Throughout the whole day, you are able to ask questions to a team of teachers, either to further expand your understanding of the new concepts, or to help when you are stuck on an exercise. There is a very strong sense of community which is present from the very beginning. This is emphasised by many afternoon and evening events put together by the motivated LeWagon team. Examples are yoga, cross-fit training, and the famous code and drinks event. At the end of the bootcamp, you create and develop a project from start to finish in 2 weeks. This allows for a very interesting turn of events and a high-pressure experience as you code with very little guidance from teachers, and are truly tested on what you have learned. What this experience gave me: At the end of the bootcamp, I was able to take a two-day exam which gave me a qualification worth EQF level 6 (European Qualifications Framework, Bachelor level). On top of that, I have access to the whole Le Wagon network across the globe, keeping me up to date with evolutions in the field, social events and job opportunities. With this bootcamp on my resume, I have gotten several job and internship offers. I have a whole new group of friends in Paris, with a very active group chat to this day. We meet up all the time. The most valuable part was that this course showed me just how many opportunities were out there and inspired me to learn more, push myself, and explore my interests in coding and data science further.Read Less",Data Science - Full-Time,Data Science and Analytics +293424,10868,le-wagon,Brice ADJIVON,False,2021,Best learning experience,2022-09-28,5.0,5.0,5.0,5.0,"I chose Le Wagon because I needed a quick reconversion from my old job in law, and it is probably one of my best decisions yet. This is the best way if you need to learn all coding basics in less than 9 weeks. It was a great experience, and teachers and... Read More teaching assistants are here for you anytime and you learn something new every day. What surprised me the most was that, once I got my first full stack engineer job, Le Wagon already prepared me to face any step and situation that I had to face as a junior developper.Read Less",Web Development - Full-Time,Web Development +293421,10868,le-wagon,Aimery,False,2022,"Professional, intensive and fun training",2022-09-28,5.0,5.0,5.0,5.0,"Thank you very much Le Wagon. Data science is not an easy subject to tackle as it is very broad. But you managed to make the course accessible to everyone. The assistants were all very professional, competent and helpful. I highly recommend Le Wagon.",,Unknown +293418,10868,le-wagon,Louise Ould Haddi,False,2022,Amazing Experience,2022-09-28,5.0,5.0,5.0,5.0,"Le Wagon experience is comprehensive, instructive and benevolent. The bootcamp is intensive but the program is properly structured and progress is rapidly being made in 9 weeks. The Wagon community is very active and we are well supported after the bootcamp.... Read More I recommend this experience 100%.Read Less",Web Development - Full-Time,Web Development +293415,10868,le-wagon,Charles Leclerc,False,2021,Incredible coding and human experience,2022-09-28,5.0,5.0,5.0,5.0,"I decided to join Le Wagon Data Bootcamp in September and since that day I have no regrets. Sure it is an intensive and tiresome experience, however, it allowed me to quickly and effectively gain knowledge & skills in the Data Science, Analysis & Engineer... Read More fields. All teachers are pedagogical, sympathetic & will always make sure that you understand the situation you are facing. The overall Le Wagon community is gold. Everyone has been and still is super helpful and the overall energy is amazing.Read Less",Data Science - Full-Time,Data Science and Analytics +293411,10868,le-wagon,Alexandre Fleurquin,False,2022,Amazing experience at Le Wagon Paris,2022-09-28,5.0,5.0,5.0,5.0,"Le Wagon is definitely a life changing experience I would recommend it to anyone! I spent 9 incredible weeks at Le Wagon Paris. The course is structured fantastically and in just a short time I gained an entirely new set of skills, friends and a great... Read More supportive network. A decision I will never regret!Read Less",Web Development - Full-Time,Web Development +293410,10868,le-wagon,Lívya Branco,False,2022,Amazing experience at Le Wagon,2022-09-28,5.0,5.0,5.0,5.0,"I did the Web Dev 9-weeks bootcamp on April 2022 in Le Wagon Paris. The experience was amazing, the methodology they use is perfect if you want to learn fast and also be autonomous in the future. The teachers are the best, there is always someone available... Read More to help us in case of need. Definitely the best bootcamp to learn how to code !Read Less",Web Development - Full-Time,Web Development +293342,10868,le-wagon,Marlene,False,2022,"Change your life, learn to code",2022-09-26,5.0,5.0,5.0,5.0,"I started learning to code in the fall of 2021, and I quickly realized that I needed structure and a support network to put all the odds in my favour if I wanted to break into tech. I found everything I needed and more at the Wagon! Qualified and caring... Read More teachers, motivated students who wanted to change careers like me, and a growing community ready to give advice and help each other. Two months after the end of the course, I found my first job as a Fullstack Developer and I'm working in a field I'm passionate about.Read Less",Web Development - Part-Time,Web Development +293330,10868,le-wagon,Farhad Mammadli,False,2022,Best Intensive Course!,2022-09-26,4.7,5.0,5.0,4.0,"Going to Le Wagon was one of the best decisions i have ever made. Because within 9 weeks i had the chance to learn and become more familiar with Data Science field, rather than my academic studies. Depending on individual cases, after graduating you have... Read More definitely much more higher chances of landing a job. Especially during career week you have the chance to get insights of applying to a job and hiring process. Calm, helping and amusing environment of Cologne campus with very well skilled teachers and teacher assistance, as well as managers made whole 9 weeks feel like a week.Read Less",Data Science - Full-Time,Data Science and Analytics +293323,10868,le-wagon,Thibault Chassine,False,2022,Great!,2022-09-25,5.0,5.0,5.0,5.0,"I did le Wagon in order to make a career change, and I don't regret it a bit. The 9-week program is intense, and might seem overwhelming at first, but as you work in pair every day, have the teachers and the teacher assistants, everything is there to... Read More help you during the lesson of the day. They also provide a lot of resources during and after the boot camp to help you even further. It was a great experience overall, everyone is professional and passionate, and you will meet a lot of people from different horizons. I highly recommend this formation, it is really worth it and will help you in your future project for sure!Read Less",Web Development - Full-Time,Web Development +293322,10868,le-wagon,Stephen,False,2022,Amazing learning and human experience.,2022-09-25,4.7,5.0,5.0,4.0,The whole program is extremely well made and has been optimised to such an impressive level. The tempo of learning and adaptation to different levels is great. The learning environment and social aspects also excellent. I found the project orientated... Read More nature of the course especially useful and rewarding.Read Less,Web Development - Full-Time,Web Development +293318,10868,le-wagon,Anonymous,True,2022,"Top quality bootcamp, great feelings !",2022-09-25,4.3,5.0,4.0,4.0,"Among the best weeks of my life, interesting and challenging, with top quality courses and teachers. Le Wagon gave me a new career path, a real passion for coding, and a brand new family !! I recommend it so much, but you have to be ready for this intense... Read More challenge !Read Less",Web Development - Full-Time,Web Development +293317,10868,le-wagon,Anonymous,True,2022,9 weeks of intense fun and code,2022-09-25,5.0,5.0,5.0,5.0,"I attended Le Wagon full time Web Dev croise over the summer of 2022. I knew nothing about coding prior to joining and after 9 intense weeks of hard work, fun, and guided study, I am now fully capable of assuming a position as junior Dev in a company.... Read More The pace of the course was great, with a strong emphasis on a work hard play hard culture. Group projects truly helped to put us into situations that we would face in our future jobs. The teachers were always available, even after class hours, and the student selection before the bootcamp made sure that the vibe throughout the 9 weeks stayed positive and friendly. Learned a lot, made great new friends, and was overall extremely happy to have attended the bootcamp 🙂Read Less",Web Development - Full-Time,Web Development +293297,10868,le-wagon,Nicolas D.,False,2022,Awesome and demanding experience,2022-09-24,5.0,5.0,5.0,5.0,"Awesome experience : have fun and work hard with very nice buddies and teachers. Events organized and drinks were amazing, as well as the school's team (I insist on that). The program is serious and demanding : you get what you paid for and you learn... Read More a lot. I also believe the network is very good : I met people and had help from alumnis when needed.Read Less",Web Development - Part-Time,Web Development +293282,10868,le-wagon,Sixtine Caspar,False,2021,Life changing experience,2022-09-23,5.0,5.0,5.0,5.0,"After 10 years working in finance and then in marketing, and a few years looking at the tech teams without daring to take the plunge, I (finally) decided to enroll in le Wagon. The 9 weeks of training were intense, enriching, vibrant and went by way too... Read More fast! The Wagon's pedagogy is based on a some theory, a lot of practice, mutual aid and projects. The teachers and assistants are of great quality and the atmosphere is guaranteed. And it works! 8 months later I'm a back-end developer in a scaleup, I've been an assistant teacher myself and I joined a super invested tech community of le Wagon alumnis. So thank you le Wagon! 🙂Read Less",Web Development - Full-Time,Web Development +293274,10868,le-wagon,Julien Lopato,False,2022,Life changing experience in a hot parisian summer,2022-09-23,5.0,5.0,5.0,5.0,"The cons is that it is hot during the summer but we had ice cream and smiles and a great care-listening from our teachers. The cons is that sometimes the beers where not fresh but sometimes the beers where really fresh. The cons is that you're going to... Read More be a student again and maybe you're not going to get on with everybody. And you know what ? It's OK. The pros is that every thing's cool. Even when it's hard. People understand you. They listen to you. One day I almost cried. The next day, I laughed all day long. Of course if you have a degree in maths or science it's better. But if you do the prep course seriously it's gonna be ok too even if you where fixing motocycles before the bootcamp. Or taking care of your great mom. PLEASE get your self involved into what data is about before doing the bootcamp and becoming a data scientist. Data is not webdev. Data is not software. So don't be shy, go for it. The more you go, the more you'll receive. It's gonna be intense don't worry. After, it's always better. As always. And remember : TRUST THE PROCESS. I trusted it and now I have to choose my new life, what a luxury !!Read Less",Data Science - Full-Time,Data Science and Analytics +293272,10868,le-wagon,Grégoire Vallette,False,2021,Great pedagogy,2022-09-23,5.0,5.0,5.0,5.0,"I joined Le Wagon Paris for the 9-week web dev bootcamp. I did it after speaking with several alumni who were all very positive about their learning experience even though I feared that Ruby and Rails would be more a confidential than some full Javascript... Read More Stack. Also because I got the feeling that I was able to find more alumni occupying interesting dev positions than with some other bootcamps. I'm 100% enthusiastic about everything I found there. Pedagogy is great as well as tech choices, learning path, tools, teachers and teacher assistants. We were available to dive into Ruby and programming concepts, discover Rails, MVC patterns and some useful gems, discover just the right amount of JavaScript, App design, Approach of UX and UI, and a week dedicated to career paths. I'm very happy about the choice of Ruby and Rails, it is kind of confidential compared to some other languages but it is the perfect language for learning and they is some needs for Ruby developers out there! I left the bootcamp with a very clear roadmap to continue discovering web dev in parallel with job seeking. I was able to find a full remote position as a full stack engineer that exceeded my expectations, and the whole bootcamp was financed by the region. The bootcamp is very short, but definitely offers you the most you can get from the given time, and I can only recommend it to people that would be willing to work hard, and see it as the perfect kickstarter to a new career rather than as a complete training. (Training will continue after joining a company, which is definitely achievable some time after the bootcamp). I also recommend to try developing a bit solo before joining, just to confirm that you like it, not be too surprised, and get the most out of the bootcamp.Read Less",Web Development - Full-Time,Web Development +293271,10868,le-wagon,Lucas,False,2022,Great Bootcamp for your next career!,2022-09-23,4.7,5.0,5.0,4.0,"I choose Le Wagon Web Development to technically prepare myself for the next step of my career in tech, but I found more than that. It has been an incredible human adventure where you learn by doing and working in teams to achieve projects. During these... Read More 6 months, I have met people who are friends today and who helped me find the next step in my career.Read Less",Web Development - Part-Time,Web Development +293268,10868,le-wagon,Dustin Stender,False,2021,Life changing,2022-09-23,4.7,5.0,5.0,4.0,"I entered Le Wagon with a feeling that software development could be something I’d want to make a career out of. I left with certainty and after a few months of searching afterwards I was able to land a job that I love. The course is designed in a way... Read More that could benefit anyone trying to get into web development, regardless of level or prior knowledge. The part that I found the most useful was the cohesion of the Boot Camp. You will leave a beginner (I don’t know when I’ll feel like I’m not a beginner) but you can see what it is you need to improve and how to do it. There will be work to be done to get a job afterwards but it is certainly attainable.Read Less",Web Development - Full-Time,Web Development +293267,10868,le-wagon,Boris Bourdet,False,2022,Great course and human experience!,2022-09-23,5.0,5.0,5.0,5.0,"Go for it, it's a no brainer!... As a fintech entrepreneur, I wanted to get a better grip on the code part of my journey, plus I had the hope to meet tech partners for other projects in my head. I chose Le Wagon based on good feedback I had heard and... Read More because it looked fun from the outside. During my 24-week part-time web development course, I had the opportunity to learn A LOT while at the same time keeping my fintech business running. In the end, I learned way more than I would have suspected, and now feel quite confident when it comes to building web apps or dealing with tech topics/people. I even met dev partners there to launch a new project, as the entrepreneurship spirit is quite a part of the Wagon culture. But even more than a great technical course, these few weeks at Le Wagon came with a great human experience with both students and teachers. I had such a great time there that I am now intending to come back as a teacher assistant, and probably later on as a student for the data science course. :)Read Less",Web Development - Part-Time,Web Development +293265,10868,le-wagon,Flavia G.,False,2022,Great school & experience,2022-09-23,5.0,5.0,5.0,5.0,"When I started the Wagon my idea was to quickly check if development was for me. It has been much more than that. The Team, the lessons, the tools I learnt to use have been really helpful. I seriously followed every steps and at the end of the process... Read More I really had the skills to create my own projects and company which I did. I choose the Wagon because in the benchmarking I made I identified it was the best approach for me and the best program globally. I was looking to learn in a real life environment and with a real project approach. At the same time it was lots of fun with the other alumni and the Wagon team. With hard work, by following the steps, after the Wagon you will have everything you need to become a good developper. You just need to continue to program every day after ;)Read Less",Web Development - Full-Time,Web Development +293264,10868,le-wagon,Paul Fournier,False,2022,Super experience,2022-09-23,5.0,5.0,5.0,5.0,"Participating in the Wagon Summer Class of 2022 has been an incredible experience. The courses are of great quality, the teachers are passionate, the supervision during the training is perfect, in short .... I recommend this course to anyone interested... Read More in web development.Read Less",,Unknown +293261,10868,le-wagon,Timothé Boulais,False,2022,Thoroughly recommend,2022-09-23,5.0,5.0,5.0,5.0,"Can't speak highly enough about this bootcamp, the whole experience was incredible, stimulating, streamlined, fun, well organized and empowering for my professional future. Worth every penny in my opinion. The curriculum was top notch and teaching and... Read More job assistance staff were all awesome and really take the time for their students. Life changing stuff 🤙🚀Read Less",,Unknown +293257,10868,le-wagon,Jean-Michel YIP,False,2022,Great experiences,2022-09-23,5.0,5.0,5.0,5.0,"Hello everyone, I’ve taken two courses from Le Wagon Paris recently, first one for Web dev focusing on RoR (Ruby) and another for data science focusing on Python, AI packages (ML, DL) and GCP (cloud). As a tech lead in my company, I was still amazed by... Read More the number of new stuffs I’ve learned in each of the two bootcamps. Le Wagon’s staff/teachers are so skilled, they managed to find accurate solutions each time you feel stuck, so you are always supported. The pace of the bootcamps is intense, but the courses are well designed and the daily challenges let you catch quickly the main concepts. The final project is my preferred part, you showcase what you’ve learned in a thrilling project where you work with a team. I’ve chosen Le Wagon because it’s already worldwide renowned, I can say now that I’ve made the good choice. Who’s next ? :)Read Less",Data Science - Part-Time,Data Science and Analytics +293246,10868,le-wagon,Joffrey FEVRE,False,2022,Great Experience,2022-09-23,5.0,5.0,5.0,5.0,I took the Wagon training in order to make a professional reconversion. I do not regret it at all. The concepts covered allow me to see all aspects of the Data Analyst and Data Scientist jobs It was very intensive but very professionalizing. I recommand... Read More the classRead Less,Data Science - Full-Time,Data Science and Analytics +293236,10868,le-wagon,Diego Rodríguez Pérez,False,2022,Absolute amazing experience,2022-09-22,5.0,5.0,5.0,5.0,"I attended to the Bootcamp on my summer bread and I was worried about if maybe it was a wrong choice instead of having a break but since the first momment I was welcomed by everyone at the campus and they made all our days much easier. Obviously I was... Read More really lucky with my classmates but I have to give a special mention to Jan, Flor and Malin, huge proffesionals but much better people. I m doing this review less than a week of leaving Cologne and I m already missing it to much.Read Less",Web Development - Full-Time,Web Development +293230,10868,le-wagon,Guilhem,False,2022,Amazing experience,2022-09-22,5.0,5.0,5.0,5.0,"I was just graduating from business school and felt like I did not have found what really fulfilled me there. I had some great feedbacks from friends that did le wagon before me so I decided to give it a go. That was the greatest teaching experience I... Read More have encountered with great people, great staff and the coolest vibe. Definitely recommend it 👌☀️🏄‍♂️Read Less",Web Development - Full-Time,Web Development +293222,10868,le-wagon,Andréa (Ellii),False,2021,Such an experience!!,2022-09-22,5.0,5.0,5.0,5.0,"Le Wagon (Paris full-stack training) was an incredible experience, both educationally and humanely. Not coming from tech (or maths) at all, I was able to learn and understand the IT development process, as well as bring my entrepreneurial project to life... Read More in a benevolent, fun environment, and with a very effective pedagogy. I therefore highly recommend this training were I learned a lot!Read Less",Web Development - Full-Time,Web Development +293216,10868,le-wagon,Patrick Koers,False,2022,Amazing Web development Bootcamp experience!,2022-09-22,5.0,5.0,5.0,5.0,"After looking into several code schools and having tried online courses, I decided in July 2022 to start the full-time Le Wagon Web Development boot camp in Lisbon. The boot camp contains of 9 weeks of fast-paced learning how to code plus 1 week that... Read More is focused on a career in tech. The journey was an amazing roller-coaster ride, with emotional highs and lows. But that is exactly how the Le Wagon program is designed, to make sure you perform at your maximum learning capabilities. The buddy system of Le Wagon makes sure that you’re not alone, you and your daily assigned buddy will work together on assignments during the day, that relates to the morning lectures. There are also Teachers and Assistants available every day to guide you with their knowledge. They are really amazing, not just with their knowledge, but also with their patience, humour and encouragement (which you will need from time to time!). The last 3 weeks of coding, you work in a small group on projects, teaching you also how to work together in a team. It’s been an amazing journey, where I learned a lot of new coding techniques, web design skills and met amazing fellow-minded individuals. Even though it was tough at times (it’s a boot camp after all!), I loved every minute of it!Read Less",Web Development - Full-Time,Web Development +293203,10868,le-wagon,Joana Cruz,False,2022,A totally worthy experience!,2022-09-22,5.0,5.0,5.0,5.0,"I was a Psychologist looking for a career change as a Web Developer. I had no previous coding experience. At Le Wagon Web Development Bootcamp Lisbon I found a learn-by-doing training approach with a complete curriculum. The course is very well structured,... Read More the teachers are very supportive, and I can't believe what I have learned in just nine weeks! There is a focus on learning to learn (essential to keep progressing afterwards), and many relevant resources are at your disposal. I loved the buddy system, where you learn by helping out a classmate or by practising how to do better questions. The environment was motivating and easygoing. The more you commit, the more you take out of the Bootcamp. After a Career Week that gave me valuable tips for the tech job market, I feel empowered to look for my new Junior Web Dev position.Read Less",Web Development - Full-Time,Web Development +293196,10868,le-wagon,Eri Fujimoto,False,2022,No experience,2022-09-22,5.0,5.0,5.0,5.0,"It was a turning point in my life this year and I’d been wanting to change my life. I wasn’t really confident myself before but after the study and met people there,I changed my perspective for the future. I am so glad that I made the decision for this... Read More course. People form there are the best. They support us in every ways and I couldn’t make it without them. It was a special experience for me.Read Less",,Unknown +293172,10868,le-wagon,Antonios Papatheodorou,False,2022,"A truly, worthy experience",2022-09-21,5.0,5.0,5.0,5.0,"In the beginning, I didn't know what to expect but it was for sure better than any expectations. The staff, super helpful and friendly, always there when needed. The curriculum, even if some times too intense, was always on point and at the end, everything... Read More made sense. Very cosy environment, with enough non-coding activities, that kept the concentration levels high when necessary , helped all the members of the class connect and created a family atmosphere throughout the bootcamp. The teachers, with endless patience, knowledge and energy to guide and assist, from the simplest to the most complicated challenges. A truly worthy investment that I would recommend to anyone in search for a career change path or a purposeful learning experience.Read Less",Web Development - Full-Time,Web Development +293164,10868,le-wagon,Jean-Noel Drugmand,False,2022,What an experience!,2022-09-21,5.0,5.0,5.0,5.0,"I was totally new to code and I'm impressed by the knowledge I have now after ""only"" 9 weeks. You just have to trust the program, work seriously and you'll get all what you need to be a web developper. Great team, great atmosphere, I strongly recommend!... Read MoreRead Less",Web Development - Full-Time,Web Development +293162,10868,le-wagon,Cyril Darcq,False,2022,Best bootcamp,2022-09-21,5.0,5.0,5.0,5.0,"I could not expect better or more than what I got at Le Wagon : full new set of knowledge in web dev, new friends and a new job. Its amazingly surprising the amount of knowledge we acquired in so little time. Thank you for everything Le Wagon, best bootcamp.... Read MoreRead Less",Web Development - Full-Time,Web Development +293161,10868,le-wagon,Anonymous,True,2022,Good Experience,2022-09-21,5.0,5.0,5.0,5.0,"The Wagon experience was really enriching in every way: the encounters, the skills acquired but also on a personal level! The challenge was present throughout the course and the teachers were always there to support us. I highly recommend the Wagon experience... Read MoreRead Less",Web Development - Part-Time,Web Development +293151,10868,le-wagon,Alexandre Duverger,False,2021,"Great course, amazing community",2022-09-20,4.7,5.0,5.0,4.0,"I find Le Wagon bootcamp to be the perfect format to get up to speed on data science in a limited time. The technologies used are technically and professionally relevant. The courses as well as the exercises are full of good practices that will help you... Read More in your professional beginnings! On top of that, the atmosphere and the community spirit is really great :)Read Less",Data Science - Full-Time,Data Science and Analytics +293150,10868,le-wagon,Gabriel Fernandes,False,2022,Just Go!,2022-09-20,5.0,5.0,5.0,5.0,"The first day I step in Le Wagon Lisbon I could feel their passion. Le Wagon Lisbon crew is absolutely amazing! Ana, Miguel, Pedro, Chiara all TA's 10/10 ❤️. Le Wagon provides more than just code training. You acquire the mindset of a developer 🤓 and... Read More a work methodology. I really feel empowered and ready to start a new chapter in my career. The bootcamp material is great, classes, live-codes everything work very well. I used to read the reviews and I thought maybe they were a little bit exaggerated, but they are not. I truly recommend Le Wagon 🔟 / 🔟 to anyone wanting to develop new skills, change careers or be able to build a product on their own. Just Go! 👨🏻‍💻Read Less",Web Development - Full-Time,Web Development +293144,10868,le-wagon,ibrahima,False,2022,Best experience,2022-09-20,5.0,5.0,5.0,5.0,"The wagon was a great experience, I arrived with no experience in code and I left with very good skills that allowed me to move towards creative development. I made very nice meetings with both teachers and students. If I had to do it again, I would do... Read More it with my eyes closed.Read Less",Web Development - Part-Time,Web Development +293137,10868,le-wagon,Anonymous,True,2022,Amazing,2022-09-20,4.0,5.0,4.0,3.0,Pros: friendly environment for study and teachers are enthusiastic for teaching and helping you to solve the problem Cons: should have general knowledge on programme or else you will overwhelmed. Some lecture are to much knowledge you could not processing... Read More in one dayRead Less,Data Science - Full-Time,Data Science and Analytics +293136,10868,le-wagon,Cha,False,2020,Best coding courses,2022-09-20,5.0,5.0,5.0,5.0,"Best intensive coding courses, very good experience both technically with good teachers and practical experience as well as humanly with meeting other passionate coders and doing group activities outside the courses. Can get help and advise on lunching... Read More startup and make your ideas and dreams comes true.Read Less",Web Development - Full-Time,Web Development +293127,10868,le-wagon,Antoine Serval,False,2022,Great Summer Experience,2022-09-20,5.0,5.0,5.0,5.0,"Doing the Web Development course this summer was an amazing experience. I come from an artistic background and didn't know much about coding. In 2 months, I'm amazed of what I'm capable of achieving now. The atmosphere there is great, very genuine and... Read More positive. The team is splendid, very helpful and dedicated. I strongly recommend to take the leap and start the coding journey at Le Wagon! It's a great experience , coding wise and human wise.Read Less",Web Development - Full-Time,Web Development +293126,10868,le-wagon,Missato Yamashita,False,2022,"Very friendly, supportive and helpful staff.",2022-09-20,5.0,5.0,5.0,5.0,"All the staff, curriculum, installations and methodology is on point. From the beginning they motivate us and tell us which path to follow according to facts and personal experiences. Very comfortable environment, many time they try to makes us relaxed... Read More with yoga activities, ice breaker challenges so we can know more about each other, etc. I would strongly recommend it to friends and family.Read Less",Web Development - Full-Time,Web Development +293125,10868,le-wagon,Inês Morais,False,2022,Amazing experience,2022-09-20,5.0,5.0,5.0,5.0,"After almost 6 years of experience in banking, I decided to change my life and enrolled in Le Wagon's Data Science bootcamp. Now, after finishing it, I can say it was one of the best decisions I ever made. I followed a dream I had for a while and not... Read More only gained knowledge but also friends. I can say that the bootcamp is hard, as expected, since we learn new subjects every day, but the school supports us on the way and makes us have strength to continue. They always say, trust the process, and it's true. Every day we consolidate what we have learnt in previous days, which makes us improve in subjects that we may have initially had difficulties with. It takes dedication but it is definitely worth it.Read Less",Data Science - Full-Time,Data Science and Analytics +293119,10868,le-wagon,Gloria F,False,2022,"10 weeks Web Developer bootcamp at Le Wagon, Madrid",2022-09-20,5.0,5.0,5.0,5.0,"This September (2022), I completed the 10-week Web Development bootcamp at Le Wagon, and it has been one of the best decisions I have made in my career. I was trying to get started in the tech world, but it was really difficult and chaotic to do it by... Read More myself. Finally I found Le Wagon, with all the benefits they offer, and I couldn’t be more satisfied. The teaching process they use is 100% accurate and efficient, but also they prepare Career Week to help you find a job! I attended the course in Madrid, and the team there is formed by awesome people who help you in every single step of the process - the human value is remarkable and that makes a huge difference in the learning experience. Now I am really grateful to Le Wagon, not just for helping me achieve my career goals, but most of all for the unique and awesome way they do it.Read Less",Web Development - Full-Time,Web Development +293116,10868,le-wagon,Elise Liu,False,2022,Awesome coding experience at Le Wagon,2022-09-20,5.0,5.0,5.0,5.0,"The Le Wagon experience was exceptional both educationally and humanely. Personally, I started the bootcamp with very little acquired code, and I was struck by the amount of things learned and mastered at the end of these 9 weeks. The teachers are very... Read More pedagogical, present and the assistant teachers are a great help. I found the perfect balance between teaching and practice. It really helps you get up to speed quickly with the information learned. What also helps enormously is the ""family"" atmosphere of the bootcamp, everyone works together and helps each other on problems, it's very rewarding. Taken together, I highly recommend this bootcamp for beginners but also those who already have coding experience, everyone finds something enriching for their background.Read Less",Data Science - Full-Time,Data Science and Analytics +293096,10868,le-wagon,Emmanuelle Amouroux,False,2022,Great experienxe,2022-09-19,5.0,5.0,5.0,5.0,"I joined the 9-week intensive web development bootcamp in Paris in April 2022 and I found both the training content and format awesome! The training is very demanding but it challenges you in the right way. Teachers and teacher assistants are very careful,... Read More they make you feel confident and progress. The scope of skills is wide from back to front, design and project. It is also a great human adventure as you meet very diverse people and work with them.Read Less",Web Development - Full-Time,Web Development +293095,10868,le-wagon,Christophe Guillaumie,False,2022,Great experience,2022-09-19,5.0,5.0,5.0,5.0,"The 6 months were very intense, but you never feel lost. Although at a distance you never feel alone. Very clear and well done courses. Guided exercises where you learn and progress with each session. You don't learn stupidly but everything is explained... Read More to you so that you understand what's going on under the hood. And finally a great team of teachers who, while teaching us, maintain a great atmosphere.Read Less",Data Science - Part-Time,Data Science and Analytics +293094,10868,le-wagon,Anonymous,True,2022,Great experience,2022-09-19,5.0,5.0,5.0,5.0,"I had a great experience at Le Wagon, both from a human and a teaching point of view. Le Wagon's team are great, they are following us through the whole program to make sure we take the most of this experience. From a teaching point of view it was hard... Read More as we learnt new concepts every day, but it was so enriching! It is not easy if you don't have any technical skills in programming when you start the program but everyone can do it. I am now Product Owner and I really benefit from my learnings at Le Wagon.Read Less",Web Development - Full-Time,Web Development +293091,10868,le-wagon,Olivier Raimbault,False,2022,Very good bootcamp,2022-09-19,5.0,5.0,5.0,5.0,"It's an intensive but very interesting bootcamp, thanks to the schedule: lessons in the morning, then practice hand-in-hand with a classmate, different every day, supported by teacher assistants. The atmosphere was also nice, with different activities... Read More organized by the team of Le Wagon. The teachers are patient and interesting as well. I strongly recommend this bootcamp, whatever your goal is.Read Less",Web Development - Full-Time,Web Development +293084,10868,le-wagon,Tanto van Wijhe,False,2022,A period of fierce learning and vivid experiences,2022-09-19,4.7,5.0,5.0,4.0,"Over the course of 9 weeks, not only did I develop an understanding of how programming works, but I had the wonderful opportunity to learn alongside people with very different backgrounds and experiences. Coming into the bootcamp with scarce programming... Read More knowledge, I fear I'd struggle to keep up with the intensity of the course. And though I did have days where I struggled, the support from the Teachers, Assistants, and my classmates allowed me to build my confidence. Knowing I always had support available, the struggles quickly turned into challenges I relished and enjoyed. While I still have a lot to learn post-bootcamp, I can proudly say I am confident in my abilities to write code and can't wait to explore the next steps in my career.Read Less",Web Development - Full-Time,Web Development +293081,10868,le-wagon,Ioannis Philippides,False,2022,Amazing learning journey!,2022-09-19,5.0,5.0,5.0,5.0,"Feeling so grateful to experience the Data Science Bootcamp with Le Wagon. High learning curve, well-structured and organized on every aspect. The curriculum covers all you should expect as a future Data Scientist and provides with many hours of hands-on... Read More coding on interesting and relevant to real data challenges. Always assisted by experienced Teacher Assistants that in their majority have also been through Le Wagon's bootcamp. It is structured to simulate real world working challenges, fully adapted to Berlin start-up scene, provides a lot of confidence after being through it. Especially, the last two weeks of the Bootcamp are dedicated to a guided project, where we had to come up with a topic and put into play most of the knowledge we gained during the lectures. I met smart, positive, helpful and creative people that were prompt to assist throughout the journey. We had fun while learning, and it was overall an experience I wish I can have again at some point in the future. I am a proud Le Wagon alumni, and can suggest the program to whoever wants to take a life changing next step.Read Less",Data Science - Full-Time,Data Science and Analytics +293073,10868,le-wagon,Pierre,False,2022,Amazing experience !!!!!,2022-09-19,5.0,5.0,5.0,5.0,"I decided to join the bootcamp offered by Le Wagon because I wanted to learn more about coding and get the technical skills I believe everyone should have. I couldn't be more happy with my experience with this bootcamp, I learned a lot but also really... Read More quickly without feeling overwhelmed with information. I would recommend Le Wagon to anyone who is interested in the tech world either for the technical skills you'll get but also for the soft skill you'll aquire during those 9 weeks.Read Less",,Unknown +293070,10868,le-wagon,Marie Lamoureux,False,2022,"Great course, amazing community",2022-09-19,5.0,5.0,5.0,5.0,"An intense but well-structured bootcamp. I learned so much during these 9 weeks, from Ruby, to OOP, Database, Front-end and much more. I was impressed with how advanced was our final project. I couldn't have imagined building this when I started. Not... Read More only that, but I also found an amazing community of students and teachers and lifetime friends. I strongly recommend Le Wagon, if you already know you'll love full stack development. Gotta be a bit prepared 🥰Read Less",Web Development - Full-Time,Web Development +293049,10868,le-wagon,Ana G,False,2022,Great program + great community,2022-09-18,5.0,5.0,5.0,5.0,"This Bootcamp is great in so many ways. One of the things I loved the most is that you don't just learn how to code in a specific programming language, you also (and maybe most importantly) learn the thinking process behind good coding. The day-to-day... Read More is intense and challenging, and if you keep focused, each day will end up being very much rewarding. Another big aspect for me is the community: from the supportive staff of teachers to the alumni all over the world, Le Wagon's international community is an amazing network. There are many Bootcamps and online courses to pick from, I'm super glad I chose this one.Read Less",Web Development - Full-Time,Web Development +293012,10868,le-wagon,Anonymous,True,2022,Awesome Bootcamp,2022-09-16,5.0,5.0,5.0,5.0,"In my opinion, joining a Le Wagon Bootcamp is the best decision someone can make if you're looking for some kind of career change. Everything was right on spot from the Bootcamp intensity to the staff that lectures and also the TAs. The buddy system was... Read More definitely one of my favorite functionalities, especially so I could connect with all of my new class colleagues.Read Less",Data Science - Full-Time,Data Science and Analytics +293009,10868,le-wagon,Afolabi Afolayan,False,2022,Life changing. I'm now confident in my skills,2022-09-16,5.0,5.0,5.0,5.0,The staff is amazing and creating a great environment for learning. And the curriculum is well structured to move you from novice to qualified in a way that is quick but not rushed. The work load always seem tasking but not overwhelming. All in all great... Read More way to start your coding journeyRead Less,,Unknown +292991,10868,le-wagon,Matteo,False,2022,A unique opportunity to change your career (and life),2022-09-15,5.0,5.0,5.0,5.0,"I decided to join Le Wagon for multiple reasons. Having had a business education, I wanted to acquire more technical skills, which are in high demand in today's job market. Secondly, I wanted to learn how to build digital products and transform my own... Read More ideas into real projects. Finally, I wanted to increase my chances of getting a job that allows me to work remotely, which is quite common in the tech world compared to other fields.  For these reasons, I decided to apply to Le Wagon's Web Development coding bootcamp. Overall, I can say that the whole experience has been amazing. The learning path is very clear and structured. You will find yourself having a 1.30hr lecture every morning and doing the coding challenges for the rest of the day until 6pm. The learning curve is very steep and you can expect to feel overwhelmed at some points. However, the teaching staff is always available to support you throughout the process. You will start by learning the foundations of coding in Ruby, all the way up to making your own web application. You will be amazed when you look back and realize what you accomplished in 9 weeks!  I would advise you to attend the bootcamp in person rather than online, if you can. This will allow you to get to know a group of like-minded people, with different backgrounds, that will become your friends during the journey. That's very valuable for 2 main reasons: first, you'll help each other and keep the motivation/energy high during the bootcamp (the study program is quite demanding), and secondly, you'll have great friends to party and travel with (super valuable if you're in places like Bali).  One question I asked myself when choosing a coding bootcamp was the following: is 9 weeks enough time to learn coding, or should I choose a longer program (4-6 months)? Based on my experience, I would say that this is a perfect time span. You definitely learn enough to land your first job, even though it is important to keep practicing and learning after the bootcamp. Furthermore, it would be very hard to maintain this workload for a longer time period than 6 months.  Overall, I would strongly recommend this experience to anyone who is seeking a career change, new challenges, or a great learning opportunity. It will turn out to be one of your best decisions!Read Less",Web Development - Full-Time,Web Development +292989,10868,le-wagon,Franka Weiler,False,2022,Amazing in every aspect,2022-09-15,5.0,5.0,5.0,5.0,"I loved every single day here, the teachers are amazing, supportive and super skilled and the atmosphere in the batch couldn't be better. I didn't expect to learn that much in only 9 weeks; the challenges are intense but super fun, loved it.:) Additionally,... Read More I made some super great friends, the batch truly becomes a big family over time and I'm sure I speak for most of the people graduating when I say I discovered a new passion of mine. Super grateful for everything.Read Less",,Unknown +292960,10868,le-wagon,Willie S.,False,2022,Life-changing,2022-09-15,5.0,5.0,5.0,5.0,"I really enjoyed my time at Le Wagon Bali. To say it is life-changing is probably an understatement. I loved every bit of it. Let me first say that this review is uniquely my perspective. Each person may have different experiences, so this one is personally... Read More mine. I was a little hesitant at first when I saw that they were teaching Ruby as the backend language; industry-wise it's not the most popular anymore. But then I watched a YouTube video of some alumni being interviewed, and he explained why Le Wagon uses Ruby. And what convinced me was that Ruby is a great language if you want to start your own startup, and that's what I wanted most. I'm happy to say that it really satisfied what I am looking for, and as I embark on my entrepreneurial journey I will be utilizing Ruby as my main backend language to start with. I picked Bali because it was the closest to home. I'm an Indonesian from Jakarta and, initially, I considered Singapore and Tokyo as the destination. However, those countries at that time were still closed to tourists, and getting a student visa was not something the boot camp could help with. So Bali was the obvious choice as I also loved the island. But what came with it was more than I expected. I was in a batch of 13 students, mostly Europeans, and it was the best two months I'd had in a while. I made new friends from all over the world and I gained a valuable skill that will change my career trajectory. An alumnus from the previous batch mentioned that Bali is probably the most international campus out of the 45 cities, and I can fully endorse that. If you're looking to make new friends from around the world while also learning to code (and also enjoying Bali life), then this location is for you. The lectures and curriculum were great overall. I come from a no-coding background and so this is completely new to me. Luckily, I managed to hold on to being in the middle of the class. It wasn't easy; every day felt long as you learn something new whilst still trying to absorb what you learned the day before. Thankfully, the teachers were amazing. They really know their materials and are quite experienced developers themselves. They knew how to debug and problem-solve when we students struggled. They were super friendly and caring about our progress. Overall, four big thumbs up to the teaching staff. I couldn't believe that at the end of the program, I built two different fully-functioning apps. During the weeks building up to project week, I was not confident in being able to achieve that. But with the help of the teachers, my team and I were able to pull it through. I still have much to learn, but I am happy that I went through it. The whole experience really condensed what it's like to be a developer in the real workplace. I think this program is for those who are seriously considering the developer or even entrepreneurial path. The program is tough, but at the beginning of the boot camp, the teachers say, ""trust the process"", and I think that it's true. Trust the process, don't doubt yourself, and you'll be able to complete the program.Read Less",Web Development - Full-Time,Web Development +292959,10868,le-wagon,Christina Sugiono,False,2022,Great experience!,2022-09-15,5.0,5.0,5.0,5.0,"Definitely the best learning experience I had, the curriculum is so well structured, the learning environment, teachers, classmates were all so good and supporting of each other. The bootcamp is really intense but manageable, it pushes you to work hard... Read More everyday, but with the buddy system, and all the teachers support it was a fun learning experience.Read Less",Web Development - Full-Time,Web Development +292957,10868,le-wagon,Angger Prayugo,False,2022,Bootcamp Experience,2022-09-15,5.0,5.0,5.0,5.0,"Before I joined Le Wagon, I worked as Customer Service in Qatar Airways. I quit the job because I decided to switch my career. I found the new opportunity to become a Web Developer and I decided to join Le Wagon to learn how to become Web Developer. I... Read More joined in July 2022 and finished September 2022. First few weeks felt so intense, but with the help of the teachers, I could solve the problems whenever I did the daily challenges until it came to the project weeks (which is our last week in the bootcamp), the teachers are really helpful and they helped us (the students) a lot to do the projects. After I completed 9 weeks of the bootcamp, I am confident enough to jump into a tech world. Thanks a lot Le Wagon!Read Less",,Unknown +292917,10868,le-wagon,Isis Lim,False,2022,A great way to learn data science,2022-09-14,5.0,5.0,5.0,5.0,"In my previous roles, I often wondered how available data could be better utilised to support decision-making, and wished that I had the skills to do so. I'm glad I made the decision to enrol in Le Wagon's full-time data science bootcamp in Amsterdam.... Read More It was a great experience overall, from having really motivated classmates with diverse backgrounds, to learning key skills in data science in an interesting way that felt easily applicable. There was also always good support from teachers and teaching assistants throughout the bootcamp. I had almost no coding experience before the bootcamp, and am super proud to have been able to put into production a machine learning model built from scratch as part of the final group project!Read Less",Data Science - Full-Time,Data Science and Analytics +292885,10868,le-wagon,Sjoerd de Wit,False,2022,"Awesome, international oriented, coding bootcamp!",2022-09-13,5.0,5.0,5.0,5.0,"After getting acquainted with the Data Science world at my job, I decided to not renew my contract to have enough time to learn new Data Science skills. After enrolling in Le Wagon and doing the 9-week intense Data Science course, it was clear that I... Read More had no regrets about this decision! Together with my fellow boot campers, we dove and learned Python specific to Machine Learning, Deep Learning, and Data Engineering. Also, we have gotten familiar with handling data using SQL queries & even got some introduction to simple front-end programming using Python. I am confident Le Wagon's course has given me the necessary tools to start my Data Science journey!Read Less",Data Science - Full-Time,Data Science and Analytics +292879,10868,le-wagon,Angelo Darriet,False,2022,Wonderful 9 weeks at Le Wagon Amsterdam | Data Science Bootcamp,2022-09-13,5.0,5.0,5.0,5.0,"I applied to Le Wagon data science bootcamp in Amsterdam after feeling like I was stagnating in my current position and wanted a change of career in a field I had always been passionate about. This was one of the best decisions I ever took. The amount... Read More of learning that I was able to gain in only a few months was invaluable and is a testament to the quality and robustness of the Le Wagon school. Working through challenges all day and coding non stop, always under supervision of a teacher assistant and peer work system, meant that progress in the classroom was uniform between all students despite the fact that some may had started with more or less coding foundations. This also added to the atmosphere in the classroom where all students were eager to learn and push themselves which made it a very motivating and encouraging setting. The staff at Le Wagon was friendly and always willing to help answering questions about the bootcamp, careers etc.. and they did not shy away from interacting with the students which gave really strong community vibes knowing that we are all in this together, which was a big selling point for me. Overall, I would recommend this course to anyone who wants to go on a career change or get their foot in the data science door. It will leave you with all the skills required to strive in this field and a community of like minded individuals to collaborate with and go on this journey together.Read Less",Data Science - Full-Time,Data Science and Analytics +292873,10868,le-wagon,Raphaël Jubé,False,2022,Amazing!,2022-09-13,5.0,5.0,5.0,5.0,"In professional retraining, I did the Wagon Bordeaux Web Development training in April-June 2022 and the least we can say is that it exceeded my expectations. The quality of the courses and the teachers, an automated exercise process, the support of the... Read More assistants, the system of pairs,…, everything is done to progress quickly. Even if it was intense, I had 9 weeks of real pleasure. Once certified, you are not alone either: regular monitoring of your situation, an effective network allows you to quickly find the job that is right for you. In short, I recommend 200%.Read Less",Web Development - Full-Time,Web Development +292807,10868,le-wagon,jessica Wong,False,2022,Le Wagon Web development course,2022-09-10,5.0,5.0,5.0,5.0,"Found the course covered a lot in 6 months part time (3 month full time) with so much support and guidance. Everyone was lovely and fun to work with. The team was very helpful in getting us a job after. - Loved the peers and teachers/tutors, really feels... Read More like a community with everyone supporting each other and working together - Lots of pair programming - Teacher's always willing to helpRead Less",Web Development - Part-Time,Web Development +292508,10868,le-wagon,Rachael Mac,False,2022,I can't recommend the bootcamp enough!,2022-09-02,5.0,5.0,5.0,5.0,"If you have even a slither of curiosity about getting into web development or tech in general, I urge you to get in contact with Le Wagon to see what it's all about! Jumping into Le Wagon’s Web Development course was a brilliant experience and a decision... Read More I am so happy I made, truly a defining moment for me. I felt incredibly supported and understood by Le Wagon’s management and TA’s, from the get go and right through to the very end (even now!), during pre-bootcamp information sessions and calls, I was able to discuss and express my areas of interest and desire to enrol in the course and really felt that I was being heard. Le Wagon takes every prospective student's motivations into consideration prior to enrolling them, this extra step ensures each student is a good fit and really demonstrates the organisation's genuine care for each learner’s realistic success. After months of researching various providers, Le Wagon was the only organisation I spoke to that wasn’t trying to rush me into a sale. I had people from other organisations warn that I would miss out on a successful career in tech and wouldn't be able to secure a job due to the market's competitive nature if I didn't sign on with them within a particular time frame. This kind of pressure was incredibly de-motivating and I am so glad I stuck to my guns and went with Le Wagon instead. I enrolled in the part-time course as I had to continue working full time, although this was a lot to juggle, it was absolutely doable. If you have any doubt regarding course costs and the payment structure, I would highly recommend getting in contact with Le Wagon to discuss your options, they are incredibly accommodating and will support you however they can. Such impactful accelerated learning was something I hadn't come across in an adult learning environment. Throughout the 24 week course I developed highly valued technical skills and a strong foundation for learning almost anything tech related. I have also come away with a greater understanding of the learning process in general and a mindset geared towards personal development and success. I found the course structure, teaching styles, group work and pair programming to be very beneficial in learning concepts and content as well as great value in regards to project planning and pitching. I grew a great deal of confidence through pitching a final project idea which was ultimately selected by the cohort and built. Although I was definitely not technically the strongest in my group and I can recognise that my understanding of course concepts may not have been as evolved as others at times, the only limitations I could have possibly experienced during the course were my own. Everyone has a different level of understanding and although it may be difficult at times, it’s important to remain centred and avoid comparing yourself to others especially when you may have little to no technical experience. Le Wagon’s TA’s approach teaching the course content with a great deal of patience and compassion and are prepared to go the extra mile to ensure you feel confident, supported and encouraged throughout the course. My experience with Le Wagon has encouraged me to value my ability to learn new concepts and continue to seek out opportunities for growth. Towards the end of the course I applied for a number of tech industry internships as I had questions and curiosities about my career prospects, a number of people in my cohort were certain they wanted to enter developer roles and they have all found much success following this route. A few weeks prior to finishing the course I landed an internship at a data consultancy, this wasn't something that was particularly on my radar however I am enjoying my role immensely. I am currently working on and upskilling a variety of areas including advisory work, cloud technologies & implementations, data visualisation tools, customer data platform implementations & content writing for other learners, data automation as well as SQL, JavaScript & Python. These are areas I couldn't have even fathomed I would be able to get into after the bootcamp however it has given me a strong foundation to learn and I am so looking forward to finding out what else is to come. My time with Le Wagon reinforced the phrase “You don’t know, what you don’t know” - I am so very glad I took the time to know and I think you should too!Read Less",,Unknown +292290,10868,le-wagon,Elsa Bardin,False,2022,Data Science Bootcamp Bali,2022-08-28,5.0,5.0,5.0,5.0,"Before taking part in le Wagon, I was a student in a Business School in France and felt like coding was missing from my education. My goal is to become a Product manager and I feel is it essential to know how to take data-driven decisions in such positions... Read More - so I joined the Full time Data Science Bootcamp in Bali from April to June 2022 to learn how to code and analyse data. I can only honestly say it was the best decision that could be made : the Le Wagon process makes complicated concepts much simpler to learn, understand and use. The classes and concepts are taught in a very clear and spot on way - we then apply these concepts in ""coding challenges"" everyday to learn by doing. The 9 weeks are organised in such a way that you are constantly challenged with new learning material (and there are options to go even deeper in the coding if you want) while never feeling overwhelmed and lost. I felt the teachers had the perfect balance between : 1) doing your own research to find the solutions you're looking for, 2) helping you out/ giving you tips to find those solutions. I am so grateful for everything the Le Wagon curriculum taught me and I go back very often to all the learning material we still have access to. The Le Wagon classes also showed me the strength data can have and so many things that can be done with data analysis. As a bonus : living in Bali for 3 months was a dream and I am still in contact with the students I met during the bootcamp- despite us all living in different parts of the world.Read Less",Web Development - Full-Time,Web Development +292259,10868,le-wagon,Ines,False,2022,The best learning experience I have ever had!,2022-08-26,5.0,5.0,5.0,5.0,"I graduated from the part-time program, and it was the best learning experience I have ever had! It was intense to do the bootcamp while working, but I enjoyed every minute of it. Every step of the program is well thought out from start to finish. The... Read More teaching approach, which focuses on practice, gave me a great sense of achievement and the confidence to keep learning. Here’s what I enjoyed the most about Le Wagon: 1. The curriculum. The way we learned coding and the order concepts were introduced is very well thought out. Everything came together nicely when we got to the Ruby on Rails and project weeks. The Rails week was probably my favorite one. It all became concrete, and building a web app per session was the best way to practice what we had learned so far. 2. The teaching team. I'm amazed at how Le Wagon brought so many passionate people together! The teachers and TAs have done an amazing job creating a friendly environment while challenging and pushing us to deliver our best. 3. A welcoming, diverse environment. Le Wagon students come from diverse backgrounds, making the experience even more interesting. We had beers every Saturday after class which was really nice! 4. I learned how to learn. During the program, I learned plenty of tools and some programming languages. But, more importantly, I learned how to search for solutions and read the documentation. Now, I feel autonomous and capable of continuing my journey into exploring web development :) To sum up, don’t overthink it. Do it!Read Less",,Unknown +292203,10868,le-wagon,Raphael Cohen,False,2022,Amazing Experience,2022-08-25,5.0,5.0,5.0,5.0,"'Montreal’s Le Wagon bootcamp is an amazing experience. Everyone is welcoming, it feels like we're one big family. The team is amazing, teachers and ta’s are helpful and patient in explaining programming concepts. Seeing yourself progress throughout the... Read More bootcamp is rewarding, and the final project weeks are intense but I learned so much. At the end you have a final web application to share with the world or add to your portfolio that you built with your team. These concrete skills are essential to finding a job in the tech industry. Thank you Le Wagon.'Read Less",Web Development - Full-Time,Web Development +291997,10868,le-wagon,Leboucher Benoit,False,2021,Best start in the IT industry,2022-08-18,5.0,5.0,5.0,5.0,"For the last 5 years I worked as a chef in a pizzeria and worked in restoration for 20 years. I was tired of working nights and weekends so I was looking to change my career path and find a job with 'regular hours’. Some of my friends are developers and... Read More after speaking with them, I realized that being a developer was what I wanted to do :) As soon as I decided to make the change, I looked for a way to make it a reality. After some research, I chose to join a bootcamp instead of doing a traditional degree. Le wagon had very good reviews and a friend of friend of mine hired someone who graduated from le wagon and was very happy with his work. I decided to join and it was an amazing experience. It was very challenging, both personally and technically but also very rewarding. I learned a lot of technical skills and programming languages, and I am still doing challenges almost 9 month after I did the bootcamp with the resources Le Wagon gave me. Finally, I learnt how to work in a team and to be efficient together. During the last 2 weeks, the “projects weeks”, we were ready to start working like real devs, from an original idea, to develop it, code it and present it. I presented it to the community and learned how to speak in public, which was not my strong suit. I’ve learnt so much from my experience at Le Wagon and am happy to continue giving back to the community.Read Less",Web Development - Full-Time,Web Development +291983,10868,le-wagon,Noah,False,2022,FullStack developer,2022-08-18,5.0,5.0,5.0,5.0,"I had been looking to learn to code for a while. I had heard about the wagon from a friend who had attended and loved it. There was a campus close to my home, which was great for me. The program is intense, but well designed, the teachers are great. The... Read More project week was amazing, my team and I gave a great presentation. Since then I've continued to code, I'm hooked and can't wait to see what the future holds!Read Less",,Unknown +291909,10868,le-wagon,Anonymous,True,2022,Good review,2022-08-16,3.3,3.0,5.0,2.0,"It is a good bootcamp, but it is very expensive. I was lucky to find a good job as soon as I finished, but it was a bit difficult for other classmates. The topics were seen in a very intensive way, I managed to understand them easily because of my previous... Read More knowledge, without that knowledge it would have cost me more than normal. The good thing is that they have a good ticket system where you can solve any doubts you may have. Although not all the teachers are the best trained.Read Less",Web Development - Full-Time,Web Development +291889,10868,le-wagon,Giorgi Baptiste,False,2021,A good moment,2022-08-16,4.7,5.0,4.0,5.0,"It was the second bootcamp in web-developement I try, it was intensive, short and challenging but you're surrounded by the team and your classmate. The team work is valuate and it's a plus for your future job, and you're help for choosing a carrer path... Read More that correspond to you.Read Less",Web Development - Full-Time,Web Development +291879,10868,le-wagon,Taylor Mravic,False,2022,Unforgettable experience,2022-08-16,5.0,5.0,5.0,5.0,"Le Wagon Tokyo gave me the opportunity to revive my career after 8 years being stuck teaching English in Japan. The full-time course feels like going back to university for a short semester, including meeting the other students who are learning alongside... Read More you. Not only do you get a fleshed-out training program that will prepare you to be a real developer, but by the last week the school is connecting you to a network of companies you can apply to and alumni who can give you a hand with job hunting. On the first day, they help you set up a development environment on your computer. After that, each day you are randomly assigned a another student partner and together you work on coding challenges to complete by the end of the day. They start in Ruby, then introduce SQL so you understand the database, then Rails to begin real web projects. They also teach JavaScript to round out your skillset and show you that all programming languages share commonalities. You also use Heroku to learn a very simple introduction to DevOps if you wish to follow that path. What I liked a lot was that the Le Wagon teachers will not only teach you the answer to problems you face while developing, but how to search for the answers to similar questions without their help. I found myself able to solve my own issues and troubleshoot after generalizing from advice the teachers gave me. Doug Berkley and Yann Klein were so patient with my sometimes slow progress and gave useful guidance while my team and I built 2 full-fledged web applications. Even if you don't end up using Ruby on Rails, you still learn to generalize the same concepts no matter what tech stack you end up using. The head of the school, Sylvain Pierre also spent a lot of time on the non-coding side of working in the IT industry. His lectures about giving a pitch for a project, using wireframes and Figma to design an application, how to write a web developer resume were crucial for my job hunting after the bootcamp. The final project pitch night actually turned into real practice for my job interview at the company I ended up joining. I'm proud to say that I'm now a Ruby on Rails backend developer at a fintech startup in Tokyo. Without the training, education, connections, and motivation I got at Le Wagon Tokyo it would not have been possible. Thanks for the unforgettable experience!Read Less",Web Development - Full-Time,Web Development +291875,10868,le-wagon,Jonathan Somi,False,2022,Worth-it,2022-08-16,4.7,5.0,5.0,4.0,"Great experience, loved every part of it, from day one to the demo day it has been a real pleasure being in such an environment where learning was really fun! Also special mention to the staff who really made this experience unique with such cool events!... Read MoreRead Less",,Unknown +291789,10868,le-wagon,Thomas Gellier,False,2022,"Change your life, learn how to code!",2022-08-12,5.0,5.0,5.0,5.0,"The entire bootcamp, from the first days discovering what coding is to the last day, presenting the MVP of a project we worked on for two weeks, this bootcamp was a real revelation for me. In only 9 weeks, I was able to discover, learn and apprehend the... Read More world of coding (which seems too good to be true in only 9 weeks)! I really enjoyed the teaching team, from our lead teacher to all the teaching assistants that were really helpful along the way. The bootcamp is really intense but so rewarding when you complete it and take a step back before starting to look for a job (that you will find pretty fast, at least in my experience). Best bootcamp ever!!!Read Less",Web Development - Full-Time,Web Development +291711,10868,le-wagon,Dominic Lizarraga,False,2021,Great start to Software Development,2022-08-10,4.7,5.0,5.0,4.0,"Le Wagon introduces you to this Software Development world at a high-speed pace, very digested and with a great level support (teachers and TA's). I highly recommend everyone to do some freeCodeCamp or code academy tutorials in order to know if this is... Read More what you truly want and to really commit yourself that you'll put a lot of time, effort, energy to get ahead and build your own app or land your first Software developer job. pd. I wrote great start because this field is tremendously big and you're always learning something new. 🤓Read Less",Web Development - Part-Time,Web Development +291707,10868,le-wagon,Fidel Pérez - Montreal,False,2022,Montreal Le Wagon offers an excellent Data Science Bootcamp,2022-08-10,5.0,5.0,5.0,5.0,"Montreal Le Wagon offers a five-star Data Science Bootcamp (out of 5). If you are not an experienced programmer, early in the Bootcamp, you will develop the coding skills and logic needed to design and implement algorithms to carry out the automation... Read More of any task. Once you have acquired codding experience or if you are an experienced programmer in other languages rather than python, during the Bootcamp, you will learn and use the best coding practices to put into production any machine learning model using the latest cloud technologies in Python. Regardless of your coding experience, you will learn the technologies associated with all machine learning stages, from data extraction to monitoring model performance in real-time to improve it. Obviously, in a few weeks, you will not be able to cover all technologies used in the industry, but the Le Wagon Bootcamp will give you a solid base to be a self-learner so that you can specialize yourself in the area you like the most. At the end of the program, you will face the real-life experience of designing and implementing a minimum viable product in two weeks, as if you were working in a start-up. You will build on top of what you used in the Bootcamp, but also will have to research and learn new technologies to accomplish your goal. The latter is a skill highly desired in any company. It is important to highlight that the Bootcamp is designed in such a way that you are never left alone at any stage, and you are guided by highly trained teachers who enjoy teaching and sharing their knowledge.Read Less",Data Science - Full-Time,Data Science and Analytics +291702,10868,le-wagon,Jules van Rie,False,2021,"Intense, hands-on and truly energising",2022-08-10,5.0,5.0,5.0,5.0,"With more than 15 years of experience in different roles I wanted to deep dive into the fascinating world of data science and machine learning. I was looking for a hands-on experience so that in a relatively short time I could get up to speed (as opposed... Read More to a years-long academic path, or some unguided dwelling all over the internet to build your own incoherent curriculum). The Le Wagon data science bootcamp was a perfect fit for me: seven weeks of to-the-point lectures and hands-on experience with daily challenges, supported by a great education platform and an enthusiastic teaching team; all of this culminating in an intense and very educational two weeks of building your own project with a small team of fellow students. What really sets Le Wagon apart is that the bootcamp caters for all. Students with little to no mathematical and/or programming background will find perfect guidance through the top-notch learning platform supported by the teaching staff. And students with more experience can have their fun with additional materials and extra optional challenges to expand their knowledge even further. Doing the Le Wagon bootcamp was a highly energising experience for me. And I came out well prepared to take up my next challenge within the data science department of a major international bank, where I went on to building bridges between data scientists and business counterparts and senior management.Read Less",Data Science - Full-Time,Data Science and Analytics +291696,10868,le-wagon,Emma Carballal Haire,False,2022,Brilliant experience!,2022-08-10,5.0,5.0,5.0,5.0,"I was a translator for many years and felt that machine learning and AI were catching up with me! I decided to jump on the data-wagon and joined the Data Science Bootcamp at Le Wagon Berlin. The teachers were fantastic, they were always ready to help... Read More and never made you feel inadequate. It was an intense and truly enjoyable experience!Read Less",Data Science - Full-Time,Data Science and Analytics +291674,10868,le-wagon,Kevser Durak,False,2022,Great Experience!,2022-08-10,5.0,5.0,5.0,5.0,"My interest in data started with various Machine Learning and data visualization projects at Uni, and since then, I knew it was what I wanted to do. After moving to Australia, I applied to Le Wagon Data Science Bootcamp and joined the Tokyo Batch online.... Read More At first, joining it online made me uncomfortable but then I realized that it wasn't actually different from joining in person. The only thing that bothered me was not being with them when everyone was together. Teachers, TAs, and Le Wagon staff are always very friendly and helpful. (They are also amazing enough to send gifts from Tokyo to Melbourne.) I had a background but I learned a lot of new things and it totally worth it. The better thing is to reach all the lectures and challenges also after the Bootcamp. What was more difficult for me than the lessons was creating an impressive CV and social media accounts. Thanks to their (Both Tokyo and Melbourne Team!) wisdom and guidance during Career Week, I got more than I expected and I was able to find a job after the Bootcamp. I'm very proud to be a part of Le Wagon.Read Less",Data Science - Full-Time,Data Science and Analytics +291663,10868,le-wagon,Guillaume Juste,False,2022,Best coding bootcamp,2022-08-09,5.0,5.0,5.0,5.0,"I started my training at the wagon, 2 months ago and since then I can say that I can move mountains, we learn all the fundamentals necessary for the web profession. My training with them is like an adventure that I will never forget. we have plenty of... Read More teachers who help us and who are there at all times, not to mention that their system is at the top and that we have a community if we are in difficulty, all that to say that the teachers give themselves body and soul in their role as teachers. I recommend this institute 100%Read Less",,Unknown +291628,10868,le-wagon,Benjamin Liet,False,2022,An experience!,2022-08-09,5.0,5.0,5.0,5.0,"I made the bootcamp training at Le Wagon Bordeaux for n9 weeks (April 2022) to work in the web development world The unique vision of Le Wagon on teaching based on the 'buddy work', on daily 'flashcards' and on a big part allowed to exercises are making... Read More this formation a true experience, either on technical or human plan. I recommand to every person willing to work in the web development word to live this 2 months experience in Le Wagon with all of the students and the teaching staff, always here for us and making the moment a success.Read Less",Web Development - Full-Time,Web Development +291610,10868,le-wagon,Olivier Nottebart,False,2018,Incredible experience,2022-08-09,5.0,5.0,5.0,5.0,"Doing Le Wagon was amazing ! I'm a graphic designer and had no clues in coding before doing the bootcamp. The cursus is really well done, and the overall experience was so intense and stimulating. We were learning new stuff every single day, the challenges... Read More were super nice to do and the teaching crew was amazing ! A unique experience that launched my carrier as full-stack developer. I'll never regret it 😄 Thanks Le Wagon !Read Less",Web Development - Full-Time,Web Development +291573,10868,le-wagon,Vincent Lavilley,False,2021,Data scientist bootcamp,2022-08-08,5.0,5.0,5.0,5.0,"It was a rich a strong experience to follow Le Wagon's data science formation. The team was constantly around us to supervise, support and help us advance or to change our minds with some beers and activities out of the bootcamp. TLDR ; it was tough,... Read More short, intense but totally worth it !Read Less",Data Science - Full-Time,Data Science and Analytics +291558,10868,le-wagon,Manuel ferrer,False,2022,I just loved id,2022-08-08,5.0,5.0,5.0,5.0,"I just loved id, a learned a new profession in just 4 months and i am working now, amazing teaching, contents and comunity. All people en Le Wagon es very friendly and helpfully. They helped me to find my best skills, make my career profile the best posible.... Read MoreRead Less",Web Development - Full-Time,Web Development +291539,10868,le-wagon,Meghan,False,2022,The structure I needed...,2022-08-06,4.7,5.0,5.0,4.0,"I had worked as an accountant for 14 years. I felt completely overwhelmed and didn’t feel motivated to gain mastery, or empowered to be innovative in finding solutions for my company/department. I knew I liked working with technology and wanted a more... Read More creative outlet. In my research for potential new career paths/skillsets, I saw web development was in high demand and could possibly be a good fit for my next move. After I broke through the burnout and decided to quit my job, I knew I wanted to travel to Europe for a while to reconnect with the world and myself. Why not attend a web development bootcamp to re-skill at the same time? It was an intense 9-10 weeks of learning, but it was such a joy to feel like I was learning something new and gratifying to see what I was able to create with just my beginner level of understanding. The structure of the course also helped me to stay focused and effectively move through the coursework that I knew I would struggle with on my own. The instructors and staff are very supportive and you really feel like you are “all in it together” to get to the finish line. Post-bootcamp I have continued to receive support and encouragement from the Brussels team and classmates, and have also found the worldwide alumni to be accessible and helpful when I have reached out for help with coding questions. I would recommend Le Wagon if you are looking to pivot to web development, gain a base-level understanding of how it can impact your business or business ideas, and join a growing alumni community of motivated and supportive individuals.Read Less",Web Development - Full-Time,Web Development +291509,10868,le-wagon,PIRO Dylane,False,2021,Is it too much to say that they are the best?,2022-08-05,5.0,5.0,5.0,5.0,"I joined the Web Development bootcamp last year in Marseille, France. I thought of it as a good opportunity to get into the dev world. And let me tell you that I was amazed. I take it right now as one of the best decisions I made. Whether it's the teachers,... Read More the staff, but also the courses and the way they are taught, the overall environment of Le Wagon. Everything from this bootcamp is top notch. I cannot recommend it enough. You just have to throw yourself in this wonderful adventure.Read Less",Web Development - Full-Time,Web Development +291462,10868,le-wagon,Ethan Li,False,2022,Best experience ever!,2022-08-04,5.0,5.0,5.0,5.0,"I used to be an electrical engineer and just moved to Australia. I decide to take this as a chance to change the career to an developer. I am so lucky that I choose Le Wagon. The program is extremely complete, from the content's course to the platform... Read More and the staff. It was a 9 week of a intense coding and a beautiful human experience. I found a job as a developer three weeks before the end of the bootcamp. The bootcamp in Melbourne was an incredible journey! Highly recommend!!Read Less",Web Development - Full-Time,Web Development +291451,10868,le-wagon,Anonymous,True,2022,A life changing experience,2022-08-04,4.0,4.0,4.0,4.0,"I’m so glad that I took the leap to join the full-time Web Development course to make a career change. I’d learnt so much in the bootcamp within a short period of time, and I was able to land a job not long after I completed the course. The staff were... Read More very helpful and friendly, and I met so many amazing and inspiring people going through the journey together. It’s a wonderful experience I’ll never forget, and it’s worth the money! Pros: - Friendly, supportive and motivating teachers, teaching assistants and staff - Well-structured curriculum - Plenty of learning materials and career resources - Opportunity to pair program with different people to work on coding challenges - A great chance to pitch and build your own ideas with your teammates Cons: - One of the teachers wasn't well-prepared for certain subjects, so students struggled to learn - The pace could be very fast and intense for some people, so make sure to do some prep work before the bootcamp to get an idea of the basics of coding, git and so on - It'd be good to provide more support to students during Career Week (e.g. mock interviews, connect students with potential employers, provide exercises for common technical challenges in interviews)Read Less",Web Development - Full-Time,Web Development +291428,10868,le-wagon,Humbert,False,2022,Top !!,2022-08-03,5.0,5.0,5.0,5.0,"I did the 2 training courses offered by Le Wagon (Data Science and Web Development) and I am extremely satisfied: the quality of the program, the expertise of the teachers, the benevolence of the entire teaching team... The progression in 9 weeks in each... Read More of the two training courses is initially unimaginable: we progress every day and the end of bootcamp projects make it possible to put in order all the knowledge acquired during the bootcamp. All in a very good atmosphere!Read Less",Data Science - Full-Time,Data Science and Analytics +291415,10868,le-wagon,Jonathan Leal,False,2022,9 intense beautiful weeks of aknowledgement!!!,2022-08-03,5.0,5.0,5.0,5.0,"cons: none pros: very good step into web application design It was a very good opportunity to get back in the dev world. I found the program very complete in every aspect, from the content to the platform and the staff. It was a 9 week of a beautiful... Read More experience. Besides having access to a great bootcamp it has an after with a great comunity to help each other. The bootcamp in Nice was amazing! I recommand!!!Read Less",Web Development - Full-Time,Web Development +291375,10868,le-wagon,James Hibbeard,False,2021,Amazing Bootcamp,2022-08-02,5.0,5.0,5.0,5.0,"After choosing to make a career change, I decided to explore doing a bootcamp. There were many options available to me, but in the end chose Le Wagon. Best decision I made, it was a calm and supportive environment with a fantastic team there to support... Read More you through the challenges. Once I finished the bootcamp, there are continued career support services helping you get ready for finding or a job.Read Less",,Unknown +291370,10868,le-wagon,Ana Luiza Curi Christianini,False,2021,Amazing experience,2022-08-02,5.0,5.0,5.0,5.0,"I signed up for a Data Science Bootcamp at Le Wagon for improving my data analytical skills. I had no idea how intense and challenging this experience would be. Learning how to code is not only a very useful skill, it is also fun! Besides, I really enjoyed... Read More the atmosphere at Le Wagon and the community feeling you get there.Read Less",,Unknown +291309,10868,le-wagon,Bruno Castro Brunckhorst,False,2020,A life-changing experience — and this is not a cliché!,2022-08-01,5.0,5.0,5.0,5.0,"Since I was a child, I have had a great interest in computers and everything they entail, from superficial aspects all the way to the small details that make up the inner workings of a computer. I started a CES (Computational Engineering Science) course... Read More to dive deeper into it, and suddenly found myself falling in love with programming! At that point, I was absolutely sure that I wanted to become a developer and program for a living. The problem, however, was that at the same time I started to notice that the course I had chosen wasn't really taking me to where I wanted to be. This is where Le Wagon came in! While searching for a way to improve my coding skills and really focus on becoming a developer, I came across Le Wagon. I admit that I was afraid at first because it all sounded very daunting and I wasn't really sure if was going to be able to keep up. After a pep talk from my family and a couple of deep breaths, I signed up and went in head-first...and I loved every second of it. Don't get me wrong, it was not easy — the syllabus is tough and there is a lot of information —, but boy was it fun. I learned a lot of new things — programming languages (yes, plural) that were entirely new to me, software development patterns, databases, and many other things in between. I also learned that teamwork makes the dream work, which became clear very quickly because of the amazing community that is Le Wagon, from staff to students. The buddy system — a system that automatically creates pairs of students that will work together, daily — is a great way to ensure that you always have someone you can discuss solutions with, which is very important when coding your way through all the daily challenges. There's always an example of a real-life application for what you're learning so that you can easily see what you can achieve as you go. In the end, it all comes together in one giant toolbox of skills that you will use to create an entire project, in a team, from scratch! On the staff side, everything is planned, built, and executed very well. Everyone is quick on their feet and always ready to help you out if get stuck — without giving away the answers, but rather helping you use the tools you have to figure it out for yourself. Everyone is full of energy and the atmosphere is just amazing! Even after the bootcamp, you will always have their support if you need it, as well as from the entire Le Wagon community (as in worldwide) for anything from searching for a job to solving coding issues with your personal projects. I hope that I was able to convey just how amazing Le Wagon is, even though I barely scratched the surface. If you're afraid, don't be. There is always someone there to help you learn, and the community is tight-knit and growing with every new batch of students worldwide. You'll feel right at home! It's a great opportunity to learn a lot of new things and make friends, and I can promise you that you will not regret it. It's tough, but you can do it!Read Less",,Unknown +291244,10868,le-wagon,Violette Dunoyer,False,2022,Best Coding Bootcamp,2022-07-29,5.0,5.0,5.0,5.0,"I am a business student at King's College, but I always wanted to learn how to code. Le Wagon was the perfect way to learn. The environment is the best I could hope for: the teachers are amazingly attentive, supportive and friendly. The rhythm is intense... Read More but you will learn so much so fast that you'll feel really proud when it's over ! As a girl, I felt empowered and included in this tech-environment, would recommend 1000% to everybody !!Read Less",Web Development - Full-Time,Web Development +291237,10868,le-wagon,Pedro Henrique Pereira Braga Miranda,False,2020,Best learning experience I've ever had!,2022-07-29,5.0,5.0,5.0,5.0,"Le Wagon completely changed my life through education. I was able to change careers right after I finished the bootcamp. Not only the curriculum, the teachers and teachers assistant are great but also the whole atmosphere of collaboration over competition... Read More that LW brings were a key part of my learning experience.Read Less",Web Development - Part-Time,Web Development +291218,10868,le-wagon,Luis Miguel,False,2022,Incredible experience,2022-07-28,5.0,5.0,5.0,5.0,"From Le Wagon I like that their exercises have tests of which I could see which things I had already solved and which ones I had not and I also took the opportunity to see how the tests are constructed, and the information they give you is very good.... Read More I can say that it was a great experience.Read Less",Web Development - Full-Time,Web Development +291165,10868,le-wagon,Juan Gabriel Garassino,False,2020,Outstanding Experience,2022-07-27,5.0,5.0,5.0,5.0,"The Bootcamp is much more than what you would spect from it! Really it is! From the technical aspects of both Web Development and Data Science bootcamps, to the social aspects of building a community that shows support to the graduates constantly, during... Read More and after the bootcamp. Le Wagon provides everything we need to build our coding skills or take them to a new level. Daily Live Lectures and Live coding, daily Challenges supported by a qualify team of Teachers. Focusing on the main issues we have in a real proffesional enviroment. I am really happy I decided to apply for this boots to my proffesional carrer with Le Wagon!Read Less",Data Science - Full-Time,Data Science and Analytics +291153,10868,le-wagon,Katherine Cornejo,False,2022,Amazing,2022-07-26,5.0,5.0,5.0,5.0,"It is the best experience I have ever had. I learned HTML, CSS, JavaScript, Ruby, Ruby on Rails and React. The community is the best and they always guide you in learning and have many resources to help you in your training. They supported me during the... Read More bootcamp when I was frustrated and gave me tools to improve and keep learning. The teachers were very supportive and are the best in their fields.Read Less",Web Development - Full-Time,Web Development +291145,10868,le-wagon,Belen,False,2020,Web Dev Bootcamp - Best learning experience of my life,2022-07-26,5.0,5.0,5.0,5.0,"Amazing bootcamp. I started with 0 knowledge and ended up with 2 job offers. In the last week of the bootcamp, I was hired to be a full stack developer for a Fintech. Before doing the bootcamp, I was working as a graphic designer, and as a side project,... Read More I worked in hospitality, I used to own a restaurant that close in the pandemic. After my restaurant close, I was sure about two things, first that I wanted to pursue a career that was complementary with my design skills. And last but not least, I wanted to be a digital nomad.Read Less",Web Development - Full-Time,Web Development +291120,10868,le-wagon,Mark Soosaipillai,False,2022,A Great Place to Start your Coding Career,2022-07-26,4.7,5.0,5.0,4.0,"Before Le Wagon, during my time as a business student, I was curious to learn how businesses use technology to their advantage. It soon grew on me that the use of technology is a vital part of a successful business. I had decided to learn to code on my... Read More own but I soon realized I needed something more structured. That’s when I found Le Wagon, a place to learn all of the coding basics, how to solve challenges alongside others and more importantly how to think like a developer. At Le Wagon, the program is extremely well-structured to maximize learning. This is done by watching lectures before class and doing challenges which reinforce what was taught in those lectures during class. If ever we got stuck trying to solve a problem there was always a teacher to help. My primary goal at Le Wagon was to learn the fundamentals of coding as a web developer. In the end I’m glad to say my goal was achieved and furthermore I have met new friends who motivate me to excel in this career path. Ultimately, I recommend Le Wagon for anyone looking to get familiar with coding.Read Less",Web Development - Part-Time,Web Development +291114,10868,le-wagon,Brian Darmi,False,2021,A compact introduction to Web Development,2022-07-25,4.3,5.0,4.0,4.0,"With this bootcamp you'll learn everything that is needed to develop websites and web services from the ground up, besides meeting new people who might follow your interests. This course is a perfect fit for tech geeks who are curious about web development,... Read More whereas for people who are seeking for a career change need to be prepared for this intense course by being fast learners and quick thinkers. After learning the technicals the students will be divided into groups and have their knowledge and skills by developing projects together. Here you might meet a few challenges with your team members, but at least their skilled teachers are more than willing to help.Read Less",Web Development - Full-Time,Web Development +291095,10868,le-wagon,Gabriel Llerena Quenaya,False,2022,The career change I needed,2022-07-25,5.0,5.0,5.0,5.0,"Before I decided to apply to a bootcamp I was working in another kind of industry but I always felt that something was missing. Le Wagon changed this, it gave me a big picture understanding of the tech world and the enough confidence to look for a position... Read More that fits me well, now I'm a RoR Back End Developer and one advantage of this is that I don't need to go to an office anymore. It's just perfect!Read Less",Web Development - Full-Time,Web Development +291047,10868,le-wagon,Anonymous,True,2022,Great Bootcamp,2022-07-24,5.0,5.0,5.0,5.0,"Le Wagon was a great bootcamp experience for me. I completed the Web development Part-time course. It provided me a very structured and logical learning path, coupled with friendly and knowledgeable teachers who were always enthusiastic to help. I felt... Read More like I was learning not only a lot about coding but the industry in general, and it was a great preparation for the real world of dev-work. Overall I would highly recommend Le Wagon to anyone who is looking to transition to a new career in tech.Read Less",Web Development - Part-Time,Web Development +291045,10868,le-wagon,Camila Modena,False,2020,2 year review,2022-07-24,5.0,5.0,5.0,5.0,"I attended the web development bootcamp at Le Wagon at the end of 2020 and decided that to write an honest review, I had to wait and see what the long-term outcome of doing this course was. I took the course because all I wanted to do was freelance and... Read More have the autonomy to work from wherever I want. Two years on, I’m very glad to say I’ve achieved that goal. The bootcamp is very challenging and there were certainly times where I questioned my own abilities and wondered if I’d get to where I wanted to be, but thankfully I had the support of the amazing teachers and TAs who reassured me that the ‘click’ would eventually happen - and it did! I had never coded before at all, so it was very beneficial that the bootcamp’s curriculum involved a lot of Ruby, as the syntax is easy to get the hang of for a beginner and once you’re comfortable with the logic, you can apply that same logic while learning other languages with more complex syntax. The community aspect of Le Wagon has also been incredibly important in the development of my career, as I have access to a huge network of alumni who are always looking for freelancers to work on projects.Read Less",Web Development - Full-Time,Web Development +291009,10868,le-wagon,Andrew Kurjan,False,2022,The best investment I had ever made!,2022-07-23,5.0,5.0,5.0,5.0,"Choosing to study Web Dev with Le Wagon would have to be the most pivotal thing I have done for my career! I am a qualified motor mechanic, who more recently was working in the cycling industry running a busy workshop. I am a prime example that in your... Read More 30s you can up and change your career with a little bit of hard work, dedication and a positive mindset! I worked full time while studying with Le Wagon and although it was hard the support from the staff and peers was next to none, the flexibility to study on campus or remotely was just what I needed while juggling a busy job. I was lucky enough, through some good networking to land myself a job in the industry before I had even finished the course. In my current role I'm using technologies and languages such as AWS, Javascript (React & Node), Blazor, Apex, C#, HTML, CSS and more and even though very very different to what I had studied with Le Wagon the job readiness that I graduated with perfectly aligned with the industry and I hit the ground running! 10/10 would recommend to anyone wanting to get into the industry!Read Less",Web Development - Part-Time,Web Development +290984,10868,le-wagon,Julien,False,2022,Data Science Bootcamp,2022-07-22,5.0,5.0,5.0,5.0,"After finishing my bachelor in computer sciences I knew I wanted to specialize in data but didn't feel confident enough in my skills to start looking for a job. Le Wagon seemed like the perfect solution: -It's a rather short bootcamp, only 9-10 weeks... Read More -The courses seemed to fit my expectations -The work style (very practical) was exactly what I was looking for My experience was amazing. The staff is great, very considerate and warm. The rythm is very well paced, even though we all came from very different fields, we were never overwhelmed but always challenged. At the end of the bootcamp, for our 2 week project, my team and I were already able to build an operational ""beer scanner"" that could identify any bottle in a picture, identify the beer and give informations about it. I also believe Le Wagon's reputation to be a plus as I was able to find a job as Data Engineer before the end of the bootcamp. I can only recommend.Read Less",Data Science - Full-Time,Data Science and Analytics +290978,10868,le-wagon,Kelvin Purdom,False,2022,Intense but awesome,2022-07-22,4.7,5.0,5.0,4.0,I recently graduated from the Berlin campus and enjoyed the whole experience. The Teachers and staff were always there to help and support me through an intense bootcamp. I would really recommend attending in person rather than remote due to the awesome... Read More space and brilliant classmates. Thumbs up!Read Less,Data Science - Full-Time,Data Science and Analytics +290975,10868,le-wagon,Lucas Lenci,False,2022,Data Science Bootcamp - Madrid,2022-07-22,4.7,5.0,5.0,4.0,"After my Business Administration studies, I became increasingly aware of the importance of understanding the complexities of the modern global world. Le Wagon encourages critical thinking by providing the necessary tools to succeed in the Data Science... Read More field. Through a praxis oriented approach, Le Wagon provides the perfect framework for students to become avid Data Scientists.Read Less",Data Science - Full-Time,Data Science and Analytics +290966,10868,le-wagon,DYLAN PEE,False,2022,Best $1XXXX I will ever spend in my life,2022-07-22,5.0,5.0,5.0,5.0,"The organised learning structure week to week. I know exactly what we are learning and how/why it applies for future weeks during the bootcamp and this helps put my mind at ease. 10/10 would recommend. It has been an amazing ride and I can’t believe that... Read More it’s already 6 months gone pass. It was not only an amazing course with good syllabus, it is also a wonderful community to be a part of. I think this is one of the best decisions that I have made in life and only regret is not doing this sooner!Read Less",Web Development - Part-Time,Web Development +290943,10868,le-wagon,Anonymous,True,2022,Terrible Le wagon,2022-07-21,1.3,1.0,2.0,1.0,"Be prepared for the fact that if the course does not suit you, then Le wagon will refuse to return the money to you (please contact your bank and the money will be returned to you). The manager of Le wagon will communicate with you in a passive-aggressive... Read More manner. I do not recommend.Read Less",Web Development - Part-Time,Web Development +290942,10868,le-wagon,Anonymous,True,2022,Good foundation for data career - great community,2022-07-21,5.0,5.0,5.0,5.0,"Before I joined Le Wagon I studied economics and was working as an economic researcher, doing mostly qualitative stuff and a bit of Excel. I was unhappy with the low level of data analysis I was doing (and the lacking experience to dig deeper). I choose... Read More Le Wagon after searching for Bootcamps in Berlin because Le Wagon was on-site rather than full remote. Getting in contact with other students was a real plus from my perspective. The buddy system (you work with a different buddy each day) helped a lot to clear up questions and reduce anxiety. Also, the Teaching Assistants were helpful in that matter. After if graduated from Berlin batch #814 I was job searching for three months and I am now starting as a BI consultant. The Bootcamp was a good starting point for my career switch to a data role. It teaches a solid understanding of the ELT process as well as machine learning and deep learning algorithms. However, what I found most interesting was the Decision Science week where we went through all steps from exploratory data analysis, developing our own hypotheses to presenting these hypotheses. In hindsight, the business applications could be clearer at some point, but that's probably due to the focus on Data Science instead of Data Analytics. For me, the Bootcamp was a good starting point to get a feeling of data-business processes and understand what my next steps should be. The community is a plus too, as many alumni worldwide are happy to get in contact and answer some questions. And the Career Week held some useful information about job search after the Bootcamp.Read Less",Data Science - Full-Time,Data Science and Analytics +290937,10868,le-wagon,Stephane Delgado,False,2017,Le Wagon Shanghai - Highly recommended,2022-07-21,5.0,5.0,5.0,5.0,"- Hands down the best coding course out there! - The whole bootcamp is minutely designed and the teachers are as skilled and passionate as can be. - The course material, loaded with technical and relevant practical knowledge, is delivered in small bits... Read More each morning and practiced throughout the day. - Although the pace can feel quite intense and demanding at times, the staff around the students is understanding and mindful of each individual’s progression, creating an atmosphere where it is fun to learn and making mistakes is encouraged rather than merely tolerated. - Learning to code at Le Wagon also changed the way I approach my work and dramatically improved my problem-solving skills. - I left the bootcamp inspired to learn more, with plenty of resources and a network I can rely on while trudging the road to happy coding.Read Less",Web Development - Full-Time,Web Development +290936,10868,le-wagon,Anonymous,True,2021,Le Wagon changed my life!,2022-07-21,5.0,5.0,5.0,5.0,Le Wagon changed my life. I took an online course for a year by myself and even though it wasn't able to find a job. the 9 weeks I spent at Le Wagon is worth more than a year I spent alone. super well-made curriculums and TAs were always there for me... Read More so I didn't need to spend too much time getting help to solve my problems. Le Wagon has a strong community as well and it supported me mentally a lot. also I met amazing people while I was studying! I still hang out with people from Le Wagon and it definitely helped me to find a job.Read Less,Web Development - Full-Time,Web Development +290931,10868,le-wagon,Claudia Clörs,False,2021,Le Wagon Data Science Bootcamp Full-time,2022-07-21,4.7,5.0,5.0,4.0,"Im originally from the business field, working mostly in project and process management. During my whole career i was always into data and wanted to focus and specialize on Data Science. So this was my reason to join the LeWagon Bootcamp. The Bootcamp... Read More is extraordinary structured and really well to follow. The TA and the whole team is very serviceoriented and will always help and find a solution, if there is any problem. What makes LeWagon also standout is the mixture of people who were so inspirational for me, also afterwards. So I had a really good time at LeWagon - All in all i find afterwards my dream job as a data scientist --- so thank you LeWagon:heart:! ... a Little sidenote : its very challenging if you have no prior python programming - so make sure your are comfortable with python.Read Less",Data Science - Full-Time,Data Science and Analytics +290906,10868,le-wagon,Patricia Zegarra,False,2020,Web development bootcamp,2022-07-20,5.0,5.0,5.0,5.0,"It was the best learning experience I’ve had in my life. The program is super well structured, and classes are challenging but fun as well. All teachers are wise and well prepared, and all the staff is amazingly friendly and motivating. Exactly what you... Read More need when learning how to code in 9 weeks! But most importantly, le wagon is really working towards creating a safe, diverse and inclusive space, where everyone can feel accepted and respected.Read Less",Web Development - Full-Time,Web Development +290905,10868,le-wagon,Kevin Urbaum + Berlin,False,2022,Great experience to learn all the skills you need to build your own web apps.,2022-07-20,5.0,5.0,5.0,5.0,"I started the boot camp at le wagon in October 2021 and graduated in March 2022. I could already code a bit on my own but was not able to build my own web applications, since I did not know how to start a project from scratch and how to finish it. The... Read More Le Wagon Web Development Course really helped me to gain the whole knowledge I needed to enable myself to build my own apps. I can highly recommend it to everyone, who either works already in the digital space or wants to start a career in this industry. Even if you do not want to work as a developer later, it is highly useful to have this knowledge. It enables you to ask the right questions and understand what actually is happening in the background.Read Less",,Unknown +290889,10868,le-wagon,Anonymous,True,2022,Best learning experience since university!,2022-07-20,5.0,5.0,5.0,5.0,One of my main reasons for doing the bootcamp instead of learning it on my own from the internet was the clear guided structure and amazing knowledgable teachers who were always ready to help and support. I really liked how we were specifically guided... Read More towards best practices and learned how to code the correct way which will be important when looking for a job in the tech industry. There also a career week in the end which helped me a lot! But the most important thing about Le Wagon was and is the amazing community which you will stay part of for the rest of your life! I met the most amazing people (both students & teachers) there and the worldwide Le Wagon network is in my opinion one of the strongest benefits - enriching both personal and professional life.Read Less,Web Development - Full-Time,Web Development +290887,10868,le-wagon,Mariana Marinho,False,2020,PERFEITO,2022-07-20,5.0,5.0,5.0,5.0,"Em 2020 resolvi mudar de carreira e escolhi o bootcamp da LeWagon para entrar no mundo da programação. Foi a melhor escolha que eu fiz, a metodologia é incrível, os professores e staff são super atenciosos e nos dão todo o suporte necessário. Fui de advogada... Read More a desenvolvedora em 9 semanas!Read Less",Web Development - Full-Time,Web Development +290876,10868,le-wagon,Brice Pirioua,False,2022,Aucun regrets 😍,2022-07-20,5.0,5.0,5.0,5.0,"J’ai terminé la formation du Wagon il y a tout juste un mois, le moins que l’on puisse dire est que ce Bootcamp a répondu à toutes mes attentes! Je n’avais pas de notion en développement web et après ces 9 semaines très intenses, il m’est possible aujourd’hui... Read More de créer une app web en partant de zéro, mais j’ai surtout acquis la bonne méthodologie pour apprendre plusieurs langages! Pour ce qui est de l’aspect humain, c’était assez incroyable de voir autant de bienveillance entre étudiants mais aussi avec toutes les équipes pédagogiques. Expérience qui restera pour moi incroyable et que je recommande pour tout ce qu’elle peut apporter! Merci aux professeurs, aux professeurs assistants, au staff et aux étudiants du Batch 853!Read Less",Web Development - Full-Time,Web Development +290874,10868,le-wagon,Anonymous,True,2020,Awesome bootcamp!,2022-07-20,5.0,5.0,5.0,5.0,"I'm so glad I did this bootcamp! I have heard other people's experiences in other bootcamps and Le Wagon is great! I love the way their curriculum is so targeted to build a product. The whole community is awesome, and the teachers are super nice which... Read More is always a plus! This was overall the best educational experience I've ever had and I'd recommend it to anyone wanting to switch careers.Read Less",,Unknown +290867,10868,le-wagon,Joana Mena,False,2022,Web Development Full-Time Madrid,2022-07-20,5.0,5.0,5.0,5.0,"When I started, I didn't have any valuable experience in coding, but after this Bootcamp I could say that I was able to follow all the lectures easily and when I had any problem, teachers were there to help me in any case. At first, I was a little worried... Read More about the classes, because they were in English, however, I would recommend to reach out the staff and they will solve any doubt you may have about this topic. For me, this experience was a challenge and an opportunity to practice English in Madrid and overcome shyness.  I would like to highlight the attention of the staff, always very attentive at all levels.Read Less",Web Development - Full-Time,Web Development +290845,10868,le-wagon,Kim Coquilla,False,2022,Le Wagon Montreal Review,2022-07-19,5.0,5.0,5.0,5.0,"I was a Shipping Coordinator for a big toy company for almost 12 years until they moved their manufacturing to Mexico. Because of this, I realized I had to change my career and saw the opportunity to start with Le Wagon Coding Bootcamp. At first, I was... Read More really nervous about if I could really do it, but after a couple of days it becomes exciting and challenging. You just have to really trust the process of their program. Teachers and staff are really nice, friendly and approachable. They also have a very well organized strategy for your learning, precise schedule, very useful resources that you will have access to even after you graduate. They also organize some educational events & bonding time like Happy Hour every Friday :beers:. To sum it up, I had a great experience with Le Wagon that I will treasure forever. :heart:Read Less",Web Development - Full-Time,Web Development +290823,10868,le-wagon,Daniel Angerer,False,2022,Datascience Bootcamp part time- Berlin,2022-07-19,5.0,5.0,5.0,5.0,"After more than 20 years working as an infrastructure database administrator I felt that I wanna do something different. Datascience always draw my attention and so I decided to do the part time bootcamp with Le Wagon. I really had a lot of fun with all... Read More the challenges, learning new topics and helping my colleagues. For the final project we created a recommendation system for the sports experience web platform (webdev project), it was awesome!Read Less",Data Science - Part-Time,Data Science and Analytics +290820,10868,le-wagon,Anonymous,True,2022,Life long skills and life long friends,2022-07-19,4.3,5.0,4.0,4.0,"Le Wagon was super organised and the teaching was generally great. As well as learning a lot on the course I also made some great friends. The course focuses on Ruby and Rails which is declining in popularity, so if you want to learn something more popular... Read More this might not be the best course. But this course does give you a great foundation to make websites/Web apps quickly and grasp the foundations of development that can be applied to many other languages and frameworksRead Less",Web Development - Part-Time,Web Development +290817,10868,le-wagon,Meehir Patel,False,2020,Life Changing Experience,2022-07-19,5.0,5.0,5.0,5.0,"I had a sabbatical from work during 2020 and decided to do the le wagon bootcamp. I didn't have any intentions on becoming a developer full time after but doing the bootcamp was life changing. You build from the basics starting with basic data types,... Read More databases, mvc framework, front end and then finally bringing it all together using Rails. The school itself is incredibly welcoming and supportive. It is intense so prepare to work hard but in return you're given a life enriching and rewarding experience.Read Less",Web Development - Full-Time,Web Development +290815,10868,le-wagon,Lilian Li,False,2022,Amazing bootcamp! Completely changed my career trajectory!,2022-07-19,5.0,5.0,5.0,5.0,I just recently completed the 9 weeks full time web development bootcamp and it was the best decision I've ever made. I learnt so much and it changed my entire career trajectory. The curriculum is very practical and the teachers are amazing. I highly... Read More recommend this bootcamp for anyone that's looking for a change into web development!Read Less,Web Development - Full-Time,Web Development +290813,10868,le-wagon,Phil,False,2021,Data Science Bootcamp,2022-07-19,4.3,5.0,4.0,4.0,"I attended Le Wagon between getting my master's degree and returning to the workforce. I would definitely recommend it to anyone who is seriously looking to upgrade their job skills in the area of programming/data science/machine learning. The main thing... Read More that I liked about the program is that it focuses on all parts of being data scientist (not just learning to code), but also have to set up a professional environment on your laptop and how to deploy models for the whole world to see.Read Less",Data Science - Full-Time,Data Science and Analytics +290785,10868,le-wagon,Julius Blezinger,False,2022,Roundabout amazing Coding Bootcamp with amazing staff and curriculum,2022-07-18,4.7,5.0,5.0,4.0,"Super durchstrukturierter Coding-Kurs für Web Development. Alle Lehrer sind super hilfsbereit und alles in allem einfach eine super Atmosphäre. Man lernt in 10 Wochen alles, um eine funktionierende Website zu bauen. Der Kursplan ist gut durchdacht, sodass... Read More die Anforderungen zwar hoch sind, aber am Ende trotzdem genau richtig sind. Jederzeit wieder 10/10!!Read Less",Web Development - Full-Time,Web Development +290783,10868,le-wagon,Frederik Laubisch,False,2020,The best boot camp out there!,2022-07-18,5.0,5.0,5.0,5.0,"Le Wagon provides a wonderful boot camp experience. The curriculum is well designed and constantly kept up to date. The teaching staff seems very competent and professional, and is always nice and helpful. The campus is really great with lots of plants... Read More and couches. They provide lots of fun extracurricular activity and amazing networking opportunities. I can recommend the boot camp to anyone who want to get into Data Science!Read Less",Data Science - Full-Time,Data Science and Analytics +290751,10868,le-wagon,Isabel C,False,2022,Le Wagon Melbourne - Web Development,2022-07-16,4.7,5.0,4.0,5.0,"Overall: I had an excellent experience with the web development bootcamp at Le Wagon Melbourne. I did mine remotely full-time from another city in Australia, all lectures were done via zoom and all the lecture recordings and lecture notes are available... Read More so you can get ahead or catch up if you fall behind. The curriculum doesn't just cover learning the coding languages but also about concepts of software design. The bootcamp focuses on MVC since we use Ruby on Rails but there are relevant links provided in the challenges to read more about other general concepts which is great! Languages: The languages taught in this bootcamp are Back-end: Ruby Front-end: HTML, CSS, and a bit of vanilla JavaScript. Review on Languages: Throughout this bootcamp, I had my own apprehensions about the back-end language in this bootcamp being Ruby and whenever I told people who are devs that I was learning Ruby they would frown and be a bit discouraging about it and if you choose Le Wagon you might probably face the same backlash and feel anxious about your job prospects which is understandable. But in retrospect, I would not have been able to grasp the general concepts of software development taught in this bootcamp without Ruby. It is such a readable language, quite easy to pick up and a fantastic way to learn the fundamentals of OOP and general syntax of operations. For front-end, I definitely needed to quickly pick up more JavaScript in the form of React and TypeScript to be industry-ready but I think I was able to do it relatively smoothly because of what I learnt at Le Wagon. Instructors: The teachers and teacher aides for the software development course I did are all previous students so they know exactly what you're going through :) Review on Instructors: They were incredibly respectful and kind and always tried their best to help. Sometimes they might not be very prepared for class but mostly they knew the curriculum well. In our final project, we had ideas we wanted to bring to life that go beyond the curriculum. So when it comes to concepts outside the curriculum, they might not be as comfortable but they are still excited to learn with you and because they have more experience they are able to guide you and help you bring your project to life which is amazing. Job Support: Le Wagon Melbourne offers several avenues of job support including alumni panels, resume, LinkedIn and cover letter workshops and one-on-one meetings with a career coach. There is also a career week at the end of the bootcamp that involve industry professionals. Job Support Review: 10/10 for the job support! I felt very well supported regarding job-seeking throughout the bootcamp. The alumni panel held in Week 5 of my bootcamp was incredibly helpful for me, one of the alumni said: ""Start applying early."" Because of that, I immediately changed my resume to be more tech-oriented and started applying and luckily enough, one of the first jobs I applied for ended up hiring me. A final word of caution I would give is to manage your expectations. When choosing to do a bootcamp, we need to be realistic about how much one can actually learn in 10 weeks and realise the learning really never stops in software development. However, Le Wagon definitely delivers on what a bootcamp is supposed to which is to teach the fundamentals and enable you to learn further.Read Less",Web Development - Full-Time,Web Development +290714,10868,le-wagon,Denzel Braithwaite,False,2022,Le Wagon was a unique and unforgettable experience,2022-07-15,5.0,5.0,5.0,5.0,"I'm Denzel Braithwaite and I was part of the Montreal part time batch #790. When I graduated high school, I spent 6 years as a janitor. I started to wonder if this is what I'd be doing for the rest of my life. I decided to take a computing support course... Read More which helped me land a job in I.T. but I felt as if it was only a nudge in the right direction, but I could still go even further. I knew I still wanted to work with computers, this is my passion, but I wanted a career that was in demand, flexible and rewarding with the possibility of working remotely. I had already heard about Le Wagon from a few friends and decided to take a chance. As an alumni, I can definitely say that this course was worth every minute and every penny. It's about so much more than simply learning how to code, it's about learning how to change your life and adapt to a constantly evolving industry. It's about collaborating on meaningful and impactful projects and building lifelong connections in a very active community. I learnt how to learn and how to ask for help when I needed it. Le Wagon teaches the skills and discipline required for success, while keeping an important focus on relaxing and getting to know your fellow colleagues. I can try to describe it in many different ways, but the best way is to experience it yourself. Dive in and trust the process, know that you're in good hands from the moment you start until long after you've graduated. Le Wagon is a family, and we're all eager to meet you.Read Less",Web Development - Part-Time,Web Development +290693,10868,le-wagon,Eduardo Roldan,False,2022,Great Experience!!,2022-07-14,5.0,5.0,5.0,5.0,"This was for sure a great decision that I took. After trying many times by myself to self learn coding, I was always struggling to find the rhythm to do it properly. Le wagon made for me a great experience overall, the people I met, the content, the education... Read More system and a lot of different resources make a unique experience. Before Le Wagon I was doing digital marketing and creating WordPress Websites, but I was always curious to understand better how all worked underground and that was the main reason I decided to enroll here, because I was not succeeding to study this amount of information without a proper guidance. I took the decision to do the part-time format because I'm still working as well as a full time employee and I needed to keep doing other projects with me. This was a hard decision to take since was needed many hours to keep the experience all right, but I have to say the teachers were caring a lot of our development and our motivation, capable to make us feel very comfortable during the course. I just finished the course and I'm happy to have some already projects running on the web, but I know as well I need to keep my knowledge growing, but very happy for the experience and the time that was given to us. Thank you!Read Less",Web Development - Part-Time,Web Development +290646,10868,le-wagon,Usman Akram,False,2022,A fantastic dive into the deep end with plenty of support,2022-07-13,4.3,5.0,4.0,4.0,"Before joining the Web Dev Bootcamp at Le Wagon, I was an actor. I decided to join the Bootcamp because I have always been passionate about coding and the creative possibilities it opens up. The Bootcamp itself was challenging and very intense, but no... Read More matter what, the atmosphere always stayed positive, and I learned a lot! Primarily due to the friendly and knowledgeable Teachers and Teaching Assistants! The Alumni community is extensive, and the advice given during careers week was invaluable.Read Less",Web Development - Full-Time,Web Development +290644,10868,le-wagon,Grazia Cabras,False,2022,My experience at Le Wagon,2022-07-13,5.0,5.0,5.0,5.0,"Before Le Wagon I worked as experimental physicist in collaboration with Bologna University, INFN and CERN. I’ve always loved programming and in the moment I decided to stop with my previous career I’ve discovered Le Wagon. I’ve just graduated after 9... Read More weeks of intense coding sessions and I am seriously amazed of how much one can learn in such a little time with the right teachers and approach. The balance between lessons and coding session is successful since it allow every student to have a first insight of the topic during the explanation and the live codes and then brings him/her/them directly to face the actual practice and problems. I definitely suggest Le Wagon to anyone who wishes to change career path to code.Read Less",Web Development - Full-Time,Web Development +290607,10868,le-wagon,Moritz Alexander Metelmann,False,2022,Great for prospective students!,2022-07-12,5.0,5.0,5.0,5.0,"When I joined the bootcamp, I just graduated from high school and learning this skill at Le Wagon was absolutely awesome! It was a great experience and an incredibly helpful skill I recommend every prospective student to learn! I am now going to university... Read More and very happy to have this skill learned!Read Less",Web Development - Full-Time,Web Development +290606,10868,le-wagon,antoine tabet,False,2022,It was by far the most enriching experience in my life so far.,2022-07-12,5.0,5.0,5.0,5.0,"Le Wagon was by far the most enriching experience i had in my life . I decided to join the bootcamp right after I graduated with a bachelor's degree in business because I felt it would be an excellent mixture of skills . Le Wagon provided me with an astonishing... Read More amount of information for such a short period of time . I can't describe how much help you are provided with if you encounter any difficulty during the bootcamp , even the theoretical side of deep learning for example are made easy and intuitive . Honestly , it exceeded by far my expectations since I thought we would never dive this deep into details . One last thing ,even after the completion of the bootcamp , we are all still a big family .Read Less",Data Science - Full-Time,Data Science and Analytics +290598,10868,le-wagon,Xin Er Chong,False,2022,How Learning to Code Changed My Life – From Non-Coder to Data Scientist,2022-07-12,5.0,5.0,5.0,5.0,"In the current era of digitalisation, it is safe to say that our lives are closely related to digital products. The number of jobs in the digital sector is drastically increasing, and many people have expressed their interests to jump into the bandwagon,... Read More but they do not have a clue on what to do to join the trend. If you are one of them, I hope I can give you some insights by sharing with you my experience on the journey of becoming a data scientist. Why did I choose data science? Before learning to code, I was holding a position as a quality control technician. My main task was to perform chemical testing on contact lens and its related products. Life was pretty comfortable, but deep down, I yearn for growth and development, and that led me to choose another path – a coding path. There are many paths one can take to start a career in coding. Being from a technical background, I am more attracted to analytical processes, and the prospects of using data to drive insights and solve problems interests me a lot; that led me down the path of becoming a data scientist. Why did I Choose Le Wagon? Once I decided on my path, I did a google search, and boy, am I shocked by the variety of bootcamps in Singapore which offer data science courses! After looking through the syllabi, reviews and ratings of the different schools, I decided to go with Le Wagon as they have one of the most comprehensive syllabi as well as the highest ratings among all bootcamps. I am happy to say that this is a decision that I do not regret. How to Enrol? To enrol into Le Wagon, we can go to the website and schedule a zoom session with the admissions officer to understand more about the enrolment process as well as the course itself. Before enrolling into Le Wagon, we are required to complete an assessment test to ensure we have the basic level required to enrol into the program. The areas of assessment include basic Python programming, and some statistics and calculus computation. Looking back after completing the whole program, I have to say that this assessment is very important, as the program is very intensive that, if you do not have the level required to pass the assessment, you probably will not be able to catch up with what is taught during the program. Luckily, there are many resources online to prepare for the exam. You can watch and practice with Youtube videos or take a Udemy course to learn basic Python coding. The school admissions officer, Liana, is also very helpful to provide me with a variety of resources to prepare for the test. How was the experience at Le Wagon? My fellow classmates will agree with me that the Le Wagon data science bootcamp is a very intensive yet satisfying experience. A typical day in Le Wagon starts with a 1.5 hour lecture where the lecturer explains the theoretical concepts of the codes we use and demonstrates how we use it to do different things. Then, we will be assigned to our buddies through a buddy pairing system to complete the challenges of the day together. When we were stuck at certain challenges, we would ask for help from lecturer or teaching assistant through a ticketing system. At the end of the day at 5pm, there will be a recap session where we will practice live coding together to revise the codes and concepts which we learned throughout the day. If you think that is the end, you are so wrong, because as we reach home at 8pm, there will be a message on Slack to remind us to complete the flashcards as revision of the key concepts learned during the day. What do I like about Le Wagon? There are many things that I like about Le Wagon. The lecturers are very knowledgeable yet friendly, and they go beyond what is required to ensure we understand the topics fully. The buddy pairing system was great as it helped us cover each other’s blind spots when we complete the challenges together. Towards the end of the bootcamp, we were required to complete a team project, which we had to come up with the project ourselves. This enabled me to piece together all the different parts of the bootcamp and apply it into practical use. The project that my team came up with was DDI, which uses machine learning to predict the possible side effects that two drugs may interact and cause to our body. The skills taught are very practical and usable once we graduate from the bootcamp, so we were able to search for jobs or start our own projects directly after the bootcamp. However, I think the most valuable thing that Le Wagon provides is the network of students and teachers, as well as the learning resources. Even when we completed the bootcamp, we will still have access to the massive pool of learning resources which are provided during the bootcamp itself. The school has over 15000 alumni from different parts of the world, and all of us can be reached via slack. Different slack channels are also created to support the alumni in terms of job search, career consulting, discussion etc. The school even organised a career week post bootcamp to ensure that we have a good head start at looking for jobs. During this week, alumni and top management of tech companies are invited to give talks about the job market and what skills are in demand for the roles that are related to our career pathway. There were also workshops to guide us for crafting our CVs/cover letters/Linkedin/Github and portfolio pages. The school even went into networking with hiring partners so that we have a better chance in the job market compared to other bootcamp graduates. The tremendous effort in supporting us from start till end is what touched me the most. What are the Skills Learned During Bootcamp? During the bootcamp itself, some of the skills that are taught include data sourcing such as SQL, API and web scraping, data preparation and exploration such as data cleaning using Pandas, data visualisation using matplotlib and seaborn, machine learning such as linear regression and logistic regression, classification and decision trees, as well as ARIMA for time series data, deep learning for image and natural language processing, as well as data engineering using bash, MLFlow and deployment using Google Cloud Platform. As far as I know, Le Wagon is the only data science bootcamp that spends one whole week teaching deployment, where other schools only allocates one or two days for the module. This is because they found out that data engineering and deployment skills are demanded more and more from data scientists. This also shows that Le Wagon cares about us students and always make sure that the skills taught during the bootcamp are relevant to what is used in the current market. We also learned how to build simple websites using Streamlit to showcase our projects. Afterthoughts After completing the bootcamp, I am now on a career switch journey to turn into a data analyst/scientist. Although I have successfully completed the bootcamp, I would say that this is only just the start of my journey, and there are definitely a lot more things for me to learn to transition into a good data scientist. However, Le Wagon provided me with the solid skills to get started, and I would definitely recommend it to anyone who wish to start a career in data science.Read Less",Data Science - Full-Time,Data Science and Analytics +290487,10868,le-wagon,Siegfried,False,2022,Le Wagon WebDev Bootcamp Zurich,2022-07-07,5.0,5.0,5.0,0.0,"I did the 1st in-person Web Development bootcamp at Le Wagon in Zurich, also know as batch #888. I chose LeWagon because I knew I could benefit from the 15K+ alumni of this school, spread all over the world. This is a major asset if you want to make connection... Read More in the tech industry, should it be to start a new career or start a business. In fact, thanks to LeWagon network, I started an internship as a software engineer, in a very nice company (with very nice people I have to tell !! ) in Zurich right after the bootcamp. I am very happy of the content that was delivered, most instructors were excellent and dedicated to delivering their knowledge to students. All in all, even if there is always ways to improve in every human organization, I am very happy to have started my new career with Le Wagon bootcamp! Therefore, I can highly recommend it!Read Less",Web Development - Full-Time,Web Development +290475,10868,le-wagon,Anna Efthymiadou,False,2022,Best experience in my life!,2022-07-07,5.0,5.0,5.0,5.0,"Before Le Wagon, I worked as a civil engineer for 3+ years at a leading consultant firm in London. However, I always felt there was something out there for me to leverage both my creative and technical skills. I wanted to see quicker results of my work,... Read More as civil engineering projects often takes months, if not years between the design and construction stage. Also, the fact that many of my friends work in technology field and were encouraging me to join that world finally forced me to pull the trigger on a massive career change. Why Le Wagon you might ask? One of my friends attended the bootcamp in January 2020 and really enjoyed it. He had zero previous coding knowledge nor any technical experience, but he found it very interesting and exciting. I also researched online and found out that Le Wagon has the most highest rated reviews in London, so it was a no brainer! I joined Le Wagon full-time web development bootcamp in London in April 2022. During the course, we developed many different skills, from backend (Ruby, Ruby on Rails) to frontend (CSS, HTML, Bootstrap) and met wonderful people by working in a buddy system . All Le Wagon staff, teachers and TAs were always responsive and super helpful and the greatest part was that all of them were also Le Wagon graduates and had gone through the exact same process as us. Joining Le Wagon was probably the best experience in my life! I highly recommend it and I think they are the best coding bootcamp in London.Read Less",Web Development - Full-Time,Web Development +290469,10868,le-wagon,Marcos Lutterbach,False,2022,Le Wagon - Madrid Web Development,2022-07-07,5.0,5.0,5.0,5.0,"Coming from an international business background, I had always been curious and fascinated by what people can achieve with programming and coding. I attempted multiple times to study on my own online, but of course life always got in the way. While living... Read More in Madrid, I finally discovered Le Wagon and decided to dive in head first into the 9 week Web Development course. The course is extremely well structured and well thought out, allowing students to progress through increasingly challenging concepts in a way that encourages real hands-on learning. Lectures on the material are always teaching industry best practices, the challenges are stimulating and allow students to put into practice what they learned, and teachers/staff are supportive and continuously strive for our success. Additionally, the course simulates a company work environment where students are encouraged to attempt their best solution, seek out how to solve problems online, to create ""tickets"" in order to get help from the teachers/TAs (like you would with your Sr. Developer on your team). It's truly a rewarding experience to be able to, after only 9 weeks, to design, to code and implement, and finally to launch your web application for anyone to use. Coming out of the Le Wagon bootcamp you'll feel ready to seek out a position in tech, pursue a path of continuous learning with the attitude that you can take on and learn anything that is thrown your way. I believe that if you want to change your life, you should learn to code with Le Wagon.Read Less",Web Development - Full-Time,Web Development +290446,10868,le-wagon,Helio Silveira,False,2022,Great place to start learning how to code,2022-07-06,5.0,5.0,5.0,5.0,"Learning to code can be tricky and very frustrating. Even more if you come from a different area, like me. Le Wagon’s staff in Berlin know that, and is prepared to deal with it in a very good way. The teaching method — lectures and livecodes, and a lot... Read More of challenges in between — proves to be very efficient. Students are always encouraged to participate, no matter what their levels are. For the challenges, the buddy’s system works well, and having the assistance of very helpful and highly skilled TA’s is fundamental. Having lifetime access to the learning platform and Slack groups with alumni is also great. Besides, the very diverse staff makes everything they can to make the students feel comfortable and confident, always open to chat whenever we need. Not to mention the lots of side activities such as games, some parties and the free Club Mates (one per day!) and Friday beers. Highly recommended!Read Less",Web Development - Full-Time,Web Development +290432,10868,le-wagon,Reem Gawad,False,2022,Le Wagon Montreal Review,2022-07-06,5.0,5.0,5.0,5.0,"I had an amazing experience with Le Wagon. Before doing the bootcamp, I was working in Finance and was self-learning to code, but I needed more guidance and structure in my learning journey. Le Wagon provided that and more. It was a super supportive environment,... Read More the teachers were great at guiding us and really making sure we understood the concepts. At the end of the bootcamp, we worked on two projects in teams that brought together everything we learnt throughout the bootcamp & also taught us best practices of working in teams. It’s amazing how much we learnt in such a short amount of time!Read Less",Web Development - Full-Time,Web Development +290408,10868,le-wagon,Dziugas,False,2022,my experience,2022-07-05,4.7,5.0,5.0,4.0,"After multiple attempts to learn programming and miserably failing I needed some guidance and structure, so I decided to look for a coding boot-camp I could join and that’s how I came across LeWagon. Now, after surviving 10 weeks and completing the course... Read More I can proudly say that I would not go anywhere else. Throughout my journey full of ups and downs, moments where you’re about to give up, yet somehow you push through to see another day. This would not have been possible without the world class staff that they have! Support is the key component for success, and LeWagon has provided it all. Staff, Teachers and Teaching assistants working endlessly to help you out, making sure you understand every concept necessary. In the end it’s like a family, and I’m very proud to be part of it.Read Less",Web Development - Full-Time,Web Development +290396,10868,le-wagon,Ryad sari,False,2022,An amazing learning experience,2022-07-05,4.7,5.0,5.0,4.0,"I spent the last 3 months doing Le wagon Full stack boot camp, and this was one of the best decision of my life I would never have learned so much in 3 months alone or even in another school. Not only you will learn so much and feel like you can work... Read More on any project after the boot camp but the staff is also amazing for the teachers to Irina the manager everyone is so welcoming and helpful they will make sure you you are progressing and having a good time!Read Less",Web Development - Full-Time,Web Development +290385,10868,le-wagon,Craig Norford,False,2022,Le Wagon is a Transformative Experience,2022-07-05,5.0,5.0,5.0,5.0,"Le Wagon… what an experience! Firstly I have to say at I whole heartedly recommend Le Wagon to anyone looking to up skill and deepen their understanding of web development for whatever reason. Just for context, I chose to do Le Wagon to change careers... Read More from being a music teacher and become a web developer as I’d really grown an interest and passion for it through doing basic online courses through lockdown. There were three things I was looking for community, lots of room for growth and learning and great teaching. The community is incredible, they have fostered an amazing community spirt and energy around learning at Le Wagon thats and almost immediately it starts to feel like home. Obviously my batch was the best batch in Le Wagon history but I’m biased, the bonds that you build with people through this experience are amazing. All of the staff from Boris to the cleaner (and his dog) are super helpful and welcoming. I started the camp having learned the fundamentals of coding previously but from day one I felt like I was being pushed technically and conceptually. As the weeks progress I realised one of the magic things was the Le Wagon was conditioning me to enjoy and pursue constant learning. Each day is a new topic its fast paced and theres a lot of work, but it’s very rewarding. The is an abundance of great learning support the teaching method that Le Wagon have developed is excellent and allowed you to get out of the experience exactly what you put in, so I recommend you put everything into your time at Le Wagon. Each morning there is a lecture on the topic the your challenges will be based on for that day the TA’s are around through the day to help and guide you through them when you meet blockers. Honestly not all teachers and TA are equal some are good some are great, none are bad. Most importantly they are all patient, compassionate, supportive and invested in the success of every Le Wagon student. Doing Le Wagon is hands down one of the best decisions I’ve made in my life I’ve been fortunate enough to go straight in to a Job through the WeShape Tech Academy and continue to learn, grow and build on the foundation the Le Wagon has given me.Read Less",Web Development - Full-Time,Web Development +290343,10868,le-wagon,Ricardo Miguel Mil-Homens,False,2022,Bootcamp Review,2022-07-04,4.7,5.0,4.0,5.0,"Before the LeWagon Bootcamp I was unemployed, and not sure what I really wanted to do in life ! I heard of the company and coding from a close friend and I immediately got interested !! I loved every single day, and coming to the end, I’m sure I made... Read More the right choice by choosing Le Wagon. Thanks to the excellent and best TA’s , who were there for us with all their patience and professionalism during the weeks!!Read Less",Web Development - Full-Time,Web Development +290338,10868,le-wagon,Ricardo Silva,False,2022,Just do it!!!,2022-07-04,5.0,5.0,5.0,5.0,"Who would have thought that learning to code could be fast, easy and fun. I attended the Web Development bootcamp at Le Wagon Lisbon and I am still amazed with everything I have learned and created. These were some 9 intensive weeks, filled with lectures,... Read More challenges, projects and events. The bootcamp is structure in such a way that everything is connected and progression feels really natural and fluid. Every day you are partnered with a different person and together you work through the daily challenges, all with the help of really great teachers and TAs who are there for you. The environment is also the best. From the infrastructures to the amazing staff and the all-around great mood, you will feel welcomed, supported and right at home.  Coming from a completely different background (tourism), I had never coded before the bootcamp and always thought it would be something that was really hard to learn. Thanks to Le Wagon, I now know it's not and I can finally have the career change I wanted. You can do it too.Read Less",Web Development - Full-Time,Web Development +290314,10868,le-wagon,Rodrigo Nobrega,False,2022,Le wagon Lisbon - fullstack web developer,2022-07-02,5.0,5.0,5.0,5.0,"It was a very productive 9 weeks! We arrived with 0 code knowledge and left with a ready-made application! It was very intense and rewarding to participate. I come from an area of industrial engineering, and I thought it would be impossible to learn,... Read More but after the first 2 weeks, you can already see where you are. Thanks to all the gang, all the staff, and all the place... that routine of arriving at 9 and leaving only at 18. I miss it.... now I feel ready to face the market. thank you le wagon lisbon for opening this immense market full of surprises to me. #865Read Less",Web Development - Full-Time,Web Development +290311,10868,le-wagon,Carson Miguel,False,2022,Best Decision I've Ever Made,2022-07-02,5.0,5.0,5.0,5.0,"As a US citizen it made great sense to choose Le Wagon in Lisbon. The cost is more competitive and the quality of life, tech stack, and opportunities for entrepreneurship are much greater than options in the US. Especially learning Ruby on Rails gives... Read More me the opportunity to launch an MVP very quickly. I can't speak highly enough of the teachers and staff, the community and the classmates I had at the Lisbon campus and know I will always have a family there in sunny Portugal. Don't miss this opportunity!Read Less",Web Development - Full-Time,Web Development +290302,10868,le-wagon,Sue R,False,2020,The best investment in myself and highly recommend!,2022-07-02,5.0,5.0,5.0,5.0,Le Wagon Zurich gave me the web development foundation I needed to pursue a career as a Software Engineer. They have an excellent curriculum and wonderful teachers that care about each student's development. I would totally recommend them and I think... Read More they are the best coding school in Switzerland.Read Less,Web Development - Full-Time,Web Development +290289,10868,le-wagon,Mohit Sibal,False,2022,Mohit Sibal - Le Wagon Montreal. Great coding experience.,2022-07-01,4.3,5.0,5.0,3.0,Le Wagon was unmatched in terms of personalization as it offered a great one on one experience with my peers as well as the teachers. I did the part time Data Science and Machine Learning course and I thoroughly enjoyed it. The course is extremely well... Read More structured and takes you step by step so you never feel overwhelmed by too much information. The resources are great and the challenges to complete at the end of each section were extremely useful to consolidate the topics covered in each lesson. The teachers are extremely hands on and are available at any time (even outside class time) to answer questions and clear doubts. Le Wagon also has a great community of current students and Alumni who are extremely supportive. Thank you for a great course and an amazing learning opportunity!Read Less,Data Science - Part-Time,Data Science and Analytics +290276,10868,le-wagon,Laurence Nguyen,False,2022,"Really good bootcamp, I highly recommend",2022-07-01,5.0,5.0,5.0,5.0,"I attended Le Wagon's remote's Web Development Course - Full-time from April 2022 to June 2002. What I got was beyond my expectatives. I've already heard of the ""normal"" path (IRL in Paris from a cousin) but the remote was really intensive & high quality.... Read More From 9 to 6pm, we have little theory in the morning, then directly go on coding challenges. Of course, it can be difficult, but: 1/ we have the main teacher + bunch of teacher's assistants always here to help us. 2/ we worked in team of 4, which is really great and that changes every days, so we can really ""meet"" all the students 3/ it is really practical to manage with the fact that we can study from wherever we want, as it is remote. 4/ the back office / student's platform is amazingly well built to follow our daily progress. 5/ Huge organisation to be on the back of the students : administration & pedagogy. It happens that I got covid starting the 2nd week + after my son. So it was challenging to follow all the challenges. But they support me in 1-to-1 until i could reach again the common path + provided me 1 more week post career week to complete the missed challenges. What I liked the most, was that despite the online, we really built strong links with the other students. When ending Le Wagon, we have a great tools box, and can start whatever job as junior. They teach us how to think, organise, solve coding problems & give us the keys to - after le Wagon - dig into new other learnings. This is the most important. Of course, we don't know everything (far from it), but we can independently after le Wagon, learn by ourselves. There is also a career week at the end, which is very very helpful to make the transition from the Camp to the ""back to reality"". I highly recommend to do well the preparation they send. I could not completed all (mother of 2), and I feel that I missed it while it has started. I recommend Le Wagon, for everyone who: wants to become a dev, wants to build a firm project/start up where general high knowledge is requested, becomes head of product, wants to change one's life (new career), even maybe becoming a coding teacher (starting as teacher assistant). As a mother of 2 young kids (6 & 3), it was quite challenging, but possible. You need to invest a lot, but it is a worth investment. Go for it!Read Less",Web Development - Full-Time,Web Development +290238,10868,le-wagon,TSAI NEI YUAN,False,2022,Le Wagon Zurich is a huge disappointment,2022-06-30,2.0,1.0,1.0,4.0,"I’ve just finished LW Zurich on June 10, 2022 (batch888). The materials are old(some are from 2014 and we are still taught to push to master branch), some teachers didn't care if students could catch up or not. This resulted in 1 student dropped out and... Read More 1 group project being cancelled. When we signed up for our batch, they didn’t ask us to do any exams, or make sure we could handle the intense schedule. This is highly unprofessional and I felt truly bad about those students and their money. Also, the classroom was very small. As the staff said, they thought there were only 8 students, so they rented a room for 8 students, but somehow they decided to take 3 more students! If they cared about the students(clients) they wouldn't have accepted 3 more students. On our first day, we only had 8 tables and 8 chairs. 3 people had to compromise and sit on folded chairs. Of course, they rented another small room so we could split and do challenges. But, we still had to do lectures and live code in the 8 people's room. Only a few days later, after some students gave their feedback, we finally got 2 more tables and chairs! But 1 person always had to sit on a folded chair. I would say luckily 1 person dropped out, so it was not super crowded, just very crowded. A good and comfortable classroom is important for a bootcamp as we have to be there from 8:30 to 17:30. However, it’s not as important as making the maximum money possible for this so-called “Coding School”. Another problem is that we were usually informed at the last minute, even after we asked them to inform us beforehand. For example, we were told about the career week on week 8. Some people already had plans, so they could not join it. If we had known about it earlier, we would have made some plans! Also, we were informed about the career week's schedule 1-2 hours before our first zoom lesson. This really disrespected our time.Read Less",Web Development - Full-Time,Web Development +290226,10868,le-wagon,David Mambou,False,2021,The best coding bootcamp in Tokyo,2022-06-29,5.0,5.0,5.0,5.0,"I went from zero to hero in programming thanks to this amazing bootcamp. The content taught is based on very modern technologies and teachers do their best to keep up with the newest practices. In addition, le Wagon has a wonderful worldwide network to... Read More help you kickstart a new page in your career as a software developer - or anything else software-related that you have ever dreamt to become. Learning programming at le Wagon Tokyo is also a great human experience during which students help each other, supported by knowledgeable and empathetic teachers. I would definitely recommend anyone to learn there.Read Less",Web Development - Full-Time,Web Development +290194,10868,le-wagon,Patricio,False,2022,Life changing,2022-06-29,4.7,5.0,5.0,4.0,"From cero to building and designing my own web and web apps in nine weeks! 
The teachers and the staff are amazing at their jobs and also amazing human beings. 
Would definitely recommend anyone to enrol! If you're looking for a career change, don't hesitate... Read More anymore.Read Less",Web Development - Full-Time,Web Development +290169,10868,le-wagon,Ramil Assanov,False,2022,One of the best experiences I've had,2022-06-28,4.3,5.0,4.0,4.0,"Great bootcamp with great curriculum. Everything from the beginning till the end well organized, lectures, challenges, buddy system, friday drinks, parties, welcome breakfasts, yoga and meditation classes, even chocolate snacks sometimes, they thought... Read More of everything. Really recommend it.Read Less",Web Development - Full-Time,Web Development +290147,10868,le-wagon,Claire Conrardy,False,2022,Web dev bootcamp in Montreal,2022-06-27,5.0,5.0,5.0,5.0,"I used to work in the event industry but the pandemic made me want to change career. After many researches, I found about Le Wagon and I thought it would be the perfect fit for me. The only thing I can say now is that joining the bootcamp is the best... Read More decision I have made, especially because Le Wagon is an incredible community. Everything in the bootcamp: the buddy system, teachers, lectures... the whole system works perfectly well. Even if it is fast-paced, you feel supported every step of the way. For the teachers and TAs, it felt good to know everyone did the bootcamp. It was reassuring when in doubt. Everyone is very kind and friendly, it was a pleasure to spend 9 weeks with all of them. It was honestly one of the best experiences of my life. We had such a great batch, I even wish it could have lasted longer!Read Less",Web Development - Full-Time,Web Development +290118,10868,le-wagon,Raimundo Henriques,False,2022,Le Wagon,2022-06-27,5.0,5.0,5.0,5.0,"I have just finished Le Wagon's Web Development bootcamp and I couldn't be happier with my experience! For a bootcamp to teach you enough code for you to change your career in 9 weeks, two things are crucial: a well-structured curriculum and the right... Read More environment. Le Wagon excels in both of these. Every day at Le Wagon you'll learn something new. This is challenging, but also exciting and it makes every single day count. What you learn in one day connects perfectly with what you learned the day before, allowing your knowledge and skills to improve very quickly. When you're a student at Le Wagon, all of this comes naturally; looking back, you will realize how well-structured it all had to be in order to make you feel that way. The environment at Le Wagon is focused on help and cooperation. Everyone helps everyone else as much as they can. This creates a great cooperative atmosphere among students, who all help each other. The TAs and teachers are absolutely amazing and happy to help you at any moment. Looking back, I am truly thankful for all they did, as it would have been impossible without their dedication. The staff is always available and does all they can to ensure that your experience is the best it can be. They make you feel at home and do an amazing job preparing you for the job market, which is particularly visible during the career week. Le Wagon's bootcamp was a very intense and deeply rewarding experience. I couldn't be happier with it and I truly recommend it to anyone looking for a Web Development bootcamp!Read Less",Web Development - Full-Time,Web Development +290114,10868,le-wagon,Laura Gil,False,2022,Best learning experience,2022-06-26,5.0,5.0,5.0,5.0,"I did Le Wagon Web development bootcamp in Barcelona, and I couldn't be more glad after choosing them. At the beggining I was nervous and not sure about it, because it was a big investment and it was scary. After deciding that, I think it's one of the... Read More best choices I could have done, and it is definitely worth it. Teachers & TA's: They are really experienced and have both technical and teaching skills. They teach in a non traditional way that catches the attention and at the same time they are really eager to help. PRO TIP: Whenever stuck in a bug, or not fully understanding, just ask for help. It makes all the difference. The sooner you do that the more you will learn. Learning pace: The pace is quite fast to be honest, however as long as you are fully there during the lectures, it is a possible and doable pace. It keeps you really focused, and learning a new topic every single day. Learning topics: We learnt Ruby, Javascript, HTML, SCSS, Bootstrap, PWA, Stimulus, Ruby on Rails, GeoCoder, Using API's, Databases, Github, Heroku, etc.Read Less",Web Development - Full-Time,Web Development +290108,10868,le-wagon,Alan Grunberg,False,2022,Hard work pays off,2022-06-26,5.0,5.0,5.0,5.0,"I just graduated from Le Wagon's full time data science bootcamp in Bali, Indonesia. It was a very tough but rewarding experience. 9am-6pm classes Monday to Friday, plus flashcards to do at home for review. There's so much to learn in a condensed amount... Read More of time, which can be overwhelming. But trust the process and you will be amazed what you can put together with your classmates during the 2 week project week at the end of the course.Read Less",Data Science - Full-Time,Data Science and Analytics +290067,10868,le-wagon,Marcus Tan,False,2022,Fantastic 9 weeks full time data science course at Le Wagon Singapore,2022-06-24,5.0,5.0,5.0,5.0,"Previously I was working as a food scientist at a food tech start-up and decided to pivot into the data science industry after gaining exposure and interest in what my data science colleagues were working on. After looking through the various bootcamps... Read More available, Le Wagon came out as my top choice as I came across many good reviews, and the website also felt very professional and neat, and the administrative staff were also very responsive, prompt and very detailed in answering any queries that I had, and overall this gave me a very good impression of Le Wagon. Despite the course being only a short 9 weeks, I daresay that I have learnt an incredibly broad range of topics, ranging from the basics of Python to web scraping and SQL, data analytics and visualisation tools like Numpy, Matplotlib etc, and then covering numerous machine learning and deep learning algorithms, and ending off the course with an emphasis on data engineering tools like containerization with Docker and maneuvering within GCP. I felt this to be extremely useful especially as it allowed me to realise and get prepared for the real-life data science world where we will be working on massive amounts of data and hence likely to require cloud services instead of only working on the local computer. I was also pleasantly surprised regarding the extensive amount of prep work, challenges and resources that were provided to us prior to the bootcamp (over 40 hours of information ranging from coding to statistics and even using the terminal and using Git), and then during the bootcamp itself, a bit of time was spent going through these basics to ensure that you have a good solid foundation of general coding and math, before diving into the specifics of machine and deep learning. As someone with almost no experience in Python prior to joining the bootcamp, these extra resources really helped me a lot and eased my transition into data science. The lecturers of this bootcamp were certainly very knowledgeable and clear in teaching, and would not hesitate to answer any questions that you might have, even if the questions are out of the scope of the lecture. I was very fortunate to have a lecturer who is very passionate in teaching, and he would constantly share with us his own experience, and provide us tips on how to survive in the data science world, how to manage projects etc. These little morsels of advice were definitely invaluable and things that you cant learn off the books, so I am very thankful for that. Lastly, I am also very grateful that Le Wagon had organised a career week to help us brush up our CVs, cover letters, Linkedin profile etc, and also invited numerous alumni and external vendors to speak to us about our future prospects. I can see that Le Wagon has put in a tremendous amount of effort to help us land a job, and this was very heartening because as a bootcamp graduate with only 9 weeks of experience in data science, you tend to worry if employers will even want to hire you, and what Le Wagon has done is to help us establish connections, brush up on our resumes, and maximise the chances of getting a job, so I am really very appreciative and thankful for that.Read Less",Data Science - Full-Time,Data Science and Analytics +290066,10868,le-wagon,George Lee,False,2022,Extremely rewarding,2022-06-24,5.0,5.0,5.0,5.0,"Prior to Le Wagon, I was working in a tech startup. Unfortunately, due to the lack of technical expertise and problem solving methodologies, it was not able to progress. Determined to not make the same mistake, I joined Le Wagon to acquire the skillsets... Read More of a data scientist. The course was intense but it was well structured and was taught by passionate lecturers. On top of that, Le Wagon provides excellent administrative support to the students. Attending Le wagon was one of the best decisions that I’ve made because it has equipped me with a set of techniques and tools to solve not only complex problems but also on a much larger scale. With this skill set, I’m confident that I’m able to use data to generate as much impact as possible for businesses and individuals.Read Less",Data Science - Full-Time,Data Science and Analytics +290063,10868,le-wagon,Carlos Babio,False,2022,Full Stack Development - Bali,2022-06-24,5.0,5.0,5.0,5.0,"I took the 9 week full stack development course in Bali. It was a great experience, where we learnt all the necessary skills to get a first job in tech. The staff were super engaging and supportive all throughout the entire course. I will say you must... Read More be motivated and you will only get out what you put in but if you work hard and stay focused, this course has plenty of value to offer and will no doubt put you in a position to get you where you want to be.Read Less",Web Development - Full-Time,Web Development +290061,10868,le-wagon,Claire Lin,False,2022,Life changing experience,2022-06-24,5.0,5.0,5.0,5.0,"Working as a journalist in the crypto industry for two years, I wanted to make a change and have more solid tech skills, so I decided to join Le Wagon, Awith 9 weeks of intensive web development bootcamp, I now have a solid understanding of and am equipped... Read More with all the tools and technologies of a full stack web developer. The whole learning process is beyond words, amazing teacher system so you can always find someone to ask questions, and every day you get to work with different classmates, which is very helpful to get used to a teamwork culture. Thanks to Le Wagon I'm now starting a new and exciting developer journey!Read Less",Web Development - Full-Time,Web Development +290060,10868,le-wagon,Alexandre Stanescot,False,2022,"Le Wagon is more than coding school, it's a lifetime partner!",2022-06-23,5.0,5.0,5.0,5.0,"From InsurTech to full-stack developer, I have reinforced my 10+ years of project management skills in the insurtech industry by becoming a certified software engineer thanks to Le Wagon, batch#882. The courses are intense, you are ""forced"" since the... Read More beginning to have a clean code, exercices challenging. Everything is well organized day after day, teachers / teacher assistants where amazing and all in a relaxed and studious atmosphere, especially here in Bali. After Le Wagon you feel been part of a family, and they don't let you in the wild once you received your certificate, which is reassuring! Definitely, go for it!Read Less",Web Development - Full-Time,Web Development +290047,10868,le-wagon,Tamara T.,False,2022,Beyond my expectations,2022-06-23,5.0,5.0,5.0,5.0,"Choosing the Web Development bootcamp at Le Wagon Madrid was one of the best decisions I made. I decided to learn coding because I founded a tech start-up without really understanding all the technical work that was behind it, which is why this was a... Read More perfect opportunity to go from 0 to 100 in only 9 weeks, and it definitely met my expectations. And not only that, I also loved everything I learnt and now I can't wait to start bringing my ideas into life. I felt welcomed by the most amazing staff since the first day. They did everything they could to help us make the most of this experience, learn, engage with the rest of the students and feel as a big family by the end of the bootcamp. Le Wagon proposes a buddy system that allows students to work in pairs and teams, which is a perfect reflection of real life. The teachers' mission is not to provide us with easy solutions, but to teach us how to think and face real situations. Finally, the huge community we belong to from the moment we enroll, gives all the students endless opportunities to keep connecting, learning, helping each other and being up to date with any news, trends and job openings. The more you learn, the more you realize how long the way still is, but this is a perfect starting point to train your brain and prepare for a new path. A perfect match for anyone looking to reinvent themselves.Read Less",Web Development - Full-Time,Web Development +290046,10868,le-wagon,Philippine,False,2022,We development coding bootcamp experience,2022-06-23,5.0,5.0,5.0,5.0,“I had been working in customer service and retail for years until I realized that it was not what I wanted to do. On a couple friends’ advice (who are developers now thanks to the bootcamp) I joined Le Wagon and it has been one of the best learning journeys... Read More of my life. We learn how to code and about what goes on behind the scenes of any website or app. It’s fascinating! We also get to build our own projects with a team and the teachers’ help. We are never alone and we never feel helpless thanks to the structure and pedagogy.Read Less,Web Development - Full-Time,Web Development +290031,10868,le-wagon,Anonymous,True,2022,Very qualitative learning in an optimized timing !,2022-06-23,5.0,5.0,5.0,5.0,"Very intense and very good learning experience. I came with some limited statistical knowledge from university and a desire to learn more about it and go deeper into machine learning/deep learning topics. I was not disappointed in any way. The content... Read More is very qualitative with some great practical exercises and support from the teachers. It is of course very challenging but with the good attitude and a bit of refreshment of your math knowledge you can go very far ! This bootcamp is an open door to a vast world of continuous learning. It would definitely have been harsh for me to go back studying for a full year, I felt I really optimized my time with Le Wagon: learnt a lot in a short period of time. Go for it !Read Less",Data Science - Full-Time,Data Science and Analytics +290027,10868,le-wagon,Tomas Dominguez,False,2022,I became a programmer in the best way and in the quickest and most efficient way,2022-06-23,5.0,5.0,5.0,5.0,"What I liked most about the course was the ecosystem it has. What I mean, basically everything. The teachers with an incredible willingness to help and make you get the best out of yourself. On the other hand, the structure of the course, you can see... Read More how well thought out it is to be as efficient as possible in three months, with the readings in the morning, the challenges and the key summary in the afternoon to see what of the day. Not to mention the location and the incredible classrooms we have, with the best view and very close to the wave to be able to surf! And finally, the people, the atmosphere that was created with everyone was incredible, very good conversations, activities and new friends for life. I learned a lot from the course but I also took with me very good memories and learning from the people. I leave with the best expectations and energy from the bootcamp, I will take advantage of the network that was created here throughout the course and the different tools they give us to move forward. If I have problems, doubts or need to find opportunities or partners to do business, I will not hesitate to contact the Le Wagon network, I know they will be there for us. One of the best experiences I have ever had. I became a programmer in the best way and in the quickest and most efficient way. And in between I was able to make lifelong friends and practice sports while studying, definitely something to do in life.Read Less",Web Development - Full-Time,Web Development +290023,10868,le-wagon,Glen Smith,False,2022,Well recommended boot camp with lovely and helpful teachers,2022-06-22,5.0,5.0,5.0,5.0,"Le wagon is a well structured boot camp and can be very intense which is great as it pushes you to your limits. It puts you in a position where you meet and network with people from all over the world which will help you work on projects during and after... Read More the course. I got a much clearer understanding of how the process of building a web application works, something I did not get when I was self studying at home. If anyone is thinking of doing the course, I will say prepare beforehand, do some self study and go for it. It will change your life!Read Less",Web Development - Full-Time,Web Development +289991,10868,le-wagon,Yanko Thomson,False,2022,Web Dev course in Bali,2022-06-22,5.0,5.0,5.0,5.0,"I previously worked in IT before starting this course; but in Support and Administration, and wanted a change in my life, from working a 9-5 in an office, to be able to pick up my laptop and travel the world. The tools and information I have learned and... Read More have now have prepared me to do just that, I know that there is still a long road ahead to go before I can complete all my goals in life, but this course has been an absolute game changer for my life, the teaching staff, the course material and the life long friends, some of which I now call my family, and connections through the incredible Alumni channels I have access to now have set me up to be able to look at a website and completely understand how I could build it from scratch. My only drawback is that it ended so soon - I started to enjoy going into class and working in pairs, teams and sometimes alone, which is weird for me because I never enjoyed going to class before, I felt at home with the people in the class, that I had met like-minded individuals that share similar goals to me, and was able to grow with the help of Daniel, Rayhan, Christina and Shania, these teachers; all of which had graduated from the bootcamp, were amazing and very helpful. The course itself is intense, Monday through Friday, 9 till 6, but as it goes on, and you build up knowledge you realise their process and why it works so well. As well as the fact that once you're done coding for the day, you're still in Bali! The local life here is incredible, the people are so friendly, and the food is amazing, I've completely change the way I live whilst out here, from what I eat to when I wake up, I joined a gym and tried my hand at surfing (wasn't the best surfer in the batch by a long shot but caught my first wave on my birthday and totally understand the reason its so popular). I couldn't recommend this course, especially here in Bali, more. I truly have had the time of my life and now can continue on moving forward to achieve my goals.Read Less",Web Development - Full-Time,Web Development +289987,10868,le-wagon,Nathan Chaney,False,2022,Fantastic Experience,2022-06-22,5.0,5.0,5.0,5.0,"I used to work as a dancer for top ranking international ballet companies for 10 years.. so the idea of changing my life to something so different and daunting as coding was honestly intimidating.. but after visiting the city manager at the campus in... Read More Bali and talking with the students I had no doubt in my mind that I would have full support and be in a great learning environment. The program exceeded my expectations. The material is without a doubt overwhelming at times, but that is the point! Trying to learn programming languages is like trying to drink the ocean. So I just kept in my head what they said from the start, ""Trust in the Process"". What was most important for me was having the support from my teachers and classmates around me to help keep my head up and above water when the sweat drops started to form on my forehead (by that I mean, when stuff started to get really challenging). Being able to ask for help is so valuable, and my teachers and teaching assistants absolutely rocked. They had on point technical skills and knowing that each of them had completed Le Wagon made it so much easier to relate to them and feel like they understand what we are going through by learning this new material. Aside from tech.. we have got to be the best location in the world here in Bali for work-life balance.. I mean, can you imagine surfing 4 minutes walking distance down the road before class or on your lunch break? Or just being able to swim the warm ocean or have a dip in the pool when you need to clear your mind from a problem that is bringing you down? Not to mention the possibility to eat delicious and healthy food for really cheap! Those types of things made a huge impact on my mental health which was necessary to stay on point and up-beat during the whole bootcamp. I have no doubt that I will be able to land a job WITH CONTINUED SELF EDUCATION AND DILIGENT PRACTICE.. but that is the name of the game! Learning the rest of our lives as developers is to be expected, and that is part of the fun. SEND IT!!!Read Less",Web Development - Full-Time,Web Development +289960,10868,le-wagon,Renato Delboni,False,2021,Awesome Experience,2022-06-21,5.0,5.0,5.0,5.0,"I enrolled in Le Wagon’s Web Development program back in October 2021 and it was an amazing experience! The teachers are very professional and dedicated, they give you all the tools to improve your skills and become a fully accomplished web developer.... Read More I found my first job as a web developer three months after graduating. 100% would recommend!Read Less",,Unknown +289956,10868,le-wagon,Louis Yasuhiro,False,2021,Great experience,2022-06-21,5.0,5.0,5.0,5.0,"I would recommend this bootcamp to anyone trying to learn tech and coding. The teachers and TAs are friendly, very smart, and accomplished. Not only is the material up to date, allowing you to learn THE latest tech stack available, the community supports... Read More the learning process of students. I started with zero coding experience but a month after graduating, I was able to land a freelance offer at a company, changing the entire outlook of my career. Career support is extensive, with many companies coming to campus to recruit Le Wagon graduates. It would be a waste if someone considering a career change does not consider Le Wagon Tokyo.Read Less",Web Development - Full-Time,Web Development +289914,10868,le-wagon,Anonymous,True,2022,Amazing,2022-06-20,5.0,5.0,5.0,5.0,"Learning how to code can be very difficult and overwhelming. The teachers offered me an immense support and help. If you want to get completely immersed in code, surrounded by a bunch of lovely, brilliant people that's the place to do it. Trust the process!... Read MoreRead Less",Web Development - Full-Time,Web Development +289906,10868,le-wagon,András Németh,False,2022,Career change,2022-06-20,5.0,5.0,5.0,5.0,"Le Wagon isn't just a bootcamp, is an experience. I finished the final project on the 10th of June 2022, batch #865 in Lisbon. The same day I remembered the concerns I had before I started Le Wagon. 1. Is 9 weeks really going to teach me enough? - In... Read More the last 3 weeks of the camp, my team and I were able to build 2 full-fledged web applications and present them to an audience. I would say the last 3 weeks I have realized how much knowledge I acquired! 2. Is the structure of the education will be a good fit for someone who has 0 experience? - Absolutely! Le Wagon gave me tools to make my life easier. For instance, prep work before the education starts. Slides, quiz cards, lectures, videos, etc... It was better than I hoped for. 3. Are the classmates going to be nice? Le Wagon did a great job selecting people who are motivated to learn! I was part of a group, and everyone had similar goals with the bootcamp. And lots of fun socializing with them :) 4. Will the teachers help the ones who are falling a bit behind, or focus on the better students? The teachers in Lisbon were absolutely amazing! They were helping with every little thing, open-minded, motivating, and funny. They were ready for all my questions, and when I felt behind they helped me to catch up, understand the challenges, and push me in the right direction. They did their best to pay attention to everyone! 5. Am I going to be able to do this? This question seems silly right now. I went to Le Wagon, and I enjoyed every second of it! The real challenge is after the bootcamp. It is a never-ending journey. Just keep showing up and do your best! If you are thinking about which bootcamp you should go for, or if you should do one, I highly recommend applying for Le Wagon. Great opportunity to give yourself!Read Less",Web Development - Full-Time,Web Development +289870,10868,le-wagon,Vitaliy Skoryy ita,False,2022,Le Wagon Cologne,2022-06-18,5.0,5.0,5.0,5.0,"Are you grinding your 9 to 5 job and absolutely hating it? Do you feel like your job doesn't fulfill you anymore? Time for a change! I did my 9 weeks full time course and I have to say it really changed my life you don't need to be hesitant if you don't... Read More have any Prior knowledge anyone can do it, it's going to be challenging but remember trust the process!Read Less",Web Development - Full-Time,Web Development +289853,10868,le-wagon,Daniel Sánchez,False,2022,Amazing Bootcamp,2022-06-17,5.0,5.0,5.0,5.0,"I was looking for a career change and I was interested in data so I joined Le Wagon in Madrid. You need to do some prep-work just to get in. It’s hard but manageable, even for someone with no previous math or coding background like me. I guess It took... Read More me longer than an engineer might need, but I came prepared thanks to the really good prep work they curate for you. The Bootcamp is really hard but everything is so well organized and thought of, that you just keep pushing and making progress. At first you have this feeling that you are barely making it, but before you know, you are proficient with data analytics, machine learning, deep learning… It’s crazy how much you can learn in such a short period of time. For me it became much easier from the beginning of the third week onwards, everything just started to make sense much faster. You obviously don’t know everything at the end, this is a broad subject to say the least… but you are ready to tackle on any data related issue. The staff is amazing, you can really tell that they are there for you, always supportive. I’ve just finished the Bootcamp, but I can already tell that this has been a life changing experience. Super recommended.Read Less",Data Science - Full-Time,Data Science and Analytics +289846,10868,le-wagon,Mayra,False,2022,Bootcamp le wagon,2022-06-17,5.0,5.0,5.0,5.0,"After contrasting multiple experiences, I decided to take a turn and project my professional future in the field of Programming! At the beginning, I was striving to learn Web Development tools by myself but was not successful, so I decided to do a full-time... Read More bootcamp! Now I just finished this incredible experience: after 9 intense weeks of challenges and stress I can proudly say that I finished the Le Wagon Spain Web Development bootcamp - Madrid batch #875! These weeks have been an amazing time, I have learned so much about the world of Full-stack Development and I had the opportunity to meet some incredible people along the way like the amazing Madrid staff (Emilia Ivaylova Stefanova, Fanny Rojon and Gonzalo Guerra Figueroa), the talented teaching team and my classmates (now friends, especially thanks to the buddy system which is the best)!I am super proud to be part of this great community!Read Less",Web Development - Full-Time,Web Development +289841,10868,le-wagon,María Corredor,False,2022,"Data Science Bootcamp, Madrid",2022-06-17,5.0,5.0,5.0,5.0,"I wanted to do a career change and learn Data Science and going to Le Wagon was the best choice I could have made. I am going to miss everyone, they have been like family since day one, all the teachers and staff have been there for us all the time helping... Read More us and answering our questions. And not only that, the curriculum is very complete, I cannot believe how we have learnt so many things from Data Analysis to Machine Learning and Deep Learning in only 9 weeks. The experience in general has been great, and the best part, the community of Le Wagon. All the friends you make and all the networking you can do is what makes the difference.Read Less",Data Science - Full-Time,Data Science and Analytics +289840,10868,le-wagon,juan felipe duarte,False,2022,Full-stack bootcamp,2022-06-17,5.0,5.0,5.0,5.0,"Since I was a little kid I have always liked technology. My older brother was the one always pushing me to learn to code and I knew that I was going to study something related to that. One of my friends suggested I do a bootcamp. I found on the internet... Read More that Le Wagon is one of the best bootcamps in the world. At first, I was scared because I didn’t know if my English was good enough and if the skills I learned by myself (as part of the Prep work) were good enough. So I took the risk and I think this is the best experience I have ever had! The first day you feel out of place because almost everyone is from a different country and with a different background! But the days pass and you feel more and more at home! One of the things that Le Wagon taught me and I appreciate the most is learning to think in computer logic. And the other remarkable thing is the speed at which you learn to learn new things! This one of the most important tools Le Wagon teaches you.Read Less",Web Development - Full-Time,Web Development +289838,10868,le-wagon,Tito Guedes de Magalhães Romão da Conceição,False,2022,Le Wagon Lisbon,2022-06-16,4.7,5.0,5.0,4.0,"After an intensive 9 weeks, I can safely say attending Le Wagon in Lisbon was one of the most rewarding experiences I've taken part in my life. From the fast-paced learning environment, well-structured course, great campus, amazing teachers, ta's, and... Read More staff plus all of my colleagues that accompanied me through this journey, I can't say anything but high praise for the experience.Looking back I'm still sometimes in disbelief about how much I was able to take in and learn in such a short amount of time and how prepared I feel to take the first steps into the tech industry after coming from a completely different area.For anyone looking for a Web Development Bootcamp, if you are in Lisbon, don't miss out on Le Wagon!Read Less",Web Development - Full-Time,Web Development +289827,10868,le-wagon,Fabio De Gregorio,False,2022,Worthwhile educational experience,2022-06-16,5.0,5.0,5.0,5.0,"I had a magnificent educational experience at Le Wagon in Cologne. The hands-on approach of the courses gives you the opportunity to practice with multiple coding challenges and work on real-life projects, allowing you to build up your coding skills.... Read More The most essential aspect is that you have the outstanding support and assistance of the staff and teachers who walk you through each lecture and coding challenge. It is a life-changing experience because even if you have little or no coding experience they take you from zero to hero! I highly recommend joining Le Wagon!Read Less",Web Development - Full-Time,Web Development +289817,10868,le-wagon,Wolf Pinz,False,2022,Absolute game changer - Le Wagon Cologne (Full-Time We Dev),2022-06-16,5.0,5.0,5.0,0.0,"“Change your life, learn to code.” At this point the motto is almost an inside joke. For me, it is 100% true though. I joined Le Wagon to finally do something that is actually interesting and because, frankly, I couldn’t do it on my own - I’ve tried.... Read More Having this structure, a singular focus every day, a super well thought out curriculum and tons of support from the Teachers and TA’s is a total game changer. To me, this is hands down the best way to learn. And learn, you will. It is truly insane what we were able to build in such a short time. Also, having a group of peers that struggle alongside you and the absolutely lovely staff here in Cologne made it a family-like atmosphere pretty much from day one. And the wider Le Wagon community is super cool as well. So many great people and so many opportunities. It really is amazing. For anyone wanting change direction in life and get in to coding, i would recommend without hesitation!Read Less",Web Development - Full-Time,Web Development +289807,10868,le-wagon,Marc Pocsay,False,2022,Data Science - Le Wagon - Lisbon,2022-06-16,4.7,5.0,5.0,4.0,"The pace of the course is very fast in order to cover a wide variety of topics within the 9-week time frame. For this reason I would recommended the course for people who are at least somewhat computer savvy. I really cannot overstate how import the support... Read More of the teachers and staff is to enable this rapid pace. Many people try to learn data science on their own, using online resources, but without proper teachers they end up stuck or progressing very slowly. Le Wagon enables you to achieve in a few weeks what without guidance would take you years.Read Less",Data Science - Full-Time,Data Science and Analytics +289806,10868,le-wagon,Sarah Shimizu,False,2022,Data Science Bootcamp was really good,2022-06-16,5.0,5.0,5.0,5.0,"I had been trying to self learn python for months, and was making some progress, but not as much as I wanted to so I thought it was time to finally do a bootcamp. Le Wagon Data Science bootcamp in Lisbon was a great way to learn very quickly and get a... Read More really good overview of all the major topics of data science, and really get us familiar with doing challenges. I feel much more comfortable with python now, and I'm honestly impressed that I could go from just thinking of Machine Learning as a tech buzz word, to actually doing my project on machine learning of image detection and classification of trash/recycling. The teachers and TA's were awesome, and were always willing to answer questions or find the answer if they didn't know. Joao Calem, our batch manager, was especially awesome! He even went beyond the scope of the bootcamp and organized us to go to his family vineyard to work for the final project week, which was not something I was expecting, and was absolutely amazing. My batch turned out to be 9 people and most were not living in Lisbon, so it meant there were built in friends and we really got along well together, even though we came from very different backgrounds. Overall I'm impressed with how much we were able to learn in 9 weeks, and found the bootcamp to be very good use of my time and money.Read Less",Data Science - Full-Time,Data Science and Analytics +289805,10868,le-wagon,Noah Darwich,False,2022,Best place to dive fast into Data Science,2022-06-16,5.0,5.0,5.0,5.0,"Amazing experience, the campus is cozy and comfortable, the staff and the teachers are super friendly and supportive. I learned a lot, and had so much fun there. Le wagon helped me to move from a beginner stage where I'm a research assistant doing basic... Read More data analysis, to doing a full project where I built a machine learning tool to predict violence at demonstrations. Ps: in the options there is no data science course in Cologne campus, but it exists, so I had to choose Web developmentRead Less",Web Development - Full-Time,Web Development +289753,10868,le-wagon,Eduardo Diaz,False,2022,Do it for sure,2022-06-14,5.0,5.0,5.0,5.0,"I studied Industrial Engineering in Madrid. Once I finished, I started a Masters straight away, I liked what I was doing, but it was too theoretical, so I decided to look for something that was more practical and where I could see the result of my doings... Read More with my own eyes. I found Le Wagon and all the reviews I read were great, so I decided to try it during my summer vacations of the Masters. I have just finished the bootcamp and I can assure you that I have accomplished my goal of moving away from theory and going into practice. You have to learn everything with trial and error, but with a very well thought-out methodology behind that Le Wagon provides (Trust me, it is really fun if you like challenges). Right now, I am sure that I will be coding in my career because I love it and it is one of the most useful things I have ever learn. I can really recommend Le Wagon to everyone that wants to learn because, if it is your own choice you will not be disappointed.Read Less",Web Development - Full-Time,Web Development +289640,10868,le-wagon,Hasib Selimovic,False,2022,I wish I did this earlier,2022-06-10,5.0,5.0,5.0,5.0,"Seriously, this bootcamp helped me kickstart my career as a webdeveloper. With the great help of very skilled staff I learned a lot in the course of just three months. If you are thinking yeah that's a load of... well, my friend, I managed to land a job... Read More with the knowledge I gained there in less than two months. If you do this bootcamp, don't blame me for your success thereafter.Read Less",Web Development - Full-Time,Web Development +289404,10868,le-wagon,Paula Garcia,False,2022,Web Development - Amsterdam,2022-06-03,5.0,5.0,5.0,5.0,"After many years in the classical music industry I decided to change my career path towards tech and coding. I did the Full-stack Web Development bootcamp (part time) and it has been probably the best decision I’ve made career wise. It is very well structured... Read More and the teachers were always very helpful. What stands out for me the most is that, a part of all the good resources and endless learning material, at Le Wagon they really want you to succeed. We had a lot of networking events, Get Me Hired events, tech talks, a Career Week where they help you prepare for the job search or freelancing after the bootcamp... etc. I really enjoyed it! Just one month after finishing my bootcamp I landed a job as a junior software engineer in a big company!Read Less",Web Development - Part-Time,Web Development +289388,10868,le-wagon,Eugenia Pastore,False,2022,Knowledgeable and professional teachers.,2022-06-02,5.0,5.0,5.0,5.0,"For a long time, I was striving to learn web development tools by myself, but I did not have such a significant boost that would immediately move me up the career ladder. As the 2022 hit, I decided to undergo Le Wagon full-stack web development bootcamp... Read More in Amsterdam in purpose to put myself into an intensive 9 weeks training in which I either sink or swim. Definitely being amongst highly knowledgeable and professional teachers brought the change. I was continuously learning the best web development practices and I was striving to be just as good as my teachers. As the result, I wrote my first production-level code, completed all phases of the software development lifecycle and created two full-stack projects. The beauty of the Le Wagon bootcamp is that they convey knowledge with real passion and they make sure that every student gets help. Additionally, by undertaking career week workshops, I got all set for job hunting, I felt greater confidence as my network expanded and I acquired soft skills. Le Wagon bootcamp really ignited the fire in my professional development very intensively and interestingly. It led my way to become a junior web developer in one of the big four companies.Read Less",Web Development - Full-Time,Web Development +289370,10868,le-wagon,Cédrine,False,2022,The best way to start your career as a web developer,2022-06-02,5.0,5.0,5.0,5.0,"I enrolled in the Web Development (Part-Time) course in 2022. The bootcamp is fast-paced but the teachers were very helpful and patient, they provide you with all the tools needed to kickstart your career as a developer. I also really appreciated the... Read More career support that was provided!Read Less",Web Development - Part-Time,Web Development +289330,10868,le-wagon,Félix Salacroup,False,2022,Intense and rewarding experience,2022-06-01,5.0,5.0,5.0,5.0,"I completed the data science coding bootcamp in Amsterdam. That was a great experience! The bootcamp is well structured, adaptable to every people’s experiences with coding and any other technical knowledge. I almost started from scratch and learned a... Read More lot. Not only technically but also a general understanding of the process behind Artificial Intelligence, Data Science, Data Analysis. The atmosphere with the fellow students, teachers and staff was really enjoyable, always helping each other throughout the days. I joined the bootcamp in order to fill in the gap between my professional journey and the tech industry. I have just been hired by one of the most promising company related to Data management.Read Less",Data Science - Full-Time,Data Science and Analytics +289327,10868,le-wagon,Jérôme Tan,False,2022,A great experience in learning web development !!!,2022-06-01,5.0,5.0,5.0,5.0,"I had been working for 20+ years for a big energy company in various positions (economist, finance, technical, open innovation) when I decided to change my life by turning towards green IT and coding. Even with my mathematical background (I studied maths... Read More in Cambridge) that was a challenge to learn coding in Ruby, CSS and JavaScript. Within less than 3 months at Le Wagon Paris bootcamp I both took the challenge successfully and enjoyed it. The teaching team did a great job of boosting us to such a high level in such a short time. Personally it helped me confirm the desire to code and I am now better equipped to contribute to a more responsible digital world.Read Less",Web Development - Full-Time,Web Development +289326,10868,le-wagon,Sander Koreman,False,2022,Awesome Web Development experience,2022-06-01,5.0,5.0,5.0,5.0,"The Web Development Bootcamp of Le Wagon had everything I had wished for and more. Not only am I comfortable with a coding language (Ruby) but it also gave me insights in product design, pitching ideas and working in a tech team. I'd recommend everyone... Read More taking the bootcamp as a way to switch careers.Read Less",Web Development - Full-Time,Web Development +289206,10868,le-wagon,Sybille Saury,False,2022,Great fulfilling experience,2022-05-27,5.0,5.0,5.0,5.0,"I took the data science part-time course. The experience was intense but very rewarding. It was a complete experience: both theoretical and with a lot of practice, which allowed me to understand, assimilate and consolidate the concepts seen in the lecture... Read More videos watched before each session. You come out of the course with not only a data scientist's toolbox but also the fundamentals in the main fields of data science: data analysis, machine learning, deep learning and data engineering. Beyond the training formula, I really liked the teachers and TAs, many of whom have experienced the same training, so they are very understanding, caring and supportive. With my professional experience in the scientific field, this bootcamp allows me now to be involved in projects using health databases. I would recommend it for anyone willing to up-skill in this field in a very fast and hands-on way.Read Less",Data Science - Part-Time,Data Science and Analytics +289023,10868,le-wagon,Riley Benjamin Chapman,False,2022,Le Wagon Web Development Course Go from Zero to Coding Hero,2022-05-23,5.0,5.0,5.0,5.0,"I came to Portugal for a masters program and after almost two years of applying for jobs in my area with no luck, I decided to change track and learn how to code. I had absolutely zero experience but the format of the web development bootcamp was incredibly... Read More accessible. The course was certainly challenging but also incredibly gratifying. The way the course progressed was perfect, starting with the foundations and moving towards more and more complex concepts. It worked well because all of the skills we learned were constantly reinforced when we moved on to the more advanced coding. The daily schedule was very conducive to my learning style with short lectures and heavy emphasis on the practical exercises. The teachers and teaching assistants were so knowledgeable and approachable I always felt comfortable to ask for help even if I was struggling with something simple. The course provided me with an incredible base knowledge to enter the world of coding and taught me how to think like a programmer. Although I am not actively pursuing a job right now, I am confident that when I do, I will be very well prepared to start my career as a junior developer and progress quickly with the skills I learned. Above all of this, I cannot speak highly enough of all the staff at Le Wagon in Lisbon. Everyone was truly amazing, intelligent, wonderful people that made the whole experience even better. I highly recommend this course to anyone who is eager to learn to code with no prior experience as well as to people who want to hone their skills and build on previous knowledge.Read Less",Web Development - Full-Time,Web Development +288881,10868,le-wagon,Sony Tamang,False,2022,One of the best decisions I've ever made.,2022-05-18,5.0,5.0,5.0,5.0,"From the first day of the bootcamp , until the day I found a job, the support I had from Le Wagon Team was amazing. Course was well structured, covered all the important topics and teachers were very helpful, patient and responsive. We had a great career... Read More coach but not only that, guidance and help from every team member of Le Wagon was just astounding. I had so much fun learning, I was sad when the bootcamp was over but I still have access to all the exercises and lecture after the bootcamp as well. What a wonderful Journey it was!! If you are thinking about coding bootcamp, Le Wagon is the place to join.Read Less",Web Development - Full-Time,Web Development +288829,10868,le-wagon,Clément Gateaud,False,2022,A life-changing adventure,2022-05-17,5.0,5.0,5.0,5.0,"After a few years working in digital marketing, I attended the web development bootcamp in Paris to learn to code. It gave me the required knowledge and methods to start my journey as a web developer. You'll learn the fundamentals of programming as well... Read More as the back-end and front-end basis you need to code and deploy your first web apps. What I loved the most is the pedagogy used, which has been tried and tested over the years and is carefully thought out to help us progress as efficiently as possible. The professors and TAs are great and always there to support us during these 9 intense weeks. After the bootcamp, you'll forever be part of Le Wagon's community, a caring community full of opportunities. Wether you want to become a developer of just improve you tech skills, Le Wagon will be fore sure a life-changing adventure.Read Less",Web Development - Full-Time,Web Development +288822,10868,le-wagon,Christian,False,2022,Best bootcamp to start a freelance carreer,2022-05-17,5.0,5.0,5.0,5.0,"After 10 years of professional experience, I realized that data management was fundamental to streamline processes and precisely measure company performance. This is why I decided to specialize in this domain with Le Wagon Data Science Bootcamp. I can... Read More say that it exceeded my expectations. Firstly, the prepwork and the Python week0 ensure that you start the bootcamp at the same level as everyone else. Then, the balance between theoretical lectures and practical exercises along the bootcamp is perfectly adjusted so that 9 weeks after your first lines of Python, you are already developing prediction models based on neural networks. Finally, the most important thing is that after the bootcamp, le Wagon does not leave you all alone in the Data Science world, you always have a lot of help and support from the staff and also from the alumni network to help you find your own direction. All of this gave me enough confidence to start my own business as a freelance in data analytics. Thanks Le Wagon!Read Less",Data Science - Full-Time,Data Science and Analytics +288780,10868,le-wagon,Isabelle Vallerand,False,2022,The best experience,2022-05-16,5.0,5.0,5.0,5.0,"For the past decade, I've worked in IT as a Support Analyst. The company reorganization was the reason for my career change, I needed challenges and new skills. I always wanted to code but didn't take the right steps until I enrolled in Le Wagon's Full-Stack... Read More Web Development full-time program in Montreal. Through the program, I've built confidence by presenting my project in front of a live audience. The teachers are knowledgeable and helpful, and this program went beyond my expectations. Every day you learn something new that you can apply through challenges, 9 weeks later, you look back and you think: ""How did I make a web application?"". This is the best decision I've ever made.Read Less",Web Development - Full-Time,Web Development +288759,10868,le-wagon,Timothée Filhol,False,2022,Challenging but totally worth the shot,2022-05-16,4.7,5.0,5.0,4.0,"I completed the full-time Data Science bootcamp at Le Wagon in Paris from January to March 2022. Having a non-technical background, the bootcamp allowed me to develop great technical skills in coding (Python), Data Science, Analysis and Engineering. Even... Read More if the bootcamp is very intense and quite technical, the TAs (Teaching Assistant) and the Le Wagon staff will ensure that you comprehend every concept, learn how to properly use Data Science tools and make the most of this amazing experience. Another great perk is that you can take the AI Developer certification following the bootcamp, delivered by the French government and for which the bootcamp will have prepared you for 9 weeks. All in all, the Data Science bootcamp at Le Wagon is a great way to step into the world of Data.Read Less",Data Science - Full-Time,Data Science and Analytics +288753,10868,le-wagon,Jérémy Marchand,False,2022,Amazing learning and challenge,2022-05-16,5.0,5.0,5.0,5.0,"I'm 31 and I have a background of almost 7 years in management consulting ! Through my journey in consulting, I have often been facing clients that were struggling to deal with their data and I wanted to gain skills on this. But the more I was thinking... Read More about tech, the more I not only wanted to be fluent but to be part of it. I decided to do a bootcamp at Le Wagon, which was highly recommended by some DataScientists friends (from university though) as the best bootcamp in Data... and it was. From Python to machine learning and data engineering, Le Wagon got me far beyond what I thought I would learn. The skills base that I acquired allows me to keep building more skills, and really launched a whole new professional journey ! I will never thanks the team enough for their kindness and the spirit of challenge they spread during the bootcamp.Read Less",Data Science - Full-Time,Data Science and Analytics +288574,10868,le-wagon,Julie Gastellu,False,2022,"As an alumni of batch801 in Paris, I highly recommend Le Wagon as it is an enriching experience !",2022-05-09,5.0,5.0,5.0,5.0,"Above all, it is an intellectually stimulating human adventure. Every day we have new notions to assimilate and challenges that bring out the best in us. We are always welcomed and well-surrounded. It also teaches us to have the mental capacity to never... Read More give up, the self-confidence to perform, and how to carry out a project alone or in a team. It is a complete training that gives access to many professional opportunities, to a serene personal development and to a rich network of caring alumni. I was following a common career path: prep school, business school and permanent contract in a big company. I was looking for the X factor. Something was definitely missing. I realized that I was attracted to the tech scene. Coding is a huge asset on the labour market today. I needed a fresh start which made sense. The Wagon arrived at the railway station and I got on board. Trust the method, it works 💪 Now, I am thrilled. It feels like so many new doors have been opened ! I am contemplating the future with a positive and a confident mindset knowing the Wagon family will always be there ! Definitely feel free to do the same, such a refreshing experience !Read Less",Web Development - Full-Time,Web Development +288567,10868,le-wagon,Simon,False,2022,Formation Data Sciences,2022-05-09,4.7,5.0,5.0,4.0,"Le Wagon boot-camp gave me a lot of satisfaction. Group work, whether during challenges or during project weeks, creates good work dynamics. The teaching team and the training organization ensure that you never get bored or lost. It should be noted that... Read More some days are really intense and busy. When looking for a job, I realized that Le Wagon is known and reputed by most recruiters.Read Less",Data Science - Full-Time,Data Science and Analytics +288489,10868,le-wagon,Tempestt Woodard,False,2022,I changed my life for the better with this bootcamp!,2022-05-05,5.0,5.0,5.0,5.0,"I completed Le Wagon's Web Development bootcamp in Lisbon, Portugal this year, and I must say that I am beyond satisfied with the program! Before I began, I was having burnout after working in Public Health in a busy hospital. Le Wagon took me under their... Read More wing and prepared me for the web development world in more ways than one. They encouraged us to be bold, be involved and ask questions, and no question was too silly to ask. I also appreciated that the instructors taught us best practices used in the industry. The program was really intense and challenging but so fruitful, especially towards the end when we're expected to produce projects and present them in Le Wagon's Demo Day. Our team built a marketplace app and another project that featured a live auction! Le Wagon's staff was there to help us with any issues every step of the way! I learned so much! I graduated feeling empowered and prepared to take on the web development field. If you are debating on whether to attend or not, trust my review and the reviews of others. You will not be disappointed!Read Less",Web Development - Full-Time,Web Development +288481,10868,le-wagon,Stephan A.,False,2022,Go for it,2022-05-05,5.0,5.0,5.0,5.0,"I have attended Le Wagon full time web development bootcamp in Paris. I really loved the result oriented and pragmatic approach to make sure you have all the relevant skills in a 9 weeks time frame. I think the program fits perfect if you are looking... Read More to become a full time web developer. But it is also a great fit if you are looking to develop coding skills as an entrepreneur or as a more versatile profile, which is my case. Cherry on the cake: with the alumni network you have the perfect community to help you if needed after the bootcamp.Read Less",Web Development - Full-Time,Web Development +288470,10868,le-wagon,Julie R.,False,2022,Apprendre à coder en 9 semaines !,2022-05-05,5.0,5.0,5.0,5.0,"La formation Développeur Web permet d'apprendre toutes les compétences d'un développeur web et de pouvoir coder ses applications web dès la fin de la formation, soit 9 semaines plus tard ! L'équipe est bienveillante, disponible et passionnée. Une super... Read More formation !Read Less",Web Development - Full-Time,Web Development +288405,10868,le-wagon,Aadel Bouzambou,False,2022,FullStack developer,2022-05-03,5.0,5.0,5.0,5.0,"I used to work in the banking sector before joining Le Wagon. My mission was to coach clients as well as colleagues in the Retail & Private Banking in their digital transition. Even if the challenge my team and I faced every day was great, I felt it wasn't... Read More enough. I wanted to contribute to design and develop the bank's digital channels based on everything I learned from being close to the end users. There are many coding schools in Brussels, but I was looking for the one that would allow me to work on real projects from scratch. With Le Wagon, I'm immersed in daily challenges with my buddy and a team of teachers if any problem is detected. As the challenges progress, my buddy and I feel like devs, startup founders, designers, and much more! incredible feeling! I discovered new tools and concepts used in the tech world and sometimes deepened my knowledge for some of them I already knew. You will end this training with more opportunities than DEV back, front and fullstack if you want to choose another path: growth marketer/hacker, UI/UX designer, product manager, product owner,.... The experience was amazing and I highly recommend it to everyone. Learning and/or understanding code at Le Wagon is a way to stay competitive or a way to reorient your career. The opportunities are just huge! 🙌Read Less",Web Development - Part-Time,Web Development +288389,10868,le-wagon,CAIO DUARTE DA SILVA TRIGO,False,2022,Surreal,2022-05-02,5.0,5.0,5.0,5.0,"I began the bootcamp knowing so little, and in a couple of months I was able to design and develop two websites from scratch. I highly recomend Le Wagon to anyone in the world who wants to jumpstart their career in programming. I guess that one of the... Read More bests Le Wagon's assets are their staff, the teachers and the TAs are awesome, always there to help you with whatever you need during the bootcamp.Read Less",Web Development - Full-Time,Web Development +288386,10868,le-wagon,Joao Marques,False,2022,Data Science Boot Camp,2022-05-02,5.0,5.0,5.0,5.0,"Great for people who want to be in data tech industry and don't know where to start. Met a lot of great people, the curse is very well-structured, the teachers are very good and easy to work with. Provide a lot of help in how to enter the working world.... Read More I am very glad I choose to attend the boot camp.Read Less",Data Science - Full-Time,Data Science and Analytics +288377,10868,le-wagon,Gustavo Cunha,False,2022,Remote Full-time Le Wagon Data Science Bootcamp (in Rio de Janeiro),2022-05-02,5.0,5.0,5.0,5.0,"I did the full-time Le Wagon Data Science Bootcamp remotely in Rio de Janeiro. It was an amazing experience, far better than I was expecting. Firstly, the course is very focused on practice: we spent about 6 hours per day coding and solving challenges.... Read More Secondly, the course shows us a wide range of tools/topics that we can use on our projects and future jobs: SQL, statistics, storytelling, machine learning, deep learning, and data engineering. Besides, students have the opportunity to finish the Bootcamp with their project: (1) we choose what is the topics of the project; (2) we do the project ourselves (teachers and TA just give help when needed, they don't do the project for us); and (3) we present the project (on Youtube). This final project is quite challenging but we learn a lot from it. Last but not least, the networking opportunity is amazing, not only with our colleagues in the Bootcamp but also with the rest of the Le Wagon community (more than 10,000 ex-students). To summarize, if I had to go back in time and decide if I would do (or not) the Bootcamp, I would decide to do it again without any doubt.Read Less",Data Science - Full-Time,Data Science and Analytics +288375,10868,le-wagon,Ulysse,False,2022,Learn enough to work with Python as a data analyst,2022-05-02,5.0,5.0,5.0,5.0,"Studying at Le Wagon data bootcamp was a very good decision for me ! I was working with a data team before in my previous position and I wanted to work directly with data. I knew it required to learn a lot of new skill, particularly coding in Python.... Read More I chose to do le Wagon because previous students told me that after the bootcamp, they felt like they knew enough to get a job in data. I had only little coding experience before and I have done a business school. Before the bootcamp, I was able to write 10 lines program and it was a real struggle. At the end of the bootcamp, I was able to write entire programs doing many different things : data sourcing with APIs, machine learning... I now have a job as a data analyst, and I feel that I've learnt enough at le Wagon to be comfortable in my position. I still have a lot to learn of course, but I have the basics ! Good points : good teachers backed by a very solid program (courses and exercises) that has been tested and updated many times. Teaching with students in group, in the same room, you can easily make friends and learn together.Read Less",Data Science - Full-Time,Data Science and Analytics +288332,10868,le-wagon,Fred Clausen,False,2022,All I want to be is a full stack web developer,2022-04-30,5.0,5.0,5.0,5.0,"For me, Le Wagon Lisbon was the place to be. It was winter, and Lisbon has better weather than the more Nordic parts of Europe. Course #803 consisted of 11 students. Finding a job was not my top priority. I wanted the ability to create a full-stack website... Read More out of my head. Whilst I had plenty of experience, I did not know where to start, how to put a workable architecture together and deliver a finished website. This bootcamp helped me with everything and produced an end-to-end web app. It was very fast paced. I’ve waited 6 weeks before writing a review as I wanted to go over everything again at my own pace. The concept of a bootcamp comes from the military: “Sweat saves blood.” The complete day-to-day curriculum is known up-front. Which means you must keep up. If not, you are coached to help you where you are weak. If you were stuck for more than 20 minutes, you could ask for help. So, with 5 minutes discussion you were on the move again instead of spending the rest of the day on google looking for answers. Everybody needs some help at some stage. It might sound tough but if you pass the pre-course work you should be fine, provided you work hard. Most days follow the same pattern. The day starts with an instructor giving you a demo of the day’s topic. There is never any doubt that what you learn works because you see it happening before your very eyes. The rest of the day is spent solving a structured set of problems. My mother often said that a bad workman always blames his tools. This is very true in the software world. However, “I saw it done this morning” is a powerful motive to get on with the job and stop doubting the tools. Buddy programming works very well. You can inspire each other and solve problems much more quickly. For two weeks I accessed the course remotely. If you must know I was in London visiting my new grandchild. Nobody said the course was only for young people! In the middle of the course I had my ""senior moment."" I forgot my Linux root password and had to re-install my entire laptop. Very embarrassing. However, due to the course design, everything was in the cloud so I lost no data. The career week was awesome. I was able to redesign my CV. Some of the invited companies were my old employers so I was able to recommend them as good workplaces.Read Less",Web Development - Full-Time,Web Development +288281,10868,le-wagon,Laura Amaro,False,2022,Best choice I could have made,2022-04-29,5.0,5.0,5.0,5.0,"The Le Wagon Web Development Bootcamp was definetely one of the greatest experience of my life. It is incredible how much I've learned in such a short time. The metodology really works, all the teachers are great, it was a pleasure to have classes and... Read More learn with them. All the staff in general are amazing and really really helpful. Now I am confident and excited to keep developing my programming skills.Read Less",Web Development - Full-Time,Web Development +288272,10868,le-wagon,Jorge Avillez Pereira,False,2022,Amazing experience,2022-04-29,5.0,5.0,5.0,5.0,"At Le Wagon's 9-week Bootcamp you will learn everything you need to know to land a job as a data scientist. More importantly, you will learn how to learn, which I consider by far the best part of the bootcamp. In addition, the campus and the people are... Read More amazing and really make you want yo go to classes everyday. The TAs offer complete support throughout the whole length of the course, even after hours. I fully recommend the course to anyone who wants to break into the field, or even to those who just want to learn the subject to complement their skill setRead Less",Data Science - Full-Time,Data Science and Analytics +288217,10868,le-wagon,Laura-Eve Grellmann,False,2022,Amazing bootcamp!,2022-04-28,5.0,5.0,5.0,5.0,"The time at Le Wagon in Cologne was unique! I had no prior knowledge and was able to create a complete, functional app with my 3 team members after 9 weeks of the Web Development bootcamp. I can recommend this bootcamp to everyone!!! The atmosphere was... Read More also just great! You can only feel comfortable.Read Less",Web Development - Full-Time,Web Development +288214,10868,le-wagon,Mage Vezza,False,2022,Le Wagon provides an amazing experience,2022-04-28,5.0,5.0,5.0,5.0,"I had such an amazing experience with this bootcamp. First of all, its manager is a SUPER leader. Milene has amazing leadership skills and helped everybody (and still does!) throughout the course. Second, the teachers are really good and since they are... Read More all alumni, they know exactly how desperate we are when doing our first mvc based app. Third, the sense of community is huge. So, if you are looking to leverage your programming skills, or migrate to tech field, enroll yourself in one of Le Wagon's bootcamp. You can't go wrong and you'll surely learn lots of hard skills and soft skills. Soft skills? Yeah! We are invited to pitch an idea to be developed as a final project. While developing it, we do it as teams, with scrum dailies and kanban. Also, throughout the journey, you learn you are not alone and if you are stuck on a problem, you can open a ticket with a TA (as you would schedule a call with a senior on your job).Read Less",Web Development - Full-Time,Web Development +288194,10868,le-wagon,Eduardo Piccin H. Cavalcante,False,2021,A great career change!,2022-04-28,5.0,5.0,5.0,5.0,"Simply the best bootcamp in Brazil if you are looking to learn how to code surrounded by creative and open-minded people. Their campus is great, the staff is very well-educated and receptive, and their curriculum is especially good for those who are looking... Read More for a career change and have an aptitude for technology!Read Less",Web Development - Full-Time,Web Development +288192,10868,le-wagon,Leonardo Melo Reina,False,2022,It was a very intense and amazing experience that I'll never forget. You'll probably meet a lot of nice people during the bootcamp.,2022-04-28,5.0,5.0,5.0,5.0,"I chose to do the bootcamp because of the desire to take an intensive, face-to-face programming course. Despite having taken the course already working in the area as a full stack developer, I found the experience very enriching, precisely because of... Read More the people I met along the way. I highly recommend it to anyone who wants to learn to code and make connections along the way.Read Less",Web Development - Full-Time,Web Development +288116,10868,le-wagon,Cameron,False,2022,A web development crash course!,2022-04-27,5.0,5.0,5.0,5.0,"Wow! Le Wagon is quite the experience. If you’re looking for a full crash course on everything you need to build a solid foundation in web/software development, then this is it! They really do touch on all the core principles. Syntax, Front-End, Backend,... Read More SQL, API’s, Hosting, Git, working in the terminal.. and to top it off there’s a whole week dedicated to jump starting your career at the end of the bootcamp. I even got hired by a company they put me in touch with! My only real critique is that if you come into the bootcamp without any coding experience at all, it’s going to be very challenging. The pace is extremely fast given that you only have 9 weeks! They will help you along every step of the way to be sure, but if you really want to maximize your experience here, I would recommend doing a good amount of self study before! I had a decent amount of experience self-teaching myself Android, and the bootcamp was perfect for solidifying and clarifying different concepts. Don’t expect Le Wagon to be a one-stop shop, but if you put in the hard work, and are determined in your goals, it’s the perfect place to change your life and learn to code!Read Less",Web Development - Full-Time,Web Development +288019,10868,le-wagon,Christina Borensky,False,2022,"Challenging, exciting & rewarding",2022-04-25,5.0,5.0,5.0,5.0,"I totally recommend the 9 weeks bootcamp for web development! I started from scratch, as I had no experience in programming before starting the bootcamp. The Le Wagon Bootcamp is the perfect opportunity to gain really much knowledge as possible in a short,... Read More but very tough time. I founded a technology start up with two other founders. As a founder I am really interested to understand and know all the processes in my company from A-Z. As a technology company, developing is of course one of the core knowledge to understand the business. That's why I decided to start developing skills in programming. I really enjoyed the hybrid model, which gave everyone the opportunity either to work together on campus or to work from home on a daily base. The atmosphere on campus is really great, people are kind, open minded and always helpful. The diversification of the groups with people from different countries and cultures from all over the world made the experience really special to me. I loved my time as a student at Le Wagon and after finishing the programme I am enjoying now developing my skills further.Read Less",Web Development - Full-Time,Web Development +288007,10868,le-wagon,Luis Freitas,False,2022,A rewarding experience,2022-04-24,5.0,5.0,5.0,5.0,"I had a great experience at Le Wagon. My personal goal for 2022 was to get out of my comfort zone and challenge myself by trying to shift into a career in tech. And I'm very happy that I decided to do that at a place like Le Wagon. I highly recommend... Read More Le Wagon for anyone wanting to learn how to code, no matter if you some or zero experience. The pace is fast, yes, some days are tough, also yes, you will have moments where you feel overwhelmed, definitely yes, but seeing the amount of information you can absorb and what you can achieve in only 9 weeks is totally worth it. Another thing that made this experience worth was the environment on campus. Coming from some difficult covid years, it felt so good to be able to be on campus and meet so many great individuals, from colleagues to teachers to staff and I will be forever thankful to all of them.Read Less",Web Development - Full-Time,Web Development +287961,10868,le-wagon,Anonymous,True,2022,"data science bootcamp in MUC, Germany",2022-04-22,5.0,5.0,5.0,5.0,"My experience at LeWagon Munich was uniquely amazing. I had the feeling every day that I not only learnt something new but I was also able to use that day´s knowledge to solve the challenges we got that same day. If I got stuck, there were always very... Read More helpful teachers around us jumping in to help us getting through these difficulties we had or helping us answer our own questions we could not figure out alone (or with our classmates). I really felt like I am part of a unique experience, almost like part of a family :), but even after the bootcamp, you can still remain part of this huge Le Wagon community which is an awesome feeling and what I am very grateful for.Read Less",Data Science - Full-Time,Data Science and Analytics +287957,10868,le-wagon,Diana Barroso,False,2021,Incredible Experience at Le Wagon Barcelona,2022-04-22,5.0,5.0,5.0,5.0,"Le Wagon is definitely a Life changing experience I would recommend it to anyone! The quality of teachers and teacher assistants is extraordinary; whenever I had a doubt or I was confused with an exercise, I always received guidance and never felt uncomfortable... Read More asking for help. The Barcelona crew was always supportive, helpful, empathetic and kind. It seems impossible going from none coding experience to being able to build an app in just 9 weeks!; But it is indeed possible! At Le Wagon you’ll learn the foundations and you’ll develop a way of thinking in which is easier to learn any other programming language. One of my favorite things about Le Wagon was that it felt as if we were a family, and even though that we were a super diverse group, we all came from different backgrounds and nationalities but among other things we had one special thing in common: We all wanted to change our life through learning to code.   Le Wagon is amazing by itself, but having the opportunity to do the bootcamp in a vibrant city such as Barcelona is a great add on!Read Less",Web Development - Full-Time,Web Development +287922,10868,le-wagon,Rayane Nordine,False,2022,Great bootcamp,2022-04-21,5.0,5.0,5.0,5.0,"Jamais je n'aurais cru qu'en 9 semaines j'allais vraiment pouvoir apprendre à coder. Eh bien si ! J'ai été surpris par le programme extremement bien conçu qui permet d'apprendre à programmer même si on a jamais touché au code auparavant ! L'équipe est... Read More sérieuse, sympathique, dispo et passionnée. Vraiment une super formation !Read Less",Web Development - Full-Time,Web Development +287916,10868,le-wagon,Francisca Abecasis Correa,False,2022,Amazing experience at Le Wagon Lisbon,2022-04-21,5.0,5.0,5.0,5.0,"For 9 intensive weeks, I had the privilege of being part of the Full-Stack Web Development Bootcamp at Le Wagon Lisbon. It was a truly mind-blowing, demanding, stimulating experience, and it is insane to see how much we have learned and progressed over... Read More only two months. I know what you are thinking, and no, I didn't have any sort of background in coding. I had never understood a line of code in my life before attending Le Wagon, and after only one month, I can proudly say that I found a job as a Web Developer!Read Less",Web Development - Full-Time,Web Development +287852,10868,le-wagon,Dan Amar,False,2022,Such a great knowledgeable experience,2022-04-19,5.0,5.0,5.0,5.0,"Before coming to Le Wagon, my knowledge of coding was very insufficient and pre-mature. Having the support of such knowledgeable and skilled teachers made learning so motivational and inspiring. Going through this journey with 19 other students, some... Read More with more, some with less coding experience than myself definitely made the experience easier. Big thank you to the whole team for all the support!Read Less",Web Development - Full-Time,Web Development +287850,10868,le-wagon,Diego Rafael Marrufo Vera,False,2021,The details that matter,2022-04-19,5.0,5.0,5.0,5.0,"Not all details matter the same A few days ago I read this tweet that said that perfectionism was the mistake of thinking that all details matter equally. For some reason, that has stuck with me. And I feel like it's a very appropriate quote to define... Read More what I like about Le Wagon: it's about the details that matter. We could talk in circles about learning or not learning Ruby. About focusing more on JavaScript. Maybe having a little more time with Rails outside of the frenzy of projects week. Fine. All of those would be valid observations. But, to me, those are details that don't matter that much. Because at the end of the day, I don't think those are the things that determine if doing Le Wagon is worth it. There's only so much you can do in 9 weeks, and I would have no other way of describing that time other than incredibly productive and exciting. While investigating other bootcamps many times I felt like they were selling a bit of a dream: 9 weeks and you will know everything. I always felt that Le Wagon was more honest and modest: in 9 weeks you will have solid fundamentals and yes, you will be ready to start working. As ready as you could ever be. Just be prepared to work for it and you will get all that you could ever need. I am gonna tell you the details that do matter to me: - That I felt and feel at home on campus - That I had some of the best teachers of my life - That I made friends that are dear to me - That I was able to work on something that I could be proud of - And yes, that I learned so much, so fast. And had a solid enough grasp to continue learning on my own. From the start, I always felt that things in Le Wagon were made with passion and care. Maybe, just maybe I feel the need to emphasize this because every now and then the memories from Vietnam resurface: my university, high school and language classes. A small sense of dread and apathy in the curriculum and the activities that you did on your day to day. Places filled with wonderful teachers that could only do so much before they were crushed by the vile and dumb institution they were part of. And for no good reason. I don't know how to explain the difference sometimes, maybe it's how well prepared all the activities and the platform is, maybe it's being surrounded by people with the same drive to learn that you have. But there is something very different and noticeable between the education that I received all my life and what I received in Le Wagon. Just a sense of ""Oh, yeah. This was how education was supposed to be all along"". I liked that the classes were very well thought out. That you had exercises with their tests to check against. That you had a ticket system. The great teachers. The teachers taking a little bit of time to show us things that maybe weren't directly related to the course, but that were maybe as important. Those 15 mins nerding about keyboard shortcuts and VS Code extensions, or the history of web development. The odd interview of Matz, creator of Ruby, where he jokes about the inevitable demise of humans to Terminator. Or that one time where a teacher showed us Conway's game of life, and we felt a little bit prouder about being programmers too. I know from learning Japanese that you don't *need* classes to learn something. You don't need university, you don't need a bootcamp. But you do need people. People that care. People that are a joy to work with. And you do need some structure, a good routine and someone to point you in the right direction. And those are the things that you will always find in Le Wagon.Read Less",Web Development - Full-Time,Web Development +287846,10868,le-wagon,Anonymous,True,2022,Amazing Experience,2022-04-19,4.7,5.0,5.0,4.0,"I started Le Wagon's Web Development bootcamp in Montreal in January 2022 as a full time student for 9 weeks. Before joining Le Wagon, I thought of learning web development on my own since I had some experience in programming, but I decided to go with... Read More the bootcamp since having a mentor and a fixed schedule makes it easier and faster to reach the end goal. After looking at my options in Montreal, I came to the decision that Le Wagon was the best option for me. Looking back at it, I’m glad I went with it since it made me realize how important it is to not just gain the necessary programming knowledge but to also know how to work in teams, brainstorm ideas to implement and mainly learn the skills needed to work as a professional developer. The teachers and TAs were some of the nicest people I’ve met, always giving their best to keep us motivated on our challenges and help us if we ever got stuck. After completing the bootcamp, I became confident in my skills and ready to start my career as web developer! Change your life, learn to code.Read Less",Web Development - Full-Time,Web Development +287845,10868,le-wagon,Filip,False,2021,Web Dev bootcamp,2022-04-19,5.0,5.0,5.0,5.0,"Such a great learning experience, the methodology used for learning coding is world-class! From knowing almost nothing about the subject to being able to build complex web-applications in a matter of 10 weeks. The school teaches Ruby on Rails which is... Read More a really intuitive language to learn, and gives you all the tools to become a professional developer.Read Less",Web Development - Full-Time,Web Development +287830,10868,le-wagon,pablo barcena - madrid,False,2022,My experience at Lewagon Spain,2022-04-19,4.7,5.0,5.0,4.0,"My experience at LeWagon Madrid has been very pleasant and very different from any other type of education I have received in my life. It is not necessary to know how to code, I would recommend it to anyone who wants to change the course of their professional... Read More life. The school is super modern. The teachers are always motivated, and they love what they do. Le Wagon has a very big community, and that’s the best thing to have after the bootcamp.Read Less",,Unknown +287815,10868,le-wagon,Mahtab Mahdavifar,False,2022,Still can't believe how much I learned!,2022-04-18,5.0,5.0,5.0,5.0,"I was working as a soft-skill trainer before joining Le Wagon. I signed up for the Amsterdam branch as I'd heard from a lot of people about the nice community of Le Wagoners there despite the fact that I don't even live in the Netherlands. It definitely... Read More exceeded my expectation. A well-designed curriculum, trained teachers and TAs who are very patient and know their learners well, the buddy system during the bootcamp and the pair programming method for the final project weeks and lots of fun activities to build a nice community are among the plus of this bootcamp. The career week after the bootcamp is one of the highlights as well. What is the minus? 10 weeks flies in a blink of an eye! The community stays forever though.Read Less",,Unknown +287777,10868,le-wagon,Stephan,False,2022,Great learning experience,2022-04-16,5.0,5.0,5.0,5.0,"Working as a business consultant, I wanted to add technical assets to my skillset. Le Wagon was the perfect match: it allowed me to develop these skills, thanks to its great pedagogical system and supporting teachers and assistants. The part-time program... Read More also offered me the flexibility to combine with my full-time job. 100% would recommend!Read Less",Web Development - Part-Time,Web Development +287770,10868,le-wagon,Anonymous,True,2022,My experience at Le Wagon,2022-04-15,4.7,5.0,4.0,5.0,"After finishing college with a Computer Science Degree, I worked for a year as a QA tester while doing personal projects. I decided to join Le Wagon to learn what it is to be a Web Developer and to move my career forward. Throughout the Bootcamp, I learned... Read More everything from the backend to the frontend. The last 3 weeks were the best part of the Bootcamp. In a team of 4, we had to build 2 amazing full-stack applications. One would be an Airbnb clone and the other is to connect waiters and restaurant owners. At the end of it all, we had to present it on stage, in Infront of many people. All in all, it was a great experience and I would definitely recommend it to anyone curious about Web Development.Read Less",Web Development - Full-Time,Web Development +287756,10868,le-wagon,Kieran Dunch,False,2022,TLDR: It’s a great program.,2022-04-14,5.0,5.0,5.0,5.0,"To sum up my experience at LeWagon: Fostering, ambitious, and transformative. leWagon is in the business of fostering new growth to succeed. LeWagon’s teaching structure is designed around incremental lessons and tests, with the support of excellent mentors... Read More and teachers to help you thrive. As a theatre producer entering into the world of tech, I never once felt out of place at LeWagon. The program sets an ambitious pace, starting from scratch and ending with two full scale projects in a team after just nine weeks. Choosing LeWagon was one of the greatest choices I could make, and I am coming out of it a different person. I am transformed not through losing my other skills and abilities in my previous work experience, but accumulating more skills that prepare me for the future.Read Less",Web Development - Full-Time,Web Development +287753,10868,le-wagon,Janaya Gripper,False,2022,The Le Wagon Community is invaluable.,2022-04-14,5.0,5.0,5.0,5.0,"On the surface, Le Wagon and the other bootcamps may appear to be the same (except Le Wagon was shorter and less expensive than others, but in the end that wasn’t even the main reason I joined). I went through the interview process for Le Wagon and another... Read More bootcamp at the exact same time and Le Wagon felt notably different from the start. I felt like I was treated more like a student than just a paying client. Joining Le Wagon and getting to know the staff and teachers only validated that I had chosen a good community with interesting people and teachers who were truly interested in me. You probably already know that bootcamps can be intense and stressful. As expected, we learned a ton in a short period of time and worked on numerous individual challenges, as well as two large group projects. We covered wide range of topics (obviously, it’s full stack) and gained a lot of experience - building apps, working with peers of different skill levels, designing, debugging - while having lots of fun along the way. But Le Wagon wraps all of those expected benefits up with engaging, interesting, and friendly people who care. And then that is built on a large alumni base and an international presence. For me the community factor makes all the difference.Read Less",Web Development - Full-Time,Web Development +287713,10868,le-wagon,Tiago Collot,False,2021,A rewarding experience that took me out of my comfort zone and showed me that there are no impossibles.,2022-04-13,5.0,5.0,5.0,5.0,"Since the very first moment I started at Le Wagon I noticed that I was surrounded by incredibly talented people. All the teachers and TAs were beyond words with their incredible energy and the effort they put into making sure that each and every student... Read More was having an amazing experience and whilst absorbing as much knowledge as possible. Those were 10 super intense weeks that made me grow and stretch my own limits, with this said I finished the course feeling that there are no limitations. I would recommend the Le Wagon Full Stack Development course to anyone who wants to learn coding and change their lives.Read Less",Web Development - Full-Time,Web Development +287698,10868,le-wagon,Marie,False,2022,Amazing experience,2022-04-13,5.0,5.0,5.0,5.0,"I can really recommend the Data Science bootcamp at Le Wagon in Lisbon. It was an intense, but extremely rewarding experience where you learn something new every day. The course is very well organised and the teachers have a lot of knowledge and experience.... Read MoreRead Less",Data Science - Full-Time,Data Science and Analytics +287695,10868,le-wagon,Alexander French,False,2022,"Fantastic, would recommend, even for more experienced programmers",2022-04-13,4.7,5.0,5.0,4.0,"I signed up with Le Wagon after teaching myself to code for just over a year and working out that Data Science was where I wanted to go. I chose Le Wagon because it was the best in-person, Data Science course I could find in Amsterdam and the surrounding... Read More area that also had support for the job hunt afterwards. As a self-taught I arrived at the course already knowing much of the material and primarily looking to round off any sharp edges on my skills and take advantage of the job-market assistance and alumni network. I was not disappointed. Their lesson structure allows for a great range of student ability. Even coming into the course knowing 70% of the material I was still challenged every day! The teachers and students alike were great to be with and I remain in touch with many of them. Would absolutely recommend, even if you already have some of the course material under your belt. I would advise doing AS MUCH PREP WORK FOR THE COURSE YOU POSSIBLY CAN. But that’s just my approach. Best of luck with everything!Read Less",Data Science - Full-Time,Data Science and Analytics +287677,10868,le-wagon,Onur Karadeniz,False,2022,Amsterdam - 746 - Part time Web DEv,2022-04-13,5.0,5.0,5.0,5.0,"I have joined Le Wagon in October 2021 for the part-time Web Development class. The reason I joined was to increase my technical skills and hopefully find a job in the industry. I am extremely happy and satisfied with the choice I made because Le Wagon... Read More does not only teach how to code but they also do it in a fun way where you can code and have fun. I am now a Data Analyst and using all the skills I have learned at the Bootcamp. I would highly recommend anyone and everyone to pick Le Wagon if they are interested in coding. Kind regards, OnurRead Less",Web Development - Part-Time,Web Development +287676,10868,le-wagon,Afonso,False,2022,"An intense but worthwhile experience in the world of coding, accompanied by amazing people that love what they do and help others throughout their journey.",2022-04-13,5.0,5.0,5.0,5.0,After 10 intense weeks of the Le Wagon's full stack web development bootcamp and it was one of the best journeys I've ever had. It gave me the tools I need to embrace this new challenge of web development and in such a short amount of time but quite intense.... Read More A big thank you to all of Le Wagon Portugal for all the help and dedication given in kickstarting this new chapter.Read Less,Web Development - Full-Time,Web Development +287660,10868,le-wagon,Francisco Mendonça,False,2022,The place to learn to code if you are in Lisbon,2022-04-12,5.0,5.0,5.0,5.0,"Le Wagon was a truly rewarding experience thanks mostly to the ever-present and knowledgable staff, teachers and ta's who made the journey that much more enjoyable. The Lisbon campus location is amazing, with a relaxed feel, outdoor space, and both a... Read More huge lecture room plus an open space where you can work together with your assigned buddies. There was also time to attend lunches with tech companies, events on campus and more activities the staff planned for the time we were there. The course felt very well structured with a great online platform, that tracks your progress, and allows you to review lectures, workshops, and live demos of exercise solutions. If the course itself wasn't amazing enough, the career week after the BootCamp where they advise you on CV, Github, Linkedin, and other job search tools, plus a job fair and several workshops related to tech, really get you on a roll to go and find your first job in the tech industry. In short, couldn't recommend more and would definitely do it again!Read Less",Web Development - Full-Time,Web Development +287646,10868,le-wagon,Corentin Peyresblanques,False,2022,Simply the best,2022-04-12,5.0,5.0,5.0,5.0,"Simply the best place if you want to learn to code! I went there knowing almost nothing about code (coming from a financial background) and today I'm fully able to build a tech product. It only took 9 (intense) weeks, supported by the best staff and buddies,... Read More to go from learning the basics to building a fully functionnal tech product. And if you don't belive me, just check our final project : http://thefoxtail.me 10/10, would recommend ;)Read Less",Web Development - Full-Time,Web Development +287642,10868,le-wagon,Anonymous,True,2022,"Great learning, experienced and helpful staff",2022-04-12,5.0,5.0,5.0,5.0,"I learned a lot in just 9 weeks! I like that there is always someone available to answer our questions, and challenges are pretty well-honed. I had a great time in this intense data science course. It is a great way to upscale your data skills. Plus,... Read More there is a very active alumni community.Read Less",Data Science - Full-Time,Data Science and Analytics +287641,10868,le-wagon,Benjamin Saint Viteux,False,2022,No regrets at all !,2022-04-12,4.7,5.0,5.0,4.0,Before going to Le Wagon I was working in a BioMarket after studying advertising. I wanted to change my life on the long term and I don't regret it ! The training was intense but I never felt lost or behind. The platform and teaching process is very well... Read More though and the buddy system helps build a good spirit among the students. You end up with a solid background and good enough knowledge to go and live the code life !Read Less,Web Development - Full-Time,Web Development +287623,10868,le-wagon,Ella Skolnick,False,2022,Amazing Experience,2022-04-11,5.0,5.0,5.0,5.0,"Before joining Le Wagon I had just graduated from university having studied English and Creative Writing. While I enjoyed my degree I felt completely lost when it came to what I was going to do next. That’s when I decided to start looking into coding... Read More and found Le Wagon. After starting the course I realised I had made the best decision. I enjoyed everyday, even when things weren’t easy. The TA’s were amazing and so supportive throughout! They kept telling us to trust the process and they were so right! Before Le Wagon I wouldn’t believe you if you told me I would learn to and actually build my own Web App in just 9 weeks. I am so grateful for Careers Week as it helped me find the direction that I was lacking before joining the Bootcamp!Read Less",Web Development - Full-Time,Web Development +287531,10868,le-wagon,Giovanna Jaramillo-Gutierrez,False,2022,Fantastic learning experience,2022-04-08,5.0,5.0,5.0,5.0,"Le wagon bootcamp was a very exciting challenging experience for me. Beyond the coding itself, I have gained an understanding of full stack web development concepts from product design to MVP, and the skills to collaborate on projects on GitHub with the... Read More other developers. The learning environment is fast-paced, exciting and fun. Le wagon staff are incredibly friendly and helpful. I was very impressed by the teachers; they are always patient, accessible and were able to put themselves in the students’ shoes to explain difficult concepts in a clear manner. They have a real passion for sharing their experience and expertise. Moreover, having access to the “Le Wagon global community” beyond the bootcamp is a fantastic resource for networking and meeting interesting new people that entered the tech world coming from untraditional backgrounds across cities. One of the highlights for me was demo day, where we got to present our final team project, put together in less than 2 weeks.Read Less",Web Development - Full-Time,Web Development +287518,10868,le-wagon,Catherine Martin,False,2022,Great experience,2022-04-08,5.0,5.0,5.0,5.0,"Before Le Wagon I was a QA Analyst for a mobile app. As much as I enjoyed it, I wanted to be the one writing code not just testing. I joined Le Wagon’s London batch in January and I honestly have nothing but great things to say. They keep their lessons... Read More up to date so you're learning the most recent material, their teachers/ TAs are super patient and kind, and I made some great friends along the way. What I like the most about Le Wagon is that they have an entire community for alumni, so if you're ever stuck or maybe need some advice, there's 15,000 fellow alumni to help! There's also a really awesome Career Week at the end of every batch that prepares you for writing a strong CV, cover letter, and what to expect in a tech interview. After I finished Le Wagon I was able to land my first web developer role within three weeks of finishing the course. Not only did Le Wagon teach me what I needed to succeed in tech, it helped build my confidence in my ability to work in tech as well.Read Less",Web Development - Full-Time,Web Development +287508,10868,le-wagon,Laura You-Li Chen,False,2022,Amazing Journey,2022-04-07,5.0,5.0,5.0,5.0,"Before the bootcamp, I was lost in my future path. I didn't really know what I wanted to do but I did know that I love coding. It's easy to learn coding online nowadays however there's not a lot of structure learning on your own, I didn't know where to... Read More start. I was looking around for a bootcamp for guidance and landed on Le Wagon. I loved the fact that there was an in person option. I had such an amazing experience with wonderful people. Not only did I learn how to code but I have learnt how to build a project with teammates, which I am very proud to present; Seamify, my final project!Read Less",Web Development - Full-Time,Web Development +287498,10868,le-wagon,Solomon Karim,False,2022,Would recommend to anybody interested in learning to code!,2022-04-07,4.7,5.0,5.0,4.0,"I attended the Le Wagon Web Development bootcamp (full-time) in January 2022, coming from a background as a telecommunications engineer. I’d spent around 3/4 months teaching myself the basics using online resources before deciding to bite the bullet and... Read More commit to the bootcamp. I was super nervous about quitting my job to pursue a complete career change, but now that I’ve completed the bootcamp I can say that I absolutely loved it and I’d recommend it to anybody considering learning to code. The structured learning format meant that I probably learned more on the first week of the course alone than I had done in the previous 4 months trying to teach myself. Make no mistake - the course is very intense and fast paced, but how else can you learn all the skills of a web developer in just 9 weeks? The course was presented in a hybrid format (have the option of working from home or on campus) which I found worked really well, but I definitely felt like I gained more from being on campus in person. The thing that I enjoyed most about the course was the people - the teachers, staff & other students. In my batch, I met some amazing students who I’m still in contact with & there is a very social culture. The teachers & staff are also so friendly and supportive, and the majority of them are graduates of the course themselves so they know exactly how you feel - any anxieties you might have etc. This really reassured me whenever I was having any self-doubts about whether I was keeping up with the pace of the course.Read Less",Web Development - Full-Time,Web Development +287469,10868,le-wagon,Freddy ABELARD,False,2022,Amazing experience,2022-04-06,4.0,4.0,4.0,4.0,"Before the bootcamp I was searching for a job, and during my research I realized that I needed to improve my skills! So I discovered Le Wagon and decided to register in Montreal. I have no regrets about my choice because the experience was amazing! The... Read More way I learned new things and met new people was exactly what I was waiting for. Thank you to Le Wagon Montreal for this opportunity, I recommend it to everyone who wants to learn how to code in a really good environment & with a great community!Read Less",Web Development - Full-Time,Web Development +287390,10868,le-wagon,Guillem,False,2022,Do it!,2022-04-05,3.7,4.0,4.0,3.0,"Le Wagon bootcamp was extremely helpful to gain strong fundamentals on software engineering. The key of its success is how it is structured, all the topics are broken-down and ordered in a perfect fashion that allows the student to be fully capable of... Read More following the lessons and do not get ""too frustrated"". For me, a non-coder, it has been the perfect bridge to the software engineering world. I feel very fortunate to have had the opportunity to join it and I will strongly recommend it to anyone who asks!Read Less",Web Development - Full-Time,Web Development +287374,10868,le-wagon,Miquel Espinosa Brey,False,2022,A 9-week life changing coding bootcamp,2022-04-04,5.0,5.0,5.0,5.0,"Before applying to Le Wagon, I used to work as a Bank Clerk coming from an archaeology background. The unprecedented Covid pandemic hit, and I had to find a way of reinventing myself and acquiring a new skill set that would provide me an assured future,... Read More a way of settling down. That’s how I discovered Le Wagon’s Web Development bootcamp, an immersive 9-week course that completely changed my life. Not only for the unmeasurable valuable knowledge obtained, but for the equally worth friendships made along the way as well. If you ever decide to take part in the bootcamp - I can assure you that it’s going to be one of the most intense, insightful and fast-paced experiences. But as they say, time flies when you’re having fun, right?Read Less",Web Development - Full-Time,Web Development +287369,10868,le-wagon,Valerie Chang,False,2021,Life Changing Experience,2022-04-04,4.7,5.0,4.0,5.0,"From the coding skills to the life-long friends to the confidence I’ve gained, Le Wagon is truly a life changing experience. I loved the buddy system which allowed me to develop strong relationships with each and every person in my class and now I genuinely... Read More feel that I have the support from my classmates, the LeWagon team and teachers to be successful as a web developer. The final project really solidified everything I learned in the previous 7 weeks and it was a very proud moment for me and my team when our web app whose idea I came up with was developed, deployed and finally pitched. I would recommend Le Wagon to anyone who wants to learn the skills, is up for a challenge, and loves to be part of a close community.Read Less",,Unknown +287357,10868,le-wagon,oisin o dochartaigh,False,2022,Amazing experience. Highly reccommend,2022-04-04,4.3,5.0,4.0,4.0,I attended the Full-stack web dev bootcamp in Cologne Germany. Amazing experience. The teachers and staff are very well trained and know how to help you achieve your goals! The syllabus is extremely practical and was developed with the intention of making... Read More you ready for the real world as fast as possible as a developer!Read Less,Web Development - Full-Time,Web Development +287239,10868,le-wagon,cristian jeraldo,False,2022,Le Wagon Data Science full programme,2022-03-30,5.0,5.0,5.0,5.0,"pros: Really well structured programme. Excellent support from Teacher Assistants. International outlook. Cutting-edge topics. Hands in the dough experience. cons: Very intensive, you must be well prepared and have a proper background in SQL, python,... Read More Pandas, Numpy (among others) to really take advantage of all the subject developed during the bootcamp.Read Less",Data Science - Full-Time,Data Science and Analytics +287234,10868,le-wagon,Lorenzo Fiorista,False,2022,Trust the process!,2022-03-30,5.0,5.0,5.0,5.0,"After I graduate from university in a very different field, I had the opportunity to join the part-time web development course fully remote. Because why not learn something new? Completely new. I had my doubts, of course. I mean, belevie me when I say... Read More I knew nothing, I didn't know what slack was nor I had zoom installed in my laptop. But I wasn't alone. During the monthes spent in the Le Wagon community I was guided in every single step, from the beginning to the end. To the point that I was able to work on several projects with awesome teammates, and proudly so! I'm not saying that sometimes it wasn't overwhelming: it's supposed to be; especially for absolute beginners like me. But I will say that if you are willing to endure a little bit of frustration in exchange for actual useful skills that will help you shape your future path, well, go for it!Read Less",Web Development - Part-Time,Web Development +287202,10868,le-wagon,Pablo Wilner,False,2022,Amazing experience,2022-03-29,5.0,5.0,5.0,5.0,"After a couple of failed attempts to start coding through online courses I signed up for the full stack web development 9 weeks bootcamp at Le Wagon Madrid. It was an amazing experience from beginning to end! The course is very well organized and structured,... Read More with excellent tools and a great environment that help you make progress every day. Teachers, staff and students were all super committed in helping everyone make the most out of this collaborative learning experience. Highly recommend it if you are thinking of taking your first steps as a developer, or just want to close the gap with technology teams, which was my case as an industrial engineer working in operations and business tech organizations. Thanks Le Wagon for everything!Read Less",Web Development - Full-Time,Web Development +287100,10868,le-wagon,Víctor Serapiglia - Madrid,False,2022,Outstanding!,2022-03-25,5.0,5.0,5.0,5.0,"When I started this journey I was just someone who thought that I was simply going to learn an useful skill and that was going to be it, just another but very intense course, I couldn’t have been more wrong. The quality of their teaching, the welcoming... Read More environment that is very needed when it comes to learning a complex subject such as this and the people that represents to be someone that studies in LeWagon (without trying to brag so much) were all astounding! On top of that once you’re done with the bootcamp; all the support you still feel from them and the ever useful tool that we’re going to be able to access to every time I need a place to get references and help makes this worth it. This is one of the most enjoyable experience I’ve had as a student and something I’ll carry with me on my future career as a web developer as well as on my daily life.Read Less",Web Development - Full-Time,Web Development +287028,10868,le-wagon,Sol Buker,False,2022,Le Wagon Madrid,2022-03-23,4.7,5.0,4.0,5.0,"While studying bioengineering I came across several elements of coding which I was always curious about and I felt the need to learn more about it. After some research I found Le Wagon and liked its intense pace and learning environment. I did the 9 week... Read More bootcamp in Madrid, batch 785. I learnt a lot in a short amount of time, HTML, CSS, Ruby, Rails, JavaScript and lots of other things. It’s amazing everything you can learn in a short amount of time. Everyone is very friendly and always willing to help. I met very interesting people from all over the world and made lots of friends. You’re coding everyday, and with help from the teachers and TAs you end everyday knowing a lot more. My experience was great and I would recommend Le Wagon to anyone who wants to start a career in web development and is committed and willing to devote a lot of energy and hard work.Read Less",,Unknown +287027,10868,le-wagon,Barbara,False,2022,Amazing,2022-03-23,5.0,5.0,5.0,5.0,"After discovering that I was very interested in programming, I enrolled in Le Wagon’s full stack development bootcamp without knowing much about it. From the first day, all of the teachers and staff were very welcoming, and always were available to help... Read More us if we had any problems. It was a very positive environment. Every day, there was a nice combination of interesting lectures and challenges, and two projects at the end of the bootcamp. Starting with almost no coding knowledge, I was able (with a team) to build two functioning websites from scratch. It was a very intensive but very rewarding learning experience. I would definitely recommend it to any of my friends and family. Le wagon allowed to adquire enough knowledge to apply for jobs, and right now I am applying for web development jobs working remotely for all over the world!Read Less",Web Development - Full-Time,Web Development +286912,10868,le-wagon,Laura Bonnet,False,2022,Great bootcamp,2022-03-18,5.0,5.0,5.0,5.0,"I had an amazing time learning in Le Wagon Data Science bootcamp. The program is well structured and well organised so you build knowledge day after day. The 9 weeks are intense, but you're never alone, all the staff and and TAs have been a great help... Read More during this journey. I strongly recommend the bootcamp for anyone that want to upscale their technical skills and embrace a career in Data Science.Read Less",Data Science - Full-Time,Data Science and Analytics +286823,10868,le-wagon,Nina Damaso,False,2022,Great experience!,2022-03-16,5.0,5.0,5.0,0.0,I had a great experience with Le Wagon! It was an intensive but very interesting 9 weeks where the very complete curriculum covers the most important topics to work as a data scientist. I also enjoyed very much the great team and very supportive and helpful... Read More teachers and TAs. I can definitely recommend it!Read Less,Data Science - Full-Time,Data Science and Analytics +286343,10868,le-wagon,Matthieu Muller,False,2021,Best decision of 2021,2022-03-02,5.0,5.0,5.0,5.0,"After 4 years in the Banking & Insurance sector and a confined year, I signed up for the web development bootcamp to learn how to code a website, to consider a new way of thinking, and especially to better understand the professional exchanges with the... Read More Tech teams. Today, I am happy to confirm the opinions of other alumni at Le Wagon ! The mutual help between students fuels our motivation and despite a level close to zero in programming, the Wagon team is present to accompany us with kindness in the challenge. At the end of the training, the objective was reached ! I continue to create websites and a new job was offered to me in connection with my activity and my new digital knowledge. If you have always been interested in this field and never dared to take the plunge, I recommend this training with my eyes closed.Read Less",Web Development - Part-Time,Web Development +285570,10868,le-wagon,Cyril Aubry,False,2021,Great bootcamp,2022-02-03,4.7,5.0,5.0,4.0,"I’ve had a great time at Le Wagon. The Data Science bootcamp journey was intense but well worth it. After those intensive 9 weeks, I was writing code, cleaning data and building data pipelines with fluidity and without thinking too much about it which... Read More was surprising, in the most satisfying way. The days are well structured and you are building new knowledge day after day. The TA support system that is in place is very effective and there is always someone here to help you, usually under a minute when you are facing a tough challenge. I also really enjoy the fact that Le Wagon is here to help you in your job search after the bootcamp, that you have access to a great alumni community, and that you can keep it touch with everyone via Slack.Read Less",Data Science - Full-Time,Data Science and Analytics +285437,10868,le-wagon,Sofia Alvarez,False,2021,Best place to dive into the world of programming,2022-01-29,5.0,5.0,5.0,5.0,"I was a pastry chef before Le Wagon, with a background in sound design and electronic arts. I was always interested in technology but had struggled to succeed in an academic environment. As such, my priority in choosing the right bootcamp was the school's... Read More learning process and their experience with neurodivergent students. I was able to address these concerns with Le Wagon very early on in the initial interviews, and they were transparent and supportive throughout. I chose to do the full-stack certificate part-time and completed it in November 2021. It was one of the most challenging and enriching experiences I could have signed up for. Le Wagon has an excellent curriculum structure. They emphasize learning how to learn coding, with plenty of resources to absorb and practice the material. The teachers are all amazing and they ensure you have a solid foundation, challenging you to the why's and how's of the concepts you're applying during problem-solving. In the spirit of ""dogfooding"", every teacher and TA you encounter is a graduate of Le Wagon's bootcamp themselves, making it easy to trust the process. The biggest takeaway for me personally was the confidence the bootcamp gave me in my capacities to learn and how far I could go with my skills. It was incredibly rewarding to create something from start to finish alongside classmates that became my friends. On top of the unique challenges that came with designing and developing our first web applications, we learned about technical workflows and project management strategies on the fly. Although it felt overwhelming at times, the teachers were there to support us every step of the way. You are given everything to flourish as a brand new developer, including resources after graduation for job-hunting and continuous learning. Beyond your first network of classmates and TA's, Le Wagon has a huge international community of alumni, with a diverse ecosystem of developers, entrepreneurs, product designers, and managers. As an alumna myself, I find this is one of the greatest strengths of their formula. True to their motto, learning to code is life-changing. I would do this bootcamp again in a heartbeat and recommend it to anyone looking to take the plunge into the world of coding.Read Less",Web Development - Part-Time,Web Development +285420,10868,le-wagon,veronica vargas zaraza,False,2021,One of the best learning experiences i've had,2022-01-28,4.7,5.0,4.0,5.0,"Le Wagon was a life-changing experience for me. I wanted to take in new challenges and move to a software development position but didn’t know how to start and going to school full time wasn’t an option for me. So Le Wagon was godsent for me. From day... Read More one I was just allowed to learn and face new challenges. To do fun stuff, make mistakes, see different ways of doing things, and learn from that. It was great for my self-esteem as well as teaching me everything that there was. It was hard work, but in between the teachers, tas, and my classmates, I truly felt like I could do it. And even now I still connect with them and they still help us find opportunities by showing us job fairs or setting up meetings with recruiters. Honestly, I’m so thankful it happenedRead Less",Web Development - Part-Time,Web Development +285305,10868,le-wagon,Melanie Couronne,False,2021,FullStack Dev in Bordeaux,2022-01-25,4.7,5.0,5.0,4.0,"I joined the FullStack training from October to December 2021, batch 733, in Bordeaux (France) and I highly recommend this training! I had no knowledge of web development and I can now design web apps. Goal achieved! The teachers are attentive and caring.... Read More No judgment is made on your results. The content and educational materials are of high quality and fun. But don't be surprised, the training is intense and requires strong involvement!Read Less",Web Development Course - Full-Time,Web Development +285206,10868,le-wagon,Kevin Hookumchand,False,2021,Bootcamp experience,2022-01-21,5.0,5.0,5.0,5.0,"The two most amazing things happened to me this year, first, my son was born, and second, I was able to change career paths with the help of Le Wagon!! I took the 24-week part-time coding bootcamp and it was everything I expected and more!! I have to... Read More say, this was one of the hardest programs I have ever done but with the help and support of the Le Wagon teachers, I was able to realize my dream of becoming a full-stack developer. Thank you Le Wagon for the opportunity to learn something new and to make a life-changing decision.Read Less",Web Development Course - Part-Time,Web Development +285117,10868,le-wagon,Umberto Najar,False,2021,The best choice !,2022-01-19,5.0,5.0,5.0,5.0,"Before joining Le Wagon Montreal, I was working as an E-Commerce & CRM Manager at L’Oréal Canada. Halfway through 2020, I decided to change careers and move towards product management. The goal was therefore to start gaining relevant experience to get... Read More a job as a Product Owner or Manager. I already had the business experience but was missing the tech/dev side of things. That’s when I started searching for a web development bootcamp which would ultimately allow me to better understand the technicality behind the job of a developer allowing me as a Product Manager to better communicate with a tech team. Le Wagon was the perfect opportunity to reach my objective. First, as a student, you are incredibly well supported and guided which is super important when learning a new subject. Second, you have short theoretical classes during the morning and the rest of the time is allocated to practical and hands-on challenges which allow you right from the beginning to get a sense of what it would be like to work as a developer. Indeed, you sometimes need to find solutions on your own using the web which is exactly how you would proceed as a real developer at any company. Last, once we had learned a crazy amount of new information during those first 7 weeks, we started working during the last 2 weeks, in groups of 4, on our final project. That’s when we started using all the knowledge we received on a real and concrete project. The final project helped me better understand what it would be to work with a team of developers, the challenges, and the opportunities. If you are looking for a career change within a tech role I recommend Le Wagon as you have access to an amazing learning experience and a huge alumni database that will help you land a job right after the bootcamp.Read Less",Web Development Course - Full-Time,Web Development +284986,10868,le-wagon,Jan van Heusde,False,2021,Highly recommended,2022-01-15,5.0,5.0,5.0,5.0,"I would highly recommend to anyone thinking about doing le wagon bootcamp to give it a go. I myself was not so certain at first since I really didn't know anything about web dev and if it was the right thing for me. I still gave it a shot and I can only... Read More recommend that others do the same. The structure or learning is really optimal to both give you a lot of skills and information as well as keeping you engaged and genuinely enjoy coding. The team there were all amazing, happy to help with anything but more importantly they were genuinely interested in making the best out of the bootcamp experience for you. It's amazing that by the end of the 9 weeks my team and I were able to make a fully functional app called bloom that was capable of doing more than I could have ever imagined.Read Less",Web Development Course - Full-Time,Web Development +284916,10868,le-wagon,Kyung Ho Shin,False,2021,So glad I chose Le Wagon,2022-01-12,5.0,5.0,5.0,5.0,"Before joining the bootcamp, I was working as a retail store manager for 3 years. I always knew I wanted to find a career in the IT field, but didn’t know where to start. For several months before joining the bootcamp, I did a lot of research to find... Read More the right program for me and finally decided to join Le Wagon’s 9 weeks full-time intensive web development bootcamp as it seemed the most promising out of all the options. I just finished the bootcamp last week and I’m kind of sad that it went by so quickly. The program is amazingly well structured with full of resources. With all the well-prepared lectures, live coding, daily challenges, and many other given resources I learned so much in these 9 weeks. When the program is not long we can feel the progress day by day. Throughout the whole bootcamp, the teachers have been very caring and have always been there for us to answer any question and encourage us. It was a pleasant experience to be surrounded by good positive energies. My favorite part was the last 2 weeks of the bootcamp where I teamed up with 3 other students for the final project. It’s amazing how we created a nice-looking and functioning mobile-based web app with what we learned in less than 2 months. We learned to work as a team and it’s mostly during this project where we applied what we learned from the bootcamp to the real applications. The last week of the bootcamp was the career week where we met many different companies and recruiters. It helped me to decide which path I want to take after the bootcamp and prepared us for the future. I’m very thankful that I’m a part of the Le Wagon community and still have access to all these resources that Le Wagon provides us. They even provided us with suggested guidance we can follow for the next 6 months after the bootcamp. Just like any other developer, I will always have to learn more and more and I’m feeling pretty confident since I learned to learn with Le Wagon.Read Less",Web Development Course - Full-Time,Web Development +284879,10868,le-wagon,Janka,False,2021,Intensive web development bootcamp,2022-01-12,4.0,5.0,4.0,3.0,"Awesome 9 weeks of intensive coding, and when they say intensive - it is intensive, trust me:) Having a bit of background in web development or coding or any IT related experience will be a huge plus, since this is what I realized comparing students who... Read More were lagging bit behind to the ones who were more comfortable (because they had some experience in IT related areas). Honestly, some days I felt like giving up due to the workload and comprehensive program, but teachers have been so helpful and encouraging that it helped a lot and as a results was able to enjoy the course and finish with awesome two projects. The fact that there is a teacher rotation where they come from different campuses and countries is actually cool, since you will be exposed to different people with different backgrounds, hence it is also a plus for networking. The atmosphere in Dubai campus is very friendly, staff is chill and very helpful that it feels like they are your friends. Overall, I'd definitely recommend doing the courses if you are really interested in web development and do have time to commit yourself in developing further in this area.Read Less",Web Development Course - Full-Time,Web Development +284849,10868,le-wagon,Lauriane NATHOU,False,2021,The best launch to the code world,2022-01-11,5.0,5.0,5.0,5.0,I did the bootcamp in Bordeaux in the fall of a web developer and it met all of my expectations. The wagon is a community almost a family. The teachers and assistants are professionals who know exactly what we are learning and how we live these intense... Read More 9 weeks. It's a great human adventure and an incredible professional opportunity for our entire future career.Read Less,Web Development Course - Full-Time,Web Development +284786,10868,le-wagon,Anna Waldorf,False,2021,100% recommended Le Wagon Cologne,2022-01-08,4.7,5.0,5.0,4.0,"I can highly recommend Le Wagon Cologne, if you are looking for a Coding Bootcamp! 👩🏽‍💻 I came to Le Wagon seeking for a new skill that would enrich my portfolio and would give me to opportunity to change my career direction from advertising & marketing... Read More to the tech world. This was 100% fulfilled. ✅ At the beginning I felt a little bit overwhelmed by all the new input, but the way Le Wagon is structured was just a big help to get into it. We worked everyday with a different ""buddy"" to exchange ideas, learn to help each other and motivate us.👫 Also there are assisting teachers at any time, who patiently answered my questions or helped me further when I got stuck in some challenge. 🧑🏻‍🏫 All the staff is very, very nice and make you feel family-like for that time. Thank youuu!Read Less",Web Development Course - Full-Time,Web Development +284740,10868,le-wagon,Pierre Deneuville,False,2021,A great door to Tech world and/or awesome career boost,2022-01-06,5.0,5.0,5.0,5.0,"I enrolled into the full-stack dev program in 9 weeks at Le Wagon Bordeaux, and I can confirm that it lives up to its reputation, and even beyond! It’s both complete and very actionable: what you learn there sticks to the reality of application development... Read More in the world of Tech. So yes, it's hard, but you can't learn a lot, that fast, without effort! Fortunately, everything is well thought out : Well-constructed preparatory work, progressive difficulty in the courses and exercises, online resources, a strong spirit of mutual help between students, and the permanent support of the professors throughout the program. The training is not only for developers: Coming from Product Management, I wanted to learn to code to acquire a solid technical background, which would allow me to be more relevant in the development of solutions with technical teams, and more autonomous in the prototyping of my ideas. I came out of these 9 weeks with the technical skills I was looking for, and a very good memory of this Bootcamp. In addition, Le Wagon community is wide and active, and the quality of events organized in Bordeaux allowed me to enrich my professional network. In short, I highly recommend it!Read Less",Web Development Course - Full-Time,Web Development +284699,10868,le-wagon,Monica Randriamialy,False,2021,The Best Bootcamp,2022-01-05,4.7,5.0,5.0,4.0,"Before joining the Bootcamp, I worked as a digital marketer for more than 6 years in the travel industry and co-founded a marketing lab agency. During these years, I also learned the basics of HTML, CSS, and the web, in general, to build data-driven marketing... Read More campaigns for my clients. On the side, I developed a taste for user interface design and user experience. Three months after my daughter was born, my family and I moved to Madrid, Spain, for my husband’s studies. In the meantime, I decided to join Le Wagon Madrid Bootcamp to sharpen my coding skills and finally have the courage to build web applications. This was also an excellent opportunity to be part of a community of code learners and problem solvers. I particularly appreciated the learning pace, which was fast but very well delivered by the teachers, TAs, and Kitt, Le Wagon’s learning platform, full of guidelines with best practices and resources. The two last weeks were one of the most intense in my life, as my team and I were building Story Deck, a product that I pitched during the Bootcamp. The Le Wagon Madrid team helped us manage our coding vs. relaxing time throughout the process. They were very supportive and open to listening to our emotions and feelings (sometimes classmates can get tense over a line of code). Not only has this been a great way to learn “How to learn to code,”; Le Wagon was also a fantastic human experience I recommend to everyone passionate about building great products in teams. I wish there was a Wagon for my daughter too.Read Less",Web Development Course - Full-Time,Web Development +284695,10868,le-wagon,Ting Ting,False,2021,Best Learning Experience,2022-01-05,5.0,5.0,5.0,5.0,"I previously worked in the banking industry as a Business Major but always wanted to upscale my technical skills, which is why I decided to join a bootcamp. I chose Le Wagon because of the diversity of people that typically are admitted into this bootcamp... Read More both in their experience and in their cultural background. Additionally, I wanted to be a part of a collaborative and supportive network of people always willing to help each other. Le Wagon has offered me all of those: a supportive community where everyone is extremely willing to help even after completion of the bootcamp, including teachers and staff, from any of their campuses throughout the world. The curriculum is great and really, you have to trust the process, because it may seem crazy to think that in such a short period of time you will feel confident in making a web application on your own, but it does happen. Beyond the intensity of the whole learning experience, the buddy system is great: we pair up with other students everyday in order to help each other or get a different perspective on the coding challenges, and the final team project was the cherry on top. All in all, it was a great experience that I am so happy I quit my job for. I feel confident about my coding skills and the bootcamp cares to make sure you are on the right track after graduation by suggesting all the tools and courses that will help you grow further. Le Wagon most definitely does not end at graduation!Read Less",Web Development Course - Full-Time,Web Development +284687,10868,le-wagon,Muhammadjoni Rahimzod,False,2021,Le Wagon - Next best decision of your life!,2022-01-04,4.7,5.0,4.0,5.0,"After graduating from CS major and having a little Software Engineering experience, I was kind of lost with all the future ideas and job search. However having everlasting entrepreneur mindset had brought me to the Le Wagon to grasp all the skills one... Read More needs for Full-stack Development within a short period of time. In this 9 weeks not only I gained some new skills, but also I have mastered some of my previous ones, got into the big family of Le Wagon community, been part of amazing batch, got lifetime coding partners and the most important one - learned how to learn fast. Now that I have all the power programmer needs, exploring the world and sharing the knowledge... What else one needs for happiness?Read Less",Web Development Course - Full-Time,Web Development +284685,10868,le-wagon,Talibov Alaskar,False,2021,Excellent!!,2022-01-04,5.0,5.0,5.0,5.0,"Being a translator by profession, when I joined the 9-week intensive web development course at Le Wagon, I had a hard time keeping up with the classes because it was so intensive. I felt a bit lost the first two weeks, having the feeling that I was the... Read More only one behind everyone else in the ""class"". Little by little, you adapt, you take things in hand and you move forward. You have to be able to follow the rhythm, but the teachers, TA (teacher assistants) are very nice and help you when you get stuck during the coding challenges. The bootcamp provides students with immense resources (videos, access to exercises, and their solutions, etc.). The training is indeed expensive, but it's worth it. In the last 2 weeks of the course, you also have projects that you will build from A to Z as a team and present during a DemoDay. At the end of the training, Le Wagon organized the Career week where we had the opportunity to meet some companies. Honestly, I liked my experience at Le Wagon. I would say that Le Wagon is also a great human experience, which allows me to meet people from very different backgrounds.Read Less",Web Development Course - Full-Time,Web Development +284668,10868,le-wagon,Gonzalo Guerra Figueroa,False,2021,Life Changing,2022-01-04,4.7,5.0,5.0,4.0,"I came into the bootcamp not knowing anything about writing code and thinking HTML and CSS were coding languages. I graduated with a fully envisioned project using various frameworks and knowledge to build any website or webapp I can think of. What I... Read More wasn't ready for was the fact that not only did i acquire knowledge, but i also came to be part of a great batch, a group of people that by the end I could in fact call my friends. The day to day work was made easy by this fact and we were able to lean on each other and learn from each other in a more dynamic an organic way. Our batch driver and community manager as well as the teachers and TA's did everything in order to make us feel at home during the bootcamp. Their always ready to help attitude was a real help during the more stressful times of the course. The experience would have been perfect if not for the career week that due to things that were out of Le Wagon's control felt a little bit detached in comparison to the rest of the experience. I am very grateful to the work and to Le Wagon for everything and I truly recommend it for anyone looking to change their life through code.Read Less",Web Development Course - Full-Time,Web Development +284613,10868,le-wagon,Romain Jumeau,False,2021,A great adventure,2021-12-30,5.0,5.0,5.0,5.0,"I followed the web development session from September to December. I can only recommend the Wagon program in particular in Bordeaux in France. These 9 intense weeks allowed me to put the first foot in web development from scratch thanks to the excellent... Read More teachers (and assistant teachers) always listening. The staff of Wagon Bordeaux also makes every effort to ensure that the bootcamp goes as smoothly as possible thanks to regular events, advice and support.Read Less",Web Development Course - Full-Time,Web Development +284552,10868,le-wagon,Sara Rahali,False,2021,A life-changing experience!,2021-12-28,5.0,5.0,5.0,5.0,"After my Bachelor in Business Engineering, I wasn’t sure of what to do and I didn’t want to fall into that ‘become-a-consultant’ kind of path. I had heard about Le Wagon thanks to a classmate, and I had studied a really basic introduction to programming... Read More within my curse, so I thought it would be nice to add another string to my bow by learning to code! I had never coded anything in my life, so I was a bit afraid but the way Le Wagon has built their program makes it really easy for anyone to do it. Before starting the bootcamp you have to do a full prep-work that includes courses about Ruby, HTML, CSS, JavaScript, and some web preparations. It’s also a way to really see if learning to code is really what you want to do! We then start every day with a lecture, and then we work on challenges the whole day, with Teachers and TA’s available to help us. We also end with what we call ‘live code’ which is basically a big exercise similar to what we’ve been doing during the day, but that we’re doing altogether. People at Le Wagon is also something that made this whole experience as amazing as it was: from the Teachers and TA’s always being available to help, to the Le Wagon Madrid team (Fanny and Emilia): they made everything they could to make our experience as smooth as possible. We also were very lucky in my batch (#725) because we’re very close, and those classmates really turned into a family! <3 Another very nice point is that you get life access to Kitt, the Le Wagon platform. And this means life access to all the lectures, challenges, tutorials, every resource stays available to you! We also have a huge community on Slack where there are channels for every need: to find a job, to ask questions, to ask for help, or to share memes. Doing the bootcamp has definitely opened a lot of doors! Before the end of the 9 weeks, I had already received two job offers. Furthermore, we had an extra ‘Job week’ where we have been given guidelines on how to build our resumes, how to take care of our GitHub, and we got loads of tips and tricks from Alumni as well as Start-ups owners or Teachers. And if you want to have a glance at what my classmates thought about Le Wagon, don’t hesitate to have a look at the Le Wagon Spain Instagram account, where I took over during a week to show the student point-of-view of this life-changing experience!Read Less",Web Development Course - Full-Time,Web Development +284545,10868,le-wagon,Amanda Lee-Zuck,False,2021,Amazing Experience at Le Wagon!,2021-12-27,5.0,5.0,5.0,5.0,"When I decided I wanted to transition into a career as a web developer, it was hard to know where to start. I have been around computers and technology my whole life, so my first instinct was to teach myself through online resources, but it was overwhelming:... Read More which programming language should I learn? What topics were important to focus on? I heard about Le Wagon from friends who were working in tech, and after reading about their hands-on approach to learning I decided to enroll. Now, having completed their 9-week intensive bootcamp, I can say that it was one of the best decisions I have ever made. While the bootcamp was extremely fast-paced, the lessons have all been carefully structured with challenges and projects that help reinforce the many new concepts we learned. The teachers and TAs were amazingly helpful and supportive; my own background is in teaching and education, so I truly appreciated how they helped us learn how to learn programming. But what truly made the experience special to me was how much Le Wagon provided beyond just learning to code. Each day we were either paired with a learning buddy or working in our project groups, so we learned how to work as a team and prioritize tasks. Our teachers and TAs were all former alumni so they were able to share practical advice, and all of the Le Wagon staff was incredibly friendly and supportive whether we were learning on campus or remotely. Even after finishing the bootcamp, Le Wagon provided us with tools and support for starting our new career, and we have access to so many well-structured learning paths for the future. Le Wagon has a large international community to connect with as well! I would highly recommend Le Wagon to anyone who is motivated to start a new career in tech! It was an amazing experience for me and I am excited about continuing my new journey as a full-stack developer while being a part of the Le Wagon community.Read Less",Web Development Course - Full-Time,Web Development +284542,10868,le-wagon,Francesco,False,2021,Le Wagon Experience,2021-12-27,5.0,5.0,5.0,5.0,"Coming from a finance background I did not know what to expect when I signed up for Le Wagon. I just knew I wanted to change my career and do something meaningful. I took the Le Wagon part-time course and it was nothing short of amazing. It was one of... Read More the most intense yet enriching programs I have ever done. I learned so much and in the end, I can confidently call myself a full-stack developer. As a bonus, I met some of the most helpful teachers and TAs that I ever had, with who I intend to keep in contact throughout my career as a developer. Thank you Le Wagon for playing a huge part in a life-changing decision I made.Read Less",Data Science - Part-Time,Data Science and Analytics +284508,10868,le-wagon,Stephanie Julien,False,2021,Best educational experience ever !,2021-12-24,5.0,5.0,5.0,5.0,"It’s difficult to describe my experience at Le Wagon… you have to live it to understand how amazing it is! It is intense for sure… some days I felt like a loser who couldn’t understand anything, and some days I felt like there was nothing I couldn’t achieve.... Read More On the bad days, teachers and other students were always there to cheer me up and tell me not to give up and « trust the process ». By the end of the bootcamp, when it came to project weeks, I can tell you this sentence made so much sense to me! It is crazy for me to see how much I learned and gained confidence throughout these 9 weeks, being able to build an app from scratch in only 10 days… Of course, there is still a lot to learn after the bootcamp, but I think all developers need to keep learning whatever their background is. Le Wagon provides us with a very solid base and a certain frame of mind from which it is easy to develop our skills and even land our first job as juniors. On my part, thanks to the career week offered by Le Wagon just after the bootcamp, I was able to meet 8 companies out of which 6 took an interest in me and offered me the opportunity to enter an application process. So just 2 weeks after the bootcamp, I already received a very interesting job offer. The outcome clearly goes beyond my expectations! Besides that, on a human level, the bootcamp was so fulfilling! I developed a very good relationship with all teachers, students, and other Le Wagon staff, many that I know I will keep seeing after the bootcamp. We had so much fun working together on different challenges and projects, and with such a good team spirit and kindness amongst us, it felt like a small family! And I know every student had the same feeling, we were all pretty sad when the bootcamp was over, we kind of wished it would’ve lasted longer ^^ I know I hesitated between several bootcamps or longer programs, I hesitated also because of the price of the bootcamp, etc but if I had to do it all over again, I would stick to Le Wagon… it was the best educational experience in my whole life!Read Less",Web Development Course - Full-Time,Web Development +284475,10868,le-wagon,Miguel Rodríguez,False,2021,"Overall amazing experience, I learned a lot which I'm gonna be able to push my career forward.",2021-12-23,5.0,5.0,5.0,5.0,"I'm a Designer who had always wanted to learn how to code, and had tried many different approaches, and definitely Le Wagon's structure, teachers and curriculum was the best thing I could have chosen. As soon as the first week ended I knew I had made... Read More the right decision. Through 9 very intense weeks I learned concepts I had no idea I was capable of learning, the teachers make it look so easy, the Teacher Assistants help you feel like an expert all by yourself, and now that I have finished, it's amazing how many things, and new learning paths I have. I am now a Designer who knows how to build his own creations, and that's the best thing that could've happened to me, I feel ready for any challenge, any job, any project. I thought I was entering a course that was going to teach me HTML, and now, for my own surprise, I can even call myself a Full Stack Dev, that's astounding. So now, from my own portfolio, to any web app I can imagine, I'm ready to build.Read Less",Web Development Course - Full-Time,Web Development +284470,10868,le-wagon,Pascal Tiberghien,False,2021,Amazing and unforgettable experience!,2021-12-23,5.0,5.0,5.0,5.0,"I joined Le Wagon because I wanted to make a career change after studying and working in Business. I completed the Web Development bootcamp and what I found was an experience that I fell in love with. Everyone was very welcoming and I felt right at home... Read More from the first day in this international community. Initially, classes are very structured and this helped me get a great understanding of core concepts such as Ruby. Once you get the basics down the bootcamp becomes more open ended and you are able to express yourself when you do your final projects. What I loved the most about this course is that by the end I felt like I had the skills and knowledge to build my own Web Application from scratch. I would also highly recommend the Career Week at end of the course which really gave me clarity with the world of Web development and what I need to do to move forward.Read Less",Web Development Course - Full-Time,Web Development +284415,10868,le-wagon,Christopher Marchand,False,2021,Bootcamp at Le Wagon Bordeaux,2021-12-22,5.0,5.0,5.0,5.0,"J'ai effectué cette formation de Septembre à Décembre 2021. Une formation complète que je recommande vivement à tous ceux qui veulent découvrir et maitriser les bases du code. Des professeurs et TA (Teachers Assistants) compétents, patients et à l'écoute.... Read More Une équipe ""gestion"" au top, qui organise de nombreux évènements en complément, et qui facilite grandement la cohésion de groupe.Read Less",Web Development Course - Full-Time,Web Development +284410,10868,le-wagon,Sebastian Burkhardt,False,2021,Best 9 weeks to invest,2021-12-22,5.0,5.0,5.0,5.0,"I decided to take le Wagon's Web Development full-time course after seeing that there was a course in presence in Munich. The level of the course was always challenging but never impossible. You can tell that a lot of experience has gone into planning... Read More the course content. The teachers and other staff at Le Wagon made the 9 weeks a wonderful experience that I would not want to miss. In the last three weeks you can put everything you have learned into practice in the so-called Project Weeks and develop and launch products yourself, to see what you can learn in such a short time and then also implement was just great. Even with the covid-19 situation the team found a solution to provide a hybrid model with remote and presence to give the best possible learning environment.Read Less",Web Development Course - Full-Time,Web Development +284374,10868,le-wagon,Marcus von Wrede,False,2021,Best Web Development Bootcamp,2021-12-21,5.0,5.0,5.0,0.0,"I joined Le Wagon to get to know the world of coding and tech. I felt that my university did not teach me the needed tech skills for today's economy, and I wanted to change that quickly. The Bootcamp was the perfect place to do that, and I'd do it again... Read More in a split second. All of us have learned more in those nine weeks than I could have ever imagined. If you think about it, do it! It is only nine weeks of your time, and you most probably won't regret it.Read Less",Web Development Course - Full-Time,Web Development +284225,10868,le-wagon,Sofie Fiskerstrand,False,2021,My best decision,2021-12-16,5.0,5.0,5.0,5.0,"I joined Le Wagon having done just a few free coding courses online and even though I enjoyed it, I was not feeling super confident that I could actually be good at it. But 9 weeks later, I had completed several challenges, created two apps with my team... Read More and meet many new friends. I am incredibly happy that I decided to do this course, the staff is so supportive, you really feel seen and heard by everyone. I now feel ready and confident to tackle my new job as a web developer, so if you are thinking about doing a career change, I strongly recommend Le Wagon.Read Less",Web Development Course - Full-Time,Web Development +284188,10868,le-wagon,Jack Mao,False,2021,Just do it!,2021-12-15,5.0,5.0,5.0,5.0,"If you want to make your first serious forays into coding, look no further. The full time web dev course delivers like no other. I've done some coding in the past but never had enough time or guidance to make a worthwhile app. When I looked for coding... Read More Bootcamps, I was almost shocked by the sheer number of and high ratings of Le Wagon. The numbers didn't lie: if you want to learn the basics of web dev and touch on a plethora of modern day programming basics (well, at least using the very user friendly Ruby and a tiny bit of JS), this course will be worth your time and money. What are the weaknesses? Sure, more JS would have been nice in general. Ruby may not the single hottest language right now. Some TAs are (much) better than others. Maybe 3 weeks of project work is a bit much. However, I think Le Wagon stands out because of three things and I expect them to get better, not worse over time: 1. Teaching materials are EXCELLENT. The challenges are truly hard. I went to a pretty good university (by UK standards) and am pretty logically minded I would say. I finished all mandatory challenges during the days (with TA help, one exception), just about. Never finished all optional challenges during the day 2. The teachers / TAs are great overall. Very knowledgeable, super helpful on strange and beyond-coursework borderline-CS questions (of which I personally had a lot), even and particularly during project week when you can do projects that really push the boundaries of the course 3. Le Wagon offers great value to students with comprehensive libraries of useful webdev tools and additional lectures which you can still access afterwards Sure, bear in mind that this is a 8-week course not a 4-year computer science degree, and you're unlikely going to be the next Jobs after this bootcamp alone. However, if you have decided to do A bootcamp, I think LW is a great place to startRead Less",,Unknown +284187,10868,le-wagon,Paula Garcia,False,2021,Web Development Bootcamp in Cologne,2021-12-15,5.0,5.0,5.0,5.0,"Joining Le Wagon must have been one of the best decisions in my life! It's unreal how much you can learn in only 9 weeks. The completely hands-on approach and fast pace of a bootcamp are different to everything we’ve seen before. The teachers and TAs... Read More were a huge support. Knowing most of them had been through the bootcamp themselves was a huge support as they knew the struggles we were all going through. Their patience and effort to explain us every single thing were impressive. Having a buddy system and pairing up with different students everyday was super cool, as we got to meet and work with different people, but also because it's much more efficient, as you end up explaining things to each other and figuring the challenges out together. One of the reasons I joined Le Wagon was the product-oriented approach they have. Being able to build two products from scratch in small teams, going from the UX/UI design, to the development behind it and finally pitching it on our Demo Day was amazing. The atmosphere at the campus in Cologne was just great, the staff is amazing and the views from our office are the best. I would recommend Le Wagon to anyone looking for a coding bootcamp. And of course would recommend Cologne if you're looking to do it in Germany - the vibe of the city is awesome! 🚀Read Less",Web Development Course - Full-Time,Web Development +284154,10868,le-wagon,Cristina,False,2021,Trust the process,2021-12-14,5.0,5.0,5.0,5.0,"Because I wanted to change my career, I decided that the best way would be to go all in and enroll in a bootcamp. Coming form the hospitality industry, my technical skills were almost nonexistent. At fist I was a bit skeptical about the teaching technique.... Read More What do you mean I have lecture in the morning an then I just do exercises with a colleague for the rest of the day? Well...I soon realized that it's actually very nice to learn like this. If you are stuck you can check with your buddy and if you are really stuck the TA will help you figure things out, not just give you the correct answer. I had an amazing time during the bootcamp and I am very happy that I choose this path!Read Less",Web Development Course - Full-Time,Web Development +284152,10868,le-wagon,Ayelen K.,False,2021,Great Experience at Le Wagon Berlin,2021-12-14,5.0,5.0,5.0,5.0,"After 3 years working in Investment Banking, I decided to update my skill-set with some tools that I could use for whatever my next professional challenge would be. That’s why I decided to study Data Science. Choosing Le Wagon was a no-brainer for me... Read More since it is the best coding school & their approach was exactly what I needed - a hands-on Bootcamp where you can learn by doing challenges. In addition, some key competitive advantages I’d like to highlight are i) the Teaching Assistant support during challenges - that makes the difference if you're stuck with something you've never done before, ii) the continuous update of the lectures, challenges & program overall to be up-to-date in the field, and iii) their product-oriented approach - that makes the Bootcamp a pretty good approximation of the real working challenges, and hence, an easier landing in your next job :)Read Less",Data Science - Full-Time,Data Science and Analytics +284135,10868,le-wagon,Marva Noah,False,2021,Great experience at Le Wagon London,2021-12-13,5.0,5.0,5.0,5.0,I have recently finished 10 weeks with Le wagon London. I loved every moment of it (even the challenging parts). The course taught me so much in so little time. From the fundamentals of object-orient programming to more advanced frameworks (Ruby on Rails)... Read More to finally presenting our very own fully functioning web app. Le Wagon offers lots of support every step of the way and even helps with sorting your new CV and really everything you need to know about getting a job in tech. I highly recommend this course as the perfect stepping stone for switching careers and transitioning into tech.Read Less,Web Development Course - Full-Time,Web Development +284121,10868,le-wagon,Ebitari Alaibe,False,2021,It was amazing!!,2021-12-13,5.0,5.0,5.0,5.0,"Prior to joining the bootcamp, I was working as a relationship manager at a merchant bank in Nigeria. Safe to say, I had 0 experience of coding. However, I was always fascinated with both the concept of web development and the lifestyle of people in the... Read More tech industry. I wanted to transition into a career in tech and as a result, I took a leap of faith, quit my job, and enrolled in the full-time web development course at Le Wagon, London. I have to say, it was nothing short of incredible! Let me break it down for you: 1) Course content For a 9-week course, the material we learned was surprisingly very comprehensive. From basic Ruby concepts and Object Oriented Programming, to Front-End content and finally Ruby on Rails, we covered a well-rounded syllabus. At the end of the course, we incorporated everything we learned into working on 2 final projects. Basically, you start the bootcamp with little to no knowledge, and you leave being able to create a functioning website from scratch - a really impressive transition! 2) Community - I'll split this into 2 sections Teachers/Teaching Assistants - they were fantastic. They were all very knowledgeable but also very supportive and modest. I mention these attributes in this order because when asked a question, a teacher would 95% of the time be able to break down the answer and make sure you were comfortable with the concept before moving on. However, if they do not know the answer, they would take note of it and promise to get back to you after class - and they DO! Most of the teachers have done the course before, so they provide a sort of support system no one else can provide - they can relate to exactly how a student is feeling at any point in the syllabus because they have been through it before! Students - After lectures, you buddy up with a different student each day and work through the challenges related to the topic of the day. To me, this was an integral part of my learning during the course as I found myself either teaching my buddy, or being taught by my buddy. You learn so much about others and most importantly, about yourself when you have to work with someone new everyday. Additionally, during the final projects, you work within a team of 4 to create a Rails app that you will present on demo day. We worked as a solid unit throughout and went through a myriad of emotions over the final 3 weeks, but we remained genuinely supportive and determined to produce a credible app. 3) Career Week After an amazing 9-weeks, Le Wagon pretty much hand-holds you to finding a job by conducting a very intense career week. They make sure your public profiles are glistening (LinkedIn, CV's, Cover letters and GitHub, Portfolios, etc.) and organize talks with alumni and hiring companies to give you a headstart. As I have just graduated, I am currently job searching but I honestly feel equipped to face the world with all the support the bootcamp has given me. I would 100% recommend this to anyone looking to join the world of tech. Le Wagon is truly the place for you!Read Less",Web Development Course - Full-Time,Web Development +284077,10868,le-wagon,Virna Harri,False,2021,A great experience I recommend to anyone wanting to learn how to code!,2021-12-10,5.0,5.0,5.0,5.0,"I've just recently graduated from Le Wagon's Full Stack Web Development Coding Bootcamp (Part Time in Berlin) and the experience has been nothing short of amazing. If you’re anything like me and have always wanted to learn how to code or get out of the... Read More online tutorial self-learning hell, then Le Wagon’s the right choice for you. You'll have an amazing set of support from the get go, an easy to follow up to date curriculum structure, and you can reap the benefits of being part of a great community from the first day. Things to highlight are definitely the continuous support from the teachers & TAs as well as the coding-buddy system, the latter in my opinion being one of the most productive ways to learn. If you want a solid foundation for a long-term career in tech, be that in web development or anything else related, then go ahead and apply :)Read Less",Web Development Course - Full-Time,Web Development +284064,10868,le-wagon,Rafael Knabben,False,2021,Prima!,2021-12-10,5.0,5.0,5.0,5.0,"When I joined Le Wagon's Data Science bootcamp in Berlin, I already had some coding autonomy. However, I wanted to improve and raise the difficulty bar of my projects. Le Wagon was the right choice. Its learning path is practical: it's based on challenges... Read More and cooperation with classmates. I could get the knowledge and the intuition behind programming in data science. The complexity of the final project that I carried out with a team of classmates made me see how much my skills improved during the bootcamp. I highly recommend it.Read Less",Data Science - Part-Time,Data Science and Analytics +284036,10868,le-wagon,Ivan Schlagheck,False,2021,Full-Stack Web Development - FullTime,2021-12-09,5.0,5.0,5.0,5.0,"Before starting the bootcamp i was working as a bartender and a little bit as a sound designer. Thanks to Le Wagon i discovered the world of coding in a way that i could have never done by myself. The buddy-sistem allowed me to team up with a diferent... Read More mind everyday, preparing me to be versatil in the diferent teams that the Professional world can provide. The beautiful Team and TAs helped a lot aswell, being mentore byby a team full of love and careness really makes the difference. And also to conclude the bootcamp we did a Final Project where we emulated a real world product development. To conclude, im very happy with my experience at Le Wagon. I would do it again and recommend it always.Read Less",Web Development Course - Full-Time,Web Development +284034,10868,le-wagon,José,False,2021,"Fast paced and intense, but totally recommended!",2021-12-09,5.0,5.0,5.0,5.0,As a media designer I see in web development the natural evolution of media. I joined the bootcamp because I wanted to learn to code and some colleagues developers recommended me Le Wagon. The process of the bootcamp is fast paced. You will learn a lot... Read More in a short amount of time. But you will have support from TAs anytime. Including some spiritual guidance from amazing and capable people in case you need it!. You will also have your daily challenges and a buddy to work with. This will be the implicit challenge not many are aware of: being open and communicative. Don't forget you are working with humans! And finally you will end up with a fully working web application. All in all it was a great challenging experience!!Read Less,Web Development Course - Full-Time,Web Development +283929,10868,le-wagon,Deva Sou,False,2021,Great springboard!,2021-12-06,5.0,5.0,5.0,5.0,"I did the two Wagon track in Bordeaux (Web Dev & Data Science). In both scenarios, Le Wagon was an excellent bootcamp. It allows in a very short period of time to have an astronomical amount of knowledge and skills. The teaching team is at the top, the... Read More content is concrete and constantly updated. I recommend 100% the investment to be made in this training.Read Less",Data Science - Full-Time,Data Science and Analytics +283774,10868,le-wagon,Jérôme BELLON,False,2021,Thank you Le Wagon,2021-11-30,5.0,5.0,5.0,5.0,"The Wagon was an unforgettable experience for me, a real breath of fresh air, where I was able to learn to code in Python during the summer. This allowed me to acquire skills but also to grow in the company where I am currently working. I approach data... Read More with a whole different perspective and I am able to conduct much more relevant analyses. Also, I can scrap websites easily. Le Wagon has also allowed me to join a great community, made up of mutual aid and benevolence. I will miss the surprise breakfasts and the crazy parties!Read Less",Data Science - Full-Time,Data Science and Analytics +283770,10868,le-wagon,Jeremy Boxerman,False,2021,Trust the Process!,2021-11-29,5.0,5.0,5.0,5.0,"Before and during the web development bootcamp, I had been working as an assembler in a truck production company for over 7 years, until I decided to take the plunge into this life-changing journey. I had heard of the Le Wagon coding bootcamps in Montreal... Read More in recent years through friends studying/working in tech and finally enrolled shortly after Le Wagon offered the possibility to attend the bootcamps part-time and remotely (May 2021 - Nov 2021). Having no coding background before enrolling in the bootcamp, it was some of the best, most challenging 24 weeks in many years. Coding is hard and can easily get overwhelming, but you learn to trust the process through their well-thought-out curriculum with a great supportive network of teachers, TAs, and staff. It was the unique learning experience that I had been looking for to get started into this new career path as a full-stack developer, allowing me to gain priceless skills while meeting great people with the same drive to learn and grow collectively. Overall, it was an incredibly rewarding and enriching learning experience that I can easily recommend to everyone on the fence about diving into coding.Read Less",Web Development Course - Part-Time,Web Development +283712,10868,le-wagon,Tan Yong Kee,False,2021,"Break into tech, create your own app!",2021-11-27,5.0,5.0,5.0,5.0,"# What I did before joining Le Wagon Singapore I was a technical consultant before joining Le Wagon Singapore. It paid the bills but I wasn't satisfied where I was. My job was fine but I wasn't feeling fulfilled. I thought to myself: It's time to make... Read More a change. A spoke to one of my friends about how I wasn't learning the right things at my current job. He was a software engineer manager and he recommended joining a coding BootCamp to up my skills in tech. He also spoke well of Le Wagon Singapore as one of his colleagues went through it and was doing really well under him. Joined Le Wagon I did, I spoke with the really lovely program admissions manager Azliana Watters after looking at various coding BootCamp options in Singapore. I took the leap of faith and submitted my resignation, just in time for the full-time batch starting early Aug 2021. I did full time as I wanted to commit fully to learning with no other distractions. It was the right decision for me at the time, but Le Wagon also offers a part-time web developer curriculum as well! I've always wanted to create something of my own, and Le Wagon prepares you with the knowledge, skills, tools, and support from the teaching assistants to make a real application of your own. # Experience at Le Wagon Singapore If I could summarise the BootCamp in three words it would be: Commitment, Challenge, Community. Commitment If you're going to join a bootcamp, you have to be committed to learning. In my previous stint as a technical consultant, I didn't get to create my own products. Show up at 9 am on time, Monday to Friday, be present and open to learning. The first 2 weeks are where you learn the basics of Ruby a programming language that's as close to the English language as you can get. I've had experience with other programming languages like Java and Python, but Ruby takes the cake in terms of introducing beginners to code. As the weeks progress, you learn about databases, the front end, and how everything is pieced together through Ruby on Rails. The last 3 weeks are where you get practical experience in creating two applications. My group decided to create a food delivery application clone and another mobile-first application that helps groups decide where to eat in Singapore. Challenge Every morning from 9 am, you'd have lectures, from the Ruby language, OPP, databases, front-end, and Ruby on Rails throughout the majority of the 9 weeks. Afterward, you'd be harnessing your new knowledge and getting your hands dirty by applying them to the challenges that you're provided. Don't worry, you won't be going at it alone. You're encouraged to pair program. It's a structured way for you to test your knowledge and apply it. These challenges come every day, that's why commitment is important. At the end of the day, you'd be greeted with a reminder to do your flashcards. It's really important to do these flashcards as they help you to solidify your knowledge at the end of the day. After 6 weeks of learning, you'd get real practical hands-on projects to work with. Everyone is allowed to pitch an idea, during pitch night. It was a fun experience to share what problems everyone faces and how they want to solve them. My idea of helping people decide where to eat got selected. Your team members are auto-generated based on how well they rank your idea. Yes, you work in a team and that's really important! Most software developers have to work in a team, so that's a great experience! We'd follow agile methodologies through scrum practices such as daily standup, sprints, sprint reviews to work towards and complete our application. The BootCamp ends with a bang, demo day where you'll present and share your application to the world! Community Le Wagon Singapore has a close-knit community. Even after your bootcamp has ended, your ties with Le Wagon are still there! There are many helpful people in the Le Wagon slack community, and you get to connect with any Le Wagon graduates from around the world! Ps. I've got interviews and then an offer as a junior software engineer because of the community. In Singapore, there's also a Le Wagon Singapore Alumni Club, where there will be social hangouts, mentorship programs to career development workshops. ****These activities are organized by volunteer alumni who have graduated from Le Wagon Singapore. Even after the end of my bootcamp, I still regularly meet my batch mates for code katas, technical discussions, or just hang out and chat. The learning is continuous, the friendships are forever. Final comments The teachers at Le Wagon are passionate and knowledgeable about technology. Whenever I get stuck on a challenge or a problem that I couldn't understand, they'd help me understand it and solve it on my own. Even after the Bootcamp, they still help me with certain technical challenges that I face when I'm learning on my own. tldr; If you want to break into tech or create your own application/business and learn from great teachers, and you are based in Singapore, consider Le Wagon Singapore.Read Less",Web Development Course - Full-Time,Web Development +283554,10868,le-wagon,Mathieu Longe,False,2020,Life changing experience,2021-11-20,5.0,5.0,5.0,5.0,"I joined the 10-week full-time course from July to September 2020. I had a background in Marketing and Sales and had very little technical knowledge. I had started learning HTML, CSS and a bit of Javascript; but was struggling to learn on my own. Doing... Read More the web development Bootcamp at Le Wagon was one of the best decisions I ever made. I was a bit scared at first because it was going to be fully remote (due to Covid). But it reached all my expectations and beyond. First, I liked the structure of the course: the day starts with a lecture in the morning, and then we work through challenges related to the concepts seen, doing pair programming. The staff, teachers and teachers assistants are super friendly and always happy to help and answer any questions we have. They genuinely care about your success! One of the biggest strengths of Le Wagon remains its amazing community of 10K people around the world. Everyone was super helpful when I reached out to them. Finally, I made some great friendships during my Bootcamp (even remote!!). Only two months after finishing the Bootcamp, I landed my first job as a Junior Software Engineer. That would not have been possible without the amazing career support from Le Wagon’s staff. If you would like to change your career, or simply up skill I could not recommend enough doing Le Wagon.Read Less",Web Development Course - Full-Time,Web Development +283470,10868,le-wagon,Ng Min Xuan,False,2021,A fruitful journey I am grateful for,2021-11-17,5.0,5.0,5.0,5.0,"It took me about 8 months before I finally joined Le Wagon Singapore. It began on early September of 2020 when I heard about the bootcamp in Singapore from a friend. She had told me that her friend had took the course at a subsidised rate and found a... Read More job in a tech company. For her to even mention it to me was because I told her I enjoyed the beginner python course in university. We used python with National Language Tool Kit (aka NLTK) for basic language analysis of politicians’ speech among other stuff we did. After contacting Dirk Schuler, the founder for the Singapore and Bali branch of the bootcamp and doing a very short interview about my goals, I was sent information on the part time course and was tasked to do Codecademy course on Ruby. I had to report to them the time it took for me to complete the whole free course, and it had to be below 15 hours. After reporting to them about my result, they said I was okay to enroll and sent me a link to their pre-bootcamp courses which was expected to take 50–60 hours. I completed it over the course of a few months and my part-time class was meant to start in January. But when the date approached, I realised I might not have enough brain power to learn coding while finishing my last semester in university with my graduation thesis being just halfway done. I told them I wanted to postpone my class to a full-time one around June, when I would have graduated from school. Lo and behold, the COVID situation in Singapore wasn’t doing so well (not that it is now either) when June was nearing, and Dirk and Liana from Le Wagon contacted all of us to let us know that they wished to postpone classes till August. Internally, I was relieved about it, as this meant I had more time to earn some pocket money with my part-time job while also delaying the responsibilities of an adult (since once I finish the bootcamp, it’ll be time for a job hunt). I needed the extra money to survive the few more months of joblessness I expected to have after bootcamp, and to be able to afford eating out everyday in the CBD area where Le Wagon classes would be held. When August came, I said goodbye to my brainless days of part-time, and prepared myself for what’s to come. I was very excited and nervous. The first day of the bootcamp. We were sat in pairs due to the COVID measures at that time. We were asked to introduce ourselves to our table buddies, and then took turns introducing them to the whole class. It was exciting that my classmates came from all walks of life and it was amazing how we were all brought together to study the same thing — web development, and will be part of one another’s lives for the next 9 weeks. Some things about the classes we were told: 1. We will be doing pair programming throughout most of the course 2. Lectures start at 9am and last for 1.5 hours or more 3. After lectures, we will work on the daily challenges 4. We raise tickets instead of our hands when we are stuck or have any questions (can be irrelevant to the challenges) For the first day, we only learnt the basics of git and set up our computers for the upcoming lessons, but because most of us had already set it up in the weekends, class ended earlier for the first day. We learnt real pair-programming on the third lesson. Before we knew it, we have completed all lessons on Ruby. And it was time for frontend languages. Cue HTML, CSS, and JavaScript. This was the return of my headaches. I used to have headaches in the first few lessons on Ruby and always went home feeling grumpy, but it had subsided after I got used to the language. Who knew something like HTML and CSS, which most of us when we were young had seen before when the blogging era was on fire, would bring me such terror! I had so much trouble getting my website to look the way I wanted. When JavaScript was introduced, I was happy again. It felt familiar and brought none of the headaches HTML and CSS had. Hmm, frontend isn’t so bad with JavaScript! I thought. It was only after a few days when HTML and CSS clicked and I feared them less. The headaches had lessen too. As long as the website is static. Then, came Rails 6 Magic, magic, magic. So many magical things that are going on behind the scenes when we use Rails! Before we were taught Rails, we had two big challenges (one per day, and those two days were known as Le Wagon’s most challenging days. coughs) revolving around MVC — Model, View, Controller (can read more about them here) so we did most of the routing from scratch. When we saw what Rails could do, we teared up (figuratively). JavaScript! AJAX! And teams! Once we learnt how to fit the frontend and backend and Rails together, it was time for our first mini project. We were taught additional stuff such as AJAX on that week. Pair programming also stopped and we worked in teams. Oh yeah, about the teams. A few days before the first project began, we had Pitch Night. A total of 7 or so of us pitched our ideas for final project and we even had a guest who came to observe as well. At the end of the day, we voted for the idea that we want to work on most, and the system made by Le Wagon sorted us accordingly. This was the team we would work with until the end of the course. For our first project, we chose to clone Grab Food. We were supposed to have 5 days to complete the project, but due to a holiday taking up a day off our normal schedule, we started the project on a Tuesday and had until the next Monday to complete and present it. To be honest, the extra weekend helped a lot as we were able to work on a few more fixes and features. Also, my Acer laptop with Linux Mint running on it died on the very first day of the project!! I spent my first day pair-programming with my teammates. They contacted me after 3 full weeks for an exorbitant repair fee of almost S$800 which I immediately declined. I bought the M1 MacBook Air three days after the incident and was glad I did. It was my first experience using macOS and it felt like a productivity machine! Monday came, we presented, and we got to sleep well until… The start of the Final Project. On Tuesday, we started from scratch again to build a usable website. To sum it up, our leader who proposed the idea for the project had this one big pain: his friends weren’t initiative enough to suggest a place to dine in together whenever they wanted to meet up. Everyone usually left a few requests like their budget or time available before the chat went silent. This pain was apparently very common amongst us classmates, so enough people voted to work on a solution together to form a team. All in all, we had 9 days or so to work on this, and our presentation on Saturday marked the end of the bootcamp. 🥲 We also received our graduation certificate on the presentation day! Last but not least: Week 10 — Career week As part of my school fees were covered by Singapore’s Infocomm Media Development Authority (IMDA)’s TIPP which stands for Tech Immersion and Placement Programme, I had to attend the Career Week programme prepared by Le Wagon Singapore. The format of the class is the same as the bootcamp lessons in that it began with a lecture and we were given free time to tackle the tasks for the day, but it was online instead and guest speakers from the tech industry would join in and share with us what to expect in our future career. The things covered throughout this special week were: - How to write good cover letters - Resume writing and review by guest speakers such as Nodeflair - Q&A about the industry with the guest speakers - A better understanding of which career and learning path we can choose, such as Frontend, Backend, Fullstack development, Product Manager, Engineer Solutions, and many others - How and where to look for jobs and tackle interviews We were also given a Calendly link that we can use to contact Le Wagon Singapore’s General Manager, who was also an amazing teacher throughout the bootcamp for anything we needed help with. I’ve personally used it twice and was glad I could still talk with them even though I’ve already graduated and they seem so busy with the new batch. Because the alumni are all in the Slack channel that Le Wagon has, they were able to refer to me people who are in the relevant industries that I showed interest in! Also, thanks to one job posting that they had shared to us, I actually landed a job in a month after graduating from Le Wagon Singapore. I’m extremely thankful for that. Now that we’ve reached the end… What I have learnt aside from the programming languages throughout my time my time at Le Wagon Singapore: - Learning a new framework gets easier over time - SCRUM is very useful for keeping everyone occupied for the day - Trello and similar services can really make projects go smoothly - Checking your peers’ code is very important - Never push broken code into master!!! - Try to load your peers’ project onto your machine and play around with the app in case there’s stuff not visible from just looking at the code - Never keep quiet when you are stuck at something, as this affects everyone’s productivity when they have to clean up your mess later and when problems snowball - Never be afraid of trying to work on unfamiliar features as the takeaway will be greater! - Be willing to throw code away if there are better ways to write it - Variable naming is very important - Leave comments when needed to make the code more readable, your future self or teammate will thank you for it And probably many others that I can’t think of right now. This 9 weeks at Le Wagon was a fun and enjoyable one, and I felt silly for being so anxious before it began. I also got to know more people and grew my network, so I want to share my gratitude by writing this post. I hope this can push someone to also take a step toward learning something new, be it at a coding bootcamp or in other hobbies, and meeting new people! Thank you for reading so far. Stay safe!Read Less",,Unknown +283448,10868,le-wagon,Anonymous,True,2021,Perfect for career-switchers and anyone with limited coding background,2021-11-17,4.7,5.0,4.0,5.0,"I was a technology strategist for a strategy agency that specialised in helping not-for-profits grow. My role was to help clients with their marketing technology strategy so that there’d be organisation-wide buy-in when it came to adopting new technologies... Read More (like new websites, CRMs and marketing automation platforms). Although I liked helping clients with this, I had a strong desire to build things. I dabbled in creating tools in things like spreadsheets but felt that I was quite limited in what I could build. I decided to join Le Wagon to explore and see what I could achieve with more technical know-how...and I wasn’t disappointed. I came into Le Wagon with practically zero coding experience. The structure and format provided was perfect for someone with no coding background. It was a great mix between self and guided learning with group projects mixed into it. The teachers were fantastic and engaged and always were willing to help. Project weeks and demo day were just a massive rush and really gives you a taste of what the development process feels like in the real world. I’ve also met people from all walks of life. People who share the same passion and curiosity. I can genuinely say that I’ve made some great friends along the way. I’m now a developer at a world leading immersive tech studio that specialises in cutting-edge Virtual, Augmented and Mixed Reality technology and I couldn't have done it without Le Wagon.Read Less",Web Development Course - Part-Time,Web Development +283439,10868,le-wagon,Mathilde,False,2021,Best decision ever.,2021-11-16,5.0,5.0,5.0,5.0,"Before joining Le Wagon I was working as an industrial designer. I wanted to learn how to create websites but I didn’t know how to start. By joining Le Wagon, I made one of the best decisions of my life. The bootcamp was an incredible experience. The... Read More teachers were really helpful and the community is amazing. I was surprised by how much I learned in only 9 weeks and after the bootcamp, I found a job in only one week and a half as web designer. If you’re passionate and want to learn how to code, I definitely recommend you this bootcamp.Read Less",Web Development Course - Full-Time,Web Development +283393,10868,le-wagon,Luis Dayeh,False,2021,Best decision of my life.,2021-11-15,5.0,5.0,5.0,5.0,"I took the decision to spend my summer learning how to code, and can't describe how glad I am to have chosen that path! Le Wagon has that learning methodology that makes you constantly want to learn more and go further with the world of code. It's intense... Read More and soooo rewarding!Read Less",Web Development Course - Full-Time,Web Development +283297,10868,le-wagon,Joseph Gulay,False,2021,Le Wagon helped me transition into a new Data career in a Big 4 company!,2021-11-12,5.0,5.0,5.0,5.0,"If you are looking for a bootcamp that offers a comprehensive curriculum, a great learning environment and incredible post-bootcamp career support then Le Wagon is for you! I joined Le Wagon in July 2021 as I was looking to transition from my career in... Read More production engineering to a data based role in the tech industry. Le Wagon's Data Science course exceeded my expectations in three key areas: 1. Content- The syllabus at Le Wagon is quite comprehensive for a 9 week course. They started us off with some python, SQL and mathematic fundamentals, before moving on to more complex machine learning and deep learning concepts. At the end of the course, we applied everything we learnt in a group based project. The group project was definitely challenging, but it was so rewarding to be able to come from basically zero programming knowledge to being able to build and actual web app that utilised machine learning and data engineering. 2. Excellent Teachers- The teaching staff at Le Wagon were top notch. They knew the content and could answer any difficult questions. They were also very patient, and were able to explain all the concepts clearly, taking time to make sure all students understood the material well before moving on. They were also very encouraging and supporting, and their support cannot be understated. The material is quite difficult and challenging at certain points- but the teachers were very good in encouraging us to push through and helped us at any point when we felt stuck. I went to Top 8 University in Australia, and I can honestly say that the teaching staff at Le Wagon were better than any Lecturer that I had at Uni. 3. Career support- No bootcamp can honestly 100% guarantee employment after completing the course, but Le Wagon definitely did their best to help me find a job as soon as possible! After the bootcamp, we spent an entire week where dedicated staff helped us spruce up our LinkedIn profiles, resumes, cover letters and GitHub. This was definitely effective, as I was able to secure full time employment as a Data and Analytics consultant for a Big 4 company only 4 WEEKS after I completed the course. I could not have imagined a better outcome!Read Less",Data Science - Full-Time,Data Science and Analytics +283261,10868,le-wagon,Colin Chaigneau,False,2021,A Worthy Opportunity,2021-11-12,5.0,5.0,5.0,5.0,"Former PhD in cryptography, I came to Le Wagon bootcamp to seek new opportunities in the field of data sciences, and I was not disappointed. As a computer science nerd the first two weeks were very pleasant, building the technical fondations and good... Read More practices, but it’s when we were introduced machine learning and deep learning concepts I realised I wanted to work in the data sciences. The bootcamp now completed I spend some time focusing on side projects while coming back in the topics introduced in the bootcamp in depth. I am currently a Teacher Assistant at the same Le Wagon bootcamp and will start my job search soon.Read Less",Data Science - Full-Time,Data Science and Analytics +283049,10868,le-wagon,Nicholas Ang,False,2021,The Le Wagon Bootcamp Exceeded My Expectations,2021-11-04,5.0,5.0,5.0,5.0,The Le Wagon Bootcamp is a great way to develop programming fundamentals and get a strong foundation of coding best practices. Content is jam packed into a 10 week schedule and the exercises reinforce your learnings as you go through each module. Teaching... Read More assistants are excellent and would definitely recommend to others!Read Less,Web Development Course - Full-Time,Web Development +283004,10868,le-wagon,Anonymous,True,2021,Money worth (Tokyo)!,2021-11-03,4.7,5.0,4.0,5.0,"Enrolled this year without any background or knowledge of CS. Honestly if I haven't been student at the school, I would have given up learning coding cause it is honestly quite hard. You got great support from the teachers and the team of Le Wagon which... Read More keeps you motivated and thanks to them I have been able to graduate and get a job in IT less than 2 months after graduation. Can only recommend it.Read Less",Web Development Course - Part-Time,Web Development +282932,10868,le-wagon,Tom Nijam,False,2021,Perfect: Le Wagon Full Stack Engineering Bootcamp,2021-11-01,5.0,5.0,5.0,5.0,"Highly recommend. Doing the Le Wagon Full Stack Engineering Bootcamp is one of those decisions you'll be thanking yourself for years for doing, and one of your biggest regrets if you don't. The course taught me a suite of tools to build any basic web... Read More app that I'm beyond excited about, but what was more valuable was the experience. I think LW have got 'teaching learning' and 'running a community' down pat - you should take notes on those elements as well because you come for the content, but stay for the community. It's such a great learning environment run by impressive people with only the best of intentions. Truth: anyone doing this course will leave in a net better position after completion.Read Less",Web Development Course - Part-Time,Web Development +282822,10868,le-wagon,Anonymous,True,2021,Great experience with Le Wagon,2021-10-28,5.0,5.0,5.0,5.0,Before I joined the Le Wagon Web Development course I was a speech therapist and had never coded before. I chose Le Wagon because they made learning to code tangible. Their hands-on approach as well as the great community during and after the bootcamp... Read More were what I needed to jumpstart my transition into tech.Read Less,Web Development Course - Full-Time,Web Development +282790,10868,le-wagon,Luc Laurent,False,2021,Web Development Course - Full-Time,2021-10-27,5.0,5.0,5.0,5.0,"I did the web developer bootcamp in 9 weeks (July to September 2021), it was very enriching in all aspects for me, with a very nice project at the end. The atmosphere was really incredible, everyone helps each other, no one is put aside, the teachers... Read More are always present, with a good mood. It allowed me to get the necessary skills to create web applications in their entirety. It is an experience to live that I recommend without hesitation.Read Less",Web Development Course - Full-Time,Web Development +282769,10868,le-wagon,Stephanie,False,2021,Intense and totally worth it! Best decision if you want to change your career.,2021-10-26,5.0,5.0,5.0,5.0,"When I started my career in a startup my interest in tech increased and so I first specialized in technical SEO and data analytics, later I had my first points of contact with HTML & CSS. In my current job I interact a lot with developers in individual... Read More projects. Their work and collaboration as a team fascinated me. I wanted to understand the technical issues better and to participate in finding solutions and the further development. The part-time course of Le Wagon made it possible to combine my job and the bootcamp and get to know a full product flow from design to production. The 24-weeks were tough and intense, but totally worth it. The teachers always took time to find solutions together or show alternatives from the first to the last day. My at the beginning sometimes thought “What am I doing?!” was replaced by a loud and proud “YAY!” ;-) After graduation, I continue working with my final project group “Meet The Yogis” as a post-bootcamp team to further deepen the skills I have learned in order to be able to work as a web developer in the future.In my current job I interact a lot with developers in individual projects. Their work and collaboration as a team fascinated me. I wanted to understand the technical issues better and to participate in finding solutions and the further development. The part-time course of Le Wagon made it possible to combine my job and the bootcamp and get to know a full product flow from design to production. The 24-weeks were tough, intense and totally worth it. The teachers always took time to find solutions together or show alternatives from the first to the last day. My at the beginning sometimes thought “What am I doing?!” was replaced by a loud and proud “YAY!” ;-) After graduation, I continue working with my final project group “Meet The Yogis” as a post-bootcamp team to further deepen the skills I have learned in order to be able to work as a web developer in the future.Read Less",Web Development Course - Part-Time,Web Development +282724,10868,le-wagon,FLORIAN LANGER,False,2021,Amazing rollercoaster ride through the world of data,2021-10-25,5.0,5.0,5.0,5.0,"Before joining the Bootcamp I was working in growth for various startups ranging from sports to fintech, while following a data driven approach there was still a lot of spreadsheets. I decided to join the Bootcamp in order to break the limitations of... Read More sheets, to become more independent in doing my own database queries and to communicate better with the data-team. What I really enjoyed during this super challenging rollercoaster ride through the world of data science was the peer to peer learning and well structured content of the lectures. Also always having a TA, who could provide a different point of view, really helped to get through some challenging moments.Read Less",Data Science - Full-Time,Data Science and Analytics +282723,10868,le-wagon,Anonymous,True,2021,If up-skilling is on your mind to crack the eggshell of the tech industry then look no further:,2021-10-25,4.7,5.0,5.0,4.0,"This coding school helps provide an intense boot-camping to up-skill in contemporary required tech skills and knowledge needed to either upgrade or prepare in terms of career cross-roads. Unlike other online courses, this one provides direct access to... Read More multiple teaching assistants to add a more personal flare to aid in learning, answering unanswered questions and most importantly make the abstract tangible and understood in terms of theory. Courses and set in an accessible user interface and classes are hosted online via Zoom where you will meet your class mates and teaching assistants. Classes are hosted in hybrid more therefore you can be there in person or go remote!Read Less",,Unknown +282656,10868,le-wagon,Robin,False,2021,Amazing and very intensive experience,2021-10-21,5.0,5.0,5.0,5.0,"I attended the Summer 2021 web development bootcamp. It was an extraordinary experience, very intensive and very enriching both technically and personally. The course is very well designed and you gain an impressive amount of knowledge in only 9 weeks...... Read More The organisation of the challenges in pairs and the support of the teachers and staff are some of the strengths. The atmosphere is always one of mutual aid and conviviality!Read Less",Web Development Course - Full-Time,Web Development +282641,10868,le-wagon,Stephanie Kamen,False,2021,"Challenging and intense, but totally worth it!",2021-10-21,5.0,5.0,5.0,5.0,"When I started my career in a startup my interest in tech increased and so I first specialized in technical SEO and data analytics, later I had my first points of contact with HTML & CSS. In my current job I interact a lot with developers in individual... Read More projects. Their work and collaboration as a team fascinated me. I wanted to understand the technical issues better and to participate in finding solutions and the further development. The part-time course of Le Wagon made it possible to combine my job and the bootcamp and get to know a full product flow from design to production. The 24-weeks were tough and intense, but totally worth it. The teachers always took time to find solutions together or show alternatives from the first to the last day. My at the beginning sometimes thought 🤯 was replaced by a loud and proud “YAY!” 😉 After graduation, I continue working with my final project group “Meet The Yogis” as a post-bootcamp team to further deepen the skills I have learned in order to be able to work as a web developer in the future.Read Less",,Unknown +282633,10868,le-wagon,Kochapas Santibut,False,2021,Totally a great experience!,2021-10-21,5.0,5.0,5.0,5.0,"I'm a person with a programming background before joining Le Wagon, but I would say I still learned so much during the Bootcamp. You do not necessarily need to have any programming knowledge beforehand, because they will provide you resources to prepare... Read More yourself before the course start. At the start, they will teach you all the basic and fundamental knowledge of programming, starting from just what's the variable. Every day, they will gradually teach you more advanced stuff, more languages, more libraries/frameworks, and also provide you assignments or challenges that you can apply your new skills to solidify your knowledge. But still, you've to expect to learn really hard to be able to understand everything. It might not as easy as I make it sound, but it's totally worth it. They're not just teaching you how to program, they also teach you how to work as a programmer such as how to use Product design, Terminal command, Git repositories, Project management tools, how to work as a team, and the best practice for each scenario. Besides all of that, the teachers and staff are also really great. They're always there to give you advice, such as how to deal with programming problems, how to create a final Bootcamp project that will make you stand out, how to create a resume to make it easier to get a job, including giving you advice on how to make your online resumes like your portfolio website and LinkedIn. The Alumni network is also really great, they provide you a connection with the other programmer in your area, they also occasionally have events that the alumni talk about their careers or experiences, which is nice to attend. Last but not least, they also provide you with an internal learning resource that you can learn by yourself to expand your knowledge. If you're not sure about the course, they also host a free programming course for beginners once every couple of months. Do not hesitate to give it a try. I found a job 2 weeks after I graduated.Read Less",Web Development Course - Full-Time,Web Development +282601,10868,le-wagon,Mohammed Tifour,False,2021,Formation au top !,2021-10-20,5.0,5.0,5.0,5.0,"J'ai effectué la formation de web développeur en 9 semaines, c'était une expérience formidable où on était entouré d'une excellente équipe et un système de buddy (binôme) qui est très pratique pour apprendre et avancer dans le code. Je recommande vivement.... Read MoreRead Less",Web Development Course - Full-Time,Web Development +282576,10868,le-wagon,Thibault Fitte-Duval,False,2021,I recommend,2021-10-20,4.7,5.0,5.0,4.0,"I recommend ! After 9 weeks spent learning web development on Le Wagon Bordeaux was one of my best experiences. Teachers are highly qualified and nice even in remote class. The first few weeks of learning were very intense but the variety of exercices... Read More helps us to improve a little more each day. I say it again , I obviously recommend it 100% !Read Less",Web Development Course - Full-Time,Web Development +282575,10868,le-wagon,Caron,False,2021,Le Wagon Data Science bootcamp part time Brussels,2021-10-20,5.0,5.0,5.0,5.0,"Hello, My name is Arthur, I finished the part time Le Wagon Data Science Bootcamp in last September. I really enjoyed the experience, the teachers are really nice and help you a lot to step into this world that Data Science/Machine Learning is ! The approach... Read More of Le Wagon is based on hands on into project and exercises which are really good to understand how things are working under the hoods. Before finishing Le Wagon I found a job as a Data Scientist in a Start up so on this aspect Le Wagon help me a lot. For me I really recommend it if you want to become Data Scientist or just to get the idea of how things are working. ArthurRead Less",Data Science - Part-Time,Data Science and Analytics +282548,10868,le-wagon,Jeniffer,False,2021,Best Bootcamp,2021-10-19,5.0,5.0,5.0,5.0,"Taking part in the web development bootcamp at Le Wagon Berlin was one of the best decisions I could take. Le Wagon has a great learning program to teach you the most important topics about programming which really gives you the tools to think as a developer.... Read More The method of solving challenges and flashcards helps immensely to fix the knowledge and keep the learning process really engaging. Besides that, they have an amazing team of teachers and teacher assistants who are really kind and good at it. After the bootcamp, they also provided us with a well structured career week with full of valuable advices and a post bootcamp learning program! I can only recommend Le Wagon bootcamp.Read Less",Web Development Course - Part-Time,Web Development +282542,10868,le-wagon,Tim Jablonski,False,2021,Epic journey!,2021-10-19,5.0,5.0,5.0,5.0,"Hi Everyone🖐 I'm Tim and I just completed the LeWagon DataScience Bootcamp this Summer in Berlin 📊👨‍🔬 Honestly speaking, it was -by a margin- the best experience I had in a while! After finishing my MA degree I was ready to kick off my career life in... Read More Asia, but due to the global pandemic and some unfortunate circumstances I had to give up my plans and return to my home country, where I was struggling to accept that my prior dreams had shattered. I needed to find a new direction and LeWagon gave me exactly the right impetus to push my life towards new goals - becoming a developer and finally finding the freedom that I seek! 🚌🌄 During the Bootcamp I learned enough about DataScience and overall programming to now work on projects that I never thought possible before, such as building trading bots that can generate a source of passive income. I have to say that the support, teaching style and overall organization from LeWagon has been excellent throughout the 9-weeks and even after graduation, I know, that I am now part of a community, that I can rely on if I ever run into problems. 👨‍👩‍👧‍👦 I would recommend the LeWagon Bootcamp to literally anyone, who is looking for an impactful challenge that can lead to a position in the tech industry.Read Less",Data Science - Full-Time,Data Science and Analytics +282534,10868,le-wagon,Romain thiriot,False,2021,Amazing 9 weeks experience !,2021-10-19,5.0,5.0,5.0,5.0,"After these 9 weeks spent learning web development I can say that Le Wagon Bordeaux is one of my best experiences ! highly qualified and attentive teachers, a well-equipped and well-located campus as well as highly motivated students and Le Wagon Team.... Read More The first fews weeks of learning are very intense but the variety of exercices helps us to improve a little more each day. And then at the end of the bootcamp, during the group projects, you fully realize how much you have achieved in just a few weeks. Finally, the career week at the end of the bootcamp helps you to see more clearly your next professional opportunities. Here is the strength of Le Wagon and I obviously recommend it 100% !Read Less",Web Development Course - Full-Time,Web Development +282526,10868,le-wagon,Mélanie Olivier,False,2021,Great experience @Le Wagon - Web dev course,2021-10-19,5.0,5.0,5.0,5.0,"Working previously in finance, I had always been interested in learning how to code but the dev world seemed a bit gloomy to me. That’s why following the full-stack web development course of Le Wagon was great: we learned so many things within only 9... Read More weeks, and I’m really proud of what we achieved for our final project! Big up to the teachers/TA, the learning platform and the buddy system, which make this experience both intense and totally worth it!Read Less",Web Development Course - Full-Time,Web Development +282467,10868,le-wagon,Khamza Habibullah,False,2021,Best time of my life,2021-10-17,4.7,5.0,5.0,4.0,I was part of batch 676 and had an amazing time as I got to learn coding with some of the best teachers from all over the world as well as other students who were motivated to learn. There is a reason Le Wagon is known as the best coding bootcamp in the... Read More world and you feel it before you even set foot in the classroom. I would highly recommend anyone interested in learning to code to join Le Wagon as it is truly one of the most life-changing events that I was part of.Read Less,Web Development Course - Full-Time,Web Development +282466,10868,le-wagon,Arthur Umugisha,False,2021,Great experience at Le Wagon Brussels,2021-10-17,4.7,5.0,4.0,5.0,"I've always had a deep interest in tech but chose to do Business school. However, after graduation and my first job experience, I knew I needed to deepen the little web development knowledge I grew over the years. So I decided to do the part-time web... Read More development Bootcamp at Le Wagon Brussels, and I'm really glad to have made that choice. The curriculum, the teachers, the classmates, the support, the network,.. are some of the reasons why I would definitely recommend this Bootcamp to anyone while switching into web development or any business position close to web developers. It's an intense pace, sometimes exhausting, but definitely worth it.Read Less",Web Development Course - Part-Time,Web Development +282366,10868,le-wagon,Jérôme Drescig,False,2021,Bootcamp Data Science Brussels,2021-10-13,5.0,5.0,5.0,5.0,"It was the best experience of my life. Now, I'm a data scientist who can build Machine Learning and Deeplearning algorithm. The project weeks at the end helped me get some Freelance contract and I didn't have to search for different customers, they come... Read More to me !Read Less",Data Science - Full-Time,Data Science and Analytics +282352,10868,le-wagon,Louis Neubauer,False,2021,Just Amazing,2021-10-13,5.0,5.0,5.0,5.0,"I was always interested in the tech world and amazed by programming. Before the course, programming seemed to be unreachable and only for the best tech geeks. But at le wagon teachers patiently guide you to become an actual programmer. The teachers are... Read More very friendly and also professional. The mood in the classroom is chilled and feels like you are family, but at the same time you learn a lot and need to focus. But you want to focus because everybody motivates you. Additionally, programming is learning by doing and you do a lot of practical work. But it is very exhausting, too. The course gave me the ability to think about different ways to reach my goal. All in all I loved it and an only recommend it to anyone!Read Less",Web Development Course - Full-Time,Web Development +282321,10868,le-wagon,myles,False,2021,Best decision ever - quickest and smoothest career change!,2021-10-12,5.0,5.0,5.0,5.0,"Before the bootcamp I was an Art and Design technician at a sixth form college, during the 6 weeks summer holiday I decided it would be the perfect time to develop a skill that I had been practicing on Codecademy casually during lockdown, and fortunately... Read More the college allowed me an extra 4 weeks off to complete the full-time web dev course. During the first few weeks, I found the bootcamp very challenging as I was learning so much in a short amount of time. It’s easy to get overwhelmed by it, but it’s important to stayed focused and motivated and eventually understand all of these new concepts and syntax. Fortunately the Le Wagon set-up accommodates for this, and it’s easy to keep motivated as there are helpful TA’s that gave me guidance and walked me through parts where I struggled, there is also a really good buddy-system where I was paired up with a different course mate each day to work together through the daily challenges. This made the community of the course welcoming and easy to navigate as you felt you could talk to anyone and even with a big class you would quickly know everyone, which is a helpful resource on the course and also when you finish it as you can stay in contact and then you’ll have at least 30+ people that are skilled in the same tech-stack as you.Read Less",Web Development Course - Full-Time,Web Development +282315,10868,le-wagon,Mateusz Budzisz,False,2021,Best learning experience,2021-10-12,5.0,5.0,5.0,5.0,"Le Wagon was everything I could expect from a course and so much more. Even though there's plenty to learn in just 9 weeks, the hands-on approach, constant feedback, and helpful staff make it possible. In addition, focus on interactions between the students... Read More and the teachers gives an amazing sense of community.Read Less",Web Development Course - Full-Time,Web Development +282311,10868,le-wagon,Aaron Staes,False,2021,Best choice for starting my coding career,2021-10-12,4.3,5.0,4.0,4.0,"Before joining le wagon I was a student in Marketing, but I felt that it wasn't something for me. So I started exploring other paths and came across coding,. I really liked to do it and spend a couple of months on my own trying to learn it. But something... Read More was missing, a sense of community, that's when I found Le Wagon. I never expected it to bring me SO MUCH value even after having learned the basics of coding on my own. It's not just the exercises, but the community around it that really add a lot of value. Both Teachers and your fellow students are really valuable. Deciding to join Le Wagon was the best choice I've made for my coding career!Read Less",Web Development Course - Full-Time,Web Development +282310,10868,le-wagon,Munji Kahalah,False,2021,"If you want to truly change your life, join Le Wagon and become part of their community.",2021-10-12,5.0,5.0,5.0,5.0,"Before joining Le Wagon I was working at my University as a professional intern, I knew I wanted to do meaningful work but lacked the skills to apply for big time roles. That’s why I joined the bootcamp and it was the best decision I’ve made, from understanding... Read More machine learning to being involved in this community it was everything I hoped for. In 9 weeks I was able to build my own deep learning model to predict stock market analysis with bright minded colleagues. I am Le Wagon forever and excited to continue to collaborate with the alumni in the future.Read Less",Data Science - Full-Time,Data Science and Analytics +282303,10868,le-wagon,Anonymous,True,2021,Great experience!,2021-10-11,5.0,5.0,5.0,5.0,"After long years of regret working in a lab as a physicist, I'd finally decided to take some risk and change careers, so I searched for good programming courses, as programming is something I've always been interested in, and I found Le Wagon's Bootcamp... Read More program. At first, I admit I wasn't quite sure of my choice, I was worried if I could make it, or if companies would really hire me but I enrolled in Le Wagon's web development course anyway and it was beyond my expectations. I'd already heard the course was good before but experiencing it and seeing all the insecurities going down as you trust the program is amazing! Plus...if you are worried whether the stack they teach is too limited. Believe me, it is not. If you are a really committed student you can take the best of it and build up an impressive foundation as a web developer.Read Less",Web Development Course - Part-Time,Web Development +282289,10868,le-wagon,Mathilde Sempere,False,2021,Au top !,2021-10-11,5.0,5.0,5.0,5.0,"Etudiante à Kedge Business School, j'ai eu l'opportunité de pouvoir réaliser la formation de web dev cet été. Une expérience intense et enrichissante qui m'a fait découvrir le monde du web. Un contenu et une équipe pédagogique au top du top ! Je recommande... Read More à 100% ! Merci le Wagon Bordeaux !Read Less",Web Development Course - Full-Time,Web Development +282282,10868,le-wagon,Elodie,False,2021,Great experience !!,2021-10-11,5.0,5.0,5.0,5.0,"I decided to join Le Wagon bootcamp because after 5 years in Digital Marketing I wanted to learn more about the tech side and the product. I loved the whole process, every single day you are able to see what you achieved and learnt. My favorite part was... Read More being able to code an MVP website from a business idea that I had pre-bootcamp. It’s also the perfect opportunity to build a high quality network when you just moved to Amsterdam :)Read Less",Web Development Course - Full-Time,Web Development +282252,10868,le-wagon,Anonymous,True,2021,"Challenging, but hugely worth it!",2021-10-09,5.0,5.0,5.0,5.0,"Before starting the course I was working as a Merchandiser at ASOS but feeling really unfulfilled. I didn’t feel like I was using my brain the way I wanted to, and wasn’t stimulated in my job. I had a conversation with one of my friends who had done the... Read More Le Wagon course, and he recommended it mainly for the amazing stuff he had learnt but also because of the fun he had on the course! After the 9 weeks, I feel I have built strong foundations to become a web developer, and Le Wagon has given me the skills to not only learn a programming language but also how to work as a team when developing web applications. On top of this, the extra careers help we received in the 10th week of the course was hugely beneficial, as it taught us all the ways in which you can show off everything you’ve learnt for future employers to see! I highly recommend Le Wagon if you’re looking for a change in your career or if you want to learn more about web development!Read Less",Web Development Course - Full-Time,Web Development +282226,10868,le-wagon,Henry Mutschler,False,2021,Best bootcamp for web development,2021-10-08,5.0,5.0,5.0,5.0,"Hi! My name is Henry Mutschler and I recently graduated from Le Wagon’s Web Development Bootcamp in London (batch #698). Prior to joining the course, I had just graduated from my bachelor’s degree in Business and Management and had no knowledge in coding... Read More whatsoever. I was always very keen to learn how to code, however never had the time, patience, or base knowledge to teach myself. Therefore, I decided to join the Web Development Bootcamp London in July ’21, which in hind-sight was the best decision for me. I completed the full-time, 9-week course and can now confidently say that I have learned languages such as ruby-on-rails, HTML, JavaScript and CSS and others. Overall, Le Wagon has not only taught me how to code but also how to work on projects as a group. I am extremely grateful to the amazing team and my batch mates and will always look back at my time there with great pleasure. If you are also trying to expand your knowledge on coding, Le Wagon is the best place to go, and I could not recommend it more!Read Less",Web Development Course - Full-Time,Web Development +282223,10868,le-wagon,Anonymous,True,2021,100% RECOMMEND!,2021-10-08,4.7,5.0,5.0,4.0,"I joined LeWagon during a summer at Uni, as I don't enjoy my degree in electronics and was looking for my calling elsewhere. LeWagon definitely proved supper helpful for this, I got to learn a new codding language from scratch and see examples of data... Read More analytics applied in almost every industry. For example, my final project consisted on predicting the direction of bitcoin price! I recommend this experience to anyone looking to change career direction or learn data analytics. The teaching is incredible there are TA's available all day to quickly help with any questions, together with really cool alumni talks including current employees at Google or Monzo!Read Less",Data Science - Full-Time,Data Science and Analytics +282222,10868,le-wagon,Katarzyna Kupczyk,False,2021,One of the best experiences of my life!,2021-10-08,5.0,5.0,5.0,5.0,"My experience at Le Wagon must’ve been one of the most rewarding learning experiences I’ve had. Before the bootcamp I was going into my 4th year of Biomedical Science, wanting to focus on Computational Neuroscience afterwards, which is why I decided to... Read More learn how to code and improve my data science skills. During the bootcamp I met the most incredible people, from other students to teachers who were all amazing at explaining concepts and guiding me through daily challenges. The course was structured in a way which was easy to follow, and I could tell I was building up knowledge on different concepts day by day. I was amazed at the progress I had made, going from not knowing how to code at all to completing a final project which classified different stages of Alzheimer’s Disease from MRI Images using Deep Learning. Le Wagon not only helped me develop my data science and coding skills, but also the ability to work efficiently in teams. Careers week was an extra special bonus which helped me massively with writing my CV as well as providing helpful resources about jobs and further study. Overall, 11/10 :)Read Less",Data Science - Full-Time,Data Science and Analytics +282219,10868,le-wagon,Mert Arslan,False,2021,One of the best experiences I have ever had!,2021-10-08,5.0,5.0,5.0,5.0,"Hello! I am Mert, I’m from Turkey and I recently graduated from Le Wagon’s web development bootcamp (batch#700 – September’21). I have a degree on Chemical & Biological Engineering; before joining the bootcamp I worked in different areas trying to find... Read More my way, but I always felt something was missing. While trying to understand what I wanted to work on, I realized that I really have a passion for UI/UX design and web development, which led me to looking for courses where I can expand my knowledge and shape the next steps of my career. Then, I found Le Wagon. The school immediately impressed me with all the positive reviews it had, so I decided to give it a go. That decision was one of the best decisions I have ever made in my life. From day one ‘till the end of the bootcamp, we had full support from our teachers and TAs on how to approach problems, and how to solve them systematically. The buddy system is a wonderful thing; you get to know your peers and it gives you different perspectives on finding solutions to problems you face. Le Wagon doesn’t just teach you Ruby or web development; they teach you how to learn a language, and how to approach & solve problems. In a matter of only 9 weeks, me and my group, who had no previous knowledge about coding, were able to create this beautiful web app: https://www.streamdream.me So, if you are looking to either start your coding career or expand your knowledge, you don’t need to look anywhere else. Le Wagon is the school for it, and I can not recommend it more!Read Less",Web Development Course - Full-Time,Web Development +282152,10868,le-wagon,Alex,False,2021,Amazing!,2021-10-06,5.0,5.0,5.0,5.0,"Amazing bootcamp. It is, as they say, a life changing bootcamp. Super grateful of their kindness and professionalism. The community they have created is amazing and will help you in your next steps, which I think is one of the most important things to... Read More be worried about when choosing a bootcamp.Read Less",Web Development Course - Full-Time,Web Development +281952,10868,le-wagon,Nadav Friedman,False,2021,A great experience for anyone looking to immerse themselves and gain a foothold in the world of programming,2021-10-01,5.0,5.0,5.0,5.0,"For a long time before this summer, I have been trying to take the first step towards becoming a developer. The seed was planted when I took a simple introduction to programming class as an elective at university. It was my first exposure to programming... Read More in any form, and despite the class being quite basic I was instantly hooked. The ability to solve problems and think analytically was something I always gravitated towards, and programming (even in this most basic form) was just so delightful and interesting. This was something, for the first time, that I could really see myself enjoying in the future as a profession. The problem was that I wasn’t a computer science student, and I knew nothing about how to get started after finishing up that course. I didn’t know what kind of jobs I wanted or what jobs were even available. I didn’t know what programming language was the best to start with, or how should I practice, or even what resources were the best place for me to develop my skills. I made very slow progress since it was difficult to know whether the direction I was headed was the one I wanted to go in. I wanted so badly to take the first step towards becoming a developer, but I had no idea which direction that step should be and where that step would lead to. It felt like I was lost in the wilderness of all the information that was out there. The first time I heard about Le Wagon was from a friend of mine, who unbeknownst to me, was going through a similar situation as I was. At first, I was skeptical. I had heard very little of bootcamps, but I was doubtful that I could learn what I wanted to learn in the span of 9 weeks. Especially considering the syllabus indicated that the teachers would begin teaching from the very basics of programming, which I already knew. I didn’t want to relearn the basics like iteration or conditionals or functions, but rather I wanted to learn how to create something real. I wanted the skills, and perhaps more importantly, the direction to be able to turn my code into a real-life application that can solve actual problems and pains. As I read more and more positive reviews online, I decided to give it a shot. So, I signed up for the Web Development course at Le Wagon for the summer. While I was hopeful about what the experience could do for me, I was internally preparing for a good experience, but not something profound that might help me decide whether I would commit to this kind of profession and perhaps point me to where I should go next. I was very happy to be wrong. The bootcamp, although it started with the basics, was consistently engaging and fun throughout. The staff was fantastic and it was very easy to fall into the routine of the day, which consisted mostly of completing fun challenges on the topic of the day’s lecture. Something really clicked for me when our teacher introduced the Ruby on Rails framework to build web applications. It was the first time in my programming journey where I could begin to see the possible applications I could build. The project weeks alone would have really made the whole bootcamp worth it. It was the highlight of the bootcamp by far for me. Working in a group to create a product is dynamic and rewarding in a way that is hard to explain unless you’ve done it. It was far and away the best way to learn. My teammates and I ended up developing a social networking website for foodies. It was staggering to see how far we had all come since the beginning of the bootcamp and incredibly surreal to see what we were able to build over the span of just two weeks. The most important element that I took away from the bootcamp and the project weeks, however, was that it allowed me to develop the skills and learn the process to turn my ideas into real-life web applications. It was exactly what I had been looking for. I have many more steps to take before I can get to where I want to go. The difference is that I now have a roadmap and some reassurance that I am heading in the right direction. If you find yourself in a situation like mine, where you have many questions and you want to be pointed in the right direction, then Le Wagon would be a good experience for you to have.Read Less",Web Development Course - Full-Time,Web Development +281924,10868,le-wagon,Isabelle Lavoie,False,2021,Le Wagon nails it!,2021-09-30,5.0,5.0,5.0,5.0,"I've always loved technology. From web design projects for personal or professional use, to teaching coding and robotics to elementary students, I jumped in every opportunity possible to learn more. I knew bits and pieces in a lot of things, but I needed... Read More to fill in the blanks to be able to create what I had in my mind. I wanted a structured and a cohesive program to move forward. I found that, but so much more! Le Wagon Web Development bootcamp was an intense 9-week adventure, well beyond my expectations. The Montreal Batch #657 was the best group I could have spent my summer 2021 with, even if I joined remotely from BC day after day. As the weeks flew by, I’ve learned to think as a developer. I've learned to learn as a developer. I've learned what it feels like to be a developer. I had so many crazy moments feeling invincible, and others, not so glamorous, pulling my hair and feeling lost. But amongst all those, in the highs and the lows, I had Le Wagon's team guiding me and never letting me down! I wanted to be challenged. I was! I wanted to have fun. I did! I wanted to push my limits. I had to! I wanted to be able to look back and celebrate my growth. I sure can! Le Wagon helped me strengthen a real foundation I can continue to build on as a developer, but also as an entrepreneur. Le Wagon gave me tools to grow on so many levels. Beyond programming languages. Beyond technical skills. And I am very grateful that I embarked on this fantastic journey.Read Less",Web Development Course - Full-Time,Web Development +281897,10868,le-wagon,Dylan Cherry,False,2021,Web Dev - Full Time,2021-09-29,5.0,5.0,5.0,5.0,"Before joining Le Wagon I finished the last semester of my finance bachelor's degree. I consider myself a creative person and I was looking to learn a new skill that combines creativity with the logical aspect of finance. I decided to learn to code and... Read More after doing some research, enrolled in Le Wagon's 9-week full-time web development bootcamp. The bootcamp was an incredible experience. All of the teachers and teaching assistants were extremely friendly and made a relatively difficult subject digestible and fun to learn. I was surprised to realize how much I learned while applying my skills during project week when we built a web app that allows foodies to create and join niche tasting events. Le Wagon was a great experience overall and I would definitely recommend it for passionate and driven people looking to learn how to code.Read Less",Web Development Course - Full-Time,Web Development +281878,10868,le-wagon,Chidiebere Okeoji,False,2021,My experience @ Le wagon was super fantastic,2021-09-29,5.0,5.0,5.0,5.0,"Le Wagon is a great decision I made. For over 12 years I have worked in the oil and gas industry as a designer. I have always been curious about what was under the hood of software and AI. Meanwhile, I was feeling a little underachieved and I knew I had... Read More to make a career change. Surfing through the net, I came across different bootcamps but Le Wagon stuck me because of its rich courses and incredible reviews. I knew straight up that I belong to this community. With zero knowledge of coding, I lunched myself full time into the data science program. My experience at Le Wagon is invaluable. I learned so so much in such a very short time (10 weeks) due to the fantastic learning structure put in place by the school. My team and I built a waste_assist image detection and classification project completely from scratch. I have also gone ahead to create a rock_paper_scissors image detection of my own. Viva Le Wagon!!!Read Less",Data Science - Full-Time,Data Science and Analytics +281849,10868,le-wagon,Van Thao Huynh,False,2021,An amazing experience,2021-09-28,5.0,5.0,5.0,5.0,"From the beginning of the Bootcamp, the teachers kept telling ""Trust the program"". I didn't know what they meant by that! I questioned everything. The bootcamp felt overwhelming at first. A lot of new information was thrown at us every day, and the next... Read More day built on the previous one. But at some point, everything started coming together: The morning lectures, the buddy system, the live code at 5pm, and then the flashcards in the evening… It just made perfect sense and work out so well, to my surprise. It's a PERFECT program - for everyone - regardless of their background, whether they are coders or non-coders… The teachers and TA are very knowledgeable. They are extremely friendly and patient. Sometimes they go out of the way to help students, even during lunchtimes or after hours if necessary. The teachers taught me how to code but also how to be patient, be gentle with myself, and work in a team effectively. The management team is extremely polite and friendly. They're always available to help with any issues, including personal ones. The Community Manager helped me a lot to manage some personal breakdowns. I also love Le Wagon Montreal's location, the view, and the atmosphere of the campus. Not only that, they have free tea, K-cups coffee, and fruits. And then there is yoga on Wednesdays, Happy Hour on Fridays… A lot of activities besides coding, which is very important to balance the body and the mind. The Career Week was extremely helpful. I enjoyed the Lunch & Learn sessions with special guests, Alumni Q&A, and talk with an HR specialist. This week served as guidance to find a job, get ready for interviews, polish my resume and Linkedin profile. It was well organized and very informative. All and all, I am 100% satisfied. Honestly, Le Wagon thought of everything! From the content materials to the well-being of every student. It's hard for me to think of anything for improvement! If you're on the fence (just like me at the beginning) and wondering if you should take Le Wagon bootcamp or not, please do yourself a favor – take a leap of faith – and GO FOR IT! Like I did. And I'm thrilled that I did. Three words for you: ""TRUST THE PROGRAM!""Read Less",Web Development Course - Full-Time,Web Development +281678,10868,le-wagon,Thierry Auzel,False,2021,Code you own Web App in 9 weeks. From zero software knowledge. period.,2021-09-23,5.0,5.0,5.0,5.0,"I am working in finance and had always been willing to join this bootcamp because of a personal interest in code and Tech, and to finally be able to work on my own pet project or later join a career in tech (while having zero computer/software engineering... Read More experience). I had plenty of very positive word-of-mouth feedback: I wasn't disappointed. From day 1 you sit right in the ""real-life"" web developer cockpit, pushing exercises to github, switching back and force between your terminal, your text editor and your localhost.. When stuck, you can tap your buddy and if the 2 of you can't crack it you can post a ""ticket"" to teachers who can then dedicate proper time to the more challenged students thanks to this well-run and iterated process. Past week 6, you finally put everything together into 1 week for a mini ""mock"" project week and 2 weeks for a final real-life potential one. This theory to practice moment is so important ! Because that's exactly were you discover how different it can be to build your own App from a blank page, away from a scripted exercise. Le Wagon allows you to crash test yourself during these 3 weeks and make all the mistakes you will then be able to avoid in the real world, with the support of experienced software development professionals. Finally, an extra week is dedicated to career orientation with individual coaching and meeting with local employers. Thanks a lot for this very well-run process and experienceRead Less",Web Development Course - Full-Time,Web Development +281657,10868,le-wagon,SOU Déva,False,2021,Awesome!!,2021-09-22,5.0,5.0,5.0,5.0,"I did the two Wagon track in Bordeaux (Web Dev & Data Science). In both scenarios, Le Wagon was an excellent bootcamp. It allows in a very short period of time to have an astronomical amount of knowledge and skills. The teaching team is at the top, the... Read More content is concrete and constantly updated. I recommend 100% the investment to be made in this training.Read Less",Data Science - Full-Time,Data Science and Analytics +281610,10868,le-wagon,Sebastián Rodríguez,False,2021,Great bootcamp!,2021-09-21,5.0,5.0,5.0,5.0,"Taking part in the data science bootcamp at Le Wagon Bordeaux was one of the best experiences in my professional career. They were some intense and amazing 10 weeks of learning, coding and meeting interesting new people. I am very grateful to all the... Read More teaching staff and my classmates for their energy and help. Can't wait for the next step in my career working in Data Science!Read Less",Data Science - Full-Time,Data Science and Analytics +281333,10868,le-wagon,Tanner Hallenstein,False,2021,Best choice I've made in a long time.,2021-09-09,5.0,5.0,5.0,5.0,"Le Wagon is a fantastic program that you will not regret choosing. After a lot of research online, I chose Le Wagon based on its reviews. And it just so happened that the reviews were true! The 9-week program will challenge you, but at least in my experience,... Read More I never felt overwhelmed. The teachers were great communicators and guides, making me feel confident in the process every step of the way. The skills you learn are so valuable. You don't just learn static coding skills, but you learn how to learn. Post-camp, I'm strengthening what I learned as well as adding to my knowledge pool much quicker than when I was previously learning on my own. On top of leaving Le Wagon with skills and projects ready to show employers, I also left with amazing bonds made with my classmates. The people you will meet are all people looking to change their lives and work hard for it. So, if you're a potential new student reading this, why not make some friends and change your life?Read Less",Web Development Course - Full-Time,Web Development +281198,10868,le-wagon,Amanda Paranamana,False,2012,Best decision in my career transition journey,2021-09-06,5.0,5.0,5.0,5.0,"Le Wagon Web Development Bootcamp suited my criteria very well. The comprehensive course content, the shorter duration of the full time course and the relatively lower cost are the three main factors that attracted me to choose it as it was the best option... Read More for me. It also came highly recommended by a past student who had successfully career transitioned into the IT industry. I decided to change my career and by joining the Bootcamp I gained the experience and knowledge I needed to achieve it. The technical and soft skills I have learned helped me to start my career in IT. The course is well structured and you will always be supported by amazing teachers. Joining Le Wagon Bootcamp is the best decision I made in my career transition journey.Read Less",Web Development Course - Full-Time,Web Development +281054,10868,le-wagon,Jorge Arias,False,2021,Best bootcamp,2021-09-02,5.0,5.0,5.0,5.0,"I had been wanting to change careers and become a web developer for a while, and I finally ended up choosing Le Wagon to kickstart this journey. I am really glad I did! Sure, I could have learned by myself - there are really great resources online, that... Read More is true! But Le Wagon uses a very specific learning process that really ensures we absorb and apply the knowledge in an optimal way via their own platform, challenges and projects. And that’s not counting all the skills we acquire that are necessary in a developer position, outside of just programming language skills, such as learning how to learn (so important!), working together as a team, version control with Git, product design with Figma, Agile methodologies, writing user stories, prioritizing features for an MVP, etc. On top of that, Le Wagon Montréal counts on an amazing team and I am glad to now be part of that international community! I am super excited to start my new job as a full stack developer.Read Less",Web Development Course - Full-Time,Web Development +280910,10868,le-wagon,Kev KS,False,2021,Best decision ever,2021-08-30,5.0,5.0,5.0,5.0,One of the instructors at the beginning of the Bootcamp said the course was the single greatest learning experience they had had in their life. I was surprised and didn't believe it but now I completely agree. The Le Wagon web dev course is fantastic,Web Development Course - Full-Time,Web Development +280846,10868,le-wagon,Alexander Maksimets,False,2021,Life changing,2021-08-28,5.0,5.0,5.0,5.0,"Joining Le Wagon has been one of the best decisions I've made in my life. I have tried to learn software development for a number of years previously through a combination of books and tutorials with no significant results. During my self study I’ve found... Read More myself constantly stuck in tutorial loop, quitting and restarting my studies more times than I can count until eventually I completely gave up, concluding that I’m simply not smart enough. Enter Le Wagon: After enrolling into the bootcamp program I noticed a number of differences between what I’ve experienced before and the Le Wagon curriculum. It is simply far better thought out and presented than anything else. On top of that you get immediate feedback from your teachers and TAs, who will go above and beyond to make sure you understand the material. You also get to work within a team of like-minded professionals in the common pursuit of learning and building a kick-ass app for the final project, so, to quote Ron Burgundy, “in some cases lasting friendships will be made”. But wait there is more! - Before the program is over you will have the opportunity to join a career workshop where your CV and LinkedIn page gets an overhaul. - After the program you can also join a series of career development seminars where you are walked through navigating the job market, cover letters and interviews. - You also get continuous career coaching and advice both during and after the bootcamp. Overall, this course is definitely good value!Read Less",Web Development Course - Part-Time,Web Development +280840,10868,le-wagon,Jose Gp,False,2021,Le Wagon Tokyo (Japan) - Coding Bootcamp,2021-08-27,4.7,5.0,4.0,5.0,"It has been an amazing experience. Personally, i had a little bit of experience in programming while studying on my own but I felt I needed some guiding so I gave it a try. I got a job 2 months after and I feel the basis of my programming skills are much... Read More more solid and I could learn a lot of new stuff as well. I also appreciated how they are always there to help you before, during and after the bootcamp and how they guide you on to learning new skills afterwards.Read Less",Web Development Course - Full-Time,Web Development +280760,10868,le-wagon,Zelal Aslan,False,2021,Great Experience,2021-08-26,5.0,5.0,5.0,5.0,"9 weeks to learn code ! Well you can think that it’s impossible ... it’s not easy actually , but not impossible ! :visage_légèrement_souriant: There is a steady pace, with a lot of knowledg to assimilate but every thing it’s make to help you ! Even if... Read More you’re a real novice .. like i was. The Teachers are really good, patient and friendly ! The organisation is great and what can i say about the staff ? They are awesome ! You can see that every body love his/her job and they are happy to make your day nice ! So, my experience at Le Wagon it was great ! More than that !Read Less",Web Development Course - Full-Time,Web Development +280740,10868,le-wagon,Thomas Temple,False,2021,A life changing entrance in to tech.,2021-08-25,5.0,5.0,5.0,5.0,"I joined the Le Wagon 6 month part-time Bootcamp after having a keen interest and curiosity in technology but little exposure to technical skills... Le Wagon comfortably changed that! You will learn, a lot! The setup - a lecture and then pair programming... Read More working through some fairly tough (& what felt like almost impossible at times!) challenges was a great way to learn and build confidence/technical acumen around concepts. Each subject closes with an interactive ""Live Code"" where concepts are ironed out by Le Wagon's tutors. Throughout the course, Le Wagon gives you exposure to the fundamentals of Web and Software Development through the likes of Ruby, Rails, JavaScript, NodeJS, HTML, CSS, Heroku, Git, Github & AJAX....plus way more..! Immediately, the curriculum immerses you in the fundamentals of programming, understanding data types and how to manipulate them. Ruby is the back-end language of choice for Le Wagon, a good introduction to programming with very clean syntax and easy to read for those with little programming experience (and even a delight to those who have programmed in the past!). You will build a couple of small software applications using an MVC design pattern (and object-oriented programming) in pure Ruby which is a workout for the brain! The course content moves on to relational databasing (SQL, sqlite3, Active Record), important for any developer to have learnings on. The front-end is next! You'll learn to hand-code the core fundamentals of Web Development using HTML & CSS. Popular techniques like Flexbox, CSS Grid, and Bootstrap are included too to keep your front-end sharp. JavaScript core fundamentals, DOM Manipulation, AJAX as well as plugins will give you an edge to your front end and keep the coding strong...that's not to mention that learning to prototype and wireframe an application is right after that...did I mention that you learn a lot?! Bringing it all together - you'll launch into Rails, a popular framework that will take everything you've learned so far into account and add a lot of flexibility to any application you build. Once you've gained a little confidence, you'll join a small team and work in an agile manner to build a couple of applications utilizing everything that you've learned so far. The peak of the Bootcamp is demoing your final project at the end for everyone to see (including alumni, the general public, and your friends and family if you like!). Post Bootcamp there is a career week that focuses on finding work in the industry if that's your aim. You'll learn how to level up your cover letters, resumes and hear from alumni who now work in the industry as well as industry professionals about tackling coding challenges and interviews. There are ""Get Me Hired"" events where companies will discuss their culture and upcoming roles. Le Wagon doesn't promise a job after the Bootcamp but will set you up in a very strong position to start looking. There are a lot of tech jobs out there - and A LOT of companies looking for technical skills, especially the ones that Le Wagon teaches. Le Wagon has a huge emphasis on culture and community. The energy is incredibly positive & the Teachers/Teacher Assistants are always happy to help and answer questions (even outside of class time usually). If anyone is curious to upskill or career change, I couldn't recommend Le Wagon enough. Even those with technical backgrounds find a lot of value in the course. Personally, I've now had exposure to an entirely new world (with a creative industry background as a pro musician as well as retail & sales). Previous to joining Le Wagon I had done a lot research on different Bootcamps... I am very happy to have chosen them and I look forward to continuing my journey in tech.Read Less",Web Development Course - Part-Time,Web Development +280708,10868,le-wagon,Josselin,False,2021,Great!,2021-08-25,5.0,5.0,5.0,5.0,"I expected a lot from Le Wagon for my Data Science formation and the global experience was even better: the contents of the formation and the custom learning platform were really well structured and all the people at Le Wagon very helpful. I do not regret... Read More the time invested in the formation, it really worths it!Read Less",Data Science - Part-Time,Data Science and Analytics +280702,10868,le-wagon,Lena,False,2021,Definitely worth it!,2021-08-25,5.0,5.0,5.0,5.0,"I was looking for a career change and decided to enroll in the full time web development course at Le Wagon. It’s by far the best decision I have ever made! I dove in with barely any coding experience, but in just 9 weeks I was able to learn so much on... Read More both front and back-end programming. It’s definitely a fast-paced learning experience and was hard at times, but the teachers were all incredibly patient and everyone in my class pushed each other to challenge ourselves. The staffs fully prepare you to get your career started (making a CV, interview prep, zoom calls with companies, etc.) after the bootcamp. And in the end you will be forever connected to all the incredible alumnis around the world. I highly recommend!Read Less",Web Development Course - Full-Time,Web Development +280666,10868,le-wagon,Benoit,False,2021,Amazing web dev bootcamp !!,2021-08-24,5.0,5.0,5.0,5.0,"I used to work in Real Estate Services as a Business Manager during 10 years. In 2021 I launched my own business as a Recruiter. I always wanted to learn how to make websites, so when I heard about Le Wagon, I knew that it suited me perfectly (beginner... Read More accepted, 9 weeks bootcamp). I really enjoyed my experience in Le Wagon Paris, I highly recommend the Web Dev bootcamp.Read Less",Web Development Course - Full-Time,Web Development +280654,10868,le-wagon,Jean Dumas,False,2021,Best reconversion ever,2021-08-24,5.0,5.0,5.0,5.0,"I arrived in the wagon as a Product Owner. I definitely find in the wagon program a way to improve my technical development skills. The lessons and the learning methodology are really well-built. Teacher are comprehensive and patient. After a few weeks,... Read More I was the first impressed by my progress. A PO will lead and communicate better with the development team. With the wagon, PO will understand developper work and their difficulties. The PO will become more efficiency. For me, I decided to go further and to find a job as a full-stack developer.Read Less",Web Development Course - Full-Time,Web Development +280617,10868,le-wagon,hiriart,False,2021,My experience at Le Wagon,2021-08-23,5.0,5.0,5.0,5.0,"I joined the Wagon’s part-time web development program to learn the basics of programming and software architecture. I have very much appreciated the demanding educational content based on a mix of online and regular classroom, practice (onsite and remote),... Read More flashcards and end of batch projects. Before starting the Wagon I had no experience in coding. The web development program brought me the keys to start a tech company as co-founder (to manage the dev team) and to pursue the learning of coding by myself. On top of having learnt a new “technical skill” I also discovered a new field that I passionate of.Read Less",,Unknown +280568,10868,le-wagon,Matt,False,2021,Well worth the time and money,2021-08-22,5.0,5.0,5.0,5.0,"I attended the full time web development bootcamp in Melbourne from April-June 2021. Portions of the course were taught remotely as Melbourne was in and out of lockdown, but the majority of the class was in person at a co-working space in Richmond. I... Read More went into the course with the expectation of learning the basics of building web apps for my own personal enjoyment and to help me become more technical in future roles. My expectations were definitely exceeded by the end of the 10 weeks. The course was structured really well, and each lesson built on top of the next nicely. The focus on pair programming was really nice too, and it meant learning how to work with others in a technical capacity. The final project was a fantastic experience, and I'm even still using the app that I built during that time. I would highly recommend the full time web dev course to anyone who has similar goals as mine.Read Less",Web Development Course - Full-Time,Web Development +280513,10868,le-wagon,Glenn,False,2021,"A rewarding, challenging experience that has set me up for a future of success",2021-08-19,4.7,5.0,5.0,4.0,"Le Wagon is just fun. The immediate pros are the people - fellow students and staff. Everyone is there to help. There is a vast amount of content to learn during the course which is all put into practice which really helps solidify what you are learning.... Read More The staff and teachers genuinely care about your success and are always there to answer questions. The only cons are that I didn't want it to end, I did the 6-month part-time course which I enjoyed as it gave a bit more spread between classes to let concepts sink in. Though even after the end of the boot camp you are part of the alumni community from all over the world who are happy to answer questions you have for personal projects or challenges in your new job.Read Less",Web Development Course - Part-Time,Web Development +280494,10868,le-wagon,Andrew Calder,False,2021,"Yes, it's definitely worth it",2021-08-19,5.0,5.0,5.0,5.0,"As a career changer moving from mechanical engineering to software engineering, Le Wagon Melbourne was the perfect choice. The curriculum is excellent. The ramp from simple command line programs to full stack web apps is so good that it's obvious the... Read More curriculum has been refined over many years. Le Wagon Melbourne is a very tight-knit team. The instructors foster a super friendly atmosphere. The career support post-graduation has been top notch - plenty of workshops, industry events and individual help. I can't emphasise enough that the most valuable thing about the bootcamp is the community. You form a very powerful network with your fellow students and the staff. This is really important when it comes to getting introductions, hearing about job openings etc. You will also make good friends! I highly recommend!Read Less",Web Development Course - Full-Time,Web Development +280492,10868,le-wagon,Sébastien Bruno,False,2021,It changed my career,2021-08-19,5.0,5.0,5.0,5.0,"I decided to change careers by studying at Le Wagon boot camp. It was a very good choice! The teachers were very patient and always ready to help. The challenges were tough, but necessary to be able to fully understand how programming works. After the... Read More Le Wagon, I started working freelance as a full-stack web developer.Read Less",Web Development Course - Full-Time,Web Development +280464,10868,le-wagon,Adrien Bellamy,False,2021,Fantastic experience - Web Dev Bootcamp in Paris,2021-08-18,5.0,5.0,5.0,5.0,"I decided to follow Le Wagon bootcamp in Paris during my gap year at HEC Paris. I wanted to complete my business background in order to launch my entrepreneurial project or become a PO in a tech company after my studies. The choice of Le Wagon was natural... Read More because of its reputation, its dynamic alumni network and its part-time programme which fitted with my schedule. Conclusion: the quality of the pedagogy (availability of the teachers, benevolence, learning materials, etc.) and the smooth running of Le Wagon platform (access to exercises, calendar reminders, zoom links, etc.) have far exceeded my expectations. They have provided a comfort that I had never experienced in my previous e-learning experiences!Read Less",Web Development Course - Part-Time,Web Development +280454,10868,le-wagon,Vera Trindade,False,2021,Changed my life!,2021-08-18,5.0,5.0,5.0,5.0,"This bootcamp gave me the edge I needed to boost my career! Before that I knew a little python from a couple of online courses but nothing serious - I’m a mechanical engineer and had little to no experience in this world. That was all about to change,... Read More since then I learnt python for real, statistics, data wrangling, machine learning all by doing challenging projects. The teachers were good, and I mean really there for us - ever little issue I had they were there. One thing that absolutely surprised me was although the bootcamp was entirely online, due to covid situation, the students were ""handpicked"" and a healthy camaraderie emerged between us, which was the cherry on the top! I have nothing but great memories from this experience - besides the intensiveness of all the work, but hey that's what it takes to learn something as challenging. After the bootcamp, I found a fantastic job on a startup as a data product manager, all thanks to the skills I acquired at LeWagon Lisbon.Read Less",Data Science - Part-Time,Data Science and Analytics +280453,10868,le-wagon,Amanuel Gselassie,False,2021,Best Experience Highly recommended,2021-08-18,5.0,5.0,5.0,5.0,Amazing how much Le Wagon takes you from the basics of programming to a complete app. I loved this experience which allowed me to develop my skills in this field. The program is extremely well built and intensive.I highly recommend this training for anyone... Read More wishing to learn and develop knowledge in full-stark web development.Read Less,Web Development Course - Full-Time,Web Development +280450,10868,le-wagon,Aparna,False,2021,"Amazing support from teachers and career coaches, made some really good friends !!",2021-08-18,4.7,5.0,4.0,5.0,"An immersive part-time bootcamp with thorough training on building full stack web applications using Ruby on Rails and Javascript. What I appreciate the most is the support that I got in my job search, in a market that is quite difficult to navigate especially... Read More for first time immigrants.Read Less",Web Development Course - Part-Time,Web Development +280445,10868,le-wagon,Julian Harrington,False,2021,Best community. Best Bootcamp.,2021-08-17,5.0,5.0,5.0,5.0,A supportive and encouraging environment with a big focus on pair programming and truly understanding the fundamentals before moving towards advanced topics. Le Wagon has a global community and students connect from all over the world. I made some amazing... Read More friends and all of the instructors were passionate about making sure students are getting the best experience possible.Read Less,Web Development Course - Part-Time,Web Development +280443,10868,le-wagon,Thomas,False,2021,Fantastic Experience!,2021-08-17,5.0,5.0,5.0,5.0,"I decided to switch careers in my mid 30's, and after lots of research, I settled on Le Wagon Tokyo. It was a great choice! The instructors were friendly, thorough, and experienced in the field. The structure of the lessons was easy to follow, so when... Read More I started the challenges, I had a good idea what I needed to do. The challenges were tough, but do-able. Whenever I had any issues, a teacher was always available to help me get through it. After the bootcamp, I was able to use the knowledge I'd gained to find a developer job.Read Less",Web Development Course - Full-Time,Web Development +280167,10868,le-wagon,Ali Salem,False,2021,"Wonderful school, fantastic Curriculum",2021-08-10,4.7,5.0,5.0,4.0,"I recently finished the le wagon bootcamp and I can clearly say it was life changing for me. Before that I worked in business and social fields and I needed a change, which came at a perfect timing. Super excited to get on with my tech career I have never... Read More learned so many useful Skills in my Life in such small period of time. The TAs and the Buddy System were exceptionally good in allowing students to engage in problems on their own and search for a way to solve it together without the solution being revealed. On top of that we had wonderful and inclusive community that made this journey even better. Totally recommended for anyone looking to extend their knowledge in coding or change careers and meet the most amazing and bright group of people along the way.Read Less",Data Science - Full-Time,Data Science and Analytics +280048,10868,le-wagon,Laure B.,False,2021,The right choice !,2021-08-06,5.0,5.0,5.0,5.0,"I had reached a turning point in my professional life, or I was continuing on my way by taking the risk of becoming an obsolete expert in 10 years, or I was training to be up to date with the expectations of today's job market . I chose the second option.... Read More Today, I have a large range of jobs available to me. The digital's world is constantly evolving and I felt it was essential to take this turn chosing to go to ""Le Wagon"". It's unbelievable how the Wagon's courses structure is efficient. Many of us, as students, were beginners before starting the bootcamp but, after few weeks, we were able to create a functional application from A to Z. We had the opportunity to learn several types of languages and therefore to build a strong basic culture to continue our journey in the world of tech. For everyone who wishes to learn new things and complete the professionnal knowledge with technical skills , I highly recommend this life experience !Read Less",Web Development Course - Full-Time,Web Development +280012,10868,le-wagon,inaki gauthier,False,2021,best bootcamp,2021-08-05,5.0,5.0,5.0,5.0,The Bootcamp was a wonderful experience for me. I really enjoyed. It’s incredible how much you can learn in 10 weeks !!!! Teachers and staff are incredibles. They helped me for found some public funding to paid the bootcamp. It was an excellent opportunity... Read More to enter in the world of coding.Read Less,Web Development Course - Full-Time,Web Development +279981,10868,le-wagon,LouiseA,False,2020,Amazing Experience,2021-08-04,5.0,5.0,5.0,5.0,"I started my journey at Le Wagon on the 5th of April 2021. Before that I used to work in the Fashion industry. I was Wholesale Administrator for a luxury brand for 4 years. I new I wanted to change my job but I didn’t know what to do yet. After month... Read More of thinking I heard about this 9 weeks training. I had never code before so I started training on Codecademy to see if I was into it and I immediately liked it. I decided to get in touch with former students at Le Wagon and other Bootcamp to gather their thoughts before jumping in. The feedbacks I had about Le Wagon were that the teacher and teaching methods were amazing and they had a great network, most of the people I had on the phone were actually hired by former students. Good teachers and a good network were the 2 quality I was looking for in a Bootcamp so I decided to join. I was not disappointed. The first thing they say when you arrive at Le Wagon is you need to trust the system which is kind of scary when you don’t know anything about coding. But it is so true. The teachers and assistant teachers are amazing. We spend everyday coding on exercices and projects that are perfectly thought. All the information we have to digest seems overwhelming at first but in the end the program is so well thought that your brain just remember everything. I never thought I’ll be able to code a web app in only 9 weeks and yet we all did it ! More than that Le Wagon is also an amazing human experience, that allow you to meet people from many different backgrounds.Read Less",Web Development Course - Full-Time,Web Development +279934,10868,le-wagon,Andreas Mussger,False,2021,A kick start for my career change,2021-08-03,5.0,5.0,5.0,5.0,"I did the Le Wagon Data Science bootcamp in Amsterdam and it was an amazing experience. In only 9 weeks the Bootcamp taught me all the necessary tools to work on my own projects and opened my horizon for more ideas. During the whole course the teachers... Read More and assistants were helpful and patient with us students, I never felt left alone with my problems. The lectures go deep enough into the mathematical theory to keep it challenging even with a technical background. In the end of the bootcamp we worked on a final project that I can now present with pride during my job interviews.Read Less",Data Science - Full-Time,Data Science and Analytics +279806,10868,le-wagon,Patrícia Nunes,False,2021,The best of the best!,2021-07-29,5.0,5.0,5.0,5.0,"This course had a very intense learning process for someone that came from scratch on this field but it was so much worth it and fun, I would do it all over again! The teachers were the best and very patient with us, couldn’t have asked for a better experience.... Read MoreRead Less",Web Development Course - Full-Time,Web Development +279791,10868,le-wagon,Tom Moore,False,2021,Incredible bootcamp,2021-07-29,5.0,5.0,5.0,5.0,"Learning to code was never on my radar prior to Le Wagon - I’d always assumed you needed a STEM degree and that I’d missed the boat. It was a bit of a daunting prospect when I made the decision to change career and enrolled in the web development course,... Read More but everyone at Le Wagon was so welcoming I immediately knew I’d made the right choice. It was an intense but incredibly rewarding 9 weeks, the teachers were fantastic and the platform was really intuitive to use which made the learning process so much easier. I’d honestly recommend it to anyone, it was an unforgettable experience!Read Less",Web Development Course - Full-Time,Web Development +279734,10868,le-wagon,Ryan Kam,False,2021,Amazing 9-week Program,2021-07-28,5.0,5.0,5.0,5.0,"Overall very good experience for someone coming in with zero working experience in development. Pros Good team projects, easy to follow curriculum that gets you ready to work individually. Cons Some people who were a little less quick to catch-up got... Read More lost on some concepts, but everyone got up to speed eventually.Read Less",Web Development Course - Full-Time,Web Development +279709,10868,le-wagon,Daniil Volf,False,2021,Data Science Bootcamp,2021-07-27,5.0,5.0,5.0,5.0,"Before Le Wagon i was already working in IT as a product and project manager. Although i had basic understanding of programming and technologies around data i always wanted to dive deeper into this topic. There are many courses and bootcamps for Data... Read More Science out there, but i decided to go with Le Wagon, because it seemed to be an intense program. After the bootcamp i can say that it was the right desicion, because the Le Wagon Bootcamp has a great concept that makes it stand out from other courses. Here are 3 things that are especially worthy to be highlighted: Mass, quality, availability of material: Your first impression is probably gonna be, that the pace is way to high, but that's the goal. You go through a ton of material every day and its sometimes hard to cath up. Every topic will be introduced through a live lecture. But there is also a possibility to watch a prerecorded lesson and take a look into a script later. If the pace was to fast or something wasn't clear enough you can have a look at it in the future, because all the material will be availible for you even after the bootcamp. Teaching concept and community: Bacause the topics are new every single day it's pretty tough to get through the challenges without any help. So you have to collaborate. Challenges are designed that you solve them in collaboration with the teachers and other students and of course with the use of stackoverflow & co. There is also a lot of communication on the slack channels, so you really get to know many people and benifit from the huge international community. The final project: At the end of your bootcamp you can pitch you own project or join a project of other students. In two weeks (with support from teachers) you, as group of 4 students, will develop and deploy your own web application... and thats impressive. PRO Variety and depth of Data Science Topics. You get a great overview of the most important concepts of data Science, because of the high pace you can not really focus to much on one specific thing but you always have the oppertunity to look it up after the bootcamp, because all the lectures and exercises are still availible for you after the bootcamp. CONTRA If you do not like to be challenged and face adversity, bootcamp is probably not the right thing for you. If you do not have a technical background and no previous programming experience it can be a pretty rough experience for you on some days. But if you feel motivated, go for it nonetheless. Frustration management is a very important skill, especially in IT.Read Less",Data Science - Full-Time,Data Science and Analytics +279672,10868,le-wagon,Luiz Affonso,False,2020,Best Experience,2021-07-26,5.0,5.0,5.0,5.0,"Amazing how much Le Wagon takes you from the basics of programming to a complete application. I started from scratch and decided to make my career transition in 2019. After evaluating several bootcamps, I realized that Wagon's proposal and especially... Read More the results are differentials beyond the immersive methodology and decided to face this challenge in mid-2020 and in 2021 I started as a software developer. I completely recommend the experience of learning at the best Bootcamp in the world.Read Less",Web Development Course - Part-Time,Web Development +279671,10868,le-wagon,BHATTACHARYA SAIKAT,False,2021,The Wagon Ride: Le Wagon Singapore Web Development Bootcamp Jan-Jul 2021,2021-07-26,5.0,5.0,5.0,5.0,"Trying to condense a 24-week bootcamp journey into a 7-minute read might be as tough as the bootcamp itself, but let me try. About me. I am a techie, with a fairly long “been there, done that” career in the industry. And in the autumn of 2020 (autumn... Read More in Singapore? Use your imagination, I say) I was at the peak of my anxiety and general unhappiness with being the rat on the wheel, and the wheel was getting more slippery with each passing year! It was then that I decided to take the plunge and do the Le Wagon bootcamp. I was very clear about WHY I was doing it - my driver was a creative itch to build new things and use software skills to build them. I was also clear about WHY NOT: for me, the pull wasn’t to get a new job or build a new career - if those were to happen, well and good, but I wouldn’t fret if they didn’t happen, yet I could still walk away with new knowledge and skills that I could tinker with and use to keep me rejuvenated and excited about my life. Enough about me. About the bootcamp and my ride, from here. First lesson learnt: it pays to do the pre-course prep work well. I had initially underestimated the load and complexity of this piece, and had to ramp up exponentially before the selection interview with lead instructor Miguel. Frankly, I wasn’t happy with how I fared at that interview, but luckily, Miguel was generally ok with my skill and knowledge level, and I got through. I chose the part-time program that stretches over 24 weeks. Obvious reasons: I had to balance across the demands of a regular day job and my family. The intensity of a 9-week stint of back-to-back sessions looked intimidating to me, so I chose the part-time course - and it worked for me. I must admit that at the start of the bootcamp, it felt a bit strange when the classroom sessions seemed to be so “light” on theory, and the constant nudge to work on the challenge exercises. My initial reaction was hey, how can I do this when I haven’t fully grasped the theory? Adapting to this learning-by-doing regimen needed me to double down on paying close attention to and understanding the recorded videos that we were expected to see before each classroom session. At night, I started doing the exercises showcased in each recorded video lesson, before starting on the classroom session challenges. I focused on getting each flash card answer right, even if it took multiple attempts. I realised I had become rusty at retention, and had to ramp up on repetition and practice. After about 3-4 weeks of doing this, I got much better at learning by doing and I got to a point where I was able to complete some of the challenges before the next day’s session started. Hard, bull-headed effort was finally paying off. And I realised that familiarity breeds other things besides contempt and children: self-confidence which then leads to wanting to do more. Another thing I thoroughly enjoyed about the bootcamp was the challenge exercises - their variety: a mix of brain-teasers, games and real-life needs - they were never boring. End-of-course project. I started with a deja vu feeling - am I ready to do this yet? And at the end of the project, I realise now that there two crucial factors that made us succeed and achieve what we set out to build and built in 14 days: - a very sensible and pragmatic assessment by our teachers, of the products we pitched to build, driving a fine balance between creating new, interesting value propositions while not trying to go to Mars in 14 days - followed through with continuous mentoring, as well as refinement and critique of each product as it took shape; and - having a framework to follow in actually doing the project, which drew upon a broad canvas of tools and methodologies; this made teamwork and planning easier and more effective, leading to productive, rapid builds in a controlled, coordinated manner. This was particularly important during the weeks where Covid restrictions meant everyone working remotely, without the natural benefits of “common ground” classroom sessions. Well, that’s the story of the ride, in a nutshell. Not only did we all survive, but we emerged with new wings to fly, perhaps eventually to soar. I realised that each one of us students had a different reason to do this bootcamp - some came to self-actualize, some to improve upon what they were already doing, some to change careers and some to gain first-hand knowledge akin to learning “what goes on inside a kitchen before opening a restaurant”. I believe that our bootcamp education satisfied each of those drivers with its unique mix of content, method and teaching. For those who stay through the rolling credits part - I take this opportunity to thank my teachers Miguel, Prima, Grace, Ann and the all-round support from Liana before, during and after the bootcamp. I could write a whole chapter on how great each of them are. But I will suffice it to say thank you, and I hope that I can live up to the trust and confidence that they have shown in all of us.Read Less",Web Development Course - Part-Time,Web Development +279665,10868,le-wagon,Jack Zhang,False,2021,Web Development Course (Full Time) - Singapore,2021-07-26,5.0,5.0,5.0,5.0,"9 weeks of Full Stack Development with Le Wagon Singapore helped me rediscover my inner geek. Every day, we were challenged with new ways to write better code, relational database mapping and finding that missing semicolon that breaks everything. Although... Read More the learning curve was steep, my awesome squad had emerged with 2 web applications that was the culmination of our learning journey. Urban Farmer Online (UFO) and RideNow. Both web-apps are poised to solve real-life user pains and both being our pride and joy. Massive thanks to the Le Wagon SG team for the dedicated guidance and career support after the bootcamp!Read Less",Web Development Course - Full-Time,Web Development +279627,10868,le-wagon,Ana Bergese,False,2021,Amazing experience!,2021-07-23,5.0,5.0,5.0,5.0,"I am an anthropologist from Argentina but since I moved to Barcelona three years ago, I started working in customer service and technical support roles. I wanted to change towards roles that present more complex tasks and that demand a greater intellectual... Read More challenge. I was curious about the areas of Digital Marketing, UX and UD but finally, I decided on web programming because I was interested in having the creative possibility of building web apps from scratch. Doing the Bootcamp at Le Wagon was an unforgettable experience. It was a very intensive program that in a very short time transformed and trained me to have a mentality closer to logical thinking. The program is fundamentally oriented to learn backend with Ruby on Rails, the teachers were very close and helped us a lot throughout the journey. The energy that was generated in the group was very positive and stimulating! Totally recommended!Read Less",Web Development Course - Full-Time,Web Development +279619,10868,le-wagon,Anonymous,True,2021,Amazing,2021-07-23,5.0,5.0,5.0,5.0,"Before the bootcamp I was wandering aimlessly with no clear direction, that is until my brother came to my with a recommendation on how to fix my current situation. My experiences after joining it are all overwhelmingly positive. Even if it was daunting... Read More at the beginning, my TAs and fellow students made sure to never make me feel discouraged, always offering a helping hand whenever needed. Through cooperation and hard work we ended up creating an app we're truly proud of, (Nomacafe) and have now confidently entered the programming world.Read Less",Web Development Course - Full-Time,Web Development +279603,10868,le-wagon,Arthur W.,False,2021,Great experience!,2021-07-22,5.0,5.0,5.0,5.0,"Before joining Le Wagon I finished law school and worked in big law firms, but most recently in a legal tech startup. I realized how much power lies in the digitalization of the legal market and decided that I have to learn how to code myself in order... Read More to drive this development. Furthermore I was also always fascinated by coding and it's endless opportunities and finally wanted to learn ""the magic"" myself. I liked the hybrid format of my batch, starting remotely and finishing on campus. I really enjoyed the vibe of learning a lot in a relatively short time while meeting awesome people on the way, this includes the people from my batch but also the whole staff of Le Wagon that were very supportive. Kudos! Seeing the final project build up over the intense last two weeks and presenting it on demo day was a great experience.Read Less",Web Development Course - Full-Time,Web Development +279596,10868,le-wagon,Emilia,False,2021,"No regrets, highly recommended! (Full time web development bootcamp in Tokyo)",2021-07-22,5.0,5.0,5.0,5.0,"I entered the Le Wagon bootcamp in Tokyo with two objectives: career change (to become a professional web developer) and take advantage of the bootcamp connections to land my first tech job. I got everything I hoped for and more from this experience.... Read More While it’s impossible to learn absolutely everything during this short time, the program leaves you with all the necessary tools to continue your coding journey. The teachers do a great job to prepare you for the future challenges and help you build the confidence that you can find solutions to any problems you may face. I honestly couldn’t imagine a group of more supportive and helpful people. I took part in the full time curriculum, which was a very intense experience but at the same time rewarding, fun and refreshing (back to school feeling, 9 weeks of focusing solely on upskilling). I got a job with one of the hiring partners we talked to during career week. If you want to change your life and can afford the bootcamp, go for it.Read Less",Web Development Course - Full-Time,Web Development +279594,10868,le-wagon,Lucas,False,2021,Amazing Web Development Bootcamp,2021-07-22,5.0,5.0,5.0,5.0,"After reading a lot of good reviews about Le Wagon I decided to do my Full Stack Web Development Bootcamp with them and I have to say that it exceeded my expectations. Amazing teachers that are knowledgeable, helpful & friendly paired with a fast-paced... Read More learning experience and real-world examples make this Bootcamp a 10/10 for me.Read Less",Web Development Course - Full-Time,Web Development +279593,10868,le-wagon,Charles,False,2021,Amazing experience to pivot your career!,2021-07-22,5.0,5.0,5.0,5.0,"I got my first experience in coding copy/pasting VBA and SQL to automate processes and work with data, I really enjoyed it but felt like I was only touching the surface. So after 6 years in sales and marketing in Berlin (Amazon, nu3 and H24), I decided... Read More to change career path and fully dive into coding. I joined Le Wagon for its excellent reputation. What impressed me was the cadence at which we learned each topic, I would have not manage this learning on my own! The teachers and assistants provide great support, they ensure you keep up with the pace and have a proper understanding of each topic. In addition to the classes, I found the big alumni network and career service super valuable to give you a direction post-bootcamp.Read Less",Web Development Course - Full-Time,Web Development +279572,10868,le-wagon,Narciso Courtois,False,2021,Great learning experience!,2021-07-21,5.0,5.0,5.0,5.0,"Before joining Le Wagon I had founded two software startups where I was the main product manager. Since I didn’t have the knowledge to code software by myself, I hired developers, and without a technical background it was sometimes hard to communicate... Read More with them. To be able to collaborate in depth with developers in my future projects, and because I was very interested in developing products that used artificial intelligence, I decided to join Le Wagon’s Data Science bootcamp. I had a very positive experience at Le Wagon, and I really liked that it was a very hands-on bootcamp where I learned a wide variety of topics in a short time; that I was given the tools to create and deploy a product that used AI algorithms; and that I got help from Teacher Assistants whenever I got stuck. Finally, I also enjoyed doing with my team our final project, which in our case was a software that used computer vision to detect rooftops and solar panels from satellite images in order to assess the solar potential of a geographic area. I am looking forward to continuing with this project.Read Less",Data Science - Full-Time,Data Science and Analytics +279566,10868,le-wagon,Laura,False,2021,Great choice!,2021-07-21,4.3,5.0,4.0,4.0,"In 2017 I left my home country and also my career in Fashion branding when I decided to move to Berlin. After 3 years working for a Berliner start-up I finally decided to learn coding and I had no doubts that Le Wagon was the best option. Luckily my expectations... Read More were met, and even though I was a bit scared at the beginning (I think 99% of us are) I had a lot of support from the teachers and the TAs throughout all the process.Read Less",Web Development Course - Part-Time,Web Development +279556,10868,le-wagon,Wolfgang Schewe,False,2021,Great bootcamp!,2021-07-21,4.3,4.0,5.0,4.0,I studied physics and wanted to work in research but I realized I lacked often demanded knowledge and experience in programming. That’s why I joined le wagon’s data science bootcamp which was not only a great way to get to know python as a programming... Read More language but also to learn how to use python to analyze and work with data. In just 7 weeks of well-structured lessons and exercises I came the long way from basic programming skills to being able to build a working application using a complex deep learning algorithm to analyze pictures and recognize objects in them! I can wholeheartedly recommend joining the bootcamp because apart from it being a great learning opportunity you will also be able to meet a lot of great people in between both the students and the le wagon staff and you’ll get to be part of a very welcoming community where everyone is working towards a shared goal.Read Less,Data Science - Full-Time,Data Science and Analytics +279554,10868,le-wagon,Anonymous,True,2021,It is a lot to learn.,2021-07-21,4.7,5.0,5.0,4.0,"More than I could have imagined. Do not underestimate the amount, the velocity but as well not yourself! It is a rewarding feeling to learn to code and put it into action. The teachers at Le Wagon make it fun and the community is amazing! Taking it step... Read More by step.Read Less",,Unknown +279533,10868,le-wagon,Alen Esteibar,False,2021,Best bootcamp,2021-07-20,5.0,5.0,5.0,5.0,"I always had interest in coding and during the quarantine I decided to change my career path to this way. I looked in the internet about what kind of education was the most effective and I found the bootcamp model. I searched the number one rated bootcamp... Read More in the world, LeWagon, and after this 9 weeks I need to say that my experience was the best I could imagine. It was really accurately planed for the students to have the best experience and I noticed that every single day of the bootcamp. I encourage all of you to apply for this program, I promise you won’t regret!Read Less",Web Development Course - Full-Time,Web Development +279507,10868,le-wagon,Fabien Chareun,False,2021,Excellente formation !,2021-07-19,5.0,5.0,5.0,5.0,"Experience et équipe incroyable, je recommande a 100%! On y apprend pas seulement le code mais comment travailler en équipe et construire un projet de A a Z, si vous êtes en reconversion et que vous vous sentez capable d'apprendre beaucoup de choses en... Read More peu de temps c'est la formation qu'il vous faut :)Read Less",Web Development Course - Full-Time,Web Development +279504,10868,le-wagon,GABACH,False,2020,The BEST bootcamp EVER !,2021-07-19,5.0,5.0,5.0,5.0,"Que vous rêviez de devenir développeur, product manager ou encore entrepreneur, Le Wagon vous donnera les moyens de vos ambitions. Difficile de lister tous les points forts de ce Boot Camp tellement ils sont nombreux. Mais je dirais que les principaux... Read More sont sa pertinence pédagogique dont le contenu est remis à jour en permanence, des professeurs au top de leur art (oui oui le développeur est l'artisan du web), un esprit d'équipe sans égal. Bref, 9 semaines intenses mais le résultat en vaut la chandelle, je ne peux que le recommander!!!Read Less",Web Development Course - Full-Time,Web Development +279502,10868,le-wagon,Bryan Nakache,False,2021,Expérience formidable,2021-07-19,5.0,5.0,5.0,5.0,Tout était parfait ! J ai rejoint l expérience Le Wagon Bordeaux en janvier 2021 Un très bon endroit pour changer de cap dans son univers pro. Mise en place de projets de A à Z Travail en équipe Personne venant de toute horizon professionnel Expérience... Read More très enrichissanteRead Less,Web Development Course - Full-Time,Web Development +279497,10868,le-wagon,Terence D.,False,2021,"Le seul regret que vous aurez, c’est de ne pas l’avoir fait plus tôt !",2021-07-19,5.0,5.0,5.0,5.0,"Est-ce le syndrome de Stockholm qui nous fait aimer autant la formation due à sa difficulté et son intensité ou parce qu’après simplement 9 semaines, on prend conscience des compétences acquises ? Hmmmm….. Si au début, j’étais venu chercher de nouvelles... Read More compétences pour accompagner au mieux mes clients dans leurs stratégies, c’est en découvrant le domaine de la data science lors du batch #527 que j’ai décidé de me reconvertir ! En seulement 9 semaines, sous un rythme effréné, encadré par des professionnels sûr-compétents reconnu par leurs pairs, que vous acquérez toutes les compétences nécessaires pour travailler de près ou de loin à la Data. La pédagogie par projet accompagné en binôme (vraie signature du Wagon) permet aux étudiants de devenir très vite autonome sur les différentes tâches qu’un Data Scientist peut rencontrer. Et évidemment, à la fin de la formation, vous avez 2 semaines pour mettre en application vos nouvelles compétences lors d’un projet pro (n’hésitez pas à aller sur la chaîne YouTube LeWagon pour voir la présentation et avoir un avant-goût de ce que vous saurez faire prochainement.) Le petit plus, vous pourrez passer le diplôme « Développeur d’Intelligence Artificielle » reconnu par l’Etat à la fin de la formation. Si vous aussi, vous souhaitez ajouter une corde à votre arc, après ces 9 semaines, ce n’est plus un arc que vous aurez, mais une arme semi-automatique qui s’adapte à tout type d’interventions et tout type de cibles. Le seul regret que vous aurez, c’est de ne pas l’avoir fait plus tôt !Read Less",Data Science - Full-Time,Data Science and Analytics +279491,10868,le-wagon,Mikael Svensson,False,2021,A real rollercoaster!,2021-07-19,5.0,5.0,5.0,5.0,"I went to Le Wagon coding bootcamp Stockholm. Before the bootcamp I was working as a truck driver for 10 years and really felt that it was a time for change now. I decided to go for web development because there is such a big scene and future proof as... Read More well, and I’ve always been interested in tech and computer overall. After some research I found Le Wagon and reading all the reviews from all the students I just had to jump on the Wagon! During my time at the bootcamp I always felt that I was struggling. The pace of the school is really fast and I had a lot going on in my life at the same time. But the staff and students of the class is always pushing and supporting you to do well, and I could’t have done it without them! Making this decision was the best thing I could’ve done! The whole experience was just absolutely awesome, to be able to showcase 2 working web apps after just 9 weeks of learning a whole new profession is beyond me. But it can be done! I would recommend anyone that wants to change their career into the tech scene to attend Le Wagon bootcamp, and their motto is true, learn how to code and change your life!Read Less",Web Development Course - Full-Time,Web Development +279489,10868,le-wagon,Pierre Mathis,False,2021,Amazing bootcamp + people in LW Bordeaux,2021-07-19,5.0,5.0,5.0,5.0,"Would 100% recommand Le Wagon Bordeaux to any would-be data scientist looking for a clear, comprehensive, well-driven bootcamp. In just 9 weeks, Le Wagon Bordeaux data science bootcamp taught 10 students (including myself) everything we needed to know... Read More to envision a career switch to data science. I'm so glad I picked Le Wagon Bordeaux for this bootcamp. You can go there your eyes closed.Read Less",,Unknown +279481,10868,le-wagon,LEA BRAMI,False,2021,Excellente formation!,2021-07-18,5.0,5.0,5.0,5.0,"Le Wagon m’a été recommandé par des amis, et c’est sans aucun doute la meilleure formation que j’ai fait! Le programme est très intense, et challengeant, mais surtout graduel et très bien pensé: en 9 semaines, on apprend à modéliser et développer notre... Read More application, et à travailler en équipe. Les professeurs sont excellents: à l’écoute, passionnés et très pédagogues (et surtout patient!). L’équipe et la direction sont extrêmement bien organisés, et ont réussi a créer une véritable communauté qui continue post Wagon! Je ne pensais pas apprendre autant en si peu de temps! Je recommande vivement ce bootcamp à toutes les personnes motivées!Read Less",Web Development Course - Full-Time,Web Development +279480,10868,le-wagon,Santiago Pighin,False,2021,100% recommendé,2021-07-18,5.0,5.0,5.0,5.0,"Lors de la semaine de la data organisée par Pôle Emploi, j'ai pris connaissance du bootcamp de Le Wagon à Bordeaux auquel j'ai participé. Cette formation m'a donné tous les outils pratiques pour pouvoir faire mes premiers pas dans le domaine de la data-science.... Read More Il s'agit de 9 semaines de formation intenses et très motivantes. Le site de l'entreprise à Bordeaux est bien aménagé pour recevoir les élèves. Pendant la formation il y a plusieurs profs avec des formations variées qui sont toujours à l'écoute et très engagés avec leur travail. L'équipe est super bienveillante et propose des activités en dehors des cours (conférences, jeux de groupe, sorties) qui génèrent une ambiance amicale. Je recommande cette formation à 100%.Read Less",Data Science - Full-Time,Data Science and Analytics +279472,10868,le-wagon,Guillaume Alleon,False,2021,A great way to learn,2021-07-17,4.7,5.0,5.0,4.0,"I attended the Wagon in data during Summer 2021 in Bordeaux. After several years of management, I wanted to refresh my hands-on skills in data science. The program is very well build and will cover all aspects of data science in 9 weeks. It is also very... Read More demanding but I can only recommend it. The staff is very knowledgeable and committed. The cohort was relatively small (~ 10 persons) and homogeneous which makes the learning journey enjoyable. Finally the program is a good mix of courses and practical exercice to apply what you learn. The bootcamp concluded by a 2 weeks project which is a way to more or less assemble everything you have learnt. All I needed for my next step in life, I highly recommend this bootcamp if you really want to discover what you can do with data.Read Less",Data Science - Full-Time,Data Science and Analytics +279469,10868,le-wagon,Xavier,False,2021,Le meilleur qu’on puisse trouver !,2021-07-17,5.0,5.0,5.0,5.0,"J’ai suivi le programme Web Development en Full-time, pendant 9 semaines. Il n’y a que du positif à dire, que ce soit la structure et l’organisation parfaite des cours ou l’encadrement dont on peut bénéficier pendant la formation. Tout est fait pour nous... Read More mettre en confiance et nous permettre de monter en compétences rapidement. A noter qu’on bénéficie A VIE d’une plateforme complète avec les cours suivis, les live-code des professeurs et beaucoup de ressources supplémentaires pour préparer la suite. On ne peut demander mieux de la part d’un Bootcamp. C’est la préparation parfaite pour une nouvelle carrière.Read Less",Web Development Course - Full-Time,Web Development +279468,10868,le-wagon,Charlotte ROEDERER,False,2021,Une expérience incroyable,2021-07-17,5.0,5.0,5.0,5.0,"J'ai eu la chance de participer au batch #594 du Wagon Bordeaux : ce bootcamp m'avait été recommandé par des pros pour l'évolution de carrière que je souhaitais. L'expérience a largement dépassée mes attentes. La pédagogie du Wagon est incroyablement... Read More efficace, challengeante mais ultra motivante. C'est très gratifiant de pouvoir créer ses premières applis après seulement 9 semaines d'apprentissage. L'équipe d'encadrement et les profs sont ultra à l'écoute. Et l'aventure continue après la formation: le Wagon c'est également une communauté soudée et bienveillante. Bref, je recommande totalement !Read Less",Web Development Course - Full-Time,Web Development +279466,10868,le-wagon,Esteban Darricarrere,False,2021,Great experience,2021-07-17,5.0,5.0,5.0,5.0,I finished the Data Science bootcamp #633 in Bordeaux (France). I loved this experience which allowed me to develop solid skills in this field. The program is extremely well built and intensive. The different speakers are of a great quality and are concerned... Read More about offering us a quality experience as well as helping us in our professional insertion. I highly recommend this training for anyone wishing to learn and develop knowledge in Data Science.Read Less,Data Science - Full-Time,Data Science and Analytics +279425,10868,le-wagon,Heba Malik,False,2021,Highly recommend!,2021-07-16,5.0,5.0,5.0,5.0,"Before joining Le Wagon, I was the Business Development Manager for Papier. Having worked at a number of tech start-ups, I was keen to learn to code for myself. Le Wagon offered the perfect balance of challenge and support, with a really well structured... Read More curriculum. I especially loved spending the last 2 weeks of the course working in our project groups and seeing everything we had learnt really come together! The team at Le Wagon are the friendliest, and made every single day (even the tough ones!) so pleasant.Read Less",,Unknown +279422,10868,le-wagon,Marta Sintes,False,2021,Great time!,2021-07-16,4.7,5.0,5.0,4.0,"Hi, my name is Marta from batch #628 in Madrid and a few weeks ago I finished the Le Wagon bootcamp. Before that I had only done some short online courses and my previous experience was in the field of humanities (history and archeology). Doing the bootcamp... Read More has been one of the best experiences I had. It is difficult and demanding, and sometimes you feel that you will not be able to finish it, but there is always the people of Le Wagon behind you to help you in the difficult moments. Besides you share that feeling with the rest of the students, so you also lean on them which increment the sense of community. The staff, teachers and facilities are also a highlight. They care very much that your experience there is pleasant and anything you need you can ask for. I highly recoment the bootcamp :)Read Less",Web Development Course - Full-Time,Web Development +279418,10868,le-wagon,Elena Schroeder,False,2021,Very pleasant experience.,2021-07-16,5.0,5.0,5.0,5.0,"The program is made for people that have no idea about this field and would like to enter the world of code. The teachers are amazing people and enjoy demonstrating and teaching the curriculum. The atmosphere for the students is immaculate because even... Read More students with tech background will find there challenges in this program, you will make friends for life and be part of the wagon-clan, which has its benefits.Read Less",Web Development Course - Full-Time,Web Development +279402,10868,le-wagon,Nicoleta ciobanu,False,2021,5 stars experience- Le Wagon China,2021-07-16,5.0,5.0,5.0,5.0,"I was doing something completely different than software development or software engineering. But when I discovered software development, I instantly fell in love with it. I love the tech industry, how versatile is and how you can constantly grow and... Read More learn. I wanted to learn to code because is one of the most useful skills of the 21st century . I think this industry will open many opportunities for me. I started self-learning, and I did some online courses but I was a bit stuck. I knew the syntax, how does it work and the basic programming concepts, but I didn’t know how to build a project from scratch, so I needed some help. After I have completed some online courses I had 2 choices , do I want to go back to school for another 4 years to get a computer since degree or do I want to go to a coding bootcamp. I definitely didn’t want to go back to school for another 4 years. One of the things I was really worried about was, I will be taken seriously if i don’t have a computer science degree, and I have thought about it for a while, I have spoke with a lot of people and I quickly realized that there are so many people in this industry who come from so many different paths of life. Obviously a computer science is still currently the most popular way to become a software developer but definitely it’s not the only way. So I decided to join Le Wagon, an international coding bootcamp. I did a full time course in China, it was very intensive and very challenging but I love the teachers, the set up, the whole course material, the teaching style of the teachers. Le wagon really gives you the support to become a real software engineer. After I have finished Le wagon course I was able to develop a project from scratch, to deploy it to production and I was confident I can handle a developer position. After one month I got my first job as a developer in a company with more than 3000 employees and more than 600 engineers. The most interesting part is that, after I completed the 9 weeks with Le wagon I am still learning with them. You have the course material and anytime you can rewatch a lecture, their teachers offer you support when you are stuck at your job. I feel that they are always there for me. To join Le wagon was the best decision I have ever made. My life changed radically and I really appreciate what they have done for me. I highly recommend it!Read Less",Web Development Course - Full-Time,Web Development +279378,10868,le-wagon,Çağatay Soyer,False,2020,Le Wagon Istanbul,2021-07-15,4.7,5.0,4.0,5.0,"I wanted to learn how to code to secure a better future for myself and to discover a passion. I definitely have a passion for software development so I quit my job to learn how to code thanks to Le Wagon. I’m 30 years old so I didn’t have time to study... Read More computer engineering for 4-5 years. And why should I go down that route anyway when I can learn it in 9 weeks instead? It may sound crazy if you never heard about bootcamps but it’s the truth. You can learn it in 9 weeks. In my opinion Le Wagon is “the best” in the business. It has the most kind and helpful instructors – all of whom were experts in their fields – who did everything they could to teach you. And it’s extremely helpful, with access to countless additional educational resources. Ultimately, Le Wagon knows exactly what to teach and how to teach it. They offer a brilliant community with a curriculum that is intertwined with a “practice makes perfect” approach which reflects the latest technology. During the bootcamp, learning new things on a daily basis was great, but to actually practice what you learn everyday, that was priceless. After the bootcamp you join a worldwide community with people who are willing to help. We often had weekly webinars, which were great. They offered a chance to understand the sector by listening to developer’s stories and asking questions to people who have achieved great success. The very last week of the bootcamp, “Career Week” was super helpful because when you finally finish the 9 intense weeks, it is easy to feel lost. Career week prepares you very well for this situation psychologically. It gives you guidance and makes the transition easy for you after graduating. I recently landed my first job in tech as a Software Developer for NEAR Protocol, and I can’t wait to see what the future brings! My favourite memory of the bootcamp is the day we built the Mr. Cocktail app on our own because it is the first project where we implemented everything we had learned so far. When I saw that everybody has a different approach, I realized that there is no best way to do a project, because there are so many ways you can code a solution. I wanted to learn how to code to secure a better future for myself and to discover a passion. No matter what you do, you better have a passion for it. Otherwise, it will be very hard to pursue your idea. I definitely have a passion for software development so I quit my job to learn how to code thanks to Le Wagon. I was inspired by the concept that software is the future. I’ll never forget the feeling I had when I saw Steve Job’s first presentation about the first iPhone. The first iPhone looked like magic to me. I learned how to code because I want to be part of that kind of magic in the future. Meanwhile, I’m 30 years old so I didn’t have time to study computer engineering for 4-5 years. And why should I go down that route anyway when I can learn it in 9 weeks instead? It may sound crazy if you never heard about bootcamps but it’s the truth. You can learn it in 9 weeks. After graduating, I felt like Le Wagon gave me the boost that I needed to become a real participant in the tech sector, and it also taught me how to learn, which is one of the “must have features” of a software developer. I recently landed my first job in tech as a Software Developer for NEAR Protocol, and I can’t wait to see what the future brings! In my opinion Le Wagon is “the best” in the business. It has the most kind and helpful instructors – all of whom were experts in their fields – who did everything they could to teach you. Ultimately, Le Wagon knows exactly what to teach and how to teach it.Read Less",Web Development Course - Full-Time,Web Development +279372,10868,le-wagon,Julian Demeuse,False,2021,One of the best experience I have ever made,2021-07-15,4.7,5.0,5.0,4.0,"Before joining Le Wagon, I was working into logistics field. I had a lot responsibilities (which I liked) and a good salary but I always felt like something was missing. A friend told me about programming, how great and interesting it was so I did some... Read More online courses to know a bit more about it. Seeing all the possibilities that it could offer, I was really tempted to give it a try. Obviously, I hesitated a while before leaving my comfort zone but finally I took the plunge and applied for Le Wagon Web Development bootcamp in Madrid. Two weeks after finishing the bootcamp, I believe this was one of the best decisions I ever made. One thing for sure, this experience is certainly one of the most challenging thing I have ever done. The students need to be very committed in order to really take advantage of it. The teachers and assistants take the time to explain and they support you through the whole process. The program is really well structured and it's a great thing for people who never coded before (like me). A lot of people who did the bootcamp said it but I have to admit that it's quite amazing the quantity of knowledge you can get in so short period of time. Also, you have the occasion to meet many great people from different backgrounds and countries. After the 9 weeks of intense coding, we had a « career week » where you can learn different tips from different people on how to get into the web development market. Now, I am looking for a job where I can apply what I learned. Another great point is that you have access to a huge amount of information and platforms to support you (not to mention you have a lifetime access to the Le Wagon community). All I can say is that if you are considering changing you career path and becoming a developer, the bootcamp of Le Wagon is certainly the best way to start your journey!Read Less",Web Development Course - Full-Time,Web Development +279370,10868,le-wagon,Joao Oliveira Calem,False,2021,Set yourself up for a lifetime of Data Science,2021-07-15,4.7,5.0,5.0,4.0,"The Le Wagon Data Science course is the most effiecient way to start your career in Data Science. The course is intense but super well structured and you get excelent help from teachers throughout the course. The best part, is your maintain access to... Read More all the course material , which will always be updated as the technologies in the space evolve. You get to learn all the building blocks needed to become a Data Analysit, Data Scientist or Data Engineer. YOu also get to participate in a group project at the end of the course where you get to implement all the skills you learnt throughout. For my project, we developed a news article aggrigator that predicted if the article you are looking at is more or less positive than others with the same topic. It was super fun and a great learning experience! I reccomend this course for anyone that wants to get started in this area in as little time as possible!Read Less",Data Science - Full-Time,Data Science and Analytics +279341,10868,le-wagon,Laurent Poyet,False,2021,Wagon bootcamp,2021-07-14,5.0,5.0,5.0,5.0,"I was looking for a good course in data science and deep learning … took me some time to review all available offers. In the end I decided to choose Le Wagon because it seemed more organized, the content seems higher quality than the competition. In the... Read More end I’m very grateful for this choice. It was hard work, but I feel confident about my new skills and ready to start my own business. In addition I am part of huge community and I feel supported. I totally recommend this class !Read Less",Data Science - Full-Time,Data Science and Analytics +279316,10868,le-wagon,Marshall,False,2021,The most valuable bootcamp in China,2021-07-13,4.7,5.0,5.0,4.0,"The Program is overall good, the course material is in a very structured way. And it basically taught the whole developing process if you wanna build a project by your own which is very practical! And the instructor and staff are really nice, we also... Read More have some fun during the learning journey. If you are in ShenZhen or Shanghai, you wanna change your career path, Le Wagon china will be a very good fit.Read Less",Web Development Course - Full-Time,Web Development +279315,10868,le-wagon,José Freitas,False,2021,From ZERO to Data Scientist in a beautiful city,2021-07-13,4.7,5.0,5.0,4.0,"I had the opportunity to enroll in the 10-week Data Science Bootcamp offered by Le Wagon, in their Spring batch. Initially I was reluctant on choosing between the Web Development and the Data Science course, but I'm glad I chose the Data Science one.... Read More The curriculum offered encapsules all the technologies necessary to go from zero to hero in the area and completely overhaul your career into one of a Data Scientist / Analyst / Engineer. From simple Python scripts to complex machine learning models, Le Wagon Data Science Bootcamp, guides you through the process of comprehending how to develop a data-based app and later deploy it into the world so it can be experienced by other users. More so, the teachers are very knowledgeable, attentive to the progress of each students, and available even in the off hours. I highly recommend this course to anyone interested in completely changing their career to one focused on data analysis or to someone who wants to consolidate knowledge in this area and become more prepared for innovative technologies. Lastly, to study in a colorful city as Lisbon, with an amazing weather and places to visit, only adds to the course.Read Less",Data Science - Full-Time,Data Science and Analytics +279308,10868,le-wagon,Mariana Saavedra,False,2021,"A very enriching, valuable and memorable experience",2021-07-13,5.0,5.0,5.0,5.0,"It took me a while to decide to do the Bootcamp, but once I was there, the only regret I had was not doing it sooner! I decided to do Le Wagon's Bootcamp in Lisbon because I wanted to know how everything worked behind the digital world scenes and to be... Read More independent with what I could create with this knowledge. Spoiler alert! I’ve got what I asked for and much more. The course is very demanding, so make sure you have the time to dedicate your full attention to it, but the rewards are totally worth it! The curriculum is broad and relevant and their teaching methodology is going to challenge you and push you to progress each day. The best part is that you’ll always feel supported. I think the community at Le Wagon’s Lisbon was what kept me going, the teachers are incredibly knowledgeable and talented and the staff is so supportive and kind. My teammates are also such legends, I’m really thankful that I’m now part of this community for life. Yes, you’ll have lifetime access to all the course curriculum (and its updates), career resources, and an extensive slack alumni/teachers community. If you’re like me and you’re looking for an accelerated transition into the tech industry my advice is to just do it.Read Less",Web Development Course - Full-Time,Web Development +279306,10868,le-wagon,Simon Bokedal Byström,False,2021,Le Wagon Tokyo bootcamp - Great experience!,2021-07-13,4.3,5.0,4.0,4.0,"I attended Le Wagon in Tokyo in 2021 and I had a great experience! The teachers were really friendly, helpful and knowledgeable with real life experience working in teach for quite some time. Even though the main language and framework taught at Le Wagon... Read More (Ruby and Ruby on Rails) isn't super commonly used by bigger companies, they teach you more than only a single framework, they teach you how to problem solve with code and how to work together as a teach when building larger projects, which has really come in handy now when I'm working as a full time developer. I would strongly recommend Le Wagon to anyone wanting to get into code, not only if you are a beginner but also if you are like I was with some prior experience!Read Less",Web Development Course - Full-Time,Web Development +279303,10868,le-wagon,Danny Cardoso,False,2021,A rewarding traning,2021-07-13,5.0,5.0,5.0,5.0,"Le Wagon was a very rewarding training. More than a classic training in Web development, we acquire knowledge but also methods of analysis and work. The teachers know how to explain and make you understand the exercises, the lessons, the life on the boot... Read More camp and especially the life after the training because they were in our shoes a few months/years before. This is what makes Le Wagon a complete and inspiring training for all students. I now feel able to continue learning on my own and apply for job offers.Read Less",Web Development Course - Full-Time,Web Development +279276,10868,le-wagon,Tiago Oliveirinha,False,2021,Great experience,2021-07-12,5.0,5.0,5.0,5.0,"Before the bootcamp, I worked in financial markets, both as a trader and a broker. I always felt curious about programming and did some online courses. As I wanted to change my career and decided to try Le Wagon Web Development bootcamp, mainly for its... Read More high reputation. I was not disappointed. I joined the part time course for the last six months and this was undoubtedly one of the best decisions I ever made. The bootcamp is of course very challenging and students need to be very committed in order to really take advantage of it, but overall I found the program exceptionally well structured. Le Wagon’s methodology is great and the professors are very knowledgeable and supportive. Additionally, you get to make new friends and be part of an amazing community. Now, I am looking for a job where I can apply what I learned and even though the bootcamp is over, Le Wagon’s team continues to help me, sharing valuable tips and scheduling video calls to answer some of my questions. If you are considering becoming a developer, Le Wagon’s bootcamp is the best place to start!Read Less",Web Development Course - Part-Time,Web Development +279250,10868,le-wagon,Filipe La Féria,False,2021,From Zero to a fully functional Web App,2021-07-11,5.0,5.0,5.0,5.0,"Le Wagon will teach you all the necessary aspects of building a web app. From Backend in Ruby on Rails to Frontend in HTML, CSS, and JS passing by SQL databases, prototyping in Figma, branching your work in git and GitHub, and also deploying your app... Read More in Heroku. The technical aspect it's very good and will give you a strong foundation and confidence to dive into the world of Web Development. However, it's in the human dimension that Le Wagon shines brighter. All the staff and teachers are amazing, friendly, and go above and beyond to provide the necessary support to the students during the Bootcamp. Also, I was lucky to be in a batch of amazing, dedicated, and collaborative people that I am now proud of calling friends.Read Less",Web Development Course - Full-Time,Web Development +279247,10868,le-wagon,Rana Farhat,False,2021,Amazing experience,2021-07-11,5.0,5.0,5.0,5.0,"When Le wagon says change your life, they’re not lying. I come from a dying industry that I invested 12 years of my life in, and was about to lose hope and faith in myself until I heard about Le wagon through a friend and let me tell you, I did not expect... Read More I would be where I am right now in 9 weeks only. It’s an intensive course, but the teachers and staff are there for you to pick you up when needed. I learned how to code a web app in 9 weeks only. I took interest in front end so i Went from being stuck in my career to a web design entrepreneur in a two months time. The environment is fun and professional and the local and global Le wagon community is like no other!Read Less",Web Development Course - Full-Time,Web Development +279238,10868,le-wagon,Sara,False,2021,Great experience!,2021-07-10,5.0,5.0,5.0,5.0,"I attended the Data Science bootcamp at Le Wagon and I would have never expected to learn so much in such a short time! I opted for the part-time program because it allowed me to continue working: classes are held in the evening twice a week and on Saturdays.... Read More The main advantage is that you have more time to assimilate new concepts, since the part-time bootcamp lasts 24 weeks instead of 9. The program is well structured and gives you a comprehensive overview of different topics in the data field: from Data Analysis, through Machine Learning and Deep Learning, to Data Engineering. This helped me understand which field I liked the most and wanted to work in. I was impressed by the tools we were provided with: in the learning platform you can review all the lectures -in English and French-, have access to the slides and different exercises, which are well guided and with automated corrections. What I also liked about my experience at Le Wagon is the atmosphere which is very dynamic and warm. The teachers are very knowledgeable and willing to help and the staff is friendly and organizes fun activities to unwind after the class. I would definitely recommend attending the Data Science bootcamp at Le Wagon. For me, it was a very empowering experience that allowed me to challenge myself and gave the tools to pursue a career in Data Science.Read Less",Data Science - Part-Time,Data Science and Analytics +279236,10868,le-wagon,Louise Hill,False,2021,Excellent and comprehensive learning experience,2021-07-10,5.0,5.0,5.0,5.0,"Before taking the Web Development course at Le Wagon, Lisbon I was working as a digital product designer. I really wanted to start creating my own apps and understand all the processes behind the scenes better. Luckily a friend recommended Le Wagon, where... Read More I have achieved these goals, and more! The course was incredibly well structured and I felt everything I learned was relevant, no time was wasted. You need to give the course your full attention as it is very fast-paced and intense but the pay-offs are huge—you also learn how and where to learn more and this sets you up really well for development roles in an industry that is ever-changing. The teachers are incredibly knowledgable and talented, there was never a question they couldn't answer and the staff are really helpful and supportive. I met lots of fantastic people and had the best time! I still have access to the whole curriculum, career resources and an extensive slack alumni community and I believe the experience was excellent value for money.Read Less",Web Development Course - Full-Time,Web Development +279220,10868,le-wagon,Ryan Dunsmuir,False,2021,"Fast-paced, intense and incredible!",2021-07-09,5.0,5.0,5.0,5.0,"I can't speak highly enough of my experience on the Web Development course at Le Wagon Lisbon. The curriculum was broad, relevant and fast paced. I met a lot of amazing people both instructors and other students that have left a very positive impact on... Read More my life. The quality of the teaching was excellent and filled with highly experienced professionals that appeared to have answers to all my questions (I had a lot). The course was intense and fast paced, which suited me well. Be prepared and make sure you make space to give it your undivided attention for the full duration. Following graduation, I was very pleased to discover that Le Wagon has a high class reputation in the industry and it's certainly helped with applying to jobs. I am also now connected to their huge community of alumni on slack that regularly spits out freelancing opportunities and useful insights into the industry. Highly recommend it for anyone looking to be accelerated into the tech industry.Read Less",Web Development Course - Full-Time,Web Development +279205,10868,le-wagon,Anonymous,True,2021,Stop researching and just do Le Wagon,2021-07-09,5.0,5.0,5.0,5.0,"From start to finish of the bootcamp, the support from the team at Le Wagon is nothing short of amazing. They all have an incredible work ethic and are always 110% willing to help you with whatever you want. Their teachers were always very knowledgeable... Read More of the subject they were teaching and always incredibly patient and helpful with all of the students and go out of their way to make sure you have everything you need. It is by far the best bootcamp you can find nowadays and I am recommending it to anybody that wants to start coding. If there's one thing I have to say about them that could be done a little differently is that I think people should study and prepare a bit more than the provided prep work they give you in order to be better prepared for a REALLY intense 9 weeks of non-stop, intense learning. Nonetheless, their infrastructure and tools for helping you learn is amazing and incredible, I have never seen anything like it. They prepare you from day one of the bootcamp with the best industry practices and their material is ALWAYS incredibly up to date. Also their alumni network is incredibly vast and are always willing to help and support you after you finish the course. This alone, makes Le Wagon the best bootcamp you can choose. As the title says, if you want to start learning how to code, just look for the Le Wagon closest to you and drop by to talk to anybody from their team and I am sure that you will have an amazing experience.Read Less",Web Development Course - Full-Time,Web Development +279195,10868,le-wagon,Andre Menezes,False,2021,Unforgettable experience,2021-07-08,5.0,5.0,5.0,5.0,"It's really hard to describe the feeling when remembering the time during the bootcamp. All the program is really well designed. During the morning we have a class for 1 hour and a half, and then they split us into virtual tables of 3 or 4. Surprisingly,... Read More at least to me, this was amazing. The opportunity to debate with your classmates about your and theirs doubts is an enormous part of the experience.Read Less",Web Development Course - Full-Time,Web Development +279141,10868,le-wagon,Julia Mathias,False,2020,Changed my life,2021-07-06,5.0,5.0,5.0,5.0,"Before doing Le Wagon, I was in a slump. Professionally, emotionally, mentally, things were not going well for me. I had tried to learn coding on my own, with very mediocre results. Sure I could follow tutorials online but I couldn't build a full-blown... Read More web application that would land me a job. The process of learning on my own was also very frustrating. I would often get stuck, to the point where I wondered if coding was even for me. During the bootcamp, it was completely different. Their teaching methodology is amazing! I progressed so fast and now every time I got stuck on something, I had a teacher by my side to guide me to the answer. The teaching staff is amazing and would help me even after their work hours were over. In 6 months not only had I built 2 web apps with amazing classmates but also gained so much confidence in my ability to code and learn new concepts, which was invaluable to me. One month after I started looking for a job, I got hired! Making 2,5x my previous salary. Le Wagon taught me to code professionally, opening up so many new opportunities but more than that, it also gave me my self-confidence back. ❤️Read Less",Web Development Course - Part-Time,Web Development +279131,10868,le-wagon,Ana,False,2021,Life-changing experience,2021-07-06,5.0,5.0,5.0,5.0,"After working for many years in the translation and education industry, I decided to switch careers and learn how to program. To be honest I was a bit hesitant at first because I had never done anything remotely related to tech, but after discovering... Read More Le Wagon and reading lots of reviews and watching lots of videos it was clear to me that if I were to make the change, it would be with this program. What made Le Wagon stand out to me was of course the very positive reviews but also the structure of the syllabus and how inclusive it is towards people without a tech background. I did the first week of the bootcamp remotely and after that I joined on site in Stockholm. I personally preferred to be there in person but I must say it is a truly hybrid program: I did not feel excluded or like I was missing out during the first week or the days I chose to stay at home for whatever reason. The course was very intense, as it is expected, but we felt completely supported throughout the program. The teachers and TAs did an amazing job keeping us motivated and positive, even on the hardest days (can't avoid those :D) when we struggled with the concepts or challenges. The buddy system is also great because you really never feel alone, there is always someone you can turn to, ask questions or just chat. Overall it was a great experience that I would repeat in a heartbeat, not only did I learnt tons and now have a really solid base, but the atmosphere was amazing, everyone was super friendly and supportive, I couldn't have asked for better teachers, TAs, staff and classmates. What people should be aware, though, is that even though the program does a great job of providing a solid base and learning structure, it is not possible to learn everything there is to learn in 9 weeks. However, you will be in a position to keep learning on your own, which to me is the most important thing because as a developer you NEVER stop learning. Even if your goal is not to become a developer, the knowledge you will get from the bootcamp will be very useful and applicable to other jobs. Another invaluable thing that Le Wagon provides is a wide network of alumni. So, if you are still debating whether to sign up or not, I would say take the plunge and do it :) PS: The only thing I would suggest is to focus a bit more on Javascript, since it is very high in demand and we didn't go into too much depth during the bootcamp.Read Less",Web Development Course - Full-Time,Web Development +279114,10868,le-wagon,Carla Valdivia,False,2021,Amazing,2021-07-05,5.0,5.0,5.0,5.0,"Hello everyone, Before I started the bootcamp I did my research and I put a serious amount of time trying to figure out if Le Wagon was worth the considerable amount of money they charge. (I am not gonna pretend it's cheap). It was everything I hoped... Read More for and a lot more. If you are serious about a career change, just go for it! This was the best coding course I have taken in my life. It's intense, hard-working, back-breaking and when you finish it you are half dead half alive and you feel great and fulfilled. They know their trade, you learn so much! The teachers are great and you have full support to fully understand everything and start coding. By the time you finish the bootcamp you are fully equipped with all necessary knowledge to find a job as a junior developer anywhere. Seriously.Read Less",Web Development Course - Full-Time,Web Development +279107,10868,le-wagon,Damien Busson,False,2021,Lots of efforts but lots of gains,2021-07-05,5.0,5.0,5.0,5.0,"Before enrolling into Le Wagon Lyon's Data Science full time course, I had 3 years experience as Business Development Manager. I felt a bit stuck and wanted to change my career path. I wanted to learn new skills that would open opportunities. I chose... Read More Data Science because of my background and the boom of this sector. After blood, sweat and tears learning it, it has become for me a tremendous source of stimulating thoughts and ideas. 3 months after graduating, I have started my own business and use my new Data Analysis, Science and Engineering skills to contribute to coherent projects within organizations who want to take data-driven decisions. Le Wagon is a community and you will find helpful people in your new career path along the way. Would recommend 5/5 !Read Less",Data Science - Full-Time,Data Science and Analytics +279105,10868,le-wagon,Camille Morin,False,2021,An incredible experience I would definitely recommend for everyone working or willing to work in a tech environment,2021-07-05,5.0,5.0,5.0,5.0,"Passionate about digital and start ups, I worked for several years as CMO, mostly for e-commerce pureplayers, and also cofounded a start up in edtech. For more than 12 years, I enjoyed working with developers but without knowing how to code... I chose... Read More to attend Le Wagon coding bootcamp to better understand the tech environment I work in. Being able to speak with Product and Developers teams is a key skill for a start up CMO. Going further in User Experience, Growth marketing and Data-analysis is also very valuable as marketing is more and more about tech and data. Le Wagon has been an incredible experience I would definitely recommend for everyone working or willing to work in a tech environment.Read Less",Web Development Course - Full-Time,Web Development +279095,10868,le-wagon,Magloire Ndabagera,False,2021,Best choice of my life !,2021-07-05,5.0,5.0,5.0,5.0,"Before joining Le wagon I was a venture capital fundraiser and a self-taught programmer, joining the wagon speed the growth of my skills in data science and I learned how to apply data science in business with real cases application, not just machine... Read More learning but all about data science from the base to fetch data, to mathematics and deployment in production with docker and google cloud platform. It's a real game-changer for my careerRead Less",Data Science - Full-Time,Data Science and Analytics +279091,10868,le-wagon,Pilar Joyce,False,2021,Amazing experience!,2021-07-05,5.0,5.0,5.0,5.0,"Following a few years of working in data related market research roles, I wanted to upgrade my technical skills to be better positioned for future roles. That is how I found Le Wagon! Over a period of 9 very intensive weeks, the structure of the bootcamp... Read More is designed for you to understand all the relevant information to become successful in the data science field with the help of amazing teachers and TAs. I also have the chance to access all the lectures after the bootcamp finished, which becomes extremely useful when preparing for interviews, working on my final project and building my portfolio. Le Wagon has a huge alumni network where everyone is open to help with your code, job offers or just to have a chat. However, if you don’t feel confident enough at the end of the course to start networking, Careers Week gives you all the information to excel while networking, looking for a job or becoming an entrepreneur. I highly recommend it!Read Less",Data Science - Full-Time,Data Science and Analytics +279088,10868,le-wagon,Judith van Leersum,False,2021,Best experience I could have hoped for!,2021-07-05,5.0,5.0,5.0,5.0,"Before the bootcamp, I worked at KMPG as senior consultant focused on optimizing processes to make them more efficient. I got more and more interested in how the different tools we used worked, and how I could use code to build such tools myself. The... Read More Le Wagon Data Science bootcamp covered everything I was looking for, and a lot more! My favorite parts were the daily challenges and the final project (an AI DJ), tackling them with my buddies, and of course, having a lot of fun in the proces!Read Less",Data Science - Full-Time,Data Science and Analytics +279086,10868,le-wagon,Daniel Mch,False,2021,Creating a production ready web app after learning to code from scratch,2021-07-05,5.0,5.0,5.0,5.0,"After working as an industrial designer for the last 5 years I decided I want to dive into the path of digital products. I signed up for Le Wagon because I knew it would be the best way to dive into the business and expand my skills by learning how to... Read More design and develop web apps. The boot camp exceeded my expectations by far, with tons of knowledge but also the best vibes with the Le Wagon team and my batch group.Read Less",Web Development Course - Full-Time,Web Development +279081,10868,le-wagon,Thierry Jet,False,2021,A very good place to learn Web Development !,2021-07-05,4.7,5.0,5.0,4.0,"Prior joining Le Wagon I worked in different companies as software engineer. At my last position I worked on GUI projects for desktop software in the domain of semi-conductors, programming on Linux PCs in C++ and using the Qt framework for the GUI. When... Read More I decided to setup as freelance I wanted to learn web development which was something new for me. The experience at Le Wagon Lyon was amazing. Courses are well structured to quick learn new concepts. Instructors are nice people always ready to help anybody. Projects weeks are intensive and challenging when working with people having different backgrounds. And even after the bootcamp, Le Wagon is there to help and advice.Read Less",Web Development Course - Full-Time,Web Development +279065,10868,le-wagon,Marilou Pinera,False,2021,From Child Care worker to Full Stack Wen Developer,2021-07-03,4.3,5.0,5.0,3.0,"Before joining the coding bootcamp at Le wegon Amsterdam last April 19, 2021, I was working in Child Care for 6 years, I wanted to change my career and wanted to be a Web Developer, that's when I found Le Wagon. I was in batch 626, I would say it is an... Read More intensive 9 weeks, it was hard for me for the first 3 weeks because I am a complete beginner but with the support of my TA's and my batchmates I became comfortable with coding. TA's at Le wagon are really great very profesional and friendly at the same time, they made me feel that I belong and that I will succeed. I trusted their system. Even though it's remote, i didn't feel alone and far, I learned to trust my self, my batchmates are the best as well, we always start our day talking to each other laughing and do silly things on camera, it feels like we've known each other for a long time. The schedules, the program, everything is just great, well planned and systematic. I learned a lot, from soft skills to technical skills. I am greatful that I joined Le Wagon and took the risk. I am so proud that I became a part of this Family. I definitely recommend Le Wagon to anyone who plans in changing their career.Read Less",Web Development Course - Full-Time,Web Development +279023,10868,le-wagon,Nirmala Luwang,False,2021,Great teacher support!,2021-07-02,4.7,5.0,5.0,4.0,"My background is from several years of Interior design/architecture and always loved tech and design. In the recent months during the pandemic, I learnt about the full stack program from Le Wagon while trying to learn about UX/UI online. Being in my mid... Read More career and the long distance online course, I was not 100% sure how the program would turn out to be. Now that I have finished, I am proud to say I have graduated and would definitely look for a tech related field. The online classes were always engaging and definitely challenging, I can't thank the supportive teachers enough which I felt was the best part of Le Wagon! I am glad I took up this course.Read Less",,Unknown +278973,10868,le-wagon,Saskia Aardenburg,False,2021,An incredible experience,2021-07-01,5.0,5.0,5.0,5.0,"After two years working as a wine merchant specialized in craft beer and a sanitary crisis during which I couldn’t practice my job, I decided to change career. I had not turned on my computer for a year, yet I wanted to learn to how to code. I had heard... Read More about Le Wagon several times and the bootcamp format; short but intense, particularly appealed to me, so when I learned that in addition to a fullstack training, we would have yoga classes, my choice was made. More seriously, I can only recommend the web dev bootcamp, and even Le Wagon in general, the pedagogy, the patience, the collaboration and the kindness are part of their philosophy. The program and the tools at our disposal are incredibly qualitative. Also, the recruitment work for the bootcamp gives rise, to my great surprise, to extremely heterogeneous and equal batches; the diversity of the profiles brings a richness and a true complementarity, driving the projects and the work in pairs. All in all, I think we would have done well to spend another month just for the atmosphere and the teaching team.Read Less",Web Development Course - Full-Time,Web Development +278972,10868,le-wagon,Jose Prieto,False,2021,An incredible experience!,2021-07-01,5.0,5.0,5.0,0.0,"Before the bootcamp I worked as a Bank Account Manager for almost 6 years. My main focus was meeting the needs of increasingly demanding clients and meeting monthly revenue targets, which helped me to work under a lot of pressure. As a video game lover,... Read More I have always been very curious about technology and programming and knew that sooner or later I was going to make the big leap. When I found out about Le Wagon I knew I had to do it. The experience was incredible and I not only learned a lot but also had a lot of fun during the process of learning how to code. After the 9 week program I’m overwhelmed by how much I have learned and I am eager to build on my newly acquired knowledge and keep learning.Read Less",Web Development Course - Full-Time,Web Development +278961,10868,le-wagon,Anonymous,True,2021,My LeWagon experience in Dubai was amazing!,2021-07-01,5.0,5.0,5.0,5.0,"I just came from high school and I had no experience in coding at all. The 9 week Bootcamp is intense but fun at the same time. You can learn so much, you get a lot of support and you make friends for life. The curriculum brings you through even as a... Read More complete beginner. I can recommend the course to everyone who is keen to learn, willing to put a lot of effort into it and who wants to change their life.Read Less",,Unknown +278918,10868,le-wagon,Joseph Rohde,False,2021,A rollercoaster! 🎢,2021-06-30,4.7,5.0,4.0,5.0,"I was in a difficult position at the start of this year when I lost my job and I decided to take a risk to change my career. There are plenty of bootcamps out there, but I was attracted to Le Wagon because it really seemed like they treated you like people... Read More and not just statistics. I was not disappointed. I originally planned to do the bootcamp from home but after going in on Day One it was immediately clear that everyone was super welcoming and I would get a lot out of coming every day. At the same time, I felt totally supported on the rare days where I wanted to study from home. In terms of the course itself, they have you do some prep work beforehand so you never feel totally thrown in on the deep end. As the weeks go by, they introduce more complex concepts but if you give your all every day you will never fall behind. On top of that, the teachers and staff do everything they can to keep you motivated on those really tough days where nothing seems to make sense (and there were a few!). My only slight criticism would be the spread of languages they teach, as Ruby on Rails is not as immediately valuable in the Stockholm market as some other languages and frameworks. That said, after the bootcamp I have the confidence to take an online course in pretty much any language and know that I'll get it eventually as long as I have people around me to keep me motivated. Highly recommended!!Read Less",Web Development Course - Full-Time,Web Development +278883,10868,le-wagon,Anonymous,True,2021,Switching from brick & mortar to start up,2021-06-29,5.0,5.0,5.0,5.0,"I used to work for a luxury company, selecting what would be in stores. Our clients used WeChat, Instagram or e-shops all the time but my job was centered around brick-and-mortar experience. I could not see myself cornered with retail forever so I decided... Read More to join Le Wagon to learn some code. ""You have to trust us, everybody will succeed eventually"" was the first sentence I heard from the teachers. While everybody's pace was different, no one was left behind and after 9 weeks we all could code. It's amazing to see that I can now create a web app from a glorified TextEdit file. Le Wagon taught me web development but spiked my curiosity. I can explore concepts like Machine Learning or Big Data and I feel confident enough to do sales for an Artificial Intelligence start-up.Read Less",Web Development Course - Full-Time,Web Development +278881,10868,le-wagon,Clotilde Lacaille,False,2021,A really great experiment.,2021-06-29,5.0,5.0,5.0,5.0,"I decided to do Le Wagon because I needed a change in my professional life, it is not easy to know what to do, in which sector and to find the right way to do it. With the Wagon I discovered the IT, it was a very intense 9 weeks but the teachers and staff... Read More are really nice and the atmosphere is very special. I met great people who I worked with every day and I really enjoyed spending time with them. It gave me a new vision of professional life, more colorful, more flexible.Read Less",Web Development Course - Full-Time,Web Development +278831,10868,le-wagon,mathieu,False,2021,web development course,2021-06-28,5.0,5.0,5.0,5.0,"As the founder of Facildata, the digital brick for your building. I have chosen Le Wagon web development program for the two following main reasons: 1- To have a concrete experience of coding and web development. 2- To be part of the great community of... Read More le Wagon which has an excellent spirit and provides so many valuable advices and services for the founders and the developers. This was a great experience, thanks to kitt and the paris wagon team which follow and guide you along the bootcamp.Read Less",Web Development Course - Full-Time,Web Development +278800,10868,le-wagon,H Bdw,False,2021,Grear experience,2021-06-26,5.0,5.0,5.0,5.0,"After studying material engineer and then working in the Operations, I wanted to learn something new. I always was interested in coding but thought it wasn’t made for me because I sucked at it in class. I chose Le Wagon because the bootcamp wasn’t long... Read More and I could learn everything I needed to know to become a Web Developper in only 9 weeks. Now that the bootcamp has finished, I wish it could have lasted a little bit more. All the staff is super nice and ready to help you when you’re lost. What I really enjoyed is that the teachers and TA have already done the same bootcamp, few months or years before, so they know what you’re going through, what they are talking about and where you will have a problem.Read Less",Web Development Course - Full-Time,Web Development +278782,10868,le-wagon,Anonymous,True,2021,"Challenging, but rewarding. Great for people serious about a career change!",2021-06-25,4.7,4.0,5.0,5.0,"Though I have not inherited any of the technical talents that my parents seemed to possess, it was time for me to venture into a new field. As a linguistics and culture studies university graduate with over three years of experience in sales and recruiting... Read More in a foreign country, I did not expect myself to excel at coding at all. When the pandemic hit, my job at the time was unstable and I had to re-educate myself to change my career. Coding is as stable as a career as they come, so I wanted to make sure I could learn at a decent pace, but still challenge myself enough to feel accomplished. Through the Ruby foundations class that was free, I got a good look at what learning coding at LeWagon would be like, and the incredible patience of the teacher and the consultation I got before signing up really sold me on the class. The class itself consists of watching lectures (often online at home), trying to learn the content by yourself first, and then solving challenges with a buddy in class; you can always ask a teacher for help. There will be live coding assisted by the teachers most days, and specific projects to work on as well. Your time at LeWagon will certainly test your ability to self-study, frustration tolerance (when your code is not working for some reason, even though you thought you did it the exact same way as the teacher), and the way you solve problems. The alumni network, the online library with all the classes, webinars, and tutorials that are available for the rest of your life are certainly some of the first addresses that I turn to, whenever I have a question, or want to learn something new. The LeWagon class is a great way to start a new career in IT, specifically looking at Web Development. I myself even got a job at a Software Intelligence company! The way I was taught to code actually gave me an advantage in the interviews. LeWagon not only teaches the material, but also how to read technical documentation, how to google for stuff, and how to strategically solve any problem you might have on your own. That was huge and left a good impression on my interviewers. Though it was certainly tough at times and I am sure I have asked a million dumb questions, the teachers were usually patient and explained the content well. Some were even available after hours and provide almost instant support, especially during the project weeks. Even with all this support though, sometimes, you will be frustrated. Some things you won’t understand straight away, and some challenges, you might not solve on your own, and you will have to persevere and keep going. This is certainly not made for people who tend to stay in their comfort zone and shy away from challenges. All in all, I can recommend this bootcamp for anyone who might doubt their own technical talents, who likes taking baby steps, and really understand the depth of the material they are digging into. This will be a challenge, but if you work hard and give yourself a chance, LeWagon might just open up the doors for you to change the course of your life.Read Less",Web Development Course - Part-Time,Web Development +278754,10868,le-wagon,Léo Filipetti,False,2021,Go for it !!,2021-06-25,4.7,5.0,4.0,5.0,"I just ended my Bootcamp with Le Wagon Paris. During the first 7 weeks, we learned a lot about Ruby on Rails and i'm now independent to create my own websites, wich is amazing ! During the last 2 weeks, i was working with three other people on a group... Read More project. It was a great way to apply everything we learned on a web app we chose to build. As a group, we had to adapt to everyone's skills so we could be ready for the demo day, where I had the opportunity to present our project in front of 100 people. Le Wagon gave me the confidence i needed to keep learning new things and to start my own company ! I highly recommend :).Read Less",Web Development Course - Full-Time,Web Development +278737,10868,le-wagon,Agathe,False,2021,Very cool school,2021-06-24,5.0,5.0,5.0,5.0,"After several years working in tax law and the banking industry, I decided to move my career in another direction. I’ve always fancied the tech world, that’s why I looked for formations in web development. After some times studying the different possibilities,... Read More I chose the Fullstack Web Dev Bootcamp of Le Wagon. Why? Because of its great network of alumni, of its duration (9 intense weeks) and of its renown overall quality. I’ve made amazing friends along the way and I’ve confirmed my liking for programming :)Read Less",Web Development Course - Full-Time,Web Development +278699,10868,le-wagon,Mamoun Benbrahim,False,2021,"Amazing experience, learned so much.",2021-06-23,5.0,5.0,5.0,5.0,"I was a total beginner in Web Development and was pretty anxious about starting a two month bootcamp. Quickly, I realised that I didn’t have to worry about that. The first day they were saying “trust the program”. Now I can too, tell you personally as... Read More a fresh alumni to “trust the program”. It’s perfectly done and I've learned so many interesting notions. I’m glad to have done it.Read Less",Web Development Course - Full-Time,Web Development +278687,10868,le-wagon,Anne-Marie Nault,False,2021,A life-changing experience with an amazing team,2021-06-22,4.7,5.0,4.0,5.0,"I had been wanting to change careers and become a web developer for a while, and I finally ended up choosing Le Wagon to kickstart this journey. I am really glad I did! Sure, I could have learned by myself - there are really great resources online, that... Read More is true! But Le Wagon uses a very specific learning process that really ensures we absorb and apply the knowledge in an optimal way via their own platform, challenges and projects. And that’s not counting all the skills we acquire that are necessary in a developer position, outside of just programming language skills, such as learning how to learn (so important!), working together as a team, version control with Git, product design with Figma, Agile methodologies, writing user stories, prioritizing features for an MVP, etc. On top of that, Le Wagon Montréal counts on an amazing team and I am glad to now be part of that international community! I am super excited to start my new job as a full stack developer.Read Less",Web Development Course - Full-Time,Web Development +278685,10868,le-wagon,Rachel Nascimento,False,2021,Awesome experience,2021-06-22,5.0,5.0,5.0,5.0,"After 7 years of experience in web project management, I wanted to enrich my functional profile through the acquisition of real technical skills. That's why I joined Le Wagon to train as a FullStack Web Developer. My first idea was therefore to enrich... Read More my technical skills and thus have an expertise in web project management, both on a functional and technical level. But after 9 weeks of bootcamp and two projects developed in a team, I discovered a new passion. The full-time training is very intensive. But it is also very rich in terms of learning and on a human level. You get into the rhythm very quickly and eventually the time passes so quickly that you feel nostalgic before the end of the course. I spent 9 amazing weeks, the training in general is very well organised and the staff is very competent and educational. I recommend this experience to anyone who wants to learn.Read Less",Web Development Course - Full-Time,Web Development +278572,10868,le-wagon,Anonymous,True,2021,It was way too condensed,2021-06-18,3.3,4.0,4.0,2.0,"Pros: Curriculum basically covers all the aspects of the data science job Cons: Information is too condensed, especially, Time Series lecture Lecturers are not always prepared for class, and don’t always know the subject matter Issues with the Internet... Read More and hub was quite noisyRead Less",Data Science - Part-Time,Data Science and Analytics +278571,10868,le-wagon,Nicolas Dubet,False,2021,Incredible experience !,2021-06-18,5.0,5.0,5.0,5.0,"Spending these two months at Le Wagon has been an incredible experience. The atmosphere is very good, the teaching staff is very friendly. The idea of working with a different buddy every day is amazing. It's a very intensive training but very well supervised,... Read More I am now passionate about code and I can't wait to practice it in my next job.Read Less",Web Development Course - Full-Time,Web Development +278570,10868,le-wagon,Ji-won,False,2021,Everyone can code,2021-06-18,5.0,5.0,5.0,5.0,"I had never coded before le Wagon and I am now convinced that everyone should learn to code. The 2 months went fast and I met incredible people who were on the same journey. The first few days were the hardest, but once you start to see the results of... Read More your efforts, you keep going. You graduate with 2 MVP (minimum viable products) for your portfolio and an access to 10k alumni around the world.Read Less",Web Development Course - Full-Time,Web Development +278569,10868,le-wagon,Gwenael,False,2021,Intense but worth every penny and brain damage ;-),2021-06-18,5.0,5.0,5.0,5.0,"With a former experience as software engineer in industrial printing, I had reached a point in my career where I wanted to change course and invest into a new career to bring a true meaning to my everyday activity. My investigations led me to turn into... Read More Data Sciences and I liked the booster that an almost 10 weeks bootcamp could bring. From the very start, once you pass the necessary python and maths warm-ups, you will learn entirely new concepts every.single.day. Yes, this is intense (this is what you paid for!) and can be overwhelming at times but in the end you will get all the intuitions of a Data Scientist and understand all the roles a data scientist can fulfill in the data and IA domains. Concerning the teaching method, lectures are built as a thorough resources with extra pointers to dive into anytime you want to dig further into those concepts. Exercises and lectures are constantly reworked and refined which makes « Le Wagon » a truly agile learning structure offering lifetime access to new content once you join the alumni fellowship. But be certain that you will be given truly up-to-date content. Moreover the teaching process (lecture, exercices, end of day recap) involves a full team of teacher assistants during the whole exercices phase is meant to leave No-one in the corner.The teaching team is energetic, composed of teachers and former students that are eager to share their past and present experiences and committed to the success of your bootcamp. And the level of commitment of that team, especially during the project phase, is nothing short of remarkable. I owe them, as well as with the teaching process, a huge thank you to have successfully rekindled the fun in coding and algorithmic that I thought I had lost for good. And eventually it opened new doors that I thought were not meant for me… In short let’s say that the fame that « Le Wagon » has gained over the years is well deserved! Dive in and you will be rewarded!Read Less",Data Science - Full-Time,Data Science and Analytics +278565,10868,le-wagon,Celia Trache,False,2021,Amazing experience at Le Wagon Paris,2021-06-18,5.0,5.0,5.0,5.0,"By registering at Le Wagon Paris, I knew that I was going to follow a quality training, but I didn't expect it to be so well established. We trust the program and let ourselves be carried away ! The teachers are very qualified, super caring and available.... Read More I felt accompanied and supported throughout the training. I learned so much in such a short time, and the progression is crazy : at the end of the 9 weeks, we acquire reflexes and we master the basics. I feel totally ready to land a job as a junior developer. The project weeks bring another dimension to the bootcamp. We work as a team and we give our all to deliver the best possible app ! It was an amazing experience ! I am proud to be an alumni now :)Read Less",Web Development Course - Full-Time,Web Development +278562,10868,le-wagon,Christophe Mendy,False,2021,Trust the process,2021-06-18,5.0,5.0,5.0,5.0,"Le Wagon Paris Bootcamp was an incredible experience. I left my previous company to learn how to code and have more technical skills. At the end of the day, thanks to the high quality of the program and teachers, this bootcamp gave me the opportunity... Read More to create and learn the code easier than I expected. More than a program that enables you to learn how to code, I recommend it should you seek a way to learn how to be a developer.Read Less",Web Development Course - Full-Time,Web Development +278543,10868,le-wagon,Chenchen Zheng,False,2021,I am very grateful to Le Wagon for changing my life in only two months,2021-06-17,5.0,5.0,5.0,5.0,"After 3 years as a pedagogical engineer and chief product officer in a Parisian start-up, I decided to attend Le Wagon Web Development full-time Bootcamp in April 2021, in order to change my profession to Web Developer. During my ten weeks at Le Wagon,... Read More in addition to mastering back-end programming languages like Ruby, I also acquired some front-end skills like flexbox, CSS grid, and ES6. Two weeks after graduating from Le Wagon, I found my first job as a Back-End Developer. I am very grateful to Le Wagon for changing my life in only two months.Read Less",Web Development Course - Full-Time,Web Development +278535,10868,le-wagon,Jean-Philippe Rezler,False,2021,Mastering Data Science !,2021-06-17,5.0,5.0,5.0,5.0,"I just finished the Data Science bootcamp at the Wagon in Paris. The last 10 weeks were intense as I learned most of the data science concepts and put them into practice. It is very impressive to see what we were able to produce in the last 2 weeks of... Read More projects. This was only possible because of the very well-prepared lectures and the challenges we were given every day, as well as the teacher assistants who were always there to answer our questions, spend as much time as necessary to help us understand and implement the new concepts. The friendly and collaborative environment is, in my opinion, a key factor of success, and my 10 weeks of bootcamp proved it. This training is a very good complement to my initial scientific training, which is starting to be outdated, and to my professional management experience. I am sure that being comfortable with data science, which I hope to be now, will be a strong positive complement for my future professional career.Read Less",Data Science - Full-Time,Data Science and Analytics +278533,10868,le-wagon,Cindy GRENET,False,2021,Le Wagon Paris - AMAZING!!!!,2021-06-17,5.0,5.0,5.0,5.0,"I just graduated from Le Wagon web development bootcamp and I feel very excited for the future. I learnt so much in such a short time about backend and frontend languages of course but also on how to work more efficiently as a team on a project for example.... Read More After working for 10 years in the tech industry on the business side, I feel the bootcamp gave me the skills to upgrade my career. I am thankful for the journey and happy to join the Le Wagon community.Read Less",Web Development Course - Full-Time,Web Development +278443,10868,le-wagon,Santiago S Caride,False,2021,Le Wagon Buenos Aires - Data Science Full time,2021-06-14,4.3,5.0,5.0,3.0,"I did the data science course given by Le Wagon Buenos Aires. I don't have coding experience nor data analysis experience. This was my first bootcamp. Doing 9 hours a day of study can be though if you don't have a good backup. Le Wagon provided excellent... Read More help and motivation. The course is very practice-oriented. The teachers are more likely to be experts rather than academics. The campus has multiple exercises, and ressourse to keep on track. The first 3 weeks where to set the basis of coding, data-viz and the toolkit. So be prepared to dive in DL and ML starting on the 16th day. This is important: be fresh because there begins the real action. The material is available for ever to review it, so you can see it over and over. The lecture are well prepared and the exercises can be challenging. The team (teachers and ta) are really helpful, the atmosphere is excellent for learning. I am still looking for a good job, I guess that that will be the last evaluation of the course.Read Less",Data Science - Full-Time,Data Science and Analytics +278434,10868,le-wagon,Anonymous,True,2021,"Incredible community, amazing teachers, inclusive and diverse company culture.",2021-06-14,5.0,5.0,5.0,5.0,"The teachers and staff at Le Wagon made sure to set me up for success entering the job field. All of the exercises and coding challenges are carefully curated to ensure student success on a long-term basis. The culture, support and care from everyone... Read More in the bootcamp is beautiful, too. I have nothing negative to say about my time as a student, I enjoyed every interaction I had with other students and truly changed my life by learning how to code. Also, the space in Melbourne is incredible. Located next to Richmond Station at inspire9 - there is no better co-working space I've seen.Read Less",Web Development Course - Part-Time,Web Development +278101,10868,le-wagon,Romuald Gaboriau,False,2021,A unique and exceptional experience.,2021-06-07,5.0,5.0,5.0,5.0,"I was proudly part of the batch 528 in Le Wagon Montreal. The bootcamp was a really unique and exceptional experience. It is very intense but it is incredibly rewarding. The attention and dedication you get from staff to succeed and help you learn is... Read More immeasurable. We stepped out of our comfort zone in understanding a completely different way of thinking and working. I leave Le Wagon with highly in-demand skills, a great network to lean on and a web app that we have built as a team in my portfolio. Thank you to Le Wagon Montreal.Read Less",Web Development Course - Full-Time,Web Development +277921,10868,le-wagon,Julien Mathieu,False,2021,Le Wagon Bootcamp,2021-06-03,5.0,5.0,5.0,5.0,"I attended Le Wagon #550 in Paris (March 2021). It was a great experience. The boot camp is very intense and teaches you all you need to launch a tech product or start a career as a developer. I would recommend it any day. Not only does it teach you the... Read More necessary programming skills, front and back end, but it also opens the door to all the Le Wagon online resources and community. Definitely worth your time and investment if you consider learning web development.Read Less",Web Development Course - Full-Time,Web Development +277736,10868,le-wagon,Hwa Jie,False,2021,#1 place to learn how to code,2021-05-31,5.0,5.0,5.0,5.0,"I underwent the 6 month part time full stack web development bootcamp in Singapore and never looked back. The course was very extensive and required us to cram a lot into the 6 months, but we all emerged as better coders. It was a truly immersive experience... Read More with pitch nights and demo days to bring concepts and products to life - if anything it was TOO much excitement in the times of COVID. Post the course completion, Le Wagon also went through the trouble of arranging career talks and invited external guest speakers to come down and share their experiences, making sure that we had everything we needed in order to make the next move in our careers. In all, choosing to learn how to code at Le Wagon Singapore was one of the best decisions I made in the stagnant year of 2020. It was such an amazing experience learning how to code alongside other determined professionals, and though the journey was tough, my excellent teachers Prima, Miguel and Ann always made sure that I walked out of class learning just a little bit more. Would definitely recommend as a place to go in a heartbeat to anyone who's considering learning how to code.Read Less",Web Development Course - Part-Time,Web Development +277678,10868,le-wagon,Thembi,False,2021,Exceptional experience!,2021-05-30,4.7,5.0,5.0,4.0,"My overall experience was very positive. I won’t lie, it was very challenging and confronting you grasp vast amounts of information, but I’m honestly glad I went through that, it was the best way to learn at a fast paced (the tech industry is naturally... Read More fast paced anyway). I don’t have a negative comment, but more so a suggestion to help students cope under stress during a massive project. I personally coped well under stress, but others not so much. All in all, I loved every moment & would definitely recommend it to anyone looking to change into tech & make awesome new friends.Read Less",Web Development Course - Full-Time,Web Development +277631,10868,le-wagon,Lucila Tahuil,False,2021,I would choose LW again!,2021-05-28,5.0,5.0,5.0,5.0,"The course is excellent! The organization is amazing, the curriculum is complete, the staff is cool and they support you all the time. I was fully accompanied from the first moment, everyone is willing to help you in anything. Highly recommended if you... Read More have the opportunity to do so. The total experience was a success!Read Less",Data Science - Full-Time,Data Science and Analytics +277598,10868,le-wagon,Simon T,False,2021,"Great bootcamp, life changing",2021-05-27,4.7,5.0,5.0,4.0,"Before I joined the LeWagon bootcamp, I was working in corporate jobs that were becoming increasingly uninteresting and unfulfilling. I had thought about a career change for some time but never had the knowledge of how to do that without going back to... Read More university, or just moving into something else that was equally uninteresting to me. At the same time I was always having a lot of ideas for software businesses, but I was unable to execute on them since I didn't know how to write code. It's always scary to leave a job and completely change career, especially when you don't know what the outcome will be. But I'm so incredibly glad that I took the plunge and enrolled in the the LeWagon web development bootcamp - I can honestly say it's one of the best decisions I've made in my professional life. The bootcamp, while jam-packed with value and incredibly interesting, is hard. You are condensing what would usually be years of content into a 9-week timeframe. That's also the main draw card, though, since you acquire such a valuable skillset in a very, very short amount of time. For that reason my advice would be to make sure you are thoroughly prepared with basic programming knowledge before you start the bootcamp to ensure you keep up. LeWagon provides a pre-course set of materials to get up to speed, but I would suggest even going beyond that and nailing down those fundamental concepts (loops, functions, conditionals etc.) with additional material before starting - there's plenty out there. Aside from that, the program is really well structured and gets you to learn in the most effective way possible - by doing. The day is typically begun with a 1.5 - 2 hour lecture, and then you're off and coding for the rest of the day. The material and amount of work is enough to be challenging and difficult, but still achievable enough so that you see yourself making progress and you're motivated to continue. I can't speak highly enough of the teachers and assistants, who give really engaging lectures, and who are incredibly helpful during the course challenges and in project week. This is true inside and outside of 'course hours' and I've had plenty of ongoing help from them even after the course was well and truly completed. In the final 2 weeks of the program you get to actually build a real software product that can be used in the real world, with a team of your peers. You may even be fortunate enough, as I was, to have your own idea voted to be the project you work on. This was the most rewarding and engaging part of the whole course for me. You get to put everything you've learned over the last 7 weeks into practice to build a product that you just never think could be built in under 2 weeks. It's exciting, challenging, stressful, fun and most of all extremely rewarding to go through that process and to have a fully fledged product at the end of it is incredible. I now have the ability to bring a highly valuable skill set to any company I work with, and can build new products whenever I have an idea. I keep saying to my wife it feels like I have super powers. I've recommended LeWagon to many of my friends already, and would strongly encourage anyone who is on the fence to take the plunge and enroll. It's been positively life changing for me.Read Less",Web Development Course - Full-Time,Web Development +277544,10868,le-wagon,Antoine Boucher,False,2021,Amazing experience and community,2021-05-26,5.0,5.0,5.0,5.0,"Before Le Wagon I had tried many time to learn by myself how to code in order to be able to build projects as a creative outlet. Unfortunately, despite the abundance of ressources online I just didn’t know where to start and couldn’t find a program with... Read More the right structure for me to learn by myself. Additionally, keeping myself motivated enough to keep learning by myself proved to be difficult.Le Wagon helped address all theses issues. The program is perfectly structured to gain a thorough understanding of the fundamentals before building on more advanced topics and sets you up to be able to build on that foundation at your own pace later on. Additionally, I found the blend of lectures and practice allowed me to really challenge and validate my understanding before moving on.However, the best thing about the program remains the people, both students and teachers. Le Wagon built such a wonderful community that makes the experience enjoyable and motivating. Learning alongside such driven individuals made me want to give it my best and fostered an amazing atmosphere to keep us motivated and excited for the duration of the program. Being able to count on your peers and mutually contribute to our learning experience is of immense value.Overall I couldn’t be more proud of what I accomplished over these last few months. I met amazing people and learn exciting new skills which I look forward to push further as I begin working on new projects.Thank you for an amazing 6 months!Read Less",Web Development Course - Part-Time,Web Development +277479,10868,le-wagon,Maite Brown,False,2020,Best decision ever!,2021-05-25,5.0,5.0,5.0,5.0,"I can't really list cons. I chose Le Wagon because it was recommended to me by 2 friends that had done it a couple of years back. It was super demanding (as you can expect for a coding bootcamp) but tt was the best decision I made. The level of organisation... Read More and support was everything I was missing when learning by myself. From day 1 you are able to access the entire curriculum, slides, resources, exercises and videos you are going to use during the course. The teachers are available at all times to answer your questions and you get to meet and work with a group of people that are going through the same process as you. Last but not least, you get to join a 10K+ global community, where you can always connect with new people.Read Less",Web Development Course - Full-Time,Web Development +277473,10868,le-wagon,Ian Chin,False,2020,Le Wagon was a great bootcamp that prepares you for jobs in the coding market,2021-05-25,4.7,5.0,5.0,4.0,"Pros: • Great team that make you feel welcome and always happy to help make your bootcamp a fantastic experience • Teachers that care and are willing to go the extra mile to help you establish a coding mindset • While not the most in-demand language,... Read More Ruby is an excellent choice for people that are just getting into coding • Attractive pricing compared to competitors Cons: • While Le Wagon does provide excellent workshops, networking opportunities and strategies on how to find employment post graduation, they do not have any guaranteed placement opportunities in affiliated companies, which is a service some bootcamps do offer.Read Less",Web Development Course - Full-Time,Web Development +277419,10868,le-wagon,Keith Shepherdson,False,2020,Keith Shepherdson - Le Wagon Singapore,2021-05-23,5.0,5.0,5.0,5.0,"Hi, I'm Keith and I attended Le Wagon Singapore. I have a pretty unconventional route. You could call it a mid-career switch, or even rojak. School I studied and obtained a bachelor's in Civil Engineering. That's essentially knowing how to design buildings,... Read More tunnels, and bridges. My first exposure to programming was in the first year of school, just like most engineering curriculum. My module thought us the Fortran programming language. For reference, Fortran was the de facto language, back in the 1980s, used to mass calculate forces that a building was subject to, to make sure it wouldn't collapse. So, I built an IPPT calculator instead. And that's the last time I touched coding, until... Come year 3, I would hear of and be intrigued by the term 'machine learning with python' constantly. The premise of machine learning was incredibly interesting: given a list of all the Titanic passengers and their details (age, gender, cabin seat, etc.), a programming script could identify who survived and who didn't, with a high degree of accuracy. So was sold on this black magic (which I discovered was a whole bunch of Maths and Statistics), and I decided to self-study python. But things weren't clicking as well as I had hoped. Work My first full-time job was doing project management in the aviation industry. Funnily enough, I told myself I would eventually pivot my career a couple of years from then to a tech-based role. So, I started doing Harvard's critically-acclaimed CS50 course after office hours and on weekends. I thoroughly enjoyed the aha! moments and the challenges that left me stumped for hours and days on end. But throughout this journey, the pandemic struck hard on my sector. I thought now would be a great time to take a leap. I duly did my research, left my job, and enrolled in Le Wagon Singapore coding Bootcamp. Le Wagon Singapore What an amazing experience. Me and my classmates' dove into code straight away. We went from printing ""Hello World"" and for loops, to building an MVC (Model, View, Controller) ground up, to building and deploying full-stack apps (Ruby on Rails and JavaScript) to the cloud. All in 9 weeks; that's pretty mind-blowing, to be honest. Even today I even wonder how I was able to do that. But I think I have figured out how. 1) Firstly, the curriculum is extremely structured. Every single day has an extremely well-defined topic, such as OOP (Object Oriented Programming). The instructors Miguel and Prima are experienced and well versed in the course material and are always passionate about imparting the programming fundamentals and knowledge to us. 2) Another huge factor is that feedback is fast and responsive. You may have spent inordinate amounts of time trying to understand concepts on YouTube or bug fixing on Stack Overflow. Le Wagon Singapore massively improves on this experience. They have an efficient on-demand, support ticket system where any technical question can be answered by experienced instructors or TA's. It's what I call ""Stack Overflow on Crack"". 3) Of course, it really helps that there is such a fun, friendly and helpful atmosphere in the classroom, where mistakes are encouraged, and no question is considered insignificant, no matter how small or ""silly"". After all, this is part of the learning experience. Last thoughts All in all, I am more than happy to have chosen Le Wagon Singapore as it was fulfilling, fun and affordable. It's been a few months after graduation and I am now a full-stack software engineer; I couldn't have picked a better school.Read Less",Web Development Course - Full-Time,Web Development +277411,10868,le-wagon,Mason Tay,False,2021,Le Wagon Singapore - a 5/5 star experience!,2021-05-23,5.0,5.0,5.0,5.0,"I did Le Wagon Singapore in 2020/2020 and the bootcamp was amazing as a comprehensive overview of how the an app works end to end and sets a fantastic base to explore any areas of programming that you will be more interested in. Big thanks to Miguel,... Read More Prima and Ann for an amazing journey and it was incredible seeing paper ideas become actual products across Ad Tech, Ed Tech and Social enterprise platforms. Excited for what's to come! Pros of the course is that the program was comprehensive, the instructors were phenomenal and there a ton of useful resources to help get you along. Cons however is that Javascript coverage was a little light which i wished we had a bit more time on.Read Less",Web Development Course - Part-Time,Web Development +277340,10868,le-wagon,Margarita Maltseva,False,2021,Le Wagon Singapore - Web Development Course,2021-05-21,5.0,5.0,5.0,5.0,"I want to take my chance to say thank you to Le Wagon Singapore. My decision to go there to learn how to code is one of the best choices I’ve ever made. I joined part time course for the last six months. The experience was amazing! And the real stars... Read More are incredible teachers who always there to help and support. They made sure that the material was well understood and never missed a chance to double check on how are we doing during challenges completion. Now, after 24 weeks I am not sure if I am going to become a developer, but these weeks definitely changed my life. I will suggest to everyone who ever thought about learning how to code to choose Le Wagon without any hesitation. This school will give you much more than just code understanding but new friends and the greatest community :)Read Less",Web Development Course - Part-Time,Web Development +277318,10868,le-wagon,Sébastien Ternest,False,2021,A very good start to launch a new career in ITs,2021-05-20,5.0,5.0,5.0,5.0,"Pros - Le wagon provides you a very good kitt, with videos, tutorials, slides, source code, cheatsheets, etc, that will lead you from 0 to a Ruby on rails project deployed on a server . - Very professional and attentive teachers who speaks with their... Read More students at eye level. Cons - Its expensive(but you have financial options) - Even if it's intensive .You 'll have to practice and learn more to get ready for a job (but it's a really good starting block).Read Less",Web Development Course - Part-Time,Web Development +277016,10868,le-wagon,Anonymous,True,2020,Best career investment - you won't ever regret,2021-05-13,5.0,5.0,5.0,5.0,"If you’re looking to change your career or learn a new skill, Le Wagon full time web development bootcamp is the cheapest and quickest way to do so. It will equip you with the overall skills needed to change your career and the right environment for you... Read More to learn coding. Best environment to learn. The coding exercises and projects help with consolidating your knowledge each day and the supportive teachers and course structure is optimised for your learning. On top of that, community support is the best here at Le Wagon. The online LMS and slack are also top notch resources!! The only thing is that coding in general, requires self-motivation and perseverance. So be ready to feel beat down during this journey, but know that you are always learning and growing! Software development is continually growing, and so will you. You will not only learn coding skills but also lots of life lesson and people skills along the way!Read Less",Web Development Course - Full-Time,Web Development +276917,10868,le-wagon,Lawrence K.,False,2021,Why not sooner?!,2021-05-11,5.0,5.0,5.0,5.0,I really had an awesome time at LeWagon and wished I would have gone sooner there. The help from the teachers and even in the off hours is just overwhelmingly great. Also the materials given is more than enough to keep on learning weeks after the bootcamp.... Read More I can not find any criticism or point of improvement. That is how well it was!Read Less,Web Development Course - Part-Time,Web Development +276870,10868,le-wagon,Hendrik Vermeersch,False,2021,Le Wagon was a potentially life-changing experience for curious go-getters who enjoy learning new skills and who want to venture into the world of tech.,2021-05-10,5.0,5.0,5.0,5.0,"One of the most important reasons why I joined Le Wagon was because it seemed like the most time-effective way to kickstart my journey into the realm of tech. What I enjoyed the most about the bootcamp can be summarized by one word: “learning”. The bootcamp... Read More made me rediscover the pleasure of learning. The curriculum is undoubtedly of stellar quality. It is clearly very meticulously drafted and reviewed and is also regularly updated to keep up with the fast paced changes in web development. I was particularly impressed by Kitt, the learning platform developed inhouse by Le Wagon, because it provides you with all the tools you need to learn in the most effective way possible and is very easy to use. This brings me to the practical nature of the curriculum, because that is exactly what the team at Le Wagon has discovered is the most effective way of learning. Every day of the bootcamp starts with a bit of theory, which you then immediately apply in the form of exercises throughout the rest of day. In the evening, you then review what you learnt by doing flashcards. This means that in a single day, you basically cover a part of the curriculum three times, each time in a different way. This ensures that you really cement the newly acquired knowledge in your brain. I have only good things to say about the two teachers I had the pleasure of learning from. Both were very skilled developers but at the same time also great human beings. They were always there to give us their support and answer whatever question we might have had and put their heart into every course they taught us. If I had to choose 3 words to describe Le Wagon, I would choose positivity, intense and empowering! It was a potentially life-changing experience for curious go-getters who enjoy learning new skills and who want to venture into the world of tech. Le Wagon has put a lot of energy into creating a vibrant alumni community. I know that whenever I need to, I can easily reach out to my fellow alumni for questions, advice, feedback or even job opportunities. In this context, “Career Week” was also very useful: it helps you figure out what the next steps are on your journey. From learning more about the different career paths, to helping you spruce up your CV, LinkedIn profile and helping you prepare for job interviews, the Career Week covers plenty of topics which are really important for you to reach your goals as a fresh graduate. Le Wagon has given me the tools and the confidence to achieve my tech-related goals. Right after graduating from the bootcamp I started working remotely from Istanbul for a Belgian tech-startup called ExoVibe as a Web Developer. That is more than I could have hoped for beforehand and I would not have been able to achieve that so soon if it weren’t for Le Wagon.Read Less",Web Development Course - Full-Time,Web Development +276866,10868,le-wagon,Robert,False,2020,Amazing learning experience,2021-05-10,5.0,5.0,5.0,5.0,"I attended Le Wagon Melbourne in late 2020. Just wanted to share my experience in case anyone else is considering learning how to code through this bootcamp. Overall, I had a really wonderful experience. As someone who had almost no experience with coding,... Read More I'm very satisified with what I was able to learn in just 9 weeks. A large part of this has to do with the course structure. The content progresses in a very thoughtful way - every day builds upon the previous one enough to challenge you (and you will be challenged!), but not enough to make you feel completety lost. The bootcamp has a way of showing you how to do things the ""hard way"" first, before revealing the short-cuts or ""easy way"" of accomplishing something. While I found it a little bit frustrating at the time, this technique helped me to deeply understand what was going on behind the scenes. Looking back, I was given a very solid foundation in understanding the fundamentals of programming, and how to tackle difficult problems, instead of just learning short-cuts to build a flashing product. Once you finish, you'll probably be applying for junior developer roles and a big part of those applications are coding challenges. In my experience, these challenges became very manageble after the bootcamp - but would have been impossible for me before! Besides the content, the Le Wagon team in Melbourne are fantastic. They really take care in selecting friendly, accepting and genuine people. I've made so many friends through my batch, the teachers, and even wider alumni network in Melbourne. The company is really big on community and hosts many events and meet-ups both during and post-bootcamp. If finding like-minded people and networking is important to you I'd definitely recommend Le Wagon!Read Less",Web Development Course - Full-Time,Web Development +276812,10868,le-wagon,Capucine Dehaut,False,2021,Excellent methodology and amazing community !,2021-05-09,5.0,5.0,5.0,5.0,"Attending this bootcamp was the best decision I could possibly make! I come from a business background: I graduated from a business school and got a first job in program management at a big tech company. This is where I discovered data science and decided... Read More I wanted to learn more. So I chose to attend the Data Science bootcamp at Le Wagon after looking at their program, the demo-days on Youtube, and talking with their Alumni, and I just landed a full-time Data Analyst job! This bootcamp covers Data Collection-Cleaning-Analysis, Machine and Deep Learning. It gives you enough concepts and practice time to make you employable after the bootcamp, but what’s really smart is that they teach you how to go further, how to answer your own questions, how to read the documentation of Python libraries, etc.. In this way, you can go a lot further on your own after the bootcamp in your own time. There are three things I really value in this bootcamp: - The methodology: One third of the day is lecture time, and the two other thirds you’re paired up with a buddy and complete exercises to practice what you just learned. Thanks to this methodology, I felt ready to work right after the bootcamp ! - A unlimited access to resources: you can access all lectures materials, exercises, flashcards, career playbooks after you leave the bootcamp. I still use their platform all the time and it’s been super useful. - The network and seamless support from teachers: there’s many teachers available to answer your questions during the bootcamp so you never leave a day of class with an unclear concept in mind. And there’s a SUPER-active community on Slack, which has now 10 K members from around the world, and will help you find a job, find a freelance mission, answer technical questions, attend masterclasses, connect with companies you love. There’s a superbe atmosphere, you get little surprise events to connect with your peers and teachers and they really do (even in covid times) everything they can to ensure you get the best experience possible. 100% recommend Le Wagon !Read Less",Data Science - Full-Time,Data Science and Analytics +276690,10868,le-wagon,Charlotte Demaret,False,2021,Impressed by all I learnt in only 9-weeks and all the new perspectives it opens to me now,2021-05-06,5.0,5.0,5.0,5.0,"I was working in marketing for 6 years and I was considering to change to work in a more digital oriented company but I was obviously lacking some digital skills. Then I moved to Tokyo because my husband had a job offer there, so I take this move as an... Read More opportunity for me to learn new skills and I joined Le Wagon Tokyo 9-weeks intensive bootcamp. I graduated only 2 months ago but I can already say this is the best decision I could ever made ! I would like to insist on the fact that I really didn't have any coding background before joining. I just spend some time on Code Academy before applying, basically to know what coding was exactly 😅 and see if I was at ease with the logic. I did the prep-course they asked to do before the bootcamp and, even if they cover everything again during the bootcamp, this is really usefull to understand deeper and quicker the main concepts. The bootcamp itself was really intense, during these 9 weeks, I was literally thinking coding everytime because the learning process is really ""addictive"", in a very stimulating way. The first weeks help you to get use to the algorithms logic using Ruby language, then the further we go, the more concrete/realistic the challenges become and you can say that you are building real stuff which is super super rewarding ! The lectures are really clear thanks to the teachers who are super pedagogics (again even for people who are REAL beginners) and the exercices are made to make you perfectly understand the lectures and apply them. In addition, there are a lot of ressources available on the platform which are again really useful (I keep using them all the time since I finished). Cherry on the cake, they organise a ""career week"" at the end of the bootcamp which is really useful to know how you can ""sell"" your new skills, give you advice and ressources to keep learning, depending on what kind of job you want to apply and organise meetings with some partner companies. I'm not working yet but I already have an offer and several process in progress so I can definitely say that not having a coding background is not a weak point, on the contrary, companies seem to appreciate having people from different background who did this bootcamp ! In short, I can only recommend this bootcamp to people who want to open new opportunities in their career.Read Less",Web Development Course - Full-Time,Web Development +276646,10868,le-wagon,Jurek Osada,False,2020,An amazing experience!,2021-05-04,5.0,5.0,5.0,5.0,"Looking back at the bootcamp, I do not regret the decision and loved every moment of it! Learning how to problem-solve, think logically and collaborate with a diverse mix of colleagues and teachers, Le Wagon has helped me build an amazing platform to... Read More enter the world of tech! Highly recommended!Read Less",Web Development Course - Full-Time,Web Development +276625,10868,le-wagon,Karine Legault,False,2021,Le Wagon Montréal - Web Bootcamp part time,2021-05-03,5.0,5.0,5.0,5.0,"Before starting Le Wagon, I was working as a digital project manager. I felt limited by my understanding of the technologies whenever we were searching for solutions or simple options. I had been searching for an academic formation in order to gain more... Read More knowledge about coding. I had tried the online tutorials and I had started a University certificate in digital information management, but none of these options were really allowing me to understand the workflow, the headaches and the day to day life of a web developer. I had heard about web bootcamp, but I never had two months off in order to subscribe. I was on the hunt to have a concrete, technical course that would allow me to understand the limits of the technologies and their possibilities. Then, I found out that Le Wagon was also available part-time! When I started Le Wagon bootcamp, I was anxious about how hard it would be, would I know enough in the beginning? You don’t need any background, you just need to have the motivation to learn, that’s it. We were all from different backgrounds and that was so refreshing! Every session, we worked on difficult exercises with the help of a buddy and the help of the TAs. Time would fly by so fast. It was nice to feel so focus on something. At the end, we had the chance to pitch our idea and build two projects as a team. One of these was JoinCodeBuddies, an app for new developers who wanted to find buddies to work as a team. We had a real taste of what it’s to be in a team, developing a product and launching it. During the bootcamp, I felt so good, especially because learning, acquiring new knowledge made me feel like I was growing but at the same time, I was meeting nice, motivated, hard working buddies. It was a great investment for my career path, I feel more confident on many levels.Read Less",Web Development Course - Part-Time,Web Development +276610,10868,le-wagon,Jacob Iyamu,False,2021,Amazing experience and great people,2021-05-02,5.0,5.0,5.0,5.0,"My main goal to join Le Wagon was to learn more about programming to better communicate with our in-house developers. However, after joining the program I realized there was much more to it than just learning how to code. All the other students and especially... Read More the teachers brought amazing energy each day and really gave motivation me do learn and work as hard as I could during class and in between. Thanks to the part time class I was able to attend the course without too much disruption of my normal work life and while it wasn't always easy to do both at the same time, I would definitely do it again.Read Less",Web Development Course - Part-Time,Web Development +276541,10868,le-wagon,Benoit Michelin,False,2021,Amazing experience,2021-04-29,5.0,5.0,5.0,5.0,"This was an amazing journey! With knowledge of web development, I wanted to specialize in Data Science. After trying to learn on my own I enrolled at Le Wagon. It was an amazing decision. The program is fast-paced but so exciting! The curriculum is built... Read More such as you are never lost. The staff is always there to help you when you get stuck! We've learned so much in such a short period of time. I would recommend the Le Wagon Bootcamp to anyone who is wanting a change of career, looking to upskill themselves or simply wanting a challenge. When you enter Le Wagon you enter an entire community you can rely on!Read Less",Data Science - Full-Time,Data Science and Analytics +276492,10868,le-wagon,Charles,False,2021,Impressive !,2021-04-28,5.0,5.0,5.0,5.0,"Hi, my name is Charles ! I am 27 and I was a Mechanical Engineer in a large aeronautic company. That was before Covid-19... When I lost my job, I had a lot of time to think about my future. I ask myself if I really wanted to continue in my professional... Read More field. I used to code (C++, C#) in my school curriculum but it was too academic and I was VERY bad at it. So I was afraid to go back in computer programming. I already knew about Le Wagon thanks to my sister (batch #48). And my girlfriend really motivated me to do it. So I tried ! The coaching is very well run, teachers are engaged and friendly, and the courses are extremely well structured. (from basic to advanced courses) Each student can go at his own speed, the goal is to code as much as possible. But nobody is left behind ! Until the end and after, we are accompanied and motivated to keep coding. The 2 months went by very quickly, it was incredible experience ! Now I continue to code everyday (in a more Front-End path) until I find a job as a Web Developer.Read Less",Web Development Course - Full-Time,Web Development +276487,10868,le-wagon,Julie,False,2021,Le Wagon is a true experience of learning fast and efficiently,2021-04-28,5.0,5.0,5.0,5.0,"After 6 years in marketing and project management (digital & 3D), I’ve fallen in love with code by working with and get a personal circle of developers & engineers. I was advised to do Le Wagon bootcamp and I’m very glad of my decision to do so ! Le Wagon... Read More is a true experience of learning fast and efficiently the good basics of web programming back & front (full stack), and also a great human experience supported by Le Wagon network - an extremely active community. I hardly recommend it in turn.Read Less",Web Development Course - Full-Time,Web Development +276411,10868,le-wagon,Joseph Dulac,False,2021,Coding Paradise,2021-04-26,4.3,5.0,4.0,4.0,"I decided to join Le Wagon with the sole purpose of adding a missing critical skill to my toolbox as an engineer: coding. I first heard of it through friends who previously did it and told me to apply without hesitation. Though my batch took place during... Read More the middle of an international pandemic, the team at Le Wagon managed to make the experience incredible and as normal as possible given the circumstances. I now keep an exceptionally good memory of my time at Le Wagon and made some new friends who I think enjoyed the experience as much as I did. I would recommend to anyone who has the opportunity of doing this boot camp to go for it. It was all worth it!Read Less",Web Development Course - Full-Time,Web Development +276185,10868,le-wagon,Juan Illingworth,False,2021,¡Todo lo que está bien!,2021-04-20,5.0,5.0,5.0,5.0,"La experiencia académica fue excelente de punta a punta, tanto en nivel como en organización. Pero, para los que tenemos un background en ciencias humanas (y poca ejercitación de pensamiento estructurado), lo académico termina siendo secundario. Lo más... Read More destacable fue el acompañamiento por parte del staff para que la gran experiencia académica sea todavía más didáctica. Otra cuestión a destacar es la versatilidad del programa. Si bien parecería (y efectivamente es así) estar fuertemente orientado a emprendedores, tratando de transmitir ese espíritu; a su vez, el nivel de conocimiento alcanzado te lleva en 9 semanas a un nivel ""entry-level-job"", es decir, estarás listo para entrar a cualquier empresa del mundo IT con puestos Trainees o Junior. Como si fuera poco, la plataforma en la que se realiza el curso queda disponible de por vida, incluyendo las actualizaciones (de hecho, hace 4 semanas que terminé el bootcamp y ya hay nuevos ejercicios). Así que vas a poder volver a consultar el contenido cuando quieras. Por último (y de lo más valioso para mí), es la comunidad de alumnis a la que te sumas. Ahora estoy conectado con miles de LeWagoners en todo el mundo que están siempre dispuestos a ayudarte a, por ejemplo, buscar un trabajo, solucionar algún problema con tu código, etc. ¡No lo duden, este es su lugar!Read Less",Web Development Course - Full-Time,Web Development +276183,10868,le-wagon,Eric Hoare,False,2021,Choose Le Wagon and find a job within 3 weeks of graduation,2021-04-20,5.0,5.0,5.0,5.0,"I cannot say enough good things about Le Wagon's approach to teaching the fundamentals of coding. It changed my entire conception of how to solve complex problems. Not only that, I feel like having understood how Ruby works, I'm endowed with the tools... Read More to understand and learn other programming languages with much more ease. Its definitely intense, as you'll have to devote 2 entire months to nothing but coding, but its most definitely worth it. If you're looking for a coding bootcamp that will definitely produce results, Le Wagon is it. It took me all of 3 weeks to find a job as Jr Full Stack Web Dev after graduating.Read Less",Web Development Course - Full-Time,Web Development +276150,10868,le-wagon,Edouard Belfond,False,2021,An amazing experience,2021-04-20,4.7,5.0,4.0,5.0,"As a complete beginner I would never have imagine reaching the level at which I am at now. In fact, my experience at Le Wagon was more than just hardships and challenges but rather a social and inspiring bootcamp where the learnings calls for fraternity... Read More and cooperation. I am not a born computer programmer but I’ve grasped the fundamentals. I am not especially interested in becoming a programmer but I am now able to understand the functioning of a website as well as its features. Finally, I am not the smartest learner but the practice tools, methodology and teaching is flawless. My two months at Le Wagon’s facility was like taking a fresh bowl of pure air, totally disregarding this unsettling period.Read Less",Web Development Course - Full-Time,Web Development +276146,10868,le-wagon,Fabrizio Giuseppe Negretti,False,2021,Excellent!,2021-04-20,5.0,5.0,5.0,5.0,"Some years ago, a manager told me that I have an analytical brain and advised me to try coding. I didn’t know anything about it. So I was curious and I started to study by myself, for one year, HTML, CSS and Javascript. I Enjoyed so much, that I decided... Read More to leave my job and jump into a serious learning experience, Le Wagon Bootcamp. I checked many bootcamps before applying, but finally I chose Le Wagon because of the curriculum they offer and the many positive reviews online. Also I had a good feeling about it. After 9 weeks, my initial thoughts were confirmed, I learnt not just the theories, but also how real programmers work, with real projects in team. We used mostly Ruby on Rails for the back-end and Html, CSS and Javascript for the front-end, but we also touched many other technologies. In particular, I worked on a clone of Airbnb based on boats, and a financial app to save money. The experience was incredibly challenging but rewarding, I found myself basically doing a job and solve issues I didn’t even know they existed until some months before. A mention to the method used in this bootcamp: the day starts with a class, followed by many challenges to be solved in pairs or group. All the time, we have the option to ask questions/clarification/explanations/advises to teachers and teacher assistants, who (trust me) are very patient and collaborative. They are a fundamental part of the program, as they constantly make you feel that you are on the right path, and all the doubts you experience are normal, as they did the process before! The whole experience was definitely very positive. Now is time for me to look for a real job!Read Less",Web Development Course - Full-Time,Web Development +276090,10868,le-wagon,Anonymous,True,2021,"""Life-changing experience!""",2021-04-19,5.0,5.0,5.0,5.0,"I attended the part-time course over the last six months at Le Wagon Buenos Aires. The overall experience was great! Teachers and all the staff are brilliant and supportive, always there to help during the hard times. I highly recommend studying at Le... Read More Wagon.Read Less",Web Development Course - Part-Time,Web Development +276089,10868,le-wagon,Rocio,False,2021,The best experience in Bootcamp!,2021-04-19,5.0,5.0,5.0,5.0,"Le Wagon is the best choice that I have ever made in my life until now with my career. I was scared, with thousands of doubts with the program and with myself. Would i be able to make it? I had studied Tourism, I definitely not came from this world. But... Read More finally I had decided to get on board. From the very first moment I had the support from the teachers, from my batch, and from all the material that they give to you from the beginning. When we finished the campus, we could not believe all we have done, from where we have started and how we finished developing two amazing apps all by ourself. Almost 2 months of that, I am now making my firsts steps as Frontend dev in a very important company. I cant believe it, this is just the beginning! If you are in doubt, just do it, it depends on you to change your life and learn to code. :)Read Less",Web Development Course - Part-Time,Web Development +276071,10868,le-wagon,Mateo Estrada Bazan,False,2021,Top-notch education,2021-04-19,5.0,5.0,5.0,5.0,"Le Wagon provided me with everything I needed to become a Data Scientist. Lead teachers, teaching assistants and drivers were really kind, helpful and proficient when it came to providing guidance and solutions to the different challenges we had to face... Read More throughout the Data Science bootcamp. Plus, the Le Wagon community is also supportive and collaborative with every student or alumni. I would totally recommend this school.Read Less",Data Science - Full-Time,Data Science and Analytics +276065,10868,le-wagon,Caroline Tan,False,2021,Caroline Tan - Le Wagon Singapore,2021-04-19,4.3,5.0,5.0,3.0,"Hi folks, it’s been about a month since my 9-week full-time full-stack coding bootcamp with Le Wagon Singapore has ended. Thus, I thought I’d share some thoughts on the experience for folks curious or wondering whether they should embark on this journey... Read More some time in their lives as well 😉 FYI it will all be in structured bullet points for other OCD ex-consultants out there. Background & Motivations Prior to joining, I was a product manager in Shopee/Seamoney for 3 years. Had always felt inadequately prepared to take on more technical tasks like opining on required API fields, microservices architectures and debugging API JSON replies Had taken one Intro to Python course in college but couldn’t quite make the mental connection on going from “executing code in my black ugly terminal” to “making a pretty website” (I later learned that there are many uses for coding, and web development is just one of them, e.g. data science is another) Had desires to “start-up” after the bootcamp, so thought learning to code would be useful for either building my own MVP or being better at hiring developers (at least at the early stages without a CTO to help me) Initial Expectations Going to be kinda intense (but I would handle it as it comes…) Lectures for half a day then coding for the other half (in reality it was more like a 20/80 split) Excited to meet non-Shopee people who have interests and backgrounds outside of e-commerce or financial services Ruby should be easy right? Not sure how it is different from Rails but they sound “same same but different” First 2 Weeks: Intro to Ruby Le Wagon blew through my Intro to Python college course syllabus in 1 week. Thereafter I became very scared Le Wagon blew through Object-Oriented Programming (OOP) in the subsequent week. I was officially scared shitless 🙀 I began to realize not a single person in the bootcamp had not prepared themselves at least semi-adequately before joining the bootcamp. Nobody left standing after the 2nd week seemed like a “first time programmer” and had at least been self-learning to code for a while beforehand, myself included technically (Le Wagon does have mandatory Ruby and Javascript prep work before you join the bootcamp but I still felt everyone had prepared themselves above and beyond the 30–40 hours prep work) Next n-th Weeks: Database/SQL, Frontend Development, Intro to Rails Some random moments remembered amidst the blur of 010101010101010… Why do I have to manually write everything into this .csv file? Is coding supposed to be this hard??? I just want to save my work in the database. I have to write code just to save it?? — low ROI Okay at least SQL is easy to pick up. I like this language — high ROI Every day is so hard… but some days are better than others (yay front end!! I finally have something pretty to look at) — some ROI Okay so I am going to go home, review my Le Wagon flashcards for the day, and study the next day’s lecture every night before I sleep, because I know I will absorb better the next morning if I am not seeing the material for the very first time — high ROI *the next day* This is still so hard and almost everyone gets it but me… but it’s okay to not be okay (alright so studying the night before was more like medium ROI, but still worth it) What is an MVC model? Is this what they use in Shopee? *proceeds to text an ex-Shopee developer furiously* Wow is Rails black magic? Do I have to do anything by myself now? (with great power comes great responsibility and magical bugs.. and you have no idea why they appear because you did not write Rails and barely understand how it works under the hood) Final 2 Weeks: Rails FTW Wow, I built this single 3-model app myself!? https://caromistercocktail.herokuapp.com/ A team comprising of myself and 2 other coursemates made this after struggling on using GitHub together for 2 days: https://welovegrowing.herokuapp.com/ (😮 did we really make this?) Same team composition also gave birth to: http://incast-fm.herokuapp.com/ (👊 we are rocking this~) OMG I can code full-stack now??? (apparently so… 🤪 DEMO DAY!!) Watch our demo day here: https://www.youtube.com/watch?v=M3iyX9j1hFE Post-Bootcamp Been working on actually starting up; talking to loads of founders/investors/people in the mental health space (that’s what I’m currently looking at) Building Poke Escape by the side with the ex-Shopee developer I was texting furiously about MVC (Poke Escape is a reverse game scenario where you are the Pokemon trying to escape them pesky Pokemon trainers, instead of the usual “catch ’em all” mandate from the trainers’ POV) Wow I can still code!! I still have my superpowers post-bootcamp 🥰 But I have nobody to help me debug now… I miss my instructors Closing Thoughts So now if you ask me, did I achieve all my personal goals through this bootcamp? The long and short of it is like any classic consultant would tell you is, “yes and no”: (i) “Yes”, I am a lot more comfortable looking at APIs and JSON strings now, but “No” if I were to hypothetically rejoin the Shopee product team, I still do not think I would have that technical aptitude / interest to work on the details of a microservices architecture like some of my ex-colleagues were (hey, we all have our fair share of strengths and weaknesses) (ii) “Yes”, I can make a (kinda) pretty website and build my own MVP. But “No” I honestly don’t think I would build my own website/MVP at the end of the day because of the present day proliferation of low or no-code products in the market out there, e.g. Wix and Bubble. And when things start getting serious.. well then… “hello wanna stop working on Poke Escape and be my CTO?” (iii) “Yes” I would probably care a lot more about how developers I’m about to hire think about writing clean code and collaborating with others, but “No” I still have no clue on how to ace a technical interview and am definitely not qualified to judge their technical prowess just by assessing their public Github code repos So then given the above, would I still recommend someone to learn to code? 100% YES (but go at your own pace because it is a real commitment). Le Wagon’s tagline is “Change your life, learn to code”. Not going to lie (those who know me personally know I’m very honest), it’s not just a tagline — definitely learn to code at some point because in my experience, it will change the way you think about the world. In fact, I have two personal analogies on what learning to code is like. (i) Learning to code is like learning science for the first time but for the digital world. I almost felt like a kid that had grown up knowing how to walk and swim and jump my entire life (“yay I just bought something on Shopee!”) but never having learned the technicalities or science behind it (“the frontend client will now go through the router in Rails to go to the right controller / controller action to retrieve the right information from the database to be calculated and returned to the user in the right View” *full disclaimer that this absolutely does not represent Shopee’s tech stack or architecture at all*). Extending that analogy further, having done this bootcamp doesn’t mean that I am suddenly a “computer scientist” — just like how one cannot be a quantum physicist after having just taken Physics 101 in college. But it does mean I have the fundamentals and the confidence to pursue the next level of knowledge if I so choose to. Does that make sense? (ii) Learning to code is like to learning to cook — useful to know at any level and especially under COVID times. You may learn just well enough to cook noodles/rice (me from Intro to Python times), or prep a basic home cooked meal under 30-minutes (that’s where I think I am now), or become a real home amateur chef (aspirations 💪), or turn pro (personally not for me, but 80% of my coursemates were aspiring full-time developers so power to them!). Bottomline is that it’s nice to be able to cook and feed yourself even if you could theoretically do takeout or order Grab delivery for every single meal Finally, for those asking themselves whether they should join a coding bootcamp vs self-learn, personally it was just a personal choice suited to my own… undisciplined enough circumstances. IMO the true value of this bootcamp and why you learn faster than self-learning lies in: (i) A very tried and tested structured syllabus so you do not get distracted (ii) The ability to ask your instructors/teaching assistant for help at any time and MULTIPLE times a day (we had 3 instructors/TAs, so teacher-student ratio was like 3:1 for our small class of 10) → cannot stress the importance and privilege of doing this enough (iii) The ability to pair program with your daily assigned buddy and bounce ideas / get a fresh pair of eyes to review your code when you get stuck → a very realistic scenario when you are a full-time developer as well (d) Real-life projects you get to choose to work on so you build the confidence to go forth and give life to your own pet projects (for reference, on our Demo Day all 3 teams had worked on vastly different themes. Our project was a B2B private podcasting app, another team made a B2C e-commerce makeup app, another team made a CRM-ish app for migrant workers in SG) Needless to say, I am changed forever 😇Read Less",Web Development Course - Full-Time,Web Development +276059,10868,le-wagon,Alexandra Vacca,False,2021,Rake it until you make it! Changing Careers and learning coding from ground 0.,2021-04-19,4.7,5.0,5.0,4.0,"I joined Le Wagon with a view to change my career as the events industry has been suffering a lot this last year. Technology has been disrupting so many industries so I wanted to use my creativity to find a place in the world of technology. Having never... Read More coded before I was a little nervous and apprehensive to start this new journey. I had tried to do another Bootcamp before but it was a lot less hours (Around 90) and the teacher was not supportive/ didn’t offer 1-2-1 help as promised outside of the lecture. After being severely disappointed I decided to take the plunge with LE WAGON as the lessons would be in person (instead of Zoom) and so I could ask the teacher directly about anything I wanted clarifying or assistance on. Charlotte the driver is very friendly and gives off an infectious energy, making you feel welcome and at home. This was especially nice for our students who had flown over from abroad and away from their families. Rayan was a very calm teacher and helpful at giving suggestions, instead of giving you the answers straight away. This was good because he really wanted you to think about things until you reached that ‘lightbulb moment’ of understanding. Tariq is very enthusiastic and pushes you to find your way. It’s a challenging process and you do have to give it all you have. He was especially helpful when using diagrams to visually demonstrate concepts to make them easier to understand. It’s crazy how much you learn in just 9 weeks! I enjoyed meeting everyone and learning how to work with all different people. Patience and respecting others contributions is very important. The group project at the end is a joint effort and a little piece of all of you go into it which is why it’s successful :)Read Less",Web Development Course - Full-Time,Web Development +276056,10868,le-wagon,Zohrab,False,2021,Great Learning,2021-04-19,5.0,5.0,5.0,5.0,"I attended LeWagon Bootcamp in Dubai l. It is a great Learning experience. The course content and curriculum is well designed, the kitt platform is very useful, and moreover the teachers are very knowledgeable and have very good teaching skills. The course... Read More management is also very helpful. One thing is worth mentioning that this course is mostly focused on Ruby language, which is much easier and understanble than Java Script, but not as popular. In terms of job prospects, LeWagon is doing its best to support your job search, but you have to realize that the location has its own job market habits and preference, such as most emoloyers in this region requires experience. Overall I strongly recommend to attend the course if you have an interest and at least some capabilities for coding, it is also important to do the preparation work before the bootcamp.Read Less",Web Development Course - Full-Time,Web Development +276028,10868,le-wagon,Landon Lapensee,False,2021,Great Experience!,2021-04-18,4.7,5.0,5.0,4.0,"Before I joined Le Wagon’s Full Time Web Development Bootcamp in Montreal bootcamp I was working as a Civil Engineer. I was really hesitant at first to pay the tuition fee and dedicate the time to become a Web Developer. After reading all the amazing... Read More reviews and doing enough research I eventually enrolled in the program. It ended up being one of the best decisions I’ve ever made. Although learning from home was difficult during the pandemic I found it to still be very effective. The way the program is structured really helped me get through all the difficulties I was originally having when trying to learn code on my own. The buddy system, daily challenges, and consistent support/mentorship was invaluable. There is still so much learn but I now feel confident to start pursuing freelancing and build my own projects.Read Less",Web Development Course - Full-Time,Web Development +276015,10868,le-wagon,Marisa Cassidy,False,2021,Le Wagon Tokyo is the #1 place to learn coding in Japan!,2021-04-18,5.0,5.0,5.0,5.0,"I attended the part-time course over the last six months. The teachers and staff at Le Wagon Tokyo are brilliant and supportive. The curriculum is a solid foundation for my career. In addition, the students are from all over the world and everyone brings... Read More valuable insights to each project. Whether you're learning remotely on Zoom or in person at Impact Hub, you truly receive one-on-one attention. No regrets! I absolutely recommend studying at Le Wagon Tokyo.Read Less",Web Development Course - Part-Time,Web Development +275915,10868,le-wagon,alexandru iliesi,False,2021,Great bootcamp !,2021-04-16,5.0,5.0,5.0,5.0,"The overall experience was great ! Knowledgeable teachers, always there to help during the hard times, curriculum is set up to pass you through the most important things you need to know, life time access to KITT the platform where u can re watch all... Read More the lectures and have access to so so many great resources. The only regret i have is not taking this step earlier and perhaps not preparing better before the bootcamp started. It is not easy, but what the majority of people saying is true, you get what you put in. So what are you waiting for ? Learn to code ! Change your life :)Read Less",,Unknown +275880,10868,le-wagon,Sevil Hatipoglu,False,2021,Life changing experience,2021-04-15,5.0,5.0,5.0,5.0,"Le Wagon Istanbul was a life changing experience that could help me to change my career as well. It was intense, friendly and rewarding! Finding Le Wagon came at the right time for me. I wanted to learn how to code so that I could improve my work-life... Read More balance, and especially so I could work from home. At the time I was working long hours in the hospitality industry, and I felt it was time to make a change. The choice of bootcamp format for me was perfect, because all the other courses I saw took way too much time…and I wanted to learn quickly. After graduating, looking back, I think I made great progress. I was remote for almost the whole bootcamp, which is why the buddy-system of paired-programming was even more important for me. It was hard at first, but it was really helpful to be able to interact with the other students. I learned how to help them when they were stuck, and in return they helped me. Team-work was especially important during Project Weeks (when we built a new web app together). I met amazing team-mates and learned a lot from their analytical skills. Projects Weeks were the highlight for me and I’ll miss them the most. It was really exciting having the freedom to solve problems by ourselves and code real solutions in a real web app. This is when my confidence grew the most, we were really gelling as a team. Since graduating I’ve made use of Le Wagon’s amazing global community to reach out to alumni in different cities and brainstorm about their progress. It’s really exciting to be able to connect with other people internationally, especially in London where I’m looking for a job. Career Week – in Week 10 – was very helpful in terms of employment, because we received a ton of information, informing us on the different kinds of jobs out there and how to prepare for interviews. It gave me more confidence! Now I’ve learned how to search for answers, how to code independently and I’ve developed my skills to such an extent that I feel confident I can keep learning and improving by myself using what I learned at Le Wagon.Read Less",Web Development Course - Full-Time,Web Development +275830,10868,le-wagon,Anonymous,True,2020,Tons of useful knowledge and a great atmosphere,2021-04-14,4.3,4.0,5.0,4.0,"I attended the Full Stack Web Development Bootcamp (Mexico, 2020). It delivered on all the levels I expected. Within weeks we we're building powerful web apps with small teams at incredible speeds. The team is all kind and talented developers and designers,... Read More eager to help and generous with time. I have a few issues with the curriculum, especially with how little focus there is on JS and how heavily the course relies on Rails. JS is a much-needed skill that could be taken more seriously at the Bootcamp. There is also a lack of material based upon dev ops, hosting, deployment, and unit testing. But overall, fantastic decision to take the Bootcamp and you will come out having learned a lot even if you are already a junior developer. I highly recommend taking the course in-person rather than remotely to help build some community and motivate yourself to get the work done efficiently with your partner or team. You will leave with skills that are easily transfered over to development in JS, Python, etc. It's a great course.Read Less",Web Development Course - Full-Time,Web Development +275769,10868,le-wagon,Diego Munoz Iglesias,False,2021,Supercharged my goals,2021-04-12,5.0,5.0,5.0,5.0,"My experience as a Le Wagon student went beyond my original expectations, both for how much I would enjoy it and how well it worked, even virtually. The teaching staff and companions were fantastic, all equally driven. I never felt that resources and... Read More help were outside of my grasp, plus it all culminated in an amazing final project to show off what I learned. I look back at it all now in awe, grateful that I took the chance to block out all other obligations to just focus and have fun with the experience. Now as an alumni I also have to praise the amount of help we are receiving in terms of career help and coaching, something that is light years ahead of the kind of help I received leaving university. I’m setting some high new goals for myself and I have the Le Wagon team to thank for feeling wholesomely prepared to take them on.Read Less",Data Science - Full-Time,Data Science and Analytics +275692,10868,le-wagon,Andrea Mazza,False,2021,Life changing experience!,2021-04-10,5.0,5.0,5.0,5.0,"I was proudly part of the batch 568 in Le Wagon Milan. It has been a really exiting journey, where I found teachers with a lot of knowledge and most important a real passion for teaching and coding. I feel every day of the bootcamp that the team of Le... Read More Wagon Milan really wanted to make the students understand deeply all the concepts (and they reach always this objective ;) ) The bootcamp is intense but with really good human environment. The last weeks of the bootcamp are made for developing an app in small groups, this was amazing to experience coding in a team with all the best practice involved ;). After the bootcamp teachers and the driver of the bootcamp are always available to mentor you about your level and for suggestions about your next steps in your career path. And not less important as an alumni you have access of all the courses and the community of Le Wagon for-ever. If you are looking for a Bootcamp that not only ""teach"" but also ""mentor"" you, Le Wagon is definitely a good choice! Thanks Le Wagon Milan Team!!Read Less",Web Development Course - Full-Time,Web Development +275644,10868,le-wagon,Alexandre Rojon,False,2021,Worth it - would do it all over again.,2021-04-08,5.0,5.0,5.0,5.0,"The bootcamp at Le Wagon was a really unique and exceptional experience. It is intense, and you do kinda disappear for 9 weeks in your life but it is incredibly rewarding. The attention and dedication you get from staff to succeed and help you learn is... Read More immeasurable. I come from a luxury hospitality management background, and after a 6 year career COVID hit and I underwent the bootcamp in Brussels. I cannot tell you the amount of reviews, youtube videos, etc. I watched just to ask myself is this going to work? Fast forward a few months and I can say it absolutely will. You need to prepare to really step out of your comfort zone in understanding a completely different way of thinking and working, but if you are motivated and you show grit, this bootcamp will give you every opportunity to change you life. Good luck and thank you to the Le Wagon Brussels team <3.Read Less",Web Development Course - Full-Time,Web Development +275581,10868,le-wagon,Felicia Goh,False,2021,"Great instructors, learning environment and exposure to industry practices",2021-04-07,5.0,5.0,5.0,5.0,"At the start of 2021, I took the plunge to learn Web Development full-time for 9 weeks at Le Wagon Singapore, after 2 years of trying to learn it on the side through free online courses. My instructors, being experienced software developers and teachers,... Read More were great at breaking down concepts simply, clearly and memorably, and explaining how best practices would prevent sticky situations in the real world. They were really approachable and intentional in creating a safe environment to ask questions, make mistakes and grow, and my peers were collaborative and highly motivated too. We had a high teacher:student ratio of 1:4 (including the TA), which ensured we got timely help when we needed it. On top of that, the syllabus was well-structured such that I could feel my progress every single day by simply trusting the process. The daily exercises, flashcards and live code tested my understanding and recall to solidify my learning. Besides code, we learned important industry practices by doing - applying Test Driven Development, Continuous Deployment and Agile Project Management in our 2 final projects. The bootcamp also opened my eyes to the world of start-ups as we pitched our product ideas to actual VCs (venture capitalists), went through a product design sprint and demo-ed our MVPs (minimum viable products). My instructors challenged us to implement realistic features and worked with us through hurdles, so that we have 2 apps we can be really proud of. More importantly, I now have a good foundation upon which I can continue growing as a full-stack developer.Read Less",Web Development Course - Full-Time,Web Development +275461,10868,le-wagon,Norah Hoang,False,2021,Dedicated teachers and amazing community,2021-04-03,4.7,5.0,4.0,5.0,"I came to Le Wagon Tokyo with the aim to commit to learning to code without sacrificing a full-time job. I have tried to self-study while working a couple years back with online courses but none would stick longer than a couple weeks. I finally took the... Read More leap and joined the 24-month part time course - one of the best decisions I've made. Attending classes and working in team to ship a complete web application product while working full-time was not easy. I sometimes heard me saying, ""why am I doing this to myself?""! It helped tremendously when our teachers and TAs at LW Tokyo were extremely flexible and patient in accommodating our needs - switching smoothly to full remote due to the pandemic mid way, staying back to make sure we find a solutions to make our codes work, explaining things over... And it all made sense on the Final Project Demo Day when my team and I presented our product to more than 100 people and someone said they would like to test and use it! I took from LW Tokyo not only hands-on experience with web development and shipping a product, but also an incredible global alumni community where I can come for career advice for different countries, technical questions, inspiring entrepreneurial alumni - a community that I'm now proud to say I'm a part of.Read Less",Web Development Course - Part-Time,Web Development +275439,10868,le-wagon,Jeremaia Harrison,False,2021,Web Development courses - Full-time (9 weeks),2021-04-02,4.7,5.0,5.0,4.0,"After I was placed on furlough over the summer I decided it was time to evaluate my career in events and consider what I wanted work to be like in the future. I've always had a keen interest in web development and startups so the course at Le Wagon seemed... Read More ideal. From the first day, I knew it was a good decision and I enjoyed every minute of it. The course can be very challenging at times, but it's also highly rewarding and I would recommend it to anyone considering a career change or upskilling. Due to Covid, my batch was completely remote and initially, I was a little disappointed, however, it quickly became clear that it comes with a lot of advantages like having a home setup with multiple screens, not losing time to commuting and being able to hop into a zoom room with a teacher in a matter of moments. If you're considering it, please do go for it. my only regret is not doing it sooner!Read Less",Web Development Course - Full-Time,Web Development +275400,10868,le-wagon,Eliza Plowden,False,2021,The best experience with Le Wagon,2021-04-01,4.7,5.0,5.0,4.0,"I absolutely loved Le Wagon and had the best 10 weeks. The course structure, the teachers, the community: it's all perfectly thought-out and executed. I wanted to learn to code to make a dramatic career change from publishing to tech, and Le Wagon helped... Read More me to do so in just 9 weeks. Despite the entire bootcamp being held over Zoom (in lockdown in January 2021), the teaching standard and community still felt extremely strong. I couldn't recommend Le Wagon more.Read Less",Web Development Course - Full-Time,Web Development +275393,10868,le-wagon,Laure,False,2021,Very stimulating teaching,2021-04-01,4.7,5.0,5.0,4.0,"I was a journalist when I signed up for the Wagon, interested in modern data mining tools. The Data Science bootcamp is exciting from start to finish. The program is generous and ambitious and the active pedagogy (learning by doing), very effective. Days... Read More go fast while confronting and resolving difficulties by ourselves through exercises, with the support of the team. Working in pairs and in groups on the projects brings a positive energy. It’s hard, challenging, intensive, but you’ll be amazed at what you can achieve after 9 weeks.Read Less",Data Science - Full-Time,Data Science and Analytics +275339,10868,le-wagon,Qianwen,False,2021,Amazing bootcamp to learn Data Science,2021-03-31,5.0,5.0,5.0,5.0,"I did not expect that I could learn so much about Python and Data Science within only two months. I am a linguist. Before the bootcamp, I was very interested in data analysis, but I had very limited knowledge on Python and machine learning algorithms.... Read More Now, I’m so glad that I can complete an NLP project, from data analysis to data engineering by combining my knowledge on linguistics and data science. It was truly an experience ‘from zero to hero’. Studying at Le Wagon was pure joy. All teachers and TAs were so nice and very helpful as well as my classmates. I really appreciate the buddy system which changes with each class session allows me to meet everyone, to work with people with diverse background.Read Less",Data Science - Full-Time,Data Science and Analytics +275333,10868,le-wagon,David Smith,False,2021,Awesome Experience!,2021-03-31,5.0,5.0,5.0,5.0,"I applied for Le Wagon Tokyo because they offered full-remote options for their bootcamp and it seemed to be a well-run program with many positive reviews. From start to finish I was very impressed with the curriculum. With many optional challenges and... Read More assignments posted from week to week, it let's those who are struggling to keep up catch their breath and focus on the main assignments, while the individuals looking for a challenge are able to continue to push themselves. I went into this program as someone with almost zero programming experience, and by the end of it I now feel confident that I can independently create real web applications, front to back. The teachers are smart and really know their stuff. Technical questions were quickly answered and they really took the time to make sure each concept was understood. On top of that, they are personable and take part in the programming journey with you. For an experienced developer I'd imagine it is difficult to go back and remember the feeling of building out your first program and all of the excitement that is connected to that.. as the experience probably dulls over time. But it never felt dull with the teachers at Le Wagon.. They were there with us, genuinely excited about our first few lines of code. While I was impressed by the teachers, I was also impressed by the other students. I was able to work with some incredibly smart, driven, and interesting people that each week reaffirmed to me that Le Wagon was the right choice and the right place to be. One of Le Wagon's most understated benefits is it's wide alumni base. During and after the course you'll have access to job listings, dev tips, career tips, resume help, and many other things to help you out. It's an incredibly valuable tool that gives you a network of support and ability to improve your career prospects. For instance, I myself was recently hired by another Le Wagon alum. Le Wagon is an awesome experience and I'd recommend it to anyone interested in finding a career in web development.Read Less",Web Development Course - Part-Time,Web Development +275331,10868,le-wagon,Andrew Wallace,False,2021,Excellent teachers,2021-03-30,5.0,5.0,5.0,5.0,I was part of batch 543 and I definitely recommend Le Wagon to anyone who is serious about learning web development. I decided to join the bootcamp switch careers from teaching to coding. The dedication of the teachers was really impressive and it was... Read More a greate experience to work on projects with the other students.Read Less,Web Development Course - Full-Time,Web Development +275298,10868,le-wagon,Anonymous,True,2021,An amazing experience!,2021-03-30,5.0,5.0,5.0,5.0,"Can’t recommend it enough! I read reviews on Le Wagon before signing up and saw so many positive reviews that I had high expectations (and a small amount of doubt--I mean how could there be so many great reviews?) Well, I completed the bootcamp and I... Read More can tell you truthfully that it's a truly great and amazing experience. To start, the curriculum is tried-and-true. I definitely stumbled along the way since there's A LOT of information, but was told to ""trust the process"" and sure enough, it all clicked at one point. The staff and teachers are amazing! Of course, this one will be more dependent on location, but I'm sure the teachers, no matter the location, are great. The alumni network is also vast and helpful. You get to join the alumni Slack channel which has over 10,000 graduates, and has articles, resources, job openings, etc. It's no small price to pay, but it's actually significantly cheaper than other bootcamps I looked up, and everything you get during and after the bootcamp is easily worth it.Read Less",Web Development Course - Full-Time,Web Development +275297,10868,le-wagon,Aishwarya Wahane,False,2020,A fantastic experience which leads to your dream career!,2021-03-30,5.0,5.0,5.0,5.0,"I am an engineer with a background in wireless communication research, where the field of computer science wasn’t traditionally used. After gaining exposure to the field of programming and basic data analysis across different engineering positions after... Read More graduation, I started enjoying working with data and thought to build my career in data science! I had a very basic idea about data science, but considering how it’s the state of the art field with an immense knowledge pool, I couldn’t understand where to start, or what path to follow to study with it, let alone applying the broad field in any area. To my rescue, was this fantastic course of Le Wagon - data science course. I decided to opt for this course, because of their well thought and researched curriculum, which is perfect for people who want to venture into data science, even if they do not have prior knowledge of experience of the field. This course let us not only gain the technical knowledge but also enables our minds to think analytically and logically, which is required of a data scientist. Moreover, the teachers are extremely talented, dedicated and friendly, making such difficult concepts really easier for us to understand! By the time we finished with the course, we realized that we now have a project we built using all the skills we learnt in those 9 weeks, an amazing skillset and a mind to use those skills further in different applications! Not only that, they provided us with extremely resourceful career advices, workshops and seminars related to whole job search process in the field of data science and even how to further venture deeper into this field! Overall, this learning experience is truly life changing, and I’d recommend this course to everyone out there who want to build their career in data science!Read Less",Data Science - Full-Time,Data Science and Analytics +275286,10868,le-wagon,Ruben Rubilar,False,2021,Best decision in my life,2021-03-30,5.0,5.0,5.0,5.0,"If you are looking for a bootcamp in Tokyo, this is the number one so far. It may sounds a cliche or just a marketing phrase but when they said you don’t need any previous knowledge or background related to coding is totally true. I have engineering background... Read More but in a totally different area. At the very first day I couldn’t even code a simple method that prints out your full name, and now I’m just about to get a job as a web developer, is unbelievable how in just 9 weeks (full-time course) they can give you the right skills and tools to be fully prepared for the real world as a web developer. Teachers and staff members are just amazing, and is not just a bootcamp, is a whole community where you can always get a help from them even tho after completing the bootcamp and also they can help you in your job hunting, have access to lectures for ever, access to new events, etc. To sum up, my experience was 10/10, it worth every single yen, if you want to change your career and explore new fields, this is the best investment that you can do for yourself.Read Less",Web Development Course - Full-Time,Web Development +275275,10868,le-wagon,Martin,False,2021,Wonderful Experience,2021-03-29,5.0,5.0,5.0,5.0,"Before joining Le Wagon I was carrying out Master’s thesis research into the effects of stigma on implicit self-esteem. That was when I realised my future lies in data, so I enrolled in several short courses online to improve my abilities. Although it... Read More seemed like I learnt a lot from these courses there were many times that I felt lost and without anyone to turn to. There was clearly something missing. That’s why I decided to join the data science boot camp at Le Wagon. Before joining the boot camp, I tried to make the best use of my time by completing all the pre-work suggested to us. I would 100% recommend this to anyone starting out on their boot camp journey as it eased me into the subject and meant there were no surprises when I started. Once I joined the boot camp, I loved that I finally had an environment in which I could share confusions and victories or ask questions when I felt lost. It was amazing to work on the materials at my own pace and to know I could refer back to them when needed while getting feedback as I progressed. I also appreciated the wonderful experience of being able to work as a team to produce a final project that I think none of us would have been able to achieve alone. In the end, I was truly proud of this project which was an online web service for autistic uses to understand more about emotions in an intuitive way. Coming from a rather tech. light background, I was unsure about getting into data science. However, now that I made the move I cannot emphasise enough how pleased I am and how much I would recommend Le Wagon to anyone interested in pivoting into data science.Read Less",Data Science - Full-Time,Data Science and Analytics +275271,10868,le-wagon,Hyun Jong Song,False,2021,Great experience!,2021-03-29,5.0,5.0,5.0,5.0,"I am a graduate of Le Wagon data science bootcamp in March 2021. After due consideration, the biggest reason why I decided to start this bootcamp is that I believed it was the most efficient way to get a job as a data analyst. Through this explosive amount... Read More of study in a short period of time, I wanted to accumulate knowledge necessary for practical work, and finally have the ability to change career. Studying every day from 9 a.m. to 6 p.m. for 9 weeks was tough but I could see how much I've learned after completing daily lectures and challenges. While carrying out the final project in teams in the last two weeks, I was quite surprised that we could actually build a product with our knowledge acquired in only 2 months. Also, learning how to cooperate in a team of coders working on a project was a good experience. Finally, all staff members, teachers and colleagues were amazing and helpful. They motivated me a lot.Read Less",Data Science - Full-Time,Data Science and Analytics +275261,10868,le-wagon,Anne-Constance SIX,False,2021,Great experience !,2021-03-29,5.0,5.0,5.0,5.0,"My experience at Le Wagon has been an extremely rewarding one. The training is very dense, but the exercises are very well structured and the teaching material used is really complete and easy to use. The professors (and the team of teaching assistants)... Read More are there to answer our questions on all the steps and the buddying system really allows us to exchange easily, in a very stimulating atmosphere! I recommend it 100%!Read Less",Data Science - Full-Time,Data Science and Analytics +275252,10868,le-wagon,Marie Tritsch,False,2021,Probably the best decision i've made,2021-03-29,5.0,5.0,5.0,5.0,"Hi, I'm Marie, 28 years old from Paris. Right after high school, I started to work fulltime multiple jobs as I needed to care for my family, find a condo etc. Studies were not an option back then. I ended up working in sales in a group that handles order... Read More distribution of medical equipment to professionals. When I finally was in a place to plan my future, I started to look for an efficient way to learn to code (my childhood dream). I spent days and night practicing on free courses on many platforms, but that wasn't enough. A friend of mine told me about Le Wagon so I looked it up and loved the idea of a bootcamp with a very strong and active community, and I thought ""why not me?"". Attending Le Wagon bootcamp was the best idea possible for me, I went from ""hello world"" to a full functionning website in a couple weeks and learned a lot about teamwork. It's really challenging and forces you to adapt your mindset to various situations. Finally, working every day with different buddies was beyond awesome and the teachers' team were extra supportive and comforting in hard times. Best experience ever, 14/10 would recommend to a friend.Read Less",,Unknown +275232,10868,le-wagon,Magali Rousseau,False,2021,Life-changing experience !,2021-03-28,5.0,5.0,5.0,5.0,"I did both the web development and data science bootcamp at Le Wagon Paris. I wanted to change my professional career and find a path that will challenge and passionate me and also allow me to work as a freelancer. At first I didn’t know anything about... Read More coding and web development tools. The first bootcamp (web development ) came as a revelation for me. I loved everything about it and even when we had to switch on remote after 4 weeks, we didn’t loose anything about the quality of teaching. Teachers and TA’s were amazing and the format or the courses very stimulating. I did the data science bootcamp right after and I am still amazed of everything we achieved in only 9 weeks. In addiction to all the technical skills, we also learnt to work as a team on our final projects. Both bootcamps have exceeded my expectations, thanks Le Wagon for these experiences !Read Less",Data Science - Full-Time,Data Science and Analytics +275216,10868,le-wagon,Ben Skingsley,False,2021,Choosing to do the Le Wagon Web Dev course was probably one of the best decisions I've ever made!,2021-03-27,5.0,5.0,5.0,5.0,"Choosing to do the Le Wagon Web Dev course in London was probably one of the best decisions I've ever made! I had previously been working in salesy roles for startups but I wasn't loving it and the pandemic meant I had to reassess things career wise.... Read More I delved a little into coding and found that I enjoyed it but learning in the structure of a course would probably be the best way forward. When I looked into what was out there all I ever heard was glowing recommendations for Le Wagon and they really lived up to the expectations! I still can't quite fathom just how much I've learned in the space of 9 weeks and not only how well prepared I feel for a career in tech but also how much support and relief I feel from having the Le Wagon community to lean on. I would recommend learning to code to anyone now as I feel it is such a vital skill to have in the 21st century and I can comfortably say I think learning it with Le Wagon is one of the best ways to do so. If you're still on the fence about coding or the bootcamp I would really recommend attending any of Le Wagon's many free events, they're super fun and give you a really good taste of what the community and course is like!Read Less",Web Development Course - Full-Time,Web Development +275097,10868,le-wagon,Elsa Lebrun,False,2020,Everything I was looking for..,2021-03-24,5.0,5.0,5.0,0.0,"I’ve been working in Analytics / Data Science for over 16 years now. I started as a hands-on data analyst and took on more responsibilities over the years. Currently the leader of a Data Science team, I wanted to refresh my knowledge of the theory behind... Read More Machine Learning and to learn the basics of Python and Data Science tools such as Jupyter Notebook, to be able to support my team better. Having little time outside of work, I knew I would struggle to learn by myself so I decided to join a Data Science bootcamp and after careful research, I chose the Le Wagon bootcamp, which I attended in Q4 2020. The course was everything I was looking for and I genuinely enjoyed every day of the 9 weeks I got to spend with the Le Wagon team. All the teachers and TA are passionate, highly knowledgable and very kind and patient. The lectures are very clear and the content, very comprehensive. I came out of the course feeling confident that I could undertake a complex piece of analysis using Python, as well as build useful Machine Learning models. More importantly for me, I now feel much better equipped to efficiently lead and grow my Data Science team. A big ‘merci’ to the Le Wagon team!Read Less",,Unknown +275064,10868,le-wagon,François FAUVEL,False,2021,Le Wagon - January 2021 - Batch 551,2021-03-24,5.0,5.0,5.0,5.0,"After 25 years of professional experience in the tourism, hotel and sports sector, as a general manager, I was looking for a new life. I therefore took the opportunity of an economic lay-off to engage in a professional reconversion process as a FullStack... Read More Web Developer. After a benchmark of different training courses, I chose Le Wagon for three reasons: - the duration and optimisation of the 9-week course; - the pedagogy based on learning by doing; - the alumni network and the lifelong access to courses, informations on technological evolutions, ... ! The 9 weeks of training were dense, intense and rhythmic... that's why I chose Le Wagon! These 9 weeks have also been a beautiful and rich human experience, with passionate, motivated and friendly people... an adventure shared on a daily basis and memories engraved forever!Read Less",Web Development Course - Full-Time,Web Development +275044,10868,le-wagon,Nicolas Tsu,False,2021,One of the greatest experience of my life,2021-03-23,5.0,5.0,5.0,5.0,"Hello. My name is Nicolas and I attended Le Wagon Montréal Full-Stack Web Dev bootcamp in January 2021 (Batch #528). While having a lot of difficulties finding a job in my original field (Logistics) because of the Covid-19 pandemic, I decided to learn... Read More new competencies. As I've always been intrigued by programming and by the internet, I started looking for web programming courses and found Le Wagon Montréal. After a month of asking questions through email conversations, I finally decided to jump into this new adventure. During 9 (very) intense weeks of learning, I encountered amazing people and discovered things unknown to me before. Le Wagon Montréal's staff is very attentive to your well-being. The teachers are patient, considerate, and will always be there to help you and answer your questions. I did not just learn programming. I did not just sit in the morning in front of my computer listening to the teachers. The program is perfectly shaped for students to be challenged and have fun at the same time. In only 9 weeks, I am now able to build a website from scratch, with basic (but still very important) features. Just remember that 9 weeks before the end of the bootcamp, I knew nothing ! Jumping into Le Wagon Montréal's bootcamp was definitely one of the best experience of my life.Read Less",Web Development Course - Full-Time,Web Development +275039,10868,le-wagon,Mickael Gaspar,False,2021,Very formative experience,2021-03-23,5.0,5.0,5.0,5.0,"The Data Bootcamp of Le Wagon has been a very formative experience. I am amazed of how much I have learned in data science in only 2 months. I started with zero practical knowledge in Machine Learning, and I ended up with a strong core of notions and... Read More technical skills, from which I will be able to build a career in the field. The formation was intense and the staff was very engaged but, as they were pushing us, they did all they could to maintain a friendly atmosphere and to keep us motivated in this strange period (COVID-19).Read Less",Data Science - Full-Time,Data Science and Analytics +275037,10868,le-wagon,Jay Cormier,False,2021,Should have done this a while ago...,2021-03-23,5.0,5.0,5.0,5.0,"I spent the last 10 years working as a Support guy, from big companies to start-ups, and I always felt I was missing something crucial. When some friends of mine told me about Le Wagon, it instantly became one of my goal. I waited for the right timing... Read More in my career to jump in this adventure... And now I know I should have done this a long time ago. Le Wagon is a fantastic moment of your life where you’re surrounded with positive and supportive people who are teaching you how to code. During these 9 weeks, I never felt left alone and was able to go above and beyond the goals I thought I could achieve : I would have loved to stay for another 9 weeks and keep training. Le Wagon was much more that I thought and I miss a lot being there, working with my teammates. I strongly recommend this incredible journey if you’re looking for your next learning adventure.Read Less",Web Development Course - Full-Time,Web Development +275034,10868,le-wagon,Kyllian Creppy,False,2021,Incredible experience,2021-03-23,5.0,5.0,5.0,5.0,"I graduated from Le Wagon Paris in March 2021.Le Wagon is one of the best experiences of my life, I was lost in my school career and I wanted to reorient myself and after finding out about this bootcamp I decided to try it. The courses are intense but... Read More all the teachers are attentive and really present to help us with every problem we encounter. I had no coding knowledge at the beginning of the course and I graduated just by working and listening to all the tips from the team for progress. I recommend to all people interested in coding.Read Less",Web Development Course - Full-Time,Web Development +275002,10868,le-wagon,Cassandra,False,2021,Just do it !,2021-03-22,5.0,5.0,5.0,5.0,"I had the chance to learn how to code via Le Wagon and it was the best decision that I’ve made. The program is intense we have to be ready for these 9 full-time weeks, but so interesting and well organised. I’ve learnt so much through the program than... Read More I could have on my own. The teachers are all amazing because they were students before us and helped a lot when we had difficulties. They also gave us really good advices and tips and I was particularly touched by their kindness. Being everyday in pairs with a different « buddy » was also really helpful, we struggled together and we don’t feel alone. Joining Le Wagon is a big step for my career change, the journey was just amazing and I’m proud to be a part of the community now! Thank you Le Wagon!Read Less",Web Development Course - Full-Time,Web Development +274981,10868,le-wagon,James,False,2021,Full Time Web Dev,2021-03-21,5.0,5.0,5.0,5.0,"Before joining Le Wagon I was working as a Private Chef, I’d worked in Fine-Dining restaurants, worked in farming, among others. I also have a degree in Mech Eng, but I’d always been lost about what I enjoyed doing. Then covid hit and I started to teach... Read More myself coding, using some online courses and got the bug for it. It was something that really took hold and I wanted to learn more in a structured manner. I came across coding bootcamps in my research for how to take this skill further and that’s when I discovered Le Wagon. After finding out more about it , I decided to take the leap and go for it! The bootcamp truly has been a career changing moment, it was fast-paced and really intense but that’s what I was looking for. In 9 short weeks I went from having practically no coding skills, to being able to develop fully working and in production apps. There are two main group projects, one being a clone along the lines of AirBnB and the final project being a two week sprint, where we designed, built, tested and launched the app. The staff, TA’s and in particular all my fellow batch mates are so open and welcoming and have a great amount of knowledge and skill and even though it was all remote it was a fun and enjoyable experience. Post bootcamp, coding really has taken hold and I’m eager to keep learning and developing my skills and working on some cool side-projects. I can’t wait to start the job search now and for my career to really begin. 10/10 would highly recommend it to anyone who’s interested in coding and wants a structured and intense learning experience.Read Less",Web Development Course - Full-Time,Web Development +274949,10868,le-wagon,Aline Utiyama,False,2020,Great experience doing Le Wagon web development course!,2021-03-20,5.0,5.0,5.0,5.0,"I super recommend the Le Wagon web development course! The Full-time program was a bit intense but I enjoyed it a lot. Before Le Wagon, I was doing a lot of online courses, but I had no idea how to start building a web application. By the end of the Bootcamp,... Read More I was able to deploy the app we built from scratch. We had the experience working as a team to understand how is the real world working as a programmer.Read Less",Web Development Course - Full-Time,Web Development +274928,10868,le-wagon,Anonymous,True,2021,Great learning experience,2021-03-19,5.0,5.0,5.0,5.0,"I’m a former strategy consultant of 3.5 years and I’m a maker. I used to work in small teams on 4-12 week projects advising company boards on how to approach new markets, organize their business units or improve their performance. This was highly analytical... Read More but I wasn’t building anything, except for excel models and dashboards. I applied to Le Wagon hoping it would give me the skills necessary to bring to life side-projects I could only dream-up in my head and meet people from various walks of life which was bound to help me make a positive change in my career. The programme really delivered on its promise, I can build web apps from scratch, those side-projects are coming to life and I’m ready to change jobs to build companies instead of advising them.Read Less",Web Development Course - Full-Time,Web Development +274916,10868,le-wagon,Catherine Deiber,False,2021,Intensive 9-weeks bootcamp - fullstack development for web apps,2021-03-19,5.0,5.0,5.0,5.0,"I decided to follow the 9-weeks intensive program at Le Wagon Paris after 20 years of professional experience (10 years in strategic consulting + 10 years developing my own company). I’m now launching a start-up in digital services, and I wanted to become... Read More knowledgeable enough to be able to code by myself, to recruit and manage the best team, to understand the critical issues, and to get in touch with a smart network of professionals. I stongly recommend Le Wagon for all these aspects. Their teaching methodology and ambition are solid and efficient. Very smart people and program !Read Less",,Unknown +274915,10868,le-wagon,David Siddle,False,2021,Just do it - change your life,2021-03-19,4.7,5.0,5.0,4.0,"Before the bootcamp, I spent half my career as a planner in the retail sector. I was stressed, not enjoying my job and knowing that if I move to another company in a similar role it would eventually be the same cycle over again. I needed a change! Having... Read More been interested in coding for many years but afraid to try because I had these ideas in my head that coding is only for the super smart and it’s too late, I’m too darn old to start learning to code. Till that day I just said stuff it, just do it. That was 6 months ago in October 2020. On the 12th of March 2021 I completed a 9-week coding bootcamp with Le wagon London. I presented my teams final project and graduated from Le wagon. I’m not going to lie, it was intense but so rewarding. From the lectures to the Le Wagon staff have made this journey so worth it and looking forward to the next challenge in my journey in becoming a software developer.Read Less",Web Development Course - Full-Time,Web Development +274880,10868,le-wagon,Timothé S,False,2021,Amazing experience,2021-03-18,5.0,5.0,5.0,5.0,"After a few years in the legal industry, I applied to the Wagon in Paris hoping for a career change. The many feedbacks I heard proved to be true. In addition to being a unique and enjoyable experience, I learned at the Wagon in only 9 (but intense) weeks... Read More how to create a website from scratch and also learned to think in a technical way, which allows me to continue learning today. This is definitely my highlight of 2021. I would recommend this course to anyone who would like to change their life and would like to acquire technical skills, nowadays in the digital area!Read Less",Web Development Course - Full-Time,Web Development +274872,10868,le-wagon,Dan Menza,False,2021,Le Wagon is top notch!,2021-03-18,5.0,5.0,5.0,5.0,"The Le Wagon web development bootcamp was an incredible experience! I was deciding between 3-4 different bootcamps and I am so happy I ended up going down the Le Wagon path. The team brings a unique global perspective to software development, teaching,... Read More and future career path mapping that is unmatched in my opinion. We spent more time focusing on the fundamentals of Ruby, JavaScript, HTML/CSS, and SQL which I found to be more beneficial than any specific framework as these frameworks can change over time. I was also very impressed that there were so many members of the staff covering topics each week vs. one or two teachers. It made for a very refreshing teaching experience. To close out the bootcamp, Le Wagon also offers a Careers Week where they give you advice on technical interviewing, CVs, etc. and connect you with their massive alumni network across the world. Overall, I highly recommend Le Wagon if you are deciding between bootcamp courses!Read Less",Web Development Course - Full-Time,Web Development +274867,10868,le-wagon,Jonathan,False,2021,Excellent course,2021-03-18,5.0,5.0,5.0,5.0,"Working as a SysAdmin for a decade, I wanted a slight change in my career and become a Web Developer. Although I could’ve learn it by myself, I met many brilliant developers these last years who attended Le Wagon courses, they decided me to become a Wagoner... Read More myself. And I didn’t regret my choice : skillful and caring teachers, intensive but interesting lessons, you really feel that week after week you become better and better, for finally being capable to develop a full web application. Once the training is over, many tools are provided so that alumnis may keep improving their skills or get some help or tips from other Wagoners. I will now strongly recommend Le Wagon to however wants to step into web development.Read Less",Web Development Course - Full-Time,Web Development +274861,10868,le-wagon,Gayatri Arora,False,2021,Great place to learn,2021-03-17,5.0,5.0,5.0,5.0,"I am in an exciting stage in my career transitioning from being a high flying Cabin Crew to a Full Stack Web Developer. It's definitely not been easy, but doing the 9 weeks Bootcamp at Le Wagon London has unarguably been one of the best decisions I have... Read More ever made! Right from day 1, until demo day, each day was intense, but the support rendered by the teaching team and staff has been incredible. Being with like minded people who came from different non-tech backgrounds like myself , working together to make a product from scratch for me was an experience of great value. I was surprised to see how much I learned in such a short span of time. Another thing that really stood out for me was the positive attitude of the teachers and TAs, who give you just the right amount of support so one can understand core-concepts themselves. The Career week after the bootcamp was thorough, covering all aspects related to job search and equipped us with the right tools to find a job as a junior developer. I would a 100% recommend Le Wagon to individuals who are looking to change their careers especially if they come from non-tech backgrounds like myselfRead Less",Web Development Course - Full-Time,Web Development +274842,10868,le-wagon,Robyn,False,2021,Le Wagon Web Development,2021-03-17,5.0,5.0,5.0,5.0,"Le Wagon Web Development course is an amazing experience. I joined the 9 weeks program for entrepreneurial purposes and it was totally up to my expectations. The teaching methodology is tailored to students with diverse backgrounds, it consists of morning... Read More lectures along with mentoring and peer learning for the rest of the day. Working with all people from your batch fosters a great learning environment where everyone can learn and benefit from each other. « Trust the program », the course is truly designed so that you gradually capitalize on what you've learned. Teachers are always here to help and explain what you might not have understood during the lectures. Speaking with Alumni, I am confident in saying that Le Wagon is a game-changer for everyone's professional career. I would recommend it to anyone looking for a coding Bootcamp.Read Less",Web Development Course - Full-Time,Web Development +274836,10868,le-wagon,Javier Cuadrado,False,2021,Top !,2021-03-17,5.0,5.0,5.0,5.0,"With only a few lines of code behind me, I arrived at the Wagon eager to learn. For 9 weeks, I was immersed in the code with my colleagues from batch 551. Very well accompanied by the whole team every day, the Wagon gave me all the tools and a solid base... Read More to finally become developer. A very intense experience for which I am immensely grateful to the Wagon for giving me the opportunity. I highly recommend it!Read Less",Web Development Course - Full-Time,Web Development +274834,10868,le-wagon,Georges Sysaath,False,2020,Best experience,2021-03-17,4.7,5.0,5.0,4.0,Le Wagon has been an amazing experience for me! There are teachers and TAs who are available for the 9 intense formation session which is the best thing to learn fast. Which is a problem because if you learn fast you also forget fast so you have to keep... Read More practicing after Le Wagon. The best thing there for me were the 2 projects we did during our last 3 weeks because that’s when you use what you learnt to do a real project experience.Read Less,Web Development Course - Full-Time,Web Development +274831,10868,le-wagon,Pierre Olive,False,2021,Awesome Bootcamp,2021-03-17,5.0,5.0,5.0,5.0,"Before attending le Wagon, I was a Product Engineer mainly developing Data solutions using low-code solutions. I chose le Wagon to extend my skills to Web App Development to be able to build robust and user-friendly tools by myself. What really convinced... Read More me in choosing the bootcamp was the product oriented mindset that le Wagon provides to its alumni and the outstanding network le Wagon’s staff created. Attending le Wagon was a very enriching experience, I felt I was part of the rich community from day one, and it was surprising to see how fast I was learning new industry-ready concepts everyday. It was a great human experience as well, I was able to meet people from various backgrounds, which opened doors to opportunities I did not even know existed.Read Less",Web Development Course - Full-Time,Web Development +274815,10868,le-wagon,Anonymous,True,2020,Great Web development bootcamp,2021-03-16,5.0,5.0,5.0,5.0,"I heard about Le Wagon during a career change meet-up in early 2020 from an ex-wagonner. She gave a very good feedback of her bootcamp experience, and she showed a great passion and satisfaction to change her career and become a web developer. I felt... Read More very encouraged and decided to give a try, and it is really one of my best decision ever. I totally enjoyed my learning experience of the bootcamp, and all the best practices and exercises they gave to gain knowledges and skills quickly. The pedagogy adapt well our level (but we have to seriously finish the preparation works, as the bootcamp is rather intensive). It gives us the most important tips, concepts, and methods to become a developer, and it shows us a path to continue learning once the bootcamp is finished.Read Less",Web Development Course - Full-Time,Web Development +274797,10868,le-wagon,Nicolas DUMONT,False,2021,Good experience,2021-03-16,4.7,5.0,5.0,4.0,"I started attending Le Wagon barely knowing anything about code — but for the fact it would be useful to my career path. I was positively impressed by Le Wagon's very efficient means of teaching, but perhaps more important is how Le Wagon makes one feel... Read More at home. Needless to say, those nine weeks were one hell of a ride.Read Less",,Unknown +274796,10868,le-wagon,Sami Ziani,False,2021,Most revelant bootcamp in Web Dev,2021-03-16,5.0,5.0,5.0,5.0,"I did Le Wagon Bootcamp in Paris from January 2021 to March 2021 and sincerely It was a revelation for me. I worked during more than 2 years in a large cap company as a Finance Consulting Analyst and I started to learn some codes without knowing anything.... Read More To be honest at this time I was completely lost. I noticed Le Wagon trainings since 2014 but I started to dig into their lessons at the start of 2020. I participated in many of their free courses and obviously the value proposed was the best in the market. I advise you to start your discovery or benchmark like this. Concerning the bootcamp I appreciated the high level of the courses and the way it gives you the keys to use Ruby on Rails on your own. The most interesting part is that all courses have a professional use case, you will see how to manage a database or how to deploy a website in production for example. Of course you won't be an expert but at the end you can work as a Junior developer which is my personal goal as many of my comrades. To conclude, I am 100% sure that you will be satisfied by two things with this bootcamp: The kindness and pedagogy of Le Wagon's staff (professors are completely involved in their roles to teach you the best practices) The high quality of the courses is impressive, it was my main point of satisfaction in this training (I believe that a bootcamp should teach you how to be efficient as Web Developer, and that's what I have received at the end) Do not hesitate to contact me if you have any questions but do not worries, all the staff is here to provide you relevant information. PS: the materials are lifetime available and those resources are literally a treasure !Read Less",Web Development Course - Full-Time,Web Development +274740,10868,le-wagon,Xavier Rosée,False,2021,Great bootcamp to learn Data Science,2021-03-15,5.0,5.0,5.0,5.0,"After 10+ years as a Marketing professional in the gaming industry, I joined Le Wagon Data Science bootcamp to pivot my career towards a data-crunching role. The whole bootcamp experience was as intense and even more rewarding as I expected, seeing my... Read More final project unfold before my eyes made me realize the amount of progress and the breadth of knowledge that I accumulated over these super-fast-paced 9 weeks. I would definitely recommend this bootcamp to anyone willing to put the effort into learning Data Science, from Python and SQL to Machine Learning, Deep Learning and Cloud Computing.Read Less",,Unknown +274682,10868,le-wagon,Rowan Douglas,False,2020,Le Wagon Rio de Janeiro - Coding and Caipirinhas - 10/10,2021-03-12,4.7,5.0,5.0,4.0,"I graduated from Le Wagon Rio de Janeiro in December 2020. My experience at Le Wagon was pretty much exactly how I had been expecting it to be when I signed up because I read all these great reviews of the course and I believed them. Well I've done the... Read More bootcamp and I still believe them. It's exactly how people say it - intense, fun, challenging and rewarding. I've never learnt so much in such a short time (although nor have I worked so consistently hard for 9 weeks). There may be other bootcamps more suitable for people wanting to learn a different set of languages like JS stacks or less focused on web development - but I highly doubt you'll be able to learn as much as you do at Le Wagon in the same time period. The choice to do the bootcamp in Rio de Janeiro was the best decision I made. The campus in the heart of the city near loads of cool tourist attractions. Rio is hands down one of the most beautiful cities in the world and you'll realize that the moment you fly into the airport. The best thing about the course is the teachers and the teaching assistants - in Rio they were all Brazilians with perfect English and wealth of knowledge that they try really hard to pass onto you. You'll miss them when they're gone so use them whilst you have them!Read Less",Web Development Course - Full-Time,Web Development +274678,10868,le-wagon,Tomas Gomes,False,2020,Simply AMAZING!,2021-03-12,5.0,5.0,5.0,5.0,"did the 9-week Web Development intensive bootcamp OCT2020 - DEZ2020, and honestly, the experience surpassed any of my expectations. From the first moment you are taken in by the amazing Milene, who guides you through the registration process and keeps... Read More you engaged during the initial curriculum required before the start of the live lessons. Once you begin, you are taken through every subject with mastery by the teachers and TAs(many of which are Le Wagon alumni and can directly relate to your struggles and difficulties). The learning platform is complete, easy to use, contains everything from every lesson(plus a library with TON of extra material), and you keep the access after your bootcamp is completed! The community is active, and engaged. If you post a question on any slack channel, you will receive an answer, and generally people are very open to connecting and helping out. You will also keep your access to slack after the bootcamp and be able to continue to connect with the community however you see fit, from technical issues to job hunting, design and career tips. After bootcamp there is career week to help you get going with the first steps in your journey, they even set up a few events to help connect you with some of their partners. All in all, I have to say that I definitely recommend this bootcamp, I learned there much more than just the languages and technologies, but also a new way to learn and apply myself to new subjects. Fortunately after only 3 months of completing I am employed in a new role where I will be applying daily the knowledge gained.Read Less",Web Development Course - Full-Time,Web Development +274526,10868,le-wagon,noemi valin,False,2020,Intensive and exhaustive dev training,2021-03-09,5.0,5.0,5.0,5.0,"After 15 years in the web industry, as a product manager, I felt the need to acquire new technical skills. Freshly graduated in full stack web dev bootcamp, I feel empowered and ready to start a new chapter in career supported by le wagon network. I learnt... Read More not only back-end and front-end languages but how to pitch a project and to collaborate with a team.Read Less",Web Development Course - Full-Time,Web Development +274368,10868,le-wagon,Thibault,False,2020,Learned to learn,2021-03-05,5.0,5.0,5.0,5.0,I signed up for Le Wagon after hearing many positive feedback. It has been the most intense adventure of my life so far! Le Wagon gave me the mindset to develop technological skills and to get a website done from A to Z. I kept learning after the bootcamp... Read More and just got my first Amazon Web Services Certification.Read Less,Web Development Course - Full-Time,Web Development +274321,10868,le-wagon,Laurène,False,2020,Great place to learn tech culture,2021-03-04,5.0,5.0,5.0,5.0,"I worked for 5 years on the development of accessories collections for luxury and fashion brands. I loved my role as a project manager and my varied assignments around product and strategic marketing. Over the years, I became more and more interested... Read More in tech products such as Luko, Alan, Vinted… Products that drastically change the daily lives of users and I wanted to be a part of it. I decided to do le Wagon full stack bootcamp to understand the technique behind the product, to learn more about the tech culture and to surpass myself by achieving something I felted incapable of. I am grateful for this adventure which has given me a lot on both technical and human aspects. I keep in memory a strong training program and beautiful meetings with people from all horizons.Read Less",Web Development Course - Full-Time,Web Development +274306,10868,le-wagon,Yuping,False,2020,Best Choice Ever!,2021-03-04,5.0,5.0,5.0,5.0,"I was a part of the 471 Batch at Le Wagon in Tokyo. I really enjoyed my experience with Le Wagon. Teachers here are all really good at explaining and leading you to solve the problem even if you are a total beginner. The course is intense but I never... Read More felt helpless because of their support. I feel supported during and even after the bootcamp! The program is fully structured, you have access to lots of resources(Not only the lecture) even after graduation. The access to all the alumni is a big plus for me. The community is always there and it helps me a lot during my job hunting because I can just reach out to the alumni if I have any questions. You have to join this family if you are looking for a bootcamp in Tokyo!!! After I graduated, I was asked to be the teaching assistant for our next batch. Unfortunately, Tokyo is under an emergency stage due to Covid-19, which meant we had to hold the program on Zoom. I thought this might be hard for the students but Le Wagon’s remote system is very organized and thoughtful. Students can raise the ticket easily and jump into the teacher’s ticket room without the time laps. And the system is designed to keep the connection between everyone including students and teachers. You will not feel alone or isolated at all during the entire program. I will definitely suggest Le Wagon to anyone especially to those who are concerned about the remote situation.Read Less",Web Development Course - Full-Time,Web Development +274258,10868,le-wagon,Tristan,False,2020,Le Wagon Web Development Bootcamp - Full Time Paris,2021-03-02,5.0,5.0,5.0,5.0,"After 2 years as an Outbound Sales in Skello (a french start-up founded by former Le Wagon Student), I decided to join Le Wagon Bootcamp to learn how to code and begin my reconversion as Product Manager. These 9 weeks allowed me to understand developers... Read More and how a website is built. At the moment, I am working at Click&Boat as Product Manager. Even if the language used is different, these courses help me a lot and I wouldn't be as comfortable in my job without this bootcamp.Read Less",Web Development Course - Full-Time,Web Development +274253,10868,le-wagon,romulo santos,False,2020,The course that changed my life,2021-03-02,5.0,5.0,5.0,5.0,"I worked in accounting for about 7 years of my life and I sought Le Wagon because I wanted to change professions to Web Developer. I did Le Wagon's Bootcamp in Rio de Janeiro - Batch # 445, it was 6 months with learning a lot from great teachers and a... Read More good learning structure. A month after graduating I found my first job as a Web Developer. Today I work as a Web Developer and I always try to learn more. I am very grateful to Le Wagon for changing my life, today I work with something that I really like.Read Less",Web Development Course - Part-Time,Web Development +274223,10868,le-wagon,Marina J,False,2020,Great experience,2021-03-01,4.0,5.0,4.0,3.0,"After leaving my job at deliveroo last summer, I wanted to benefit from more hard skills and decided to give myself a little challenge by joining Le Wagon. I am not what one can call a computer geek and could hardly figure out how to navigate from Chrome... Read More to Safari on my very much unexploited computer. This being said, I started the Web App Development Programme to get my hands on product management and understand coding. Rapidly, I got to progress and enjoy observing results thanks to teachers’ and assistants’ great professionalism and support. I have now found a job as a Product Owner/Digital Project Manager and could not be more excited to develop even more the new skills acquired during the bootcamp. To make it short, I learned a humongous amount of things in a very short period of a very special time. Le wagon has clearly been the highlight of 2020.Read Less",Web Development Course - Full-Time,Web Development +274177,10868,le-wagon,Semyon,False,2020,Really good base to start your career in web development,2021-02-27,5.0,5.0,5.0,5.0,"What I was looking for was a way to learn all the practical skills I needed in the most immersive, efficient way possible. That’s when I discovered Le Wagon, and I’m still amazed at what we were able to learn in only 9 weeks. The structure of the curriculum... Read More is extremely detailed and to complement the curriculum, at Le Wagon I experienced some of the best teachers I’ve ever met in my life. Their ability to communicate with us was excellent and I was extremely pleased by their professionalism and passion for teaching. Looking back I enjoyed “Projects Weeks” the most, which is when we created a brand new web application from scratch. I’m sure that the experience we gained during Projects Weeks will come in handy when we get jobs as Software Developers. Given how fast paced the bootcamp is, I was very grateful that Le Wagon always offers lifetime access to their custom-built learning platform, known as “Kitt”. Kitt has all the learning resources we used during the bootcamp, including recorded lectures and all the coding challenges we completed. Working with the nice people at my batch made the whole experience so much better. Once you graduate, being part of a community meant that I could message everyone on Slack to ask how they are doing, share ideas, and discuss tips and tricks to get a job in tech. When a member of our batch gets a job, that’s super cool and its exciting for all of us, because we are then reminded that we might be next! “Career week” was very helpful and I really enjoyed hearing first-hand tips and tricks from very successful startups in Istanbul’s ecosystem. Speaking to professionals in the tech industry who regularly hire software developers helped me to prepare, because I felt like I was already familiar with what to expect. Looking back, I really believe that Le Wagon teaches you everything you need to know and reflects the skills that are in demand right now. I made the right choice! Personally, I am most grateful to Le Wagon for teaching me that learning the skills you need to become a Software Developer was within reach. Most importantly, thanks to Le Wagon, I’m convinced that becoming a Software Developer is exactly what I want… Oh, and I really enjoyed Friday conversations – covering every topic! - and our table tennis battles! :)Read Less",Web Development Course - Full-Time,Web Development +274173,10868,le-wagon,Anonymous,True,2020,Go for it!,2021-02-27,4.7,5.0,5.0,4.0,"Le Wagon is a great school. Full-time is very difficult, but we can learn many things. We get an overview of how the programming world works. With pair programming, live codes, projects and team programming. Fast learning, huge network, professional teachers... Read More and assitants. Lots of available material after the bootcamp. Bootcamp is not for completely beginners. If you don't learn fast, you won't be able to follow the lessons.Read Less",Web Development Course - Full-Time,Web Development +274097,10868,le-wagon,Fred Coque,False,2020,Le Wagon Web Development Bootcamp - part-time - Rio de Janeiro,2021-02-25,5.0,5.0,5.0,0.0,"This is a great Bootcamp to learn Web Development fundamentals. They teach you a lot of stuff, so it's pretty intensive and there are some hard things to internalize. It's totally worth it, especially if you're aiming at starting in the profession. Any... Read More previous knowledge about IT stuff will help you a lot.Read Less",,Unknown +274092,10868,le-wagon,Farouk RAHMANI,False,2020,My Awesome Experience at le Wagon Paris,2021-02-25,5.0,5.0,5.0,5.0,"The Wagon is a caring and studious environment not only to learn how to code, but to learn to learn. The challenges are daily to always go a little further in the concepts of programming while consolidating the knowledge acquired. Specially since I find... Read More it very rewarding to continue progressing and transferring what I have learnt myself as a Teacher Assistant, and to have the feeling of being part of an extremely active community in France and abroad.Read Less",Web Development Course - Full-Time,Web Development +274083,10868,le-wagon,Alice Ratton,False,2020,My memorable experience with LeWagon,2021-02-25,5.0,5.0,5.0,5.0,"I’m an engineer who just finished a doctoral project in transport sustainability and renewable energy. I cofounded a social/environmental startup called Volunteer Vacations, that helps and prepares people to volunteer around the world. Being an entrepreneur... Read More made me realize that I didn’t want to depend on a developer any longer, but I’d wish to be one! Le Wagon helped me to accomplish this mission very effectively. I liked so much to code with them that now instead of just using my new skills for my startup, I became a web dev freelancer! Perhaps I change my career!Read Less",Web Development Course - Part-Time,Web Development +274082,10868,le-wagon,Amanda Maurell,False,2020,Data Science Bootcamp - Full Time,2021-02-25,4.7,5.0,5.0,4.0,I used to be an English teacher and an Economical Engineering student before Le wagon. When I decided to learn how to program I searched for bootcamps across Brazil. Le Wagon was the one that stood out because of its content and the chance to practice... Read More like a real programmer! I never felt so challenged and accomplished. It was the best choice I made. Now I started working for a StartUp in its early days and I am a Teacher/Teacher Assistant on a few days at Le Wagon.Read Less,Data Science - Full-Time,Data Science and Analytics +274069,10868,le-wagon,Matthieu Minier,False,2020,Hesitating to join? Fear not!,2021-02-25,4.7,5.0,5.0,4.0,"Prior to Le Wagon I had been working for 4 years in Communications and Marketing, and spent one year with an NGO dedicated to social and professional inclusion in Indonesia. Back in France I knew I wanted to change career but didn’t know where to start.... Read More After some research I signed up for the web development course with Le Wagon. Spoiler alert: best decision ever made. What struck me is how fast you learn and progress. It clearly is the perfect match between technical skills, general knowledge, and community. More than coding skills, you acquire a problem-solving mindset. It is really intense for sure, but thanks to the pedagogy and hands-on approach you can directly apply what you learn. During the bootcamp live talks are organized with industry professionals so you can discover potential career opportunities and start to build your network. There are also many hiring partners who know what to expect from Le Wagon alumni. Now I feel ready to work as a web developer and use my newly acquired skills for social and environmental projects!Read Less",Web Development Course - Full-Time,Web Development +274037,10868,le-wagon,Marie Leleu,False,2020,Best experience ever,2021-02-24,5.0,5.0,5.0,5.0,"I was apart of the 501 Batch at Le Wagon in Paris. Unfortunately mid-way through our batch, we got re-confined due to Covid-19, which meant we had to follow the program on Zoom. The Wagon was very organized and available to make the transition as smooth... Read More as possible. I never felt abandoned or on my own, and still felt like I was getting the most out of the program as possible. My teachers were there every step of the way, and there was still a big sense of community. Overall, regardless of the covid regulations, I really enjoyed my experience with The Wagon. I feel as though I really learned everything necessary to become a full stack web dev, and am very confident in my coding skills thanks to them. I really recommend the BootCamp to anyone who is interested in Learning to code ! The Wagon is really there to support their students, before, during, and after the Boot Camp.Read Less",Web Development Course - Full-Time,Web Development +274027,10868,le-wagon,PÉNÉLOPE DES DORIDES,False,2020,Amazing experience!,2021-02-24,5.0,5.0,5.0,5.0,I joined the Wagon in summer 2020 after graduating from business school to upgrade my technical skills and learn about web development. I think it was one of the best experience of my life but also one of the most challenging: 9 weeks to become a web... Read More developer is quite a challenge! What I liked the most about the Wagon was the highly structured and efficient pedagogy: learning new concepts every day until I could develop Airbnb and my own project.Read Less,Web Development Course - Full-Time,Web Development +274015,10868,le-wagon,Farouk RAHMANI,False,2020,My Awesome Experience at le Wagon Paris,2021-02-23,5.0,5.0,5.0,5.0,The Wagon is a caring and studious environment to not only learn to code but to learn to learn. The challenges are daily to always go a little further in the concepts of programming while consolidating as the knowledge is acquired. Especially since I... Read More find it very rewarding to continue to progress and transmit what I have learned myself as a Teacher Assistant and to have the feeling of being part of an extremely active community in France and internationally.Read Less,Web Development Course - Full-Time,Web Development +274007,10868,le-wagon,Juan Carlos Banos,False,2020,Amazing boot-camp!,2021-02-23,5.0,5.0,5.0,5.0,"I attended the Web Development boot-camp before I attended the Data Science boot-camp and let me say that the Data Science boot-camp exceeded my expectations. Even though the boot-camp was remote, the staff and teachers were very attentive and had a great... Read More attitude throughout. The material was very impressive and in depth. In fact, I joined the boot-camp mainly to demystify Deep Learning , and I was really happy with the depth we covered the topic. I am now pursuing a Master's Degree in computer so that I can further my knowledge in Neural Networks. I recommend the boot-camp to anyone who wants to challenge themselves and learn what the buzz of Machine Learning is all about!Read Less",Data Science - Full-Time,Data Science and Analytics +274006,10868,le-wagon,Elsa Touma,False,2020,Best decision!,2021-02-23,5.0,5.0,5.0,5.0,"Before Le Wagon, I was preparing the agregation in philosophy, but during the year, I realized that teaching in national education did not suit me. I needed a change, something more dynamic! I’ve always wanted to learn to code, so I decided to take the... Read More plunge! As it didn’t require any prior skills and I had heard a lot of good things about it, the training offered by Le Wagon seemed to be the best according to my profile. In October 2020, I joined Batch501! I met great people, the atmosphere was very friendly and the teachers were very educational and competent. We learned a lot of things very quickly and we are a little better every day than the day before. The buddy system allows students of different levels to help each other, so you never feel alone when you struggle! I had an incredible experience during these two months!Read Less",Web Development Course - Full-Time,Web Development +273998,10868,le-wagon,Basile Rieu,False,2020,Major Bootcamp,2021-02-23,5.0,5.0,5.0,5.0,"After more than ten years in the movie business, I wanted to reconvert myself in the web. A friend of mine had just left a batch and was transformed, and I wanted to be transformed too. I have discovered a new passion, something new and new people who... Read More accompany me. More than a bootcamp, it is a benevolent environment where there is a lot of help. It is not easy every day but each small victory is a huge one, and I loved that feeling. Every day you feel stronger, every day you have the impression of evolving. Being at Le Wagon had been a perfect springboard to a new life, and I will continue to recommend it !Read Less",Web Development Course - Full-Time,Web Development +273897,10868,le-wagon,Anonymous,True,2020,Amazing ...,2021-02-19,5.0,5.0,5.0,5.0,"My experience at Le Wagon was amazing, I was impressed by the teacher’s level of knowledge and professionalism, I was also impressed by their skills and patience in delivering the material and guiding the students through the challenges. My background... Read More is computer engineering, and I have been working in the tech industry for more than 10 years. I always felt that I want to code, but didn’t have the time to do it, and now that I got the time and the opportunity, I decided to join Le Wagon. The number one coding bootcamp on Switchup. I was surprised about how well structured the curriculum was which covered all the basic concepts that a web developer needs to know, and how intense it was, the amount of information that we were able to learn in 9 weeks. I was also surprised by the diverse background of the students attending the bootcamp. The daily challenges were my favorite bits, I used to wake up early every morning, to have a look at the challenges before the lecture, I also used to do a research to figure out the concepts that were covered by these challenges, I loved doing that. I also enjoyed having a coding buddy every day, I was always excited to figure out who my buddy for the day was going to be. Project weeks were interesting too, because they followed a real agile project management methodology, each day started with a stand up meeting, where all team members got to talk about what did they do yesterday? What were they going to do today? And if they were facing any impediments. We also used Trello (agile project management tool) to collaborate on the project tasks, that was a great experience that prepared us for actual agile project management. Le Wagon was helpful after the bootcamp in so many ways, introducing students to a wide community of developers and founders, helping the students in building their CV’s, LinkedIn profile and all that they needed to start a career in development. The interviews with experts from the tech industry during the Career Week was great too. Learning how to code gave me a better perspective into design thinking and software architecture. I also learnt that I can be more productive under pressure. I am now a part of Le Wagon’s global community of like minded people, and that makes it easy to remotely connect with real people and real opportunities. My plan is to continue to code, and to learn something new every day, until I figure out where this wonderful journey is going to take me.Read Less",,Unknown +273867,10868,le-wagon,Sarah,False,2020,Best life decision !,2021-02-18,5.0,5.0,5.0,5.0,"I did Le Wagon Web Development (9 weeks, full time) Bootcamp in 2020. I’m a business graduate, but I always wanted to learn coding, and I tried on my own for a year. It was really difficult since I didn’t really know where to start. I had attended Le... Read More Wagon workshops in the past and I have read the amazing reviews online. After doing a lot of research, I finally decided to attend the bootcamp during the pandemic. This was definitely one of the best decisions of my life. Before starting, you need to do a full prep-work, it includes a course about: Ruby, HTML, CSS, JavaScript and some web preparations. The bootcamp is definitely super intense and immersive. You have to be fully committed. There’s a lecture in the morning, and then you work on challenge all day with an assigned buddy. It makes it really straight-forward, and you start coding on the very first day. At the end of the 9 weeks, you will be able to build a marketplace from scratch, it seems impossible but with Le Wagon resources, it is. The teachers and the full team are amazing, they all did the bootcamp, so they know exactly what you need. They are all passionate and truly dedicated to Le Wagon’s mission. They are always available if you need anything and they always go beyond your need. The program is also fully structured, you have access to so many resources, you won’t need anything else. Everything is there. You also have access to all the alumni’s, it’s a dedicated community that is also available, even after you graduate. Before joining Le Wagon, I used to read the reviews and I thought maybe they were a little bit exaggerated, but they are not. I truly recommend Le Wagon to anyone wanting to develop new skills, change careers or be able to build a product on their own.Read Less",Web Development Course - Full-Time,Web Development +273866,10868,le-wagon,Lucas Koerner Abumanssur,False,2020,Amazing experience with unique methodology and teachers,2021-02-18,5.0,5.0,5.0,5.0,I joined the program to enhance my technical skills and to be able to solve problems. I strongly recommend this course as the school is really concerned with students and their progress. The staff is incredible and the content is carefully curated to... Read More allow you to learn the fundamentals and grow by yourself.Read Less,Web Development Course - Part-Time,Web Development +273808,10868,le-wagon,Esin Adsoy,False,2020,Best Decision Made,2021-02-17,5.0,5.0,5.0,5.0,"Le Wagon was exactly the push I needed to learn web development and discover what I’m capable of. I saw how much you can learn in a short time, given an optimal environment and structure. One of the best things about the curriculum was how it all made... Read More sense at the end. I enjoyed each module but sometimes found myself curious how it all will come together. I must say I wasn’t disappointed. I loved doing the challenges and practicing the concepts we learned that day hands-on. I appreciated the effort that was clearly made creating each one of them, and it was a crucial part of the bootcamp I believe. I spent the first week on campus and kept doing the rest of the bootcamp remotely. Covid surprised us all and forced us to be capable of doing more online. Both experiences were amazing, I loved having a structured day with lessons and challenges. It was amazing to see how far we all came at the end of the bootcamp. The project weeks were both quite challenging and rewarding at the same time. I was the team leader which was a responsibility I happily took and enjoyed very much. Balancing responsibilities and tasks through the team became tiresome sometimes but the end result was very rewarding and I think those weeks were great to see how it is to work as a team. It was great to connect with many professionals, all in different roles in tech during the Career Week. Listening to their recommendations and their experiences was definitely inspiring. We also learned how to create an appealing CV for ourselves Two weeks after the bootcamp I started working with two Le Wagon alumni from two different batches and different countries on a volunteer project. I was referred to them by another alumni who watched our demos. It just shows what an amazing network Le Wagon provides during and after graduation. I also realise that working together is quite easy because despite doing the bootcamp in different cities and times, we all somehow speak the same language and understand each other well. I also started a full-time job as a Junior Full-Stack Developer in in a startup less than three months after graduating Le Wagon and am again thankful for the opportunities provided to me by Le Wagon. I love meeting new people and talking to them very much. Le Wagon’s global alumni is great to do exactly that. It is very easy to get in touch with other alumni all around the world and everyone is very helpful and nice. I also miss creating tickets and talking to a teacher whenever I faced problems and the buddy system. I really enjoyed the community vibe Le Wagon provided for us.Read Less",Web Development Course - Full-Time,Web Development +273747,10868,le-wagon,Hakan Biyik,False,2020,Le Wagon - İstanbul,2021-02-16,5.0,5.0,5.0,5.0,"I noticed that there was a very friendly atmosphere between the students, the staff and the teachers at Le Wagon Istanbul. I never felt alienated, so Le Wagon was a very positive experience for me and I am happy with how it met my expectations. I really... Read More miss coding at the Bootcamp from 9 am to 6pm. The thing I miss the most is the discipline we had, and the teachers were very helpful to sustain that discipline. The campus atmosphere was very nice, we used to gather every Friday to relax and have a small party with the teachers and the staff. How Le Wagon teaches you new things is very enjoyable, the lessons were intensive, and when I had a hard time understanding a problem or a task, no questions remained unanswered. Besides that, Le Wagon is a very responsible organization. For example, I live in Frankfurt and I wanted to join Le Wagon Germany’s “Career Week”. When I told the staff in Istanbul about this they arranged it very quickly. That’s just one example of how the people at Le Wagon take responsibility and love to help. Le Wagon’s Global alumni network is really useful too. I was looking at job offers on Linkedin, and I saw that some of the graduates were working for those companies. I have sent them connection request and we have started talking and through them I was able to get useful information, advice and further insights. Before joining Bootcamp, I tried learning software myself, but it didn't work the way I wanted it to. Thanks to Le Wagon, I learned how to code. I noticed that I could work more comfortably within a team. We were very busy during the “Projects Weeks”, when we built an awesome application from scratch. This was great fun! We learned how teamwork works! When you get a job, you will not take a solo role, you will be working with a team and Le Wagon’s buddy system has prepared us for a real work environment. I found that everything we learned in the curriculum is also necessary and relevant for our future jobs in tech. When I was looking at a job application, I realized that I had many of the skills required. That is why I found the curriculum useful. Also, during “Career Week” – when Le Wagon Istanbul prepared us for our future jobs - we had some very interesting speakers attend. It was very nice to learn about how job interviews are being done and to learn from other professional experiences.Read Less",,Unknown +273611,10868,le-wagon,N,False,2020,The hardest and the best thing I've ever done!,2021-02-12,5.0,5.0,5.0,5.0,"Prior to Le Wagon, I was at a fast-growing software company that got acquired by a large corporate tech company. I knew it was a great opportunity, but I was in sales and I wanted to improve my technical skills. I left to pursue my dream, and then the... Read More Global Pandemic hit! I had many opportunities to pursue in both employment and learning. After much research, I signed up for Le Wagon! There are many learning vehicles out there, but I did choose Le Wagon........why? They are an experienced team, they have an expansive curriculum, and are on top of all the newest technologies pertinent to the market today. But.....that is not why, it was because of the people, the detail to attention and care individually and the way they teach and stretch and support you to be your best. Their techniques and support coupled with care and investment in who you are - the soft skills that matter to build confidence and become a part of their family of excellence I learned so much of the fundamentals of coding and in a team-based way/culture that challenged and rewarded me. I now have many opportunities, and a vibrant network and feel fueled for the next step in my career! Thank you Le Wagon!Read Less",Web Development Course - Full-Time,Web Development +273608,10868,le-wagon,Anonymous,True,2020,The hardest and the best thing I've ever done!,2021-02-12,5.0,5.0,5.0,5.0,"Prior to Le Wagon, I was at a fast-growing software company that got acquired by VMware Corp. I knew it was a great opportunity, but I was in sales and I wanted to be a developer. I left to pursue my dream, and then the Global Pandemic hit! I had many... Read More opportunities to pursue in both employment and learning. After much research, I signed up for Le Wagon! There are many learning vehicles out there, but I did choose Le Wagon........why? They are an experienced team, they have an expansive curriculum, and are on top of all the newest technologies pertinent to the market today. But.....that is not why, it was because of the people, the detail to attention and care individually and the way they teach and stretch and support you to be your best. Their techniques and support coupled with care and investment in who you are - the soft skills that matter to build confidence and become a part of their family of excellence I learned so much of the fundamentals of coding and in a team-based way/culture that challenged and rewarded me. I now have many opportunities, and a vibrant network and feel fueled for the next step in my career! Thank you Le Wagon!Read Less",Web Development Course - Full-Time,Web Development +273596,10868,le-wagon,Camilla Bazakov,False,2020,"Amazing experience, amazing students, amazing staff, amazing community!",2021-02-12,5.0,5.0,5.0,5.0,"I decided to get myself into programming and someone I know strongly recommended me to do the bootcamp at Le Wagon. Before starting the bootcamp there is a prep work including intro to coding, videos explaining important concepts and short quizzes related... Read More to what you've learned. The goal of doing this prep work is to see if you liked it and you're ready to enroll to classes. So, I did the bootcamp during the pandemic, thinking it would make things harder, but it was the opposite. The staff adapted really quickly to those changes and we had all the tools needed. The journey itself was intensive, but worth it, as I was feeling big progress. A lot of new concepts to learn everyday and challenges to complete. The teachers and TAs were very helpful when I had questions. The bootcamp also made me learn how to search for my answers on the Internet from trusted sources, because knowing how to search for correct answers is the key of being a good developer. Overall, I was very satisfied with my experience at Le Wagon. The final project was really fun. I highly recommend Le Wagon!Read Less",Web Development Course - Full-Time,Web Development +273534,10868,le-wagon,Rebecca Kornwolf,False,2020,Great bootcamp with Le Wagon !,2021-02-10,5.0,5.0,5.0,5.0,"I loved my experience with Le Wagon. I learned so many things in such a short period of time. I loved the methodology of learning by doing with lots of practical challenges as well as the great atmosphere between students, always helping each other. Teachers... Read More were always available and eager to help. I would recommend it without any hesitation.Read Less",Web Development Course - Full-Time,Web Development +273446,10868,le-wagon,karmar barrett,False,2019,Le Wagon was an amazing intensive coding course with amazing and interesting people.,2021-02-07,4.7,5.0,4.0,5.0,The incredible people who ran the course created an environment that was both challenging and supportive and I am incredibly grateful to Pal and the rest of the team. If you are thinking about attending a intensive coding boot camp I wouldn't recommend... Read More Le Wagon enough.Read Less,Web Development Course - Full-Time,Web Development +273336,10868,le-wagon,Arron Ritchie,False,2020,A Great Professional Learning Experience!,2021-02-03,4.7,5.0,4.0,5.0,"When starting the course, I wasn't really sure what to expect from the course as I was new to the Data Science world. However, I was pleasantly surprised by the quality and clear logical progression of the curriculum.  Le Wagons preparation to have subject... Read More matter experts that were currently working in their field professionally as the course moved forward to give industry advice and insights while teaching each module really helped to lock in the relevance and application of what we were learning.  The whole Le Wagon team was keen, enthusiastic, driven and passionate about their subjects which in turn help to invigorate myself and I believe my fellow classmates. The really shone through more during the final project stages when they were just as interested and invested in making sure the projects worked to their full potential as much as the students working on the projects themselves.  After the course Le Wagon provides comprehensive advice on preparing your resume, LinkedIn, GitHub and any other relevant professional portfolio sites/resources. Along side this their connections in the hiring market in Tokyo proved extremely useful allowing me to find a great data science job through their recommendations within 2 and a half weeks!  Overall, I highly recommend Le Wagon, you can get a huge amount out of this course as long as you're willing to put the effort in to maximise the potential of this well constructed course.Read Less",Data Science - Full-Time,Data Science and Analytics +273194,10868,le-wagon,Njeri Gachago,False,2020,Data Science Bootcamp in Tokyo,2021-02-01,4.0,5.0,4.0,3.0,"Purpose I recently completed a data science bootcamp at Le Wagon in Tokyo. Prior to the bootcamp, I worked in technical fields where drawing insights from data was par for the course. I discovered Python and enjoyed learning how it can be useful in data... Read More manipulation and machine learning. Pursuing an intense course (9 weeks, 9a-6p weekdays) in data science seemed like a great way to focus on enhancing my analytics and modeling skills, rather than the hour or so a day I was spending before. I found Le Wagon online and decided to apply based on the great reviews they had. The application process was straightforward and the Tokyo team was responsive and proactive about setting up an interview.  Prerequisites The main goal of the interview is to determine your motivation for attending the program. They also check that applicants have a firm grasp of Math and coding concepts. You need to be able to articulate why you want to join the program and what you want to get out of it. For Math, a firm grasp of high-school level algebra and precalculus is recommended. For coding, having a basic understanding of how to code in Python is helpful. I would not recommend going in with zero knowledge in Python - while the course spends a day or 2 on Python syntax, it is likely not enough to get you where you need to be for the coursework. Le Wagon also provides pre-work to be completed before the course. They will not check up on you to see if you did it - this is a course for paying adults after all - but it will quickly become evident if you did not at least do some of it (there is way more than most people could likely finish). Program The course itself began with the fundamentals of data science - data sourcing, data analytics & visualization, algebra, calculus, and statistics. Understanding these foundations was critical to understanding the models we would later build when we covered machine learning and deep learning. Finally we went through how to deploy models and make data solutions available to others. Each day started with a 1.5 hour long lecture, after which we completed a series of challenges. We worked in pairs that changed daily to promote the collaborative way in which many developers and data scientists work. The day ended with a 1 hour group coding session in which we reviewed what we had learned that day. I really liked the fact that most of the day was spent working on problems rather than sitting in lectures. We finished up with a 2-week capstone group project to bring everything together. People The Le Wagon teaching and support staff was amazing! The teachers were knowledgeable but still able to break down the concepts for us. The support staff remained engaged with us during and after the bootcamp to make sure we remain on track to meet our goals. The other students in my cohort had varied work experience which made discussions richer. We also got to work in the same space as the web development students which allowed us to connect with them too. The staff did a great job of creating an atmosphere where we learned a lot but had fun at the same time. We also got the benefit of teachers and teaching assistants that were working in the data science field and they were able to share real world applications of the content. Post-program What happens after the program is dependent on the motivation you had for joining in the first place. If you are looking to enhance skills to move internally within your organization, it is a great investment of time and money. What you learn can quickly be applied in your current job to demonstrate that you are ready to move into data science positions. If you are looking to change companies, understand that it is not an automatic process and you will need to be patient. While Le Wagon does have connections with employers, it is not like a college career fair where employers are committed to hiring X number of graduates. Be prepared to do the work to put yourself out there. If you are looking to start your own company, the program is a great place to meet potential co-founders and come up with ideas. No matter your goals, one of the best things about the program is that you can stay connected to the global Le Wagon community if you chose to. You keep access to the Le Wagon Slack and to all the learning materials. The engagement on the Slack channel is phenomenal - members around the world help each other solve problems, generate ideas, and continue to learn on a daily basis. TL;DR Le Wagon Tokyo offers a data science bootcamp that could help you meet your career goals. It is a well-structured, engaging program where you will learn a lot and have fun connecting with new entrants and seasoned experts. There are part time and full time options to suit your schedule. You will get the most out of the program if you know your goals, your high-school level math, and some Python. You will gain a life-long connection to a global community of developers and data scientists.Read Less",Data Science - Full-Time,Data Science and Analytics +273189,10868,le-wagon,Alain Rusnov,False,2020,LeWagon Montreal - life changing !,2021-02-01,4.7,5.0,5.0,4.0,"Coming from a finance background I took the leap to add coding to my skillsets. After careful research I ended up enrolling in the Le Wagon remote bootcamp. I could not be more satisfied with the journey. The resources, structure and incredible teachers... Read More and staff are top notch. The access and support even in a remote setting were seemless. When we completed our bootcamp and projects, I couldn't believe the person that completed the course was the same as the one starting it. Highly recommend !Read Less",Web Development Course - Full-Time,Web Development +273174,10868,le-wagon,Anonymous,True,2020,"Lots of work, lots of learning, great people, amazing experience.",2021-02-01,4.7,5.0,4.0,5.0,"This program is great, i was already pretty good at basic programming but i was nowhere in web development, I learned so much. Unfortunately we had the last few weeks of the bootcamp online (covid reasons) but that didn't slow anyone down. The last two... Read More weeks where such a rush to get out a good project, but i think that those two weeks where when i learned the most. 10/10 would recommend.Read Less",Web Development Course - Full-Time,Web Development +273127,10868,le-wagon,Bouchra Kostet,False,2020,Amazing experience at Le Wagon Dubai <3,2021-01-30,5.0,5.0,5.0,5.0,"I had the best experience at Le Wagon Dubai! During a tough period in my life, I wanted to get back in the real world by learning web development on my free time I was so impressed by the methodology and how effectively I learnt from zero to building... Read More apps in 2 months. Charlotte is an amazing driver, always making sure everyone is happy and included in the batch. Rayan is an excellent teacher, best in his field and super patient, I learnt a lot of applicable knowledge from him! Tarig is amazingly charismatic and will make any complicated concept super easy and visual to understand. If you're looking for the best, fastest and most efficient way to learn web dev, this is the best place in Dubai!!! Cheers and thank you so much to Le Wagon Dubai team <3Read Less",,Unknown +272980,10868,le-wagon,Raphaelle Richard de Latour,False,2020,Best decision!,2021-01-28,5.0,5.0,5.0,5.0,"In 2019, I was lost. I didn't like my job anymore, I didn't earn enough money, and I didn't see any prospects anymore. I was a social science editor, which was satisfying for my love of books but not for my work environment. I decided to change my career... Read More to be able to work in any country. But I discovered much more! The Wagon brought me know-how, a community, a profession, career opportunities, and so much more! I loved my first few weeks, learning the backend with Ruby, even if I sometimes felt like I was the only one who was enthusiastic about that part. It's hard, but it's worth it! Then the frontend, well, it was great. The last three weeks focus on projects: we did two incredible apps from scratch. It was a great experience to design and build these apps. The system helps us to progress and learn quickly. What I liked is the buddy system: you work with another student every day. It teaches you to work in a group, with very different people. I found a job two months after finishing the Bootcamp: first a 3-month apprenticeship, and then I got hired on a permanent contract. I recommend signing in LeWagon Bootcamp if you want to change your career quickly. Don't forget: it requires a lot of energy and willpower.Read Less",Web Development Course - Full-Time,Web Development +272760,10868,le-wagon,Michele Comolli,False,2020,A Life Changing Experience,2021-01-24,5.0,5.0,5.0,5.0,"There are so many coding schools and boot-camps out there but Le Wagon isn't only teaching you how to code, they taught me how to create something new, how to work in a group, how to speak to investors. It's a completely straightforward approach to code,... Read More you never feel you're wasting a single hour of your time, and you always want to know more, also, with the learning platform they built, you can keep learning new stuff on your own, also after the boot-camp! They give you all the necessary knowledge to convert your ideas into reality, and as you finish, you enter a new world of possibilities you can't imagine without doing it. It is one of the best choices I've ever made.Read Less",Web Development Course - Full-Time,Web Development +272709,10868,le-wagon,Joao Vieira,False,2020,My awesome experience at Le Wagon!!!,2021-01-23,5.0,5.0,5.0,5.0,"Just a few months ago I was working as a cabin crew for Emirates Airlines in Dubai. Then COVID came and the company decided to make me and a some other colleagues redundant, and I thought I could use that “push” to change my career and my life, and I... Read More am glad I did took action on that feeling. I signed up to Le Wagon Web Development Bootcamp in Stockholm, and I can say that is the best decision I took throughout all of 2020; it literally changed my life.I learned so much about coding and made so many good friends. The part I loved that most was the sense of team spirit that was formed around the whole class AND the teachers. It was amazing how after only a few days we were all so comfortable with each other, always ready to help each other. Also, the TA support was truly amazing every step of the way (big shout out to Yaniv Matalon), he was the most awesome teacher we had. Something else that I truly enjoyed was the daily meditation sessions towards the end of each day done by Eva, it really helped me recharge my mind after a full day of coding, so much so that I continued to do it after the bootcamp; or the live code at the end of every Friday while enjoying a nice cold beer, courtesy of Yves… that was super cool. I just want to say a huge thank you to everyone that made it possible For this and so many other reasons I highly recommend Le Wagon if you are thinking of changing your life, it certainly did change mine. After all, I got a job as a junior developer 2 weeks after the bootcamp thanks to everything I learned with these guys.Read Less",,Unknown +272597,10868,le-wagon,Har Dhillon,False,2020,Best Career Change Decision,2021-01-21,4.7,5.0,5.0,4.0,"Prior to Le Wagon I had been studying Law and was getting ready to pursue that as a career. I had a sudden change of heart after some realizations and decided to pursue programming instead. The reviews for Le Wagon looked amazing and so that was where... Read More I decided to enroll in December 2020. I do not regret my decision at all! The staff were all incredibly helpful and knowledgeable and despite covid restrictions everything ran very smoothly. The whole program takes you right from a very beginner level right up to being ready to apply and start your career as a developer! The final project you do is great, it really encourages you to take control yourself while still having support when you truly get stuck. The project is also great as it gives you a real insight into what its like working as a developer and collaborating with your team. 10/10 would recommend kick starting your career with Le Wagon!Read Less",Web Development Course - Full-Time,Web Development +272595,10868,le-wagon,Tom Whittle,False,2020,Le Wagon Stockholm,2021-01-21,4.7,5.0,5.0,4.0,"I decided to do the Le Wagon coding bootcamp after becoming bored of my old-school IT job and it was one of the best decisions I have ever made! The whole experience was amazing - great teachers, great students and most importantly a really effective... Read More way of teaching coding. The learning platform is perfect and in combination with a great timetable for the day; it's crazy how quickly you learn. It's probably the fastest I've learnt anything and the 2 week project at the end really rounds up the whole 9 weeks. It is incredibly satisfying to see your idea come to life. Would love to do it all over again.Read Less",Web Development Course - Full-Time,Web Development +272380,10868,le-wagon,Henry hall,False,2020,Amazing Course!,2021-01-18,5.0,5.0,5.0,5.0,"Before Le Wagon I was a graduate engineer, looking to boost my skill set whilst searching for a job. I decided the Le wagon data science bootcamp would be a great way to do this and this proved to be one of the best decisions I’ve ever made! I couldn’t... Read More recommend the course enough, the staff/ teachers were incredible, curriculum expertly planned and the general environment inviting and warm. We were pushed to the limits of our abilities and put in a great position to start building our own projects, in my case using the latest tech in deep learning language processing to build an environmentally focused sentiment detection platform, something I couldn’t have dreamed of doing before the course began.Read Less",Data Science - Full-Time,Data Science and Analytics +272374,10868,le-wagon,Alexandre Cyr Zagame,False,2020,From Sales to web development - Take the plunge!,2021-01-18,4.7,5.0,5.0,4.0,"I decided to learn to code after several years working in sales and business development. I chose le Wagon because of their applied methodology and their focus on teaching people without any prior coding knowledge as well as their well earned reputation... Read More within the industry. I joined the first class of the Stockholm campus and during 9 weeks I immersed myself into the world of web development. Not only did I learn coding but also how to work in a team with profiles so different from mine. I am very happy to have had teachers from all over the world who had either completed the bootcamp themselves, or were long-time industry professionals. This was very encouraging for my future. If you are thinking about joining a coding bootcamp know that it will be the best decision you will make. Being able to achieve so much in so little time and learn a whole new scope of hard skills is incredible. If you are on that decision cross-road, keep in mind that joining a bootcamp is not the easy road to take. Give it your full commitment, set the right expectations from the beginning and never give up. You won’t regret it.Read Less",Web Development Course - Full-Time,Web Development +272373,10868,le-wagon,Agata Klus,False,2020,Amazing experience,2021-01-18,5.0,5.0,5.0,5.0,"I worked in managerial roles in food retail for the last 11 years. I wanted a new challenge in my professional life and I decided last year to change my career. I wanted to find a reputable school to start my journey in programming world that would point... Read More me in the right direction. Joining Le Wagon was the best decision that I could make after leaving my job. I had the most amazing 9 weeks of a very intensive learning. The whole experience was fantastic. The teachers, TA’s, students, the whole community willing to help when required was something refreshing and very modern approach. Le Wagon learning system is something that stood out for me. It is very well organised, it has loads of helpful learning materials, challenges and of course one-on-one help from teachers, our favourite “tickets”. I loved the most working on our team final projects in the last 3 weeks of the bootcamp. This was the opportunity for us all to see how much we all learnt and the fact that we had required skills and knowledge that allowed us to build a real product was simply great! An extremely rewarding feeling! I still can’t believe what we achieved in only 9 weeks time. Thanks to Le Wagon team for all of their help and support! You rock guys!Read Less",Web Development Course - Full-Time,Web Development +272346,10868,le-wagon,Giulia Martinelli,False,2020,Slogan was correct: Le Wagon changed my life.,2021-01-17,5.0,5.0,5.0,5.0,"Earlier this year I was fresh out of university and, of course, unemployed. Scrolling through linkedin made it even worse, companies weren't hiring and even if they were, I was under qualified. I found Le Wagon while looking for a way to work in a creative... Read More and competitive field. The bootcamp was life changing! My teachers were... extraordinary and are still there to help whenever I need them to. The lessons and the daily challenges were smart and engaging. I couldn't have asked for more because 9 weeks later I was a developer who also got to develop her product. After 1 month and a half I found a great job while still working with my LeWagon teammates on various projects. Le Wagon is the best thing that happened to me!Read Less",Web Development Course - Full-Time,Web Development +272338,10868,le-wagon,Maria Vittoria Dalla Rosa Prati,False,2020,Le Wagon made my dream come true!,2021-01-16,5.0,5.0,5.0,5.0,I discovered Le Wagon during my semester in Shanghai where I participated to a workshop and loved the teaching approach. I ever since followed their updates and finally started the web development bootcamp in Milan this past September. The overall experience... Read More was over my expectations! My dream was to gain the necessary coding skills to be able to turn my ideas into apps and Le Wagon made it possible. It was challenging but in a nice way because of the motivating and community-like environment that the professors and TAs created. I truly lived an amazing experience along with inspiring and interesting people and would recommend it to anyone that shares my goals. Thank you Le Wagon 🚀♥️Read Less,Web Development Course - Full-Time,Web Development +272326,10868,le-wagon,Katrina Amor Robles,False,2020,The best complete experience for learning how to code,2021-01-16,5.0,5.0,5.0,5.0,"Choosing to go to LeWagon Milano's Full stack developer program is probably one of the top best three decisions I've made. I didn't know any code or even knew that my computer could do more than just check Facebook and Instagram. Now I'm creating full... Read More web applications after Le Wagon's 9 week bootcamp. I tried out Le Wagon's free seminar's online before applying for the school and I was quite impressed with how the seminar was managed. The program itself was challenging and intensive but I was completely supported every day with prepared tools and with fully available professional teachers. What I love is even after the bootcamp, we still have access to all of our tools and even more extra tools as well as a supported international alumni community to help us embrace and develop our new skills. Le Wagon has really figured out how to teach the mentality of coding as well as give you the necessary skills to apply in real world settings. Above all of that, the teachers and the people I've met in Le Wagon are truly one of a kind. I guess, I wouldn't love coding so much if it wasn't for the experience Le Wagon offered. I just wished I did it sooner!Read Less",Web Development Course - Full-Time,Web Development +272290,10868,le-wagon,marco checchi,False,2020,In two months I became a kick ass web developer,2021-01-15,5.0,5.0,5.0,5.0,"I was in marketing, I studied management and innovation, but I had seen web developers work at my companied and I always envied their job and their freedom. A friend of mine recommended le wagon milan, where the organizer is very friendly and entrepeneurial... Read More and the course is really good. I quit my job and went for it.. Just two months after I'm about to launch a mobile app and I got an amazing job offer as a freelance. It really opened my mind and I had an amazing time with the students, the teachers and the organize, who now are friends to me. I loved it!Read Less",Web Development Course - Full-Time,Web Development +272288,10868,le-wagon,Georgi,False,2020,Fullstack course,2021-01-15,4.7,5.0,5.0,4.0,"One of my greatest experiences in recent times! I started learning coding on my own by using online sources and I never felt confident in my knowledge! As my app could crash before even starting, which could be very frustrating ! Especially if there is... Read More no one to help. So, I always had a doubt should I continue or not. Then I found out about Le Wagon, team of great people. In Le Wagon the TAs are always there to help you and speak in simple language for better understanding. Once I graduated Le Wagon, I feel very comfortable and confident, ready for interviews! One of my best decisions ! Definitely will recommend Le Wagon!Read Less",,Unknown +272272,10868,le-wagon,Erika Sinkovics,False,2020,Accountant to front-end developer - mission accomplished,2021-01-14,5.0,5.0,5.0,5.0,"I did Le Wagon’s Full-stack Web Development bootcamp in Montreal (batch #438). Before deciding to change careers I had worked in accounting for 8 years. I joined the bootcamp to solidify the basics of front-end I learned prior to the course, to learn... Read More more about back-end and get a more product oriented perspective on web development. It is a bootcamp that really cares about delivering excellent quality, we had plenty a support when we needed (superb student/teacher ratio) and their course material is really well structured. All in all, I had a great experience! I found full-time employment 3 months after completing the course (during a pandemic), so it was time absolutely well spent!Read Less",Web Development Course - Full-Time,Web Development +272263,10868,le-wagon,Renaud AF,False,2020,Amazing experience!,2021-01-14,5.0,5.0,5.0,5.0,"Before joining Le Wagon Montreal bootcamp (batch 482), I was working as a consultant in process improvement in France. When I came back to Montreal, I was looking for a new challenge and I learned about Le Wagon on the internet. I decided to join the... Read More program because I wanted to learn more about web development and I thought it would be a great complement to my bachelor in IT and Finance. From the beginning to the end, I LOVED my experience. The teachers and teacher assistants were incredible and the curriculum was very well structured. I came in with minimal knowledge about programming and before the end; I was able to fully develop a web app. Don't expect to know everything about coding when you are done with the bootcamp, but you will have the skills set to learn a lot more by yourself! Joining Le Wagon is not only joining a bootcamp, it's joining a family! You have access to a lot of knowledge and you can join any alumni, teacher or TA after you are done if you have any questions. Moreover, I strongly recommend doing the career week after the bootcamp, you learn a lot about the to-dos and to-don't, they connect you with different companies to learn more about the job market and I was able to land an internship with one of the companies! I would 100% recommend Le Wagon, it's an amazing experience!Read Less",Web Development Course - Full-Time,Web Development +272255,10868,le-wagon,Sadegh Houshyar,False,2020,highly recommended!,2021-01-14,5.0,5.0,5.0,5.0,"Thanks to Le Wagon, my dream to become a data scientist has come true. I attended Le Wagon Montreal Data Science and Machine Learning course (batch 514) in October of 2020. before Le Wagon I started my self study plan but I was struggling in finding best... Read More learning path, there were a lot of online courses and resources and I could not trust them. Time is money and I did not like to do reworking or wasting time. Le Wagon was recognized for its coding bootcamp in Montreal and when I realized the data science bootcamp had been launched, I decided to register and start my new journey. They covered a lot of subjects in the field of data science. I had never learned such amount of skills in such a short period of time before. It was beyond my exceptions and I would highly recommend this course to anyone who has a passion for learning data science.Read Less",Data Science - Full-Time,Data Science and Analytics +272164,10868,le-wagon,Kurt McDonald,False,2020,Life changing experience!,2021-01-12,5.0,5.0,5.0,5.0,"Before joining Le Wagon I was working in sales and was keen to make the switch to become a developer. Le Wagon made the process vey smooth for me, from the interview to the prep work and set up. I joined a hybrid batch which was cool and despite some... Read More people not being able to be onsite we still all had the same experience due to the high engagement and activities we done which was great! One of the main reasons I chose Le Wagon was that it was a product focused bootcamp and I got to pitch an idea and build it from scratch which is truly a great skill to be able to have in your locker! The TA’s we had were amazing and very supportive and even after the course have stayed in touch and the careers support team is great also.Read Less",Web Development Course - Full-Time,Web Development +272163,10868,le-wagon,Soel,False,2020,Amazing,2021-01-12,5.0,5.0,5.0,0.0,"I took part in Le Wagon Fullstack Web Development Course in London. The whole 9 weeks boot camp actually exceeded my expectations. The format is really well thought, complete, and give you a good overview of Web Development. I started from scratch and... Read More learned a lot, teachers are always here to help. The last part is a 2 weeks project that has to be built as a Team, an amazing experience.Read Less",Web Development Course - Full-Time,Web Development +272158,10868,le-wagon,Leone,False,2020,Data Science Bootcamp LeWagon London - Highly recommended!,2021-01-11,5.0,5.0,5.0,5.0,"I am a STEM professional with 10 years of experience in academic research. I wanted to explore new directions for my career in data-driven business roles, so I decided to enroll in the LeWagon Data Science Bootcamp. I had a fantastic experience and I... Read More would warmly recommend the bootcamp to anyone interested in jumping into a Data Science career. The curriculum is really well structured, with a perfect mix of lectures and hands-on practice through coding challenges. All the hot topics in the field are covered in depth in only 9 weeks, from advanced Python Coding to Machine Learning and Deep Learning. Another highlight of the bootcamp was the 2-weeks final group project. Tackling a real business problem from scratch and getting in ten working days from retrieving the data, to building predictive models, all the way to deploying a real data science app in production was an invaluable experience.Read Less",Data Science - Full-Time,Data Science and Analytics +272138,10868,le-wagon,Anonymous,True,2020,Incredible experience,2021-01-11,5.0,5.0,5.0,5.0,"I highly recommend this bootcamp. Amazing staff, extensive curriculum, and unique opportunity to collaborate with your peers in a final project. You will go from Zero to Hero with this course. Extra point for the library of tutorials and use cases available... Read More after you graduate.Read Less",Web Development Course - Part-Time,Web Development +272132,10868,le-wagon,Diego Philips,False,2020,Amazing experience,2021-01-11,5.0,5.0,5.0,5.0,"Before joining Le Wagon, I was a musician. Due to the current circumstances, I decided to use this extra-ordinary time to set myself a new challenge. Studying at Le Wagon was a wonderful experience, the 9 weeks are intensely rewarding both on the career... Read More prospect side but also on the human side as I am happy I have got to meet so many amazing people. I would recommend it to anyone wanting to give a boost to their career but also to anyone who is looking for a new challenge. I can’t wait to see what is next for me and I believe that all my experiences will connect and I would be able to pursue my dreams under a brand new spotlight!Read Less",Web Development Course - Full-Time,Web Development +272034,10868,le-wagon,Anonymous,True,2020,Best investment since my masters,2021-01-07,4.7,5.0,4.0,5.0,"Did Le Wagon fullstack development course and totally loved it! Joined it to do a career switch from communications to web development. I certified in UX design in 2019 but felt I needed to understand better the development workflow and how teams of dev... Read More work. In the end, I loved coding so much that I am looking for a full stack engineer role now. It was the best investment in myself I have done since my masters I must say. In general, great atmosphere with fun, experienced and helpful teachers. The curriculum is nicely done with varied challenges to do every day and learn/practice new concepts in a fun way and the last 3 weeks focused on two hands-on projects that we can now showcase to recruiters. We also had an extra optional week that was included not in the programme originally to help us market ourselves on the job market and prepare for interviews. All is also done to make the learning smooth. During COVID lockdown, we had no problem going from on-site to remote learning: virtual tables to chat with peers, Zoom lectures/livecodes to start and end the day, teacher assistance throughout the day via Slack calls. The bootcamp seems too short now and I want to keep learning ; in a way I wished to have learned even more during the bootcamp about JavaScript and Rails but the curriculum is quite intense already and I should stay realistic too as it's a 9-week programme.Read Less",Web Development Course - Full-Time,Web Development +272023,10868,le-wagon,Joshua Eagle,False,2020,"Intense, but so rewarding!",2021-01-07,5.0,5.0,5.0,5.0,"Before enrolling at Le Wagon I had just finished a Politics degree, but was struggling to find a job and wanted to get into a more hands-on role. The best thing about the course was having 1-to-1 support always at hand, no matter how large or small my... Read More problem was. It was an intense 9 weeks, but I'm amazed at what we were all able to produce in a such a short time. I'm now searching for Junior Data Science/Analyst roles, and still receiving lots of support from the Le Wagon team!Read Less",Data Science - Full-Time,Data Science and Analytics +271960,10868,le-wagon,Thomas Giannetti-Fakhoury,False,2020,Amazing Experience !,2021-01-05,5.0,5.0,5.0,5.0,"Before Le Wagon, I was interning in Private Equity in West Africa. This bootcamp completely changed my approach to data science and computer programming ! It was challenging and probably the best learning experience I have had throughout my education.... Read More It is truly amazing what you are able to achieve once you finish. Le Wagon gives you the tools and the confidence to pursue your career goals. The teachers and TAs always take the time to walk you through each concept, whether simple or complicated. During our final project, my team and I were able to build a sentiment analysis model to find out how people felt towards the green energy transition throughout the world !Read Less",Data Science - Full-Time,Data Science and Analytics +271760,10868,le-wagon,José Miguel Santarém Correia Hargreaves Pimenta,False,2020,Le Wagon incredible bootcamp,2020-12-26,5.0,5.0,5.0,5.0,"I did the Le Wagon Web Development in São Paulo Brazil, Batch #503. And it was an heck of an experience. I started studying programming on my own a few month before I decided to join Le Wagon. Python was the first language I learned. I was not very sure... Read More about doing a bootcamp. My alone studies were going well, but it felt I was going to slow. When I joined Le Wagon full time bootcamp in October 2020 for 9 weeks of intensive programming, I learned a lot more than in the last 4 or 5 months I was studying by my self. Le Wagon bootcamp is amazing, and very well organized. Each day would start with a lesson in the morning, and in the afternoon we would crack our mind trying to solve programming problems. All this made in a beautiful organized platform, where we could open a ticket to ask for a teacher support. The last 3 weeks of the bootcamp, are projects weeks. The first is the marketplace project and the last two are the students projects. There is an extra week in the end of the bootcamp that is the carrear week, where we got in touch with companies hiring developers. Apart from the bootcamp curriculum lessons, in the Le Wagon learning platform, we got acesses to tons of tutorials and learning material. And one of the best parts is the Le Wagon Slack community. A world wide developers network with thousands of members!Read Less",,Unknown +271710,10868,le-wagon,Anonymous,True,2020,Life changing experience - Le Wagon web development full-time course,2020-12-23,5.0,5.0,5.0,5.0,"Before joining Le Wagon, I was working in the art market as a client development manager. During summer 2020, I decided to have a career change and learn to code so I applied to Le Wagon's web development course and it was the best decision I could have... Read More made. It is incredible to see how much I have learnt in the 9 challenging yet fun weeks and although my career path is now completely different I could not be more excited to see where it takes me. I was really impressed with the incredible support from the teachers and TA's who helped me in my learning and confidence everyday throughout the course. What I most enjoyed was the final project, where I designed and implemented a web application in a team of 3 for an idea which I had pitched. It was an opportunity to put together all the coding skills we had learnt, to be really creative and 'techy'! I am so grateful to Le Wagon which has formed the basis of my future.Read Less",,Unknown +271592,10868,le-wagon,Jess Carvalho,False,2020,Learnt more technical skills in 9 weeks than the past 10 years of my life!,2020-12-20,5.0,5.0,5.0,5.0,"I joined Le Wagon after 5 years of working as a Project Administrator for architectural and interior design studios, ultimately looking to gain technical skills and change career path. The bootcamp was a pretty intense 9-weeks, but it’s truly surprising... Read More how much I managed to learn in that time. I had great classmates, and the buddy system meant we were all in it together. This was comforting, and also prepared us nicely for teamwork during the project weeks. After many weeks not being sure if I was even getting it, the highlight for me was AirBnb week where we built Tropic Like it’s Hot. All those weeks of learning finally clicked and came together and it was so rewarding to present our first finished project. The teachers and TA’s at Le Wagon were amazing! Always patient and available to help. No matter how bad at coding I thought I was, I always felt that the TA’s were supportive, reassuring and welcomed all types of questions. The bootcamp would have been very different if it weren’t for such a great team. Since the bootcamp, opportunities have already presented themselves and I’m working a project with one of my TA’s and two of my classmates. I’m also looking forward to returning to Le Wagon as a TA in January. For anyone on the fence about enrolling, do it. It’s such a rewarding experience and challenge, but most importantly you come away with the skills you need to change and advance your career.Read Less",,Unknown +271572,10868,le-wagon,Miles Tomlinson,False,2020,Data Science Bootcamp London (Miles Tomlinson) - big thumbs up!,2020-12-19,5.0,5.0,5.0,5.0,"Before Le Wagon, I had worked in various product and data roles at GSK and only really focussed on the change management aspect of data, integrating processes and new tools into the organisation. After leaving, I was searching for a way to pick up the... Read More breadth of knowledge and confidence you really need to advance in the world of data science, and help me be successful in future product management or data leadership roles. A good friend of mine was thinking about enrolling on the Le Wagon web development bootcamp and put it on my radar. I was intrigued about the possibility of picking up so many technical skills in a short space of time, and was excited to do that learning in a fun, collaborative and start-up-style way. The experience did not disappoint. This was by far one of the best choices I’ve made. Other than the expected, obvious plus of gaining expert-level knowledge, the best thing about Le Wagon is the dedication of the teaching team and the way that inspires all students to keep learning, get better and support each other, especially during the tricky parts of the curriculum. The Le Wagon network, alumni platform and hands-on careers support are the things I’m now really going to appreciate as I try to land my next role.Read Less",Data Science - Full-Time,Data Science and Analytics +271569,10868,le-wagon,Anonymous,True,2020,Data Science - Montreal Batch 514,2020-12-19,5.0,5.0,5.0,5.0,"I decided to go to Le Wagon Montreal - Data Science course this year (batch 514), and this was the best decision I made. I still can't believe how much I learnt in a span of 9 weeks. It is amazing. I am going to categorise things for you: - Teaching style:... Read More I am so impressed. The teachers are all very knowledgeable and so helpful. What I love about Le Wagon is that most of your day is spent practicing and the TA's are available to guide and support you. It is not an easy course and you learn a lot in a short period, but the support you get and the structure of the course makes sure that you are able to continue - Environment: I did the course during Corona times. It was practically virtual (we are able to go to the office but all classes were virtual), yet they managed to make everyone socialise and network. They were able to connect everybody seamlessly - Job Support: They have career week where you can get to know different companies and recruiters, they also have great tools to support you in your next steps - whether it is to freelance, open your own company, or find a job. You can also get intouch with Alumni from different cities. It is such a great platform I am so impressed by Le Wagon and I am so glad I decided to go for them.Read Less",Data Science - Full-Time,Data Science and Analytics +271552,10868,le-wagon,Areeb Bhaila,False,2020,Practical learning done well!,2020-12-19,4.7,5.0,4.0,5.0,"I joined Le Wagon with a desire to build real applications for real problems as I felt that as a consultant I never got beyond expressing my ideas on a slide. Over the course of the next 9 weeks we built applications everday from building a simple game... Read More of blackjack to a mobile app that helps those with chronic conditions manage their health for my final project. The Le Wagon ethos of learning by doing, working on challenges with the buddy system and having ex-students teach the course has meant that I have gone from someone who knew no code to building my own mini-projects post-bootcamp. The world around us being transformed by technology and if you feel like you don’t have the skills to play a part in it, join Le Wagon!Read Less",Web Development Course - Full-Time,Web Development +271494,10868,le-wagon,Diana Pinon,False,2020,Mexico 483,2020-12-17,4.7,5.0,5.0,4.0,"I am an Industrial Engineer and have a few years of experience in Supply Chain Management. Before joining Le Wagon, I'd been a management consultant for a bit over 2 years, but I felt like I was stuck and I really wanted to learn to code since it was... Read More an interest of mine for a very long time. Like many, I did my research to find the best coding bootcamp out there. I was working in the US so I started looking based on my location, but nothing really stood out to me and everything was crazy expensive; I know it's an investment for the future, but I wasn't ready to part with over $10k (USD). Then I came across a bunch of outstanding reviews for Le Wagon and it got me curious, so I went on their website and saw that they were running hybrid courses at half the cost of other options, so it didn't even matter that they don't have a campus in the US. I applied for the full-stack web development option and Andrea Bazán, the Mexico campus driver, interviewed me. She told me about her experience with the bootcamp and how it really changed her life, I was sold even before hearing all of the great things she had to say about it. I took a break from my job and enrolled in the full-time batch because I wanted to give it my undivided attention. I was 1 of the 19 students in batch 483 based out of Mexico City, but I chose the remote option and I took it from my hometown. I was a little hesitant about the hybrid format because some students were on campus and others were remote, but I really didn't feel like it was a problem at all. My batch was quite international, we had a mix of nationalities but we all used English to communicate.The full-time bootcamp lasts only 9 weeks and it's packed with a lot of material you need to digest quickly. I knew next to nothing about coding, so I feel like some lessons should've been a bit longer, but you also have to play your part in the learning experience and put in your best efforts to grasp everything that is coming your way. The teachers and the teacher assistants are amazing and really help out throughout the entire process, and so do the other members of the Mexico campus staff. The rest of the students were also incredible and I felt like all of us got along and worked great together, which made the experience even better. Everything moved so fast and in the blink of an eye, I was already creating web applications with my team. It is truly unbelievable what we achieved in so little time. After the course is done they even have Career Week, in our case they brought some very interesting people to talk to us about several topics that will be useful for our future as developers or as entrepreneurs.Overall I think it was an invaluable experience and I do feel that the Le Wagon system works. I'm not sure if I will get my dream job as a developer right away, but I do feel equipped enough to start looking and continue to learn even more in the process.I recommend this experience to anyone who wants to get into the coding world.Read Less",Web Development Course - Full-Time,Web Development +271470,10868,le-wagon,Luke Moberly,False,2020,Amazing Experience at the Le Wagon London Data Science Bootcamp,2020-12-17,5.0,5.0,5.0,5.0,"Before joining the Le Wagon bootcamp, I was working full-time at Chipotle and struggling to teach myself programming. I had also just finished secondary school and was taking a gap year before attending University. The experience was incredible - the... Read More cohort and teachers were wonderful and the curriculum was very well-designed. I now have the skills to not only work in data science, but also to teach myself new programming concepts as necessary. I am now attending a startup incubator that comes with a $100k investment - I am certain I would not have been accepted without my experience at Le Wagon. It was well worth the effort! - Luke MoberlyRead Less",,Unknown +271444,10868,le-wagon,Anonymous,True,2020,Amazing bootcamp in London,2020-12-16,5.0,5.0,5.0,5.0,"Looking back, applying for the Le Wagon data science bootcamp after finishing my master at the London School of Economics was one of the best decisions. Especially coming from a non-technical background it is incredible to learn about that many, super... Read More relevant data science topics within such a short period of time. The whole atmosphare inside the classroom, as well as, online was unique and the constant support from TAs and teachers enabled us all to solve challenges on our own from day one. Having finished the bootcamp recently, I am still super proud of our team’s final project where we used all our newly learned skills and built a platform to detect ‘fake news’ based on a NLP deep learning algorithmRead Less",Data Science - Full-Time,Data Science and Analytics +271443,10868,le-wagon,Clementine Contat,False,2020,Perfect way to start a data science journey,2020-12-16,5.0,5.0,5.0,5.0,"the curriculum is covering all the latest techniques with tons of resources to go deeper, very relevant practical challenges everyday to understand the concepts and a team project to start my portfolio. Most importantly our group of student was truly... Read More amazing and the teaching team so supportive.Read Less",Data Science - Full-Time,Data Science and Analytics +271429,10868,le-wagon,Christian Zamora,False,2020,Life changing experience,2020-12-15,5.0,5.0,5.0,5.0,"I have just graduated from the Le Wagon 9 week web development bootcamp in Mexico City and I can seriously say it is by far the most challenging and amazing experience I can remember. The course is very well structured, it does teach you from scratch... Read More and their methods are incredibly efficient. I am a person who doesn't recommend much due to the fact that high standards can be different for many people but I am certain I cannot recommend this course enough, if I could do it again I would.Read Less",Web Development Course - Full-Time,Web Development +271415,10868,le-wagon,Lloyd Chapple,False,2020,Amazing!,2020-12-15,4.7,5.0,5.0,4.0,"Before Le Wagon I worked in business development for hotels and before that, for a trading company in finance. When the COVID pandemic hit I tried some coding and decided I really enjoyed it. I decided to enrol on a 9-week web dev course with Le Wagon... Read More and, in retrospect, I know that I made the right choice. The teachers were really engaging, friendly and taught efficiently and there's a plenty of support for when you need it. There's also a big focus on learning to code with other people which I really liked. Overall, amazing experience, would highly recommend to anyone looking for a career-changeup!!Read Less",Web Development Course - Full-Time,Web Development +271404,10868,le-wagon,Hazal Yanbay,False,2020,Great bootcamp,2020-12-15,5.0,5.0,5.0,5.0,"Before the Covid-19 pandemic, I hadn’t really discovered the tech industry at all. But during the lockdown, I quickly realized that the tech industry would be the least affected sector as a result of Covid-19. That’s when my interest in tech, and software... Read More development especially, really started to grow. This was the thinking behind my decision to join Le Wagon. Le Wagon has been even more helpful after the bootcamp than I expected. Whilst learning how to code, I realized that when I’m trying to solve a specific issue, I sometimes over complicate my thought process, and the ways that I try to solve problems. What you learn in tech is that there are multiple solutions, and coding has helped me to discover how to use easier, more logical routes to solve problems. In every sense, Le Wagon was the best education I’ve ever experienced. They offer an extra week (Week 10) for free, called “Career Week” to help us prepare for our futures in tech. We attended webinars with senior Human Resources professionals in the Turkish tech industry, and also with Senior Web Developers internationally. We were coached 1 on 1 to improve our CVs and Linkedin profiles, which was very helpful. At Le Wagon, everyone made me feel supported, by helping us with the job-application process and introducing us to experts from the tech industry so we could learn from their experiences. This was very important. It feels fantastic to be a part of Le Wagon’s global alumni network and to have a community whereby you can stay in touch with developers like you, get help, or seek job opportunities. I was very aware that I was starting a new chapter in my life, and new things can be scary. Now I feel better informed within this industry and through Le Wagon’s community I can open many new doors!Read Less",Web Development Course - Full-Time,Web Development +271299,10868,le-wagon,Gabriel Belo,False,2020,Delivers what was promised (Batch São Paulo # 446),2020-12-11,4.3,5.0,4.0,4.0,"After graduating from Le Wagon, I told myself that I would only do a review after four months (according to them, this is the average time to get a job), or before that, if I got a job as a developer. I preferred to take this time to have more practical... Read More information before giving a review.That said, I can confirm that, in general, Le Wagon delivers what was promised. In two months I was employed by a good company. So yeah, positive opinion, no doubt!First, a context:I did the Web Development Course (full time). Because of the pandemic, I took the remote course (the only option at the time). Therefore, I feel that I gained in focus, study time and content assimilation, but I think that I did not expand my network as much as I could if it were in person. However, if I had to retake the course, I would do the remote version again. In the end, for me, what made me get the job was the content taught in the course and what I actually learned, not the contacts. However, making contacts is very valuable! Several colleagues got jobs via contacts. But, in my view, if you get a reasonable grasp of the content taught at Le Wagon, and if you are a relatively pleasant person, you will eventually be able to find something on your own.Of course, you have to go after it. I must have sent around 10 to 15 resumes per week. Eventually, some of these will answer you. And after tests and interviews, you will eventually receive a proposal. At least as long as this tech bubble lasts, i think this is true.But let's be more specific:The good:1) You learn by doing. They give you a 1 ½ hour class in the morning where they teach you just the basics, and the rest of the day you have to research and find out what you need to solve the daily challenges. In addition, the last three weeks are reserved for working on projects, which is when everything you've learned comes together and makes sense.2) If you feel stuck, the teacher and TA's will help you, teaching you only what is necessary to overcome the challenge of the moment, without holding your hand all the way, leaving you to reason for yourself.3) You will learn what it takes to create a web application from 0 to production. And with this content, you can manage technical tests and interviews.4) Immersion. It's almost two months long, every day, all day. If you commit, you don't think of anything other than code.5) You gain access to a network of contacts, from which opportunities can arise.The bad:1) As I said, the last three weeks are reserved for working on projects. However, during two of them, you still have classes, but you do not have time to study or deepen what you have learned in them due to the projects.So, during the course, it seems that you are wasting time with those classes. On the other hand, after the course, some subjects treated superficially by these classes are very requested in technical tests and interviews. In this sense, testing (minitest, rspec, TDD, etc.) and api building are good examples of subjects that deserved more attention. An extra week of course would probably be enough.2) IT'S EXPENSIVE! It's worth it for the speed you evolve, but don't do it if you're not going to commit 100%.3) This last point is not really a problem, but it is something that bothered me. They advertise ""success stories"" a lot, which is okay, they need to attract people. The problem is that even after you have already paid and are already taking the course, they keep doing it, which ends up making you think that it is all very easy. In my view, they make it seem like it is magic and there is no possibility of failure, you end up with an unrealistic view of things, which can be frustrating eventually. In addition, some of these stories are clearly set up so that we can see only the supposed success, without mentioning the difficulties and frustrations that come with it.Having said all that, if you want to become a developer quickly, it is very worthwhile to attend Le Wagon. In my opinion, this course changed my professional life, accelerating my career change by AR LEAST one year.Read Less",Web Development Course - Full-Time,Web Development +271193,10868,le-wagon,Anonymous,True,2020,Breadth and Depth Coding Bootcamp,2020-12-08,5.0,5.0,5.0,5.0,"It is clear to see why Le Wagon is one of the best coding bootcamps out there. The curriculum is tried and tested and has gone through multiple years of improvements. Even during the bootcamp, improvements were being made to further the skills being developed.... Read More They bring in TA's to support the leading instructors who specialise in certain skills to ensure you get the best coding bootcamp experience possible. The fun doesn't stop in the classroom, however, instructors were keen to keep up the fun after hours with all sorts of social events. It was a fantastic coding bootcamp experience.Read Less",Web Development Course - Part-Time,Web Development +270868,10868,le-wagon,Seyoung J,False,2020,Le Wagon Seoul campus review,2020-11-27,5.0,5.0,5.0,5.0,"Before I decided to join Seoul branch, I couldn't find any review on google or Naver and that made me hesitated a lot to register. but now think it was a really good decision that I joined this Bootcamp. Not to mention that the curriculum is good, I was... Read More very touched because I felt TA at Seoul campus reflected the feedback well and cared for the students well. It is really hard to find an English-language coding boot camp in Korea, but I hope Le Wagon in Seoul will become more popular in Korea. it'll be very helpful to start a career as a developer through Le Wagon. Not only learning to code but also the overall atmosphere is so good, and it will be a great experience because you'll have a good TA that takes care of you in detail so that you can have a good experience here.Read Less",,Unknown +270744,10868,le-wagon,Sharon Sheah,False,2020,"Great intensive bootcamp if you want to transform your career fast! Amazing lifelong access to support, community and learning materials.",2020-11-23,4.3,5.0,5.0,3.0,"My Le Wagon experience was unforgettable! When I decided to join Le Wagon, I came with minimal knowledge of code and had only learnt a bit of HTML and CSS. My batch underwent the full-time bootcamp 100% remotely and the support that was provided by the... Read More team was amazing - what a seamless experience! I felt well supported in this community and have built amazing friendships for life. The content that we received for 9 weeks was lots and I was able to understand how to build web apps from front end to back end to deployment by the end of it. It has also taught me how to work and communicate with others as we did lots of pair programming and group projects, which is an important skill that employers look for. The teachers were great at explaining and debugging. The learning platform that all students have access to is continuously updated so you'll never run out of content to learn after bootcamp. In terms of job support - after getting that initial support from Le Wagon's careers coaching sessions, I planned my own strategy to get through the job hunt successful and landed a job 5 weeks after bootcamp. Definitely don't expect to know everything about coding straight out of bootcamp, it is a 9-week bootcamp that they are trying to help you understand about web development and not a 4-year computer science degree. Learning to code is an ongoing journey! Honestly, no regrets at all for joining Le Wagon. It has propelled my learning and career pivot as I know I need the intensity and accountability from others to successfully learn something from scratch (I have previously attempted to learn coding myself and it didn't work out). I do recommend a decent laptop (a Mac or a slightly more powerful windows) if you are doing the bootcamp remotely as it may disrupt your experience if your laptop lags half the time!Read Less",Web Development Course - Full-Time,Web Development +270738,10868,le-wagon,julien ergan,False,2020,"Le Wagon Tokyo helped me to change my life! Thank you so much Sylvain, Doug, Yann, Trouni and Sasha, you are real stars!",2020-11-23,5.0,5.0,5.0,5.0,"The Le Wagon Tokyo bootcamp literally helped me to change my life. Four months after graduating from the bootcamp, I landed my dream job: my first junior software developer position in a very talented team of software engineers and computer scientists... Read More in a very creative startup in Shibuya, Tokyo. I had no prior working experience in Japan nor degree from a Japanese University.The team at Le Wagon Tokyo is absolutely fantastic: Sylvain (the Le Wagon Tokyo founder), the teachers Douglas, Yann and Trouni and Sasha (parternships and events). The teachers are genuinely passionate about teaching you how to code, to share their knowledge and very importantly to teach you how to gain the developer mindset and habits of ""learning by doing"" and ""trail and error"". They were super available and enthusiasts to answer all my questions before, during and after the bootcamp. The support after the bootcamp (during the job hunt phase) was brilliant as well. The content and structure of the curriculum is very well thought, comprehensive and continuously updated. At Le Wagon Tokyo I feel that I have learned more than coding, I learned to become a developer. By this I mean that I have not only learned the fundamentals of coding but more importantly how to code in order to ""build stuff"" (websites or web applications) that users actually want to use! Personally this new approach (i.e. ""learning by building stuff"" ) has been a massive mindset shift. And it is simply the best way to learn how to code and to become a good developer. And I felt that I was taught this mindset from day 1 at Le Wagon. The last 3 weeks of the bootcamp are project weeks with other students. During these weeks I have learned how to work within a team of developers, i.e. how to communicate my ideas and how to use GitHub to share code. I believe that was another excellent preparation to help me land my first developer role. Another amazing point for me (and which is maybe less often mentioned) is the Slack of Le Wagon. From the day you join the bootcamp, you become part of the Le Wagon Slack and have a lifetime access to it! You gain access to a community of more than 9,000 alumni (at the time of writing this review) and teachers all over the world. In addition to Google and Stack Overflow it is an amazing network and resource to find help as a junior developer, to learn new things and to connect with other like minded people and to find a job if you move to another country. Overall, I felt that Le Wagon Tokyo bootcamp and team have provided me with all the environment, tools, quality of teaching and support I needed to learn effectively to succeed and land my first job as a developer. Thank you so much guys for helping to change my life, you are real stars!Read Less",Web Development Course - Full-Time,Web Development +270579,10868,le-wagon,Sarin Boivin Picard,False,2020,Great part time web dev experience @ Le Wagon Montreal - Highly recommend!,2020-11-18,5.0,5.0,5.0,5.0,"My background is in business and finance. I learned how to code during my studies but I felt I needed to dive further into some topics in a more structured way. I was not able to take 2 months off to join a full-time bootcamp so I was happy Le Wagon Montreal... Read More offered a part time option. As a private equity and venture capital investor, my rationale for taking this course was to understand how tech businesses were built but also become more efficient with computers at work.What I liked the most about the bootcamp was the quality of the TAs (teacher assistants), the format (for the part-time you watch the lectures whenever you want and focus on solving challenges during class) and the fact that they teach you how to think and solve problems like a developer. Another aspect I enjoyed a lot is that the school has great relationships with the start ups in Montreal.I enjoyed the bootcamp very much and fell in love with tech. Right now I’m focused on building websites on the side and I am even considering joining a tech company.Read Less",Web Development Course - Part-Time,Web Development +270510,10868,le-wagon,Eirik Lysenstoen,False,2020,Learned a ton and had a great time doing it,2020-11-17,5.0,5.0,5.0,5.0,"Context: I was a student in batch #402 in Oslo for the web developerBefore joining the Le Wagon boot camp I had spent a few months learning to code on my own using books and websites after having absolutely no exposure to programming for my life at age... Read More 31. I thought I was making fine progress on my own and I was skeptical of the benefit a boot camp could offer me. My personal reservations about joining was whether it would be worth it, the price tag is not inconsiderable after all. While I do recommend preparing as much as possible (and definitely do the prep-work as thoroughly as you can) to get the most out of your time at a boot camp, the progress I experienced in my learning with le wagon was much greater than what I had been able to achieve on my own.The great advantage that the Le Wagon has over something like the career routes I tried from codecademy is that the program is designed holistically. What I mean by this is that rather than taking a whole bunch of separate pieces of knowledge (SQL, JS, RUBY etc) and feeding them to you one after another the program is designed with a single end point in mind. While getting started on the program it was hard to see how it would all be used, but when we got to the ruby on rails section of the syllabus it was like a light went on in my head. I could see that not only was I learning how to use rails, but I had already learned everything I needed to understand just how the different pieces of the rails framework fit together. One of my classmates who found the course very challenging in the beginning and to the middle remarked that at the end it was like things started to click into place. I think this is a reflection of a well designed syllabus.We also got some very valuable experience working in a team on applications. Learning on your own is well and good, if you are able to, but learning the work-flow on github with pushing, pulling and reviewing other’s works is simply impossible to do on your own. For the last parts of the boot camp we got a lot of very useful experience doing this as we took an application from a pitched idea to a finished MVP. I was honestly amazed at what we were capable of creating on our own after such a short time. You can see what we made at www.infitter.net and a demo at https://www.linkedin.com/posts/le-wagon-norway_changeyourlife-learntocode-activity-6724648218480709632-3ny- For myself I am very happy that I took the boot camp, I met some great people along the way and while there is still a lot to learn the shroud of mystery around coding has mostly been lifted, so that I not only know more, but I am better equipped to find information on my own. I would recommend the Le Wagon boot camp to anyone looking to break into the world of programming.Read Less",Web Development Course - Part-Time,Web Development +270151,10868,le-wagon,Vincent Leblanc,False,2020,The best decision of my life!,2020-11-09,5.0,5.0,5.0,5.0,"My name is Vincent, before joining the Bootcamp of Le Wagon, I have been an electrician for about 8 years and even if I'm someone who really likes to use his hands and build things, I realized that I wasn't doing something that made me happy and I wanted... Read More to change that. That thought started to grow for 2 years and then a friend of my girlfriend told her about some developer she was working with and how he just loved to code. I had already done some coding when I was younger, but I had a very different vision at this age. This conversation picked my interest really quickly. It's at this point that I started to look for a way to learn to code as soon as possible and that's when I found Le Wagon.The experience was incredible, even with the pandemic going on, I learned so much about coding in just a few weeks. I also learned a lot about how to even get better with my coding. I had the chance to lead a small team of 4 people (myself included) to build an app in just 6 weeks! I feel really well equipped to work as a developer and go on working on personal projects.Read Less",Web Development Course - Part-Time,Web Development +270141,10868,le-wagon,Fernando Requeni,False,2020,Full Time Web Development,2020-11-09,5.0,5.0,5.0,5.0,"After spending few months deliberating if Le Wagon would be the right choice for a life change, I can say now that it was one of the greatest experiences in my life. At the beginning you can feel a bit overwhelmed with all the new information you are... Read More learning. Then, you start settling all these new concepts down and finding some sense. And at the end, you create a project from scratch without thinking that few weeks before, you did not know anything about coding. I would recommend 100% Le Wagon to anyone who is interested to change its career and go to the tech path. If you have any doubt about it, do not hesitate to visit them, they always welcome you as they did for me. Big thanks to Le Wagon!Read Less",Web Development Course - Full-Time,Web Development +270119,10868,le-wagon,Micky Macato,False,2020,Le Wagon Tokyo was totally worth it!!!,2020-11-08,5.0,5.0,5.0,5.0,"Hello guys! My name is Micky Macato and I'm 35 yrs old from Philippines. I've been living in Japan for almost 10years. I studied Japanese for a year then been teaching English for the past 9 years. I'm also an entrepreneur. I've been interested with Web... Read More Development when I designed my own website using Weebly. It was cool but it was loading really slow. I have no idea about UI back then, buttons were all over the place, in short it was not pretty. I saw some of my co-workers studying programming on their free time. I got curious and started asking questions whenever we go out for drinks. They motivated me on learning web development too. So I started slowly with CS50 and Freecodecamp trying to feel it first if programming was for me. I also did some research on how many people actually found jobs and changed their career. Also I was concerned with my age as I'm already 34 that time. I felt I'm too old for this. But like they say you'll never know unless you try! and so I did! The school that I was working for had to close for almost three months due to COVID-19. Since I had nothing to do I enrolled online with Codecademy. I felt that if I actually pay for something this will definitely motivate me. Took their Web Development course in three months. I felt that something is still missing. I'm not confident with myself still. I would easily forget what I studied and it's not sticking. So I decided to enroll with Le Wagon Tokyo and took the 9 weeks Full-time FullStack Web Development course last Summer. The first 3weeks was hell! It was painful! I was really struggling in understanding the concepts. But all the teachers we're very supportive and helpful Doug, Trouni and Yann! Always offer their help whenever we get stuck and we're very patient in explaining everything for us! We had to give our pitch (an idea for an app) and mine was Greeter and I was really happy that it was chosen to be presented for our demo day! I got to team up with my talented classmates Samir and Marc. I learned how to work in a team. It was really exciting! Le Wagon Tokyo guided us on how to build our app in 10days! Teaching us different skills, strategies, tips to deliver an amazing app! Sasha and Sylvan even helped me out in practicing my presentation for Demo Day! and just like that 9 weeks went by really fast! After the course they gave us some tips on how to land a job or launch our own start-up. They contacted different people to help us kick-start our career. After several interviews 200plus applications I finally got an offer with a company that I felt I could grow in the future. I'm going to start on Dec 1st as a Full-Stack Web Developer with Willbox a logistics IT company in Minatomirai, Yokohama. I couldn't have done this ofcourse without the help of my family and my very supportive fiancé.Read Less",Web Development Course - Full-Time,Web Development +269877,10868,le-wagon,Nachiket Pusalkar,False,2020,Skeptical at first. Grateful at the end.,2020-10-30,5.0,5.0,5.0,5.0,"I was extremely skeptical before joining this bootcamp for several reasons.1) The main technology / framework / language taught in this program is Ruby on Rails. Which I had never heard of and lately - Python and Javascript are the latest hype.2) It was... Read More a considerably shorter duration than the other programs.3) It wasn’t cheap.4) I had been teaching myself code for several weeks and I thought there wasn’t much a bootcamp would teach me that I couldn’t have taught myself.I was wrong about all of the above.1) Ruby is one of the most elegant languages I've learned. Rails is an extremely powerful framework and the possibilities are limitless.2) 9 weeks was sufficient to get the fundamentals after which you must learn on your own (everything in web dev cannot be taught unless you do it yourself).3) Considering the knowledge I gained. It was worth the money.4) There was so much I didn’t know which made me level up my skills drastically.Also, the staff and TA’s are extremely helpful, polite and care about your success. It becomes one big family at the end of the course. I would do it all over again if I could.Read Less",Web Development Course - Full-Time,Web Development +269868,10868,le-wagon,Leif Marshall,False,2020,The best 24 week bootcamp--period!,2020-10-30,5.0,5.0,5.0,5.0,"Le Wagon Oslo is an amazing experience. I could not recommend a better Bootcamp in Scandinavia! Before I started at Le Wagon, I worked nearly full-time, so it was important to me that I found a Bootcamp that would accommodate my schedule. That is why... Read More I chose the part-time course, and it was a great decision. The pace of the part-time Bootcamp was great for me. It allowed me to absorb all the material while still being able to work. The course is challenging, but it is also enjoyable and a unique experience you can only get at Le Wagon. The teachers are great too. Of course, the teachers were available during class to help, and they do a great job of explaining things, but many teachers were available to help me on days and nights when I had no class and was working on my own to solve the challenges. This was a big bonus for me and many others in my class. The final projects were my favorite of the whole Bootcamp. I felt like a real dev! Mapping things out in my head, solving problems, and seeing the whole project come together in realtime is an awesome feeling. If you are looking for a Bootcamp, I would very much recommend Le Wagon Oslo.Read Less",Web Development Course - Part-Time,Web Development +269848,10868,le-wagon,Morgana Tatiana Borges,False,2020,(São Paulo #446) Best learning experience I ever had,2020-10-29,5.0,5.0,5.0,5.0,"Le Wagon is not about learning code, is about learning how to learn code. The environment embraces all challenges that we face while learning to code. They encourage you, support you, make you feel strong, and help you to always go ahead. The methodology... Read More is great because makes people learn to code in two months, it's not magic but an amazing educational approach. They have excellent teachers, and I bet one of them will be like that remarkable teacher you had in school. Less than one month after Le Wagon I got my first job as a full stack developer and not because I am good at coding, but because I face the challenge of coding always being resilient and never giving up like Le Wagon taught me.Read Less",Web Development Course - Full-Time,Web Development +269840,10868,le-wagon,Dennis,False,2020,Full Time Web Development,2020-10-29,5.0,5.0,5.0,5.0,"I attended Le Wagon Oslo in 2020. Before joining I had minimal experience, only a few paid & free courses online in Python. I have a bachelors in psychology, and was recently out of work. My last job was in tourism... The bootcamp itself was a 9 week... Read More deep dive into the world of coding, and it was worth every minute. I knew I wanted to switch to web development, but I didn't really know how or if it was even possible. I had considered taking a 2nd bachelors in computer science, and had floated the idea of a bootcamp for about 5 years before I finally decided to just go for it.Now, maybe this career path isn't for everyone, so obviously you have to take that into consideration. Highly recommend trying a few courses for yourself online (even free) to make sure it suits your way of thinking, and most importantly, that you enjoy working with it. As for Le Wagon Oslo specifically, it was everything I could ask for. Small batches of students means a lot of hands on time with the teachers. We had a teacher to every 5 students, so someone was always available to help. The buddy system works because even though you're paired, you're doing the programming yourself every day. It is intense. It is a lot of hard work. You will dream about coding. These are long days. And yeah, it's expensive too. But also, I made lifelong friends from the experience. There are many (corona times excluded..) social opportunities. You really feel like you're all in it together, in this big messy logical struggle. If you're into coding, you'll love it.I made a final project that I didn't know was even possible when I started. In just a team of two we built a functioning app to encourage and crowdsource plastic & glass recycling. With that app, built in just two weeks, I was able to pitch myself & the app to many different companies/employers. It was because of the Oslo boot camp, and specifically the app I built, that I'm now employed at a start up here in Oslo as a junior full stack developer.Read Less",Web Development Course - Full-Time,Web Development +269822,10868,le-wagon,Alexander Encinas,False,2020,"Web Developping, Software Engineering",2020-10-28,5.0,5.0,5.0,5.0,"Prior to the Le Wagon bootcamp, I was working as a mechanical engineer for my entire career. I wanted to make a career change into tech and after doing research and talking with friends already in the tech career I choose Le Wagon to help get into this... Read More new world. What I liked the most during the bootcamp was the feeling of accomplishment after a long day of code challenges, the never-ending bug solution researches and the friendly environment. These 9 weeks are intense but filled by rich knowledge that will help people of any background have a first solid step into the tech industry. Le Wagon is also filled of capable teachers and alumni all with different specialties, always ready to give you a hand guide you through difficult bugs. I highly recommend Le Wagon bootcamp for anyone who is looking for a fascinating career or want to learn more about software development.Read Less",Web Development Course - Full-Time,Web Development +269784,10868,le-wagon,Anuar Mukhambetzhanov,False,2020,Le Wagon - an empowering community of tech driven enthusiasts and fun people!,2020-10-28,5.0,5.0,5.0,5.0,"I was extremely pleased to join Le Wagon Istanbul because it allowed me to save a lot of time and avoid the hassle of learning to code by myself. Furthermore, it was an optimal solution in my case because on top of gaining knowledge about web development... Read More I also wanted to travel and make new friends, and Istanbul bootcamp had it all. The 9-week program was just perfect for me. During the program what really struck me the most was the mindset that you have while you code, particularly how you solve problems digitally, which is completely different from anything that you've probably done in your life. The best thing is that Le Wagon teaches you how to get the right mindset for programming step by step, which is very helpful. Also, during “Projects Weeks”, where you are supposed to build a completely new startup, I really improved my team-working and project-management skills that I think will be beneficial for anyone who is planning to lead or be part of own/company projects and work in a team environment. On a separate note, Le Wagon Istanbul was extremely welcoming and it really made me feel part of the family. That’s something I really appreciated and related to, because it’s also part of my culture. Again, for me it wasn’t just about coding, it was also about communication, meeting new people, and being in a diverse environment with people coming from different backgrounds. By the way, the very first breakfast that I had at Istanbul's campus was just amazing! That Turkish coffee and delight though!Read Less",Web Development Course - Full-Time,Web Development +269781,10868,le-wagon,Aleksandr Kravchenko,False,2020,Definitely Best Bootcamp,2020-10-28,5.0,5.0,5.0,5.0,"The LeWagon course is more than just a coding bootcamp, It's one of the best things I've done and I would recommend it to anyone considering a career in tech! It was a friendly, fun, and supportive environment and during my time there I felt that the... Read More trainers and everyone involved in running the course wanted the students to do well. I thoroughly enjoyed the whole experience: the wonderful trainers; the team of students; the course content; the structure of the course (love the alternating project and theory weeks as it helps you solidify the concepts and build up a great portfolio); the small class size; and the great place you get to study. Overall I really enjoyed everything I learnt and made some friends; and even though I attended having barely written any code before and from a totally different career path it prepared me for my first developer job.Read Less",Web Development Course - Full-Time,Web Development +269753,10868,le-wagon,Meagan Butters,False,2020,Best career decision I've ever made!,2020-10-27,5.0,5.0,5.0,5.0,"Honestly, I only wish I had decided to do this sooner. I absolutely loved my experience at Le Wagon Montreal. This program is really to give you the tools to think like a developer and introduce you into the tech community. The curriculum had a huge focus... Read More on rest, which I found lacked in the other bootcamps I had applied to, which helped a lot in lowering the stress level and helping the students absorb the huge amount of information coming at us. I also really enjoyed the hybrid format as it was much easier to focus on a Zoom call than in a classroom where there are tons of distractions. Overall, I could not recommend Le Wagon more!Read Less",Web Development Course - Full-Time,Web Development +269732,10868,le-wagon,Brigitta,False,2020,Very valuable experience! The bootcamp pushed my skills and career! Absolutely recommended!,2020-10-26,5.0,5.0,5.0,5.0,"The Data Science Bootcamp at Le Wagon was extremely interesting, well beyond my expectations regarding the topics covered and absolutely pushed my career!Even if you just know a little about Python and Statistics, do not be afraid of applying for this... Read More Bootcamp. Le Wagon starts from scratch to make sure everyone is on the same page. However, the learning rate is exponentially ;-) The speed of new topics is high, but all of them are very relevant business-related topcis that you can use from the first week on in your daily (business) life! I was really surprised about myself what I am able to code after just one week bootcamp! The investment of time and money was worth it and I would do it again with Le Wagon. The lecturer and the teaching assistants were great supporters and motivators and above all very smart ;-) You can ask tons of questions during the day and every question will be answered. On top, you can pitch for your own final project and get assistance for it. Also, Girls, go and apply! It will enrich your skills and will make you stand out from the crowd!In conclusion: Demanding, very valuable bootcamp. Big support and huge network of great people to exploit :-)Read Less",Data Science - Full-Time,Data Science and Analytics +269727,10868,le-wagon,Anonymous,True,2020,Make sure you like Coding!,2020-10-26,3.0,3.0,3.0,3.0,"I'd advise to any prospective students to make sure you have a passion for coding. Personally, I wasnt sure whether I liked it or not, but decided to ""trust the process"". Currently, the market is very bad for Junior Developers, so your gonna be up against... Read More computer science grads, and people who eat and sleep coding. If your on the fence, then my advice is do something else. Otherwise you'll find yourself working for peanuts (or nothing). Le Wagon is quite impressive and organised. The staff are very knowledgeable and helpful. However, as a company, they also are experts in the dark arts of marketing/sales. Be very careful.Read Less",,Unknown +269622,10868,le-wagon,Saraah Bikai,False,2020,Best descion I made in a while,2020-10-23,5.0,5.0,5.0,5.0,"Intensive Bootcamp Incredible team and teachers,Help and push you all the way HIGHLY recommend for anyone wanting to get out of their comfort zone and have a life changing experience.Code is applicable in many areas and help a lot with logical thinking... Read More skills!Read Less",Web Development Course - Full-Time,Web Development +269608,10868,le-wagon,Bianca Ferreira,False,2020,Le Wagon Rio,2020-10-22,5.0,5.0,5.0,5.0,"Before Le Wagon, I was working with customer experience and digital marketing in a startup and started to create a deeper interest in technology. I was seeing in it the opportunity to challenge myself, develop my own projects and live a more meaningful... Read More life. After a lot of research and conversations with the tech team from the company, I found Le Wagon Rio and fell in love immediately. From the first time I saw the website, I knew I wanted to study there!At first, I thought I wasn't going to be able to do it until 2021, but they released a new opportunity of student loan that was exatcly what I needed. Thankfully, everything worked in my interview with Milene Cardoso, the bootcamp manager, and Pedro Meyer, co-founder of the bootcamp in Latin America, and I made my dream come true!The bootcamp experience was wonderful and I'm really happy about the choice I made! All Le Wagon Rio's staff is amazing and super kind - people I want to take with me for life. Meeting people from other countries, being introduced in a worldwide community and receiving support and motivation makes everything so worth it.Now I'm focusing on my career as a freelancer and looking for opportunities, knowing I have the necessary support to give my best on this new journey!Read Less",Web Development Course - Full-Time,Web Development +269605,10868,le-wagon,Cássia,False,2020,Le Wagon Rio: FullStack Web Developer,2020-10-22,5.0,5.0,5.0,5.0,"I can say for sure that was the best decision I've ever made so far! I've been working with Design for the past 7 years and I was not happy with the area anymore so I began to study coding by myself for about a year but getting nowhere. I was originally... Read More enrolled in the part-time Bootcamp but after a couple of days, and already in love with the methodology, I decided to drop it all (my current unsatisfying job and plans) and dive into the full-time batch! At Le Wagon they say that the Bootcamp is not a sprint, is a marathon! And that could not be more accurate, is a really intensive learning marathon. I was really scared at first with the idea of letting go of everything in the middle of such a confusing year, with the Covid epidemic crisis and all, but I dedicated myself to the program and it all paid off! Just about two weeks after concluding the Bootcamp I got my first job experience! The platform is amazing and complete with a lot of extra and useful content (I use it almost every day), the teacher's team and the whole staff are really passioned and always there for you.Read Less",Web Development Course - Full-Time,Web Development +269586,10868,le-wagon,Egecan Çitim,False,2020,A Life Changing Experience,2020-10-22,5.0,5.0,5.0,5.0,"I believe Le Wagon is the best place to change your life. I was a complete beginner before I joined Le Wagon and the biggest fear I had going into the bootcamp was that I wouldn’t be able to learn how to code. However, I learned so much in the first 2... Read More weeks, that I grew confident and realized that I was capable of a lot more than I had expected. That feeling of conquering a fear, learning something new, it was the most rewarding experience.I really enjoyed the curriculum and challenge-based learning. I’ve always felt that practice makes perfect and I realise now that this is also the best way to learn how to code. As someone who has always liked design, I found the front-end section of the curriculum to be the most enjoyable of the bootcamp and learning CSS and Javascript was greatI really enjoyed building a new startup in the last 2 weeks of the bootcamp. Our team realized what we were capable of and created a unique web app by working extremely well together. I still miss the bootcamp a lot. The daily routine and feeling that we were on a learning journey, discovering something new on a daily basis; that was amazingThe team spirit with my other buddies from the bootcamp was fantastic and I miss chatting with them and solving coding problems together. I look forward to keeping in touch and seeing how they develop as coders. Outside of coding, Le Wagon was the first time that I’ve been in such a diverse environment. Communicating with people from all over the world was a great experience for me, it really broadened my horizons. My time with Le Wagon was completely unique and after I graduated I was especially surprised by the size of Le Wagon’s global network of 9,000 alumni. Everyone is on Slack which means that you can contact them with the push of a button.I check Le Wagon’s alumni channel at least twice a week and receive really useful notifications which are helping me to continue learning through the network.Thanks to Le Wagon I’ve discovered a passion for software development, especially on the front-end. My goals now are much clearer and I’m looking for a good income at a great tech company which has a friendly and positive work-culture.Read Less",Web Development Course - Full-Time,Web Development +269581,10868,le-wagon,Diego Makarausky de Oliveira,False,2020,"Amazing how much I learned in a short period of time, became part of an awesome community, and it is already having great effects in my career.",2020-10-22,5.0,5.0,5.0,5.0,"The bootcamp I attended was 100% remote, since it took place during the most sensible period of the pandemic. Nevertheless, the staff worked really hard so we could experience all the tools and cool things of a regular classroom course. Online classes... Read More every morning, then sitting on a virtual table to code in pairs and solve complex challenges, until a live code in group at the end of the day. Teachers would constantly join us at the table to help with the challenges, and it was great to always have their help. The school often organized virtual lunches with former students, happy hours and even yoga classes! The last three weeks were dedicated to projects, and we proposed and created two awesome web applications, in groups. It was a great experience and I miss it already.Read Less",Web Development Course - Full-Time,Web Development +269537,10868,le-wagon,Tricia Blosser,False,2020,"Great coursework, teachers, and support. Highly recommend!",2020-10-20,5.0,5.0,5.0,5.0,"My Le Wagon experience happened during the SARS-COVID-19 quarantine, when much of the world was in crisis and staying home, so I was able to experience Le Wagon Mexico entirely from my small midwest USA hometown remotely and let me just say, I'm SO grateful!... Read More They did such a great job of helping us to feel like a team though we were spread out by thousands of miles, pairing us with a buddy to work with online each day to complete challenges together in a fun videochat/messaging platform, beginning the day with live lectures, and ending the day with a live code challenge to help us to learn to apply each days' skills. We ended the camp having built 3 fully functional web apps, from back to front and skills to help us accomplish all of our post-bootcamp goals. The teachers and assistants were amazing, even continuing to build relationships post-bootcamp, I felt so completely encouraged and supported. I got a job as a Full Stack Developer just over a month after completing the course. You can't go wrong with Le Wagon, and I highly recommend Mexico City's campus! Tell them I sent you and say ""Hi"" for me!Read Less",Web Development Course - Full-Time,Web Development +269490,10868,le-wagon,Anonymous,True,2020,LeWagon Istanbul has changed my life,2020-10-19,5.0,5.0,5.0,5.0,"Before you consider joining Le Wagon, you should ask yourself: “are you ready to change your life?”, because Le Wagon really was life-changing, and if you enjoy coding and are eager to learn, then it’s the perfect place to be.I really wanted to discover... Read More how to code quickly and efficiently, that’s when I discovered that Le Wagon was launching their first bootcamp in Istanbul!I’m extremely happy that Le Wagon came here. It will really help young people like me in Turkey by giving us an opportunity to change our careers, in our homeland.I learned some magical things with Le Wagon that were extremely helpful. Learning Ruby and Rails in the first half of the bootcamp was brilliant.During the last 3 weeks (Projects Weeks) we were putting everything we learned into practice by building a startup. We discussed new features we should add and we became a real software development teamThe structure of the curriculum, and its emphasis on practical based learning through coding challenges, was an extremely effective way of learning how to code. I really enjoyed it and I wish they taught everything like this.In my opinion, the teaching assistance you get is the biggest difference between learning by yourself and learning with Le Wagon. The teachers played a huge role. They were amazing characters and their knowledge and experience was incredible. They were also very helpful and friendly.The environment was extremely motivating because we were surrounded by like-minded and ambitious people. It was very cozy, time really flew by. You don’t even know what day it is, you just sleep, eat and code. The campus was great, it was really accessible and in the heart of Istanbul. It’s great design helped a lot and taking in the view of the Bosphorus was the perfect way to unwind if you were stuck on a challenge.Thanks to Le Wagon, I was able to discover a passion for back-end coding. Now that I’ve graduated I will be applying to back-end Junior Software Developer positions knowing that I have the necessary skills and enthusiasm to get the job doneAfter the 9-week bootcamp, Le Wagon Istanbul offered a “Career Week” for free, which is a great opportunity to meet with lots of alumni from previous batches who have gotten jobs in the tech industry.The strength of Le Wagon’s community and network is amazing, and we loved hearing alumnis stories and journeys, and they provided in-depth insights into what it’s like to be a software developer.Read Less",Web Development Course - Full-Time,Web Development +269444,10868,le-wagon,Vishal Patel,False,2020,Incredible experience with Le Wagon London!,2020-10-16,5.0,5.0,5.0,5.0,"My background is in marketing and strategy consulting, I was interested in learning to code for the entrepreneurial side, Le Wagon provided a huge amount of content beyond the code from product pain point, user stories to building an MVP in a project... Read More team. From their friendly and supportive teaching staff, my batch buddies, diverse backgrounds, through to the course content made for an amazing experience!A few weeks before I started in April - lockdown began, I had some reservations given the circumstances. I was impressed and reassured with how flexible and accommodating Le Wagon were (gave everyone the option to continue/stop or change onto the part-time as I did and communicated regularly), and they also made the remote sessions seamless with the engagement of in-person classes!Easy to see why they are rated #1, you get a huge amount for the fee, not to mention the incredible community and access to learning after the course! I definitely recommend Le Wagon if you are interested in tech or coding, if you're on the fence you also won't be disappointed - it's an important skill to have right now, and you can also try some of their free sessions beforehand if in any doubt.Read Less",Web Development Course - Part-Time,Web Development +269443,10868,le-wagon,Cristiane Silva,False,2020,"Immersive and intensive, perfect combination to learn in practice",2020-10-16,5.0,5.0,5.0,5.0,"For me the experience was very good, leaving the comfort zone, I was able to learn things that I thought would be impossible, with the intensive, immersive method and learning how to search information, it was a perfect combination to make learning interesting... Read More and effective.Read Less",Web Development Course - Full-Time,Web Development +269423,10868,le-wagon,Vinicius,False,2020,Learning how to learn and apply Computer Science,2020-10-15,3.7,4.0,4.0,3.0,"Pros:- Learn by doing: You'll be productive very quickly in their chosen stack- Learning how to learn: I found that after LeWagon I'm picking new CS concepts and tools much more quickly- Huge alumni network: if you are sufficiently socially savvy you'll... Read More find support for you career shift, your new freelancing gig or your new startup. Anywhere in the world.Cons:- Their chosen stack (Ruby + Rails) is not as hot as it was a few years ago, you'll need to pick up more skills by yourself as you'll go along- The program is very much practical and result oriented, so they don't waste any time teaching you the fundamentals of algorithms, data structures and complexity. You'll also need to pick these up by yourself later.Read Less",Web Development Course - Full-Time,Web Development +269403,10868,le-wagon,Renata Grassi,False,2020,My awesome experience with Le Wagon,2020-10-14,5.0,5.0,5.0,5.0,"I really loved my whole experience at Le Wagon. It was not easy at all, but it was exactly what I was looking for. Awesome teachers and a very attentive staff made the experience very special. At first I was looking for some bootcamp to empower my career... Read More as data analyst, but now I am willing to go deep into web development world, and that is because I had the support I needed from them. No regrets!Read Less",Web Development Course - Full-Time,Web Development +269389,10868,le-wagon,Enrica Fedeli-Jaques,False,2020,Great part-time bootcamp!,2020-10-14,5.0,5.0,5.0,5.0,"An amazing experience I would recommend to anyone!The level of support you receive from teachers and TAs, the amazingly involved and supportive community, the highly professional and approachable ed staff make the bootcamp a fun and rewarding course.... Read MoreThe buddy system and group projects help you bond with other students, learn how to collaborate and appreciate other people's coding viewpoints.I was certainly expecting to learn a lot but it went way beyond my expectations both with respect of the curriculum and the human aspect.Read Less",Web Development Course - Part-Time,Web Development +269361,10868,le-wagon,Ayan Ali,False,2020,Excellent Bootcamp Experience,2020-10-14,4.3,5.0,5.0,3.0,"“Prior to joining Le Wagon’s bootcamp I was working full time and had just turned down pursuing a PhD. I had zero knowledge or background in coding, but I love learning, creating and am deeply motivated. Le Wagon fulfilled me in all these ways and opened... Read More a whole new world of growth and endless development. Everything from course syllabus, learning pace, approachability of all staff - both teaching and non-teaching and bootcamp environment was beyond my expectation and perfectly supportive to my learning and development! Would highly recommend Le Wagon for anyone considering a life changing move in career or otherwise!”Read Less",Web Development Course - Part-Time,Web Development +269359,10868,le-wagon,Kostas Koutoupis,False,2020,A review of my experience of the Le Wagon part-time coding bootcamp - in 4 parts,2020-10-14,5.0,5.0,5.0,5.0,"Part One: Life before Le WagonBefore joining Le Wagon I always found myself tinkering around with different programming languages in different jobs over the years. I would challenge myself to build new tools that would make my life a bit easier (especially... Read More when dealing with mundane, repetitive tasks) and my team's workflow more efficient. It didn't take me long to realise that this 'tinkering' was becoming my favourite part of the day so I thought ""why not make it my full-time occupation?"".Part Two: Choosing the bootcamp that's right for meIn a market saturated with coding bootcamps, finding ""the one"" was no easy task. I spent quite a few evenings researching online and reading endless reviews. The pattern I saw emerging from people's reviews was the excitement with which they talked about the Le Wagon community. So it wasn't just the carefully crafted curriculum, the pride they took in their final projects or the above-and-beyond support they received from the staff; it was that all this was happening in a community of people that were excited about technology and loved their craft. This was where I wanted to be. So I putt my application forward.Part Three: Life during the bootcampCombining a coding bootcamp with a full-time job was not easy. But our teachers were always there to help, encourage us and lift our mood when coding challenges were proving hard. Additionally, the team spirit of my batch (batch 390 - London) meant that we would all help each other along the way. The curriculum was structured in a way that every step of the way was the logical consequence of the ones that came before it. Everything eventually tied together and made sense.Part Four: Life after the bootcampLooking back at it, it was one of the best decisions in my life. Le Wagon taught me how to think like a programmer, how to look for answers and how to progressively refine a product. I feel confident that I have all the skills necessary to become a full-stack developer. Needless to say I am really proud of the final project I built with the help of two other amazing students that I can now call friends. But above all else I know that I am now part of a community that's always there to lend a help whenever I need it.Read Less",Web Development Course - Part-Time,Web Development +269355,10868,le-wagon,Carolina Capilla,False,2020,The curriculum is very complete and is aimed to get you fully prepared to get a Junior Full Stack position after graduating,2020-10-14,5.0,5.0,5.0,5.0,"6 months ago I’ve decided to pursue a career in Web Development, with no prior experience in programming. A friend of mine just graduated from Le Wagon and he was really happy with the experience so I decided to have a look. Having a full time job and... Read More Le Wagon offering a part-time version of their bootcamp was the perfect fit for my needs. I didn’t know at the time but I made the right decision.The bootcamp was very intense but I’d love every moment of it. The curriculum is very complete and is aimed to get you fully prepared to get a Junior Full Stack position after graduating (you definitely need to work hard tho!) Teachers and TA’s are very knowledgeable and friendly, they all have been through the bootcamp themselves so they know how to support and guide students at all times.Overall I couldn’t be happier about my time at Le Wagon. I now have the tools and resources to land a job in tech and keep learning by myself.Thanks to all the Le Wagon team and its community, you changed my life. Keep rocking!Read Less",Web Development Course - Part-Time,Web Development +269347,10868,le-wagon,Bruno,False,2020,Best decision i've ever made! Le Wagon Rio,2020-10-13,5.0,5.0,5.0,5.0,"It was an amazing experience, with an incredible staff, Kitt platform is a game changing feature, the slack community is alive and always helpful, joining the bootcamp was the best decision i've ever made. I've recently graduated (1 month) and am already... Read More working...Read Less",Web Development Course - Full-Time,Web Development +269346,10868,le-wagon,Patrick Al Khouri,False,2020,Amazing Course (Rio de Janeiro),2020-10-13,5.0,5.0,5.0,5.0,"One of the best decisions i've made was taking the Le Wagon Bootcamp! I used to work with sales but decided to become a developer at 29 years of age, a very scary decision but the moment that I had my first class I knew i made the right decision. I joined... Read More the bootcamp because in two months I would be able to work with programming with programming as well as having a huge supporting network. After 9 intense weeks we learned Ruby on Rails, Javascripts, CSS, HTML and SQL and made an awesome project. Now, with the knowledge and experience i've aquired im opening a startup that will hopefully become a sucessfull company!Read Less",Web Development Course - Full-Time,Web Development +269236,10868,le-wagon,Michael Knott,False,2020,"The teaching style works really well and the support of TAs who themselves did the boot camp, meant that they were in my shoes exactly at one point in the past, so learning from them was easy.",2020-10-09,4.7,5.0,5.0,4.0,"Before Le Wagon I have been working in the travel industry for around 6 years. My passion however was anything creative, and within IT, so programming was an obvious choice. I spent several years trying to self teach myself things like HTML, CSS and JS,... Read More but without guidance and actual products to work on, I knew it would be difficult to get work.I'd already looked into other boot camps such as General Assembly or Flat Iron and others, not feeling that they suited me best. I was working full time and wanted to become a full stack web developer, so in the end the best choice that fit for me was Le Wagon, and after reading reviews I knew I made the right choice. This was further confirmed after graduating, as Le Wagon really knows what they're doing, and provide you with the right tools to get a start in the industry. The teaching style works really well and the support of TAs who themselves did the boot camp, meant that they were in my shoes exactly at one point in the past, so learning from them was easy.I can't thank the Le Wagon team enough for the journey, and the eventual destination in a dream job.Read Less",Web Development Course - Part-Time,Web Development +269178,10868,le-wagon,Dobrin Nedyalkov,False,2020,Simply the best coding bootcamp - Le Wagon,2020-10-07,5.0,5.0,5.0,5.0,"From delivering parcels to delivering two finished web projects in just 9 weeks plus gaining ton of new skills and meeting amazing people. This is my story with Le Wagon – London, the course that is changing my life. First of all I have to say that Le... Read More Wagon has the most amazing teachers I have had in my life that actually made me want to go and study even more when I finished the course. I compare them with the ones I’ve had in school, university and college, which were nowhere near as good as the ones in Le Wagon. All of the staff are super kind and fun to talk to and they give you this great confidence, that one need to succeed in what he is doing. In just 9 weeks of intensive studying we’ve learned a wide range of coding languages and skills, I’ve probably learned more than I have in my 30 years on this planet. My team’s final project www.allsmart.uk was done under just 10 days only with the knowledge we gained with the course thanks to this amazing team of people to which I will be forever grateful. Thank you Le Wagon for giving me a better purpose in life and the knowledge to achieve it!Read Less",Web Development Course - Full-Time,Web Development +269144,10868,le-wagon,Shaun Lennon,False,2020,The future is programming.,2020-10-06,5.0,5.0,5.0,5.0,"I finished batch #423 in London at the beginning of September and feel like a different person in a very positive way. Le Wagon took me from a very basic understanding of programming to being able to develop full stack web applications in only 9 weeks.... Read More What I liked about the program was the progression and learning everything in stages, and building on what we had learned on previously. This made the learning process smoother as all the building blocks are put together over the duration of the bootcamp and you grow far more confident and your coding abilities improve vastly. What also attracted me to Le Wagon was that they have 39 campuses all over the world and that the international community of alumni (which is very engaging may I add) are all accessible through Slack.I feel this will benefit me greatly in the future as someone who wants to work overseas. If you are considering Le Wagon, go for it. The experience has changed my life and opened the doors to what I can truly achieve through programming.Read Less",Web Development Course - Full-Time,Web Development +269140,10868,le-wagon,Michael Petrov,False,2020,423 Web Development,2020-10-06,5.0,5.0,5.0,5.0,"An amazing course for me! I was a complete beginner and within 9 weeks I managed to become a junior web developer with the help of all the wonderful teachers and assistants. I couldn't recommend it more willingly. You'll be out of your comfort zone, constantly... Read More challenged but trust that the process works. They really have structured it brilliantly. Thank you!Read Less",Web Development Course - Full-Time,Web Development +269132,10868,le-wagon,Bernardo Velasco Corral,False,2020,One of the best learning experiences I have undergone.,2020-10-06,5.0,5.0,5.0,5.0,"Check my post for a very thorough review, and for an honest list of things to consider when choosing a Web Development Bootcamp.https://medium.com/@berveco/sooo-how-was-the-coding-bootcamp-3fd6a7c6757c?source=friends_link&sk=ffa37789c331ce9df6b8d89d47ab5a8a... Read MoreRead Less",Web Development Course - Part-Time,Web Development +269125,10868,le-wagon,Jay Richardson,False,2020,Graduate from Batch 423,2020-10-05,5.0,5.0,5.0,5.0,"One thing that I continually reminded myself of throughout the course, was “trust the process”. I perpetually felt out of my depth in the early stages, due to how intense it was and how much information I was trying to fit in my brain in such a short... Read More space of time. As time went on though, things got easier and started to make more sense. This was helped massively by the fact the Teaching Assistants were there every step of the way to guide and support us. At the beginning of the 9 weeks, I never anticipated being in the position I would be at the end of it and completing a final project that I was proud of with people that I genuinely enjoyed working with. To all the staff at Le Wagon and my fellow students, thank you. It was an absolute pleasure.Read Less",Web Development Course - Full-Time,Web Development +269120,10868,le-wagon,Pablo Malczewski,False,2020,La mejor decisión!,2020-10-05,5.0,5.0,5.0,5.0,"Fuí alumno de Lewagon Buenos Aires , donde tuve mi primer contacto con la programación, es increíble todo lo que se aprende en tan poco tiempo , el apoyo de los profesores y de todo el equipo hace sea posible lograr los objetivos, al poco tiempo de terminar... Read More el bootcamp ya conseguí mi primer trabajo como fulls tack dev. Muy feliz por la decisión de haber elegido Lewagon.Read Less",Web Development Course - Full-Time,Web Development +269110,10868,le-wagon,Anonymous,True,2020,Great experience,2020-10-05,5.0,5.0,5.0,5.0,"I joined Lewagon remotely as a recent business administration graduate with only very basic knowledge of python and SQL. The program was very thoroughly designed. Due to Lewagon’s internal application named Kitt, it was easy to follow and you did not... Read More have the feeling of missing out on anything, although sitting on your desk at home. At all times, the course has been reasonably challenging, whilst a steep learning curve was guaranteed by supportive teaching assistants and the vast amount of course material. The final project in the last two weeks has been a great opportunity to apply all the learnings in a real-life scenario. It helped a lot to internalise and get a sense of the tasks of an actual data scientist. All in all I can clearly recommend the camp to anyone who is interested in data science or coding in general.Read Less",Data Science - Full-Time,Data Science and Analytics +269008,10868,le-wagon,Denisa,False,2020,Best bootcamp to learn coding,2020-10-01,5.0,5.0,5.0,5.0,"I was always passionate about technology and after graduating a law masters degree in IT law, I decided to join Le Wagon Bootcamp in London. I was not disappointed from the super helpful TAs to how the course was structured, I’m fully happy with my decision.... Read More During 9 intense weeks I managed to grasp the basic knowledge and skills to be able to work on projects by myself, after completing a fully-working website, Fitmapp, with a team of 2 other people.Read Less",Web Development Course - Full-Time,Web Development +268965,10868,le-wagon,Iben Flores Polanco,False,2020,Life changing experience,2020-09-29,5.0,5.0,5.0,5.0,Joining Le Wagon was definetely the best choice i could have ever taken in my life. I was already studying for a software degree when i decided to join Le Wagon and i got interested because i wanted to see the other face of programming since i was more... Read More focused on back end development and i would've liked to experience the whole web programming world. The way the teaching made me feel was as if even if i wouldn't have come from a programming oriented life i still could have learned all the stuff surrounding it thanks to the great teachers and the way they explained the concepts. And i think that the best part about the whole bootcamp is the fact that you leave already with a functional app from which you can start any project you decide to embark on.Read Less,Web Development Course - Full-Time,Web Development +268952,10868,le-wagon,Wince S.,False,2020,Absolutely amazing experience!,2020-09-29,4.3,5.0,4.0,4.0,"Prior to the Le Wagon bootcamp, I was working in aviation for my entire career. I wanted to make a career change into tech and doing a bootcamp was a natural and easy choice for me to help me tap my toes into the industry. I found Le Wagon after a serious... Read More of research and have spoken to a friend who completed her bootcamp with Le Wagon Barcelona and was super happy about her experience. I like that Le Wagon compared to other bootcamps available, are more focused on building the foundations of create an end product. This really helps for people like myself who have zero tech knowledge and background and be able to see what I would be able to build during and after the bootcamp. Additionally, all of the staff at Le Wagon Montreal are extremely approachable, helpful and really care for the students to ensure that its a right fit for you. I would highly recommend Le Wagon if anyone is every considering doing a bootcamp.Read Less",Web Development Course - Full-Time,Web Development +268936,10868,le-wagon,Samir Bennafla,False,2020,A deepdive into the digital world,2020-09-29,5.0,5.0,5.0,0.0,"Hi,I have been asked to review my experience at Le Wagon Tokyo and it is with pleasure that I do so.I would like to share here why I decided to join this Bootcamp, what I gained from it and how I would like to use these new skills.A little self-introduction,... Read More I am french, 34 y.o living in Tokyo for 10 years leading one of the largest French company to grow in Asia.I had a comfortable situation, good salary, respect and consideration from my peers. However, I felt that my experience reached a limit, I got asked to get back to France to become a director and settle down there.I refused and wanted another challenge.I navigated in the world of tech, digital, and innovation for a long time, but haven't really taken time or effort to dedicate myself to learning what it means to be in the tech side of the force.I thought I knew. If you read this and you are not a developer, you think you know too... but trust me... you don't.Why?Joining Le Wagon, my aim wasn't to become a full-time developer but to be part of the crew and understand better the digital world. Speaking the same language and mostly being able to prototype my tech ideas.In short, LW is a well-structured program, complete and product-oriented which I enjoyed - particularly at the end of the program, where it becomes more real, visual, usable. But I won't lie, it wasn't easy, I struggled, a lot and for ""once"" I wasn't the best / smartest in the room. I took my pride, put it on the side, got more humble, hanged on, and most of all trusted the process.The programYou have to prep BEFORE the Bootcamp. It's really important to decide at least 1 month prior.Don't worry, teachers are great and will take it step by step. But I would advise to start get familiar with some notions earlier to be aware of the vocabulary and concepts.You know - returning an array- calling a method?....Le Wagon starts from the basics - reviewing all aspects of Ruby and how things works. How it works and why.you'll team up with someone different every day to do the exercises to support you and learn teamwork. You'll learn back end - front end - and finally how frameworks works.RUBY - JS - SQL - HTML - CSS - REACT you'll learn a lot of different languages. No worries, you'll have to handle them because you'll have some projects/products to work on and to pitch to the world :)Teacher are Amazing, Dedicated and will give all they got to help you 1 - Will question you to make you understand by yourself how to realize what you have in mind 2- Help you out if too complicated 3 - Make you feel like an idiot when you actually are one and got the answer all by yourself from the beginning... -You just needed someone to make you realize that you were actually an idiot :) and that's ok!:) $It is a money and time investment!So it means that you need to dedicate yourself to it for the whole Bootcamp. Don't take it lightly.If you wanna change your career or create something new, you got a whole organization and network which can make your ideas up and running for real. Use this time to try/craft your ideas.OverallYou will become a product-oriented Fullstack dev with a network of 8000+ alumni.I learned a lot thanks to Le Wagon. And I know that I am capable of releasing a Webapp as of today. I feel that I'll be able to use these skills either in the corp world and in my future start up projects. It's a door a whole new world, one that you'll be able to eat bit by byte.Read Less",Web Development Course - Full-Time,Web Development +268785,10868,le-wagon,Pierre Deveix,False,2020,Une expérience incroyable,2020-09-25,5.0,5.0,5.0,5.0,"Lorsque j'ai décidé de changer radicalement de carrière professionnelle pour devenir développeur, plusieurs options de formation s'offraient à moi. J'ai opté pour celle du Wagon qui me semblait vraiment correspondre à mes attentes: aujourd'hui je suis... Read More convaincu d'avoir fait le bon choix! - Il y a d'abord la question de la rapidité: je suis le premier surpris du niveau de connaissances acquis en seulement 9 semaines. Certes le rythme des cours était très intense, parfois difficile à tenir ; il faut s'y préparer mentalement! Mais la pertinence pédagogique et l'encadrement des professeurs nous ont permis d'acquérir des compétences complexes qui me semblent aujourd'hui naturelles et aller de soi. - Le contenu des cours ensuite: en tant qu'ancien enseignant, la pertinence pédagogique est pour moi un élément très important. Or, force est de constater que l'organisation des cours au Wagon est mûrement réfléchie. Chaque nouvelle connaissance théorique abordée en cours est manipulée par les étudiants dans un nombre incalculable d'exercices concrets ; si bien que ces connaissances finissent par devenir des automatismes qui viennent fortifier notre pratique de futur développeur. Ces exercices sont eux-mêmes ré-exploités dans des projets finaux poussés en production et qui constituent nos premières réalisations de développeurs.- La qualité de l'équipe enfin: tous les enseignant qui interviennent pendant ces 9 semaines de formation sont eux-mêmes d'anciens élèves du wagon. Ils connaissent pleinement les difficultés auxquelles nous nous confrontons puisqu'ils les ont vécues eux-mêmes! Leurs remarques sont toujours très pertinentes et rassurantes. Plutôt que de nous donner les réponses aux problèmes que nous rencontrons, ils nous aident à trouver la solution par nous-mêmes en nous guidant sur la bonne voie. Et cela dans la bonne humeur et la bienveillance.Au final, je recommande chaleureusement la formation du Wagon pour toutes celles et ceux qui, comme moi il y a quelques mois, rêvent de devenir développeurs et hésitent à franchir le cap, en se disant que c'est trop tard, trop dur ou tout simplement impossible. Il suffit juste de prendre le train en marche!Read Less",Web Development Course - Full-Time,Web Development +268773,10868,le-wagon,Francisco Aguilar,False,2020,Life-Changing experience - Batch #443,2020-09-24,5.0,5.0,5.0,5.0,"Graduated from batch # 443 While looking for recommendations by myself on how to learn how to code, and stuck in ''tutorial hell'', my friend, who is also a gradute at Le Wagon recommended this bootcamp to me. I was kind of skeptical about the remote... Read More part, but, just in matter of days, that dissapeared. If you have time because of the lockdown and want to learn to code, I recommend Le Wagon 100%, the attention they give you it's just as much as if you were in person at the campus. And what I loved is at the last 3 weeks, it shows how working in groups simulates what your day to day would look like if you decide to join a company to work as a developer. In 9 intensive weeks, I learned more than what I've learned at my university in two yearsRead Less",,Unknown +268744,10868,le-wagon,Chris Westerman,False,2020,Great Course,2020-09-24,5.0,5.0,5.0,5.0,"I attended Le Wagon London’s Data Science and Machine Learning course (batch 424) in August of 2020 to build on my CS knowledge and gain a stronger understanding of how to use programming languages and tools to more efficiently work with complex data... Read More sets when making business decisions. The nine week course had a natural learning progression starting with data collection and storage, to investigating and cleaning, then working with python machine learning libraries for predictive analytics, and finally onto pipeline deployment in a live environment. I would strongly recommend this course to anyone with a passion for using data to problem solve looking to get a leg up in their careers.Read Less",,Unknown +268733,10868,le-wagon,George Brockman,False,2020,Intense but brilliant,2020-09-23,5.0,5.0,5.0,5.0,"Before the Bootcamp, I had spent the last ten months seeking employment in the financial services industry with fairly little success and then just as I began to make progress in securing a grad scheme, a global pandemic took hold and life was put on... Read More hold. However, as the saying goes: ""every cloud has a silver lining"", in my case this disruption to my post-uni-career-launch allowed for a reassessment of my goals and ambitions. I had, for a long time been fascinated with the application of coding and the growing importance of data but always considered them supplementary skills to a professional financial qualification. After months of research and talking with people, it's now very clear that the reality is quite the opposite! I had heard about Le Wagon through a family friend and looked into joining as early as February but the only course on offer was the Web Development one and although the application of web development is cool and a useful skill I wasn't sure it was quite for me given that my interests lean more heavily on data analytics and then Le Wagon London launched its Data Science Bootcamp - the timing was perfect. The Bootcamp itself was incredibly intensive from before the get-go with forty hours of prep-work but it set the tone nicely for the nine-weeks of hard-work!I'll admit it, I was nervous to see if the Bootcamp could be as successful as previous batches given the current social climate with social distance enforcement but the teaching staff absolutely smashed it and the learning experience was fantastic and fluent. Despite being thrown in the deep-end from Day 1, the TA's did a great job and showed great patience, going slowly where required, through every ticket raised during the daily live challenges and adequately answering or referring questions.My favourite part of the Bootcamp has to be the final project - for mine, my team used machine learning algorithms to accurately predict the results of premier league football matches, solely relying on the data we collected rather than any existing domain knowledge. The project was largely a success and combined almost everything we had covered in the 7 weeks before as well as more, which is likely an excellent reflection of what's to come in my forthcoming career as a data scientist.Read Less",Data Science - Full-Time,Data Science and Analytics +268730,10868,le-wagon,Juan-Miguel Hernandez,False,2020,Le Wagon Montreal - 110%,2020-09-23,5.0,5.0,5.0,5.0,"There sure are a ton of choices out there nowadays when it comes to online learning or bootcamps for all sorts of subjects. It can be hard to filter out legit from the less legit courses. But one coding course I can certainly vouch for is Le Wagon! I... Read More joined the pool of international alumni of Le Wagon in September 2020 after completing the intensive 9-week program in Montreal. What makes this course absolutely unique in my opinion is the obvious amount of preparation that was put into this course. I came into this adventure with a background in music, so I had no previous experience coding whatsoever. So, without a doubt, there are times during this course when you ask yourself how the heck you will be able to process the amount of material that is given to you on a daily base… that's when it is especially important to remember the most important motto at Le Wagon: ""Trust the process!"". And you MUST trust it because it really works! As I progressed through the course there often were these moments when previous material came back into the picture and finally made sense. But the magic happens in the last three weeks of the course when we worked on our 2 final projects. We had to build two apps from the ground up, which does seem daunting at first. Very daunting!!! But quickly enough I realized why Le Wagon is structured the way it is. And yes, the course is so beautifully structured, but what makes it just perfect is the amazing teachers we have during the course, as well as TAs who have been through the process recently, and the buddy system which means you always have access to someone to talk code with, help you understand or solidify the concepts. Le Wagon welcomes people of all walks of life, with the most diverse backgrounds. I met so many amazing people during this course with whom I know I will have long-lasting friendships. So this course is for ANYONE who is motivated to learn and have a strong start to the wonderful world of code! I certainly could have learned to code on any of the many online courses, but I am certain that by now I still would be a long while away from building an app from scratch, I would not have the tools or confidence to start working in the industry so quickly and I would not be part of the biggest and most amazing coding community on planet earth!Read Less",Web Development Course - Full-Time,Web Development +268685,10868,le-wagon,Suzan van Borkum,False,2020,Le Wagon was the best decision to change my career in these challenging times,2020-09-22,5.0,5.0,5.0,5.0,"I enrolled in the Le Wagon web development bootcamp from July until September 2020. I couldn't have been happier with what I learned, with the support I got, and how they prepared me for the future. The curriculum is focused on product which makes it... Read More very diverse and prepares well to tackle all aspects of full stack development. I found the teachers incredibly knowledgable and involved in making the student's journey as best as possible. It was at times challenging but also extremely rewarding. Once finished you actually have a couple of products to add to your portfolio. I would highly recommend Le Wagon to everyone who wants to learn coding and build products.Read Less",Web Development Course - Full-Time,Web Development +268678,10868,le-wagon,Sophie Rouchon,False,2020,You can trust them with closed eyes !,2020-09-22,5.0,5.0,5.0,5.0,A very rich experience and really intense : it's incredible how many things you can learn and assimilate in just 2 months. We know that we still have to work a lot to become a good developer but that's a great base on which we can rely on today. The staff... Read More is friendly and trying hard every time to make students become more confident on themselves. I'm very happy about Le Wagon bootcamp and do not regret a single second of having chosen this training.Read Less,Web Development Course - Full-Time,Web Development +268675,10868,le-wagon,Simon,False,2020,Outstanding experience,2020-09-22,5.0,5.0,5.0,5.0,"Joining Le Wagon bootcamp was a life-changing experience for me. As a person with a background in finance from University and a full-time trader in the stock market, learning to code gave me many more tools to advance in my career. At Le Wagon I learned... Read More the skill set to build web applications for my personal projects. Also, I now have many more opportunities to join financial tech firms. The amount of resources that Le Wagon gave me to find new opportunities in the tech world is outstanding and I am very glad to be part of this amazing organizationRead Less",Web Development Course - Full-Time,Web Development +268668,10868,le-wagon,Anonymous,True,2020,Changed my life,2020-09-22,5.0,5.0,5.0,5.0,"Extremely intense bootcamp, hand on, constantly challenging the brightest of students. During the bootcamp i learned how to build web applications from scratch... with everything involving back and as well as front end. ... Le Wagon thas taught me to... Read More create a product, but also taught me how to think and solve problems like a developer.Read Less",,Unknown +268643,10868,le-wagon,Aron Sarosi,False,2020,Data Science Coding Bootcamp 2020,2020-09-21,5.0,5.0,5.0,5.0,"Embarking on the 9-week long Data Science journey with Le Wagon was the best career decision I have made. It equipped me with all the technical skills and theoretical knowledge necessary to set my foot in the industry as a data scientist, while establishing... Read More an inspiring community of people with various backgrounds. My favourite aspect of the bootcamp was the availability and helpfulness of teachers and our own data science project at the end of the programme where my team created a skin cancer detection machine learning algorithm, something I knew little about before joining Le Wagon.Read Less",Data Science - Full-Time,Data Science and Analytics +268641,10868,le-wagon,Lyubomir Dias,False,2020,"Great people, great course!",2020-09-21,5.0,5.0,5.0,5.0,"I was a student in batch #423 of Le Wagon (London, 2020) and loved the experience. I came from a self employed and sports background (and heavy gamer as a hobby) and was looking for web development training to be able to transition into technical role.... Read MoreLe Wagon provides in 9 weeks a very complete training on the basics of front & back-end web development, enabling you to very easily continue learning code quickly by yourself. As a bonus, it gives you a good flavor of what is product development, pitching a project and entrepreneurship.
It has a great and extremely available teaching staff, great courses and resources that remain fully available after the end of the training. Rhythm is intense but very balanced between courses, exercises and conferences with entrepreneurs. Atmosphere is extremely friendly and motivating.
Looking at former students’ careers evolution after le Wagon, this training really answers to a wide range of objectives: become a developer, entrepreneur or just gain technical background.
In summary, great staff and it was an amazing journey!Read Less",Web Development Course - Full-Time,Web Development +268640,10868,le-wagon,Elena Dinca,False,2020,Best experience ever !!,2020-09-21,5.0,5.0,5.0,5.0,"After applying to the Le Wagon Web Development course in London , Rebecca was the first person I was spoke to. She is an amazing and very friendly person. Also she will make sure that the course is the right choice for you and you’ll have a great learning... Read More experience during the course . I had no coding experience before I started the Web Development course and I was afraid that I would never be able to learn how to code in just 9 weeks but as soon as I started the course I knew I had made the right choice joining Le Wagon Bootcamp . The way of teaching and the curriculum is great. Every day you have the chance to be paired with a different person and the experience is amazing, always learning from each other and of course from the best teachers .I feel that I did the best decision joining the Le Wagon bootcamp and I will highly recommend it to anyone who is interested in IT.Read Less",Web Development Course - Full-Time,Web Development +268635,10868,le-wagon,Olivia Pomeranc,False,2020,An experience I don't regret!,2020-09-21,4.7,5.0,5.0,4.0,"Le Wagon’s 9 week web development bootcamp was a door-opening experience and one that lived up to more than my expectations. It certainly was intense and tiring, but I enjoyed every moment and am astounded by the amount that I have learnt in such a short... Read More period of time. On top of coding every day, you meet so many like-minded students and teachers that make the experience ever more rewarding. At the end, you become part of a large community of Le Wagon alumni, with continuous support and opportunities, such that the experience never ends! I definitely would recommend Le Wagon to anyone thinking about moving into the world of tech.Read Less",Web Development Course - Full-Time,Web Development +268632,10868,le-wagon,Declan Ordish,False,2020,An unforgettable experience,2020-09-21,5.0,5.0,5.0,5.0,"Before the boot camp I had just come back from travelling. I wanted to start a career in the software development industry, I was recommended this course from an alumni who was a family friend. I thought I would give the course a go and I’m very glad... Read More I did. Instantly we were working with other people on the course, coding alongside each other. When you first start learning any coding language it’s a pretty daunting task. But with the TA’s constantly on call ready to jump in and explain anything I didn’t understand, you pick it up rapidly. The best part about the course, aside from learning how to create a fully functional web application in under 9 weeks, was the community Le Wagon is. I enjoyed every moment of the boot camp and will miss all the TA’s and students in batch 423. I’m looking forward to using all of the hard and soft skills they’ve given me, as well as being a part of the Le Wagon community.Read Less",Web Development Course - Full-Time,Web Development +268625,10868,le-wagon,Fakhri Aslan,False,2020,Best bootcamp ever,2020-09-21,5.0,5.0,5.0,5.0,"I discovered Le Wagon after googling coding boot camps because I was trying to learn to code and eventually find a job in tech. As someone who comes from a social sciences background, self-studying seemed like a good idea in my mind, but in practice,... Read More it was extremely challenging. I am now very happy that I chose Le Wagon because the fantastic support and guidance I received during my 9 weeks there gave me the confidence and technical knowledge to launch my own projects and to keep leaning new coding concepts on my own afterward. I would have never believed if someone told me that I could build a fully functional web service in just 2 weeks, but Le Wagon proved me wrong. One of the things that stood out to me the most was the sheer amount of coding we did every day. It was intense in a good way. I can now confidently say that I am used to that intensity, and the discipline Le Wagon instilled into me will be a massive advantage in my future work.Read Less",Web Development Course - Full-Time,Web Development +268615,10868,le-wagon,Samah Giambiasi,False,2020,Une expérience unique et réussie,2020-09-20,5.0,5.0,5.0,5.0,"J'ai intégré la formation Développeur Web Fullstack au Wagon Bordeaux en Juillet 2020. L'objectif était de réussir ma reconversion professionnelle de la Comptabilité au Développement web. Bilan après 9 semaines intensives : Une aventure incroyable et... Read More unique. Techniquement, la méthodologie d'apprentissage est très bien rodée : Une multitude de ressources sont à disposition, une équipe pédagogique qualifiée et attentive. Humainement, j'ai passé 9 semaines riches en belles rencontres. J'ai apprécié l'état d'esprit du wagon. Beaucoup d'entraide et une bonne ambiance. La formation se termine par 3 semaines de projets en groupe. C'est la mise en pratique de tous les acquis des semaines précédentes. Le rythme des 9 semaines est intense, il faut donc être bien préparé en amont et ne rien lâcher. C'est une véritable expérience de vie! Merci Le Wagon Bordeaux :)Read Less",Web Development Course - Full-Time,Web Development +268612,10868,le-wagon,Anonymous,True,2020,Le Wagon Data Science Course review.,2020-09-20,5.0,5.0,5.0,5.0,"I highly recommend the full-time Data Science course from Le Wagon, which I finished in September this year, via remote learning. Also I'm an alumni of the web development bootcamp in 2018 in London. During the Data Science course I received the same... Read More great quality learning experience as in 2018. During the two-months of the Data Science course ( having no previous knowledge about data science) I received job ready theoretical and practical skills in the field of data science from. Everything about the data science course was great, (as it always is with Le Wagon). The teachers were super competent, always eager to help, and explained very complex topics in such a way that every student understood it very well. Also the career assistance services at Le Wagon are of great help in finding a job in the industry. Read Less",,Unknown +268604,10868,le-wagon,Anonymous,True,2020,Best Career Decision,2020-09-19,4.7,5.0,5.0,4.0,"Before I started at Le Wagon, I was working for a small tech start-up in a Business Development role. I absolutely loved the company however I came to realise I wanted to be more involved in the tech side of things, and therefore decided to enrol in the... Read More bootcamp to make this happen. This was the best career decision I’ve made to date.Of course I was nervous at the thought of learning so many new things in such a short period of time, but the Le Wagon staff are amazingly supportive even before your official ‘first day’. I felt excited more than anything when my first day came round. Le Wagon was undoubtedly the most intense learning experience of my life, but somehow I enjoyed every minute. I absolutely loved challenging myself, and learning new technologies, and my course mates and the staff were so supportive, you really never felt like you were asking a ‘silly question’. I was particularly excited to be entering the world of Tech as a woman, an industry we are notoriously underrepresented in – and found so many inspiring women on my journey, both studying alongside me and as teaching staff. I admire Le Wagon’s goal to get more women involved in tech, and look forward to contributing to this mission myself.I would recommend the Le Wagon bootcamp to anyone who is wanting a change of career, looking to upskill themselves or simply wanting a challenge. I feel like you are not only paying for the teaching and resources, but also buying into an insanely supportive community which you can rely on for life!Read Less",Web Development Course - Full-Time,Web Development +268603,10868,le-wagon,Boran Zaza,False,2020,Had an AMAZING experience!,2020-09-19,5.0,5.0,5.0,5.0,"I highly recommend le Wagon not only if you want to change your career, but if you also want to to advance in your existing career! Technology is becoming increasingly important in all sectors, and this was why I attended le Wagon: to stay relevant and... Read More to move forward. Those 9 weeks are intense and they challenge your intelligence and resilience, but the amount of information you learn is unbelievable! The program is so well built from day 1 and until you present your final project. The teachers are absolutely top-notch, world-class educators, and the environment is very friendly and supportive. I applied for a job that I thought was a very long shot while I was at le Wagon, and I got it! It was a huge step up in my career, and the main reason I was chosen over other candidates was my (fairly new) knowledge in technology. I started the new job a week after I finished at le Wagon. This IS the best bootcamp out there. Don’t think twice!Read Less",Web Development Course - Full-Time,Web Development +268601,10868,le-wagon,Cassiano Tadao Yasumitsu,False,2020,No chance!,2020-09-19,5.0,5.0,5.0,5.0,"Best experience ever!Amazing instructors, great curriculum, and awesome support.After a lot of research I found Le Wagon and I can say that was the best experience I had.Thanks for all support, I'm really happy with all we build together.Best bootcamp... Read More for sure.Read Less",Web Development Course - Part-Time,Web Development +268596,10868,le-wagon,Michel-Alexandre Broekaert,False,2020,Une excellente décision!!,2020-09-18,5.0,5.0,5.0,5.0,"Je serai parfaitement honnête: étudier au Wagon n'a que des avantages! L'expérience est extrêmement exigeante et requiert une implication totale, mais ultimement les bénéfices en valent largement la peine. Le programme est très bien construit, la courbe... Read More d’apprentissage peut être abrupte parfois mais l’équipe du Wagon met à notre disposition tellement de ressources qu’on ne se sent jamais largué. En 9 semaines, on apprend les rudiments de Ruby, Ruby on Rails, Javascript, HTML, CSS, on apprend à travailler en équipe avec Agile, Trello, Git et Github, bref on apprend comment créer une web-app entièrement. Le programme est totalement ancrée dans la réalité d’aujourd’hui et le but fondamental est de nous rendre prêt à intégrer le marché du travail dès la sortie du bootcamp. L’atmosphère est incroyable, portée par la culture de l’entreprise qui valorise le respect, la patience, la bonne humeur, le professionnalisme, l’efficacité et l’ouverture d’esprit. L’équipe du Wagon est formidable, les professeurs sont tous super compétents, patients et dévoués, on sent qu’ils se soucient réellement de nous et on se sent très bien encadré tout au long de l’expérience. La matériel d’apprentissage nous reste disponible ensuite pour la vie (une somme immense de conférences, d’explications très bien structurées, d’exercices formateurs..)! Le Wagon organise aussi des ‘’coffee breaks’’ avec des compagnies locales, pour faciliter l’intégration au marché du travail et nous donne aussi des trucs pour optimiser notre profil sur LinkedIn, notre CV, ainsi que les meilleures manières de se présenter en entrevue, etc. Vraiment, c’est une décision que je ne regretterai jamais! J’ai tellement appris et j’ai maintenant vraiment hâte de voir jusqu’où cela va me mener! Je vous recommande Le Wagon, sans aucune hésitation!!!!Read Less",Web Development Course - Full-Time,Web Development +268588,10868,le-wagon,Carolina,False,2020,Enriching!,2020-09-18,5.0,5.0,5.0,5.0,"After searching for web development bootcamps in Europe, I finally decided to join Le Wagon in Madrid, for the immersive 9 weeks program.As their slogan states “Change your life, learn to code”, I can guarantee that for me it was a life changing experience!... Read MoreBesides from learning to code from HTML, CSS, Javascript and Ruby on Rails, you also learn other frameworks and best practices. The entire program is well designed. You learn design notions, participate in a design sprint with prototype and have workshop and talks with entrepreneurs. The whole experience is super enriching.Another pro is having full access to the platform for life and access to community of alumni, where they are always willing to help you out and share lots of good information.They have a buddy system where you have the opportunity to work with your colleagues in pair and it helps a lot to improve yourself. The final 3 weeks working in groups is really what your day to day would look like if you decide to join a company to work as a developer, product manager and so son.Teachers are highly qualified and always willing to help and share their knowledge.I am glad to have decided to join Le Wagon, and also to have had the opportunity to work as a teacher assistant in other batches.Read Less",Web Development Course - Full-Time,Web Development +268587,10868,le-wagon,Victorien B,False,2020,Ruby on Rails FullStack,2020-09-18,5.0,5.0,5.0,5.0,"Dans le cadre d’une reconversion professionnelle, je viens de terminer la formation de 9 semaines au Wagon Bordeaux Batch#435.Je recherchais un bootcamp avec une formation intensive et immersive. J’ai été servi! Je suis très satisfait de cette formation... Read More qui est allée au-delà de mes espérances.Il faut bien sur s’accrocher !Le staff de Bordeaux est très compétent et pédagogue, tout comme leurs supports mis à disposition.Nous sommes très bien accompagnés tout au long de la formation. L’ambiance générale entre le staff et les élèves était très bonne, rien de plus motivant que d’être boosté et d’apprendre dans de bonnes conditions.A la suite de cette belle expérience, je recommande les yeux fermés la formation au Wagon de Bordeaux à toutes personnes curieuses, motivées et intéressées par les métiers de la tech.Le fait de n’avoir jamais codé avant, ne doit pas être une barrière!Read Less",Web Development Course - Full-Time,Web Development +268570,10868,le-wagon,Kahina Chelli,False,2020,An amazing coding experience,2020-09-17,5.0,5.0,5.0,5.0,"When I joined Le Wagon Montreal, I was already had experience in IT industry but what attracted me most was the content of the curriculum. It is all about trending skills in IT, from problem-solving, Agile mindset, best practices, design, clean coding,... Read More DevOps tools such as Git/GitHub, and TDD to deployment on the cloud, and also constant learning, communication, collaboration, and how to present effectively the final product to the audience.At Le Wagon, all the teachers and TA are absolutely top-notch, and the personal and the students were exceptional. It was like a second family, and hope to keep in touch with this great network of people!At the end of the course, my team and I built a robust and user-friendly web application from scratch. From user requirement analysis, design, implementation to deployment on Heroku, using Ruby on Rails, JavaScript, HTML/CSS, Git/GitHub, Trello, Agile mindset, Figma.The nine weeks were really intensive and challenging but also exciting and a very rewarding experience, because it was not only about shipping the final product and learning all daily aspect of development life, but also all recommendations and support we got from the personal and teachers that makes us stand out of the crowd.I would recommend Le Wagon to anyone who wishes to learn in-demand skills in IT and take their career to the next level. It is definitely a great experience.Read Less",,Unknown +268567,10868,le-wagon,Jolie A,False,2020,Gamechanger!,2020-09-17,4.3,5.0,5.0,3.0,"Coming from a non-technical background, I can confirm that LW's mission statement to ""teach coding to creative minds"" is true. During my bootcamp, I learned core programming concepts, computational thinking, problem solving and learning how to self-learn.... Read More On the product side, I walked away with the ability to map out user personas, create user stories, MVPs, foundational design skills, and once again how to continue building on what I learned during those 10-11 weeks. It is as intensive as they tell you, so whatever preparation you have in mind, do twice as much. Luckily, you have a solid group of peers to support you on your journey and lifetime access to every subject you'll learn if you ever want to revisit it. The teachers, TAs and Le Wagon community and alumni are what make this program worth it. You'll walk away with new skills, friends and a community you can always lean on.Read Less",Web Development Course - Full-Time,Web Development +268560,10868,le-wagon,Anonymous,True,2020,A life changing experience !,2020-09-17,5.0,5.0,5.0,5.0,"Le Wagon was one of the greatest experiences in my life! I wanted to change my career-path after working in cinema for more than 14 years and attending Le wagon was just an evidence. The teachers are great and all the staff and TA was supporting and always... Read More presents to help us and learn us how to code. It was a really intensive bootcamp, specially since we were in full remote, but it was also a very rewarding experience. I am now confident to code and to start my new professionnal goal. All the staff did everything too to keep a good mood and strong bound with our batch buddies even if we were in full remote ! I highly recommend Le wagon to anyone wishing to learn a solid foundation in code and living a great human experience.Read Less",Web Development Course - Full-Time,Web Development +268529,10868,le-wagon,Cloé Furlan,False,2020,Great experience at LeWagon!,2020-09-16,5.0,5.0,5.0,5.0,"Before joining Le Wagon Web dev bootcamp I used to work as a tech recruiter. I worked in different companies over the last 4 years, mainly in VFX and in IT consulting. But I always felt like I was missing technical skills for my daily job. Before deciding... Read More to enroll in the bootcamp I had already done a few classes online, which I believe help me catch on concepts faster the first couple of weeks. But it was definitely not a requirement. The entire bootcamp is so well done that you learn new concepts every day but have all the tools and support to understand and use them. I was impressed with how structured the program was. Each day we had classes, challenges, live code, and flashcards, which gave us a strong foundation, to build on from. The entire team at Le Wagon Montreal was really nice and supportive, and they created a great learning environment. Coming out of the Le Wagon I think I have a good foundation to become a web developer and a great structure to keep learning and improve my skills.Read Less",,Unknown +268505,10868,le-wagon,Kimberli Depetris,False,2020,Melhor escolha São Paulo #446,2020-09-15,5.0,5.0,5.0,5.0,"Posso dizer que escolher fazer parte do Le wagon esse ano foi a melhor escolha que e poderia ter feito. Não é um curso facil, é cansativo, exige muito comprometimento do aluno, mas vale totalmente a pena, a metodologia, o suporte dos professores e staffs... Read More em geral é incrivel, as amizades e contatos que fazemos no decorrer do curso é um bonus maravilhos.Read Less",Web Development Course - Full-Time,Web Development +268503,10868,le-wagon,Anonymous,True,2020,Life changing experience!,2020-09-15,5.0,5.0,5.0,5.0,"I found Le Wagon when I was looking for a coding bootcamp taught in English, in Tokyo . Learning new skills in English while working full-time for 24 weeks was a big challenge for me, but it was one of the best life changing decision I’ve ever made. The... Read More curriculum is well balanced. I had amazing teachers, TAs and batch mates. I enjoyed every moment of my experience at le wagon.Read Less",Web Development Course - Part-Time,Web Development +268500,10868,le-wagon,Antoine Rochon,False,2020,Great coding bootcamp! Thank you for this great experience!,2020-09-15,5.0,5.0,5.0,5.0,"A big thank you to le Wagon for those unforgettable nine weeks! The teaching skills and teachers are simply ""the best""! As an enthusiast of neuroscience and transmission of knowledge, I can only applaud for their talent. But the most important for the... Read More end ! They freed my creativity by ""really"" teaching me coding. Hats off to the whole team!Read Less",Web Development Course - Full-Time,Web Development +268496,10868,le-wagon,Davide Zanetto,False,2020,Great part-time option,2020-09-15,5.0,5.0,5.0,5.0,"I recently completed the part-time full-stack web development program in Le Wagon. When I joined I was already working in the tech industry in Tokyo in a IT project management job but I was feeling the lack of solid web development basis to understand... Read More the details of the projects I was involved in. I wanted to learn in a classroom environment to keep the pace and motivation, while being able to work during the day as usual, and Le Wagon provided the perfect solution for me.I was impressed with the educational curriculum that keeps gradually building on knowledge until the final group project, where we develop a web application from scratch. Now I feel more confident working in a tech environment and ready to keep learning with strong basis, and hope to keep in touch with the great network of teachers and alumni!Read Less",Web Development Course - Part-Time,Web Development +268492,10868,le-wagon,Yoshiki Bell,False,2020,More than just a 9 week course.,2020-09-15,4.7,5.0,4.0,5.0,"Yes, the course was intense, but that's to be expected of most coding bootcamps.Most days I felt overwhelmed by the amount of new information to soak in, and especially at the beginning weeks of the bootcamp, I wasn't too sure programming was cut out... Read More for me. What gave me confidence is the the teachers are all amazing and down to earth people. The guys at Le Wagon are flexible in their teaching methods and doesn't criticize a student for having their individualistic approaches to the coding problems.What makes Le Wagon exceptional is the community aspect of things. The teachers are more than just lecturers you see during the 9 weeks. Even after the bootcamp is over, they want to stay in contact with you and see you grow and succeed as programmers. Le Wagon Tokyo never made me feel like I was in a school, but rather a summer camp where you meet a bunch of new people and do cool sh*t.Read Less",Web Development Course - Full-Time,Web Development +268481,10868,le-wagon,Rob,False,2020,A life-changing experience,2020-09-14,5.0,5.0,5.0,5.0,"When I was looking for a coding school, my friend told me not to bother with any others, just go with Le Wagon - he had gone through their program the year before. Now that I've graduated myself, I can see why! All of the instructors are absolutely top-notch;... Read More they guide you through the curriculum with the deft touch of helping you just enogh so that you can figure it out on your own. Over nine weeks we covered SO much, but while I always felt that I was about to be overwhelmed I never actually was. I'm currently hunting for a coding job now and their support through this process is invaluable too. I've recommended Le Wagon to all my friends, and I'm recommending it to you.Read Less",Web Development Course - Full-Time,Web Development +268479,10868,le-wagon,Guilherme Bertho Luiz,False,2020,One of the best experiences you can have,2020-09-14,5.0,5.0,5.0,5.0,"I found about Le Wagon after some time trying to change career, and it was the most amazing thing doing it, after some time studying some time on my own, and going to the 42 piscine, I found this amazing course that really made a great change in my life,... Read More everything was good, it was 9 weeks of hard work with morning classes and the rest of the day with challenges, but what really shows that this course is something else is the professors and teacher assistants, they do know what they are talking about and they help you the best way they can to ensure that you are doing all by yourself and keep getting better at coding, the last three weeks are reserved for making apps with a group and that's when it shows that you really learned so many things from zero, the results are amazing, if you are in doubt about it you really should do itRead Less",Web Development Course - Full-Time,Web Development +268475,10868,le-wagon,Deborah Beatriz Pereira de Carvalho,False,2020,Le Wagon,2020-09-14,5.0,5.0,5.0,5.0,"Le Wagon was one of the greatest experiences in my life! I wanted to change my career path - formerly graduated in Law School, I was really unhappy with where my life was headed. I've started a Computer Science graduation, but had to stop this year due... Read More to the pandemic. I found out about Le Wagon while trying to figure out what to do during all this crazyness and when it started, it was love at first sight. It's a really intense experience and it's time-consuming. You will get tired and look like a zombie, but in the end, you'll get that amazing feeling of fulfillment and you'll see how much you've accomplished. It's amazing how well structured the bootcamp is and how many different things you will learn in such a short time. I would do it all again if I could.Read Less",Web Development Course - Full-Time,Web Development +268473,10868,le-wagon,Ed Colen,False,2020,One of the best experiences I've ever had,2020-09-14,5.0,5.0,5.0,5.0,"I'm a psychologist and decided to change my carrier into coding. After some research I came into Le Wagon. I was a bit skeptic about the possibility of becoming a full stack developer in nine weeks. Now, after finishing my batch, I know it is real. It... Read More was not easy, nor simple, but it was one of the best experiences I’ve had in my whole life. Those were some intense and rewarding weeks. At first, I felt like my brain was stretching to the limit to accommodate a complete new set of tools. As days passed, I started thinking as a real developer, mainly because Le Wagon’s methodology is immersive. I mean, since day one, you start a routine of research, problem solving and constant learning, daily aspects of a dev life. My favorite thing about Le Wagon is the community built around it, with great people, an awesome staff, lifelong support and worldwide network. If you’re looking for a way to learn to code, I totally recommend Le Wagon!Read Less",Web Development Course - Full-Time,Web Development +268461,10868,le-wagon,julian oviedo lopez,False,2020,"Marvelous, well organized and complete",2020-09-14,5.0,5.0,5.0,5.0,"Pros: Constant feedback and tutoring all along the bootcamp. Great final proyect with our own ideas. Values as team work, cooperation and coordination learnt as well. Great instructors and a life-time access to learning platform. Cons: there are not national... Read More holidays during bootcamp.Read Less",Web Development Course - Full-Time,Web Development +268455,10868,le-wagon,Elian Magni,False,2020,Much more than a coding bootcamp,2020-09-14,5.0,5.0,5.0,5.0,"A year ago I had little to no experience coding (just enough to know I liked it and could get through a bootcamp). I started looking up coding bootcamps because I wanted to make a career change into software development.Today, only 2 weeks after graduating,... Read More I'm employed part time and making my first steps into the industry.Why is Le Wagon different (and better) than the rest of the bootcamps?* The community of teachers and alumni. If I had to pick one thing that makes this course better than the rest, this would be it. The community behing the program makes growing your NETWORKING so much easier. This is not a minor thing, since it would probably take you years to develop a network by yourself as a junior dev with no prior experience. And as you will quickly learn, this is so important in this industry. You will join a Slack workspace with tons of helpful people that are always willing to help you out. You will also get the chance to attend webinars with people in the industry (CTO's and CEO's in top companies) that not only give awesome career advice but are often looking to hire alumni.* Bootcamp drivers will give you advice and help you out landing job interviews, making the process of getting a job easier.* The bootcamp is product oriented. You will not only learn hard skills (the actual coding languages, etc.) but also how to work with a team (like you would in real life), going through all the design stages until you deploy your product. These soft skills are really valuable to someone hiring a junior dev with no experience over another.* The program has a platform that is very well made and makes it easy to use it as a reference to refresh topics later on.* The platform and it's content is updated frequently and features optional topics that you can learn after you graduate (like a ReactJS course) and much more.You will not regret choosing this bootcamp. The network you are exposed to, as I said, is well worth the price of the bootcamp alone.An experience of a lifetime for sure.Read Less",Web Development Course - Part-Time,Web Development +268454,10868,le-wagon,Sebastián,False,2020,Una experiencia única,2020-09-14,5.0,5.0,5.0,5.0,"Todo lo que puedo decir sobre Le Wagon es bueno, tanto el nivel humano como el académico es realmente excelente. Empece sin tener ningún conocimiento en Ruby y en 9 semanas pude realizar un proyecto desde 0 en Rails.Una experiencia altamente recomendable... Read More para realizar.Read Less",Web Development Course - Full-Time,Web Development +268453,10868,le-wagon,Fortunier hugo,False,2020,A successful reorientation!,2020-09-14,5.0,5.0,5.0,5.0,"I just finished this training, and even if I had a lot of apprehensions before the start of the course (web developer in 9 weeks ??!), They keep their promises! The lessons and the teachers are great and the atmosphere is really cool! Even though I finished... Read More the courses, I know that I could count on their community to progress and find work. I recommend 200%!Read Less",Web Development Course - Full-Time,Web Development +268452,10868,le-wagon,Ernesto Alvarado,False,2020,Le Wagon,2020-09-14,5.0,5.0,5.0,5.0,"Excelente programa tanto en contenidos como el equipo que lo da, siempre apoyándote y preocupándose que entiendas todo. Me anote con pocos conocimientos y en 6 meses pude desarrollar una plataforma de punta a punta con Ruby on Rails totalmente funcional.... Read MoreRead Less",Web Development Course - Part-Time,Web Development +268451,10868,le-wagon,Krupa,False,2020,Best experience of my career !,2020-09-14,5.0,5.0,5.0,5.0,Thanks to Le wagon Lyon my ideas are not limited by technical issues anymore. It was one of the best professional experience of my life. The courses are very well design and the learning curve very high. I was amazed by what we were able to create at... Read More the end of the 2 months.Read Less,Web Development Course - Full-Time,Web Development +268450,10868,le-wagon,Patrick Campbell,False,2020,Enjoyable Exhaustion,2020-09-14,4.7,5.0,4.0,5.0,"With Covid-19 on the loose, a lot of my work had dried up. After talking with a friend and getting over the idea that I was too old to try being a developer, I decided to join Le Wagon Tokyo. I was pretty nervous when I first went but like a lot of times... Read More in life I realized that most people are also feeling nervous. From setup on day one to presentations on the last day, I can honestly say I had a great time. Yes, I was tired from all the new information being thrown at me, but I always looked forward to the next day. Sometimes I wished there was more time to let the information absorb, and that is my one criticism of the bootcamp, but most likely this would be true for any.The teachers were great and they are what really made the program such an enjoyable experience. They created an atmosphere that was challenging, yet friendly. They were always ready to sit down and work through issues with you while trying to get you to see the solution for yourself.Read Less",Web Development Course - Full-Time,Web Development +268449,10868,le-wagon,Jérem,False,2019,Learn to code and challenge yourself,2020-09-14,5.0,5.0,5.0,5.0,"I was a student of the batch 299 in Oslo(08/2019–10/2019)I join Le Wagon coding bootcamp as I was working on a personal project. The idea was to build a set of skills in order to improve my startup and to be able to code my business ideas by myself. ... Read MoreThe first impression that I got when I joined Le Wagon in Oslo was that the program was very well structured, and brick after brick I was gaining a lot of knowledge, adding new layer every week to finally be able to build a web application.Also this was not just about knowledge, but a big focus was put on practice, every day you resolve code challenges to practice what you’ve learn in a morning lecture.When you join Le Wagon, you team up with other students and you help each other. I really liked that feeling to be in the same boat with my teammates and share same objectives. I’ve met really nice people from diverse background during my bootcamp so it was also a really nice social adventure.I have to say that the teachers team was great, really qualified, patient, enthusiastic about sharing their knowledge.The final 2 weeks of the bootcamp are dedicated to building a real web application, I think it was the best part of the bootcamp when everything you’ve learnt comes together and you can build a prototype of your own idea from designing it, to coding to presenting it to the public. This was amazing, and I really had the feeling of achieving something concrete.For all of this I could only advice to join this amazing bootcamp, it was an unbelievable experience, challenging and intense of course, but totally worth itRead Less",Web Development Course - Full-Time,Web Development +268447,10868,le-wagon,Agnieszka,False,2019,Great learning and social experience,2020-09-14,5.0,5.0,5.0,5.0,"Before joining Le Wagon Oslo I used to work in tourism, hospitality, and translation, but I felt that the skills I gained at the university were not enough to compete in the job market. I heard about Le Wagon from a friend who managed to change her career... Read More and find a job as a software developer after finishing the bootcamp, so I decided to try myself in coding as well. Le Wagon offers 9 weeks full-time web development course (or 24 weeks part-time course) that covers among others Git and GitHub, Ruby, SQL, HTML & CSS, JavaScript and Ruby on Rails. You can learn both the front-end and the back-end, which allows you to create the whole web app from scratch, instead of focusing only on one aspect of it. Many of my fellow students were interested in coding for some time before the course (but many were completely new to it as well), but they didn't know how to use the skills they have gained from different online courses and tutorials. And this is a great thing about Le Wagon's program: it leads you from the process of building software from A to Z, helping to put together everything you learned during the course and upfront. Once you are done with the bootcamp you have a great base to either start at the junior position right away or continue with self-teaching without feeling lost and overwhelmed. Another important aspect of the Le Wagon program is the community. Bootcamp is not only a learning adventure but also a social experience that lasts even when the bootcamp is over. Being part of a huge (5000+) community of wagoners means that there is always someone you can ask for help, share job offers and experiences, and simply make good friends. It is not an easy course, but if you are dedicated and hard-working it is worth it.Read Less",Web Development Course - Full-Time,Web Development +268408,10868,le-wagon,Sascha Antonio Montero Balevich,False,2020,Bad,2020-09-12,1.0,1.0,1.0,1.0,"Got thrown out of the bootcamp for not understanding Ruby on Rails, when I had to...Teachers seem to care, but really the program sucks. Only 2 hours of class each day, and the rest of the day they leave you to your coding, while writing questions, through... Read More messaging the teachers, which is a system that really don't help to learn. No deadlines or nothing, but if you don't get the subject on time for the final projects, you will get thrown out of the bootcamp to the streets like you are worth nothing. Just selling lies and charging high for it. Not recommended at all.Read Less",Web Development Course - Full-Time,Web Development +268326,10868,le-wagon,ALEXANDRE LEMAITRE,False,2020,Everything you need to know about coding and web development as a beginner,2020-09-09,5.0,5.0,5.0,5.0,"Le Wagon is a special adventure, extraordinarily rich on learning the technique to code in the right way by asking the right questions from the start. You do not necessarily need to come at the beginning with a solid technical background or from a specific... Read More sector to understand the basics. Once you understand the basics of coding, the learning curve is exponential. From my perspective, I did not expect to find a training that could give me such in-depth knowledge of web development and all the other aspects that surround it. In addition, you also learn to code in teams straight from the start, which is great to progress and not to feel overwhelmed. The final projects, which are the cherry on the cake after spending several months of coding is the best way to materialize all the knowledge learned during the bootcamp. Hats off to the staff, teachers, and teachers’ assistants for the remarkable work they have done all along the bootcamp!Read Less",,Unknown +267968,10868,le-wagon,Anonymous,True,2020,Great school great fun!,2020-08-28,4.7,5.0,5.0,4.0,"After graduating from hospitality school in 2019, I was looking for an entry point in tech. Le Wagon was the perfect fit in order to fulfil my desire of working in the hospitality tech industry. The skills I acquired in the 9 weeks both remotely and in... Read More Paris gave me all the necessary tools to help my career take offRead Less",,Unknown +267635,10868,le-wagon,Inès Belghiti,False,2020,9 weeks that I will never forget,2020-08-20,4.7,5.0,5.0,4.0,"After my engineering studies, I fell in love with product management and became fascinated by what digital products can bring to people. I pursued a training in Paris, the Lion Product Track, to discover and learn how a product is created and developed.... Read More But I also wanted to gain hands-on experience by building real products from scratch and I wanted to expand my technical skills to web development. This is why I pursued le Wagon bootcamp in Montréal. The course was extraordinary for me both professionally and for the human experience. I was very much looking forward to the last three weeks, when we worked in teams to build a marketplace and a web app, and I was not disappointed: be aware, it is very challenging, but so exciting and fulfilling at the same time! The staff was very welcoming and knowledgable. We were so lucky to know that whatever question we could have, no matter how complex it is, we would get an answer. This training really gave me the keys to learn more frameworks, libraries, and languages afterwards, and it gave me the confidence to start my professional life as a freelancer in front-end development.Read Less",,Unknown +267600,10868,le-wagon,Yanan,False,2020,A life changing experience,2020-08-19,5.0,5.0,5.0,5.0,"After graduating from Marangoni and working a few years in the fashion industry, I realized that my true passion is programming.I decided to sign up to Le Wagon because of the very positive feedback I found across various websites.I have chosen part time... Read More session because I wanted to take time and understand each chapter profoundly.I greatly enjoyed the course! it was a real confidence boost to feel comfortable learning new skills by myself and applying for developer roles after just a few months. I cannot recommend Le Wagon more!Read Less",Web Development Course - Part-Time,Web Development +267592,10868,le-wagon,Yusuke Ishida,False,2020,Change your life learn to code,2020-08-19,5.0,5.0,5.0,5.0,"Before I joined Le Wagon I was working as an interpreter which was fun but I knew it was not what I wanted to do long term. I always wanted to learn to code so I took online courses that I found interesting, but it never worked for me. After I while I’ll... Read More get busy from work then I’ll end up forgetting everything I studied which was a waste of time. That was when I started looking for places where I can focus on studying. And when you search for bootcamps, Le Wagon is always on top of review sites. I was skeptical at first, but still chose them because I liked their curriculum the most. I will be honest with you that the 9 weeks will be intense and extremely hard especially if you have a limited coding experience like me. It won’t be a vacation and sometimes you’ll think of throwing your laptop away and just quit during the first 3 weeks. But don’t worry, the teachers are excellent and amazing communicators that will help you be able to get through everything just fine. Overall, it was a great experience and lived up to the reviews. I would definitely recommend it to anyone considering on attending one of their courses.Read Less",,Unknown +267587,10868,le-wagon,Brandon Falter,False,2020,"Le Wagon, Bali Full-Stack Web Dev course was nothing short of extraordinary!",2020-08-19,5.0,5.0,5.0,5.0,"My experience attending Le-Wagon Bali was nothing short of extraordinary! After trying to code on my own for several years and making little progress; I had decided to take my learning to the next level. Having done hours of research for the best program;... Read More Le-Wagon kept popping up nearly everywhere on the internet with raving 5 star reviews. I was really cautious to spend money on the program as I am a conservative spender, however my ROI(return on investment) has already payed me back only a few months out of the program. The 9 weeks were super jam-packed with so much to remember; however I still have access to all the content and more through the Le-Wagon learning platform. My only regret is that I didn’t take the course years ago! Im now building applications I have always wanted to do. A big thanks to Le-Wagon and the amazing instructors for the amazing lectures, atmosphere and 101 help to advance my learning to code. I would recommend anyone who desires to learn to code and change their life to lean into Le-Wagon as it was the best education and experience money could buy.Read Less",Web Development Course - Full-Time,Web Development +267536,10868,le-wagon,Fabien Cruz,False,2020,Become a creative web developper,2020-08-17,5.0,5.0,5.0,5.0,"Learning a computer language is not like learning a language, it’s more like learning to drive, you learn about one model of vehicle and then you move on to another. In the Wagon, you learn to drive well. Ruby on Rails works on the principle of conventions... Read More rather than configuration, which forces you to learn best practices. Tests are designed as soon as you start developing. You learn how to work as a team on the same product using GitHub.I now know the satisfaction of being able to build a web application myself, from design to deployment. Le Wagon is oriented towards entrepreneurs and project holders, which creates a pragmatic and positive atmosphere: “let’s build something together”. It’s intense, comprehensive and creative.Read Less",Web Development Course - Full-Time,Web Development +267489,10868,le-wagon,Dany,False,2020,Get in the coding train !,2020-08-14,5.0,5.0,5.0,5.0,"More than a school! I Was looking for a place where I could sharpen my Pyhton skills. A friend of mine told me once LE WAGON and its DataScience program could provide what I needed. I am a former architect, so it was not a foregone conclusion! But I was... Read More accepted. I found a real family! LE WAGON crew, teachers, and students, all of them were so reliable and skilled even when we started the two last weeks of projects. Lectures are truly well structured, and teacher’s explanation are noticeably clear. You do really have the feeling that you are experiencing ""you next job"" and not learning something more to add at the end of your CV.Read Less",Data Science - Full-Time,Data Science and Analytics +267484,10868,le-wagon,Taylor Fong,False,2020,The Best Course To Learn to Code,2020-08-13,5.0,5.0,5.0,5.0,"After obtaining my degree in psychology, I worked as a direct support professional at a day program for adults with developmental disabilities, and as a child care counselor in a group home for foster youth. After a few international holidays however,... Read More I had caught the travel bug and decided to teach English in South Korea. During my time in Korea, I realized that travel would always be an important aspect of my life. I started researching different ways to be a long-term traveler, and coding was the career option that caught my interest. I started trying to self-learn, but quickly realized I would benefit more from having instructors to help you through the more difficult concepts. So I started looking at different bootcamps when I stumbled upon LeWagon. After reading all of the amazing reviews, I had decided that after traveling a bit more, I would apply for LeWagon’s 9-week coding bootcamp. Once I completed my teaching contract in Korea, I decided to do a working holiday in Australia. I traveled a bit, started working in an outback pub, but unfortunately, COVID-19 hit, and everything came to a standstill. I had no idea how long the shutdown would be in place, so I figured I may as well take this time to do something productive, and decided to join LeWagon Bali remotely. My experience with LeWagon has been nothing short of incredible. I was a bit nervous about the bootcamp being remote, but the LeWagon staff made the remote learning experience both smooth and enjoyable. In the mornings, we had lecture for about an hour and a half, and then we separated into virtual tables where we worked with a few other classmates on the challenges of the day. Teachers were always available to help out if we ever needed clarification or guidance, and they were always super helpful and patient throughout the learning process. In the evenings we had a “live-code” session, where the instructor had us students use what we learned to complete a final challenge of the day. In week 5, we had the opportunity to pitch an idea for a product that we would potentially build during our final project weeks. Although I was hesitant, after some encouragement from my classmates, I ended up pitching a product that tackles a very current and pressing issue in the United States that I feel quite strongly about. It ended up being selected as a final project, and my teammates and I excitedly got together and began brainstorming ideas on how to make the product as strong as possible. In a short two weeks, I built with my team of 3 other amazing developers, “UpHold: Policing the Police.” We created a mapping and rating system for police encounters, in light of the recent events surrounding the murder of George Floyd, and the subsequent protests and exposure of police brutality in America. UpHold seeks to tackle this issue of police brutality, by holding those who are meant to protect us, accountable for their actions. The site is for people who have experienced police brutality themselves, have witnessed an act of police brutality, or anyone who wants to stay informed about police violence in their community. When users enter the site, they are immediately able to see which cities have new reports, and a few statistics on these cities. To help users stay informed on which areas of the US have higher or lower rates of police violence, users are able to view a heat map of the United States or their selected city. Users are also able to submit a report on an encounter they’ve had personally, or of an encounter that they’ve witnessed. These reports then get saved to that particular officer’s profile, and onto the heatmap. Users can then upvote a report they may find particularly important, in the hopes it gains more exposure, leading to the officer being held accountable for his or her actions. LeWagon truly was an amazing experience. Not only did I learn how to build a functioning website in 9 short weeks, but I’ve made amazing connections with others that will last a lifetime. The instructors are incredibly kind, patient, understanding, and are passionate about what they do. They go above and beyond to help you learn and succeed after the bootcamp. I highly recommend LeWagon to anyone considering learning how to code.Read Less",Web Development Course - Full-Time,Web Development +267384,10868,le-wagon,Linda AIT HABOUCHE,False,2020,Beautiful adventure #378,2020-08-11,4.7,5.0,5.0,4.0,"I had the chance and the opportunity to participate in the training course of Le Wagon # 378 which I discovered thanks to many interviews with top candidates who graduated from Le Wagon and became today PM or PO in very nice startups.I embarked in February... Read More 2020 for six months of training, which at the beginning seemed crazy and very complicated to manage between my full time job (recruitment consultant) and the courses. But as we completed assignments one after another, I got really invested and time went by very quickly. When we reached ¾ of the training, we had to design an Airbnb-like rental site. This is where one really puts into practice all the things he learnt and starts to feel invincible (haha). It was a very interesting experience.I learnt a lot of skills and developed many new ideas ! I really encourage people who want to retrain, start a project or just learn new things to join Le Wagon because it’s truly a beautiful adventure.Read Less",Web Development Course - Part-Time,Web Development +267293,10868,le-wagon,Stephanie Dinu,False,2020,Engaging and Eye-Opening,2020-08-08,5.0,5.0,5.0,5.0,"During my time with Le Wagon’s Batch #380 in Milan, Italy, I learned many valuable practical skills that would not only support me on my way to beginning my career in Computer Science and Web Development , but to also help me flourish in the diverse and... Read More international environment that is IT. Working on rigorous, yet engaging, tasks throughout the week with peers of different backgrounds, cultures, and life experiences was invigorating and introduced me to different ways of thinking, eventually making me a more focused, efficient, and patient programmer. I am excited to continue to learn and work with Le Wagon, and eventually become a Tutor myself and to try out their new Data Science course!Read Less",Web Development Course - Full-Time,Web Development +267261,10868,le-wagon,Hugo Bottois,False,2020,Great experience !,2020-08-07,5.0,5.0,5.0,5.0,"I had my first experiences in coding during my thesis in clinical life science. I performed statistical and bioinformatic analysis. Slowly but surely, I became more and more passionate about intersections of Healthcare, data and programming.After my thesis,... Read More I attended a data science bootcamp (blent.ai) and got a position on a project aiming to develop tools for diagnostic assistance with machine learning and medical images.I decided to join Le Wagon (Paris, part time program) because I still had no experience in web development and how to design a functional product. For my current work, I wanted to learn how to integrate our machine learning model in a web application so non-tech users could use it and better understand the solution we provide.The part time program (6 months) I spent at Le Wagon was quite tough, but we had time to process information and to enjoy this adventure. All of this, in a friendly environment and community. I'm now more confident about what I can do to design solutions and to code with a team. And this is only the beginning.Read Less",Web Development Course - Part-Time,Web Development +267187,10868,le-wagon,Patricia Camiansky,False,2019,Career (and life) changing experience,2020-08-05,5.0,5.0,5.0,5.0,"Some months ago, I was working as a lawyer in a big law firm. I was unhappy with my career, because I couldn't see any purpose in it anymore, just doing repetitive meaningless stuff. That was when I discovered Le Wagon. I felt like as if I just discovered... Read More a whole new world, because I never thought I could be a programmer, coming from another completely different area.I was always interested in technology but I had no idea how to code before Le Wagon. After only 3 months (half of the course), I learned enough to change jobs and started working as a programmer with Python, even though I didn't have any notion of Python before.I am glad I had the chance to learn so much and be part of this awesome community. It was truly a life-changing experience.Read Less",Web Development Course - Part-Time,Web Development +267180,10868,le-wagon,Anonymous,True,2020,A very rewarding course,2020-08-05,5.0,5.0,5.0,5.0,"Le Wagon is a very rewarding adventure. The training is intensive and combines theory and practice. The different projects teach us how to work in teams and make us approach many subjects (such as database, WebSocket, ...) But Le Wagon is also a community... Read More and many resources tools that allow us to continue to progress even after the training is completed.Read Less",Web Development Course - Full-Time,Web Development +267160,10868,le-wagon,Hughes Stollsteiner,False,2020,All round great bootcamp,2020-08-04,5.0,5.0,5.0,5.0,"I was looking to gain experience in coding and colleagues of mine told me about Le Wagon. I looked it up and the 9-week format seemed very promising so I applied. This bootcamp is very intense but allowed me to learn so much in a short period of time,... Read More and also to meet like-minded people from different fields. The team is also very friendly and tries to be as available as possible for any question or to help in any way possible.Read Less",Web Development Course - Full-Time,Web Development +267128,10868,le-wagon,Grégoire PLACCA,False,2020,Great and challenging experience,2020-08-03,5.0,5.0,5.0,5.0,"One year ago, after 4 years in the financial services industry, I decided to join Le Wagon Paris, within their first Part Time program.My main motivation for joining Le Wagon was to develop hard skills which could both help me in my current job, and enable... Read More me to be more employable for any future opportunity.The 6 months I spent at Le Wagon were definitely tough, but even more a good experience.I hadn’t had such an important intellectual challenge for years, and by chance, at Le Wagon, we are well supported to reach the targeted level, and by the end, to develop a web app (almost) ready-to-use.Since I left, in February, I didn’t code a lot, but I use other skills gained during the Part Time program, such as UX design, for my current job as a financial services consultant.Read Less",Web Development Course - Part-Time,Web Development +267122,10868,le-wagon,Claire Marchyllie,False,2020,"Amazing bootcamp !! If you're ready to sweat and learn more than you can imagine in 9 weeks, that's for you !",2020-08-03,5.0,5.0,5.0,5.0,"It was way more challenging than I expected, but learning as part of a group and with teachers available almost 24/7 helps a lot in this journey where you otherwise would be on the verge of giving up a lot of times.I didn't think I could learn so much... Read More in such a short period of time. I'm not going go lie, it requires tons of hours of work, but it's really worth the time and money invested if you're willing to commit yourself fully to it. Plus, you already have a Github portfolio at the end of the bootcamp.I'd recommend it if you're sure you like coding enough to ""suffer"" to learn it. If the answer is yes, this bootcamp is truly great and you'll be amazed at what you're capable of doing at the end of it.Read Less",Web Development Course - Full-Time,Web Development +267121,10868,le-wagon,Pierre,False,2020,batch #401,2020-08-03,5.0,5.0,5.0,5.0,"For 4 years i was a restaurant manager, i loved my job but it was to difficult to have a personal life. I was already interested to be a web developer and when I heard about Le Wagon, thanks to alumni and friends, I decided that it was time for a big... Read More change in my life. I was impressed by the cursus : I learnt fast and intensively because i was passionate. I loved that we were never left alone, always working with other students, and everyday with a new « buddy ». Even better, we are learning useful and trendy languages, that gives a value to our skills on the market. The network of alumni and partners is very powerful in finding a job.In my opinion, this is the perfect bootcamp to learn code, that’s why i recommend Le Wagon.Read Less",Web Development Course - Full-Time,Web Development +267120,10868,le-wagon,victor h,False,2020,👍🏻👍🏻👍🏻,2020-08-03,5.0,5.0,5.0,5.0,"Loved Le Wagon !! Not only the program seems to be excellent but also I HAD A BLAST. Loved everything. Teachers are passionate, staff are literally the kindest person you can meet, and everything is done so you have the best experience possible. 5/5 would... Read More do it again.Read Less",,Software Engineering +267113,10868,le-wagon,Vorachith,False,2020,Great courses!,2020-08-03,5.0,5.0,5.0,5.0,"Amazing teachers very attentive. You come for a bootcamp but you will find more than what you asked. Sure, the bootcamp will get you the tech skills you need in a fraction of the time. So you will build strong foundations for learning how to code. Moreover,... Read More Teacher’s Assistant share their post bootcamp experiences, it's definitively worth your time and your money.Read Less",Web Development Course - Full-Time,Web Development +267108,10868,le-wagon,Shahab Jahangiri,False,2020,Absolutely a great place to learn to code,2020-08-02,5.0,5.0,5.0,5.0,"Very well structural program, i have learnt a lot about web development and problem solving, best place where you can turn the ignition on, and learn those matter by connecting all those dots to form a beautiful product, very friendly environment, i had... Read More a chance to study 3 month face to face and 3 month online, both experiences were great, and it worth the money you pay 100%Read Less",Web Development Course - Part-Time,Web Development +267058,10868,le-wagon,quentin deleglise,False,2019,Web Development Course - Full-Time,2020-08-02,5.0,5.0,5.0,5.0,"Boarding for the Paris’s Wagon batch #291 was an amazing experience !Hang on because the program is intensive : 9 weeks to take up the challenge.Teachers are extremely competent, helpful and available. Everything is optimized to encourage and facilitate... Read More learning (the setup of the machines, the format of the courses, the optional exercices, the different projects, the atmosphere, the assistance…)The Wagon allowed me to understand and acquire all the necessary tools to work in the world of tech.The little + of the Wagon ? : his community and the good spirit that reigns there.The meetup between alumni, teacher and entrepreneurs are extremely rich in teaching.As you will understood, I can only encourage you to embark on this wonderful adventure and to come out grown up of this training.Quentin DELEGLISERead Less",Web Development Course - Full-Time,Web Development +266992,10868,le-wagon,Solene Duprat,False,2020,Really amazing experience,2020-07-31,5.0,5.0,5.0,5.0,"It was a really amazing, life changing experience, and I don't regret it at all! I am really glad I decided to join. The teachers are great, the content is really good, and I get access to the content for the rest of my life so I can review it whenever... Read More I want!Read Less",Web Development Course - Full-Time,Web Development +266978,10868,le-wagon,Alexandra Eyben,False,2020,Best webdev bootcamp,2020-07-31,5.0,5.0,5.0,5.0,"After a few years as a Product Owner I felt the need to understand the technical issues I was facing every day. I was challenging developers and agencies all the time, not knowing exactly what they were doing. I also wanted to take a turn and evolve in... Read More my career but I didn't really know what to do. So I decided to attend Le Wagon and quickly realized that I had made the best decision! I learned SO many things beyond just code in a super friendly atmosphere where no one is left behind thanks to passionate teachers. I met a lot of very nice people from various backgrounds, which is also the strength of the program. Being part of Le Wagon community and network is a real strength and helped many alumni so far. I can only recommend Le Wagon bootcamp as it really exceeded my expectations on all levels.Read Less",,Software Engineering +266967,10868,le-wagon,Coralie,False,2020,Amazing experiences 😻,2020-07-31,5.0,5.0,5.0,5.0,"I was a hotel receptionist and I have been thinking about a career change and learning code for a while. As it was a completely new world for me and was a bit afraid of the challenge it represented, I took a lot of time to choose the right place to do... Read More it and le Wagon was definitely the right choice.The courses are very clear, and everything you learn has a reason to be there and helps you to have the right mindset. All the teaching staff is always available to explain things, help you think and push you towards the right direction, you can feel they are very attentive and care about your evolution and your wellbeing. They are with you every step of the way and at the end of the bootcamp you feel confident about your future and being able to start your new career.There is also a huge social dimension and you meet a lot of amazing people through multiple events (even though we were at home the 6 first week of the bootcamp they had amazing ideas to help us know each other)I am very proud to be part of the Wagon community and can only recommend it :)Read Less",Web Development Course - Full-Time,Web Development +266965,10868,le-wagon,Henry,False,2020,Life Changing there is no better 2 worded statement that really sums up my experience!,2020-07-31,5.0,5.0,5.0,5.0,"From the moment I started this bootcamp on the first day of a 6 month journey in a Part Time Coding Bootcamp, It has been a tremendous journey of growth not just in technical skills as a dev/engineer but also being able to grow to learn product design... Read More skills, being able to learn to work and collaborate with your cohort and even being able to understand the journey of building a MVP as if you were going into the start up journey. I wouldn't say that I have come out of the bootcamp knowing everything to be at a level of a senior engineer or a high level entrepreneur, but I would say I have learn a solid foundation of learning how to learn, solve problems and understand product that will help pave a clear road map as to becoming a great 10xer as a Senior Developer or even a product manager.The friends I made in that journey and coming out of this bootcamp securing a role as a Junior Software Developer at a Scale-Up Company. I know this is just the beginning of a new life just look forward to seeing where this takes me.Having struggled to find a education program that suits my approach to learning for the longest time I am grateful I made that decision to do Le Wagon and of course a big shout to the Melbourne Team for their patience, support and teachings through all this.Thank youRead Less",Web Development Course - Part-Time,Web Development +266943,10868,le-wagon,Francois Desazars,False,2020,Highly highly recommended!,2020-07-30,5.0,5.0,5.0,5.0,"The Wagon is an adventure i am not ready to forget ! 9 weeks of intense work but a teaching philosophy that corresponded perfectly to what I expected. From exercises, to projects, to social events, everything is perfectly calculated to render an all around... Read More experience around code ! I particularly loved the projects weeks in which you are faced with tough time constraints for ambitious team projects, a real adrenaline booster. I came looking for skills to complement future projects and came out with a new passion. Coding is now my main activity and thanks to Le Wagon and it’s resources I am still able to learn new skills daily. I highly highly recommend !Read Less",Web Development Course - Full-Time,Web Development +266934,10868,le-wagon,Arie van der Poel,False,2020,From zero experience to junior developer. Highly recommended!,2020-07-29,4.7,5.0,5.0,4.0,"I was part of the first remote batch at Le wagon. At first I was worried that the bootcamp might not be challenging, and that the lecturers may not be as knowledgable as I expect, which was typical of my previous education experiences. I was proven wrong... Read More in the first lecture! The pace of learning and the structure of the course is intense. The teachers are extremely competent, and also take a lot of time to thoroughly explain concepts and help you through the challenges of the day (they'll also make themselves available on weekend by request!). From someone who had zero coding experience, after 9 weeks I feel like I’m on the way to being a constructive member of any future web development team or startup.Read Less",Web Development Course - Full-Time,Web Development +266909,10868,le-wagon,Christophe Arendt,False,2020,Data Science Bootcamp,2020-07-29,5.0,5.0,5.0,5.0,"Le Wagon Data Science Bootcamp was a truly mind blowing experience which not only helped me to develop on a technical but also on a personal level. The experience comes with a full package of hard work, strong social bonds and an entrepreneurial environment... Read More which always pushes you further to the next level. I highly recommend the bootcamp to anyone who is keen to learn something new and who wants to be part of strong thriving and dynamic network.Read Less",Data Science - Full-Time,Data Science and Analytics +266900,10868,le-wagon,Elise Ddlt,False,2020,Great experience !,2020-07-29,5.0,5.0,5.0,5.0,"I started my professional life in the ops field, in tech startups. I had the chance to discover tech jobs by talking with developers, who were always willing to share about their role. After learning SQL online, I had the opportunity to move to a Data... Read More Analyst position. It was a great experience which gave me even more the willingness to learn coding in a proper environment. I chose Le Wagon Paris because of the product-oriented program, which also includes team work on projects, which was in my opinion closer to professional life than an individual training.Whereas the training took place during lockdown, I was very happy with my choice. The teachers' team is careful and the training itself is intense and has high-standard. The staff also tried its best to offer opportunities to relate to other classmates with Zoom parties and other activities !In a few words, an intense and qualitative experience, and great people met !Read Less",Web Development Course - Full-Time,Web Development +266896,10868,le-wagon,Yannis Bouhamou,False,2020,"Amazing bootcamp, awesome teachers!",2020-07-29,5.0,5.0,5.0,5.0,"Passionate about tech, I joined Le Wagon's web development spring Bootcamp to learn necessary coding skills and new ways to create businesses.The training exceeded my expectations: attending Le Wagon's Bootcamp has been a life-changing experience.Not... Read More only I've learned to code and can now call myself a junior full-stack developer. Still, I have also learned a new way of thinking through a start-up entrepreneur spirit.I've also learned to build an app in a team, work in an agile mode, and pitch my product.I strongly recommend Le Wagon to anyone interested in web development!Read Less",Web Development Course - Full-Time,Web Development +266894,10868,le-wagon,Alexander Eklund,False,2020,My bootcamp experience.,2020-07-29,5.0,5.0,5.0,5.0,"I completed my 9 week full stack bootcamp in Bali, just over a week ago. And as I let the past few months sink in, I’m really amazed, in myself, how much you can learn in such a short period of time. But let me start from the beginning: last year, in... Read More June, 2019, I found myself graduated from a international music college in Thailand, working part time teaching English and part time playing music in bars and restaurants in Bangkok. My keyboard player, an American LeWagon alumni, and former teacher in LeWagon, Milano, was also living in Bangkok working as a rails developer from home as his day job. He used to be finishing up work as I’d come over to his place to practice, and I always thought that whatever he was doing on his computer looked like total hieroglyphics to me and coding was not something I’d ever thought I'd be able to do, I mean, I failed my Intro to Math my junior year three times. But at the same time I was envious of the lifestyle and being able to earn a good salary working from home, so I started asking questions. My buddy told me right away that I could totally do it too, and gave me the Ruby track on Codecademy to check out. And basically said that do this and if you feel like this is something you could work with then just join LeWagon. I had been asking some people who, well let’s just say are kind of self-proclaimed experts of a lot, saying “Nobody uses Ruby anymore, React is the new thing”, and “You can learn all that stuff on Udemy for way less money”. But I stuck with my buddies advice and signed up for LeWagon. I pushed the date forward a couple of times, and was set to start the bootcamp in Bali, in March 2020. And then covid happened, but I had postponed my bootcamp enough times so when LeWagon offered to do the batch online I decided to join anyway. The bootcamp started with Ruby, and although we started from the very beginning the exercises always found a way to challenge you and help you grow as a programmer. Those first two weeks we got thrown into a world of logic in Ruby and Object Oriented Programming that were mind-boggling and really challenging, but also satisfying at the same time when you finally understand the flow and you’re able to do it yourself using some kind of refernce, it feels like all that energy spent solving a bug in your code, you immediately get back when you solve it. Moves on to more front-end based phase and also a week of JavaScript. The bootcamp is fast paced, the amount of concepts you learn in a short period of time can will feel a bit overwhelming, but I recommend just trust the process, and as long as you can understand the big picture, most things will make sense when you enter the world of Rails during the last month of the bootcamp. All that grueling logic you fought so hard with during OOP week is going to be made much simpler (in theory), but ultimately yes, and you’ll also finally see how the front-end and the back-end comes together and you’ll be able to create real apps. The last two weeks are dedicated to final projects. I joined my batch mate Taylor who came up with idea for the app ‘UpHold’ and two others, and set out to build an app that let’s you report your encounters with the police, designed to create accountability and uphold the police to a higher standard. I’m really happy that I did the bootcamp, as I continue to learn React I’m constantly reminded of how helpful a good foundation in Ruby/Rails is helping me understand these new concepts. The program is overall really well designed, the teachers are total pros at what they do, and you can really feel that they love to see you succeed and they work tirelessly to make that happen. Although I haven’t personally used this superpower yet, but the LeWagon slack community seems really helpful and you feel like you’re not alone in this even after the bootcamp. Best of luck to all you other aspiring developers out there.Read Less",Web Development Course - Full-Time,Web Development +266893,10868,le-wagon,Vandita A,False,2020,Do not pass this up!!,2020-07-29,5.0,5.0,5.0,5.0,"My 9 weeks with Le Wagon was really one of the busiest and most exciting periods of my life. This is simply because of how much we were learning and implementing each and every week. We’d learn, create, break, and fix things all in a day’s work! The course... Read More took place in the midst of a pandemic, so we had to attend remotely. I was a bit hesitant at first because I didn’t want it to feel like just another Codecademy course. My biggest surprise, though, was how smoothly everything ran despite the unexpected nature of COVID and Le Wagon not having much time to make their whole curriculum “remote-friendly”. I didn’t really feel like I was missing out on anything just because I couldn’t go to their campus. This also speaks volumes to how hands-on the teaching team is, as well as how much interaction they encourage between students. You never really feel alone during the day, which is great because you never get stuck on a problem for very long either!The level of productivity you get used to during the course is sky-high, so even after it’s over, you find yourself looking for projects or ways to continue coding even in your free time. And Le Wagon definitely gives you enough resources to support your post-wagon journey.I’d say if you’re deciding whether to do the course, you should just go ahead and do it. I don’t regret doing it at all, and I know I would be kicking myself if I missed it!Read Less",Web Development Course - Full-Time,Web Development +266880,10868,le-wagon,Lucie Ini,False,2020,BEST DECISION EVER,2020-07-28,5.0,5.0,5.0,5.0,"I have a MA in marketing with 5 years of experience in digital project management but I felt a bit stuck in my career. I needed a change and a new challenge but I was a bit scared about joining le Wagon. A coding bootcamp. Two scaryyy words but scary... Read More can be good. Very good.Deciding to learn how to code was one of the best decision I took in the last 5 years!The learning process: lectures, challenges, livecode, flashcards is very well thought. We had wonderful teachers and the TAs supported us in so many ways, technically and mentally. :muscle:No surprise the Wagon is such a world renowned institution. Today, I can code, I met some amazing people with different backgrounds AND I know that I want to be a Product Manager.Read Less",Web Development Course - Full-Time,Web Development +266874,10868,le-wagon,Myriam,False,2020,Great experience,2020-07-28,5.0,5.0,5.0,5.0,"I had always dreamed to know how to build a website, and attending the 9 weeks bootcamp at Le Wagon was a good opportunity to finally do it. It was not easy to leave my comfort zone, the experience was intense but it was really worth it. I discovered... Read More a fascinating part of the web world. The team of teachers was amazing, you are safely guided to learn new skills and put them into practice immediately. I enjoyed everyday of the training, especially the last 2 weeks, when I had the opportunity to work with a team to build a web app from scratch. At the end, you can only be proud of what you achieved in only 9 weeks.Read Less",Web Development Course - Full-Time,Web Development +266845,10868,le-wagon,Julien Bouland,False,2020,Life changing experience - Just do it 🧙‍♂️,2020-07-27,5.0,5.0,5.0,5.0,"Coming from advertising, I learned early the importance of having a full overview of the needs regarding an overall project I was cooking up with my team. I quickly felt the need to master the means that would enable me to add a technical support to a... Read More project. After a one year world tour with my brother on a rice and pasta budget, learning a bit of everything from everywhere. I wanted to fulfill my curiosity about coding. That’s why I started learning programming by myself before trying out at the summer pool of 42. Ensuring that it was what I really wanted to do, I then applied for Le Wagon bootcamp after the recommendation of friends/devs of mine.Le Wagon experience was amazing. Even in remote the team succeeded to make the Bootcamp super effective. This is an occasion to meet and befriend great individuals during 9 weeks. And to create a project from scratch while acquiring new skills everyday. That’s a real pleasure to be part of Le Wagon family, a community always active and open to everyone.If you are considering joining Le Wagon bootcamp, don’t and join us ! 🏄🏻‍♂️Read Less",Web Development Course - Full-Time,Web Development +266840,10868,le-wagon,caio fonteles,False,2020,Learning Code,2020-07-27,5.0,5.0,5.0,5.0,Studying at Le Wagon was a great experience. They are well prepared to teach everything from scratch with a simple and efficient methotology. They also have a nice group of teachers and others professionals who give support in your entire journey to learn... Read More coding. They are always focusing in teach in an elegant and clean way that is really niceRead Less,Web Development Course - Full-Time,Web Development +266828,10868,le-wagon,Quentin Natoly,False,2020,"Le Wagon, Paris",2020-07-27,5.0,5.0,5.0,5.0,"After my accounting degree, I decided to join the wagon bootcamp to learn how to code. I watched several demo-days and saw the quality of the level obtained in just 9 weeks. I am very satisfied with the level that I acquired when I left the bootcamp,... Read More and the educational content that I still use today. The teachers are really involved in our learning throughout the training and Le Wagon community is also very valuable.Read Less",Web Development Course - Full-Time,Web Development +266806,10868,le-wagon,Benoît Bargès,False,2020,Le wagon Paris 🔥,2020-07-26,5.0,5.0,5.0,5.0,"Before started my amazing experience at Le Wagon Paris, i was working as a nurse for 3 years.I've heard some people who had a wonderfull experience and now i know why ! Le wagon gave me the opportunity to learn coding so fast, they have a great pedagogy... Read More and they share their passion every day. You just need to know that you won't be disappointed no matter your level in code ! One good point with Le Wagon is that you can continue the experience as a teacher assistant with the others students, and you be part of the community of the Alumni, which is very helpfull when you need it !Read Less",Web Development Course - Full-Time,Web Development +266777,10868,le-wagon,Jérémy Barbedienne,False,2020,My experience at Le Wagon | Chef >> Fullstack Developer |,2020-07-25,5.0,5.0,5.0,5.0,"Before Le Wagon, I started my career as a chef in 3 star Michelin restaurants and I've been working in many restaurants around the world for nearly 8 years.Le Wagon was for me the opportunity to learn a new skill and change my everyday routine.I never... Read More thought I would learn so much in such a short period of time! We worked in remote and I think that's what made it easier for me to focus. I think the teaching method is already well established and proven anyway, what I can say is that it works on people who are not too academic like me!I was also pleasantly surprised by the fact that everyone socialised very quickly, despite the distance. The lockdown context changed the socials habits but it's still allowed us to benefit from ""Le Wagon network"" which is one of the strengths for which I chose this bootcamp.At the end of my batch, I even had the opportunity to be a teacher assistant and it's a pleasure for me to help students learning.Read Less",Web Development Course - Full-Time,Web Development +266703,10868,le-wagon,Itamar Pereira,False,2020,Amazing Web Development Bootcamp,2020-07-23,4.7,5.0,5.0,4.0,"An intense 9 weeks bootcamp that has taught me a great deal on programming and gave me the skills and confidence to enter the workforce. With knowledgeable instructors and supportive staff, Le Wagon course was a great choice for me, and I have a lot to... Read More thank them.Read Less",Web Development Course - Full-Time,Web Development +266695,10868,le-wagon,Alvin Lim,False,2020,A Life-Changing Experience at Le Wagon Singapore,2020-07-23,5.0,5.0,5.0,5.0,"I've just completed the most gruelling 9 weeks of my life -- Le Wagon Singapore's web developer bootcamp. I started as a complete code newbie and now have several web apps deployed to Heroku, including my coding team's beautiful capstone project Savvy... Read More Granny (www.savvy-granny.com).I am a mid-career convert to the tech sector. In my earlier career I was an academic. After publishing two books, I felt burned out and wanted to create and build things instead of analyze or write about them. The idea of coding bootcamp appealed to me, but with my liberal arts background, it just seemed impossibly difficult.The turning point for me was when I came across a post from Le Wagon's co-founder Sébastien Saunier explaining why they taught Ruby. His description of Ruby as ""simple, concise, close to the English language and very flexible"" intrigued me, and I soon signed up for Codecademy's free Ruby course. I decided that if I could learn Ruby, then I could handle a coding bootcamp.As it turned out, I not only completed Codecademy's Ruby course, I found it incredibly fun! Coding was not at all what I had previously imagined it to be. I signed up for Le Wagon's web developer bootcamp, and began learning as much as I could about technology, almost as if to make up for lost time.The bootcamp itself was a blast. Everyday we did a series of Codewars-type coding challenges, and we began building things with code. One of the earliest and most gratifying moments for me was when I built my personal website with HTML, CSS, and JavaScript and deployed it to GitHub Pages. I had built my previous website with WordPress' drag-and-drop interface -- lacking at that time any knowledge of CSS -- so I felt a great sense of personal accomplishment in coding my own website.Once we moved into Ruby on Rails, we began building apps that we could deploy on Heroku. We started small -- simple productivity tools like to-do lists, and then we moved into larger apps. Along the way, I had gained the confidence to start building my own projects.The climax of the bootcamp was the two weeks spent building our capstone projects. I was extremely fortunate to be grouped with three talented developers, and we quickly built the guts of the app in the first week, and methodically built out the special features of the app in the second. I was especially pleased that our app serves the urgent social need of bridging the generational digital divide.Now that the bootcamp is over, my fellow grads and I have the technical foundation to learn and build more. Our familiarity with the Rails framework has given us the confidence to move into other frameworks, in particular React. I for one am excited about the new apps that we are going to build.Read Less",Web Development Course - Full-Time,Web Development +266666,10868,le-wagon,Mateusz Brzezanski,False,2020,I recommend 100%,2020-07-22,5.0,5.0,5.0,5.0,"I started Le Wagon bootcamp in Lausanne with no previous knowledge of coding. In two months I learned all the basics to start a career in software and developed a full web application.Teachers are very supportive, and the whole experience was very fun.... Read MoreI definitely recommend to anyone who is interested in coding and wants to make a career switch.Read Less",Web Development Course - Full-Time,Web Development +266630,10868,le-wagon,Celine Rondeau,False,2020,"Amazing, life changing experience",2020-07-21,5.0,5.0,5.0,5.0,"I was working in the retail industry in Toronto when I decided to learn code, and I chose to do the Web Development bootcamp with Le Wagon, located in Montreal for 9 weeks. My experience with Le Wagon was really inspiring, challenging at times, and my... Read More life did change by learning how to code. I was in a team of four during project week, and we created an app called “Buddy”. It is designed for solo travelers to find buddies for activities in any country.Since I did the course during the COVID-19 pandemic, I was really impressed on how fast the Le Wagon team was able to convert the course to be done remotely. I highly recommend this bootcamp; the support system is phenomenal, and it was an amazing experience.Read Less",Web Development Course - Full-Time,Web Development +266625,10868,le-wagon,Ryid,False,2020,Web dev full time,2020-07-21,5.0,5.0,5.0,5.0,"I had a great time learning at Le Wagon, the teachers and TAs were very understanding and supportive and It is a great way to kickstart your career in tech if you are interested in boosting your skills or changing careers. I have learnt many skills and... Read More not just in coding but critical thinking and business development as well. A great starting point for anyone who is looking to create a start up. You also get access to a huge amount of lifelong resources that can be used in the future and a great network of Le Wagon coders as a bonus. Overall I am very happy with the course and the curriculum and the way it is taught and I highly recommend Le Wagon. They are the best for a reason :sunglasses: I went into the course with zero coding experience and now I feel like I could tackle any project or work in any tech field.Read Less",Web Development Course - Full-Time,Web Development +266577,10868,le-wagon,Axel Ballarin,False,2020,A real challenge to yourself to become better at building great products,2020-07-20,5.0,5.0,5.0,5.0,"I attended Le Wagon to boost my understanding of code and web development in general. I was a Product Owner for three years and was facing everyday technical issues which had a big impact on my job and my company. At Le Wagon, I found that precious tech... Read More boost and much much more : a real Product building culture, great lessons about how to work in team, and friendship with many passionate people from diverse backgrounds. Big up to the teaching team !Read Less",,Software Engineering +266508,10868,le-wagon,Wila Bertrand,False,2020,"An amazing experience, a real change of life #400",2020-07-18,5.0,5.0,5.0,5.0,"I was invited to one demo day in 2019 and I was surprised about the quality of the projects developed in 9 weeks. Because of my entrepreneurial projects, I decided to learn to code and the Wagon was the best place for it. The experience, the teachers... Read More and the system implemented on Covid19 period, was under my expectation and I can say that my life changed after the bootcamp. If you are thinking about learning how to code, go to Le Wagon !Read Less",Web Development Course - Full-Time,Web Development +266498,10868,le-wagon,Anne de Joly,False,2020,DO IT,2020-07-17,5.0,5.0,5.0,5.0,"I started following online coding courses on a few websites during my free time, which I really enjoy doing! But even though these classes give you some notions and understanding of coding, you will still not be able to build proper websites or won’t... Read More have actual projects to work on. After contacting a few people who also did bootcamps, I decided to take the plunge and quit my job to do Le Wagon. It didn’t only confirm my interest in coding but got me truly addicted to it!These 9 weeks are the most intense and amazing weeks I have had. The amount you learn in such a short time is fantastic! Their teaching methods are absolutely great, all teachers have done the bootcamp before so everyone knows what can be more complex and when you need more support. They will teach you how manually code/build something before showing you that it can be done in one line, which makes you understand how the language is actually built and how it works.Not only did I learn tons but I also met with great people that come from various horizons! I will recommend this to anyone having an interest for coding and wanting to dedicate themselves to it! Would definitely do it again if I could!Read Less",Web Development Course - Full-Time,Web Development +266487,10868,le-wagon,Anastasiia Makarova,False,2020,Valuable experience,2020-07-17,5.0,5.0,5.0,5.0,"For some reason I decided to change my profession as a translator and start learning to code. First of all, I began to study on my own and took various online courses. I realized that I like it, that web developing is interesting. But it was difficult... Read More for me to learn everything on my own, to organize myself in order to devote much time to my studies, and it was also difficult to structure all the material. Therefore, I decided to go to study at Le Wagon.Despite the fact that under the current circumstances we had to deal with online bootcamp, I really liked how everything was organized. I can highlight the following:Well structured curriculum;Amazing teachers, staff and lovely environment in general; Support and help;During the 9 weeks the bootcamp provides a good knowledge base and a minimal understanding of how everything works in web developing. Now I’m looking for my first job in this area and continue to learn.Read Less",Web Development Course - Full-Time,Web Development +266456,10868,le-wagon,Bruno Johnson,False,2020,Best learning Experience Ever (São Paulo #355),2020-07-16,5.0,5.0,5.0,5.0,"Learning to code at Le Wagon was a journey of self-knowledge and empowerment. I never thought I could do it (Yep! I wanted to cry sometimes) but I learnt so much about me, I learnt a different way to learn things and it was all amazing. Besides acquiring... Read More this new skills, I was so empowered in many different levels: as a student, because I saw that learning can be cool; as part of a community, because I feel like I belong here; as a professional, because it obviously change my career and as a person because this whole experience has been a life changing journey too.I can honestly say that, if you want to be a product manager, you should definitely go to Le Wagon: you'll learn how to code, how to solve product problems and you'll have an incredible experience on the whole product development cycle (from discovery to delivery). But if you looking to learn how to code and start working as a developer you NEED to start at Le Wagon. No other option!See you in our community (yep! its world wide)!Read Less",Web Development Course - Part-Time,Web Development +266450,10868,le-wagon,Gala Anania,False,2020,"Great teaching, great experience",2020-07-16,5.0,5.0,5.0,5.0,"I did Le Wagon with no prior coding experience. I still can't believe how much I've learned in such a short period of time! The bootcamp was intense, yet completely doable. With some classmates I ended up building two full-fledged, professional-looking... Read More websites that I'm really proud of. The experience was great - even remotely as I did the bootcamp during COVID lockdown. The atmosphere is fun, people are super nice, and it's clear that teachers make a real effort to make the lectures as clear as possible and make sure that every student gets the most out of the bootcamp. The skills we learn in this short period are enough to make us employable, and graduates are finding jobs despite the post-COVID job market being extremely tough. 100% recommend!Read Less",Web Development Course - Full-Time,Web Development +266435,10868,le-wagon,Renato S Lima,False,2020,Bootcamp Full Time Le Wagon,2020-07-15,5.0,5.0,5.0,5.0,"O bootcamp le wagon cumpre bem oque promete, muita mão na massa durante as 9 semanas de duração, num ritmo extremamente intenso. Antes do curso eu tinha pouca base em programação, mas hoje sei que é possível desenvolver qualquer coisa.Mesmo tendo que... Read More fazer de maneira remota por conta do COVID, me senti extremamente acolhido por toda a equipe, desde os professores e TA's até os organizadores do bootcamp. Antes mesmo de finalizar as 9 semanas, ja estava sendo chamado para testes em algumas empresas e hoje atuo como Analista Front End.Read Less",Web Development Course - Full-Time,Web Development +266431,10868,le-wagon,Stephanie Beauzile,False,2020,Great Community!,2020-07-15,4.7,5.0,5.0,4.0,"I have been working in retail for several years and was a merchandising manager when I decided to quit everything and I enrolled at Le Wagon. I chose Le Wagon because it had a really good ranking, I was able the attend the class in person, Le Wagon was... Read More one of the only ones to offer this and it was only 9 weeks.Despite de the fact that we were not able to attend in person, Le Wagon pivot quickly to provide us as much as possible with the same experience we would have had if we were not forced to be home.From the beginning, you really feel part of a community that expends around the world. The team and the teachers were amazing. Really there to support you through the process.You explore many different concepts to be able to create web applications in a really short amount fo time. Because of that, I was able to discover new avenues in the tech industry and now have a better idea of what I want to do.Read Less",Web Development Course - Full-Time,Web Development +266404,10868,le-wagon,Yuri Gravatá,False,2020,"You'll ""change your life""! Belive me, is not just a catchphrase! (Rio #354)",2020-07-14,5.0,5.0,5.0,5.0,"Probably you are reading this because you're in doubt about doing or not this bootcamp. Trust me, if you really want to change your career path and be headed to the tech world, there is no doubt, do Le Wagon's bootcamp as soon as you can!""Why Le Wagon""?... Read MoreLe Wagon's bootcamp stands out more than any other online material and any other bootcamp, because the method is really good ... I did a lot of online courses before Le Wagon and what it took me months to learn on the internet, at Le Wagon was matter of days. The course method is very well designed, you can learn different programming languages and you are taught to think and work in a way that the market values and that other courses are unlikely to teach you.""Is it for anyone?""Yes. Even if you never coded anything and don't have a clue about a thing.The bootcamp is well suited for anyone that want to enter the tech world. Doesn't matter if you want to be a developer, a product manager, or want to found a new tech startup. All these profiles have a lot to gain doing the course. Take my example: I'm a business graduate, with 7 years of professional experience in retail, sales, financial market and business developing. Neither of these roles I filled in the past, I worked with code. But here I am, a Le Wagon graduate, with a new career and new challenges ahead. Now the possibilities are infinite and I have what takes to grow in any direction in this evolving tech world.""But they teach Ruby on Rails...""Many former students had exactly this doubt while were deciding about doing or not the bootcamp. Nowdays Python is for example, the most asked language in many companies and startups. But again, I ask you to trust me, once you complete the bootcamp, you'll master any programming language in no time. The most valuable thing in Le Wagon's method is not what is teached, but how is teached. You'll learn how to learn anything. Most former students learn Python (for example) easily, right after the course is finished, because now is simple. Now they know how to, without having headaches and doubts about how to.Part-time or fulltime?This is a personal option. You need to know if you have time (then do the fulltime bootcamp) or not (then do the part-time bootcamp). Either one of them you'll learn how to code, at the best Le Wagon style.But it's worth learn remotely?With the advent of Covid-19 the world was forced to major changes. Le Wagon isn't immune to that.Yes, there is a difference between learning in person and remotely. The dynamics of human contact is too positive and facilitates the learning, it is a fact. It turns out that Le Wagon has dealt with this adaptability, which the covid-19 has been imposing on the world, since the beginning of the year, and because of this, the course went through some adaptations and was able to teach and support students as well as before.I think that the thing it's most important to pay attention is that you must have focus and discipline with the remote way of studying. Without this, you will not learn at all (just as you would not learn if you were studying in person without focus). It's important that people that lives with you respect your need of privacy to study.Another very good thing about this reality is that working on team projects remotely is a softskill that many companies are asking for new employees, and while most people say they know how to work like this, in reality they never really worked that way. The remote Le Wagon course makes you really learn this softskill... you really accumulate one more important point in the curriculum, which every technology company will ask.I think this cover the main doubts about the course and if you have any other left, just ask any former student. We are always pleased to help anyone that want to change their life!Read Less",Web Development Course - Full-Time,Web Development +266402,10868,le-wagon,Brad Fujimoto,False,2020,A life-changing experience,2020-07-14,5.0,5.0,5.0,5.0,"The first time I visited the website of Le Wagon, I was immediately intrigued by the promise “Change your life, learn to code”. Unable to get these words out of my head, and having previously studied liberal arts and business with work experience in luxury... Read More retail, digital marketing and higher education management, I decided to make a significant career “pivot” by leaving my full-time job and joining Le Wagon’s full-stack web development bootcamp last April.Having freshly finished, I must say that it has indeed been a life-changing experience.Before joining the program I had never written a line of code, and was a bit intimidated by the prep work and extensiveness of the syllabus. From day 1 I immediately appreciated the support from Le Wagon professors, TA’s and staff members as well as from the fellow students of my batch #400. The program is carefully designed to walk us through a wide range of concepts and languages during a compact 9 weeks on our way to becoming full-stack web developers. The innovative approach to learning mixes theory with a lot of practice. The typical day is punctuated by a lecture in the morning and live code in the evening, with the rest of the time dedicated to exercises with a “buddy”, teaching us the flexibility necessary to work side-by-side with a wide range of profiles. There is an optional career week which provides students a multitude of resources as they take their next steps as web developers, product managers, freelancers or entrepreneurs.I think that what I appreciated the most about the bootcamp was the enthusiasm of the professors and the quality of their teaching. One can feel their genuine passion for coding and their motivation to share their knowledge with us. Studying at Le Wagon is not only about acquiring valuable technical skills. It is also an exhilarating human experience and strong sense of community.Read Less",Web Development Course - Full-Time,Web Development +266399,10868,le-wagon,MATTHIEU ROUSSEAU,False,2020,Wonderful teaching team and well designed curriculum,2020-07-14,5.0,5.0,5.0,5.0,"As an alumni of the Web Development Bootcamp, I had very high expectations for the Data Science Bootcamp at Le Wagon. I was very delighted to be back in a very similar setup : the outstanding Web Dev methodology works very well for the Data Science Bootcamp... Read More as well. Fast paced, the program ends up being approachable thanks to the wonderful teaching team and a well designed curriculum. As an ex investment banker, my workflow usually involved Excel and Powerpoint when analysing data. Thanks to this training, I now feel empowered by state of the art skills that I think will make a huge difference in a landscape where data is becoming more and more prominent. I have a strong belief that those skills will eventually become as necessary as mastering excel when dealing with data, and I am glad I made the decision to stay ahead of the curve with this bootcamp.Read Less",,Data Science +266395,10868,le-wagon,Abadji Claire,False,2020,My Experience @Le Wagon,2020-07-14,5.0,5.0,5.0,5.0,"I just finished my bootcamp at Le Wagon and I must say that I am very pleased with the quality of this formation. I always wanted to learn to code and tried many platform on the web to do it alone but it was really hard. With Le Wagon I had a real structure... Read More with professionals to accompany me step by step to learn programmation languages. The training was punctuated between lessons time and exercices of the day that we can do with our ""buddies of the day"" , a really nice approach to learn how to work as a Dev with teams that change every day.What I liked the most is that we worked on many interesting apps that are interesting to reproduce for clients now : everything we learnt can now be use in real life :) - The panel of corses was diversified : Ruby (Rails), SQL, HTML, CSS, Javascript - a large program that our teachers successfully manage to make us learn during 9 weeks only !At the end of the training, Le Wagon organized a Career Week to help the transition and we had a lot of webinars with startupers to advise us about the best practices and the strategies to adopt right after a bootcamp, it was really nice !Read Less",Web Development Course - Full-Time,Web Development +266361,10868,le-wagon,Viktor Waissmann,False,2020,Best Learning exp of my life - Batch#409,2020-07-13,5.0,5.0,5.0,5.0,"Graduated in Business-Administration, before LW I always worked as a Finance Analyst and had ZERO prior knowledge of actual coding. My interest on the subject begun three months ealier, when I realized I wasn't feeling relized in my career path. Knowing... Read More that, a friend from the area sent me the link of LW's bootcamp. And changed my life in doing so.I was really worried before starting on doing this remote because of the pandemic, but it never really felt remote. Being on the virtual tables the whole day with your collegues, doing the challenges and projects, and always in touch with the TAs for questions and help, I really felt the same way I would do in a presencial. And that by itself is already an achievementBut wasn't the only one, LW experience was just incredible!! From start to end. The team, the content, the course structure, the events, the job hunt support, the culture. Hell, even the flashcards. I know this sounds unbelievable, but I mean it, everything, every and each little part of it surpassed my expectations. If I had to name the best things about it I would have a hard time, but there are two that I would like to mention: One is Kitt, their learning plataform. Kitt is just outright amazing, so lets just take that out of the way.The second was the team. I never felt that I had teachers that cared so much about my learning like I did in Le Wagon. Matheus, Isa, Marcel, Andre and Milene are not only great TAs/Manager, but great people. (some of them are kinda crazy, but that's for the better).And I know that all of this may sound like too much fandom, like if I was in love with LW. Don't worry, I'm not.I'm just in love with coding, and Le Wagon is responsible for it.Read Less",Web Development Course - Full-Time,Web Development +266337,10868,le-wagon,Amanda Juliao,False,2020,Le Wagon - Rio #354,2020-07-12,5.0,5.0,5.0,5.0,"I was 25 years old when I began to work at a Tech company as a Support Analyst and I fell in love with technology. I spent 2 years thinking about joining a bootcamp but I was afraid that I was not good enough to learn how to code because I didn't have... Read More a background that was related to Computer Science or anything - I was a Public Relations. On 2019, I heard about Le Wagon Rio from a friend who went to Law School that he was joining LW's Web Development course. After hearing about his experience, doing some Google Research and also meeting Le Wagon's team in Rio, I finally decided to learn coding and join their Part Time Bootcamp - and it was the best decision of my life. I learned Ruby, Rails, HTML, CSS, JavaScript, Git, how to collaborate in GitHub.. And the best part: we don't learn only from exercises and classes.. we had to work on 2 Websites: one market place and one final project. In summary, even without a Computer Science background, Le Wagon taught me 4 languages, how to work with my group, how to manage a project, and I was able to delivery two beautiful projects in the end. After doing all my research I was decided to do Le Wagon's bootcamp due to their methodology, curriculum, and because of all the reviews I found online and also from all the histories I heard from my friend. And all my expectations were exceeded! Their methodology can teach people from all ages and backgrounds. Besides it, their teachers are knowledgeable and great. I have never met motivated teachers as Le Wagon's. They were always there for their students. After Le Wagon I started to get involved with educational institutions as a mentor/teacher to help other people to make the right decision and to share my knowledge and started to work on projects along with my full time job. And even after my graduation, I can still access Le Wagon's classes, which they are always updating, I can still talk to my friends and teachers if I need help and I have plans to never stop learning about technology.Read Less",Web Development Course - Full-Time,Web Development +266329,10868,le-wagon,Andre Albuquerque,False,2020,Absolutely challengeful and amazing!,2020-07-11,5.0,5.0,5.0,5.0,ConsI've never had any experience with coding before my bootcamp since I seek a career change in my life. At first I felt a bit lost but then I realized I was surrounded by amazing teachers. They were always willing to help and encouraging me not to give... Read More up. Although my whole course was online we all had a fantastic and unique experience. After two intense months I finally felt I was on the right way. Can you imagine putting up a project without any previous experience? Well I did and I was so delighted! Definitely going to Le Wagon Sao Paulo changed my life. I'll be always grateful to them. Thank you Le Wagon Sao Paulo (batch 408)! 🙂🖤ProsBasically two months is a short time for a bootcamp with all this intensity but as I chose as a full-time period I can't complain.Read Less,Web Development Course - Full-Time,Web Development +266326,10868,le-wagon,Jose Carlos Juarez,False,2020,Le Wagon Awesome Experience!,2020-07-11,5.0,5.0,5.0,5.0,"It was a great experience, learned a lot about basics of programming with Ruby, HTML, CSS, GIT, FIGMA, pair programming, problem solving. The teachers and staff are awesome, the learning platform and videos help you lot in the learning process as well,... Read More would totally recommend it!Read Less",,Software Engineering +266299,10868,le-wagon,Gisela Keidel,False,2020,Rio #409,2020-07-10,5.0,5.0,5.0,5.0,"Before starting LW, I worked teaching private math classes and needed to travel all over the city of Rio de Janeiro, to serve students from different locations. Then, in 2015, I came up with the idea of ​​making an app for online classes, but I didn't... Read More have the technical knowledge to do it. I met LW in 2019, through a friend who was always present at the workshops, so I started to follow the school on Instagram. I read a lot about the course and definitely understood that I needed LW to start a new career.Even though it was e-learning (because of COVID) , I was able to count on an excellent service system offered by the school, which has Milene, an excellent bootcamp manager and a wonderful team of teachers.In addition, we have lifetime access to the platform, which guarantees us to be in direct contact with any news and also to Slack, which is another wonderful tool.Now I feel ready to enter a new job market. And I'm sure I can count on LW for any kind of situation related to the new phase in my career.Read Less",Web Development Course - Full-Time,Web Development +266298,10868,le-wagon,Mariana Caramori,False,2020,Best bootcamp ever (Le Wagon batch #408 SP),2020-07-10,5.0,5.0,5.0,5.0,"The best things about Le Wagon were the classes, the staff, the culture, course structure, flashcards, weekly talks and events, job support, lifetime access to their learning platform and all its useful functionalities. And within 2 weeks after finishing... Read More the bootcamp I've already received some job offers. Best decision I ever made was to sign up for this course. 10/10Read Less",Web Development Course - Full-Time,Web Development +266277,10868,le-wagon,Faris Alamin,False,2020,Attending Le Wagon made me confident in my skills.,2020-07-09,4.7,5.0,5.0,4.0,"I was interested in programming for a long time before joining Le Wagon and I was constantly trying to learn in my own time to try and get a job in the field. In my 9 weeks at Le Wagon, I learned more than I had in the years since I started learning programming.... Read More There's no comparison in the level of motivation and the amount of support between learning alone and learning at a bootcamp.At Le Wagon, you learn something new every day and then use that new found knowledge to solve a series of programming challenges. This formula is incredible for getting you to feel like you're constantly progressing and getting you to learn the topic in and out, it was addictive. Throughout the day, you work with a partner which is a lot easier than working by yourself and having someone there going through the same problems is great. It gives you a sense of camaraderie and competition that really boosts your productivity.I had a great time at Le Wagon, I made friends and learned an incredible amount.Read Less",Web Development Course - Full-Time,Web Development +266267,10868,le-wagon,Eloise Tait,False,2020,Loved Le Wagon,2020-07-09,4.7,5.0,5.0,4.0,"In my previous role as a tech recruiter, I’d hear stories of the projects developers were working on and the impacts they were able to have in their industries. One day I took a leap and chose to join Le Wagon so I could finally explore that freedom in... Read More my career.I started the batch just as covid hit, so we switched to remote learning. I was impressed by how seamless the learning process was - we were constantly supported by staff every minute and everything was easily accessible online. The course is incredibly product focused which allowed my team of 4 to flex our knowledge quickly, building our interactive app DI-WISE from scratch in 10 days. Once you lean into the the process of learning quickly, it was so satisfying to realise how second nature coding had become! What stayed with me overall is the Le Wagon community - we became so close on the course, and Le Wagon go out of their way after the course ends to make sure you are never alone in the path you choose to take. We are looking forward to our batch party once isolation is over!Read Less",Web Development Course - Full-Time,Web Development +266247,10868,le-wagon,Gustavo D'Araújo Borges,False,2020,Life-changing experience,2020-07-08,5.0,5.0,5.0,5.0,"I am a Distance Learning Manager and had always been curious about coding, specially thinking what I could develope in the edtech industry. I'd searched for bootcamps and was quite happy to find the best ranked one (Le Wagon) in my city: Rio de Janeiro,... Read More Brazil. The experience was fantastic from the beginning and not only our group could develope amazing projects, we were also taught on how to plan, build and manage those products. With the Covid-19 issue, we had to move rapidly to online classes but we didn't lose quality - in fact, I think we got even closer. I recommend Le Wagon as a life-changing experience and an exceptional way to gain autonomy and self-confidence in building digital products and connecting to an international community of developers.Read Less",,Software Engineering +266242,10868,le-wagon,Leandro Mariano Aguiar,False,2020,Web Development Course - (Rio #354),2020-07-08,5.0,5.0,5.0,5.0,This was the best teaching experience of my life. The experience of learning programming with the support of Le Wagon was amazing. Every single day we spend at Le Wagon is about learning something specific and very incremental. I strongly recommend!!!... Read MoreRead Less,Web Development Course - Full-Time,Web Development +266233,10868,le-wagon,Camila Queiroz,False,2020,Le Wagon #Batch 354,2020-07-08,5.0,5.0,5.0,5.0,Le Wagon is a great course with a dynamic and effective learning system. I did the part time web development course and It was an amazing experience!!! I learned coding from scratch in only six months and it was a perfect first step for my new carreer.... Read More Now Im looking for a job and I see plenty of opportunities !Read Less,Web Development Course - Full-Time,Web Development +266224,10868,le-wagon,Laura Person,False,2020,An amazing educational experience!,2020-07-08,5.0,5.0,5.0,5.0,"I graduated in anthropology in 2016. I loved my studies but once I was in the job market, it was very complicated to find a job that met my expectations. So I decided to do the Wagon for two reasons: - Firstly because it seemed very relevant to me to... Read More have technical skills to be able to respond to the human and social problems I was interested in. I felt that I was sorely lacking these skills to build practical tools. - Secondly, because I felt constantly stressed by the job market with regard to my social sciences degree. I knew that finding a job would not be easy, that the periods of unemployment between my jobs could be long. I felt a bit trapped in this increasingly tense job market.I'm really very happy to have made the decision to do the Wagon. It wasn't an easy decision because doing the Bootcamp requires sacrifices but I don't regret it at all. I finished the bootcamp a little more than two weeks ago but a lot of possibilities are already opening to me. My ambivalent profile is interesting for companies and especially for startups that try to deal with human and social issues. I can also find work as a freelancer and that's why I actually feel much less stressed about my professional future.Read Less",Web Development Course - Full-Time,Web Development +266220,10868,le-wagon,Yael Montufar,False,2020,"Great curriculum, amazing people, unforgettable experience",2020-07-07,5.0,5.0,5.0,5.0,"I joined Le Wagon to learn new skills I could complement with my current career path. Even though I had some previous experience with programming, I was never really good at it. At the beginning of the bootcamp I struggled a bit to understand some of... Read More the concepts but as we progressed everything just started to click. The practical approach and ""product-first"" mentality taken by the bootcamp allowed for things to sink in, which to me is amazing considering they go over a lot of concepts, all in 9 weeks.Whether you are looking to gain new skills for a job or wanting to bring your ideas to life, Le Wagon can teach you everything you need to get into tech.I would Highly recommend Le Wagon Mexico as a starting point to jump into a career in web dev. The branch in Mexico city has the most amazing and welcoming team to support you throughout your journey and even after the completion of the bootcamp.Read Less",Web Development Course - Full-Time,Web Development +266218,10868,le-wagon,Juan Carlos Banos Mafud,False,2020,Mexico #347 Great experience!,2020-07-07,5.0,5.0,5.0,5.0,"I completed the program on March of 2020 and I have to say I had a great experience. The location was great, the program was excellent and the staff was even better. The program is great for anyone, from beginners to advanced, since the curriculum adapts... Read More to your level and will leave you with a yearning to learn more about programming. The apps that were built were all very cool and the curriculum is very product oriented. If you want to learn practical programming skills Le Wagon is a great option!Read Less",Web Development Course - Full-Time,Web Development +266217,10868,le-wagon,Pedro Cobos,False,2020,Mind-expanding experience,2020-07-07,4.7,5.0,5.0,4.0,"I have always felt that the weakest point in my professional life was the lack of technical skills, last year I decided to learn how to code in order to fill the gap. After a lot of research, I decided to enroll in Le Wagon´s Fullstack Developer Program... Read More and I´m so glad I did. Le Wagon not only helped me get the foundations on all the technologies involved in web development, but it also encouraged me to build my own products since the program is geared towards entrepreneurship. Besides the knowledge (which would be worth it on its own), I also got to meet incredible people from all walks of life who inspired me and continue to support me in my journey. Hands down, the best money I have ever spent on education!Read Less",Web Development Course - Full-Time,Web Development +266208,10868,le-wagon,Vinny,False,2020,Batch #409,2020-07-07,4.3,5.0,5.0,3.0,"I debated doing a bootcamp for a while because I thought that if I just tried hard enough, I would be able to learn to code by myself. After doing the Le Wagon web development bootcamp I see that even though it is possible to learn on your own, it is... Read More just smarter to have people help you on the way. The environment of a bootcamp is simply a lot better for learning, and the 9 week course represents probably more than a year of learning on my own. Le Wagon's value is incredible with a third of the cost of similar bootcamps. I had a great experience with my teachers and fellow students and it was definitely one of the best decisions I've made to do this bootcamp.Read Less",Web Development Course - Full-Time,Web Development +266184,10868,le-wagon,Cassandra Calescu,False,2020,Best decision I've made!,2020-07-06,5.0,5.0,5.0,5.0,"After assessing what I enjoyed most across my marketing roles, I decided I wanted to learn to code because what I wanted most out of my career was to be problem-solving and continuously learning and challenging myself.I had very little experience writing... Read More code prior to the bootcamp, but from day 1 we started learning and coding and building up our confidence each day. The bootcamp is intensive and is very well structured for people at different levels of experience and knowledge. Whether you're a beginner like me, or aren't completely new to tech, the programme is designed for anyone. The teachers are extremely knowledgable and supportive and the overall vibe and energy throughout the programme was amazing.On top of the tech skills I gained, I was also introduced to an amazing community of people who have helped and guided me throughout my journey. Best experience!Read Less",Web Development Course - Full-Time,Web Development +266171,10868,le-wagon,Daniela Santana,False,2020,A new career path with Le Wagon,2020-07-06,5.0,5.0,5.0,5.0,"Learning to code in 9 weeks sounds amazing and I needed the courage to start this journey I am so grateful for! After moving to Montreal, I started working in the Gaming Industry and was very curious about coding. In 2020 I finally decided to start a... Read More new chapter in my life and joined Le Wagon Bootcamp. During those 9 weeks we learned Ruby, Javascript, Ruby on Rails… During Project weeks, that’s when all knowledge comes together and we create Web Apps we would never imagine!Something we needed during those 9 weeks was support from the teachers, and we had all the support we needed to complete every challenge and finish the day waiting for the next morning to learn something new. And the most important, Le Wagon leads you to be part of the Tech community, so you have much more support! I am glad to be part of the Tech Community now!Read Less",Web Development Course - Full-Time,Web Development +266167,10868,le-wagon,Soumia G.,False,2020,Data science Bootcamp,2020-07-06,5.0,5.0,5.0,5.0,"I used to work at Microsoft as a consultant within the Identity and Security organisation covering all over the EMEA region. Seven months ago, I was looking for a change from handling systems to handling data and solving real-world problems. The data... Read More science boot-camp at Le Wagon helped me achieve that by providing the necessary tools to understand what Data Science is all about. It’s an intensive boot-camp where pre-work is key. The teachers, TAs and Le Wagon staff are 100% available. They made sure we deepened our knowledge in addition to building products from scratch, working in teams and being part of a network. I had a great time and I took advantage of all the resources available: online classes, events around full stack web technologies, talks with inspiring entrepreneurs, volunteering at a Data For Good project and being a Teacher Assistant. It’s an amazing experience that will definitely leverage your analytical skills in an innovative field where computer science, math, statistics are all involved and furthermore advance your career in a data-driven world.Read Less",Data Science - Full-Time,Data Science and Analytics +266166,10868,le-wagon,Cam,False,2020,Join Le Wagon,2020-07-06,5.0,5.0,5.0,5.0,"DO IT!! I promise you’ll thank me later. Enrolling in to Le Wagon was the best decision I’ve ever made.I was looking for a career change and looked in to coding purely because I like riddles. I chose Le wagon as it was recommended by a friend who had... Read More recently completed the bootcamp. I had no background in tech and now feel completely comfortable in building a web application from scratch, this is due to the intensive and rewarding structure of the course and the amazing staff. The teachers and teachers assistants are super knowledgeable and encouraging. The staff as whole were very inclusive and welcoming and I never felt as though I was being taught by teachers, but more like I was just in an office with friends and some friends just knew more than others.Aside from the tech skills I was taught, I was introduced to this amazing community which has given me connections all across the globe. I feel I made lifelong friends with the other students from my cohort and the staff.If you’re looking to explore the tech world as a new comer or looking to up-skill, in a practical, real world environment, working in collaborative teams, I highly recommend Le Wagon Melbourne.Read Less",Web Development Course - Full-Time,Web Development +266112,10868,le-wagon,Pedro Miranda,False,2020,Perfect bootcamp for people that want to change carreer path or just learn how to code!,2020-07-04,5.0,5.0,5.0,0.0,"I would recommend Le Wagon 100% to who ever is thinking about changing carreers, which was my case. I'm a Economics graduate with a masters in Public Policy and I have been working in the public sector for the past 5 years. Some aspects of the public... Read More sector started to frustate me to the point that I realize it would be nice to try something diffenrent.Le Wagon taught me the full process of web development and how to work with technology using the best resources available. The learning methodology is incredible; the progression of the learning process is perfect (not too slow and always allowing you push yourself further with extra challenges); the atmosphere and the teachers are awesome; the whole process, from setup day to demo day feels like a pleasent learning experience focused on collaboration. The tools are there, the teachers are always available to help and it's really up to you to just focus on the joruney, put the hours in that in the end of 6 months (I did the part-time) you will be able to call you a junior developer. I feel prepare to apply for dev jobs and as soon I quit my job that's what I'll do.Read Less",Web Development Course - Full-Time,Web Development +266093,10868,le-wagon,Juliette H.,False,2019,Great teachers and programme !,2020-07-04,5.0,5.0,5.0,5.0,"The 9 weeks at Le Wagon were an amazing experience and real challenge. The programme is very complete, and exercices enable to really understand all the concepts. Teachers are very supportive. And the atmosphere and energy in this bootcamp was awesome.... Read More Totally worth it !!Read Less",Web Development Course - Full-Time,Web Development +265971,10868,le-wagon,Isabela Mukotako Porto,False,2020,Ótima experiência de ensino,2020-07-01,5.0,5.0,5.0,5.0,"Gostei bastante dos exercícios, todos são bem criativos e satisfatórios, e principalmente de trabalhar no meu projeto final. Foi uma experiência bem diferente de outros ensinos. Não só consegui permanecer firme nesses dois meses como aproveitei como pude.... Read MoreRead Less",Web Development Course - Full-Time,Web Development +265966,10868,le-wagon,Anonymous,True,2020,This Wagon worths the ride.,2020-07-01,5.0,5.0,5.0,5.0,"Le Wagon is one of most famous bootcamp out there, is not cheap and after the course i know why, is hard to find a course that really worth the money, that one does, the material is out standing everything was thought to make sense, every class, challenges,... Read More the teachers, everything is out standing. I was a skeptic, I already had my share of code courses and never was afraid to spend full days studying , even then the time I most evolved in coding was through Le Wagon Bootcamp, Teachers and community always there to assist you, an opportunity to work in heterogeneous group, bump your heads and solve problems, why learning end to end development, to the way you think the product until you delivers it, this was a awesome experience.Read Less",Web Development Course - Full-Time,Web Development +265962,10868,le-wagon,Dan Howitt,False,2020,"Amazing experience, incredible teaching, and delivers on its promises!",2020-07-01,5.0,5.0,5.0,5.0,"Excellent bootcamp. Le Wagon's slogan ""change your life, learn to code"" cannot be more accurate. Faultless and would recommend to anyone who wants to learn how to code... challenging, but very rewarding. The content of the course is fantastic, giving... Read More you a holistic education on 'programming' and exposing you to different areas to help find your niche. I was part of the virtual batch (due to COVID), and was hesitant at first, but the teachers, resources and systems Le Wagon use made it seamless and equally stimulating.Read Less",Web Development Course - Full-Time,Web Development +265954,10868,le-wagon,Dimby Rakotomalala,False,2020,Le Wagon changed my life,2020-07-01,5.0,5.0,5.0,5.0,"Before the training, I was in consulting where I carried out several missions in the Web Marketing departments of large companies. (What interested me the most in these missions was the technical part) The technical aspects of these missions was the most... Read More exciting part to me. I found a real pleasure juggling between HTML, CSS, javascript and Excel/VBA to automate some tasks. After attending the presentation at Le Wagon’s bootcamp, a reconversion in Tech seemed obvious to me!3 months after the training, I have just launched my website of object givings between individuals. All this, thanks to Le Wagon course and a little patience!Read Less",Web Development Course - Full-Time,Web Development +265942,10868,le-wagon,Alexis,False,2020,Le Wagon gave me the keys to discover a new world and start a new career (Rio #354),2020-06-30,5.0,5.0,5.0,5.0,"I am a former engineer in Urban System who always was attracted by IT. I decided to do Le Wagon bootcamp (part-time 24 weeks) in 2020 and it was a wonderfull experience. In addition to the many technical skills I have acquired allowing me, today, to create... Read More Web applications from Scratch, this training made me discover new ways of working and a world full of opportunities and possibilities that I can't wait to explore ! Big plus : You have access to a really cool and useful ""Le Wagon"" network even when you finish the bootcamp.Read Less",,Unknown +265940,10868,le-wagon,Gustavo D'Araújo Borges,False,2020,Life-changing experience,2020-06-30,5.0,5.0,5.0,5.0,"I am a Distance Learning Manager and had always been curious about coding, specially thinking what I could develope in the edtech industry. I'd searched for bootcamps and was quite happy to find the best ranked one (Le Wagon) in my city: Rio de Janeiro,... Read More Brazil. The experience was fantastic from the beginning and not only our group could develope amazing projects, we were also taught on how to plan, build and manage those products. With the Covid-19 issue, we had to move rapidly to online classes but we didn't lose quality - in fact, I think we got even closer. I recommend Le Wagon as a life-changing experience and an exceptional way to gain autonomy and self-confidence in building digital products and connecting to an international community of developers.Read Less",,Unknown +265937,10868,le-wagon,Mau Dav,False,2020,Magnifique,2020-06-30,5.0,5.0,5.0,5.0,"My experience at this bootcamp was more than I expected. My intention when I joined this program was to merely be able to develop a web-app but I left, not only with the right conceptual tool-set to attack problem-solving critically and creatively, but... Read More with a great community on top of whose shoulders I can stand. The people behind this bootcamp have made sure to think about every possible detail that can benefit you in your learning process, and the quality of the experience clearly shows all of this. Plus, I didn't only learned a humongous amount of skills in a short period of time, I also had a lot of fun while doing it. Yoga classes in the afternoon were a great way of letting of some steam after some intense debugging, going out after a long day with my teachers and fellow students was always very entertaining. I think none of this was a mere coincidence. I think the Le Wagon model is constructed around this idea of creating the perfect context for the student to really take the most advantage of what is being taught to her.Read Less",Web Development Course - Full-Time,Web Development +265919,10868,le-wagon,Julia,False,2020,Mexico #347 batch,2020-06-29,5.0,5.0,5.0,0.0,"First of all I'd like everyone to know that attending a boot camp doesn't make you job interview ready. You'll still need to study stuff like data structures and practice solving algorithms. You are looking at 3-5 months of studying on your own. Le Wagon... Read More doesn't prepare you for that, but neither do most of the coding boot camps. My general wish is that this was somehow mentioned somewhere before you join the boot camp or somewhere along the way. Or probably I should have done my own research better -- whatever it is. Regarding Le Wagon boot camp those are the things I enjoyed:1. People. Teachers were absolutely amazing. Very talented, dedicated when guiding us through the process, and patient. The boot camp manager Andrea was absolutely amazing. She would always help with things smallest and biggest, and would always find time to hear you out with any questions and concerns. My classmates were pretty great. It was easy to make friends as we seemed to share similar values and goals.2. Social aspect. We had all sorts of activities and outings organized for us, such as visiting common tourist attractions, bar outings, even yoga!3. Collaboration. They have buddy system where you work each day with a new person on exercises, which enforces you to vocalize your thought process and mimics real world pair programming. Towards the middle of the course we all worked in the groups of 3 or 4 on Airbnb clone and our final project. That mimicked real world standup meetings, code reviews, and tasks delegation. 4. Tech stack. Ruby on Rails, HTML, CSS, JavaScript combo was exactly the tech stack I was looking for.5. Definitely can't beat the price which was around $5,000 but ended up less for me after the discount for women in tech. They do have early bird discount as well I think.6. I loved working on the final project with my team. It's really thrilling to have an idea and work with like minded folks on bringing it to life. Sense of accomplishment and celebration during the final demo day was real.Things I didn't enjoy or think could have been done better or differently:1. Pace. It was extremely fast paced with no time to digest the concepts. I'm not entirely new to coding, yet by the week 5 I felt like I couldn't pack concepts into my head anymore. We had pretty much a day for each concept (listening to the lecture in the morning, pair programming the whole day, and then live code in the evening), and the following day we would be learning a new one. That's 10 hours of coding a day every day for 3 month with the new material each day. Some of my classmates at some point of the course got lost and were not able to catch up until the end of the course. By the week 7 I simply burned out and almost dropped out.2. I didn't enjoy our attendance being monitored as if we were high school students. All the lectures were recorded and available for viewing on the portal. Better approach in my opinion would be letting folks have their own judgement which lectures they want to attend in person and which to watch on their own as long as people watch them and do the exercises. That would help people manage their energy and prevent folks from being exhausted towards the end of the course.That's pretty much it. Turned out to be quite a long review, but I feel like it touched pretty important points for folks making decision which boot camp to join. Looking back it was overall a great experience. Throughout the course I felt supported by the Le Wagon team and met bunch of amazing people some of them I can call friends now.Read Less",Web Development Course - Full-Time,Web Development +265910,10868,le-wagon,Chris Westerman,False,2020,Great Course,2020-06-29,5.0,5.0,5.0,5.0,"I attended Le Wagon London (batch 388) in April of 2020 to gain insight into the world of back end programming and help me gain the technical skills needed to alter my career path. After spending 10 years in the hospitality industry spanning multiple... Read More departments one thing became clear, the key to future success rests heavily in a thorough understanding of new technology. Le Wagon’s fast paced, 9 week curriculum is perfect for turning students of all backgrounds into junior full stack developers. The daily learning schedule is structured for students to get out of the program what they put in, with morning lectures introducing each topic followed by a series of daily challenges to nail home the concepts. After graduating from the Full Stack Development program I had all the confidence and know how needed to move forward with a career in web development.Read Less",Web Development Course - Full-Time,Web Development +265902,10868,le-wagon,Li,False,2020,Le Wagon gives me what I need to become a developer.,2020-06-29,5.0,5.0,5.0,5.0,"I attended Le Wagon Melbourne (batch 348) earlier this year.From the 9-week long coding bootcamp I got technical skills including Ruby, Rails, HTML/CSS, JavaSctipt, product design and deployment(Heroku), which make it possible for me to build a fully-functioned... Read More web application from scratch.Besides the technical skills, I would say I got some more valuables things from this journey - the ability to learn, the way of thinking & solving problems, the way people communicate & collaborate in tech industry. During the booctamp we were all encouraged to collaborate with our 'buddies' (pair programming partner), to ask for help, and to share our thoughts and ideas among the whole batch. These experiences helped me a lot when I did my interview for a graduate program.I am happy I made the decision to attend Le Wagon, it does give me what I need to become a developer. So if you are really keen to start a career in tech, and have the willingness to keep learning, Le Wagon is definitely an amazing choice.Read Less",Web Development Course - Full-Time,Web Development +265859,10868,le-wagon,Aurian Guerard des Lauriers,False,2019,A Miles Stone in my career,2020-06-27,5.0,5.0,5.0,5.0,"Looking back one year after finishing Le Wagon I can honnestly say that it was one of the best decision I ever made. I wanted to be a web developer and Le Wagon was exactly the kick start I needed. It felt like taking the highway without speed limit.... Read More Nevertheless, it's not magical, but nothing is. Not for you if you're lazy, not for you if you are a complete stranger to a computer. The unexpected value was for me the amazing network you are gonna be part of as an alumni.Read Less",Web Development Course - Full-Time,Web Development +265840,10868,le-wagon,Mathias,False,2019,Le Wagon made my career change possible.,2020-06-26,5.0,5.0,5.0,5.0,"After completing a master’s degree in business administration, I worked as a Product Marketing Manager in a tech company for three years. During that time, I worked closely with the company’s developers to build websites. Despite being a techie, I sometimes... Read More felt hindered by my inability to 'speak the language' with the tech teams. That’s why I first decided to learn how to code.After attending Le Wagon in Paris, I realized that coding could be something more than just better communication with developers, because I could be a developer myself! Le Wagon gave me the keys to start a new career as a web developer and create amazing websites and applications.Read Less",Web Development Course - Full-Time,Web Development +265836,10868,le-wagon,Anthony Passler,False,2020,Amazing experience!,2020-06-26,5.0,5.0,5.0,5.0,"After 10 years in the creative industry as a Creative Artworker I decided to make the switch and become a Full Stack Developer. I quickly found out that Le Wagon London was a great place to help me achieve my goals and I made the jump and signed up. ... Read MoreThe experience was incredible, its amazing the amount of Information your brain can process and the way Le Wagon have structured their bootcamp in phenomenal. I really enjoyed the fact that its a product-oriented approach where there is lots of hands on work as well as the buddy system which teaches you to work with different people and learn different ways of thinking because you get paired with a new person everyday. The teachers are always ready to help you when needed and there are no stupid questions! Looking at my final project (helprcommunity.com), I still can’t believe my team and I managed to pull this off in 2 weeks. Great job Le Wagon!Read Less",Web Development Course - Full-Time,Web Development +265835,10868,le-wagon,Anonymous,True,2020,Know what you are getting into.,2020-06-26,2.7,4.0,3.0,1.0,"Le Wagon is great if you want to learn how to quickly build a working prototype. But not so great if you actually want to become a developer. Le Wagon is better suited for entrepreneurial types who want to be able to turn their ideas into web apps as... Read More they give you all the tools needed to hack your way to a working product. If you are a beginner and want to become a developer to land a job I would look at other options. The tech stack is outdated and does not reflect the job market, in just 9 weeks it is hard to get the deep understanding needed to get a job (or to freelance), and support after the bootcamp is very very minimal.Read Less",Web Development Course - Full-Time,Web Development +265782,10868,le-wagon,Thomas Bozzo,False,2019,An amazing experience!,2020-06-24,5.0,5.0,5.0,5.0,"Le Wagon was an amazing experience for me! It's been so helpful to start and grow my dream business, because of the technical skills I learned there, but also all the innovation environnement within the Wagon with conferences, network, alumni and meetings.... Read More Above all, I met many great people during my batch, with amazing fellow batchers but also the fantastic Wagon crew. They're both still very good friends. To conclude a fresh air experience, which definitely helps me to pivot to a cool life path!Read Less",Web Development Course - Full-Time,Web Development +265781,10868,le-wagon,Benjamin,False,2020,Great experience,2020-06-24,5.0,5.0,5.0,5.0,"I overall had an amazing time at Le Wagon.First, teachers and teaching assistants were very professional and always there to make sure each subject is properly understood by the students. They try very hard (and with success I must admit) to answer every... Read More possible questions you may have.Then you have that sense of community building up throughout the duration of the course. Because you get to meet almost every other students thanks to the buddy system they have in place. Basically you randomly get a new partner every single day to spend the day with, help each other on challenging exercises. You literally have access to all almunis should you have any questions and that is great too !The only regret I may have is that time just flies like crazy there. I had such a fun time that 9 weeks felt like a few days.Read Less",Web Development Course - Full-Time,Web Development +265765,10868,le-wagon,Renaud,False,2020,"Le Wagon, a life-changing experience.",2020-06-23,4.7,5.0,5.0,4.0,"My experience at Le Wagon completely exceeded my expectations.I started the bootcamp willing to discover more about coding and finished convinced that I wanted to do web development for a living. The whole « La Wagon » pedagogy is truly powerful and effective.... Read More You spend 80% of your time practicing and actually coding. Everything you learn and do is focused building working apps. So you end up with a set of skills and tools you can use right away in any web development project. And cherry on the cake, by doing Le Wagon you join a huge and active network of happy tech alumni always helpful and full of good advices.I totally recommend Le Wagon, a life-changing experience.Read Less",Web Development Course - Full-Time,Web Development +265763,10868,le-wagon,Antoine Delannoy,False,2020,Le Wagon Web Development Bootcamp,2020-06-23,5.0,5.0,5.0,5.0,"I always had lots of entrepreneurial ideas, but never felt ready to test or launch those ideas, because I had no technical skills. Directly after my bootcamp at Le Wagon in Paris, I developed the MVP of one of those ideas. Today, I completely pivoted... Read More from that idea and work on a new MVP. Being able to code gives me huge flexibility and enables me as an entrepreneur to test projects at almost no cost. With a traditional business background and first experiences in banking & consulting, I believe Le Wagon is adapted for any profile and has the perfect format to learn quickly how to code while having fun!Read Less",Web Development Course - Full-Time,Web Development +265700,10868,le-wagon,Lamia El,False,2020,Great webminar with simple explanations,2020-06-20,5.0,5.0,5.0,5.0,Coralie was able to explain with simple words and good examples. She was available to answer to the questions. Nice organization with Anouk!I will definetly follow another webminar.I don't have any cons ... Thank you so much again ! ------------- !,Data Science - Full-Time,Data Science and Analytics +265669,10868,le-wagon,PINS,False,2020,Best Online Bootcamp Experience!,2020-06-19,5.0,5.0,5.0,5.0,"if you are gonna be a remote student, this is for YOU! I couldn't be there at the school physically due to the whole COVID situation and lock down. Was really worried in terms of the whole experience and learning process but the whole online remote teaching... Read More system they came out with, was FANTASTIC. Of course it would been nice to meet everyone in person, but I didn't feel alone as a remote student, everyone was friendly!The teachers actually engage a lot with all students and it made the whole online experience super easy to access, full support given from teachers anytime(very patient and helpful teachers in fact), the challenges and whole curriculum structure was very well structured! Literally, anyone can code from anywhere! And I will say it's way worth the price you're paying for, a good investment in yourself and a once in a lifetime experience!Read Less",Web Development Course - Full-Time,Web Development +265609,10868,le-wagon,Munekatsu Furugen,False,2020,Best Bootcamp!!,2020-06-17,5.0,5.0,5.0,5.0,"I attended the Le Wagon Tokyo batch#394. That was definitely great experience. Lectures are very well made. Every teachers were knowledgeable and always there to support us. Of course, you should pre-study as much as you can. More you prepare, further... Read More you can go during the bootcamp. If you're thinking of joining Le Wagon, go for it!Read Less",,Software Engineering +265540,10868,le-wagon,Yun Chung,False,2020,Amazing Coding Bootcamp Experience!,2020-06-16,5.0,5.0,5.0,5.0,"When I first made the decision to change my career and pursue web development, I had a skeptical attitude towards Le Wagon (and bootcamps in general). I wondered, ""Can't I just learn everything on my own online? And how is it possible that Le Wagon can... Read More have a nearly perfect rating online?"" Still, I took the plunge and registered, and I'm so glad that I did. In fact, my only regret is I wish I would have gone through Le Wagon's program sooner in my life.Each day during the bootcamp is long, and the pace is intense as there are lectures and coding challenges each and every day. At the same time, the program was extremely enjoyable. The curriculum is very well organized and gives you everything you need to develop and make progress as a developer. The coding challenges are well thought out, and they do a great job of reinforcing the lessons from that day's lecture. And finally, I can't say enough about the quality of the teachers. Not only are they extremely skilled at programming, and not only are they are excellent communicators who actually try to teach in a way that's clear and engaging, they are also great people who are really professional, patient, and fun.I mentioned above that I used to wonder how Le Wagon can have a nearly perfect rating online. But now that I've gone through their program, I can safely say that Le Wagon's rating is very well-deserved.Read Less",Web Development Course - Full-Time,Web Development +265514,10868,le-wagon,Julien Colombain,False,2019,Excellent coding bootcamp to learn the basics of web development,2020-06-15,5.0,5.0,5.0,5.0,"I decided to enroll at Le Wagon during the summer of my second year of computer science to complete my theoretical knowledge with concrete skills in web development. It was an amazing experience where I learned a lot. It really gives you a clear understanding... Read More of how the web works and how you can develop a complete web application from scratch, understanding both the frontend and the backend. On top of that, I learned a few design and project management skills as well. Comparing to my master's degree in Software Engineering, I would say Le Wagon's coding bootcamp is equivalent to 2 years of study in the field. The teachers are excellent, the courses really well designed. I would definitely recommend it to anyone that wants to learn how to code.Read Less",Web Development Course - Full-Time,Web Development +265502,10868,le-wagon,Diana CAPUNAY,False,2019,Best bootcamp ever!,2020-06-15,4.7,5.0,5.0,4.0,"I have been working during 8 years in a French localization agency as Linguistic Project Manager and Manager. During my experience at the agency, I had the opportunity to work often on back-end and HTML when localizing sites. This experience gave me the... Read More motivation to get into the world of the Web.I chose Le Wagon because its training is certifying (in France) and its pedagogy is very effective. I don’t regret my choice, it is one of the best experience I had in my life.During the training, I discovered the frontend which satisfies my creative side. It helps me to move towards front-end developer positions in Hong Kong.Read Less",Web Development Course - Full-Time,Web Development +265498,10868,le-wagon,Anonymous,True,2019,"Change your life, learn to code",2020-06-15,5.0,5.0,5.0,5.0,"I Joined Le Wagon in october in Batch #321 and it was probably the best decision i ever made.The teaching is very clear. The staff is great. You learn a lot and very fast, the buddy system is brilliant, best 9 weeks of my life.Would 100% recommand.",Web Development Course - Full-Time,Web Development +265440,10868,le-wagon,Lucille James,False,2020,"Fantastic experience, solid course",2020-06-13,4.7,5.0,5.0,4.0,"I had the pleasure to attend the Wagon during a not-so-great time, in April-May 2020. The entire team really outdone themselves to make our learning experience go as smoothly as possible. You can feel the progression throughout the bootcamp, and the pedagogic... Read More team really cares for their students. All in all a fantastic bootcamp.Read Less",Web Development Course - Full-Time,Web Development +265428,10868,le-wagon,Frank,False,2018,Best thing I done in my life,2020-06-13,5.0,5.0,5.0,5.0,"After my studies of Human Resource Management I started working as a recruiter. Trying to fill in a Tech position I firstly came in touch with some basic coding languages like HTML and CSS. I got hooked instantly. At that point I wasn't really happy with... Read More the line of career I had chosen for myself. So I wanted a change and I wanted it fast. After doing online research I found a few Coding Bootcamps in Amsterdam. After visiting each bootcamp I felt most connection with the Le Wagon coding bootcamp. That feeling didn't let me down. From day one everyone at Le Wagon makes you feel at home and in a safe environment to learn new skills. You learn so much in a such a short time. Each morning you learn a new concept which you will have to apply throughout the day when solving your challenges. At the end of the day we collectively recap the learning outcomes of the day by solving a few challenges all together during the Live Code. This and a few other learning tools really help you in understanding the material. In 9 weeks I gone from a guy who was able to not even build a simple landing page to a to guy who was building his own complex web app that connect to different external API's. What I achieved in 9 weeks is remarkable and I quickly found a Job as a Junior Ruby on Rails developer. Le Wagon helped me in my journey to become a web developer, the progress that you make in 9 weeks isn't achievable by yourself. As a bonus you are becoming part of a growing community that helps you with everything (code, design, product).Read Less",Web Development Course - Full-Time,Web Development +265419,10868,le-wagon,Baris,False,2020,Amazing experience,2020-06-12,5.0,5.0,5.0,5.0,"I had been working as a Civil Engineer and during my free time I started to learn coding to make games on unity. However I felt I was just coding what I memorized without knowing the logics. I thought I didn't have the foundation of programming I need,... Read More so thats why I decided to join Le Wagon.It was very challenging 9-weeks that I have learnt about programming foundations, web development, teamwork, and project management. At the end of the bootcamp, I had 2 big team projects and many personal projects as well. It was one of the most challenging and enjoyable period in my life.Read Less",Web Development Course - Full-Time,Web Development +265397,10868,le-wagon,Chihiro Tsuda,False,2020,"Change your life, Learn to code.",2020-06-12,5.0,5.0,5.0,5.0,"If you are reading this review and wondering if you should dive into the world of coding, just do it. I graduated one of the popular universities in Japan with B.A. and got government related job for my first career. After that, I became a recruiter and... Read More developed my career in HR and recruitment industry. In my life, everything was always competitive like getting into a good university, getting a job at a famous company, and being a top sales at my work place... but I always knew that I don't have a proven skill which I can show off to people in a different environment. I wanted to have a skill which I can keep improving in my life. This is why I chose to learn coding and Le Wagon. First, everything was so new to me and I struggled a lot with understanding the whole concept of programming language. The course was intense but one day I realized myself that I was enjoying coding from the bottom of my heart. There are many ways to learn programming in this society, but I still strongly recommend Le Wagon as there are awesome teachers who dedicate themselves to support and motivate students. I was always the one asking teachers a question but all of them are very supportive and I could finally manage finishing the course with my own web app. I can't imagine myself now without having this amazing experience at Le Wagon and I really want to tell myself in the past that I made a great decision to join Le Wagon. I now want to keep coding and improving my skill and tell people around me that everything started from the first day at Le Wagon.Read Less",Web Development Course - Full-Time,Web Development +265383,10868,le-wagon,Anaïs,False,2019,Batch 320,2020-06-11,5.0,5.0,5.0,5.0,"Hi, I’m Anaïs, I did the batch 320 at Le Wagon in Paris, and I loved it :slightly_smiling_face: !Before I spent a few years working in tourism industry, especially in rental accommodations platforms, where I was in contact with developers. I always wanted... Read More to be a Product Manager, and I used to do a few missions as a Product, but I wanted to have more technical skills. Le Wagon was for me the ideal Bootcamp to train and get those skills.Indeed, I really enjoyed learning how to code, I was more into Front-end development. One of the thing I really appreciated about this course was to work every day with a different person (“Buddy”). It really helped to work efficiently, some days we were with some people stronger than us and this made us go deeper, and some other days we were at the same level or better. But it’s really great to adapt ourself in order to perform.Also, I really loved the vibes of Le Wagon’s community, we had the chance to meet a lot of amazing persons with different backgrounds. Now I’m proud to be part of this community and be able to have a great network, also to be able to participate to many professional events.After this amazing Bootcamp, I first consolidated the skills I learned by being an teaching Assistant, and now I am a Product Owner in a little start-up, where I am the only Product profile. I really like my new job because there are too many things to build and improve.So the only thing I would say, is you should go to Le Wagon, Learn, have fun and meet new people to help you grow and find another future work experience that you will love !Read Less",Web Development Course - Full-Time,Web Development +265378,10868,le-wagon,Aurélien Allard,False,2020,Great experience in Data,2020-06-11,5.0,5.0,5.0,5.0,"As a data freelancer, I used to self-learn a lot. Applying to Le Wagon’s data science bootcamp allowed me to increase my skills far more quickly, by facing state of the art processes in only nine weeks. It was a real game changer for myself and my clients.... Read More The growing community of Le Wagon is also an incredible way to meet other professionals eager to share good time as well as new opportunities.Read Less",Data Science - Full-Time,Data Science and Analytics +265368,10868,le-wagon,Anonymous,True,2020,More than cool and usefull,2020-06-11,5.0,5.0,5.0,5.0,"I worked for 10 years as sales and i was fed up about that. I decided to change my life with Le Wagon in Paris. Now I'm product manager and I'm very happy to do this work every day :). Without Le Wagon, it would not have been possible !I met a lot of... Read More interesting people and I'll never forget this amazing experience !!Read Less",Web Development Course - Full-Time,Web Development +265347,10868,le-wagon,Paul Heilweck,False,2020,11/10 would recommend,2020-06-10,5.0,5.0,5.0,5.0,As a business school student I grew tired of not doing anything practical. Why not coding ? It was so hard to find any bad review about Le Wagon yet it managed somehow to exceed my expectations.It's a wonderful humane experience and the learning process... Read More could not be smoother and effective. The alumni network is huge and extremely active : two weeks in the bootcamp and I already found the 6-month internship I was looking for. Now I'm a happy full stack developer. I know I can count on Le Wagon to build my carrier on something I'm actually passionate about and for many years to come.Congrats on building such a wonderful community !Read Less,Web Development Course - Full-Time,Web Development +265343,10868,le-wagon,Castelnau,False,2020,A great and complete experience,2020-06-10,5.0,5.0,5.0,5.0,"After many years of work in the movie business & others domains, i decided to become a web programmer.I wanted to have new qualifications and also find the job openings that come with it.I started comparing many different formations and the Wagon Bootcamp... Read More was in my opinion the one with the best reputation and also the one with the best process.At the end of the 3 months formation, i can say that it totally worthed it. In this amount of time, we started from scratch and learned everything we needed to know about front-end development: Ruby, Javascript, HTML & CSS.I am now more than competent to create a website or a mobile application from nothing.Read Less",Web Development Course - Full-Time,Web Development +265342,10868,le-wagon,Martin Navarrete,False,2019,Best learning experience!,2020-06-10,5.0,5.0,5.0,5.0,"Being an IT Project Manager, I lacked the technical knowledge to interact properly with the developers team or fully understand the technical architecture of our solutions. To fix this I did Le Wagon full time bootcamp. In only 9 weeks I learned to code,... Read More made friends, and got good contacts in the tech industry.Le Wagon teaches you the basics of coding, with which you can easily continue progressing and discovering new ""gems"" (pre-coded applications) that allow you to do almost anything you want.And it is also a great way to enter into the digital start-up world.I strongly recommend this bootcamp. The teachers and staff are great, friendly and fun!Read Less",Web Development Course - Full-Time,Web Development +265339,10868,le-wagon,Thomas Rose,False,2020,Incredible experience,2020-06-10,5.0,5.0,5.0,0.0,"Hello,I participated in the batch 350 in Paris and it was an incredible experience !The teaching staff, the quality and structure of the lessons, the place and also the atmosphere ! Everything was perfect for studying and learning in the best conditions... Read MoreI learned much more than coding during these 9 weeks of bootcamp, we are taught to be very productive, develop our product culture, use a multitude of tools And of course, met fabulous people with diverse backgrounds and incredible motivationSo my recommendation on a scale of 1 to 10 ? 11 !Read Less",Web Development Course - Full-Time,Web Development +265338,10868,le-wagon,Savina Aliaj,False,2020,The best learning experience I've ever had,2020-06-10,5.0,5.0,5.0,5.0,"I was in a point of my life where I needed to change my career and that's when I found out about this amazing coding bootcamp.Le Wagon Milan has been the best learning experience I've ever had and I will recommend it to everyone who wants to lean about... Read More web development.Even if a 9-week program may not seem enough to you, I can confirm that it is and you will be amazed by the amount of skills you will have gained by the end of it and that will allow you to start your career as a developer.I loved the international environment, the teachers and staff were amazing and always there to help you and most importantly, it's super intensive and if you put 100% effort in it you will get the best experience ever out of it.Be ready to code many hours every day and by the end you will be able to code a web app from scratch and put it to production. How amazing is that!Read Less",Web Development Course - Full-Time,Web Development +265337,10868,le-wagon,Sovana,False,2020,Great learning journey and amazing learning experience,2020-06-10,5.0,5.0,5.0,5.0,"Coding was always a skill I wanted to add to my professional quiver and I decided to join Le Wagon bootcamp following all the good feedbacks I heard about it. With more than 10 years of experience in Marketing in the cosmetics industry and absolutely... Read More NO experience in coding, this 9-week program went beyond my expectations! - The learning path is very well structured and supported by an amazing lifetime access learning platform full of useful resources - The teaching team is both highly qualified and passionate about coding. They are always ready to coach & help you in one to one and this is one of the main asset of the bootcamp as I don’t think I would have learnt so much in only 9 weeks without their help. - Focus is on practice to make sure all the concepts are understood and assimilated as most of the day is dedicated to practical exercises with a great system of feedback telling you how well you performed. - The program is very team oriented as you face your daily coding challenges everyday with a different “buddy” and then work in teams of four for your final projects. To me, it’s the perfect way to build strong bonds with your classsmates! - Last but not least le Wagon team does a great job at connecting people through the events their organize weekly for the students: from the first welcome drink to the last demo day party, everything is made for you to know each other and develop your network. And it doesn’t stop there as you become part of Le Wagon Alumni that now counts more than 3000 students over the world who stay connected to each other through the many slack channels of le Wagon and of course through the many events organized by Le Wagon. Thanks to Le Wagon, I now know how to code, how to design my own projects but I also met incredible people and made great friends! This has been one of the most incredible learning journey I have ever had. Some weeks may have been hard and pretty intense (hey it’s a bootcamp after all!) but if had to do it again I would not think twice about it!Read Less",,Software Engineering +265326,10868,le-wagon,Riwan TALMO,False,2020,Great school + perfect course = unforgettable experience,2020-06-10,5.0,5.0,5.0,5.0,"Hi! I’m Riwan! I participated in the batch #350 of Le Wagon in Paris. I’ve always been interested about web development and Le Wagon has allowed me to make my passion my profession. Le Wagon not only teaches us to code but also to think completely about... Read More a web product. The plurality of the profiles that make up a batch is very interesting: whether one is passionate or novice, everyone knows how to code at the end of the training. The pace is very fast but we finally get used to it (even with 2.30 hours of transport per day!). This training is incredible and gives all the cards to be able to work in the web afterwards!Read Less",Web Development Course - Full-Time,Web Development +265298,10868,le-wagon,Vivier,False,2020,Great Knowledge,2020-06-09,4.7,5.0,4.0,5.0,"I worked for 10 years in the digital and innovation field. Before Le Wagon, I never coded a single line of code. I did the 6 months part-time training. Development and programation is the main purpose of my work and I felt there was a gap between me and... Read More the developers because we could not speak the same language. During Le Wagon training, I perfectly learn how to code and even more : I learned how to worked with teamate and a methodology to always increase my knowledge in development. The success of this formation is due to the teacher team (always 4/5 teacher by session) and their benevolence. The framework is also amazing : the large jungle helps give a very relaxing setting :)Read Less",,Software Engineering +265295,10868,le-wagon,Ken W.,False,2020,Le Wagon Paris was one of my best experience!,2020-06-08,5.0,5.0,5.0,5.0,"First thing first, It’s not easy at all to learn how to code and specially when it’s the part-time course! (You have to be prepared to say goodbye to your Saturdays and also your Friday nights ahaha).During the formation, you may think that it’s going... Read More to be impossible to pass all the exercises or to finish your project graduation on time but you have to stay strong because when you graduate, you will feel so good about yourself that it’s really worth it!I learned to code but not only! The teachers and teaching assistants teach you how to work as a team when it’s time for your Rails prototype and that was very helpful!I met a lot of interesting people at Le Wagon, both the students and specially the teaching staff!Their profiles are so diversified that it makes them the best asset of Le Wagon, you can ask them so many questions about coding and also working as a developer, free lancer or entrepreneur and that answers a lot of questions when you are at Le Wagon for a career change!Thanks to all the staff !Batch #301Read Less",Web Development Course - Part-Time,Web Development +265278,10868,le-wagon,Anonymous,True,2020,An incredible human adventure,2020-06-08,5.0,5.0,5.0,5.0,"Le Wagon is an opening to the world of web development that I recommend to everyone. the courses not only introduce us to programming, but also give us notions of project management, ux etc. in addition to exceptional teachers and playful lessons, the... Read More wagon is also a human adventure.Read Less",,Software Engineering +265272,10868,le-wagon,Joe Driver,False,2020,Le Wagon Bali is Amazing,2020-06-08,5.0,5.0,5.0,5.0,"Le Wagon Bali was the best decision of my life and I am so happy I made the jump. First, a little bit about myself. I am 34 years old and spent the majority of my adult life working as a paramedic, vastly different from the tech industry. I have always... Read More been interested in learning to code and many times embarked on online courses which were structured in a way which rarely resulted in any true understanding of the content, especially considering limited time I have for learning with full time work.Overall, I knew I wanted to learn to code, I knew I would enjoy coding, it just wasn’t working for me trying to do it solo. So, nervously and uncertain, I took 9 weeks from my family and career and embarked on my journey with Le Wagon. Fast forward 5 months and now I am employed as a full-stack developer during a pandemic, in my dream location, thanks in no small part to Le Wagon.Ok, so first thing to know about Le Wagon is, it’s hard, it’s no holiday (especially if you have limited coding experience). The were many times in the first three weeks where the learning curve was so steep I felt hopeless, there were times when I actually thought I might cry – I usually only cry if I was to be punched in the nose. That’s where you get to lean on the other students who are undoubtedly going through the same range of emotions, forging friendships as you learn together.Then there’s Le Wagon’s best asset, the teachers and teaching assistants, who bring a wealth of knowledge, passion and guidance. I now know they are the reason Le Wagon has the incredible reputation it has. These guys are there 12 hours a day teaching complex content in an understandable way, solving problems, deciphering our poorly written code, and willing to help unassuming paramedics who really had no idea about coding to start with. They became friends and lifelong mentors, and made my experience at Le Wagon Bali and unforgettable and truly rewarding experience.If you were considering Le Wagon and were on the fence my advice would be to take the plunge, you won’t regret it. Especially in Bali, I can vouch for that team – they are the bomb. Thank you to Dirk, Guido, Gianluca, Sonia, Rayhan, Sisi and the class of #349!Read Less",Web Development Course - Full-Time,Web Development +265244,10868,le-wagon,Guillaume Lomig Enfroy,False,2020,"What you need, when you need it, how you need it to boost your career.",2020-06-05,5.0,5.0,5.0,5.0,"A great syllabus lead by skilled and motivated teachers.The content is packed, but very product-oriented, which is very different from a traditional way of teaching code.Everyday starts with a lecture during the morning, followed by a full day of exercises... Read More building on the matter at hand as well as what is already acquired from the previous sessions. We are coached by multiple teachers who guide our thinking and help realize our own potential.Once the day is over, everyone gather again for a live-coding sessions, where the entire class tackles an algorithm together with a teacher.The Wagon gives you all the keys you need not only to be able to build your own website, but most importantly, a real method to be able to seek help and information on what you don't know, developing an autonomy that may be lacking through a more traditional approach.The three last weeks are here to teach you how to work with a team, with 2 full projects to develop and to showcase – which perfects the pragmatic approach of this bootcamp.Once it's finished, we are still left with a huge and great community of alumnis, and Le Wagon helps you and guide you through the follow-ups and your job searches.Attending to Le Wagon changed my life, and for the better.Read Less",Web Development Course - Full-Time,Web Development +265235,10868,le-wagon,Andrea Tota,False,2020,Le Wagon Italy is the real deal,2020-06-05,5.0,5.0,5.0,5.0,"Le Wagon Italy is a great organization made of fantastic people, both professionally and humanly speaking.I joined their web development boot camp to gain new skills in order to switch career path and all I can say is it that I'm amazed by the quality... Read More of their program.You'll learn so many key arguments necessary to start your career either as a developer, freelancer or entrepreneur.Most importantly you'll practice these arguments every single day throughout the entire boot camp together with an international fellowship of students, supported by amazing teachers.Along the way you might feel a little lost because of the intensiveness of the program but don't worry at all, all the dots will connect at the end and you'll be amazed by the amount of stuff you learned along the journey.Long story short: I'd recommend Le Wagon Italy to anyone who's passionate about programming because this organization is the real deal.Read Less",Web Development Course - Full-Time,Web Development +265212,10868,le-wagon,Raphael de Saint-Exupéry,False,2020,Le Wagon : A door to enter the data world,2020-06-04,4.7,5.0,5.0,4.0,"After my studies in mechanical engineering and international business on 3 continents, I wanted to link code and business as I saw a gap between what more and more companies are looking for and what university teached me. After a few months as a consultant... Read More in a healthcare-specialized firm, I learned that Le Wagon was opening its very first batch in Data Science in Paris. I didn’t have to think it twice as I knew the quality of the webdev bootcamp from friends. In just 9 weeks, the quantity of information we learned was just incredible. I didn’t know what Numpy, Pandas, ScikitLearn or Seaborn meant… now I have the foundations to understand Python code and SQL queries and start as a Data Analyst, Data Engineer or even on a more business-oriented job like Product owner. Of course, in 9 weeks, it’s impossible to learn everything about anything in the vast world of Python but it’s like school: Le Wagon teaches you the foundations to be able to build on top of that and become a great “data” with experience.Now that the data science bootcamp is opening in other cities throughout the world, go for it if you want to understand data science and AI by yourself and not only by believing others.Read Less",Data Science - Full-Time,Data Science and Analytics +265209,10868,le-wagon,Charles Bénard,False,2017,I feel superpowered ;-),2020-06-04,5.0,5.0,5.0,5.0,"Le Wagon teached me all the magic of coding I needed to start express my creativity and become digitally productive. The knowledges I acquired really helped launching my company Hiboo.io. It also breaks the dividing line between “technical” and “non-technical”... Read More people.In magical terms, I'm not a muggle anymore ;)Read Less",Web Development Course - Full-Time,Web Development +265206,10868,le-wagon,Wesley Alcock,False,2020,The Future of Education,2020-06-04,5.0,5.0,5.0,5.0,"Before I joined the course I was at a crossroad in terms of what my future could hold. The University teaching style felt so outdated and slow, with huge breaks between subjects and many “filler” courses. Doing some research lead me to discover “Le Wagon”.... Read More The daily structure of the bootcamp was a perfect mix. Concise morning lectures, followed by challenging hands on problems and ending with a daily refresh of concepts. At no point during bootcamp I felt like there was wasted time. Each day you work someone to solve the problems set out, having someone to discuss the problems with, really helps with the deeper learning aspect. How the challenges are laid out, you can choose to complete the minimum or really test your knowledge with the advanced problems. During the final 3 weeks of the bootcamp all the previous learning is put into real world practice with the creation and completion of 2 functioning websites.During the bootcamp you can feel overwhelmed with the amount of work, but the teachers really help you to not feel left behind. There is various catch up sessions during the bootcamp to further expand and enforce on earlier concepts. Overall leaving the course my life has honestly been completely changed and evolved. Where it was once dark, I can finally see light at the end of the tunnel. I am constantly surprised that Universities haven’t adopted this style of teaching. During the 9 weeks I learnt more than the first 2 years of University taught Software Engineering. This course is just the beginning to your future life as Developer and I would encourage anyone to join, regardless of your previous skill.Feel free to contact me if you have any questions -https://www.linkedin.com/in/alcockwj/Read Less",Web Development Course - Full-Time,Web Development +265195,10868,le-wagon,Anonymous,True,2020,All I was hoping for and then some,2020-06-03,5.0,5.0,5.0,5.0,"I did both the web dev and the data bootcamps back to back. The syllabus is great : covers a lot of ground to give you broad overview of relevant issue. You don't become an expert right away, but you know how to go further and where you want to go. Super... Read More professional and well oiled, yet really friendly community. Excellent teachers and TAs. Genuine alumni network and great ongoing support.Read Less",Data Science - Full-Time,Data Science and Analytics +265189,10868,le-wagon,Eugénie C.,False,2020,Incredible bootcamp !,2020-06-03,5.0,5.0,5.0,5.0,"The Fullstack Web development Bootcamp at Le Wagon is an incredible training.It is super well constructed, we learn the basics of coding and then all that is necessary to code with a product-oriented vision.I like the idea of ​​not wasting time and learning... Read More just what it takes to get started and that's exactly what Le Wagon does with a very well thought-out course and challenge platform, with projects’ weeks where we develop finished products, a high-level and friendly teaching staff, a very cool start-up atmosphere and great meetings. I recommend Le Wagon just for this human and hyper-instructive parenthesis that does a lot of good and generates many new skills! Now I am ready to code my own marketplace and launch my business!Read Less",Web Development Course - Full-Time,Web Development +265185,10868,le-wagon,Paul Portier,False,2019,"The best ""school"" experience I've ever had.",2020-06-03,5.0,5.0,5.0,5.0,"I might as well admit it, I never liked school. After dropping out of it at 16, I became and worked as a photographer for 6 years before I felt like moving on to something else and looking for a new challenge.Through a fortunate combination of circumstances,... Read More I learned about the Le Wagon bootcamp while I was thinking about learning to code. I decided to sign up for it while being quite anxious at the thought of returning to a school environment I had previously fled. The anxiety quickly dissipated when I found out how the bootcamp was going.Short and concise lessons in the morning, playful exercises to be done with one or more people for the rest of the day, helped by the lead teacher and teacher assistants (former bootcamp students), all of this in a family-like atmosphere and place, not to mention the events and parties organised by the staff: everything has been thought out to promote a smooth learning experience, despite the intensity of the work to be done. During the 9 weeks of the bootcamp, I was able to learn so much things and make a lot of interesting encounters. I am proud to say that I am now a freelance fullstack developer and I am delighted to have chosen to attempt at the Wagon adventure.I even enjoyed it so much that I’m back today with pleasure as a teacher assistant from time to time. Not bad for someone who’s not very academic, isn’t it? :)Read Less",Web Development Course - Full-Time,Web Development +265184,10868,le-wagon,Hector Bonvallot,False,2019,Amazing 😍,2020-06-03,5.0,5.0,5.0,5.0,"It was an amazing experience, i learn a lot, i met many people. If you want to understand coding then Le Wagon is for you. You will have the keys to start a career in the tech field. I learn other languages after the wagon and it was really easy. I am... Read More very happy with this bootcamp !!Read Less",Web Development Course - Full-Time,Web Development +265157,10868,le-wagon,Kevin,False,2020,"Amazing experience not just for aspiring developers, but also for professionals in business functions seeking technical literacy",2020-06-02,5.0,5.0,5.0,5.0,"After several years in the consulting world working alongside professionals in tech, I wanted to learn to code and better understand technical concepts and architectures that were becoming increasingly prevalent in my work. I tried several times to learn... Read More on my own using online resources, but found it difficult to stay self-motivated.Le Wagon provided me with the structure and intensity I needed to learn quickly. The best part of the experience, beyond the traditional lecture format, is that you learn by doing. You spend most of the day practicing coding, and applying the skills you learned during the morning lectures. The latter part of the bootcamp is dedicated to building out full-scale projects, replicating the experience you would have as a real developer.The course is rigorous and it will challenge you, but that is exactly why it is so effective. All of the instructors were incredibly helpful and patient in helping you get unstuck throughout the exercises and projects. If you're ready to put in the effort, you will come out of this program with the skills and knowledge to grow your professional career.Read Less",Web Development Course - Full-Time,Web Development +265118,10868,le-wagon,Etienne Burdet,False,2019,"Brillant course, which just got me where I am now!",2020-05-31,4.7,5.0,5.0,4.0,"Most important things first: I got a job in three days straight after the camp and still doing great there!Ok now to the mudane details… Le Wagon's track is quite different from anything you will find on the net and is truly brilliant. Instead of focusing... Read More on eye catching features and technology names, it focuses on giving some really solid basics on the MVC desgin pattern and product lifecycle ""the Github way"". And that's all you need truly, to ship ton of product.The schedule is awesome (the best benefit of the program), the content is great, the atmosphere is just perfect. It's all you need to be 100% percent on learning everyday.If you want to develop products, code your own product or get more experience in doing so (e.g. for Product Owner jobs), I can't recommand enough. Forget the fancy React stuff, just learn a proven way to ship functionnal apps. And again, it got me a job in no time.Read Less",Web Development Course - Full-Time,Web Development +265105,10868,le-wagon,Benjamin Leray,False,2019,Best way to start a fresh new career,2020-05-30,5.0,5.0,5.0,5.0,"Former account manager in Retail Bank, I wanted new challenges and technical skills, but I never coded before. I was affraid that 9 weeks wasn't enough to learn a whole new job, but here I am, few weeks laters, with a fullstack junior position, loving... Read More every day my choice to change job.Le Wagon isn't just to learn how to write code, it's also how to think like a developper, how to handle problems/challenges, we worked as a team to learn thing et create web-app. We had meetings to discuss with passionate Ceo during the weeks, but also with Developper, freelance , product Owner to discuss about the pro and the cons of each Job.We never felt loss after the Wagon, we knew we had all the tools to improve our skills, to be confident at a Job Interview.Also there is a lot of cool events during the 9 weeks, between two sessions of hard coding :)!Read Less",Web Development Course - Full-Time,Web Development +265099,10868,le-wagon,Laurent Binder,False,2020,Best experience ever,2020-05-30,5.0,5.0,5.0,5.0,"As a sound engineer for many years, I was lucky to work with a lot of French artists such as Zaz, Raphaël, Lavilliers , Charlie Winston and David Bowies’s producers Mark Plati and Tony Visconti. I had always been attracted to coding but was too busy to... Read More get myself into it.So I went to look for a fast, intense and the best coding bootcamp.Le Wagon was beyond my expectations. In addition to having taught me the essentials of the basics of code in record time, I was particularly sensitive to the peerless supervision. All the staff is just perfect. They are passionate, involved and attentive. This experience blew my mind and now I just want to put my sound engineer career aside and become a dev !Well done Le Wagon !Read Less",Web Development Course - Full-Time,Web Development +265098,10868,le-wagon,Christian Preda,False,2020,Amazing experience for entrepreneurs looking to learn web development,2020-05-30,5.0,5.0,5.0,5.0,"I was always curious and interested in developing my web development skills, but because of my job I could not make an intensive program of 9 weeks. The solution came with the Part-Time program at Le Wagon that allowed me to pursue my dream of deep diving... Read More into programming without having to give up on my current job. I came to Le Wagon looking for boosting my knowledge in order to be autonomous in launching MVP’s and the experience far surpassed my expectations. Not only I got the technical skills that were required in order to build a product but also I leaned how to conceptualise and launch it. That coupled with amazing staff and existing network made my time worthwhile.Read Less",Web Development Course - Part-Time,Web Development +265062,10868,le-wagon,Maude,False,2020,Amazing learning experience !,2020-05-29,5.0,5.0,5.0,5.0,"After 3 years working in a tech environment as a product owner, I wanted to get a better grasp of the developer’s challenges so I decided to attend Le Wagon and learn for myself what the job was ! I can definitely recommend the program to anyone, regardless... Read More of their previous background and/or experiences: my experience at Le Wagon taught me a lot more than the developers job. It taught me the right development practices, the right way to approach and structure a project, how to collaborate, how to improve my coding skills by myself and more. During these 9 weeks, being surrounded by people from various backgrounds and experiences challenge themselves to pursue a career switch was extremely inspiring and gave each of us the courage needed to design our path as developers/product/growth/entrepreneur...Read Less",Web Development Course - Full-Time,Web Development +265056,10868,le-wagon,Mathieu,False,2020,Extremely valuable skills not only to geeks and developers but also to anyone in a business function,2020-05-29,5.0,5.0,5.0,5.0,"After nearly 10 years of professional experience in “traditional fields” (Finance and Management Consulting), I felt very ignorant of all the tech ecosystem that disrupts every day traditional players. I needed to gain rapidly technical skills and to... Read More get to know this booming geeky world.Le Wagon perfectly matched this goal and I can only recommend it to anyone in the same situation. At Le Wagon, I’ve experienced the most exciting learning experience. Each day is about discovering something new, getting to know a new person and exchanging ideas with smart people from incredibly diversified backgrounds. The teaching is extremely well-thought making it both accessible to complete beginners and exciting to students with more advanced knowledge.I am convinced that today being able to code, to query a database, to design a product in sprint mode or to pitch an app idea are extremely valuable skills not only to geeks and developers but also to anyone in a business function.Read Less",Web Development Course - Full-Time,Web Development +265033,10868,le-wagon,John Schults,False,2019,Intense learning in a dynamic environment,2020-05-28,5.0,5.0,5.0,5.0,"With three decades in the global news business as a photojournalist, photo editor and manager, I had the opportunity to make a career transition and enroll in the Fullstack Bootcamp for web developers. While in high school in the ‘60s I learned Fortran... Read More and later as a web consultant at a photography school in Paris I worked on SEO visibility in the early days of the internet in the ‘90s where HTML pages had to be tweaked to the algorithms of the different competing search engines. In 2019 “Le Wagon” was my personal pivot, a challenge to learn how to code during their 9-week bootcamp bringing people from various professions and backgrounds into a dynamic environment with the goal of working in the start-up economy. Learning at the bootcamp was intense - daily presentations to learn code, followed by exercises working with a different buddy each day, ending with a hour-long ‘live code’ session. And flash cards to review the course content each day. By the end of the second week, many of us were dreaming code in our sleep. An excellent teaching staff and a pedagogical program that has proven itself since the creation of ‘Le Wagon’. They have developed an environment where students of all technical levels can learn the tools needed to build web applications. Just excellent !As “Le Wagon” simply states, “Change your life, learn to code”.Read Less",Web Development Course - Full-Time,Web Development +265032,10868,le-wagon,Thomas EUDE,False,2020,My Le Wagon Bootcamp,2020-05-28,5.0,5.0,5.0,5.0,"2 months to learn to code, ok quite a big challenge, BUT Challenge accepted ;) It was difficult for me to believe that I’ll be able to learn to make a web-app in 2 months only. It was not easy but I definitely succeeded, thanks to a teaching team who... Read More really helped me to improve myself and move on to the next step. Today, I can do anything, with a lot more time, that an experiented dev’. Something also that I really appreciated at Le Wagon, it’s the entrepreneurship mindset. For me, this mindset allows to make the difference. Last thing but really important, I’ve really meet very goodwill people along my training and I think that it has made also the difference for success my training.Read Less",Web Development Course - Full-Time,Web Development +264996,10868,le-wagon,Patrice Jaszczysnki,False,2020,Best Bootcamp for a wahou experience !,2020-05-27,5.0,5.0,5.0,5.0,"Leaving aside my former job in finance, I decided to take part in the adventure “Le Wagon” in January 2020: an immersion into the world of tech to learn how to code!9 weeks in a batch of 30 people from all walks of life in a studious and ultra positive... Read More atmosphere. And that’s what Le Wagon is all about: mothers, students, car salesmen, costume designers, lighting designers? All at the same level.We talked about database, algorithm, back-end, front-end, MVC, Ruby on Rails, Javascript, Postgresql, Heroku and many more! A lot of terms that were not very well known at the beginning but that have no more secrets for me today.But we worked a lot, really, to finally succeed in creating a web app project in groups. I wouldn’t have imagined at the beginning to succeed in all this. Having worked in management control for several years, I can say that my reconversion is well under way!But to achieve this, we had excellent teachers and a very operational and highly effective teaching approach.Thank you to the whole team of Le Wagon Paris for their kindness, their good mood and for all the beers :)I’m very happy to be part of Le Wagon alumni, a huge community! and I encourage all those who want to learn to code to participate in Le Wagon adventure!Read Less",Web Development Course - Full-Time,Web Development +264995,10868,le-wagon,Benjamin,False,2020,Amazing experience,2020-05-27,5.0,5.0,5.0,5.0,"Joining Le Wagon’s bootcamp was one of the best decision of my life. Learning code is difficult but at Le Wagon everything was made to help the students : the organization is perfect, the lessons are well explained and the teachers have a lot of experience.... Read More On top of that, the atmosphere is friendly and the afterworks really fun.I highly recommend to do it if you plan to learn coding !Read Less",Web Development Course - Full-Time,Web Development +264993,10868,le-wagon,Dorian Roche-Philis,False,2020,All we need is code,2020-05-27,5.0,5.0,5.0,5.0,"I’m a real estate agent based in Paris, and I wanted to learn code since i was young. I choose Le wagon and I’m very statisfied about what I can do after 9 intensives week of learn in Le Wagon. I already code some very complete website for different projects,... Read More and if it’s seems very easy to do that now, it’ was not able to do anything with a terminal just before le Wagon. Don’t change anything , and long life to Le Wagon.Read Less",Web Development Course - Full-Time,Web Development +264992,10868,le-wagon,Dorian Roche-Philis,False,2020,"Amazing skills in a few time , from scratch",2020-05-27,5.0,5.0,5.0,5.0,"I’m a real estate agent in Paris. I was interested in coding since my young age. After 9 weeks learning code with le Wagon teachers , i’m so proud to create a full website by my own. It was 9 weeks very intense and a lot of headache for Learn all the... Read More concepts, but we did it. You have to be very motivated, if you are , go to le wagon. And like me you can begin like a junior full stack developer.Read Less",Web Development Course - Full-Time,Web Development +264988,10868,le-wagon,Bertrand,False,2020,fantastic learning experience,2020-05-27,5.0,5.0,5.0,5.0,"As an independent consultant in digital strategy, I’m making my clients benefit from all of the advantages technology has to offer to improve their businesses. After 20+ years in this industry, it was time for me to look at how to enrich my value proposition... Read More and get a deeper understanding of the technical side of digital transformation. A fellow consultant who had already gone down that path convinced me to learn code with joining Le Wagon and that’s probably one of the best decisions I’ve ever made. The 2 month bootcamp was quite intense, the program is extremely sharp and we worked it out thanks to the excellent pedagogy and Le Wagon’s over the top educational team and tools. Each day started with a short lecture and we spent the rest of it working in pairs on very concrete projects to immediately practice the lectured concepts. I enjoyed the broad diversity and enthousiasm of my classmates : everybody was there to learn and we worked hard in a great collaborarive hence stimulating atmosphere. I have since gone back to consulting with much stronger technical skills, which are enabling me to provide my clients with a more efficiently grounded end-to-end service. I strongly recommend Le Wagon !Read Less",Web Development Course - Full-Time,Web Development +264966,10868,le-wagon,Sandra Chatonnet,False,2020,"Intensive and complete Bootcamp, very good experience !",2020-05-26,5.0,5.0,5.0,5.0,I chose to learn code with Le Wagon as it was a part of my professional retraining. I was Account Manager Back Office in Finance and wanted to be a Developper Web.With Le Wagon I learn a lot thanks to their daily organisation and all the practices they... Read More proposed. Their teachers and assistants are really available and have lot of experiences. It was intensive but always with good vibes !I'm proud to be part of Le Wagon Alumni !Read Less,Web Development Course - Full-Time,Web Development +264954,10868,le-wagon,Pauline T,False,2020,"Amazing experience, great teachers!",2020-05-26,5.0,5.0,5.0,5.0,"After 8 years in the financial industry, I chose le Wagon to start my vocational retraining. And I'm so glad I did! Everything is great about this program : - the teachers & the courses are great, efficient, clear and allow everyone to progress - the... Read More students : I've met so many great people, interesting, funny and with diverse life experience - the whole experience itself : you'll get yoga class, talks with entrepreneurs, parties! It's a life changing experience, which gives you all the energy you need to change career. With le Wagon, anything is possible!Read Less",,Software Engineering +264947,10868,le-wagon,Eniko GUTI,False,2020,Amazing experience,2020-05-26,5.0,5.0,5.0,5.0,"After 5 years spent as retail manager I really felt the need to update my profile and start something new. I wanted to switch to a product career and I have noticed that knowing how to code was a real plus in the requirements. A friend told me about coding... Read More bootcamps in Paris and after thorough online check Le Wagon website and alumni experiences totally convinced me. I wanted to this. I loved the 2 months bootcamp, loved the vibe, everybody was super focused, nice and fun (great afterworks and networking evenings during the week). With 0 knowledge before my prepwork I was struggling and teachers, assistant teachers, classmates were super helpful. I loved the concept to work in pairs and for the final project in groups of four, you learn a lot also from your pairs. It was one of my best experiences, I fell in love with front-end development and UX/UI design. I am currently preparing my PM interviews and knowing how to code helps me a great deal to see the whole picture and also to better understand the developers work. There is also a very active alumni network you benefit from with great information.Read Less",Web Development Course - Full-Time,Web Development +264929,10868,le-wagon,Virginia,False,2020,A very good bootcamp and great experience !,2020-05-25,5.0,5.0,5.0,5.0,"I chose ""Le Wagon"" training firstly because the program is very well constructed and the learning method in reverse pedagogy seems interesting to me. Besides, their learning platform is very well developed for this !Secondly because the school is also... Read More recognized by employers, it has a good reputation and good reviews from students.The training allowed me to gain in ease, in methodology and confidence, although the impostor syndrome still persists. The teachers and the TA are there to guide and support us. I also had very good encounters with my classmates, all from different backgrounds.Today I am delighted to have completed the Wagon training and obtained my certification. A good part of my reconversion is completed !Since the end of the training in March 2020, I have made a portfolio to apply and I continue to train and train again to make my junior profile more attractive.I'm currently looking for my first job as a web developer.Read Less",Web Development Course - Full-Time,Web Development +264907,10868,le-wagon,Terry X. Wang,False,2018,One of the best decisions I've ever made!,2020-05-24,5.0,5.0,5.0,5.0,"I rarely ever say stuff like this, but joining Le Wagon is one of the best decisions I’ve ever made. Why? Because of its laser-focused curriculum taught by people who not only know their craft, but can also break down complex content for complete noobs... Read More like myself. The vibe was also awesome thanks to the other students, who were all likeminded self-starters keen to learn and collaborate with no BS. This made me realize that learning a difficult technical skill can and should be a good balance between having fun and supporting each other, and maintaining intensity and pushing each other—a learning experience like no other. It’s been 18 months since taking the bootcamp, and although I didn’t work as a developer, it did help me transition from working in the finance industry to working with a tech startup. I recently decided to pick up coding again, which has been a smooth process by self-studying the entire curriculum again with its consistently updated exercises.Read Less",Web Development Course - Full-Time,Web Development +264906,10868,le-wagon,Charlotte Margus,False,2020,An amazing life & learning experience,2020-05-24,5.0,5.0,5.0,5.0,"After spending all my career in Finance in the same large company I wanted to change my life and start something new. Code was for me the best skill to learn for whatever I wanted to do. Le Wagon was more than a coding bootcamp, it was a really amazing... Read More experience and way above my expectations. The pedagogy of Le Wagon is unbelievable. In just 2 months, I was able to go from zero notion of coding to developing full websites from scratch for friends or family. I also feel confident enough to develop my knowledge with all the resources available on Le Wagon alumni website.Also, Le Wagon community is a second family. The staff, alumni, students and professors are always here to help, explain, advise, motivate, go out even after the bootcamp.I loved my experience so much that I didn’t want to let go of it and am now launching Le Wagon in a new country.Read Less",Web Development Course - Full-Time,Web Development +264904,10868,le-wagon,Jules Ronne,False,2020,Best pedagogic experience I’ve ever had,2020-05-24,5.0,5.0,5.0,5.0,"After a Master degree in digital project management and 2 years working as a junior product manager, I felt like I was lacking some technical knowledge while working on projects with engineers and developers. I was looking for a coding bootcamp to acquire... Read More coding skills and after attending several workshops at different coding schools I knew that Le Wagon would be the best option. After attending the 9 weeks bootcamp I can say that Le Wagon exceeded by far all my expectations! It is both an amazing learning and human experience and seeing projects coming alive at the demo day is very rewarding as we can concretely assess our progress. Plus, the learning tool is really advanced and complete, you also get a lifelong access to it which is very useful when you want to review some tutorials. I would definitely recommend Le Wagon!Read Less",Web Development Course - Full-Time,Web Development +264897,10868,le-wagon,Olivier Godard,False,2020,Excellent bootcamp !,2020-05-23,5.0,5.0,5.0,5.0,"To remain competitive on the job market, we have to learn all along our career.So I’ve decided to start the Full-Stack program of Le Wagon, because this educational approach is perfect to get technical skills.As a Product Manager, technical knowledge... Read More are necessary, and learning to code helps me to interact perfectly with developers.Read Less",Web Development Course - Full-Time,Web Development +264889,10868,le-wagon,Thanh-An,False,2020,Discover your new passion,2020-05-23,5.0,5.0,5.0,5.0,"I've been working with developers for two years now through my Marketing and IT background. For those who worked with developers but never coded, you get what I mean if I say that you can only understand what they do to some degree. Doing this Bootcamp... Read More made all web-development concepts much clearer.I did Le Wagon to acquire new skills and eventually launch my projects in the future. I'm the curious type and I don't want to stick to only one job in my career.The experience was intense but you will learn something new every day. I had no coding skills before attending the Bootcamp and after two months I was able with the help of my team to conceive two apps using Ruby on Rails. So if I could do it you can do it too.After the Bootcamp, the active community will help you land a job through networking and career advice. Everything is made for you to succeed after these two-months.After doing Le Wagon, I can definitely say that web-development made it to my list of interests.If you always wanted to learn how to code, trust Le Wagon to help you do the job.Read Less",Web Development Course - Full-Time,Web Development +264850,10868,le-wagon,Ludovic Hochet,False,2020,Great Bootcamp,2020-05-22,5.0,5.0,5.0,5.0,"Le wagon adventure was a very intense and rewarding experience. Both technically and intellectually where it was a real pleasure to be so stimulated, but also on the human level where I am happy to have been able to make beautiful connections. Today I... Read More am still in regular contact with many of them and I hope to see them again soon to work together or just to have a good time.At Le Wagon, everything is incredibly broken in to allow you to learn actively and calmly.I joined the wagon to learn to code and give a new start to my career. Today I’m delighted I made this decision. I finished Le Wagon with the desire to continue to learn, the feeling of being in adequacy with our time (where code is everywhere), a new aptitude and desire to conceive.Read Less",Web Development Course - Full-Time,Web Development +264839,10868,le-wagon,Nicolas,False,2019,Amazing learning experience !,2020-05-22,5.0,5.0,5.0,5.0,"I joined Le Wagon while I was a student at a French business school where my specialization was in management control and audit. One of the reasons I decided to take part in Le Wagon to bring more technical skills to my resume and another was that I'm... Read More keen on new technologies so I wanted to prove to recruiters that I possess the competencies required to work in this sector. Finally, I desired to satisfy my curiosity and deeply understand how a website site works. In other words, as long as you don't know about coding, the makeup of a website seems to be magic and I wanted to master it!I chose Le Wagon in Bali because I was studying in Thailand as part of an exchange semester so I was already close to Indonesia. I had long been interested in traveling throughout Asia to experiment the culture and practice my English before coming back to France. I also chose Bali because this place is really chill. Everything is made to make your work life easier and relaxed. The landscapes are amazing, the sea appeases you and many restaurants/ bars are located nearby the bootcamp (very cheap and excellent).We spent the first three weeks of the bootcamp learning back-end. This was a huge challenge and the most intense part of the bootcamp. At the beginning of the program, you don't really understand why you started learning the backend in the first place. Not knowing about it can become frustrating but step by step everything comes together. After 6 weeks, you finally realize why the bootcamp was structured this particular way and you are now able to create your own site.What really helps you during the bootcamp is the buddy system. Each day, you work as part of a team but always with a different person. It really helps you because your buddy pushes you and vice versa. If you have a question, you usually get the answer quickly. Additionally, I would say that explaining to other teammates what you personally understood is not a waste of time. It helps you to better handle all the difficult concepts by structuring your thoughts. I also enjoyed my free time when I was in Bali and especially during the weekends. The teachers truly promoted a positive atmosphere among students to create strong connections. For instance, they organized a boat trip with all the students in the batch so that we could get to know each other better.As final project we coded a website as part of our final project. Our goal was to help people to find hotspots nearby them using different sources thanks to an API. I was really excited about this project because given its very special nature. The structure of the site was quite easy to code but the biggest challenge came from the connecting of all the API. I therefore had the chance to discover what was an API, how it works and how companies create businesses thanks to it.In my opinion, the big difference between Le Wagon and other bootcamps is that Le Wagon is product focused. You learn how to work in team as a developer but also how to design and present your website for a pitch. You don't study how to code just for the sake of it. Everything is done so that you become proficient at coding your own website for the final project. As a result of your efforts, this project should show you all the progress that you made during the program.After Le Wagon I will work at a ""big four"" audit firm where I will mainly audit tech companies. To a certain extent, I did the opposite of what many people do after graduating from Le Wagon. I didn't want to quit my finance and marketing job to become a developer. Learning how to code allowed me to join the business unit I wanted. The partner who interviewed told me that knowing about programming was a big advantage on my resume!Read Less",Web Development Course - Full-Time,Web Development +264838,10868,le-wagon,Thomas Streichenberger,False,2020,Best choice I ever made !!,2020-05-22,5.0,5.0,5.0,5.0,"I wanted to change my career path ! I was working as a Business Manager in a digital agency, but i wanted to have more information about how this is working ! After considering multiple options for a bootcamp I have chosen Le Wagon Paris for multiple... Read More reasons:--> Teachers are ( surely ? ) the best we can have, they make it easy to understand all the core concepts !--> The way we learn is by practicing, practicing and practicing. It’s amazing how much we can learn.--> The mindset of Le Wagon is really collaborative: We move forward individually and grow as a group toward the same objective.I’m glad I took the leap and I would recommend it to anyone who wants to challenge themselves and learn to code really quickly. You’ll see after 9 weeks, you will want more of it !!Read Less",Web Development Course - Full-Time,Web Development +264837,10868,le-wagon,Laurent Barbezieux,False,2020,Excellent bootcamp to start your developer / product / startup career,2020-05-22,5.0,5.0,5.0,5.0,"After 8 years working experience in strategy consulting and a business school background, I decided to attend Le Wagon web-development bootcamp to start my own software business. Several friends strongly recommended Le Wagon, and I must say the curriculum... Read More is amazing: - great teachers, with a super responsive ticket system to get 1:1 coaching when needed: you just wait max a couple of minute to have a teacher help you debug and explain what's going on in your code- great classes, to learn all the basics to build a products and learn on your own afterwards. You learn ""by doing"", with lots of practical tips (scraping, API, etc.) and all the ""basics"" for github, HTML/CSS, Ruby, Javascript- fantastic online tools to progress at your own pace, access UI libraries, additional classes, etc.- lot of events: keynotes from entrepreneurs, meet-up with alumni in different positions (freelance, product manager, dev, entrepreneurs...), and afterworks of course!- great community & alumni networkIf you're looking for an intensive, 2-month coding bootcamp to learn web-development and how to build an online product, Le Wagon is an excellent choice!Read Less",Web Development Course - Full-Time,Web Development +264834,10868,le-wagon,Tom Levy,False,2020,Everybody should do The Wagon Program!,2020-05-22,5.0,5.0,5.0,5.0,"After finishing my business high school, i used to work as a freelance business developer for different startup, for 4 years. I learned a lot about business and entrepreneurship, but it was not enough. I needed more than only try to increase company’s... Read More turnover.Indeed, I'm passionate about tech startup and I always have 1000 digital business ideas in my mind, but I have never been ableto do more than a simple prototype or a static page …It’s why I decided a couple of month ago to stop my current activities and start Le Wagon Paris.And I think It was one of the best calls in my life: I met so much people with different background but with a same goal: learn how to code properly and demystify the tech side.The Wagon’s team has succeeded to make this bootcamps an unforgettable experience with a great positive energy.I work now as a full-stack developer, and I’m able to transform a simple idea into a beautiful app. Everybody should do The Wagon Program!Read Less",Web Development Course - Full-Time,Web Development +264828,10868,le-wagon,Ridolce Brian,False,2019,Definitively change your life with Le Wagon,2020-05-22,5.0,5.0,5.0,5.0,"Former IT Consultant I’ve always been interested in web design and coding, but unfortunately never took the time to learn it properly.During my studies and early years of my career, I’ve noticed many area of improvement which could easily be solved by... Read More providing the right digital tool. That’s why I’ve always wanted to learn coding !I wanted to get a set of technical skills which will allow me to test my ideas and provide the first step towards a complete solution to a given problem. Attending Le Wagon was for me the best way to achieve this goal ! Within 9 weeks I’ve learned the basis of Object Oriented Programmation and I am now able to build strong and powerful websites !Today I am working as a freelance developper, helping entrepreneurs transform their idea into strong web project. I also work on my personal ideas developing and testing in order to create my own business. Le Wagon gave me the ability to change my life by learning to code and by discovering a large and benevolent community always willing to help me achieve each challenge I face in this new life !Read Less",Web Development Course - Full-Time,Web Development +264826,10868,le-wagon,Thomas Rodier,False,2020,Wonderfull journey in Development world !,2020-05-22,5.0,5.0,5.0,5.0,"Well, where to start ? I came with a finance background. Never seen a line of code in my entire life or nothing related to code.Course are really really really well structured. Every morning, you have 1h30 of theory. You can ask all your question, stuff... Read More you don't understand. Teachers always have an answer or a way to direct you. And for the rest of the day, you do practical exercices to understand all concepts you juste learn in the morning. If you do not understand something ? Easy, you ask (via ticket) to a Teacher Assistant ! The thing that i a really liked : besides all the knowledge about WebDev that they teach you, you learn Curiosity. But le Wagon it's not only juste a course about WebDev. You also join a community, and that's : It's so powerfull ! Just DO IT !Read Less",Web Development Course - Full-Time,Web Development +264807,10868,le-wagon,Alex Huyn,False,2020,A game changer and a great experience !,2020-05-21,5.0,5.0,5.0,5.0,"Although I had received excellent feedbacks on the training, the experience far surpassed my expectations. The way of teaching is very effective and it really gives you the foundations to become a developer , as well as the desire to become one. Above... Read More all, the team is particularly dedicated to its mission, and you can really feel it everyday !Personally, I finished the training with a company project and a co-founder, and a will to code for real. A game changer !Read Less",Web Development Course - Full-Time,Web Development +264793,10868,le-wagon,David Smith,False,2020,Life changingly excellent,2020-05-21,5.0,5.0,5.0,5.0,The course is incredible. Being so product focused means not only am I able to make full working apps as a spring board to a new career and further development but I have an insight in to the full workflow and life cycle of an app.All the staff are warm... Read More and generous so the atmosphere is really conducive to learning. I’ve progressed so much in such a short amount of time and now excited for my next steps. Thanks Le Wagon!Read Less,Web Development Course - Part-Time,Web Development +264732,10868,le-wagon,Aline Gasparindo,False,2020,Best learning experience,2020-05-19,5.0,5.0,5.0,5.0,"Not too long ago, I moved to Canada from Brazil and started living and working in Montreal. I stumbled upon Le Wagon coding bootcamp and fell in love with its mission. One thing led to another and I soon started working at Le Wagon. While I didn’t know... Read More how to code, it was something I had always wanted to learn. When we launched a new part-time coding program in Montréal, I saw an opportunity I couldn’t pass up : learn to code while working at the same time. Luckily, my team fully supported my decision to apply — thank you, team! — and before long, I joined the bootcamp as a student. I finished the bootcamp in April and it was one of the best learning experiences I have ever had!Learning Speed & ResourcesThe goal at the bootcamp is to accelerate tech education with hands-on practice and an emphasis on finding creative solutions to problems. The bootcamp gave us access to all the resources and tools we could ask for, and guided us through challenges that were built to expose us to new concepts every day. You couldn’t get bored, there just wasn’t enough time! I recently completed a Master Degree program in Canada and I felt a huge difference in learning speed when I compare both programs. In the end, I was impressed that we were able to create an entire web application in just 3 weeks working part-time, two nights a week and Saturdays. I’ve never felt so satisfied and like I learned so much in such a short period of time!CollaborationCollaboration might not be the first thing that comes to mind when you imagine a group of people coding, but at Le Wagon, it is. Teachers are always available to unblock you when you’re stuck, and you can count on your buddies for help solving challenges. The more you collaborate, the better, because you learn a lot from your interactions with classmates and teachers. There’s a lot of value in understanding someone else’s process and seeing different approaches to the same problem. Group projects were the best part of the program. We put into practice everything we had learned and flexed our project management muscles. Embracing difficulties and mistakes One of the main things I learned was to embrace difficulties. We learned to embrace bugs and even mistakes at the bootcamp. When they happened, we dealt with them and moved forward. There was an open-minded culture where it was OK to make mistakes because that’s how we learned! Every solution found after hours of being blocked was an invaluable victory. Programmers make plenty of mistakes all the time and learn from them. Solving coding challenges every day is a surprisingly satisfying activity. You get to have a lot of fun with it!Part-time formatI loved the part-time format and I learned a lot. It’s still fast-paced, but the nature of the part-time program allows for more time to review concepts when needed. It’s the perfect format if you want to keep your day job. But my advice : make sure you organize your agenda well. You should not miss any day, it’s new information every day, new challenges, you really need to commit to get the most out of it.Empowering Minorities in TechI felt so empowered after this experience, I feel like I can do anything now. To be completely honest, moving to a different country (with two official languages that are not my mother tongue) was not an easy experience, and when I saw I was able to do so many things with what I learned and to code on my own complex projects, I felt more empowered than ever. I truly believe that this type of program could really help minority groups (women included) get access to the tech world & startup community. It’s a very different way of learning, very engaging and intense. It’s not easy, but it’s totally rewarding and worth it.Read Less",Web Development Course - Full-Time,Web Development +264606,10868,le-wagon,Sam Moore,False,2020,Great overall learning experience,2020-05-14,5.0,5.0,5.0,5.0,"I recently completed the first part time bootcamp at Le Wagon Tokyo. Before starting the course I had some coding experience from university but had forgotten most of it over the years.And after working as an English instructor for a couple of years,... Read More I felt the need for a career change, so I decided to join the bootcamp.At first I considered doing the full time course but couldn’t afford to take 9 weeks off work so decided to join the part time course. This course allowed me to work full time during the day, and then study at night and on the weekend.During the course we were helped by a great team of teachers. All of them were very knowledgeable and were always willing to help if ever we got stuck, even outside of class hours.As far as the course itself goes, I can honestly say I learnt more practical coding and teamwork skills in the bootcamp than I did during my full degree.Each day we slowly built on the knowledge learnt the day before, and by the end of it we were all able to make fully functioning web apps better than we could have imagined when we first started.I would highly recommend Le Wagon to anyone who wants a career change, or just wants to learn a new practical life skill.Read Less",Web Development Course - Full-Time,Web Development +264557,10868,le-wagon,Shafiur Ibrahim,False,2020,Best decision and experience in a lifetime!,2020-05-13,4.3,5.0,5.0,3.0,"Even having a big desire for technology at an early age, my parents chose a different career path for me. Right after finishing High School I was sent to college for a law degree which took 7 years. By that time, my desire for becoming a tech person or... Read More somewhat coder was partially impossible (Or at least that’s what I thought). Despite having credentials and resources to work as an attorney, I chose to pursue my dream in the tech industry. Also, it’s hard working on a field that you don't desire. Hence my journey with Lewagon was found. I had a great time during my time at Lewagon Bali. The curriculum pushes you at speeds that allow you to learn a large amount of information in just 9 weeks. It was a struggle to keep up sometimes but by the end of it I can assure that I felt I have found the part of the education I would want growing up in to become a web developer. Lewagon also gave everything on their ability to offer the best and proper resources to prepare for a future job.I attended batch 349 in Bali, and I was surprised by the great quality of the teachers and assistants along with the course materials. Everything in those 9 weeks was fun, meaningful, and educational which you wouldn’t typically get in academic learning facilities. At the end of the course, not only I had finished a career worth of degree, but I also got to create 30 different friendships from 13 different countries. I’m glad to take this course and unquestionably can say that it was the best decision. I wouldn't hesitate to recommend this course to others who are considering starting in this field. Best of luck!#349Read Less",Web Development Course - Full-Time,Web Development +264529,10868,le-wagon,Rose-marie,False,2020,Worth it!,2020-05-12,5.0,5.0,5.0,5.0,"Convinced that the code will be a subject taught in school programs in the same way as mathematics, I decided to register for the first part-time batch of Le Wagon Montréal in the fall of 2019 to be in tune with my time and learn how to code.I was absolutely... Read More looking for a part-time program with the specific purpose of learning the basics of coding to develop personal projects. If all the roads lead to Rome then all the good reviews lead to Le Wagon, so when Le Wagon Montreal opened the part-time program, I did not hesitate!The resources (platform, videos, challenges, flashcards, Slack, etc.) of Le Wagon are really well suited for part-time learning (every other day we had videos to watch while the other days we were in the classroom to work on our challenges with sometimes a bonus of live code which is for me the best way to learn). The teachers and assistants are passionate and qualified! The buddy system also works quite well.The pace is quite intense when combined with a full-time job. The program lasts 24 weeks, so it is a commitment you should think about a lot. The first 3 months were the hardest for me and I questioned myself several times. It was only during the project phase that everything fell into place!Le Wagon Montréal is also very active in Montreal's tech and start-up ecosystem and organizes many events and talks. Le Wagon Montréal also offers numerous workshops and discussions to prepare you for the post-bootcamp.There are plenty of free sources on the internet to learn how to code, but the benefit of learning it via a bootcamp is that you can learn the basics in a specific setting without dissipating, it saves you time and provides you discipline.Whatever your reason, I strongly recommend Le Wagon program to you and here are the pros and cons on the part-time program if you still hesitate:- The major positive part for me about the part-time program is that we have time to digest and assimilate the concepts over several days. The fact that the course is via video is rather practical to come back to fuzzy notions or to follow the live code (again, I strongly recommend actually doing it while watching the videos, it helped me a lot to practice). Everyone can follow at their own pace.- If you are unsure if coding is right for you but you want to learn, I recommend doing the program part time. It'll take out the after-bootcamp stress and will allow you to take your time on how you want to use your new knowledge.- The program is project oriented and that's why I wanted to follow this particular bootcamp. At the end of the program you will be able to code (back and front) and deploy in production a real web application!- The biggest negative is that it is long ... but it is the way it is! As I said, this is not a decision that should be taken lightly. You have to be ready for 6 months to put your social life aside and have only Sunday to rest. There are days when you won't want to be there and no longer look at single line of code, but most of the days go by quickly!Read Less",Web Development Course - Full-Time,Web Development +264455,10868,le-wagon,Laurence Berube Cote,False,2020,Amazing,2020-05-10,5.0,5.0,5.0,5.0,"Before Le Wagon Montreal, I was working for Bell Canada in paiement solutions. I have a background in marketing and was seeking to improve my technical skills in web development for me to change career. I searched online to find the best school and found... Read More Le Wagon to be the best candidate. I can assure you, this decision was one of the hardest and best decision of my life. The community and people surronding Le Wagon was amazing. They gave us the support we needed to go through the entire bootcamp, without loosing hope and we the best attitude possible. The teachers and other staff members were really attentiv to our needs and their way of teaching was really adapted for someone like me who had no previous experience in web programming. Thank you again !!!!!Read Less",Web Development Course - Full-Time,Web Development +264432,10868,le-wagon,Ryan Ashton,False,2019,Amazing experience,2020-05-09,4.7,5.0,5.0,4.0,"Prior to my attendance at the Bali Le Wagon Bootcamp I worked in specialised commercial roles which included data analysis and strategy development in Australia. I was already on a good salary, but I wanted to challenge myself even further - so I did... Read More not renew my job contract and decided to apply for a coding bootcamp. A friend of mine had already done the research for me and told me how I could lower my fixed living costs while also attending a reputable coding bootcamp. This was Le Wagon in Bali – A perfect place to recharge between 10-12 hour days filled with intense coding and learning new concepts.I would often start my day with a coffee to get me fired up for the morning lecture. Typically, I asked the most questions during the lecture (which no one seemed to mind) as I was trying to absorb as much as possible. We would then break out into pairs and complete coding challenges with the option of putting in a ticket to get help from the lecturers.The lecturers were extremely passionate about coding and were willing to explain every detail (did I mention I asked a lot of questions?). At one point I compiled all my own notes and questions and the head instructor spent an hour with me 1 on 1 answering every question – he didn’t mind at all!I had always considered myself a relatively fast learner and was a bit concerned that I would not get my money’s worth – I was wrong. The Le Wagon bootcamp can adjust your learning experience based on how you are progressing. I struggled (we all did), which made the end that much more rewarding.I was fortunate to have my final project selected by my peers. Apparently, my project was very different to a typical end project as it wasn’t focused around food or travel. Instead, I wanted to create a web application that cleaned data and I was fortunate to work with 3 other talented people on this project.I enjoyed writing the cleaning algorithms in Ruby and I still do Codewar challenges to this day to keep thinking programmatically about problems.After the Bootcamp I became an Analytics and Automation Manager for a large listed company which I love - because I can use my newfound coding skills in my job. I also look back at my experience at the camp and really appreciate the relationships I built with people from around the World. I highly recommend the Le Wagon bootcamp in Bali and would suggest you be open to applying - despite what current level you’re at in your career.Read Less",Web Development Course - Full-Time,Web Development +264430,10868,le-wagon,Viviana Martinez,False,2020,A Life-Changing Experience (Mexico#347),2020-05-09,5.0,5.0,5.0,5.0,"Before Le Wagon, I had been working for a lot of years in Sales and Marketing in different multinational companies.I've always wanted to be a part of the world of tech and learn to code because I'm really passionate about tech.Le Wagon exceeded my expectations.... Read More It was one of the best experiences of my life but also one of the most challenging.The teachers and TA's and all the staff are awesome and super helpful. :)I met a lot of amazing people that now I can call friends.I'm so grateful to have chosen Le Wagon for taking the Web Development Bootcamp.Now that I finished the Bootcamp I would like to work in a tech company and later be a tech entrepreneur.Read Less",Web Development Course - Full-Time,Web Development +264384,10868,le-wagon,Lotfi.,False,2020,Coding bootcamp,2020-05-08,5.0,5.0,5.0,5.0,"Before starting Le Wagon, I used to work in finances. And albeit I made a lot of money, I simply was not happy. Holder of a master’s degree in finances, I have worked in the field for almost 8 years before realizing that it was not what I wanted to do... Read More in life. A friend of mine suggested I look into a coding bootcamp as he knew that I was interested in a career change and that I had enough skills to go into that field. I am very comfortable with computers and have the required thinking capacities for it. Being a tech lead and a Senior backend developer at one of Canada’s biggest fashion design companies himself, he took the time to go over the syllabus of every coding bootcamp available in the Greater-Montreal area with me. After deliberating, we concluded that Le Wagon’s program had the richest and most useful content that would prepare me to go straight into the job market after completing it. AAAAAAAAAAAAAAND, bonus points, they were now offering it part-time, so I could literally work and study at the same time. I started the bootcamp with its first part-time batch in October 2019, and I instantly knew that I made the right choice. The teachers were extremely nice and very knowledgeable. This was my first time taking a professional coding camp other than the hours I spent on tutorials on YouTube and I could already say I was going to learn a lot. The exercises are designed in a way that will help you understand the core principals of coding, and the teachers will help you think like a programmer. You will be paired with a different buddy each day, which will help you get out of your comfort zone and see things from the perspective of each comrade in your batch. The program is true to its syllabus, it is very much object oriented and will arm you with the necessary skills to kickstart your career as a web developer, and a coding…nerd :D. A month and a half into the bootcamp, a headhunter that knew I wanted to change careers contacted me to offer me an interview for a job in IT. During my interview, I mentioned the bootcamp and got a lot of questions about it (literally spent 20 minutes talking about the bootcamp), the interviewer really liked the fact that I was willing to spend 10 000 dollars to learn new skills. I got a confirmation call the next day and got the job. I am now extremely happy in my new environment. The group project at the end of the bootcamp is an amazing opportunity for you to learn how to work in teams and collaborate on building one app as a team, which will undoubtably prepare you for the real world work. One thing you will need to remember though is to always PRACTICE PRACTICE PRACTICE. As with learning any new skill, you will be overwhelmed at first but TRUST THE SYSTEM, Le Wagon recipe has already proven its proficiency, so follow the rules, do your challenges, and practice outside of class hours and you will be all SET!Read Less",Web Development Course - Full-Time,Web Development +264318,10868,le-wagon,Jose Carlos Juarez,False,2020,Awesome Experience!,2020-05-06,4.7,5.0,5.0,4.0,"As a non-programmer when I started the course I really got a deep knowledge of programming with frameworks, databases, web design, it helped me a lot!, I had tried to learn with online courses but never got near of what I learned with the bootcamp, totally... Read More recommend it.Read Less",,Unknown +264293,10868,le-wagon,Anonymous,True,2020,Friendly and supportive teachers,2020-05-06,4.7,5.0,5.0,4.0,"Teachers are always create an environment inducive to conversation so easy to ask question. And teacher’s explanation was easy to understand.The curriculum is also very good, first we learn the basics of JavaScript and Ruby , then make a simple application... Read More by yourself. In the end, you can creating an app as a team. i took part time class so i could learn a lot in 6 months.Read Less",Web Development Course - Full-Time,Web Development +264288,10868,le-wagon,Quentin Debray,False,2019,Meilleur bootcamp pour changer de vie,2020-05-06,5.0,5.0,5.0,5.0,"Bonjour, J'ai eu la chance d'être sélectionné pour suivre la formation du Wagon de l'été 2019 qui se terminait en septembre.Cela faisait déjà quelques mois que je me renseignais sur des écoles / formations qui permettaient de se reconvertir. J'avais plusieurs... Read More collègues / amis qui faisaient le métier que je voulais faire qui m'avait parlé du Wagon (qu'en bien, en vantant une expérience unique, une communauté au top). Voulant me faire un avis par moi-même j'ai décidé de les rencontrer à la journée portes ouvertes. J'ai tout de suite accroché, effectivement, l'ambiance, les locaux, les profs, la communauté, tout était au RDV. J'ai donc postulé et ai été accepté à suivre la formation.Je ne connaissais rien en dev, une vraie chèvre (sans vouloir offenser les chèvres dev du quartier).. Avant de commencer la formation je me suis renseigné donc sur les principaux languages qu'on allait découvrir (HTML, CSS, RUBY (ton ami), RAILS, JS, SQL) et me sentais rapidement dépassé car ... bah c'est technique quand même pour une chèvre seule. En commençant en présentiel, c'est la ou le bootcamp, la communauté, prennent tous leurs sens. On est pas laissé tout seul derrière son ordi avec une batterie d'exercices, on est vraiment accompagné à notre niveau sur les différents sujets quotidien par les professeurs, les professeurs assistants et surtout les autres élèves ! On nous pousse à parler, à poser des questions à nos buddys (copains qui serviront de 2ème cerveaux et 2ème foie). Parceque oui, le programme est intense, on ne rigole pas, on sue sur des lignes de codes toute la journée donc il faut bien décompresser ! Le Wagon organise plein d'événements, de meetings en interne, externe, yoga, sport, pour nous permettre de décompresser comme il faut ! Et c'est tout aussi important !Depuis, je suis (toujours une chèvre ? non ... je vite laché le bouc....) Product Owner dans une belle startup dans le secteur de la fintech. La formation m'a permis de vite monter en compétence sur des sujets tech, de comprendre et parler aux devs et d'avoir une vision à 360 sur les problématiques que je peux rencontrer.Bref... J'ai déjà recommandé cette formation à plein de personnes qui souhaitent se reconvertir et certains sont en ce moment même (bien que confinés) en train de participer à leur bootcamp. Mais je te la recommande à toi aussi, si tu veux changer de vie.Read Less",Web Development Course - Full-Time,Web Development +264282,10868,le-wagon,Noah Thorne,False,2019,Well worth the investmenmt,2020-05-06,4.7,5.0,4.0,5.0,"Before attending Le Wagon, I was trying my best to learn how to program on my own. I was following courses on Codecademy, Coursera etc. for about 6 months prior to the start of Le Wagon. Those online self-paced educational programs are great, but we covered... Read More almost all of what I had studied up until that point in just the first week of Le Wagon. It was a challenge, but you learn quickly and there are always people there to support you and help you through when you are struggling. Going into the bootcamp, I was a bit nervous about the pressure of a strict curriculum and tough challenges, but the atmosphere and friendly social environment upon starting the bootcamp put those fears immediately to rest. The way the bootcamp is structured is perfect for maintaining focus for the students and creating a collaborative feel to the work itself. I had so much fun just learning alongside my classmates and under the instruction of great teachers that the 9 weeks of the bootcamp just seemed to fly by. My only criticism of the curriculum itself, is that I thought more sections of the bootcamp could have been extended to allow some breathing room to absorb more the information. Specifically, I felt that the amount of time spent on JavaScript was a bit short. JavaScript is such a vital language to be comfortable with in web development but I didn't feel like we really dove into it enough for me to feel confident in my ability with it after graduating. Additionally, I felt as if we didn't have enough time to put into practice some of the more advanced Rails topics that we learned about during the final weeks of the bootcamp. These criticisms however, are minor gripes in what I found to be overall one of the best learning experiences I've ever had. After the bootcamp, I spent about 3-4 months looking for a job in Tokyo as a software engineer. As a resident of Tokyo already, I had a bit more flexibility when looking for a job than those who were on a tourist visa. However, this was still the hardest part of the career shift. There were many discouraging moments and even times where I wouldn't hear anything from the interviews I had and potential employers that I reached out to. Despite the difficulty, I received tons of advice and assistance from members of the staff at Le Wagon. They really seem invested in the students even after they graduate, and for good reason. The help I received from Le Wagon is really what encouraged me through my job hunting and it helped me to remain proactive. I can now happily say that I have a job at a Tokyo tech startup as a software engineer and that the investment in Le Wagon was well worth it.Read Less",Web Development Course - Full-Time,Web Development +264281,10868,le-wagon,Omar Elias Galindo Granados,False,2019,Great experience at my bootcamp (Mexico #335),2020-05-05,5.0,5.0,5.0,5.0,"Before i did the bootcamp i was studying a mechanical engineer, i decided to learn to code because i wasnt fullfilled with my current career. So i enrolled in Le wagon, it was an awesome experience the instructors are extremely capable and knowledgeable... Read More in coding and in teaching. After the bootcamp i manage to land a job as a web developerRead Less",Web Development Course - Full-Time,Web Development +264244,10868,le-wagon,François-Xavier Baud,False,2020,The most thrilling learning experience ever!,2020-05-05,5.0,5.0,5.0,5.0,"Teaching at the Wagon is the real innovation; the purest form of sharing; a nice, kind way to receive help and knowledge deliver with fun and without any judgement on the IQ or the way of doing it. I loved moving through challenges, helped by Teachers... Read More and Teacher Assistants!Read Less",,Unknown +264221,10868,le-wagon,Andres Ramos,False,2019,Worth-living experience!,2020-05-04,5.0,5.0,5.0,5.0,"I have been working with tech for a while and wanted to learn more about the specifics, I tried -unsuccessfully- to learn to code several times. LeWagon's BCN well structured system and great staff makes it easy, fun and worth-living experience. I have... Read More not only added more tools to my skillset, but, I have a new understanding of what is possible (a ""creator"" kind of mind). I truly feel like this was the best money I spent in terms of education: structured learning, awesome atmosphere, great learning digital platform and demanding rhythm, no BS.Two things that you shouldn't take lightly: 1. When I say awesome atmosphere, I'm not kidding, Barcelona is an amazing city (I moved here after the bootcamp), the staff are the coolest peeps you will ever meet. They are the ""silicon valley"" type of character (smart, to the point, tech-savvy) with a back-packer kind of personality (friendly, caring, fun, funny, people, multi-cultural, curious and explorers!). 2. The demanding rhythm is REALLY demanding, you will need to focus every day and work hard, it takes willpower and brain-power. If you have problems to fall asleep, this works like a remedy cause each day is so intense that once you touch your bed you'll sleep like a baby + you'll dream about coding. Hope this helps anyone trying to decide!Read Less",Web Development Course - Full-Time,Web Development +264170,10868,le-wagon,Gurpriya Bhatia,False,2020,The best part-time bootcamp around,2020-05-03,5.0,5.0,5.0,5.0,Joining Le Wagon was one of the best career related decisions I have made. What I loved the most about Le Wagon was the focus on hands on coding from day 1 with a combination of buddies to pair program with and really supportive teachers. Problem solving... Read More in each class and then seeing the outcome from your work was really satisfying. In 6-months I a gained a new skill and also became part of an amazing community. I would highly recommend the part-time programme!Read Less,Web Development Course - Full-Time,Web Development +264135,10868,le-wagon,James Scouller,False,2020,Life-changing learning experience!,2020-05-01,5.0,5.0,5.0,5.0,"I joined the Le Wagon full-stack web development course in Montreal for winter 2020 (batch #367). Prior to coming to Le Wagon, I had been working as an environmental engineer in New Zealand and took an extended leave of absence to come and do the course.... Read More I chose to do an intensive coding boot-camp because I’d had some prior exposure to coding through my studies and my work. I had noticed I enjoyed it more than the other aspects of the job, and knew it was time to begin shifting my career path. The full-stack course Le Wagon offers gave me the push I needed to finally sit down and learn as much about coding as I could.The course is fast-paced and intense. You start each day (Monday-Friday) at 8:30 AM with an hour and a half lecture that presents you with a lot of new content. The rest of each day up until 6:00 PM (aside from a short lunch-break, and a one-hour yoga session on Wednesdays) is spent doing coding challenges in pairs. The Le Wagon lecturers and teaching assistants are all very knowledgeable and are available throughout the day to help you when you get stuck. In the evening when you are at home, you will have a set of simple flashcards to work through to help you reinforce the core concepts covered each day.Le Wagon teaches you the value of working with a buddy/team, as you never really learn as well as when you are asked to explain it to someone else. The course continued as described above for the first 7 weeks and then shifted to groups of 3-4 for the final 2 project-focused weeks. During this time we worked as a team on a project of our own design, which we were required to build from scratch and present on the final day of the course. In my case, we built Green Thumb – a web application that helps keen vegetable growers manage planting, irrigation and keeping an eye on the weather for their home garden. During this period you learn an awful lot about bringing ideas to life, collaborating on gitHub, and of course good communication and conflict resolution skills that are an essential part of working in a team.I thoroughly enjoyed my time at Le Wagon and can’t recommend them highly enough if you are looking to learn how to code, or even just to improve on your existing coding skills and get some exposure to the kind of tools developers are using everyday. The course material is constantly updated so it’s always highly relevant, and best of all you have access to everything once the boot-camp is over. All the lecturers are great about coming back to you with answers later if you come up with questions they can’t answer on the spot (let’s face it – there is more out there than any one person can ever be expected to know!). Outside of work hours Le Wagon is also great at organising networking events, with weekly evening talks given by entrepreneurs and developers about the local technology community. There are also drinks together at Le Wagon every Friday night and plenty of opportunities to get together with others from your batch for some fun activities on the weekends.Overall, Le Wagon is one of the best learning experiences I’ve ever had and I am so glad I decided join. Thank you so much to all the Le Wagon staff who made me feel so welcome in Montreal and made my time at the school such a positive experience. Don’t hesitate, take the plunge and start the coding career you always wanted today!Read Less",Web Development Course - Full-Time,Web Development +264089,10868,le-wagon,Amarjit Singh,False,2020,Best Experience Ever!!,2020-04-30,5.0,5.0,5.0,5.0,"Before joining Le Wagon, I was just a college student who felt that college wasn't taking me anywhere or doing enough for me. That's when I started looking into coding Bootcamps. Even without a very particularly strong technical background, I took a leap... Read More of faith and applied to Le Wagon Bali, hoping it would open up opportunities for me. Believe me when I tell you I was not disappointed.Overall the experience was amazing; it exceeded my expectations and was even transformative for me. The entire staff was great. I didn't just gain new skills; I met and befriended many like-minded individuals and the 9 weeks went by too quickly. Working together with my team, we each got to apply all of our newly acquired skills by building an awesome final project that we were proud of. Now that I have completed the Bootcamp, I feel like I have developed a passion for coding that I can use to even further fuel my passions and progress as an individual. I am no longer the same person I was before this program and highly recommend Le Wagon Bali to anyone considering joining a Bootcamp.Read Less",Web Development Course - Full-Time,Web Development +263983,10868,le-wagon,Mark Muller,False,2020,The 9-week Web Development Bootcamp has taught me a whole new set of skills and changed my perception of the digital world.,2020-04-28,5.0,5.0,5.0,5.0,"I have been part of the startup community for almost 5 years, working with companies in Paris, Berlin, and London. For over 4 years, I have been employed as a recruiter for ACELR8, a Recruitment-as-a-Service company specialised in scaling startups. There,... Read More I gained exposure to Software engineering, it being a big part of our mission to find the very best engineers for our clients.I have always found it interesting interviewing engineers, as they seem to have a very different approach to solving daily challenges.As my experience and interest in engineering developed, I decided to learn to program. The difficulty here was learning complex concepts from scratch, on one's own, as well as putting time aside to practice (very hard in the startup world!). Every week I would come back to my programming challenges to find that I had forgotten what I had done the previous week. I was stagnating and frustrated!Having a foot in the Parisian Tech system, I had already heard of this great coding bootcamp. The Le Wagon Alumni seemed to be thriving, following their 9-week coding experience, so I decided to give it a try. A typical day at Le Wagon would start with breakfast, followed by coffee with the teachers and classmates. We would continue with a 2-hours lesson covering specific concepts (these classes would follow a well-thought-out Web Development course, split into topics throughout the weeks). After the lesson, we would then be paired with a randomly assigned classmate to work on daily challenges. Our day would end with a ""live"" coding session, as a group, with teachers and classmates.The teachers play a key role in our learning process, as they break the complex concepts down into small digestible blocks. When you hit a wall, the teachers were there to offer tips and clarification on specific things you could not fully grasp. Not only were they patient and good teachers, but also friendly and inspiring people. Bali is a fabulous place to visit; being able to live there for almost 3 months was incredible. I would go to the beach before classes for a walk or surfing and visit other towns on the island on the weekend.Canggu is perhaps the most famous digital nomad spot, so you meet very interesting people - from all over the world - during your stay.   Le Wagon Bali was truly a life-changing experience! The 9-week Web Development Bootcamp has taught me a whole new set of skills and changed my perception of the digital world. It gave me an understanding of how apps are built and how to use the language and technologies to interact with computers. During the course, I was not only able to build and ship two Web Applications from scratch in an entrepreneurial manner, I also discovered a new country and culture, whilst making new friends from all over the world at the same time. Thank you Le wagon!Read Less",Web Development Course - Full-Time,Web Development +263947,10868,le-wagon,Anonymous,True,2020,Changed my way of thinking,2020-04-27,4.7,5.0,5.0,4.0,"The part-time full stack development course time-boxed programming very effectively, and immediately immersed me in a very motivating world of problem-solving. Le Wagon has some very talented teachers who guided me every step of the way, and who really... Read More complemented the incredibly practical curriculum that it offered.My favourite part was probably the projects in teams, which introduced a whole new level to my learning. Doing version control on GitHub is not easy. Thankfully, Le Wagon understands that, hence having two projects in teams – one where you can learn from your mistakes, and the final one where you still make mistakes, but at least know how to solve them as a team.Le Wagon changed the way I view computer programming. It demystified many concepts I previously couldn't dare touching, such as building my own API. It created a lasting mindset that I am using to keep learning and building after the course.Lastly, something that I think they have undersold, is their community. The Le Wagon community is genuinely a community. Every time you get stuck, have an idea, or seek new opportunities, you can count on it, and that's priceless.Read Less",Web Development Course - Full-Time,Web Development +263931,10868,le-wagon,Yasmin Jones Sheahan,False,2020,Exceeded my expectations in every way! - London,2020-04-27,5.0,5.0,5.0,5.0,"Before Le Wagon, I had settled into a nice routine of teaching Pilates in the mornings, which gave me lots of free time. I decided I wanted to do something with it, learn something new. I’d started teaching myself to code back in University and I’ve always... Read More wanted to pursue it, but always felt I was missing so much, so I started looking into bootcamps.Le Wagon was the only one that offered on-campus part-time learning, which was perfect as I could keep working and it would also give me more time to digest the material. All the reviews were glowing, everyone seemed to love it and most found jobs in the industry soon after. I went along for an interview, met some of the team, took a look around and I was sold.Batch 317 was a really diverse group; it was great to see so many women on the course! Le Wagon also have a buddy system, meaning you work through the challenges with someone new every day. This really helped build a community, you made friends, encouraged you to talk through your solutions and also made you feel better if both had no clue what to do (very rarely, of course). The support from the staff was superb. The fact that the entire team had completed the bootcamp was reassuring that the process works. They were understanding, encouraged any questions and were really light-hearted in their approach, which took a lot of the stress off.My favourite thing about the bootcamp was building the final project. It was incredible to see everything come together, you realise how far you’ve come in such a short amount of time.My group’s final project was creating one place that you could browse over independent bike workshops and book appointments easily through the app. If you asked me before the bootcamp what sort of project I’d like to build by the end, I don’t think I would have come up with something half as complex as that. I’m blown away by how much I’ve learned at the bootcamp, I couldn’t recommend Le Wagon more!Read Less",FullStack program,Web Development +263928,10868,le-wagon,Anonymous,True,2018,Le Wagon in the ultimate experience to learn how to code,2020-04-27,5.0,5.0,5.0,5.0,"In my opinion the best choice for a coding bootcamp in Europe is Le Wagon, from which I graduated in London. As a person who always wanted to learn to code I searched for a bootcamp which will fulfil my expectations. I few friends recommended Le Wagon... Read More as the best choice. And after reading reviews on the internet I decided to attend Le Wagon. To be honest Le Wagon not only fulfilled my expectations but exceeded them. To sum up the philosophy of Le Wagon teaching method, the motto ""Students first"" would best fit. The whole two-months learning program is centred around students, which aims the teaching the to code from the practical side. I never thought that I would learn so much practical knowledge in only two months I learned at Le Wagon not only how to code from the practical side, but also how to work in teams, how to solve coding problems and what are the current industry practices. These  elements of knowledge were all combined in order to build by the students a real working mobile app in the later stages of the bootcamp. Other elements which made the bootcamp experience great were: 1) the teaching staff who were very competent and always eager to help; 2) the after classes activities like lectures and meetings with industry specialists and networking events. Also a great factor is the alumni network of Le Wagon, which as a community is very helpful in starting a career in tech. In conclusion, Le Wagon is in my opinion the best place for learning how to code. Read Less",FullStack program,Web Development +263924,10868,le-wagon,Vicky André,False,2020,Learning to code in a great environnement.,2020-04-27,4.7,5.0,5.0,4.0,"I am a textile designer. On a daily basis, I deal with shapes, colours and illustrations to create prints. Nothing to do at all with the tech world. When I decided to enroll in Le Wagon’s bootcamp, it was for a very simple reason: build and maintain my... Read More company’s website.The bootcamp was probably the most challenging thing I have ever done. But it was worth it. Thanks to the incredible team of Le Wagon and their amazing learning tools, I made it through ! In a warm and always supporting environnement, I discovered the digital world in a way that suits me and I learned new skills that I now can combined to my design background.Read Less",FullStack program,Web Development +263889,10868,le-wagon,Ho Yung Cher,False,2020,Amazing full-stack web development programme that exceeds all my expectations,2020-04-25,5.0,5.0,5.0,5.0,"In April 2020, I graduated from Le Wagon’s Web development bootcamp as batch #375, joining thousands of other graduates who have equipped themselves with the power to turn their transformative ideas into reality. I am excited and proud to be part of this... Read More amazingly supportive community. The coding skills taught by Le Wagon will get us far in their career aspirations, be it as a freelancer, full-time developer or an entrepreneur. What’s more valuable, in my opinion are the soft skills, as well as the inspiration and confidence that our instructors painstakingly help to create within us. As an aspiring entrepreneur hoping to found a start-up after I graduate, I was keen to develop the coding skills required to create a web app. I settled on Le Wagon after seeing its excellent reviews online. Starting from almost zero experience at the beginning of the bootcamp, I found myself improving quickly, gradually building up competence, but also confidence in coding. The course curriculum was divided into challenging but reasonably-sized pieces for us to chew on each day. I soon realised that is no shortcut to learning coding quickly other than good old practice, and Le Wagon makes sure that none of our efforts were wasted through intricately designed challenges that illustrated the essential concepts perfectly.Many of Le Wagon’s instructors and teaching assistants are former students who have gone through the bootcamp themselves. Having been through the same struggles as we did, our instructors were more able to empathise with our difficulties and break down complex concepts in an easily digestible way. Our instructors, Ben, Miguel and Prima have developed a great passion for coding and a curiosity for new technologies, and they have not hesitated to share their expertise with us. My experience during the bootcamp greatly exceeded my expectations and I would highly recommend it to those who are keen to develop a valuable skill or looking to start their entrepreneurship journey.Read Less",FullStack program,Web Development +263850,10868,le-wagon,Jonas Vanbuel,False,2020,Best investment in myself I can remember,2020-04-24,4.3,5.0,4.0,4.0,"Before starting Le Wagon’s software development bootcamp in London I was working in Fine Arts. I decided to start the course to drastically accelerate the pace I had started learning software development skills, which I think has become increasingly important... Read More in our (professional) lives. I chose their part-time program in London so I could continue to work while going through the 6 month course, and in retrospect it definitely feels like the best investment I’ve made in myself that I can remember!Le Wagon’s learning structure is a combination of home study by way of video lectures and every week 3 in-person sessions with other students and teachers. Since the pace of the course is high and consistent it takes some dedication, though it’s difficult to believe how much you managed to learn in 6 months, and how far you’ve come by the time you finish your final project!Read Less",FullStack program,Web Development +263842,10868,le-wagon,Kevan Koh,False,2020,An amazing experience at Le Wagon Singapore,2020-04-23,4.7,5.0,5.0,4.0,"I was previously employed as a supermarket branch manager, having graduated from NUS Business School. I joined their Operations Executive Programme and was fortunate to have been given an opportunity to lead a store, despite being more junior in age compared... Read More to most of my colleagues. However, even though it was a comfortable yet challenging job, I felt I needed to future proof myself to keep myself up to date with the continuously changing world. I felt that coding was an essential skill I needed to pick up, so I looked around for quick ways that would enable me to transition into the tech world. Eventually, I decided on Le Wagon as it had the best reviews online (4.99/5 stars!) and read that while other Bootcamps started to become more commercialised, Le Wagon still provided students with an authentic learning experience. As such, I left my job in Nov 2019 to begin on this journey.Since it was my goal going into the Bootcamp to change my career, I spent some time during the Bootcamp applying for jobs and preparing for interviews. It was not easy as it was quite disruptive, but thankfully, I managed to get a job before the Bootcamp ended as an Application Developer, which I believe was due to the strong foundations that Le Wagon taught us. A few months ago, I was really doubtful, but I’m glad I took the leap of faith. I strongly recommend Le Wagon to those who are looking for a career change or just looking to pick up some programming skills. The teachers are amazing, the community is amazing and the resources are amazing. Even if you do not want to become a developer, programming can help automate so many parts of our lives. Of course, the journey will probably not be easy; it can be tough and painful at times, but I believe it’ll be worth it at the end.I especially liked the positive attitude of the Le Wagon team. On the first day, I remember Dirk, who is the founder of Le Wagon Singapore, saying, “Don’t try to compare yourself with others as you will only end up frustrated. At the end of the Bootcamp, compare yourself with yourself from Day 1 of the Bootcamp.” Coming from an education system where grades are always relative, it was refreshing to learn something with that kind of perspective.The first few weeks of the Bootcamp were challenging. They tried to get students up to speed on core programming concepts, data structures and algorithms. Every day for the first 6 weeks, we had a lecture from 9.00am to 10.30am, and the rest of the day would be mostly spent solving coding challenges. Teachers would be available to give help when needed. The best part about this however,was the learning resources. What you would normally spend hours Googling or watching Youtube Tutorials for can be found within minutes in their resources.A highlight during the early weeks was building a basic food delivery app in the terminal, where users can create orders and it will be assigned to different delivery riders. We spent about 2 – 3 days doing this and I believe most of us were all super proud that we could create something like that in less than 3 weeks of learning.Over the next few weeks, we spent more time on databases, front-end and finally, Ruby on Rails. Ruby on rails is basically a framework using the Ruby language that allows you to create web applications quickly and easily. I really enjoyed the framework as it is easy to use and very intuitive, especially for beginners. The next highlight was to create an Airbnb Clone using this framework as a group. Group work was definitely a bit more different than coding individually. In a group, different ideas arise from how we approach a particular problem, and issues such as how the design should look like are debated frequently. It was definitely a good experience on how to code as a team as it simulates the working environment in the real world. Agile methodologies were also practised, and we had to do a daily stand up every day to describe what we are working on and if we had any problems hindering our progress. Most tech companies tend to use it, and it was definitely a good experience for me before I started my job.The last highlight of the bootcamp was the final project. For me, I was paired with Amanda and Blake. Our final project was to build on Amanda’s idea: Cafe Collective, a platform where freelancers who don’t want to pay the high costs of co-working spaces or lose productivity by being at home, can book space from cafes to work. We spent about a day drafting the idea, and had 2 weeks to build everything from scratch. At the end, we managed to build even more than what we planned initially. It was tough, tiring, but nevertheless rewarding. I personally felt very empowered going through this, because you are basically able to launch almost any app as long as you have the idea for it.Read Less",FullStack program,Web Development +263803,10868,le-wagon,Tomohiro Mitani,False,2020,The best educational experiences ever!,2020-04-23,5.0,5.0,5.0,5.0,"I took a part time course in Le Wagon in Tokyo from 2019. The part-time course require you to attend two weekday nights and Sat courses.As a full-time employee, this bootcamp was perfect for my schedule. The course covered web-development in Rails, Javascript,... Read More HTML, and CSS. IMHO, the course materials were the top notch. The lectures and exercises were thoughtfully created to teach you the fundamental of web development and designs.I have a professional software development experiences prior to courses, but I have never launched my professional web services. I think this can related to many engineers who are asked to solve very deep technical issues of one particular enterprise software, but have not had a chance to learn a full cycle of web development (i.e. wire frame to launching the production web application.)This course successfully fulfilled my needs because their course materials are well-balanced between technical skills and professional web designs. They didn't only teach me coding, but how to successfully design web for real end users. Just search Le Wagon Demo Day on YouTube, and see how professional their final projects are.Read Less",FullStack program,Web Development +263776,10868,le-wagon,Brandon Olin,False,2020,Calling it life changing would be an understatement,2020-04-22,5.0,5.0,5.0,5.0,"My experience at the Bali batch of Le Wagon was incredible! I registered with the vague idea that this experience would equip me with a skillset that'd set me up for a high paying career. I completely the prep work and become MUCH more interested in how... Read More I could use these tools we'd been equipped with to solve various problems. And during the bootcamp it self I dealt with having my mind repeatedly blown and/or overwhelmed by everything there was to learn!It was one of the more difficult things I've done in my life, but also one of the more rewarding ones. I had a knack for programming and did fairly well right off the bat, but when it was a bit too much and I could tone down my ego enough to actually ask for help the teachers and TAs were there to guide me through what I was missing and turn it into a great learning experience.Guido, Sonia, Gianluca, Rayhan, Sisi, thank you all so much for the continued support (and patience!) you've had with all of us during, and after the bootcamp. I know that my learning journey as a programmer has just begun, but I feel more than ready to walk down that path thanks to everything I learned at Le Wagon Bali.Read Less",FullStack program,Web Development +263773,10868,le-wagon,Vince,False,2020,"Not even a coder, yet reached another level",2020-04-22,5.0,5.0,5.0,5.0,"So I came to the program to deepen my knowledge of e-commerce platforms and understand the technology behind them. It never harms to have a more technical background and be able to solve issues yourself, rather than be reliant on the mercy of support... Read More agents.Secondly, that layer of expertise is probably the most sought-after added skill in my field. Thus, the decision to take the Le Wagon course was quite straight forward. I picked Le Wagon over others quite simply because of the rating – consistently well reviewed over many sites. Now, almost a month after completing the course in Bali (which somehow feels like another chapter of my life, given what I learned in that period), I can only confirm that it was an extremely good decision. Although I've been to busy with my continuing projects to dive much deeper into the code – unlike other course members who are quite smoothly embarking on their first coding jobs – it seems that even 'the way I think' has taken a leap. As funny as it sounds but: I feel smarter. More logical in my decision making. More savvy with managing time and resources. More confident and daring in trying things.Coming to think of it, it's not surprising. After all, it was a bootcamp with day-in-day-out heavy workouts for the brain's logic and enterprise muscles. Facing new challenges, cramming the brain with new knowledge, overcoming pressure and fear in the crucible final project weeks out of which a real product emerges – alone this was worth the money. Talking about the actual content of the course: it's so universal, so broad and complete that whatever path in the code world you decide to follow, it's yours. It feels like the perfect entry. All this is enabled by the fast-paced yet extremely supportive teaching style, which is the best I ever received anywhere – better than school, university, other bootcamps, online courses, whatever. I have never received such good instruction in my life. I believe that at the end of the day the success of Le Wagon is down to it's unique teaching style, which is so focused on making you able to just sit down and build things. Finally, the resources granted to you after completion have the same value as the course in my opinion. Access to hours and hours of further training and guides. However, probably the most worthwhile is the Le Wagon network you then get to be part of. It's like another secret career universe opened it's doors.All in all, a very worthwhile and fantastic course.Read Less",FullStack program,Web Development +263770,10868,le-wagon,Anonymous,True,2019,The most effective way to learn web development quickly...,2020-04-21,4.7,5.0,5.0,4.0,"The Le Wagon Full Stack program is an excellent all-round bootcamp to build a solid foundation of Web Development skills. You'll be ready to build production level web apps after just 9 weeks.Good tech stack, effective program design, real-world applications.... Read MoreThere are some aspects that aren't covered in as much detail as I'd like, but that's to be expected from any 9 week bootcamp. Overall, it exceeded expectations.Read Less",FullStack program,Web Development +263766,10868,le-wagon,Rich Cherry,False,2020,Le Wagon Bali - Valuable Experience!,2020-04-21,5.0,5.0,5.0,5.0,"Prior to joining Le Wagon, I worked as an E-commerce Manager, among other roles, for a US manufacturer. Over the years I had taken the usual online, self-paced courses, which I felt provided a peripheral overview of web development, but I felt like I... Read More wanted to develop a deeper understanding and I wasn’t sure how to do that. I started reading about Le Wagon and was attracted to the program because it seemed to have more of an entrepreneurial focus than other bootcamps. Bali was also on my bucket list and cost-wise, I calculated that I could probably attend Le Wagon in Bali (including airfare, food, and lodging) for less than the cost of just the tuition of many programs in the US. Being in my mid-thirties, I figured now was as good a time as any to take a career break, so I sent my deposit and within a few weeks, I was on a plane to Bali. The program is challenging and moves at a fast pace. There were days when I felt smart and overly confident, then stupid and like I wasn’t cut out for it, all just before lunch. It’s also difficult not to compare yourself to other students in the class, even though the experience levels vary greatly - some were brand new to programming, while others had a few years of experience. But you quickly develop friendships with everyone else in the class, as well as the amazing teaching staff, and most days I looked forward to spending time with everyone, working on new challenges. Bali is also an amazing place to spend 2-3 months, with beautiful scenery, food, and a thriving digital nomad culture. It was incredibly easy to arrive, rent a scooter, and feel at home on the island. That I could so easily pick up, move across the world, and settle in has greatly impacted my perspective on the future work that I want to pursue.All in all, I found Le Wagon to be an exceptional experience, where I learned valuable skills and developed new friendships with people from all over the world. I would highly recommend the program to anyone looking to build a foundation as a developer.Read Less",FullStack program,Web Development +263756,10868,le-wagon,Rahul Keerthi,False,2020,Fantastic Experience!,2020-04-21,4.3,5.0,4.0,4.0,"If you want to learn to code then there are a million resources for that but if you want to develop a lasting practice of code that you can build a career on then Le Wagon offers an incredible experience.I recently completed the full-time course in London... Read More in January 2020. It was fast-paced and highly challenging, even with the prep work, and despite this, the care from the teaching and support staff, the effectiveness of their digital learning platform and the camaraderie they develop through social and work activities provides a fantastic basis for learning. They keep you motivated, balanced and ensure you understand not just the what and how but also the why.I highly recommend Le Wagon, and should you choose to sign up, I assure you that you will get manifold back what you put into it.Read Less",FullStack program,Web Development +263751,10868,le-wagon,Éric Férole,False,2020,I couldn't wish better bootcamp !,2020-04-20,5.0,5.0,5.0,5.0,"I've recently finished my programming Bootcamp at Le Wagon Montreal batch #316. I am more than satisfied with the training I have received. I couldn't wish better. The atmosphere that reigns at the Wagon is warm and it feels like a big family. We are... Read More in good company, there is always someone to help us when needed. As a web designer and web strategist, I have always wanted to learn the mechanics behind web development. However, I always lacked the time and discipline to tackle this complex learning process on my own. Le Wagon has offered me the perfect opportunity to achieve this goal. I know that this new skill set will make me an even stronger designer, strategist, and team player. I leave confident with a strong foundation and many new friends. I recommend Le Wagon to anyone who wants to learn programming once and for all. Éric Férole,Designer and Full Stack DeveloperRead Less",FullStack program,Web Development +263741,10868,le-wagon,Kathrin Wendt,False,2020,"Amazing 9-week program, highly recommended!",2020-04-20,4.0,5.0,4.0,3.0,"Before joining Le Wagon I worked as a finance manager in Berlin. Working in Finance, I missed the creative part of the job since I was working with numbers all day long. Thus coding seemed to be the perfect combination of logical thinking and creative... Read More ideation. I joined the Le Wagon Bali batch in January to find out whether coding would be something that I enjoy. Having just finished the bootcamp a month ago, I can definitely recommend it to anyone wanting to get into coding or start their own company. The amount of things that we learned and the way it was explained was perfect to get a great understanding not only of what you are doing, but also why you are doing it. I really liked the large amount of time that we actually spent coding instead of just listening to lectures. Even if you already have a better understanding of programming, they make sure that you’ll always have something challenging to do with loads of optional exercises. Next to the intense amount I learned during the bootcamp, I really enjoyed the community aspect as well. Everyone is really open to do things together after an intense day of coding and Le Wagon occasionally organizes trips to enjoy the island together. If you are seriously thinking about starting your own business, the pitch night presents a great chance to get some feedback from fellow coders and build your first prototype. Working in groups was definitely more challenging than expected, but being forced to regularly present your outcome was very motivating to give your best and find ways to work together in a team. All in all, I had the best time learning to code with Le Wagon and would 100% do it again in the future!Read Less",FullStack program,Web Development +263671,10868,le-wagon,Alim Lalji,False,2020,London Batch #360 - Unforgettable experience!,2020-04-17,5.0,5.0,5.0,5.0,"Before joining Le Wagon, I was on a year out having just finished university. I had a few months to go before starting a graduate role. I really wanted to use this time constructively and expand my knowledge base. Coding was a buzzword for me during that... Read More year – I kept hearing that it was the skill to learn.With zero coding experience under my belt, I was looking for a course that would start from scratch. A coding bootcamp appealed more to me personally rather than an online course. I wanted to be in a classroom setting, learning from teachers and working alongside other students – I wanted to fully immerse myself in that coding world. The 9 week program at Le Wagon not only ticked all of these boxes but it was also rated as the #1 bootcamp out there. I was definitely nervous beforehand but honestly, it was easily the best decision I made.9 hours a day, 5 days a week for 9 weeks – it sounds intense and truthfully it was. However, you find yourself getting completely lost in it all – the challenges of the day and the code – it’s awesome. The quality of the teaching was superb. The staff’s ability to break down complex concepts and explain them to us clearly and concisely, really helped me to grasp the content. Beyond that, they were all really approachable and seemed to genuinely care about us and how we were getting on. The setup of the course meant that each day we working in pairs and during the last few weeks, in project groups. This was really enjoyable and also helpful when tackling the day’s challenges. It was fascinating to learn from each other and see how others approached the same problems.The course at Le Wagon has drawn me into the fascinating world of coding , has seriously made me consider a career along this path and has connected me with a community of students and Le Wagon staff. Big thanks to Le Wagon London and Batch #360!Read Less",FullStack program,Web Development +263661,10868,le-wagon,Rahul Robertson,False,2020,Highly Recommend!,2020-04-17,5.0,5.0,5.0,5.0,"Before joining Le Wagon I had worked in retail and advertising, and chose to do a coding bootcamp in order to broaden my skillset and job opportunities. What I enjoyed most about Le Wagon was the culture they have created, you get to know all the teachers... Read More and other students on your batch really well – both through their buddy system for challenges and the numerous social activities organised. Seeing the product you build in the final two weeks get presented on demo day was so rewarding. It’s very intense and definitely hard work but one of the most enjoyable learning experiences I’ve had. 9 weeks flies by, I would recommend it to anyone considering moving into tech!Read Less",FullStack program,Web Development +263659,10868,le-wagon,Karl Loomes,False,2020,Brilliant in every way!,2020-04-17,4.3,5.0,5.0,3.0,"Having previously spent my career in the finance industry, I decided it was time for a change and to pursue a long-standing interest of mine – coding. Though I was worried I would have to go back to university to gain a qualification, talking to friends... Read More in the industry it became apparent that there was no need for that, as coding bootcamps more than qualified you for a junior role. In researching which bootcamp to take, Le Wagon quickly stood out as the best quality and the one that matched my goals. At the end of the course, you are a qualified junior full stack developer.My weeks at Le Wagon were some of the best I can remember. The team and people have a genuine love of coding and of teaching their skills to a new batch of people – you feel it every day, in every interaction. The buddy system quickly means you get to know your classmates and also gain experience of helping others and reviewing other people’s code yourself.I found myself looking forward to each day when I woke up. The structure of a morning lecture on a new topic, then spending the day doing coding challenges on that topic to solidify the knowledge was genuinely enjoyable, as well as very effective. To think where we started that first day, and what we are now capable of just nine weeks later, is incredible. I will always be grateful to Le Wagon for what they have given me, I will be highly recommended them to anyone who asks.Read Less",FullStack program,Web Development +263657,10868,le-wagon,Sophie Archer,False,2020,Amazing experience,2020-04-17,4.3,5.0,5.0,3.0,"I recently finished at Le Wagon part time batch #317. I come from a creative background and was looking to gain tech skills to take on more freelance work and a potential career change. I now feel like I have the foundation skills in place to build on... Read More and the confidence to continue learning. This course is by no means something to be taken lightly- it totally takes over your life! Studying part time is still a full time commitment with evening lectures to watch and catching up on anything missed in class, alongside your normal 9-5 commitments. But the result of working hard for 6 months pays off and I’m really happy with the skills I now have. It’s also a testament to both the course and the teaching that I was always excited to go into class on a Saturday morning. Your social life totally goes out of the window and you start dreaming in code but it’s all worth it, promise! The magical thing about Le Wagon is everyone comes from a different background bringing with them different ways of working. As a result we all built some amazing apps and made great connections to carry on working together in the future. I have already found the Le Wagon community so useful and it’s great knowing there is a big network out there if you ever have any questions- especially as a freelancer. My main praise for Le Wagon is the exceptional teaching and learning program. All of the TA’s had a different approach which was so helpful, and a lot of patience if you didn’t understand a concept first time around. This level of support really keeps you going during some of the tougher weeks and when it gets to final projects. It’s also worth mentioning that our final week was the start of lockdown here in the UK and the transition to remote learning was great considering the circumstances. Thank you all at Le Wagon London xRead Less",,Unknown +263655,10868,le-wagon,Lucy Silver,False,2020,Le Wagon London #361,2020-04-17,5.0,5.0,5.0,5.0,"Le Wagon have managed to create an incredible programme that pushes you out of your comfort zone, all whilst providing a strong support base of teachers and alumni when you need them. I have never experienced a learning environment where you can see and... Read More feel your progression each day and dramatically each week. The community and teachers at Le Wagon are so welcoming and make you realise that you belong to something bigger than just a 9 week bootcamp. I feel very proud to be a Le Wagon alumni and couldn’t recommend this course more.Read Less",FullStack program,Web Development +263651,10868,le-wagon,Maria Jose Fernandez-Concha,False,2020,Le Wagon Bali,2020-04-17,5.0,5.0,5.0,5.0,"I would describe Le Wagon as a unique, well-structured, challenging and life-changing experience that takes place in the perfect setting: a rooftop with a sea-view in the heart of Canggu, Bali. Before joining the bootcamp I was working in the research... Read More team of an accelerator in NYC, right after having graduated from university. During this time I was on an exploration mode, since I did not have a clear idea of what industry I wanted to work in specifically. However, I have always had the long-term ambition of going back to Peru and launching a project to help reduce the socio-economic disparities present in the country. I knew that to be able to achieve this personal goal successfully I would first have to build more skills through experience. While working on the accelerator I was able to learn about the different challenges and pathways entrepreneurs around the globe took to scale up. One of the main takeaways from this experience was understanding the importance of having tech skills to achieve success in today’s digitally-oriented world, especially when seeking to be a successful entrepreneur and being able to communicate and understand every aspect of a project. I realised that, being in my early twenties, I wanted to focus my next few years on developing new hard-skills which would be transferable from one industry to another while acquiring knowledge on different fields.After 5 years in NYC, I decided to leave and jump onto this 9-week adventure at Le Wagon, Bali. I chose the Bali campus due to the cultural offerings of this island and because I was looking for a place that would be a contrast with the big cities I had previously lived in (Lima,NYC and Paris). The setting of the bootcamp definitely enhanced the entire experience because every day was a new adventure that made you discover the richness of the local culture while learning how to code. In a typical day you could surf at 6:00 am with the sunrise, ride your scooter to class through beautiful rice fields while watching the Balinese Hindus putting forward offerings, intensely code from 9:00 am to 7:00 pm in the rooftop terrace of the FRII hotel with a very fresh breeze and a sea-view, and finally end your day in a very balanced way with a yoga class with your classmates.On the technical side, Le Wagon has a very structured program and a user-friendly platform that gives students and alumni a life-long access to a handful of resources including libraries, lectures and daily coding challenges. Since day one it was a very hands-on experience by having several day-long coding challenges which you had to push to your own repository. The “buddy system” during these coding challenges was one of the things that for me differed this program from just taking an online course. Every day you were assigned to a different “buddy” from the class to work together through the challenges, ask questions to each other if either one was stuck, brainstorming solutions together and gave you the chance to explain your code out-loud to someone else (which I found out to be a very effective strategy for debugging). Another resource of the program I found very useful was the “tickets system”. If you were still struggling to solve a problem after using all of the online resources and talking with your buddy you could raise a ticket and a teacher would come and walk you through the problem. This was a very effective way of learning because it would indirectly build within each student a methodology to solve coding problems.The first few weeks of the bootcamp were probably the most challenging because you had to adapt to the fast paced rhythm of the bootcamp while trying to understand and apply most of the new concepts that were being introduced to you each day. This could have been a little bit frustrating at the beginning, however, after applying these concepts daily you become familiarised with them, and after the first three weeks everything starts to come together. The unconditional support, friendliness and positive energy of all the teachers made this first stage and the whole journey very enjoyable. The most exciting part of the journey was building your own product during the last two weeks of the bootcamp together with three other people. This experience did not only enhance our team-working skills and gave us the chance to work with people with very diverse backgrounds, but pushed our technical skills to the next level by making us bring everything that we had learned in the past months together, and researching new concepts. Our final product was called “Rated Places” it is a B2B, community-based, deals and recommendations web application which was based on our own experience and needs while living in Canggu. It was very challenging to build a product while learning how to work in teams using the different platforms, like Github and Trello, under that time pressure, but at the end the feeling was very rewarding.At the end of the program, we did not only learn all these technical skills but we became a family and part of Le Wagon global network. We also discovered the infinite possibilities these new set of skills gave us, through the presentations of inspiring guest speakers who were former students from Le Wagon, and understood the ongoing digital boom in Bali. The opportunity to meet so many people coming from very diverse backgrounds and with different experiences was unique. I am very grateful for this experience and it is one that I will always hold close to my heart.Read Less",FullStack program,Web Development +263646,10868,le-wagon,Michael Lim,False,2020,Le Wagon London Review,2020-04-17,4.7,5.0,4.0,5.0,"Honestly, the whole experience has been great (the reviews weren't lying). Le Wagon did a really great job implementing a very familial feel to the whole experience, I've never felt a barrier between the teachers/staff and students. I remember on the... Read More first day, everyone, including myself, seemed so timid and wary but that feeling faded away quickly and what's left is a family bond.Read Less",FullStack program,Web Development +263643,10868,le-wagon,Elena Petrova,False,2020,Best experience,2020-04-17,5.0,5.0,5.0,5.0,"Each story is completely different from thousands of other stories. My story began with choosing a future path. I had to enter a master's degree in economics. I must say economics made me bored and mathematics put me in full stress. In my life I already... Read More tried a lot of things, I was a chemist, manager, worked in a logistics company and even opened a small business in Moscow ..All this was absolutely wrong, it did not make me happy, and all I was thinking about was finding myself.Exactly 1.5 years ago, I moved to London in order to learn English, and I did it! This gave me confidence and I decided to learn some more languages ​​- programming languages!I started two courses at once, which took absolutely all my time. One at the university and the second at the bootcamp le wagon.At the university, I met face to face with sexism, prejudice, understatement ...I thought to quit this venture since day after day I felt more and more self-doubt, and then Le Wagon appeared in my life!Everything has changed!A huge community that is confident in your strength, support, lack of sexism and inequality.I began to feel that finally, I found myself, made friends, and now I am part of a large and friendly family!What's next?I don’t know how my fate will turn out, whether I will find a job or start my startup, but it doesn’t matter ...why?Because I continue to learn and learn something new every day, not because I “must” because I love to do it!Because now I am part of the community!Because I found myself!Read Less",FullStack program,Web Development +263642,10868,le-wagon,Charlotte Waller,False,2020,"The teachers and staff make this course what it is, their commitment to our batch and their no-nonsense approach ensured we all came through with a brand new, marketable skill set.",2020-04-17,5.0,5.0,5.0,5.0,"Having worked in digital for a decade, coding knowledge was constantly a block I came up against; I simply did not understand it. Outsourcing digital tasks to developers was the norm but I found this incredibly frustrating with such a keen interest in... Read More the topic.I wanted to (finally!) learn to code, swivel my career to include dev skills as part of my remit or change it completely. After years trying numerous online courses I realised that in order to achieve this I needed to be forced into a classroom to learn in person.With a mortgage and full time job, a 9-week full-time bootcamp was not an option. Le Wagon - as far as I knew - was the only London bootcamp that had taken the significant steps to offer a part time course for professionals such as myself. Their first course had just started and I immediately enrolled on the second.The course itself surpassed all expectations. I’m not afraid of hard work but this pushed me to my limits…it’s certainly not for the faint-hearted and will command your life for 6 months (yes, including Saturdays!). However the end result is worth it many times over.The teachers and staff make this course what it is, their commitment to our batch and their no-nonsense approach ensured we all came through with a brand new, marketable skill set.Regarding the teaching itself, the thing that stood out most prominently was how commercial it was - the material was always up to date and we were taught how to **work** as a developer, not just how to code. In support of this, the buddying and ticketing systems honed the unique type of teamwork needed to work in a tech team and upon completion of the course, we had 3 projects ready and waiting to show prospective employers the day we graduated.Completing the course earned me a huge amount of kudos with my employer. I work in a tech team for a bank and the developers are unanimously impressed with the level of proficiency reached, the depth of knowledge gained and the way in which we were taught to code.Charlotte Waller, Le Wagon LondonRead Less",FullStack program,Web Development +263596,10868,le-wagon,Analida Corró,False,2020,Impossible not to learn,2020-04-15,5.0,5.0,5.0,5.0,"Le Wagon is a unique and refreshing learning experience anyone can benefit from. It is much more than a coding bootcamp. Nine weeks surrounded by creative, passionate people from all over the world. The platform, the program and the devotion of the teachers,... Read More make it impossible not to learn.Read Less",FullStack program,Web Development +263579,10868,le-wagon,Michael Wlaschitz,False,2020,9-weeks LeWagon bootcamp in Barcelona - The full story,2020-04-15,5.0,5.0,5.0,5.0,"Why coding and LeWagon?I dreamed of building products that go through the roof and actually bring value to lots of people in the world since I started to study business. Already during my bachelor and master, I was involved in several entrepreneurship... Read More courses and worked for 3 small startups next to my studies. Finishing my masters in 2017, I first went into consulting helping companies to become more innovative and work more like young, dynamic companies.Last year, after working 2 years in my job, however, I realized that with my business degree I lack most technical know-how to actually develop digital products of the future. I felt the desire to become an expert in building real, useful tools and programs instead of fancy slides. After some research into product management I decided that coding would be the best way to start into this journey of becoming more technically skilled.After looking into some online courses, I learned from some friends about LeWagon and immediately fell in love with the idea of an intense full-time bootcamp experience. I saw from my past, that learning something besides your actual job, is super hard and I never pushed through with online courses, so LeWagon seemed like the best place for me. The syllabus, focused a lot on the entrepreneurial aspect and product management techniques of coding, was the ideal fit for me. I am not a person highly interested in deep theory but more in practical application and LeWagon seemed to have a similar vision. Also the mix of learning with teachers and a intense practical project to apply knowledge sounded like the best approach for me. Lastly, the international network and chance to meet people from other background was very appealing to me. After some more research and a short call with the LeWagon team, I was all in. After convincing my boss to take two months off for the camp, I confirmed my spot and the adventure was fixed.The bootcamp experienceWhat can I say? The bootcamp was the most intense and best learning experience of my life. I never learned so many new things, and especially hard skills like in the 9 weeks that I felt to be useful for my life. The bootcamp was well structured and starting from the basics we learned week by week new topics that were, however, always connected to the previous weeks and helped us repeat older topics. With all stuff online in its own portal there was also the chance to repeat things and go through difficult lectures again.The teachers and assistants were superb. They made you feel comfortable and secure to learn, make mistakes and try out new things during the whole bootcamp. Always motivated and highly skilled in teaching, answering all our questions and constantly supporting in our team work. I honestly can’t image a better team than at LeWagon Barcelona. Also studying together with people from all around the world was highly motivating and interesting. Every day we worked with a different person, which also helped you to get to know other people and learn about different work styles. My project team in the last week was also super nice and motivated and I was lucky to work on my own project idea that we pitched in week 5. Due to corona we worked three weeks remote as a team, which was still a great experience with all the remote support of the LeWagon team. We definitely managed to code awesome apps with people sitting all around the world.Lastly, I loved the city of Barcelona. Was not my first time, but living there was even better than being a tourist. There is endless bars and restaurants, beaches, clubs, sport facilities and the area of Gracia where LeWagon is located is definitely the most beautiful in Barcelona.All in all, I can only recommend LeWagon Barcelona to anyone who is interested in diving into coding and learning full stack development hands on from scratch. I personally will follow my path to become a Product Manager, others will work as Freelancers or in company coding teams. Can you do it after 9 weeks? I believe we learned everything necessary to work as a dev and develop our own projects, so yes you can :slightly_smiling_face:If you have any doubt, hit me up or add me on LinkedIn.Good luck and if you do LeWagon soon, congrats to your decision!Read Less",FullStack program,Web Development +263547,10868,le-wagon,Nicolas Chatelain,False,2020,Coding Bootcamp - Le Wagon (Rio #358),2020-04-14,5.0,5.0,5.0,5.0,I recently completed batch 328 at Le Wagon Rio de Janeiro.Before to enroll at le Wagon I was Business Analyst in the Human Resources Industry. My main objective was to gain sufficient tech skills to develop my own side projects and keep learning by myself.... Read MoreI started off barely knowing anything about coding and finished the course being able to implement full web apps on my own.Our teachers were great in sharing the concepts and approaches we need to have as a web developer.They were also patient and made the Bootcamp fun while we were learning.The bootcamp provides you with a solid foundation to keep learning about the areas you are interested in. The online content and Kitt (the online teaching platform) are great. The program and learning methodology have been tested and iterated over thousands of students! It is very well structured which keeps you challenged and engaged to keep on learning.The student atmosphere is amazing. Everyone is motivated towards achieving the same goals and it truly feels like a community. I would definitely recommend Le Wagon to anyone looking to improve their tech skills! It was the best experience learning I have.Read Less,FullStack program,Web Development +263543,10868,le-wagon,Marielle Gueissaz,False,2020,Highly recommend!,2020-04-14,4.7,5.0,5.0,4.0,"Before Le Wagon, I had never properly coded, except for a little bit of Visual Basic in high school. I wanted to learn coding, but without having to study it for a certain amount of years, not knowing whether I should become a developer or work in this... Read More area. This is why, the bootcamp that Le Wagon offers was perfect for me: 9 intensive weeks of classes and exercises to learn the basics in order to become a developer. It completely met my expectations, a room full of people eager to learn and motivated qualified teachers. The curriculum is well-structured starting with the basics and touching on a varied set of topics so that you get an idea of how developers work. The wide alumni students pool gives you the opportunity to connect with people and entrepreneurs in the same situation as you, which facilitates a job search after the bootcamp. Overall, it has been a very rewarding and stimulating experience and I would definitely recommend Le Wagon.Read Less",FullStack program,Web Development +263507,10868,le-wagon,David ruiz lopez,False,2020,A big change in my life in madrid,2020-04-13,5.0,5.0,5.0,5.0,All the great teachers with a lot of knowledge to share and make you to think an see the things you learn with others perspective. All the batch is going to diferente subjects and then help you to make your first great proyect.Is the best experience learning... Read More i have.Read Less,FullStack program,Web Development +263503,10868,le-wagon,Rachel Clarke,False,2020,London 2020,2020-04-13,5.0,5.0,5.0,5.0,"After five years of working in the translation industry (and with zero technical experience), I decided to switch careers and become a developer. I chose Le Wagon because the curriculum covers a wide range of topics, and in London they offer a part-time... Read More course, so I could keep working and learn to code in my spare time. The structure of the part-time course means you do most of the “formal” learning, such as watching lectures and doing flashcards, at home. So when you’re on campus you can focus on putting what you learnt to practice by completing challenges, with the benefit of being surrounded by your classmates and a great team of teachers and TAs. The buddy system, where you get paired with a different classmate every day to complete the challenges, is great. It gives you the opportunity to connect with all your classmates, and being able to work through a problem with someone else really helps the learning experience. I also enjoyed working with the different teachers and TAs. They all have such a wide range of experience and expertise, and are very approachable. I definitely learnt a lot from seeing the different ways they approached problems.Even though I have now completed the course, I still have access to plenty of support with finding my first developer job. I also have access to the huge community of Le Wagon alumni, who I can connect with for advice or help. I’m so pleased I decided to take the leap and start a new career, and would recommend Le Wagon to anyone else out there who is thinking of doing the same!Read Less",FullStack program,Web Development +263499,10868,le-wagon,Guillermo Forteza,False,2020,Great experience,2020-04-13,4.7,5.0,5.0,4.0,"I recently completed (part-time) batch 317 at Le Wagon London. It has been a fantastic experience. My main objective to enrol was gaining sufficient tech skills to develop my own side projects. After completing the bootcamp, I feel i have achieved such... Read More objective. Don’t get me wrong, you will not know everything about coding by the end of the program, but it does provide you with a solid foundation to keep learning about the areas you are interested in. These were my highlights:A very well structured curriculum which keeps you challenged and engaged to keep on learning: Great online content -you can tell its been tested and iterated over thousands of students!- and learning methodology -beware that coding gets quite addictive!Strong product focus -the program is all geared towards the end goal of building your own project Skilled and friendly teachers and staff who are always there to help -this for me is the key value of the bootcampGreat and diverse student atmosphere -everyone is motivated towards achieving the same goals and it truly feels like a community -I would have never said I would be so happy to wake up early for many Saturdays in a row and spend the whole day coding!Strong international alumni network I would definitely recommend Le Wagon to anyone looking to improve their tech skills!Read Less",FullStack program,Web Development +263493,10868,le-wagon,Kenn Chong,False,2020,Awesome Experience!,2020-04-12,4.3,5.0,5.0,3.0,"It has been 9 long weeks, but I am glad to say that I have finished the Full Stack Web Development Bootcamp with Le Wagon Singapore! The curriculum was tailored uniquely for us to not just gain new knowledge, but you also get to practice what you’ve learnt... Read More every day by completing challenges with your classmates.It made learning fun again and it was really engaging. In 9 weeks, I got the chance to learn from Ruby as part of backend development and HTML, CSS and JavaScript as part of frontend development. Our teachers, Miguel, Ben and Prima, were great in sharing the concepts and approaches we need to have as a web developer. They were also patient and made the Bootcamp fun while we were learning. In the final 3 weeks, I got to work with 2 awesome people, Tan Hua Swen and Maxime. We worked on 2 projects, one of which was creating an Airbnb clone. We had the chance to work as an Agile Team, and building our products from scratch. After finishing the Bootcamp, I feel that I now have the confidence and know-how to carry on enhancing my current projects. I would highly recommend anyone to take up a course in Web Development, especially with Le Wagon!Read Less",FullStack program,Web Development +263481,10868,le-wagon,Kathryn Armitage,False,2020,London batch 360,2020-04-12,4.3,5.0,4.0,4.0,"I was working as a buyer in a company, when I decided to help my friend’s company with her social media, I decided to enrol in a course in marketing which led me to coding and made me fall in love with it. After studying from home for 8 months I decided... Read More to do a bootcamp which led me to Le wagon as it was the best rated. I honestly had the best 9 weeks. We had lectures each morning, worked with new people each day on new and interesting challenges and subjects. We then turned things up a notch and worked on real projects in a group preparing for our final project! Producing our project was an absolute joy and honestly one of the best moments of my career! So proud of my team and can’t wait to see where all of our careers go from here!Read Less",FullStack program,Web Development +263458,10868,le-wagon,Robin Weidlich,False,2020,Learning a lot in a short period of time,2020-04-10,4.7,5.0,5.0,4.0,"I'm a industrial engineering student in my last year and wanted to do LeWagon due to the growing impact of digitalization on the engineering field. Overall it was a great experience and I was surprised how much knowledge I gained in just 9 weeks. I started... Read More off barely knowing anything about coding and finshed the course being able to implement full web apps on my own. This is mainly due to the intensity of the course, since you're working with code all day for 9 weeks, as well as due to the great help of the teachers of LeWagon. Whenever you're stuck with an excercise the teachers help you not only solving that particular problem but understanding the problem and everything that's connected to that problem. That way you advance very fast and become a software developer within a short period of time.Read Less",FullStack program,Web Development +263445,10868,le-wagon,Dominic Ferris,False,2020,Exactly what I was looking for in a bootcamp,2020-04-10,5.0,5.0,5.0,5.0,"I was a filmmaker in Los Angeles for six years before attending Le Wagon’s full-stack development bootcamp. I reached a point in my film career that I had been working towards since before college graduation and saw what the future may hold for me if... Read More I continued down that path. I realized the entertainment industry was not for me and began researching other career paths.Once I decided on coding, I took the usual online self-learning approach for a few months before deciding to accelerate my education so I could jump into my next industry as soon as possible. I wanted a well-thought-out curriculum with excellent instructors and motivated peers and Le Wagon’s bootcamp provided that academic environment I was looking for.The program was structured extremely well with its exercises and challenges ramping up at an appropriate pace. I never felt too behind or too ahead. It is intense and you learn a lot very fast but it is manageable given you put in the work. There was no shortage of teachers and teaching assistants so I was always able to ask for help.The buddy system also provided great support as I quickly connected with my batch mates. The community Le Wagon manages to foster is the most impressive side-effect of the program. I joined for the educational aspect and hoped to gain some connections in the process but I was not expecting to leave with the close friendships I now have.Kitt, the learning portal all of the students and teachers used daily should also receive praise. It seamlessly integrates everything you would ever need during and after the bootcamp. From the daily challenges to the ticket system to reminding you to do your flashcards, Kitt kept us on track. It also provides up-to-date profiles for every student from our batch as well as alumni, allowing the community to stay connected after graduation — truly an impressive tool.All in all, Le Wagon delivered. The bootcamp is difficult and you must do the work but it pays off. You will leave with solid foundational knowledge of coding. The learning never stops of course, but I now feel confident and ready to take my next step.Read Less",FullStack program,Web Development +263440,10868,le-wagon,Victor Park,False,2020,The Best Coding Bootcamp there is,2020-04-09,5.0,5.0,5.0,5.0,"My experience at Le Wagon was more than classes, it was a bonding experience into my self (not myself). In just 9-weeks I gained a place where I belong, can help others and ask for help.The whole structure of the program makes it so you feel included... Read More and want to spread the inclusive culture Le Wagon wishes to impart into the coding world. I adored the way the professors, the coordinators and the whole system (buddy system and parties) encouraged interaction between all classmates and staff. More than a platform itself, the students were encouraged to reach out to the teachers and T.A.s, as well as to their buddies with issues to learn and improve.Notwithstanding, one that embarks this journey parts with a great learning platform that is constantly being updated and a new group you can call home.I graduate with joy to immerse myself in my next journey, but with a heavy heart to leave such a warm and challenging environment.I wish to discover more communities like these and I hope I have spread the word of those who want to co-create for a better world.Read Less",FullStack program,Web Development +263403,10868,le-wagon,Henry Gunn,False,2020,A 10/10 all-round experience,2020-04-08,5.0,5.0,5.0,5.0,"I recently completed Le Wagon London's batch 361. I had a BA in English Literature and came in off the back of a string of jobs in various industries (recruitment, football analysis, copywriter/editor), still yet to find a line of work that inspired me... Read More enough for it to be a passion as well as just a job. I can't remember why I first seriously considered coding, other than wanting to apply myself academically again after stagnating in various jobs. I guess instinctively coding felt exciting and futuristic. I also liked the idea of working freelance, as well as the possibility to work in another country. After briefly looking at London bootcamps, Le Wagon just looked and felt by far the most exciting, and before I knew it I had an interview penned in.What sets Le Wagon apart as an institution, is that nearly all of the staff are themselves graduates of the school. This may seem like a subtle distinction, but I think it holds the key to what makes the course so special. What they have managed to achieve, is to create an environment in which the relationship between teachers and students is completely informal and democratic, something that differs to any other educational experience I've had. Yet despite the laid back attitude towards formality, there is an unspoken respect for the learning process from all. The staff without exception are knowledgeable, personable, passionate and professional, and they exceeded my expectations every day.Having come from an arts background, any reservations I had about not fitting in here were dispelled instantly. It's a complete melting pot of age, nationality, class, mindset etc. The buddy system (every day you are partnered with someone different to tackle challenges in a pair) is an ingenious idea, that results in your batch feeling more like an extended family by the end of the course, as everyone knows each other intimately. It also allows you to both explain concepts that you understand - in doing so consolidating your learning - yet also to have those things which you don’t quite get explained in relatable terms through the eyes of a fellow beginner.The real learning comes in the final few weeks, as you split into groups to build your own website. Suddenly there is nowhere to hide, and it’s truly a sink or swim situation that forces you to learn on the job. Above all it’s incredibly fun, and feels like a task from the Apprentice, with communication and micro-management being essential, as well as a lot of coding after hours. Presenting your baby on the final day, and equally seeing the fruits of your classmates’ labours makes for a truly special ending to the nine weeks. Seeing how far you have all come really is inspiring.Based on the impossibly favourable reviews online, I joined Le Wagon with very, very high expectations, and I can honestly say that they were all met.Read Less",FullStack program,Web Development +263369,10868,le-wagon,Tom Harwood,False,2020,"Intense, highly rewarding bootcamp, with great people - London 2020",2020-04-07,4.7,5.0,5.0,4.0,"Prior to the bootcamp, I had a career in Retail Merchandising, which after a while I just felt wasn’t quite for me. I had always been interested in Development, but hadn’t been sure of a route into that industry before I discovered Le Wagon.I joined because... Read More I wanted to learn to code and begin a new career journey with the skills I would gain from the course. After a lot of research I chose Le Wagon specifically because of its reputation, fantastic reviews from alumni, and it’s product-oriented approach, which empowers you to bring your ideas to life.It was great to learn with a bunch of like-minded classmates, all from different backgrounds, and all ready to learn and have some fun along the way. I really enjoyed the buddy system, it’s good for getting to know the other students and working together through the challenges. If you need help they are there for you, and vice versa. If you get truly stuck, the TAs are the heroes waiting to help you through it, they work with you to get to the answer yourself, and can explain everything so well because they have all been in the same position as you in the past.The final project weeks were a big challenge, using all the skills we learned in the previous weeks to build a website from scratch, but so rewarding working in our group to build an app we all believed in and worked hard for!Read Less",FullStack program,Web Development +263368,10868,le-wagon,Jessica DeWitt,False,2020,Batch 361,2020-04-07,4.3,5.0,5.0,3.0,"Before joining Le Wagon, I was a Content Creator who was struggling to find jobs that would provide me residency in Europe. I took the Full Stack boot-camp to create a firm coding foundation and develop international relationships. I loved getting to... Read More know new people every day as I buddied up with people from all over the world and loved the feeling of being fully immersed in code both day and night. I could hardly believe that by the end of the boot-camp I was capable of making a fully-functional website that could be integrated with Fringe. Thank you Le Wagon for changing my life!Read Less",FullStack program,Web Development +263366,10868,le-wagon,Matthijs,False,2020,Bali Batch #349,2020-04-07,5.0,5.0,5.0,5.0,"Before I started Le Wagon, I was working my first IT-job. As a junior developer I was programming mainframes in the ancient language of COBOL. As anyone - familiar with the field of mainframes - knows: this is not the most dynamic working environment.... Read More So I wanted to change something. My first experience with coding however had been positive and I wanted to increase my knowledge about topics more relevant to the modern age. Hence my interest in Web Development. I started searching for courses and this let me to Le Wagon. And, if I could do this bootcamp anywhere, why not do it on the beautiful island of Bali?Going in as a somewhat experienced programmer, I had the slight fear the course might be too easy for me. It is targeted at beginners after all. Fortunately, however, this was not the case! Even for the topics I was knowledgeable about (like Object Oriented Programming and Relational Databases) I have been unable to finish all the optional exercises that where given us that day. By the way, these exercises are the core source of Le Wagons effectiveness. These well-crafted challenges integrate the topics learned that day, and the days before, flawlessly. Bali’s teachers are amazing, being both competent as well as great people in general. Being in a group of 30 fellow students proved a perfect base for exploring Bali in the weekend. Best of all, after finishing the bootcamp the journey is not over. Le Wagon provides a lot of resources to continue one’s coding journey after returning home. Right now, for instance, I’m working on my own personal online portfolio, exhibiting all the things I’ve learned in Bali.All in all, Le Wagon Bali Batch #349 has been a life changing experience that I would recommend to anyone!Read Less",FullStack program,Web Development +263359,10868,le-wagon,Aga,False,2020,Bali 2020,2020-04-06,4.7,5.0,5.0,4.0,"Where to begin! Before I started the Le Wagon course I worked as a flight attendant travelling the world. I quit my job in late 2018 because I was feeling I needed a change, I didn’t know which path to take next but I had to do something different. I... Read More had no prior knowledge or experience with coding, although I did have an interest in learning the industry. In the year prior to this course, I had actually applied to study in Brisbane, although to my disappointment my visa didn’t allow me to study, so I thought I was stuck. After a few months I decided to start researching again and look into courses that were either online or in a different location. That’s where I came across a few different coding courses, all about 6-10 weeks, Le Wagon being in that mix. I didn’t know which to choose, I had no idea so I turned to the reviews which is why I’m writing this one now. Let me start by saying LeWagon completely exceeded any expectations I had going into this course and I could not recommend it enough to anyone expanding their current knowledge or looking for a career change. Before I signing up, I also looked at the course syllabus and to be honest, didn’t really know what it meant, I really had no prior knowledge going into this so I was going in a bit blinded. But after sending it to a couple friends I have in the industry, they assured me that it would be a good course if they delivered on what they had outlined. I chose the bootcamp in Bali, I’ve been to the island few times before I and loved it. Idea of living there for 2 months seemed great to me! The classroom is right in the center of the very popular town - Canggu, full of good restaurants, yoga schools and beach clubs.Right from the first day I felt extremely comfortable and welcomed, but let me tell you - the course is tough! It’s a lot of work and be ready to put the effort in because it is challenging. With that, I never felt overwhelmed or that they were moving too fast through topics. The teachers were without a doubt what made this whole course and experience worthwhile. There is no question in my mind that the teachers were anything but outstanding, as I mentioned before my expectations were completely exceeded and this was in large part down to them. I have to finish this review just with saying thank you. I honestly cannot recommenced this course enough to anyone considering it. After 9 weeks of hard work, a lot of fun, laughs, new friendships I am completely sure I made the right choice.Read Less",FullStack program,Web Development +263324,10868,le-wagon,Damon Ross,False,2019,Batch #228 Melbourne,2020-04-05,5.0,5.0,5.0,5.0,"After seeing all the positive reviews I was pretty skeptical coming into Le Wagon. Day one really set the scene however, there was a setup day and everyone got to know each other which eased a lot of the tension. The tutors were helpful with getting everyone... Read More ready, and after we had some beers, and got to know each other better. The bootcamp started with the fundamentals and really accelerated from there. Every day was just absorbing as much code as possible, by the end of the day you're totally exhausted but the rate at which you learn is incredible. As the course progressed I got a much better understanding of how to actually build a product and how it all comes together with respect to the front and back end. The industry talks were really useful to let us know about different path ways and what is important to focus on in terms of getting a job or getting a project off the ground. I had done a little bit of coding before the course, but was so out of depth on where to even begin to build anything. Now however I have the skills and confidence to know what I need to learn to build what I want. The teaching works great as its got a limited focus on lectures and a heavy focus on practical learning and group learning. Each cohort is handpicked so you end up working alongside really awesome diverse people. All and all it was definitely a transformative experience. I'd do it again without hesitation only next time I'd do my flashcards more.Read Less",FullStack program,Web Development +263262,10868,le-wagon,xenia boulamatsis,False,2020,Intense and very well structured fullstack coding bootcamp,2020-04-04,4.7,5.0,5.0,4.0,"Attending the LeWagon coding bootcamp in Buenos Aires was definitely a great decision. Whether you want to just deepen your tech knowledge, become a product manager or a developer, LeWagon has a very holistic curriculum that will allow you to personalise... Read More your experience and outcome. Without having any previous coding experience, at the end of the bootcamp, I was able to build a product with my team from scratch which was very rewarding. The LeWagon Buenos Aires team was always very caring, patient and helpful, willing to stay longer whenever necessary to make sure every student is satisfied with the learning outcome of the day and feels comfortable with the material. I had an amazing intense 9 weeks together with a group of ambitious, very intelligent and inspiring people. I would highly recommend this program!Read Less",FullStack program,Web Development +263225,10868,le-wagon,Raquel Nunes Graça,False,2020,I couldn't make a short review about Le Wagon experience (Rio #358),2020-04-02,5.0,5.0,5.0,5.0,"Although my friends always warned me I was the group's nerd, I started to realized that technology was my field one year ago when I begun to work closely with web projects, coordinating marketing strategies and helping to launch them with digital campaigns.... Read More As a journalist, specialized in digital marketing, I had worked for 10 years with a lot of content platforms and metrics, what made me interested about all innovations in the digital world. However, I couldn't understand what the developers were talking about when details of applications needed to be solved and if theirs deadline were fair enough or not. That said, I was also very upset with the environment of the company I was working, so I decided to turn my life around and quite it. A friend of mine told me about Le Wagon coding bootcamp. I checked it out on Google and some raking websites, also about job opportunities for developers and the decision was made. As I had time, waiting for the next bootcamp start, I joined all free workshops and meetings at Le Wagon in Rio. Then, in a blink, it was my first day of class and I faced a lot of configurations and commands on terminal, that looked like Matrix for me! Despite my desperate of changing my system to Linux I was loving everything. All the teachers and TAs were very kind and well prepared. My followed days were basically understanding very well all the lectures and feeling very dump during the exercises, but at the end of day, I was proud of my self. I was little by little, day by day, going to more complex concepts and exercises. Best part of it was building the first project, when you finally realized that you know a lot and you can make some very cool web applications with your knowledge. This is so powerful! Not only to work in one of the best careers nowadays but to build your own ideas, your projects! If Le Wagon teaches everything you need to know to be a developer? I would say Le Wagon prepared me with all the tools I need to be a developer. No bootcamp can teach everything, every language that the market will ask for etc. But as important as Ruby, it was learning the basics concepts to be able to learn new languages later or improving my skills. There is so much to learn and for that, I also have to mention all the students of Le Wagon community. This is a very important benefit, specially during quarantine days! We are sharing references, doubts and motivating each other. Using Le Wagon fantastic platform, slack channels and webinars, I feel very engaged with this big code community. At last, I can say I am very exciting to work in web development and with digital products. I really think we are facing a new way of work and a lot of companies were forced themselves to the digital transformation. That is very promising for new job opportunities, new projects, new behaviors and who knows a better society? My aspiration is to contribute to this goal with a group of passionate people. My final remark will be: I'm loving UBUNTU. Thanks, Le Wagon!Read Less",FullStack program,Web Development +263221,10868,le-wagon,Ciro Lima,False,2020,Loved Le Wagon' Batch Rio #358,2020-04-02,5.0,5.0,5.0,5.0,"My experience as whole was awesome. Learning to code was a hard decision for me since I was looking for a change in my previous career as a frustrated Journalist. It was one the most important points of my life and I happy I found Le Wagon to assist me... Read More from the beginning. The bootcamp manager, teachers and basically everybody there was super into giving us the tools and hints to find what better suited and could be the best for our lives (during and after the course). I studied a lot and it wasn't easy, but surely enough was worth it. Now I can sincerely recommend Le Wagon's bootcamp to other people who need coding, start-up and inter-personal relations as a next step in their life. Other than that, I already landed a (simple) job in coding, but despite being a small step I feel more confident and happy now.Read Less",FullStack program,Web Development +263208,10868,le-wagon,Jahaira Castaneda,False,2020,Le Wagon - London,2020-04-02,4.3,5.0,5.0,3.0,"My choice to join Le Wagon’s 9-week intensive bootcamp in January of 2020 rose when I finally gained the courage to take a leap of faith in a major career change. I am originally from Southern California and temporarily moved to London for the period... Read More of the course. Prior to starting my journey with Le Wagon, I was working in the mental health field as a children’s therapist, thus having no prior technological experience. I have always had a curiosity for technology and could not find a viable route into the tech field until I came across coding bootcamps. After extensive research of multiple bootcamps within the states and internationally, I was entirely convinced with Le Wagon’s course. I was able to speak directly to alumni I found on LinkedIn and Alexandre (General Manager) who was incredibly supportive and informative throughout literally the entire process, from applying, any frequently asked questions to finances. I enrolled in the course as a full-time student and if I could describe the entire 9-weeks in one word it would be: INTENSE. From the first day onto the last day, it was non-stop coding and learning. The entire experience was very difficult, but very rewarding. I have never been pushed in the manner as I was pushed to learn and comprehend new material as I did throughout my period at Le Wagon. Regardless of how intense the program was, I am beyond grateful for my decision to take on this challenge. It has been life changing and completely possible with the immense support given by the Le Wagon staff. One of the things I appreciated the most, which I also found quite unique about this program, was the fact that all staff were students who previously graduated from the course. This enabled a more genuine connection because they understood the struggles we as students went through from their own personal experience. Le Wagon not only offered a great learning experience, they offered a fun, networking environment. From meeting guest speakers that work in the tech field to social bonding with drinks, it was all so unique and more than just a “course”. One of the most challenging things I encountered was having to work on projects as a group which consisted of the last three weeks of the bootcamp. Having to work with completely different individuals truly prepares you for the reality of a work environment, learning to not only code but to work and communicate as a team. Unfortunately, due to the unforeseeable circumstances of the coronavirus pandemic, our batches 360 and 361 were unable to have a proper graduation and present our projects to the public, we also missed out on our additional 10th week which was considered “Career Week”. Nevertheless, I highly recommend Le Wagon to anyone seeking to change their career with or without coding experience, it was definitely worth it.Read Less",FullStack program,Web Development +263206,10868,le-wagon,Boyan Levchev,False,2020,Very happy Le Wagon graduate,2020-04-02,4.7,5.0,5.0,4.0,"I was a bit worried before starting Le Wagon that maybe coding wouldn’t be for me, or that I would find the workload too intense. However, almost immediately, I found myself engrossed in the daily lectures and exercises, so much so that it often felt... Read More like there weren’t enough hours in the day. I thought the buddy system was a great way to practice your skills as your tried work out with your partner how to solve a problem - and of course, this is direct practice working on a team one day after the course.By the end, I was super proud of what I had achieved, and of the skills I had learned - I don’t know if I can speak for others, but the course left me with enough skill to teach myself an entire framework on the side of all the coursework - the JavaScript framework for virtual reality on the web, A-Frame. And using my newly developed coding skills and this new framework, I worked with a group of 2 others to build our final project - a virtual reality museum that we named Muse VR, which you can check out here: https://www.musevr.artIn addition to coding, we learned a variety of other skills, including public speaking and idea pitching. The project I described above - Muse VR - was actually a project that I was encouraged to pitch by my peers and the lecturers - and I couldn’t be happier that I decided to pitch it. There is so much to learn in coding, so many languages and frameworks, that it feels like the course isn’t enough, but what you manage to learn in the 9-weeks at Le Wagon is much more important than just a few languages, rather, you learn how to think like a programmer. The most vital skill as a programmer in my current position? Knowing how to use Google! (and Stack Overflow!) And Le Wagon does a good job at giving you practice with how to find the answers for yourself by either scouring the internet, or working it out with your peers. Of course, they also provide a really skilled team of teaching assistants - some of whom even recently graduated themselves from Le Wagon - who can help when you have searched the internet that little bit too long, just before you start pulling your hair out from not being able to find the answer yourself.I literally could not be happier that I chose to do Le Wagon. For me personally, I feel like I have discovered the thing that I’ve always wanted to do. And I’m excited to see where that takes me!Read Less",FullStack program,Web Development +263202,10868,le-wagon,Nicoleta Dudau,False,2020,Le Wagon Lausanne - my best ever choise,2020-04-02,4.7,5.0,5.0,4.0,"After working a few years in human resourcing sectors, i figured out that's an old job and it makes me feel also old, so I decided to change this by Choosing le Wagon Lausanne. It was the best thing to do. In only 9 weeks I've learned to code, for me,... Read More that's amazing while I've had zero knowledge before. I can't say that it was easy, but if you are motivated enough, you can do it. For my luck, in the last week of boot camp I've had an interview with a company for a project manager job, and the very next day they called to announce me that I'll start a week later. Le Wagon is definitely the best thing that happened to me in the last 10 years!I really recommend this experience to everyone who wants to learn to code and I can't wait the Data Scientist courses in Lausanne!Read Less",FullStack program,Web Development +263188,10868,le-wagon,Tori,False,2019,"Great bootcamp, amazing experience",2020-04-01,5.0,5.0,5.0,5.0,"Before Le Wagon I was an Engineer with no real coding experience. I decided to join Le Wagon so I could gain more technical knowledge, and have opportunities to apply to jobs as a developer. My experience with Le Wagon was great, the staff in Mexico City... Read More was amazing and definitely made my experience even better! Would definitely recommend Le Wagon to anyone!Read Less",FullStack program,Web Development +263178,10868,le-wagon,Yago Lomondo,False,2020,It's not about where you are but where you are going,2020-04-01,5.0,5.0,5.0,5.0,"Before starting Le Wagon I was studying engineering and I discovered my love for coding in a class on C. A friend of mine told me about Le Wagon and I went to some workshops and talked about it with Rio's manager. The ideia of doing a bootcamp, only two... Read More months, and learn a lot about programming seemed invaluable. So, in January 2020, I was starting the bootcamp with great expectations.I can not say I was fully prepared though. The bootcamp is hard, like really hard. You might go through the challenges in a good pace but when the optionals are reached, then it's a puzzle where nothing seems to fit. It's in these moments where Le Wagon's methodology shines trough the most. First I ask my buddy, if we find no answer we call a teacher or teaching assistant. It might be hard to believe but a lot of times you will end up asking your buddy and you two come up with an answer, guiding each other through the day. In the case you really need insight the best teachers you could hope for are there to help you with your problem. Having good guidance speeds the learning process tenfold and I was able to do much more than when I was learning on my own before the bootcamp.I'm not even getting into the organization of the resources, wich is top-notch, or the workshops, talks, tests, livecode, lectures. Everything is set up to make sure you are getting the most you can out of the bootcamp, and more importantly, teach you how to learn and code by yourself. When you finish it you are already able to learn and find resources on your own, wich for me was the most important lesson, how to search for answers.My experience was not only coding though, and there was a lot of fun moments with all the great people involved in the same goal as me. There was so many unforgettable I can't even count. All I can say is I'm really grateful for being able to have spent all this time with the incredible Le Wagon Rio's team and all of the other alumni. And if you are thinking about doing the bootcamp I can frankly say it was the best decision I made in my whole life.Read Less",FullStack program,Web Development +263177,10868,le-wagon,Lucas Diniz Cunha,False,2020,"Rio #358, the best batch ever!",2020-04-01,5.0,5.0,5.0,5.0,"- what you did before Le Wagon I was/still am studying Sistemas de Informação at Unirio.- why you wanted to do Le Wagon I wanted to join because web development have been a area of interest for a few years. Also, I had the luck to have someone more experienced... Read More (Andre) tell me that a early insertion on the marked was a really good idea.- what did you think of the experience It was one the the best couple of months of my life, not only because I was learning what I needed, without bullshit, bus also the community is so nice that made me fall in love with everything about it.- what are your dreams and aspirations for after What I hope for the short/medium time range is to get some freelance going in order to get more experience and maybe, if I have the time, get a job developing for a company. For the long time range, I hope to maybe coordinate my own developing team on a company.Read Less",FullStack program,Web Development +263176,10868,le-wagon,Vitor Tavares,False,2020,Rio #358 batch really changed my life,2020-04-01,5.0,5.0,5.0,5.0,"9 hard-working-fast-paced weeks. I need to say that at first I was not completely sure how the bootcamp would help me since I had been working with IT support for the previous 3 years. But It couldn't be more proud of my decision of leaving my job and... Read More starting the course. After this 9 weeks I really feel that I can finally contribute to companies or even create projects by my own and most important, I trully feel worthy after several years.Read Less",FullStack program,Web Development +263169,10868,le-wagon,Joaquín Panelati,False,2020,"When you look back and can't believe how much you've learned, that's when you know the bootcamp was GREAT",2020-04-01,5.0,5.0,5.0,5.0,"My experience in the bootcamp was excellent. Those were two intense months, filled with challenges, joy but also frustration, laughter and a lot of unforgettable moments shared with my peers. The atmosphere that's generated is amazing, you find yourself... Read More in a room full of ambitious people pushing really hard to learn and be better, and that ends up being contagious and brings out the best in you. All the content and how it's organized it's just great, personally I love the independence that you have on a typical day, the ""buddy system"" is great because every couple can handle their own schedule and you get to work and cooperate with amazing people everyday.Also the bootcamp is hard. You need to be committed and up for the challenge. But also I have to say: don't be cowards. If you know this is the thing you want to do, just go for it, don't back up just because of the intensity. The reward is HUGE so it's worth all the hard work.I developed a lot of technical skills: how the web works, how to write real/useful code, how to collaborate in a team, back-end, front-end, user experience, user interface, and a bit of marketing. BUT most importantly, I developed a lot of skills apart from the technical side and that's what I value the most: being curious, asking the right questions, trouble-shooting and solving real-life problems, being resilient, learning from your mistakes and your successes, thinking like an entrepreneur.I couldn't imagine ourselves developing those projects, even during the bootcamp we had our doubts like ""that's what we are going to be able to do?!?!?"" and the teachers would say ""yes, just trust the process"" and they were right. It's crazy to think how much things have changed in only two months.THANKS to all the Le Wagon Buenos Aires team, driver, teachers, TAs and the whole community, it was awesome!!! If you are thinking about doing the bootcamp in Buenos Aires I'd say stop thinking and just do it, the teachers are too good to be true.Read Less",FullStack program,Web Development +263153,10868,le-wagon,Mike Warren,False,2020,Excellent Experience,2020-04-01,5.0,5.0,5.0,5.0,"Le Wagon Tokyo was such an amazing 9-week experience. I went from having zero programming experience to being able to build fully functional web apps which caught the eye of recruiters and prospective companies.From providing a thorough lectures to making... Read More sure that knowledgeable teaching assistants were on hand to provide support when stuck on challenges, every day at Le Wagon was a learning experience.If you are looking for a course that will spoonfeed you and hold your hand then this is not the course for you. Le Wagon Tokyo gives just enough support to grasp the content before giving ample time to put what you have learnt into practice, make mistakes then support you understand why you made the mistake which results in a real depth of understanding of critical concepts.I cannot rate the Le Wagon Tokyo staff highly enough, they are knowledgeable, friendly, supportive and make you feel like you are part of the Le Wagon community.After graduation you maintain access to all study materials and are part of a huge alumni network which can help with projects you are working on, make recommendations and even help with introductions to business which are hiring.For anyone unsure of which bootcamp to pick, I would highly doubt you would find a better offering than that offered by Le Wagon and especially the Le Wagon Tokyo course.Read Less",FullStack program,Web Development +263115,10868,le-wagon,Kaori Kohama,False,2020,Amazing experience at Le Wagon Amsterdam,2020-03-31,4.7,5.0,5.0,4.0,"Before starting bootcamp, I had no experience in programming but I was interested in working at tech companies, thats why I wanted to try coding bootcamp. There a lot of coding school out there, but Le Wagon caught my eyes because their curriculum is... Read More focus on projects. ( you can check students' pitch on Youtube) Even though I decided to join Le Wagon, I was still skeptical how much I can learn at 9weeks and if it' worth investment or not, but as an alumni, I can recommend Le Wagon to everyone who wants to learn web development. Coding for whole day for 9weeks from zero knowledge is not easy. There were time I was frustrated and felt I was not good enough for coding. I even dreamed about getting error after errors, but I also enjoyed every single day at Le Wagon. I always had teachers who took time for me to help understanding and other students who motivate me. It was so satisfying to see we can solve errors that we couldn't few days ago. It is intense but you learn SO MUCH everyday.I want to give 5starts to Le Wagon not only for all the experience and skills that I gained, but also for connections and friendship that I made through Le Wagon!Read Less",FullStack program,Web Development +263112,10868,le-wagon,Louis Choo-Choy,False,2020,what a good time,2020-03-31,4.7,5.0,5.0,4.0,"At the time I came across Le Wagon, I had just recently graduated from secondary school and was looking for a productive way to start my gap year. I had heard of intensive, fast-paced coding bootcamps for people looking to get into the world of tech and... Read More it turned out that Le Wagon was the best out of all of them. Coding can definitely be intimidating to learn, especially when you have to fully implement a project idea that you don’t even have yet, but at no point was that fact enough to counteract the good teaching, sense of community, and motivation that was present there. Everything about the design and structure of the course feels very bespoke, as if the creators have very good models of the user experience. The buddy system works extremely well, as well as Kitt, the flashcards, the TAs, and drinks on Friday evenings, all of them really bringing the whole bootcamp together. And this is to say nothing of the people. The probability that 40 individuals, that I couldn’t have hand-picked better myself, all happened to convene in the right place at the right time for this bootcamp is so low, that I am unable to believe that it happened purely by accident. It must say something special about the staff and organizers and the founders of Le Wagon who all individually contribute to the atmosphere and environment that 40 incredible people decided to participate in. For the same reason, I’m also forced to believe that this is the case for all batches that went before me. And that is completely beside the point of coding - why you’re actually there. Working with three other fellow batchmates to put together our idea “Subscripto” (go to “subscripto.org” right now) made me realize that “teamwork” isn’t just one of those buzz-words that pretentious people like to write on their applications to increase their chances. Working alongside intelligent, hard-working people was motivating, meaningful, and not least of all, fun. I really hope I see all of the people again.Read Less",FullStack program,Web Development +263111,10868,le-wagon,Lea Medrano,False,2020,Incredible experience at Le Wagon !,2020-03-31,5.0,5.0,5.0,5.0,"I started Le Wagon with no dev background at all. Originally from the music business industry, I have professional experiences in communications and events but started to get a bit frustrated by the lack of opportunities in this area. I decided to unleash... Read More my inner geek mind and started Le Wagon in January 2020. This was a big investment for my career and I do not regret it at all!!The teachers were all very supportive and talented with different teaching methods and coding practices which enabled us to have a large spectrum of the dev world.The course is very well-structured and gives you solid skills in web programming in only two months. If someone would have told me what I would acquire so much in such a short period of time, I wouldn't have believed them.The final project gives you a real opportunity to put into practice the skills you've learnt and is also a great way to showcase your work for future employers.Last but not least, the atmosphere was incredible! I had very friendly and supportive teammates with whom I struggled, learnt, laughed, had coffee with. It got me motivated every single day and made the experience truly unforgettable.Read Less",FullStack program,Web Development +263105,10868,le-wagon,Arnaud Rottier,False,2020,9 ouhlala weeks at Le Wagon Tokyo,2020-03-31,5.0,5.0,5.0,5.0,"After working as sales operations manager at a food delivery company in Singapore and at the end of a year off travelling around the world I decided to attend Le Wagon in Tokyo to learn new skills with the idea in mind to find a job in Japan as web developer... Read More or as product manager. The pace was pretty intense but I got all the support needed from teachers and teaching assistants. The variety of subjects was pretty broad but the way the bootcamp is designed enables you to go in depth in each one of them. During the 6 first weeks, there was an hour and a half lecture at 9am, then we had to work on challenges with a different buddy everyday and finally at 5:30pm an hour and a half of live code where we either had to volunteer or someone got randomly picked, it was great fun. When going home we had to do the flashcards, could keep working on the daily exercises and could prepare the next day's lecture by watching a video.Learning materials and resources are incredibly rich, I can not imagine how many hours the founders spent on it.At the beginning of the 5th week, each student had to pitch one idea and everyone had to vote and rank their favorite ones. Based on the vote, each student was assigned to a team of four working on the higher ranked projects. This team would be the same for the last three weeks.During the 7th week, we still had class in the morning but during the rest of the day we were working as a team on a copy cat of Airbnb. It's rewarding to finally use the skills you developed and see a proper result.You pitch one or more user journey at the end of that week.The last two weeks are the project's ones. Even if they are the toughest ones, they are the coolest because you develop a nice product as a team. Working as a team may have been the most difficult part as most of us were not perfectly comfortable with coding yet. I stopped counting the times we were merging the branch of someone to the master of our app and it was breaking everything, but the fun is also to find the origin of the issue and fix it. Each team presented their product on the last day (demo day) in front of a big audience. Some networking followed and we all went to celebrate.During the following week (career week), teachers helped us with our CV, Linkedin, Portfolio and told us how to land a job particularly in Japan, pretty useful.We can always reach out later on if needed.To sum up, in my previous job, I had to hire developers on different projects and always thought about what if I knew how to do it myself. Now that the bootcamp is over, I still need to learn a lot and keep coding to reach the level of the people I worked with (I could now do on my own some of the small scale projects I requested) but I learned the most important thing, which is the methodology and I also now have access to the alumni network if I am stuck with something.Le Wagon and especially the one of Tokyo in my case is a great experience to start but also to improve your coding skills. I met people from all kinds of backgrounds and nationalities I attended many interesting workshops recommended by our teachers and most of the people in our batch were hanging out together a lot and will keep seeing each other afterwards. I struggled a lot like most of the students but it was super rewarding to hold on. Everyone was on the same boat so people helped each other a lot.I strongly recommend anyone to attend Le Wagon if they want to change career or learn new skills.Read Less",FullStack program,Web Development +263104,10868,le-wagon,Ryanda Diedan,False,2020,Re-learn all the fundamentals while actually getting something more,2020-03-31,5.0,5.0,5.0,5.0,"I joined Le Wagon Tokyo because I need to learn from zero about building web apps. I am a software engineer before joining the course, I worked at an IT Company, but I don't feel like I can really call myself one because I'm feeling like impostor about... Read More it. I am a B.Sc in Computer Science, and I learn several things about programming before, but I never really put everything down to the test, and made something other than assignments and thesis. And with the rapid changes of technology nowadays, having everyone is connected to the internet through their own smartphone, it's interesting to get into the trend.With my company closing and several other things, I made the choice to join Le Wagon and learned everything again, and I am so glad about it, because now I really know how to make something and I found myself inside a community where I can ask for some help and contribute for the others too.I was really skeptical because there was a lot of good reviews about Le Wagon, but I was wrong. Everything was really good and I really had fun re-learning everything again.I graduated on March 2020, batch #363. It was a fun 9 weeks, everything was rather tough, but I see that everyone in my batch can now just code without really thinking much about what-and-where-to-start with.Even after 9 weeks, they gave an extra one week to help us getting started on job searching and some other things. It is hard to find a job in Tokyo, but this one extra week really helps me to understand that it wasn't as hard as I experienced before. There is jobs for foreigners too here, and I was too fixated on looking for traditional companies years ago.I loved my experience here, and I can proudly say that joining Le Wagon is one of the best choice I ever made in my life. It gave me a refresh of everything, a new community, a new perspective, and much other things.Read Less",FullStack program,Web Development +263103,10868,le-wagon,Morgan Hoare,False,2020,Wonderful Experience,2020-03-31,5.0,5.0,5.0,5.0,"From the first day to the last I enjoyed every minute. Intensive and challenging, yet simple. Simple because Le Wagon guides you through the process of learning how to code. The lectures were engaging and the teachers were experienced. They new their... Read More stuff. Every TA (Teacher Assistant) was 100% dedicated to seeing you through the challenges. I had so much fun, not only coding.. but getting to know my fellow wagoners which were so talented. After your morning 1:30-2hr lectures you start your day long challenges. Testing your wits, Testing yourself, you actually get to know what your strengths and weaknesses are. At the end of the day (7:30pm) you feel like barely 3 hours have passed.. its an amazing feeling. Recommend Le Wagon 100%.Read Less",FullStack program,Web Development +263102,10868,le-wagon,antonio sanchez,False,2020,Incredible experience at Le Wagon Tokyo,2020-03-31,5.0,5.0,5.0,5.0,"Without knowing anything about coding i end up having a lot of knowledge and how to apply it to real projects, excellent teachers, aways available to help you and push you to learn, even after the bootcamp they are helping you with everything related... Read More to continue in this coding path, an amazing experience totally recommendable to any that want to learn how to do web applications.Read Less",FullStack program,Web Development +263098,10868,le-wagon,Minh Bui,False,2020,The right direction for entering web industry,2020-03-30,5.0,5.0,5.0,5.0,"Let be honest, this program is hard, freaking fast but rewarding nevertheless. I spent like 6 months self-studying various free courses about web dev on Youtube and Udemy before coming to LeWagon, and still there's moment I found difficult to catch-up... Read More with all the course contents. So if ppl said 9 weeks from it equal to 1 or 2 years knowledge from uni course its actually true imho. Before LeWagon I got a coding test from applying dev jobs, which was very confusing to me at that time. After 9 weeks, I open the same test again and now it made perfect sense. Thats an indication for the fact that bootcamp do worth it.Apart from my bad luck graduating right before Covid19 lockdown in Aus, I have no complaints about the bootcamp, here you meet terrific people that truly want to help you achieve your goal, terrific study spot (where we have free snacks, coffee, tea everyday and free drinking party every friday, kudo to the booze), terrific professional network and also cool classmates from all around the world.My advice would be to spend some time study yourself coding, then join the bootcamp to solidify your previous knowledge, so you can take out more from the bootcamp and feel less clueless. You can checkout my product www.vestigium.world to see what we made after 9weeks from scratch, Im proud of it and someday you would be proud of your own product too after joining LeWagon family. 😁👍Read Less",FullStack program,Web Development +263081,10868,le-wagon,Iram,False,2020,The best experience!,2020-03-30,5.0,5.0,5.0,5.0,"I joined Le Wagon in 2020. It was a tough 9 weeks. I started very confidently but there was a point where I thought it wasn’t sinking in and I wanted to give up. However, the amazing staff at Le Wagon kept me going. Ben gave us reboot sessions, Cecilia... Read More took out time to explain her way of learning which really benefited me, and Celine listened to me regarding my worries and guided me to the appropriate support. Thank you so much to the whole team at Le Wagon! The structure of the course at Le Wagon is incredible! I enjoyed the morning lectures and then being left to work on tasks throughout the day. There is an amazing buddy system which allows you to work with a different person every day, you choose how you want to work, you can pair programme or just sit next to each other and work on your own tasks. This was a great way of learning to work with others whilst having fun getting to know other people. I made a lot of friends there and I am more confident in working with a tech team. The last 3 weeks are entirely product-focused. We build our own version of an Airbnb clone and then worked on our final projects. When working in the tech sector you often hear that 'coding is not the problem, working with people is', and I learnt this to be the truth. Initially, I found it incredibly difficult to work as part of a selected team but with the guidance and support of teachers at Le Wagon, I learnt that communication is the key, which eventually made the teamwork seamless and incredibly effective. We came together as a team and built an amazing product. I am excited about what the future holds and very happy about becoming a part of the Le Wagon family.Read Less",FullStack program,Web Development +263079,10868,le-wagon,Jose I. Jerez Torrens,False,2020,Amazing boot camp!,2020-03-30,5.0,5.0,5.0,5.0,The most amazing bootcamp. Is really hard a lot of hours but also a lot of support from the teachers.You start in the morning with a 90 minutes class and the rest of the day a lot of exercises and then you really get it. At the end of the day livecode... Read More and sometimes you have reunions with start ups founders or CTO of mayor companies. At the en of the course you and your team make an amazing app with all you learned in the course.Read Less,FullStack program,Web Development +263078,10868,le-wagon,Thomas Van Holder,False,2020,A+ Teachers * A+ Curriculum * Cool vibe = Exponential Learning,2020-03-30,5.0,5.0,5.0,5.0,"Le Wagon makes learning to code accessible to all who are inherently driven to learn. The pace is high, so be prepared to surprise yourself about what you can build in a couple of weeks. The teachers and staff of Le Wagon are great persons from A to Z,... Read More eager to help and humble to explain again, and again. For me, Le Wagon is not only the future of tech, but the future of education. Highly recommended for people who want to be part of tech, irrelevant of your previous background.Read Less",FullStack program,Web Development +263066,10868,le-wagon,Augustin Brun,False,2020,My favorite decision,2020-03-30,5.0,5.0,5.0,5.0,"What I did before: I was a student in Business Management, during my University courses I learned a lot but I was not that stimulated. I always had a big interest in technology and I had never immersed myself in the thousands of resources we have on the... Read More internet. So I decided to start with Free Code Camp to learn the fundamentals. Step by step the need to learn programming and development web seriously becomes a reality for me. So I decided to apply the next Le Wagon batch, batch 367!Why I did it?Passionate about entrepreneurship, I spent a lot of time thinking about what I could invent, produce, bring to this world. Learning web development made me understand we all have the possibility to express our creativity with code, creating fantastic things! Using Free Code Camp and Code Academy I discovered something new every day, but I felt something was missing. I had to go deeper into programming and web development. My project was to learn how to develop an application that was solid and attractive. The continuation of this project was done at Le wagon where I met people who, like me, needed to learn web development. How did it go? This bootcamp was an incredible experience : every day we learned a new concept. At Le Wagon, new concepts mean new challenges. You must remember, I had started in this experience as a ""debutant"" beginner: you have no idea of the number of times I have been stuck in front of my computer. But no stress, these 9 intense weeks allowed me to overcome this difficulty, by adopting every day a new approach to a different type of problem. Day after day my knowledge became stronger and gave me the skills to be ready for every challenge.Remember when you are stuck in front of your computer, the important is to communicate. During the bootcamp , I have met new friends and colleagues and together we have worked in teams. Exchanging with them every day has created an invaluable experience. Often, they had different approaches to the same problem, which made me learn a lot. Realize that you are not alone in being frustrated in front of your screen. Together you are stronger! Sometimes you can't find the solution so you just open a ticket or shout for help! And a fantastic T.A. (teacher assistant) comes to your aid! What they bring you is something unique: you are stuck but with their knowledge, without giving you the answer, they give you a different perspective, a different way to approach your problem. When you finally get the answer to a problem the feeling is awesome! When the first seven first weeks had passed, you're ready for Project weeks! The two most rewarding, intense and exciting weeks ! Project weeks, two weeks to build an app, what an amazing challenge right? My team has chosen to build an app that selects touristic activities to do for any chosen destination, according to your interests. An amazing experience, from scratch, we have learned and worked in collaboration. We were three, together we did our best to create the best UI / UX. You know what?We were so proud, in two weeks, to successfully transform our ideas into an MVP. The feeling that this success brings you is extraordinary. I never thought I would be able to do so much and yet I can do it!This experience has changed my life. To meet le Wagon's community brought me the skills to make my place in the tech world. Everything you have learned gives you the fundamentals to discover, learn and use new resources. You learn how to learnRead Less",FullStack program,Web Development +263064,10868,le-wagon,Nour Souid,False,2020,Great Investment,2020-03-30,5.0,5.0,5.0,5.0,"I completed Le Wagon course in March 2020. Before the bootcamp I always wanted to learn to code I tried but it was nothing serious. I joined le Wagon to learn new technical skills and seeing their community on social medias got me curious. So these are... Read More the things that makes Le Wagon unique: - Web developer in just 9 weeks:It's hard to believe that but you'll be amazed about the things you'll learn not just about coding but also about yourself in 9 intensive weeks.- Well structured curriculum: It challenges you and keep you motivated. They'll teach you as much theory as you need to understand the concepts and a lot of practise. Most of the teachers and TAs did Le Wagon bootcamp before, so they know exactly what difficulties you face everyday and how to help you take the most out of the learning journey. They are there to help you solve the problem by your own. Which give you a better understanding and helps you become independent. You’ll be solving challenges in team, building 2 projects from scratch in 3 weeks and you'll still have access to their platform do the challenges again or just to reference to assist in what you're working on. - It's for anyone:We were 18 students doing the bootcamp, we all came from different background (designer, marketing manager, manager, college student, lawyer, engineer..) and at the end we all made things we didn't think we were able to do.We had 13 different nationalities and being in a new place learning new things brought us together in a way I didn’t expect, but was happy to experience.- Le Wagon community:Le Wagon team is always here to give you the support you need: during the bootcamp or even after, teachers, TAs and all the team is present and dedicated to help you grow. Le Wagon team is also really supportive: whatever your needs are, you can always count on the staff to help you find a solution! Le Wagon team is always going to be there to support you and to cheer you up when you need it. - Le Wagon gives you the opportunity to grow your network:When I started Le Wagon, I was new in Montreal and didn’t have any network. Thanks to Le Wagon, I developed my network. Le Wagon is part of a huge tech/startup community, so they can help you connect with the right person depending on your needs. They organise many events (Le Wagon Talks, Meet-ups, Lunch and Learn..) where you can meet and learn from experienced and inspiring tech professionals, alumni, founders... And it also allows you to find great opportunities. You also have a lifetime access to their slack channels where you are connected to a community that will supports you whenever you need. - Learning how to build a product from scratch:During the last three weeks we built an Airbnb clone and our very own product. During these three weeks we learned every step from coming up with an idea, designing it, pitching it, creating a prototype, writing the code, pushing it into production and presenting the MVP during a demo day where you have the opportunity to showcase your work in front of recruiters. And these 3 weeks you will also learn how to work in a group, communicate, and organize. I'm really glad for being a part of Le Wagon community it's the best place to to be yourself, learn new things and surpass yourself while having fun surrounded by inspiring and caring people. So I really recommend to jump in this journey and give it a try!Read Less",FullStack program,Web Development +263041,10868,le-wagon,John Marsden,False,2020,A great 9 weeks,2020-03-28,4.7,5.0,5.0,4.0,"Before I attended LeWagon I had worked as a model maker, CAD engineer and then got into engineering as a CNC programmer. While working as the latter I read an article about a company which had designed a software to do the job that I was doing. Since... Read More then I knew I was on borrowed time and I needed to upskill to future proof myself. I talked to a few friends about what to do and did some research myself and the overwhelming skillset I saw was coding. Over the Summer I went the self-taught approach and tried Python. With my background in making and logical thinking I instantly fell in love with coding. It amalgamates everything I enjoy about my past professions. A new job made me realise I didn’t want to do engineering anymore so I decided to dive head first into a career change and do a full-time bootcamp. I did my research and went to several open nights to get a feel of the places. I found LeWagon the most welcoming and the course layout sounded more inline with the way I’m accustom to working. I applied and after a video interview I was accepted and set to begin at the start of the year.I didn’t think I’d enjoy the course as much as I did, the friends I made, not only my fellow classmates but also the tutors and TAs made 9 weeks fly by and we were all saddened when it had to end. What really appealed to me was the buddy system LeWagon implements which pairs you up with as different buddy everyday to work through the days challenges. This is what I had been severely missing from my time self-teaching, being able to talk through the problems with someone in the exact same position as you. With a new buddy everyday you get to talk with each person in your class and find out what their background is and why they’re doing a career change. Knowing that others are in the same position as you builds up a strong camaraderie that I haven’t experienced in a professional environment in a long time.To anyone on the fence, thinking “I don’t think I’ll be good enough”, almost everyone else is in the same position as you. Take the plunge, learn to code and change your lifeRead Less",FullStack program,Web Development +263040,10868,le-wagon,Elie Francis,False,2020,The Best,2020-03-28,5.0,5.0,5.0,5.0,"Before joining Le Wagon, I was in the marketing & design field, wanted to evolve more, so I joined Le Wagon, these guys are literally magic, they changed my life with their passion for coding and the lifestyle they have.I didn't know what was the terminal... Read More before I started my Bootcamp, and now I'm a certified developer and currently working in this field because of them.If anybody wants to become a great developer I highly recommend Le Wagon.I'm very thankful for these guys and honored to be part of this beautiful family!Read Less",FullStack program,Web Development +263032,10868,le-wagon,Katie King,False,2020,Invaluable Learning Experience,2020-03-27,5.0,5.0,5.0,5.0,"I've just completed the nine week Le Wagon web development course in Melbourne. Wow, what an amazing experience. Having not studied in a long time I found the course very challenging. The teachers were super knowledgeable and helped you understand how... Read More you would use the skills in real world scenarios. We had teachers assistants who helped us with ay question we had which was ridiculously helpful for when Google just didn't cut it. The course is really well put together and available online when you're finished so you can look back at what you did previously, do the challenges again or just to reference to assist in what you're working on. Presenting my project at the end of the course was a scary and invaluable moment for me. Having a product to be able to show future employers is such a great start to my portfolio.After the course has finished we've had more workshops in regards to career coaching and personal branding. Well worth the investment. In the current world environment, who doesn't want to be able to work online and remotely. I would highly recommend.Read Less",FullStack program,Web Development +263020,10868,le-wagon,Dee Lye,False,2020,One of the BEST experiences of my life!,2020-03-27,5.0,5.0,5.0,5.0,"Wow, what an incredibly challenging, rewarding and, above all, life-changing 9 weeks! After 14yrs in banking, I chucked it all in and let my puzzle-loving nature pursue its curiosity about coding by signing up for Le Wagon’s full-stack web development... Read More course.What followed were 2 amazing months rammed with well planned lectures and challenges that introduced new concepts daily alongside regular echoes of previous content, which helped reinforce the foundation of programming knowledge that was being built. And each day, you were buddied with another student, which fostered strong bonds of collaboration and opened your eyes to different ways of approaching problems. To say this learning curve was steep and intense would be a gross understatement (oh my lord it broke me bad a couple of times!) but that’s exactly what you need if you really want to learn, be pushed out of your comfort zone and actually acquire meaningful skills. And if you put the work in, the subsequent transformation from week 1 to 9 is absolutely mind-blowing as you exponentially accelerate from dingbat status to proudly finishing with a fully operational, bona fide web or mobile phone app, plus the confidence and desire to do more!But as much as I could happily wax lyrical on and on about the learning side of things, what I loved most was the genuine sense of community and camaraderie at Le Wagon. For starters I really can’t speak highly enough of how patient all the teachers and TAs were, and what a supportive space they created for us to learn in. They encouraged questions, and requests for help were always answered with positivity, enthusiasm and compassion. And beyond even that, I appreciated how Le Wagon also encouraged a healthy study-social balance, whether it was by reminding us to put away our laptops during the evenings and weekends, take breaks during the day, tuck into birthday cake they’d lay out for us in the afternoons, zen ourselves at free yoga sessions, attend Q&A evenings with tech industry leaders or blow off steam at their weekly social events! There really were so many wonderful people and extra thoughtful touches that made what was an already exciting, productive learning environment into something that was full of heart as well.With so much learning, so much laughter and so much love, I will always look back at the time I spent at Le Wagon and say that it was one of the best experiences of my life that has left me in a position to look forward now, prepared and excited, to a future in programming.Read Less",FullStack program,Web Development +263015,10868,le-wagon,Evan Byrd,False,2020,A great investment of time and energy,2020-03-27,4.7,5.0,5.0,4.0,"Formerly a Product Manager and consultant in the digital Healthcare space, I desired a radical boost to my technical toolkit to help me professionally and new opportunities to create on my own. My experience as a Product Manager meant that I needed to... Read More converse “intelligently” about code which I never felt comfortable doing. I also spearheaded my first business - onDemand photography concept - and assumed maintaining the code base would be the best case scenario for a business I care so deeply about.Le Wagon was as rigorous as advertised which meant that we were constantly challenged and motivated to improve our understanding of the curriculum. The setting is idyllic in the quiet surf town of Canggu and our days were well structured with complex exercises, attentive instructors, and a steady stream of coffee. My final project was selected for additional development and I got to work with two (now friends) thoughtful developers who made my dream a functional reality. This is an exceptional program and I am excited to see my colleagues again to see how they have progressed. #349Read Less",FullStack program,Web Development +263014,10868,le-wagon,Alexander Stewart,False,2020,Le Wagon London,2020-03-27,4.7,5.0,5.0,4.0,"Prior to enrolling in the Le Wagon bootcamp I worked in media planning and strategy roles predominantly focussed on developing digital strategies for clients. Having recently moved back from a year-long project abroad I decided that the timing was right... Read More to take some time out and challenge myself to learn a new skill - something that I believed would stand me in good stead in either setting up my own business or joining a small company with big growth ambitions. With no prior coding experience at all it seemed like a big jump to go straight into a 9-week intensive programme, however I was assured by the team at Le Wagon that the bootcamp was perfectly suited to people with little to no experience. Having now completed the programme I can honestly say that I’m very glad to have taken on the challenge. It was by no means a walk in the park and was one of the most intense learning environments I’ve ever been in with new concepts and theories introduced every day. The support of all the teaching staff was incredible and no problem or question was too small or obvious - their passion and enthusiasm really makes Le Wagon what it is. Having said this, for me some of the most valuable learnings were made working through problems with fellow students - really understanding the root of the problem and figuring out a solution without immediately asking for help (but knowing it’s always there when required!). This was especially true of project weeks where all of the learnings we had made out of context in previous weeks came together in Rails. These were also some of the most satisfying, seeing the MVP of our app come together into something we were proud to present at the end. A great 9-weeks, now back to the real world…!Read Less",FullStack program,Web Development +263013,10868,le-wagon,Rory O'Neill,False,2020,Learn to code. Change your life...,2020-03-27,5.0,5.0,5.0,5.0,"After 10 years running pubs in and around London I started to feel stagnant in my career and was looking for a change. A chance conversation with my brother put me on to Le Wagon and I started investigating more online. After (literally) hours scouring... Read More the internet trying (and failing) to find anyone with anything bad to say about them I decided to apply, still thinking at the back of my mind that it all seemed a bit too good to be true (spoiler alert: it wasn’t).From the first point of contact, through the interview process and throughout the 9 week boot-camp I was consistently blown away by the competence, organisation, but above all the friendliness, of everyone involved in Le Wagon. Coming from a non-technical background (I wrote my first line of code 3 weeks before boot-camp started) I was anxious that I would be completely lost when the boot-camp started but it was the opposite. Every day you are buddied-up with another student and there are plenty of teachers and TA’s on hand to help as well so there’s always someone to give you a hand if you get stuck. Furthermore the daily challenges (based around each day’s lecture topic) are structured in such a way that they’ll stretch you whether you’ve picked a topic up quickly or are struggling to grasp it. The most rewarding part of the bootcamp for me was the project weeks: the last two weeks of the camp where you work as a team to design, build and deploy a product which you then demo in front of your friends and family on the last day of boot-camp. My group built an app which compares emission data from various supermarkets and points the user towards the retailer where their purchases would have the lowest environmental impact. I never would have dreamed before the bootcamp that I would be able to build something like this just 9 weeks later. The technical aspect, however, is only a small part of what makes Le Wagon great. The environment and community is the most remarkable I’ve ever observed. Everyone involved, from teachers & TA’s to support staff to your fellow students are all 100% invested in your development and nothing is ever too much trouble for anyone. You really are part of the family from day 1. Nowadays we are surrounded by advertising slogans which don’t keep their promises. Le Wagon tells you “Learn to code. Change your life.” and for me, anyway, they have delivered. Believe the hype.Read Less",FullStack program,Web Development +263000,10868,le-wagon,Katell GOAER,False,2020,Le Wagon Montreal (#367),2020-03-26,4.7,5.0,5.0,4.0,"I have completed Le Wagon Montreal coding bootcamp in March 2020. I had been working as a Marketing manager for 5 years, but I wanted to change career for a long time. It took me 2 years to decide to join Le Wagon.I started to learn programming alone,... Read More at home. But it was very difficult to focus long enough, and I was progressing so slowly.At Le Wagon, in just 9 weeks, we learned so many things! It was amazing to see people from different backgrounds, nationalities and ages arrive with no knowledge in programming, and leave Le Wagon, able to develop an app from scratch.At Le Wagon, you learn about coding for sure, but you also learn about yourself and others as well. It's a coding and human adventure!Read Less",FullStack program,Web Development +262988,10868,le-wagon,Eva Kramer,False,2020,Great experience,2020-03-26,5.0,5.0,5.0,5.0,"I worked in various commercial roles over the past 4 years and was often being exposed to working with tech teams. I found it fascinating how these “developer guys” always came up with such useful solutions and decided to become one of them to be able... Read More to build my own products in the future.I started coding on Codecademy and learned some basic HTML and CSS in the evenings after work. However, a few months in I felt like I was stagnating and I didn’t quite know where to go from here. That’s when I started looking into coding bootcamps. After reading about and comparing different programmes, I decided to join the full-time course at Le Wagon.Now, 9 weeks are over, I finished the course and I would do it all over again!The pace was fast and the learning curve was steep but thanks to the great team of teachers and TA’s I never felt completely overwhelmed. During the first six weeks, we started with a lecture in the morning and worked on various coding challenges with our buddy throughout the day. The buddy system was great. It made me realise how important explaining code to another person was for my own understanding. What have I learnt?1. Strong foundations: Ruby, Ruby on Rails, CSS, HTML, ES6, MVC, OOP, DB structures, Git, Github, technical workflow, Wireframes, prototyping, UI design and I’m confident that I will be able to build on these.2. Mindset: Probably even more important, I developed a mindset that will enable me to learn even more languages and frameworks in the future.3. How to build a product from scratch: During the last three weeks we built an Airbnb clone and our very own product. During these three weeks we learned every step from coming up with an idea, pitching it, creating a prototype, writing the code, pushing it into production and presenting the MVP.The entire Le Wagon team is incredibly supportive and my fellow students were phenomenal! I can recommend this course to anyone who is looking to take on a new challenge.Read Less",FullStack program,Web Development +262983,10868,le-wagon,Diego Larraz,False,2020,Best decision I have made,2020-03-26,5.0,5.0,5.0,5.0,"Throughout my undergraduate degree in Business Management, I felt that I had too much time on my hands and I was definitely not learning nearly enough practical skills that I could apply to my future career. After graduating, I took on a job at a small... Read More Fintech startup as an operations analyst. Little did I know that being an operations analyst meant that I had to be filing documents and answering phone calls in which I had to repeat the same conversations over and over again. The work there was extremely tedious and mind numbing as we had to copy and paste data from the database onto an excel sheet to measure our performance. I had a look into automating the data entry and I used webhooks to roll out the process. That simple job saved the operations team 20 hours of work per week. As soon as I got it to work I got a rush and was extremely happy to have found a solution to that problem and to never have to copy and paste data into that excel sheet again. That is when I started looking into coding and potentially switching my career to do it professionally. I had heard about Le Wagon from a friend that had taken the course in France, when I looked at the programme specifications I was very interested to join.I decided that if I was going to make a career change now was the time, so I left my job and enrolled as a full-time student at the bootcamp. From the first couple of days I was hooked to coding, I really loved the daily routine of getting to class and spending the whole day solving challenges with my buddy. It was extremely interesting to not only learn from the lecturers and TAs but from other students as well. Le Wagon teaches you how to think critically to solve coding challenges as well as collaborate with others which really made it feel like we were a team. This experience would not have been the same if it wasn't for the people that constitute the school, I was able to concentrate for long periods of time and also know when to relax with others and have a laugh even after the boot camp ended. I can say with certainty I have made very good friends at the course and I am now equipped to confidently build websites for a living.I would recommend taking this course to anyone that is willing to commit to putting in the hard work to change careers because the bootcamp is what you make of it, so make the most of what can be the most defining 9 weeks of your life.Read Less",FullStack program,Web Development +262979,10868,le-wagon,Theo Vergé,False,2020,Le Wagon London (#361),2020-03-26,4.7,5.0,5.0,4.0,"Before starting le Wagon, I was working in a small technology company within the commercial team. Being exposed to product managers gave me a real desire to pursue that path. I knew that learning to code would be a valuable skill in this pursuit and had... Read More heard of Le Wagon a few times before so I quit my job and enrolled for the January 2020 intake.The structure of the program is great. We started by learning the basics of different programming languages back-end, databases, front-end before applying that to our projects, working in teams with other students. It also meant that we moved from exercises and challenges, in the beginning, to actually developing real products. You can actually show your friends and family what you’re building!More importantly, Le Wagon will help you think like a developer. Identifying a problem and finding the solution yourself, not need to learn things off by heart.The teachers are always there to help us out, from solving exercises to helping us think about the features we want to add when we work on our projects. They help you understand rather than just give answers. I was also happily surprised by the general solidarity between students, everyone helps each other out. As with most things, the more you invest yourself in the course the more you’ll get out of it. All the staff from the London campus put in a lot of effort to keep everyone motivated in what can be an intense 9 weeks with various events/talks and overall good vibes. Overall, an experience that I would highly recommend.Read Less",FullStack program,Web Development +262974,10868,le-wagon,William Price,False,2020,Le Wagon Bali (#349),2020-03-26,5.0,5.0,5.0,5.0,"Personal BackgroundI joined Le Wagon because I wanted to change my career. I fell into teaching ESL as a way to fund my travels, and paradoxically it gradually became a career that kept me grounded. In my free time I had been learning coding through online... Read More bootcamps, tutorials, and courses. I learned Python, JavaScript, CSS, and HTML. But, I didn’t have the time or skill to put them all together in a very useful way. I realized that my self-study was going too slow so I decided to join a bootcamp. I did some research and landed on Le Wagon.LocationMy home is in South Korea, so I was looking at taking the course in a couple of nearby locations: Seoul, Tokyo, and Bali. While I analyzed the costs and weighed the pros and cons, ultimately I asked myself, ‘Where would be the best place to focus and immerse myself?’ Having visited Canggu on a number of occasions in the past for surfing, I knew it would be a good place to take Le Wagon.Canggu has many amenities on offer to make a long-term stay comfortable and convenient. Housing, food, co-working spaces, and of course the beach, are all within walking distance and very affordable. I knew that the less time I spent worrying about daily necessities meant more time I could focus on the bootcamp.Teaching StaffI really enjoyed getting to know the lecturers and teaching assistants at Le Wagon Bali. They were all very knowledgable, personable, and passionate about their jobs. They never hesitated to work through a tricky problem or help explain a puzzling concept. I liked that the teachers rotated through different lectures. Each of the three main lecturers have a unique teaching style, so I appreciated the rotation to keep things fresh in the lectures.Curriculum and Course StructureThe course is very fast paced. For me, the Ruby portion was a bit of a refresher coming off the prep work and some personal study I had done in the past. That’s okay, it meant I could do some of the optional challenges and dig into some more of the nuances of the Ruby language. The course is structured in a way that you are constantly learning faster and more efficient ways to code. Of course it would be nice to know the fastest and most efficient method from the beginning, but because I know the underlying principles I already feel more confident diving into another language or framework to supplement what I learned in the course.ValueI am very satisfied with the quality of education and the in-and-out-of-classroom support from the staff. I would not hesitate to recommend this program to someone with the time and means to initiate a change. For me, the biggest non-quantitative value of the bootcamp is the people who were my classmates. I had classmates from 13 different countries, each of whom I spent time with working through challenges and getting to know between classes. Bali attracts people from all over, and I think being in a new place learning new things brought us together in a way I didn’t expect, but was happy to experience.Read Less",FullStack program,Web Development +262945,10868,le-wagon,Pedro Arthur,False,2020,My great experience at Le Wagon (Rio #358),2020-03-23,4.7,5.0,5.0,4.0,"As I was finishing my studies at UFRJ as a Graphic Designer, I decided to make a full change of career and embark into the promising life of a web developer. I heard of Le Wagon from a friend of mine, a former alumni, and I went there to check, with a... Read More few visits I fell in love with the place and decided that I wanted to be part of their intensive full-stack program.During my time there(9 weeks), I was truly immmersed into an intense but rewarding life of a coder, thanks to the comfortable enviroment and the methodology of coding challenges that are given on a daily baisis; and that's the beauty of it, the students usually have a short to medium class in the morning, and then we spend all day coding and facing programming challenges, the moment you learn something you are already putting to pratice and also learning while praticing. With a great cast of teachers and teacher's assistants, you have all the support you need to fulfill any questions you might have about the challenges that are being faced. And by the end of the bootcamp you put everything you learn to good use, building webpages and web apps, doing what a real developer would do, and also learn much more while you do it. In the end you come out a web dev, with already good work on your portfolio, ready to face the market and start your life as a dev.At least that's how I felt about it. :)I can't end this without saying that even tho it was an intense and demanding experience, all the time I had support from my classmates, from the teachers, and the manager. I would recommend Le Wagon to anyone willing to undergo this path of coding.Read Less",FullStack program,Web Development +262918,10868,le-wagon,Rose Grondin,False,2020,Best choice I ever made,2020-03-22,5.0,5.0,5.0,5.0,"I wanted to change my career path and coming form a digital marketing agency, I was really interested in becoming a developper. After considering multiple option for a bootcamp I chose Le Wagon Montreal for multiple reasons:- The teachers are great, they... Read More make it easy to understand all the core concepts- The way we learn is by practicing, practicing and practicing. It's amazing how much we can learn.- The mind set of Le Wagon is really collaborative: we move forward individually and grow as a group toward the same objective.I'm glad I took the leap and I would recommend it to anyone who want to challenge themselves and learn to code really quickly. You'll see after 9 weeks, you want even more of it !Read Less",FullStack program,Web Development +262871,10868,le-wagon,Stephanie Sassier-Petit,False,2020,Best experience with Le Wagon,2020-03-20,5.0,5.0,5.0,5.0,"J’ai longtemps cherché pourquoi j’étais faite. J’ai cependant toujours été attirée par les métiers du Web, et plus précisément, ce qui se passe derrière l’écran, derrière une page Internet, comprendre ce langage « crypté ». J’ai donc décidé de me lancer... Read More et suivre la formation du Wagon Bordeaux. La formation tient sa promesse initiale mais va bien au-delà …. Une aventure humaine qui va de ton « buddy » du jour aux projets en équipe, entraide, partage, soutient ... mais aussi qui passe par les enseignants, passionnés et passionnants, bienveillants et disponibles. Une aventure personnelle, où tu apprends une discipline, une rigueur, à être persévérant, à te challenger et à te dépasser chaque jour. Une aventure professionnelle où tu rencontres la communauté d’alumni, tu participes à des meet-up avec des acteurs majeurs de Bordeaux et tu rencontres des personnes d’univers différents. Ces 9 semaines avec le batch 343 ont été une révélation. Je me suis d’ailleurs liée d’amitié avec Lucille, qui vient du monde de la mode, et nous avons décidé ensemble de découvrir l’entrepreneuriat en tant que Développeuses Web.Stephanie - Batch 343 - BordeauxRead Less",FullStack program,Web Development +262845,10868,le-wagon,De Malherbe Quentin,False,2020,Le Wagon Bordeaux,2020-03-19,5.0,5.0,5.0,5.0,"Je viens tout juste de terminer le bootcamp du Wagon Bordeaux, batch 343. Ce fut à la fois très complet et très intense. J’ai pu acquérir de nombreuses compétences en RoR, Ruby, JS, Html et CSS.Le format de la formation est vraiment bien pensé : avec... Read More des cours le matin et des exercices l’après-midi. Être en binôme pour les exercices permet de se motiver mutuellement, mais aussi de tous bien se connaitre et de construire un esprit de promo très fort.Les trois dernières semaines sont consacrées aux projets par groupe de 4. Mon équipe et moi avons créé deux sites web et nous avons pu constater de nets progrès depuis le début du Wagon.Une semaine après avoir terminé la formation, la pression n’est toujours pas retombée. Je code encore beaucoup et avec plaisir. Je suis ravi d’avoir découvert cette nouvelle passion grâce à cette aventure.Read Less",FullStack program,Web Development +262830,10868,le-wagon,De Malherbe Quentin,False,2020,Le Wagon Brodeaux,2020-03-18,5.0,5.0,5.0,5.0,"Je viens tout juste de terminer le bootcamp du Wagon Bordeaux, batch 343. Ce fut à la fois très complet et très intense. J’ai pu acquérir de nombreuses compétences en RoR, Ruby, JS, Html et CSS. Le format de la formation est vraiment bien pensé : avec... Read More des cours le matin et des exercices l’après-midi. Être en binôme pour les exercices permet de se motiver mutuellement, mais aussi de tous bien se connaitre et de construire un esprit de promo très fort. Les trois dernières semaines sont consacrées aux projets par groupe de 4. Mon équipe et moi avons créé deux sites web et nous avons pu constater de nets progrès depuis le début du Wagon. Une semaine après avoir terminé la formation, la pression n’est toujours pas retombée. Je code encore beaucoup et avec plaisir. Je suis ravi d’avoir découvert cette nouvelle passion grâce à cette aventure.Read Less",,Unknown +262822,10868,le-wagon,Mira,False,2019,"Le Wagon Chengdu: Great experience, excellent bootcamp, highly recommend!!",2020-03-18,5.0,5.0,5.0,5.0,"I researched a number of options before choosing Le Wagon Chengdu. It was both a matter of price (when I enrolled they actually had a special discount for women), as well as content of the curriculum (in this course you learn tools and technologies both... Read More for front-end and back-end development, all as part as an intensive 9 weeks program). After my first interview with Allen, I felt that Chengdu was exactly the place I wanted to be in. And I was right; not only the work environment was amazing, but the kindness and enthusiasm of local and international student who were there for the same reasons, made the whole experience absolutely fabulous! I am happy and grateful to have been part of a class full of students eager to learn and work together.Granted it was a major challenge! But I quickly learned to be comfortable with making mistakes and ultimately learning so much in such a short of time. Teachers and TA’s at Le Wagon are the best, and because class size are kept small we had time to interact with both on a one-on-one basis. I remember starting the class nervous and worried — since my background was in marketing/advertising. However, I was quickly met with challenges and a vast amount of support and encouragement from the team at Le Wagon Chengdu coding bootcamp.One thing that I really liked about this bootcamp was the fact that we were not competing against each other. Test were done to evaluate each one’s own knowledge and understanding of the material covered. Working in small groups created a feeling of motivation to work together and to help each other out, which turned out to be much more productive than working in solitude. Despite the fast-paced nature of the course, the material was covered in such a way that was clear and to the point. I found that the structure of the class (lecture/activities/ projects) was effective in being able to learn a large amount of material in a short period.This course will give you the skills and problem solving strategies needed to take a dive into being a developer in the field! I would highly recommend it!Read Less",FullStack program,Web Development +262687,10868,le-wagon,Anonymous,True,2019,Le Wagon Montreal Review,2020-03-11,5.0,5.0,5.0,5.0,"Le Wagon, what an adventure! I did Le Wagon in Montreal from October to December 2019.First impression, that got reinforced during all the bootcamp, is that every teacher and person working at Le Wagon is really here to accompany us and make our experience... Read More as beneficial as possible.Everyone is really patient and is willing to spend time with us, giving us useful tips so we get good practices while learning web development.The program is well-thought, so we understand how every technical aspect of building a web application relates to each other. Especially that the bootcamp is product-oriented, as we have to develop a web application from scratch at the end of the program, to put into practice everything that we learnt. It felt really rewarding :)In short, I recommend!Read Less",FullStack program,Web Development +262680,10868,le-wagon,Nicolas DE MIL,False,2019,9 weeks to change your life,2020-03-11,5.0,5.0,5.0,5.0,"I signed up to Le Wagon after having heard very good things about it and I can definitely say it did not disappoint.I had some prior experience in development and coding, but didn’t consider it to be enough to apply for developer jobs. I am now writing... Read More this review as a junior developer just a couple of months later.The bootcamp offers a very well rounded program where you learn as much as you can over the course of 9 weeks, and you come out with a very wide range of knowledge and the tools to work on your own projects - be it in design, back end, or both! It teaches the foundations of programming that will help you to learn other languages, understand how to read code and how it works. All of the learnings you acquire are put to the test and solidified during the project weeks where you get to work with a small team and present what you created from scratch.Other great parts of the program are that you can go at your own pace, the TA’s are great (they’ve done the course as well so they can help you accordingly), and the course support is amazing. There are videos on every lecture if you need to go back to one because you didn’t understand something, there are loads of exercises for those who want to do more, and the TA’s are always willing to help, assist and explain to make sure you got the concepts down.Overall, my experience at Le Wagon was very good. I would definitely recommend it for anyone who is interested in the tech industry and interested in becoming a developer, but also for anyone looking to learn a new skill to incorporate into their current job.And don’t worry too much about it! Most people there are looking for a career change and excited to learn something new. It’s a great opportunity to meet amazing people from different backgrounds but with similar goals and start building a network for yourself in the industry :)Read Less",FullStack program,Web Development +262679,10868,le-wagon,Alan Oliver,False,2019,Great and intensive experience teaching solid fundamentals,2020-03-11,5.0,5.0,5.0,5.0,"This fullstack program is a 9 week program which teaches software development fundamentals. Le Wagon focuses on teaching students to build tech products in the first 7 weeks. In final 2 weeks you build a tech product for a real world business case any... Read More any idea that you want to put into practice. Le Wagon doesn’t just teach students how to code, it teaches an entrepreneurial and problem solving mindset to its students.Classes start at 9am and sometimes run until 7pm in the evening from Monday to Friday. The morning starts with a lecture by the lead instructor, and you will immediately put what you learn in the lecture into use in the challenges for the day. You are paired with a buddy to solve the problems. Le Wagon prepares students for after the camp by teaching the best way to approach bugs in your code. Checking error messages, looking at lecture slides, reading documentation and asking for help from classmates and assistants are greatly encouraged.The curriculum is split very well into coding fundamentals, front end development and backend development. For me, the greatest part of the course was pitching for and coding, in groups, our final projects. It gave a real insight into what working in an exciting tech startup environment would be like. The pressure of working to a pitching deadline day kept us really motivated.Overall the experience was tough, but absolutely worth the time and the money. The course is great for those who want to fast track their transition into tech, have an entrepreneurial mind or want to build a new skill.Read Less",FullStack program,Web Development +262253,10868,le-wagon,Sinan Ucak,False,2019,Delivered what was promised !,2020-02-26,5.0,5.0,5.0,5.0,"As an engineer, I already had some programming basics, but absolutely no idea on how to bring all of the different aspects together to build a functional application. That is precisely what Le Wagon promised, and precisely what Le Wagon delivered.Over... Read More the intensive 9-week course, surrounded by experienced and knowledgeable teachers, we started with the basics, and quickly transitioned to building functioning applications. The curriculum is well structured, concise and is heavily based on exercises and practice and the small-class structure provides a great atmosphere for learning.After the bootcamp, I was able to quickly find an internship to continue developing my full-stack skills and then to continue my tech career as a Product Owner for a local start-up, all thanks to the impressive Wagon network. I am extremely grateful to Le Wagon Lausanne for this experience and the knowledge that I have acquired since the beginning of the bootcamp, and I readily recommend this course to anyone who wants to be a part of the tech industry.Read Less",FullStack program,Web Development +262181,10868,le-wagon,Susanna Jacob,False,2019,One of my Best Decisions,2020-02-24,5.0,5.0,5.0,5.0,"Learning how to code had always been a dream - one that I approached with apprehension because of my lack of a technical education. But after having attended one of Le Wagon's free workshops, I could slowly see myself learning how to code. I joined LeWagon... Read More to gain a practical skillset that would help me make informed decisions in my workplace. And after having completed the Bootcamp, I've never been more confident in translating client requirements into actionable solutions. The Bootcamp sets you up with foundational knowledge required to learn a programming language and then equips you with an array of tools that you can choose to hone after the Bootcamp. Their exceptional curriculum, having stood the test of time, takes you from understanding things like 'What is the internet?' all the way to designing two prototypes from scratch; thereby giving you a comprehensive understanding of what it actually means to 'code'. The curriculum is supported by a holistic learning environment that incorporates teamwork, problem-solving and decision making, all of which are critical skills that are needed in the workplace. Additionally, the teaching assistants are always willing to go above and beyond what they are required to do in order to ensure that your queries are answered, at a bare minimum. All in all, attending the Le Wagon Bootcamp has been one of the best decisions I have ever made and I recommend it wholeheartedly.Good luck!P.S: My team and I built a beginner's version of a Pokémon battle :)Read Less",FullStack program,Web Development +262151,10868,le-wagon,Felipe de Alba,False,2019,I definitely recommend Le Wagon Madrid to anyone looking for a career change,2020-02-24,5.0,5.0,5.0,5.0,"Hello My Name is Felipe, and i am a former Student at Le Wagon Madrid #311. I am 20 years old and i didn’t have the opportunity to go to university, so before Le Wagon, i mainly worked as a freelance Digital Marketer and in Sales which i learned by myself.... Read More I found myself stuck in different jobs feeling i couldn’t go any further. I Always had a passion for tech, so decided to go for the best Coding Bootcamp there is, did my research and ended up in Le Wagon.Le Wagon gave me a very supportive community during the bootcamp and even after the bootcamp. My teachers are incredibly patient to us as long as we have some questions to ask. They not only answer my questions about the lecture but also give me advice about where to go, what to study and their different experiences.My final project was Planeo. I made the app with another 3 students in the last 2 weeks during the bootcamp. An app to make planning with your friends easier. User easily organize plans with their friends in order to make your life easier.This project, together with the AirBnb Clone that we did and many others, where vital to find a job as a web developer. As i finished the course i had over 3 interviews. every interviewer thought the course i did was over 1 year long, and they where really surprised when i told them it was only 9 weeks. This is not minor as you can show that you learned a lot in 9 weeks and at the end, they are looking for fast learners, and that was something i could really leverage. They were also amazed with the quality of the projects and how we learned many technologies. After 15 days graduating from Le Wagon i got a job from AON as a full-time intern. This was a very hard and demanding journey, but at the end, the possibilities and the world of opportunity that it opens it makes it so much worth it. I would definitely recommend Le Wagon to anyone looking for a career change. So, if you ask me now if i had the opportunity to get my money back and return knowledge back to Le Wagon, I would 100% keep the knowledge because it is worth every single penny.Read Less",FullStack program,Web Development +262135,10868,le-wagon,Fanny,False,2019,"Very impressed, highly recommend!",2020-02-24,5.0,5.0,5.0,5.0,"I joined the program with very high expectations and I was even more impressed. The platform is incredible, the teaching staff wonderful and the curriculum is very well thought out. I can say with no doubt that it changed my life, my way of thinking and... Read More opened so many new opportunities. I'll be eternally grateful and I am thrilled to now be part of Le Wagon community.Read Less",FullStack program,Web Development +262072,10868,le-wagon,Pierre-Emmanuel Tanguy,False,2019,Highly Recommend!,2020-02-20,5.0,5.0,5.0,5.0,"I initially signed up to le wagon to get to know the basics of web development after having graduated from uni. My aim was to understand how to structure a tech project, know the costs, timeline and be able to communicate with developers. I ended up learning... Read More an incredible amount of skills and discovered a passion for web development! Le Wagon will give you the tools to build an entire project from scratch, and the concepts allowing you to switch to any other programming language easily. I found a job in less than 2 months after graduating.

I would highly recommend le Wagon, whether you are looking to get an understanding of the tech industry, add tech skills to your current position or become a developer! 
In addition to this, it is a great place to meet fantastic people!Read Less",FullStack program,Web Development +262062,10868,le-wagon,Tempels Nathan,False,2019,"Great experience, excellent bootcamp",2020-02-20,5.0,5.0,5.0,5.0,"From cook to developer in 2 months, it seemed impossible ... and yet that's what Le Wagon allowed me to do! I was able, thanks to a conference organized at Le Wagon, to meet my future employer who recruited me at the end of the bootcamp.I had no knowledge... Read More of code ...Between a team of top teachers, who master and know how to transmit their knowledge and an extremely well thought out and constructed course support, you have all the ingredients to allow you to acquire the skills of developer.It is an intense training, we come home every evening tired of the new concepts learned and practiced during the day, but satisfied with being able to concretely observe our progress day by day thanks to the daily exercises.I can only recommend that you do it!Read Less",FullStack program,Web Development +262060,10868,le-wagon,Christian Doumit,False,2019,Le Wagon : Becoming a new You,2020-02-20,5.0,5.0,5.0,5.0,"Story of my lifeI have always been passionate about digital technologies. Thanks to my dad who had his architecture firm, I have been able to interact with computers at a very young age. I remember using a computer with DOS, dealing with the machine by... Read More writing command lines, asking it to execute small programs, mainly games for the young boy I was. I also remember how I was introduced to the graphical user interface of Windows, before the well-known Windows 95 version. Computers have always been sort of magical for me, and as far as I can remember, I have always used them on a daily basis. That way, I have been amongst the first of my entourage to discover and use the internet back in 1997. It was a hell of an experience, nothing to do with today’s internet. The 10-year-old-boy I was, not only wanted to surf the web but also wanted to create his own ""internet"". This is how, by doing some research, I discovered the tools that helped me ""code"" basic web-pages. Year after year, I continued having fun after school, learning the how-to-create websites driven by my passion and my curiosity.The Why?I never really abandoned my passion for computers and the internet, but have made professional choices that weren’t connected to digital tech. After graduating from Strasbourg School of Architecture (France), then specializing in Real Estate Management, I worked for several years as a Project Manager in the construction and real estate field. At the same time I was attending the architecture and engineering schools, the world was being profoundly changed by new technologies and the emergence of social media. Then, while I was getting professional experience as a PM, every industry was being disrupted, being actively pushed to its next level, beyond what it is essentially about. Doing the job wasn’t sufficient anymore. New technology is exciting in this way that is always disruptive, killing jobs, creating new ones and ushering in profound social changes. And those who know how to get on board the moving train are the ones who make the most of it, both professionally and personally. It is in 2018, after gaining a decent 5-year experience in my area of expertise, that a small voice began growing deep inside my head: since digital technology was impacting every field, I didn't want to be left aside by the changes taking place in my domain. So I thought that it was time for me to finally mix my passion for tech and my professional career choices, with my thirst for entrepreneurial adventures. The real estate and construction industries were going to be profoundly digitally-challenged, and I wanted to be part of the upcoming change.Joining #TeamLeWagonI finally quit my job mid-2019, driven by my startup project. Unfortunately, having left out coding for many years, I was lacking modern technical coding skills. But, I remembered that a friend of mine told me months before that he was going to attend a 9-week coding bootcamp in Bali to become a full-stack web-developer. This is how I discovered Le Wagon. After further personal research, I decided this bootcamp was what I needed to reconnect with the coding-experience but mainly to understand a developer mindset. But why Montreal you ask? Well, I have always wanted to experience this amazing city for a long period, after visiting it multiple times since 2011. Le Wagon in Montreal is also more international, with people coming from everywhere... and thus, the program is taught in English. Thrilled by the Bootcamp and the location, I applied to Le Wagon Montreal in August 2019. After a quick video-call with Aline Gasparindo, then a video-interview with MG Ayoub, I had to go through and successfully complete a 20-hour personal work to learn the basics of Ruby, and more importantly to see if it is something I would enjoy doing during the bootcamp. That was a necessary prerequisite before getting confirmation of my admission to the autumn batch in Montreal. Weeks before on-boarding, I also had to submit a bunch of prep-work to better know the web and coding environment: HTML, CSS, Ruby, Javascript… All the basic stuff needed to feel comfortable once I’d be completely absorbed in the intensive Bootcamp.Experiencing Le WagonThe experience of Le Wagon is indescribable. I have had some great experiences in my life, but this Bootcamp was on a whole new level. Looking back to these amazing 9 weeks spent in Montreal, I can say that this feeling is certainly due to three main points. The peopleFirst of all, Le Wagon’s team: the supervisors, the teachers, and the teacher's assistants. Their kindness, commitment, and availability at all times, especially in moments of doubt - because yes, there are a lot of these moments throughout the 9 weeks - made me feel very comfortable, at ease and free of any stress, which allowed me to concentrate on the journey’s essentials: learning in joy, in a good mood, and surpassing myself in my daily performances. Every member of the team has had a big smile on his face every morning of the 9-week bootcamp, not hesitating a second to share a coffee, share lunch and be present at the after-works to share a beer. What is also special about Le Wagon’s experience is the fact that the teachers and the teachers’ assistants have all experienced the program before being promoted to the teacher-rank. They know what is important, how the curriculum is made, how it has to be taught. They understand the students, especially those who go through difficulties in the first weeks. They are well prepared to help them understand because they have been there before. That is something essential in this out-of-the-box learning-process, and I think it is really smart and great! Also, the peopleAt the same time, all the wonderful people from my batch (batch 329) made the experience as great as it was. Not to forget the Le Wagon community - especially the alumni based in Montreal - that takes this Bootcamp to a very different level. This point is undoubtedly a direct result of the efforts made by MG and her team, building up the cohorts by diversifying profiles. Each batch is a wonderful melting pot of people coming from various backgrounds, which is an essential part of the Le Wagon adventure. In fact, the experience goes beyond the curriculum, and the people who shape the batch and later Le Wagon’s alumni are undeniably the most valuable asset of it. Throughout the program, we learn through daily contact with those who make up the batch. Since everyone thinks differently and finds creative solutions to the multitude of problems we face in the daily challenges, working within a stimulating environment lets us consider exciting new paths, usually completely different from those we would have taken. We unconsciously leave our well-known comfort zone, willing to do much more and better than ever! On the last day of the Bootcamp, I remember saying to myself how amazing the evolution was from 9 weeks ago till this very last moment following the Demoday: the friends I made from my batch were complete strangers just 63 days ago, but we quickly bonded, and at the time I’m writing this review, I’m still in contact with lots of them. Thanks to the buddy system, we are pushed to get to know each and everyone in the batch. Of course, you may not have the same affinity with everyone, but you’d be surprised to see how each participant always makes himself spontaneously available to help others, filled with great kindness. No competition at Le Wagon: we all belong to the same team and we all want to live the Bootcamp experience to the fullest. To let us do so, throughout the 2 months, a lot of events are organized (not to forget the Wednesday Yoga sessions with Claudette) which is profoundly bond-forming. Thus, current students get to know each other but they can also meet the alumni, who do not hesitate to share with the cohort their own experience, always giving good advice, and their post-Le Wagon professional life. Hence, the Friday-night after-work quickly became the-place-to-be, sharing a beer, a laugh, a dance… but most importantly letting ourselves go to casual and interesting discussions animated by the rhythm of the music. Smart program and smart toolsFinally, Le Wagon's program is very cleverly constructed. Throughout the journey, we don't always understand why we’re doing this or that, but soon enough we realize the progress we’ve made in the learning-process: indeed, we do so by the end of the first week! I remember having moments of extreme frustration, but I was repeatedly being told that I have to trust the program (thank you Stéphane!). Once you do so, you find true joy in the developer-making-process and you truly sense the evolution which is smooth and complete. Now that I am done with the Bootcamp, I have taken the time to go through what we have learned from week 1 until Demoday. I realized that everything has been well conceived by the founders. I also understood that the Bootcamp has gradually been nourished since 2016 by the experience of each of the batches that have occurred in all the Le Wagon worldwide. One thing I have been positively surprised by is the ""Kitt"" platform, which has been specially made for Le Wagon bootcamp. Once you on-board in the Bootcamp, you access your personal profile that will be daily updated throughout the program. Le Wagon’s promise is life-time access to Kitt, letting you always connect with the alumni but also review lectures and learn new skills. This platform is clear, intuitive, and comprehensive! It contains everything necessary for the learning process during the Bootcamp but also for later. It integrates with all the modules used throughout the training, Github of course, but also with every software used for coding, the OS terminal... This level of professionalism - almost perfect - helps a lot in the intensive bootcamp-process. Last but not least is Le Wagon’s Slack which is very useful to communicate with your batch but also with the alumni, even after graduating. In fact, I still have access to Le Wagon’s Slack, benefiting from job offers posted on the appropriate channel, but also from the experience and the help of the alumni. It also lets me connect with my batch, and we still share our experiences post-Le Wagon.If I had to do it all over again…I’d definitely do it again.Le Wagon is a hell of an experience. I truly enjoyed every moment of it. I have never felt so alive in my life. Throughout this intensive 9-week Bootcamp, I went through all kinds of emotions, had difficult moments, moments of doubt, of intense joy, moments of crazy laughter... I learned a lot, very much in such a short time. I sometimes felt I was invincible, and I wanted to go further. Le Wagon truly gave me the needed skills and mindset to become a developer, a product manager... or a tech entrepreneur. It's up to me now to make the best of it.What remains, after all, is certainly what I have learned, but above all are the moments engraved in my memory and the friendships I’ve made. If you want to change your life and you really want to do it, then you definitely need to apply to one of Le Wagon’s bootcamp. You won’t regret it.Read Less",FullStack program,Web Development +262051,10868,le-wagon,Mattia Solarino,False,2019,The bootcamp I was looking for!,2020-02-20,5.0,5.0,5.0,5.0,"The program is great, there are awesome teachers who work hard to provide you with the best material, and an amazing group of international people (aspiring developers, aspiring and accomplished entrepreneurs).The curriculum focuses on Ruby on Rails and... Read More once you get that, it's much easier to learn new languages and frameworks. And that leads to probably the best thing about Le Wagon: they bring you to the point where you have the right set of knowledge to be able to keep learning on your own.Read Less",FullStack program,Web Development +261938,10868,le-wagon,Alexandru Stefan Sima,False,2019,Uplifting experience in Barcelona,2020-02-14,5.0,5.0,5.0,5.0,"My journey in Barcelona started as a computer engineering student, but having myself struggling later in the process, I decided to take a gap-year. I did not want to waste my time in that year, so that’s where I chose to enroll in a full stack web development... Read More course. I visited many bootcamps here in Barcelona, but there was something about LeWagon that made me choose it: THE PEOPLE!!! I came in first day quite nervous about the new tech adventure that I was about to experience, but that changed very soon as everybody was super friendly. I am not talking about the staff only, but the other students as well. In the interview before the bootcamp I was mostly asked about the type of person that I am, and thats where I saw the purpose of it. Students came with all kinds of backgrounds, related or not to programming, but everybody there felt like a good person. Very warm, friendly environment. That was my first impression. The challenge of the first week for most of us was the schedule, but that soon became natural. Most of your time and attention though will be focused on the bootcamp, especially during the week, but that makes time go faster. Resting well is very important, as losing a single day of the bootcamp means a lot of information lost. If you have previous programming experience, the problem will not be how difficult the information is, but the amount of information, as fully understanding everything is very hard in such a short time. The teachers made everything seem easier then it was, and, because of the friendly relationships that they built with us, we understood everything way faster. They boosted our confidence all the time, no matter how bad the situation. They took the time you needed to understand everything. Even when they were not teaching us, they made sure that everybody is happy during the day and always created a warm atmosphere. If anyone had a personal issue, they were there too. We were all living together day by day from 9 to 7 for 2 months, so we got to know each other, and the implication of the teachers Is what mostly surprised me, both during and after the bootcamp. The experience as a whole helped me develop not only in the web development field (as expected), but also on personal and entrepreneurial level. Our batch was quite multi international and learning so much about all these other cultures was amazing. My favourite day of the bootcamp was the pot-luck day, where everybody brought traditional food from his country. We also evolved our teamskills as mid-way through the bootcamp we formed teams for the final project. Thats also where public speaking came in as a challenge and I could never thank enough. Most of us learned how to face our fear of confronting spectators during our pitches. We learned how to think, plan, build and present our projects, and in the final day, the demo day, we had to pitch it in front of outsiders and potential investors. Although these 2 months went so fast, it felt like a full year due to our huge development both on personal and professional level. Everything was really intense and I loved it all the way through. My only regret was the actual end of the bootcamp, as I never wanted it to come. It was the most uplifting experience of my life so far.Read Less",FullStack program,Web Development +261921,10868,le-wagon,MaggieXIA,False,2019,充实的暑假,一个思维模式的变化,2020-02-13,5.0,5.0,5.0,5.0,"我是在2019年暑假加入的成都Le Wagon 编程训练营。我想它带给我的改变不仅仅限于tech skills, 我的思维方式和问题解决能力得到了很好的提升。中国的教学模式一般是以老师教课为主,学生有问题老师也会很快地去解答。Le Wagon 的老师也非常得热情, 除此之外,他们会引导你去解决问题,而不是直接告诉你怎么做。这样的思维模式是很重要的,离开编程训练营之后,大家一般都会学习新的语言,这样的思维模式给我们了更好的自学能力,对未来的不管是自学编程,还是大学课程都很帮助。特别是国外的大学,非常看重自学能力。很多时候教授教的东西非常理论化,... Read More 但是作业非常实践化。这就需要很强的自学和问题解决能力。再一个是不同于一般的教学模式,每天我们都会应用当天所学的知识,在有趣的编程挑战上面。每天都会和不同的同学一起解决问题,这不仅培养了合作能力,学生在实践过程中也能更好得理解知识。Le Wagon 给我的感觉不仅仅是一个编程训练营,你还能遇到很棒的小伙伴,他们来自于世界各地,不同的职业,不同的年龄, 你总会被他们的学习热情和Le Wagon 给予的氛围所感染!!!2019暑假的Le Wagon 经历是让我终身难忘的,对于我来说在建立了专业技能的基础上,也更好地明确了自己未来的方向。给我带来的思维模式的变化也让我终身受益。Read Less",FullStack program,Web Development +261912,10868,le-wagon,Tommaso Bicocchi,False,2019,Lifechanging! Amazing!,2020-02-13,5.0,5.0,5.0,5.0,I've really appreciated evrything from the course:- The friendly atmosphere;- The massive amount of stuff you can learn;- The international background of the classroom.And at last the patience of all the teachers!i really invite evryone to attend the... Read More course!Read Less,FullStack program,Web Development +261896,10868,le-wagon,Freddie,False,2019,Best Decision I have made,2020-02-12,5.0,5.0,5.0,5.0,"So previously I was working as a fire install engineer. I wasn't unhappy but my ultimate goal was to be doing something I am really interested in and got be happy doing every day. I have always had a keen interest in technology/computers.Whether that... Read More would be gaming or building a PC for myself or a friend, however I had never delved into the more technical side of it, programming... this is when I started on my search for an intense coding boot camp as I felt this would be alotmore practical for me than to go back to university for 3 years.This is when I found Le wagon and It exceeded any expectations I had of the 9 week course, from the people I met there to the skills I learned. The attention and support the teachers provide through out the course is amazing and you can really feel that they enjoy sharing their knowledge and skills with you. The Highlight for me was final week where we worked on our main project. We worked in a team of 4 and together presented an amazing progressive web application within 10 days. Never did I think I would be creating such a quality product within 9 weeks coming from zero previous programming. I have also come away from Le wagon with some very good friends, we catch up daily sometimes and keep testing each other on what we are learning. The whole experience has been amazing and i would recommend it to anyone with no doubts.Read Less",FullStack program,Web Development +261889,10868,le-wagon,Ben McLaren,False,2019,Fantastic experience,2020-02-12,5.0,5.0,5.0,5.0,"My interest in code began in late 2018 during my first few months at university. A combination of not enjoying my current Digital Media course and wanting to spend more time exploring code led me to the decision to drop out. Once home I immediately started... Read More out with online courses and learning the basics of Front-end development. A month later and I had built and deployed my very first website. It was at this point I knew that coding was something I enjoyed and it was something that I could pursue. Fast-forward a few months and I was still going strong with online tutorials and decided to take on my first paid project for a client. This was a great, albeit stressful experience and really helped further my skills.This brings me to October 2019 when I began my Le Wagon journey. I wanted to learn more about the world of web development and Full-stack skills with the aim of being able to secure a full time position afterwards. Le Wagon was an amazing experience. It wasn’t just a place of learning but a whole community that you instantly felt connected to. I think that was the stand-out aspect for me. I really enjoyed going in each day to work on a particular set of challenges with an amazing group of likeminded people. It had a perfect blend of a casual yet hard working vibe with many events both academic and social to attend during the week. I found that the amount of content we got through was staggering and I would be lying if I said that I didn’t feel overwhelmed. However, we had constant support from all the teachers and TA’s reminding us that Its a long process and you aren’t expected to understand everything right away. I felt I was able to talk to anyone at any time about how I was feeling which was very encouraging. The fact that everybody on the course was able to come together in their respective groups to produce amazing projects in the final two weeks was a real testimony to the hours of work that we as students and all the teachers and TA’s has put in. I really enjoyed working in my team and gaining the experience of collaborating with other developers and overcoming the problems that that inevitably creates. To cap it off presenting our projects on Demo day allowed us to really see how far we had come.I loved my experience at Le Wagon. Its more than just a coding bootcamp, its a community of people all working together and supporting each other to achieve their goals whilst still being a fun, relaxed and great place to work hard and play.Read Less",FullStack program,Web Development +261882,10868,le-wagon,James Middlemass,False,2019,Amazing!,2020-02-12,5.0,5.0,5.0,5.0,"I decided to attend Le Wagon in my gap year in order to ""get ahead"" so to speak, and the opportunities it has opened up for me are endless! I have even considered forfeiting university entirely since Le Wagon means it is no longer necessary! All of the... Read More staff are both incredible teachers as well as just warm and friendly people, meaning the whole atmosphere is very welcoming and open. Even if you don't plan on becoming a full-time developer, these 9 weeks will enlighten you as to how the tech actually functions, allowing you to make better informed decisions in the future. Due to the experience here, I was offered project management roles as well as dev roles at 18 years old!It will honestly be an experience you could neither forget nor regret. I could not recommend higher!(and no, maths is not important, just be logical and willing to learn)Read Less",FullStack program,Web Development +261881,10868,le-wagon,Cecilia Marcellesi,False,2019,By far the best decision I've made,2020-02-12,5.0,5.0,5.0,5.0,"After completing a Business degree at University, I worked in software startups in London for several years in non-technical roles. I've always had an interest in web development but found it quite intimidating at first. During my time in software companies,... Read More I had the chance to work closely with software developers and found their day-to-day role fascinating and impressive. I had heard great feedback from a colleague who had completed Le Wagon a few years before and after reading many reviews online and watching a few demo-day videos I knew that Le Wagon was the right choice.My experience at Le Wagon really lived up to my expectations from start to finish. I have learnt more than I could have imagined during the bootcamp and have met some amazing people from a wide variety of backgrounds and experience. By the end of the 9-week course, you have all of the tools and knowledge you need to develop your own working application. The teachers are really what set Le Wagon apart from the rest, the teaching throughout was excellent and the staff are always enthusiastic and create a great learning environment. I would really recommend Le Wagon to anyone considering a career in tech!Read Less",FullStack program,Web Development +261824,10868,le-wagon,Tommaso Bicocchi,False,2019,Awesome! Life changing...,2020-02-10,5.0,5.0,5.0,5.0,From tge very beginning all tge teacher assistant and the driver of the course were really helpfull and supportive. At the end of the course all of them are always really supportive and always available to drive you through the next steps. The atmosphere... Read More during the course is amazing.Read Less,FullStack program,Web Development +261782,10868,le-wagon,Antonio Maiocchi,False,2019,"Attending Le Wagon, one of the best decision I have ever taken",2020-02-08,5.0,5.0,5.0,5.0,"I attended Le Wagon in Milano from October until end December 2019 (9 weeks full stack course). The experience has been through and through enjoyable and most importantly really formative. The amount of stuff I learned during the 9 weeks, and what I was... Read More able to achieve, has deeply impressed me. It pushes you and oftentimes puts you out of your comfort zone, which is exactly key to finally start programming - not just learning about programming.I will always remember those crazy 9 weeks, the time both seem to compress and dilate at the same time: you find yourself having spent 10+ hours on exercises and another day has one by so quickly but in the meantime if you look back at day 1, it feels like you have grown into a new version of yourself and that months have gone by!Definitely recommended if you are looking to test yourself and give yourself an opportunity to learn a valuable skillset!Read Less",FullStack program,Web Development +261747,10868,le-wagon,Ginevra Fontes Williams,False,2019,Eye-opening experience and huge investment for my future!,2020-02-07,5.0,5.0,5.0,5.0,"I used to work in an advertising agency as a Junior Account and I felt like I knew a bit of everything, but that I couldn’t master anything in specific. I wanted to be specialised in something and develop the technical skills to create from scratch something... Read More meaningful and exciting. This is when I realised that I wanted and needed to change my career path, and this is when I discovered LE WAGON CODING BOOTCAMP. I read some awesome reviews on the Internet, so I contacted Francesco (Head of Milan) right away. He was really nice, supportive and available to answer all of my questions, at all time. The course is extremely intense and immersive, in the first 3 weeks you learn what a regular computer science student learns in 1 year! Incredible! In only 9 weeks, we did Ruby, SQL, HTML, CSS, Javascript and Rails. In our 7th week we managed to clone the Airbnb website from scratch, and the last 2 weeks we designed, implemented and shipped to production a web application of our choice. I am super happy to have chosen le Wagon in Milan. The classes are smaller compared to London (around 15 students instead of 40), so you get to really know the other students and bond for life. The teachers - Francesco, Arbi and Luigi - were simply the best, so knowledgeable, supportive and funny! You can really tell that they love their job, and it makes them really proud to see their students grow as coders in such a short time. Even after the course, they are always available to help, if you have questions regarding coding or regarding jobs. And last but not least, THE FOOD! I am Italian so I am used to Italian food, but I can tell you that the international students in our class reaaaally enjoyed having pasta every day! The best break ever! Finally, what I really like about Le Wagon, is that you are still a part of the community even after you graduate. Through Slack, we can contact any student/teacher of Le Wagon worldwide and help each other find the best jobs. If are still hesitating to join this bootcamp, do it, you will not regret it! :)Read Less",,Unknown +261621,10868,le-wagon,Smruthi Lattupalli,False,2019,How Le Wagon helped me reboot my career in Barcelona,2020-02-04,5.0,5.0,5.0,5.0,"Its been 5 years since I quit my job to be a full time mom. When I was deciding what to do next I was unsure where to begin. I was an application developer for many years before but was not confident if I would be able to pick it up from where I left... Read More off. I thought about other career options but kept coming back to what I enjoyed the most: developing exciting products and learning new technical skills to help me do that. Around this time I moved to Barcelona and was actively looking for ways to get started. Initially, I was applying for jobs and doing online trainings to test my abilities and upgrade my skills. I was neither getting any feedback nor learning much. I wanted to engage with like-minded people and look for places where I could be mentored. Thats when I came across Le Wagon Barcelona. It was the best rated coding schools and the alumni testimonials made my decision easier. During my first interview with the founder I was asked what do I expect from this bootcamp. I replied saying at this point I want to learn and absorb as much as possible. In the 9 weeks that followed thats exactly what happened. We spent less time on lectures and more time doing hands on exercises with mentors helping us every step of the way. Each day we worked with a new partner and this made us adapt to different working styles and also interact with them individually. Some days were harder making us question if we were doing enough. But when you work with a bunch of highly motivated individuals from various backgrounds you push yourself. And by the end of the course we were proudly presenting our product demos. The bootcamp was not about how much we did or how quick we were. It was for each one of us to commit ourselves to learn something new everyday and enjoy the process of coding. Isnt that always the best way to learn? This couldnt have been possible without all the teachers and mentors who made us believe we could do this. It feels like we are part of this big family who will be rooting for us to succeed in anything that we choose to do. I know I can always reach out to the alumni groups for advice and basically exchange ideas. Honestly, thats more than what I signed up for. Currently I am working with a friend on his startup TraininTech. It is a platform that helps companies train the key soft skills of their employees using an engaging solution. Users will not only be able to see the content but record their responses for realistic situations to get feedback and track their evolution. Going forward I plan to explore opportunities as a full stack developer and pursue my career goals.Read Less",FullStack program,Web Development +261590,10868,le-wagon,Laura Pham,False,2019,Best 9 weeks of my life,2020-02-03,5.0,5.0,5.0,5.0,"After three years of teaching science and math to high school students, I wanted to transition into a field where I could build on my technical skills to creatively solve problems. The Le Wagon Full Stack Development Bootcamp was a standout with its positive... Read More student reviews, well-structured curriculum and practical approach to learning. After 1 week of the Le Wagon course, I knew I had found the career and learning community for me. Over the next several weeks, every single person worked with unwavering determination and excitement to support their own and others' learning. This program has provided me with the skills, knowledge, and confidence to embark into this challenging and exciting field of creative problem solving and lifelong learning. All the knowledge and skills developed over the Bootcamp culminated with three intense project weeks. I had an idea to create an app to support teachers to support their students’ emotional and social wellbeing. In a small team of three, we designed, built and proudly presented our app Sammi (sammi.live) in front of ~250 people at a live demo event. Thank you Le Wagon London for an unforgettable and positive learning experience. I definitely recommend anyone interested in developing their technical skills in coding to learn with the amazing Le Wagon team and the students.Read Less",,Software Engineering +261580,10868,le-wagon,Julian Steinmann,False,2019,Great experience,2020-02-02,5.0,5.0,5.0,5.0,"I recently graduated from lewagon Batch-318 in London. I came into the course with already some experience in coding. Ruby was new to me and it was great diving into a new langue. Their interactive coding challenges are amazing. Ruby was quite intense... Read More - it's a lot that you learn in a very brief time. But even for the subjects that I already had experience, there always were interesting advanced challenges. With the buddy system you're every day paired up with another coding-buddy. Some days you guide someone through every step and some you try to follow someones pace. Most of the students came without any background in coding. But with the prep-work everyone was already at a good level. And all were keen on learning and have a passion for coding. There were lots of great social events. And a ongoing community supports you when you're stuck with your code.Read Less",FullStack program,Web Development +261573,10868,le-wagon,Evia Horoneko,False,2019,Best investment in my future,2020-02-02,4.7,5.0,5.0,4.0,"Before joining Le Wagon, I was working as operations supervisor in a private aviation company. I liked my job, but quite often I felt like I wanted to do something more technical and have a job where I could constantly learn and improve my skills. So... Read More I decided to learn how to code!I joined Le Wagon in July 2019, and it was definitely one of the best decisions I made in my life. The learning experience was extremely challenging for me, but also a lot of fun. What really stood out for me, was this constant positive vibe coming from teachers, teaching assistants and everyone working at Le Wagon. Everyone was always very helpful, supportive and encouraging.During the final weeks, I was working together with 3 more people from our batch on the project that I pitched. It was a website where people could join environmental challenges, earn points for completing them and compete with their friends. It was a really challenging but extremely rewarding experience to work as a team to bring this idea to life. I definitely learned a lot during the last 2 weeks - everything we learned before really clicked during the final weeks (to be fair, all teachers were saying everything would click during project weeks, but I wasn't sure it would happen to me!) In the final day of the project weeks, I got to pitch our project at Google for Startups Campus, which was a really great experience too.What I really like about Le Wagon, is that you are still a part of the community even after you graduate. You are always welcome to come to all the events they host, to become a teaching assistant, to join for drinks, to connect with people from their global community via slack, etc.Finally, it is worth mentioning that 1.5 months after graduating, I got a job as a junior developer. Can't imagine this happening without Le Wagon :) If are still hesitating to join this bootcamp, do it, you will not regret it!Read Less",FullStack program,Web Development +261536,10868,le-wagon,David Belka,False,2019,From Zero to Hero,2020-01-31,5.0,5.0,5.0,5.0,"6 years ago, I came to London to study at a University a course my parents picked for me. I didn’t enjoy it, in fact I hated it. After graduation I spent years trying to find a job in the field I studied without success. Before Le Wagon I had been hopping... Read More from one dead-end job to another, trying to find the right fit. Last year I decided it was time to make a big move and start a career. I’ve always been drawn to technology and found a new interest in AI development. I then came across Le Wagon coding bootcamp and instantly felt it was the right path to follow. It’s a super intense course, and I really struggled in the first 3 weeks with the basics. I started to question/regret my decision, but the team of highly skilled teachers and teaching assistants always reminded me to “trust the process”.The more I heard this infamous quote the more I began to hate it. But then, in the 4th week it all ‘clicked’, and suddenly everything started to make sense. I was coding with less help from the teachers and felt smarter and empowered day by day. Finally, the project days came, where we were randomly allocated to form teams of 3-4 students. That’s when we utilised all of our new-found skills to create real web applications and deploy them on a server. For the final project, my team and I worked on a mental health support web application for students and teachers called Sammi (www.sammi.live). We created a fully functioning MVP in only 10 days! How crazy is that? After Demo Day, where we presented our app in front of circa 250 people at the Barbican Centre, we were given workshops on how to pimp our LinkedIn profiles and CV’s to boost our employability prospects. Trust me, I had a zero confidence in myself to find a job. They call it impostor syndrome. I was afraid due to prior experience with failed job interviews that I would never get a job. Six days later I had my first interview, and later that day they offered me the position. I started the next day and am currently working for a great start up. I’m still turning down interviews to this day, when just 3 months ago I couldn’t even get responses to my job applications, it’s nuts! I can’t recommend Le Wagon highly enough. It’s not just about the skills you get from the course. There’s also all the post course content, and life-time support from the entire community around the globe available to you anytime you need. But most importantly to me, it’s the life-lasting friendships I have made there. Those are priceless. I am forever grateful to you, for changing my life!- David BelkaRead Less",FullStack program,Web Development +261506,10868,le-wagon,Lucas Chanet,False,2019,Awesome 9 weeks,2020-01-30,5.0,5.0,5.0,5.0,"I came to Le Wagon to add coding to my skillset and find a job where I could use these skills. I heard of le Wagon from some friends that highly recommended it and wasn’t disappointed. In only 9 weeks I learned so much that I can confidently work as a... Read More full stack developer. The bootcamp was great, in terms of learning as the program was well structured, linking well lectures and exercises but also as an experience as I met incredible people and had a lot of fun. The staff was very friendly and competent, the TA’s were also supportive whenever you had a problem and made things very easy to understand. Finally the project weeks were a fantastic way of linking everything that we learned into a real website. Working for 3 weeks with the same team, bonding and achieving two complete websites was very fulfilling. I generally recommend Le Wagon to anyone who would want to work in that area or generally interested and curious about coding.Read Less",FullStack program,Web Development +261505,10868,le-wagon,Mathilde Robert,False,2019,From Lead Project to Web Dev in Paris,2020-01-30,5.0,5.0,5.0,5.0,"I’m Mathilde, I’m 30 years old. In my past life, I was a lead project for different digital agencies. As I was tired of discussing marketing debates all day long, I wanted to go deeper into tangible tech issues by learning how to code with Le Wagon. I... Read More liked it so much that I’m actually becoming a fullstack developer !Read Less",FullStack program,Web Development +261483,10868,le-wagon,Iñaki Mediavilla,False,2019,My journey as a product manager at Le Wagon Barcelona,2020-01-29,5.0,5.0,5.0,5.0,"I'm an internet professional with more than 10 years of experience in digital analytics, growth and product optimization.I've spent several years working for top tech start-ups in Barcelona; and last 3 launching my own projects working as a freelance... Read More and bootstrapping entrepreneur. I really wanted to learn the basics of coding in order to improve my working relationship with developers, as a big part of my duties include dealing with tech specs and working closing with them; and also to gain more independence when tackling my own projects. Le wagon has definitely been the perfect choice for me, as it allowed to dig deep into software development basics and get the fundamentals in order to be able to program my own digital products.It was also an amazing opportunity to get in touch with an amazing group of motivated and talented individuals during a nine weeks learning process.I'd definitely recommend it to anyone looking forward to adding this highly valuable skill-set to their abilities.Read Less",FullStack program,Web Development +261482,10868,le-wagon,Alexander Hollmann,False,2019,Learning to code in Barcelona,2020-01-29,5.0,5.0,5.0,5.0,"Hey I am Alex, Before I joined Le Wagon for the 9-weeks bootcamp, I studied Business administration at a business school in Germany. During my studies I always wanted to learn coding but never found the time to do so. Therefore, I decided to apply for... Read More Le Wagon during my Gap Year, to close the gap between business and Tech. The nine week program really helped me to learn the fundamentals of coding from Scratch and build two complete products in a very short time. After the bootcamp I continued to work further on my Business background by doing an internship in a Private Equity firm, and I am planning to do an internship in a Tech company to apply the knowledge I learned at Le wagon.Le wagon was an experience of a Lifetime, I highly recommend it!Read Less",FullStack program,Web Development +261468,10868,le-wagon,emma bowen,False,2019,Loved it,2020-01-29,5.0,5.0,5.0,5.0,"Before joining Le Wagon I worked at several start-ups in non-technical roles, I had always worked closely with the software developers and was intrigued by their work so inevitably I took the plunge to learn how to code for myself. I absolutely loved... Read More my time at Le Wagon and the intensity of the learning experience, it really was from zero coding knowledge to being able to build fully-functioning web apps. The best part for me was the sense of satisfaction once ideas finally clicked into place and once the daily challenges had been completed. The teachers and teaching assistants were super patient and supportive and made the experience what it was, I feel very lucky to have had help from such talented teachers. I wish I could do the bootcamp all over again!Read Less",FullStack program,Web Development +261420,10868,le-wagon,Leonardo,False,2019,Turning point in life,2020-01-27,5.0,5.0,5.0,5.0,"Applying at Le Wagon Milan has been one of the best decisions I ever made.I applied while working a part-time job at a hotel, unsatisfied and at a loss on which direction to take for my future. I've always had a dormant interest in coding, but had no... Read More skills whatsoever and thought code was way out of my league.I was scared, since all of my skills while studying were in humanities, and thought my logic wasn't strong enough to endure all of the small implicacies in code. Le Wagon showed me that this wasn't the case at all.The course makes you instantly feel welcome, everyone is high energy and determined. The positivity is contagious, and while undeniably tough, I ended up waking up every morning with a smile on my face, eager to learn more.It doesn't matter what your starting point is, teachers are always patient and happy to help you, and the course is structured so you challenge yourself every day and learn. Nobody is left behind. It's the polar opposite of traditional schooling, as they make it a point to make you leave Le Wagon with two projects under your belt and able to make a website from scratch.All in all, Le Wagon has given me the tools to make a living as a developer, which is more than any other program has ever done for me.Read Less",FullStack program,Web Development +261419,10868,le-wagon,Pierre,False,2019,Great coding bootcamp !,2020-01-27,5.0,5.0,5.0,5.0,"After graduating from an IT Engineer school and a Business school, I worked for 7 years in a management consulting firm in Paris. My job was to manage IT projects in the main companies of Transportation and Energy sectors. After that, I decided to focus... Read More my career back to my technical skills and to become a web developer ! My wish was to work on the ""other side"" of the IT projects, and be part of the technical team that really designs and builds the applications. To this end, I followed the FullStack track at Le Wagon coding bootcamp in Paris between October and December 2019. I really enjoyed Le Wagon bootcamp. The lectures and tutorial classes are very well organized. The teachers and teaching assistants are always willing to help and to get all students to give the best of themselves. I really learned a lot during those 9 weeks, and also met great people !My wish is now to join a promising tech start-up as a back-end or full stack developer and to work on a product I believe in. Ideally, this start-up will be a fast-growing company dealing with great technical challenges and have a strong company culture.Read Less",FullStack program,Web Development +261415,10868,le-wagon,John FU,False,2019,Life changing 9 weeks @La Wagon Chengdu,2020-01-27,5.0,5.0,5.0,5.0,"I spent my last summer at Le Wagon coding Bootcamp in Chengdu. It was an intensive and transformative 9 weeks that unlock my potential in programming. Throughout the Bootcamp, I paired up with fellow classmates to solve coding challenges every day and... Read More build our own application prototype starting from absolutely zero prior knowledge on web development. It was an amazing journey when I am looking back to have accomplished so much in a short 9 weeks. A unique module at the Chengdu campus was the experience of designing our WeChat mini-program. WeChat mini-program has gained popularity since it launched and has allowed programmers to realize their startup ideas reaping the benefit from the prevalence of WeChat in China. The WeChat mini-program module includes basic knowledge on wxml and wxss, the use of WeChat developer tool, as well as the logistics of setting up domain and cloud storage space in China. At the end of the Bootcamp, all our fellow classmates decided to build a mini-program for our final projects and it was a great success. I was an MBA student prior to joining the Bootcamp, and I aimed to create my startup one day. The experience at Le Wagon definitely helps me achieve my goal. The Bootcamp has helped me understand the technical parts so that I can communicate with other programming professionals without any language barriers. I have also accumulated some project management experience through cooperating with my teammates to create our own application in a tight timeframe. All of these were achieved through the help and patience of teachers at the Chengdu campus. A big thanks to them!Read Less",,Unknown +261356,10868,le-wagon,James Hart,False,2019,From Truck Driver to Developer in Mere Months,2020-01-25,5.0,5.0,5.0,5.0,"I took the chance on Le Wagon based on reviews like these and the inspiring mindset of the students and Lausanne Driver that I met at an event. I was a truck driver looking to make a big change in career and had doubts that I would be taken seriously... Read More with just two months of courses but to my delight, Le Wagon gave me the tools I needed to succeed.The course is extremely well-curated. It is constantly updated to keep up with industry tech and best practices. The emphasis on practical knowledge meant that I was developing the skills I needed in a professional setting from first day of the couse to the last... and beyond.When I finished the course I decided to focus on incorporating Deep Learning into the skillset I had developed at Le Wagon. Thanks to the learning strategy and best practices ingrained in my in those 9 weeks I was able to go on learning on my own and only a few months later I have begun working on app development with a focus on Deep Learning at a startup here in Lausanne!Big Thanks to my fellow alumni, the staff, and the ineffable Lausanne Driver Thibault for making this possible.Read Less",FullStack program,Web Development +261347,10868,le-wagon,Costin Dumitrescu,False,2019,Awesome School,2020-01-24,5.0,5.0,5.0,5.0,"My name is Costin Dumitrescu and I just graduated from Le Wagon Coding Bootcamp. The past two months have changed me a lot on a personal plan. Besides the obvious which is that I can read and write code, make websites and do some web design, I grew up... Read More a lot on a personal level. It requires a lot of organization, motivation and the will to learn in order to make it to the end, but the satisfaction that comes when you see what are you able to do at the end of the nine weeks is incredible. At Le Wagon I have learned how to work with different people, organize myself and deal with situations that are not ideal (like in the corporate world when you do not like or agree with your colleague). There were many moments when I questioned myself if I understand the concepts and if yes, can I apply it after I graduate? The answer to all my doubts was "" YES, YOU CAN, JUST TRUST THE PROCESS"". This sentence that the teachers and staff are constantly repeating it is true. I could not believe it until later on when I did the first project and realized that I did it (not alone, with help from colleagues and teachers, but I finally connected the dots and understood the code and how the project was built). I would recommend to anyone to go to this Bootcamp because of the amazing worldwide community, awesome teachers and staff, and well-structured course.Read Less",FullStack program,Web Development +261297,10868,le-wagon,Anniou Toybou,False,2019,The Game changer !,2020-01-23,4.7,5.0,5.0,4.0,"Before my experience in Le Wagon Paris. I was studying in a Communication School, ISCOM. I graduated with a UX Design Master degree this year however I’ve always enjoyed learning design and code. During my studies, I worked on many projects with my friends... Read More for fun : designing interfaces with only HTML/CSS, creating components with Sketch (not Figma yet) and exploring during hours Bechance, Dribbble and many other websites. During my last years in school, I had UX Design courses but never had the opportunity to practice how I wished. I was really frustrated and I told my friend “Why are we not working on concrete projects ? With interfaces, wireframes ... ?” However, I continued to learn code and design by myself. Then, I started my own communication agency, “MAKY”. One of my services is to create a website by using Wordpress. However, over time I realised that I had limitations due to my lack of skills in coding.That’s why I started to learn how to code and because I had always wanted to be a Webdesigner. I had always been attracted to beautiful colors, interfaces, components and all the graphic universe of a website. I got solid bases on standard languages : HTML/CSS and a bit of Javascript. But I had never learned how to create a web application like Airbnb, Uber … So, I promised myself that when I graduate, I would learn how to create a web application from scratch, the perfect solution for me was Le Wagon Paris. Le Wagon is famous for being the best coding bootcamp in the world.And I’m very happy with my decision. I really enjoyed the weeks I spent there, the courses, the environment and the teachers were amazing ! I strengthened my skills and gained new ones : manipulate a database, make a git command, write a script in Ruby, create a repository in GitHub, design wireframes & prototyping which was my favorite part ! Thanks to this intensive bootcamp, I’m now able to respond to a growing demand from my clients, create a web application from scratch. I hope these new skills will help my agency reach another level. I also have other entrepreneurial projects around web applications. You will definitely hear about me really soon !Read Less",FullStack program,Web Development +261284,10868,le-wagon,Karim Abouchalache,False,2019,The Bootcamp For Your Future,2020-01-23,5.0,5.0,5.0,5.0,"Having just finished my second year at the University of Virginia, I had to choose a major. For the past 2 years I took multiples classes in a lot of areas such as economics, math, psychology. However none of them interested me enough to declare my major... Read More in any of these fields. I felt like I needed more time to decide so I took a sabbatical year to discover new domains. A domain that intrigued me a lot was coding. So I asked around me if anyone new something about coding. A friend of mine just finished Le Wagon in London and could not be more happy so I decided to try it for myself in Paris , it is only 9 weeks why not ?During those 9 weeks I felt a lot of stuff. I started to feel lost not knowing anything, anyone. After a few days, confused in how I was going to learn that many things in just 63 days. A week later surprised, I was actually learning and assimilating all the knowledge I was struggling with for 15 days. At the end of the batch, I felt relieved, thankful and excited. Relieved because I had finished the training, thankful because it was amazing and excited because it opened so many opportunities for my future. I learnt HTML CSS JS and Ruby on rails whilst working with a team in a safe environment, again in only 9 weeks.I have only one thing to say to Le Wagon : Thank you for everything you have done for us.Read Less",FullStack program,Web Development +261278,10868,le-wagon,Antoine Fillet,False,2019,Amazing experience at Le Wagon,2020-01-22,5.0,5.0,5.0,5.0,"Engaged in M&A and investment banking activities since 1984, I launched Equitix in 2019, a fintech company dedicated to Private Equity fundraising. The aim is to raise private equity capital for small French companies, quicker and cheaper.I first joined... Read More Le Wagon in oct 2019, completed the 9 weeks webdev bootcamp (Paris Batch #321), and it was fun and intense, thanks to Le Wagon’s very well organized structure and the help of my coding mates.Besides HTML, JS, CSS, Ruby Rails, SQL..., with Le Wagon I discovered new solutions for Equitix business model, and decided to rethink its UX patterns.The quality of the teachings and management at Le Wagon, made me sign for the next 9 weeks Data Science bootcamp that starts in April 2020, with the aim to better understand how to integer data management, ML and AI tools in Equitix DNA.Antoine Fillet, 63 - CEO Equitix Momentum SASRead Less",FullStack program,Web Development +261272,10868,le-wagon,Alan Oliver,False,2019,"Informative, challenging and life changing",2020-01-22,5.0,5.0,5.0,5.0,"Le Wagon is a code school which focuses on enabling creative people to build real world applications that can solve business problems. They give you the skills to make the shift into a new career or start your own tech business.The program is an intense... Read More 9 week course in which students could be studying and coding more than 10 hours from Monday to Friday (though the Chengdu program also had some extra Saturday classes for learning about WeChat mini programs). Each day begins with a lecture on a given topic and a series of challenges to complete using your new knowledge with a buddy from your cohort. Teachers are on hand to give world class support, though Le Wagon prepares you very well for post program coding by giving a step-by-step process by which students should go through in order to solve any problem. For example, first read error messages, read documentation, google search for answers, work with classmates, and then ask teachers for help.For me the best part of the program was the final two weeks of the program where all of the hours put into learning finally culminates in a final project. Each student should pitch a tech product idea and we team up working in a problem-solving-start-up-like environment which is really exciting; this is particularly so when your idea should be presented to a large crowd on demo day! There is a great sense of community build among the teams, with a truly practicable introduction to the tech industry by creating your first ever product in such a short period of time.Le Wagon has a strong identity and world class alumni meaning it is a great way to further your career and find jobs circulated within the online community. I'd recommend it to anyone who is curious about tech and looking for a challenge!Read Less",FullStack program,Web Development +261267,10868,le-wagon,Julien Bienvenu,False,2019,A real door opener,2020-01-22,5.0,5.0,5.0,5.0,"Freshly graduated in business engineering and marketing, I joined the French tech a few years ago with a focus on growth marketing. I quickly grew frustrated by my limited knowledge of web development and decided to challenge myself by expanding my growth... Read More hacking skills with Le Wagon.I started with basic knowledge in SQL, HTML, and Python but most importantly a furious need to build stuff by myself!After only 9 weeks, thanks to an INCREDIBLE staff and fantastic teaching, not only have I learned coding in HTML, CSS, JavaScript, SQL, and Ruby on Rails but I also grasped the main concerns and constraints of IT & Product teams.I am now capable of building my own projects from design to hosting and this represents a huge asset for anyone who wants to work in tech companies.Now, the only issue I have is to choose among all the different opportunities of career paths opened by LeWagon!Read Less",FullStack program,Web Development +261255,10868,le-wagon,Cedrik Razafimanantsoa,False,2019,True Game Changer,2020-01-22,5.0,5.0,5.0,5.0,"My name is Cedrik Razafimanantsoa and I successfully completed the Bootcamp at Le Wagon Paris on December 2019, batch 320.Before Le Wagon, I worked as French Community Manager for World of Warcraft and other games at Blizzard Entertainment for 9 years.... Read More I worked with Html and CSS regularly, but I never learnt how to build a website from scratch.Last year I decided to do a reconversion as a web developer and I looked for advice. An experienced web developer at Blizzard pointed me to Le Wagon, as he did a similar bootcamp years ago. He convinced me this was the best place to learn coding and I am now convinced it was a very good choice.With the knowledge I acquired there, I have the feeling that a new career is possible for me. I am also confident that I can continue my learning on my own, to hone my coding skills and to learn new technics. Knowing Web developer skills is a perfect complement to my experience as community manager.Read Less",FullStack program,Web Development +261254,10868,le-wagon,Sarah Ma,False,2019,From audio engineer to web developer in Barcelona,2020-01-22,5.0,5.0,5.0,5.0,"Before joining Le Wagon, I worked in the music industry as an audio engineer in Los Angeles. I spent most of my time in a recording studio, working with different types of artists. Though I had fulfilled a goal that I was working towards for many years,... Read More it was apparent that I was ready to apply my creativity in a different way. On my search for my next calling, I came upon coding. Just by making a simple HTML page with a bit of CSS, I knew how much power lie within coding. I knew it was something I had to take seriously.I began looking into coding bootcamps. Being from the states, the coding bootcamp market was quite saturated and dense. It’s tuition price tag was no joke. I began looking abroad and Le Wagon came up as the top school. They had a location in my favorite city, Barcelona. It was also half the cost of the top bootcamps in the states. I decided it was a good chance to gain a skill in a beautiful city. Now, 9 intensive weeks, two finished and shipped products later, I can confirm that it is a truly life changing experience. Joining Le Wagon is like being welcomed into a family. It is established on day one that once you’re in, it is the culture to achieve together. It made being in a foreign city, where I don’t speak the language, feel more like home. The most valuable thing I gained from going through Le Wagon is being able to work alongside a team. Completing a project from nothing to a shipped product in two weeks with just 4 team member is intense. It almost seemed impossible. But at some point, I just learned to trust my team members and the process of the bootcamp. That experience of compromise and negotiation when working with people from all different backgrounds is what gave me confidence when applying for jobs.Read Less",FullStack program,Web Development +261246,10868,le-wagon,Paul Lahana,False,2019,Great bootcamp ! Great people !,2020-01-22,5.0,5.0,5.0,5.0,"After getting an MFA in Ecole des Beaux Arts de Paris, I started developing personal projects while working as a registrar in galleries and museums in Paris. I then became a trainer for TechShop Paris, a fablab based in Station F, teaching laser-cutting,... Read More 3D-printing and CNC-embroidery for 2 years. All this time, I tried to learn some code for both professional and personal projects, but without really controlling what the output would be.. I learned bits of Java for an Android App and some parts of Python for a facial recognition-based art installation. In 2019, I took the decision to enroll to Le Wagon, Paris and learn Ruby on Rails, PostgreSQL, Javascript, HTML and CSS. The nine weeks program was intense and fast-paced. My mind went from “OMG I’m never gonna finish this alive” to “Ha ! That was (sort of) easy !”. Only three weeks after getting certified, I started working for the French State Startup program, developing a full platform in Rails for one of them !Read Less",FullStack program,Web Development +261245,10868,le-wagon,Remy Phan,False,2019,The keyword is benevolence,2020-01-22,5.0,5.0,5.0,5.0,"After my engineering studies and during my 6-year experience of Quality Assurance in Construction, my career was mostly management-oriented. I felt frustrated at times for things that I was unable to do with an Excel sheet, or when, due to a lack of a... Read More database, different departments did not spread information correctly.Long story short, I wanted to learn more about web app conception after realizing the technical limitations in a large organization taking care of major projects. I heard about Le Wagon at this time of my career when I needed some change, and now that I attended, I still cannot believe how well organized and benevolent the staff was, and how much I have learned in less than 3 months. The group of students was of diverse background, but all bonded over the excitement of learning to code. I chose to be a freelance developer during the bootcamp, which I can only recommend!Read Less",FullStack program,Web Development +261193,10868,le-wagon,Jeroen Rutten,False,2019,Life changing experience,2020-01-20,5.0,5.0,5.0,5.0,"Le Wagon Bali has been an amazing experience. I did not expect to be able to build the products we did after only 9 weeks of coding. The The digital ""KIT"" platform benefits from over 300 batches of finetuning, and has tons of materials to further explore... Read More after the 9 week program. The group of students was very diverse, but all bonded quickly over the excitement of becoming a developer. The teachers were experienced, patient and overall super friendly.Read Less",FullStack program,Web Development +261168,10868,le-wagon,Laura Carrere,False,2019,Fantastic experience,2020-01-19,5.0,5.0,5.0,5.0,"Before attending Le Wagon bootcamp, I was managing a team within an Investment Bank. I have an engineer background and have always been interested in tech. When I decided to leave the bank, I started my new activities by Le Wagon 2-month Web dev bootcamp.... Read More My goal was to understand the architecture of the largest Web apps and to learn the basics of coding.Le Wagon has very high standards in terms of quality of the courses, availability of the teachers, and community building. They have iterated the bootcamp many times now and the format is really optimised. Plus people there are nice, competent and available.Le Wagon will enable me to be part of more innovative projects in the tech industry.Read Less",FullStack program,Web Development +261166,10868,le-wagon,Zoe Shen,False,2019,如果你觉得遇到了人生的瓶颈期,2020-01-19,5.0,5.0,5.0,5.0,"我在去年七月加入了Le Wagon成都9个星期的bootcamp,当时我离大学本科毕业还有一年,急于寻找投行以及金融业的实习,但是害怕不会成功于是就报名了沃耕想要充实一下自己的hard skill。我了解到沃耕首先是在伦敦和欧洲,后来偶然发现中国大陆也有,机缘巧合去了成都。现在想起来那九个礼拜像是一眨眼过的飞快,在开头的三个星期学完了cs大学生第一年学的内容,我的整个大脑的信息更新从来没有这么快过,以致于九个礼拜里狂吃都瘦了七八斤,那九个礼拜是我人生到现在,成长速度最快的一段时间。最重要的是,在吸收大量信息的同时,有超级无敌耐心和聪明的助教和老师陪伴左右,有任何问题他们都会引导你去解决,而不是直接告诉你答案,他们会让你意识到很多看似困难的思维过程我们只是需要一些引导,一切都会变得很敞亮。不得不说我非常的累,但是无比的快乐。我在成都的batch里只有十一个人,所以享有的教育资源是相对于上海更有优势的,因为我们每天都有一个manager,... Read More 一个老师再加上一个tutor的陪伴左右,从早上九点到有时候晚上九点的live code,我会开始质疑自己的毅力,但是坚持下来的每一天我都会庆幸自己的这个决定。以前一直认为编程是一个迷,以为编程对自己来说可能难度会比较大,事实上它是一种全新的思维方式,我开始对后端编程(Ruby和Python类似的后端编程语言)展现出来非常大的兴趣,以致于改变了我对未来职业的规划。原本我打算读关于金融工程或者数据方向的研究生,但是也因为自己本科是经济和金融并没有一些编程基础而犹豫不决,仅仅一两年的金融课程是否能让我在未来职场中胜出。但是在沃耕度过了九个礼拜以后我完全消除了这种顾虑,我和一些cs本科毕业生或许只差了一些算法课程,通过两个礼拜编写我们自己的软件事实上我或许还有更多了实际经验。在训练营中间以及将尽之际,manager Allen和我们每个学员进行了非常仔细的沟通,希望我们提出意见以及是否有他能为我们做更多的地方。我大胆地提出了我关于我研究生方向上的一些疑问,谁能想得到Allen以前竟然是加州大学伯克利数据科学研究生项目的招生官,于是他就给了我很多有用的意见,我在参加项目之前的一些疑惑,不确定已经完全消除了,我从来没有觉得人生的方向这样的确定和明朗过。对我个人成长方面来讲,在参加沃耕之前我是一个不爱说话并且对公共场合演讲相对胆怯的一个人,但是沃耕让我勇敢的踏出了那一步,因为每天我们都会有buddy在一起coding,并且在最后两个project week我们几乎会和组员一起度过日夜,需要随时随地的交流沟通合作。每周好几天我们都会在晚上livecode结束后一起聚餐have fun,it is the kind of bond I have never felt before, and sometimes i really wish time could bring me back. Such a fantastic experience, I hope I can do it all over again x.Read Less",FullStack program,Web Development +261152,10868,le-wagon,Daria,False,2019,Rio de Janeiro #330,2020-01-18,5.0,5.0,5.0,5.0,"Before Le Wagon I used to work in sports marketing area. After a while I decided to change my career and focus on programming. Signing up for an on-line course, I was intending to learn it by myself. That time I used to live in Australia though and could... Read More not afford to stop working for a couple of months and focusing just on coding. I was seeking for other solutions then. In the meantime, a friend of mine has just finished a Le Wagon bootcamp in Berlin. Telling me how a great experience it was, she convinced me almost straight away. I would totally recommend Le Wagon bootcamp to anyone who is looking for interesting and effective way of learn how to code. Le Wagon is not only about studying. It is more about amazing community and great people who are always eager to help any time at any stage. The great thing about the teaching system was that at the end of the bootcamp our task was to build a real product going through the whole process: prototyping, designing, developing, presenting. Additionally, working in a team and a buddy-system gave us a solid team work experience. After the bootcamp I feel well-equipped and ready to get into the job market. Once you get into Le Wagon community, you'd probably stick to it for a loooong time :)Read Less",FullStack program,Web Development +261116,10868,le-wagon,Roberta Gurrieri,False,2019,Such a beautiful experience!,2020-01-17,5.0,5.0,5.0,5.0,"Learning how to code is not something easy!It was a very big challenge to me and all the Le Wagon team were amazing during the entire process, not only teaching.In 3 weeks we have the opportunity to work in teams, so we can feel how it is working in real... Read More life!I would definitely take the course again, I learned a lot. I actually enjoyed to code,I’m sure because of the beautiful experience I had at Le Wagon.Read Less",FullStack program,Web Development +261115,10868,le-wagon,吉韵晟,False,2018,从入门到实践:选择le wagon 是人生最值得的一次决定,2020-01-17,5.0,5.0,5.0,5.0,介绍一下自己的背景,美国UW Madison本科毕业,本科专业是电子工程和计算机,由于大学里面实习和实践都投入到了电子工程上面,计算机软件的那些知识和认知停留在大学的基础理论知识上面,没有网络开发的经验和全栈开发的能力。所以希望在le wagon快速教导下,熟悉整个现代规范开发的流程和学习相应的技能。总的来说,le wagon教学水平达到甚至超过美国前50的一些学校,特别是个体的关注度非常高,这点是在美国大学没有的体验。我于2018年8月在成都的Le Wagon完成了为期9周的训练营。该课程教授Ruby,HTML,CSS,Bootstrap,JavaScript,SQL,git,GitHub,Heroku等网络技能,以及如何将所有内容与Ruby... Read More on Rails框架结合在一起进行完整的全栈开发。毕业生能够构建Web应用程序,包括后端,前端和托管以及微信小程序的开发框架。此外,该程序涉及重要方面,例如团队开发,测试,开发运营和设计。更学会了当一个产品经理所需要的必要的技能。训练营远远超出了我的期望,特别是在所教授的实践技能的广度和深度方面。每天早上,我们都会进行两个小时的讲座,然后是独立学习的挑战,您可以在其中与学生伙伴交流想法,或者在需要时从助教那里获得帮助。在一天结束时,将有live code的挑战,即一个学生到大屏幕上面现场编码,其他同学一起帮助他,大家一起完成一个编程挑战。我最喜欢该程序遵循的方法论和教学方法。尤其是通过游戏化方法可以完美应对日常挑战。定期的成功保持了很高的动力,并且我每天感觉都过得很快。坐标成都,真的很感谢带我们那一期的老师,真的非常有耐心和责任感来帮助我们,每天我们都有一大堆问题去问他,没有偷懒的学生,老师比学生还要勤快,每天的讨论络绎不绝,我可以100%推荐Le Wagon训练营作为全栈Web开发亲自程序。Read Less,FullStack program,Web Development +261106,10868,le-wagon,Charlotte Montané,False,2019,An incredible human adventure with le Wagon !,2020-01-16,4.0,4.0,4.0,4.0,"I have five years of experience in marketing, especially in web marketing.Through my work, I met and worked with developers helping to createwebsites and e-shops / marketplaces.So this is an area that I knew, but which remained at the same time obscure... Read Moreand confusing. For a long time, I thought it would take years and a degree tobe able to develop your own code. It was by talking with friends about thisdomain that I understood that it was accessible, even by me.I understand what's behind a website or e-shop, but I wanted to learn the toolto create and modify it myself. So I finally took the plunge and got trained in""Le Wagon"" coding bootcamp. It was 9 intensives weeks. We learned every daynew concepts with a great and friendly team. The icing on the cake was the finalproject. We built an application only in two weeks. Incredible but true. Thisbootcamp is also an incredible human adventure and I am proud to be part ofit. If I had to go back in time, I would not hesitate to start again a new session.Read Less",FullStack program,Web Development +261085,10868,le-wagon,Corentin Huillard,False,2019,Life changing !,2020-01-16,5.0,5.0,5.0,5.0,"After 4 years working for Ubisoft, I understood that developing a game has a lot to do with Product Management; defining players needs, rationalizingtechnological choices, and of course setting up an efficient daily production routine. However I was still... Read More feeling frustrated when interacting with developpers, as I was lacking technical knowledge. That’s why I decided to follow the Full Stack bootcamp of Le Wagon. Not only I was amazed by the quality of the lessons, but it also allowed me to get to know the Parisian tech ecosystem better, thanks to the events they regularly organize. I have to admit I was a bit skeptical about the “change your life” tagline, but 2 months later I have to admit they were right; On top of making new friends and integrating a strong community passionated about dev and products, I’m currently developping a new app with some friends from my batch.Read Less",FullStack program,Web Development +261083,10868,le-wagon,Bruna Romeiro,False,2019,From a beginner in the coding art - Rio de Janeiro #330,2020-01-16,5.0,5.0,5.0,5.0,"I didn't know anything about code, so that was something completely new and different from everything I've done in my life before. I'm graduated in Biological Sciences and I was not happy about my career, so I decided to change completely what I was doing.... Read MoreI attended to the batch #330, in the end of the year. I was so glad that they have a Le Wagon in my home city, so I wouldn't have to spend more money moving to a different city, at the same time I would have the opportunity to practice English and meet people from different countries. In my opinion learning to code in English is super important. Learning how to code is not something easy, it was a very big challenge to me and all the Le Wagon team were amazing during the entire process, not only teaching. They have a lecture during the morning, every day and after that we spend all day practicing and the teachers are there all day long to assist the students. One thing that is nice for me is that we always do the challenges with one classmate, so we can think together about the solutions and share our point of view about the challenges. In the last 3 weeks we have the opportunity to work in teams, so we can feel how it is working in real life, it was also nice to use GitHub in a team and at the end we have two projects to our portfolio. I would definitely take the course again, I learned a lot. I actually enjoyed to code, probably because of the experience I had at Le Wagon.Read Less",FullStack program,Web Development +261078,10868,le-wagon,Emily Zhao,False,2019,A coding journey,2020-01-16,5.0,5.0,5.0,5.0,"Joined in Le Wagon coding bootcamp is the best decision I've made in 2019. I tried online courses before,it's hard to make consistent progress. And when I got stuck, it's hard to solve the problems. The curriculum framework of Le Wagon was well designed.... Read More Morning lectures were just one and half hour, the other time of the day was full of challenges which helped us to use what we learned. It's quite difficult when I tried to solve the challenge by myself. But when you have more chance to make mistakes which means you have more chance to really understand what you're learning. These challenges helped me to build a good habit to think in a programmer's way. We had plenty of chances to practice building products in teams. This special part helped us to learn not only coding skills but also how to cooperate with team members. It feels so good to see my own idea became a real product. In our batch, I was the only student who had no oversea experience. That means I've never worked or studied in an English speaking environment. At the beginning, I was quite nervous. But with the unconditional support from our teachers, TAs, and classmates, I could always find a way to solve my problems or obstacles. To my surprise, all of those supports didn't end after I graduated. Le Wagon helped us to set up goals after the bootcamp. And offer tremendous resources for further study or job seeking. The alumni community is so amazing! This is the best environment to start your coding journey!Hope more and more fabulous people join in our big family!Read Less",FullStack program,Web Development +261076,10868,le-wagon,Mary,False,2019,Le wagon 浓郁的学习氛围,优秀的教师团队,精良的学生,浸入式的教学让我不仅仅学习学习编程,更是爱上编程。,2020-01-16,5.0,5.0,5.0,5.0,"在加入Le wagon 之前,我就对编程有着较浓厚的兴趣,为了去寻求进一步的编程上的扩展,于是我在老师的推荐下了解到了Le wagon, 并且被其与实践结合 - 在项目结束后完成属于自己的Wechat小程序 以及 多元的课堂(拥有来自各个国家的学生和老师) - 而深深吸引。 亲自体验过后,我所收获到的甚至于远超过其所宣传的!在一个拥有来自五湖四海同学的班上,在一个年龄层次跨越极大的班上,我首先收获的是多元开放的文化,语言氛围。其次从专业学习上来说,从Ruby,JavaScripts,到CSS等,从基础,从数据库,从网站设计,短短的几周中,我们几乎囊括了编程世界的大部分内容。或许你会为此吃惊,难以置信,但事实如此!这里的老师有的是专业的程序员,有的是从bootcamp毕业转型的程序员,作为经历过从小白到精通的过程,拥有实际的工作经历的他们,他们知道,什么是最有用的,怎么样学习是最高效的!每天我最享受的时间除了上课,就是课后的完成challenges的时间,独特的完成模式... Read More - 与每天的buddy合作 - 通过交流,我能及时解决不会的问题,甚至能碰撞出新的思维!我不会觉得枯燥,这种合作也让我体会到交流的快乐(甚至极大的帮助了我的英语)。最难忘的经历应该是与团队一起合作开发我们自己的小程序吧。在这个过程中,我们不光只是一个编程的学习者,更感觉是一个真正的工程师,真正在用我们的力量给世界渗透着积极的影响。从设计名字,UI,程序设计,demo day在无数观众面前的展示,我感觉自己有一种专业工程师的感觉,我感觉自己真正开始深入编程的世界了!作为一个高中生,这个项目让我热爱编程,并确定了自己的专业方向。如果你渴望用此机会更改职业道路,我也十分推荐Le wagon!我的同学们, 多数都已找寻新方向,新职业为目标加入Le wagon,并且事实证明他们也做到了!Read Less",FullStack program,Web Development +261074,10868,le-wagon,Joseph Scemama,False,2019,Very good experience,2020-01-16,4.7,5.0,5.0,4.0,"Before Le Wagon I was studying business management. I wanted to learn how to code to get a better understanding of the tech world on the technical side (not only on the commercial side).I was surprised by how much this bootcamp allowed me to achieve.... Read More And same for all the students of my class, even those who were the less confortable with coding at the beginning.In 9 weeks you really get to understand how to code a project with a dev team from A (thinking about the idea, brand etc.) to Z (hard coding the project, splitting the tasks etc.) I would do it again without hesitating. If engaging the program, I would recommend you to attend very carefully the preparation program (before the bootcamp starts). It makes a huge difference. Be also aware that it is a very demanding program.2 cons to finish and nuance : - Be aware that after the bootcamp, if you stop coding, you might forget a lot because your knowledge is not yet fixed in your brain (although you could access online material whenever you want)- There was a huge gap in the level of the different teaching assistants, some of them where less able to help.Read Less",FullStack program,Web Development +261073,10868,le-wagon,Salim Cheddadi,False,2019,Amazing experience at Le Wagon,2020-01-16,5.0,5.0,5.0,5.0,"After obtaining a MSc in Finance, Banking and Insurance in London and a Master in Risk Management and Insurance in Paris I decided to be a part of the 9-week coding program at Le Wagon (October session) in Paris. It was during my bachelor that I was first... Read More given the opportunity to learn the basics to some programming languages such as HTML, CSS. Not only did I enjoy myself while coding but I also realized how it was going to benefit me as the Insurance market was just starting to digitalize. Thanks to Le Wagon not only do I feel accomplished in my coding practice but also confident now applying for Product Manager positions in leading insurtech and fintech. Beyond the very complete pedagogic plan and the performant tools at our disposal, Le Wagon offer an amazing experience with support, lot of events, a pleasant atmosphere and a great community of “Wagonners” ready to help you at any time! I really recommend this program and hope you will enjoy it as much as I did!Read Less",FullStack program,Web Development +261055,10868,le-wagon,Elise Navarro,False,2019,How I learned to code and change my career with Le Wagon Barcelona,2020-01-15,5.0,5.0,5.0,5.0,"After several years working in Data Analytics and Digital Media, I was looking to make a career change. I started by study via free online courses and soon decided that I needed a more structured learning environment to progress to the level of Web Developer.... Read More Since I live in the U.S., I started by researching local coding bootcamps. I was introduced to Le Wagon after I learned of two friends who had completed the bootcamp in Berlin and Madrid. These friends were a huge resource and helped me in making my decision to enroll.Many people were curious why I chose an international coding bootcamp. I was drawn to Le Wagon for the opportunity to work alongside classmates from across the globe. Having had experience working in Spain, the Barcelona program seemed to be a natural fit. The bootcamp started even before I arrived in Spain, with several hours of prep work. I was immediately drawn to the coursework and was eager to put what I was learning into practice. Thankfully, the format began with lectures to learn the days topic, followed by challenges to put what we'd learned into practice. The bootcamp curriculum allowed for us to be introduced to new concepts and really understand each subject matter. The teachers and teaching assistants were always available to help and support students along the way. In the final weeks, we leveraged all of the skills we'd learned to build a clone of Airbnb and our own web-based application. It truly is incredible how much we accomplish in just 9 weeks! Finally, after the program students have access to all lectures and coding challenges as well as a community of over 6,000 fellow alumni, teachers and staff. This network offers resources and support for navigating the job market post-bootcamp. I'm excited to see what's next for me as I continue to learn and land my first job in web development.Read Less",FullStack program,Web Development +261054,10868,le-wagon,Ivana Piljic,False,2019,Change your life - learn to code @ Le wagon Barcelona,2020-01-15,5.0,5.0,5.0,5.0,"If you're thinking about bootcamps in general, or Le Wagon in particular, you're probably wondering is the realty far from the truth? Well I am a real person, and Le Wagon worked for me. It worked out better than I could have possibly hoped. I have a... Read More bachelors degree in hospitality management and worked for a decade in the industry before realising i needed a change. Discovering code has changed my life .I wrote my first line of code about 5 months before I was admitted to Le Wagon Barcelona. The bootcamp was very intensive and demanding. It really pushed me forward and made me step out of my comfort zone and safe to say the most rewarding learning experience of my life.. Le Wagon Barcelona provided an amazing learning environment with people from all around the globe along with amazing teachers and TAs. They are very supportive, understanding of your problems and helpful and overall very generous with their time and talent. They have taught us how to think like a software engineer, how to quickly learn and use new concepts and skills, and how to collaborate as a team on fast-moving, complex projects. That skillset will always be desirable. This goes to show that the program is not about carving out web devs with a narrow set of technical skills or orientated only to those who wish to become a developer, but to those entrepreneurs who wish to begin their own startups, future product owners and digital nomads. Le Wagon is like a home away from home for people who are willing to take a pretty stunning leap of faith in themselves. We left our jobs, moved across the country (some of us, at least, including me), and invested a good chunk of money into a form of education knowing there will be no degree or guaranteed job waiting for us when we're done. Le Wagon is an opportunity, but you have take advantage of it by giving it everything you've got. I took that leap of faith, and it was one of the best decisions I've ever made.The whole experience changed my life. Met really interesting people. Made good friends. Learned awesome skills. And left with two projects as portfolio. In the end we leave as junior developers with a good amount of skills to help us keep improving. Safe to say the only obstacle standing in the way of changing your life is your self.Read Less",FullStack program,Web Development +261052,10868,le-wagon,Coralie L.,False,2019,Le Wagon went way beyond my expectations,2020-01-15,5.0,5.0,5.0,5.0,"I had been a Product Manager for 3 years prior to joining Le Wagon Paris in fall 2019 and wanted to improve my technical skills to be able to communicate better with developers and therefore be a better PM.I've loved every part of the fullstack bootcamp... Read More and couldn't be happier with my experience there. The pedagogy is the best I've ever known, everyone from complete novice to more experienced student gets to learn and progress every day and the whole staff is very supportive and does everything to make you feel proud of yourself at the end of each day. I also really appreciated the multiple events organized during the bootcamp (conferences, career nights, afterworks and parties) as it allowed me to bind with awesome people from various backgrounds. I've had many job offers for product positions right after Le Wagon without applying anywhere so I'd say it's a very good addition to any resume!Read Less",FullStack program,Web Development +261047,10868,le-wagon,Adélaïde Blot,False,2019,The best learning experience ever!,2020-01-15,5.0,5.0,5.0,5.0,"I attended Le Wagon Paris in fall 2019 and it was one of the best decisions I ever made.Before that I was a translator for 9 years at my own company. I enjoyed my job but I needed more challenges… and that’s what I found at Le Wagon!The bootcamp is extremely... Read More well organized; everything is designed so that you learn a lot in only 9 weeks without ever feeling lost. The teachers and teaching assistants are always willing to help and to get all students to give the best of themselves, whatever their coding level is (I had never coded before).I am now looking for a job as a web developer and, although I am aware of the fact that I am still junior, I feel I have the basic skills, the method and the network (and the motivation!) that will enable me to thrive in this new step of my career.Read Less",FullStack program,Web Development +261046,10868,le-wagon,Sergio Delgado,False,2019,Best Bootcamp #321 - Paris,2020-01-15,4.7,5.0,5.0,4.0,"After I graduated from Finance and Marketing I worked for several companies in financial areas and then I specialized in Digital Marketing and I have been working as a consultant since then. I realized I wanted to become a full-stack developer in order... Read More to improve my skills and work as a developer. After looking for several bootcamps, I chose Le Wagon and it was the best decision I could ever make! The program is really well structured, the teachers are highly skilled, the assistants are extremely helpful and you really learn to code every single day. I didn’t have any coding experience before and I can say that I have learned so much during those 9 weeks and I’m really grateful to all the team of Le Wagon. The staff is just amazing and you get a very useful alumni network for life! The experience was amazing and I recommend it to everyone who is interested in becoming a full-stack developer.Read Less",FullStack program,Web Development +261045,10868,le-wagon,Jules Bayon de Noyer,False,2019,My favourite academic curriculum and one of the most enjoyable human experiences I’ve ever had,2020-01-15,5.0,5.0,5.0,5.0,"I had just graduated from university when I attended Le Wagon Paris. By far it was my favourite academic curriculum and one of the most enjoyable human experiences I’ve ever had. From the first day the staff knew my name, my background and how to make... Read More me work. They’ve always managed to guide me through every single step of the bootcamp. I never felt alone, without their excellent follow-up I would have abandoned undoubtedly.I got my job as a product owner thanks to their reputation and I still spend my week nights and Saturdays coding thanks to the enthusiasm they passed on me.I still go there every Friday to spend some time with the lovely staff and my former classmates. In addition of being a very comfy place where I always feel welcome, it is an excellent path to build one’s professional network.Read Less",FullStack program,Web Development +261026,10868,le-wagon,Edmund Lau,False,2019,Career changing experience,2020-01-14,5.0,5.0,5.0,5.0,"To be honest, I, as an engineering graduate, used to hate programming since university, I did not get the support and time to drill into the course work. The 9-week fullstack program shows you a bigger picture in the web development world, e.g. front-end,... Read More back-end, database, then it gives you the freedom and support to feel and choose how to go on with your career. The instructors are very helpful and supportive throughout the whole journey, and I can feel the achievement after developing an actual application within 2-weeks time.Alumni network is another perks joining Le wagon, my course was taught in Shanghai China but my batchmates were from all over the world e.g. Europe, US etc, and so you can imagine the diversity of the Alumni network. In addition, I am connected to the alumni network globally after graduation, which would help me to continuously learn and to look for free lance job too.I would highly recommend Le wagon if you want to join the tech world and their community, which is invaluable compared with the knowledge.Read Less",FullStack program,Web Development +261019,10868,le-wagon,Vinicius Costa,False,2019,The very best decision I made on 2019,2020-01-14,5.0,5.0,5.0,5.0,"I'm a bachelor in engineer that was unhappily working in marketing until january 2019 when I finally decided to change my carrer path and go after something that made more sense for me.A friend of mine told about the world of coding and how he thought... Read More would really suit me, he also told about Le Wagon. After searching a bit and talking to other people I decided to enroll. That was easily one of the best decisions I've ever made. From the classes that focused a lot on doing it ourselves instead of theory to the teachers and TAs that were always willing to go the extra mile to help us, I not only learned a lot but also got a world of opportunities to choose from. Le Wagon not only teaches you all the tools you need to begin trailing your path but also gives you all the tools to go after it not only in your country but the world.All in all, I loved it and recommend anyone that is giving a thought about pursuing this path to do it too!Read Less",FullStack program,Web Development +261003,10868,le-wagon,Daniel Castro,False,2019,Rio de Janeiro #330,2020-01-14,5.0,5.0,5.0,5.0,"I loved being part of Le Wagon batch #330 in Rio de Janeiro! I am a formed engineer but inspired on learning how to code to change the job opportunities I have right now. I had a good recommendation from a friend, and now I have no doubt it was the right... Read More choice! It is awesome the way the Le Wagon crew treat the students, not only teaching, but helping everybody to achieve the goals in only nine weeks. And the teaching system is very intense, but with enough time to do the exercises and relax before the next one. Excellent!!Read Less",FullStack program,Web Development +260989,10868,le-wagon,Daniel Rodriguez,False,2019,Learning to code in Barcelona,2020-01-14,5.0,5.0,5.0,5.0,"I studied at le wagon Barcelona in autumn 2019. My background was mainly digital marketing and growth hacking which meant that I spent most of my career finding innovative ways to connect users with innovative digital products. However, I always felt... Read More like something was missing... I needed to have more control over the products i was working on, I wanted to create my own products... That's why I decided to do le Wagon, and I wasn't disappointed.The learning curve in 9 weeks is impressive, I am now able to create complex web applications and give life to my ideas. I also improved one of my favorite skills, Design. The ambiance at the school is really motivating, like a big family we all struggle through the 9 weeks while helping each other and filling the room with energy and creativity. I can't recommend enough the Bootcamp and the staff working there.Read Less",FullStack program,Web Development +260988,10868,le-wagon,Humbeline De Marcillac,False,2019,From university to coding bootcamp in Barcelona,2020-01-14,5.0,5.0,5.0,5.0,"I joined Le Wagon Barcelona right after graduating from a three years’ bachelor in Business.I decided to learn to code as it is a very valuable skill to have in the business field. I was also attracted by the creative aspect and all the challenges that... Read More come with it.At first I was not sure how much I would like coding and if I would want to fully pursue it but I knew that either way I would use it to my advantage no matter the path I would choose to follow after finishing the bootcamp.Le Wagon was really an eye opener. I enjoyed every day of the bootcamp and Le Wagon Barcelona’s team made it very special as they were all very kind, patient and open minded. I also had a great time getting to know my teammates and working with them. Meeting people of such diversity was very enriching.After finishing Le Wagon I can finally say that I have enjoyed coding so much that I will be looking for a job as a web developer. Le Wagon has helped me to know what I want to do with my life, I could not be more thankful to have been part of this adventure.Read Less",FullStack program,Web Development +260982,10868,le-wagon,Thomas,False,2019,Would have done it again if i could,2020-01-14,5.0,5.0,5.0,5.0,"Just want to start with that Le Wagon was fantastic. Before I joined Le Wagon, I completed my first year at the uni. I studied Electronic Business and worked alongside. After my first year, I had not learned enough of programming. I had only learned the... Read More theory and hadn’t had a chance to practice. I started looking online for a course where I could learn by doing, which I could take in the summer break, and there I found Le Wagon. It was rated #1 and the batch I joint in Oslo lasted all summer which was perfect for me. I signed up with very little, or almost no prior knowledge of IT. The 9 weeks at Le Wagon were amazing and what I managed to create was and is incredible. We created an app which breaks down all your youtube history and presents it in a structured, visual way. We did this with only 7 weeks of intense learning and 2 weeks of working on the project. It is normal to start wondering during the course of the bootcamp if this was worth it, it’s difficult and frustrating at times, but you soon realize how much you learn in a really short time. The gap in my knowledge between day 1 of Le Wagon and our Demo Day is huge and I really liked the overall experience.Read Less",,Software Engineering +260981,10868,le-wagon,Thomas,False,2019,Would have done it again if i could,2020-01-14,5.0,5.0,5.0,5.0,"Just want to start with that Le Wagon was fantastic. Before I joined Le Wagon, I completed my first year at the uni. I studied Electronic Business and worked alongside. After my first year, I had not learned enough of programming. I had only learned the... Read More theory and hadn’t had a chance to practice. I started looking online for a course where I could learn by doing, which I could take in the summer break, and there I found Le Wagon. It was rated #1 and the batch I joint in Oslo lasted all summer which was perfect for me. I signed up with very little, or almost no prior knowledge of IT. The 9 weeks at Le Wagon were amazing and what I managed to create was and is incredible. We created an app which breaks down all your youtube history and presents it in a structured, visual way. We did this with only 7 weeks of intense learning and 2 weeks of working on the project. It is normal to start wondering during the course of the bootcamp if this was worth it, it’s difficult and frustrating at times, but you soon realize how much you learn in a really short time. The gap in my knowledge between day 1 of Le Wagon and our Demo Day is huge and I really liked the overall experience.Read Less",,Software Engineering +260962,10868,le-wagon,Mahan Mashoof,False,2019,Lewagon Rio: an great boot camp,2020-01-13,4.7,5.0,5.0,4.0,"An organized school with great staff. The pace was a bit too fast for me, but I had zero web coding experience before this adventure. A course that makes you work hard, prepares you better for the market and where I met great people! Warmly recommended!... Read MoreRead Less",,Unknown +260954,10868,le-wagon,Arigbede Timilehin Emmanuel,False,2019,Awesome,2020-01-13,5.0,5.0,5.0,5.0,"Before taking this step, I was at a certain stage in my life where the future looked so shaky. I didn't know what next to do in order to attain professional growth. Le Wagon (Rio de Janeiro) #Batch330 was such a great experience for me. The curriculum... Read More was great, staff were awesome. Le Wagon is like one big family which i am now a member. I feel more confident about the future now.Read Less",FullStack program,Web Development +260941,10868,le-wagon,Jannat Shah,False,2019,A mini MBA in Tech - Le Wagon London Batch 318,2020-01-13,5.0,5.0,5.0,5.0,"I decided to do Le Wagon London (Batch 318), because I had experienced some programming before through my undergraduate degree in maths, but it was largely scientific and procedural - no hope for anything commercial. Having worked in and around the tech... Read More industry, but not in product, I saw Le Wagon as my opportunity to do a “mini tech MBA” of sorts!I was in between jobs with a few months to spare and took the leap. The experience exceeded any expectations I had. I’ve always criticised institutionalised learning, and Le Wagon has been the first educational program that really stood out for me. The quality of teaching is enhanced by the fact that most if not all teachers and teaching assistants are past students so they know exactly what you’re going through as a non-coder, why concepts might seem unusual and they are teachers who have empathy. I felt very well supported throughout the program and the teachers are so passionate - they want you to ask questions and they give you their time and attention.The syllabus is really well delivered through Kitt, Le Wagon’s in-house learning platform. It supports the entirety of the bootcamp, day to day with lectures, challenges and live-codes all living on Kitt with access to it for life - another reason why it feels like a “modern MBA”, because you have access to their lifelong learning, events and the alumni network. If you love well structured and organised things, you are in for a treat.Le Wagon London made learning to code into an achievable experience and I’m very glad to have met my co-bootcampers and the teachers. It is work, and you get out of it what you put into it, but you also have a lot of fun and make friends along the way - you feel like you’re part of a community.I could not recommend Le Wagon highly enough. If I could give my younger self some advice a couple of years ago, I would have said not to overthink it and go for it with Le Wagon!Read Less",FullStack program,Web Development +260938,10868,le-wagon,Ben Toosey,False,2019,Le Wagon Barcelona - the best 2 months I could have hoped for,2020-01-13,5.0,5.0,5.0,5.0,"Before attending Le Wagon Barcelona, I was working in the IT department for an accountancy firm. I’d wanted to transition into a career in web development for a while, and thought working in an IT department would get me closer to that. I found Le Wagon... Read More soon after starting full-time work, and set my sights on it immediately. What appealed to me was being able to learn transferable skills and industry-standard languages/frameworks, allowing me to work for either myself or within a company, and Le Wagon offered that.Le Wagon provided me with the tools needed for me to build a career in a field I am excited about. I feel comfortable in everything I was taught at the bootcamp, and feel as though I have a great platform to expand my knowledge going forward. A world of job opportunities has opened up for me, and I have even had companies come to me, instead of me to them. I couldn’t recommend Le Wagon enough!Read Less",FullStack program,Web Development +260937,10868,le-wagon,Kevin Liebholz,False,2019,My journey from entrepreneur to developer at Le Wagon Barcelona,2020-01-13,5.0,5.0,5.0,5.0,"Before Le Wagon I was active as an entrepreneur and working in startups. There, my tasks were always business related as I studied Economics & Business Administration. I was working a lot on spreadsheets, presentations and spent a lot of time in meetings.... Read More The part I loved most was building the strategy and business model as well as trying to find the next investor.Even though, I loved the strategizing, one thing always bothered me. For each and every idea I had, may it be within the current startup or for a new one, I never could start myself. There was always an IT guy missing. I wanted to be able to build at least prototypes of these ideas and communicate what I want with the developers. This was the first reason to learn how to code.The second reason was that I want to be able to define the future. For that, I felt the need to understand what is actually possible with technology. What can I expect from the developers? What business models and ideas are actually doable? And which way is a good one to go there?Last, but not least, what brought me to Le Wagon was that I also wanted to learn to build products, not just features. I wanted to figure out how you can go from zero to a product that people actually want. And especially how to do it quick.To conclude, the urge of understanding tech made my decision to learn coding and to learn it at Le Wagon.So, now, I’m job hunting. Coding was so much fun, that I want to do it professionally and learn a lot more. However, I’m pretty open as I would love to combine my newly adapted dev skills as well as my passion for creating and strategy. First, I am going to apply in some startups or bigger companies so that there hopefully is someone who can mentor me a bit. And after some month / years I want to go back founding an own company from an idea that I validate during the job. So, right now I‘m creating my own portfolio page with the two projects from the bootcamp as well as another own small app, apply a lot and work on my dev skills.What really helped me to get the confidence to apply for dev jobs was, especially, our final project at Le Wagon: Shuffle (shuffle-jobs.com), an tinder-like app to connect you with the right companies in a matter of minutes to find your next dream job! Another, awesome “side effect” is that I am now confident to learn everything quick and that I am able to dive deeper into tech. Further, the great community within my batch as well as the 6000+ community didn’t just lead me to find new friends but is also an amazing resource for support and ideas. Thanks, Le Wagon, for boosting my capabilities and creating such an amazing experience.Read Less",FullStack program,Web Development +260935,10868,le-wagon,Mikael AUTHEMAN,False,2019,A great adventure,2020-01-13,4.7,5.0,5.0,4.0,"Educator in professional retraining, I discovered at the Wagon de Marseille that I was capable of more than I thought. The wagon's catchphrase ""Change your life, learn to code"" sounds a little exhilarating, but, to me, it conveys a real reality. Because,... Read More even before finishing the training, after a few weeks, I already felt like I had changed my world. Today, I know I can understand, reproduce and make a web application from scratch. But above all, I can learn quickly, by relying on a network, acquaintances, and friends.The Wagon training is intense, at first you feel like your brain is boiling. The concepts follow one another so quickly, so it’s hard to assemble them and we’re not talking about assimilating them. But, on the other hand, we know where to look for them, how. We can at any time re-read the courses, watch them on video, redo the exercises ... Another lesson: ""read the doc"" was hammered at us during the weeks of projects. And it’s valuable advice.Finally, and above all, working in pairs each day, then in teams of three or four during the projects, builds a spirit of community, and after the wagon, each student remains in network with the other students in his class, and with all alumni.Only downside, for me, the last week, optional, allowing to pass the certification and work on the job search is not included in the training (and therefore was not supported financially).Read Less",FullStack program,Web Development +260885,10868,le-wagon,Ross Bickmore,False,2019,Ross Bickmore - Batch #319 - London,2020-01-11,5.0,5.0,5.0,5.0,"Before joining Le Wagon, I was working as an economic consultant for a management consultancy. I didn't like the 'feel' of working for a big organization and wanted a career that was future proof.I wasn't sure about which coding school to join and had... Read More interviews with a few in London. What stood out about Le Wagon was the vibe of the place and the entrepreneurial focus of the syllabus.My experience at Le Wagon lived up to my expectations. The syllabus was intelligently crafted so that by graduation, you had the tools and knowledge to develop your own application. In addition, the teaching throughout was superb and all the staff helped to foster an excellent learning environment.Although it's sadly over, I have made friends for life and joined a community of 6,000+ like-minded coders! Thanks to everyone at Le Wagon!Read Less",FullStack program,Web Development +260851,10868,le-wagon,Benjamin Baker,False,2019,Benjamin Baker - Batch #319 - London,2020-01-10,5.0,5.0,5.0,5.0,"After a number of years working as a lawyer, I had, for some time, been wanting to learn to code in order to develop some technical skills, future-proof/enhance my career, and open new career paths. I researched a number of different coding bootcamps,... Read More but Le Wagon’s personalised application process and outstanding reviews led me to choose Le Wagon over other bootcamps. I am very glad that I chose Le Wagon, as the whole experience was fantastic from start to finish, and I would really recommend it to anyone thinking of doing a coding bootcamp. I learnt so much during the bootcamp - you will be amazed at what you can build by the end of the course in your final project - and met a really great bunch of people from a wide variety of backgrounds and experiences. The syllabus, learning portal and teaching process at Le Wagon are extremely good and there is always plenty of academic and personal support both throughout the course as well as afterwards, as students remain within the active, and growing, Le Wagon alumni community. It was a special experience and I only wish that I could do it again.Whether you are considering doing a coding bootcamp simply to learn to code for personal interest, to begin a career in software engineering, to experience a new challenge and grow some new synapses, or for any other reason, you cannot go wrong with choosing Le Wagon.Read Less",FullStack program,Web Development +260846,10868,le-wagon,Anonymous,True,2019,Batch 325 – Bordeaux,2020-01-10,5.0,5.0,5.0,5.0,"Je viens tout juste de terminer Le Wagon. Deux mois très intensifs mais aussi très formateurs. Les professeurs sont là pour nous accompagner tout au long de la formation et nous donner toutes les clés pour réussir.Chaque jour, on se retrouve en binome... Read More avec une personne différente pour avancer à deux dans les exercices, un très bon moyen pour progresser en équipe.Les projets des dernières semaines sont éprouvants mais on y retire que du positif, on arrive à se rendre compte du chemin parcouru en seulement 9 semaines. Une belle aventure que je ne regrette pas !Read Less",FullStack program,Web Development +260825,10868,le-wagon,Claire Froelich,False,2019,Destroyed my barriers to learning and taught me how to work in a team,2020-01-09,5.0,5.0,5.0,5.0,"Coming from a career in translation and interpreting where one must be a “serial specialist” in infinite topics to survive, I was no stranger to teaching myself stuff on Google and solving problems alone. It’s true that anyone can start teaching themselves... Read More coding online for free - why would anyone pay to go school? In my case I taught myself enough to make quirky little JavaScript games and tools for my coworkers. Unfortunately I kept hitting two walls. How could I combine all these languages I was learning to make powerful and useful apps? More importantly, how do I work with other people? Le Wagon demolished these two walls with one wrecking ball swoop. The curated curriculum gives you a solid understanding of how all the parts work together and you’re convinced you know it because you built the apps to prove it. I never felt stuck because teaching assistants were always on call for help on the nichest of my very niche problems. But the greatest part of Le Wagon is that it’s all about collaboration from day one. You see how others code via the buddy system and daily livecode sessions, you become set up and intimately familiar with tools like GitHub and Figma for collaborating with anyone anywhere, and as the cherry on top you learn techniques to work in a team to design, build and pitch two apps. Plus the whole thing is just plain fun. We were eager to come in each day to the point people always showed up early for pre-lecture coffee and chat, and we did a fair amount of celebrating together regularly outside camp. Besides coding skills I’ve come out the other end with dear friendships. Camp’s over now but not really thanks to the lifetime global alumni chat membership I’m connected to active Le Wagon grads around the world for continued learning and networking. Le Wagon offers a package you won’t find in a Google search: a global community for life that knows what everyone’s been through, and the knowledge and confidence and support to land your dream job and continue learning.Read Less",FullStack program,Web Development +260808,10868,le-wagon,Edward Jacobs,False,2019,"Life changed, Code learned in Barcelona",2020-01-09,5.0,5.0,5.0,5.0,"Prior to Le Wagon I worked in Finance, primarily as a commodities trader on Wall Street. In 2016 I saw some of my colleagues and associates leave the business to attend coding bootcamps. It was then I realized that there was an entire tech industry I... Read More knew almost nothing about; an industry with much more potential than the one I was in.As electronic trading became the norm, programming skills became more valuable than trading experience itself. In my industry, companies that were hiring wanted P.h.d. level academic backgrounds with advanced algorithmic programming experience, so I figured that I should at least get started somewhere! I began taking a few online courses and found that web development was really interesting, requiring both technical thinking and creativity. My goal was to become either a front end or full stack developer. I tried the self-taught route, but like most people found that not only was there too much to learn, but difficulty in figuring out what to learn.Fast forward a year later. Taking the bootcamp at Le Wagon Barcelona gave me the skills needed to build an app from start to finish. It's amazing what can be accomplished in such a short amount of time. The atmosphere is supportive and collaborative, and I've made more friends in 2 months than I have in the last two years. I've been working on finding a job as a developer since the end of the bootcamp, and already had a technical interview through my connections at Le Wagon.Read Less",FullStack program,Web Development +260777,10868,le-wagon,Goh Yi Fan,False,2019,No regrets joining the bootcamp.,2020-01-08,5.0,5.0,5.0,5.0,"Before joining the bootcamp, I was working as a planning engineer for the government. I took the plunge to do the full-stack program because I wanted to become a web developer, and a startup founder in the near future. The coding curriculum was crafted... Read More thoughtfully such that every module that we learnt played a key role in the final project. The best part about the bootcamp is its product-driven approach. We learnt how to build deployable web apps from the back-end to the front-end, and the collaboration workflow adopted by most successful startups. Thanks to Le Wagon and its Singapore staff, my final project teammates and I built a Minimal Viable Product and we are looking to launch it as a startup.Read Less",FullStack program,Web Development +260774,10868,le-wagon,Sandra Carmona Serrat,False,2019,Starting a career in Product Management thanks to Le Wagon Barcelona,2020-01-08,5.0,5.0,5.0,5.0,"Have you ever been in front of a tech product and had the feeling that you did not understand at all how it had been built? That was exactly how I felt before doing Le Wagon. I was in my last year of a degree in International Business Economics when I... Read More realized I wanted to do something more. I started asking myself: “What do I want to do next?“, and so I started thinking about what I had enjoyed the most during the university, what were my interests, etc... And when doing that reflection, I realized that my favorites classes were always those in which we talked about tech products and entrepreneurship. “But I don’t know much about technology…“, was my next concern. I was open to keeping learning new skills, so I started looking for boot camps and then I found Le Wagon, which offered exactly what I was looking for.And now, as a recent graduate of Le Wagon, I can say that the program fully met my expectations. The days at Le Wagon were very practical, which helped me a lot to consolidate the concepts and learn their day to day use. Moreover, every day we were assigned a buddy with which we had to do some exercises, which was a really good opportunity to learn from our colleges. But most importantly, I would like to say that the Bootcamp was not only a big chance to learn technical skills, but also to meet really interesting people from all around the globe. The vibes during the 9 weeks were just amazing!!! Energy, motivation, and eagerness to learn were the air I breathed every day.Thanks to Le Wagon, now I feel ready to start a career in Product Management.Read Less",FullStack program,Web Development +260771,10868,le-wagon,Mireia Palmero,False,2019,How Le Wagon Barcelona Changed My Life and How I Learned to Code Along the Way,2020-01-08,5.0,5.0,5.0,5.0,"My name is Mireia. Originally from Spain, I was part of Batch 341 of Le Wagon in Barcelona.First of all, I have to say that I was a little worried because I didn’t have any background in tech. I studied business management. And before the bootcamp I was... Read More working at a coworking space in Barcelona as a Community Manager. So my knowledge about the tech world was more related to business and not in a technical way. My first contact with programming was because of my brother. He was learning computer science and one day while he was coding a videogame I asked him how he did it. Once he started explaining it to me was just amazed! I thought that it was incredible all the things you were able to do with something called “methods” and with a couple of parenthesis. Then I decided to start digging into programming to know at last the basics and my curiosity grew to a point where I started talking to everyone about it. A friend of mine told me that if I was really interested in it the best way to get started would be a coding bootcamp. He recommended to me the one at Le Wagon. His girlfriend did it one year ago and she was very happy after doing it. And now she was currently working in a company as a backend developer. I looked it up and had great reviews. The program was very complete and they seemed to have a nice community of people so I decided to join it. When I show it to one of my friends who is a software developer he couldn’t believe that they would be able to teach so much in just 9 weeks. Since the very first moment Le Wagon felt like the perfect place to me. It didn’t feel like a regular school at all. It was an open space full of awesome and smart people from all over the world ready to do their best and learn as much as possible. I felt like I was back at the coworking space. Because I am someone who believes that the only way to learn is by doing, I really enjoyed the format of the bootcamp. We had one and a half hours of lecture in the morning and we were solving different challenges in pairs for the rest of the day for the first 7 weeks.In the last two weeks we had a big project to build our own web application from scratch. When that started was the moment when I realised: “Wow! I actually know how to do this!” I couldn’t believe it. After just 7 weeks we developed an awesome product called BoostIt, which I am really proud of and is now part of my portfolio.I cannot be anything but grateful to Le Wagon’s team. They were very helpful, inspirational and they never said no. It didn’t matter how challenging anything we wanted to build was. They helped me to realize that it doesn’t matter the background or experience that you have, if you really want, you can learn how to code. So now, do you want to know what’s the best part of the bootcamp? The fact that the end is the starting point for your new life! You don’t say goodbye on your last day. You say “see you soon, friends!” Once you finish you are part of this big community they have and you are still in touch with all the TAs, your colleagues and other people that did the bootcamp. Now I cannot wait to keep learning and growing as a full stack developer. The tech world is what I like and I am looking forward to see how far the projects I am currently working on go.Thank you Le Wagon Barcelona #341!Read Less",FullStack program,Web Development +260764,10868,le-wagon,Tom,False,2019,Great teachers and great curriculum,2020-01-07,5.0,5.0,5.0,5.0,"The curriculum was well structured. The camp starts with a baptism of fire which makes the remainder of the course more palatable, for example. The teaching was also very good. The admin staff, teachers and management were also very helpful in me securing... Read More a job before the camp finished.Read Less",FullStack program,Web Development +260743,10868,le-wagon,Manoel Tabet Soriano,False,2019,Le Wagon Rio de Janeiro,2020-01-07,4.3,5.0,4.0,4.0,"Eu me inscrevi para o curso de desenvolvedor web do Lê Wagon com o objetivo de entender melhor a dinâmica de programação. Como fundador de uma Startup de tecnologia tinha um problema de assimetria de informação gigantesco perante aos programadores. Era... Read More impossível ter uma noção a respeito do tempo e dos custos necessários para a construção das funções exigidas. Tendo esse objetivo em mente, acredito que o Lê Wagon até mesmo superou as minhas expectativas. Hoje me considero apto a entender e até mesmo orientar processos. Além disso, é importante acrescentar que a vivência de trabalho em grupo, criação e gerenciamento de projetos, introdução a design de produtos, além de conceitos de marketing essenciais para a construção de um projeto, tais como a definição de uma persona, mostram que o título de desenvolvimento web não está adequado ao que vocês oferecem. O curso acrescenta skills que superam muito o de programação.Por fim, além dos skills técnicos anteriormente abordados gostaria de salientar os quesitos sociais. Eventos, um ambiente descontraído e todo o cuidado com as pessoas presentes dão a estrutura necessária para que os estudantes suportem a situação de stress a que são submetidos durante as 9 semanas do curso.Na minha opinião o Lê Wagon não vende um curso de programação e sim uma experiência. E isso supera muito um curso de programação. Eu fiz Work Experiencedurante 3 meses nos Estados Unidos. É impressionante como eu consigo traçar um paralelo entre os dois. É algo que lembrarei com carinho, que contarei histórias aos amigos e que ficará marcado em mim para sempre.Por fim, gostaria de agradecer mais uma vez pelo serviço prestado, por toda a atenção e carinho dos professores e principalmente pelo excelente trabalho de condução da Bootcamp Manager Milene.Read Less",FullStack program,Web Development +260740,10868,le-wagon,Rodrigo,False,2019,Awesome Experirence at Le Wagon Rio de Janeiro batch #330,2020-01-07,5.0,5.0,5.0,5.0,"I loved the overall spirit and vibe for learning and helping each other.It was a very intense, difficult and rewarding experience.Awesome ensemble of teachers and employees, all very helpful and knowledgeable.Totally recommend for anyone that wants to... Read More learn fast and is not afraid to dive into something new.Read Less",FullStack program,Web Development +260732,10868,le-wagon,Isac Giuk Kim,False,2019,English Teacher to Full-Stack Developer in Barcelona,2020-01-07,5.0,5.0,5.0,5.0,"My name is Isac Giuk Kim and I am from Ecuador. My major in university was marketing; however, I decided to teach English in China. After two years in China, I decided to hop onto a different career path, a web-developer. I have always been interested... Read More in learning coding for many reasons. First, by learning how to code I would have more of a hands-on approach when marketing products or services if I decided to work in marketing. Second, coding would allow me to transform my ideas and others into reality. Third, as a web-developer, you can work remotely, which isperfect for me because I love to travel and experience different cultures.Last, there are many job opportunities for web-developers. For these reasons I started taking coding online courses, but it was not easy for me to do them so I started my search for coding boot camps and found Le Wagon.My time in Le Wagon was just incredible. I thought it was a very well structured program. We would learn to code everything from scratch and then used tools to shorten our code. This approach of teaching allowed me to have a better understanding of how the code worked. With the buddy system and daily challenges, it helped me comprehend the code better because we would explain to other classmates the process of the code of the day. All the teachers and teacher assistants were very knowledgeable and helped us to not only complete the challenges but to understand it and comprehend it. I have emphasized the understanding of the process of coding because without understanding there is no comprehension and without it, we cannot grow as web-developers.I finished Le Wagon in December 2019. At the moment, my group and I are still working to improve our previous projects from our time in Le Wagon, while looking for jobs using the tools provided by Le Wagon. One of our projects is Airpet, an application that allows you to rent a pet from a shelter to support the shelter and allow the animals to become more social. Our second project is Uproot, an application that will match you with a city thatwill satisfy all your needs. There will be more projects to come.Read Less",FullStack program,Web Development +260731,10868,le-wagon,Gabriel Ursache,False,2019,Changing my life at Le Wagon Barcelona,2020-01-07,5.0,5.0,5.0,5.0,"I was introduced into the business world quite early at 18 years old and since that day, even during the university years I searched for new opportunities to make money. But at some point that game becomes boring and I felt like I hit the ceiling and... Read More I couldn’t move forward. I was like that for a couple of years. Then I remembered that when I was very young I was curious about coding, so I began searching for articles on this topic. Day by day, course by course I started to feel what code was about and at some point I wanted more. I felt the need of guidance and of a good way of learning, a program built by professionals and not the usual “Learn this in 2019” or “Why you should learn that in 2019"". In those days I found out about Le Wagon…Why did I choose Barcelona? First of all I wanted the program in english, second I wanted a city that I liked and last, but not least I wanted to feel that the team was the one for me. I watched some videos online and I decided that Gus de Vita, the founder of Le Wagon Barcelona could be the answer, then I read all that I could find about the rest of the team and finally the interview with Ellyn convinced me that this was the best choice. And it was!The experience was amazing, the team was great and very supportive and my colleagues were like “handpicked”. Getting me out of my office and into this “it crowd” was the best thing that I did for me in a long time. So not only that I learned a lot about coding, but also I got to change the way I see my life. Learning to code changed even the way I think when I have to solve a problem that has nothing to do with it.9 weeks of intense coding, over 20000 lines of code, one product http://www.epicenter.live/ and friends are the things that I got in Barcelona and I am so proud of them.Now, my life is not boring anymore because learning to code is a lifetime job. I continue to learn online because Le Wagon offers courses even after the boot camp is over and I am preparing to become a better full stack web developer.Read Less",FullStack program,Web Development +260730,10868,le-wagon,Christos Kaltaveridis,False,2019,Le -Barcelona- Wagon!,2020-01-07,5.0,5.0,5.0,5.0,"I was working in hospitality and as an administrator for most of my life. I’m 32 years old now and things have started to feel a bit stale for me. Felt I needed more creativity in my life hence why I looked into web development. Signing up for the Le... Read More Wagon coding bootcamp in Barcelona was definitely one of the best decisions I've ever made. It is a very intensive course, often able to make you feel frustrated, but the staff is incredibly supportive and always there to help. You get to work on great projects and, by the end of the course, you'll be able to create web applications and also learn the entire technical workflow of how to work in a team. I got a job in Barcelona, not quite related with the bootcamp, but now I’ll have the chance to further my knowledge and visit the school whenever possible! You can expect great support from the staff after the bootcamp and access to a lot of learning material and perks - Kitt for life!!!Read Less",FullStack program,Web Development +260727,10868,le-wagon,Doug Noble,False,2019,Doug Noble - Batch 319 - London,2020-01-07,4.7,5.0,5.0,4.0,"After 10 years of working in Finance I became completely disillusioned with the industry and decided I wanted to increase my skill set in the world of tech, and actually understand what went into building a product and the code behind it.I looked at a... Read More number of different coding schools in London but Le Wagon immediately stood out. The campus is light and open plan which made a great environment for all the students in which to learn. The main reason I was convinced to apply however, was the community of past students and current teachers that I had a chance to speak to.Le Wagon have an incredible number of brilliant Teachers and Teaching Assistants (mostly made up of ex bootcamp graduates), which made what is a very daunting learning process, one of the best decisions I've made. The bootcamp is intense, but the Le Wagon community are there to help you along every step of the way.I went from not knowing what a terminal was, to designing, implementing and shipping to production a Rails prototype on a progressive web app called Podfast with a team of 4 in two weeks. The concept was then presented at the Barbican in-front of 300 people!The variety of students from all walks of life and a huge variety of different backgrounds was so refreshing as well, as it meant everyone was learning in the same boat.To anyone sitting on the fence, take the leap! You won't regret it!Read Less",FullStack program,Web Development +260708,10868,le-wagon,Adrien Peres,False,2019,Adrien Peres – Batch 325 – Bordeaux,2020-01-06,5.0,5.0,5.0,5.0,"J’ai fait le bootcamp du Wagon Bordeaux cet automne. Je suis très satisfait de cette formation qui est allée au-delà de mes attentes. Ce fut une expérience incroyable qui m’a permis de faire la connaissance avec des gens que je n’aurais sûrement pas rencontré... Read More en dehors du Wagon. Les enseignants sont très compétents et m’ont aidé à progresser rapidement. Le staff a été accueillant et à l’écoute tout au long de la formation.Pendant le Wagon nous avons été amenés à travailler en binôme et chaque jour c’est avec une personne différente. C’est quelque chose que j’ai beaucoup apprécié puisque ça permet d’aborder les problèmes différemment et permet de s’enrichir tant sur le plan technique qu’humain.J’avais déjà fait du code avant le Wagon et pendant les premières semaines j’ai pu apporter mon aide à mon buddy du jour. C’est l’expérience humaine qui a été plus marquante durant la première partie de la formation plutôt que l’aspect technique. Après les trois premières semaines le niveau des élèves s’équilibre et les compétences de chacun ressortent grâce à leur expérience et c’est ça qui fait la force du Wagon. Il en résulte alors un mélange d’expériences et de compétences qui ont permis de réaliser des projets très intéressants lors du DemoDay.J’ai participé à un projet d’application avec 2 autres personnes. Cette application,Seven Spaces, consiste à proposer à ses utilisateurs de créer ou rejoindre des salons de chat restreints. Ce qui donnent la possibilité de pouvoir discuter sur internet en diminuant drastiquement le risque de recevoir des messages haineux ou non-respectueux lors de discussions comme sur certaines plateformes sociales. En effet le créateur du salon peut exclure un utilisateur facilement s’il tente de nuire à la convivialité du salon.Je recommande vivement cette formation à tous ceux motivés qui souhaitent apprendre à coder. Avant de se lancer il faut bien garder à l’esprit que la charge de travail et le rythme sont conséquents.Read Less",FullStack program,Web Development +260703,10868,le-wagon,Bogdan Matei,False,2019,"Batch #310, Le Wagon Tokyo",2020-01-06,5.0,5.0,5.0,5.0,"Before joining the bootcamp I was working as a Supervisor in different restaurants across London. I wanted a change so I decided to join Le Wagon. I can easily say this turned out to be one of the best experiences in my life! The learning method is amazing... Read More since it makes you learn so much in a short period of time. When I started, I didn’t have any previous coding experience, and in just two months I learned how to build full web applications.The course makes you improve day after day and also teaches you not to give up, allowing you to create amazing things in no time.After nine weeks of intensive learning with Le Wagon, I’ve not only gained a deeper understanding of full-stack web development, but the confidence and knowledge to extend my learning to other technical areas.I can only strongly recommend Le Wagon to anyone willing to learn how to code!Read Less",FullStack program,Web Development +260696,10868,le-wagon,Dubernard Lucas,False,2019,Lucas Dubernard – Batch 325 – Bordeaux,2020-01-06,4.7,5.0,5.0,4.0,"Désormais alumni du Wagon Bordeaux, j’ai effectué la formation cet automne. J’ai passé 9 semaines entouré par une équipe de professeurs et un staff toujours présent et à l’écoute. Mes camarades ont également été un très grand soutien alors que pour la... Read More plupart ils étaient, comme moi et n’avaient jamais codé.Nous sommes une promotion très soudée, l’entraide au court de la formation a été un réel plaisir et l’est encore aujourd’hui. L’ambiance avec l’équipe comme avec les élèves était parfaite.D’un point de vue technique la formation du Wagon est très complète. Une fois la formation terminée, nous avons toutes les clés en main pour réussir dans le domaine de la tech.Bonne chance aux futurs alumni et un grand merci à toute l’équipe du Wagon Bordeaux.Read Less",FullStack program,Web Development +260694,10868,le-wagon,Alexandre Barat,False,2019,Incredible experience at Le Wagon Bordeaux,2020-01-06,5.0,5.0,5.0,5.0,"Après 20 années passées dans le domaine des Ressources Humaines en tant que Key Account Manager et Recruteur à Paris, j’ai réalisé un bilan de compétences il y a 1 an dans le but d’effectuer une reconversion professionnelle. Très vite, j’ai su que je... Read More voulais évoluer dans le monde de la tech et plus précisément celui du web.Après avoir discuté avec plusieurs développeurs et plusieurs amis qui travaillent dans ce domaine, tous m’ont vivement conseillé de postuler à la formation du Wagon. Désireux de revenir sur Bordeaux et après avoir fait le travail préparatoire j’ai eu la chance de faire partie du batch 325.Le moins que je puisse dire, c’est que cette formation a tenu toutes ses promesses. L’équipe pédagogique est aux petits soins pour chacun des élèves, nous accompagne pour nous aider à nous surpasser et le système de buddies nous permet d’aller plus loin et de nous entraider. L’apprentissage par le biais de cours mais surtout de résolution d’exercices au quotidien est très performant. Et le résultat est incroyable.2 sites web réalisés en moins de 3 semaines en fin de formation. Fraîchement diplômé, je recherche un poste de développeur web sur Bordeaux et ai déjà plusieurs entretiens programmés.Read Less",FullStack program,Web Development +260693,10868,le-wagon,Letellier,False,2019,Le Wagon Bordeaux changed my life,2020-01-06,5.0,5.0,5.0,5.0,"Batch 325 - octobre 2019 - Quand j'ai cherché une formation pour apprendre à coder et compléter mon bagage d'UX/UI designer, tous les avis que l'on me donnait renvoyait vers le Wagon. Après le travail préparatoire et la sélection, les cours ont commencé... Read More et j'ai été plus que satisfait. Si les cours sont très intenses, la pédagogie permet d'assimiler rapidement les concepts et les mettre en application tout aussi rapidement. Surtout on est en permanence entouré par l'équipe de teacher assistants qui nous accompagnent et nous guident. Le Wagon est une formation d'une intensité pédagogique et humaine incroyable et je le recommande à toute personne qui souhaite apprendre à coder.Read Less",FullStack program,Web Development +260692,10868,le-wagon,Arthur Menard,False,2019,"Super formation, très complète",2020-01-06,5.0,5.0,5.0,5.0,"J’ai fait la formation du Wagon en octobre dernier et je ne regrette vraiment pas mon choix. L’équipe est vraiment top ! Les professeurs nous transmettent leur savoir avec bonne humeur, ce qui est indispensable vu le rythme de la formation.En effet la... Read More formation est très dense puisque la promesse est forte. Apprendre à coder en 9 semaines paraît presque impossible sur le papier et pourtant tous les étudiants ressortent avec bases très solides pour coder et surtout approfondir des notions beaucoup plus facilement. La méthode pédagogique du Wagon est à mon sens géniale et permet d’atteindre cet objectif très ambitieux. Elle permet également d’assimiler beaucoup mieux et de devenir autonome puisqu’on ne nous donne pas la solution directement mais plutôt des pistes pour y arriver. N’oublions pas que le quotidien des développeurs c’est de résoudre des problèmes, il est donc indispensable d’acquérir cette autonomie.La notion d’entraide est aussi très présente et importante puisque tous les étudiants rencontrent des moments difficiles (frustrations, inquiétudes) pendant la formation. Le fait d’avoir un partenaire différent chaque jour nous permet de rencontrer tout le monde et de créer une cohésion très forte au sein de la promo. Il n’y aucune compétition ce qui permet de se développer et de s’épanouir tellement plus vite. Durant les deux dernières semaines, nous travaillons sur des projets de groupes et cette cohésion fait vraiment la différence.Malgré les coups durs sur certains jours de la formation, j’ai été capable de coder un projet de A à Z. Avec le recul j’ai appris énormément en deux mois et on ne s’en rend pas forcément compte quand on a la tête dans le guidon pendant la formation mais à la sortie c’est vraiment gratifiant.Je recommande vivement cette formation pour tous ceux qui souhaitent apprendre à coder même si vous n’avez aucune base. Gardez néanmoins à l’esprit que c’est une formation de deux mois et qu’il faut bien entendu continuer à approfondir ses connaissances, se perfectionner et découvrir de nouveaux langages.Read Less",FullStack program,Web Development +260673,10868,le-wagon,Rutger Swirski,False,2019,One of the best things I've ever done!,2020-01-05,5.0,5.0,5.0,5.0,"I've known what I want to do for a job for a few years now, however I never really knew how to get the skills that were needed. It was one night after working as a bartender, which was a terrible job (work hard for almost no money) that I said to myself... Read More I was going to do whatever it takes to become a web developer. So I decided to have a look around at bootcamps and see what options I had. After stumbling upon Le Wagon I did intensive research on it and it seemed a good fit for me and the locations that they offered were mostly all appealing to me. So I decided to pick one of the locations that was the FURTHEST away from where I'm from, being sick of the UK and Europe.So I went to Melbourne to study. It was amazing. Honestly the best thing I think I've done! People on the course are amazing, the curriculum is fast paced but not so quick that you're left behind and they start completely from scratch, meaning you really learn the basics, not just of Ruby on Rails but the basics of web development in general, meaning you are able to go on to learn languages and frameworks with ease in the future and I honestly couldn't recommend it more if I'm honest!Read Less",FullStack program,Web Development +260632,10868,le-wagon,Joe Olley,False,2019,Amazing experience at Le Wagon - London (batch 319),2020-01-03,5.0,5.0,5.0,5.0,"After 5 years as a Management Consultant I was ready for my next challenge, I was hungry to learn and I wanted to future proof my career by learning technical skills in an industry that offers more work life balance and flexibility. I did a lot of research... Read More into different coding schools and went along to some of the end of bootcamp demo days. For me, Le Wagon really stood out.After 9 weeks on the course, I’m not surprised they have been voted the #1 coding bootcamp 4 years running (SwitchUp). I have learnt more than I could have imagined over the course of 9 weeks and I’ve made some amazing friends. I’m also extremely proud of the projects our team built during the final weeks and confident in the skills that Le Wagon have taught me.What I think sets Le Wagon apart from the rest is their teachers and course organisers. The enthusiasm, patience and level of investment in your development is inspiring. I couldn’t recommend Le Wagon highly enough and if anyone is struggling with this difficult decision, don’t waste any more time, get onboard Le Wagon!Read Less",FullStack program,Web Development +260623,10868,le-wagon,Ahmed Menouni,False,2018,"""Wonderful and Challenging Experience""",2020-01-02,5.0,5.0,5.0,5.0,"""I am very thankful for my time at Le Wagon, and for the opportunities it has opened up for me. Whether you want to become a junior developer or as an entrepreneur launch your own project, or work as a freelance : Le Wagon team does everything they can... Read More to help get you achieve your goals 🎯Teachers and lovely staff strive to create and maintain a unique environment where students can learn new technologies with the best practices and hone their programming skills in the best conditions 🌿 The courses are intense; be prepared to work hard. I learned a lot, very quickly and pair programming was a blast.The best part about going to Le Wagon is the amazing group of students and the robust alumni community that you get to be part of, it’s the perfect place to meet brilliant people ✨After the Bootcamp you’re still connected to everyone through Slack.I Would highly highly recommend Le Wagon to anyone wanting a career in tech, or anyone who want to build and launch new products with a lean startup mindset. If you are still indecisive : JUST DO IT.""Read Less",FullStack program,Web Development +260607,10868,le-wagon,clement c,False,2019,Clement Camara – Batch 325 – Bordeaux,2020-01-02,5.0,5.0,5.0,5.0,"J’ai toujours été passionné par les nouvelles technologies. À 36 ans j’étais cadre dans la restauration depuis 8 ans dont 7 passées à Paris. Mon métier consistait à piloter une ou plusieurs boutiques avec des équipes de 20 à 60 personnes. Un an après... Read More être revenu à Bordeaux, j’ai découvert le Wagon en passant devant tous les jours. J’étais curieux de voir toutes ces personnes de tout âge travailler ensemble. J’ai tout de suite été attiré par la promesse de cette formation.Depuis déjà un an je réfléchissais à une reconversion professionnelle avec pour objectif d’évoluer dans un domaine qui me plait et dans lequel je serai amené à apprendre quotidiennement.N’ayant aucune expérience en informatique je me suis tout d’abord renseigné sur cette formation en me rendant aux nombreuses conférences que donne le Wagon dans ses locaux. Conférences durant lesquelles j’ai pu rencontrer d’anciens alumni et assister au Demo Day pour découvrir les projets de groupes ce qui m’a définitivement convaincu. La qualité des applications fabriquées par ces élèves en si peu de temps était bluffante.Ce qui m’a plu dans la formation du Wagon c’est la pédagogie qui est différente de tout ce que j’ai pu connaître. J’ai apprécié le système de buddies qui permet d’évoluer chaque jour avec un élève différent et l’entraide que cela procure. C’est une aventure humaine riche en émotions.J’ai appris à apprendre par moi-même et je pense que c’est ça la force du Wagon. Cette formation est très intense mais plus les journées passent, plus on se rend compte du chemin parcouru.Read Less",FullStack program,Web Development +260562,10868,le-wagon,Marco Molin,False,2019,Incredible experience!,2019-12-30,5.0,5.0,5.0,5.0,"excellent program! It is much more than a program in which you learn how to code a website , it provides tools that help you grow in many other aspects of your life. Undoubtedly the best investment made at the moment. If you have the possibility, do it!... Read MoreRead Less",FullStack program,Web Development +260519,10868,le-wagon,Paul Manche,False,2019,Excellente formation,2019-12-29,5.0,5.0,5.0,5.0,Paul Manche – Batch 325 – Bordeaux Je souhaitais apprendre à coder pour compléter ma formation d’école de commerce avec comme objectif de devenir Product Owner. J’ai découvert la formation du Wagon et après avoir effectué le travail préparatoire j’ai... Read More été admis à Bordeaux. Quelques jours après la fin de la formation et une recherche active j’ai décroché un premier stage en tant que développeur marketing digital chez Cdiscount pour renforcer mes acquis.Je recommande ce bootcamp pour sa pédagogie avancée et les rencontres qu’il m’a permis de faire.Read Less,FullStack program,Web Development +260431,10868,le-wagon,Flavia,False,2019,Amazing experience,2019-12-27,5.0,5.0,5.0,5.0,"Signing up for the Le Wagon coding bootcamp in Lisbon was definitely one of the best decisions I've ever made. It is without a doubt a very intensive course and the learning curve is steep, but the staff is incredibly supportive and always there to help.... Read More You get to work on great projects and, by the end of the course, you'll not only be able to create web applications in just a few days, but you'll also learn the entire technical workflow of how to work in a team with other developers in the same way as you would if you were employed as a professional developer. I feel that the applications I've worked on during the bootcamp and the technical skills developed were definitely what helped me get a position as a developer immediately after the course and I only have Le Wagon to thank for that. You can also expect great support from the staff after the bootcamp (they provided me with a reference once I was offered a position as a developer) and access to a lot of learning material and perks.Read Less",FullStack program,Web Development +260381,10868,le-wagon,Yann C.,False,2019,Une expérience très positive,2019-12-26,5.0,5.0,5.0,5.0,"Yann Caperan – Batch 325 – BordeauxMon expérience au Wagon Bordeaux fut très positive, le rythme des journées, l’organisation, l’enchaînement du programme rien n’est laissé au hasard.J’ai beaucoup apprécié l’ambiance générale de mon batch l’entre aide... Read More quotidienne entre les élèves et le soutient des professeurs.Débutant en programmation, je suis surpris de tout ce que j’ai pu apprendre en 9 semaines, c’est lorsque nous avons présenté notre projet que j’ai réalisé tout le chemin que j’avais fait. Nous avons eu l’idée de développer une plateforme qui permet de parier des sommes d’argent contre ses amis pour des séances de running. Pari réussi puisque nous avons présenté le jour-j une application fonctionnelle, Run2beatMe !J’ai trouvé les challenges journaliers particulièrement efficaces, car ils m’ont poussé à me débrouiller de manière autonome face à une problématique, et c’est cet état d’esprit qui aujourd’hui, à la sortie du Wagon, me permet de continuer d’apprendre en autonomie.Cette formation m’a également apporté une base de connaissances solides pour lancer sereinement ma carrière de développeur.Je recommande vivement la formation du Wagon à tous ceux qui souhaitent se challenger et cultiver un état d’esprit de développeur !Read Less",FullStack program,Web Development +260380,10868,le-wagon,Yann C.,False,2019,Une expérience très positive,2019-12-26,5.0,5.0,5.0,5.0,"Yann Caperan – Batch 325 – BordeauxMon expérience au Wagon Bordeaux fut très positive, le rythme des journées, l’organisation, l’enchaînement du programme rien n’est laissé au hasard.J’ai beaucoup apprécié l’ambiance générale de mon batch l’entre aide... Read More quotidienne entre les élèves et le soutient des professeurs.Débutant en programmation, je suis surpris de tout ce que j’ai pu apprendre en 9 semaines, c’est lorsque nous avons présenté notre projet que j’ai réalisé tout le chemin que j’avais fait. Nous avons eu l’idée de développer une plateforme qui permet de parier des sommes d’argent contre ses amis pour des séances de running. Pari réussi puisque nous avons présenté le jour-j une application fonctionnelle, Run2beatMe !J’ai trouvé les challenges journaliers particulièrement efficaces, car ils m’ont poussé à me débrouiller de manière autonome face à une problématique, et c’est cet état d’esprit qui aujourd’hui, à la sortie du Wagon, me permet de continuer d’apprendre en autonomie.Cette formation m’a également apporté une base de connaissances solides pour lancer sereinement ma carrière de développeur.Je recommande vivement la formation du Wagon à tous ceux qui souhaitent se challenger et cultiver un état d’esprit de développeur !Read Less",FullStack program,Web Development +260347,10868,le-wagon,Spencer Terry,False,2019,Amazing learning journey,2019-12-24,4.7,5.0,5.0,4.0,"I signed up to Le Wagon’s full stack web development bootcamp with the intention of understanding how to develop my own ideas in to functioning applications. I can say with confidence that I met my learning objectives thanks to Le Wagon’s amazing teachers,... Read More curriculum and online learning platform. I was incredibly satisfied by what I was able to achieve by the end of the bootcamp where I built a platform to enable customers to order and pay at a range of restaurants through a single application. Overall I wouldn’t hesitate to give Le Wagon 10/10 and would recommend it to other entrepreneurially-minded people who want to be able to build their own digital products.Read Less",FullStack program,Web Development +260186,10868,le-wagon,Chi Hui Lin,False,2019,A life long learning starting from Le Wagon,2019-12-21,5.0,5.0,5.0,5.0,"Before Le Wagon, I worked as a freelance photo reporter. As a freelance photo reporter, I travelled to many different countries and documented how the new technologies impact the life of people and the society. With my pen and my camera, I realized that... Read More the new technologies is a such power tool that can really make the difference. Besides getting involved in new technologies field as a journalist, I wanted to also know the skill part and to be the person who can actually make a direct impact. So I decided to learn how to code.Le Wagon is a very good choice to start my coding journey. Before coming to Le Wagon, I’ve already prepared my mind that the course will ask me a lot of dedication. But I still had no idea what to expect. The first day of the class, our teacher Guido told us: Only compare yourself with yesterday’s yourself but not the other students in the class. And these words really helped me to go through the difficulties I encountered during the program. Le Wagon gave me a very supportive community during the bootcamp and even after the bootcamp. My teachers are incredibly patient to us as long as we have some questions to ask. They not only answer my questions about the lecture but also help me to be less stressful. After the bootcamp, they also gave me some great career and interview advice that really really helped me to go to the next step.My final project is “Happy Fish: A game that matters!”. I made the app with another 3 students in the last 2 weeks during the bootcamp. Happy Fish is an app that guide people to live in a more environmental friendly way of life. User can adopt a fish in the app. In order to make your fish live longer and happier, you need to accept some real life challenges like not taking elevators for one month, only take public transport for one month etc., or you can also accept some quiz about the oceans. After gaining the knowledge or finish the real life challenge, the fish will be healthy and happy. The reason why I decided to participate in this project is because we all think that the individuals are not able to protect the environment but only the government. We would like to let people know that protecting the environment can actually in our daily life, form all of us. Building the app from scratch is a big challenge for me as I had zero experience. But thanks to the lectures, I not only learned how to code but also learned project management, UI/UX design and group work. In the last day of the bootcamp, we demonstrated our app in front of everyone. And that was the moment I realized that now I can make my ideas into a real app!This App helps me a lot after leaving Le Wagon whenI try to find a job as a web developer. I had almost 10 interviews with different companies. The interviewers love the app and especially the idea behind. After 2 months graduating from Le Wagon. I found a job as a front-end developer in Taipei, Taiwan. Coding is a life long learning. For me it was not easy and it will not be easy. Le Wagon helped me to build a strong base and provides me more choices than I can ever imagined.Read Less",FullStack program,Web Development +260132,10868,le-wagon,Heling Qi,False,2019,My coding adventure with Le Wagon,2019-12-20,5.0,5.0,5.0,5.0,"Before I start : I have a background in psychology and knowledge of art & design, I’ve also always been curious of learning a lot of things. My initial question before I started this journey was:Why coding? This is the question that I have been asked... Read More for a lot of times, also the same question I asked myself before I decided to attend Le Wagon. Why coding, instead of other things? Why choose coding at this time, instead of before or later?. What helped me take the leap was a voice inside of me saying “ WHY NOT coding? Don’t you see the possibility? if you don’t learn coding, you could be illiteracy in just a few years?” This voice may be scary, but try to check what’s going on around you, think about it. Get your answer, because this is really serious!Making the choice: “It was the best of times, it was the worst of times” (A Tale of Two Cities) This a quote from “A Tale of Two Cities” and it relates a lot to learning how to code nowadays.If you start to be interested in coding, you can find tons of ways of learning. Sometimes too many options, you feel dazzled. This decision is especially hard for a person born under the sign of Libra  :-) I am lucky, because I know someone who graduated from Le Wagon. And I saw his career changing after he graduated. When he started, I couldn’t believe that one’s life can be changed only after 9 weeks. Because this is counter my common sense. I have been taught that you need 10 000 hours of practice to be good at something. But this friend is the hard fact, which I couldn’t ignore and deny it. So I decided to try by myself, to see how far I could go, how much my life would be changed by such “mystery” process. I can give you my story ending: I never regret the decision I made. Furthermore, my life is changed and still changing now. This is one of my best decision I have ever made in my life. If you experience trying to learn code by yourself, you might know you might be stuck sometimes for a few hours or even days, you don’t know where is the mistake that was made or why your code doesn’t work, and you can’t find someone to ask why. Sometimes this could lead you to a self-doubt situation, that you tell yourself: “maybe I am not made for it, I don’t have the talent to do this”. That’s exactly where Le Wagon can help. You have the opportunity to learn with a community.Life at Le Wagon:The schedule at Le Wagon is quite simple: lecture and then practice, practice, practice… the practice part is like an infinitive refrain of a song: you can’t get rid of it and you don’t even want to get rid of it. But, practice is the key! And we don’t practice alone. We practice with buddies (this is the cooperation system used by Le Wagon), and we have teachers’ support. You can’t be stuck in one problem for more than 1 hour, unless you really want it. I was immersed in doing the challenges, only hoping the time could fly slowly, but the time is ruthless, it never happened.Generally, we have one-hour live-code at the end of the day. Sometimes, someone has to code in front of the class, and of course, not every day we had volunteers. You will always remember the “wheel of death” moment 😅if it happens : we randomly select someone. But don’t panic, you will always get the answer, the whole class is by your side.Teamwork is another keyword at Le Wagon. For the whole bootcamp : with your buddies, or when you are working together for a group project. You should always keep that in mind. I was very impressed by the way we pitched for our own project, how we had feedbacks and the way we chose the project we wanted to work with. If you are accepted, you will expand your knowledge, and Le Wagon does it very efficiently. Collaboration ❤️In the last 3 weeks, you will work with the same teammates all the time. I had an excellent experience working with my teammates. They were very supportive, cooperative. We had a lot of meetings to review, discuss, plan our daily work. Usually meeting means boring moments, waste of time. But in our case, I never had this kind of feeling. It is very useful and necessary. I learned from everyone. Another good thing I found is, not just inside the team, cross the teams, we also made a lot of connections. Sharing or asking for help is normal during the bootcamp. Finally making a product : the final weeks I will never forget the last 2 weeks dedicated to our final project. From scratch to final product, we made it! I know, I still have a lot to learn. But, in less than 2 weeks, creating an app from zero, is already amazing. I couldn’t believe it before we made it. We worked a lot, myself, my teammates, the whole team of Teachers. I am so proud of it, indescribably proud of it!.My pieces of advice:Be prepared for the class. Take online courses, do the exercises, the more, the better!Be prepared that sitting all day long in front of laptop, after the bootcamp, you could suddenly realize that Le Wagon fatten you up!Don’t think that the teacher always tell you everything: They say the 3 first weeks are the most difficult ones. The true fact is: No! Every Week is challenging! Learn some French words if you come from a country where people don’t speak French. Or if this helps: if you want to find a local language partner, try a cool app named“Bonjourhi” (please allow me to promote our final project here lol)Notice that you will be used to learn and code in a very intensive pace, this could affect your daily speaking speed, eat speed, walking speed etc etc.Warning! Probably you will be sad, depressive, get lost on the Saturday morning after the demo day party :(Conclusion:9 weeks is like a little nap, without having a dream, suddenly you are woken up. It is tough, but it is a looooot of fun. Besides the new career opportunity, it is also the opportunity to challenge yourself, to see the benefits after your hard work. You can’t buy a sense of accomplishment, never, the only way to do it is to commit.Find this mystery joy by yourself. Then, you will be as me, as my classmates, as the alumni around the world, grateful and satisfied.Read Less",FullStack program,Web Development +260127,10868,le-wagon,Linda Mollinedo,False,2019,Le Wagon Buenos Aires - The Best,2019-12-20,4.7,5.0,5.0,4.0,"The experience in Le Wagon was incredible, although it had a programming base certainly did not apply it since too many years ago. The teaching method they have is very intensive and work perfectly, the teachers as well are the best. They have been a... Read More key piece to start a startup, we developed a complete web platform in 2 weeks and today it is up to me to continue with it. Thanks to Le Wagon I have the necessary skills to continue my startup. It is certainly the best decision I made this year.Read Less",FullStack program,Web Development +260126,10868,le-wagon,Vi Pannetier,False,2019,"3 months ago, I was somebody else.",2019-12-20,5.0,5.0,5.0,5.0,"3 months ago, I was somebody else.I was looking for another way to live, a community closer to my values, I was looking for creativity, open-minds, taking life as a game… I used to work in the finance department of big companies, I also worked for a hospital,... Read More until I quit to be a freelancer.I have always been attracted by tech and coding. I saw that as playing with my brain. Sudoku style. I was not believing in myself.A while ago, I went to an event to talk with a recruiter in tech who discouraged me from going this way. At this time I had even gathered information about Le Wagon. But I put this idea in a corner of my head. Until the beginning of the new chapter of my life.A summer night on the balcony/terrace with friends, I talked with a web developer friend, a wonderful woman who changed her career. This was last July. A few days after, I had an interview with Marie-Gabrielle at Le Wagon, and I subscribed in the same week.I remember my answers to the question: “why Le Wagon?” - “because I am looking for being surrounded by interesting and benevolent people.” And this is how I felt was Le Wagon.I was dreaming awake.Indeed surrounded by amazing people coming from everywhere (not only geographically!): teachers, staff, and students! Learning all day every day. In a sunny and very cool environment at La Gare. My brain has never been so awake! Never any judgment, we were free to find our pace, and ask for the support that we needed.Plus, yoga class with Claudette, the best yoga teacher in town I know.I used to say that if every school was like that, we would all get tons of diplomas.This is a Marathon, not a sprint!I pushed my limits a bit too far the second weekend by not sleeping that much, I have learned my lesson, and the next weeks I acted like a coder monk! I was doing yoga in the morning, going to the class walking, drinking ginger-lemon infusions, learning, coding, coding, coding, going back home walking, doing some meditation, having dinner, doing my flash-cards, going to bed, and falling asleep after 2 minutes I started my audio-book… Until the free beers & socializing friday nights. :) The intense 9 weeks gave me the opportunity to create a better version of myself.Especially during the group work for the 3 last weeks. I think doing so much in a little amount of time within a brand new team, gave me the occasion to grow, watch myself under new conditions, and be surprised by the “new me” I met.I am so grateful for Le Wagon and the wonderful people I have worked with on the projects.And today, I am so happy to be part of this community, in addition to have made friends for life.Vi Pannetier, alumni @ Le Wagon Montreal | Batch #329Read Less",FullStack program,Web Development +260123,10868,le-wagon,Eric Fossoul,False,2019,intensive training with efficient learning skills that let me gain strong skills and a lot of pro tips,2019-12-20,5.0,5.0,5.0,5.0,I'm very glad i had the chance to take this course : very intensive training with efficient learning skills that let me gain strong skills and a lot of pro tips. The team provides full support and tons of positive energy ! The contents are very useful... Read More to learn to code for web development.Read Less,FullStack program,Web Development +260077,10868,le-wagon,Sisi Florensia,False,2019,Kickstart your career in tech the right way,2019-12-19,5.0,5.0,5.0,5.0,"After a decade working as an Engineer for a giant resource company, I took a self-granted sabbatical and found new passions in programming and product design. I decided to change direction to tech industry upon returning back to the workforce, and soon... Read More faced w/ roadblocks. I’ve invested countless hour and dollars in online educations, but without proper guidance and support, it was very easy to be lost in ocean of information and outdated technology. And I still couldn’t achieve what I was aiming for.Attending Le Wagon bootcamp is one of the best investment I’ve made for myself. Not only the bootcamp is packed with technology that is currently being used in the market, I also had a privilege to pair up and work together with talented budding programmers from all walk of life, thanks to the sophisticated structure of the bootcamp. For our final project, our team also successfully created a useful data analytics web app from scratch within 2 weeks. It was made possible because we got to understand the fundamental of the programming itself, how to be creative with it, how to handle the roadblocks and how to do programming effectively within a team. We didn’t just learn how to program, we’ve learned how to be a programmer.Post bootcamp, there are even more resources and supports made available to us to continue our learning to the next level. And as someone who’s coming back from a long career break and made quite a career change, Le Wagon is very supportive in guiding and help me to pave the way getting into tech scene. At the moment, I feel comfortable and on the right track to where I want to be.Read Less",FullStack program,Web Development +260074,10868,le-wagon,Chi Hui Lin,False,2019,A life long learning starting from Le Wagon,2019-12-19,5.0,5.0,5.0,5.0,"Before Le Wagon, I worked as a freelance photo reporter. As a freelance photo reporter, I travelled to many different countries and documented how the new technologies impact the life of people and the society. With my pen and my camera, I realized that... Read More the new technologies is a such power tool that can really make the difference. Besides getting involved in new technologies field as a journalist, I wanted to also know the skill part and to be the person who can actually make a direct impact. So I decided to learn how to code. Le Wagon is a very good choice to start my coding journey. Before coming to Le Wagon, I’ve already prepared my mind that the course will ask me a lot of dedication. But I still had no idea what to expect. The first day of the class, our teacher Guido told us: Only compare yourself with yesterday’s yourself but not the other students in the class. And these words really helped me to go through the difficulties I encountered during the program. Le Wagon gave me a very supportive community during the bootcamp and even after the bootcamp. My teachers are incredibly patient to us as long as we have some questions to ask. They not only answer my questions about the lecture but also help me to be less stressful. After the bootcamp, they also gave me some great career and interview advice that really really helped me to go to the next step. My final project is “Happy Fish: A game that matters!”. I made the app with another 3 students in the last 2 weeks during the bootcamp. Happy Fish is an app that guide people to live in a more environmental friendly way of life. User can adopt a fish in the app. In order to make your fish live longer and happier, you need to accept some real life challenges like not taking elevators for one month, only take public transport for one month etc., or you can also accept some quiz about the oceans. After gaining the knowledge or finish the real life challenge, the fish will be healthy and happy. The reason why I decided to participate in this project is because we all think that the individuals are not able to protect the environment but only the government. We would like to let people know that protecting the environment can actually in our daily life, form all of us. Building the app from scratch is a big challenge for me as I had zero experience. But thanks to the lectures, I not only learned how to code but also learned project management, UI/UX design and group work. In the last day of the bootcamp, we demonstrated our app in front of everyone. And that was the moment I realized that now I can make my ideas into a real app! This App helps me a lot after leaving Le Wagon whenI try to find a job as a web developer. I had almost 10 interviews with different companies. The interviewers love the app and especially the idea behind. After 2 months graduating from Le Wagon. I found a job as a front-end developer in Taipei, Taiwan. Coding is a life long learning. For me it was not easy and it will not be easy. Le Wagon helped me to build a strong base and provides me more choices than I can ever imagined.Read Less",,Unknown +260053,10868,le-wagon,Fico Aguiar,False,2019,The first step to my new career path.,2019-12-18,5.0,5.0,5.0,5.0,"My journey at Le Wagon has been a great experience which will hopefully help me to change my career path, and lead me into the development industry. I spent the last 15 years in different industries from automotive, to supply chain and advertising on... Read More the sales side before I joined the Bootcamp. I wanted to make a change to the tech side, either by jumping into the tech industry or even launching my own project. I chose the Le Wagon Bootcamp because I thought it would be the perfect way to get there.What I liked the most about learning how to code at Le Wagon was the way the days were structured. We had a lecture in the morning and then we spent the rest of the day working on challenges in pairs and ended the day with a live code session. The teachers and teaching assistants were also available throughout the day to assist whenever needed. I think it's not only the best way to learn how to code but to learn in general! I really felt comfortable learning; no question was too small, and they made the effort to stay late to give extra help and even went the extra mile to organize trips on weekends for us. I'm really proud of my final project - Green Room. A unified booking portal for Bollywood actors, producers, cameramen. It's crazy to think back and realize that we were able to build a fully functioning app - in 2 weeks and after just 7 weeks of lessons! I love that Le Wagon enables you to work on producing the solution to a problem you might be passionate about. I had the best time learning to code in Bali. I'm sure other Le Wagon alumni have similar experiences as me but I can't emphasize enough just how special Bali is. The weather is always great - from sunrise to sunset. It made it easier to keep motivated as I learned how to code. I also really liked my batch and it was easy to make friends. It was without a doubt, a very intense course but ultimately, so rewarding! I'd like to thank the entire Le Wagon Bali team and my batch #253, especially Dirk, the teachers and TAs, Guido, Prima, Sonia, Margo, Eli, Magnus and Mirha. I'm very happy and very proud to be part of the Le Wagon Bali family.Read Less",FullStack program,Web Development +260007,10868,le-wagon,Takuya Kikuchi,False,2019,Amazing experience at Le Wagon Tokyo,2019-12-18,4.7,5.0,5.0,4.0,"What I liked about Le Wagon Tokyo in short,- Great curriculumIt was intense and hard, to be honest. But following the curriculum, I have obtained fundamental knowledge and skills about web development, and now I can confidently address myself as a full-stack... Read More web developer.- Wonderful support from teachers and managementsVery supportive and well-experienced teachers and managers. They became not only my teachers and mentors but also really nice friends as well.- The diverse culture and life long friendshipsMy batch had 24 members from 13 different countries. And I had a really really nice time with them in and out of classes. I can't forget about the good time going karaoke, having a drinking party, playing futsal...I truly recommend Le Wagon Tokyo if you are looking for a coding boot camp in Tokyo.Read Less",FullStack program,Web Development +260006,10868,le-wagon,Takuya Kikuchi,False,2019,Amazing experience at Le Wagon Tokyo,2019-12-18,4.7,5.0,5.0,4.0,"What I liked about Le Wagon Tokyo in short, - Great curriculum It was intense and hard, to be honest. But following the curriculum, I have obtained fundamental knowledge and skills about web development, and now I can confidently address myself as a full-stack... Read More web developer. - Wonderful support from teachers and managements Very supportive and well-experienced teachers and managers. They became not only my teachers and mentors but also really nice friends as well. - The diverse culture and life long friendships The batch I had joined had 24 members from 13 different countries. And I had a really really nice time with them in and out of classes. I can't forget about the good time going karaoke, having a drinking party, playing futsal... I truly recommend Le Wagon Tokyo if you are looking for a coding Bootcamp in Tokyo.Read Less",,Unknown +260003,10868,le-wagon,Chi Hui Lin,False,2019,A life long learning starting from Le Wagon,2019-12-17,5.0,5.0,5.0,5.0,"Before Le Wagon, I worked as a freelance photo reporter. As a freelance photo reporter, I travelled to many different countries and documented how the new technologies impact the life of people and the society. With my pen and my camera, I realized that... Read More the new technologies is a such power tool that can really make the difference. Besides getting involved in new technologies field as a journalist, I wanted to also know the skill part and to be the person who can actually make a direct impact. So I decided to learn how to code. Le Wagon is a very good choice to start my coding journey. Before coming to Le Wagon, I’ve already prepared my mind that the course will ask me a lot of dedication. But I still had no idea what to expect. The first day of the class, our teacher Guido told us: Only compare yourself with yesterday’s yourself but not the other students in the class. And these words really helped me to go through the difficulties I encountered during the program. Le Wagon gave me a very supportive community during the bootcamp and even after the bootcamp. My teachers are incredibly patient to us as long as we have some questions to ask. They not only answer my questions about the lecture but also help me to be less stressful. After the bootcamp, they also gave me some great career and interview advice that really really helped me to go to the next step. My final project is “Happy Fish: A game that matters!”. I made the app with another 3 students in the last 2 weeks during the bootcamp. Happy Fish is an app that guide people to live in a more environmental friendly way of life. User can adopt a fish in the app. In order to make your fish live longer and happier, you need to accept some real life challenges like not taking elevators for one month, only take public transport for one month etc., or you can also accept some quiz about the oceans. After gaining the knowledge or finish the real life challenge, the fish will be healthy and happy. The reason why I decided to participate in this project is because we all think that the individuals are not able to protect the environment but only the government. We would like to let people know that protecting the environment can actually in our daily life, form all of us. Building the app from scratch is a big challenge for me as I had zero experience. But thanks to the lectures, I not only learned how to code but also learned project management, UI/UX design and group work. In the last day of the bootcamp, we demonstrated our app in front of everyone. And that was the moment I realized that now I can make my ideas into a real app! This App helps me a lot after leaving Le Wagon whenI try to find a job as a web developer. I had almost 10 interviews with different companies. The interviewers love the app and especially the idea behind. After 2 months graduating from Le Wagon. I found a job as a front-end developer in Taipei, Taiwan. Coding is a life long learning. For me it was not easy and it will not be easy. Le Wagon helped me to build a strong base and provides me more choices than I can ever imagined.Read Less",,Unknown +259999,10868,le-wagon,Charmaine Lee,False,2019,Graduated from Batch #331 Singapore,2019-12-17,5.0,5.0,5.0,5.0,"I had just started out as a product manager in a travel start-up, Seek Sophie. With a role that involves working in close contact with developers, my boss and I both agreed that learning coding skills would be beneficial to our daily stand-ups and troubleshooting... Read More in general. After careful research, we decided that I should go for the Le Wagon Full-Stack Coding Bootcamp, that although relatively new in Singapore, is an established and known name globally. To say that this program was tough is an understatement, but all the same, it was one of the most fulfilling journeys I have taken. I remember when week 1 ended, we all had our share of doubts; how were we expected to code an entire web application when none of us had any coding knowledge to begin with? Thankfully, every single lecture we had was gearing us up for the final 2 weeks. We were first introduced to concepts on a most basic level, and before long we got to see how each element interacted with and built on one another, and finally we did it - the simplest web application in the form of a Mister Cocktail page. Suddenly it seemed like our final project had the foundations that we could build upon. Together with my team, we worked on Svanna, a food sharing platform aimed to grow the community and reduce food waste - I am extremely thankful for the patience and guidance from Prima & Guido, for believing in us and motivating us even when we didn't believe. I am also thankful for the opportunity to make 8 brilliant friends, my coursemates who I believe will continue to succeed in whatever they may choose to do!Read Less",FullStack program,Web Development +259977,10868,le-wagon,Anonymous,True,2019,Learn to code in 9 weeks,2019-12-17,5.0,5.0,5.0,5.0,"With motivation, you will learn a lot more. Le wagon offers a fullstack program, but teachers offer resources to go deeper. After le wagon, they are still there to help you learning more, find a job or maybe create your startup. Even as a freelancers,... Read More teachers and other alumni will help you. Thanks le wagon for my job :)Read Less",FullStack program,Web Development +259966,10868,le-wagon,Anonymous,True,2019,Perhaps the most intense but most richest learning period of my life,2019-12-17,5.0,5.0,5.0,5.0,"The experience at Le Wagon was really fantastic! First of all, I was finally able to acquire skills that I had been aiming for for a very long time, but first I had to finalize my studies to enable me to follow this training. Le Wagon allowed me to remember... Read More that I really enjoyed creating things and putting my creativity on paper. Indeed, my studies and the different internships or jobs behind them had taken me away from all the creative aspect that the web could represent. I also had to question my skills and face frustrations but also moments of happiness! Coding is a discipline in its own right and the learning and outcomes can be far from what I could have done before! It was a real challenge and I have no regrets about having followed this training that I wanted to start since 2017 !Read Less",FullStack program,Web Development +259963,10868,le-wagon,Gastón Lascano,False,2019,"Buenos Aires, August 2019. Batch #302",2019-12-17,5.0,5.0,5.0,5.0,"The best decision I made in my life. They told me: “start coding and your life will change” and it was right like that.I never thought could be programing in 9 weeks, even when I never had any computer skills! Take time to do the prep-work the most conscious... Read More you can; much better will be your performance during the bootcamp.Being a product-driven bootcamp make's Le Wagon, not only a coding school, even more a life-changing experience where you will gain skills to be a dev, PM or entrepreneur.And one more thing, DO FLASHCARDS!Read Less",FullStack program,Web Development +259960,10868,le-wagon,Melissa Lobuescher,False,2019,Learning how to think like a developer at Le Wagon Barcelona,2019-12-17,5.0,5.0,5.0,5.0,"I have been curious about digital technology for years, but being a project manager in a full-time role, I didn’t know how and where to start learning next to my job. As I decided to change my career in the beginning of 2019, I intentionally planned to... Read More take a learning sabbatical for myself and finally learn to code before taking on a new job. With little research online, I found Le wagon and wanted to check it out first hand. I went to Barcelona to attend the demo day of the previous batch, where I talked to teachers and previous students and experienced their final products myself. That experience convinced me that it was the right decision to apply for the full-stack bootcamp at Le wagon.The bootcamp was an intense experience, with at least ten hours of coding each day, but after every day in the camp, I felt smarter than the previous day. After weeks of lessons and buddy coding we moved into team projects, building an AirBnB clone for renting pets and further to build our own project within the final two weeks, a friend finding app called BuddyUp. After just 9 weeks, I had the pleasure to present our web application on the demo day, the event I had just attended a few months before.Attending Le Wagon in Barcelona has not only given me the chance to learn and work together with talented and motivated individuals from all over the world, it has also given me access to and valuable skills in technology that I draw on in my new job, a business role in a tech company, as well. Unlike some of my classmates from the bootcamp, I didn’t become a developer, but I learned how to think like a developer and that helps me in my job every day.Read Less",FullStack program,Web Development +259956,10868,le-wagon,Willem,False,2019,Worth every cent,2019-12-17,4.7,5.0,5.0,4.0,"I finished the full-stack program two weeks ago in Amsterdam (Batch 309).If you're reading this review, you may be wondering if Le Wagon is for you. You may be concerned about the course languages and/or frameworks - Ruby and Rails (as well as HTML, JS,... Read More CSS, etc). Le Wagon will teach you concepts and how to solve a problem, not only syntax (although you'll need the latter to master any language). Concepts can be transferred to any language and the fact is that any organisation you want to work for in future will have a different take on what framework suits their projects best. Here's another reality you should consider - no matter what language a boot camp teaches, there's a good chance that the taught language will not be in production in 10 years from now - that's the nature of tech.I'm 36 and an accountant by trade. I've done quite a few online courses in various languages over the past few years and coded some entry-level apps/scripts/macros to assist me in my day-to-day activities. Nothing impressive by any standard, but it gets the job done. With each online course I tried I always reached a glass ceiling - a point where I couldn't go further. I've always wanted to up my game, and Le Wagon gave me the tools to do just that. I'm amazed at what can be achieved in 9 short weeks. I now have a fair understanding what it takes to write an app, as a team, in any language. I now read code of professional projects with minimal effort on my part, and have also identified and reported issues on a public Github repo as well. I'm no ""dev master"", but I'm definitely a level up from where I was.If you're serious about learning to code, just go for it. Le Wagon was just plain amazing and I'm sure you won't regret it.Read Less",FullStack program,Web Development +259919,10868,le-wagon,Lea,False,2019,"Le Wagon Montreal, the best investment I made in me!",2019-12-16,5.0,5.0,5.0,5.0,"After 5 years working in the Food & Beverage industry in marketing and sales, I felt the need to develop technical skills in order to gain more freedom and efficiency in my day job.During my career, creating weekly reports on Excel and Powerpoint was... Read More part of my duty. I am a person who doesn’t like to do the same task over and over. So, I learned the basics of VBA programming and find a way to automate the creation of these reports and be able to spend more time analyzing and providing useful recommendations. Excel became my best friend when it comes to improving my efficiency at work allowing me to focus more on added-value tasks. But I felt limited in the creation of tools to go even further.As a marketing manager, I had to work with digital agencies to improve our online presence, starting with redesigning and improving the performance of websites. I felt truly frustrated not being able to make adjustments myself. I learned how to use WordPress in order to make tiny changes. But again, I was limited and wanted to deeply understand how a website works, how everything fits together.Back then, learning how to code seems necessary to me. I tried to self-learn coding with free online resources and by attending coding events. It was a good starting point, but I felt quickly discouraged by the lack of guidance and the lack of purpose. The full-stack developer program of Le Wagon seems to be exactly what I needed: a team of professionals with a tailored learning process to guide you and the challenging objective of creating a real product from scratch in only 2 weeks. It appeared to be very promising!My experience at Le Wagon clearly exceeds my expectations! I wanted to learn basic programming languages and bring technical skills to my background. I came out of this experience with technical abilities, personal growth and unique opportunities. This is such an empowering investment!- Le Wagon provides you with a clear process: at first, I felt lost and overwhelmed but quickly, I was able to apply the key concepts in practical exercises which gave me a clear vision of what concretely I will be able to create by myself. Starting with Ruby, you learn the key-concept of a coding language which gives you better ease of learning other coding languages after it. Then you learn how to manage the database using SQL, how to design a beautiful interface using HTML and CSS, how to add interactivity using Javascript to improve the web page manipulation, the interaction with the user and the webserver. Last but not least, you learn Ruby on Rails providing you the structure for all the code you write.- Le Wagon gives you a product vision: I not only learned how to code, I also learned how to create a product from scratch. Starting with an idea, defining the core functionalities according to different user stories, sketching out the wireframe with basic UX/UX concepts, defining the database architecture, designing the mock-up using Figma and last but not least, coding the different features using back and front-end languages. Oh! I forgot, and you learn how to pitch your product in front of a large audience. Of course, you are not doing all these steps alone, you work in a team of 3-4 persons and develop soft skills in order to deliver a quality Minimum Valuable Product on time! During the 2 weeks project, I developed both technical and soft skills that are required when you work as a developer or a product owner.- Le Wagon team is always here to give you the support you need: each day, teachers, TAs and all the team is present and dedicated to help you grow. Most of the teachers and TAs did Le Wagon bootcamp before, so they know exactly what difficulties you face every day and how to help you make the most out of the learning journey. The fact that they already went through the bootcamp also reassures you that IT IS POSSIBLE and YOU CAN DO IT!! The rest of Le Wagon team is also really supportive: whatever your needs are, you can always count on the staff to help you find a solution! Le Wagon team isn't there to put pressure on you, but rather to support you and sometimes to cheer you up when you need it. Personally, I was a bit lost and needed help to better understand the type of role I could apply for after the bootcamp. The community manager reassured me and shared with me the resources I needed to have a better vision of what to expect in my future career (Contacts, forums, events, organizations, companies…).- Le Wagon gives you the opportunity to grow your network. Le Wagon not only teaches you how to code but also helps you to get a foothold in the tech industry! They organize many events (Le Wagon Talks, Lunch & Learn, Meet-ups etc.) where you can meet and learn from experienced tech professionals. They also are really well connected with the startup ecosystem which gives you the opportunity to connect with innovative companies and be inspired by great entrepreneur stories. Le Wagon is part of a huge tech/startup community, so they can individually, help you connect with the right person depending on your needs. When I started Le Wagon, I was new in Montreal and didn’t have any network. Thanks to Le Wagon, I developed my network and even find my partners to start a business with!- At le Wagon, you will have a lot of FUN! I didn’t expect to have that much fun. The great community of open-minded people with a diverse background and the positive and caring culture of Le Wagon is just the perfect combination to be yourself and enjoy every moment of this intensive experience! It reminds me of the holiday camp: you don’t know what to expect and at first, you stay “vigilant”, then you get to know people and realize it is a safe place to be yourself, learn new things and surpass yourself while having fun; you don’t sleep that much because you want to appreciate every single minute and make the most out of this experience until it is the end and you already feel the nostalgia and you want to do it all over again! The difference with summer camp is that you will never lose connection with Le Wagon community because you will always be a part of it!The future is so much brighter now! Thank you!LéaRead Less",FullStack program,Web Development +259910,10868,le-wagon,Haris BRADAI,False,2019,Amazing experience,2019-12-16,5.0,5.0,5.0,5.0,"Amazing 9 weeks experience with great teachers who are passionate and motivated. The learning technique is very good, the exercises are very good and allow you to understand the programming languages.The training is complete and permitte to see the different... Read More aspects of the job, from thinking to designing the project.Read Less",FullStack program,Web Development +259909,10868,le-wagon,Lea Belzunces,False,2019,"Amazing experience at Le Wagon, Batch 308 !!",2019-12-16,5.0,5.0,5.0,5.0,"As a young graphic designer specialized in printing, I am passionate about my work. Nevertheless I have always been interested in the web and its creative possibilities. So I came to the car with the intention of learning new skills on the web. I had... Read More already done a little bit of programming but according to an artistic goal, very far from the algorithm. During the bootcamp skilled teachers and technical assistants provide excellent coaching. We see a lot of notions likes Ruby, Rails, OOP, SQL, HTML, CSS, Javacript. And yes all that! It's possible. The experience was very intense but thanks to the whole team I had a great time. At the end of this experience I leave with lots of new knowledge that I will be able to reuse in my freelance work. I am filled. So thanks to Le wagon :)Read Less",,Unknown +259908,10868,le-wagon,Nicolas Morlot,False,2019,Le Wagon Lyon #Batch 308,2019-12-16,5.0,5.0,5.0,5.0,"I was trained as an engineer, and have worked in research and development, designed and quality for 5 years. But it was all very niche - to take a car analogy .I could have turned to online courses and learn yet another handful languages, but from my... Read More practical experience there is no substitute for dedicated mentoring, and the experience of working on projects as a team. Both of which are cornerstones of Le Wagon bootcamp.So after closing a chapter in my career, I decided to enroll in Le Wagon in Lyon.The program is every bit as good as others have commented on this site. Curriculum is very solid and well designed, up to date, well adapted to complete beginners, and certainly very efficient at turning them into competent junior developers by the end of the course. From the point of view of a seasoned veteran, watching that metamorphosis felt like a little miracle - while the result of very hard work from both students and teachers.Speaking of which, the teaching staff in Lyon is excellent - competent, dedicated, available, and friendly. I was lucky to have extraordinary teachers in my university years, and I am happy to say the guys at Le Wagon are very much up there counting among the best!Also of note was the strong sense of camaraderie and cooperative mindset among students of our batch.The feeling of belonging to Le Wagon's network of alumni and staff is no small part in its successful formula.By the time team projects started (7th week onward), they were gone - replaced by the thrill and passion of building actual products.Long story short: I highly recommend Le Wagon.Read Less",FullStack program,Web Development +259907,10868,le-wagon,Anonymous,True,2019,Best learning experience you can choose!,2019-12-16,4.7,5.0,5.0,4.0,"It is a great gift to give to ourselves : it's incredible what we can achieve in this short period of time. And it is possible thanks to all the great people at Le Wagon (teachers, staff, TA, other passionate students)!The content of the courses are very... Read More well structured and the teachers were really helpful and patient.9 weeks of very intense work, and it's worth it !Read Less",FullStack program,Web Development +259906,10868,le-wagon,Simon Stefanelli,False,2019,Great time discovering web development,2019-12-16,5.0,5.0,5.0,5.0,"I went to Le Wagon after a freelance periode because i wanted to learn the good way to develop website and has a videogame lover, i wanted to learn more about programming. Le Wagon fulfill all my expectation ! Very nice team and very good content. It... Read More was great experience and im very exciting to make profit of it right now.Read Less",,Unknown +259901,10868,le-wagon,Zache He,False,2019,Le Wagon Singapore! Batch #331,2019-12-16,5.0,5.0,5.0,5.0,"Before joining Le Wagon, I was a fresh grad with a degree in Systems Engineering (ElectroMechanical Systems). I started exploring web development during my capstone project in the last year of my university where I have to come up with a web application... Read More to log data from sensors and displaying them. Even though web development was not taught in my course's syllabus, I found myself enjoying to learn the concepts of web developing on the Internet. Hence, out of interest, I had found Le Wagon to kickstart me towards that direction.I had so much fun during the Bootcamp! Even though the Bootcampwas intensive, the instructors and my batch mates made it possible for me to enjoy every second of it. The Bootcamp also provided us with coding challenges every day to enhance our problem solving capabilities, which motivated me to try to complete every single one of them, and time felt like it passed so quickly. The toughest part of the Bootcamp for me was definitely the final project, where all the concepts came together since week 1 and it was like an examination to come up with an actual viable product to showcase to the world. Initially, my product pitch in week 5 was simply a travel application which is able to plan and organize itineraries for trips. However, the idea evolved constantly throughout the rest of the Bootcamp, following feedback from my batch mates and the instructors. My final product called Trails is now a planning application which is able to collaborate with people to plan activities, with templated checklists (and delegate to people in your group), and is also able to map all the activities with locations on a single map. Looking back at how much my initial idea has developed, I would say don't be afraid of coming up with ideas which may seem stupid at first, as you may never know how far can your idea grow. Quoting Prima, one of the instructors in Le Wagon: ""Great products always starts off with crazy and funny ideas"".I could not have imagined that it was possible to build a web application in just 2 weeks which I actually took close to 4 months to build back then in university! Overall, I would say the journey was not easy but definitely an enjoyable experience and an amazing opportunity to be the second batch of students to graduate from Le Wagon Singapore.Read Less",FullStack program,Web Development +259897,10868,le-wagon,Geraldine Vanderkelen,False,2019,Coding... in a nutshell ;),2019-12-16,5.0,5.0,5.0,5.0,"I was trying to launch a start-up and quite quickly bumped into the reality of costs constraints... How to move on, creating the product you wish to launch, and limiting costs? And then a friend advise to join Le Wagon... Me? Was I the right person? Never... Read More written a single row of code before..... I just siad to myself: ""Ok, let's take up this challenge..."" I very quickly realized that I never had a better advice in the process of launching my own business. 9 intense weeks of coding program, to give me the essential understanding, knowledge and autonomy to build up a mock-up first (during the 2 weeks project of the bootcamp), and then the product itself. A fantastic support in my project has also come from Le Wagon team. People that encourage you to follow the path you chose and are available to support in your journey. It has been a great opportunity to join this course and I truly recommend it :)Read Less",,Unknown +259791,10868,le-wagon,Claudia van Tongeren,False,2019,From zero coding skills to MVP,2019-12-13,5.0,5.0,5.0,5.0,"The Le Wagon coding bootcamp is so much more than a 9-week course. It starts with thorough prepwork, alumni get life-long access to the learning platform packed with video-lectures, slide-decks, assignments, career advise, etc. Students are diverse in... Read More experience, culture, and age, yet are bound by being highly motivated. After the bootcamp you'll stay connected with a great network. During the bootcamp skilled teachers and technical assistants provide excellent coaching. Apart from Ruby, Rails, OOP, SQL, HTML, CSS, Javacript, you learn to work in teams, design products, pitch ideas, and demo prototypes. At the end, teams build products from scratch in only 9 days. It was amazing what we all pulled off at demo day.I started working in the digital branche way back; in the last 15 years as a UX designer and user researcher. I felt a nagging knowledge gap with regards to actually *making* products. That's why I chose to quit my job and seek the adventure. Now I feel better equiped to go back to designing. But first I'll give it a go to become an entrepreneur and launch my own app. The past months did change my life. Good value for money.Read Less",FullStack program,Web Development +259790,10868,le-wagon,Gerard Cabarse,False,2019,"Le Wagon Tokyo, Batch 310",2019-12-12,4.7,5.0,5.0,4.0,"I was a growth marketer working FinTech before I went to LeWagon. I've always liked the idea of being a developer and had been freelancing as a front-end developer at the same time. I felt that I needed to boost my skills and go full-stack to make any... Read More significant career changes. LeWagon's nine-week program provides a well-designed curriculum taught by a host of knowledgeable teachers and TAs. They were not joking when they said it was going to go by really fast - you learn A LOT over the course of nine weeks. While this may sound daunting, the teachers and TAs were highly knowledgable and experienced developers themselves. I felt like I was in good hands in the program. By the end of the program, I felt up to speed on what I needed to know to begin creating my own web applications. Even after the program, I'm in touch with my teachers and the entire network of alumni. I'm extremely happy with my choice to make the jump into full-stack development and I could not imagine a better program to have joined. PS: Do your flashcards.Read Less",FullStack program,Web Development +259788,10868,le-wagon,João Santarosa Esmanhoto,False,2019,Changing Life Bootcamp,2019-12-12,4.3,5.0,4.0,4.0,"The best thing about being in this bootcamp is to feel ready to start a new career as a developer. I have already had some experience coding in Javascript, HTML, CSS, React and Flutter. So, to me, it was very profitable. Maybe the part of front end could... Read More have been more emphatic.Read Less",,Unknown +259783,10868,le-wagon,Maxime,False,2019,Excellent - A veteran engineer's experience,2019-12-12,5.0,5.0,5.0,5.0,"My background is somewhat different from the usual student of a coding bootcamp.I was trained as an engineer, and have worked in research and development, designed and built production grade software for a couple decades. But it was all very niche - to... Read More take a car analogy I was an expert at making the most efficient pistons, but barely litterate with engines, and clueless with vehicles.To put it in simpler terms, I could write software, very good software, but not an application.This had been a frustration for many years - many ideas not pursued for lack of knowing where to start...I could have turned to online courses and learn yet another handful languages, but from my practical experience there is no substitute for dedicated mentoring, and the experience of working on projects as a team. Both of which are cornerstones of Le Wagon bootcamp.So after closing a chapter in my career, I decided to enroll in Le Wagon in Tokyo.The program is every bit as good as others have commented on this site. Curriculum is very solid and well designed, up to date, well adapted to complete beginners, and certainly very efficient at turning them into competent junior developers by the end of the course. From the point of view of a seasoned veteran, watching that metamorphosis felt like a little miracle - while the result of very hard work from both students and teachers.Speaking of which, the teaching staff in Tokyo is excellent - competent, dedicated, available, and friendly. I was lucky to have extraordinary teachers in my university years, and I am happy to say the guys at Le Wagon are very much up there counting among the best!Also of note was the strong sense of camaraderie and cooperative mindset among students of our batch.The feeling of belonging to Le Wagon's network of alumni and staff is no small part in its successful formula.I will admit that at times I had doubts if I had made the right choice enrolling in the bootcamp, especially at the beginning when the learning curve was still gentle for a veteran coder.By the time team projects started (7th week onward), they were gone - replaced by the thrill and passion of building actual products with young and talented teammates.Long story short: I highly recommend Le Wagon. Even at a later point in ones career, it's a great place for old dogs to learn new tricks.Read Less",FullStack program,Web Development +259763,10868,le-wagon,Tarig Bouazzati,False,2018,Life changing experience,2019-12-12,5.0,5.0,5.0,5.0,"I did le wagon in order to learn how to build an MVP of a business idea that I was working on for two years. My expectations were quite high, and I trusted the bootcamp to deliver thanks to an experienced developper that strongly recommended it. Let me... Read More tell you that I was not the kind of person to even have a look at what a program is, it all looked very mystical, and I did not want to deal with it! But experience forced me to demystify it, and even code myself 😱.I couldn't find any curriculum online that was adapted to my way of learning. To be honest, the challenge seemed incommensurable at the time. Am I really going to be able to build a website from scratch after 9 weeks (I mean it's nothing) ? 🤔 Well, it wasn't easy! There is a say which states that 'You learn best, once you're out of your comfort zone', I was out of it EVERY single day! (reading it is different from experiencing it...) Not comfortable and, most probably, the BEST decision I have ever made! I have built that MVP 🚀. I even enjoy coding now 🤓!!!!It is a life changing experience, indeed. And in so many ways! I learned how to build a first version of the Project, and most importantly, I met with incredible people! They keep on teaching me every single day 😎. That's what le wagon is, a strong technical learning experience that embodies a powerful sense of an international Community ready to help, anytime.Thank You !Read Less",FullStack program,Web Development +259754,10868,le-wagon,Eduardo Santoro Gemmal,False,2019,"Intense, Serious, Fun!",2019-12-12,4.7,5.0,5.0,4.0,"The hardest, most intense and fun experience of my life.My experience in Le Wagon was really life-changing. They provided me with the tools to start a new career or even combine my previous Business skills with the new technical skills I acquired. The... Read More teachers transit from super serious to fun in a heartbeat, creating a highly productive and enjoyable environment.It's no pick-nick! If you're not 150% committed to this, you won't stand it! The intensity starts even before the classes begin, with the prep course. Be prepared! Take one month off before the course starts to be able to make the most of this prep which is crucial to your success during the classes.The results are REAL. You will come out the other end with the necessary tools to start your career as a programmer. You'll also be part of a global community of alumni and you'll make friends for life. Make no mistake, though: it's still a long endless road after that...I definitely recommend Le Wagon.Read Less",FullStack program,Web Development +259753,10868,le-wagon,Anonymous,True,2019,LeWagon Tokyo,2019-12-12,5.0,5.0,5.0,5.0,It's an awesome bootcamp that will take you from beginner to job ready in just 2 months. The teachers are very knowledgable and kind towards the students. The curriculum is very well designed and the community is incredibly helpful. If you are planning... Read More on joining a boot camp in Tokyo I highly recommend Le Wagon.Read Less,FullStack program,Web Development +259751,10868,le-wagon,Louis-Marie Guiganton,False,2019,9 weeks well spent in Le Wagon LILLE,2019-12-12,4.7,5.0,5.0,4.0,"Beware that you will not leave this program as a fully operational Dev. That takes months/years of learning and practicing. That being said, LE Wagon Lille gave me all I needed to do complete the first steps to understand object programming, gave me key... Read More knowledge in Ruby, SQL, HTML, CSS , Javascript so that I can now build some cool shit. That's what you get from Le Wagon : the necessary knowledge to keep performing/learning on your own or in your future team. Of course there is still a long way down the road, but damn it was great to learn all this. The staff kept pushing us to be better, to learn to do our research, I met some great people. Hard to grasp how much we learned in those 9 weeks (because that is A LOT) but my only regret is not doing Le Wagon earlier.I recommend it 100%!Read Less",FullStack program,Web Development +259750,10868,le-wagon,Rémi Carette,False,2019,Le Wagon - A French Bootcamp to increase your skills and become full-stack developer,2019-12-12,5.0,5.0,5.0,5.0,"The Wagon is a very powerfull bootcamp to follow if you want to become a fullstack web developer.During the 9 weeks, you will be accompanied by very high level teachers who will help you to understand all aspects to create fast and efficient web applications.... Read More Pedagogy is also turned on the methodology and the state of mind to be a good developer. At the end of the 9 weeks, you will practice your skills with a team during 3 weeks working on 2 projects. These 3 weeks permit to learn to work together what will be essential for the future.If you want to improve your skills as a developer or change your life, don't hesitate a second !!After the Wagon, I started developer freelance and I give classes to Wagon Lille.Read Less",FullStack program,Web Development +259641,10868,le-wagon,Nabila Siregar,False,2019,Best educational and learning experience of my life,2019-12-10,4.7,5.0,5.0,4.0,"Before Le Wagon, I was majoring in Chemistry, and at the end of my 2nd year of university I realized I would not enjoy working in research nor academic field. I didn't have a good unified field theory of career selection or passion, so I explored a lot... Read More to assess my strengths and develop interests. From taking classes outside my major to competing in business case and marketing competitions, and finally ending up on the Le Wagon website. My university is a technology university, but becoming a developer or working in the tech industry almost never crossed my mind because the way they taught us in my ""Introduction to Information Technology"" class in freshman year instantly killed my interest in programming. However, the start-up culture and presence is really strong around me, I realized that almost every solution to today's problems involves programming. So, I told myself to give programming another shot, because often times you hate something only because you don't understand it. Thanks to Le Wagon, I never thought learning how to code could be this fun, it was still challenging, but the teachers and the curriculum helped me to re-gain my love for learning. I was surprised with how much I enjoyed coding and wanting to learn more and more day by day. With Le Wagon, it is not just about learning how to code but you also have the chance to develop your entrepreneurial and leadership mindset. During the bootcamp, we worked in pairs so we got accustomed to working with peers or pair-programming. Having a buddy who was better than me accelerated my learning process, and helping a buddy who was struggling, deepened my understanding and helped me to develop higher quality code. I learnt that having a great team is so much more important than having a great product idea. I think Le Wagon is a great investment to kick start your tech career.Read Less",FullStack program,Web Development +259626,10868,le-wagon,Kenza Aboudrar,False,2018,Both exciting and challenging,2019-12-09,5.0,5.0,5.0,5.0,"The wagon is a program carefully designed to be as concrete as possible and suitable for students of all levels. The courses are very clear and are immediately put into practice with an extensive exercise bank. The system of teachers and teaching assistants... Read More available on demand for one-to-ones allows the most comfortable students to progress faster and improve their skills more advanced exercises while less comfortable students are offered more extensive and personalized explanations.In addition to the very effective pedagogy, the atmosphere is very pleasant. We meet people of all ages and professions, among whom there is a feeling of true fellowship.Undoubtedly one of the best experiences of my life.Read Less",FullStack program,Web Development +259598,10868,le-wagon,Andres Cerutti,False,2019,“Smartest investment of time and money I've made so far”,2019-12-07,5.0,5.0,5.0,5.0,"Le Wagon has an amazing approach of teaching, based on intensive training and exercises all day long, led by a fantastic team of teachers and TAs. I've always been passionate about the start-up world, but always frustrated not to be able to code, or understand... Read More it.Now, thanks to this 9-week intensive program, I can build a website from scratch, and the skills I acquired are absolutely precious. I never thought I would be able to achieve so much in 9 weeks.So I can say without hesitating that applying for the fullstack intensive program was the best investment I've made so far.Read Less",FullStack program,Web Development +259591,10868,le-wagon,Nicolas,False,2019,Exceeded my expectations!,2019-12-07,5.0,5.0,5.0,5.0,"As a business student with a strong taste for technology and design, attending Le Wagon Montreal has been such a great decision for taking my passions to the next level. Before attending the bootcamp, I had some basic knowledge in programming but did... Read More not ever find the motivation to go further and to work on real & interesting projects. After these 2 intensive months, I can confirm that everything I've learned has opened the doors to the development industry, which is exactly what I was hoped for. I am now able to have technical conversations with developers, which feels great.The bootcamp is nothing like the university, but you will likely learn way more than at university, and retain more information after the bootcamp. Why? Because of the combination between the smartly designed challenges & classes, the friendly & passionate atmosphere, and the final team projects that involve using all of the skills learned in the previous classes. After the bootcamp, I still have to finish my 3rd year at uni, but I use my free time to continue learning new programming skills on the side. Thanks to the bootcamp I feel confident in learning any new programming language or skills, and I have found some freelancing projects that are starting to add up in my CV. As a piece of advice for prospective students: make sure that you are willing to commit 100%. Everything goes very quickly; try to use every second wisely during the bootcamp to learn, make mistakes, have fun, have a chat with the great teachers and staff! Finally, after the bootcamp, do not go back to your ""normal"" life. The skills that you will have learned during these intensive 9 weeks are irreversible; take advantage of them wisely and improve on them immediately!Read Less",FullStack program,Web Development +259550,10868,le-wagon,Anonymous,True,2019,Increible,2019-12-05,5.0,5.0,5.0,5.0,"Un cambio de vida, gran enfoque en los negocios, lo recomiendo. Excelentes profesores y predisposicion. Clases y contenido bien pensado para agilizar las enseñanzas.Life changer, great focus on business, I recommend it. Excellent teachers and predisposition.... Read More Classes and well thought out content to streamline the teachings.Read Less",FullStack program,Web Development +259547,10868,le-wagon,Anonymous,True,2019,Don't believe the reviews,2019-12-05,1.0,1.0,1.0,1.0,"I would not recomend le wagon. It was maybe good when they opened but now they teach technology that nobody uses any more. I heard some one in my city at a meet up call it the boot camp people go to to not get a job. During the project week they are more... Read More interested in having good presentations so they look good then actually teaching the right skills to there students to get hired. They also ask the students to write these good reviews before the boot camp is done, so the students don't realize how useless this bootcamp is and how they dont actually know anything when they go to apply for jobs. I would advise to look at there former students linkedin to see where there working and compare that too other boot camps. This boot camp is not worth 10,000$. It is a scam and a waste of moneyRead Less",,Software Engineering +259514,10868,le-wagon,Ashna Shah,False,2019,Best Decision I Made to Invest in Myself,2019-12-05,5.0,5.0,5.0,5.0,"I studied Mathematics at University and after graduating I wasn’t quite sure what career path I wanted to go down. I ended up working as a financial analyst for a government organisation, but before the two year mark I quickly realised this wasn’t where... Read More I envisioned my future. What I did know is that I wanted something more mentally challenging that also allowed me to be creative.During my studies, I remember regretting not making use of the extra curricular classes that taught programming languages and so it remained on my list of skills I wanted to have. I started looking up coding courses that I could do in my free time, however it never really kicked off until a friend of mine recommended Le Wagon. We attended the Demo Day at the Google for Startups Campus in our home city London and were more than impressed. It was then that I started the Ruby Track on CodeCademy and realised just how much I enjoyed it.I wanted a break from London, as well as better weather so I decided to apply to Le Wagon Bali. There was a part of me that questioned whether I was making the right choice, and if it would be better to do the bootcamp in my home city instead, however I can without a doubt say that I made the best decision to pick Le Wagon in Bali.All the teachers, Guido, Eli, Prima, Gian-Luca, Rayhan & Sonia were fantastic and were really committed to the academic learning of the students as well as their mental well-being. They went above my expectations and would often stay behind after class to go over concepts or help with issues we were having so readily and happily. I learnt so much from them, but most importantly I re-gained my love for learning and a new found passion for web and application development. I feel confident and excited to now start a career in tech which I find absolutely amazing considering my position just a few months ago. I can honestly say Le Wagon Bali has been one of the best decisions to invest in myself that I have made in a while.Read Less",FullStack program,Web Development +259510,10868,le-wagon,Reece,False,2019,Best coding bootcamp in the world,2019-12-04,4.7,5.0,5.0,4.0,"Before Le wagon I was a bit lost, I had just finished playing hockey having to step away because of injury & my mind was starting to go in a lot of different directions. When you spend so much of your time dedicated to one thing, a sudden change can really... Read More mess you up mentally & that leads me to explain my experience at Le wagons bootcamp....It's quite scary being 21 from Canada travelling across the world to learn how to code; something which I knew absolutely nothing about. The first day was intimidating, seeing all these different classmates with prior business, product, and even programming knowledge that I didn't have. A lot of times you want to just give up and quit. I remember week 1 trying to 'iterate through a hash'... and thinking ""I'm never going to be able do this I should just throw my laptop out the window"", but with the help of the teachers and other classmates everything started to come together & FAST. Le wagon's bootcamp may not be considered tertiary education in some people's eyes, but they provide you with connections and resources that you could never hope to find on your own. By the time week 9 came I truly felt confident in a lot of different things that I had no clue how to do before and that is all credited to the way the course is structured. For anyone who is a little bit lost in their life but has the desire to consume new knowledge Le wagon is a must. I learned it's not just about the code, there are so many other avenues & tricks that are taught at Le wagon to help you find the perfect setting for you in this rapidly expanding tech industry.For my final project our team worked on MilesX, an app that allows you to buy and sell airline miles for cheaper business class flights.It was a lot of work, there was a ton of web pages to create, and group disagreements we overcame. All in all I think that having to deal with those hiccups along the way made our project better. Any disagreement always spurred new discussions & having 10 pages made everyone work harder on the APIs, the design, and the basic structure. It turned out really well and I'm personally just happy that our group could learn as much as we did in a 2 week period.For anyone thinking about joining Le wagon, do it. If you have a creative attitude I urge you to explore code. I read recently that only 0.5% of the earths population know how to write lines of code; thanks to Le wagon I can now say that I am apart of arguably the most exclusive club in the world! Why wouldn't you want to join that club too.PS.This is of course my own opinion, but learning to code in Bali is unparelleled ;Reece Soukoroff, Batch 306 BaliRead Less",FullStack program,Web Development +259487,10868,le-wagon,Nicolas Kennedy,False,2019,The best experience!,2019-12-04,5.0,5.0,5.0,5.0,"It was really an experience that changes my life. Currently, I shifted my life to coding thanks to Le Wagon Buenos Aires.The instructors are the best ones and they clearly chose well all their students because out batch was composed of excellent people!... Read MoreI recommended 100%!Read Less",FullStack program,Web Development +259470,10868,le-wagon,Johannes Weber,False,2019,Full-stack web development bootcamp,2019-12-04,5.0,5.0,5.0,5.0,"I completed the 9-week bootcamp with Le Wagon in Bali, Indonesia in November 2019 (Batch #306). The program teaches Ruby, HTML, CSS, Bootstrap, JavaScript, SQL, git, GitHub, Heroku and how to combine everything with the Ruby on Rails framework. Graduates... Read More are able to build web applications incl. backend, frontend, and hosting. In addition, the program touches important aspects such as developing in a team, testing, dev ops, and design. In general, the bootcamp curriculum is very well thought out and fully enables graduates to start building.I’m a 31 years old mechanical engineer and MBA from Germany. In the last five years, I have founded and build a hardware startup in the field of measurement technology for industrial customers. While communicating with our software developers in the role of a product owner, I always felt a communication gap due to my lack of experience in software development. My motivation for the bootcamp was to close this gap and ideally being able to develop a Minimum Viable Product myself for my next startup idea.The Bootcamp has exceeded my expectations, especially in terms of the breadth and depth of practical skills being taught. Each morning begins with a two-hour lecture followed by challenges for independent study, where you can exchange ideas with a student buddy or get help from a teaching assistant if needed. At the end of the day, there will be a live coding of individual students in front of the whole group. Those who still have the energy after 9-10 hours of programming can recapitulate what they have learned at home with ""flashcards"" i.e. virtual index cards.I most liked the methodology and didactic the program follows. Especially the daily challenges are perfectly set up with a gamification approach. Regular successes keep motivation high and the day flies by very quickly. I started a pure online course before and unfortunately had the opposite experience. I can 100% recommend the Le Wagon bootcamp as a full-stack web development in-person program.The location of Bali is excellent because it makes it possible to relax on weekends in fantastic surroundings. In addition, almost all the students have traveled to Bali for the bootcamp and can concentrate on the program without distractions.Read Less",FullStack program,Web Development +259438,10868,le-wagon,Jielun C,False,2019,My life as a student at Le Wagon Bali,2019-12-03,5.0,5.0,5.0,5.0,"Just to start things off, I had no prior coding experience at all before joining this Bootcamp, I was a project coordinator for a local architecture firm before joining an F&B company managing a small group of tenants. My journey started somewhere in... Read More 2018, I took part in a nationwide competition for entrepreneurs, I was convinced I had a great business idea, it paid off and I made it to the final round. On the day of the final pitch, I was put down at every possible moment for not having the technical ability to carry my business to the next level because I lacked the necessary programming skills. Needless to say - I lost the competition. A few months later, the incubator I had applied for had created a platform using the same idea I had pitched to them. What came next was a situation familiar to us all - I went through a period of self-pity and disappointment. I thought I was just not good enough and returned to my old mundane job, got back on the hamster wheel, and started grinding my life out hoping for something to change – which never happened of course. It was a painful lesson but all this time I kept reminding myself that I was going to learn basic programming one day so I would never be in a situation like that again. It was in June of 2019 that I came across Le Wagon online. Most of their Bootcamps are located in Europe and across the world, they were even starting out right here in Singapore which would have been so convenient for me. But one location seemed to call out to me more than anything – Bali. I knew from the first moment I landed on the website that I wanted to learn how to code in the Island of the Gods. I dropped Dirk an email and soon enough we were speaking over the phone and he told me everything I needed to know about the course. A couple of months later I was on the plane to Bali to start the next chapter of my life...The first two weeks of the Bootcamp I was clueless and lost. I had no idea what was going on and I was afraid to approach anyone for help. I was just so used to studying on my own but the load was really heavy and even staying up late nights burning the midnight oil was not helping. I was struggling to keep up with the pace of the course and I even started to question my intelligence at certain points. I didn't know if it was more comforting or worrying to know other students were going through the same thing but at least we were all in the same boat. As the days went by, we spent hours and hours learning and coding, slowly but surely everything was starting to make more sense. I won't go into so much detail as to how the course was structured but all the small pieces of the puzzle were finally coming together to make this beautiful big piece of art. The teachers were patient with us throughout and never lost their temper even when we bombed them with so many questions every single day. Looking back now after the Bootcamp, I finally understand how Le Wagon was training us to just keep taking whatever life throws at us and not to give up. It was not something I thought I would have ever learnt at a coding Bootcamp. We were all thrown into the deep end of the pool and we were struggling to stay afloat. They say that's the only way we learn how to swim – when our lives depended on it.And learn to swim – we all did !During the final weeks of the course, I was fortunate enough to have some students vote for my pitch to work on for the final project. The final two weeks after were some of the toughest but most rewarding weeks of my life. It was not just about coding anymore. It was about learning to code and learning as a team. We could all sit in front of our computers and watch multiple ""learn to code online"" videos but this part of the Boot camp was something that could not be found anywhere else. It was at times frustrating working within a team especially since everyone comes from diverse backgrounds. Working in a team setting always causes some tension and stress and some mornings, I felt like giving up.On the other hand, what I did not know was that the teachers have all seen situations like this countless times before. They spent hours sitting with the whole class guiding us through the process. They helped us from a personal and technical level. It seemed as if the teachers cared more about us and our projects than their actual teaching jobs to be honest. I learnt to be a better team leader and to exercise patience. The teachers were key in encouraging us to continue learning and kept pushing us. It was heartwarming watching the teachers help every single student in the class. Some of us understood concepts better, some of us didn't but they gave the same amount of attention to every single one of us and the required help that we needed. They never said no to us it was encouraging knowing how much the team at Le Wagon genuinely wanted us to learn. I was not the brightest student in class, neither was I the most hardworking. The only attribute I possessed was an honest willingness to learn. Le Wagon kickstarted my coding career and set up the strong foundations to build on my journey into the tech industry. It wasn't just about programming and coding, it was about learning to code in a real time stress environment with a team and finding ourselves in one of the most beautiful places on earth.Read Less",FullStack program,Web Development +259303,10868,le-wagon,Karim Tidjani,False,2019,Perfect Boot Camp,2019-11-27,5.0,5.0,5.0,5.0,"I was a lab research assistant before coming to Le Wagon. My Bootcamp experience was quite a roller coaster, as I almost quit the first 2 weeks. However, with the help of the TA's and teachers, I became more confident and more comfortable with the assignments... Read More and lectures. I don't regret choosing Le Wagon because I'm so satisfied with the experience I had. The final two weeks were really good because that's where you actually put everything you learn into motion, which is very rewarding and I felt that I made the right decision in choosing Le Wagon. l would definitely recommend Le Wagon to anyone who wants to learn how to code.Read Less",FullStack program,Web Development +259286,10868,le-wagon,Gaëtan,False,2019,Going back to code,2019-11-27,5.0,5.0,5.0,5.0,"I have a degree in computer science and 12 years of experience as a C++ developer. Who would have thought that I could have benefited from a 9 week intensive fullstack coding bootcamp ?# Exec summaryDo it.# Why?Following my first life as a developer,... Read More I have progressively drifted to a more managerial position. And years after a years, I began to feel the frustration of knowing exactly what I wanted to code and being unable to.Off course I had started teaching myself through online courses. But believe me I was not completely satisfied with what I was able to produce.Don't get me wrong, online platforms are great. But in a few months after deciding to commit to code again, I had only managed to complete a few courses. I was far from my objective of being able to give life to any idea crossing my mind using code.Nothing will replace the expertise and the vision of a team of talented developers in touch with the tech ecosystem. I happened to know none in my close relations. And where to start?I was lucky enough to know a couple of friends having attended Le Wagon in Paris and Bordeaux, France. Both of them had had professional experience in more business oriented positions and were completely code agnostic before Le Wagon.After talking to them, I decided I should enroll in the program and give it a try.Here is my review after having attended Le Wagon fullstack program, batch #250 in Paris, Q2 2019.# Prepwork:I think it is important to take the time to properly go through every aspect of the prepwork if you intend to take on a coding position. Everything that you see will be of use at one time or another.# Daily life:The teaching method has proven its value and is quite efficient:- repetition (prepwork, morning courses, afternoon live code)- practice (daily challenges + optional exercices)- collaboration (coding buddies, end of program projects)- energy (the educational team is ultra cheerful and high spirited)- and some rest (parties, community events, yoga)# Students:I thought that the diversity of the profiles both in terms of background and age was very enriching.Being in contact with beginners was for me the opportuniy to dive deeper into my understanding of the core concepts through the help of others students.# Teachers:The team both of teachers and non teachers is extremely supportive and helpful.Many thanks to them for always taking the time to respond to my silly questions with no practical application whatsoever - what can I do, I think I came to like Ruby ;)# You:The fulltime program is quite intensive, even for someone already familiar with the underlying concepts of development and of the web. You will not get bored, as the daily challenges also include optional challenges with increasing difficulty.I think you should start the program well rested and committed. The courses progressively jump from one notion to the next and you will not get the time to get overly comfortable in a specific area of expertise.# Plaftorm:The teaching platform is a very well crafted jewel and is very convenient. I am looking forward to produce an app of my own with this level of quality.# Conclusion:Overall, I think that the program is a perfect blend of energy, collaboration, technical expertise, UX/UI vision, and product approach.After 9 weeks including 3 weeks of team projects, I found myself able to bootstrap or join any coding adventure.Of course I will continue to teach myself using the Le Wagon teaching platform, community events, and other online courses.Le Wagon gave me the kick start I needed to get back on track.A big thank you to the Paris team!Read Less",FullStack program,Web Development +259228,10868,le-wagon,Eric Reale,False,2019,Do Le Wagon in Bali!,2019-11-26,4.7,5.0,5.0,4.0,"I just completed the Full-Stack Development Bootcamp with Le Wagon in Bali, Indonesia (Batch #306). In 9 intense weeks, we learned the fundamentals of web development, culminating with us building from scratch two working prototypes. The pacing, teachers,... Read More and curriculum organization were absolutely top-notch to learn launching a well-designed project quickly.Before joining Le Wagon, I was an accountant and business consultant for five years in Washington DC. While I’ve always had a passion for entrepreneurship, I lacked the skills to turn my ideas into reality. Through this (demanding, yet fun!) program, I feel comfortable with my programming foundation enough to continue working on my own after the course. I started a new project just days after!The typical day looks like this: Arrive around 8:30/9, about a 2 hour lecture to learn a new topic for the day, and then from 11-5:30 you pair up with a classmate to work on challenges at your own pace. At 5:30 we have another lecture/livecode/group activity. The whole time the teachers are there with you every step of the way to answer questions or clarify concepts. Perhaps one of the most worthwhile and beneficial parts of Le Wagon is access to high caliber teachers. For me, this is the biggest separation from learning code on your own.Overall, I had a very positive experience with Le Wagon. I feel like I have a completely new set of tools to reshape my career going forward. Whether you’re interested in changing your career path, pursing side projects/companies, or simply to learn a new skill, I’d 100% recommend the decision to go with Le Wagon.Read Less",FullStack program,Web Development +258897,10868,le-wagon,Michael Wang,False,2019,One of the best decisions of my life!,2019-11-19,5.0,5.0,5.0,5.0,"My story is probably not too uncommon, but I initially joined the Le Wagon full-stack program hoping to learn how to program, and hopefully seeking a career change. Admittedly, I was initially skeptical as to how much value I would get from this 9-week... Read More program, but having finished the program I would have to say it was one of the best decisions in my life! Having started with just a mere interest and basic understanding of programming, I came out of the bootcamp learning and accomplishing more than I ever imagined, and feeling even more motivated to continue learning more about programming and it has shifted my career towards this industry. There are so many things that it does right, and I do have to commend its approach to teaching its content as well as the teaching staff who are very supportive and hands-on with your learning. Also, learning alongside with such an amazing and diverse set of peers, who all have the same motivation and passion for programming, made this experience less of a lonely one and it made me feel like I was part of great community!Read Less",FullStack program,Web Development +258878,10868,le-wagon,Perrin Bryson,False,2019,The 9 week Marathon,2019-11-18,5.0,5.0,5.0,5.0,"Before joining Batch 281 at Le Wagon Montreal I was working in B2B Marketing for IT. The job was ok but there was no room for growth in the company. I felt stuck and really wanted a change. But I also didn’t want to go back University for another 2-4... Read More years. A 9-week bootcamp sounded perfect. So, I applied.Flash forward a few months to the first week of “camp” and right away I knew it wasgoing to be worth it. Our daily schedule was honestly the best part. Class was only an hour and a half long, followed by a good 6 hours of practical exercises. Learning to code is hard and the only way to develop and get better is to practice as much asyou can. Believe me, you practice at Le Wagon.By the end of the 9-week marathon I had built so many things it was amazing. From simple math programs, to a multi-page e-commerce site with full front and back endcapabilities, it’s hard to think that it was only back at the beginning of July that I started all of this. Everything I’ve said so far alone would make doing the bootcamp worth it. But thereis so much more to it. I met and made new friends, made fantastic network connections, attended my first hack-a-thon, and joined a network of amazing Alumnifrom around the world. I loved my time at Le Wagon Montreal and wouldn’t change the long hard hours and large team projects for the world.Read Less",FullStack program,Web Development +258837,10868,le-wagon,michael boutelet,False,2019,My journey with Le Wagon Paris,2019-11-16,5.0,5.0,5.0,5.0,"my trip with the Paris wagon. When I started thinking about participating in The Wagon, many people tried to discourage me by telling me that I can learn all these things online or that the market is already saturated with developers. Some thought I would... Read More find the coding boring, even though nothing could have been more boring than my old Job. I was a physical trainer but I was bored. I worked in France and England but I was bored. Then I made the decision to make the car and applied. What can I say except that it was exceptional. I'm not disappointed that I did it and my only disappointment is that I didn't do it sooner. Everything is magnificent from the premises to the people we meet, the evenings with the alumni. The content of the courses is rich and well explained. The teachers are patient and know how to get you back on track if you ever let go. It's intense especially during the first 3 weeks but you have to hold on and not lose hope. Things integrate into you without you noticing. I didn't think I would be able to succeed in this adventure, the teachers supported me and motivated me until I unblocked and headed for success with the certificate. every week you have an after work and different activities which makes you feel like you are part of a big family. And indeed we are a big family with links all over the world. If you hesitate any longer, you will miss out on an extraordinary adventure that can change the course of your life.Read Less",,Software Engineering +258830,10868,le-wagon,Terri Hounsom,False,2019,Life-changing - highly recommend Le Wagon London!,2019-11-16,5.0,5.0,5.0,5.0,"I had no technical background or experience at all when I decided to join Le Wagon, I have a degree in Literature/Philosophy and had spent 8 years in education recruitment - so quite different! I’d been contemplating making a career change for a while,... Read More and did a lot of research into different options before I landed on the idea of a bootcamp course. I applied to a few of the different bootcamps in London but was leaning towards Le Wagon for a number of reasons, two of them being how welcoming and friendly Alex was when I had my interview at their (really cool) London campus, and secondly how active and connected their alumni network is. I wanted to be part of something that doesn’t suddenly end when you finish the course, but is about giving and receiving support for the long term. I was accepted onto the course that started in July 2019, and the course itself was a complete whirlwind of great fun with awesome people. The days were intense and I dreamt about code pretty much every night, but they have perfected the balance between hard work with social activities and really nice touches, like cake every time it’s someone’s birthday (which was a lot), yoga, pizza lunches and other social events to help everyone let off steam. The curriculum builds day by day in such a way that feels so natural - you don’t realise how much you’re learning until you’re suddenly building entire web apps! I absolutely recommend Le Wagon to anyone who wants to learn to code without hesitation.Read Less",,Software Engineering +258801,10868,le-wagon,Fahad Al Rasheed,False,2019,My journey to coding in Barcelona,2019-11-15,5.0,5.0,5.0,5.0,"I had been running my own media company for about a year and a half after deciding that teaching English was not challenging me professionally or personally anymore. I had reached a point where going it ‘on my own’ was my only real attractive option.... Read More Being a first mover came with certain advantages within my own market. However, this was short lived as the technology I was deploying became more user friendly, readily available and affordable. This slowly pushed me to want to stand out of the competition and offer something my competitors weren’t. This is what initially made me consider learning how to code. I also felt that I had an innate knowledge gap that I was intent to fill and fulfill a personal objective. I visited various coding bootcamps in order to get a ‘feel’ for each one and see where I would best fit in. After having my initial contact with LeWagon I was convinced it was the best option. Their no-nonsense, personal, one-to-one approach during the initial communication is what finally made me decide that it was the bootcamp I wanted to attend. I haven’t looked back at that decision since. From day one I noticed that I was surrounded by an intelligent, driven, passionate and international class. I came to know that it was in fact the most diverse batch even to have come out of Barcelona and it really showed throughout the course. I am naturally a slow learner; I like learning on my own pace and the bootcamp did feel overwhelming at times. The peer and teacher support however were incredible throughout, giving all the necessary support along the way. Every morning, teachers came to class with an unparalleled passion for their areas of expertise. This passion resonated towards me and helped me stay motivated through thick and thin. The most giving element of the bootcamp was definitely the inspiration that the staff gave me to learn and grown and I know many of my peers agree with me on that. During my time at LeWagon I pitched an idea for a mobile app to help airport passengers find interesting things to do during long transits. It was eventually voted on and chosen as a final project. I had the pleasure of leading an amazing team to build the application in the last 10 days of the bootcamp and finally pitching the prototype to an audience at the final demo day!As for me, I took a long and well-deserved holiday immediately after finishing the bootcamp. I then went back to work in my media company. After two months I landed my first web-development project for company here in Barcelona. Not only am I able to create content for my clients, I am now able to integrate this content into their current websites or build new ones for them out of scratch. I now feel ahead of the curve again. The bootcamp was, for me, just the start. I’m more eager than ever to improve my coding skills, collaborate within different disciplines and stay on the ball! To all the talented and inspiring staff at LeWagon, Thank you. FahadRead Less",FullStack program,Web Development +258760,10868,le-wagon,Giovanni salcuni,False,2019,Mon expérience au wagon,2019-11-14,5.0,5.0,5.0,5.0,"J’ai fait la formation du Wagon à Lausanne en Avril 2019 à 17 ans. J’avais déjà quelques bases de HTML, CSS et JavaScript car j’avais commencé à travailler dans une startup. Mais je dois dire que j’ai été surpris par tout ce que j’ai appris pendant les... Read More 9 semaines. Je ne pensais pas apprendre autant en si peu de temps. C’était dur, mais au bout de quelques jours on prend le rythme et on se prend au jeu. J’ai bien aimé aussi qu’il n’y ait que peu de théorie et beaucoup de pratique avec des exercices, des projets et du travail en groupe à la fin. Au final en sortant de la formation, j’ai continué à me former (sur React) et j’ai trouvé assez vite un poste dans une entreprise.Read Less",,Software Engineering +258752,10868,le-wagon,Karolina,False,2019,Enriching experience,2019-11-13,5.0,5.0,5.0,5.0,"When I started thinking about attending LeWagon, quite a few people tried to discourage me by saying that I can learn all of those things online or that the market is already saturated with developers. Some thought that I will find coding boring, even... Read More though nothing could have been more boring than my previous jobs.I have signed up for codecademy a few years ago and found it really appealing but with a full time job and no one to ask for help whenever I encountered a difficulty I abandoned it quite quickly.It was in the beginning of this year that I have gathered the courage to quit my job and enroll at the bootcamp and my only regret is not doing it sooner! It is very intensive and if you have not used your brain in a long time it can be quite difficult at first, but the good thing about LeWagon is that there are plenty of teachers and teaching assistants that are there to help and you can also ask other classmates for advice. The real fun starts halfway where you can put everything you learn to practice and create real projects and be creative, no one tells you what to do - you decide!During those 9 weeks I acquired skills that I never imagined myself having and now have a kit of valuable tools!Read Less",FullStack program,Web Development +258725,10868,le-wagon,Frederic Laffont,False,2019,A one life experience,2019-11-13,5.0,5.0,5.0,5.0,"Lawyer until June 2018, I did batch #250 at Le Wagon Paris between April and June 2019. Before Le Wagon, I created my training organization in October 2018. Since a very young age, I was interested in computers. Fascinated by coding, learn it was the... Read More next logical step.Because of my schedule and after looking a few different schools, there was one in particular that caught my eye. It was Le Wagon ! Why ? They teach you « coding » in only 2 months, and they make it very easy for you to reach your goal right after (find a job, start your own business...).I've never learn so much in a short period of time !The most amazing thing that I truly value during my time at Le Wagon was meeting so many like-minded people. Not just meeting our teachers and cohort, learning in a co-working space got me a chance to meet different entrepreneurs, developers, designers... It helps me to stay motivated and inspired throughout my coding journey. The teachers and teaching assistants are always there to support you and you will be learning a lot really fast.And you know what ? I’m now, in turn, a teaching assistant at Le Wagon Paris.A big thank you to Le Wagon Paris and their staff for making this whole bootcamp a life changing experience.If you are wondering whether you should do it or not. Just stop wondering and go for it, you will never regret it.Read Less",FullStack program,Web Development +258705,10868,le-wagon,Kenny Cuoq,False,2018,The most enriching intellectual experience of my life,2019-11-12,5.0,5.0,5.0,5.0,"Having been into tech for some time, I joined Le Wagon in Bali between graduating from uni in London and starting my job in ecommerce at Amazon a few months later. My goal was to acquire the skills necessary to evolve within more technical roles within... Read More the tech industry or be able to put together a product quickly if I ever wanted to start a business.Le Wagon promises to bring technical skills to creative people and delivers on that promise splendidly.As you start the bootcamp having seen some of the products presented on demo day, you think ‘There’s no way I’ll be able to do something like this’ but as the weeks pass by your ability to build grows exponentially and everything starts coming together. LW provides all the skills you need to put together a well-functioning, well-designed app. I was lucky to be able to build my product idea in a team of 3 and the end result exceeded in every way the expectations that I had for an MVP.First you learn about the inner workings of Ruby, Object Oriented Programming and the MVC pattern, that will let you build the back end of your project. You then learn the UI/UX side of things with HTML/CSS and JavaScript. Finally you learn to make everything come together with a developing framework (Ruby on Rails) and get plenty of opportunities to practice by building two web apps.About Bali:I literally cannot think of a reason why someone would choose to do Le Wagon anywhere else than Bali. It will cost you less to fly in and out of you country and live in a villa near the beach and live comfortably than rent a room and live day-to-day in a big city.I also cannot think of a better learning environment than Bali. Let me illustrate my point with a description of perfect day at LW Bali:6:30am: Wake up and drive down to the beach on my scooter for a surf lesson8am: Come back home, jump in the pool, shower and head to Le Wagon. The classroom is on the rooftop of a hotel with sea view. Get an omelette for ~£1 from the hotel’s kitchen, get ready for the day.9am: Go over today’s new concepts in the 1h/1h30 lecture, settle with my buddy for the day on the bean bags on the terrace and start work on today’s exercises.12:30am: Lunch break. Go with some classmates to one of Canggu’s restaurants (they’re all super close), eat a filling and healthy lunch for a fraction of what it would cost me in London. Head back to LW.1:30pm: Solve more problems, they usually get more and more challenging as you get through them. Raise a few tickets if I get stuck on some exercises.Around 5pm: Live code time, a teacher presents us with a problem that we have to solve in teams right there, and then we go through the solution all together.6pm/6:30pm: Head to a bar/restaurant on the beach with some classmates, share a beer and a dinner, watch the sunset.8:30pm: Go home and go over today’s flashcards to internalise today’s new concepts. Sleep early to feel energised for the next day!All in all, the quality of living is so good that you can focus truly on getting as much as you can from the program. The vibe is relaxed enough that you don’t feel FOMO from working a lot but dynamic enough that there’s always somewhere exciting to go on the weekend.About the people: The core team is amazing and makes sure that everything works out fine. When I had a last minute passport issue, they worked with me and found a last minute solution that solved the issue. They’re people you can talk to seriously if there’s an issue but that you can also have fun with on the weekend.As for the students, the people that do LW in Bali are often ppl that travel to Bali specifically for the bootcamp. As such, the classroom becomes your main source of socialising and you develop a tight community feeling. There are more people that are professional and come here to transit to something new than say, college graduates. The Bali effect means that age barriers don’t really apply there, I was the youngest of the batch and never once felt that was an issue. Everyone comes with their own background and everyone leaves Bali with an international network just from that classroom.Wrapping up:I left LW feeling more empowered than after 3 years of university, and probably learned what would have taken me at least 2/3 years to learn by myself in my free time. Also taught me how to learn, after the bootcamp I was able to build my own personal project from scratch with only the help of Internet when I got stuck (and a few posts in LW’s Slack ‘Help’ channel :))I know some other bootcamps are way more job oriented and will spend time on acing developer interviews, or will train you super hard in one language so that you can get a job as a developer in that specific field. If that’s your ambition, those bootcamps might be a good option for you. Who LW is for: the budding entrepreneur, the creative, the guy who wants to become a product manager. LW focuses on letting you build stuff.Read Less",FullStack program,Web Development +258694,10868,le-wagon,Fitzgerald Brandt,False,2019,"Le Wagon, an experience of a Life Time! batch#247 Montreal April 2019",2019-11-12,5.0,5.0,5.0,5.0,"Although I'm 56, and never touched a line of code for 22 years, programming has always been a subject of interest to me. I enrolled in this 9 weeks program to better understand how computing has evolved in the past 10 years, and yes I learned Ruby, OOP,... Read More ActiveRecord and SQL , CSS, some Ajax, Rails, and most of all how to work in TEAMS. Le Wagon learning system puts a special importance on working in teams which prepares the student for today's computing corporate environment.As a student you obtain access to le wagon Dashboard that monitors your daily progress and is loaded with information, examples and comprehensive exercises per subject. You have access to this Dashboard for life which is a priceless tool to stay up to date and to refresh your memory on particular subjects.The staff in Montreal is outstanding, they take the time to listen and help you when you are facing difficulties. During this 9 weeks session a number of presentations were organized where companies came to meet the students , and some got job offers even before they finished the session.Le Wagon's is an intense program that will teach you tons of material and teach you the methodology to learn better and faster. Compliments to Le Wagon !!!Read Less",FullStack program,Web Development +258663,10868,le-wagon,Alastair,False,2019,Great,2019-11-11,4.7,5.0,5.0,4.0,First time in my life where I felt that instructors were truly approachable.I loved the experience and can't fault the school for anything outside a few personal preferences (i.e. more time on ES6 & learning Python as opposed to Ruby). The quality of... Read More instructions was great and the school was flexible enough to allow students to set their own goals.Read Less,FullStack program,Web Development +258652,10868,le-wagon,Bruno Marin,False,2019,Life changing experience at Le Wagon Rio de Janeiro,2019-11-11,5.0,5.0,5.0,5.0,"It's been three months since I finished Le Wagon's Bootcamp and I'm pretty happy how things have gone so far.Well, prior to Le Wagon, I had been working as Product Manager in Rio de Janeiro but I've never had the chance to really dive deep into technology,... Read More which has been my goal since I figured it out this was the market that I'd like to work on. As a PM, it is really important to evaluate the customers' needs, to know how to deal with the different stakeholders and, of course, understand what has to be done to solve the customers pains. However, in the startup environment, things happen really fast and your pace must be equivalent, in order to deliver value to the customers and its investors. Thus, I felt that I had a technology knowledge gap which was holding me down to take higher flights.As soon as I felt that I needed to take this step deeper into technology, I found about Le Wagon and, since from reading its syllabus, I felt that it would be a great opportunity to learn and evolve as someone who wants with technology for life.I took part of the #261 batch and it was a great opportunity to meet new people, exchange experiences and, of course, learn a lot of new things. The bootcamp is really hands on, with a lot of practical exercises and with a dynamic really similar to what is working as a developer in the real world. The student really needs to look for the answer, debug its code and learn from its mistakes. Also, what impressed me was the product driven mentality from it, which lacks in a lot of companies and is a huge differential among other developers.After struggled a lot, I'm pretty sure I'm on the right track. At the moment, I work at Stone Pagamentos, the most valuable payment company in Brazil, as a developer and I'm sure that the Le Wagon took a huge part on it.Read Less",FullStack program,Web Development +258510,10868,le-wagon,Théau,False,2019,Batch 276 - Le Wagon Bordeaux,2019-11-07,5.0,5.0,5.0,5.0,"Étudiant et intéressé par le côté entrepreneurial je suis venu au Wagon Bordeaux avec la volonté d’avoir les compétences nécessaires afin de concrétiser mes idées.En plus de compléter mon cursus d’école de commerce, cette formation m’a permi de découvrir... Read More toutes les opportunités que pouvaient offrir ces compétences techniques.À présent, je souhaite me diriger vers le métier de Product Manager puisque cette une fonction m’a particulièrement plu lors de notre projet de fin de batch où nous avons choisi de créer une plate-forme permettant d’améliorer le service en pharmacie.Au-delà des compétences, Le Wagon m’a permis de faire des rencontres super et enrichissantes avec des personnes de différents profils!Read Less",FullStack program,Web Development +258499,10868,le-wagon,Barbara Peric,False,2019,My Barcelona Bootcamp experience,2019-11-07,5.0,5.0,5.0,5.0,"I was working as a project manager in tech before I decided to learn to code. I find coding an incredibly powerful and creative way to solve problem. I tried to do a couple of online courses, but it never stick to me. So I decided to take the leap, commit... Read More all of my energy to doing the in person course. Le Wagon was the perfect choice - not only because of the incredibly curated curriculum but also because of the amazing community and support that continues even after the bootcamp.My greatest takeaway was that I learnt to absorb great amount of information. At first it all seems daunting but later it all falls into place.My advice for anyone joining is to try to prep as much as you can before the course, commit to it and don't give up, it will all pay off. ' Soon after finishing the bootcamp, I stared working as a full stack developer, using React and Node JS.Read Less",FullStack program,Web Development +258454,10868,le-wagon,Dima Tarasenko,False,2019,Fantastic Experience at Le Wagon London,2019-11-06,5.0,5.0,5.0,5.0,"Before Le Wagon, I had just finished a year long internship at a big corporate where I was tasked with a bunch of innovation projects involving technology. The biggest thing that stood out to me was the disconnect between the technical teams and what... Read More they referred to as “business”. This was by far and away the biggest challenge to building large scale, successful technical solutions at that company. So I thought I would do Le Wagon so in the future I am able to bridge that gap. I was hoping I’d do well to come out the other side able to hold a conversation with a developer. Little did I know that you really could become one in the space of 9 weeks. It is a truly effective programme that goes fast, but not unmanageably so. I really feel like we have covered the fundamentals quite extensively, which was a fear I had when considering this. The greatest thing for me was the product focus of the programme. I am pretty sure that in no other setting could I get that level of digital product understanding because the reason for it wasn’t just the content, but all the people as well. You get a real entrepreneurial spirit at Le Wagon and it translates into how teachers help you, what you discuss in spare time, what you build for final projects etc. Final projects, the way Le Wagon sets them - with design, development, deployment and marketing all covered, is simply an awesome way to learn! In the end I am so happy with the decision to go and it has been life-changing, just as advertised. Before, I was an aspiring entrepreneur having to work for someone else because I couldn’t find a technical co-founder, now I am doing my university degree while building 2 startups from the comfort of my home.Read Less",FullStack program,Web Development +258453,10868,le-wagon,Théodore Brossollet,False,2019,Super useful,2019-11-06,5.0,5.0,5.0,5.0,"I joined Le Wagon Bootcamp with a rather precise product idea that I wanted to develop, without knowing how to execute it. I left Le Wagon with an Minimum Viable Product (MVP) properly developed with my team thanks to the help of the outstanding staff.... Read MoreI kept on developing the app for a while with my co-founder that I met during the bootcamp, but eventually our paths separated and I decided to keep working on the product that will be released soon.If you want to create a web product and that you don’t have any concrete knowledge about code, Le Wagon is a good first step to master this technical environment.Read Less",FullStack program,Web Development +258382,10868,le-wagon,Beltran Léo,False,2019,Best experience!,2019-11-04,5.0,5.0,5.0,5.0,"I’ve been interested in programming for a few years now, starting with a little bit of Javascript that I learned on Internet. Then when it was time for me to go to university I decided to learn physics because I knew that I would find a way to learn to... Read More code elsewhere at some point in my life.That’s when, a year later, I’ve heard about Le Wagon and decided to go for it! And that’s how I took one of the best decisions of my life! To go to Montreal and do this two months INTENSIVE bootcamp was for me a life-changing experience. I insist on intensive because it really is! You’ll breathe, eat and dream (literally) of code! But thanks to an incredible team and teachers, everything will be fine and you’ll enjoy it!This experience at Le Wagon Montreal, of course, taught me to code but also about team work, and showed me how hard I was able to work on a project if I was passionate about it. It also helped me develop the ability to ask for help! (Because let’s face it you’ll need it at some point, which is fine because the team and your buddies are there for you!)Now I can’t wait to do more and more projects! Your only limitation after Le Wagon will be your own determination and motivation to learn more!Read Less",FullStack program,Web Development +258378,10868,le-wagon,Jonathan Wagner,False,2019,great school,2019-11-04,4.7,5.0,5.0,4.0,"Le wagon a été pour moi une expérience incroyable.J’ai découvert des outils technologiques et j’ai appris à les maitriser. Ça été aussi une véritable expérience humaine.Ces 9 semaines sont passées à une vitesse folle et me voilà aujourd’hui armé de compétences... Read More techniques dépassant mes attentes.Au Wagon on n’apprend pas qu’a coder, on apprend également à apprendre, à tel point qu’il m’a fallu à peine 2 semaines pour apprendre un autre langage complémentaire (Python) et il m’a fallu autant de temps pour décrocher un gros contrat avec un client asiatique.Les professeurs sont tout simplement géniaux : pédagogues et présents. Ils ont été un élément clé aux nouvelles compétences techniques que je suis fier de posséder aujourd’hui ainsi qu’à l’obtention de mon Certificat Niveau 2 (RNCP).Pour réussir au Wagon, il faut simplement y croire et s’accrocher. On se rend alors très vite compte de notre progression quotidienne. Ça va vite, même très vite, mais avec simplement un peu de rigueur, vous aurez rapidement l’impression d’avoir appris autant en 2 mois qu’en 2 ans !Read Less",FullStack program,Web Development +258372,10868,le-wagon,Samuel Cheesman,False,2019,Changed my life and learnt to code!,2019-11-04,5.0,5.0,5.0,5.0,"I’ve always been a nerd but I’ve never had the patience to sit down and code, let alone where to start. I remember the first weeks of the course, having done the prep work I thought we would be eased into the world of coding with a few theory-based lessons.... Read More Instead, I found myself learning how to use the terminal on the first day, and I’m pretty sure my first line of code was written on the second. Thank code it was practical, I’m the type to switch off if I’m not engaged by what I am doing. Each week we would complete a set of challenges. Each week it would get more complex there would be moments where I was pulling my hair out, however, the teaching staff were always on hand to help breakdown the problem and help me reach that eureka moment. The part-time course was challenging and it’s not for the faint-hearted. You are about to embark on a journey of trials and tribulations for 6 months. But my, it is worth it in the end. I’m far more competent than I ever imagined. My reason for doing the course was, having some entrepreneurial spirit I’m always hatching an idea. Whereas in the past, I may have cobbled together a landing page, using some HTML template and a series of trials and errors. Now I’m capable of building a web application and this is what I plan to do with my newly found free time. Well, at least some of it. This course is for entrepreneurs and wannabe developers alike. I would also say anyone working in the tech sector would benefit from this course. I myself work for an app and this course has enabled me to understand conversations that in the past would have gone right over my head. Viva Le Wagon!Read Less",FullStack program,Web Development +258358,10868,le-wagon,Luís Quilhó,False,2019,Incredible experience,2019-11-03,5.0,5.0,5.0,5.0,"I've always been curious about coding but I never pictured myself as a developer. I always thought that it was some sort of world that was reserved only for the skilled and extra-smart people.One day, after talking to a friend who had done the bootcamp... Read More I visited the Le Wagon's webpage, I realised that my ideas were far from the truth and learning to code was something that I could actually do.Now, after finishing the program, I realise that I enjoy coding more than I initially thought and there's a whole new world ahead of me.Doing Le Wagon's coding bootcamp was for sure one of the best investments in my personal and professional growth.All the content is carefully organised in a way that at the end, we end up being able to build a web application from scratch, and only in 9 weeks!!The teachers were all top-level! Every single one of them, covering all the topics, they were well-versed on the subject-matter and that was very reassuring.The learning materials were also designed in a way that are so cool to use and revisit whenever we need. Even today, when I'm developing some new project, I go to Le Wagon's Kitt platform to review some topic or video lecture. Having access for life to this knowledge repository is worth the investment!The management staff was also extremely professional and always caring for our needs. They made constant efforts to make sure that everybody was keeping up with the pace and always made us feel comfortable and at home. For me it's still a joy to go the school for a visit, hangout with new friends or to do some work from there.Also it's worth mentioning the worldwide community that I'm part of now. Le Wagon's online network allows us to share whatever issue with our fellow Wagoners that are across the world and that's also very comforting. I now feel that I'm part of a new family :)In short, learning to code at Le Wagon really changed my life for the better and I really recommend to anyone who's willing to make the plunge into this exciting world.Read Less",FullStack program,Web Development +258274,10868,le-wagon,Tony Yu,False,2019,Life-changing experience in Bali,2019-10-30,4.7,5.0,5.0,4.0,"I dabbled in coding when I was in high school but never thought to pursue a career in it. I have a bachelor's degree in business economics and after spending over 4 years as an ophthalmic technician I decided I wanted to do something different. The Bootcamp... Read More was definitely a challenge for me, and I struggled initially in a good way. I think the structure of the Bootcamp and learning method worked for me. Short and intense lectures every morning and then the rest of the day to work on what we learned that morning. It's really an incredible learning curve and it was amazing to see how quickly i progressed. The resources that Le Wagon provides are outstanding. The learning platform we used, Kitt, is great because all the lesson material is in one place and we can always refer or check the lecture slides and knowledge base because we have lifetime access to it! I worked on Lavender, a platform for social investment as my final project. I especially enjoyed JavaScript - one of the many programming languages we learned in the Bootcamp. It makes dynamic websites and I was able to code the features in the final app we presented at the end of the Bootcamp. I enjoy every part of the development process but my favorite is working on the front end because of its creative potential, because I can see the results immediately. So I think for anyone interested in coding, I really recommend Le Wagon because you get to explore different languages and eventually you'll see what works for you and maybe you even discover what you want to do with these new skills. Doing the Bootcamp in Bali was a great decision. Le Wagon has locations all over the world but I felt that coming from Los Angeles, it would be a similar environment. The weather is great and I don't think there's any place I'd rather learn to code in. You have this great view from the classroom and it's all positive vibes. Spending 2 months in Bali really makes a huge difference.Before I started the Bootcamp, the goal was to learn how to code and produce creative products and solve problems. I was able to accomplish all of that after 9 weeks, that's pretty crazy. I definitely had to work hard throughout the program but it was worth it. Le Wagon has helped me start the journey to pursue my interest in building scalable, innovative products that can make a positive difference in its users' lives.Read Less",FullStack program,Web Development +258267,10868,le-wagon,Nicholas Stern,False,2019,Le Wagon Bali,2019-10-30,5.0,5.0,5.0,5.0,"Before Le Wagon, I was studying Business Economics when I met a friend who introduced me to the world of coding. I immediately started studying on my own and tried to get to a solid level but quickly learned how difficult it was without any real guidance.... Read MoreThis is where Le Wagon Bali came in. I'm not going to lie, I was extremely skeptical before joining the course with major questions like ""Can I really learn to code in only 9 weeks?"" These concerns were immediately addressed when the course began. Le wagon's meticulously planned course, along with their incredible instructors, taught me more than I could have possibly anticipated. I learned 50 times more in 9 weeks in Bali than I did in 3 months of studying on my own. I went from essentially knowing nothing to building my own fully functional web-applications.I am extremely grateful for the experience they provided and I seriously couldn't recommend Le Wagon any higher to someone who wants to learn to code.Read Less",FullStack program,Web Development +258249,10868,le-wagon,Julien,False,2019,Incredible experience,2019-10-30,5.0,5.0,5.0,5.0,"Batch 276 - Le Wagon BordeauxAttiré par le monde informatique, j’ai décidé de me lancer dans l’univers de la programmation web. Voulant entreprendre une formation accélérée, je me suis naturellement orienté vers la formation du Wagon.Après avoir assisté... Read More à plusieurs meetups organisés dans leurs locaux, j’ai été séduit par le contenu de la formation, l’ambiance et cette passion que souhaite véhiculer les membres de l’équipe.Le bootcamp m’a permis de valider des compétences techniques, d’acquérir une méthodologie de travail, de bénéficier d’un réseau professionnel international de plus de 6400 alumni et ce fut une expérience humaine hors norme.Pour résumer, si vous êtes motivé et persévérant, cette expérience au Wagon ne sera que du plaisir !Je recommande les yeux fermés !Read Less",FullStack program,Web Development +258221,10868,le-wagon,Charles,False,2019,Best career decision,2019-10-29,5.0,5.0,5.0,5.0,"After more than 10 years as an operational and financial director, I recently decided to launch my own company. Quickly, I felt frustrated by my lack of technical knowledge and necessity to rely on others to do even a simple landing page, and thus decided... Read More to join Le Wagon. With no prior technical knowledge, and Uni being a vague memory for me, I have to admit that those 9 weeks were pretty intense. But between the amazing teachers and the mutual support between students, it felt like one of the most vibrant experience of my life. More than skills, Le Wagon teach you to be product oriented and above else, made me part of a family of vibrant professionals, always looking after each other. Thanks to Le Wagon, I’m now finalizing my landing page and will soon launch an MVP of my product, myntee.ioRead Less",,Software Engineering +258202,10868,le-wagon,Jordan L,False,2019,Learned a lot and made great connections all while having lots of fun!,2019-10-28,5.0,5.0,5.0,5.0,"Fantastic program. I started with NO programming knowledge and by the end, I was able to build on my own a full Ruby-on-Rails web app that impressed interviewers so much, I was offered a job. The curriculum is strong, however, it is not easy. You will... Read More have to work hard and review at home in order to succeed, especially since the fullstack program is condensed into 9 weeks. That said, you will have the support of your drivers (teachers) and fellow students to lead you on your journey to success.Read Less",FullStack program,Web Development +258193,10868,le-wagon,Briyan Cessac,False,2019,An outstanding journey and a one life-time experience,2019-10-28,5.0,5.0,5.0,5.0,"Graduated from a business school, having worked in finance, marketing and business development in the Real Estate Industry and Banks, I was seeking to develop my entrepreneurship skills.I always was excited intellectually about coding, starting like many... Read More financial persons on excel and going through VBA to automatize many processes of the working place I used to work into, improving the fluidity of the operational part, diminishing repetitive actions and minimizing human risks.Deeping myself into the code, was for me a necessity, mainly because I always want to learn about everything, but moreover be able to understand, communicate and exchange in my future jobs (that will for sure be in the tech industry) with either technical or business persons.What is the most surprising in this experience, is that you came to learn code, thinking that you will spend hours on your computer, and going back home exhausted. Well, most of the days you will...But some other days, starting paying attention to your environment, you will meet incredible people, with outstanding background: from the person being a monk over the past 10 year looking to change his life for good, to the marketing / HR persons looking for to have shift in his career passing through the professional tennisman and brilliant entrepreneur passionate about investment.Having such diversity is what makes this Bootcamp something bigger than just a learning experience. Maybe not everybody leaves from here, having new best friends, but for sure you are now a part of a new family. It's just up to you to dive yourself into it. So, what I'm doing now ?Having a focus on the product I dedicate my recent days to work with my CTO in my start-up on the UX / UI (being more interested in the front aspect) conceiving and achieving our product.At the same time, I'm on my way to pass jobs interview to join two persons of my project team (grizbi) that has been hired in the same place, a consultancy firm dedicated on digital transformation integrating technical aspect in his reflexion and having a environment similar to the one that you can find in le Wagon.And finally but not the least, as I always wanted to involve myself in education, I had the opportunity to join Le Wagon's team as Teacher Assistant in order to help and follow the new student in their comprehension.That's it for me, the rest you will have to discover it by yourself, but first come to the Demo Day to just have a hint of what can be a signifcant change in your life !Good luck on your learning path !Read Less",FullStack program,Web Development +258192,10868,le-wagon,Eugénie Inbona,False,2019,"Work hard, play hard - best decision ever",2019-10-28,5.0,5.0,5.0,5.0,"You do not learn to read and write to become a writer, you learn it to be able to communicate and actively participate to your environment. Le Wagon allows you to do both: it not only gives you the skills to become a Junior Developper, it also increases... Read More your product and entrepreneurial mindset to be able to thrill in a potential future career in the Tech field. Prior to le Wagon, as a brand new graduate in a traditional Economics & Management bachelor, I had no clue I could be up to learning how to code. We all have this cliché in mind that it is a skill reserved to ‘engineers’. The only skill required to master web development is a true and determined motivation. I first attended Le Wagon to gain independence and be able to create web products from scratch. I achieved my goals following their intense but extremely qualitative bootcamp program, surrounded by an amazing teaching team. What made my experience so unique is that they put as much efforts in teaching students how to code than animating and reinforcing the community. Attending a Le Wagon bootcamp also means accessing several entrepreneurial talks from inspiring startups, attending workshops, have fun during afterworks, and above everything meeting incredible people with whom you will build a very strong team spirit until final projets.Le Wagon is a life changing experience and now that the bootcamp is finished I am starting my Master in Management with full-stack Developper skills, a strong and efficient product mindset, access to professional opportunities through Le Wagon active community, thousands of new ideas and more importantly, the opportunity of evolving in a career I will have chosen. I 10,000% recommended it.Read Less",FullStack program,Web Development +258190,10868,le-wagon,Eugénie Inbona,False,2019,"Work hard, play hard",2019-10-28,5.0,5.0,5.0,5.0,"You do not learn to read and write to become a writer, you learn it to be able to communicate and actively participate to your environment. Le Wagon allows you to do both: it not only gives you the skills to become a Junior Developper, it also increases... Read More your product and entrepreneurial mindset to be able to thrill in a potential future career in the Tech field. Prior to le Wagon, as a brand new graduate in a traditional Economics & Management bachelor, I had no clue I could be up to learning how to code. We all have this cliché in mind that it is a skill reserved to ‘engineers’. But the only skill required to master web development is a true and determined motivation. I first attended Le Wagon to gain independence and be able to create web products from scratch. I achieved my goals following their intense but extremely qualitative bootcamp program, surrounded by an amazing teaching team. What made my experience so unique is that they put as much efforts in teaching students how to code than animating and reinforcing the community. Attending a Le Wagon bootcamp also means accessing several entrepreneurial talks from inspiring startups, attending workshops, have fun during afterworks, and above everything meeting incredible people with whom you will build a very strong team spirit until final projets. Le Wagon is a life changing experience, and now that the bootcamp is finished I am starting my Master in Management with full-stack Developper skills, a strong and efficient product mindset, access to professional opportunities through Le Wagon active community, thousands of new ideas, and more importantly, the choice of evolving in whatever professional career I want. I 10,000% recommended it.Read Less",,Software Engineering +258157,10868,le-wagon,Pierre Rognion,False,2019,The best way to level up your coding skills,2019-10-26,5.0,5.0,5.0,5.0,"Before starting Le Wagon, I was working as a Senior Consultant for a consulting firm specialized in tech. I was contributing to many projects. Mainly UX/UI, CRM and Marketing projects. But I wasn't fully satisfied because I wanted to learn precisely how... Read More things work. For example in design, you can be a good designer who knows how to use design tools (such as Sketch and Figma). But to become a great designer, you need some serious coding skills. It's really important to be able to differentiate what can be done, how long it will take, what are your constraints due to the tech stack, and so on. So I came to Le Wagon in order to develop that kind of skills and work on interesting projects.I was really (and positively) surprised when I arrived, because above everything else, Le Wagon is a strong community of like-minded people. During the bootcamp, you meet a lot of interesting people who have various backgrounds, and different ways of thinking. This is extremely valuable because you will always work at some point with someone who found the solution to an exercise, but in a complete different way than yours. And this is where it gets really interesting if you are curious, because you will start to study different way of approaching the same problem. And then you will probably come up with several solutions, while being able to assess the pros and cons for each solutions. This is just a small example of why Le Wagon is unique. Teachers are fascinating, very accessible, nice and competent. The staff is very active, and helpful when you need them. Like I said, this a community that lives with strong values, and also digitally with a myriad of Slack channels where alumnis continuously share helpful information, job posts, resources, tips...Frankly, before starting Le Wagon I had fear that I wouldn't find what I was expecting with a bootcamp. But as soon as I started, I felt great and always pushed to learn more. And this was before the life-changing experience of the final projects where you work as a team. This is probably the best moments at Le Wagon, when you realize that, YES YOU CAN DO IT! You can design and develop great websites. And you are not alone to do it! I found exactly what I expected, because Le Wagon gave me the opportunity to improve my coding skills, and now I feel much more confident as a Product Designer as I ever was before, because I have a better understanding of the articulation between design and code. I am able to design and develop my own UI components, and think more broadly about the UX, and how everything will work from a back-end standpoint. So yeah... Le Wagon is great, and if you are a curious and motivated person, I think you should definitely do it!Read Less",FullStack program,Web Development +258130,10868,le-wagon,Ben Wat,False,2019,Simply the best,2019-10-25,5.0,5.0,5.0,5.0,"The bootcamp lives up to its reputation : clear and rich content, awesome student UX, great balance between theory and practice, amazing teachers, the overall feeling I learned a lot. You won't come out as an expert, but you'll have confidence that anything... Read More can now be done with proper work and patience !Read Less",FullStack program,Web Development +258124,10868,le-wagon,Luc Mosser,False,2019,A life changing experience,2019-10-25,5.0,5.0,5.0,5.0,"I always was curious and I always was interested in 10000 different subjects. That's probably the reason why I choose to study sciences.When I first discovered code, it was during my studies, and I hated it (probably because of the way it was taught).... Read More But a few months after this horrible experience, I started to read articles about coding, and I saw all the possibilities this simple skill could give. So, day after day I wanted to learn more and I started to use online platforms like freeCodeCamp or youtube to learn the basics during my free time.One day during last winter, I stumbled upon an article about bootcamp, and about le Wagon. I started to make a research, and after two days I decided to apply for the next batch (Yes, it was probably one of the fastest decisions in my life).I'm not sure I can describe this experience in a few words. It was much more than just a ""coding class"". Of course, I learned a million things, that I couldn't even imagine a few months ago. But I also discovered a new way of thinking, a powerful community and a lot of new people that are now friends.It will be hard and very frustrating in the beginning (it becomes easier with time, but frustration never goes away, but so is life). You will probably go home sometimes with the feeling that you lose your time and you don't understand anything. You will wake up somedays with this strange feeling of being an impostor (spoiler alert, there are 20 other impostors with you).The only advice I can give is to trust the process, and more importantly, to trust yourself, things are on their way, and once you started you'll probably won't be able to stop anymore.Now I feel like a kid playing with Lego every day, I just replacing bricks with lines of codes.Coding is the perfect mix between intellectual activity and a manual one, but instead of creating a wood product, you create a digital one.Who would have imagined that one of the greatest human experiences I lived in those last years was going to be learning to play with machines?Read Less",FullStack program,Web Development +258080,10868,le-wagon,Guilherme Fontana Louro,False,2019,"The best decision i took for my future in the area of computer science( LeWagon bootcamp, batch SP #296)",2019-10-24,5.0,5.0,5.0,5.0,"The LeWagon bootcamp, which i took in São Paulo as part of the batch #296, was one the best decisions i've made to my future and i can give lots of arguments of why. LeWagon focuses on teaching students ruby, rails and JavaScript, using a very unique... Read More dynamic called the buddy system, where you work each day with a different partner and learn skills of coding while improving areas like communication. You still have very good teachers, who are responsible for the classes at the start of the day and can help you and your partners with some problems that may come up during the day. The most important part for me is the amount of exercises that you have to learn during everyday of the bootcamp, using the kitt challenges. In conclusion, The LeWagon bootcamp offers a very good course for your curriculum, where you can learn more about coding and be an dev.Read Less",FullStack program,Web Development +258079,10868,le-wagon,Alan,False,2019,"Doing Le Wagon, one of the best professional decision I took!",2019-10-24,5.0,5.0,5.0,5.0,"After 15 years in audit and corporate finance in a few countries, I was looking for a change and new challenges. One of my relationship suggested I should learn coding and introduced me to Le Wagon. I immediately liked the program and registered for the... Read More summer batch in Paris. As most of the participants, I was a bit skeptical when we started the first week that we could achieve a real VMP at the end of the bootcamp as they told us. The result was beyond my expectation. Not only we managed to do it in the last two weeks, but the adventure was just starting. We decided with one of my batch member to continue to develop our product and to create our on own company which we are currently doing now. A real thanks to Le Wagon and its team (teacher, assistants, staff,…) and to all our batch for this 9 weeks. The organization, tools and community we met were above expectation for me. I definitely recommend the experience for anybody who wants a change in his/her professional life.Read Less",FullStack program,Web Development +258029,10868,le-wagon,Irene Fernandes,False,2019,Super fulfilling!,2019-10-23,4.3,4.0,5.0,4.0,"Recently I became an ex-management consultant and a newly Le Wagon alumni, batch#293 @Lisbon #tooproud. I decided to take the leap once I grew interested in working in a tech environment while attending many client's meetings where digital and IT pain... Read More points and challenges were becoming the center of the discussion. I wanted to join the challenge. Soon I found Le Wagon to be #1 coding bootcamp in Europe, web development centered, hands-on and ambitious program. That was why I chose this team, and I chose well! The community is super engaging and the intense 9 weeks at Le Wagon were sure 1 out of the 5 top experiences of my life. Plenty of good-hearted people, eager to learn and be better. I achieved my personal objective: learned a good crazy language to start with (Ruby!), OOP, MVC and my beloved Front-End, as well as how to tackle product development from the very start to the very end. My advice: join our community :)Read Less",,Software Engineering +258002,10868,le-wagon,Arman Balani,False,2019,My Le Wagon and Coding Journey in Barcelona,2019-10-23,5.0,5.0,5.0,5.0,"Before starting the Le Wagon bootcamp, I was and am still currently a finance student studying at a business school here in Barcelona. I decided that since I had a long summer, I would do something productive and meaningful. I also thought that since... Read More I’m studying business, it would be extremely useful to combine coding and business skills. I had heard about Le Wagon through a family member who had done the course and said nothing but good things about his experience. I started to look deeper into the course and saw what other alumni had to say about it. I saw many heartfelt and honest testimonials about how Le Wagon literally changed their life and which direction their career was heading. I thought to myself, “this must me too good to be true”. Regardless, I decided to apply. After getting accepted and hearing what everyone had to say about Le Wagon, I was excited and had extremely high expectations for the course. I can honestly say, without any doubt, that the Le Wagon course changed my life completely. The course met all my expectations and even exceeded them. The amount of knowledge and useful tools gained from this course was worth every penny for me. What specifically stood out for me during the course was the final projects week where we learned to collaborate together on projects. During this week we were provided with assistance that was just enough to guide us and not too much to the point where we were being babied. It was perfect. I was sad to say goodbye to the course, but at the same time excited to pursue my new freelancing coding career. And I realized that although, the course was ending, I would forever be a part of an amazing community that is Le Wagon. From the bottom of my heart, Thank you Le Wagon!Read Less",,Software Engineering +257979,10868,le-wagon,Simon Lindsay,False,2019,Fantastic Bootcamp Experience,2019-10-22,5.0,5.0,5.0,5.0,"With so many bootcamps out there I was torn on which one I should I apply for. After some extensive research I ended up choosing Le Wagon. I completed Bootcamp 273 in Bali back in August 2019 and couldn't be happier with my choice. The full stack course... Read More provides you a great grounding in HTML, CSS, JavaScript, SQL and Ruby. It's a challenging curriculum and there were times when I felt like I was simply not progressing or struggling to understand a particular concept, but Guido and the rest of the team were always on hand to help. Besides being challenging the course is also incredibly fun and rewarding. Having an idea in your head and bringing it to life with code is just an amazing experience. At the end of the bootcamp I couldn't believe what our team had managed to achieve. We developed a fully functioning app that served as a platform to match recycling banks with recycling collectors, the idea was to help reduce the amount single use plastic a prevalent problem in South East Asia and I was so proud with what the team and I managed to build. If you're on the fence on whether to go on the Le Wagon, my advice would be to just go for it. You will not be disappointed, it's an incredible life changing experience!!Read Less",,Software Engineering +257971,10868,le-wagon,Clement,False,2019,"a professional, human and crazy experience you have to live.",2019-10-22,5.0,5.0,5.0,5.0,"January 2019: I was preparing to quit my job after a 10-year experience in the same company to create one on my own. Launching my start-up was an exciting challenge. But how to start? My project (to promote sports in the workplace) was based on a web... Read More platform. My issue? I did not know anything about coding websites or applications. So, I decided to look for a CTO as a co-founding partner. I shaked my network, and the network of my network to talk with people who had created tech companies or who were working with developers. After some interviews, all were unanimous: it's almost impossible to find an available CTO. As the demand is way higher than the offer = it's a very expensive knowledge"". But ONE word came back three times: ""Le Wagon: change your life learn to code"". This is how I started two months later my incredible 3-month experience at Le Wagon. 9 (very very) intensive weeks to learn a new language. To start a new life. To challenge my learning abilities, more than durung the 10 years I spent developing field agility. Why Le Wagon is a successfull coding bootcamp? Thanks to its pedagogy based on : 1- boisterous rhythm whose strength is that theorical classes(25% daily) are wisely mixed up with practical exercises (75%). When your brain is utterly fried, you keep on underpinning fundamentals notions. 2- People's diversity and background wealth : everyday, thanks to a ""random wheel"" they ""forced"" you to work with a different, new, buddy. Smart move. Besides cultivating a supportive and friendly athmosphere, we created a ""clan"" strong feelings. 3- Everybody is dedicated to your success. Every teacher, teacher assistant or staff member is solicitous for one reason: they were in your shoes a few months or weeks before. To sum up, Le wagon is a professional, human and crazy experience you have to live.Read Less",,Software Engineering +257938,10868,le-wagon,camille lambert,False,2019,A great challenge,2019-10-22,5.0,5.0,5.0,5.0,I used to work in programmatic advertising and I was looking for a new challenge. I felt my profile was lacking of technical skills and I wanted to do something more concrete but in a short amount of time. I decided to do le wagon and it was an amazing... Read More experience. Extremely intense though but worth it. I wouldn’t have imagined my self being able to do what I achieved at le Wagon. I highly recommend it.Read Less,,Software Engineering +257937,10868,le-wagon,Camille,False,2019,Just do this bootcamp!,2019-10-22,5.0,5.0,5.0,5.0,"Who’s going in London for an APM (Associate Product Manager) program? I am!! Am I excited? Yes! Is it thanks to Le Wagon? Definitely!I taught myself a bit about Product Management in my previous job as a project manager, discovered I loved it and wanted... Read More to dive deeper in this career. On job offers, I found out most companies were looking for technical skills and I had a business background. I found trainings, conferences, books, but I wanted expert ‘official’ knowledge that would be recognized as valuable by recruiters. I thought about keeping learning all on my own, but it takes a long time to look online for the best resources and practicing and learning after work on the evening and weekends is not so easy. Le Wagon is a coding school that provides a solid framework on how tech products are developed: you learn how to code, how developers work (methods, mindset), you learn about user stories, user flows, product design sprint, design tools, UX… Lots of skills that can clearly give you bonus points when applying. Teachers are experts in their field and there is a real culture of excellency: students are very motivated and aim for the best, you work A LOT and you have a lifetime access to online resources that are very very very well-made. I loved that during these 9 weeks (and still after!), everyone was focused on gaining the most out of Le Wagon experience.About Le Wagon community: it is clearly one of this training’s biggest asset. People are kind, helpful and always happy to share. I found a job thanks to a Le Wagon alumni through our internal Slack just a few weeks after having finished the bootcamp. I’m gonna be a Product Manager on a SaaS and guess what? They used to only hire engineers. But now I do have some technical skills, so I had my chance as well :)Read Less",FullStack program,Web Development +257903,10868,le-wagon,Alexandre,False,2019,New skills for Civil Engineer,2019-10-21,5.0,5.0,5.0,5.0,"As a civil engineer, I did not have the skills to create the tools I imagined for my business. I had the opportunity to learn the fullstack development with Le Wagon in Paris and it was great! I learned a lot, gained new skills that I can now use in my... Read More daily work.At the end of the training, you are autonomous enough to continue coding on your own and to progress. This experience has given me new opportunities in my career. I recommend!Read Less",FullStack program,Web Development +257900,10868,le-wagon,Lisa Ngo,False,2019,BEST EXPERIENCE EVER,2019-10-21,5.0,5.0,5.0,5.0,"I have always wanted to learn code because i thought that Coding was becoming really important for young people who want to become entrepreneur. I decided to sacrifice my summer and immerse myself in the world of code. Guess what? It was not a sacrifice... Read More at all! I discovered that I love coding. Le Wagon has been by far the most intensive and efficient training I ever followed.The methodology, the staff and people were amazing!After 9 weeks at Le Wagon, I was able to make a web app by myself and had enough confidence to keep on learning.Read Less",FullStack program,Web Development +257895,10868,le-wagon,Maxence B.,False,2019,Amazing what I was able to learn and accomplish in 9 weeks of coding bootcamp.,2019-10-21,5.0,5.0,5.0,5.0,"The Wagon is not just a simple coding bootcamp, it is above all an incredible human adventure, which makes it possible to desacralize the world of coding, and to better understand the technological stakes of companies. The Wagon taught me to better understand... Read More the challenges of web development, and to think like a Product Manager.Read Less",,Software Engineering +257893,10868,le-wagon,Patricia,False,2019,Best bootcamp !,2019-10-21,5.0,5.0,5.0,5.0,"For several years, I worked as a digital manager in the art market field.At that time, I knew some HTML and CSS but I was a bit frustrated not knowing more.A few months ago, I decided to learn coding at Le Wagon to gain knowledge about it and be able... Read More to develop complex websites. Best decision I made ! It was an amazing experience !These 9 weeks at Le Wagon were very interesting and intense. I learned to make websites from scratch: back-end, frond-end, database architectures...and I also met lot of great people.You learn a lot in a short-time, guided by the great staff, always there to help and advise you. You never feel lost ! And the alumni network is very wide, supportive and active all around the world.I recommend this bootcamp 100% for any person who want to learn coding and boost its career, whether you want to become a developer, a product manager or launch your own project afterwards !Read Less",FullStack program,Web Development +257891,10868,le-wagon,Lena Maglo,False,2019,The best decision I took in 2019,2019-10-21,5.0,5.0,5.0,5.0,"I am a Product Specialist in a big ad tech company, but my background is in business. Taking Le Wagon bootcamp was the best decision I took in 2019, and probably one of the best decisions I took for my career in a while. Let me tell you why.My role is... Read More to help customers make the best of our advertising solutions. Sometimes it can involve some technical discussions with developers, data scientists or even internally with product managers. Before attending the bootcamp, I was feeling limited in the kind of support I could provide to my clients, or in the type of conversations I could lead. On a more personal level, I was feeling that my learning curve was slowing down. Working in sales, I was also under the impression that I was not necessarily in the right organisation for the type of skills or personality I have; and that it would be harder for me to  stand out and thrive.Now, taking the bootcamp did not magically solve all these issues. Some are  longer-term questions I need to tackle. But first, I definitely feel savvier at my job. With this new expertise, I can take on more technical projects and look for opportunities to collaborate with tech  teams to extend the scope of my current role.  But the best effect of the training was a bit more subtle yet more dramatic. Taking this step back and proving myself I could learn new skills  made me gain an incredible amount of self-confidence.Let me just conclude by talking shortly of the program itself. I loved the fact that is was very practical. Little theory, many exercises in pairs with the help of super-friendly Teacher Assistants.To sum-up, I can only recommend!Read Less",FullStack program,Web Development +257842,10868,le-wagon,Gaetan Ok,False,2019,Incroyable experience,2019-10-18,5.0,5.0,5.0,5.0,"With a business school and sales background, I was extremely surprise by the bootcamp. The methodology, the staff and the people were amazing. My goal was to understand more about the technology and suddenly how it works. Thanks to this experience, I... Read More will be better as futur Sales in tech companies and understand more my customers. I will also be able to start my own company and talk to my IT team, therefore being a better entrepreneur.Read Less",FullStack program,Web Development +257803,10868,le-wagon,Tom Halimi,False,2019,Take the leap,2019-10-17,5.0,5.0,5.0,5.0,"Le Wagon has been by far the most intensive and efficient training I ever followed. Within 9 weeks, I was able to create 2 websites with 2 other members as we learnt more than the basic knowledge of programming in modern languages (html, CSS, js, ruby... Read More on rails, SQL). Now, as a growth marketer I can use those skillset to create basic websites, to expand my usage of CMS and to build automation tools. To conclude, I highly recommend le wagon not only for wannabee programmers, but also to entrepreneurs, people working closely with tech team and growth marketers/hackers. Feel free to contact me for more insights,Read Less",FullStack program,Web Development +257795,10868,le-wagon,Amir Mourali,False,2019,Le Wagon Amazingness,2019-10-17,5.0,5.0,5.0,5.0,"Deciding to attend Le Wagon is turning out to be one of the most pivotal moments of my life more and more by the day. Before Le Wagon, I was on a path that I didn’t truly want to be on. I always had creative ideas, but did not realize how important this... Read More would be with regards to my career choice. I realized as I got older that I wanted to try and make a start-up, but it felt like it was too late for me as I had never studied computer science or written a line of code until fairly recently. The problem was that I was playing it safe by having decided to go to medical school due to a fear of trying to do what I really wanted to do. It was a very risky route to commit to, and the security of being a doctor sounded more appealing on paper, for a while at least. I always would procrastinate and tell myself that I would really follow my passions later, endlessly pushing the entrepreneurial can down the road and while making excuses. Going further into the medical school route, I began to feel a deep sense regret that I was not doing what I really wanted to do. I worried that if I were to make it to my deathbed not having tried my true calling, I would regret it more than anything else that could possibly happen in my life. To keep a very long story short, it was not working out, so I left medical school and eventually ended up at Le Wagon Bali. Beforehand, while I was determining which coding program to attend, I researched my options pretty heavily as picking the wrong program could build a broken foundation and set you on a terrible programming trajectory compared to picking the proper one. Le Wagon appealed to me for several reasons above all of the others. Compared to the closest equivalent American programs, it was much more affordable for a nearly identical curriculum. Just as important though, it was the only course I found that maintained an entrepreneurially inspired, product-based framed approach in its curriculum. With an end goal of wanting to build a startup above all else, this appealed to me above nearly all else. These factors along with the unanimously amazing reviews, diverse classroom locations, and the seemingly awesome culture fostered by the program were why I decided to eventually apply and enroll.Let’s be completely honest here, the program is incredibly intense. It feels as though it moves at nearly light speed to the point where it feels like trying to drink all of the water coming from a fire hydrant. I prepared myself for the program ahead of time far more than was recommended, and I still found myself struggling often. There were days that by the time I would get home, I felt completely dejected and would have no confidence in my ability to even complete the program and learn what was required to make a start-up by myself. I even doubted that the program was legit in its claims at times. However, throughout the course, they always would tell us to trust them and their process, so my batch and I all did that to help cope with our suffering more effectively. Keeping the end goal of the reason I left medical school and came to Le Wagon in mind, to make my own start-up ideas get brought to life rather than just dreaming about doing so for the rest of my life, and with the help of the amazing staff and classmates, I persevered until the end when I finally really understood the big picture. During many parts of the program, it’s admittedly incredibly hard to see the forest amongst the trees. We spend weeks learning concepts as they stand alone, but it doesn’t all come together in a big picture sort of way until the end when the Rails framework is introduced to us to bring everything that we learn together to create real life apps. Everything taught to us during the class that is included in the curriculum is there to be taught to us for a reason. The structure of the program is all very well thought out to teach us what we need to know in the most effective and practical manner. It’s important to note again that due to how intense and fast-paced the program is, much of the real learning is achieved during the final weeks of the program. It’s much more effective to learn these concepts in a practical real-world way by bringing them to work together via developing an actual working product from scratch than it is to learn about them in a stand-alone manner. They all interact together, which is what makes the product-based approach to Le Wagon so amazing. Overall, I’m very happy that I decided to join Le Wagon. The culture that Le Wagon has built is an amazing and inspiring one to be a part of through the suffering and long-days we experienced. The teachers are really the best. They are so patient, helpful, and kind. Many have gone through Le Wagon at some point themselves, so they truly do understand what we are going through. The resources provided to us as students and alumni are both life-saving and game-changing. The learning never really ends when it comes to the software universe, and Le Wagon really does an amazing job at providing a solid foundation with which to build upon for the various futures that its alumni wish to create for themselves. I’m working on bringing an MVP version of my own start-up to life right now as I write this, all thanks to Le Wagon. I was never able to learn these ideas by myself when I tried to teach everything to myself alone, and I am eternally grateful that Le Wagon was able to help me learn how to do this all. I feel that Rails is by far the best framework to learn in order to develop a way to bring your own start-up ideas to life quickly and effectively. Ruby is a very beginner friendly programming language to learn as well when starting off too. I’m grateful that I had a chance to attend Le Wagon, and I would highly recommend it to everyone who is considering enrolling.Read Less",FullStack program,Web Development +257755,10868,le-wagon,Jaures Kouassi,False,2019,Super expérience !,2019-10-16,5.0,5.0,5.0,5.0,"Le Wagon a été pour pour moi une expérience incroyable intellectuellement. En effet, j’y ai appris beaucoup et découvert un domaine qui m’intéressait depuis toujours. Aujourd’hui grâce au Wagon j’ai les outils pour travailler et évoluer dans le domaine... Read More de la tech. Je ne peux que hautement recommander cette formation pour tout futur développeur web ou curieux du web ou de la tech de manière générale.Read Less",,Software Engineering +257743,10868,le-wagon,Pietro,False,2019,Great Bootcamp,2019-10-16,5.0,5.0,5.0,5.0,"I really enjoyed my 9 weeks at Le Wagon. I feel like I have learned a lot, I now understand much better the logic behind web development, plus I have been given all the tools and resources to be a working independent developer. There is a good vibe in... Read More the bootcamp and the teachers and TA are very competent. At the end of the course you also get tips on how to prepare for tech interviews and they organize workshop in which you can directly meet with hiring companies/startups and Job Agencies.Read Less",FullStack program,Web Development +257689,10868,le-wagon,Farida,False,2019,An amazing environment to flourish,2019-10-15,5.0,5.0,5.0,5.0,"Recently completed the 295 batch in Melbourne and could not recommend it enough. The environment you learn in is nestled within a hub of other startups/tech-centric initiatives so you're always having interesting conversations with other people in similar... Read More fields. I've come out of it hungry to integrate everything that i've learnt but also excited to continuously learn more.The intensity of the bootcamp was something I was weary about at the beginning, but learned to love wholly as you're living, breathing and dreaming code while being surrounded by a bunch of passionate and generally just great humans. There are little nuances in the course to help you consolidate concepts, for all learning speeds which was super helpful. I always felt supported and the peer-programming setup was so integral in learning how to work collaboratively, where you could also experiment and push the envelope. Personally, this helped me immensely when entering the tech industry. Overall I think this is a truly unique experience regardless of what you choose to do with your knowledge after the bootcamp -- it's supercharged my love for tech and I feel a lot more confident and capable to forge a path of my own in the web development world.Read Less",FullStack program,Web Development +257683,10868,le-wagon,António Boavida,False,2019,Amazing bootcamp at Le Wagon Lisbon!,2019-10-15,5.0,5.0,5.0,5.0,"My name is António and I am a graphic designer. I have been designing websites with Wordpress for clients for a couple of years, but the challenges started getting bigger and bigger, so I decided to look for a serious program that gave could give me a... Read More starting point to learning how to code. I found Le Wagon through a friend that attended the bootcamp a couple of years ago and has been working as a developer since then. I knew from him that LeWagon had a great program, but to be honest, my expectations were not very high, since I have no background in programming languages, and also have been avoiding numbers all my life. I thought that in two months it would be hard form me to learn how to develop a full application using a combination of programming languages that I had just discovered existed.The bootcamp at LeWagon really exceeded all my expectations. It was amazing to see so many people with such different backgrounds learning to really develop a project in such a small amount of time. The first day I thought our class was big and that it would be hard for the teachers and TA’s to help everyone, but I couldn’t have been more wrong. Every time I was struggling to understand something, there was always someone there to guide me through the best way to deal with that problem. I was impressed to see that anyone that is willing to commit to the challenge can learn how to code in those nine weeks. The staff at Le Wagon Lisbon are amazing and they really make you feel at home. The overall vibe was amazing and every student from my batch was eager to learn and also eager to help one another when someone else was struggling with a problem.Every day was a wonderful experience and on top we always had a cold beer to drink with classmates at the end of the day.Read Less",FullStack program,Web Development +257659,10868,le-wagon,Jun,False,2019,Amazing 9 weeks!!,2019-10-14,5.0,5.0,5.0,5.0,"Coming from a background in music education and stage management, I never dream of I could build an app in such a short period of time. Before joining Le Wagon, I tried to learn it myself by completing online courses a few times, but each time I didn't... Read More have a clear direction of how to put all things that I've learned together. Hence, after researching and contact some alumni, Le Wagon stood out from all the rest for me in terms of the price, diversity of the cohort, learning environment, especially the curriculum which is product-driven.Le Wagon for me is joining a community, not a bootcamp. It may seem overwhelming at the beginning but trust me they will provide you with the tools for your success. I love the pair-programming which developed my problem-solving and communication skills, and the flashcards to help me to grab these key concepts in a short intense period. The most amazing thing that I truly value during my time in Le Wagon was meeting so many like-minded people. Not just meeting our teachers and cohort, learning in a co-working space got me a chance to meet different designers, entrepreneurs, developers and etc. It helps me to stay motivated and inspired throughout the coding journey. The teacher and TAs are always there to support you and it will make time fly and you will be learning a lot really fast.The only cons I'd say is ""Why didn't I start this program earlier?"". For the people who are considering to join the bootcamp, I highly recommended and it is definitely worth it.Read Less",FullStack program,Web Development +257655,10868,le-wagon,Abhishek Samariya,False,2019,So happy I chose Le Wagon!,2019-10-14,4.7,5.0,5.0,4.0,"I had an incredible 9 weeks at Le Wagon Melbourne, met some really cool people, and learnt so much! They also provided career counselling with a career coach, which was great. Overall, I left the bootcamp with a lot more confidence in myself as a developer.... Read More Happy to recommend to anyone interested.Read Less",FullStack program,Web Development +257652,10868,le-wagon,Ryan Mansfield,False,2019,Life changing bootcamp,2019-10-14,5.0,5.0,5.0,5.0,Great experience at Le Wagon. I made the decision to attend the bootcamp in hopes of becoming a digital nomad. It was a great experience and taught me what its going to take to make my dreams come true. I would recommend this bootcamp to anyone looking... Read More to get into the tech industry or just learn a new skill.Read Less,FullStack program,Web Development +257581,10868,le-wagon,Sebastien Baiges Bello,False,2019,From Zero to Hero...ku,2019-10-14,5.0,5.0,5.0,5.0,"I joined Le Wagon Bordeaux for the batch 276 during summer 2019 and I had never written a line of code before. I worked during 7 years in the luxury retail, mainly in Paris and after so many years, I got bored and needed a change. I wanted something more... Read More accurate with what I expected from life, like being able to work from everywhere ( other countries, from home, at a café ), and creating stuff I love, to people who loves it back. I'm really glad I joined Le Wagon because in just 2 months, I learned so much with passionate teachers who guide you towards this challenge and I met wonderful friends who were in the same situation as myself. Because it was really challenging to learn a completely different job, the bond we created during this bootcamp is strong, and we learned a lot from each other everyday. The skills we acquired then, allow us to build a website from scratch and it's amazing, knowing that 2 months ago, I didn't know any of that!It was a real awesome human experience, and I am so proud I did it because I can now work the way I always wanted to and I met good friends in order to help me creating stuff that we love !Read Less",FullStack program,Web Development +257449,10868,le-wagon,Loïc TRIHAN,False,2019,Loïc TRIHAN - Le Wagon Bordeaux - batch 246 (printemps 2019),2019-10-12,5.0,5.0,5.0,5.0,"Aujourd'hui, les coding bootcamps se multiplient dans la France entière. Avant de faire Le Wagon, je m'étais bien renseigné sur la concurrence. En pleine réorientation professionnelle, j'avais besoin d'une formation présentielle car je manquais cruellement... Read More de motivation pour suivre une formation (dans un domaine où la rigueur et le sérieux sont essentiels) de chez moi.J'avais peur de retourner sur les bancs de l'école et retrouver cette ambiance où on nous fait apprendre des choses sans en comprendre la finalité. Au Wagon, j'ai été agréablement surpris par le contenu pédagogique de la formation tant il était excellent. Nous avons accès à vie à des cours (vidéos et écrits) et des exercices, le tout étant continuellement mis à jour. Cependant le contenu de la formation est très dense il est alors essentiel de travailler sérieusement et de faire preuve de persévérance.Finalement Le Wagon et son équipe pédagogique ont réussi à me transmettre leur envie et leur passion, et je continue à étudier de chez moi avec cette même passion et motivation, ce qui m'était avant impensable. De plus, je me considère aujourd'hui capable de mener un projet web de A à Z. Le Wagon est donc un véritable tremplin professionnel pour toute personne motivée et sérieuse. Cette formation est une expérience humainement et professionnellement très enrichissante que je referai sans hésiter et que je recommande les yeux fermés.Read Less",FullStack program,Web Development +257200,10868,le-wagon,Younes Kamel,False,2019,My experience at le wagon,2019-10-11,5.0,5.0,5.0,5.0,"When I decided to join Le Wagon, I didn’t know what to expect. The reviews I had seen were overwhelmingly positive but you never know what can happen. My goal was to learn how to code in order to be able to get a job and, of course, continue my learning... Read More journey after the bootcamp.We had to do some prep work before the bootcamp to help us get prepared. I had finished it in time, but I have to admit that I didn’t understand everything.Before the first day, everyone ( teachers and students), met to grab some drinks and to get to know each other better. Everyone was friendly and interesting.During the bootcamp, being obliged to code all day really propelled my skills into another realm, the stuff I didn’t understand while reading about it in the prep work I understood, sometimes on the spot, during the bootcamp by putting it into practice. That would be one of my main pieces of advice to anyone wanting to learn to code : get your hands dirty. Practice over theory. Now that the bootcamp is over, I am proud of what I have learned and can say that, for me, it was an overwhelmingly positive experience. Of course I am still a junior developer at the beginning of my coding education but I now have the tools to keep learning on my own. And perhaps, even more importantly, I made great friends and connections at the bootcamp from all over the world. For the reader that is considering doing a bootcamp, make sure that your expectations are aligned with the program at the bootcamp, because the program is not made for everyone. But once you are sure that bootcamp is for you, I’m sure you will have a great time !Read Less",FullStack program,Web Development +257122,10868,le-wagon,Natalia Torres,False,2019,I learnt so much in a few amount of time,2019-10-11,5.0,5.0,5.0,5.0,"Best bootcamp ever! It's not just about technical skills, but an experience for life!After finish Le Wagon I launched my own app! They teach you the most simple and efficient way to code. The staff is awesome and they care kindly of us! I would give 900... Read More stars!Read Less",FullStack program,Web Development +256582,10868,le-wagon,gabrielius,False,2018,"“Awesome bootcamp, Great people”",2019-10-11,5.0,5.0,5.0,5.0,"I had a great time at Le Wagon, enrolling was a decision I definitely won’t regret. Before enrolling I had tried to self teach a lot of the front end aspects of coding and while I made some progress I definitely struggled to put it properly into anything... Read More project wise. After looking at some other courses I kept getting drawn back to Le Wagon because of the remarkable reviews and after speaking to my friends who had more experience then me, I was sure I was making the right decision. The experience was well-designed with the lessons very informative and well-paced so that even though its an intense learning experience you never feel out of your depth. The teachers and teaching assistants are what really make the course, always willing to help and patient when talking through some of the more challenging aspects. At the end of it you really feel like a member of a community. The 9 weeks at Le Wagon London were great fun and I feel ready to enter the tech workplace.Read Less",,Unknown +256448,10868,le-wagon,Joe Paul,False,2019,"Great bootcamp, Great people",2019-10-11,5.0,5.0,5.0,5.0,"I had a great time at Le Wagon, enrolling was a decision I won’t regret. Before enrolling I had tried to self teach a lot of the front end aspects of coding and while I made some progress I definitely struggled to put it properly into anything project... Read More wise. After looking at some other courses I kept getting drawn back to Le Wagon because of the stellar reviews and after speaking to Alex I was sure I was making the right decision. The experience was well-designed with the lessons very informative and well-paced so that even though its an intense learning experience you never feel out of your depth. The teachers and teaching assistants are what really make the course, always willing to help and patient when talking through some of the more challenging aspects. At the end of it you really feel like a member of a community. The 9 weeks at Le Wagon London were great fun and I feel ready to enter the tech workplace.Read Less",FullStack program,Web Development +256442,10868,le-wagon,Matt,False,2019,Best decision I ever made!,2019-10-11,4.7,5.0,5.0,4.0,"Before making the decision to join Le Wagon, I spent over 10 years in the automotive industry and decided it was time to make a change. I did a lot of research before choosing this particular camp and chose it due to the difficulty I had trying to find... Read More a negative review along with the fact that no other boot camp would take the time to explain the course in detail to me (I was actually told by one to call back when I am serious and want to book) whereas Alex took the time to thoroughly go through what I was signing up for.The 9 weeks were intense although looking back I can't believe the level I am at now in comparison to where I started, it was honestly the best decision I have ever made and would highly recommend it to anyone thinking of joining. One of the great things about it was that everyone is at a different level/from a different background and you are paired with a different person until the project weeks everyday which definitely helps progression through the course. The staff at Le Wagon are amazing, everyone is approachable, more than happy to help and always checking on how we were getting on.When the project weeks came around we got to put everything we learned into practice and everyone's work was great, it really showcases how much everyone learned. For our project we made an app designed specifically for mobile to make claiming rail compensation easier for commuters, we learned some valuable lessons, I had great feedback about it in an interview already and I still can't believe how well it turned out, especially considering the level we were all at when we first started.I'll finish by saying if you are reading this thinking about joining or trying to decide which boot camp to sign up for, (like I was 4 months ago) stop looking and get in touch with Le Wagon, you will not regret it!!!Read Less",FullStack program,Web Development +256314,10868,le-wagon,Christine Schorn,False,2019,I will be forever grateful to Le Wagon for having helped me find my passion: coding,2019-10-10,5.0,5.0,5.0,5.0,"Whether you are looking for a career change or an entrepreneur looking to put your idea into practice, I can definitely recommend Le Wagon!I decided to make a career change from Marketing and Communication to coding after I had attended a one day coding... Read More workshop at Le Wagon Barcelona and worked on several small personal projects afterwards.I looked at several other boot camps and chose Le Wagon based on the combination of reputation, price, length of course, class size, diversity of the cohort, course content, teaching environment and approach, but mostly the focus on building a product and developing problem solving skills.I wasn't really sure what to expect as I was very new to the world of coding, and I remember that one of my biggest fears was to take this course and realize that coding wasn't for me. But the opposite happened. I completely fell in love with code, and had that sensation of finding a box with endless tools that enable you to build great things. The passion of our teachers and the motivation all the students bring to the course each day creates a unique atmosphere that really let's you thrive and advance at an incredible speed. Besides the great program Le Wagon has set up and the skills and concepts they teach you, the community (teachers and alumni) is incredible! There is so much support and resources which I found to be very very helpful especially after the boot camp!Read Less",FullStack program,Web Development +256297,10868,le-wagon,Edouard Blondeau,False,2019,More than expected,2019-10-10,5.0,5.0,5.0,5.0,"Before joining the bootcamp I was working as a Learning Program Manager for B2B training at NUMA, a french accelerator. I wanted to switch the way I was working and decided to learn software engineering. I wanted to become a Product Manager and knew that's... Read More I lacked of knowledges on this field. The bootcamp gave me clear insights on the skills and tools required to develop product and helped me find the right company to grow as a Product Manager.Read Less",FullStack program,Web Development +256295,10868,le-wagon,Thierry Fernando,False,2019,Awesome program!,2019-10-10,5.0,5.0,5.0,5.0,"I have a degree in physical therapy, and decided to change careers. When I found the idea of ​​bootcamp, I liked it, but I had a fear, after all what is promised is something serious. Today after finishing the bootcamp of Le Wagon, I have only to praise... Read More and thank, the whole course is very planned, the methodology wonderful. It was a life experience. Would highly recommend.Read Less",FullStack program,Web Development +256292,10868,le-wagon,Abs Yade,False,2019,My journey as a tech recruiter at Le Wagon Barcelona,2019-10-10,5.0,5.0,5.0,5.0,"After 2 years as a Tech Recruiter specialised on the web development market, I needed a change as I realised I was frustrated. I wanted more freedom than classic corporate companies has to offer, I wanted to work in a more creative environment. I had... Read More the will to become a web developer for at least 6 months before I took the decision to implement the first step that initiated the chase of my goal.My main obstacle being the fear of loss. I knew I was leaving a company, where I felt comfortable and appreciated by my colleagues and management. On the other side, even though I am 27 years old and some people would say it is still young, I was afraid of it being too late for such a big change. How was I going to learn so many new skills in such a short time? How is it even possible?I was once on a phone call with a candidate who seemed to match perfectly with my client’s job description. As usual, I started my qualification call by a presentation of my client’s technical environment and company culture. Then we got to the candidate’s work experiences, the more we got into it, the more I was convinced that he was the ‘perfect’ guy for my client.He explained to me that he originally majored in accounting and he was used to be an accountant for 5 years but he got bored of it, he wanted a real change and ended up attending a full stack web development Bootcamp called Le Wagon. Two years later he is a full stack developer for a young promising start up.That’s how I discovered Le Wagon. After days of research about the Bootcamp, I decided to apply. I had a skype interview with Gus, Founder of Le Wagon Barcelona. I really appreciated that Gus not only wanted to evaluate if I was going to be a good element for Le Wagon, but also wanted to evaluate if Le Wagon was going to be the right choice for me.Three month ago, my job was to recruit web developers who would do things that I did not really understand. Today, I am able to develop my own web application using Ruby, HTML, CSS, JavaScript and PostgreSQL. I still have a lot to learn but now I feel equipped to go on and continue to grow my skills in web development.Read Less",FullStack program,Web Development +256278,10868,le-wagon,Susan Renaud,False,2019,Le Wagon London,2019-10-09,5.0,5.0,5.0,5.0,"Going to Le Wagon was one of the best decisions I ever made.Before the bootcamp, I worked in research in University, then for nearly three years in Applied Behavior Analysis (ABA) working with children diagnosed with Autism Spectrum Disorders. In this... Read More role we used some apps and I collected, entered and managed data, and this all made my burgeoning interest in technology grow. While working in ABA was very rewarding, I came to a point where I knew I needed to do something else, and I knew I wanted to pursue something involving technology while still incorporating my interests and skills I already had.I started taking courses on codeacademy to see if this was truly a path I wanted to go down; if I enjoyed it; if I was interested in it; if I was any good at it. I decided I did, but after a few months taking courses, I knew I wanted to go somewhere where I could truly be immersed in coding, and learn as much as I could possibly learn. So I started looking up bootcamps online, and all the reviews I read led me to Le Wagon.Attending Le Wagon was a wonderful experience. I learned more than I ever thought possible over the course of 9 weeks. Now I can say I am a Full-Stack Developer, thanks to my experience at Le Wagon.My favorite part of the course was the group projects at the end. They put us in a position where we were free to be creative and apply our new coding skills to this process. While we were coding these apps by ourselves, we still had the support of all the teachers/TAs. They were ready to answer any questions we had as well as help guide us to a conclusion if we needed it without totally giving away the answer to solve the problem, so we could be guided to figure it out ourselves.Overall I definitely recommend Le Wagon if you are looking to immerse yourself in coding and especially if you want to make a change in your career.Read Less",FullStack program,Web Development +256252,10868,le-wagon,Daniela,False,2019,Excelent Bootcamp,2019-10-09,4.7,5.0,5.0,4.0,"I was very surprised by the overall experience at Le Wagon since I didn't look up for any references and only knew the existence of Le Wagon and IronHack. I chose Le Wagon only because their PDF looked better haha and honestly couldn't be happier with... Read More my choice!First because they have a buddy system, which is so powerful for your learning! Having someone different every day by your side can enrich the way you approach problems and give you different perspectives about logical thinking.Second because you have a plataform in which you can see all lectures material and challenges you have to do. It is so organized and you can revisit any time you want, even after the course.Third because at the end of the bootcamp, you build two web app in group. It is good to learn how you'd work in real life with team members and also to consolidate all the learning. And if you're feeling confident, you can search for diiferent features (that you didn't learn at the course) to use in your app and have all the help from the teachers to implement them with you.So, if you're in doubt about which bootcamp to do, I would definetely recommend Le Wagon! :)Read Less",Software Engineering,Software Engineering +256251,10868,le-wagon,fradec,False,2019,Change your life…,2019-10-09,5.0,5.0,5.0,5.0,"Before I joined Le Wagon, I was a student, then I was a monk for about 10 years in an french abbey. The monastic life is full of surprises, and I exercised various activities, in addition to prayer, including a bit of code (!), but without too much time... Read More for that. At the end of these years, I realized that it was better for me to leave the monastery and to come back to the world. The code appeared to me as the best way to quickly find a job.A friend told me about Le Wagon, and I was immediately excited by this short and powerful bootcamp. The 9 very intensive weeks allowed me to assimilate technical skills, thanks to the work with buddies or as a team, undoubtedly one of the best ways to learn!Teamwork was so good that one of the friends of my batch suggested me to join his company as a consultant so that we could continue to work together on web/tech projects.'Change your life, learn to code' is for me more than a tag, it's a reality: 4 months after leaving the monastery, I already have a job! :)Read Less",Software Engineering,Software Engineering +256248,10868,le-wagon,Felix,False,2019,Learning by doing,2019-10-09,5.0,5.0,5.0,0.0,"Honestly, it was an amazing two months. I started the bootcamp with very little coding experience and I am just astonished how I got through this quite dense program. At first, you can get a bit scared by the amount of information you will need to digest... Read More on a daily basis but actually they have nailed the pedagogy behind it: 1h30 morning class, 6h exercise with a buddy and then some small daily exercise to do at the end of the day to memorise the main points you learned during the day.But all of this wouldn't be possible with out the five-stars staff at the Paris bootcamp… All the teachers, teachers assistants and the main staff are la crème de la crème. As soon as you start the program, you sense a sort of ""family feeling"" because everybody is ready to help each other. If you are having issues, the teachers are there to guide you and not give an easy answer, that makes a big difference. On top of that, the community and event staff are on fire – organising events on a weekly basis in order for each batch to know each other better but as well with external guests with whom we can exchange on many topics like ""go freelance"", ""how to set up your first startup"", ""how to manage your finance"" etc...When I decided to undertake that bootcamp, I wasn't sure what I wanted to do afterwards (PM, Dev or stay in my field of Marketing) and although I have continue in Marketing, I can finally have a full conversation with the tech/product team and have them completely understand my needs and be much more efficient.Fully recommended!Read Less",Software Engineering,Software Engineering +256211,10868,le-wagon,Nasser Atiyeh,False,2019,My Time In Bali With Le Wagon,2019-10-08,5.0,5.0,5.0,5.0,"Before coming to Bali for the Le Wagon FullStack coding Bootcamp, I was a manager at Cheesecake Factory in the US. I really wanted to learn a new skill that would stay with me and stay relevant for as long as possible. It's a very intense course, 9 weeks,... Read More 9am to 7pm Monday to Friday, with lectures every morning and working on coding exercises the rest of the day. Sometimes actually way more than those hours because it's definitely not easy to learn so many concepts so there are days where I either came in early or stayed late to master what was taught. However, if you put your heart into it, great things happen. It's really amazing what you get out of the program. You learn something new every day, literally, and in the last two weeks it all comes together. My final project was a social investment app and I really enjoyed working in a team to produce the app. The people that come to Le Wagon to learn how to code are definitely of a certain caliber. We've all made the conscious decision to invest in our education and essentially, our future. The group of people in my batch that I got to know were amazing. Outside of class we also did some social stuff and even had a weekly cook-off at one of the student's houses. It really feels like a community that we build together. Le Wagon offers an amazing location to learn how to code at a very affordable price, especially coming from the US. It helps that Bali has a lower cost of living so even besides the program, living in Bali was very reasonable. It was also easy to get around on a scooter and I was able to explore the different neighborhoods as well. The Le Wagon staff is the best. They really take care of you in and outside of the classroom. They make it their #1 goal to ensure that we each have the best learning experience possible and I couldn't ask for more.Read Less",Software Engineering,Software Engineering +256207,10868,le-wagon,Levy Lior,False,2019,From Darkness to Light,2019-10-08,5.0,5.0,5.0,5.0,"Before joining Le Wagon, I was working as a Junior PM in a tech start-up. I was very interesting on learning how to code, so i tried to learn by myself but the overwhelming level of information I found on the web and the apparent difficulty made me give... Read More up quickly. This is where Le Wagon Paris came in. Honestly, the program is such that you can learn very efficiently and acquire all the necessary knowledge to let you stand on your own feet. The environment was super great, I had fun everyday. In only 2 months I meet a lot of amazing people that inspired me, whether it was during the classes or the afterworks.I'm extremely happy and grateful for the experience. I couldn't have made a better use of my time.Read Less",Software Engineering,Software Engineering +256200,10868,le-wagon,Raphael,False,2019,Great experience and investment,2019-10-08,5.0,5.0,5.0,0.0,"Being a business school student not on the job market yet, my few job experiences made me realize one thing : I might have screwed up my education orientation.Thankfully, some short-length programs are available to make up for that, and that's when Le... Read More Wagon showed up. The program is only 9 weeks long and can easily fit in a tight schedule with a few arrangements made (i'm still a student so obviously that was easier for me).I didn't really know what to expect from it, as i had no damn clue how coding worked even though i've always been tech-savvy.But oh boy was i in for a surprise, and a great one.The teaching-staff is highly competent and partially composed of former students as well as full-time teachers. The building and classroom give a nice atmosphere to focus and work, and the curriculum is made so that you get to meet new people and participate in few activities that will make each week unique.It's been a month since Le Wagon is over and i'm already missing it and the numerous people i've met there and probably won't see again.Would definitely do it again if i had not already gained the technical skills taught there (because the program is that good).Le Wagon helped me develop new and useful skills, and gave me the tools to rethink my long-term professionnal and personnal goals.One downside however: i might have developed a caffeine addiction.Read Less",Software Engineering,Software Engineering +256201,10868,le-wagon,Raphael,False,2019,Great experience and investment,2019-10-08,5.0,5.0,5.0,0.0,"Being a business school student not on the job market yet, my few job experiences made me realize one thing : I might have screwed up my education orientation. Thankfully, some short-length programs are available to make up for that, and that's when Le... Read More Wagon showed up. The program is only 9 weeks long and can easily fit in a tight schedule with a few arrangements made (i'm still a student so obviously that was easier for me). I didn't really know what to expect from it, as i had no damn clue how coding worked even though i've always been tech-savvy. But oh boy was i in for a surprise, and a great one. The teaching-staff is highly competent and partially composed of former students as well as full-time teachers. The building and classroom give a nice atmosphere to focus and work, and the curriculum is made so that you get to meet new people and participate in few activities that will make each week unique. It's been a month since Le Wagon is over and i'm already missing it and the numerous people i've met there and probably won't see again. Would definitely do it again if i had not already gained the technical skills taught there (because the program is that good). Le Wagon helped me develop new and useful skills, and gave me the tools to rethink my long-term professionnal and personnal goals. One downside however: i might have developed a caffeine addiction.Read Less",,Software Engineering +256172,10868,le-wagon,Alice Fabre,False,2019,Learn much more than you expect !,2019-10-07,5.0,5.0,5.0,5.0,"For 7 years, I had been organizing events related to wine, gastronomy and rugby for B2B customers. I had learnt to code on my own to automatize weekly and monthly financial reports and I really liked it. It’s something that I really liked to do, this... Read More is why I decided to become a developer.I wanted to learn web development because it requires technical skills and also creative skills, as you build the apps you want. I chose Le Wagon in Paris because the pedagogy is great : one hour and a half a day of theory and then exercises during the rest of the day. The last 3 weeks are dedicated to building an app in teams. The teachers are great, the team is fantastic and I’ve learned much more than I expected in only 2 months ! The community is also one of the reason why I joined Le Wagon : it’s very active and helpful ! My experience at Le Wagon was awesome, I highly recommend this bootcamp to all the people who want to learn web development !Read Less",FullStack program,Web Development +256168,10868,le-wagon,Lude,False,2019,Very good experience !!,2019-10-07,5.0,5.0,5.0,5.0,"I have been a recording/mixing/Front of House sound engineer, and music producer for the past 28 years. I wanted to take part in le Wagon’s bootcamp to start making music-related Web projects. The bootcamp itself is an unbelievable human experience, where... Read More students can share and exchange ideas in such a unique way, along with the best staff you can imagine. I didn’t think Le Wagon could take us that far, coming from such a different professional background, and with absolutely no experience whatsoever with code. It really widened my field of knowledge, and allowed me to have a more creative vision for my future projects. A big thank you to Le Wagon !Read Less",,Unknown +256158,10868,le-wagon,Sarah Guichard,False,2019,Just do it !,2019-10-07,5.0,5.0,5.0,5.0,"After 7 years working as a digital project manager in web agencies, I decided it was about time to look behind the curtain and understand how the websites I was working on were made.I was constantly asked by my clients how long it took to correct or build... Read More a feature, and quite often I was completely mistaken. Even though I was trying my best to understand what the developers were saying, I realized I needed to experiment this world myself and learn everything from scratch.And after these two amazing months in Le Wagon, I have quit my job and I’m now searching a job as a developer ! I know that the road ahead is long, and I have still so many things to learn, but I know that I’ve got all the tools needed to keep on learning the right way.Read Less",FullStack program,Web Development +256156,10868,le-wagon,Arnaud Lacombe,False,2019,"Great bootcamp, perfect fit !",2019-10-07,5.0,5.0,5.0,5.0,"Before joining Le Wagon, I was manager in a leading consulting firm AT Kearney. I left and founded a startup called Whisp. Whisp is a Social Shopping platform and as CTO, I needed technical background on web development. That’s the reason why I chose... Read More Le Wagon and I am very happy of this decision. The bootcamp was a perfect fit for my needs. Go for it !Read Less",Software Engineering,Software Engineering +256154,10868,le-wagon,Clementine,False,2019,Just an amazing experience,2019-10-07,5.0,5.0,5.0,5.0,"Before starting Le Wagon, I was finishing my Business School master in digital marketing.During my studies, I had the opportunity to do some internships in marketing and more precisely, in CRM. CRM is in charge of the customer loyalty, through, among... Read More others, emailing and newsletters. During those experiences I learned a bit about HTML and CSS and tried to tinker some newsletters : it was not really successful, but I loved it.During my last internship I found out that I needed to be challenged on my technical skills and it was something that I missed, working in marketing.I heard about Le Wagon during my studies so I decided to start the bootcamp, with the hope, at the end, that I could find a job that would combine both marketing and programmation.During the bootcamp I realised that programmation was the only thing I wanted to work in, for the future : it is so satisfying to see our job working - or not, programmation does not lie - and to see the direct result.Now, a world of opportunities is open and I’m looking forward to find my place as a developer.Read Less",Software Engineering,Software Engineering +256153,10868,le-wagon,Maxime,False,2019,Le Wagon changed my path: I went from a management role in a leading American company to starting my own business.,2019-10-07,5.0,5.0,5.0,5.0,"A few years ago I tried to start my business but was dependant on others for the technical skills. This year, when I decided to leave my field and start-up a new project, I wanted to be independent and autonomous to code the MVP myself. Le Wagon taught... Read More me front languages such as HTML and CSS, but also helped me master Ruby and the Rails framework. In the beginning I was doubtful as we had to absorb a lot of information in a short amount of time. It seemed confusing and overwhelming! All along, teachers told us to “trust the program” and they were right. With their help and the buddy system, it all made sense when we started to work on the framework (around week 6).Thanks to Le Wagon, I coded the MVP for my start-up, learned to pitch my project to an audience met amazing people with various backgrounds and even my co-founder! :)Read Less",FullStack program,Web Development +256124,10868,le-wagon,Daniel Goran,False,2019,Great experience! Batch #287 - London,2019-10-06,5.0,5.0,5.0,5.0,"Never learned so much in such a short period. I decided to make a career change to coding because I felt I needed a big change in my life. Before enrolling the bootcamp I looked at all the reviews from various websites and Le Wagon was the only bootcamp... Read More that had great reviews. Then I decided to join the bootcamp and I’ve been to an interview with Alex Tombeur, the UK Manager who was extremely helpful to explain me the course structure and the steps to join the bootcamp.In less than 9 weeks I managed to work in a team of four and created 2 complex web products. Also, the staff have been helpful, very well prepared teachers and teaching assistants. Throughout the bootcamp I've made a lot of friends and they were like my second family. I had the opportunity to attend many events and to be introduced to many people thanks to Le Wagon driver.The post-bootcamp support is very helpful. The week after completing the bootcamp, Le Wagon arranged a hiring week event at their office in London where I had the opportunity to speak with recruiters and employees looking for junior web developers. Finally, studying at Le Wagon was the best thing I have ever done and to be honest the bootcamp was much more than I expected.Read Less",FullStack program,Web Development +256123,10868,le-wagon,Andreea Capalnas,False,2019,Simply Amazing!,2019-10-06,5.0,5.0,5.0,5.0,"I graduated from Le Wagon, London in September 2019 and immensely enjoyed it. The entire experience from start to finish was fantastic: the teachers and everyone working there are very supportive and helpful, the lectures are broken down nicely for everyone... Read More to understand and the additional information provided on their platform along the way is perfectly done. I am really impressed of how the course was structured and what they (and we) managed to achieve in these 9 weeks. My most favourite part was the projects weeks, where we got to work in a team (I was in a team of four) and build projects just like we would in a work environment and then present the final project in front of everyone. It was a proud moment for all of us as it's unbelievable to imagine where we had started from and what we had achieved in such a short time.Read Less",FullStack program,Web Development +256079,10868,le-wagon,Demi Ogun,False,2019,Great experience!,2019-10-04,5.0,5.0,5.0,5.0,"My experience at Le Wagon was amazing, and I would highly recommend it to anyone who is looking to change their career or improve their skill set by learning to code. I graduated with a degree in Law and Business about two years ago and until earlier... Read More this year, I had been working in marine insurance.I came to a point in my career where I felt I needed a big change and that’s when I started looking at alternative career paths for myself. I have always been greatly interested in technology and so it felt natural for my career change to be related to this interest in some way.I began learning to code by myself using the typical online resources such as CodeCademy, FreeCodeCamp etc. However, eventually I felt like I needed something extra in order to take my learning to the next level. This is where Le Wagon came in. I searched online for coding bootcamps in London and then narrowed my search down to two. I did extensive research on the two bootcamps on my list, and Le Wagon was the first (and ultimately, the only) one I had an interview with.After my interview with the Manager and one of the Lead Lecturers, I was convinced that joining Le Wagon was the best decision I could make if I wanted to change my career. I was particularly interested by the description of what I would learn on the course. The course itself is both fun and challenging. The learning process was enjoyable and, because of the buddy system, I felt that I could get help easily if I was stuck. Additionally, there are teaching assistants available to help throughout the day in case you get really stuck!The teachers explain each topic thoroughly, and always had time to talk if something wasn’t quite clicking. Finally, the social aspects of the course are highly rewarding. There are drinks on Fridays, tech-talks during the week, and there is such a diverse group of people that it is virtually guaranteed that you will find something interesting to do each day.Read Less",FullStack program,Web Development +256075,10868,le-wagon,Xinyi Wu,False,2019,I was really bored at work + I need to find a better way to spend my summer = signed up for Le Wagon Barcelona,2019-10-04,5.0,5.0,5.0,5.0,"Well, the true story is maybe a bit more than this. Coding was always intriguing to me, as my generation is so used to instant gratification, somehow after I tried a bit coding on some mobile app, I found coding is somehow similar to instant gratification,... Read More because you see the result right away, or wether right or wrong. This is how I got engaged. I had a few different jobs after graduate, and I see none of it as the thing I would like to do for the rest of my life, that is to say, none of it actually mattered to me. At that time I felt lost, How exactly I wanna spend my life? Am I surrounded by the people who share the same passion as I do? Alright, it was too overwhelming just think of it. Let me think of how to spend the summer first. For example, let’s learn some coding for fun this summer! And seems like the closest upcoming batch is the one of Le Wagon, I didn’t even do any more research and just signed up after the interview with Le Wagon Barcelona. And, I made no mistake! I woke up happy everyday during the two months of class, I met plenty of people who share the passion as I do, we had countless amazing and inspiring conversations, we laughed hard together, we learned coding together, we did 2 projects together. It all happened in only 2 months. Honestly Le Wagon opened another door for me, for the first time I feel closer to the life I want, I feel slightly under control of my life. For now I am working on my own portfolio, and trying to land my first job in tech!Read Less",,Software Engineering +256074,10868,le-wagon,Léopold Wolfrom,False,2019,Best 9 weeks ever !,2019-10-04,5.0,5.0,5.0,5.0,"Before I joined Le Wagon I had just finished an entrepreneurship master in a French Business School. During this year, I realised that my technical background was weak. I had some difficulties working and understanding developers. This is why I joined... Read More Le Wagon and I must say that I do not regret my choice.The 9 weeks bootcamp was incredible. It was intellectually stimulating and the people were extremely helpful and nice.I am now confident in my technical abilities and I liked it so much that I want to continue developing my skills. Also, thanks to this I can now get a job as a Product Manager and work hand in hand with developers.If you hesitate, don’t ! The bootcamp is clearly worth it !!Read Less",Software Engineering,Software Engineering +256072,10868,le-wagon,Jana Hohlbrugger,False,2019,"My name is Jana Hohlbrugger. In spring 2019, when I was 19 years old, Le Wagon changed my life.",2019-10-04,5.0,5.0,5.0,5.0,"I grew up in Vienna, Austria and with my father being a programmer, coding was always somehow familiar to me. I’ve seen my dad being steeped in his “coding-bubble” and I’ve seen how hard it is to get someone out of this bubble (it didn’t matter how annoying... Read More I was). As a five-year-old I couldn’t understand how someone can be that focused and immune to any distraction. Therefore, programming was always a strange and abstract concept to me. Back then I never would have thought that I will have my own “coding-bubble” one day. My dad always tried to get me into coding. But it was too complicated for me and I got really frustrated. First of all, I wasn’t able to fully grasp the basic ideas. And second, I thought that one has to have special skills or a powerful understanding of how a computer or the web works to become a coder (Oh, was I wrong!). At this time, it was never an option for me to follow his footsteps. Years without coding passed by and by the time I graduated from high school (June 2018) I was a bit lost. I decided to take a year off to find out what I really want to do. I wanted to be free, do something really cool, see the world and to be able to tell amazing stories. But after 3 months of doing nothing, my parents got a bit worried and pushed me to do something. From that moment on I worked at a bakery for six months, but this was not my expectation of a gap year. I was unhappy and started to doubt my decision. That’s when my dad recommended me once again to learn how to code. At this point I had nothing to lose, because for me it couldn’t get worse than working in that bakery. Changing my life and getting in touch I started looking for bootcamps and found Le Wagon. Le Wagon promised me to ‘change my life and learn how to code’ and I was more than ready for that. My research kept me up all night. In comparison to other bootcamps I trusted this one and its promises the most. I can’t tell why, it was just intuition (a good one as I found out later!). Besides that, it’s quite cheap, especially compared to bootcamps in the USA (they were often more than double the price of le wagon). In addition, their program seemed to be the most sophisticated one. To me it was clear: I’m going to be a student at Le Wagon! There was only one hard decision left: where? Choosing between 32 cities all over the world was tough. But once I found out that they’re offering a class in Bali I was even more exited. Traveling to the other side of the world to do a nine-week intensive coding bootcamp sounded a bit scary, but also like a huge adventure. This was my chance to use the time left of my gap year to do something useful. Three days later I got in touch with Dirk and joined batch #253, starting on April 14th. The time before the real adventure started If you have already informed yourself about this bootcamp, you may know that you need to master the first 40-50 hours of coding on your own. As I applied in March and still had to work, there wasn’t that much time for me left. I managed to finish almost all of it, besides the JavaScript exercises. I did all the others at the beginning and had only 3 days left for this last but giant part of the prep work. I totally underestimated how long it would take me. But don’t worry about it! Of course, it is important to take a closer look at it, as your way through the bootcamp will be easier, but many of my classmates as well as me managed to push through the class without all the knowledge. Arriving in Bali and meeting the other students for the first time On April 13th we were invited by the le Wagon team to have our first dinner all together at Pizza Fabricca. There I met the staff and the other students for the first time and had a chance to get a glimpse of the people I am going to be working with for the next weeks. The next day at 9 am it finally started! The whole day is just for set up and first small steps. We got really nice instructions how to install all the software needed and everyone was able to walk themselves through. Of course, the TAs were there to help at any time. I realized how precisely organized everything is as I first signed up to Kit Le Wagon. That’s when we were introduced to the daily schedule as well as the buddy and ticket system. Each day started with a lecture and after that we had the whole day to solve pre written exercises. Each day we got a different buddy and the goal is to help each other and walk through the challenges together. For that reason, you get to work with a lot of different people, each with their unique technique how to solve a problem. But don’t leave your buddy behind! And if both of you are stuck and there is nothing but question marks in your head, then it is time to raise a ticket and a TA will take his/her time to help out! ¬¬¬¬¬¬ 9 weeks fly by and before you can realize it, you will find yourself at demo day with an amazing project in your hands As Ruby on Rails is the core of this class, we started with some Ruby programming basics. Despite my nearly zero coding experience the first two and a half weeks went pretty smooth. We even started building our very first application. After that everything went really quick. Learning about SQL and Active Record we went on to HTML and CSS everything within one week. Next on the List was JavaScript, on which we also only spend a few days. I’m not going to lie these two weeks were intense and mental breakdowns were included. Every now and then I could hear someone cursing frustrated, mostly followed by “That’s it. I’m going to raise a ticket”. And finally, we came to week 6, where we went on Rails for the first time. Rails is a handy framework for Ruby, which allows you to build fantastic applications. We learned everything needed and more to be prepared to concur the last two weeks. On Friday it was time to pitch ideas and get team members to work with on the project And I’m sorry, but no, you can’t choose with whom you want to work with. That’s going to choose an algorithm for you. In week seven the Airbnb clone was built. It should prepare you for the big project. It is also a good chance to adjust to your team members and try to get a nice workflow together. Two weeks is not a long time to plan and build a whole app, but it is manageable. On demo day we all proudly presented what we did the last couple of days and every team did a great job. That was the end of batch #253 Bali. We were left with an extraordinary experience and the knowledge of five programming languages, more or less. From now on it is up to us what we make of it. Why Le Wagon stands out and other things to say Two months have passed now and it’s just now that I realize what opportunities you get from that experience. Le Wagon doesn’t only teach you how to code, but also somehow prepares you how to survive in the real world. First of all, there is the buddy system and the team projects, which I have already mentioned earlier. It teaches you how to code and work with different people, which can be quite nerve-wracking. But that’s how it’s most likely going to be after the bootcamp. Even if you build your own start up, you will need other people on board with very different expectations. In Addition, people who actually build their own start up visited us and held a really motivational speech and later we were able to talk to them. Besides coding consuming time as if it is a black hole, there is still some left to experience the lifestyle, culture and nature of Bali. A great balance for the mind especially are the weekend trips, which are organized by Le Wagon. Of course, they are not obligatory. So, if you feel like sleeping in on a Saturday morning you are free to do so. But I hardly recommend getting up early and exploring Bali. Not only will you be able to share more experiences with your classmates, but also the start into the next week was easier with a balanced mindset (at least It really helped me!). The weekly yoga session was also nice (but make 100% sure to bring short and comfortable pants! I only brought my long pairs for whatever reason and it felt like I am going to die from a heatstroke!). And if you still don’t feel exhausted enough, there is the opportunity to get up at 5 am and go surfing before class (I have to say, the sunrises are beautiful out there!) Energy sustenance is also something you don’t need to worry about. Every morning after the lecture we got some fresh fruits and coffee is literally limitless (I think my caffeine addiction got out of hand there). And if I still felt like my mind was just blank and every problem seemed impossible to solve, I took a break and enjoyed the view from the classroom. That always helped me to focus again. After finishing the class, I was left with a huge amount of new knowledge in the unexplored world of technology and a pretty big network of people who are always ready to help out (around 5000 alumni until now!) Last Words All in all, Le Wagon puts in a lot of effort to make you feel as comfortable as possible during those nine weeks. So lastly, I want to say thank you! Thank you to Le wagon for this truly amazing experience, to the staff who always had the patience to correct all my mistakes and to all the great people who I met there and with whom I had the pleasure to start this journey. See you around the world!Read Less",,Unknown +256070,10868,le-wagon,Antoine Gaillard,False,2019,"Excellent experience, Le Wagon delivers on all its promises and more",2019-10-04,5.0,5.0,5.0,5.0,"After working for more than 10 years as communications officer and manager for various organizations, I felt the need the change course. I wished to learn a new, technical skill that would allow me to feel empowered and to master modern technologies,... Read More instead of just using them unknowingly. Le Wagon syllabus looked promising and exciting... and it delivered ! You have to go all in and commit (pun intended) 100%, but if you do, the well thought out program, the great teachers and always-here-to-help teacher assistants will accompany you closely in the journey. What's more, after Le Wagon, you know how to learn, and don't feel overwhelmed anymore by the tech universe. It opens up a lot of possibilities, from freelancing to web agencies or in-house dev in any organization relying on tech... which are many. Le Wagon also offers job seeking assistance after the fact, which is really helpful when you don't know where to start. Highly recommended !Read Less",,Software Engineering +256051,10868,le-wagon,Andre Ferrer,False,2019,Finding my worth again in Rio batch #298,2019-10-03,5.0,5.0,5.0,5.0,"I graduated from Law School at UFRJ in Rio de Janeiro - Brazil. Afterwards, I started my attorney activity, had some teaching experience in college and also at ""BAR"" preparation courses (in which I taught Tax-Law) and studied for ""concursos públicos""... Read More which are public tests as a means to ingress as a public servant (as are Judges and Public Attorneys). During this time, I had two post-graduate courses in Tax-Law and Customs Law. So after being in a market in crisis for 3 years, I had to change.The few friends of mine who were thriving were programmers. There's where I should head, then.I started to study Programming at Stanford's CS101 and then Harvard and Yale's CS50. I went to Portugal to attend at a Bootcamp called ""Academia de Codigo"" but they only told me that I had to be portuguese to attend when I was there (and after 3 testing phases).Then, a friend who works in England told me to attend Le Wagon in Rio. Oh! The irony of life. I had to go to Portugal to see that the best bootcamp in the world was next door. It was one of the most intense experiences in my life. Staying in the same place studying from 9 to 19 is tiresome but also very rewarding. I learned more in two months there than in the past 6 months studying alone at home by myself.Now that it's finished I feel more than ready to join the market and I'm really glad to have done it. My goal now is to be able to help other people find their worth again, just as I did.Hence, this review. I hope I could be of any help for you.Read Less",FullStack program,Web Development +256038,10868,le-wagon,Théo Rouland,False,2019,Life-changing experience,2019-10-03,5.0,5.0,5.0,5.0,"As a business school student and young product manager, i wanted to follow the Wagon coding bootcamp for 3 reasons : -Be better as PM (better colaborate with developers, better understand technical issues…) -Develop my network in the tech sector, which... Read More is under-represented in business school in general-Develop side-projects, be able to code my own prototypes and test my product ideas in front of potential customersFinally, i’m more satisfied than i expected. The curriculum is very well made, teachers are amazing and they are fully dedicated to build a strong community. Everything is made to make all people get to know each other from day one. It’s a real human experience where i also developed my social and teamwork skills, surrounded by highly motivated people.Even if you don’t follow the bootcamp to become developer, you are not immune to love to code at the end. It’s sooo satisfying to be able to build things by ourself, and i’m now confident enough to learn new languages, like Python in my current job, to carry out data analysis.Don’t hesitate anymore, it will change your life more than you can expect before doint it.Read Less",Software Engineering,Software Engineering +256030,10868,le-wagon,welgryn,False,2019,Amazing experience !,2019-10-03,5.0,5.0,5.0,5.0,"I had an amazing experience at le wagon and I would recommend it to anybody being interested by code. I graduated from ESSEC business school with a master in data analytics. I then worked for more than one year in a start up that fights against food waste.... Read More I loved. the experience but I was very frustrated to work on tech products without understanding how they were functioning. I joined le wagon batch 290 in Paris and this experience changed my life and the way I want to move on with my carrer. I discovered I loved coding and I am now looking for new opportunities to become a real developer. teachers are amazing. They know how to talk to you and explain because they have been at your place few years ago. It is very challengin but in a very benevolent environement were everything is made to make you succeed and help you gain confidence step by step. Finally you get a unique opportunity to meet people from very diverse backgrounds ( from former monks to music ingeneer) and the network you create will follow you throughout all your professional life. Nothing more to say, just do it :)Read Less",Software Engineering,Software Engineering +256029,10868,le-wagon,Gautier Borot,False,2019,"Change your life, learn to code !",2019-10-03,5.0,5.0,5.0,5.0,"Before Le Wagon, I worked in music industry during 7 years. I created a record label beside my studies and I promoted kind of 150 events all around France and other countries in Europe. I have 2 music studios in Paris for producing and post-production.... Read More I am also an artist signed on 7 different record labels in Europe, and I often play in lots of clubs or festivals. I decided to stop promoting events and working with other artists in studio to develop new competences in coding. I wanted to be able to launch my digital projects and work with startups or bigger companies.After a fascinating and hardworking summer at Le Wagon, I am looking for a job as a developer and I continue my artist life ! Today I can achieve my application ideas and work on new inspiring projects ! I am so glad to understand what happens behind the web, and this is really rewarding ! I will never thank enough Le Wagon for this experience ! !Read Less",Software Engineering,Software Engineering +256028,10868,le-wagon,Jean Hirtz,False,2019,Incredible experience,2019-10-03,5.0,5.0,5.0,5.0,"Before le Wagon, I was (and still am) an undergraduate student at the Sorbonne School of Economics.Since a very young age, I was interested in computers; I learned how to mount one and did a bit of programming too. However, I never went deep in learning... Read More and building apps with code, I found it difficult to learn it by yourself even if there are a lot of resources online.When I graduated from high school, I enrolled in economics, but I wanted to go back to computers. Because I wanted to focus on the practical aspect of programming, learn a lot in a limited amount of time but well, I learned about coding bootcamps and Le Wagon came naturally as my first choice.Because I have a lot of free time beside my economics studies, I had the opportunity to work part-time as a FullStack developer in a startup founded by an alumni who did the bootcamp with me! Overall, choosing Le Wagon was one of the best decision I made. I learned in 9 weeks what I couldn’t learn alone since I was interested in programming. During the bootcamp I’ve met incredible like-minded people, and made a lot of friends. Le Wagon gave me a lot of confidence and taught me how to build web apps, but also how to learn any language and framework by yourself thanks to their educational methods. Don't hesitate!Read Less",FullStack program,Web Development +256027,10868,le-wagon,Pelegri Julien,False,2019,Le Wagon bootcamp,2019-10-03,5.0,5.0,5.0,5.0,"I did batch #287 of Le Wagon (Summer 2019). I was a postgraduate student in a French engineering school. During my studies, I mainly did applied mathematics, physics and computer science. So I had a basic coding background but only related to maths and... Read More theoric sciences. I was interested in web tech. I enrolled Le Wagon to wider my knowledge and see somehow what was for me at this time an ‘other way of coding’. I believe that Le Wagon is the best way to quickly learn how to develop a complex web app from scratch and to have a better view of all challenges surrounding the web. You don’t need to know anything about coding before entering the bootcamp. And that’s a good point because Le Wagon will give you the best coding practices and a mindset to be able to be independent and learn by yourself new technologies. Le Wagon emphasis a lot on code quality and team workflow, which are two essentials skills for a developer. I’ve just been “graduated” from Le Wagon a month ago and I’m working on web development projects while studying. I would say that the main interesting thing about le wagon is that they teach you “how to learn code” the good way. That’s amazing you keep learning new stuff every day at a breakneck pace and you can easily move on to more advanced technologies in no time.Read Less",FullStack program,Web Development +256010,10868,le-wagon,Myriam Chah,False,2019,Best 9 weeks ever!,2019-10-03,5.0,5.0,5.0,5.0,"I spent an amazing time at Le Wagon Paris.Staff and atmosphere are truly benevolent. Pace is fast, which is good and enable students to get great coding skills.Everyday, we start with a 1-hour lesson with a teacher, before diving into a bunch of exercises... Read More with a buddy, and the help of teacher assistants when needed. Buddies change everyday, which also allow the students to get to know each others. At the end of the day, a live coding session let the students wrap up all concepts learnt throughout the day.On top of that, Le Wagon organizes a lot of events with entrepreneurs, companies, etc which may contribute to your thinking if you’re considering a switch in your career, or just are curious.It was really an empowering experience, as well as a life changer for me. After 3 years in business development, I am now a full stack developer, and a teacher assistant in Paris!Read Less",FullStack program,Web Development +256004,10868,le-wagon,Rokas Vaitkevicius,False,2019,Awesome 9 weeks at Le Wagon London,2019-10-03,4.7,5.0,5.0,4.0,"Before joining Le Wagon I was working as a warehouse operative in London. While I was working I always had a thought in my mind that I needed to be challenged a little more in life so I tried coding in my free time, and unfortunately I wasn't very successful.... Read More It's easy to get lost and discouraged in a sea of programming if you have no guidance. Few months later I came across coding bootcamps. I thought bootcamps were a quicker and cheaper way to get the knowledge that a university would provide, so after doing some research I decided to apply to Le Wagon London. I was quite surprised they took a chance on someone like me who didn't have a great background (but hey I'm not complaining). The bootcamp itself was very challenging and intense, but luckily they have a great bunch of teachers, who are always reassuring and happy to help. The staff and teachers are all super nice and treat you like a friend. The buddy system is something that I enjoyed a lot. You basically get matched with a new person everyday so you get to meet and learn from many different people with many different backgrounds. Even though the bootcamp was very demanding, I am very happy that I did it, because everyday I was having fun while getting better and learning so many different programming languages. I also got to experience what it is like to work as a web developer by having hands on experience and doing projects in a group of 3-4 people for the last 3 weeks. If you are looking to change your career or just curious about learning code, I would definitely encourage you to join Le Wagon.Read Less",,Software Engineering +256003,10868,le-wagon,Antoine Gaillard,False,2019,"great experience, Le Wagon delivers on its promise, and more !",2019-10-03,5.0,5.0,5.0,5.0,"After working for more than 10 years as communications officer and manager for various organizations, I felt the need the change course. I wished to learn a new, technical skill that would empower me and allow me to master state-of-the-art technologies.... Read More Le Wagon syllabus looked promising and exciting... and it delivered ! It is undeniably challenging, you have to go all in and commit (pun intended) 100%, but if you do, the well thought out program, the great teachers and always-here-to-help teacher assistants will accompany you closely in the journey. And after Le Wagon, you know how to learn and don't feel overwhelmed anymore by the tech universe. It opens up a lot of possibilities, from freelancing to web agencies or in-house dev in any organization relying on tech... which are many. Le Wagon also offers job seeking assistance after the fact, which is really helpful when you don't know where to start. Highly recommended !Read Less",,Software Engineering +255999,10868,le-wagon,Nicolás Proto,False,2019,From Uruguay to Barcelona,2019-10-03,5.0,5.0,5.0,5.0,"I’m from Uruguay and originally started my studies in the fields of marketing administration. After getting my Bachelor’s degree I started working in a startup company and saw it grow into a fast-food chain with more than 10 stores. Some years later I... Read More started to feel the need to change my career into something that I soon found to be my new passion… coding.A friend of mine told me about these type of intensive programming courses so I researched for the best ones in Europe and I found Le Wagon. After some research I decided to enroll in Le Wagon Barcelona, so I could also get to know the city.Two months later I’m starting my freelance career and also diving into teaching, I wouldn’t expect to be able to create the projects that we did in such a short time.Le Wagon Barcelona not only brought me technical knowledge, but also the experience of developing products in teams, contacts and a lot of new friends. They gave me all the tools to have an awesome and enriching experience, and I’m really grateful that I took it.Read Less",FullStack program,Web Development +255969,10868,le-wagon,Théo Rouland,False,2019,Life-changing experience,2019-10-02,5.0,5.0,5.0,5.0,"As a business school student and young product manager, i wanted to follow the Wagon bootcamp for 3 reasons : - Be better in my job as PM (better collaborate with developers, better understand technical issues...) and prove a technical fluency on my CV... Read More - Develop a network in the tech environment, which is under-represented in business school in general - Develop side-projects, be able to code my own prototypes and test quickly my product ideas in front of potential customers Finally, i'm more than satisfied by the bootcamp. The curriculum is very well made, teachers are amazing and they are fully dedicated to develop a strong community. Everything is made to make all people get to know each other since the first day. It's a real human experience where i also developed my social and teamwork skills, surrounded by highly motivated people. Even if you don't follow the Wagon to become developer, you are not immune to really loving to code at the end. It's sooo satisfying to be able to build things by ourself and i'm now confident enough to learn new langages, like Python in my current job, to carry out data analysis. Don't hesitate anymore, It will change your life more than you can expect before doing it.Read Less",,Software Engineering +255964,10868,le-wagon,JT,False,2019,Great bootcamp,2019-10-02,5.0,5.0,5.0,0.0,"I had an excellent experience in this bootcamp. Curriculum's design is tense but reasonable, it pushes me to the limit and provides me huge progress. They also have sufficient challenges for me to implement what I learned in the morning class. Most of... Read More all, Le Wagon Tokyo has an outstanding teaching group that always stands on your side and provides help, using simple words to help you understand a complex concept. Having a great teacher is much more important than having a great class schedule.Read Less",,Software Engineering +255960,10868,le-wagon,Nicolas Proto,False,2019,My time at Le Wagon Barcelona,2019-10-02,5.0,5.0,5.0,5.0,"I’m from Uruguay and originally started my studies in the fields of marketing administration. After getting my Bachelor’s degree I started working in a startup company and saw it grow into a fast-food chain with more than 10 stores. Some years later I... Read More started to feel the need to change my career into something that I soon found to be my new passion… coding. A friend of mine told me about these type of intensive programming courses so I researched for the best ones in Europe and I found Le Wagon. After some research I decided to enroll in Le Wagon Barcelona, so I could also get to know the city. Two months later I’m starting my freelance career and also diving into teaching, I wouldn’t expect to be able to create the projects that we did in such a short time. Le Wagon Barcelona not only brought me technical knowledge, but also the experience of developing products in teams, contacts and a lot of new friends. They gave me all the tools to have an awesome and enriching experience, and I’m really grateful that I took it.Read Less",,Software Engineering +255959,10868,le-wagon,Uri Serra,False,2019,From fashion to coding at Le Wagon Barcelona,2019-10-02,5.0,5.0,5.0,5.0,"My background is in Marketing and Sales. I was freelance for Fashion Brands before Le Wagon including services like consultancy, sales, eCom and BZ developer basically in Barcelona. During the months before my bootcamp I started to investigate and learn... Read More to code and I quickly realise it was much more creative and exciting I could expect. So, after some interviews I realice Le Wagon was exactly what I was looking for. I wanted to develop new skills which could enrole me in new an different projects and learn another way of working / living. I have a friend who hardly recommend me Le Wagon He also wanted to breakthrough his profesional carrier, become a full stack developer and After one year He was there. Le Wagon creates a very good atmpsphere. We create an amazing team between TA’s, Teachers and Students. A very different group of people (20 different nationalities), super interesting all focus on same goals and helping eachother to get there.Read Less",,Software Engineering +255958,10868,le-wagon,Mehdi Idrissi Kaitouni,False,2019,My Bootcamp Experience in Barcelona,2019-10-02,5.0,5.0,5.0,5.0,"Before coming to Le Wagon, I was in my final year of my Bachelor’s degree at McGill University in Montreal, Canada. I had been studying information systems and finance for the past three years but felt link I was lacking one of the most important skills... Read More to work in the tech world: coding. In the hopes of becoming an IT consultant or work in the biggest tech companies, I felt like I had the business and strategy side notably though my internships but not understanding a single line of code was for me a huge weakness. Therefore I stumbled on Le Wagon’s website through a simple Google search “coding boot camp” and was very quickly convinced that it was something I HAD to do. So many options in different cities around the world but I chose the Barcelona one given the amazing reviews and the experienced teachers and TAs (besides that who wouldn’t want to spend 2 months in Barcelona?? :slightly_smiling_face: ). A few months later I was able to create working web applications with features such as geo mapping and instant messaging. To this day, I still cannot believe how much I learned in such a short period of time. Along with 3 other amazing teammates, we were able to build a fully functional web messaging and file storing app called MyFam which uses a tag system to make retrieving files super simple. I really feel like I could have never achieved such an amazing end result without my boot camp experience. With that experience I am now on my way to achieve my goal and in the process of finding the roles I wanted but didn’t qualify for due to my lack of knowledge in app development.Read Less",,Software Engineering +255956,10868,le-wagon,Wendela Lovgren,False,2019,My experience at Le Wagon Barcelona,2019-10-02,5.0,5.0,5.0,5.0,"It’s been almost 4 weeks since I left Barcelona and Le Wagon behind and I am left with some pretty incredible skills and memories that I will carry with me for a very long time. Deciding to spend my summer in Barcelona and at Le Wagon was probably one... Read More of the best decisions ever. I was studying my first year at uni as a Business Administration and IT student when I first was introduced to coding. Meanwhile the coding classes I had in uni made me doubt however I would ever be able to code Le Wagon proved me wrong!The Le Wagon experience is one I would recommend to everyone. Except giving me a new set of skills the bootcamp also gave me a huge confidence boost, knowing that I am now capable of doing something I never thought I would be able to do.I am so grateful for all of the incredible teachers and staff at the Barcelona campus and also my amazing classmates. Now I am looking forward to learning a lot more and searching for new projects to work on. The first one will be building a website for my fathers company!Read Less",Software Engineering,Software Engineering +255954,10868,le-wagon,Lila Liu,False,2019,Landed a job after graduating Le Wagon 3 weeks ago,2019-10-02,5.0,5.0,5.0,5.0,"After university, I had a stint in a startup where I got a taste of programming in Java. Following that, my career took off and I joined global consulting companies. My career pivoted towards product management and the more commercial sides of technology.... Read More As the years went by, I found myself further and further away from coding. I had the pleasure of managing and working with developers, but I always felt that they got to do the fun part of projects - building them !Half a year ago I started to code again and built some projects in Javascript. This really ignited my love for coding and I decided to switch careers to become a developer. I knew I would have to start my career all over again, but I felt it was worth it as I could spend the rest of my life doing something I enjoyed. It was lonely to code alone and I often questioned the quality of my code. To learn best practices, industrial standards and work with other developers, I decided to enrol at Le Wagon.At Le Wagon, I felt like a knight in training. Everyday we were given pedagogical challenges to shape our understanding of object orientated programming. Ruby was a new language to me, but after a few weeks I was surprised at my own fluency. I trusted the process and let Le Wagon carry me through databases, front end, ruby on rails, and then onto independent projects. The last few weeks of the course, I worked in a team of four to build two web applications. It was challenging to work with others, but after a day of Github chaos, it all fell into place. In our final project we built an app that ‘gamified’ eco-challenges (i.e. plastic free, ride a bike, etc) and there were features such as collecting points, competing with friends and tracking your progress. It was a fun and challenging project to build, and we’re incredibly proud of what we have achieved.The best thing about the experience at Le Wagon is definitely the Teachers and TA Team. Everyday on the course, they were there to rescue us, guide us and teach us how to write clean code. They were truly ruby and javascript ninjas and the speed at which they could understand our problems and debug was impressive. Without them, I would not be where I am today - with a job as a software engineer working with the Python stack !To anyone who is looking for a career change, wants a challenge as well as seeking guidance, I recommend enrolling at Le Wagon. It is one of the best decisions I made in my life and the knowledge and community support I received was invaluable to my success.Read Less",FullStack program,Web Development +255933,10868,le-wagon,F,False,2019,Best bootcamp,2019-10-02,5.0,5.0,5.0,5.0,"Two months straight of lectures, algorithm courses and a variety of programming language, from 9 am to 7 p.m, - wait, did I also mention the homework and self-study ?. That looks like hell, but, actually, it can be the best decision of your life. Well,... Read More at least that was mine !Few months ago I’ve decided to further my education and, at the same time, make a career change after a life in the finance sector. Because why not, after all.. While it’s important to show commitment, sometimes your goals and perspectives change, and you crave for something more meaningful to you. After an intense benchmarking session, I set my sights on « Le Wagon », got enrolled, passed the tests, and start what would become the rightest call I would ever done in my life.And let me tell you that this bootcamp lived up to my expectations. Great teaching staff, great teaching method, and a room full of likeminded students/professionals coming from different backgrounds. Now, don’t get me wrong it was not all fun and games. My brain was literally be fried during this bootcamp, but in good way though. They were all about providing an efficient and practical knowledge of the web development world, and that's what I earned. Looking back, I feel empowered and happy that I did invest in myself, that I have done something that was right for me. Something that gave me a real perks in my new job as a freelance Web/App developer.So stop wondering, entrepreneur, freelancer, and other curious mind of this world if your train goes off the track, pick it up, pick it up…and follow Le Wagon !Read Less",FullStack program,Web Development +255902,10868,le-wagon,Bouquer,False,2019,All that I expected and more,2019-10-01,5.0,5.0,5.0,0.0,"I had tinkered with basic front-end programming for a while, HTML5 & CSS. As I was building my company from the ground up, I couldn't afford any programmer. So I chose a CMS and taught myself to code basic rendering. But as the months went by, and I started... Read More to discover more insights into my consumers' life, I started to realize that I had nowhere near the ability to push the digital products that had a chance to succeed in the market. As all things started to come together, I chose to terminate my business - for other reasons than my own technical shortcomings obviously - and enrolled in Le Wagon a few months after.The idea was basically to gain a deeper understanding of the tech universe, i.e. how does one gain a programmer mindset ? I also wanted to connect with different personalities. I was quite certain that some of the people I was going to meet would have lived different and interesting lives. The idea was to reset my mind and use that school as a stepping stone towards new high.I was not disappointed. The bootcamp in itself is hard, and even harder for those of us that do not have a deep scientific education. So the first weeks are a-killing. But the program and educational support have achieved near perfection. The curriculum is thought as blocks that will all come together in the future. If you struggle with your challenges in the first days, you are learning a valuable lesson about the programmer's life. Our job is mainly to bring solutions to problems. You cannot take shortcuts. As a programmer you gotta pay your fair share of hustle, sweat and frustration. But keep at it for a few days, and the small joy of overcoming difficulties are gonna compound in your mind and you will find new motivation, as well as new abilities. Teachers and Teaching Assistants @ Le Wagon are great individuals who listen and declutter the path for you - they never do your chores though. If you are good or somewhat already a bit experienced, there are additional challenges that you can complete.The high point of Le wagon is the last two weeks, when you are associated with 3 of your fellows wagoners to build a real-life web application that is to be presented in front of a live audience of 200+ people. These are intense weeks, as you should make use of everything that you have learned so far. There is teamwork as well, but not the kind you are used to, the kind with everyone one of your teammates being a programmer as well, the kind with git commit, git push and above all git merge conflict. You are talking a new language. You are building something. Your life has changed then and there.And there is the people also, first and foremost. Let's face it, you are not gonna be a functional developer after ANY bootcamp. To do so you need to rely on a set of likely-minded positive characters and energies. And above all keep coding and growing. It does not matter how good you are or how good you think you are. Le Wagon's highest value proposition is that it gives you the tools and the network to go down this path - should you choose to do so. During my 9 weeks @ Le wagon, I have blossomed into a new individual, mainly because there are very few moments in your life when you are surrounded by every age group and every character. My advice is to use it as a sandbox for what will come later.As for me, I am now freelancing on design and code, mainly to have the time to learn dart and flutter. My goal is to release one app a month.Thank you for reading,ChristopheRead Less",Software Engineering,Software Engineering +255781,10868,le-wagon,Sy Rashid,False,2019,Filling Out the Template in Barcelona,2019-09-30,5.0,5.0,5.0,5.0,"That cloud looks like duck... sort of... Ooh! But that one looks like a dragon! I catch myself staring out the window again. The number of times I catch myself is getting out of hand. I sit at the WeWork, twirling my pen, trying to force myself to fill... Read More out the brand launch strategy, and I just can’t. I’ve filled out a million before, and now, I just can’t. I opt to grab a coffee instead, maybe go for a walk, wrap my head around anything else, I’ll figure it out when I get back. It’s another beautiful day in Oregon, and the weather is simply too nice to be spent inside all day. As I walk down the streets, peer in a few shop windows, I can’t shake the feeling something is off. You know those days, where a cloud just hangs over you, there’s nothing wrong in particular, but for the life of you, you just feel crummy. What’s wrong with me, I’ve literally been described as a human puppy, why am I not happier, why do I feel so off? Seriously, what is wrong with me? I mean I’ve done everything I’ve been expected to do, haven’t I? I went to a great high school, played sports, went to university, even graduated top of my class as an engineer. Oh, if you could only have seen the grin on my mother’s face as I showed her my diploma.From there I went the management consulting route, opting to flex my business know how. I ended up working a rotational program for the largest beer company in the world. I lived in some of the greatest US cities (LA, NYC,MIA, ATL, DC, PDX) and did some of the most fascinating work (venture capital, brand strategy, sales management, brand launches, etc), all in the alcohol industry. My job was literally to go out and talk to people about alcohol. My nights out were work, and my work was nights out, that’s the dream, right?I had myself a nice retirement account, had a car, did my own laundry, did my taxes, I even began flossing! All the trademarks of a successful adult, so what was wrong? Why wasn’t this enough? And it began to dawn, the reason it wasn’t enough was because it wasn’t what I actually wanted. I had been filling out someone’s else’s template for success. And when I took a hard-long look... well... I quit. And so, I decided to move to Barcelona, a city I had grown to love through my travels. But what would I do when I showed up? So, I began poking around and asking myself, if money were of no object, what exactly what I do? I’d build things of course, it’s what I’ve always done and what I genuinely enjoyed. But what would be my medium, what would be my canvas, and what would be my brush? Looking back at my classes in university I realized the ones I enjoyed the most, the ones where I’d simply get lost in a state of flow, had always been my computer science classes. So how could I get back into coding? How could I get a fresh take with a newskill set? And so like most of you, I googled “Best Coding Bootcamps”. Lo, and behold, there was Le Wagon, and even better, a batch in Barcelona would start in July. Between the intense days of coding, the weekends spent playing on the beach, and the nights sitting out on terezas drinking beer, the summer was over before I knew it. But the skill set I walked away with would empower me.Now a days I’m working to be a freelance developer while I TA with Le Wagon. It’s not the easiest route by any means, but I’m happier than I’ve ever been before. I finally found the thing that had been eluding me all these years. For once, I was no longer filling out someone else’s template for my life, I was finally architecting my own path. The leap can be scary, I know, but I promise what’s on the other side can be beautiful as long as you’re willing to put in the work.Read Less",,Software Engineering +255706,10868,le-wagon,Anonymous,True,2019,Exactly What I Wanted,2019-09-29,5.0,5.0,5.0,5.0,"A total game changer! I loved my time at Le Wagon and I can honestly say that after completing the course I feel like I see the world through a new lens. You may think that's a bold statement, and you're right. However, Le Wagon's well thought out curriculum... Read More and helpful instructors allowed me to gain an understanding of coding, start-up culture, and full stack web development. The course changed that way I think about the internet and software, and most importantly it empowered me and gave me to skills necessary to become the creator I've always wanted to be.Read Less",Software Engineering,Software Engineering +261002,10868,le-wagon,Samba Diaw,False,2019,Le Wagon is a game changer,2019-09-27,5.0,5.0,5.0,5.0,"As a former student in a French business school, I tried for months but was not very successful in learning to code by myself. Last year, I met the driver of Le Wagon Montreal and a couple of students during my internship in Montreal. After having spoken... Read More with them, it became clear that it was something for me and so I decided right away to apply to one of the Le Wagon locations around the world.The three things I enjoyed the most at Le Wagon Bali were :1. The way our days were structured: a quick 1.5 hour lecture in the morning and the rest of the day was dedicated to practice, practice and .. more practice!2. Coding in front of the beach! The balinese atmosphere is probably one of the best in the world, working hard and being relaxed at the same time. It helped me so much.3. The amazing people I met there, from all around the world.One of the best moments of the bootcamp is, obviously, the last two weeks when we work on our final projects. In those moments, everything really came together. And believe me, you really feel accomplished. At the time of writing, we are few weeks after the end of graduating the bootcamp and I can tell you guys that jumping into this adventure was one of the best choices I've made. Le Wagon is a game changer and I'm a 100% sure that it will change my life. For those who are ready to work hard and are really interested in coding, I highly recommend Le Wagon.Read Less",FullStack program,Web Development +255354,10868,le-wagon,Benjamin,False,2019,A great Journey,2019-09-27,5.0,5.0,5.0,0.0,"I started learning to code on my own a couple of months ago, previously employed as a digital marketing specialist I build a little data pipeline to automate my report. I quickly realize that I was having more fun doing that than building campaigns. When... Read More I decided that I wanted to be a developer I didn’t know what the journey would be like, I didn’t have much experience and I knew no one to guide me. I started to gather information about the different bootcamp in Montreal, this is when I discovered Le Wagon. Starting Le Wagon was the first milestone in this adventure that I wanted to start. Le Wagon sure taught me how to code (the teachers are here for you every step of the road to help you understand the key concepts) but the value of doing Le wagon bootcamp go far more beyond that. You learn how to properly develop an idea, prototype the product and develop it with a team. You’ll be surprised by what you can learn and accomplish in just a couple of weeks. Another great value of Le Wagon is its community, a very active and helping community that helps you broaden the perspective of what you can do, I wanted to be a developer, today I am also an entrepreneur and the journey keep going.Read Less",Software Engineering,Software Engineering +255351,10868,le-wagon,Juan Polanco,False,2019,From Madrid to Amsterdam,2019-09-27,5.0,5.0,5.0,5.0,"It has been a bit under two months since I finished Le Wagon’s full stack development bootcamp and my life has already changed drastically. I have been hired as a junior full-stack engineer and will be moving to Amsterdam for this new adventure.I can... Read More honestly say that Le Wagon’s mantra, “Change your life, learn to code”, could not be better said. This bootcamp has not only given me the tools needed to change professions but it has also helped me discover a new passion I can turn into a career.I would like to thank all the teachers and TA’s that made this possible as well as Gonzalo and Gus who organized an amazing batch. I would also like to thank the Le Wagon network that put me in contact with my new job. My life really has changed by learning to code!Read Less",Software Engineering,Software Engineering +255253,10868,le-wagon,Alina Heimgartner,False,2019,BEST TIME IN BALI,2019-09-26,5.0,5.0,5.0,5.0,"Before joining LeWagon Bali, I was working for a strategy consulting firm in Zurich. Most projects were about Digital and Analytics topics, where I realized how much there is to learn in this area. I knew I wanted to study Data Science in my Master, which... Read More is why I thought a coding bootcamp would give me a head start and an additional skill. Little did I know that the 9 weeks would give me so much more than that! In the first few weeks my day usually started at 6am with a 1.5 hour yoga session. At 9am, I had my first fresh coconut and was ready to soak up all the information our teachers would give us in the lessons. After the challenges, I was usually exhausted, but at the live code, full attention is needed to keep up. At the end of the day at around 7.30pm, we would all go for a quick beer and dinner and then drop into bed. This was such an exciting time because each day, I came home with a head full of new things I learned, all in an unbelievable speed. At this point, we were just getting to know each other as a group, and our driver did an amazing job at bringing us all together on exciting trips to beaches, islands and clubs. Good times! After a few weeks, every piece I learned started to come together like a puzzle. This is the most amazing moment. Building your first app, getting something live on the web, working in a team with other people pushing code on GitHub. You feel like you’re a magician, its FIRE! By now, our batch was one big family, organizing parties and weekend excursions together. We were a very diverse group, ranging from 18 to 45 from all educational, geographical and job-backgrounds, all hanging out together. I think that is amazing and exactly how it should be. After 7 weeks of hard work, we started to work on our own projects. This is when the real fun but also the real challenge starts. I realized that to be a great coder, you have to be able to do more than just code. Communication is key to a successful project and the biggest challenge was not the ability to do the things but to get a common understanding, vision and a working team together. At the end, this was the most important learning and I was SO proud to see the final result of our hard work. Overall, LeWagon has been the most empowering experience of my education so far. It gave me the ability to make my ideas reality and showed me that I can learn anything. I will continue improving my current coding skills and, now that I’m programming in R, I can tell that it has been key for me to get the foundation from LeWagon. Last but not least, it gave me a network of amazing alumni, a group of friends I will always be able to visit around the world and nine weeks of pure fun in paradise. Big Thank You to Bali, our wonderful teachers #BOOM and the #Batch253!Read Less",,Data Science +255188,10868,le-wagon,Nicholas Stern,False,2019,Unbelievable experience - Le Wagon Bali,2019-09-26,5.0,5.0,5.0,5.0,"Before Le Wagon I was a student studying Business Economics and that is where I met a friend who introduced me to the world of coding. I immediately started studying on my own and tried to get to a solid level but quickly learned how difficult that is... Read More without any real guidance. This is where Le Wagon Bali came in. I’m not going to lie, I was extremely skeptical before joining the course with major questions like “Can I really learn to code in only 9 weeks?” These questions were immediately shattered when the course began. Le wagon’s meticulously planned course, along with the incredible instructors, taught me more than I could have possibly anticipated. I learned 50x more in 9 weeks in Bali than I did in 3 months of studying on my own. I went from essentially knowing nothing to building my own fully functional web-applications. I am extremely grateful for the experience they provided and I seriously couldn’t recommend Le Wagon any higher to some one who wants to learn to code.Read Less",,Software Engineering +255186,10868,le-wagon,Benedikt Kneussl,False,2019,**Warning - Very Rewarding 9 weeks!,2019-09-26,5.0,5.0,5.0,5.0,"My interest in coding was always very high. I've been working in tech startups for the last two years, but only got a sneak peek at the product behind the scenes. This made me very curious and it finally helped my decision to sign up for the Le Wagon... Read More Bali Bootcamp. The main reason why I choose Le Wagon was the hands-on learning approach. A typical day at Le Wagon starts at 9 o´clock sharp with a 1.5 to 2 hour lecture. Following the lecture every student is assigned a buddy using their awesome learning tool ""Kitt"". Together the two of you will tackle the challenges of the day on the terrace outside the classroom, always having the chance to ask for help from one of the teachers if you are both stuck. This is an extremely powerful and effective way of learning as it allowed me to find my own mistakes. In my opinion Bali was the perfect location for learning how to code, as it allowed you to focus while coding and stay calm when not. At around 5 o clock there will be a live code where everyone has the ability to show what they have learned throughout the day. I would have never thought it is possible to learn so much in such a short time. I definitely learned a lot in the last three weeks and we all did, while working in groups on our projects. This was not only extremely fun, but it also gave us a good sense of how to code in a team and showed how much more one can achieve when working in groups. After these 9 weeks at LeWagon in Bali, I have met wonderful people and broadened my personal network and have also finally the gained the skillset to built fabulous products.Read Less",Software Engineering,Software Engineering +255173,10868,le-wagon,Bruno Tostes,False,2019,Experiência incrível,2019-09-25,5.0,5.0,5.0,5.0,"O curso superou minhas expectativas.O Le Wagon cumpre o que promete, e proporciona uma imersão no mundo da programação Web, com conceitos simples e muita prática. Após o curso, como empreendedor, me sinto seguro e preparado para enfrentar os desafios... Read More tecnológicos com os quais me deparo no dia a dia.Recomendo para todos que desejam compreender cada etapa de desenvolvimento de um produto digital.Read Less",FullStack program,Web Development +255111,10868,le-wagon,Uri Serra,False,2019,From fashion to coding at Le Wagon Barcelona,2019-09-24,5.0,5.0,5.0,5.0,"My background is in Marketing and Sales. I was freelance for Fahion Brands before Le Wagon including services like consultancy, sales, eCom and BZ developer basically in Barcelona. During the months before my bootcamp I started to investigate and learn... Read More to code and I quickly realice it was much more creative and exciting I could expect. So, after some interviews I realice Le Wagon was exactly what I was looking for. I wanted to develop new skills which could enrole me in new an different projects and learn another way of working / living. I have a friend who hardly recommend me Le Wagon He also wanted to breakthrough his profesional carrier, become a full stack developer and After one year He was there. Le Wagon creates a very good atmosphere. They create an amazing team between TA’s, Teachers and Students. A very different group of people (20 different nationalities), super interesting all focus on same goals and helping eachother to get there.Read Less",,Software Engineering +255110,10868,le-wagon,Nicolas Proto,False,2019,Changing my career in Barcelona,2019-09-24,5.0,5.0,5.0,5.0,"I’m from Uruguay and originally started my studies in the fields of marketing administration. After getting my Bachelor’s degree I started working in a startup company and saw it grow into a fast-food chain with more than 10 stores. Some years later I... Read More started to feel the need to change my career into something that I soon found to be my new passion… coding. A friend of mine told me about these type of intensive programming courses so I researched for the best ones in Europe and I found Le Wagon. After some research I decided to enroll in Le Wagon Barcelona, so I could also get to know the city. Two months later I’m starting my freelance career and also diving into teaching, I wouldn’t expect to be able to create the projects that we did in such a short time. Le Wagon Barcelona not only brought me technical knowledge, but also the experience of developing products in teams, contacts and a lot of new friends. They gave me all the tools to have an awesome and enriching experience, and I’m really grateful that I took it.Read Less",,Software Engineering +255106,10868,le-wagon,Adrián Gutiérrez,False,2019,There is a before and after Le Wagon Madrid,2019-09-24,5.0,5.0,5.0,5.0,"I was very interested in discovering how the most popular apps are built and how they work. My intention was being capable of making my own products one day, so I started self-teaching through online resources. However, I felt that if I really wanted... Read More to go deep, I would need some extra support. I had heard miracle things about coding bootcamps so I checked those in my city and I started digging about their syllabus, methodology, and reviews from former students. The only thing holding me back was that I wasn’t sure whether Ruby was still worthwhile learning, but this site helped me to dispel my doubts isrubydead.com, so eventually, I considered Le Wagon because it offered me a proven methodology, international environment, and I realised Le Wagon was more than a bootcamp, it is a community. I loved every single day during the bootcamp because you never get bored. You know that the next day you are going to learn the next piece of the puzzle you need to become a developer, so I was hooked. Teachers and TA’s were fantastic, always keen to help and really passionate about coding. Le Wagon platform is awesome, it is so well developed and full of resources and you have granted access forever. It has become my best friend since I finished. I am very happy now coding Ruby, but the most important thing you acquire during the bootcamp is the developer mindset. After that, you feel you can learn any other language much quicker, and you have plenty of resources and people to ask whenever you are blocked. It is now straightforward to follow the path that many people have traveled before. For the new students, I would recommend that you prepare as much as possible before the bootcamp if you really want to make the most of it. It gets tough sometimes so try to be familiar with all the concepts you learn during the prep work, and you will enjoy 10x the experience!Read Less",,Software Engineering +255087,10868,le-wagon,Rahul Suvarna,False,2019,An amazing place to learn web development - Le Wagon Bali,2019-09-23,5.0,5.0,5.0,5.0,"I am writing this review a month after completing the Bootcamp. At my time at Le Wagon, I learned how to make a static webpage, scrape data from other websites, build a full-fledged Airbnb clone, build FireEvents, and executed my final project, all in... Read More 9-weeks. It was intense but it was totally worth the hours put in. I came into this program without knowing how to write a single line of code and 9 weeks later, I am equipped to build full-stack applications. The teachers are so helpful and considerate towards the students and are ready to help whenever needed. The coursework is designed well to suit a beginner coder and goes all the way to an advanced level in a matter of a couple of weeks. Of course, there is the prep work that every student has to go through to establish their foundations before the Bootcamp, and this definitely helped me get a better understanding of things during the classes. This program has helped me attain the knowledge that I need to achieve the things I want to on a professional front. Coming from a management background and changing it up to learn how to code can be scary, and I am glad I overcame my fears and took this up. I am very grateful to Le Wagon and the whole teaching crew in Bali for all the support and the resources that were given to me. As for choosing to do the Bootcamp in Bali, the classes were on the top floor of the Frii hotel which had an amazing view of the beach which was relaxing while coding. There are several co-working spaces in Bali which cater to digital nomads and you would definitely run into other developers there and find some freelancing opportunities. There are also lot of options for food and it's one of the best tourist destinations as well.Read Less",,Software Engineering +255067,10868,le-wagon,Juan Polanco,False,2019,From Madrid to Amsterdam with Le Wagon,2019-09-23,5.0,5.0,5.0,5.0,"It has been a bit under two months since I finished Le Wagon’s full-stack development Bootcamp, and my life has already changed drastically. I have been hired as a junior full-stack engineer and will be moving to Amsterdam for this new adventure.I can... Read More honestly say that Le Wagon’s mantra, “Change your life, learn to code”, could not be better said. This Bootcamp has not only given me the tools needed to change professions, but it has also helped me discover a new passion I can turn into a career. I would like to thank all the teachers and TA’s that made this possible as well as Gonzalo and Gus, who organized an amazing batch. I would also like to thank the Le Wagon network that put me in contact with my new job. My life really has changed by learning to code!Read Less",FullStack program,Web Development +255066,10868,le-wagon,Michael Day,False,2019,Very happy I chose Le Wagon,2019-09-23,5.0,5.0,5.0,5.0,"I was one of the students who deliberated for many months over whether to commit to a bootcamp. I finally made the decision to resign from my job and paid the deposit for the Le Wagon bootcamp. The experience exceeded my expectations, and I feel it has... Read More put me firmly on the right path in both my life and career. I would suggest to any new students that the prepwork is very important. Ensuring you fully understand the concepts in the prepwork will put you in good stead to absorb as much of the bootcamp content as possible, as the bootcamp is very intense and fast-paced. The first 3-4 weeks in particular can sometimes feel a bit overwhelming, especially for those like myself who came with no background in programming or computer science, but just making sure you get some good rest and sleep in the evenings and weekends goes a long way. I chose the Bali bootcamp, and could not have been happier with the location choice. You'll make many new friends from all corners of the earth in your batch, plus the Indonesian locals are all super friendly. The school building itself is pretty special. The views and sea winds produce a calm atmosphere and environment. On the horizon you can see the surfers riding the waves of Canggu on the one side, and on the other, (if it's a clear day) you have the spectacular view of two volcanoes.For me, the teaching staff were the biggest factor in advancing my own personal development. They are jedi masters of programming, and they all have the patience of saints. When you're stuck either on a challenge or a feature of your project, the teachers are skilled at probing you for the answer instead of just giving you the solution. These instances slowly help you realise that you are actually understanding the concepts, but you just don't yet know how to express the solution entirely. The effect is a compounding of your confidence, which probably helps explain why as students we're able to build such complex projects in such a short amount of time during the project weeks. In addition, the Le Wagon style and system of teaching is very fine-tuned. The professionalism, and honesty in how they teach is impressive.Le Wagon clarifies that the bootcamp not only teaches you web development, but it teaches you how to learn. This bit should not be understated, and having left the bootcamp a few weeks ago I am now really beginning to see the effects of this. In my own work post-bootcamp, I'm finding that I can find solutions to my own dev problems quite fast, much faster than when I was on the bootcamp itself. One of the reasons I chose Le Wagon is because of their emphasis on giving you the tools to build your own startup. Le Wagon does not claim to find you a job, however the amount of career and job resources they give you upon graduating, are almost as overwhelming as the first few days of code.As an alumni, you also get lifetime access to all the course content plus more. As technology changes and advances, it's comforting to know that Le Wagon will continue to keep me up to speed.Read Less",FullStack program,Web Development +255062,10868,le-wagon,Joe,False,2019,Couldn't have done it without Le Wagon!,2019-09-23,4.7,5.0,5.0,4.0,"If you told me a year ago that I would be a junior developer at a fintech company and helping people learn how to code, I wouldn’t have believed you, but here I am!This time last year I was lost. As a trained journalist I had become disillusioned with... Read More the industry and I wanted out, in short, I wasn’t happy.I wanted to move into a more commercial role, and the natural transition from journalism would be into another content based profession, marketing was my answer.So, in August of 2018, my cv had been to every corner of the internet, screaming for attention. And a notification from Angel List would change everything, a coworking business in Bali wanted me to speak with them about a possible job!What?! Bali? Surely I couldn’t go and live in Bali, that would be too good to be true, right? But it worked out and the next thing I knew I was on a flight to the famous island, for a marketing job that I still knew wasn’t right for me…Coworking spaces by nature attract some interesting people. Remote workers living their best lives, away from the hustle and bustle of city life. Where I worked, there was a lot of people looking at screens of text that I didn’t understand… code.As a naturally intuitive person, I couldn’t walk around my office and not understand what these people were doing, it seemed on a different level and I felt helpless that I couldn’t read it.So I reached out to a close friend of mine who himself was a software engineer and I pleaded with him to teach me. He obliged and my coding journey started, one Sunday afternoon in an Ubudian cafe.It started with the basics, HTML and CSS, a coder’s bread and butter.Ok, I admit, I became a little obsessed. I found this stuff way too cool and my inner nerd was starting to take me over. I knew this was it, this was something that I knew would both interest me and provide me with a livelihood. Two weeks later, I quit my job, there was a coding bootcamp starting in Canggu that I needed to attend.I had heard of Le Wagon around Bali, I’d seen the little wagon logo but had never really known what it was, but from deeper research I knew this was the best one I could choose.I had two weeks to finish the prerequisite coursework before the bootcamp started, this didn’t serve my nerves well as I was more confused than anything else, but my motivation remained and the start date rolled up.I was about to embark on the best educational experience of my life.Setup day, a day for everyone to meet each other and prepare their systems for the two months we were about to put them through, Windows people (me) brace yourself for issues (and tears), Mac users, get ready for an easy day!The first chunk of knowledge we had to absorb was Ruby, the key programming language Le Wagon teaches, and one that fits behind the scenes on Rails (all will be revealed) and what a beautiful language it is. It is regarded as a beginner friendly language because of how expressive and flexible it is. You can solve the same problem in a variety of ways, no wonder why programmers around the world still love it.Arrays, hashes, iterations, blocks, all words and concepts that will be drilled into you until you can’t sleep without thinking of them. When I heard the bootcamp was immersive, I didn’t realise it would be to this extent, but it really is the best way to learn such initially difficult concepts.Next up, OOP, or Object Orientated Programming, the paradigm on which Ruby-on-Rails is built. Something about cakes and cake moulds? Le Wagon has great ways of simplifying at a high level core programming concepts and OOP was for me, one of the most fascinating parts of the bootcamp.Here, we also built our first basic applications, sure only through the terminal, but to build something you can use and interact with after just two weeks coding, pretty cool.Following OOP, we delved into the realm of databases, considering database design and SQL, a veteran language used to interact with and manage databases.We looked at how this all pieced together and worked with web applications, faking, migrating and generating data. Data is king, and here we learnt how to manipulate it.After four days of databases, we moved onto the sexy part, a week and a half of front end languages, HTML, CSS and Javascript. Everything that creates the part of a web application that you can see, in short, the stars of the show.Here is an interesting part of the bootcamp as you start to see the people with a real design nous excelling and enjoying themselves, which not being one of them, was nice to see. Front end is hard and I gained a new found respect of front end developers.Rails is the next topic to cover, and you bring the knowledge of Ruby you acquired a few weeks prior to the table. Rails is a programming framework that makes setting up a fully functioning web application relatively easy. Everything becomes connected in these weeks and lightbulb moments begin to appear!Then, the big daddy, the crescendo of the bootcamp and the project weeks. Everything has been built up to these weeks, the drilling, the confusion, the frustration. We were now released in teams of four to design and build the projects of our dreams and imaginations. First, we spent a week working on an Air BnB clone, this is to learn how to work well in our teams and practice building a fully functional web application.This week proves significant, as you make mistakes that you don’t want to repeat over the main project fortnight. Also we give a presentation on the Friday which prepares us for the finale of the bootcamp, Demo Day!The last two weeks are intense, but also extremely fun. Using GitHub and working in a team of four and having stand up meetings every morning, these days are when you start to feel like a developer. Bringing the skills you have learnt, and applying them to something tangible and real.I personally enjoyed the last two weeks the most out of the whole bootcamp, I love working in teams and to see something becoming a reality through your own know how was extremely rewarding.My team built a cycling app for cycle tourists to plan routes, drop locations and connect with fellow tourists. Over the two weeks we messed up, we backtracked, we worked our socks off and as demo day approached, we grew extremely confident of the MVP we had designed and built.Demo day came at us fast and this is the swan song for all the teams, a night of free flowing drink and presentations said with pride. It really was a night to remember and some of the projects that were on display were incredibly impressive.Amongst them, a trading app, a crypto currency balancer and a yoga studio management tool to name just a few.Now, as I start a new job as a junior developer just two months after I graduated, I look back on Le Wagon not realising how much it changed me at the time.Le Wagon has taught me the skills to make me in demand in an exciting and ever changing tech industry, the real hard work for me starts now but without Le Wagon this would have never been a reality.I still know nothing in the grand scheme of things, but I know more than many. Pretty much everything I write doesn’t work initially, I still break things, I still see code that makes me scared and I don’t understand. But I can do things that someone with no programming experience would think was magic.Le Wagon has equipped me with the tools to dissect code, to break it down and finally make sense of it. It has given me the foundation on which to build and develop.The thing with coding is, you always get lost, but you work to find yourself again, I’m still as lost as I was a year ago, just now I’m lost in a codebase.If you are questioning whether to embark on a bootcamp like Le Wagon, my advice, do it and think about it later, commit yourself to the cause, it really will change your life.Read Less",Software Engineering,Software Engineering +255035,10868,le-wagon,Jack Culpan,False,2019,The start of something new,2019-09-22,4.7,5.0,5.0,4.0,"Le Wagon's programme was absolutely fantastic, with a structure that was inclusive and set up to allow all types of learners to excel. The teaching staff were great and always on hand to help should a problem arise, as well as giving well led lectures... Read More on the content within the course. One element of the course I really liked was that the skills were taught to pretty much set up the students to build their own business once they were finished should they want to. Thanks again!Read Less",FullStack program,Web Development +254925,10868,le-wagon,Frederic,False,2019,Le Wagon Coding Bootcamp,2019-09-20,5.0,5.0,5.0,5.0,"My name is Frederic, I am soon to be 24yrs old, and originally from France. I am a former Le Wagon student, but before I did this school I used to work in hospitality. After 7 years In this field where I did everything from cook, waiter, bartender and... Read More supervisor, I arrived to a point where I knew I needed to change my path in life. I was tired of the long hours (10-12h), the stress, angry customers and disrespect. I wasn’t happy anymore, and wanted a career that stimulated my intelligence, and where I can constantly learn and improve myself. Growing up I always had an interest in IT, so I decided to search online for an IT school where I could learn Coding. Preferably in a fast way as I couldn’t stay too long without a job. After finding a few different schools, there was one in particular that caught my eye. It was Le Wagon ! And what’s so special about Le Wagon you ask ? They teach you Coding in only 2 months, and they make it very easy for you to find a job right after. After careful consideration I decided to apply for it. Shortly after I had my Skype interview with the school manager (Alex), and once I passed that interview I was given the Prep Work that all student need to do to be prepared for the Bootcamp. Once the Bootcamp started I got very motivated to see that there were 41 other students just like me wanting to change their lives. Everyone was really supportive and the atmosphere was really chill even though the course was really intensive. As this is such an intensive course and you have to learn so many things it’s normal sometimes if you feel like you don’t understand, or start to question wether you will be able to find a job after. But I tell you what, all the staff (the manager and all the teachers) are incredibly supportive. They take their time to explain, help and motivate you along the way. This whole experience has been life changing for me. I had the chance to make some good friendships and connections, and managed to find (less than a month after) a job as a Software Developer. A big thank you to Le Wagon London and their staff for making this whole bootcamp a life changing experience. If you are wondering whether you should do it or not. Just stop wondering and go for it, you will never regret it. Good luckRead Less",,Software Engineering +254883,10868,le-wagon,Paulina Gernandt,False,2019,Amazing experience - Le Wagon Oslo #269,2019-09-20,5.0,5.0,5.0,5.0,"After finishing high school, I worked for two years in banking, where I first got introduced to topics like digital banking. It wasn’t until I started my undergraduate studies in sociology, politics and economics that my curiosity about the interplay... Read More between ongoing technical developments and the socio-economic changes, grew. I wanted to deepen my understanding of how those technologies are created and programmed. Starting the Bootcamp, Batch #269 in Oslo, was a very spontaneous decision but I am so happy I joined Le wagon over the university summer break. Lewagon gave me a perfect introduction to the tech world. The program is so well thought out that after the 9 weeks, you can put specific topics into perspective and get a better understanding of the bigger picture. Coding always seemed so abstract and overwhelming to me, that I din’t know where to start learning. But after the Bootcamp, I began to realize how broad tech actually can be, and I was surprised to see how many diverse job opportunities within the field of coding exist. Every day of the bootcamp was very intense, full of new information, impulses, vocabulary, and I always wished to have a pause button, to quickly read up on topics/things. It was challenging, and at certain points frustrating. But at the same time, it gave me a lot of energy: the moment it ‘clicks’ is extremely rewarding. The support from the teachers and team colleagues motivated me to improve. Teachers at Le Wagon do not just teach the subjects but also guide you on how to approach new tech challenges along the way. At some point you start to realize patterns and improve your problem solving skills. The last two weeks (project weeks) were the most intense but looking back also the most fun and rewarding. I was really intrigued by the idea of pitching own ideas and creating something entirely from scratch. We definitely experienced many up and downs in the team and it was extremely helpful to have all the teachers by our side checking up on our progress and helping us to structure and scope our work. I ended up making compromises and successfully resolving unexpected challenges. Having a space of so many kind, motivated, and interesting people really made this a unique experience for me. I was amazed by the level of motivation and the efforts of the staff to help you improve. You get a chance to fully focus on your own personal development. I feel like this interdisciplinary learning approach over 9 weeks gives you a guidance and a very stable foundation of knowledge, network, and experiences.Read Less",,Unknown +254706,10868,le-wagon,Jean-Baptiste Chenut,False,2018,My experience,2019-09-17,5.0,5.0,5.0,5.0,"After 3 years of work experience in a consulting firm, I wanted to change of universe, in order to discover web development which was murky for me. Le Wagon’s program seduced me and during those 9 weeks, I could discover, understand and learn some of... Read More the computer languages which are the hidden side of all websites and applications that surround us everyday. Le Wagon’s experience met perfectly my expectations, regarding the learning aspect and the environment. One year later, I have not kept on practicing coding but my experience at Le Wagon made the difference when applying to jobs. I got a new job as a CFO in a startup named Blackpills because the co-founders liked the fact that I was able to discuss with the technical team, and to understand their technical issues and challenges.Read Less",,Software Engineering +254705,10868,le-wagon,Adrián Gutiérrez Alonso,False,2019,There is a before and after Le Wagon Madrid,2019-09-17,5.0,5.0,5.0,5.0,"I was very interested in discovering how the most popular apps are built and how they work. My intention was being capable of making my own products one day, so I started self-teaching through online resources. However, I felt that if I really wanted... Read More to go deep, I would need some extra support. I had heard miracle things about coding bootcamps so I checked those in my city and I started digging about their syllabus, methodology, and reviews from former students. The only thing holding me back was that I wasn’t sure whether Ruby was still worthwhile learning, but this site helped me to dispel my doubts isrubydead.com, so eventually, I considered Le Wagon because it offered me a proven methodology, international environment, and I realised Le Wagon was more than a bootcamp, it is a community. I loved every single day during the bootcamp because you never get bored. You know that the next day you are going to learn the next piece of the puzzle you need to become a developer, so I was hooked. Teachers and TA’s were fantastic, always keen to help and really passionate about coding. Le Wagon platform is awesome, it is so well developed and full of resources and you have granted access forever. It has become my best friend since I finished. I am very happy now coding Ruby, but the most important thing you acquire during the bootcamp is the developer mindset. After that, you feel you can learn any other language much quicker, and you have plenty of resources and people to ask whenever you are blocked. It is now straightforward to follow the path that many people have traveled before. For the new students, I would recommend that you prepare as much as possible before the bootcamp if you really want to make the most of it. It gets tough sometimes so try to be familiar with all the concepts you learn during the prep work, and you will enjoy 10x the experience!Read Less",,Unknown +254704,10868,le-wagon,Mehdi Idrissi Kaitouni,False,2019,My Bootcamp Experience at Le Wagon Barcelona,2019-09-17,5.0,5.0,5.0,5.0,"Before coming to Le Wagon, I was in my final year of my Bachelor’s degree at McGill University in Montreal, Canada. I had been studying information systems and finance for the past three years but felt link I was lacking one of the most important skills... Read More to work in the tech world: coding. In the hopes of becoming an IT consultant or work in the biggest tech companies, I felt like I had the business and strategy side notably though my internships but not understanding a single line of code was for me a huge weakness. Therefore I stumbled on Le Wagon’s website through a simple Google search “coding boot camp” and was very quickly convinced that it was something I HAD to do. So many options in different cities around the world but I chose the Barcelona one given the amazing reviews and the experienced teachers and TAs (besides that who wouldn’t want to spend 2 months in Barcelona?? :slightly_smiling_face: ). A few months later I was able to create working web applications with features such as geo mapping and instant messaging. To this day, I still cannot believe how much I learned in such a short period of time. Along with 3 other amazing teammates, we were able to build a fully functional web messaging and file storing app called MyFam which uses a tag system to make retrieving files super simple. I really feel like I could have never achieved such an amazing end result without my boot camp experience. With that experience I am now on my way to achieve my goal and in the process of finding the roles I wanted but didn’t qualify for due to my lack of knowledge in app development.Read Less",,Software Engineering +254652,10868,le-wagon,Xavier Arques,False,2017,"Amazing, unique, intensive, unspeakable experience - Le Wagon Paris #100",2019-09-16,5.0,5.0,5.0,5.0,"Hello, I am 51 and I have been working in the software industry for over 28 years. Back in 1990, I received a Master of Engineering from EFREI in Paris. I started my career as a Java developer and then evolved to a Software Product Architect position... Read More and finally to a Product Owner one at Cisco. I was still coding for my personal projects on the side and in 2018, I decided to get back to coding on the professional plan. Therefore, I joined Le Wagon to up-skill myself by learning state-of-the-art programming languages and quickly becoming up to date. During the bootcamp, I enjoyed everything: from the pedagogy to the people, including the yoga classes and the diversity of the network. Afterwards, while I was teaching classes at Le Wagon, I also learnt React and started a freelancing career as a fullstack developer. As Raphaëlle Giordano says: “Your Second Life Begins When You Realize You Only Have One” and I feel like I’m starting this new life after Le Wagon because even if it’s not easy, I want to do (only) things that I enjoy. I am grateful for now being able to fulfil this wishRead Less",,Software Engineering +254519,10868,le-wagon,Kevin Abergel,False,2019,Very great experience.,2019-09-11,5.0,5.0,5.0,5.0,"J'ai intégré la formation Fullstack Ruby du Wagon Bordeaux (batch #246, www.lewagon.com/fr/bordeaux) du 8 avril au 7 juin 2019, sur les conseils d'un ami qui venait de finir sa session quelques temps auparavant.Si j'ai décidé de postuler au Wagon c'était... Read More avant tout pour me reconvertir professionnellement et tenter de devenir développeur web en acquérant de nouvelles compétences techniques, et le moins que l'on puisse dire c'est que je n'ai pas été déçu ! La formation est intensive (42h / semaine pendant 9 semaines), très complète et très enrichissante. Vous apprenez les rouages du code en suivant un programme qui a largement fait ses preuves, ce qui donne un profond sentiment de confiance tous le long du parcours. Après avoir passé 7 semaines à emmagasiner du savoir, les 2 dernières semaines sont réservées à l'élaboration d'un projet (par groupe de 3/4) qui prend la forme d'une application web. Ce projet permet de concrétiser et de mettre à pratique tout ce dont on a appris depuis le début de la formation, et c'est à ce moment là que l'on comprend réellement pourquoi nous avons fait tout ce chemin !La formation dispose de professeurs qui sont tous des modèles de pédagogie, d'accessibilité et de sympathie, ainsi que des professeurs assistants (des anciens élèves qui sont mis à disposition des nouveaux pour les aider à accomplir leurs exercices) dont j'ai la chance de faire parti aujourd'hui.Les locaux, situés cours Balguerie Stuttenberg aux Chartrons sont spacieux, bien équipés et idéaux pour travailler dans de bonnes conditions.En résumé, j'ai vécu au Wagon une excellente expérience qui m'a permis d'acquérir de nouvelles compétences et de faire des rencontres humaines très intéressantes.Je recommande à quiconque qui est intéressé a devenir développeur web, product owner ou product manager à suivre ce cursus professionnel.Read Less",Software Engineering,Software Engineering +254505,10868,le-wagon,Maud,False,2019,Unique & rewarding experience to boost your career - Le Wagon Paris,2019-09-11,5.0,5.0,5.0,5.0,"With an engineering background, I decided to complete the bootcamp at Le Wagon to develop my dev skills and launch my own startup. It gave me all the necessary skills to understand all the dev that we need for our product, to develop the MVP and launch... Read More it with paying customers. Moreover, I become very concern about the UX/UI of the product which is so important. With this amazing experience at Le Wagon, I have now all the skills that I was looking for and I had 9 incredible intensive weeks with a team of teachers always trying to help you as much as they can. I highly recommend this experience, which was amazing !Read Less",Software Engineering,Software Engineering +254503,10868,le-wagon,Glen Warren,False,2019,From Bristol to Barcelona!,2019-09-11,5.0,5.0,5.0,5.0,"Before Le Wagon, I had mostly worked in hospitality. I had been a manager, chef, bartender, waiter, working in restaurants, pubs, nightclubs, festivals, cafes and street food. However, at the age of 35, I decided it was time for a change, to find a career... Read More where I wouldn’t be on my feet all day long, and also be creative. That’s when I looked into the idea of becoming a developer. I heard about the existence of coding bootcamps through a friend, and after a lot of investigation I settled upon Le Wagon in Barcelona. Needless to say, I’m very happy with my choice!It was without a doubt the best educational experience I’ve had, and only further fuelled my enthusiasm for coding. Besides learning how to build web applications and solve problems through code, I have made some friendships and connections that will undoubtedly endure the test of time. Project weeks were a particularly highlight for me, where my team and I built a complex web-chat and file-storage application. Now that the course is finished, I am still enjoying coding, and am adding even more features to our project. Thanks a lot Le Wagon!Read Less",Software Engineering,Software Engineering +254502,10868,le-wagon,Josephine Geoghegan,False,2019,Discover what you're capable of at Le Wagon Barcelona!,2019-09-11,5.0,5.0,5.0,5.0,"I always felt like I would need to have a creative career. I studied fine art and illustration but as much as I appreciated the background it gave me in lateral thinking, I still felt like I wanted to do something more practical and disciplined. I began... Read More teaching as an English teacher and I found that it gave me that discipline I was looking for, as well as being very gratifying. I found that my favourite part of doing a lesson was planning it, creating new materials and discovering new apps or new ways of laying out lessons that were more interesting or effective. It was fun playing around with little pieces of paper, and gave me the opportunity to try out what would work with my students. However, I still really wanted to create something that felt real and tangible out of these experiments.Two of my brothers were already working as programmers, so I suppose that I realised more quickly than other people might have that programming was a way to create something from this that felt a little bit more real. I was already living in Barcelona, so I was also already conscious that people in Barcelona live pretty well! It’s also very easy to make a lot of connections because people here are very helpful and there’s a lot going on. There are often people who want to collaborate with you or would like to show you how to do something and learn a little bit from you as well.The teachers in Le Wagon were great, I suppose mostly because everyone has a good mentality about growth. It felt very fresh. The different people on the teams all brought something unique and useful, but it never felt like I was being forced to think one way or another. The most common line of thought among everyone was that they were proud of the work that had been done on the Le Wagon materials (which are incredibly well-researched and tested) and of how their own efforts were layering on top of that work and refining it. They were also all very kind, which is important when you are learning something intensively!Read Less",Software Engineering,Software Engineering +254495,10868,le-wagon,Don,False,2019,Extremely rewarding experience - Le Wagon Bali,2019-09-11,5.0,5.0,5.0,5.0,"Before deciding to join to Le Wagon, I was taking a Python Bitcoin development bootcamp where I met an alumni from Le Wagon. His story and experience with Le Wagon was so intriguing, I had to stop everything I was doing and dig deeper into the Le Wagon... Read More bootcamp and what it had to offer. I came to Le Wagon with a background in IT and had a few minor roles in college as a junior web developer and as an intern as a iOS developer, so I thought surely the bootcamp couldn't be that intense. I quickly found out in the first three weeks I was wrong. Looking back, my favorite thing about the structure of the program was that all the teachers always reiterated one thing: to trust them. Even at times when I felt defeated the instructors at Le Wagon always made sure to help guide me in finding a solution. I really began to appreciate the structure of the program when things slowly started coming together as they promised. And as someone with an entrepreneurial mindset, that really resonated me because sometimes, you just have to trust the process - just don't stop! I'm still blown away by the level of depth and engagement of the program, goin as far as to say I feel like I learned more in 9-weeks than I did during my four years in College. I'm eternally grateful for the amazing experience that the Le Wagon Bali family shared with us and would recommend it to anyone who wants to learn how to code and build product-focused applications.Read Less",Software Engineering,Software Engineering +254450,10868,le-wagon,Amaury Ropert,False,2019,Best way to learn webdev fast,2019-09-11,5.0,5.0,5.0,5.0,"With the rapidly expanding digital market, all professions are subject to digital transformation. As a lawyer, I wanted to learn how to code in order to participate in this digitization in the legal field. The two months at Le Wagon allowed me to learn... Read More how to code and work in a team to create a web application from scratch. During this intensive training, we feel that we are progressing every day and the teachers are very competent and attentive. Moreover, the atmosphere is great and a strong effort is made for everyone to progress hand in hand. Don't hesitate.Read Less",,Software Engineering +254445,10868,le-wagon,Filipe Costa,False,2019,Bootcamp - Le Wagon Rio,2019-09-11,5.0,5.0,5.0,5.0,"I had 12 years of professional marketing and sales experience, but had been thinking for some time about migrating to the technology industry, as such knowledge is becoming increasingly important in the professional market, such as speaking English. So... Read More I decided to open a new line of study in my career and started from scratch to study programming. The start of bootcamp was very difficult, especially for me who had never studied anything about it. But Le Wagon's teachers and all the professionals were spectacular to help us all the way, and with less than 3 months of hard study and practice, we finish the bootcamp confident to enter in a new market and begin a new professional life. It is a fascinating world, and one should always be studying and improving. But if you want, Le Wagon will give you all the tools for the best learning possible.Read Less",Software Engineering,Software Engineering +254444,10868,le-wagon,Luigi,False,2019,A life changing experience at Le Wagon Milan,2019-09-11,5.0,5.0,5.0,5.0,"It's been two months since I finished Le Wagon’s bootcamp in Milan and all I can say about it is that it was a life changing experience! Before attending the bootcamp I had never written a single line of code, I had a background in Design but I wanted... Read More to learn something new and useful. Every day is extremely intense, you have a lecture in the morning and you spend the rest of the time coding and making mistakes. It may seem boring but it's not, it's challenging and if you struggle there are always teachers and TAs ready to help. Also, everyday you are paired with another student so you are never alone.After you learn the basics you star working on projects, everything is really well-structured so you never feel like something it's impossible plus you are working with a bunch of skilled and motivated people and that helps too.And then comes the demo day, the most beautiful yet saddest day of the bootcamp. You are there with your new best friends showcasing all your work...but that's the last day!These 9 weeks went by so fast, I met a lot of incredible people from all over the world and I've learned more than I could have ever imagined. If you're considering doing this bootcamp...just do it, you won't regret it.Read Less",Software Engineering,Software Engineering +254441,10868,le-wagon,Martin Sion,False,2019,Great experience,2019-09-11,4.7,5.0,5.0,4.0,"Hello, my name is Martin, I am a business student and I decided to take a gap year to learn how to code. I chose Le Wagon which was the perfect fit for me. I am very satisfied because I am now able to take freelance gigs on the side and keep learning... Read More more about code by myself while continuing my studies !Read Less",Software Engineering,Software Engineering +254431,10868,le-wagon,Victor,False,2019,Amazing Experience !,2019-09-11,5.0,5.0,5.0,5.0,"I worked as a delivery man and I tended to code amateur (home automation, arduino, etc ...).I wanted to try coding professionally and Le Wagon was the best choice to make!This bootcamp was amazing! During these 9 weeks, the staff was always there to help... Read More us in case of doubt.Teamwork is encouraged in the program and beyond working hours with cool events that create a beautiful community!The training has met my expectations and I would recommend it without hesitation to all those who wish to change careers or even acquire more skills.Read Less",Software Engineering,Software Engineering +254412,10868,le-wagon,Wai Yan Oo,False,2019,Great experience I had in Shanghai,2019-09-11,5.0,5.0,5.0,5.0,"It was just another day with a few of my friends at the university library, where I spend most of my time at, either studying after classes, reading books for a research programme, or just read comics, when we were talking about our plans for the summer.... Read More One of them talked about Le Wagon, and I felt like going bootcamp would be more interesting than to keep doing more research at the university. Web development is also very different from robotics so I decided to give it a try.I still vividly remember the first day at the camp. With people from different backgrounds, different nationalities and above all, different age groups, I thought I would not make a lot of friends, but I could not have been more wrong. From strangers to classmates, to classmates to friends, to friends to family, we have grown really close to one another over the course of two months. I was no stranger to coding, but web development is an entirely new thing. The lecture slides were great, and the teachers were very instructive and friendly. Coding challenges were hard and draining, but the teaching assistants were always around whenever we got stuck or a talk to relieve stress. At the end of the day, live code and flashcards really brought all the knowledge together.The project weeks have to be the most memorable for myself. Every topic was so different from each other but it was when everything was brought together. I had a great team, and everyone at the camp pretty much says the same. After all, we all share the same passion to get our project something we can be proud of. Things didn't go as planned, but our teachers and teaching assistants' help, we got about 10 times faster than our normal speed during coding challenges. The bootcamp has certainly changed my life in a lot of ways. I have not only learned web development, but also got a lot of connections. Le Wagon also provides a lot of resources to expand on our current knowledge. I have been working creating my own project since the camp has ended, and the huge alumni community is always around when I need help.9 weeks at Le Wagon is a memory I will never forget.Read Less",Software Engineering,Software Engineering +254399,10868,le-wagon,Thibaud,False,2019,Great experience !,2019-09-11,5.0,5.0,5.0,5.0,"After an engineering school, working in a bank 2 years and a working holiday visa in New Zealand for a year. I decided to join Le Wagon to become developer.I had some basics from my school but I didn't really like the way it was taught. I also learnt... Read More some stuff on my own on Internet before but I didn't know how to join everything to make something global.Le Wagon fit perfectly what I was looking for : a fullstack program in a short time.I really liked the format : most of the time spent on programming yourself.Moreover the team is really dynamic and there are many events organised, which enables to share experiences with many people from many different backgrounds.The community is very strong and it keeps going after you ended it. I would definitly recommend it.Read Less",Software Engineering,Software Engineering +254393,10868,le-wagon,Oscar Nilestam,False,2019,"Challenging, rewarding and fun!",2019-09-11,5.0,5.0,5.0,0.0,"It is interesting how Nick and the rest of the team managed to challenge and motivate everyone regardless of their amount of coding experience. Going through the mandatory basics was fine because there was always a bunch of deep diving to be done when... Read More finished. The tracking system for lectures, assignments and repetition is very easy to work with and helps you to keep track of everything. Repetition is worked into the education model through flash cards which are tedious but very much worth while for solidifying the learnings of each day. You really get to feel around for what suits you the best from front end to back end. 10 different specialist teachers made the whole experience very dynamic and they really created a very energizing atmosphere with a lot of laughs and companionship! The bootcamp focuses mainly on Ruby, Ruby On Rails, Javascript and CSS so be aware of what languages you need to learn.Read Less",,Software Engineering +254388,10868,le-wagon,Manon,False,2019,Great Experience!,2019-09-11,5.0,5.0,5.0,5.0,"I had been worked in food export, during 4 years and I was looking for new challenges, new opportunities. That's why I decided to learn coding in le Wagon and I didn't regret it!I didn't have any knowledge about coding and it was so much fun and fully... Read More interesting to create a website in 9 weeks. It's an insane challenge for me and I recommend this bootcamp for any person who wants to complete a new challenge. You will learn so many things in 9 weeks and it's a very good boost for your CV.Read Less",Software Engineering,Software Engineering +254389,10868,le-wagon,Anonymous,True,2019,The Game Changer,2019-09-11,5.0,5.0,5.0,5.0,"I'm currently in my last year of my studies, mediatechnology. During this studies we are trained to prototype and idea into a design and then make a Minimal vialble product of this idea. During my studies i learned a lot of different programming languages... Read More but never really got a real expert profound knowladge of the programming language. I'm currently in my last year of my studies, media-technology. During this study we are trained to prototype and idea into a design and then make a Minimal viable product of this idea. During my studies I learned a lot of different programming languages but never really got a profound knowledge of the programming language. For my bachelor thesis I have to build an MVP for a company. To be more confident in programming I decided to take the Le Wagon bootcamp to improve and be more consistent in my programming. I started the course quite confident as I already had some programming knowledge and was overwhelmed with the fast pace of the bootcamp. Event with my knowledge the bootcamp was really challenging. I never learned so much in a day, let stand in nine weeks! Because of the pair programming you learn how to explain your code to people and you learn to ask for help if you do not know how to solve the problem. During the bootcamp you learn all the basics and also learn how to write clean and good code. This is something I haven’t learned during my studies and is something companies really like to see. I can recommend this course to anybody who wants to start a career as a developer or wants to know what is takes to become a developer. Even if you have some programming knowledge this bootcamp will help you with working in teams, developing a design and pushing it to the market. It is also great course for people who want to build a software product and build their own start-up.Read Less",,Software Engineering +254386,10868,le-wagon,Thomas,False,2019,Life changing experience,2019-09-11,5.0,5.0,5.0,5.0,"In the early years of my studies, I was in a business school in Paris, taking mostly finance courses. At the same time, I have been hired in an investment bank for 2 years, in algorithmic funds for institutional clients. After a while, being in touch... Read More with high level programmers every day increased my interest in coding, especially since financial activities are increasingly prone to automation. This thirst for knowledge led me to sign up for Le Wagon coding bootcamp in Paris and I can say that I don’t regret it. I was not only amazed by how fast and how much I could learn there thanks to a well-designed pedagogy and the involvement of the teachers, but also surprized by the community: the staff is great, the alumni network is quite active, and numerous events are organized. Last but not least, for those who are into entrepreneurship, this program may be an excellent way to find future partners. Would recommend 100%!Read Less",Software Engineering,Software Engineering +254361,10868,le-wagon,Arne Pedersen,False,2019,Great experience!,2019-09-11,5.0,5.0,5.0,5.0,"For many years I’ve worked in retail, as a shop manager and as a franchisee. Even though I’ve enjoyed my time I must admit I always felt the urge to learn programming. It was not an easy decision to make, but I finally did it and I haven’t regretted for... Read More a second.I would never expect to learn as much as I have during these 9 weeks. Even though I’d had some understanding of the basic concepts of programming from before, I can now actually make real life applications and truly call myself a junior developer. I really liked Le Wagons learning platform, the program itself and the teachers were really knowledgeable and skilled. I know now that this is what I want to do, and I will never stop learning.Read Less",,Software Engineering +254356,10868,le-wagon,Ricardo Prado,False,2019,Rewarding Experience,2019-09-11,5.0,5.0,5.0,5.0,"I attended Le Wagon coding bootcamp in Bali and it was the best decision i could made. I have a business background, i went to a business school in São Paulo and tried to open my business for couple years. As my business demanded tech knowledge, i really... Read More suffered trying to translate what i wanted for my business to the developers i was working with. I had a lot of problems during development, which made me took the bootcamp. I really its the hands-on methodology and the statup mindset they have. During this 9 weeks of bootcamp, the staff was always happy to help with the doubts we had which made me comfortable to learn even more. Learning how to code was difficult but at the same time, very pleasant! I highly recommend it to others entrepreneurs or wannabe developers!Read Less",Software Engineering,Software Engineering +254354,10868,le-wagon,Lisa C,False,2019,Highly recommend LeWagon Buenos Aires,2019-09-11,5.0,5.0,5.0,0.0,"I had a great, great experience at LeWagon Buenos Aires and would highly recommend it, especially for beginners/people who are changing careers. I did quite a bit of research before choosing a school, and I chose LeWagon because it has been around for... Read More a few years, I read great reviews both on CourseReport/SwitchUp and on various people's blogs, and also it seemed to be great great value (the one in BA was especially great value). I had never done any coding before, so I wasn't sure yet if I wanted to become a computer programmer, and I wasn't ready to drop $20,000 for a bootcamp in the US. I was really impressed with the curriculum at LeWagon. Each day and each week, I would look back at what I had accomplished and would be amazed with what we had accomplished. It's all very well done, and I liked the daily schedule as well - it worked well for me. Although I learned a lot the first 6 weeks of the bootcamp, for me, the most fun weeks were the last 3 in which we got to actually work on projects. I'm really proud of what my team created for the final project, and it's something that I feel confident including in my GitHub portfolio. I also learned so much during that period that I now feel comfortable launching small web apps on my own. I still feel like I have a lot more to learn, but I at least feel that I have a strong foundation from which I can build upon which is so important. Before the bootcamp, I had trouble studying on my own. Now I feel much more comfortable working on my own. But the main reason I would highly recommend LeWagon Buenos Aires specifically is that the teachers were amazing. They were incredibly dedicated -- I couldn't believe how many hours they put in, giving 100% energy all the time. The two teachers that I had also complemented each other really well. They both obviously cared so much about each and every one of the students - they followed up with each of us regularly, giving us advice and asking us how we were feeling about the material. They were highly knowledgeable, motivating, and patient. I really can't emphasize enough how incredible they were. The only negative thing about LeWagon is that there isn't really much job assistance, but I knew that going in, so I don't really mind that, and for the cost of the program, I'd say it's still completely worth it without the job assitance. The alumni network is also very active on Slack, so we get access to lots of job postings through that which is great! All in all, the program is GREAT value and I highly recommend the LeWagon at Buenos Aires!Read Less",Software Engineering,Software Engineering +254349,10868,le-wagon,Anonymous,True,2019,Lifetime experience,2019-09-11,4.3,5.0,5.0,3.0,"Very hard, intensive but it can change your life if you try.",,Software Engineering +254154,10868,le-wagon,Emma LAURENT,False,2019,Great experience @ Le Wagon Bordeaux,2019-09-11,5.0,5.0,5.0,0.0,"I joined batch #276 in Bordeaux, France, and I enjoyed every part of it. It was intense, but it was worth it: we had passionate teachers, and we were all eager to learn as much as possible.It's a very rich experience, that brought me what I was looking... Read More for: online courses are a good start, but they were frustrating because I felt I was lacking skills to see my ideas come to life. I had acquired basis in HTML/CSS/JS: I was able to make nice-looking static websites, but that was pretty much it. I knew nothing about database, geolocation, search/payment features, to mention just a few. I didn't even know what was CRUD, and even less what was a framework and how to work with it.In Le Wagon, your daily learning rate just explodes: it's really addictive! I could never have learned that much on my own, whether on a technical point of view or in terms of good practice and tips. I really wish this bootcamp would last way longer!Now I am technically capable of building a tech product from scratch, and I have both the overall view and the skills I need to keep self-training on the Internet in a much more efficient way than before Le Wagon.To sum up: Le Wagon brings you skills and MUCH practice, but also a network, friends, and a strong foundation for a better self-learning. Conferences about tech are also really interesting and motivating.I am very glad I went for it: it was worth a thousand times the personal and financial investment.Read Less",Software Engineering,Software Engineering +254121,10868,le-wagon,Masha Novikava,False,2019,Le Wagon Madrid!,2019-09-10,5.0,5.0,5.0,5.0,"I have always been interested in learning programming. As I couldn’t leave my job for a long time I was looking for an intensive short – term course.That’s how I found Le Wagon and lucky me, it was their first Madrid batch!! Fell in love with Ruby from... Read More the first sight! I didn’t have any previous knowledge and I will tell you that it is very important to do all the prep work they give you.I can say that I have learned everything that I wanted, it was really challenging and a lot of fun. I feel now that I have enough knowledge to continue studying by myself.And another but not less important thing is that I met a lot of wonderful people from all over the world!! So..would rather choose Le Wagon once again to enjoy people and studies :)100% recommended!Read Less",Software Engineering,Software Engineering +254117,10868,le-wagon,Xavier Maisonnat,False,2019,"Batch 276, Bordeaux France, aug. 2019",2019-09-10,5.0,5.0,5.0,5.0,"I always was interested in developing but I wasn’t sure I could do it. As I am in professional reconversion, I decided to give it a try and I discovered Le Wagon. I had a lot of training before le wagon. So I can say that Le Wagon is the Best training... Read More center I’ve been. Teachers are very skilled and passionate by they job. The other alumni was very motivated as well, and, together, we manage to build some awesome app that we could even imagine two month before. If you are curious in coding and motivated, Le Wagon is the best place to go.Read Less",,Unknown +253999,10868,le-wagon,Paulina Gernandt,False,2019,Amazing experience - Le Wagon Oslo #269,2019-09-05,5.0,5.0,5.0,5.0,"After finishing high school, I worked for two years in banking, where I first got introduced to topics like digital banking. It wasn’t until I started my undergraduate studies in sociology, politics and economics that my curiosity about the interplay... Read More between ongoing technical developments and the socio-economic changes, grew. I wanted to deepen my understanding of how those technologies are created and programmed. Starting the Bootcamp, Batch #269 in Oslo, was a very spontaneous decision but I am so happy I joined Le wagon over the university summer break.Lewagon gave me a perfect introduction to the tech world. The program is so well thought out that after the 9 weeks, you can put specific topics into perspective and get a better understanding of the bigger picture. Coding always seemed so abstract and overwhelming to me, that I din’t know where to start learning. But after the Bootcamp, I began to realize how broad tech actually can be, and I was surprised to see how many diverse job opportunities within the field of coding exist.Every day of the bootcamp was very intense, full of new information, impulses, vocabulary, and I always wished to have a pause button, to quickly read up on topics/things. It was challenging, and at certain points frustrating. But at the same time, it gave me a lot of energy: the moment it ‘clicks’ is extremely rewarding. The support from the teachers and team colleagues motivated me to improve.Teachers at Le Wagon do not just teach the subjects but also guide you on how to approach new tech challenges along the way. At some point you start to realize patterns and improve your problem solving skills.The last two weeks (project weeks) were the most intense but looking back also the most fun and rewarding. I was really intrigued by the idea of pitching own ideas and creating something entirely from scratch. We definitely experienced many up and downs in the team and it was extremely helpful to have all the teachers by our side checking up on our progress and helping us to structure and scope our work. I ended up making compromises and successfully resolving unexpected challenges.Having a space of so many kind, motivated, and interesting people really made this a unique experience for me. I was amazed by the level of motivation and the efforts of the staff to help you improve. You get a chance to fully focus on your own personal development. I feel like this interdisciplinary learning approach over 9 weeks gives you a guidance and a very stable foundation of knowledge, network, and experiences.Read Less",FullStack program,Web Development +261001,10868,le-wagon,Bingqing Zhu,False,2019,Best decision ever! ,2019-08-31,5.0,5.0,5.0,5.0,"Before coming to Le Wagon, I was at sales function in Banking Industry. I had no skills in Tech at all, but somehow had the feeling that I love coding and will be good at it. Le Wagon was the place that not only help me from 0 to 1, but also empower me... Read More with the skills of how to learn. Now, after 9-week intense and enriched bootcamp life, I see an upgraded version of me for sure. I am so grateful that I have gained far more than I could imagine here, especially the friendly and vibrant community, with everyone coming from different background but sharing the same spirit and passion, I can continue fast learning momentum even after bootcamp. I am now doing several exciting projects with batch mates and teachers. Coming to Le Wagon was the best decision ever.Read Less",FullStack program,Web Development +253772,10868,le-wagon,Nils Sutter,False,2019,Best learning experience I've ever had,2019-08-27,4.7,5.0,5.0,4.0,"So at the end of my classical business administration degree I felt lost. I majored in finance and accounting and after I did an internship in auditing I knew that this was not for me. When my college program came to an end, I fortunately had the opportunity... Read More to do an internship in product management. However, just collaborating with developers was not enough for me, even though that was a very enjoyable experience - I wanted to learn to build stuff myself!I talked to a lot of people and the overall message I got was: ""If you really want to learn as much as possible and be employable after just a couple of months, you should consider a coding bootcamp"". So I started looking into coding bootcamps and as it turned out, Le Wagon was the best rated coding bootcamp I could find. In the beginning, I was pretty skeptical since I usually dont trust products, that almost have no bad reviews. I started looking deeper into it (curriculum, demo days, former students on linkedin) and as it turned out, a lot of people were really able to transition into tech afterwards even though they had no traditional tech background!So I applied, had the interview, and got accepted. The following 9 weeks were nothing but amazing. Each day, we had an interactive lecture followed by coding challenges which deepened the knowledge and also helped in getting to know the other students. Thanks to the buddy system, you always have the opportunity to ask questions to another student or explain concepts if you feel like you really understood it. There are also a lot of incredibly competent Teaching Assistants who make sure that you won't be stuck for too long. Each day subsequently ended with an interactive livecode session in which one student would go upfront and showcase his solution to some new coding problem. Furthermore, Le Wagon did a very good job in making sure that all the students get to know each other by hosting a lot of very cool and interesting events.The most fulfilling experience were the last 3 weeks in which we built 2 products in a 3-4 member team. Going through the first incredibly draining and ultimately joyful 6 weeks finally came together in building something by ourselves which we would ultimately showcase in front of all the people on demoday (definetly check out some former events on youtube or go visit one yourself!)If you really want to acquire the necessary skills to build something yourself and be employable as a junior dev, I'd 100% recommend doing LeWagon. Its teachers, people and curriculum are incredible and the environment is something you'll have benefits from and can contribute to forever.Read Less",Software Engineering,Software Engineering +253746,10868,le-wagon,Lucas souza,False,2019,Great!,2019-08-26,5.0,5.0,5.0,5.0,"Great bootcamp, amazing experience up till now the best in the country.",Software Engineering,Software Engineering +261000,10868,le-wagon,Rayhan Wirjowerdojo,False,2019,Life changing,2019-08-26,5.0,5.0,5.0,0.0,"My background is only a single semester in Computer Science (and tons of hours in Codecademy ).For a long time, I’ve always been fascinated in the programming world. I remember my first time looking at bits of HTML/CSS code (around 6-8 years ago) and... Read More was confused on what it was. Although, my confusion only sparked my curiosity. There began my first time actually learning about HTML and CSS (and yes I did not know of JavaScript at this time). Unfortunately, I didn’t really know how to proceed and nothing really came out of it.Fast forward to 2 months ago, I joined Le Wagon with the hopes and goals of gaining knowledge for what I’ve always been passionate about and actually build something concrete and live for everyone to see. On the other hand, I got to meet and spend time with a lot of people from all over the world during the bootcamp, which in itself was a bonus! (shoutout to batch #253!)I remember my first day in the bootcamp clearly, setup day (probably one of the hardest days, lol). After the setup was finished, it was time to rock and roll. First set of challenges for the day, done, Boom. The excitement and thrill for the next days and challenges were experiences that are hard to forget.For 9 weeks, my life was an adventure. Everyday, we learn new things. The teachers said that the first three weeks would be intense, so I buckled up and prepared myself for the ride. I’ll be honest, some days were quite bumpy, a couple of roadblocks here and there. But thankfully, the teachers were there to help and guide us. Stuck on a challenge? Frustrated and don’t know what to do? Ask the teachers for help and they will help you until you understand. (shoutout to the teachers, you guys are amazing)Week by week, I learnt a lot of new things. Pieces of a bigger puzzle that I will get to touch later on in the bootcamp. From Ruby, Object Oriented Programming, Databases, HTML, CSS, JavaScript, and eventually Rails, the bigger puzzle. Rails (and project weeks) was definitely my favourite part of the bootcamp. All the things I’ve learnt in 6 weeks, I finally got to piece all of them together into one single thing, a web app. I was ecstatic! I finally achieved one of the reasons why I joined the bootcamp.Now all of this boils down to one thing, the end project, which takes place in the last two weeks of the bootcamp. We were separated into groups (in which we sort of choose by ourselves). Different groups, different products, but all of us share the same goal, build a web app/product.14th of June 2019, the last day, or as we call it Demo day was an amazing experience for me. We got to showcase our new abilities that we’ve learnt for the past 9 weeks into something real and in front of a giant crowd!In the end, Le Wagon successfully exceeded my expectations. My hopes and goals are now accomplished, with everything I’ve learnt in the past nine weeks, I am now equipped with the knowledge and ability to dive into the programming world and I am now ready to set new goals for the future me.Read Less",FullStack program,Web Development +253734,10868,le-wagon,Santiago,False,2019,Great in so many ways!,2019-08-26,5.0,5.0,0.0,0.0,"More than a bootcamp. Hard, challenging, it takes the better of you, but the return it's incredible. Not only you're fully capable of getting a job at tech after Le Wagon, also you become part of this amazing community which have members all around the... Read More world. Le wagon is interested in you to get all the tools necessary to become a good developer. Their challenges are well thought and focused on teaching different programming languages and skills. Highly recommend it to anyone who is trying to get into the programming world.Read Less",Software Engineering,Software Engineering +253728,10868,le-wagon,Dareth NHANG,False,2019,Awesome coding bootcamp!!!,2019-08-26,5.0,5.0,5.0,0.0,"Graphic Designer / (Digital) Art Director since 2001, I join Le Wagon in order to be surrounded by nerds and improve my coding skills that I used to acquire roughly by myself through last 18 past years. I learn a lot in 9 weeks, and people here, teachers,... Read More managers, and students were so cool and talented! If I could make it twice, I would 1000%!Read Less",Software Engineering,Software Engineering +253727,10868,le-wagon,Jan,False,2018,Le Wagon in Tokyo,2019-08-26,5.0,5.0,5.0,5.0,"I was working as an IT-Consultant implementing ERP systems for many years and felt it was time for a change. Since I always wanted to learn how to code but could not afford the time while working full time (especially in Japan!), I decided to take leave... Read More from my company for two months (which they gratefully agreed to) and joined the Le Wagon boot camp in Meguro, Tokyo. I felt at home at once surrounded by awesome teachers and people from all around the world and had the most awesome time. The best thing is that I can now confidently say - I learned how to code! I can now create prototypes on my own even with languages we did not use at the boot camp (e.g. Python) while - probably the most important skill I learned there - being able to catch up on stuff I don't understand yet by using Google/the internet, a task I just could not do before joining the boot camp. I rejoined my company again now working as a part engineer/part consultant in projects utilizing Internet of Things concepts, Deep Learning and lots of Web-engineering. Work became so much more fun!Read Less",Software Engineering,Software Engineering +253726,10868,le-wagon,Nicolas,False,2019,Amazing experience at Le Wagon,2019-08-26,5.0,5.0,0.0,0.0,Working as Graphic designer since several years I decided to give new impetus to my professional career by following the training offered by Le Wagon Lausanne. This school showed me an absolutely fascinating world based on the sharing of knowledge. The... Read More teachers are very professional and are available for each one throughout the training. The school subject is complete for anyone wanting to start a career in web development. I thank Le Wagon for making me discover a new passion.Read Less,Software Engineering,Software Engineering +253725,10868,le-wagon,Frederic,False,2019,Le Wagon - London,2019-08-26,5.0,5.0,5.0,5.0,"My name is Frederic, I am soon to be 24yrs old, and originally from France. I am a former Le Wagon student, but before I did this school I used to work in hospitality. After 7 years In this field where I did everything from cook, waiter, bartender and... Read More supervisor, I arrived to a point where I knew I needed to change my path in life. I was tired of the long hours (10-12h), the stress, angry customers and disrespect. I wasn’t happy anymore, and wanted a career that stimulated my intelligence, and where I can constantly learn and improve myself. Growing up I always had an interest in IT, so I decided to search online for an IT school where I could learn Coding. Preferably in a fast way as I couldn’t stay too long without a job.After finding a few different schools, there was one in particular that caught my eye. It was Le Wagon ! And what’s so special about Le Wagon you ask ? They teach you Coding in only 2 months, and they make it very easy for you to find a job right after. After careful consideration I decided to apply for it. Shortly after I had my Skype interview with the school manager (Alex), and once I passed that interview I was given the Prep Work that all student need to do to be prepared for the Bootcamp. Once the Bootcamp started I got very motivated to see that there were 41 other students just like me wanting to change their lives. Everyone was really supportive and the atmosphere was really chill even though the course was really intensive. As this is such an intensive course and you have to learn so many things it’s normal sometimes if you feel like you don’t understand, or start to question wether you will be able to find a job after. But I tell you what, all the staff (the manager and all the teachers) are incredibly supportive. They take their time to explain, help and motivate you along the way. This whole experience has been life changing for me. I had the chance to make some good friendships and connections, and managed to find (less than a month after) a job as a Software Developer. A big thank you to Le Wagon London and their staff for making this whole bootcamp a life changing experience. If you are wondering whether you should do it or not. Just stop wondering and go for it, you will never regret it. Good luckRead Less",Software Engineering,Software Engineering +253724,10868,le-wagon,Bart Karnath,False,2019,From Psychology to Coding in one click,2019-08-26,5.0,5.0,5.0,5.0,"I spent 5 years of my life studying Psychology. After those years when I finally obtained Master’s in Clinical Psychology, I went full on into working in very challenging environments, such as prison or hostel for homeless people struggling with addictions... Read More and mental health problems. As much as I enjoy helping people and being a psychologist I felt like I’m missing something. One day I finally let myself to be convinced by my best friend to give coding a go. Next thing I know I’m at Le Wagon! I boy don’t I love it!Making a decision to join this particular Bootcamp was not an easy process. The market is full of different opportunities and options to learn to code. I knew that personally, I feel much more comfortable when learning in a group and being supported both by my colleagues and teachers. So having realized that I started my research. Le Wagon was coming on top of my searches every time but then there was one thing that really concerned me. By design, I’m a rather skeptical person, so when I saw all those Le Wagon’s awesome reviews online and the fact that I couldn't find any bad ones really put me off. However, that said, I was still curious about them so I decided to give it a go.First weeks were extremely exhausting for me. I have no technical background so everything was so new and so intense! Surviving this early stage was possible for me only because of the buddy system and incredible support from all teachers and TAs. I was a little bit afraid of working every day with another colleague every day as I feared being judged. As it turns out I couldn’t be more wrong. At the end of the day we were in the same boat and we were going through the same problems. That made as close and we knew we can count on each other.Project weeks were the best by far! That was the time to put all that knowledge into practice. Working in my team was like a rollercoaster at moments. We really wanted to build an amazing app so there were frictions between us, however, those moments made us even closer and made our work even better. We coded together, we solved problems together and we were laughing together.To sum it up, if I could give any advice it would be, don’t hesitate to ask questions, don’t hesitate to ask for help, and more importantly, don’t hesitate to admit that you don’t understand something. At Le Wagon there’s no need to pretend, that’s not a race to be the best. Le Wagon is about you learning as much as you can and to enjoy the experience to the fullest!Read Less",Software Engineering,Software Engineering +253723,10868,le-wagon,Anonymous,True,2019,Great experience,2019-08-26,5.0,5.0,5.0,0.0,"Whilst on a sabbatical from my career in strategy consulting, I did Le Wagon in order to understand a bit more about tech and how to build websites. This was primarily to help me with my own long term aspirations of setting up my own start-up. Ultimately,... Read More the course did just this and provided me with a solid background and understanding as to the coding process and how the various parts of a stack fit together. Creating real life products such as an airbnb website and a tinder for tennis web-app helped to solidify those learnings. Whilst this course is designed for those that want to transition careers into a coding role or re-fresh their knowledge; it is flexible and rigorous enough to provide useful learnings to those who are just dipping their toes in.Read Less",Software Engineering,Software Engineering +253619,10868,le-wagon,Anonymous,True,2019,Do NOT go to Le Wagon!!!,2019-08-23,1.0,1.0,1.0,1.0,"I am writing this in hopes to help others that are searching for a coding bootcamp. Do not believe the positive reviews - do not go to Le Wagon!!The curriculum is outdated - you will learn Ruby and Ruby on Rails . Upon completing the bootcamp two months... Read More ago, I have met with over a dozen potential employers, all of which are shocked that we learned these programs. One of them even told me they thought it was unethical. I now agree with him. I met with one recruiter that has access to thousands of developer positions across Canada. He did a search in his database for junior positions with Ruby on Rails. Zero jobs were returned. He was doing this to prove a point to me and told me I should start learning other languages.When I expressed my frustrations to the people running the program in Montreal, they told me that employers are looking for junior level people that are ""willing to learn"" and that it doesn't matter that we learned Ruby. Maybe this was true five years ago, but it is not true now. The market is getting saturated. I don't know anyone more hard working or willing to learn as me.There is also no career support. I get occasional messages on Slack about junior level positions in Montreal, all of which require that you know React or some other language that we didn't learn.If you are in Montreal, you should go to Decode MTL or Lighthouse. They are both Javascript based courses and will teach you Node and React. Decode also assigns a TA to each graduate to help them with the interview process and the job search. I really wish I had done that one. I have met a few people at events over the past few months that did Decode and graduated at the same time as me. They all got jobs right away, because they have hireable skills. Don't make the same mistake as me! I am now having to split my time between learning React and Node on Udemy and still trying to search for jobs on my own.I wish I could give this program less than one star overall - but it looks like I'm required to give it one. I chose this bootcamp because of the reviews, which after completing the bootcamp truly baffle me. I hope this helps someone.Read Less",Software Engineering,Software Engineering +253610,10868,le-wagon,Leo Siebold,False,2019,Amazing time at Le Wagon in Barcelona,2019-08-23,5.0,5.0,5.0,5.0,"During my studies of Economics in Frankfurt I have developed a interest for IT and after I graduated with the Bachelor I made the decision to learn how to code. A friend of mine who experienced a similar education chosed Le Wagon and told me about his... Read More experience before and after the Bootcamp. This has encouraged me in my decision to participate in the Le Wagon Bootcamp and it was absolutely worth it.The experiences I made during the bootcamp were overwhelming. I got to know a lot of interesting people and learned a lot of new things.The time during the bootcamp was very challenging but the environment and the atmosphere in everyday life contributed to the fact that it was a lot of fun. But it was not only the time during the lessons but also the time with the teachers and other participants that made it so special.Barcelona is a very liveable city. I lived in the district Gracia near the Le Wagon campuses. Gracia has a lot to offer there are many cool bars and restaurants and the people are all very relaxed. The city generally exudes a spirit of its own and offers with many events opportunities to get to know new people outside of the course. One of my personal highlights was the Placa del Sol, where many people met in the evenings to drink a beer, make music or just sit in the sun and talk.For the future students of Le Wagon I would highly recommend the bootcamp. It is lots of fun but also hard work it is necessary but worth it to fully commit to the program. My advise would be to revise the daily challenges either with the provided videos or with the flashcards it helps a lot while learning so many new things everyday. But besides all the studying you should not forget to enjoy the city of barcelona with all its variety.Read Less",Software Engineering,Software Engineering +253587,10868,le-wagon,Inge Ketele,False,2019,Career/confidence/life boost!,2019-08-23,5.0,5.0,5.0,5.0,"I started working in Ad Tech for about four years ago. Prior to that I had very little digital or technical experience. But I have always enjoyed problem solving and understood very quickly in my job that I wanted to learn more about coding. Knowing how... Read More to code wasn’t necessary for my job but it was a plus to know more about HTML and CSS and maybe a little Javascript. So I started some online courses, trying to learn on my own. But doing that next to a full time job was difficult and felt a little lonely because I didn’t know who to reach out to.So when I googled for coding bootcamps, I read about Le Wagon and was immediately convinced that that was going to help me tremendously, and I wasn’t wrong.I was part of the #269 batch in Oslo and it was one of the most intense, fun, rewarding and confidence building things I had done in a while. I am a mom of a 2 year old, so I was a bit nervous about the intensity of the program and the time that I wasn’t going to be able to spend with my daughter. But I was prepared for an intense period, and it was difficult at times, but it was all very much worth it. I am very happy and proud that I made it through, and left the bootcamp with a real confidence boost.Le Wagon really knows how to teach how to code in nine weeks, they tell you from the beginning to just trust the process, and everything really does come together at the end. With Le Wagon, you don’t only gain new technical skills and confidence, but also a super friendly network of now over 5 000 people, that have all been through the same experience you have.I returned to my job, to a new position as a junior developer, and already started a new online course to learn node.js. With everything I’ve learnt during the bootcamp, this process is now going so much better and easier then it would have been without. I understand the basics of coding a lot better, and feel much more confident in my skills.I am forever grateful for my experience with Le Wagon, and I would, without a doubt, recommend it to anyone who is motivated to learn how to code. It really does change your life! :)Read Less",Software Engineering,Software Engineering +253472,10868,le-wagon,Jonathan Reid,False,2019,Digitisation of Construction made possible,2019-08-21,5.0,5.0,5.0,0.0,"I’m a Civil Engineer, and I’ve worked in Infrastructure Construction for almost 11 years now. 2 years ago, a friend and I started our own consultancy specialising in Planning. Recently we have noticed a growing sense of urgency to innovate and digitise... Read More the industry, and knew that we were capable of making a big impact. But we lacked the critical skill sets required to deliver the change the industry is asking for. We needed to be able to code.I looked up various bootcamps, but Le Wagon kept coming up as the best course. So I joined. From the first day, I knew it would change the course of our company, and every lecture gave me a new insight into what was possible.The structure of the course is one of the most powerful things about it, you are guided through first principles and learn the inner workings of the code, before being shown the various tool sets that can make your life easier. Everyone was encouraged to jump in and ask questions during the class, and this benefited the rest of the group.For an entrepreneur, this course was perfect, because throughout the 9 weeks you are taught different sides of the development process, from product sprints, collaborating in small teams, guided in terms of the importance of good user experience and much more. Plus, you hear inspiring stories about previous students who have gone on to do so much.The last half of the course is a build up to the Final Project. I was lucky enough to get my pitch chosen, which was important for me as I wanted to use it as a practice for developing a real construction solution. The team I worked with was brilliant, and we put our learning to the test and worked through lots of tough issues together. We were really proud of our app - an automated system for managing permits to work on construction sites. I’ve been showing it off to clients since then and getting real interest on the back of it.Over the 9 weeks, you take so much in, but due to the rate of learning, at times you reach a bit of a cognitive dead-end, where no path forward to a problem comes to your mind. That’s when the TA (Technical Assistant) comes to the rescue! They are super helpful, and I thought of them as both a fixer and a coding therapist when you reach your wit’s end. One of the things we were told at the start was to “trust in the process” and all through the course after about the 3 week mark, we all started having those “Ah, now I get it!” moments, which was one of the most satisfying things. So you really need to stick at it and push yourself, knowing that you always solid support to fall back on.Based on having the skills I gained in the course, we are now going ahead with our new product called Resolve, a place where construction teams can raise and sort out issues that come up on their sites. Another benefit is the community, and having direct access to great talent with our mindset. Since the bootcamp we have already hired a graduate and are looking for more people to join our team.Read Less",Software Engineering,Software Engineering +253471,10868,le-wagon,Jimmy Chen,False,2019,"Great community, great experience!",2019-08-21,5.0,5.0,5.0,5.0,"Prior to Le Wagon, as an entrepreneur with an education consulting business in China, I definitely felt the pain of not having the tools to validate and test my own ideas on digital platforms. Deciding to attend a coding bootcamp was my commitment to... Read More addressing this, and after some research, I decided on Le Wagon due to its focus on building products and the fact that it had a program in Shanghai (where I live).The experience itself greatly exceeded my expectations. One thing that I don’t think gets mentioned enough is the quality of the community and the culture that Le Wagon built. Both my classmates and the teachers are unfailingly kind, motivated, and responsible. This positive environment, together with the refined digital platform that supplements live lectures, were the key features that really motivated and supported my own learning process.From a curriculum standpoint, I found Ruby to be a great choice as the starting language. Meanwhile, the rapid prototyping that Rails made possible was also a huge motivator for me - knowing that I would get to build a full-fledged product with a team after the 5th week allowed me to push through some of the more mundane sessions in the beginning.Another great thing about Le Wagon is that it doesn’t end after the 9 weeks. The day I graduated from the camp, our teachers pulled me into 6 different chat groups and began passing career and project leads to me right away. While I wasn’t looking for a full-time role, the amount of career support I got let me know that were I to be looking for work, I’d have the resources to make it happen.Overall, Le Wagon won’t serve your needs if you want to learn data analytics, native app development or front-end frameworks. But to anyone who’s looking for a bootcamp that focuses on building real tech products within 9 weeks, and wants to get plugged into one of the nicest and most helpful tech communities in the world, I’d definitely recommend Le Wagon.Read Less",Software Engineering,Software Engineering +253155,10868,le-wagon,Tarek,False,2019,Great experience !,2019-08-15,5.0,5.0,5.0,5.0,"Before joining Le Wagon I worked in Consulting and Finance. Despite learning a lot in these two industries, I was looking for a job that would give more meaning to my life and through which I would work on tangible products that can impact people’s lives.... Read More Also, I knew I wanted to be an entrepreneur in the next two years.Therefore getting into the exciting and booming tech sector made a lot of sense. My civil engineering background and my analytical way of reasoning made a coding bootcamp the most appealing bridge to that sector. Choosing a bootcamp was an obvious decision thanks to Le Wagon’s reputation.The 9 weeks went very well, I felt intellectually challenged and satisfied, learned a lot, and found a passion. The limitless pool of things that coding allows you to do, from machine learning models to making people’s everyday lives easier, is something I find very exciting. Additionally, it is an ability that cannot be found in other industries and jobs. Also, I get a lot of satisfaction from building tangible automated products.Read Less",FullStack program - 35+ locations,Web Development +253136,10868,le-wagon,Julia,False,2019,Le Wagon - London,2019-08-13,5.0,5.0,5.0,5.0,"I come from a liberal arts background but have always been passionate about tech. After graduating from university, I worked for a tech startup, but I quickly realized I wanted to understand the product on a deeper level. I had been wanting to learn how... Read More to code for some time and heard about Le Wagon from multiple people around me. The timing was finally right and it felt like the perfect opportunity. Trust me, the reviews barely do justice to the amazing experience it is! The staff is incredibly dedicated to us, and although the program itself can be intense at times, I cannot stress how rewarding it is. If you had told me I would have learned everything I have throughout this Bootcamp, I would not have dared to believe you. Moreover, you're not just learning how to code, but applying these skills into building a real product, as well as becoming part of the community that is Le Wagon.Loved everything about it and would strongly recommend.Read Less",FullStack program - 35+ locations,Web Development +253034,10868,le-wagon,Leandro Iamele,False,2019,Nine weeks that will change your life,2019-08-13,5.0,5.0,5.0,5.0,"Le Wagon was such an amazing experience. The teachers and TAs are great. They are always willing to go the extra mile to help the students in whatever way is needed. It’s fair to say that I never learned so much in such a short period of time.The whole... Read More experience was life changing. The process is optimized to take your skills to another level and help you move forward. The bootcamp entails a lot of hard work and long nights but is worth it. The best thing of all was the people you meet and the friendships you make. To sum up, Le Wagon is much more than just a coding bootcamp.Read Less",FullStack program - 35+ locations,Web Development +252931,10868,le-wagon,Daniel Silva,False,2019,Experiência transformadora (256),2019-08-12,5.0,5.0,5.0,5.0,Excelente curso para realizar uma transformação de vida e de carreira.Contando com uma capacitada equipe de trabalho e com excelente professores a Wagon consegue ensinar em 2 meses o que muita faculdade não consegue.Curso mais do que recomendado e aprovado!... Read MoreO aluno precisa se entregar aos estudos e gostar de novas oportunidades e bastante conhecimento.Se eu pudesse fazia novamente!Parabéns equipe Wagon.Read Less,FullStack program - 35+ locations,Web Development +252787,10868,le-wagon,yordano,False,2019,I recommend it entirely,2019-08-12,5.0,5.0,5.0,5.0,"A super team with a amazing organization. The wagon Paris enabled me to acquire real notions in web programming (Html , Css , Java Script, Ruby on Rails). For beginners as well as those with programming skills. The entire team is there for support you... Read More and help you to achieve your goals, not only during the course but also afterwards. After two months in The Wagon I am able to create innovative websites and I can continue to learn other knowledge by myself. I recommend it entirelyRead Less",FullStack program - 35+ locations,Web Development +253088,10868,le-wagon,Greg,False,2019,I would 100% recommend!,2019-08-08,5.0,5.0,5.0,5.0,"Le Wagon has taken me from not being able to write a single line of code to being able to create a fully functioning web application in just 9 weeks! I think that’s pretty amazing. The skills I have been able to pick up have exceeded my expectations of... Read More what I would be capable of once completing the course. All the teaching assistants are very helpful, knowledgeable and have been through the programme themselves which is a huge confidence booster on days when you might be struggling and wondering whether you’ll ever grasp it!My intention was always to find a career as a developer afterwards and the support to help me achieve this has been fantastic and goes well beyond just teaching you how to code. The online learning platform Kitt - created by the staff - and the active slack community of past alumni are an invaluable resource which I constantly reference even after finishing the programme. Coding is pretty much a key life-skill these days which Le Wagon has helped me achieve. I would 100% recommend.Read Less",FullStack program - 35+ locations,Web Development +253081,10868,le-wagon,Frantisek Rokusek,False,2019,From hobby to an amazing work!,2019-08-08,5.0,5.0,5.0,5.0,"I have made Business Development & Innovation project management for Sodexo for 3 years and graduated from EDHEC Business School in Strategy and a tense in media content, SEO/SEM, digital marketing. I tended to code as hobbyist (home automation, raspberry,... Read More etc... )I wanted to try to code on a professional level and Le Wagon was the best choice to make!The bootcamp was Amazing! Very instructive as from personal and professional point of view!Read Less",FullStack program - 35+ locations,Web Development +253057,10868,le-wagon,Catherine Nguyen-Cat,False,2019,Life changing experience,2019-08-07,5.0,5.0,5.0,5.0,"I've never learn so much in a short period of time. I took a gamble and quit my job as a marketing assistant and did the full-time course. I went from zero coding knowledge to getting a full-time job now as a web developer.I definitely wouldn't have been... Read More able to get a job studying by myself online, Le Wagon has many helpful teachers & TAs with lectures every morning. The buddy system is particularly helpful I learnt a lot from my classmates as well I would definitely recommend this course to anyone who's looking for a career change or even gain more skills and preferably do full-time.Read Less",FullStack program - 35+ locations,Web Development +252984,10868,le-wagon,Lucas,False,2019,Life changing 9 weeks,2019-08-07,5.0,5.0,5.0,5.0,"Prior to Le Wagon I was working as a freelance designer struggling to get the attention of clients. I knew I had to do something to change my game and become a better professional with a more robust skillset. Researching what to do I found that the market... Read More needs professionals able to ""code"" the solutions for their problems more than ever. Knowing that I went to one of the demo days of a batch and was mindblown with what they accomplished in so little time. I knew I had to apply so I applied and learned a lot. It was life changing. The whole process is optimized to take you to another level. Really worth it. Now I have interviews and more clients than i can handle, networking there made the whole difference. When they say ""Change your life, learn to code"", they are not lying.Read Less",FullStack program - 35+ locations,Web Development +253020,10868,le-wagon,Fabiana Carvalho,False,2019,Batch SP #211,2019-08-07,5.0,5.0,5.0,5.0,"Le Wagon was such an amazing experience. Before it, I was trying a career on law, and couldn't be more unhappy. I have always wanted to learn how to code, and the bootcamp taught me everything I needed to know, plus giving me the necessary abilities to... Read More learn new languages if I ever want to. I feel much more happy and accomplished with the path I'm taking on this new career, and this is all thanks to Le Wagon. Also, the teachers and TAs are all awesome, it's like a family!Read Less",FullStack program - 35+ locations,Web Development +252886,10868,le-wagon,Daniel Belamino,False,2019,Rio #261,2019-08-06,5.0,5.0,5.0,5.0,"Le Wagon has changed the way I view how to code. I have a more technological background, I graduated in Computer Science in 2002 when there were hardly any web systems. My career has followed paths that led me further into the world of databases. I was... Read More curious about web development but it seemed to be a technology so different from what I knew that I believed it was not for me. But at the beginning of 2019 I got a better understanding of what bootcamp was and what Le Wagon was offering so I decided to head in. The experience was amazing. All that technology that I found complex, was super simple! I changed the course of my career and the way I saw the world of development. For my part it's just compliments to everyone at Le Wagon!Read Less",FullStack program - 35+ locations,Web Development +252877,10868,le-wagon,Lucas soares,False,2019,Never learned so much in such a short period,2019-08-06,4.7,5.0,5.0,4.0,"Never learned so much in such a short period. I’m a graduate in production engeering. Before le wagon, I was working in the backoffice of a financial institution. I was coding a lot in VBA and SQL and I was liking it. Eager to dive deep in the development... Read More world I quit my job and started le wagon (not before a lot of searching of course). The bootcamp was much more than I expected. They do not only teach you, ruby, sql, JavaScript, css and HTML but also how to create web products in a very fast way. They also go deep in the concept part, which make it easier to learn other languages and frameworks afterwards. It was 9 hard working weeks... but rewarding. The staff of Le wagon also makes the journey fun and exciting. Now I’m working in a small company, as fullstack developer/product manager, doing maintenance in the existing applications (in asp.net framework) and creating new ones in Ruby on Rails. Some day in a near future I plan to create my own app ;) thanks le wagon!Read Less",FullStack program - 35+ locations,Web Development +252686,10868,le-wagon,Che,False,2019,Absolute life changer......seriously!!!,2019-08-04,5.0,5.0,5.0,5.0,"Whilst looking for bootcamps in London a few came to mind. As usual I looked at all the reviews from various websites and Le Wagon was the only bootcamp that had the best reviews. If I am really honest I thought the reviews seemed too good to be true... Read More and I tried very hard to find a bad review. Therefore I called Le Wagon directly and spoke to Alex Tombeur the UK Manager who was extremely helpful in helping me understand the course structure and what was required of me to enrol onto the course such as completing the prep work etc. Alex kept in regular contact with me and did not put any pressure on me in enrolling onto the course. To add further, Alex tried to help me find alternative ways to fund the course such as providing information about the governments Advanced Learner Loan. Unfortunately the government withdrawn this support before my deadline; however Alex was not to know this. Back to the review.......It have to say that studying at Le Wagon has literally been the best thing I have ever done. The staff have been helpful, understanding and being an alumni (also a bonus) has given me a life time support from Le wagon. The course itself provided me with the fundamentals of coding and enabled me to search and read documentations online which is something all coders do. Not forgetting the friends I have made throughout the course. The support post-bootcamp was also extremely helpful. The week after completing the bootcamp, Le Wagon arranged a hiring week event at Le Wagon where it gave us (the alumni's) the opportunity to speak with recruiters and employees looking for junior web developers. I was able to get an interview with a company on the day. A few things before I finish......... If you are thinking of enrolling yourself onto a bootcamp I have to inform you that its not easy and it takes a lot of work, patient, dedication and commitment. If you can try not to miss ANY lectures as even missing the first 5 minutes can be detrimental to your learning. Le Wagon has been a life changer and I cannot thank the staff enough...hence why I completed a review, which is something I never do. But I had to share my experience.Read Less",FullStack program - 35+ locations,Web Development +252238,10868,le-wagon,Anonymous,True,2018,An accelerated first step for anyone committed to learn,2019-08-03,4.5,4.0,5.0,0.0,"For anyone committed to seriously challenging themselves by learning to code, Le Wagon is a great choice. For those especially if you come from another professional background and have very limited exposure to coding, Le Wagon provides an accelerated... Read More way in building your fundamentals and confidence in code. The goal of every bootcamp is to build you to a level that you can then sustain yourself through your own learning, and I believe this curriculum can deliver that. After the program, I felt well equipped to continue my own learning by myself and to pursue a career in software engineeringPros:Good curriculum (teaches you fundamentals before teaching you the convenient way), pair programming, fun projectsCons:To make the most of the program and succeed after graduation, you cannot do the bare minimum. The programs min requirements are not that challenging, so you should always aim to achieve 100% in every days assignments.Read Less",FullStack program - 35+ locations,Web Development +253105,10868,le-wagon,Adele Soullier,False,2019,More than just a coding bootcamp,2019-08-01,5.0,5.0,5.0,5.0,"The Wagon definitely deserves its high reputation, in many ways:- The network of Wagon alumni community is very powerful + there are many possibilities to connect with the local tech ecosystem thanks to Le Wagon staff. In my case in Lyon, France I had... Read More the opportunity to attend many events and be introduced to many people thanks to Le Wagon driver. That helped a lot to find a job very quickly after the bootcamp- Le Wagon currciculum is a proven method, tried and tested that enables any newbie to become a junior webdeveloper in 9 weeks. I don't come from this background and yet, I can't believe I managed to create 2 web products in less than 9 weeks. You don't learn how to code but ho to build web products which makes the difference in the workplace afterwards. I think this is why Le Wagon as a brand is well recognized by employers- The overall ambiance in Lyon is fun and playful. Teachers are extremely knowledgeable and happy to share their knowledge, tips, best practice in a relaxed atmosphere. Teamwork is encouraged within the curriculum and beyond bootcamp hours with fun events and drinksOverall I must say this was a life changing experience. I would definitely recommend itRead Less",FullStack program - 35+ locations,Web Development +253091,10868,le-wagon,Daniele Deltodesco,False,2019,Le Wagon in Bali,2019-07-31,5.0,5.0,5.0,5.0,"My name is Daniele, and after a year of travelling Asia, I realised that I did not want to go back to my old job working in a restaurant. I wanted to be able to work from anywhere, and because of my long held interest in computing I decided I would learn... Read More to code. After completing some online courses, I realised that I was in need of increasing my pace of learning.While I met some people who had gone to do a coding bootcamp. I started to do some research and came across Le Wagon. After researching where I could do the course, I seen that there was a new bootcamp in Bali.After the first day of introductions and system setup, the course started at a fast pace, with lectures in the morning after which we were randomly paired with a coding partner. For the remainder of the day we would work on coding challenges with our partner and interfacing with the Le Wagon Kitt System. Not only was this a great way to tackle the challenges, but also a way to learn more about each other. As everybody got to know each other, it wasn’t long before we found our after-camp meetup spot, where we would discuss the days problems and successes, while sipping cold beers from the shop.As we got into the final few weeks we pitched ideas for the final projects. I pitched a bot application that would be able to automatically make trades on a cryptocurrency exchange. My idea, Crypto-Balance, was chosen, after which the kitt system perfectly selected my teammates based on an algorithm.Now that we were in teams our first project would be an AirBnb clone. This 1 week project allowed us to work out each others strengths and weaknesses and have some practice of the processes of working as a team on GitHub.For the final 2 weeks we would work on the Crypto-Balance application, having to deliver a working MVP to be presented on demo-day. Our app had a lot of back-end which would have to work with the Binance API. We found this to be challenging as there were a lot of margins for error. However we were able to fine tune the code by demo day so that the MVP was successful.All in all the bootcamp was a success for me. I made many new friends from across the world and I learned how to make full stack applications. I also have lifetime access to the brilliant Le Wagon Kitt system and the Le Wagon community chatrooms on Slack. I fully recommend the course for anyone who wants to jump start their skills in web development!Read Less",FullStack program - 35+ locations,Web Development +253061,10868,le-wagon,Ph.D. Nhat Tai NGUYEN,False,2019,Great coding bootcamp,2019-07-31,5.0,5.0,5.0,5.0,"Ph.D. in NanoPhysics, ex-project manager in a tech startup, I joined Le Wagon Lyon to improve my technical skills in web developing for new opportunities. The way of learning is the thing I liked the most. The quality of the lessons, exercices and also... Read More the teachers were unbelievable. The organization of the batch was also very appreciated. Matthieu made us comfortable during all the training. The training met my expectations. Impressive way of learning and very nice community. I could easily recommend Le Wagon.Read Less",FullStack program - 35+ locations,Web Development +252912,10868,le-wagon,Sophia Wu,False,2019,Life changing experience! Le Wagon Melbourne batch #258,2019-07-29,4.7,5.0,5.0,4.0,"A little background of myself, I'm a former product manager at a edTech startup, during the job I felt frustrated sometimes about communicating with the development team. With no prior experience in computer science nor coding, I wanted to up skill my... Read More profession by learning to code. With also some startup ideas in my mind I targeted on programs that are 1)full-stack, 2)MVPs will be made at the end, 3)entrepreneurial minded batch mates, 4)short amount of time. Le Wagon Melbourne definitely exceeded my expectation. I enjoyed the course that is thoroughly organised that at the end you'll have an impression of: ""Yes, things we've learned so far are connecting and merging in to a greater picture! "". With support from professional teachers and TAs, they could talk me through the struggle and working out the problems I had. Best thing I learned during the bootcamp is having problem solving skills which is encouraged a lot at the bootcamp. There's one part that people might concern about the bootcamp is the Job support, I believe there are bootcamps offering things like guaranteed interviews or so, however what Le Wagon offers is letting you know the methodology of how to get hired, it definitely helped me a lot. With assistance from the country manager and alumni network, it is not complicated to land on a dev job once you're dedicated.I'd definitely recommend Le Wagon Melbourne!Read Less",FullStack program - 35+ locations,Web Development +252773,10868,le-wagon,Charline Mons,False,2019,The best experience I ever had,2019-07-26,5.0,5.0,5.0,5.0,"Completely novice with coding, it's amazing what we can learn in only 9 weeks. It's an all-new world unfolding before my eyes and I could never thank you enough Le Wagon Lyon for that amazing journey.",FullStack program - 35+ locations,Web Development +252696,10868,le-wagon,Monica Alonso Ponce,False,2019,Le Wagon Barcelona,2019-07-25,5.0,5.0,5.0,5.0,"Soy diseñadora gráfica con más de 15 años de experiencia y tras tantos años me planteé que quería volver a invertir en mi perfil profesional. Pensé que aprender a programar frontend era un paso natural en mi carrera y que hacer un ‘coding bootcamp’ era... Read More una buena solución para mi inquietud puesto que, en tan sólo 9 semanas se ve todo lo necesario y ya estás preparado para dar el salto como ‘programador junior’.Así que me puse manos a la obra para encontrar EL bootcamp. Tras entrevistarme con 5 de los que se ofrecen en Barcelona, fue tremendamente fácil para decidirme por hacerlo en Le Wagon. Su espacio, su ambiente, los profesores y la metodología, me convencieron desde el primer momento y ahora que ya lo he acabado no puedo más que decir que fue todo un acierto haberles elegido.Para mi ha sido muy intenso porque era mi primer contacto con el código y debo decir que de no haber sido por los profesores, TA’s incluidos, que estuvieron dándome soporte todos y cada uno de los días, no lo hubiera conseguido. Son extremadamente cuidadosos y están muy pendientes de la curva de aprendizaje de cada uno de los alumnos dando apoyo y refuerzo en todo momento a quien lo necesita. Sin duda alguna puedo decir que hice la mejor de las elecciones eligiendo Le Wagon para dar este salto en mi carrera profesional.Read Less",FullStack program - 35+ locations,Web Development +252558,10868,le-wagon,Fabrice,False,2019,BEST CODING SCHOOL,2019-07-24,5.0,5.0,5.0,5.0,I really think it's an amazing coding school ! I learned a lot about ruby on rails and it is so useful for me now in my startup. I am able to code pretty much everything we need here. Also the staff is amazing and the student life is awesome ! We have... Read More after work every Friday night and a lot of events ! I really enjoyed everything in this program !Read Less,FullStack program - 35+ locations,Web Development +252556,10868,le-wagon,Rahul Sharma,False,2019,Incredible experience learning an essential skill,2019-07-24,5.0,5.0,5.0,0.0,"In today's world, knowing how to code has become more of a necessity than a luxury. Being an entrepreneur and having faced tech related challenges in my previous venture, I was certain that coding is a skill that I definitely need to develop so that I... Read More have no dependencies on other people when I want to create an MVP of a new product or when I want to partner with an agency or hire developers. After doing some research, I came across Le Wagon and decided to do the bootcamp in Bali. That decision was probably one of the best decisions of my life. I learned a lot more than I expected. The teaching method is also very hands on which ensures you grab all the concepts and the entire staff is always there to help out in whatever way they can. If you're on the fence about this, I would say just do it and you won't regret it all. I cannot recommend the bootcamp enough for anyone and everyone.Read Less",FullStack program - 35+ locations,Web Development +252438,10868,le-wagon,Philip Chan,False,2019,My coding journey at Le Wagon Barcelona,2019-07-23,5.0,5.0,5.0,5.0,"I have always been amazed by the disruptive power of tech-startups and also dreamed of pursuing my own business ideas. But I also always felt like I need someone else to code them for me. I thought coding is one of these things you can only wrap your... Read More head around if math was your favorite subject in Highschool, you spend your free time writing your own computer games, your brain is a perfect square, etc... But when I came close to finishing my bachelor’s degree I also didn’t feel like getting a job in that sector so I started looking for some alternatives. Le Wagons’ value proposition caught my attention: “Learn how to code great tech-products in nine intensive weeks!” they promised. Still questioning my coding talent I made the decision to challenge myself.Fast forward to today I am grateful for this decision because Le Wagon has made a huge impact on my career path. During these nine weeks, I went from 0 coding skills to being able to launch a real web application. After learning essential programming basics in the first weeks I really enjoyed how our TAs embedded the Bootcamp in an entrepreneurial context including Pitch Events and Product Design Sprints. In small groups, we had to apply our new knowledge to transform one of our own ideas into a real product.While everything I learned in this Bootcamp was important and fundamental programming knowledge, I feel like the most valuable thing for me was that I lost all my fears related to coding. I feel empowered and able to learn anything.I recommend Le Wagon for anyone who wants to found a startup or get a job as a Developer. I also recommend doing more than just the required prep-work. If you start from 0 like me try to do as many online courses before the Bootcamp as possible to develop this specific logical thinking. There will be so much new information and the learning curve will be so steep that you will be thankful for anything that you have already learned before. Also, keep in mind that this is just the kickstart of your education if you’re serious about making this your new profession.Read Less",FullStack program - 35+ locations,Web Development +252401,10868,le-wagon,Anonymous,True,2019,Best programming school !,2019-07-23,5.0,5.0,5.0,5.0,"When I first heard about the Wagon I felt I needed to add value to my managerial education with a harder set of skills. Programming obviously came to my mind and so I started looking at opportunities to get involved. Many online programming schools presented... Read More candidates with attractive features (low cost, schedule flexibility…) but none seemed to have both the professional and social aspects of Le Wagon and its solid cursus and internal structure. In the end, more than just hard programming skills, we were further introduced to the thriving technology industry, bringing us at the crossroad of our initial formation and this new one, leading us into more strategic positions for ourselves, particularly in our approach to project management and learning how to better set and surpass expectations.Read Less",FullStack program - 35+ locations,Web Development +252396,10868,le-wagon,Romain Penaruiz,False,2019,Batch #247 Montreal,2019-07-23,5.0,5.0,5.0,5.0,"I joined Le Wagon bootcamp batch #247 in Montréal. Le Wagon bootcamp exceeded all of my expectations, not only due to the new skills I got out of it, but also to the people I was surrounded with. For me, it was a human experience and a learning experience.... Read MoreI received my bachelor in Psychology but I did not want to pursue a career in it. I decided to go into Marketing. After working a year as a marketing coordinator, I found that it was not for me, but I loved creating websites, and maintaining them. So I decided to learn how to code. Joining Le Wagon finally enabled me to get rid of that growing frustration and empowered me to work more efficiently with developers, to better manage digital projects now considering them also from a technical point of view, and to build my own digital projects.Le Wagon’s methodology is perfectly designed and well rhythmic for people with no prior coding knowledge. The outstanding teaching staff is constantly sharing tips and the best practices they gained from years of experience which gives a lot of hindsight and help better understand what you are learning.On top of that, Le Wagon gives you all the tools and resources you need to keep learning autonomously and improve your coding skills in the long-run.Last but not least, Le Wagon is also a strong community of creative and entrepreneur-minded people driven by the pay-it-forward mentality that it’s just awesome to be part of.In a nutshell, whether you are in digital, you want to be able to build your own projects, or you are currently working with developers, this bootcamp is for you :slightly_smiling_face:Read Less",FullStack program - 35+ locations,Web Development +252229,10868,le-wagon,Sandra,False,2019,Best life choice ever,2019-07-22,5.0,5.0,5.0,5.0,"I had a very strong experience in the cultural field and yet I was often ignored by French recruiters. With that in mind, I wanted to learn to create things by myself with my own hands, so I told myself, why not learning to create web apps. After all,... Read More it would also allow me to keep running and developing cultural projects, while magically becoming super sexy in the eyes of recruiters.Le Wagon enabled me to value my previous skills, while pushing me to discover a new world, full of ruby-coloured magic. Most importantly, it is Le Wagon’s community that pushes each one of its members to surpass themselves and give their best to achieve their personal goals.Read Less",FullStack program - 35+ locations,Web Development +252226,10868,le-wagon,Patricia Vila Luz,False,2019,"If you want to be happy programming, choose Le Wagon!",2019-07-22,5.0,5.0,5.0,5.0,"Before the bootcamp, I studied in a school that didn't satisfy me due to the horrible environment in which it was inserted. When I joined the Le Wagon Lisbon, I didn't expect such a engaging environment, where all the staff makes you feel at home and... Read More makes you want to learn more every day.Looking back, it's amazing to compare the first day with the last (you go from not knowing how to make a simple line of code, to being prepared to build amazing web applications).Without a doubt an experience I recommend 100%! Not only do we go out prepared for the world of code, but we end with friends for life! I venture to say that it was one of the best experiences of my life.If you want to be happy programming, choose Le Wagon!Read Less",FullStack program - 35+ locations,Web Development +252222,10868,le-wagon,Louise,False,2018,Amazing Experience,2019-07-22,5.0,5.0,5.0,5.0,"I used to work as a Marketing Manager in a Start Up.I was constantly working with people from the Tech team, and I realized that communication between Marketing and Tech was actually very complex. That's how I wanted to learn how to code. So I did not... Read More hesitate, and I decided to subscribe at Le Wagon.After the bootcamp, all I wanted to do is was keep coding. I didn't expect to love that much coding, and I think it's because Le Wagon conveys well this passion for code. Thanks to Le Wagon, I was able to join very quickly a Web Agency as a Full Stack Developer.Read Less",FullStack program - 35+ locations,Web Development +253252,10868,le-wagon,Rodrigo Cabral,False,2019,Le Wagon - Buenos Aires - Batch 215,2019-07-19,5.0,5.0,5.0,5.0,"For some time I had intended to learn coding. I always had the idea that it would be almost impossible to learn in a short time how to do it. Until I join the Le Wagon experience. They were 9 very intense weeks, in which every day new concepts are incorporated.... Read More It really was very useful everything I could learn in that short period. At the same time, it gives me the security to be able to continue learning on my own and perfecting myself in the world of coding. The course forces you to get out of the schemes and leads you to learn many topics in a short time. In addition, to find solutions that are available to everyone through the web and try to solve problems on our own.The teachers were excellent and we had great support. The result of our 9 weeks was a platform like airbnb but aimed at managing private garages. In the final presentation in front of an audience in which we presented our project, we had a very positive response from the public in general, and we even had the opportunity to present the founder of Le Wagon who congratulated us for the work. His feedback was very positive for us. We decided to make our project a reality and now we are finishing developing it to lunch it in the market in a few days.As experience, it was very positive, very recommended for all those who want to start in the world of coding.Read Less",FullStack program - 35+ locations,Web Development +253228,10868,le-wagon,Kristyna,False,2019,Perfect Choice,2019-07-19,5.0,5.0,5.0,5.0,"After 12 years of gathering experience in Marketing for big multinational companies I have decided to make a career change and dive into the ocean of digital expertise. I knew that I want to become a web designer but the journey to get there starts with... Read More understanding the world of code. I started searching the most efficient full-stack bootcamps around the world, I did not have any geographical limitation, I just knew I wanted to learn to code as fast as possible. After my research it became clear that Le Wagon was the right choice for me. With their extended network across the whole world you can choose any place in the world and join the community there if you want. What I appreciated the most was the diversity among us, students. We were coming from all kinds of background : among my classmates, for example, there was a nurse as well as a carpenter and a finance analyst. You meet people like you willing to give their best to change their lives and this is something what helps you to keep the motivation and gives you energy to keep going even during those moments when you doubt yourself. If you keep going and each day you put an effort to keep the tempo, no matter your background, you will suceed to code at the end. Le Wagon bootcamp has its reputation well deserved as all aspects of your learning process are well thought-thru and you just need to trust the process. During those 9 weeks of coding you will experience ups and downs but your teachers are always there for you, they understand your struggle and do their best to make your experience worth it. I have nothing to complain about, I am very happy I made this choice to attend Le Wagon and would recommend it to everyone who wants to learn how to code. It is the most professional way how to make it happen.Read Less",FullStack program - 35+ locations,Web Development +253175,10868,le-wagon,Gabriel Zabala,False,2019,"Amazing experience, from zero coding skills to building great MVP's.",2019-07-19,4.7,5.0,5.0,4.0,"A great environment, well organised lectures and exercises to learn how to code from scratch. No previous coding skills needed at all. I totally recommend it!!",FullStack program - 35+ locations,Web Development +253150,10868,le-wagon,Jose,False,2019,"Short and sweet program to build web products, perfect for entrepreneurs",2019-07-18,5.0,5.0,5.0,5.0,"In 2019 I saw my grandfather died after long suffering from diabetes. To solve that problem we gathered a team of people to create the first automated tool to enable people to live free of chronic diseases, starting with diabetes and we call it Arkangel... Read More AI. We envisioned this solution to be like the Siri of Health, one that you could access it whenever you wanted it or wherever you were by learning from the data collected from existing sensors people had like smartphones. We crafted the business and developed a little Frankenstein using free cloud solutions and tutorials. To our surprise, our prototype exploded and getting more than 9,000 users from 22 countries in the first 2 months. Unfortunately, our founders came from business, medicine and design, so the prototype had many holes and did not perform properly. Additionally, the technical founders we interviewed did not want to bear the risk of leaving their jobs to work with us. We were blocked, so, we decided to bet all and hired a company to work on the app. That was one of the worst decisions we did because we needed to move fast and the contract did not allow for any of this. It was horrible, we had a product 3 months behind and we didn’t know how to update it. Our best solution was that one of the founders learned to code, and after getting the support from my team I took the chance.I interviewed at le wagon 6 days before the batch and finished the prep work in one weekend (not recommended). The experience was remarkable and intense at the same time. I learned how to bring ideas to life, I learned the mechanics and how to talk about software. As an entrepreneur, you think software dev is easy, but it is not, you need to learn to think like one and that is really hard to do on your own. One thing you need to understand is that it requires years to become a ninja dev. and you need to learn more stuff after the Bootcamp, it's impossible to get everything in 2 months. That being said, Le Wagon does an amazing job in cutting the boring stuff to give you only tools you need to build web-apps, and that’s exactly what I wanted. At the end, we built an MVP of Arkangel with an awesome team -Gustaf, Joe and Thomas- and today we have raised $69,000 in non-equity funding and at the end of the year, we will be raising a pre-seed of $350.000 to grow our customer base. I highly recommend this program and if you want to learn more about my experience, contact me (you can watch our demo at Le Wagon Montreal website by searching Arkangel).Read Less",FullStack program - 35+ locations,Web Development +250897,10868,le-wagon,Benjamin Domingue,False,2019,Le Wagon Montreal - Experience,2019-07-18,5.0,5.0,5.0,5.0,"I started my company right after university. My issue was that I never really liked the field in which I was. Last year, my partner and I decided to make a career change. I had some app ideas but it is really expensive to hire a developer so I began to... Read More learn to code through online platforms such as CodeCademy to try to do it myself. Since it is really difficult to learn by yourself, I decided to join Le Wagon to learn faster and with good practices. It’s crazy what we were able to do in such a small amount of time. We learned all the steps to create a web app. All the teachers are here because they love to help and to teach. We also have a life-access to their platform which is really helpful afterward when you are by our own trying to do your stuff. I recommend Le Wagon bootcamp to anyone who wants to learn to code and wants to make a career change. It was a great experience and I made a lot of good friends!Read Less",FullStack program - 35+ locations,Web Development +250894,10868,le-wagon,Antoine Rambert,False,2019,A boost in my career,2019-07-18,5.0,5.0,5.0,5.0,"Before le wagon I worked as an engineer and I taught mathematics in high school. I began coding in ruby because I wanted to create a website.This is after 2 months of self learning coding that I joined le wagon. It was a really nice experience. I learned... Read More good practices. It gave me the tools, and confidence of what I can do. I met a lot of amazing people among the students and the business network.After two weeks I was working in Doctolib as a web developer!Read Less",FullStack program - 35+ locations,Web Development +250871,10868,le-wagon,Sheila,False,2019,Worth It - Pros & Cons for Le Wagon,2019-07-17,4.7,5.0,5.0,4.0,"I would recommend Le Wagon if you're interested in acquiring tangible skills, expanding your network, and/or want to build software products- and are fully invested in learning how to code. Pros: - Kitt, Le Wagon's learning platform, is one of the best... Read More things about the bootcamp: you can redo exercises, test, and refer to lectures and slides. Being able to redo and refer to the platform after the bootcamp & complete additional challenges is incredibly useful._ At the end of the camp, you have two MVPs in your portfolio that you've built in a team of developers & with pair programming; these experiences help whether you are interested in becoming an entrepreneur, working as a freelancer, or gaining a job as a software developer.- Learning with classmates was invaluable. Everyone was fully dedicated, ambitious, and wanted to learn as much as possible- which made us all strive to push ourselves further & help each other out. - The Le Wagon community of alumni is another pro- people all over the world post help, guidance, mentorship & opportunities, which means your network in the tech space expands exponentially by joining. The ability to do the bootcamp all over the world helps draw an incredibly diverse & international community: so many graduates are still active in the community which goes to show how positive the experience was for so many. Cons: - 9 weeks is a short time to learn so much- I wish we had had a few more weeks to learn more content. - Le Wagon was up front that they don't guarantee jobs after the bootcamp- which is a bit of a pro/con. Instead of being placed in a job that might not be a fit, at the end of the bootcamp you do have to find your next job yourself. The teachers/TAs/career coaches were helpful in being realistic and giving guidance for us on where to start the job hunt & what to expect during the process.Read Less",FullStack program - 35+ locations,Web Development +250869,10868,le-wagon,Eu-Loong Lim,False,2019,Le Wagon - Melbourne,2019-07-17,4.7,4.0,5.0,5.0,"I decided to make a career change from Investment Banking to coding after researching and attending multiple workshops and talks. I looked at several providers and chose Le Wagon based on the combination of reputation, price, length of course, diversity... Read More of the cohort, course content, teaching environment and approach but mostly the focus on building a product and developing problem solving skills.The course is fast paced and intensive but the teachers/teaching assistants and Driver (Le Wagon Manager) were always available and approachable to help with any concerns. They always make sure that no one falls behind. It's crazy thinking about how much content we covered in 9 weeks.For someone who didn't have a tech background I found that it all came together in the last 3 weeks of the bootcamp where you build a marketplace in week 7 then weeks 8 - 9 on a product pitched by a member of the course.Why 4 stars? There's always room for improvement and I provided feedback on certain aspects of the course. I'm happy to report that Paal (the Le Wagon Driver) took it on board and has already implemented it for the next course.Read Less",FullStack program - 35+ locations,Web Development +250836,10868,le-wagon,Kim Alesi,False,2019,Amazing bootcamp,2019-07-17,5.0,5.0,5.0,5.0,"Before Le Wagon, I spent 3 years as a business developer in a tech startup. I was so frustrated to not understand the tech team, and kind of shocked about the lack of communication between these two key teams. So I decided to integrate the bootcamp thanks... Read More to many good reviews of former “wagoners”. I definitely recommend it. I was so impressed about the quality of the content and of the team! I was not really the most skilled student, but the teaching skills of the teachers is so strong that I now know how to build a website from scratch (the back-end, the database architecture and the design) as well as notions of product management.Last but not least, I feel like Le wagon never ends, thanks to the strong community you join!Thanks again for this amazing experience!Read Less",FullStack program - 35+ locations,Web Development +250833,10868,le-wagon,Robin Tessier,False,2018,Incredible moment at LeWagon <3,2019-07-17,5.0,5.0,5.0,5.0,"As a former building and civil engineer, Le Wagon enabled me to change career and to join a French growing startup that deals with construction companies because I was then able to understand their tech product from its conception to its daily use by... Read More their clients.Today, as a project manager, I am working on the evolution of our product thanks to the tech skills and knowledge I got at Le Wagon.On top of that, through the bootcamp I lived intense and bonding moments with amazing people that I kept in touch with and that I often see.I strongly recommend Le Wagon to whomever wants to learn to code and to join a rich and truly unique learning experience.Read Less",FullStack program - 35+ locations,Web Development +250831,10868,le-wagon,Simon,False,2019,Significantly enhanced my tech skills,2019-07-17,5.0,5.0,5.0,5.0,"Le Wagon is so far the best choice I've made. Before this amazing bootcamp, I was part of the investment team of a deep tech VC. I was very frustrated to do not clearly understand many technologies, like software or developer-related tech. During these... Read More intensive but incredible 9 weeks, I learnt how to build a website from scratch (the back-end, the database architecture and the design) as well as few important notions of product management. The program is perfectly structured, allowing you to meet a lot of people from diverse backgrounds. It will now allow me to apply to tech-oriented companies as a developer or even a product manager Trust the process! I strongly recommend it.Read Less",FullStack program - 35+ locations,Web Development +250829,10868,le-wagon,Julia,False,2019,"If you want to learn to code, choose Le Wagon Barcelona",2019-07-17,5.0,5.0,5.0,0.0,"I decided to learn to code after managing data scientists in my former job. Having an analytical background, I became increasingly frustrated that, whilst I could help them think through problems in the abstract, I could not help with technical problems.... Read More This, combined with the fact I was wanting to switch industries to work in tech and sustainability, made me take the leap and learn to code.I chose Le Wagon after some extensive googling. Three things stood out for me: 1. It emphasised that the bootcamp was not only for people who wanted to become developers, but also for people who would be managing/ working closely with them, 2. It was ‘full-stack’, meaning we learned front-end and back-end programming, 3. It wasn’t too long (in hindsight I wish it was longer!)Le Wagon Barcelona far exceeded my expectations. The quality of teaching and materials is excellent. The curriculum is constantly being updated to make sure students are taught the most relevant information. 9 weeks is short but having come out the other end, I have a solid grounding in Ruby, learned good habits and know where to look to keep developing my skills.The teachers in Barcelona are also fab. As well as creating a fun learning atmosphere, they are incredibly patient and skilled in breaking down concepts so that beginners can easily grasp them.The fact that all of them have gone through the bootcamp themselves means they have first-hand experience of what you are going through.My fellow students made the experience special. We were a diverse bunch - in ages, backgrounds and reasons for learning to code - which meant I learned a lot from everyone. Each day we worked through exercises with a new ‘buddy’. This was a great way of getting to know the whole group and made us progress quickly as it was easy to share tips. Being new to Barcelona, it was also nice to have people to see the city with, whether that was grabbing a pizza and cerveza after class or playing football on a Saturday morning.For anyone who is considering doing Le Wagon Barcelona, as I have been telling my friends/ family/ anyone who will listen, just go for it! It If you want to learn a new skill, change career, meet new people, you won’t regret choosing Le Wagon Barcelona.Read Less",FullStack program - 35+ locations,Web Development +250813,10868,le-wagon,Anonymous,True,2019,Great Programme but very minimal job support,2019-07-16,3.3,4.0,4.0,2.0,"Bootcamp can be expensive and takes a lot of one's time. The reviews for Le Wagon mostly cover positive sides of the bootcamp thus I would like to address things I would have liked to know before enrolling Le Wagon and some realistic opinion and facts... Read More that could help future boot-campers in deciding which course is the best for them. Firstly, I very much liked the programme overall and believe that it gave me a great foundation, perhaps not very deep but sufficient enough to feel that I can study and practice further to be a junior developer. I would choose Le Wagon again if I go back in time, however in different location. The programme and lecture quality differs greatly depending on the teacher and teaching assistants. There were times where I felt that the assistants do not quickly understand the problems I am facing and thus waiting for teaching assistants to resolve the issues were disappointing, especially given the vast amount of money I have spent. (sometimes you go through multiple teachers to fully understand the same question/issue) Often I felt like a guinea pig for them to become a better teacher, which I do not oppose but only if I did not have to pay hefty amount for the course. However, teachers were very helpful and understanding. They genuinely go and try to help you as much as they can. People you meet from the programme is definitely the strongest selling point for Le Wagon however if you would like to get further help from the school in terms of asking for career assistant or general questions, from my experience it was rather difficult. Get hold of them was very challenging after the bootcamp and it was a common experience I shared with students from my batch. The school does offer lectures that helps for your career especially suggesting career fairs, inviting guests(Recruiters) for career help. Although, we had gotten conflicting opinions on future CV formats and layouts from different guest speakers, it is useful in guiding yourself to land a job after the bootcamp. They will provide an excel sheet of company list that you can knock the doors to get employed. We had issues with less-motivated individuals thus one should understand that this could happen during the bootcamp and try to resolve it in the early stage of the bootcamp thus it does not hinder your learning experience as a whole.Read Less",FullStack program - 35+ locations,Web Development +250812,10868,le-wagon,Javier,False,2019,Amazing learning experience,2019-07-16,5.0,5.0,5.0,5.0,"Coming from a business background, I always was interested in 'how' the products we would use were built. I was intrigued enough to start learning through online platforms such as Codecademy and freeCodeCamp. After some months of practice, I reached a... Read More plateau and realized I needed help in taking my skills to the next level. I knew of Le Wagon because of their community involvement where I live, so I decided to take the chance and quit my job to dedicate 100% to this new challenge. It turned out to be a great and intensive experience where I learnt million things I never expected to. You have to keep up with the fast pace, but the teachers, the team and the supportive culture make the best of your capacities. On the technical side, you get life-access to their platform with continuous improvement of content and tools. But, also you get to learn soft skills such as presentation, communication and team work. I highly recommend Le Wagon bootcamp to anyone wanting to switch careers into web dev, but also for product management or freelancing. The curriculum is solid, the team is great and super friendly, and the experience is empowering and life-changing. Only tip I can give: do your prep work several times if needed, until you master the concepts. Have fun, take it seriously and commit 100% of your soul, and your life won't be the same afterwards. Sky is the limit!Read Less",FullStack program - 35+ locations,Web Development +250804,10868,le-wagon,Nicolas Martin,False,2019,Excellent program for entrepreneurs with Le Wagon,2019-07-16,5.0,5.0,5.0,5.0,"Le Wagon is the perfect place to go to if you want to change your career path towards tech environment.I'm a former strategy consultant, data-passionate and with an engineering background. I always had this frustration of not being able to code by myself... Read More because I lacked time, it wasn't the focus of my previous jobs or I didn't know from where to start to learn coding.6 months ago, I left my job with the desire to launch my own company in data analytics. I joined last batch of le Wagon from April to June in Paris in order to 1) learn to code, gain tech skills, 2) meet new people and 3) launch my entrepreneur career.1. Learning to code: it's an intensive 9 weeks-program, where every day is a new concept, a new jump within your coding knowledge. In 9 weeks, you'll know exactly how to use Ruby and Rails framework, the backbone of your coding skills. Then, you'll see efficiently every potential feature you could be implementing in a web site (building APIs, mailing, search engine etc.). What makes the program incredible: staff excellence and an exceptional e-learning platform which aggregates learning documents with last best practices you'll keep for life.2. Meeting new people: Le Wagon is an intensive program for each individual. However, you're not alone, 30-40 peers will share same issues with you. Peer-programming and team-programming is also what makes the program so close from company-life conditions. Also, people's background diversity opens up your mind to new ideas or different technology point of views.3. Launching my entrepreneur career: on top of the program, Le Wagon is an extraordinary community of alumni. More than 5,000 alumni from around the world are always here to help other wagoners with their company ideas, career choices or coding issues. I personally found there a great community to discuss with. On tech feasibility of some of my startup ideas or contacts to make your idea grow until it gets done. Finally, I joined a young startup in data analytics from Le Wagon environment. In few words, Le Wagon is the best choice I could make for my entrepreneur career. If you're passionate about tech, don't hesitate, it worths the investment in time and money.Read Less",FullStack program - 35+ locations,Web Development +250798,10868,le-wagon,Maaarten,False,2019,Game Changer,2019-07-16,5.0,5.0,5.0,5.0,"I'm currently in my last year of my studies, mediatechnology. During this studies we are trained to prototype and idea into a design and then make a Minimal vialble product of this idea. During my studies i learned a lot of different programming languages... Read More but never really got a real expert profound knowladge of the programming language. I'm currently in my last year of my studies, media-technology. During this study we are trained to prototype and idea into a design and then make a Minimal viable product of this idea. During my studies I learned a lot of different programming languages but never really got a profound knowledge of the programming language. For my bachelor thesis I have to build an MVP for a company. To be more confident in programming I decided to take the Le Wagon bootcamp to improve and be more consistent in my programming.I started the course quite confident as I already had some programming knowledge and was overwhelmed with the fast pace of the bootcamp. Event with my knowledge the bootcamp was really challenging. I never learned so much in a day, let stand in nine weeks!Because of the pair programming you learn how to explain your code to people and you learn to ask for help if you do not know how to solve the problem. During the bootcamp you learn all the basics and also learn how to write clean and good code. This is something I haven’t learned during my studies and is something companies really like to see. I can recommend this course to anybody who wants to start a career as a developer or wants to know what is takes to become a developer.Even if you have some programming knowledge this bootcamp will help you with working in teams, developing a design and pushing it to the market. It is also great course for people who want to build a software product and build their own start-up.Read Less",FullStack program - 35+ locations,Web Development +250796,10868,le-wagon,Romy,False,2019,Awesome Experience!,2019-07-16,5.0,5.0,5.0,0.0,I’m very happy I attended Le Wagon Tel Aviv! It was an intense 9 weeks but I was able to learn so much in such a short amount of time! My classmates were awesome to learn with and the instructors were great and super helpful! I enjoyed walking into the... Read More office every day!Read Less,FullStack program - 35+ locations,Web Development +250794,10868,le-wagon,Tecia,False,2019,Fantastic experience,2019-07-16,4.7,5.0,5.0,4.0,"When I decided to do a bootcamp I carefully researched all the options available in my area, read the reviews in multiple channels, visited and interviewed all of them face to face. I was initially very suspicious about the lack of negative reviews for... Read More Le Wagon. Their review rate was too high and it all seemed too good to be true. Now, one month after the end of the bootcamp, I have to admit that there isn’t much that I can say about it that has not been already said. All those reviews were real: the experience is truly amazing. Here are some things that stand out for me: One of the high points of LW is, in my opinion, the didactic material. As someone with qualification and experience in teaching and in creating/analyzing didactic material, I was impressed by Le Wagon’s methodology and by the quality and variety of materials. The work and the program is hard and very intense, but the days are very dynamic and divided into lessons and exercises. We had a lot of support from teachers and assistants along the day. Also from classmates, because the atmosphere is really good and people are encouraged to help each other. The buddy system they use makes a lot of difference on the study flow. Another great thing is the community. This is something that I did not considered important in the beginning and that turned out to be extremely valuable. There are many slack channels for Le Wagon alumni and so many people who are there to help you debug your code, find a job, solve doubts and provide input about anything related to coding. Le Wagon also offers one to one support preparing your CV, finding a job, connecting to people, etc. The teachers and assistants also treat you as an equal, and made themselves available for us to contact them off hours and after the bootcamp for anything we needed, which I thought was something special. Also, former students are always welcome to visit the office and take part on activities, so you get to not only keep in touch with your classmates but also to meet former students, learn from their experiences and grow your network. I wish I could end this review without falling into this cliche, but there is no other way of describing Le Wagon’s community if not as a family.Read Less",FullStack program - 35+ locations,Web Development +250776,10868,le-wagon,Michael Lauritsch,False,2019,Exceeded Expectations !,2019-07-16,5.0,5.0,5.0,5.0,"Before the bootcamp I was working as a Client Support Specialist at a financial company in New York City. I worked with many developers to get their machines up and running but was never one to code. After taking the bootcamp in Bali, it really made me... Read More feel like I can take on any task possible. You go from not knowing a single line of code to building a full working web application in just 9 weeks. Le Wagon gives you all the skills, network and support you need to make a pivot in your career and focus on what’s best for you !Read Less",FullStack program - 35+ locations,Web Development +250754,10868,le-wagon,Charlotte Hetzler,False,2019,Best decision of my life!,2019-07-16,3.7,5.0,5.0,1.0,"I really like the setup of the course, the people and instructors! Everyone was great! The moment I entered the office every day, everyone was happy, in a good mood, motivating and funny! I loved to come here everyday and I really gonna miss this! really... Read More had the best time here in Tel Aviv with Le Wagon. Although it was very intense, it made a lot of fun to learn coding, solve challenges with the buddies and to be together as a group! Time flew during the bootcamp, which is always a good sign that it must have been a great time! I loved it!Read Less",FullStack program - 35+ locations,Web Development +250711,10868,le-wagon,Baraa shrem,False,2018,Amazing time at Le Wagon bootcamp Tel Aviv,2019-07-14,5.0,5.0,5.0,5.0,"Amazing Web development course in 9 weeks, Ruby on Rails, CSS, HTML and javascript, based on practice and learning in groups. 2 final projects in groups simulating real life work experience! Highly recommended",FullStack program - 35+ locations,Web Development +250710,10868,le-wagon,Anonymous,True,2019,Best decision of 2018,2019-07-14,4.7,5.0,5.0,4.0,"I attended the LW coding bootcamp (batch #209 in Tel-Aviv) and can honestly say that deciding to do LW was the best decision I made in 2018. If you're interested in problem solving or are a very visual person like myself, you'll love this coding bootcamp.... Read More It provides both in abundance. My main reason for doing the bootcamp and giving up my job was because I wanted more of a hard skill to complement my soft-skills. I am very happy that I did in Tel-Aviv. The people running the show there are fantastic. They really cared about our development and put in a lot of extra efforts to make us get the most out of it. In addition, the country is worth visiting, which you'll have time for during the weekends. Overall, I would highly recommend what I did to anyone else (at least if you're doing it for the right reasons -> interest, like doing something technical, and willing to solve problems)Read Less",FullStack program - 35+ locations,Web Development +250709,10868,le-wagon,maya,False,2019,"lol, ""The most Sabbaba Bootcamp!""",2019-07-14,4.7,5.0,5.0,4.0,"""An amazing experience that opened me to a new world and showed me how much i love coding. amazing people and staff. My favorite parts were the daily challenges, CRUD and MVC, CSS and the 2-day projects""",FullStack program - 35+ locations,Web Development +250708,10868,le-wagon,Axel,False,2019,It was like Disney for me,2019-07-14,5.0,5.0,5.0,5.0,Learning the coding fundementals and the full understanding of a full stack programming. Tel Aviv staff is a really good team. Really happy about them!,FullStack program - 35+ locations,Web Development +250707,10868,le-wagon,Dan A,False,2019,Le Wagon on the beach incroyable,2019-07-14,5.0,5.0,5.0,0.0,My experience at Le Wagon was amazing. I learn a lot and i will recommend it. The staff was very good! Always here for help and it was a pleasure to did Le Wagon at Tel Aviv. To learn with buddy. It was interesting to learn with someone and not a teacher... Read More directly when i couldn't solve exercise.Read Less,FullStack program - 35+ locations,Web Development +250701,10868,le-wagon,Ruben den Hollander,False,2019,Great Coding Bootcamp,2019-07-13,5.0,5.0,5.0,5.0,"After researching many coding bootcamps and following workshops, I decided to enroll in the Le Wagon bootcamp. The 9-week program is challenging, intensive and a lot of fun. You really gain a solid kickstart that is needed to continue coding and start... Read More a tech career. The worldwide Le Wagon community is very strong and active and this really motivates and helps after the bootcamp, whether you are aiming to work freelance, land a job or start your own company.Read Less",FullStack program - 35+ locations,Web Development +250689,10868,le-wagon,Guillaume,False,2018,Best decision you can make if you want to boost yourself in tech,2019-07-12,5.0,5.0,5.0,5.0,"After 4 years as a Marketing and Communication Manager for a group specialized in Arts and Crafts, I wanted to fully embrace the digital side that I had experienced in my previous job by going into the tech industry for my next move. I applied to several... Read More big tech companies and despite good feedbacks, my lack of experience in this field was always my Achilles’ heel. As I had already heard about Le Wagon bootcamp and was tempted by it, this was the last and ultimate reason that pushed me to follow this track and I have zero regret about it. The fantastic pedagogic track of Le Wagon gave me the knowledge, the experience and the network to apply for Product Owner / Manager positions afterwards. Working on concrete cases, learning by doing, with a group of 40 marvelous people and staff was an amazing experience that has been concluded two weeks after the end of the bootcamp with a promise of employment by a big promising tech company.I could not recommend more Le Wagon bootcamp.Read Less",FullStack program - 35+ locations,Web Development +250686,10868,le-wagon,Maxence,False,2019,Excellent skill gain,2019-07-12,5.0,5.0,5.0,5.0,"I decided to learn coding because web apps are now everywhere and in every sector, from the simple food delivery app to the army simulators. My initial project was to develop skills in web development after 3 years in 3D realtime infographics specialised... Read More in VR and in Augmented Reality because coding would be a great addition to my skills. But the reality of the working world forced me to speed up this project. I chose Le Wagon because I had got great feedbacks from my brother who had previously done the bootcamp in Shanghai, but also because of their teaching methodology and their well-known reputation both inside the French tech ecosystem and on the international level thanks to all their foreign campuses.Read Less",FullStack program - 35+ locations,Web Development +250685,10868,le-wagon,Guillaume Laganier,False,2019,My best learning experience making classic schools pedagogy overrated,2019-07-12,5.0,5.0,5.0,0.0,"I attended Le Wagon fullstack bootcamp in Paris, from january to march 2019. Before that, I've always been in an IT environment. I mainly worked as a digital transformation consultant for energy and banking companies, and even if I did not have a technical... Read More role, I had the frustration of : - not being able to challenge some deadlines or have a better opinion about the technical feasability of a transformation project,- use web apps every day and not being able to understand how it really works,- being 100% dependent of someone with a technical background if I wanted to materialize an idea.That's why I always wanted to learn about coding. I tried on internet by myself at first, but it was too theoretical and I needed a ""learning frame"". So I made inquiries and heard about bootcamps. I found out that some former colleagues attended Le Wagon, I spoke witht hem about their learning experience there, and I then was convinced that it was what I needed to do.And the least I can say is that I don't regret it. In 9 weeks, I wasn't bored 1 minute, everything we learned was concrete and practical, and I trully appreaciated to see all the blocks of knowledge interlock to be able to create web apps.The teachers & teachers assistants pedagogy was perfect, the exercices to do in pairs was an excellent learning trick, and the last 1/3 of the bootcamp where we had to develop apps in groups of 4 made my brain boiling (positively). And the last but not least ingredient to this 5 stars rating, was the atmosphere during the bootcamp. It was awesome for 2 reasons :- the Le Wagon crew was very welcoming, and always did their best to create these great atmosphere with many side events and a positive culture,- the other students and alumnis I met, with very diverse backgrounds and ages, but the same strong motivation to learn, was a deep breath of fresh air to me.If you're willing to learn coding in few weeks, I strongly recommand this bootcamp.Read Less",FullStack program - 35+ locations,Web Development +250672,10868,le-wagon,Célia,False,2019,FullStack Challenge - Le Wagon Paris,2019-07-11,5.0,5.0,5.0,5.0,"After many years of studying and of ‘alternance’ work during my studies in Digital Marketing, it became clear that knowing how to code was vital if I wanted to evolve in this sector. Le Wagon is a school that was recommended to me by several colleagues,... Read More one of whom went into the bootcamp as a working professional and another as an SEO expert. Compared to all the courses I have completed throughout my studies, I have never learned so much in so little time. It was very demanding, especially at the beginning but you quickly learn to adapt and get into the rhythm of things. At the end of the course, I came out with real hard skills. It’s a course that forces you to learn and work together with other students by constantly helping each other.Read Less",FullStack program - 35+ locations,Web Development +250665,10868,le-wagon,Rei,False,2019,Great program to learn coding and gain confidence in coding,2019-07-11,4.7,5.0,5.0,4.0,"I attended Le Wagon Tokyo Full Stack Coding bootcamp from April to June 2019. Overall experience I had was far beyond my expectation. In Tokyo, there are only two Full Stack Coding bootcamp programs provided in English (as far as I could find), and Le... Read More Wagon in one of them. As my goal is to work as a software engineer in multinational companies, I was looking for a coding bootcamp where I could learn coding in English, and I found Le Wagon. In my batch, we had 16 students from 12 countries. Only two Japanese including myself. It was truly international environment. Overall curriculum is very well structured. Lecturers / TAs are energetic and very supportive. I rarely got bored during the lectures. Coding challenges are carefully designed. It starts from easy one and gets more difficult. To solve the difficult one, I had to google by myself to get more info or ask proper questions to my TA. It helped improve my search skills and skills to ask proper questions (which would be very important skills at the actual work place). Group projects helped improve my ability to collaborate with others. This is something I could not have learnt by myself if I hadn’t taken this program. Before taking this bootcamp, I did some self-learning with online coding site and books, but the level of understanding was much shallower. Through this bootcamp, I was able to gain a strong confidence in coding. This program requires full commitment. Each day starts at 9am and finishes at 6:30 - 7pm. To catch up with the curriculum, I had to spend 1 - 2 extra hours at home each night. It was not easy 9 weeks for me, but the reward was great. I would highly recommend this program if you really want to learn coding and build something by yourself.Read Less",FullStack program - 35+ locations,Web Development +250643,10868,le-wagon,James Bates,False,2019,Don't miss this opportunity,2019-07-10,5.0,5.0,5.0,5.0,"In 2018 I started my gap year, enjoying the fact that I had the chance to be self-sufficient as I pursued anything I wanted to do. Even before joining Le Wagon, I had taken an interest in the idea of coding, asking what few people I knew with experience... Read More to guide me where they could to a starting point. But coding very quickly seemed inaccessible. Everyone I knew was already part of that world, and whilst each friend had a different way of getting into it, I felt as if none of these were options in my situation. I saw coding courses advertised, but didn’t like the idea of going back to a school system so soon after leaving it, until I was told about Le Wagon. Coming into the offices to speak to Alex felt easy, and his explanation convinced me to sign up and start saving. This for me was the best part of the bootcamp; you are immediately put at ease by the friendliness of the teachers, who explain things clearly and patiently, and more importantly never treat you as just a student. I needed the community atmosphere at Le Wagon as this was the first time I felt able to “be a part of” the coding world, and it gave me a greater drive to learn more. The course was intense for sure, but I never felt like it was a burden to come in, so for me it became very easy to lock in and focus on learning. The course itself is amazing, as every day you are exposed to new ideas, and then given the rest of the day to test them out, and learn about them yourself. If they were particularly challenging, there was always someone on hand to help you one-to-one, be it another student or one of the TA’s, so you never felt stuck at your desk, completely at a loss.The ability to work for two weeks on an idea you have is equally incredible. We were given full support from all the TA’s to help flesh out our design, and refining it to make a working, beautiful website. It struck me every day of the project weeks how strange it was that just a month before, it was hard to remember even the names of all the coding languages. On this course you are given a great opportunity to be welcomed into a world that can seem daunting, whilst they provide the learning materials and proper community needed to push on from the last day, and continue your progression from wherever you started, to becoming a full fledged coding god. It is an experience I won’t forget, and one I’d recommend to anyone.Read Less",FullStack program - 35+ locations,Web Development +250640,10868,le-wagon,Gaël Tims,False,2019,The best learning journey money can buy.,2019-07-10,5.0,5.0,5.0,5.0,"Sometimes educational experiences do not live up to their expectations. The 9 week fullstack programme at Le Wagon felt like the complete opposite for me, it was an amazing experience that far surpassed any expectations I had set for it. After having... Read More studied Business Entrepreneurship for a year and a half, I continuously kept hitting the same barrier: not being able to build & properly understand digital products. With the global trend of digital transition for all businesses, knowing how to code isn't just a valuable skill anymore, it's a mandatory skill. My biggest question was - where do I actually start? I had tried Udemy, Codeacademy, and countless youtube tutorials to get an understanding of basic HTML/CSS/JS, but I could never take it any further than being able to code basic landing pages. The bootcamp at Le Wagon was the perfect programme to take a deeper (but crucially: guided) dive, and to properly learn the basics of programming in 9 weeks. If you have a desire to learn how to code, but don't quite have the independence to do it all yourself, Le Wagon is a perfect environment help you start your journey. The pace of the course is fast, but the steep learning curve is brilliantly supported. The combination of very high quality lectures from industry professionals, to multiple exciting and challenging coding challenges everyday ensures that my experience of the 9 weeks was nothing short of life changing! The lecturers, TA's and all the other staff were wonderful to work with, and everyone is commited to making sure you learn as efficiently as your brain can manage. Though you won't be an expert developer at the end of a 9 week bootcamp, Le Wagon teaches you crucial knowledge and techniques to kick of your journey as a developer. By teaching us Ruby on Rails, CSS, HTML, ES6, Ruby, MVC, OOP, DB structures & sql (postgreSQL), I feel like I have a solid foundation on which to continue learning. Crucially, I now have all the right tools (and mindset) to learn new languages/frameworks which pique my interest. The last project weeks allow you to build and deploy a real webapp, and discover what it's like to collaborate in a development team (using Github & proper tools to assign work/tasks/user stories). This is a perfect taster & preparation for starting a career as a junior developer, or stepping into product management (with a strong foundation in technical knowledge). All in all, a 9 week bootcamp has given me knowledge, tools, understanding and a very strong foundation from which to continue learning. Perhaps even more importantly, it's given me access to the incredible Le Wagon network. A worldwide community of everything from developers to product managers to artists willing to collaborate, foster new connections, introduce you to companies, teach you, etc.If I had to take the decision again, I would choose for Le Wagon every time.Read Less",FullStack program - 35+ locations,Web Development +250637,10868,le-wagon,Leo Chan,False,2019,Great experience for learning a real skill,2019-07-10,5.0,5.0,5.0,0.0,"Previously I worked in foreign exchange trading for 20 years for various banks and decided it was time to take a career break to reassess my next step. Finance has been becoming more and more technology oriented, and the writing was on the wall. I took... Read More the opportunity to attend Le Wagon Bali to up skill for the future from a career perspective, and at the same time arm myself with the ability to set my own future path.The course definitely met my expectations. The learning system is well structured and the online system is great, with lifetime access to all the resources of the course available to alumni. It is an intense course, which pushes you to continually challenge yourself to your limits, which is the best way to learn. The focus is on practical coding, working with others and in teams, as well as live coding exercises, and project work. Above all, we were in Bali, which meant that not only was it an awesome location, but everyone who attended that course were extremely motivated people who made that extra effort to be there and wanted to make a real change to their lives. This, I would argue made it a much better experience, as you were working with, and had the encouragement of very driven people. We definitely worked hard and played hard. Last but not least, the management team and the tutoring team made it all the more a great experience.I would definitely recommend this course for anyone who is interested in coding or has some experience. Forget the online courses as nothing can replace real hands on coding experience in a taught classroom environment. Your learning is accelerated and you will learn a lot more advanced concepts all within 9 weeks. By the time you finish you will be able to code your own startup MVP.Read Less",FullStack program - 35+ locations,Web Development +250632,10868,le-wagon,Diego Armando Ulibarri Hernández,False,2019,The experience is unforgettable,2019-07-09,5.0,5.0,5.0,5.0,"Hello, everyone, I’m Diego Ulibarri a 19-year-old Mexican student that went to Le Wagon Montreal and I would like to share my experience.I would like to start telling you why I choose Le Wagon Montreal, Before enter Le Wagon I was studying Industrial... Read More Engineering in a University in Mexico I really didn’t enjoy the subjects I was seeing in the school so I left, in the meantime when I was trying to decide what I was going to do with my life my mom told me about Le Wagon a intensive programming boot camp, I really like the idea so I start searching all the options before deciding, and the reason of why I choose Le Wagon is for all the places it offers to take the boot camp and for the reviews of the people.I know that an intensive programming boot camp can sound scary and for me it was the same, when I arrive Montreal I was an 18-year-old boy who traveled alone to a country that I did not know for the first time where they speak French, which I do not speak (although the course in Montréal was in EN). I’m not going to lie: at the beginning it was hard you have to go to the boot camp for approximately 10 hours a day, and at the end of the day, your brain hearts a lot because of all the information you learn that day. But I can say is all worth it, and after the first week, you get used to the routine.
So I can say that my experience in Le Wagon was amazing, on the one hand, you learn a lot of programming in a very small period of time, and on the other you know a lot of people with different background, ages and opinions, so I will highly recommend entering Le Wagon the experience is unforgettable.Read Less",FullStack program - 35+ locations,Web Development +250628,10868,le-wagon,Derric,False,2019,Great For Anybody,2019-07-09,5.0,5.0,5.0,5.0,"After my school closing my software engineering program in the middle of the semester, I was left scrambling for what i should do next. I could apply to more schools and take an extra year to graduate, while repeating much of the same material, OR I could... Read More take advantage of knowing something about software and design, and take advantage of the time I suddenly had free, and join a coding bootcamp.I picked Le Wagon for a few reasons. They have great campus locations around the world, so I could pick the one closest to me. They offer a well rounded curriculum within a fair time frame of nine-weeks, making sure students are at least introduced to the topics employers are actively looking for. They advertised their alumni network, and with over 5000 alumni, you can be sure to always have a place to ask questions and make connections. After the bootcamp, they offered help with getting your first developer job, with resources at hand to help you have the best CV and the skills to write a killer cover letter.They can do all this, at a fair price point that makes my idea to go back to school seem almost laughable. But are the companies hiring on board? Actually yes! They even had a career day and introduced Students to companies in the area, letting us see what employers expected from bootcamp graduates. We could immediately judge just how much progress we can make in 9 weeks and how ready we were to start a career in web development.If you are able to work hard to achieve your goals, and aren't afraid to end up dreaming in Ruby, then I strongly suggest you consider Le Wagon. They will provide you with not only the comprehensive skillset of a professional developer, but also with a community and a network of passionate people, and memories to last.Read Less",FullStack program - 35+ locations,Web Development +250598,10868,le-wagon,Valentin Birault,False,2019,"Great ""launch platform"" for career change.",2019-07-08,5.0,5.0,5.0,5.0,"Strong teachings skills.Perfect platform for exercises, courses, project and follow up. Great environment., very welcoming and kindly. Amazing network. Free ReactJS online course with a great teacher.",FullStack program - 35+ locations,Web Development +250593,10868,le-wagon,Edouard Garret,False,2019,Le Wagon Barcelona — A bootcamp that makes a difference,2019-07-08,5.0,5.0,5.0,5.0,"Working as a Head of Distribution for Villa-Finder, my role was divided into different responsibilities amongst which some account management for our top villa owners, villa “hunting” and helping the company transform its business model.I had always been... Read More curious to “what was behind the scenes” and mostly I had many ideas of websites/apps that I couldn’t launch myself. I had no clue what to do and was very frustrated with my lack of knowledge!With my final project, Le Wagon helped me bring an idea I had a few years ago to reality! And I am continuing it now!! It helped understand and build web apps beyond the “simple” HTML & CSS I had already approached. Doing Le Wagon has also helped me in shifting my lifestyle with more freelance opportunities.Read Less",FullStack program - 35+ locations,Web Development +250585,10868,le-wagon,Selin Immel,False,2019,Never knew coding would be this much fun!,2019-07-08,4.5,5.0,4.0,0.0,"I can highly recommend the Le Wagon full-stack 9-week bootcamp to anyone interested in or just curious about coding. I joined the bootcamp in April 2019 in Bali and was pleasantly surprised by the diversity of the student body as well as the content of... Read More the camp. I joined LeWagon after I had difficulties communicating with developer teams and wanted to close the communication-gap. After the programme I am surprised how much I love coding myself and that I will definitely continue down this career-path.Over the course of 9 weeks you will learn the entire skillset of Ruby, Ruby on Rails, SQL, HTML, and CSS which enables you to build a fully functioning web-application for your end-project. The student-teacher ratio is superb and the teachers do an amazing job in guiding you through the vast material every step of the way. It is definitely a demanding course that will be difficult at times but it is absolutely worth it! I surprised myself with how much I can learn in such a short time-frame and want to encourage anyone and everyone to join LeWagon and enrich your personal skillset.Read Less",FullStack program - 35+ locations,Web Development +250561,10868,le-wagon,Nicolas Dontigny,False,2019,"Amazing experience, worth the investment!",2019-07-05,5.0,5.0,5.0,5.0,"I have a background in Outdoors Intervention and being an outdoor guide, which might be the complete opposite of computer programming. However, I wanted to change career and keep the outdoors for my leisure time, and learn the problem-solving world of... Read More coding. I hesitated for several months to register for Le Wagon Montréal’s Bootcamp, only because of the price, which is why I took online web development courses before deciding.In the end, I decided I really liked coding and would get a lot out of this intensive Bootcamp. A big aspect that attracted me to it was the intensity and efficiency of the learning process; and it did not disappoint. The curriculum, to me, is the Bootcamp’s greatest strength, and it’s built perfectly so that every day, you keep learning and practicing new material, and you learn in 9 weeks what would otherwise take a lot more time and motivation.I love their hands-on approach, where you attend a lecture in the morning, but then get to practice and actually code yourself to assimilate all of the material; it’s the best way to learn for me and, I believe, for many people.The personal experience is also great. It’s really fun to live this intensive course with a small group of 26 people; we built nice friendships and got to work together in teams on challenges and bigger projects. There are many events we can attend, where we can get to know everyone from our batch, but also alumni from previous batches, and many entrepreneurs or developers who come to share their knowledge and experience.My final project was a plant-based cooking recipes website with many features, and I built it with my 3 teammates during 2 weeks. It was perfect to learn the whole product creation from scratch and work with a team, organize our schedule and tasks, use git and Github…In the end, I found a job right after the Bootcamp (the first Monday after the course!) and am currently working as a web developer, to continue my learning!I definitely recommend this Bootcamp to anyone who wants to learn to code from scratch, or has a little experience but wants to go further and learn faster than on their own or at a public program. But be prepared to give it your all and challenge yourself for 9 awesome weeks!Read Less",FullStack program - 35+ locations,Web Development +250543,10868,le-wagon,Iris,False,2019,A great way to learn web development,2019-07-05,4.7,5.0,5.0,4.0,"Coming from a non-tech background, I tried learning coding by myself before Le Wagon, but I wasn't really successful. Le Wagon gave me the right tools, exercices and challenges in order to learn web development. Plus, it was also a really fun experience and... Read More gave me the chance to meet people from all backgrounds. The project we developed during the last 2 weeks was really intense and gave me some real insights on how to build a web app from A to Z. It's really amazing to look back and see all I have accomplished in only 9 weeks.Read Less",FullStack program - 35+ locations,Web Development +250527,10868,le-wagon,Julius Lehmann,False,2018,Epic experience - can't recommend it strongly enough,2019-07-04,5.0,5.0,5.0,5.0,"Over the past two years, three friends had separately recommended Le Wagon to me. Even though I was about to start a career in finance two years out from university, I felt that doing the bootcamp would be a worthwhile way to spend my final few months... Read More for two main reasons. First, I enjoyed maths at school but read history at university, and so was keen to return to a classroom where I would be taught something quantitative. Second, every business is slowly becoming (more of) a tech business and so I figured taking the time to develop a proper understanding of tech would be a smart career move, regardless of where I ultimately end up. The course did not disappoint. I have never learned as much as I did in those first six weeks, in which we covered a handful of languages and the basics of web development. It’s clear that Le Wagon team have spent a lot of time figuring out the optimal way to teach people how to code, whether it was the engaging morning lectures or the afternoons spent working through challenges in pairs with ample teaching assistance on hand in case we got stuck. The final few weeks were very different but no less rewarding. I thoroughly enjoyed the experience of working in a team of four to build a prototype of a social gambling app with people from a range of countries and ages - 18 to 38 in our case. All in all, I cannot recommend this programme enough.Read Less",FullStack program - 35+ locations,Web Development +250508,10868,le-wagon,Guillaume Grassiant,False,2019,Great return on Investment,2019-07-03,5.0,5.0,5.0,5.0,"While working in the digital sphere for a few years as a project/product manager, I fell in love with what developers could do. However, I did not feel confident enough to learn how to code by myself.After a few tries at online tutorials on Udemy or Treehouse,... Read More I was starting to understand what the reality of the developers on my team was and it got me even more interested in the subject. I decided to take the leap of faith and signed up for Le Wagon Montreal.It was a great decision and an amazing experience. I dedicated, of course, a lot of hours to it, sometimes 12-14 hours a day, even weekends but I never felt like it was a chore or I was left behind. The way you learn and the way they teach make you progress every day. You gain so many soft skills with the buddy system and hard skills through the learning platform over the course of the experience that, even though you are indeed a junior when you graduate, you are already a very sought after profile for companies.I highly recommend Le Wagon bootcamp but I would also advise new students to make sure they did the prep work beforehand and also that they are committed to investing themselves in the experience. It's a guaranteed return on investment if they do so!Read Less",FullStack program - 35+ locations,Web Development +250500,10868,le-wagon,Omolola Fagade,False,2019,Fulfilling Experience,2019-07-03,4.7,5.0,5.0,4.0,"Le Wagon was really a challenging and fulfilling experience for me. I had to use parts of my brain i had never used before especially as i was coming from an accounting background with no computer science knowledge. The topics and syllabus were well thought... Read More out. The daily challenges were really as the name implies very challenging, but after cracking it i get extremely proud of myself. I was of course not left alone to tackle all the challenges on my own, the teachers and teaching assistants were available to guide throughout the process. At the end I and my teammates created a project we were totally so proud of and this would never have being possible without the excellent foundation we all got from Le Wagon.Read Less",FullStack program - 35+ locations,Web Development +250499,10868,le-wagon,Anonymous,True,2019,"Great curriculum, even if you already have some basic programming knowledge",2019-07-03,5.0,5.0,5.0,5.0,"I am an entrepreneur with an engineering background, but although I've always been interested by the work done by our developers, I was never really on the technical side of the business. I worked on multiple tech and non-tech startups before Le Wagon... Read More and after a couple years in an E-commerce startup, I knew that I wanted to come back to something more technical.I had a basic knowledge of programmation from school and pet projects, but I never actually built software. I always wanted to learn to code properly but never got around to actually doing it (went through one or two short-lived attempts). I was familiar with the basic concepts of programmation (variables, if statements, for loops, etc.) and I could even tweak some simple lines of PHP code from our WordPress websites, but I had no clue as to how to actually build a software application when I decided to join Le Wagon.I love maths, science, and already had a solid engineering background, some basic notions of coding + HTML/CSS, so I was wondering how much I would actually end up learning from the bootcamp, since it was designed for people with absolutely no experience in mind. I can happily say that the curriculum, pace and experience were absolutely perfect for me. I was impressed at how the curriculum could cater for such a wide range of profiles and backgrounds. The optional exercises proved to be challenging, but also fun and instructive. The structure and flow of the lectures made so much sense, and the teachers were so focused and clear that I would easily fool myself into thinking that I had mastered the subject from that lecture alone... But thankfully the daily challenges would actually bring me back to reality while helping me cement the very dense knowledge that is being teached throughout the 9-weeks program.The curriculum seemed to be very up-to-date (we were notified of recent changes in the curriculum to adapt to the most recent realities of the programming world) and extremely sharp. The density of the content is quite impressive, but again, it makes so much sense that by the last third of the program, everything was falling right into place.The instructors were extremely friendly and competent, and I was impressed by their dedication and involvement in making sure that everyone could follow and make the most of the program.I wasn't looking for a job per say, but there was lots of advice regarding the best ways to put yourself out there to find a job, the program was built around projects which could be used to build a portfolio (the teachers were also remotely providing assistance to help us build said portfolio to showcase our work after the bootcamp). They also opened their address book and arranged meetings with companies, recruiters, etc. during the program.I feel extremely empowered with my new acquired skills and I can't recommend Le Wagon enough, to complete beginners as well as engineers who have only basic knowledge of programmation from school and who want to learn how to build and deploy and full-fledged web application. Even if you are capable of learning coding on your own, the program structure and tools at your disposal at Le Wagon makes it incredibly more efficient, fun and gratifying.Read Less",FullStack program - 35+ locations,Web Development +250486,10868,le-wagon,Max S.,False,2019,Le Wagon - Best decision I've made in the past years,2019-07-02,5.0,5.0,5.0,5.0,"After graduating from a study in the environmental and health care sector, I had a hard time finding a job vacancy that made me really excited, most of them lacked a certain practical aspect to it. Then luckily I got to know about coding bootcamps! With... Read More no prior coding experience, I started practicing a little to see how I enjoyed coding and if this was something that I could see myself doing for the years to come. Guess what! I did enjoy it, a lot! After doing research about learning to code and the various coding bootcamps that one can apply for I had 2 options: learning to code by myself or join a fast paced bootcamp program. This choice was not a hard one as I enjoy learning in a group with other people and having a teacher that you can ask questions when you get stuck or when a concept is not fully understood yet. Now then, a coding bootcamp it is, but which one? I've went to various bootcamps to talk about their program, teachers and support during and after the bootcamp and Le Wagon was the one that really stood out. I had a great talk with the hosts from Le Wagon Amsterdam, who took the time to answer all my questions, gave additional information and showed me the platform that the students work with during the bootcamp. An aspect that I also really valued was that both the hosts had done the bootcamp themselves and actually knew what it is like doing such an intensive program, instead of having a talk with a sales/admission person at the other programs I visited. So in the end, the choice was fairly simple, I got the best feeling with Le Wagon so I applied for it.Then the preparation started and after reading many reviews/experiences/tips/tricks, one can't help but thinking: 'uff, this sounds though! Am I able to actually do this?'. To be honest, don't get scared off by everything you read. Yes you make long days. Yes you'll get to process a whole lot of information that feels overwhelming. Yes you'll get frustrated when things don't work and you've got no clue why. But this whole process is so much fun and you'll get plenty of help from the teachers and your co students that keeps you motivated to keep on going and have a great time learning new things! I'm not going into details about the program itself, it really speaks for itself. I do want to highlight the experienced teachers and TA's at Le Wagon, we got a new lead teacher for each new subject that lasted for 1/2 weeks, and all of them were able to clearly explain the topics of they taught and help with the exercises throughout the days. I personally really liked this switching of lead teachers, because you got to see some differences in thinking, workflow and extra information as each teacher had its own area of expertise that they also happily wanted to tell you about if you were interested. One last thing that makes Le Wagon really special is their active community. During the bootcamp itself you already get a glimpse of its power, people are willing to help each other with coding related questions, job vacancies, freelance offers, resources and what not! I was extremely lucky as today I had my first workday as a developer at a company where the the lead developer is someone who finished Le Wagon's bootcamp a couple of years ago and was looking for some extra help. Also this opportunity was only possible because of the active and supporting community that Le Wagon has created throughout the years.To summarise, if you like coding, willing to put in the hours and are ready for a jumpstart into a new career, Le Wagon is very likely your best bet!Read Less",FullStack program - 35+ locations,Web Development +250455,10868,le-wagon,Manon Roux,False,2019,One of my best life experiences,2019-07-02,5.0,5.0,5.0,5.0,"After having been a product manager in the Luxury Goods sector for more than 3 years and therefore making my mark in a well-structured world, I was curious to discover new horizons and I joined Le Wagon to learn how to code and integrate digital in my... Read More next job. Just out of batch #246 in Bordeaux, I can say that I found what I was looking for: a really adapted pedagogy (1h30 of classes in the morning and exercises in pairs all the rest of the day); an over-vitaminated atmosphere thanks to an ultra dedicated team and a class of students who are very motivated to learn and help each other; a real achievement with the creation of our collaborative platform project with 8 arms and in just 2 weeks. If like me you are interested in the world of technology without ever having set foot in it, I advise you to take a look here: https://www.lewagon.com/fr/bordeaux or even on social networks (facebook, instagram, twitter, linkedin --> they have everything you need) or contact the alumni network!Read Less",FullStack program - 35+ locations,Web Development +251669,10868,le-wagon,Paulo D'Alberti,False,2019,All I needed and something more,2019-06-28,4.7,5.0,5.0,4.0,"I've been trying to learn coding on my own for years to no avail - picking up apps like Codecademy, Sololearn, Grasshopper (and others long forgotten), some books, videos on youtube... No matter the tool, I always ended up just doing the exercises without... Read More really understanding what they were for, or how could I make use of this in a concrete application... or what a concrete application would even be!So one day I found myself talking with my family and listing what I felt I needed to really learn to code: lessons/theory on the key concepts with concrete examples exercises that reinforce what I've learnt a teacher whom to ask for help when a concept is not clear or I am stuck with an exercise a stable and consistent period of time to learn (not like first day 1 hour, next day 30 minutes, then 10...)After some hesitation (mainly the price commitment) I joined Le Wagon Tokyo and was pleasantly surprised to see, that not only did they deliver in every single point I felt I needed, but they even brought something more: buddy system - getting paired every day with a different classmate teaches you how to better understand what you are doing by explaining it to someone else (plus you get to know your classmates) a great lesson flow - each lesson seamlessly connects to the following one like expanding branches. Every main topic is a major branch and when you get to the final weeks all these branches are connected in a clear tree. And you see how even that one weird lessons from week 2 that you didn't quite get the importance is a game changer when building projects! project building - doing exercises is fun and games, but at the end of the day a programmer is here to build apps. Having the last 3 weeks focused solely on building working apps not only gave us a better understanding of what programming really is and the obstacles we will face, but also allowed us to create a portfolio. project preparation and delivery - despite being a coding bootcamp, they didn't overlook the importance of planning/preparing a project (thinking out the core user journey, preparing tentative art) and teaching us how to pitch it in front of an audienceOverall the experience and the curriculum were fantastic, and I have started recommending to my friends, especially those who believe that they don't have what it takes (maths, logical thinking) to learn programming.Read Less",FullStack program - 35+ locations,Web Development +251667,10868,le-wagon,David,False,2019,More than a bootcamp,2019-06-28,5.0,5.0,5.0,5.0,"I attended Le Wagon in April 2019 and was lucky enough to be part of the fantastic #batch240. I took a chance in leaving my job of six years and embarking on a new career path whilst in my mid 30s and, whilst tentative at the time, I can now say it was... Read More one of the best decisions I have ever made and one of the best experiences .First of all the course itself is very well planned out - there is an hour and a half lecture in the morning before taking on challenges during the day with a ""buddy""(I partnered with most people on the course by the end) before finally a live code session to go through one of the challenges.The course teaches mainly Ruby but also all of the key frontend languages too, databases and much more and by the end I was able to create my very own project - two of them in fact! The final project was a music game which was really cool to work on and then demo in front of over 100 people at Google Campus on the final day.The teaching assistants are also very patient and very knowledgable and were all students at Le Wagon at some point.Whilst on the course I met lots of like minded people all there to learn how to code. I was out every Friday night - a lot of them organised by Le Wagon - with my course mates and it was a great way to get to know everyone and were also a lot of fun. It is a great way to wind down after an intense week of coding!If you have an interest in coding and are willing to learn then this is the place you want to do it - you will also receive ongoing cv and job support during and after the course. Watch the demo day videos on You Tube and see for yourself what you will be able to code after just nine weeks. If you are still on the fence about Le Wagon I would say just go for it!Read Less",FullStack program - 35+ locations,Web Development +251659,10868,le-wagon,Olivera,False,2019,More than Just Coding,2019-06-27,5.0,5.0,5.0,5.0,"I had been working as a Business Analyst for the past 5-6 years, during which I always had to work with developers. I always found it somewhat frustrating when I was not able to fully understand the technical terms when trying to translate business requirements... Read More to the tech teams. During my years as a Business Analyst, I managed to self-taught basic SQL and database structures, but I wanted to learn more than that. Coming from a non-technical background myself, I always found that people with coding/ maths background tend to have a different approach to problem solving, which is a skill extremely useful no matter which industry/sector you work at.So, after attending talks and open days organised by several coding bootcamps, I decided to enrol in Le Wagon in London (batch#240) because its curriculum is designed not just for acquiring the technical skills for recruitment purpose, but also more about personal development. I particularly enjoy the last 3 weeks of the course, where we worked as a team to create a MVP for our apps/ websites. I learned during the project weeks that you can only learn and fully understand the concepts by applying them into practices. It really pushes you out there to apply the concepts you learnt as well as to present your ideas in front of others. The teacher assistants have all been extremely helpful and patient in explaining complicated coding concepts to us. Also, after the bootcamp, you will become a member of the Le Wagon international network of over 5000 alumnis across the globe, with people who are constantly sharing the latest news and knowledges every day on slack channels. Le Wagon also provides the most updated tools and course materials to its students even post bootcamp, so I can always refer back to the course work and redo the challenges/ revise on concepts. I am glad that I took the leap to attend the bootcamp at Le Wagon. After attending the bootcamp, I learnt that coding is a never ending learning process, and with the support that I had been given during and post bootcamp, I feel much more confident and motivated in continuing on my coding journey.Read Less",FullStack program - 35+ locations,Web Development +251655,10868,le-wagon,Romain M,False,2019,Just the investment,2019-06-27,5.0,5.0,5.0,5.0,"Former Wagon student at the Batch # 246 in Bordeaux, I was very interested in https://www.lewagon.com as part of a professional reconversion. I started several courses and I had the chance to close this transition by Le Wagon, so I have some elements... Read More of comparison.The training, very intensive, is really well thought out, the staff is very competent, in addition to being really nice and benevolent, and at the end there is no apprehension to dive into the code, we know that we won't sink. The technical skill is present and beyond that, the ability to learn, to question and to challenge ourselves is very strongly sharpened. And this is also what allows a recruiter to have more confidence in a Wagon's student.The student profiles are also very varied and very interesting. It's even one of the main strenghts of Le Wagon. The network of alumni, through the many opportunities it can bring, is a really differentiating factor.In just two months Le Wagon simply brings a wealth of knowledge, and more opportunities than any other organization could offer, making this training one of the best investments you can make.If you like to challenge yourself, want to change your life or get skills that could help you in your daily life, both pro and personal (yes it is), then clearly there is no hesitation, between all available bootcamps Le Wagon is clearly a no brainer.Read Less",FullStack program - 35+ locations,Web Development +251650,10868,le-wagon,justine muguet,False,2019,The best place to learn code,2019-06-27,5.0,5.0,5.0,5.0,"Très vite on se sent à l’aise avec l’ambiance et grâce au staff du wagon, toujours très souriants et présents. J’ai choisi d’entreprendre ma formation de développeur web avec le Wagon de par son programme intense et complet mais aussi de par sa pédagogie... Read More d’excellence dont j’avais entendu ultérieurement. La formation est très enrichissante, bien que difficile, mais elle permet très rapidement d’acquérir de solides connaissances. Tout au long du batch, les professeurs et les T.A sont présents, et prennent vraiment le temps de nous expliquer les différents concepts. La pédagogie est vraiment au TOP !Durant ces deux mois, nous apprenons aussi à travailler en binôme et en équipe. Ce qui pour moi est primordial, car c’est l’essence même du métier de développeur : le partage et le co-working.Durant le batch, de nombreuses activités en dehors des heures de cours sont proposées afin de développer la cohésion d’équipe mais aussi de créer des affinités.Je suis très fière d’avoir fait partie de mon batch 246 de Bordeaux, et je le recommande sans hésitation à tous ceux qui souhaiteront acquérir de nombreuses connaissances en peu de temps. C’est pour moi la meilleure formation de développeur web à l’heure actuelle !Je vous invite à visiter le site du wagon : https://www.lewagon.com/fr pour avoir plus de renseignements.L’objectif du fin de batch est de créer une application web en équipe, là nous réalisons toutes les notions acquises au cours de ces deux mois, quel sentiment de fierté.Mot de la fin : le wagon est le meilleur bootcamp au monde depuis plusieurs années et je ne suis pas étonnée : super pédagogie, super endroit, super ambiance … Que demander de plus ? Foncez si vous hésitez encore. - Justine Muguet - Batch 246 - BordeauxRead Less",FullStack program - 35+ locations,Web Development +251645,10868,le-wagon,Nicolas Caif,False,2019,Life changing experience @ Le Wagon Buenos Aires!!!,2019-06-26,5.0,5.0,5.0,5.0,"I’m not the type of person that writes review’s, but I want to share my experience and encourage others to believe in yourselves and change your lives. I recently finished Le Wagon’s #215 batch and I’m a proud Le Wagon Alumni!!After many years in construction... Read More industry, I realized that I wasn’t enjoying my job anymore and that It was time for a change. I was not sure of changing radically my career at the age of 31, but at the same time I didn’t want to keep on working on the construction industry. I always had a huge interest in the development world, but I never did anything about it.After talking to some developer friends, they encourage me to do the bootcamp way into coding. I researched until I choose based on the good reviews, location and cost, to do Le Wagon’s Full-stack web development bootcampat at Buenos Aires.I have to thanks Le Wagon and its teachers because they taught me more than learning to write code, they taught me how to research, think and put all the knowledge together as a developer. The bootcamp is designed for people of different knowledge backgrounds (in my particular case I didn’t have any previous coding experience). The syllabus is well organized and every day you have challenges of different levels to solve. Teachers were very helpful and caring. They explained as much as needed for all of us to understand. The best part of the program is when you get to work on the final project and you are able to work as a team with support an encouragement of teacher to build a product. It was a very rewarding experience. Needless to say, the city of Buenos Aires is awesome! It offers a great variety of landmarks, restaurants, bars, coffees, bars, discos, you name it! In addition, locals were very friendly and helpful.After the bootcamp was over, we visited some companies and we got to do networking with the CTO’s and developers from big local companies. Now, I realized how much I accomplished in 9 weeks and that I’m capable of being a developer. I have had some interviews and I have been at the same level as recently graduated computer engineers (for Jr web developer). At the end of the day, you get many tools, knowledge, and a lifetime support of Le Wagon’s alumni, but you will get as far as you push!I had such a good journey in Le Wagon Buenos Aires, that I came back as a TA (teacher assistant) to be able to help people like me to have a one hell of a ride and become developers.Read Less",FullStack program - 35+ locations,Web Development +251640,10868,le-wagon,Anonymous,True,2019,Le wagon Bali is the best!,2019-06-26,5.0,5.0,5.0,5.0,"A few short months ago I sat in office in Sweden and I realised I needed a change from the monotony of my daily life, I work as freelance art director and have years of design and graphic skills in my toolbelt. I always believed if I could help build... Read More clients websites I would be the full package!After speaking with some friends who worked with coding they recommended I look into Le Wagon bootcamp. They also believed that with my strong design background that I could excel at coding. My mind was instantly opened to world of possibilities. I figured that it would be smart to investment of my time to enter into a full stack developer course where I could quickly learn a new skill. I knew going into the bootcamp that it would be hard but it was way harder then I thought, and surprisingly I loved every minute of the challenges that I was presented with! During the course I received so much support from the TA and teachers. Everyone is there to make sure you succeed and will spend hours with you to make sure you grasp the 9 week curriculum. I am very thankful for all extra help I received! I finished the course have a strong knowledge which I continue to build upon. Now I can say that I’am recent graduate of the le wagon Bali batch #253 I have successfully learned: -Ruby on rails -How to api are used, as well as JSON, and scrapping -Relational databases, SQL, Postgres-HTML,CSS, Bootstrap-ES6 Javascript-wireframes, prototyping, UI design-test driven development-git, GitHub, and technical workflow. In additional to all these amazing new things I have learned, I have also gained a new community of friends and peers who I will know for the rest of of career/ life!Read Less",FullStack program - 35+ locations,Web Development +251631,10868,le-wagon,Anonymous,True,2019,Amazing experience at the Wagon London,2019-06-25,5.0,5.0,5.0,5.0,"After studying business and working in various industries such as advertising and finance I finally decided to do the Wagon which I have wanted to do for a long time. I do not regret it at all as I have learned so many new skills, new coding languages... Read More and built a website with my team. It is quite intense but the whole support makes it a lot easier and the ""buddy"" system is also very nice as you work every day with someone new and meet very interesting people. Everyone is there to learn and happy to be there which is extremely pleasant. The ambiance is very good and the teachers are amazing. Really feel part of the Wagon family and recommend the Wagon 100% to everyone that thinks about it !Read Less",FullStack program - 35+ locations,Web Development +251618,10868,le-wagon,Hussein Daher,False,2019,Amazing Experience,2019-06-24,5.0,5.0,5.0,5.0,"Before joining Le Wagon, I was a senior management consultant at PwC Dubai. After 2.5 years of consulting, I felt it was time for a career change. I wanted a career in tech, so I felt that learning how to code would be an essential skill needed to kick... Read More off in the right direction. Le Wagon was an awesome experience! I learned how to code, how to develop a product alone & with a team, how to pitch web applications, all in just 9 intense weeks. The program is designed in a way that flows perfectly with the build-up of knowledge. If you’d like to become a junior full stack developer, a product manager, or a tech entrepreneur, I highly recommend Le Wagon. The attention given to each student by the teachers is unmatched. Proud to be part of the Le Wagon family!Read Less",FullStack program - 35+ locations,Web Development +251469,10868,le-wagon,Heidi Seo,False,2019,From accountant to developer thanks to Le Wagon!,2019-06-23,5.0,5.0,5.0,5.0,"After working as an accountant for 7 years and using various softwares at work, I wanted to make real changes for the users. After an intense research of coding bootcamps in London, I found that Le Wagon had the best syllabus for me as a non-CS degree... Read More graduate with the time period and competitive price. After 9 weeks of Le Wagon, I can confidently say that it was one of the best decisions I made in my career path and it provided me a great start of my new journey as a developer. All staff are super friendly and really care about individual's success in the course. It also has very broad network and support from Le Wagon graduates all over the world! Once you attend Le Wagon, you are in the Le Wagon family for life!Read Less",FullStack program - 35+ locations,Web Development +250444,10868,le-wagon,Kristine McBride,False,2019,Why signing up for Le Wagon Barcelona is one of the best decisions I’ve made.,2019-06-22,5.0,5.0,5.0,5.0,"Before Le Wagon, I was working as a Sales Team Lead at a tech company in Toronto, Canada. I learned a lot from the experience, but after a while realized that although I loved working in tech I was ready to try something other than Sales. I used to consider... Read More myself someone who was bad with anything related to computers and would never have considered learning to code a few years ago. However, once I was exposed to the world of tech, I became very curious about what the Developers were doing on the other side of the building.At first coding only appealed to me because I loved the idea of being able to work from my laptop from anywhere in the world. I didn’t know if I would be any good at coding or if I would enjoy it but decided to try it out with some free online courses. I very quickly realized that coding was something I was interested in pursuing. It was challenging, but still very enjoyable to learn.Although I was interested in coding, going back to school for a 4 year computer science degree didn't appeal to me. I started looking into bootcamps and came across Le Wagon. There are many highly rated bootcamps in Toronto but moving to Europe seemed like way more fun (and it was!). I've always been an avid traveller and moving to Europe has been a goal of mine for a while. I remember googling ""best coding bootcamps in Europe"" and Le Wagon by far had the best reviews. I looked though all the testimonials and couldn't believe how positive they all were. I actually tried really hard to find a bad one and wasn't successful. Reading everyones stories I knew Le Wagon was the right school for me. I loved the focus on entrepreneurship and the final project. I also loved that Le Wagon is a Full Stack bootcamp and would give me a taste of everything instead of focusing on just Frontend, Backend or one specific language. When I looked at the different Le Wagon locations I knew I wanted somewhere warm and not too expensive with a big enough tech community that I could stay and find a job after the bootcamp. I decided on Barcelona and it was a great decision. I fell in love with the city from the moment the plane landed!Le Wagon Barcelona from start to finish was an amazing experience. I was impressed with how well structured the course was. The day would start with a 2 hour lecture. These lectures were very well designed and all of the teachers were amazing. They were all extremely knowledgeable and did a great job of making the lectures engaging. After the lecture we would spend the majority of the day working on exercise in pairs. The exercises were the perfect way to absorb the concepts of the day and when we got stuck on a problem the teachers and TAs all did a great job of helping us through it. Working with a different partner everyday was also a great way to learn. Everyone has different strengths and weaknesses and a different perspective on how to approach a problem. It was very helpful to learn from each other. After the exercises we would finish the day with a Live Code and take home flashcards to help us review everything we learned.Although I learned a lot throughout the entire course, I think the projects weeks were the most valuable part of the experience. It was amazing to build something from scratch in only 2 weeks. The project really allowed us to put together all the skills we learned in the previous weeks. Going into the course, I didn't have any ideas for the final project, but all the teachers really encouraged us to think about it over the first few weeks and pitch an idea for the experience. I ended up pitching an idea for an app to search for food by dish called 'Craving' and was pleasantly surprised when it was selected to be built. It was an incredible experience to work with my team to bring the idea to life.Now that I'm done the bootcamp I'm excited to see what's next to come. I've just started to look for jobs and the Barcelona staff has already been extremely helpful providing job postings, referrals and answering any questions I have. I'm also fortunate to have the opportunity to be a TA for Le Wagon in Barcelona and Madrid this July!After the experience I had, I understand now why Le Wagon has so many amazing reviews. Signing up for Le Wagon really is one of the best decisions I've ever made. So if you are reading this and thinking of signing up, I guarantee that after your bootcamp you will feel the same way too.Read Less",FullStack program - 35+ locations,Web Development +251614,10868,le-wagon,Marin Bibot,False,2019,From computer science to coding in Barcelona,2019-06-22,5.0,5.0,5.0,5.0,"I was a second year bachelor student in Computer Science. I was not satisfied with the courses given in my university. So I decided to quit and learn on my own, which proved to be harder than I thought. That’s where I discovered Le wagon. I did my bootcamp... Read More in Barcelona from January to March 2019. I was able to meet like-minded people with a great sense of community spirit. The staff was very knowledgeable and super friendly always there to help you whether it is in or outside the bootcamp. The material they teach is really good to get you started with web development and computer science in general. They will also teach you how to think like a programmer and how to work in a team. No matter your background, at the end of the bootcamp you will be able to build a web app of your own.It is now a couple of month after the end of my batch, and I am now working two jobs. One as a web developer for an accounting company and the other as a software engineer in a Belgian startup. I did not expect the extent to which Le wagon would boost my career.If you want to get into coding, Le wagon is what you are looking for! It is well worth the time and the money.Read Less",FullStack program - 35+ locations,Web Development +251604,10868,le-wagon,Inanna Craig-Morse,False,2019,Such a great place,2019-06-20,5.0,5.0,5.0,5.0,"I’ve been doing a masters in Social Innovation and Entrepreneurship at LSE this year and decided to take the Le Wagon course (batch #240) during my exam period as a supplement to my studies. Previously I worked in NGOs and social science research, but... Read More always felt a pull to gain technical skills and learn how to build things on my own. I wasn’t very confident I would be able to do it, and even during the first few weeks of the course I felt slow and behind. But thanks to the thorough lectures every morning, the individualized support provided by TAs throughout the day, and - crucially - the daily reassurance from every staff member at Le Wagon, two months later I graduated knowing 1000% more than when I started. Coding still isn’t easy, but Le Wagon gives its students the tools to be able to continue learning the material and honing in on certain areas depending on the project - so it doesn’t really feel over. I never would have been able to do this on my own and would retake it in a heartbeat.Read Less",FullStack program - 35+ locations,Web Development +251537,10868,le-wagon,Einar Jonsson,False,2019,Le Wagon Experience,2019-06-20,5.0,5.0,5.0,5.0,"Pros- Teaching assistants very keen to help and very able to help. It was incredibly reassuring at the beginning to see the teaching assistants, who for the most part had recently finished their Le Wagon, be so confident and competent in their coding... Read More abilities- Even when the teaching assistants were unable to assist, the teachers were incredibly knowledgable - I really enjoyed not being spoon fed information. There were 2 hour lectures in the morning followed by related exercises for the majority of the day, which became progressively more difficult, thus I felt that it was really solidifying the knowledge learnt in the morning- There are countless exercises available to help you reinforce what you learnt, the teachers even gave me extra exercises when I finished the optional exercises, which was amazing!- They care and cater for for all learning speeds- I enjoyed how it was not only focused on the coding part, since I found the entrepreneurial side of things interesting as well. This was also a significant deciding factor in my choosing of Le Wagon. I wanted to learn how to code so that I could take some of the great ideas I come across and make them into a reality, that’s why the entrepreneurial side is so important to me- Even all of the students were friendly, we became like a bit of a family by the end- After finishing the course we still have access to a phenomenal amount of material for reminders, as well a whole extra course on the react and redux frameworks- In addition, we have access to a large alumni network- Another thing that I found to be very important was how they taught best practices along the way- I also really enjoyed how in the live code session at the end of the day, there was an option to take on a more challenging problem if you already get confident in the day’s material- Also Barcelona is a vibrant city, I loved living there and would consider living there in the future again. There is great food, good nightlife and good weather!Cons- the only negative I can honestly think of is that at the end of the boot camp they are very persistent for you to write a review. I usually never write reviews, and they managed to make me write one so clearly it works, and of course I understand that it is very important for them to get reviews. That being said, I think this is rather insignificant compared to all the positivesHow much you learn is significantly based on how much effort you put in. Le Wagon certainly give you all the tools to learn an incredible amount in 9 weeks, and if you put in the work you can become very proficient. Thus, if I could give future students one piece of advice it would be to put in a lot of work, the amount you will learn will pay off!Overall, I had a great experience. I learned a copious amount in 9 weeks, the staff were all friendly and helpful, and all the resources still available after the boot camp are amazing! Highly recommend!Read Less",FullStack program - 35+ locations,Web Development +251598,10868,le-wagon,Joel Velvis,False,2019,All you need is code at Le Wagon Barcelona,2019-06-20,5.0,5.0,5.0,5.0,"I was part of batch #245 of Le Wagon Barcelona. Before joining Le Wagon, I worked in Finance in New York City where I specialized in Product Strategy for an investment firm. I joined the financial services industry straight out of college and remained... Read More in it for almost three years before choosing to take on the 9 weeks at Le Wagon.My desire to learn how to code arose when I was working on a project with a colleague and realized my lack of technical knowledge. My colleague lost interest in working together because he was a developer but I was not. This was when I realized that I needed to learn how to read code, even if I did not necessarily want to be a developer. However, after my experience at Le Wagon, I can say with certainty that I want to practice as a developer and become part of a team of coders. Le Wagon is the ideal platform to learn how to code. The lectures are extremely insightful and are delivered flawlessly by the teachers. After each lecture, we are given several hours to practice what we learned with a peer. The TA and teachers are readily available for any help and they are extremely helpful on this front as well. My confidence grew every day thanks to the lectures and the peer programming that helped reinforce what I learned. I am happy that I decided to pursue this life-changing experience. Thanks to Le Wagon I also have the confidence to pursue my own projects and met a great set of people that I am partnering with on several projects as well. Le Wagon is a truly worthy investment.Read Less",FullStack program - 35+ locations,Web Development +251589,10868,le-wagon,Paulo Rivera,False,2019,From construction to developer,2019-06-19,5.0,5.0,5.0,5.0,"I'm Paulo, 25 Years old, I was not able to finish secondary school in my country but I got lucky to work as a customer service representative, after that moved to Japan and started a new life in Tokyo with my wife.After some time working in the construction... Read More sector in Japan, I realized that it was not what I wanted, since a kid I've been in love with tech and interested in programming. So I decided to look for new opportunities and change my life, so after some research I found Le Wagon Coding boot camp and decided to enroll for the next session.I'm part of Le Wagon's Tokyo Batch #252, that started back in April 15 2019, it was an experience i never forget because really helped me to learn what i always wanted.1. The teachers: They are amazing and well-prepared!, The main Teacher was always ready to answer questions and to help you, if you have a problem they will figure it out in matter of seconds. They will sit beside you and help you to reason the problem until you understand it. Is very difficult to ask something they don't know. And that is for the other TA's too, All of them are really experienced developers. And of course when is time to chill they are really nice people to have a nice chat too!.2. The Program: I'm did not study programming before, and I'm impressed that after only two months I can call myself a Full stack developer. All the program is really well thought, made to help beginners understand, but of course you have to be prepared if you have no experience in coding, so I recommend finishing all the Preparation work they provide before the boot camp, This is a very intense program and you have to be really interested in learning to keep going. All the valuable experience I gained working with awesome teammates and with my teachers is really helpful after the boot camp.3. Job Assistance: Le Wagon staff is still sharing Job opportunities and organizing events to help us find a Job. It's been a week after my batch finished and still searching for a Job, But I'm pretty satisfied with the help they are providing us to find a Job.I feel like my life has already changed after Le Wagon and I hope to keep growing as a developer finding a Job in a good company in Tokyo, Keep in touch with my teammates and teachers. This is an experience I will never forget!.Read Less",FullStack program - 35+ locations,Web Development +251583,10868,le-wagon,Marie C,False,2019,Amazing experience @Le Wagon Lille,2019-06-19,5.0,5.0,5.0,5.0,"I am 29 years old, I graduated from Rennes Business School and started working for Neslté France just after my studies. I worked there for almost 5 years as a digital manager. I really enjoyed my career there.In October 2018, I decided to quit my job... Read More and start a new life in Lille. I took advantage of this break to develop technical skills through the Wagon Coding Bootcamp Lille. https://www.lewagon.com/fr/lilleI'm part of batch #257 started in April 2019 and I really enjoyed my experience at The Wagon!> The staff is great: very good explanations, great attention to the progress and the feeling of each - the courses are well developed and explained. => I did not know anything about code but I never felt lost thanks to the teachers and the teaching assistant.> Educational program: quite intense (you have to be prepared!) But really well built. I liked the rhythm: classes / exercises / projects. I had the impression that I had not learned so much in a long time! In April, I did not know anything about coding. Today, I feel able to develop myself a basic merchant website or to speak with a developer with the right words.> Friendly atmosphere: each day you work with a different budy, there is a lot of support between students.My plan for the future: My goal is to find a job in a company where I will be able to use the technical skills I have acquired, for example: working as a Product Owner.Read Less",FullStack program - 35+ locations,Web Development +251351,10868,le-wagon,Loïc,False,2019,Amazing experience,2019-06-18,5.0,5.0,5.0,0.0,"Since I was young I always wanted to learn code but I’ve never had the discipline to learn it. When I saw the projects of the first batch in Lausanne, I thought it was impossible and felt really impressed. So I decided to join the Wagon on batch #249.... Read MoreAt first, it’s scary but you realize that you learn very quickly and it’s very satisfying. The teachers are excellent and very pedagogical. The program is very well thought out and always up to date. Above all the people I met where very nice and inspiring.After 9 weeks, I surprised myself and those around me with my fresh new programming skills.Read Less",FullStack program - 35+ locations,Web Development +251552,10868,le-wagon,David Soutoul,False,2019,"Leaving Hong Kong, Coding in Barcelona and Going to Anywhere I Want",2019-06-17,5.0,5.0,5.0,5.0,"Before joining LW Barcelona, I worked as an account manager for a digital marketing agency based out of Hong Kong. I was responsible for the development, delivery and reporting of digital marketing campaigns for our clients in Asia. I had the chance to... Read More be exposed to all facets of digital marketing and worked directly with a team of experts. With digital marketing being so closely connected to website design & development, I also managed a few website delivery where I had to coordinate with developers & designers. However, I felt I was lacking the technical knowledge to adequately communicate what I was requiring from them which ultimately led to frustration and miscommunication.That is one of the main reasons why I decided to join LW; I wanted to learn in more depth the specificities of frontend and backend development so I could improve the level of my conversations with creatives. The other reasons being that I had always been really curious about coding and found it so fascinating. With a desire to go down the product management path, it felt imperative for me to learn the basics of programming. LW seemed to offer exactly what I needed/wanted from a coding bootcamp: an international learning environment, teaching assistance & guidance, a short timeframe and covering the most important coding basics.First and foremost, LW helped me to understand that digital product management was the field that I really want to get into. Getting to understand the specificities of backend and frontend was a mandatory step but the excitement really came from creating a product from scratch and seeing it come to life. “Owning” this product delivery was really the thing that made me click and gave me the confidence to now look for product owner or junior product manager roles.Read Less",FullStack program - 35+ locations,Web Development +251607,10868,le-wagon,Florin Diconescu,False,2019,Why I am so happy I did Le Wagon Barcelona,2019-06-17,5.0,5.0,5.0,5.0,"After 15 years in corporate finance, I decided to change something in my career, something that will allow me to have a different lifestyle - I wanted to be a freelancer, to work on projects and to have a better use of my daily schedule. In the same time,... Read More I always had an interest in what stands behind the applications we all use every day on our devices. This is how I decided I wanted to learn how to code. Without knowing too much about what a bootcamp means and without too much time for preparation, I jumped in one of the best experiences in my life. First impression - user friendly learning platform and good quality online lectures - it gave me the feeling I am in good hands. What came next during the bootcamp was really above my expectations - teachers are not only technically skilled, but they are great educators and, very important, they share a very positive energy. One very nice perk of doing the bootcamp with the best school was that I met there the most diverse mix of colleagues, both from culture and career background perspective. And they all share a strong attitude, they want to learn and change their lives. Still deciding what was the best thing about doing the bootcamp - that I learned to build modern web apps in 9 weeks, that I met amazing people and we are still connected and help each other, or that I have continuous access to the learning platform. It is hard to choose one because I enjoy them all.Read Less",FullStack program - 35+ locations,Web Development +251491,10868,le-wagon,Denis,False,2019,Able to dive deep,2019-06-13,5.0,5.0,5.0,5.0,"I'm 46 years old, geek in 80', began to code in basic on Amstrad, and having good time in swimming.After a career as surf life saver, then coach, diving into Linux, I began system administrator in a printing factory... 11 years.I realy wanted to dive... Read More in code to be a good devops in... 4-5 years.Then I did le Wagon, batch 220, Paris, with a class of very diversified profiles but from the people I had met so far which was an experience as rewarding as intriguing.The program is dense but enlightened as well as enlightening, with a staff of teaching and coaching willing to make you reach a complete autonomy.Now, I am leaving my job in order to dive into the code and not to reproduce the mistake of not coding at the end of my training and losing this skills.The Wagon, both in its teaching format and pedagogy and in its active and international community allows the wildest dreams.The glass ceiling is broken. The new paradigm: sky is the limit.Thanks to The WagonRead Less",FullStack program - 35+ locations,Web Development +250433,10868,le-wagon,Nam Hai Chau,False,2019,How I changed my life: Le Wagon Barcelona,2019-06-13,5.0,5.0,5.0,5.0,"Why coding?Tech has always been my first love. At age 20, I started an online store selling ethnic groceries out of my parents’ shop. It featured a full working cart, a card payment gateway and an order tracking page.The site was all duck taped and glued... Read More together using visual editing software. It was the year 2000, way before Google and Paypal were a thing. It would take 10 years until Amazon would land in Italy and educate Italians how convenient, reliable and time-saving online shopping can be.In the meanwhile, my store was starting to pick up momentum when I felt I still wanted to travel and see the world.My thirst for adventure took me to places like Bermuda, United States and even somewhere in the Atlantic Ocean working aboard a Mickey Mouse Themed cruise ship.(if during summer time you see a DIsney Ship docked at the Barcelona Port, that’s the ship where I worked! Make a wish when you hear the magical horn :slightly_smiling_face:After finally settling down in Barcelona and about to turn 40 , I decided it was time to finally decided what I want to do “when I grow up”.Still kinda undecided, I then looked back and remembered my old room’s bookshelves. They were flowing with books about how to build websites using WYSIWYG tools….I am talking about Front Page ’98, Dreamweaver and Macromedia Flash.Yup, I am that old :slightly_smiling_face:I found coding always a bit intimidating. I was afraid to miss a semicolon somewhere and mess up the whole website.Back then, the “cloud” was only something related to weather forecasts and hosting companies did not back-up automatically your files and things tend to go wrong much easier than it is today. After working in many large tech companies as non-technical employee, I finally realised the power of understanding and writing code.Developers, no matter what their level is, are always incredibly respected and sought-after figures.But more than that, I realised that being able to write code and build beautiful interfaces unlocks a world of possibilities.Becoming a developer.Starting a career as Project Manager.The most appealing to me?Founding your own start-up and embark on a journey to find creative solutions to real-life problems.Building an MVP is no longer an expensive and risky endeavour. As a founder, I no longer need to rely on other developers to build the foundations for my vision. When I have an idea, I can simply turn on my laptop and start experimenting. When I have a tech-related doubt, I now know what to look for and where to look it.The future is now full of promises and possibilities.Where I am on the driver’s seat and I am free to go as far as I want to go!What were you doing before?At Le Wagon Barcelona, diversity is highly valued. Our batch included an awesome bunch of extraordinary individuals coming from many different countries, diverse cultural backdrops and multiple professional backgrounds. In my case, I am an Italian citizen born in Thailand with Vietnamese, Cambodian and Chinese Heritage. Lived in Beijing for four years where I graduated in Chinese Language and Culture.I was also fortunate enough to live in the London, Italy, Orlando (Florida), between Port Canaveral and the Bahamas working on a Cruise Ship, the Bermuda Island and now Barcelona.In my opinion, simply the best city in the world!Professionally speaking, my career path has been as varied as the entry stamps in my passport’s pagesimport manager for a textile company
sales manager for a food wholesale enterprise
waiter and assistant Restaurant manager for the Walt Disney Company
search engine evaluator for Google and Instagram
business sales specialist for Apple
…and of course, my favorite gig so far: being a Zumba Fitness Instructor and running my own school. Any Daddy Yankee fan out there?
Why Le Wagon? Why Barcelona?Before deciding on which bootcamp to invest, I spend about five days reading ALL the reviews of ALL the coding bootcamps in Barcelona.When learning more about Le Wagon one word kept appearing over and over again: reputation.Le Wagon enjoys an incredible reputation in the tech, entrepreneurship, and in the wider business world. This both in Barcelona and abroad thanks to Le Wagon’s presence in more than 35 cities. After attending the boot camp myself I can now witness that all those five reviews are simply reflecting the truth.Le Wagon is a special place where excellence is encouraged, nurtured and expected.Starting from Le Wagon Barcelona driver, to the TAs, to the fellow students, I found an infinite source of daily inspiration. Inspiration to always challenge myself.Inspiration to be humble and keep on learning. Put what I learned to the test, learn some more and then start the process all over again.Inspiration to keep my mind opened to the world of possibilities out there.Inspiration to find inventive ways to solve real problems by building beautiful, easy to use web applications.Even the Inspiration necessary to keep inspiring myself to work hard and enjoy the process.Barcelona.The place to be.La ciudad Condal is everything I believe a city should be.Openminded.Welcoming.Diverse.It has everything a city should have:a flourishing Tech scene,a great expat communitya mild winter, an amazing summerreasonable life costs,great public transportation…….anybody up for a mojito at a beach chiringuito after work?Demo day was 5 days ago, what are you doing now?I am typing this from my new office’s little terrance.The sun is super nice and my new teammates are incredibly awesome.Thanks to the skills acquired at Le Wagon I found a business partner who highly values my opinion and experience. He founded a tech startup who’s helping influencers editing and monetising their videos.It’s a hassle free one-stop solution for content makers that allows them to stop worrying about the technical and business stuff and concentrate on creating high quality, entertaining It’s a wonderful workplace which offers me tons of flexibility.Flexibility to set my own hours.Flexibility to take the role I see fit as the business grows.Flexibility to keep on working on my AI-related tech-startup. A streaming service for families to access and safeguard their most valuable treasure: their memories.Flexibility to be able help my younger brother with his Malta-based blockchain startup.None of this would have been possible a mere 10 weeks ago.Le Wagon gave the tools, the knowledge and the confidence to continue on my tech journey .Once again, thank you Le Wagon Barcelona for truly changing my life.I will make sure to come and visit very often, just to keep the creativex juices flowing :slightly_smiling_face:Nam Hai ChauRead Less",FullStack program - 35+ locations,Web Development +251471,10868,le-wagon,Diane Johnston,False,2018,Le Wagon's experience,2019-06-06,5.0,5.0,0.0,0.0,"I was head of supply at Le Collectionist, a brand of luxury villas rentals and bespoke experiences, for 3 years, and decided I needed a change in my life. My desire was to learn again, and to be able to work closer to the tech team in the future jobs... Read More I would have. Aware of Le Wagon’s existence for a while, I decided to try and apply for it, and was convinced automatically once I step a foot in the offices at Le Villa Gaudelet in Paris.The experience was amazing, as well in their learning format than in the community they created, and maintained so well. I didn’t see the 9 weeks passed, and it gave me the ego-boost and the motivation I needed to start something new. On the human level, Le Wagon is such a rich experience; it’s rare to be able to meet all those people with different backgrounds, motivated to give the best of themselves throughout the training.On the teaching level, it’s based mostly on the practice of code (70% of the day), and enables you to also work on your personal skills (skills that will be great assets in any job). I entered Le Wagon wanting to be a product manager, and now I am actually a freelance in front web development (which I never thought would be possible before). I am learning everyday with my projects, and I am really happy I made this turn of carrier at this moment of my life.As a bonus, I continue on being in Le Wagon’s community because I’m also Teaching Assistant in Paris - the best way to keep learning while continuing to spend crazy moments with the team and the students!Read Less",FullStack program - 35+ locations,Web Development +250892,10868,le-wagon,Leah,False,2018,Le wagon coding bootcamp,2019-06-04,5.0,5.0,5.0,5.0,"Best coding experience, I’ve learnt a lot thanks to their amazing teacher and pedagogic courses and exercises !! Recommended 5/5",FullStack program - 35+ locations,Web Development +250891,10868,le-wagon,Knudsen Mathias,False,2019,Amazing experience,2019-06-04,5.0,5.0,5.0,5.0,"⭐⭐⭐⭐⭐Just finished the bootcamp with the batch209. It was amazing, one of the best experience in my life!",FullStack program - 35+ locations,Web Development +251443,10868,le-wagon,Nickoma,False,2019,An intensive jump-start to the coding world.,2019-06-04,3.3,4.0,4.0,2.0,"Le Wagon is a amazing place to start your career in coding. During your batch you will be taught how to learn coding through Ruby. The only thing that can hold you back is yourself. Ask questions and never stop till you get it. During my time the teachers... Read More were helpful and always willing to listen. The were happy to spend extra time with me, asked about my health when I was up all night with my newborn. They not only taught me how to learn what tools I'll need and still check up on me. Le Wagon isn't just a school it's a family. Pros Extremely supportive Networking 3 months Great location Huge alumni base Great staff and dashboardCons Only 3 months Almost overwhelming amount of information (I live hours away and had a newborn.)Read Less",FullStack program - 35+ locations,Web Development +250878,10868,le-wagon,orianne shahar gilaad,False,2019,Le Wagon TLV - amazing exprience,2019-06-04,5.0,5.0,5.0,5.0,"I really enjoyed the bootacamp, the teacher and also the TA team were truly amazing!! the studies are very difficult and chalnging but Le wagon team and community are always there to help, during the bootcamp and also after.I really recommeny this bootcamp!!... Read MoreRead Less",FullStack program - 35+ locations,Web Development +251373,10868,le-wagon,André Leroy-Beaulieu,False,2019,Le Wagon Barcelona - Amazing experience for people looking to change careers,2019-05-29,5.0,5.0,5.0,5.0,"Coming from a Law background, I wasn't sure if a bootcamp was going to be enough to help me in my goal of pursuing a career in software/web development, but now I can tell you that Le Wagon really prepares you with job-ready skills that will impress interviewers... Read More and land you a junior dev job. It's definitely a tough journey learning to program from scratch in 9 weeks, but it was still the most fun experience you can ask for. From day 1 all the teachers and teacher aids are there as friends and to help you out with anything you need, not to mention the group of students that after 9 weeks end up becoming really good friends. An overall unforgettable experience that I would recommend to anyone looking to kickstart their software engineering career.Read Less",FullStack program - 35+ locations,Web Development +251193,10868,le-wagon,Christophe Nonato,False,2019,Super experience at Rio Batch #230 ,2019-05-28,5.0,5.0,5.0,5.0,"I'm an engineering student, finishing my degree. I love tech and had a little experience with code before. Le Wagon was the best choice to jump deep in this world, as I wanted to turn more digital. It was an awesome decision that I'm really happy now... Read More to have pursued. I feel ready for a job as a developer, product owner, and more. I had big expectations, and they were surpassed. Amazing how fast we can learn and the environment is just amazing! I miss it so much already. It made the experience really unique. I loved meeting people with different backgrounds and coming from different places, but with the same goal: dive into code!Read Less",FullStack program - 35+ locations,Web Development +251081,10868,le-wagon,Anonymous,True,2019,Highly recommend this bootcamp,2019-05-27,5.0,5.0,5.0,5.0,"After finishing my masters in London in Computing and also running my small business on the side, I felt it was the time to learn the foundational coding skills needed to develop full products. As it will help me run my business easier and it will give... Read More me a more in-depth understanding of the best and most efficient process for software engineering.The experience was amazing! Especially the project in the last two weeks where we were able to develop a fully functional prototype and see how software teams work. Le wagon team did a great job facilitating this program and I’m really thankful for this experience!Read Less",FullStack program - 35+ locations,Web Development +251222,10868,le-wagon,Ignacio,False,2018,"The most incredible learning experience of my life || Nacho, Mexico batch #180",2019-05-23,5.0,5.0,5.0,5.0,The experience was amazing and really eye opening to what I'm capable of learning in a short amount of time if I'm disciplined enough.My objective was to stop working a 9-5 and start traveling as a digital nomad with my own project in the first place.... Read More I also wanted to improve my salary by switching to a development career and earn more.Le wagon is a high quality program and there is a strong effort to make it as clear as possible and with a good order on the topics.Read Less,FullStack program - 35+ locations,Web Development +251104,10868,le-wagon,Stephanie Meagher,False,2019,Building my own web app at Le Wagon Barcelona,2019-05-23,5.0,5.0,5.0,5.0,"I have always wanted to learn how to code but coming from a non-technical background, I never knew where to start, nor where to even look to figure out where to start! I also knew, given coding is such as difficult skill to learn, that I would need some... Read More sort of framework or coaching to help get my feet off the ground. When I heard of Le Wagon, my decision was made.I signed up, took a few prep courses and a test, and next thing I knew I was coding along! Ruby on Rails, HTML, CSS and more.The idea for me was not necessarily to become a computer programmer (although it could have been a realistic ambition as it is for many students!) but more to immerse in a 100% pure tech environment over a short but intensive period of time, and see where it would take me. Do I love it and want to change my career? Do I hate it and want to stay away from it? Do I like it and want to continue exploring and learning?Technology is inescapable. It is transforming all sectors of the economy, of our workplace and of our lives. And it will only continue to grow. If I want to remain relevant and happy in the workplace, I need to keep up with technology; as a start, I need to be able to answer these fundamental questions. Le Wagon helped me to do so.Being able to develop a web app from scratch in only 2 weeks. Didn't believe I could ever do this. For me, this was a feat!Learning Rails and seeing how it all fit together. Definitely an aha moment. Felt fantastic.The intellectual discomfort. This may sound negative, but every day comes with a new challenge and I think the trick lies in embracing these difficult moments. Stretching your brain is central to the learning process and it is precisely this discomfort that will allow you to build new neuronal connections and grow! The collaborative spirit & personal development. Le Wagon teaches you to collaborate with peers from varied backgrounds, maturity and skills. It teaches you how to help others but also how to receive help. It teaches you humility and how to say ""I don't understand"" or ""thanks for your help"".The teachers/TAs. Talented, knowledgeable, passionate and friendly teachers and TAs have definitely contributed to a positive learning experience. A great representation of female leadership was a big plus, and definitely a driver for female student success. I am grateful for this!Barcelona is a young, vibrant and diverse city. A perfect place in which to ""work hard, play hard"", ie. do a coding bootcamp. Whether you are a foodie, art or music lover, athlete or party animal, you will never be short of options in Barcelona!Considering? Apply, try to get an interview and make good use of your one-on-one to clear away any doubts or burning questions you may have. Once on-board, do the prep work so you get an appreciation for what coding really is and discover hands on whether it excites you or not. If the answer is yes, then just go for it, sign up! You will never know without trying!Read Less",FullStack program - 35+ locations,Web Development +251306,10868,le-wagon,Guillaume,False,2018,Life changing experience,2019-05-22,4.7,5.0,5.0,4.0,"I've worked my entire career in consulting, tech companies or startup but on the business side. But I have also always wanted to properly learn how to code for my personal projects and why not make a radical career change at the same time.Le Wagon bootcamp... Read More has been a life changing experience for me: in 9 weeks, thanks to a fantastically fine-tuned program with great pedagogy, content and culture I learn to code in Ruby on Rails and Javascript as well as to use PostgreSQL, Heroku, APIs and other technologies and tools. Now I currently work as a Full Stack developer at RunaHR. If you are looking into becoming a web developer Le Wagon is the right bootcamp for you!Read Less",FullStack program - 35+ locations,Web Development +251074,10868,le-wagon,Salomón Charabati,False,2018,Amazing bootcamp,2019-05-22,5.0,5.0,5.0,5.0,"Really recommend this bootcamp. I attended batch #193 in Tel Aviv and it's one of the best decisions I've ever made.Do not hesitate, go for it !",FullStack program - 35+ locations,Web Development +251287,10868,le-wagon,Antonin Gury coupier,False,2019,Amazing program - don’t hesitate anymore and join le wagon !,2019-05-22,5.0,5.0,5.0,5.0,"After two years working in the banking industry in London, I decided to change life and go back to France to become an entrepreneur. Leaving behind me a confortable professional situation, my friends, my girlfriend, my flat… and went back to my parent’s... Read More place to start a new life.The first struggle on my entrepreneurial journey was the lack of coding skills. I had many business/product ideas but found myself unable to create a MVP without hiring a freelance developer to build the app/website. I realised that I didn’t want to fall in a dependency relationship towards a developer. Hence, joining a coding bootcamp became obvious – it brought me to the FullStack Programme at Le Wagon.Le Wagon is definitely a life-changer programme: after 2 intense months of coding, I now can develop a MVP and test multiple business ideas on my own.Le Wagon is simply amazing because: teachers are exceptional both technically and personally, the atmosphere is unique, students have very diverse backgrounds and the program is perfectly structured. If you are in a similar mindset, please do not hesitate anymore, join Le Wagon community to have fun and learn!Read Less",FullStack program - 35+ locations,Web Development +251286,10868,le-wagon,Fred Chochon,False,2019,Go for it!,2019-05-21,5.0,5.0,5.0,5.0,"I'm Frederic, I'm 40 years old and I started my career as a former civil engineer and worked in audit and finance for many years. Within the last 5 years, I launched 2 startup projects. Through my career, I've also been working as a bloodstock agent (I... Read More buy and sale race horses).As I was looking for new projects in the start up world, I heard about le Wagon FullStack bootcamp. At the beginning, I was not looking for a school or something like that a all.But after some researches and talks with friends, I realised that it could be perfect for me. I never had the ambition to become a fullstack developer, even when I considered doing le Wagon but I always had this little lack of technical knowledges that made me thinking I wasn’t speaking the same language than the developers. I found out that Le Wagon could be the answer and it was indeed.If I have to sum-up my experience at le Wagon, I will say that:- It’s 9 full intensive weeks, but he program is perfectly size for this time- The methodology is very good/innovating and everybody enjoys both the curriculum and the rythme.- You meet a great bunch of people with different experiences/ ages/ backgrounds and Le Wagon's network increase the value of the program.Long story short: if you are thinking of doing le Wagon do not hesitate, go for it.Read Less",FullStack program - 35+ locations,Web Development +251285,10868,le-wagon,Mehdi,False,2018,A great learning and human experience,2019-05-21,5.0,5.0,5.0,5.0,"I couldn’t imagine how my time at Le Wagon would be a great learning and human experience. I had a lot of good surprises during the bootcamp and after.Even if you want to start your own project or become a junior developer in a team or as a freelance... Read More you’ll find at Le Wagon some competent people who really help you to achieve your goals.I spent the toughest 9 weeks of my life but it worth it. Even if you don’t know anything about coding or programming and especially if you’ve never code any line in your life Le Wagon is a bootcamp for you. You’ll find a really good working atmosphere, mutual assistance between students and teachers who are helping you at anytime and with a pedagogic way.You’ll discover a new world and learn some good working habits.After Le Wagon I was glad to see how I’m still connected with the community. I visited Lisbon one month ago and I could find some people from Le Wagon Lisbon to talk and exchange with. You’ll find kindness in students, teachers and alumni.If you want to start a new tech career or start a new digital project I can only recommend this coding bootcamp.Read Less",FullStack program - 35+ locations,Web Development +251197,10868,le-wagon,Céline DUFLO,False,2019,Le Wagon Paris,2019-05-21,5.0,5.0,5.0,0.0,"After many years in the oil and gas industry I’ve choose to reskill and learn how to code in a modern way. I did many researchs and alumni interviews before fixing my choice on le Wagon. The program and especially the teaching tools are awesome, everything... Read More is done to make you learn in a pleasant bootcamp spirit. I basically started with nothing and finished the bootcamp with a project, a goal, new skills and of course an entrepreneur spirit.I’m now willing to join a startup to learn more skills and become a freelance later.Read Less",FullStack program - 35+ locations,Web Development +251282,10868,le-wagon,George Ballard,False,2019,Le Wagon Bali,2019-05-21,4.7,5.0,5.0,4.0,"In England I was an Engineer, it was a good, stable job but I was bored. I kept thinking ‘it will pick up’ or ‘I’ll get that promotion next year’. One day I woke up and realized I had been waiting for years for something to happen. After an embarrassing... Read More amount of time I decided to take the plunge into coding and after a good bit of research, I choose Le Wagon - specifically Le Wagon Bali. Firstly, the Le Wagon syllabus is masterfully set out – they give you the arduous approach to a problem first, and then teach you the simple/succinct approach so that you know what is ‘going on under the hood’. This sounds painful but it works perfectly! It gives you an understanding of a concept in a matter of days, whereas otherwise, it would take weeks.Secondly, the way each day was structured forced you to think like a developer from day 1. The days starts with a lecture (with Q&A etc) and then moves onto daily challenges with the full (and completely invaluable) support from the teachers, and then ends with a live code session where the whole class completes a task together. This structure immerses you in coding – think learning another language while living in the country of origin.Finally, the resources Le Wagon provide during and after the course pay for themselves. I finished the course a month ago, and thanks to free members-only Le Wagon course on React, I am now a freelance fully remote React Developer; I spend my days bouncing around Asia, living in flip flops and drinking coconuts (I know, the dream right?).Three months ago I was sat in a cubicle waiting for my life to become interesting, and now I’m sat in a cafe in Vietnam wondering whether to move to the Philippines or Taiwan. Le Wagon, quite literally, gives you the tools to change your life.To anyone reading this, stop waiting and take the aforementioned plunge. Stop sitting and waiting for your job to interest you, or waiting for your employers to appreciate you – take the plunge. My only regret is that I didn’t get involved with Le Wagon 3 years earlier.Read Less",FullStack program - 35+ locations,Web Development +251274,10868,le-wagon,João Lemos,False,2018,Amazing Experience ! Le Wagon Lisbon,2019-05-20,5.0,5.0,5.0,5.0,"I came to LeWagon without any previous programming experience, so everything was new. I did a little research from the start and I quickly find out that this was the right choice! There I obtain tech knowledge mainly in Ruby (on Rails), but left as a... Read More Full Stack Developer. Such as Javascript, CSS, HTML, SQL/Postgres. The whole staff was really nice and the classroom environment was good and easy for learning. We used a platform called Kitt that had all our lectures (that lasted about 1:30h in the morning) and from then coding exercises until the afternoon. When the 9 weeks course is over, we still the unlimited access to Kitt and continue learning.We had some companies that went there and gave us a perspective of a real dev work day. That was really nice and the networking that we get out of it is extraordinary!A big thanks to all the LeWagon crew that made this great bootcamp possible!Read Less",FullStack program - 35+ locations,Web Development +251273,10868,le-wagon,Filipe Custódio,False,2018,No regrets,2019-05-20,5.0,5.0,5.0,5.0,"Before Lewagon Lisbon I was a chartered accountant and worked for three years as a Financial Auditor. Watching how the work was done in such an inneficient way I decided to teach myself how to code excel and eventually started asking if this was the right... Read More job for me.Luckily I have two great friends who are also programmers and pushed me forward to take a 180degree shift in my career and I’m só glad I took their advice by heart. The whole tech and web industry has always fascinated but for some misfortunate reasons we’ve been always separated until I joined the bootcamp.Lewagon Lisbon not only helped me how to write code and develop a product from zero to production but also how to work in a team and more importantly how to think like a programmer.Definetly not only an experience one should try for curiosity and expand their skillset but also if you wanna change your career and start fresh. And make no mistakes, lewagon is not only a coding bootcamp but also a network of people who’ll be available for you anytime you need.Read Less",FullStack program - 35+ locations,Web Development +251256,10868,le-wagon,Léonie Mironesco,False,2019,Learn to become a fullstack dev at the best coding bootcamp - Léonie Batch #232 Paris,2019-05-20,5.0,5.0,5.0,5.0,"I was offered the possibility to join le Wagon as part of my Master’s Degree at HEC. I had heard about le Wagon through a few friends who had previously followed the bootcamp. They had all finished with stars in their eyes and amazing job opportunities/offers... Read More so I jumped on the occasion ! I was not disappointed.Indeed, le Wagon offers a great combination of hard work, excellent guidance, great people and good fun. You will learn how to code with Ruby on Rails, using Javascript, ActiveRecord, SQL and many other languages and first and foremost you will learn how to build and design a user-centric product.I am currently teaching assistant for the following batch of students at le Wagon. I am now learning how to explain difficult concepts and solve students’ problems.Thanks to the technical skills, the bootcamp has brought me, I have considerably broaden my career perspectives to jobs such as developper, product owner or IT consultant. Furthermore, I now have access to a lifelong network which has already proven to be of great help.I would recommend this bootcamp without hesitating to anyone looking to earn technical skills, to take a step in their career or even just to open their mind to web development !Read Less",FullStack program - 35+ locations,Web Development +251255,10868,le-wagon,Loïc,False,2018,Batch #120 - Never Forget !,2019-05-20,5.0,5.0,5.0,5.0,"After a year and a half as a business analyst in a tech start-up I felt like I had a good understanding of our business and market. However as many of us with non-technical background, I was clearly lacking a certain number of skills in order to understand... Read More the development of our core product. I told friends about my very early mid-life crisis and met with someone who convinced me to go for Le Wagon’s bootcamp in Paris despite not having coded anything in my life. After the first few days, the fear of failing had completely vanished - Le Wagon somehow found the perfect balance between supporting students and teaching them to reach the autonomy they’ll need as junior developers. You also get to meet with awesome people who you will want to train with every day. Le Wagon is a family with such a great spirit that you always find a way to come back for one of their many community events.After the bootcamp, I left my business analyst position and I quickly learned Python to work in data analytics.Read Less",FullStack program - 35+ locations,Web Development +250907,10868,le-wagon,Florence Martino,False,2019,Amazing experience,2019-05-20,5.0,5.0,5.0,5.0,"I was an optician before starting my Wagon training in january. I really wanted to change careers and I especially wanted to turn to digital. After some research, I decided to embark on the adventure, and 3 months later, I am trained and ready to look... Read More for a job as a Ruby fullstack developer. The Wagon is by far the most beautiful adventure I have ever known, it is above all excellent teachers, a fantastic school, and an unbeatable network. Once you've done The Wagon, you'll come to a very close and enthusiastic community, which will always be there to guide you in your entrepreneurial choices, or to help you with a line of code.Read Less",FullStack program - 35+ locations,Web Development +251263,10868,le-wagon,Thomas Eskenazi,False,2019,Le Wagon Bootcamp - Paris - Batch #250,2019-05-20,5.0,5.0,5.0,5.0,"I have been thinking about following Le Wagon bootcamp since the day I heard about it. All the people that knew about it were unanimous. So when my school offered me the possibility to follow The Wagon bootcamp as part of my last year of studies, I didn’t... Read More really hesitate.All I can say is that I wasn’t disappointed. With all the expectations I had in the bootcamp, it still found a way to get me positively surprised.I really was eager to learn about coding, it’s really the field of study that motivated me. I wasn’t really thinking about my career, or that it would look good on my resume, it was all about learning something that I find deeply passionating.That is the thing with this bootcamp I guess, you find yourself in an environment that enhance that motivation. Everybody arounds you is also eager to learn and motivated (including the people actually working there). All the tools that Le Wagon developed are amazingly easy-to-use and help you get caught in the « game ».So yes, it is an intensive bootcamp, but you learn so much, and more importantly maybe, you enjoy all the process. Once it is finished, it is really when I realized all the things that I have learnt, the new way of thinking that I developed. All the pieces put themselves together, it is a great feeling.Also, Le Wagon’s ecosystem is impressive, all tech companies know about this formation and value it, it definitely opens many doors.The formation is amazing, the environment is amazing, the network is also amazing. I would do it again without any second thought !Read Less",FullStack program - 35+ locations,Web Development +250428,10868,le-wagon,Donatien,False,2017,*** Le Wagon Paris ****,2019-05-20,5.0,5.0,5.0,5.0,"Right after my studies, I decided to join Le Wagon thanks to a training I did in San Francisco that got me interested in learning how to code.Honestly, I did not expect that I would love it that much !My goal was simple, I knew that our studies were missing... Read More an important thing. We were taught to launch projects, to run a company, to do marketing etc but nothing on the importance of the web and applications. Which company does not have a website, wether it is to introduce its activity or to interact with its users? For me, it was not possible to stop my studies there.It was 2 months where you learn many complex principles but with a very clear method. I was tough at times but after a while you get used to it and the logic falls into place.The teaching method is just perfect. A teacher introduces the important concepts, followed by hands-on exercices to practice with teaching assistants to help you out and a livecode at the end of the day. At the end of the 2 months, you have to create a real web app from scratch ! In the end, you get all the tools needed to succeed.However, it doesn't stop here. And to be honest, the most difficult part is after the training when you can feel lonely when facing problems by yourself without teachers around you. Le Wagon has well understood this and provides a real and strong community, with a lot of mutual help thanks to a super active Slack and coworking spaces. Thanks to all of that, I could live my ""post-bootcamp"" life up to my expectations. Because as developers, we never stop learning.Today, I am a freelance Fullstack developer and I launched a web agency on the side where work on the Back-end side. And as the web has no boundaries, I have been living abroad in different places across Europe and Asia for more than a year and I keep learning with online tracks such as React and vue.js.Read Less",FullStack program - 35+ locations,Web Development +251243,10868,le-wagon,Hugo Razafindranaly,False,2019,Le Wagon Lyon - batch #218,2019-05-20,5.0,5.0,5.0,5.0,"I have always been attracted by the digital market, but I was a total neophyte in web developement. I was a business developer for a big company but I didn't really enjoyed my tasks. So I decided to ""change my life and learn to code"". This how I choose... Read More to attend Le Wagon. During this 9 weeks, I learned so much htat I can't believe I am now able to introduce myself as a web developer. Thanks to the lessons and the teachers, every students could easily share my opinion by saying Le Wagon is amazing !Read Less",FullStack program - 35+ locations,Web Development +251172,10868,le-wagon,Marcus Maione,False,2019,Batch: Rio #230,2019-05-17,5.0,5.0,5.0,5.0,"My name is Marcus and I have an economics/finance background. After working in the financial market in Rio (my hometown) and in a global consulting firm both in Brazil and Australia, I decided it was time for a change - the idea of starting my own business... Read More to help solving one of Brazil’s many problems simply got stuck in my head. I quit my job in Australia and came back to Rio to start putting the plan to motion. Several months passed by and I was struggling to decide which idea to pursue. I was also not able to find a friend to be my technical cofounder. Then, a couple of friends suggested me to study at Le Wagon, as it would give me the basic skills to work on my mvp and meet people some amazing people. Sounded good, so I jumped in. The bootcamp was really good and I was gladly surprised with the amount of stuff I learned in such a short period of time. I also did meet a lot of interesting and fun people. :)Now I just started my own project (www.vagazap.com), a web app to help workers connect with companies with available jobs in a practical way. I would strongly recommend Le Wagon! :)Read Less",FullStack program - 35+ locations,Web Development +251220,10868,le-wagon,Corentin Mathias,False,2019,Le Wagon Paris,2019-05-17,5.0,5.0,5.0,5.0,"I enrolled at Le Wagon as part of my last year at HEC, in Entrepreneurship Major, where I wanted to acquire key technical skills and develop my product knowledge, two essential topics in order to launch a company and that are not really covered in business... Read More School.Le Wagon curriculum is extremely well constructed and interesting. Each day, you follow a new lesson before practicing with another student through exercices. The day ends with a ""debrief"" group. The days follow each other quickly, each focusing on a specific technical subject.It is a real pleasure (and a achievement!) To keep such a learning curve throughout the 9 weeks, in an incredible atmosphere of exchanges and mutual help.Since the end of the Wagon, I try to continue this learning through MOOCs or freelance work missions and intend to join a startup to become a product manager soonRead Less",FullStack program - 35+ locations,Web Development +251126,10868,le-wagon,Manuel Sousa,False,2018,Lisbon Le Wagin,2019-05-17,5.0,5.0,5.0,5.0,"you would think the slogan is a bit cheesy for Le Wagon but they do in fact change lives. Mine was one of these, I would have never foreseen the amount of change that came into my life from taking a le wagon bootcamp.It has been 4 months since the end... Read More of my bootcamp in lisbon. I have been working in a family office fintech startup in brussels for the past 3 and a half months. One of my colleagues for the bootcamp final project liked my work and recommended me to his CTO, I had the job interview the day after the final bootcamp day, they rest is history and I haven't looked back yet. I really enjoy what I do, too much maybe, you could say. The need to adapt and figure things out as you go and the availability of this type of information on the web makes it a very interesting market to work in. Where as before I would struggle to pick up basic notions on these topics now I like the challenge of having to figure something out without any prior knowledge. We are building test driven api endpoints for a big contract and porting the whole app to a more segmented frontend backend microservices style one and this will involve getting into many fields and topics to study. We are now looking into graphql for the ease of development it brings to the front end development and the centralization of the routing in the backend.My background was slightly different than what you'd think would be a usual case of a student of a programming bootcamp, but it turns out a lot of people from different backgrounds are looking for things like this more and more. I would soon find this out when meeting the rest of the classmates. I was an ok student in high school, I did one year of economics college and just didn't like it so dropped out and went to work. It wasn't exactly as cut and dry as that, I was young and immature so a lot of this work involved more lying around and wasting away then actual work but suffice to say that I didn't have a degree and was bouncing around in low qualified jobs learning the ropes of life. at some point when I was 25 I got into cleaning up myself and my life so started to treat myself better, workout , read, etc. WHich led to being slightly obsessed about cooking healthy food which led me to cooking school and a small career as a cook. Worked in hotels, pop restaurants, coffee shops, all you could think of and even river cruises, all hard and challenging in their own way.I did always have in the back of my mind that I wanted to quench an old thirst of learning programming since my teens, all of it seemed very fascinating to me. At one point whilst working for a vietnamese pop up restaurant I signed up to volunteer for web summit. Back up a little.. My brother is a tour guide and he once had a tourist in one of his tours that ran a bootcamp similar to le wagin in barcelona, with former big tech employees the whole nine. He later told me about it and that the guy was interested in hiring my brother as a salesperson for him in portugal, the deal was that if he could sell 9 of them the 10th was free. My brother always looking out for me told me he owl give me the tenth. I was immediately fascinated with the prospect of such a thing as a bootcamp for programming, it was the first time i learned about the concept. I researched it a little but it was eye gouging expensive so there was no way with those crap jobs I had that I would have any money for it anytime soon. SO i parked the idea and filled it down in recesses of my mind. Back to web summit, when your there to meet a bunch of different people especially as a volunteer, I got to talking with this one volunteer and he was like so what's a cook doing at web summit. I told him I was itching to get into tech and was eyeing this super expensive bootcamp in barcelona but would have to park it for now, he just told me dude, i'm doing this bootcamp right here in lisbon and its way more accessible and a really good company. This was when I found out about le wagon, he told me about the local discount and the location and really brought home to me how great the organization and flow of it was. He was a former lawyer in brazil and had really no tech background nd told me it was fine for all types.As soon as I had a computer with internet connection in front of me I was researching about this new found discovery. I was hooked this was it I had to get into this, so then before next year's web summit I was already signed up for the fall bootcamp. The process was straightforward, I had to rush the interview tech challenge because I had a long trip planned to poland. Emily was super nice and made it very unintimidating, I paid the deposit and got the prepwork. It was a lot of prepwork but it was very important. I felt like I was paying for something I had been anticipating for along while and even though it was sometimes hard to grasp what I was learning in that prepwork I had to take it seriously and finish before the boot camp. I didn't take it with me to poland so when I came back 3 weeks before the bootcamp I was cramming all day and night. It's not something you can do in a week let me tell you, so take it seriously.The program had a good mix of organization and support, that was the thing that most stuck out to me over the months. It was really quite surprising, Kitt which is the internal exercise system they have was really impressive. The markdown they used made it a pleasure to read the exercises, eventually I felt excited to tackle the daily exercises. I was hooked, but the balancing act that the team plays with skill is managing to maintain a relaxed atmosphere whilst expecting so much from the students. In a sense it is almost self paced at least for the duration of that day then it resets the day after. Beer and dinner friday, getting to know the rest of the colleagues with pair coding. The model of morning lecture and then the rest of the day with tackling the exercises is perfect. I really enjoyed it, I couldn't know really how much I really had anticipated it. I had gone in with an open mind and no expectations, at worst it would give me closure at best it would catalyze my change of life and direction. When it got to the final project we already knew each other all very well, pair programming and the dinners had made sure of that. So I presented my idea, like anyone else who wanted to, no one was forced to do it, if you had an idea you could otherwise whatever. The voting system for these projects was another really impressive thing done with some sorting algorithm based on a bunch of data, all very high tech and once all the talks were down we had our teams. Turns out I didn't really know my team but we had a great idea and that was the cool thing.One of the team members, the one that would later recommend me to his boss. Worked for this startup and used trello but felt the need to get more visual feedback from it so that was the basis of his project idea, get more visual KPIs from a trello sprint board. All of these lingo was super foreign to me and even though I didn't know him I felt he had the most relatable real world idea. We had almost nothing to go with at the start, for almost half of the first week we almost did no coding just to figure out how we were going to get data from trello boards into our app. Straight from the go we were ambitious, we wanted to connect to trello api and get data from a aboard onto out app and then display it. Every step required a lot of fanning out from complete darkness and the unknown, from figuring out omniauth 2 factor authentication for trello. Reading through their documentation, we even landed on luck with a great ruby wrapper around the trello api which was very well written and thus a great lesson in ruby source code. Eventually we even tried to go beyond and get webhooks working that would send back to out callback endpoint any updates from the trello board, the glory and icing on the cake was having our team mate demo the app on trello, make some huge change in the cards and watch it change the statistics on our app. Very rewarding.Conclusion, learn to code and change your life, go to Le Wagon.Read Less",FullStack program - 35+ locations,Web Development +251203,10868,le-wagon,Guillermo Varela Dagnillo,False,2018,Game Changer!,2019-05-16,5.0,5.0,5.0,0.0,"I was working as a manager in a store and I wanted to change my career direction, so I decided to become a programmer.I attended to Le Wagon in Buenos Aires (Argentina) , it was a great decision. At first i could not believe that i will learn to code... Read More in just two months , but at the end is incredible all the things you learn. I pass from almost any knowledge of coding , to be able to build amazing webpages . The teachers at the bootcamp were amazing , they explain everything you ask and always with good predisposition. Even when I finish the bootcamp they continue helping me every time I ask.One of the best things is that when you finish the bootcamps you still have your alumni account where you have videos of the lessons and other videos that you can watch anytime you want. You also have a slack community that connects you with the wagoners all over the world. If anyone is looking for a bootcamp I highly recommend to take Le Wagon.Read Less",FullStack program - 35+ locations,Web Development +251137,10868,le-wagon,Emna Dridi Jabur,False,2019,I learned to code in only two months,2019-05-15,5.0,5.0,5.0,0.0,"I've always thought that web development is interesting, but never had the opportunity to embrace the learning journey as I dedicate my studies to Spanish literature,le Wagon Lyon gave me the opportunity to learn the basics of code,me,who never ever wrote... Read More or read a line of code before embracing le Wagon Lyon journey I am able now to develop a website in both back end and front end.At Le Wagon Lyon we didn't felt like at school but more like a community. It was a great experience, stressful at the beginning but totally worth it.Read Less",FullStack program - 35+ locations,Web Development +251120,10868,le-wagon,Kayra Czerniewicz,False,2018,LIFE CHANGING,2019-05-15,5.0,5.0,5.0,0.0,"Le Wagon was an amazing opportunity for me since Ive always wanted to learn how to code and had no clue how or where to start. The program is great time-wise because you learn how to code in only two months which I didn't even think could be possible.... Read More I attended ""Le Wagon"" Argentina and couldn't be happier for that decision. The teachers were amazing and really loved their job which made it even better because we got all the help we needed, and even now (after the course) every time we have questions they are there for us. After the two months me and two other more classmates decided to mount our own business in development. We now build webpages and web apps for other businesses acting as a web agency and consultancy company. It was the best investment Ive made this year to focus on learning to code full-time.And even better news; afterwards you still get to have your alumni account with millions of videos and a community in slack of all the wagoners! You get an infinite amount of job offers and projects all over the world.Read Less",FullStack program - 35+ locations,Web Development +250942,10868,le-wagon,Armand Chariot,False,2018,Coding is more than just a skill,2019-05-15,4.3,5.0,4.0,4.0,"I wanted to learn how to code for a few years before I joined Le Wagon. This bootcamp was one of the best choices in my life. Coding is more than just being able to create a webpage and post it. It is a new way to think and imagine things in a broader... Read More way. Thanks to these new skills I'm now able to build and try any idea I got. Thanks again Le Wagon Montreal, it was a wonderful venture.Read Less",FullStack program - 35+ locations,Web Development +251154,10868,le-wagon,Frank Zhu,False,2019,Only 2 months to get technical!,2019-05-15,5.0,5.0,5.0,5.0,"I wanted to learn how to code for a few years before I joined Le Wagon. I tried to learn it myself by following online courses a few times, but each time I didn't manage to continue after a few weeks of trying. I actually already gave up on learning how... Read More to code until someone told me about Le Wagon. People were telling me that you will be able to build products only after 2 months. I was a little skeptical, because it sounded crazy, but then after talking with a few alumni I decided to give it a shot anyway, I just wanted to become a more technical product manager. The 2 months at Le Wagon were very intense. We were covering new topics everyday. It was overwhelming sometimes because you often feel you haven’t mastered the topics from the days before yet and you are already learning something new. Because everyone was in the same boat, we were able to help each other out and learn together. I think Le Wagon does it very well in selecting good teachers. Our teachers were able to make ‘boring’ topics fun, which makes it easier for us to understand. The last 3 weeks were project based, when we could build our own products with a team. For me this was the moment to apply everything we had learned and to experience how to work together in a tech team. Le Wagon doesn’t only focus on teaching students how to writing codes, they really prepare you to be problem solving in the tech world. Now after the camp, knowing how to code and being part of the alumni group, I feel that many doors have opened. The 2 months flew by so quickly and I was able to learn so many things in such a short time. For the people who are considering to join the camp, focus for 2 months, it is definitely worth it.Read Less",FullStack program - 35+ locations,Web Development +251148,10868,le-wagon,Kelvin Lee - Leader Radio Technologies,False,2019,Le Wagon - Shanghai - Great learning experience and community,2019-05-15,5.0,5.0,5.0,5.0,"I had a very positive experience at Le Wagon bootcamp batch #236 in Shanghai. Before the camp, I was the general manager of a consumer electronics distribution company, and I was looking to diversify my skills and knowledge in order to take the company... Read More to a higher level. There was never a dull moment in the camp as each hour of each day was engineered for maximum learning, and there were more days than not when I felt stretched way beyond the edge of my capabilities, but there is always support from staff and classmates so you can't get too lost. The camp culminated with 3 weeks of working in a team of 4, which was the most challenging and intense but also the most rewarding experience in the whole camp. We made an easy to use app to help seniors in China to get together and dance in the local parks, which has always been a popular national pastime but offline for the most part. Our team enjoyed working with each other so much, we remain good friends despite living in different countries and we will even compete in two hackathons this summer as a team. To others who are considering to join Le Wagon, I would recommend doing the pre-work 100% with all your focus. It's long, it's hard, but on week one everything takes off like a rocket ship and you want to have as much under your belt as possible before the 9 weeks journey begins.Read Less",FullStack program - 35+ locations,Web Development +251141,10868,le-wagon,Guillaume Kordonian,False,2018,An immersive journey in the coding world - an essential asset for people with digital positions,2019-05-14,5.0,5.0,5.0,5.0,"Le wagon is an impressive experience for people like me who wants to learn to code ; in less than 3 months, we learn all what is necessary to well understand front-end, back-end and database issues. It's a very efficient way of learning with both theory... Read More and practise through exercices and usecases. All of them are also available online (for life for the alumni !). Le Wagon has skyhit all my targets and represents an essential asset in my everyday job as a tech entrepreneur and freelance consultant in digital transformation. I highly recommend the journey, it will change your professionnal life !Read Less",FullStack program - 35+ locations,Web Development +251134,10868,le-wagon,Coralie Delpha,False,2019,Le Wagon is a life-changing experience!,2019-05-14,5.0,5.0,5.0,0.0,"After graduating from Law School, I joined a Business School because I was more and more interested in entrepreneurship. After graduating from Business School, I wanted to launch two web projects but I did not have enough technical skills. That's why... Read More I joined Le Wagon Paris : learning to code was a way to become autonomous, allowing me to create the first versions of the products I had in mind. At the beginning, I just saw Le Wagon as a step to achieve my goals. But it turned out to be much more than that!! I did launch my two projects but I also loved Le Wagon's experience so much that I am now a Teacher Assistant at Le Wagon Paris. Right now, I could not ask for a better job than teaching and working on my personal projects. Thank you so much to Le Wagon's team for this life-changing experience!!Read Less",FullStack program - 35+ locations,Web Development +250862,10868,le-wagon,Anonymous,True,2019,It's a no-brainer for everyone who wants to get into coding,2019-05-14,5.0,5.0,5.0,5.0,"If you want to learn how to code in only nine weeks while living in one of the coolest cities in the world and also get to know some of the most intelligent and fun people I have ever met, Le Wagon in Melbourne is the perfect place for you. I had an amazing... Read More experience exploring coding for the first time in my life and this team and community is the best support you can get!Would definitely recommend this to anyone who wants to get into coding!Read Less",FullStack program - 35+ locations,Web Development +251124,10868,le-wagon,Augustin Cousin,False,2018,Batch #201 Paris is amazing,2019-05-14,5.0,5.0,5.0,5.0,"The Wagon bootcamp has been a real achievement.I didn't even expect heading to such a great experience when I signed in.I'm pretty sure It's not necessary to talk about the content, just come over and take the most of it; no matter what you want to do... Read More next : becoming a web developer, a product manager, an entrepreneur or just for your own culture…In fact, everything here is about sharing tech skills and experiences, especially because everyone here has a different background. The staff is amazing, from the first day to the last, you're never left alone. Moreover, thanks to a very sharp program, it's affordable to everyone to improve his skills step by step.I highly recommend this bootcamp to anyone!Read Less",FullStack program - 35+ locations,Web Development +251103,10868,le-wagon,Camille Huret,False,2019,impressively well done and well thought methodologyvv,2019-05-13,5.0,5.0,5.0,5.0,"Ta review:The methodology is great, the project weeks are amazing to realize that we actually learned ton.Having read the reviews of former alumnis, I got exactly what I was expecting: my intention was to get enough tools to draft an idea, and then being... Read More able to interact efficienltly with developers the day I would launch my own projects. While I spent the first weeks doubting I could ever draft an app, the project week proved me wrong, and with the help of my teammates, class mates, and the community of le Wagon's alumnis, I am now confident I can do it! The methodology is impressively well done and well thought. The rythm (intense, without being overwhelming), the energy, the team, without forgetting the location, made that experience fit my high expectations, and I would definitely recommend anyone to choose le Wagon, and especially Le Wagon Rio, what a blast!Read Less",FullStack program - 35+ locations,Web Development +251050,10868,le-wagon,Julio Quintana,False,2019,"No more boring ppts, i can prototype and code my ideas!",2019-05-09,5.0,5.0,5.0,5.0,"I consider myself a creative person and I am a hard-worker energy engineer who wants a zero carbon future. I have spent the last 6 years applying innovation to sustainable energy and I came to the point where I realised my skills were not enough, they... Read More were not future-proof. On the one hand I was talking how the digital world was disrupting energy and I was selling this, however I had not idea how tech was actually achieving this disruption. On the other hand I have always had many ideas and I could not transform them in anything else but boring power points. I knew I needed to learn to code. A friend recommended Le Wagon. I spent weeks reading about Bootcamps, benefits, disadvantages, and I was surprised how many good reviews Le Wagon had, to be honest I was even a bit skeptical. And here I am writing my review… I am truly grateful for how much I learn in these 9 weeks, I was afraid of that black window called the Terminal which I had never used in my life, and today I can use 4 of those at the same time. I lead a team of 3 developers using Agile methodology, and I am really proud to say I am a tech energy engineer, I can speak the language and understand the challenges (APIs, data structures, TDD, etc.). Le Wagon truly changed my life for the better, I can prototype my very own ideas and is such a powerful skill. The bootcamp teaches you all what you need to keep learning. Their methodology, support, environment and good vibes makes it unique. No need to hesitate, just take the jump, it is worth it.Read Less",FullStack program - 35+ locations,Web Development +251036,10868,le-wagon,Leonardo Ferreira,False,2019,Best time of my life at Le Wagon Rio Batch #230.,2019-05-08,5.0,5.0,5.0,5.0,"Le Wagon does live up to its slogan ""Change your life, learn to code"". I’m a oceanography student and a employee in a laboratory at Universidade Federal do Rio de Janeiro (UFRJ), one of the biggest universities in Brazil. I used to work basically with... Read More data analysis using Python, but we needed someone to work with I.T. One day I was sitting in my chair at my job and my boss just came to me asking if I would like to do Le Wagon (she knows that I love to code). In the beginning I was not really interested because the batch would start in my vacation (so no vacation...), but I started to search about the course and read reviews and then got excited! This was the time that I started batch #230 at Le Wagon in Rio de Janeiro. The bootcamp was hard, intense, painful and one of the best experiences in my life. The days that I spent at Le Wagon learning how to code can not be compared with anything. At the end of the batch, all students were amazed about what we could build with the knowledge acquired in the 9-week-program. Le Wagon will treat you as family and in the end you will look at classmates, teachers and staff in the same way. I will miss really hard Le Wagon, because you always miss your family. Thank you guys, for everything.Read Less",FullStack program - 35+ locations,Web Development +251205,10868,le-wagon,Marina Albuquerque,False,2019,Absolutely a great experience!,2019-05-08,5.0,5.0,5.0,5.0,"It was absolutely a great experience to went to Le Wagon’s bootcamp in Rio de Janeiro this year. I have an Art and Literature background and I work in the Art field for a few years. I have two brothers that work in the tech field and I was always keen... Read More to know more about it. I love to practice creativity and building things, and despite it was a different field, that was still all about the same. At some point in my life I decided to take the chance and learn to code. I try to learn on my own but I was always lost and with that kind of sensation that I will have to reinvent the wheel. That’s when I came across Le Wagon; a friend was about to start a very good and intense programming course. I was ready to move to São Paulo and went to know Le Wagon’s office there, but then plans have changed and I decided to do in Rio.We’ve shared so many good moments during the batch, and I’ve made very good friends! It was amazing what we have done together. Lots of good memories. I am very grateful to be part of it!Read Less",FullStack program - 35+ locations,Web Development +250636,10868,le-wagon,Ana Riccetti,False,2018,Definitely a life-changing experience :),2019-05-08,5.0,5.0,5.0,5.0,"It was definitely an awesome experience. I can recommend blindly Le Wagon to everyone. The teaching method and intensive process make everything possible and, at the end of 9 weeks, it is amazing what we are capable to do! I loved the course, the Le Wagon... Read More way to teach and explore subjects, the intensive journey, but what I loved the most were the people and the networking that I hope to take forever <3 I'm so impressed with my evolution and so grateful to LW :)Read Less",FullStack program - 35+ locations,Web Development +251038,10868,le-wagon,Lucas Martins,False,2019,Life changing experience! - Rio Batch #230,2019-05-08,5.0,5.0,5.0,5.0,"A month after finishing Le Wagon’s bootcamp in Rio de Janeiro, all I can say about it is that it was a life changing experience! I have a law background and practiced law for a few years, but always had a love for technology and building new things. After... Read More some time, I decided that I needed a career change and that I wanted to learn to code. First, I decided to try learning purely on my own, with a complete self-learning approach using some of the online courses available today. I was a little bit lost, not knowing on what to focus and, in the end, a little frustrated with the pace things were moving. That’s when I came across Le Wagon. I was in Sao Paulo with a developer friend who had been a student there and he told me to go to Le Wagon’s office and I got really excited with what they presented to me. The batch in Sao Paulo had already started a week ago by that time, so I decided to do it in Rio. Two weeks later, there I was, on the first day of the bootcamp. I had no idea of how the next 9 weeks would be so intense both in learning and in pleasure of getting to know amazing people and understanding that I was completely right to change my career path and had found the right place to learn to code. It was incredible what we all could build after the bootcamp! 3 amazing apps from scratch to production! I feel very proud of being part of the Le Wagon family! Thank you all, guys!!Read Less",FullStack program - 35+ locations,Web Development +251034,10868,le-wagon,Serena,False,2019,"The best decision you could take to learn, grow and challenge your brain!",2019-05-08,5.0,5.0,5.0,0.0,"The first day, was probably the third time opening a terminal in my whole life, by the end of the bootcamp I was merging pull requests on GitHub and pushing my PWA on Heroku.
If you have no idea what I am talking about, that is exactly why you should... Read More join the bootcamp.Every day, I woke up wanting to go to class, wanting to learn…9 days straight, not so easy to have this motivation in University. And what is best is that you are surrounded by people that have the save anger to learn, paired with passionate teachers and TAs that are seriously there JUST because they love what they are doing. They are seriously amazing in understanding what is bugging you, how can they make it clearer, and they can repeat it 1000 times.You will start with Ruby, and by the second week you will be playing black jack against your laptop, then you might wander ok cool… but when will I move from the terminal, and that’s when they will teach you the front-end and the beauty that is on all the apps you are surrounded by, and you have no idea how they got created (you will, promised). And from there they will teach you a MVP is built, and then it will be your turn and you will challenging yourself to create something that is actually out there, on the world wide web, and it feels immensely empowering. After seeing engineers working their magic, I thought it would have been almost impossible for me to understand what they were doing… then I found le Wagon.Read Less",FullStack program - 35+ locations,Web Development +250791,10868,le-wagon,Agnes Selvita,False,2019,"Batch #236 Shanghai, we rock!",2019-05-08,5.0,5.0,5.0,5.0,"First of all, for the first time in Le Wagon history, ever we had majority female than male ratio in this batch :) Prior to attending Le Wagon bootcamp, I was working as a data analyst and data engineer in a mid-size e-commerce company. I studied information... Read More system in university, as I’ve always had huge interest in anything tech, but was too intimidated to take on a full computer science major then.While working in the data team, I was exposed more and more to the IT and programming world, and was looking to finally brush my fear aside, and dive fully into the technical world. I was looking at different big data analytics or data science programs, but felt I wasn’t ready to commit to a full-time one-year-long master degree. So I thought of Le Wagon bootcamp as a shortcut!It wasn’t an easy decision, because I’ve worked for years in data field, and I felt like doing the full-stack coding bootcamp is a quite a big shift. But I think I stopped thinking of this after day 3 of the bootcamp.I really enjoyed every single day of the camp, the instructors we had were really some of the most amazing, talented and passionate people in the industry, and they really tried to put down the textbook, and do lectures in the most entertaining and unconventional way! The format of the classroom is great, we’d have 1 - 2 hours lecture in the morning, and right after that we’d start doing our daily challenges with our buddy of the day.I must say they’ve really found a way to teach non-technical people into building a full web product. Instead of looking at it as “learning how to code”, which can be demotivating sometimes when you feel like your brain is just not capable, they guide you pass the coding and straight on to the end goal: to launch a web product, YOUR own product, in just 9 weeks time. I remember what an awesome feeling it was, when we started being able to put the backend side and the frontend side together to complete a full product.The bootcamp has really opened my eyes and a new path for me. At this very moment, I'm enjoying just coding and creating new products everyday, and it gives me freedom to work as a freelancer and getting involved in different startups. I still very much love data, and I think the skill I learned at the bootcamp boost my capability in different data engineering projects that I wasn't able to do before the camp.Last but not least, Le Wagon has such an amazingly tight community of alumni and teachers, and these people are there to help each other post-bootcamp, whether to help with programming questions, or to give advice on projects and career, or to just share freelance opportunities with fellow graduates.Read Less",FullStack program - 35+ locations,Web Development +251028,10868,le-wagon,Pieter-Jan Caals,False,2019,"Le Wagon Montréal, batch #210",2019-05-08,5.0,5.0,5.0,5.0,"I highly recommend this bootcamp to anyone!I graduated as a Software Engineer in Belgium but before committing myself to a full-time job I wanted to have an experience abroad. So I joined batch #210 in Montréal and it was the best experience of my life!... Read MoreBefore the bootcamp, I wasn't sure if I was going to learn anything in the first couple of weeks, because those were all about the basics of programming. But boy was I wrong! My prior knowledge of coding gave me the opportunity to learn how to explain stuff that seems easy to me, to someone who never heard of it prior to the morning lecture of that day. And that definitely helped me to improve as a programmer. The bootcamp also provides optional challenges which are quite challenging, even for programmers with experience.But as the weeks progressed, I realized that Le Wagon is about so much more than just coding. The bootcamp taught me a lot about teamwork, helping each other out, realizing what you don't know and how to let others help you with what you don't know. And most importantly it taught me how to transform an idea into a product you can proudly present in only 2 weeks with people you've only known for 1,5 month. That's the magic of Le Wagon!Read Less",FullStack program - 35+ locations,Web Development +250932,10868,le-wagon,Maddie Lewis,False,2019,Awesome experience,2019-05-07,5.0,5.0,5.0,5.0,"Le Wagon has been an awesome experience. The teachers have been amazing and unbelievably supportive, I could slack them night or day and I know they would get back to me. As a future student, I’ve found Le Wagon to be a great step before University, the... Read More bootcamp has made me not only think more about what career I would like to do in the future but also think more about the business side of life. I now feel more like I’m learning with a purpose than just learning because I love the subject, which massively increases my motivation to learn about what I love. Post Le Wagon, I feel more prepared for life at University, the Le Wagon mentality is ‘work hard, play hard’ and that’s the philosophy I intend to take with me to University.Read Less",FullStack program - 35+ locations,Web Development +251013,10868,le-wagon,Alexis Dewerdt,False,2019,"Le Wagon Lyon, batch #218",2019-05-07,5.0,5.0,5.0,5.0,"The experience was short but intense. I am impressed of all that we learned in only 9 weeks !!! The vibes was great, and it was fun to learn, even though there were times when I felt like my head was going to explode :). I would do it again without hesitation... Read More !Read Less",FullStack program - 35+ locations,Web Development +251017,10868,le-wagon,vincent,False,2018,Le Wagon Batch 200,2019-05-07,5.0,5.0,5.0,5.0,"Le Wagon is an extraordinary experience, 9 intensive weeks that pass at lightning speed. I am an alumni of the 200 batch 2018 in Paris.After 6 years worked for Carrefour France, I always wanted to go further and understand what was happening behind the... Read More projects once in the hands of technology & developers. I was in charge of the ecommerce for the fresh products (bakery, fruits and vegetable, fish shop…).For this reason and to facilitate my interactions with teams of developers, I decided to join Le Wagon.A few months after the end of Le Wagon I joined xo7, a french startup, to be one of their product manager. In addition to that, I took the opportunity to create an online poster sales company just for fun.I really recommend everyone to do this bootcamp: it's the best experience to train, progress, understand, launch your project, iterate, and calmly tackle any new project, not just technical. The quality and relevance of the training is a real plus, as is the alumni network and the global community of Le Wagon.Read Less",FullStack program - 35+ locations,Web Development +251008,10868,le-wagon,Frank Ordeig,False,2019,My time at Le Wagon Barcelona,2019-05-06,5.0,5.0,5.0,5.0,"After finishing a 5-year job as international sales director for an international media agency in several countries across Africa, Asia, LATAM and the Middle East, I decided to take a little break, come back to my hometown Barcelona and learn new skills.... Read MoreUnderstand and learn how to code was something that I had in mind for too long, and finally found some time to commit for the crazy 9-week bootcamp. I came across with Le Wagon thanks to one family member who is a developer, who said it will fit more my business background. And he couldn’t have been more right. I found Le Wagon the perfect bootcamp to start learning how to code due to its methodology, developments tools and commitment of its teachers and TA’s. I was especially amazed by its kitt and online platform we used every day to learn Ruby, OPP, Data Base, Front End and Rails. The platform is very intuitive, and it’s remarkable because it allows each student to learn at its own path.I can only say I had a great time in Le Wagon Barcelona and with my peers from the batch 231. The atmosphere during the 9 weeks with people from other countries and different backgrounds but the same commitment and passion was a highlight.Read Less",FullStack program - 35+ locations,Web Development +251007,10868,le-wagon,Marion Beaufrère,False,2018,Amazing learning experience,2019-05-06,5.0,5.0,5.0,5.0,"I attended le Wagon a year ago, and I'm so glad I did !Le Wagon is a very intense learning experience, the first weeks especially are quite challenging. Yet, that's only because you are learning so much from it.The curriculum is very well designed, you're... Read More making immense progress throughout the 9 weeks. Because you're being paired with a different student every day, you're able to think through problems differently and to help each other grow.It's also a great social experience. You get to meet people from very different backgrounds with an entrepreneurial mindset. What I liked about le Wagon, on top of everything, is that it's not just pure theory, there's also a real project at the end. It gives you great tools that you'll be able to use in your everyday job life.All the experience I've gained from le Wagon has been very useful to me in my product role. I definitely recommend le Wagon to anyone who has an interest in the tech scene and/or in a technical or semi-technical role.Read Less",FullStack program - 35+ locations,Web Development +250997,10868,le-wagon,Gabriel Zerbib,False,2018,Le wagon Review,2019-05-06,5.0,5.0,5.0,5.0,"I don't see even one default, I enjoy everything from the lecture to the buddy system and the level of the TA (and Joy miso soup)Good, very good staff, their principal quality I think was their dedication, their fun, and their willingness to help us.... Read More Most of them inspire me to develop my skills and become as good as them.Read Less",FullStack program - 35+ locations,Web Development +250993,10868,le-wagon,Benjamin Aronov,False,2018,Full Stack Web Dev Zero to Sixty!,2019-05-05,5.0,5.0,5.0,0.0,"The thing I loved most were the teachers who were seriously interested in my learning. The ones who showed up hour+ before lecture and stay til 10pm+ to answer questions. These were most often the same teachers that would spend significant time outside... Read More of class, for instance going to meals or the beach or other activities, with the students. It was during these bonus times that I really felt like I learned the mentality of a successful programmer. Also during these times I forged the bond with teachers that allowed me to feel totally comfortable to ask deep questions over and over until I really understood the wide framework needed to build Rails projects from start to finish!Read Less",FullStack program - 35+ locations,Web Development +250980,10868,le-wagon,Dmitry,False,2019,Worth It,2019-05-05,5.0,5.0,5.0,0.0,"I've been researching the market, before joining LeWagon. A lot of shiny advertisement. Some were really too good to be true, while LeWagon, as I can see now, has been hugely underadvertised.Guys have developed a whole workflow and set of products to... Read More help in the learning process, as well as to maintain highest level of education, within shortest possible time. The experience has been accumulated for years and available to every branch - traveling teachers (each expert with practice in their field), TAs both local and traveling, great online community (real one, alive and kicking).It was worth every penny.Read Less",FullStack program - 35+ locations,Web Development +250978,10868,le-wagon,Maud,False,2018,9 extraordinary weeks of the most intense intellectual stimulation,2019-05-03,5.0,5.0,5.0,5.0,"At the end of Law School and after various experiences in law firms and legal departments, I felt very frustrated to only glimpse the possibilities offered by tech solutions, but being unable to neither develop them nor even understand exactly who to... Read More talk to or what was feasible.I attended Le Wagon bootcamp hoping that it would give me the keys to understanding the world of development, useful in the future profession of lawyer in which I was projecting myself.Not only was I absolutely not disappointed, but it brought me much more than that: by the quality of the speakers, the richness of the courses, the completeness of the course offered to us and the diversity of the people I met, it is actually my whole perspectives that changed.After Le Wagon, I joined Seraphin.legal, a French company of the Legal Tech ecosystem: at the crossroads of law and code, we design and develop tech solutions for legal professionals.Read Less",FullStack program - 35+ locations,Web Development +250918,10868,le-wagon,Kitty,False,2019,Le Wagon changed my life,2019-04-27,5.0,5.0,5.0,5.0,"""I came to Le Wagon looking to change direction from a career in teaching. Whilst I loved my previous job I was searching for a means of increasing my potential to create change; in short, I wanted the empowerment of having a hard skill that would allow... Read More me to build something scalable. I was not sure whether I wanted to continue to work in education after the course, but I was confident that Le Wagon would open my eyes to opportunities in tech, allowing me to make an informed decision on the direction to take with my new skills.I was not disappointed. Throughout the course we were not only equipped with the technical skills needed to become a web developer (with lessons delivered in a logical, clear and structured way), but our learning was enriched by a busy program of talks, lectures, and events which aimed to educate us about the inner workings of the world of tech and how to get ahead in it. This, above all, I found extremely helpful as a total newbie to the sphere. I feel it gave me a great head start when searching for jobs and securing my first role after completing the course""Another great thing about the course was the fun, social element. I feel that I have built a network of friends and fellow web developers who will be there to support my career for the long run. The benefits of Le Wagon don't end at the end of the course- the learning continues through the amazing online platform, with reams of helpful information, tutorials and cheat sheets and loads of helpful people ready to answer your questions on anything, be they technical or professional. I couldn't recommend Le Wagon enoughRead Less",FullStack program - 35+ locations,Web Development +247860,10868,le-wagon,Antoine Bahri,False,2019,Le Wagon Barcelona batch 231,2019-04-26,5.0,5.0,5.0,5.0,"As an entrepreneur with no technical background, joining Le Wagon in Barcelona was one of the best decisions I could have made. The program is very intense, but I never imagined I could learn and create so much in such a short time.During the first weeks... Read More of the bootcamp, we focus on learning the ruby language and understand the basis of programming. We then dive into front-end coding (HTML, CSS and JavaScript) and get all the tools to build great looking designs. Finally, we learn how to use Rails. Rails is an amazing framework that uses the Ruby language to allow you to build powerful and scalable web app in no time!One of the highlights of the bootcamp is the final project where you get to pitch an idea, get a team, and actually code and deploy a real app from A to Z. In my team, each of us were coming from very different background and countries (Argentina, Bulgaria, Spain and Syria) and we got to learn a lot from working together.I think one particularity that Le Wagon has over other bootcamps is its focus on conveying an entrepreneurial mindset. In Barcelona, aside of coding, we learn about agile methodology and how to deliver great and effective user experience.To sum up: if you want to switch career and become an innovative full-stack developer, or if you are an entrepreneur who wants to speak the language of developers and scale your business, don’t think twice. It’s a transformational journey and a true investment for your future.Read Less",FullStack program - 35+ locations,Web Development +247839,10868,le-wagon,Carole,False,2019,I attended the first Le Wagon batch in Lausanne in 2019! ,2019-04-25,5.0,5.0,5.0,5.0,"Before Le Wagon, coding seemed impossible for me and I could not imagine that it would be that fun to learn. Le Wagon has a great teaching format where practice is the success key. You quickly see your progress and it keeps you motivated throughout the... Read More intensive 9-week bootcamp. The cherry on the top was to see how much I could achieve during my final project. With my coding buddy, we created an entire website where you shop recipes instead of ingredients. Being able to code this website from the database schema to the fancy Javascript effect was really rewarding and has impressed many of my friends!Read Less",FullStack program - 35+ locations,Web Development +247813,10868,le-wagon,Guillaume Imary,False,2019,Code & Fun,2019-04-25,5.0,5.0,5.0,5.0,"After 3 years working in retail and marketing I wanted to start my own company but I had no coding skills... So I decided to join Le Wagon to have an overview of all what code is and to improve my tech skills. I wasn’t disappointed. After only 9 weeks... Read More of learning, 9 weeks of laughing, 9 weeks of drinking beers with startup partners, I’m now able to build an entire working website and I have a better idea of what I want to do!! I’m currently passing job interviews in tech startups and in the meanwhile I’m TA at Le Wagon Paris. Thanks a lot Le Wagon !Read Less",FullStack program - 35+ locations,Web Development +244291,10868,le-wagon,Dania,False,2019,best adventure ever !,2019-04-24,5.0,5.0,5.0,5.0,"These nine weeks were an amazing experience.It’s very impressive how much they manage to teach us in such a short time.The whole team is passionate about what they do, which makes it really inspiring to work and exchange with them about coding or personal... Read More projects.It was one of the best intellectual and personal experiences I’ve had , and I can’t recommand it enough to anyone who has an interest in coding.They have made coding accessible and sexy Thanks you Le Wagon !!!Read Less",FullStack program - 35+ locations,Web Development +247257,10868,le-wagon,Marjorie,False,2018,To be a better Growth hacker,2019-04-24,5.0,5.0,5.0,5.0,"After working 1 year in a startup as a growth hacker, I realized that I lacked skills in web development to progress in my job. It was difficult to know how to start to learn these skills, so I decided to join Le Wagon, the best web development bootcamp.... Read MoreDuring 9 weeks, I learned the basics of web development (Ruby, CSS, MySQL ...) with other beginners like me and... It was an amazing and intense experience !Today, with this new skills, I am better at communicating and managing developers at work. Moreover, I am more independent and productive at work, for my personal project, ectRead Less",FullStack program - 35+ locations,Web Development +247824,10868,le-wagon,Caio Abibe,False,2019,"From Investment Bank to Coding, my journey in Le Wagon Bali",2019-04-23,5.0,5.0,5.0,5.0,"Before joining Le Wagon I worked most of my career as an Investment Banker in Mergers and Acquisitions and in Financial Advisory. After 10 years of work experience, I decided that I wanted a change to a Tech / Startup environment, and in both environments... Read More software is driving most of the innovation and is where most of the value added comes from.I started researching coding bootcamps, and one of my best friends, the founder of a very successful Brazilian startup, Loggi, recommended me Le Wagon.I could not have been more satisfied with Le Wagon, the program is very well designed, very quick paced and fully delivers on its promise of transforming ideas in products. The full stack development bit means we learn everything from web design, databases, APIs, and back-end development; and as such it gives all the necessary tools to be able to transform any idea, in a fully functional app I’m pretty sure that even if I don’t work directly with web development, my skills you be amazingly helpful on my future job prospects.Lastly, I did Le Wagon in Bali which is an absolutely incredible place to do it, from the amazing staff, amazing friends that I made, to the unbelievable lifestyle that the island offers, I would definitely choose it over again!Read Less",FullStack program - 35+ locations,Web Development +247823,10868,le-wagon,Jakob Merz,False,2019,Great way to dive into coding in Barcelona,2019-04-23,5.0,5.0,5.0,5.0,"Coming from a business background, I worked with automization and digitization in multiple internships. However, what that actually entails was always a blackbox to me. Hence, I wanted to gain an in-depth understanding of how coding works and how I could... Read More use these skills in a business, be it as an entrepreneur or advisor to companies. I particularly enjoyed that the curriculum is adaptive, meaning that you will always be challenged no matter what level of coding proficiency you have before or throughout the coding camp.My personal highlights were the demo day and starting to rebuild Airbnb. In the week in which you program your own Airbnb you realize how much you have learnt and how everything, front- and backend are comning together. The demo day is an amazing feeling of taking an abstract idea and building a full-fledged product in two weeks and presenting this to a crowd of >100 people. In these moments you truly realize that LeWagon is worth the time and resources you put in.Barcelona is a great city and a good combination of beaches, a vibrant startup community and amazing food. The team running the camp is very engaged in helping you succeed in coding but also ensuring that you are bonding with your batch and having a great time in Barcelona.Think about what you expect to get out of the boot camp and validate your expectations with the team in the interview process.Read Less",FullStack program - 35+ locations,Web Development +247809,10868,le-wagon,Jessie Baxter,False,2018,Le Wagon Melbourne,2019-04-23,5.0,5.0,5.0,5.0,"Coming from a product and entrepreneurial background - I wanted to learn to code to up-skill myself technically so I could both work with engineers more effectively and validate new product ideas quickly. I am someone who needs to understand the core... Read More theory behind what I’m working on in order to fully grasp and expand upon it and that’s exactly what the Le Wagon curriculum and program format enabled. The majority of your days throughout the course are spent on challenges which enables you to practice what you’ve been taught but also instills in you an engineering mindset which is based on a strategizing, executing and testing iteration loop. From my experience, the most important part of learning to code is getting comfortable with failing and the process of learning from that failure which is exactly what the Le Wagon format instills in you. I would highly recommend the course to anyone who is both looking to transition careers but also open themselves up to a new way of approaching problems.Read Less",FullStack program - 35+ locations,Web Development +247837,10868,le-wagon,Eliott Guérin,False,2018,"Don't hesitate for a second, just go for it!",2019-04-22,5.0,5.0,5.0,5.0,"Le Wagon is an extraordinary experience, 9 intensive weeks that pass at lightning speed. I am an alumni of the 146 batch of spring ‘18 in Paris.After 4 years of lead generation for a subsidiary of a cac 40 company, I always wanted to go further and understand... Read More what was happening behind the projects once in the hands of technology & developers.For this reason and to facilitate my interactions with teams of developers, I decided to join Le Wagon.A few months after the end of Le Wagon I joined Skello, a french startup founded by former Le Wagon alumni to create and structure the Marketing BU.I really recommend everyone to do this bootcamp: it's the best experience to train, progress, understand, launch your project, iterate, and calmly tackle any new project, not just technical. The quality and relevance of the training is a real plus, as is the alumni network and the global community of Le Wagon.In short it is the best experience of my last years :)Read Less",FullStack program - 35+ locations,Web Development +247780,10868,le-wagon,Paul-Antoine Huilizen,False,2018,"Great experience, great people",2019-04-19,5.0,5.0,5.0,5.0,"A 9 week-program is intense but totally worth it. Do not hesitate.Regarding the program : - great content and great platform (kitt) - you can access the content after having finished the program --> to keep practicing and learning- first three weeks are... Read More intense but then you get into the rythm- no need to know how to code before starting the program. The level is more or less even between the students at the end of the 9 weeksRegarding the people : - teachers and staff have different backgrounds which means rich and diverse encounters. They are all accessible, patient and can become good friends- same thing for the students : diverse backgrounds which is great to broaden your horizons and perspectives on how to do / think things.Regarding the network : - the alumni network is extremely active via slack- by active I mean : job search / tech awareness / dev tips / ... I have a strategy consulting background and wanted to study at Le Wagon to acquire tech skills to :1/ Be autonomous to ship small products / concepts 2/ Understand what tech people I work with are talking about==> the program totally matched and surpassed my expectations!Read Less",FullStack program - 35+ locations,Web Development +247728,10868,le-wagon,Pierre Laburthe,False,2017,Changed my life,2019-04-18,5.0,5.0,5.0,5.0,"Le Wagon truly changed my life. I was finishing my studies and hadn't any idea what to do next. One month after finishing Le Wagon, I was hired as front-end developer at IBM Watson. Le Wagon gave me the opportunity to understand and create products from... Read More A to Z. I am now creating a debate plateform: http://logora.fr which couldn't have been without the amazing bootcamp offered.Read Less",FullStack program - 35+ locations,Web Development +247762,10868,le-wagon,Anna Louis,False,2016,Definitely more than just a Coding Bootcamp,2019-04-18,5.0,5.0,5.0,5.0,"I followed the wagon right after my Business School. Thanks to le wagon's pedagogy, I learnt fast how to code and get the most valued skills in the job market today.More than hard skills, I also learnt a new way to learn and build products. I met great... Read More people there and I'm still using this network today, composed by amazing wagoners.Now, I'm a product manager and even if I'm not a web developer, I do recommend it to any curious person.In 2019, learning to code is accessible to anyone and no longer reserved for men graduated from engineering schools, Le Wagon offers to anyone this opportunity, it's up to you to seize it ;)Read Less",FullStack program - 35+ locations,Web Development +247726,10868,le-wagon,Thomas kerkour,False,2019,Very good experience at Bootcamp of Bordeaux,2019-04-17,5.0,5.0,5.0,5.0,"I loved the concept of doing some code with a buddy during the day and having a website where there were all courses and more to learn code. I learnt a lot about ruby and web thanks to this bootcamp and if I have to do it again, it will be a great pleasure.... Read MoreRead Less",FullStack program - 35+ locations,Web Development +247745,10868,le-wagon,Esther,False,2019,London Batch #222,2019-04-17,4.7,5.0,5.0,4.0,"Attending Le Wagon in London (batch #222) is one of the best career decisions I have ever made. Having the interest in programming and data, I have been scouting around different coding schools in the city. I have previously attended Flat Iron’s part-time... Read More course but wasn’t getting much out of it as they lack teaching support in the London campus and the syllabus wasn’t ready when they launched in the summer of 2018.The bootcamp life isn’t easy but Le Wagon has the best resources. They have a closely-knit network where everyone genuinely enjoy programming and the community is their key to success. The instructor, TAs, and staff go above and beyond to help you and pay close attention to everyone’s progress and guide us through the journey. The first weeks of bootcamp was really difficult - lecture started at 9 sharp everyday and we worked on various problem sets for the rest day until 5:30 when we started live coding (the lead teacher will pick one student to code in front of the class and of course providing guidance as well). Our typical day ends around 6:30/7pm depending on the workload and it was mentally and physically challenging. After 9 weeks of intense learning, we’re equipped with working knowledge of a junior developer.Overall, my time at Le Wagon was extremely rewarding and enjoyable. I would not hesitate to recommend anyone who’s considering a career change to tech.Read Less",FullStack program - 35+ locations,Web Development +247700,10868,le-wagon,Rebecca Green,False,2019,Enthusiastically recommend Le Wagon Barcelona!,2019-04-17,5.0,5.0,5.0,5.0,"Before Le Wagon, I spent 4 years working as a Graphic Designer / Art Director in New York / Philadelphia but have consistently felt dissatisfied with the day-to-day. A career in front-end web development seemed like a logical expansion of my skill set,... Read More so last fall I began researching bootcamps. I quickly realized that a full stack program would leave me with the most options afterwards and allow me to explore all aspects of web development without keeping me in the “designer” box.I chose Le Wagon for a few reasons:1. Le Wagon is a fraction of the cost of most U.S. programs but offers the same education, value, and outcome.2. The application process was approachable and unpretentious. The staff seemed interested in getting to know me personally and selecting individuals who would fit the culture.3. It’s tailored to beginners. Most people have no coding experience going into it.4. It’s highly rated and reviewed by alumni which is telling not just for the quality of education but also the culture.5. I knew if I wanted to go to a full-time bootcamp I would have to leave Philly for a few months so I would be lying if I said the opportunity to travel was not a huge part of why I chose Le Wagon Barcelona.And thank god I did because it was a great experience and an ideal learning environment. I liked that the first few weeks are dedicated to learning and truly understanding Ruby, that the work was both individual and collaborative (and extremely hands on), the exercises were challenging but actually so fun, the teachers and TAs were encouraging, helpful and patient, the community was strong and diverse in terms of professional background and interests, and I left with the experience, motivation and toolkit to build web applications from the ground up.Le Wagon was exactly the experience I was looking for and I’m extremely grateful to have had it! Would definitely recommend!Read Less",FullStack program - 35+ locations,Web Development +247691,10868,le-wagon,Victoria Susann Kempter,False,2019,Once in a lifetime experience!,2019-04-17,5.0,5.0,5.0,5.0,"I am super grateful to the whole team at Le Wagon! Super impressed by the teaching – the curriculum as well as the techniques and the teachers' skills – and organization. You can totally tell that they're super professional without ever getting boring.... Read More Communication and spirit are great, everyone is super open, fun but – as already said – professional at the same time. It's A LOT to learn, your brain gets fried on a daily basis but it's worth it and you learn so much along the way – also about yourself! In the end they really encourage to coach you in finding a job so you know you're not alone out there.Read Less",FullStack program - 35+ locations,Web Development +247734,10868,le-wagon,Lily Gasztowtt,False,2019,An amazing invaluable experience,2019-04-17,5.0,5.0,5.0,5.0,"Upon finishing my Bachelor in Histoy at UCL, I found myself at a slight loss possessing no clear career path but a strong desire to diversify my education and widen my professional experiences.When a friend informed me of Le Wagon, this immediately appeared... Read More to me as the perfect first step to kickstart my graduate life. Having always been intrigued by the technology industry but having never had the opportunity to complete any tech-related studies, I was delighted to find an intense program which offered a comprehensive introduction to this thriving industry. The bootcamp’s short duration and focus on expanding not only one’s technical skills but also one’s network aligned perfectly with my desire to obtain a well-rounded initial insight into the world of technology and startups.Furthermore, wanting to travel and experience new cultures, the fact that Le Wagon offered their course in a multitude of major cities attracted me all the more to their program. Deciding to join Le Wagon in Paris, I can safely say that the high expectations I had upon starting the formation were completely surpassed during the 9 weeks. The wealth of knowledge I gained went far beyond simply learning how to code. The insight into entrepreneurship and start-up dynamics coupled with the exposure to an incredible selection of open-minded individuals from all walks of life meant that I spent some of the best months of my life in a highly sociable and stimulating environment. As cliché as this may all seem, I cannot praise the structure and values of Le Wagon enough. Even if you do not envisage yourself as a professional coder, you will gain invaluable information on the technology industry, which is increasingly omnipresent in our day-to-day lives. Upon finishing the bootcamp, I was offered a job in a thriving French tech-startup, which would have most likely been impossible without the skillset and career assistance I obtained at Le Wagon. I would therefore truly recommend this bootcamp to any curious, open-minded individual who wants to better understand the prevalent world of technology in highly sociable and exciting conditions.Read Less",FullStack program - 35+ locations,Web Development +246120,10868,le-wagon,Anonymous,True,2019,A Life-Changing Experience,2019-04-17,5.0,5.0,5.0,5.0,"Le Wagon (or better known as “the Carriage”) is a gleaming triumph of modern-day education in an otherwise bleak and hapless era for education’s role as an engine for social mobility. Le Wagon is not just a 9-week bootcamp: it is a fast-track for anyone... Read More with the drive for self-betterment to become a fullstack developer capable of solving any problem, work at any company, and truly make a positive impact on our world.As for the instruction, I can honestly say that I have never seen a group of more dedicated, thoughtful, and patient instructors than at Le Wagon. I took computer science courses at UC Berkeley (where I got my undergraduate degree in Business), and even the teachers at the #2 Computer Science program in the United States did not compare to the ones at Le Wagon.As for the resources and classroom materials, Le Wagon has assembled an incredibly robust and intuitive bank of online knowledge that allows students to learn each concept at their own pace. On top of this, they include an amazing depth materiels, so if you find a topic that you like, you can nerd out with the best resources that the internet has to offer.As for the alumni network, Le Wagon has a vibrant online community of alumni who are willing to help and are constantly posting with new freelance and company-based opportunities.One thing that I want to emphasize, however, is that Le Wagon does not make you into an incredible developer. It gives you every tool that you need to become an incredible developer. At the end of the day, the bootcamp is not a graded class. You can do nothing, and learn nothing. But I can tell you - those who worked hard, savored every minute of the class, and took advantage of every single resource now have a completely different trajectory in life.Are you ready? Because for those who are, Le Wagon is truly a life changing experience.Read Less",FullStack program - 35+ locations,Web Development +247725,10868,le-wagon,Benoit CALIN,False,2019,Amazing Bootcamp in Bordeaux,2019-04-17,5.0,5.0,5.0,5.0,"I participated in Le Wagon Bootcamp for the January 2019 batch, so I am fresh alumni.The front wagon:Before the Bootcamp I spent three years in financial audit, but I needed to find another field.I had heard about the training through a friend who participated... Read More and never saw code before that.The only thing I had seen approaching a tiny bit of code was Excel formulas (so more or less nothing).The pendant wagon:I found the training very well strated. The pedagogical model was very well thought out (from my point of view) because we are given at the beginning of the day, during a 1h30 course, the main elements for succeeding the exercises of the day.It is very intensive, but the exercises of the day are made to challenge the students while still having the opportunity to get help from the speakers.I would say that we learn a logic rather than a simple language, coming out of Le Wagon we know what to look for, how to and where to look for information.The after wagon: After Le Wagon I got directly into self-employed (freelance), I was helped for this and for my first missions by the members of Le Wagon present in the facilities.We have access to the facilities for a month after the training in order to be guided and helped for our beginnings, whether it be as a developer or as a job search or in development of a personal project. Many interventions during the wagon had also allowed the post-wagon possibilities to be slightly enlarged.To summarize, I loved learning enormously, working as a team and feeling supported, and above all being challenged daily for 9 weeks.Read Less",FullStack program - 35+ locations,Web Development +247706,10868,le-wagon,Guillaume,False,2019,Amazing experience at Le Wagon Paris - Life Changer,2019-04-16,5.0,5.0,5.0,5.0,"I joined the Wagon thanks to a friend, Nicolas Schweitzer, who followed the program a year ago.I’ve been doing the same job for almost 10 years, and I’ve been going around for a while. So I signed up. The goal was not directly to change career. I have... Read More always been interested in coding and have taken some basic courses on Khan Academy (HTML, CSS).So my work agreed to free me on weeknights so I’d be able to follow the lessons of the Wagon. I have all been seduced by the field and especially Le Wagon pedagogy. The course of the days is well thought out and allows to progress quickly.In the end, out of Le Wagon, I asked for my contractual resignation. Left my job at the end of April, I have a few days as a TA at Le Wagon Paris. I want to continue to train myself (I did the track REACT and do two days this week on VUE JS in a school called SFEIR), and I’d like to try to work freelance to see where it goes.To summarize: I did 10 years in a great job that brought me a lot. Le Wagon arrived at the right time to give me the impetus to change. To be honest, I dive a little into the unknown but I have the chance not to be forced to resume an activity directly, suddenly I have time to train and I hope that Le Wagon will allow me to evolve in this new activity.Read Less",FullStack program - 35+ locations,Web Development +247686,10868,le-wagon,Tanguy Foujols,False,2018,One of the most amazing experience of my academic life! ,2019-04-16,5.0,5.0,5.0,5.0,"One of the most amazing experience of my academic life! The 9-week programm is intense and challenging, and really well designed. Making significant progress day after day makes us feel so proud!In addition, the peer learning mindset, the great number... Read More of events (inspiring talks, networking, parties...) and the quality of the academic team have also contributed greatly to make this learning and human experience highly valuable!After almost one year, I can experience every day the benefits of Le Wagon bootcamp. I strongly recommend, and I would do it again any time!Read Less",FullStack program - 35+ locations,Web Development +247661,10868,le-wagon,Anonymous,True,2019,A learning blast,2019-04-16,5.0,5.0,5.0,5.0,"After 3 years in business development in startups, I was frustrated not to understand the code behind tech products so I did Le Wagon! It was a learning blast! I constantly learned during 9 weeks and I really appreciated the mutual assistance from co-workers... Read More and alumni. I had the image of solo developers and was surprised by the team spirit. I also found it really playful to solve problems and had the opportunity to pitch my project about employee perks and to construct a MVP with a great team. I have now new skills to use so as to have a Growth mindset!Read Less",FullStack program - 35+ locations,Web Development +247588,10868,le-wagon,Aurélien Allard,False,2017,A real springboard for my career,2019-04-16,5.0,5.0,5.0,5.0,"Undoubtedly one of the best training I applied for.Le Wagon brought me at the same time a knowledge and a community to learn with, even if I did not aim to be a dev myself.",FullStack program - 35+ locations,Web Development +247473,10868,le-wagon,Valentin Geffroy,False,2018,Best school experience in my life,2019-04-16,5.0,5.0,5.0,5.0,"I just finished a marketing master before starting Le Wagon coding bootcamp.I heard a lot of good reviews about them but I didn't expected that.It was AMAZING! The team, teachers, people there, are fantastic. It was so good that I almost cry at the end... Read More (sound like sex experience but suceed in code is not so far from that ahah)Today, I'm freelance as a COO of an Agency and Le Wagon and the slack give me this job. Also it gaves me so many opportunities.This is the best decision you can make in your life.When you know how to code, the world is yours.Read Less",FullStack program - 35+ locations,Web Development +247465,10868,le-wagon,Romain Sanson,False,2018,Le Wagon Paris,2019-04-16,4.7,5.0,5.0,4.0,When I started my 9 weeks course at Le Wagon Paris I had never studied any programming language before. I found the teachers good and skillfull and It was interesting to work every day with classmates from very different professional backgrounds.The program... Read More was very challenging and before entering I never thought it would be possible to learn so much in only 9 weeks. Experiencing Le Wagon gave me new perspectives for my future.Read Less,FullStack program - 35+ locations,Web Development +247705,10868,le-wagon,Darrick Ervin II,False,2019,Once In A Lifetime Experience,2019-04-16,5.0,5.0,5.0,0.0,"I decided to learn coding primarily because I was paying coders to code my own projects and honestly I had little to no idea what they were doing, what was taking them so long and why I was paying them SO MUCH! After a few years of employing them I figured... Read More I needed to learn a lot more or else I'd probably spend a lifetime having other people code my visions. So I signed up for the bootcamp to learn how to code but also to learn how to manage coders I contracted. It was an amazing experience from start to finish! You were completely immersed in coding and Le Wagon makes you feel like your being welcomed into a family across the globe. A family of coders of course. They allowed you to move at your own pace. If you were coding for the first time they made sure you kept up with the pace of the class and if you caught on quick they ensured you never ran out of new material and challenges for you to work on. They pretty much gave you the opportunity to learn whatever you wanted. It was an endless learning experience in the class room and the possibilities simply expanded when you stepped into the city of Barcelona. I choose Barcelona because it is one of the best places to drink wine in the world, I have always been intrigued by Spanish culture and rumor has it Barcelona is a great place to party. The city easily delivered all that and more the entire 9 weeks I was there. And most importantly it fosters an environment for creativity and freedom of self expression. It reigns high as my favorite place in the world right now. My favorite part of the curriculum was that this coding class had an entrepreneurial twist to it. So in addition to the technical skills to code I took information away on how to start a business and go about launching a product. That was one of the most valuable things I learned. The best part of the entire course was the people I got to be around and work with. So my advice to anyone considering it is don't hesitate, take on adversity head first, find every new experience you can and live in it to the fullest, it's 9 weeks that will last you a lifetime get everything you can from it. Oh and try a Catalonia Tempranillo while you're at it!Read Less",FullStack program - 35+ locations,Web Development +247695,10868,le-wagon,Anonymous,True,2019,Worth the Roller Coaster Ride,2019-04-15,4.7,5.0,5.0,4.0,"Before starting Le Wagon in Montreal in January 2019,, I was working a standard part-time job as an administrative assistant and graphic designer. Feeling I needed a change in my career, I was intrigued when I heard about Coding Bootcamps from a loved... Read More one. After reading the reviews wondering if it was too good to be true, and discussing it with loved ones, I decided to enroll in Le Wagon in my hometown. One thing I have to say is that before you go, prepare yourselves as much as you can (The prepwork comes in handy), and take time off work to devote yourself to the prepwork and curriculum (I left my job a few weeks before the start of this program, and it was a big help as you need to have a fresh brain for this new endeavor). The more prepared you are, the easier it gets.The first few weeks are overwhelming, and you start doubting yourself, but once you put yourself through it, work on the issues, and get used to the work, it works wonders. The work, as described by professors, was described as “Training your brain to learn a new language and a new way of working”, and similar to getting a degree in Computer Science. The teachers and TAs (Teachers Assistants) were awesome as well, as quite a few of them have been through the process themselves and understand what the students go through, so don’t feel as if you are being graded or judged. While it is a marathon, and a lot to learn, they will understand if you feel like there are times where you cannot learn any more or your brain is full. You will also always have a buddy learning with you, whether it is during assignments, or on final projects (Groups of 3-4 people). The learning system was pretty awesome as well and the flashcards and lectures were extensive. Overall, it was a great experience and I highly recommend it to people.Now, I am in process of job searching in this new field of Web Development, trying to develop my portfolio further, and extending my learning further. A few pieces of advice: Take things one day at a time, take small breaks when you need to recuperate, always do your flashcards, don’t feel you have to know everything because no one knows everything, and ask for help when you need it.Read Less",FullStack program - 35+ locations,Web Development +231940,10868,le-wagon,Patrice Gedeon,False,2019,Le Wagon is more than a 9 week coding bootcamp,2019-04-15,5.0,5.0,5.0,5.0,"Deciding to attend Le Wagon Montreal was one of the best career decisions that I've ever made. Like everyone else, I had the option of choosing from various other bootcamps making all sorts of claims, and honestly, I was just looking for a well-reputed... Read More coding school that would be effective at teaching and was easy on the wallet. I also did not want to feel cheated out of my money after completing the course, so I began looking up bootcamp after bootcamp and I took my time to look up online-reviews. It was during my research that I discovered Le Wagon. Every person that I've reached out to regarding Le Wagon were all RAVING with positive reviews. Every review I read spoke of an amazing experience that sounded incredible. I couldn't believe it. Every single review? How could it be? My interests deepened as I went to their website and continued to search through-out their curriculum. Something about Le Wagon stood out to me. It felt more entrepreneurially-oriented than the others, which was exactly what I was looking for. I wanted to feel empowered with skills and knowledge that I would be able to use from home and also be equipped with all the tools that I would need. I did not want to simply be able to go job hunting after completing the course. I wanted to be able to start projects on my own. And that is when it happened... The Decision. I chose Le Wagon and it changed my life.The benefits you get with Le Wagon are real-world necessities. If you have absolutely no coding experience or background, Le Wagon is the bootcamp for you. They provide you with LIFETIME assistance on their KITT platform, and yes, the Alumni and Teachers are active on there. You will have access to valuable information, be able to review information you may have forgotten and discover so much more about the world of coding. They even provide a Career Playbook for you to follow if you decide to make coding a career and they keep you informed about possible job openings and opportunities, whenver available.The culture at Le Wagon MTL is amazing. We did activities together, went out to eat and drank with each other and even did yoga (I've never done yoga before this). We also have Happy Hours on Fridays when we drank beer and ate pizza. We even sang Happy Birthday for students whose birthdays were during the course. I really felt like a part of the Le Wagon MTL family and community, and that's priceless for students. It is like I always have someone that I can reach out to, if I'm ever in need of help. I am never alone, being part of the Le Wagon. And oh, before I forget... if you enjoy a hot cup of coffee in the morning, Le Wagon offers unlimited cups of coffee. YAY for me.The bootcamp itseft is intense, so it may feel difficult in the first couple of weeks, but please trust the process. They have a curriculum that builds you in every aspect, not simply teaching you how to code. They provide you with everything you need to succeed and I urge you to take full advantage of everything they will recommend. On KITT, you will have access to Flash Cards to study after class to help you retain what you've learned and alsohave access to pre-recorded videos previewing the next day's lecture. The TA's (Teacher Assistants) are knowledgeable and they enjoy what they do. What I love the most is that, if you're stuck on a challenge and have a question, once you put in a ticket, they won't just utter the answer to your question. They push you to think and develop a way of thinking that will be of benefit to you in more ways than just coding. In doing so, Le Wagon provides the skills that prepare you for the real-world, such as problem-solving skills and product management and design. You really learn a lot about yourself. I've pushed myself in ways I never imagined. I interviewed a speaker that came to one of the Wagon Talks (it is voluntary), and I also had to pitch an idea, code it from scratch and present it on Demo-Day... our final day of the bootcamp, in front a huge audience.The working space at Le Wagon MTL is awesome. The people are very polite and treat everyone with respect and it is about 10mins of walking distance from the nearest metro station. They have great food available within walking distance as well.In a nutshell, Le Wagon is more than a 9 week coding bootcamp. Le Wagon is a community of friendly coders you can always count on, whenever problems arise.Read Less",FullStack program - 35+ locations,Web Development +247718,10868,le-wagon,Ryo Fujiwara,False,2019,"Coding, Entrepreneurial Thinking, Global Networking - all in one!!!",2019-04-15,4.7,5.0,5.0,4.0,"I heard about LeWagon from my brother, as I needed to find a new career path since I had to quit my previous job due to health issues. At first, I was hesitant to attend LeWagon or any other coding bootcamp of any sort, because I thought it was just learning... Read More strictly about coding all day long - I didn't want ""TO DO THAT"" all the time: I really needed the opportunity and the chance to think like an entrepreneur because I want to start a business eventually. And as a Japanese who grew up in the United States, attending LeWagon was just the right choice and what I needed out of my life after immersing most of my career in the Japanese business world - being in a multi-national and multi-cultural environment, using the most out of the networking opportunities out there, along with thinking like an entrepreneur, while learning to create web application through Ruby and Ruby on Rails. The first three weeks of Ruby was hard for me, especially having experience with web design, visual arts, and performing arts, where more and more creative approach is necessary compared to logical thinking. Even though I struggled with the back-end, one of the teachers was nice to point out that some of us have strength in either or sometimes both. There are 3-5 exercises each day, working and helping with a classmate. There could be a pressure to complete it all (there could be one or two that can be ahead simply because of their prior experience in coding or can understand the logic of Ruby quick), but you can always come back to the exercises later. (I'm writing this review a month after finishing LeWagon - Tokyo, and I've been able to absorb more Ruby and Ruby on Rails because I can access all the materials even after completing the 9 week course - I just need a good extra time to understand the logic of Ruby!).The final project was definitely a great experience as well - we first come up with a project idea by ourselves, then pitch it in front of the class, even though only a few is selected. Yet, coming up with my own project idea and working with the team definitely gave me a head start into what entrepreneurship is like. I am a person filled with ideas, often want to make my ideas into product. The teachers were helpful in leading us to make the project into ""product"". Without attending LeWagon I don't know how I can get a good start in creating a startup, or thinking more into networking globally as well.Read Less",FullStack program - 35+ locations,Web Development +247560,10868,le-wagon,Lucie Monnier,False,2019,Amazing!,2019-04-15,5.0,5.0,5.0,5.0,"The Wagon was one of the best experiences I had attending school!Not only did I learn very useful skills regarding my carreer, but it also feels like I am now part of a great network.Everything lead me to a carreer in business, but thanks to Le Wagon,... Read More I can now access so much more opportunities (developper, PO etc)! As for the courses themselves, they are very interesting. Thanks to the method “learning by doing”, we could improve our skills very fast and become full-stack developpers in only nine weeks. Last but not least, the atmosphere at Le Wagon is great, it really was a pleasure to wake up and go learn how to code everyday :)Read Less",FullStack program - 35+ locations,Web Development +247442,10868,le-wagon,Ronan,False,2017,Great quality coding bootcamp,2019-04-15,5.0,5.0,5.0,5.0,"Being in my early 40's, I considered that I needed to get hands on into coding in order to be more ""digital aware"" for the rest of my career. This is the reason why I decided to attend to Le Wagon's coding bootcamp.What I found there perfectly suited... Read More my needs: in 2.5 months, I went from no knowledge at all in coding, to a good understanding on how to build a fully functional website, and how all the mechanics behind it works.These guys at Le Wagon have been very good at designing a great, intensive program, supported by a good technical infrastructure, where you can learn, meet great people and have fun altogether!I strongly recommand for those who wish to really become more digital savvy or to launch a career in coding.Read Less",FullStack program - 35+ locations,Web Development +247673,10868,le-wagon,Philippine B.,False,2018,Amazing!,2019-04-15,5.0,5.0,5.0,5.0,"Le Wagon was an amazing experience, first a human one but also because we left it with so many useful skills for our future. It was easier to adapt ourselves to this new language because we were surrounded from day one with incredible teachers, patient... Read More and passionate about coding. I recommend this bootcamp for anyone who would like to change their lives because it did change mine.Read Less",FullStack program - 35+ locations,Web Development +247682,10868,le-wagon,Abraham Guerra,False,2019, Amazing experience at Le Wagon!,2019-04-15,5.0,5.0,5.0,5.0,"I’m currently finishing my masters in electrotechnical engineering so I had some previous programming skills. However, I wanted to extend my skills in web development so I decided to take the Le Wagon Bootcamp.It was the best decision I could have made.... Read More I was not expecting that it would be possible to achieve so much skill and knowledge in such short period of time and it’s totally worth it.In 9 weeks you go from zero to launch your own website in a really amazing working/learning environment where both teachers and TA’s are super helpful. Although the bootcamp it’s fast paced, I managed to learn a lot and have an amazing experience with my team on the final project weeks where you test all you skills and capacities.Overall it was a fantastic experience and I totally recommend it for anyone looking for a relevant change in their lives!Read Less",FullStack program - 35+ locations,Web Development +247681,10868,le-wagon,Pedro,False,2019,My (Excelent) Experience at Le Wagon,2019-04-15,5.0,5.0,5.0,5.0,"Before joining Le Wagon at its Full Stack Bootcamp, I was a Management Consultant with a business and finance background and no programming skills whatsoever. Despite enjoying all the different projects and challenges that Consulting brought me over the... Read More last 5 years, I was not focusing on one of my life goals, which was to build and develop my own projects and ideas.In order to fulfil this objective, I was lacking the necessary technical skills that were essential to setup a number of my own ideas, thus I decided to take a sharp 180º turn on my Consulting career and opt in on a tech oriented / web development bootcamp.Le Wagon was without a doubt the best possible choice I could have made and provided me with a life-changing experience. From the well-structured curriculum and its supporting resources, to the highly knowledgeable and always helpful teaching staff / worldwide community, Le Wagon was with no doubt an extremely positive experience that vastly surpassed all my expectations.There are several aspects of the bootcamp that make it an excellent choice (such as the ones mentioned above). However, the one I would refer to as the most prominent one would be the fast pace environment and the high-level exercises and challenges that are available, as these will most definitely ensure that you either ""learn or learn"" the topics at hand.After 9 weeks of bootcamp, I am now 100% independent in setting up new tech ideas from top to bottom, as Le Wagon provided me with all the necessary tools to do just that. In summary, I would unquestionably recommend Le Wagon to anyone keen on learning to code, for both the technical skills that are gained throughout the course and the enthusiastic and supportive worldwide community.Read Less",FullStack program - 35+ locations,Web Development +247671,10868,le-wagon,Beatriz Barroso,False,2019,Amazing Experience!,2019-04-13,5.0,5.0,5.0,5.0,"Before Le Wagon I was working as a teacher. Even though I really like teaching, I needed a bigger challenge. So, after a lot of research I decided to join Le Wagon in Lisbon.Le Wagon does exactly what it promises you : “Change your life, learn to code”.... Read More After 9 very intensive weeks of coding my life was definitely not the same. During these 9 weeks you’re fully immersed on learning how to think like a programmer. You’ll even dream about it. One of the best aspects of the bootcamp is that we obviously learn theory, but it’s so much more focused on practice, over and over again, with trial and error, until you get it right. And you have alongside you amazing teachers that take the time to make you understand your errors and code with them. I cannot recommend them highly enough.The last two weeks of the bootcamp are to build a product in a group from scratch. It is great working in a team towards building a product. You learn on how to be organized in your team of developers and how to work on a team.Le Wagon was an amazing experience. I feel like it’s exactly what someone needs if they want to become a developer. You definitely learn by doing.Read Less",FullStack program - 35+ locations,Web Development +247664,10868,le-wagon,Ben P.,False,2019,An amazing journey!,2019-04-13,5.0,5.0,5.0,0.0,"I had worked for 8 years before joining Le Wagon: mainly at Amazon in marketing, advertising and product management roles, and for a shorter period of time as Head of Acquisition in a French fintech startup. I have to admit I’ve always been quite intrigued... Read More about coding: I tried to learn PHP on my own when I was much younger and then had the opportunity to learn a lot about SQL and VBA at Amazon. A few months ago it became very clear to me that I was becoming less and less passionate about my job and becoming much more interested in the challenges that the dev teams were facing. On top of that I had been working on an entrepreneurial project which required coding skills to move forward.I chose Le Wagon because of the very positive feedback I found across various websites, and also because two of my friends had already done this bootcamp and highly recommended it to me. As a result I had very high expectations… and I was not disappointed! The curriculums are perfectly designed to teach you new concepts every day that build on top of what you’ve learned the previous day. The staff is super proficient and the overall vibe is extremely positive and energetic. Although the bootcamp is super intense, I enjoyed every single day of it and still can’t believe how much I learned in such a short period of time. I would 100% recommend it to anyone wanting to learn how to code.Read Less",FullStack program - 35+ locations,Web Development +247667,10868,le-wagon,Christopher Alabada,False,2014,Best decision I've ever made! Le Wagon Tokyo,2019-04-13,4.7,5.0,5.0,4.0,"I'm a System Administrator who wanted to get into the coding side of things. I have some experience in PHP and Wordpress, so I already knew how to code. One of the reasons I chose Le Wagon was that they taught Ruby on Rails which I had zero experience... Read More in, both Ruby as a language and Rails as a Framework (or any framework for that matter).Overall, I would definitely recommend Le Wagon, whether you have zero coding experience or you're self-taught like me. You spend most of the day doing exercises, which is the best way to keep what you learn. And you won't be alone either. You are paired with another student and they're also well staffed with Teacher Assistants. If you have a question about anything, there was always someone available with minimum wait.You will also create an app from inception to completion, more than once actually. From User Stories, to mockups, to an actual app. You'll work in a team. You'll collaborate as a team. You'll even learn how to pitch as well. These skills are invaluable and hard to get experience as someone who is self-taught.Also, once you join Le Wagon, you become part of a larger community of developers all over the world. Stuck on a coding problem? Need interview advice? Moving to another country and need job leads? Ask the community. Once you graduate, you're not forgotten at all. You are still part of their community.OK, so even though this is just one out of 900+ reviews, Le Wagon deserves all the praises. Again, I highly recommend Le Wagon. As a self-taught developer, you will gain a ton of knowledge and experience, learn to collaborate in a team, create apps from scratch, and belong to an invaluable community of developers. If you are someone who doesn't have coding experience, Le Wagon is your how you get your best foot forward.Read Less",FullStack program - 35+ locations,Web Development +247656,10868,le-wagon,Maxime Lagresle,False,2019,Life-changing experience,2019-04-12,5.0,5.0,5.0,5.0,"From a business background, I’ve always had a profound interest in the tech world. I started working in a startup in Singapore as Growth Marketer. Although I enjoyed this position, I realized that ultimately — no matter how good your marketing strategy... Read More is — it always starts with having a great product. For this reason, I decided to move into a Product Manager position to get closer to the product and have a bigger impact on its strategy. This position has been an eye-opener for me as I enjoyed the broad scope of activities that it covers (from customers interviews down to execution and product releases).However, it also brought my tech skills limitations to light, and I felt frustrated at some point not being able to dive deep enough into the product development issues with my fellow engineers' colleagues.It is for this very reason that I applied to Le Wagon to gain the tech skills needed to flourish into a Product Manager position.9 weeks down the road I’m feeling much more confident with my coding skills and decided to start building my own web app — a content-curation tool for Product Managers — as a side project.In short, Le Wagon has been a life-changing experience for me for the following 3 reasons:* It totally demystifies web development* It gives the self-confidence needed to start building my own project* It gives the opportunity to be part of a great community with various background united around a common passion for tech.Read Less",FullStack program - 35+ locations,Web Development +247640,10868,le-wagon,Emanuel Moniz,False,2019,Great Experience | Awesome Learning,2019-04-12,5.0,5.0,5.0,5.0,"Before the bootcamp, i was working on webdevelopment but only the basic stuff, HTML and CSS, no JS and always with the help of a CMS (joomla or wordpress). So the bootcamp was the natural step up for my career. I now can do full stack. I loved RUBY and... Read More specially RAILS, and i now have what i need to start new projects.Read Less",FullStack program - 35+ locations,Web Development +247650,10868,le-wagon,Mike F.,False,2019,Le Wagon Tokyo,2019-04-12,5.0,5.0,5.0,5.0,"Overall the bootcamp was an incredible experience. First off I like to state Tokyo had the best instructors you could possibly ask for Doug, Ollie, and Forrest along with the TA's was by far some of the best instructors I have ever had going through schooling... Read More they have an impeccable way of teaching each student and truly care about the students learning the material. I have never seen a group have such patience when it comes to teaching and answering questions. As far as the curriculum it was a lot to learn but as long as you keep up with the flashcards and continually ask questions you will be fine. All the learnings lead to product building, which I think is essential to becoming a full stack developer. Le Wagon Tokyo was one of the best decisions I have ever made!One last thing the networking and friendships you make going through Le Wagon Tokyo is like none other, the community is really supportive during and after the bootcamp. I highly recommend joining this bootcamp Doug, Paul, and Slyvain have done an outstanding job of creating an amazing learning environment that makes learning this material so enjoyable.Read Less",FullStack program - 35+ locations,Web Development +247620,10868,le-wagon,Jeffrey Monteiro,False,2019,"Quit my Job, moved to Tokyo to learn code",2019-04-12,5.0,5.0,5.0,5.0,"A lot of context - because maybe you’ll be in a similar situation...I was working in a finance job I liked but didn’t love for 5 years. I’ve always had an intense interest in tech and startups and was also involved with a small startup in a customer success... Read More position. Basically, at 28 - I knew I had to shake it up and break into the tech scene in a meaningful way. Some people in my network did it via coding bootcamps and had success so I started doing my research as there are a million options. I looked up reviews online, messaged people on LinkedIn who attended bootcamps, and posted on Reddit for some guidance. Soon enough, I had about three bootcamps that I thought were the best for different reasons: HR, FSA, and LW, but I didn’t want to apply to any until I did a decent amount of preparation. To get my feet wet, I bought some books on Amazon, did a Codecademy track. After I felt a little bit more comfortable - I enrolled in a 10-week prep course for HR, which a peer of mine went to - definitely one of the most popular, based in SF and has a NYC campus, which was convenient because I live in Jersey. It was intense and in JavaScript - I liked my peers, but I had trouble understanding concepts from the main TA who was undoubtedly a genius, but not as good of a teacher for those that didn’t have a coding background. Then, I heard feedback that said your cohort experience is largely dictated by the quality of TA’s and teachers(which is kind of a no brainer). If you get shitty ones - then thats that - too much risk to me for the high price point. HR ruled out.So then I directed my attention to FSA and LW - spoke to the staff at both. FSA was good - made the most sense logically, it was close to my home in NYC. They had great outcomes, but for some reason something about my conversation with the LW Tokyo founders really hit me as authentic. That and LW had more of an entrepreneurial vibe as opposed to just being trained to be a developer. So I took the completely crazy route, quit my job and moved to Tokyo to join the January batch.THE BENEFITSAmazing teachers - the drivers and managers of Le Wagon Tokyo are world class. Really good at simplifying concepts and really ensuring you grasp the materials. This is HUGE if you are not a tech wiz by default.Diverse and helpful TA’s: TA’s coming from all backgrounds and each useful in comprehension - they don’t just tell you the answer, they force you to learn. Not to mention all awesome personalities!I had an awesome team for my project: Clearly defined roles, great synergy, and we put together a very solid project. Would randomly break out Disney sing alongs during project week. My friends at other camps said they’d just sit in silence and code. I’m an ENFP so I’d rather have fun while I codeSetting: nifty co-working space with a lot of friendly Japanese locals, free coffee, a Japanese toilet for fans of that lol. There’s a lot of fun events every week too for networking and making friends hosted by the coworking space and also le Wagon so double the events right in your backyardPitching - if you have an idea you’d love to pitch seriously, or even for fun. Le Wagon gives you the ability and skills to do so effectively. My project in particular was chosen as one of the four projects, which was cool. I pitched in front of 70+ people, which is a big deal for someone with an intense fear of public speaking and I’m so happy I did it.I absolutely loved my batch (cohort) - 16 people, was the perfect amount. I’ve heard horror stories of kids hating their batch or the group being so big that there weren’t enough TA’s and help, but I was truly lucky. People from everywhere: Los Angeles, San Francisco, Hawaii, The Bronx, NJ, England, Australia, Indonesia, Thailand, Philippines, and Japan. From all walks of life. I have friends all over the world that I could visit at any time!The culture of Le Wagon and the staff are so cool - I feel like I am truly part of a community and have friends for life. We sang karaoke together, ate delicious food, went to all you can eat and drink places, played darts, did yoga, and so much moreThe bottom line is for someone that had no coding background whatsoever and for the price I paid. I got a crazy amount of value out of Le Wagon and have the foundational understanding to push forward into my tech journeyCAVEATYou get what you put in - this is true for anything in life. But I felt like it’s really important here. Le Wagon gives you everything you need to succeed. It’s truly up to you to put in the time and take advantage of it. Video Lectures of every class so you can watch it before hand, flash cards to reinforce your understanding everyday, awesome TAs and teachers that are always ready to help, a coworking space that’s open till late and the weekends to crush your coding grind, a ton of events with recruiters, startups in Tokyo etc., an actual manual and gameplan for what exactly you need to do after graduation whether it’s get a job as a developer, product manager, freelancer, a list of VC’s and another step by stepguide if you’re trying to launch your startup, UI kits, a HUGE, very active and enthusiastic slack community of Le wagoners for literally anything you could imagine (relocating to a different part of the world, dealing with bugs, sharing founder best practices, etc time infinity)....I could go on and on but you get the point. If you want it - it’s there. At the end of boot camp, some people wanted to go gets jobs in Tokyo and they did, some wanted to reinforce their understanding with additional Udemy courses, they did, some wanted to keep working on their projects, they did. So my point is JUST do it.Hope this was helpful and please don’t hesitate to reach out. The experience was so positive and I know it sounds corny AF but I bleed Le Wagon blood nowRead Less",FullStack program - 35+ locations,Web Development +247609,10868,le-wagon,Richard Jarram,False,2019,One Of the Best Decisions I've ever Made,2019-04-11,5.0,5.0,5.0,5.0,"ReviewI've only got good things to say about Le Wagon. They do exactly what they say: change your life by learning how to code.

I wrote my first Hello World in Python in 2018. I enrolled on Le Wagon in 2019, and now I'm working as a freelance developer... Read More with my first job within 3 weeks fof graduating the bootcamp. 

For me, Le Wagon stands out from other bootcamps because of its curriculumn: firstly, its product-oriented; and secondly, its focus is on Ruby / Rails. But they also have excellent teachers and a brilliant teaching platform (Kitt), as well as a global alumni network you can access through Slack.
Unlike other bootcamps (to my knowledge) Le Wagon is product-oriented. The last 3 weeks of the course you'll be working in a group of 3-5 people on a final project. It's a great way to expose yourself to agile developmnent, design-thinking, and gitflow. These are practical skills that you can only really learn by doing, and Le Wagon provides you with a great environment to do it in.

Their curriculumn focuses on learning how to learn: they teach you the industry best practice and design patterns that are going to be used by agenices worldwide despite what programmnig langauge they use. For example, my first commercial project used Vue JS. But I picked it up super quickly and did not feel disadvantaged by taking a course based on ruby/ruby on rails. I'm confident now to learn by doing, and that's something that Le Wagon gave me the skills to do.

That's always a major sticking point. People ask why the course is taught in Ruby. Well that's because the syntax in ruby is super easy for beginners to pick up. This is because (unlike JS) it's a programming language built from the grounds-up with a sophisticated design philosophy underlying its architecture: it's meant to be a human-friendly language. As a case in point, some of the handy syntax improvements in ES6 (implicit return, template literals) existed in ruby for years! So overall, ruby is fun to program in, and it's a brilliant medium to learn the basic programming patterns that are langauge agnostic (such as MVC). All good reasons to study in ruby.

But if you are anxious about learnng JS, React, Redux etc, Le Wagon actually offer an alumni track on these frameworks on their platform, Kitt, that is super good quality.

And finally, there's the amazing talent that backs the teaching of Le Wagon. The teachers were all excellent quality. We had UI practitioners as TAs during product sprint week. We had backend developers teaching us during the SQL and Active Record week. The course was well structured; all the teachers were personable; there was a wide variety of students and teachers alike; and there were happy hour Thursdays every week at teh coworking space.

You have access to Kitt for the rest of your life; when Le Wagon update thier curriculum, you can access these exercises on Kitt. Their Alumni are also very active in many different sectors in countries all around the world. So you're not just purchasing the time to learn how to code when you enrol on Le Wagon, you're participating in a global community of entrepreneurs and designers and educators. Like I said, I only really have good things to say about it!Read Less",FullStack program - 35+ locations,Web Development +247633,10868,le-wagon,Clément,False,2018,Great experience at LeWagon Lisbon,2019-04-11,5.0,5.0,5.0,5.0,"Before LeWagon bootcamp, I worked as an engineer and quality manager in Brazil, doing a lot of manual and repetitive stuff. I already knew it was possible to make things easier with automation and I was interested in learn properly how to do it for many... Read More years.Starting LeWagon Lisbon, in an international environment, was one of the best choice I made so far. Great team of teachers and assistants. You will never be alone during the journey ! The program and the platform are really intensive but perfectly designed to give the students all they need to understand and learn as quick as possible. There is so much extra-content that it’s almost impossible to see everything. You also have access to the huge and super active alumni’s community to help you in the future.I can only encourage anyone who is looking for a coding bootcamp, learn how to code and change his life; to join LeWagon’s family and the fullstack web developer bootcamp.Read Less",FullStack program - 35+ locations,Web Development +247631,10868,le-wagon,Regi Voda,False,2019,"Best decision i've made so far, this bootcamp really changed my life! -Milan, batch#233-",2019-04-11,5.0,5.0,5.0,5.0,"If you are looking for a coding bootcamp to attend, if you are looking for new skills to learn, if you want to change your job, if you want to change your life, choose LeWagon! I was looking for an affordable coding bootcamp, I've been trying to change... Read More my job in this last years, as I have been a chef, but I always felt like that wasn't the right job for me. I tried to change my life, I wanted to change my life, so I found Le Wagon. I decided to attend batch#233 in Milan, as I live in Milan. I applied also for the scholarship they offer to residents, and that was the best decision i'v ever made so far. It was one of the best and most intense experiences of my life. I leant a lot, the program is very well organized, there are a lot of topics, and a lot of exercises. Teachers are all great people, well prepared and ready for any question. I met a lot of great people during the bootcamp. We worked a lot, wrote a lot of code in 9 weeks, struggled, improved and learnt so much! Honestly it was tough, but it worth it, TOTALLY! So, i would definitely recommend this coding bootcamp, to you who want to change you life.Le Wagon says: ""Change your life, learn to code."" and that's what i did!Thank you Le Wagon.Read Less",FullStack program - 35+ locations,Web Development +260999,10868,le-wagon,Sahar Khan,False,2019,LeWagon Changed my Life ,2019-04-11,5.0,5.0,5.0,5.0,"Before LeWagon I was working for Amazon in operations. I know what your thinking but the role was as far away from Tech as you can think. I was a manager in one of their huge fulfilment centres managing teams of up to 150 associates. Managing people is... Read More a role I enjoyed but I just couldn’t help myself from thinking there had to be something else.I’ve always been curious about tech but I always thought that to move into that industry you needed a traditional tech background with a degree in computer science. It turns out I was completely wrong. I started going to tech meet-ups and found myself at a LeWagon demo day at Google Campus one evening with no knowledge about what a coding bootcamp was. After just 1 hour of listening to and seeing what the students had achieved in 9 weeks I was ready to sign up!It was honestly the best decision I’ve ever made. I’m really into triathlon and had been working on an idea for a training plan web app, My Finishline, which I actually built with a team of 3 as our final project. I’m actually still working on that and almost ready to launch the beta.The 9 weeks were filled with hard work, high five moments and loads of laughs with some amazing people. Ive made life long friends through the course and look forward to jumping out of bed to start coding every morning. That seems crazy considering I couldn’t write a line of code before the course.If your thinking about doing the course, stop thinking about it and get signed up! You won’t regret it!Read Less",FullStack program,Web Development +247628,10868,le-wagon,Antoine Massot,False,2019,Le Wagon Barcelona - Perfect for a new start,2019-04-11,4.3,5.0,3.0,5.0,"Before joining le Wagon, I was working full time in the Business Travel industry and i used to work closely with the dev team in my ex company. I didn’t know anything about coding before and i just realised how powerful was to have these knowledges seeing... Read More how fast was it to develop a real and concrete product from a basic idea.I chose Le Wagon and especially in Barcelona because i know how dynamic and beautiful is the city and Le Wagon because the program has been so smartly built that at the end of the 9 weeks I was able to design, code and ship a product built from scratch, within 2 weeks !At Le Wagon Barcelona you will meet people from everywhere with different background this is what makes this bootcamp so rich and so special. Sharing is the keyword ! The staff were outstanding, patient and were always available to help.I’m glad to be part of Le Wagon adventure, it has allowed me to get the knowledges and get a maximum of information in a minimum of time.Read Less",FullStack program - 35+ locations,Web Development +247624,10868,le-wagon,Lorenzo Cursley,False,2019,THANK YOU LE WAGON BOOTCAMP – BALI #217,2019-04-10,5.0,5.0,5.0,5.0,"Le Wagon truly delivered a course that is life changing – quite literally giving you a skillset that can change your life.I joined Bali Batch #217 having extremely little tech experience. I have been working as a professional chef since the age of 16,... Read More using my mac just for photo editing, menu planning and some movie editing for the last 15 years.I started coding after being introduced to it by an engineer I worked with, who had a similar logical problem solving approach as I do.After completing the prep work, I joined my classmates in our classroom looking over the beautiful balinese coastline.I had no illusions as to how fast-paced and tough it would be, but before the end of the first week, I was ready to throw the towel in.Guido and the team quickly resolved the issues, investing faith into the program, the teachers and the T.A’s.I completed the course showcasing a complex web app, knowing how to pitch products, code to a high level and ready to be an asset to my next employer.The biggest compliment I can give to the bootcamp is it works.Behind the door, Guido and Dirk made everything flow seamlessly. The teachers and T.A’s are at the top of their game (with amazing skills that make me insanely jealous) but beyond all of that they are on your side – having all been in your shoes and spurring you on to grow, bringing the best out in every student.Invest in yourself and join the bootcamp – you won’t regret it!Read Less",FullStack program - 35+ locations,Web Development +245252,10868,le-wagon,Nicolás Gil Michel,False,2019, This is the bootcamp to choose - Barcelona Batch #231,2019-04-10,5.0,5.0,5.0,5.0,"I was working as a banker for a couple of years already, but all my life I've been struggling with finding my real career path. That answer has never been easy to me, and with time I started feeling interested in programming. I did some research in Google... Read More in order to find where I could get deep into the field and there it was Le Wagon with its intensive programme, which hooked me right away.I digged a little further so I could consider other options, but after seeing lots of excellent reviews, its positioning in specialized magazines bootcamp's rankings, and talking with former students, the decision was very clear and so I chose Le Wagon for this new career path. I was looking to change careers and couldn't expect spending too much time in the process. I wanted to learn, fast, and be able to start working with it as soon as possible. I had the motivation, so their high promises in terms of skills-to-gain, fast-paced learning curve, and product-oriented programme was a perfect match for me.During my time, there were lots of things to remark. But if I would have to choose a few, I would say that actually having the feeling of wanting to wake up early every time to go the course it's something that never happened to me before, which I welcomed gratefully. Moreover, the atmosphere was just amazing, all the group was completely focused an helping each other, as everyone came with the same goal, which motivated and encouraged me to keep working and do better every time.Furthermore, the teachers were completely capable and the agile methodology was also a very solid point of the bootcamp: Lectures lasted long enough (not more than 2hs) and the rest of the time was spent in solving challenges, which made it easier and clearer to learn, but mainly WAY MORE FUN. Last but not least, leaving the bootcamp with an actual product in your hands, building it from scratch, it's a more than useful experience and advantage for future job opportunities.Being based in Barcelona was just the perfect plus for me. The weather is great, the city is beautiful, you are close to the beach and the mountains, you can find people from all over the world, and there is a huge variety of options for either day and night life.So to sum up (and I guess if you read this far you already know this), I would definitely recommend Le Wagon and Barcelona! I have to admit that making this investment was not an easy decision, but I do not regret it at all, it was definitely one of my best experiences ever. For you guys, if you are certain about your interest in programming, then this is the bootcamp to choose. My advice for you is to be really commited to work hard those weeks, specially in the first ones when eveything starts getting a little confusing; but do not despair! In the end things will workout and wou will feel rewarded, with lots of new skills, and a new fresh product to feel proud of.Read Less",FullStack program - 35+ locations,Web Development +247480,10868,le-wagon,Luis,False,2019,best decision ever,2019-04-09,5.0,5.0,5.0,5.0,"I used to work as a logistics supervisor, for me was a pretty boring job that I truly didn’t like, it felt like I was wasting my life and my potential to do something really exciting. I always liked the tech industry so I started to learn to code on my... Read More own, but it was way too difficult, I decided to join Le Wagon for many reasons, but the community they had build over the years is just amazing, feels like a family always willing to help me out. Management, teachers and TAs are great people going the extra mile to make sure I understood and overcome all the difficulties I had during the bootcamp. By the end of it I was surprised with all the skills I had acquired and what I was able to build. To anyone reading this, dont think about it too much, join Le Wagon and I promise you wont regret it.Read Less",FullStack program - 35+ locations,Web Development +247598,10868,le-wagon,Daniel Lindsey,False,2019,Rewarding Experience,2019-04-09,5.0,5.0,5.0,5.0,"If you are looking for a career change or just to learn a new skill, sign up for Le Wagon now! I had zero coding experience when I enrolled and by the end of the course, I was able to build a website from scratch. This course is worth way more than it... Read More costs. It has given me the opportunity to change my life and pursue a career where my skills are in high demand. The course itself is done extremely well and the staff are incredible. I took the course in Milan and cannot speak highly enough about the staff (and the food). The instructors are extremely knowledgable and always there to help, even outside of the classroom. You can get so much out of the bootcamp if you are willing to put in the work. After the course, Le Wagon does a great job of preparing you for what's next and assisting you as you start the search for a job. I am extremely thankful for my nine weeks at Le Wagon and the things that I learned, the friends that I made and the opportunity to do something new.Read Less",FullStack program - 35+ locations,Web Development +247594,10868,le-wagon,Audrey,False,2019,Most rewarding and affordable course I've ever taken! Opened new doors for me career-wise,2019-04-09,5.0,5.0,5.0,5.0,"After finishing university a semester early, I wanted to develop some technical skills to supplement my business major. I had first heard of Le Wagon through a few different friends who had done the boot camp before, and I knew that it was something I... Read More had to check out. I did my research, and I found that Le Wagon was priced way more reasonably than other boot camps, while still able to teach me the skills I needed to become a web developer. I interviewed, completed a prep course, got into the program, and started in January. The boot camp was life-changing. By the end of it, I was able to build an application that I wanted to (the back end, the front end, all of it). On top of that, there was an amazing community/cohort feeling, and you could tell that everyone wanted the best for everyone else. Not only were the teachers more than willing to stay long hours to help you, but the other students were also supportive and helpful. I would say that the two most valuable things I got from this course are: 1) HOW TO LEARN TO CODE on my own and continue to develop my coding skills even after the boot camp, and 2) the alumni network (I'm not currently looking for a developer job, but based off the job opportunities that are constantly shared, it seems like there are many opportunities from other alumni as well as from firms that know about Le Wagon). Overall, I would HIGHLY recommend this boot camp, especially to students like me who are interested in both coding and living abroad (they have campuses all over)!Read Less",FullStack program - 35+ locations,Web Development +247593,10868,le-wagon,Taniya Amidon,False,2019,Best coding bootcamp !!,2019-04-09,5.0,5.0,5.0,5.0,"Learning to code has been one of the best decisions I have made in my life. Out of all other bootcamps, I choose Le Wagon London because they were rated the number one bootcamp in London and had the highest number of positive reviews. My experience at... Read More Le Wagon London has been extremely positive. It has been a tough 9 weeks, but I loved every moment of it. I got to meet fellow students from all different nationalities and professional backgrounds. Le wagon staff has been very supporting since day one and all teachers and Teaching assistance have done the bootcamp and because of this they understood the syllabus very well and knew how to support us specially during tough weeks. I came from no coding background and after completing the bootcamp, I am able to successfully build awesome web applications and have the skills to continue learning other technologies/languages out there on my own.I not only learn how to code, but I also made greats friends thanks to Le Wagon London.Read Less",FullStack program - 35+ locations,Web Development +247512,10868,le-wagon,Suraj VINGATAREDY,False,2018,The Best Choice in my life !,2019-04-09,5.0,5.0,5.0,5.0,"During my banking career I wanted to return to my passion - programming. I already knew about Le Wagon and the very good feedback it has so the choice was easy for my new start !It started since my first day in Paris, being part of the batch #201. In... Read More just 9 weeks I was able to build great web applications and projects.Within two months after this great and intense experience, I was able to find a job. Now I'm a Project Manager and Fullstack Developer.It was the best choice of my life and for nothing else I would choose another school than this one.So if you are looking for the best and want to live an amazing experience I highly recommend you to join the fullstack program. You will learn all the coding skills needed to start a new career or to improve your knowledge and meet amazing people everyday !Read Less",FullStack program - 35+ locations,Web Development +247584,10868,le-wagon,Oscar Bernardini,False,2019, A few lines about my experience at Le Wagon,2019-04-08,5.0,5.0,5.0,5.0,"If you are reading this, it probably means you're considering applying to Le Wagon bootcamp. If you are anything like me when I discovered this program, you're drawn to the 9 weeks duration as well as the promising tagline: 'Change your life, learn to... Read More code'.Well, I can tell you I've just finished the bootcamp and for sure I changed a ton. It's not just learning new things, it's mostly about being immersed in a completely new dimension for 9 weeks, challenged every day by interesting, modern concepts and amazing human beings from all over the place.Long story short, I was somewhat inspired by the idea of becoming a developer after reading a really long article on the topic. I discovered that Le Wagon bootcamp was also in Milan—I live close by—and I decided to attend a workshop just to have a peek around. Once there, I felt an immediate connection with the staff and the environment, so much that I really felt like it was the right choice for me.Le Wagon it's not just an awesome bootcamp, it's a growing community of heterogeneous people with a lot of grit and passion for what they've learned to do in just 9, shared weeks.All you need to make the best out of it is a firm willingness to commit and trust the trainers: they really know what they're doing and they just want you to succeed.Read Less",FullStack program - 35+ locations,Web Development +247577,10868,le-wagon,Doncho Penev,False,2019,Le Wagon Barcelona - nothing short of a 9-week long dream,2019-04-08,5.0,5.0,5.0,5.0,"Graduating from a business school, I was looking out for a new direction to expand my skillset, and, in particular, a way to combine my past experience and knowledge to create tangible value. Web-development answered all my needs and I thoroughly researched... Read More all my options before I decided to trust Le Wagon.The school felt like THE right place from the moment I got in touch with the admissions team, who make you feel as welcome as you are at your own home.The 9 weeks I spent with Le Wagon in Barcelona allowed me to fully immerse myself into one of the most motivating, productive and intensive environments I have ever experienced, all while being surrounded by the some of the most collaborative, positive and outgoing people I could ever meet.The course syllabus and the web-based teaching resource platform, available to you for life, are incredible in the way they allow you to learn at your own pace, while diving into just the precise amount of detail, thoroughly vetting all the information you need, providing you with the opportunity to continuously expand your skillset forever, collaborate with the amazing ever-expanding community of Le Wagon, or just to freshen up your knowledge.However, the true highlight of the campus were the teaching staff who never seized to inspire and undoubtedly provided me with all the best guidance and support I needed to embark on my coding journey. Bolstered by the entrepreneurial focus of the camp and the final project weeks, I now feel confident that I can successfully join and contribute to the tech ventures of tomorrow.Read Less",FullStack program - 35+ locations,Web Development +247575,10868,le-wagon,Charlotte Rebillon,False,2018,One of the best decisions I've ever made,2019-04-08,5.0,5.0,5.0,0.0,"As a Product Owner working with developers, I’d always been curious about programming languages. I had learned some HTML in business school then some CSS on Codecademy but it didn’t quite feed my curiosity. So after 4 years as a product owner, I decided... Read More to take a gap semester from work to finally learn to code!As a good business student, I studied the market to evaluate my options and rapidly two programs stood out. I reached out to alumni from both programs and that’s when Le Wagon became an evidence; an evidence because of its community and its network! Alumni were super available to answer my questions and gave me tons of advice.The 9 weeks were amazing and went by so fast. Everyday I got to learn new ways of thinking, discover new concepts and take on new challenges. I really enjoyed the program schedule (and yoga classes). This experience taught me a lot and brought me the confidence to basically do anything!Indeed my plan is now to move to the south of France soon where I’ll settle as a Fullstack Developer (either in a company or as a freelance).Read Less",FullStack program - 35+ locations,Web Development +247574,10868,le-wagon,Grégoire Courtois,False,2019,Paris - Batch 220,2019-04-08,4.7,5.0,5.0,4.0,"The Wagon is one of the most fulfilling experience of my life.At le Wagon, we don’t just learn code, we learn why we do it and how to do it right.The spirit is awesome, the teachers adapt themselves to each and every student, so no one is left behind.... Read MoreI can’t believe the experience I gain in only 9 weeks. I feel I have a backbone now and I don’t feel ashamed to call myself a developer, thanks to le Wagon.The fun thing is when you’re there, you’re not just part of a batch, you just have been welcomed in a big family (a 4000 people family). A family which support each other, raise each other and understand each other.The 9 weeks program is like a marathon but inside a formula 1. You know it’s long and hard but when you watch where you came from, you can’t realize how far you get in just few weeks.Now I’m at the beginning of my new career, I know I still have a lot to learn (and I will learn all my life) but one thing is sure, I am not afraid.If you’re still asking the question, should I leave that job which makes me feel miserable, don’t hesitate anymore, take that leap, you won’t regret it.Read Less",FullStack program - 35+ locations,Web Development +247572,10868,le-wagon,Tomasz Stacharski,False,2019,Le Wagon - Bali,2019-04-08,5.0,5.0,5.0,5.0,"Before Le Wagon I was working in Ad Tech in London, hacking together automated advertising solutions for clients using Google sheets, Zapier and any other 3rd party solutions that required no coding ability.Doing this I eventually started to realise that... Read More there were massive opportunities I couldn’t take advantage of because I couldn’t code, which is why I decided to join Le Wagon.Le Wagon Bali itself was incredible. Despite the tremendous amounts you learned each week the teachers had an incredible impact on the overall mood. The teacher to student ratio and the ticket system meant you never had to wait too long for a ticket to be solved and if a teacher needed to sit with you for a few hours to explain something, they could!On the course I met people from all different walks of life and this definitely inspired me to consider opportunities I would not have previously. And I couldn’t have wished for a nicer group of people and I feel like I have definitely made some lifelong friends.Also being in Bali is incredible. Everytime you get stressed or frustrated you can have a look at the ocean from the classroom or go down to the beach or even visit one of the many (many) great coffee shops. And Le Wagon worked really hard to organise trips on free weekends so you could make the most of being in paradise.Le Wagon not only gave me a great toolbox of coding languages but also taught me how I could teach myself more languages. A lot of the focus was on self-learning and preparing you for when you don’t have a teacher by your side. This was especially true for final project week. Being able to take my own idea to a fully fledged progressive web app over the course of the last 10 days and be able to present it to a room full of people was probably one of my proudest achievements.Now that I have finished Le Wagon I am currently considering whether to take a job at an exciting new startup or try to realise some of my own business ideas, but whatever I end up doing, I’m sure the learning doesn’t stop now.Read Less",FullStack program - 35+ locations,Web Development +246571,10868,le-wagon,Maxime,False,2018,FULL STACK - LE WAGON - 100% Satisfied ,2019-04-08,5.0,5.0,5.0,0.0,"I completed Le Wagon Full Stack Bootcamp end of 2018 in Paris, this course is well structured and balanced, adapting to your level. For the record, I had no previous code experience. Over 9 intense weeks, I learned how to program in Ruby and structure... Read More Web Application. This course gave me all the key foundation about programming and how to be autonomous in learning about code. I can only recommend this course, the staff and their learning method is exceptional.Read Less",FullStack program - 35+ locations,Web Development +246468,10868,le-wagon,Nino Raymond,False,2018,Life changer,2019-04-08,5.0,5.0,5.0,5.0,"After an internship as a business developper in a tech start-up in NYC that only highlighted my lack of technical skill I decided to take a whole gap year to learn how to code. Le Wagon seemed to me the best option to start the year. All I can say it's... Read More that it has exceeded all my expectations. The program is well designed, the teachers are very good and motivating, the alumni network is really strong. I am such a big fan of Le Wagon that I stayed there as a teaching assistant and now as a teacher for the next batchs of students. I can easily say these 6000+€ has been the best investment in my life !Read Less",FullStack program - 35+ locations,Web Development +247595,10868,le-wagon,Meryl Delpech,False,2018,Bootcamp Le Wagon Fall 2018,2019-04-08,5.0,5.0,5.0,0.0,"I’m an entrepreneur since 2014 and I enrolled at Le Wagon Paris at the end of 2018 for 9 amazing weeks. It was one of the most intense and great experiences of the last few years. You can completely trust them to benefit from a bootcamp very well structured,... Read More teached by strong professors and teaching assistants, and with moments of fun and cheerfulness.Last year, I wanted to create a new project, in line with my company. This project is a booking plateform 100% online and 100% automatized, which needs a powerful app. As I had no skills or even 0 knowledge in coding, I first thought to subcontract the creation of the app. By subcontracting I would have “lost control” of the production, what I didn’t want to do. Then I discovered Le Wagon and told myself it could be amazing to learn to code in only 9 weeks. This is an essential skill if you want to create a startup. Not only to code yourself, but also to be able to understand what the developers do. If you want to discover this world, jump on a big challenge, gain new skills and open job opportunities, I really recommend you Le Wagon :)Read Less",FullStack program - 35+ locations,Web Development +247565,10868,le-wagon,Tasneem Karwa,False,2019,Learn to code in 9 weeks,2019-04-08,5.0,5.0,5.0,5.0,"Regardless of your previous experiences, and your reasons for doing this course is a experience you won't regret!I became interested in coding through essentially through big data analytics. Before Le Wagon I worked in genetics, which generated a lot... Read More of data and could only be analysed through tools and methods. I decided to do a short course in Python as it was only a weekly course, however I didn't find it engaging enough. I needed a more immersive way to learn, found Le Wagon and quickly realized it had the best reviews.The first few weeks of the course were challenging but enjoyable. On hindsight I should have prepared better for this part of the course, but nevertheless I learnt a immense amount in a short period (make sure you do the prep-work and flashcards!). The teachers and TA's are incredibly friendly, patient, open to questions and are always ready to help. I wouldn't have gotten through without them!Final 2 weeks gave a valuable insight into how it would be like to develop and code in a team, this was the best part of the experience for me. The atmosphere changes and everyone really starts to buckle down to meet the demo day deadline. Here's the app we created https://gorillaboxco.herokuapp.com/Finally when you sign up you're not only joining a course, but a whole community, with help only a type away.Read Less",FullStack program - 35+ locations,Web Development +247568,10868,le-wagon,Chris Beltran,False,2019,TIme and money well spent!,2019-04-08,4.7,5.0,5.0,4.0,"Prior to choosing Le Wagon, I had really disliked my previous 9-5 job and wanted to make a change in my life which resulted in taking a different career path. So, I went on a mission and had done extensive research of boot camps that were offered locally... Read More (San Francisco) and to options offered abroad. This process consisted of choosing the right one that met my criteria of what I was looking for in a school. (below was my criteria)Does the boot camp:- Fit my budget- Have a large alumni community- Have a high employability success rate- Have a high overall school rating- What is the start-up ecosystem around the school (helped when choosing a location)- Is this a cultural fit (helped when choosing a location)The questions above led me to choose Le Wagon as a coding school because it met my criteria and offered flexibility in terms of locations available despite not being offered in the states. Pheww was that time consuming and as you can tell I like to research! Now comes the choosing of the location! At this point, I decided to get organized and put together a google spreadsheet to calculate everything down related to the cost of food, travel, transportation, and cost of living. As it turns out, Barcelona was the best fit for me and had a high rating in terms of a fast-growing start-up ecosystem.My overall experience had opened my eyes in terms of what I can now do with technology after the boot camp. The staff of teachers was friendly and attentive to our success in the program which made me feel comfortable to ask questions at any time. Would I do it again? Yes..yes I would!TLDR:Le Wagon Barcelona great school, location, and cultureProfessional and helpful/fun staffA diverse group of studentsChallenging but well worth itRead Less",FullStack program - 35+ locations,Web Development +246568,10868,le-wagon,Jennifer Lynch,False,2019,Change your life in Barcelona! ,2019-04-07,5.0,5.0,5.0,5.0,"I started to be interested in coding a few of years ago while travelling. After meeting many inspiring developers in hostels, who were working remotely while travelling and making good money. At the time I never really considered myself technically minded... Read More enough or able to sit at a computer for long enough to be able to make this a career. I decided to give it a go, and took some online courses. I loved it. Before then I didn't realise that coding is a an excellent job for creative people. As I started to go deeper into coding I realised that the online videos and challenges I was doing were not enough. I heard about coding bootcamps while travelling in Australia and went to a few open days to find out more. I did some more research upon arriving back in Barcelona and came across Le Wagon. Not only was it rated as the highest bootcamp in Europe, but the fact that it was aimed at creative people and those looking to 'Change your life, learn to code'. It seemed to be the best fit for me. I remembered that I had a friend who did the same bootcamp in Lisbon the year before and asked him what he thought. I read some articles on Medium that confirmed that. I booked meetings with various other bootcamps in Barcelona just to be sure. Compared to the other options for bootcamps I felt that Le Wagon was more personable, more international and would provide me with the most value for what I wanted to do - change my life and learn to code. Gus didn't spam me with emails not try to convince me to take the course in our meeting, he seemed to want the course to be a good fit for both of us. And so I booked up and a month later I had my first class.The school was bright and open which I found to be a reflection of the people who filled it. No two people were the same, each with their own story and reasons for learning to code. The focus of the first day was for us to get to know one another and get our computers set up and ready for the following weeks. Each day we would be randomly assigned another student as a buddy and were encouraged to help one another, rather than just asking a teachers help each time. I really enjoyed having the chance to work with and get to know the other students well, and I think it really made an impact on the overall friendly, positive vibe of the whole experience. We would learn a new topic for a couple of hours in the morning and spend the rest of the day with our buddy tackling practical exercises to help us understand and see how and why to use the new information. We were encouraged to be independent and find answers on our own or with our buddy before asking a teacher for help, which is a great habit to pick up early on in our coding careers. The last 3 weeks were almost entirely practical as we formed groups and created two different applications, from thinking about the reason for the app, to building the 'user story' and flow, to the design and planning, building the web app and finally presenting our finished product. We did all that using the knowledge we had just learned in the past 6 weeks plus some added extras in the morning lectures. It felt great to be able to show off our apps to friends and family at the end of the bootcamp and feel the sense of accomplishment within our group. Not only that but we are able to add these apps to our CV's, along with all our new skills. Gus helped us to spruce up our LinkedIn profiles and CV's, and we had presentations from recruiters to alumni giving us tips on the next steps for life after the bootcamp. As well as the extra resources, courses and lifetime access to all the lectures and exercises from the bootcamp we have the added bonus of the Le Wagon Alumni slack channel with more than 4000 people posting help, job offers and giving access to this worldwide community of coders.I am now on the other side of the bootcamp with some interviews lined up and I have started building my website portfolio plus a new app idea of my own. I would not have been able to do this had it not been for Le Wagon's bootcamp and the help and support of Gus and the team here in Barcelona. I would recommend the Le Wagon bootcamp to anyone, but most especially in Barcelona, where we have sunshine almost every day and different fun events every weekend, it was great to have a whole new group of friends to enjoy this beautiful city (and make hilarious coding jokes with!!!). Good luck!Read Less",FullStack program - 35+ locations,Web Development +247553,10868,le-wagon,Antoine Fourgous,False,2018,A great experience for a beginner in code,2019-04-07,5.0,5.0,5.0,5.0,"I decided to study at Le Wagon because I wanted to have an experience in the coding world. I always had many business ideas and couldn’t create them because I was lacking the technical skills to know if those ideas were feasible.And Le Wagon was the best... Read More I could do to achieve that goal. I learned to create a complex website from scratch in only 9 weeks. I’m now almost independant to create the first steps of my ideas.The teaching is also great : it’s leaning by doing. You do exercises all day and when you can’t solve them, you just call a teacher that’ll help you solve it with you.The atmosphere is also incredibly positive, everyone is so cool and from really different backgournds. It a good opportunity to have interesting debate.The teaching is really business focused too. Indeed almost each week a major CEO spoke to us about their industry, giving us insights and interesting facts.So I defintely recommend those 9 weeks to everyone who wants to learn code in a challenging, friendly and entrepreneurial atmposphere.Antoine FourgousRead Less",FullStack program - 35+ locations,Web Development +246098,10868,le-wagon,Maximilien,False,2018,What a Wagon,2019-04-06,5.0,5.0,5.0,5.0,"I decided through many reasons to do the Wagon bootcamp one year ago and it revealed to be the best academic and human experience I ever had. They succeed to make coding sexy, rigorous and useful. They mixed hard work and fun which I think is the perfect... Read More combo ! For the anecdote, this is where i met my associate with whom i launched my own company, Weekendr ! Finally, Le wagon is a big family more than welcoming, you will always find a cold beer to share with interesting people every friday night ;)Read Less",FullStack program - 35+ locations,Web Development +247544,10868,le-wagon,Mark,False,2019,Best idea of your life,2019-04-06,5.0,5.0,5.0,0.0,"After working 4 years in software sales, I decided it was time to learn how to code to cement my career in software and make me stand out from my peers. I’d done some basic front-end programming but I could only produce something very basic. I started... Read More to look for full-time courses and came across Le Wagon, London. Their course covered a variety of topics in depth and their price was very reasonable. What you will learn in 9 weeks will amaze you. Everyone will go from knowing nothing to producing apps that look and feel amazing. Feel free to check out my team’s app, www.excuse-engine.com for a better idea of what you’ll be putting on the internet!The quality of the teaching is outstanding. The teachers and TA’s are of the highest quality and also breed patience and friendliness that gives you the confidence to come back each day, even when things aren’t clicking. The atmosphere the staff create is fostered into fellow students where everyone supports each other. It’s an amazing place to turn up to each morning. The thing that stands out to me the most (other than the points mentioned above) is what you get even when the batch is over. You’ll make 40 new friends and you’ll get continuous support from the LeWagon community as you’re let out into the wild when the 9 weeks comes to a close.Read Less",FullStack program - 35+ locations,Web Development +247541,10868,le-wagon,Yoann Saunier,False,2018,Life-changing experience (6 months later),2019-04-06,5.0,5.0,5.0,5.0,"I was working as a music composer & audio engineer. Considering the evolution of the music industry, I decided to learn code to survive this tough jungle in the future. Le Wagon was naturally my first choice to begin this new adventure, and it was above... Read More my expectations. The quality of the pedagogy is very high. This chackra opening experience was beyond just learning code: I met very interesting people and joined an amazing family.After graduating last summer in Paris, I worked for Le Wagon as a Teaching Assistant in Paris, Berlin, Casablanca & Shanghai. That was such an enriching experience. Then and I found a full-time job within only 4 months, as a front-end developer (Vue.js) in my dream city. This new job is quite challenging but I was surprised how quickly I was able to adapt, thanks to the methodology I learnt at Le Wagon. It's more about learning how learn, which is the most useful tool in a developer journey.I strongly recommend Le Wagon, without any hesitation!Read Less",FullStack program - 35+ locations,Web Development +247536,10868,le-wagon,Andrei Gagiu,False,2019,Amazing experience!,2019-04-05,5.0,5.0,5.0,5.0,"Before joining Le Wagon I was working for a company where pretty much I was doing repetitive tasks over and over again.Learning programming has been an old dream of mine, but with such limited time I had after work I wasn't really going anywhere.While... Read More looking for a bootcamp in London I came across Le Wagon and I was quite surprised to read all the amazing reviews left by former students and immediately it caught my attention.I joined Le Wagon in January 2019(#batch 222) and I can honestly say it was the best decision I've ever made. So, for the future students I would say : trust the program! It really works.The course is well structured and it covers everything you need to know in order to pursue a career in the tech world.The atmosphere is so relaxed and friendly and the staff of Le Wagon is amazing, it was a pleasure coming in everyday.It was amazing to see that after such a short time we developed two fully functional applications and the project weeks were so much fun.When you join Le Wagon , you join an incredible community, so I would like to say a big thank you to my colleagues and Le Wagon's staff who helped and guided us every step of the way.Read Less",FullStack program - 35+ locations,Web Development +247527,10868,le-wagon,Julien Maisonnier,False,2018,"Le Wagon : an ambitious ""hands-on"" and business oriented developer training",2019-04-05,5.0,5.0,5.0,5.0,"Le Wagon FullStack program that I attended last summer was a unique experience for three reasons :- First because of its very ambitious developer training scope : one doesn’t learn how to use already made coding tools, that could get obsolete quickly,... Read More but rather the logic behind them in a thorough bottom’s up approach (just look at the training programme, it speaks for itself). And still, all levels of developers make their way through the intense formation, from the absolute beginner to the somehow initiated and already keen developer. And it applies to you whether you want to become a developer, a product owner, an entrepreneur, etc.- Second because the formation has a very smart “hands on” approach following the “learn by doing” principle. A short and sweet lecture session every morning - for approximately an hour and half - and then, code, code, code.... And because everyone works in pairs and is also supported by a great team of knowledgeable Teaching Assistants, you are never alone in front of your screen.- Third, a business and project oriented approach : because Le Wagon founders don’t want you to think just code, but also business : who is your customer? What problem do you solve? What is your unique value proposition? How do you design it and prototype you web application? And then, how do you code it all up as a team? And when you think you are almost done, you have to present it to the world during demo day! There are some great examples of demo days on the web, watch them, they are real!I received great feedback about Le Wagon before attending the bootcamp and knew it corresponded to what I was looking for. So I jumped into it. And it turned out to be even better than I anticipated.Get ready for an intense session, this is not just a walk in the park, it requires your full attention. And in the end, you will be so pleased with Le Wagon experience and you will have met some great people along the way.Happy coding journey !Read Less",FullStack program - 35+ locations,Web Development +247517,10868,le-wagon,PF,False,2019,Fulfilling a kid’s dream @LeWagon Paris,2019-04-05,5.0,5.0,5.0,5.0,"I’ve been trying to learn how to code properly since I was a teenager but couldn’t really find nor the proper motivation, nor the right way to do so. Le Wagon has been on my radar for years, and this year I finally decided to jump in. It was definitely... Read More the right decision and I should even have done it before!The 9 weeks are absolutely fabulous, the learning rythme is intense because there is so much to learn during the curriculum. But everyone is there to learn and super motivated. I was very impressed by the pedagogy of the bootcamp and the mutual assistance atmosphere between students it creates.After the bootcamp, we all feel like proper developers, we all worked in teams to create two web applications from scratch that are accessible on their dedicated www addresses. I now feel fully autonomous to create my own dynamic sites alone if needed.A huge thank you to Le Wagon and the people that have created it and work to improve it on a daily basis. Thanks to Le Wagon, I now have so many professional options, I can either decide to become a tech entrepreneur, a freelance developper or apply for proper developper jobs in the best tech companies or startups. To be honest I still don’t know which way I’ll follow.Read Less",FullStack program - 35+ locations,Web Development +246965,10868,le-wagon,Blanco,False,2019,Why joinning le Wagon Bali was not only the BEST IDEA I ever had but also the BEST THERAPY !,2019-04-05,5.0,5.0,5.0,5.0,"12 month before starting le Wagon Bali in Jan 2019, I was running a promising start-up that just raised 300 K€ seed fund, team of 5 full time people, great investors and located in the largest European start up hub in Paris, Station F. We had just launched... Read More a marketplace of craftmen and craftwoman in fashion, mainly focused on dressmakers. KPI were looking good and before launching we already had hundreds of dressmakers, interest from customers, to make it short we had our first traction. From a tech side I had no knowledge in tech and after a quick benchmark on the French market we decided to choose an agency based in Lyon that develops “The only all-in-one solution for creating your marketplace” (as they call themselves) and pay annual fees to use there “easy to use” marketplace solution… no need to say that was the worst idea I ever had. The worst decision I ever madeNot only this solution was very expensive (40K€ / year), but also It would take us a week (in the best case) or two to have a button moved (basic CSS and HMTL, now I know  ). When you are launching a new tech business, the first thing you learn from every entrepreneur book is the fact you have to iterate every single day according to user feedback. Well, we had it all, Trello feedback loop, public roadmap, users/dressmakers regular test, full time internal product owner… but the so called “web agency” was facing a peak of work at that moment and would take care of our requests in the best case after 10 days which is an eternity at start-up scale. We were not even asking new features, no back-end, but basics front-end. But worse we had not opportunity to change any back-end function at all. We finally had to pay freelance developers to at least improve User Interface and do the work quicker, which started to cost a lot of money to us. After 9 months like that we eventually ran out of money and could not afford a second year of annual fees (and we didn’t want to carry on with them anyway). The traction was not going fast enough to raise a second round of seed money, technology was not even ours, so we didn’t even have anything to sell. We decided to kill the project. In September 2018, I was by myself no more team, deeply in depth with banks (BPI), my associate had left the business and I was about to close the business.When I decided to join Le Wagon.After couple of weeks of back and forth I finally decided to maintain the business by myself, doing some marketing freelance to make money and made the decision to join le Wagon for the January batch. I thought, as I failed my project due to my lack of knowledge in technology I should do something about it. What was the learning I could get from this experience? The answer was definitely making my main 2018 drawback, a 2019 strength by learning how to code asap. A coding boothcamp was the answer ! I already had friends that had been through Le Wagon and just loved the experience, choosing Le Wagon was a no brainer. However I was not making enough money to join le Wagon Paris and live in Paris for two months without freelancing at all. This is when I decided to pick the most exciting AND cheapest cost of life destination where Le Wagon had a campus… BALI, Indonesia.I had buried my project already.I was not proud about the project I failed, I felt guilty and I kept thinking I could have done better… I had wasted so much money. It was difficult for me to get over it and even though I kept telling myself failure makes success, being raised in French culture where failure is not really valued it was not easy. Not because of people or friends who were very supportive, but just me…Honestly running away from Paris and learning code in Bali was some kind of escape, but I really wanted to gain knowledge on how people do business in other cultures. Being in Paris, at Station F at the heart of the French entrepreneurship was great but I wanted to learn from other entrepreneurs outside Paris and outside France. I didn’t really knew what I could expect but I didn’t want to hear about marketplaces and dressmakers anymore.2019, new year new challenges! I finally made it to Le Wagon Bali and I had the chance to be part of such a crazy team of Le Wagon Batch #217 with whom I almost spent 24/7 during 2 month. 18 people (teachers included) coming from all over the world (Brazil, UK, Ireland, Korea, Indonesia, USA, Italia, India, France, Thailand, Germany). Everyone had such a great story to share and such a great experience I could learn from. I felt blessed to be in the middle of such a diverse melting pot. During the boothcamp I finally had the great pleasure the re-code from scratch that project I failed last year thanks to an amazing international team (Korea, Ireland and UK) who really believed in this project. We even presented it during our demoday. A month after the end of the boothcamp we are now about to test it in Korea, Japan, UK and South America.Not only the Le Wagon Bali brought me knowledge on how to code my marketplace my-self but I also had the opportunity to share 2 month of my life in an immersive experience. This great team of international people really helped me getting over my recent episode turning it into a strength. Not sure about the outcome of my project yet, but it doesn’t really matter. That was the best therapy and the best entrepreneurial lesson I ever had.Read Less",FullStack program - 35+ locations,Web Development +247499,10868,le-wagon,Jack Burke,False,2019,Le Wagon London was incredible ,2019-04-04,5.0,5.0,5.0,5.0,"If you are reading this review and deliberating whether to join Le Wagon, let me save you the time. Do it! I joined Le Wagon London Batch 222 (#batch222forlife) at the start of 2019 and from the first day till the last, I had an overwhelmingly positive... Read More experience in every aspect of the course. If you are like me, I had zero coding experience before Le Wagon. I was a freelance film director and spent most of my adult life avoiding anything that wasn’t story telling or dealing with pretty moving images. However, a year previous to joining Le Wagon, I had an idea for a mobile app that started to build with a developer and a couple of friends. After 9 months of the process, I soon realised that in order to manage the project to the best of my abilities, I needed far more knowledge in the world coding, app technologies and building tech businesses. So very impulsive I decided to find a coding school for a 101 crash course and that is when I found Le Wagon. At first, my initial reaction was being slightly anxious at the idea of paying 100% upfront for the course, without having been in or spoke to anyone that had attended. However within the first day of arriving I instantly released that I had made the right choice. In the 9 weeks I learnt such a huge amount about coding, app design and the best way to go about building and working with developers. The course helped instantly in evolving my thought processes about how to manage a technology project. I will not lie - it’s hard! Well it was for me. I felt every day someone had turned the temperature up inside my skull. But it’s fair to say that I was never going to be or intended on becoming a developer, sadly my brain is too routed in the world of imagination and fairy tales, its not built for solving complex coding problems, however that said, I really enjoyed the learning process and tackling the exercises. Slowly by surely it started to click.The most important thing for me was by the end of the course I knew what code is! I can read it, understand what is happening, know what good code is compared to bad code. I communicate with developers from a project management point of view, I know what good design is for web applications, how long it takes to build web applications etc. And regardless of the difficulty of the actual coding exercises that you do everyday, the course was a huge amount of fun as well!What most people fail to share is the social side of things at Le Wagon. By the end of week 1 myself and my course mates were heading to the pub regularly, challenging the teaching staff at Friday’s night beer pong, honing my karaoke abilities and forming a formidable pub quiz team. The staff my the atmosphere so relaxed and friendly, there is no hierarchy or tradition teaching environment. This really made it a joy coming in everyday. Since leaving the Le Wagon, I am now building and designing my app full time with a fellow student I met on my course, as the lead developer. We hope to have a working prototype ready to share with the world 6 weeks after gradating! And this has massively by the fact that we are taking full advantage of the co-working space here at Le Wagon which is great place to work and really affordable for London. In conclusion, my experiences I can’t recommend Le Wagon London highly enough if you are thinking about a coding course. It really has been a life changing experience.Read Less",FullStack program - 35+ locations,Web Development +247523,10868,le-wagon,Sara Scaini,False,2019,Learn to code in 9 weeks,2019-04-04,5.0,5.0,5.0,5.0,"Before joining le wagon I struggled to find a career path to be excited about, after graduating in Oriental languages I tried to pursue a digital marketing career and I had experiences in retail but none of them felt quite right. I have always been curious... Read More about coding but coming from a completely different background I had never actually considered the idea to learn how to code. But at one point I have finally decided that it was the time to do that and an intensive bootcamp seemed the right thing. Of course I had some hesitations as I was afraid that I wouldn’t be able to learn anything in only 9 weeks but after I visited Le Wagon London and spoke with Alex I knew that I wanted to join. Now, after the bootcamp is finished, I can definitely say that for me was a life changing experience. It has been hard, you need to work lot and you’ll have discouraging times, but it is worth it! All the teachers are great and incredibly helpful and you will get lot of supports from the other students as well. I have learnt a lot and I am super excited to keep learning; once you start you will want to know more and more. And besides the incredible things I am able to do now, the best thing is that I shared this experience with amazing people and now we are all part of the great Le Wagon community.Read Less",FullStack program - 35+ locations,Web Development +247522,10868,le-wagon,Jonny Gates,False,2019,Learn to code in 9 weeks. Seriously.,2019-04-04,5.0,5.0,5.0,5.0,"I joined Le Wagon in pursuit of a long term goal: to become a developer. I’d spent time trying to complete online tutorials with varied success. I then spent nine weeks immersed in a fun environment, with peers on the same journey as me, supported by... Read More some of the best tutors I’ve had the pleasure of working with. I learned more than I thought I could.Le Wagon isn’t just about teaching you to code. The curriculum is rounded as such that what you learn is totally applicable to anyone who wants to work in product development. It provides you with the knowledge and resources to be able to create awesome digital products whether that be pitching, design, user experience and more.Le Wagon is a big commitment. For me it was a big step to leave a job to go back into education but my advice is just do it, and the sooner the better! The bootcamp is not easy, but it’s so rewarding.I leave Le Wagon able to pursue a career as a developer, with a new set of friends with whom I’ve shared an incredible journey and a community of developers to call upon for support. I say leave, Le Wagon’s never really over, I’ll be seeing everyone for beers this Friday ;)Read Less",FullStack program - 35+ locations,Web Development +247521,10868,le-wagon,Patrick Davidson Lambret,False,2018,My cure to impostor syndrome : Le Wagon,2019-04-04,5.0,5.0,5.0,5.0,"My name is Patrick, I studied entrepreneurship and I’m now pursuing my entire career in freelance.I work happily as a Product Owner, Product Manager or Change Management consultant.I had been in a tech environment for a while now, from which I was missing... Read More the codes (no pun intended!). The more I dove into technical projects and the more I became frustrated not being able to access the code and fix minor bugs myself. Moreover, in order to write and document issues for the developers, I spent a lot of time reading and listening to technical stuff that I didn’t understand fully. Common sense can only bring you so far, sooner or later you end up saying something stupid to a developer’s ears and wasting everyone’s time.I knew I could find all I wanted to learn online, however those links had been sitting in my favs for a while and deep down I knew I would never get to it. I needed someone to kick my ass into learning to code. That’s why I chose Le Wagon.The most important thing Le Wagon brought me was inner peace: since the training I feel a lot more legitimate and I can gain the developers’ trust more easily because we have some common grounds.I am very satisfied with the training. Le Wagon gave me a good technical background that allows me to participate in software architecture decisions, access and search the database, facilitate bug tracking and most preciously understand developers’ work with all its inherent frustration, pain and joy.Read Less",FullStack program - 35+ locations,Web Development +245963,10868,le-wagon,Nathalie,False,2018,Awesome!,2019-04-04,4.3,5.0,4.0,4.0,"I worked as a model maker in the fashion industry for 5 years and I wanted to change my professional life. Coding has always been part of my life through my close circle. And one of my friends told me about Le Wagon. I did my research and loved how dynamic... Read More and start-up oriented it was. Also, the full stack program was what I was looking for. I spent three amazing months there that allowed me to change my life and become a full stack web developer in a web agency in Paris.Read Less",FullStack program - 35+ locations,Web Development +247508,10868,le-wagon,Pierre Cariou,False,2019,Amazing!,2019-04-03,5.0,5.0,5.0,5.0,"Before joining Le Wagon bootcamp I had tried many things studing medecin, then dentistry, and ended up in a business school. I quit each time. After this, I spent six months doing almost nothing apart from thinking of what I could do, what work I could... Read More love doing in the future, that brought me to candidate to Le Wagon.After the first day of bootcamp, I knew coding would be a source of joy for me and I was sure I made the right choice. During the 9 weeks of the bootcamp, I met amazing people who I will keep in touch with and developed tremendous coding skills relative to the time I spent learning (I’d never written a single line of code before). The whole bootcamp has been an amazing experience, and a game changer for my future.I’m currently continuing work on the final project we pitched and developed during the last 10 days of the bootcamp. Whether it works, or it fails, I’ll keep coding and keep learning everything I can about coding. This is my new universe now, I love it, and I’ve been introduced to it in a perfect way with le Wagon!Read Less",FullStack program - 35+ locations,Web Development +246467,10868,le-wagon,Florian Herlicq,False,2017,"Awesome Bootcamp, even more that what I expected",2019-04-03,5.0,5.0,5.0,5.0,"I have done the bootcamp in Paris in 2017 (Batch #100) and those are 9 weeks I'll never forget. In my product management job I use every day knowledge that I gathered during the bootcamp. I have learned so much about programming, product development and... Read More entrepreneurship in 9 weeks. In addition to that, le Wagon is a really awesome community full of inspiring and welcoming people. Being an alumni is really nice because of all the perks and activities that continue beyond the bootcamp. I would strongly advise anyone seriously interested in programming to enroll in le Wagon's bootcamp.Read Less",FullStack program - 35+ locations,Web Development +246394,10868,le-wagon,Héloïse Guillemot,False,2018,Broaden my horizons,2019-04-03,5.0,5.0,5.0,5.0,"As a Designer willing to be an Entrepreneur, learning how to code a landing page was a must! It's like learning a new language so at first you are completly lost but the Bootcamp helps you finding your marks. The team is here to help at all times, and... Read More the classes are well organised. You will learn how to translate graphic design into working web pages; and how to troubleshoot layout and code problems when they come up. It was the highlight of my year 2018!Read Less",FullStack program - 35+ locations,Web Development +247490,10868,le-wagon,Antoine,False,2018,Avis Le Wagon - Paris,2019-04-02,5.0,5.0,5.0,5.0,"After getting a higher technician diploma in international business, I started to work as a seasonal worker in several hotels for 2 years. Looking for a career and life change, I decided to enroll at Le Wagon. Starting from scratch, this bootcamp quickly... Read More helped me get many technical skills. It requires a lot of time and commitment but it is definitely worth it. Above all, it was an amazing human experience. Afterwards, I decided not to stop learning and joined a great Web School called HETIC in order to get a Master in Big Data by 2021.Read Less",FullStack program - 35+ locations,Web Development +246223,10868,le-wagon,Benjamin,False,2018,Amazing Experience,2019-04-02,5.0,5.0,5.0,5.0,Before Le Wagon I was working as a digital marketer. I got bored and decided to do something else. I’ve been interested in computer programming my whole life and so I decided to join Le Wagon. This bootcamp had the best reputation in Paris and in the... Read More world so the choice was easy for me. Joining Le Wagon was one of the best choice I’ve made in my life. It helped me gain technical skills but I also met amazing people. I would recommend it to anyone.And if you’re afraid that you won’t find a job after it: 2 weeks after the end of my batch I found a job as a Fullstack developer in a brand new startup (and I’m not the only one..) !Read Less,FullStack program - 35+ locations,Web Development +247483,10868,le-wagon,Hannah Hawken,False,2019,"#Batch 213, Bordeaux",2019-04-01,4.3,5.0,5.0,3.0,"I took place in #batch 213, Bordeaux, France @ Le Wagon after finding out about it from a friend who had taken part in winter 2018 Paris program. I will never look back on this experience. It has given me so much confidence, inspired me to love learning... Read More and hard work, especially within a team, and finally to take ownership for my own progress. I entered the batch as perhaps the least likely to fit the stereotype or profile of a web developer or a coder, I was the youngest and I was the only foreigner (half English and Spanish, but thankfully fluent in French!) This did not stop me from putting myself out there, and I managed to pitch a successful project that we created in the last 2 weeks of the 9-week program. My group of 4 developed 'Concierge At Sea', an app to improve clients' experience renting super yachts, and to facilitate an easier working day for the crew managing their guests' needs. I did not expect to make such genuine friends on this course, and the profile of those who I worked alongside surprised me daily as we were shuffled between buddies. The course is structured, empowering and totally worth every penny. I thoroughly recommend anyone sitting on the fence to take the step and go for this!https://www.lewagon.com/fr/bordeauxRead Less",FullStack program - 35+ locations,Web Development +247469,10868,le-wagon,John Higgins,False,2019,Change you career and change your life,2019-04-01,5.0,5.0,5.0,5.0,"I recently completed the 8 week intensive course in Le Wagon Bali. Intensive really is the key word here as this course will challenge you immensely but do not let that deter you as it is an amazing experience.It’s not just about the code either. Yes,... Read More I did the course as I wanted to change my career (I used to work in the construction industry), but a reason to choose Le Wagon and Bali goes past that.During the course, you will learn a lot, and I mean a lot. The first few weeks can be a little overwhelming but after a while, you find your feet, and it all starts to fall into place. You will learn different languages, design, databases and much more in between. Then the last two weeks are dedicated to creating a real-life web app to be hosted live on the web.This last two weeks is amazing really to see what you and your classmates can build from scratch in a short period of time. You will be very surprised by this as I was.From the very first week, you are immersed in code with a group of like-minded individuals from various countries, cultures and backgrounds. As most people are not local to the area, you quite quickly become something of a family as you fully immerse yourself in the code and in beautiful Bali lifestyle. You will share in each others joys and frustrations during the next two months and create some incredible memories with friends that will go way beyond the lifetime of the course itself.By joining Le Wagon you are joining a vast network of Alumni that are scattered across the globe. Going to any new city and it is easy to find someone to connect within the area to meet up with for a coffee and welcome you the area.The guys that run Le Wagon in Bali are phenomenal. They take care of everything from the moment you arrive so that you as the student can focus fully on learning. They really go the extra mile to make sure that it is an enjoyable experience. They organise so many activities, dinners etc.. that it really makes the experience so amazing.Overall I am so happy that I took the plunge and joined Le Wagon Bali as it is a time in my life that will live long in the memory for sure. I would encourage anyone thinking about making a similar choice to go for it as you won’t regret it.Good luck on your code journey and maybe I will speak to you as a Le Wagon alumni soon.Read Less",FullStack program - 35+ locations,Web Development +247468,10868,le-wagon,Killian,False,2019,Le Wagon Bordeaux Batch 213,2019-04-01,5.0,5.0,5.0,5.0,"J’ai fait Le Wagon à Bordeaux pour le batch 213, une formation intensive au développement web.Super formation !Les 3 premières semaines sont difficiles. Il faut s’accrocher !Le programme est vraiment bien élaboré, les professeurs sont au top avec beaucoup... Read More d’empathie envers les stagiaires. Ils prennent tout le temps qu’il faut avec chacun de nous jusqu’à ce qu’on comprenne totalement notre code. Les 3 dernières semaines où on code nos sites web en groupe sont les plus cools. C’est hyper grisant de réussir à créer des interfaces et faire fonctionner une plateforme web en si peu de temps.Avec mon groupe on a codé “Catch me”https://www.catchmebx.frSi vous passez à Bordeaux un de ces jours, ça vous permettra de savoir très rapidement et précisément, avec le moins de clics possible, dans combien de temps arrive votre tram ou bus.En somme, je recommande vivement Le Wagon ! https://www.lewagon.com/frEt en plus on se fait des bons potes pendant ces 2 mois ! ;)Maintenant je perfectionne mes bases pour prendre de l’assurance afin de trouver un stage dans une agence de développement web.Read Less",FullStack program - 35+ locations,Web Development +246703,10868,le-wagon,Zachari H,False,2019,New Beginnings ,2019-03-28,5.0,5.0,5.0,5.0,"Before Le Wagon I was working dead end jobs at minimum wage. I always had a passion for computers but I always failed to understand computer programming. Last year I was looking for coding bootcamps to join in Montreal. I found Le Wagon due to their reputation... Read More around the world, which made my decision on joining the bootcamp much easier. Once I started the bootcamp after 2 weeks, I was discouraged because each day I had something new to learn I felt like I couldn't keep up. By the time the fourth week came around I understood more and became confident that I can complete the bootcamp. Overall I'm glad I went through this experience and I would do it over again. Now I have the skills of a Full-Stack Developer to start my new career.Read Less",FullStack program - 35+ locations,Web Development +247215,10868,le-wagon,Quentin GOURDON,False,2018,Perfect !,2019-03-28,5.0,5.0,5.0,5.0,"I'm an graphic designer by training, after a few years abroad in a developing country, I decided to enroll at Le Wagon Bootcamp in Paris to get familiar with programming languages and broaden my range of skills.This experience was even more enriching... Read More than I had imagined. The training is demanding and sometimes tough but I have always been able to rely on the goodwill and expertise of the great teaching staff.Retrospectively, I am still amazed by the quantity of knowledge that I have gained in 9 weeks. I also built bonds with many students with various backgrounds from my batch and I think it is one of the great strengths of Le Wagon.Since then, I work as a consultant for various companies and individuals. Not only as a graphic designer but now also as a developer.Read Less",FullStack program - 35+ locations,Web Development +247434,10868,le-wagon,Anna Hercot,False,2018,The best kind of education ,2019-03-28,5.0,5.0,5.0,5.0,"People wonder how 9 weeks can change your life, le Wagon is how. I graduated from Northwestern University, in Chicago last June with a major in neuroscience and have since been determined to become a doctor. However, I believe that the classic path to... Read More medicine lacks a tech aspect that I wanted to settle during my gap year. I was told about Le Wagon, a nine week intensive bootcamp that gives you the necessary skills to create your own projects using the right tools and workflow. In the medical world, it is believed that “computing capability can transcend what a human being could ever do in their lifetime”. Le Wagon teaches you how to teach your computer to learn with the most competent teachers you could hope for. The different backgrounds that you encounter at Le Wagon make you grow as a person and teach you how to tackle different problems with a variety of interpretations and solutions. People don’t compete with each other, they only help you compete with the person you were the day before. Not only does Le Wagon give you the technical competence to accomplish your projects, but the environment fostered drives you to constantly improve. The staff is here for every single student every step of the way: from helping create a dynamic environment between the students to presenting you with a myriad of opportunities to accomplish what you want(organized talks, meetings with startups etc..) to giving you advice on any help you could potentially need, and making themselves completely available. I have never worked with a team so dedicated to the success of the students. You are taught to never give up but to fight harder to succeed. Le Wagon gave me some of the technical skills that I wanted and taught me that nothing is impossible. I am now doing a bootcamp in machine learning and artificial intelligence (Data science), to combine it which the coding skills I learnt at le Wagon in order to bring that to the next step of my medical studies and to constantly help the medical world evolve in the right direction. Le wagon doesn’t last 9 weeks, it lasts your whole life. You build very strong links with the people that you work with everyday and with the family that you’ve become part of. The staff stays constantly available: before, during and after to accompany you and make sure you have own the keys to your success, the alumnis are always willing to help, to give you advice and to share their stories: everyone is here to help. I’m extremely grateful for what Le Wagon has taught me, both technically and humanely and wish everyone to have such a life-changing experience. Contact me if you have absolutely any question I could answer/help with!!!Read Less",FullStack program - 35+ locations,Web Development +245207,10868,le-wagon,Benoit,False,2018,Thank you Le Wagon,2019-03-28,5.0,5.0,5.0,0.0,"After a 6 years as a Traffic Manager I decided to join Le Wagon because I wanted to understand how to make a website from scratch.Right after the bootcamp, I got contacted by an digital agency to do Growth Hacking as a freelance which I got really keen... Read More on. The skills I learned at Le Wagon now help me to better sell myself and efficiently work with developers, which most growth marketers I have met can’t do as they do not have coding skillsRead Less",FullStack program - 35+ locations,Web Development +247432,10868,le-wagon,Yejin Jung,False,2019,Having Le Wagon was one of the best decisions I made and here are the few reasons!,2019-03-28,5.0,5.0,5.0,0.0,"Network - the course is not the end. I was surprised to see the community of 4,000+ alumni so active online where people are willing to help each other on programming, career, even just a short visit to another city where Le Wagon campus is based in.... Read MoreCurriculum - Each time we learn a new concept, they let you build things from scratch by yourself first so that you see what’s behind all the magic. Also, they advance the level pretty fast - we start building small apps from week 2! It was tough but definitely helped build an architectural mindset from the beginning.All the learnings lead to product building, which I think is essential for a full stack developer. There is a sprint day on user journey, user flow, design, wireframe and we were given two weeks to build a mock product and a real one for demo day. Our project team learned and enjoyed the journey so much that we decided to carry on with the project to launch it after the program. I think it wouldn’t have been possible without the confidence and encouragement we got throughout the course.Last but not least, Le Wagon has a campus in Bali! Even though this was one of the main reasons I chose Le Wagon, I didn’t imagine it would make such a difference. Nature, lifestyle and people in Bali made this experience so much more inspiring. I was able to pursue a balanced life between coding and healing. We had yoga sessions outdoor regularly to get our poor brain and body burnt out by coding some rest. Being away from everything else, I could fully immerse into coding and the Bali team helped me adapt perfectly to Bali life and enjoy the experiences that I should not miss in here.Read Less",FullStack program - 35+ locations,Web Development +247430,10868,le-wagon,Nicolas SEKRI,False,2018,My best education experience that made me a developer,2019-03-27,5.0,5.0,5.0,5.0,"I graduated from Telecom ParisTech but I was not very familiar with code as I haven't been practicing for years. After a 5-year experience in the catering business, I decided to re-learn to code (nearly) from scratch by choosing to enrol at Le Wagon.... Read More I took a great pleasure while I was quickly moving forward. The steady immersion in an environment full of traps and spanners, the quality of the provided tools that is perfectly customised to the teaching of this practice, the great skills of the teachers and their ability to adapt to beginners to better help them to assimilate new concepts, the consistency of the teaching modules and their timeline, the nice work environment where the spirit of co-operation and comradeship is present from day 1, all these elements actively contributed to make me learn not only the basics enabling me to launch a decent web app on my own, but also make me acquire such a taste for coding that I could start a safe transition in web development, and only 2 months after the bootcamp I got hired as a junior developer in a very promising startup. I urge everybody to join a coding bootcamp once in a lifetime, even out of curiosity, to discover how the web, one of the most precious and used tools, works and Le Wagon has an unquestionable know-how to make this experience truly exciting.Read Less",FullStack program - 35+ locations,Web Development +247429,10868,le-wagon,Livia Lörtscher,False,2019,A turning point,2019-03-27,5.0,5.0,5.0,0.0,"Before starting the bootcamp, I worked for years in international trade, mainly in supply chain management. In Brazil, Switzerland and France, I jumped from company to company several times until I realized that I was getting bored at work. But more than... Read More that, I needed to have autonomy in my work and not be limited to lengthy processes, hierarchies and meticulously delimited hours.It became obvious to me that I needed not only to change my career, but to also learn something new that would not cease to stimulate me, in an innovative and dynamic field… then I heard about Le Wagon. Enrolling for the batch #220 was one of the best decisions I’ve ever made in my life.They say the first 3 weeks are difficult, it’s actually worst than that. In the beginning, I thought that coding was after all maybe not for me! That’s when the pedagogical team and the environment played an incredible role, and everybody pushes you to go beyond your mental boundaries. Asking for a Teacher or an Assistant helps you to formulate the right questions and find your own solutions. The school’s methodology is very well developed and the learning curve does not stop rising. At the end of the second week, I remembered my first day there and I was amazed at the progress I had already made.Being challenged and solving problems every day was one of the most exciting adventures I’ve ever experienced. It’s very intense, but rewarding when you see how much your brain can learn in 9 weeks.Besides the different languages, many other skills I’ve learned and the projects I’ve been able to develop from scratch, I’m now part of a strong and empowering community.More than that, thanks to Le Wagon, I now have the tools to define a whole new career and I regained the freedom to invest myself in what really motivates me.Read Less",FullStack program - 35+ locations,Web Development +247423,10868,le-wagon,Jerome Kastoun,False,2019,9 life-changing weeks at Le Wagon-Montreal,2019-03-27,5.0,5.0,5.0,5.0,"A bit about myself, I studied economics and like a lot of my friends I started working at a bank to be surrounded by like-minded folks but I always had this proclivity for coding. I tried to make some time for it and learn it by myself. I learned a few... Read More things but felt very slow and unstructured like I didn’t understand how I could use what I learned in real-life. I could spend days learning something… or I could learn “how to learn” a language and be much more effective. After researching a few other bootcamps, that’s where Le Wagon-Montreal came into play.What I really liked was the teaching methods. 1 to 2 hour lecture in the morning then you’re off in pairs trying to solve challenges and that’s where most of the learning occurs. When you challenge yourself daily to find answers to problems you develop what I consider the most important web development tool: Problem solving. Of course, there’s always someone to help in case you are stuck. That, for a month and a half is challenging but incredibly rewarding. In the end, you spend a few weeks applying what you learned in a team environment on a project of your choosing and learn how to pitch it!Le Wagon exceeded my expectations on how much you can learn in just 9 weeks. I also liked that, unlike other bootcamps, it did not advertise itself as a hiring machine here to find you a job as soon as possible. It’s up to you to keep coding and decide what you want to do with it.I plan on using Le Wagon’s resources and wide network of alumni and business connections to find a job that aligns with my objectives. I highly recommend this bootcamp.Read Less",FullStack program - 35+ locations,Web Development +247422,10868,le-wagon,Vinicius,False,2018,Life changing experience,2019-03-27,5.0,5.0,5.0,5.0,"I have always been interested in the tech area and a few years ago I have tried to learn programming on my own and it was awful! Even though I could understand a little bit of what was going on, I couldn´t see the bigger picture and so it did not make... Read More any sense.I found Le Wagon browsing on the web and after a couple of meetings, I have decided to give it a shot and I can say that it was amazing. The methodology is great and you really learn by practicing! The environment also helps a lot our development as we are in touch with several other people that have the same goal and we also have great support by the staff, teachers and TA´s. I think what makes this experience the greatest, is the focus on one final goal and on Le Wagon the focus is on developing a product, not only on theoretical knowledge, so first you spend some good weeks learning all of the concepts and doing a lot of exercises to consolidate what you learn and after that you learn to work as a team and develop your own product.I can say that the results from this bootcamp were way beyond my expectations! Now I can say that I really know how to code!Read Less",FullStack program - 35+ locations,Web Development +247393,10868,le-wagon,Paul Cheam,False,2018,If you want to level up,2019-03-27,5.0,5.0,5.0,5.0,"My forties crisis? One thing is certain, I wanted to change my life. I worked more than 60 hours a week, sometimes even at night, without counting, for a company that was looking for its business model. Health concerns have led me to question my lifestyle... Read More and commitment. We used web agencies and developers, but the result was not up to our expectations. Creating a simple landing page for the launch of a service seemed out of reach to me. There was some mystery and fascination with the code. There are many online resources for learning. I had started a few years ago to learn the basics with Codecademy. However, learning alone in front of a screen requires will and commitment. I did not even go after the first week.As a perfectionist, I like things to be done according to the rules. Writers learn the rules of the language, before freeing themselves from them to create masterpieces. I had to learn the basics to move forward. That's why I opted for a shortcut, to integrate a bootcamp that has proven its worth, with a well-defined methodology. The one of Le Wagon is proven. The motto is explicit : 'change your life, learn to code'. So I decided to make a leap of faith, my goal was not to become a developer, but to understand the mindset and the ""working process"". I had been warned from the first day: it would be difficult, do not compare yourself to others, each progressing at his own pace. Optimistic by nature, I had not measured the extent of these warnings. Go back to the place of a student, take a class in the morning, and then continue with exercises the rest of the day, get stuck in front of an error message, try to understand why, and solve the error, move on to the next one. New concepts every day, then exercises, every day. For nine weeks. But it is worth it. Actually, thinking backward, it seems obvious: facing a complex problem, you divide it into smaller parts, and keep resolving each one. Simple to say, the execution takes time. I learned to step back on the issue, and to consider the different options. Now with this experience I can face a problem without fear, and keep confident. My first experience: debugging a website made with wordpress, the client was looking for an expert. A friend of mine sent me the request and told me to accept the challenge, and to fake it until I make it. Well I made it. Today I am launching my web agency, targeting the Chinese market, and helping companies who want to brand overseas. In the meantime, I can bootstrap with freelance gigs with my new skills. I can discuss web marketing and web strategy with my clients, asking senior developers to help me in the process, I keep learning every day, still face error messages, but fearless and confident...Would I recommend Le Wagon? 110%, would I do it again? Definitely. And more : I would go back to my twenties and kick my ass to learn to code. My next challenge: be fluent in mandarin.Who knows what my fifties crisis will lead me to..Read Less",FullStack program - 35+ locations,Web Development +231595,10868,le-wagon,Daniela,False,2019,Coding is art,2019-03-27,5.0,5.0,5.0,5.0,"After graduating from my degree in history, a true passion of mine, I started travelling the world with the objective of seeing with my own eyes what i’ve been learning in school for 3 years. My goal was actually to take a year off and then come back... Read More to Montreal to do my masters degree, in order to become a history teacher. One year and dozens of countries later, I still hadn't seen enough and decided to keep travelling and forgot about the teacher career. Soon after this, I discovered another passion of mine: landscape photography. It began taking a lot of space in my life, so when I came back to Montreal after 3 years of travelling, it became my job. One thing you need to know about me is that I LOVE to connect with people who I have interests in common. So alongside my freelance photography, I started organizing outdoor photography workshops, for people who wanted to take their photography skills to the next level. When the time came to make my website, I discovered a new (yes, another one) passion of mine: technology. It was like a new world appeared before my eyes. What was so appealing to me is that the tech world’s mission was to fix one problem at a time to make humans life not only easier, but also prettier, because of course, what I was more interested in was web design and digital art. It then became obvious for me that I wanted to be part of this new and exciting world and that coding was what interested me the most, especially that it would be very useful for my workshops. That’s when I started doing research on how I could become a programer. A friend of mine talked to me about Le Wagon and gave me his friend’s contact who graduated from the previous batch. I definitely asked him a lot of questions, can 9 weeks really be enough for anyone to become a programmer? What if I NEVER wrote a single line of code before? Am I smart enough? I haven't been in school for so long… What he told me was to trust the program and that anyone could become a programer with a lot of dedication and motivation. Motivated I was so I embarked myself in this crazy adventure at Le Wagon. I will be honest with you: I doubted. The first 2 weeks were so hard that I started asking myself if I really had what it takes to achieve my goal. Teachers, T.A’s and Alumnis were really reassuring though, telling me to trust not only the program but also myself and to just enjoy the ride. I sure did enjoy the ride! The staff, the social events and the friendships that came with the program were really what made the ride so enjoyable. Like I said I love to connect with people that have the same interest than me so le Wagon was perfect for that. So there I was, learning how to code alongside 16 other people from all over the world. However, if you told me at the beginning of the program that my app was going to get picked for demo day and that I would actually be able to design and code the app I don't think I would have believed you. Yet it happened! I coded my very own app with my team and pitched it in front of a 100 people at the Demo day. Now looking back at these very intense 9 weeks, what I can say is that it was certainly difficult, but so gratifying and I would start over anytime. I can now call myself a Full Stack developer and can get my hands on any junior dev job (not without a lot of preparation) or start my own project. Not bad for someone who never wrote a single line of code in her life!Read Less",FullStack program - 35+ locations,Web Development +247409,10868,le-wagon,Alexandre Guinefolleau,False,2017,Met my cofounder and launched my startup after Le Wagon Barcelona,2019-03-26,5.0,5.0,5.0,5.0,"I had always had a strong interest in code which started when I was watching my tech team developing our software in previous companies. Before launching my next ventures I had decided that this time I wanted to have the knowledge to code the product... Read More myself. I had heard about the course from friends in Paris who had done it in the past and was glad to find the class had also been opened in Barcelona.The course is really rich in terms of learning, but it is made in a way that everything is divided in daily courses and exercises which are easy to follow. And if there is anything you don’t understand straight away, the teacher and TAs are helping you with everything you need.I would really recommend le Wagon course to anyone who either want to learn to code or simply become a better product owner by understanding what your engineers are working on. After the Bootcamp,Emma, Fred (a fellow le Wagon alumni) and I launched Amenitiz, a website-builder and digital management tool for the hospitality industry, and we’re now working with over 150 properties across Europe. Given the choice again, I would go back to le Wagon anytime, coding changed my life !Read Less",FullStack program - 35+ locations,Web Development +247406,10868,le-wagon,Eleonore Selly,False,2019,There's a before... and an after the Wagon!,2019-03-26,5.0,5.0,5.0,5.0,"I was really intimidated to enter the Wagon! I thought I was not prepared enough, not well equipped, maybe too old, too different, do not deserve my place, etc... In fact, I asked myself too much (bullshit) questions!Doing the Wagon's coding bootcamp... Read More was a revelation for me like destroying a wall that I had been building mentally for years and discovering skills I never thought I'd been able to master before!It was hard to cope with different problems 10 hours a day every day, but the hardest thing was to fight against myself and fail while usually it's not an option for you. And one of the best part was a lot of other girls out there I could share my doubts with, it was a very supportive community!This is a very intense but stimulating learning, you feel to exploit a new part of your brain remained dormant so far. If you doubt about yourself, you really have to trust the system, stay commited: a teacher, a TA, an alumni will always be at your side to reassure you about your potential, share his own experience with you, and prove to you that yes ... you can do it as well!The pair-programming buddy, the Aperotalks with tech industry speakers, the Friday night beer off parties, the 10-day as a technical team project, the Office hours, etc... everything is carefully set up to improve your startup-up mindset, for networking and consolidating the community.9 weeks later, I go out more confident, the opportunities to work seems endless.And the aura of the Wagon follows you well after (with your Career Book at hand!) ... This is where you realize the chance to have been integrated into this great 5⭐️⭐️⭐️⭐️⭐️ family!Read Less",FullStack program - 35+ locations,Web Development +247404,10868,le-wagon,Peishan,False,2018,9 weeks that I never regretted,2019-03-26,5.0,5.0,5.0,0.0,"Before Le Wagon, I worked for years in logistics for a French retailer and someday I realised that I was searching an opportunity and a change of my professional life. I was used to data manuplation and was curious about coding my own application in my... Read More spear time.So I tried to learn to code on online plateforms after work and in my weekends but it was far from efficient and I felt like wasting my time doing things that I didn't really understand. It was an frustrating coding experience until I decided to stop working and go for full-time bootcamp in Le Wagon. Here I spent 9 very intensive weeks that I never ever regretted with my motivated classmates, very good teachers Kelvin and Julien, and everyday helpful teaching assitants (during our coding time). It's with them that I managed to learn, and make mistakes. Today I know coding and I continue to code my own project with friends. And with what I learnt during these 9 weeks, I finally manage to learn other languages and technologies online myself. It opened a door to my life.Read Less",FullStack program - 35+ locations,Web Development +247397,10868,le-wagon,Alfonso García de Corral,False,2019,It will change your life (Barcelona batch 199),2019-03-25,5.0,5.0,5.0,5.0,"A shift in my first job contract gave me three months to spare. It was then when a friend told me about Le Wagon and highly recommended to take it, I remember he literally said ""It will change your life"". I had a technical background, but not being capable... Read More of implementing anything was frustrating. I did not think it twice and I started my journey at Le Wagon.Looking back, Le Wagon was an intense experience, but really pleasant to carry. During the week, from 9 to 19ish, fantastic people from all the world with different backgrounds made time fly, and once coding was over, football and beers took place. At weekends, Barcelona's weather and lifestyle offered plenty of possibilities: going to the beach and playing volley ball, tasting local food or, the favourite of some of us, enjoying Barcelona's nightlife.Le Wagon was just the beginning on my coding journey. As soon as I finished the bootcamp, together with two friends, we founded a start-up. There are still loads of things to learn, but Le Wagon set the essential foundations to keep learning in a fast and solid way.Now it is me who highly recommend Le Wagon to all my lifelong friends and say ""It will change your life"".Read Less",FullStack program - 35+ locations,Web Development +247388,10868,le-wagon,Jules Rivoire,False,2019,They didn't lie learning to code with Le Wagon changes your life,2019-03-25,5.0,5.0,5.0,5.0,"Going into University I was unsure what I wanted to do after but went straight into an Economics degree “to keep as many options open as possible”. Four years later, with my Economics Bachelor in hand and with one year of work experience, I knew two things.... Read More The first being that what I had done during my work experience was not for me and the second that I had no intentions of further theoretical learning of any subject.I decided to give myself a year to try different things: making a career out of my passion for cooking, travelling and giving myself time to figure things out. Working in a restaurant kitchen for three months, it quickly became clear that cooking was a passion but not a career for me. During that time a friend of mine was at le Wagon. Having already heard of the bootcamp whilst at University, I started to consider it for myself. I spoke to three alumni, from three very different backgrounds and I was convinced!Looking back, these 9 weeks were hands down the most intense and intellectually and socially stimulating that I can remember. It has been an incredible personal journey to be welcomed into the amazing group that is Le Wagon community. I have learnt hard skills that I really enjoy and feel I can apply in a professional environment and my future career. Sharing this experience with other students creates strong connections and strong friendships as a result.I cannot recommend Le Wagon strongly enough. Everyone will tell you that the most difficult part is the first three weeks but, for me, the hardest part was leaving all the amazing people I met straight after the end of the 9 weeks. My only advice then would be to give yourself some time after le Wagon, as it is truly a life changing experience.Read Less",FullStack program - 35+ locations,Web Development +247372,10868,le-wagon,JC Fabre,False,2018,Highly recommend it,2019-03-21,5.0,5.0,5.0,5.0,"Before le Wagon I tried to learn how to code by myself a couple of times but none of them were successful. The main challenges that I faced were that I didn’t really know what was important to learn and learning alone was just very too slow and tedious.... Read More At that point, friends recommended that I try Le Wagon and I did. That was the best decision I made in 2018 :) and now I recommend it to people in my entourage who want to learn how to code. Why? 1. The program’s content is well-thought, condensed and really practical. At the end, you have acquired a solid foundation on how the modern web works, and have enough knowledge to get started on what you want to do 2. The teaching method is amazing and leverages technology to make things stick using flashcards, gamification and pair coding - it’s really much more fun and engaging than learning alone with a book or an online course (trust me I’ve tried both). 3. The community vibe is energising, the staff is committed to your success, you’ll meet cool people. So, whether you want to become a web developer, start your project or just get a better understanding of how software works I highly recommend Le Wagon’s bootcamp.Read Less",FullStack program - 35+ locations,Web Development +247369,10868,le-wagon,Jad,False,2019,Great experience !! ,2019-03-21,5.0,5.0,5.0,5.0,"During my 4 years experience in the start-up ecosystem, I’ve been dreaming of coding and taking part in the developers’ round-tables. However, my lack of technical skills was a barrier to my participation and it seemed like an unreachable dream until... Read More I discovered Le Wagon through my friends who experienced the same frustrations.During the 9 weeks of intensive training, the teachers did a phenomenal job as they drove the program with passion and great guidance to arm me with technical skills. Not only I am now able to working with my technical team but I can also develop my own web applications.Enrolling at Le Wagon also means joining a growing community of passionate developers from all around the world who are feeding the network on daily basis and sharing knowledge.The people I met, the experience I had and the skills I acquired were above my expectations. After Le Wagon, I decided to keep on coding and grow as a full stack developer.Read Less",FullStack program - 35+ locations,Web Development +247343,10868,le-wagon,Gracy Soundron,False,2019,Crazy weeks with you :D ,2019-03-20,4.7,5.0,5.0,4.0,"Le Wagon has a very friendly environment, open to students coming from all around the world.I started programming in India in 2015 and then, in 2017, I came to Canada (Montreal) to continue my studies. Before starting the bootcamp with Le Wagon in 2019,... Read More I was studying in a private university in Montréal, the ""Institut Supérieur d’Informatique"", where I completed my AEC (Certificate of Collegial Studies).After that, I had two options: I was accepted at University (UQAM) for a technical program, or I could do Le Wagon. I thought a lot and evaluated both options and decided go with Le Wagon. I chose Le Wagon because of the learning environment but ESPECIALLY the fact that they use Ruby on Rails. Also, I preferred the fact that I would be studying 9 intensive weeks practicing instead of doing 3 years of theory at University.I do not regret my weeks spent at bootcamp, I learned a lot, it opened my eyes, it allowed me to really understand the world of programming. If I had to do this again, I do it again with a GREAT PLEASURE.The last 2 weeks of the bootcamp were very rewarding for me because I was able to apply what I had learned during the 7 weeks. My project, ”Hike Away”, was very interesting to create: it allows people to travel and discover other worlds. It can be checked here: http://www.hikeaway.ca/Read Less",FullStack program - 35+ locations,Web Development +247169,10868,le-wagon,Pierre L,False,2019,Great experience,2019-03-19,5.0,5.0,5.0,5.0,I joined batch #220 of Le Wagon in January 2019. I worked for already 10 years in digital marketing and ecommerce as Digital Director in retail industry but also in services (transportation and tourism) and in a start up as General Manager. I began to... Read More work when the first iphone was launched. All my jobs did not exist when I arrive in companies I worked for. I have always been confronted to some technical issues (mainly related to code) that I was not really aware of. Le Wagon is a unique occasion to get a full understanding of a 360 digital strategy when you come from business.It is also sometimes the occasion to discover new possibilities in your career.It has truly brought me a new world of possibles.I strongly recommend this experience to anybody interested in code/ digital business/ entrepreneurship.9 weeks is too short!Read Less,FullStack program - 35+ locations,Web Development +247328,10868,le-wagon,Damien ARNAUD,False,2019,The 9 shortest weeks of my career !,2019-03-19,5.0,5.0,5.0,5.0,"After 3 years spent developing the business activity of a startup in the smart cities field (OPnGO), I decided to follow the coding bootcamp Le Wagon to develop my technical skills.Indeed, during my experience at OPnGO, I saw a start-up grow from 3 to... Read More 70 people in 30 months and I had to deal with scalability issues, especially on topics related to marketing. It occurred to me that it was not always easy to understand the problems of a technical team of 30 people and to interact with them. Moreover, it seemed to me that this lack of understanding could make my arbitration decisions less relevant, especially when defining the technical roadmap of the product. Finally, I quickly realized that becoming autonomous on the development of front-end improvements could represent a huge advantage in terms of responsiveness, especially with respect to tech teams that are often overloaded in the growth phase.The wagon perfectly met my expectations and even exceeded them by making me discover a network of alumni active and very supportive. The wagon will remain a very strong experience in my life and I know it will count in the way I approach my next challenges. Indeed, thanks to these new skills, I intend to integrate a new startup and to cross new stages of development.Read Less",FullStack program - 35+ locations,Web Development +247137,10868,le-wagon,Alix Taffle,False,2018,Impactful bootcamp & great learning experience,2019-03-19,5.0,5.0,5.0,5.0,"In 2011, I founded MorningCroissant, a marketplace for accommodation rentals.Prior to MorningCroissant, I worked in various managerial position in tech companies for 15 years in France and in Europe (Orange, Amgen, eBay).Le Wagon was a very efficient... Read More way to :- get a better understanding of technical flow & developers’ challenges- and also to learn how to build prototypes for new ideas. This has already made a difference in my day-to-day job as an entrepreneur. I highly recommend it.Read Less",FullStack program - 35+ locations,Web Development +247321,10868,le-wagon,Jan Lesko,False,2018,"LeWagon coding bootcamp Canggu, Bali",2019-03-19,5.0,5.0,5.0,5.0,"Le Wagon in Bali was one of my best life experiences. The full-stack web design course took place in Canggu, Bali. During the 2 months, we learned how to develop and release basic web applications using latest tools under the guidance of skilled and highly... Read More supportive instructors. We were working mainly with Ruby, Rails, SQL, and JavaScript.The classes took place place at a rooftop of a hotel with a pretty stunning view. We had a plentiful supply of fruits, snacks, coffee, and drinking water to keep us focused on the lesson :) You will get to experience coding solo and well as in groups. In the final stage of the course you will form a group to develop, release and present your web application. I would like to highlight that the process of group forming and topics choosing was very organic, fluent and well set up.The key to the success of this course was the staff that was very professional and friendly. You can always ask questions and get support when you are stuck on something. Dirk, who was the manager, was very supportive and caring.Everyone in the class, as well as other people in Canggu, were extremely friendly and Bali itself is beyond amazing. Nature, beaches, culture, sunsets, great people, nightlife, unforgettable views — there is so much that Bali is offering. I would recommend it to anyone who is seeking knowledge in web applications, traveling experiences and new friendships.I currently work as a Junior Software Developer using the knowledge I learned in our classes.Read Less",FullStack program - 35+ locations,Web Development +247316,10868,le-wagon,Matthieu Montagne,False,2019,Great experience,2019-03-18,5.0,5.0,0.0,0.0,"My name is Matthieu, I’m 29 years old and I’ve recently completed the 9 week bootcamp at Le Wagon. The idea of following Le Wagon’s formation came to me after few years working in the law industry.Amateur of computer science, I wanted to develop my programing... Read More skills but did not want to spend more time than needed. I wished to be able to start working in this field ASAP. Since a few years, many companies offert this kind of quick formation and it’s hard to know which one to pick. I asked around, to friends, in the headhunting industry for instance, and many of them talked to me about this bootcamp. Unfortunately, when I applied, there were no place left, so I decided to follow another course until the next session. 3 month later, I finally enrolled at Le Wagon in Paris.The fact that I had followed a previous formation in programing helped me for the first days. Mostly, it enabled me to realize the benefits such a bootcamp : qualified, available and caring teachers. As far as I know, the programming community is full of helpful people and for most of your interrogations, you can find answers online. But for a beginner, having someone near you, explaining why your code went wrong is the easiest way to learn quickly. Besides the schooling, Le Wagon organises many events, allowing students to meet inspiring people (alumni, freelancers, CTOs, CEOs…) which is very helpful to build a network if you’re new to the tech industry. It helps you to decide which position you would like to hold after the bootcamp.Read Less",FullStack program - 35+ locations,Web Development +246075,10868,le-wagon,Philippe Larroque,False,2019,Great level-up bootcamp for every hungry for knowledge Product Manager,2019-03-18,5.0,5.0,5.0,5.0,"After 4 years in a fast-growing startup, I decided to leave the company few months ago as a Product Manager. I joined le Wagon because I experienced a lack of technical background within the product field & felt that it was option for me to do. Indeed,... Read More I learned a lot about computer programming and now I see beyond the mockuping and design tasks that are regular for PM’s. All the skills that I learned help me now to go deeper into my job and explore infinite options to create awesome products. I highly recommend le Wagon to every PM/PO willing to level-up.Read Less",FullStack program - 35+ locations,Web Development +245679,10868,le-wagon,Astrid Delcros,False,2019,Awesome Experience,2019-03-18,5.0,5.0,5.0,5.0,"After 3 years working in support functions for a Tech Startup, I was frustrated not having a better understanding of technical topics.I decided to develop coding skills with Le Wagon to find a job as product owner after the bootcamp. But the quality of... Read More the program made it really fun to learn and now I have decided to go on and improve my skills to actually find a job as web developer.Also gathering different kind of motivated people from diverse backgrounds to develop new expertise created a great atmosphere.I didn’t expect Le Wagon to have such an impact on my professional objectives and I highly recommend it.Read Less",FullStack program - 35+ locations,Web Development +247315,10868,le-wagon,Melanie Schmitz-Jansen,False,2019,"well-designed courses, amazing people and making the impossible possible",2019-03-18,5.0,5.0,5.0,5.0,"After my studies in Biomedical Science, I visited a technology conference where I realized how important it is to have some technical skills. A friend told me about “Le Wagon”, a coding bootcamp which is famous here in Paris and has the best reputation.... Read More It was a great opportunity to learn how to code with le Wagon. The courses were very well-designed. Every day, we were solving problems with a partner to immediately apply the new knowledge. Every day, I was working with a different person. This way I could get to know almost all of my classmates more closely. Most of my classmates were awesome with all different kinds of backgrounds.At the end of the bootcamp, we had our own real project with a team. Our project turned out better than we could have dreamed of.During the bootcamp, I disappeared for all of my other friends. Many evenings, there was a program at le Wagon such as talks and afterworks. And usually at the week end, I was really exhausted and sleeping all day. Now, I just finished le Wagon and I already sad and miss the team work. I am searching a job as a Ruby on Rails developer to deepen the knowledge learnt at le Wagon (at the moment I prefer coding to medical research). Since I am a bit afraid to forget everything, I review some lectures and exercises (I have lifelong access to videos to all lectures and to all exercises ). Even now, le Wagon is helping me how to proceed with my job search. Also, I feel optimistic with my new huge network.In summary: well-designed courses, meeting amazing people and making the impossible possibleRead Less",FullStack program - 35+ locations,Web Development +247287,10868,le-wagon,Manon Charron,False,2018,So much more than just a coding bootcamp,2019-03-15,5.0,5.0,5.0,5.0,"Before Le Wagon, I was Head of Operations in a start-up in the Foodtech industry. I wanted to add technical skills to my resume and I choose Le Wagon which seemed to me the best ""product-oriented"" coding bootcamp.During 9 very intensive weeks I learned... Read More a lot, about RoR, HTML, CSS, JS etc.... but also about myself. I haven't been that challenged for years. I'm also glad I had the chance to meet all these people with very different backgrounds.I'm still impressed by the strength of the student / alumni network. Following the bootcamp I had great job opportunities from Le Wagon's alumni / entrepreneurs.I'm now about to start a new job as a Head of Product Mobile.Read Less",FullStack program - 35+ locations,Web Development +247298,10868,le-wagon,Mathieu BERNARD,False,2019,More than a coding bootcamp ! ,2019-03-15,5.0,5.0,5.0,0.0,"I came to learn code, I have lived a great human adventure and probably the best educative experience ever.Behind learning programmation, my 3 main motivations were 1-To have better understanding of the world I live in 2-Get the technical knowledge to... Read More create a business 3-Meet new people and a potential business partner.After 2 intensive months I have difficulty to realize I have learnt to code in more than 6 langages (Ruby, Regex, SQL, HTML, CSS, JS…), and I am now able to code from scratch a web app and deploy it online in less than one week. I have been amazed by the quality of the lectures and the strength of the educative platform, enabling you to practice with a tailor-made approach, at your pace. The priority is clearly given to action and practice over theory (only 1h30 per day), and the last 3 weeks are dedicated entirely to projects.And when the 2 months are finished ... it’s just the beginning ! It feels great to be part of a big & active alumni community full of wannabe entrepreneurs like me and potential partners for the future business I am working on.Read Less",FullStack program - 35+ locations,Web Development +247279,10868,le-wagon,Victor,False,2018,Incredible experience,2019-03-15,5.0,5.0,5.0,5.0,"I joined Le Wagon Paris for the Batch 201 in october 2018 after a master in financial engineering. I wanted to start an entrepreneurial project but I only had a visual idea of the product I wanted to launch. Initially, le Wagon bootcamp was an opportunity... Read More for me to rapidly get technical skills so that I could define needs for my product and work with developers.Finally, after the bootcamp, I decided to wait before starting my project and I am currently improving myself as web developer in freelance.Le Wagon bootcamp made me love programming thanks to its teachers and a great atmosphere. Even if we all have different background and come from different sectors, we are all here with the same goal : learning to code. I found that the daily format (course in the morning and working in pairs during the day) of the bootcamp was tailored to learn and improve quickly regardless of levels. Beyond the bootcamp itself, I really found interesting the workshops and talks that were organized. It is a good way to get inspire or to get informations on different jobs in tech. It is also always a good reason to have a beer with your buddies after an intense day !Finally, when you join Le Wagon, you join a community that helps you during the bootcamp, but also and mostly after the bootcamp, to find a job or support entrepreneurial projects.Read Less",FullStack program - 35+ locations,Web Development +247282,10868,le-wagon,Arthur,False,2018,A hell of a ride!,2019-03-14,5.0,5.0,5.0,5.0,"I started to work in the Tech industry after graduating from Business School in 2014. I was lucky enough to work in different teams, on various cool projects. But as time was passing by, I was getting more and more frustrated: although I thought I was... Read More getting the big picture, I had absolutely no understanding of the technical aspects of the products I was selling.About a year ago, a friend was telling me about the Wagon and how it completely changed his way of approaching things and tackling challenges. That’s when it hit me: I realised I was never going to be fulfilled evolving in a sector that was so impenetrable to me. I decided to quit my job and join the adventure, although I was kind of dreading going back to school… This was hands down the best decision I ever made. I met an amazing crowd of students, teachers and alumni. The program is dense, but well thought through, to such an extent that it kept on board 44 students with completely different levels of studies, knowledge or experiences. I never though you could pack so much in 9 weeks, and how rewarding it could be to finally understand the logic behind concepts that I had been exposed to for over 4 years.I’m now in the process of starting up my own software company, and I clearly wouldn’t have been able to do it without the bootcamp. It has given me the ability to be independent on so many aspects, and I truly believe it's a life changer to anyone questioning their future. Go for it, you won't regret it!Read Less",FullStack program - 35+ locations,Web Development +247281,10868,le-wagon,Mathieu,False,2018,About Le Wagon.,2019-03-14,5.0,5.0,5.0,5.0,"How simply describe this adventure. I joined Le Wagon for a very particular reason, learn to code in order to be able to code my own project. So, I was in the small club of the aspiring entrepreneurs, a minority in Le Wagon Students. Being from Finance... Read More (not the mathematical finance), I wasn’t very familiar with web development, and I haven’t good memories about learn to code at university. I was member of the « Nooo, code is just not for me ! » team. But Frankly, my 2 months experience with Le Wagon reconciled me with coding.First, the program helps you to build a coding knowledge from scratch, which was a very important point for me. Beyond knowing about HTML or CSS, building basic program with Ruby gave me the necessary background, and the desire to learn more. The firsts « Oh, that works! » were really important for me to break down the psychological barriers about coding. Thereafter, it became a game. Each day, we had new challenges. And each day, we felt stronger that the previous day. The last two weeks with the final Projects were the most exiting. It was at this point that everything we learned before swung into action. To conclude, I would just said that doing Le Wagon was a great experience. I liked the pace (morning courses then all day long to succeed the challenges), the Le Wagon crew (a large and available team of caring teachers), and the atmosphere (in and outside the classroom). OK, I’m not for sure now the best of the web developers, but I now know that coding is actually not that complicated, and that's what makes all the difference. ;)Read Less",FullStack program - 35+ locations,Web Development +247277,10868,le-wagon,Emily,False,2019,The best experience! ,2019-03-14,5.0,5.0,5.0,5.0,"Having studied Politics at University and spending almost two years working in Fashion, although I could speak of my communication and organisation skills, I often regretted not having any ‘hard skills’ in the working world. What is more, I didn’t feel... Read More particularly fulfilled or mentally challenged in my day-to-day work. When I started applying for new jobs, it became clear to me that to break out of the industry my CV now anchored me to, I would have to finally step up to the challenge of developing one of these ‘hard skills’ I secretly wish I had. I had heard of friends learning to code and loving it, although I didn’t think I was good enough at maths or clever enough to try it myself. I decided to play around on Codecademy and actually found myself having fun, and so I decided to apply to Le Wagon. It is safe to say, I have absolutely no regrets! In 9 weeks, I have been able to learn so much and enjoyed every minute of it (even the struggles!) Other alumni had warned it would be intense, which it is, but it’s such a great learning environment and I never felt too discouraged to keep pushing myself. Le Wagon has now got me hooked, and now that the bootcamp is over, I want to continue learning to code and hope to find work in tech as either a dev or product owner!Read Less",FullStack program - 35+ locations,Web Development +247271,10868,le-wagon,Susan,False,2019,One of the best experience of my life,2019-03-13,5.0,5.0,5.0,5.0,"I finished my end-of-course internship in cosmetics as a product development manager few months ago. I studied Digital Marketing and was willing to deal with a product with technical aspects. To do so, it was essential for me to be able to talk with developers,... Read More using the right vocabulary, and really understand what was going on. A friend of mine who did Le Wagon talked to me about this 9 weeks of coding bootcamp. It was neither too long, nor too short. Perfect.That’s how I was part of Le Wagon Paris batch #220, one of the best experience of my life. From the very start, you feel that you are going to embark on an exciting adventure. Let’s be honest, you’ll learn how to code the hard way, sometimes you’ll dream of code, but it works. Not a day I was reticent to go there, all the students, teachers and staff members become your second family in a way, so you’ll never feel lonely and always supported.Of course I’ve gained technical skills. Even a week after the end of the bootcamp I am still amazed by the fact that we’ve coded a functional and really well designed app from scratch with my team.Humanly speaking, I already said that earlier but I insist, getting a foothold at Le Wagon is being part of a huge community all around the world, always glad to help you.What’s next then? As I want to work on a technical product, Product Owner is the perfect job for me. With the skills acquired thanks to Le Wagon, I am sure it will be easier for me to apply to this kind of job than before I’ve joined the bootcamp.Read Less",FullStack program - 35+ locations,Web Development +247264,10868,le-wagon,Alki Delichatsios,False,2019,Le Wagon is an incredible experience to learn how to code… and so much more!,2019-03-13,5.0,5.0,5.0,5.0,"I’m a Greek-American living in Paris for the past 12 years and I love solar power, biking, and music… and now coding! I’ve been working for the past six years as VP Marketing at DualSun, a French solar startup that developed an innovative solar panel.... Read More As part of my job, I frequently work with developers to build our web presence and I decided to do Le Wagon to work more efficiently with the developers — to be able to challenge and validate their work which is really hard to do when you don’t have the technical experience.I also wanted to do Le Wagon for personal reasons -- to learn something new, to work my brain differently, and simply to go back to school!And so I did Le Wagon Paris batch #220 (Jan-Feb 2019) and I LOVED it. It exceeded my expectations not only on a technical level, but on human and social levels as well.On a technical level, I now not only feel competent to challenge developers, I discovered I love coding and that there’s a lot of stuff (not everything) that I can do by myself!The program is really well-designed with a (superbly-coded!) online platform with lectures, videos, exercises, and more. The teachers and the TAs are great and helpful and make learning such a pleasure. And we had such a great time with the other students — every day, you work with a different “buddy” which is a great way to meet new people and discover new learning styles.Beyond the course, the staff at Le Wagon is amazing and organized many incredible side events - CEO talks, happy hours, coding competitions, and of course, the final Demo Day. And the network and post-bootcamp support is incredible too! I could go on and on….What’s next? I plan to go back to my job at DualSun with a more tech-focused role, and hopefully continue dev projects on the side, and who knows, maybe at some point, become a full-time developer.In short, Le Wagon is an incredible experience to learn how to code… and so much more!Read Less",FullStack program - 35+ locations,Web Development +247258,10868,le-wagon,François Nguyen,False,2019,9 weeks of your life you won’t regret!,2019-03-13,5.0,5.0,5.0,5.0,"We all know that time flies, even more when you are having a good time. This defines exactly the bootcamp Le Wagon in Paris I just attended (batch #220). Before giving you more details on my awesome adventure at Le Wagon, let me tell you first how I came... Read More up with the decision to enroll in this bootcamp.Initially graduated in Finance degree, I worked in an asset management company as an accountant for 6 (long) years. Classic, steady and comfy executive job you would guess. Bored of seeing the same figures and Excel spreadsheets over and over again, I seized the opportunity during my company restructuration to change path. I was kind of a nerd during my childhood and was always interested in the web and tech fields. Having heard good things about Le Wagon from some friends working in this environment, I decided to give a look and a try after reading useful reviews (I hope this one will help too!)You could imagine that 9 weeks is too short for being a web developer … Indeed, this is brief but so efficient as those 9 weeks are perfectly optimized to learn! The courses are perfectly balanced between lectures in the morning and practical exercises for the rest of the day to assimilate on your own pace. You see and live every day differently as you learn to team up with people. The staff in Paris are warm and care about their students by paying attention to them until the end and after the bootcamp.I was starting from scratch on web languages, and I learned so much during the 9 weeks that I am now more confident to pursue my career in the web industry. My adventure in Le Wagon brought me a convivial social network and good friends with whom you could tell lame nerd joke! Don’t be afraid of going to the yoga that the bootcamp offers, first it will relax you from your laptop (and take some ninja naps) and you will make your body and mind more flexible (I was as flexible as a tree before and I can easily touch my feet now!)After Le Wagon, I plan to land a first job as a FullStack web dev job, and during the bootcamp, I had some friends that had ideas of project but didn’t know where to start the app, and I could tell them the feasibility with my Le Wagon experience. So, I have also several projects, including a bot that will automatize business flows and a personal finance planning analysis tool.Thank you for reading me and hope you will enjoy Le Wagon if you decide to step in!Read Less",FullStack program - 35+ locations,Web Development +247241,10868,le-wagon,Jeanne,False,2019,Rewarding experience at Le Wagon,2019-03-12,5.0,5.0,5.0,5.0,"Soon to be graduated from a business school, I joined Le Wagon in January 2019. After a digital marketing master, that provided me academic knowledge, I felt like I needed some technical skills. Learning to code seemed to be the most relevant thing to... Read More do. I won’t tell you that I was passionate about coding before joining Le Wagon, I won’t tell you either that I dreamed about becoming a developer since my first day at kindergarten. That is not who I was and besides this, this is not really the type of people Le Wagon is targeting. But I can tell you one thing: I wanted to learn something that will help me to stand out from the crowd of “business-students-willing-to-work-in-digital-marketing”. And thanks to Le Wagon, I have been served! Honestly, I can say that it was one of the most enlightening experiences of my life. I learned so much. I learned about API, parsing, scraping, AJAX… Did I lose you? That’s ok, I can’t even realize that I am actually using these words, me, Jeanne, that used to be a French Literature student! And this is what I liked the most about Le Wagon: people coming from different backgrounds, but no one knew how to code. Working alongside curious people challenged me every day to do my best. Now, I can say I like to code, but what I like the most about coding is that it is a world of possibilities, and the knowledge never stops! It has truly changed my vision of the digital world and I feel ready now to join a tech start-up or a digital agency/consulting firm.Read Less",FullStack program - 35+ locations,Web Development +247232,10868,le-wagon,Claire demont,False,2019,Learning to code is so easy with Le Wagon,2019-03-12,5.0,5.0,5.0,5.0,"I worked 2 years for Saas start-up in Healthcare industry as a Customer Onboarding Manager: I knew everything about the product and worked closely with the PO and the Tech team to improve it on a daily basis.But after the merger with our competitor, we... Read More grew so much that every team was working in silo and I lost all connection with the product development.I then realized it was my favorite part of the job: reflect on, improve, test and design the product.So I enrolled for Le Wagon Bootcamp to become a Product Owner, and finally be officially shaping the product.But halfway through the training and as the end was approching, I had my second epiphany: I didn't want to stop learning and coding!With Le Wagon not only I learned basic coding skills but also discovered the developper mindset: - curiosity is your prerequisite, - failing means trying means improving, - The one asking may be the one sharing and vice-versaThe teaching method was far more well thought out and effective than in my business school, that is why I feel so confident what will happen next!Read Less",FullStack program - 35+ locations,Web Development +247224,10868,le-wagon,Marine Sourin,False,2019,Best experience I've ever had,2019-03-12,5.0,5.0,5.0,5.0,"I got my Master II in Digital Business & e-Commerce in September 2018. I did a work/study training program in Saint-Gobain for the last 2 years, in the e-Commerce department.Interviews after interviews, one thing kept coming back: I did not have enough... Read More tech abilities. That’s why I decided to join Le Wagon in January 2019 in Paris. At first, I thought that I would be overwhelmed by all the new things I was going to learn, but the program is extremely well studied, and everything then seems obvious. 9 weeks can seem short to learn to code an app from scratch, but you would be amazed how fast you’ll learn. The atmosphere at Le Wagon is very family-like. Everyone is here to help each other, no one is better than anyone. We all share the same ambitions and the same will to learn something new. There are lots of different types of profiles, and that’s what amazing about it.Le Wagon was kind of life changing experience for me. Now that I found what I really enjoy doing, I’m looking for a position as a Developer Web Junior, I decided to get away from the business side. I’m much happier in the tech environment.Read Less",FullStack program - 35+ locations,Web Development +247195,10868,le-wagon,Charles,False,2019,Life-changing experience,2019-03-08,5.0,5.0,5.0,5.0,"I was working as a Product Manager at a tech startup in Paris before I joined Le Wagon. I went to their Bali location as I was looking for a change of scenery to consider the next chapter of my professional career as well as to deepen my technical knowledge... Read More and expertise to be able to lead technical projects with a more hands-on approach.The bootcamp has exceeded my expectations on all fronts. Not only did I get comprehensive experience on all full-stack development notions and beyond (databases, test-driven development, API integrations and build, background jobs, mailers, javascript plugins…), the very product-driven approach offered by Le Wagon really has every student consider and experience first-hand how to develop products with a good UX/UI and market fit. The friendships and the network developed hold no comparison, and the surfing, yoga, scenery and multiple events organised by Le Wagon were awesome bonuses.For a couple of months, we’ve all felt a renewed sense of confidence, creativity and energy. It was a really life-changing experience, far from what one could expect from a simple bootcamp, and one of the best decisions/investments I’ve made in my life.Read Less",FullStack program - 35+ locations,Web Development +246751,10868,le-wagon,Amélie Petetin,False,2017,A very good training,2019-02-28,5.0,5.0,5.0,5.0,"I applied to the Wagon bootcamp to strengthen my technical skills. I began my career as a Consultant, then as a Marketing Project Manager in a pure player travel company. I liked the digital ecosystem very much. I could rapidly evolve as a Software Product... Read More Manager, which I enjoyed very much. However, this new job required to develop new skills, to be able to translate the Product vision into something that could be understood and used by the developers in my team. I felt uncomfortable, because I had a too approximative idea of how a website is built. Le Wagon gave me a solid technical basis that helps me everyday to understand precisely the technical implications of the features I imagine. Also, it gave me the keys to dig deeper into technical subjects that interest me. For instance, I was able to develop my first chatbot, and I recently began a training on data science!Read Less",FullStack program - 35+ locations,Web Development +247032,10868,le-wagon,Sergi Campos Berga,False,2018, I’ll never forget this amazing experience at Le Wagon Barcelona,2019-02-27,5.0,5.0,5.0,5.0,"Since I was a child, I’ve always had lots of business ideas related with internet, but I’ve never found the right moment to develop them, and one of the main reasons was my unknowledge of web development.Last year, I decided to make a break on my professional... Read More career on business consulting to learn new things and decide what had to be my next professional movement. At that moment, I had a business idea, so I decided to learn to code and develop the web-app by myself.I chose Le Wagon because its academic program was not just learning to code, it was much more than that, it was learning to develop your own web-app, through methodologies like Lean StartUp, UserExperience, Agile and Scrum, Prototyping, etc. I realized that the Coding Bootcamp of Le Wagon was the best program to make real any business idea that you could had.Then, the experience was amazing. Nine weeks working really hard, learning lots of programming languages, and the best part of the bootcamp, making our web app in teams, designing the solution and coding an entire web app in just two weeks. And outside classes, all the activities that we did with classmates: football and tennis matches, parties, trips, concerts, etc.I’m very happy to have chosen Le Wagon due to all the people that I met and for everything I learned, I’ll never forget this amazing experience.Read Less",FullStack program - 35+ locations,Web Development +247024,10868,le-wagon,Masashi,False,2018,best education I've ever had,2019-02-27,4.7,5.0,5.0,4.0,Summary One of the best education I've ever had with 2 factors;Got practical skills in a short period of time: Everyday-coding challenges after morning lecture never let us leave just as lecture but as practical experience.Surrounded by smart / passion... Read More / diversed people.I've been always interested in programming when I was doing internship for a startup before Le Wagon. And finally I jumped into Le Wagon Tokyo right after my graduation of bachelor degree in business.Read Less,FullStack program - 35+ locations,Web Development +247021,10868,le-wagon,Francisco Di Persia,False,2018,Life changing! ,2019-02-27,5.0,5.0,5.0,5.0,"After study and work as an Agricultural Engineer, I realized that that was not for me, I was feeling frustrated and quite worried about my future, I didn't want to expend my life doing things that I did not like nor willing to expend years studying something... Read More else, so I decided to travel and study at Le Wagon, I went to Buenos Aires, Argentina, it was the batch number 198, so many doubts about everything but thanks to Sebas, the driver and Sam, one of the teachers, it was an awesome experience (and of course, with their massive patience)!In fact, 2 months after finishing the bootcamp, I get my first developer job! Now that I'm working, I realize how accurate is Le Wagon's syllabus, I'm using pretty much everything! Also, other remarkable aspects are the alumni network (it is huge, where everybody shares knowledge, jokes, job offers, asks for help, and so on), you keep the lectures recorded and exercises, you have yoga lessons and many extra activities, such as barbeques and meetups.I totally recommend investing in it.Read Less",FullStack program - 35+ locations,Web Development +246957,10868,le-wagon,Inês Salgueiro,False,2018,Love Le Wagon,2019-02-20,5.0,5.0,5.0,5.0,"In Le Wagon I’ve found myself in an exciting community full of people that share with me a passion for creating, learning and coding. This sense of community and friendship was really important during the bootcamp to keep me motivated and excited for... Read More each day, sharing all our doubts, difficulties and personal knowledge was a special key element of Le Wagon, as well as all the dinners and events we shared together! All the teachers were caring and made sure we were taking full advantage of what the bootcamp had to offer. As well as an awesome curriculum full of coding technologies, we were taught important soft skills that really helped me getting my career started in the tech world right after the bootcamp finished. Even now my batch is over, I was left with direct contact to all Le Wagon’s online groups and communities filled with experienced teachers, alumni and new learning content to keep expanding my knowledge and stay in touch with all the great people I got to meet. I’m very happy I was able to be part of such an awesome experience, and I’m so excited to go into my new job and put to practice everything I learned in Le Wagon!Read Less",FullStack program - 35+ locations,Web Development +246859,10868,le-wagon,Richard van den Broek,False,2018,"Effective learning method, great overall exprience!",2019-02-16,4.7,5.0,5.0,4.0,"I started my career in the shipping industry (oceangoing tankers) and got quite frustrated by its conservative working methods, especially the lack and quality of software I had to work with. Coming from a background of economics, I understood linear... Read More programming problems but had no knowledge about coding. After playing around with excel macros I learned that I enjoyed these kind of problems but did not know how I could get into coding as I hadn't studied computer science (and I certainly did not intend to spend years in school again). Also the false idea that you have to love math left me somewhat reluctant. I decided to take a break and travel for some time. Close to the end of my trip I ran into the concept of coding bootcamps. I don't remember what the lead was that made me look in this direction but as soon as it caught my attention I got very excited. I specifically liked LeWagon since they are hosting a program that is oriented towards building a product (I am entrepreneurial by nature so this suited my personal interest). Also they were priced most competitively. During the bootcamp I was amazed by the learning curve. I had zero knowledge of coding; I initially did not know what frontend or backend meant, what Github was or what happens with an http request. Actually, even html and css were new concepts to me. A new world opened up to me! During the bootcamp you have a morning lecture, followed by working on problems with a buddy (pair programming) in the end of the morning and afternoon to discuss the problems and live-coding at night. This mix of learn-by-watching, learn by doing and learning-by-teaching method is extremely effective.Apart from the super fast learning that I enjoyed I became very excited about how there is no end to the innovation and creativity in tech. Halfway the bootcamp we got to pitch our own ideas in order to choose a final project. From my time in shipping, I had an idea to automate a complex process of contract assessment in order to determine what charterers have to pay shipowners for incurred delays in port. Three other students chose to join the project and we worked on it for the last two weeks of the bootcamp. Many times we thought we got in way over our heads but there was a lot of support from teachers to help us crawl through the challenges we faced. Eventually we got to present a well working and good-looking MVP at the grand finale: demo day. In those last weeks basically everything that we previously learned came together and fell into place perfectly. We did not only learn how to solve coding problems but also how to collaborate in teams and align the many different tasks that the project required. Since the bootcamp many new ideas came to mind. You start looking at problems in a different way and it so much easier to evaluate what the scope of a project is and whether it is worth to get started on it. And to get started has become very accessible now. I strongly feel that learning to code for my generation is equally important as being able to speak English. Even if you don't end up becoming a developer, knowing how the digital world fits together is essential. I have already recommended this bootcamp to many of my friends. In my opinion this is the most effective way to learn the essential range of concepts and skills in a very very short time.Read Less",FullStack program - 35+ locations,Web Development +246893,10868,le-wagon,Ana Ivan,False,2018,It's all about your mindset,2019-02-15,5.0,5.0,5.0,0.0,"Le Wagon taught me how to build an app front to back, that’s true, but it was so much more than that - it taught me how to structure my ideas, where to start and how to build it, it taught me how to learn new things and gave me a new way of approaching... Read More the subjects I have yet to learn. I had been doing some courses before enrolling, going over subjects that I only managed to grasp during my time at the bootcamp. Your mindset is everything and the experience of working in a tightly knit collective is invaluable - seeing that I wasn’t the one struggling at times or having people to celebrate with when we got a feature to work helped my learning journey. I also want to thank our driver here in Copenhagen - together with our teachers, he was a constant source of encouragement and support.Read Less",FullStack program - 35+ locations,Web Development +237147,10868,le-wagon,Marina Kjaer,False,2018,Le Wagon Barcelona - a life changing experience,2019-02-15,5.0,5.0,5.0,5.0,"Le wagon has been an incredible experience in an uncountable amount of ways. If you’re considering doing a coding bootcamp, choose Le wagon. Where did it start?My interest in coding started when I experienced some limitations at work; I really wanted... Read More to create something and I knew how it should work or look but I didn’t know how to tell the computer exactly what I wanted. I researched coding and web development and used many free online tutorials, and I felt like I had made some progress, I could really write some lines of code and manipulate things on a website (felt pretty cool), but I didn’t know where to go from there, I could write some lines, knew some syntax, but there was no way I could create a full product, where would I start? After drowning myself in all the resources out there, I felt more and more confused and decided it was time to get some guidance. Before choosing...After researching coding bootcamps, it was clear that Le wagon was going to be a great choice. Although, I was a little skeptical at first because they seemed to just have endlessly positive reviews and I thought that can’t be right? Are these reviews real? (I can of course confirm that they are, now that i’m here writing one myself). Le wagon appeared to offer many interesting technical skills, but also seemed focused on teaching students to create a product as a whole, and focused on supporting entrepreneurship too. I watched a bunch of their demo day videos* from many cities and I was beyond impressed. I remember thinking “Wow, some of these ideas seem absolutely genius, and the presentation of the final products are really inspiring”. I wanted to be able to create something like that!Which city should I choose?Le wagon offers their course in heaps of cities, and although I was choosing between several cities, Barcelona was a clear winner for me. I wanted to stay in Europe, and after researching, Barcelona had one of the lower costs of living. Not only is it home to many start-ups and makes a regular appearance on lists about tech hubs in Europe, but it is also located on the lovely Mediterranean, and who would turn down a city with sunny beaches and beautiful mountains all in one.After applying…After I filled out the form on the Le Wagon website to apply for the bootcamp in Barcelona, I got an e-mail from Gus, the driver, offering to book a chat on skype. We had a great chat that resulted in getting the offer to do the technical tests. I was given some material to learn in a few days along with some tasks and then I was given a test which should be completed more or less in an evening. I was very glad to know that I passed the tests and had been offered a place at the bootcamp. The time between my admission and the first day of the bootcamp I was given some prep work to complete. Before the Bootcamp…I cannot stress enough just how helpful it was that I had completed the prep work given to me**. There are several videos to watch with some questions afterwards, loads of useful resources linked in the descriptions. I really suggest you read/complete the info in the links. One thing that is great about the prep work is that it gets you into the mindset of how the bootcamp will be, consistently getting fed knowledge and new information. Lastly, DO NOT underestimate the javascript part, this will take you more time than you might expect. Before the bootcamp started I also received a few really helpful email from the campus manager, Avalon, who gave me loads of information about the city and also helpful tips about finding places to stay during the bootcamp. She was really helpful and answered all the questions I had. During the bootcamp..From Day one I was so happy to meet so many interesting new people with so much of their own culture to share and stories to tell and I knew that I was going to really enjoy the 9 weeks to come. First third of the bootcampThe first week we learnt about the Ruby basics which was really helpful because they’re the fundamentals to learn any programming language, the important part was understanding the concepts as opposed to just learning syntax of by heart. It was intense, just as I had expected! On the friday we all went out for some beers to reflect on the first week and despite being tired and our brains overflowing with not only new information but also a new way of thinking and learning, everyone was in a great mood and we had a lovely time getting to know each other. Something that really impressed me was the learning platform that the creators of Le Wagon have developed. You can’t even imagine how well structured, engaging and useful this platform it, it really was the key to being able to learn so much in just 9 short weeks. They have video lectures, slideshows, daily challenges, flashcards, and a super impressive “search” function where you can just look up any keyword you remember from a lecture and it will give you all of the content related to that word - I really relied on that!The second week we learnt about more advanced programming concepts and we actually created some pretty cool mini programs which was the first time I started to feel like a developer.The third week we focused on Databases which was really interesting and it was really useful to learn how to communicate with Databases. So the first three weeks really focused on understanding the back-end.Second third of the bootcampThe next two weeks were focused on the front-end, we learnt HTML, CSS and Javascript, and also discovered libraries such as Bootstrap. We were able to build a profile page, learn how to build web components, good UI and UX practices. It was interesting to learn just how much logic is behind design, and it was actually really different from the back-end. It was refreshing to touch a new topic but it was just as challenging.During this middle part of the bootcamp when we were focusing on front-end and design, we were also taught about how to pitch a product, and we had a practice night pitching all the ideas we had to our fellow wagoners. This is a really valuable skill to learn, as they really taught us the ins and outs of a good product pitch.The next week we learnt about Rails and oh my god - the magic behind Rails was mind-blowing. Rails is fantastic and seeing everything come together was really rewarding, it was great to finally understand why we were learning everything we had been learning. Last third of the bootcampNow that we had acquired all the necessary skills to build our own app it was finally time to build one! We had one week (5 days) to build a clone of AirBnb in teams of 3, 4 or 5. This was really good practice to learn how to efficiently collaborate both in person and on GitHub, we learnt how to organise ourselves as a team and also how to deal with problems that we would run into. This practice week was so exciting because we had the opportunity to present what we had created to our classmates which was a great taster for when we would be presenting the actual product we were going to develop. The final two weeks were intense, exciting, nerve-wracking but amazing. We worked in sprints and we were able to build an MVP in just 10 days. It was incredible to be working on a project building an actualt real-life app just 6 weeks after not knowing how to write a single line of code. God that was an amazing feeling. On the Demo day, the day we would present our products to not only our classmates but also a general public audience who had signed up to join the event. We had a great day practicing our presentations and spending time with our fellow campmates, though it was a sad day saying goodbye to all my new friends, it was also a great day as everyone had a genuine sense of achievement and we were all really proud to present what we had been working so hard on.So that was it, after 9 weeks, I could now call myself a Junior Full-stack developer. About the TeachersLe wagon Drivers are great at choosing teachers who fit very well into the culture. Oftentimes the teachers have done the bootcamp themselves and so they are really able to relate to the students and understand which sections of the course tend to be more challenging and how students react to the content in the course. All the teachers in my batch were super friendly, we got along so well and it really made it a fantastic learning environment. There wasn't a strong sense of authority and superiority coming from the teachers which made the atmosphere more comfortable knowing that the teachers are really just there to support, help and guide you through the course. They help you learn how to solve problems by yourself, so that you’re ready for the real world of developing and so that you don’t become dependent on them. (although I do sometimes miss having them around)After the bootcampEarlier I spoke about the incredible platform built by the Le Wagon founders, and the best part about the resources is that they’re available to you for the rest of your life. They are not only aimed at students who are currently in the bootcamp but there is a massive active community (4000+ students) contributing to the resource part to help you continue to learn after the bootcamp. They have channels to help you find a job, work as a freelance, help you if you get stuck while coding (fixing any errors you can’t seem to fix yourself). Everyone who has been a Le Wagon student is very supportive of other wagoners, and the world wide community is great. If you attended the bootcamp in Tokyo but you are looking for a Job in Barcelona, the wagoners from Barcelona will be sure to help you. This is something that I am infinitely grateful to be a part of. Why should you choose Le Wagon Barcelona?Looking for a career change? Le wagon.Want to become a Full-stack Developer in no time? Le wagon.Looking to build your own start-up? Le wagon.Want to learn how to communicate efficiently with the devs in your company? Le wagon. Looking to become a Project Manager with Coding knowledge? Le Wagon. Want to become a freelance developer? Le wagon.Seriously...the list is endless in the amount of ways Le Wagon will benefit you. You can learn so much and in such a beautiful city with so many international people. I highly recommend Barcelona.What did I personally learn? Apart from the obvious coding part, Le wagon actually taught me many useful life skills. I got to meet a bunch of awesome people from many different cultures and get insights into their lives, I learnt about how to approach …, I learnt how to tackle problems along the way, I learnt about team work in a technical environment, and I overcame my fear of public speaking from the support of the driver and teachers, which I will always be thankful for.*anyone who is considering Le Wagon as their bootcamp choice, I would really recommend watching the demoday videos.** All aspiring students should really take the prep work seriously.Read Less",FullStack program - 35+ locations,Web Development +247203,10868,le-wagon,Claudio Victer,False,2018,Amazing Experience !!!,2019-02-13,5.0,5.0,5.0,5.0,"Le Wagon was one of the experiences in my life that I could call ""unforgettable"". Despite having a stable job and great benefits as a multinational executive, I have decided to leave my job and retake my career in the IT world. The main reasons for that... Read More are, firstly, I love technology, secondly I was tired of the bureaucratic environment and, lastly, I love new challenges. It's important to highlight that I started my career as a developer in the mid-1990s, graduated in Computer Science in 1996, and finished my first MBA in 2002. So, it is easy to say the world has changed a lot since then both in terms of quantity and in terms of technology. After developing VBA code to help with my financial work, I have identified coding was what I would like to do again. I had started writing code on my own, but I was missing interacting with other people and creating vices of those who learn alone. Thus, I searched for in-house courses, but I was not willing to spend 2 years studying in an outdated learning model. So, I was searching for short code labs with lots of practice. I found Le Wagon after reading many reviews and I can say it was one of the best decisions I've ever made since I knew it would be hard for 9 weeks coding full time. My life after Le Wagon has completely changed, even for someone who already had some experience. Even so, I have updated existing knowledge and learned new things that will help me a lot in the current job market, as we did exactly what is done in practice, both in planning and in the organization of the work. I feel extremely proud of having become a LeWagoner !!! Thank you Pedro, Fernando and the teachers for the amazing experience !!!!Read Less",FullStack program - 35+ locations,Web Development +246806,10868,le-wagon,Anton Barthelmess,False,2018,Awesome experience @ Le Wagon Bali,2019-02-08,5.0,5.0,5.0,0.0,"I am very satisfied with my experience at Le Wagon Bali. During my time at the bootcamp I reached all the learning objectives I set myself. Prior to Le Wagon, I was a business student with an entrepreneurial mind-set and I was frustrated with the fact... Read More that I could not turn my business ideas into reality. I thus came to Bali with the will to learn how to code credible MVPs and that’s what happened. Le Wagon allowed me to learn how to build web applications with a clean front-end and relatively complex back-end incorporating APIs, external ruby libraries and “gems”. Thus, following the Le Wagon curriculum one is able to build a multitude of different web applications ranging from simple websites to dynamic platforms with multiple users, payments, geo-location etc. Knowing this in the digital age is an incredibly powerful and valuable skill. In fact, now that I am back at business school, I am part of the small group of students that knows how to code. This clearly “sets me apart from the rest of the crowd” and has attracted the attention of many of my peers which are in the same position as me prior to Le Wagon and who are now considering doing Le Wagon too. Every time one asks me for advice about Le Wagon I always encourage them to do the bootcamp as long as they plan to code after the bootcamp as coding is like language, if you don’t practice it, you loose it.Furthermore, the Le Wagon team in Bali was super competent and friendly. I always had the feeling to be in very good hands. The lead teachers had in-depth knowledge about all the topics covered and the teaching assistants very always very helpful and friendly when helping us with the coding exercises. Learning to code on a rooftop in Bali with a view on the sea is a unique experience and very difficult to beat in my opinion. Additionally to learning how to code I also took several surf lessons before the coding classes. The morning surf sessions with the rising sun in the background are unforgettable memories. Moreover, the people I met at Le Wagon in Bali were all very open-minded and friendly and the entire batch quickly became a good group of friends with which we organised very nice week-end trips to Nusa Penida and Ubud. Overall Le Wagon Bali was an incredible and very rewarding experience and if I had to do it again, I would not hesitate for a second!Read Less",FullStack program - 35+ locations,Web Development +246779,10868,le-wagon,Julien Laval Bureau du Colombier,False,2018,Learned so much more than coding at Le Wagon Barcelona,2019-02-07,5.0,5.0,5.0,5.0,"After being graduated from Top French Business School, I had various professional experiences where i was in contact with programmers. Fastly, I realised that I had no legitimacy to run my project correctly because I was not able to talk their language... Read More properly. My conclusion : I needed to understand them to be more efficient in my work.I heard about Le Wagon when I was in Business School while they organised a workshop and I really loved their methodology: learn by doing. So I decided to get in touch Le Wagon Barcelona and few interviews after, I was on board.On my first day, I have directly been amazed by the variety of profiles in my batch : engineers, medical students … I probably couldn’t have the opportunity to work with so many different people in one place. And it had been a real chance because this is what makes this experience so unique - people with totally different backgrounds, different points of view, different skills - but with the same purpose: learn to code and change life.Those differences had been the engine of our success: we were combining our soft and hard skills to reach a common goal: create a product that we were believing in.To any applicants: I highly recommend you to follow this bootcamp. This is a really challenging moment that requires a lot a work and involvement. And at the end you’ll learn so much more than code.Read Less",FullStack program - 35+ locations,Web Development +246530,10868,le-wagon,Kaj,False,2018,A really steep learning curve,2019-02-06,4.7,5.0,5.0,4.0,I did a bachelor's degree in business administration and engineering a few years ago. Since then I have been working in Ecommerce Startups in Berlin.I work a lot with data and have already been able to teach myself SQL. I wanted to develop my skills more... Read More towards IT and was introduced to LeWagon by a friend.LeWagon really has a great program. But what really exceeded my expectations were the people. They all had completely different backgrounds. This made the learning experience all the more exciting. Especially the connection with the great city of Lisbon was perfect. The teachers are always helpful and friendly on all topics. In a short time the batch becomes a small family in which everyone supports each other. The Alumni Network is also extraordinary and probably also with the greatest added value.I really think everyone should learn to code. The Bootcamp is one of the best investments you can make for yourself.Read Less,FullStack program - 35+ locations,Web Development +246774,10868,le-wagon,Ryan C,False,2018,Thanks Le Wagon Bali,2019-02-06,5.0,5.0,5.0,5.0,"Le Wagon Bali was one of the most intensive educational & fun months of my life! Dirk & the other staff made sure traveling across the world was easy by providing us accommodation recommendations and a fun environment to always have something to do. The... Read More structure of the course was extremely cool and allowed for both beginner and slightly more advanced students have a filled day. If you really understood a lesson one day you still have bonus exercises that introduce new topics and offer fun challenges to push your learning to the next level. For me - I already knew how to build Wordpress & ClickFunnels sites but those don’t require much, if any coding experience. Since the batch - I have been able to build custom mapping estimating software and more importantly for me - hire someone to build the base code and have the ability to manage a workforce of programmers, because now I understand their workflow and structure. Being able to quickly understand and edit code saved you $1,000’s of dollars in development costs vs someone without a coding background. I thank Le Wagon Bali for all of this education and the time of a lifetime. Definitely an experience I recommend.Read Less",FullStack program - 35+ locations,Web Development +246737,10868,le-wagon,Carolina Lemos,False,2018,Le Wagon Lisbon,2019-02-04,5.0,5.0,5.0,5.0,"I did batch 205 of Le Wagon in Lisbon, finishing in December 2018. It was a great learning experience, very rewarding and challenging!I have a business background, and was working in the retail industry for a few years. I've always been curious about... Read More how products are built and how to develop products tailored to consumers' needs. I didn't have any previous knowledge of programming but thought it could be interesting to learn how to code. A friend of mine told me about Le Wagon, and after checking the program and reviews from previous students, it seemed like a great option, so I quit my job and joined the bootcamp.The bootcamp was very intensive and demanding. It really pushed me forward and made me step out of my comfort zone but it was totally worth it. I now know that anyone can learn how to code, it just takes commitment, effort, passion, and being surrounded by the right people and environment. And Le Wagon provided just that.For me, a crucial part of my experience were the amazing teachers and TAs. They are very supportive, understanding your problems and helping you, adapting to your reasoning and own way of solving the challenges instead of just giving you their solution. This really helped me to feel more confident and understand things better.Another great aspect are your fellow students. They know what you're going through, everyone supports each other, and the environment is really collaborative and friendly. This makes it so much easier to go through those days when you feel more lost or insecure about learning how to code. Pair programming is also a great feature of the bootcamp, allowing you to work with someone different each day, and helping each other. There's also time to relax and have fun together.The last two weeks are very challenging and rewarding since you develop a real product in a team of 3 or 4 students. After prototyping our web app during demo day, I felt proud and amazed with what everyone achieved in 9 weeks!Overall, I recommend Le Wagon to anyone who wants to learn how to code! You will be amazed by what you can do in 9 weeks and challenge yourself!Read Less",FullStack program - 35+ locations,Web Development +246229,10868,le-wagon,Michael,False,2018,Le Wagon London,2019-02-04,4.7,5.0,5.0,4.0,"Before I took the jump and booked onto batch #190 in London I was a full time swim coach with no prior coding experience. Now, having graduated two months ago, I am Junior front-end engineer at an awesome sales start up in London. The course at Le Wagon... Read More can genuinely change your career path and your life as it gives you the technical knowledge and team work experience that employees are looking for from their next Junior Developer. On the course the teachers (most are past students) will happily help you with any problem, ranging from a small typo to a error that takes half the day to fix. I thoroughly enjoyed my time at Le Wagon and encourage anyone who wants to gain the technical knowledge to become a Junior Developer or set up their own business to apply and get on with it!Read Less",FullStack program - 35+ locations,Web Development +246720,10868,le-wagon,Jules JAMET,False,2018,Le Wagon Bali - Amazing experience / Life changing ,2019-02-01,5.0,5.0,5.0,5.0,"Le Wagon makes you think as a developer starting from day one.The learning method is extraordinary since it makes you get so much knowledge in a short period of time. When I started, I didn’t have any previous coding experience, and in just two months... Read More I learned how to build full web applications and much more.The way the course has been created makes you improve day after day and also teaches you how to struggle without giving up, allowing you to create amazing stuff in no time.In Le Wagon, you don’t only learn to code, but also to work in a team.Coding the daily exercises with a different classmate every day, and spend more than two weeks building real projects in a small team clearly enhances the bootcamp experience.When you decide to join Le Wagon, you don’t only join a bootcamp. You also enter a community for life, full of amazing people from different horizons ready to help you and share.Two months seems like to be very long when you register, but when you start the course you soon realise that time flies, and in a while you find yourself coding a full replica of Airbnb.Doing it in Bali was even more sastisfying and fun. The bootcamp is in the center of Canggu fulfilled with nice and cool cafés, restaurants and bars. There are many activities to do during the weekend with your batch. Going to the bootcamp in your scooter and sun everyday is for sure something that only Le Wagon Bali can offer you. Thanks to Le Wagon, I now feel confident in coding and in my capacity to learn quickly.I am very satisfied with the course, deciding to participate was one of the best decision I have ever made.Read Less",FullStack program - 35+ locations,Web Development +246631,10868,le-wagon,Lamina Amatyakul Vedder,False,2018,Le Wagon Barcelona - Life changing experience!,2019-01-28,4.7,5.0,5.0,4.0,"In 2016, I voluntarily joined a 2-hour coding workshop by Le Wagon at the University of Mannheim in Germany. It was an optional workshop which was offered as part of a congress I participated in. This was the first time, I actually noticed how much I... Read More enjoyed coding. One year later, I joined a young e-commerce business where I was exposed to SQL and again I figured, that I really enjoyed it. After finishing my bachelor’s degree, I did not feel like moving on the way I did for my future job. So I remembered the coding workshop I did in 2016 and started researching about coding schools all around the world. In the end, Le Wagon convinced me the most, as I had some minor experiences with their teachers during my workshop in university and at the same time it was the shortest and least expensive coding bootcamp I could find on the Net. My experience at Le Wagon Barcelona came in with so many highlights. Not only did I enjoy learning a new professional skill, but I met loads of amazing people who inspired me every day. I loved going to class and buddying with a new partner daily to solve our coding challenges. Learning to code was fun and challenging at the same time. Looking back, I can say, that this coding bootcamp has changed my life for the good and that I have made friends for life.I loved living in Barcelona because it is a lively city, but still relaxed at the same time. It seems hard to get tired of all the things Barcelona has to offer – be it pubs, clubs, sporting activities, hikes etc. I myself love to do sports and to be in nature. Living in Gracía, the Tibidabo mountain was not far and it always allowed me to enjoy beautiful sunrises with a view on Barcelona in the mornings before class. I was also able to join some cool boxing classes, bootcamps in the park, yoga sessions on rooftops and so on for almost no money, as the first class was always free while the choice of different sport studios was huge!For future students, I would advise to live in the area of Gracía as you will mainly be busy with class during the week and it seems painful to have to take the metro every single day to get to class. Moreover, you will notice that most of the times, you will hang out around Gracía for drinks in the evening as this is the area where students and teachers will know where to go because you always pass some cool places on the way from or to class. In terms of preparation for class, I can only advise future students to actually watch the lecture each night before class, so you will be able to quickly grabs the logic of coding. I also found that every time I watched the video the night before class, I was able to understand things, which I had not noticed by only watching the video or solely visiting the lecture. Hearing things twice really helps to get a deeper understanding of things! Learning to code at Le Wagon is a life-changing experience!Read Less",FullStack program - 35+ locations,Web Development +246625,10868,le-wagon,Yuta Fujii,False,2018,Life changing 9 weeks,2019-01-28,5.0,5.0,5.0,5.0,"I graduated from Le Wagon at the end of Nov 2018, and now I’m working at a FinTech startup as a full-stack developer in Japan. Looking back, I’m sure Le Wagon is the best choice if you really want to change your life.Here are the things I liked:- Extremely... Read More well-organized learning materials and resources, which you’ll think of like a bible even after- Well balanced challenges given every day, keeping you concentrated regardless of your initial skill-level- Great teachers and TAs, all of them are friendly and taught us that coding is fun- Great classmates, and community where graduates and teachers all over the world are actively communicatingI was a banker in investment bank before joining Le Wagon. Though I didn’t have any coding skill, I really wanted to change my career and my life, and Le Wagon made it.Please let me tell finally that the most important thing is… your heart!9 weeks go really fast with intensive experiences!!Read Less",FullStack program - 35+ locations,Web Development +246615,10868,le-wagon,Siri Myhre,False,2018,"An inspiring, fun and high quality bootcamp",2019-01-27,5.0,5.0,5.0,5.0,"8 years ago I had a programming course in my engineering degree. I was really confused, did not see where this knowledge could be applied and found the teoretical approach rather demoralizing.After University I started working in management consulting.... Read More The projects often involved working with developers, and soon I realized I didn’t quite grasp what they were talking about. Databases, Front End, Back end and APIs. I googled the terms, but did not understand how it all was relatedI figgured I could take some online courses, but struggled to commit. With a full-time job and a kid, it is hard to find the time and the motivation, when you don’t see where this knowledge fits in.One day I read about Le Wagon in a tech magazine. 9 weeks to learn to code, that sounded great, and I knew this sort of learning process would suit me better.And I was not disappointed! The program follows a logical structure, and the learning platform enables you to understand how that small piece you’re learning fits into the big picture. Already on day two we were making small programs, and by the end we were making fully functional web applications.To me, it was a luxury to spend 9 hours a day learning something new and do focused work. Le Wagon gave me a feeling I can learn and do anything, as long as I put in the time and effort required. Highly recommended!Read Less",FullStack program - 35+ locations,Web Development +246584,10868,le-wagon,Alexander Reichhardt,False,2018,LeWagon Milan - Great Coding Bootcamp,2019-01-26,5.0,5.0,5.0,5.0,"I’ve always been interested in learning programming, and after finishing my bachelor with a business major, it seemed to be just the perfect time to actually start.I pretty quickly found out that I would prefer a full-time bootcamp over self-learning,... Read More and that’s how I ended up in Milan starting the 9-week LeWagon full stack bootcamp.Your usual day at LeWagon begins with lectures in the morning, where new concepts are introduced along comprehensive examples. In the afternoon you then have to solve related problem sets, in order to deepen that knowledge.From the first day on, Francesco and his team were doing their best to make this experience as nice as possible. Every concept was taught thoroughly and during the problem session, no question remained unanswered. This is where I also see the biggest benefit of bootcamps over self-learning in general. With the 1:1 on-demand help of the teaching assistants, you are able to learn way faster.The highlight of the bootcamp though was the last three weeks, where the 16-people course was split up into 4 groups. After only 6 weeks, we were already able to program an Airbnb clone within one week. The great thing about this project was also, that you had to combine all your prior learnings and connect them in order to make your first ""full-stack” project successful. In the following two weeks, we took that even further, with the individual groups coding their own apps, so completely independent of any lecture script. That’s where I also learned the most and the assistance of the experienced teachers is very valuable.In general, LeWagon was a huge boost for my career. I started coding in a professional working environment right away after the course, without any problems. Thanks again to you Francesco and the whole LeWagon Milan team!Read Less",FullStack program - 35+ locations,Web Development +246804,10868,le-wagon,Ife Odugbesan,False,2018,Hop on that wagon. It's well worth it! (batch 190 - London),2019-01-24,5.0,5.0,5.0,5.0,"Having spent many years as a sales assistant and after many failed job searches, I knew the time had come for me to take the learning route in order to change careers to where my interests lie. But how? While searching for coding courses I stumbled across... Read More Le Wagon (only ranked #1 coding bootcamp in Europe). I decided to take the punt and boy was I right to do so.It’s pretty amazing just how much you can learn in 9 weeks. It’s very intense and can be overwhelming at times considering the amount of information there is to take in, but the teachers and teaching assistants were great. They were always on hand to help. I especially liked the fact that they aided me in finding solutions rather than just giving them to me. I found that this helped my understanding massively.Le Wagon had so much to offer. The evening events and talks from people in the industry or ex-alumni were a brilliant insight into the working world as a developer. Also, the vast community of ex-alumni in which you become a part of is particularly exciting.It was an extremely rewarding experience for me. I felt very comfortable and at home there and was in perfect conditions to learn and soak up as much as I could. The 9 weeks flew by and in the final weeks I didn’t want it to end!I wouldn’t have imagined that I would be able to build the products that me and my team achieved in such a short space of time. Le Wagon is surely the best decision I’ve made!Read Less",FullStack program - 35+ locations,Web Development +245601,10868,le-wagon,Julia,False,2018,Amazing and life changing,2019-01-24,5.0,5.0,5.0,5.0,"Had an amazing time at Le Wagon Barcelona, great learning environment and teachers were the best! If you want to learn how to code and code well, this is the place for it !",FullStack program - 35+ locations,Web Development +231617,10868,le-wagon,Nicolas Hennick,False,2018,Great life changing experience,2019-01-23,5.0,5.0,5.0,5.0,"After eight years working in Finance and Real Estate I felt the need for something new, something fresh that would inspire and motivate me again every morning. I didn’t want to look back in 30 years thinking I had never tried anything else, so I quit... Read More my job and started to look what else was out there.In parallel I have had an idea of a web application but I had always lacked time and competence to really do anything concrete with it. Eventually I realised it would cost me the same to have a demo built by a developer, without being sure what I could really do with it, or do a bootcamp and learn how to do it myself. After a friend recommended Le Wagon as the best way to learn coding I decided to jump in. After all I had nothing to lose and it seemed like a great way to open new perspectives.I wanted new, I have not been disappointed! The following two months at Le Wagon have been spectacular. Not only I have acquired new competences, I am still amazed when I look at everything I’ve learned in just nine weeks, but also I have reset my mind. The guys there are always motivated, friendly and ready to help, that puts you in the right mood instantly. A pure shot of motivation everyday!The pedagogy is really modern. The mix of lectures, exercises either on your own, by pair or in a group as well as quizzes is just the right combination to keep you going. And almost without realising it starts to click, step but step, week after week you become a junior developer.Intensity reaches its maximum during the last two weeks of the bootcamp when we build real projects. Suddenly nothing else exists anymore, you enter a long, deep, intensive zone of coding. Students, teachers, everybody, even the dog, is 200% into it. At last, completely exhausted and nervous you come up on stage to show the public what you have achieved. Only then you realise how big it is and that you should be very proud of it! Really it was worth every penny! If you decide to join be careful, it’s very addictive!Read Less",FullStack program - 35+ locations,Web Development +246487,10868,le-wagon,Pierre Hervé-Bazin,False,2018,Le Wagon Barcelona - Most amazing experience ever,2019-01-23,5.0,5.0,5.0,5.0,"I always had, somewhere in my mind, the idea to, one day, create my startup, run my own company.So I decided to start my journey with an International Business School (That’s what most people do). At the end of the Business School, I had to fulfil a 6... Read More months internship, where I met recently graduated people from Le Wagon. They showed me what is coding and told me about Le Wagon and how amazing it is during and after the 3 months courses.After this, I wanted to learn to code, this would be the next step for me to build my future. After the bootcamp, I would be able to understand and read code, and get ready to start new experiences as a developer.Coding was fun, really fun, it’s such an amazing experience, whatever your background is!I’m using computer everyday of my life, and for anything, and at the beginning, I thought coding would be super easy.To be honest, it wasn’t hard, it was enjoyable every single day, every single minute, but it was far from what I was expecting. And the reality is that, even with almost 0 computer knowledge, who ever you are and wherever you are from, you can do it and change your life.Also, we had such an amazing batch, people were so nice, teachers and teachers assistants were awesome! Without forgetting our lovely and amazing community manager Avalon!Having a coding buddy everyday is the best thing to learn coding. If you’re stuck, your buddy will help you, or you can help him. Both of you united, you can face any challenge (almost, any challenges, some are pretty hard ahah).Learning to code was also a really great experience because, you know, Barcelona. We had exceptionally sunny October, November and December, weather was pretty beautiful and people in Barcelona are really nice. There are so many activities to do apart from coding, during your free time, there is no time to bother!The advice I would give, and the one that was given to me the very first day when I asked for one : “Do you flashcards!” - If you don’t know what it is, you will know it soon enough!Also, don’t try too hard. If you’re stuck on an exercise, it’s a normal thing, you’re here to learn, and you will, in the end, know how to do it. So if you’re stuck more than 45min/1hour, ask your buddy, or ask a teacher, they will help you. But do not ask immediately, you have to try by yourself if you want to learn, and how proud of you you will be once you find the solution by your own, trust me, amazing feeling!One sentence to describe my experience : Le Wagon was the best thing I could have done in my life so far, and it truly changed my life and my future.Enjoy every moments Wagonners and future Wagonners!Read Less",FullStack program - 35+ locations,Web Development +246228,10868,le-wagon,Hugo Abreu,False,2018,The best coding bootcamp you can do!,2019-01-21,5.0,5.0,5.0,5.0,"I must confess that my expectations were incredibly high before I start the bootcamp, but in reality the course was even better than I was expecting. It starts hard, and that's necessary for you to embrace the complexity of the program, but once you understand... Read More how things work, you can do anything you can without much effort. The reality is that every one of us build super amazing applications within 2 weeks, much faster than many professional web developers. I was even able to build my personal website in 2 days, after finish the bootcamp: https://hugoabreu.pt So, if you're looking to become a web developer, or like me, to embrace a career of technical project manager, Le Wagon is your place. I did my course in Tokyo and I can only recommend the staff from there!Read Less",FullStack program - 35+ locations,Web Development +241035,10868,le-wagon,Gabriela Martinez Campos,False,2018,Best 9 Weeks in London!!!!,2019-01-21,5.0,5.0,5.0,5.0,"Le Wagon has officially changed my life.I hadn’t done too much research before I applied to Le Wagon. I had read some reviews online and everyone had amazing things to say. Honestly, there were soo many good reviews that I started fearing that it was... Read More too good to be true. But now, having finished the course I can say I was not disappointed. In all honesty, I wish I could wake up every day and head to class. The 9 weeks are tough, I mean if you are learning something that could be taught in a span of 2 years in 9 weeks, can you expect anything less. Some days went by so fast while other days I was so overwhelmed with the coding language. There were also times of stress and exhausting, but nothing that I couldn’t overcome at the end of the day.The reason why I believe Le Wagon works and would highly recommend it is:1 - Students become teachers Le wagon has built up a family of alumni who are so passionate and believe in the lesson that ex-students come back to class and become your TAs. From day one, you meet people that can relate and understand everything you are going through. In addition, it is super encouraging to know that soon you could also be teaching the next batch.2- The Setup It’s like waking up every morning to take part of a startup. Tables are communal, there are plants on every desk, there is an open floor plan, everyone can talk to everyone, and people work at their own pace. Want to take a 2-hour lunch break? No one is going to say anything, as long as your work is done by live code. Also, free beers at the end of a day is always a plus3- The Final Project The opportunity to be able to pitch an idea, and have the idea chosen to be built is amazing. I was so lucky to have a fantastic team to work with. During these 2 weeks, you learn so much about yourself, coding, working in teams, and what the future can hold.Read Less",FullStack program - 35+ locations,Web Development +246480,10868,le-wagon,Luis Lo,False,2018,Make coding great again!,2019-01-20,5.0,5.0,5.0,0.0,"I must say. I had a blast at the Le Wagon Kyoto batch. It definitely marks as the greatest learning experience I have ever had! Being part of a small first batch, we were benefited with full attention from all of our instructors. In 9 weeks, we were able... Read More to build very fun applications from scratch to productions as promised. I think what distinguishes Le Wagon from other bootcamps is how product-driven Le Wagon is and it is more than just a coding bootcamp. The program not only provides you with coding knowledge, but it also gives you good exposure to technical workflows of start-ups and teaches you other important skills such as soft skills and product management. Le Wagon also organizes meetups with the local developer community and we are able to learn a lot from their knowledge of the industry. These extra bits and chunks are what really inspires you to want to learn more and more.As for the curriculum, I really like how intuitive it had been structured and how satisfying it is we get to learn how to wrap everything up with rails and learn about different APIs, plugins, and other technologies. The only drawback about this bootcamp is the duration of it because 9 weeks is really too short and the best time of your life ends in just 9 weeks. Of course, I understand the 9 weeks constraint might have a lot to do with the student's visa as most countries only give foreign visitors a stay period of 90 days. Therefore, this is not Le Wagon's fault at all.But hey! For 9 weeks, Le Wagon gives you the ability to land a junior developer job (I know someone from my batch has ;) ) and gives you the ability to learn how to learn for whatever goals you want to pursue. For me, learning other programming languages, frameworks, and catching up on algorithms actually becomes a hundred times easier for me than when I try to start from 0 all by myself. One last thing, I have to thank all the Le Wagon staff and my classmates, you are all the best. I will never forget you guys and I love you all!Read Less",FullStack program - 35+ locations,Web Development +246476,10868,le-wagon,Roan Mertens,False,2018,An amazing experience!,2019-01-19,5.0,5.0,5.0,5.0,"If you are reading this review it means that you at least have some interest in learning to code. Good! It is amazing!Le Wagon made me realise a couple of things. The first thing is: knowing how to code and how developers think and work is indispensable... Read More if you want to start you own startup and/or manage developers.The second thing is: if you put in the time you can become a developer. Before the bootcamp I was a Teacher/Freelance filmmaker and I never really saw programming as something I could do even though I have done some coding during middle school and university. Then I joined batch 173 of the Le Wagon bootcamp and felt right at home. It was such a diverse, friendly and motivated group that it felt like hanging out with friends. Don't get me wrong. You have to work hard. But you are working hard together and supporting each other during the bootcamp.The teachers and TA's are a great plus as well. The teachers know the industry and the programs you will work with inside and out and the TA's are just like you but with a couple months more experience. They did the same bootcamp and can relate with the problems you might run into.They teach you not just how to work with Ruby and Ruby on Rails but also the knowledge and skills you need to learn other programming languages. They give you a solid base to develop yourself from.Le Wagon starts as a bootcamp but becomes a supportive and positive community. It has been a couple of months and I am still in contact with a lot of people from my batch.I have made some lifelong friends and have a sound foundation in coding. I would recommend this bootcamp to anyone!Read Less",FullStack program - 35+ locations,Web Development +246452,10868,le-wagon,Chris MacBain,False,2018,Great Experience (Batch 190 London),2019-01-18,5.0,5.0,5.0,5.0,"Despite working as a translator, I had a background in IT prior to coming to Le Wagon (mostly programming Windows applications and Linux scripts on my own time). For me Le Wagon was a transition to web development, so I perhaps cannot speak to the difficulty... Read More of the course as objectively as those for who coding is a brand new experience. Nonetheless, my time at Le Wagon London was time well spent.The hours are long, and the amount of content daunting, but the unconditional support provided by the teachers and assistants, many of which are ex-alumni who have gone through it all themselves, help make the 9 weeks go by in a flash. The general atmosphere in the office gives you a good sense of what it's like to be a part of a startup, and during the last 3 weeks you get to be part of the process of designing an app from scratch all the way to production.Finishing the course is not easy. It's a lot of information to assimilate in a relatively short time-frame, which can be exhausting. But getting through it is extremely rewarding and something you won't soon forget. All in all, after being a part of batch 190 in London, I can safely say it was well worth it.Read Less",FullStack program - 35+ locations,Web Development +246230,10868,le-wagon,Alexandre Schmitz,False,2018,Life changing experience,2019-01-17,5.0,5.0,5.0,5.0,"As UX designer who owns a startup in online education with a background in industrial engineering, I wanted to enhance my knowledge of coding in order to understand my product better and strengthen our developing manpower. The reviews of Le Wagon were... Read More great but what convinced me to go there was the testimony of Le Wagon alumna. The structure is very well organized so that you learn in the best conditions with the support of tutors and the community. Once the boot camp is done, you have access to all the material that was given to you including the videos of the lessons that were given to you. But what truly makes it amazing is that you then belong to an international community of game changers in the web industry and else. This has been a life changing experience for me and many others.Read Less",FullStack program - 35+ locations,Web Development +246438,10868,le-wagon,Lucien George,False,2018,Amazing Experience,2019-01-16,5.0,5.0,5.0,5.0,"The lack of negative reviews I found online gave me very high expectations about the bootcamp. Le Wagon managed to surpass them all. Learning new languages? Coding a fully functional website? All of that in just 9 weeks? Believe it or not, it is possible... Read More at le Wagon.From writing your first line of code to building your final project and see it come to life, the amount of knowledge you get during these 9 weeks is truly impressive. You would be amazed by how much you can learn and build in such a short period of time.More than just a school, when you join Le Wagon you become part of a community, a family some would say. It’s not all about coding. Le Wagon organizes bi-weekly yoga sessions, events and meet-ups with entrepreneurs to name a few. The working environment is so great that I decided to become a teaching assistant and pass on the knowledge I had just acquired. Leaving Le Wagon was just not an option for me.All in all, joining Le Wagon is one of the best decision I’ve ever made. Make most out of everyday you spend there because it will be over before you know it..Read Less",FullStack program - 35+ locations,Web Development +246437,10868,le-wagon,Kayitare Nancy Ihirwe,False,2018,My experience at Le Wagon Montreal code Bootcamp,2019-01-15,5.0,5.0,5.0,5.0,"A life-changing experience, I still can’t believe what I’ve learned in such short of time. I can honestly say my expectation was overly exceeded. When I applied, I was just expecting to gain coding skills which obviously makes sense since it’s a code... Read More Bootcamp, what other can you expect right? I mean that’s all I was looking for, but then Le Wagon happened! On top of coding skills, I gained two other very important skills, which are problem-solving skill and can do attitude and I can confidently say these two skills have had a positive impact in my life since then. So, it all began when I was working on my final project at university which was also my business idea. It involved making a business plan for an application, though it annoyed me that I didn’t understand the technical part of my idea and that I wasn’t going to contribute much on this side. But then the idea came in my mind, what if I can learn it? That’s how I started searching and exploring my options. I found Le Wagon and at first I was very sceptical and thought it was too good to be true, mainly because all reviews were positive, I mean ritually Le Wagon’s every public appearance is positive but then I took my chances and went for it, after having a Skype call with Guillaume (who is Bootcamp Manager at Le Wagon Montreal). That was one of the best decision I ever took! During Bootcamp, I loved the entrepreneurial StartUp mood environment we studied in, every day was different and unique, and the most exciting part was our final project where we had to come up with an idea and actually implement it in just ten days. My three teammates and I came up with an idea to build a chatbot that can recommend the perfect gift in just a few minutes and within the user’s budget (Regalo that was the name of the app). The journey to build the app was breathtaking, mainly because we couldn’t believe that we were able to do it and we were! We did it! I mean I can go on and go on. And Yes, I would definitely recommend anyone to attend Le wagon Bootcamp. It’s an intense nine weeks, It’s not meant to be easy but it’s definitely doable. My advice to you is to have a positive attitude and don’t give up on yourself, I can do it, You can do it!Read Less",FullStack program - 35+ locations,Web Development +246436,10868,le-wagon,Anonymous,True,2018,Le Wagon has changed my life!,2019-01-15,5.0,5.0,5.0,5.0,"I used to work in communications. I felt a bit stuck in my work, couldn't see any possibilities of evolution, I wasn't learning anything new and I was losing all motivation. I had the feeling coding would be something I would love doing, but I didn't... Read More want to go back into long studies and wasn't sure where to start.Then a friend of mine told me about Le Wagon. This bootcamp had everything I was looking for: a clearly defined learning path, passionate teachers always available to help, and many great co-students to learn with! Thanks to Le Wagon, I've learned many valuable skills in computer programming of course, but also in team work.Today I'm on a new career path that I really love and where I can keep on learning new things everyday. What I especially appreciate from Le Wagon is that once the bootcamp is over, they still keep in touch with you and help you look for a job. It feels like being part of a family!Read Less",FullStack program - 35+ locations,Web Development +234357,10868,le-wagon,Shirley Lei,False,2018,Le Wagon Bootcamp Review,2019-01-15,4.7,5.0,5.0,4.0,I attended Le Wagon bootcamp in October 2018. I really enjoyed the experience and they provided more than I expected. The quality of students is very high. The instructors are very helpful and the lectures are engaging. There are enough TAs to help out... Read More when you have questions. The course covers a lot of content in a short amount of time so you will have to practice on your own after the course.Read Less,FullStack program - 35+ locations,Web Development +246429,10868,le-wagon,Tay,False,2018,"Very high quality teaching, a tremendous amount of teacher contact time - Le Wagon Melbourne",2019-01-14,5.0,5.0,5.0,0.0,"I spent many late nights and weekends trying to teach myself how to code, over many months, with very little results. I was sure that if I quit my job and dedicated myself full time to learning how to code that I could teach myself properly, and certainly... Read More not pay money for a bootcamp when there were so many online resources. After quitting my job and spending a couple of weeks of long days in a library teaching myself, I had spent most of that time stuck on tiny coding problems, and I knew that the only way I could progress quickly was by having a teacher. After doing research on what the top bootcamp in Melbourne was, I settled on Le Wagon. I’m so happy that I did!! Le Wagon surpassed my expectations, I had expected non-communicative teachers who would lecture in the morning and bail during exercises. Instead, I experienced some of the best teaching in my adult life, and the ratio of students to teachers/teacher’s assistants was so good that I had as much face to face time for help with exercises that I needed - in fact, asking for help was encouraged. While the bootcamp moved quickly, the teachers provided all the foundational tools I would need to explore complex topics further in my own time, and even sometimes provided additional after-hours support. I am so impressed with Le Wagon and recommend it to everyone that I meet!Read Less",FullStack program - 35+ locations,Web Development +246428,10868,le-wagon,Annie Gilchrist,False,2018,"Review of Le Wagon Barcelona, Batch 199",2019-01-14,4.3,5.0,4.0,4.0,"After 4 years working as a lawyer for a Magic Circle firm in London, I realised that what I love most is to build things – and that was something that life as a corporate lawyer could not offer me. Having secured a Product Manager Role at a Legal Tech... Read More start-up, I decided to attend a coding course to help inform my work. That’s when I came across Le Wagon.I originally decided to join Le Wagon Barcelona having been convinced by their consistently good reviews online. I had high expectations, but Le Wagon consistently surpassed them all. I have inherited a passion for code, and just 3 days into my new job I am already reaping the benefits of everything that I learned.The three main things that really stood out for me during my time at Le Wagon were:1. Consistently excellent standard of teaching and instruction: without exception all of our teachers really knew their stuff and pushed me every day to become a better coder. 2. Fantastic and international people: I have never worked with such a diverse group of talented people. Out of the 20 students on my course, there were smart and friendly people of all ages and from literally all corners of the globe. It was really inspiring to work with so many great people from all over the world.3. Well-structured and paced course materials: I thought that the Le Wagon materials were very impressively structured to ensure that individuals of all abilities are stretched and challenged.The whole Le Wagon team in Barcelona is really friendly and did everything to make us feel at home. The city itself is also a great place to live – great food and drink, wonderful climate, the beach, the mountains… what’s not to like! It was certainly a shock to come back to rainy London.Advice to future students: people will tell you that the course is intense, and you probably won’t believe them… But trust me – this is a full-on experience, and it definitely isn’t a holiday! It is an absolutely amazing 9 weeks, but make sure that you go on CodeAcademy and try the Ruby course out a bit before applying to check that you actually like coding! Having said that – don’t be daunted if you get to the end of the first week and feel like you can’t do it. You can! This happened to several people in my class and by the final two weeks there had been a massive transformation, so believe in yourself.Le Wagon Barcelona has changed the way I work and the way I think – I could not recommend it more highly.Read Less",FullStack program - 35+ locations,Web Development +246346,10868,le-wagon,Andrew Erlanger,False,2018,***** (that's five stars),2019-01-14,4.7,5.0,4.0,5.0,"I signed up for Le Wagon after having taught myself to code for the previous four months. At the time, I was mainly interested in formalizing my knowledge and expanding my network. I expected the bootcamp to be fun (and had heard as much from a few alumni),... Read More but I didn’t expect to learn *that* much that I hadn’t already covered in my own studies. As it turns out, I was definitely wrong about that last part. I learned *way* more during my two months at Le Wagon than I had during the preceding fourth months of self-directed learning. The course has a great structure, a heap of helpful resources and, most important of all, a super-enthusiastic group of teachers who really care about your development. I felt confident applying for jobs after finishing the bootcamp and ended up finding full-time work as a software engineer within two weeks of graduation. So, in short, I can say with all sincerity that my Le Wagon experience exceeded expectations (and my expectations were already high). Would most definitely recommend!Read Less",FullStack program - 35+ locations,Web Development +246418,10868,le-wagon,Gareth Phillips,False,2018,LeWagon,2019-01-14,5.0,5.0,5.0,5.0,"I would not hesitate to recommend LeWagon to someone who is looking to get into coding for any reason. The course is designed to provide students with the tech skills necessary to enter the job market for tech-related roles, while being sufficiently product... Read More focused to allow them to build their own product for those looking to kick-start their business. It’s not easy and very intense, but if you are dedicated and committed to learning anyone can complete it and come out the other side a developer!Read Less",FullStack program - 35+ locations,Web Development +246386,10868,le-wagon,Omar,False,2018,Just another passenger of the Red Van from Casablanca ! ,2019-01-14,5.0,5.0,5.0,5.0,"I was an IT & account manager for different companies based in Morocco, I have always been a tech hobbyist & a self-taught person inquisitive to learn more about new technologies & programming languages, coding in particular was something I truly love... Read More to do, but I needed an intensive program or courses allowing me to practice through pair programming instead of learning it solo. For a time I have been dealing with this energetic determination to change my career and embrace the tech industry, I was carrying it too far until i began to search all over the internet for a coding school, there were so many bootcamps all over the world with plenty of challenges & resourceful courses online but only one hindrance ... there wasn’t any coding bootcamp back then in Morocco. Until one day, while visiting the official website of Le Wagon, I was already informed about how the reviews regarding this school were positive, I also watched some of their demo-day videos from different batches all over the world and it was really motivating. Boy was I surprised to find out that Le Wagon was in Casablanca, no doubt that this would be the perfect place where I could be part of a coding bootcamp such as Le Wagon, since there is an emerging & growing tech industry at a tremendous speed in my city and I felt so bad that I didn’t had all the necessary skills or experience to be part of this. Le Wagon was already one of the top schools I surely considered, the whole program was extensive & structured with essential programming languages to learn, it is the only coding bootcamp that describes fairly well the skills you would acquire only in 9 weeks, my thought at this time was “what are you waiting for ? “ ... and then the red van adventure started ! My first day at Le Wagon was even more surprising when I noticed the diversity of the students & teachers, it was even more impressive to notice that 60% of my batch were women who wanted to change their life, learn how to code & build their own web apps, that was even more inspiring when I got the chance to know how everyone was motivated, not only change their career, but also to build their actual ideas & products regardless of their culture or gender. It was beyond my expectations, a school that is first a community with people from different background & culture sharing the same passion as I do with one single similarity, they’re all coders (or students willing to become one). I’ll never forget the first thing I heard from our driver that recommended us to get out of our comfort zone, to know each others because the 9 weeks isn’t just about learning how to code but to learn & work together, Le Wagon isn’t just about lectures, pair programming was the cornerstone to improve our technical skills on a daily basis and to truly adopt the real mindset of a competent developer by working as a team. At first you learn Ruby, a powerful object-oriented programming language easy to write & understand for anyone who never ever did any code before, then you start with the basics from HTML, CSS, Javascript , SQL and finally the Ruby On Rails framework allowing you to build a complete & powerful web application in no time from a beginner standpoint until a more advanced one. 7 weeks of pure code with lectures first in the morning & challenges during the whole day with the optional advanced challenges for the enthusiasts, not to forget to mention the livecode where teachers & assistants gather us by the end of the day, so that everyone solve one complex challenge together as one team. With the help of a dedicated staff of Teachers & Teachers Assistants, they did an amazing job to be here for us students, throughout our daily struggle of learning, practicing , completing the challenges & filling us with even more resourceful information to guide us through this journey of becoming a fullfledged developer. The two last weeks of the bootcamp are truly intense because it is the perfect time to really build something with all the skills you learned in such a short amount of time, and that is when you realize how “getting out of your comfort zone” feels like during project weeks, you get to face this new challenge to work with your classmates as a formed team, researching & developing together the final project with an amazing technical workflow, communication and synergy throughout the development. We ended up communicating with each other like we were already a team of experienced developers thanks to these intense 7 weeks of pure coding & challenges. After Le Wagon, I became a freelance web developer, I learned to be a real problem-solver during my batch and craving to face more challenges that will help me throughout my career, also to develop furthermore all the acquired technical skills with the right methodology on-hand, thanks to this amazing experience. I realized that anyone can learn to code, anyone can change their career if they are truly willing to & also, anyone can share their ideas & experiences to build their own project by meeting new people, and it is never too late for that. So my question for anyone who wants to learn how to code & build their ideas : “What are you waiting for to get in the red van too ? :) “Read Less",FullStack program - 35+ locations,Web Development +246269,10868,le-wagon,Nicolas Ang,False,2018,Awesome experience at Le Wagon,2019-01-12,5.0,5.0,5.0,5.0,"I had a great experience at Le Wagon, which proved to be a very product-driven bootcamp. I’ve learnt step-by-step the essentials to building a full web application, and the last weeks of the course were dedicated to just building real world products.... Read More The teachers and tutors were fantastic, making the whole learning experience an enjoyable one.Read Less",FullStack program - 35+ locations,Web Development +241806,10868,le-wagon,jeremy,False,2018,A journey you'll remember,2019-01-11,5.0,5.0,5.0,5.0,"TD;LR : Why are you still here, reading reviews ? No time to loose ! Go apply to Le Wagon.If you like:- Challenges- Go out your comfort zone- Meet amazing people- Learn quickly with efficiency Then you really should consider Le Wagon. Regarding my background,... Read More I was working in Finance, learning CFA when i decided to swtich careers, i had 0 knowledge in coding before the bootcamp and now I'm able to create a copycat of airbnb.Don't fool yourself, it will be hard, you'll be very low at some point but don't forget, once you are down you can only go up ;)Read Less",FullStack program - 35+ locations,Web Development +246409,10868,le-wagon,George Hayrapetyan,False,2018,Amazing Coding Experience in Barcelona!,2019-01-11,4.5,5.0,4.0,0.0,"My Le Wagon Batch 199 Barcelona journey started somewhat unexpectedly. Having worked in corporate purchasing and program management for almost 10 years since graduating college, I never thought that I would make such a drastic career change. However when... Read More I realized that at 33 I was stuck in the never-ending 8 to 5 leading to eventual retirement without any realization of my dreams, it was a fairly easy decision. It was now or never. All my life I had ideas for websites and apps and that’s all they were, just ideas. Learning to code gave me the tools to make those ideas reality. It gave me the confidence to be able to tackle any feature that I would like to add to my website. There were so many highlights to this amazing experience. The people really made it special. The teachers were top notch and I was lucky to have an absolutely incredible batch. We worked very hard during the week at class, but also were able to explore the amazing Barcelona together on weekends and let loose a bit! Barcelona is a great place, with so much culture. Every weekend there is something different to do. I don’t remember a single weekend or day when I could not find something fun to do in my somewhat limited free time. There is the beach, parks, and just an unlimited amount of little bars and restaurants that anyone would be able to find something they enjoy!My advice to future students would be to really enjoy the experience because it goes by very very fast. Monday through Friday, really concentrate on the classwork. Don’t miss ANY days. It is very easy to fall behind if you do. Watch the lectures on KITT the night before if you can. But also, really explore Barcelona on the weekends. If you put in the work during the week, you will have plenty of time on the weekends to explore and get to know this amazing city. Get to know your classmates. you will go through a lot with them. But really, ENJOY the experience. There is nothing quite like it that you will do in your life. You will meet people with different backgrounds from all around the world, learn new things, try new food. This is just step one of a long and beautiful journey, but a very important one. So enjoy it!Le Wagon gave me the tools and confidence to tackle my dreams, make some amazing friends along the way, and what happens next is up to me!Read Less",FullStack program - 35+ locations,Web Development +246408,10868,le-wagon,Alexandre George,False,2018,The best decision in my life!,2019-01-11,5.0,5.0,5.0,5.0,"I'm a alumni leWagon from the batch #188 in Montreal.I use to be an engineer in the aircraft industry, after 4 years of experiment I've drooped my job in France to come in Montreal, following a master degree in environment. I decided to change my life... Read More by following Lewagon training and it was the best decision in my life.How can I sum up my experience? Learning a lot! Discovering a passion. Meeting amazing people. Finding in myself i'm maybe less stupid that I was thinking. This experiment just gave me more confidence and new perspectives for the future. More modern and exiting.Now I think I can build a career which make me proud and open to me a lot of new directions and field.By the way! I'm actually assistant teacher for LeWagon Montreal and it's a very nice experience.Read Less",FullStack program - 35+ locations,Web Development +246385,10868,le-wagon,Camille,False,2018,Amazing 9 weeks.,2019-01-11,5.0,5.0,5.0,5.0,"TL;DR :I more than loved my Le Wagon experience. From both human and learning sides, it was the best 9 weeks ever. The teachers are 300% dedicated, the whole staff, in fact, acts that way. Having a self-taught background and working as a graphic designer... Read More & webdesigner, I wanted to upgrade my tech skills, I ended up not only sith a solid development knowledge, but also with more confidence, learnt how to speak in front of a bunch of people to present a product, how to work with other people on a project…In a few words : amazing experience.Le Wagon FTW. <3 --For those who wants to read the whole text I published on my blog about that amazing experience, here it is.1er octobre. Autour de la grande table en bois, pas très loin des croissants et des chocolatines de bienvenue, les nouveaux 22 se jaugent. Il est encore tôt et on nous a bien dit de ne pas arriver en retard, à 8h30, on ferme les portes, tant pis pour vous. On est tous là, bien sûr, mi-excités, mi-fatigués - on perd vite l’habitude du rythme scolaire.Après quelques cafés (les premiers d’une longue, très longue série, je pense avoir éclaté mon record de consommation de caféine pendant cette période-là), on s’est installés en classe, avec cette ambiance de premier jour, ces nouvelles habitudes que l’on va commencer à se fabriquer sans trop savoir encore jusqu’où elles iront. Ma place, deuxième table à gauche, place du milieu. J. à ma gauche, A. à ma droite. Ce sera comme ça tous les matins, tous les soirs, alternant ainsi les heures de cours tantôt très studieuses, tous très concentrés, fronçant des sourcils sur des concepts un peu compliqués encore, qui nous paraissent flous, abstraits, lointains ; tantôt d’une insolente déconcentration, fous-rires et gribouillis sur les cahiers, gloussement sur des blagues pas si drôles, mais après une journée passée à coder, qui nous en aurait voulu, de rigoler bêtement comme cela.30 novembre, 18h.Dans la salle, on a installé beaucoup de chaises, on vient de tester le son au micro. C. à côté de moi répète le bal des actions sur le clavier, précieusement minuté, pendant je présenterai l’application que l’on a fini de développer. Depuis quelques heures déjà, on est tous prêts, stressés et fébriles, à l’idée de raconter en quelques minutes le travail des 10 derniers jours. Je suis morte de peur. Au cours de ces deux mois, j’ai gagné en confiance en moi, mais je reste terrorisée à l’idée de parler - en anglais - devant toute cette foule de gens, pour présenter le projet dont j’ai porté l’idée, le projet que nous avons construit tous les quatre, en partant d’une feuille blanche.Assis sur la grande table qui nous a vus crier de joie quand tout fonctionnait, qui nous a vu taper des poings quand, oh, j’ai tout cassé, assis sur cette table, on balance des pieds en attendant. Certains ont déjà ouvert une bière, d’autres préfèrent se ronger les ongles. C. s’est fait un thé « I really feel British when I do that ». Les visages amis s’installent dans la salle, et puis c’est à nous. 5 minutes pour convaincre, 5 minutes pour prouver à toutes ces personnes, juste là devant, que nous sommes vraiment des full-stack dev. Et puis entre ces deux moments, 2 mois, 9 semaines. 9 semaines de six-sept-huit-neuf cafés par jour, de cookies avoine-chocolat du 8ème étage, de bières le vendredi soir (les premières semaines, et puis de bières à partir du mardi soir, après), de yeux fatigués le matin pour le cours de la journée, de yeux perdus qui répondent d’eux-mêmes à la question « do you understand ? », de sourires victorieux quand c’est bon, je suis capable d’expliquer ce que je viens de faire. 9 semaines de messages en continu sur Slack, 9 semaines de sommeil oublié, de Sublime Text ouvert en permanence. de vie rêvée en lignes de commandes sur le terminal. 9 semaines d’amitiés, aussi - parfois un peu plus, mais mes sous-entendus s’arrêteront là -, de petite bulle fermée, entre nous, on se serre les coudes, on apprend ensemble, à coder et à travailler, à expliquer, à se planter, à recommencer ; 9 semaines de lamentations autour de la machine à café, 9 semaines de yeux cernés. 9 semaines à part, entre les murs vitrés de La Gar, à se demander si vraiment, à la fin, on comprendra ce qu’il faut mettre dans le model ou dans le controller.La deuxième semaine, il y avait un apéro (on a beaucoup pris l’apéro pendant ces 9 semaines) où les alumni venaient nous parler un petit peu. Tous étaient d’accord sur la même chose, Le Wagon avait été l’une des plus belles aventures de leur vie. Je rigolais doucement au début, bien sûr que j’en attendais beaucoup, de cette formation, mais tout de même, je trouvais que c’était un peu exagéré, en deux mois, il ne peut pas se passer tant de choses.7 semaines après, je suis convaincue de la même chose. On leur a déjà dit, et je ne suis toujours pas à l’aise avec les grandes déclarations d’amour, mais tout de même, je voulais écrire noir sur blanc, une dernière fois, mon infinie gratitude pour l’ensemble des profs et de l’équipe du Wagon Montréal. Je n’avais jamais vu autant de passion, de dévouement et d’entraide comme cela et cela n’aurait vraiment pas été pareil sans eux.Read Less",FullStack program - 35+ locations,Web Development +246337,10868,le-wagon,Otavio F Leite,False,2018,A fantastic transforming experience! ,2019-01-11,4.7,5.0,5.0,4.0,"Hi, my name is Otávio and I am a Le Wagon alumni from batch-#204, taken in Rio de Janeiro between October 15th and December 14th, 2018. Some background about myself: I used to be a logistics project coordinator for a telecomm top 3 company. Worked for... Read More the US Government also, in a diplomatic mission. My career focused on international logistics, supply chain management, contract and process management mostly. I can honestly say I had no prior experience in programming before the course. Setting up Macros in Excel would be the closest thing.In the years I worked in the telecomm industry I was lucky to see technologies being developed and had a glimpse to where things are going to. IOT (internet of things), small cells, smart cars, startups... and none of that happens without a good amount of programming.How did I come to find Le Wagon? Talking to a friend who's been in Europe's IT industry for a long time I asked how one could insert him/herself in the IT realm without having to go through the classic computer science graduation path. That is when I learned about this growing trend of coding bootcamps. The first on the list he gave me was Le Wagon, to which he included a ""best bang for the buck"" tag. On a quick search in the net I found many Le Wagon alumni and their experiences (which at first sounded too good to be true). And they were considered the #1 coding bootcamp. Further in the search found some posts about this growing trend on bootcamps and how they were being considered the next MBAs but for the IT industry. And what really drew the line for me was when I reached out to Pedro, one of Le Wagons partners in Brazil & Latin America. He said that he was a photographer before starting to code at Le Wagon in Paris 2014. He liked it and believes in it so much that he brought Le Wagon to Brazil and LatAm as a matter of fact.It is a 9 week program. The first weeks are brutal. It's like getting home after running a triathlon (but for the brain) knowing it will happen the same thing on the next day, for the next several weeks. What kept me sane were a couple of lines Pedro told us on the very first day: ""Guys, you will get desperate! You will get frustrated! STAY WITH US !! It will all fall into place at one time..."" Every time I got desperate, and it wasn't only once, I remembered myself of that. They also have good TAs (teaching assistants) and lecturers who also went through the program and know our pain. It all fell into place for me during the second half of the bootcamp.The bootcamp is orientated not only to those who wish to become a developer, but to those entrepreneurs who wish to begin their own startups, future product owners and digital nomads. We had people from 24 to 48 years of age. I wasn't the oldest with my 42 summers in the bag. The environment is amazing. A collaborative pair programming learning process where we sit every day with someone different than the previous day. I felt lucky that in my batch I had no case of ""ah no, that one again, bummer!"" Everyone got along. A lot of coffee! Every Thursday there was an event with outsiders from Venture Capital owners to startups pitching for a CTO and people sharing their story of hard work, pivoting and success. Oh, and after these talks Le Wagon offered free beer. On Wednesdays there were Yoga classes to help sooth the body. Even though it was a lot of hard work, we knew there would be some yoga, talks to insert us more and more into this IT environment, and the beer to help us relax a bit.In the end we leave as junior developers with a good amount of skills to help us keep improving. The Le Wagon platform is also really well thought of with video lectures and information on every class with have during the bootcamp. We are given full access to it for life as well as to the Le Wagon Slack channels. In Slack we have access not only to our batch but also to job postings, all of the wagon alumni, teachers, mentors and many others.The whole experience changed my life. Met really interesting people. Made good friends. Learned awesome skills. And left with two projects as portfolio.When I was in school as a young kid, knowing another language or two would count a lot. Today it's default. The equivalent to that right now is coding.Read Less",FullStack program - 35+ locations,Web Development +246406,10868,le-wagon,John Freeman,False,2018,An amazing experience,2019-01-10,5.0,5.0,5.0,5.0,"I have always struggled with formal education despite completing high school and Quebec’s CEGEP program. I was diagnosed with ADHD in elementary school and have found that trying to juggle up to 8 different subjects at the same time is almost impossible... Read More for me.I’m now 22 years old and gave university a shot for two years. During my first year in psychology, I discovered that I loved programming, and during my second year, in computer sciences, I discovered that I hated university.As an alternative to university, Le Wagon was a massive help to me. It perfectly suited my learning style, by keeping up a steady flow of new and interesting information without ever totally overwhelming me. In addition to covering new topics constantly, Le Wagon’s challenges and buddy system, in conjunction with formal lectures, helped teach skills not just theoretically, but practically too.The staff of Le Wagon were practically family to me by the end of my 2-month stay. They were understanding, helpful and always a pleasure to be around. I hope to stay in contact long after my graduation.The final project I completed with my team will always hold a special place in my heart. I didn’t come to Le Wagon with a solid grasp on just how far we would come in a short 2-month period, but the products we finished far exceeded anything I could have imagined. Le Wagon gave me an experience I wouldn’t trade for the world: between wonderful friendships with people of all backgrounds, and a solid foundation of lessons on both working in code, and finding work. In short, I would highly recommend Le Wagon to anyone who feels they are interested in changing their lives and learning to code!Read Less",FullStack program - 35+ locations,Web Development +246400,10868,le-wagon,Anonymous,True,2018,Exactly what I needed - in every way,2019-01-10,5.0,5.0,0.0,0.0,"I had the best experience at Le Wagon bootcamp, at its first Kyoto batch.In terms of the learning, I was surprised to see how I started from a complete beginner ( I didn't even know what the different programming languages are), and within 9 months could... Read More build an app that I wouldn't have even thought was possible to build. I like my app so much that I am currently working on it further to see how I can commercialize it. What made the learning experience great was that the teachers at Le Wagon are knowledgeable and dedicated to each person's learning, and the curriculum is well designed in a way that makes you enjoy the process of learning how to code. For me, my objective from learning how to code was never to be a developer, but to work on the commercial aspects of a tech company and be able to work seamlessly with the product team through a deeper understanding of the technicalities. I managed to fulfill this objective - and much more, in terms of my technical knowledge - and has proven to me invaluable in my current job.But Le Wagon is not just about teaching you how to code - it also helps you plug into the tech community in the city through various events and meetups with startups and other tech companies in the city, which has been extremely helpful as I was thinking through my career move. And finally, Le Wagon was an extremely fun and enriching experience. As the first batch in Kyoto, we had a small group, and we had a lot of fun together, going for dinners on weekdays, going out on weekends, and doing trips to nearby cities. Added to this, a chance to be in Kyoto - a beautiful and serene city - made my 2 months an amazing experience. Le Wagon was exactly what I needed - in every way.Read Less",FullStack program - 35+ locations,Web Development +246398,10868,le-wagon,Sumtia,False,2018,Good experience with great classmates,2019-01-10,5.0,5.0,5.0,5.0,"I had not studied any programming language before I joined LeWagon.Since we only had nine weeks to become a programmer, the class went very fast. At first it was difficult for me to understand the lessons held in English since I had never lived in any... Read More English-speaking countries.What do you think about it after reading my situation? Do you think it seems difficult to get programming knowledge for me?So did I. I worried about whether I could follow the classmates.But after these 9 weeks, I know I should not have worried about anything.There were teachers and assistants who were very good at teaching.Moreover, classmates were enthusiastic to get skills, so they motivated me.Now, I can make web apps since I get skills of Ruby on Rails, JavaScript, CSS, HTML, and so on.This camp is good to get skills in only nine weeks!Read Less",FullStack program - 35+ locations,Web Development +246397,10868,le-wagon,Dion Shahini,False,2018,"""Change your life: Learn to code"" is not just a marketing phrase.",2019-01-10,5.0,5.0,5.0,5.0,"The coding bootcamp at Le Wagon Amsterdam taught me that you don’t have to be working with computers since you were a 12 years old in order to become a web developer.I have been a working professional since I came out of high school and even with work... Read More experience in the finance sector I felt that I was less and less qualified for the jobs of the future by the day. We live in a world that is digitalizing rapidly which requires new skills from its workforce. Knowing this I realised that no matter what position I am working in, I will need to be able to code and or at least understand fundamental concepts of development in order to progress in my career.Applying to this programme made sense to me as it was more compact and real life oriented than a bachelor in computer science and ended with us presenting a fully functional application to investors and potential employers after the camp.Even though the bootcamp was one of the most challenging experiences I had (50 hours a week of high intensity learning) I never felt overwhelmed as the teachers were really competent and would help by giving hints when stuck with a challenge. Due to the extra activities we would participate in at the days end (Drinks, Lunches and City tours but also professional workshops and speakers) the atmosphere was always great and the students got along very well with one another. From my experience it is very common to stay in touch afterwards!Personally I am very happy to have participated and I recommend every person that want’s to get into tech but is uncertain on how to start to take part in this awesome experience!Read Less",FullStack program - 35+ locations,Web Development +246396,10868,le-wagon,Kate Buxton,False,2018,Amazing what you learn in 9 weeks,2019-01-09,5.0,5.0,5.0,5.0,"Le Wagon came highly recommended but I didn’t anticipate how much I would achieve in the 9 weeks. The high teacher ratio meant help was always on hand, and rather than being ‘spoon-fed’ we were encouraged to problem solve and to approach the daily challenges... Read More with the mindset of a developer.As a career changer and being new to the industry, the evening events with entrepreneurs, thought-leaders and the career workshops were particularly useful. I was dubious at first but the bi-weekly yoga was amazing when all we were doing was sleeping eating coding & repeating!It does what it says - after Airbnb week and pushing our final apps to production I felt equipped with the tools and attitude needed to build my own projects. And the contacts too - the alumni network has already proved fantastic for both industry contacts when job searching and when code issues crop up.It’s tough and it’s like no other learning experience, but learning to code with Le Wagon is one the best decisions I’ve made - do it!Read Less",FullStack program - 35+ locations,Web Development +260998,10868,le-wagon,Lucca Kaiser,False,2018,One of the best decisions in my life! ,2019-01-09,4.7,5.0,5.0,4.0,"For the lazy ones :+ Well structured days with lecture, coding with a buddy and live coding session.+ Large learning platform: videos of the lectures to rewatch, learning cards, cheatsheets, tasks with solutions, etc. + Good and competent teachers+ Interesting... Read More classmates from all around the world, of different ages, with different professional backgrounds--> Net Promoter Score 10/10A bit more detailed :My background: After working for several years as an account manager for several companies, I came to a point in my life where I had to decide whether I wanted to continue or whether I wanted to develop in a new direction. Coding and programming have always interested me, but I have somehow never found the right entry. Through a friend I came across Le Wagon and then got over quitting my job and visiting the boot camp.I visited the batch in autumn 2018 with about 40 others. At the beginning I thought that there were too many people, but the lessons were always very smooth. With the ""buddy system"" you work with a different classmate every day anyway. In general, everything is very well structured. The day starts with a lecture, then you work with the buddy on various tasks. You basically work independently, but if you can't get any further, you can fall back on the buddy. This system has a very exciting dynamic, because sometimes I understood a concept better and thus helped the buddy and sometimes vice versa. By explaining it, you learn a lot yourself. In the evening follows a live coding session in class.The learning platform is very well structured with all the tasks (built-in solutions), videos and slides of the lectures, flashcards, etc. (Of course you still have access after the course). Some teachers are Le Wagon Alumnis, but all are competent and more than capable. For more complicated topics (e.g. SQL) there are also external experts who teach.I learned more useful things in 9 weeks than in 4 years of university! ...It was a very good decision!Read Less",FullStack program,Web Development +246374,10868,le-wagon,Kaylin Bittner,False,2018,Le Wagon was wonderful experience and continues to be a supportive community as I transition into a role as a junior developer.,2019-01-08,5.0,5.0,5.0,5.0,"After attending Le Wagon, you are limited only by your imagination. I, like many of my classmates, came from a non-technical professional field. My undergraduate degree was in secondary education and I spent the first years of my professional life as... Read More a high school history teacher. I knew I needed a change, and Le Wagon was exactly what I needed.I read many of these reviews on SwitchUp when determining which bootcamp would be a good fit for me, and found the rave reviews for Le Wagon to be well-founded. It was one of the most challenging and rewarding experiences of my life. Le Wagon provides an abundance of support and resources - one-on-one teacher assistance, daily paired-programming challenges, group programming challenges, and optional reboots for students, like me, who felt as though they would benefit from additional support in learning key fundamental concepts. Additionally, my experience at Le Wagon taught me how to learn a language and to think like a developer, which has proven to be extremely helpful as I have started to branch-out post-graduation.Le Wagon was wonderful experience and continues to be a supportive community as I transition into a role as a junior developer. If you’re still on the fence about which coding bootcamp might be the right fit for you, I strongly encourage you to reach out to Le Wagon - you will not be disappointed.Read Less",FullStack program - 35+ locations,Web Development +245956,10868,le-wagon,Mehdi Chajadine,False,2018,"My Le Wagon experience in Casablanca, Morocco",2019-01-08,5.0,5.0,5.0,0.0,"Before starting the 9 weeks full stack program with Le Wagon in Casablanca, I was working as an investment analyst and gained over 3 years of experience in that position. I was at a turning point in my career where my next move would be to either stay... Read More in the industry and look for a position in a different firm or take another path for the future.After some reflection, I decided to pursue a career in technology. My plan at the time was not set in stone but learning new skills is never a bad idea, especially if the skills in question are highly sought after by the job market.After a quick search for the best coding bootcamps and programs online, I stumbled upon Le Wagon. All the reviews I read about the full stack program were describing the experience as life changing and were giving a detailed account of the skills that would be acquired after just 9 weeks.After a few weeks of learning the basics of programing on my own online, I realised that having a structured program to complete within a set period of time was the way to go to further develop my skills and get closer to a level where I would be able to develop products and market my skills competitively.Fast forwarding 3 months later, I was enrolled in Le Wagon and ready to hone my new skills.The first weeks of the program are packed with knowledge and it is truly a full time commitment. The days would start at 9AM with a lecture about the topic tackled that day, followed by a full day of coding challenges where we use that knowledge to solve problems or create micro applications and would end with a live code run by the professor. Most days would end around 7PM.The main language used throughout the program is Ruby, an object-oriented language that allows you to write code fast, easily understandable for people new to programming but also very powerful once used in conjunction with the framework Rails.The basics of HTML, CSS, Javascript and SQL were also dispensed over two weeks in order to truly be able to build a web application from start to finish. The last two weeks of the bootcamp are dedicated to project week. They are the most challenging weeks and were where all the knowledge pieces acquired over the first 7 weeks fall into places.The program kept its promise to deliver knowledge in a way that takes you beyond the beginner level in 9 weeks and allows you to feel confident to tackle larger projects in the future.Le Wagon clearly states its intent to deliver content primarily for entrepreneurs wanting to acquire the technical skills to develop their ideas - and it does that in a stellar manner. The course content also caters to people looking to acquire technical skills to further evolve in their current position. The social aspect of the bootcamp is also something worth pointing out. I was surprised to see so much diversity in profiles - 50% of the participants were there with the objective to rejoin their current position but needed that extra tech skill boost, while the other half were either in reconversion like me or had the intention to become freelance full stack web developer.The bootcamp exceeded my expectations and allowed me to immediately market my newly acquired skills as a freelance web developer and I’m not excluding the option to join another bootcamp in the future to further my tech education.As a repatriate, I was glad to join a community of people with the same goals as mine i.e. acquire skills to further develop the digitalisation of services in Morocco and globally. The environment is conducive to learning the best practice in coding as well as the startup workflow. The course was delivered in a coworking space where I had the chance to meet people with different background and trying to take their businesses and ideas to the next level, which is more than what I was expecting.Every week, there are activities organised for the students - boxing, yoga, meditation and talks with local founders sharing their experience. Overall, it was a fulfilling experience and I recommend it to anyone coming back to Morocco after spending time abroad. It allowed me to grow my local network and boost my career plans.My takeaways from this experience were the following:It doesn’t necessarily take a long time to acquire new skills, a well structured program such as the one offered by Le Wagon do just that.It’s never too late to pivot a career, you just need a plan and target a fast growing industry.Take the time to further develop your skills after the bootcamp. The bootcamp can only take you so far and delivers everything you need to get started with your new career but in order to produce a quality product, you will need to keep learning long after you finish the bootcamp, you have to think about it more like a marathon than a sprint.Get out of your usual environment, meet new people, share ideas with them and grow from their experiences too. This is an aspect of the bootcamp that is not easily replicable and would ultimately make the experience so special.Read Less",FullStack program - 35+ locations,Web Development +246371,10868,le-wagon,Antonio Manoel do Nascimento,False,2018,An amazing experience,2019-01-08,5.0,5.0,5.0,5.0,"My story with Le Wagon started even before I considered becoming a developer. I was going through that moment in life when you're seeking what you really want to do with your future.I was having a hard time to find a job in my city and decided to live... Read More in Germany to study German and apply for a Master programm in Finance. Being on my own for 6 months there made me realize that most of the things I know today were not exactly thanks to my studies during my MBA, but thanks to my work experience and I started to doubt if this Master programm was really the best choice for my future as I wanted my skills to be praised rather than my degrees.After talking with a friend about this I came to learn about Le Wagon and after some research I decided to come back to Rio and be part of it. Joining Le Wagon was one of the most amazing experiences I had. Everybody in the bootcamp was very friendly and you could trust the staff to help you in your every need. I also met people with different backgrounds than mine and that is also what made the experience amazing.I only coded before for a short time but that wasn't an issue, the bootcamp is well structured so that a newbie can learn just as much as someone who coded before. One of the most impressive things was being able to build a fully functional web app from scratch in just two weeks. I never thought I would be able to learn so much in such a short time.If you're considering studying with Le Wagon, know this: you will struggle and you will doubt yourself but trust them and you won't regret it.Read Less",FullStack program - 35+ locations,Web Development +245930,10868,le-wagon,Krisztina Kovari,False,2018,Lose your doubts & find your passion,2019-01-08,5.0,5.0,5.0,5.0,"I entered the Le Wagon bootcamp after building a career in television broadcasting for 12 years as I needed a change and changing workplaces didn’t bring the job satisfaction I was after. I started to learn to code besides my job at the time and the longer... Read More I stayed with it the more sense and fun it made. Still having doubts about my capabilities, I signed up for the bootcamp to see how I perform compared to others and to follow the path of many successful students. Studying at Le Wagon Amsterdam was a unique and fantastic experience. I loved joining a group of like-minded people who motivated me to do my best and beyond under the guidance of competent teachers to become a web developer. After completing the bootcamp, I’m even more enthusiastic to grow a career in web development than ever before.Read Less",FullStack program - 35+ locations,Web Development +244978,10868,le-wagon,Victor KING,False,2018,A TRANSFORMATIVE JOURNEY,2019-01-08,5.0,5.0,5.0,5.0,"WHY I WANTED TO LEARN TO CODEWith degrees in Humanities, Political Science and eventually Business School, I had worked as a marketer in FMCG and then in a large tech start-up in Asia. I needed a break and also wanted to address the utter intellectual... Read More curiosity and frustration of not understanding the web-products that had been revolutionizing the world economy.I also felt like I needed the skillset to build things myself and not rely solely on the skills the corporate world had taught me because some of them would end up being non transferable in another environment (eg. as an entrepreneur or a freelancer). That skillset also meant the possibility of freedom to me.WHY I CHOSE LE WAGONFirstly, a few friends of mine had done it and ended up teaching there right after completing the program, which I found unbelievably cool.I had read many reviews about Le Wagon that contained lots of promises. Even though I could believe them, I couldn’t comprehend how my brain was supposed to go about it in only 8 weeks time. How the Wagon goes about teaching you coding - their approach - is simply word-class. The learning curve is steep and the program is definitely not for the faint-hearted. But problems that seemed insuperable in the first weeks turned out to become the least of our concerns in the project weeks.I had no idea what was under the hood of a software on day 1.. On week 6, I ended up coding an AirBnB clone from scratch and then a custom merchant app with a team of students. This is how steep your learning curve is going to be.THANK YOUI could not have done it without the support of my fellow batch #189 students. Our teachers, Inou, Ellyn, Elsa, Albert and our managing staff Guido and Dirk have been amazingly caring and supportive. I am happy to count them as friends today. LAST WORDSThis program is not for everyone. Not in the sense that you need prior knowledge of coding or an analytical/technical/quantitative background to be successful. But it does require a high level of resilience, motivation and absolute trust in Le Wagon’s team. Today I am joining a US tech giant in a Product Marketing role, hoping to transition to a semi-technical role in the near future. I am still coding and upgrading my skills thanks to Le Wagon’s online platform, community and a custom curriculum designed by my teachers.Do it in Bali, seriously. That’s my last and most important advice ;)Read Less",FullStack program - 35+ locations,Web Development +235878,10868,le-wagon,Arthur D'huy,False,2018,BEST CAMP EVER,2019-01-07,5.0,5.0,5.0,5.0,"La Wagon m’a apporté toutes les ressources et compétences nécessaires pour construire un projet de A-Z. Tous les aspects sont identifiés et travaillés en groupe avec les profs, du design à la conception web.Le BootCamp se veut intensif et l’est pour ouvrir... Read More au maximum le champ des possibles. Le background en sortie de formation nous offre l’opportunité de travailler aussi bien en tant que développeur que product manager.Read Less",FullStack program - 35+ locations,Web Development +246294,10868,le-wagon,AMC,False,2018,"Great teachers, high quality resources and awesome staff -- great value!",2019-01-06,5.0,5.0,5.0,5.0,"I came from university specializing in humanities and social sciences. Having always had an interest in coding, I pursued it through free online tutorials, Moocs, and self-study. Eventually I decided that a guided curriculum with first hand instruction... Read More would be more effective and I was right. Le Wagon provides you with the tools to get started and build cool apps by encouraging and instilling both an engineering and entrepreneurial mind-set. I learned not only how to code but how to continue to build on my knowledge and grow my skills in the craft of full-stack web development. I've had the chance to meet amazing people during and after the 9-week training. I can tell you you'll never be alone. There's always someone to give you a helping hand, whether it might be a buddy, an alumnus or a teacher. The backgrounds of the participants are incredibly diverse: businessmen, writers, engineers, designers, artists, architects... The curriculum is top-notch and its designed to bring one from zero skills to product development and deployment. Each day of the first six weeks is structured by lectures in the morning, followed by a handful of challenges designed by Le Wagon. Every student is paired with another ""buddy"" to practice ""pair-programming"" principles, during which teachers and teacher assistants are available to help. At the end of the day the class returns to the lecture room for an hour-long ""live-code"" session to review challenging topics of the day. The last three weeks are set aside for projects. At this point, students have all the skills and technical know-how to design and deploy a marketplace app structured like AirBnb. This first project is only a preparation for the final two weeks when each group must conceive, design and deploy an app putting to work all that was learned throughout the course. As a student you get access to a uniquely designed online platform to accompany your studies with flashcards, lecture source code, challenges, cheatsheets, easily searchable lecture notes and video tutorials. The core feature, however, is the immediate and automated code review mechanism after every coding challenge. Implementing behavior driven testing environment (RSpec), each coded assignment is immediately reviewed by an automated test perfected from the previous experience of over hundred+ bootcamps and 4,000+ students'. With this you're allowed to review and improve your code, learn to read error messages and eventually understand how to design a test-driven production process in Ruby. Eventually, if you are still stuck on your code, there is a ticketing system which encourages you to describe your difficulty to teachers, after which a teacher will help you one on one in person. The process of coding, reviewing and testing becomes so second nature that by the end of the bootcamp you're no longer frightened by error messages in your code but encouraged to investigate. As a result of 9 intense weeks I am more confident in my ability both to learn software engineering techniques and develop product ideas. Friends, family and associates approach me with ideas for an app or a business and now I can actually see how it ought to be implemented or what I have to learn to get started on it. Great teachers, high quality resources and awesome staff -- the course is overall well-designed and the intense. I can't imagine learning more in 9 weeks from zero to full stack with a product-focused foundation to keep learning and develop my skills in fruitful directions. The network after the course is warm and supportive. The environment is demanding and enriching. Great value!Read Less",FullStack program - 35+ locations,Web Development +246315,10868,le-wagon,Lucas Rocha,False,2018,Amazing Journey on Le Wagon Barcelona,2019-01-04,5.0,5.0,5.0,5.0,"After going abroad and finishing High School in Canada, I wasn’t satisfied with my life on my home country, I wanted to do more and learn more and get to know new cultures, and I didn’t want to go college/university right away after High School. I really... Read More enjoyed computers and technology, so I started looking for online coding courses, but after a while I realized that it was better to learn to code in a different environment, and then I started looking for Coding Bootcamps in Europe, because I have few friends there and it would an awesome opportunity to visit then, as a bonus I would still learn how to code, so I read some reviews about Le Wagon and I was so surprised, because all of them were super positive. After talking to my parents about the idea of going abroad again and study coding I decided to apply to the Le Wagon in Barcelona, I have a lot of friends from Spain, and I thought it would be amazing to live in a city like Barcelona, after applying and scheduling a video call where I got know Gus the Driver from Le Wagon Barcelona, we talked about my goals to the future and what I expected about the bootcamp, and Gus is such a nice guy, since the beginning until the end of the course he is always there supporting the students. After the video call he sent me a small Ruby test, that I had to finish on the next few days, and then I got accepted.One special thing about Le Wagon is their community, the teachers and TAs are amazing, they are always helping you, no matter what. The course itself is very well structured, everything you learn since the beginning is important on the following weeks, don’t get me wrong, you have to be very focused and committed to code for the whole day, but trust me at Le Wagon time flies, it’s not boring, it’s fun and rewarding, every day you get to work with a different classmate, and this way you are always making some type of networking, and by the end of the bootcamp I’m sure your classmates will be like a family to you, it happened to me. And on the last two weeks where we were able to build our own apps from the scratch and present it to the public at the demo day and seeing what we were capable of was amazing, the best part of the bootcamp, indeed.After the bootcamp I can surely say that Le Wagon really changed my life, Le Wagon gave me purpose and it opened opportunities for me in the future, with coding you are always learning and that’s the cool thing about coding it never stops evolving. The next step for me is going to College and learn even more about Web Development and new technologies, and of course, explore the world while coding. Thanks for changing my life Le Wagon Barcelona.Read Less",FullStack program - 35+ locations,Web Development +244969,10868,le-wagon,Marco,False,2018,Great Experience @ Le Wagon Barcelona,2019-01-03,5.0,5.0,5.0,0.0,"I was thinking about the next step in my career and I became increasingly interested in software engineering. I wanted to have a strong start into coding so I opted for a boot camp experience. In particular, I choose Le Wagon because extremely product... Read More focus and its strong reputation worldwide. Also, Barcelona was very appealing as a major tech hub and design capital in Southern Europe.I wanted to learn how to code to design and realize an MVP so I was amazed by what we were able to create in such a little time. Furthermore, I had the luck to meet several creative fellow students.My advice to future students is to learn as much as you can and don’t be afraid to ask. Le Wagon has been a great start into coding and such a cool experience.Read Less",FullStack program - 35+ locations,Web Development +246278,10868,le-wagon,Mingxi Liu,False,2017,challenging but beneficial 2 months,2019-01-03,5.0,5.0,5.0,0.0,我在2017年的暑假加入了Le Wagon。在此之前我是成都外国语学校国际部的一名高二学生,想要在即将到来的申请季申请到理想大学的计算机科学专业。我想在进入大学前对计算机科学有一个比较初步的认识,所以从高一开始自学编程。但是自学到的知识是碎片化的,我也并不知道如何投入到实际应用当中。最后在同学和老师的推荐下进入了Le Wagon。我是Batch#88中年龄最小的学生,并且当时没有接触过很多英文的计算机术语,所以对当时的我来说Le Wagon是相当有挑战的。 经过了在Le Wagon的两个月之后,我从最开始的编程小白成为了在团队里一起开发项目的一员。Le... Read More Wagon的两个月对当时即将步入美国大学的我来说真的是受益颇多。最后两周的final project和我在Le Wagon两个月的宝贵经历都成为了我申请大学的resume和essay中画龙点睛的一笔。现在我就读于美国伍斯特理工学院的计算机科学专业。在Le Wagon的学习中我不仅积累到了很多的编程经验,也从中学到了如何有效率的进行peer coding和团队合作,这些对我在美国大学的学习确实有很大帮助,让我受益匪浅。Read Less,,Unknown +245272,10868,le-wagon,Anonymous,True,2018,Amazing!,2019-01-02,5.0,5.0,5.0,5.0,"Le wagon Montreal is an amazing boot camp with teachers who really care about you. They truly want you to learn and they make hard concepts very easy to understand. I was a student in school coming in, and I really enjoyed it! The students were all very... Read More nice and I made great friends there. Overall, this boot camp was fantastic and I would definitely recommend it!Read Less",FullStack program - 35+ locations,Web Development +238825,10868,le-wagon,Tiancheng Pu,False,2018,绝无仅有的编程学习体验,2018-12-29,5.0,5.0,5.0,5.0,本人出国党,坐标成都。明年将于伦斯勒理工就读计算机科学专业。为了让我的申请更出彩并提前准备大学的学习,我高二暑假在升学顾问建议下参加了Le Wagon编程训练营。虽然在内地,但我们那一届的学员百分之八十都来自世界各地,学习环境当然是英文。课程的内容主要是全栈开发,使用的框架是Ruby on Rails。即使我之前有一定的编程基础,这个课程对我来说也是有挑战的。每天学习的强度固然大,但老师和助教都会很热心地帮助你。学员也都相当认真,在这种环境下你能很高效的学习。勤苦一天下来,想一想当天的进步和收获,劳累就只是过眼云烟。... Read More排除掉所有硬核的知识或技术不说,Le Wagon最重要的是让我增强了团队合作的能力。在来Le Wagon之前,我一直是个独狼程序员,从来没有和他人一起写过代码。在Le Wagon学习的两个月内,我发现自己团队合作的能力与日俱增。我们每天下午都会和另一位同学两人一组,完成某些程序。与同学讨论的过程非常锻炼表达想法的能力。除了最后的产品,我们有定期需要团队合作的项目。在合作中,每个人都可以负责他想做的部分,从而专注于他认为更有价值更有意义的事。同样,我们的团队都会很开放,每个人都有一技之长,并且可以从团队成员里学到知识技术。而在一些比如用户界面,用户体验设计等主观性较强的问题上,这样一个多样化的团队则能给予关键的意见和建议。对才入坑的新手来说,虽然编程的学习肯定不是一蹴而就的,但Le Wagon绝对能为你夯实一个非常牢固的基础。而对已有经验的程序猿,Le Wagon提供了一个非常强大的校友网络。你可以了解编程方面最新的资讯,甚至找到一份工作或合作伙伴。Read Less,FullStack program - 35+ locations,Web Development +246187,10868,le-wagon,Valentin,False,2018,Why this Bootcamp is exceptional ,2018-12-27,4.7,5.0,4.0,5.0,"(Bali, batch #163)Before attending the bootcamp I was just finishing my bachelor’s in law (quite a different field than coding I admit but it was not a major issue). My main motivation for attending Le Wagon was getting the skills to create my own products... Read More and become independent in my job. Turns out it’s exactly what the program brought me. I got on board the Le Wagon adventure with a friend who told me about it. At first, I was sceptical about how much I could achieve in only 2 months of classes so I started to do my own research and realized it was worth it to accept the challenge. Therefore, I came to Bali to be challenged and I was not disappointed. The program is really intense and it requires a lot of physical and mental dedication. It is made for students to give their best and get the most out of the 2-months program. Also, it adapts to the level of students, I think it would be hard for anyone to finish every exercise every day. But that you can find in many bootcamps I assume and I want to explain you why I think Le Wagon is unique among other bootcamps. I only realized how exceptional this program is when I got there and here are my reasons.First, on the very first day we had the introductions with the team members and our classmates and I understood that this bootcamp was serious. All of the teachers but one were previous students of Le Wagon who had taken the bootcamp in the past but also worked in the tech industry. It didn’t take me long to realize that they were real experts in what they were doing and that they were really enthusiastic about taking us to the same level.Second, I was worried I would not have enough previous experience to follow everything that was going on everyday but I was willing to do as much as possible and give my best every day. To be honest, the environment and people around me really helped me to stay on track as it is sometimes frustrating not to achieve as much as you think you should. It takes some humility to accept that but thankfully Le Wagon doesn’t only teach about coding. It also teaches you to keep a positive mindset and help you improve your social skills. Especially in Bali because we are all immerged in the same conditions in a wonderful location with a lot of activities to enjoy and far from our daily routine. I think this situation really brought us together and made this experience better in every aspect. Le Wagon also teaches you the coding methodology. By giving you instant feedback, with the rake, a test written for each exercise which is guiding you to the solution. Also by pushing students to solve an issue themselves like an experienced coder would do - by googling it - instead of giving the answer straight away. Of course, they do help you if you have any problem but they really help students become autonomous learners and programmers. Also, something I loved was that the team spent time with us outside the classroom to share moments together, and we made great memories! I never felt like I was lonely because everything was made for the group to really get together.I struggled a good amount during those 2 months but it was one of the best experiences in my life where I met great people and surpassed myself. In the end, we all had great products ready for demo day and celebrated it properly.Finally, I’ll talk a bit about my post batch experience. I started a master’s in law a few weeks after I finished the program and quitted one month after to dedicate myself to coding 100% of my time. I think it’s really important to keep coding right after you finish the bootcamp to keep building on the fresh skills that you have just learnt. Now I feel like I can learn anything about coding by myself because all the resources I need are out there. I am now building a web agency with 2 other friends while trying to launch my own product at the same time. All these reasons make the Le Wagon bootcamp in Bali exceptional to me. I would recommend it to anyone who is looking for a life changing experience and is ready to apply this change to their life right after the bootcamp. Valentin Raille (Bali, batch #163)Read Less",FullStack program - 35+ locations,Web Development +244603,10868,le-wagon,思廷 陳,False,2018,Life changing journal in 上海!,2018-12-24,5.0,5.0,5.0,5.0,大學填志願時,還不清楚人生的方向,隨意按照考試分數報名一所風評不錯的大學的資訊科系。進大學後,上課不認真,下課跑社團,一直沒有定下心來好好唸書,少數幾堂認真上的課也只是讓我有了一點基礎概念,離把資訊當成事業還差了十萬八千里。畢業後,帶著那些薄弱的程式底子,我一個資訊相關的工作都不敢應徵,最後,進入了一家小投資公司擔任產品助理。這個工作沒什麼壓力,但薪水卻也低,做的事情又缺乏專業性及挑戰性。雖然心知這樣下去不是辦法,卻也不知道要怎麼改變現況。近兩年的時間,下班後我斷斷續續上了各種線上線下的課程,包含語言、UI設計、運動等,美其名是培養興趣及一技之長,實際上是因為內心非常茫然,不知道自己還能做什麼,所以只能什麼都試試看。然而這些課程也因為白天要上班,學習時間不連貫,缺乏實作經驗,最後課程結束後也不了了之,還是回到公司繼續渾渾噩噩的工作,所學也漸漸生疏。... Read More經過兩年的思考,抱著破釜沈舟的決心,決定辭去工作,重拾曾經大學接觸過的領域,也因為這是我唯一有點基礎的技能,聊勝於無。搜尋課程花了很長的時間,因為實在不知道要從什麼語言學起,網路上的建議也眾說紛紜。最後,抱著姑且一試的心情,報名了網路上口碑最好的Le Wagon。我的目標很簡單,提高薪水、培養技能,也希望以後講到自己的經歷時,能夠自豪的說:“我大學念資訊,現在是一名工程師。”剛開始其實很擔心,因為自己不是一個自動自發的人,加上課程是全英文,同學也來自世界各地。不但要適應語言,還要在短短九週內學會這麼多東西,並在期末用短短兩週完成作品並進行發表。對於大學四年用母語都學不好一個程式語言的人,這是多大的挑戰。開始上課後,這些擔心卻完全拋至腦後,因為,並沒有時間及精力讓我胡思亂想。每天的課程從早到晚,課程結束後,大家非常有默契的留下來繼續練習及討論,受到這個氛圍影響,我也絲毫不敢懈怠。不同於大學課程,Le Wagon更注重實作及培養思考能力,透過大量的練習將課程內容融會貫通,同時在老師、助教及同學的幫助下,學習解決問題的辦法。面對一道道題目,一個一個將它破解是一件很有成就感的事。有時候光是想一道題就可以煩惱幾個小時還想不出來,忍不住都要放棄了,但當解開的一瞬間,又會高興得忍不住吶喊。就是在這樣的喜悅及夥伴們的陪伴下,讓我能夠繼續面對這些密密麻麻的程式碼,並逐漸建立自信心。在這裡的九個星期,只能用“永生難忘”來形容了。過去沒有,未來大概也很難再有這樣的機會跟一群好戰友們一起互相扶持、沒日沒夜、為了一個共同的目標努力前進。累嗎?真的很累,每天近十小時都在進行腦力激盪,有時候連假日都不敢休息,就怕跟不上或拖累大家。值得嗎?相信我,沒有比這個過程更有趣、更值得又更令人興奮的事了!Read Less,FullStack program - 35+ locations,Web Development +246216,10868,le-wagon,Stephen Schüz,False,2018,Recommendation 10!,2018-12-24,5.0,5.0,5.0,5.0,"I took the bootcamp in Bali, expecting to be able to program some of the ideas I had in my mind and get a better access to technology. These expectations were exceeded, by far.First of all, the learning platform that the guys of Le Wagon have developed... Read More is impressive, to put it mildly. All the materials were accessible and everything felt super intuitive. The platform in my view is not only supportive but an integral part of the program.Second, I was super impressed by the quality of teaching. I am now in my third week after the bootcamp and still very excited about all the things and got to know about technology. Also, the practical nature of the camp was very much how I like to learn things. And the ticketing system for when you need support is efficient, giving always access to either a teacher or a teaching assistant.Third, I believe the main language - Ruby - that is being thought is an excellent entry point to software development, as it is much easier to understand than most other languages I have seen so far. Once this is mastered, I truly believe that learning another language will be much easier.Overall, I can thoroughly recommend the course, especially if you're willing to step into the world of technology and want to take ownership of it.Read Less",FullStack program - 35+ locations,Web Development +246212,10868,le-wagon,William Oleson,False,2018,Wish I were still there now! ,2018-12-22,5.0,5.0,5.0,5.0,"I initially graduated in Criminal Justice, but after university, I didn't really have a clear route I wanted to take in my career, and did a few different jobs without feeling satisfied. Then, a couple years ago, I tried some free coding sites online,... Read More and realized that I wanted to pursue a technical career. Learning on my own for a year only got me so far, so I decided to research coding bootcamps. Besides the passion for coding, I'm also an experienced diver, and I was curious if there were any coding bootcamps in Thailand or Bali. I googled ""coding bootcamp Bali"", and Le Wagon popped up. I researched them online and knew right then that I was going to attend their bootcamp. Learning to code in a place as fantastic as Bali is a win/win. If i'm going to look at a computer all day, I wanted to balance it out with an awesome ocean sunset right outside our classroom window. The first few weeks of the bootcamp are tough, as you start to grasp programming basics, concepts, and logic, but if you stay focused and follow the teacher's suggestions, very soon you really start to understand how to apply all the tools Le Wagon has given you. The teacher's support during the whole bootcamp is incredible. Their educational skills and the in-depth knowledge of the tech allows them to be really explain what you're learning, and their passion and the attention for the students are truly remarkable. When you have any doubt or need clarifications, you always receive an accurate explanation and the one-to-one keeps going until everything is finally clear. Also, the program is outstanding. I love that each week's topic builds onto the following week's topic, so you're gradually building the tools and knowledge you need to build full web apps. With only six weeks of coding experience, the class built a lot of awesome projects. And then the real fun begins: building your final project. Our project uses a GitHub API to nicely display your GitHub projects, along with the language used to create them (www.buidl.cc), graphs and other features that I would never have thought I'd be able to implement after such a short time. My Le Wagon knowledge and resume has helped me greatly. After just two weeks from the end of the bootcamp I am now already interviewing for a few companies (including a fortune 500 company who specialises in consulting, cybersecurity, and other services for the US Government), without any previous technical experience. Aside from the code, the friends and bonds you make with classmates are for a lifetime, and Bali is really the perfect place to mix learning and social life. I miss it already. It was the greatest experience of my life, and I would do it all over again today. I am very happy that I decided to attend Le Wagon! Change your life, learn to code!Read Less",FullStack program - 35+ locations,Web Development +246182,10868,le-wagon,Jethro Williams,False,2018,Le Wagon Bali - Change your life,2018-12-19,5.0,5.0,5.0,5.0,"I had been working as an English teacher in Thailand and China before I decided that it was time to move to a more future-proofed and lucrative career. Coding had always been of interest to me because I’m both creative and I enjoy problem solving. Bootcamps... Read More are the fastest way for someone inexperienced to become an employed developer, and I was attracted to Le Wagon above all others based on their track record of being able to train people with immediately serviceable and employer-sought skills in just nine weeks.I visited the Le Wagon London campus to speak with current students and teachers and to better understand the Le Wagon culture, and although instantly impressed, I opted to study in the sunshine and surf of Bali.The setting couldn’t have been more perfect, and it was a wonderful learning experience as the course teaches you things at a pace that initially seems too fast to handle, but the concepts that you learn are reinforced again and again and again throughout the bootcamp, and you realise come the start of the Airbnb week and final projects that… you know how to build web applications.The teachers are friendly, knowledgeable, and always available to help you on the bootcamp, and the teaching material is well structured to continually build on your previous knowledge.Since finishing the bootcamp, I’ve proven that I took away the proficiency and the skills to build web apps away from the assistance of teachers and have built a portfolio that I’m now using to leverage my way into the career that I want. Le Wagon is supporting me in this process, and the alumni community, based all around the globe, is there at a moment’s notice for any questions I have.The experience of Le Wagon was overwhelmingly positive, and as well as new skills, lifelong friendships were forged during the bootcamp itself. I don’t think I was alone in my batch in graduating with a brothers-in-arms mentality of knowing that by doing Le Wagon, we’d been a part of something special. A learning experience that was going to take us forwards into the rest of our lives.Read Less",FullStack program - 35+ locations,Web Development +246181,10868,le-wagon,Jethro Williams,False,2018,Le Wagon Bali - Change your life,2018-12-19,5.0,5.0,5.0,5.0,"I had been working as an English teacher in Thailand and China before I decided that it was time to move to a more future-proofed and lucrative career. Coding had always been of interest to me because I’m both creative and I enjoy problem solving. Bootcamps... Read More are the fastest way for someone inexperienced to become an employed developer, and I was attracted to Le Wagon above all others based on their track record of being able to train people with immediately serviceable and employer-sought skills in just nine weeks.I visited the Le Wagon London campus to speak with current students and teachers and to better understand the Le Wagon culture, and although instantly impressed, I opted to study in the sunshine and surf of Bali.The setting couldn’t have been more perfect, and it was a wonderful learning experience as the course teaches you things at a pace that initially seems too fast to handle, but the concepts that you learn are reinforced again and again and again throughout the bootcamp, and you realise come the start of the Airbnb week and final projects that… you know how to build web applications.The teachers are friendly, knowledgeable, and always available to help you on the bootcamp, and the teaching material is well structured to continually build on your previous knowledge.Since finishing the bootcamp, I’ve proven that I took away the proficiency and the skills to build web apps away from the assistance of teachers and have built a portfolio that I’m now using to leverage my way into the career that I want. Le Wagon is supporting me in this process, and the alumni community, based all around the globe, is there at a moment’s notice for any questions I have.The experience of Le Wagon was overwhelmingly positive, and as well as new skills, lifelong friendships were forged during the bootcamp itself. I don’t think I was alone in my batch in graduating with a brothers-in-arms mentality of knowing that by doing Le Wagon, we’d been a part of something special. A learning experience that was going to take us forwards into the rest of our lives.Read Less",FullStack program - 35+ locations,Web Development +245955,10868,le-wagon,Hilmar,False,2018,Exactly what I was looking for as someone wanting to master programming as quickly as possible,2018-12-19,5.0,5.0,5.0,0.0,"Even though I had mixed feelings when I applied for Le Wagon due to 1) Ruby as a programming language and 2) uncertainty what former students are able to teach you, I found the Le Wagon experience in Bali to be amazing and exactly what I was looking for.... Read MoreThe most important takeaway from the 2 months is the confidence to just go out there and learn any programming related subject I'm interested in (even if it might take some time). I gained the necessary skills to teach myself new concepts and debug code that is not working first time. Quick hint: If you do Le Wagon, definitely choose Bali. It is a no-brainer, trust me.Read Less",FullStack program - 35+ locations,Web Development +246173,10868,le-wagon,Sébastien Poncelet,False,2018,Life changing experience,2018-12-19,5.0,5.0,5.0,5.0,"Before joining Le Wagon I was working as a business developer in a big French construction company, based in Hong Kong.I joined the camp because I had been thinking for a while of switching and going in IT. But IT is so big I did not know what to do there... Read More nor how to switch. By talking with friends working in different fields and by having a closer link at what they each did I figured that web development would be a fun way to start coding and entering the IT world.Some of them mentioned different bootcamp that they knew of, but Le Wagon is the only one good friends attended. Since I know them well and trust them, when they told me that it was a great experience I just went for it.The camp experience was intense, days can be long (10-12h). You have many things to learn and find out that 24h in a day is not enough to to everything, learning and having a life. Although it was intense it was also great as the other buddies attending the bootcamp were all nice and fun people. There was a good team spirit and solidarity, since we all came in here to learn as much as we could and all had different objectives for after the camp.I'm pretty social, love meeting people, and Le Wagon introduced me to an impressive diversity of people. Several nationalities being represented (13 was it?), many different backgrounds etc. It was perfect!For people hesitating doing a coding bootcamp I'd say, it will be intense don't fool yourself, but you will learn a lot and will come out of it with good buddies and be part of a family.Read Less",FullStack program - 35+ locations,Web Development +246163,10868,le-wagon,Chris Cheung,False,2018,Inspirational,2018-12-19,5.0,5.0,5.0,5.0,"Before I joined batch 194 in Shanghai I was the Director of the EU SME Centre – www.eusmecentre.org.cn – an institution set up by the European Union nine years ago to help European companies understand how to do business in China. By the time I joined... Read More Le Wagon batch 194 I had already been living and working in China for sixteen years and during this time I could see and feel how quickly things were developing especially in the area of digital technologies. At the same time, I’d always been interested in learning how to code ‘properly’ and so the full-stack syllabus provided by Le Wagon hit many of the right notes for me. After completing the course in December 2018, I can say that I have not been disappointed. The syllabus and content are excellent - and for those in China there was also the significant bonus of learning about the WeChat environment and how to develop a mini-programme - but more importantly the Le Wagon team and my fellow 194ers were inspirational with their energy and enthusiasm. By the end of the nine weeks each team member had pitched a product three times and put together three webapps and this was on top of all the morning lectures and live codes that we attended daily. It was hard work but only added to the level of camaraderie within the batch. I can safely say that it’s been a wonderful experience and one I would heartedly recommend to anyone.Read Less",FullStack program - 35+ locations,Web Development +245936,10868,le-wagon,Anonymous,True,2018,Learn to code!,2018-12-19,5.0,5.0,5.0,5.0,"Coming from a business background, I was really drawn to digital entrepreneurship but my lack of technical skills was always a restraint. Attending Le Wagon was one of the most intensive yet rewarding 9 weeks of my life! The bootcamp not only taught me... Read More how to code effectively, but also put me in contact with some of the most passionate and talented people in the industry.Read Less",,Unknown +246154,10868,le-wagon,Christopher Cardoso,False,2018,An Amazing Experience,2018-12-18,5.0,5.0,5.0,5.0,"When I was young, I always dreamed about being a hacker, growing up watching movies such as “The Matrix” or “Hackers”. I used to imagine myself quickly typing lines upon lines of code onto my computer screen. Despite initially studying marketing and being... Read More inclined towards that career path, I swiftly began to move towards web project management, thinking one day I would be able to pursue my dream career and become a developer. I tried to work on very technical projects and teach myself on websites such as “Code Academy” or “Le Site du Zero” (“OpenClassroom” for the older people). The main problem that I used to encounter with these websites was that I had some difficulties when trying to understand the global view about programming. Overall, even after finishing a tutorial I still felt like I couldn’t create something by myself.After browsing the internet, I came across Le Wagon! For me, the Bootcamp format was an ideal solution because the training seemed fast and complete. Le Wagon really was an amazing experience. It gives you the chance to meet so many people who all come from different places.If I had to sum up my experience, I would say that:- I liked the teaching as it gave us an overview of the creation of a web product, from the initial product design to its development- There was also a good overview of the Full Stack development (front-office and back-office)- Both the teachers and teaching assistants were really kind as they took time to really help us complete exercises and to make sure we fully understood the key notions and ideas - The environment was great between everyone (you must be prepared to drink a lot of beers during the 2 months!)At the end of my time at Wagon, there was the impression that you could learn absolutely anything and create any kind of web product. I must admit that at times the pace of learning was very intense and there were times where I felt a little bit lost, but you have to really trust their teaching methods and ways of learning because at the end you will finally be able to thoroughly understand all of the different concepts.As for now, I am a Full Stack Developer at a start-up company and I love what I do. However, the lines of code don’t roll across my screen at a fast speed as they do in the movies! I still have a lot to learn, but I am happy to have had the chance to change my career path all thanks to Le Wagon.Read Less",FullStack program - 35+ locations,Web Development +246151,10868,le-wagon,Brian Thomas,False,2018,Build Something Meaningful | Le Wagon Shanghai,2018-12-18,5.0,5.0,5.0,5.0,"I’ve been living and working in China for over 11 years before starting the Le Wagon boot camp. The first few years I was working with an ecommerce startup in Digital Marketing before going out on my own starting my own agency. I’ve worked closely with... Read More developers the entire time I’ve been in China and I took a few online development courses which simply didn’t work. I joined Le Wagon to get to hands on approach to coding so I could understand how to better manage a team of developers, as well as to be able to create and code my own crazy product ideas I’ve had over the years. After completing the boot camp, I can see and feel that there has been an immediate impact on my business and I’ve already started coding one of those product ideas that I have been sitting on for years. This boot camp is perfect for those people who are looking for a change, or like me, want to expand their knowledge and actually build something meaningful. So get ready for fast paced, impactful, and more importantly exciting 9 weeks!Read Less",FullStack program - 35+ locations,Web Development +245083,10868,le-wagon,Anonymous,True,2018,Le Wagon allowed me to take my creativity to the next level!,2018-12-17,4.7,5.0,4.0,5.0,"Before joining the camp, I was working on various tech-related projects. I never had the technological skills I needed in order to develop the products I wanted to create and that’s why I decided to join Le Wagon. The camp was a crazy experience and it... Read More definitely exceeded my expectations. It was a little overwhelming at times because of the intense learning speed, but the whole experience was very rewarding. The driver, teachers and TAs are all very helpful and they really care about you and your learning.Read Less",FullStack program - 35+ locations,Web Development +231811,10868,le-wagon,Alessandra Cestaro,False,2018,"Le Wagon Milano: a 360° experience, that truly revolutionizes your skillset and professional life!",2018-12-13,5.0,5.0,5.0,5.0,"I have been working as a management consultant for the past 3 years, but my dream in life is to become an entrepreneur and launch my own startup. Choosing to attend Le Wagon was probably one of the best decisions of my life. Why Le Wagon? Le Wagon’s mission... Read More is indeed to “bring technical skills to creative people”. This is exactly what I was looking for as a beginner and as a wanna-be entrepreneur. Le Wagon’s bootcamp by far exceeded my expectations for a thousand reasons, the main 3 being: • Unique and exhaustive syllabus (the most complete of all!) which really equips you to become a full-stack developer with a product manager/entrepreneurial mind and collaborative skills to work with other developers! Other bootcamps only focus on either back-end or front-end or specific topics – only some offer a full-stack preparation. Le Wagon not only offers a full-stack syllabus, but it offers the best. It does not teach you static notions alone, but during the bootcamp students really embrace a new developer mindset: for instance, we understood how to plan user journeys of our apps for a top-tier user experience (vital nowadays to make your app thrive!), how to approach ambiguous problems and attain a “continue-to-learn” mindset. What does this mean? That, not only does Le Wagon teach Ruby on Rails, Javascript, HTML and CSS, but it really gives you the skills to learn any programming language from scratch if you wish to and thereby build your new app end-to-end in autonomy!• Top-tier faculty: amazingly passionate and competent people. At Le Wagon you are never alone and teachers and TAs always challenge you to exit your comfort zone and reach the solution on your own, always helping you though when you are having a tough time. This allows you to really become independent as a developer, and indeed – one moth from the bootcamp’s end - almost 100% of the classmates who were looking for a job are now working as developers! Teachers and TAs are extremely patient and what I loved is that they thoroughly explain the rationale behind every concept – so that it sticks in your mind! Never have I met an amazing environment of competent, talented, ambitious, yet friendly people as at Le Wagon – it’s the place to be!• Incomparable global network: Le Wagon can boast a global network of alumni and faculty that is really something other bootcamps do not have. This is excellent, because I know I may probably find the co-founder for my startup in the Le Wagon network and that I can reach out (indeed I have done already) to teachers and TA if I need advice on coding projects I am working on, even after the bootcamp. I am infinitely grateful to Le Wagon. Le Wagon has been my springboard to acquire the precious technical skills I need to realize my startup’s app MVP and a strong developer mindset.Read Less",FullStack program - 35+ locations,Web Development +245913,10868,le-wagon,Angelo C,False,2018,Become a junior developer in 9 weeks!,2018-12-12,5.0,5.0,5.0,5.0,"When I started Le Wagon in Milan, I could have never imagined that in just 9 weeks, I could learn all the things needed to become a developer.The course was really challenging but in a very friendly environment. The structure of the course is tested and... Read More thought in a specific way to teach the students how to think, sketch and develop a working digital product.The best thing about the course is that after just 3 weeks after the end of Le Wagon I've started to work as a ruby on rails junior developer!!!Read Less",FullStack program - 35+ locations,Web Development +231537,10868,le-wagon,Andreas Van Assche,False,2018,Never learned so much in 2 months,2018-12-12,5.0,5.0,5.0,0.0,"Did you ever wonder what coding would be like? Did you ever have that one idea you wanted to build, but couldn’t? Did you ever get frustrated, because you noticed you lacked the skills to bring your idea from ideation to realization? Well hang on, because... Read More I did. Three weeks ago, I finished Le Wagon bootcamp batch #189 in Bali. I can honestly state that I’ve never learned so much in only 2 months. Let me first tell you about my motivation to learn coding and join Le Wagon. I studied Business Engineering at the KULeuven and finance at ESADE. During my studies I co-founded Quivr, a mobile application which allowed students to consult class schedules, library occupancies, student papers and student restaurant menus. Having a business background, I didn’t know how to code at the time. I was mostly occupied with the finance, marketing and sales of Quivr. Since our core product was a mobile application, strategic meetings would often steer towards technical topics. At times, it would frustrate me that I couldn’t get involved as much as I wanted in discussions about what feature to code next or when to launch the next business module. I always knew I wanted to build a startup, and preferably in technology. I started my career working at an international strategic consulting firm. I figured that working as a strategic consultant would give me the analytical, social and entrepreneurial skills necessary to start my own company. I certainly believe it did, but only to some extent. Partly due to my experience at Quivr, I increasingly felt that being able to code was a prerequisite, or at least an accelerator, in building a tech startup. Coding enables you to build your first idea yourself. Even if your idea is in a premature stage, you’re not dependent on developers to get it out there. As a result I quit my job and joined Le Wagon. It was one of the best decisions in my life, and here is why. Le Wagon teaches you exactly what you need as a beginnerI attempted coding before, but never really got far. Frankly, I didn’t know where to start. Since there are so many coding languages and methods, I felt increasingly lost and confused about what to learn first and why. As Le Wagon approaches its 200th batch, the organization knows exactly what their students are struggling with and what they should learn first. The bootcamp builds up to fullstack coding on Ruby on Rails. It’s a powerful framework that is very accessible for beginners without any prior coding skills.Le Wagon teachers are committed and want you to succeedBefore lectures, Le Wagon puts its highest emphasis on completing exercises and actual coding. During 80% of the day, students solve problems and code in pairs. Needless to say, without any coding background, students would often get stuck. At all times, teachers and teaching assistents would be there to help you out along the way. They know the struggles of a coder and are incredibly willing to help you overcome them. Throughout the bootcamp, I was amazed by their drive and willigness to help.Le Wagon teaches you to build a complete applicationDuring six weeks, Le Wagon teaches you all the programming languages, principles, and methods needed to build your own application. But the most important and challenging step is to leverage these skills in actually building your application. The last two weeks are dedicated to building your final project in a team. It teaches you to work in a team and take into account every aspect of building a complete application. Together with two other students, we built keetchen.co, a student delivery services with integrated life GPS and QR code scanning. It was definitely the most challenging, but fun part of the course. Le Wagon gives you the tools to keep learning by yourselfThe learning traject of a coder is all about running into problems, and subsequently solving them. At times this can be frustrating, but it’s part of the learning process. Teachers and teaching assistents at Le Wagon are there to help you out with the struggles of coding, but most importantly, they are there to show you how to solve it yourself. They don’t just give you the solution, but show you the way how to get there. Moreover, Le Wagon offers a great learning platform, Kitt, on which you can find the most relevant entry level coding principles. After Le Wagon, I felt encouraged to keep learning. Currently, I’m learning Javascript and React by myself.Le Wagon offers you a network and a whole lot of funThere are 30 different locations around the world where you could take the bootcamp of Le Wagon. I did Le Wagon in Bali. People would often ask me why. I mean, why not? Bali is a great location. You can surf in Bali, take Yoga classes or travel around the island. You get to know your fellow students while coding and having fun. I’m sure the other Le Wagon locations can offer a similar experience. It provides for a great network later in life. Moreover, when joining Le Wagon you are immediately added to the official alumni slack channel, giving you access to fellow Le Wagon coders, founders, employees, teachers, etc. The community provides great help for every coding and entrepreneurship related question.In other words, I can highly recommend Le Wagon as your first experience into coding. It will definitely give you everything you need to keep coding. It’s a great way to jumpstart your career as a developer or an entrepreneur. Consider it as an investment.Read Less",FullStack program - 35+ locations,Web Development +246118,10868,le-wagon,Matthieu Dubois,False,2018,Le wagon Bordeaux gives you unlimited super power,2018-12-12,5.0,5.0,5.0,5.0,"Interactive designer for 22 years, I could experience and see evolve the tech environment through many angles. The trades related to tech industry are constantly changing, some disappear, others endure and segment themselves, which is why it is important... Read More to maintain a constant technological watch and to train as often as possible - lately I chose to follow the Bootcamp Le Wagon in Bordeaux because I had not to miss the techy Wagon train that goes straight to the future!This training, however intensive, and whatever its level of apprehension of the code, allows any motivated entrepreneurs to obtain a teaching rich in new ideas to develop its activity. And what's more satisfying than discovering the secrets of web development from a team of caring and passionate teachers.Matthieu Dubois - Designer UX-UI - Le Wagon Alumni Batch#191 - Bordeaux FranceRead Less",FullStack program - 35+ locations,Web Development +246117,10868,le-wagon,Filiberto Secchi,False,2018,The one and only Batch #194 - Le Wagon Shanghai,2018-12-12,5.0,5.0,5.0,5.0,"I’d been in China about 10 years before joining Le Wagon working as an in-house investment banker for Chinese companies investing abroad before I decided to take a break to assess my prospects. During that year I invested in a startup, focused my learning... Read More on new areas and dabbled a little in coding with no meaningful purpose. I actually went to see a demo day, more out of curiosity than anything, was really impressed by the products presented, and my decision was made. I wanted to join Le Wagon. The course format is well suited to self-learners, mornings are lectures followed by a series of exercises that complement and extend the core curriculum. It’s tough, it’s long hours, it’s a lot of material but it’s definitely worth it. You learn so much and you really learn to push yourself to make and break things. It sets you up to continue learning about coding and to explore new technologies. There will be days where it’s just overwhelming but you are not alone. My batch was awesome we were 28 and we had so much fun, many of us formed close friendships. The whole Le Wagon crew, the teachers, the TAs and every guest speaker really contributed to making it a fantastic 9 weeks.As a testament to the power of the Le Wagon, our group submitted our final project to a pitching competition before we had written any code. In just 10 days we finalised the MVP, drafted a business plan and model and were able to pitch against much more established startups. We didn't win for a whisker and the confidence and encouragement we received was amazing. People we impressed and shocked of what we were able to achieve in just 10 days considering where we stood at the beginning of the camp.The week after the camp is a little difficult. The adjustment is tough, many of us are meeting and discussing and evaluating options and I think the staff and TAs feel the end of camp adjustment as much as the students. They are here with us providing amazing support and valuable advice. It's like a mini after camp!!If you are considering it, just do it. Don’t hesitate, you won’t regret it! It will change your outlook, understanding of web technology, coding and yourself.Read Less",FullStack program - 35+ locations,Web Development +246081,10868,le-wagon,Laura,False,2018,Le Wagon Bordeaux ,2018-12-11,5.0,5.0,5.0,5.0,"I just graduated from a Business School, and I am specialized in marketing digital & web strategy. I quickly realized that I wanted to know how to code, to better understand the technical part and how developer works.I’m crazy about making things and... Read More having crazy ideas. Passionate about startups and innovation and I’m constantly looking for new things to do, new challenges to deal with. So it was pretty obvious for me to learn how to code.I’ve met a lot of alumnis of Le Wagon who were really satisfied about the bootcamp, so I decided to join Le Wagon Bordeaux on October 2018. (https://www.lewagon.com/bordeaux)It was one of my best experience. Learning all the web stack and the coding basics in only 9 weeks or 360 hours of code is just incredible and really challenging. At the very beginning it can be really intense, you are learning Ruby and coding basics but also the vocabulary, the methodology, the mindset. After a few days you feel more confident, you are understanding new concept and languages quickly (Software Engineering, Object-Oriented programming, Database & SQL, Front-end, UI, HTML, CSS, Javascript, Rails… ).The most incredible was the team of Le Wagon Bordeaux, the motion and the atmosphere. All the teachers and the team were really cool, helpful and know how to explain in a simple and effective way. They always have a solution and take time to explain misunderstood concepts or new concepts you are interested in. All the alumnis of the batch 191 of Bordeaux were really welded together so we had an amazing experience all together. And the pedagogy is perfect to learn quickly with short lessons and a lot of practice.The final project is the best way to understand and see all the progress made in 9 weeks. With your team you are delivering a complete project / product in only 2 weeks. It was my favorite moment of the bootcamp, being able to code something you imagined from scratch is really rewarding.I definitely and highly recommend Le Wagon Bordeaux without any hesitation.Read Less",FullStack program - 35+ locations,Web Development +233305,10868,le-wagon,Philipp Preuss,False,2018,LeWagon boosted my career,2018-12-07,5.0,5.0,5.0,5.0,"Hi! My name is Philipp. I studied product and concept-design in Germany which led me to score cool roles as a UX designer and a globe-trotting consultant in Agile frameworks including Scrum and Kanban. Nevertheless, I felt that I needed to understand... Read More coding so I could better communicate with developers in my team and sometimes I also wanted to turn my own web ideas and concepts into reality. That’s why I decided to quit my job and join Le Wagon in Bali, and unsurprisingly, the decision paid off right away with a new role as an Advisor for the company Blackboat in Berlin when I returned back home! The Bootcamp was efficient and precise: the Le Wagon teachers and learning platform give you exactly what you need to learn to build a complex web app in a 45 day bootcamp. Even though I worked in the tech industry, I was starting as a coding newbie. I progressed over each day through the daily topics, morning lectures, the vast number of exercises, and the daily group live code sessions supplemented by flash cards and video preparations in our own time. In the last 10 days of the bootcamp, the repeated success of Le Wagon was proven once again in project Remedium, a blockchain charity donation platform that I had the opportunity to build together with a few camp mates. You can see my presentation in Batch #128 Demo Day. And that’s not all! In fact, the chance to join a Bootcamp in Bali is rather unique because the experience of the island made our Bootcamp-journey more relaxing and enjoyable. I don't know any code camps where you code from a terrace with a view of the ocean which I also enjoyed surfing in. The adventures around the islands at the weekends with my new found friends made working together through the long coding days so much easier and not least, fun and memorable. I also did the math and i am convinced that a Bootcamp in Berlin or London would have cost me the same if you compare cost of living. To conclude, now that I’m back home and starting a new exciting career, I can put my hand on heart and say that Le Wagon has been a career-changing experience and probably one of the best I have had in my life. I’m really grateful for the incredible journey and the people i met there. Dirk and Audrey are incredible Hosts and you can feel that they put their hearts in this bootcamp. I cannot recommend more this experience to everyone - and if you have any questions, hit me up on LinkedIn. Cheers!Read Less",FullStack program - 35+ locations,Web Development +246022,10868,le-wagon,Tom Gow-Gates,False,2018,Le Wagon - Lisbon,2018-12-06,5.0,5.0,5.0,5.0,"I completed the 9 week Le Wagon bootcamp that started in June 2018 in Lisbon, Portugal.It totally surpassed my expectations - I learnt far more than I thought I would, I made awesome friends and the alumni community was stronger and more global than I... Read More expected (I live in Sydney now and meet up with Le Wagoners here and everyone is super helpful on the alumni Slack channels).I didn't do the course to change careers - I've been in finance for 10 years and I enjoy my job. I did the course because I wanted to create things and follow through on ideas. I love coding so much now that I am nonetheless contemplating a career change - either way it will be part of my life from here on.My advice - (1) Ruby and web-apps are probably the best place to start. I was considering a mobile-app centered bootcamp but I'm glad I did Le Wagon fullstack because it empowered me with a solid understanding of a range of coding skills and concepts so it's easy for me to learn new languages and platforms. (2) Speak to alumni and the drivers of the location you are considering - the culture in the Lisbon bootcamp was perfect for me and I chose to study there specifically (I was living in New York at the time). Having a really good batch with enthusiastic teachers helps you get through the program (which can be intense at times - you have to learn super fast).Read Less",FullStack program - 35+ locations,Web Development +231536,10868,le-wagon,tanguy colou,False,2018,Prepare yourself to learn,2018-12-06,5.0,5.0,5.0,5.0,"After a bachelor’s in economics and more than two years in business school, I felt like taking a different route. A faster one, that would accelerate my career. It’s been a long time since I wanted to learn to code and with my plan to run my own business,... Read More I believe knowing how to code is a key skill to have.As I didn’t have any coding background, I knew, to make this work I would have to be 100% focused. Besides being the most inspiring destination, once I was part of it, I found that Bali is made to live the Le Wagon experience. Super intense learning during the day and holiday feeling before and after class. With everything at your fingertips, healthy food, nature, beach, sports, bars, restaurants, party, yoga, spa… For me bootcamp-styled programs are perfect, fast-paced and tough, but at the same time, short enough to stay focused and pull through. And in the case of Le Wagon, after only 2 months you can get web developer jobs, create real web apps or, in my case, start a freelance career. I really think that’s crazy compared to the slow motion teaching I was used to from university and business school. Even so I don’t have the broad knowledge of a senior developer to fully judge this but also the curriculum of Le Wagon seems cutting edge to me. I feel like we learned exactly what’s needed to jump right into action after the bootcamp. No detours or unnecessary theory, it was always straight to the point. Introduction of a new topic during a morning lecture and then hands-on coding for the rest of the day. I only learn when I am coding it myself and can ask questions when I am stuck. Which leads me to the teachers and TAs. Thank you so much for your dedication and help. No question it too much even if I asked the same one several times and they really care that you are understanding everything. Guido, special thanks to you for staying late with me on several occasions to clarify some concepts. And thanks to the Bali team for making everything so smooth and even organizing extra activities on the weekends.I got to attend the bootcamp with one of my best friends which makes is extra special, but we had such a great group of people in general. All students in Bali come from all over the world making it a very interesting mix of cultures to learn from. And super fun to hang out with a big group of like-mined people after class and the weekends. To sum it up, the course has its price and is very intense but worth every penny, the Balinese environment is exactly what you need as a balance to long days of coding, and I am writing this review 4 months after graduating still in love with the experience and a couple of freelance projects under my belt. Enjoy, it’s going to be amazing!Read Less",FullStack program - 35+ locations,Web Development +245823,10868,le-wagon,Thierry,False,2018,Great Experience ,2018-11-30,5.0,5.0,5.0,5.0,"I have learned a lot ! I would recommend the course for anyone that wants to be an web developer, great community , huge network , without a doubt an intense experience ! If you (that are reading the reviews) wants to evolve your skill set as a programmer,... Read More don't waist a good opportunity and subscribe to Le Wagon =)Read Less",FullStack program - 35+ locations,Web Development +245808,10868,le-wagon,Admar Concon Neto,False,2018,Wagon makes it possible ,2018-11-30,5.0,5.0,5.0,5.0,"Never have i ever thought I would be possibly to learn coding in such few time.I have struggled a lot with developers during my entrepreneur journey and I accepted that as something that I should be used to..So I went to a meetup and I got really interested... Read More in learning code and get authonomy to launch a business!! Wagon delivered everything they said! It was a hard way, lot of study, but now I can say I few comfortable as a full stack web developerRead Less",FullStack program - 35+ locations,Web Development +238603,10868,le-wagon,Martinho,False,2018,"Thank you very much, guys!",2018-11-29,5.0,5.0,5.0,5.0,Amazing. Great environment and resources. I think it really change my life!,FullStack program - 35+ locations,Web Development +238604,10868,le-wagon,Thierry,False,2018,"Lets make the world a better place, the world needs good people doing awesome stuffs",2018-11-29,5.0,5.0,5.0,5.0,"I liked the teaching methodology of Le Wagon, the teaching dynamics in general was very good and enriching",FullStack program - 35+ locations,Web Development +243941,10868,le-wagon,Livia,False,2018,Foi uma experiência maravilhosa! ,2018-11-29,5.0,5.0,5.0,5.0,A pessoa que eu era antes já não é a mesma após essas 9 semanas. E fico muito feliz de ter embarcado nessa jornada. Parabéns a todos pela rica experiência de vida que nos proporcionam! Fica realmente o sentimento de fazer parte de uma comunidade.,FullStack program - 35+ locations,Web Development +244099,10868,le-wagon,Felipe,False,2018,"Well-rounded, intensive, paradigm changing life experience!",2018-11-29,5.0,5.0,5.0,5.0,"Learning a huge skill, taught with extreme competence and with a modern methodology, in such a vivid environment with amazing people is indeed an amazing experience. Specially for me, who came from another city, the program was all-in-one, having an impact... Read More on many life areas, such as academic, professional, personal, social and technological. Le Wagon has an extreme potential to be a driving force in the tech world, is headed in the right direction, and will be even more amazing if it keeps listening and acting upon student feedback. Thanks for everything!Read Less",FullStack program - 35+ locations,Web Development +245876,10868,le-wagon,Anderson,False,2018,One of the best experiences in my life and no regrets at all,2018-11-29,5.0,5.0,5.0,5.0,"The people of Le Wagon and the community that it's built around it. Even though Le Wagon has an amazing value for money, giving us knowledge and a skillset that'll be useful for a lifetime, the diversity between its members is what makes it unique. I... Read More would never imagine people with such a diverse background and origins come together for a same goal. What I love the most is the sense of camaraderie, where everyone has gone through the same struggles and are willing to help anytime.Read Less",FullStack program - 35+ locations,Web Development +245866,10868,le-wagon,Ana,False,2018,Amazing!,2018-11-29,5.0,5.0,5.0,5.0,"I can recommend blindly Le Wagon to everyone. The teaching method and intensive process make everything possible and, at the end of 9 weeks, it is amazing what we are capable to do! I'm so impressed with my evolution and so grateful to LW :)",FullStack program - 35+ locations,Web Development +245860,10868,le-wagon,Thiago,False,2018,A unique experience!,2018-11-29,5.0,5.0,5.0,5.0,"Learned a lot in such a short time, was something that I will always remember, at the end of the course it seemed that I had made another college due to the amount of content I learned.",FullStack program - 35+ locations,Web Development +245857,10868,le-wagon,Karina,False,2018,"Unforgettable, intense and wonderful!",2018-11-29,5.0,5.0,5.0,5.0,I believe I’ll never see the world as I used to see before. I may consider Le Wagon as a great mark in my lifeline and separate it as being Before Wagon and After Wagon.,FullStack program - 35+ locations,Web Development +245822,10868,le-wagon,Olivier,False,2017,A game changer,2018-11-29,5.0,5.0,5.0,5.0,"My two months at Le Wagon passed in a blink of an eye. Putting aside the outstanding quality of the cursus, it was a great human experience. Meeting amazing people and being supervised by top notch professionals in a highly dynamic environment has made... Read More this experience unique. As an investment manager in a fund, it was also the opportunity to have a foothold in the entrepreneur ecosystem and better understand their everyday challenges.Read Less",FullStack program - 35+ locations,Web Development +245846,10868,le-wagon,Laurent Cuzin,False,2014,Awesome learning experience,2018-11-28,5.0,5.0,5.0,5.0,"As a CEO of a new born companie in tech, i decided to attend the first batch of Le Wagon to improve my tech skills. 5 years later, it helps me to make better tech decisions on a daily basis, to understand and better work with the developer team. More... Read More than just teaching you how to write code, Le Wagon brings you the developer mindset you need to better understand the world today. Plus the community is super powerful. Life changer.Read Less",FullStack program - 35+ locations,Web Development +242881,10868,le-wagon,Edouard Piron,False,2018,9 weeks that will change the 2631 next!,2018-11-27,5.0,5.0,5.0,5.0,"I've wanted to learn coding for 3 or 4 years, so one day I finally decided to quit my job and go for it! I looked trough several bootcamps and Le Wagon got my attention for two main reasons: compared to other trainings it's connected to real business... Read More life and it's ""only"" 9 weeks (I wanted to switch careers rapidly). Now I can say it, it went beyond my expectations. Le Wagon gave me a very operational package (when you end it, you can actually build something functional) and in these ""only"" 9 weeks I've learnt a lot of tools and languages: Ruby and Rails, SQL, Javascript, SCSS, Github, etc.Read Less",FullStack program - 35+ locations,Web Development +247220,10868,le-wagon,Thomas BROMEHEAD,False,2018,The best investment on myself ...ever!,2018-11-25,5.0,5.0,5.0,5.0,"Le Wagon is a life changing experience.After writing a thesis on blockchain and having spent a few years managing Joomla sites, I felt very frustrated that I didn't know how to properly code and understand the nitty-gritty.That was the impetus behind... Read More me applying for the program, and I can only look back and thank myself for it.Indeed, it's hard to overstate the amount of valuable, ready-to-apply skills you will learn at Le Wagon. The e-learning platform is second to none and as a bonus is accessible for a lifetime, so learning really doesn't stop after the bootcamp ends. The Slack channel is bristling with life and has so many channels to choose from, be it the jobs one, the freelancers one or just to keep in touch with your newfound friends.Le Wagon wouldn't be what it is without the driver, teachers and TAs, as well as all the alumni that pop in on a daily basis. To those who wonder just how hard it is, I would strongly advise to do more than just the prep work, while of quality it can be a bit overwhelming to tackle it all at once in the few weeks before the bootcamp starts. Give yourself time, don't hesitate to postpone until the next batch, you'll thank yourself for it. As always, Prior Preparation Prevents Poor Performance.All in all, Le Wagon has been a life-changing experience for me and continuing to code afterwards will get you ready for a developer job as you will have the strong foundations needed.Read Less",FullStack program - 35+ locations,Web Development +245792,10868,le-wagon,Nico,False,2018,Amazing experience! ,2018-11-24,5.0,5.0,5.0,5.0,"Having worked on the business side for numerous start-ups in Germany and overseas, I decided it was time to gain a deeper understanding of my tech counterparts. That's why I decided to join LeWagon in Milan to embark on my FullStack journey. I believe... Read More LeWagon and especially the team in Milan is a great institution. With just the right amount of guidance, the 9 week program will truly enable you to learn how to code from scratch.Having only had a very basic understanding of SQL, I started the prep courses this summer (LeWagon uses codeacademy as a prep) and was quite overwhelmed by the amount of content. Once we started the courses on the ground, however, the coaches did a recap of the contents and quickly alleviated any fears. Patience and good humor were an ideal recipe for 9 weeks of hard work. By the second week, I then started dreaming about arrays and curly brackets - that's how much LeWagon will consume your brain capacity. The last three weeks then perfectly tied all the learned content together. Firstly, by creating an AirBnB clone. Then for the last two weeks, we worked on our own project. This was certainly the most rewarding part of the entire bootcamp. Seeing how everything ties together and how we're able to create our own web application after only 7 weeks of training was amazing to see. Overall - great bootcamp. Can highly recommend! PS: Inquire about the size of the batch you're joining. My batch had a student teacher ratio of 3:1 which was super low and definitely pushed the learning.Read Less",FullStack program - 35+ locations,Web Development +245202,10868,le-wagon,Neel Shah,False,2017,"A great, life changing experience",2018-11-23,5.0,5.0,5.0,5.0,"Having spent the last 17 years as a qualified management accountant I wanted to do something more creative and interesting towards the end of 2016. I had heard about how software development was experiencing a boom and there weren't enough applicants... Read More to fill vacancies. I tried Codecademy and loved it and decided to go to a bootcamp to immerse myself in the field. But there are lots of them out there: which one to choose? After doing a bit of research online Le Wagon was the one as it was regularly rated as one of the best, not just in the country but the world. After being accepted on the course I did the prep work and the course started in April. I didn't know what to expect and was a bit apprehensive but the staff members soon put me at ease. They really are a great support. Very knowledgeable and approachable I found they will go out of their way to help you. They make a huge difference to what I achieved. There were some great people in the class with me. A lot of them were in the same boat as me, never having coded before and we got along really well and I've made some friends for life. The course itself is very challenging and it needs complete dedication. But it is so rewarding. At first I wondered if I was going to be able to keep up but you get used to the pace. It soon started making sense. The best bit was doing a personal project in the last 2 weeks in a team. I was in a team of 3 people and thoroughly enjoyed creating an MVP from scratch. This was real world experience that was so valuable. It culminated with me giving a presentation at the Google campus (I've never given a presentation in-front of so people in my life) on our product and that was so much fun. The decision to switch to software development was quite easily one of the best in my life and I couldn't have chosen a better partner than Le Wagon to help me get started. Accounting is definitely in the rear view mirror!Read Less",FullStack program - 35+ locations,Web Development +245777,10868,le-wagon,Cristina,False,2018,An amazing and fulfilling journey,2018-11-20,5.0,5.0,5.0,5.0,"I was working in the operations team of a tech startup when I decided to join Le Wagon in Milan (batch #181) and it turned out being of my best decisions.In my previous role, I was constantly surrounded by developers and somehow fascinated by what they... Read More were doing. I did not have any relevant coding experience or knowledge at that time (I graduated in Management Engineer) and little by little I started to feel limited because of that, while my curiosity was keeping on increasing day after day.Changing career path is never an easy decision but at Le Wagon I felt supported from the very beginning and most important, I felt part of its huge, international and talented community from day one.The energy and passion of the teachers are contagious, and their support and advise during the lectures and the final project invaluable. The course is intense, and you have to deal with a huge amount of information and new concepts every day, but the lectures and exercises are well structured and tailored so that you don't feel lost or overwhelmed. And in case this happens, you have access to all the resources and help you might need to go back on track. You won't remain behind! I am fully satisfied with my journey at Le Wagon, and I now feel confident to start a new chapter of my life as a developer.Read Less",FullStack program - 35+ locations,Web Development +245768,10868,le-wagon,Anonymous,True,2018,A life-changing experience,2018-11-20,4.7,5.0,5.0,4.0,"During the summer of my first and second year as a business student, I decided to join batch 163 in Bali.My bar was set very high but what I learned in terms of technical skills but also about myself out-passed all my expectations. I wanted to acquire... Read More a technical background in addition to my business studies. Le Wagon gave me this opportunity and I’ve been truly impressed by the quality of the teachers and the lessons. Today, I feel confident enough to work as a developer in a tech company but moreover, I keep learning about tech and coding because I know my basics, I have an idea of the big scheme of things and I know where to look for information and how to process it. That’s what Le Wagon taught me during those 2 months.I’ve been welcomed by an amazing team of people dedicated to provide a unique experience to the students. I feel empowered today by the fact that I’m backed by a whole community of people willing to help each other but also because I know that my error messages won’t remain unsolved for too long thank to the teacher and TAs still helping me out when I need it.All in all, although I’m always skeptical when I read that kind of statement, my experience at Le Wagon has definitely been a life-changing experience. My range of opportunities has significantly widened and I couldn’t recommend it enough to someone aiming to do so.Read Less",FullStack program - 35+ locations,Web Development +245826,10868,le-wagon,Samantha Kopec,False,2018,Amazing Time,2018-11-16,4.7,5.0,5.0,4.0,"I decided to sign up for Le Wagon after spending a little less than 2 years in a chemical analysis lab. As it turned out, it was not the career path for me, despite devoting 4+ years in the study of life sciences. I needed to do something that challenged... Read More me more, that allowed me to think through a problem logically and creatively. Knowing many people in the field of software development, I felt that this was my future. My friend recommended Le Wagon, as it was a highly praised bootcamp and it allowed me to go study abroad a bit, which I love doing. So I set off to Amsterdam, with a limited knowledge of HTML, CSS, and Javascript. After the 9 weeks there, I can do nothing but compliment the whole experience. From day one I saw how beautifully diverse our classroom was, not only in culture but in knowledge of the field. Some had already worked as developers, and others were completely new to coding altogether. It was clear from the first lesson that our teachers were not just there for a paycheck, but legitimately cared that you understood the topics, as many of them have gone through the same experience. The focus of Le Wagon, I felt, was not to just teach you how to code, but how to think like a coder. Answers were never given to you (despite the occasional pleading). Instead a teacher would sit down with you and you would both brainstorm together, as it often is in a real-life setting. You learn to be open with your confusions and questions, and to ask around and discuss with teachers and classmates. This is something many classrooms wish to have, but I have never seen it done as successfully as at Le Wagon. The days are long, and the challenges are challenging, and as a result you really get to know your classmates and teachers. I’ve made very close friends in this bootcamp, and I still stay in touch with them, despite living on the other side of the globe. During those nine weeks can confidently say I know Ruby on Rails, and have built several applications using the skills I learned in this course. I can also tell you that I had a great many stories and adventures that will stay with me forever. Doing the course did feel like that first step I needed towards my new life and career. I will deeply miss Le Wagon, and recommend it to anyone who’s looking for that first step towards their future.Read Less",FullStack program - 35+ locations,Web Development +245661,10868,le-wagon,victoire,False,2018,great experience,2018-11-14,5.0,5.0,5.0,5.0,"After a few years as a venture capital investor, Le Wagon was for me the opportunity to understand more precisely the underlying tech aspects of the startups I am investing in. After this 2 months experience, I can say that it has fulfilled all its promises.... Read More The great variety of participants and the impactful teachings of the staff was key to this successRead Less",FullStack program - 35+ locations,Web Development +245827,10868,le-wagon,Furkan Karayer,False,2018,Best Expreience,2018-11-12,5.0,5.0,5.0,5.0,"I am an undergraduate Computer Engineering student from Turkey. Since I started my degree, coding wasn’t something interesting for me. I was learning too slowly at university and I didn't have enough skills to put my ideas into action. I needed a better... Read More way to learn. After searching for something different I found Le Wagon. At first, I was a bit reluctant to take the course because I didn't think that I was able to learn that much thing in such a short amount of time like 9 weeks. Then I decided to give myself a chance and I can say that it was one of my best decision. I recently completed Le Wagon's batch 168 in Montreal and I enjoyed every second of my experience.Le Wagon doesn’t give you only coding skills. It offers you the motivation to learn coding from the beginning in 9 weeks. What is more important of what languages the bootcamp teaches is, the camp gives you the resources, the structure, the capability of problem-solving. The camp also encourages you to network with as many people as you can. I met great people coming from different corners of the world and with very different backgrounds. All of my classmates were highly motivated and focused on a common goal of learning to code.The camp teaches you about the code in a very easy and effective way. You have enough time to practice what you learn. You are surrounded by amazing teachers. They were always very friendly and helpful from the first to the last day. I am proud of what we built in the last 10 days of the bootcamp. We put it all together with my small group, to build a web app from an idea. Le Wagon also increased my efficiency and productivity when working in a group.After nine weeks I finished the boot camp with the energy, ideas, relationships, a great network, and skills to take my ideas to the next level. I am recommending Le Wagon without hesitation. Huge thanks to all the amazing teachers and friends who taught me so much!Read Less",FullStack program - 35+ locations,Web Development +245638,10868,le-wagon,Asma L,False,2018,Awesome Experience - Le Wagon Montreal,2018-11-10,5.0,5.0,5.0,5.0,"Before joining le Wagon, I was working full time at a Bank and completing a bachelor degree in Software Engineering. Although I already had coding experience, I learned a lot of new valuable skills and explored new material during these nine rewarding... Read More weeks at Le Wagon. The teachers are very knowledgeable and helpful and take time to ensure you understand the material that is being covered. The curriculum is well designed to teach you everything you need to be a full stack developer. The platform that Le Wagon students use every day is impressive and provides you with a wide range of resources and material that can also be very useful after the Bootcamp. I was even able to prepare for parts of my technical interviews by reviewing these resources made available by Le Wagon's platform.The final project, which is completed during the last two weeks, gives you the opportunity to experience what it's like to bring a product to life from conception to final deployment. The product design sprint was a great learning experience as it equips you with the tools needed to tackle real-life entrepreneurial challenges. Following the completion of le Wagon Bootcamp, I was able to land a web development position at a great and reputable software company in Montreal. I am grateful for the valuable knowledge and experience that this program provided me and would encourage anyone who wants to change to a career in tech to join this excellent program.Read Less",FullStack program - 35+ locations,Web Development +240768,10868,le-wagon,Everett Webre,False,2018,"Come prepared, give it your all, it will be one of your best decisions.",2018-11-09,5.0,5.0,5.0,0.0,"Le Wagon was one of the best experiences I’ve ever had. I had graduated university in May 2018 with a business degree, but had already started teaching myself coding. I knew in order to get hired I had to get a little more formal training. My research... Read More brought me to Le Wagon, it was the most reasonably priced, highest rated, and wasn’t too long. I decided on Le Wagon, Montreal, seeing as I could speak French and had never really been to that part of Canada. The program itself is very intense. Do not think that this will be an easy certification, it isn’t. By the end you will have suffered countless headaches, lost hope, found it again, stress-ate, stress-napped, but in the end it is so worth it. You get what you put into it, so if you really prepare, pay attention and work on challenges all day and at home, you will succeed and have easily enough skills to find work afterwards. You can just as easily check-out and sleep for most of the days, while the teachers are there to help you achieve, they aren’t your parents.I came into the program with a little coding knowledge but not much so I struggled the first couple weeks to catch up. The teachers are your best weapon but really try to figure stuff out on your own, often times your mistake is really small or you haven’t read the instructions to the challenge thoroughly (Also stay on their good side, you’ll be abusing them during project week). I never would have thought that in a short time I would be demoing a product I had built but Le Wagon makes you feel prepared.What makes this boot-camp worth it comparatively is the confidence that it gives you. I can say from experience that I have been offered jobs just because I am not afraid to look up an answer and teach myself, an invaluable skill this program forces on you. Also, the project and Airbnb clone are no joke, they are serious things that will set your resume apart from other applicants.Read Less",FullStack program - 35+ locations,Web Development +245616,10868,le-wagon,Nayela,False,2018,Best Learning Experience Ever,2018-11-09,5.0,5.0,5.0,5.0,"I really cannot recommend Le Wagon enough. It was a fantastic learning experience, and the curriculum is very well-balanced. I have been applying to jobs since completing Le Wagon, and lots of the roles I have looked at require experience in the topics... Read More we covered at Le Wagon, which is great. It feels like Le Wagon looked at the kinds of jobs that alumni might apply to and ensured that they covered those complementary skills. I think Le Wagon’s system of exercises and tests is incredibly productive, and really encourages students to think like developers. We learn to not be afraid of the terminal, and how to conduct intelligent Google searches so we can think creatively and solve our problems independently. We also learn how to persist in the face of difficulty and repeated failures, which make the reward of solving a problem even greater. Learning aside, being at Le Wagon is also insanely fun. I often found myself spending 12-hour days at Le Wagon, and not resenting it in the slightest. The staff are all so friendly and welcoming, and because almost all of them are Le Wagon alumni themselves, they understand perfectly the struggles students go through. They are incredibly kind and supportive, and make sure that we learn the importance of taking breaks and also looking after ourselves mentally and physically over the course of the bootcamp. Friday nights are always fun, and it is a very bonding experience. Some of the people I met at Le Wagon will be friends for life, students and teachers alike. It is intense, and crazy, and the best investment I have made in a very long time.Read Less",FullStack program - 35+ locations,Web Development +245596,10868,le-wagon,MG Ayoub,False,2018,Le Wagon radically changed my life,2018-11-08,5.0,5.0,5.0,5.0,"I’m an entrepreneur and a mother of 2 young kids. My friends consider me to be somewhat of a geek, i.e., I love all things tech, which is not very trendy among the women of my generation (although, I’m the least geek of geeks). It’s funny how being an... Read More entrepreneur and being a parent have one important thing in common that radically changes one’s life: You are out of control, and you find yourself out of your comfort zone constantly. Le Wagon radically changed my life in 2 different ways. The first one is that I co-launch the bootcamp in Montreal with my brother Antoine. It was a huge step in entrepreneurship, but I was so excited and honored to bring the world's highest-rated bootcamp to my city. Driven by my passion about the product and its community, we took our place in the lively Montreal tech ecosystem, built a great team, and, so far, have offered this amazing life-changing experience to over 120 students.The second way it changed my life is that I took the full-stack program myself and fulfilled a long-standing ambition: learn to code. I spent 2 incredible months studying at a very fast pace in a stimulating and very (very) challenging environment (as my background was not technical at all). But thanks to some key ingredients this experience was one of the best of my life. Here they are:**CURRICULUM**: The curriculum is excellent and the pedagogy is focused on practicality -> at the end of each day we master key concepts and are ready to grab new ones the next day.**ONLINE PLATFORM**: The pedagogical platform is a really powerful tool -> it gives 24-hour lifetime access to all the lectures, challenge material, and more. A great asset that we could rely on during and after bootcamp.**GREAT PEOPLE**: The passionate teachers who were 100% dedicated to us and supported us through our learning experience, and the great people around me that made for the perfect learning environment. **DETERMINATION & TRUST**: And last, but not least, my determination and the absolute trust I had in my capacity to succeed (it’s hard but I can do it) and the trust in the program & the team (they are the best and they know where we’re heading too).My only regret is not having done it earlier.Read Less",FullStack program - 35+ locations,Web Development +245533,10868,le-wagon,Ania,False,2018,I found job within 3 weeks!,2018-11-04,5.0,5.0,5.0,5.0,"Signing up for LeWagon was hands down the best decision I’ve made. Having no prior coding experience I was a bit concerned that I wouldn't be able to keep up with the intensity of the course. It wasn’t the case at all, it was perfect for the beginners... Read More and there were teachers available to answer any questions and help with challenges all day every day. Some of them wouldn’t leave you until they made sure you understand the topic and would patiently explain it to you over and over again. I was also skeptical whether it’s even possible to learn to code in 9 weeks, and I can tell you now that if you put in effort, show up and do the work, you will learn very quickly. After finishing the bootcamp I got a job almost right away and that’s the best proof of how awesome LeWagon isRead Less",FullStack program - 35+ locations,Web Development +239016,10868,le-wagon,Elliot,False,2018,My experience @ Le Wagon,2018-11-01,5.0,5.0,5.0,5.0,"Graduated from a business school and after specializing myself in asset management during a few years in the most largest banks, I decided to learn code for several reasons.I saw that the industry of finance and the job market were radically changing... Read More and I wanted to be an actor of this paradigm shift. I also wanted to acquire concrete skills that will allow me to directly work in smaller and disruptive companies.Le Wagon brought more than I expected: coding & design skills, start up culture, a network and last but not least it improved my way of learning.Today I am now working as a product manager for a start up that builds a platform where companies can automate and design conversations with their customers through AI.Read Less",FullStack program - 35+ locations,Web Development +245508,10868,le-wagon,Justin Bernold,False,2018,Wake up in the morning and build the things you dreamt up the night before,2018-10-30,5.0,5.0,5.0,5.0,"Before doing Le Wagon's program in Montreal, I had spent half a dozen years owning a yoga and massage studio in Boston, and had always thought ""If I could just spend a year in a cave with no distractions, I know I could build better software than the... Read More stuff we've had to use."" Ultimately, once I decided to take the plunge, I chose Le Wagon's program because I thought it'd be great to be able to go pretty much anywhere in the world and have an instant community around me. And, sure enough, even as I type this, I'm sitting at a sun-lit desk in Le Wagon's Berlin campus, enjoying some free co-working space and coffee while students from at least three continents work on coding challenges a few feet away, embracing their inner dreamer and releasing their inner nerd.The program itself is brilliantly constructed. You begin the day with a lecture (which is also available on video even after you've graduated), and then spend the rest of the day doing coding challenges to lock in and expand upon what you've just learned. You're intentionally taught just enough to get to the edge of the solution, forcing you to learn how to research and think like a developer. Over the course of the program, you'll actually start to catch yourself facing challenges differently, with more of a sense of ""I don't know how to do that . . . yet. I guess I'll find out."" And at this point, I can honestly say that I *do* now know how to build better software than the industry standard in my previous business, and I'm really looking forward to doing just that.In addition to the program itself, I think the platforms for alumni are really impressive. You'll have life-time access to the course materials online, and new tutorials and helpful resources get added all the time. The almost four thousand alumni also have access to multiple message groups on Slack, making it really easy to say ""I'm going to be in Shanghai next month. Does anybody want to grab a beer?"" In some cities, like Berlin, there is free space set aside for alumni to use as a co-working environment -- even if the alumni did the program in other cities. And alumni often get invited to serve as teaching assistants, and eventually teachers, in multiple cities. One of my favorite classmates from Montreal is a TA there right now, and one of my favorite TAs from Montreal is right here in Berlin with me right now, teaching Ruby.Make no mistake. The program is challenging. You will absolutely learn new curses while you learn new programming languages. But you will come out of it with a profound sense of accomplishment and, more importantly, possibility.Just do it.Read Less",FullStack program - 35+ locations,Web Development +245447,10868,le-wagon,Samuel Pirès,False,2018,The best learning experience I ever had,2018-10-25,5.0,5.0,5.0,5.0,"After graduating in business three years ago, I started working as a project manager on innovative services and digital products for large companies. Working every day with designers and developers I realized that I lacked some technical knowledge, I... Read More felt like I was always asking dumb questions, or not understanding how much work was needed to build something.I decided to go to Le Wagon to improve my technical skills…it was the best decision ever!Le Wagon is an incredible experience. You learn so much in 9 weeks and meet amazing people.What I liked the most was the classes' practical approach and exercises.Every morning you learn new things that you apply in the afternoon to solve problems, even on the first day.The lead teachers are always available, and you still can get help from the teaching assistants who are there every day.The level is regularly increasing, you start with easy concepts then to building and launching a web app in the last weeks.There is also an excellent mindset between all students, really friendly, we all helped each other a lot.Almost every day we would have lunch together, and Friday dinner every week.The alumni community is active as well, probably the best Slack on earth!Le Wagon doesn’t make you a computer science engineer, but it definitively gives you the keys to keep learning and start a new career as a developer.It is a robust and intensive nine-week bootcamp. You feel tired at the end of the day to the extent that your brain hurts, but the learning experience is so great. It is like you grow a new coding brain in 9 weeks.I would do it again!Read Less",FullStack program - 35+ locations,Web Development +260997,10868,le-wagon,Ahmed Menouni,False,2018,Wonderful and Challenging Experience,2018-10-24,5.0,5.0,5.0,5.0,"I am very thankful for my time at Le Wagon, and for the opportunities it has opened up for me. Whether you want to become a junior developper or as an entrepreneur launch your own project, or work as a freelance : Le Wagon team does everything they can... Read More to help get you achieve your goals Teachers and lovely staff strive to create and maintain a unique environment where students can learn new technologies with the best practices and hone their programming skills in the best conditions The courses are intense; be prepared to work hard. I learned a lot, very quickly and pair programming was a blast.The best part about going to Le Wagon is the amazing group of students and the robust alumni community that you get to be part of, it’s the perfect place to meet brilliant people After the Bootcamp you’re still connected to everyone through Slack.I Would highly highly recommend Le Wagon to anyone wanting a career in tech, or anyone who want to build and launch new products with a lean startup mindset. If you are still indecisive : JUST DO IT.Read Less",FullStack program,Web Development +245429,10868,le-wagon,yoan,False,2017,the best bootcamp,2018-10-24,5.0,5.0,5.0,5.0,"After 5 years of business school I graduated with a specialization in luxury marketing. My internships led me to work in project and digital project management. after a while, I felt that something was missing. I needed to DO something, not just supervise... Read More or manage. I wanted to see the result of my work at the end of the day, for the best and the worst.This 9 weeks at Le Wagon went so fast. It’s hard to realize how much knowledge you can assimilate in such a small amount of time. Every small victories leading to a urge to learn more. Also I think all the magic doesn’t come only from the learning thirst. Humanly speaking, it’s a blast of fresh air, It’s really amazing to be with all that people with different background, age, and share the same objectives.I like to drive projects from their beginning to their very end and used to consider my missions through a business and a marketing vision, Le Wagon gave me the technical view I needed. I quickly had opportunities and had to decide if I’d rather work as a Product manager or as a Developper.Today, I’m a working as Front-End Developper.Read Less",FullStack program - 35+ locations,Web Development +245427,10868,le-wagon,Thanh-an Huynh,False,2018,The best experience I had in the past few years,2018-10-24,5.0,5.0,5.0,5.0,"After 7 years working for companies that required more and more technical knowledge, I decided at the end of 2017 that it was time to go a step further and put my hands in the code. Based on very good recommandations, I chose to follow Le Wagon coding... Read More bootcamp from January to March 2018.6 months later I am still very impressed and mesmerized by the high quality of the program and how much I learnt in such a short period of time.I was very concerned when I started the bootcamp to have too much gaps to fill in, having no technical background at all but that’s where the magic happened : the program has been so smartly built that at the end of the 9 weeks I was able to design, code and ship a product built from scratch.You can tell that every single detail has been well thought to make sure that everyone can succeed, learn and take as much as they can of these 9 weeks: the buddy system, the exercises, the flashcards, the yoga classes... and obviously the teachers who are so dedicated, kind and passionate about what they do. They have been the greatest support during all these weeks (without mentionning the great team working hard everyday to make your 9 weeks so amazing)I haven’t had such an exciting, intense and fulfilling experience in a long time. And I know that I joined more than a bootcamp, I am now part of a big family.I am now in the process of being a product manager in a tech company and without the technical skills that I acquired at Le Wagon, this wouldn’t have been possible.Read Less",FullStack program - 35+ locations,Web Development +245418,10868,le-wagon,Lance Purnell,False,2018,I highly recommend Le Wagon Bali,2018-10-24,5.0,5.0,5.0,5.0,"After working almost 10 years in a Hotel, I realised it was no longer for me. I was tired of working 10 to 14 hours per day, I barely had any time to enjoy my personal life and was mentally and physically exhausted. So, I had to make a decision and look... Read More for something different. After doing a bit of solo traveling, I realised what I really wanted in life, and that was to be free to travel wherever, work whenever and for whoever I want. After quite a lot of research, I found that Freelance Web Developer was the way to go as it combines my passion for traveling and new technologies. Looking deeper at what was needed to become a freelance developer, I thought to myself that this would take too much time to learn all by myself and would soon hit a brick wall so I then searched for coding bootcamps. It was then that I found Le Wagon, one of the best coding bootcamps in the world. At first, after reading all the reviews, it seemed too good to be true. But after talking and meeting with the founder in person in December 2017, and also seeing the location of Le Wagon Bali, I just had to take advantage of this opportunity and apply for the course. As of June 15th, 2018, I finally quit my job and flew off to Bali for two months to take part in what would be the best experience ever. Le Wagon Bali has given me all the basic tools needed for getting started as a full-stack web developer and more. For those interested in taking the same path, I highly recommend Le Wagon, Bali. The staff were outstanding, patient and were always available to help. This bootcamp has taught me Ruby, SQL, HTML, CSS, Bootstrap, JavaScript, Rails, and many others. Due to the intensiveness of this course, it was pretty overwhelming at the beginning and almost felt like giving up but thankfully, with the help of teachers and other students, I didn’t feel alone in the struggle and was able to get through it and felt more confident about what I had learnt. The final weeks were the most interesting as this is where you get to see how much you’ve learnt, which by the way is an amazing feeling, by designing, implementing and shipping to production a clone of AirBnB and a Rails prototype of a project that you either pitch or join. What am I doing now? Well, I’m improving my skills by taking courses on Codecademy, reading books and creating my own projects.Read Less",FullStack program - 35+ locations,Web Development +245413,10868,le-wagon,François,False,2018,Much more than expected about technical skills,2018-10-24,5.0,5.0,5.0,5.0,"An amazing 2 months at Le Wagon Montréal to meet inspiring people, discover a new land of possibilities with experimented teachers and all in all, discover my potential in coding",FullStack program - 35+ locations,Web Development +245464,10868,le-wagon,Alexis Pipieri,False,2018,The best move for your career,2018-10-23,5.0,5.0,5.0,5.0,"I have an engineering degree and worked for 2 years as an aerospace engineer before attending Le Wagon bootcamp in Paris. As my interest for tech startups was growing, I wanted to know how the tools I used on a daily basis were made. I heard of Le Wagon... Read More through friends, podcasts, and professional relationships. I started to think about it seriously and attended meetups they were hosting, watched workshops and tutorials on Youtube. Those videos convinced me of their pedagogy and made me apply. My experience at Le Wagon was a real life-changing experience. I'm now able to build a whole product from scratch, and most of all I met amazing people. The teachers are really professional, the program is progressive and covers all ranges of web development, and the platform on which you submit your daily exercise makes all the difference. The 9-weeks format is ideal to stay focus from the beginning to the end and make the best of it.I'm currently working as a Product Manager and use my learnings on a daily basis. It helps me to understand and to be able to talk with developers and come up with better specifications. If I were to do it again, I would not hesitate a second!Read Less",FullStack program - 35+ locations,Web Development +245355,10868,le-wagon,Paul Ehrhardt,False,2018,Beyond web dev: a product culture,2018-10-23,5.0,5.0,5.0,5.0,"Attending Le Wagon is the best choice I’ve made to complete my academic training. I was a senior student at a Business School and I wanted to build my own startup, that’s why I did Le Wagon. I learned the basics of web development which in my opinion... Read More is fundamental to communicate with developers. But there is so much more. They gave me a product culture. I learned to focus on the user: designing great products and eliminating user friction. Today I work with a data engineer and I think our visions are very complementary. I hope we will become a winning team!Read Less",FullStack program - 35+ locations,Web Development +245385,10868,le-wagon,Claire Ziemendorf,False,2018,9 exciting and rewarding weeks!,2018-10-22,5.0,5.0,5.0,5.0,"Even before I finished my business degree, I knew I wanted to reorient myself. I had two professional experiences where after a few months I got bored and lost interest because I wasn’t learning anything new any more. My friends, who did Le Wagon, advised... Read More me to try the bootcamp. And what a good advice!At school, I always had trouble staying focused during classes because the format was almost exclusively about listening. On the other hand, Le Wagon’s learning-by-doing pedagogy suited me perfectly! Every day started with a lesson of about an hour and a half where a teacher would present new concepts to the class. The rest of the day was then spent practicing on exercices with a « buddy » and the help of « teaching assistants », always ready to answer your questions about the exercises, talk about their experience or give advice for after the bootcamp…When starting the bootcamp, I had no precise idea of what I wanted to do after Le Wagon. I thought I might try to find a job as a Product Owner to keep using what I had learnt during my business studies. But I developed a passion for debugging and I didn’t see myself stopping to code after the bootcamp. I am currently working as a teaching assistant at Le Wagon and will soon be starting an internship as a fullstack developer in a start-up founded by a team of Le Wagon alumni.In short : don’t hesitate ! These 9 weeks spent learning to code were some of the most exciting and rewarding weeks of my life !Read Less",FullStack program - 35+ locations,Web Development +245384,10868,le-wagon,Dante,False,2017,Change my pro life,2018-10-22,5.0,5.0,5.0,5.0,"After 7 years as VP Sales in a startup, it was time for me to have fun with code. I was clearly determined to become a web developer. At start, I tried hard to learn by myself with online courses, but It was really hard to link all these elements. I was... Read More able to create simple algorithms, but how to store it ? how to create a simple interface for web users ? how to share an URL to target my users ? At start, Internet is a mess !... My luck was, a good CTO friend told me he just hired a young ‘graduated’ developer from Le Wagon and it was a good surprise for him and for his team. That was such an argument so after passing tests, I started to learn how to code with Le Wagon during the winter 2018. I really loved this experience working with other students with the same will to succeed in coding. Program and teachers are well-honed and after 9 weeks I was the first surprised by all the things I was able to accomplish. After Le Wagon I practiced as a freelancer for small projects and since septembre 2018, I’m now CTO in a young company and I am having a lot of fun coding every day..Read Less",FullStack program - 35+ locations,Web Development +245383,10868,le-wagon,Guillaume,False,2017,Just do it,2018-10-22,5.0,5.0,5.0,5.0,"Summer 2017While finishing my Finance degree at Imperial College London, I came across a short tutorial video posted on LinkedIn by Le Wagon. I had never heard of this “coding bootcamp” before, but these few introductory minutes were sufficient for me... Read More to realize that I wanted to be part of the 9-week adventure this coding school was offering. And this is precisely what I did. From learning back-end to front-end, from working on my own to collaborating with my team members, from brainstorming on to pitching a product, Le Wagon offered me all the tools I needed to be able to thrive in the tech industry. The format of the program is very well-thought. The first weeks are spent learning the basics, the following ones are for knowledge enhancement, and the last 3 weeks are aimed at putting everything together and presenting the output of these intensive sessions. All this was done in a very relaxed atmosphere, where teachers are not only friendly but also very competent at what they teach, always making sure that you understand the concepts. On top of that, the incredible opportunity to join a community of over 3,000 alumni, spread across more than 25 countries, was also very appealing to me. Over a year has passed since my last day, but this has not prevented me from keeping in touch with many of the people I met there, either to ask coding questions or just to grab a coffee.All in all, Le Wagon gave me everything my previous degrees did not, namely, the opportunity to learn how to code, build and develop a project from scratch in a friendly environment, making coding a lovable art and not a painful experience like it was at school. I now work in the banking industry where I am able to use many tools I learnt during the bootcamp, enabling me to automate many tasks I perform on a daily basis.Read Less",FullStack program - 35+ locations,Web Development +245360,10868,le-wagon,Elena Plotnikova,False,2018,I chose Le Wagon because of this ranking!,2018-10-21,5.0,5.0,5.0,5.0,"I was reading a lot of good things but when the program started I was simply amazed. I did not expect such an ideal organization of the learning process. The platform we used during the bootcamp is really great and helps you to focus and find all the... Read More information in one place.The educational process is a perfect balance of lectures and practical assignments as well as individual and group work. Which means the lectures are kept short, about 1,5 hours in the morning, which leaves the rest of the day for hands-on exercises. Also, you work in a buddy-system and collaborate with your classmates a lot, most of the time you are solving the challenges individually and that’s where the learning is happening. Of course, always under the guidance and with the help of cool and talented teachers who are there for you whenever you need them.The last 3 weeks of the course we worked in teams building a working prototype and definitely gathered all the necessary skills to work independently in the future. Simply impossible to obtain this kind of knowledge studying by yourself online.My new professional life started from the first day of the bootcamp and now with the necessary tools, I can continue by myself. At the time writing this it’s been 2 months since I graduated and I’m still learning every day. I work on my own projects and also became a co-founder of a small web-company.The bootcamp not only teaches development skills but also boosts your entrepreneurship. It was really challenging but above all encouraging and rewarding.And two words about Bali – it’s a magical island and my new Love. I hope to return soon and not only once.Read Less",FullStack program - 35+ locations,Web Development +245326,10868,le-wagon,Andrew Stearns,False,2018,First-rate experience ,2018-10-21,5.0,5.0,5.0,5.0,"The Wagon’s patient teachers show you how to think about programming and pass on the necessary skills to code a sleek, modern, and dynamic website. After a daily lesson explaining basic programming concepts, you work with other students on exercises that... Read More slowly stretch the breath of your understanding. Every day, ideas that initially seemed fuzzy and abstract become focused and concrete. By the end of the course, things that seemed impossibly complex at the beginning become rudimentary, and you are all the more curious to keep on learning.I highly recommend this course to anyone willing to work hard and be challenged constantly.Read Less",FullStack program - 35+ locations,Web Development +245347,10868,le-wagon,Taylor Lindsay,False,2018,Stop Being Scared ,2018-10-20,5.0,5.0,5.0,5.0,"""It's hard"" - that's the first thing both staff and alum of Le Wagon's program told me when I asked, ""Should I do this?"" But the second thing they all said was ""it's an amazing experience."" And I found that was 100% true. To be clear, nobody can just... Read More plug your brain into a vat of coding knowledge and fill 'er up. The output matches your input. That being said, Le Wagon is so manageable, thorough and well-designed, that if you give it your undivided attention it's almost guaranteed you'll walk away with the solid coding foundation you came for. I came to Le Wagon after 4 years in administration. I wanted to build things, and I'd already learned a little HTML and CSS but suspected I needed more help to go further (which proved to be VERY true). It really delivered - anyone can learn to code. The environment, teaching assistants, and really wonderful resources make it easy to not only learn every day, but go back and reference it later. By the end of the program you realize that this whole career path is about learning - like forever. By learning HOW to learn coding at Le Wagon, I feel like I've set myself up properly to keep heading this direction.As of now I have a trainee-level position in software engineering , and once again I need to learn a lot more in order to progress. I find myself daily going back to the tools, slides, downloads, and projects I got at Le Wagon to refresh my memory and guide me forward. This is invaluable. And when I'm stuck on something, I can still reach out to Le Wagon folk (both students and staff) for support.Read Less",FullStack program - 35+ locations,Web Development +237048,10868,le-wagon,Louis Masset,False,2018,That one coding experience you were desperately looking for!,2018-10-19,5.0,5.0,5.0,5.0,"It is commonly believed that Redbull gives you wings. Well then, in that case, let's say that Le Wagon teaches you how to fly. I studied Economics at university. During that time, I had a Computer Science class, where I could touch some Python in a very... Read More informal way. Once graduated, I started working for a large consulting company, in the field of data management and artificial intelligence. Still with my very limited knowledge of Python to create some messy web scraping script during my leisure time, which did not even worked properly. After one year, I decided that this was enough. I needed a proper education and some real skills like some of my most technical colleagues. Having heard from Le Wagon by a few friends that participated in that bootcamp, it took my 2 weeks to decide to put my professional on hold and to sign up to temporarily move to Berlin to follow this bootcamp. Looking back at this rapid decision, I do consider this was the best I made in my life so far. Because Le Wagon is not just a simple coding bootcamp, where you attend class during the whole day and learn one language and that's it. Joining Le Wagon is like joining a family. Right on the first day, you feel like become part of this community where everyone share the common goal of learning as much as possible, and tackle every challenge that come to your mind. First, by joining Le Wagon, you get suddenly access, through their own platform, to an amount of knowledge that can get you resolve basically any coding task. On top of this knowledge, developed by highly skilled people whom it is not surprising to see them one day in the offices to give you a real class, you are offered during the 9 weeks of the bootcamp a team of knowledgeable teachers and teaching assistants, that will assist you for any question you might have or any complex issue you may face. I attended the bootcamp with 37 other people, most of them I am still in contact with, although I came back home in my country. We are still discussing about different coding topics, and working remotely on projects via the platform, like we were doing during the bootcamp. Le Wagon gives you all the tool you need, and also very importantly teaches you a way of working properly, in order to tackle any challenge or new coding language you might want to focus yourself once the formidable adventure is over. And I mean formidable adventure on site, because event after the bootcamp, the adventure continues remotly throughout the community you are forever part of. To sum up, if you have even the slightest interest to get a proper and fast coding education, don't hesitate further and make the jump, Le Wagon is there for you to teach you how to fly. In only nine weeks. Wouaw.Read Less",FullStack program - 35+ locations,Web Development +245324,10868,le-wagon,Elisa Regnier,False,2018,Le Wagon Review,2018-10-18,5.0,5.0,5.0,5.0,"After graduating in 2013 from an audiovisual school, I worked on film sets and in radio as a sound-engineer. For a few years, it had been difficult to find a job, I then decided to change career. Coming from a technical background, and always eager to... Read More learn new things, I turned to coding. A friend of mine had told me about Le Wagon, highlighting the rapidity with which the program trains you to a new job. The bootcamp had an immediate impact on me, not only because of the rich and intense curriculum, the quality of the innovative teaching methods, the people you meet and the community you join. Le Wagon was one of the best experiences of my life. They met the crazy challenge to demystify coding and to turn people who never wrote a line of code into developers. I finished Le Wagon on a Friday and the following week, I found my first freelance job in web development for 2 months at Schoolab. I then got a full-time offer as a fullstack developer at Scalia, a tech startup launched by 2 Le Wagon alumni, incubated at StationF in Paris.6 months ago, I would never have imagined going this far in such a short amount of time !Read Less",FullStack program - 35+ locations,Web Development +245264,10868,le-wagon,Louis Sommer,False,2018,A 9-week dive into code goodness,2018-10-17,5.0,5.0,5.0,5.0,"I have been a full-time musician and music producer for the past 7 years, and had always dreamed about learning how to code. A few months after discovering and attending Le Wagon, I am now developing projects as a freelance junior developer, and just... Read More started my own as en entrepreneur.What happened in between was a 2-month journey of passionate discovery and study of code and web design, along with 42 (no pun intended) other very motivated students. Every passing day brought its lot of new encounters, A-HA moments, and fresh beers at the end.What I particularly loved during my coding journey was the fact that no one got left behind at any point : teachers, teaching assistants, and most of all other students are here to ensure that everyone stays on track with everything. Le Wagon is, above all, a human experience like no other.Read Less",FullStack program - 35+ locations,Web Development +245310,10868,le-wagon,Jan Spörer,False,2018,Never learned to much in only 2 months,2018-10-17,5.0,5.0,5.0,5.0,"I am a business graduate and worked as a finance professional before entering Le Wagon. Tech-related work always interested me and I tried to pick up bits and pieces about coding, but never really had the perseverance and wholistic knowledge resources... Read More to really get started in tech. Building a website requires knowledge about so many programming languages, frameworks, and concepts that I was never really able to bring all the pieces together.A friend of me told me about Le Wagon and the learning style seemed to be perfect for me. Le Wagon has an intranet with resources that help during and after the bootcamp. The bootcamp is built around this intranet and I learned how to solve technical issues with and without help from instructors.After the bootcamp, I was able to build complete websites with all sorts of functionality, design features, and user interactivity. As I started a data science degree program after the bootcamp, I benefited from the software development skills that the bootcamp provides to students. Now, I am not only confident in web development, but I can also transfer these skills to other software development-related fields.Our ""batch"" (that is the bunch of people that did the bootcamp with me at the same time in Berlin) was international to more than 50% and we spoke English 99% of the time. Everyone had a different background and almost everyone had a big career change coming up. After the bootcamp, I stayed in touch with many fellow students and we help each other looking for jobs and finding tech talent.I can recommend this bootcamp to anyone who wants to learn web development in a very short time.Read Less",FullStack program - 35+ locations,Web Development +243947,10868,le-wagon,Thomas des Francs,False,2018,Le Wagon is the best strategic move of my life.,2018-10-17,5.0,5.0,5.0,5.0,"I've always wanted to become an entrepreneur. After my business school, I decided to learn how to code in order to be able to develop the first version of a website, in order to convince a business partner and to save money on the Minimum Valuable Product... Read More conception which is often costly whearas you don't know if the idea is valuable.Le Wagon bootcamp was recommanded to me by a friend. It was the best 2 months of my life. First because it was the first time I was happy to go to school. It's a very unique experience to learn how to develop complex websites in two months with an incredible pedagogy. Secondly because I met some amazing people including... The business partner I was looking for.I would without a doubt recommand le Wagon which was a very good investment for me !Read Less",FullStack program - 35+ locations,Web Development +243841,10868,le-wagon,Anonymous,True,2017,Perfect to learn modern coding,2018-10-17,5.0,5.0,5.0,5.0,"I already had some skills in coding websites, I had already been a front-end developer at the beginning of my career, before moving to other paths. When I decided to go back to programming, I needed a serious update and I didn’t know where to start.I... Read More finally chose to attend a bootcamp, as it was the most efficient way to be back on track. I picked Le Wagon after a very long benchmark, I checked that the program matched the expectations of a moving tech market, and I found their stack was clever, mixing powerful technologies with up-to-date best practices. I was not disappointed.Their style is quite unique, they teach to code but they also teach to focus on the product. A website is an intricate complexity of technologies, user experience and design. There, you learn to deliver ambitious project that people can really use.I am a freelance developer now, and happy to be so.Read Less",FullStack program - 35+ locations,Web Development +243523,10868,le-wagon,Sami,False,2018,"Le Wagon, a life adventure",2018-10-17,5.0,5.0,5.0,5.0,"At the end of my studies, I tried to start my first start-up but I quickly noticed that understanding tech & code would be extremely useful.In order to be autonomous for my future projects, I knew I needed to learn how to code, so I decided to join Le... Read More Wagon in Paris for a summer bootcamp.During 2 months and supported by an amazing team, I acquired enough skills to build all my projects and, most importantly, I met many amazing people!Le wagon is more than just a coding bootcamp, it’s also a great network!I am currently a freelance full stack developper for at least several months, I also continue building startups, and to be honest I feel completely independent now.For me, The Wagon has been a lifetime experience and I strongly recommend you to join! Take a look at the demodays on their website to see what you can build in just 2 months.Read Less",FullStack program - 35+ locations,Web Development +234702,10868,le-wagon,Felix Kaing,False,2017,Le Wagon provides the perfect training to become an entrepreneur,2018-10-17,5.0,5.0,5.0,5.0,"I always wanted to become an entrepreneur but didn’t know how to get started. After working 5 years in marketing and in HR, I knew it was the time for me to try out new things. Quitting the corporate race was the first move. But what do you do after that?... Read MoreThe world of startups is very different from the classic corporate world. In a big company, you are a small piece of a huge machine. In a small company, you have to learn to think different and to be able to do a lot of things at the same time, especially if it’s your own venture. Today, even in non-tech companies, it is very important to understand how the latest technologies work because your customers probably spend as much time as you do in front of their computers and smartphones.I decided to board on the 9-week bootcamp of Le Wagon to get the set of skills that would help me build my MVP. On the first weeks, we learn the object-oriented programming language Ruby. For those who have never coded before, Ruby is a very intuitive back-end language. Once you master Ruby, you can basically learn any other programming language because it would work in a similar way. Then, we learn about databases, front-end programming, and integration in the framework Rails. On the last weeks of the bootcamp, we team up in groups (like in real development teams) and build a web app.Le Wagon has a very pedagogical approach: they know that you will struggle but they accompany you through the different steps of this learning experience. During the day, you work with another student to complete coding exercises. When you don’t know how to proceed, you may ask the help of a TA who would guide you (without giving you out the answer). Then you start to move up the learning curve, understand the logics of coding and unlock your brain potential. The bootcamp is intensive: you mustn’t give up even when it’s hard. The reward is worth the effort: there is nothing more satisfying than solving complicated problems (and fixing bugs in a program!).What I especially liked about my experience at Le Wagon is that it was much more than learning web development. Thanks to them, I could not only feel more confident while writing code, but I also learned how to engineer and design products the start-up way. I would no longer waste time in building apps that consumers don’t need but keep focus on bringing added value. It sounds pretty simple like that, but believe me that before going to Le Wagon, I had thousands of ideas that were not viable.At Le Wagon, I met a lot of wonderful people who all had a different background. Interacting with people who don’t come from the same industry as you do help you see things you couldn’t see before (in my batch, there were journalists, consultants, designers etc.). Whether you want to become developer, Product Owner, or start your own company, Le Wagon is a community of people bursting with energy. So, if you are looking for inspiration while learning programming, Le Wagon is definitely the place you have to go to.Read Less",FullStack program - 35+ locations,Web Development +234614,10868,le-wagon,Christian Bell,False,2018,An amazing nine weeks!,2018-10-16,5.0,5.0,5.0,5.0,"As a recent Oxford Classical Archaeology and Ancient History Graduate my uni friends are surprised when I tell them that one summer out of university I am a ‘Software Engineer’. However, that is the rapid level of development that you experience whilst... Read More at Le Wagon in only nine weeks - it is astonishing how much I now know about coding considering that on the first day I had no idea what the ‘terminal’ was let alone anything else.The syllabus is really well structured so that everyday you are pushing yourself to learn more, and always about new things so that it never becomes too dry. This is made possible by the teachers and teaching assistants who are very personable and are always there to help you out if you can’t quite understand something. Another aspect that works well is the ‘buddy system’ where you code with another student and tackle problems together each day – this not only means you meet everyone in your class but also that you can talk through problems which is less daunting than facing them individually. But you can probably read all of this on their website…What might be more interesting to you is that within two weeks of finishing the bootcamp I accepted an offer to be a Software Engineer and started on the 1st of October (just 3 weeks after the course finished). Without Le Wagon’s training I wouldn’t even be able to dream about this! I’ve just finished my first week and have looked back at previous lectures to explain a couple of things that I’d forgotten – it really is the gift that keeps on giving, as the resources available after you finish are very useful if you are a developer.I’d recommend this course to anyone who is even slightly interested in coding, and is willing to work hard. Don’t be put off if you haven’t done maths in a while (I stopped at GCSE), and if you’re curious go to one of their events – you’ll get to meet some of the teachers, have a few beers and I’ll be surprised if you don’t want to sign up afterwards.Read Less",FullStack program - 35+ locations,Web Development +245295,10868,le-wagon,Luca de Montis,False,2018,My journey at Le Wagon Barcelona,2018-10-16,5.0,5.0,5.0,5.0,"Before starting my journey at Le Wagon I was undertaking a Bachelor in Business Hospitality Management as I’ve always been fascinated by the Hospitality Industry, its dynamism, its multicultural environment and its openness. However, this is an industry... Read More that struggles to keep up with technological innovation and digitation, and I really wanted to be able to bring a tech side to it.After 9 intense weeks at Le Wagon, I managed to get the skills to make my objective possible. During the last two weeks at the bootcamp I managed to create a functioning website that caters to restaurants and busy businessman & businesswoman with the help of a 3 other members of Le Wagon. Two months later I’m working as a Junior Developer in a startup, developing a software which facilitates the digitation of hotels.Overall, the 9 weeks have been an amazing, exciting and fulfilling experience. On top of the incredibly skills you will acquire during that time, you’ll get to meet a lot of like-minded people who you’ll have an incredible time with, in one of the most fun cities on earth! What are you still waiting for?Read Less",FullStack program - 35+ locations,Web Development +245293,10868,le-wagon,Ginny Wan,False,2018,More Than Just A Coding Camp ,2018-10-16,5.0,5.0,5.0,5.0,"As a philosophy student, I had a few creative ideas that I hope to develop, but was unable to due to my lack of technical skills. In 9 weeks, Le Wagon gave us an insight into what it's like to materialize an idea. The bootcamp is divided into two stages... Read More - the first stage consists of learning the basics of Ruby, Javascript, CSS, SQL, and other tools, and the second stage consists of applying what we’ve learned to practice (i.e. develop websites using what’ve learned!). As an aspiring product manager/entrepreneur, the second stage was especially helpful since we learned how to pitch ideas, measure the feasibility of developing an idea in a limited amount of time, create user-journeys, design prototypes for website, and work as and with developers to create websites. We were constantly supported by hardworking and patient teaching assistants and other students despite all the mental struggles! Also, I came to the bootcamp with a biased pre-conception that developers are antisocial; this presumption was totally reversed by the end of the first day! Everyone was very open-minded and social. Le Wagon also makes sure that we get the chance to know everyone in the bootcamp - each day, we are paired up with a new buddy with whom we cooperate to solve daily coding challenges. Personally, I consider this the best part of the bootcamp because I was not only able to cooperate with people from diverse backgrounds, but was also able to see how each person think differently by taking different approaches to solve a problem! Le Wagon also organized quite a few career talks with product managers, entrepreneurs, and developers - I was able to gain perspectives on what I might be interested in doing after my studies by learning about work experiences of invited speakers, classmates, and alumni. This bootcamp in Berlin is really a wonderful experience and the highlight of my summer!Read Less",FullStack program - 35+ locations,Web Development +245239,10868,le-wagon,Takuma Naruke,False,2018,Great experience!,2018-10-16,5.0,5.0,5.0,5.0,"I used to work at an English school in Japan and I needed to change my career.I found Le Wagon and it was one of the best highlight of my career life. Also being developer seemed perfect career change for me.Le wagon teaches you a lot in 9 weeks; it was... Read More tough and frustrating at the beginning because I didn't know anything about programming.However, after few weeks, you get what you were doing and learning how to code feels really fun. End of the bootcamp, I was really confident and really happy with myself. Also teachers are really friendly and helpful. It helped me a lot because they are passionate to teach you and they explain you really well.I loved Yoga every Wednesday too. Also they have free tea and coffee!!! (I needed that)Overall, everything was fun and I learnt a lot. Job hunting after finishing the bootcamp wasn't too bad. You can definitely can learn a lot, and I strongly recommend this bootcamp if you want to change your career.Read Less",FullStack program - 35+ locations,Web Development +245294,10868,le-wagon,Thomas Pouillevet,False,2018,My best summer without taking holidays !,2018-10-15,5.0,5.0,5.0,5.0,"Skilled in IP Law and Innovation Management I joined Le Wagon to get tech skills in an area that I've always found fascinating. I tried to learn how to code by myself but it was hard to know where to start, what to learn or select the most valuable data... Read More from the huge amount of information on the web. One of my best friends did Le Wagon a few years ago and I knew it was the best way to learn.During the Bootcamp, everything was made to ensure that I would keep making progress. It was very rewarding to see that every day I could use what I learned during the day before without learning it by heart but in a rather more efficient way by doing exercises with my buddies. Besides, Le Wagon was not just about learning how to code but also being part of a community and meet people from different backgrounds, students, alumni or staff members always willing to share their experience (yes, beers were involved...!). The final weeks with my awesome team really made me realize that I had the new mindset and skills I was looking for and what I was now able to do.It brought me tech & product skills, a fresh mindset and confidence in the career change I had not yet dared to embrace and that was more conform to my aspirations. Moreover, I made some good friends, with a common mindset and values during the Bootcamp, and it's still satisfying to feel to be part of this community.Thanks to Le Wagon and the job support help, I'm now a fullstack web developer at Le Closet, a startup where I will keep coding and learning within a young, fun, talented and ambitious team.Read Less",FullStack program - 35+ locations,Web Development +246713,10868,le-wagon,Emily Rhodes,False,2018,Best decision I've ever made,2018-10-15,5.0,5.0,5.0,5.0,"I decided to attend Le Wagon Berlin during the summer of my third year of university. I knew I liked coding (I took several classes at Uni) but I didn't feel that the computer science major was for me for several reasons. I knew I wanted to learn to code... Read More but I had no idea where to start or how to make my self-taught skills applicable. I'm a political science major and since I don't want to go to law school, I was unsure of where to go next. Le Wagon was easily the best decision I've ever made for several reasons; I now have abundant knowledge about the coding world, but I also know learned a lot about what I DON'T know and how to teach myself/ stay up to date on new things in the tech world so I can stay competitive as well as market myself effectively. The culture at Le Wagon is incredible-- you work in pairs and groups on projects that ACTUALLY HELP YOU LEARN AND INTEGRATE THE INFORMATION IN A STIMULATING WAY. There are also endless extracurricular activities they put on for you so you bond with your classmates. I left Le Wagon with lifelong friends as well as career opportunities galore (I literally have recruiters contacting me and I am so excited about all the job opportunities I will pursue upon graduation.) Oh and the bootcamp is more affordable than any other that I've found.Read Less",,Unknown +244894,10868,le-wagon,Thomas Lacan,False,2018,My great time in Le Wagon Paris,2018-10-15,5.0,5.0,5.0,5.0,"Hello everyone,I just finished my bootcamp in september in le Wagon and i want to share this amazing experience with you. I was a project manager in a creative agency and i worked on digital projects. I wanted to improve my knowledge and understand all... Read More this sector to manage web projects.The programm is complete to understand and have fast skills. Teachers have good skills and are great they also help us a lot. People in our group was really nice and you meet new people everyday due to extra activities like conferences, drinks etc..I managed a project (www.beatween.me) and that was for me the best experience of this program. In two weeks you have a functional project and you can show that in interview.This was a amazing two months full of knowledge, meet people and good mood. I recommand it for everyone who want to learn how to code ! Thanks le Wagon !!Read Less",FullStack program - 35+ locations,Web Development +245234,10868,le-wagon,Emilie Deschamps-Wright,False,2018,Amazing and unique adventure!,2018-10-12,5.0,5.0,5.0,5.0,"As part of my business studies, I was first introduced to coding through data science. This experience led me thinking I lacked of technical skills and made me want to join Le Wagon’s bootcamp. I wanted to be able to actually build ideas from scratch... Read More and gain a deep understanding of how online platforms are built and work. I took part in the bootcamp of summer 2018 in Paris, and this turned out to be an amazing adventure for me. The course is perfectly structured for learning code as you learn by doing: you first assist to a coding lecture and then get to work in pairs with other students, which helps you reflect and understand what you are doing. The course is very intense and you will acquire plenty of tools to build your own projects afterwards. Teachers and TAs were great and passionate and always made sure to answer all the questions we could have. Apart from coding, I got to meet amazing people from very different backgrounds and I am very happy to be part of this unique community. It was an exceptional educational and human adventure that I can only recommend.Read Less",FullStack program - 35+ locations,Web Development +245236,10868,le-wagon,Marcus Rapacioli,False,2018,Best way to learn to code.,2018-10-12,5.0,5.0,5.0,5.0,"When I first thought about taking part in the Le Wagon boot-camp, the online reviews were a big selling point for me, which is why I decided to write this one. They seemed so good they were fake. Having completed the boot-camp I now get it, there are... Read More no fake reviews, they’ve just really nailed the process, so that everyone leaves with a great foundation in coding, a new network of like minded developers and entrepreneurs and a fantastic experience.I went in with zero coding knowledge and left with the ability to make a complex website.It’s important to note that this didn’t come easily. The boot-camp is very intense, it’s not a wishy-washy part-time course. It’s all consuming, for 9 weeks. This is exactly what I wanted, because to learn to code I believe you have to really break the back of it. Learn to think like a developer and how to problem solve – and this is what Le Wagon gave me.As a modern languages student I am lucky in the sense that I have a very broad degree, but unlucky that it doesn’t allow me to leave university with expertise in a specific sector. I’m interested in tech and start-ups and I thought that in order to start a career in that world, a basic coding literacy would be fundamental. Le Wagon taught me so much more than a basic literacy and in the final two weeks I was able to put this to use by developing an MVP for my own start-up idea. More than this, the boot-camp is very career driven, they run CV and career workshops as well as organising 1 on 1 meetings with recruiters. For me it was the perfect start for launching a career in tech.Read Less",FullStack program - 35+ locations,Web Development +245233,10868,le-wagon,Frédéric Curier,False,2018,"Le Wagon, Great experience",2018-10-12,5.0,5.0,5.0,5.0,"As a serial entrepreneur, I have always been keen on creating innovative companies in sectors in great need. Focused on new consumption patterns and the digitalisation of our society, my career reveals a deep interest in technology and the various digital... Read More professions. Attracted by data management and the automation of these, I learnt during my higher education the algorithmic approach and programming. However, the learning methods were far from my expectations. I therefore “temporarily” put aside computer programming and devoted myself exclusively to the development of my companies. Self-taught, I resumed learning how to code. But it was very slow... I was missing an educational path and a clear goal. I then decided to join Le Wagon’s Bootcamp which fully met my expectations: to focus on coding for nine weeks in order to create a first functional web application. This is concrete! In addition, having had the opportunity to interact with web agencies, I am now ready to challenge their proposals. Indeed, it is more complex to exchange around a proposal or a quote that you do not understand! Meeting people and learning teamwork with an agile methodology directly related to the needs and the operations of the startup are also part of Le Wagon’s program. Now I am ready.Read Less",FullStack program - 35+ locations,Web Development +242931,10868,le-wagon,Anonymous,True,2018,"Life-changing, quite literally",2018-10-12,5.0,5.0,5.0,5.0,"A year ago I quit my marketing job to focus on a SaaS startup project. My dev associate wasn’t full-time though ; for months we struggled to make progress. So I joined Le Wagon.I loved every week of that Bootcamp: teachers and material are top-notch,... Read More it was interesting, it was challenging, it was exciting and I got to meet great people from many different walks of life.Now a month after our Demo Day, I am closer than ever to launching a MVP and feel empowered to do a lot more !Read Less",FullStack program - 35+ locations,Web Development +245198,10868,le-wagon,David Carr-Gregg,False,2018,Jump of le Wagon!!,2018-10-11,5.0,5.0,5.0,5.0,"If your looking to pull the trigger and commit to learning to code then this is the course for you. It is truly incredible how much you can learn in just 9 weeks. This course was both incredibly challenging and extremely rewarding. The small class size... Read More means that you form a strong comradery with your fellow classmates and you get as much individual attention as you need from the teachers and TA's. The teachers, TA's and Le Wagon community is absolutely incredible, the teachers were all previous Le Wagon students and so know exactly what you are going through!The course curriculum is very well designed for accelerated learning, compounding your knowledge each day and with lots of interesting challenges and great review exercises/flashcards to keep you on track. I really enjoyed all the extra events, workshops and seminars available throughout the course; career coaching, tech recruiters, product management and UX design workshops etc..Couldn't recommend this course highly enough.Read Less",FullStack program - 35+ locations,Web Development +245217,10868,le-wagon,Alina Michelle Villarreal,False,2018,Le Wagon will change your life!,2018-10-10,5.0,5.0,5.0,5.0,"Before deciding on Le Wagon I did extensive research on the different coding bootcamps available. After reading Le Wagon’s reviews and what their company was all about, I was sold. I applied, went through the interview process and booked my ticket to... Read More Lisbon to become part of Batch 162.Within the first week we went from being strangers to one big family. Le Wagon’s team went above and beyond to make sure we were getting more than what we signed up for. From planning dinners every Friday, to providing us with workshops, and inviting us to local networking events. Our days were intense but in a good way. We’d code for hours learning from each other and helping each other out. The teachers and TA’s were passionate and very knowledgeable, making sure we understood everything and not just giving us the answer. After the day was over we’d all go out for a few beers to destress and talk about something else other than infinite loops, arrays and anything else coding related. These were by far some of the best conversations I’ve had. Learning about everyone’s background, what their dreams and goals were after finishing the bootcamp was incredibly inspiring and motivational for me. Our friendships have continued even after the bootcamp and Le Wagon does a great job of keeping us involved in the community. As well as letting us know of any new job opportunities. I am an entrepreneur at heart with a background in international business, graphic design, web development and industrial design. I attended six different universities before deciding to become a college drop out. I wanted to graduate but felt like the educational system was never enough and took too long. As soon as I arrived to Le Wagon Lisbon I knew i was exactly where I was supposed to be. I may not have graduated from a university but I did graduate from Le Wagon’s Batch 162 and to me that is just as valuable (if not more) than a paper certifying my education. Why? because I went to Le Wagon to learn to code and I left with so much more than I could’ve imagined. They gave me the tools to succeed even after the bootcamp is over.If you love to travel, meet new people and have a passion for coding. Do yourself a favor and choose Le Wagon. You won’t regret it.Read Less",FullStack program - 35+ locations,Web Development +245197,10868,le-wagon,Charles,False,2017,Understand product learn to code,2018-10-10,5.0,5.0,5.0,5.0,"Hi, I joined Le wagon last year (#Batch-100) in Paris after a few year working as a project manager on Business Transformation programs. I was pretty frustrated by the length and the complexity of digital transformation by then. Why is it so long, so... Read More expensive, so crappy to get a product done for a train company? when you have been using apps like uber or airbnb for 3 years and that you see the product improving on a regular basis? No need to talk about their growth as well. Actually i wanted to learn how to make a digital product, to really make it myself and that's what i found at le wagon. Today i m managing a team on a start up project inside a big group on product to improve elderly day to day life, and i am about take an executive team on tour at Las Vegas CES 2019.Read Less",FullStack program - 35+ locations,Web Development +236749,10868,le-wagon,Willy Köplin,False,2018,Simply do it! (Barcelona batch 153),2018-10-09,5.0,5.0,5.0,5.0,"Before Le Wagon I studied International Business Administration in Frankfurt. I decided to learn coding because I think it is a crucial skill to have in this world and because I wanted to be able to make my ideas become a reality. I liked Le Wagon's curriculum... Read More and applied to Barcelona. The camaraderie felt in the boot camp, and on the other hand all the individual little riddles one got to solve were my favorite things during the 9 weeks. Plus, Barcelona is great.Overall, it was a very fulfilling experience and if you're thinking about it, simply do it!Read Less",FullStack program - 35+ locations,Web Development +245196,10868,le-wagon,John Leo Tarver,False,2018,Amazing and tough experience,2018-10-09,5.0,5.0,5.0,5.0,"As a communications strategy/content/design professional, I went to Le Wagon bootcamp knowing html, css and the communications side of digital projects and no computer science background.Simply put, it was a very tough and rewarding experience. I learned... Read More a lot about coding and new perspectives on problem solving. Some challenges are set up to make things difficult for students. This might be frustrating during the excercises but it is meant to enhance the ""real world"" qualities of the bootcamp.It is important to set expectations: anyone with a profile similar to mine will not leave the bootcamp ready to hit the ground running. It will still take a bit more time, dedication and work to become proficient enough for employment. In a relatively short period of time, this bootcamp is a great opportunity to gain a working knowledge of coding in Ruby on Rails and the developer's environment. It could also be useful for anyone who is not necessarily aiming to become a developer and plans to work with them or in the tech world.I would go back and do it again in a heartbeat.Read Less",FullStack program - 35+ locations,Web Development +245199,10868,le-wagon,Romain Loeuillet,False,2018,A unique experience,2018-10-09,5.0,5.0,5.0,5.0,"Back in January, I decided to leave Carrefour, where I had spent almost 6 years at different positions, the last one being Commercial Director. I needed fresh air.After a few months doing consulting in change management, helping leaders of big companies... Read More find ways to involve their employees in cultural or organizational transformation processes, I decided to attend Le Wagon Bootcamp from July to September!To be honest, I never really told myself I wanted to become a web developer, but I was more interested in experimenting something completely new. And I must admit that I got the fresh air I was looking for! Not only did I enjoy learning coding languages and tools, but I also loved being part of an incredible 9-week adventure, along with students with very diverse backgrounds and projects, and coached by amazing teachers. I thought the pedagogical experience was fantastic, and everything is done so that we can step into the tech world and its very own culture : the adorable staff that helps us with anything including job search, the wild place where we study every day next to actual entrepreneurs, the enriching professional meetups and lectures that are frequently organized, and of course the memorable afterworks!As far as I am concerned, I am not sure yet about my next move, but whether it is a personal project or a job in a start-up, I know that what I learnt at Le Wagon (not only the code itself!) will be an extraordinary resource!In a nutshell, whatever your profile is, whatever your plan may be, Le Wagon is an adventure that I can only recommend. You won’t regret it!Read Less",FullStack program - 35+ locations,Web Development +245195,10868,le-wagon,Ben Herring,False,2018,Best Bootcamp- cant go wrong!,2018-10-09,5.0,5.0,5.0,5.0,"I never knew what I wanted to do when I was going through school. I only did A-levels so I could buy myself a couple more years. After that I went from job to job and travelled a bit inbetween, but I was still looking for something to make a career from.... Read More I came across coding. I tried to find some college courses with no luck, then I discovered Le Wagon. I couldn’t find a single bad review of the bootcamp, which I thought was strange to start with (however in time I realised there was a reason for that!), so I thought that it was the definite choice.Le Wagon is intense, which is made very clear to you beforehand, however it’s worth it. The course is 9 weeks and project focused, with the last 3 weeks creating an airbnb clone and a project of your choice, where you use all the skills you’ve learned within the first 6 weeks.Day to day, the setup of the course is awesome, with a lecture first thing, then coding challenges going over the lecture topic, and then live code in the afternoon.All the staff at Le Wagon are always super helpful and on hand as they’ve been in our shoes before, which is reassuring when you’re having trouble understanding something.I would definitely recommend Le Wagon to anyone who is interested in coding. Best decision I made. Le Wagon London is where it’s at.Read Less",FullStack program - 35+ locations,Web Development +245153,10868,le-wagon,Frédéric Orlicki,False,2011,Get on the Wagon ,2018-10-09,5.0,5.0,5.0,5.0,"When I took my ticket for Le Wagon a few years ago, little did I know about this adventure I was embarking on. Behind the machines, algorithms and complex numbers, I actually came across outstanding men and women, exciting projects and amazingly instructive... Read More stories. It’s a real community full of passionate entrepreneurs, with very different profiles and backgrounds, who all share the same thirst for learning and sharing the digital culture. From that point on, no matter which path I take, I know I’ll always be able to rely on Le Wagon’s family!Choosing Le Wagon is a bit like choosing the Orient Express. It’s first-class or nothing.Today i have also created a Bootcamp, https://www.growth-acceleration.com first Growth Hacking Bootcamp in FranceRead Less",FullStack program - 35+ locations,Web Development +245137,10868,le-wagon,ALLISON GREKIN,False,2017,Le Wagon London REview,2018-10-09,5.0,5.0,5.0,5.0,"Le Wagon has been a life changing experience for me. I used to work at Conde Nast in New York City then moved to London. I was starting an app with my sister and got frustrated not being able to understand the web developers we were working with. I decided... Read More to put the project on hold and enrol at le Wagon London. At first, the program was hard but after a few weeks all made sense. During the program, I met my business partner, with who I now have a company called Socialive TV. We launched a little under a year ago and couldn’t be happier. Without le Wagon none of this could have happened!Read Less",FullStack program - 35+ locations,Web Development +245136,10868,le-wagon,Jeremy Lanfranchi,False,2018,The journey of a coding rock star,2018-10-09,5.0,5.0,5.0,5.0,"I had the opportunity to create a website back in 2012 with WordPress and was successful at developing an audience and driving a good amount of people to it. The website turned out great, it did everything I wanted but it was really painful when I had... Read More to jump on the backend of WordPress for example to adapt the PHP code.After studying marketing I got to discover the wonderful world of growth hacking. In other words how marketers accelerate growth by using digital marketing. ""Unfortunately"", for both product and growth hacking strategies you need to code and I didn’t know how (frustrating!). As a freelance web-designer and digital marketer coding is essential to succeed and provide your clients with the best service possible.Hearing about Le Wagon as the best coding bootcamp in the world, I started looking around at each one of the numerous camps dotted around the world. I thought to myself if I learn to code, the ideal environment is where nobody is going to disturb me, plus if I spend 2 months in front of a computer, well let’s at least pick a great place to study. This is why I chose to go to Bali.As you may expect, Bali is a little paradise, but what I didn’t know is how many digital nomads and coworking spaces you can find here. And right in the middle of this tropical tech scene you'll find Le Wagon Bali on top of a rooftop looking straight at the blue lagoon. We were a group of 25 students from all around the world of 14 different nationalities, different backgrounds and ages. We teamed up with a different person every day to face the coding challenge of the day.The first 3 weeks were the biggest challenge for me learning the core concepts and how to program using Ruby. Some days are frustrating but you will feel you are in the same boat as everyone even if you don’t know anything about coding. You will be able to ask the teacher as many questions as you need to solve the challenges each day. What is really impressive of Le Wagon is the platform they developed which is common in all Le Wagon bootcamps around the world. We all have the same program and tools to drive us through exercises and give us feedback on how well we perform. It's simply genius knowing if you made it with style or not (you'll understand this one once you are student)!In the 2 months you will become autonomous and get through fundamentals of programming, databases, Ruby frameworks, API and many more amazing skills needed to become a junior full stack developer. All this until you arrive at the project stage. This is where you learn how to create an Airbnb clone in only 5 days and then jump into a project you or your campmates had pitched in front of everyone like you would have done in front of a VC or an incubator.When you start coding your own product, it is where you discover how much you have learned but also how crazy these super powers are now. In 10 days you create amazing functional products - it is your MVP. We were all really proud of the products we created when we presented them at the end of the camp during demo day. Believe me, I was so surprised by how great everyone’s projects came out.So, if you are looking to know more about all this magic that makes the web such a wonderful place or want to develop web projects or like me gain more knowledge and learn new skills to realize your own ideas and work in growth hacking or any other tech job, you definitely should think about joining Le Wagon. You will simply treat yourself to being future proof. Just be aware that these 2 months will be anything but chilled and instead expect to spend around 10 hours a day coding in an amazing environment with dedicated and passionate teachers and other hungry students who want to master web development.At the end of these amazing two months, you get lifelong access to Le Wagon’s Slack channels and all the exercises you have done, which if you like you can reset and redo them all. Plus, you get access to tons of resources to continue the journey of becoming a coding rock star.Read Less",FullStack program - 35+ locations,Web Development +245126,10868,le-wagon,Joana Reis,False,2018,Life-changing,2018-10-09,4.7,5.0,5.0,4.0,"Before I joined Le Wagon bootcamp, I already had some curiosity regarding coding for some years. However, I never persued it as a career.I studied business and finance, and later worked at a consulting company for a couple of years. I was very unsatisfied... Read More with my life as I was not enjoying what I was doing and was having a hard time figuring out what I wanted to do with my life.Then Le Wagon came up. I saw an ad on Instagram, and started reading some reviews. I eventually found out that a previous classmate that I had worked with in uni (Manuel Reis) was doing the bootcamp, and so I texted him and he recommended it greatly.So then I applied, doing Codecademy on my spare time, reading about tech careers and talking with people in the industry.At the beginning, I was not expecting to get hired directly after the Bootcamp. I saw Le Wagon as an opportunity to get technical skills to build my business, as I thought that that was I would be doing next, since I already had business studies.But as the classes started, I fell in love with coding. The mental stimulation, solving problems, thinking out of the box. Everyday felt like I had new puzzles to solve. And I was very excited to solve them. The teachers, the collaborative atmosphere, the learning methodology, everything that Le Wagon provided on a daily basis was essential for this crazy and rewarding learning adventure.Would I recommend it? In one word: absolutely. A life changer! Totally worth the money (I know it's expensive, but it will pay off). And it is much more than coding. It is about making the students believing that they are capable of anything. The community is great, and I feel that the students and the teachers are my friends and are there to help me, even after the bootcamp.I'm definitly hanging out with them after my working/studying schedule, which is super cool. Good job!Read Less",FullStack program - 35+ locations,Web Development +245178,10868,le-wagon,Mathieu Derambure,False,2018,Amazing experience,2018-10-08,4.7,5.0,5.0,4.0,"My name is Mathieu, after graduating with a masters degree from a business school in Paris, I worked for two and half years as a project manager in a communication agency. I really enjoyed my role but one thing was greatly missing for me, I wasn’t working... Read More on what I considered inspiring projects.After thinking on what I wanted to do, I realised inspiring projects were for me innovative and digital ; and I realised that I was lacking a deep enough knowledge of the digital world for me to apply to companies that interested me. So I quit my job and decided to learn how to code.I decided to go with Le Wagon because I had different objectives that, after some research, I believed this organisation could fulfil. First I wanted to learn how to code to understand precisely how it all works, for me to communicate with a developper. Second, I wanted to learn how a digital group work is carried out. Third, as I quit my job, I thought to myself that if I really liked it I could change my professional field. Fourth, I thought as I discovered the limits (or absence of limits) of the digital sphere, I could come up with my own business idea or follow and help someone who wanted to develop his own cool thing.After doing Le Wagon during summer 2018, I realised that these objectives where completely met (or possible) and I got to learn much more.Le Wagon is an amazing learning experience. The program is intense and really well done ; the courses are technical, you are always coding and moving forward. But still you are never overwhelmed as teachers are professionals, plus they are always available whenever you struggle. The program ends with a two weeks creation and development of an idea you or one of your fellow students come up with. This was a great confidence booster for me, it made me realise I technically could do almost anything.Le Wagon was also a great human experience for me. I got to learn a lot from the past experiences of the teachers who are all super nice, but I got to learn more from my fellow students. Everybody has different objectives and come from different professional spheres and no one knew how to code at the beginning. And thanks to the format of the courses, everybody is very helpful to one another.Today, after giving myself a few days of vacation I am searching for a project manager or a product owner position. With this new technical background, I get (and I want) to be more picky of the companies I apply to, and I have already landed some first interviews.Read Less",FullStack program - 35+ locations,Web Development +245167,10868,le-wagon,Adrien Loesch,False,2018,Great experience!,2018-10-08,5.0,5.0,5.0,0.0,"I worked in the Wealth Management industry in London before quitting my job and signing up to Le Wagon. Although I found a lot of pleasure and joy working in this sector, I’d always aspired to evolve in a less formal and more forward-looking environment... Read More such as tech. After doing some research on the topic, I came across Le Wagon which had acquired a solid reputation on teaching coding to their students in a dynamic and startup-friendly framework. These guys were my natural choice to embrace a new challenge.The bootcamp turned out to be very intensive, with a lot of stuff to be learned, especially in the beginning. Thanks to Ed, the London manager, and his constant flow of positive energy, I felt very comfortable throughout the learning process. Also, the course allowed me to meet many interesting people from very diverse backgrounds, all exhibiting relentless hunger for change and self-improvement. The teaching assistants showed enormous committment and would spend all the time needed to provide extensive explanations on a given problem.After 6 weeks of in-depth learning, students get the opportunity to apply their newly-aquired skills on practical projects. I was lucky enough to lead a team of 3 working on my idea: we developed a mooring booking app for narrow boats using busy London canals. Personally, I had a lot of pleasure addressing a genuine problem using tools that I’d never thought of before.After completion of the course, my objective is to join/launch a start-up.To any aspiring coder/entrepreneur, Le Wagon is the perfect place to start your journey.Read Less",FullStack program - 35+ locations,Web Development +245118,10868,le-wagon,Harry Ryder,False,2018,An amazing time learning an amazing skill,2018-10-06,5.0,5.0,5.0,5.0,"In July 2017, I graduated from university with a degree in Anthropology from Duhram University, and subsequently began to pursue my passion for technology startups. In November later that year, I moved to London to start a new job in the Business Development... Read More team at an up-and-coming startup. During my time there, I was lucky enough to travel to a number of different cities across the world, such as San Francisco, Los Angeles and Tokyo, and enjoyed gaining a formal introduction into the world of startups.However, in June 2018, I quit my job after deciding that I wanted to try and be the person helping to build such amazing technologies, rather than the person selling them. I tried free online coding courses, however I found it difficult to learn quickly and often became frustrated by my lack of motivation. So, in July 2018 I enrolled at Le Wagon's coding bootcamp in London, which is no doubt one of the best decisions I've ever made.Le Wagon is hard, make no mistakes. After the first week, I was questioning whether I was good enough to carry on, especially as I felt I was one of the slower ones in the class. However, I quickly got the hang of things and my confidence grew as every day passed.Perhaps the most amazing, yet challenging aspect of Le Wagon's coding bootcamp, is that you're expected to learn a new concept every, single, day. You might feel like you've not even fully grasped the concept of the day before, but you have no choice other than to crack on with the next batch of daily coding challenges. Inevitably, this can make things feel totally overwhelming, but Le Wagon's course is so well structured - they know exactly what they're doing.The amount I learnt in only 9 weeks beggars belief. In the final 2 weeks of the bootcamp, I, and 3 other team members, managed to build our first ever web app - a backpacking itinerary planner. On the final day, I presented our project in front of over 100 people at Google Campus, and felt such an immense sense of achievement. All that hard work and long hours certainly paid off, plus I now actually know how to code!If you want to become a software engineer, or if you simply just want to learn to code, I can't recommend Le Wagon highly enough. The people you meet are incredible and it's such a useful skill to know. Indeed, as the founder of Apple once said, ""Everyone should know how to program a computer, because it teaches you how to think!"".Read Less",FullStack program - 35+ locations,Web Development +245134,10868,le-wagon,Konstantin B,False,2018,Le Wagon is 100% worth it,2018-10-05,4.7,5.0,5.0,4.0,"The experience at Le Wagon has been fantastic overall. The bootcamp is very well structured, working on daily coding challenges with a different classmate each day was fun and all teachers as well as teaching assistants have been nothing but great. One... Read More of the biggest assets of Le Wagon, and this is where I believe it differs most from other coding bootcamps, is that it has a truly global reach. Since Le Wagon currently has around 30 locations and a very tight-knit alumni network one can easily get a foot into the startup or tech ecosystem of exciting cities on every continent (except Antarctica). Another benefit of Le Wagon is the permanent access to its materials and video lectures, which are of exceptional quality.All in all, I cannot recommend Le Wagon enough and would go through the bootcamp again in a heartbeat.Read Less",FullStack program - 35+ locations,Web Development +245133,10868,le-wagon,Zachary Gian,False,2018,"Incredible experience, Strongly recommended",2018-10-05,4.7,5.0,5.0,4.0,"After university, I realized that I lacked some coding skills that would be beneficial for my career. I searched for a program that would allow me to pursue my dream to become a full-stack web developer and found Le Wagon. After deciding to join Le Wagon... Read More in Tokyo, I was really eager to start learning and to start following the 9-week course. Although a bit difficult at the beginning, I really enjoyed the pace and how well made the program was. We had lectures every morning and then later applied the new concepts we learned by doing exercises in pairs throughout the day. I really appreciated the fact that each day we built our knowledge on concepts we had learned the day before. It was a gradual progression and even though it might seem like it is too hard, it eventually “clicks” at the end and it is one of the most rewarding feeling ever! The staff, teachers, and TAs were so helpful, kind, professional and really knowledgeable about the material. No matter what questions I had, they were always able to help. I learned a lot and met great people who had the same ambitions as I had and shared a similar international background. We also have access to the material even after the Bootcamp has ended, and to a network of over 3,000 alumni, teachers and TAs, which is great to find resources, job opportunities and more! Overall, it was an incredible experience and I strongly recommend Le Wagon to anybody who wishes to learn how to code and switch careers!Read Less",FullStack program - 35+ locations,Web Development +245124,10868,le-wagon,Antoine,False,2018,Had an amazing coding bootcamp there,2018-10-05,4.7,5.0,5.0,4.0,"As an ex-journalist already in my mid-30s eager to reinvent myself in a new job - developer - I couldn’t afford enough time for a computer science school. Spending six months to educate myself was not even a possibility, not mentioning the 3+ years courses.... Read More I grew interest for Le Wagon and their short, summer-long bootcamp, though I was a bit worried it would be too light to get a job as a developer.But when I got there, I was amazed by one thing in particular: the quality of the educational method. It is really intensive, but more than that, it teaches web development in a very smart way. You learn languages, software architecture, databases… and you get your hands dirty with what you learn from day one. And then, one day, around the sixth week, everything starts to assemble and you find yourself coding great applications you would never have guessed you would be able to develop a few weeks ago.I loved it and, if I have conscious of everything I still need to learn, I gained confidence to apply for junior positions as I feel that Le Wagon gave me a rock-solid background to become, I hope, a great web developer one day.Read Less",FullStack program - 35+ locations,Web Development +245112,10868,le-wagon,John Gould,False,2018,Fantastic Experience,2018-10-04,4.7,5.0,5.0,4.0,"Before I joined Le Wagon I was working as a mathematics teacher at an inner London sixth-form college. I had always been interested in coding but didn't know how to use it. I heard great things about Le Wagon (from Christos!) and I decided to go for it.... Read MoreThe first few weeks of the bootcamp were fairly intense with lots of new ideas each day. The ""buddy"" system allowed me to meet everyone on the course quite quickly - very helpful for someone as socially lazy as I am! Everyone on the course was great to work with and the Teaching Assistants were no different. Leonard was particulary helpful throughout. This being said, I do recall him once asking me (a maths teacher) if I knew what a recursive function was. The nerve. Like leonard and everyone else, the TAs went above and beyond what was necessary - sometimes working with me past seven o'clock to fix a bug. Everyone genuinely wanted to help.The full-time teachers (Phelim, Ben, Sandrine and Arthur) were incredibly useful. They had the required patience of a teacher and the determination to help. I remember the second Monday of the final project. We changed our routes and had a new front-end goal. Sandrine spent a good 2 hours helping us make the necessary changes. This sort of dedication was commonplace throughout the bootcamp.Le Wagon was an amazing experience and one I would recommend it to anyone wishing to find a career in coding!Read Less",FullStack program - 35+ locations,Web Development +245109,10868,le-wagon,James Douglas,False,2018,The second best thing I've done in my life,2018-10-04,4.7,5.0,5.0,4.0,"Choose Le Wagon!I was a student in the Bali 163 Batch that started in June this year. After years of working in a job which I did not feel challenged in any meaningful way I wanted a change; and decided to invest my time and money into the Le Wagon Bootcamp.... Read MoreI won’t lie, it's very very intense. And in Bali the camp runs in 8 weeks which means working on a couple of Saturdays. Nevertheless I can confidently say that this was one of the best things I have done in my life. I did not have a computer science background; and at the beginning it was difficult for me. However the one thing that ran throughout the bootcamp is that you never work alone. Whether it’s the Buddy system Le Wagon have in place or the amazing TA’s and teachers that were there to guide me through concepts that I had difficultly grasping, I always had help when I needed it.Where I couldn’t have coded my way out of a paper bag before I’ve now already built a couple of projects.I remember one of the TA’s saying the best thing about Le Wagon was it’s fantastic sense of community, and I can’t refute her. I visited Le Wagon in Melbourne whilst travelling and was invited to dinner and was shown around their study area. I’ve spoken to a few alumni’s and they’ve all had similar experiences. The vibe seems to be amazing throughout all Le Wagon locations and its network.My suggestion if you’re pondering a change of career and want to jump start your coding expertise by attending a bootcamp; choose Le Wagon. I’ve yet to speak to anyone who’s finished and regretted it. Good luck!Read Less",FullStack program - 35+ locations,Web Development +245105,10868,le-wagon,Linus Strobel,False,2018,Best coding bootcamp!!,2018-10-03,5.0,5.0,5.0,5.0,"Before joining Le Wagon I was in my penultimate year of reading Biochemistry at Imperial College London. Throughout the year I had tried to teach myself how to build websites using online courses will little success. Struggling to find time in my schedule... Read More to code and not having any support when I got stuck made learning inefficient and frustrating. I decided to attend a coding bootcamp to accelerate my learning. Le Wagon immediately stood out to me because of its great reputation. Now, having completed the bootcamp, I can confirm that it certainly lives up to it.During the first few weeks the learning curve was vertical. However, because I was surrounded by likeminded students and enthusiastic teachers I never felt as though I couldn't make it. The Le Wagon buddy system helped me test and consolidate my knowledge and allowed me to meet great people from all walks of life. There was always a teacher present to answer any questions I had which allowed me to gain positive momentum and not get stuck on trivial issues. By the end of the first six weeks I had acquired all the skills needed to develop a website with Rails, something I would have deemed impossible before the bootcamp.During the last three weeks you get in teams and create two products, one of which is presented at Google Campus. During this time, I learnt just as much about planning, designing and prototyping product ideas as I had previously about coding. The last three weeks are what make the Le Wagon experience truly unique. As an aspiring entrepreneur, learning to build your own products from scratch is empowering and has opened many doors for me. Completing the Le Wagon bootcamp has been one of my most rewarding and enjoyable experiences and I would recommend it to anybody who wants to fast track into the world of tech.Read Less",FullStack program - 35+ locations,Web Development +245100,10868,le-wagon,Maria Sanchez,False,2018,"Long story short, Le Wagon rules.",2018-10-03,5.0,5.0,5.0,5.0,"Long story short, Le Wagon rules.Long story long, once upon a time, I received a course on programming. The course covered loops and conditional statements, and we were aided mainly by pen and paper. In the end, we were told: ""Now you know how to program!"".... Read More Though encouraging, this statement was false. It was the equivalent of saying: ""I have taught you how to make bricks, now build me a house"".Learning coding is like learning a language, it is difficult and tough but also extremely interesting and rewarding.As teaching methods go, Le Wagon nailed it! They have managed to make the learning of a very complex subject into a true pleasure. By dividing the subject into small lessons and adding interesting and challenging factors to each of them they ""trick"" their students into absorbing every little ounce of knowledge the can handle.The course is designed not so that they can teach you, but so that you may learn. Comprehensive lessons and an incredibly supportive staff lead you up the steps to finally and truthfully be able to say: ""Now I know how to program!"".Need proof? Throughout the course you will actually build increasingly complex programs and by the end you will have designed your very own fully functioning webpage. No more scribbles on paper for me…Conclusion: if you are even remotely thinking about this, apply, you will not regret it.Read Less",FullStack program - 35+ locations,Web Development +243985,10868,le-wagon,Freddie Scadding,False,2018,Le Wagon will change your life!,2018-10-02,5.0,5.0,5.0,5.0,"With a background in Chemistry and then orchestral performance, coding didn't seem like the next logical step for me. It's something that I had always been interested in from afar, as something I might have enjoyed if I had started at a younger age, but... Read More perhaps I had missed the boat. At the same time, at 31 I wasn't sure if a total career change was the best idea for me, since it inevitably involves retraining and starting again at the bottom rung. My friends in the industry assured me it was definitely possible and that it's becoming a much more common route in, so I started to look at bootcamp courses. Le Wagon was overwhelmingly well reviewed, so I enrolled.Look no further: Le Wagon will change your life.Obviously from the great reviews, I had high expectations from the course. These were blown out of the water. Le Wagon has been the best educational experience of my life. The course is intensive - it really is non-stop for 9 weeks - but you come out the other end as a well-rounded full-stack developer, ready for employment. This is the most important thing: the syllabus at Le Wagon is so well designed, you're not just churned out the other end knowing whatever topics were chosen by the founders 5 years ago, the course is regularly updated to reflect the most important relevant changes and language versions that are becoming more widely used. You really feel like you're ready to slot into a professional development team by the end.The course caters for people of all aptitudes. For people taking to it quickly, there's supplementary work you can do to push yourself. For people finding it more challenging, there are teachers and teaching assistants absolutely everywhere, and they are there to help! There are also sessions organised for people who want to re-cover some old material to help them keep up. You're always paired up for your daily challenges, so it's also a great opportunity to learn from each other and figure things out between yourselves.Apart from the fantastic teaching and learning experience, Le Wagon is an extremely sociable course. You're always paired up with different people every day so you'll quickly meet everyone on the course, and there are regular social events organised by the staff. It's an intensive course, so you'll make close friends super quickly - you're pretty much spending all day every day together!In summary: I hadn't written a line of code before the start of this year. Coming out of Le Wagon I am starting a new job as a junior developer two weeks later, with good pay. Le Wagon makes this possible! It's the real deal. Viva Le Wagon!Read Less",FullStack program - 35+ locations,Web Development +245096,10868,le-wagon,William Calderón,False,2018,The reviews are real!,2018-10-02,5.0,5.0,5.0,0.0,"After struggling for years with my own discipline to learn programming autonomously via online courses I found the opportunity to learn Ruby on Rails at Le Wagon. I had doubts about the reviews I found on the web since there are no complaints from any... Read More student on any of the review sites. I thought there has to be a catch, no way it’s that perfect. Wrong! Absolutely complete bootcamp, agile and practical teaching system. Yes, it’s hard but I couldn’t get enough of it. I was so motivated to learn every day from 9am to 7pm and the time was flying. The platform is so solid, the teachers and TA's are perfectly prepared to answer any question and also have the pedagogical skills to keep you engaged and make sure you understand the new concepts.I am a cryptocurrency and Blockchain enthusiast. Through Le Wagon I can now not only realize my ideas and build web apps but also have fundamentals and tools to go on to teach myself any additional coding languages out there.And what can I say about Bali, Indonesia? Spectacular! Sea, sun, surf, and coding .... can you ask for more in life?BTW: if you have doubts about the reviews as well I recommend you look up the people in LinkedIN and see what they are doing now or even message them. If you want to speak to me you are most welcome to contact me: linkedin.com/in/wecalderonc/Read Less",FullStack program - 35+ locations,Web Development +243865,10868,le-wagon,Anonymous,True,2018,Fantastic,2018-10-02,5.0,5.0,5.0,5.0,"Le Wagon was brilliant. First and foremost, I joined Le Wagon because I'm interested in business. So coding appealed to me for two reasons. First from an entrepreneurial perspective: if I can code, then I can design, iterate and fix my own MVPs. Second... Read More from a wider commercial perspective: I thought learning to code would empower me to speak a new language; to be able to have fantastic conversations with other tech enthusiasts about where the world is headed. That's why, after graduating from Cambridge University with a philosophy degree, I enrolled on Le Wagon London's 9-week intensive course as an investment in my career.I'm happy to say that the product-oriented bootcamp fulfilled my expectations. By week 6 we were generating mini-apps from scratch every day. Not only were we able to launch websites that are live *right now*, we could also make them look really fantastic by implementing a few simple design principles. I'm continuing to work on the MVPs we built during the bootcamp, and my techy friends have since approached me asking to collaborate on new apps and websites. Learning to code is SO empowering. It changes my whole relationship with the internet and often other people too. Even friends who studied computer science at university, or other programmers, are astounded by what's possible in a 9-week bootcamp! Other good stuff: the course is designed exceptionally well. The Le Wagon team have worked hard to create funky, productive vibes in the office; the culture is uplifting and intelligent, and after the bootcamp I felt like I'd 'joined the family'. The design of the day-to-day learning is outstanding - clearly they've been tweaking and perfecting their teaching methods with every new bootcamp, so by the 173rd bootcamp (my own!) everything worked like a slick, powerful machine. The networking is fantastic - I've met so many inspirational people from all walks of life who will be lifelong connections. If you can spare the cash, Le Wagon is a brilliant investment in yourself.Read Less",FullStack program - 35+ locations,Web Development +243858,10868,le-wagon,Julianne Joswiak,False,2015,Lots of fun and learning too!,2018-10-02,5.0,5.0,5.0,0.0,"Le Wagon was a great experience. It really piqued my interest in programming. I went on to do a conversion Master’s in Computing after the bootcamp, which I am almost done with now. This has given me a renewed appreciation for Le Wagon. At Le Wagon, they... Read More were able to teach us so much in such a short amount of time. Most important, they made it fun. The curriculum was really stimulating and the platform they have built around it looks amazing and delivers content in such an effective manner. Le Wagon is where I loved programming, and without it I probably would not even be considering a programming role today. It was also just a lot of fun! The challenges posed by the teachers were a lot of fun, and working with our classmates was great. The class grew really close, and we had many social events - following our long programming days (9-6). But I never felt like the days were long. I was at my most skilled and job-ready after completing Le Wagon. Le Wagon really equipped me to be a web developer. It is one of my favorite things I have ever done, and I would do it again in a heartbeat.Read Less",FullStack program - 35+ locations,Web Development +245061,10868,le-wagon,Thanh Tran,False,2018,#bestbootcamp,2018-10-02,5.0,5.0,5.0,5.0,"I’d heard so much about Le Wagon before I started the course that I was afraid it was going to be overrated. Boy, I wasn’t disappointed. The curriculum is well thought out, like Lego bricks that you assemble. And the social experiment is definitely a... Read More highlight: meeting classmates who took the same risk as I did, the risk to learn something completely new and to perhaps also change their lives. But the most satisfying and rewarding part was to build the final project from scratch with my own hands (and with those of my 3 fantastic group members). Prior to the bootcamp, I was working as an Investment Analyst at a VC firm in Singapore and I was so frustrated about not being able to build anything except legal documents, Investment Memorandums and Excel spreadsheets. When I came back to Paris, I got seriously ill and wasn’t able to do anything for a long while as my frustration ramped up. Le Wagon helped me find a way back into the working world as I now work as an auto-entrepreneur building websites for others and for myself. Now I can’t go a day without thinking about coding new projects!Read Less",FullStack program - 35+ locations,Web Development +245091,10868,le-wagon,Zoé Cadé,False,2017,Incredibly fulfilling experience,2018-10-02,5.0,5.0,5.0,5.0,"I joined Le Wagon after working as a product owner and I was looking for a professional reconversion. I couldn't afford to go back to school and I wanted to be able to quickly return to the job market. I decided to enter the bootcamp after talking to... Read More a few alumni who told me how professionalising and effective their bootcamps had been.My time at Le Wagon was an incredible experience, with no comparison to my years of traditional studies. Their methology is unique because it focuses on the positives of learning. You don't ever feel stuck, dumb or frustrated. Because you are always working with a pair or a group, you spend a lot of time co-teaching each other and you get an amazing sense of fullfilment from understanding new concepts yourself but also from helping others understand.After 2 months at Le Wagon, you will not know everything but you will have learned lots of best practices and how to ask questions and this is what makes a good developer.1 year later, I can only say how good a decision it was. I'm now working as a fullstack RoR/JavaScript developer, and yes the first months the learning curve was stiff but I had solid foundation to help me and I now feel at ease with my coding. I still have tons to learn but that's the fun of the job!Read Less",FullStack program - 35+ locations,Web Development +243566,10868,le-wagon,Alexandre-Olivier Nycz,False,2018,Change what YOU WORTH!,2018-10-01,5.0,5.0,5.0,5.0,"When I was younger, I wanted to learn how to code. I tried to learn online through several courses. I didn’t really like it because it was difficult to have some active feedback and being vigorous by my own was an additional difficulty. Gradually, the... Read More motivation faded away with school and personal life. Until I started working in my first startup at 17 years old, I was exposed to talk with software engineers about technical stuff. I realized that they were losing me on technical discussions and I hated the feeling of being left behind because I didn’t understand code. I decided to take a break from the startup and since that I’m a student in CEGEP, I have 10 weeks free through the summer and a 9 weeks Bootcamp seems to fit perfectly. I begin to talk with several people that had some connections through the coding community. One of my friends was doing a 9-week intensive Bootcamp and I found that really interesting. Before registering, I decided to go to different conferences that they host regularly to learn more about the Bootcamp and to meet with the organizers. I talked with Guillaume, the Bootcamp manager and I pretty liked what he said to me. After the first meeting, I did some research to see my Bootcamp options and to do some interviews. I finally decided to go with Le Wagon Bootcamp because they were the only one to work on the Startups spirit as well as the coding part. It was the mix that I was looking for; a Bootcamp that shows you how to code and with that new knowledge helps you to bring it in the startup community. I was pretty excited to do the Bootcamp but I knew that it was challenging because I was the younger student with no scholar background yet, however, I knew that it was a good timing if I wanted to accomplish my goals. The first 3-4 weeks was really difficult for me. As I said, I didn’t have any background in code and a lot of people were either coming from a technical background or was studying in computer science and stuff like that. After a lot of perseverance and work, it began to work it out for me. It was still pretty intense, but the teachers were always there and they’re always happy to help me with all my questions and problems. What is pretty cool with Le Wagon Bootcamp is that in the last two weeks, you’re doing your final project. Do you have an idea? Good. Just code it. It’s literally that and it was awesome. I give 10 out of 10 for the Bootcamp and I highly recommend Le Wagon for everybody who wants to learn how to code, improve your technical skills, connect with the startup and coding community and meet fantastic people through the Bootcamp. Even at my age, I have a pretty good knowledge of code and I found that really useful through the everyday life. I’m beginning to build my own web application and I have access to all the lectures and exercises that I had through the Bootcamp. This really helps fully because it’s impossible to memorize everything that I’ve learned through the Bootcamp. Once again, no matter what industry you’re working in, change your life and understanding of things, learn how to code with Le Wagon Bootcamp. It’s a difficult and long journey, however, I promise you that is worth it. Read Less",FullStack program - 35+ locations,Web Development +243561,10868,le-wagon,Jack O'Connor,False,2018,"Had fun, learned to code and made lifelong friends. I couldn't have asked for more! (batch # 175 Barcelona)",2018-10-01,5.0,5.0,5.0,5.0,"Why did you want to learn to code?Everyone has their own personal reason(s) why they want (or wanted) to learn to code. I decided to learn to code for a number of reasons but primarily I wanted to change careers. After studying a masters in law and aiming... Read More to become a lawyer, I realised I was not passionate enough to continue a career in law. Then I worked in a finance company for two years. However, long story short neither a career in law or finance made me happy so I decided to seek an alternative career path. I wanted a career path that would be intellectually challenging and rewarding, that would teach me an essential skill that could be applied to many different job types and most importantly, a career path that was future-oriented and where the demand for this skill was higher than the supply.Why did you choose Le Wagon?Some people are able to teach themselves how to code though books and online resources. However, after doing a lot of research on how different people became developers (many people of whom did not have a computer science degree and changed careers from diverse career backgrounds), I realised that many chose the coding bootcamp route. I realised after trying the self-taught route myself for a month that I was one of those people who needed a structured and well-taught program to become a developer. Plus, I wanted to become a developer in the most time-efficient way as possible. I chose Le Wagon as the slogan resonated with me. Simply put, I wanted to learn to code and change my life. Before deciding on Le Wagon, I did extensive research on the different coding bootcamps. I read every review of Le Wagon on the popular review sites course report and switchup and anywhere that I could find a review. The reviews given were overwhelmingly positive so who was I to argue with more than 500 5/5 star reviews? ;) So I applied, got accepted and the rest is history.Can you share the highlights of your experience? (favorite things, what helped you the most, challenges, your final project...)It was one of the most challenging yet rewarding experiences of my life! And just 9 weeks! There was ups and there was downs! My biggest personal challenge was that I missed an entire week of the bootcamp due to bad health. It was one of the biggest sink or swim moments of my life but due to the support of the people at Le Wagon Barcelona, both students and staff, I overcame the challenge, fought back and finished the bootcamp in style!The Le Wagon community is great! It is one of the best if not the part for someone after the bootcamp! The main struggle I have had since finishing the bootcamp is feeling lost and not knowing what I should do next. And the feelings of “imposter syndrome” has been the most difficult part but I reached out to people in Le Wagon and I got the answer I needed!How did you like Barcelona?Barcelona is an amazing city! It has almost everything you could ask for! The food is great and very affordable, the over all vibe is relaxed and chill and the weather is beautiful every day! My only criticisms of the city is that it is very touristy during the summer and the pickpockets!! Just be aware when going outside day or night but especially at night, avoid certain areas (Las Ramblas) and all will be good! The pros of living in Barcelona far outweigh the cons so don't worry! I don't have any regrets!What advice would you give to someone considering joining us?My advice before joining the bootcamp is to become good in the Ruby programming language before starting the bootcamp! Practice Ruby problem solving exercises online! If you do you will reap the rewards especially in the first 3 weeks of the bootcamp! :)Read Less",FullStack program - 35+ locations,Web Development +245089,10868,le-wagon,Eugene Ernoult,False,2018,Great learning experience!,2018-10-01,4.7,5.0,5.0,4.0,"I was the « Marketing guy » for more than 6 years in a startup I co-founded and it was sometimes (a lot of times) frustrating not to be able to understand my co-founders dev problems. That’s why I always wanted to learn how to code. At first, I wasn’t... Read More sure Le Wagon was the best choice for me as I still didn’t now if I wanted to fully change career (I still find Marketing really interesting and important).After discussing with a distant friend who did Le Wagon and talking to the Le Wagon Paris team, I decided to take the leap and attend Le Wagon batch #177 in Paris and boy was it a good idea. I have never experienced such a perfect learning experience (I’ve tried to learn to code only at least 10 times):- The program is great. Focusing on practice over theory. The exercices are challenging enough but not to difficult so you don’t fall behind.- The buddy system is perfect: You work with a new person everyday. This allows you to meet everyone and to better learn as you explain the problems to each other- The numerous TAs and staffs are there to help you along the way.What amazed me was the constant care of the team to see if everyone is following the course and all the extra perks to create a great atmosphere between the students (events, lunches, yoga, meet your buddies, …).Of course, this comes with a cost (both in terms of finance and time) but it is well worth it. I highly recommend it.Read Less",FullStack program - 35+ locations,Web Development +243393,10868,le-wagon,Stephane Lafontaine,False,2018,A new start (with the right tools),2018-10-01,5.0,5.0,5.0,0.0,"My name is Stephane, and I'll be 52 years old in a month. I have done many things in my life so far, including rock climbing (climbing and teaching), playing in a few bands for a number of years (none which you would have heard of), doing live sound for... Read More concerts for the last 20 years, teachin Qìgong... For the past 7 years, I've been studying and training in Chinese Medecine and Martial Arts.Last spring, I had to make a decision about what I wanted to do, money-wise, for the next 15 years of my life. And I remembered how much fun I had a year ago, when I was setting up my girlfriend’s e-commerce store and needed to learn a bit of HTML and CSS to do so. The magic of Code! Being able to create stuff just like that was fascinating.So I looked into programs and schools and found Le Wagon. Before investing time and money into a boot camp, I needed to make sure I was going in the right direction, and so I did the Build a Website from Scratch course on Codecademy. One night, looking up from my code and realizing 6 hours had passed by without me noticing, I knew I had found my new career.Meeting Guillaume and seeing how serious Le Wagon is about what they do convinced me. And I have to say, the boot camp has been one of the greatest, most intense, knowledge-crammed, frustrating, elating and most awesome experience in my life! Yes, it is tough. Yes, it is confronting and yes, you’ll get discouraged (especially at the end of week 3).But if you keep the pace, if you do your flash cards every day, if you gear up for a marathon and not a sprint, you’ll get through it. And I’ll bet you’ll feel extremely proud of your achievements on demo day (once the presentations are over). You won’t believe what you’ll be able to create after such a short period of time.Right now, I am working on my first (and quite imposing) freelance project: migrating an e-commerce store to a new platform, setting up an LMS class and grouping all of it into a Rails application. Lots of time spent on Google so far ;0).Batch #188 in Montreal, I’ll see you real soon, as I’ll have the opportunity of being a TA for you (I’m redoing the challenges as we speak). Happy coding!Read Less",FullStack program - 35+ locations,Web Development +235335,10868,le-wagon,Gaëlle Londoz,False,2018,One of the best decision I ever made,2018-09-30,5.0,5.0,5.0,5.0,"Before starting the bootcamp, I was web project manager for a few months in Montreal. It was a great job but I realized by the time that I wanted to become a web developer.I already knew Le Wagon from Belgium, and I only heard good things about it. So... Read More I decided to do the Bootcamp in Montreal.I don’t regret at all taking this decision. We really learned a lot in only 9 weeks.One of the best moment was during the final weeks, we worked as a team on a final project and also on an AirBnB clone. Those projects combined all the things we have learned during the bootcamp.It was really rewarding to realized what we were already able to do.Now I work as front-end developer in Brussels and I love my job so much.Read Less",FullStack program - 35+ locations,Web Development +245073,10868,le-wagon,Nordin Belkacemi,False,2018,Greatest investment ever!,2018-09-30,5.0,5.0,5.0,5.0,"Le Wagon Montreal was an amazing experience. This bootcamp has the most structured and best paced curriculum I have ever come across. All of the people attending are spoiled everyday with the best learning environment one could ask for, and in the end,... Read More I walked away with so much more than just a bunch of skills in web development.

The idea of coding by solving concrete problems/challenges instead of just diving head first into books and theory provided me with better motivation. Coming from an engineering course, I can say that the way you learn in college can get boring and dry, but with this “hands on” approach, along with the special support provided, it’s the best anyone can ask for.

Walking away with a finished project, and a potential product was incredibly valuable to me, as I haven’t done many projects in the past, but now I have one on my resume. My peers and I remain in contact and I’m very happy I got to learn with and from them, but most importantly they helped me develop my collaboration skills, which is essential in the industry. Additionally, I have the privilege to be a member of the Le Wagon alumni, meaning that I can get in contact with anyone who has attended the same bootcamp (all over the world!)

On top of all this, I get lifetime access to all of the material we covered PLUS tips and tricks to help me learn individually.

Le Wagon was the smartest investment I’ve made so far. Hats off to the team!
Read Less",FullStack program - 35+ locations,Web Development +239399,10868,le-wagon,Baptiste Boucher,False,2018,What a life changer!,2018-09-29,5.0,5.0,5.0,5.0,"Working in the sales department of e-commerce companies, I couldn’t help myself looking at ways we could improve our users experience. I was slowly moving towards the product side. I wanted to land a product manager position. But how do you talk to your... Read More programmer’s mates if you never coded anything? That’s why I joined Le Wagon. What happened next is just a life changing experience ! It was intense, fun and rewarding. I didn’t think I could learn that much skills in such a short period of time. You can feel the curriculum is crafted iteration after iteration, batch after batch. The teachers are all experts. You don’t lose time searching hours to debug your code. Experienced staff are there to solve your problems and teach you how to walk by yourself. I ended up loving coding so much that I changed my life’s goal to become a full time programmer. After the bootcamp you will enter in Le Wagon community and be able to get in touch with alumni who became experts in many fields. This is priceless !Read Less",FullStack program - 35+ locations,Web Development +238678,10868,le-wagon,Augustin,False,2017,A coding bootcamp that deeply changed my professional life!,2018-09-29,5.0,5.0,5.0,5.0,"Le wagon bootcamp was an incredible experience. At the beginning I just wanted to better understand coding to be able to discuss with developers. Through the bootcamp I realized I could even build my own mvp for the company I planned to build. The skills... Read More I learnt are now very useful in my everyday life, a new card to play in the tech ecosystem. The human experience was also outstanding! I met true friends in my class, a great way to meet people with different backgrounds, different stories, and same tech interest.I highly recommend this training! AugustinRead Less",FullStack program - 35+ locations,Web Development +245067,10868,le-wagon,Anonymous,True,2015,Le Wagon changed my life for the better,2018-09-28,5.0,5.0,5.0,5.0,"Not knowing exactly what I wanted to do after school, I went to study law for 4 years at La Sorbonne. I was really interested in it but felt that creativity was missing in that field. Moreover, I was passionate about new technologies and had the dream... Read More of one day starting my own business. I was always getting new project ideas but didn't know how to make them live. I had tried to get in touch with developers, but without any knowledge in tech, I had little legitimacy and it was tough to convince them in joining my projects.After going to many tech workshops and meetups, I heard of Le Wagon which sounded like the exact solution to my pain. At first, I was scared I would not be good enough to follow their program, because I had stopped studying maths for a few years. But I decided to give it a go anyway.The training was fast-paced and required full involvement, the one that makes you feel you're pushing your brain to its limits! However hard it was, it was really worth it as for every minute spent there, I knew I was learning so much and getting real actionable skills that would enable me to create web products on my own. I felt as if I was getting magic powers!On another level, it is also a place where I got to mingle with creative and motivated people who then became great friends.As a result, I'm really thankful to Le Wagon as it helped me to make the switch to a new industry which better suits me.Read Less",FullStack program - 35+ locations,Web Development +238336,10868,le-wagon,Alex Fiennes,False,2018,Best place to learn to code,2018-09-28,5.0,5.0,5.0,5.0,"Before doing the course at Le Wagon I was working as a carpenter, although it wasn't what I wanted to do long term. I wasn't really sure what to do but I started doing coding in my spare time which I enjoyed, and it made me want to learn more so I decided... Read More to sign up to Le Wagon. I've never really liked formal education (I dropped out of university two years ago), but I greatly enjoyed the course. I learned more than I ever thought I would. The enthusiasm and helpfulness of the TAs was inspiring and the atmosphere was lively, with everyone being very keen to learn. The buddy system was great as it meant that we could all get to know each other and progress at a similar rate.I particularly enjoyed working on projects in the final weeks where I put the skills I'd learned into practice with three others and made a fully functioning website. It was difficult, as was all of Le Wagon, but achievable and I enjoyed making progress and cementing my skills in this way. I would wholeheartedly recommend this course to anyone who's even slightly interested in learning to code.Read Less",FullStack program - 35+ locations,Web Development +245053,10868,le-wagon,Zuza Żuber,False,2018,Absolutely worth it!,2018-09-27,5.0,5.0,5.0,5.0,"Everyone asks me - was it worth it? Did you enjoy it? Not too difficult or too boring? My answer is always - it was simply one of the best decisions I've made in my life. After spending several years as a category manager in a big international corporation... Read More I realized it's high time for a change. I felt a strong need to learn something new and get into a new environment, gain independence and the ability to create something useful from scratch. I considered several possibilities and realized that programming might be worth trying. Le Wagon bootcamp seemed like the perfect solution as they said you don't need any previous coding experience, guaranteed a comprehensive program that would give me a strong basis for a new career as a programmer and simply looked like a cool and passionate group of people. How were the 9 weeks? Crazy! Le Wagon delivered what they promised - the bootcamp gave us a great introduction to the coding universe, going step by step from the foundation through advanced concepts. And I won't lie - it was an incredibly demanding time. However thanks to our own motivation and full support from an amazing team of teachers we managed to become fluent in Ruby on Rails, manage databases, create beautiful front end and the thing of utmost importance - create our own products! Last three weeks of the bootcamp taught us how to work in teams while working on our applications which is super important before making your first steps as a Junior Developer. We learned how to compromise, split tasks, work on GitHub and last but not least - communicate! Le Wagon gives you the skills. But the invaluable advantage is also the worldwide community that you join - amazing, helpful people with experience they are happy to share. Yes. One of the best decisions in my life :)Read Less",FullStack program - 35+ locations,Web Development +245035,10868,le-wagon,Simon Guertin,False,2018,An amazing Journey,2018-09-26,4.7,5.0,5.0,4.0,"I have always dreamed of being an entrepreneur and realizing my own projects.Business ideas come to me often and I have always known that the way to achieving them was to become a fullstack developper.If this speaks to you, look no further. I've gotten... Read More so much more out of le wagon then just learning how to code. In the course of our 9 weeks we were taken by seasoned veterans through every process of a products creation. From the imagination, to the design, the feasibility study, the conception, the realization and finally the pitch of the product.Leaving the bootcamp I felt like I had all the right tools to put my ideas into products.I cannot speak for everyone, but suffice to say; the bootcamp is well recognized. The week after the bootcamp I was hired by someone inside the network not only for my coding skills, but because I had mastered every step of a product's lifecycle and they were launching a new product; it's everything I could dream of. I can live at my own rythm in a great environment.If you are looking for a new journey or a great learning experience, are willing to work hard (yes, hard work is required to get the most out of the experience!) then you'll have a blast at le wagon!Thank you le wagonRead Less",FullStack program - 35+ locations,Web Development +245032,10868,le-wagon,Wes Sprague,False,2018,Time of my Life,2018-09-25,5.0,5.0,5.0,5.0,"Prior to Le Wagon I was in a position where I’m sure many people in their lives have been. Although I was living in beautiful sunny southern California, engaged to my best friend and making a pretty decent salary I wasn’t as happy as I could be. Why?... Read More My job. It sucked, I hated it, I was SO incredibly bored. Unless you’re lucky enough to have the means not to work, the majority of us will spend most of waking hours at our jobs. It took me a longer than I would have liked to realize that your job is more than bringing home the bacon. This is why I decided to take the plunge with Le Wagon. I was trying to learn to code on my own, between my job and everything else life throws at you, it becomes very difficult to find the time and learn effectively. I even managed to earn an Associates degree online in programming but I still felt I didn’t learn nearly enough.In May 2018, I commited to Le Wagon’s July Cohort, the in June I quit my job(yikes!) and showed up in London from Los Angeles 5 days before the start date. The first day of the cohort, while still feeling the jetlag, I had the pleasure of meeting 39 other motivated classmates as well as the many wonderful teachers. They didn’t waste any time, we hit the ground running from day one. It was quite daunting, all the information thrown at you the first week, but by the end of the week I was amazed how much I had already learned. Le Wagon’s stack covered a variety of topics including Ruby on Rails, Javascript, CSS, HTML and CSS, not to mention all the other little things we learned along the way. As every week passed I was blown away how much you can accomplish. It was amazing to see by the end of the course what my classmates and I had built.Looking back, I am blown away by the final projects everyone had built. I had learned so much in 9 weeks, exponentially more than I had trying to code by myself for almost a year. I had such a blast in my weeks at Le Wagon, everyone was a pleasure to be around. Each weekend the teachers and staff put on events for the students and it was always a great time. It’s more than just going to a school or course, these people become your family for 9 weeks. If you’re reading this and on the fence about doing Le Wagon’s program, my advice to you is to go for it, you won’t regret it. The only thing I regret is not doing it sooner, it was one of the best experiences of my life.Read Less",FullStack program - 35+ locations,Web Development +245025,10868,le-wagon,Pierre-Etienne Soury,False,2018,Le Wagon enabled me to change my life,2018-09-25,4.7,5.0,5.0,4.0,"Le Wagon enabled me to change my lifeAfter spending 4 years in an engineering school, trained the old-fashioned way on the hierarchical, administrative and industrial plan, I took on a project that was important to me: web development. I learnt about... Read More Le Wagon while I was chatting with my family and web developers, and the concept of a fast-paced and professionalizing training program, tackling all modern startups’ best practices immediately appealed to me.The 2-month program is both very long, because of all there is to learn, on various tech tools and programming languages, and very short, due to countless meetings, opportunities and achievements.Throughout the program, there is constant support, mutual aid Is present, and teaching methods are multiplied. Le Wagon is a distinct mindset and a school like no other.Today, 2 weeks after the end of the bootcamp, I already got in touch with a lot of tech companies in Paris, received full-time job offers, and I am now able to develop my personal web projects on my own.I would recommend Le Wagon to all the people who are eager to go into web development, even if they don’t know anything about programming - as most candidates don’t - but all of them got out of this experience with concrete web apps and an ability to work in the digital world.Read Less",FullStack program - 35+ locations,Web Development +245019,10868,le-wagon,Shiraz Bühlbecker,False,2018,An unforgettable experience,2018-09-25,5.0,5.0,5.0,5.0,"Attending the 9-week coding bootcamp at Le Wagon Paris was one of my most inspiring life experiences. After finishing a Bachelor in Business Administration, I decided to take some time off in order to get real world experience before continuing my studies.... Read More I did a few internships but felt like I needed to learn something more practical and wanted to challenge myself. That’s when I decided to sign up to le Wagon. The program is very intense but the curriculum is really well structured. The first three weeks you learn the basics of Ruby, followed by HTML, CSS, JavaScript and finally the Rails framework. The last three weeks are dedicated to two projects built in groups and the final project is presented at the demo day. These projects are incredibly useful as they allow you not only to apply everything you have previously learned to a real life business idea but also to keep learning from your team members and explore some parts of the curriculum more in depths. I am truly impressed to see how much we were able to learn in only 9 weeks! This was only possible due to the incredible teachers at le Wagon. They are doing such an outstanding job at teaching the complexity of web development to complete beginners whilst still making it challenging for more advanced coders. Teachers and staff are always available, patient and motivated to help! But what also makes le Wagon so memorable is its community. I had the opportunity to meet and build relationships with truly inspiring people from all ages & backgrounds. Every week we took part in different kinds of evening activities, workshops, career-related events and conferences that undoubtedly helped me develop my professional goals. I have recently started my masters at ESCP Europe and will be searching for an internship in Product Management, as I would like to work with web developers in the future. I am also developing my own projects on the side. I would say that le Wagon was definitely an unforgettable experience! Thank you!Read Less",FullStack program - 35+ locations,Web Development +245009,10868,le-wagon,Eric Foucault,False,2018,Amazing experience!,2018-09-25,5.0,5.0,5.0,5.0,I just finished Le Wagon bootcamp in Paris. I really enjoyed it and here is a detailed review I wrote about it (in French only sorry) : https://www.linkedin.com/pulse/bilan-de-mon-aventure-au-wagon-eric-foucault/,FullStack program - 35+ locations,Web Development +244892,10868,le-wagon,Denver Stove,False,2018,Incredible Learning Experience at Le Wagon,2018-09-25,5.0,5.0,5.0,5.0,"After finishing my law degree I decided to fulfil my desire to learn web development. After coming from a background with no knowledge of coding, the Le Wagon team quickly helped me learn all the necessary tools to build end-to-end web applications. The... Read More course goes by extremely quickly but you learn more than just the technical side of coding. You learn how to plan, manage and pitch a project. There is a strong emphasis on learning to code as a pair and in small teams. Everyday there are new challenges and exciting parts of coding to learn. All the teachers and assistants were extremely helpful at guiding your learning. I would definitely recommend the course to anyone who is even remotely interested in learning web development, it is an incredible course where you will surprise yourself about how much you can learn!Read Less",FullStack program - 35+ locations,Web Development +245010,10868,le-wagon,Tom Patton,False,2018,Most coding bootcamps teach you how to code. Le Wagon teaches you how to use code to build products! (Barcelona #175),2018-09-24,5.0,5.0,5.0,5.0,"After working in tech startups for a number of years, I really wanted to become more technologically savvy so that I could better work with product teams, find ways to optimize my day to day work, as well as speak intelligently about products/features... Read More with customers. Additionally, a dream of mine has been to start a company one day, and I wanted to be in a position where I could create MVPs for my startup ideas.Most coding bootcamps teach you how to code, but Le Wagon teaches you how to use code to build products. They teach you to qualify, prototype, user-test, and develop your ideas. Le Wagon gives you the skills to be an entrepreneur as well as a programmer.The thing that I'll miss the most is the day to day grind of learning new things. For the first six weeks, you're drinking from the fire hose and learning new coding concepts daily.Although challenging, very few things are as satisfying as learning a something new in the morning, struggling with it throughout the day, and then getting a green terminal (passing the challenge tests 100%) by the afternoon. And I loved Barcelona. Amazing culture, people, and tapas :). For me, it was the perfect place to learn to program.Bite the bullet. 20 years from now, I doubt you'll regret going to school to become technologically literate. Le Wagon will teach you to be a developer, but if you decide to go a different route (entrepreneurship, freelancing, product management, etc.), you'll have a skillset that is going to differentiate you.Read Less",FullStack program - 35+ locations,Web Development +243920,10868,le-wagon,Anonymous,True,2018,Le Wagon is top,2018-09-24,4.7,5.0,5.0,4.0,"After my final internship in a Web agency as a Business developper (commercial), I was frustrated to be the one who speaks about digital stuffs, but, in reality, doesn’t know how it works.As I was graduated, I decided, before looking for a new job, to... Read More learn a little bit more about programming language by myself.I quickly decided to join the bootcamp offered by the Wagon. One of my old colleagues told me about her extraordinary experience at Le Wagon. As the program was perfect for me (short but intense), I've just said : “Ok, let’s go !“.No regrets ! The bootcamp was amazing ! It’s impressive how much valuable things you’re able to learn in such a short time. Once more, I’ve met incredible people, Thanks Le Wagon.Read Less",FullStack program - 35+ locations,Web Development +243537,10868,le-wagon,Michael Wong,False,2018,"Le Wagon - Excellent Course, Teaching, Classmates, and Experience",2018-09-24,5.0,5.0,5.0,5.0,"Le Wagon was a truly challenging but wholly rewarding experience. Over the course of two months I was taken from an absolute novice, to a capable and cognisant junior developer. By the end of the course I was not only able to code in multiple Frontend... Read More and Backend languages but I was able to identify areas of interest and languages that I wanted to investigate. The bootcamp has provided a solid and well-formed foundation upon which I can build my own career. Coming from an Education and Fine Art professional background, my knowledge of computers was limited. The Teachers and TAs of Le Wagon Berlin worked hard to ensure that all students got the help they needed, able to differentiate those with a history in coding, and those fresh to the craft. Daily Extension Tasks pushed those with more experience, while clear instructions, comprehensive lectures and online resources, built-in testing, and an efficient and effective ticketing system meant that anyone who needed help could readily find it. However the teaching was not limited to the Teachers and TAs, I found that I learnt the most from my buddy. The buddy system pairs you with a different classmate each day, allowing you to share your strengths, and learn from each other, all the while becoming great mates with the people in your bootcamp.The bootcamp also runs on a rotating system of Teachers and TAs meaning that there were always new, fresh experts to learn from. We were taught by Industry Professionals from around the world. The TAs, all of whom are recent graduates, we capable at assisting us but I found them most valuable in empathising with our struggles. Having recently been through the bootcamp, the TAs were excellent at assuaging our stresses and getting us over whatever hurdles we were facing. Morning Lectures and Afternoon Livecodes, meant that you were always pushed to learn and try new techniques. And it was this intensity that enabled so much learning to take place in such a short span of time.Over the course of the two months I built several functioning applications, some of which are live and online today. Being able to code a fully functioning web application from nothing seemed so foreign before Le Wagon, now it is not only a reality, but a pleasure. These skills cater to all types of people. From the truly creative, to the lovers of problem-solving, my classmates were wide ranging, highly analytical and highly artistic. Coding allows you to engage all parts of your brain, and Le Wagon helped us to understand code.This course will teach you how to code. But it also teaches you how to develop a User Journey, how to Pitch a Product, how to Work as a Team. Le Wagon is a holistic learning experience that I would recommend to anyone interested in gaining more knowledge about the coding and tech world.Read Less",FullStack program - 35+ locations,Web Development +243522,10868,le-wagon,Andre Sousa,False,2018,Good environment and average learning experience,2018-09-24,3.5,3.0,4.0,0.0,"Although there was a good environment in the class, I felt the class had too many students. I strongly believe that having a total of 26 students in super-fast learning process is not desirable and can even compromise the learning experience. In fact,... Read More I felt some teachers were unable to ensure that all students were keeping up the class pace. Other issue that I think needs to be improved is the high level of teachers and TAs rotation. This process does not allow teachers and TA to know students well enough, that is, this rotation aligned with the big number of students makes difficult for professors to identify the main weaknesses of each student and, therefore offer proper help.Read Less",FullStack program - 35+ locations,Web Development +244993,10868,le-wagon,Anette,False,2018,Great experience,2018-09-24,5.0,5.0,5.0,5.0,"After graduating from law school, I felt that the legal world and the real world was really disconnected. The legal environment hadn’t at all kept up to speed with the technological advances. I wanted to acquire the tools to be able to change this. After... Read More doing some research on coding bootcamps I soon discovered le Wagon as a leader in the market. I was surprised to see so many ratings, all excellent, which made me comfortable in my choice. The courses are not like regular school courses like we know them from university. The day starts with 1,5 h of lecture, and then you code all day in teams of two. This means they have a real learning-by-doing approach, which I believe is a very efficient one. Of course, you are surrounded by helpful teachers if you have any questions. The pace is very intensive, and I think what you get out of the course really depends on what knowledge you have when you start. For my sake, I was a total ‘noob’, and I found some courses really challenging. However, I think this also relies on whether or not you do all of your prep work (which I wasn’t able to since I registered only 5 days before the course started). But the Wagon is not only about the courses. It’s one big loving family, which organize various events every week; from yoga to presentations by start-ups. They are very involved in each student, and are genuinely interested in you and how they can help you. The people who work there are devoted to give you the best experience possible. I am sincerely happy about my Wagon experience, it has allowed me to get the basic knowledge of coding. This is a course for someone who wants to get a maximum of information in a minimum of time. So, brace yourself for an intensive – but real fun – experience.Read Less",FullStack program - 35+ locations,Web Development +244000,10868,le-wagon,Chloé,False,2018,Le Wagon makes you driven about web programmation,2018-09-23,5.0,5.0,5.0,5.0,"Le Wagon makes people deeply driven. During these two months my self-confidence has skyrocketed, first you realize the extent of what you are going to achieve, it’s scary and exciting, second you understand how good the program, the teachers and the solidarity... Read More are. So all along your mind and your body give everything. At the end you know how to create a complex website that needs database, design and “backend” code so that customer-action are broad. More, you become a driven developer so you believe you can do what you want. After the bootcamp you keep learning, but this time it’s different you have the logic, the power and the speed of a developer. Finally what you will really remember is the human part of this adventure, inside the classroom and outside, you discover people as intensely as you learn code - the Wagon leaves you not alone. Some of your fellows become friends, plus you share a mindset with all a community that keeps helping each other and working together. I did a great achievement for my career, I know how to create my web application to start my entrepreneurship goal.Read Less",FullStack program - 35+ locations,Web Development +244985,10868,le-wagon,Louis Burette,False,2018,An amazing bootcamp I truly recommend to those who want to learn Web programmation!,2018-09-22,5.0,5.0,5.0,5.0,"I did Le Wagon in Lille during summer. It was an amazing experience that I recommend to anyone who would like to learn Web programmation!After a first entrepreneurial experience, I really wanted to better know and understand the technical side of a project.... Read More That's why I wanted to lean how to code.We spent 2 months working hard but in a very positive atmosphere. Every day, I woke up knowing I will learn a new thing and enjoying that with all the other students. I really loved the overall program and the way it is designed. In two months, you learn to code but you especially learn to learn from scratch and to better yourself in teams. The teachers in Lille are all very nice, competent and patient. They really loved teaching and share there knowledge. I never touched a terminal of my life. Now, I am able to code from A to Z a Web app such as a marketplace or a flight comparator that was our final project. I have also a much better understanding of Web development and its problematics. I am totally convinced about it gives a big advantage for working as a digital project manager or consultant in a company or for experiencing entrepreneurship. I also know people who are going to start a career as a Web developer after doing Le Wagon.One more thing, what it is very interesting in this coding bootcamp is that you learn how to code but with a product-oriented and startup vision. The goal is not to become a genius in programmation in only two months but to develop a Web app quickly paying attention to the user experience and enjoying that.Read Less",FullStack program - 35+ locations,Web Development +242198,10868,le-wagon,Ethan Fraenkel,False,2018,Le Wagon,2018-09-21,5.0,5.0,5.0,5.0,"Le wagon was a life changing experience to me. Prior to joining Le Wagon, I was a 2nd year Law student. I intend to complete my degree this year and to use the available resources and what I learned at Le Wagon to build a career in coding. The Le Wagon... Read More coding bootcamp taught me more than my 2 years at university. I had such an amazing and challenging experience this summer. I met so many awesome people, who I enjoyed working and learning from. During the last 2 weeks of the bootcamp, in a team of 4 we’ve built a very cool project, Polyglot which is a video and chat website with live translations. Le Wagon was probably one of the best experiences in my life, I am so glad to be part of the Le Wagon family.Read Less",FullStack program - 35+ locations,Web Development +244964,10868,le-wagon,Niall Cunningham,False,2018,Fast moving and life changing,2018-09-21,5.0,5.0,5.0,5.0,"Before I joined Le Wagon, I was feeling a bit lost about what I was doing in my career. I spent my early twenties working in office administration and pubs and back again - all the while, fitting in my free hours on free coding lessons on the internet.... Read More As much as I gained a passable amount of HTML and CSS from these, I found I was creeping at a turtles pace in my web developer knowledge. All the more, it was a bit of a lonely experience doing this by myself. I knew barely anyone who was in the same industry, let alone was in the same path as myself.So in April 2018 I joined Le Wagon’s nine-week course. What I noticed from the first day was that there was a truly diverse mix of backgrounds. Those on a break from university, those who dreamt of building their own product and some who were just excited by programming languages but it a lot to take going alone.In the first couple of days I realised that I was being challenged in ways I had never had before. Stripped down to the bare bones of programming and we were learning data types and we could use them in real code. The interface built on Kitt is an encyclopaedia of knowledge, the lectures, notes and challenges all being readily available meant that even if I didn’t fully understand some of the concepts I could refresh on them that night or after the course had finished.By the last two weeks we were ready to design and develop our own product from scratch, using everything we had learnt in the previous seven weeks. It was the closest we had to working in a real working environment with code reviewing and keeping to deadlines. We were able to present these to our peers and friends on a demo night on the last day of the course.There’s a real community hub at Le Wagon, right from the lecturers and teaching assistants explaining terms to us on an individual basis to current students and alumni from all over the world. With everyone having different goals they wanted to achieve after the course, it was brilliant to have the support from students-turned-friends who wanted to see our careers springboard after we finished the course. It was a real confidence boost to feel comfortable learning new skills by myself and applying for developer roles after just nine weeks. I just wish I could do it all over again.Read Less",FullStack program - 35+ locations,Web Development +234441,10868,le-wagon,Fabrizio Spadaro,False,2018,Change your life,2018-09-21,5.0,5.0,5.0,5.0,"If you thought that ""change your life, learn how to code"" was just an exaggeration they are using to bait you in, you are WRONG... I've been to Le Wagon Milan, the teachers were really helpful, skilled and passionate about what they are doing.The course... Read More is really intense and you need to really be motivated before joining this program, but your will is high, then you'll be more than happy about this decision you are making.I found a job straight after the Bootcamp and all I can tell you, is that you need to apply to this Bootcamp if you really want to step into the web development industryRead Less",FullStack program - 35+ locations,Web Development +234232,10868,le-wagon,Andrew Pisani,False,2018,Exceeded Expectations!,2018-09-21,4.7,5.0,5.0,4.0,"My experience at Le Wagon Melbourne was exactly what I wanted from a Bootcamp. It is an intense 9 weeks of learning and I wouldn’t have changed one bit. I had a little experience with learning to code with some online resources for a couple of months... Read More prior, but I quickly overtook my comfort zone and was learning in leaps and bounds. I loved the practicality of the course focusing on the real world and even working out of a coworking space ingrained the tech start-up world. So glad I took the plunge with Le Wagon and am know apart of their support network as an alumnus.Read Less",FullStack program - 35+ locations,Web Development +241269,10868,le-wagon,Luca Candela,False,2018,An invaluable experience at Le Wagon Barcelona!,2018-09-20,5.0,5.0,5.0,5.0,"I come from a Media & Communication background and I got to the point where I wanted to learn some new skills and bring them up to a new level. As Barcelona is probably the best location right now for the fast-paced evolution of information technology... Read More I decided to sign up for Le Wagon here, expecting to work within the area as a Full Stack developer. My goal was to bring my tech ideas to life in the next future. I chose Le Wagon because it's not only a coding academy, it's a school for entrepreneurs. It has been the place where I could develop a different set of skills in different fields and where I had the chance to build an actual product.The experience at Le Wagon has been an amazing, exciting and very fast-paced journey. During such time I've levelled up my knowledge of programming, going from basic knowledge of the Ruby and Ruby on Rails languages to developing, deploying and launching my very first app. Thanks to the the bright-minded and very high skilled individuals who were teaching, driving and supporting me I have seen this process through from ideation to design, coding to developing, deploying to launching and the skills I have picked up along the way will be invaluable in my deep journey into Software Engineering.I would like to thank Le Wagon and Gus plus all the people that made this possible, the folks I have made friends with along the way for making the experience unforgettable. This field is collaborative above anything else, and working and studying along-side amazing, like-minded developers from a range of ages and backgrounds has been inspiring. Plus, Barcelona is just beautiful, it's a kind of magic city as it has lots to offer.I would highly recommend anybody to join Le Wagon because it's a place where any ambitious individual will come up a full-shaped developer with an entrepreneurial mind-set.Read Less",FullStack program - 35+ locations,Web Development +244957,10868,le-wagon,Thomas Doyle-Engler,False,2018,Believe in the Process,2018-09-20,5.0,5.0,5.0,5.0,"I found Le Wagon - Rio de Janeiro by chance one day, I was unhappy with my career and wanted to make a change. I had been studying web development on my own for a little while but with my work and family obligations it was hard to make any real headway.... Read More I started looking at bootcamps and while looking through reviews I happened upon Le Wagon - Rio de Janeiro. It was almost unbelievable to find such a highly rated course and at a affordable price. I was skeptical at first but since they had a course in a city where I had contacts that I trust I had them go check it out. They were so impressed with the course I went for it and I can honestly say it was one of the best experiences of my life. From day one I knew I had made the right choice, the material moves fast and you have to be willing to put in the work. The day starts with a lecture at 9 and from 1030 until 530 you work on challenges and projects. You work with a different partner everyday which is one of the best parts, its great having someone right there going through it with you and who you can talk through problems with. When neither of you are able to come up with a solution, you have teachers who are there to guide you to a solution. The teachers are great at getting you going in the right direction whether that is pointing you towards the documentation or just being someone that you bounce ideas off of until you have that ahh moment. from 530 till 7 you have a live code session where you have problems that you have not seen yet and you code in front of the class. This can be pretty intimidating but, it really helps you reinforce what you learned and helps you figure out how to work through problems under pressure. The course has a great focus towards entrepreneurship and there is a great amount of support available after the course through there alumni slack channel. The channel is super active and you can always find someone to help you. The channel also has a very active job channel as well, which is good if that is what you are looking for after the bootcamp. I just wish with the course was longer, not because you need to learn more, honestly its amazing at how much you can do by the end of the 9 weeks. I wish the course was longer just because it was so enjoyable, it keeps you outside your comfort zone everyday. You are surrounded by amazing people going through the same thing as you and the teachers have some of the best patience I have ever seen.Read Less",FullStack program - 35+ locations,Web Development +236772,10868,le-wagon,Julio Barbeiro,False,2018,"Great atmosphere, but not really the best learning model (for me)",2018-09-20,3.3,3.0,4.0,3.0,"Pros:- great atmosphere (current + former students, teachers, staff);- international community (peers, alumni);- fosters networking;- a few really good teachers;- full-stack program (Ruby on Rails, JavaScript, HTML, CSS, database - SQLite);- some workshops... Read More / talks after coding day;Cons:- screening process wasn't good. They didn't go deep into understanding the motivation and expectation from some of the candidates, which has generated frustration for some students. I felt a lack of ""expectations alignment"" between candidate and Le Wagon personnel;- some of the main teachers were prepared for being on that role. They have the technical knoowledge, but lacked teaching/communication skills;- some of the assistant teachers were not well prepared or had enough knowledge to thoroughly support the students on the last two weeks of the bootcamp (final project days);- the fast pace of a bootcamp IS NOT for every one (included me), but I had been convinced of the opposite;- infrastructure of the building: we stayed without air conditioning for more than 3 weeks (during Lisbon summer) at the main area where students would spend more than 5 hours per day coding.Read Less",FullStack program - 35+ locations,Web Development +243849,10868,le-wagon,Francisco Braga,False,2018,Learn to code and learn about life,2018-09-19,5.0,5.0,5.0,5.0,"After 8 years playing poker professionally and having just turned 30, i was in a hurry to find something else to do with my life until a friend suggested code and Le Wagon to me.It was such an amazing life experience. The way they pushed me to learn,... Read More it was just what i needed to start a new chapter in my life.Great friendly environment, teachers always willing to help and the opportunity to build a project from scratch is the perfect way to learn how things work.I'm sure i will remember those 9 weeks for the rest of my life and i will always be grateful for it.Read Less",FullStack program - 35+ locations,Web Development +241760,10868,le-wagon,Eloísa Fróes,False,2018,"Trust the method, trust the teachers, trust yourself.",2018-09-18,4.3,5.0,5.0,3.0,"I came to Le Wagon through a friend's recommendation. I remember when he heard about it, then decided to do it, and later told me his experience. It was all so amazing, I thought he was exaggerating. He really wasn't.Le Wagon was everything he told me... Read More about and more. I was a designer and now, a little more than two months later, I am a web developer.I've been fascinated with computers for almost my whole life. And my whole life I've steered a wide path from it because people tend to put us in little boxes and, as much as I loved science and was super curious, I ended up in the creative-artsy box. While I was growing up, I was somehow led to believe there creative-artsy people were not cut out for technical jobs. So I didn't even try. It took thirty years, a lot of courage and a deeper understanding of multidisciplinary skills to finally question that and boy, oh boy, how wrong could I be.Because of the structure of the course and because it's so intense, there's not much time to waste. Don't get me wrong, we love to party and there's plenty of beers to be had, but that's usually after a really hard day's work. You get from a ""never coded before"" level to a ""coding all day everyday"" really fast and it's really fascinating to go through, and watch such a diverse group of people go through it with you. I could not be more pleased with the didactics and the pace of the bootcamp. It is really intense and it is really hard. For me at least, that had no prior knowledge and no prior experience with actual coding (or anything tech-related, for that matter), everyday was a struggle. But as much as I struggled, the sense of accomplishment was that much greater when I could finally figure things out.A lot of times I couldn't actually, not by myself, and that's fine. The buddy system and the T.A's were really helpful in this aspect. They really do guide you in the right path and you feel really stupid sometimes because once they point the direction out to you, solving a challenge actually seems really simple. And next thing you know you ask for help and figure it out even before they have a chance to explain it to you and you just go ""oh, never mind, i got it!"".I think even if the bootcamp was just lectures and challenges I would have learned a lot. But nothing compares to the last three weeks. You actually get to work, as a group, on a Airbnb clone and on our own project and that is the game-changer: because collaborating on a group effort is hard, and that's what the market is all about. That was even more important than learning to code, for me. Learning to work around other people's code, to improve it, to correct it, to have my own code improved and corrected, to solve conflicts and elusive bugs. I cannot believe we got to design a product from idea to fully functional in 10 days, but hey, such is life aboard the Wagon.Read Less",FullStack program - 35+ locations,Web Development +239213,10868,le-wagon,Gru,False,2018,I recommend!,2018-09-18,5.0,5.0,5.0,5.0,"I came to learn to code and understand the web development. And I'm plenty contented! Teachers, support and contents are really qualitative.",FullStack program - 35+ locations,Web Development +244278,10868,le-wagon,Yves Trocheris,False,2018,Fresh new start,2018-09-17,5.0,5.0,5.0,5.0,"At the end of 2017 – at the dawn of turning 30 - I decided it was time to move on from my employed life and finally do something I have always wanted to do : launching my own start up and developing an online product which could have impact on people... Read More lives. First issue : I did not have money to get my product developed by someone else, it was time to learn how to code and of course I chose the best bootcamp to do so : Le Wagon Paris.9 weeks to be able to start coding my own web product, starting level 0 - quite a big challenge ! It was intense but the team is just incredible and does everything to make sure you keep the pace and a good energy. I graduated 6 months ago, my MVP is today over and I have my first customers on it ! I did everything by myself, now that I look back I’m quite proud – 8 months ago I did not know what coding was. Without Le Wagon – my idea would still be in my thoughts – thank you for allowing people to keep the digital revolution growing!Read Less",FullStack program - 35+ locations,Web Development +244499,10868,le-wagon,Neringa Daniulaityte,False,2018,I learnt how to code and got to live in Bali for 2 months,2018-09-17,5.0,5.0,5.0,0.0,"I have attended Le Wagon Bali this summer and now I can safely say enrolling in the Le Wagon bootcamp was one of the best decisions that I made.Prior to attending the bootcamp I have worked for a large IT consultancy but more on the project management... Read More side however as I was really interested in the digital side I always wanted to learn coding but I never seemed to be able to find enough time and motivation to do it on my own using online resources.Originally I considered doing a computer science masters however having a full time job, the time and costs involved in completing a masters degree made it not a feasible option. Therefore the bootcamp seemed like a good alternative as I was able to take some time off to attend the bootcamp without having to give up my job completely.I choose Bali as I always wanted to visit it and thought that by attending the bootcamp there I would be able to explore Bali as well. Choosing Bali was definitely the right decision as I was far away from home (London). I didn’t have to worry about life admin or other commitments (which I would have had if I would have done the bootcamp back at home) meant that I was able to fully focus on learning and making the most of the bootcamp.The bootcamp was very intense (usually classes would start at 9 and end around 6:30, some weeks we would study 6 days a week). The first few weeks were especially tough as we covered a lot of different topics in a relatively short period of time however being surrounded by supportive teachers and equally motivated classmates really made this an enjoyable experience. Every day was well structured, it consisted of lectures and practical exercises. Probably the most fun part of the bootcamp was the project weeks during these weeks everything that we have learnt in the first 6 weeks really came together as we got to work in teams and build apps based on our own ideas.In addition to the learning, the bootcamp had a great social side as most of the classmates in my batch were not from Bali and came here on their own, everybody was keen to get to know each other, socialise and do things in the evenings and explore other parts of Bali on days off.Overall I cannot recommend Le Wagon Bali highly enough, I have learnt so much, met many amazing people, had a very enjoyable experience and got to live it Bali for 2 months!Read Less",FullStack program - 35+ locations,Web Development +244277,10868,le-wagon,Anonymous,True,2018,I built my product and it was better than expected! (Barcelona),2018-09-14,5.0,5.0,5.0,5.0,"I was involved in different startups as a project manager and I always struggled to understand developers. So I thought it was time for me to finally learn their ""language"".What seduced me the most about Le Wagon was that I had the possibility to build... Read More an MVP during the batch and also the huge community of talented people (perfect to find collaborators with same background).After the intensive 9 weeks, I can say that I fully reached my goals. I came to Le Wagon Barcelona to find a team and build a real product and the result was better than expected! During the last two weeks of the program, we built Nokues - a mobile solution to skip the lines in clubs, restaurants and supermarkets. We fully coded the MVP in 10 days and it's ready to be tested. Now we are working to bring it to the market very soon! As my son said when he came to visit me one day to Le Wagon: ""Daddy, this is the best job of the world"".Read Less",FullStack program - 35+ locations,Web Development +244460,10868,le-wagon,Pierre GIRBAU,False,2018,Best coding bootcamp ever,2018-09-13,5.0,5.0,5.0,0.0,"I have always considered learning code. Coming from a totally different background, the transition was not easy. I had to overcome many personal fears : Is it the right move? Will I be able to keep up with the algorithms? Will I be rigorous enough? I... Read More remember trying to learn all by myself on different e-learning platforms but it did not really work out. When I joined Le Wagon I was delighted. I immediately felt like it was the right bootcamp for me : product oriented. Something tangible to learn something totally new. The first few weeks were quite confusing as my mind was saturated with brand new words and concepts: functions, models, controllers, views, databases… But I eventually started to like it thanks to the outstanding teaching team! A whole new world was opening its doors. After graduating from Le Wagon I started working as a freelance developer right away. I partnered with another alumni (hi Franklin) and it surely helped to start this new journey. Le Wagon does not only give you technical skills, it is also a dope spot to meet cool people! I am now fully enjoying my freelancer status as I can work from wherever I like, build cool products and meet inspiring entrepreneurs! I am also still improving my development skills, because obviously it is never done. I can now admit it and say it out loud, it was the best decision EVER and TOTALLY worth it!Read Less",FullStack program - 35+ locations,Web Development +244430,10868,le-wagon,David Benamran,False,2018,Great experience,2018-09-13,5.0,5.0,5.0,5.0,"8 years after graduating from a business school I believed it was time to learn something new, to stop the never ending daily routine at work, and get some new skills. I wanted to learn how to code to be able to lauch my Minimum Viable Product. So I can... Read More turn a nice idea into something real, to actually test it, to overcome the fear that I am not legitimate to build something. Le Wagon empowered me in an incredible way, I learnt how to code, I spent an amazing time. If you think about it, and you can take the time, then just do it, do not overthink, it is the best way to spend your money and your time. Now I even discovered that I love to share what I learnt, by being an teaching assistant for the new students, just 3 months after I completed my course. Go for it !Read Less",FullStack program - 35+ locations,Web Development +244339,10868,le-wagon,David,False,2018,Straight to the product ! Life changing experience ,2018-09-13,5.0,5.0,5.0,5.0,"Pros: Product Oriented, Teachers, Quantity of infos, Very caring TeamCons: Very Intensive, fatiguing, Too short :(On July 1st, I started the program in Le Wagon TEL AVIV. It was around 9am. I was a bit scared bootcamp as 9h a day 5 days a week for 9 weeks... Read More seemed a little too extreme, f.... my life . The first day was chill. The moment I met the people, the team, all my apprehensions disappeared. You feel the intensity of the bootcamp immediately in the morning lecture and after setup, you spend the rest of the day coding! I learn Computer Science at university and I have never coded so much in my life! So the program is really clear: you start with the basics of ruby, after that OOP, some SQL for the backend and boom! Frontend, HTML/CSS and JS etc. The transitions are hard but they work. At this moment you'll realise who is good at Frontend and who is not ... Unfortunately (or not) I'm a Backend guy :) The second part of the program (final 3 weeks) is project-oriented. We work on 2 projects in total. My big project was an iPad web app for kids, incentivising them to read more books. We were a team of 3 and worked our asses off for this app. In the end you'll realise how much fatigue you accumulate!Overall it was a life-changing experience and I loved every part of it !!!!Read Less",FullStack program - 35+ locations,Web Development +243937,10868,le-wagon,Louis-Marie Bonnefont,False,2017,Change your life with Le Wagon,2018-09-12,5.0,5.0,5.0,5.0,"I was a student in the batch #100 in Paris after finishing my business studies at ESCP Europe. After having graduated, I felt I had to acquire more technical skills (understand : learn to code). I knew about Le Wagon from an alumni from my school. So... Read More I decided to try my luck … And I was pretty amazed by my time there !During my 9 weeks there I really appreciated the way code is taught. On a typical day there is 2 hours of class and the rest of the day is spent doing exercices with another student. You never work alone at Le Wagon. Most of the progress is made during those exercices, by cooperating with your buddy.But what I enjoyed the most is the general philosophy. I really felt like nothing was impossible to learn. On the first day, most of us had never opened the terminal, and 9 weeks later we designed and coded an entire website including a pretty complex backend and beautiful frontend. When I face a problem I have never seen, I am able to tackle it by myslef. I am now working at Backmarket as a Product Owner, a job I would have not been able to do without Le Wagon. Thank you so much, it was some of the most exciting weeks of my life !Read Less",FullStack program - 35+ locations,Web Development +241905,10868,le-wagon,Ali Al-Qattan,False,2018,One of the best experiences of my whole life! (Batch 163 in Bali),2018-09-10,5.0,5.0,5.0,5.0,"It took me some time to realize how working in a job which I didn’t enjoy was sucking the energy out of my life. Finally, I decided to do something about it. As a follower of blockchain projects & crypto I saw how these new technologies are making their... Read More way to build decentralized/ distributed applications that can disrupt many industries. They are building the next internet and I want to be part of it. So, I decided to start coding. Coding has always been an exciting idea to me but I didn’t want to go through 2-4 years of college to start.After some online research I found out about the Le Wagon bootcamp. An intense full-stack program for two months. The program seemed well organized and complete. At this point I was already hooked but wait... I needed to read some reviews first. So, I came across SwitchUp and Course Report, carefully read some reviews and discovered all of them are 5-stars! Wow! I checked other reviews on the web and almost all of them are 5-stars too. It was too good to be true.Fast forward… it’s totally true!Le Wagon offers their bootcamp in many cities around the world. I chose to take it in Bali, Indonesia. And what an excellent choice it was. Bali is known as a place for a holiday. However, the program was intense and requires commitment from its students so don’t expect a vacation. Bali is a beautiful tropical island, everything is nice, the weather, the food (especially for vegetarians) and most importantly the people are super friendly. Plus, you get to enjoy your “little” free time with different activities the island has to offer (surfing, yoga, hiking, etc.).We started the program by learning Ruby and gone through databases, HTML, CSS, JS, Ajax, API’s, Git & Github and finally we (I and my team) built our app using Rails. After the morning lecture we solved multiple challenges using Le Wagon’s platform. This is one of the best things about the program, you learn by doing. While you are on the exercises you’ll get any help or info you need from the teachers. And then we wrapped up the day with a live coding session where we solved a challenge that summarizes the day together with the teacher.The program was so intense and so rewarding at the same time. We were 25 students in batch 163 from 14 different countries! Everyone had a different background but all of us shared the same enthusiasm for learning this new skill. The manager of the camp and the staff were so nice and helpful. They took very good care of us before and during the bootcamp. Also, we had great teachers and TA’s, both knowledgeable and very helpful. You’ll be surrounded by people who will encourage you to give your best.In Le Wagon I didn’t only learn how to code, I got to challenge myself, I got to know amazing people, I made new friendships, I discovered new places. Without a doubt, this is one the best experiences of my whole life.Read Less",FullStack program - 35+ locations,Web Development +242330,10868,le-wagon,Cory Bonneau,False,2018,A major confidence booster! (Barcelona Batch 175),2018-09-10,5.0,5.0,5.0,5.0,"After obtaining a degree in Electrical Engineering and being uninterested in the field I discovered that coding was much more fun. I have 1.5 years of professional experience in Rails but this was self taught and I felt like a bootcamp would fill in the... Read More blanks. Additionally I was lacking front-end skills. Thus I wanted to get even better! I applied to Le Wagon Barcelona because I wanted to live in a country/city I've never lived in.I loved the program, methodology, teachers and the environment. But if I had to choose one, I think all the teachers did an outstanding job teaching the material in such a short amount of time.Apart from coding, I learned what is required to be a team lead/teacher. I have a lot to work on to be a good TL but I've definitely taken steps toward that goal.At the end of the bootcamp, I developed SWAPP, a social mobile app to allow you to offer skills to others, while receiving skills in return. Now I'm gonna move to Vancouver to join and look for a remote job. This way I'll be able to travel while still having a source of income. My advice if you're considering Le Wagon: be serious on day 1 and attend all the lectures. Even if I already knew 60% of the information being taught, there was still that 40% that helped me deepen my understanding.I loved the program, methodology, teachers and the environment. But if I had to choose one, I think all the teachers did an outstanding job teaching the material in such a short amount of time.Apart from coding, I learned what is required to be a team lead/teacher. I have a lot to work on to be a good TL but I've definitely taken steps toward that goal.At the end of the bootcamp, I developed SWAPP, a social mobile app to allow you to offer skills to others, while receiving skills in return. Now I'm gonna move to Vancouver to join and look for a remote job. This way I'll be able to travel while still having a source of income. My advice if you're considering Le Wagon: be serious on day 1 and attend all the lectures. Even if I already knew 60% of the information being taught, there was still that 40% that helped me deepen my understanding.Read Less",FullStack program - 35+ locations,Web Development +242025,10868,le-wagon,nathan reix,False,2017,Life changing bootcamp,2018-09-10,5.0,5.0,5.0,0.0,"I've always wanted to create my own company and I saw a lot of opportunities in the digital world. I started working as a CEO assistant for an e-commerce website and I created an app. I instantly saw my technical limits. I had no experience in coding... Read More and I had to recruit developers, tell them what to do, and eventually estimate their work. It was just wrong, I was taking bad decisions and I was just not good at what I was doing. If you still don't get my point, it was like being an air traffic controller without knowing anything about planes, telling instructions on how to land safe to a guy you just suppose he's a real pilot, and the guy responds in a language you've never heard of. Le Wagon basically taught me how to recognize a real pilot, how to speak his language, and how to become a pilot. So far I can say it is the best decision I have made in my career. I finished in December and started freelancing mid-February as a web developer. Three days later I got my first mission and I never stopped getting missions ever since. I love what I do. I learn every day coding skills but also skills that could be useful if I want to open a business later on. I use my creativity, help clients, have the freedom to choose my projects, and I finally feel good at what I'm doing!Read Less",FullStack program - 35+ locations,Web Development +241892,10868,le-wagon,Stephanie Cattoir,False,2018,Amazing experience at Le Wagon Milano,2018-09-10,5.0,5.0,5.0,5.0,"Before attending Le Wagon Milano, I had high expectations from the bootcamp, but I was far from imagining how much I could learn in only 9 weeks.Even though I had some knowledge in programming, I was challenged from day 1. The whole journey is intensive,... Read More and everything is thought to offer the best learning experience to the students. The wide teaching staff allows to learn from many developers, with each member coming to teach his own area of expertise. The pair programming on small projects and challenges gives opportunities to think beyond solutions that each of us could have produced alone. The final project is a great hands-on experience to work in team as a developer.Moreover, Le Wagon taught me how to approach one problem as a developer, and how to figure out the way to solve it.Le Wagon’s bootcamp gives you all the tools to become a developer if you are ready to take them and work hard. I totally recommend !Read Less",FullStack program - 35+ locations,Web Development +241815,10868,le-wagon,louise darche,False,2018,Life-changing experience!,2018-09-10,5.0,5.0,5.0,5.0,"After graduating from a Business school and working for 5 years as a business developer and project manager for digital companies, I felt the need of understanding how all the digital magic happened. As my contract ended, I had some time ahead and heard... Read More great reviews from friends who had graduated from le wagon. I decided it was the right time to finally learn how websites and web apps are built, and perhaps discover a new profession, as I was quite unhappy with my job.These 9 weeks were very intense but so exhilirating ! At first, I couldn’t believe that we would be able at the end to build real products. But the teachers and the program enabled us to become real programmers.My experience was life changing: it gave me back confidence, with an amazing feeling of achievement when you finish your product; opened new career opportunities I hadn’t considered before, and enabled me to meet great and diverse people who also played a big part in my change of perspective.With all these new skills, I now have a 360 degrees profile in digital and consider creating my company of consulting in digital communication and brand strategy.Without le wagon, I would never have felt that I could create my own company. Not only did I learn incredible skills, but in such an open-minded and diverse environment, I became more confident, because I can also rely on the alumni and le wagon itself, which is an amazing asset.Read Less",FullStack program - 35+ locations,Web Development +241755,10868,le-wagon,Edouard,False,2018,The perfect match!,2018-09-10,4.7,5.0,5.0,4.0,"I came from a small consulting firm working with big industries. Although I found their issues very stimulating, I was looking for a new challenge where you can actually build something and be a part of a project. To do it short, I was looking to be more... Read More an entrepreneur.And to do so, I wanted to extend my programming skills. I have had several projects in the past where I always got stuck on my lack of technical skills. By chance, while listening to a podcast, I found the perfect bootcamp: not a bootcamp just to learn some technical skills but a bootcamp that gives you the right tools to create your entrepreneurial projects!This is, according to me, the success of this training: to give you a set of skills (and only the ones that will be useful) to launch a project.I have to admit another point that was a real surprise to me is their teaching methods (training platform, teachers support…) which is modern and very well designed. Last very important point, above all, the alumni community is very very active, you do not feel alone when the program is finished!To sum up, no regrets, lots of hope for the future!Read Less",FullStack program - 35+ locations,Web Development +235409,10868,le-wagon,Michael Vitello,False,2018,Excellent Coding Bootcamp,2018-09-07,5.0,5.0,5.0,5.0,"This a true coding bootcamp, really teaching you to learn how to code and bring life to your projects and apps.It can really make a difference when you want to kick-off your start-up project or find a job in the programmation space. Plus, the mentors,... Read More teachers and teaching assistant are all very skilled and very sociable, always helping and making you progress.Overall a superb experience that I recommend to everyone, even you don't necessarily aim at becoming a developer, it is more than just that.Read Less",FullStack program - 35+ locations,Web Development +244448,10868,le-wagon,Rayan Castro,False,2018,Most learning and rewarding experience of my life!,2018-09-06,5.0,5.0,5.0,5.0,"The Le Wagon bootcamp is a very intensive experience. If you like being challenged and solving problems, you will absolutely love it.Le Wagon's way of teaching content is very different from schools/universities in a really good way. They take a hands-on... Read More approach, focusing on less hours of teorical knowledge and more hours of practical challenges. Expect to spend 90% of the time coding. You must be aware that for you to take the most of this bootcamp, you must be fully commited to it. You shouldn't plan to work during the bootcamp. It's a fulltime course.This was my average daily schedule during the bootcamp: 07:40H - Wake Up09:00H - Morning Lecture11:00H - Its challenge time! Start doing the daily challenges with your designated pair of the day.12:30H - Lunch13:00H - Keep working on the challenges. If you manage to finish the mandatory ones, start doing the optional (The difficulty increases for each optional challenge. Its hard and very fun).17:00H - Live code - A special challenge of the day, coded by the entire class together.18:30H- End of the day. Le Wagon stays open until 23h. Some students go home, some students keep doing challenges. In my case, i stayed everyday until 23h, doing the extra challenges and studying. 23:00H - Time to home and rest.It is very demanding and very very rewarding. You will learn a lot, meet many interesting people from different backgrounds and develop a full project in the end along with teammates. If you are considering applying, go ahead and do it. It was the best learning experience of my life.Read Less",FullStack program - 35+ locations,Web Development +244196,10868,le-wagon,Hemrick,False,2018,O Bootcamp Le Wagon foi incrível !,2018-09-05,4.7,5.0,5.0,4.0,As aulas são muito bem estruturadas e precisas. Isso permite entender os fundamentos e principalmente executar os conceitos imediatamente. Eu realmente gostei o Batch# 158 com o staff sensacional.,FullStack program - 35+ locations,Web Development +243827,10868,le-wagon,Anna Bendahan,False,2018,From business law to code at Le Wagon Barcelona,2018-09-04,5.0,5.0,5.0,5.0,"I was studying law and management, but after 5 years and a few internships, I realised that the lack of creativity was a huge problem for me.I began to interest myself in design, and then I heard of Le Wagon and decided to learn to code. It seemed to... Read More be a really complet bootcamp, where we focused on the practical aspects, and where we could acquire the skills to find a job quickly.And indeed, this 2 months were a real fun, combining logic and creativity and I really found out what to do with my life: code. We had the chance to work as teams and develop really cool projects, which was really enriching. Moreover, Barcelona was the ideal city to relax and go out after hard days of work, and the staff team was really niceRead Less",FullStack program - 35+ locations,Web Development +243544,10868,le-wagon,Hugo Collado Centurion,False,2018,"How learning to code boosted my entrepreneurial path - Bali, Batch #163",2018-09-03,4.7,5.0,5.0,4.0,"I’ve been founding and managing businesses in various industries gathering insights from different parts of the business and yet, it seemed like something was missing. Every time my partners and I attempted to scale a business we got stuck as either no... Read More one in our team had sufficient technical skills to develop what we needed or it was too expensive to be outsourced.So I decided this will not stop me again in the future. I will quit my job, learn to code and become the successful entrepreneur I always wanted to be. Easier said than done… I did tons of research and finally came across Le Wagon's intense full stack web development bootcamp. I was hooked as soon as I saw the program: OOP, Ruby (fastest growing development community), Rails, HTML, CSS, JS, Ajax, API’s, DB (SQL, My SQL, PostGres), developing environments and collaboration tools (Git & Github, Trello, Slack) and deployment (Heroku)… It looked insanely complete.Then I came across SwitchUp, and Le Wagon’s top score of 4.99 out of 5 (+600 reviews!!). Could this get any better? It did, I found out that they are in Bali. A week later I was already signed up and preparing for what I thought will be one of the greatest experience of my life. Some expectations, huh? I was part of Le Wagon Batch #163 in Bali and believe it or not it totally surpassed my expectations. Not only the program is as strong as they claim, teachers, fellow students (we were 25!) and manager were so incredibly nice and helpful which made my experience so much more rewarding.And you not only learn, you make! During the last weeks my team and I developed The Pool of Printables (www.thepoolofprintables.com), a platform that allows you to collectively raise money to get high quality 3D designs and boost the 3D printing community. We felt so proud making and presenting it on the final demo day!Bottom line, if your goal is similar to mine, to understand more about coding to boost your entrepreneurial and/ or managing skills and be able to code MVP’s, or if you aim to become a full stack developer, Le Wagon is the place for you. I loved the experience and I can’t recommend it enough.P.S.: the access to the Le Wagon community that you have during and after the bootcamp might be the biggest resource you don't have on your radar while looking for bootcamps. More than 3000 like-mined people helping with developments, finding jobs, freelance gigs, team-mates, co-founders… BOOM.Read Less",FullStack program - 35+ locations,Web Development +243483,10868,le-wagon,Magnus,False,2018,"I quit my PhD to create my dream life (Bali, June 2018)",2018-09-02,4.7,5.0,5.0,4.0,"After years of being stuck in a job and an industry I didn't enjoy, I felt it was time to move on. It took some persuasion, but I decided to quit my PhD and follow my interest in coding. After self-studying for a while, I felt it wasn't enough for me,... Read More and I finally decided to enroll in the Le Wagon bootcamp. I didn't really know what to expect, other than long hours and hard work for two months. However, I was very pleasantly surprised.The course started with back-end by giving you a good understanding of Ruby, before going more detailed into Object Oriented Programming and databases (SQL). After this we dove into front-end, where HTML and CSS were passed by fairly quickly, and Javascript was covered in more detail. Finally, we learned how to use different frameworks which make your life as a web developer much easier. The main framework was Rails, and this is what we used to develop our two final projects. I was lucky to get my project chosen on pitch-day, and getting to spend the last 10 days developing your dream application was a true joy. It also gives you a good start if you want to make this a real-life project/ start-up. Check out https://www.trippytune.com!Le Wagon is extremely well organised, with an online study platform called Kitt which makes your learning experience very fluid. Here I had access to daily video lectures, lecture slides, daily challenges etc, and you get a lifetime access to these resources. The daily challenges that you are asked to solve on Kitt are very well made, and as I was a slightly faster student, I could still find plenty challenges through the optionals. From what I know, this platform is unique, and gives Le Wagon a great advantage compared to other bootcamps. It really makes a big difference to have the right learning tools.Initially, I was sceptical to doing the bootcamp in Bali, as some other courses in Bali have a reputation of being holidays in disguise. However, I found that Le Wagon Bali demands a lot from its students, which was exactly what I was looking for. It was definitely no holiday in disguise, although it surely is a pleasant environment to work in. It was a great experience, and if you chose Le Wagon I'm sure you won't regret it!Read Less",FullStack program - 35+ locations,Web Development +241152,10868,le-wagon,Yuxin Xu,False,2018,Best Summer Ever!,2018-08-30,5.0,5.0,5.0,5.0,在加入Le Wagon前,我在美国华盛顿大学读大一,同时也做了两年的平面设计freelance。我对计算机、设计、商业这些领域都很感兴趣,在学校也学了很多关于这方面的课程,但学校所教授的内容大多停留在理论层面,即使做了一些小的课堂项目,难度和强度也比较低。所以在今年夏天,我选择参加Le Wagon bootcamp,希望能够学习开发相关的知识并且真正开始做一些比较复杂的项目。在Le Wagon的两个月,每天的生活都非常忙碌,无论是上午的课程还是下午的练习都很有难度。就知识体系而言,这些内容给我对网站开发的理解打下了非常扎实的基础。同时,Le... Read More Wagon组织的活动(alumni drink,杭州tech crunch)也让我认识了国内创业圈和技术圈更多的人。而在最后两周的final project中,我真正体会到了实际开发项目的难度之大。从团队协作写代码到oversee项目整体进度,这些十分具有挑战性的任务都让我成长了很多。Read Less,FullStack program - 35+ locations,Web Development +240934,10868,le-wagon,Lola Barbier,False,2017,Le Wagon coding bootcamp,2018-08-30,4.3,5.0,5.0,3.0,"I consider my professional life thus far to be scinded so: before le Wagon, and afterwards. Not like I'm ancient, or anything. The reason for this is, before attending this bootcamp, I thought that coding, like math, like engineering, like physics, was... Read More reserved to people who had studied it since middle school. I thought that people like me, with backgrounds in languages, translation, and literature couldn't possibly wrap their airy heads around such a complex, ""science-minded"" discipline.That's a load of bull.Le Wagon's bootcamp teaches you to code, plain and simple. No matter your background and your strengths, you'll be able to find something in their carefully crafted curriculum to pique your interest and light a fire under your brain. Their teaching team is dedicated, attentive, and a motivating example of how proficient alumni can become in a mere matter of months. Best of all, the community of alumni is unfailingly welcoming, bubbling with creativity and good will, and swells with every graduating class to include more members.The overall course is fast-paced, intense, but ultimately enormously rewarding. A change is as good as a rest, they say, and Le Wagon can empower you to make the change you seek, though I guarantee you won't get much rest!Read Less",FullStack program - 35+ locations,Web Development +240727,10868,le-wagon,Thomas Li,False,2018,Amazing Experience,2018-08-30,5.0,5.0,0.0,0.0,"我叫Thomas,来Le Wagon之前,我在广州的Tesla做产品专员。当时从一名同事那里听说Le Wagon这个项目,加上自己也一直想了解编程,就报名参加了。在Le Wagon为期九个星期的高强度训练下,我不仅掌握到了很多有关编程的技术,更因为Le Wagon在上海IT行业的一些connections(Strikingly, Kiwo, etc.)了解到了IT业里面职业发展的机会。在整个训练营里面,我从一开始的一张白纸,到后来可以自主开发网页、微信小程序和web app。我未来的计划是利用我在Le... Read More Wagon学到的东西,自己独立自主研发一个跟留学有关的APP,让一些选择DIY申请的同学可以直接匹配到他们目标院校的学长学姐,获得第一手的资源帮助。Read Less",,Unknown +236979,10868,le-wagon,Guillaume DUTTI,False,2018,Merci le Wagon !,2018-08-28,5.0,5.0,5.0,5.0,"Thank you Le Wagon! Why ? Being a student in digital marketing in Paris, I had the chance to integrate the batch#145 in parallel with my studies. I was looking for technical skills to complete my training rather focused on strategy. And I was not disappointed... Read More !The training provides the technical foundation necessary to launch any Web application project. The pedagogy is very well thought out, all the concepts are exposed in a logical progression supported by an immediate practice. The speakers are all of a great level, the whole team is really cool and the intellectual challenge remains high from the beginning to the end.In addition, an excellent atmosphere, camaraderie and peer support are present throughout the training, making working conditions even better. This experience was for me the opportunity to meet all types of profiles, all animated by the same spirit; the entrepreneurial spirit and to achieve great things.My trip to Le Wagon is a very positive point for my resume and allowed me to obtain a position as a digital project manager in a web marketing agency located in Paris. So yes, I confirm, thank you Le Wagon!Read Less",FullStack program - 35+ locations,Web Development +236179,10868,le-wagon,Alex Smith,False,2018,Developing a Technical Skill Set with Le Wagon,2018-08-28,5.0,5.0,5.0,5.0,"Over the years, I’ve worked as the business or marketing guy for various companies. I was always drawn to these roles because of my ability to ‘play nice’ with others. But in some ways, I was also limited to these roles because I lacked a strong technical... Read More skill set. In my mind, this technical skillset could be many things… coding, design, data science, architecture, medicine, and law are all examples. Unfortunately for me, I had never developed any of these skills. I wanted to find a way to develop myself so that I could provide more value to companies while also freeing myself from the business/marketing mindset. I didn’t want to just sell, I wanted to build. After nine weeks of intensive learning with Le Wagon, I’ve not only gained a deeper understanding of full-stack web development but the confidence and know how to extend my learning to other technical areas. Although the boot camp has ended, the learning has just begun. I’ve begun work at a local startup as a WeChat Mini Program developer, I’ve joined forces with other Le Wagon alumni to continue learning new frameworks, and I’ve built a strong community of developers, hackers, and entrepreneurs who want to use to tech to add value to the world. Choosing to join Le Wagon was a great decision. It has reshaped the way I see the world and my role in it.Read Less",FullStack program - 35+ locations,Web Development +244888,10868,le-wagon,Daniellou Baptiste,False,2018,Le Wagon Paris - Batch 146,2018-08-27,4.7,5.0,5.0,4.0,"During few years before coming to Le Wagon, I tried to learn how to code with different mooc. It was very difficult to know how to start, which language to use, etc.. I decided to apply to Le Wagon to receive a formal training in web development to accelerate... Read More and shape my apprenticeship.From Bordeaux, I chose to come to Paris to immerse myself in the Parisian start-up ecosystem.I want to say thank you to the whole Le Wagon Team in Parisfor supporting us during this nine intensive weeks. I did not think it was possible to acquire that much programming skills in two months. The ""product"" vision provided during the bootcamp is a massive strength for being comfortable with the ecosystem.Moreover, every week we had meetings with entrepreneurs and it was nice to hear stories of enthusiast business owners.Thank you again for this unforgettable experience.Read Less",FullStack program - 35+ locations,Web Development +244879,10868,le-wagon,Guilhem Robert,False,2018,Perfect experience (Paris Batch#134),2018-08-27,5.0,5.0,5.0,5.0,"After graduating from a Business school, and having worked as a Product Manager, I wanted to learn the basics of code to better collaborate with developers.I joined Le Wagon, following the advice of 2 of my friends that had done the bootcamp and loved... Read More their experience, with very high expectations. I was not disappointed. I learned a ton, I also loved to be learning and the teaching staff helped me to give the best of myself.The pedagogical approach ""don't just learn to code, but learn to build products"" enabled me to make sense of all the things I was learning, which is something I really liked. I also found that Le Wagon's formula was really efficient: many exercises, numerous teachers and teaching assistants who were always very accessible and a lot of mutual aid between students: it made me improve very fast. The tools and Le Wagon's teaching platform are very efficient to consolidate the learnings, revise a lesson, retrieve a tip from an exercise. And the community is crazy: tens of alumni came back to share their experience as startup founders or startup employees. And it is not even stopping at the end of the bootcamp…In the end, I found a job as a Product Manager in an agency that develops mobile apps (with the help of Le Wagon's career team…!) in which I feel a thousand time more successful than in my previous experiences, because I have a better understanding of the issues and of the coding constraints as well as a better product-oriented approach - Therefore, thank you Le Wagon!Read Less",FullStack program - 35+ locations,Web Development +243999,10868,le-wagon,Damien,False,2018,Joining Le Wagon bootcamp is like hopping in a train...,2018-08-27,5.0,5.0,5.0,5.0,"Engineer with 4 years of experience in software development in the energy industry, I made the move to web development and freelancing in early 2018 as a drastic career and life change. So, after quitting my job, I started learning web technologies on... Read More my own but felt a little bit overwhelmed by the amount of information you can find about web development on the web: there is too much of it! I got lost among Stack Overflow posts, online courses and blogs, learning something new one day just to read few days later somewhere else that it's completely out of date and out of use. I started doubting my past choices and myself...Then I met two of my good friends who work in the web industry and who told me: ""Don't stress out! Do Le Wagon!"" So I searched for Le Wagon on the web and discovered the 9-week full-stack program: I was really attracted by the curriculum and by the product-oriented philosophy of this bootcamp. I discussed with some of the staff members, watched a demo day online on YouTube and read a lot of reviews and comments online before applying to Le Wagon Paris bootcamp: let's get on board!Before actually joining the program, there is some prep work to be done online. It allows you to gently discover the basic concepts which are going to be dealt with in depth during the 9 weeks. Moreover, it allows you to be sure you're able to work in front of a computer full of code lines during an entire day, which is the daily routine of a developer!The curriculum is gradual and consistent with the bootcamp's goal which is to transform you into a full-stack web developer from scratch in 9 weeks. The bootcamp goes from 9 am to around 6 or 7 pm everyday, 5 days a week. Everyday starts with a lecture about 1 hour long presenting the concepts or features you're going to work on the same day. Then you spent the rest of the day working on assignments alongside one of your classmates who is your ""buddy"" for the day. Working side by side with your buddy helps you put what you want to code into words before actually coding it and debug your code when it's not doing what you want. If you're still stuck on something after asking your buddy for help, you can open up a ticket right from the bootcamp website and soon a teaching assistant will come and help you out.In Le Wagon bootcamp, you will learn web development’s best practices and lean startup philosophy along with tech skills. You'll know how to code in Ruby on Rails, Postgresql, Javascript, HTML and CSS. You'll also know how to use Git and GitHub for versioning and collaboration, how to do a wire-frame and a mock-up using Figma, how to deploy and maintain your web app on Heroku and how to effectively search for help on the Internet. The project part of the bootcamp has a pretty clear goal: teach you how to code your minimal viable product (MVP) as a team of 3 or 4 collaborating in a sort of dev sprint or hackathon.During one week, all teams have to build a marketplace web app, like Airbnb. As a product-oriented bootcamp, all students are invited in the middle of the bootcamp to do a basic pitch of ideas they would like to work on. Out of all the ideas presented a few are selected and ranked by order of preference by student votes. Those chosen ideas become final projects, that are assigned to groups of 4 or 3. During the last two weeks, the teams are working on their project. During all the project part, teacher assistants are available to guide and help students debug their code. The climax of the bootcamp is the final day, the demoday, where projects are presented and demonstrated during a meet-up and live on YouTube.Alongside with everything written above, Le Wagon bootcamp has also side and optional activities like free meetups and talks with industry devs, yoga classes, and some free beers for the course-mates on friday nights! With Le Wagon bootcamp you'll also join a fast growing network and community gathered around web development, entrepreneurship, freelancing and teaching and driven by kindness and helpfulness. This community has reached almost 3,400 people on Slack as today (08/2018)! Now let me tell you what Le Wagon bootcamp is NOT. It's not, in any way, a college or university course or program. You'll not be taught algorithm theory, network theory or any other fundamental course of computer science or electrical engineering degree. You will learn new skills every mornings and apply them every afternoons in typical use cases, as opposed to few classes per week for one course in typical college program schedule. Therefore, you will probably work more intensely than in most college courses but you will work only on one topic at a time. There is no final exam except the final project and the only rank, grade or diploma you'll have is the satisfaction you can get out of it. To conclude, joining Le Wagon bootcamp is like hopping in a train: you know the final destination, the path is pretty clear and the train ride time too. Onboarded with you are people coming from all backgrounds and coding skill levels: some are still students, some have just quit their jobs, some are taking time off. During the train ride, you learn web development hard and soft skills from the experienced crew members, which are the teachers and teaching assistants, and the use of an impressive learning platform including efficient, motivational and entertaining challenges and tools. You meet your train buddies as everyday you have to seat and work with a new one. At the end, every passenger has his/her own experience of this common train ride but everyone arrived at destination on time. After the bootcamp, you get off the train and leave as a full-stack web developer able to build your own product, work in a tech company as a product manager or dev or work on your own as a freelancer. Finally you can contact anyone who took the train anytime reaching him/her on Slack to share valuable information including diverse events and job opportunities. I highly recommend Le Wagon bootcamp for anyone willing to join an intense yet amazing journey to learn web development with Ruby on Rails!Read Less",FullStack program - 35+ locations,Web Development +244844,10868,le-wagon,Rich Zhu,False,2018,Great Bootcamp,2018-08-24,5.0,5.0,5.0,0.0,在我来到沃耕编程训练营之前我在一个拉斯维加斯的私立高中念11年级。当时我在编程方面有过唯一的经验来自于学校的AP Computer Science Principles,但是在那个课上我们没有太多的涉及到如何写代码,于是我出于兴趣,开始在网上自学javascript。虽然网络上有很多丰富的学习资源,但想要开始做自己脑海中想象的项目,我可能还有很大的差距。只有专业的老师以及学习环境才能使我在较短的时间内完成目标。同时,我希望在大学能够申请计算机专业,所以极其需要在这个夏天开始有效率地学习编程。出于这些目的,我在网上找到了沃耕。就像之前了解到的一样,沃耕是一个十分注重项目实际操作的一个编程训练营,有四个星期我们大大小小共做了3个项目。我觉得这一段学习之旅是非常有意义的,在过去的九个星期里我们不仅学到了最基础的代码逻辑,还学到了如何正确利用网络资源和各类文档,最重要的是,沃耕很注重教授如何在现实生活中与不同的人一起写程序,如何合作与沟通,这也是这个训练营的独特之处。如果说我的目标是通过这九个星期来初步涉入编程这一领域,而且能够独立或者合作完成一些项目,沃耕完全达到了我的预期。总体来说,无论从课程安排,导师角度,或者硬件设备及环境,这都是一次非常高效且很有收获的体验。... Read MoreRead Less,FullStack program - 35+ locations,Web Development +244083,10868,le-wagon,Adrien Moison,False,2017,Launching pad!,2018-08-23,5.0,5.0,5.0,5.0,"I have always been fascinated to see how a digital product can become a must-have for millions of users: my business training allowed me to understand the economic issues but the technical aspect remained for me a great mystery.At the end of my studies,... Read More I wanted to join Le Wagon in Paris to better understand the world of digital entrepreneurship but also to be part of it.This goal has been reached! Today I'm working as Product Manager for a start-up which is growing very fast. Thanks again to the entire Wagon team for teaching me how to code and helping students in their future careers.Read Less",FullStack program - 35+ locations,Web Development +244824,10868,le-wagon,Tanja Kohlen,False,2018,Best experience at Le Wagon Barcelona,2018-08-23,5.0,5.0,5.0,5.0,"If you are looking for a meaningful, high quality place to develop your technical and personal skills and change your attitude forever, then Le Wagon Barcelona is the place for you!As a psychologist, I develop and organise training programmes for managers... Read More to improve their skills for the future. I am used to quickly recognizing potential in people. And damn, I can tell you: highly talented people come together in Le Wagon! You will not only learn how to code, but also what it takes to bring your own ideas to life. You'll work hard with people from all over the world you've never seen before, and you'll see the amazing results you can achieve as a team in no time. I am really proud of my team, we have built a very cool quizz-based learning platform in 2 weeks - without any programming experience before!You'll also be lucky enough to live in one of the most beautiful cities in the world and in the cosy, inspiring school with Gus and the other wonderful teachers. Only that they are less teachers than your partners who will support you to get the best out of yourself and get the maximum benefit from this program. The guys are just funny, helpful and wonderful people. Meetups are also organized on a regular basis, where you will meet interesting people - who may even make you a job offer!The Bootcamp was intense, exhausting, fun, inspiring and grandiose. I will never forget this time and the things I have learned here - not only through coding, but also about what people are capable of when they are in the right community. Thank you, Le Wagon Barcelona! I look forward to seeing you again soon!Read Less",FullStack program - 35+ locations,Web Development +244823,10868,le-wagon,Tanja Kohlen,False,2018,Best experience at Le Wagon Barcelona,2018-08-23,5.0,5.0,5.0,5.0,"If you are looking for a meaningful, high quality place to develop your technical and personal skills and change your attitude forever, then Le Wagon Barcelona is the place for you!As a psychologist, I develop and organise training programmes for managers... Read More to improve their skills for the future. I am used to quickly recognizing potential in people. And damn, I can tell you: highly talented people come together in Le Wagon! You will not only learn how to code, but also what it takes to bring your own ideas to life. You'll work hard with people from all over the world you've never seen before, and you'll see the amazing results you can achieve as a team in no time. I am really proud of my team, we have built a very cool quizz-based learning platform in 2 weeks - without any programming experience before!You'll also be lucky enough to live in one of the most beautiful cities in the world and in the cosy, inspiring school with Gus and the other wonderful teachers. Only that they are less teachers than your partners who will support you to get the best out of yourself and get the maximum benefit from this program. The guys are just funny, helpful and wonderful people. Meetups are also organized on a regular basis, where you will meet interesting people - who may even make you a job offer!The Bootcamp was intense, exhausting, fun, inspiring and grandiose. I will never forget this time and the things I have learned here - not only through coding, but also about what people are capable of when they are in the right community. Thank you, Le Wagon Barcelona! I look forward to seeing you again soon!Read Less",FullStack program - 35+ locations,Web Development +244631,10868,le-wagon,Maria Laura Lucanera,False,2018,Lewagon + Buenos Aires: la mejor combinación! ,2018-08-21,5.0,5.0,5.0,5.0,"Trabajé en una startup donde constantemente necesitábamos cambiar nuestro producto y adaptarlo a nuevos clientes. Para hacer un buen producto se necesita un perfecto entendimiento entre quienes venden el producto a los clientes y quienes lo desarrollan...... Read More cosa que no siempre se cumple. Es por esto que decidí hacer el curso de Lewagon, para transformarme en una project manager profesional y hablar el ""mismo idioma"" que los developers. Lo más importante es estar preparado para poder resolver cualquier problema, y Lewagon es un experto en esto. Enseñan de forma tal que no te dan las respuestas sino que te enseñan a encontrarlas. La modalidad intensiva hace que estes 9 semanas enfocado solo en coding y que el aprendizaje sea óptimo. Los profesores son excelentes y logran potenciar al máximo a cada alumno.Recomiendo el curso para todo aquel que tenga ganas de desafiarse, autosuperarse y quiera poder crear cualquier producto en cualquier momento de su vida.Read Less",FullStack program - 35+ locations,Web Development +244624,10868,le-wagon,Pavel Naumov,False,2018,Le Wagon - Simply the Best,2018-08-20,5.0,5.0,5.0,5.0,"Before coming to Le Wagon I had a start-up. The things were going great until the day when I realised that it was actually the time to build the product. I didn’t have the skills to build it. Moreover, I thought that programming is like an art - only... Read More the gifted people could do it and excel at it. After a couple of months of unfruitful searches for a technical co-founder or even a person who would help me out without asking for a fortune, I started considering learning how to code myself. I was terrified, I was unsure but I made the decision. 
I went to Google and searched for «the best coding school in Europe», and Le Wagon popped up immediately. I read a few recommendations and reviews and it became a no-brainer to me. 
The program is very intense, yet extremely rewarding. The feelings you get when your code works are very genuine, I’d compare it to the emotions of kids who build something really cool with Lego and are super satisfied with their work. The classes were extremely fun and I really enjoyed the idea of working with a new buddy every day. Not to forget the teaching staff: the guys have an insane amount of patience to be there for you and explain a very minor detail until you *really* get it, which is invaluable. After all, Le Wagon is one big family.Of course, there were tough things. When I first saw «9 Intensive Weeks» on the website I couldn’t imagine how really intensive they are. You spend 9 hours a day learning how to code, making thousands of mistakes, asking for help. However, these 9 weeks have been one of the best weeks of my life, and I can really say that I have pushed my own boundaries. I may sound like a cliché but it is true: I couldn’t imagine myself being able to do things I can do now. It truly is amazing and fulfilling. One thing that I also want to mention is that coding changes the way you think and the way you dream. Before going to Le Wagon, I couldn’t think of building a complex, technical product that has hi-tech features. Now, after the immersion into the tech culture, it is really inspiring to dream even bigger and aim for something that would change the world.If you are considering joining Le Wagon, don’t think too much - it will change your life, just like it changed mine.Everybody can code, it «simply» takes desire, effort, an open-mind and people that would support you. 
So why not doing it with the best school? 
Change your life - Learn how to codeRead Less",FullStack program - 35+ locations,Web Development +244628,10868,le-wagon,franklin de chanaud,False,2018,Le Wagon - incredible experience!,2018-08-18,5.0,5.0,5.0,5.0,"When I graduated from an agronomy school, I wasn't sure what to do afterwards. But I was sure about one thing : I wanted to learn more and to discover different professional environments. Therefore, I did consulting, business development in a start-up... Read More abroad, marketing, financial audit.. But something was missing. I wanted to see more my day-to-day impact and as I am curious, I wanted to learn more and faster. In addition, I started to get start-up ideas. But I had to test my ideas with real users so I needed to create an app. The only option I had was to pay a developer to create my MVP but I didn't have the money...At this moment, a friend told me about le Wagon, an intensive coding bootcamp that is now in 28 cities worldwide ! I did it in January 2018 in Paris and I found exactly what I was looking for :- great skills in web development to be able to speak with developers and to create my own web products and MVP- a wonderful community always keen on helping each other, from various backgrounds which is such enriching- a nice le wagon team that helps you a lot to do the transition after the bootcamp.Since then, I'm a freelance web developer and and I’m also teaching code in Paris. It exactly fulfilled the expectations I had : keep being curious, keep learning a lot (the knowledge is absolutely infinite in coding) and create in a couple of seconds great stuff on the internet !Read Less",FullStack program - 35+ locations,Web Development +244616,10868,le-wagon,Niklas Kuegler,False,2018,Le Wagon Barcelona - I had a blast!!,2018-08-17,5.0,5.0,5.0,5.0,"Lets start by saying thank you to the whole Le Wagon Team in Barcelona. My time during the bootcamp was fantastic. I signed up to Le Wagon because coding had always been something I was interested in, but never really got around to learn. I bought a book... Read More or two, two years ago trying to teach myself the basics of python but ended up quitting only after a couple of days because it was just to theoretical and boring to learn by myself. The approach of Le Wagon is great, working on small problem sets with changing partners was great fun. Not only did I improve my coding everyday during the 9 weeks of the camp, but I also met some great people. The first 2-3 weeks were quite tough because I didn’t really see the bigger picture back then, but that certainly changed during and after week 4. All of the small coding challenges that we solved during the start, not really seeing where they would once lead us, started to make sense and build a coherent and surprising picture of what we would actually get out of the bootcamp. I was astonished by what all of us achieved when we started the last 3 weeks of the program, working on our very own projects. We not only learned the basics of coding front- and backend but also received many enriching insights into building a startup in the tech sector. I’d say that my biggest take aways from the 9 weeks in Barcelona were that one can learn anything and solve anything if they know where to look and persevere while doing so. Coding will become more and more important in the future and anyone, in almost every sector will be confronted with new technologies and maybe even code itself. I honestly think that Le Wagon gives us a great opportunity to prepare ourselves for that future teaching us the fun, creative and cool skill of coding.Read Less",FullStack program - 35+ locations,Web Development +244554,10868,le-wagon,Alessandra,False,2018,Le Wagon Lisbon,2018-08-17,5.0,5.0,5.0,5.0,"I honestly believe that coding is the language of the future; I think everything worth being a part of involves code. I come from a family of entrepreneurs who are constantly trying to push the envelope in business, finding new and uncontested market... Read More spaces to expand and grow their ideas into realities. In their ventures they have discovered that no matter how great an idea, it cannot be scalable or profitable without incorporating technology in some way or form.I myself studied a 4 year Bachelor of Business Science Finance and Economics Degree at the University of Cape Town and am currently studying towards my CFA® Charter. Business and Finance are my passions, over the course of my degree I had the pleasure of watching the Finance Industry transform into what is now referred to as the Fin Tech (Financial Technology) Industry. Graduating from university I realized that no matter how great and relevant a degree I had, it meant nothing if I could not communicate in the industry I so desperately wanted to be in. My decision to join Le Wagon was made to help me fulfill my dreams of joining and better understanding the Fin Tech Industry, I walked away from Le Wagon with so much more. People are mistaken in thinking that joining a coding bootcamp means you are expected to become a developer. I left Le Wagon with a deep understanding of the inner workings of technology and coding languages, the bootcamp taught me a completely different way of thinking and learning. I now have all the background knowledge to understand the backend of the technological sector in the Fin Tech Industry, which is certain to aid me in future negotiations. In addition to learning a selection of coding languages I was given the opportunity to be part of a community of exceptionally intelligent and talented individuals. I met and made good friends with people from all over the world, not only was I exposed to the world of technology but to a wealth of different cultures and personalities. I will forever look back on my time at Le Wagon as one of the best experiences of my life and I expect nothing less for those joining the Le Wagon community in the future.Read Less",FullStack program - 35+ locations,Web Development +244540,10868,le-wagon,Paula Vandemeulebroucke,False,2018,"Le Wagon, you rock!",2018-08-16,5.0,5.0,5.0,5.0,"That’s my story.One year ago I woke up with a business idea. So as crazy as it is I quit my job and tried to figure out how to make it happen. I had no skills and no interest at all in IT but my business idea was a mobile application. Everyone told me... Read More to have a look at Le Wagon. I went at one of the meetings they’re doing here in Paris every Thursday and felt in love with this amazing place. Everyone is nice and makes you become as passionate as they are about coding.I’m from the batch #134 and I learned how to code in 2 months, for real.At the end of the program, in 3 months I built a MVP (which is a first version of my business idea) and everything started.Le Wagon is not giving you wings, but it gives you the tools to build your own wings. So if you have a business idea like me, do not pay 30K€+ and let someone else to build this for you, do it yourself. For 4 reasons : It’s way cheaper, you’ll understand your own product, you’ll be freaking proud of yourself and you’ll bring a super valuable product into your own company. Have a look, you’ll see by yourself : www.big-family.frThanks Le Wagon, you rock !Read Less",FullStack program - 35+ locations,Web Development +239884,10868,le-wagon,Emily Burns,False,2018,Amazing Experience,2018-08-16,5.0,5.0,5.0,5.0,"I have always been interested in technology, but with a background in design I thought that maybe it wasn't for me, however after completing the 9 week bootcamp wit Le Wagon I was proven wrong. It was an incredible, eye opening, challenging and rewarding... Read More experience. I realised that there is so much opportunity to be creative in coding and to create a working fully functioning app from scratch was amazing. The bootcamp also teaches to you to think in a different way, and pushes you beyond your comfort zone, but truly teaches you how to learn and keep learning. The teachers, the staff and the whole experience was beyond what I imagined.Read Less",FullStack program - 35+ locations,Web Development +239336,10868,le-wagon,Edmond,False,2018,Le Wagon Tokyo batch#147,2018-08-16,5.0,5.0,5.0,5.0,"I have been living in Japan for 5 years working as an English teacher but teaching myself coding on the side. I tried to switch careers multiple times with no luck until I found Le Wagon in Tokyo. Teachers are amazing. The program is hands-on with lectures... Read More and then building on what you learn through challenges and small projects throughout the day. The teachers take you through the concepts step by step. There are TAs (and the teachers) that help with the day's challenges if you need it. I was an incredible experience and I almost didn't want it to end.Now, I'm a full-stack developer for a startup in Tokyo. I've built life-long friends through the program and have finally realized my dream to code professional all thanks to Le Wagon!Read Less",FullStack program - 35+ locations,Web Development +244535,10868,le-wagon,Anonymous,True,2018,Great Experience,2018-08-16,5.0,5.0,5.0,5.0,"During my gap year, I decided to learn to code. While learning I felt demotivated because I was doing it alone so I decided to join Le Wagon! As I expected, I had students and professors by my side that allowed to learn more and faster ! I totally recommend... Read More it, let's go :DRead Less",FullStack program - 35+ locations,Web Development +244534,10868,le-wagon,Swen Kunzel,False,2018,Le Wagon Lisbon,2018-08-15,5.0,5.0,5.0,5.0,"Before Le Wagon I was a postdoctoral researcher in science. Seeing the growing field of technology and startups and the simultaneously rising demand for developers, I decided to join the Le Wagon Bootcamp. Before Le Wagon I already had basic experience... Read More in programming and therefore I was having doubts if the Bootcamp might not be demanding enough. However, I was challenged from the beginning to the end and it was hard work to prepare the lectures and get the exercises done. That said, there is no problem to get successfully through the Bootcamp and deliver great final projects without any prior programming knowledge. This works because the Le Wagon curriculum and teachers adjust very well to the different pre-knowledge of the students.The program is well structured and all programming fundamentals are taught before going into the development of web applications. Most importantly the whole Le Wagon team of teachers and assistants spent a great effort on helping the students and make it a great experience for everybody.Le Wagon prepares the students to work as a developer alone or in a team. I recommend Le Wagon to anybody, who wants to change their career, independently of the professional background.Read Less",FullStack program - 35+ locations,Web Development +244501,10868,le-wagon,Amin Bouhassoune,False,2017,Best boot camp ever !,2018-08-14,4.7,5.0,5.0,4.0,"A year ago I finished my training at Le Wagon (batch 83). I was looking for a web developer training to learn to code, use APIs, learn to scrape the web, to become a growth hacker. I also wanted to be autonomous and create side projects and why not create... Read More a startup one day. There are a lot of bootcamps to learn to code in Paris so I compared them and I chose Le Wagon for several reasons:- It is a reference training in the startup ecosystem.- For their “product” culture- For the network. I have built a network of trusted relationships today thanks to the bootcamp.I was hired as a growth hacker at the end of the batch in a startup accelerator. I was able to practice my skills. A few months after Le Wagon, I continued coding and I created a tool. I launched my own marketing automation tool through what I learned. The bootcamp has a cost, but it is an investment to do in oneself which is worth it and which is quickly profitable.Read Less",FullStack program - 35+ locations,Web Development +244328,10868,le-wagon,Josefina Sempé,False,2018,Amazing experience in Buenos Aires :),2018-08-14,5.0,5.0,5.0,5.0,"I started my studies in advertising and graphic design in 2009, doing many courses outside my University to expand my skills in different areas that I consider, at the time, useful for my job and profesional development. Through the years, I start to... Read More realize that technology was becoming, really fast, a way of consuming products or services, in EVERY single area and industry. No matter what you need, there is an app or a web to solve your problem; and if it doesn't exist: YOU HAVE AN OPPORTUNITY RIGHT IN FRONT OF YOU, so DEVELOP IT!Through my years working as a graphic designer freelance, clients were always asking for basic things that nowadays, every company needs: newsletters and a web - just to start. And my first problem was that I wasn't able to take my design into the web. I think and create the sketches from the design perspective, but I was depending on developers to actually code the design and in many occasions, I would found out, that my ideas were really difficult to develop. Not to mention, that I have to depend on their schedule and budget.When I asume the world is spinning around tech development, I decided to enrole in Le Wagon Bootcamp in Buenos Aires. Even though I had a lot of expectations, they were by far exceeded in the most positive way! I had the opportunity to practice my english, to know a lot of people around the world and know different cultures. It was surprisingly easy to overcome the intensity of two months, of non stop learning and coding, with the excellent group of people who shared this amazing experience with me! The teachers were super patient and positive, especially in the last two weeks where we struggle the time pressure to solve development issues... They were extraordinary good leaders that trust in our skills and were always there for us!Le Wagon community is really amazing and supportive! :)Read Less",FullStack program - 35+ locations,Web Development +244480,10868,le-wagon,Joel,False,2017,London #103,2018-08-13,4.7,5.0,5.0,4.0,"At a career cross road, I joined Le Wagon on the advice of a friend who'd completed the course in 2016. Considering their rave reviews it's fair to say I began the course with high expectations, it's a credit to the teaching staff and the program that... Read More these expectations were met and surpassed.Learning to code from scratch (which I was) was never going to be easy but the methodical approach of practical exercises based on a morning lecture means you get the most out of the days. It's incredibly hard work but supported by a host of phenomenal teaching staff and assistants I started to feel like I was making progress in quite short order.The course morphs in the final 3 weeks to final team projects; from here on out it more feels like you're working in a collaborative office, less a classroom. Building products using the skills learned in the preceding 6 weeks really was an exciting experience, you could feel the passion and commitment from everybody. I came as no surprise that on final demo day I saw 9 amazing products presented!Before doing Le Wagon the cynic in me would have scoffed at the idea that in just 9 weeks I'd be armed with the skills to make a career change. But the truth is, I am. As Le Wagon's website greets you, Change your life: learn to code. Glad I did.Read Less",FullStack program - 35+ locations,Web Development +237852,10868,le-wagon,Gabi Branco,False,2018,Amazing experience in Amsterdam,2018-08-09,5.0,5.0,5.0,5.0,"I learned how to code in Le Wagon: after 9 weeks of hard work, I’m capable to start a web application from scratch and I never learned so much in so little time. But what really amazes me is how I was able to do it: I learned through teamwork -- not only... Read More by attending classes and completing daily challenges but doing so with help from and helping people with different skills and background. I thought I’d be developing mostly hard skills, but I added soft skills to my abilities and now I feel ready to lead and teach.Thanks to the people I met in Amsterdam, I’m currently TAing in Le Wagon Sao Paulo and preparing to be a teacher assistant in Rio de Janeiro, thrilled by seeing other students’ projects and helping them to make beautiful products. Le Wagon gives not only the tools to be a fullstack developer, they also teach how to spread this knowledge creating a great community that executes ideas all around the world -- and I couldn’t be more proud of being a part of it.Read Less",FullStack program - 35+ locations,Web Development +244436,10868,le-wagon,Haruka Aoki,False,2018,"My best and hardest experience in beautiful city, Barcelona!",2018-08-07,5.0,5.0,5.0,5.0,"Firstly, Barcelona is the best city ever even I’ve been traveling over the world. The weather is perfect and people is always so nice and openminded!! The city itself isn’t really big tho, you can do whatever you want, also you can go to nature side like... Read More beaches or mountains. I am so glad to get an opportunity to live this amazing city.Le Wagon Barcelona changed my life completely. Honestly I couldn’t code really well, but this bootcamp tough me how I can manage my life if I really want which anyone didn’t teach me in the school and in my work. Actually it was more important than just only coding. To decide attending the bootcamp wasn’t really easy for me because I had good career and salary in Tokyo. But I just realised sometime we need to decide and make big change in our life otherwise our life will be same level and never learn anything. Now I have more independent mind set and I can manage my life by my self!This is my background. After graduation from bachelor of International relationships I was woking for e-commerce site in Japan as a marketer. Even though I have no knowledge about coding, I needed to have a meeting with engineers in my team. So that situation made me think that I should learn coding.And also every time I brought a idea to implement some features, I needed to talk to the engineers how we are possible to implement. I felt if I have coding skill, I could have implement my idea much faster.Read Less",FullStack program - 35+ locations,Web Development +244629,10868,le-wagon,Valérie Schraauwers,False,2018,You Are Gonna Love Coding Too - Bali Batch #149 ,2018-08-06,5.0,5.0,5.0,0.0,"After working for a start-up for a couple of years I felt it was time for a change and I wanted to challenge myself by learning something completely new. I love travelling and to have flexibility in a job, so why not learn how to code? I didn’t have any... Read More experience in tech or coding at all and after hearing all the great things about Le Wagon Bali, I decided to quit my job and jump in with both feet to become a full stack web developer.I got straight into the deep end and in the first few weeks I got to learn, amongst other things, Ruby, SQL and OOP which started coming together when we learnt the Rails framework. Not having any prior experience, I was afraid that I would end up thinking coding was too technical for me, or that I would not be good at it. By the time it got to the project weeks of the Bootcamp, I was really impressed with myself for being able to code real web-apps. Before the bootcamp I never imagined this possible.After two weeks of non-stop coding for our project SkillSwap, we were able to finish on time and present it on Demo Day to the local teach community and digital nomads (watch the videoclip here: https://www.lewagon.com/demoday/149 ). This is the feature I like the most about Le Wagon. It is very product-oriented and I believe it is quite unique in that sense. Not only can you be a junior developer when you graduate, you are also trained to be an entrepreneur and product owner to pitch a product, manage product design and project constraints, conduct business presentations, with the aim of launching your idea to the market. The feeling is incredibly rewarding and empowering.I never imagined I would like coding this much and so will you.Read Less",FullStack program - 35+ locations,Web Development +244298,10868,le-wagon,Adam,False,2017,Le Wagon Shanghai - The first step in a year-long journey in career transition,2018-08-05,5.0,5.0,5.0,5.0,"In December of 2017 I graduated from a coding boot camp in Shanghai, China. To say that it was a life changing experience is to understate the degree to which new opportunities presented themselves, both professionally and personally within in span of... Read More four months. For me, going through the boot camp had been a long time in the making. I had been an English teacher for a year in Shanghai, and then started working as a recruiter for the company I had been teaching with. The job started out ok, but I found myself dedicating 70-80 hours per week. After four months on the job, I began to see what few opportunities lie ahead: I could improve my administrative skills related to collecting applicants’ documents and climb the corporate the ladder within the HR department, or transfer to another department. At the time, I had no hard skills, so I would have been restricted in my options, most likely writing content for our various products. The prospects were not good and I did not have a strong sense of hope in my career as it stood. I was essentially offering my ability to use the English language to write content, or improve how organized and efficient I could be to serve the benefit of the corporation I was working for. On New Years Eve 2016, I met and made friends with someone who just arrived in Shanghai and was working as a developer for the same organization. He was making nearly 3 times my salary and had enough free time to get to know the city. He had begun his journey as a developer through a well-known coding boot camp in the US. That is when the idea started floating in my head and sticking. Fast-forward 9 months into my job and I had had enough of the ambiguity. I left my position as a recruiter to return to teaching with the goal of getting back time to myself to prepare for joining a boot camp as soon as possible. The problem was that there were no English-speaking coding camps around. I started toying with the idea of going back to the US and nearly did, until I found out about Le Wagon. Originally started in Paris France in 2014, it began expanding quickly with locations in over 30 countries as of May 2018. The Plan:My intention from the get-go was to find a job as a developer, either freelance or full-time after the camp. I had spoken with several developers that I knew personally and decided that I wanted to be skilled in front-end development, with a focus on JavaScript.To be able to enact any plan, you need to have a financial runway. With the amount of money saved, I had roughly four months to find sustainable employment, which was either a full-time job or freelance gigs that would lead to more. This was Plan A. We graduated in early December 2017, so my runway was until about March 2018.Plan B was return home to the US and continue to job hunt from my parent’s home. I did not want to return to the US, but it was a realistic Plan B. I refused to take on any job that was not strictly development because that is the skill I intended to grow, even if I had to do it from the US. The Beginning of Camp (and a reassessment): So camp begins and after a few weeks, I am humbled. Coding is a lot more difficult than I initially expected. I start to question if working as a developer is really for me. Some of the students who were in my batch had a background in engineering or had taken some computer science courses were doing pretty well.Development is very heavily front-loaded with information. Once you can get over the initial hump of learning how all the pieces fit together, things start to make sense quicker. Even though it is tough, something in the back of my mind just tells me that I will be working as a developer. Regardless of how it is going to happen, it is going to happen.This particular camp is great because we visited several different firms around the city where we may be able to work after graduation. One meeting that boosted my motivation halfway through camp was at a startup accelerator. I met the founder of a company that had graduated from that accelerator about a year prior. One of his products is similar to the product I worked on for the boot camp’s final project, so I ended up interviewing with them for a project manager role but decline it because I was looking to code, period. Finally the end of camp rolls around and we present our products. It was a really exciting day to be able to show off what we have built. The next day, here I am – jobless and ready to take something on. During the final two weeks, I spent a lot of time focusing on the final project, so I did not follow up with the contacts I had made during the camp. On the first day after camp, my self-assessment of my skills is lower than I expected. I found that it was difficult to set accurate expectations on what my skill level would be post-camp because my knowledge-base was initially low.I spent the first month after camp following up with potential employers and coding. Every day I coded for 7 hours through an online course that I had purchased to help me learn React.A month after camp ended, I was able to land a full time job as a developer with a startup through the accelerator that Le Wagon had taken us to.50% of the value that you get from a coding camp is the network that it has in place. Especially in the early days of your career, your network is key to getting paying gigs, whether they are freelance or full time. I am very happy with the value that Le Wagon’s network has been able to provide.They also have a healthy habit of bringing back students from previous batches to talk about what they are doing now, T.A.-ing, and even lecture as teachers.Overall, I am very happy with the change in my career since I went through the boot camp. Time is flying by at this point with each batch that comes and goes and it is amazing reflect on my time while seeing others who are going through the same experience.Read Less",FullStack program - 35+ locations,Web Development +244386,10868,le-wagon,Michel,False,2018,Le Wagon Lisbon Batch #148 review,2018-08-04,5.0,5.0,5.0,5.0,"As young graduate from a french business school and after several experiences within financial fields, I felt a strong attraction towards the digital world and entrepreneurship. However, I realized that I would not go far without any basic knowledge in... Read More coding and digital skills.After great 9 very (very!) intensive weeks of learning how to code with Le Wagon in Lisbon, I gained much more than what I expected! Before this experience, I had no clue about anything in the coding area...From a practical point of view, I am amazingly surprised by the level of understanding I have reached over such a short time, not only about pure coding, but also about the overall coding environment, from UX to web hosting. Le Wagon‘s program is very well built with a gradual rise in difficulty and a strong follow-up from the teaching team, that will fit to everybody, no matter their level.Attending this coding bootcamp was also a great opportunity for me to meet and work with very interesting and smart people coming from different areas and making the whole experience even more rewarding.I can only recommend this training and can assure you that you will get more than what you expect :)Read Less",FullStack program - 35+ locations,Web Development +244361,10868,le-wagon,Elena Maroto,False,2017,Marseille #89,2018-08-03,5.0,5.0,5.0,0.0,"I've been in IT for 20 years but far from the Web world (yes, there is a lot of stuff going on out of the www as well). Tired of all the burocracy of big groups and the never ending projects, I decided to look for something more dynamic. Then started... Read More looking for a web development bootcamp. At the beginning of my career I was a developer and I remembered how much I enjoyed coding, so decided to update my knowledge and move on to the web. I was looking for somethig dynamic, pragmatic and useful right away. No time for 6 months training plus time doing interships in companies. Had had my share of big companies. I checked some other trainings and bootcamps in the Marseille area and Le Wagon spoke to me right away. Just by looking at their website you can see is dynamic. Being a globtrotter at heart and seeing that the bootcamp runs in so many countries just clicked. Then the program. Training sessions in the morning, then practice all day long, then life code at the end of the day. Then two weeks developing a project. A lifely dynamic involved in the startup world. I assited then to one of their Demo Days and it just felt right. That's what I wanted to do, that's the bootcamp I want to join. It took a few months until I could finally join but I was not dissapointed at all. We were lucky enough in our promo to hit it off right away. 14 people, from 21 to 59 years old, very different backgrounds and experiences and so enriching. Later on, seeing other promos, I think that happens in every promo, in different ways, but the ambiance of Le Wagon just makes that in every promo there is a bit of a (temporary) family spirit going on. Ah, yes, we coded as well! I just had a blast every single day. It was hard, future Wagoners beware. It was exahausting but so worth it. The first week I was so excited and my brain was absorbing so many things that I could barely get to sleep at night. By the middle of the bootcamp you are exahusted, you start to beleive that you are not going to make it... there are ups and downs, but everyone tells you to hold on to it... wich you do and by the end everything is worth. The pedagory is good, being in IT I already knew many concepts, though not the languages, and the way things are explained and chained it just makes sense and everything ends up by clicking and fitting together. Teachers are excellent, some have a lot of experience in the field, some others are Le Wagon's alumni. All of them are passionate and patient. They know how to teach and help. And then the Demo Day. It is so exciting to be able to show to about a hundred people what you just did with your team. We could not beleive we were able to do all of that in only 2 weeks. Only 9 weeks before we didn't know anything about it and there we were, showing to the world our project. When you finish your promo there is a bit of an ""orphan"" feeling, after all you are spliting with your (temporary) family and that is always difficult. But there are ways to work it out. Co working space, being a TA (which I am doing), or even becoming a teacher yourself later on (which I hope to do some day). Le Wagon has s become part of my life now, I go to the co-working space, I make TA every now and then and the whole experience keeps up to my expectations. Hesitating about which way to go? Well, my advise is go to Le Wagon, hold on to the rails (pun intended) and enjoy! You won't regret it!Read Less",FullStack program - 35+ locations,Web Development +244345,10868,le-wagon,illyShelly,False,2018,Le Wagon Barcelona Inspiring Coding Experience,2018-08-02,5.0,5.0,5.0,5.0,"During and after my graduation I worked at financial related jobs. Because it was not my piece of cake I decided to go abroad to get some experience and study English. And just one year ago I discovered the world of coding. I made a lot of research, read... Read More a lot of reviews. First of all, I wanted some affordable coding bootcamp in Europe. Second, Le Wagon offers to build something real as the final project. So, it seemed to me as the best choice. And do not forget the wonderful weather, nice beaches and amazing food in Barcelona.I still can't believe it's over. Even though it was pretty fast track, I thought it would be even worse - more difficult or impossible to understand. I will miss it. Coding is awesome. Now it is time to do so as alumni :) - continuing work on our final project Eatamina and deepen my knowledge. I believe coding open you new word with so many opportunities. ALL YOU NEED IS CODE. Thank you guys!Read Less",FullStack program - 35+ locations,Web Development +239464,10868,le-wagon,Maxime Delpit,False,2015,"Le Wagon, a life changing experience",2018-08-02,5.0,5.0,5.0,5.0,"I joined Le Wagon's Batch 6 in Paris (January – March 2015) and since then, I have been building a web agency while becoming a teacher at Le wagon on the side.Why Le Wagon? I see 3 main reasons why I joined Le Wagon's FullStack program at first:1) Trying... Read More online tutorials, I always had the same outcome: ""How to switch from theory to practice?""2) I found it very hard to launch a web-based business without coding skills or without the ability to understand developers3) I wanted to test my ideas from scratch without loosing my mind in the World Wide Web of Ideas (this is something many non-technical profiles do when thinking of a business and it often leads to frustration and to giving up).That seemed to fit Le Wagon's mission. After meeting the core team, I decided to join the program.The Full-stack ProgramThis is a 9-week intensive program where you'll learn coding best practices and develop your technical mindset. One of the main strengths of their program is the balance between teaching best practices, bringing support to students and fostering autonomy and curiosity.- You spend enough time to learn the basics during lectures or when cracking Le Wagon's challenges.- You learn how to be autonomous, use powerful tools and have an efficient workflow.- You are challenged but also supported to ensure you understand the core concepts.After 6 weeks of training, you build an Airbnb-like platform within a team and you put it in production.The last two weeks are dedicated to working on your own personal project (or you can work on a project of a team mate), being advised and assisted by le Wagon's mentors.Rediscover the pleasure of learningAt the beginning, I was one of those to say I'd like to learn to code but did not have enough ""engineering background"". At Le Wagon I had the opportunity to remember that learning a new skill is not always a question of talent.With strong dedication, commitment and above all, curiosity, you will find your way and leverage Le Wagon's methodology. At Le Wagon, you will not only be guided but also challenged to make the concept yours. Nothing comes free, and to learn anything valuable, you have to fight for it first!Learn from amazing peopleAmazing people with different backgrounds will surround you. The staff carefully select students to create an efficient and fun learning atmosphere.From the diversity of your buddies, you'll discover a new way of thinking. Not only from engineers that will introduce you to logical structures but also from litterary profiles who will show you that sometimes efficient wording is worth tons of logical conditions.The staff is amazing and they are always challenging themselves to improve their program. After a few batches as a Teaching Assistant and then as a Teacher, I can tell that from their 145-batch experience they have built a great methodology and a strong education platform (that I still use!).Life After Le WagonThe scope is huge. Lots of your classmates have an entrepreneurial background and will keep working on their project, follow teammates they have met or dedicate to new opportunities.Some want to become developers and will apply to a junior position. Lots of them get cool offers because they are ready to learn, be productive on their very first day and bring diversity to dev teams.Others will apply for Product Manager positions and leverage on their dual skills in business / code to collaborate efficiently with developers.First, I personally decided to start as a freelancer and build apps for clients but also provide them with MVP services, to help identify their product and have a lean roadmap. It was an opportunity to keep on learning every day while I fulfil my entrepreneurial thirst.Now I have turned this freelance activity into a web agency. We are specialized in digitizing corporate processes. We design & develop simple solutions to complex corporate problems.Read Less",FullStack program - 35+ locations,Web Development +239166,10868,le-wagon,Sydney Thomas,False,2018,All You Need is Code: My Journey at Le Wagon Barcelona,2018-08-01,5.0,5.0,5.0,5.0,"I’d like to preface this review by saying that I’m neither a “gusher” nor a “joiner.” I’m rarely openly impressed or complimentary; even less often do I place myself in situations where I am forced to interact with a bunch of strangers.With that out of... Read More the way, I’d like to genuinely & uncharacteristically assert that my time at Le Wagon Barcelona was one of the most positive, self-actualizing, & unforgettable experiences of my life.I, like perhaps a lot of you, was very nervous when considering a boot camp. I was already pretty far along in my first career and didn’t have the time or resources to pursue another bachelor’s degree. My fears with opting for a boot camp existed not only because I had practically zero coding experience, but also because I’d read horror stories about others investing in different boot camps only to come out feeling as though they didn’t know anything and ultimately being unprepared to enter the workforce or to start projects on their own. Luckily, the only thing I’d had to fear was fear itself. And semicolons.Le Wagon was challenging in a way that I could never have expected nor that I can even try to articulate, but for every obstacle there was overwhelming support from both staff and other classmates. Aside from learning relevant and up-to-date subjects in a very organized, gamified way, I developed some amazing relationships with the people in my batch and the instructors; over a month later there are still some people that speak with on a daily basis! And - despite being extremely prone to imposter syndrome - I have found myself very confident in what I have learned at Le Wagon, so much so that I am currently working on my own freelance projects, personal website, and business plan for an app I’d like to develop.So as someone who does not do this (no, seriously, I never do it), I cannot help but recommend Le Wagon if you’re looking to get a start in web development. The curriculum, learning environment, & ongoing support networks are truly unparalleled and I promise you will not be disappointed.Read Less",FullStack program - 35+ locations,Web Development +233626,10868,le-wagon,Fernando Arboleda,False,2018,Le Wagon is dope!,2018-07-31,4.7,5.0,5.0,4.0,"Le Wagon is amazing. It was a great it experience, it gave me the fundamentals and helped me to become a better problem solver and exposed me to the world of Software Engineering. As an American residing in the San Francisco Bay Area there are a plethora... Read More of coding boot camps but they are 6x times as much as Le Wagon. Le Wagon gave me the most value for the amount of money I spent, I felt it was one of the best decisions I have made overall.Read Less",FullStack program - 35+ locations,Web Development +244293,10868,le-wagon,Hikaru Furuhashi,False,2018,Le Wagon Tokyo #147,2018-07-31,5.0,5.0,5.0,5.0,"I’m a high school student and I decided to study abroad in America. I graduated my junior high school on March but my high school starts from September so I had plenty of time to do something what I like. That’s why I joined in Le Wagon’s programming... Read More boot camp. The first three weeks was the hardest for me, but the teachers taught me very carefully and were always ready to help. And as I continue learning coding, my skill became better and better. In the last project, I think I could contribute as a front-end programmer. I think I need more practice for back-end stuff. But in the last project, I think I could contribute as a front-end programmer and Le Wagon changed my life dramatically.Read Less",FullStack program - 35+ locations,Web Development +237820,10868,le-wagon,Morgan Krischer,False,2018,Best decision I've made,2018-07-30,5.0,5.0,5.0,5.0,"Before Le Wagon I was working as an apprenticeship coordinator in the construction industry. I was managing up to 45 apprentices. My partner is a data analyst so he invited me to start doing online courses and I was hooked. I knew I wanted to make a career... Read More in coding so decided to join Le Wagon. It was the best decision I could make! The staff is friendly, supportive and fun; they made it so easy to get through the cursus. As an end project we worked on a user-friendly timesheet system to help out my old company!I have applied for the 42 coding school in Paris and was very thankful to have my lifesaving background in Ruby to help me in that application process!Read Less",FullStack program - 35+ locations,Web Development +236932,10868,le-wagon,Henrique Silva,False,2018,My time at Le Wagon Barcelona,2018-07-30,5.0,5.0,5.0,5.0,"I recently finished batch 153 at Barcelona. And i have just one thing to say about that: it worthed a lot. The course is very well structured and make our path easier. I hadn´t any background with code so in the very begining I was scared about my capability... Read More to learn code in just 9 weeks. But after I finished the bootcamp I´m very confident about what I learned and now I have one new challenge: change the world.I started Le Wagon feeling like an old man and now i have many plans as a kid. If you want to be greater than you are know, don't hesitate to subscribe at Le Wagon.Read Less",FullStack program - 35+ locations,Web Development +244295,10868,le-wagon,Irvin,False,2018,I can code now!,2018-07-30,5.0,5.0,5.0,0.0,"I love tech, but I can’t code. That in a nutshell was the reason that got me to Le Wagon in Bali in April. Tech has always fascinated me and not being able to code bothered me a lot in my professional life as a software implementation consultant.In just... Read More two months at Le Wagon, I learned how to code, how code works, how to transform my ideas into a web app and how to collaborate as a team of developers. I have to say that I had high expectations out of the camp but what I learned actually went beyond what I could have hoped for.What impressed me ever since the first day of the camp was the online platform offered by Le Wagon and how it is set up, with lectures, tons of exercises, flashcards, videos and a lot of functions available to make the learning process faster and easier. All this incredible learning material, together with the huge enthusiasm and experience of the teachers who were always willing to solve any questions and clear up any confusion, made the camp a truly comprehensive, well-honed learning experience. Watch my presentation video of the project my team built - Open Space of Batch #149 to see what I am talking about. What also undoubtedly ""made"" the experience was the sea view from the classroom terrace and the chilled living experience you can find in Bali. I didn't want to leave!But sadly I had to leave and since I got back to run an online academy at a global IT consultancy firm, I haven't looked back - Le Wagon has definitely increased my competencies and unquestionably given me a ton of useful skills that I can apply to my daily work or any tech projects that I decide to undertake. I can now proudly call myself a coder.Read Less",FullStack program - 35+ locations,Web Development +244279,10868,le-wagon,Michael,False,2018,The great coding adventure,2018-07-27,5.0,5.0,5.0,5.0,"Hi guys,I’m Michael, I am 29 years old and I got a Master’ Degree in physics (research oriented) in 2014. After that I decided to travel the world before starting my career but this experience totally changed my mind about physics and what I wanted to... Read More do. I always had a lot of different ideas in my head but I never knew where to start to make them alive (especially when the technical part begins). The idea of integrating a coding school was running in my mind and Le Wagon appeared to be one of the most effective so I did Le Wagon Montréal.Those nine weeks of coding were an amazing experience. Although the first weeks were very hard and challenging I discovered a new way to see things. The content of the courses is very comprehensive and adapted to all backgrounds in both backend and frontend fields.If you choose Le Wagon you will learn to code of course but not only, you’ll also learn how to launch your idea from the design to the pitch which is a useful skill if you want to open your own company!Le Wagon is also a great human experience as everyday you work with a new classmate. During the last three weeks you’ll learn how to work as a team on a project using all the knowledge you’ve just learnt and also how to use git which is a powerful team working tool.I’m currently working as a teacher assistant at le Wagon Montreal to help students with their daily challenges.I would definitely recommend you to do this bootcamp for the teaching quality, their huge tech network and finally because the mindset there rocks!Read Less",FullStack program - 35+ locations,Web Development +244256,10868,le-wagon,Claire Fumey,False,2018,Really Top ! ,2018-07-26,5.0,5.0,5.0,5.0,"Meeting the Wagon by chance was for me important moment. From the first moments I understood that I could be confident structured pedagogy, effective, thought, progressive, so reassuring, all in a beautiful, spacious in the heart of Marseille.Be part... Read More of the Batch 141 Marseille feel to belong to a strong community, know that we will be able to work together, to exchange, to bring, that the wagon does not stop at the end of the training. It's a great human adventure and I loved the shared moments! exit climbing in the creeks, memorable football match at the stadium!I have experienced this regular rhythm that alternates between course and pair programming and I have seen day after the knowledge is consolidated. Intensive work, and also time to regain energy: yoga hours. At Wagon we take care of us!If you are motivated to learn, discover among available, competent, creative people Go for it!Read Less",FullStack program - 35+ locations,Web Development +244248,10868,le-wagon,Sarah Bokobza,False,2018,Top Learning Experience,2018-07-26,5.0,5.0,5.0,5.0,"My brother is a programmer and has been telling me for the past 12 years to start learning to code. Right. So I could have learned to code years ago but would I have liked it as much as I do now??I attended Le Wagon in Tel Aviv Batch #150. Before that... Read More I worked for 3 years in a marketing company as an affiliate manager, and finally decided to quit. It was the right time to look for a new direction, to learn something new that I will love doing. I suddenly gave a second thought to learning to code. I started a few online courses but it wasn’t enough. I felt like I needed a learning environment.After 4 months of self-learning, hours spent in coffee shops with friends, more Netflix that I could ever watch and numerous researches about coding courses, I stumbled upon Le Wagon website. I watched videos on Youtube about project pitches and I was very impressed by the result after only 2 months. After checking all the possible reviews - all very good - I decided to apply. My advice: do not waste your time and go to Le Wagon even if you have no skills whatsoever in coding.In the first few weeks of the bootcamp, it’s hard but the teachers and TAs are super clear, really helpful and thorough. The lessons are super clear. Every day you get to practice what you’ve learned the same morning via multiple exercises. On top of that, you get a Live Code session at the end of the day that helps the knowledge acquired sink in. Towards the end of the bootcamp, you also have 2 projects to build in teams. My team and I created a project called www.CoinTrail.io, a platform that helps you track your portfolio across any exchanges. We are still working on it!To sum it up, my experience with Le Wagon was a life changing one. I’ve learned in two months more that I would have alone in one year. I have met wonderful people from all around the world, from teachers to students. I’ve learned to work in teams, under pressure (get ready for the Final Project!!). Le Wagon gives you great tools to learn: video lectures, challenges, flashcards, course slides, useful links etc. The best thing is that you still have access to all of it once you’ve finished! As I’ve said before, do not waste time! Change your life, start coding!Read Less",FullStack program - 35+ locations,Web Development +236228,10868,le-wagon,Valentin,False,2017,Great Experience !,2018-07-25,5.0,5.0,0.0,0.0,"I used to be a project manager in a marketing agency specialized in working with law firms. Talking to web developers was a daily challenge as I was their only point of contact in the company and I was not feeling comfortable with it. So, first of all,... Read More I wanted to better understand this world. Therefore, I went to Le Wagon Paris and I started a new life. This was the most stimulating classroom environment I did for sure ! Thanks to Le Wagon, I have become a full-stack designer at a startup with my best friend whom I met at Le Wagon. The bootcamp is unique and gives you the strength to accomplish the things you would not have imagined possible otherwise... Highly recommended !Read Less",FullStack program - 35+ locations,Web Development +244224,10868,le-wagon,Emna Guellaty,False,2018,Very good experience,2018-07-25,5.0,5.0,5.0,5.0,"I completed Le Wagon’s Fullstack program a month ago. I had joined the bootcamp in order to change career and become a freelance developer. Before that, I worked as a journalist and I had a lot of concerns about my ability to understand code.However,... Read More after numerous great reviews and a positive word of mouth, I was very eager to start, and I have not been disappointed.First of all, because teachers and teaching assistants truly care about passing on their knowledge and helping us understand difficult concepts.Then, because coding in itself seems now much more accessible and clearer to me, which enables me to look forward to new opportunities as a futur freelance developer.Finally, there is the very rich community that you join, you are surrounded with developers and you know that if you get a problem to solve, there’ll be someone ready to help you out. This is now my turn to recommend this course a thousand times because of the great memories I kept both on the human and professional plans !Read Less",FullStack program - 35+ locations,Web Development +244209,10868,le-wagon,Haseeb Chaudhary,False,2018,My beautiful struggle and the birth of Ceziam at Le Wagon Barcelona,2018-07-25,5.0,5.0,5.0,5.0,""" Before I knew it two years had rolled by, I was keen as ever to learn OOP and was based in Barcelona. I finally took the plunge during winter 2018 and left what felt to me was the best job in the world. I contacted the bootcamp and was about to pay... Read More the deposit fee. As an act of due diligence I double checked the other bootcamps in Barcelona: I emailed them all to confirm the syllabus and availability. I got an email from Le Wagon and had an interesting conversation with the school’s owner, an interesting fellow called Gus.Le Wagon seals the dealI visited the working environment of Le Wagon Barcelona and was impressed, lots of natural light in a nice part of the city. In-addition, for me attitude is super important — after meeting Gus it seemed the school was genuinely interested in helping students learn to code with a strong emphasis on teaching practical skills, so that students can actually build well designed web applications. I signed up as quick as I could!You define your realityA few days after the bootcamp started it was clear I’d made one of the best decisions of my life. The daily routine was roughly as follows: I travelled to Le Wagon from my home in Tibidabo (mountains overlooking Barcelona) on my Intruder 125 cruiser, a breathtaking daily commute; morning lecture sometimes up to two hours long; a quick caffeine injection at a nearby cafe in which we became the regulars, and then onto practical coding exercises to cover the course material.A number of times I was reminded by the teachers that I may find the pace too fast and not to freak out. Personally, that wasn’t an issue whatsoever. I was used to feeling like a complete moron both in my previous academic and professional life. As an undergraduate Chemistry student and then later as a Masters Physics graduate, not having a clue about what was going on was second nature to me. I felt very much at home. Also I had the added benefit of my professional life where I would routinely go into emergency meetings with engineers, developers and architects from dispersed global teams to discuss real technical problems that were costing us a million euros a minute (until they were fixed), so living under the barrel of a gun was the daily grind for me and I loved it.There were no breakdowns, no moments of get me out of here, of why don’t I understand this? Being humble and accepting there is only so much I can take in during one day helped me avoid any such drama. Instead, I can only describe it as a beautiful struggle defined by lots of inspiring conversations during coffee breaks, meeting new people and learning a lot of web application tech and architecture principles ….very, very quickly. We have a verse in Islam “there is one reality but reality and you define your own reality”. This is written in Arabic all over the Alhambra in Spain and reminds us that our limited time in this world is beautiful, if we choose to believe it.Birth of Ceziam and the futureDuring the last phase of the bootcamp we work on a personal project and pitch it to the class. I proposed of a web application that was cyber security focused and was lucky enough to be able to work with it with a few fellow students. We discussed it through, developed our ideas and within a few days Ceziam was born. The domain name was bought and we got coding. Ceziam is a feely available and easy to use web application that identifies core Cyber Security risks. What really stood out during this period was how well we all complimented each other, I really could not have hoped for a better project team. We were a real team with a shared vision and importantly there was a very healthy level of respect and trust between us. Our core principle is let’s make a great Cyber Security product and have fun doing it…only good things will follow.So, here’s to living with the wind in your hair, taking a chance in life and trying to reach higher. I don’t know if Ceziam will be widely used, I don’t know if it will democratise Cyber Security but I do know I’ve learned a lot, met many inspiring people and am a better person today.If there is one life lesson I really do believe in: it’s never too late to try! If you have that thing in the back of your mind you know you want to try and you feel it will make the world a better place, then take that first step. If you’re interested about learning more about my journey, you can find the full article here: https://medium.com/@haseebchaudhary_98209/the-beautiful-struggle-f7df22c7500dRead Less",FullStack program - 35+ locations,Web Development +244505,10868,le-wagon,Benjamin DE BOISSIEU,False,2018,"From metrology to coder, an other world! Thank to Le Wagon Barcelona",2018-07-25,5.0,5.0,5.0,5.0,"Before doing Le Wagon, I was a mechanical engineer specialized in metrology. As nobody know what it is, it is the science of the measurement, it is used in industry for the quality control to be sure that a plane or a car has the same dimension and shape... Read More as the drawing.After that, I have decided to quit and travel in Australia for many months. This is where I decided to to a bootcamp with LeWagon.I always wanted to create website or mobile application, it is kind of creative job, where you can directly the result of what you are building. But learning alone is not the best, there are many concept that is not easy to understand. A friend of me did a bootcamp in San Francisco and told me this is the best thing she did.I checked on internet the different bootcamp and I choose LeWagon because the reviews were very good. Besides, I watched on youtube the presentation of the projects created during the bootcamp and I was very impressed by what the new students can create in only 2 months. If they can do, so I can do the same.After 2 months in LeWagon Barcelona, I really enjoyed this experience, the atmosphere inside makes you fall in love of coding, and now I am sure that I want to become web developer.During the bootcamp we created an awesome project www. Easyfork.xyz where you can order and pay online your meal in a restaurant, book for a time, and eat directly without waiting for the order.We already have some restaurants who want to work with us. We are now working to make the app responsive, in order to work on the computer and on mobile phone.I could not think I could learn so much things in this short time. I truly recommend LeWagon Barcelona, you will enjoying coding for sure!Read Less",FullStack program - 35+ locations,Web Development +244231,10868,le-wagon,Trevor Malard,False,2017,Put in the effort and be rewarded,2018-07-25,5.0,5.0,5.0,5.0,"A poor, soon to be undergrad kid, I weighed my options very carefully before deciding to attend Le Wagon batch 94 ( https://www.lewagon.com/demoday/94 ) in Toyko. Completely unrelated to my major, I was very skeptical whether any place would hire a junior... Read More web developer without a Degree to vouch for my ability. Nevertheless, I believed in myself and the Le Wagon curriculum, and worked extremely hard over 9 weeks. After the bootcamp I actively applied for jobs solely in Tokyo, and I've never been happier.Pros:All information covered in the curriculum is relevant and used by Rails developers daily.Very beginner friendly -- I had no prior programming experience, and I'm now confidently working as a developer.As a world renown bootcamp, Le Wagon backing your name looks very good to potential employers.No official job support, but a dedicated alumni-only slack channel for jobs ensures you will see opportunities you will not hear about otherwise.A fun, dynamic learning environment which partners you with a different classmate everyday.Cons:Currently (July, 2018), no locations in North America. Europeans luck out here.9 weeks is shorter than most bootcamps, and naturally you will not cover as much content in a typical 12-week camp.(That being said, Le Wagon still covers proper Full-Stack as well as hosting/deployment)I went above and beyond the expectations I had for myself, and I'm reaping the rewards by working in an industry I love. I'm beyond satisfied for having no prior experience programming professionally.Read Less",FullStack program - 35+ locations,Web Development +244219,10868,le-wagon,Bruno Della Mattia,False,2018,Amazing experience et great pedagagoy ,2018-07-25,5.0,5.0,5.0,5.0,"During my previous career in communication & public relations, I had the chance to collaborate with creative coders and I got really curious about coding. Back then, I decided to learn the fundamentals of code (HTML / CSS) with e-learning platforms. I... Read More began to build several websites for small companies or for relatives (using wordpress) but I got quickly frustrated *on the technical plan*. I decided to enroll inLe Wagon Bootcamp to have the big picture and finally understand how apps & websites are built. Joining Le Wagon was definitely worth it and was an amazing experience, both for the knowledge, the fantastic pedagogy and teachers, and for the encounters with my fellow alumni! Even though the courses are really intensive, there are plenty of group work, great events, inspiring talks and funny drinks organized during all the bootcamp and this makes it a truly exciting journey!During the bootcamp, I really got passionate about front end and design and decided to work as a freelance web designer but I’m also thinking about joining some alumni and help them work on their startup projects. Thanks again to all Le Wagon team !Read Less",FullStack program - 35+ locations,Web Development +241164,10868,le-wagon,Elisabetta,False,2018,Simply awesome,2018-07-24,5.0,5.0,5.0,5.0,"I had a blast during the bootcamp, I had little to no experience in coding and came out with the knowledge and confidence to create my own projects. The teachers are passionate about coding and managed to instill the same passion and inspiration to the... Read More students. Since joining I just can't stop coding.The journey was really intense, we spent 8-10 hours a day just solving challenges and practising, there was a lot of fun involved as well as frustration when things were becoming too hard, but the program is structured very well and eventually everything comes together.I was able to get two job interviews immediately after completing the bootcamp and I'm 100% satisfied with the support I'm getting as a graduate.Le Wagon will always have my heart.Read Less",FullStack program - 35+ locations,Web Development +244205,10868,le-wagon,Karl RAFIDIMANANA,False,2018,Amazing experience ,2018-07-24,5.0,5.0,5.0,5.0,"I’ve attended Le Wagon in Paris in batch#146. I had a law and history degree and after a last internship, I was supposed to begin my career in a law relative job or in administration. But you know what? It was boring!Some of my friends told me that I... Read More should consider learning to code. And I tried alone with online courses, but it wasn’t enough, I had no real support and was really alone in my journey. Then I heard about boot camps and I chose Le Wagon due to its excellent reputation in the startup ecosystem and it was one of the best decisions I have ever made in my short life.The teaching and course structure were excellent. The course is really intense and challenging, but worth it. I really appreciated the entrepreneurial and the product-first approach. The teachers are 100% committed, always friendly and helpful. Le Wagon staff is fantastic and they are all really nice human being. Le Wagon taught me how to code, I'm able now to build my own web project, to work in a startup as a developer or go freelance. But especially Le Wagon prove me that with hard commitment you can learn anything.In addition, Le Wagon helps me to connect to an amazing network ( startups, VC, entrepreneurs, dev ) which helps me to gain insights. More importantly, I met a group of new friends from different backgrounds who share common interests.Now, two months after the end of the camp, I work on a SaaS business project with some friends. In addition to that, I am building stuff ( bot, website...) for fun to sharpen my skills and I read a lot to go further in my computer science knowledge.Read Less",FullStack program - 35+ locations,Web Development +244200,10868,le-wagon,Sonia Keredine,False,2018,Deep Learning in 2 months,2018-07-24,5.0,5.0,5.0,5.0,"Hi future students of Le Wagon, I am Sonia and I attended Le Wagon Milan 2018 and I am not scared to say that It is the most important carreer shift I made !I have a marketing background and noticed how important it is to get skills in web programming.... Read More Of course I tried to learn by my own but I learned slowly and wrongly. I advice you to not waste your time learning on your own and go to Le Wagon even if you have 0 skills in coding. Le Wagon strategy is learning by doing You will learn by doing exercices and projects. The courses are super clear and everyday you get to do exercices and live code. In the end of the bootcamp you get to do projects with your team. This was an awesome experience that I shared with my team mates, you get to code a project from scratch and this is the period where you realize how you leveled up and how much you did with no previous experience before Le Wagon. The unique power of Le Wagon is that you are never left alone.In the beginning this is really hard but the teachers are motivating (In Milan : Francesco Ecclesie, Angelica Vanni and Arbi Velaj), they will always be really patient and improve your skills. Appart from the staff, there is a buddy system which allow you to code with another student each day. Day by day, you get to know the other students and in the end it is like a big family. Now I left Le Wagon 2 months ago but in the end what did I get from that ?-Coding Skills : i can code, read and see the mistakes in RUBY HTML CSS JS ~> A huge differentiation professionally and personnaly-A portfolio (Github, Two projects) ~> this is really useful during interviews and change everything-I can code my own project ~> amazing experience and could not do that if I did not attend Le Wagon before-A huge network with Le Wagon where you can share info with other students from all over the world, improve your skills and find jobs in front end/back end/full stack/marketing....-Many Friends because even if It is a serious bootcamp you will play hard, lots of dinners and drinks on weekends !Many thanks to Le Wagon :)Read Less",FullStack program - 35+ locations,Web Development +244169,10868,le-wagon,Antoine Quellier,False,2018,Best learning experience,2018-07-22,5.0,5.0,5.0,5.0,"Before LW, I was working as a cybersecurity consultant in Paris. This was a nice job. Bright people, reasonable hours, high salary, good working conditions. After four months I validated my trial period and suddenly the name of my contract hit me hard... Read More for what it was: “permanent”. A permanent life of boring suits, gloomy subway, consulting lingo and fake smiles. Nope. I freaked out, resigned and decided I needed something new. I had put coding in the back of my mind for a while. I talked to a friend who had done LW before and went through all the reviews I could find online. Change your life they said, alright, this seemed cool. I had no background in coding. I had tried once or twice to learn by myself and watched the first two lectures of Harvard CS50 course but that’s pretty much it. On the first meet-up right before the bootcamp, I remember meeting alumni and getting a little anxious. There were almost only ex-engineers. I had done business and my previous job consisted mainly in preparing PPT, writing reports and shaking hands... In the end, it is not about what you did before, it is just about how much time and effort you’re willing to put into it. Everyone can success. Looking back, I can say that Le Wagon has been, by far, the best learning experience in my life. It’s about coding of course but it is also much more than that. These guys entirely rethink the whole teaching process to make it as stimulating, challenging and rewarding as possible. In just 9 weeks, you become alternatively a student, a teacher, a teammate, an interviewer or a speaker. It completely changed my view on learning and motivation. I enjoyed every second of it.What you pay for:You've read around 500 5-stars reviews, you’re convinced. Now you want to jump in. There’s just one thing… 6000€. What can possibly justify that price? Everyone experiences the bootcamp differently but IMO the following is what made it more than worth it: - Resources: The hardest part about learning to code, especially on your own, is probably to sort through the huge amount of materials you can find online, to distinguish between good sources and bad ones, between essential knowledge and useless bs. LW does all the job for you and organizes it so that it makes sense. The good thing is you get a lifetime access to everything: video lectures in French and in English, challenges, corrections, course slides, useful links or documentations, flashcards… Even months after the bootcamp, alumni keep using the platform to go back to the basics or review a specific concept. - Teaching Assistants: The lecture takes place between 9:00 am and 10:30 am. Afterwards, the whole day is about coding and solving challenges. You’ll get stuck. A lot. The TAs are the guardian angels that will prevent you from repeatedly smashing your head against your screen to try and make your code work. They’ll walk you through the process step by step without giving you the answer until you solve the problem by yourself. They’re all alumni, they know what you are going through, they all did the bootcamp, sometimes a few weeks before you. They don’t know everything but they’re probably your best source of knowledge. Call them a lot and every time you do, take some time to summarize what you’ve just learned. - Network: LW has an exponentially growing alumni community. Unlike many other alumni communities, all the people there took a huge step to join LW. So everyone feels engaged and the community is all the more active. The different slack channels are alimented daily with news, new resources, job offers etc. By joining LW, you get a direct link to more than 3000 bright and open-minded people all around the world. It is invaluable.Now, after 5 years groping around with different courses, internships and jobs I’ve finally found something I can think of as a career path. Thank you Le Wagon!Read Less",FullStack program - 35+ locations,Web Development +244175,10868,le-wagon,Julien C,False,2018,Getting a CTO or learning to code?,2018-07-21,5.0,5.0,5.0,0.0,"I have an initial background in both engineering and finance, with some experience in coding in VBA. I joined batch #146 at Le Wagon Paris, in the frame of a startup project that I undertake. I had the choice between hiring someone to code a prototype... Read More or teaching myself to code. I am today very glad that I chose the latter.The two-month experience was amazing, both in term of the content learned as well as for the human experience. Le Wagon bootcamp gives hands-on experience with whole afternoons for coding with your peers and the tutoring of knowledgeable and passionate teachers. Moreover, they give their very best to make the experience much more than lessons, by inviting you in different events to build a network with your peers and alumni.The whole curriculum perfectly fitted my initial needs. Not only did I learn in details, as promised, to code a website such as Airbnb, back and front ends, I also have gained enough autonomy to go beyond.I am today finishing the prototype of a project created during the dedicated last two weeks at Le Wagon. This project will be launched in beta very soon. I feel reassured for the future, as the rails framework taught at Le Wagon is so convenient that I will be able to quickly pivot from an idea to another, and re-prototype any kind of web apps if needed.Read Less",FullStack program - 35+ locations,Web Development +244125,10868,le-wagon,Victor Lacombe,False,2018,The most effective way to scale up your skills: invest in yourself with Le Wagon !,2018-07-19,5.0,5.0,5.0,5.0,"After a year working on sales operations and growth, I felt like I was lacking technical skills: all I did was creating non-scalable process that required a lot of manual work and repetitive actions.I joined Le Wagon batch #146 to complete my business... Read More background and finally be able to bring code and automation to my process. Even though I felt completely lost at the beginning, the methodology developed at Le Wagon - and truly passionate and skillful teachers, thanks a loooot - helped me scale up my technical skills. Working for 9 full weeks with teammates on practical and incremental code challenges helped me getting completely comfortable with what was gibberish to me before :- Talk about technical subjects with developers- Implement technical sales tools- Connect to any API- Develop in-house tools to support growth needs- Scrape any website I wish in minutesThese are just few examples of the skills I developed thanks to this amazing Bootcamp that got me form knowing nothing about coding to being fully independent about creating whatever needs to be done, just what I needed.Le Wagon : an incredible team, an amazing methodology and brilliant teammates.Thanks a lot,VictorRead Less",FullStack program - 35+ locations,Web Development +244145,10868,le-wagon,Ben,False,2018,Le Wagon Was A Life Changing Experience!,2018-07-19,4.7,5.0,5.0,4.0,"Le Wagon was the experience of a lifetime. After having dropped out of a Comp Sci degree at a formal University, I was on the quest to find a fast paced and all encompassing system that would a) Throw me into the world of programming b) teach me how to... Read More analyze and write code with a fundamental understanding and c) would allow me to participate in an environment that prepared me for the hi-tech industry. Le Wagon was all this and more!Le Wagon isn’t for the faint hearted, it is a rigorous and fast paced course that covers more subjects than anyone could ever hope to truly grasp in 9 weeks and yet somehow between the intuitive online platform (kitt), the buddy system that involves working in teams, and the amazing teachers and TAs that come to your rescue in the blink of an eye, you’re able to end this Bootcamp with the certainty that you ARE in fact, a full stack developer.If all that isn’t enough, Le Wagon also has an amazing community presence that allows you to connect with your batch alumni, alumni from other batches, teachers, investors and more; you’re never alone with Le Wagon!This was a life changing experience for me as well as my fellow classmates, I haven’t met a single person that had a negative thing to say about this program, and for good reason! If you want to learn to code while taking on a life changing endeavor, this course is for you!Read Less",FullStack program - 35+ locations,Web Development +244164,10868,le-wagon,Anonymous,True,2018,From Real Estate PM to Junior Developer ,2018-07-19,4.3,5.0,5.0,3.0,"I previously worked as a Project Manager for a Real Estate Development firm in NYC. I oversaw different capital improvement projects along with managing the IT for the office. In 2014, I wanted to update my companies website, so I took a front end web... Read More development class. I really enjoyed the class and since then coding was always at the back of my mind. When I moved to London, I thought it would be a great opportunity to do something different as a career so I searched for a tech bootcamp. I was really drawn to Le Wagon because it had such a great entrepreneurial aspect to it, which I just really loved and connected with. Le Wagon was definitely one of the most mentally challenging experiences I have ever had. The material was very different to anything I had ever had to learn before. Everyday, I would go to Le Wagon to learn and code for 10 hours a day, then go home to eat, shower, and sleep. Then I would wake up the next day and repeat the same routine. It was like a mental marathon that lasted for 9 weeks. Although there were definitely times when I felt lost, I just kept trying my best knowing that in the end it would all somehow make sense in the end. The last two weeks we focused on building our final project. The team I worked on built a web app geared towards London boat owners so they could book a mooring spot in central London. It was a great way to put the skills we had built up during the past 7 weeks into producing a real product. Five weeks after the bootcamp, I received an offer for a junior developer role and will begin shortly. I think I learned more useful skills in 9 weeks at Le Wagon than anywhere else.Read Less",FullStack program - 35+ locations,Web Development +244138,10868,le-wagon,Santiago Eid,False,2018,How learning to code at Le Wagon Barcelona changed my life and career,2018-07-18,5.0,5.0,5.0,0.0,"I graduated from university in December of last year as an Environmental Engineer. After two months figuring out my next move, I realized that something was missing. Being a big fan of technology, I always wanted to code but never had the chance to do... Read More it.I was planning to work on renewable technology accessibility and raising awareness of there presence in my country through a website. Then, I had a thought: “why not learn code and build this project with it?” Code, for me at the time, was this cryptic language that made every electronic thing work. After days of research, I found Le Wagon Barcelona and that was it. I had to do it.I arrived to Barcelona five days before the course started in May. I was amazed by the city that Barcelona is. Coming from a developing country, all the streets, buildings, parks and things to do where unbelievable.During my time at Le Wagon I didn’t only learn how to code. I learned how to think and manage motivation. During the 9 weeks, I was absorbing information at an incredible rate. It was the biggest challenge I had ever faced. From knowing zero code, I ended up building Ceziam for my project week alongside a team of very smart people in the same position I was in. Ceziam is an app, which anybody can use, that detects your websites core cybersecurity risks. I couldn’t believe that in just 9 weeks I had built a fully functional app that is now available to all!Now, the project continuous and Ceziam is becoming a company of which I’m a Co-founder. I also came back home and have the confidence that I can build the project I wanted to do. Le Wagon changed my life and made me a better thinker, a better engineer and a better person.Read Less",FullStack program - 35+ locations,Web Development +244124,10868,le-wagon,Tess Saffar,False,2017,Simply a must do!,2018-07-18,5.0,5.0,5.0,5.0,"I always knew I wanted to create my own business, but after finishing my undergraduate studies in management in London, I felt I lacked some of the tools to do it. Sharing a flat with three developers and wanting to develop my own product, I decided to... Read More do Le Wagon to get some knowledge in code. And knowledge I got. I can easily say that it is by far, one of the best experience of my life. Those 9 weeks were tremendously enriching on both an intellectual and human level. It is quite amazing what you can do when you put completely different people who share the same passion for learning, creating and innovating in the same room. Whether it was the quality and the dedication of the professors, the sharpness of the curriculum or the overall philosophy of the bootcamp, Le Wagon is a must do whether you want to become a developer, build your product or simply learn to code. It not only taught me how to build my own website and tools, it taught me humility, intellectual perseverance, and stirred my curiosity for other industries and new technologies. Those 9 weeks went by extremely fast although they required hard work. Now, I am pursuing my Master’s in Paris, developing my business on the side, maintaining the amazing friendships I made and annoy anyone who would listen that ‘Le Wagon is amazing’. Highly recommend.Read Less",FullStack program - 35+ locations,Web Development +260996,10868,le-wagon,Victor Leboda,False,2017,Parfait pour les marketers,2018-07-18,5.0,5.0,5.0,5.0,"I am Growth Lead at Germinal. I did the Wagon (batch 101) when I was already a growth marketer but I began to feel limited in everyday life from a technical point of view: tools with limited functionality, need to understand the code in general and to... Read More become independent of developers, need to create custom scripts, code a site or features quickly.I had to become a technical marketer, but it's out of the question to waste my time 4 years in a school, or to learn for myself for months.The Wagon was obvious to me for 3 reasons: the training is fast, the quality of the training (more than 10 marketers around me praising the quality), the active and international community which is useful in a practical way when we have a question where professionally.During the training? 1) Many good meetings, networking, hyper interesting events. Today I can say that I am part of a community of developers that I see regularly and to whom I can call if necessary. 2) Pedagogy is very impressive (courses, exercises, live code, platform, flashcards, teachers assistants ...) and especially effective. Today I can say that I owe a lot to the Wagon.The price? It is worth it very widely. Work? Personally, I had 3-4 offers a week during the training, I chose the best.THANK YOU LE WAGON ---Je suis Growth Lead chez Germinal. J'ai fait Le Wagon (batch 101) alors que j'étais déjà Growth marketer mais que je commençais à me sentir limité au quotidien d'un point de vue technique : outils aux fonctionnalités limitées, besoin de compréhension du code en général et d'indépendante vis-à-vis des développeurs, besoin de créer des scripts personnalisés, de coder un site ou des features rapidement.Je devais devenir technical marketer, mais hors de question de perdre mon temps 4 ans dans une école, ni d'apprendre par moi-même durant des mois. Le Wagon était comme une évidence pour moi pour 3 raisons : la formation est rapide, la qualité de la formation (plus de 10 marketers autour de moi en vantant la qualité), la communauté active et internationale qui est utile de façon pratique quand on a une question où professionnellement. Pendant la formation ? 1) Plein de bonnes rencontres, de networking, d'événements hyper intéressants. Aujourd'hui je peux dire que je fais partie d'une communauté de développeurs que je vois régulièrement et à qui je peux faire appel au besoin. 2) La pédagogie est très impressionnante (cours, exercices, live code, la plateforme, les flashcards, les teachers assistants...) et surtout efficace. Aujourd'hui je peux dire que je dois beaucoup au Wagon. Le prix ? Ça le vaut très largement. Le travail ? Personnellement j'ai eu pendant la formation 3-4 offres par semaine, j'ai choisi la meilleure.MERCI LE WAGONRead Less",FullStack program,Web Development +238578,10868,le-wagon,Xavier Ros Martínez,False,2018,From marketer to coder. Building EasyFork thanks to Le Wagon Barcelona,2018-07-18,4.7,5.0,5.0,4.0,"Before joining Le Wagon I was working as a SEO, ASO & Analytics Manager for various companies like Ofertia or Leadtech, as well as being a digital marketing freelance.I needed some extra tech skills in order to make a good performance in my roles, as... Read More well as to start a new project by myself called EasyFork.Le Wagon helped me to learn code from 0 to a certain level that I can program a web app by myself. Now I am able to build my project as well as perform better in the past jobs I had thanks to that new skills. I was very lucky to have the chance to do the bootcamp in Barcelona, an amazing city to live in, with lots of tech companies and entrepreneurs.Read Less",FullStack program - 35+ locations,Web Development +244116,10868,le-wagon,Nicolas Maurice Saddi,False,2018,Le Wagon Bootcamp - Rio de Janeiro,2018-07-17,5.0,5.0,5.0,5.0,"After working in banking for 5 years as a bond salesman, I decided to quit my job. I felt it was not intellectually stimulating anymore. Eager to learn a new skill that would unlock new opportunities in the challenging and demanding startup space, and... Read More feeling passionate about Rio, as soon as I learned Le Wagon offered the bootcamp there I decided to enroll in the programme. The 9 weeks were simply amazing. The bootcamp was very challenging and intense, and on day 1 I knew I had made the right choice. The cursus is flawless and before you know it, you develop impressing coding abilities. For our final project we build a peer to peer lending platform (www.crediteu.io). I honestly couldn’t have dreamed of being able to build a complex web app with relative ease after such a short period of time. We had a cool batch and we got along very well. I think the human/team spirit part of the bootcamp was as rewarding as the new acquired skills. On top of that, being in Rio made the experience unreal. I feel really privileged to have been able to combine the learning process with experiencing life in such a wonderful city. Not even one month after finishing the course, I am already working with friends on a project to build an apartment rental platform in Montreal. I strongly recommend Le Wagon to anyone interested in the programming/tech startup scene, regardless of one’s background.Read Less",FullStack program - 35+ locations,Web Development +239493,10868,le-wagon,Anonymous,True,2018,A must!,2018-07-17,5.0,5.0,5.0,5.0,"Prior to joining le Wagon, I had worked in 3 SaaS startups. As Sales Manager, MD and CEO. I always felt like my lack of technical knowledge was costing me a lot: - I had no idea of what were the technical implications of client requests (so they had to... Read More wait for me to check with the tech team)- I couldn't appreciate properly the work of the tech team- I wasn't aware of what was possible or not.So after quite some time looking online, I selected Le Wagon. I didn't regret it at all: the tool and the methodology are just freaking awesome.I don't think I've absorb so much knowledge in such a short period of time! I also really enjoyed that they select candidates so that I was surrounded by very cool people! Today, I am actually working on a company project with 2 of my former classmates.Thank you le Wagon!Read Less",FullStack program - 35+ locations,Web Development +238472,10868,le-wagon,Nicolas,False,2017,The start of my entrepreneurial journey,2018-07-16,5.0,5.0,5.0,5.0,"""Ideas are easy, execution is what matters!” and this is where Le Wagon jumps-in. We all have business ideas but few of us bring them into life. Some of us are too risk-averse, while others do not know “how to” or miss the skills to bootstrap their projects.... Read More I guarantee that the bootcamps will help you remove these roadblocks between your ideas and what could be your future venture.After business school, I worked for an international management consulting company for more than 2 years and was given the opportunity to take a leave to do “something different”. I had always been interested in computer science and wanted to gain the skills to develop my own business prototypes in the future. Therefore, I embarked on the journey and pushed this hidden door with a red kombi van logo on it.From day one you get totally immersed: the format is very demanding with 10+ hours of code every day but extremely well structured so that you continuously keep yourself focused and challenged. Lectures in the morning, katanas and coding challenges with your buddy during the day, live code to finish, without forgetting your daily homework. It will burn your brain but you will like it. Most importantly you realise how steep is your learning curve.The quality of the program is very impressive and its content is thoughtfully improved between every batch. Nowhere else you will find so much commitment to the quality of the teaching experience. Teachers and assistants are not only very strong technically and dedicated, they literally live through the program as much as we do as students: from your first steps with ruby algorithms to the deployment of your rails applications you continually feel pushed and motivated. As a result, you will develop strong fundamentals to become a full-stack developer and learn to gain the skills you need for your projects.However, on top of the solid technical skills you will build, the main value added of the bootcamp lies in the people you meet and the amazing community of alumni you join: this is priceless. Within your batch you will meet people with different backgrounds sharing the same motivation for learning to code and chasing their aspiration. You might find the ideal co-founder there! The resulting atmosphere consists in an incredible experience which you will remember for a long time.In a nutshell, I strongly recommend Le Wagon to anyone who wants to jump into programming and learn the technical foundations to build web applications. Personally, the program brought me the skills to bootstrap a first project in data analytics and then, led me to launch SteerIO, a new project health analytics company leveraging collective intelligence and AI to boost project success rates and support organisations in their transformation journeys (more info on https://www.steerio.co/?src=switchup). What about you?Read Less",FullStack program - 35+ locations,Web Development +244087,10868,le-wagon,Amael Béghin Stein,False,2017,Amazing 9 weeks program @ LeWagon,2018-07-16,5.0,5.0,5.0,5.0,"I started my career as a trader in a bank but I always wanted to create my own business. When I had the opportunity to really launch my project I spent a lot of time finding my co-founder and web development skills to build my tech product. As a trader... Read More I know pretty well that time is money and I was then facing a situation where our product would have been built in several months and that it would have cost a lot to have it ready. I decided to stop the venture and learn to code in order to be able to build my idea from scratch. I wanted something efficient, so I short listed few bootcamps and contacted alumnis and read reviews. I had this interview with Edouard in their office and I was really seduced by the 9 weeks program and the atmosphere. This period was really important for me as I met people from many different horizons and it has represented the beginning of my new venture. I met my new co-founder at le wagon and now we have created our startup where we are launching the first price negotiator robot in the sharing economy. We have been able to code our bot from scratch in Ruby within messenger interface (m.me/helloearnest) and now we are coding a B2B web version.And thanks to the 3000+ le wagon alumni’s we are able to make partnerships with big names in our field.Read Less",FullStack program - 35+ locations,Web Development +243948,10868,le-wagon,Anonymous,True,2018,Great Experience!,2018-07-16,5.0,5.0,5.0,5.0,"I have been interested in Digital Tech for a while before finding Le Wagon. I have been working in Recruitment for the past 3 years and In my current company we have been exploring RecTech (""Recruitment Technologies"") for some time, which also added to... Read More my professional interest about digital products, software development and AI. After meeting Le Wagon representatives at Slush Shanghai and hearing a few positive reviews from friends, I have decided that doing the coding bootcamp will be a great way to kickstart my RecTech journey. And it was. For my final project I made my first RecTech baby steps - a 'personality-based recruitment platform'.The camp was very practical, fun and eye-opening for someone coming from outside tech. It was an intense 9 weeks, however I believe that it was the best way to learn coding in such a short time period. Most importantly Le Wagon taught me how to keep learning and practicing even after the camp.Read Less",FullStack program - 35+ locations,Web Development +242915,10868,le-wagon,Tanel Vahisalu,False,2018,Le Wagon Berlin Review,2018-07-14,5.0,5.0,5.0,0.0,"I used to be a graphic designer with strong knowledge of print media and marketing. I had made website designs and prototypes and worked on the visual side of web applications. I knew some HTML and CSS, but I had never any experience with the servers... Read More and backend part of the projects.At the age of 39, I felt that I had to make a change. Learning how to code is to our generation the same as was learning how to read and write to people two hundred years ago - the illiterate ones will never catch up with the faster ones in their career.So I looked for the best coding bootcamp in Europe and came across Le Wagon. The reviews were so good that I decided to apply. After graduating from batch no #124, I can assure you all that the positive 5-star reviews do not lie. It really is just as good coding bootcamp as it reads!The curriculum is excellent and its web-based online learning environment is super-useful. There is so much to explore and it's being improved on a daily basis. I still use it, and find answers to my questions today. The teachers are very professional, confident, natural talents - all of them. Especially Alice. She just kept the whole thing together and was such a great fun. You will get as much help as you ask - they are there for you all the time. They sit long hours with you solving a problem and later relax together with a beer. Very, very positive vibe indeed.What I liked the most, was the product-centered, entrepreneurial mindset an bias of the curriculum - we had product pitch sessions and brainstorms and everyone, who wanted, had a chance to shine.Surely the best thing about Le Wagon, is the large, worldwide community of like-minded entrepreneurial, helpful cool people that you will have a connection with after graduating.Everyone is always invited back for demo days and coctail nights to have a good time together.Five stars out of five. Period.Read Less",FullStack program - 35+ locations,Web Development +244080,10868,le-wagon,Anonymous,True,2018,fantastic,2018-07-14,5.0,5.0,5.0,5.0,"With friends we had many ideas of web-based company that we wanted to create but I never had the skills to test them. So I read information about different bootcamps in France.After going to several demodays where I was surprised by the MVP’s quality... Read More that were showcased, I decided to register for their 9-week program.In the first days, we are warned that the training is intensive and it’s true ! We feel that the training is iterative and that Le Wagon improves its courses between each batch.I really liked the emulation between students. Everyone is caring and shares his knowledge. We all have the same passion : web, startups, technology, entrepreneurship but everyone has different backgrounds: one was a policeman before, others engineers, designers...In summary, this bootcamp allowed me to understand the web, how it works. It gave me some technical skills. It also brought me the pride of being able to develop the call-of-dirty project with 2 other alumni.Read Less",FullStack program - 35+ locations,Web Development +244079,10868,le-wagon,Amresh Selvaskandan,False,2018,Awesome experience,2018-07-14,5.0,5.0,5.0,5.0,"Coming from a developing country like Sri Lanka, I realised there was a growing demand for online platforms and marketplaces. As Law graduate, I was forced to turn to other web developers who charged considerable fees, before I even knew whether my platform... Read More would be of any commercial value. I decided instead to invest in learning the skill-set to create the platforms myself, rather than depending on third parties. Initially, the notion of learning an entirely new skill-set was daunting. After consulting many people and doing hours of research, I enrolled with Le Wagon. It seemed to be very product focused, and the atmosphere sounded amazing from the feedback online. I was a bit skeptical as first but decided to take the plunge.After completing the program, I can honestly say I have absolutely no regrets. The program is well designed and smoothly takes you from beginner to junior full stack web developer, building confidence and familiarity through out. The staff are amazing, supportive people and will do what's necessary for you to be in a comfortable learning environment despite the high demands of the course. I would totally recommend it to anyone keen on being entrepreneurial or starting a career as a web developer.Read Less",FullStack program - 35+ locations,Web Development +244073,10868,le-wagon,Remi Duvoux,False,2016,Mind-blowing experience,2018-07-13,5.0,5.0,5.0,5.0,"My name is Remi and I just graduated from HEC, a business school in Paris. I'm currently launching a startup in the business travel space, and Le Wagon has been one of the most mind-blowing events in my life.I joined Le Wagon 2 years ago, during my gap... Read More year. After internships at a Rocket Internet startup and a VC, I felt I really wanted to create my own company. But I felt incapable of building anything with my own hands. Some of my friends had joined Le Wagon, and had told me a lot about it.I was the youngest guy of my batch (21 y/o at that time), but I felt welcome since day 1. I made friends with amazing people that were twice my age, and others that had completely different backgrounds. I enjoyed so much the unique peer-to-peer / learning-by-doing pedagogy I felt I had never learned anything so fast.Following Le Wagon, I became a freelance developer for a few months, and I got back to school. I never stopped coding, and I built the first version of our startup's product. I still hang out with friends I met at Le Wagon, and the community has been of great help when I was lost in my code :)Read Less",FullStack program - 35+ locations,Web Development +244072,10868,le-wagon,Brice Boulesteix,False,2018,Worth every penny,2018-07-13,5.0,5.0,5.0,5.0,"I joined Le Wagon’s coding bootcamp in Paris to get real about learning the fundamentals of web development. Before that, I had been through dozens of online courses but I never really knew where to start so I just stagnated after a while. I knew I needed... Read More to change something if I wanted to make real progress.That’s when I came across Le Wagon and it’s bootcamp format. With Le Wagon, you go back to school for 9 weeks and learn web development the same way you used to learn other stuff back in the days: by giving it your full and uninterrupted attention, surrounded by teachers and other students.What I really love about Le Wagon’s coding bootcamp is that it’s designed to be comprehensive from the get go. No more a la carte, you’re on for the full menu. No need to pick random languages or difficulty levels. Those decisions have been made for you, which means that you can focus on what really matters.After completing Le Wagon’s full stack program, I now understand the grammar of web development and I feel like I can pick online courses or books with more confidence to keep making progress on my own. It’s a great feeling.Read Less",FullStack program - 35+ locations,Web Development +239629,10868,le-wagon,Geoffrey Cheah,False,2018,"Fun, creative, changed my life",2018-07-13,5.0,5.0,5.0,5.0,"I’m an Olympian and former professional swimmer and I finished Le Wagon London’s bootcamp in March 2018 (batch #123). I had taken one coding class at university almost ten years ago and forgot everything with that bad experience. I moved to London to... Read More explore new careers and find a job and it was hard to find the right fit when lots of industries require some sort of technical skill or relevant experience. Le Wagon solidly put me on a path towards achieving that and solving this problem, and it was up to me to take it where I wanted. I think Le Wagon is a great fit for any entrepreneur wanting technical skills. If you want to get a developer job after, you will also be in the right place to achieve that. I just got a job as an Associate Engineer at BCG Digital Ventures and couldn’t be more pleased with what has happened!GoalsBefore Le Wagon, my goals were simply to learn and obtain technical skills that I could rely on as hard evidence for finding a job. What this job would be, I didn't know. But, I knew I wanted to equip myself with skills to be able to launch a digital product myself in the future and be a better entrepreneur. I never intended to work as an engineer and still can’t believe what has happened!Why I chose Le WagonLe Wagon was a great fit for me because they teach beginners from non-tech backgrounds with a bigger picture business perspective and with a purpose of making you a self sufficient developer. Le Wagon is much more interesting than a developer factory and they don't make money from recruiting fees when you get a job. They don’t force you to be a developer or pressure you when you finish to find a job as one. It is up to you to take your different background (from a tech industry point of view), your new skills and use it as a strength and get what you want in true entrepreneurial fashion.Curriculum and teachingLe Wagon’s curriculum is designed to teach you something hard very quickly, so inevitably there will be growing pains on the course and some aspects prioritized over the others. There is no such thing as a perfect curriculum; you will always have to fill in gaps yourself, as with anything. However, I thought Ruby/Rails was such a great choice by Le Wagon to get me started with software engineering. Given the course is nine weeks, the curriculum makes sense and its now unsurprising why such companies like Airbnb and Github used Rails in the first place. You’re trying to learn something hard like coding (or launch a fully fledged webapp/business like Airbnb) very, very quickly. This curriculum (and Ruby/Rails) teaches you to do that in a fun and entrepreneurial way and not to be a developer who will just build what they are told to build without questioning (no problem if that is what you want!). Having the opportunity to pitch product ideas to your classmates and teachers was amazing. It's a very product driven bootcamp; awareness to keep your ideas or features in line with the value proposition you seek to deliver is drilled in to you. During the project weeks, this was really important to be mindful of. There are not many better ways to learn than by creating a product you like, getting your creative juices flowing, feeling ownership over it and blowing yourself away with what you can build in ten days.All of the teachers were great and most of the TAs were as well. They didn't just simply give me the answer or code it for me. They were all patient and tried very hard to explain in multiple ways so that I would understand. There was a holistic approach to learning which I appreciate a lot - ""remember to eat properly, get enough rest and sleep"" etc.You will spend less time on some things (like testing and javascript), but in my opinion you leave Le Wagon with a solid core foundation that you will then be able to decide how to add to yourself (as is in life or on any job). If you compare this to other bootcamps, less impact on learning testing/javascript is a bit of a drawback, but Le Wagon is different to other bootcamps in a very creative way. You will leave Le Wagon with knowledge on how to go fill in the gaps, what to look for and with a big community to back you as well. Le Wagon is great value for money and time. I still cant believe 9 weeks jumpstarted the process and eventually lead me to land an awesome job.Read Less",FullStack program - 35+ locations,Web Development +244067,10868,le-wagon,Bob,False,2018,One hell of a ride,2018-07-13,4.7,5.0,5.0,4.0,"Before joining the Le Wagon bootcamp I was working at a company called TicketSwap, a tech company in the ticketing industry. There, I managed the support team. I joined TicketSwap as the first employee, so during the first years I witnessed a lot regarding... Read More the development of the product. I liked talking to the developer colleagues and figure out how things, technically, work. After 4 years my time at TicketSwap came at an end because I wanted to change course and learn more about coding. A good friend of mine told me about the bootcamp and after a short holiday I hopped on board the Wagon. During the 9 weeks I learned so much. It’s incredible to see what you can do in that period. Even though I shouldn’t, I tend to compare it with my bachelor degree. I wonder; why did I need 4 years to get this diploma while I only needed 9 weeks to learn how to code and set up a working web app. In our final project we created a platform where people could recommend podcasts to their followers through donations. It’s like a Twitter on steroids where your feed contains the recommended podcast (not sure if it’s still online: mendio.co). Working together with other people was a great experience as well. Now, after the bootcamp, I’m doing a traineeship of 3 months at a company called Ace & Tate. I’m working on the back-end of this webshop, not only maintaining the webshop but also things like inventory and order management. Pretty complex stuff, but I know my why around thanks to Le Wagon.Read Less",FullStack program - 35+ locations,Web Development +237540,10868,le-wagon,arthur,False,2018,I recommend LeWagon to learn coding,2018-07-13,4.7,5.0,5.0,4.0,"My experience at LeWagon was great in terms of learning and networking - great team. Would defo recommend to any entrepreneur in tech with no coding skills.Launched 2 startups in 2017. I had to stop the first one as the devs I was working with stopped... Read More coding because they were too suddenly unable to continue and I wasn’t able to code it myself at the time. I wanted to develop an app and improve the website for the second startup which is still running, so I decided to enroll to Le Wagon and learn coding. Now I am in a much better position to do so and work with developers.Read Less",FullStack program - 35+ locations,Web Development +237060,10868,le-wagon,Thibault Jaime,False,2017,Great 2 month experience. From 0 to 1 in coding,2018-07-13,5.0,5.0,5.0,5.0,"I attended Le Wagon in Paris during summer 2017. It was an intensive but great summer. I was surprised by how much I was able to learn during such a short period of time and couldn't have imagined before the bootcamp that I was going to really be able... Read More to code for a living after the summer. I got hired by a startup as a backend developper right after Le Wagon and even though it was though in the beginning compared to other more experienced developpers, after a while I was fully operational. Great overall experience at Le Wagon, teachers and assistants that take time to help and are almost always available. Great methodology for teaching with only a few courses and a lot of exercizes. Highly recommended.Read Less",FullStack program - 35+ locations,Web Development +244232,10868,le-wagon,Josias Geoffroy,False,2018,Le Wagon Tokyo,2018-07-13,5.0,5.0,5.0,5.0,"I always wanted to know how to code without really knowing where to start. My several attempts to learn as an autodidact has always failed so I decided to look for training. This is how I found Le wagon Tōkyō. The courses are given in English, which seemed,... Read More to me, more reassuring to learn new concepts.It’s a training that mainly focuses on the exercises.The boot camp not only taught me how to code, but it also instilled a methodology and a new way of thinking. Teachers and teacher’s assistant are obviously always there to help you but they will also entice you to be autonomous by finding the solution by yourself. They will show you how to find the solution efficiently on the online documentation. During the boot camp i used a lot of new tools like Git, Postman, Airtable. And the School learning platform is quite cool too. With Training videos, flashcards, etc.Le Wagon Tokyo boot camp is also a community, with many meet-ups and speakers. Recruitment firm, Specialist in marketing and cyber security comes to provide advises and recommendations .I found a job just before the end of the boot camp thanks to the management of the boot camp that put me in contact.What emerges from these two intensive months is an immense satisfaction that I highly recommend to anyone looking for a career change or simply getting new skills .Read Less",FullStack program - 35+ locations,Web Development +244053,10868,le-wagon,Maria Castro,False,2018,It’s not just a slogan. Le Wagon did change my life.,2018-07-12,5.0,5.0,5.0,5.0,"
Before Le Wagon, I had just finished a business degree in University. I liked it but I wasn’t too happy to go to a mega corporation and read excel sheets for 8 hours a day or work myself to sleep in a consulting company (nothing’s wrong with it if it’s... Read More your vibe).I was really scared that coming from a business background and not knowing anything about code I wouldn’t keep up! The thing is that most of my group came from different backgrounds and places and had complete opposite experiences from me! Not only did that leave me at ease about my lack of knowledge in the matter but it created the amazing environment that is Le Wagon! The 9 weeks were very hard but so rewarding. It’s was constant shift between feeling on top of the world and feeling like you truly have no idea of what’s happening. The truth is that none of us gave up and I ended up presenting an amazing project - not bias at all :)Now that I finished, I want to learn more and find a job as a junior developer. I feel like the course has given me more than enough skills to do so.100% recommend it to anyone!Read Less",FullStack program - 35+ locations,Web Development +244028,10868,le-wagon,Tom Vaillant,False,2018,Learned to navigate the matrix,2018-07-12,5.0,5.0,5.0,5.0,"In late 2017 I started to feel stuck. My latest production - a VR experience - wasn’t any better than the last, and I resolved to speak with a mentor who suggested that I take some time to learn code. It’d been a significant insecurity on past projects... Read More involving development efforts of any kind, my ignorance as to what happened behind the screen meant I was incapable of scoping or leading a project to fruition without a great deal of anxiety and quite an impostor syndrome. My passion for video games and interactive stories had grown immeasurably and I made the decision: I joined Le Wagon bootcamp 2018.The first few days are incredible, even magical, as you feel your assumptions about yourself slowly fade, and you begin to understand that it isn’t just a mystery box. Coding the projects in Rails was immensely beneficial for both my confidence and to ensure your teamworking ability in post-bootcamp life.Today I work with developers and designers to build experimental digital productions, although I’ll continue to produce audiovisual every now and again. Everything I learned at the bootcamp is useful in one way or another, and I’m looking forward to going back for alumni events - primarily game nights!Read Less",FullStack program - 35+ locations,Web Development +244024,10868,le-wagon,Masaki Noguchi,False,2018,Le Wagon Is Second To None,2018-07-12,5.0,5.0,5.0,5.0,"I learned more applicable skills in 9 weeks than I did in four full years of university (and I learned a lot in university!)I took a pause from a career in investment banking and traveled from California to London just to attend Le Wagon as I had heard... Read More of the schools stellar reputation, and I was not disappointed. I didn’t know anyone in the country, and had no idea how to code (I actually thought CSS stood for Computer Science Something, whoops), so of course the process was a bit intimidating. Thankfully, the folks at Le Wagon seriously know how to run the camp to eliminate that anxiety from week one. Nobody here has an ego, and I think that culture is driven top down from management and the teachers, as well as in their selection process. Every single person was friendly, approachable, and helpful. Everyone wants to learn and progress together, and it makes for a really special time.A word of advice: You will feel stupid. You will feel incompetent. You will DEFINITELY doubt whether or not you’ve got what it takes to code. That’s normal — and it’s all part of the process :slightly_smiling_face: By the end of the camp (especially in the last two weeks) you’ll be slinging apps left and right.Le Wagon will always hold a very special place in my heart. I’ve made some great friends here, and know I have a place where I belong across the pond. Shout out to Batch 143!!!!Read Less",FullStack program - 35+ locations,Web Development +243996,10868,le-wagon,Gonzalo Diaz,False,2018,Change Your Life Join Le Wagon!,2018-07-11,5.0,5.0,5.0,5.0,"I lived in the US for 9 years were I pursued my undergraduate degree in Business and later on my MBA and Master's in Science of Finance. After 2 years of experience in the steel industry I worked in process management and business development for a private... Read More business group dedicated to Retail and Real Estate (3 years) were I got to travel to places like: Portugal, Brazil, South Korea, Switzerland, Ireland, China and Hong Kong.Joining Le Wagon has been the best decision I have made and would advice a younger me to have joined this industry years ago. Now that I'm a FullStack Programmer I can freelance, join any industry or startup I want.The community of Le Wagon is friendly, collaborative and connected to high-profiles that can open doors everywhere. Lose the tie, put on your Nike's and come join Le Wagon.Read Less",FullStack program - 35+ locations,Web Development +243973,10868,le-wagon,Davis Lazdins,False,2018,LeWagon Amsterdam changed my life!,2018-07-11,5.0,5.0,5.0,5.0,"Since I always had enjoyed cooking at home I decided to try myself in the culinary arts industry as a side income while studying. Ever since that day my life was all knives and flames, scars and stress for the most part of the year except the wakeboard... Read More instructor job I had in summers when I could recharge my self again for upcoming part of the year in the kitchen. I had always been determined and unafraid of hard work so I quickly excelled from cook to chef in small but interesting places, restaurants and projects.As the years passed on, the novelty of my career faded, the urge to prove myself in the kitchen became pointless, and it became increasingly hard to understand or justify the choices I had made. At some point, I realized 10 years of culinary experience on my resume could only lead to 10 more years of culinary experience and 60+ hour work weeks in the kitchen was something I did not want to tolerate any more.So last year I quit my job abandoned my plans to go to culinary school in Italy to become a master chef of Italian cuisine and I set off on a journey of self-discovery that lead me to code. I started to learn from online courses by myself but since coding was something completely new to me and there are so many deferent things you can learn I needed some kind of basic structure where to start from. So searching in google lead me to LeWagon page. I immediately found a lot of amazing reviews about this boot camp and as I wanted to meet like-minded people and learn as fast as possible this looked like perfect opportunity to kick-start my career as a developer. So I enrolled in LeWagon coding bootcamp in Amsterdam.So about the LeWagon in Amsterdam-Usually people have the image of coders as boring, lonely, weird people who spend their days in front of screens and don’t want to communicate with others, but in Le Wagon you see that coding actually can require a lot of collaboration with diverse group of amazing people, with different age, backgrounds, experiences, nationalities and you all work to gather as equals to learn and create something amazing.Overall experience was nothing short of incredible. I’ve probably never learnt so much in such a short time. Every day you are surrounded by inspiring teachers that are there to help when you hit the wall. In nine weeks you learn a solid introduction to all the necessary tools you would require to reach a productive level, how to put them all together, and how to collaborate in team and make MVP product from scratch in 7 days. There is almost no time to rest. It’s difficult but completely worth it!Be aware that the bootcamp will not do the work for you. To get anything out of it, you’ll have to give it your full commitment. So if you are planning to do this, the main thing to get the most out of it is to prepare your self properly. Do all the prework that is given by the LeWagon and do it twice if possible. Take a vacation and try to arrange everything so you don’t get much distraction during the 9 weeks. Prepare your self physically as well - be in good health, well rested.If you are looking for bootcamp experience then LeWagon is the one!P.S.After bootcamp I went back to my home country Latvia and started to apply for jobs. I was looking something ruby or frontend related. All the frontend positions where asking for PHP knowledge so I started to learn that. After a month and a half of actively applying, doing test works and going to some job interviews I finally found a job opportunity that I really was excited about - frontend developer in a digital agency that is one of the best in Latvia. Long story short - two days after my job interview I got the job as a junior web developer. Right now it is the end of my second month there. All the knowledge I gained in LeWagon is a huge help in learning and understanding the new work environment - cause right now I’m working with php Laravel. So my recommendation - if you find a job opportunity that makes you excited and by description, it may be over your skill level, but you still know you want it - go ahead and apply for it - you still could get it!Read Less",FullStack program - 35+ locations,Web Development +244018,10868,le-wagon,Monica,False,2018,The amazingness of hard work,2018-07-11,5.0,5.0,5.0,5.0,"Before Le Wagon I had a stable job that I liked, but I didn't love. I needed a change, something that pushed me forward to a better and happier future. And that's when I found Le Wagon.I'm not going to lie or sugar coat it. Those 9 weeks were the most... Read More intense weeks of my life so far. I had opposite feelings throughout (sometimes at the same time): I loved it and I hated it, I felt really smart and really dumb, I wanted to hug the teachers and punch them. On the first day, Shannon said 'you just gotta keep going and trust the process' and that's what I did. And it was painful. And I survived. Not only I survived, I had 2 prototypes done and was as proud of them as a mother is proud of her children. They were my babies, they were the result of 9 weeks of hard work, and I couldn't be happier.I learned a lot and I made new friends, there was time to be serious and time to have fun (Cocktail Thursday!), and I ended up with a whole new set of skills. Now I have a new door open and a new future for me to explore.Read Less",FullStack program - 35+ locations,Web Development +244011,10868,le-wagon,Chloé Baron,False,2018,Le Wagon is Worth It!,2018-07-11,4.7,5.0,5.0,4.0,"I decided to pursue a career in coding after almost of decade of having an interest but never taking the leap. I started researching bootcamps about a year before actually enrolling. Once I discovered Le Wagon and read it's mission, I knew it was the... Read More right choice for me. I Immediately enrolled for Batch #144 in Montreal.I have BA in Anthropology and I worked as a research internship coordinator before coming to Le Wagon. You absolute do not need to have a maths or coding background, although a large amount of commitment and motivation is required. Le Wagon has quenched a thirst I had for challenging myself. It is intense program that pushes you to your limits in the best way possible. The support system in place is well thought out and geared towards ensuring that each student will find their flow and to provide the resources needed. I am now brushing up on skills learned, creating my own portfolio, and will hopefully begin freelancing in the near future.Read Less",FullStack program - 35+ locations,Web Development +244003,10868,le-wagon,Ambasuthan Jananayagam,False,2018,Top tier coding programme,2018-07-11,5.0,5.0,5.0,0.0,"Le Wagon is a great way to transition into tech as an entrepreneur. I am a former finance professional who has run my own business since 2009. I am excited by the changes in technology and want to transition my business towards using more technology.... Read More As a business owner I considered it essential that I had the ability to control and understand the code my business utilises, which meant I needed to learn to code. Le Wagon’s programme exceeded all my expectations. In the nine weeks we learnt full stack web-development and the final fortnight involved writing our own project. Le Wagon combines an enthusiastic staff and a world class teaching platform to deliver knowledge. Best of all we retain access to our lectures and notes on the platform after the programme and I am already reaching out to the vast alumni network to help me with problems. It is very difficult to change career or direction, but Le Wagon’s programme is one of the best ways to do it.Read Less",FullStack program - 35+ locations,Web Development +243987,10868,le-wagon,Brett Middleton,False,2018,The most rewarding 2 months of my life,2018-07-10,5.0,5.0,5.0,5.0,"When I started with Le Wagon for Batch 144 in Montreal, QC I had a career as a Head Chef/Baker that I was starting to get very tired of after 10 years. I had been taking University Classes for Game development that did not seem to be getting me where... Read More I wanted to go and that’s when I researched coding boot camps in my area and found Le Wagon. I was amazed at what I became a part of after that. A community that my online classes could never give me, along with the hands-on teaching that would give me a true understanding of what I was programming.I remember looking at job posting for web development and seeing the list of languages and libraries, thinking to myself how in the world you learn all of those and now I look at those lists and feel confident in going into interviews and discussing each item on that list. Right out of the boot camp I had two interviews with companies and one being from a recruiter from LinkedIn that because of this boot camp wanted to recruit me. Along with the interviews, I create my own projects and am starting to do freelance, successfully completing my career change.Read Less",FullStack program - 35+ locations,Web Development +243978,10868,le-wagon,Morgane PERENZONI,False,2018,Vivre cette expérience unique ...,2018-07-10,5.0,5.0,5.0,5.0,"En 9 semaines @Le Wagon Marseille, on apprend à coder mais pas que … Marseille, la belle cité phocéenne, où le climat annuel est chaud, ce qui nous permet de valoriser nos jolies calanques … Marseille où ses habitants sont des gens au top du top avec... Read More lesquels il est sympa de prendre l’apéro en jouant aux fléchettes ou alors en regardant la meilleure équipe du monde : l’OM … Marseille où il est désormais possible d’apprendre à coder !?# Oh l’enc …. OUI, grâce au Wagon et à son staff autant pédagogue que formidable il est désormais possible pour quiconque d’apprendre les bases du code. Alors, OUI il faut vivre cette expérience pour y croire. Je n’avais jamais codé une seule ligne de code avant le Wagon et pour être tout a fait franche je n’y connaissais rien du tout, et à présent je me surprends à coder tout ce qui me passe par la tête. En 9 semaines au Wagon Marseille, j’ai appris les langages : Ruby / Ruby on Rails, HTML, CSS, JavaScript, SQL, mais je me suis également fait pleins de contacts et d’amis. Le Wagon est à l’humain ce que le Ruby est a l’objet, je recommande cette formation pour tout ce qu’elle m’a apporté autant d’un point de vue compétences que d’un point de vue humain.Alors OUI changez de vie et apprenez à coder grâce au Wagon Marseille.Read Less",FullStack program - 35+ locations,Web Development +243977,10868,le-wagon,Asia,False,2018,Amazing Experience,2018-07-10,5.0,5.0,5.0,5.0,"After graduating with a liberal arts degree in 2015, I began working in an operations role at a financial services firm. I quickly realized my curiosity was not satiated by the work and moved into an application development team as a business analyst.... Read More This role brought me close enough to product development to know that this is an area I'd like to continue my career in, but I was missing the technical knowledge needed to properly engage.I joined Le Wagon to gain a deeper technical skill set before beginning an MBA at MIT this fall. Taking this knowledge with me to business school will allow me to achieve 3 of my goals: 1) Meaningfully engage in the start-up community at b-school and have the skills to bring my ideas to life; 2) credibly pursue technical Product Management roles in the tech space for summer internships and full-time employment post-graduation; 3) relying on my foundational understanding of programming, take further courses at MIT and learn other languages such as python and R (I'm also interested in data analytics).Having completed the 9 weeks, I can’t speak highly enough of the instructors, the environment they create or the quality of the coursework. Coding was the first time I’d felt such highs as I did when I’d finally coded my way through a tough problem, or such lows as getting stuck on something that seemed like it should be easy. What made my Le Wagon experience so valuable, was that when I hit the lows, I could always turn to the buddy I was paired with for that day or call over one of the many teachers and tutors available, to help talk me through it. If I had been studying alone, those moments would have brought my progress to a halt. Getting a dev job at the end of the course was not a selection criterion for me and I was therefore surprised to realize in the last few weeks, just how prepared I was to take that next step into a junior dev role, or to work on one of the freelance projects a fellow Le Wagon Alumni had taken on and was looking for help with. I have no doubt that I would have been able to get a job and found it rather regretful that I wouldn’t be able to continue learning in that manner for another year or two. It’s not possible to learn everything about anything in 9 weeks, but the Le Wagon approach did set me up to continue to learn and successfully figure things out on my own. I’m taking full advantage of continued access to all the resources I had as a student as I continue working on my group project and a personal project I’ve started.Read Less",FullStack program - 35+ locations,Web Development +243971,10868,le-wagon,Tim Brackfield,False,2018,Le Wagon London,2018-07-10,5.0,5.0,5.0,0.0,"Prior to Le Wagon I was a Management Consultant in a firm specialising in technology projects, where I had worked with web developers in non technical roles such as business analyst. I found working with them very enjoyable, but always felt held back... Read More by my lack of technical knowledge, so decided to dedicate some time to complete a full stack web development bootcamp.I chose Le Wagon due to its excellent reputation and online reviews and it was one of the best decisions I have ever made. The teaching and course structure were excellent. The course is intense and challenging, but worth it - I’ve learned far more than I ever imagined. The teaching staff are fantastic and it was great to work with other students from different backgrounds and countries.I also really enjoyed the entrepreneurial focus of Le Wagon and working as a team on two projects built in the final weeks of the course. I am confident now building MVPs, and perhaps more importantly, Le Wagon has equipped me with the knowledge and skills to continue learning.Read Less",FullStack program - 35+ locations,Web Development +243970,10868,le-wagon,Will Jones,False,2018,Just a fantastic 9 weeks,2018-07-10,5.0,5.0,5.0,5.0,"I would recommend the bootcamp at Le Wagon to anyone looking to catapult themselves into the world of web development. It's just an awesome experience.Before starting the bootcamp, I was a product manager working closely with developers, eventually realising... Read More that development would be a better fit for me. I firstly tried to teach myself through the online route which was OK but didn't really suit the way I worked. A campus based course is obviously a lot more expensive but your learning happens so much quicker - being able to ask teachers questions face to face as well as coding in teams is so crucial, especially when you're first starting out.In terms of the course, the curriculum is very structured and the dashboard is a fantastic resource tool that all students and alumni have access too. Super important when you start coding post-course. It's a massive learning curve and you have to be super on it but the teachers are great and create a great environment to learn as much as possible which is what it's all about. There were also a real mix of interesting people on the course and being part of the massive Le Wagon community is absolutely awesome and something I hope to stay involved in for the rest of my working life. Hope this helps anyone thinking of starting the bootcamp - do it!Read Less",FullStack program - 35+ locations,Web Development +238772,10868,le-wagon,Piotr,False,2018,From business dev to real dev! How a sales profile learns coding in Barcelona.,2018-07-10,5.0,5.0,5.0,5.0,"- What you were doing beforeFreshly after my studies, in early 2008, two friends and I created an insurance comparison Web service, for the Polish market. We developed it for the last 10 years, until December 2017.I was the public person there, responsible... Read More for clients (insurance companies) and investors. I used to work a lot with our CTO, and with IT teams from insurance companies we did collaborate with.- Why you wanted to learn to code Our CTO told us 10 years ago, « guys you should learn to code ».. I did have a look on some php lesson and then decided I was already to old for learning such complicated things. 10 years later, I realised he was not actually (always) wrong :) Most startup founders have a huge technical lack. What would you think about a restaurant owner, who does not know if noodles are cooked in cold, or hot water? Well.. most CEO’s (including me), have (had:)) no clue how things are really working.I met a LW alumni in Barcelona, during a french tech meet and pitch event in march this year, I realised LW existed and seemed able to fill the gap! I red, had a talk with Gus (managing LW Barcelona), and trusted their leitmotiv: « change your life, learn to code ».- How LW helped, (promote your project!) and a few words about BarcelonaI started confident that LW would make me at least understand code.. as the bootcamp was going on, beside a great human adventure (9 weeks facing code challenges, with other « poor » volunteers, just like me), I discovered LW was even able to teach us more: how to code on our own!LW just figured out how to store encyclopaedias in our heads.. To be honest, I had serious doubts about my ability to learn so much.. but guess what.. we always can learn and LW knows how to make it happen!Few words about LW Barcelona in particular.. LW processes and teaching techniques are perfectly organised.. but.. what makes a huge difference, what makes us all (students) keep motivated and never giving up.. are people working in there (from general manager to most junior teacher).. they just keep motivating us, treating us like with a lot of attention.. and patience. I feel like they were here to make us feel good, happy, focused and part of the LW community.I’ll conclude adding that LW was the best experience I ever had. I encourage any one reading those lines.. to read more feedbacks.. and just jump into it!During LW bootcamp, I red this on the Google Chrome daily momentum : « Live as if you were to die tomorrow »… (this we know.. but what comes next)…« Learn as if you were to live forever. » - Mahatma GandhiCheers / Abrazo!Read Less",FullStack program - 35+ locations,Web Development +238645,10868,le-wagon,Isabel Chan,False,2018,wonderful experience,2018-07-10,5.0,5.0,5.0,5.0,"If you are reading this post, you probably know that the slogan for Le Wagon is “change your life learn to code”. It sounded like a platitude to me, at least it was how I felt before joining the camp. However, before I realized it, Le Wagon experience... Read More actually changed my life. During the camp, not only did I learn the foundation of coding, but it also helped build up my confidence. This confidence allows me to continue learning more advanced coding challenges independently even after the camp. In addition, Le Wagon helps me to connect to different tech communities which helps me to gain insights on the different tech sectors. More importantly, I met a group of new friends who share common interests, and join hackathons together. Therefore, I would proudly recommend Le Wagon to my friendsRead Less",FullStack program - 35+ locations,Web Development +238705,10868,le-wagon,Isabel Chan,False,2018,wonderful experience,2018-07-10,5.0,5.0,5.0,5.0,"If you are reading this post, you probably know that the slogan for Le Wagon is “change your life learn to code”. It sounded like a platitude to me, at least it was how I felt before joining the camp. However, before I realized it, Le Wagon experience... Read More actually changed my life. During the camp, not only did I learn the foundation of coding, but it also helped build up my confidence. This confidence allows me to continue learning more advanced coding challenges independently even after the camp. In addition, Le Wagon helps me to connect to different tech communities which helps me to gain insights on the different tech sectors. More importantly, I met a group of new friends who share common interests, and join hackathons together. Therefore, I would proudly recommend Le Wagon to my friendsRead Less",FullStack program - 35+ locations,Web Development +243964,10868,le-wagon,Samantha Ricotta,False,2018,The course that changed my life,2018-07-09,5.0,5.0,5.0,5.0,"Before Le Wagon I worked as a project and event manager. During my career, I became frustrated with all the manual processes of the work and the time they took. These sort of processes leave event managers stressed along with a great deal of additional... Read More work. I constantly looked for ways to resolve this problem for my offices but soon realised it was possible, through technology, to change the whole industry. This is when I seriously started looking to become a dev.It can be overwhelming looking for bootcamps as there are so many, I chose Le Wagon as it had the best reviews. For me, the most important thing was that I secured a job after the course, as I quit my job to make the change of career. At first I wasn’t sure that I made the right decision but as soon as my first day was over I knew that I had made the right choice. Not only were the teachers very helpful but they are extremely knowledgeable. They will ensure you understand what you are doing and will go above and beyond by answering questions, even after hours.The way the course is set up is extremely thought out, it allowed me to work autonomously but still had me feel supported. The course is very intense but completely worth it and I can say that signing up to the course is the best choice I have ever made! I am so proud of myself, of what I have learned, my project but mostly that I can now work as a dev. It is really something I am be proud of.I have never been happier with my career and it is all because of Le Wagon. I cannot recommend it more.Read Less",FullStack program - 35+ locations,Web Development +237080,10868,le-wagon,Manizha,False,2018,Best career decision I ever made,2018-07-09,5.0,5.0,5.0,5.0,"Just do it. Whatever your background, age, gender... and whatever you plan to do with your newly-gained tech skills (and the ""never give up"" mindset!) afterwards, it will be worth it. The bootcamp is INTENSE, so make sure you don't have any job or other... Read More studies besides it! I had zero coding background and learned sooo much in such a short time. The curriculum was great - suits all backgrounds and difference pace, the teachers were very helpful and my classmates were extremely motivated. You also get access to the platform for life, so can always come back to refresh your knowledge. The community is really big and helps each other out with tech questions, job opportunities, etc.I very highly recommend Le Wagon!Read Less",FullStack program - 35+ locations,Web Development +232576,10868,le-wagon,Audrey Gourdji,False,2017,How Le Wagon Changed My Life,2018-07-09,5.0,5.0,5.0,5.0,"Now, six months after camp and six months into freelancing as a web designer & developer, it’s hard to believe that this time last year I didn’t know how to write even one line of code. So how did I get to where I am now? I know it might sound overdramatic,... Read More but I feel like there was my life before Le Wagon, and my life after Le Wagon, and both feel worlds apart.Life Before Le WagonAfter graduating from university in my hometown, Montreal, Canada, I moved to Beijing, and then subsequently to Shanghai in 2015 when I started working as a buying assistant for a luxury fashion multibrand. After about a year and a half, I started itching for something with a little more responsibility and creative freedom, so when the opportunity to join a founding team on a fashion startup arose, I jumped on it. Working at this startup was an intense and valuable experience for me, and acting as the product manager, one of my responsibilities was to manage the tech team building our main product. Out of all my duties, I found communicating and managing the tech team to be the most difficult, or at least the one task I knew that I could definitely improve at. In an effort to learn more of anything within the tech space, I attended one of the Le Wagon public workshops “How to Build a Landing Page in 2 Hours”. I loved it! I was so fascinated by how a few lines of code could translate into my own website (an ugly one, but still a website!). The workshop is how I discovered Le Wagon and I told myself that if ever I had a gap in work, I’d join the bootcamp.Sure enough, a few months later, the start up didn’t work out and instead of looking for a new job straight away, I decided to join Le Wagon and develop my tech skills so that I could become a more experienced and knowledgeable product manager/start-up founder/fashion e-commerce owner/insert-whatever-job-title, seeing as tech experience would only help in any of the potential future jobs I could think of for myself.Life During Le WagonI started the 9-week bootcamp in October 2017. The first few weeks were hard. We were learning Ruby and as I found some things logical, I found most things too abstract for my visual mind. It was a lot of frustration and a lot of reminding myself to be patient and do my best. In fact, dealing with frustration (which really is just learning how to learn, find answers, and unfrustrate yourself), patience, and doing your best, ended up being some of the most important takeaways for me from the camp, and are probably the most applicable now after I’ve graduated as well.For those who don’t know the Le Wagon structure, every morning we have a lecture for 1-2 hours, and the rest of the day is spent working on practical exercises with a partner paired at random. This course set up is designed to replicate the real world, and is what strengthened all of our abilities to learn how to learn tech. What does that mean? We don’t get fed answers, the same way that would never happen after you graduate. First, we must try and find solutions to issues on our own, then by asking our partner, then by writing a ticket online calling for help to one of the teachers or TAs as you would in a tech forum like Stack Overflow. Apart from the rigorous training, Le Wagon also set up various talks and company visits that we were incredibly lucky to get the chance to be a part of. I very quickly realized that Le Wagon is much more than a bootcamp, it's a far-reaching community and network of helpful, intelligent, and passionate individuals. The community and network aspect is the biggest contributor and reason I was able to move into freelance so seamlessly right after camp.Life After Le WagonTime since finishing Le Wagon has flown by, but in a good way. After a much-needed break and visit back home at the end of camp, I still wasn’t sure whether I’d look for a new full-time job, or end up pursuing freelancing. I decided I’d return to Shanghai and freelance as I look for a new job, but the day after returning, one of my good friend’s from camp who had gotten hired by a startup company as a developer got me a freelance project with his company doing front-end work. This snowballed into a second project, and then a third, and then I soon had little to no time (or desire) to look for a full-time job anymore. I’ve definitely learned the pros and cons of freelancing over the last few months, and have constantly had my boundaries pushed, but that’s what has forced me to learn and grow post-camp. Most importantly, as was so valuable during camp, the Le Wagon community and network has been the biggest change in my life. Not only do I have all this new knowledge that opened a completely new realm and sea of opportunity, but I also have these incredible supportive peers, many of which have become some of my closest friends.A year ago I would have never believed I’d be doing what I do now, and now I can’t believe that I didn’t know much of anything about tech a year ago. Like I said, I feel like there was my life before Le Wagon and now there is my life after.Read Less",FullStack program - 35+ locations,Web Development +232550,10868,le-wagon,Christopher Yu,False,2017,Launchpad,2018-07-09,5.0,5.0,5.0,5.0,"Joining Le Wagon was one of the major turning points in my life. A year before Le Wagon, I was a fresh undergraduate with an engineering major that I assumed would be “hot” and lucrative (read: popular). Fast- forward a year and I found myself winding... Read More up in Shanghai with no real employment experiences in the past year, forced to reconsider my future. What prompted me to take a leap of faith and join Le Wagon was the urge to do something different. A year of countless job applications and rejections persuaded me to make that switch into coding, and I haven’t regretted it since.Everyone who has gone through the program (or has a friend who’s gone through it) knows how utterly bizarre those 9 weeks felt. It’s a gruesome mixture of pain, frustration, and pleasure, but oddly enough, it doesn’t cease to become one of the most memorable and unforgettable experiences of our lives. For 9 weeks straight, every day is filled with difficult challenges and the satisfying opportunity to work with a soon-to-be friend or colleague. What I soon realized is that these 9 weeks were the shortest 9 weeks I’ve ever felt.When it came to coding, my personal adventure was as frustrating as it was satisfying, constantly trying to learn a new craft and apply it at the same time. I had some prior experience, albeit elementary, with coding, but within the first week of the camp I felt like I was in uncharted territory. This didn’t scare me as much as it did ignite a kind of passion within that made me want to learn more and take on each daily challenge. As each week went on, this passion grew and was evenly matched by more complex challenges, eventually resulting in a final project for Aarusha Homes, a company in India that aims to provide sustainable and affordable housing for low-income migrant workers. Our team built a backend hotel management system to help modernize Aarusha Homes' hotel management procedures, from pen and paper practices into computerized guest tracking.My story with Le Wagon doesn’t just end there. In fact, I have Le Wagon to thank for my current job. If not for its vast alumni network and also the skills it’s armed me with, I would not be in working in the role I am today.Read Less",FullStack program - 35+ locations,Web Development +232410,10868,le-wagon,Alex Sinclair Joice,False,2018,Le Wagon London,2018-07-08,5.0,5.0,5.0,5.0,"I have just completed the Le Wagon bootcamp in London and had an amazing time!The team in London is fantastic; all of the teachers are super enthusiastic and encouraging, very knowledgeable and willing to help. However, they won’t spoon feed you answers,... Read More instead, they will ask you questions and help you break down the issue into small parts so that you can reach the solution by yourself. The team manage to create a great balance of hard work (I was knackered by the end of every week) whilst maintaining a fun and relaxed atmosphere (I always looked forward to going back in on Monday).The course is tough and can be slightly overwhelming at the beginning as you learn a lot of new information very quickly. The teachers keep repeating that “it will eventually click” and thankfully, it appears that it does! A lot of thought has clearly gone into the structure of the nine weeks and you keep building on the ideas that you have been exposed to earlier in the course. During the course (and forever after) you have access to all of the lectures (videos), lecture slides / notes, challenges and flashcards which is a fantastic resource. Ed also does a great job of organising loads of talks in the evenings with a variety of speakers and also provides sessions on writing CVs, looking for jobs, updating LinkedIn etc., all which were very useful. Another great thing about Le Wagon is that it is not all about the coding! You are able to develop your presentation skills, understand further what it takes to build a successful company and gain experience of working as a team within a development environment. As well as this, you meet an incredible mix of people from different backgrounds (and from all over the world!) all who are extremely motivated to learn a new skill.Having worked in the Insurance industry for 4 years prior to attending Le Wagon, I was nervous about changing career paths and learning a new skill. In hindsight I am extremely thankful that I look the leap and enrolled on the course. Thank you to all of the Le Wagon team !Read Less",FullStack program - 35+ locations,Web Development +242516,10868,le-wagon,Oussama Ladhari,False,2018,The best choice,2018-07-05,4.7,5.0,5.0,4.0,"Struggling to learn web development by myself and looking forward to brush up my skills more efficiently, I came across Le Wagon coding boot-camp and it was for me the best decision that I have taken lately . With a very complete program and setup, a... Read More professional platform including efficient well organised order to study different needed tools for a web developer , highly skilled and experienced teachers, also I got the chance to have such wonderful classmates and a best teacher assistant !(who become a real friend: Douglas).And once an alumni you have access to very huge community and forever support from teachers and assistance to get job or to start your own startup.I advise anyone who really would like to understant coding and web development to choose le Wagon!Arigatou gozaimau le WagonRead Less",FullStack program - 35+ locations,Web Development +242157,10868,le-wagon,Joy,False,2018,Le Wagon: greatest thing I ever did,2018-07-05,5.0,5.0,5.0,0.0,"My experience with Le Wagon Batch 144 in Montreal has been amazing. The curriculum and staff had made it possible for me to learn web development in the simplest and most effective way. It provides the students with the skills that it needs in the tech... Read More industry, which does not only include a strong understanding of back end and front end development but also a strong group work ethic. Moreover, Le Wagon has such a big community of likeminded people that it continues to benefit those who have graduated from it. The ability to connect with over 3000 alumni worldwide through slack benefits you as many alumni’s are willing to lend a hand and help you in things such as tech advice or jobs. The 9 week program instills in you the tools you need to start a career in the tech industry and the network to lean on. I loved my experience with Le Wagon. I got all the skills I wanted and I would recommend this program to anyone who asks.Read Less",FullStack program - 35+ locations,Web Development +260995,10868,le-wagon,Benoit Prigent,False,2018,Long Life to the Wagon ,2018-07-05,5.0,5.0,5.0,5.0,"Hey I’m Benoit I attended the Wagon course in March 2018 in Paris.I am 22 years old and I am still not graduated from my business school. Wishing to evolve in a web environment, I decided to join the Wagon as early as possible because I was particularly... Read More frustrated not having any technical skills I am passionate about beautiful web products and fluid UX and I wanted to join a B2B Saas start up as a full-stack developer intern.This is why I joined Workelo, and as soon as I arrived I find out myself to be operational really soon ! Since then I have been learning every day really easily thanks to the robust pedagody and mindset provided by the wagon. But above that, what makes the greatest strength of the wagon is the “community”, I met within my batch very inspiring people from various backgrounds!Long life to the wagonRead Less",FullStack program,Web Development +243910,10868,le-wagon,Hedi van Meurs,False,2018,Everything I hoped for,2018-07-05,5.0,5.0,5.0,5.0,"I was in batch #143 of Le Wagon in London.For the past ten years, I have tried to make a career out of teaching and translation. After a decade, I realised that this isn’t my passion. I’ve always really enjoyed anything computer related and I’m very interested... Read More in IT. I seemed to pick things up pretty fast in the past, but I think the fact that some people have been coding since they were 13, and I have not, always kept me from trying. The fact that it is a very male dominated industry also didn’t help! When I finally decided to take the plunge and try, I researched which coding bootcamp in London was the best. Le Wagon kept coming out on top.I knew that the course was going to be hard, I didn’t doubt that at all, but I may even have underestimated a bit. Being bombarded with new information every single day was a big challenge. I even dreamt of coding every night during the entire course! However, I really enjoyed learning all these new and interesting things, and being able to actually use a skill you’ve just learnt after two weeks of thinking it is an impossible task is an amazing feeling. It really helped that, besides having such a tight team of amazing teachers, my fellow students were also extremely motivated and helpful. Especially the other women on the course really helped me through it! The final weeks, where you spent time working on a project in a team, were great. It’s amazing to see how everyone has their own strengths within a project group, and it felt really good to see our app coming together so nicely. In our batch, we were the only group who created an app towards helping people rather than making money, and I’m very proud of that. The app is designed to be a crowdfunding platform for people who are homeless, to make them a profile and get the items they need funded. Hopefully, someday we can deploy our app for real and help people.If you are interested in learning to code I would very much recommend Le Wagon. The atmosphere is great and afterwards, you’ll be part of a coding community for life. Don’t expect it to be easy, but you’ll learn more in nine weeks than you ever thought was possible.Read Less",FullStack program - 35+ locations,Web Development +235837,10868,le-wagon,Alexis W,False,2017,Best place to learn !,2018-07-05,5.0,5.0,5.0,5.0,"I was part of Le Wagon batch 101 in Paris in October 2017. This has been super profitable and definitely worth the money and time investment. I am super grateful to the whole Wagon team for building this program, and I have already convinced lots of friends... Read More to follow me.The main thing I would like to highlight is the efficiency of their learning method. In only 2 months, we are able to learn a whole new set of skills, which make us very autonomous when working on personal projects. I honestly didn’t expect we could go this far in 2 months: getting the same results on my own would have probably required more than a year and a huge amount of motivation. I joined Le Wagon as I was planning to launch a startup: what I learned at Le Wagon is enough to build a first version of my product and be the CTO of my company for the first 6-9 months, until I meet the person who will take it to the next technical level. The knowledge we have is enough to handle pretty much any tricky situation, and in case you do get stuck, the whole Wagon community is here to help ! Teachers and alumnis are always willing to help, even months after you left the program, which is one of the main benefits of being part of the community.The efficiency of their learning program is based on amazing teachers, all driven towards making things crystal clear, and perfect tools. The online platform where you can find the course content and do your daily exercises is very handy. I think all schools should get inspiration from how things are done at Le Wagon !Last but not least, there’s a great atmosphere and the place is very nice. They organize lots of events (talks, parties, …) where you can get in touch with inspiring people and meet new friends.In short, I can only strongly recommend Le Wagon to anyone willing to learn how to code, and can’t think of any downside about it.Read Less",FullStack program - 35+ locations,Web Development +243896,10868,le-wagon,Elsa Szymczak,False,2018,Amazing experience!,2018-07-04,5.0,5.0,5.0,5.0,"After completing a Master’s degree in Visual and Digital media, where I I learnt the basics of graphic design, photography and video production, I had the opportunity to work for a major media company in Gabon as a communication officer. I very much enjoyed... Read More my experience, and I mainly created content for social media and print advertising. I worked with Photoshop, inDesign and Premier. I realized that what I really liked, even more than the final result, was the process of using those tools. I liked the technical aspect of creating visual content. So, I decided to go all in and learn how to code! Le Wagon was an amazing learning experience! I can’t imagine how much I learned in only 9 weeks. I am now able to code a web app, but I also have the tools and basic knowledge to go deeper and learn new skills. Le Wagon opened a whole new world of opportunities. We had the opportunity to meet key actors in the start-up environment, to meet alumni and ask them questions on what to do next and better understand the skills you have after 9 weeks, and to have several events to really get to know the people in your batch. Le Wagon is also an amazing community always available to help you, either in job search or for any technical questions. I am now looking for a job in Singapore and the community around the world is helping me and putting me in contact with who they know there. While I find a job, I am doing some freelance work as a Full Stack Developer and at the same time being a Teacher Assistant at Le Wagon.Read Less",FullStack program - 35+ locations,Web Development +260994,10868,le-wagon,Marc-Antoine de Morel,False,2018, Le Wagon Paris - awesome learning experience ,2018-07-03,5.0,5.0,5.0,5.0,"I joined le Wagon Paris after a master degree in innovation management in Grenoble, in the French Alps. There, I launched a fablab for a company. This experience leads me to learn hardware prototyping. Then, I just wanted to learn software development... Read More to get a great toolbox for building stuff.Le Wagon was a bootstrapping learning experience. It was a great opportunity for me to learn web development, discover Paris startup ecosystem, and have great time with buddies. Today, it gave me a great confidence in launching things even if I wasn't a coding rockstar. In september, I want to work on UX design in startups. And then, in a few years, I might switch to Product Management. But for now, I’ll keep summertime to code my side projects as well as to start some freelance work on the French seaside. It’s easy to keep learning with Le Wagon’s learning platform and the great community on Slack ! It is worth itRead Less",FullStack program,Web Development +243762,10868,le-wagon,Patricia,False,2018,Le Wagon - best experience ever!! ,2018-07-02,5.0,5.0,5.0,5.0,"Le Wagon was a fantastic experience which taught me incredible skills for the future.I registered for the class as an entrepreneur looking to get a better understanding of coding to interact with developers.Not only have I learnt to understand and interact... Read More with them, I am now even able to code the first version of a product.The teaching methods at Le Wagon are truly unique and adaptive to make sure that you progress with all students. The teacher are of great quality and really follow you. Thanks to Le Wagon, I developed great coding skills in both back-end and front-end development, and I also had the chance to meet two amazing co-founders which whom I am embarking on a new adventure. I strongly recommend this boot-camp for anyone who wants to learn coding, meet tech-interested driven people, and take on a new turn!Read Less",FullStack program - 35+ locations,Web Development +242375,10868,le-wagon,Hien-Chanh Quach,False,2018,"Extremely complete program, impressive platform, lovely staff and classmates",2018-07-02,5.0,5.0,5.0,5.0,"Moving from Paris to Tokyo for this bootcamp and the beginning of a new career, Le Wagon went beyond my expectations, with an extremely complete program and setup, an impressive platform including efficient, motivational and entertaining challenges and... Read More tools, highly skilled and experienced teachers, a very active community of more than 2K people sharing valuable information including diverse events and job opportunities. I truly loved the experience, feeling I learned, improved and completed something new each day. I've really spent unforgettable 9-week with a lovely staff and classmates, and now I'm confident and can't wait to become a skillful developer. Arigato Le Wagon!PS: The dedicated page of our batch here: https://www.lewagon.com/demoday/147Read Less",FullStack program - 35+ locations,Web Development +243825,10868,le-wagon,André Rache,False,2018,Perspective of a Design Graduate,2018-06-27,5.0,5.0,5.0,0.0,"After graduating in Design and feeling stagnated in my Career, I discovered Le Wagon and really liked what I saw. At first I was very scared at the idea of a 9 week bootcamp, not only for being very intense, but also for it seeming a little too good to... Read More be true. I looked into it for a while, went to a couple of workshops, and finally decided to sign up and to finally take the challenge of learning code, and I can safely say that it was worth it.After college, I was very happy with how practical the course is. There is a lot to do everyday, but there is always something new, interesting and exciting. When I did fall behind, all the resources were very accessible and helped me catch up. These resources are also great to have after the completion of the bootcamp, and I check them a lot when developing my own projects.While intense, there was always a great atmosphere that helped us have the energy to keep up. The teachers were very capable and, more importantly, were great people that I still keep in touch with. The backgrounds of each student were very varied but we worked hard together and helped each other do our best. I learned a lot tackling problems together with other students.I feel like one of the biggest strengths of the bootcamp is teaching us to work in a group. Not only in a generic motivational way, but with Github, a tool that is very important for developers. During the bootcamp we developed 2 applications in a group and we used methods that are standard in the industry, which makes us feel more prepared for professional work. Having finished the bootcamp, It feels like I gained the tools to pursue all those ideas that I had but never did anything with. Having a background in Design, I discovered how much I like front-end, and am excited about the paths that are opened to me.Read Less",FullStack program - 35+ locations,Web Development +243785,10868,le-wagon,Thibault Pedelhez,False,2016,"As a business school student, I recommend it!",2018-06-27,5.0,5.0,5.0,0.0,"When I joined Le Wagon, I was 21 years old and still a business school student (EDHEC). I hadn’t had any knowledge in web development before. However I deeply wanted to learn how to code and get an understanding of tech in general. Then I did Le Wagon... Read More during my summer vacation. Le Wagon allowed me to learn how to make a website without having to re-enter the studying system for several years. I learnt HTML, CSS, jQuery, Ruby, Ruby and Rails, SQL etc. But the bootcamp is not just about learning several languages, it’s about building tech products. Le Wagon also gave me the method to learn other programming languages by myself and the best practices to build up a web application. More than coding courses I really really loved that experience and it gave me the opportunity to find a team to launch my startup idea with. Indeed, we spent the last 15 days coding personal projects in groups. After Le Wagon, I came back to my business school, and felt very acknowledged and prepared to start prototyping my ideas. I even got my first freelance mission a few months after the bootcamp, and I was only 21!Read Less",FullStack program - 35+ locations,Web Development +243946,10868,le-wagon,Reyes Montemayor,False,2018,Best experience in learning to code!,2018-06-27,5.0,5.0,5.0,5.0,"I have been in the customer service and logistics industry for the past 10 years but always had an eagerness to learn to code. But trying to teach myself ended up in frustration with more questions than answers. Then, one day I came across a two-month... Read More program with Le Wagon Tokyo (LWT) and I ended up joining their batch 147.LWT guides are not generic like most online courses, they go in-depth in terminology, theory, and the best part is their support system. From day one you can tell you are not alone in this, you have someone there that can answer those why, how, what, and huh questions. I had many of those ha ha.Overall you will get your mind blown way on how you can create something out of nothing. The co-founders Sylvain & Paul are the best. They will be checking in on you providing feedback with encouragement, then the bootcamp manager Doug makes sure you are progressing if he sees you are having trouble he will come up and give you the nudge you can do this. LWT also rotates the teachers with real-life developers, so you can expect real-life experiences. Le Wagon Tokyo is highly recommended, it will be tough, but they will guide through those trenches and in the end you will feel “I can do this”.Read Less",FullStack program - 35+ locations,Web Development +231794,10868,le-wagon,Jane Costa,False,2017,Did not get me where I needed to be,2018-06-27,2.3,3.0,3.0,1.0,"It pains me to admit that this program did not get me where I needed to be. After several months of self-studying on Codecademy, I wanted to switch careers and become a software engineer in the US (my country of residence), so I attended Le Wagon for... Read More several reasons: A) it is cheaper than most US bootcamps, B) it teaches Rails and JavaScript, C) I saw amazing reviews, and D) it would allow me to travel to another city and be part of a culturally rich experience where I am surrounded with students from all over the world. In the end, I did not feel like I was where I needed to be and I actually ended up doing a second bootcamp which was a night and day difference, and landed a job a week after graduating. I do want to give a disclaimer and say that Le Wagon is not a bad bootcamp, and I don't take it lightly that I am basically the only one with a negative review. There are bootcamps out there that are much worse, and this is a decent one. It's just that this bootcamp was not enough to accomplish my goals. I ask everyone looking into bootcamps to think about why exactly you are attending, and, if your goal is to become a software engineer from a non-engineering background, particularly in the US where competition is tough, I would caution you against attending Le Wagon as it might not be enough to get you where you need to be. If you are looking to just learn to code to boost your resume, if you have a start-up idea and just want to build out the platform for that one idea, if you have a STEM background and learn very fast and are super disciplined to continue learning on your own (I thought I was and it still didn't work out!), or if you reside in the city where Le Wagon is located and plan to stay there to be a developer, then attending Le Wagon might work out for you. Without further ado, here are the reasons why Le Wagon did not work out for me even though I really wanted it to:1) From the very beginning, this bootcamp did not strike me as a place that accepts top talent and has good job outcomes. There was no test to get in, there was no technical interview, and it felt like they would accept anyone. During the one interview I had, I was informally accepted into the program and told to just pay the deposit as quickly as possible to secure my spot before it fills up. When asked about job outcomes, their typical response was that they don't want to turn students into numbers, and the bootcamp is not about turning out statistics, so I guess I should've seen that as a red flag. 2) It seems like the students at the bootcamp had very different goals, where not everyone was looking to become a software engineer. Some students just wanted to boost their resume and others just wanted to learn to build out their startup idea. That shoud've been a red flag because it shows that the program's goal is too open-ended instead of being specific and it's open to a lot of different audiences. 3) Don't count on getting hired if visa issues may arise. This is something I should've considered more seriously at the time, but if you attend Le Wagon and plan to work in a place where you don't have a work visa, you're going to have a harder time finding an engineering job because not only will you have the task of finding a job, but you will also need a job that is willing to sponsor you. Most places don't want to bother with it and would rather hire a senior dev with a lot of experience than someone straight out of a 9 week bootcamp who they need to sponsor. One of my classmates actually was hired over me because she didn't need to be sponsored and I did (so if you don't foresee visa issues it might work out). 4) Think about what the job market is like if you need to return to your country or city after Le Wagon. I should've considered more seriously that the competition is much stronger for developers in the US (especially because the salaries are higher) and that it would be difficult to find a job there after 9 weeks of Le Wagon, a bootcamp that is not really equipped to prepare students for that kind of competition. 5) There was no support for students falling behind. Part of the issue here is that they let almost all students into the bootcamp, so they are bound to accept people who will not succeed. Everyone struggles at times and I definetley struggled at times even at the second bootcamp I attened. But when there is no solid preparation or assessments to get into the bootcamp and to get everyone on the same page and you are struggling, you think that you are the stupid one instead of the bootcamp being flawed. I was somewhat average and I still struggled because the pace is very fast. There were students who I know where completely lost and had fallen behind too far and probably didn't get very much out of the program. There is no support when students are behind. The program will not let you make office hours with an instructor, they will not let you repeat a part of the program, they will just push you ahead and the instructors/other students who aren't behind will just code more of the project for you so that you graduate even if you didn't understand most of the material. 6) Nine weeks is simply too short to become a fullstack developer and feel confident. If that's not your goal and you just view this as an immersive course to boost your resume, you'll be fine. If this is your goal, unless you have a STEM background and are the top student of the batch, prepare to struggle. And even if you are all of those things, prepare to struggle and feel like an imposter at your first job. I have spoken to alum who managed to get a job after this bootcamp and they struggled a lot- they had to spend several months self-teaching themselves, and then had a really hard time on the job for months. I also noticed that a lot of alums can't find jobs and just become TAs. For a bootcamp that takes you from beginner level to fullstack developer, nine weeks is too short to truly feel confident and like a master of the material. It's not even enough to feel like you can learn anything on your own afterward. The bootcamp I did afterward was 17 weeks and it started at an intermediate level with tests and technical interviews to get in, and only then was it enough to get a job and feel confident in my skills.7) Your instructors will code large portions of your project for you. My team was an average representation of the students at the bootcamp- not really anyone super falling behind or any super geniuses. We had problems with our final project and our instructor coded large portions of it for us. After finishing the program, I did not really feel like I understood all aspects of the project or like I could build something like that independently. That defeats the purpose of being independent and being ready to join the workforce. 8) They kept switching instructors on us. I did not like how almost every day there was a different TA giving a lecture. It did not feel very cohesive or like I had a person I could approach or someone who knew my progress well. I also did not feel like the TAs were knowledgeable enough to give the lectures or help out with debugging since they were just students themselves. 9) They try to teach you the maximum amount of material in the minimum amount of time and really cut a lot of important things out. They also just hand out a lot of material so you don't have to struggle to do things on your own or understand how they work. There's a lot of examples of this, but for istance I did not like that I didn't understand how rails routes work because we didn't have to build them ourselves and I didn't understand how user sessions worked because we were given a devise tutorial instead of having to write sessions ourselves. I still don't understand how devise works. 10) Going off the last point, I felt like too little time was spent on each topic. For example, we spent about two days on SQL, two days on JavaScript, three days on HTML/CSS, and those were not enough time to understand how those things work. But it was done so that the bootcamp can be taught over 9 weeks at the expense of teaching in-depth.11) JavaScript- I feel like this should be its own bullet point. I really felt like there was basically no time spent on JavaScript and one of the reasons I attended the bootcamp was because it was on the curriculum. It's a really important language and every fullstack developer must know how to use it since it runs in the browser. I graduated being afraid of it and not knowing how to use it at all. 12) There was essentially no career support. After you finish the program, you are completely on your own. I made an appointment with one of the program leaders to look over my resume and portfolio which she kindly did in her own time, and that was it. There are job boards on slack where anyone can post jobs, but that's all you have. The other program I attended had a career success team dedicated to helping you get a job- we practiced mock interviews (behavioral and technical), we practiced whiteboarding where we solve algorithms and talk about big O notation (I didn't learn any of that at Le Wagon), we had regular check-ins for our resume, linkedIn profiles, practiced our elevator pitch, etc. 13) Feedback is not taken seriously at Le Wagon. They ask for feedback after the program but they will not change the program based on feedback. They simply can't because the program is too big. It runs in too many cities with batches happening at all times, that changing the program is too defficult. 14) Sexism was a thing. Not a big thing, but enough to matter and make me and certain others lose confidence as a programmer. When issues were mentioned to those in charge, it was denied and not addressed. 15) There were no soft skills taught and some group project dynamics were very difficult as a result. In fact, group projects were a popularity contest. We were told that after pitching our ideas, everyone would fairly vote on the top ideas and those projects will be built. Instead, people only voted for those they wanted to work with, different ideas were built, people were left to the wayside quickly scrambling to find a group, and difficult group dynamics resulted for some groups. I felt like if there was more oversight by the instructors to choose and arrange the groups, get some feedback from students, the process would've gone more smoothly. Some groups did not know how to resolve conflicts and were very tense, and I feel the program would've benefitted by giving some talks about how to approach these kinds of issues before they arose. 16) Finally, pair programming was not taught the way it is supposed to be. In a real pair programming setting, there is a driver and navigator where only one person is allowed to type. The students take turns switching roles, communicate together, learn to talk about code and brainstorm together. Instead, we were given partners but not taught about the true way to pair program. Students merely sat with their partner and each did their own work. I know that some students were falling behind when working with partners but too afraid to ask their partners for help because of the way pair programming was structured. I hope this review is helpful and those reading it understand where I am coming from. I think a big part of the problem was that Le Wagon did not align with the goal I had in mind (to become employed as a Fullstack developer), but that's a pretty big deal considering that's what most bootcamps should be able to do. If you have a lesser goal in mind, Le Wagon is a great place to get a general overview, be introduced to coding, and learn about the flow of designing and developing a website. It's also great for being in a culturally diverse environment. However, I would say the program is not enough for most people to become a fullstack engineer afterward (without a lot of struggle and continued learning) which was ultimately my goal.Read Less",FullStack program - 35+ locations,Web Development +237131,10868,le-wagon,Sonia Montero,False,2018,Wonderful experience @Le Wagon Bali,2018-06-26,5.0,5.0,5.0,0.0,"I graduated in Digital Marketing and Project Management in April 2017 and started working in an IT startup in Paris as a Growth Hacker. It was an exciting experience where I had the ability to overcome constant new challenges but I felt I was still lacking... Read More something - I just didn’t know what.During that time, I kept hearing about Le Wagon and their impressive learning system to teach coding in only 2 months. As I wanted to evolve and improve my technical profile, after reading the positive reviews of the bootcamp, I was easily convinced to leave Paris after just 6 months of work to join the first batch of Le Wagon in Bali in January 2018.You should know 4 things about the bootcamp:First, the amount of new knowledge you have to acquire can look scary at first sight, but the learning platform of Le Wagon is so well-structured and efficiently organized that you can easily understand and find all the information you need to get through your daily exercises.Don’t get me wrong: it’s not going to be a walk in a park since the program is fast-paced, and you must stay focused on your final objective. The days can be really long sometimes - up to 9 hours - and sometimes the one-day weekend is really short, but at the end, you will realize how quickly you learnt all those concepts you were frightened of at the beginning. After the first month, you will even be surprised by all the things you can now handle on your own. And during the last weeks, when you are working on your own projects (and that’s truly the best part of the bootcamp), you won’t even recognize yourself in the way that you work and think. You will feel so proud of yourself, I promise.Second, you will never - ever - feel alone. At any point. The buddy system will make you feel you are always supported, and sometimes even challenged. Everyday you will pair up with a new student to go through a new challenge, struggling together when you have an issue and celebrating together every time you overcome it.Moreover, the teachers and teacher assistants are brilliant and full of patience. They have several approaches to the same topic and will always find the right path to explain things in a way that will make sense to you. They know how to make you remember the concepts you just learnt and how to help you release some pressure.Third, the environment. Bali is a wonderful place, with its pros and its cons - but you’ll find mostly pros. Working on a paradise island on the rooftop of a hotel with a wonderful seaview and a supportive staff team who tries to make your life in Bali easy will make a great difference in your state of mind. During your free time, you will have the possibility to go on an adventure or to go for a chilling and relaxing day in some of the most beautiful landscapes in the world. Yoga, volcano trekking, surf, massage, etc. - just take your pick! Isn’t that mad? I could never say enough how important this point was for me.Finally, this bootcamp is definitely going to change your life! This is an unforgettable experience. I met a lot of extraordinary people there, from the students to Le Wagon’s team. And today I’m employed as a web developer and digital marketer working on the app that we built from scratch during the last two weeks of the bootcamp!Read Less",FullStack program - 35+ locations,Web Development +231576,10868,le-wagon,dany Michel,False,2018,It was intense and very informative. It was also a great human experience.,2018-06-21,5.0,5.0,5.0,5.0,The pros are :I can now code a web applicationI have met wonderful peopleThe disadvantage is :every day I went home late,FullStack program - 35+ locations,Web Development +243736,10868,le-wagon,Damien Dillon,False,2017,From English teacher to Coder in Barcelona ,2018-06-21,5.0,5.0,5.0,5.0,"Before I did my course I had been teaching English for over ten years and was awaiting the birth of my first child. I wanted a career change. I still enjoyed my job but i always had been interested in computer programming. I wanted a challenge and the... Read More timing was perfect, the course finished a couple of weeks before the due date. I chose Le Wagon after consulting with a friend who works at Strava. The course structure and depth was greater than I could have imagined, as was the support from teachers, teachers’ assistants and our course driver Gus. Coding from day one was incredibly satisfying. As course topics changed so did our teachers, all experts in the areas we were studying. I chose Barcelona without a second thought. It is a wonderful city and though its politics have made the news a lot lately, on the street everything is as great as it has always been.While I have learned to code, I realise like any learning it is the start of a long journey. After taking planned paternity leave I am now back to coding, revising and extending what I learned and building a website of my own. Access to Le Wagon’s course material remains open after you finish, so this is really helping my consolidation and extension.Read Less",FullStack program - 35+ locations,Web Development +243689,10868,le-wagon,Luka Prelevic,False,2017,London Le Wagon,2018-06-21,5.0,5.0,5.0,5.0,"After obtaining a bachelor's degree in law and graduating with a double degree masters in management, I was recruited by McKinsey where I've been for 3 years now. In my 2nd year at McKinsey I decided to take Le Wagon coding bootcamp in London instead... Read More of the going down the MBA route which would have only evolved my managerial knowledge and costed me a lot (2 years of my life). With Le Wagon, I decided to learn a very tangible skill instead and something highly focused on my work at McKinsey, and the career direction I want to take. Furthermore, before completing Le Wagon, I felt a big disconnect at work by lacking deep tech skills while working or talking with the clients who are often very skilled. It became obvious even after the first week that what I was learning at Le Wagon are skills we will all need in the future. Having returned back at McKinsey I can surely say that knowing how to code and being able to communicate with developers is making my life a lot easier and my work has become more efficient and fun!I recommend Le Wagon to anyone. Be prepared to follow what you are confident about, and challenge the conventional paths.Read Less",FullStack program - 35+ locations,Web Development +231763,10868,le-wagon,Geoffroy,False,2018,Lille batch #152 - Great experience!,2018-06-20,5.0,5.0,5.0,5.0,"I have been impressed by the quality of the overall program. Every class is really well designed. Everyday of the program has its importance.The team in Lille was super pedagogic.The online platform provided during the program is really helpful. Plus,... Read More this platform is still accessible after Le Wagon, for life. That is great!I feel that the 6 hard learning weeks followed by 3 weeks dedicated to project is the right balance.Now, it's time to code!Read Less",FullStack program - 35+ locations,Web Development +243697,10868,le-wagon,Samuel Gasper,False,2018,Computer Science student enters the world of a Coding bootcamp.,2018-06-20,5.0,5.0,5.0,5.0,"The year is 2017, edging ever so close to the end of the year. The average human being is either preparing for quality time with the family or hatching a way to enter the new year less sober than the last time. A young sapling of a man faces an ever-pressing... Read More dilemma however, he is on his 3rd our of 4th year in his computer science course where he’s attempted but failed to secure a placement for his industrial year. Distraught and frustration were but a sample of the many emotions our young man was experiencing at this point in time, however back to his senses he realises he isn’t a fool and starts looking for solutions. He realises he cannot possibly hope to perform in his final year without any experience to lighten the load and so opts to take a year out to clear his head and possibly self-teach himself (oh how naive our protagonist was). Four months pass now and his discipline was as far down as antarctica. Re-assessing himself he realised all too late that his optimal form of learning was with others. At that moment the woman who gave him life rung him at the crack of thunder. Almost reluctantly he picked up the phone to hear something that would remain on his mind for the next week. “Instead of just sitting idly by why don’t you join this coding bootcamp I came across ? They’re rated as the best bootcamp for new coders in the world!”. The young man revolted at the thought of this suggestion; “Me ?” he thought, “A Computer Science student who’s done at least two years worth of studying?” His pride took a huge blow, he automatically assumed he would be a laughing stock if he took the suggestion seriously. Then as time passed he arrived at the painful truth that although he has studied the theory behind computers and algorithms he hadn’t actually done enough in terms of hands on experience, something that his industrial year was supposed to provide. Penultimately, after much deliberation our protagonist decided to grow some balls and apply for a spot in the Le Wagon london batch of January 2018. Ladies and Gentleman I am the young sapling of a man in this story. Pleased to meet your aquaintance.So to begin the actual review ! As you can see from the short story directly above I was very wary and weirded out with applying and coming to the Le wagon bootcamp especially because I myself was a computer science student. I felt ashamed at myself for considering it because it meant that I didn’t have confidence in the skills I built up for my two years on the course. I soon came to the conclusion that there was no harm in doing it since I wasn’t being as productive as I could have been by myself. Then came day 1, where we set up our computers with git. For windows(masterrace) users like me there was an additional setup of linux, which I was already familiar with but never actually followed through and started working with it. This was just to set things in motion however, the second day is when the camp truly began. After a morning lecture we would be given coding challenges based around what we were taught and just coded. At first I was a tad perplexed, mainly because it was more hands-on than I expected, I had never learnt via this method and so it took a good day to settle in to a daily routine. Through the first two weeks I felt that I was re-learning and also learning new things even from basic programming practice. I was quick on the uptake but actually taking my knowledge to create a solution from it was one of my biggest flaws I found early on in the course. To put it more simply I always came up with a long-winded and redundant method to solving an issue instead of looking for a straightforward and efficient method. Luckily the Teachers and TA’s issued by Le wagon have a special quality to them because they’re highly reliable in terms of both teaching and when I was stuck on an issue. Had I still trying to practice by myself I would have encountered problems that would have taken me at least an hour to fix; At Le Wagon it takes no more than 10 minutes as the winding path to a full stack developer opens up.The events of the first day repeat itself for the next couple of weeks through essential topics like OOP, Schema design and SQL, Middleman, AJAX etc. Some days would have me feeling like it’s the end of the world but there was also a good chunk that left me with more anticipation than dread for the next day ( the same as others may attest to on their normal work day). The environment quickly became familiar to me as one of the better working and collaborative ones in my recent memory, and as such it nurtured some of the most creative and friendly people i’ve met into full fledged developers. Although this is advertised as a coding bootcamp it is not 100% just that. With free hookups and talks with industry devs it offered far more than they actually put out. This included activities from yoga sessions to them taking care of the bar spend for the coursemates on a friday night. I have made some life-long friends and joined a fast growing network of developers through this course, something that I was not inclined to venture into at first. I would highly recommend Le Wagon to anyone looking to learn how to code with people at the same level, It wasn’t a walk in the park by any means but it is an excellent first step to anyone willing to put in the effort.Read Less",FullStack program - 35+ locations,Web Development +243688,10868,le-wagon,Amina Sagou,False,2018,"Le Wagon Bali - Life changing experience - Perfectly organised, super efficient and pragmatic!",2018-06-18,5.0,5.0,5.0,5.0,"I graduated from business school followed by spending 4 years working in Mergers and Acquisitions with Bryan, Garnier & Co in Paris focused on fast growing European technology companies. Rubbing shoulders daily with highly successful entrepreneurs analysing... Read More their products and markets has opened my eyes to the impact and power of technology on societies. It inspired me to build my own tech company and not be at the fringe of the action any longer. Which leads me to Le Wagon.The camp at Bali without a doubt met its promise of a perfect environment to balance coding with a relaxing lifestyle to enhance our learning even further. I believe this played a crucial part in and am still impressed that in the short duration of the camp, I had already accumulated the skills to build the MVP of my product idea. Another invaluable take away was the experience of working with my camp mates as a team which gave me the confidence of hiring a co-graduate as my first CTO. I am proud to say that without Le Wagon I wouldn't have been able to push my company forward to make my stamp and really make a difference in this world.Read Less",FullStack program - 35+ locations,Web Development +237819,10868,le-wagon,Daniel Mage,False,2018,From mechanical engineer to full-stack web developer (Bali #149),2018-06-17,5.0,5.0,5.0,0.0,"I have an engineering background and had limited experience coding, still, I wanted to make a drastic career change, that's where Le Wagon comes in. I thought it was important to share my experience since these reviews were a big part of how I chose Le... Read More Wagon and now I hope my review helps prospective students reach the same conclusion; Le Wagon graduates leave as empowered full-stack web developers. Once I had made up my mind on which bootcamp to attend I had to choose from one of their many locations all over the world. Of course, I chose Bali Indonesia because why wouldn't you want to choose to code in a beautiful place. The school is located in Canggu, a charming vacation spot with healthy food, excellent beaches, and affordable living (~$500/month for rent). You'll figure out that there's no better place to take on the rigors of a bootcamp than chill Bali. When I applied to the bootcamp the founder Dirk reached out to me, we scheduled a Skype call and he introduced me to the program. Once you're in Indonesia he helps you get the visa so that you can focus solely on coding. In addition to that, he sets up interesting talks on entrepreneur and coding topics throughout the bootcamp, organizes group activities, and provides information on places to stay and where to eat. There is some prep work to be done before the start of the course and unless you have ample experience coding I recommend doing it so that you're familiar with the basic concepts that come up in the beginning. I was happy to learn that students come from all backgrounds and coding skill levels, some had quit their jobs others were taking time off. The bootcamp goes from 9 am to around 6 or 7 pm with the lectures taking place till about noon and the rest of the day being spent on the assignments working alongside a buddy/partner which helps because if you miss something chances are your buddy knows it, but if not then you can open a help ""ticket"", this is Le Wagon's way of handling student questions. If you're stuck on something you open up a ticket right from the assignments website and soon an instructor or a teaching assistant comes to get you unstuck. After each day you'll be mentally drained but excited for what is being presented the next day, you see basic concepts, backend, HTML, CSS, JavaScript, API’s, etc, your knowledge begins to snowball and you start to believe that by the end you will actually be a full stack developer. In week six you put together what you have learned up point to work as a group (3 people) building an Airbnb clone. When that is completed you start working on the final project. One of the unique things about Le Wagon is that they foster entrepreneurship and in that spirit, they ask every student to do a basic pitch of ideas they would like to work on. Out of all the ideas presented a few are selected by student votes using a neat program that feels like American Idol. Those chosen ideas become final projects, everyone is assigned to a project based on their interests and the bootcamp culminates on demo day, a big event, part pitch, part party, part sendoff.Read Less",FullStack program - 35+ locations,Web Development +243655,10868,le-wagon,Claire Dupont,False,2018,Montreal - Batch #125,2018-06-14,5.0,5.0,5.0,5.0,"After business and finance studies, I undertook my professional career in the financial industry in Europe. Two years ago, I got a Canadian work permit and decided to move to Montreal. I've always been interested in entrepreneurship and tech industry,... Read More so I decided to work in a start-up as a business developer. When I arrived in Montreal, the first batch of Le wagon Montreal was running and I went to the Demo Day (I already heard of le Wagon in Paris as some of my friends did it in the past). I was really impressed by the quality of students' applications, and it really made me want to do this coding bootcamp. A few months after, I took the plunge and was part of Batch #125. These 9 weeks were really challenging as I had no experience in Web Development, but it was an incredible experience. Some days are really hard, but you need to carry on and not throw in the towel. There are some ingredients that make this bootcamp very unique. First of all, the teachers are amazing, they help and support you a lot, you can feel they really enjoy sharing their knowledge and skills. Moreover, the pedagogy created by Sebastien Saunier and Boris Paillard is impressive. Then, your student buddies, you make very good friends in a short period of time as you all live the same intensive experience and everyone is supporting each other. The cherry on the cake is the last two weeks of projects, where you build a real product from scratch as a team. It's very challenging, intensive and amazing. All the things you've learned from the past weeks became suddenly clear.I highly recommend le Wagon. It brings you great technical skills that will lead you to a dev, product owner or entrepreneur career, but it's also a wonderful human adventure.Read Less",FullStack program - 35+ locations,Web Development +241750,10868,le-wagon,Martin Solignac,False,2018,Bordeaux #140,2018-06-06,5.0,5.0,5.0,5.0,"After graduated from a sports makerting Business School, I wanted to add something to my studies and be more reliable on labour market.Le Wagon was the perfect fit, intense experience, with great people with differents backgrounds, but all focused on... Read More learning how to code.We had 6 weeks of learning the basics of coding, then a one week project in order to build a AirBnB like website.The two last weeks were the most intense : with two other students, we had to build our own project, from zero to online, a tinder like app to help you find your tennis partner, depending on your search criteria (level, gender, search radius, ...). If both players accept they can fix a match/training.This was the best way to combinate all what we learn from the very begining, patient and passionate teachers were always there to keep an eye when we had issues. I recommend this bootcamp for anyone who would like to change their career or improve their knowledge. Thanks Le Wagon Bordeaux :)Read Less",FullStack program - 35+ locations,Web Development +243576,10868,le-wagon,Cassy Myers,False,2018,"I'm mentally exhausted, but completely empowered",2018-06-06,5.0,5.0,5.0,5.0,"Pros: Every Moment Counts: Le Wagon Bali was one of the most intense experiences that I've had the opportunity to be a part of. 8 full weeks of non-stop action, with 2+ hours of lecture every morning, 6 after-school workshops covering a range of subjects,... Read More from security to technical interviews. This is a ""balls to the wall"" bootcamp! I felt like every moment was useful, and tried my best to cherish and soak up as much as I could. Mental Health is a Priority: Though they change instructors from bootcamp to bootcamp, during my time there, we had Friday-afternoon Yin yoga sessions to help alleviate the stress of the week, taught by one of their staff. These 45min classes were my favorite way to enter the weekendSURF SURF SURF:Lecture starts at 9am sharp....but the waves are PERFECT as soon as its' light enough to enter the water. You can catch the founder, Dirk, at Old Man's beach getting his surf on every morning as well. And you can check the waves from school! The classroom has a great view! Classroom Atmosphere: Compared to other locations...why would you choose anywhere else? Our classroom faces the ocean, and we sit in the shade in bean bag chairs coding all day. As far as my stress levels go, this was probably the best way to manage a hard day!Cons: 8 Weeks Versus Traditional 9:Indonesia has 2 types of visas. Their tourist visa is only 60 days, which means that unless everyone gets a social visa, there is no possible way for Le Wagon Bali to be a full 9 weeks. So there are 5 Saturday classes to make up for this.Class is sometimes extended during those long weeks on the week days, so that we can leave a little early on Saturday (some saturdays we would have class from 10-5 rather than 9-7).THIS IS LOCATION-SPECIFIC TO LE WAGON BALIRead Less",FullStack program - 35+ locations,Web Development +243574,10868,le-wagon,Jessica,False,2018,A life changing experience,2018-06-06,5.0,5.0,5.0,5.0,"My story starts out different than most. I came to Le Wagon as a Microbiologist working in the pharmaceutical industry. I was really disillusioned and disengaged from that job; the day-to-day now would be the same day-to-day 10 years from now because... Read More there was no prospect of career progression unless people retire. I’m an incredibly creative person, so I need to be building things everyday and solving problems regularly to be fulfilled. It’s here that I found Le Wagon and left my job to undertake the 9 week bootcamp.Fast forward 9 weeks later, I’ve completed the first Le Wagon bootcamp (batch #135) in Melbourne and am now a fully certified Full Stack Developer. I can’t even begin to describe how amazing the experience has been. It’s completely turned my life around both personally and professionally. Not only do you learn how to program, but you learn all the fundamentals of web development, software architecture, database development and migration management, the real world application of Ruby in both a front and a back end context, the paradigms of MVC and CRUD, and key entrepreneurial strategies. The best part of it all though is that you, with a team of your peers, design and build a fully functional web application in just 10 days. Your teachers are so supportive and create such a positive environment, that I felt like I could completely push myself out of my comfort zone. Everyone there, including your peers, builds you up and you’re all working towards the same common goal as a team. Your experience with Le Wagon doesn’t end with the bootcamp - you become part of a growing community. I was given a lot of support with building my resume for the tech industry after my career change, and there’s always someone to go to for programming advice if you get stuck on a problem. I’ve now found work as a Full Stack Developer. I’m incredibly passionate about what I do and I’m thankful to be able to get up every morning to build something beautiful. Le Wagon has been a life changing experience for me.Read Less",FullStack program - 35+ locations,Web Development +240161,10868,le-wagon,Jeremy,False,2018,Best experience of my life - not exaggerating,2018-06-06,5.0,5.0,5.0,5.0,"Graduating fresh out of uni with a commerce degree sounded exciting. It was only after a few months of searching for a consulting gig, a terrible realization dawned upon me - I didn't like what I was doing. It was a year of doom and gloom until I decided... Read More that I had to do something with my life. I was always drawn to tech and the startup space, so I knew I wanted to learn how to code. I found Le Wagon, saw that it was rated very highly online, took a leap of faith and never looked back. I'm grateful everyday that I had the opportunity to learn from some of the most patient, highly skilled and overall great human beings. I now have the freedom to build my own products and to reach out to people in a different medium- a space I was always afraid to venture into. Paal, the driver for the bootcamp, was excellent in organizing the whole course. He is a dear friend and very well known in the dev community. He connected me with so many people, and I'm eternally grateful his passion to bring out the best in every student. I hope that anyone that read this far will seriously consider this bootcamp - it will change your life.Read Less",FullStack program - 35+ locations,Web Development +243543,10868,le-wagon,Anonymous,True,2018,Incredible learning experience!,2018-06-03,5.0,5.0,5.0,5.0,"I have just completed the first Le Wagon bootcamp (batch #135) in Melbourne and it was a one of the best learning experiences of my life. Prior to the bootcamp I was struggling to figure out what my next career move was going to be. I had worked as a... Read More copywriter and consultant but never really loved what I was doing and was kind of just going through the motions to get my next pay check. Why do the bootcamp? Well, when I was explaining what the role of HTML, CSS and JavaScript was to a friend of mine I kind of had an epiphany - I really enjoy talking about this stuff, why not take it further! I'd done some really basic web development tutorials before starting the bootcamp and had really enjoyed that. Little did I know how much more deeper you can go into the world Ruby and Rails and what you can actually build with a bit of help. A mix of great teaching and interesting challenges you do in the first 6 weeks at Le Wagon allows you to have a strong grasp on what's possible. You split into teams and work on a real web app which is just an incredibly exiting thing to be involved in. After the bootcamp you have many options and routes to go down in finding employment or continuing to learn. To sum up, if you're an inquisitive person who is interested in learning how web apps are built really consider doing the bootcamp. It opens so many doors and leaves you with a network of talented creative people.Read Less",FullStack program - 35+ locations,Web Development +240607,10868,le-wagon,Christophe Vercarre,False,2017,Code is all you need!,2018-06-02,4.7,5.0,5.0,4.0,"I got first introduced with Le Wagon in Brussels in late 2015. A year later I tried to learn myself how to code. I completed some online courses on HTML, CSS and Python without really doing any projects. I made little progress and my learning curve was... Read More very flat. As I only stayed on the surface of things I didn't really see the point of me contuining to learn how to code. Boy was I wrong! It was not until the summer of 2017 that I decided to emerge myself fully into coding. To do this I knew I needed to enroll in a bootcamp. Now, how do you choose your bootcamp? A couple of things were important to me. This bootcamp:would be present in Europe and preferably in the most beautiful European Capitals.would cost less than €10.000.would include an international network of alumni.would teach me more than one programming language and let me work on at least one project in depth.Le Wagon met all of the above criteria. I ultimately choose for Berlin because of it's startup vibe, cultural history and level of professionalism of the resident Le Wagon team.So far Le Wagon bootcamp has been the most immersive coding workout I ever encountered. Le Wagon offers a tightly-knit 9-week coding schedule backed by extremely talented Teaching Assistants, a handy online 'knowledge' platform with exercises and an innovative startup vibe.In only 9 weeks I learned how to master HTML, CSS, Bootstrap, JavaScript ES2015, SQL, git, GitHub, Heroku and Ruby on Rails. In the last two weeks teams were formed to develop our own Rails applications. Together with my team I brainstormed, designed and developed a full-fledged task management platform for Handy Men called Handy Harry. On the last day of the bootcamp you get a taste of the real startup world when you get to showcase your application on stage in front of Berlin's tech scene, friends and family.Best learning experience so far!Read Less",FullStack program - 35+ locations,Web Development +231699,10868,le-wagon,Angelica,False,2017,Change your life ✔️,2018-06-01,4.7,5.0,5.0,4.0,"After three years in the graphic design field I felt the urge to learn and improve my digital skills and learning about becoming a developer. I was a beginner and never really went beyond the well-known markup languages, but I had no time to attend a... Read More full-time and many years long tech school. So I chose Le Wagon thanks to its awesome and raising popularity in terms of quality, education and high level teachers. It turned out to be the best choice and experience I've ever made.There I found a fresh and efficient education system, with different difficulty levels and a tracking for the daily individual progress, a strong and valuable support throughout all the journey and the connection with a wide network of developers and entrepreneurs from all the world. After the demo day you'll have a professional profile good enough to find a job as a junior web developer. As I did! I never imagined I could achieve so much in such a short time, and having fun at the same time! I can say that I made some friends for life. Le Wagon is an intense and hard experience, you'll need to work hard to get the results and sometimes you'll get frustrated and overwhelmed, but it's so rewarding and compelling that it's absolutely worth it.Read Less",FullStack program - 35+ locations,Web Development +242951,10868,le-wagon,João Marcelo Martins,False,2017,Le Wagon is the right path to become a developer,2018-06-01,5.0,5.0,5.0,5.0,"My interest in coding started when I was in a marketing position that required creating a lot of automated campaigns and set up API connections between all the services I was using. However, not having the technical knowledge to do that, each task was... Read More always a struggle to be accomplished, especially when I needed to rely on other developers to dedicate the time on their busy schedule to help me out.I started by taking some online courses to see if it was something I could envision myself doing, and it soon made me realize that: yes, I liked and enjoyed coding; and I'd need a more structured course and environment. Then, I started my quest to find the best coding bootcamp, the one that would put me on a fast track to reach my goal of learning code and be able to actually work with it.On my search, I came across a handful of courses. I started looking at the curriculum and the overall aspects of the program, such as the network, in-class assistance and job assistance after the bootcamp. Le Wagon really beat up any other I found. The curriculum and technologies thaught where relevant and up-to-date (vouched by friend developers) and the reviews and feedback I received from alumni I reached out to were 10s across the board.The one thing I was a bit hesitant about was the job search after the bootcamp, as some other schools had big and temptatious promises to get you a job right after completion, but looking at all the other aspects these schools were not as strong. At this point, I had to make a decision: take on the challenge and go with the strongest bootcamp or stay in the status quo and hope for a promise to come through.So I decided to go with Le Wagon and really invest myself in it to get the best out of this experience.From day one we started coding and work on challenges, and every day after that seemed like we had learned twice as much than on the previous day. The learning curve is crazy steep and fast. The amazing teaching team is a great reason of why the whole batch could achieve it, they were always supportive and didn't hesitate to sit with anyone for all the time needed to solve any question or make the knowledge acquired even more solid.Fast forward to the final weeks of the bootcamp, the projects weeks are the most awesome time I had during the whole course. That's when I realize how strong is the power of building things from scratch and working with amazing fellows developers on it - and before starting Le Wagon we wouldn't be able to do any of that. This is the greatest time to put all the things learned during the bootcamp in practice, and solve bugs of course. :)Now back to my main goal, switch career paths and find a tech job after the bootcamp.In retrospective, I made the best choice when I decided to go with the course that offered me the strongest curriculum, network and overall experience. I was able to get interviews and land on a job that I really wanted within less than a month searching. I owe that mostly to the strong development basis I built during the whole experience at Le Wagon, even the final projects served as a great portfolio to recruiters when I was asked about things I had built previously.Overall my experience at Le Wagon was amazing, I'd do it again and wholeheartedly recommend it to anyone interested in becoming a developer or just get more into the tech side of any industry.Read Less",FullStack program - 35+ locations,Web Development +243516,10868,le-wagon,Frederike,False,2017,Rewarding learning experience and great alumni community,2018-06-01,5.0,5.0,5.0,5.0,"Short Intro to Le Wagon - Skip to the next paragraph is you're already informed about Le Wagon.Le Wagon is a nine weeks program providing you with a solid toolkit of skills to build web-apps and APIs. You start by learning Ruby, and continue with SQL,... Read More HTML, CSS, and JavaScript. The students are very diverse and come from lots of different backgrounds, countries and age groups. At the end of the bootcamp you'll programm together with two to three other students two entire web-apps in just three weeks time - and this feels amazing and super rewarding!I really enjoyed my learning experience with Le Wagon. My initial goal was to learn some basic coding during my gap year between graduating business school and starting my master's degree. At the end of the course I learned so much more than I expected and decided to scratch my plans for the gap year and master's degree in favor for pursuing a coding career. By now I am working as a fullstack developer in a Berlin Startup.The Le Wagon staff consists of mostly former Le Wagon students, which is why they are great at motivating and explaining the concepts. I did struggle with coding, especially in the beginning, but since they went through the same experiences they always had great advice and encouraging words.I regularly come back to alumni events to meet the new students and fellow alumni. The Le Wagon alumni community is very active and supportive, helping with coding problems, sharing knowledge resources, and giving tips for finding jobs or feelancing.Read Less",FullStack program - 35+ locations,Web Development +238986,10868,le-wagon,Marcus Zierke,False,2018,More than just an amazing bootcamp,2018-05-31,4.7,5.0,5.0,4.0,"After reading all the reviews about various bootcamps I was a bit sceptical about le Wagon's reputation because it seemed to be too good to be true. After finishing the 9-weeks-bootcamp I can say for myself: it is really like that.Besides the obvious,... Read More that you get loads of information and knowledge in a very short period of time, I was amazed by the community le Wagon creates. Not only do you have lifelong access to all the slides and code, it also gets updated on a regular base and they add more and more online courses you can attend afterwards if you want to proceed your career as a developer. But not only that: we were 22 guys from 12 countries, we had students who just graduated school to a daddy from Greece with two kids. We had so much fun during and after the badge, a lot stayed in Berlin afterwards and we are still hanging out. It is truly a great experience I can just highly recommend to everyone without a doubt!Read Less",FullStack program - 35+ locations,Web Development +244404,10868,le-wagon,Daniel Levelev,False,2017,My journey with le Wagon Coding bootcamp Berlin,2018-05-31,5.0,5.0,5.0,5.0,"My storyBefore joining Le Wagon coding bootcamp I was running an AdWords-agency for 5 years. Here, I shipped more than 200 landing pages on builders like PageWiz & Unbounce as well as on Wordpress to clients. So I was familiar with the tech and startup... Read More world but I just could not learn to code. I tried Codecademy and Udemy but did not follow through with the tutorials.How I learned about coding bootcampsThe idea of attending a coding bootcamp had been in my mind since 2013, when I graduated from university and started the AdWords business. I briefly read about a coding bootcamp in my home city of Cologne, Germany. Yet I did not have the time and money to join then, and also later I never heard of this camp again. However, the idea remained on my bucket list. When I moved to Berlin in spring 2017 to participate in an accelerator program, I realized that lack of of tech knowledge in our team and thus a non-tech, non-scaling product was one of the reasons we got no follow up-investment. So I decided to change that and attend a coding bootcamp late 2017.Why I chose Le Wagon coding bootcamp BerlinAt the time there were three coding bootcamps available in Berlin. I called them all. Only Le Wagon answered. I even emailed the other two, which I would not do normally, as I prefer direct contact and nevertheless: Nothing.Philipp, the Driver at Le Wagon Berlin however was spot on. I called him up and we arranged for a walk in the same day. I spoke with him but also with the students from the current batch and actually, I was already sold at this point. The atmosphere was just right. Concentrated and hard working, yet relaxed and laid back at the same time. Also it was more appealing to me that Le Wagon focused on future founders as much as on future developers as my goal was to get the knowledge for my next project rather then get a junior dev position. So if you favor building a real product with a real team in 2 weeks rather than exercising for job interview questions - this is the place to be. However, alumni who want to get a dev job also get it. The mix is roughly one third founders, one third hired as developer and one third going in to a product management or consulting role. So it's up to you to chose. Experience at the BootcampLe Wagon is the future of learning. It combines lectures which are actually your teacher coding live, rather than reading slides, peer programming with your buddy through the day and the best e-learning platform I have ever seen. You can literally follow the Wagon examples step-by-step and it will work. The way knowledge is taught at Le Wagon is just modern and how it should be. The complete opposite of our education system in schools and universities mostly stuck in and producing for the early industrial society of the 19th century. You can always ask a teacher to explain the problem and help you 1:1 when you get stuck. Stuff you would pay significant amounts for at places like Codementor. At the end of the day, the camp helped me to get over the initial threshold and start to code in Ruby, JS, SQL, HTML, CSS and then combine everything in Rails. At the end I built an Airbnb clone in one week and an MVP of a Job search site in two weeks with my team.Skills I gainedRemember the scene from the Matrix when Neo wakes up and realises: ""I know kung fu"". Exactly that happened. I was able to go onto the developer and API sections of SaaS sites and understand what it is all about. I could finally consume the internet through the command line. Scraping data, using APIs to enrich it and outputting to the desired format. This was the magic I was doing. And I finally started my project: Automating online marketing A to Z from client onboarding, copy generation, landing page and ad creation for Google & Facebook. I built the first MVP of LeadConcierge in just three weeks. So I got everything and more which I could wish for.The communityActually, the biggest thing you get at Le Wagon is to connect with likeminded people. This is where the bootcamp overdelivers. Again, the staff at Le Wagon does a great job of connecting everybody in the group and forming friendships. Starting with a dinner for everyone on the first day and continuing until the demo day party on graduation. What’s more? In Berlin, free coworking is offered to alumni, so we can stay connected to the community and the following batches after the program while connecting to the over 3.000 alumni on a private slack platform. Here, tech advice, jobs etc. are plenty. Fun fact: While traveling in Silicon Valley I met a fellow alumnus from Brazil. So this is really a world wide community.Wrap-upCome for the tools. Stay for the network. If you read till this point you should imagine by now, that I loved my experience during and after Le Wagon in Berlin. I got all the skills I expected and friendships I really care about. I would recommend the camp to anyone willing to learn. It transformed the way I think and enabled me to finally build a scalable product. You want to know what I mean? If your only tool is a hammer, you treat every problem as a nail. Yet now I have a lot of different tools in my arsenal enabling me to think like an engineer and tackle problems with automation in a scaling way. And you will have too. Take my advice: Check out the Wagon events in your city or on Youtube and once you're ready embark on this journey!Read Less",FullStack program - 35+ locations,Web Development +232958,10868,le-wagon,Julian Jeczawitz,False,2018,Great course to ignite a career in coding,2018-05-31,5.0,5.0,5.0,5.0,"Coding is a skill i wanted to acquire for a long time. While life as a strategy consultant was thrilling and rewarding in many ways, a sense of monotony was sinking in over time - every (long) day was starting to look the same. Above all, I exceedingly... Read More felt like I wasn't doing enough - I wanted to be at the front line tackling and solving problems rather than taking the bird's eye view and finding rather high-level solutions. I enjoy self-learning and as such became passionate about the idea of learning how to code as one avenue to actually do more. I signed up to codeacademy and started learning front-end languages (html & css) whenever the job allowed. However, coding is like an endless sea - I felt overwhelmed rather fast because of the many languages out there, and the lack of knowledge as to how it could potentially all tie together at some point. This is when I gave up on trying it on my own and began searching for coding schools. A university friend of mine took the 9 week coding bootcamp at Le Wagon in Brazil a year back, so naturally I reached out to him. He offered unwavering praise for the class, so I decided to give it a go and applied for the batch due to commence in January 2018 in Berlin. 5 months later I can say he was 100% right. The bootcamp was worth it - something I found hard to believe beforehand considering the price tag of coding bootcamps these days. Spending 8-10 hours each and every day learning & applying concepts with the ability to ask as many questions as you like along the way was the perfect way to get off the ground in this endless sea of coding. After a month or so, I felt the equivalent of what young players in professional sports refer to as ""the game slowing down"" - concepts started to tie together and you'd start to really understand how frameworks (in our case ruby on rails) function from within. On a sidenote, the 9 weeks were not only a great learning experience, but also an incredibly fun time. Great people (with no exceptions!), evening get-to-togethers, fun activities and cocktail nights led to countless memories that will stay with me forever. Over the last 2 months since the bootcamp ended I've continued coding a few projects, the last being a successful coding challenge for a blockchain company. Quite honestly I am amazed by the progress that is possible in such a short time frame, and have Le Wagon and their wonderful teachers to thank for the getting me off the ground and triggering my curiosity to continue learning and getting better each and every day!Read Less",FullStack program - 35+ locations,Web Development +240522,10868,le-wagon,Moritz Wahrlich,False,2017,Super intense and fun learning experience I can recommend to everyone,2018-05-30,5.0,5.0,5.0,5.0,"I studied business but have always been interested in Tech and Entrepreneurship. After my bachelor before starting to think about what is next I wanted to learn something I have been always interested in but never really accomplished to fully understand... Read More - Coding. Through friends I heard of LeWagon and applied for Batch-92 in Berlin. The application process is super smooth and after a Skype Interview with Philipp I was admitted to the Bootcamp.The preparation was quite intense since you had to do a lot of courses online and had to start digging into the topic of coding. Fortunately, when the Bootcamp started many of the topics mentioned in the preparation were readressed. However, I can really recommend to do the preparation because otherwise it takes way longer to understand basic principles of coding. This is also one of the things I really really loved about LeWagon. I always struggled with coding since I had problems to make the step from understanding the principle to execute it in a real life example. And LeWagon made it so freakin easy. Every day started with a lesson about the topic of the day and afterwards you could directly apply the newly learned skills in numerous challenges that were sometimes hard but super rewarding. When you had a problem you could always ask your coding buddy (pair programming is awesome) or if there was no sight of the light at the end of tunnel you could just write a ticket and a TA came pretty swift to help you understand your problem and solve. It was never the case that you just got the solution. The teachers and TAs always tried to help you to solve the problem on your own. In combination with the real life challenges one really learned how to tackle problems on your own and to be indipendent in the outside world.Besides the great learning concept I want to mention three other things that I really appreciated during my time at LeWagon - People, Overall-Concept and Organization.We were a group of roughly 30 students and really became a well functioning group. Through the daily chaning coding buddies or the projects at the end of the Bootcamp you really got to know everyone. Besides that, several events and lunches increased the team spirit even more. The organization of the BootCamp was tremendous. Philipp, the driver, put every second of his time into making this BootCamp a tremendous success. He organized a lot of great events around the BootCamp, from Yoga-Sessions to talks with Developers and people from the Start-Up Scene. And that is also the point where LeWagon, in my opinion, stands out from other BootCamps. The whole concept is focused on not only learn how to code but also how to develop a promising product. This is one of the most helpful things when you head out to find a job as a product manager or developer.To summarize, LeWagon was a lifetime-experience that I never wanna miss and I can really recommend to everyone that are not only interested in learning a new skill but also how to apply this skill in products that customers love.Read Less",FullStack program - 35+ locations,Web Development +240306,10868,le-wagon,tua perera,False,2018,Best place to learn how to code,2018-05-30,4.7,5.0,5.0,4.0,"I wanted to learn coding to get into the tech side of the blockchain industry. I initially tried to learn how to code myself but found that the way I was approaching the task was not bearing much fruit, so I decided to look for a bootcamp where I could... Read More quickly learn the skills I needed. Le Wagon consistently came up as the best Bootcamp for coding not just on review websites but also through word of mouth from family and friends.The most rewarding point in the programm is when you reach the final weeks and get to build up a project from scratch with a team of your choosing. I suddenly found that I could truly build something of value.Going to Le Wagon was one of the best decisions I made in terms of personal growth. You dont just learn how to code but also how to problem solve in an effiecient manner. Having finished the bootcamp a couple of months ago I am now working on a blockchain startup called Way which I would never have thought to have been a possibility back in December.Read Less",FullStack program - 35+ locations,Web Development +237101,10868,le-wagon,Miguel Ferrer,False,2018,Le Wagon was just amazing (Barcelona Batch #129),2018-05-29,5.0,5.0,5.0,5.0,"My name is Miguel and I’m an entrepreneur from Colombia, I first join Le Wagon because I was lacking a developer on my team and instead of hiring one I decided it would be better if a learn the skills myself. Today as a former student of the bootcamp... Read More - Batch #129 Barcelona - I can say this: Le Wagon was just amazing, the teachers, the staff, the curriculum, the support, really make my experience perfect.After 9 weeks on intense work I ended up with great friends, a lot of knowledge and more importantly the ability to keep learning by your own with the help of a huge community of Wagoners. Together with other 3 students, we've developed EatSplit - a smart ordering solution for restaurants. You can check the project presentation here: https://www.lewagon.com/demoday/129/eatsplitNow I’m back to Colombia trying to start my business again, with new and fresh ideas and with a set of skills that are empowering me and helping me move faster.Read Less",FullStack program - 35+ locations,Web Development +243486,10868,le-wagon,Theophile Avoyne,False,2018,Great bootcamp,2018-05-28,5.0,5.0,5.0,5.0,"After graduating in management at Université Paris-Dauphine, I wasn’t sure about my aspirations. Because of the lack of other options, I started a master in finance. As I cared about my freedom and my creativity, I realized quickly that I wasn’t cut out... Read More for this kind of life. I decided to apply to Le Wagon Montreal (batch #125) and thus to quit my studies and to start coding. It was a risk but also probably the first good decision I made concerning my education. Indeed, studying at Le Wagon was a very good experience. In such a short period of time, I acquired the basis every web developer should have. It made me able to conceive and build a basic product as well as to collaborate with other developers and, above all, it equipped me with the necessary skillset to keep on learning and build new competencies by myself. Learning to code is a long and non-linear journey, the stronger your bases are, the faster and smarter you’ll be. Le Wagon’s teaching method is pioneering in the way that it provides the student not only with a general understanding of some languages but with a deep mastering of what is fundamental: the skeleton, the way everything is set-up. It is this particular combination of hard and soft skills that make a student able, at the end of only three months, to entirely build a website from the idea to the deployment. I am now pursuing my learning by working on various projects and will start next year a master in computer science in London, at UCL. I sincerely recommend this program and the wonderful and committed team of Montreal.Read Less",FullStack program - 35+ locations,Web Development +240851,10868,le-wagon,Juliette Chevalier,False,2018,Le Wagon Batch #124- Berlin,2018-05-26,5.0,5.0,5.0,0.0,"Having suffered in math all throughout school and coming from a strictly liberal arts background, I was afraid programming would be too hard for my analytical brain to truly grasp in 9 weeks. Yet, the interest in the subject was big enough that I decided... Read More to pursue Le Wagon anyways. My experience during those 9 weeks shocked me. The long hours quickly translated into the steepest learning curve of my life to date. And although I didn't go in with the intention of becoming a developer afterwards, the passion transmitted by the teachers everyday, the holistic curriculum, and the supportive LW community have left in me curiosity about the programming world that I cannot shake off. I would recommend Le Wagon to anyone, from any background, with any interest or previous any skill-set. Understanding how the internet and the tech world works is an asset that cannot be dismissed in the 21st century and layering code on top of people's knowledge is one of the most powerful tools we have to positively impact the world. So if that's what you want to do, then I'd say jump on the Wagon!Read Less",FullStack program - 35+ locations,Web Development +243480,10868,le-wagon,Julien Schmit,False,2017,Le Wagon Berlin - Batch #111,2018-05-24,5.0,5.0,5.0,5.0,"I joined le Wagon Berlin 6 months ago. In retrospect, I’m fortunate to claim that it has been one of the best decision I have ever taken. For the context: We had just launched our startup and recently acquired market confirmation. We needed to scale up... Read More and therefore, update our MVP. Our original goal was for one of us to do the course in order to gain enough skills to be able to hire a CTO and/or manage a dev team.The bootcamp: You start learning the fundamentals of programming, moving onto front-end and design, wrap-it-up with Rails, the framework that puts everything together and finish up with 3 weeks of concrete project development. The starting weeks are intense but teachers are very dedicated to making sure you’re not left behind. However, you need to be fully committed to succeed and take the most out of it. It’s emotional payback time during the final project weeks when you figure out that you can build an entire web application from scratch when, 1.5 months ago, you thought that Java was an abbreviation for Javascript.After the bootcamp: I figured out I really like to code and decided to build our new product. With the skills acquired you’re able to tackle all of it: Conception, design, development, server setup, testing, rolling out and maintenance. At that point, Le Wagon had further proven its value with its great community as I was always able to reach out to teachers and ask for advice. To wrap-it-up, here are some of the key aspects you gain after completing le Wagon: - Have an idea? Just build, launch and scale it! Ruby on Rails is very powerful to launch products very fast - More than just coding: Get notions of product management, design and UX, all set in a business perspective - Understand developers and learn to communicate effectively with them - Once you understand the fundamentals of programming, it’s easier to branch out to other languages - You’re part of a growing and very supportive community - Have access to great and constantly updated resources/learning material Side-note: For those worried about the perception that coding is for geeks, math enthusiasts etc. please put those thoughts aside, those are complete bullshit. Do yourself some good: Get enrolled, struggle first and succeed at last. You will learn very powerful and actionable skills in a very short amount of time while behind around great people.Read Less",FullStack program - 35+ locations,Web Development +243473,10868,le-wagon,Vittorio Molaschi,False,2018,A perfect introduction to the world of coding,2018-05-23,5.0,5.0,5.0,5.0,"I attended Le Wagon from March to May 2018 in Milan (batch#131). I have a business background, I've studied management and worked in strategy consulting afterwards. I've decided to enroll in Le Wagon because I've always been interested in digital products... Read More and I wanted to learn more about how to build them. Now that it's over I can say that it was a great decision and I'm continuing to learn how to code. Some factors make Le Wagon your best shot if you're looking for a coding bootcamp.Le Wagon syllabus has been polished throughout the years. The approach is very practical and it offers a wide overview over the main tools you'll need as a developer. You won't need previous programming experience, just a lot of willingness to learn.The staff of Le Wagon Milan: teachers and assistants were very competent, passionate and cool people to deal with. It was the first bootcamp organized by Le Wagon in the city, yet everything went great thanks to them.The average day at Le Wagon comprises a rather short lecture (1.5h) in the morning, followed by a day of programming practice. All the exercises are channeled through an online platform, which has lots of resources available for the students also after the program ends. The last two weeks students get divided in groups to work on a final project, which we eventually presented at a major Italian incubator. It's pretty unbelievable to be able to build a proper digital product after such a short period! During the 9 weeks of the bootcamp you'll get an intense introduction to the world of coding. You'll have to continue learning afterwards - even the best developers have to - but you'll have all the tools to build web applications on your own or apply for junior dev positions. Overall, my review of the bootcamp is extremely positive. One word of caution though: what you get out of the bootcamp is up to you. It is tough, the days are long and sometimes you'll feel frustrated. However, if you will enjoy learning how to code - like I did - putting in the work that it requires to get the most out of it won't feel as tough.For who do I recommend Le Wagon? I strongly recommend it to whoever feels interested in learning more about coding. Not everybody who goes through Le Wagon necessarily becomes a developer afterwards, but everybody who attends gains an invaluable experience. Learning to code empowers people after all.Read Less",FullStack program - 35+ locations,Web Development +238032,10868,le-wagon,Alexandre Fontes,False,2018,Amazing Experience @ Le Wagon Lisbon,2018-05-17,5.0,5.0,5.0,5.0,"Le Wagon is not only a coding bootcamp, Le Wagon is a network made by people who really want you to suceed and help you along the way, even after the bootcamp.I was working as a Civil Egineer for 4 years, but I was not happy with it. I wanted to be part... Read More of the world of technology, to be able to create my own software that would alow me to solve people’s pains, and be able to work from anyplace, allowing me to travel more.After serious thinking, I really felt I should invest in Le Wagon’s Bootcamp, and I am really happy I did. The bootcamp is very tough, specially the first weeks where you struggle to get the basic concepts, but you just need to keep pushing forward and ask for help, everybody will help you.After 6 intensive weeks you will have to build your own app. For me, this was the best part of the bootcamp. I was building an app, from scratch, with 3 friends that shared the same excitement I had. A truly remarkable experience.We created Pick a Restaurant, an app that chooses for you the best places in Lisbon to have a meal or a drink.After the bootcamp I felt some kind of void. I didn’t have classes anymore, pick a restaurant was working, so I started looking for a job as junior developer. I went to several interviews and the feedback from employers was really good. They were surprised how a guy without a computer science background could be able to really stand out against computer science students.Only 1 month after I was invited to work for a software house, BLKO and now I am working as a Full Stack Developer in Ruby on Rails, just like I wanted.The bootcamp is just the begining. In tech, you need to be constantly learning and searching. I really recomend Le Wagon’s Bootcamp. Le Wagon changed my life.Read Less",FullStack program - 35+ locations,Web Development +236300,10868,le-wagon,Marco Ranieri,False,2018,work hard PLAY HARD,2018-05-16,5.0,5.0,5.0,5.0,"Hi everybody, I'm Marco, and I'm happy to say that after studying with Le Wagon I feel comfortable calling myself a Junior Full-stack Developer.Coding was a big career change for me, but I began to approach a bit of coding on my own a few months before... Read More LeWagon. I recommend this strongly as it helped me a lot in the Bootcamp, even if the daily lessons were still very challenging. Le Wagon Bootcamp is just that: a chance to challenge yourself while taking part in a big family that supports you.Every day was a big learning curve (for everyone) and sometimes a student can feel frustrated, which is one of the most common feelings in the coding world...but at the same time, that frustration can fuel you to rise above difficulties along the way. For instance, at a certain point in the Bootcamp, I was ready to create a WebApp like AirBnB from scratch, and at that moment I felt invincible :DIn my personal experience, LeWagon brings you and your mind to the next level through a very good learning journey, where different and well-prepared teachers and assistants help you understand the core of the daily lesson.I found LeWagon Staff very patient, polite and prepared, and ready to go above and beyond for their students.All this Staff, your Colleagues, and the people from all over the world in LeWagon media give you access to amazing support channels (posting jobs, help, news...) with neverending new technical material posted. You are suddenly part of a global support network, that to me felt like a big new family (I got along really well with the teachers and other students!)That's the unique power of LeWagon. From the moment you sign up, you are never without support.Would I suggest LeWagon to whoever wants to change his/her life? Yes Would I pay again to redo the course? YesDid LeWagon help me find an interview/job/internship after the course? Yes, and their global network makes me feel that if I needed to relocate I could ask them for help again.The Final Project was useful? Yes, with LeWagon you will build a Portfolio without even realizing (really helpful for future applications).Please know that it will not be easy. Even as a beginner you have to have a real interest in code and a wish to learn. But if you have that, Le Wagon will support you from the beginning and give you the tools you need to start working. I recommend Le Wagon.Read Less",FullStack program - 35+ locations,Web Development +231870,10868,le-wagon,Giovanni,False,2018,"Fantastic experience - great teachers, curriculum and post graduation support!!",2018-05-15,4.7,5.0,5.0,4.0,"I have recently completed the bootcamp in Milan and I couldn't be happier with the experience!! Fantastic program, teachers and environment. It's tough during the 9 weeks - long days and often coding on weekends, but the teachers and TA's provide really... Read More good support and make sure nobody gets left behind.The bootcamp gives you all the computer science fundamentals and coding tools required to become a web developer, and provides a lot of support online post graduation (a lot of well made videos and tutorials to reference back to).Read Less",FullStack program - 35+ locations,Web Development +242729,10868,le-wagon,Luis Carlos Quarta,False,2018,"""Fantastic experience @ Le Wagon Milan Batch #131""",2018-05-15,5.0,5.0,5.0,5.0,"Coming from agricolture background, i wasn`t happy with my studies and for this reason, I decided to get more involved in product development by joining Le Wagon. The program has two key strengths: - A very hands-on approach focusing on product development's... Read More methodology and workflow (heroku, git, etc.)- A very demanding curriculum that teaches in-depth programming basics and software architecture, Ruby, Rails, Html, CSS, JavaScript....Le Wagon main strength lies in its solid program that teaches both essential technical skills and a strong product mindset, in fact at the end of the course the students are asked to think, develop and present their personal projects to the public and potential investors.The group of students also really contributed to the experience. Bright people from all over the world, with diverse backgrounds, and the format of the course, allowed us to really create a bond and learn from each other. The bootcamp at LeWagon allowed me to really dive into the world of code and gave me the tools to keep on learning. After a week since i finished the course i already got a job offer from my ex company where i was working before joining LeWagon. I highly encourage anybody considering joining Le Wagon as it is an experience that will continue to give you benefits even after the 9 week classes.Read Less",FullStack program - 35+ locations,Web Development +235484,10868,le-wagon,Daniel Polo,False,2018,The course gave me the tools for my future,2018-05-15,5.0,5.0,5.0,0.0,"BEFOREI am an architecture student but beside my love to my career I've always wanted to learn to code, that's why I decided to take a coding bootcamp. Before deciding which one to attend I came here, to Switchup (among other websites and Medium articles),... Read More and honestly I was super skeptical about the perfect rating of Le Wagon around the globe. But after reading tons of reviews and sharing the program to my coder friends I decided the best option was Le Wagon.When I left my hometown Mexico City, to attend Le Wagon Milan, my expectations where very high. DURING (Spoiler alert!)I was told that taking the bootcamp was an intense experience and after the first two weeks I noticed it was real. I entered with basic knowledge in coding and the first two weeks of Le Wagon are centered in Ruby and all the coding logic. Those weeks are though but very satisfying, because in time you realize that once you understand the logic behind coding everything else begin to make more sense and become easier. I think the program is well structured, by the end of the course you realize every single piece serves to build ""your"" final project, and during the course you have to work with a partner everyday, and that is also a challenge. Plus the teachers are really qualified and guide you through the 9 weeks!In the end of the bootcamp, with the final project, I was amazed of how much I achieved in only 2 months.AFTERNow I can say that taking Le Wagon was one of the best decisions in my life. I don't know yet if I will change my professional career towards web development, but learning all that amount of information and the methodology to learn new stuff as a day to day basis I think will be very important in my future. Thanks to this 2 months I feel completely comfortable in reading and writing code, and this empowers yourself! So if you get into this part of my opinion and if you still have curiosity with coding, I would recommend attending Le Wagon!If you are curious about what you achieve during the bootcamp you can take a look into my final project at https://www.foodi.tipsRead Less",FullStack program - 35+ locations,Web Development +242130,10868,le-wagon,Francesco Stefani,False,2018,The place where you LEARN to code,2018-05-14,5.0,5.0,5.0,5.0,"I just finished the latest batch (number 131) at Le Wagon Milan and I want to share with you why Le Wagon is the right option if you want to learn coding in Europe.I have always been interested in new technologies and I become even more interested during... Read More the past two years of my life.I thus began to study programming by myself, by using online courses, watching online tutorials and buying books. However, I felt that my progresses were too slow for two main reasons. Firstly, I had a full time job which allowed me too study only few hours every night. Secondly, I had no one to help me when my code was not working or when I did not grasp a specific topic.Therefore, I started to look around to find a coding course suitable for my needs. I came across Le Wagon thanks to the positive reviews I found on major tech websites.I was amazed by the abundance of positive reviews people wrote and how they enjoyed so much Le Wagon.Being skeptic, I started to contacting Le Wagon’s Alumni on LinkedIn asking if the course was really that good. All of them confirmed it to me: Le Wagon is the right coding bootcamp if you want to learn how to code.Therefore, I decide to take this jump in my life and finally commit 9 weeks of my time to learn coding. Le Wagon kept its promises. After 9 weeks I know more than what I could have achieved alone.Do not take me wrong, the course was extremely tough but even more rewarding.We started working at 9am and finished in the evening only when the exercises were done.The course has a simple yet effective structure. The first hour and half of the day was dedicated to learn a new coding concept while the other seven hours were dedicated to solve different exercises. It is a learning by doing process in which you, as individual, try to solve the challenge and, if you do not manage, only after consulting with your fellow students you can ask the teacher. Each teacher will be more than glad to help you out in finding your bug/mistake or find a better and cleaner way to write the code.Each day you are exposed to a new concept, a new code reality which, step by step, throughout the 9 weeks, will allow you to build the final project.The final project consists in a website/application developed in teams of 3 or 4 in less than 2 weeks. If you really think about it, Le Wagon takes a group of motivated individuals with zero experience in coding and, in little more than 2 moths, gives them the right tools to build a fully functioning web application and be prepared to code alone.At Le Wagon I did not only learn how to code, they also taught me how to look for the right information, the right posts, the right guides to be a better coder. In this world full of information and data, it is really difficult to spot what it is relevant and right from what it is not. Le Wagon teaches you how to learn to code and how to program in little over than 2 months.Read Less",FullStack program - 35+ locations,Web Development +241835,10868,le-wagon,Moritz Müller,False,2018,Want to learn coding - this is the place for you,2018-05-14,4.3,5.0,4.0,4.0,"By deciding to go to Le Wagon you truly open up doors for yourself to new opportunities and skills, but also new friends and networks. One of the most important things to highlight about Le Wagon is the community you join, which is second to none. If... Read More it is the number of different nationalities represented (14 in my batch alone) or the varying backgrounds of the individuals, everybody has an interesting story to tell.Regarding the coding - do not expect it to be sugar coated in any way! You will really have to commit yourself to Le Wagon and coding in the nine weeks ( the first three weeks are not called ""hell weeks"" for no reason ;) ). But if you really want to learn the basics of coding and are up for a challenge this will definately be the right course for you!Read Less",FullStack program - 35+ locations,Web Development +238194,10868,le-wagon,Alexandre Gorius,False,2018,The right choice,2018-05-11,5.0,5.0,5.0,5.0,"I’m a Parisian graduate in business. Since I’m out of college, everything has been aligned perfectly for me to pursue a great career in Finance. Everything, except that never felt right to me. Hence, for a year, I’ve been dedicating myself to purpose... Read More driven projects. But in each of these projects development, I found myself stuck on the same redundant reason: my lack of coding skills. Without these, there was no way to truly own the digital products I was working on. That’s why I attended LeWagon.As an autodidact, I tried first to learn how to code by myself. But I never succeeded to build anything serious, and I had the impression of losing my time attacking a field that seemed too big to handle on my own. Now I realize the odds were even bigger, and I can’t imagine how I could have succeeded without the intensity and the quality of LeWagon’s formation.LeWagon’s education logic is simple: learning by doing. However, that’s the way LeWagon pushes you to do that is incredibly effective. The courses are super clear, the TA’s were always pedagogue and motivating, the challenges get you to manipulate the concepts and really grasp them, the buddy system helps you accept difficulty and have fun with it, and the live codes are the sweetest moments to jump out from you comfort zone and realize the progress you made.Apart from the crazy nights we had going out with the batch, my favorite moments were also the last ones, during the project weeks. Those are the days when all of a sudden, you realize that you’re naturally doing what was unimaginable before. Seeing our team’s project getting concrete was a tremendous satisfaction. We rebuilt and dramatically improved one of my last year’s project: à European newspaper written by locals called Nationall.Surprisingly, I not only developed my coding skills but also my pitching skills, which I had to improve sharply for the demoday. I also discovered how to work in team with people coming from different background and cultures. All of it is both super interesting and ultra useful to be prepared for a professional environment.Now, I ended the bootcamp two months ago. After some deserved holidays, I’m still working with my teammates on our newspaper project to welcome our firsts writers and readers really soon. I’m also about to work as fullstack developer in a company to explore this new vast world full of possibilities. That’s how my conclusion takes us back to this post title; LeWagon broad up my horizon, it couldn’t have been the wrong choice.Read Less",FullStack program - 35+ locations,Web Development +242824,10868,le-wagon,Thomas JOUVEL,False,2018,Changing your life for real,2018-05-10,5.0,5.0,5.0,5.0,"Le Wagon is for real, when they tell you ""change your life, learn to code"" they do not lie.On the end, it is the opportunity to discover and master a new motivating universe, dynamic, filled with challenges and constantly evolving, the tech world. (you... Read More wont get bored anytime soon)After several reorientations and 5 years of business school, the code has triggered in me something that gave me many future perspectives: be a freelancer and work from anywhere in the world with just a computer and a wifi, start a project solo (or not!) with elbow grease and 0 $ in the wallet, be hired as a dev and join an adventure in a startup type company in the tech world, and so on!On the experience Le Wagon, nothing to say, well yes, a lot of good! About efficiency, do not be afraid of the duration, 2 months is short but here it was enough, in addition to a new topic, we discover a new way of learning: constantly supported by the ultra-effective online platform (and accessible for life) including all courses, exercises, corrections, QCM ...; each day brings a new challenge through a 1h30 class in the morning on a topic, then a whole day to practice it and understand it well, before moving on to the next day. It sounds simple, but it changes everything.Add to that a great working atmosphere (but not just work), effective teachers and a driver that gives everything, and you have, in just 2 months: learned to code, built a network (constantly expanding) in this sector, met new buddies, had fun, had some drink (must release the pressure), and opened new horizons! It goes so fast, that in the end we ask for more.And all this for everyone, no need for knowledge in code, good school record, ""mention"", being from ""such school"" or other, just to come in a good mood.On Le Wagon in Lyon, the team is perfect, Matthieu the driver give this extra care to all batchers (pay attention to the ""diet"" Le Wagon, would be better to re-register in the gym before, just in case), about the teachers Kevcha and Jpheos, they know much about coding and bring much fun, and in addition they are pedagogue ... But watch out for the football teams that some support!If you hesitate to do Le Wagon, I will save you time, do not hesitate, go for it.Read Less",FullStack program - 35+ locations,Web Development +235523,10868,le-wagon,Lorene Vignaud,False,2018,"Coding to become a product manager in tech companies, worth it ? Definitely with Le Wagon !",2018-05-10,4.7,5.0,5.0,4.0,"I decided to take part in Le Wagon in January in Berlin. Why ? Because in my two main professional experiences - 1 year as an entrepreneur and 6 months in a chatbot agency, I’ve been very frustrated not to be able to communicate properly with developers... Read More and to build my own projects. Also, in both these experiences, I realized I didn’t want to be limited to sales or marketing roles, and that I would like to be more product-oriented (product manager for example). At that point I’ve had just finished my Master in a French Business School and I didn’t want to spend more years studying ! A 9-week coding bootcamp was for me the best time-to-outcome ratio. The program is very well packaged: you first have 20-30 hours of video content before the bootcamp to get comfortable with the main concepts and then you start the 9 weeks with an intensive but still agreeable rhythm. The course is based on the learning-by-doing method (which I consider the best method to learn) : 1 hour and a half of lesson in the morning and then exercises all day ! It finishes with a live code when the students are challenged on new coding exercises. Every morning you learn brand new concepts that you have to apply immediately.The exercises have gradual levels, you will start very simple and then it will get more and more complicated. The teachers know at what level you are and provide really personalised help. The whole program is made for you to improve every day and you have the feeling that you can actually accomplish something pretty quick. The most impressive part is the platform on which you work, it’s super advanced. Every lesson, videos of the lectures, exercices, corrections are available on it and there is a lot !The projects part in the last three weeks is the best time when you can actually apply what you’ve learned. Plus you will figure out how to get organized as a team, to collaborate on a project and to get it live - which is basically the job of a full-time developer. So at the end of the project weeks, you have a functioning first website and a good idea of what it’s like to be a developer.Regarding what happens next, I personnaly stuck to my first idea so I’ve looked for a product management position. I landed a great job at Delivery Hero (Rocket Internet) as Global Product Operations Specialist, not even 2 months after Le Wagon ! I definitely feel more confident about discussing the architecture of a project, putting my hands in the code and solving technical problems. And all that thanks to Le Wagon ! I also spend some time on a personal project on the side to keep my coding skills.Overall it was an amazing experience ! I talked a lot about the coding aspects but I also want to mention that other students were great people. The atmosphere is really about good vibes, we spent time together after work and we knew when to celebrate our accomplishments. I clearly recommend this for everyone who wants to change career or to have a deeper understanding of tech challenges facing companies nowadays.Read Less",FullStack program - 35+ locations,Web Development +243179,10868,le-wagon,Martin de Frutos,False,2018,Most valuable experience of my life,2018-05-10,5.0,5.0,5.0,5.0,"As a classically trained graphic designer I love making things in my computer, and It was very surprising to me that my curriculum didn’t require scripting, code, or software design. After I graduated I began working as an art director for a global advertising... Read More firm, and eventually ended working for the digital side - where I got the chance to work on the creative side of web development. I realized how hard it can be to make awesome things if you don’t understand the technical capabilities of the technologies you’re using to build them, and therefore decided to learn to code. I began LeWagon without having any clue on how really life changing it would be. When you work in a creative field for a big corporation, you are very detached from ownership if what you make. Working for big clients or agencies, meant that i wasn’t really spending my time doing what I loved, MAKING COOL THINGS, but working my way around loopholes to get things approved - delivered - sold. Coding and LeWagon gave the back the power to really create value from scratch allowing me to make a living through building products that people are passionate about.I was impressed at the quality of people that was brought together by the bootcamp, and how different our backgrounds where. The community and collaboration approach to learning works wonders when you allow yourself to be immersed during the 9 weeks - and after that you will leave with a network of amazing professionals/people who you have shared a life changing experience with.I would recommend to anyone!Read Less",FullStack program - 35+ locations,Web Development +243296,10868,le-wagon,Karen Hoyos,False,2018,Le Wagon Berlin - Batch #124,2018-05-10,5.0,5.0,5.0,5.0,"I reached a point in my career where I realised there was no growing opportunities for me in the company I was working for. I was bored and I felt like a machine doing my job, it wasn't rewarding anymore and I didn't see the result of my work.I did a... Read More little bit of research and joined some meet up groups until I stumble upon Le Wagon in Berlin, where I currently live. After a couple of meet ups with them, I realised that I really enjoyed coding. I spoke with some of their students and was surprised to learn that some of them didn't have any technical background at all, just like me. I was always curious to learn how things work and found that coding will be the perfect place to find that out.After a lot of thinking I decided to join the bootcamp and was very happy when I was accepted. I decided to quit my job and start a new chapter in my life as developer. I enjoyed every single day of the 9 weeks bootcamp, every day I woke up looking forward to the new challenges we'll have at school, and was amazed to see how much you can learn in just 9 weeks. I found that the buddy system they use is simply great, as working in pairs really help you understand the problems and as the teachers say, ""If you are able to explain something is because you fully understand it"" and is absolutely true, so having your buddy of the day as your rubber duck really help you go through the problem and discover where you might have difficulties. During the bootcamp we had few visits from ex students that told us about their experiences after the bootcamp and that gave me the opportunity to learn about the job market and specially what to expect when applying for jobs, sharing their tips and advices. We also had the visit of few HR specialists that shared with us the dos and don'ts when writing your CV and Cover Letter and share their professional advice. I have to admit, I had my ups and downs during the bootcamp, as is very very intense but I never regretted my decision. A whole new world just opened and I'm so glad to be part of it. If you put your heart and effort in something, you'll achieve your objectives!Read Less",FullStack program - 35+ locations,Web Development +243350,10868,le-wagon,Takahiko Okada,False,2018,Life Changing Bootcamp,2018-05-10,5.0,5.0,5.0,5.0,"The decision I made to join Le Wagon was the best decision I have ever made. Previously I was working as an accounting-software-consultant and I had only 2 options. To continue the job which I did not like that much or to quit and be lost. But, Le Wagon... Read More changed my life in only 9 weeks. The course is super intensive and at the end of the course, I was able to build web applications by myself and ready to apply for junior developer positions. Best things about Le Wagon is that you meet great people from various background, and they are all super nice guys! Also, all of them are highly motivated to sophisticate their programming skills so that you will never be disappointed.After the boot-camp, I still work together with them to prepare for job hunting, go out for drinks (especially in Berlin you may experience intense Friday nights like I did but anyway) etc. Events such as alumni talks are useful in order to prepare for things you want to do, for instance searching for jobs, freelancing and so on. One thing I regret is that, I should have done Le Wagon earlier in my life :(Read Less",FullStack program - 35+ locations,Web Development +237523,10868,le-wagon,Leon Henry,False,2018,They teach you the bear minimum.,2018-05-09,2.3,2.0,4.0,1.0,"If you have an idea for a business that doesn't fit their criteria it won't get made. Also if you have a really complex idea some of the tutors are not qualified enough to help build it and your project will go unfinished. If you want a job in the field... Read More as a Junior developer then it's a good start, but if you have more serious aspirations there are other avenues that you can take. And likewise, if you have a project, it's probably best to get somebody else to build it and learn on the side how to code.Read Less",FullStack program - 35+ locations,Web Development +243511,10868,le-wagon,Morten Jørgensen,False,2017,Le Wagon Copenhagen - A high-level learning experience,2018-05-08,5.0,5.0,5.0,5.0,"Le Wagon was one the most intense and fun learning experiences I have had. Developing a fully functioning online product together with the other students by the end of the nine weeks is such a great feeling. I will recommend it to everyone.The bootcamp... Read More starts out by teaching you programming ""the hard way"" in the sense, that it teaches you a lot of the basics behind the frameworks you will be taught later on. That way you will gain a deeper understanding of the technologies you work with, which also means that you appreciate them a lot more when you get to use them.Le Wagons self developed learning platform and style of teaching is also well thought out and constantly evolving. Having access to the platform will be useful to you way past the duration of the bootcamp if you plan on working as a developer in the future.In many ways you get out of Le Wagon what you put into it. During the nine weeks you will cover a lot of different subjects - some of them more in depth, but many will be on a nice-to-know-basis for you to explore by yourself after the bootcamp. It is worth noting that our teachers were clear about that attending Le Wagon was not necessarily equal to getting a job as a web developer afterward. However, by the end of the bootcamp you will feel like you know how a web developer works and how to get to that level if you should choose to pursue web development as a career path.Today, I use my previous work experiences from the journalism and communications field together with a lot of the technologies and workflows we learned about at the bootcamp in a job at a startup. So the ""code the startup way""-approach of Le Wagon has been highly relevant for me.Read Less",FullStack program - 35+ locations,Web Development +241848,10868,le-wagon,Jordan Moore,False,2018,Le Wagon Sydney 2018 - Coding Zero to Coding Hero,2018-05-07,5.0,5.0,5.0,5.0,"Before Le Wagon, I was working as a Civil Engineer in a global infrastructure company, but I decided I needed to try and pursue my passion in coding and development. Reviews on sites like this one are what led me to choosing Le Wagon Sydney, and following... Read More a to a discussion with Charly Martin (the driver for Sydney) to make sure I was the right fit, I can tell you that I could not have been happier with my decision to join Le Wagon.Le Wagon Sydney is an excellent bootcamp that really challenges you and pushes you to make the most out of the 9 precious weeks you have with them. Le Wagon teaches you the fundamentals of web development using Ruby on Rails and give you the skills to go out and create your own web app and make your ideas reality.The course structure is well suited to coding as it a very hands on and ‘learn by doing’ experience. Day starts with a morning lecture (1h30) then challenges with a ‘Coding Buddy’ for the day (based on what you learnt in the lecture) and finally it finishes up with a live code where as a class we go over an exercise together and learn the nuances of everyone’s own approach to a problem.Le Wagon Sydney has excellent teachers (and guest teachers from all over the world) which are genuinely interested in seeing you succeed. Everyone at Le Wagon has a contagiously great attitude and the Le Wagon Alumni Network is a resource that keeps on giving even once you have finished the course as everyone is happy to help each other out.As a final note I would say that Le Wagon Sydney:- Teaches you the technical skills for Web Development using Ruby on Rails, HTML and CSS, and JavaScript- Cultivates an entrepreneurial mindset in its students- Provides a new network of people from diverse backgrounds who share the same passion for development- Pushes you hard but is well paced to get you turning your ideas into reality in just nine weeksI have already recommended this to many people in my life and I will continue to do so as this is a fantastic course for a diverse range of people and skills levels looking to get into developmentRead Less",FullStack program - 35+ locations,Web Development +234483,10868,le-wagon,Manuel Costa Reis,False,2017,Le Wagon Lisbon - Best way to become a developer,2018-05-06,5.0,5.0,5.0,5.0,"Being an economist, I had a big interest in data science and started to try to learn a bit by myself. I wasn’t very successful and decided that it would be better to learn with other people. Le Wagon seemed like the best choice. Even though the program... Read More focuses on web development, I felt it would be best to get a good grasp on programming before looking specifically at data. I applied for Batch #97 in Lisbon and managed to get in and join this great community.It was a very intensive 9 weeks with a very sharp look at ruby and web-development. As a newcomer, it was amazing to start understanding how software works, how websites I use on a daily basis are structured and created, and actually create one by the end of the bootcamp. Classes focused on the practical side of how to use code as a developer and we were given the tools to look deeper and understand some of the underlying mechanisms of ruby and rails. Always working in pairs gave us a great way to learn with other people and understand how collaborative programming actually is.During the bootcamp, I had the opportunity to talk with a lot of tech companies in the Lisbon Ecosystem and attend several talks on all issues tech. During the bootcamp one of our lead teachers told me of a job opportunity at Landing.jobs, a Portuguese start-up. I had interviews and technical challenges and in the end I got the job!It is very weird how much my life changed since I entered Le Wagon. Nowadays I’m fixing bugs and developing features that are actually being used by people. Before the bootcamp, I knew nothing about coding and was looking for opportunities in economics and now I’m actually a programmer learning more at a great company and with the tools to explore the world of programming.Read Less",FullStack program - 35+ locations,Web Development +237526,10868,le-wagon,Giordano R. Sisinni,False,2018,One of the best experiences in my life as a student,2018-05-03,5.0,5.0,5.0,5.0,"One year ago I decided it was time to learn coding. I started off by my own, reading a book and watching online videos. I soon realised that I needed a better way to learn the basics and create the foundations on which I could build on my knowledge. Lewagon... Read More gave me this exact foundations that I was dreaming for. In the end of the course the most talented students will be able to find a job strait way, but everybody will have the foundations and knowledge of what to do next in their new coding career.Regarding Lewagon London: The offices were really nice, very spacious, modern and clean. All the staff was super friendly and helpful. The location was good too, in a nice area close to the center and next to the overground. The classes were surprising well structured and organized. I would like to mention something negative but there is nothing I can thing off. Even the students in my batch were incredible.Overall, I really enjoyed being a student again and I feel like I learned a lot too thanks to Lewagon. If they had an advanced course I would join for sure! Really recommended.Read Less",FullStack program - 35+ locations,Web Development +239773,10868,le-wagon,Anonymous,True,2018,Changed my life!,2018-05-03,5.0,5.0,5.0,5.0,"Prior to the Bootcamp I've been working in different commercial companies which I worked at during and after my Marketing and Business Studies. Before these sales and marketing driven years I got the news I would be visual impaired in the future which... Read More in the end would set me all the way back to not being able to work at a normal job. My love for computers was put away due the fact I would not be able see a computer screen in the near future. However, I couldn't foreclose my natural passion for tech. After approximately 8 years, which included many operations on my eyes, I finally got some good news. Which was that my operation succeeded and I would be able to see more in the future.During this period, I was fortunate enough to work in the same building as Le Wagon Amsterdam. Knowing my eyes would improve over time and having learnt about Le Wagon, I knew I had to pursue my love for technology. I did my research on Le wagon and decided that this would be the perfect place to learn how to code. At the start (and today) I still didn't have full vision and I was afraid this would limit my ability to learn during the Bootcamp. Reviews helped me a lot to overcome this difficult decision.The alumni who wrote these reviews didn't lie! I can tell for certain that when a company is able to learn a visual impaired person to code; they are able to learn everybody who is motivated enough to learn this new skillset! The learning environment is very structured and provides multiple ways of learning or recapping your knowledge (e.g. daily flashcards, video lectures/tutorials). After the morning lecture you start working on your challenges to apply the knowledge you learned before. There is a team of amazing and motivated teachers walking around that are eager to share their knowledge with you and help you out. Also they designed the way how you gather the knowledge during this Bootcamp very well. This is something which is really hard to explain, but cannot be missed once you are following this Bootcamp or even when you are done with the Bootcamp. Actually it is kind of amazing how much you're able to learn in such a short period.I would recommend this Bootcamp to everyone who is willing to commit their time in learning to code. Actually I think learning to code is an essential skill which should be thought to all kids in the world. Because not only gives this skill a lot of job opportunities, it also changes the way you think, look and deal with some real world aspects and problems. So to end this long review:Following this course changed my life and I hope it will change yours!Read Less",FullStack program - 35+ locations,Web Development +236877,10868,le-wagon,Blake Rowley,False,2018,Worth the Investment,2018-05-03,5.0,5.0,5.0,5.0,"The Three Things that matter most: 1. Learning Fundamental coding concepts that for most (including myself), would be impossible to learn independantly. 2. An Alumni Network that will work wonders in the future, including the network for getting a job... Read More on course completion. 3. Le Wagon is not an Educational factory that churns out Students, but is one that cares about developing every student, according to their needs. (Some students just get coding, others take longer - Le Wagon can accomidate both types). To put it simply, they care about Student Outcome's over Revenue. This is special. What Le Wagon is: 1. A place to learn fundamentals of programming. A foundation where you can be confident that with time and cotinuious self-improvement, you can learn anything.What Le Wagon is not: 1. A one-stop shop to learn everything there is to learn about Development. You will be able to code, you can develop applications but continious self-improvement is needed to become a real developer beyond coding. As with anything, there is no quick fix.Read Less",FullStack program - 35+ locations,Web Development +243441,10868,le-wagon,Maura Baptista,False,2018,Life changing experience!!!,2018-05-02,5.0,5.0,5.0,5.0,"I originally studied Business and worked for many years in Administration. Then I decided that I needed a career change, and because I felt inspired by the tech industry, I wanted to learn to code.I applied to Le Wagon in Lisbon, #batch122, where my life... Read More changing experience started!It’s a very challenging program, which has been structured in such a way, it gives a maximum of technical knowledge in a minimal amount of time. Most of all, they teach you how to learn, which will be very helpful as a developer, since as a developer you’re continuously learning, in order to keep yourself updated with the new technologies in the market.At the beginning I really thought it was impossible that my brain could assimilate so much information at once, but believe me, it is possible! I’m a living, breathing example of it! I struggled a lot at the beginning, but I managed to bring everything together towards the end thanks to the endless help and support from the Teachers, TA’s and the manager. In just 9 weeks, I went from zero to a Junior Developer, who’s capable of developing a web application!I strongly advise Le Wagon for those who want to learn to code. They have developed a perfect program that any non tech background person, like me, can turn themselves into a developer in just 9 weeks.Beside learning to code, Le Wagon also provided me with a very cool learning environment. My idea of school was a boring and serious place to learn, but at Le Wagon, we can do both - learn and have lots of fun at the same time :)I really enjoyed this experience, and strongly recommend it!Read Less",FullStack program - 35+ locations,Web Development +243218,10868,le-wagon,Ben Wright,False,2017,Amazing,2018-05-01,5.0,5.0,5.0,5.0,"I studied history and politics at Swansea University and I have no idea why I chose those subjects. I was just going to uni because everyone else did. I was then self employed doing a bit of labouring work and other bits and bobs. But then I decided to... Read More start learning Ruby and Javascript online and realised I just loved it.I decided to enroll with Le Wagon because it's a very product focused course and having competed the course I can see how 9 intense weeks is all you need to get your first job. The week after I finished Le Wagon I found paid work as a full stack developer.The curriculum is well mapped out, starting with backend, so you are starting to think like a software developer from the very start, then it moves onto front end, Javascript and Rails. The last 3 weeks are spent working in teams building your own rails apps scratch. Without these last 3 weeks I would not have been able to get a job so quickly working on real life we apps for paying customers. There are loads of teachers everyday, saving you needless wasted time and always improving your skills.In only 9 weeks I went from beginner to Full Stack Developer. I highly recommend Le Wagon.Read Less",FullStack program - 35+ locations,Web Development +242517,10868,le-wagon,Taras H.,False,2018,Le Wagon in Tokyo,2018-05-01,5.0,5.0,5.0,5.0,"No matter how prepared to rock your bootcamp experience you might think you are, Le Wagon’s intense 9-week program will put you in your place rather quickly. This shouldn’t stop you from enrolling if you are very new to programming, but once you apply,... Read More take each of your pre-bootcamp days very seriously, you will be grateful to yourself for that later.I studied in Tokyo, and it was an unforgettable experience. All teachers and teaching assistants are very different in their backgrounds and approaches in how they tackle programming challenges, which proved to be extremely useful. You'll be continuously pushed to go an extra mile, so not only your programming skills but your work ethic will skyrocket at Le Wagon as well.Best of luck to you, Paul and Sylvain, in continuing to make Le Wagon Tokyo such a great place!Read Less",FullStack program - 35+ locations,Web Development +242809,10868,le-wagon,Duncan van Tongeren,False,2018,"Le Wagon Bali helped me change my life!! (Batch #128, January 2018)",2018-05-01,5.0,5.0,5.0,5.0,"I actually ended up looking for a boot camp on web development by accident. I had been in banking for almost eleven years in various roles related to risk management of structured derivatives but decided I wanted to work independently and set up my own... Read More company. My wife and I decided that, hey, this might also be a good time to emigrate to Chiang Mai Thailand, Thailand being my wife's original home country and from there I was planning to land myself a remote c++ developer role which I had been trained in. By coincidence, I met someone in Chiang Mai who was in dire need of web developers. Since this would suit me down to a tee, I decided I wanted to get up to speed in web development as soon as possible. After some research, Le Wagon easily came out on top for me. Deciding on Bali as a destination was easy too. Again my wife had been there four times before and had many good stories to tell.From day one the course in Bali was very well organized. The team: organization, teachers, and teacher's assistants were all top notch and very friendly and helpful. I was super impressed by the backgrounds of all the participants, besides the fact that the group itself was very enthusiastic and energetic. Moreover, the whole atmosphere was very inspiring from an entrepreneurial perspective.The course location in Canggu was truly one of a kind: stunning sunset views of the beach, which is only within walking distance away. Canggu itself has many great restaurants and places to hang out and Bali is fantastic for day trips, and hiking in particular: I climbed both Mt. Batur and Mt. Abang.The course itself is very well set up: it kept you on your toes but was neither going too fast nor too slow. It overall felt I was learning the right things to create a web app from scratch. My teachers were also willing to discuss related subjects outside the course material, which I personally found very helpful. It inspired me to start learning React and React Native as well.Read Less",FullStack program - 35+ locations,Web Development +243707,10868,le-wagon,Joana Leão,False,2018,Le Wagon Lisbon - Batch #122,2018-04-29,5.0,5.0,5.0,5.0,"I studied chemical engineering and was working in logistics before joining Le Wagon in Lisbon.I decided to quit my job and start learning how to code because I love math and logic and I was tired of my day to day work being so far away from that. I joined... Read More Le Wagon because of the excellent reviews given by a friend of mine who did the course before and, now, I couldn’t agree more. It is very well structured. Each day consists of one morning lecture (1h30); then Exercises and at the end of the day, live-code.The lecture prepares you for the exercises that you’ll do with a coding buddy. Each exercise is a challenge but much easier with this buddy system because it works as an exchange of knowledge between the buddies, and also because many times you think you don’t know how to solve an exercise but you just have to start talking with somebody to find out the solution. When this is not enough you always have teachers to help you.The bootcamp is really intense and you learn so much in such a short time that in the last 10 days you are build alone with your team an app from scratch!On top of this great structure, it is an amazing team of talented teachers always available to explain to you once more! In my opinion this is the best way to start over in the tech world: through this intensive course in a school with real evidence of successful students. This course will guide you from the basics to a stage where you can start developing by yourself.Read Less",FullStack program - 35+ locations,Web Development +240629,10868,le-wagon,Anonymous,True,2018,"Batch # 122, Lisbon",2018-04-27,5.0,5.0,5.0,5.0,"I attended Le Wagon’s batch #122 in Lisbon last winter. The course is intense and often challenging, as it is really fast paced (which often drove me through a rollercoaster of emotions) but very rewarding in the end – their method really works! Moreover,... Read More Lisbon’s Le Wagon team did a great job ensuring there were plenty leisure moments to counter-balance our hard work: we’d all get together for a drink in the evening quite regularly, they’d organise a dinner every Friday and yoga classes twice a week were also included <3Now that the bootcamp is over, I feel really empowered thanks to my new tech skills. Also, it’s great knowing that I’ll have access for life to Le Wagon’s online platform (featuring tons of really useful tutorials and other learning materials) and to the community of amazing former “Le Wagoners” around the world – both being an invaluable source of knowledge and networking!I’m really glad I made the decision of joining Le Wagon and definitely recommend the bootcamp to those who feel excited about the challenge of putting their brains to work in order to unlock a universe of endless new opportunities for their professional lives!Read Less",FullStack program - 35+ locations,Web Development +237158,10868,le-wagon,Daniel López,False,2018,"Batch 122 - Lisbon - Have you ever felt like you have good ideas, but you don’t really know how to make them real?",2018-04-24,5.0,5.0,5.0,5.0,"Have you ever felt like you have good ideas, but you don’t really know how to make them real?Let me tell you, I was having this exact same feeling for over one year. As founders of a no-web start-up, my cofounder and I were feeling that to grow we needed... Read More to make our ideas accessible to everybody through web apps. The option we had to do this was to hire tech guys or an agency to develop our ideas. The problem was that as a start-up our budget was very restricted, so we were always getting to those typical questions: What if the “magic” idea we have is not that good? What if the people we hire steal our idea? What if they take more time than expected? All these questions took us to the next question: why don’t we become the tech guys by learning to code? That was it!I started the coding learning process through free online learning platforms. But after a few months, I realized it was taking me nowhere. I found two problems - The first was that I didn’t know what courses to choose. What’s the first language I should learn? What should be the next one? How are they supposed to be linked? The second problem was that I was solving the challenges on their platform and if I was getting stuck I could just click the solve this exercise button and the platform was solving it for me.Those two problems where the ones that brought me to applying for Le Wagon Lisbon. And let me summarize my experience there in few words: Le Wagon has been the best learning experience I have had in my life so far. I truly believe it’s a game changer. Everyday I was attending a two-hour lecture until 11 am. After that I was solving challenges for five hours base on what I have had just learned, helped by teachers and assistant teachers. And, from 5pm to 7pm, I was discussing with the teaching staff and with my classmates on how I had solved the challenges and what could have been a better way. The pace was perfect for me and after nine weeks I’m proud of my new knowledge in five different languages and in one framework.If you want to be an entrepreneur, Le Wagon gives you solid bases to develop functional web apps and test them in the market in agile way and if the market doesn’t validate your idea you still have the knowledge to create another one and validate it again and so on.If you feel like you have good ideas, my advice for you is that you learn to code. Is the most effective way to test those ideas. For me, Le Wagon was the best way to learn how to code, maybe for you is the same.Read Less",FullStack program - 35+ locations,Web Development +236613,10868,le-wagon,Daniel,False,2018,"Experience at Le Wagon, Lisbon",2018-04-24,4.3,5.0,5.0,3.0,"Daniel Bugge [3:02 PM]I come from a mixed background having grown up in South America and holding 3 nationalities from Portugal, Norway and Argentina. I studied Geography at university and after that I decided to join a Sound Engineering course in Lisbon.... Read More My musical background gave me an interesting insight into the programming world and Le Wagon gave me the perfect introduction into coding that opened my eyes to the possibilities that programming could bring.The structure and environment of the course allowed me to develop an idea that I had for a while, which was to bring musicians that are new to cities closer to the ressonmating world of music that is so prevalent in most capital cities around the world. JammBoxx is an app that I developed with my team during the bootcamp which allows users to turn their own living rooms into musical spaces by organising jamm-sessions with what musical instruments they and people who joined the jamm had available.Beyond the unique opportunity to develop literally any idea you have ever dreamt of, Le Wagon offered an ecosystem of intelligent, interesting individuals from a wide range of backgrounds, which I feel have a strong effect on each others ability to imagine and innovate. I joined a batch in Lisbon and it is interesting to see where this type of innovation will take each and every one of the members of this batch in a city recently coined the growing ‘startup capital of Europe’. Le Wagon fits in this city like a techtris block :wink: promoting the idea that indeed anyone can enter this exhilarating world of tech by providing the right mindset and correct fundamental knowledge and skills to do so.Read Less",FullStack program - 35+ locations,Web Development +236545,10868,le-wagon,Antoine GIRET,False,2018,Not only an amazing 9 weeks bootcamp,2018-04-24,5.0,5.0,5.0,5.0,"Great experience these 9 weeks at Le Wagon Lyon. The teaching materials and monitoring tool are simply enormous.My objective was to be autonomous in the web project design : to be able to concretize and materialize ideas of projects. And this is largely... Read More achieved with the bonus of tons of good practices to be super efficient and do a quality job.Beyond learning the code, it is also teams of teachers and organization who invest themselves at your side and encourage all alumni and project leaders. Le Wagon is not only these 9 weeks, it is also and especially a very strong community that accompanies you long after...Read Less",FullStack program - 35+ locations,Web Development +235151,10868,le-wagon,Alex Ramos,False,2018,Thanks Le Wagon Barcelona!,2018-04-23,5.0,5.0,5.0,5.0,"I was working as a copywriter as well as teaching English as a second language before diving into Le Wagon’s full stack bootcamp in Barcelona. I graduated from the College of Humanities and the Arts at my university back home, double-majoring in Philosophy... Read More and Spanish, and I had previously focused my professional work toward a career in education and writing.Once I began working as a copywriter, I was involved in the process of an international company creating websites, apps and landing pages for itself. Although I enjoyed my participation, I desired to have a greater role, and rather than wait for a developer to to create something for me to write on, I figured it’d be fantastic for me to write on projects I’ve developed myself.Learning to code was the most obvious step for me to offer more as an employee, but more importantly, it was a way to learn the skills for me to develop the personal websites and apps that I had began to conceptualize.Le Wagon provided us with a very well planned and practical curriculum that effectively introduces students to coding, focuses on teaching the fundamentals and reinforces that students understand what’s happening, what they’re doing, and why they’re doing what they’re doing at every step along the way.Additionally, Le Wagon’s teaching style does more than simply teach how to code to get a job as a developer, it provides workshops, classes, and exercises to practice using our new knowledge as entrepreneurs. Furthermore, Le Wagon teaches students how to keep learning on their own, which is critical in coding because coding is dynamic, always changing, and anyone that’s involved with it never stops learning.Aside from the teaching, the Le Wagon community, as a part of the larger Ruby community, is welcoming, helpful and I’m really happy to be a part of it. Thanks to Gus and whole team at Le Wagon Barcelona!Read Less",,Unknown +235020,10868,le-wagon,George Kettle,False,2018,"Patient, caring teachers, awesome facilities and yoga each week (Barcelona, Batch #129)",2018-04-23,5.0,5.0,5.0,5.0,"My name is George, and I’m a farmer looking to change how we buy our groceries. I work with my mum, on our 52 acre organic farm near Byron Bay, Australia (Check it out on instagram @farm.and.co ). However it wasn’t always as easy and idyllic as it sounds.... Read More For a long time, we were selling to wholesale markets, and struggling to make a profit.Not long ago we changed our business model, and now sell all of our products direct to consumer, at our doorstep. In this model, we see an opportunity for customers to buy direct from the farmer whilst also providing producers with a fair wage.I want to bring this model to more farmers and food makers. So I decided to go to Le Wagon.At Le Wagon, I was lucky to meet some amazing people from all around the world. Some of which I am still working on projects with today. Each day we worked on projects and challenges, and 9 weeks later we each know how to code. The bootcamp was amazing, including patient, caring teachers, awesome facilities for all the students and yoga each week as promised.It’s still hard to believe I can now code. I feel like a magician. Almost anything I want to create, I can. Currently I am perfecting my idea and will be launching on the 12th of May. You can view it at farmandco.com.auRead Less",FullStack program - 35+ locations,Web Development +232967,10868,le-wagon,Francisco Gaivão,False,2016,Le Wagon Lisbon #122,2018-04-20,5.0,5.0,5.0,0.0,"So here it goes:I started looking for work after finishing my college degree in business communications, I knew from the start that it wasn’t going to be easy but never expected the job search to be so difficult. I went to a lot of interviews and sent... Read More even more resumes but it wasn’t taking me anywhere. So I wouldn’t stop working and keep my head up, I started to work in various fields different from what I was looking for, like gardening and washing cars. During this time, I found that I needed to expand my skills, so I found some people teaching programming for free on the internet. After some time studying on my own online, I thought it would be easier to find a brick and mortar school and that is when I found Le Wagon.Some interviews and tests later, I was in and it all evolved really fast.Of course I was nervous to start something completely new and with people I had never heard about, but what I didn’t know as well was that every one was almost on the same page as me and that I would have complete and full support from the teachers with every obstacle I found.The first three weeks were probably the hardest thing I have done in a long time - for most of it, I was completely lost… But I kept going because I knew it would get better, and it did!During the last weeks, we started our own projects and everyone was a bit nervous because we didn’t know what we really knew, if that makes sense… What happened was that somehow a lot of information sunk into our brains, of course, we didn’t know everything and we still needed help from the teachers, but most of us were able to implement features and code in ways were didn’t know we could.At the end it was so rewarding seeing our web-apps working and not only my team’s project but the others as well because we all fought for the same goal during nine hard and intense weeks and it was there for everyone to see!Read Less",FullStack program - 35+ locations,Web Development +232510,10868,le-wagon,Irina Popa,False,2018,Le Wagon Lisbon Batch#122 - An amazing experience,2018-04-20,5.0,5.0,5.0,5.0,"Before joining Le Wagon, I had never had a relationship with computers. Any problem I'd have I'd go running to my boyfriend for help. I had been a teacher before joining and at university I'd studied Art History, nothing related to computers at all. I... Read More didn't think I'd have it in me to be good at web development. What was web development?After meeting lots of self- taught coder digital nomads and hearing some good reviews of Le Wagon I decided it was now or never to try to change my career. Time to try something new, put my brain to work like it never had before and learn how to code. I was lucky that Lisbon had a Le Wagon school and even luckier that I was able to get the resident's scholarship which made it much more affordable.I did Batch 122 which started in January, in the cold, wet winter months I thought were perfect for hibernating and coding away. And that's what I did, all day, everyday. At first the weeks were extremely hard for me, I'd never used my brain like this, I was tired, some days I did not understand how to solve the exercises, I thought I'd never be good enough...There were days I went home sad and frustrated, others however, when I felt on top of the world excited about the new things I had learnt and what I was able to achieve. Understanding the challenges, working out the code for myself was both elating and inspirational! As the weeks proceeded I realised that it wasn't sustainable worrying about understanding every single line of code. You have to trust in yourself and even if you have trouble doing so, trust in the system and the course and at some point you will start to realise that even though things don't get easier, you can solve them as your confidence increases. At some point you think: I can do this! It's a wonderful feeling.The challenges are never easy, from Day 1 you go through a baptism of fire but with the help of teachers and the other classmates you will feel very proud getting through it all. Le Wagon achieves this in 3 primary and essential ways:1. The teachers and TA are an absolute dream-team. Extremely knowledgeable, helpful, supportive with unrelenting patience and the desire to make you understand and more importantly to empower you how to achieve results for yourself. They also have an amazing energy and a great sense of humor making them so much fun to be around - Superteachers!2. The buddy system - everyday you are set up with a new buddy, this helps immensely because some days you are being helped by a stronger student and other days you find yourself being the stronger one, mentoring your buddy. Then you feel you've really understood. The buddy system allows you to find your strengths and weaknesses and form strong bonds with your classmates.3. The community and the atmosphere. Le Wagon is a family and you really feel that from Day 1. Our manager and community-manager Shannon and Maria were superb at making us feel at ease and involved at all times. We would have a weekly Friday dinner and many other activities which allowed us to bond with each other and the teachers. Beer pong, dancing, doughnuts and snacks, hugs, you name it, we had it!Now that my Le Wagon experience has ended I am still very much tied to the community and I would be very sad if that were not so. These are bonds made for life and I know that if I ever have a programming problem I have tens of people I can turn to for help. I am hoping to find a job as a Junior Developer and really achieving my goal of changing my career and my life. Extremely highly recommended course and experience and a special shout out to the Lisbon school. The people involved have a big heart and it shows in their teaching, organizing, the ability to motivate people and make it fun!Read Less",FullStack program - 35+ locations,Web Development +243138,10868,le-wagon,Alix Peyrot,False,2018,Great experience,2018-04-18,5.0,5.0,5.0,5.0,"Among all the bootcamps, I think this is one of the best way to learn about web development. Le wagon Lyon provides high level training with very talented teachers. I highly recommend Le Wagon to anyone looking for a career change or for technical skills... Read More to develop a business. It's definitely not easy, but you wont regret it!One more important thing: Le wagon is a human experience too, you’ll have the opportunity to develop great friendships and networks. All the staff cares about the happiness of the students and are willing to create a supportive environment to help you achieve all the goals of the training.Read Less",FullStack program - 35+ locations,Web Development +243118,10868,le-wagon,Alexandre Bouvier,False,2018,Amazing experience,2018-04-18,5.0,5.0,5.0,5.0,"Amazing experience, I reccomand it for anyone who have a project or want to learn code",FullStack program - 35+ locations,Web Development +243058,10868,le-wagon,Nicolas Mathieu,False,2018,Change your life,2018-04-18,5.0,5.0,5.0,5.0,"Le wagon is a perfect bootcamp for learn to code. It was the best 9 weeks of my student Life. I recommand it for sure , the product is Amazing and the profs in Lyon are the best ... Thanks for everything .",FullStack program - 35+ locations,Web Development +242936,10868,le-wagon,Connor,False,2018,Le wagon has turned my interest into a passion.,2018-04-17,5.0,5.0,5.0,5.0,"Without going into my life story too much I recently quit my job working at a social media startup after feeling fed up with customer complaints day in day out and knowing I was capable of a lot more.I had started to take an interest in coding since I... Read More was already capable of designing websites and I wanted to take it to the next level. For me, it was all about self-achievement I just wasn't getting enough satisfaction designing website anymore.During my downtime from work, I tried to teach myself how to code but lacked the focus and was too easily distracted and didn't find myself making much progress. So started looking for classes/bootcamps on how to code. I found Le Wagon which had glowing 5 starts reviews (which made me a bit sceptical at first) and after researching them a bit more I decided to pull the trigger and go for it.I'm still young but honestly, I have never made a better decision in my life. I learnt more in my 9 weeks at Le Wagon then I ever did in an entire year of college. No matter your age or background if you are even slightly considering doing it then seriously just take the plunge, you will look back at it in the future as a defining point in your life.Read Less",FullStack program - 35+ locations,Web Development +243001,10868,le-wagon,Edward Sparks,False,2018,Life Changing,2018-04-17,5.0,5.0,5.0,5.0,"Having completed the latest batch at Le Wagon London, I can honestly say this has been the most incredible, life changing experience I've had. Before Le Wagon, I worked as a builder. At the end of Le Wagon I was a junior developer. It may sound simplistic... Read More but that's the case for everyone who completes this course. They give you the solid foundations, understanding and skills to perform as a competent junior developer and get a job in the real world. The course is not easy though and you definitely get out of it what you put in to it. If you're not commited, you'll drown. It's a demanding and intense course that takes up 45 full days of your brain power and stamina. Having said this though, it's also brilliantly fun and engaging. Ed Ward and the team at Le Wagon London make the whole experience worth getting up in the morning for. Every week there's an interesting event hosted either at the course offices or at Google Campus. They put on drinks every friday for the alumni and it this stuff that set's it apart from the other courses. In terms of job help, they provide several talks from industry leaders and past alumni to help you understand how to get your first job if this is your aim after the course. There is no need to spend a further 3 weeks and £2,5k getting this element like the other courses in the London area. You will get a job after the course and you'll have the demonstratable skills to prove to employers that you're worth employing. I would say that, if you are looking for the best course for your money that will give you the skills and understanding to get a job as a junior developer, then you've already found it.Read Less",FullStack program - 35+ locations,Web Development +242487,10868,le-wagon,Alexander Sips-Avello,False,2018,London Batch 123,2018-04-16,5.0,5.0,5.0,5.0,"Before Le Wagon i was working in door to door sales, which is not really a career. So I decided i needed a career change. After a bit of research I found Le Wagon and was extremely interested in learning how to code.It was the best and most life changing... Read More decision I have made in my life so far. The people working at Le Wagon are amazing and so much fun to learn and work with. I have not stopped recommending it to people since I left. Just 2 weeks after finishing I was able to land an amazing job and I cannot thank them enough.Read Less",FullStack program - 35+ locations,Web Development +242383,10868,le-wagon,Guido Caldara,False,2018,FROM BACKPACKING IN THE HIMALAYAS TO CODING AT LE WAGON BALI,2018-04-15,5.0,5.0,5.0,5.0,"I always wanted to backpack across Asia. Just over a year ago I left my job to hike the Himalayas and at the same time I started a travel blog to share my experience. Out of fun and curiosity, I tried to get into web design. I signed up to a few online... Read More coding courses to try to teach myself but I quickly realized that paradoxically you need to know how to code before you can learn to code! I ended up getting lost in the mass of information and wasting a lot of time.I was determined to change things so I bit the bullet and paused my travels to enroll in the immersive coding bootcamp Le Wagon in Bali where I heard the climate was warm and the culture magical. I have not regretted it ever since.To summarise the bootcamp experience in a few words is not easy but I can say for certain that it far exceeded my expectations. The amount you learn in such a short time is incredible.The course fed us wave after wave of new concepts everyday but the teachers, the structure and the course platform make the learning process simple and effective. We were taught the back-end language of Ruby and its framework Rails, then covered 3 front-end languages, database management and a wealth of other material. We learnt through a combination of daily quizzes, exercises, live codes and even flashcards after class to reinforce the lectures and we did this endlessly over five weeks. By the sixth week, we were able to create an Airbnb clone. It would have been impossible for me to do this by myself, let alone in such a short time.By the seventh week, the bootcamp builds up to the apex of idea pitching, project selection and definition, using the sprint methodology to build a working prototype from absolute scratch in 10 days. I am pleased to say that our team performed tremendously and the app looked amazing. We presented the project on Demo Day as you would to an investor but in our case in front of a packed room of tech enthusiasts living and working in Bali who asked me some tough queestions! There is no better training ground than this.But because we all know we can never fully master the infinite world of web design let alone in two months, the point of difference with other bootcamps and the power of Le Wagon is exactly this – 1. it gives you the ability to transform your ideas into a working web app that is ready to be shown to the world by the end of the bootcamp, 2. you will feel you are able to code independently, solve your own problems and 3. be ready to enter the tech world and embark on new undertakings. Right now, I feel nothing will stand in my way of coding and learning more coding which is exactly what I came to Bali for.Less than a month since I finished the bootcamp, I am working on the project I built at Le Wagon with the hope to launch it as a startup soon. At the same time, I'm studying React with no major problem. I have also already been contacted for some freelance contracts.To put it in a nutshell, at the age of 29, Le Wagon gave me the ability to start a new career. I could not have asked for anything better. The motto of Le Wagon is ""Change your life: learn to code"", and I guarantee you that it could not have been more appropriate. If you want to learn coding, Le Wagon is the best investment you could make!And did I forget to say if you take the course in Bali, you will love your time spent mixing coding with an early-morning surf or a sundowner beer on the beach, all for a fraction of the price elsewhere. That is why I am calling Bali home for a little while longer.Read Less",FullStack program - 35+ locations,Web Development +242361,10868,le-wagon,Nicolas Fan,False,2018,An amazing place to learn Web Development!,2018-04-14,5.0,5.0,5.0,0.0,"I originally studied Business, and worked in Marketing for a while until I realized it wasn't a good career fit for me. When I figured out that the tasks I enjoyed the most from my previous job involved writing some basic HTML/CSS/JavaScript, I decide... Read More to develop on those skills and joined Batch#125 of Le Wagon's bootcamp in Montreal. Like a few of the previous reviewers have mentioned, I was initially skeptical of the glowing reviews about Le Wagon's program. But after going through the bootcamp, I can definitely say that those reviews are more than 100% justified!What attracted me to Le Wagon's program was how well structured the course content was: starting from with the fundamentals of programming, to object-oriented programming, to databases, to front-end and finally the group projects for the last 3 weeks. The last 3 weeks was especially fun because everything we learned in the previous weeks began to click, which provided the confidence for the groups in our batch to create some great-looking webapps in our final demoday!The buddy system that every Le Wagon student goes through for the daily challenges was a GREAT way to learn programming, and I felt this was one of the strongest parts of the bootcamp's design. In my experience, this ended up being mutually beneficial for myself and whoever my partner was for the day. If I felt that I was struggling with a challenge I could always ask my partner for tips and advice, and if my partner needed assistance I could help them out and explain concepts to see if I really understood them. Furthermore, I found it incredibly useful practice to work with different people when it comes to solving coding problems.In addition, the teachers and TAs were super helpful with their advice and patient with their time. What I appreciated the most was that they TRULY understood that everyone in the batch had different learning curves/speeds. So regardless if you were doing well or struggling with the coding challenges, you never really felt alone or left behind. Le Wagon also has a TON of additional resources and guides which students can access during (and even after) the 9-week bootcamp!Since the Le Wagon ended I've found myself building webapps for fun, and even managed to land several job interviews from interesting companies. I salute Le Wagon for providing me with a wonderful learning experience, as well as enabling my confidence to pursue a career in Web Development. So if you're looking for an immersive, valuable program to learn web development, Le Wagon is going to be your best bet!Read Less",FullStack program - 35+ locations,Web Development +241979,10868,le-wagon,Tanguy,False,2018,Joining Lewagon,2018-04-13,5.0,5.0,5.0,5.0,"I was stuck in a job that didn't bring any challenges anymore. After an injury I which prevented me from working for 3 weeks I started looking into coding. I watched tutorials, reviews, free exercises but I didn't have the support I needed or the correct... Read More guidance. LeWagon was recommended by my brother-in-law who is a Java Developer and after researching(ratings and reviews) I decided to take the plunge.From contacting them (Ed) to joining the process has been super friendly and welcoming. The course is intense but the support and the explanations are great and always available. It is a challenge but definitely worth it. I would do it all over again in a heart beat. Its a great experience which will open up a lot of avenues and have access to a big community.Thank you so much LeWagon for everything.The only issue I had was the commute time to get there but that was because I lived far away.Read Less",FullStack program - 35+ locations,Web Development +241936,10868,le-wagon,Leonard Percival,False,2017,Life changer,2018-04-13,5.0,5.0,5.0,5.0,"I've always been an entrepreneur and my own boss since leaving university 10 years. I used to run a fast food business an grew frustrated with the scalability of it. So I tried some online coding and realised the power of it. Fast forward 9 months, the... Read More week I left Le Wagon I started a web agency with a friend from the course and we got out first customers that week. Le Wagon was genuinely one of the best things I've ever done. I am now my own boss again. Apart from the odd meeting, I can work anywhere I want, whenever I want, as long we deliver for our customers, which we are doing. Le Wagon is not just for entrepreneurs. The speed at which my class mates landed developer jobs is faster than any other industry I know. The level this 9 week course can get you to is unimaginable until you actually do it. All my classmates are happily employed either full time or freelance and loving their new lives. Software is eating the world. Don't get left behind.Read Less",FullStack program - 35+ locations,Web Development +241871,10868,le-wagon,Grégoire Malzac,False,2018,Le Wagon London - Batch #123,2018-04-13,5.0,5.0,5.0,5.0,"Mid-2017, after 7+ years working as a consultant in the banking sector, I felt like I needed a fresh new start. Tired of endless meetings and committees, looking for agility and dynamism, I also took the decision to start working on my own projects. For... Read More that, I needed a new set of skills: coding!A friend of mine – now a freelance developer - had undertaken Le Wagon bootcamp in Paris 1 year before that and convinced me to do the same. So I joined the London batch mid-January 2018 for two months… and it was insanely great! Best experience ever, from my point of view. It was like going back to school but this time I loved it!But you have to be committed, I mean really committed! Learning something new 9h hours a day is not easy, especially when you left school 10 years ago like me (I am 33). But it is so cool solving puzzles all day long with people that eventually become your friends!In Le Wagon, I met incredibly rich and different profiles: an Olympic swimmer, a former consultant, a ski instructor, an investment banker, a chocolate producer, a teacher, an electrician… And that’s what makes the beauty of it! Here, everyone is different but we are all doing the same thing. And that variety comes really handy when the time arrives you have to be creative, especially the last two weeks when you have to build your own app from scratch.Every day starts with a 1h30 lesson on a specific topic. Then you are paired with a buddy and you have to go through as many exercises as you can together, leave no man behind! It is actually a great system since explaining or being explained something is always useful for both parts. And if you get stuck, you can raise a ticket and one of the teachers will come to help you within minutes.The two last weeks are dedicated to building your own project with a team or joining a team with a project. By group of 3 to 4 people, you build your app from scratch until the final demo day during which you present what you built in front of 100 people at Google Campus. Both scary and awesome!If you want to have a look at what my team and I achieved during those two last weeks, go to www.journease.online, a one stop shop for your journeys.As a conclusion, I absolutely loved those 2 months in Le Wagon. I wanted to learn the basis of coding and I did, more than that actually. I wanted to meet people (I am new in London) and I actually made some very good friends. I wanted to build something, my team and I built an app I am really proud of. I wanted to have fun and I most certainly did :slightly_smiling_face:Le Wagon is not the cheapest coding bootcamp (nor the most expensive either actually) but it is definitely worth it from my point of view. Their promise is “change your life, learn to code” it is more than fuffilled.Read Less",FullStack program - 35+ locations,Web Development +241729,10868,le-wagon,Michael A.,False,2018,"""Should have joined sooner!""",2018-04-12,5.0,5.0,5.0,5.0,"I have been working as a Digital Project Manager/Interactive Producer for the past 12 plus years at quite a few interactive Digital Agencies in Southern California. Until 3 years ago, I quit a solid full time job of 6 years because I was simply burnt... Read More out. Late nights, weekend work, and no real social life… I had to do something. When I quit my job, I really did not have a plan, but knew I wanted to have my own business, travel more, and to be in control of my time. After traveling a bit, I decided to start a small interactive agency. Things picked up quick and a big issue I was facing was finding reliable talent. I decided to learn more about the current state of the web development world to enhance my understanding and become a better Digital Project Manager. I needed to get up to date with front end development(started in digital as a web developer years ago) and have always been intimidated by the backend.I came across Le Wagon after going through a few dev bootcamp review sites. After checking out some of the Youtube videos and all the locations around the world, I knew I had to go. But which one?Next thing you know I am in Barcelona. First time in Spain and learning full stack development at Le Wagon. The curriculum covers everything you need to know to get started with front and backend development. Each day you are challenged and building up to create your very own web application. Of course you are not building it alone, you and your comrades you have been training with through the course are coming together daily to make it happen. And we made it happen! Teachers are awesome, course content is well thought out and presented well, and the support is exceptional. It was a good choice and think that taking the course was long overdue. I wish I would have signed up sooner. The digital world is moving fast, and if you want to stay current you have to be sure you are around the right people and resources. Le Wagon has been that place for me and has provided the knowledge upgrade I needed to take my skill set to the next level. The skills I have attained through Le Wagon have assisted in enhancing processes in my business as well as locating and hiring more reliable talent. I also have a newfound love for backend coding. Thank you Le Wagon!Read Less",FullStack program - 35+ locations,Web Development +241668,10868,le-wagon,Damien Boussardon,False,2018,Le wagon Bordeaux - Batch #127,2018-04-12,5.0,5.0,5.0,5.0,"Why Le Wagon? I've always been interested by computer sciences. I decided, a few months ago to apply at Le Wagon Bordeaux... And it was one of the best human and educational mission I have experienced so far. This training has been structured in such... Read More a way, it gives a maximum of technical knowledge in a minimal amount of time. It has lots of advises, in order to give us a great autonomy in order to be efficient after the ned of the Bootcamp. The community worldwide approach is just perfect. That's mainly why I recommend Le Wagon. In order to help you to understand what we are able to achieve after the nine weeks, I will explain more about the final project, which has been elaborated by Joseph Binyoum Bayemi and myself during the last two weeks in the Wagon.Our project named Bookmate is a web application. It connects (using a messenger) readers through literary taste and allows them to communicate. https://www.bookmate.club (if you are curious). Say it sounds simple but believe me, seven weeks ago we would have been unable to do it.If my experience could help some to make choices, I can only recommend that you go on (https://www.lewagon.com) to register, for the undecided I invite you to go read other feedback. See you soonRead Less",FullStack program - 35+ locations,Web Development +240500,10868,le-wagon,Claudine Pradal,False,2018,"Awesome Training, Batch 127, Bordeaux",2018-04-11,5.0,5.0,5.0,5.0,"This is the training you have to do if you want to change your day to day and start a tech. way of working !Working for 10 years as an Industrial Engineer, I moved to Bordeaux and wanted to make a real turn in my career. Wagon allows me to do so, thanks... Read More to the quality of the trainings, the team of course and the tech culture. In 9 weeks, you will learn how to build a website from the really beginning to the online version, knowing all the steps to do it in the best way, learning Ruby, Javascript, Html, Css, Ruby on Rails.I have just finished my training and have so many projets in my head now possible.Read Less",FullStack program - 35+ locations,Web Development +244233,10868,le-wagon,Sal Jim,False,2018,Tokyo & Discovering a Passion for Programming,2018-04-11,5.0,5.0,5.0,5.0,"I loved the variety of what were taught at LeWagon. Having not known much coding languages, learning Ruby, JavaScript, and Rails helped me pick up other languages - like Python - very easily. I'm very grateful for the opportunity to learn the basics of... Read More computer programming with a group passionate to teach it. Keeping pace with the breadth of new information every day was at times difficult, but overall definitely worth it. I now can confidently pursue a career in programming knowing that the learning process will be much easier if I choose to build complex programs or apps - it has really opened up the doors to an exciting new industry. Being in Tokyo also allowed me to network greatly and take part in their events like Slush, where I met a wealth of entrepreneurs and saw what they could build from the ground up as programmers. Being around the right people could definitely score you the right business deals for your startup as well. Shortly after completing the program, I participated in the Junction Hackathon with a team of 5, and we were able win 1st place. Being around other programmers really allowed me to measure up my skill, and often times, I could accurately tell that the course did graduate me as a 'junior developer'. I could understand most of the topics from advanced developers, and could accurately chart my course to reaching that level of skill. Regardless, for those looking to shift careers or go from student to junior developer, LeWagon does help do that.Read Less",FullStack program - 35+ locations,Web Development +240184,10868,le-wagon,Alisa Ming Yi Ng,False,2018,Le Wagon London - Batch #123,2018-04-11,5.0,5.0,5.0,5.0,"I was a third year Business Cinematic Arts student with no idea of where I wanted to proceed. Though I have had ideas in the past, I lacked the hard skills to bring them to life. Frustrated, I took this semester off, eager to explore the topics I been... Read More intrigued by. As I researched different bootcamps, I was drawn to Le Wagon’s approach of bringing coding skills to creative people. Little did I know, my decision to join Le Wagon would also jumpstart my understanding and career in UX Design, Web Development and Product Management.The first three weeks were tough but the Teaching Assistants were always around to answer questions and explain a concept again. While I was managing to complete the challenges, I did not take full advantage of what Le Wagon had to offer. I would leave before Live Code and spent little time with my batch. It wasn’t until the forth week that I was partnered with a buddy who insisted I stayed for Live Code and drinks. I stayed and my experience at Le Wagon changed for the absolute better. I got to know the Teaching Assistants on a more personable level, making it easier to ask questions during lecture and inquiring how to move forward from the bootcamp. I became more engaged as my buddy of the day would be a fellow coder and a friend. We would spend the day debating the best method to solve the coding challenge and joking around in between. I became eager to stay after I completed the challenges and even Live Code-d in front of my whole batch. If you allow it, this experience will not be a lonely nor purely academic one. Le Wagon is a warm space for learning wholeheartedly, asking a ton of questions, making friends, creating business partnerships, and coming up with ideas.The final three weeks at Le Wagon were my favorite - Project Weeks. This is when I was introduced to UX Design and Product Management. We started with Figma, an interface design tool, to map out what we wanted the web-app to look like. We spent the day brainstorming the user journey and dreaming about the website’s features. At the end of the day, we showcased our initial designs. The projects you will build with your team mates are a testament to how well Le Wagon prepares you. My team ended most days surprised and impressed with the work we have done. The workspace turns into a mini hub of start-ups. Each group vigorously coding away, enthusiastically brainstorming and collaboratively working. I was exhilarated from the energy I felt each day.The results? By the 6th week at Le Wagon, I secured a job as a UX Designer and Front End Web Developer at a Tech Start Up I am truly passionate about. Le Wagon gave me the coding skills I needed to be in the creative spaces I never dared to dream about. I am now able to have a career that is an amalgamation of my creative and analytical side.Read Less",FullStack program - 35+ locations,Web Development +239839,10868,le-wagon,Lucie Moreau,False,2018,By far from what I could have imagined to be able to code,2018-04-10,5.0,5.0,5.0,5.0,"Going to the demo day definitively convinced me to make Le Wagon. Talking with other guys just like me (same doubts regarding my motivation & capacities, same difficulties at the beginning, same expectations to be able to launch our own website), and... Read More seeing their projects, made in 2 weeks, really impressed me! I wanted to be part of it.The rythmn is intensed: the first weeks, I felt at the bottom of the Everest. Quite understandable when you come from a marketing background. But, fortunately :1) the course is extremely well thought out, with reminders all over the session and progressive difficulty.2) the teachers are amazing! Very patient, they spend time to explain, repeat, help you so as you get the logic. Their goal is to develop our curiosity and logic so as to be able to work and find the solution by ourselves.3) the teachers create a team building atmosphere so as to get close to the other students. Help one another, work together, let us improve our own level.Finally I code by far than I could imagine. I am really excited by what I learned and I definitively recommend Le Wagon!!Read Less",FullStack program - 35+ locations,Web Development +239761,10868,le-wagon,Karl,False,2017,Le Wagon - Copenhagen,2018-04-10,5.0,5.0,5.0,5.0,"I was a student of Le Wagon in Copenhagen during fall 2017 (oct - dec) and I had a fantastic experience. I came from a completely different background (business) and was relatively new to coding and the world of tech. I came in with the purpose of learning... Read More how to code and change my career into software developing. Le Wagon is perfect, the curricula is well planned and thought through, the tempo is high (be prepared to work hard) and the network of students and alumni is large and very helpful. But most important, you have so much fun doing it. I can gladly say that it helped me change my career as I started as a junior ruby software developer only two months after graduating!Read Less",FullStack program - 35+ locations,Web Development +239217,10868,le-wagon,Angele,False,2018,Le Wagon London - Batch 123,2018-04-10,5.0,5.0,5.0,5.0,"I have just graduated from Le Wagon, an intensive 9 weeks coding bootcamp. It was my first time programming and I absolutely loved it. These are my key take-aways from it.Three Broken clichés:Coding is lonely:Before joining Le Wagon, I had the image of... Read More coders as lonely, weird people who spent their days in front of screens, by themselves in a dark garage, eating cereal. In fact, what I discovered at Le Wagon is that coding actually requires a lot of collaboration. I think all the students from my batch will remember the day we started a group project on GitHub. In 90% of the cases, you will code with others, and being able to communicate efficiently is one of the key skills of a good programmer.Coding is boring:Once again, let’s return to the coder-caveman cliché. From an external point of view, he seems to constantly do the same thing, with the same bored expression. That’s a lie. When I was coding, I experienced rollercoaster moods that led to this kind of train of thought: 1. Getting stuck on something: “I hate coding, Ruby is wrong, my code is obviously perfect, anyway I despise it so it doesn’t matter” 2. Finding the solution: “Coding is amazing, it’s the best thing I’ve ever done, I’m the best, Ruby is the best, everyone is the best.” Until I got stuck again. Coding is challenging, tiring, frustrating but definitely not boring.Coding is for boys:The coder-caveman cliché from the movies is useful once again. Sadly, there are not a lot of coder-cavewomen on screens, which is a shame. There is a need for more developers in every industry, and a simple way to fix this is to encourage the other half of humankind to learn coding. We were ten women in our batch and we did just as well as the other 30 men. When it comes to coding, everyone is equal which is why more women should learn to code — and more tech companies should hire them.A travel Chatbot:During the last two weeks, we worked in teams to bring an idea to life. Celia, Hen, Ben and I created Voyagr, a Chatbot and associated web app which asks a series of questions to provide a user with personalized travel inspiration. Building a product in two weeks was very challenging but very interesting. The hardest part was prioritizing and making sure that we were focusing on the right tasks every day. In the end, we obtained good results and we have had almost 100 unique users since we launched it two weeks ago (check it out: voyagr.co.uk).Three amazing teammates and many more friends:There is nothing better than struggling on the same challenges during nine weeks to form friendships. I have met amazing people during these two months, from the students to the teachers. Le Wagon manages to bring together a very large variety of people in the same place, from those who have 20 years of work experience to freshly graduated high school students. This combination is a large part of what makes the bootcamp such an enriching experience. I personally became friends with an Olympic swimmer from Hong Kong, an experienced consultant, a Canadian former school teacher, a VC fund owner… and many more.Coding and Product management skills:You learn a lot in nine weeks and there is no time to rest. I felt more braindead during the bootcamp than I had ever felt during the course of my Bachelor or Master degrees. It’s difficult but completely worth it!Read Less",FullStack program - 35+ locations,Web Development +238808,10868,le-wagon,Léa,False,2017,Le Wagon Lille - Fantastic learning experience,2018-04-09,5.0,5.0,5.0,5.0,"Doing Le wagon Bootcamp and learning how to code during 9weeks was incredible ! I didn't know anything about coding but the Bootcamp program is so well thought and built that you can't fail. It has been very very intense but so efficient! I have met great... Read More people, joined a great and active network and gained new skills : It opened new perspectives . In addition the Lille team is sooooo great: present, attentive, very competent. They are quality teachers!I sincerely advise anyone who is interested by websites to do it. Read Less",FullStack program - 35+ locations,Web Development +238664,10868,le-wagon,Kateryna Merkalenko,False,2015,Le Wagon London - Batch #123,2018-04-09,5.0,5.0,5.0,5.0,"I have worked in Business Intelligence for 6 years and became interested in product management as a career change, however I felt that I lacked in-depth tech knowledge in order to be able to hit the ground running in that role. I then searched for bootcamps... Read More in London and Le Wagon really stood out in terms of their positive reviews online and offline.The course is structured really well and it is certainly challenging, no day is the same and you surprise yourself at the end how far you’ve come after not being able to properly write a line of code at the start of the course. The day begins with a lecture and followed by coding challenges that you need to complete with your buddy as you get paired up with a different student from the course every day. This is not only a great way of meeting everyone in the class but also means that sometimes you learn from your buddy and sometimes you get to teach and therefore give yourself the opportunity to improve and solidify the knowledge. Most importantly, throughout the day there are always teaching assistants to hand that are able to answer your every question and make sure that you have grasped all the concepts properly. After the course ends, Le Wagon provides a support network of talented alumni that share jobs, advice and tips which is invaluable. Le Wagon is not just a bootcamp, it’s a community that inspires, teaches and supports. I wouldn’t hesitate to recommend this experience to anyone!Read Less",,Unknown +238642,10868,le-wagon,Kateryna Merkalenko,False,2018,Le Wagon London - Batch #123,2018-04-09,5.0,5.0,5.0,5.0,"I have worked in Business Intelligence for 6 years and became interested in product management as a career change, however I felt that I lacked in-depth tech knowledge in order to be able to hit the ground running in that role. I then searched for bootcamps... Read More in London and Le Wagon really stood out in terms of their positive reviews online and offline.The course is structured really well and it is certainly challenging, no day is the same and you surprise yourself at the end how far you’ve come after not being able to properly write a line of code at the start of the course. The day begins with a lecture and followed by coding challenges that you need to complete with your buddy as you get paired up with a different student from the course every day. This is not only a great way of meeting everyone in the class but also means that sometimes you learn from your buddy and sometimes you get to teach and therefore give yourself the opportunity to improve and solidify the knowledge. Most importantly, throughout the day there are always teaching assistants to hand that are able to answer your every question and make sure that you have grasped all the concepts properly. After the course ends, Le Wagon provides a support network of talented alumni that share jobs, advice and tips which is invaluable. Le Wagon is not just a bootcamp, it’s a community that inspires, teaches and supports. I wouldn’t hesitate to recommend this experience to anyone.Read Less",FullStack program - 35+ locations,Web Development +237525,10868,le-wagon,Olivier Riccini,False,2018,Le Wagon Montreal - Batch 125,2018-04-08,5.0,5.0,5.0,5.0,"After graduating in management, I started my own business. After 3 years, I faced few challenges that gave me a hard time. I had to stop my activity. The conclusion: I lost a lot of money and time.In hindsight, this experience has made me stronger. As... Read More J-K Rowling said, ""Rock bottom became the solid foundation on which I rebuilt my life.""I decided to have my first digital experience by launching a social platform dedicated to sports. It is by working on this project, hand in hand with a web agency, that coding has aroused my interest.Coding has become a passion, and this is certainly the direction I wanted to take for my career. I dropped my platform to be entirely dedicated to coding. New career, new life, time for me to take off!After a few months of learning by myself, I was looking for a way to learn faster. While searching the Internet, I discovered Le Wagon Coding Bootcamp, ""Change your life, learn to code in 9 weeks"", perfect that was exactly what I was looking for!I've applied, got an interview with Antoine, the co-founder, got accepted into the program for January session. The adventure could start!I flew to Montreal in January (it was cold, but the snow is cool!). We met together on Sunday before the first day for a kick-off drink. I met my new classmates, few teachers, and MG.This drink was really a good idea and made me very comfortable.The bootcamp was very intense, we learned a new concept every day until the final project, which was an amazing experience! Each team worked hard to be ready for the demo day (https://www.lewagon.com/demoday/125).It was not just hard work, we had a lot of fun too! We participated in events organized by Le Wagon but also by ourselves.Thanks to Le Wagon, I am today a Full-Stack developer, and I have already few project opportunities I'm working on.Oh, and now I know a lot of great people!Read Less",FullStack program - 35+ locations,Web Development +237334,10868,le-wagon,Shirley Deng,False,2018,"Hands down, best decision I've made!",2018-04-07,5.0,5.0,5.0,5.0,"I studied event management at university but soon realised it wasn’t for me. After a few gap years of travelling, a friend invited me to a coding 101 workshop and I came out of it curious to learn more. Initially I tried to do some self teaching online... Read More but I found it a bit slow and difficult not having immediate help. That’s when I started looking at coding bootcamps - I was excited by the idea that you would be job ready by the end of the 9 weeks. After thorough research and reading so many reviews, I couldn’t believe I found a bootcamp that was so loved that it had 400+ reviews and 5 stars!It all happened so quickly - within two weeks I enrolled, did the prep work, started Le Wagon, and suddenly pursuing a new career change. Before starting, I was terrified about having no prior coding knowledge and being behind but soon found that everyone was in the same boat and all you needed was an eagerness to learn. The teachers and teaching assistants have such a welcoming approach, they really make sure you understand every concept and reasoning. Each and every day of the 9 weeks was insane, intense, but the best kind - I don’t think I’ve ever been more excited to get up at 7am. The structure of the program is perfectly designed, everything you learn in first 7 weeks is put in practice for your final project in the last two weeks. It’s so rewarding seeing this end product that you and your team have created in just 10 days.Coming straight out of Le Wagon, I was offered a front-end freelance job at a startup. A week later, I received two full-time Ruby developer job offers and have accepted one at a digital development agency. Hands down, applying at Le Wagon has been the best decision I’ve ever made. For the first time in my life, I’m excited about my career.Read Less",FullStack program - 35+ locations,Web Development +237003,10868,le-wagon,Mila Zangirolame,False,2017,"For all those who are technology enthusiasts, here you will find a family!",2018-04-06,5.0,5.0,5.0,5.0,"I would like to write this review to tell you a bit about how Le Wagon has transformed my life. I am a 33-year-old entrepreneur woman, who has the privilege of working from anywhere in the world as a business intelligence consultant for e-commerces. But... Read More I first graduated in History in 2007 and when I was in college, we were at the height of Fotolog and I remember doing one, for the arts discipline because many students didn’t have enough money to buy the books and so they used a black and white xerox paper to follow the content. Despite being a technology enthusiast, I confess I never imagined myself working in the area. After graduating I went to work in an institute maintained by a holding company and soon I was inserted in the universe of the marketing. Since then, there have been two more university courses, a specialization in digital marketing and a project management course, both i thought would allow me to act safely as a marketing manager - but I was wrong! Three years ago I founded a company in a small city in the interior of the state of São Paulo, Brazil to provide digital advice for new businesses, meeting a great demand of Brazilian businessmen in search of growth and expansion in their sales. During these three years, several technological changes have come directly to the success and competitiveness of my clients and more and more data science has become present. The work became difficult at the same time that new startups emerged with fluid and interactive business models and it was necessary to seek innovation and more knowledge and that is how I found the proposal of Le Wagon bootcamp.For someone who had never written a line of code at all, the first few weeks were intense and very difficult. I immersed myself in a totally unknown universe, and when I got to the middle of the program when we entered the Frontend grid, all things connected and a universe of possibilities opened up. The classes are fantastic, the exercises are done in rotating doubles, which lets you get to know all the people and what incredible people I've met! You feel at home, you have the full support of your teachers and classmates and you are not afraid to make a mistake. I connected with people who worked at Deloitte, Microsoft, Fintechs and a number of cool companies, met with liberal professionals and entrepreneurs and one of the students got a financing before the course ended to develop his demoday project. In addition, Le Wagon always performs meetups after the classes that new interesting people shows up (and have beer at the end!). It’s a laid-back environment where you can do a great networking. Another cool thing was access to an exclusive community in slack with people and companies from all over the world, where there are always interesting position offers and invitations for projects. When I finished the course I decided to send my resume and I was invited to 17 different interviews in a single month and one of them I met a former student from Le Wagon. But what surprised me the most was the quality of the curricular grade. I could not even believe how much I learned in such a short time. It was not ""just another course"", I really left feeling very capable of creating an innovative digital expansion project for my clients. After three months from the end of the bootcamp, I'm being able to implement significant changes and reaping the fruits of a 30% growth in my projects. I was able to perform integrations with APIs and ERPs and design a dashboard with data processing, that grows and modernizes every day, to function as an intelligence support for marketing staff, which also led to an economy with external and closed tools. My demand for projects has increased considerably, as has consulting.I'm building together with a community of women programmers an academy of algorithm studies that unites three Brazilian states. I'm sure this is just the beginning of a new level in my career and the choice to make Le Wagon bootcamp was key to that. I recommend Le Wagon bootcamp for every manager and entrepreneur, even if not in the technology area. If you love technology, and you know what it can do for you and your company, go ahead! I'm sure you will love the experience!Read Less",FullStack program - 35+ locations,Web Development +236817,10868,le-wagon,Henriette Brand,False,2018,Le Wagon - London,2018-04-06,5.0,5.0,5.0,0.0,"Before starting at Le Wagon I had just graduated from the University of Southampton in Maths. After a year of half heartedly applying to grad schemes I didn’t want and trying to figure what I did want, I came across codecademy a free online course designed... Read More to teach you the basics of programming. I loved it and needed more! After some research a career in web development was the plan! I did not however want to spend the next 3 years at uni again… and thats when my research led me to Le Wagon.Over the 9 weeks of the coding bootcamp we were trained to think like programmers through various exercises, had lectures and live code sessions every day (material which is available to alumni forever). The curriculum is well planned and consistently updated with a logical flow. The teachers were friendly and with ‘no question is a silly question’ attitude which to me was extremely comforting.If you’re reading this, then you are wondering how this course has so many positive reviews: after completion, this just seems natural. My enjoyment was also mirrored by my peers who were all in the same boat, different back stories but all with the eagerness to learn. We are now part of a community of alumni where everyone helps each other.With but 9 weeks of coding experience, my team and I successfully designed and developed a Facebook chatbot with a web application (www.voyagr.co.uk). The project we built was not something I could have imagined and something I am extremely proud of! Anyone who is prepared to embark on a 10 hour day, meeting like minded people and learning a LOT I thoroughly recommend Le Wagon!Read Less",FullStack program - 35+ locations,Web Development +236716,10868,le-wagon,Ben Baumann,False,2018,Le Wagon London,2018-04-06,5.0,5.0,5.0,5.0,"My gut feeling during university was that there was some spark within me missing. I studied economics and management but it never truly captivated me or made me motivated to go on to learn more. I knew my real passion was somewhere out there but yet to... Read More be found. After graduating, I got bored of the UK and flew out to Amsterdam to work within consumer electronics. During this spell, I had a lot of contact with new start ups trying to promote their new tech products and could see the hard work but enjoyment in their eyes building it all. All this talk about software engineering, product design, programming got me very curious.Then I found Le Wagon, a 9 week bootcamp which would take a total rookie and transform him into a confident developer with the tech tools to make ideas become a reality. I learned an incredible range of skills and really demonstrated this through our UniTixHub web-app (a hassle free solution of uni students exchanging tickets) which was a pleasure to demo at Google Campus. This has inspired me to continue learning, starting with React & Redux. But just as importantly, the friends and network I made along the way was the icing on the cake to confidently say it was one of the best experiences of my life.If you are looking for a change in career or simply just curious, please don’t hesistate to join Le Wagon, I can promise you will not regret it!Read Less",FullStack program - 35+ locations,Web Development +236710,10868,le-wagon,Alex Hughes,False,2018,"Le Wagon, London - fantastic experience, highly recommended",2018-04-06,5.0,5.0,5.0,5.0,"In a nutshell – Le Wagon, London is a fantastic coding bootcamp - I highly recommend it.Prior to joining the January 2018 batch, I had been working in sustainability consulting for several years. But I needed a change and having an interest in tech startups... Read More and an ambition to launch a business, I went part time to pursue an idea. Soon I had launched a Wordpress site to gauge market interest and start solving the problem. The feedback was OK but ultimately it brushed over the pain and didn’t adequately offer a solution. It needed more, I needed to iterate the site but where next? I didn’t know a great deal about any of the tech stacks and even if I had the money to spend how was I meant to brief developers? How would I know I was getting value for money? It soon became clear that my lack of knowledge here was a barrier. So, I researched resources and started some lessons on freecodecamp. Don’t get me wrong, their resources are good but it was slow-going for me and I didn’t feel I had enough direction. I felt I needed to properly dive-in to jump start progress!So I checked out a few bootcamps. After attending a couple of events from Le Wagon, including attending the previous batch’s demo day and having a conversation with Ed (the guy who runs things in London), I felt this was the right bootcamp for me.I wasn’t wrong – it was a challenging 9 weeks but it was definitely worth it. Structured lessons every morning and lots of practice for the rest of the day – tiring stuff. But the teachers and teaching assistants really do help and are there for you if you are seriously stuck (it will happen)! The structure of the course was great and even though things in the tech industry change quickly the teaching team clearly adapts lessons to accommodate for them. In the last three weeks you put it all in to practice with your own projects - for the creative and entrepreneurial this is fantastic!In those final 2 weeks, with the help of two great classmates, my site was rebuilt (www.oscapes.tech). Rebuilt is the wrong word … it’s more than that, it’s dynamic and is built on a Ruby on Rails tech stack that I understand, know how it works and can change myself! I met great people (teachers and classmates included), learnt a lot and had a great time! I couldn’t ask more from the course and look forward to the journey ahead!Read Less",FullStack program - 35+ locations,Web Development +236679,10868,le-wagon,Ben Fanning,False,2018,Ski Instructor => Web Developer in 2 months,2018-04-06,5.0,5.0,5.0,5.0,"This time last year I was a ski instructor.In some ways it was exactly the dream I had imagined, I loved the town I lived in, I loved the people I met and I loved the vast mountain scenery. What I didn’t love so much were the uncertain hours, the ridiculously... Read More low pay and the repetitive work. After a couple of years in Canada I resolved to start a real career and turned to something I had always had an interest in, tech.I started my journey alone, doing online coding courses via resources like CodeCademy and Udemy, but I soon found that I wasn’t really absorbing the knowledge. I felt like I was following instructions and copying code rather than understanding the reasons behind what I was doing. As a result, I took the decision to fast-track my learning by applying to a coding bootcamp. Finding Le Wagon wasn’t hard, googling “best coding bootcamp in London” brought up a number of ranking and comparison sites and they all ranked Le Wagon #1, having just finished the nine week course myself, it’s easy to see why.The first week is a bit of a culture shock, you come to realise the magnitude of what you don’t know and start to think that there is no way you can gain any meaningful understanding in the nine weeks you have here. Then, slowly, things begin to fall into place, you start to understand how Ruby works and the potential power it has. This understanding builds day on day, week on week until all of a sudden you find yourself with an extensive knowledge, and more importantly, understanding, of Ruby’s inner workings. After this you start to learn about front-end development, with HTML, CSS and Javascript before jumping into the rails framework and seeing everything you have learned come together into a cohesive end result.The final two weeks were the most enjoyable of the nine, pitching ideas and splitting into teams to build your own apps was an awesome experience. I was part of a team of four which built a facebook chatbot and associated rails app called Voyagr which provides tailored travel inspiration. In week one I would never have believed it possible that I could create something so complex, but by week seven I was itching to put my hard earned knowledge to the test and my confidence was sky high.Throughout the nine weeks you are surrounded by teachers and teaching assistants ready to further explain the finer points of the days topic as well as provide a helping hand debugging your code. These are the people who make Le Wagon truly special, their ability to confer understanding is second to none and is the reason why I have learned in nine weeks what would have taken my years to learn by myself.Having finished batch #123 I have started learning Node and ReactJS at a pace which far outsrips my first forays into the coding world. This is something which Le Wagon teaches almost as a byproduct; the knowledge and mindset which allows you to go on from the course and further your understanding in whatever direction you choose. The resources Le Wagon supplies after the course has finished coupled with an very active 2000+ alumni network means that even though I have finished the nine week bootcamp I don’t feel like I’ve finished with Le Wagon, quite the opposite in fact, I feel like I’m just starting.Read Less",FullStack program - 35+ locations,Web Development +243670,10868,le-wagon,Sean Kamioka,False,2018,Highly recommend,2018-04-06,5.0,5.0,5.0,5.0,"Le Wagon Tokyo in one word: great. I learned a tremendous amount and it was made fully evident on demo day with so much positive feedback. People were genuinely impressed with what we could do. It’s the type of program where you really get what you put... Read More in: if you are serious about becoming a developer, you can definitely become one. I am now working as a Rails developer and continuing my projects from Le Wagon, so evidently I am very pleased with everything that came from the experience. Our drivers Sylvain and Paul were also consistently great. They provided lots of great resources, events and networking opportunities which really made a big difference. They are clearly well immersed in the tech community in Tokyo.I feel a strong sense of community, and I look forward to contribute to it in every way I can.Read Less",FullStack program - 35+ locations,Web Development +236580,10868,le-wagon,Alina,False,2017,Challenging program that opens up tech opportunities in China!,2018-04-06,5.0,5.0,5.0,5.0,"I came to China to do my Master’s degree in 2012, then worked on consulting foreign SMEs in doing business in second tier China. My world changed when I got a job in an IT company that was building cloud-based accounting applications for the Chinese market.... Read More As a project manager, it was all great and fun to build software, but it felt that I was missing a lot on the tech side; we spoke different languages with the developers and it made product iteration too long. Le Wagon was the perfect & fast solution!I've known the Chengdu driver Allen since 2013 and I was fully trusting him that the program is valuable! I just thought at the beginning that it's a miracle what the students can accomplish in 9 weeks and just watched the first Chengdu batch from the start. Eventually, I went to their Demo Day in the beginning of September, learned about the students' projects, and spoke to some of the alumni. By the end of the same month I quit my job and registered for next the bootcamp and became a part of batch #114. From the first week I realized that the program is intense! Especially for a beginner like me with zero tech background. I panicked, but not for too long. I was learning a vocabulary of a completely different universe. I used to compare learning code with learning grammar of a new language - imagine, you studied a new grammar in the morning, by afternoon, you are learning how to use it fluently. I believe, that’s one of the secrets of Le Wagon: learn things by doing them. The other secrets are Teachers, TAs, the staff and amazing classmates. Teachers are incredibly patient, TAs are supportive, Allen is calming and classmates and buddies are happy to stop their own typing to draw out an explanation for me on a piece of paper. The curriculum is challenging and front-end & back-end knowledge powers up when we learn how to make WeChat mini-programs - a huge hype of Chinese internet that can possibly be compared to Apple's Apps. It had just launched when our batch started the course and Le Wagon was already providing us with fresh, and at some point revolutionary for China, skills to build WeChat mini-programs. Ultimately our batch chose to present a mini-programs for Demo Day without hesitation. We knew we had very strong support from teachers and mentors.I highly recommend Le Wagon to anyone who is looking for a career change and in need of experienced tech professional mentors who are willing to share their skills. It's definitely not an easy course and takes full concentration during whole 9 weeks, but if you are ready to pursue new job opportunities and push hard till the end, you will be rewarded a lot after learning to code with Le Wagon Chengdu!Read Less",,Unknown +236382,10868,le-wagon,Eduardo Salazar Miranda,False,2018,Such an amazing decision,2018-04-05,5.0,5.0,5.0,5.0,"I graduated university in 2014 and headed home to work in the telecommunications industry. I have always been passionate about startups and developing business ideas, which is why I chose to get my BBA in Entrepreneurial Management.However, home was not... Read More the best place to put my newly acquired knowledge to use as an employee or as a founder. The startup scene is practically inexistent and skilled labor in tech is hard to get by. So, my only chance was to learn how to do build these ideas myself. I started to learn on my own, but it got kind of overwhelming. Even though I did acquire some knowledge, I decided to take a break and came to Barcelona in order to get my master in Project Management. Slowly, it felt as if I was getting closer to my goal.It wasn’t, however, until I decided to join Le Wagon that I felt a huge progress in my carefully planned path. The first day of class was my birthday, so it was double the fun. Even though it was only two months, I have never felt such great power like I do today thanks to this boot camp. Now, I feel like there is no limit to what I can do. At Le Wagon I figured that there was so much to learn that now I have embraced the fact that my whole life is going to involve continuously learning new things. And that is one of the most important things you get from learning to code at Le Wagon, you learn to appreciate learning so much that it becomes a stimulating hobby for you. You get a lot of theory but everyday you learn to master it by putting it to practice. At the end of the bootcamp you end up having developed several applications. Today, after two weeks of having finished the bootcamp, I keep coding my own new projects and learning new things everyday. This wouldn’t be the same if I hadn’t gone through LW. I have found a passion, but not everybody comes to become a programmer, some people had their own goals and ideas of what to do with this knowledge, and they all left with their expectations greatly surpassed.The people are amazing. Your peers are like minded, but still a very diverse group of people that unite under one same goal. This journey makes you bond together very tightly. The staff, who I am also lucky to call my friends today, are incredible people and teachers, they know very well what they’re doing. Lastly, the program is incredibly well structured and the resources are top quality.I can only say amazing things about this place, if I could I would do it all over again.Read Less",FullStack program - 35+ locations,Web Development +236310,10868,le-wagon,Ahmed Elmi,False,2018,Le Wagon London is without a doubt the best place to start your journey into tech...,2018-04-05,4.7,5.0,5.0,4.0,"After finishing at Cambridge University and getting job offers I was not particularly keen on, I decided to take a year to just do all the things I had put off and at the top was learning how to code because I wanted the ability to build my ideas for... Read More cool products and services. Before I jumped on Le Wagon 9-week intensive coding bootcamp, I researched all the coding resources. I came across free sites such Codecademy and sites like Udemy that have top quality content at an affordable price.I also checked out loads of youtube tutorials and got to grips with the jargon but came to the conclusion that for me, I needed to throw myself in the deep end and JUST DO IT if I ever wanted to jumpstart my goal because I learn best when there is pressure and lots of things to get done. Otherwise, I would waste precious time and energy trudging along. This is why I ultimately decided to go the coding bootcamp-route and London is amazing for this as there are so many options for various goals.I came across General Assembly and attended their events, I liked their weekend courses (you can do front end and back end separate at a slow pace) and the intensive option ('come at me bro'- pace) which I leaned towards. Then I got in touch with Makers Academy and they did the intense approach while hooking you up to a paid gig at the end of it which I thought was pretty cool. However, it was when I came across Le Wagon and saw these fun-loving people with pure passion going after their unique goals that I knew this is where I was going to learn the best because I loved the vibe and the genuine camaraderie of the people. Most places are very transactional, which is fair enough because it's a business but that's not Le Wagon. It genuinely is a community and people gravitate towards like-minded peers/instructors to further their goals. Yeah, you pay for the course but you quickly realize that it's so much more than just a course, it is a way of approaching the tech sector from problem solving to networking to exploring cool ideas to figuring out where you want to be and how best to get there as so many experienced devs, product managers, founders/cofounders are regularly invited to talk about their experiences and field questions at Le Wagon's working space. Seriously, how cool is Le Wagon that you can code all day getting, getting stuck, fixing the bug(s) and in the evening you are sat in front of legends asking all your serious/silly questions to someone that has done what you want to do or think you want to do? I absolutely loved it and learned so much that would have taken me months if not a few years to cover through simply asking the right questions to the right people. It's priceless (it's 6.5 but you know what I mean).I am currently done with bootcamp and got to work on one of my ideas to solve a problem that has been nagging at me for years. I will have a market of one so things are already looking up!If you want to just learn how to code, build a business, meet cool people who chase their goals proactively and have deep meaningful conversations over lunch/drinks…. I recommend Le Wagon London without hesitation.Read Less",FullStack program - 35+ locations,Web Development +236284,10868,le-wagon,Pavlo Voitsekhivskyi,False,2018,Le Wagon Bali - The best decision of my life,2018-04-05,5.0,5.0,5.0,5.0,"Le Wagon Bali is the best place to learn programming! I attended the bootcamp without any prior coding experience and after only 2 months of the bootcamp, my team and I successfully built a working prototype of RunDB (https://www.run-db.com). I never... Read More thought this would be possible before coming to Bali!A little bit about myself…After 4 years of working in sales and business development, I wanted to be an entrepreneur and launched my own startup Atletude. Without any coding knowledge, I could only count on my developer friends to help me code my web app. But after a while I felt I was limited from contributing to my project and could not properly communicate my ideas with my developers. So, I decided to quit my job and learn to code.What can you expect from the bootcamp?You will find that the first few weeks of the bootcamp are built to be very challenging as it is a series of days of fast paced and intensive learning of new concepts. However, don't be worried because there is more than enough resources to see that you pull through. The teaching community will provide one-to-one time if you need and the unique pedagogy encourages you to learn with the fellow students and you are never left alone. Then slowly, you will start to see how all the concepts you learn come together and as if by magic you will start coding! By the final 2 weeks of the camp, you will be able to design and develop a working web app and work as a team like developers do. This rapid progress completely exceeded my expectation of what the bootcamp can deliver in such a short time! In the end, I learnt five new languages and understood how developers think, design, work together and create web apps which was exactly what I came to to Bali to learn.And why did I choose Le Wagon Bali of all places?I was trying to decide which city of Le Wagon would help my learning experience the most. In the end, I chose Bali and brought along my wife and my 2 month old baby. And so far, it was the best decision of my life! Imagine surfing in the morning, coding in the day and enjoying beautiful sunsets on the beach or in one of the many cool restaurants in Canggu with your new friends at the bootcamp - this is just regular life at Le Wagon Bali and not an exaggeration of what you can expect. On top of the relaxing environment to help me learn to code, the extremely well organized camp and the extra activities also enriched my experience. We were even brought on a boat trip to nearby islands and given interesting talks and workshops about the tech world. And did I mention the amazing morning coffee?!? The whole experience was so amazing that, and I know it doesn’t really make sense, I would love to do the same bootcamp all over againRead Less",FullStack program - 35+ locations,Web Development +236123,10868,le-wagon,Jason Vanhalwyn,False,2018,Le Wagon Lille,2018-04-05,5.0,5.0,5.0,5.0,"I don't think that sharing my story is quite relevant. However, I will make a little summary of what I liked during the bootcamp and what I didn't so that if you didn't apply for Le Wagon yet you can have a precise idea of how things works there.So, Le... Read More Wagon is composed of two main parts: the Kitt platform and the Teachers. Kitt gather the courses, the exercises and some resources. Your access to Kitt start the first day of the bootcamp and never ends, which means that when Kitt is updated with for example new courses, you will be able to get them even if your bootcamp session is finished, which is GREAT. Then there are the Teachers. They are going to help you learn coding all the while having fun. Every morning, you're going to have a 2-hour course on something new with one of them. During the afternoon, you're going to work on a bunch of exercises that correspond to the lesson you got earlier. If you have some difficulties you can get help by asking to your buddy of the day or by sending a message to the teacher through Kitt. At the end of the day, the Teacher is going to do the correction of the exercises. Also, if during the day there is something that you still didn't understood you can re-watch the course on Kitt.Personally, I loved this organization. The only thing I was disappointed about was that if you killed all the exercises of the day, there is nothing to do until the correction.Nevertheless, the exercises are interesting and the courses are very clear. I learned much more than I expected. It was a great experience.Le Wagon program fullstack: 100% approved.Read Less",FullStack program - 35+ locations,Web Development +235820,10868,le-wagon,Anonymous,True,2017,Le Wagon London,2018-04-04,5.0,5.0,5.0,5.0,"Nine weeks seems like such a short time. But nine weeks is all you need when you are at Le Wagon. You will learn how to build a website, make it look pretty and be proud of what you’ve achieved.Personally it’s more than I can say from my degree and I... Read More spent much more time and money on it. If you are considering a change in career or the start of a new one I think this is the way to go.I didn’t try other bootcamps but I find it difficult to believe I could have found one better. I was working in a career unsuited for my personality and this fit like a glove and gave my a taste for a totally new field.Don’t miss out!Read Less",FullStack program - 35+ locations,Web Development +235517,10868,le-wagon,Alexander Clapp,False,2018,Le Wagon exceeded my expectations,2018-04-04,5.0,5.0,5.0,0.0,"Prior to starting my MBA at INSEAD i wanted to learn computer programming in order to start a business. I tried for 6-8 weeks to learn ruby and JavaScript with a book and various online programmes without much success. Fed up with my lack of progress,... Read More I applied to LeWagon and started two weeks later in Rio de Janeiro. The course exceeded my expectations by far. This is for the following reasons: 1.) incredibly well though out curriculum that is constantly updated and that has a very good logical progression, 2.) daily classes consisting of 90 min lectures, hours and hours of exercises with the help of the teacher and mentors and 90 minutes of live coding at the end of the day, 3.) incredibly attentive teachers with an unlimited level of patience, 4.) a final project that allows you to apply your coding skills in real life. My team built a web app for a social enterprise called troveko, which we pitched at the demo day. The course thus combines both coding and business skills. I would wholeheartedly recommend the course.Read Less",FullStack program - 35+ locations,Web Development +235504,10868,le-wagon,Sean Kamioka,False,2018,Highly recommend,2018-04-04,5.0,5.0,5.0,5.0,"Le Wagon Tokyo in one word: great. I learned a tremendous amount and it was made fully evident on demo day with so much positive feedback. People were genuinely impressed with what we could do. It’s the type of program where you really get what you put... Read More in: if you are serious about becoming a developer, you can definitely become one. I am now working as a Rails developer and continuing my projects from Le Wagon, so evidently I am very pleased with everything that came from the experience. Our drivers Sylvain and Paul were also consistently great. They provided lots of great resources, events and networking opportunities which really made a big difference. They are clearly well immersed in the tech community in Tokyo.I feel a strong sense of community, and I look forward to contribute to it in every way I can.Read Less",,Unknown +238492,10868,le-wagon,Miguel Aguilera-Croasdaile,False,2018,"Best learning experience of my life, Le Wagon Amsterdam Batch #126",2018-04-04,5.0,5.0,5.0,5.0,"I recently completed Le Wagon Amsterdam batch #126. It was, in short, the best learning experience of my life. Throughout and after high school, which I graduated the summer just before the bootcamp, I completed other coding courses before, but none of... Read More them had the same impact on me or taught me as much as Le Wagon. Even with very high expectations for the programme, they managed to exceed each and every one. The curriculum and structure side of the programme is amazing. The teachers and teacher assistants do a great job at explaining every concept just enough so you really understand what you’re doing. Additionally, they teach other soft and hard skills a developer needs to succeed in the industry, such as version control and collaboration with other developers.What surprised and pleased me the most was the sense of community that is created since day one, and persists even after the bootcamp is over. The buddy system is a great way to learn to code with other developers, get to know the other bootcamp participants and even make new friends.All in all, I would absolutely recommend LeWagon to anyone, regardless of previous experience with code.Read Less",FullStack program - 35+ locations,Web Development +244237,10868,le-wagon,Adam Boujida,False,2018,Landed a COO position after Le Wagon Tokyo,2018-04-04,5.0,5.0,5.0,5.0,"Before I joined the Le Wagon Tokyo I worked for eight years for a number of Fortune 500 companies in a Corporate Finance environment. I never coded or had any programming experience before, and to come away at the end of camp with the ability to understand... Read More how to build an application from product design and conception to full-working production online was unbelievable and invigorating!All of the Tokyo staff were so impressive and accomplished, it inspires you to want to do more for yourself.Having continued access to Le Wagon resources as an alumni afterwards is so beneficial. Through the Le Wagon Tokyo experience, I was able to land a new job as Chief Operating Officer of an established startup overseeing development. I am now on a course to a new life and career path in Japan and this was much more than I ever imagined to happen!Read Less",FullStack program - 35+ locations,Web Development +235435,10868,le-wagon,Ryan Kretch,False,2017,"What a crazy, incredible ride.",2018-04-04,5.0,5.0,5.0,5.0,"Just before writing this review, I was programming away on a Rails application for a freelance client; feeling the adrenaline of jumping back and forth between back and front-end as I freed the code of bugs. I feel in-control, powerful, and like I can... Read More accomplish anything if I really set my mind to it. A few months ago, this would not have been possible.Before Le Wagon, I always felt pretty stuck. I had that dreaded feeling of waking up every morning, anxious and complacent about going to work; doing everything for the paycheck. I always felt like my job controlled me and I was running on autopilot, doing what I needed to get done to go home and let life begin everyday.In comes Le Wagon. What a crazy, incredible ride. I don’t even know where to begin.– The course material was engaging and challenging. The lectures and instruction were typically short and sweet; giving us the fundamentals to go on with the day and code until we couldn’t code anymore.– The instructors were inspiring and reminded me of how much I love to learn; especially as a more focused adult. I consider them to be lifelong friends and mentors. Not having strong role models previously, I gained several while on this camp.– My peers may have been the best part about it. We were all going through the same crazy coursework together. I’ve come out of the course with freelance buddies, business partners and close friends.I think the greatest takeaways I had from Le Wagon was that it gave me the skills and the confidence to get out there and start obtaining some freelance jobs to gain more experience. Furthermore, when I go to start my own business in the future, I will feel technically ready to make it happen. Finally, I love that I have an invigorated drive to learn again, and I no longer have the limiting beliefs that have stopped me from reaching my full potential in the past.One thing to keep in mind is that you have to work your ass off to get the most out of the experience. This includes after the experience. Don’t let your skills go to waste after the camp by not putting them into action in one way or another.Either way, you will enjoy it, you won’t have regrets. Make the investment, because it is so worth it.Read Less",FullStack program - 35+ locations,Web Development +235204,10868,le-wagon,Francois,False,2017,Le Wagon São Paulo,2018-04-03,5.0,5.0,5.0,0.0,"My name is François, I took the batch#64 in São Paulo, Brazil. I used to work in investment banking in France and I wanted to take advantage of a life transition where I decided to live in Brazil to learn new skills. I was attracted by the tech world... Read More and wanted to get to know web-development with the idea to develop my own project or join a start-up (I joined a peer-to-peer lending platform in Brazil few months after Le Wagon). Getting out of Le Wagon you can easily get a role as junior developer, however it is also a strong asset if you are looking for product manager role or any business role in a tech company.The key barriers to entry to web-development is the fact that a web application mixes a lot of pieces that you have to put together to have it up and running: you need a backend language (Ruby @ Le Wagon), HTML & CSS to build your frontend, javascript to make it bite reactive, a data-base, etc… which makes it extremely hard to learn on your own. Le Wagon pedagogy is great and quickly guides you step by step through the basics of web-development to build strong foundations (no blind application of something you would be told to do, you actually know what you are doing !).The 2 last weeks are dedicated to building an application, it is amazing what you can achieve in 2 weeks when you had no previous knowledge few weeks earlier! My project was an application that helps friends getting together calculating the best neighborhood to hangout (based on where people will leave and taking commuting time into account) and generating a selection of bars and restaurants so that the group can democratically decides where it will hangout, ain’t that cool ?Read Less",FullStack program - 35+ locations,Web Development +235140,10868,le-wagon,Cassiano Mangini da Costa,False,2017,A new begining,2018-04-03,5.0,5.0,5.0,5.0,"My name is Cassiano Mangini da Costa, I'm 31 years old, from Santos, São Paulo, Brazil, graduated in Information Systems from the Catholic University of Santos (2008 - 2012). I have experience in IT as a Cobol programmer, systems analyst and IT architecture... Read More analyst at Bank Bradesco and Bank Itau.At the end of 2014, I decided to leave aside my career as a systems analyst to realize the dream of going abroad to learn English and to be in contact with a different culture.The destination chosen was the city of Cork in Ireland.In the beginning of 2016 after completed my English course and my IELTS certification, I got a job in Apple's as a third party, responsible for supporting Apple Maps users, as well as data analysis and other activities.In 2017 I decided it was time to go back to something more related to my degree and experience, but 3 years had passed since my last experience as a systems analyst. I was not feeling prepared to apply to any IT job position, I felt that I needed to recycle my CV and update my knowledge.I started researching about boot camps, as well as chatting with many friends about possibilities. One of my friends was attending the Le Wagon course in Barcelona and he was really enjoying what he was learning.I have decided to read a little more about the boot camp, the content taught and the roles of a full stack developer.I was considering attending the course in Europe, but to my surprise one of the cities from the next batch would be São Paulo.That was all I wanted! To be studying and being close to my family and friends again.I have made my registration and the interview with Mathieu motivated me even more to attend the course.Time to pack all my stuff, go back to Brazil and face this challenge!Le Wagon's teaching approach really surprised me, I was motivated and challenged from the first to the last day of the course.The first few weeks were very difficult for everyone, but with the support of teachers and classmates, I knew the end result would be worthwhile. And in the blink of an eye, it was time to develop our final project.Despite having some personal ideas of final projects, I decided to accept the invitation from a colleague to develop an intelligent platform (Advalori) to bring together clients (startups and small/medium companies) who needed to improve and control their cash flow with investors (factorings). It was incredible what we were able to develop in just 10 days!After having finalized the course in December, I took a break, so that in 2018 I could start the hunt for my first work as a Full Stack Developer. And the reward and dedication came in less than a month of searching.After some tests and interviews, I got my first job as Full Stack Developer in GigaServices.GigaServices is an IT consulting firm, founded in 2009, based in Sao Paulo and in Curitiba, SP, Brazil. They have clients as GO Eyewear, Mundial S.A, Softfilm, Dermiwil, Trident and Livraria Saraiva.I am part of the team responsible for developing all the demand (bugs fix and systems innovation) and data integration.The mainly product of GigaServices is MOBBIZ (www.mobbiz.com.br), a web platform that can do many activities such as: sales force automation, digital catalog, accountability, agenda of appointments, news and notifications, trainings via tablets, check list, action plan and summary of performance.The excitement and search for more knowledge are just beginning!Thank you Le Wagon for everything!Read Less",FullStack program - 35+ locations,Web Development +235074,10868,le-wagon,Hygor Dupin,False,2017,"Exceptional, Extraordinary. I have no other expressions to describe Le Wagon São Paulo.",2018-04-03,5.0,5.0,5.0,5.0,"I spent two exceptional months at Le Wagon. During this period, I made friends of a lifetime and, as a bonus, I acquired a set of skills I consider indispensable today.Whatever your career path, all skills Le Wagon is able to teach you is becoming ever... Read More more important. If you want to rapidly understand the developers world, Le Wagon, in company with Mathieu Le Roux, is the best place for this. No doubt.Read Less",FullStack program - 35+ locations,Web Development +235414,10868,le-wagon,Johan Faerch,False,2018,Amazingly rewarding - Coding all the way through Barcelona,2018-04-03,5.0,5.0,5.0,5.0,I quit my job as COO of a small software company at the age of 53 because it was becoming more of a sales position and that initiated me to make a career change and go all in on my dream of becoming a web developer. Three weeks later I was in Barcelona... Read More on a very intense web developer boot-camp to learn the full stack based on Ruby on Rails.I had no prior experience to coding in any language so for me basically everything was new which meant focusing and working long hours every day - even outside of the 9-10 hour days on the boot-camp - in order to 'get' as much as possible. The instructors were great and especially their patience was admirable when we asked what must have been the same questions over and over.Le Wagon lead us through everything from the database to the front-end step by step and through the entire process we were working hands on with bigger and bigger projects. We finished the camp in teams of 3 or 4 where we in two intense weeks built a fully functional and relatively complex web application. Our projects were constantly pushed through social media and getting attention from potential future employers which combined with all the extra events like job fairs and networking arranged by Le Wagon was a great inspiration and opportunity for us as new developers.This camp far exceeded my expectations and at the time of writing this just a few days after finishing in Barcelona I already have two job offers in Denmark and Germany. I'm definitely going all in on this exciting field where the market is screaming for qualified people - I hope to be able to combine my future job with my interest in and knowledge of the Blockchain but that only time will tell...Read Less,FullStack program - 35+ locations,Web Development +234985,10868,le-wagon,Corentin Diard,False,2018,Bordeaux batch 127,2018-04-03,5.0,5.0,5.0,5.0,"Hi, i'm Corentin i was student at Le Wagon Bordeaux batch 127 in January 2018. I used to be an optician. I wanted to change my life because it was bored and had a passion for computer science. So I decided to learn to code to become Web Developer. I choose... Read More Le Wagon and i'm not disappointed because in two month i have learnt a lot of technical skills, languages and tips with qualify teachers. Our final project was amazing for very young developers like us. It's one of the best experience of my life, it's the best bootcamp and it's accessible to all.Read Less",FullStack program - 35+ locations,Web Development +232813,10868,le-wagon,Damien Guillot,False,2018,Wagon Montreal - Batch 125,2018-03-30,5.0,5.0,5.0,5.0,"I graduated from Business Administration a few months ago and over the last few years, I got more and more interested in entrepreneurship, especially in the tech industry.After an internship in a start-up in Montreal, I decided that it was time for me... Read More to build on some tech skills. I wanted to acquire the skills that will allow me to join a start-up with a product that resonates with my interest or to build my own product/projects.As soon as I began Le Wagon batch #125, I felt that I was at the right place to build on those new skills.As a matter of fact, Le Wagon's program was perfect for me as I had no previous experience in web development. Therefore, I needed a supportive environment to make my first steps in this challenging world.The 9 weeks were challenging, but with the incredible support of the teachers I made the most out of it and learned full stack web development. The project weeks were incredible as all the learnings from the past weeks finally aligned in my head and suddenly I realized that I was capable of doing much more than I would have thought.In only 2 weeks we built a functional web-app that I can use as the first major piece of my portfolio, but more importantly, I now have a clear vision of the process and challenges associated with building a web product.I now have the keys to grow as a web-developer or product manager and I am already working on side projects while searching for a job where I will put to use my recently acquired tech skills.Last but not least, Le Wagon is a wonderful human adventure and as a member of the family I have not only made great friends but I also have access to a strong network of mentors/business partners.Read Less",FullStack program - 35+ locations,Web Development +231894,10868,le-wagon,Joscha Koepke,False,2018,"This was an absolutely amazing experience (Batch 128, Barcelona)",2018-03-30,5.0,5.0,5.0,5.0,"Before joining Le Wagon, I was working at Google as an Account Manager in Digital Marketing for Google’s largest automotive and mobility clients. I did not have any prior knowledge of coding but noticed that more and more of my discussions with partners... Read More were about their web applications. This increased a lot with the emergence of new mobility start-ups.The business need together with a personality of always wanting to learn new skills made me very excited about applying to Le Wagon. The alumni reviews speak for themselves and even before going I was sure I had made the right choice. The people I met there and the skills I learned however completely exceeded my expectations. After going to Business School and learning for the sake of passing exams it felt extremely refreshing learning a skill for life. The teachers did an amazing job guiding the students along their line of thinking instead of imposing one single way to solve the many challenges. The absolute highlight were the three last weeks in which we built two MVPs. Before the bootcamp I would never have thought it was possible to build a working and fully designed MVP in only two weeks. Back in my job I am looking forward to apply not only the technical expertise I learnt but also use some of the Agile and Scrum techniques we learnt for my daily business.This was an absolutely amazing experience and I would recommend it to anybody in doubt.Read Less",FullStack program - 35+ locations,Web Development +243429,10868,le-wagon,Maxime Blain,False,2018,Le Wagon’s full stack course is what you want !,2018-03-29,5.0,5.0,5.0,0.0,"You will learn a lot of thing in so little time it’s just amazing but it’s difficult so be prepare because you can be overwhelmed easily with the amount of information you’ll receive.I had a high school diploma in IT networking but that was not exactly... Read More what I wanted to do in my life so I decided to join Le Wagon to learn how to become a web developer.I was in Le Wagon Bordeaux #127 the teachers and everyone else are nice and more than helpful they will push you to be better.To be honest, before to participate to Le Wagon Program, I wasn’t convince that it was that good… but since I’ve finished the program I can say it’s worth it ! I am 100% satisfied with my experience.Don’t be scared, if you take it seriously, you will not waste your time !Read Less",FullStack program - 35+ locations,Web Development +243428,10868,le-wagon,Alexandre Gros,False,2018,Awesome learning experience - Batch#127 - Bordeaux,2018-03-29,5.0,5.0,5.0,5.0,"After working in the banking industry and in IT banking industry, i was tired of the slowness and the antiqueness of the processes and way of working there.I was also frustrated about not to be technical enough to fully understand the IT processes. That’s... Read More why, in the first hand I decided to learn by myself coding with the help of internet resources. But after a while, I was kind of blocked in my learning progress.At this time, when surfing on the web, I found Le wagon bootcamp.The quality of the website, the transparency about the program, the good reviews and the alumni careers convinced me and long story short I enrolled for it ( and I can tell you, i do not regret it ).https://www.lewagon.com/The bootcamp was far beyond my expectations. The pedagogy, the learning pace, the resources are extremely well designed and you feel that you are immediately able to use it IRL.The second major key point is the people. Teachers, TAs, Drivers, are very nice, competent and always willing to help you, for the bootcamp itself but also for your personal project(s). They are very encouraging and they make you grow by putting you in the right direction, with the correct mindset.Last but not least Le wagon provide you with a huge active tech community.Le wagon Slack will be your best friend (you can go home facebook ) with tons a job offers, resources, tutorials, tech news… And of course, a help section if you are struggling with an issue, the 2K + members are here to help you out. I was part of wagon Batch #127 in Bordeaux (jan-march 2018). I’m now beginning my career as a freelance web developer and digital nomad, as will be living in the Caribbean. After only a couple of weeks after le wagon I have projects in the pipe, a tons of stuff to read, to learn, to do and the brain full of ideas in order to contribute to open source community and projects.La Wagon will open you the door of the gigantic tech universe. I have a brand new world to explore (bye bye boring office work and hours)…and coding under the sun with the feet on the sand…what else? To conclude, a tech enthusiastic, tech curious who is always willing to learn & grow and who is dreaming to be part of the tech world, enroll, you’ll not regret it!It's definitely not easy (as there is a lot to learn in 9 weeks), but it’s totally worth it without any doubt.Change your life: learn to code with Le Wagon…and see you soon on SlackRead Less",FullStack program - 35+ locations,Web Development +243422,10868,le-wagon,David Morley,False,2018,An amazing experience,2018-03-29,5.0,5.0,5.0,5.0,"My review is kind of long so I’ll start of with a summary- if you are thinking about a career in web development or just want to learn a new set of marketable skills, do the Le Wagon bootcamp. I couldn’t believe that it could live up to all the positive... Read More reviews I found before starting the course, but it did and then some.Right from the get go Le Wagon does two things amazingly well- teaching you how to code and making you feel part of a community. They send you an extensive list of prepwork to do so that you have a bit of foundation and can hit the ground running on Day 1. Frequent drinks are organized to encourage everyone to hang out. This is really effective- by the end you will have made some really good friends and an extensive contact list of established and budding developers.If you like a challenge you will love the daily routine at Le Wagon. Attend a 60-90 minute lecture in the morning covering a particular topic, after which you spend the next 6-7 hours tackling tasks based around this material. It is not all smooth sailing- there are tonnes of moments where you feel like tearing your hair out in frustration. But there are an equal amount of “eureka!” moments when you finally lock down a concept. And there are always a group of extremely capable TA’s to help out- if you put in a ticket they will generally be with you in a couple of minutes. It is crazy how good some of these guys are at reading your mess of code and figuring out what you’re actually trying to do. They are all genuine guys who are really easy to get along with and who you will also count as friends by the end of the course.By week 4 or 5 you really start to see how all the skills you are learning are coming together and then this is all consolidated by the two projects you do in the last 3 weeks of the course. These projects give you invaluable experience in creating a project from scratch and learning how to code a product with your partners.The office itself is amazing. Such a great workspace to learn in. It really starts to feel like home by the end of it and we were genuinely sad to leave. Ed, who manages Le Wagon London, is an amazing guy who is always willing to have a chat and give you encouragement.They set up some really good talks to help guide you through the post-bootcamp-find-a-job phase. I left knowing what needed to be done in order to both continue developing my skills and to conduct a successful job search.Other great perks:Coffee anytime you want itYogas Tuesdays and ThursdaysFinal Summary:Teaching- greatTA’s- super-skilled and friendlyWorkspace- top-notchTasks- challenging and fun to work onFellow students- varied bunch in terms of origin, age and experience which makes it a delight to get to know everyone.Top tips:Prepwork- do it! And maybe re-do the ruby section just before the bootcamp starts to really hit the ground running. If you have time, revisit a bit of the Javascript prep before you start the JS section.Flashcards- find time to do these. It will really help with consolidating material. Also make use of the bookmark function for important or tricky cards. This is both useful during the course and afterwards.Be on time for lecture and pay attention- showing up even a bit late will make it tricky to get the materialDo not get disheartened if you don’t completely get a concept. You will often find that after a bit of time it will become second nature to you. I’m looking at you iterators.Don’t get a chromebook! I tried and struggled throughout the courseTry and do yoga, if you’re so inclined. The instructor is excellent and it really helps to clear your mind after a long day of coding.Go to drinks on Fridays- it really helps you to unwind and build friendshipsRelax on the weekends- your brain needs time to process material. Speaking of which, have fun with dreaming about coding.Read Less",FullStack program - 35+ locations,Web Development +243374,10868,le-wagon,Francisco Alexandre Antunes Barreto,False,2018,Le Wagon Lisbon ( batch 122 ),2018-03-28,5.0,5.0,5.0,5.0,"After dropping out of college I stumbled across programming online and immediately fell in love with it. I got my feet wet with Codecademy and tried to teach myself how to code via tutorials and online mini-courses. Even though I made good progress and... Read More was able to make very simple mobile apps I always felt like I lacked the fundamentals and the structure to really be a competent developer and that’s when I realised I needed more than a simple online course, at the same time I found out about the concept of coding bootcamps, which promised very good results over a short period of time and Le Wagon ranked number one in every review site I visited, so after reading countless 5 star reviews I enrolled in Lisbon.Everyone warned me about the pace of the bootcamp and how intense it was, but I remember being in shock with the rest of my classmates in the first week. We all felt like this was just too much to grasp in 9 weeks, but we were so wrong ! Don’t get me wrong, this is indeed A LOT to grasp in 9 weeks, but what makes Le Wagon different from every other learning experience I’ve had is the people that are apart of it - from the lead teachers, teacher assistants, the driver and even the intern! Everyone made sure we had the best guidance and support over the course, and displayed a level a of patience that I was not used to. In college, if you keep asking the teacher question after question, after a while they will just find a nice way to tell you to fuck off, whereas in Le Wagon they welcomed your questions and were always there to help you solve your challenges.Besides the intense and rewarding learning part, which is obviously the reason why everyone decides to enroll on a bootcamp, the experience itself was great. In what other school/bootcamp are you drinking, having fun, meeting interesting people, all while learning such a overwhelming skill like web development! So much so that I looked forward to going to Le Wagon everyday, even when I knew I was going to work my ass off and be really tired by 7PM, I still wanted to go, and that can only happen if you are enjoying the journey.The climax of this journey are the last 10 days where you and your group get to build a project from scratch to present it on Demo Day. This is the defining moment where you put to work all the skills you've been acquiring the previous 7 weeks, and by skills I’m not only talking about the hard skills ( HTML, CSS, Javascript, Ruby on rails) but also the collaboration, agile development methodology and design tips you've been taught in the bootcamp. I really enjoyed this last part of the course because it was so rewarding to create something out of nothing with skills you didn't have just a couple of months before!At the end of the day, this was by far the best learning experience I've ever had and I would recommended to anyone, now I see why they have all of those 5 star reviewsRead Less",FullStack program - 35+ locations,Web Development +243159,10868,le-wagon,Celia Collins,False,2018,Great boot camp,2018-03-27,5.0,5.0,5.0,5.0,"I had finished university and was unsure what to do with myself, when someone recommended trying out coding. After doing lots of online research, I decided to sign up to Le Wagon because all the reviews were very positive. I was quite nervous because... Read More it seemed like a big commitment considering I was still a bit unsure.It was in fact a great decision! The teaching and the resources were amazing, and after 9 weeks I feel confident going in looking for a job in coding. Each day we were taught a new concept and then given tasks to complete to reinforce the learning, a style that really worked for me. The teachers are helpful, and the community itself is strong and supportive. I feel that even now I have finished I could always reach out and ask for help and someone would very happily give me that help. I was suspicious about the lack of bad reviews of Le Wagon, but it is just because it is a really good coding boot camp. I would definitely recommend it to anyone.Read Less",FullStack program - 35+ locations,Web Development +243352,10868,le-wagon,Gustavo Liu,False,2017,Amazing Learning Experience!,2018-03-26,5.0,5.0,5.0,5.0,"The period I spent in Le Wagon was an amazing learning experience. My background is in healthcare. I am a physician and practice in the field of Family and Community Medicine. I always had special interest in technology, and thought that learning to code... Read More would be a useful skill for life - both professionally - as the applications of technology in healthcare seems to be promising - and personally, as I found out that I enjoy coding and solving problems.The bootcamp period was intense. The people that I met there were amazing. The volume of information we learnt was huge. It was challenging, satisfying and fun. If I were to give advice to anyone that considers going through the process, that would be to prepare in advance. Learn the basics beforehand, do the prep work. It really pays.During the last weeks of the bootcamp, our team developed 2 applications. The first was a Airbnb-like platform in which healthcare professionals could lease, rent or share consulting rooms. The second was a web-based tool aimed to reduce paperwork and provide meaningful data to healthcare providers working in basic health units. I feel really proud of what we did there. As I am writing, 3 and a half months after the bootcamp, I consider that this learning experience opened many opportunities for me. Since last month I am working in a project in which technology is applied to make the healthcare system of my country more efficient, and the skill of knowing how to code was considered a great asset in my job interview.I keep studying coding in my spare time, and as a side project, I shall start prototyping an idea, coding a MVP, soon.Before Le Wagon, all of this would be unthinkable. I am grateful to all the Le Wagon staff, and believe that it really did change my life for better.Read Less",FullStack program - 35+ locations,Web Development +243306,10868,le-wagon,Freddy Kurniawan,False,2018,Bali - More Than a Tropical Paradise,2018-03-24,5.0,5.0,5.0,5.0,"People asked me, you go to Bali to do what? Coding??? That’s right. I spent the first 2 months of this amazing year of 2018 coding with Le Wagon Bali, and it literally Changed My Life.Graduated from UC Berkeley with an Industrial Engineering degree, worked... Read More in Silicon Valley for a few years, and then moved to Shanghai to learn Mandarin, I’ve been constantly surrounded by tech geeks and gradually exposed to the increasingly popular “digital nomad” lifestyle. The idea of traveling the world while working remotely as a web developer appealed to me, so I decided to jump on the bandwagon (see what I did there). I was thrilled to hear the best coding bootcamp in the world was opening its first batch in my home Bali, Indonesia and even more thrilled knowing the timing was perfect for me to join.I have three reasons why Le Wagon Bali is the coding bootcamp you should consider.First, the curriculum. I don’t need to explain why Le Wagon is currently the best coding bootcamp in the world. You will not only be able to code in five highly-marketable programming languages (Ruby, SQL, HTML, CSS, Javascript), but also have your own very first MVP built at the camp (take a look at mine: www.wearewaterfall.com). As the old Chinese proverb says: 授人以鱼,不如授人以渔, give a man a fish to feed him for a day, teach a man how to fish to feed him for a lifetime - at the camp, you will get to acquire new skills every single day and more importantly, learn how to work independently.Second, the people. You will meet people from all walks of life. My batch consisted of 16 people from 10 different countries and 5 instructors and leaders from 4 more, and each carried their own stories, skills, and perspectives. We get to know and work with each other intimately through the buddy system and later, in the team projects. Le Wagon have developed an amazing learning culture that encourages everyone to respect and help one another regardless of proficiency level and learning speed. My favorite thing about this is the fact that after the bootcamp, I would have buddies from all around the world that I can potentially work with in the future. As digital nomads, you live far away from your family, but you will have families everywhere you go. We are in this together.Third, the place. I could be biased, because Bali is my home, but you can ask a million other people who have visited this tropical paradise on how fun it is to live here. Two months in Bali was not nearly enough to fully get the most of the island, let alone only a week that most people spend when they visit the island. Therefore, I can’t think of a better reason to choose Bali for a coding bootcamp of a global reputation. Our classroom in the Canggu area is a 5-minute walking distance from a popular, quiet surf beach and surrounded by a huge variety of gastronomy from around the world, including fusion and vegan (some would even say it is a vegan paradise). The mountains are merely an hour car ride away, or you can also rent a yacht to the nearby islands to swim with manta rays. Follow our Instagram (@lewagonbali) if that was not enough to convince you.Now I am back in China, finishing my language study while building my portfolio and pruning all the skills I have learned from a bootcamp. After this, I want to travel the world, build impactful web applications, and potentially even teach at Le Wagon one day.Read Less",FullStack program - 35+ locations,Web Development +243219,10868,le-wagon,Rahel,False,2018,Fantastic - Loved it! (Batch #128 in Bali),2018-03-22,5.0,5.0,5.0,0.0,"Coming from the creative industry working as a freelance fashion photographer for the last 7 years, I was pretty worried about my ability to learn something as ‘technical’ and ‘right-brain’ as coding.But, the super well thought out structure of Le Wagon... Read More coding bootcamp meant that I was able to learn far more than I ever imagined. The program is fast paced but thorough enough to get the core concepts hammered in and have you ready and confident to take on projects by the end.As I was coming from a zero-tech background I made sure to complete all the pre-course work which I would highly recommend if you want to maximise your capacity to absorb knowledge during the course. Regardless of your abilities, everyone is nurtured and catered for by the wonderful teachers and assistants but the more you can prepare before starting, the more material you will be able to cover during the lessons and therefore the further along you will be by the time you finish.For anyone considering the leap from a creative or otherwise less ‘techy’ field or anyone in general who wants to skill-up as fast as possible in Web Development, Le Wagon is your ticket. I wouldn’t hesitate to recommend this fantastic programme especially in the blissful location of Bali with Dirk and his fabulous team.Read Less",FullStack program - 35+ locations,Web Development +237541,10868,le-wagon,Kate Catlin,False,2018,Le Wagon Bali Exceeded My Expectations,2018-03-21,5.0,5.0,5.0,0.0,"I started my own recruiting company, Find My Flock, a couple of years ago and it’s been quite successful so far. But the candidate interview process is manual and repetitive and I found it hard to scale. My goals in pursuing a code bootcamp were to relearn... Read More to code, to build a recruitment app to boost my business, and hopefully attract others to the project.
After a thorough research, I decided to enroll in Le Wagon Bali. The course itself has already been described in many of the other reviews so I won’t go into detail here. But I really want to highlight four differentiators:
First, how organized, structured and thoughtfully-composed the program is. The amount of information to take in can be overwhelming but the platform Le Wagon has built is unique and greatly facilitates learning.Second, how hands-on the program is. You actually spend the majority of the day solving exercises and applying your new knowledge.
Third, the last two weeks of the bootcamp you get to build a live, functional app with a team of others. In my case, we built the very project I was dreaming of for Find My Flock. I thought I would only be starting it after the bootcamp! The tireless camp instructors not only helped solve our daily coding problems, they coached our team on the presentation for Demo Day so we’d have a boost later when seeking investment.And lastly, the staff’s commitment to reducing stress before and throughout the learning process. Examples include pre-course prep work, yoga breaks, accommodation tips and more. One time I needed an electronics charger and they ordered it online for me in Indonesian and gave it to me in class.
So, what are the results? I left with a fully functioning recruitment web app. We’re already sending it to users to join. In addition, I hired two classmates to continue to develop. We code with the aid of a highly-active 2,500-members-strong Le Wagon alumni network. Multiple times already, I’ve posted a technical question on their Slack and gotten quick tips/help/feedback. I have never heard of these kinds of outcomes from another bootcamp.Thank you so much Le Wagon Bali— I fully intend to sing your praises to everyone who asks!Read Less",FullStack program - 35+ locations,Web Development +243248,10868,le-wagon,Hassan Mccutchen,False,2018,Le Wagon (Bali #128) transfroms you into a wizard! ,2018-03-21,5.0,5.0,5.0,0.0,"Before Le Wagon I was working at a hospital in New York City as a central sterile technician which not surprisingly did not involve any coding at all. Although I enjoyed my job I realized I had the ideas and desire to create things but I was not sure... Read More how to bring my ideas to life. I created my first Wordpress website but I quickly realized how limited I was with it. I then hired a developer and as I read through his code I thought to myself anyone who could read and write this stuff was a wizard! And could do anything!Months later I decided to make a change by traveling abroad to Asia and to gain some perspective. I thought after travelling I would come back to New York and really dedicate my time to learning how to code. But while traveling in Asia I met someone who told me about Le Wagon and how it changed her life. It allowed her to become a digital nomad and work from wherever her heart desired, which in my eyes was exactly what I wanted. So shortly after this encounter I applied to join the first batch of Le Wagon in Bali.During the bootcamp it became very clear that it would by no means be easy. I often struggled to wrap my head around complex logic but the instructors were so amazing and helpful that I never felt stranded or alone. Help was always available and resources were always provided to assist anyone who was in need and this is something I felt was the magic that makes Le Wagon so successful.During the last few weeks we built our own Web apps and if pressure makes diamonds, that was exactly what every person in our camp became. The amount of hard work, dedication and understanding Le Wagon fosters in each student was beyond my own expectations. I was able to finish the camp strong, confident and proud. If you are a creative person and are looking to change your life, Le Wagon is the perfect environment to help you become a “wizard” and really grant you the power to take control of your future.Read Less",FullStack program - 35+ locations,Web Development +243203,10868,le-wagon,Arnaud de La Chaise,False,2018,Building invaluable skills for life (Batch #128 in Bali),2018-03-19,5.0,5.0,5.0,0.0,"IN A NUTSHELL:The 8 weeks of the bootcamp will be tough and fast-paced, but when you look back at the end of the course, you truly feel empowered with the skills and knowledge to build a fully functional web-based app/ website. The course is originally... Read More designed for entrepreneurs who would like to learn how to build a website/ app for their business, yet it is very relevant for people who want to work as freelance developers, or who want to quickly learn what programming is about (like myself, I’m an independent management and strategy consultant with a now good knowledge in data analysis/ visualisation to offer to my clients). The course in Bali is very well staffed, students come from various walks of life and create a truly immersive community during the whole course. This was clearly one of the best learning experience in my life so far!FULL STORY:I decided to learn coding for two main reasons. Firstly, I had a few times some ideas for apps or websites, but never knew where and how to start to build a proof of concept; I was using this lack of skill as an excuse not to go any step further. Secondly, I believe that coding (any language or any context) will become a crucial skill in most of jobs - as important as knowing how to use a computer, excel… - especially when dealing with an ever-growing amount of data on a daily basis.I tried without success to learn coding by myself, but I lacked the structure to help me getting started on what was important and to deliver step by step an extensive and demanding knowledge. So I decided to look into coding bootcamps available, and the one that caught my attention was Le Wagon. I had a couple of ex-colleagues who did the bootcamp recently and contacted them to hear more about their experience. They easily convinced me.Just like me, they were working in Management and Strategy consulting for ~5 years, helping venerable industries to improve their businesses, but always far from the new Tech scene. Yet, they all learned invaluable skills that they are now using on a daily basis (they now fully switched to the tech industry).Before I dive into the content of the bootcamp, I must say that the 8 weeks the course last are extremely fast paced and demanding. The hours can be long, but mostly our brains were mobilised and learning new skills almost 24/7! This is not for the faint-hearted! But all the pain endured is quickly forgotten when we saw the first results.The first three weeks are dedicated to the core of programming. Basically, you will learn how Ruby (and most computer language) is built and how to quickly build back-end software. This part can be frustrating as you basically learn the first year of computer sciences in 3 weeks. But this is invaluable as you learn how to progressively think like a programmer and understand the logic of any computer language. Then you have about 2 weeks of front end (HTML, CSS, JS) and database management where you learn all the best practice, and because it’s front-end, you quickly feel empowered as you can see you are actually building beautiful webpages. The last 3 weeks are the most interesting: they are the projects weeks. On the first of these weeks, each team rebuilds a copycat of Airbnb from scratch (that’s really amazing – everyone after only 6 weeks is able to build such a site, with fully functional back and front ends!), then the last two weeks are for the projects pitched by students. On top of connecting all the dots (back and front ends), this is an excellent exercise to learn extra features (depending on the project needs) and to learn how to collaborate within a team of developers.What does Le Wagon give you in the end? The results are pretty self-explanatory: every student is capable of building a fully functional website/ app that they present at the end of the bootcamp. On top of this, Le Wagon gives you access to a huge library of resources, classes, videos… that you can access for life. Very useful when you want to review a specific point of the course, or when a new module is added to the course. Last, but not least, it gives you access to an extensive network of teachers and alumni to help and support you.Following Le Wagon in Bali is a unique experience: yes it can be frustrating to spend whole sunny days in front of your laptop, but the experiences are awesome. Students come from across the globe and all have different walks of life, creating an immense sense of cohesion within all classmates. No need to sell the charms of Bali, but did you know that it is also the number one destination for digital nomads (source nomadslist.com)? This means lots of freelancers who can give you advice if the digital nomad’s lifestyle appeals to you.As for myself, I am back home where although I am back to working as a freelance Management and Strategy consultant, I feel sharper than ever as I know I could effectively build a proof of concept for any app that would come to my mind (and I’m still working in my free time on my Le Wagon’s project), but also as a consultant, I can bring to the table real skills in data analysis, visualisation etc… that only few other professionals have. So that’s what I’m building now, the bridge between business people and data geeks!Read Less",FullStack program - 35+ locations,Web Development +243124,10868,le-wagon,Clement Bonnemaire,False,2018,Joining Le Wagon Bali was one of my best moves,2018-03-16,5.0,5.0,5.0,5.0,"Before attending Le Wagon Bali, I was working in the Building Industry in Singapore for 10 years, an industry which is not related to coding at all and an industry which is unfortunately left behind when it comes to digitalisation.I have always been a... Read More creative person, curious about new technologies, and several ideas of web products came to my mind during the last few years. But I felt a bit frustrated because I felt completely disconnected from the “tech industry”, and I had no idea of the right approach to adopt in order to develop my ideas.Then a friend recommended Le Wagon to me and as the first batch in Bali was about to be launched, I decided to enroll. I am very happy with my decision, and luckily my friend has told me about Le Wagon.To be clear, the 2 months in the bootcamp were very intense, and the Le Wagon program requires a lot of commitment and hard work. But the program is amazingly well structured, and step by step, day by day, you are progressively getting the full picture of fullstack development.When we started on the first day of the bootcamp, we discovered the hidden part of the Le Wagon iceberg: a powerful web platform, gathering in one place all tools needed by the students: lectures, videos, resources, assignments, tutorials, etc.. I have been really amazed by this platform, available to all students, and for life. After Le Wagon, this platform is priceless, as I can retrieve all the lectures videos and resources, helping me to go further about any specific subject.The 3 last weeks of the bootcamp were the richest weeks because we had the opportunity to develop two real web apps, working as a team all day long, and putting into practice all the skills learnt during the first 5 weeks. It is such a good feeling to actually build stuff, to be focused on it, and to realise what we were actually able to do!Doing the bootcamp in Bali is the cherry on the cake, learning to code in this kind of environment is just amazing. With classmates coming from all around the world it was an amazing experience, and I had the chance to develop true friendship with some of the students.I am overall very satisfied with this bootcamp. Not only have I learnt and practiced many technical skills in a condensed period of time, now I also feel very confident in building my own product. I have a very clear picture of all the steps to follow to do so and a clear insight of the available technologies. Last but not least, the support of the alumni community and the support of the Le Wagon web platform is absolutely worth every cent!To conclude, I will definitively recommend Le Wagon to anyone as it is an asset that you will keep with you for life, no matter what you do after the bootcamp. Even if I go back to my previous role in the Building Industry, I will certainly have an enriched approach on my future challenges, will hopefully be a better version of myself, and I will look at coming opportunities with a different perspective!Read Less",FullStack program - 35+ locations,Web Development +243094,10868,le-wagon,Pitipon Pluemworasawat,False,2017,"Become Wechat Mini-program developer with LeWagon(Chengdu, China) ",2018-03-15,5.0,5.0,5.0,5.0,"I am Mo from Thailand and am now a WeChat mini-program developer in Chengdu, China. Many years before Le Wagon I worked at a virtual tour company (but this was even before Google Street View so you could imagine things were very different in tech!). Last... Read More year, I worked as an IT Manager for managing IT outsourcing, web development and team building at Saraff Infotech (Thailand). Now, I am staying with my wife in Chengdu, China. I like the city as it is developing very fast. Because I missed a lot of new web technologies while I was an IT outsourcing manager, I wanted to get back into the industry. Therefore, I wanted to learn the most recent tech practices as well as make friends in Chengdu, which is why I joined Le Wagon :)My experience at Le Wagon ChengduFirst of all, I registered last minute for Le Wagon, so I was considering whether it was a good idea or not. Yet after the bootcamp, I can say it was the best decision to guide me to become a good developer and innovator. Prior to Le Wagon, I tried to learn many things by myself but that was a waste of time because I didn’t know which was the correct direction to learn and practice. Nowadays, new web technologies are too various, yet they are all connected. If you want to study by yourself, maybe it will take 1-2 years to know where are the best practices. In Le Wagon, lecturers and mentors are very experienced and experts, usually for more than 10 years. Also the Le Wagon method teaches students how to learn and apply other technologies by yourself. Now I can accelerate my learning and skills after Le Wagon. Impression of the programI got something beyond my expectation. I learned WeChat Mini-Programs - the new technology launched by Tencent in 2017, which I really like. It enables me to enter the China market with presence on a powerful APP like WeChat.Moreover, I like my Le Wagon friends, lecturers and mentors. They are kind people and very optimistic to build a strong developer community in Chengdu. We all come from very different backgrounds, lifestyles and careers.Biggest TakeawaysBest practices for web development skills and learning.Methods and planning to build APPs in a short time. These are very useful to continue learning and make projects in my IT career path.Life after Le Wagon Now, I am focusing on WeChat Mini Program development and working with one of mentors, who is continuing to help us understand how to organize as team developers and how to be successful entrepreneurs.Suggestions for youI highly recommend Le Wagon’s bootcamp in China. Both team Le Wagon Chengdu and Shanghai are very strong and passionate to build a very good developer and entrepreneur community. For those who do not have any IT skills before, this course can reduce time to learn by yourself from 1-2 years in 2 months. Moreover, we can keep learning and share experiences in the Le Wagon community after you graduate!Read Less",FullStack program - 35+ locations,Web Development +243026,10868,le-wagon,Daniel Contreras,False,2017,Absolutely worth every cent! (Barcelona Batch 113),2018-03-09,5.0,5.0,5.0,5.0,"Before I heard of Le Wagon I was doing a monotonous job with no excitement at all and for a long time felt that I did not want to carry on with that line of work for the rest of my life; I had been interested in computer science, attending many different... Read More courses in MOOC platforms over the past years but I had the feeling that I was missing the best part of CS.Then all Barcelona Bootcamps offered an open doors day and after visiting all of them it is when I met Le Wagon and its driver, Gus de Vita; immediately I felt they were for me because of its different approach to classic computer science where endless lectures are given with little or none practical exercises while LW heavily focuses on practical extremely challenging exercises where we are required to give our best to grasp a solid knowledge of the lecture given earlier in the morning.They were teaching the whole full stack web development in a way that while I was participating in the course all my expectations were completely fulfilled and the course itself, mind-blowing: the educational methods, teachers assistants, daily class structure, exercise challenges and much more gave me the knowledge, confidence and tools to develop a career of my own in computer science.Don’t get me wrong, it is not a doddle! A lot of hard work, effort, time investment and commitment are expected from the student side to be successful! Good things don’t come easy, but once is achieved the reward feels twice bigger than expected.I absolutely endorse this course to take not only your cs skills to top level but to change your mindset and convince yourself that you are capable of, by hard effort, achieve anything that you aim. Le Wagon is absolutely worth every cent!Read Less",FullStack program - 35+ locations,Web Development +242817,10868,le-wagon,Andrea,False,2017,Best way to take control of your new career path,2018-03-01,4.7,5.0,5.0,4.0,"I was originally a Data Analyst, but after working with developing teams for a couple of years, I developed a curiosity and desire to learn how to code web apps myself!What thrilled me the most, was the idea to be able to create something on my own in... Read More order then to convince people to join in my quest to conquer the web!That is what brought me to take LeWagon’s Full Stack Web Dev. Bootcamp.The course was incredibly well structured, each day planned to add a brick in what would become an intricate but solid castle of awesomeness.Mind you, it was tough! You better be willing to get you hands dirty (metaphorically speaking of course!) but the teachers at Le Wagon provide you with all the necessary tools in order to surpass all the challenges ahead.It was an incredible experience that climaxed with the final project of having succeeded to be able to have created a real-life, live, functioning web application..and in just 2 months!I’m still mindblown if you ask me!But if Web Developer is the path you are willing to choose, the end of the bootcamp is only but the beginning!I myself am constantly learning and coding in my free time starting to develop personal projects which I can finally be able to bring to life thanks to the Bootcamp :slightly_smiling_face:Read Less",FullStack program - 35+ locations,Web Development +242769,10868,le-wagon,Arthur Ramos,False,2017,From oceanographer to fullstack developer - my (great) experience at LeWagon.,2018-02-26,4.7,5.0,5.0,4.0,"My background is in oceanography, focused on physical oceanography, ocean modeling, data analysis and research. Before Le Wagon, I had just finished my masters in oceanography where I learned so much about scientific Python, data, plotting and how to... Read More write science in a friendly way. Together with being an oceanographer, I was always interested in new technologies, startups, how the entire process to come up with an idea worked and what was the best way to show that idea to the world. That's where LeWagon comes in. I've always wanted to shorten the gap between academia and the public, so I thought the source of all the knowledge (internet) could help me with that. I started LeWagon after hearing from another friend that took the course and, after the first weeks, I knew the investment was worth it. For me, the structure of the course really helped me through the learning process and, as I saw myself getting better over time, I could see the order things were taught was really making a difference and was helping me not to get confused. By learning ruby first, I saw the potential the language had in making clean and very understandable programs. After that, we saw database, internet protocols, OOP, front-end, APIs (we actually had much more than that) and, after 7 weeks, we had the final project. For me, the final project was a good summary of what we learned in 9 weeks and I was so proud of what me and my group did in such a short time (if you're curious - http://www.doctorwho.reviews/) . Just the idea of learning how to use google maps in your page, how to make it responsive, how to use a ""Facebook Login"", was such a big thing for me. Before the classes I didn't pay much attention to all the processes involved in making a website function in a fast, responsive way. Besides the material, the teachers and TAs were also very good. What really amazed me was that, because Le Wagon is an international school, the same classes I had in Brazil, were also being taught somewhere in Tokyo, so I now have access to this large community with different ideas and backgrounds from all over the world.After finishing the course, I didn't start working right away because of other reasons, but I'm still practicing, developing and learning new frameworks, technologies and programming languages. I know some of the things I learned might become obsolete in the near future, but I'm way more qualified to learn new things now than I was before.Read Less",FullStack program - 35+ locations,Web Development +242706,10868,le-wagon,Emilio Hasbun,False,2017,Complete and total gratitude to Le Wagon Barcelona,2018-02-23,5.0,5.0,5.0,5.0,"Before I joined Le Wagon in Barcelona I had recently came back from the United States to my home country, Colombia. I graduated from the University of Miami with two majors in Business, management and finance. After working for more than a year in a bank... Read More a came to the conclusion that being an employee is not what I wanted in my life so I decided to come back to Colombia into a fresh start and the best option for me to build my own business.After giving some thought and research I realized that every job/business that I could think of and inspired me into creating was related to coding and yet I had no idea of what coding was like. Therefore I researched some more into what could be the best school possible for me to learn to code and most importantly start a business through an app. Le Wagon was the best option I could find that had all I was looking for and also included the opportunity of building a new app with other students which made the experience even better than what I was looking for.Now that Le Wagon ended I can say I was completely fulfilled in my interest of acquiring knowledge in an area I had no clue about. For the moment I have not been able to code since I have been busy completing many applications for an MBA study I want to start later this year. However, because of the app I built at Le Wagon Barcelona and that I have bragged about with some friends, I have received some proposals for me to build a website and an app for one of my friends’ clinic, and for two other friends that have starting restaurants. I’m really looking forward to the opportunity of coding again and I can only imagine all the doors this knowledge will open in my future in business, complete and total gratitude to Le Wagon!Read Less",FullStack program - 35+ locations,Web Development +242455,10868,le-wagon,Patricia Demitroff,False,2017,The turning point of my career - and of my life!,2018-02-20,5.0,5.0,5.0,5.0,"Even as Marketer with over 15 years of experience in product and marketing, my great frustration was not had learned coding at the beginning of my career. When younger, I worked as web designer for a while and could learn a little bit of HTML. I joined... Read More an IT team in a financial company and since beginning I was very interested in learning more on software development. As the only woman in the team, I started showing interest in learning coding - but the only help or directions I got was a huge C# book and a “study by yourself” as a support.Time passed, I went through amazing experiences in great companies and startups, always in areas such as Marketing, E-Commerce, Business or Product Development. And product development was, by far, the most interesting area for me. Build something from scratch, discuss solutions with developers and understand how things work and improve them was really fascinating. I also had some ideas that I’d like to develop, use and eventually launch as a product. But never had the chance of prototyping it.One year ago I had a great role as Senior Product Marketing Manager in one of the biggest technology companies of the world. And besides that, I was frustrated as I felt that my job didn’t make any sense: I wasn’t learning anything relevant, wasn’t happy with my role at the company and I wasn’t making the impact I would like to make around me.I left that company and decided to change my career. Had decided that from now on, I’d look for something that could fulfil me and make me feel happy again. I wanted to learn, build something innovative and solve real problems.That was when I found LeWagon.Those 9 weeks of bootcamp didn’t taught me only to code in Ruby. I learned since basic concepts such as Git, Object Oriented Programming, MVC, until to architect a database or develop a beautifully responsible Front End.Those were really intensive days with a well structured teaching methodology that included daily challenges, super updated tools and the most important: the support from the Teachers and TA’s!At the end, me and my colleagues developed a prototype for improving the Brazilian public health system in 2 weeks. And a marketplace for a B2B2C in 4 days! Was so incredible to start from scratch and, in a few days, see a new product to born and work!!Those 9 weeks were the turning point of my career - and even of my life. I not only became a developer but I also changed my path. Yet during the bootcamp I started receiving invitations for tech roles jobs in amazing companies. I ended up accepting an offer from SAP Hybris and became a member of their Expert Services as a Functional Consultant for Marketing and Commerce. I never though I would work in this role in such great company and my journey so far has been so amazing. I am still learning everyday and without LeWagon, I wouldn’t be able to develop this path, do simple things as install and configure a software via Terminal or discuss functionalities considering the database in place.Change my career with 36 years old was not a plan one year ago. It was actually something like a will that was far from happening. Deciding for “pivoting” my path at that point in my career was not easy. Thankfully I found LeWagon and with help from them, the Teachers, the TA’s and all Alumni community, I started a new and exciting new journey - and I’m so glad with that!Read Less",UX/UI Design,UX/UI Design +242377,10868,le-wagon,Camille,False,2017,"""to code or not to code?"": How LeWagon Barcelona helped to answer that...",2018-02-16,5.0,5.0,5.0,5.0,"I only thing I’m 100% sure after doing LeWagon is that I will never regret it !I used to be an IT consultant and project manager. I felt that I was a bit useless in all the processes, and felt that I could do more, think more, be more productive but also... Read More enjoy more my days at work! That’s why I wanted to turn into a developer! Being able to build my own ideas and create things!From the first to the last day of LeWagon courses (which I attended in Barcelona), it was a pure pleasure. Great people, great time! The teachers are excellent, very nice with whom you can learn a lot! The batches are quite small (20people approx) which allow to share a lot with everyone and learn faster. We learn how to code full apps, but also how to work like a dev.LeWagon is a great starter to change a pro life! It is only the beginning of a new journey! 10 days after finishing the batch, I signed a contrat to be full dev in France. There I can practice and learn again and again, more and more… But without LeWagon I would never be able to at least apply to this kind of job…Don’t hesitate. Sign in and enjoy your new pro life journeyRead Less",FullStack program - 35+ locations,Web Development +242306,10868,le-wagon,Sergio Alves,False,2017,An amazing and intense experience at Le Wagon Barcelona!,2018-02-14,5.0,5.0,5.0,5.0,"Prior to the Le Wagon bootcamp I was working as an IT consultant where I was interacting with developers, product managers and all sorts of positions inside the tech world on a daily basis. I remember I used to think how incredible it is to see what you... Read More can achieve with the right skills, and what a difference you can make.This led me to the decision to make a career change. I soon realised, after having done some research, that I did not have the time for a regular university study so I started to look at alternative options like bootcamps.After reading reviews and looking at Le Wagons extensive program I decided to apply. Till this day I am really happy with my decision. The pedagogy focuses on practice and is extremely well structured and engaging. The teachers were absolutely amazing. They were very professional, dedicated and it is thanks to them thats students are able to demonstrate an incredible learning curve during the short period of 9 weeks.Le Wagon is not only for those that wish to become developers. Besides the fact that Le Wagon teaches technologies and methodologies that are very powerful they also give you an entrepreneurial mindset.You will become part of this amazing community of developers and entrepreneurs. And most importantly, you get to live an amazing experience! I cannot recommend Le Wagon more.Read Less",FullStack program - 35+ locations,Web Development +242211,10868,le-wagon,Thibaud Marcé,False,2017,Enjoy every moment of it !,2018-02-07,5.0,5.0,5.0,5.0,"When I applied for Le Wagon Montréal I wasn’t sure what to expect.I decided to do it because I wanted to learn how to code to become a good project manager and be able to speak the same language as developers.Coming from a web marketing background the... Read More only thing I knew about code was basic HTML and CSS. I really wanted to know more about how things really work on a website but the number of information online can be really intimidating when you’re on your own.That’s when I heard about Le Wagon Montréal.The program seemed to fit perfectly my needs with a nine weeks intensive program where you learn how to code a complete web application, so I applied.As the bootcamp approached, I was a bit afraid. I've heard a lot of good things about it, but pretty much all the people said that it was hard and really intense.I wasn’t sure about my capacity to do it and if I would enjoy coding as much as I wanted to.Now that I finished it, I won’t lie, it is intense. You don’t learn how to code a web app in nine weeks if it’s not.But even though it’s hard on paper, everything is done in order to make it as simple as possible for you. So you work hard, but you enjoy every moment of it!Every day is so much rewarding, you learn something new and you practice immediately, being helped by amazing teachers but also by the other students.You really learn a lot about yourself during those nine weeks seeing that your brain can work on problems like you didn’t expect. Coding can get really addictive, and the way it’s done at Le Wagon Montréal has a lot to do with it!In the end, le wagon gives you the ability to build pretty much any web app you can think of and it’s really amazing to see what people can achieve during the final project knowing that no one knew how to code two months before.All in all, it was really a once in a lifetime experience for me and I would recommend it to anybody who wants to learn how to code. It was really the best investment I did on me, the only regret I have is that I didn’t know about it earlier.I loved so much coding that I now want to do it as my day job as a web developer.So if I have only one advice to give to anyone doing Le Wagon Montreal, it would be: Take the time to enjoy every moment of this amazing experience as it passes really fast!Read Less",FullStack program - 35+ locations,Web Development +242191,10868,le-wagon,Morten Hønsi Følling,False,2017,This is the future!,2018-02-07,5.0,5.0,5.0,0.0,"I applied to Le Wagon for two main reasons: I wanted to be able to build my own ideas, and acquire a skill that is becoming more relevant in each and every sector. With the bootcamp prep being my only technical experience, the fast paced program took... Read More us from Ruby basics to building our own ideas in the last weeks of the program. You learn something new each and every day, and only in the following weeks after the program you comprehend how solid the set of technical skills you have acquired are. The course is empowering because you learn a new language, you are enabled to build your own product, and understand how developers work, think and create. In addition, you meet a ton of cool people!After Le Wagon I have returned to Norway to finish the last year of my bachelors degree, while working part-time on a startup idea I have been wanting to realize for a long time. Even though it is impossible to learn everything in nine weeks, you will learn what skills you need and how to acquire them in order to reach your goals. Le Wagon does not only open new possibilities, Le Wagon also helps you reach the reasons for why you wanted to get into coding in the first place.Read Less",FullStack program - 35+ locations,Web Development +241825,10868,le-wagon,Laura Hallam,False,2017,I landed my first developer job after Le Wagon Barcelona,2018-02-06,5.0,5.0,5.0,5.0,"Before Le wagon I had been working in the TV / Advertising industry. My job evolved as a Producer and I began working more closely with Web Developers. Teaching myself to code became a necessity in order to have the language and understanding to do my... Read More job more effectively. Realising very quickly that I wanted to take the learning more seriously, I decided to enrol myself in a boot camp. After doing a lot of research on which boot camp to choose, I took the plunge and signed up for Le Wagon. The boot camp didn’t disappoint, the content of each day’s lectures was supported by the challenges students had to complete themselves. Additionally the teachers and TAs were really supportive and made the learning process really enjoyable. I highly recommend Le Wagon, for the learning experience and the community that you become a part of. … and I have just landed my first developer job! So thanks Le Wagon, I couldn’t have done it without you.Read Less",FullStack program - 35+ locations,Web Development +242162,10868,le-wagon,Maxime Blondel,False,2017,Le Wagon changed my life (and they had warned !),2018-02-05,5.0,5.0,5.0,5.0,"An incredible experience from beginning to end. For those who are still hesitant to get started or who are looking for information before doing so, I wrote an article on my Medium blog : https://medium.com/@maximeblondel/le-wagon-changed-my-life-and-they-had-warned-9e8ceedfdd70... Read More — Thanks again to all the Paris Team !Read Less",FullStack program - 35+ locations,Web Development +242161,10868,le-wagon,Jamie Dujardin,False,2017,A great experience,2018-02-05,5.0,5.0,5.0,5.0,"I started coding about 3 years ago purely out of interest and loved it. Whilst at Oxford Univeristy, I got involved with lots of start ups in non-development positions due to my very basic skills. I came to realise that it wasn't really possible anymore... Read More to start a modern technology company without being a coder because even business roles require you to oversee other technology based workers. Le Wagon has helped me tremendously at solving this issue. They focus on teaching you the core skills you need to learn to code so that you can continue to learn quickly and effectively after the course. Also, the entrepreneurial twist in the last two weeks of the course is great at letting you specialise in areas of interest and provides a new way to learn that breaks the mould of repetitive exercises. For anyone who wants to start a company one day or sees themselves working in the technology industry, I would highly recommend doing the course!Read Less",FullStack program - 35+ locations,Web Development +242159,10868,le-wagon,Maria Sut,False,2017,Le Wagon Barcelona was the best investment I made in myself and my career,2018-02-05,5.0,5.0,5.0,5.0,"I worked in a restaurant for 4 years before I felt like I needed to make a change in my career. I was always interested in technology, but I felt like it’s hard to learn. I believe technology can make the world a better place and I wanted to be a part... Read More of that. At first, I enrolled in a basic course about web development on Udemy before joining Le Wagon, but without having any results. It was hard for me to understand and actually code something. Then in autumn, I made a decision that changed my life. I applied to Le Wagon Barcelona and I am glad I did. It was hard at first, but the Le Wagon teachers were absolutely fantastic and helpful. At first, it was hard for me to learn how to code, but the teachers made sure I make progress and they really helped me along the way. At the end of the Bootcamp, I was part of a team of three that launched an amazing project called FollowTheFoodTruck. It was the first project I was a part of and it made me very proud of my achievements.Looking back at the whole experience, I can say that Le Wagon was the best investment I made in myself and my career. I started with 0 experience and knowledge of how to code and now I am already doing small projects and I am confident I can help change the world. Thank you Gus and Le Wagon!Read Less",FullStack program - 35+ locations,Web Development +242149,10868,le-wagon,Louis Mathé,False,2017,Life changing,2018-02-04,5.0,5.0,5.0,5.0,"I was looking for technicals skills to start my own business.I’ve done le Wagon in Bordeaux (https://www.lewagon.com/fr/bordeaux) at the end of last year, batch #102.That was an amazing and life changing experience. Bordeaux was really pleasant. The staff... Read More is awesome and really dedicated to make you get the most out of the bootcamp !Le Wagon offers me the mindset and skills I needed, to think and build great products. I’m now working on freelance missions and pursuing my business as a side project.Read Less",FullStack program - 35+ locations,Web Development +242165,10868,le-wagon,Morten Følling,False,2017,"Le Wagon Barcelona was empowering. The new skills I learned opens new doors, with endless possibilities",2018-02-02,5.0,5.0,5.0,5.0,"Hello! I am a 22 year old business admin student, and a recent Le Wagon Barcelona graduate. I applied to Le Wagon for two main reasons: I wanted to be able to build my own ideas, and acquire a skill that is becoming more relevant in each and every sector.... Read More With the bootcamp prep being my only technical experience, the fast paced program took us from Ruby basics to building our own ideas in the last weeks of the program. You learn something new each and every day, and only in the following weeks after the program you comprehend how solid the set of technical skills you have acquired are. The course is empowering because you learn a new language, you are enabled to build your own product, and understand how developers work, think and create. In addition, you meet a ton of cool people!After Le Wagon I have returned to Norway to finish the last year of my bachelors degree, while working part-time on a startup idea I have been wanting to realize for a long time. Even though it is impossible to learn everything in nine weeks, you will learn what skills you need and how to acquire them in order to reach your goals. Le Wagon does not only open new possibilities, Le Wagon also helps you reach the reasons for why you wanted to get into coding in the first place.Read Less",FullStack program - 35+ locations,Web Development +242118,10868,le-wagon,Alexander,False,2017,My Experience at Le Wagon,2018-02-02,5.0,5.0,5.0,5.0,"I was stuck in a job which required me to do many slow and repetitive tasks in the digital marketing space. Even though I could recognize this inefficient way of working I simply could not solve them with the skills I had at the time. So I decided to... Read More upscale my skillset and learn to code. I looked at a number of coding bootcamps throughout the UK and what struck me at my interview at Le Wagon was genuinely awesome and friendly people I met. I signed up as soon as I got home. I became part of batch 103 and the 9 weeks of the Le Wagon course were absolutely amazing. The people, both within the student body and the Le Wagon staff, were some of the nicest people I have met since making my move to London 2 years ago. Everyone had an impressive story to tell, ranging from head chefs to investment bankers. The Le Wagon staff were absolutely fantastic teachers with endless motivation, despite the shear endless questions we. and especially I myself, would ask during our 10 hour day. I often stayed longer to either work more closely on a problem with some of the teachers or simply to get to know my fellow students and teacher better, many of which I now consider friends.Looking back at the whole experience, I walked away having completed a challenging project with my team and 9 weeks of full on coding, which has given me the ability to build and maintain my own projects in the future.I have upscaled.Thank you Le Wagon!Read Less",FullStack program - 35+ locations,Web Development +242058,10868,le-wagon,Lucas,False,2017,A Wagon ride in Barcelona,2018-02-01,5.0,5.0,5.0,5.0,"If you are reading this review, it means you are still hesitant about applying to Le Wagon. Don’t, you are in for a treat.I joined Le Wagon in Barcelona in october 2017 after 3 years as lead product and sales in the company I co-founded in 2014. I had... Read More no previous experience with coding and decided to take my chances after a failed attempt with a 100% online course. I won’t tell you about the specifics of the curriculum since you must have done your research.Know that you embark for very intense nine weeks facing new challenges everyday. if it is not the case already, by the end of the course you will have the very sought after hands-on and doer mindset.Like many students, I can’t highlight enough what Le Wagon brings beyond coding. You get to work, learn and laugh from and with people from all around the world. My batch involved 35 people (teachers and students) with 18 different nationalities. Ratio is about the same for everyone’s background :).Regarding what comes next, you will be part of a very active community always ready to help. You might be looking for a job, for help on your side-project or to improve your proficiency. There will always be someone lending a hand.For the job hunting, let me just say that recruiters started to contact me halfway through the course.Hope this review will help you reach a decision. Don’t overthink it, apply :).Read Less",FullStack program - 35+ locations,Web Development +244234,10868,le-wagon,James,False,2017,Le Wagon Tokyo - Fun and rewarding!!,2018-02-01,5.0,5.0,5.0,5.0,"After deciding that I wanted to pursue a career as a developer but not being realistically able to return to university for a full length CS course, I started looking for an avenue to learn skills that would make me job ready in a short period of time.... Read More After investigating the options for bootcamps in Tokyo, Le Wagon stood out for both its English language curriculum and high satisfaction ratings. The level of support I received during and after the program far exceeded my expectations, and I was working as a developer within two weeks of graduating the program. While the curriculum is comprehensive and the pace intense, working alongside a group of other students who are equally committed to learning is an extremely valuable experience. Concepts that would have ordinarily taken me years to grasp through self learning were learned through practical problem solving tasks and teamwork. I highly recommend this course to anyone interested in learning to program with a focus on real world applications in a short amount of time. I can honestly say that I would not have the level of career satisfaction I do now had I not chosen to join the program.Read Less",FullStack program - 35+ locations,Web Development +242032,10868,le-wagon,Frederico Murakawa,False,2017,Full Stack Developer in 8 weeks,2018-01-28,5.0,5.0,5.0,5.0,"Before joining Le Wagon's bootcamp I was working as a business administrator in a company which provides telecommunication services. My first experience with programming was in 2013 when I started studing programming logic. Since then I had done many... Read More online courses available in Codeacademy and other websites. I had already studied Data Base, PHP, HTML, CSS, etc. The problem was that I didn't know how to link all this knowledge to build a real program. So, at the end of 2017 I read about Le Wagon's bootcamp and it seemed to be the ideal course to me and I decided to join it. The program is 100% hands on - based on exercises, challenges and projects - and each day you work with a different buddy to complete the exercises, the best and only way of learning to code in my opinion!In the first few weeks we learned the different skills (DB, Back End and Front End) separately, which would be used together to build the projects of the last weeks. In my batch there were people with different backgrounds and experience in programming but they all did very well. All the final projects were great! My final project (Advalori) was a platform where growing companies that need cash flow could find factoring companies to buy their receivables. It was very challenging but it was worth it!!! Concluding, for those who are thinking of joining Le Wagon's bootcamp , I definitely recommend it, you will learn essential skills nowadays that will bring you numerous possibilities.Read Less",FullStack program - 35+ locations,Web Development +242010,10868,le-wagon,Philippa,False,2017,Best decision,2018-01-26,5.0,5.0,5.0,5.0,"In the last year of my Business studies, I thought a lot about what I should do once I graduate and which would be the best step for my career/education. Although I learnt a lot during my degree, I more and more got the feeling that my gained knowledge... Read More wasn’t profound enough, especially in todays’ competitive and fast-paced world. That’s why I decided to upgrade my CV with a new skill. Through a friend, I learned about Le Wagon, and because of my growing interest in technology, the idea did not seem too bad. I started to do some research and was surprised, almost a bit suspicious actually, as every single review was extremely good. Nevertheless, I decided to apply to the course and I am SO happy I made this decision!!In the days before the bootcamp started, I got a bit anxious and some panic overcame me as I felt I had made a completely crazy decision. Going to a 9 week programming course without almost any background knowledge. I was really scared that I would not be able to follow the bootcamp’s pace…Of course, the 9 weeks was very intense and sometimes overwhelming but due to the great support and attitude of all my fellow students and especially the great team behind Le Wagon, it was a very enriching and great experience. The amount we learnt, especially in this short time, was unbelievable. Not only did I gain an incredible amount of technical knowhow but I also improved skills like working and collaborating in a team, presenting and pitching an idea,.… It was truly fascinating and inspiring to see the process and development of a first idea, to creating a prototype, to 5 great apps presented at the final Demo Day. I don’t think this would have been possible without the help and great support of all the teachers, assistants and the driver in Lisbon!!For me Le Wagon was much more than I have expected and it was definitely a life changing experience as it opened me completely to a new career path and a new passion. The network, friends and memories I have taken away from my time at Le Wagon are things I really don’t want to miss.Read Less",FullStack program - 35+ locations,Web Development +242009,10868,le-wagon,Andrew Gilbert,False,2017,"The most worthwhile 9-weeks, truly life-changing.",2018-01-26,5.0,5.0,5.0,5.0,"I'm going to start this testimonial with an undeniable fact - Le wagon has completely transformed my life in the most amazing way possible.
As a guy in his mid-20’s with an Engineering career for the best part of a decade, I finally decided that I needed... Read More more from life. I wanted to do something creative, engaging and current; but, most importantly, I wanted to do it quickly. With a life-long passion for all things tech, a strong creative background and good logic skills gained from my former career, I landed at coding. After tonnes of research Le Wagon was a strong contender. But their glowing reviews made my decision easy - and one of the best I’ve ever made.
To try and relay my experience in mere words is difficult, but I will try to sum it up:
First of all, the course is not easy. It’s super intense and at the start it may feel a little overwhelming. Fortunately, all they ask is that you turn up, stay attentive and put the work in. Rest assured, day by day it becomes easier. You learn the basic concepts and start gaining knowledge and confidence. Slowly but surely, as a collective group, you learn together, at a pace which is quite remarkable. Before long, you will be writing code and building applications you never thought possible. Learning how to code, however, is only one part of what you gain from Le Wagon. The other part is what makes the experience so special. It's the people. My batch was filled with some of the most intelligent, forward-thinking and all-round lovely people I've ever met. And, the teaching and management staff are nothing short of inspiring. Right from day one, a very warm and supportive, family-like vibe is created; for me, this is the best thing about the course. Even after you’ve finished, the Le Wagon alumni network is always somewhere you can look for advice, support and opportunities.
My course ended at the beginning of December 2017 and by January 2018 I landed a job as a front-end JavaScript Developer. All in all, it took around 3 months to change my life. I owe it all to Le Wagon.Read Less",FullStack program - 35+ locations,Web Development +238608,10868,le-wagon,Jake Engel,False,2017,"Join Le Wagon, THE BEST Coding Bootcamp Around",2018-01-25,5.0,5.0,5.0,5.0,"Before joining Le Wagon, I had just graduated with a degree in biochemical engineering and was looking for something meaningful to do with my life. With little job experience, and a difficult field to join, it seemed like my situation was hopeless. Then... Read More I ran into a friend who recently completed a coding boot camp, and his life had completely changed from the experience. Freshly motivated, I spent countless hours of research looking into coding boot camps, which led me straight to Le Wagon. You could only imagine my thrill when I opened my email inbox and I had been accepted! After completing the program, a I can summarize my experience as the following:A) I was regularly challenged, which was extremely refreshing and motivational. B) I rediscovered my love for computers and coding. C) I got to live in my favorite city in the world, and experience various cultures and traditions which would’ve been impossible for me to do staying at home. D) I made new friends worldwide, the type that I’ll be friends with for life. E) I received THE best educational experience in my entire life. Filled with the most involved teachers, and motivated students.F) I joined the Le Wagon family. And it truly was just that, a family. If you’re looking for a change in your life, for a challenge, and something to inspire you to do something meaningful with your life, Le Wagon is the perfect place for you. My only complaint is that I wish I was still there. Hop on the Wagon, you won’t regret it!Read Less",FullStack program - 35+ locations,Web Development +241940,10868,le-wagon,Harrison Kim,False,2017,Why didn't I do this earlier?!,2018-01-24,5.0,5.0,5.0,5.0,"Dear Readers,For the sake of UX in reading my testimonials, I will write in bullet points.Degree: BA in architecture and economicsWork experience before joining Le Wagon:· teacher· account manager at SEO optimization firm· operations specialist at two... Read More global fast food chainsCoding experience: 0Main reason for joining Le Wagon:· I want to create social innovative projects and not be blindly and entirely reliant on outsourced developers· I want the freedom to create my own websites and express myself on the digital canvas as I wish· I believe being able to code a language will be as important as knowing how to speak English in the global market in the upcoming decade.· I took a few online courses but upon completion, I still didn't know how to implement what I just learned and didn't know how to troubleshoot by myself. The 3 big takeaways for me:· the understanding of core structure of coding languages· the ability to read error messages and able to find solutions online· the workflow required for a tech team to work efficiently and effectively The best things about Le Wagon:· the mentors genuinely want to help prepare you for your next career goal· the diverse backgrounds of the mentors and classmates made the learning experience more valuable· if you ever want to revisit your course materials, you can revisit the lecture slides and the video - lifetime access!· when you graduate, you become part of an ever growing network of Le Wagon alumni. Also, when you travel to another city, you might be able to find someone to have a drink with!!Lastly but most important note:THIS COURSE IS NOT FOR EVERYONE. It is very intensive. I strongly advise you not to juggle your job in the evenings or on the weekend. You will need your rest after a week of staring at screens all day. Don't join the program if you don't intend on prioritizing the learning experience as your #1 priority. Last two weeks are the project weeks where everyone will get to pitch an idea. Even if your idea doesn't get picked as one of the final projects, I assure you there are so many things you can learn in whichever role you end up with. During the 9 weeks, you are there to learn, NOT to launch a business. I wish you the best.Read Less",FullStack program - 35+ locations,Web Development +244235,10868,le-wagon,Carla Almazora,False,2017,Amazing Full Stack Development Bootcamp!,2018-01-23,5.0,5.0,5.0,5.0,"Prior to joining Le Wagon, I was unsatisfied with my current job and unsure about which direction I wanted to go to in my life. Having previously had the chance to study coding but being unable to take it because I was moving out of the Philippines, I... Read More feel like I had missed out on the opportunity until I found Le Wagon in Tokyo. It was definitely one of the best decisions I have made. Upon starting the bootcamp, I was honestly very nervous and unsure. I had never had coding experience beforehand and I was afraid that I would lag behind everyone else. True, at the beginning, it was a struggle but when they say “at some point, it will click,” it really did. Being with so many other motivated individuals in such a diverse class with people from all over the world, it had become this fun adventure everyday. The challenges we were given throughout the bootcamp were indeed challenging but also taught me how to think logically and create good code. If there was something that I didn’t understand, there were always people there who could help me out and teach me. Towards the end of the bootcamp, we were tasked to create a working website. That was probably the best part of the program. Here, we were able to apply everything we had learned throughout the camp. Not only that, we were taught how to work as a team, together with the use of GitHub and Trello to simulate a real working environment. I feel like that in general was an important aspect of the camp. Overall, Le Wagon was all and more that it had promised. With a great curriculum, amazing teachers, and amazing students, it was the most fun I have ever had studying. From intense mornings and afternoons of coding to the late night drinking and karaoke sessions after a long week, to the hilarious Slack chats and the party parrot, there was never a dull moment when I took this camp.Read Less",FullStack program - 35+ locations,Web Development +241901,10868,le-wagon,Marcelo Bentivoglio,False,2017,From Economist to real Coder in 9 weeks with Le Wagon programming Bootcamp,2018-01-22,5.0,5.0,5.0,5.0,"As most of natural Entrepreneurs, I was full of ideas and I liked to indulge in fantasy about striking a great product. Fill my head with make-believe online courses and tutorials in CSS, HTML, Javascript, Python, Ruby, etc. It was fun but no productive.... Read MoreI’ve worked in Investment Banking at Goldman Sachs for 4 years straight from a full year internship program into a great experience in New York working with great professionals who I really admire. I was working hard trying to place myself as a good employee and bringing new ideas to the table. However, the bank is Huge and meritocracy turned into long term career program. I wasn’t looking for that, I wanted to build from my own hands. Tried consulting for 2 years after Banking, got a great spot as leader in one the biggest success turnaround in Brazilian market helping companies negotiate more than 1bi brl in debt. I decided to start my own business in 2015. My goal was very simple, help fast growing business grow faster. Sounds controversial but in fact many business run out of cash during growing periods and that’s when I came in, providing cash flow in a smart and fashion way, no bureaucracy I promised.My first try was hiring a software company to start develop the product I was interested in. A kind of marketplace to help those growing business fund their invoices with better investors. I spent cash and time, nothing worked. My second try was to hire someone to start coding, during the interviews I was like “What I’m trying to evaluate here? I don’t even know why people keep repeating Java and Javascript, aren’t the same thing?”. Funny tough.So, 2017 was THE year. I started fulling myself of online courses, tutorials, books, podcasts etc. I created my very first website with HTML, CSS and a very little of Javascript (at that time I already knew the difference). Ok, now next step, create a web application, a real product! Nothing I was working with could push me from knowing syntax to create a real product. How to connect front-end to back-end? How to create good schemas and software architecture? No tutorial could teach me that in time. I was struggling.My Journey at Le Wagon BootcampRegularly getting earlier, preparing myself to day class, getting my buddies coffee (I confess, never prepared the coffee) and kept myself really motivated. Formula to success. I did everything I could, every minute I had I was studying (or relaxing to empower the brain). First two weeks we learned bunch of syntax in Ruby. After that we started working with databases and first concepts of CRUD (Create, Read, Update, Delete). Then, we moved forward to Front-end, really hands on techniques to faster your development. Our batch sticked together, as a team, helping each other evolve. Finally everything were put together, we started develop our first web application using Rails, magic happened. All preparations were meaningfully and every hour coding was worth it. At last 10 final days we had a challenge to build a product and show that product at Sao Paulo Google campus in a Open demoday to the community. If you want to check what we did, please check it out at www.advalori.com (if the link wasn’t online when you try to open it, its probably because we are launching our production version and going to the real market soon). You can watch our demoday in this link www.lewagon.com/demoday/106/advalori (in Portuguese).On a lighter note, I finished Le Wagon’s Bootcamp more motivated than ever, it really was 9 weeks that changed my skills set completely, I still working out to improve myself as I coder but now I know how to navigate in this open ocean. Thank you for reading this. If you see yourself in a similar situation, let’s chat. I will be happy to help.Read Less",,Unknown +241924,10868,le-wagon,Mary,False,2017,LeWagon Lisbon winter 2017!,2018-01-22,5.0,5.0,5.0,5.0,"During my Business Administration & Economics studies in Passau I missed the connection to the start up and technology world. I was missing a skill which was not taught in university. Being curious about the internet and online presence of companies,... Read More I have always been interested in the development of such things. A friend of mine told me about Le Wagon and there was no better starting point than after my Bachelor’s Degree. We both applied to Le Wagon in Lisbon and were happy to be both accepted for the bootcamp starting in September 2017. I didn´t really know anything about coding and what to expect from the bootcamp. My first steps in that direction took place with the prep work I needed to finish before the start of the bootcamp. I already experienced the feeling of highs and lows during the prep-work. With no background knowledge, I sometimes felt lost and then the exhilaration of being a ‘geek’ when I got what I had to do. When I arrived in Lisbon I got to meet all the other beautiful and very interesting people who decided to take on the same challenge as I did. There were people who already knew some coding and others who didn’t know a bit. The first two weeks of the bootcamp were the hardest for me. Back- end coding without seeing any output did not make sense at all for me but made me feel nerdy at the same time. After those two weeks we did a deeper dive into the different topics and languages of coding and I started to get the hang of all the concepts we learnt before, it was all making sense. The teachers and assistants were extremely helpful and available at all times during the day and even mentioned to be available outside the classes. I had highs and lows again, some days where I didn´t get a bit of what we were doing and others were I was able to help my colleagues. In the end, it was the most challenging and most interesting time I’ve had in the last few years. Everybody was able to create something beautiful and impressive after such a short time. It takes hard work and discipline to be really good, but it is the best school and system to learn how to code or to dive deeper if someone already knows how to code. No one is left behind and the teachers take time for everybody. Le Wagon was the best idea for me and my career. I have learnt a lot and now found something I really can see myself doing professionally and staying motivated with. It is a challenging bootcamp but it helps in professional growth and personal as well. All the important skills are brought to you through different experiences, tasks and events. Thank you very much to the whole team and batch #97 in Lisbon.Read Less",FullStack program - 35+ locations,Web Development +241878,10868,le-wagon,Guy Bennett-Jones,False,2017,It's sublime,2018-01-22,5.0,5.0,5.0,5.0,"I attended Le Wagon in October 2017 (#103). It's phenomenal. I built multiple web sites, various scripts and an Fb messenger extension (Kitty, it’s live, check it out). I still hang out with my team. Plus, I’m grateful to be teaching at the next batch.... Read More And I've set up a web dev agency.I’d done a fair bit of coding in C, HTML and generally just messing around as a teenager before. Never any Ruby though; nor had I talked to any developers before. I thought I might be ahead of my batch at the start. But it wasn’t an issue - the whole structure is quite relaxed. You can do extra exercises yourself, or spend time explaining code to your teammates (I found this surprisingly testing). Currently I feel confident enough to jump into conversations about software development and keep up.I had just finished PPE at Oxford and halfheartedly went through the corporate rigmarole. Then I came to Le Wagon. Now career fairs (for software developers) are a different ball game. They just let all their prerequisites slide and offer to interview there and then. If you’ve applied to law/MC/banks, the difference is *stunning*.Finally, the team is solid and energetic.So, if you’re dithering, it’s worth the $. I’ve just paid mine off from cryptocurrency, much of which I learnt from interested people on batch #103. I never would have found out about this stuff if I hadn’t attended. So, in short, 5 stars!Read Less",FullStack program - 35+ locations,Web Development +241920,10868,le-wagon,Sarah Lafer,False,2017,One of the best decisions of my life,2018-01-21,5.0,5.0,5.0,5.0,"Attending the 9-week coding bootcamp at Le Wagon Berlin was one of the best decisions I ever made because it changed my life. With a background in journalism and cultural analysis, I had no prior knowledge of coding. However, I wanted to change my career... Read More path and become a web developer. So when I stumbled across Le Wagon, I first went to all of the free workshops they offered and spoke to staff and alumni and then decided to join myself. The programme is very tough (hence bootcamp) but the curriculum is really well structured. You start by learning the basics of Ruby, HTML, CSS and JavaScript before moving onto the Rails framework. In the last three weeks, you build two projects in groups and present your final project at a demo day.I didn't believe it was possible to learn coding in such a short amount of time, but it is amazing to see what you are able to learn when you commit time and passion to it and have competent people to guide you. The teacher at Le Wagon do an incredible job teaching the complexity of web development to absolute beginners and I have experienced them to be always helpful, patient and encouraging.Apart from the technical aspects, le Wagon has an amazing community. Our driver, Philipp, and our main teacher, Alice, organised a lot of evening activities and also workshops or talks to introduce us to the Berlin start-up scene. I also became really good friends with the people in my batch as well as the teachers and TAs and everyone was motivating and encouraging each other. Even though the programme was tough, I loved being there to learn coding. I am now pursuing my career as a frontend web developer and will never forget the unforgettable time and fun I had at le Wagon. Thank you for everything!Read Less",FullStack program - 35+ locations,Web Development +241832,10868,le-wagon,Nikolai Lambsdorff,False,2017,What a great time!,2018-01-19,5.0,5.0,5.0,5.0,"I really tought long about doing the bootcamp, due to the fact, that I‘m still a student studying industrial engineering, so I would have to skip more than 3 months of university. The whole semester would be a pain, because I would have to learn all subjects... Read More for the exams in half the time. But at the end the idea of being able to code and to create products and apps outweighed. My only worry was, to what extend we would be able to code a whole product on our own after it.Now that its over, I have to stay, I am more than impressed. I would never have imagined how much we would be able to lern at LeWagon in such a small period. Not only that we learned Ruby, html and Js to a pretty high level, we are also able to work us into new programming languages and systems in a short time. If you are participating at LeWagon you are not only learning the programming languages, you also learn the way to think and work as a software developer, in backend and frontend, which is by far more important in my oppinion. Now, sitting in the university and learning like crazy for all the exams, I dont regret the decision attending LeWagon at all. It was a great time with wonderful people, and definitly worth all the efforts.Read Less",FullStack program - 35+ locations,Web Development +241921,10868,le-wagon,Jared Guyer,False,2017,Le Wagon is an on-ramp to a new career path,2018-01-18,5.0,5.0,5.0,5.0,"I am an American, and because of this many people have asked me why I chose Le Wagon. The answer for the choice is simple -- a friend with impeccable education credentials and an overall bad ass told me she felt ""Le Wagon was the best education experience... Read More you might ever have"". Here I am roughly one month after graduating the program and I concur with what my friend said. Overall the experience in Berlin was unforgettable and was really an on-ramp to a new way of life for me. After getting my MBA I worked at a renowned management consulting firm for 6+ years and worked heavily on systems and applications in the role of a product and project manager. I'd always felt vulnerability not being able to understand the back end or intelligently question my technical team members. I also had put a number of my entrepreneurial ideas on hold simply because I didn't know how to start. Le Wagon has changed both of these weaknesses for me and I feel newly empowered as a professional and a person. The curriculum is fantastic. Le Wagon runs their education much like a software product. They design, build, test, and refine ensuring that their education is current and continually optimized for the students. The first half of the bootcamp is intense. If feels like your brain is being shredded, you feel vulnerable, and question whether you can actually get it. Because the program is so well designed there are points where all of the things you did in the previous days suddenly make sense and you are able to start building your ideas. It is a grand feeling, and by the end while you will not be a top notch developer, you are equipped with the tools to keep at it and keep improving so that you can be if you so choose to take that path.Beyond the education Le Wagon creates an amazing community and you form a family with the people you attend with and learn from. I had so much fun over the course of the program and made friendships that I know will last a lifetime. Finally, I like the honesty of Le Wagon, they say it is for helping creative people learn how to code. There are no false promises about what employment you will get, or what super power you will acquire. It is known that what you are acquiring is the skill and knowledge to put you on a new trajectory if you have what it takes. As far as job support, as of this review there was no formal program, but in lieu of that there is an extremely supportive network of +2,000 alumni and very involved teachers that will help you as much as they can. I unhesitatingly recommend Le Wagon to anybody that wants to change their career path or improve their knowledge about technology. It is a great value for the money and an amazing experience that will empower you in the end. Thanks Le Wagon!!!Read Less",FullStack program - 35+ locations,Web Development +241784,10868,le-wagon,Alexander Pieczka,False,2017,From zero to hero! Le Wagon was one of the best learning experiences I ever had.,2018-01-17,5.0,5.0,5.0,5.0,"I never really had the courage to actually get behind a computer and start learning coding all by myself. I thought that would be super complicated and I wouldn't be able to comprehend anything. I started to search for schools that teach me all of this... Read More in the best way possible.The best approach for me to learn something is ""learning by doing"", so I searched for something doing just that. A bootcamp would've been ideal and so my journey started. I decided to take part in the 9-week coding Bootcamp of Le Wagon.I must say, at this point, it was the best decision I could've made.Just right from the first day everybody was very friendly. First thing in the morning was a lecture giving us students the knowledge we needed for the day. Most of the day we spent with coding together with another student (always someone else). During this time you had very friendly and capable teachers by your side and no matter the problem, they took their time to explain it, giving the optimal support to learn something completely new. In the evening all students came together again and started the live code. In it we all worked together on an exercise . This created a very nice and comfortable atmosphere.During the last two weeks we worked on projects. The projects themselves are created from scratch and based on everything taught during the bootcamp. Le Wagon provided us with the skills and the mindset shaping us into real web developers and with this knowledge we created some really amazing things.Le Wagon is undoubtedly an unforgettable experience and it also brings people from all over the world together.Read Less",FullStack program - 35+ locations,Web Development +241740,10868,le-wagon,Ana Nunes da Silva,False,2017,Best decision if you want to learn to code,2018-01-16,5.0,5.0,5.0,5.0,"Before Le Wagon, I was working on the business team of a Portuguese startup where most of my colleagues were developers. Being in that environment, I naturally started to grow an interest in coding.I tried some online courses but found it difficult to... Read More get the most out of them at home by myself. That’s when I first heard Shannon, Lisbon’s driver, in a talk about women in tech. I also had a good reference from a former Lisbon alumni.That summer I applied and quit my job. Though I was confident that learning to code was a good move, I did question myself about leaving a safe job for a new and unknown future.You might often read people saying that it was one of the best decisions in their lives. I can now say that that is not an overstatement. The bootcamp is really well planned for people from all different backgrounds. Yes, you will struggle, but that is the whole point. And there is always a teacher or a colleague to discuss the challenges with - that’s one of the most valuable sides of the bootcamp.Besides coding, there is a really interesting entrepreneurial mindset and you end up practicing really important social skills.In the end, you might still be a junior developer, but you will feel empowered enough to build you own web apps, apply to jobs or learn other languages.9 intense and very rewarding weeks that go by so fast. My recommendation: apply to Le wagon and just enjoy the ride.Read Less",FullStack program - 35+ locations,Web Development +241753,10868,le-wagon,Clara Morgeneyer,False,2017,Le Wagon changed my life,2018-01-16,5.0,5.0,5.0,5.0,"Having a background in law I had no idea of programming (besides some rudimentary HTML knowledge from school) and got to Le Wagon through their evening workshops. After my interest was sparked by these workshops I decided to go for the full-time bootcamp... Read More and I was not disappointed. The LeWagon Bootcamp is a thought through course from the didactical concept to the content of the lectures. Days start with a lecture in the morning followed by challenges which are solved by the students themselves. Thus, from day 1 you are challenged to solve problems and work practically. In the evening there is another live code session bringing together the whole group. The independent time is accompanied by teachers and teaching assistants who help with any upcoming question - a luxury you will not enjoy when learning on your own and which is extremely helpful as it speeds up your learning process.The structure of the classes do not only include coding basics but you also get taught in practical approaches on how to build a website from scratch. It was this holistic approach which convinced me choosing Le Wagon. This pinnacled in the two last weeks where you are building a website based on your idea from scratch. Additional to the curriculum we were provided with a lot of extra activities such as weekly talks with interesting persons from the scene, regular yoga classes and team building events. The people I have done the bootcamp with have become friends and besides the knowledge I gained it was also an incredibly fun time!Read Less",,Unknown +241674,10868,le-wagon,Anonymous,True,2017,Outperformed my expectations!,2018-01-15,5.0,5.0,5.0,5.0,Only pros:Buddy system pushes engagement to the extremVery good TAsVery family like athmosphere,FullStack program - 35+ locations,Web Development +241731,10868,le-wagon,Hugo Rosa,False,2017,You will never regret,2018-01-12,5.0,5.0,5.0,5.0,"Fantastic, exciting, rough, tiring ... and in the end an experience that exceeds all expectations!Before Le Wagon, I was Project Manager in the field of chemistry (nothing to do with IT), and at the same time, I was running a parallel startup project... Read More with two other coders. With the experience in the startup project which was complicated by my lack of computer skills, I decided to take accelerated training to understand the difficulties and challenges of software development. With Le Wagon, I not only gained an understanding ,but acquired advanced skills, a high level pedagogy and above all a dedicated team that surrounds you and advises you even after the end of the bootcamp.After 9 weeks of classes, I was able with classmates to develop a platform with online payments from A to Z (www.tribo.space). I am still impressed to see what Le Wagon has allowed me to learn in such a short time and especially with a business orientation because the goal is to offer entrepreneurs the technological skills to create their own web products!I recommend this school to anyone, whether entrepreneur or simply curious, as behind these doors opens another world with a fantastic Le Wagon community! THANKS GUYS!Read Less",,Unknown +241700,10868,le-wagon,Nathan Huberty,False,2017,Want to change your life? Le Wagon is here for you.,2018-01-11,5.0,5.0,5.0,5.0,"I was looking for a new career path and have always been attracted by logical stuff like web development.I didn’t want to go back to classes for years, I just wanted to learn quickly and with an intensive rhythm.I have chosen Le Wagon because of their... Read More entrepreneurship spirit, and I have not been disappointed a single time. I have followed Le Wagon classes 3 months ago in Bordeaux (batch 102), it rather changed my life.It’s been a really great experience, I met incredible people, and learned to code.Le Wagon is not just a tech school teaching you how to code and then leaving you alone in the dark with your computer. It’s teaching you THE state of mind, making you a real independent web developer. Teachers are really good in letting you understand by yourself and helping you acquire the right state of mind, making you a real independent web developer.You will be able to think, learn and develop all by yourself afterwards.Moreover, Le Wagon is a network, a real developer community, which will brings you help whenever you need it in your developer life.I have always been into sustainable development so I submitted a project idea about carbon footprint transportation compensation, and it has been chosen. So I developed the project with 2 other students for 2 weeks and could apply all what I’ve learned the past 7 weeks.Creating a complete web app from a simple idea, following every steps of the process and finally presenting it.. wahou!Hard to go back to the real world after 9 weeks like that. You just want to code again and again, improving yourself everytime, learning a new tech language etc.And that’s when you realize you’ve become a web developer thanks to Le Wagon Bordeaux.Read Less",FullStack program - 35+ locations,Web Development +241578,10868,le-wagon,Sam Willis,False,2017,Best Coding Bootcamp in the world,2018-01-11,4.7,5.0,5.0,4.0,"Before doing Le Wagon I was studying Mathematical Sciences at Stellenbosch University in South Africa. I did enjoy my course but I loved coding even more and so there was only one idea I had in mind. Finding a course where I could code everyday and have... Read More fun while doing it. I studied Java for three years at school. I also experimented with Swift, Xcode and Android studio in my spare time. But there was nothing out there that could make me learn fast enough, studying by myself. I thought that a bootcamp would help me get where I wanted to be and Le Wagon seemed like the perfect fit for me as I wanted to build and launch my own app. The course is really tough to begin with as you are learning a whole new language, but there are tons of teachers in the room always there to help and make you learn as quickly and as much as possible. I really cannot stress enough how helpful and supportive all the teachers are. Also the big difference that I found help me learn faster through the bootcamp as oppose to self-studying is that the bootcamp was so well structured. This allowed me to get all the basic building blocks right and in place so that I could build my very own web app by the end of the course.I ended up building my idea called Resort Runner, a SaaS platform for large hotels and beach resorts. I got the invaluable experience working in a team over three weeks and we built two amazing Apps in the last 3 weeks. I have continued building resort runner and hope to launch the application in the coming months. Le Wagon was an incredible experience.Read Less",FullStack program - 35+ locations,Web Development +238927,10868,le-wagon,Romain,False,2017,I strongly recommend Le Wagon!,2018-01-10,5.0,5.0,5.0,5.0,"I thoroughly enjoyed my experience at Le Wagon London, I found it an extremely rich and structured course, supported by a great team of teachers.What I appreciated the most and still appreciate now that the course is finished, is having every lectures... Read More recorded and the materials supporting it available online. It’s particularly handy for reviewing forgotten or difficult parts.The community of fellow alumni and teachers on Slack is also a great place to find help to solve problems, hear about job opportunities and keep up with new technologies. I also appreciate having done all this projects during the course as I now can keep working on them on my own, adding features and keeping my GitHub contributions up!I strongly recommend Le Wagon!Read Less",FullStack program - 35+ locations,Web Development +241554,10868,le-wagon,Andrew Nagle,False,2017,Worth every penny,2018-01-10,5.0,5.0,5.0,5.0,"I worked as a Product Manager for a PE fund for 2.5 years, but never knew how to code. I wanted to learn coding so that I could create my own prototypes and to better manage costs and timelines. I looked at a lot of courses and was worried they weren't... Read More business orientated enough. I saw the reviews for Le Wagon and was particularly interested in the business focus they have. The course is tough... it really is a bootcamp. That being said there were students of all levels, some who had HTML/CSS experience and others who had never worked on any aspect of an app before. By the time the project came along we all had skills needed to create the idea we wanted. My team made an activity booking app, I was honestly surprised by how much we were able to build in such a short time. If you are thinking of doing a bootcamp, I can't recommend this one enough. The community, teachers, events and support they give you is more than I had hoped for.Read Less",FullStack program - 35+ locations,Web Development +241507,10868,le-wagon,Fabienne Bremond,False,2017,"Le Wagon, the best way to make a career change",2018-01-09,5.0,5.0,5.0,5.0,"After graduating from an engineering school, I started to work for a big corporate as a project engineer but I quickly realized I was really bored, that’s why I started to look for a way to radically change my career path. I’ve always been interested... Read More in digital companies especially startups, and I was curious about programming. I wanted to fulfill my curiosity and to launch myself into something new, that’s why, in july 2017, I joined the 83th batch of Le Wagon Paris. It was one the best decisions I took : the courses, the teachers, the ecosystem, the alumni… were amazing. The program lasts for 9 weeks, the learning objective of the first 3 weeks is to master the basics of the Ruby programming language, then we learned database concepts, SQL language and frontend languages (HTML/CSS/javascript ES6). After that, we worked a lot with the framework rails that’s why we spent time to learn and practice the MVC pattern. During the last 3 weeks, we formed teams with 3 to 4 persons to work on 2 projects : a clone of Airbnb (1-week project) and our own team project (2-week project) . To help us define it, one day is dedicated to prototyping. I really loved the fact that we worked and learned in pairs during most of the day to promote assistance and to allow us to know each other before the 3 project weeks.I feel really grateful because Le Wagon made me want to keep programming that’s why I am going to start a new job as a junior ruby developer in a startup.Feel free to contact me on Linkedin, i’d be glad to give you more details about this experience.Read Less",,Unknown +241458,10868,le-wagon,Jean de Colombel,False,2016,A must-have for business school students who want to work in the tech industry,2018-01-08,4.7,5.0,5.0,4.0,"I did Le Wagon in Paris nearly one year and half ago, so i think this delay have given me the time to see what are the benefits and drawbacks (and i do not see any) of such experience.First, i will summarize quickly the experience in itself because lots... Read More of people have already did it and my opinion will not vary from what the crowd usually says : Le Wagon is an outstanding experience, teachers are really well trained and the curriculum is always improved in a way that allows it to be reliable even after 4 years of existence. That being said, i will move to the ""after Le Wagon part"" because that is the kind of testimonial i was looking for when I was reading reviews before joining the bootcamp.When I joined Le Wagon, i was a classic business student without any professional experience even interships, it was at the beginning of my gap year. Havind coded a little bit when I was a kid and wanting to work in the tech industry, It was natural for me to learn to code that is why I joined Le Wagon. When I finished the bootcamp, I started to look for an internship and I was amazed by the pace of the process, it was really much faster than when i was searching before Le Wagon. I quickly realized that I had a big and scarce asset giving me a strong advantage in the labor market. So, I was now in the position to choose rather than in the applicant one.I joined an early-stage startup to do lots of things ranging from marketing, sales, and sometimes coding but I ended up coding like a full stack developer. At the end of my internship, I stayed three months more as a freelancer in this company which almost allowed me to pay back the investment of the bootcamp. Now I am finishing my sudies and will start to work but I am pretty confident in the future and like what I am doing. I will not look for a pure full stack developer job but rather in a position at the border between business and tech like growth hacker, product manager or even operations analyst. Those positions are, according to me, the best for a business graduate after Le Wagon because they are perfectly suited for our profiles. First, software developers usually do not compete for them and secondly, we are ahead in terms of hard skills over classic business schools graduates (knowing SQL and a script language is even sometimes mandatory).To conclude, the biggest benefit I got from Le Wagon was to get a singularity in comparison to the mass of business schools graduates. And when you have a singularity, it means less competition, higher compensations and more fullfilling jobs because you have more choices. So, what I expected from Le Wagon was exactly what I got. If you want to start the adventure, do not see it like an expense, It is definitively an investment and the ROI is phenomenal. For sure, we tend to see the absolute amount which seems huge at first, but, Le Wagon only cost me 16% of the cost of my business school but brought me much more than this number, think of it !Jean de ColombelRead Less",FullStack program - 35+ locations,Web Development +241428,10868,le-wagon,Michael Ramassamy,False,2017,Awesome fullstack training at Le Wagon Bordeaux !!,2018-01-07,5.0,5.0,5.0,5.0,"Hello i’m Michael and i’d like to share with you my experience with the 9 weeks training course at LeWagon Bordeaux in April and May 2017. (batch #67)Before, I used to be the CEO of a startup for 4 years with a web platform in education. During these... Read More 4 years , I have been struggling to find a good CTO for my startup. I could not find partners so i had 2-3 employees or i had to deal with web agencies and freelance developers. It cost me so much money. After this experience i thought it would be better for me to enhance my skills in development to be able to manage technical development in a better way. I needed a short time intensive training. I was in Bordeaux and i googled that and found Le Wagon Bordeaux training. I chose Le Wagon because i wanted to develop complex website, true apps ! And 2 amazing months started !While i was managing developers during 4 years, there was so many languages, technologies, systems (front, back, database, servers…) that i thought it would take me several years to be an average app developer.I wish i would have done Le Wagon training 4 years earlier, i would have saved more than a hundred thousand of euros in development, and so much time !The training at LeWagon is intense but pedagogy is fun : you do not spend 7 hours a day in a seat watching and listening to a teacher showing you how to code. Hopefully not !!! Each day, the morning start with 1 hour of lesson, then at LeWagon they have their own learning managing platform where you can access a video of the lesson if you missed something or you need to check the course at home or later (available all your life) and you access to all progressive challenges of each day. And that’s how you day is so nice and goes so fast : it’s all about personal challenges, games, and the system have automatic feedback. You work with another student different each day. It’s your buddy :) And if you’re lost, or need help, a teacher is available to help you so you will not be stuck. At the end of the day a collective session of 1h30 will show an answer to a challenge or to a technical exercise.You will also test what you know with flashcard quizzes everyday. So it’s an intense immersive process, fun, collaborative and active.I love it ! Moreover, the team is nice, so you make good friends also and sometimes barbecue, wakeboard or party with your new mates or teachers.After 7 weeks you are able to code a small app like a simple air bnb app, front and back with database ! That’s amazing ! The last 2 weeks you code your own minimal viable product app in team and you make it available for all the world on a server !So many skills in such a short time : that’s LeWagon. Because i had managed developers before and because i faced organizational, product conception or technical problems before, i really noticed and appreciated that our lead teacher (so fun and skilled !) gave us the best convenient practices even when designing a simple but smart UX interface. So you’re even given good practices if you want to build a startup.What i can do now ? Code my own app alone from scratch in a short time, put it on a cloud server, and i can also improve my skills alone because i have the right basis. I decided to be a freelance after that. So the training gave me more than just learning to code i can now code my own projects or find a job.For me Le Wagon training is a great experience, a great learning. If you’re motivated and you want to be able to develop by yourself or get a job, if you like challenges, it will bring you to a next level and you’ll get rewarded !MichaelRead Less",,Unknown +241413,10868,le-wagon,Sara Mannseichner,False,2017,Simply amazing!,2018-01-05,5.0,5.0,5.0,5.0,"After working for the government for a few years, I realized it really wasn't what I wanted for a career. After plenty of thought I knew I wanted to join the tech world, more specifically I wanted to become a developer. After countless hours of research,... Read More the answer seemed obvious: a coding bootcamp. But which one? I read so many reviews, contacted the coordinators, wrote many pros and cons lists and the solution became quite clear: Le Wagon in Montreal. The second that I contacted MG (the co-founder of Le Wagon Montreal), I knew it was the right fit for me. Throughout the 9 intense weeks, we were continuously supported and encouraged by MG and the rest of the Le Wagon team (even people from far away!). The bootcamp exceeded every expectation I had. The structure of the days was perfect, the pace of learning was great and the teachers/TAs were exceptional. My favorite part was definitely the final project- where we were encouraged to push ourselves to learn and grow both individually and as a team. And it didn't stop after the 9 weeks. I am now a part of a community the spreads worldwide. I have developed friendships and networks that will last a lifetime. I highly recommend Le Wagon to anyone looking for a positive career change. It's definitely not easy, but if you are ready to put in some work I'm sure you will surprise yourself with how much you can learn in 9 weeks!Read Less",FullStack program - 35+ locations,Web Development +241412,10868,le-wagon,Florine Lequette,False,2017,Le Wagon Lille - France Batch#108,2018-01-05,5.0,5.0,5.0,5.0,"Le Wagon was an amazing experience in terms of quality and human experience.Before Le Wagon, I worked as Innovation project manager at Sephora for 3 years. I worked with developers to build app and products. But big problem: I had never written one line... Read More of code in my life, so I was completely depending of them and we didn't ""speak"" the same language, so for them and I, it was not confortable at all. So, become autonomous, understand this language of the future, and be able to build my own web app was my challenge. I heard about Le Wagon from some friends who made it. So I have decided to integrate it. The week before my first day at LeWagon, I asked myself if I was sure to pay that amount for a training which I didn't know if I'll be able to understand and enjoy this obscure language. And after the 9 weeks of bootcamp, I can tell you that I'm so glad to have joined LeWagon. I think this is one of the best investment I have made.You need to know it is not an easy experience. You need to be ready to work hard and learn to take a step back because you'll learn lot of things in a very short time. So sometimes, you can loose your confidence in yourself. But, trust in your teachers, and this amazing bootcamp because it works, and I was very proud to learn that fast. Now, I'm working on website development with another Le Wagon alumni from my batch before to create my own project. So, if you want to learn coding but are still hesitating, I highly recommend Le Wagon!!!!Be ready to work, and share an amazing experience !!!Read Less",FullStack program - 35+ locations,Web Development +241409,10868,le-wagon,Samia Dahmouni,False,2017,The BEST experience ever @ Le Wagon Bordeaux (FR),2018-01-05,5.0,5.0,5.0,5.0,"I followed the bootcamp at Wagon Bordeaux (France), Batch #102 in autumn 2017.My work experiences always turned around business development and marketing. Over the years I was more and more interested in the digital. My curiosity urged to me to learn... Read More a little the front end: HTML and CSS. I decided to be a freelancer as digital consultant at the beginning of 2017. I accompany startups and small and medium company in their digital strategy and the design of small website with Wordpress.I knew the Wagon Bordeaux for 2 years but I didn't know if this Bootcamp could suits me. It was thanks to an interesting opportunity that I realized that the Bootcamp Fullstack Developer was the key to answer to a customer need.The objective being to develop a collaborative platform from scratch. The Bootcamp simply changed my life and my way of thinking. The team of Bordeaux is very professional and especially in the listening. The first days I thought of having made a mistake about my choice. But the support of the professors allows us to keep heading because the training is intensive and the personal investment is very important.I had a click at the end of 3 weeks when I really fell in love with the code. A day without coding becomes frustrating.The more weeks passed and the more I felt at ease. I felt that I very fast developed skills. No training or experience in my life gave me the opportunity to learn a new job so fast.It's clear that the quality of the knowledge, the exercises and especially the team allows who wishes it to change job, life.The world of developers is very open. We find a mutual aid as there anywhere else.At the end of 6 weeks we were capable of making a copycat of Airbnb. And during the weeks project we developed a platform, named Bootcampers, allowing freelances to find development missions without caring about administrative procedures or about the negotiation with a customer thanks to the implementation of a project manager within Bootcampers. This one has a major role of intermediation. What returned the project more complex and very interesting to develop.Today I am always a freelancer, as Fullstack Developer Junior and Digital Consultant, I work with my customers and soon again thanks to these new skills. I am now capable to develop a landing page in a few days from scratch and I am working on the development of the future platform. Shall have never been all this possible without the Wagon Bordeaux.Read Less",,Unknown +241391,10868,le-wagon,Fabien,False,2017,"Great learning, great challenges",2018-01-05,5.0,5.0,5.0,5.0,"I recently graduated from LeWagon Chengdu (batch#114) and I have to admit that I was pleasantly surprised by the level I reached in these short 9 weeks. Being familiar with Python (for Data Science), I was not completely new to programming but I was far... Read More away from being able to code a full-fledged web-app. I actually enjoyed the first few weeks which are supposed to be for ruby “basics” but ended up being extra challenging with optional/teacher challenges and helping my classmates with their exercise. I really like the fact that there was something to learn in the first few weeks for both total beginners (ie: I never wrote a line of code) and more experienced beginners (ie: I can write simple scripts). Also, the localization of the curriculum was awesome and we learnt how to make WeChat (think Facebook, PayPal and the App Store mixed in one app with a penetration rate over 80% of smartphone users in China) Mini-Programs and allowed us to create and present mini-programs as our final project. I learned a LOT during these 9 weeks and I made awesome and like-minded friends. If you are not ready to give 110% to the bootcamp to learn, do not waste your time and money. On the other hand, if you are ultra-motivated, want to be challenged every day and make a difference, I would recommend Le Wagon Chengdu!Read Less",FullStack program - 35+ locations,Web Development +241321,10868,le-wagon,Anonymous,True,2017,Hands Down the Best,2018-01-03,4.7,5.0,5.0,4.0,"Le Wagon is the second bootcamp that I have attended and they are hands down the best. They cultivate an extremely supportive learning environment. The teachers and administration genuinely care about the happiness and success of their students. The program... Read More is very logically organized and the online tools to support learning outcomes are terrific. Despite the many personal obstacles I faced during the program, I was able to learn the material and develop marked confidence in my skill level. I can't say enough good things about the program. If you are considering Le Wagon, commit. You will not regret it.Read Less",FullStack program - 35+ locations,Web Development +242115,10868,le-wagon,Rose Fernandez,False,2017,Wonderful memories made and skills acquired,2018-01-03,5.0,5.0,5.0,0.0,"Coming from a background in design and working mostly with HTML and CSS, I wanted to hone my back-end development skills more. As such, I began to look at various coding bootcamps and encountered Le Wagon after reading rave reviews and receiving a recommendation... Read More from a friend. After applying and going through the requisite steps, I soon I found myself on a plane to Tokyo for nine thrilling weeks. And I'm very satisfied with my decision to attend the bootcamp with Le Wagon Tokyo! It resulted in rounding out my web development skill set and making connections with a delightful, supportive group of people who enjoyed their memes and emoji. Speaking of, the party parrot emoji best summarizes my experience at Le Wagon Tokyo. Take a look at nearly any message in our Batch #94 Slack channel and you'll see the party parrot reaction emoji bobbing away with enthusiasm. The program made learning the full-stack of web development really fun and I felt very connected to my classmates, teachers, and staff. The material we learned from lectures, comprehensive resources, and coding exercises culminated as a group project where we really applied ourselves to build a Ruby on Rails prototype website from scratch. The Le Wagon community is truly what made the experience a memorable one--we were all in this together with the support from everyone!Read Less",FullStack program - 35+ locations,Web Development +241299,10868,le-wagon,Severine Clement,False,2017,Amazing experience at Le Wagon Montreal,2018-01-03,5.0,5.0,5.0,5.0,"Le Wagon was an amazing experience, first a human one but also because we left it with so many useful skills for our future. Montreal is a wonderful city where we have rapidly become familiar and comfortable in a very tech neighborhood filled with so... Read More many startups and entrepreneurs. It was easier to adapt ourselves to this new language because we were surrounded from day one with incredible teachers, patient and passionate about coding. I recommend this bootcamp for anyone who would like to change their lives because it did change mine, and especially in Montreal.Read Less",FullStack program - 35+ locations,Web Development +241124,10868,le-wagon,Miguel Tavares,False,2017,Amazing experience @ Le Wagon Lisbon,2017-12-27,5.0,5.0,5.0,5.0,"When I first started researching Le Wagon, I grew suspicious of all the 5 star reviews. Surely somebody would have at least one less positive comment or nitpick about something they disliked. Now that I’ve finished the 9 week trajectory, I fully understand... Read More the glowing positive reviews that Le Wagon has received.My main goal for doing a bootcamp was to accelerate my learning process and move into a career as a software developer. The Le Wagon curriculum is perfect for this purpose because it gives you a lot of knowledge in very short period of time. The structure of the lessons makes complete sense and the build up to the final project with smaller projects is well thought out. The times I got stuck solving a challenge or implementing a feature in my project, there were always plenty of teachers and teacher’s assistants to help me out.After finishing the bootcamp I feel much more confident as a developer and even though there’s still a lot to learn, I know I’m able to find the solution for any issue I might encounter.The added bonus I wasn’t expecting is the amazing sense of community that Le Wagon provides. I have made friends for life during the bootcamp that include students, teachers and alumni. The Le Wagon experience doesn’t end with the bootcamp: the first 9 weeks are only the beginning.Read Less",,Unknown +241204,10868,le-wagon,Luca Scarinci,False,2017,"Le Wagon - Amsterdam - ""Born to Code""",2017-12-27,5.0,5.0,5.0,5.0,"I worked for more than 5 years as a Graphic Designer in Milan until I moved in Dubai. After my experience of 16 months in UAE as Unreal Developer, I understood how important it was for my profession to move into a different and more interesting area.... Read More I fell in love with coding after discovering the power and creativity of Javascript, but at the same time the growing demand for skills related to web development was a further stimulus to apply for this new challenge.So I decided to find the best and most complete bootcamp in Europe and one of the best in the world, and after a long search I selected Le Wagon thanks also to a complete program.Why Amsterdam? Because it is the third most important city in the world for the IT and creative industries. It is also a dynamic and innovative city.The coding bootcamp was the best learning experience of my life and one of the best experience on a human side. In Le Wagon I found what I was looking for. An environment full of motivation, an extremely rich and structured course, supported by a clear and rich platform of content. Everything is planned to give you the best tools to face this challenge. But the best part of the course are the teachers and the perfect management of the driver. The first week was a little bit frustrating, because everything was new to me, but due to the clear and well structured lectures and explanations I was able to learn everything. Also the continuous support of the brilliant teachers was very beneficial to my learning curve. The teachers, lectures, course material, platform - it is a perfect machine where every attention is focused on your learning curve and progression. On the human side it was an amazing experience: wonderful people from all over the world with different background and different motivation. Thanks to the working method, you have the chance to know each person every day, and share your experience and your skills. After these intensive weeks I really feel comfortable with front-end and back-end, and I have finally a complete and attractive job profile. As a designer I discovered a new world of powerful tools thanks to which I can have fun and be creative, and maybe mix some other designer skills. Anyway after two months I finally found my place in the world: despite the numerous job offers I receive, I'm looking to open my own company. So if you are looking to change your life, if you are looking to improve and enrich your skills, or if you are just looking for an awesome experience, don't hesitate. Just do it.Read Less",Web Development,Web Development +241107,10868,le-wagon,crionline,False,2017,Awesome bootcamp!!!,2017-12-27,5.0,5.0,5.0,5.0,"Exelente formation, terribly effective, 9 weeks of happiness with a great team",,Unknown +244236,10868,le-wagon,Takuya Asako,False,2017,Best learning experience in my life,2017-12-27,5.0,5.0,5.0,5.0,"Before I joined Le Wagon, I worked as a manager of Bridge SE team of Software development company in Vietnam. I started my career as web/mobile project manager but I always was struggling with my lack of technical skills/knowledge working with developers. ... Read MoreWhen I decided to back to Japan to gain more experiences in the Japanese market, I luckily found Le Wagon Tokyo. One of the biggest reason that I chose it was because all the program of Le Wagon proceeds in English. (The second biggest reason is the reputations on the internet). For that reasons, I made my choice to jump into the most challenging environment.Even though I’ve been in the software industry and I knew some concepts to make web applications, the first week of the program was the hardest time for me. It took time getting used thinking like a programmer and writing codes but thanks to the great help from the skilled teachers and the teaching assistants, I gradually started loving coding. The final project was the best thing in the program. Although I have participated in the project as a project manager before, it was my first time for me to be in a team as a developer and develop our own product.It was really challenging to build a website within 2 weeks from scratch but working as a team to build a “real” product was the best learning experience in my life.After graduation, I'm back to the previous working company as the same role, project manager utilizing the skill of full stack developer. I do recommend Le Wagon if you want to learn to code. It is literally GREAT and I’m sure you will gain unforgettable experience.Read Less",FullStack program - 35+ locations,Web Development +241087,10868,le-wagon,Natacha,False,2017,Life changing experience,2017-12-26,5.0,5.0,5.0,5.0,"I can't recommend this place enough. If you're looking for an amazing bootcamp that is worth the money, go to Le Wagon. You won't regret it.Let me tell you about my experience. My initial background was alternative well-being and beauty. I had an accident... Read More a year ago and I could not practice any more. I wanted to retrain.My dream was to invent alternative software for all but I lacked tools and skills. So I wanted to learn how to code. Le Wagon has welcomed this dream, and helped me make it come true. At the beginning it was really difficult for me, but the teachers were there to take care of each one of us. In Le Wagon no question is stupid, and whenever time permits Kevin, Joseph and the TAs will show you how to do what you have struggled to do. 99% of the stuff taught to me was totally new – and the approach to how we were taught was just fantastic.The goal was always to make it as a team. Even within the batch we had each other’s back. And this team spirit, we’ve learnt it there. The course may be tiring. But it's not boring. you will learn a heck of a lot. The 9 weeks gave me a solid foundation of ruby-on-rails, javascript and of course CSS and HTML but Le Wagon it’s not only about learning new languages, it’s all about learning how to learn. After this bootcamp, you’ll never feel that you are out of solutions. The final project is an amazing experience. It challenged me in ways classic exercises couldn't : working with my peers, inventing a project, managing time, presenting the result the best way you can and at the end being proud!Before coming here I thought I knew what I wanted – to learn how to code – but I have discovered so many other roles in the web universe that resonate with me, it has completely changed my direction. I have discovered an absolute fascination with all this creative world.Read Less",FullStack program - 35+ locations,Web Development +241061,10868,le-wagon,Manuel Sepúlveda,False,2017,"Le wagon, Lisbon",2017-12-22,5.0,5.0,5.0,5.0,"Before Le Wagon, I was doing my under graduate degree in computer science. Although I already knew some java, I was not getting it fast enough and as time passed I was losing interest in my degree.Le Wagon’s boot camp was presented to me as an opportunity... Read More to achieve the goals that I wanted to gain in my computer science degree. The boot camp not only gave me that, but it gave me so much more. In the end, when we look back and realise all the gaps that we had prior to Le Wagon, we understand what an accomplishment in our lives it was to do the course. In general, it gave me the bigger picture of what it is to work in teams, in 5 different programming languages that have more power that we could imagine and, most of all, an introduction to the world of web development.The teachers, drivers and teacher’s assistants were amazing and I studied alongside some wonderful people whom I still keep in touch with. The pace of the program is very fast which makes the 9 weeks very intense. Even though the time is short when you consider how much you have to learn, the structure of the day ensures you get time to practice extensively.I’m currently working on some products with two other guys that did Le Wagon with me and we are still building our web applications in Ruby on Rails (not Java!). I recommend Le Wagon to anyone that wants to learn to code!Manuel Maria da Fontoura SepúlvedaRead Less",FullStack program - 35+ locations,Web Development +241025,10868,le-wagon,Willem van Klinken,False,2017,I fell in love with a bootcamp,2017-12-22,5.0,5.0,5.0,5.0,"Willem Poghisyo van Klinken - Le Wagon, Amsterdam (batch 99)My background: I had been working as a chef over the past 8 years or so, and although I enjoyed this very much, this was never my true passion. I knew I was interested in coding (and the computer... Read More sciences) but I found it a little overwhelming on where to start. With so many different blogs and mini courses online I found it difficult to know on what to focus on and start with. After starting a few, then stopping for a while before going back to them and trying again, I realized that this approach was not going to work for me. I needed a little help and support to guide me on this new direction I was interested in. I was advised that a boot-camp course was probably the best way to do this, and after researching the possibilities, I selected the what seemed to be the best choice for me.  Enter Le Wagon.    What Le Wagon did for me: In Le Wagon I found exactly what I had been looking for. A well-structured course delivered by some extremely motivated and talented teachers and teaching assistants. The platform that we used, for our knowledge acquisition and daily challenges is very well designed, and provides you with exactly the resources needed to approach each days topics. With even additional challenges for the very motivated/skilled it caters to all levels of abilities and keeps everyone interested. The paired buddy system, taught me how to collaborate and work with anybody I was assigned with, which will no doubt be very useful in my future coding career. Although the course is delivered at quite a high pace, you have access to all these resources even after the course, allowing you to go back and review some topics that you may wish to have spent a little more time on. I really think Le Wagon found the 'sweet spot' with the amount of knowledge delivered and the pace of the course, constantly keeping me motivated and on my toes, but never overwhelmed.    What I hope to do with it now: I feel extremely comfortable, not only in the knowledge that Le Wagon has already provided me, but in the skills and abilities I have picked up along the way that will help me continue my development in coding. I am now far more aware on how to tackle and approach new topics I am interested in. I have an abundance of resources at my fingertips, not to mention an amazing network of extremely helpful and knowledgeable alumni to call upon if needed. I will definitely continue developing myself in this field, and hope to find a job in a company to help with this, but there is also a chance I might team up with some of my class mates to start our own web development company which would be absolutely fantastic, to keep the Le Wagon feeling alive!   If you are reading this, contemplating on whether this boot-camp is worth it or not, my only advise is hesitate no longer. You will learn an incredible amount, and have such amazing fun doing it. Le Wagon delivers above and beyond 'what it says on the box'. My only regret is that those 9 weeks went by so quickly, I wish I was still there. Read Less",Web Development,Web Development +238519,10868,le-wagon,Pim,False,2017,Great experience @Le Wagon Amsterdam,2017-12-21,5.0,5.0,5.0,5.0,"Before Le Wagon, I worked as a procesmanager. My colleagues created IT solutions for different clients and during the building process I was fascinated about the different lines of code on their computer. In my younger years I never did anything with... Read More coding and therefore I felt that I would never be able to understand what these programmers where doing. But Le Wagon convinced me that everybody can learn code and they were right!The first weeks are intense but gradually the bits and pieces come together. Looking back; I now have a much better understanding of the bigger picture of web development and programming. My new skill set has opened so many doors. Also I met a lot of interesting people during and after the bootcamp. The community of alumni’s, teachers and students is truly remarkable. The bootcamp is also well organized and the teachers/staff really care about their students.I’m currently setting up my own start-up with the two people from my final project. After the bootcamp we decided to continue with the idea and we are currently finalizing the product; just a couple of months after the bootcamp. My experience at Le Wagon has been truly amazing. Whether you want to become a developer, improve your IT knowledge or start your own start-up, I would highly recommend to join Le Wagon!Read Less",FullStack program - 35+ locations,Web Development +241008,10868,le-wagon,Léna Rowe,False,2017,I learnt to code at Le Wagon and it changed my life,2017-12-21,5.0,5.0,5.0,5.0,"I decided to take a gap year before university and learn to code. Joining Le Wagon Lyon (batch #109) helped me do just that and it ended up being one of the best decisions I have ever made.The admission process was very efficient. After applying on Le... Read More Wagon's website, I received a call from the driver within hours and a Skype interview was set a few days later. No experience in code was required, I just had to complete a prep-course to build a basic understanding of programming before blasting off at the start of the actual course.The 9 weeks are perfectly structured. Each morning starts with an hour and a half long lesson followed by a full day of challenges. A different working buddy is assigned each day which gives everyone a great opportunity to get to know each other, work in teams and discover different ways to complete a challenge. There are even some bonus exercises for the ones who have gone through the regular set and want to explore more. The livecode at 5:30 helped us dig deeper in the challenges of the day and often gave us a different, more efficient, approach to solving the problem. On Thursdays we had an hour of yoga in the afternoon - a very enjoyable and relaxing break between coding sessions.The teachers are incredibly skilled and excellent instructors / mentors. There was always a teacher or teaching assistant ready to help me when I was stuck in a challenge. The support and guidance I received from the team as whole, driven by a passionate and very considerate driver, was amazing.The course is extremely intense and the learning curve is steep. We were already able to code small programs at the end of the first week. Each day was packed with key knowledge that was sometimes hard to fully digest but the teachers were always there to make sure we had a clear understanding and were not overwhelmed before moving onto the next step. In 2 short months, I gained an in-depth grasp of back end (Ruby on Rails) and front end programming (HTML, CSS and JavaScript).The last 3 weeks, dedicated to real-life projects, were probably the most exciting of this already amazing course. From week 7 onwards we teamed up in groups of 3 to 4 for a 1-week long Airbnb-like project and a 2-week long project of our choice. The first one introduced us to web projects in teams and the end result of our 5-day long projects was already pretty impressive. Now, the second one gave us an opportunity to go all-out, improve our coding skills and be the most creative. I worked on Lovify (lovify.top), a dating app which finds you your perfect music match through your Spotify listens. I had a lot of fun implementing everything I had learnt throughout the course, playing with Ruby on Rails and working with a fantastic team. I am really proud of what we have achieved through this fully functional app and it was a pleasure to present it during the DemoDay.More than just learning to code in Ruby, Le Wagon has taught me how to improve my coding skills myself and explore new languages. I also got to meet really interesting and motivated people, some of whom have become very close friends, and build a strong network. The support certainly does not stop once the bootcamp ends as the team and alumni continue to help us professionally, to find a job, internship, freelance work or become an entrepreneur.The course is tiring and requires a lot of hard work during long days but the friendly and supportive atmosphere along with the skills gained make it 100% worth it.Le Wagon has been the most educational and enriching experience of my life. I am looking forward to make use of everything I have learnt thanks to this bootcamp in my future studies and career. I completely recommend Le Wagon to anyone interested in web development, wether you want to become a full-time programmer or build technical skills the startup way!Read Less",Web Development,Web Development +241000,10868,le-wagon,Laetitia Ahamada,False,2017,Awesome experience,2017-12-21,5.0,5.0,5.0,5.0,"I just finished the training of batch 109 of Lyon.The courses were of an incomparable quality and accessible to all, for beginners as well as for the most experienced.The Driver is cool and makes you feel good. By offering yoga classes at the same time... Read More and bringing us sweets and fruits.The teachers are attentive and present, they give us the necessary tools for our autonomy. They are both serious and welcoming.It is a very good experience. I highly recommend Le wagon because they also organize talks, to insert us into the professional world.Being a beginner is not a problem we work every day with a different buddy, the work platform is clear and intuitive, accessible for life.They help us if we want it.In 2 months I am impressed by the deepening of skills.I've learn many languages (Ruby, Rails,Html, javascript, Css ...) so why hesitate?Once you're part of Le Wagon you're on the rails ;)Read Less",,Unknown +241001,10868,le-wagon,Frédéric Cadet,False,2017,Life changing,2017-12-21,5.0,5.0,5.0,5.0,"Before Le Wagon I was working in investment funds where I had the opportunity to meet amazing entrepreneurs and after some time I felt that I wanted to be more than a finance guy. I started to think about creating a company but I was clearly lacking the... Read More development skills. That’s why I decided to join Le Wagon’s bootcamp and it’s one of the best decisions I ever made.The organization of the entire bootcamp is optimized to learn as much as possible in only 9 weeks. It was really intense but every day you know why you study because you directly apply it during the exercises. Alsol, the pair working is an incredible way to learn faster and better because your buddy can find the proper way to explain things to you and when you are the one explaining you will learn even more by teaching. The teachers were also the main pillar of this bootcamp, both during lectures of the morning and to help during the challenges of the day. These six weeks are perfectly designed to constantly increase in skills to be ready for the 3 weeks of project.The first week project on the Airbnb clone was an incredible way to observe how much we learned since the beginning of this experience and looking back it’s quite impressive. Our project for the last two weeks was in the hospitality sector. With other 3 students we built a complete tool for hotel managers to manage their employee’s shifts in the simplest possible way. These two last weeks were the most impressive part of the bootcamp because in this short period our team has been able to build a professional tool, something that I thought impossible before starting the bootcamp. Apart the pure technical part, working as a team is a real challenge and I learned so much through that experience.Therefore, Le Wagon has given me all the tools that I ever dreamed of to be able to work as a developer and start building my own startup.Read Less",FullStack program - 35+ locations,Web Development +240944,10868,le-wagon,Mattia Lamouroux,False,2017,A fabulous adventure,2017-12-21,5.0,5.0,5.0,5.0,"After a business school and 5 years in a big corporation, I realized that I had no technical skills to launch my own business. Thanks to Thibault Genaitay - Shanghai’s driver and former classmate - and Baptiste Perrin -Lyon alumni-, I joined le Wagon... Read More Bootcamp, and it totally worth it.The first two weeks demand some courage. You learn the basics of language without really understanding where you’re going. But all along the training, you start to see the big picture, and when you start Rails everything gets clear.On top of a strong technical program – ruby/activerecord/html/css/js -, you learn how to practically develop and launch a project – github/postgreSQL/heroku -, and cherry on the cake how to work in teams - thanks trello and gitkraken - through 2 great projects (3 weeks in total).The organizing team is perfect, the teachers are even better than you can imagine, always available and with strong pedagogy skills.I’m confident I’ll find a job as full stack developer in the next weeks, and be able to launch my own project in the next few years.I strongly recommend le Wagon!Read Less",FullStack program - 35+ locations,Web Development +240998,10868,le-wagon,Nirali V,False,2017,Life Changing!,2017-12-21,5.0,5.0,5.0,0.0,"I’ve worked with tech startups, non-profits, and founded my own e-commerce company. I studied economics and law at university, and not studying computer programming was always a regret. I have spent a lot of time trying out various online coding courses... Read More on Codeacademy, Udemy and Udacity, but I still couldn't build anything by my own beyond basic HTML, CSS commands. I decided to take a leap of faith and go all in for the adventure of learning how to code, and applied to Le Wagon London, all the way from New Delhi,India. And the risk paid off- the 9 weeks at Le wagon completely rewired my brain. It doesn’t happen overnight and there aren’t any shortcuts, it takes a while to start thinking as logically as a programmer. The first few weeks were intense and challenging for me. I left University 5 years ago and the first 2 weeks were a struggle to get to re-learning like a student again. But the staff at Le Wagon London- the amazing teachers, TA’s and the city manager,Edward, are absolutely incredible. I chose Le Wagon based on their reviews online at Switchup, and some overly positive reviews left me wondering if they were even that good. Now I know why some folks sounded so excited, as they really are THAT good.The team support is unparalleled and they pushed us to learn beyond what I imagined was possible in 9 weeks. The culture of constant learning at Le Wagon stands out, and everyone in their team goes above and beyond their roles to ensure each and every one of us learns at the bootcamp. I fell in love with backend development: the logic behind Ruby which always pushes my brain to think better. Thank you Le Wagon, grateful to be a part of something so life changing. If you’ve always wondered what it would be like to code, even if you’ve not written a line of code, apply now and watch the magic unfold.Read Less",FullStack program - 35+ locations,Web Development +239954,10868,le-wagon,Tiphanie Tourniaire,False,2017,Amazing experience,2017-12-21,5.0,5.0,5.0,5.0,"Before le Wagon I was product manager in a startup in Lyon, working with a dev team and struggling because I had no skills at all in code to understand them and their way of working.I decided to join le Wagon thanks to all the positive reviews and it... Read More was really worth it.9 weeks at le Wagon Lyon have been an unforgettable experience. Everyday starts with a 1,5 h lesson and then you work with your buddy in coding challenges. At the end of the day a live code session make you see another way of coding and go further.The teachers and teacher assistants are excellent and you can always find someone to help you if you're stuck in a challenge. The platform and tools are very complete and adapted to all levels. With no experience at all in code and in only 9 weeks I've learned Ruby, html, css, js, rails and all the best practices and built a real app from scratch with my team.Also big up to the city manager who always takes care of his alumni and organizes a lot of events for us. I strongly recommend !Read Less",FullStack program - 35+ locations,Web Development +240899,10868,le-wagon,Gilmar Lima,False,2017,Life Changing!!!!!,2017-12-19,5.0,5.0,5.0,5.0,"Sounds cliché but thats my real experience.After trying to become a full time web developer for years I have finally been able to shift careers.The workload is intense and far exceeded my expectations, since I had some experience in development (mainly... Read More databases) still it was so challenging that it made me fall in love with programming again. Also all the friends I have made during the bootcamp is something I will hold dear for ever.Best training investment I have ever done! Completely recommend!Read Less",,Unknown +240871,10868,le-wagon,Pedro Sol Koike,False,2017,"It did changed my life, and fast!",2017-12-19,4.7,5.0,5.0,4.0,"I entered Le Wagon with a single goal, changed my career after more than 11 years working with marketing.I was already playing with html and css and had done some codeacademy tracks, but the frustration always came when I tried to create something from... Read More scratch, outside the tutorials ... I just could not do it. After much research, I understood that the best way to change career fast was through a Bootcamp. I needed a course that would teach me why and how things worked and especially how to think like a programmer, work like a programmer and attack problems with a different mindset from a marketing planner. I need practical, day to day knowledge to be able to succeed as a web developer. Le Wagon gave me all this and more! I finally understood how to connect one thing with another and everything started to make sense. I developed skills in 9 weeks that alone might never have been possible, or would have only after a long time. The methodology is very well built, the experience is mind-blowing, rewarding and challenging but the great triumph is the people. Friends who struggle with you every afternoon to solve the challenges, the fantastic teachers who are always willing to ensure that we learn the concepts and THE community that generates a very important networking for those who want to enter this career or launch a new project.It was this networking that gave me two internships (France and Holland) after only 3 months of graduation. Today I work as a Full Stack Ruby on Rails Developer freelancer for these two startups.If I had known that I would have changed my life so much in such a short time, I would have done it sooner!Read Less",FullStack program - 35+ locations,Web Development +240849,10868,le-wagon,Francisco Azevedo,False,2017,Even better than expected!,2017-12-19,5.0,5.0,5.0,5.0,"Being already a Computer Science student before joining the Le Wagon, I had some doubts about ""how can a beginners bootcamp help me improve, and prepare me to really be a programmer?"" Well in the first week all my doubts were lost. I learned more in the... Read More first 3 days than in 3 years at university. They teach in a much more personal way, nobody is left behind and they treat each student as an individual!But Le Wagon bootcamp is not only about coding. I also learned how to transform my ideas into projects, and my projects into a business!I only have nice things to say about the staff! All teachers and TA's were amazing, ready to help us with every little doubt and always ready to party! They really enhance the team spirit and keep us fresh during all the 9 weeks, and that's amazing!Read Less",FullStack program - 35+ locations,Web Development +240845,10868,le-wagon,Marco Beduschi,False,2017,9 weeks that got me a job as a backend developer,2017-12-19,4.7,5.0,5.0,4.0,"9 weeks of intense coding on Le Wagon is what got me a job as a backend programmer.A bit of context, previous to the bootcamp I had worked with video-games as a game designer, and I fiddled a bit with programming here and there, but nothing too serious.... Read MoreI grew uneasy with my career and I decided to make a shift from designer to programmer, and through searches online I came to find Le Wagon.The 9 weeks that followed gave me just the right amount of knowledge, a solid foundation of ruby-on-rails, javascript and git workflow, skills that almost any startup is in dire need of, knowledge that got me a job as a jr. backend programmer at a really exciting startup. Moreover, I got to meet some really passionate, professional people that are now good friends of mine and that certainly will be of utmost importance for my career in programming.The key take-away is that Le Wagon has an immaculate course structure and class methodology, paired with great teachers that will promptly help you during and after the 9 weeks of the course.I most certainly recommend this bootcamp to anyone, wether you want to become a full-time programmer or just get a better grasp of the subject.Read Less",FullStack program - 35+ locations,Web Development +240818,10868,le-wagon,Cristiane De Oliveira,False,2017,"Awesome!! Not easy, but it was worth!",2017-12-18,5.0,5.0,5.0,5.0,"Since I opened my own business two years ago and got involved with the development of my website and everything that involves it (SEO, mailchimp, design), I find myself increasingly interested in web product development. I started to learn how to code... Read More on my own with online courses until I met a friend's friend that told me she studied for 4 months and had already got a job. What's your magic i asked her? She did Le wagon at Rio de Janeiro and guess what? 2 months later I found myself in London starting Le Wagon Bootcamp. Honestly, even though I have heard great things, I enrolled in the course fearing of not learning much (after all I barely spoke English). At first it was really hard and I was thinking I wasn't learning but after 2 or 3 weeks everything started to make sense. I really liked the program flow. Everything on the course is well organized, morning lectures, the buddy system and revising exercises. Besides that the teachers were amazing, always open to questions and patient with my mistakes.To finish is important to talk about how I felt the last night of the bootcamp.The final project was a big deal, I worked on Nathalia's dream project and it was tough. 2 weeks working non stop: me, Nathalia and David with teachers and TA's helping, finishing with the project's presentation with all our friends and family there went so well! I felt amazing! It was not easy, but it was worth!Read Less",,Unknown +240782,10868,le-wagon,Rafael Alonso,False,2017,My experience at Le Wagon Montreal,2017-12-18,5.0,5.0,5.0,5.0,"As a computer science student, I didn't think Le Wagon Montreal would have much to offer me since it was only a 9-week coding bootcamp. I thought it would be only a shallow knowledge for those who'd never coded before. Boy, was I wrong!The course is extremely... Read More well made for both beginners and more advanced students. The attention they give for each individual is amazing, the environment is extremely calm and good (which is important, since we spend long hours of sometimes frustrating code), the people are amazing (both teachers and students) and it's a complete course without being so fast-paced, despite the short length. For those willing to learn how to build a good website from scratch (either knowing how to code or not), Le Wagon offers you everything you can hope for and more, with tech talks, networking, funny internal events and, by the end of it, projects that you wouldn't believe you'd be able to do 9 weeks before you started it. I'm really glad I applied to it and strongly recommend everyone with interest to apply as well.Read Less",FullStack program - 35+ locations,Web Development +240733,10868,le-wagon,Yusuf Ozkanli,False,2017,Confidence booster !,2017-12-17,4.7,5.0,5.0,4.0,"Prior to Le Wagon, I would often get frustrated with my total dependency on developers even for quick fixes on the website as an e-commerce manager. Now, after only 9 weeks of coding at Le Wagon, I feel empowered. Not only I managed to acquire technical... Read More skills, but I also gained self-confidence. It was a life-changing course.Le Wagon is an amazing organization full of friendly and helpful staff. The teaching assistant to student ratio is great, so you get full support throughout the course. The program is set in a very entrepreneurial environment with many bright and interesting students. Through Le Wagon, you also get an access to an ever-growing network of like-minded alumni. I seriously did not want the bootcamp to end.Read Less",FullStack program - 35+ locations,Web Development +240732,10868,le-wagon,Romain Capelle,False,2017,Is Le Wagon Lille a good coding bootcamp ?,2017-12-17,5.0,5.0,5.0,5.0,"I was at first very unsure on what bootcamp and city to choose. I chose Le Wagon Lille because I heard it was good and I also read more review like you are doing now.I especially loved how Le Wagon has amazing learning materials, and the great level of... Read More difficulty, not so easy, but not impossible for whom is willing to work. I am guessing that they choose their student well. They were 19 student for like up to 4 teacher all day. So It was super easy to get answers all day long.Read Less",FullStack program - 35+ locations,Web Development +240676,10868,le-wagon,Agnes Ching-Hua Chung,False,2017,Turning point of my life!,2017-12-15,4.7,5.0,5.0,4.0,"Daughter, good student, police officer, traveler/wanderer, amateur photographer/blogger.. All these years I’ve been shuffling among different roles, and being a web developer had never come across my life path in terms of career until August 2017.Like... Read More most people who’ve done career changes, I had doubts in myself in the very beginning – am I really able to absorb so much information concerning programming with a totally unrelated background? How long would it take to see fruits from myself? And, one of the most important, where should I start?I’ve got a determined personality, as long as I aim to do something, I would like to take the most efficient way to have it accomplished. As a result, I searched for coding bootcamps in London which provided related courses and found Le Wagon ever since. Before the actual course started, we were asked to finish some pre-courses online to build a basic understanding of what we would learn afterwards, which turned out to be of great help while we stepped into the intense 9-week rhythm – even though I was struggling against digesting all of the new terms and methods back then, from some point everything I did in the preparation began to make sense to me. It was a great pleasure to practically implement several languages (HTML, CSS, Ruby, SQL..) in either the practices in the class or our final project! Oh right, most exciting of all, in the last 2 weeks we were teamed up with 3-4 people and made a project based on Rails. Not only did we own huge space to sharpen our coding skills, also we obtained the opportunity to work with other classmates, just like what we will be doing when we get on our future profession. I’m an addicted runner myself and I’m so proud of our outcome app! – Visit www.shared.run if you’re interested. As we all know, the ending of our days at Le Wagon is just the beginning of our developer career path. Thanks to the superb foundation we’ve got from Le Wagon teachers and the big Le Wagon network family, I believe that during my pursuit of being a web developer, I’m never lonely. ☺Read Less",FullStack program - 35+ locations,Web Development +240675,10868,le-wagon,lucas,False,2017,Amazing Experience,2017-12-15,5.0,5.0,5.0,5.0,"Before Le Wagon, I had no experience in coding and I had no idea how websites functioned or even my own local desktop. I had just finished school at 18, and wanted to go on a bootcamp before going to university. Le Wagon to me was more than a bootcamp.... Read More It provided a quality of teaching I couldn't ever have wished for, an amazing work environment (which was always very fun) but above all it provided me with the skills to independently code after the course. Le Wagon teaches you a well revised 6 weeks of different languages and then put them all together with 3 weeks of project coding at the end. You are always surrounded by experts in their individual fields and everyone is so friendly.What I am also impressed by is Le Wagon's alumni network. As an alumni you have access to all the lectures you attended at the course and more. You can also message the people of every single other batch that has gone through Le Wagon. You always have a helping hand in a city and there are always people offering coding help if you get stuck after the course.After Le Wagon my group are going to continue working on our project which is designed to help hotel management easier. I have also felt confident enough to take up a little bit of free lancing work. Le Wagon gives you by far the most enjoyable, interesting and knowledge packed 9 weeks of code and was truly a great experience.Read Less",FullStack program - 35+ locations,Web Development +240659,10868,le-wagon,Ehsun Tafsiri,False,2017,Life changing course!,2017-12-15,5.0,5.0,5.0,5.0,"I left my job in June 2017 to persue a career as a web developer. At first I tried teaching myself through platfoms such as codeacademy, but realised more in depth knowledge and self discipline would be required to become a well respected developer. After... Read More weeks of searching, I found Le Wagon, a coding bootcamp that promised to teach you how to code and become a web developer in 9 weeks. I joined Le Wagon in October 2017 and I can safely say this bootcamp has completed changed my life for the better! Le Wagon is a 2 month long course which focuses on both front end and back end development and has a group final project in the last 2 weeks of the course. However, as well as it being a great course to learn all the tools needed to become a web developer, it offers so much more. Once you join Le Wagon, you enter a 2000+ community of developers all over the world, they share lots of exciting opportunites such as jobs or project offers, and offer their help whenever it’s needed. The course itself taught me so much more in 9 weeks than I could have ever imagined. This was down to the well structured, well though-out syllabus and most importantly the teachers and TA’s who are always there to help you with any problem you have and make you feel comfortable. In addition, the atmosphere is so friendly and positive, allowing you to work hard while enjoying every second of it. In conclusion, I would highly recommend Le Wagon to anyone who’s thinking of delving into coding and promise it will be the best decision you’ve made in your life.Read Less",FullStack program - 35+ locations,Web Development +240636,10868,le-wagon,Nathalia de Luccas,False,2017,Le Wagon London,2017-12-14,4.7,5.0,5.0,4.0,"Before starting at Le Wagon I was a professional chef for 8 years. I worked in the worlds busiest cities and in each kitchen I experienced the same problem; accessing chefs at the last-minute. There is not a shortage of chefs but there is no go-to platform... Read More to find them. So I took Le Wagon to build this platform. From standing 12h a day in a hot and busy kitchen to sitting down 12h a day in front of a computer. That is an extreme life change. From being a Chef and becoming a Full stack developer was a quite a learning curve and I thought many times that I couldn't make it. The Le Wagon team kept me motivated and making sure that I was learning and moving forward and towards my goal. After a lot of frustration, a lot of hours studying and trying to understand the logic and preparing the pitch of my project, I was finally able to conquest my goal. Build an app to give more opportunity and make Chefs life easier, WeChef. Le Wagon taught me how to work as a team, how to learn and how to code. I still have a lot to learn, but now I know the best way to do it. I'd like to say that these 9 weeks were the best ever. Thank you Le Wagon team. Now let's make WeChef a powerful tool!Read Less",FullStack program - 35+ locations,Web Development +240552,10868,le-wagon,Isaac Yule,False,2017,"Brilliant, life changing course",2017-12-13,5.0,5.0,5.0,5.0,"After reading the overwhelmingly positive reviews of Le Wagon’s fullstack program, I was nervous that there would be hidden downsides nobody had mentioned. After 9 intense weeks, I am happy to report that this course is every bit as brilliant as people... Read More say. Even if you go in as an absolute coding novice, by the time you finish you’ll be able to take your own business idea and turn it into a fully functional web app with ease. Like most people in my batch, I began with almost no programming experience. I had completed a few tracks on Codecademy, but still didn’t have any concrete idea of how building a web application worked. By the end of week 6, we had learnt everything we would need to create our own applications, both alone or in a team of developers.The days were structured so we spent the most time possible programming, and practicing what we’d learned in the morning lecture. The amazing teachers were always available to help with any problems (I recommend you constantly badger these guys with questions – they are the most valuable resource Le Wagon has to offer). Since we couldn’t take the teachers with us after the course was over, we were given the next best thing – access to videos of every lecture (in English and French), tonnes of materials to use in our future career, and access to ex-alumni chats on every topic you could think of. The course is definitely hard work; the hours are long, and every new topic presents fresh challenges. Thankfully the atmosphere is friendly and supportive - everybody is working hard to help you succeed. The incredible teachers (I cannot stress enough how great they are) are there to make sure you’re always challenged, but never overwhelmed. Le Wagon was honestly one of the most fulfilling experiences of my life, and I can’t wait to take advantage of everything I learned there in my career.Read Less",FullStack program - 35+ locations,Web Development +240544,10868,le-wagon,Richard Houet,False,2017,Le Wagon | Exactly what I was looking for !,2017-12-13,5.0,5.0,5.0,5.0,"I discovered programming a few months before applying to Le Wagon. I didn’t have much experience (except for html and css, where I was pretty comfortable). I needed an intensive course that would teach me how to have a structured workflow, how to use... Read More real world tools and how to code and communicate in a team of developers.After a few weeks of research and, as I was in Lisbon at the time, Le Wagon was the perfect candidate for me ! A two months course focusing on both front end and back end with a group final project. But this bootcamp is so much more than that ! You enter a huge community of developers around the world, sharing experiences, offering their help, sharing lots of opportunities (jobs, projecst, etc).My experience at Le Wagon Lisbon was amazing and taught me so much in only nine weeks! The Driver, the teachers and the TA’s are always there to help you if your are stuck and really make you comfortable. My classmates were awesome and highly motivated people, from all ages and from all over the world.The last two weeks of the bootcamp are for your final projects. Working in teams of three or four people, we had to designand code a full web app with only 6 weeks of course done, this sounded pretty difficult ! It is where you really apply everything you learned and create something from scratch. And I am really surprised about the quality of all the projects from my batch. All the apps are great and functional! (Demoday: https://www.lewagon.com/demoday/97/tribo)In conclusion, I would say that I am really happy I chose to do Le Wagon and developed a new skill that quickly became a passion! I have continued programming a lot to build my knowledge and work on some personal projects. Also, I know that many alumni have found a job just after the bootcamp.So I am confident that when I will go to look for a job, it won’t be that difficult to find something great ! Finally, I would say that I highly recommend doing Le Wagon if you are interested in web development and if you want to quickly build this amazing skill.Read Less",FullStack program - 35+ locations,Web Development +244240,10868,le-wagon,Shinnosuke Taguchi,False,2017,Experience of a lifetime,2017-12-13,5.0,5.0,5.0,5.0,"As an undergraduate student, I had many ideas I wanted to put to life. However, I soon realized that I needed to further develop my skills to create projects of my own. I soon turned to coding because it was the most resourceful way to put ideas to life,... Read More I mean all you need is your laptop! So I started off by doing some free online courses but the pace at which I was learning was too slow; I needed a better way to learn. That's how I found Le Wagon. My experience at Le Wagon was an experience of a lifetime. The camp teaches you not just about code, but about so much more. Being with extremely motivated and passionate people all day for 9 weeks, you learn to develop a work ethic that will translate into every other aspect of your life. You also learn to develop a business mindset to increase efficiency and productivity when working in a group, but also by yourself. The camp also incourages you to go to meetups and network with as many people as you can in order to find as many job opportunities as possible. However, most importantly, it was fun. I enjoyed every second of the camp and will do it all over again if I could. Shoutout to all the amazing teachers and fellow students who taught me so much!Read Less",FullStack program - 35+ locations,Web Development +240501,10868,le-wagon,Lorenzo Galli,False,2017,A life changing experience,2017-12-12,5.0,5.0,5.0,5.0,"Before joining Le Wagon I was a VFX Artist with no coding skills. As programming had been a skill I was interested in learning, I did some research and I came across the Le Wagon bootcamp course in London and after meeting with Ed, London City Manager,... Read More I got convinced it was the right choice for me. Le Wagon is an all around awesome course that helped me fast tracked my programming knowledge in just 9 weeks. It doesn't just teach you how to code, it teaches you how to think , to actually be able to solve a problem. The guidance I have received from the teachers has been amazing and I would suggest it to anyone who is willing to commit to such a profound change in their life: I was taught industry best practices, alongside the skills of learning how to learn effectively in an industry that is constantly changing. The first few weeks are hard, the course is intensive but if you’re motivated to learn and willing to ask questions, you will get so much value out of it.We carried out pair programming every day and during the last two weeks I created, designed and coded a fully functional web app: Fast Gardener, a online marketplace that allows home owners and gardeners to connect. I honestly never imagined i could do that in just 2 weeks: it's great! It 100% worth it so don’t wait any longer and just apply!Read Less",FullStack program - 35+ locations,Web Development +240488,10868,le-wagon,Sophie Dermaux,False,2017,An amazing experience!,2017-12-12,4.7,5.0,5.0,4.0,"I joined Le Wagon in the aim of changing jobs from my career in tech PR. Before starting, I was learning online but felt I needed to learn full time to solidify my knowledge and find a permanent role.Due to my previous experience in communication agencies,... Read More I had intended on finding a project management role. However, during the course I surprised myself by how much I enjoyed coding and became determined to find a role in software development itself. The teachers explain things in a practical way and turned intimidating tasks into something understandable. The mix of early morning classes, exercises in the afternoon and the live code mean you learn as a class and put it into practice on your own. At every stage of the course, there was a teacher or teaching assistant who was there to support you. Additionally, the students at Le Wagon are awesome. I feel I have a broad network who can not only help me professionally but whom are also my friends. Without a doubt if you are considering taking on the challenge of this course, go for it!Read Less",FullStack program - 35+ locations,Web Development +240486,10868,le-wagon,Nathalia de Luccas,False,2017,Le Wagon London,2017-12-11,5.0,5.0,5.0,5.0,"Before starting at Le Wagon I was a professional chef for 8 years. I worked in the worlds busiest cities and in each kitchen I experienced the same problem; accessing chefs at the last-minute. There is not a shortage of chefs but there is no go-to platform... Read More to find them. So I took Le Wagon to build this platform. From standing 12h a day in a hot and busy kitchen to sitting down 12h a day in front of a computer. That is an extreme life change. From being a Chef and becoming a Full stack developer was a quite a learning curve and I thought many times that I couldn't make it. The Le Wagon team kept me motivated and making sure that I was learning and moving forward and towards my goal. After a lot of frustration, a lot of hours studying and trying to understand the logic and preparing the pitch of my project, I was finally able to conquest my goal. Build an app to give more opportunity and make Chefs life easier, WeChef. Le Wagon taught me how to work as a team, how to learn and how to code. I still have a lot to learn, but now I know the best way to do it. I'd like to say that these 9 weeks were the best ever. Thank you Le Wagon team. Now let's make WeChef a powerful tool!Read Less",FullStack program - 35+ locations,Web Development +244241,10868,le-wagon,Debbie Jong,False,2017,Incredible intensive learning experience!,2017-12-11,5.0,5.0,5.0,5.0,"I taught English as a Second Language to international students for two years before finally deciding to make the leap and apply for Le Wagon Tokyo. I had been wanting to learn to code for years, but starting and staying motivated alone was hard. Prior... Read More to Le Wagon, I had finished multiple online coding courses - but at the end of it all, I still couldn't create anything on my own. I didn't fully understand what I was doing in the lessons - I was passively following the guided instructions and exercises instead of actively grasping and applying the concepts. There was also no one I could turn to for help if I was struggling or had questions.Here's where Le Wagon came in: the bootcamp gave me the structure, the resources, the community, and the drive to finally commit to learning coding full-time. Being surrounded by motivated classmates from nine different countries and taught by international teachers each specializing in his or her lecture topics was inspiring and pushed me to work hard through the long hours each day. For the first time, I found myself looking forward to going to class and becoming completely absorbed in my studies. By the end of the first week, I had learned more from the Le Wagon teachers than I had in my past year of self-studying. I usually have a short attention span, but during the course I would be so intently coding that I'd forget to stop to take breaks. I was impressed by how much programming knowledge the teachers were able to pack in for us in just two months' time. My favorite part of the bootcamp was working with my team on the group project during the last weeks of the program. There was a sense of camaraderie and achievement as we communicated, collaborated, and coded together everyday for hours on end, and all of us voluntarily continued working long after class had ended each day and on the weekends too. Our endless hours of work culminated in the demo day presentation on the last day of class which was a great success for all the teams!Overall, I had an amazing time at Le Wagon Tokyo and am sad that it's over now. I'm so glad that I decided to do this program, because I had been very unsure about taking the initial leap and quitting my job to come here. I loved the intensive daily learning alongside my teachers and classmates, the interesting Thursday night events, the weekly Friday night class hangouts and karaoke sessions, the group chatting on Slack with the party parrots, and the immersive final weeks of coding with my team to create and polish our final product. It honestly all feels like a dream now and I'm reluctant to return to my old life and reality!Read Less",FullStack program - 35+ locations,Web Development +240409,10868,le-wagon,Thomas Osmont,False,2017,Why Le Wagon ?,2017-12-07,5.0,5.0,5.0,5.0,"In a world with a huge increasing population, in which industrial and digital innovations are raging: international relations are changing, visions and customs are changing, so are our ways of life. The challenges for each of us are every day bigger.... Read More After some research and discussions, I decided to follow Le Wagon which allows its students to integrate the essential concepts to become a full-stack developer and meet these new challenges.My experience at Le Wagon Montreal (https://www.lewagon.com/montreal), in the batch #98, was a real step to new perspectives. This allowed me to discover the front & back end sciences, to master the tools used by the majority of start-ups, to exchange with other students from all over the world… Having done it in Montreal was important as well: it allowed me to discover a different world, with different opportunities and visions that allow ripening our own projects.I recommend Le Wagon Montreal for all those looking to gain in autonomy and creativity for the rest of their personal and professional lives. Filled with positive vibes, it was one of the most rewarding experiences of my life and I return to Paris with the feeling that everything is now easier and easily affordable!Read Less",FullStack program - 35+ locations,Web Development +240277,10868,le-wagon,EderikAlexander,False,2017,How Le Wagon Barcelona can really change your life.,2017-12-07,5.0,5.0,5.0,5.0,"Le Wagon Barcelona, it has been one of the best experience in my life so far. I found more than learning to code. I found happiness and adventure. I learned new things every day, things I never thought to be able to do. Driven by a great and passionate... Read More driver and guided by very good teachers and ex-students I would definitely advise anybody how wants to do Le Wagon, to go to Barcelona. In may 2017 I started and in June I finished the bootcamp. I am able to create a platform website, I build a Facebook chatbot and got the first Monday after the bootcamp a real project to work on. In three months I went from a non-coder to a junior-developer and are able to really build something. I feel happy and great again. Le Wagon was for me the best choice to make when I was asking myself what I wanted in life. Try and see.Read Less",FullStack program - 35+ locations,Web Development +239411,10868,le-wagon,João Victor Luchesi,False,2017,Best wake up call to start programming,2017-12-06,5.0,5.0,5.0,5.0,"I always knew that I wanted to code, but I was really afraid to try as it seemed to me as something very difficult at that time, so I spent about a year doing various online courses.That's where Le Wagon shines, it doesn't simply teach you the syntax... Read More of the language, it gives you the mindset you need, it teaches you the way to approach a problem and solve it, because coding is not about the language syntax, it's the easiest part in fact, breaking down the task and finding the ways to build/solve the task is what coding is, syntax comes very easy when you know what you have to do. The course is fast and I can say it was pretty INTENSIVE. PS: I could say that intensivity is their magical formula of teaching any person to start code in so little time. Nowadays I've started my own app ""Barracalivre.com.br"", and I still have to learn a lot, but Le wagon was the best wake up call.Read Less",,Unknown +239322,10868,le-wagon,João Victor Luchesi,False,2016,Best wake up call,2017-12-06,5.0,5.0,5.0,5.0,"I always knew that I wanted to code, but I was really afraid to try as it seemed to me as something very difficult at that time, so I spent about a year doing various online courses.That's where Le Wagon shines, it doesn't simply teach you the syntax... Read More of the language, it gives you the mindset you need, it teaches you the way to approach a problem and solve it, because coding is not about the language syntax, it's the easiest part in fact, breaking down the task and finding the ways to build/solve the task is what coding is, syntax comes very easy when you know what you have to do. The course is fast and I can say it was pretty INTENSIVE. PS: I could say that intensivity is their magical formula of teaching any person to start code in so little time. Nowadays I've started my own app ""Barracalivre.com.br"", and I still have to learn a lot, but Le wagon was the best wake up call.Read Less",FullStack program - 35+ locations,Web Development +238428,10868,le-wagon,Caue Brioli,False,2017,Lyfe changing experience. Great decision choosing Le Wagon!,2017-12-05,5.0,5.0,5.0,5.0,"My experience at Le Wagon was unbelievable, probably the best decision of my career! As an entrepreneur, I’m confident I reached the level of autonomy that I was so desperately missing in my previous ventures to launch my next digital businesses faster... Read More or tackle new professional challenges as a product manager with the right skillset. I used to think programming was boring and something for nerds only, but the methodology of Le Wagon made me completely change my mind. I learned fast, very concrete stuff and it was even fun. I’m now one of the biggest fan of Le Wagon’s teaching platform.Read Less",FullStack program - 35+ locations,Web Development +240274,10868,le-wagon,Stephanie Savoie,False,2017,Choosing Le Wagon = Great Decision,2017-12-04,5.0,5.0,5.0,5.0,"I graduated from Mechanical Engineering and over the last few years have worked for big corporations where things moved slow and innovation was hard to implement. I was sick of jobs I didn't like and working for companies I didn't believe in. Once that... Read More realization came about, I started to look at the young and vibrant tech industry as the next logical step. But how do you make that move? How about learning a new technical skill that would help kickstart my career in the tech startup world? That's when I decided to do Le Wagon. What a great decision. I joined batch #98 in Montreal. Le Wagon's program offers you the resource, the structure, the support and the motivation to truly learn a new technical skill in 9 weeks. The last 10 days of the bootcamp is when the magic happens and you get to put it all together to build a prototype of a web-app in small groups. My group and I were proud of what we built and had a blast while building it. But it's not just about the learning experience, you also get to meet amazing new people, from your classmates and teachers to the people you meet along the way at the different events recommended or organized by Le Wagon. This means that you leave the bootcamp with a highly in-demand skill, a great network to lean on and a web-app to showcase to the rest of the world as a proof of your awesome new skill. Le Wagon allowed me to reorient my career in a little over two months, something I wouldn't have been able to do on my own or at least not in such a quick turnaround. If you are reading this review, you are already on the right path... All you have to do is apply and get ready for a 9-week roller coaster like no other.Read Less",FullStack program - 35+ locations,Web Development +240846,10868,le-wagon,Samuel Levy,False,2017,Great Experience,2017-11-29,5.0,5.0,5.0,5.0,"After graduating in business administration and some internships in banks and working in my family’s business, I decided it was time to change the course of my career and devote myself to something I always wanted to learn.So I tried to learn to code... Read More by myself for a few months by watching online courses and reading some introductory books. Soon I realized that at the pace I was in, it would take too long for me to be able to enter the market. Then I decided that the best thing to do to speed up my learning pace would be to enroll myself in a bootcamp program.After a few weeks researching bootcamps in Brazil and abroad, it became clear to me that Le Wagon’s fullstack program was the best option. I signed up and dived for a nine weeks immersion in this technological learning challenge. During this period I had contact with people from a wide range of fields, all of them with the common focus of learning how to code. Some of them aiming to get hired, like me. Other ones aiming to start a business. Le Wagon’s methodology, with an ideal amount of theory and lots of practice every day makes the experience and the learning pace just excellent. The alumni network is very supportive to answer questions and to find jobs. The Wagon Talks, which weekly puts the students in touch with entrepreneurs and industry professionals are a great way to get advices and inspiration.The last two weeks are without doubt the most intense. Create, design and code a fully functional product during this period really challenged me. This is the closest you can get to the challenges of an IT career. This is because many of these products end up going to market.After the the program, my initial goal of being hired by a company has changed a bit and I decided to launch a startup with a friend I met in the bootcamp. We are improving the product we created during the program and soon it will be in the market. Undoubtedly the Le Wagon program has changed my life and my only regret is not having done it before.Read Less",FullStack program - 35+ locations,Web Development +260993,10868,le-wagon,Bruno Pinheiro,False,2017,Why did I choose Le Wagon coding bootcamp?,2017-11-29,5.0,5.0,5.0,5.0,"BackgroundI’m a detail oriented globetrotter geek... who has always been flirting with tech, innovation and languages. Previously I have been working as pilot on ships and rigs for oil and gas companies. It allowed me to experience multiple cultures and... Read More to live abroad back and forth in London, Seoul, Paris. After 10 years in industry, I decided it was time to move forward, being up for more challenges. Embracing my geekness was imperative, then I did some research on how to dig deeper on coding, then I found Le Wagon. Why Le Wagon?Focus on hands-on and immersive learning. Basically we develop our own product thinking like an entrepreneur in just 9 weeks. I did not want to attend university-like classes anymore, mostly because it is slow pace and time consuming. Le Wagon experience was intense, cooperative and fun. This was the perfect match I was looking for. Having a full stack level (back-end as well as front-end) was the challenge I was up to in order to improve my skills as a self-taught coder. Another thing that influenced my choice was the fact that Le Wagon is present in various cities spread in plenty of countries, which can collaborate for a more multicultural experience. That’s why I chose it. The bootcampWe were part of the first batch in Rio de Janeiro. Awesome! Half of my colleagues were foreigners coming from countries like France, Germany and Morocco, other half locals from different regions of Brazil. Teachers were professional developers from France and Brazil and they knew exactly what they were talking about, being very competent and professional. Assistants were around to help solve things that we could not solve though buddy-system. Our daily immersive journey was 12 hours of coding... and everyday new knowledge was presented and we applied them in multiple layers of exercise, with progressive difficulty levels. It was available also the recording of the classes, so if we missed a detail, we could simply roll-back and check. By the end of the day, we had a live code session, which every peer is invited to collaborate to solve a problem usually through an algorithm. Time flew by in the first 6 weeks, and with all the knowledge built we could move towards 3 weeks of product development. We presented ideas of project, pitched them, networked for completing a group and started developing. Social aspect was key to succeed. We also had lots of fun along the way... Yoga classes to deal with stress and beer every now and then. And Carnival... but for this, I skip the details Pros9 weeks in a fast pace. We learned why, when, where and how to code in structured way. It opened my mind with the showcases of the digital solutions we see everyday, everywhere. Code Kata. We practice so intensely, that knowledge remains after the bootcamp is over. Also the whole material is available, so if you missed something, it is just few clicks away from catching up. Entrepreneurial view. We experience how a digital product is designed, built and accessed. Projects are similar to real-world production environment, which keeps the urge to see how it will come to life, which problems we will face and how to overcome them. Reinvent yourself. Le Wagon changed me in more ways than I could expect. Basically it allowed me to migrate from an analog life to a fully digital one. I learned new skills, new platforms, new people. Understanding all this took me sometime, but no regrets after all. Socializing. Fun is part of the experience. Don't hold back! Go for beers, burgers and parties. And be ready to code by the first time in the morning aka coffee, coffee, coffee! Cons9 weeks in a fast pace. Sometimes the concepts you just learned appears to vanish away from your mind... it is just a lot in a few time! Take a deep breath, go for some coffee and don't give up! It is very helpful and good practice to review the concepts of the previous class during breakfast, so as by the time you arrive in class, all knowledge is there.Read Less",FullStack program,Web Development +240035,10868,le-wagon,Dirk Schuler,False,2017,Impressive. Surprising. Life-changing.,2017-11-28,5.0,5.0,5.0,5.0,"When I found out about Le Wagon through a good friend of mine who had previously attended the course I was sold immediately and decided to join the program. So I enrolled myself into batch #95 in one of my favorite cities, Barcelona!I was so impressed... Read More with the entire set-up of Le Wagon. The expertise and teaching style of the teachers are fantastic, the course material such as the slides and exercises are top-notch and constantly updated to reflect the latest industry trends and the location (warehouse style) in the trendy neighborhood of Gracia is super cool and relaxed. The platform we used on a daily basis to work on exercises, communicate with teachers, play flashcards or watch a lecture replay to deepen our knowledge after class is truly powerful. Expect a real challenge! Le Wagon is tough and fast-paced. How else do you get from zero to Junior Developer level in only 9 weeks!? I knew that before I started but I am still stunned by how much I was able to learn in such a short amount of time. Surrounded by like-minded people you soon get into the zone and the motivation you get when your code is doing what you want it to is awesome. During the project weeks when we were working on our prototypes some of us got so excited that teachers literally had to tell us to go home and rest rather than keep on coding through the night. I met great people I am still connected with and we are all part of the large alumni that we are given free access to for tips and help on whichever product we might be working on after the bootcamp which will be the priceless and lifetime benefit to joining Le Wagon.I wish I learnt how to code earlier. Not for a different career but to be better in what I did. Over the past 12 years of working in online companies I had developers in my teams most of time. I now see how frustrating it must have been for them when I said things like ""JUST move this from here to there"". If you want to be part of the tech industry, learning how to code will help you no matter which role you will be working in. For me personally Le Wagon changed my life in a way I want to help more people learn how to code and I am proud that I became part of Le Wagon family expanding our campus around the world.Read Less",FullStack program - 35+ locations,Web Development +239987,10868,le-wagon,Chiara,False,2017,Loved it,2017-11-26,5.0,5.0,5.0,5.0,"I’ve always wanted to code and Le Wagon impressed me from the start. The experience is totally immersive and with the great people it attracts I found myself loving it instantly. The structure of the course is so well thought out. We learnt the problem-solving... Read More mindset, the logic, the code, and how to go about improving it. We were given new challenges every day to work on with our buddy and readily available teaching assistants to help guide us through the tough parts.All the teaching assistants are incredible and really take the time to read your code and help you approach the situation from your angle. The buddy system is a real perk as it gives everyone the chance to get to know and learn from each other.The first few weeks are hard – Le Wagon is not an easy ride. But if you’re motivated to learn and willing to ask questions, you will get so much value out of your time there. The project weeks essentially teach you how to learn so you can build almost any feature you can dream up. We decided what features we wanted and then worked out how to implement them – which felt amazing. Watch any demo day and you’ll be inspired to see the variety and scope of the projects.I cannot recommend Le Wagon highly enough. You’ll be amazed at what you can be capable of after 9 weeks!Read Less",FullStack program - 35+ locations,Web Development +239574,10868,le-wagon,Solène,False,2017,Awesome experience at Le Wagon !!,2017-11-14,5.0,5.0,5.0,5.0,"After finishing my communication degree I had absolutely no idea what to do so I took some time for myself trying to figure it out. Having done some coding before I felt attract to that path and I told myself that a 2-months bootcamp will be great to... Read More have some basic knowledge and to add to my resume. I had a bit of experience with some basic programming such as html / css but I was a bit scared not to be able to follow, or, to end up with more advanced student. The first week took away every doubt I had. Because at the end, no matters what was your experience before, at le wagon we all learn everything steps by step. The pairing system that we used was one of the things I like the most since it allows us to help each other.Even if it is an intense 2-month bootcamp I never felt more motivate to learn something and the spirit at le wagon help me feel confident and comfortable.Le wagon teaches you not only how to write code but how to make a complete project from scratch, skills we can actually use in real life. During the last two weeks, I had so much fun working with my teammate on developing a word game and I was so amazed at what we could accomplish after a few weeks!Thanks to this bootcamp I finally realize that I want to start my career as a web developer, and I am not longer scared about my future.Read Less",FullStack program - 35+ locations,Web Development +239435,10868,le-wagon,Trystan Newbury,False,2017,Le Wagon Coding Bootcamp Barcelona 2017 - a fantastic team experience,2017-11-09,5.0,5.0,5.0,5.0,"Having just finished the second year of my mathematics degree, I needed a different challenge. I had completed modules in two coding languages in that year: MATLAB and R. Both were interesting languages that gave me a good insight in to basic programming,... Read More such as calculating solutions to mathematical problems. However, all of the coding files that I wrote were short and often did not communicate with each other, unlike files in real life applications. This made me want to learn how to build a functioning application that people could use, rather than just a solution algorithm. Naturally, this led me to look in to coding bootcamps, of which Le Wagon was the most highly rated.The nine week coding bootcamp was an intense, collaborative and rewarding experience. The course helped me with coding structure, time management, working with other developers and gave me several opportunities to present our developing projects. The teachers were a major influence, both during lectures and for help in exercises during the day. Many of them had completed the course beforehand, making it easier to relate with them as they knew many of the questions first time developers have. Overall, this course has given me the motivation and confidence to develop other applications, meet other developers and seek new projects to work on.Over the last ten days of the course, we developed Daylily, an events-finding app that enables city travellers, who are unsure of where to spend their weekend, to see the best events going on in European cities and ensures that they never miss out on trip-changing events. I was fortunate to work in an excellent team, whose attitude and encouragement have convinced me to continue working on projects on the side of my degree. Since I have returned to university, I have joined a coding society and am attending a hackday to continue developing collaboratively and maintaining the coding skills I gained on the bootcamp.Read Less",FullStack program - 35+ locations,Web Development +239383,10868,le-wagon,Felipe Quintana,False,2017,Awesome 2 months coding bootcamp in Barcelona,2017-11-07,5.0,5.0,5.0,5.0,"I started coding as a hobby, to do something while work was slow or I was stocked on level 235 on candy crush. Never really thought it could take me anywhere but I´ve always enjoyed learning something new, and programming seemed interesting. Slowly, I... Read More began to realize coding was actually not only cool, but very useful. “All those genius making apps” were not smarter or different than me, they just knew more. I wanted to dive completely into that world.For me, learning on my own was not enough, the technical skills –although vital- were just a part of it, the environment, the people, the mindset, were just as important. Plus, I didn’t want to spend two years learning the basics.Among many alternatives, Le Wagon just clicked with me, “bring tools to creative people” was a promise I could relate to, and according to many reviews, it delivered. On top of that, it was in Barcelona, a city I’ve been in love with my whole life. It’s funny how sometimes the best decisions are done in the shortest time. It was simple, a month later I was flying from Mexico to Barcelona.Suddenly, I was a part of this multicultural community, with apparently nothing in common. All of our backgrounds were different, our goals, our way of targeting problems, I couldn’t see any cohesive force that could pull this eclectic group together for two intense months. There was one quality we all shared, hunger. We were all there with the same mindset, learn more, be better, experience this magniffic opportunity to the fullest.It wasn’t always that easy. More than once I got out of the classroom in utter frustration, I actually got sick one week from not sleeping enough for having to pull all-nighters to keep up (I didn’t even do it on college). The phrase “it will all sink in, eventually” bothered me too much, until it was true. A teacher is always one click away to point you in the right direction, they won’t tell you the answer but the path to it. After a while the logic becomes apparent, maybe you don’t understand but at least you understand what you don’t understand and where to look for answers. They give you all the pieces, its up to you to solve the puzzle. It’s not easy to find people with whom you can be sited quietly 8 hours focused on a problem, just to close your laptop and get to a club when you found the solution, wake up next morning to a volleyball match or go to admire Sagrada Familia. There is a certain magic when you find people so different from you and yet so similar. LeWagon introduced me to a world I no longer want to be apart from.After a month and a half from that, I’m no longer playing with apps but building them, I have my own plan derived from my personal project, my hobby is now my job and I have friends I can relate with all over the world. I learned a lot in the shortest time, it was challenging, hard and required my attention to the fullest, and yet, somehow, I still think of it as the most awesome two months vacation I’ve ever taken.Read Less",FullStack program - 35+ locations,Web Development +238873,10868,le-wagon,Dan,False,2017,Hard work and lot of fun!,2017-11-07,5.0,5.0,5.0,5.0,"Le Wagon Barcelona gave me the tools to work as a freelance frontend developer. It's a highly structured course that packs in a lot of material, so I feel like I got good value for my time and money. The overall experience was also lots of fun and a great... Read More adventure into the world of building web applications and beyond! Great location, team spirit and positive learning atmosphere.Read Less",FullStack program - 35+ locations,Web Development +239173,10868,le-wagon,Jessica,False,2017,Life changing experience,2017-11-03,5.0,5.0,5.0,5.0,"I joined Le Wagon London in July 2017 and this course really changed my life. I wanted to learn how to code as I think this is a great skill to have, but I wasn't expecting to learn so much in such a small amount of time. The program is well designed,... Read More you have an hour lecture every morning and then spend the whole day to code, which helps a lot to make progress quickly and in a efficient way. Teachers are great and really patient. They also are very meticulous and gives you a lot of good habits that a lot of professional developers don't have ...Everyone has been so supporting, the atmosphere is great, that was honestly one of the best experience of my life and I would recommend it to anyone.Read Less",FullStack program - 35+ locations,Web Development +238643,10868,le-wagon,Nathaneil Ward,False,2017,Great Coding Camp for Beginners and Experienced Programmers!,2017-11-01,4.7,5.0,5.0,4.0,"Before Le Wagon I was an English teacher at an international university. Besides some experience in Educational Technology (for example, collaborative learning through Learning Management Systems like Blackboard or shared document platforms such as Google... Read More Drive), I had no IT or programming skills. As coding had been a skill I was interested in learning, I decided to take the dive and after some intensive research, I found that Le Wagon suited my needs perfectly.Overall Le Wagon was a great and formative experience for me! As expected, the boot camp was intensive and strenuous, particularly as a complete beginner, but the support given by the teachers and the collaborative learning system helped me understand programming concepts and mindsets that I would have otherwise not been able to comprehend easily on my own. The friendly learning environment also made the social aspect of living in a new place much more palatable. After the boot camp I took a small break from coding, but I've found it's easy to jump right back into it because all of the materials from the camp are accessible after the program finished, and I've learned from the boot camp how to tackle coding problems by myself (Ruby-docs and Stack Overflow are your friends!). My plan is to become a freelance programmer, and I'm 100% confident I'll be able to sustain myself through the skills I learned through Le Wagon.I greatly recommend Le Wagon for its effective teaching methods and constant support in and after the camp! As someone who wanted to start fresh in a new career path, it was the best choice for me.Read Less",FullStack program - 35+ locations,Web Development +238861,10868,le-wagon,Hendrik,False,2017,Le Wagon Barcelona the place to be!,2017-10-31,4.7,5.0,5.0,4.0,"I have always been involved in startups and new business development as those are my passions. However, during my studies International Business and master degree in Digital Entrepreneurship I started to feel like I was missing out on the technical development... Read More side. It was often easy to set up a great business plan, but finding an (affordable) developer to actually execute it most of the time turned out to be a pain in the ass for me. That’s why I decided to enrol in Le Wagon’s bootcamp and it was one of my best decisions!Not only the setup of the entire bootcamp is amazing and makes you feel you learn new things every day, also the staff and students contribute to why Le Wagon is chosen to be the best bootcamp worldwide. During the batch everyone is stimulated to build a product in the last two weeks and that’s where PeerView was born for us. Together with 3 other amazing students and teaching assistants we build an online review platform for universities and only two weeks. Presenting an actual product on the final demo day felt unreal and made us very proud! The future will tell us where PeerView stands within one year from now. Thank you Le Wagon for the amazing experience!Read Less",FullStack program - 35+ locations,Web Development +239261,10868,le-wagon,Wim-Jan,False,2017,Le Wagon Barcelona changed my future,2017-10-31,5.0,5.0,5.0,5.0,"Working in a free role for a fast growing start-up from the beginning asks a lot of your problem solving capacities. First starting with Google Docs, Excel, Dropbox and other know office applications you soon find the boundaries of those programs and... Read More you have to start coding your own. Because at that point I wasn’t able to code myself we hired a lead developer and slowly with every developer we hired I grew in the role of product owner. After a year it started to become clear for me that I missed the build your own solution part more and more, I was ready for a new challenge.Because we hired 3 Le Wagon alumni from Amsterdam in the early stages of our development team I was well know with Le Wagon. In consultation with the company we decided that it would be the best next step for me to follow the bootcamp and come back after with a bag full of new skills combined already present business skills.After exchanging Amsterdam for Barcelona I completely submerged for the last 9 weeks in the Le Wagon coding world. Starting well structured, well guided and with clear goals the first 6 weeks flew by. In these first six weeks you learn all basics, get some confidence about your skills with passing tests and of course get to know your new friends. After these six weeks the focus shift completely to the projects and you start working together in the formed teams. This is a hell of a ride and worth every minute in it.For the project we worked on an trip enhancing flight / hotel search. The idea arose from being in Barcelona during the Gracia Festival, the largest neighborhood festival in Barcelona. Of course we’re studying during the festival, but each evening we went on the street, celebrate with the locals. It truly enhanced our experience. This time it was pure luck, but definitely not impossible to engineer. So we came up with a database full of cool events and festival with their closest airport and based on your availability and your origin airport we find the best flights and stays for you. You can check it out on www.daylily.world Being back in Amsterdam I directly started as (junior) webdeveloper at the same company. Shifting from product owner to developer is a big change, but so far as the first month is almost passed I really like it. Creating real working products from the thoughts and ideas we have in the company. The combination of skills is very valuable and the idea that I finally can build by myself again gives me a lot of energy.Read Less",FullStack program - 35+ locations,Web Development +239241,10868,le-wagon,dhiu,False,2017,WAGON BORDEAUX 17,2017-10-30,5.0,5.0,5.0,5.0,"I created in 2016 a car rental agency in Paris where I had to develop a showcase site. Having no skills in this field and lack of time, I had to meet many developers (web agency or freelance) to meet my needs.In order to develop and modernise my tool,... Read More I needed to create an online platform like AirBnb. For this, no longer wishing to be dependent on intermediaries, I inquired to acquire the skills necessary to the design of this product.Le Wagon appeared obvious, my first research allowed me to confirm my choice whether for the courses provided or the duration and the quality of the training.I therefore integrated the Batch 85 in Bordeaux in the summer of 2017. This city corresponded perfectly to my expectations and allows to have an ideal framework to be able to follow a training throughout its duration.The environment plays an important role and Bordeaux is perfectly suited to work and relaxation on weekends (beach, surf etc.) The premises have many advantages including a space of Coworking, a parking for all the people transported. The classroom is ideal and allows to learn in the best conditions.I met an excellent team, human above all and always listening and helping all along my project creation. The stakeholders and the quality of the tools available enabled me to acquire real skills necessary for the development of my project.In addition, this training allowed me to develop a new project: FileOn (which you will find in the link below). I am currently still developing this tool which is one on my main activity today.Le Wagon allows you to acquire the necessary skills necessary for the development of a tech project, to increase your field of action and to create new ideas, to meet wonderful people and all this in only 2 months!Thanks Le Wagon!Read Less",FullStack program - 35+ locations,Web Development +239262,10868,le-wagon,Trystan Newbury,False,2017,Le Wagon Coding Bootcamp Barcelona 2017 - a fantastic team experience,2017-10-28,5.0,5.0,5.0,5.0,"Having just finished the second year of my mathematics degree, I needed a different challenge. I had completed modules in two coding languages in that year: MATLAB and R. Both were interesting languages that gave me a good insight in to basic programming,... Read More such as calculating solutions to mathematical problems. However, all of the coding files that I wrote were short and often did not communicate with each other, unlike files in real life applications. This made me want to learn how to build a functioning application that people could use, rather than just a solution algorithm. Naturally, this led me to look in to coding bootcamps, of which Le Wagon was the most highly rated.The nine week coding bootcamp was an intense, collaborative and rewarding experience. The course helped me with coding structure, time management, working with other developers and gave me several opportunities to present our developing projects. The teachers were a major influence, both during lectures and for help in exercises during the day. Many of them had completed the course beforehand, making it easier to relate with them as they knew many of the questions first time developers have. Overall, this course has given me the motivation and confidence to develop other applications, meet other developers and seek new projects to work on.Over the last ten days of the course, we developed Daylily, an events-finding app that enables city travellers, who are unsure of where to spend their weekend, to see the best events going on in European cities and ensures that they never miss out on trip-changing events. I was fortunate to work in an excellent team, whose attitude and encouragement have convinced me to continue working on projects on the side of my degree. Since I have returned to university, I have joined a coding society and am attending a hackday to continue developing collaboratively and maintaining the coding skills I gained on the bootcamp.Read Less",FullStack program - 35+ locations,Web Development +239096,10868,le-wagon,Juan Manuel Couso,False,2017,For anyone wanting to learn how to code,2017-10-24,5.0,5.0,5.0,5.0,"Being in the automotive industry for the past 3 years and half, I wasn’t quite satisfied with the direction of my career. I decided to take a chance and I quit my job. The next few months, I experimented different things: digital marketing, setting up... Read More an e-commerce, sales for a small company, but I still felt that none of these were right for me. I remembered that I used to program a bit when I was younger, and that I enjoyed it. As I was getting more work through my digital marketing service company, I wanted to offer more to my clients. I thought it would be interesting to give it a try again. I began doing online course, but very soon I hit a wall. I could not get myself to complete any of them and wasn’t making any progress. Something had to change. One day, searching through the web, I came across Le Wagon bootcamp in São Paulo. They promised in 9 weeks to teach the skills to build a web app. As I read reviews and watched their Day Demos days presented by former students, I got convinced it was the right choice for me. On the very same day, I applied for batch #81 of Le Wagon São Paulo. And 45 days later, I was sitting in class for my first day at Le Wagon. The lectures are fast pace, and take place in the first two hours of the morning. The rest of the days is focused on solving problems with your buddy of the day. The first month is definetely the hardest because you’re being taught core programming concepts. The methodology is amazing, the course is designed around hand-ons development practice. You have to learn, because you have to write code all day long. The teaching assistants and teachers were eager to help me out whenever I got stuck on a bug. They knew the material deeply and were committed to helping me understand the concepts of the day. In the last three weeks, I got to develop two full funcional apps. Le Wagon taught me not just solo programming, they showed me how to contribute in group of developers. My final project, a platform for investors to trade private securities, was developed by 3 students and me. I learned how to collaborate as a team of developers while building out a product. I found this to be most valuable lesson. Additionally, every week, after class they would set meet-ups with start-up leaders and the occasional beer to relax after a long day of coding. After completing batch #81, I jumped right away to freelancing. A week after completion of my batch, I got my first client for development of a full web app. Le Wagon gave the stepping stone to learning anything related to web app development. I could not have made a better choice. I made new friends as well forever changing the direction of my life. By far Le Wagon has been the best learning experience that I had ever had. I recommend it to anyone seeking to learn how to code.Read Less",FullStack program - 35+ locations,Web Development +239095,10868,le-wagon,Tom Rice,False,2017,"LeWagon, London Batch93",2017-10-24,5.0,5.0,5.0,5.0,"“Finally back to work after your break?”Were the typical reactions from my work colleagues and friends when I returned to Manchester after a hectic, inspiring, gruelling, and enlightening summer spent learning to code at LeWagon, London (Batch 93). I... Read More suppose not many understood why I would be interested in learning to code, I’m a commercial lawyer by trade, and the prospect sits a million miles from the thinking of many in the legal profession.I suppose the answer and motivation is shared by many LeWagon applicants and alumni, and without wanting to put a blanket over each of our respective ambitions, every member of my London batch (including teachers, office and marketing managers, DJs, CTO and CEO) are passionate and curious about the way the world is changing, and the role they can play in it. My participation did not come as an accident, I was looking for exactly this kind of challenge. Boris, Romain and Seb have developed a really clever and engaging 9 week intensive program, and the minimal marketing (largely centred on endorsements from its alumni community and Meetups with inspiring tech leaders and activists) drew me in.You quickly come to understand that at LeWagon you are being taught not just a skill but an approach to developing that skill. The learning platform and materials are fantastic, but there is always an exercise or two that requires you to go further, to utilise online resources available to anyone, and to try and accommodate what you find in the program you are developing. This is learning by ‘doing’ and not by ‘theory’, and it is probably the best example of the distinction between the dynamic learning environment and traditional academic institutions (the number of mid-week coffees and Asahi’s you consume would be another!).“How tough is it?”A question from friends, family and colleagues a little more curious as to what I was doing this summer. The answer to this question now is different to that at various checkpoints during the course. I spent the first four weeks really labouring to grasp all of the key methods and concepts of Ruby, puzzled at how I might come to rely on them further down the road (the feedback at this stage comes via a dark terminal interface, and not in the browser), and worried that perhaps my brain was wired a little differently to the rest of the group. You soon realise that you are not alone, and the environment supports rather than oppresses you. As long as you commit to the syllabus, are willing to make mistakes, and ultimately shout for help or guidance then you make progress!The inevitable challenge of the steep learning curve is well met by the teachers and assistants who are extremely supportive and passionate about the program and the environment. Many have been on the receiving end (having attended previous batches), and they all share a real drive and commitment to ensure the platform and materials evolve and stay current for their audience (which includes alumni as well as students!).What now?I’ve got to continue with the coding (it’s an itch) and I’m now well equipped to build and contribute to new projects. I am also actively considering ways in which I can leverage my new skills (in particular new approaches to problem solving) to my current legal career.Empowered by the course, I’m challenging myself to become much more creative, to seek out more like minded people across the ever growing legal tech and engineering scene, and to utilise the LeWagon alumni network!Read Less",FullStack program - 35+ locations,Web Development +240462,10868,le-wagon,Hadrien Matringe,False,2017,"LeWagon changed my life by teaching me what I would never had the time / patience to go through myself. I can now code, and continue learning by myself!",2017-10-22,5.0,5.0,5.0,5.0,"During 8 years of entrepreneurship, mostly in e-commerce, I was exposed to code and learned to tweak minor things here and there. I needed developers to help me fixing or automating aspects of my businesses and was always amazed by the power of those... Read More skills, so I started learning by myself.I'm not the patient type, and lacking the bases, I figured it would take me years to achieve mediocre results.I attended LeWagon in Copenhagen where I'm based and had a BLAST.The format of the typical day, the pair programming, the quality of the exercises, I experienced an intellectual pleasure that I did not felt since I first studied philosophy during my humanities studies.I am currently working as a freelance web developer and do not consider any occupation that does not involve coding in the near future.HUGE fan of LeWagon :)Read Less",FullStack program - 35+ locations,Web Development +238989,10868,le-wagon,John Fish,False,2017,Excellent; exceeded my expectations.,2017-10-20,4.7,5.0,5.0,4.0,"I can recommend Le Wagon without hesitation. They will teach you to code, for sure, but more than that, after nine weeks you will exit the course with the energy, ideas, relationships and skills to take your ideas to the next level. I considered all the... Read More leading coding bootcamp programs in Europe and the USA, and I chose Le Wagon specifically for the entrepreneurial mindset and dynamic culture. I felt the course delivered on all of my expectations, and exceeded them in many ways. Pros: fast-paced, high teacher quality, entrepreneurial mindset, robust online curriculum.Cons: honestly, I can't really isolate any. My background was perhaps a little unusual for my batch. I was older than most (46) and was founder/ceo of a few technology companies. I was interested in returning to the code after many years, and to immerse myself in a new challenge. Still, I felt right at home and was able to learn a ton and contribute some as well. If you are considering a software bootcamp, my recommendation is to go for it. You won't be disappointed, and it may very well be pivotal in your life. If you are willing to give it 100%, you are sure to succeed. Choosing which bootcamp is a personal decision. If you want to find a job as a developer, Le Wagon will prepare you as will many of the other quality camps. If you want to, immediately or eventually, develop a new product, build your own company, pursue an idea... then I think it's no contest -- Le Wagon is really the only bootcamp catering to this kind of creative+technical competence. Go for it, you will be in good company, and you will be very happy you did. John FishRead Less",FullStack program - 35+ locations,Web Development +238982,10868,le-wagon,Baptiste Horn,False,2017,Amazing Experience,2017-10-20,5.0,5.0,5.0,5.0,"I joined Le Wagon in July 2017 in Paris during my gap year. I am studying in a business school and it was the first time I coded ever. While initially sceptic about the possibility to become a coder within a few weeks, I acquired thanks to a 9-week intensive... Read More program the necessary skills to be on the right track. Le Wagon coding program provides all the tools needed to learn how to code a web application. The strength of Le Wagon bootcamp is in its community for several reasons:- Staff / Teachers: Thanks to all of them, Le Wagon is not a coding bootcamp but an experience. Learning how to code is not easy and requires discipline but the staff makes sure that you are not left behind and have fun.- Class / Events: you are always working with the other students on the exercises so the staff will do its utmost to create a warm and friendly team environment by organising activities, lectures and parties.- Job Opportunities: according to the one’s wishes, the staff and the community will help you to find an opportunity (web development, consulting, project/product management) or freelance contracts.- Community-Mutual-Aid: The community is very active, events are organised, job offers are shared and whatever the issue with your code, just post a message and you get the answer within a few minutes (!)I accepted a job opportunity as a web developer 15 days before my graduation day. As I underlined, in addition to the quality of the teaching and of the dedication and support of the staff, the experience is by itself amazing and very rich. Thanks to the community, this experience with Le Wagon is still going on!Baptiste Horn Batch#83 in ParisRead Less",FullStack program - 35+ locations,Web Development +238961,10868,le-wagon,Michael Li,False,2017,Management Consultant's review on LeWagon,2017-10-19,5.0,5.0,5.0,5.0,"Before LeWagon:I was a consultant working at a global management consulting company in Japan. Specialising in business strategy, I have worked with various public companies on their strategy development and implementation.Why I joined:I was in the process... Read More of starting my own company. Whichever directions I looked, there were fancy websites, apps or marketplaces that are becoming part of “the norm” amongst successful startups. Even though my startup idea is not in the tech arena, the risk of treating it as a blackbox was too great to ignore, and I needed a rapid, intensive course to boost my understanding of coding and the current landscape at higher level.The Le Wagon experience:The Le Wagon course definitely exceeded my expectations in several ways because:1. Your code competency level guaranteed to be at another level at the end, thanks to: 1. Well-structured curriculum and daily exercises with instant feedback 2. Experienced and talented teachers to provide in-depth, step-by-step coaching 3. Focus on learning by doing, rather than theory2. Attract topnotch students (e.g. Oxbridge etc) and talented people in their fields in every batch 1. Best learning points often come from students’ questions 2. Stimulate and accelerates the learning curve 3. Give scope to dive into interesting optional topics3. Opportunity to develop teamwork, project management and public speaking in the final project 1. The people skills are not ignored by Le Wagon - after all coding is just a tool 2. Give you training for potential future investor pitches 3. Show off your achievement to your friends and family After Le Wagon:I am definitely at a better position with more insights about the way web app are designed and built. Le Wagon not only provided knowledge and skills, it taught me enough so that I can be self-sufficient to continue learning beyond. Not to mention it’s vast network of alumni and the possibility to connect with similar minded entrepreneurs that will be valuable after the course too.Read Less",FullStack program - 35+ locations,Web Development +238914,10868,le-wagon,James,False,2017,Invaluable Experience,2017-10-18,5.0,5.0,5.0,5.0,"Prior to enrolling in Batch 74 in London, I was responsible for leading my employer's integration team to onboard companies that we had recently acquired. While knowledge of just about every aspect of the company, and the experience I gained during my... Read More time there was invaluable, I knew that there was more out there for me. One thing I found particularly frustrating was my complete lack of experience in coding and development. While I worked very closely with our dev team, and was able to storyboard and lay out detailed specifications for enhancements and new modules, I was completely incapable of contributing or really understanding the foundations of the programs themselves. For years, I had wanted to make the investment in myself and start down the path of learning to code myself. Last January, I finally made the decision to pull the trigger and take the first steps down that path. After extensively researching the programs available, I narrowed my choices down to 3 options based on the skills I desired to obtain the curriculum focus of each respectively. One of those three ""finalists"" was Le Wagon. At first, I was a bit hesitant due to the fact that it was located in Europe and I, myself, was an American. However, after further examining and comparing the respective focuses of each program, it became abundantly clear that Le Wagon was exactly what I was looking for as it is a full stack course with a very strong focus on entrepreneurship and product development. Additionally, I felt that taking myself out of my comfort zone would benefit me in terms of eliminating distractions and allowing me to fully focus on the course (being able to clear my mind and explore a new city abroad was an enticing aspect as well). Once I was accepted into the program and completed the pre-coursework, I was off to London and it was the best decision I could have possibly made. Throughout the 9 weeks of the batch, the amount of knowledge I gained and the abilities I gained far surpassed my expectations. In addition to the coursework, the resources provided to every student that they keep forever are absolutely incredible and valuable. On top of that, the vast and ever-expanding network of global alumni is an Mzing asset. The entire alumni community is very unique as everybody has gone through the same trials. Through the alumni channel created by Le Wagon, a massive forum for collaboration and help exists and is filled with people who are more than willing to assist each other. The connections that can be made through the alumni network is an unbelievable resource in itself.Last but certainly not least, the aspect of Le Wagon that truly tops off the program and makes it so amazing is the staff. It seems impossible that Le Wagon was able to put together an entire team of such incredibly talented people that are also some of the most energetic and personable I've ever met, but they certainly managed to do so. It couldn't have been more obvious from Day 1 that the staff didn't treat everybody as just a number, but that they truly cared about investing in their relationships with each individual and making sure they succeeded. The structure of the program creates amazing friendships and bonds with not only your classmates, but with the staff itself, and for that I am truly grateful. The 9 weeks were very challenging, but they flew by and I never imagined I would genuinely have a much fun as I did throughout the course. The final weeks were particularly rewarding and enjoyable as the batch broke into groups and launched functioning apps that were started from scratch during the course. I admittedly was completely blown away by the presentations of every single app during ""Demo Day"" at Google Campus on the final day. I couldn't believe that these amazing programs were created in a matter of two weeks by people who had no prior experience a short 9 weeks earlier. I couldn't be more satisfied or thankful for my decision to enroll in Le Wagon and will forever cherish the friendships and connections I made through it in addition to the skills I gained!Read Less",FullStack program - 35+ locations,Web Development +238913,10868,le-wagon,Anderson Kudo,False,2017,The best decision I've ever made!,2017-10-18,5.0,5.0,5.0,5.0,"My name is Anderson, I’m Brazilian but have been living in Japan for quite a long time now…I’ve always wanted to be an entrepreneur, ideas would come to my mind and I would imagine how to set them up, analyzing viability, and obviously how to make money... Read More out of them.I’ve had 3 businesses in Brazil before I decided to come live in Japan. I currently own an Ad Agency which has been creating audiovisual content in Yokohama for the last 10 years.Recently, I came up again with an idea my mind wouldn’t get rid of. But for it, I needed some technical knowledge that I knew was not my strong suit.I first tried to look for a software house or freelancers both in Japan or abroad but this approach had three major issues for me:1/ I had no clue on how to select which language I needed for the project and even less on how to assess the professionals willing to take it on.2/ Lack of commitment from potential partners, I came to talk with a bunch of agencies, but clearly I felt I was just another client, not a partner to build something new.3/ This approach came with pretty high costs which I could not tell if it was due to the ambition of the project or because I was a first timer getting fooled…That’s when I decided I needed to study to understand better the tech startup ecosystem and turn myself able to put my idea in practice.I searched for different training options, but nothing really exciting until I found out about Le Wagon in a very important IT media in Japan. I found the Bootcamp format and proposal to be just what I needed, and after reviewing some students’ opinions (on this site!), I contacted Le Wagon Tokyo. It was too late for Tokyo as the next bootcamp would start next week. I couldn’t wait for the next one in 3 months… But to my great surprise, I discovered that one was scheduled in my hometown of São Paulo in one month. Planets finally had aligned.I crossed the Ocean and went…To sum it up, that’s the been the best decision I made so far, I was afraid I would be completely lost, and I was a little at first, but with the help of teachers, teaching assistants, other students, but especially thanks to a great methodology and learning platform, I can say that today I can decide on technical facts I understand and I can even jump into the code whenever I feel I can correct or add something up myself.The idea I had is now live because I could convince a group in the bootcamp to follow me and we turned it into our last weeks’ project. It’s called Tripdeo, stay tuned cause you’re going to hear about it soon!Read Less",FullStack program - 35+ locations,Web Development +242116,10868,le-wagon,khalid,False,2017,A Great Experience.,2017-10-17,5.0,5.0,5.0,5.0,"Technology is something that I always liked, that's why I decided to major in computer engineering. It was that moment when I started to love coding, as c++ was the first programming language I learned my passion for coding started to grow. I wanted to... Read More know more and increase my knowledge in that aspect. While online courses may teach you the syntax, they can't teach you how to solve problems or think in various ways to reach a certain solution. After searching for something different for a while I found Le Wagon Tokyo. At first I was a bit hesitant to take the course as I was short on time and the course took place in Tokyo (Japan) which is very far from my country. I didn't even know if it was worth it , but i must say I'm really glad that i took it. It was well worth it as it doesn't just teach you how to code, it teaches you how to think , to actually be able to solve a problem. Then it goes to teaching you everything you need to know on how to be able to build a colorful website, backend to frontend and how to use that knowledge to start your own projects or even work as developer which was my main goal from this bootcamp.But furthermore, it wasn't only about coding and programming, we also had many activities there such as yoga sessions and group lunches. I personally met many many great people, from teachers to students and many others. I've gained many experiences from each of them, we worked together daily from 9AM to 7PM each day with a different partner, which in a way taught me how to work with different people and bonded the students together as well. After graduation, I was finally able to call myself a full stack developer and I knew i was able to create any website I could think of. I honestly never imagined i could learn all of that in just 9 weeks, it was just GREAT.Read Less",FullStack program - 35+ locations,Web Development +244242,10868,le-wagon,Douglas Berkley,False,2017,Incredibly Unique and Constructive Experience,2017-10-17,5.0,5.0,5.0,5.0,"Before Le Wagon Tokyo, I was teaching English in South Korea. I always had an interest in coding but I could never manage the time or the patience to teach myself after regular work hours. I was a bit reluctant at first to do a bootcamp. But after I read... Read More all of the rave reviews online about Le Wagon, I figured it was time to take a chance. I signed up for the first batch in Tokyo.The course is as intense as everyone says it is. You get out of it how much you want to put in. You might as well push yourself if you're going to join a bootcamp, right? All of the exercises or extra work have a purpose in improving your skills. I still look back to some of my old code or lessons for helpful reminders.The final project/pitch was a great experience that really challenged me in ways regular code work couldn't: working with peers, managing time, and meeting expectations. All of these are things that I deal with on a regular basis now and I'm grateful for the practice I had.Afterwards, I found a job fairly easy. I was setup with a lot of contacts from the tech scene in Tokyo through all of the Le Wagon events. I'm currently working for an e-commerce startup that does a lot of work on Shopify. We develop apps, plugins, you name it, to help merchants and consumers in Japan. To this day, I still talk with a lot of people through the program and will be forever grateful for it.Read Less",FullStack program - 35+ locations,Web Development +237262,10868,le-wagon,Jérôme,False,2016,One of the most powerful experience in my life,2017-10-15,5.0,5.0,5.0,5.0,"Since I was young, I have spent a lot of time, doing various online courses to try to learn how to code by myself without a lot of success. I made an Engineering school hoping I'll learn the basics of code. Unfortunately it didn't happen. Moreover I didn't... Read More really appreciate the industrial world.I knew I would want to work in the startup environment and in the tech world. So I decided to enroll at Le Wagon a few weeks after my diploma. Le Wagon exactly met my needs and I felt confident to work right after the bootcamp.The teaching method is pretty incredible and before enrolling, I didn't expect I would learn this much in only two months.

I'm currently working as a junior web developer in a web agency and Le Wagon gave me the basic and necessary knowledge to build websites in RoR. Le Wagon was one of the most powerful experience in my life !Read Less",FullStack program - 35+ locations,Web Development +238777,10868,le-wagon,Artem Rakov,False,2017,Best bootcamp!!,2017-10-13,5.0,5.0,5.0,0.0,"I am Math student in Queen Mary University. I was always intrested in coding but never have time to properly do it. During my first year of university, I was doing some codecademy courses which gave me some basic knowledge. Then I realised that I love... Read More to code and want to extend my coding knowledge. That is why I join lewagon.Lewagon gave me a great opportunity to meet new friends. A learned a lot during a bootcamp. After I bootcamp I feel confident enough to do mine own project and learning hard concepts on my owm because I go that base knowledge from Lewagon. Lewagon gave the passion to code and motivation to learn more!Read Less",FullStack program - 35+ locations,Web Development +240310,10868,le-wagon,Luana Perin,False,2017,Best investment ;),2017-10-13,5.0,5.0,5.0,5.0,"Hi, my name is Luana, I'm a civil engineer by training and I was at a moment of my life when I wanted to change something in my career. I chose Le Wagon on the recommendation of a friend and to be honest I was a little afraid at first to “jump"" as i did... Read More not know anything about programming. But let me tell you that I completely loved the course, the studying environment was awesome, the friends I made there were the best, and the teachers are great. After I completed Le Wagon bootcamp, I now feel confident to talk about programming with anyone and have been able to finally kickstart the personal projects I had in mind for so long. Today 100% of the work I do is linked to the knowledge I got from the course, either on the freelance gigs I took or my own projects.Read Less",FullStack program - 35+ locations,Web Development +238784,10868,le-wagon,Nhung Nguyen,False,2017,More than expected!,2017-10-13,4.7,5.0,5.0,4.0,"I joined Le Wagon Berlin in July 2017 after having finished my Master’s degree in Industrial Engineering with a specialization in mechanical engineering. Having worked as an intern in big industrial companies I realized I'd rather prefer working in a... Read More more entrepreneurial company or start-up. At the same time I recognized that pure mechanical engineers probably won’t be as much in demand as before due to growing digitalization. Being able to handle interfaces especially to IT is one of the important key capabilities for future engineers. I was evaluating two coding bootcamps in Berlin and decided for Le Wagon, because of three reasons:- They already taught over 90 batches, which means over the time and with all the experience they must have optimized their program and lessons to a high quality level- Ruby is a stable programming language - Really good price and time frameIn the end my expectations were even exceeded. The teachers were amazingly motivating and competent, I met interesting people from different professional backgrounds, and the exercises enable a step-by-step learning process. All in all you really learn a lot of web developing capabilities within a short amount of time. I fell in love with Ruby because the programming language is really easy to learn for beginners, the logic behind it is easy to grasp and when you’re able to manage one programming language very well you can learn other languages very quickly. I will start a job as junior developer in a few weeks and during the interview I managed to solve a coding challenge which convinced my interviewer, who was even surprised that I implemented it that well, to hire me. He expected a more basic solution after only learning coding for 9 weeks, because I literally started with zero knowledge before Le Wagon. I guess that speaks for the teaching quality :-).Read Less",FullStack program - 35+ locations,Web Development +238734,10868,le-wagon,Jordy Backes,False,2016,Fulfilling,2017-10-12,5.0,5.0,5.0,5.0,"Before joining Le Wagon I was student in Amsterdam. At the time there was no Le Wagon in Amsterdam so I decided to go for London as it's a real tech hub. When I signed up, my thought process was that I'd learn to code for fun and go back to Amsterdam... Read More to do my Bachelors. But I was very wrong. Le Wagon London has changed me forever. I really did not see myself wanting to continue my career as a developer but the skills you leave with give you such freedom with your life. The teacher's enthusiasm is infectious. The program made me realise in the first week that I had made one of the most meaningful decisions of my life. I am now confident that I have full control of my future, and it's an empowering feeling.I feel confident in an interview situation and look forward to the future. Now I will have life long access to Le Wagon's platform, the ever growing alumni community and will have the support forever.Read Less",FullStack program - 35+ locations,Web Development +238714,10868,le-wagon,Monteil,False,2017,Amazing Experience,2017-10-12,5.0,5.0,5.0,0.0,"""I was working in finance in the biggest fintech in France but after 3 years, I needed to change and I wanted to have more technical skills. I choose Le Wagon because of all the good reviews and because of it's own methodology. You have to be proficient,... Read More it's intensive and you practice a lot, coding with great partners each time. I didn't regret it at all. Now I'm back in Paris and continue to code on my spare time. My goal is to start a freelance career as a developer in 2018.Monteil Alexandre - Batch 63 - Montreal""Read Less",FullStack program - 35+ locations,Web Development +238677,10868,le-wagon,Jean-Baptiste Beck,False,2015,A life changing experience,2017-10-12,5.0,5.0,5.0,5.0,"Hi ! I was one of the students of batch #11 in Paris (07/2015 - 09/2015) and I worked as a Teacher Assistant at Le Wagon. Here's a fact-based review of the full-stack training.TL;DRLife changing. Le Wagon + (whatever your background) = <3. After Le Wagon,... Read More I've worked as a back-end developer at Brand And Celebrities, a Paris-based celebrity marketing platform for the past 6 months. I'm now moving to the San Francisco to work at Scalr, a cloud management platform.Why Le Wagon ?As a business school student, I suffered from two pains :- I had product ideas, but I couldn't realize them or either test them because I was not really able to code.- I felt like my business school degree wouldn't be enough to land my dream position / found a company. I was missing out on something.The folks at Le Wagon solved these two pains. Because of its focus on entrepreneurship, Le Wagon is not yet another coding bootcamp. It's the best training for any aspiring entrepreneur.The 9 weeks - What I LearntAt the end of the 9-week program, I was able to :- Clone within one week Airbnb and pitch our product MVP in front of the community.- Upgrade my skills through online resources way easier than before (I never completed an online tutorial before attending Le Wagon).- Have conversations with experienced developers or engineers, understand their mindset and work with them.At the end, you'll be fully proficient in Ruby. You'll know how to shape up your website with the latest trends in front-end development. You'll be a master of Rails, the framework behind SoundCloud, Airbnb, Shopify & GitHub. You'll build a business in an afternoon thanks to APIs. You'll experience coding as a team with Git & GitHub. You'll feel the stress before the final production release.Disclaimer : You'd better be prepared. Do as much as you can before you actually start the training to avoid missing the boat. Learning how to code is absolutely engaging, but it does require a lot of hard work. I found myself coding ~ 75 hours / week. And loved it.The PeopleI've had the chance to meet amazing people during and after the 9-week training. Since I also worked as a Teacher Assistant, I can tell you you'll never be alone. There's always someone to give you a helping hand, whether it might be a buddy, an alumnus or a teacher. The background of the participants is incredibly diverse : businessmen, artists, designers, architects, lawyers, engineers, ...We've been having monthly reunions with the folks of my batch. I was co-opted as a back-end developer by a Le Wagon alumni. I'm going to work with a friend from my batch. We have an alumni platform where we can ask for help, find job, and find resources. You can attend to monthly meetups about code (like Paris.rb) or entrepreneurship (Le Wagon Meetups). Its community is really what makes Le Wagon stand out.So is it worth it ?Absolutely. Le Wagon's been a game-changer for me. I would never have done so much in so little time without it, and I could never be more thankful to the staff for that.Read Less",FullStack program - 35+ locations,Web Development +238673,10868,le-wagon,Adrian Mustea,False,2017,Amazing experience!,2017-10-11,5.0,5.0,5.0,0.0,"I always knew that I wanted to code, but I was afraid to try as it seemed to me as something very difficult at that time, so I spent about half a year doing various online courses, but I still couldn't build anything by my own. That's where Le Wagon shines,... Read More it doesn't simply teach you the syntax of the language, it gives you the mindset you need, it teaches you the way to approach a problem and solve it, because coding is not about the language syntax, it's the easiest part in fact, breaking down the task and finding the ways to build/solve the task is what coding is, syntax comes very easy when you know what you have to do. The pace of the course is fast and I can say that it was pretty intensive, but you'd be surprised of what you can build after only 9 weeks of Le Wagon.Read Less",FullStack program - 35+ locations,Web Development +238657,10868,le-wagon,Benjamin Baranger,False,2017,Life changing experience,2017-10-11,5.0,5.0,5.0,5.0,"Hi everyone,I attended Le Wagon in Paris in summer 2017.I was already working in IT as a Production Integrator and I was constantly interacting with developers.Soon I realized that my job was boring - I wanted their job !So I quit my job and signed up... Read More to Le Wagon. The journey is incredible, extremely intense (9 weeks) but worth it. I’ve learned more in 9 weeks that I would’ve done in years learning by myself or with online tools.2 months later, I moved to London, and am now working as a freelance web developper full time, from building websites for small clients and assistant teaching. I couldn’t be more pleased with the result.If you ever enroll, you’ll discover a new way of thinking, you’ll meet incredible people from various backgrounds and create an extremely well connected network.I did it and it changed my life for the better, I can only recommend you to do the same !Take care.Read Less",FullStack program - 35+ locations,Web Development +238629,10868,le-wagon,Fabricio Mendonça Migues,False,2017,"Barcelona and Le Wagon, a great combination for changes",2017-10-11,5.0,5.0,5.0,0.0,"Le Wagon changed my life. Not only because I have a new skill now, but learning how to code also helped me to think different. Coding is not a sprint, is a more like a marathon. You have to go step by step, and you bring that mindset to your life too.... Read MoreWhen you want to learn something new, your surroundings play an important role – positive or negative. So moving to Barcelona to learn how to code and change my life seemed an interesting combination. If Gaudi was able to design colorful and different projects living in Barcelona, why wouldn’t I get the same inspiration when coding? Bingo!I spent thirteen years as a journalist and public relations. Technology always fascinated me, so I had the opportunity during my career to either write some (less than expected) stories related to technology or to create, as public relations, communications plans about technology in companies where I worked. A couple of years ago I started to get more familiar with coding. I can’t believe that I, as a communicator, knew little (or nothing) about what’s behind a web platform. Asking this question – how does a web platform really work? - brought me to a complete new world. I started to take some online courses, attended some developers conference and tried to learn more about it. I found out that for a guy like me, without a real technology background, learning on my own without any previous knowledge was hard. After months of research, I learned about coding bootcamps, and made the decision to take a break on my career and do one in Europe.Le Wagon stood up during my researches. I read many positive reviews about it (all true, by the way). I asked some friends who knew about coding to analyze the content of the course, and all of them gave me the green light. Since Le Wagon is in many different cities, I chose Barcelona - I wanted to be inspired by Gaudi. Le Wagon is located at the lovely and lively Gracia neighborhood – the new place is very comfortable, with a clean design - and I was lucky enough to pass by in front some of Gaudi’s buildings everyday on my way back home. Now let’s talk about the course itself. The 9 weeks seemed like a rollercoaster to me. Full of ups and downs – but with a great feeling in the end -, learning how to code takes you back to your childhood moments. You play, you try, you fail, you get frustrated, you search for help, you learn, you try again and you succeed. The teachers are there to help, and you also learn a lot with your peers. Sometimes you need help, sometimes you’re the one who helps. The classes are well structured. They give us a lot of content that may make you think you won’t be able to follow. But everything falls together during the project weeks. I was amazed that my group was able to build a solid project from scratch - http://www.peerviews.eu - platform for peer reviews. I enjoyed a lot working on it, as this project allowed us to build a strong backend - students would evaluate (randomly and anonymously) their peers’ reports, check their papers’ reviews and next assignments. Teachers would be able to get all the data from students’ evaluations displayed in different graphs. And to think that all started with a black screen two weeks before the demo day. An important thing is to come to this coding bootcamp with your mind open. Enjoy everyday. Work hard. That’s what I did. I now have a good knowledge to keep learning on my own. At Le Wagon I found a new passion and a new career. I made friends. Maybe startup partners, since we want to keep working on our project. I just know that now I can’t stop coding and I will never look at web applications as before.Read Less",FullStack program - 35+ locations,Web Development +238624,10868,le-wagon,Arthur,False,2017,Perfect way to learn code!,2017-10-11,5.0,5.0,5.0,5.0,"I was a product owner (more or less a project manager) in a Startup working with a team of 5 developers. I started to look at Le Wagon to fill some technical needs that would help me to do my job in a better way.Before joining Le Wagon you need to do... Read More some homework, it allows you to see if it’s really what you want to do but it also allows you to have a basic level in programing. At this point I realized, I would really love this experience.“Learning everyday” could be the baseline of Le Wagon because that’s what you will do. It is challenging but Le Wagon’s team is here to help you make the most of these 9 weeks.Finally, thanks to Le Wagon I met incredible people with different backgrounds but the same objective, learning to code. This group dynamic is amazing and rewarding.I have not decided yet what the next steps will be but I know I will continue learning to code.Read Less",FullStack program - 35+ locations,Web Development +238619,10868,le-wagon,Slade Sundar,False,2017,Literally one of the top 3 experiences in my ENTIRE life!!!,2017-10-11,5.0,5.0,5.0,0.0,"Le Wagon far surpasses any of my previous learning experiences! I’d even say that it’s more fun than most vacations I’ve had.If you’re considering this course, you’re going to go through three stages:Stage 1: You are skeptical that you can learn to code... Read More in 9 weeks.I live in San Francisco, have had a career for over 10 years in operations in startup tech companies, and I am surrounded by coding bootcamps. There is literally one 500 feet from my apartment. Given my exposure to programming via startups, and living in San Francisco, I was extremely skeptical that I could adequately learn full-stack development in 9 weeks abroad.But, I decided to go with Le Wagon London for two reasons: The glowing reviews and the diversity of students (international and non-tech backgrounds). My goal was to learn full-stack development and make new friends from different walks of life.Stage 2: You realize how hard coding is, and how good Le Wagon is at teaching it.The first few weeks are spent learning the core fundamentals of programming and Ruby. The second half of the course is spent learning front-end, database, and rails – which includes a lot of real-world examples such as geo-location and payment processing. The coursework is tough and the pace is grueling (close to 8 hours a day of coding!), but you have ample help with teammates, TAs, and the teachers themselves. I found it difficult even though I understood most of the core concepts before I came to the course as I had worked on the operations side of SaaS tech companies previously.Luckily, the teachers are BRILLIANT. They are able to explain concepts so that anyone is able to understand them. That takes an extremely special skillset that all the teachers seem to do so easily.The TAs are from previous batches. These are prior students who are helping you solve problems when some of them literally learned to code 9 weeks ago, which is amazing!! It was really helpful to learn from them, as they understand exactly what you are going through.Stage 3: You realize that you get so much more than the amount you paid. When I completed the bootcamp, I left with much more than I expected. I made genuine connections with my classmates, and surprisingly with the teachers and staff as well. All of them are so approachable, caring, and friendly. They want you to succeed, which is definitely something that’s missing from the San Francisco / Silicon Valley scene. These are people that I laughed with, cried with, and partied with during the 9 weeks. There was no forced interaction, it was all very organic, and they are now all friends for life.You also leave with an extensive and international network of developers via SLACK that no other course can really compare with. It’s a huge network but it also feels very accessible. That is invaluable!After telling my family and friends about the program. Many of them wanted to do the program! One of my friends already started the batch in Tokyo and she is loving it. My wife (who is a lawyer and has a great career) wants to go do an upcoming batch just to have a great experience and learn more about tech.As for me, I’ve started working on my own ideas, and have even started learning Python on my own. My advice to anyone reading this is to do Le Wagon even if Ruby isn’t the language you want to learn. You will leave with a completely new mindset that will allow you to learn other languages rapidly!Read Less",FullStack program - 35+ locations,Web Development +238598,10868,le-wagon,Nathan Obadia,False,2015,Amazing experience,2017-10-10,5.0,5.0,5.0,5.0,"This 9-week training was amazing in every aspect. Only 24 students. No background required. High-quality teachers. And the structure of the course (the progression, the material and the density) is very smartly done. I couldn't have imagined when I subscribed... Read More to this full stack course that I would get this incredible level.but don't get me wrong, in order to become a professional backend developer you need to keep on coding, there is no magic. However this might be the best course you can find to get very quickly on the right path... And on top of that the alumni population is superdynamic and reactive !!!Read Less",FullStack program - 35+ locations,Web Development +238584,10868,le-wagon,Sey,False,2017,Learned how to learn at Le Wagon,2017-10-10,4.7,5.0,5.0,4.0,"Pros: The concluding goal of the bootcamp is having 2 prototype rails project up and running on Heroku. It is very well structured to build the students' knowledge from Ruby, then object oriented programming, DB, ORM, ActiveRecord, frontend tools, and... Read More Rails. You learn from not only taking lectures, but mostly by working on exercises designed to hit each point of the day's lecture. Having 2 projects ready to showcase to future employers led me to many job interviews directly after the bootcamp. During the project weeks, you are encouraged to implement features you think suit the project. While doing so, we learned to look correct places to learn about the features and implementation. This I think is the greatest strength of the bootcamp for training the students to become curious developers and keep learning and improving on their own.Cons: This bootcamp focuses on learning functional (backend) part of projects. They do teach and use frontend tools, but it is not aiming to train people to become web designers. (On the other hand, if you already have web designing skills, the bootcamp can be a great place to complete your Full Stack)Read Less",FullStack program - 35+ locations,Web Development +238582,10868,le-wagon,Grégoire Philipon,False,2017,The best way to learn code from scratch,2017-10-10,5.0,5.0,5.0,5.0,"Le wagon was an incredible experience for me. I expected a quick, intense and professionnal training and it was definitly a good choice. The courses are adjustables for every students and teachers are awesome. Thanks to Le Wagon I found a job right way... Read More after the training.I highly recommand it!Read Less",FullStack program - 35+ locations,Web Development +238581,10868,le-wagon,Rémy Taglang,False,2017,Life-changing experience with amazing teachers !,2017-10-10,5.0,5.0,5.0,5.0,"I attended the 9 week bootcamp Le Wagon @Lille in May 2017 and clearly this experience met all the expectations I had when joining Le Wagon.I have always wanted to learn how to code especially since I launched my own SaaS startup a few years ago without... Read More having the technical knowledge. Courses at Le Wagon are intensive but you know why you're here, you want to learn how to develop a MVP in a few weeks. The team of teachers in Lille is amazing and inspiring and they're always happy to help on any subject, which is really interesting and helpful. When joining Le Wagon, you're not only learning Ruby on Rails but you'll be part of a Alumni group.Read Less",FullStack program - 35+ locations,Web Development +237781,10868,le-wagon,Anonymous,True,2015,The best decision I made,2017-10-10,5.0,5.0,5.0,5.0,"I've attended Le Wagon in Paris three years ago. When I look back now, this is the best decision I have ever made.The 9 weeks program is really well shaped: you start with painful days of Ruby programming, doing everything from scratch. Every week you... Read More add a layer: database, front-end, rails, until the last three project weeks. The teachers are 100% committed, always friendly and willing to help. Students are super international and the network brings you great job and after-bootcamp opportunities.What could have been better:Back in the days, we didn't have so many community events. But this is something they worked on really hard. Now I am proud to be a Le Wagon alumni!What I loved:The content, the product and entrepreneurial approach!Read Less",FullStack program - 35+ locations,Web Development +237686,10868,le-wagon,Léa DURAND,False,2017,Intense but even more amazing experience,2017-10-09,5.0,5.0,5.0,5.0,"I had a terrific experience @LeWagon Bordeaux Batch #85, never learn so much in such a short time. The atmosphere is super friendly and yet very professional. The teaching staff is dedicated, passionate and experienced. I chose Bordeaux for 2 reasons.... Read More First, the entrepreneurial ecosystem is exploding and not saturated yet. Second, I am an outdoor lover. Having the beach, the countryside and Spain within easy reach was just a blast !!I joined the Bootcamp to gain legitimacy and technicity as a product manager in the tech industry. Also, now that I know how to develop an MVP I am eager to launch my own project! ;)Read Less",FullStack program - 35+ locations,Web Development +237947,10868,le-wagon,Raphael Regnier,False,2017,You will never regret it !,2017-10-09,5.0,5.0,5.0,5.0,"Le Wagon is the greatest learning experience I've done in my life.By fate, I got interested in coding thought a very basic (and optional) course of web programming during the last semester of my BBA in Finance in Montreal. I immediately knew that I had... Read More to learn more about programming and try to move away from a banking job that would have probably (surely) bored me to death.I did some researches and found out you can actually learn enough to start a new career in the tech industry in only 9 weeks of coding bootcamp, and with a great deal of motivation and determination: https://www.lewagon.com/One month after the bootcamp and thanks to Le Wagon's community and help, I was able to find a job in Paris/Marseille as a Front-End developer in a fintech startup. I can assure you that you will never regret the skills you will acquire, the people you will meet, and the experience you will live during these 9 weeks.Change your life, learn to code.Raphael Regnier - Le Wagon student batch-77 MontréalRead Less",FullStack program - 35+ locations,Web Development +237806,10868,le-wagon,DAVID GEISMAR,False,2017,Fullstack RoR bootcamp & React class,2017-10-09,5.0,5.0,5.0,5.0,"I followed the wagon course at the beginning of 2015 in Paris. The course content is great, the teachers are great, the athmosphere is amazing. I met a lot of motivated and inspiring people and I gained the necessary skills to developp my project and... Read More work as a fullstack web-developper. I also attended a React & Redux one week course with le Wagon this year that helped me extend my dev skills. Very good schoolRead Less",,Unknown +238550,10868,le-wagon,Killian,False,2017,Life-changing experience,2017-10-08,5.0,5.0,5.0,5.0,"I want to be clear on this: Le Wagon has been one of the best choice I made in my life!Before being involved in the bootcamp, I had been studying Business Management and I worked in various subjects including SEO, sales and business development. I had... Read More no technical skills but I wanted to be able to code so that I can start my own company later on.And honestly, Le Wagon totally outperformed my expectations: the method to quickly improve your coding skills is well-designed and they give you the proper tools to enable you to start a career in the development world (entrepreneurs/freelance/tech companies).For my part, I am now using my dual business/coding skills to start my company in the foodtech world and I've been hired for a part-time freelance mission.It is worth it, definitely !Read Less",FullStack program - 35+ locations,Web Development +238549,10868,le-wagon,Robby Guerrier,False,2017,Awesome Bootcamp !!,2017-10-07,4.7,5.0,5.0,4.0,"I’m Robby, alumni at le Wagon in Paris (batch 83). I didn't know anything about coding before joining le Wagon. I was just a business analyst in the tech industry who wanted to learn code to have larger tech skills valuable in the industry. I can say... Read More that I am not disappointed, I was even surprised by the level that I acquired in only 2 months. This was the most exciting and intense summer that I had in my life, every day was a challenge but it was worth it. The program is well constructed, you end up knowing the back-end (you develop in Ruby with the framework Ruby on Rails) and the front-end ( you learn Javascript, HTML5 and CSS3). I discovered at Le Wagon that I can build anything that I have in my mind, being able to code enables you to do that. most important takeaway from my time there is the way of learning, I feel that I can quickly learn any programming language. For a person like me who didn’t know how to Code and who finally built a music streaming app for influencers is just insane. And towards my initial goal who was to make valuable my skills in the tech industry, I can say that the skills I added to my profile were a strong added value that allowed me to land a job at Amazon Web Services. As a matter of fact, nobody should hesitate to join Le Wagon, it is a good investment, it is worth it.Read Less",FullStack program - 35+ locations,Web Development +238532,10868,le-wagon,Pierre-Yves Le Guennec,False,2017,A thrilling springboard to the 21st Century!,2017-10-06,5.0,5.0,5.0,5.0,"At some point of my life and career as a marketeer, I have come to realize the fantastic paradigm shift our society was experiencing : Internet technologies could unleash more creativity than ever and offer efficient and meaningful opportunities to fulfill... Read More in this world. As a chef needs to know his ingredients to make great recipe through their combinations, it came to me as an evidence that I needed to give more interest and get better understanding and real experiences of web-development. The next question then was how to fill the gap.2 years ago, I stumbled upon Le Wagon On-Demand courses and got involved in the very first one. And light suddenly came :) I could feel that all this technical stuff could not remain so murky to me if I could practise it more.I eventually made my decision to join the 9-week intensive FullStack programme. It turned out to be much more than gaining essential and practical technical skills : I could meet as well a great community of entrepreneurs and doers with the same awesome energy. I enjoyed a lot the pedagogy and the caring atmosphere brought by the teaching staff. Through the different meetups the team organized on a weekly basis, I could also get a more accurate and relevant picture of web-development business and its underlying jobs.This programme was indeed the best experience I could ever imagine to springboard me into the 21st Century! Thanks for that!Thanks to the programme, I have been able to keep learning a lot by myself and with the help of the community. I could launch my first own-built website for my company (https://www.novexpat.fr) and I am currently developing a web app for my students and customers.Le Wagon FullStack Programme was just what I needed to bring me and my ideas way more further than I could expect. I thoroughly 100% recommend it!Read Less",FullStack program - 35+ locations,Web Development +238530,10868,le-wagon,Thomas Ceccaldi,False,2014,Best learning experience ever,2017-10-06,5.0,5.0,5.0,5.0,"I was in one of the first batch (#3) and I can tell that Le Wagon has great staff, well designed program, inspiring meetups from the beginning.What I learnt :- how to code- how to develop a great product- to adopt a lean approachMuch recommended for entrepreneurs.... Read More I also found a co-founder among my classmates.You can see our company here : www.roadstr.frI know they have made huge improvements since 2014 so I guess the program is now better than awesome.Read Less",FullStack program - 35+ locations,Web Development +238506,10868,le-wagon,ralph kemp,False,2017,Le Wagon London Experience,2017-10-05,5.0,5.0,5.0,5.0,"Le wagon has been an amazing experience, and I would recommend it to anyone looking to become a developer. Overall the course is very intense, and you have to prepare yourself mentally for the challenge ahead. However throughout the 9 weeks there is a... Read More constant stream of help and support for your coding tasks, as well as brilliant advice from experienced developers. Often after the learning day has ended there are also lectures from CEOs of tech startups, successful developers and entrepreneurs at the Google campus - the depth and range of knowledge available to you at Le Wagon is seemingly endless. Thanks to me finally biting the bullet and doing the 9 weeks, I am now building websites freelance and will actually be going back to Le Wagon to be a teaching assistant. You will not regret doing this course!Read Less",FullStack program - 35+ locations,Web Development +238496,10868,le-wagon,David,False,2017,Life changing experience!,2017-10-05,5.0,5.0,5.0,5.0,"""Change your life: learn to code"". Never has a catchphrase been so accurate, at least that's what I have come to realise, nearly three weeks after completing batch #83 in Paris!When I decided to join Le Wagon earlier this year, I had worked for nearly... Read More 10 years in various audit & accounting positions. While I did enjoy the financial security that comes with this kind of career, I couldn't help but thinking that I wasn't using my potential to its fullest and that I was somehow wasting my time. This frustration, combined with a fondness for all things logic and a curiosity for IT in general, made me just go for it. It's tough to describe these 9 weeks in a few lines but I'd say that narrowing it down to the different programming tools/languages taught wouldn't do the course justice. The first thing that impressed me was the motivation of students taking part. We were all here for a reason, whether it is a carreer change, a career start or a start-up creation, yet the willingness to succeed was prevailing, and that's not so easy to find in the corporate world. Also, the program is well structured, with a lecture in the morning followed by coding exercises in pair (with a different randomly picked buddy every day so you get to know everyone) where you apply what you've learnt. Lectures are available in .pdf and in video, there are flashcards to capture key notions of the day. Teachers are alumni themselves so they know students' expectations, so are TAs. There are side events organised several times per week such as talks by founders/alumni, afterworks, etc. But to me the most valuable aspect of Le Wagon is its alumni community. Upon graduating, you have access to job offers, freelance missions, technical help, etc. It's a whole network that suddenly becomes accessible.After the course, I've decided to become a freelancer (it had been on my mind for a while), and I'm now about to start a freelance gig helping out one of my former Le Wagon classmate launch his startup in the field of accounting, something I would have never considered possible 6 months ago! So to anyone wishing for a change, bearing a project or just eager to learn how to code, I strongly recommend you give Le Wagon a try, you won't regret it:)Read Less",FullStack program - 35+ locations,Web Development +238477,10868,le-wagon,Alvaro Lobato,False,2017,Simply the best,2017-10-05,5.0,5.0,5.0,5.0,"Before Le Wagon I was in my third year at Queen Mary University. While studying, I founded a P2P learning platform where students can learn from other students that aced their module. We had over 60 hours of tutoring during the 2 weeks of testing. I felt... Read More I needed technical knowledge to take my business to the next level and let me tell you that Le Wagon did not let me down! The program consists of 9 weeks of pure hard work. I learnt more at Le Wagon than during my 3 years at business school (and I was a good student). But the best part of it is the people. I met the best teachers I ever had there and made amazing friends.So if you are willing to excel and make the best out of your time don't think it twice and join Le Wagon.Read Less",,Unknown +260992,10868,le-wagon,Camille Franceschi,False,2017,Amazing experience,2017-10-04,5.0,5.0,5.0,5.0,"After 2.5 years working in M&A, I was looking for something different. I wanted to join the start-up industry. As an entrepreneur, a product manager, a developer ? I didn’t know. I chose to do Le Wagon as I could do any of these jobs.The bootcamp is great... Read More for many things: * Good coding knowledge : you know everything you need to start as a junior RoR developer* Experience in designing a web app : the project helps you to develop skills in UI and UX areas* Experience coding an MVP : you know how to build fast in an efficient way with a team or at least you know after the project what you need to do differentlyBefore doing Le Wagon I didn’t plan to work as a developer but I really liked coding so I found a job as an RoR developer in a start-up. As my CTO told me, Rails has no secret to me which is a good feedback. After almost 3 months, I still have a look at Le Wagon’s lectures.I had the lead to build a MVP for the company and it went very well thanks to my previous experience during the Bootcamp.My last word would be GO, GO, GO !Read Less",FullStack program,Web Development +238470,10868,le-wagon,Gabriele Canepa,False,2017,An amazing life changing experience!,2017-10-04,5.0,5.0,5.0,5.0,"Le Wagon is surely one of the best experiences I had in my life, even more than I could have expected!Before the bootcamp, I studied engineering and I was taught high school students, but I wasn’t really satisfied with my work, my studies and the environment.... Read MoreI’ve always been really curious about modern technologies and the start-up world, so I decided to try to understand how all the instruments we are using today are working, searching the web and following online tutorials to learn how I could build some prototypes of ideas I had in mind, but I found out that online tutorials were’t enough for me to really learn to code and build my own products, so I decided to look for a coding bootcamp.After some researches on the internet I found in Le Wagon the place that perfectly suited my needs and applied for a summer course in Lisbon… the best choice I could have done!The way the entire bootcamp is organised is just awesome! All the people involved, the drivers, teachers and all the other students, were from the first moment amazing and always friendly.The first weeks of the bootcamp are focused on Ruby, a very modern and powerful back-end language, and are really hard if you are not accustomed to staying all day at a computer, but once time passes and Ruby notions are quickly building up along with front-end languages, it became more and more fun!The second part of the school is focused on Rails, an incredible framework built on Ruby, that allows you to build amazing products with very powerful features.Learning to collaborate is also a very important step, and the final weeks of the bootcamp are all about collaboration: students are divided by groups and they have to build and deploy a web app in 2 weeks.At the end of the bootcamp we had a great event where we presented our products, 7 amazing final projects built from 26 students from all over the world in just 2 weeks, and I felt very proud of everyone!My groups final project was Papyru, an education platform that allows students and teachers to connect. We had to work really hard but we were all amazed by what we were able to accomplish in just 2 weeks!Is very sad to finish the bootcamp, you really wish it could last forever! I made a lot of connections with awesome people and now I feel I have the freedom and the tools to build anything I want. I loved it, I’m still living in Lisbon working with the amazing people I met, and I definitely recommend it to anyone who’s into technology and wants to change his life!Read Less",FullStack program - 35+ locations,Web Development +238448,10868,le-wagon,Ariane Monreal,False,2017,Great experience !,2017-10-04,4.3,5.0,4.0,4.0,"I strongly recommend Le Wagon bootcamp !I did it during summer 2017. My best friend who had done it in Bordeaux the year before, advised me to do it.It’s such a fulfilling human and work experience. The 9 weeks are really intense.Their pedagogical system... Read More breaks with the classic one that you usually encounter in schools etc. You can work in any way you like, the system enhances your capabilities and gives you the will and strength to give the best of yourself.The way the staff supports you throughout the entire experience is a good illustration of this. They are there to help and encourage you, even more when you doubt of yourself.Signing up for le Wagon means :- Learning new things everyday with a different buddy of your batch, and supervised by a super cool staff- Meeting, having fun and working with people with very different backgrounds both professionally and personally - Participating in very interesting and diverse talks and events (you can even organize them if you want !!) every week- Having the opportunity to build your own personal projects- Leaving with all the tools to keep coding, and to continue learning by yourself- Being a part of the network of le Wagon, and as such, having contacts almost everywhere where you can find le Wagon alumni Whether you know something or not about coding before enrolling, you’ll leave with a unique experience and a big smile on your face.As they say « change your life, learn to code » !! :grinning:Read Less",FullStack program - 35+ locations,Web Development +242110,10868,le-wagon,Sou Ebina,False,2017,Let the adventure begin!,2017-10-04,5.0,5.0,5.0,5.0,"Before I started the wagon, I was a marketing manager of IT company in Japan. After few years of working on projects with startups and developers, I felt the need to grow my technical skills and thought a bootcamp of a few months would be perfect. I decided... Read More to join Le Wagon because it is the best bootcamp in Japan and, luckily, also one of the best in the world. Plus, I had collected nothing but very positive feedback about this training from my friends / network.These 9 weeks of intense coding were probably some of the most enriching weeks of my life. The quality of the teachers, the real learning challenge set by the day to day pace, the new connections with really cool and interesting people, the Yoga classes... I truly recommend this bootcamp.What was very interesting and useful for me is:- I’ve got to know more about Developer and entrepreneurial culture through great teachers and assistants- I’ve got to know more about importance of Digital experience by designed, implemented and shipped to production a clone of Airbnb- I’ve got to know latest web development techniques and Digital trends through great materials- I’ve got to know what is product Management and how to do it by making Rails prototypeI’m now looking for a new role which would engage more with Developers and startups. I think I can say this bootcamp enabled me to build an interesting profile, both business and technical.Thanks again to Le Wagon Tokyo! I still feel Meguro is my hometown!Read Less",FullStack program - 35+ locations,Web Development +238433,10868,le-wagon,Rebekka Haley,False,2017,Such a great learning experience!,2017-10-04,4.7,5.0,5.0,4.0,"I was fresh out of University and excited to join the work force, until I found myself with 3 years worth of theoretical knowledge… but no hard skills. I decided then and there that I wanted to: learn how to code, meet people in the Tech industry, and... Read More travel to a new country. That’s when I found Le Wagon Amsterdam.I’m so grateful that I did, because I got exactly what I was looking for. At Le Wagon you learn from skilled and dedicated teachers. You meet new people pursuing similar goals. You become part of a highly active tech community. Also, most importantly, you get 9 weeks of being engaged and challenged (that was my favourite part).As a candidate with these in-demand skills, I now stand out in my applications to multiple research programs. In the future, I hope to join a start-up and have more learning experiences. I feel that opportunities have opened up to me and for that I can thank Le Wagon.Read Less",FullStack program - 35+ locations,Web Development +238271,10868,le-wagon,Sarah,False,2017,Fantastic training,2017-10-03,4.7,5.0,5.0,4.0,"A few years ago, as I was working as a UX Design Lead for a startup in Boston, I grew more and more curious about coding. I wanted to be able to build what I created, to get the technical side too.I checked several online courses, onsite workshops & even... Read More attended some evening classes but in the end, it always felt like I was standing too close to the wall to see the big picture. All these small chunks of HTML, CSS, JS I learned about were fun to play with, but how would I go from there to building an actual app? What were the steps, how did the interactions between the languages work, what should I use for which situation, where should I host my code... ? The gap was too big, I needed guidance and motivation. I flew back to Paris to attend Le Wagon’s bootcamp, and I got exactly what I came for. Great teachers helped me to connect all the dots, while my fellow classmates made these 9 weeks truly fun and happy. Every day would bring new knowledge and a better understanding of the whole thing. As hard as it was, by the end we all got to code from scratch products that we were proud of. We earned valuable skills, and we made great friends. What more could you ask for?I would recommend le Wagon to anyone who’s truly curious about code and eager to dive into a new life experience. Trust me, you won’t regret it !Read Less",FullStack program - 35+ locations,Web Development +238423,10868,le-wagon,Charles Pernet,False,2014,This 9 weeks bootcamp is probably the best deal I ever done.,2017-10-02,5.0,5.0,5.0,5.0,"Many people will tell you that you can learn everything about coding on your own online for free. That's right but Le wagon provides you with very well structured courses, some teachers are here all day long to help you understanding various concepts... Read More needed to start.I think that if you never had any contact with code, starting with other highly motivated people with courses and exercices to follow is one of the best Kickstarter you can ever imagine.There is no technical background required, only a deep motivation.At the end of these 2 months, you will not only be able to write your first web application using Ruby on Rails, but you will understand what are the differences between all the ""computer langages"" that you heard about. Studying at le Wagon will not make you a full stack developper in 2 months but it will allow you to understand the big picture about coding, you will be able to face one by one the challenges that are waiting for you if you start working on your own web application, and if you want to go further you'll be able to do it on your own.The icing on cake about Le Wagon is the network and community revolving around, if you are looking for a job or if you feel stuck with a new feature that you want to add to your project, you will always find someone to chat with.Read Less",FullStack program - 35+ locations,Web Development +238139,10868,le-wagon,Thomas,False,2015,From ideas to code,2017-10-02,5.0,5.0,5.0,5.0,"Le Wagon is a great human experience that teaches a problem solving mindset. Within few days, I learned more about programing than in months of self-teaching.Thanks to a great teaching that emphasizes on collaboration between motivated students, I am... Read More able to quickly switch from an idea to an high level MVP, on my own.I deeply recommend this bootcamp to any entrepreneurial spirit.Read Less",FullStack program - 35+ locations,Web Development +238416,10868,le-wagon,Kevin Robert,False,2015,Biggest shift in my life,2017-10-02,5.0,5.0,5.0,5.0,"Hi,I finished Le Wagon a year ago doing their 6th batch and this was the biggest (and coolest) shift in my life. Here are some details about Le Wagon.Intensive and focused on best practicesThe curriculum is really challenging. Some stats to illustrate... Read More my point: you get to learn five different ""languages"" (ruby, Javascript, HTML, CSS, SQL) not to mention the libraries and frameworks (Rails, Sinatra, jQuery, React). The pace is fast and you've got to work hard, with 50 hours of code per week to really benefits from the program. In addition to the great courses by experienced teachers, Le Wagon has developed internal tools and learning platforms (with lectures and videos) that help you digest best practices and be autonomous at the end of the 2 months.Startup ecosystem9 weeks is short but enough to dive deep in the world of tech startups and adopt this culture.I was a perfect newbie and I easily became ""startup-fluent"" through contact with Le Wagon ecosystems, through meetups, talks, and workshops organised every week.I loved going back to school and to fill in a batch atmosphere with coding buddies who became real friends spending my whole time with us during this 9 weeks. Le Wagon builds a great community of alumni and I enjoy being one of them. We take pleasure to meet each other through Le Wagon weekly events or around a beer.Great Program, Great Staff, Great ProjectsI discovered a high-quality curriculum built like LEGO where each piece improves and completes the previous one, and where you always code a library by yourself before we give you the built-in tool for that. Morning courses are provided by great teachers. Sometimes a bit fast (event if 1h30 long) but then you get helped by awesome teaching-assistants during the day. The last 2 weeks of the program are dedicated to coding your own project and the results are just great: https://www.lewagon.com/fr/alumniLearn to code, boost your profile, change your lifeStudents come to Le Wagon with different goals, choose yours. I was private-teacher in Mathematics, Physics and Biology during 5 years after a Master degree in Marine Biology. When a friend told me I should follow Le Wagon fullstack program, I thought that would be cool to add this skill to my teaching offer, and why not start doing some freelance dev with it.So I enrolled it and it really changed my life. One week only after the end of the bootcamp, I was already working on freelance missions for a startup. After a year of code for different projects like thepixeler (a digital artwork sharing platform), MaShareEcole (the school network for parents in France) and MissionBiberon (a MOOC for parents having babies), etc.. I finally joined Le Wagon as an official teacher and developer.As I told you, very cool life shift.Read Less",FullStack program - 35+ locations,Web Development +238082,10868,le-wagon,Benoit Paternot,False,2017,Amazing experience !!,2017-10-02,5.0,5.0,5.0,5.0,"Before, I was in the Real Estate business. I needed change. I had always been very attracted to entrepreneurship. Therefore I decided to join Le Wagon and it happened to be the best decision I made these last years! It was an incredible human experience!... Read More We learnt a lot of stuff in 9 weeks, including several famous web languages. Your business ideas also grow up during the program. You get to meet people who are in the same mood, and Le Wagon's reputation is very beneficial for what you do afterwards, whether you want to create a startup, find a job, or to start a freelancing career. I totally recommend it!!Read Less",FullStack program - 35+ locations,Web Development +238050,10868,le-wagon,Charly,False,2016,The best decision of my career,2017-10-02,5.0,5.0,5.0,5.0,"What I have gone through during my 2 months @ Le Wagon is priceless. I learnt all the best practices to build web applications in the fastest and most efficient manner, with the best technologies available. There's no place for bullshit, it's just code... Read More and surprisingly a lot of fun.Le Wagon is the most demanding training I have ever done but also the most rewarding and fulfilling in terms of stuff learnt and people met. You learn something new every day, if not every hour of the training, and the start-up mindset of the batch is greatly motivating. The lead teacher has 10+ years experience in coding and he knows everything about nearly everything.Get in touch with them for more info, they are very responsive, helpful and friendly. If you're ready to change your life of course!Read Less",FullStack program - 35+ locations,Web Development +238414,10868,le-wagon,Charles Cazals,False,2017,What a Journey!,2017-10-02,5.0,5.0,5.0,5.0,"Le Wagon was a fantastic experience for me! I had done an Economics BSc in London and was about to enter a Masters in Business, and basically had very little coding knowledge when I took the course.The structure of the bootcamp is perfectly thought of... Read More so that you learn the most in the 9 weeks you are there.The teachers, the students and the spirit of Le Wagon make the whole experience extremely enjoyable, and the amount you learn in only two months is spectacular! Motivated students would be able to apply for junior developer roles and see a whole new job industry opening its doors to them, which is really exciting!I unreservedly recommend the bootcamp to anyone feeling remotely tempted! It's stimulating and fun, let alone useful for any professional project you may have! Charles Cazals, Lisbon Batch 86Read Less",FullStack program - 35+ locations,Web Development +237436,10868,le-wagon,gabriel poissant,False,2017,Life changer,2017-10-01,5.0,5.0,5.0,5.0,"It might be cliché but doing Le Wagon Montréal truly changed my life. Before the course, I was not working or studying anything related to coding or computer science. I came from a background of hockey refereeing, sound engineering and video editing.... Read More After completing Le Wagon Montreal’s 9 week coding bootcamp, I am still working and improving upon the final project we built in the last 2 weeks of the bootcamp. I learned how to build a website from scratch in just 9 weeks and now I’m using those skills to keep building the website for my business: zebrasclub.com. I also met a lot of incredible people because of the Wagon Talks, which provided access to entrepreneurs and influential people in the Montreal tech industry. That being said, the most important part of my experience is that I met great friends from around the world, and we continue to collaborate on my projects as well as theirs.Read Less",FullStack program - 35+ locations,Web Development +238403,10868,le-wagon,Mariasole Alossa,False,2017,Attending Le Wagon was the best decision I have made since university! (batch #86 - Lisbon),2017-09-30,4.7,5.0,5.0,4.0,"I have a degree in Humanities, and an assorted professional background in customer service, tourism, teaching, and NGO work. I spent the past 10 years moving around countries and continents, enjoying every job and place a fair bit, but never feeling completely... Read More satisfied with what I was doing. I didn’t dislike any of the jobs, but at the same time I felt stuck and like I had already plateaued. I’ve always loved (using) technology, so I’d been eyeing coding for a few years and started several free online classes, but even though I always enjoyed the coding itself, the short courses never really stuck. I just felt like the tech world was so distant from everything I was, that I always ended up slightly lost and discouraged, with no idea what to do next. I know that some people are fine learning like that from scratch, but for me it wasn’t working. I did really, really want to learn, but I felt like I needed something more concrete to start from, a network and solid basis, and Le Wagon gave me just that!The course in itself was great. It is overall well thought out, you get a bunch of theory in the first three weeks (which I personally loved...not everyone does, and it is not always easy to understand why you are learning it during those first weeks, but it is so useful to have those basics later on even if you don’t remember all of it, trust me!), and then you learn how to actually make things that work and are useful! My final group project was a web app to connect refugees with potential employers in their new countries, so I learned how with coding I can still make things that are connected to my, completely different, professional background and personal interests. Everyone is a tech person, and everything can be made better with tech!Apart from the curriculum, the most important part for me was the support of the teachers and TA’s, and the rest of the group. I think at Le Wagon they understand that group unity is important to make the learning easier, so there is a special attention to that. I truly felt supported by everyone all the way through, and that made a huge difference on the hardest days when none of my code seemed to be working!Another great thing at Le Wagon is that they know and believe that you don’t need a previous background in tech to learn coding! Everyone who gets in has the ability to learn this skill, and you will always be reminded of it if you ever feel bad about your pace of learning! Remember that it is a massive amount of work and learning done in 9 weeks, so you will feel overwhelmed often. There wasn’t a single person in my batch who didn’t go through at least a few days of learning hell (I had way more than a few ;) ). Just run with it, let the adrenaline carry you (but don’t forget to sleep and have fun during the weekends as well), and you’ll see that all those hours will eventually amount to something, even if it seemed like you weren’t achieving anything at the time!My advice is to definitely do the bootcamp if you want to learn coding, and don’t worry too much about the immediate results. You’ll have all the learning materials available forever to practice and learn better, and professional developers have to look things up all the time anyway! It’s not about memorising data. Put in the hours of work, talk to the teachers, support your classmates, and you’ll come out of it with tons of inspiration, a new mindset, a new approach to work and learning, and a complete new understanding of coding.I still have A LOT to learn about coding, but before Le Wagon I felt intimidated by it, like a small club I wanted to get into but wasn’t cool enough for. Now I feel like I’m already part of it, I know how to learn, I sort of know what I’m doing, and can’t wait to do more of it! I am excited (rather than scared) about my professional future for the first time in years, and that alone was worth all the bootcamp hours in the world!Read Less",FullStack program - 35+ locations,Web Development +238279,10868,le-wagon,Milan,False,2017,A great decision,2017-09-30,5.0,5.0,5.0,5.0,"I took part of batch #77 in Montreal during the summer 2017. With a background in Neurosciences, I had been somewhat disappointed by the field of research, notably its lack of autonomy and freedom. I felt like I needed to make a career change and always... Read More had an attraction for coding and technology in general. Doing Le Wagon was a fantastic decision as I managed to find a junior front end developer position even before the end of my training. Those two months have probably been my best experience in terms of education. I met great people coming from every corner of the world and with very different backgrounds, but all focused on a common goal of learning to code. The teaching was excellent and the program in itself targets the right skills that you will need to start a career in tech. Today, one of the technologies I use in my job is different than the ones I've learnt at Le Wagon but the training gave me everything I need to learn new skills quickly and efficiently. To be honest, it had not been an easy decision to take to make such an abrupt career change but I am extremely satisfied that I took it.Read Less",FullStack program - 35+ locations,Web Development +238389,10868,le-wagon,Anonymous,True,2017,Two Month Well Spent,2017-09-30,5.0,5.0,5.0,5.0,"I was a college freshman with an interest in computer science before I joined Le Wagon. I have minimal knowledge, however, about coding and project management before the bootcamp. I really enjoyed my time at Le Wagon---there were so many things to love... Read More about this program. First and foremost, I learned a lot in this two months. The experience of mastering Ruby on Rails, SQL, HTML, CSS, and Javascript in 2 months was a hell of fun. The learning curve was steep and the workload was heavy, but somehow the mentors made the learning process challenging as well as entertaining. After this bootcamp, I got so many opportunities open up to me. The alumni group has job postings nearly every day. I got an internship at a tech consulting company right after the bootcamp. Moreover, our projects with NGO in the last two weeks also inspired me to start a club at my school, using what I learned in this bootcamp to help local non-profits achieve their goals.Last but not least, the people at Le Wagon were 120% inspiring. Every one of the people I met in this two months has some exciting life stories to share, they were the kind of people that you would love to grab a coffee or pull an all-nighter with. Working with people from around the world with different experience also taught me how to be a better team player and how to communicate effectively.I highly recommend this bootcamp to anyone who wants to learn new things, meet passionate people, and build cool shits.Read Less",FullStack program - 35+ locations,Web Development +238377,10868,le-wagon,Florent LIENARD,False,2017,Best investment so far,2017-09-29,5.0,5.0,5.0,5.0,"Hi, I am Florent and I’ve been studying at le wagon last summer during 2 months. It has been an incredible experience and I did not mind for a second trading sunny holidays for a 2 month intense coding experience. I graduated 2 years ago from a french... Read More business school and then lead operations in a startup in Paris. I wasn't a tech guy even if I usually had to deal with tech issues in my previous job. But no coding experience. During 9 weeks, I’ve been able to: - Get skills in Ruby on Rails, Javascript, HTML/CSS, SQL : I am now working as a UX Product and Web Developer. Which means that after Le Wagon, I am able to lead a basic RoR website. I still need to improve my coding skills to build complex applications but Le Wagon gave me the tools and knowledge I need to be able to level up on my own. (i.e. during the bootcamp you build an Airbnb-like which is considered as a basic app)- Learn from amazing teachers : Teachers are part of Le Wagon community and they are really good and very dedicated. You can feel their common will to push you moving forward everyday.- Meet awesome friends : I am currently making projects with friends from my batch. It was a good opportunity to meet persons that share same interest.- Be part of Le Wagon community : which gather thousands of great guys all around the world ready to help you.If you want to build a MVP for a project, improve your coding skills, turn to product / UX jobs or just learn new skills, go for it, it is one of the best investment I have done so far :)Read Less",FullStack program - 35+ locations,Web Development +238365,10868,le-wagon,Romain,False,2016,Best Coding Bootcamp Ever,2017-09-28,5.0,5.0,5.0,5.0,"Let me share my awesome experience at Le Wagon and the skills I learnt there!Last year, after I graduated from a business school and after a first short-term experience in product marketing, I felt that I did not know where to look for my next challenge.... Read More The only thing I was sure about, was that I wanted to work in tech but I needed a good grasp of technology, which for a business graduate was not an easy task!I found Le Wagon online and I enrolled, confident that I was making a step towards my goal but unsure about what I was going to actually find there. Honestly, if I had only got a good technology varnish I would have been happy at the time… Instead, in 9 amazing weeks I learnt to code web apps, not small static websites, I mean actual Ruby on Rails apps! Learning such skills in so little time shows how well the curriculum and teachers are prepared. During 9 weeks, you work with a different buddy every day until you have finished the core course. You begin with ruby, before moving into SQL, front end and Rails. Once the core curriculum is over, you team up by groups of 4 to deliver your final project. This method is super effective because collaboration is at the center of the learning experience, you have to adapt to different thinking patterns and profiles to succeed and learn. Plus, it is an incredible community, fun, caring and able to help you debug anything even once you’re no longer a student!And in case you were wondering… I found a job, a permanent position at PayPal! So yeah, pretty straight forward, join Le Wagon, it will do you good!Read Less",FullStack program - 35+ locations,Web Development +238352,10868,le-wagon,Thomas Chekaiban,False,2017,A great way to learn coding!,2017-09-28,5.0,5.0,5.0,5.0,"Since I turned 19, I have been working on several entrepreneurial projects from which I was able to gain insights into technology. These practical experiences, coupled with business theoretical knowledge, drove me to acquire the skill sets required to... Read More get an MVP up and running. Testing has become a primordial element of all my professional endeavours and joining Le Wagon FullStack program thus came across as a natural addition to my background. In fact, learning broad coding concepts had tremendous effects on my understanding of prototyping. I am now able to replicate what I have learned during our courses in order to handle other coding languages that I may need. Tackling coding hands-on through exercices (as if it was a 2-month workshop) is also particularly effective in teaching us the rudiments of the developper’s daily work. Moreover, the network built over this short period of time remains diverse and resourceful, which confirms the quality of the program.Today, I work at Kuma Studio: a software design studio I co-founded (it’s based in Paris). We create digital product interfaces and offer UX advice.Read Less",FullStack program - 35+ locations,Web Development +238350,10868,le-wagon,Claire Schults,False,2017,"Top quality bootcamp, stop hesitating, apply now!",2017-09-28,5.0,5.0,5.0,5.0,"After seven years working at Goldman Sachs in London and New York, I took a sabbatical. I was looking for something different while capitalising on my business experience. The appeal of the Tech start-up industry became strong to me and I was looking... Read More for the best way to transition into this exciting ecosystem. Rated the best coding school in Europe & the World, I decided to roll-up my sleeves and do Le Wagon’s bootcamp in Paris. Le Wagon’s promise: take motivated people with no coding experience and get them to learn how to develop web apps in nine weeks! How? With an extremely well though-out program, a highly competent teaching team, a fantastic educational platform and access to an ever growing alumni and network of start-ups. From back-end to front-end, you get up to speed smoothly thanks to the balance between classes and coding challenges. There’s true support from the pedagogic team and all the right tools to help you succeed. Plus, beyond pure coding skills, you get to learn how to design a product the start-up way, dev as a team as well as how to master the many services you need to use to launch an app. After six weeks, that’s it: you are ready to develop an Airbnb copycat in five days, final step before the last two weeks dedicated to your personal project. Promise held! Le Wagon’s bootcamp it’s also getting into a mindset. It's a culture of learning, creating and even thinking. And if it’s foremost about coding, it’s also about the people. Be it other students, with their broad range of experiences and profiles or the pedagogic and management team, it’s one of those places where you only meet top individuals. Doing Le Wagon you’ll get the coding skills, the mindset and the network.And when it ends…It’s not over! Lifetime access to the platform, connections to the best startups through events or newsletters, and even the opportunity to continue your training by becoming a teacher’s assistant. If you’re hesitating, trust me you shouldn’t. Don’t wait any longer and just apply!Read Less",FullStack program - 35+ locations,Web Development +238342,10868,le-wagon,Thibault Derennes,False,2017,Best coding bootcamp !,2017-09-27,5.0,5.0,5.0,5.0,"I was one of the student of batch #77 in Montreal (summer 2017) and my only regret about LeWagon is that I didn't apply earlier !!I'm currently studying in Entrepreneurship and before even starting the program, I realized that I had one major issue that... Read More I tried to solve without success. I had loads of ideas, but I couldn't transform them into a product that I could test and promote because I was not able to code by myself. I tried different online classes, CodeCademy, Treehouse, Udemy to name a few. After a year or so, I realized that I was not progressing fast enough. It would take me years to be able to code MVPs. I looked online for different coding bootcamp. Le Wagon was the one offering not only a coding bootcamp but an access to a network of 1500+ alumni. Needless to say that being a part of that family is incredibly helpful in every aspect. The platform offers you access to a ton of content as well as design feedback, job opportunities, etc. Plus, every single question is answered in a matter of hours. It is by far the most disciplined community page I've seen. On top of that Le Wagon is not just another coding bootcamp, the learning process revolves around two main topics. Coding is the obvious one, but entrepreneurship is also a big part of is learned. It would be the best training for any aspiring entrepreneur who wants to know how to code and have a better understanding of the technical part of the projects. What an experience it was, while I'm finishing my entrepreneurship study, I am still impressed by what we learned in just 9 weeks. I can now work on ideas and products I wanted to code and have them finished before the end of the year. It was 100% worth it and you won't regret it, stop waiting and go for it!!Read Less",FullStack program - 35+ locations,Web Development +238298,10868,le-wagon,Brieuc,False,2016,Best bootcamp ever,2017-09-26,4.3,5.0,5.0,3.0,"I discovered Le Wagon during my studies in business school, looking for tools and knowledge to bootstrap a startup. I’ve always been a bit nerdy but never learned anything about coding. Still, I had plenty of ideas and no way to make them true, that’s... Read More why I decided to enroll at Le Wagon.I started Le Wagon in Paris after graduating, with a precise idea of what I wanted to create and to learn. I was not disappointed because I learned all of it and so much more. Not only did it allow me to make my ideas come alive, but it also made me realise I could have a deep understanding of extensive web applications, which led me to new and bigger ideas ! I met a lot of incredible people in the 43th batch, coming from various backgrounds and having different perceptions and insights about products, user experience or business models. I had the feeling of gaining more skills and knowledge in 3 months than I did the last 3 years. After Le Wagon, I did a handful of missions of web development as a freelance, then I started at AB Tasty, a french SaaS company as operations manager. I still code everyday, whether for my job or for my own side projects. It gives me a freedom and an agility I would never have imagined before this.Read Less",FullStack program - 35+ locations,Web Development +238182,10868,le-wagon,Philippe Coste,False,2017,Best bootcamp ever ! Do not hesitate to join Digital MBA,2017-09-25,5.0,5.0,5.0,5.0,"I discovered coding by chance during an internship a few years before Le Wagon in a startup, and developed a real interest in the digital world from this point. I joined Accenture Digital for a job after this internship in order to do consulting around... Read More digital. After 2 years of working on digital projects between clients and developers, I felt the need to grow my technical skills and thought a bootcamp of a few weeks would be perfect. I decided to join Le Wagon because it is the best bootcamp in France and, luckily, also one of the best in the world. Plus, I had collected nothing but very positive feedback about this training from my friends / network. I presented this project to Accenture as a sort of short MBA specialized in Digital, and they were thrilled with the idea. These 9 weeks of intense coding were probably some of the most enriching weeks of my life. The quality of the teachers, the real learning challenge set by the day to day pace, the new connections with really cool and interesting people, the Yoga classes... I truly recommend this bootcamp.I am now back within Accenture and am in charge of implenting chatbots at my client's, managing a team of developers. I think I can say this bootcamp enabled me to build an interesting profile, both business and technical.Thanks again to Le Wagon.Stop thinking and just apply !Read Less",FullStack program - 35+ locations,Web Development +238170,10868,le-wagon,Ameer,False,2017,LeWagon Lisbon Review - Batch 86,2017-09-23,5.0,5.0,5.0,5.0,"LeWagon Batch #86 - Lisbon Summer 2017I’m an ex-strategy consultant and executive in the telecom industry on a sabbatical break from work. In my work experience I have regularly dabbled with different kinds of coding and with each experience it validated... Read More the hypothesis that coding can be a multiplier in one’s productivity. My goals for the course were to reinforce what I already knew (first few weeks) and add on with new skills to create an MVP end-to-end (rest of the course). First, the course runners “Drivers” in Lisbon are very good. Shannon is a superstar. With a lot of positive energy, she gave LeWagon a real sense of community. From the first conf. call to the final goodbyes, Shannon brought a certain thoughtfulness, competency and passion to the LeWagon Lisbon experience. Head instructor Carlos is an expert in some areas but also a true all rounder, he knows all the key areas to a sufficient level to teach any class in this syllabus. Further, he isn't afraid to say ""I don't know"" if he doesn't know the answer and roll up his sleeves along with us in searching for the answer. A very strong quality. Carlos was invaluable, especially in the final weeks. He showed a real dedication to the cohort projects’ success.Second, the course is well structured and the material is excellent. LeWagon must balance between being accessible to people with no coding knowledge and also people with CS backgrounds that want to get into web development. Not easy. They manage this brilliantly by gearing the course toward the former and handle the latter scenario with many advanced, challenging optional exercises. The teachers are always monitoring your progress throughout the day through their student dashboard and are ready to direct you further if you complete the optionals. Going into it I wasn't sure what to expect. After all is said and done I am really glad I did the program. It reinforced what I already new, taught me countless new things and allowed me and the team we formed to develop something that was technically challenging for us and something that we are now proud of (briefcases.io). I think I underestimated what could be done in 9 days before the course. Very happy with the course on the whole. I would recommend LeWagon Lisbon wholeheartedly and unconditionally.Read Less",FullStack program - 35+ locations,Web Development +238135,10868,le-wagon,Pierre Hersant,False,2016,The most amazing studying experience of my life,2017-09-22,5.0,5.0,5.0,5.0,"Before joining Le Wagon, in 2016, I was a bartender in Paris.Now I'm a full-stack engineer working in a French startup !My experience at Le Wagon was simply amazing. It still surprises me how quickly you can learn something when the teaching is done properly... Read More !Everything they teach is useful on a day-to-day basis.Here is an article I wrote recently about my background, and how I went from bartender to full-stack developperhttps://medium.com/@HersantPierre/one-year-of-web-development-after-a-bootcamp-c872b62d0faaRead Less",FullStack program - 35+ locations,Web Development +238129,10868,le-wagon,Jay Gao,False,2017,A brand new and great experience /全新并且很棒的体验,2017-09-22,5.0,5.0,5.0,5.0,"Before joining Le Wagon, I have been working as a mechanical engineer for more than 5 years and have accumulated abundant experience in the industry. However, I have always harbored great zest for programing and software engineering. So for me, the hardest... Read More part about learning to code from scratch is whether I’m willing to give up everything I’ve built up for myself in my previous field to embrace something completely new and challenging. It wasn’t an easy decision to make. To start with, I was uncertain about my potential performance in coding due to my limited understanding of IT industry. And consulting the internet and reading online answers only made it more confusing for me, as those are all other people’s experience and opinions and each person varies in terms of ability. Age was my other concern since compared to other students I’m considered a late beginner. Extra effort is a must in order to bridge the gap between me and those who started in college. But in the end, I followed my heart to pursue what I’m really interested in- coding, and everything else matters less. I didn’t hesitate at all to choose Le Wagon because based on my research, it is probably the best coding bootcamp available in China. My later satisfying experience in every aspect proved me right. Mentors here are experts with rich industrial experience, but except for the professional knowledge they delivered, the skill that we gained in learning new things is even more precious. I enjoyed very much the company and help of other fellow students as well. Every day was quite fulfilling when we immerse ourselves in numerous practices for better application of the theoretical knowledge. We formed a team of 4 during the final 2 weeks to work on projects and I was in charge of the back-end development. Our team delivered an awesome social app in form of mini program since mobile app attracts more traffic nowadays compared to traditional websites. It was a great challenge but being able to overcome difficulties as a team and build up our own app is a fantastic feeling! I didn't start job searching immediately after the camp but instead continued to strengthen all the skills I learned with the help from our mentors. Most of the camp graduates would choose to learn something new but for me reviewing has greater significance since it enables me to form a more comprehensive and productive knowledge framework. I feel very lucky to have received an offer from ALO7 to become a junior Ruby engineer 3 weeks after leaving Le Wagon. Despite many challenges ahead, It’s a great start! Looking back at the 2 months spent at Le Wagon, coding apart, the strong bonding I harvested with mentors and students is to cherish for a lifetime. Hope Le Wagon will continue to do a great job in leading more people into the wonderland of coding!参加Le Wagon之前我是一个有着多年工作经验的机械工程师,我在我工作的领域已经有了较丰富的经验。但是我一直对编程和软件工程怀有很大的兴趣,所以对于我来说学习编程最大的困难在于你是否可以放弃以前其它领域的相关经验,来学习一个完全新的事情。 做出这个决定对我来说其实并没有那么容易. 首先由于对这个领域并不是很了解,我不确定自己是否能够在这一领域做的很出色。 有的时候光看网络上的相关提问反尔会使自己越来越迷惑,因为那些都是别人的想法,而每个人的能力都是不一样的。 其次我最担心的是我的年龄, 因为相较于其它的学习者,我显然已经晚起步了好多年,大部分的编程人员从大学时期就已经开始学习编程, 而我显然需要付出更多的努力来缩小这些差距。 但是最后我选择听从我内心的想法, 做自己感兴趣的东西,其它的都是次要的。 选择Le Wagon对我来说其实并没有那么困难,因为这或许是在中国能选择的最好的编程训练营了。而事实也证明了它并没有辜负我的选择,每一个环节做的都很棒。首先导师们都是有着丰富的行业经验的专家, 这一点很重要,他们不光能教授专业的知识,更重要的是教授如何学习新东西的能力及技巧。 同时我们的每一个学员都很棒,大家都非常擅于学习并且互相帮助。 我们每天都会做大量的练习来帮助我们掌握当天教授的知识,这让我们很容易沉浸其中, 每一天都过得非常的充实。 最后的两周是我们完成最终作品的时间, 我们是一个四人的小组,而我主要负责后端的工作。我们选择制作一个社交应用,并且是以微信小程序的形式来呈现, 这让我们感觉很酷, 因为相比较传统的网站, 如今手机端的应用显然更加的受欢迎, 而我们通过两个月的学习可以亲手制作一个自己的手机应用, 这种成就感真的是太棒了。 虽然制做应用的过程充満了挑战, 但大家都异常的努力,一起克服着每一个困难, 我为我们每一个都感到骄傲! 训练营结束后, 我并没有立即去寻找合适的工作, 而是在导师的指导下继续强化之前所学到的东西。 大部分的人在训练营结束后可能会选择学习一些新的知识, 但对于我来说回过头去复习之前所学到的知识却是非常重要的,这一过程帮助我梳理了之前不太明白的知识, 也强化了整个编程的基础知识, 可以说对于之前的所学有了一个全新的理解。 幸运的是,在训练营结束后的第三周, 我得到爱乐奇(ALO7)的工作offer, 成为了一名初级的Ruby工程师。 虽然还有很多的挑战等待着我, 但这却也是一个不错的开始! 回首我们这两个月的训练营时光, 除了收获到的知识以外, 更重要的是收获到了学员和导师之间的友情, 这对我来说是弥足珍贵的, 希望这份友谊可以永远的保持下去。 真心希望Le Wagon可以越办越好, 可以让更多的人进入编程的世界, 并从中受益!Read Less",FullStack program - 35+ locations,Web Development +237582,10868,le-wagon,Guv,False,2016,Life changing,2017-09-21,5.0,5.0,5.0,5.0,"Having spent 8 years in international education, I felt I was ready for a change. All I knew is that I wanted to either be self employed or work for a start up. So learning to code seemed like a good way to go.I chose to do Le Wagon’s bootcamp in London,... Read More and exactly as their marketing suggests - It changed my life. Before starting this course I had not written a single line of code. Since finishing, I have built applications and websites for a number of clients and now decided to take on a full time position as a Back End Engineer at a very promising and well funded start up.The curriculum is broad, and takes you from learning the basics of Ruby all the way through to shipping your own MVP. The field of web development is vast and ever changing, and the most important thing Le Wagon’s course structure gives you is the ability to efficiently and effectively continue learning.Along with all of this, there is a very special culture at Le Wagon and it creates an exceptional and unique learning environment.Read Less",FullStack program - 35+ locations,Web Development +238094,10868,le-wagon,Michaël Dusong,False,2016,"Le Wagon in London, an amazing experience",2017-09-21,5.0,5.0,5.0,5.0,"Having run my own company in Switzerland for the last 8 years I wanted to join Le Wagon London to expand my digital entrepreneurial skills. My business, Label Bleu, distributes fresh food produce direct to our customers in Switzerland. We currently employ... Read More our own dev team (regiomag.net), which programs our backend in Ruby, and I really wanted to learn more so I can communicate clearly with them and ultimately grow Label Bleu digitally. London is a hotspot for tech and Le Wagon's office is located right in the heart of it, surrounded by awesome startups. The whole course is very intense. We are absorbing new information everyday. By the end you cannot imagine that in only 9 weeks you're able to build your own products from scratch. In the last two weeks, my team and I built an extension to Label Bleu. A platform to harness our huge community and engage them socially through sharing their own recipes and photos. We will soon be launching this part of the business. I absolutely loved my time at Le Wagon and have since developed new skills to help grow my business. I am coding everyday and am able now to code for my comapny. It was a life changing experience and amazing to present at Google Campus on Demo Day. I will have access to the platform for ever and be part of Le Wagon's family. Thank you to the whole LeWagon team, the quality is excellent and I have no regret.Read Less",FullStack program - 35+ locations,Web Development +237688,10868,le-wagon,Anonymous,True,2017,YAY!!!,2017-09-21,5.0,5.0,5.0,5.0,"I love Le Wagon for so many reasons!One being this thing they call ‘reboot’ – little “Are You Okay?” checkpoints integrated into the curriculum right at the beginning. You’ll live-code in a smaller group, tackle problems together and more importantly,... Read More work at a slower pace. This really helped me solidify certain concepts I was struggling to grasp and gave me the confidence I needed to progress.Highlight numéro deux! Le Wagon’s teachers and teaching assistants are awesome – I mean, how else did I make it till the end!? All them know exactly what you’re going through – most of them did the bootcamp themselves! – so raise lots of tickets (Le Wagon speak for ‘putting your hand up’), get the help you need and don’t worry about asking silly questions.And of course, I love the community! Learning alongside an altogether lovely group of people made those tough days so much better. When I started, I wanted the course to end ASAP. Fast forward a few weeks and I couldn’t imagine learning to code anywhere else. The Demo Day after-party is also a riot …I’ll leave it at that!Thank you Le Wagon for helping me become a designer who codes! YAY!!!Read Less",FullStack program - 35+ locations,Web Development +237460,10868,le-wagon,George Devedlaka,False,2016,Can't recommend Le Wagon highly enough!,2017-09-21,5.0,5.0,5.0,5.0,"Le Wagon was an incredible experience for me. I joined the course shortly after leaving school and was looking to leave with the freedom to create my own projects or pursue a career in development, that was exactly what I got. I now have the opportunity... Read More to work for Salesforce in California. Before the course I had a bit of knowledge on HTML and CSS after building a few simple websites for people. However, these 9 weeks totally transformed my knowledge and capabilities in web programming. We had a really amazing class where I made some good friends. The teachers were incredible and always gave 100%. The last 3 weeks of working in teams and building your own projects is a unique experience. After a very testing first few weeks you can't believe we actually built our own products in such a short period of time. I left Le Wagon with great technical skills, a great experience and I would wholeheartedly recommend Le Wagon to anyone seeking these things.Read Less",FullStack program - 35+ locations,Web Development +238079,10868,le-wagon,Petya Nikolova,False,2016,LeWagon was the best decision I have ever taken!,2017-09-21,5.0,5.0,5.0,5.0,"Before joining the bootcamp I had no coding related background whatsoever. I had a Master's of Laws degree and at my latest job I was working as a B2B Account Manager. I decided to take a completely different path and learn how to code! Le Wagon is a... Read More 9 week intensive bootcamp and the beginning was tough! However, I worked hard, attended every minute (and more) and with some help from my classmates I stuck it out to the end. The syllabus is really well structured, so that even beginners can comprehend it and learn the foundations of web development. The course has a really practical approach, so in the end we were educated to build fully functional web applications. All the teachers and TAs were amazing and they did their best to make us understand all the theory much better. If someone needed a boost, they would take extra care of them. During the final 2 weeks we were working in teams in order to design, code and ship to production our very own products (www.like-minded.tech). The 9 weeks are intense but I loved every moment of it - the lectures in the morning, the challenging exercises, my different buddy each day, the teachers and the TAs, my teammates, our lovely manager Ed, the masterminds behind Le Wagon, the Friday drinks! At the end of the bootcamp I didn't want to leave! Thanks, Le Wagon! :)Read Less",FullStack program - 35+ locations,Web Development +238038,10868,le-wagon,Edward Schults,False,2014,High Quality Coding Bootcamp,2017-09-21,5.0,5.0,5.0,5.0,"Le Wagon is the best way to quickly learn how to develop a complex web app from scratch.You don't need to know anything about coding before entering the bootcamp.The program is very well conceived: - you get to spend enough time on the basics to understand... Read More them- you learn how to use powerful tools and frameworks, and you get to understand how they work- you get to develop an Airbnb copycat in 5 days- the last 2 weeks are dedicated to your personal project where you get high quality assistance from Le Wagon's instructors.In the middle of the program, you spend one day learning lean approaches and product management techniques, and the last day is the Demo Day where you get great feedbacks on your product (coded in 2 weeks!!).I personnally developed my project during the program: https://www.lovely-hood.com :)Today I get to develop web apps as a fullstack freelance developer, and I still have time to work on my personal projects in parallel.This program is perfect for entrepreneurs struggling to get a prototype of their website: at the end of the 9 weeks, you'll have yours for sure!Read Less",,Unknown +238060,10868,le-wagon,Pierre Rozé,False,2017,A life changing experience,2017-09-20,5.0,5.0,5.0,5.0,"With a business background, I classically started as a business developer in tech companies in France and Singapore but was facing a lack of legitimacy saying things I was not clearly understanding to clients. Having heard good things about le wagon from... Read More friends that did it, I decided to apply and be part of the 1st batch in Rio de Janeiro. The beginning was really tough for me, as I had absolutely no coding basis, but the program is organized in a way that you cannot resign and work in pairs helps a lot. In the last 10 days of the program, my mates and I built maisumapedida.com an F&B delivery solution for stadiums in Brazil and without Le Wagon, this would certainly never have happened. When they say ""Change your life: learn to code"" it has been true for me, I wish you the same :)Read Less",FullStack program - 35+ locations,Web Development +238045,10868,le-wagon,Eytan Messika,False,2017,I learned how to learn with le Wagon,2017-09-20,5.0,5.0,5.0,5.0,"“Everybody in this country should learn how to program, because it teaches you how to think.” Steve JobsHave you ever asked yourself if your ideas could be turned into concepts and even more into designed products ? Because i must say, i have. I’ve always... Read More been curious about how entrepreneurs had been able to create such great companies like Google, Facebook or Airbnb, companies where the product is the core of everything. Well, obviously, i needed to learn how to code to find out. So last January, just after my M1 in Business Management, i decided to join the 48th Batch of Le Wagon Paris.I have to say that i am impressed. It was just incredible. The team, the courses, the teachers, the environnement, the events.. Everything was just amazing. It’s been a long journey, but at the end i am really grateful.The program is really well structured with 3 weeks of hard skills at the beginning, learning the basics of the Ruby language. This is the perfect time to learn the logic behind an algorithm program. You’ll be able to learn how to code a black jack even if you’re not 21. It is very hard at the beginning but the teachers are by your side the whole time. Then you’ll learn how to play with a database with the SQL program, Software engineering, front end languages such as HTML, CSS, Javascript and Jquery during two weeks. Then, Ruby On Rails which is the framework used to code your project from A to Z followed by a direct application building a clone of Airbnb. Finally, you’ll be able to code your own project for the last two weeks. ( By the way if you’re stuck with a farewell party, check out The Good Gift )To be completely honest, beside being able to learn how to develop a web app in only 2 months, which is already unbelievable, the adventure was humanely incredible. I’ve met and worked with people from different cultures and completely different backgrounds. I’ve learned more from the friends i’ve made than I thought I would and most of all, i’ve finished the program with a real sense of accomplishment.I now joined le Hub Bpifrance as a start up analyst/growth hacker and planning to build my own start up when i graduate.Feel free to contact me on Linkedin, i’d be glad to give you more details about this experience.Best,Eytan MessikaRead Less",FullStack program - 35+ locations,Web Development +238013,10868,le-wagon,Cécile ALFRED,False,2017,Best way to start a new adventure !,2017-09-19,5.0,5.0,5.0,5.0,"London batch #93, 2017I am a linguist at heart, and got interested in coding languages when I started University. Then, I was studying to become a teacher of French abroad and only followed some courses online for CSS and HTML, which was both exciting... Read More and slightly frustrating because I didn't really know how to deploy a website.When I decided to go for a more challenging career, a friend and Le Wagon alumni recommended Le Wagon's 9 weeks bootcamp to me, which he said was one of the best choices he had made in his life. He could not have been more right ! 9 weeks might be fast-paced, and every week started by struggling with all the new knowledge, but it always ended with a big, fat feeling of satisfaction. Le Wagon's dedicated team of teachers and almunis here to guide you helped digesting all the different languages and tools we learnt, and they made it a fun adventure in probably the best community I'll ever be part of !I could not believe our huge progress at the Demo Day in Google Campus, when my team presented our phone-first web app and coded in Ruby on Rails. I fell in love with front-end, the magic of SASS and eager to jump on the React train. I cannot wait to create many more cool UIs !Now it is my turn to recommend Le Wagon's incredible experience. If you're curious about coding, or you'd like to bring your product to life, join with no hesitation ! Le Wagon's definitely one of the best choices I've made, and coding truly is addicting.Read Less",FullStack program - 35+ locations,Web Development +237919,10868,le-wagon,Luiz Neiva,False,2017,Excellent experience,2017-09-15,5.0,5.0,5.0,5.0,"I have a background in agriculture, graduated as an Agronomist in 2014, and I’ve always been interested in technology and most of my work is related to it. But I felt that there was a big gap in my knowledge since I could not develop my ideas and even... Read More though I was studying programming in my spare time, I was not evolving in a good pace. So I decided to search for courses in technology here in Brazil to kickstart my career and suddenly there was a dilemma: I could either do a master’s degree that would last at least 1 and half-year or I could do some doubtful quality technical courses. Then one day my mother showed me an article about Le Wagon, I did some research about it and boom! It sounded perfect for me!So I started Rio de Janeiro batch in July 2017 and learnt more programming skills in 9 weeks that I could even imagine! Don’t understand me wrong, Le Wagon is hard. It’s demanding. It’s full time and you actually spend more than 8 hours a day working on it. But somehow they make it learning hard concepts fun. It is fun to code! Sometimes you feel frustrated but when you manage to finish an exercise by yourself you feel amazingly smart. And the teachers are there to help you, they can feel your frustration and they help you on the right dose, just leading the way and telling what mistakes you should avoid.From a pedagogical side, the course was perfect for me. The teachers were cool, the course was challenging, the exercises were hard and the students were into it. It is amazing how many nice people they managed to get in the same group, and people from all around the world with different backgrounds. And in the last few days, we had this enterprise vibe, everybody was on their groups working hard to build complex projects in a short time. In these last two weeks I could learn things that as a solo student would not be possible, working on teams, managing people, dealing with hard issues and actually building something with technology from scratch.It was a deep, intense, hard but fun experience. I could attend great talks, and awesome social events. I am grateful to have learned so much in a short time, to meet interesting people and be part of a network of entrepreneurs, startups and people who want to make a difference. Le Wagon community is beautiful, we are part of a big international network of coders and if someone asks me if it was worth it the answer is, DEFINITELY!Read Less",FullStack program - 35+ locations,Web Development +237742,10868,le-wagon,Chalakani,False,2017,Great Experience,2017-09-12,4.7,5.0,5.0,4.0,"The Wagon was a very rewarding experience for me.Luckily I did it in a sweet and epicurean city Bordeaux! The area « Les Chartrons » is great, and le Wagon is installed in a very confortable building equipped with a co-working space for entrepeneur, close... Read More to a Gym CenterConcerning courses; We had during my batch session # 85 in Bordeaux, the chance to be surrounded by a supervisory team and a quality training.Based on: a competent teaching team close to involved students, the pedagogy of the wagon Bordeaux allowed me to gain new skills on Ruby on Rails.The rhythm is sustained because of its rich contents ... Few wanderingsare possible but they are compensated by exercises, work at home and teachers who help you to find and understand your mistakes by yourself. The work platform is also very well made, to progress.At the end of the training we have the opportunity to put our knowledges to be tested through a personal project. I was lucky that my project was selected and developed with other students. This experience is otherwise rich in learning; Web development and Project management with a goal; the presentation of the project during the last day: the demo day.Thanks to the wagon Bordeaux .. and my wishes of success to the batch # 85Read Less",FullStack program - 35+ locations,Web Development +237765,10868,le-wagon,Renan Le Gall,False,2017,Unique experience !,2017-09-12,5.0,5.0,5.0,5.0,"Graduated from a Business School with a Master of Science in Marketing, I had the opportunity to work in several start-ups in France and abroad. I worked on several projects, sometimes with developers and I always had the impression that something was... Read More missing to correctly understand how they were working. That’s why I wanted to learn how to code.I joined Le Wagon bootcamp in July 2017 as member of Bordeaux Batch #85. I did it because it was the choice of freedom. The freedom of building what you believe in without struggling with a lack of web-developing skills. The freedom of giving to your career a new exciting path with a tech’s spirit. The freedom of achieving new challenges with a qualified knowledge. These 9 works were very intense but the sure thing is that was definitely the experience which learnt me the most in a such short period of time. HTML/CSS, Javascript, SQL, Ruby on Rails programming, Building a MVC, Collaborating on Github and lots of other interesting tools for the future. During the 3 last weeks of the bootcamp, we worked on 2 projects, that we built from A to Z and put in production with Heroku. One of them was a quite complex management tool to connect remote employees and aggregating start-up tools on an interactive and unique feed. It’s crazy to think that we were able to implement an app like this in only a few days ! After Le Wagon, part of my friends of Le Wagon pursued their entrepreneur’s journey and some of them will probably become real developers in a start-up or freelance.And no matter what happens in the future for all of us, Le Wagon has surely been a very strong asset for our professional careers !Read Less",FullStack program - 35+ locations,Web Development +237590,10868,le-wagon,Hadrien de Caumont,False,2017,Amazing,2017-09-05,5.0,5.0,5.0,5.0,"After some struggle with my studies and a one year trip in Australia, I wanted to start my own business in the digital industry but didn’t know where to start. I had an idea but not the skills to fulfill it, and I’ve realized that developers are very... Read More expansive and very hard to communicate with when you are not in the game. Then I’ve discovered Le Wagon. In 2 months i’ve learned how to build websites: OOP programming, Ruby, Ruby on Rails, HTML, CSS, JavaScript and much more. Le Wagon gave me a better understanding of the digital industry. The teaching methods are amazing, we have access to a web app that provide all the courses and exercises so we can work 24/7 if we want to. Working days are divided in three parts: theory course in the morning with great teachers, exercises in the afternoon and a good cold beer all together at the end. Finally the most important thing that Le Wagon taught me is learning how to learn. I am now teaching myself Swift, a programming language for IOS app, in order to build my own product.Read Less",FullStack program - 35+ locations,Web Development +237559,10868,le-wagon,Albert Montolio,False,2017,"Change your life, learn how to code",2017-09-03,5.0,5.0,5.0,5.0,"Change your life: learn to code.Le Wagon brings technical skills to creative people.My name is Albert Montolio, spaniard, 30 years old, passionate of sports. That was an easy introduction. Actually I’d like to present myself as a person who likes to wake... Read More up early. Of course! There are so many beautiful things to do during the day. Now after LeWagon, even more.A very short story about me: I studied mechanical engineering in Barcelona and I wound up working in Munich for a big automotive company. I liked a lot my job, it was in a research department, with cutting-edge technology. A dream-job. But after some years, the initial magic was fading away. Too easy, always the same, not challenging, who knows.I was in a point in my life, where I was spending a lot of time talking about new technologies, apps, personal projects etc. The most common phrases at that time were: “ I have this idea, but I can not code”, “I don’t know any programmer”, “ I have an idea that I would love to do but I don’t have the time”, “I’ve tried to learn PHP on my own, but i’m getting stack and frustrated”, “it would be awesome to…”, etc. etc. etc. sounds familiar?After talking, talking and talking, one day I decided to do what I really love. I was tired of not doing something. I decided to get into action. I decided to give me the skill of coding. Why? Because I want to create. I want to help people. I want to improve the world. I don’t care how and I don’t care if I succeed. I just want to do it.At the beginning, coding was just a game of rules, given by the LeWagon teachers. If you write “redirect_to” and you pass the appropriate instance, the controller will send you to the appropriate view of your MVC. Ok. Got it. But following the rules was not the point of the game of coding. Behind these apparently insignificantly boring rules, the power of creating something marvelous was hidden. These lines of code, put it together in a harmonic way, could turn out into a real product that can help other people. That was amazing.After the course, I am coding for my company web-based software, automating processes and making the day easier and nicer to a lot of employees. 10 fingers, 1 brain, a lot of passion and a lot of imagination. But that’s not even the best. Side-projects allow you to build what you’ve been dreaming your whole life. There are no excuses anymore. If you think it, if you want it. You code it. Just type and let it flow.Last but not least, I can not end this personal summary without some words for the students and the teachers. Students with a lot of ideas, highly motivated. You go for a lunch with them, you come back to classes, and you are a wiser man. Regarding the teachers, they are not only very well prepared. The human level is out of charts. Everything that I wrote, are just words. Maybe exaggerated. Maybe distorted. Who cares, now we are coders, and we don’t need to talk about what we did or what we want to do. We code it. Period.Albert
Follow me in www.github.com/albertmontolioRead Less",FullStack program - 35+ locations,Web Development +237545,10868,le-wagon,François Blanc,False,2017,Exactly what I needed,2017-09-02,5.0,5.0,5.0,5.0,"When I heard about Le Wagon Lyon I had been coding for a few months on basic iOS apps. Coding was almost a random choice at first. I needed to learn something new and a friend of mine offered me to teach how to code. At some point I got really bored with... Read More my former job and more and more interested in coding. I decided to quit. But I wasn’t ready to apply for a job as a developer and that’s when Le Wagon started the bootcamp in Lyon. I was looking for a quick and intense training that would hopefully allow me to find a job in a start-up as a developer. I have been immediately attracted to Le Wagon bootcamp when I read about it on the website. As soon as I got on the phone with Etienne, one of the drivers in Lyon, I knew this was a perfect fit for me. I couldn’t wait to begin.It’s been 9 weeks really motivating to say the least. Every day I was excited about getting to work on the exercises, and it was sometime hard to get off the computer to get a lunch. In the last two weeks, we developed ‘We Dress Fair’ a platform to find in one click clothes that fit your ethic. It was really stimulating to learn how to work with a team of developers and how to stay organized to get the best project possible out of us. A few weeks after Le Wagon, I found a job in Optimiz.me as a Full-Stack Web Developer surrounded by a great team. I am learning NodeJS. It has been hard at the beginning but the bootcamp gave me the knowledge and the mindset necessaries to get started quickly. I am learning new things and I get better everyday. I finally wake up every morning happy to go to work.Read Less",FullStack program - 35+ locations,Web Development +237378,10868,le-wagon,Anonymous,True,2017,Le Wagon was AWESOME,2017-08-30,5.0,5.0,5.0,0.0,"After running my own company for 4 years, I needed a change of scene. I had always loved design and anything to do with computers, so I settled on a coding bootcamp as my next step.I talked to (and visited) a few other schools, and I eventually settled... Read More on Le Wagon - primarily due to their ‘coding for entrepreneurs’ angle. I had an idea for my own product, and they were going to help me build it. This seemed like a huge advantage - to be able to come out of the bootcamp with an actual MVP.The course itself was incredible. Incredibly challenging and incredibly rewarding in equal measure! It was non-stop, and I felt like I was learning awesome new stuff every day from expert (and very nice!) teachers. Plus, my course mates were a mix of ages and backgrounds from all around the world, which made it even more fun.There’s genuinely nothing I wouldn’t recommend about doing a course at Le Wagon. You’ll learn more than you’ve ever learnt in your life, you’ll come out the other side with avenues into opportunities that you never dreamed would be attainable, and you’ll make friends for life. What’s not to like?!Read Less",FullStack program - 35+ locations,Web Development +237515,10868,le-wagon,Kees Postma,False,2017,Even better than I could have hoped for,2017-08-29,5.0,5.0,5.0,5.0,"After years of playing around on CodeCademy I decided I wanted to up my game. I wanted to be able to turn my ideas into reality, and I felt that not knowing code was a barrier to my creativity. But at the same time I didn’t have the time, resources, or... Read More willingness to go and do a 4 year computer science degree. All I wanted to be able to do is launch a web-app. If that was ever successful I would hire people much better than me to do the rest of the coding. But at least I would be able to get something off the ground.I had come across a coding bootcamp online a few years ago, so I started googling. If you have ever googled coding bootcamps you will know that there’s loads out there. If you haven’t googled it then trust me, there’s loads out there.But for me there were 2 common problems:1) A lot of bootcamps are focused on their graduates getting jobs as developers. Trouble is, I didn’t and don’t want to work as a developer. I wanted my money to go towards learning how to code, not making my tech CV look good, going to job fairs, and meeting with potential employers.2) Pretty much all bootcamps, even the better rated ones (on Quora, SwitchUp, etc), had some pretty bad reviews. Even if they were rare, they were sometimes so bad that it turned me off them.Then I found Le Wagon. Its main selling points to me where that they immediately overcame the issues above. They focus on you being able to launch an MVP by the end of the bootcamp, and they had only amazing reviews.I think a big part of the story is expectation management, before the course as well as after. Web development is an incredibly complex and large field, and you can’t learn everything in two months (not even in 4 years). You are not going to be the best programmer in the world after the bootcamp. But you will be able to code and launch your own web apps. And even more importantly, you will be equipped with all the tools and concepts you need to continue learning on your own at a significantly faster pace than before. Now that I’ve done the bootcamp I’m actually considering applying for some developer roles and I feel very prepared to do so.So first of all I am now a massive believer in bootcamps. I think they are the way forward and I got a lot more practical value from a two-month bootcamp than from a three-year university degree. But mostly I am a massive advocate of Le Wagon specifically. When I first read all the reviews online I could hardly believe that anything, not just bootcamps, could exclusively have such positive reviews. But now I can see why. The curriculum is thorough yet concise, the staff and teachers are awesome and dedicated, and the community is full of great people. Its not a cheap 2 months - no bootcamp is - but the people here care. They are not here to take your money and spit you back out with minimal coding skills or to get you any job so they can boost their own meaningless metrics. If you’re considering a bootcamp, do it. And do it with Le Wagon.Read Less",FullStack program - 35+ locations,Web Development +237333,10868,le-wagon,Laurène Daccache,False,2017,Le Wagon Lyon,2017-08-22,5.0,5.0,5.0,5.0,"After years studying marketing and e-commerce, I did one last internship. It made me notice the gap that too often exists between marketing and IT departments, even if they're inter-dependent. This professional experience decided me to learn how to code.... Read More At first, I just wanted to understand how it worked. But it motivated me to the point of joining Le Wagon batch #52 in Lyon, not without some pressure as I was total novice!Best decision ever. I loved the 9-intensive weeks at Le Wagon, I learnt more there than in my entire Bachelor thanks to lovely and competent teachers Nicolas, Cecile, and obviously Kevin, and the drivers Mathieu and Etienne. Coding is a philosophy with principles and advantages: honesty, productivity, team spirit. Coding's also an eternal headache, but it keeps you excited and always more motivated to build great products!Spending 9 weeks with the 13 incredible people of my batch was amazing, and I found a job thanks to one of our guest teacher in the month following the bootcamp! I work now at Meal Canteen as a fullstack web developer in Ruby on Rails, along with Baptiste Perrin (also from batch #52).Meal Canteen is a great startup based in Saint-Etienne fighting against food waste where we're both lucky enough to work with seniors developers there and learn new things everyday. I would never been here without my experience at Le Wagon in Lyon!Read Less",FullStack program - 35+ locations,Web Development +237320,10868,le-wagon,Nelly Duclos,False,2017,Amazing experience,2017-08-22,5.0,5.0,5.0,5.0,"After short studies (level A in sales and marketing), I worked for a couple of years in call centers (health insurances, Pôle Emploi…) and as an operator-receptionist. But that was not for me. I gave up everything and started thinking about a new life.... Read More It's never too late to change your carrier, proof is I just turned 36!I wanted to become a web developer. Well, I had this in mind for some time but I didn't dare to really do it, and I didn't know how to start… I first took online courses on HTML and CSS, I also tried another bootcamp but I wasn't satisfied and didn't feel strong enough afterwards.As someone who never gives up and keep trying until I succeed, I applied to Le Wagon and joined the batch #52 in Lyon in January 2017. I got convinced by alumni reviews and already had a glimpse of their great teaching skills with Sébastien and Boris videos on Youtube.I now believe it was one of the best decisions I made in my life, and it was worth all the sacrifices during the 9 weeks. Kevin (the lead teacher), Etienne & Mathieu (the drivers) and everyone was wonderful, the courses & materiel were very qualitative. Everything was just better than I expected!During batch #52, our drivers organised us some interesting talks with recruitment agencies, developers, entrepreneurs every week. It was very helpful for my job hunting!Every batch ends up with 3 weeks dedicated to projets. We work in teams on one Airbnb-like project for a week and on OUR own final projects for two weeks. My mates and I have built 'Easy Trip', a platform to help backpackers create trips together. We had a great experience together thanks to the great good mindset of each team member! And when the batch ended, we all gathered at my place for a week to keep on pushing the project further and learn new skills!And the intensive work during and after the bootcamp has now paid! I'm about to start my very first job (and permanent contract) as a Ruby on Rails fullstack web-developer at Keycoopt, a startup promoting cooptation as the best way to quickly find the right candidate for a job! I can say truly Le Wagon changed my life, I finally feel confident and would recommend it to anyone.Read Less",FullStack program - 35+ locations,Web Development +237137,10868,le-wagon,Sebastián Buffo Sempé,False,2017,Le Wagon Barcelona,2017-08-09,5.0,5.0,5.0,5.0,"My journey in coding started way before I actually wrote my first lines of code. I have always had an immense curiosity on how everything behind our screens worked, and nevertheless, it took me 5 years to place myself in that spot. Why 5 years? Because... Read More I spent 4.8 years doubting if it was the right decision to take. Today, I encourage people to do it on day one! It will take you 2 months with Le Wagon to make this shift in your life!This is my story: I graduated as an engineer in Buenos Aires - Argentina, and immediately started working for LATAM's top airline. During my first 2 years, I designed Argentina's domestic commercial schedules, and for the last 2 years, I worked in Chile in its headquarters as a team leader assessing operational KPI and projects. Both were amazing jobs, but neither my dreamed one. I wanted something that could let me drive and decide for myself every day. It was then when I realized I should follow my passion for coding. The corporate world wasn't going anywhere, and the benefits of doing the boot camp were way bigger than staying in my company... What's more, I was just thinking from the knowledge perspective!What's best is that the boot camp has several benefits that one cannot see when applying. You get to meet people from all over the world and learn how other cultures address same pains - in my case, +15 different countries! You surround yourself during 9 weeks with positive people and at the same time enter Le Wagon's amazing coder community. By choosing the city you can enjoy living during 2 months where you always wanted to; not to mention awesome anecdotes you might take home! I'll never forget Barcelona's culture, food, weather, and parties!With regards to Le Wagon, I am proud to say that it gave me more than what I expected. Teachers were not only professional but also at the distance of a question - even now after the course! Knowledge was handled in the right doses so as to push us one step closer to self-independence learning and coding! I believe they manage to create an amazing coding school not only because they have amazing coders, but also because they have great people working there.Read Less",FullStack program - 35+ locations,Web Development +237124,10868,le-wagon,Anonymous,True,2017,A brand new and great experience /全新并且很棒的体验,2017-08-09,5.0,5.0,5.0,5.0,"Before joining Le Wagon, I have been working as a mechanical engineer for more than 5 years and have accumulated abundant experience in the industry. However, I have always harbored great zest for programing and software engineering. So for me, the hardest... Read More part about learning to code from scratch is whether I’m willing to give up everything I’ve built up for myself in my previous field to embrace something completely new and challenging. It wasn’t an easy decision to make. To start with, I was uncertain about my potential performance in coding due to my limited understanding of IT industry. And consulting the internet and reading online answers only made it more confusing for me, as those are all other people’s experience and opinions and each person varies in terms of ability. Age was my other concern since compared to other students I’m considered a late beginner. Extra effort is a must in order to bridge the gap between me and those who started in college. But in the end, I followed my heart to pursue what I’m really interested in- coding, and everything else matters less. I didn’t hesitate at all to choose Le Wagon because based on my research, it is probably the best coding bootcamp available in China. My later satisfying experience in every aspect proved me right. Mentors here are experts with rich industrial experience, but except for the professional knowledge they delivered, the skill that we gained in learning new things is even more precious. I enjoyed very much the company and help of other fellow students as well. Every day was quite fulfilling when we immerse ourselves in numerous practices for better application of the theoretical knowledge. We formed a team of 4 during the final 2 weeks to work on projects and I was in charge of the back-end development. Our team delivered an awesome social app in form of mini program since mobile app attracts more traffic nowadays compared to traditional websites. It was a great challenge but being able to overcome difficulties as a team and build up our own app is a fantastic feeling!I didn't start job searching immediately after the camp but instead continued to strengthen all the skills I learned with the help from our mentors. Most of the camp graduates would choose to learn something new but for me reviewing has greater significance since it enables me to form a more comprehensive and productive knowledge framework. I feel very lucky to have received an offer from ALO7 to become a junior Ruby engineer 3 weeks after leaving Le Wagon. Despite many challenges ahead, It’s a great start! Looking back at the 2 months spent at Le Wagon, coding apart, the strong bonding I harvested with mentors and students is to cherish for a lifetime. Hope Le Wagon will continue to do a great job in leading more people into the wonderland of coding!参加Le Wagon之前我是一个有着多年工作经验的机械工程师,我在我工作的领域已经有了较丰富的经验。但是我一直对编程和软件工程怀有很大的兴趣,所以对于我来说学习编程最大的困难在于你是否可以放弃以前其它领域的相关经验,来学习一个完全新的事情。做出这个决定对我来说其实并没有那么容易. 首先由于对这个领域并不是很了解,我不确定自己是否能够在这一领域做的很出色。 有的时候光看网络上的相关提问反尔会使自己越来越迷惑,因为那些都是别人的想法,而每个人的能力都是不一样的。 其次我最担心的是我的年龄, 因为相较于其它的学习者,我显然已经晚起步了好多年,大部分的编程人员从大学时期就已经开始学习编程, 而我显然需要付出更多的努力来缩小这些差距。 但是最后我选择听从我内心的想法, 做自己感兴趣的东西,其它的都是次要的。选择Le Wagon对我来说其实并没有那么困难,因为这或许是在中国能选择的最好的编程训练营了。而事实也证明了它并没有辜负我的选择,每一个环节做的都很棒。首先导师们都是有着丰富的行业经验的专家, 这一点很重要,他们不光能教授专业的知识,更重要的是教授如何学习新东西的能力及技巧。 同时我们的每一个学员都很棒,大家都非常擅于学习并且互相帮助。 我们每天都会做大量的练习来帮助我们掌握当天教授的知识,这让我们很容易沉浸其中, 每一天都过得非常的充实。最后的两周是我们完成最终作品的时间, 我们是一个四人的小组,而我主要负责后端的工作。我们选择制作一个社交应用,并且是以微信小程序的形式来呈现, 这让我们感觉很酷, 因为相比较传统的网站, 如今手机端的应用显然更加的受欢迎, 而我们通过两个月的学习可以亲手制作一个自己的手机应用, 这种成就感真的是太棒了。 虽然制做应用的过程充満了挑战, 但大家都异常的努力,一起克服着每一个困难, 我为我们每一个都感到骄傲!训练营结束后, 我并没有立即去寻找合适的工作, 而是在导师的指导下继续强化之前所学到的东西。 大部分的人在训练营结束后可能会选择学习一些新的知识,  但对于我来说回过头去复习之前所学到的知识却是非常重要的,这一过程帮助我梳理了之前不太明白的知识, 也强化了整个编程的基础知识, 可以说对于之前的所学有了一个全新的理解。 幸运的是,在训练营结束后的第三周, 我得到爱乐奇(ALO7)的工作offer, 成为了一名初级的Ruby工程师。 虽然还有很多的挑战等待着我, 但这却也是一个不错的开始!回首我们这两个月的训练营时光, 除了收获到的知识以外, 更重要的是收获到了学员和导师之间的友情, 这对我来说是弥足珍贵的, 希望这份友谊可以永远的保持下去。 真心希望Le Wagon可以越办越好, 可以让更多的人进入编程的世界, 并从中受益!Read Less",FullStack program - 35+ locations,Web Development +237112,10868,le-wagon,Alban P.,False,2017,Great experience in Le Wagon,2017-08-07,5.0,5.0,5.0,5.0,"I spent the last 4 years advising companies in the field of mergers and acquisitions. I have always been driven by fascinating entrepreneurship stories and very passionate with new technologies. Founder stories nurtured my entrepreneurial spirit from... Read More an earlier age. However, I frequently felt frustrated when I wanted to give life to my projects. Tired of brainstorming and generating new ideas without executing them, I decided to join Le Wagon in order to have the tools required to build a fully functional MVP.Before Le Wagon, I had absolutely no knowledge of code. I tried online courses, but I found them too theoretical and I had some difficulties to get the big picture. The methodology used by the Wagon is highly effective. Courses are well structured and deeply focused on practice. Qualified teachers explain key concepts in detail, while a large proportion of the day is dedicated to practical exercises.During the last two weeks, you code your own project and understand how to work successfully as a team. At that time, it all comes together, from the design to the development of web applications. I had the opportunity to develop a product I had in mind for a long time. My team and I were able to build a property management software for landlords (Zenkey) in only two weeks. I was really impressed by the solution we developed in a short period of time.Joining Le Wagon means also becoming part of a family. Former students are either working in successful startups, as developers or product owners, or are running their own business. More importantly, this community of entrepreneurs and developers will support you in your future challenges.By the end of the bootcamp, you will be able to build your own web application from scratch and you will have the basics to keep learning new frameworks. I am now able to fully apprehend the technical issues related to digital projects. Hereafter, I want to use these new skills in building my own company. I am deeply convinced that this bootcamp helped me save time and money in this journey.Whether you want to strengthen your technical skills, design and build your own product or become a developer, do not hesitate to join Le Wagon.Read Less",FullStack program - 35+ locations,Web Development +237044,10868,le-wagon,Arbi Velaj,False,2017,How lewagon barcelona opened new horizons for my life and career,2017-08-04,5.0,5.0,5.0,5.0,"My name is Arbi Velaj, I am an economics graduate and I did my masters at Bocconi University, in Milan. During my academic path I slowly started to realize that what I was doing was not fitting my intellectual needs, so I began to look for something different.... Read MoreAt first, I was considering the idea of doing a bachelor in computer science, but then I heard about Le Wagon in Barcelona. I worked to save enough for the course fee and then applied for the batch, and I managed to get through the selection process. I had very high expectations, and I am very glad to say that what I got exceeded those expectations. In two full-immersion months you can learn not only to code, but also to think as a developer. Le Wagon gives you all the tools and skills necessary to begin learning independently everything related to programming, and its approach prepares you for the challenges of learning in a very dynamic environment.Eventually, one of the aspects that unexpectedly surprised me the most was the final project: during the last two weeks of the bootcamp you start a group project with which you will make your idea become reality. It is incredible that in two months you become able to create something valuable and to experience the start up environment and journey from the very beginning!Read Less",FullStack program - 35+ locations,Web Development +237071,10868,le-wagon,Claudia Terpstra,False,2017,Great experience!,2017-08-02,5.0,5.0,5.0,5.0,"Before I started Le Wagon, I was working as a finance analyst in a large corporate organisation. After graduating from a business school, that seemed like the ideal job. Soon I realised it wasn’t, but it took me a long time to figure out what I actually... Read More wanted to do.I started coding because it seemed that it might be a useful skill no matter what my future plan would be. I started with taking some courses at Codeacademy and realised that I actually really enjoyed doing that but also that its really hard to learn it on your own. I started looking for immersive programs to learn it faster and better and thats how I ended up at Le Wagon.The nine weeks were an amazing experience. The first weeks were quite tough but the help from the teachers and buddies helped a lot to really get the basics right. The thing I loved about the course is the project we did during the last two weeks. It was great to put the learning in practice and work together in a team to make sure we really understood everything. We worked on Frida - an online art school. It felt like a major achievement to present our demo on demo day and we delivered something I’m still very proud of.I would highly recommend Le Wagon, it opened so many doors for me and I couldn’t imagine myself in my old job anymore. It’s sad that it’s only nine weeks so enjoy it while it lasts!Read Less",FullStack program - 35+ locations,Web Development +237065,10868,le-wagon,Hwei Tan,False,2017,How To Have Fun,2017-08-02,5.0,5.0,5.0,5.0,"Le Wagon's 9-Week Web Development Bootcamp was the most fun I've ever had learning anything ever. After 9 weeks, I can call myself a fullstack developer with knowledge of Ruby on Rails, HTML, CSS, Bootstrap, jQuery, SQL, ActiveRecord, GitHub, Heroku etc... Read More etc. If you don't know what any of these words mean, neither did I when I first started the course! And certainly during the first two weeks, it seemed like I wouldn't ever know what they meant but through super capable teachers and teaching assistants, through trusting the constantly improving syllabus and the exercises and most importantly, through believing in yourself, there will come a day during this course when it all starts to make sense!And that's when the fun will start! For me, after that point, I couldn't wait for the lectures to finish so I could actually start coding (#nerdalert). I couldn't wait to raise more tickets (equivalent of raising your hand) to just absorb as much as I could from the teachers/TAs. When we got to project week, our group was just chill party vibes and we maked dis - www.frida.studio.The best part about this whole thing is that even after the bootcamp is over, after you've become fullstack and after you've made permanent friendships, you will have the support of the Le Wagon global community (consisting of teachers and alumni) willing to help you with any issues you run into. I'd say that's a good investment!Read Less",FullStack program - 35+ locations,Web Development +237061,10868,le-wagon,Mathieu Cochet,False,2017,"Amazing training, project-oriented",2017-08-02,5.0,5.0,5.0,5.0,"I already had basic programming skills but wanted to go a step further and learn product-oriented and startup-pragmatic coding !A few months after my bootcamp's end, I have built my product MVP and am confident in my skills to further develop the product... Read More with the junior dev team we are hiring.I thank Le Wagon for that. Not only for the quality of the academic training but for everything that is around it and really makes the difference:- The project / startup oriented mindset- The dedicated and fun team- The meetups- The online resources (available even after the bootcamp and very useful)In addition to that, the community is awesome and supportive. For instance, when I'm struggling on some technical choices, a message on the slack ""help channel"" always receives expert and constructive answers.Le Wagon is clearly among the best training experiences I had. I totally recommend this training:- for entrepreneurs who want to learn to understand and talk to their dev team- or for freelancers / entrepreneurs who want to develop strong full-stack skillsRead Less",FullStack program - 35+ locations,Web Development +237057,10868,le-wagon,Alex,False,2017,Entrepreneurs : this bootcamp is highly recommended!,2017-08-02,5.0,5.0,5.0,5.0,"After almost 3,5 years as a partner in a fast-growing startup, it was time for me to challenge myself again and to start a new entrepreneurial project. To make the transition, I wanted to take time to learn new things and code has been an evidence. I... Read More choose LeWagon, 9 intense weeks to transform you in a full stack developer, and on my side open my mind to a totally new subject I really took pleasure to learn. Online courses are clear and the Parisian staff is just amazing. I totally recommend this training for entrepreneurs who want to learn how to understand and talk to their dev team!Read Less",FullStack program - 35+ locations,Web Development +237050,10868,le-wagon,Cyrielle Boclet,False,2017,Great great great !,2017-08-01,4.3,5.0,4.0,4.0,"I have a strong interest in entrepreneurship and innovation. After 4 years in a business school, I took a gap year and left for NYC, where I interned for a startup, and then for a business angel. But this year couldn't have ended better than with Le Wagon.... Read MoreThe program is really intense; I spent 9 weeks thinking and dreaming of code… and I can say that I am not the only one. Days are well structured, as we start with the lesson of the day, and then we work in pairs (different every day) on exercises related to the lesson. At the end of the day, we come back to class to do a recap. We learnt a few different languages. If you have difficulties to understand something, teachers are here to help. If you are faster than others, this is the same. The program adapts to you, and not the other way around. The people I've met have different interests and come from different industries. However, we all share this passion for innovation and desire to build amazing things, which makes Le Wagon's community awesome. I would recommend Le Wagon to anybody passionate about entrepreneurship and… willing to work hard and play hard!Read Less",FullStack program - 35+ locations,Web Development +237043,10868,le-wagon,Gabriel,False,2017,The best experience,2017-08-01,5.0,5.0,5.0,5.0,"I have been part of TheWagon Batch#70. Before that, I was a growth hacker in a parisian accelerator and I wanted to be able to work on side projects on my own.After two months that seemed two days, I am now launching a startup with a friend I met there.... Read MoreOne may judge the quality of this bootcamp as per the complete set of skills the alumni show afterwards. However, there is no words fair enough to qualify the benevolence of the team, the excellence of the platform and the talent of the people you are likely to meet there.Read Less",FullStack program - 35+ locations,Web Development +236934,10868,le-wagon,Adalberto Gonzalez,False,2017,Amazing experience!,2017-07-25,4.7,5.0,5.0,4.0,"I have been part of the Wagon Bordeaux Batch #67.I coded when I was in high school but in university I chose to study Social Sciences. For years, I though I can't retake my programming passion. But, three months ago, I knew le Wagon. My first impression... Read More was mistrust, I can't believe be able to learn coding in just 9 weeks. I did some research and meet some Le Wagon alumni, everybody recommended le Wagon. Then I decide to enroll.The 9 weeks were one of the most amazing experience in my life. The pedagogical curriculum is made to encourage you to learn. Everyday, we had to learn a couple of new concepts.. It was hard, but this is the only way to learn a lot in a so short time. The pace is military, you can't stop and rest, you must learn, learn, learn... A lot of effort but it's worth it.Now, I feel confident to continue learning programming (Yes, because a good developer never stop learning). I'm doing some freelance projects and working in my MVP.If you are interested to enroll in Le Wagon, just watch the Demoday videos (https://www.lewagon.com/demoday/67) , you will see the amazing projects you will be able to do after 9 weeks.Read Less",FullStack program - 35+ locations,Web Development +236929,10868,le-wagon,Barthélémy Ducrot,False,2017,A very important step in my life,2017-07-24,5.0,5.0,5.0,5.0,"Before Le Wagon I was working as a Venture Capital Analyst and before that I was a Credit Analyst for Bpifrance in the innovation department. With my degree and working experience in engineering, the logical next step for me was to get technical skills... Read More to open up other doors. I tried to enrol for Le Wagon in Paris but it was full, so I decided London was close enough.My experience at Le Wagon in London was amazing! The teachers and the students were all amazing people, everyone was working very hard but in a really nice atmosphere. Everyday after the morning lecture, you work with your designated buddy for the day on several exercises in order to perfectly understand the new topics. If you are stuck or have any question on an exercise, other students or teachers are always there to help you fix your problem. At the end the day you realize that you know way more than when you woke up; you have a live-code to practice your new skills as a group and then it's beer time, you talk with everyone and make very good friends.At the end of the 4th week, you can pitch a web app idea so other students can vote for it, and develop it with you as a 3 or 4 people team during the last two weeks. I personally pitched my own idea and it was selected. My project was about making an app that based on your tastes suggest you a recipe that you could cook and generate its shopping list. You can see the result here: www.hubert-cooks.comAs a conclusion I'll say that Le Wagon is a really important step in my life, I met new friends for life and finally found something that is really useful and really enjoyable to do: to code!Read Less",FullStack program - 35+ locations,Web Development +236915,10868,le-wagon,Catalin Rusu,False,2017,Brilliant bootcamp with an entrepreneurial twist,2017-07-22,5.0,5.0,5.0,5.0,"I attended Le Wagon’s 74th batch in London and loved every moment of it. I was attracted to the course because it felt very start-up oriented, offering more than just the standard web development curriculum. The course was extremely interesting and challenging... Read More and it delivered on every aspect. I had always had projects that I wanted to try on my own but what I lacked was the technical ability to get started. Le Wagon provided that, and much more. The course is very thorough and the teachers do a marvellous job of helping you gain and solidify the knowledge which you'll then put to use on your final project. This is where all your hard work from your previous weeks comes together in building a web-based product that you either pitched and chose a team for or that you found interesting and joined as a team member. I was not technically versatile when I started the course but at the end I was building the MVP for one of my ideas alongside a talented and keen team, something that I had always dreamed of doing. If you want to find out what you're capable of, I truly recommend Le Wagon!Read Less",FullStack program - 35+ locations,Web Development +236854,10868,le-wagon,Mendy Dihars,False,2017,An unforgettable experience,2017-07-21,5.0,5.0,5.0,5.0,"My name is Mendy and I was part of Le Wagon's batch#67 in Bordeaux which ended in June 2017. For a long time, I have searched what I wanted to do with my life. I did some learning at university in psychology and dramatic arts, but college was not for... Read More me. Then one day, I found Le Wagon Bootcamp. Being comfortables with computers ever since I was a child and being already proficient in HTML/CSS languages. I tempted my fate after many searches about it.And I fall in love with coding, Ruby, Rails, Javascript, all ! Now, I know what I want to do with my life, Web Developper. Wagon's pedagogy played a big part in my experience. The staff and my batch were incredible too, humanly rewarding. It was 10h/day during two months and I didn't see it pass. Each lesson was exciting and it's the guy who doesn't like school who write that. That was an amazing oportunity and I'm glad I took it.Two months later, I've new skills, more than I thought and although I still have a lot to learn, I can create a website, from scratch.An unforgettable experience.Read Less",FullStack program - 35+ locations,Web Development +236884,10868,le-wagon,Manon CHAUVIN,False,2017,"Just do it, best learning experience !",2017-07-20,5.0,5.0,5.0,5.0,"I discovered the Wagon early 2016. They were hosting a hackathon at their headquarters and I remember the first impression I had. It can be difficult to find the balance between professionalism and fun in an office but the Wagon managed to do find it... Read More and to have this friendly vibe going on.I come from a background in journalism and the media, with a focus on writing, reporting and digital screenwriting. To go further in that specialisation, I decided to learn how to code, to be able to create myself prototypes of the interactive experiences I offered. It was like the missing piece for my professional profile to be complete.I had been used, with public bachelors and private education, to a very specific and old school kind of learning and teaching. Furthermore, like most students in the world I had been used to being assessed with grades, which is in my personal opinion a very outdated pedagogical system.The Wagon is the total opposite. It allows you to develop your autonomy, your critical thinking and to learn in ways never seen before. In many ways, the Wagon is the Montessori of the web.A typical day at the Wagon goes as follows: 1h30/2h of classes, a few minutes to share your thoughts, some exercises specific to the topic tackled that day until 5.30pm and to conclude, 1h30 of ""live coding"" to teach you how to solve a problem and to demonstrate your strategy. These days were supervised by the Wagon's staff and made easier thanks to the interactive platform we all worked on. You can see your improvements, watch videos of former and future classes and to practice what you learned thanks to ""flash cards"", a game that help you memorise new learned theories.One of the major assets of the Wagon is its collaborative aspect. I was especially impressed by the patience, kindness and empathy of the people I shared these two months with. Indeed, I was quite worried before starting the course: I am not a very logic person, I'm really bad with maths and I hadn't understood the few lines of code during the prep-work, so I feared to be lost. But that's where the name Wagon makes suddenly a lot of sense: we're all in the same boat, the same coach (or wagon!). Despite the different levels of the students, we all moved forward together, feeling supported. Whenever you feel lost in front of the code, it never lasts long, someone will always give you a hand and make sure you really understood before moving to the next step.Two other major positive points of the Wagon are the T.A. (teacher assistants) and the buddies.For my batch#67 (my training session), all the teacher assistants were former students, often from only a few months ago. They're available all day to answer your questions and help you with whatever you need. It is very motivating and helps you stay into it and never feel lost or overwhelmed by these long lines of code.The buddies, another great initiative, is a system of partnership with other alumnis. An algorithm on the online interface matches you with an alumni to team up with for the day. Changing teammates every day is a very enriching experience because it makes you deal with different levels, skills, personalities and perspectives. It makes you improve faster.Sure, you could learn by yourself online. I thought of doing it to. But the money you'll save will never replace what you'll learn at the Wagon. As a proof, Sylvain the referring professor in Bordeaux has learned in many years what we learn in 2 months, and with a better support, a better understanding and better tools.I can't recommend the Wagon more. You don't need to be familiar with coding, to be super logical or have a 160 IQ. You only need to be friendly and open-minded!Attending the Wagon's course was one of the best experiences of my life and without a doubt the best learning one. I didn't only learn new skills but also a new way of thinking, autonomy and I have gained more confidence and patience. The staff is outstanding and the experience life-changing. I strongly recommend it to anyone interested in digital jobs.Read Less",FullStack program - 35+ locations,Web Development +236882,10868,le-wagon,Maurice-Matar Wehbe,False,2017,Batch #70 Paris,2017-07-20,5.0,5.0,5.0,5.0,"We all know about the fever of entrepreneurship that’s taking the world by storm.As a multidisciplinary designer and strategic thinker, I have become an opportunist. I saw in every problem that surround me, an idea for a service, a platform, an app or... Read More whatever can be made and turned into a money making machine.In today’* world everything is becoming digital driven. Learning to code is a must for everyone. Even kids are learning to code with legos!Lacking coding skills, and finding that online courses weren’t sufficient I decided to join le Wagon Paris.And it was the best decision of my life!Everyday I learned a tons of things, everyday I got more and more comfortable with code. Everyday I was learning to communicate, build and collaborate with other developers. To sum it up, I acquired avant-garde skills that are on high demand in every sectors.I can testify that in a two-month period at le Wagon, I learned much more than I did during my two-year master. The program is so well designed from its morning lectures, its all day coding practices with a buddy, its livecoding sessions and finally to its end-of-program projects, that in the end, all the pieces fall together making you are capable of coding your own website right away!The teachers were amazing, very patient and super friendly! They have an amazing system to help you when you’re stuck with the code that will allow you to learn and reflect on your mistakes and Surprise! A lot of good cold beer to chill out your brain at the end of the day!In the end, not only it was an amazing experience, but the adventure continues. You will become part of an alumni network where you can find ressources, ask questions or even find work.If you want to become a developer, a piece of advice, join le Wagon, work hard play hard, build a family with your classmates and enjoy the experience!Read Less",FullStack program - 35+ locations,Web Development +237064,10868,le-wagon,florestan lefevre,False,2017,Technical boost,2017-07-19,4.7,5.0,5.0,4.0,"Having been working in a French start-up for 4 years in Canada, wearing different hats (Project/Product Manager), I wanted to fill technical gaps by learning more about coding. Comparing different schools in North America and Europe, I was convinced Le... Read More Wagon would offer me the best option. The learning curve seemed amazing, and they focused a lot in creating an efficient and international tech community which I wanted to be part of.Based on the reviews, I had high expectations about the FullStack program and all of them were exceeded. During my time at Le Wagon, we were completely immersed in the tech environment. Since day one, you understand that this is a boosting environment and that you need to make the best of it. The tech world changes fast, and they teach you how to adapt to it. I can now fully understand how coding affects performance and where to get the information I need to keep learning.Looking back at the 9-week-program now, I realise how much we have learned and accomplished. We were able to get a taste and use a lot of different technologies and languages, we've also got to play with APIs and build projects with other students.People at Le Wagon share a genuine interest in entrepreneurship, and it drives you to learn more every day. You will be mentored by teachers who are always happy to help or offer advice, and get the chance to attend diverse conferences about entrepreneurship.Read Less",FullStack program - 35+ locations,Web Development +236855,10868,le-wagon,Chamindu Salman,False,2017,Best learning experience of my life,2017-07-17,4.7,5.0,5.0,4.0,"I had just graduated from my business degree in December but I felt that what I learned was too generic, with so many people graduating in business I thought I wasn't offering anything different, so I thought a full-stack boot camp would be a good way... Read More to differentiate myself.I did wonder how there were so many reviews of 5 out of 5 stars on the internet. But after I started reading a few of those reviews I started to get more and more convinced. The application process was by far the smoothest and easiest I have experienced, including a quick online form and a telephone interview with Ed the manager of the London Bootcamp, one of the coolest guys I've met.The course was very intense, and in the first two weeks I felt like most of the concepts I was taught did not have time to sink in, but soon I realised that when you are fed so much information so fast, the brain needs more time to process and store the information. In fact in the weeks that followed concepts that were a blur before were clearer and manageable. Moreover, I think this was because everyday you learn a new feature or concept but they build on what you learnt in the past days.In any case if you're having difficulty with any topic there some very nice technical assistants that will spend loads of extra time helping you out with topics even out of class hours.During the last ten days of the course we had to make an website in a team of 4 people I met 7 weeks ago. It gave me a whole new perspective in terms of workflow. No matter how much theory you've learnt in class about how a team is supposed to work together it's a different case when you are applying those concepts in real life. I learnt that the most important thing in a team is good communication (from experience this time) and secondly a supportive atmosphere. I have done several team projects in the past but none of them gave me this sense of a satisfying environment.I really enjoyed my time at Le Wagon and would recommend it to anyone.Read Less",FullStack program - 35+ locations,Web Development +236851,10868,le-wagon,Anonymous,True,2017,Le Wagon - London - Awesome!,2017-07-17,5.0,5.0,5.0,0.0,"I was part of Le Wagon Batch #74... TLDR: it’s a life changing course to take.Unlike most of my cohort, I didn’t use Le Wagon as an opportunity to change career and become a developer. Already working in the tech industry, I felt it was important to learn... Read More to code in order to understand product development more deeply and also what developers go through. I also wanted to get enough coding chops so that I could contribute to side-projects. In both of those areas the course was a resounding success.In particular, Le Wagon London were great. Amazing teachers, great atmosphere, and a very product centric course meant we had a lovely time and learnt a ridiculous amount in 9 short weeks. It really was one of the most intense things I’ve ever done - they’re not kidding when they say 2 years of learning in only 2 months. What’s even better is that the overall opportunity cost is quite low; 9 weeks long and c. £6k.Given the commitment, I’d recommend the course to anybody who’s even slightly curious. Technology is taking over the world and being able to understand/ do web development (a core technology stack) will be a huge help in future proofing your profile. It may even open your eyes up to an exciting career in web development that you didn’t previously think possible - the jobs are definitely there. Good luck!Read Less",FullStack program - 35+ locations,Web Development +236813,10868,le-wagon,Luke Charny,False,2017,5 star coding school,2017-07-14,5.0,5.0,5.0,5.0,"Before I started at Le Wagon I had been running a travel blog for several years. During that time, I became frustrated with my inability to add new features to the blog without relying on a developer. I also have plenty of ideas for new projects within... Read More the travel industry, but again, without the technical knowhow or serious investment, they were very difficult to get off the ground. I stumbled onto Le Wagon coding school earlier this year and decided if I was ever going to take my ideas further I was going to need to learn to code. It happened to be one of the best training decisions I ever made. The course is intense, there is a lot of information to take in within a short space of time, but they took me from no knowledge of coding to being able to build a website in 9 weeks. Each morning starts with a new lecture, after which you spend the rest of the day practising those skills in well-designed exercises. The teachers and assistants were all first class. Knowledgeable, patient, and eager to help every student understand every element of the course. The course is well structured and by the time you reach the final project in the last two weeks, each student has the ability to work on both the front and back end. Our team of four created a web application that simulated a recipe app. This included a tinder-style swiper which learnt the ingredients you did and didn't like and offered recipes based on your tastes. Since finishing the course, I'm now working on my new project, a travel company which creates short food tours led by chefs. I'm currently writing this from Bangkok where we've created the first tour and I'm working on building the website. I really couldn't recommend this course highly enough to anyone who wants a change of career or anyone who wants to model their own ideas.Read Less",FullStack program - 35+ locations,Web Development +236810,10868,le-wagon,Charly,False,2016,"It did change my life, for the better!",2017-07-14,5.0,5.0,5.0,5.0,"At first, I attended Le Wagon because I was curious about how websites worked.Their program is so great that at the end of the 9 (intensive) weeks, I was able to build a full web app on my own!I definitely loved it and would recommend it to anyone who... Read More seeks a new start. Attending Le Wagon is the best decision I've taken in my life.Read Less",FullStack program - 35+ locations,Web Development +236796,10868,le-wagon,Kara,False,2017,I definitely recommend LeWagon!,2017-07-13,5.0,5.0,5.0,5.0,"Before Le Wagon Bootcamp, I used to have a good position in a multinational company. But for several reasons, I wanted a carreer change. One day, I watched a video on the internet about LeWagon Bootcamp. Since then, I am completely found of web developing,... Read More and I won’t stop. When I joined the bootcamp, I realized that Lewagon is more than a bootcamp, it is a real human adventure where we meet incredible people. Everybody is passionate and ambitious. The community of developers is growing every day! We share good practices, job offers, and so on. Today, I feel comfortable with launching my own project. In fact, I’ve learned the best practices to work on a tech product. That’s why I definitely recommend LeWagon!Read Less",FullStack program - 35+ locations,Web Development +236793,10868,le-wagon,Luciano Montezzo,False,2017,"LeWagon's bootcamp changed my life, my career, my businesses...",2017-07-13,5.0,5.0,5.0,5.0,"Well, passed those 9 weeks and a couple of months after my experience on LeWagon's bootcamp, I can definitely endorse their slogan ""Change your life: learn to code"". At least for me, it really changed my life.As a background, I'm a business graduated,... Read More who spent many years working on the industry as a marketing executive. From traditional marketing I moved to digital marketing and that's pretty much when I decided to quit the industry and start a career as an entrepreneur on the tech market.By that time, I honestly wasn't aware how much the lack of technical skills would cost me. Time showed me that an idea, a vision, business knowledge, money and contacts might not be enough to build a great tech company. Yes, you can find technical partners, you can hire people, but how can you lead a business if you don't know what is under the hood?As a stubborn entrepreneur, a couple of bad experiences wouldn't put me down... I just didn't find the right partner yet, I thought. What about learning to code? Are you nuts???? Have you seen those codes, that black crazy screen, this is not for me! This is for engineers, mathematicians, scientists... I'm just a creative business guy.But well, after struggling a bit more I heard about this bootcamp stuff and started to consider it as an option.Not that I blindly joined it. Before signing in for this two months journey, I watched a few demodays, I cold mailed some random people that took the course and asked for feedbacks. I even went to one of their events before I made up my mind.... ok, let's go for it!Now, the only regret I have is to have waited so long for it.LeWagon's course, material, structure, teachers, colleagues etc, they all overcame my expectations. They really take the right path to introduce some non-technical guy like myself to programing from the basics to be able to build an actual product for the market. I do believe that Ruby on Rails is a great choice as a programing language/framework for this program, as now we can rely on a big and active community of programmers to support our progress moving on.Today although working with programmers much more experienced than myself in my team, I'm being able to lead the development of our product, understanding what are our alternatives, the best choices, while actually helping coding our next features.As a final advice, if you are thinking about taking the LeWagon bootcamp, think no further, just go for it, I promise, you won't regret!Read Less",FullStack program - 35+ locations,Web Development +236779,10868,le-wagon,Jules Chcn,False,2017,Impressions after 9 intensive weeks,2017-07-12,5.0,5.0,5.0,5.0,"Three months ago, there was Jules: a front-end web developer working remotely on CMS such as Wordpress, Prestashop..Now, there is Jules from Le Wagon : a junior fullstack developer, who knows and understands what is under the hood :wink:The truth is:... Read More I am that (new) guy.I started with a few basic skills (html, css..), my clients were pretty satisfied but I was not.My lack of knowledge was frustrating for me: what if a client wanted a website “from scratch”, how could I do if it required more skills than expected, especially if it involved the “back-end” ? (the hidden part of a website).To answer these questions, I decided I would find a way to improve my skills.I talked about Le Wagon to some friends, and they were dithyrambic: just do it... if you can.During the bootcamp, some of the most essential skills I acquired were to think and work as a developer, as well as to be able to understand the lines of code produced by other developers. It’s important as it shows you different ways of thinking and problem-solving.This bootcamp is more than just an intensive 9-week coding program that teaches you all from programming to designing a web product, it’s a real family and an amazing tech community that you join. The teaching staff is very dedicated and helps you out throughout the whole length of the bootcamp.I now have left my first career behind and I have started a new one as a freelance frontend developer. Of course I’m still in the middle of that path but I now know what I want to do and how I can achieve it. I’m also a Teaching Assistant at Le Wagon Paris now.Therefore, if you want to know how to build your own digital projects to understand what a MVC model means, but also to be able to work and clearly communicate with developers to get things cleaned and done, I would recommend you this program.Read Less",FullStack program - 35+ locations,Web Development +240307,10868,le-wagon,Jackson Graziano,False,2017,"Change your life, learn to code",2017-07-12,5.0,5.0,5.0,5.0,"I attended Batch #64 in São Paulo.The ""change your life, learn to code"" headline might sound like an overstatement, but it's not. Le Wagon is allowing me to change my life and to get closer to my goals.Programming was never a strange thing to me. I attended... Read More Engineering School, where I learned some C and Assembly. Working on financial markets for the last 11 years got me some VBA skills.But web programming was way ahead of my understanding.Before Le Wagon I tried to read some books, to follow some tutorials, to watch some videos. The information was so diffused that it took months to get me from zero to almost nothing. Alone and not having too much time on my hands, it was very hard to know what to read and where to focus.When I learned about Le Wagon, I felt that it was for me.It doesn't matter if you know some programming or if you have never seen a single line of code at all. If you feel that you would be closer to your goals if you had the ability to code a web app, you have the fit to attend Le Wagon.The last 2 weeks of the course, when you join a team to build a real application (my team built the mvp of a headhunter marketplace), have the power to show you what you can do in real life.The curriculum is results driven and will get you from 0 to 1 in an unbelievable short time. The teaching platform is amazing. After the 9 weeks, you'll have all the essentials to follow ahead by your own feet.Now, after Le Wagon, I'm co-founding a energy trading company. Despite this being a more 'traditional' company (by not being part of the startup world), Le Wagon is allowing us to leverage the potential of our new company: I'm building a back office web platform - something that's not common for this kind of business.Don't get intimidated if you don't have familiarity with coding. If you love tech and have the urge to build stuff, Le Wagon can help you.Read Less",FullStack program - 35+ locations,Web Development +240308,10868,le-wagon,Tamara,False,2017,LeWagon exceeded my expectations,2017-07-11,5.0,5.0,5.0,5.0,"I was originally a social scientist without affinity for IT when due to my work as a Project Manager I started to collaborate closely with programmers and IT professionals. That’s when I made up my mind to learn to code to be able to better communicate... Read More with my team members. After some research, I decided to join the Le Wagon Bootcamp in São Paulo (Batch 64).My expectations were very high and they even got exceeded! I did not imagine that I will learn in such a short time to build a working web application from scratch. For the final two-week-project we have built a doctors review page with a group of four programming newbies. It was an amazing experience and I recommend the Le Wagon bootcamp to everyone that is motivated to learn to code.Read Less",FullStack program - 35+ locations,Web Development +236741,10868,le-wagon,Miguel Jimenez,False,2017,LeWagon Barcelona - Strongly recommended,2017-07-11,5.0,5.0,5.0,5.0,"I came across Le Wagon in a somewhat random, unintentional way. I once had a long layover and I joined a digital entrepreneurship meet up organised by Le Wagon. When I met the team and the batch students, I immediately fell in love with their vibe. Since... Read More that moment on, the idea of signing up for Le Wagon was seeded in my mind.I am a psychologist by training, and I have mostly worked in human resources as a consultant. Nevertheless, I have always been a technology enthusiast. I wanted to steer my career towards the tech field, either as an entrepreneur or as a consultant. In order to be effective when working with developers, I thought doing a coding bootcamp would give me the right foundation. I decided to join Le Wagon in Barcelona, and it was the perfect match for me - While the course gives you a rock-solid background in coding, the focus on agility and acquiring the skills to launch your own projects as fast as possible is always present throughout the curriculum.What I did not expect is that Le Wagon would also spark a passion for coding. I had zero background in coding prior to the bootcamp, and I was amazed at what I was able to build in a team after only 9 weeks. The positive atmosphere, the constant challenge in combination with the attentive support of the teaching staff equipped me to become self-driven as a junior developer by the end of the process.After finishing, I can say that Le Wagon is way more than a coding course. You will interact with a variety of highly skilled professors, you will join a community of talented people from all sorts of backgrounds, and you will have an incredible alumni network to tap into whether you are looking for a developer job, freelance opportunities or kicking off your own venture. When I look at how much I’ve learned, and the opportunities that I now have in front of me, I can only say that going through Le Wagon has been the best career-changing decision I could have taken.Add Comment CollapRead Less",FullStack program - 35+ locations,Web Development +236740,10868,le-wagon,Mohamed Ibrahim,False,2017,Exploring the world of coding in the beautiful city of Barcelona,2017-07-11,5.0,5.0,5.0,5.0,"Over the past year, I have been trying to learn how to code using online resources. Unfortunately, I was overwhelmed by the amount of topics that I needed to cover as well as the extensive documentation that was necessary for each subject. When I found... Read More out that it is really time consuming to learn on my own, I decided to look for other ways. I began searching for coding bootcamps nearby, I was impressed by the amount of skills they promised but I was skeptical as well. The first website I came across was Switchup which ranked different bootcamps by order. Le Wagon was ranked first and it had positive reviews all around. It caught my attention and I decided to find out more. I went on their website and I started watching the previous demo days, watching these videos is what made Le Wagon stand out for me. It was proof of what people where able to achieve at the end of the bootcamp. I decided to apply, and when I saw that they had a program in Barcelona, I was instantly hooked, I had always wanted to go to Spain and this was the perfect opportunity. 

On the first day of the bootcamp, I was really nervous about my decision, moving to a new city, being stuck with the same people for 9 weeks, I just didn’t know if it was all worth it. However, after the first week, I was convinced. We had learned so much in the first 5 days that made me know for sure that I had made the right decision. If you have doubts about doing Le Wagon, Just go for it. There is so much to learn and many experiences to be had. Le wagon is a lot more than just coding, it is about community, travel, entrepreneurship, teamwork, product development, project management, etc… You learn a variety of skills that together make you standout when applying for your next job. It opens your eyes to the tech world and gives you the necessary skills to succeed in it. Along the way, you make sincere friendships with likeminded people that can expand your networks and help you find professional opportunities. 

The program itself is well structured and organized. The first half is divided into two major sections, you first learn the fundamental skills of a backend programmer, and then you learn the frontend. The second half is about putting it all together and creating different products. The last two weeks are by far the most challenging, but definitely the most rewarding. You team up with different students and create your own products from beginning to end. Reaching the end of the bootcamp is the toughest part. Everyone was emotional on the last day and it was very hard to say good bye. However, we were all looking forward for what we have to come and ready to take on new challenges. It is truly as they advertise: learn to code, change your life.Read Less",FullStack program - 35+ locations,Web Development +236725,10868,le-wagon,César Lacaille,False,2017,"Le Wagon, the best training experience in my life",2017-07-10,5.0,5.0,5.0,5.0,"Le Wagon batch#48 ParisLe Wagon is clearly the best training experience I had in my life. The pedagogy is really perfect, pushing you into learning by doing and manipulating all the core concepts of programming by blocks that you later assemble to be... Read More able to create a project from A to Z. At the end of Le Wagon, you are autonomous to strengthen your knowledge in programming and learn new languages.More than just acquiring pure technical knowledge, you also learn the best practices to work on a product-oriented web project with other people. The community is awesome and supportive, during and after the end of the bootcamp. You are part of a family and can find other alumni glad to help you out all around the world.Read Less",FullStack program - 35+ locations,Web Development +236722,10868,le-wagon,Mathieu Junes-Candiotti,False,2017,New start with le Wagon,2017-07-09,5.0,5.0,5.0,5.0,"My name is Mathieu, I was part of batch#70 for 9 weeks which took place in Paris from April to June 2017. Before joining Le Wagon, I was already a student in computer sciences but I was looking for a faster way to get expertise and get a job .A friend... Read More of mine, who had done the program, told me about Le Wagon and explained that he was designing a product and wanted to rise his start up shortly.He told me his experience was awesome and that it would be for me a great opportunity that I should not miss.During my interview, I felt confident and I felt like I was about to immerse myself into this place for 9 full weeks.On the very first day, four of us got there one hour in advance, impatient and excited to start this new adventure. Those four people became subsequently my friends.This experience was amazing, we have been supervised by Teachers and passionate Teaching Assistants. We were ready to give the best of ourselves. And we knew for a fact that they were going to lead us to success.Sometimes, I even forgot to get lunch because of being too much focused on coding.Despite the toughness of the first few weeks, our good mood and the share of our motivation, there was a pretty good atmosphere .Every single day, you get to work with a different person which brought a rich social and human dimension to this learning experience.Numerous meetups and afterwords were organised in order to make us get a deep dive into the tech world.Afterwards, we learnt about databases, the Ruby Language and web front-end, then we finished the four last weeks with Rails that were, to my mind, the best weeks I have ever spent in my life!The real difficulty was to learn how to code in groups as well as to respect the due date for the projects such as the Airbnb-clone.I succeeded in joining a passionate group led by an artist whose project was called Let's Curate. 
The aim is to put artists in touch with each other so that they can organise an exhibition together.Le Wagon will remain in my memory forever. I learnt a lot of skills, I made a lot of friends but I also earned a family.Nowadays, I am working in a Parisian Web Agency and as a junior Ruby on Rails Full Stack Web Developer.I think that it was one of the best experiences in my life and I know it was hard but would do it again. You should try it as well. You won't be disappointed.Read Less",FullStack program - 35+ locations,Web Development +236705,10868,le-wagon,Benjamin,False,2017,Great experience at Le Wagon!,2017-07-07,5.0,5.0,5.0,0.0,"After 8 years as a Marketing Manager, the desire of launching my own project was so big that I finally decided to leave my job to try it.One of my most important wishes was to stop wasting my time in too many meetings, and to find meaning by concretely... Read More building something on my own.Because my project is an app, I needed to learn a lot about code. I think I’ve always had a quite good culture about web, but as a marketer who used to work with agencies. Technically, I was a beginner who could not understand a word while looking at a code page! A friend of mine told me about Le Wagon, which seemed to be the right solution for me, and that’s the way I finally integrated the batch70 from April to June 2017.With hindsight, this program was a useful transition between my old job and my new working life. First, it’s helpful and inspiring to meet people who have the same problematics. Then, I re-learned to stay focus on the same subject more than 10 minutes (with no phone calls or colleagues interruptions :)), and to use my brain in a faster way. It’s also motivating to see that I was able to understand programming languages basics in a few weeks! Moreover, the pedagogic concept runs well with me. The buddies system and the « try-to-find-yourself-before-asking-to-the-teacher » spirit showed us how to work as a developper, to be autonomous, but also to work as a team efficiently.And now that I’m on my own, even if my batch is over, I can still access all the resources Le Wagon gave us, and exchange with all the alumni. That is really useful and I feel more than ever ready to work on my project!Read Less",FullStack program - 35+ locations,Web Development +236698,10868,le-wagon,lauren,False,2017,Le Wagon Barcelona: Changing Your Life for the Better,2017-07-06,4.7,5.0,5.0,4.0,"Because of Le Wagon, I am a confident coder. Leaving Barcelona and Le Wagon was the hardest thing I’ve ever had to do. If you are on the fence about doing this course, I can only say that you will not regret it one bit. You will learn coding and how to... Read More work with a variety of different people, which are skills you can use for years to come.I was sitting in my computer science class one day when my teacher started talking about studying abroad. Immediately I texted my dad about the two-week trip my teacher discussed during class. He shot that idea down saying it looked more like a vacation than real education and told me he would, however, be open to a coding boot camp. I didn’t even know coding boot camps existed so I Googled “best coding boot camps” and Le Wagon popped up near the top of the list. I was interested in traveling abroad and the Le Wagon hit both items on the check list (coding and international travel). I was very nervous before our first Le Wagon Lecture. My roommate Courtney and I tripled checked our backpacks because we were so nervous. When we walked into class we were greeted by all the teachers who were very friendly and by Gus who we knew from our interviews. After our first lecture, we dove right into our coding challenge and it was go, go, go for the next nine weeks. The Le Wagon teachers are not only great coders, but are also great people. They made us feel welcome from day one and were also nice enough to meet up with us after class either to help us with coding or simply to grab a beer and talk about how the day went. The thing I’ll miss most about the experience is going out with the other students after class. We loved going to Placa del Sol, drinking beers and eating patatas bravas, and talking about how the day went. Their slogan “learn to code change your life” says it all and is true. Whether you’re going to be a coder after boot camp, going back to school, or going back to your old job, this experience was really life changing. In nine weeks I got to work with 23 different people from all kinds of different backgrounds, and for me that was something special. I made friendships that I’m sure will last a lifetime.Read Less",FullStack program - 35+ locations,Web Development +236689,10868,le-wagon,AMikl,False,2017,More than just a coding bootcamp,2017-07-06,5.0,5.0,5.0,5.0,"I love my two months at Le Wagon Paris learning how to code from scratch. There are two main reasons for that: - The training is great, the teacher are operational and provide pragmatic advice. So it is super effective to learn in only 9 weeks there.... Read More - It is a lot about people there, the human experience is unique. To discover more, I encourage you to have a look at the article I wrote on the subject (it is just a 3 min read).https://medium.com/@AMikl_/le-wagon-bootcamp-what-for-1d67e2cca5ebRead Less",FullStack program - 35+ locations,Web Development +236673,10868,le-wagon,Lucas Guimaraes,False,2017,LeWagon Experience!,2017-07-05,5.0,5.0,5.0,5.0,"I could definitely say that the LeWagon bootcamp was an extremely rewarding experience and also quite unique when talking about the teaching method (and platform) itself. By the end of 2016, I finished my professional journey at the Rio2016 Organising... Read More Committee for the Olympic and Paralympic Games, where I worked for the Supply Chain planning. So far, I had been in touch with an 'upper layer' of programming, mostly improving spreadsheets and making them more automatic. Given my interest about it, and realizing how programming could be useful in so many other fields and approaches, I decided to look for a way to deepen my programming knowledge. That was when I found out about LeWagon, from a friend's recommendation which assured me that after the 9 week bootcamp, I would be able to develop web applications by myself. Even a bit skeptical about it, I decided to join the next batch in São Paulo (batch #64). Now I can tell you for sure that my friend was not only right, but also conservative in his recommendation. The 9 week program is minimally designed to make anyone learn about the mindset and structures about the development of a web project. Even though it is focused on Ruby (and its lot of integration with a series of other tools), the course shows itself to be mainly concerned about teaching the students the best ways (yes, there is always more than one) of achieving the objectives, and not only the correct answers. The feeling of understanding this logic behind the codes gives you a great overview about how applications are done, don't matter the language, and the startup environment of the bootcamp makes sure that it never gets boring or over-demanding. Who could say that after 7 weeks of lessons I would be able to code from scratch , with 3 other colleagues of mine, a full web application for a recruitment marketplace (headhunters x companies) in only 2 weeks? Hardly myself. After all, the final project was the base of an actual operational app for an actual operational company. The knowledge obtained from the bootcamp is already coming handy and making me fit for a number of professional opportunities that I wouldn't even consider before. All that being said, it is clear that LeWagon exceeded any expectations that I had.Read Less",FullStack program - 35+ locations,Web Development +236670,10868,le-wagon,Latournerie Philibert,False,2017,Awesome experience,2017-07-04,5.0,5.0,5.0,5.0,"As a marketing project manager at one of the leading classified ads company in France, I decided to go to Le Wagon bootcamp to be more operational, to have a transverse vision and to code the projects I specified. The training, very intense, highly rewarding... Read More both from a human and intellectual point of view give me the necessary set of skills to carry out all possible web projects imaginable. The pedagogy and the tools provided are of a very high quality, thanks to LeWagon, I code every day at work and I love it!Last but not least, LeWagon community is very large and powerful, which allows us to have mutual support and to discover many opportunitiesRead Less",FullStack program - 35+ locations,Web Development +236327,10868,le-wagon,Viola Stöckli,False,2017,Amazing experience,2017-07-03,5.0,5.0,5.0,0.0,"After finishing my law degree and gaining some insight in the nowadays still inefficient practice in various law areas I began having second thoughts - the possibility of lawyers built as artificial intelligence bots will take over is relatively high.... Read More Thus I signed up for Le Wagon to stay on top of things.Le Wagon has not only given me a broad insight on the most relevant skill of the 21st century - coding, but foremost the mindset to be able to create my own products.The 9 weeks have flown by and I’m still amazed by the amount I’ve learnt in such a short time.Read Less",FullStack program - 35+ locations,Web Development +238689,10868,le-wagon,Ellyn,False,2017,Epic learning journey @Le Wagon Amsterdam!,2017-07-03,5.0,5.0,5.0,5.0,"I am passionate to learn and create, and studied business in University. I travelled around the world to discover the spectrum of culture and ways of life. In all my travels and past projects I always found a ‘golden door’ that gave me access to a new... Read More world of knowledge, people and experiences: Languages.After my travels I settled in Amsterdam with two primary drivers in mind: technology and sustainability. I had enrolled in classes online (MOOC) related to these two subjects as well as Blockchain. By diving into Blockchain I realised how powerful technology can be used for positive and sustainable change in business and the broader world. I became aware of how coding is the universal language of our digital world: so I decided I must learn.I started looking for a coding school and chose le Wagon in Amsterdam for its reputation, the community and its entrepreneurial mindset.Teachers and teacher assistants are highly motivated to share their knowledge and competencies. The pedagogy is well driven and allows you to be part of the beautiful world of developers, entrepreneurs and change-makers. For the final project, we built a chatbot that enables citizens to report a problem or suggest an idea within your own city. Our startup - Citydotzen (http://citydotzen.com) - got selected by the incubator program “Startup in Residence” driven by the province North Holland. Over the next 6 months we will grow our chatbot and develop our startup.Read Less",FullStack program - 35+ locations,Web Development +236387,10868,le-wagon,Germain Loret,False,2017,Awesome bootcamp,2017-07-02,5.0,5.0,5.0,5.0,"Before entering Le Wagon, I worked as a marketing manager for an e-commerce website for 3 years. It was a first approach of the web world to me, but I wanted to go further and learn how to code. Le Wagon allowed me to learn how to make a website without... Read More having to re-enter the studying system for several years. I learned the basis of HTML, CSS, jQuery, SQL, Ruby, Ruby and Rails, etc. But the bootcamp is not just about learning several languages one after another, it's all about understanding the structure of a modern website and choosing the good language to do the right thing. Le Wagon also gives us the tips to learn by ourselves other programming languages and the best practices to build up a web application. It really loved that experience and it gave me the will to be a good developer. I am currently learning how to use Vanilla JS by myself with a friend/co-worker I met at Le Wagon, and we are going to learn React JS right after. I'm also looking for freelance opportunities as a developer. Le Wagon's former students network should allow me to find good chances quite quickly.Read Less",FullStack program - 35+ locations,Web Development +236758,10868,le-wagon,Constantin Ehrlich-Adam,False,2017,Fantastic experience,2017-06-30,4.7,5.0,4.0,5.0,"To start with, the bootcamp was definitely worth it. If you would have asked me at the start what I believe I would be able to do at the end, I would by far not have believed I would have learnt that much. Before starting the course, I studied Mechanical... Read More Engineering, therefore I was already comfortable with the logic based thinking and a bit of programming. Still, it is a different world of programming when one is at university. At Le Wagon, I thought the teaching was very product oriented. It gives the lectures and exercises a purpose and a motivation to learn and code for multiple hours 5 days a week for 9 weeks straight. Thinking back, I cannot believe having spent that much time at a computer day in day out and I still enjoyed it. Le Wagon in Lisbon also gives you a whole environment within the startup scene, where you feel like you are part of the dynamic. Regular talks with StartUp CEOs, CTOs or Founders encourage you to pursue your own idea, to put effort into something that probably is out of your comfort zone. Le Wagon also is a network of people that are ready to help each other, give advice and valuable feedback. The group of students of the batch for me one of the most important factors of the course. Everyone comes from a different background, a different country or a different stage in their lives. Though one thing they all had in common was the thrill and enthusiasm to learn something new and get out of their comfort zone. So we might have been very different people but we had a strong common point. This lead to regular dinner parties, weekends at the beach or just a good after work beer. The atmosphere and the support within the batch is one key element that drives you through these intense 9 weeks. Even though I am going back to study and will not straight jump into the developer's world, it was one of the best decisions of my gap year. It opened a new world of possibilities for me, it set the path for a never ending learning process in programming and all its various fields and it gave me an immense jump forward.Read Less",FullStack program - 35+ locations,Web Development +236606,10868,le-wagon,Mariana Santos,False,2017,Le Wagon Lisbon,2017-06-27,5.0,5.0,5.0,5.0,"I decided to learn ruby on rails, HTML and CSS, SQL etc because for a long time I had this in my bucket list of dreams. Le Wagon Lisbon was exactly what I have expected to gain out of VERY INTENSIVE 9 weeks of learn coding from scratch. The professors... Read More and assistants were incredible and really took me to the next level. Lisbon is THE city to be if you want to be surrounded by likeminded folks who want to challenge their skills, get involved in coding communities and be surrounded by start ups from all over the world who are coming to Lisbon because of the weather, food, beach and because the entire city is turning into a tech meltingpot. Highly recommend this course in Lisbon!Read Less",FullStack program - 35+ locations,Web Development +236600,10868,le-wagon,Anonymous,True,2017,Brilliant bootcamp experience,2017-06-26,4.7,5.0,5.0,4.0,"Fantastic course, fast-paced and intense but thorough, led by a dedicated team keen on seeing their students learn as much as they can. The course takes you through all steps necessary to emerge as a full stack junior dev but there's also considerable... Read More effort directed towards teaching you how to think and work on a product as an entrepreneur, not just to execute under guidance. A strong recommend for those looking to get challenged and learn.Read Less",FullStack program - 35+ locations,Web Development +236540,10868,le-wagon,Bruno,False,2017,Precisely what I was looking for,2017-06-19,5.0,5.0,0.0,0.0,"I'm an engineer, 6 years of prof. exp, with previous knowledge in algorithm theory and a quantitative mindset. I wanted to learn code the way entrepreneur code. Not the old style code I learned in school (which I hated!)Pro: - Fast pace- Excellent ratio... Read More teacher / student (about 1/6)- Amazing fine tuning of the cursus: each daily lesson follows exactly the previous. 0 redundancy!- Great community & alumni networkCons:- Warning, you will not be satisfied at the end: you will want to keep learning ;)Read Less",FullStack program - 35+ locations,Web Development +236413,10868,le-wagon,Stéphane DE LA TORRE,False,2017,Awesome school,2017-06-18,5.0,5.0,5.0,5.0,"I’m passionate about computers and tech in general, I’ve learned everything I know about it all on my own, I’ve learned a little bit of programming in school and a bit of HTML and CSS but never dove too much in it.One day, someone told me about LeWagon... Read More Bordeaux, I was looking for a job at the time and I said to myself, “since I like programming, why not go head and take my chance in this world?”, since then, two months have passed and I found a true new passion by the name of “Web developing”, I truly love making web apps.During batch#67 at LeWagon Bordeaux, I programmed an app called “Happynvestor”, an app which helps you find the perfect real estate to buy so you can make the best profit out of it, I programmed it in ten days with three of my fellow alumnis, this was a really intense and learnful, both humanly and technically.This bootcamp was exactly what I needed to learn code properly and start my career as a freelancer, the amount of skills you learn in two months is insane but really awesome, this was, without a doubt, the best experience of my life and I’ll do it again and again.So, if you are still in doubt, just stop, go for it, you won’t regret it.Read Less",FullStack program - 35+ locations,Web Development +236452,10868,le-wagon,Heritiana Rabary,False,2017,Best coding bootcamp ever!,2017-06-15,5.0,5.0,5.0,5.0,"Hery, Auto-entrepreneur, batch#67 alumni, Le Wagon Bordeaux.My Le Wagon Bordeaux journey? Well, let's get it straight: it was totally mental but worthed the pain 10 times!Perhaps other students came into it with some web developpement knowledges already... Read More acquired but I went into it like from scratch. I wouldn't say from absolute zero because I made the required prep work before the bootcamp but almost ; and let me tell you: this was the best professionnal jump I ever made in my life!Let's be immediatly clear : the fullstack program is incredibly hard but amazing. Everything, every courses serve a progressing main purpose and the Staff is highly trained to help you reach it. So I promise you this : it will work at the end of the day! I truly realized that the only real issue that you will have to face is... yourself.""Bootcamp"" here makes a real sense but if you hold on, if you do your best to keep up, there will definitely be an old you and a complete new you ready and eager to dig deep & code all day, every single day. This program is all about learning how to learn code. I also finally understood why Ruby on Rails reveals itself to be the optimal choice for this 9 weeks program, especially for Entrepreneurship, As an entrepreneur who wanted to upgrade its set of technical skills, I can draw now by myself all the creative concepts I kept on my mind all this time. Because I had no idea of how to make them happen with no financial means to hire a developper. And now guess what? I have one : me! Not perfect, surely a junior one but definitely a web developper.Today, I am able to build MVPs with Ruby on Rails and let my creativity go out with HTML/CSS/JS. I understand what makes a page landing good or great. I can see clearly architecture of new 2017 designs trends. How big websites like AirBnB are designed and thought. During the last 2 weeks, I even build an entire Treasure Hunt mobile app with 2 teamates with essentially Javascript ffs! This is something I'd never thought I could do few months earlier... And now, I am just driven by one and only thing at a professional perspective: dig and practise more and more with many small little projects.If you have a creative mind that only lacks technical skills to make your ideas come alive, I recommend you to just jump on this unstoppable train : https://www.lewagon.com/Read Less",FullStack program - 35+ locations,Web Development +236420,10868,le-wagon,Louise Devilder,False,2017,ADOPTED !,2017-06-15,5.0,5.0,5.0,5.0,"I’ve just finished the Batch # 67 of the Wagon Bordeaux. I have only one word to say: THANK YOU! That an incredible professional and human adventure. It is intense and so rewarding. We are a new person, with technical skills that we could never have acquired... Read More otherwise. It’s crazy that to know what ve have in our hands. It's pretty incredible how strong you feel with these tools. The Ruby language is truly hyper well designed so it can be adopted very quickly. For me, the Wagon allowed me to see more clearly what I really wanted to do in life. And I discovered a world that I particularly love. Our final training projects show us how much we learned during the previous weeks. To apply all notions is really satisfactory. We do not realize what we can do.I can only tell you one thing, go ahead! Of course, there is a lot of work, the bootcamp is intense, but you will come out stronger. The team is top, listening, professional. The atmosphere is always cool !Do not hesitate to exchange with alumni of the Wagon for their feedback and to go to the Demo Day ! So, let’s Happy Hacking! :wink:Read Less",FullStack program - 35+ locations,Web Development +236417,10868,le-wagon,Pierre Paillère,False,2017,Great Experience,2017-06-15,5.0,5.0,5.0,5.0,"I've been part of Le Wagon Bordeaux (https://www.lewagon.com/fr/bordeaux)batch#67, from April to June 2017.Before I join Le Wagon, I had a little developper experience, but not for theweb : C#.NET essentially ;As I wanted to reorient myself as a web developer,... Read More it appeared that Le Wagon'sbootcamp was the perfect deal for me : a short and intense fullstack course.9 weeks later, I found much more that what I was searching for : not only a setof strong skills for web development, but also a rich human experience with anew community : Le Wagon's great staff members, and my bootcamp teammates.Le Wagon's pedagogical format is great : learning a programming language is likelearning a foreign language, and the best is to get immersed in.I think that every student, regardless of his or her starting level, hasexperienced a very significant learning curve.Sounds perfect ? Yeah : I also felt in love with Ruby :)Thank you Le Wagon for this great programming and human experience.Read Less",FullStack program - 35+ locations,Web Development +236462,10868,le-wagon,Filipe,False,2017,Empowering Experience in Lisbon - Really Amazing,2017-06-14,5.0,5.0,5.0,5.0,"Le Wagon Lisbon is entering into a new part of your life where you meet part of your new family. Seriously, when you spend 9 weeks with people with a similar mindset overcoming problems this is bound to happen. It’s like going to school again but: there... Read More are no bullies, your old enough to drink and most importantly the thing your learn here are real and directly applicable in the real world. Remember that feeling of “when am I ever going to use algebra in my life?!” - well this is it. But don't stress out about the algebra - It's simple logic and I clicks when applied. Your going to learn Ruby, Ruby on Rails, Git & GitHub, SQLite & Posgres, Javascript, HTML, CSS, API’s, Heroku and much more! If this sound like gibberish, that’s ok you haven’t done the bootcamp yet! All you need to know is that you’ll learn a range of tools that will allow you to independently start your project or start working as a junior developer. If your worries considering if this is the right coding language to get into my response is: unless your going for something really specific and you know what language you want, Ruby is great to learn and ridiculously powerful. After learning an object orientated language you can also easily jump from one language to another, one just has to learn a bit of syntax and practice.So, in conclusion: If you are interested in learning how to code, be it to get a job a developer or launch a startup, then Le Wagon is right for you! And if you’re considering spending 9 weeks coding, do it in Lisbon! The teachers are international and amazing, it’s cheaper than anywhere else, and the tech scene is booming. And of course it’s sunny, safe and the beer is cold. So come along and join the fun!Read Less",FullStack program - 35+ locations,Web Development +238580,10868,le-wagon,Lionel,False,2017,Amazing Experience !!!!,2017-06-14,5.0,5.0,5.0,5.0,"My name is Lionel and I'm from Belgium. I'm a 3D Graphic Designer but I've always been interested about Web Development, especially Web Design. I'll give you some life context so that you can understand why Le Wagon was such a game changer for me !After... Read More my studies, I worked few years in Belgium as a graphic designer but then I decided to leave my comfort zone and travel the world. I've been to Australia, New Zealand, and Asia during more than a year, working as a freelancer to carry on my trip. During my studies, I gained a set of skills combining rigour, technique, and creativity but something was missing : coding.I knew le Wagon for a while but I was working and was busy on some projects, so not able to apply for the bootcamp while I was in Europe. But when I was in Indonesia, I received my canadian visa and at the same time I heard Le Wagon will do his first batch in Montreal in February 2017. It was a sign and the perfect timing so I told myself, LET'S DO THIS ! My only regret ? I didn't apply earlier !!!It was an amazing experience and I'm still in touch with most of my classmates and teachers. Le Wagon is not only an amazing community, it's also a family. After Le Wagon, with one of my classmates, we've decided to work as freelance Web Developers during our freetime and after only 3 weeks I found a job in a great startup as a Front-End Developer ! Plus, I'm also now a Teacher Assistant for the next batch and will do my best to give the students the best experience possible, as I got.Honestly, I'm really impressed by what we learned in just 9 weeks and I'm so glad I did it because I can now combine my graphic design skills with web development. So don't hesitate guys, it's 200% worth it and you won't regret it for sure.Read Less",FullStack program - 35+ locations,Web Development +239047,10868,le-wagon,Anu Maria,False,2017,Great experience,2017-06-13,5.0,5.0,5.0,5.0,"I had been wanting to learn to code properly for a while before joining Le Wagon. But I did not know how to do that, exactly. I never had the discipline for long-term self-studies, and was definitely not interested in spending years getting another university... Read More degree. Then one day, I found out about coding bootcamps, and immediately fell in love with the concept. A few months of fully immersive learning was exactly what I wanted. After some research I finally decided to apply for Le Wagon in Amsterdam.Before I left, I was not sure that doing a two-month course abroad would pay off. People in Stockholm generally don't seem to know what a coding bootcamp is, so I did not know what employers would say about it. So I had somewhat low expectations for my post-bootcamp life, but decided to take a leap of faith anyway.Despite my skepticism, everything turned out really well. I had an amazing time in Amsterdam, the teachers at Le Wagon were great and the curriculum well-planned. And shortly after returning to Stockholm I got a job as a Ruby on Rails developer in a small consulting firm. Also, our final project got accepted to a 6-month startup acceleration program in the Netherlands, which is really cool.All in all, I'm very happy with my choice to join Le Wagon. The program doesn't teach you everything there is to know about computer science and web development (nobody can do that in 9 weeks), but it puts you on the right track and opens a lot of doors. I would definitely recommend Le Wagon to anyone dreaming of making a career transition to web development.Read Less",FullStack program - 35+ locations,Web Development +236371,10868,le-wagon,Coralie,False,2017,Fantastic experience,2017-06-06,5.0,5.0,5.0,5.0,"I attended Le Wagon bootcamp in January/February 2017 in Paris. Before applying to attend the bootcamp, I read many reviews saying it was an amazing training and that it was a life-changing experience. I can confirm now, it was.Before Le Wagon, I was... Read More an entrepreneur and was working for my own company. Well, the business didn’t work out and I had to think about what to do next (going back to my previous previous job as a Marketer was not an option). I was feeling like I was missing something not knowing how to code. Plus, I wanted to stay in the startup system and coding skills were highly valued skills. So, after many researches, it became clear that Le Wagon was what I was looking for. So, I joined the batch#48 in Paris. And I loved it.Everything was very well organised. You can feel that they have been improving the bootcamp batch after batch and that now the formula is almost perfect. Not only the courses were very qualitative and the methodology efficient, but the people I met there were all fantastic. The teachers were passionate, the staff was available and the community management was awesome, the students were all interesting and smart people from different areas. I am so glad I was part of the adventure.I found a job right after the bootcamp as a backend developer. Beginning was tough, but thanks to Le Wagon I was really well prepared for technical interviews and the job that came after. The bootcamp is short and intense, but the foundations are solid. I am now starting a new career I enjoy so much thanks to Le Wagon, and I can still hardly believe it just took me 9 weeks to get there.Read Less",FullStack program - 35+ locations,Web Development +239132,10868,le-wagon,Mike Simmonds,False,2017,Great course - Great city - Great students,2017-06-06,5.0,5.0,5.0,5.0,"After working as a picture framer for around 7 years, I was looking for a change. I had built a website for the company that I was working for and really enjoyed the process. I started doing a few more (mainly wordpress) sites for charities and small... Read More business’ and I realised that maybe this was the career change I was looking for.I taught myself in the evenings and at the weekend using online resources and was really enjoying it. I learned a lot but after a few months I felt like I was going in circles and had reached the limit of online learning.This is where the decision to join a bootcamp came. I looked at a broad range of bootcamps, each with different structures and learning styles.I chose Le Wagon for a number of reasons. I really liked the fact that all of the learning resources were available after the bootcamp ended. This was also very helpful when I unexpectedly had to miss 2 days of the bootcamp. I could read the lectures and keep up with the rest of the class. I also liked the way that the bootcamp had a strong social group. I now feel I have a strong group of like-minded developers who can help me when I get stuck.The bootcamp was hard work, especially as I had to travel into Amsterdam each day. It was however worth every minute and I’m really glad I made the decision to take part -- I’m now confident and ready to become a junior Ruby developer!Read Less",FullStack program - 35+ locations,Web Development +236345,10868,le-wagon,Erin,False,2017,Rigorous and fun! Le Wagon Barcelona,2017-06-04,5.0,5.0,5.0,5.0,"If you can see from the other reviews, Le Wagon gets high marks as a programming bootcamp. It has a well-designed, rigorous curriculum that does a great job starting you at A (almost no knowledge of programming) and getting you to Z (being an autonomous... Read More developer that can build applications). The teachers and TAs were knowledgeable, supportive and great teachers. The bootcamp is absolutely worth the price. It has made me an autonomous software developer, which is exactly what I was looking for - of course, I have plenty more to learn but I have no problem digging into documentation that would've intimidated me before.About Barcelona in particular, I couldn't have made a better choice of location. Seriously, if you decide to go with Le Wagon, do it in Barcelona. The batch had an amazing group of people that you rarely find in one place - different nationalities who had all lived abroad and developed the open-mindedness and maturity that comes with that. When the bootcamp ended, I think I can speak for all of us when I say that we experienced ""Le Wagon withdrawal"". This was not linked to the program and curriculum (as great as it was) but the sense of community that developed during the Barcelona batch.Read Less",FullStack program - 35+ locations,Web Development +236328,10868,le-wagon,Anonymous,True,2017,Life-changing,2017-06-02,5.0,5.0,5.0,5.0,"I have this basic theory on a job that after 6 months you know what you are doing, if you don’t have the opportunity to learn new things in your job, considered it over. So after a business school in Paris and more than a year in a US firm, I chose to... Read More quit in order to fulfill the need to learn new things and also, actually build stuff.I had the chance to be part of the creation of a startup in my studies, all those web principles that you may have heard of, but that you don’t study in Business school, such as MVP, prototyping, UX/UI and of course web development. Those concepts are well-documented on the internet if you wanna get a deep dive into it, but I don’t think you will really understand them until you actually use it in a practical way. This experience was intellectually insane for me, I wanted to know more and also get my hands in the code.This is what Le Wagon teaches you, a practical approach to build stuff, from the idea to its launch, as well as an overwhelming web knowledge.The overall experience is life-changing. I was part of the Batch#48 in Paris, not only that Le Wagon team is inspiring, welcoming and knowledgeable, you also learn to code with dynamic and motivated classmates, people who are truly dedicated to learn which makes the bootcamp truly enjoyable.I would recommend it anytime.Read Less",FullStack program - 35+ locations,Web Development +244441,10868,le-wagon,James,False,2017,One word? Awesome. (Barcelona Location),2017-06-01,4.7,5.0,5.0,4.0,"**TL:DR: Le Wagon was awesome.**———————————————I’ve done lots of fun things with great people, and I’ve studied in a lot of places, but never have I experienced something that was such a great experience and taught me so much in such a short time.My experience... Read More at Le Wagon, Batch #57 (Barcelona) was worth every penny, no question. I can’t imagine having a better learning environment with more supportive and knowledgeable staff and diverse and interesting classmates. We had people from all over—the US, France, Italy, Bulgaria, Ireland, and of course a few Spanish locals.**The Environment**Don’t get me wrong, most of the bootcamp was spent indoors, but what can I say? It’s hard not to love studying in a place like Barcelona. Being in such a beautiful setting really boosted my experience. I mean, I got to walk past La Sagrada Familia every day on my way to class. If you’re a Barcelona native you probably try to look the other way, but I think I hurt my neck looking up so many times.The coworking space we were in was modern and well equipped. There were some minor issues with Wi-Fi on occasion, but I believe those have been fixed, and I think the batch is actually in the process of moving to a different space.**The Leadership**The leadership really made the experience. I can’t imagine having better instructors and TA’s than the ones we had in Batch #57. Our lead instructor was an incredibly humble and personable guy who carried us through each lesson with a sense of humor and an approach that was laid-back while taking his role quite seriously. Since he was the lead instructor, he gets his own sentence here, but I can say that the other instructors and the TAs were also very knowledgeable, encouraging and enjoyable to learn from. I’m still in touch with several of them!As far as the technical expertise of the instructors, I never once doubted their qualification to be teaching us. *They really seemed to know above and beyond the stuff they were teaching us, and had an immediate answer for almost every question that was thrown at them.*There was always the sense that the instructors wanted to make sure everyone was on the same page and that no one got left behind. For those who struggled, the leadership did a great job of giving them extra help while balancing their commitment to the rest of the class.Everything was well-organized and there were never any logistical issues that I noticed. This is in contrast to some horror stories I’ve heard about certain bootcamps stateside. From the Driver, instructors and TAs there was no snark, there were no walls up, everyone was receptive and communicative, and took their position seriously.To the guys doing hiring at Le Wagon: keep up that good work! You’ve impressed me.**The Outcome**I’d been teaching myself web development for a couple years prior to my attendance, but Le Wagon really enabled me to bring it all together and gain the confidence I needed to know that I was in this game for the long term.During the 7th week, my small group was able to quickly bootstrap a robust Rails app with several pages and a fully functional UI and back end. And during the final two weeks, we put together a much more functional app that made the first one look like child’s play. Our final presentation was made a success thanks to the coaching and technical help from our Driver and couple of the TA’s who gave us feedback during our presentation rehearsal.Upon returning to the US, I quickly found a part-time remote position working for a startup that’s basing their SAAS product on Rails and AngularJS, and am currently negotiating with several contacts at local companies for a full time position. As of writing this review, it’s been about 80 days since the program ended.To add to that, I made some great friends and acquaintances during our extracurricular activities (hiking Montserrat, going out for drinks, getting daily lunches). My classmates were the type of people that like to get things done: intelligent, personable, mature. I truly enjoyed having the classmates I did.**Would I do It Again?**If they make a Le Wagon On Steroids for teaching another new technology? Absolutely.Read Less",FullStack program - 35+ locations,Web Development +236306,10868,le-wagon,Emile Karam,False,2017,The best investment for your career!,2017-06-01,5.0,5.0,5.0,5.0,"I took part of Le Wagon boot camp Paris batch #59 in the scope of my entrepreneurship major at HEC Paris. Joining Le Wagon was the best decision I made during the year. The program allows you to develop:- A solid basis in coding, ruby on rails, html,... Read More CSS, Javascript, SQL…- An overview of product management- A strong network of web developers extremely united and helpful for future projectsWanting to launch my startup right after graduation my goal at Le Wagon was to learn how to work with a technical team and develop a prototype that I could show to potential investors. Thanks to Le Wagon it is mission accomplished, we are now incubated at Station F.At Le Wagon, the program is built in a learn by doing format that promotes team work. Each day you start with a one and a half hours’ class then immediately put in practice your learnings by solving exercises with a class mate. This helps build strong bonds with your colleagues and learn how to code within a team which is key to succeed in future web development jobs. The culmination of the program is coding your own prototype within a team of 4 people. The experience is amazing because it gives you a taste of product management and the role of a CTO within a technical team.If you are looking to enrol in a coding boot camp don’t base your decision only on the languages you want to learn. There are tons of tutorials out there to learn whatever you want. What is important, in my opinion, is the boot camp’s teaching culture and the tools and network they provide you with to successfully accomplish your goals when you leave the camp. I highly encourage anybody considering joining Le Wagon as it is an experience that will continue to give you benefits even after the 9 week classes.Read Less",FullStack program - 35+ locations,Web Development +236302,10868,le-wagon,Julie E.,False,2016,A life changing decision - Go for it !!!,2017-05-31,5.0,5.0,5.0,5.0,"I took part in Le Wagon’s Fullstack Bootcamp as a member of the Batch #48 in Paris between January and March 2017. When I joined Le Wagon, I was taking a second gap year during my Master in Management in Paris, after having worked for a year and a half... Read More in Finance, Business Development in a Tech start-up and Venture Capital. Throughout my experiences, it quickly appeared obvious to me that if I wanted to specialize in Entrepreneurship (which I did), coding was not an option but an obligation. I had heard about Le Wagon from a friend of a friend about a year before, and as the idea of learning how to code was growing in my mind, I soon realized that the duration (2 months of intensive courses) as well as the program (fullstack bootcamp) perfectly fitted my needs. I contacted several Alumni, all very helpful, who comforted me in my decision to apply to Le Wagon.And here I was, on January 2nd 2017, at the 16 Villa Gaudelet in Paris, discovering the 39 other students of all ages and professional backgrounds I would spend the two following months with…You’ll see, studying at Le Wagon is rather demanding, as you will have to be perfectly focused during the morning classes if you want to understand and do the exercises successfully in the afternoon with your Buddy of the Day – especially during the first three weeks of the Bootcamp. But don’t be afraid: learning a new language following Le Wagon’s way is probably the best way to do it! Indeed, as the weeks pass on and your work assiduity stays the same, you really get stimulated by this feeling of gaining new skills every day, thanks both to the Teachers and the Teaching Assistants who are always monitoring your work and helping you when needed.On a broader perspective, at Le Wagon, not only do you learn how to code, but it’s also a way to :* get to meet amazing people, both alumni and fellow students, * discover more about the start-up ecosystem through the events hosted at Le Wagon, * and realize that as a student, you can indeed produce technically high-quality projects after only 9 weeks of coding (the last two weeks of the Bootcamp being dedicated to personal projects by groups of 3 to 4). I probably wrote too much already, but I could follow on like this for a long time in order to convince all of you that **learning how to code is probably the best decision you’ll ever make (at least it was for me), as it will open up amazing job opportunities for you,** and there is definitely no better place than Le Wagon to do it !Read Less",FullStack program - 35+ locations,Web Development +236294,10868,le-wagon,Julia Mays,False,2017,"Worth it!! Just sign up, you wont regret it :)",2017-05-31,5.0,5.0,5.0,5.0,"Before Le Wagon I had just graduated with a double major in Psychology and Sociology and a minor in Health Promotion. I knew I wanted to be able to work anywhere for a good wage so I looked into other fields of study. After doing a lot of research, becoming... Read More a coder/software engineer seemed like the best option. I quickly contacted Le Wagon and they accepted me for batch 49-Lisbon. Just a month after graduating, I was in a room full of creative, like-minded, intelligent individuals 9-7 Monday-Friday for 9 weeks. Through the weeks we all became like a family and pushed through the hard times of the program together as a team. The coursework sometimes seemed impossible but as I pushed through, I looked back and thought, wow that was not that hard! I feel like Le Wagon taught me how to immerse myself into a new study and now it has been very easy to work and teach myself new programming languages as needed. Right now I am working with PHP, Ruby on Rails and for fun, teaching myself game development with C#. I never thought I would be a programmer and now I am loving it! Thanks Le Wagon for helping set up that foundation towards growth and continuous learning of programming.Read Less",FullStack program - 35+ locations,Web Development +236286,10868,le-wagon,Julien Pauss,False,2017,Life changing experience,2017-05-31,5.0,5.0,5.0,5.0,"As a CEO of my start-up, I always have to face technical challenges. After a few researches, I discover Le Wagon that supplies the perfect technical bootcamp. 9 weeks to become full-stack developper with a focus on technologies commonly used by startups.... Read MoreMy experience at Le Wagon Montréal (https://www.lewagon.com/montreal) was really amazing. On the one hand, it offers intense classes and challenges that allow you to understand clearly front end and back end web development. On the other hand, you share with other students from all over the world the same goal during 9 weeks; it is like a second family. In my batch #63 there were students from the US, UK, Belgium, France and of course Québec !I highly recommend to join Le Wagon; the bootcamp could open many doors in your career path. It has been one of the most exciting experience in my life !Read Less",FullStack program - 35+ locations,Web Development +236281,10868,le-wagon,Tom,False,2017,The best investment you can do to change your job opportunities,2017-05-30,5.0,5.0,5.0,5.0,"I did LeWagon Lisbon Batch #49 in January-March 2017.November 2016. I just turned 27, I was broke like a millennial online-entrepreneur and Trump was president of the USA.""What am I doing with my life?"" The existential crisis kicked in. I was too broke... Read More to get drunk, not bored enough to watch cat videos on youtube to distract myself from myself. The usual solutions would not work this time. I had to use my brain and come up with a long-lasting solution.What is the #1 advice for millennials? Learn to code.I decided to do at least one safe move in my life: go to Lisbon and learn to code at LeWagon.Turned out it was the best decision I've made for a long time!4 months later I was standing on a stage pitching a web app we've created with 2 other LeWagon students. I've learned in 2 months how to code and I've learned in 2 months more about myself than during the last years of my life.Doing LeWagon is f***ing epic. It's far more than just learning to code! It's a real human experience with incredible people. Spending 10 hours a day together in the same struggle and the same Friday nights drinking the same beer is the best way to create a strong group. That part of LeWagon was the number 1 value to me (not the beer, the strong group).Some people would say ""it's possible to learn alone how to code! You don't need a bootcamp"" And they are right. But I prefer have an incredible experience during 2 intensive months with great teachers and awesome teammates.Doing LeWagon is fail-proof. Don't think Udemy or CodeCademy are alternatives to real Bootcamp. It's really hard to discipline yourself to learn to code and most people take too much time to learn. It's hard but nobody wanted to give up, because the days you hate code you still come for people and patient teachers, and you end up loving code again.Don't think code is not for you. Code is a tool anyone can use and learn.People around me told me that I wouldn't like code. Because I'm more of a dreamer and a creative who doesn't pay attention to details and doesn't really like to follow the rules. Anyone can learn and love code in different manners. Creatives love the possibilities it offers, entrepreneurs love the scalability and opportunities it gives you access to, meticulous people love spending time on their code and making a great craft, hardcore brains love the challenge and rewards it gives.After LeWagon I kept working online. But now I can create a prototype of any of my ideas quickly and outsource code knowing what's going on. I know I can create anything or learn any new language/technology if I put enough time on it.So if you're young, full of ideas and want to make the best investment in time, energy and money of your career. Do Le Wagon. If you don't learn to code, a robot will take your job and a programmer will take your girlfriend. Learn to code.Read Less",FullStack program - 35+ locations,Web Development +236260,10868,le-wagon,Bruna Siloto,False,2017,Great Experience @ Le Wagon Lisbon,2017-05-28,5.0,5.0,5.0,5.0,"I have a background in Graphic Design, working with front end for two years when I decided to do a programing bootcamp. I had a few ideas of web apps I’d like to develop myself and although the online tutorials were slowly helping me understand programing,... Read More I felt like I was a long way from creating something myself, so I decided to take a programing bootcamp.Searching for a bootcamp that matched my needs was a bit overwhelming, there are many options out there, but I felt like Le Wagon had the most complete curriculum of all the other bootcamps I encountered.From the many bootcamp options I saw back home in the US, I chose Le Wagon Lisbon and honestly couldn’t have been more satisfied with the experience.The program was fast paced, they covered many technologies in only 9 weeks, sometimes it was hard to process so much information, especially for me who considered myself a beginner, but I trusted the curriculum and the feedback from the teachers and it paid off at the end. I look back now and see how much I’ve learned and how much I’ve accomplished in only 9 weeks, it’s incredible. I now feel much more confident to start my own web apps and most importantly, I feel like I can learn any coding languages using the process I learned from Le Wagon.The other aspect of the program, that I had never expected before starting, was the connection with the other students, TAs, teachers and the driver - I immediately felt at home with them. Today I can say I am part of a strong community of developers and have true friends around the world, people I will always see as inspiration to continue coding and building products.As far as the location… Lisbon is just AWESOME! When we were not coding, we were out having fun, experiencing the city’s amazing gastronomic scene, visiting historic places, museums, castles, surfing and enjoying the beautiful city. It couldn’t have been better.Le Wagon was an intensive 9 week experience (emphasis on the last two weeks, when we developed our final project), filled with knowledge, new experiences, challenges and new opportunities. I have returned home with a strong foundation to start a new stage of my life and look forward to being part of the Le Wagon alumni community!Read Less",FullStack program - 35+ locations,Web Development +236198,10868,le-wagon,Pedro Almeida,False,2017,Amazing experience,2017-05-24,4.3,5.0,5.0,3.0,"LeWagon is a very intense and comprehensive learning experience, I didn't expect to achieve so much in a so short period. It is an amazing experience for everyone whishing to become a developer, an PM, an entrepreneur or even just interested in CS technology!!!... Read MoreRead Less",FullStack program - 35+ locations,Web Development +236163,10868,le-wagon,Quentin Coray,False,2017,Code your life !,2017-05-22,5.0,5.0,5.0,5.0,"I just graduated from a Business School with a Master of Science in Digital Marketing. During my internships, I had the opportunity to work on various digital projects, however, I was always frustrated not to work on the technical aspects of these projects,... Read More and not to be able to correctly understand how developers work. After meeting a former schoolmate who also did Le Wagon, I thought about it and decided to dedicate 9 weeks to learn how to code. As a ""marketing specialist"", I think it was a strong asset to combine it with technical knowledge for my future career. Moreover, coding always intrigued me and it was the perfect opportunity to learn it, because it is quite hard to do it by ourselves. So I joined Le Wagon in January 2017 as member of Paris Batch #59. These 9 weeks are very intense, but I learnt so many things! Thanks to Le Wagon, I have been able to understand what is coding, to discover several languages, how a program is set up, how to make it work, and, eventually, how to think as a developer. The team is very motivating, the atmosphere is dynamic, and I strongly recommand Le Wagon if you are curious and interested about learning how to code.Read Less",FullStack program - 35+ locations,Web Development +236162,10868,le-wagon,Anne-Sophie,False,2017,"Just to do, you won’t regret it! It’s money and time well invested!",2017-05-22,5.0,5.0,5.0,5.0,"I was part of Le Wagon Batch #59 in Paris - which ended in March 2017. I was nothing close to coding or tech...  I first majored in English Literature, then switched to Human Resources. I worked 7years in an international company but realized I wanted... Read More to use my skills to help people rather than help a company.My first drive to learn about coding came from the frustration I experienced in one of my assignments in my previous job: I was part of a project to implement an information system to facilitate human resources management - and I got to see how HR people and developers could hardly understand each other… which put the whole project at risk.Add to this that data-driven technology can also be a blessing for people outside their job to define their own career paths without having to rely on HR people within the company they belong to. I wanted to know more about coding in order to be able to bring to people this kind of tool to redesign their worklife.In retrospect, I like to see Le Wagon bootcamp as a big Lego challenge:- in the first 6 weeks, you learn about all the different bricks that you can use, what you can do with each of them and how to put them together. During this phase, you’re deep in code but the philosophy is really to get support to understand how the bricks work: you’re surrounded with teachers, teaching assistants whom you can call when you are lost. You learn to develop the right reflex to work on your own. And part of the success of this bootcamp comes from the perfect balance between theory (just what you need to understand the big picture) and practice (gradual challenges throughout the day and the course) - I've seen a lot of training programs in my previous jobs but none were close to matching Le Wagon's in getting you to really acquire skills that quickly. - then in the last 3 weeks, you use all the bricks you have learnt about to build real projects, working in a team. The outtake of this part of the bootcamp is even greater as you’re coding for real, not in a sandbox, with all the constraints you will encounter in any job (time-induced stress, teamwork, communication, etc), till the final presentation during the Demo Day. Not only you get to learn code, you also learn how to start a project by defining it clearly, pitching it and marketing it - a very valuable skill when you’re aiming at launching your startup.And of course, Le Wagon wouldn’t have been the same without the people who support us throughout the bootcamp: students who come from different horizons, but also teachers, teaching assistants, Le Wagon staff, alumni… When you start the bootcamp, you’re in for 9 weeks of spending a lot of time with amazing and passionate people - and that’s a very energizing experience.Right now, I’m working on my project, using the skills I gained in the bootcamp to develop a website to present my project, get people to book and pay online. This helps me consolidate what I have learnt during the bootcamp, while gaining new skills and giving me the opportunity to work with even more autonomy!To put it in a nutshell, doing Le Wagon was definitely one of the best decision I've made! It has opened new perspectives for me - as it will for you !, by bringing me new valuable skills and creating lasting bounds with people among the very supportive community of Le Wagon alumni.Read Less",FullStack program - 35+ locations,Web Development +239150,10868,le-wagon,Friso Jelsma,False,2017,Best experience ever!,2017-05-13,5.0,5.0,5.0,5.0,"My background lies in sales where I first came in contact with a group of programmers in Malaysia. I was fascinated to see how a dedicated team of programmers, testers and designers were able to create a tech solution that helped companies engage with... Read More their target audience. The idea to work in a team and create a custom made solutions from scratch appealed greatly to me. Choosing Le Wagon as the place to learn how to code turned out to be a great decision.The bootcamp is well organised by people that truly care about their students and teachers. The teaching material is phenomenal, they basically succeeded in creating a summary of the internet on how to code in Ruby, Ruby on Rails, JavaScript, HTML, CSS, jQuery and much more. There is a structured approach for every module, day and exercise. Everyday you team up with one of your fellow students which creates great teamspirit and group dynamics but also improves your learning curve.The teachers are absolute specialists in their field of work and share a enthusiasm in teaching. They help you to think like a developer and look for solutions in the online documentation rather then just giving you the answers. In the final weeks of the Bootcamp you will team up in groups of three to build a web app from the ground up. This team effort is, in my opinion, one of the most important learning experience. You will have to apply most of your knowledge and work together by dividing tasks and merging changes online using Github. Finally, the community of alumni’s, teachers and students is truly remarkable. On the different Slack channels people share interesting articles, job opportunities, and you can ask for help with any specific problem in the #help channel. Also there are plenty of meetups where you can stay up to date on any new developments in the field of tech and also social events like wall climbing. Whether you want to become a developer, build your own product or any other reason, I would highly recommend to join Le Wagon.Read Less",FullStack program - 35+ locations,Web Development +235922,10868,le-wagon,Clément,False,2016,Why I made the right choice ?,2017-05-04,4.7,5.0,5.0,4.0,"A look back at my experience at Le Wagon.I joined Le Wagon in October 2016. Before that, I had a rather traditional background. I studied marketing in a business school then had a bunch of internships/part-time/full-time positions in the food industry.... Read More What was the trigger for me? Well, I met an alumni from Le Wagon during a Startup Weekend and we discussed about the lack of developers and my desire to be able to build my own projects without depending on ""the technical guy"". Following this discussion, I went to an evening talk at Le Wagon Paris office which just validated my choice of joining the program. Being stressed by nature :slightly_smiling_face: I anticipated a bit. I send a mail to Le Wagon in April, I ran the interview and had finished the ruby preparation track by May. All the lights were green, I patiently waited for the bootcamp to start and quit my job.On 9th October, I started this crazy 9-week journey into code. Being back to school, I was a bit worried on the new things I would have to learn (I have never been a Maths person). The days were dense, very dense, but time was flying as we were learning new stuff and discovering the fascinating world of programming coding 10 jours every day. The quality of teaching and the teaching material itself are amazing, and made me keep my feet on the ground. We practiced lots of Ruby of course, but also HTML/CSS/Bootstrap, JS/jQuery, learnt how to integrate various API, and finished with 4 weeks using the awesome Rails framework.People in my batch were great. Every day I was discovering someone new thanks to Le Wagon's ""buddy system"", forcing us to pair program. And besides the cold winter, we were often motivated to have a dink (maybe several!) after a challenging day of code. We organised a diner, a Christmas evening, and most importantly we helped each other every day! No one was left behind! Everyone in my batch had a different background: business school, musician, students in literature, engineers, truck driver! I hope Le Wagon will continue to mix profiles like this as it is one of the biggest strengths of the program in my opinion.I came full of ambition, I wanted to build social networking website for sharing prayers. It was a bit unusual as a bootcamp's project but I managed to find 2 partners to code it for the last 2 weeks of the program. A great success, a kind of a condensed entrepreneurial adventure. You eat and sleep with your project in mind, you remain on slack to chat with your partners all day and night, you tend to get stressed, you argue, you celebrate when you implement a new feature, you cheer each other up until the final pitch! To sum up, I loved these 9 weeks, and especially the last two when everybody fully realized all the work that had been done the previous weeks.While looking back at this experience, I don't have any regrets making this decision at all and I'll advice anybody wanting to learn coding to do the same.What's next for me? As for now, I am launching a freelancing career in parallel with preparing the launch of Bless Me.Read Less",FullStack program - 35+ locations,Web Development +239190,10868,le-wagon,Carolyn Johnson Orosz,False,2017,Best decision - can't recommend Le Wagon highly enough!,2017-05-02,5.0,5.0,5.0,5.0,"Le Wagon was hands down one of the best experiences and investments I’ve made. Prior to Le Wagon I was working as a business analyst at a financial company. I worked with software engineers every day and I was interested in how software development is... Read More done but didn’t have the technical know-how. This inspired me to get more technical and kick start my career as a software developer. The course absolutely surpassed all expectations I had. I feel it gave me very applicable skills and 9 weeks later I know how to build an application end to end. In addition to gaining all these skills I also got to meet a great community of entrepreneurial and fun people. The week after bootcamp I was invited to interview at 3 companies for junior software developer positions. If you’re keen to kick start your career in software development, can’t recommend Le Wagon highly enough!Read Less",FullStack program - 35+ locations,Web Development +235888,10868,le-wagon,Archie Gilbert,False,2017,Best Decision I've made,2017-05-02,5.0,5.0,5.0,5.0,"My name is Archie Gilbert and I attended Le Wagon’s coding bootcamp in London from January to March 2017.I’ve always been interested in technology and have wanted to study it ever since I was a kid, but school just wasn’t teaching me what I wanted to... Read More learn so I left when I was 18.I looked into some coding bootcamps and Le Wagon was clearly leading the game with the best reviews, highest ratings, most interesting alumni projects.So I started in London in January 2017 and I learnt more technical skills in the space of 2 weeks than I did in my entirety of formal education! Even my friends who decided to go to university can’t compete with the scale of things I can now create.Le wagon has kickstarted my career and I even got my first project by meeting their alumni! Joining Le Wagon was the best decision I’ve made in a long time and I still miss going there every day and being in the environment of constant learning.Read Less",FullStack program - 35+ locations,Web Development +235869,10868,le-wagon,Diosa Taylor,False,2017,The best thing I've done in a while,2017-05-01,4.7,5.0,5.0,4.0,"Before Le Wagon, I spent about a year doing various online courses to try to learn how to code. They taught me the basics of HTML, CSS, JS and some other areas of programming but I couldn’t build anything completely from scratch and couldn’t tie together... Read More what I knew with any degree of confidence.Le Wagon’s bootcamp was exactly what I needed. It took the bits and pieces I already knew, filled in the gaps and amalgamated all of this knowledge so I now have a much better understanding of the bigger picture of web development and programming in general. The teachers were fantastic and I studied alongside some wonderful people who I still keep in touch with. The pace of the course is fast and it makes for a very intense 9 weeks but you learn so much every day and the structure of the day ensures you get time to practise extensively and then digest and consolidate everything with evening live code sessions.I’m currently working as a junior web developer and finally feel as though I have the skills (not to mention resources!) to build web applications in Ruby on Rails and build on the solid foundation that the bootcamp provided me with. Highly recommend to anyone that wants to learn to code!Read Less",FullStack program - 35+ locations,Web Development +235863,10868,le-wagon,Clement Bruno,False,2016,Amazing experience @ Le Wagon Paris,2017-05-01,5.0,5.0,5.0,5.0,"Before joining Le Wagon I studied Finance in college and accumulated several work experiences but I've always been convinced that technologies shape the future of all industries. Also, I had a strong interest in computer related stuff and was kind of... Read More a geek. This partly explains why, after I graduated, I felt the need to gain real knowledge in the programming field. Also, I’ve always been impressed by people who were able to « talk to » computers and was kind of frustrated I couldn’t understand a damn thing when listening to them. I was eager to learn but couldn’t afford to spend several years in college again. This led me to investigate in all the possibilities which were open to me. After quite some time spent reading articles and comments I knew I wanted to enroll in a bootcamp… The only thing left was finding which one was the right fit for me. As I kept reading, I learnt more about the different technologies and began to be interested in ruby since, at the time, someone told me that my favorite website (airbnb) had been built with ruby on rails. This is how I enrolled at Le Wagon after I saw that the bootcamp had great reviews on several sites.Now, more on the content of this bootcamp. I had a great time there and learnt a lot in a very short amount of time. The environment is very stimulating since you are gathered for 9 weeks with brilliant people with very diverse background which contributes to make the experience even better. The curriculum is rock solid and taught by teacher who « know their stuff » to say the least. The approach is very well built since it starts with core programming courses during the first 3 weeks aiming at allowing you to be able to solve problems building algorithms from scratch with ruby.After this first block, you start learning technologies related to the front-end side of websites, which is the part of the program that the most creative people usually prefer.Once these two first blocks completed it’s time to link everything together. This is when you start learning rails (i.e. ruby’s most popular web framework) and experimenting the construction and deployment of websites with an actual back-end.The whole curriculum is really hands on because, let’s face it, if you want to learn programming it really is the only way. The last 3 weeks of the program are dedicated to coding in teams on projects. This is when you start relying heavily on github and understanding the prime importance of versioning your code. A week is dedicated to the construction and deployment of an airbnb clone which can be anything you want as long as it is a marketplace or something related. For the record, my team and I developed a dating website. Then, the last two weeks are dedicated to an entrepreneurial project brought by the students themselves. In fact, during the program, a day is dedicated to students’ pitches. During this day, students who have a personal project can pitch it in front of the rest of the class. After this session, following their interest, people gather in groups of 4 or 5 to develop this idea. At the end of the 9 weeks, the demo day takes place. Every group presents its project in front of physical and virtual (the demo is live streamed) spectators. A truly enjoyable moment :)The last 3 weeks of the program were the ones where I learnt the most since you have to use each and every technology you learnt and practiced in the previous weeks.I am really satisfied with my experience and would recommend anyone who is hesitating to enroll.Read Less",FullStack program - 35+ locations,Web Development +239200,10868,le-wagon,João Silva,False,2017,Amazing experience - Le Wagon Amsterdam,2017-04-29,5.0,5.0,5.0,5.0,"When I decided to change my career, I quickly realised that I needed to acquire new skills in a fast way, so no university, no Masters, no Bachelors. After benchmarking several Coding Schools, Le Wagon seemed to the best choice based on countless reviews,... Read More curriculum, price, duration and staff, and I was correct!When I started my coding journey at Le Wagon, I brought with me some tech skills that I acquired during my BSc in Computer Science and during my previous job as an IT Consultant. I've learned so much over the course of 9 weeks, even though I had some prior knowledge before the bootcamp. Le Wagon offers a well structured curriculum, starting from the very beginning and building up to more complex topics and finally allowing you to build complete apps. Each module is taught by teachers who have the perfect knowledge of the material covered during these modules and who know the market.During the bootcamp I've noticed that Le Wagon connected us to the tech industry through inviting companies, visiting tech events and tech job fairs and by providing and sharing job opportunities. The value of the bootcamp is very present, at least in Amsterdam, because companies there have a great acceptance of the bootcamp. For example, I found a job as a junior Ruby on Rails developer, during the last weeks of the bootcamp, when I was working on my final project.Le Wagon's does not only teach the programming skills but also implements a business view throughout the entire program, by the end of the course, everyone is able to understand the value of an idea, design and implement it, using cutting-edge technologies and frameworks.Each person who is part of this course must be aware that they will belong to a community among entrepreneurs and developers. After the bootcamp they are all part of the global Le Wagon alumni family. If you are the type of person that, want to learn cutting-edge technologies, understand the business behind an idea, be part of a tech community, build your own applications and want to maintain a close relationship with tech companies then I would highly recommend to join Le Wagon.Read Less",FullStack program - 35+ locations,Web Development +235841,10868,le-wagon,Guillaume Lannes,False,2017,Amsterdam Batch # 62 - Worth it!,2017-04-28,5.0,5.0,5.0,5.0,"I used to work as a structural engineer but I was not satisfied with the day to day challenges and the work I had to do. I wanted to join a startup with a more young, dynamic environment but I didn't have any transferable skills. A friend of mine suggested... Read More I joined le wagon.My experience at le wagon has been very positive. Not only because of the actual course and how in 7 weeks I had learned enough to code my final product in 2 weeks but also because of the community at le wagon and the network it has created for my professional career.I am now looking for a job as a web developer and in only one week of finishing le wagon I have been getting multiple responses from various startups to set up interviews and discuss how I would fit in their team.If you want an intensive course that will open many doors in the start up industry or web development world and have no prior coding knowledge I would definitely recommend joining le wagon!Read Less",FullStack program - 35+ locations,Web Development +235916,10868,le-wagon,Theodore Laurent,False,2017,A little bit about me and Le Wagon,2017-04-28,5.0,5.0,5.0,5.0,"My name is Theodore, I am French, 29 years old. Born and raised in Paris, I studied Business and Finance at McGill University (Montreal) for 4 years and then a master “Grande Ecole” at EM Lyon (Lyon and Shanghai).Right after this, I started straight in... Read More market finance as an equity derivatives and structured products sales at BNP Paribas for three years. First in Paris, then NY and finally London. Although these were very fun years of my life, I was introduced to the great world of tech and startups in NY and got very passionate about it. Along with the realization that finance is not what it used to be, I felt the urge to do something more creative with my life…Hence, with two friends of mine, and with little tech knowledge, we decided to quit our jobs and create our first startup (a social marketplace for home services called Hively). That went on for 8 months until strenuous disagreement on entrepreneurial style and vision led us to part ways. So it’s a pretty classic startup story with all the lessons that come with it: 1. Starting a business with friends is hard. 2. Having little tech knowledge is not an advantage. 3. Paying a dev agency to build your mvp is both expensive and inefficient.A friend of mine and LeWagon alumni was often telling me about coding bootcamps and I felt the urge to jump into coding. First to get a general understanding of code and second to be able to build the mvp of my next startups by myself. So in Jan 2017, I started LeWagon in London. Boy what a ride. I truly loved that intense experience. I met great people, found out that code does not burn and is actually really cool. If you think (like me) that Excel is fun, wait until you start code. It’s Excel fun x10. Last two weeks at LeWagon, we worked on a idea of mine which is to build a premium livestreaming platform for influencers. We had a lot of fun and we still do because we (4 LeWagon classmates and myself) are working on it now and we should be able to launch it pretty soon. It’s called Socialive TV - Curated and interactive livestreams, hope you like it!That’s it from me, I think everyone should learn to code and LeWagon is a great place to start. The community is great so if I were you, I would not hesitate. Personally, LeWagon was the best decision I made in a long time.Cheers,TheoRead Less",FullStack program - 35+ locations,Web Development +235832,10868,le-wagon,fahad alkubaisi,False,2017,Amazing,2017-04-27,5.0,5.0,5.0,5.0,"I was looking to change my career from sales to being a web developer, so I did a lot of searching on the web. I saw Le Wagon has five stars so I contacted them and they invited me to their demo day in December 2016.I was surprised how amazing their presentations... Read More and products were. I had a word with a few of the students and most of them didn't know how to code before they join Le Wagon and that’s what made me so comfortable joining the bootcamp.They do tell you that the first weeks you really need to stay focused. So I did, and I can’t believe that 9 weeks later I was presenting and launching my own product, Desk Joy, in front of a crowed at Google Campus. It was an amazing experience and now I have a strong foundation to move forward as a developer or to build my own products.Read Less",FullStack program - 35+ locations,Web Development +235829,10868,le-wagon,Pierre Rozé,False,2017,"Hard, Meaningful and Life-changing Experience",2017-04-27,5.0,5.0,5.0,5.0,"As most business students I faced the importance of tech during my first working experiences. Le Wagon provided me an intense, meaningful, hard and super useful experience. Following the program in Brazil was super exciting as we discovered how big is... Read More the potential for tech projects in this country and got to make useful connections there. My end of studies partners are now my associates and we are trying to convert our project into a profitable company. To sum it up: it’s hard, intense and life-changing.Read Less",FullStack program - 35+ locations,Web Development +236789,10868,le-wagon,Catherine,False,2017,Honestly just do it!!,2017-04-26,5.0,5.0,5.0,5.0,"I always knew I was interested in becoming a Web Developer but I was doing a non-technical degree at university and wasn't sure I would find work as a developer afterwards. (I studied French). I was teaching English abroad and when I was asked to teach... Read More a Technology course I realised I was a lot more interested in coding than most of my students...this was when I seriously started looking at becoming a dev.I ended up picking Le Wagon for a couple of reasons - the reviews were pretty unanimous that it was a great place to study, and it was also only 9-weeks long and I wanted to get working ASAP so I didn't mind signing up to something pretty intensive.It was definitely more than 'pretty' intensive but I had the most amazing time doing it. I'd already done a fair bit of HTML/CSS before the course but it feels ridiculously insignificant after an intensive week of JavaScript lessons! They also teach you to code properly --what to avoid/best practices-- which I'm so grateful for in hindsight. It's more than just knowing how to code, but also how to deploy an app from scratch along with a ton of other really useful lessons.A lot of people said the first couple of weeks were very tough and they were right, but IT'S SO WORTH IT. Le Wagon is definitely a 'work hard/play hard' kind of place. The teachers were all amazing and they went above and beyond when we got stuck. (Especially in the last two weeks of project deadlines!) It doesn't stop when you leave, either. Everyone is so happy to help with issues post-course and there's a brill alumni network. I loved learning to code in Ruby, but when we got to the frontend, I completely fell in love and had my fingers crossed for a great job as a front-end dev (which I found just a couple of weeks later).Taking Le Wagon has quite literally changed my life - I'm doing what I've always wanted to do.Read Less",FullStack program - 35+ locations,Web Development +235772,10868,le-wagon,Jonathan Parisot,False,2017,"Amazing Experience, if you're curious about coding, do it",2017-04-25,5.0,5.0,5.0,5.0,"I had been wanting to learn coding for a while before enrolling to Le Wagon. I started learning with some online services but was not convinced. After benchmarking several bootcamps in both US and Europe, it seemed Le Wagon gave the best value for money.... Read MoreI didn’t regret one second joining them. The pedagogy - focused on practice - is extremely innovative. The courses are very well structured and engaging. The teachers are clear, professional and friendly. The technologies and methodologies you learn are what companies are using.By the end of the bootcamp, everyone is able to build their own app, and more importantly has the right basics to be able to keep learning new languages, frameworks and technologies.Last but not least, you become part of a community of entrepreneurs and developers which will be there to support you in your future challenges.Whether you want to become a developer, build your own product, be able to better talk to the tech guys in your company or are just curious about coding, I would highly recommend to join Le Wagon.Read Less",FullStack program - 35+ locations,Web Development +235703,10868,le-wagon,Evan Thomas,False,2017,Le Wagon London - The single best learning experience of my life,2017-04-19,5.0,5.0,5.0,5.0,"I’ll give you some life context so that you can understand how Le Wagon legitimately changed mine. I left university midway through my degree in History and German. I didn’t feel that I was getting enough value to make the investment sensible. I was there... Read More because of ambition. I want to have a good career in a job that I enjoy. I went to an academic school in London and was taught that university was the only way forward after 18. To not go would be to forfeit my right to a successful future; to stagnate. Keep paddling, don’t rest, you’ll make it.I was on holiday in Lisbon, staying in a house share. Sitting at the kitchen table I saw fluorescent text tapping along a dark laptop screen. Coding, just like in the movies. It still excites me when I open up my laptop and see the arcane looking terminal and text-editor in which I do most of my work. I asked the guy operating the laptop how I might be able to sneak into his mystical world. He asked what I was studying. History I said. Well then, a coding bootcamp he said. And that’s when I found Le Wagon. Googling away and trying to find the best bootcamp in Europe. I hit gold, but I didn’t know it at the time. I applied, I got a place and I left university. I didn’t make my decision lightly and I was worried that Le Wagon wouldn’t live up to my hopes and dreams. That I wouldn’t like coding. The first three weeks are hard but immensely rewarding. At 9am the 90 minute lecture starts and one of Le Wagon’s great teachers guides you through a new concept. You have to concentrate. Every syllable is important to your understanding. You then split off into randomly assigned pairs and work through coding exercises until 5:30pm. This is where your brain strains as it shifts and develops new methods of function. You’ll get tired, you’ll sit in total frustration, you’ll feel brilliant. From 5:30pm-7:00pm a student will go in front of the class and try to solve a coding problem. Don’t worry if the thought of this intimidates you, it does most, but you won’t be alone up there, the class will work with you. On this course you learn hard skills. Through 400+ hours of coding you are born into the world of technology and what an awesome world it is. The next 4 weeks are also difficult but there is a shift in what is learned. It becomes much more visual, and your first three weeks come together to make sense. You really have to trust the process. Often times you might think, why are we learning this? It’s because Le Wagon is responsible. They don’t give you a whistle-stop, skim read, superficial introduction to coding. They dig the foundations deep to steady you for a whole future of explosive growth. The last 2 weeks are spent working on your final project in teams of 3-4. This is the stuff I love, creating something from nothing. Once again it’s hard but by this point you trust in your ability to make your vision a tech reality. I worked with a fantastic team to build a livestreaming platform (socialive.tv). We’re planning to launch soon!Le Wagon is up amongst the best things that I’ve ever done. I feel like I have a superpower, but like any good hero/heroine I’ve got to keep growing, learning, and adapting. That’s the world of technology and that’s what Le Wagon teaches you.Read Less",FullStack program - 35+ locations,Web Development +235699,10868,le-wagon,Edouard de Beauffort,False,2017,Not just coding,2017-04-18,5.0,5.0,5.0,5.0,"Before knowing Le Wagon I was working at Ladbrokes (gaming industry) on offering customers new products. Obviously, every new product release had to come from the IT department and from developers. But daily meetings with them wasn't easy as computer... Read More science was hard for me to understand. Therefore, for a given product I had no idea of the necessary workload and I had no credibility among external providers. My frustration was at its height…Then, some friends told me about Le Wagon and its fast track coding course ending with a real product release. It was a good opportunity to learn quickly and in a structured way the art of coding. Besides, my colleagues and I had an idea for a new mobile game. This could be the perfect spot to build a prototype and to test its potential. For the first 9 weeks of 2017 I joined Le Wagon's London bootcamp and started to learn coding. It was not an easy course, everything was new. Teachers however knew they had newbies in the classroom; their pedagogy consisted of every day short theory lessons and many exercises. Coding was fun and every day was perceived as an achievement! Once the bootcamp was finished, I came back to Ladbrokes with a prototyped game and I also joined the IT department! I am now fully working on the development of the game, from defining its strategy to daily discussions with developers. I have gained confidence in computer science expertise and in every day discussions with the IT department.One thing is certain; le Wagon is an incredible experience and brings you much more than only coding skills!Before knowing Le Wagon I was working at Ladbrokes (gaming industry) on offering customers new products. Obviously, every new product release had to come from the IT department and from developers. But daily meetings with them wasn't easy as computer science was hard for me to understand. Therefore, for a given product I had no idea of the necessary workload and I had no credibility among external providers. My frustration was at its height…Then, some friends told me about Le Wagon and its fast track coding course ending with a real product release. It was a good opportunity to learn quickly and in a structured way the art of coding. Besides, my colleagues and I had an idea for a new mobile game. This could be the perfect spot to build a prototype and to test its potential. For the first 9 weeks of 2017 I joined Le Wagon's London bootcamp and started to learn coding. It was not an easy course, everything was new. Teachers however knew they had newbies in the classroom; their pedagogy consisted of every day short theory lessons and many exercises. Coding was fun and every day was perceived as an achievement! Once the bootcamp was finished, I came back to Ladbrokes with a prototyped game and I also joined the IT department! I am now fully working on the development of the game, from defining its strategy to daily discussions with developers. I have gained confidence in computer science expertise and in every day discussions with the IT department.One thing is certain; le Wagon is an incredible experience and brings you much more than only coding skills!Read Less",FullStack program - 35+ locations,Web Development +235688,10868,le-wagon,Gauthier Levha,False,2017,Give yourself the means to do it,2017-04-17,5.0,5.0,5.0,5.0,"'Change your life, learn to code'. This may just sound as a good marketing tagline, but if you give yourself the means to achieve this goal, Le Wagon will come up above your expectations.At the very beginning of my studies, I started to think about launching... Read More my own startup one day. For the past few years, the will to create something and be an entrepreneur has only grown in my mind. This idea kept flourishing when I was studying mathematics at Dauphine and then corporate finance and banking at EDHEC business school. I was lucky to work on an amazing music project « Get The Sound » with a great team, launching a broadcast channel and later on a music label.I realized the end on my studies would be the right time to take a chance and start my company, but I was missing three important things: the team, the skills, the mindset. I got the right mindset by myself through reading, meetups, programs such as « Lion » by TheFamily. This is how I heard about Le Wagon, and I was convinced it was exactly what I needed for the next steps. Starting in January 2017, it has been a life changing experience to me: not only Le Wagon kept its promises to bring me valuable technical skills to be able to make my ideas come true, but it was also a great human experience where I got to meet amazing people gathering from all horizons. Le Wagon gave me the tools to be able to learn by myself and to continue to move forward. It also provided me a great startup network, and a killer team. I am now launching my batch project, The Good Gift, with two friends met at Le Wagon: Alexandre and François. Besides, I am coding a website for Get The Sound, and I will be Teaching Assistant for the next batch. On a day to day basis, I can also benefit from the hyperactive Le Wagon's community. So if you're ready to change your life and work hard to achieve your goals, go for it. Once you're on board, Le Wagon won't stop taking you further…Read Less",FullStack program - 35+ locations,Web Development +235687,10868,le-wagon,ISRAEL,False,2016,So worth it,2017-04-17,5.0,5.0,5.0,5.0,"After 6 years working in engineering, in the railway industry (first doing a technical job, then a management-oriented job), I decided to move to a different environment (a bit tired of the big structures in which nothing evolves at the pace you want).... Read More I could either switch company to get a nice raise, or attempt something completely different : go freelance into web development, and that is what Le Wagon offered me : 9 weeks to become a fullstack ruby on rails developer. I couldn't really believe it, but i decided to see for myself so I went to a startup launching party (LOKORA) in Le Wagon Paris and I had a good impression talking to people and drinking mojitos. Looking online, I also had a good impression, so I jumped right in. Along with a really friendly ambiance, the program started intensely with its backend challenges (which I LOVED). It really consumes some brain power to conceive algorithms to convert ROMAN Numbers to Arabic and Vice-Versa when not used to. One thing I also really enjoyed was the scrapping/parsing course : I felt like I was given such a powerful weapon but so easy to use. An important part of the pedagogic system was the black box testing : each exercise you had to do was automatically corrected by a testing robot, which ensures that you got it right and if you don't, it tells you why and what's wrong. This thing even makes sure your coding style is good :smile: Exercises were so intense that twice a week, we had Claire teaching us Yoga : this thing is AWESOME and enables you to focus again and get your exercises done. The front-end teaching was good, but I was clearly not gifted for this. The project part (last two weeks) was awesome – very stimulating, and really taught us how to work in teams using GitHub, which is really valuable when you apply for a job. There is also this good atmosphere that you get surrounded with because all the staff is always FRIENDLY and INVOLVED. Weekly events are often organized with talks (they have an important person coming and telling you about his/her experience) – and GOOD beer (not the cheap one). One thing that I can also point out is that most of the people that attend Le Wagon do not exactly know what they are going to do after, but whatever they will be doing, they know this training is worth it. When I got out of le wagon, I found a first client quite easily and worked 3 months (a startup in advertising) : I improved so much that I decided to build projects on my own for companies that did not have a CTO (ex : I am currently negotiating with a real estate company to sell them a custom tailored CRM ), I even do some marketing emails campaigns with MailChimp (which is a fun thing to learn if you don't do that everyday). All this to say that I was over-satisfied with my Le Wagon training, even suprised how easy it was to change a career and head towards entrepreneurship.Read Less",FullStack program - 35+ locations,Web Development +235651,10868,le-wagon,Hugo,False,2017,"If you are reading this, you need to do Le Wagon",2017-04-12,5.0,5.0,5.0,5.0,"I graduated from a business school 4 years ago with the impression to have learned little and regretted not learning enough skills useful for the startup world. I wanted to learn a programming language but I needed to find a job and wasn’t sure I wanted... Read More to start over studying. Today I just finished batch 51 of Le Wagon in Bordeaux in France and if I could go back in time I would scream at my recently graduated self “GO DO LE WAGON!!!” I learned to learn how to code. The program is well built to teach you the foundations of web programming with custom tools developed by the team. I also greatly appreciated the immersive experience in the life of a web developer which is a huge asset even if you never code again. But most of all, the teachers are all former students of Le Wagon which makes them the best help because they know exactly what you are going through.Now I am back working on my startup idea with all the skills I need and a big network of alumnis.Hugo from batch 51 (early 2017) of Le Wagon in BordeauxRead Less",FullStack program - 35+ locations,Web Development +235643,10868,le-wagon,Remi d'Yvoire,False,2017,Transformational experience,2017-04-10,5.0,5.0,5.0,5.0,"Coming from a business background, I was missing a creative dimension in my investment banking career. So I decided to take a year off from my MBA and learn to code with the objective to move to a tech role after graduation.That's when Le Wagon came into... Read More my life and allowed me to make a transition towards a more creative career. It was the ideal first step to become an entrepreneur.I loved my time at Le Wagon: the entrepreneurial mindset, the dedication of the staff and the overflowing creativity of my fellow students made these 9 weeks a unique and transformational experience.It is incredible to realize how much you learn and can achieve in 2 months and a half: I became more independent and was able to launch my own venture with friends.Le Wagon not only brings you technical skills but also an essential working framework.Read Less",FullStack program - 35+ locations,Web Development +235634,10868,le-wagon,Timothée Goguely,False,2017,Just do it,2017-04-07,5.0,5.0,5.0,5.0,"After studying graphic design and working for two years as a freelance UI/UX designer in Paris, I decided to join batch #48 because I wanted to be able to develop my own projects, from the first idea to an actual web app. And I was not disappointed!The... Read More pedagogical approach and teaching methods are designed to help the student to learn by himself and become an autonomous web developer, while learning how to work among others as part of a team — physically and online. Moreover, Le Wagon Paris staff is full of very cool and talented persons who care a lot about the welfare of all the people involved in this crazy adventure.After probably the 9 most intense weeks of my life, I was really proud and excited to present the MVP of mnemosyne.io, the project we built during the last 10 days with 3 other students — here is a link if you want to watch it https://youtu.be/gX1ZnS2QYd4?t=7m34s. It’s a platform to share and discover art and design master theses. I’m now working on an alpha private version and hopefully a public beta version at the end of this summer!So if like me, you want to give life to your best ideas, I can only recommend you to apply to Le Wagon FullStack program. I promise you that you won’t regret it ;)Read Less",FullStack program - 35+ locations,Web Development +235635,10868,le-wagon,Lucie La Sagna,False,2017,A journey you won't regret !,2017-04-07,5.0,5.0,5.0,5.0,"I enjoyed a lot my experience at Le Wagon Bordeaux. I was then enrolled as a student in the batch 51. To me, it was a great experience, both humanely and professionally talking.Humanely, it allows me to meet many people from every background and every... Read More age. People, both students and teachers, are for the most talented, enthusiastic, motivated and funny. It makes the atmosphere really cool. Besides, in my opinion, it is definitely a way to learn faster and easier. You really meet great people during Le Wagon. It’s a real human and enriching experience on that matter. Furthermore, you have many opportunities to maintain a relationship with people thanks to very regular meetings (every week) and web tools.Professionally, I think Le Wagon is a real springboard. You get a very effective knowledge. Courses are not bullshit at all. The content is very serious, precise and useful. Whatever is your final objective, become a developer, get more legitimity to web products’ management positions, or launch your business, you won’t regret the journey. Everything is really very well thought out. I mean both the organisation, the courses by themselves but also the philosophy behind. For example, there is a great attention given to collaboration, which is to my view very useful. You also learn to promote and defend your own projects. Thus, there is a real entrepreneurial orientation given to the bootcamp in general, which is obviously very well considered. At the end, you will present your project in front of a great assembly composed by the students, the teachers, but also people from different business.For the two last weeks, you will construct your own final project in a group of three or four. You will be surprised to see all the things you can achieve in only two weeks. It’s really incredible. For my part, I was in a group of four and we built from scratch an entire e-commerce site. The customer journey was effectively working from A to Z with in addition a great design and a great user experience. We were really proud of it and we had a lot of excellent feedback, including some fruitful ones !So, as you may have guess, I definitely recommend Le Wagon. It’s an enriching and very concretely useful experience. Do no longer hesitate !Read Less",FullStack program - 35+ locations,Web Development +235404,10868,le-wagon,Isabelle,False,2016,An amazing 2-month web development bootcamp!,2017-04-07,5.0,5.0,5.0,5.0,"You are a creative individual and you don't have the tech skills to make your ideas real? You feel that your studies, even prestigious, haven't provided you these skills, focusing more on theory than practice? You want to change your life? Don't hesitate... Read More any more, just jump on the band wagon!I made this choice 6 months ago and I don't regret it! After a MSc in Engineering, I spent 5 years in a consulting company before I decided to launch my own startup: ZADL, a service to plan paid events between friends.In order to test this idea, I needed a fully functional MVP, and I didn't want to delegate the development of the product. Sadly, I had no programming skills to handle it on my own. At this time, I heard about Le Wagon from a friend very connected to Paris startup ecosystem. I made my own investigation calling a bunch of alumni! They were all extremely enthusiastic about their experience. I was convinced at this point and I just jumped in. I was part of batch 43 and did the 9-week course from October to December 2016.In only 2 months, we went through all the basic skills a beginner needs in order to build a web application from A to Z. Ruby programming for the backend side, SQL for the database, HTML/CSS and Javascript for the front-end part, and also very useful product design tools like Sketch or Marvelapp. We also learnt how to collaborate within a developers' team using Github, and used Ruby on Rails to speed up our app development and not re-invent the wheel for every new web application. During the 3 last weeks of the programme, we worked on two projects, that we built completely and put in production with Heroku. One of these projects was my startup idea, http://beta.zadl.fr/.In my opinion, Le Wagon made me save nearly 2 years compared to what I would have learnt on my own with online MOOC and tutorials. Le Wagon's program is really intense and requires a 100% commitment. But there is also a very cool atmosphere, with a team of dedicated and passionate teachers and teaching assistants. Besides the ""coding"" part, Le Wagon also connect you to a great community: young grads, artists, engineers who want to switch their careers... We all helped each other during the 9 weeks and some of us really became close friends. After Le Wagon, part of my buddies pursued their entrepreneur's journey, and a lot of them started working as developers, either doing freelance or in full-time positions.To conclude, I would recommend Le Wagon to anyone willing to learn how to build a web application with a very thorough curriculum and an amazing students' community, that be for working on your own project or literally for changing your life!Read Less",FullStack program - 35+ locations,Web Development +235370,10868,le-wagon,Anonymous,False,2017,Le Wagon Bordeaux #batch51 ! The best thing I've done in my life!,2017-04-07,5.0,5.0,5.0,5.0,"Doing Le wagon Bootcamp and learning how to code during 9weeks was the best decision I have made!I didn't know anything about programming or coding but the Bootcamp program is so well thought and built that you can't fail.It has been very intense, my... Read More brain did a 360°tour! But so efficient! I have met great people, joined a great and active network and gained new skills that allow me, now, to code and develop my website on my own! It opened new perspectives . I sincerely advise anyone who is interested by websites to do it.For more info, here is the link of le wagon Bordeaux https://www.lewagon.com/fr/bordeaux (they are great people!!)Read Less",FullStack program - 35+ locations,Web Development +235350,10868,le-wagon,Carl,False,2017,Change your life with Le wagon,2017-04-07,5.0,5.0,5.0,5.0,"Learn to code and change your life! 9 weeks and that’s it, you can call yourself a dev and realize any web app with your two hands? Sounds a bit ambitious but four weeks after finishing the bootcamp (batch#48) I can definitely confirm that this is true!... Read More I have quit a comfortable yet annoying product manager position in the IT industry to jump into a fascinating but risky entrepreneurial adventure in the Travel sector. Le Wagon was a pivot in this adventure and gave me efficient technical skills. Thanks to the content and the quality of the bootcamp, I am developping a MVP on my own. I am about to show it to potential investors. All I need now is to incorporate my company an test my product!Read Less",FullStack program - 35+ locations,Web Development +235611,10868,le-wagon,Diogo Leal,False,2017,Life changing experience,2017-04-05,5.0,5.0,5.0,5.0,"My experience at the batch#50 Le Wagon at Rio was amazing! Really a life changing experience. Before the bootcamp I couldn’t find a job and was actually struggling to find something I wanted to do. I’ve learned so much with the Wagoneurs, I feel like... Read More I can do anything right now. I was always interested in technology and what it could do, so I got into Mechanical Engineering school and looked for researches and extracurricular groups. But when I graduated at the beginning of 2016, I saw that most of the opportunities in engineering were on production, following orders and doing a lot of the same thing every day. Nothing in the area interested me much, but I still felt like I needed a job, so I got lost looking for opportunities without any focus. One of those job searches led me to find out about Le Wagon. At first I was a bit skeptical because I didn’t picture myself as a part of the start-up/entrepreneurship world and didn’t know how much they could actually teach me in 9 weeks, but I decided to apply just to learn to code better and hoping I could find a job as a developer afterwards. I am so glad I gave it a shot. I had some programming skills before the bootcamp, but now, after it, I consider myself a web developer. Not only we learned to write HTML, CSS, Javascript, jQuery and Ajax, we also learned how to build software from scratch with a strong and scalable ruby backend using the Rails framework. Something I also consider very important is that now I feel confident enough to look for solutions for whatever problem I may face on-line and adapt to my code, which happens all the time to developers. All of that using Git and Github to contribute with my batch and project buddies. Le Wagon gave me the technical skills with which I can now build any prototype and start-up any idea I have. During my time there I really found myself doing something exciting, with the help of awesome people. It really changed me personally and professionally. I recommend it to anyone who wants to learn to code. This is the place for that and much more.Read Less",FullStack program - 35+ locations,Web Development +235595,10868,le-wagon,Moufid,False,2017,Intense but worth it,2017-04-04,5.0,5.0,5.0,5.0,"I was a student in batch #48 in Paris. Before Le Wagon, I had studied finance, international relations and Islamic studies (quite a mix, I know) and worked as a political researcher, and as a news producer in a international news channel.I joined Le Wagon... Read More because I wanted to set up my own news-related website. I attended the bootcamp while studying towards a master's degree on the side, which I don't recommend, because Le Wagon will need your full attention, and missing even one day in an intensive coding bootcamp can set you back quite much (I ended missing a few days, because of family circumstances, because I got sick, and also because I had to study for my exams).There, in the last three weeks, three of my classmates and I built a service that helps people in need to find soup kitchens and free meals near them using simple text messaging. After the bootcamp, we are still working on the website and have transformed it into an non-profit association.Le Wagon was an intense experience, one of the best in my life. And it wasn't easy: frustrating at first, but rewarding at the end. And the key is not to give up. Besides learning how to code, I made some really good friends, and I also had the pleasure to meet some great people amongst the teachers, teachers' assistants and staff.I highly recommend Le Wagon to anyone who wants to learn code.Read Less",FullStack program - 35+ locations,Web Development +235573,10868,le-wagon,Rodrigo Ruas,False,2017,Amazing experience!!,2017-04-04,4.7,5.0,5.0,4.0,"On July 2016, the company in which I worked as an engineer for years had to let go all of its workers. The Brazilian crisis hit us and it hit us hard. In that day I realized that the good old times of engineering had been left behind and that there was... Read More no use in looking for a new job. The country wasn't growing anymore, there was no money left and nobody was investing. Me, as a Construction Engineer, realized that I couldn't be independent, that there was no use for all those years that I dedicated to my work. I would always depend on the government, investments and big corporations.Some weeks later I realized that I had to learn new abilities that would give me independence that would break that rope. That's how I restarted to study coding. I had learned a little bit on university, but the good old Pascal wasn't any good anymore. I bought some courses on Udemy. I started with python. I watched some hours of class but was a bit lost. I didn't know how to apply that on the real world and neither where I could use all those For, While, classes and objects.I got tired of python and started trying to learn front-end. I thought to myself ""Now we're good"". I was really learning something from html and css but when I got to javascript and jquery then even though the teacher had really nice ratings on Udemy that was just not doing the job. Sit in my chair watching classes wasn't getting me anywhere - it was time to get my hands dirty. I started to look for on-site courses and I was introduced to the bootcamp concept. I found some really expensive ones in the USA that appeared to be very good, but it wasn't financially worthy for me. I then looked in Europe and found a French coding bootcamp called Le Wagon. And, to my surprise, there was a batch starting in Rio, close to my apartment.I then researched innumerous reviews, articles, videos, instagram posts... everything that I could get my hands on. I only found good reviews and comments, so I decided to apply to the batch starting in January 2017 in Rio. After I got approved in an interview with one of the cofounders of Le Wagon Brazil, one of the mandatory pre-requisites was finishing up the Ruby track on Codecademy. During this course I realized that Ruby is a much easier programming language than all the others I had contact with. I liked it so much that I finished the track in a few days and one month before the begging of the bootcamp. In the first days of bootcamp I noticed that the methodology was completely different from everything I had seen before. Their learning platform to start with - a system of exercises, examples, questions, classes, and everything you'll need during your course and resources that will help in your career. Everything is there. Everyday classes start at 9am with one hour and a half well needed theoretical classes. We had 6 different teachers, every one of them teaching subjects they knew very well. After the theoretical part we jumped in to the real life exercises, some of them mandatory for the day and some more expert optional exercises. The platform has a buddy system so we can work in pairs, every day we had a different buddy, so we got to work with everybody - working in doubles is fundamental - the best way to learn is teaching. The exercises were hand picked, not all the methods and solutions were in the classes, and so we had to learn how to dig in for solutions - like in real life coding challenges. We learned how to go through documentation, good old Google and our best friend stack overflow. That's how a developer works. Based in somebodies solution, we build our own. At the end of the day we did some live coding with the teacher, where we solved one or two extra exercises together - it was always really cool to see other students solutions and logic to the same problems. During the bootcamp we learned necessary programming languages. We started with Ruby - we've build some software’s that worked on the command prompt - you know, that thing that looks really hacker like! We've learned to parse and scrap websites, I really loved doing that, and I scrapped many websites myself. Then we jumped in database, an elementary part of every software, we learned how to persist and manipulate the data. Then we jumped into interface design with the frontend part, HTML and CSS helped us design our apps user interface. We also went through javascript and jquery, the old black command prompt got left behind and we could build good-looking web apps! In the 6th week, we finally reached Rails! This is the week where all the magic happens! Everything is connected and makes sense: Ruby, HTML, CSS, Jquery, Database. Everything is possible now! In the last two weeks of the bootcamp we have to build a app from scratch. Every student gets to present as many ideas as he has in mind and the ones that get more votes from the students gets developed. We were divided in four groups. My group developed an app to order food and beverages in stadiums and events and get it delivered in your seat. We learned how to develop many interesting functions, like logins, payments, facebook interaction, etc. In two weeks, we had used almost everything we had learned in the 7 weeks before. In the last day we had the opportunity to present our project to the public, with the presence of the press and even VCs, investors, and members of the tech community. Awesome!It's a long text but I really wanted to show you how everything felt! If it was worth it? Definitively! Some students got jobs, some launched their products and some are working as freelancers! I managed to become independent, as intended!Read Less",FullStack program - 35+ locations,Web Development +235580,10868,le-wagon,Eric Piboyeux,False,2017,A mind blowing experience,2017-04-04,5.0,5.0,5.0,5.0,"My 9 weeks training at Le Wagon Bordeaux (batch#51) was such an amazing experience ! The teachers team, the pedagogy, the interaction between alumnis and the projects we made, gave me really operational skills and a clear vision of what an efficient work... Read More is in full stack web developpement. In the last 10 days we built a full and working platform for delivery companies and customers with all the techs we’ve learned, like geolocalization and mapping.Be prepared to meet exciting people, to spend hours of working and to finally blow your mind !Read Less",FullStack program - 35+ locations,Web Development +235576,10868,le-wagon,Pierre Lz,False,2017,The best courses I've had so far !,2017-04-03,5.0,5.0,5.0,5.0,"Would you like to learn how to build a web application from scratch, surrounded by skillfull and friendly teachers? And follow courses at le Wagon in a beautiful city next to the sea while having a good glass of wine after hard day of work? Bordeaux may... Read More be your destination :) Hello everybody! My name is Pierre. I have been a student at the Le Wagon - Bordeaux for 9 weeks (batch 51). How incredibe and serious the way code has been taught to me, with no experience at all in web developpement before starting the courses. (I need to remind you that the courses is also structured for advanced level students). You will probably fall in love with ruby when coding simple programs to start, enjoy designing your database schema and play hard with ActiveRecord in Rails, the framework you will use to build your web app! Patience, one step at a time, the road is not that easy and you will have to work hard during those weeks if you really wish to assimilate intense hours of courses and code (several langages as well!) You will also learn to design your pages, use Bootstrap and make layouts responsive to user’s devices (mobile phone, tablets etc.). Everything is made (online plateform, live codes, exercices, documentation) to make you practice and to be automomous in your work. Helpfull teachers and assistants will guide you through the courses, resolvings conflicts and bugs, giving you advices and tips when you’re stucked, and on top of that : share experience as humans with a strong passion for code! (You will meet extraordinary, available and open-minded people).During the 10 last days at Le Wagon, you will work on a rails project in team (you build everything from scratch and present a demo in front of a public audience in the end. I developped with my team a social online plattform to share opinions on various themes with a fun angle. It was a technical challenge to increment the Websocket ActionCable technology in our app to get results in real time with a friendly user interface.Le Wagon – Bordeaux is also very involved in technical business life. Meetups, business conferences on various themes and they foster you to particpate in order to increase your developper’s web culture, your business vision etc.That was honnestly the best courses I have ever had in the past few years in a great environnement: kitchen and unlimited coffee, comfy chairs and work space!Read Less",FullStack program - 35+ locations,Web Development +235575,10868,le-wagon,Fremin Florian,False,2017,Best experience of my life,2017-04-03,4.3,5.0,4.0,4.0,"It's been a few weeks since I finished my training in the wagon in Bordeaux during the bacth #51 and today I confirm a sentence that I could see on their website: ""You will learn in 2 months what you would have learned in 2 years"". After graduating with... Read More a degree in commerce, I wanted to reorient myself in an area that really attracted me but I did not want to go back on several years of studies. The ideal was to find a fast and qualitative training to get strong skills in web development and The Wagon was the key to succeed. I had the opportunity before I graduated in marketing to do a year of computer science, but i realised that after a year I did not have real reusable skills. 9 January 2017, the adventure begins with 28 totally different people. The first few days are relatively difficult, we code, it works but we do not know how. More days passe and I realize that our level is really good. All that we were doing with difficulty and that we didn’t understand a few days later came basic elements that were mechanically realized with a real understanding. We spend 9 weeks to think and work, we learn all that is necessary to develop a website from scratch. The last two weeks are devoted to develop a personal project in a group. I was able to develop a survey application with impressive functionalities. The fact of being able to make it discover to other people was a satisfaction and a motivation to continue in this field, due to the complexity of the site and the final result that was incredible. Today the training is over and the Wagon has been the best experience of my life. I have been able to obtain a relatively high level that I could never get without the help of the teachers but also the students who support during the 9 weeks and the network of more than 1200 people. Thanks to the wagon for this new passion, this great atmosphere and these deciding skills that I added to my cv.Read Less",FullStack program - 35+ locations,Web Development +235538,10868,le-wagon,Francesco,False,2017,Le Wagon Barcelona changed my life.,2017-03-29,5.0,5.0,5.0,5.0,"When I first came across on Le Wagon website the first thing caught my attention was their slogan: “Change your life: learn to code”. I thought this was exactly what I wanted, change my life, jump in another “adventure”.After my 4 years in China and almost... Read More 1 in Cambodia working as a Project manager in the garment business, I wanted to go back to Europe and start again a new career.Cause my IT background and cause ,as Project Manager, I always worked with developers I decided that the best way to go back in the market was to polish off my coding skills, which I was not touching since the university times.To me coding always been something boring to do.I remember at the university studying C or Pascal was a torture, thats why I decided to follow the networking path and avoid code.But since today the world need coders I decided to give it a second opportunity and study it again in some cool course all around Europe.. and boom! That is exactly when I came across Le Wagon. I made my decision in one night.. “if it’s cool as it look like then I have found the right course for me”.I signed in the day after. The first available batch was in Barcelona (beautiful city!) I called them, I did my interview and finally ,after few days, I got the confirmation: I was in!After a wait of almost 1 month, here I was , learning code in a beautiful city like Barcelona, and yes, everything was like I expected It was, absolutely fantastic.All teachers and people from Le Wagon they were not just teachers but they were and are great human beings, taught me how to code and how to love it, they transmit me their passion and their will to keep going and to learn something new everyday.And right now I just can’t stop! I do code everyday and I am hungry of learning more and more, knowing that now I am part of an amazing community that is there anytime I will need help.Thanks Le Wagon for this great experience, you really changed my life.Read Less",FullStack program - 35+ locations,Web Development +235503,10868,le-wagon,Rui,False,2017,Fantastic Bootcamp with Well-Designed Program,2017-03-26,5.0,5.0,5.0,5.0,"Le Wagon is worth the investment and lives up to its reputation. Before joining the bootcamp I was trying to follow online tutorials to learn how I could build some prototypes of ideas we had for web apps but with the feeling I would never be able to... Read More leave the training wheels and ride on my own. I found Le Wagon by chance and seeing that the technology stack covered in the programmed matched what I was trying to learn, it looked like a perfect fit.The program is demanding and fast-paced, but it is aimed and suited at complete beginners, although I feel that if you take the time to explore the technologies covered before starting you will get so much more out of this bootcamp.The teachers are experienced in software engineering and they approach topics both from practical standpoints as well as theoretical. The teaching staff is always available to help you with your doubts at all times. There’s alsomore than simply coding though. Le Wagon organises talks and interviews with entrepreneurs and people involved in the start-up scene, which greatly complements the content of the course.What really surprised me was the atmosphere between students and that’s something Le Wagon staff fosters and encourages – creating a network of contacts and fellow-students which will continue beyond the bootcamp.The pace of the last two weeks is hectic due to the final projects but that’s where it all comes together. My team and I built a web app to track routines through user created questions/forms and it was great to see that I was able to build and structure a product on my own that differed from what I had been taught.Now I understand why some of the reviewers wrote that Le Wagon changed their lives or that it was the greatest thing they’ve ever done. It’s not cliché. Even if you don’t plan on becoming a developer, it is an enriching experience and a fantastic coding program. As for me, I found something I really love doing.Read Less",FullStack program - 35+ locations,Web Development +235471,10868,le-wagon,André Pires,False,2017,Great experience!,2017-03-23,5.0,5.0,5.0,5.0,"My experience in the bootcamp was more than I could have expected. It started a bit scary and overwhelming in the first weeks but once time passed and programming and ruby notions were quickly building up in my head, it became more and more fun. The more... Read More I learned, the more possibilities I could envision. Honestly, I didn't think that I could learn how to build a fully functional web app in 9 weeks, but hey! it did happen!Also, what really made the bootcamp for me, was the people involved - teachers, the driver, and all the other students. Its much easier to learn when everyone is heading in the same direction.Learning to collaborate is a very important step, and the final weeks of the bootcamp are all about collaboration. I saw 10 amazing final projects built from 27 students in 2 weeks and I felt happy and proud of everyone!My final project was a Facebook Messenger Bot that can pretty much work as a receptionist for a small hotels/hostels. And yes, in two weeks, my group figured out how to actually make it workThe feeling that stuck with me after finishing the bootcamp was that now I have the freedom and the tools to build anything I want and that feels really good! I loved it, definitely recommend it and wish I could do it againRead Less",FullStack program - 35+ locations,Web Development +235462,10868,le-wagon,Rui Jorge,False,2017,My experience at Le Wagon Lisbon Bootcamp # Batch 49,2017-03-23,4.7,5.0,5.0,4.0,"For those who are reading this, believe me when I say … this was one of the best EXPERIENCES of my life!Before I decided to apply to the bootcamp, I was an IT graduate that never worked at any corporate or company of that expertise. My life was in a Portuguese... Read More Insurance Company and later as an IT Teacher, who became unemployed.Since I finished university, the world of IT and Technology was always on my mind and I feel so lucky I discovered Le Wagon late December 2016 (one week before Lisbon’s bootcamp started!).I decided to make a life change, a new mindset for the future and Le Wagon matched all the requirements I was looking for.Since day 0, yes we had a day 0 which was a ice breaker session were all the alumni/ students got to know each other, the atmosphere was AWSOME … Shannon, Hugo, Nick, João were the best hosts and were crucial for the amazingly friendly, joking, organized, hard working group that all the ’49’ers' became (we were batch 49).Le Wagon is also the community - joining people in a tech environment, providing the best experience, and teaching to ensure a greater future ahead.Everyday was HARD work, with a lot of information, technologies to absorb and exercises to complete. Besides that we had Live Code sessions were all of us were called to do write some code to solve an exercise with the help of all our classmates.Every day fast paced, with a lot to learn, understand, implement, but in the end , it all came together. And in 10 days, me and three other team members created an app to send pizzas to protesters. It was impossible to even image I could make something like that before I joined Le Wagon. It was so rewarding to actually build it and present it to an audience at the Demo Day.All the technology taught at Le Wagon is up to date and really well explained during the morning lectures;. The curriculum is super well organised, focusing on all the important tools needed to start building app’s.Now that the bootcamp is over, I can say that all the sweat, stress, brain fatigue paid off … I gained new skills that the job market is anxiously looking for and I can even start my own company, wherever I want, now that I have more knowledge. I also increased my network and met new people (new friends ).Don’t hesitate to join the Le Wagon family. It is something that is completely worth it and will change your life in many aspects.Thank you Shannon, Carlos, Nick, João, Mathieu and all the T.A’s for the support, but most of all a BIG kiss to all you 49’ers.Read Less",FullStack program - 35+ locations,Web Development +240309,10868,le-wagon,Andre,False,2016,Best way to become a developer,2017-03-14,5.0,5.0,5.0,5.0,"Before the bootcamp I was already working with software development, but, after an exchange program, I felt the need to get an update on my knowledge of the subject.At the time I came back to Brazil, there was no course to be found that could have helped... Read More me up until I heard that Le Wagon was launching here.I did some research and got convinced by the excellent reviews and feedbacks I read. I almost enrolled for their first class in Brazil but finally decided to join the 2nd one.My experience with the course has been very good. I had tried to follow some online classes but nothing I found had concrete practical exercices included and I felt unable to implement anything. Le Wagon hands on pedagogy made a huge difference there.In the last 2 weeks, we were able to put into practice all of our knowledge by building real web apps that we demoed in front of an audience on the last day. Loved it all the way.Read Less",FullStack program - 35+ locations,Web Development +235395,10868,le-wagon,Julie,False,2016,An amazing experience,2017-03-13,5.0,5.0,5.0,5.0,"I graduated in 2013 from a business school with a specialisation in finance, then worked for 3 years in startups before joining Le Wagon's Fullstack program.Being immersed in this tech environment and following the latest news on startups, certainly got... Read More me curious - but how do they do it? - and I slowly gained interest in code. I first tried to learn a bit by myself thanks to online resources. The problem was that learning code on and off through 1-hour lessons on my free-time turned out to be very difficult.I heard about Le Wagon a bit more than a year ago from an alumni and I instantly found the format was pretty suited to my needs. Learning a language and being operational in 9 weeks, it's magical. Quickly, I felt like I wanted to be able to understand this completely foreign language and I realised as well that it would be a tremendous asset the day I would decide to start a company on my own - one day - I applied right when I got the opportunity to do it.Yes, the bootcamp is truly demanding, but the methodology so efficient: theoretical classes - not too long to keep students' attention - followed by practical exercices to do in pairs, with a different buddy everyday. Classes allow to tackle basics and exercices to quickly assimilate them, pair-programming encourages socializing but also enables to improve faster by facing the questions of others.The last few weeks are dedicated to the development, in groups, of web applications that are pitched by the students. It is the opportunity to put into practice everything that has been previously learnt in smaller modules.And the result is... stunning, we built from scratch real web-applications that are fully functional, in no more than 2 weeks. I am very impressed by the speed at which we learnt all that, but also very proud of our project.During the bootcamp, I also realised all the possibilities that are brought by these new skills, and I know that they'll be useful in any type of job.As a whole, these 9 weeks are an amazing experience, I learnt a lot, met great people and found new professional opportunities.Read Less",,Unknown +235393,10868,le-wagon,Maxime LM,False,2017,Le Wagon Paris - France Batch #48,2017-03-13,5.0,5.0,5.0,5.0,"After graduating from my business school, I've decided to start an entrepreneurial experience with one of my friends. We've paid a web development company to create our web platform and tried to sell it to our target. For many reasons, this company has... Read More never been close to be successful and several frustrations occured during this experience. Nevertheless one frustration was bigger than the others : our inability to update/fix/improve our website by ourselves. We've obviously tried to learn alone but it was never sufficient enough to make significant modifications on our website. A few weeks after the end of this experience, I was at the HQ of Le Wagon in Paris for my 1st day of the Fullstack Program.Le Wagon was the best answer to this frustration. After 9 intense weeks of learning with excellent teachers, I can (proudly) say that I have now enough knowledge to avoid facing this frustration again and to be able to create by myself a solid MVP. The best thing about this program is the well thought-out educational content. It makes you understand in only a few weeks, some of the hardest concepts of web development. Le Wagon has also an amazing worldwide community of teachers and alumni, ready to help you even after the bootcamp. For all of those reasons, I'll highly recommend that you enroll in the FullStack program without hesitation.Read Less",FullStack program - 35+ locations,Web Development +260991,10868,le-wagon,Annie Tsang,False,2017,Le Wagon Paris - France Batch#48,2017-03-13,5.0,5.0,5.0,5.0,"My story with The Wagon began last year in a context that could only guide me towards what I was going to experience for two months during the training. I had left my job where I was a retail director in the cosmetics sector.While I was quietly sipping... Read More a beer in a clandestine restaurant by the sea with friends, I was telling them about my dream to create a web platform on cosmetics, adding that it was now or never to realize this dream. The magic is that a friend of mine had just enrolled at Le Wagon Bordeaux and told me with great enthusiasm what this training was going to bring to him.I therefore subscribed to Le Wagon Paris for the Batch#48 and from that moment I knew that I was entering a new universe, the universe of Code. 
Le Wagon's team helped me prepare so that I would not be lost on the first day. The program of the training is very rich because we learn a lot of things: the back-end, the front-end, to carry out a project from A to Z.
 This is a very intense training the first days because we learn new things every morning, which should be put into practice the same day. Even in the evening in my bed, I was seeing bits of code ...But I do not hide from you that in parallel with this learning experience there was another adventure to live at Le Wagon: a magical and human one, thanks to all the people with different backgrounds I met in my batch, and to the staff team that is passionate about its work and happy to teach us what they had previously learnt themselves. 
Quite simply, I was glad to get up in the morning to come to Le Wagon to learn and see all this little world because there was not the well-known pressure that I felt while working. These two months were a real bubble of oxygen.When I look back at my journey, I started the training without even knowing what a terminal is .. I can tell you that I am very proud of me today. I am now moving forward with my project with serenity because I know that I am not starting from scratch any more. My goals were to be able to build my projects' MVPs and to become autonomous : objectives achieved.If you are going to learn web programming and design I full recommend this program! 
The program : https://www.lewagon.com/program
PS : Extremely friendly and professional team!Read Less",FullStack program,Web Development +234091,10868,le-wagon,Etienne,False,2017,"Le Wagon Sao Paulo - Brazil, Batch 46",2017-03-06,5.0,5.0,5.0,5.0,"My history with Le Wagon began e few years ago, I had just presented an IT recruiting system at a Ruby meetup in Paris and chance had it that someone from Le Wagon came to this same event to present their Bootcamp. The idea of learning to code started... Read More to sprout - but with a 9 to 5 job it would not be easy to find the time for a two months full-time bootcamp.Some springs later, destiny (or rather my wife) made me move to São Paulo. So I quit my job and started learning Portuguese. Once again, destiny made things right when I heard that Le Wagon had just launched their bootcamp in São Paulo. This time I had the available time and I jumped on the opportunity to apply to their next batch. It started with an interview with the person in charge (Mathieu Le Roux), I felt lucky that he happened to be French since my ""portuñol"" was not that great. We talked about my motivations, in my case I had been working with digital for the past 6 years. I had a multitask profile: product launch, marketing, product management, acquisition strategies, mobile apps... but always felt frustrated for not being able to master 100% of the product chain. The interview went well, I just needed to complete an online course so that my application would be valid. One month later the bootcamp started and I felt the first week was really tough. Lots of new concepts everyday had me come home every night with some heavy headaches. It's only after the third week that I felt things became clearer to me, just when we actually connect all the concepts to concrete practical applications. From then on, things started to feel more natural and automatic. After that we had a few more weeks to learn Front End, which for me was easier since I had already created some sites using HTML and CSS. And finally, the two best weeks: the final project. Our small group of 4 people wanted to create a recruiting site targeted to developers, with a matching algorithm to find the best profile for each job offer. The team was extra motivated and we worked everyday up to 10pm. It was feature after feature: anonym and public profiles, search engine, matching algorithm, online payment, admin interface, responsiveness... The last day finally arrived and it was the moment to demo our product: programathor.com.br. Even though I had improved my Portuguese during these two months, pitching the project myself was still a little bit out of reach. So Julien and Leandro got the responsibility to demo the project, and they brilliantly did! Check out the video : https://www.lewagon.com/pt-BR/demoday/46/programathorAfter Le Wagon I am still considering launching ProgramaThor as a proper business in Brazil and keep improving the platform so I don't forget what I've learned. I'm impressed and proud of what we have accomplished in only two weeks and of what I feel capable of doing after only two months. If you're reading this and still have questions about the program, feel free to contact me at https://www.linkedin.com/in/etiennecurati/Read Less",FullStack program - 35+ locations,Web Development +244391,10868,le-wagon,Hanae Bezad,False,2017,The great journey of Le Wagon Barcelona,2017-03-02,5.0,5.0,5.0,5.0,"After 3 years working in Paris as a consultant, among which the past 2 years at eleven, a strategy and management firm specialized in digital strategy (http://eleven-strategy.com/en/) , I’ve decided to take a deeper step “behind the digital scenes”. This... Read More gradual slide stems from several opportunities that made me aware of the need to enhance my tech skills, in particular through my latest assignment as a consultant. I worked as a project manager for a cross-functional cross-country flagship project that was meant to diversify the earn and burn opportunities in the loyalty program of a major player in the hospitality industry through e-commerce. I could only be relevant and meet the ambitious objectives of the project if I effectively managed to challenge each team and external provider that I was coordinating. While, based on my previous experience, I could easily take a deep-dive into the stakes of most of the aspects of the project (marketing, finance, legal, tax, etc.), I still needed to fully grasp the challenges the multiple IT teams were facing. I thus applied to do an intense 9 weeks coding training at Le Wagon Barcelona, which allowed me to gain technical skills in both back-end and front-end programming languages and experience the work of a fullstack developer.Le Wagon … the very name holds the promise of a singular journey, right? Now, let me tell you a bit me about how this journey felt. I remember the first Monday, when we went around the table to listen to the story of each of the 14 individuals gathered, aging from 17 to 35+, all with a very diverse cultural professional and personal background (investor, former consultants, freelancers, “proven” and aspiring entrepreneurs) … Some people had previous technical experience and most did not. At the very beginning, I thought: “Great, it very much feels like a retreat for cosmopolitan and ambitious yuppies…”. And then, as we moved on with the set-up of our computers and I discussed more thoroughly with each one, I realized how much it would be a challenging and humbling collective learning experience. And that’s exactly what it was. On this first day at Le Wagon, I shared my first coffee of the journey (and there were many more) with my then buddy-for-the-day, Hugh Mitton, and we chatted about travels, previous work experiences, movie making and other activities. 9 weeks later, after 10 days of intense coding and debugging, we’ve introduced the MVP of Destinosé (www.destinose.com) , a travel app meant to help people that like perusing the world pick their next destination.Working each day with a new buddy as per Le Wagon methodology, doing about 8-10h of problem-solving on cases that did NOT look like business cases for which I could use what I had learnt to do so far was quite challenging. It obviously gave me a renewed and thrilling feeling of being totally out of my comfort zone … everyday! As much as it could also feel a little bit frustrating to learn a new set of coding elements everyday without having the comfort of thinking you’ve fully digested the tricks of the previous day, I realized that these layers came together in a very “neuroergonomic” way after I was done with the bootcamp. It is rather impressive to see how well designed this immersion into the vast world of coding is. The material itself (kitt and karr platforms) encompasses the best practices of coding in a very accessible and readable manner. The TAs that are taking turns into teaching parts of the curriculum are all fully committed to deliver digest explanations given the fast-paced learning curve that’s proposed. They are also keen on spending extra-time with students to make sure they feel fully on track. The whole pedagogical team is smoothly coordinated by a very inspiring driver, Gustavo De Vita, whom I feel incarnates really well the very concept of equanimity applied to management. Le Wagon Barcelona is also well connected to the tech startup scene there, which allowed us to meet a lot of interesting entrepreneurs and try their product/service (e.g. founders of GetYourHero, Eoz, Yugo, etc.). Slowly, I started making programming related puns and speaking in Spanglish over lunch preparation with my teammates. And yes, we did prepare lunch together everyday, shared it at the terrace of the coworking space, with a sunny view on La Sagrada Familia! Some days, knowing we had to get through a very heavy workload, we would start with a xocolata a la tassa and churros. At the end of the day, when backs were hurting too much for having kept ourselves behind the screens for the whole day, we could enjoy a good Kundalini yoga class at a school around the corner or a tailored session put in place by the staff of Le Wagon Barcelona. We also celebrated birthdays with massive cakes that could feed the whole coworking space for many days. The Batch-44 was so much of an inclusive close-knit community that we had parents and family visit, and bring or help prepare national dishes from their home country. I did my own version of a couscous with the available equivalent of a couscous maker, under the close watch of a semi-staggered semi-amused Moroccan mother who had to adjust her standards … and we gladly shared this over the next lunch with my classmates and a few other people from the coworking space. All in all, life at Le Wagon Barcelona was GOOD! But what it really brought me, and this is invaluable to this day, was a sense of confidence that I was acquiring a very relevant knowledge that will expand my freedom to create projects. And doing so, it gave me an impulsion to move forward with the professional transition I longed for for a while. I quit my job while there, which was a long overdue action I managed to do with all the support I received, feeling part of this exciting and growing community. As I was surrounded with like-minded people, some already or soon to be proper digital nomads, eager to learn and share in the most benevolent way their knowledge and driven by a very similar sense of accomplishment for when work is done effectively and allows for a holistic growth of the individual, I very much felt that a meaningful work collaboration should feel and taste like this each and everyday. Nothing less fulfilling than this! I left Le Wagon after the demo day a bit tired and extremely happy and satisfied. It’s been a few months already and I know that I will stay in touch with the Batch-44 as a whole, and more particularly with very good friends I made there. I feel ready for all the new creative tech adventures that will come up … starting NOW!Read Less",FullStack program - 35+ locations,Web Development +235285,10868,le-wagon,Antoine Moreau,False,2016,Le Wagon made me ready to take a first job I’ll love,2017-02-22,5.0,5.0,5.0,5.0,"I attended Le Wagon batch #46 in São Paulo, Brazil, and it was a truly transformative experience. I’m 23, and a soon-to-be business graduate from HEC Paris, France. After interning twice in VC, it quickly became clear that I needed to considerably improve... Read More my technical skills, whether I was to stay in VC start a company or join a product management team in a startup, which were the three main options I am considering for my first job out of college. So I started working on FreeCodeCamp and Codecademy, putting 300+ hours in learning to code in JavaScript, Python and Ruby. I quickly got the grasp of algorithm coding, but I was far from being able to build the web apps I was dreaming of: the transition from coding algorithms to actually building software was much bigger than I expected, and I couldn’t find the right e-learning program for me. Working and studying, my time was limited, and it was clear I had to go another route if I wanted to quickly improve my skills. Living in Brazil at the time, I met the formidable team of Le Wagon in Sao Paulo, and signed up for the next session.The next two months have been incredible. I had the chance of attending le Wagon in a small batch of 12 students, which considerably improved the experience and helped built a great relationship between students and teachers. After 7 weeks of learning and practicing, I gained the skills to build EasyMoveis, a furniture rental marketplace (www.easymoveis.co) in only 10 days with a team of 4 LeWagon students. I was most impressed by the fantastic learning curve at Le Wagon. The learning program is very well engineered so that the transition from coding to actually building web apps is extremely natural. I started building apps without realizing it! Aside from building apps, I think Le Wagon also helped me build a ‘developer’ mindset, that is the ability to keep learning on my own, find resources and libraries, and more importantly collaborate on a project. All those skills simply can’t be taught online. Finally, I am glad to have joined the Le Wagon community: the teachers from my batch at Le Wagon are always happy to help and provide feedback, while the overall community is super active and helpful.Le Wagon is probably the best investment I made on myself, and I would recommend it to any one willing to learn software development, eyes closed!Read Less",,Unknown +235256,10868,le-wagon,Mamoun,False,2016,Game-Changer,2017-02-15,5.0,5.0,5.0,5.0,"LeWagon was a game-changer for me. There is a before and an after LeWagon, be ready, seriously.Before LeWagon...I had always wanted to learn coding and build my own product. I went to a business school and I was working as a product manager. So in my... Read More work, I worked with developers to build beautiful products. In the same time, I always worked on side projects with developers but I was depending on them. I wanted to become autonomous and be able to build my own MVPs (Minimum Viable Product) by myself.The night before my first day at LeWagon, I asked myself : ""Are you sure to pay that amount for a training which you probably can do with Codecademy, Udemy, Openclassroom…?"" And after the first week, I was glad I joined LeWagon and glad to invest in myself. I think this is one of the best investments I have made.I was ready to work hard, very hard, to struggle at the beginning but at the end of the journey, I was proud to learn that fast. In my opinion, the fast-learning experience only works if you focus all your attention on it, and also because 9 weeks is very short. So give everything to learn and produce the best product you could do and enjoy creating products with your head!After LeWagon...Now, I work as a freelance Ruby on Rails developer and Product Manager for multiple companies.As a Ruby on Rails junior developer, I develop some web apps and websites for companies.As a Product Manager, I work differently and I easily anticipate the technical problems. I'm now much more confident with developers and I'm keep learning with them, especially in Ruby and React.And as an entrepreneur, I'm working on a new MVP with another Le Wagon alumni from my batch.Now, I define myself as a fullstack builder.So, if you want to learn coding but are still hesitating, I'd suggest without a doubt to enroll at Le Wagon! But again, be ready to work hard!Read Less",FullStack program - 35+ locations,Web Development +235158,10868,le-wagon,Olivier Xu,False,2014,Le Wagon allowed me to launch my startup!,2017-02-08,5.0,5.0,5.0,5.0,"After graduating from business school and launching 2 significant ventures for Rocket Internet, my cofounder and I resigned to work on our own project. Like many others, our first task was to find a CTO. After a few weeks of rather frustrating search,... Read More I decided to attend Le Wagon's #1 batch in Paris (2014).After 9 intense weeks of learning, I went from zero development knowledge to being able to create a solid MVP. On top of great course material and teachers, Le Wagon really stands out by its ability to create an ambitious yet fun environnement. Everybody there has their own background and is eager to make a change.The work I did at Le Wagon helped me prove my concept and attract 2 great developers to get things started. We ended up launching Kudoz, a recruitment mobile app. 3 years later, we are a 12-people team. We have raised €1.2m in 2015 (and probably more soon). Kudoz has reached more than 250k users and 1000 active recruiters this month. So yes, attending Le Wagon was really worth it ;)Read Less",,Unknown +238464,10868,le-wagon,Ana,False,2016,A life changing experience!,2017-02-06,5.0,5.0,5.0,5.0,"I had never coded a single line before in my life, but those classes were so complete that after only 9 weeks I am now confident enough about my code skills to apply for a tech position.For the past 3 years I worked with Marketing and Communications,... Read More but right after Le Wagon I started applying some logic knowledge and hacks in my daily tasks and this led me to get a spot in the tech team of my company! It's only two months to become a fullstack dev so you have to dive in code everyday but it is totally worth it!I am fully satisfied and recommend Le Wagon to everyone looking for a quick start on coding. Besides Le wagon provides you with an amazing network of alumni and teachers that help you even after the bootcamp is over.Read Less",FullStack program - 35+ locations,Web Development +235164,10868,le-wagon,Josephina,False,2016,Amazing and life changing experience,2017-01-29,5.0,5.0,5.0,5.0,"Although I knew for a long time that television is a dying medium, it didn’t stop me from chasing my dream to become a TV producer. But after graduation I found out that the showbusiness is a very tough world, and not the place for me. I searched for... Read More a job for over a year, figuring out along the way that I was pursuing a dream that didn’t really suit me.So I started searching for a new passion. One of my best friends who works in IT told me that he could see me doing the same work. I thought he was nuts, I always had a thing for computers, but actually working in IT? Nah, that couldn’t interest me at all. But somehow his comment stuck with me and it started to grow on me more and more. In the following months I read up on IT subjects and coding got to me the most. It was at the same time that I found Le Wagon on my Facebook timeline and it was as if, bit by bit, everything was falling into place. I decided to sign up for batch 38 in Amsterdam, and I have to say that the Le Wagon bootcamp was an incredible experience. I was amazed by how my classmates and I were transformed into full blown coders within such a short amount of time. It was tough, definitely, but it was so worth it. The teachers were skilled and lovely, and the course has taught me a new way of thinking as well as given me a new skill set that is so valuable in this day and age.It only took me five days to find a job after the demo day, which I also have to thank Le Wagon for, as it was during a job event they took me to that I came into contact with my current employer. I’m already happier in IT than I would probably ever be in TV. My colleagues are amazing and I’m still having fun while I continue learning more and more about the workings of the Internet every day.Read Less",,Unknown +234550,10868,le-wagon,Denis Khuon,False,2016,Go go go!,2017-01-29,5.0,5.0,5.0,5.0,"After earning an engineering degree and working a few years as a consultant in the banking sector, I wanted to learn new skills, especially in web development.Thus, I joined the Le Wagon's 9-week FullStack program in Paris. The choice of this particular... Read More course had been motivated by various reviews I had found on the internet, but more importantly by the quality of the projects that are pitched by the students at their demo days.My goal was to become autonomous and able to build any kind of web application's MVP in a reasonable amount of time: this goal has been reached.Le Wagon surely means daily classes, exercices and learnings, but above all it's a very rich human experience. Even though days are tough, they always take place in friendliness and cheerfulness with classmates coming from very different backgrounds and always eager to help each other. The whole staff is very skilled and enthusiastic, and teachers are always available and accessible.Today, I returned to my consulting job, and thanks to Le Wagon I am also working on the side on a personal project of a web application.In a word, I am sure you have understood that for all those who are looking for a web development bootcamp, I strongly recommend Le Wagon.Read Less",FullStack program - 35+ locations,Web Development +239224,10868,le-wagon,Inou Ridder,False,2016,One of the best decisions of my life!,2017-01-17,5.0,5.0,5.0,5.0,"A few months ago I had to make the following choice: am I going to dive deeper into social science and finish a master in my area of specialisation or, am I going to jump out of my comfort zone and go head first into coding. Now 3 months later I am still... Read More thrilled that I choose the latter.It is remarkable the amount of information that Le Wagon manages to teach you in just nine weeks. At times I felt like I was hanging on to the last cart of a fast moving derailing train, but it is inevitable to not be in over your head learning to code as a beginner and it is almost imperative for the learning curve that Le Wagon offers.Now I am able to create finished products, from start to end and I’ve found a job as a developer. Not only did the course provide the me the tools to start building and keep learning, but it also comes with an amazing community in which you are definitely prone to keep developing.Read Less",FullStack program - 35+ locations,Web Development +239278,10868,le-wagon,Roel,False,2016,"“Le Wagon Amsterdam, Batch #38”",2017-01-10,5.0,5.0,5.0,5.0,"*Background*
As a graduate in Entrepreneurship and Innovation I am interested in start-ups in the world of IT. In order to build a project with a friend I immersed myself in the world of web development. To accelerate this process I found Le Wagon.*During... Read More the bootcamp*Le Wagon was a very intensive bootcamp. They have a nice structure of lectures and challenges, you are ready to build your own web applications towards the end of the bootcamp! The environment is very friendly and comfortable, I’ve had awesome teachers who helped me to get the most out of my Le Wagon experience.*Post bootcamp*Joining le Wagon gave me this hard skill (Ruby with Ruby on Rails). I never expected to learn how to make fully functioning web-applications in such a little time. I can honestly say that I am confident with my obtained proficiency in software development. Moreover, I realized that it is not just the end-product, but coding itself is what makes me happy. Therefore I want to further advance as a web-developerRead Less",FullStack program - 35+ locations,Web Development +233612,10868,le-wagon,Sau,False,2016,Highly recommend for those who want a solid introduction to code - Le Wagon Copenhagen,2017-01-10,5.0,5.0,5.0,0.0,"Before joining Le Wagon, I worked as a finance analyst. I wanted to take a break and had always been intrigued by the happenings within the tech and start-up scene, and thus after a period of research, I decided to apply for Le Wagon in Copenhagen. Why... Read More Le Wagon?I was based full-time in Asia, where coding bootcamps were not yet popular at the time of my application, and so I looked abroad. I browsed bootcamps in the U.S., but found most of them very expensive, and was lucky to find out about Le Wagon after perusing online reviews. Headquartered in Paris, Le Wagon offered classes across Europe and is now expanding to Asia and Latin America. It stood out as one of the more affordable options while not compromising quality and content. I am now happy to attest to the strength of the reviews I had read before I applied. Le Wagon was an intensive 9-week program with the goal of equipping creatives and entrepreneurs with the skill set to kick-start and launch their ideas. That said, you do not need to have a business idea to join Le Wagon. I found the program extremely well structured and thought out — lectures in the morning to introduce new concepts, exercises in the afternoon to practise those new concepts, and live-coding sessions in the evening to make sure everybody is on the same page. In the last few weeks, we plunged into developing our own projects, and it was incredible to see what one could do after learning 7 weeks of code. Of course, do not expect yourself to become an expert after the bootcamp, however, you will have a solid foundation in code to continue your journey as a junior developer or test out your ideas!For me, my biggest takeaway from Le Wagon was the community. I met amazing classmates from all parts of the world and different backgrounds, and all converging to learn code together. Teachers at Le Wagon all teach with passion and immense belief in the program — most lecturers and TAs were former Le Wagon students, and it just comes to show the strength of the alumni community. We also had the pleasure of meeting Boris the founder of the program, and saw his vision in empowering ourselves through code in no matter what we do. You can see how much care and thought the founders behind the bootcamp had put into shaping the course by going through all the lecture materials, exercises, and flashcards they had put together and made available online to all students. Why Copenhagen?The deciding factor for me was simply that I was curious about life in Scandinavia and thought there probably would not be another time for me to move across the world and spend 3 months here! I was extremely glad with my choice — not only was Copenhagen a lovely city with a unique pace and biking culture, but the Le Wagon program was also run by a very competent alum who knew exactly what he was doing. Guest lecturers were invited on same days and they were either seasoned developers or designers in the field, and we were blessed to have them come in and share tips and insights with us. These teachers have now become our mentors and I am really grateful to have met them. If you are deciding which city to join Le Wagon in, I would recommend Copenhagen with no hesitation. Most of my batch were international students, and we are now once again scattered across the globe to pursue the next steps in our careers. The skills you learn at Le Wagon are universal and highly transferable, so why not spend 9 weeks in a new city and where is the quality of teaching is great?Read Less",FullStack program - 35+ locations,Web Development +233356,10868,le-wagon,Hunter,False,2016,Le Wagon London,2017-01-08,4.7,5.0,5.0,4.0,"Before I joined Le Wagon I thought programming was something only 15 year olds living on their computer could do. Now I find out that I have the potential to be amazing at it and Le Wagon helped me make unimaginable progress. I used to not know anything... Read More about the command line or even code and now much of it comes like second nature. I also used to hate class and considered dropping out of university but I just discovered I was being taught wrong and at the bootcamp I enjoyed attending class and it was easy to pay attention. The majority of the course was spent solving small problems that trained my brain to be the developer I am today. The instructors were phenomenal and when it was all said and done this course was good. Many boot camps advertise what they excel at but Le Wagon just excels across the board. I can now build websites with relative ease and I could hardly work the command line before. Finally, my classmates and I got very well. Having travelled from America for this, I made some lifelong friends from all across the world. You often hear testimonials about how it was hard to leave but I would not dismiss the sense of community Le Wagon builds. The buddy system they employ works wonders on getting to know people and the manager Ed is absolutely amazing and will make you feel comfortable from the first day until the last. If you are going to learn web programming and design I give this program my full recommendation.Read Less",FullStack program - 35+ locations,Web Development +235065,10868,le-wagon,Dante,False,2016,Le Wagon Barcelona was amazing!!,2017-01-04,5.0,5.0,5.0,0.0,"Hey guys, just wanted to leave my experience and opinion here about my time at Le Wagon in Barcelona, I was part of the first cohort.It was truly a great time, the curricula was great, I really learned a lot about coding as well as front end.I finished... Read More my project in the end and I enjoyed the overall experience, Gus the driver was helpful, I made great friends and my time in Barcelona couldn't be better, the city and weather was perfect.I would recommend it, if you have a project you want to complete.Read Less",,Unknown +234962,10868,le-wagon,Emmanuelle JOLU,False,2016,Le Wagon Bordeaux Batch#40,2017-01-03,5.0,5.0,5.0,5.0,"Participer au batch 40 à Bordeaux est une des meilleures décisions que j’ai prises : la pédagogie est très bien pensée, c’est intense mais on va droit au but. Je n’ai pas seulement appris à coder, j’ai appris à bien le faire, en mode projet agile et en... Read More équipe. Idéal pour les porteurs de projets entrepreneuriaux et pour des reconversions pour devenir dev !Read Less",FullStack program - 35+ locations,Web Development +234932,10868,le-wagon,Aryana,False,2016,Le Wagon Paris - Batch #43,2017-01-03,4.7,5.0,5.0,4.0,"Hello,I am Aryana, a Le Wagon Alumni. Like many students there, I had no idea I wanted to become a Web Developer until recently - but I believe it is one of the best decisions I ever made!I graduated from a Business School 3 years ago - not because I... Read More was interested in business, but because I had no idea of what I wanted to do. After that I became a freelance recruiter, and worked with recruitment agencies. One of them was specialized in IT profiles. Not only did I realize that there was a shortage of programmers and web developers, but a vast majority of the programmers I spoke to were enthusiastic and loved their job. That got me thinking. I had done a little programming myself during my free time and had loved it. Why couldn't I become a programmer myself...?As I had no real experience in programming, I knew I would have to follow some kind of course. But which format / language should I opt for ? I went through many websites, spoke to quite a few programmers, and was starting to think I would never find a short but intense program that met my needs (most of these had bad reviews on the Internet) until one IT Teacher I spoke to told me about Le Wagon. I looked into it, and it seemed perfect ! Many people had advised me to learn Ruby on Rails, and the format was exactly what I was looking for - even though it seemed a little expensive.I was in batch 43, which started in October 2016 and ended in December. It was even better than I had imagined!It was a very concrete experience, full of motivated students and an extremely devoted staff. I discovered that coding was something I loved, and had come to believe that I had finally found a job I would enjoy. The course goes as follows : 1 or 2 hours of class in the morning Exercises all day in pairs (you're never alone and get to meet all of the other students) --> practice makes perfect ! 1 hour of livecode (everyone codes together) in the evening. The last 3 weeks you work in groups on 2 projects. This means that each group, and each individual, will ultimately develop different skills depending on the website and on their role in the group. Some work more on the front-end, some more on the back-end, some websites will do plenty of scraping while others will use loads of javascript... It is very enriching. !Everyone is motivated and hardworking - we actually nearly forgot to go for lunch a couple of times! - but the staff is there to remind us to relax and have fun. We had yoga classes twice a week (I discovered how bad I was at yoga then ><) and events were organized on a regular basis.On the whole, it was great experience. I met fantastic people, and had plenty of fun. I must admit that I was EXHAUSTED by the end of the program, but it was totally worth it =) But now what ? After a short (well-deserved!) break, I started looking for opportunities as a fullstack developer. During one of my interviews I was asked to look into Tests (something we only skim over at Le Wagon but which is very important to tech teams), and javascript. I am therefore working on personal projects in order to develop my Ruby on Rails skills, and learn more about tests and the other languages. And if everything goes as planned, I will be joining their team in April... =]Good luck to any of those who wish to follow it, and enjoy !Read Less",FullStack program - 35+ locations,Web Development +234925,10868,le-wagon,Ronan LOUARN,False,2016,Le Wagon Bordeaux batch #40,2017-01-03,5.0,5.0,5.0,5.0,"Hello! I was a student at Le Wagon Bordeaux batch #40 (03/10/2016 - 02/12/2016)This bootcamp of 2 months brought me a lot. It was dense, complete and well organized.WHY LE WAGON:The language Ruby is known to be ""developer happiness"", that means intuitive... Read More and easy to assimilated. This does not prevent that there are quite a lot of good practices to know to be effective (SRP, DRY ...)We also learn to work with:- HTML- CSS- Javascript- Ajax- Jquery- Ruby on RailsLESSONS:Every day there was a principal teacher, as well as assistant teachers to have a more effective individual follow-up. The teachers are friendly, attentive, patient and listening ... The day begins with a lesson. Then we form groups of two people, to work on the subject of the lesson until 5:30 pm. We finish on a livecode, to correct the exercises of the day. Anyone can ask questions and correct their exercise.At the end of this bootcamp, I am able to set up a site (e-commerce, hotel ...) from conception to a functional web application.AND AFTER? :I am currently on my own. I realize sites for professionals, who want to improve their visibility, turnover and proximity. A month after the end of this bootcamp, I work on 4 sites simultaneously.I work in parallel on personal projects that will lead, I hope on the creation of a startup.And now I'm a teacher assistant in Bordeaux for the next batch.I highly recommend Le Wagon.LOUARN RonanRead Less",FullStack program - 35+ locations,Web Development +233969,10868,le-wagon,Christos Dimitroulas,False,2016,Le Wagon is a life-changing experience!,2016-12-27,4.7,5.0,5.0,4.0,"Before joining Le Wagon, I was working in a nuclear power station as an operations engineer in the main control room. I finished my Masters in Mechanical Engineering at the University of Bristol and went straight into the nuclear power industry but after... Read More two years I realised that this was not the career for me. And now, 3 weeks after the course I have already landed a developer role in an exciting London startup.I wanted to move back to a big city after living in a remote village for the last year and started looking for jobs in London. As a mechanical engineer, I did not find anything that really interested me and I also came to the conclusion that I was never that passionate about mechanical engineering in the first place! During my job search I couldn't help but notice the abundance of software development roles that were available in London and this gave me the idea to look into becoming a developer.A very close friend of mine recommended Le Wagon to me as he knew someone who attended one of the Amsterdam batches (Gina) and after seeing her enthusiasm about the course during a Skype call I was convinced that I should apply. This was one of the best decisions I have ever made in my life.Learning to code at Le Wagon was an incredible experience. The course structure and content have been meticulously pieced together to create a logical journey which means that even someone with no programming knowledge can understand the concepts and excel in web development. The nine weeks are tough but rewarding, there is a lot of information being thrown at you and everyone has moments where they struggle, however at the end you will be amazed at the web applications that you are able to build.For my final project, I worked in a team of four students to build a web application which allows users to apply for a loan using their mobile number. The idea for this project came from large proportions of people around the world not having access to financial services due to not having a bank account. Users can sign up and apply for a loan and then bank employees can review these applications, monitor their loan portfolio and have access to statistics which give them an overview of the business. This project was built in only 10 days.Honestly, I could never have imagined that I would be able to build something this completed after just 9 weeks of studying.Apart from the fantastic course content, all the teachers, teaching assistants and Le Wagon staff helped to create a really friendly and comfortable atmosphere. Every one of them is clearly very passionate about wanting to help people to learn to code and this is reflected in all aspects of the course. Another reason why the course quality was so high was that the teachers were excellent; great at explaining things, answering questions and helping students with their bugs and issues.Overall, if you are considering learning how to code in a short space of time – I recommend Le Wagon over any other bootcamp in London. It is a guaranteed life changing experience.Read Less",FullStack program - 35+ locations,Web Development +233389,10868,le-wagon,Dom,False,2016,Le Wagon... The place to be for a very challenging bootcamp!,2016-12-22,5.0,5.0,5.0,5.0,"You'll see everything, from back-end to front-end, including a bit of Javascript and other sweet things to usher you into the delicious world of developers!At Le Wagon, you'll find the open mindset, a warm atmosphere and everything you'll need to feel... Read More 100% ready for intensive training.As far as I'm concerned, in Batch#43, we put everything we had learnt in classes into practice to build our project ZA:DL (https://www.lewagon.com/fr/demoday/43/zadl)Before Le Wagon, I created my own company and I felt very limited in its evolution because I was lacking the required technical skills. I chose Le Wagon to get these skills as fast as possible so I could build another MVP myself. Being able to understand everything that lays behind a web-app led me to question my project and made a 180° pivot to a much better product.More than a technical program, Le wagon helps you to define the easiest Web Product possible with an optimized user experience.The final projects enabled me to take enough hindsight to truly understand and use everything we had learnt during the first few weeks of the program. It gave me confidence in the fact that I can keep learning to code and be autonomous after the bootcamp.Le Wagon kept its word: today my creativity is not limited any more as I now have the skills to express it.In a nutshell, if you hesitate.. do not, go for it!`Read Less",FullStack program - 35+ locations,Web Development +232692,10868,le-wagon,Will,False,2016,Exactly what I was looking for from a coding bootcamp!,2016-12-20,5.0,5.0,5.0,5.0,"My previous job in tech recruitment was spent placing developers into jobs, which became rather frustrating because everyday I could see the massive potential in having digital skills. I spent a long time agonising over which coding school to choose when... Read More I first decided I was going to move from my previous career to a career in technology, and I am so pleased that I chose Le Wagon. I could never understand how they could consistently get 5 star reviews but I thought I would trust them and go through the process myself.The team at Le Wagon has been so welcoming, supportive and friendly throughout my time there and since. There is a real sense of community with teachers, previous students and the management team going above and beyond to help you out along the way. There was also a great mix of students and we found a good balance between working hard and having fun at the same time.The teaching was also top quality, it was quite unbelievable how we picked things up, and even though it could be tough at times, the way the course is designed means that you are constantly going over the stuff that you've already learnt without even realising it! Often we would have teachers flying from all over the world to teach us and they were very good at breaking down the things we needed to learn. The course covered everything that we had to know to go straight into developer jobs, from back-end Ruby to some quite advanced JavaScript.I found that a lot of my classmates had business ideas ready to be made a reality and those like myself who came to learn to code primarily. This was very useful, as there was a lot to learn from people who had much more business experience than me and added a whole new layer to my learning, particularly during the project stage.Overall, it was tough and needed a lot of hard work, but it never felt like too much because of the support and style of Le Wagon. I would recommend it to anyone interested in coding or starting a tech business.Read Less",FullStack program - 35+ locations,Web Development +232661,10868,le-wagon,Lucien Mollard,False,2016,Le Wagon Paris,2016-12-20,5.0,5.0,5.0,5.0,"In a past life, I was a truck driver, which has nothing to do with code. However, a few months ago, I decided to take the plunge and I joined Le Wagon in Paris (batch #43) last October.Despite my background, the teaching methodology was so effective that... Read More I didn't feel overwhelmed by the difficulty of the course. The staff and the atmosphere were great. On top of that, I am amazed by what I got to accomplish at the end of these 9 weeks, whether it was through the AirBnb clone or the final project (www.barde.guitars). I am now looking to join a company as a Fullstack developer and I already have a few opportunities for full-time positions!`Read Less",FullStack program - 35+ locations,Web Development +232602,10868,le-wagon,Clemence Thivet,False,2016,Le Wagon Paris - Batch #43,2016-12-20,5.0,5.0,5.0,5.0,"Hello, My name is Clemence and I have never been into ""long studies"". That's why, I naturally turned myself towards bootcamps when I decided to learn how to code.I had been looking through all the different bootcamps for months before I decided to apply... Read More to Le Wagon. At first, I hesitated because I thought it was only designed for entrepreneurs which was not really my profile. But quickly I realised that I could apply without having any current entrepreneurial project.After taking the interview, asking questions and having completed the ruby track, I got accepted in the Batch#43 in Paris which took place from October to December 2016. The team I joined was the first girls-only team at Le Wagon. The project we built is called ZA:DL ( http://beta.zadl.fr/ ). ZA:DL is a web-app that helps you organize paid activities with your friends.After Le Wagon, we kept on working on it for 2 weeks as the leader of our team plans on releasing it during Q1 of 2017.There is no denying that the atmosphere at Le Wagon is awesome. The people in my batch were super cool and everybody was getting along well with each other. Teachers, teaching assistants and the staff are all very nice and ready to help when needed. The events organised during the bootcamp were great as well. Despite getting more and more tired throughout the weeks, the talks with entrepreneurs, the Q&A sessions with alumni were very appreciated by the whole group.Although the first few weeks were really hard for me as I had never coded before, the 9 weeks spent at Le Wagon were so great, and went so fast that no one wanted it to end.Read Less",FullStack program - 35+ locations,Web Development +232309,10868,le-wagon,Romain Campech,False,2016,Best way to invest in yourself,2016-12-20,5.0,5.0,5.0,5.0,"After getting a Law Bachelor and graduating with a MA in Media & Communication, I just couldn't picture myself starting the usual internship process for big companies in old industries. I was also always excited by the fast moving tech industry - but... Read More so frustrated to not be able to be a part of it. When I came up with my business idea, it got to the point where all the brainstorming and market research was about to be left hanging if no product was actually being built… After getting a pricing estimation of what it would cost to code my MVP - and knowing that even then I wouldn't be able to fully understand my own product - I decided to invest that money in myself and acquire tech skills.I spent hours comparing the different bootcamps out there and eventually chose Le Wagon because of what I heard from friends in Paris and because they are the only one really focused on building your product.They have proved it with the successful entrepreneurs they have helped so far. The experience at Le Wagon London was truly amazing. The staff (teachers, managers, directors) are as close to the students as it can get and are always available to help you out even after hours. The platform on which we exercise is one of a kind: you start the day with a lecture where the new concepts are taught with the teacher live coding and explaining everything they do; then you spend the day working in pairs or teams and going over the concepts of the day (and more advanced techniques for those who can); and you end the day with another live code where you go over everything once again. It's just crazy the amount of stuff you learn and you surprise yourself keeping the pace with everything and getting better with the days. I made good friends there and met my amazing team with who we are now improving our sports competition generator and manager (OnTop). It is now going so fast and we are already able to test it right after the program. Finally, I really recommend taking this course for any aspiring entrepreneur (regardless of your background), but also for anyone who wants to commit for 9 weeks to a life changing experience that will open you more doors that you could dream of. But it doesn't end here because you're part of Le Wagon for life.Read Less",FullStack program - 35+ locations,Web Development +231802,10868,le-wagon,Arthur Littmann,False,2016,The 9 weeks that made me change career path,2016-12-18,5.0,5.0,5.0,5.0,"After finishing my business school in France I knew I wanted to work in a startup environment. But I felt like the knowledge I learnt in the past 4 years was very theoretical and strongly lacked the technical skills to actually bring something to the... Read More table in a company other than just an extra pair of hands to help out. Having done an internship in a digital startup during my studies I had seen what developers could do and ""coding"" kept intriguing me since then. That is why after graduating I decided not to do a masters degree as most of my friends were doing and instead I decided to learn how to code at Le Wagon's bootcamp in London! I was amazed by it's online reputation, specially on the international scene compared to other bootcamps I was looking at.The course was intense, as I expected it to be, but I was amazed by how well the structure of the course was. We would spend all day learning how to code and doing exercises without losing focus. Unlike my university classes, where I often lost focus after 30 minutes of a lecture. The last fews weeks the classroom felt more like a company office as we all worked in teams to build our final projects, this was an incredible experience, we quickly got very passionate and proud of our projects, meaning we'd voluntarily spend late nights trying to make our websites look perfect or adding extra features. Before we knew it we were building fully functional websites in just a couple of days.And that's how, thanks to Le Wagon, in just a few weeks I learned how to code and completely changed my career path and my way of thinking from business to web development with a business perspective.Read Less",FullStack program - 35+ locations,Web Development +234052,10868,le-wagon,Adriano Wiermann,False,2016,Sao Paulo bootcamp - Boost Career,2016-12-09,5.0,5.0,5.0,0.0,"First of all I totally recommend doing Le Wagon bootcamp if you are keen on entering the programming world. Before doing Le Wagon last winter here in Brazil I was kind of worried about my future and having a hard time finding a good job. I have studied... Read More and worked with oceanography here and before the bootcamp I was disappointed with the lack of opportunities in my field, I spent more than a year looking for a job and nothing came up. Work with programming was something that I always thought about, but the initial learning curve was very discouraging. So coding bootcamps were already in my mind to break through this curve. Then I heard that a really good bootcamp was landing here in Brazil, so I thought it was my chance of changing. I ended up being the first student to enroll in the first brazilian batch. And let me tell you it’s been an amazing experience, I have met really good people and looking back I still cannot believe how much me and all my colleagues could learn in only 9 weeks. This is the most interesting point where Le Wagon stand out, it's a very well structured and crafted program. And it explains how they manage to have anyone learn so much so fast. Their philosophy is learning by doing, and that's also another diferenciating fact about them. You really get your hands dirty and « squeeze » your brain. The last 2 weeks are devoted to a project which teaches you how to work in team and release a functional project in only ten days. Some of my teammates are still working on the project that is turning into a startup called numooh. Check it out! Two months after I finished the course I’ve been involved in some freelancing dev for a nice French startup and just got hired in another major startup here in Brazil. (Gympass, the netflix of gym club :) So, in my opinion, if you seriously want to dive into this world with a solid understanding of what’s going on. You should consider Le Wagon.Read Less",FullStack program - 35+ locations,Web Development +231764,10868,le-wagon,Jimmy Littmann,False,2016,Le Wagon London,2016-11-25,5.0,5.0,5.0,0.0,"After working 10 years at Apple in various roles from finance, operations and sales I realised how little I knew about the tech side of the business and decided to take on the challenge of learning how to code. Following discussions with friends and reviews... Read More online I joined the first batch of Le wagon in London (batch#36) this summer.I'm still amazed by the amount of information that we managed to cover in only 9 weeks, these were probably the fastest 9 weeks of my life !! I went from not knowing what css was to being able to code an MVP in 2 weeks. In my view it's important to join and be part of a community rather than any course, as this will give you access to an amazing amount of content and great people, during and after your course and this is exactly what the wagon is, a great community.Read Less",FullStack program - 35+ locations,Web Development +231651,10868,le-wagon,C. Knox,False,2016,The best thing I ever did...,2016-11-24,5.0,5.0,5.0,5.0,"It took me two years to pluck up the courage to quit my job to do a coding course. I was working for a design agency in London and although I knew early on that building websites was what I wanted to do – forfeiting a steady income to learn how to do... Read More it was a hard decision. As I became increasingly frustrated with outsourcing our designs to freelance coders (where the brief was rarely met and almost always past the deadline), I decided to take the plunge. I put a lot of time into researching, speaking with and visiting the various universities and coding bootcamps and Le Wagon came out top. One of Le Wagon's most appealing aspects was the perfect balance of lectures, self-learning and pair-programming. Some courses rely heavily on lectures (where I would have most definitely lost concentration) and others solely on pair-programming and self-learning (where I would have fallen behind). An hour and a half's lecture each morning gave us a proper introduction to the topic of the day and a good understanding to be able to tackle the pair-programming that followed ('buddying’ up with a classmate and working through problems together). At the end of each day ‘live code’ either consolidated what was learnt that day, revisited areas students had difficulty with or introduced a new topic ready for the next day. This structure was brilliant as it not only taught us to work as a team with a new person each day, the lectures either side kept concentration levels high and, as a result, in two months of 9am-7pm there wasn’t a single moment in which I wanted to leave early or take some time out.Le Wagon appealed to each student's reasons for being on the course – whether you enrolled to learn to build websites in general (like me), or to develop and build one particular idea, or of course to learn to code in preparation for working in the newest tech start-up / taking over the coding world. We were taught in such a way that each of us could work to our strengths and with the incredible daily support from tutors and assistants, and indeed fellow classmates, I don't think anyone ever felt like they were drowning. I knew I was never going to be the best in the class at the ‘back-end’ side of things, essential as they are, but I knew if I could understand how it all worked together that my ‘front-end’ design skills would prevail. Since finishing in September, I have been freelancing building websites for businesses – everyone I meet seems to want a website or knows someone who does. Working for myself has been a life-long dream and after only two projects I paid for the course that got me here. The daunting prospect of going it alone has been made infinitely easier by Le Wagon’s amazingly tight community and incredible resource of lectures, guidelines and live-recordings from the course, which I will have access to for as long as I am coding.Read Less",FullStack program - 35+ locations,Web Development +235022,10868,le-wagon,Sadhia,False,2016,Intense learning experience - all worth it!,2016-11-13,4.3,5.0,5.0,3.0,"Why did I choose Le Wagon coding bootcamp in Copenhagen?My background:I’m a classically trained “corporate ninja” within the disciplines of business administration and marketing. Since the world is becoming more and more digital I wanted to add digital... Read More skills to my tool belt. More specifically I wanted to learn how a digital product is developed from scratch and how the development process is organized. I researched options for coding schools that would offer short-term coding courses but they were based abroad and I was looking for a “local” solution. When I found out that Le Wagon was opening here in Copenhagen Denmark I knew I had to join. Hence I enrolled in the 9-week bootcamp in summer of 2016.Why Le Wagon:I did a lot of research on Le Wagon prior to joining it. What really sets Le Wagon apart from the rest is the entrepreneurial focus: you get the chance to develop your own product and think like an entrepreneur. This was a perfect match with my business background, since it was building on top of my existing knowledge base as well as expanding into unknown territories (well, hello coding!). Having a full stack curricullum that takes back-end as well as front-end into account was exactly the combination I was looking for with my zero skills in coding. Furthermore my research also showed that Le Wagon was highly recommended and scored very well on ratings. That’s why I chose it.The bootcampI was part of the very first Copenhagen batch of Le Wagon. One word that sums of the whole 9 week experience: excellent! The teaching was great since we had people who were professional developers and knew exactly what they were talking about. The teachers were highly competent and professional. Not only were we presented to new knowledge every day, we learnt how to apply it to exercises that were really challenging - but strengthened our understanding of the concepts. Every day you built up your skills brick by brick. The first 6 weeks really gave you the necessary skill set and was the best prep for the last stretch of the bootcamp: two major projects in the remaining 3 weeks. We created our own Airbnb clone ( platform was similar) while the second was our own app idea. Being able to go from having absolutely no coding skills to create sites that actually look like something worthwhile is quite cool. You literally see how much you progress every week and that just motivates you keep on learning and coding. Besides all the new knowledge the social aspect is just as good. These 9 weeks are probably the most challenging you experience but the social aspect of it makes it even more worthwhile. You have a lot of fun during these 9 weeks. Even after 12 hours of coding every day we would go out for burgers or beers in the evening. And we stil meet even after the bootcamp is over because you are Le Wagon buddies for life (we really are!) ProsYou learn a lot in 9 weeks. The amount of knowledge you get in these 9 weeks is massive. But you also learn to apply the knowledge in an actual, practical sense. You start viewing and evaluating digital solutions that you see everywhere. Copenhagen. It’s a beautiful city that’s really open and young. Give it a try. You will love the biking and social life of the city.Start of your coding journey. You really get a solid foundation to learn even more after the bootcamp is done. You understand how a digital product is developed. Although the projects of the bootcamp are of miniature-scale the core methods of structuring the development processes are the same in the real world. Reshape your career. Having the digital understanding as above mentioned makes you even more interesting for a future employer. I can vouch for this because it led to my new job within IT project management. The social aspect. You have a lot fun while your brain is frying because of all the new concepts it’s trying to absorp. ConsYou learn a lot in 9 weeks. At times you would lose track of which concepts you covered in the previous week because there is a lot to cover. I recommend that by end of each day you reflect on the key concepts you learnt. Not for the faint-hearted. Learning how to code is challenging. At times you will feel frustrated because you just aren’t getting it. It’s important that you come with an open mind and accept that sometimes it takes a bit more time for you to learn it. But eventually you will.Read Less",FullStack program - 35+ locations,Web Development +235011,10868,le-wagon,Nathan Kuik,False,2016,One of the most empowering experiences I've ever had.,2016-11-11,5.0,5.0,5.0,0.0,"I've been interested in computers and technology since I was young, but I never had the push or guidance to actually start coding. I played around with some less technical stuff and loved it, but decided to study social work. A move abroad to Denmark... Read More made it hard to continue in my previous line of work, so I thought it was the perfect time to dive head first into coding. It just so happened that the first batch of Le Wagon Copenhagen was a few months away, so I committed.Le Wagon Copenhagen was on of the best experiences of my life. I quickly realized that there so many factors that can affect an experience as intense as this. The fact that you are spending so many hours a day with the same people, curriculum, and teachers learning something that feels unfamiliar and abstract is demanding. Le Wagon is great because it meets all of these challenges. The curriculum is great, the teaching informative, and most importantly, the environment is positive and supportive.At Le Wagon, you learn so much in 9 weeks. While Le Wagon does have a strong focus on teaching the skills for entrepreneurs to pursue their business ideas (you even pitch app ideas, vote on them, and then build them), there is a lot of flexibility in what you can focus your time and energy on. For example, you can really dig into more advanced concepts like sorting algorithms and metaprogramming, but if that sound boring, you can spend time on many other things like UX, design, or wireframing.This course really is for everyone. Whether you've never done coding, you want to build your own app, or you've tried to learn coding and feel stuck, Le Wagon will help you with whatever tech direction you want to go. Also, Le Wagon has done a tremendous job of creating a consistent level of rigor and quality in all of its cities, and Copenhagen is no exception.Read Less",FullStack program - 35+ locations,Web Development +234905,10868,le-wagon,Luke Breen,False,2016,Opened a new career path,2016-10-31,5.0,5.0,5.0,5.0,"Before Le Wagon, I was a student at the University of Warwick studying History. I enjoyed my degree, but wanted to learn a new skill which had practical applications in the workplace. Around the same time, my friend and I had an idea for a car-sharing... Read More application targeted towards university students. Our aim was to link drivers and passengers via a two-sided marketplace. We quickly realised that, in order to build our application, we would have to outsource the coding or learn ourselves. We decided the better long-term decision, in addition to the obvious personal development benefits meant we needed to learn how to code ourselves. A quick google search and telegraph article of the top-ten coding schools in London later, I had applied to Le Wagon. The course, and particularly the teachers, were incredible. The intensive program means that you gain immediate and meaningful knowledge, whilst the teachers are more than willing to dedicate their time to help you learn more.I was very impressed by the speed at which people are able to learn coding, when given a wealth resources and supportive peers. Being able to code a full application, from scratch, within two weeks is a fantastic achievement Even though my short-term aspiration is join the British Army in January, I felt that Le Wagon was an opportunity I could not miss. Le Wagon has convinced me to take a development job, after the Army.The aspect of coding I like the most is how logical the process is. Whilst it can be incredibly frustrating when a bug refuses to disappear, you can be certain that if you follow the error message and apply logical reasoning, the issue will emerge.I also discovered how great Le Wagon community is, which is another reason to join this great bootcamp. The post course community is close family constantly helping and sharing info.Read Less",FullStack program - 35+ locations,Web Development +234870,10868,le-wagon,Manou,False,2016,"This formation is more than just a formation, it's a life experience.",2016-10-27,5.0,5.0,5.0,5.0,"Hi! My name is Manou, I've finished La Wagon fullstack challenge one month ago. If you're wondering, this formation is more than just a formation, it's a life experience. I've been a Motion Designer for 3 years and I felt like I was bored. I was in a... Read More need to learn something new. I was in a need to start something new.I took my chance and following advices from former students I know, I applied. This is one of the best move I could have make. I enjoyed 9 weeks of pure radness. I learn how to learn. Even better, I learn how to like learning. I wish my high school teachers would have done the same. In the same time, when you're at Le Wagon you're like part of a very cosmopolitan family which will do whatever it takes to make you reach your full potential. As I said previously, Le Wagon is a life experience. What now?I've joined as a front-end developer a 30 members dev team in a French startup which just raised 8M€. I'm now surrounding by crazy vibes and amazing people who know how to dream on. I can say I'm happy coding every day among them. I still can't believe I achieve this in only 9 weeks.Cherry on top, I can go back to Le Wagon whenever I have a bit of spare time and can still enjoy the atmosphere of this incredible place where people believed in me.Read Less",FullStack program - 35+ locations,Web Development +234893,10868,le-wagon,Stanislas,False,2016,Le Wagon Lisbon : A Game Changer,2016-10-27,5.0,5.0,5.0,5.0,"After 9 weeks of intensive Coding at LeWagon Lisbon where HTML, CSS, Ruby, Rails, Postgres SQL and JS ruled our days and nights, it is time to reflect on these hours of concentration, days of smiles, and million of seconds of pure pleasure.From finance... Read More …After a very traditional early career start in finance in Geneva, Switzerland, I had been attracted to the world of Fintech for a while. In the past year, I have been working on new web trends with the wild ambition of leading my current company, a Fintech dating back to 2000s, towards new more modern, 3.0 solutions :) After weeks and months exploring the tech world and its opportunities, my frustration became too big. I told myself how can you be truly effective in Fintech without knowing how to code? It would be a bit like learning how to ski with a sledge. It won’t slide for long.To coding….I did some research, and came across Le Wagon. After reading some reviews and working through Codecademy, my tickets were booked for Lisbon. To be very honest, the first month was really difficult, very challenging. Yet after that, everything started to fall into place. You begin to understand the pieces of this huge puzzle. I cannot tell you the pleasure of seeing your code running for the first time!!! Indeed, I found the content of the course to be of a very high level, it was very demanding but the results were incredible. You really learn the bases of Full stack web development in 9 weeks, and more importantly you learn the mindset of “how to learn quickly and effectively.” After Ruby, SQL, HTML, JS, and getting to know my new friends - Bootstrap and Rails - we kicked off with the 3-weeks of project work. Project week Airbnb was great, because you learn to work quickly and ro develop the application using the open source model and the millions of available gems. Then finally comes the final project. My project was fortunate enough to have been selected by my classmates. In two weeks, we created a game for couples to help them maintain the fun and romance in their love life. www.lovee.io will soon be online if you are looking for ideas for your prince charming. Why Lisbon? Simple - the surf and its booming Fintech environment. Back to Fintech I can say with sincerity that Le Wagon can help you achieve your goals of becoming a Tech Entrepreneur. I'm leaving in a few days to return to Lisbon for 10 days of intense coding in order to create our first Fintech prototype, a personal assistant for your investments. On the schedule: APIs, JavaScript, AJAX ... which would have not been feasible without Le Wagon.Read Less",FullStack program - 35+ locations,Web Development +234891,10868,le-wagon,João Viana,False,2016,Le Wagon changed a lot my future professional dreams.,2016-10-26,5.0,5.0,5.0,5.0,"Before Le Wagon I was trying to learn programming on my own. For me, code is one of the few things that gives that amazing ability to create whatever you want - you just need a computer and an internet connection to start. With that said, it’s not an... Read More easy task, it takes resilience and a lot of patience. I have an engineering background and I can tell you that I learned so much. The teaching method is really well structured. You walk away with a very robust set of skills that you know how to improve upon after the bootcamp, and that’s really what you hope for in a two month course like this. The teachers are experts are extremely competent and know the material from front to back. And after staying with the same people everyday for 2 months it’s impossible to not make very good friends that as an upside share the same passion as you.Our final project was an online payment solution for freelancers. It basically secured a clients payment and released it when the job was done. It was unthinkable for me before Le Wagon that you could build an MVP from scratch, like that, in just two weeks.Since the bootcamp, I have stayed in touch with the majority of my classmates and ended up joining another project with 5 other alumni from my batch. This time it’s a combination of web development and energy production. We are being accelerated by the major energy company in Portugal (EDP). It is amazing what you can do with people that share your passion and have the same interests.For me, Le Wagon turned out to be the best investment. After just a few months out, it already created many opportunities. I highly recommend it.Good luck!Read Less",FullStack program - 35+ locations,Web Development +234876,10868,le-wagon,Adrien Pelegri,False,2016,@LEWAGON PARIS,2016-10-25,5.0,5.0,5.0,5.0,"While most people dream of becoming a doctor, a policeman or a lawyer, when they are younger, I was dreaming of being part of a Startup. When I started studying in business school, I spent hours per week reading all sorts of books, articles, blogs and... Read More online courses to acquire a tech culture. I wanted to be able to understand the whys and whereforesof this environment. After one year I had studied the upper layer, I had a strong feeling that something was missing. Indeed, in order to fully understand this environment, I needed to study the technical layer. Therefore, as usual, I naively began on my own by consulting articles to solve the mystery of startup’s products! I decided to browse resumes of emblematic characters of the Tech industry. I came to the conclusion that a significant portion of them have in their backgrounds technical skills.Since I have a curious mind and I am always eager to learn, I enrolled during my summer vacation @LeWagon Coding Bootcamp. I graduated from Le Wagon one month ago, and it was the best jump forward I have ever done, certainly the most valuable decision for a business student who is passionate about Tech. My expectations were high concerning the Full stack Program. With very ambitious goals when it came to my skills before Le Wagon, and I have not been disappointed even more.A CHALLENGING WORK ENVIRONMENT'Le Wagon full stack program for entrepreneurs’ is a 9 intensive weeks program. The goal is to build an MVP during the last two weeks. But if you expect knowledge and techniques to be brought to you on a silver plate like the way thing are taught at school, you are delusional; coding is about learning how to learn. Le Wagon’s team do it with faultless functioning. They designed a program in a way to make learning more attractive and straightforward, both within their platform and the day to day courses. The range of resources and tools built in-house fit our needs and are always up to date.The hard skills you learn are relevant and straightforward. You learn the core concepts of the web development with an approach that tends to reach an operational autonomy. You will be able to deal with API, frameworks, database, collaboration tool like Github and many other.The learning speed is high and the time flies out when you are in front of your computer 10 hours per day, it can be disconcerting at first. For my part it was, but you become right away addict. The funny thing is that the staff can be disconcerting too regarding their full beliefs and trust in the program. Their faith in your success comes from the program itself. I was skeptical, but it is only at the end of your 9 weeks that you can realize that they were right.A GAME CHANGER EXPERIENCEFirst of all, I think that one of the main strengths of Le Wagon is stakeholders who gravitate around them and their network in the Parisian startup ecosystem. Most of the people I met share a positive mindset, a sharing spirit with a contagious motivation. The mix of ages, backgrounds, and meetups allow a real exchange between people. As a young man, I learned every day from the sharing spirit of my buddies, teachers and persons who are in the co-working space. The apprenticeship is not limited to learning technical skills with best practices because learning how to code is about developing your developer mindset. It is through this mindset that you reach a real operational autonomy. An important part of the pedagogy is learning how to search for the correct info, methods, techniques, services. This is a key to understand better coding culture and be able to make progress. Now when an idea comes through my mind or when I scroll the web, I immediately try to think in terms of components and technical issues, which makes me more pertinent and pragmatic. I discover a product driven way of thinking and tackling web products.Although Le Wagon paves me the way for further areas of work, all the information you learn during the Bootcamp can be reviewed, improved. For that reason, the master word is practice. So actually I try to improve what I have learned on a freelance project. Once again when you are stuck, you can count on Le Wagon community. The community is very active, alumnus, teachers constantly pull together to deal with code issues or to share quality information and resources. When I read the Slack of the community, I always feel the urge to go broad and develop my skills; there is a spreading emulation.In a word Le Wagon afford me an overall framework regarding web products analysis and workflow. My lack of tech skills is not a barrier anymore; it became a strength. I know that there is now a before and an after Bootcamp, nothing will ever be the same again.Read Less",FullStack program - 35+ locations,Web Development +234883,10868,le-wagon,Hugo Vandernotte,False,2016,Why I joined Le Wagon?,2016-10-19,5.0,5.0,5.0,5.0,"Why I joined Le Wagon?3 years ago I discovered the startup world. Since then, I have worked in the 3D printing industry in Cambodia, I have organized two startup contests, and I have been absorbed by the startup universe. But I didn’t feel I would be... Read More able to set up my own startup. Something was missing. I had a lot of ideas, but I had trouble knowing if they were technically feasible, finding a developer to work with. In fact I always had a good reason not to launch one.One day, a friend of mine talked about Le Wagon, a bootcamp for entrepreneurs to become a smart coder. It sounded great. After that, for sure I would be able to turn ideas into business. So I decided to take the best decision of my life.9 weeks of pure happinessSo I joined Le Wagon Paris this summer for a 9-week intensive coding bootcamp. It was cool, very cool. Every day in a very nice atmosphere you learn something new, you discover new people and you become better. The best is that after only 3 weeks you are able to create concrete things like a race game or a static website. It is really intensive so you need to be in tip top shape and focus on your 9 weeks but this is worth it. Teachers are amazing, lessons and exercises are amazing, people who are programming around you are amazing. To be honest I won’t be able to criticize someting at Le Wagon.Now what? The best is after!Since the end of the bootcamp, I code everyday. It's like a drug, I can’t stop myself. I have started learning how to create android app, google extension, and launched a startup with 3 others Le Wagon bootcampers. My roomate becomes crazy because I am always coding. I have the feeling that now everything is possible. Any idea could be a startup, a concrete project. My dream is to take a gap year to travel all around the world. Now this is possible, I can do that and make money by coding, I am free. Imagine, you can work from the beach in Brazil, Thailand or Australia, not so bad, right?I ended my review here, because it’s time to code!Thank you Le Wagon.Read Less",FullStack program - 35+ locations,Web Development +234847,10868,le-wagon,Constance Toulemonde,False,2016,Great Bootcamp,2016-10-19,5.0,5.0,5.0,5.0,"I was Marketing Manager in a tech startup during 4 years. Every day, I was working with developers but I could not understand what they were really doing. This was frustrating… But unfortunately I had no time to learn to code. It turns out that I quit... Read More my job in Paris to move to HK. This was the perfect time to attend Le Wagon!This experience gave me plenty of energy. It was stimulating. Really. You meet new passionate and creative people. It changes from your high-school friends you see every week :wink: Le Wagon widens your scope, give you desire to undertake great projects. For me, it was the perfect ""break"" between 2 jobs.Today, I have much more confidence when applying for tech companies. I can now get Product Manager position, which was really hard without any tech background. I strongly recommend Le Wagon, whether you want to find a dev position or aspiring to a new job in the tech industry.Read Less",FullStack program - 35+ locations,Web Development +234845,10868,le-wagon,Aoife McDaid,False,2016,First Class Experience,2016-10-18,4.7,5.0,5.0,4.0,"I finished Le Wagon's 9-week intensive program in Paris in September 2016. My background had literally nothing to do with coding -- I studied Music and Psychology at university, and went to on to get a TEFL certificate and teach English as a Second Language.... Read More After 3-4 years of teaching, I knew I wanted a change of pace, but wasn't sure exactly what that might be. I wasn't prepared to go back to university for a 2-year Masters degree in Psychology or anything else; I had enjoyed the flexibility I got from teaching English and didn't want to give that up. My husband was/is a passionate developer who works at home, so I decided to see what programming was all about. I spent the better part of a year trying to teach myself to code with some great online resources, and really enjoyed it. Although I learned a lot, working full-time and a lack of structure/progression to my studies prevented me from making the progress I was hoping to see. That's when I decided to give up my job and enroll in a full-time programming bootcamp. I had heard great things and read great reviews online about Le Wagon before attending, and I wasn't disappointed with my experience. Le Wagon creates an amazing atmosphere from Day 1. You really feel like you've become part of a special community of people - people who are fun, smart, driven, and creative. Many people who attend Le Wagon are hopeful start-up CEOs (and some already successful!), who want to understand code just enough to get an idea off the ground and someday manage a development team; my goal was more straightforward. I just wanted to learn how to code and become a developer myself.The curriculum at Le Wagon is really first class. They have found a way to teach you all of the important practical skills you'll need to make a web application, while cutting out unnecessary/theoretical computer science concepts. The idea is to get you up to speed and capable of creating an MVP version of an application and/or an employable junior Ruby developer as quickly as possible. And they certainly succeed in doing that.The teachers at Le Wagon are extremely knowledgeable, passionate, and approachable. Although it is an intense program, it is very manageable with the support of both the teachers and the teacher assistants. The structure of each day also makes it manageable: morning lecture -- pair programming (with a classmate and the support of teachers and TAs) -- lunch break -- more pair programming -- 'live code' (where the class comes together again to work through some challenges together). The days are long (9am - 7pm) but really fly by! Another huge bonus is the online access to courses and exercises. Although in theory you don't need to spend any time outside of class doing homework or preparing for the next day, if you ever feel like you need some extra practice, all of the lectures (video recordings from previous groups) and exercises are available through the online platform. I found it particularly helpful to watch the video lecture the night before so that the material wasn't 100% new the next morning. Some of the concepts took a while to understand, so experiencing the lecture twice was so helpful. All in all, I consider Le Wagon a very polished bootcamp. They've had quite a number of 'batches' (as they call them), and the program is refined after each group. The people running the program are warm, friendly, professional individuals, who will help you to achieve your goal, whatever it may be. I highly recommend this program to anyone thinking about doing a bootcamp. I was very happy with my experience at Le Wagon!Read Less",FullStack program - 35+ locations,Web Development +234844,10868,le-wagon,Oscar Friedel,False,2016,Great Coding Bootcamp,2016-10-18,5.0,5.0,5.0,5.0,"My name is Oscar and I finished Le Wagon a few weeks ago in Paris. It was a true life changer.Just to give you a bit of background, I worked 4 years in the oil & gas exploration industry, as a strategy consultant. Basically, I was advising CEOs on their... Read More exploration strategy.I decided to quit my job and start my own company, a web application to help influencers monetize their communities. After a few weeks in the process, I found out that knowledge in web development would be essential in the success of my company. Friends and relatives told me about Le Wagon and I decided to apply. I wanted to be able to code beta versions or MVPs, work efficiently with developers and understand the full landscape of web development.Le Wagon gave me all those abilities in 9 weeks. The program is quite intense and you learn fast. After a few weeks, you start to understand the big picture as well as being able to code a web app using Ruby on Rails. The last weeks of the program are super efficient as you are working in teams to ship out a high quality project!I am now working on the beta version of my website (check it out on www.aulo.io) and launching the business very soon!I gained critical knowledge thanks to Le Wagon and I am now fully prepared to launch my web application business!Read Less",FullStack program - 35+ locations,Web Development +234837,10868,le-wagon,Nathalie Christmann-Cooper,False,2016,The Power of Le Wagon,2016-10-17,5.0,5.0,5.0,5.0,"I was part of the first Le Wagon London cohort, batch #36 summer 2016.I don't have a computer science degree or computer background. I don't have any formal tech training. I have worked as a freelance graphic designer and run my own business for many... Read More years, learning to build websites by working my way through various online courses. So I could handle html, css and a little php. Learning online was ok, it helped me discover my inner geek, which now unleashed, has me addicted to coding. But, and this is a big BUT, these courses always left me feeling frustrated. When you work alone you can be left with 101 questions in your head, ""Am I doing this right?"", ""Is there a better way to write this code?"", and 3 days of hair pulling staring at the dreaded white screen of death trying to troubleshoot the missing ';' in your code. Yet there is no-one to ask.Then I had an idea for an app, and together with my two co-founders, we knew we had to find something more. We'd researched the idea, we'd tested the market and we knew we had something, but feedback from potential investors was that they wanted to see a technical lead on the founding team. I was asked why wasn't I that person if I could build a website? I should be building the app. Fair point. So I started looking to see how I could step up to that challenge and hit our next milestone of building an mvp in-house. Online learning alone wouldn't cut it. When I came across Le Wagon, it was a no brainer. I went to a couple of meetup groups first to see how they work and it was impressive. The genuine passion and enthusiasm the teaching staff have for coding and programming is infectious. I signed up for the 9 weeks and it was without doubt the best decision to push our bootstrapped startup forward. In fact it's like adding rocket fuel to your idea.I won't say it's easy. At the beginning the challenges are tough. It's called a bootcamp for a reason. But as a class you grow. With guidance and mentorship from the teaching staff you help each other, you learn from each other. Being part of such a widely diverse group of international students of all age ranges, cultures and working backgrounds was really inspiring. Standing up on stage to demo our newly built mvp is the best buzz. To be able to achieve that in just 9 weeks is a credit the high calibre of the teaching staff. So what have I come away with? I now feel confident to discuss the continuing development of our mvp with other developers and I can work in a team. I have access to a huge bank of video lectures I can refer back to. Gone are the days of scratching my head in silence, I know have a community I can ask for help. In fact, I have some fellow alumni from the batch working with me on our project after the course. When we are ready to hire, Le Wagon will be my first stop. And I can now put 'Technical Lead' with pride on my team slide.I will continue to work on the mvp in-house to take us to public launch, become investment ready and prepare for our first technical hire. The mvp was presented at a trade show just two weeks after demo day and already has traction. I was also invited to speak on Sky News to share my positive experience of breaking into the London Tech scene as a woman. Best of all, just one month later, we are finalists in the Appsters Award for 2016 in two categories. That, is the true power of Le Wagon.Read Less",FullStack program - 35+ locations,Web Development +234834,10868,le-wagon,Damien Le Thiec,False,2016,Amazing bootcamp,2016-10-17,5.0,5.0,5.0,5.0,"From entrepreneur..I have always felt like an entrepreneur. That's why I joined one of the best business school in Europe. At the end of my studies, I tried to launch my first start-up but quickly failed, partly because of a lack of technical skills.... Read More In order to be autonomous for my future projects, I knew I needed to learn to code. So, I decided to join Le Wagon.To fullstack developer and digital nomadIn 2 months, supported by a wonderful team, I acquired enough skills to build all my projects, and, as important for me, I made a lot of creative and talented friends! I still have a lot to learn (you never stop learning as a developer) but I am now confident enough to do it by myself. I enjoyed coding so much that I decided to become a fullstack freelance developer for at least few years while building some of my own side projects. At the same time, as I can work from wherever I want, I will travel a lot. I am flying to Thailand next month For me, Le Wagon was the experience of a lifetime and I strongly recommend you to join! Have a look to superfestival.fr to see what you can build after 2 monthsRead Less",FullStack program - 35+ locations,Web Development +234828,10868,le-wagon,Anonymous,False,2016,Le Wagon - London,2016-10-17,4.7,5.0,5.0,4.0,"Having just completed 9 weeks at Le Wagon I would like to describe my experience before and after Le Wagon. I started coding at six years old on an Atari 1200 and hobby coded ever since. Since leaving school I completed my mechanical and electrical degree... Read More training with Volvo UK. When I finished that course I moved onto pilot training. I completed it in 2008 including flight instructor training of which I am one of the very few qualified aerobatic instructors in the UK. I work various jobs in aviation for 14 years including test flying, airline and air ambulance flights. Life in flying is amazing but I really wanted to do something more secure without the added uncertainty. Given I loved coding and had programmed some visual basic programs for aerospace companies, as well as flying, I decided tech was the way forward. I am a person that tends to plan everything methodically so I started to investigate my options in London. Having been a flight instructor for the last 14 years it was important for me to find somewhere that had a well defined syllabus, study platform and teaching techniques. For me Le Wagon had all of this in place as well as a proven track record across the world. During the course I have to say my expectations were more than met. We pair program from the very start, which is considered very important in the tech industry. The syllabus was relevant, the platform was very user friendly, the teaching techniques reminded me very much of the teaching in aviation, which has taken over 50 years to perfect, but also the system of being able to ask for help and receiving assistance very quickly. This in itself is part of the learning process. The course is tough going but then it is not called a bootcamp for nothing! In the last two weeks of the course we worked in teams to design and create an MVP. In a team of 3 we created a system to help with social housing and it was completed and live by the time of demo day, an amazing feat. Since the course I feel a much more able coder and now have the knowledge and ability to complete my own projects of which I have completed one on my own in 14 days which is also in production. I have also left with a new sense of confidence which allows me to conduct professional developer telephone interviews. Le Wagon really give you a cutting edge and teaches you to work hard and really want to succeed in whatever you do.Read Less",FullStack program - 35+ locations,Web Development +234817,10868,le-wagon,Alex,False,2016,Amazing course that will exceed your expecations,2016-10-15,5.0,5.0,5.0,5.0,"Fresh out of engineering school, I felt the need to dive into web development before I went to do anything else. After discovering the program through articles on Techcrunch during my studies and amazing reviews on Quora, I decided to apply for their... Read More first batch in London. The program has really surpassed all my expectations. I entered with very basic web design notions and left with strong knowledge of many technologies and languages (HTML, CSS, JS, Ruby, Rails, SQL, jQuery, Git, Heroku, React). You get to apply what you learn though developing in groups two web services: an AirBnb clone as well as your own project towards the end of the course. The best part of Le Wagon is you meet a lot of new people from various background, all being very motivated and envious to dive deep into Web development. But even better than that, you will always be part of Le Wagon's family and network. I was part of batch 36 in London and can testify to the technical competency of the teachers as well as the hospitality of the supporting staff. I strongly recommend this program to anyone even slightly interested in web development, after a careers change or at the start of your career.Read Less",FullStack program - 35+ locations,Web Development +234761,10868,le-wagon,Brice Tessier Huort,False,2016,Why Le Wagon?,2016-10-07,5.0,5.0,5.0,5.0,"First of all, for the past few years, I have discovered a real passion for web development. I wanted to start a business in the app industry and I had an idea of web application. So I decided to visit a friend who worked at Le Wagon at this time. I pitched... Read More him the global idea of the app. He liked it. So he took his computer and started to program. Just like that. I was impressed.However, things didn't go as planned because we didn't « speak the same language ». He didn't understand my wishes. For instance, I asked him to change a button's color but for him it was not the main focus. He spoke about API, back-end but I didn't get a word.After few weeks of disputes, we stopped and I started learning HTML and CSS online during almost 6 months. That was cool but not enough at all. No back-end, no business logic. So I finally joined Le Wagon this summer which is a 9-week intensive coding bootcamp. I learned ruby, Ruby On rails, Sinatra and all the essential concepts and tools that a developer needs to know: GitHub, git, SQL, HTML5, CSS3, Heroku and advanced concepts of Javascript and jQuery.It was hard, very hard. It's a choice you make if you plan to join Le Wagon: during 9 weeks, you think hard but that's the only way to learn ""no pain, no gain"". And after that, if you are really committed, you become powerful. You can start a business on your own. That's the magic.Since the end of the bootcamp, I code everyday. It's like a drug, I code some apps where I implement all stuff I learnt (that's huge).Coding alone in his bedroom is fun for a time. Now, I really want to improve even more my developer's skills so I started applying to some jobs in startups. I have an answer every single day. That's the second Le Wagon's magic.Brice Tessier Huort - Batch 30 - ParisHigher project => http://www.higher.business/Read Less",FullStack program - 35+ locations,Web Development +234730,10868,le-wagon,Jonathan,False,2016,Le wagon : un tournant à 180°.,2016-09-29,5.0,5.0,5.0,5.0,"Géophysicien fraîchement diplômé, je me suis tout d'abord confronté au dur monde des salariés où j'y est perdu quelques plumes. J'ai vite aspiré à autre chose. N'ayant que deux certitudes, trouver un métier qui me plaît et travailler à mon compte, ma... Read More première idée a été de monter un bureau d'étude en modélisation des phénomènes géophysiques. Cependant, bien que passionné des nouvelles technologies, mes connaissances en informatiques n'étaient clairement pas suffisantes et pour mener à bien ce projet, l'aide d'un informaticien me semblait, à l'époque, indispensable. Être bien accompagné était une chose, mais ce n'était pas tout, fallait il encore que je puisse communiquer avec lui et comprendre ce qu'il ferait.J'ai donc cherché une formation en informatique courte et diversifiée. Après quelques recherches Le Wagon semblait parfaitement correspondre à mes attentes. La prochaine session se déroulait à Bordeaux. Je me suis donc inscrit et c'était parti ! … Enfin pas tout à fait. Pour pouvoir être admissible, un petit examen d'entrée est nécessaire. Il faut faire une suite d'exercices d'initiation à la programmation et un entretien avec l'un des responsables. Je précise cette petite étape car elle a pris à mes yeux tous son sens par la suite. En effet, elle a permit de cibler le public de la formation et de n'avoir à ses côtés (quasiment) que des gens motivés, capables et ayant les ressources nécessaires pour finir la formation dans les meilleures conditions. Autrement dit, une fois cette petite formalité passée, la bonne ambiance était assurée dès le départ de la gare !Heureusement car nous avons passé 9 semaines, 8h par jours (est souvent plus) tous ensemble à 27. Pas la peine de vous dire que l'expérience humaine a été fantastique ! Je sais pas si la promo Bordeaux 31 était plus exceptionnelle que d'autres mais moi je l'ai trouvée géniale. Je pense en être ressorti avec de vrais amis, aussi bien chez les élèves, que chez les enseignants. Une communauté solide et une vraie solidarité se sont créées. La partie technique n'est pas en reste. On entre en espérant ressortir avec un bagage suffisant pour pouvoir communiquer avec le cercle fermé des informaticiens et dès le premier mois on commence à rêver à plus, pour finalement ressortir et se dire que l'on va en faire son métier. Le premier mois est une succession d'ascenseurs émotionnels où l'on se retrouve tantôt à insulter sa machine, tantôt à se congratuler avec son binôme du jour ; frère galérien d'un jour choisi aléatoirement. La difficulté augmente chaque jour pour finir sur des concepts réellement poussés en Ruby. Les « privates jokes » en soirée sont déjà la preuve que vous n'êtes plus le même. Le second mois on touche enfin au web et on travaille sur de vrais projets en équipe sur plusieurs jours. Le dernier projet (des deux dernières semaines) est présenté devant un panel de gens importants dont la famille fait partie. On retrouve alors se petit sentiment, mélange d’excitation et d’angoisse qu'on avait en primaire lors des spectacles de fin d'année. Mais surtout un petit air de nostalgie s'installe car on sait que c'est bientôt fini. Même si à la fin nous sommes fiers du travail accomplis, avouons le, nous ne sommes encore que de petits ados tous juste autonomes, presque indépendants (en tout cas on l'espère). Mais heureusement papa et les tontons ne nous laisse pas tomber. En effet, le corps enseignant s'est vraiment impliqué pendant, mais aussi après ! Et si l'expérience a été aussi cool, c'est en grande partie grâce à eux (Bien-sûr, avant de poser une question, ne pas oublier de RTFM, car souvent y a une gem pour ça...)Et après ...Dès le premier mois de l'expérience, nous avons décidé ma femme, ma fille et moi de nous installer sur Bordeaux. Nous avons eu un vrai coup de cœur pour la ville et la formation y est pour beaucoup. Là encore l'esprit « wagon » nous a réellement mit sur les rails ! Grâce à mes collègues j'ai trouvé un premier taf, un appart pour dépanner, puis un vrai appart, une aide sans faille dans le taf et le reste (déménagement d'un 4ème sans ascenseur inclus) et peut être même des locaux pour travailler. Le wagon m'a littéralement pris et ne m'a plus lâché ! Je pense que l'expression il y a un avant et un après n'a jamais aussi bien porté son nom ! Bref comme disait l'autre, se qui est important ce n'est pas quel train on prend, c'est de le prendre, c'est encore plus vrai quand on monte dans Le Wagon.Read Less",FullStack program - 35+ locations,Web Development +234705,10868,le-wagon,Adelaïde,False,2016,Filling the gap between Generation X and Y,2016-09-22,4.7,5.0,5.0,4.0,I enrolled in the programme because I needed to understand what a developper was and how they work and mainly catch up the wave of the digital revolution. The Wagon Bordeaux gave me all that and much more It made me understand that anyone one could develop... Read More even the eldest one ;) as long as you are curious and persistant. I highly recommend the Wagon sure it is hard and you will come out of your comfort zone but it is worth it!Read Less,FullStack program - 35+ locations,Web Development +234691,10868,le-wagon,Roger,False,2016,A life changing experience!,2016-09-21,4.7,5.0,5.0,4.0,"I finished LeWagon's 9-week bootcamp in Sao Paulo two weeks ago and finally had a little bit of time to reflect on the experience. What follows is a brief account of my time there, what I think I got out of it and why I think people interested in programming,... Read More web/mobile development and entrepreneurship should do it.To put this in context, I will tell you a little bit about myself. I have a economics and finance background but early on decided that I was more interested in entrepreneurship than banking or consulting. My first real professional experience was in Latam, developing a project for nearly 3 years but eventually I got to a point where I no longer had much to learn and decided to take some time off to travel. While travelling I realised that what I enjoyed the most was the product side of business. Whether developing new features client side or thinking about infrastructure and data analysis, I wanted to be a more technical person. I tried learning online and at first I thought I made good progress but as soon as I got passed the easy tutorials and actually wanted to build things I started getting stuck and found it more and more difficult to move forward.After quite a bit of investigating I decided on doing LeWagon's program. I really think I could not have made a better choice. The program has the right balance between theory and practice but what really made the difference were the great teachers and TA's at your disposal so you never got stuck for long and could keep learning at a fast pace.The group of students also really contributed to the experience. Bright people from diverse backgrounds and the format of the course allowed us to really create a bond and learn from each other. The bootcamp at LeWagon allowed me to really dive into the world of code and gave me the tools to keep on learning. Now, I am working as a Product Manager for an Android app and the foundations that I learnt at LeWagon are what made it possible.So whether you want to be a web or mobile developer, a product manager or a tech entrepreneur, whether you are interested in data, backend or design, LeWagon is for you. You will jump start into all these fields, put them all together to see how they fit and will learn how to teach yourself whatever you want to learn.Read Less",FullStack program - 35+ locations,Web Development +234681,10868,le-wagon,Diego van Dyk,False,2016,Best choice ever!,2016-09-19,5.0,5.0,5.0,5.0,"I read a cool article (https://www.linkedin.com/pulse/coding-schools-new-mbas-mathieu-le-roux) a while back, about how coding schools are the new MBAs. Just to be clear, I've never liked the idea of an MBA, especially in Brazil where I think they're really... Read More shallow in their coverage of key topics, instead aiming to attend all types of backgrounds, and in so doing attending none of them fully.So, I thought long and hard on that, and wanted to really learn something, make my brain work in a way that it wasn't used to. So I stalked the author of that article, Mat Le Roux (https://www.linkedin.com/in/matleroux), who had quite a CV on him, and seemed like he knew what he was talking about, and seemed to be saying the same thing that I was thinking.Looking at his profile, I saw that Le Wagon was launching in Brazil and that coding really would be something new for my brain, unlike seeing discounted cash flows for the nth time.After a quick talk with Mat at Le Wagon, São Paulo, I decided to take the plunge, and try go from zero to coder in nine months weeks. The catch line was brave on their part, I didn't believe it really, I even thought they'd paid people to write these reviews, it's impossible that everybody only says good great things about Le Wagon. So I paid to see. And am glad that I did.Classes start at 09:00 everyday, and involve two hours of learning the key concepts of web development. From ruby (and programming in general) basics like loops, to APIs and ReactJS. These classes are followed by brain breaking tasks during the rest of the day with your buddy based on those principles, luckily the teachers, and teaching assistants are there when you need a hand.I'm not going to write everything down here, you can check out the program here if you want a deeper view.All-in-all, I'm extremely satisfied with the outcome, the last four weeks, me and my buddies put up two great projects, Doacare and NuMooh, the latter of which we're building out as our own little startup.So, I highly recommend Le Wagon, or any course where you can find a team as dedicated as theirs to getting you to this level with confidence.Read Less",FullStack program - 35+ locations,Web Development +234640,10868,le-wagon,chevalier jonathan,False,2016,"Le Wagon Sao Paulo changed my life, I hope it changes yours !",2016-09-13,5.0,5.0,5.0,5.0,"A little heads up on my background, I am a trained engineer and spent 5 years in one of the biggest construction company with a very comfortable position, the kind of position that gets you sleepy up until you retire. No stimulation, no meaning, no adventure.... Read MoreSo I decided to stop the brainwashing routine of Subway / Job / Sleep and leave for another life where retirement is not the Holy Grail, the kind of life Gary Vaynerchuck describes in “Crush it”. YOU ARE the only captain on board, no one should decide how to run your life but you!It was not an easy decision, you always know what you lose, and never what you’ll get for sure. But if, like myself, you’ve always been passionate about innovation, discovery, creating stuff, travelling, with a geeky side and a knack for new challenges, look no further, Le Wagon Brasil is just for you! Of course you’ll need a little money on the side, the program is not free, but far from expensive if compared with the value you’ll get, trust me.Le Wagon is an awesome bootcamp as other reviews will tell you, but why make it in Brazil? First, you need to know how amazing Brazil is as a country and a culture. Awesome weather, beaches accessible every weekend from São Paulo, and an extremely welcoming culture of people willing to make you fall in love with a lifestyle full of music, churrasco and optimism. Yes the country can be dangerous, but no, you are not going to be attacked on every street corner.I could not tell you why you should join Le Wagon in Europe, but I can tell you why do it in Brazil. The team is really awesome, the teachers are passionate, with true pedagogical skills and the overall atmosphere is the right combination of motivation and fun. That’s how the magic works. I had no previous coding experience and in the last 2 weeks, I could create this (http://www.calendr.io). Even if I didn’t speak Portuguese, I had online videos accessible during the morning masterclasses and as everyone speaks English in the team, I could ask anything anytime I needed it. And since 80% of your time is devoted to building stuff, I ended up asking a lot of questions about what I could do… What’s next? I’ll be sticking around in Brazil to improve my Portuguese for sure. But thanks to Le Wagon’s network I heard about an opportunity to work as a developer in Jusbrasil, a startup of Salvador in the promising legal space. The company just received a massive investment from Peter Thiel’s Founders Fund and as I flew there on a weekend for an interview, they gave me a chance to join their team based on my bootcamp curriculum. I still have a lot to learn for sure but one thing I know for sure is that I won’t have many conversations about retirement there :)Read Less",FullStack program - 35+ locations,Web Development +234623,10868,le-wagon,Olivier,False,2014,Great foundations to the product and coder mindset,2016-09-11,5.0,5.0,5.0,5.0,"Coming from a business background, I founded a crowdfunding startup during my final year in business school. At that time, I was spending lots of time writing specs and user stories for the developer company we were working with. Our relationships with... Read More their developers were great but each product iteration was way too long. For this reason, I decided to get more involved in product development by joining Le Wagon. The skills I acquired enabled me to challenge developers and introduce a lot of good practices into our workflow and development process.The program has two key strengths:- A very demanding curriculum that teaches in-depth programming basics and software architecture- A very hands-on approach focusing on product development's methodology and workflow (heroku, git, etc.)I feel like the coding bootcamp industry in Europe is getting crowded. Le Wagon main strength lies in its solid program that teaches both essential technical skills and a strong product mindset.Read Less",FullStack program - 35+ locations,Web Development +234476,10868,le-wagon,Sebastien,False,2014,From business school to dev addiction in nine weeks.,2016-08-26,5.0,5.0,5.0,5.0,"I completed my studies in one of the tops french business school in Paris (ESCP). After five years of business school I decided to start my own company but I figured out quickly that I was massively lacking technical skills. I didn’t know how to work... Read More with a developer and had literally no idea on where to get started to build my product. So I just bought a few books and put myself at work. While I was starting my coding journey I attended a few workshops from Le Wagon which helped me a lot to grasp basic but essential concepts. I found the team very talented at explaining technical things and the program really appealing so I decided to apply too the nine weeks bootcamp. The curriculum had very high standards and everyone (students and teachers alike) were really involved into it. I met a lot of great people during the class and 2 years after graduating from the bootcamp I’m still in touch with most of them. After nine weeks of learning there was no way for me to go back into a business school oriented job, I wanted to code, and nothing else. Thanks to le Wagon CTO I found a I started a job the week after the end of the bootcamp. That’s how my professional coding journey got started. Since then I’ve worked for two other companies. Le Wagon gave me the skills I needed to get legit as a junior developper, create values for the companies I’ve worked for and keep on improving my skills at breakneck speed.In addition to pure technical skills, le Wagon also provides strong guidelines and best practices that helped (and still helps) me getting integrated in development teams. The emphasis on code quality and team workflow is really strong, and it turned out to be really really helpful in real life coding experiences (jobs, hackatons, side projects…) Thanks to le Wagon and its team I’m currently a happy developer, alway keen on learning new stuff, and who will probably keep on coding for a few decades at least!Read Less",FullStack program - 35+ locations,Web Development +234280,10868,le-wagon,Thomas Desmoulins,False,2016,Le Wagon : they have greated something great !!,2016-07-26,5.0,5.0,5.0,5.0,"In a previous life, I have been a consultant in management and organisation. After almost 6 years in this job, I decided to quit because I wasn’t entirely happy : I was looking for something more concret, and that would make more sens for me. Since I... Read More can remember, I’ve alway though I would become an entrepreneur.At the same time I quit my job, my brother opened a restaurant in Paris. As he did not have a strong management culture, I decided to help him and I took part in the adventure. I built for him a few tools that unable him to have an accurate vision of the restaurant activity. While I was working on these tools and fighting with Excel VBA, I discovered that I liked coding very much.It’s at that time that I heard about Le Wagon. I though it could be a good idea to learn how to make web apps, and see if web development was as exiting as I expected it to be. It would eventually allow me to develop ‘real’ tools for restaurant managers, based on my experience with my brother. And finally, I was really exited about joining a new environment with many entrepreneurs.As soon as the program started, I knew I had made the right choice ! And that impression has never changed.1. the place is great !!2. My fellow student ? they are very different : some are young, some are older, some are still at school, others have children, there are lawyers, journalists, consultants, entrepreneurs, advertisers, accountants, etc. There are even girls !! During the 9 weeks of the bootcamp, thanks to the organisation of the program (every day you have a different buddy and there are many events where we can learn to know each other), we have created very strong relations. 4 months after the end of the program, we still see each other a lot.3. the rhythm is great. Even if a day at Le Wagon lasts 10 hours, it’s build in such a way that it passes really well ! They have found the right balance between theory and practice, and between working alone and in group.4. the teachers are good, they know where to start and where to stop in order to make us progress step by step. Everybody is really pleasant and patient.5. The pedagogic materials are really great. Courses are very well made : the slides are really clear and accurate, and you can access at any time to the video of the morning lecture. The exercices that we work on from 10h30 to 17h30 are challenging et fun.6. The events organized by Le Wagon are really inspiring : great entrepreneurs come and share their experience with us.To summarize, I’d say that when you enter in Le Wagon, you enter in a community. Then, during the 9 weeks, you address many different subjects and the program is really rich. But everything is made to give you the keys to understand all these new concepts and to be able to go further on your own if you want. Finally : it really works, I can testify that after attending the whole cursus, you really are able to create complexe web apps !After Le Wagon and for the last 5 months, I’ve been working on Vendome Society : it’s a new market place where professional jewelers can sell their second hand jewels. I’ve developed the whole platform by myself. I will be launched in September in France. After that, I’ll work as a freelance with a few of my ancient buddies from batch18. Working together enables us to benefit from each other’s network, to help each other and have fun which is very important in every job. At the same time, I’ll work on my own project : building a web service for restaurant managers.Read Less",FullStack program - 35+ locations,Web Development +234293,10868,le-wagon,Thomas Vanderstraeten,False,2016,A transformational experience!,2016-07-26,5.0,5.0,5.0,5.0,"I would definitely recommend Le Wagon Brussels: my time there has been a truly transformational experience!Honestly put, I did not expect to harvest so much learnings from these 9 weeks. I came in with the aim of developing a web platform for a non profit... Read More I launched with some friends, as the cost-benefit of taking some weeks off to learn and develop the platform myself outweighted the option to have it developed by an agency/developer.During the bootcamp, I succeeded in going live earlier than expected, having already a fully operational platform by the time of the final demo day (see www.fovento.be).But besides learning the coding skills, what has proven very valuable for me is the entrepreneurial spirit all along the way! I actually quit my job right after the bootcamp, feeling empowered by all this good vibe and the newly acquired skills.Now I'm launching a SaaS company, building heavily on knowledge and capabilities gathered during the bootcamp. This great atmosphere is only made better by the great team running the camp in Brussels. These have been very fun days, like a reminiscence of past erasmus stays abroad :)I strongly recommend Le Wagon Brussels to anyone still hesitating about it - just apply and see for yourself!Read Less",FullStack program - 35+ locations,Web Development +234129,10868,le-wagon,Eric Lacaille,False,2016,A real game changer!,2016-07-06,5.0,5.0,0.0,0.0,"## How I joined Le WagonI first heard about Le Wagon discussing with my friends about new startup ideas and essentially the frustration of not being able to prototype those ideas myself. One of them told me that I should have a look to Le Wagon. Fortunately... Read More all the requirements / availability were fulfilled and I joined the fullstack program from April to June 2016.## The FullStack programWhat a time I had! 9 weeks of intensive training with a learning curve that I have never experienced before, even coming from one of the best French engineering schools. The methodology and the staff around make this new world of code and web development very pleasant to get into.The curriculum is smart and progressive, and you've got access to a great pedagogical platform with courses' videos and slides. Very convenient to rehearse during evening and weekend, or to watch some courses again after the 9 weeks. The feeling of improvement is continuous along the program. I really feel learning all these skills would have taken me years on my own.Now that I have finished the program, I feel skilled enough to build a first version of any of my ideas (well, let's say 99% of my ideas, because I can have some crazy ideas sometimes!). Whenever I am facing an obstacle there is always the alumni community to help, which is also the great strength of Le Wagon in my opinion.Altogether this makes Le Wagon one of the best and the most valuable experiences in my education.Read Less",FullStack program - 35+ locations,Web Development +234111,10868,le-wagon,Anonymous,False,2016,Amazing bootcamp!,2016-07-03,5.0,5.0,0.0,0.0,"Before Le WagonAs a product manager in a web startup I was working with developers and had always been dreaming about becoming one. So I was helping them coding a bit of HTML and CSS, sometimes some PHP, but couldn't really get further. As many aspiring... Read More developers, I spent quite some time on various coding MOOCs, but after a few months, kept feeling dissatisfied with my level as I was unable to code anything significant and was lacking a real teaching structure. At that point, I was about to give up my coding aspiration. That's when I heard about ""Le Wagon"" from a friend of mine.Learning @ Le WagonI've just finished batch #24 of Le Wagon two weeks ago. To put it mildly, it's been a life changing experience.When I joined Le Wagon, I had the feeling that I knew a few things about web development, but had no idea how to put them in practice and was feeling totally lost when confronted to the amount of things I had to learn. Therefore, on a given ""learning day"", I would spend a great deal of time just trying to decide what to learn.At Le Wagon, I just went in and focused on the material, completely trusting the program in place and the teachers. What a relief it was just having to focus on learning things. Oh, and the result also was spectacular. The whole teaching program has been structured and organised so that everyone gets home in the evening with a new piece of knowledge. From Ruby to Javascript, to HTML/CSS, and up until Ruby on Rails, everything flows and comes together piece by piece. As for myself, it also allowed me to understand many things I had learnt (but not really understood) on the MOOCs before Le Wagon.Two weeks before the end of the program, just when everything comes together, you start building ""real life"" projects. You reuse everything you've learnt up until now and still catch up with new things along the way. At this point, I think the results speak for themselves, so I let you have a look at the ""demo day"" of these projects : https://www.youtube.com/watch?v=pRUVEoYr6bA (mine was ""Yfebo"", second last in the video).Keep in mind that most of us didn't know a single thing in development two months before that presentation.Last but definitely not least, Le Wagon allows you to meet great people from the staff, to the teaching assistants, to the students. People with a strong desire to learn, build things, improve, start again. And that also in itself is invaluable.After Le WagonI am currently working as a freelance developer mainly for a Saas company (http://www.yusofleet.com/), and my focus for 2016 is to capitalize on the great kickstart I had thanks to Le Wagon, learning new stuff and improving my skills in web development. Six months ago, I would not have believed you if had told me that I would be web developper within 6 months; and although I still have many things to learn, Le Wagon made it possible for me to start that new journey.Read Less",Web Development,Web Development +234110,10868,le-wagon,Yoann Lopez,False,2016,Amazing coding bootcamp - A Digital Marketer perspective,2016-07-03,5.0,5.0,0.0,0.0,"I was one of the students of the 24th batch of Le Wagon in Paris. After many weeks of search and questions to people having “graduated” from Le Wagon and other bootcamps, I finally took the decision to enrol.It’s probably one of the best professional... Read More decision I’ve taken so far. It enabled me to learn so many things within such a short period of time. I never believed it was possible to learn so much in just 2 months! Their curriculum is extremely fine tuned and we can feel that there has been a lot of iterations to reach such a level. You’re extremely challenged without feeling drowned under too much information.I did Le Wagon not to become a developper, but to add more tools to my Marketer toolbox and to have fun developing small side projects. I strongly believe that this bootcamp is suited for many different profiles: the marketer who wants to be able to communicate with the engineering team, the wannabe entrepreneur who wants to build a MVP to attract technical profiles, the engineer who wants to have a strong web culture, or just someone who wants to build strong foundation to become a junior developper. I’ve probably forgot many other profiles but you get my point.One of the big pluses of Le Wagon is also the people you’ll meet there. So many different backgrounds! This creates a wonderful effervescence.I’d strongly recommend Le Wagon to anyone serious about learning great foundations of web development.Have fun!Read Less",Web Development,Web Development +234105,10868,le-wagon,Jean-Philippe Roy,False,2016,"I have just graduated from Le Wagon this month (Batch #24) and what I can say is this : everything you have heard about it is true, and much more!",2016-07-01,5.0,5.0,0.0,0.0,"I was a consultant for three years and always had this idea at the back of my mind to become a developer. Too bad for me I thought, it takes years and years of laborious studies to become one, right? Well, wrong.Become an autonomous developer in 9 weeks... Read MoreThe program is very well calibrated and allows anyone with any level or prior knowledge to understand the basic concepts at first, and then put it all together during the final weeks and working on projects.You will learn a lot, but don’t be afraid, there is ample time to practice during the day through the exercise platform, which is absolutely fantastic. You will also be paired with a random student which will provide you the opportunity to either learn more from him / her, or learn more helping him / her. And if you get stuck, teachers and teaching assistants are always at your service to help and give you insights.After all this time, you will have benefited from all the best experience you can get, and look back with great pride at what you’ve achieved in 9 weeks.Learn from a truly great staffEveryone at Le Wagon is 100% committed to your success with a level of expertise of the highest standard.The great thing about le Wagon is the entrepreneurial spirit they have been able to create, always ready to talk to you if you have any question regarding Le Wagon, your project or anything else whatsoever.Don’t forget the “apero-talks” with successful entrepreneurs from the real world and a seemingly unlimited amount of beers in the fridgeMeet your amazing fellow studentsThe best part of Le Wagon is the overall community of students: everybody here is motivated, curious and willing to do something out of the ordinary. I have never met so many people from so many different backgrounds.Overall, this was definitely one of the most enriching experiences of my life.If you want tosee for yourself, check out the project I have coded @Le Wagon () during the last 2 weeks with my team (Arthur Vinson and Guillaume Degermann) :http://www.yfebo.comRead Less",FullStack program - 35+ locations,Web Development +234103,10868,le-wagon,marina starkova,False,2015,Le Wagon as a girl (!),2016-06-30,5.0,5.0,0.0,0.0,"I'm Marina. I've been an advertising copywriter for 8 years (a typically literary profile, zero tech experience). And then I did Le Wagon, and now it's been a year and a half since I've been a fullstack web developer in a nice french startup who has recently... Read More raised several million euros (www.brandandcelebrities.com, come check it out - and we're hiring developers!). Here are some questions I wish someone had answered me before I joined Le Wagon - it would have spared me lots of useless stress.​Can a non technical person become a coder?​The answer is “Sure!” - if he or she wants to. Coding is actually not harder than learning a new language (even easier, if you ask me). When starting Le Wagon, I was a bit worried that coding required some special mathematical talents that I did not possess. Well, the good news is that it doesn't. ​At least at the beginning, common logic, good googling skills, attention to detail will be enough to create a nice-looking website with basic features. And the second piece of good news is that people with communication, marketing or business background usually are pretty good at all those things.​If your ambition is to recode Google - that's slightly different. But there's more good news: if after Le Wagon you still feel like doing so, you'll have a nice base for further self-teaching.​Do girls actually code?​Oh come on, some of the best Le Wagon's teachers are women, why wouldn't they! There's nothing particularly “male” about coding, and the fact that we currently see more guys doing this job only means that the niche of women coders is huge. Honestly, every programming team would be happy to have a girl or several!​Why Le Wagon and not another bootcamp?​To have some credibility, a coding school must have a decent looking web site. And let's be honest, all other Paris web development courses have the ugliest web pages on the Internet (No thanks, that's not exactly what I’d like to learn!). ​Le Wagon has a foolproof programme that helps to cover the essentials of web development in a record short time. And thanks to the continuous exercises, you actually learn everything they are teaching. It's hard, it's intense but it's really working.​Since my graduation from the course, I've seen many developers who come from engineer schools. They are great for classic software dev with C++ or Java. BUT how many startups use C++ or Java? So, after 2 months Le Wagon alumni are more operational in Ruby on Rails than most young engineers without real web development experience. Our code looks cleaner and we use more Rails specifics than highbrow CS majors.​Are all the alumni secret geeks? Will I be surrounded by nerds during the two months?​Come to think of it, we do discuss new frameworks and deployment problematics at lunch breaks, is that what nerds do? But the thing is we actually enjoy it, and if by any chance you don't, there're lots of Game of Thrones discussions going on too, and beer outings, and pizza parties… Wait, this does sound geek after all!But I still think pretty much everyone will meet likeminded people at Le Wagon, maybe future colleagues or cofounders and most certainly good friends.​ Is there anything wrong about Le Wagon?​That's the question the staff ask all the students at the end of the course. And of course, Le Wagon isn't perfect, cause everyone has something to say.But guess what? The biggest problem is that people just don't want to leave! The most frequent complaint is that it's too short. Students want to learn more Javascript, maybe more frameworks, machine learning, artificial intelligence… It's true that AI is not yet a part of the curriculum. There're certainly many other things that aren't covered but the fact that the alumni want to learn more technologies means that Le Wagon actually gave them this appetite. We learnt to not be afraid of learning new complex things - I'm personally following a classical Algorithms course right now, together with Node.js and Python courses.Read Less",Web Development,Web Development +234093,10868,le-wagon,Gregoire Schiller,False,2016,Amazing classes to learn coding,2016-06-29,5.0,5.0,0.0,0.0,"I was part of Le Wagon Batch 24, during April-May 2016.My main motivation was to learn to code to launch my own startup. As a business school student, I have always had some business ideas that couldn’t go through due to a lack of coding skills. I had... Read More in mind that learning to code would:- Enable me to launch a MVP of a company I would create.- Make me able to understand what developers were doing and work with them / manage them much more efficiently and smoothly.Le Wagon completely met my expectations. The 9 week training is intense with a tight schedule implying to learn most skills required to be a full stack developer. The format is well thought:- During the first 6 weeks, you start with a 1.5 hours course to learn more about a programming language or concept. Then you spend most of the day working on challenges to practice the theoretical learnings of the morning, with the help of teachers and teaching assistants. The whole team is amazing, full of energy. You could see that the team has gathered lots of experience which helped them to significantly fine-tune the program batch after batch.- During the last 3 weeks, the students are divided into teams of 3 to 4 people. Each team has to perform a project that is finally presented during the “demo day”, last day of the training. This enables students to learn coding in teams, and work on an MVP that can then lead to a company creation. For myself, I was able to build a MVP of Easyglasses, a website to get glasses prescription online without visiting an ophtalmologist.- Aside from classes and coding skills, Le Wagon includes a lot of events (workshops, networking, entrepreneur talks, etc.). This enhances your entrepreneur mindset and adds a very positive dimension to the training. Students don’t just learn how to code but how to create a successful company.I would strongly recommend Le Wagon! Learning to code is essential today and you can’t find a better way to do it than Le Wagon!Read Less",,Unknown +234074,10868,le-wagon,Quentin Roquigny,False,2016,One of the best educative experience of my life!,2016-06-25,5.0,5.0,0.0,0.0,"Le Wagon has been one of the greatest educative experiences of my life! Why? Because Le Wagon is like a startup product you’ll never want to live without, not like a old-fashion school experience where the target is to get your diploma and get out.Here... Read More are 3 reasons why Le Wagon experience is so great.1. A great value proposition : learn to be a true (junior) fullstack developer in 9 weeks!True story. Students at Le Wagon do not come to get a diploma. They come to learn to “build web products”. After 9 intensive weeks, you’ll be able to understand all the basics about ruby, ruby on rails, html/css, javascript, ajax & co. You won’t be afraid to build your first MVP and, depending on the features, you will even be able to deploy a first version, live on the internet, within a few days/weeks. Of course, you’ll still have much to learn, but these 9 weeks are equivalent to learning by yourself during 2 years I would say.2. An amazing anticipation of students’ needsSuch a good value proposition is only possible if your teachers perfectly understand what you expect to learn and where you are starting from. That’s exactly what Boris, Seb and Romain, Le Wagon’s founders, understood. And that’s why they developed an educative platform that takes you by the hand and leads you from pure newbie to open-minded junior dev. No time is wasted. Every piece of code you learn is useful and understandable.And guess what? This amazing educative platform is made available for life to Le Wagon’s alumni.Read Less",,Unknown +234076,10868,le-wagon,Dimitri Bosch,False,2016,I finally know how to code... at last.,2016-06-24,5.0,5.0,0.0,0.0,"## From movie industry to codingBefore joining Le Wagon, I was working in the movie industry in Paris. I was technical supervisor for a distribution company, processing the films to prepare their french theatrical release (dubbing, subtitles, poster printing,... Read More trailer and teaser...). Even though it was a 'technical' job, I always felt I was missing something. I wasn't able to create what I wanted. I was using other people's tools, sometimes outdated. More importantly, I had the feeling that the movie industry was on the edge of changing, for good. That viewers, customers, were asking for something new. I knew that the entertainment industry will be entirely “digitalized"". And to be part of it, I had to know how to build softwares and apps and learn coding. Otherwise, I would be left by the roadside. When I was a kid, my dream was to work with computers. For some reasons, when I was a teenager I chose movies (at that time, teenagers thought hollywood was cooler than computers!). But finally, I came back to my first wish.## How I lived these 9 weeks of codeIt was just great. I knew in advance that I would like it. But actually, it was even better than expected. The first few weeks were very intense. But I knew, even though I was struggling on some exercices, that I was learning a lot. And at the end, we all made it. Nobody was left behind. Nobody. And that says a lot! The resources available for students are great, and very well structured to tackle precisely what you need to learn. I'm still coming back to Le Wagon platforms and resources (slides, videos, links, articles) nowadays, when a topic gets a bit foggy in my mind. It's very valuable. I enjoyed their 'buddies' system. Working with a new partner every day, being able to ask for help, or being available to help other students. It's great in both situations: you don't get stuck cause you've always got someone there to help you. At the same time, you're learning A LOT when you try to help someone figure out how to write his/her program. It forces you to really understand in-depth the concepts you're explaining.The exercises can be quite challenging sometimes. But nothing impossible. And even though you can end your day feeling down, and thinking you'll not make it, the next day, you're back on the track trying to solve problems. And you know that everything will be fine, thanks to Le Wagon's methodology.## The peopleI met wonderful people. I know it sounds a bit cliché. But that's how I feel. My classmates had very different backgrounds: engineers, lawyers, an actor, a bartender,... Only 5 girls though (out of nearly 30 guys). Which is a pity. There is that false idea that coding is for boys. It's completely false. And all the girls in my batch where doing great at coding. Le Wagon's team is amazing. The teachers, Boris, Seb and Romain, all the teaching assistants... I had the feeling that it was the best people to be surrounded with to learn how to code. Most of the teaching team are former alumni (that did Le Wagon 2 years ago). They have been through the same doubts and struggle. Therefore, they really know how to talk to you and guide you to find the solution by yourself, so that you can understand it perfectly.## What I learned- I learned to learn anything about web technologies and computer stuff.- I learned how to read the F***ING MANUAL.- I learned to work in teams, to priotirize my tasks, to read other people's code, to talk about it with them.- I learned to dig deeper inside the code philosophy and mindset.- I learned to be passionate about problem solving.- I learned a lot about myself, what I'm capable of, how hard I can work, how long I can stay focus on one problem.And finally, I learned to code, and to enjoy it.If you ever wanted to know how to code to build things and create new stuff, just go for it. I think it was the best investment (time and money) I've made for my professional career.## The communityAnd that's the icing on the cake: you learn how to code, and you join a new community. Le Wagon's community is just a big advantage. You're always connected to it through Slack. You can ask question when you're stuck on a problem, or just asking for advices on your product. Some people post job opportunities. We ask each other questions. A lot of projects starts here. And it's great.You're still part of Le Wagon months, even years, after finishing the bootcamp.## What it takesBefore le wagon, I was reading a lot about computers, coding, framework and other stuff. I was on hacker news all day long, reading articles about the last trendy developer library. And of course, I tried to learn by my self. Several times. I spent hours on Codecademy, OpenClassroom, and EdX. After all, everybody, on Quora or Hacker news, says coding is **easy**. Don't fool yourself. It's not. At least, not at the beginning. And that's exactly where Le Wagon is the most valuable thing for you if you really want to learn. Cause when you learn to program, you first learn the basics. But you don't know how it can be useful for creating a web app. You can easily loose your motivation just because you don't see the point. ""When will I be able to make my own web application?”. At Le Wagon, you've got people surronding you, teasing you about what you'll be able to achieve few weeks later, and why it's important to understand this specific concept. And you just can't loose your motiviation. You don't even think about it. You just code, every day, from 9am to 7pm. And by the end of the bootcamp, you realize that, f**ck yeah, you can code, now.Believe me, you'll be proud of yourself.I found something I really love to do. And I'm part of this community where other people also love to code, and share their passion with the other alumni. It was just the best way to enter this world of coding.One regret: I should have done it earlier. :-)Read Less",,Unknown +234068,10868,le-wagon,Paul Chavinier,False,2016,Learn fast how to code in an uplifting school,2016-06-23,5.0,5.0,0.0,0.0,"Why a coding bootcamp?Before joining Le Wagon, I worked in several industries: investment banking (Macquarie), sports retail (Decathlon) and e-commerce (Rocket Internet). I’ve always had plenty of ideas and I knew one day I would need to make at least... Read More one of them real. When I finally decided to quit my last job, it was to start a very personal project : Take Away Trips (www.takeawaytrips.com), a web app to help people create and share personal travel guides. However, I found myself in a very common position: I had the idea, but how could I make it real? There were three possible options:1. Find a rocket science CTO to partner with me.2. Ask some digital agency to do it for me.3. Do it by myself.The first option is the magic dream that never happens. The person I was looking for was actually the target of thousands of people like me. How can you be competitive with just an idea, to someone who receives thousand of « join me in the next unicorn company I want to create » propositions. After two months of active research attending meetups and asking my network, there was no doubt it was not the best option.The second choice, eluding the fact that my pockets were not big enough to finance this option, had a big downside: speaking of a web startup, you are basically giving the ownership of your core product to someone else. On top of that, you can’t be fast and lean if the person who develops your app is not in the same room (even less if based in another country).Finally, after considering 2) and 3) I told myself the best option was to learn how to build a dynamic website by myself. But indeed, how?Why Le Wagon?It is easy to get an idea of the learning curve at Le Wagon: there are dozens of hours of video records of Le Wagon’s alumni pitching live demo. Watching at them I told myself it really looked like what I was seeking: fast learning and best practices to be able to make, with real Ruby code, any idea for real in a minimum of time. The 2 month fullstack program at Le Wagon is clearly designed for entrepreneurs and I was very confident it was no bullshit. Simply because Boris, Romain and Seb, the three founders of Le Wagon are also entrepreneurs and they know how painful it could be to waste your time when you want to quickly ship a product.The FullStack programI applied to join #Batch 24 in Paris. First days of the program are clearly setting the scene: it’s going to be hectic but fun.- Every day a new topic on which you can keep working from home thanks to a super well-made SaaS platform.- Every day you get paired up with a different “buddy” to solve new challenges.- Every day the same motivation because students at le Wagon really want to learn hence there is a very positive and uplifting atmosphere within the batch.- And every day, teachers and teaching assistants are all available to give you best tips when you are stuck in your code.During the two last weeks of the program, small groups of students work on their own startup projects. Then, the very last day of the program is the demo day where each team present the project they were working on. It is the ending point of 9 weeks of learning and it is such a great feeling to look back and tell yourself : I’ve learnt so many things in 2 months!And now ?We presented the project I had before joining the full stack program, [Take Away Trips](http://www.takeawaytrips.com/), during the demo day. Thanks to Le Wagon, I can now apply a lean approach to launch Take Away Trips for real. It looks clearly feasible to update the current version of the website and adapt features based on feedback of my first users. I expect to iterate this way for 2 months in order to get quickly a useable product. Hopefully, based on the upcoming new versions of my app, I will be able to raise funds to develop the activity and eventually be more legitimate to partner with a future CTO.I strongly recommend Le Wagon to anyone who wants to start any web related project: this is the best way to really own your product and get on the right track in no time.Read Less",,Unknown +234067,10868,le-wagon,Julien Da Silva,False,2016,Develop your skills and explore your creative side,2016-06-23,5.0,5.0,0.0,0.0,"I just graduated from le Wagon 2 weeks ago (batch #24) and I can only encourage every aspiring entrepreneur to attend this awesome bootcamp. Here is a quick overview of my experience there.The JungleBefore joining Le Wagon, I worked almost 10 years in... Read More the cinema industry. I enjoyed it, had wonderful experiences, traveled a lot but something was missing. Besides my love for art, I was also a tech lover and my curiosity for the entrepreneur world was growing every day. I wanted to join the people who build the future and try to bring something better to this world.It quickly became obvious that learning to code was the next step. I wanted to be able to prototype a product, talk with other developers, understand how the products that I love are made but even with strong motivation, learning from any online courses was discouraging me:- What do I have to learn first?- Why this language and not another?- Why am I able to validate a course and still don't see how to even start building anything ?I was stuck in the Jungle.After reading some reviews of Le Wagon and checking their Youtube channel, I decided to join the course. What I have done in 9 weeks is beyond what I expected from the bootcamp. I don't think I could have done it alone even with a full year working on it.The ProgramDon't fool yourself, learning to code is hard. The first weeks were very rich of information, and sometimes frustration, but I was completely loving it! The secret of Le Wagon is somewhere here. Passionate teachers, exercises smartly spread to bring you step by step to the next keypoint. I took those 9 weeks like a journey and embraced the flow.More than skills what you will learn is an approach and a way of thinking like an experienced developer. You will be able to work in team and unchain yourself from the traps where many beginners stay forever. Being supported by teaching assistants that know what you are experiencing because they all went through the program is also very clever.The community, the futureSpending 9 weeks with people who share the same mindset and coming from many different industries is also a strong reason for attending Le Wagon. Your network will grow fast and open your future to many new routes. All the students share a culture that is empowered by tools like Slack and Le Wagon's platforms.I also learned a lot about myself and now feel able to keep improving my coding skills. I can start from scratch any project and add new bricks to the solid base I have built during Le WagonRead Less",,Unknown +234063,10868,le-wagon,Lancelot,False,2016,A 5-star bootcamp and so much more...,2016-06-23,5.0,5.0,0.0,0.0,"I’ve graduated from Le Wagon batch #18, about 4 months ago. I am 30-year-old and I have been working intensively for the past 6 years. I felt a bit nervous about getting back to a classroom into an intense learning situation for 9 weeks straight. I had... Read More read and heard a lot about the intensity of the program and how demanding it would be. I had never been the best at school and I didn’t have any engineering background. In a nutshell, I didn’t felt like I had the best profile and I was feeling anxious. Despite all, I consider that graduating from the Le Wagon was the best thing that happened to me for a real long time. Here is why…Getting back to learning mode and building a new skillOnce you graduate from university how often will you get a chance to dedicate yourself 100% at learning a new skill for 2 months straight? And yet, isn’t the XXIst century economy all about adaptability, continuous learning and building fresh skills? Of course, each day at work brings its shares of learning in some sense. But putting your career on hold for a couple of months and dedicating yourself to something really new has the ability to reconnect with the incredible power of learning. By breaking up my routine, I quickly felt excited again by discovering new stuff and I wanted to share this excitement around me. It really reminded me that we should always keep a fresh mindset and we should always aim for the step learning curve. Sheryl Sandberg once said “Build your skills, not your resume”. Well that is exactly what Le Wagon is all about. Getting a 360 overviewHow often do you learn to build a project from beginning to end all on your own? Professionally, I knew a lot of things before joining Le Wagon but I have never been competent enough in a specific field so that I could do it all by myself. In that sense, the full stack program, which goes through back end, front end and infrastructure topics, gives you an incredible feeling of freedom and independence. On top of it, even if you have a clear idea of what you want to achieve next, or which job opportunity you are aiming at, I would strongly advise to go for a full stack / generalist bootcamp program. Coding is such a long run that, for me, it doesn’t make any sense to focus right away. You have the rest of your programing life to focus, so why rushing? Finally, here are the 2 most common questions I get when people ask me about Le Wagon. Do I need to have a clear project in mind in order to be efficient? Absolutely not. In fact, I would think the opposite. People who showed up with an extremely specific project in mind tend to only see classes through this particular prism and might miss some things. Coming with no project enables you to get there with a free mind and get the best out of each and every classes. Where do I stand when I finish Le Wagon? Learning ruby is just like learning any spoken language: there is the theoretical part and the practice. I remember learning Portuguese listening to podcasts in the bus for months. When I got to Brazil, I had never spoken with anyone and hence no one understood a single word I was saying. I believe it would be the same for ruby. Le Wagon makes sure that you have all the theory right and give you basis of practice. Some within the class pick up much faster than others but ultimately, the only thing that matter is what are you going within the next 6 to 12 months. Ultimately, I see coding a bit like poker: it takes five minutes to learn and a lifetime to master. You will realize very quickly that it is impossible to learn all the coding tricks within 2 months but Le Wagon will guide you on how to find these tricks for the rest of your life.Read Less",,Unknown +234062,10868,le-wagon,JeanEdern,False,2015,From consulting to a tech startup,2016-06-23,5.0,5.0,0.0,0.0,"I started Le Wagon in January 2015 (Batch #6). Before that I had been a corporate finance consultant at one of the « Big Four » for 4 years (right after graduating from HEC a French Business School). I had no engineering background at all.Le Wagon is... Read More in my opinion the best European coding bootcamp and I'd advise anyone to take up the challenge. They have a unique way of teaching the technical skills you need to work in a tech startup. It's also a great option if you are considering to launch your own startup. After Le Wagon, though I had no computing background before joining the program, I was able to code from scratch and launch a web application and an iOS app. I got selected to demo the app at the 2015 edition of Challenge.rs (http://challenge.rs/) in Barcelona. Le Wagon's teaching gave me the possibility to code the POC that I had in mind. ## Now after Le WagonNow I'm a product specialist at Algolia (algolia.com), a startup that developed an extremely fast and relevant search engine for websites and mobile applications.Read Less",,Unknown +233977,10868,le-wagon,Mia Maria Warde,False,2016,Le Wagon: an amazing coding journey,2016-06-14,5.0,5.0,0.0,0.0,"I started Le Wagon in April 2016 and I loved it!| Work hard and challenge yourself |I was working in a digital marketing consulting firm for 3 years when I started feeling the need to learn something new, something fresh. My job wasn’t fulfilling anymore,... Read More I felt I was missing something and I wanted a change. That’s when I thought “Why not coding?” So, I decided to join Le Wagon to work in a booming and challenging environment, to acquire technical skills and to develop an entrepreneurial mindset. The whole experience lasts 9 weeks but time flies when you love what you’re doing! Le Wagon has a top-notch approach that enables any student - no matter what his background is - to quickly learn the basics of front and back web development. The program is very well conceived; you spend enough time learning the core concepts of web development, you switch between back-end and front-end languages, you learn how to use frameworks, you work on a copy-cat of Airbnb’s website and you get to code your own web app during the last two weeks. The tools and resources we use are extremely efficient and built in-house by Le Wagon’s team which makes the learning experience even more interesting. But overall, I guess that people are Le Wagon’s best asset; the teachers are super smart, inspiring and dedicated to our success and the students are ambitious with a great positive mindset. You will never be alone at Le Wagon; the community is tightly-welded and enthusiastic; there is always someone for you when you need help – a student, a teacher or an alumnus. | Learn more about yourself|When I first started the program I had no idea that I would end up prototyping my own product, Matchee, a C2C web app to buy and sell clothes nearby. Honestly, my first two days at Le Wagon were kind of harsh, I wondered if I would be able to make it till the end. Again, the program is intensive, you should be ready to dedicate yourself to coding during 2 months but the challenge is worth the time and the effort spent! The 3 last weeks of the program (copycatting Airbnb’s website + prototyping a product) were my favorites. Working in a team with other developer students is super challenging and rewarding. You learn a lot about yourself and you start imagining your future as a coder. I, for example, developed my MVP with 2 amazing guys who became real friends. We’ve managed to implement technical features in our web app that we’d never thought we’d be able to code before (tinder-like swipe/match, messaging functionalities…). I know that I would have never done so much in so little time without taking the course – big up to Le Wagon talented staff for that!| And now, what's next? |Joining a web native startup as a Product Owner working hand-in-hand with developers (they don’t impress me anymore <3) + improve the concept of my MVP to work on it as a side project. Le Wagon is definitely a life-changing experience!Read Less",Web Development,Web Development +233937,10868,le-wagon,Antonin Archer,False,2015,A life changing experiment,2016-06-07,5.0,5.0,0.0,0.0,"★★★★★TL, DR:It changed my life. Removed the fear of not being technical— great friends and memories I will never forget.I spent an entire year learning to code. I tried everything:- Codecademy- learn Python the hard way- Coursera- Code SchoolBut I still... Read More sucked. I couldn’t even write a simple program. Was I stupid? Maybe.But I decided to try a new approach and registered to Le Wagon after hearing great feedback. After 9 weeks, I was able to build Impact—a tool for retrieving and analyzing Twitter data. I even wrote one of the program’s main algorithms. Maybe not that stupid after all.Le Wagon isn’t a course--it’s a life experiment. BE WITH LIKE MINDED PEOPLEWhy is learning to code so hard? Because it’s lonely. Oh man, try to read documentation written by coders, for coders, when you’ve never been on those websites. It’s a pain. Nobody wants to help you—« READ THE F***ING MANUAL », they say—and it quickly gets discouraging. I don’t want more homework again.But that doesn’t happen at Le Wagon—you’re not alone. You make friends. Each day, you are paired with someone from your batch—your buddy for the day. You don’t have any excuses for not collaborating and you’ll end up creating relationships with everyone in your class. You learn how to pair-program, how to help (and ask for help), and create long-lasting relationships. Many end up working together—some even start companies.So no more loneliness, but a great environment to learn, meet and grow.LEARN USEFUL STUFF BY DOING A LOTThe main problem with learning anything is putting in the required amount of intensity. I could have spent years learning code in a half-assed way, like I was doing. I would still not know how to code.Le Wagon makes you DO stuff. To my great pleasure, lessons laster only one hour—the perfect time to give the essentials and keep everyone interested—and gave place to 8 hours of intense coding. Exercices, product-building, real-life challenges. They’re here to make you BUILD stuff.Traditional education leaves you in the world without any skills. Le Wagon teaches you practical and professional-level skills in 9 weeks.I couldn’t design a simple web page when I started. After 9 weeks, I could build AirBnB.That’s effectiveness.CHANGE YOUR LIFE BY KNOWING MORE ABOUT YOURSELFWe spend so much time speculating, fantasizing on our lives. Maybe I should have been a lawyer, I should have traveled more, I should have become a developer. But there’s no way to know if you like something but trying it with a deadline and a lot of intensity. Le Wagon makes you grow as a person by increasing your self-awareness: it helps you know yourself better. Do you like working in teams? You will know.Do you like building tech products? You will know.Do you want to be a software engineer, an entrepreneur, a product manager? You will know. I wanted to code because I was scared I couldn’t be an entrepreneur otherwise. I didn’t know if I had it in me. I didn’t know if it was useful. I was fantasizing, again.Then I spent 9 weeks coding all day. That’s 400 hours.Now I know. If everything goes to flames, if my business fails and my girlfriend leaves me, if I’m expelled from my place and have zero friends left, I won’t be scared.I found something I love doing. That’s worth everything.Thank you Le Wagon.Read Less",,Unknown +233933,10868,le-wagon,Alice,False,2015,The right place to start!,2016-06-07,5.0,5.0,0.0,0.0,"Le Wagon is a great place to learn web development. You'll get two months and a half to learn web programming: from backend (databases with SQL, Ruby, ...) to frontend (HTML, animations with javascript, design with css). Teachers are patient and devoted,... Read More they will teach you the right methods and responses to adopt as a future programmer.Every week you can also attend talks from entrepreneur and learn from there experiences.Read Less",Web Development,Web Development +239225,10868,le-wagon,Anonymous,False,2016,Amazing journey into coding,2016-06-01,5.0,5.0,0.0,0.0,"I attended the Bootcamp of Le Wagon in Amsterdam. It was an amazing experience. Within three months I learned all the different steps of building a website: front-end, back-end, and working with the database. They use very creative methods to learn you... Read More how to code, without ever using any books. It was an amazing experience I am happy I took this unique experiences. I feel more confident now with my computer skills. They have very qualified teachers that help you develop on your own personal speed. Their buddy-system makes sure you enjoy peer-coding and you learn from other students. Definitely a recommendation to everyone, who would like to learn how to code.Read Less",,Unknown +233872,10868,le-wagon,Anonymous,False,2015,The best first step on your coding journey,2016-05-31,5.0,5.0,0.0,0.0,"I graduated from Le Wagon in May 2015 in Paris, and I cannot recommend it enough to anyone with even the most remote interest in coding.I recently attended a Q&A with DHH (creator of Ruby on Rails, the web framework taught at Le Wagon), where he said:... Read More “Learn to code. If not to be a coder, then to understand the world.” Le Wagon is the perfect doorway to begin that journey.My BackgroundAfter an amazing learning experience in high school, I was less than enthused with my university experience (liberal arts). So I quit after my BA and took a job at a big company. 4 years later, I grew tired of the corporate culture and handed in my resignation to do Le Wagon.The BootcampAll I wanted from the bootcamp was learning to code. But what I got from the bootcamp was much more:the Program: the program is excellently designed, both in pace and content. I really liked the no-nonsense approach to the material and the intensity was high but appropriate.the Team: the team behind the program is a rare combination of technical and human skills.the Network: with over 500 current alumnis and counting, the program keeps on giving beyond the 9 weeks it lasts. Whether you’re looking for a job or have a technical hiccup you need help with, the network has your back. Across 12 cities in 8 different countries.the Culture: learning code is one thing. But the human experience is a huge factor for me, especially under intense working conditions.. And that was my favorite thing from Le Wagon: the optimism that permeated everything about the program. You leave not only with an arsenal of new tech skills, but with a new mindset. The mindset of someone who doesn’t stop until something is working exactly like you intended. The mindset of a coder, of an entrepreneur, of a “Wagoneer”.Le Wagon is the best educational experience I’ve ever had, and I will always look back at those 9 weeks as defining both personally and for my career.Read Less",,Unknown +233867,10868,le-wagon,Alice Morin,False,2015,Life changer,2016-05-27,5.0,5.0,0.0,0.0,"From Publishing to Web-Development :Before joining Le Wagon, I worked as a publishing assistant in French literature for about five years, working for different companies (Actes Sud, L'Olivier, J'ai Lu).I was feeling a bit depressed in this industry.... Read More Very few jobs, low pay and you can literally get stuck in the same job for 10 years without any career change.Worst part for me, I was not developing any skills useful to make a career switch if I wanted to. At that point I decided to do something about it.Learn to actually build something :I tried to reach some ""web-marketing schools"" or ""New media schools"" but I always had the same ""bullshit impression"" :) Then I discovered Le Wagon, speaking with a friend. He really convinced me. I remember his words ""it's five times more useful for you to get hard skills and learn to code. At the end, you will be able to actually build things. That will make you different from 99% of web-marketing or business school guys"". I had studied French literature in the past so I was also really curious about what programming and code were about. I took the plunge.An awesome curriculum :I enjoyed every single day of the nine weeks. The curriculum is well-structured. They've got their own platforms for lectures and challenges (and I still use their platform in my current Rails developer position!). I love their way of teaching programming: we always have to code something from scratch before they actually provide us the library or the framework for that the next week. At the end, when you start building apps with Rails, your really understand the core parts of the framework which is great. We built a copycat of Airbnb during week #7 then we worked two weeks on a personal project. In my group, it was https://the-impact.herokuapp.com a platform to analyse and compare public messages of French politicians based on their tweets and the tweets or their community. Lots of API calls, background jobs, a bit of d3.js for the data visualisation part. During these two weeks, I discovered I was actually able to work on challenging projects and learn new technologies on my own. Of course I was not 100% confident about my technical choices (this comes with experience). But still, I felt I had enough skills to keep learning and be efficient from day one if I were to join a developer team.After Le Wagon :After Le Wagon, I decided to work on freelance projects before applying to a job. I developed http://www.lakube.com/ a ""book app"" where you define your tastes in literature before getting recommendations from booksellers. The perfect project to make the bridge between my previous career in publishing and my new career as a backend dev :) The project was relatively hard for a junior developer. Handle the recommendations' flow between readers and booksellers, think about marketing coupons and payments, build a bookseller dashboard. I shipped the project in two month and that's where I realised I had very valuable skills. Thanks to a former alumni of Le Wagon, I got an offer to work as a Rails backend developer for http://www.agencebeaurepaire.fr/ a French web agency developing websites for local authorities. I've been working there since then. Now I feel I can work for lots of different companies and on really different projects. When I see myself struggling in the Publishing world 2 years ago, I'm very glad I made this choice and joined Le Wagon.Read Less",,Unknown +239755,10868,le-wagon,Michele,False,2016,Amazing experience,2016-05-23,5.0,5.0,0.0,0.0,"Before Le WagonBefore I started the Le Wagon Bootcamp in Amsterdam I studies Social Sciences. I had no background in coding or anything related to it whatsoever. I finished my bachelor, and as many people from my age, had this feeling like: okay so now... Read More what? I have a degree and now I have to find a job that is interesting and challenging, in which I can learn and develop myself. But I got too bored too quickly, I quit my job and in that week I heard about a coding bootcamp starting in Amsterdam in 3 months. I decided to do something which by that time seemed to like something so far from what I knew: I was taking on this new challenge.My Le Wagon experienceAnd oh man, I don't know how to stress this enough; but learning how to code with Le Wagon has changed my life. In these weeks they train you from start to finish how to be ready to go into this exciting world as a junior developer. When you are done, you realize you could build and do anything you want. You can work remotely, join a startup or corporate as junior developer or even code your own product and start your own company. The world is yours. There are challenging exercises everyday, and if you are fast there is always more exercises to do, things to learn. I was not sure if I could keep up in coding before I started, but Le Wagon really helps you to make sure everybody is understanding everything and helps you get the most out of this intense time. On each subject they also have a teacher who has his expertise in that subject, which you can ask questions, and because they are so familiar with it, they are at ease and happy to answer everything you want to know. For the daily exercises there is also always a teacher assistant, or more depending on the size of the group, which are mostly alumni who have done the course, which is very nice, because they understand the things you are struggling with and can also explain it in a way that makes sense because not too long ago, they were doing the same!After the bootcampAt the end of the bootcamp you finish off with prototyping an application which you than show on the demo-day. You spend so much time with your project-group, but also with the class in general, that when demo-day has passed you feel bummed, because you miss spending time with each other, going through the exercises with each other, help each other if they get stuckI liked this bootcamp, tech scene and Le Wagon family so much I even became the bootcamp care manager with Le Wagon Amsterdam. Seeing how new students each bootcamp go through the same process, are figuring out the same things, get the hang of coding is so rewarding. And I hope I have the chance to see many more people go through this amazing experience which is called Le Wagon.Read Less",FullStack program - 35+ locations,Web Development +232557,10868,le-wagon,christopher,False,2015,Programming and entrepreneurship,2016-05-18,5.0,5.0,0.0,0.0,"I have been hanging around Le Wagon for over a year now, and it was one of the best experiences I've ever had, certainly one of the most valuable decisions I've made in the past.Keep your mind openIn January 2015, I decided to apply to Le Wagon FullStack... Read More program in order to learn programming but also to keep my mind open. I finished school about 10 years ago and I never took time to train myself after that.For me as an entrepreneur, being aware that there are so many things to learn was as crucial as gaining these actual skills. I worked on my own before joining the bootcamp, in order not to be completely lost, since I was not an engineer. Those 8 hours spent discovering Pascal language back when I was a kid would not happen to be that helpful…And I worked a lot during the bootcamp. 9 hours in front of your code every day, and some more at night, 9 weeks straight. Pretty intense!How does the web works?I attended Le Wagon in order to understand how those web and mobile apps work. At first, I did not envisage to build a Tesla or a revolutionary AI software. I still don't. My intention was to get how AirBnb and Twitter function behind the curtain. The famous MVP approach! And when you start seeing the way these apps work, you feel empowered to build your own stuff.Many new projects!After I ended the bootcamp, I decided to stay in touch with the team that runs Le Wagon. I just loved the atmosphere. It's so stimulating to see 10 new business projects every other month! I am now a part-time Teacher Assistant for the next batches, helping them understand the crucial notions of Ruby, Rails, SQL, htlm and JavaScript.ClickI definitely had the desire to start a new business after Le Wagon. It just reinforced that feeling. Something just clicked in my mind: « now, you can build projects on your own! ». I had previously started and failed on projects where I heavily depended on some other people's skills to make them work. Now I could launch things without being dependent. So important!Mission BiberonThe last two weeks of the bootcamp were dedicated to our own projects. With a fellow student, I coded the elearning platform for future parents called www.MissionBiberon.com, with a video viewer, text recaps and quizzes. Since then, we've been working on the content, and a dozen episodes are now live!This is just the beginning of Mission Biberon, but the first feedbacks are awesome. And I know I probably wouldn't have started this without Le Wagon.So if you have the guts to start a business and 2 month to spare, you shouldn't even be reading the end of this comment, apply!Read Less",,Unknown +233620,10868,le-wagon,Victor Fulconis,False,2016,"Le Wagon: great training, great team, great time!",2016-04-28,5.0,5.0,0.0,0.0,"I was a student in batch #18 of Le Wagon (January 2016) and loved the experience. I came from a web-marketing background (acquisition & CRM) and was looking for web development training to be able to work better with technical teams.Le Wagon provides... Read More in 9 weeks a very complete training on the basics of front & back-end web development, enabling you to very easily continue learning code quickly by yourself. As a bonus, it gives you a good flavor of what is product development, pitching a project and entrepreneurship.It has a great and extremely available teaching staff, great courses and resources that remain fully available after the end of the training. Rhythm is intense but very balanced between courses, exercises and conferences with entrepreneurs. Atmosphere is extremely friendly and motivating.Looking at former students’ careers evolution after le Wagon, this training really answers to a wide range of objectives: become a developer, entrepreneur or just gain technical background.In summary, it was an amazing experience!Read Less",Web Development,Web Development +232564,10868,le-wagon,Pierre Boulanger,False,2015,Gives you all the tools to change your life !,2016-04-21,5.0,5.0,0.0,0.0,"I started Le Wagon in October 2015 and it was the best decision of my life !The reason :« In the new economy, computer science isn't an optional skill. It's a basic skill » - Barack ObamaI’ve always been interested in technology & innovation and how these... Read More two are transforming our world. Being able to understand and actually control the tools that are now ruling the world is in my opinion mandatory for everyone in the future, so I had to learn it myself.The one thing that struck me the most during the bootcamp is the amount of knowledge and skills I developed in such a short period of time. I give credit for that to the amazing program they developed . The way the program is structured and the resources they provide is THE real added value of this bootcamp ! Another great added value is the Alumni community. They make sure that you are well connected to every people that has already been a Wagoner and that you can ask questions, find jobs, find partners and so on. One important thing to know before applying though, is that Le Wagon has a clear entrepreneurial angle & mindset! Throughout the bootcamp, we had introductions to entrepreneurs and entrepreneurship concepts/tools, so if you have no interest in entrepreneurship AT ALL maybe it’s not the best option. However I think that even for non-entrepreneurs these concepts are super interesting, whereas for (aspiring) entrepreneurs, it’s a huge added value!As a result of my bootcamp, I ended up developing BOOSTin (www.boostin.co), a growth hacking tool for brands on Instagram. With BOOSTin (www.boostin.co), brands can get relevant data about their own activity and their competition’s in order to increase the efficiency of their marketing activity on Instagram.In definitive, I would TOTALLY recommend Le Wagon to anyone, from anywhere, at any age, with any background. It is a life changing experience.Read Less",,Unknown +233527,10868,le-wagon,Thomas Chrétien,False,2014,Life changer,2016-04-19,5.0,5.0,0.0,0.0,"I am alumni of Le Wagon batch #3 (September 2014). Here is my story since I graduated.Before Le WagonBefore joining Le Wagon, I studied web-marketing during 2 years but did not like the way it was taught, so I quit. I really wanted to be able to develop... Read More my own products at the time. That's why I decided to join Le Wagon, which seemed to be a very product-oriented program which teaches you programming but also gives you good practices and tools to build a tech product.Just after the programI kept on working on TrackGuru (https://www.lewagon.com/blog/interview-thomas-chretien-trackguru) the MVP I had developed within the two last weeks of the program. The platform reached 500 subscribers, but it was taking me too much time for marketing / communication, and I decided to take some distance and go back to programming smile emoticonAfter being a TA (teaching assistant), I joined Le Wagon's team as frontend developer to increase my expertise under the mentoring of Sebastien and Boris. In less than a year we released Le Wagon Ondemand (https://ondemand.lewagon.org/), the Alumni platform (http://alumni.lewagon.org) and the new version of Le Wagon's website (the current one). I learned React.js, sharpen my CSS and Javascript skills and, of course, kept on doing some Rails.Adopting a digital nomad lifestyleThat was a crazy year! My coding skills increased exponentially and I also learnt a lot about myself. After a year of coding I took some time off, I moved to Brazil for some weeks and I spent time in front of the Ocean, enjoying Yoga lessons. Quickly I realized I missed coding. I thought about my TrackGuru experience, and I decided to launch a new product, same style, with a different angle, and of course new skills! I took time to analyse my mistakes, and to refine what will be later Hubum (http://www.hubum.com/).Hubum is the Product Hunt of electro vinyl albums releases. The idea is to allow users to discover the vinyl release culture, and to become a reference digger in this niche. What we need to know is that all labels are working closely with techno artists to produce their vinyl release. A vinyl album is a bit as a story with a lot of protagonists and substance around the material. Releases fans are crazy about it, and represent a constant community, sensible and engaged, always looking for good new sounds, favouring quality to quantity.In parallel, we try to engage a maximum of our curators/guests by inviting them to share in exclusivity their discovery on the platform. The challenge is to find renowned influencers (artists, youtubers) willing to help us. Some great names join us already: Audu Simion (hubum.com/andusimion), Moskalus (http://www.hubum.com/moskalus)), Hurfyd (hubum.com/hurfyd)…Next stepI like the digital nomad lifestyle. I want to continue teaching at Le Wagon (Paris, Amsterdam, Brussels), travel, make some freelancing and personal projects, and keep learning new stuff every day.I am really grateful to Le Wagon. It's crazy how they helped me develop my coding skills so quickly. I can know build all the products I want. But above all, they also helped me find myself and work and live my life the way I want.Read Less",,Unknown +233526,10868,le-wagon,Lilian,False,2015,An Experience that goes beyond the 9 weeks,2016-04-19,5.0,5.0,0.0,0.0,"I was a student at Lewagon (batch #6) and then a Teacher Assistant for couple batches. THE 9 WEEKS EXPERIENCE AND BEYONDFor me LeWagon is not only the kickoff I needed back then to get up to speed with start-up best practices and gain technical knowledges... Read More but also and most of all it is today, one year and an half after completing the bootcamp, a resourceful community on a day to day basis. Indeed the experience of LeWagon goes way above the 9 weeks of the bootcamp. We have an alumni platform that gets improved all the time, almost weekly event to keep up with code improvement as well a good star-up practices and 4 huge (free) parties per year. Not to mention the group of friend I kept from this 9 weeks journey.ONE SIZE DOESN’T FIT ALLAlthough not everybody would benefit similar output going thru this experience. After being a student and a teacher assistant I would highly recommend LeWagon to 3 main profiles :Entrepreneurpeople desire to become developersproducts owner, growth marketer and project manager who works on a daily basis with developersIf you have one of this three profiles you can’t be wrong with LeWagon and you well benefit almost instant output.For the other one, which I was part of, the output is less obvious or takes longer to obtain. After working with several start-up as a freelance developper I’ve lately join a start-up as the CTO and my work is a mix of the 3 profile describe above.CONCLUSIONYou have two main questions to ask yourself. Is a coding bootcamp the best way to accelerate/change my professional path ?If so, which one to choose ?For the first question I hope I gave you some clue about what to consider in the paragraph above. For the second one you should really not hesitate, LeWagon is your best shot ! If you can leave within 45min where a LeWagon Station is (yes it’s 9 intensives weeks and you better reduce your commute) this a the the coding bootcamp you should go for.Read Less",FullStack program - 35+ locations,Web Development +237885,10868,le-wagon,Adrien,False,2014,Feeling more powerful,2016-03-17,5.0,5.0,0.0,0.0,"I was one of the students of batch 4 in Paris (end of 2014).Being a student at Le Wagon helped a lot for my career in tech. I had a growth marketing background and really needed to have a technical perspective to be better at my work.First, the hard skills... Read More you learn over there are very valuable. I can now build MVPs with Ruby on Rails and HTML/CSS by myself. I can also tweak websites - which is useful to implement tracking codes or make some changes on frontend for instance. Second, it enabled me to understand coding culture and to be able to collaborate efficiently with developpers. This is a substential strength during my everyday life at a startup. I am now able to be more relevant with my ideas that require technical work; being able use Github or to chat about APIs is also useful when you are surrounded by developpers!Last, the people I met during the program are high quality. The students are mostly entrepreneurs and share a great mindset. The teachers are super smart & encouraging. Also, Le Wagon being embeded in the Paris startup scene, I met several pretty impressive founders (Algolia, Front, Sunrise...). In a word, Le Wagon enabled me to be more powerful as a person. I don't feel stuck by my lack of tech skills anymore. I definitely recommend this coding bootcamp!Read Less",,Unknown +233416,10868,le-wagon,Quitterie Mathelin-Moreaux,False,2016,"Life changing experience, literally",2016-03-17,0.0,0.0,0.0,0.0,"Attending Le Wagon was one of the best decisions I've ever made. It really changed my life. I met great people, learned extremely valuable skills and found a community I will always be part of. My classmatesOne of the most enriching aspect of le Wagon... Read More (apart from the coding skills) was the opportunity to meet people with such fascinating stories; it didn’t take long for all of us to become friends. Everyone came at le Wagon with a different background and personality and discovering so many interesting people was an amazing experience. Lifelong friendships were forged, undoubtedly we’ll cross paths with each other at future jobs, and I’m even starting a company with two of them. Teaching and staffI am really grateful to all the teachers at le Wagon. They are the best instructors I have ever had. They don’t just give you the theory and exercises and then let you in the dark, oh no their method is well-structured to really get rid of pedagogical frictions and give you an ""optimal"" leaning experience. They have this ability to understand that each of us is a different learner and cater to the needs of each student.But it’s not only teachers and every day, you can also rely on great teaching assistants (former students at Le Wagon) who help you every time you need and spend time to dig deep in your code with you. ConclusionLe Wagon not only gave me the knowledge but also gave me the opportunity to meet the people I work with every day. We continued after le Wagon and decided to create our company together. Everyday we keep learning and that feels good! Now that I know about coding I feel like I can address confidently any investors or tech guy because I know what I m talking about. For an entrepreneur it makes a big difference trust me!You can take a look at our demo day here: https://www.youtube.com/watch?v=79SQFIIR0O8 at 14'10""Read Less",,Unknown +237524,10868,le-wagon,Maxime Braud,False,2015,"Cool kids, great skills",2016-03-16,5.0,5.0,0.0,0.0,"I’ve been a student at Le Wagon for the 9-week program in June 2015. I have been creating websites for 10+ years, but had almost no backend skills and felt limited when I wanted to create more complex and intelligent things.The program gave me exactly... Read More what I was looking for: an intensive ruby and rails course, best practices and tools, cool front-end tips.I am know able to do a MVP of any basic product in something like two weeks, which is an amazing skill to have I believe.The other thing I liked a lot is the entrepreneurial/cool spirit. Students were open-minded and fun, and le Wagon’s team is always there to help and to drink a beer.I kept strong links with le Wagon, working as a teacher assistant for the next batches and they even hosted my new company, Mangrove (www.meetmangrove.com) for a few weeks. This new venture feels like a logical path after le Wagon, keeping some of the same spirit and using skills I learned during the 9 weeks.Read Less",,Unknown +233403,10868,le-wagon,Edouard Foussier,False,2016,Literally life-changing ! The best investment I made in myself !,2016-03-15,5.0,5.0,0.0,0.0,"LeWagon bootcamp exceeded all of my expectations, not only due to the new skills I got out of it, but also to the people I was surrounded with and the endless opportunities it created for me. For the past few years, I had been evolving in the tech/startup... Read More industry, working with developers, and also trying to build several digital projects on the side. However, I had always felt limited by not knowing anything about coding. Joining LeWagon finally enabled me to get rid of that growing frustration and empowered me to work more efficiently with developers, to better manage digital projects now considering them also from a technical point of view, and to build my own digital projects.LeWagon’s methodology is perfectly designed and well rhythmed for people with no prior coding knowledge. The outstanding teaching staff is constantly sharing tips and the best practices they gained from years of experience which gives a lot of hindsight and help better understand what you are learning.On top of that, LeWagon gives you all the tools and resources you need to keep learning autonomously and improve your coding skills in the long-run.Last but not least, LeWagon is also a strong community of creative and entrepreneur-minded people driven by the pay-it-forward mentality that it’s just awesome to be part of.In a nutshell, whether you are in digital, you want to be able to build your own projects, or you are currently working with developers, this bootcamp is for you :)Read Less",,Unknown +233384,10868,le-wagon,Nordine Slimani,False,2014,Amazing bootcamp: boost your project/career !,2016-03-15,0.0,0.0,0.0,0.0,"The objective of Le Wagon is to teach its students how to code, and how to code well. As a result of this, students learn programing by communicating with each other while working on projects, and ultimately creating a rich ecosystem of knowledge that... Read More iteratively builds upon itself, week after week throughout the 9-weeks.Le Wagon has been one of the best investments I have ever made. I build the 1st version of my startup ""MedPics"" thanks to Le Wagon and I highly recommend it to everyone who wants to learn codes and begin a start-up.Read Less",,Unknown +237788,10868,le-wagon,Thomas S,False,2015,Empowering experience !,2016-03-14,5.0,5.0,0.0,0.0,"I was one of the student of Le Wagon Batch 10 (https://www.lewagon.com/program) in Paris in June 2015.Where to start ?Well, let's start with the course: The 2 month bootcamp is just perfectly balanced, well paced and it covers everything I need to bootstrap... Read More m project. We started with the core of class programming, then discovered DB management and the MVC pattern. We then spent 2 weeks on front-end development, spending time on important front-end pattern (layout, flexbox, component design) and javascript/ajax techniques. Once everything is set up, we discovered the rails framework and then each lesson focus on a very practical aspect: user management (devise), facebook connect, geocoding, mailing. Each day was really rich! The last 2 weeks are focused on coding your project in team. You can join a team or propose your project to other students. I wanted to start my startup project and so did i! Once again, great experience! Teachers and teacher assistants helped us to work as a team, to develop good habits on GitHub. We had a series of things we wanted to do that we hadn't seen during lessons: No problem, the coaching staff were just happy to help us on specific notions and problems. In addition, I also benefit from ""product"" oriented coaching and pitching advices.Spending 2 months with 30 other students, working hard, helping each other is an amazing experience... At the end of the bootcamp, you just don't want to stop gathering evryday and learning together... I feel like, it's the same thing for each batch. At the end of the day, the community just grows stronger and bigger! For every new project, you get tons of feedbacks and helps, job opportunnities are passed between each others, new resources are quickly discussed, etc. The community is just great during and after!To finish, YES, I DO recommend this 9 weeks program.Read Less",,Unknown +237644,10868,le-wagon,Massimo,False,2016,Now you don't have to fly across the Atlantic Ocean to find a great bootcamp!,2016-03-14,5.0,5.0,0.0,0.0,"Learning to code should be mandatory. It's beginning to be taught in colleges and highschools across the globe, and those of us who don't get on board now will find themselves in a sticky situation in the not-so-far future.Having lived in the US and being... Read More exposed to their tech culture, I believed I had to join one of the well known bootcamps over there to acquire the necessary skills to become a developer. Thankfully, a friend recommended to join the Wagon and I decided to give it a try. Now, a couple of weeks after the end of the course, I can say it has been the best step I could take at this point of my life.Not only have I learned the necessary skills to confidently start off in a company as a junior developer, I have also been provided with the right tools and mindset needed to continue learning independently after the course. Add to that a great alumni network, where everyone is always eager to help out and contribute to the growth of the community, and you have the recipe for an amazing coding bootcamp.I highly recommend Le Wagon to all fellow aspiring developers, you are about to embark on the journey your career had been waiting for ;)Read Less",,Unknown +233369,10868,le-wagon,Ariane,False,2016,"Best coding school. I've learned more in 2 months here, than in 4 years in my business school",2016-03-13,5.0,5.0,0.0,0.0,"Le Wagon has an amazing approach of teaching, based on intensive training and exercises all day long, led by a fantastic team of teachers and TAs. I've always been passionate about the start-up world, but always frustrated not to be able to code, or understand... Read More it. Now, thanks to this 9-week intensive program, I can build a website from scratch, and the skills I acquired are absolutely precious. I never thought I would be able to achieve so much in 9 weeks. So I can say without hesitating that applying for the fullstack intensive program was the best investment I've made so far.Read Less",,Unknown +237815,10868,le-wagon,Vincent,False,2016,Smartest investment of time and money I've made so far,2016-03-11,5.0,5.0,0.0,0.0,"I've joined Le Wagon fullstack program from January 4th to March 4th 2016.The program is solid and proven. Each brick of the web stack is carefully taught, and it's a pleasure to see along the program why you've been struggling so much to respect coding... Read More conventions and rules. Learning platforms and support are top level and very easy to use.Lots of teacher assistant are former student from Le Wagon and are somehow the best people to help us, as they used to be at the same place by the past and understand perfectly the problems one might be struggling with. It's also very cool to have their feedback and experience from ""after Le Wagon"" and see what they've achieved!The overall atmosphere during the camp is unbelievable, and you truly feel you're being part of a big united team. The staff is awesome and always seeking to improve the overall experience at Le Wagon. I deeply recommend Le Wagon to anyone wanting to learn how to code, and how to code well!Read Less",,Unknown +233358,10868,le-wagon,Adrien DV,False,2016,I could not imagine to learn as much,2016-03-10,5.0,5.0,0.0,0.0,"here are my take aways of this bootcamp: - teachers are amazing > passionate about teaching, impressive skills- the program is very well balanced between front & back end > you really get a 360 deg tour of what's needed to know to bootstrap your company... Read More and/or work with developers efficiently and/or start to work as a junior developer.- the community of previous students impressed me > people are nice, always eager to help out / advise le Wagon students. I really feel i joined an ecosystem with people working in all fields within the internet industry, rather that a simple collection of people. I hope i'll take the best out of it.- learn how to learn & think as a developer > the program has a great focus on providing you with all the best practices. I feel i can now be an independant learner & keep a steep learning curve.next steps for me:1. bootstrap my own web project (ecommerce)2. coming back to my previous company as a product manager (big US startup) // i was a biz dev previouslyRead Less",,Unknown +233303,10868,le-wagon,Anonymous,False,2016,I've learnt more over these 2 months than during the rest of my education,2016-03-10,5.0,5.0,0.0,0.0,"After 9 weeks at Le Wagon, I was able to code a full web app by myself and had enough confidence to keep on learning. Teachers are excellent and take the time needed to explain every concept. As I said in the title, I've learnt more over these 2 months... Read More than during the rest of my education.I fully recommend Le Wagon to anyone who wants to become a developer.Read Less",,Unknown +233271,10868,le-wagon,Mehdi,False,2015,Awesome Overall Experience,2016-03-10,0.0,0.0,0.0,0.0,We are driven from full unexperience to junior developer/strong product manager step by step with relevant ruby/rails/frontend exercices and projects. The last three weeks are fully dedicated to making our projects happen. The community is awesome and... Read More dedicated to help you. Anyone willing to evolve into the web industry with no prior coding experience should attend.Read Less,,Unknown +233267,10868,le-wagon,Anonymous,False,2016,A perfect bootcamp,2016-03-10,5.0,5.0,0.0,0.0,"In just 9 weeks, Le Wagon manages what would have probably taken me years to learn. With a complete education, it allowed me to learn the skills needed to program my own websites, with the ability to take this knowledge to other languages.With a style... Read More mostly focused on exercises, backed by fantastic teachers and TAs, it makes sure that everyone gets the best education they can, no matter what their level is. The emphasis on project work and the use of Github is also a massive plus, because it allows for a seamless integration to a professional dev team.Read Less",,Unknown +233330,10868,le-wagon,Hugo,False,2016,"Everyone can be entrepreneur, and coder !",2016-03-10,5.0,5.0,0.0,0.0,"Coding is becoming really important for young people who want to become entrepreneur. People say that everyone can be entrepreneur, Le Wagon is the best illustration of that. I learn a lot in 9 weeks and I feel ready to launch my web start-up now !",,Unknown +233351,10868,le-wagon,Antoine,False,2016,Le Wagon learned me effectively how to code but mostly how to learn,2016-03-09,5.0,5.0,0.0,0.0,"I have had 2 big steps during my education which opens me opportunities. The first one was my scientific high-school degree and the second one was my engineering school. Recently, i had one more step : Le Wagon. Participate to this bootcamp brought me... Read More new skills but mostly tonnes of opportunities. In my opinion, to learn how to code is something mandatory today. Le Wagon gave us more than just learn how to code, they gave us a bag-pack full of tips to be ready to brave new challenges, deepen the skills, learn new ones, ... On top of that, after the 9 weeks you can rely on the alumni network which open even more possibilities (jobs, teaching, tips, ...). Le Wagon was the best experience I had since a long time ... Do it eyes closed it's awesome !Read Less",,Unknown +233257,10868,le-wagon,Anonymous,False,2015,"Great course, geared towards startup-minded people",2016-01-27,5.0,5.0,0.0,0.0,"A good program that is focused on entrepreneurial side of coding. Teaching you to build a testable mvp for your business idea. Good overall structure, clear assignments and a handy online environment where all the course material is available.The program... Read More also immerses you in the Brussels startup scene(being located a co-working space) which helps you to make relevant contacts to realize your startup-idea.I would definitely recommend to ""half-beginners"" who don't want to spend lots of times learning it on their own.Read Less",,Unknown +233083,10868,le-wagon,Pedro,False,2015,"I needed a deep dive in a short amount of time the developing world, and lewagon was there for me.",2015-12-01,5.0,5.0,0.0,0.0,"I have been a photographer for more then 10 years and had a few ideas for apps and online platforms but didn't know where to start. I looked for CTO's everywhere but couldn't afford one for each project. I found out about lewagon and researched about... Read More the curriculum they we're offering. I learned everything I needed to learn and way more. Only nine weeks after I understand coding very well and I see doors of knowledge, work and projects opening up everywhere for me. It gave me the tools that I needed to walk to my future. Awesome staff, great location, and an amazing learning platform that is accessible even when you finished the course. Resources, contacts, everything you need to either find a job as a developper or start your own start-ups! I would really recommend to everyone, it changed my life.Read Less",,Unknown +233077,10868,le-wagon,Oscar,False,2015,"""Le Wagon"" was a real rebirth!",2015-11-26,5.0,5.0,0.0,0.0,"Just before finishing my business school degree I felt a real lack of technical knowledge. ""Le Wagon"" was a real rebirth!At first I just wanted to have enough knowledge in order to exchange with developers, find out what is doable and know how to build... Read More a basic project.But the staff will learn you much more; how to organise yourself, make you travel in the startup world, how to pitch your project, etc.Now I want to know even more about coding. The staff is really amazing!!!! If every school had the same way of learning stuff to people we would probably all be geniuses.I can only recommend this program!Read Less",,Unknown +233076,10868,le-wagon,Emmanuelle Sadone,False,2015,The wagon just change my life....,2015-11-26,5.0,5.0,0.0,0.0,"When I arrived the first day at the Wagon I didn't know what was HTML, JS, CSS meant... now after 2 months I know how to do a website ...The courses, the teachers, the program are very hight quality",,Unknown +233074,10868,le-wagon,William,False,2015,Learn beautiful code and best practices in 9wks,2015-11-25,5.0,5.0,0.0,0.0,I worked in the digital industry (agency and product) for the 4 past years but was still really frustrated because I could not code my own idea and couldn't understand how the code works. I found le Wagon because they organized surf & code trip but i... Read More did not go. One year later i decided to join the 9wk program. This was obsiously the best educational experience of my life. A typical day at le Wagon starts by a course of 2h then you practice the rest of the day through many exercises (even some hardcore ones if you rock enough !). Practice makes perfect applies here. You can get help from the assistants who are for the most part former students so they really understand beginners. At the end you are able to learn new languages and frameworks by your own. That's just the beginning of your journey :-)Read Less,,Unknown +233068,10868,le-wagon,Théau Ravier,False,2015,A life changer !,2015-11-24,5.0,5.0,0.0,0.0,"For 3 years before Le Wagon i always had startup ideas but couldn't make it myself. So I was thinking ""I'll just hire an indian and he'll do it"". Now i see what code is, and developers are my new gods. Dev skills are 95% of the value before you get traction.... Read More And it's only after that business skills are usefull. Now I have both, and I have amazing new friends. Thank you so much, i promiss we'll do great things now :)Read Less",,Unknown +233067,10868,le-wagon,FX,False,2015,The best coding school ever,2015-11-24,5.0,5.0,0.0,0.0,"No cons only pros, everything is perfect! I start 9 weeks ago the fullstack bootcamp and now, I know how to code user friendly and powerful websites and apps thanks to LeWagon!! They are very concerned in the well learning of their students and it was... Read More a pleasure to be there for 9 weeks!! I really recommend it!!Read Less",,Unknown +233065,10868,le-wagon,Levy PE,False,2015,Simply the most ideal and effective bootcamp to become developper from scratch!,2015-11-24,5.0,5.0,0.0,0.0,"This experience has changed my life in every aspects.Overall, I learnt more than I could ever imagine in 9 weeks, I desgined, encoded and Pitch a full MVP, became enthusiastic and thrilled about my day to day job and I made a lot a friend that I'll keep... Read More for the rest of my life.I'm now developping my own start-up and encoding new apps with confidence thanks to the vast and comprehensive program that I followed at Le Wagon and with the help of their powerful Alumni network and powerful intranet with exceptionally current & accurate resources I can access for the rest life anytime, anywhere!Thank you for what you do and especially how you do it! (not like a business but like a real organisation that has a duty to work towards the common good!)Read Less",,Unknown +233061,10868,le-wagon,Charlotte,False,2015,Amazing bootcamp & people. Life-changing experience.,2015-11-23,5.0,5.0,0.0,0.0,"Amazing teachers and staff, fantastic place, awesome buddies, great code challenges, that’s what you’ll get there. Every entrepreneur should have the chance to go to Le Wagon to learn how to make their ideas a reality...",,Unknown +233060,10868,le-wagon,Nicolas Filzi,False,2015,Amazing. Exponential Learning Curve. Awesome people.,2015-11-23,5.0,5.0,0.0,0.0,"I've just finished my 9 weeks bootcamp @ Le Wagon Paris, and I already talked 4 friends into it (and more are coming). It is THAT good folks.What can I say to give you a fitting overview of my experience? The staff is awesome. The founders seem to posess... Read More a kind of secret, that allowed them to build the most rewarding learning experience of my life.It's not really a secret actually: they've refined their curriculum over 15 batches of students and they built a tremendous learning platform to support it.The new HQ in Paris is awesome.A very spacious villa in the 11th arrondissement with all the equipment you need to literaly live here for 9 weeks. (OK OK you got me, there are no beds, but I think it's totally negotiable)Your batch buddies are awesome.The staff carefully select the students in their next batch, to create the best learning atmosphere you could experience. People around you are smart, determined to fulfill their objectives, and nonetheless fun to hang with.The only obstacle you'll face when learning @ Le Wagon is yourself. So buckle up, brace yourself, and go for it, coz' it's definitively worth your time and your money.I'll leave you now with something you'll understand in your first day @ Le Wagon:def le_wagon puts ""@LeWagon is the best bootcamp to become an awesomer version of yourself :)""endRead Less",,Unknown +233059,10868,le-wagon,Gary B,False,2015,I,2015-11-23,5.0,5.0,0.0,0.0,"Pros:- Full-stack ruby bootcamp, now I can develop front-end and back-end- Really good atmosphere to work in- Awesome facilities- Yoga and mindfulness courses- Networking- Apero talksCons:No cons!",,Unknown +232259,10868,le-wagon,Karine,False,2015,,2015-07-22,5.0,5.0,5.0,5.0,"An amazing program to learn the best practices of web development in 9 weeks. It can be hard at the beginning, but we always learn in a good mood ! The teachers knows how to explains things to beginners and make sure everything is well understood. The... Read More founding team are always discussing with students, to improve the program with students feedback.I think everyone should do LeWagon, wether it's to prototype a project, to become a web developper or just to understand how to speak to developper.I strongly recommend Le Wagon to anyone who are looking to improve or to learn everything about Ruby, Javascript, Rails, etc...!Read Less",Web Development,Web Development +232517,10868,le-wagon,christopher,False,2015,9 weeks to launch a startup !,2015-07-17,4.7,5.0,5.0,4.0,"Pretty hard to go back to school and learn 10 hours a day a bunch of new languages. But this program is built very wisely, many useful tools to help you understand and test your knowledge.Great team also!I'd definitely recommend LeWagon to anyone willing... Read More to understand how the web works or to start a web business.Read Less",,Unknown +231859,10868,le-wagon,Anonymous,False,2014,I highly recommend this bootcamp... to EVERYONE!,2014-10-18,4.3,5.0,4.0,4.0,"Put simply: I knew nothing about development 5 month ago, and now I'm working as a developer at a hot startup in San Francisco!The program is great, with awesome teachers who worked hard to provide us with the best material, and amazing fellow students... Read More (aspiring developers, aspiring and accomplished entrepreneurs).The curriculum focuses on Ruby on Rails which is a perfect way of learning: it's a great and very powerful technology, a highly demanded and valued skill and a very intuitive and easy way to discover development. Once you get that it's much easier to learn new languages and frameworks. And that leads to probably the best thing about Le Wagon: they don't just teach some programming skills, they bring you to the point where you have the right set of knowledge to be able to keep learning on your own.The promise they make is in essence to bring us to the point where you can become a professional programer, be autonomous and learn by yourself. Well they delivered on all these aspects.I think everyone should do a bootcamp, and I think Le Wagon is a great one! Go for It!Read Less",,Unknown +231857,10868,le-wagon,Baptiste H.,False,2014,"I entered ""le Wagon"" program et I and found a CTO during my training...",2014-10-17,5.0,5.0,5.0,5.0,"I entered ""le Wagon"" with my partner and we both have a beginner level. It was a wonderfull experience. In nine weeks, we developed our MVP and found our CTO. This was a real boost in our start-up development. They have an extensive network within French... Read More tech circles which is very useful when you create your own start-up. I strongly recommend ""le Wagon"" program.Read Less",,Unknown +231853,10868,le-wagon,Olivier Xu,False,2014,Le Wagon,2014-10-15,5.0,5.0,5.0,5.0,"I attended the 10-week bootcamp by Le Wagon in early 2014.Having no technical background whatsoever, I was struggling to find a good CTO for a new startup I was launching. In just a few weeks, I was able to put together myself a beta version of my product,... Read More test it with end-customers and attract talents to join me on my project.Simply put, without Le Wagon, I wouldn't have managed to start my company so quickly (or maybe at all).The team behind Le Wagon is a great combination of top class developers and entrepreneurs at heart who understand what it's like to learn code from scratch.They have an extensive network within French tech circles which is also very useful when you are an entrepreneur.Read Less",,Unknown +231852,10868,le-wagon,Sébastien,False,2014,From zero to a developer job in 9 weeks.,2014-10-15,5.0,5.0,5.0,5.0,"I entered ""le Wagon"" program after being graduated from one of the top french business school (ESCP). It was quite a challenge for me to jump into the computer world after such studies. However, every single member of ""le Wagon"" staff made this journey... Read More one of the best learning experience of my life. In nine weeks I went from total computer newbie to junior developer in a company, building software. I personally chose to follow a dev path but ""le Wagon"" was also very supportive for anyone who wanted to build a prototype to test ideas and hypothesis about a startup project. To me this program is the thing you need if you want to become able to build something with your computer, whether it is as developer for a company or as an entrepreneur for your own startup. Long live ""le Wagon""!Read Less",,Unknown +231851,10868,le-wagon,Niels Mayrargue,False,2014,best training ever,2014-10-15,4.7,5.0,5.0,4.0,"I strongly recommend this bootcamp :-the team is really really good, you'll meet amazing people incredibly dedicated to level you up. they are obsessed with details that will help you learn quickly and they have iterated over their materials over and... Read More over to make them perfect-you will be surrounded by entrepreneur-minded people : if you want to startup, this is a great place to be, you ll get the energy and support you needSo to sum up...juste go ! You can message me if you have questions about my expérienceRead Less",,Unknown +306689,10492,4geeks-academy,Anonymous,True,2023,A great experience!,2023-11-24,5.0,5.0,5.0,5.0,"It was a great program! The teachers and mentors were really helpful in the whole process, the explanations given were quite clear, and the projects along the course quite challenging! I would absolutely say this bootcamp was everything I expected! Definitely... Read More learned some useful new skills!Read Less",Full Stack Software Development Part Time,Web Development +304844,10492,4geeks-academy,Matiss,False,2023,A Relative SCAM,2023-09-13,1.0,1.0,1.0,1.0,"The representative on the phone was giving me prices, even before we discussed the payment options, that don't match anything on the website. As a matter of fact, their price for the same online course varies from 3850-4600 if you pay upfront, whereas... Read More the representative was trying to sell me on the plan for 5300 telling me that he just applied some 1k discount to make it sound like a good deal. When I noticed when the website says and mentioned to him, on the next day he offered me to pay 4500. Overall, everything on their website is super confusing i.e. ""*Discount up to €1700. From €4600 instead of €6300"" or ""pay upfront and get a discount"", but turns out there is no additional discount. Anyhow, when I called him out on this later and tried to clarify how they come up with their prices, he avoided the question, got very rude and demanded that I pay up 6300 for the whole thing. On top of everything, this is a coding bootcamp, but they have failed to provide a safe payment system online and instead ask to make a weird wire transfer, or pay with crypto, which is super sketchy. They say you can pay by card, but that is actually not the case. These people just can't be trusted.Read Less",Full Stack Software Development,Web Development +304784,10492,4geeks-academy,Jessica Ferreira,False,2023,I am surprised how much I learned in the span of 18 weeks.,2023-09-11,4.0,4.0,4.0,4.0,"Pros: Learning multiple languages. Gaining the ability to research what is needed. Being supported by 4Geeks, as well as my fellow students. Being in a group and learning together. Being motivated to think differently and discover multiple ways to do... Read More a task. Cons: Not having enough time with my mentors (seeing as they are only one person and can only divide their time accordingly. The reading material was quite extensive but I would have liked the option to have more. The bootcamp being too short (I realize this is just being picky at this moment), I would have liked to go more in-depth with some of the topics and how they all worked together.Read Less",Full Stack Software Development Part Time,Web Development +304004,10492,4geeks-academy,Rafael da Silva,False,2023,Great Bootcamp,2023-08-17,5.0,5.0,5.0,0.0,"It was quite scary at the beginning since I had absolutely no experience in programming. The student needs to have time and focus, and the school provide a good schedule to follow. The pre course is very important for those who, just like me, didn't have... Read More any experience when they landed in the school. Special thanks to Javier who gave me an extra support and a boost when I needed, such a great professional!Read Less",Full Stack Software Development Part Time,Web Development +303683,10492,4geeks-academy,Anonymous,True,2023,Academia de 10,2023-08-09,5.0,5.0,5.0,5.0,Increíble Bootcamp de Full stack developer. Han sido semanas muy intensas pero sin duda han merecido la pena. Destacaría sobre todo la disponibilidad de los profesores para ayudarte con todo siempre que lo necesitas. Repetiría sin duda alguna. Experiencia... Read More de 10.Read Less,Full Stack Software Development,Web Development +303608,10492,4geeks-academy,Marco,False,2023,Great learning experience!!,2023-08-07,5.0,5.0,5.0,5.0,"It was intense to say the least; but by far the best decision I've made in a while!!. The structure of the bootcamp was very clear from the start, to help me understand what was coming before the next class. They gave us lots of exercises to practice... Read More and projects to work on our time pretty much after each class. They offer unlimited mentorships which came along way throughout the entire course. I became somewhat lost, when I Started learning backend because it was a lot of information in a short time, but it was expected, after all, it's a 16 week bootcamp. But overall a great experience!!Read Less",Full Stack Software Development,Web Development +303604,10492,4geeks-academy,Diuca Puig,False,2023,A life-changing journey,2023-08-07,5.0,5.0,5.0,5.0,"I recently completed the Full Stack Developer Bootcamp, and all I can say is that I was an amazing experience. This program equips you with all the essential skills a Full-Stack Developer should have. The curriculum is well structured, the instructors... Read More are all industry experts and dedicated professionals.Read Less",Full Stack Software Development,Web Development +303429,10492,4geeks-academy,Ben,False,2023,This course will change your life!,2023-08-01,5.0,5.0,5.0,5.0,"I recently had the opportunity to complete an excellent boot camp that has significantly enhanced my knowledge in software development. Opting for the part-time course was a perfect fit for me, considering my job commitments. Prior to enrolling in this... Read More program, my familiarity with software development was quite limited. However, I can now confidently say that I have acquired comprehensive skills in building applications, spanning from the front-end to the back-end. The instructors at the boot camp were exceptional in their support and availability, providing assistance to students facing challenges, which I often had! Their guidance not only helped me learn everything I needed but also provided valuable insights in the industry. As a result, I now feel confident in securing a fulfilling position as a software developer.Read Less",Full Stack Software Development Part Time,Web Development +303350,10492,4geeks-academy,Julia Tartaglia,False,2023,Excelente experiencia para aprender a programar desde cero,2023-07-31,5.0,5.0,5.0,5.0,"Como estudiante del bootcamp de Full Stack Developer en 4Geeks, no puedo más que expresar mi gratitud y satisfacción por la experiencia. Unirme a este programa fue una decisión arriesgada -porque te cambia la vida- que no me arrepiento de haber tomado.... Read More El ritmo de las clases y de los proyectos está muy bien organizado y pensado para que aprendas progresivamente, con la cantidad de 'estrés' necesario para avanzar y sentirte desafiada, sin caer en la frustración que impide seguir adelante. Hay 10 horas de clases semanales y le dediqué el mismo tiempo o más fuera de clases para poder cumplir con los proyectos que se exigen en cada etapa. La dinámica de la clase también es muy interesante porque es esencialmente práctico y vas rotando con distintos compañeros para aprender en equipo y apoyarte en el conocimiento de los demás. El último mes te embarcas en la elaboración de un proyecto final que lleva muchísima dedicación y vas afianzando los contenidos, en equipo y con mucho apoyo y orientación de profesores y mentores. El equipo de 4Geeks está formado por verdaderos profesionales en el campo de la tecnología y el desarrollo web. Su pasión y dedicación por enseñar son evidentes en cada clase y mentoría. Lo más destacable es el conocimiento que tienen del proceso emocional que implica realizar el bootcamp, por eso están siempre anticipando los altibajos y las dificultades brindando apoyo adicional. Otro punto a destacar es el enfoque en proyectos prácticos y del mundo real, con un toque de diversión para hacerlo más ameno. El bootcamp es esencialmente práctico y colaborativo, una experiencia de aprendizaje distinta a las tradicionales. Además, 4Geeks tiene una amplia red de contactos y oportunidades de networking, esto te hace sentir mucho más acompañado cuando te lanzas a la búsqueda de empleo.Read Less",Full Stack Software Development,Web Development +303191,10492,4geeks-academy,Alvaro Martin Fernandez,False,2023,Enriquecedora.,2023-07-25,5.0,5.0,5.0,5.0,"Curso bien estructurado y que no enseña el típico MERN sino que te enseñan el backend en python, lo cual te da mayor versatilidad para dominar 2 lenguajes. La materia está bien estructura y el profesor es un gran profesional enseña mejor que mu hoy profesores... Read More que he tenido en la universidad. El acompañamiento y las mentorias iliminatadas en un plus añadido a tener en cuenta. Muy satisfecho.Read Less",Full Stack Software Development,Web Development +302315,10492,4geeks-academy,Rita López Cobo,False,2023,WONDERFUL EXPERIENCE,2023-06-26,5.0,5.0,5.0,5.0,"Starting programming was one of the best decisions I've ever made. The stay at the school has been very good, I have acquired very good knowledge. I have felt cared for by the team, as if I were at home. I will certainly always recommend it. It has completely... Read More changed my life.Read Less",Full Stack Software Development,Web Development +302209,10492,4geeks-academy,Lucia Belen,False,2023,Best decision i´ve made!,2023-06-21,5.0,5.0,5.0,5.0,"This has been the best decision I've ever made! I can't believe how much I've learned in just four months. The bootcamp provided me with a solid foundation to enter this exciting world of programming, and what's even better is that they continue to support... Read More you even after you finish the program. The free lifetime mentorship they offer is truly invaluable. It allows me to keep learning new things and collaborate on various projects without ever feeling alone.Read Less",Full Stack Software Development Part Time,Web Development +301211,10492,4geeks-academy,Anonymous,True,2023,"New family, new opportunity for a new beginning.",2023-05-16,5.0,5.0,5.0,5.0,"The title speaks for itself. At 4Geeks Academy Spain I found a new family. A family that has, is and will continue to help me and my cohorts on this journey in search of a new beginning in personal and professional life. It's been a fantastic journey,... Read More since prework, walking alongside fantastic mentors and students, always ready to help each other, to progress and continue in this vast world that is the programming. Our motto: ""Never stop programming"". Projects are well suited so that you progress and get a consistent foundations in all subjects given. It's worthing all the investment.Read Less",Full Stack Software Development Part Time,Web Development +300351,10492,4geeks-academy,Manuel,False,2023,Exceeding expectations,2023-04-18,5.0,5.0,5.0,5.0,"There is a lot of bootcamps around, but not all of them have the attention to detail and the continuous support 4Geeks offers to every student. From the day to day exercises made to teach you everything you need with no required previous knowledge, to... Read More the mentorships at any time, as many times as you need to complete your projects now and in the future. And then, when everything is done and others could forget about you, you get support to improve your CV, tips to find a job, suggested offers and more. I certainly didn't expected so much when I started.Read Less",Full Stack Software Development Part Time,Web Development +298064,10492,4geeks-academy,Francisco Miguel Díez Sanz,False,2023,Experiencia inolvidable,2023-02-16,5.0,5.0,5.0,5.0,"Desde el principio la experiencia ha sido buenísima. La curva de aprendizaje es algo elevada pero muy llevadera. El contacto con el staff es muy cercano y te guían en todo desde el principio hasta el final. Además, te apoyan en los buenos y, sobre todo,... Read More en los malos momentos. Después de la paliza de adquirir todos los conocimientos, y lo que más valoro, es que no te dejan tirado y te siguen enseñando cosas de cara a adquirir tu primer empleo como desarrollador con las tutorías que necesites y todos los consejos que pueden darte.Read Less",Full Stack Software Development,Web Development +297867,10492,4geeks-academy,Carmen Aguilar De Dios,False,2022,"4geeks gracias por todo , ha sido una experiencia intensa pero única",2023-02-10,5.0,5.0,5.0,5.0,"El equipo de la academia te acompaña desde el primer momento y hay mucha calidad humana. Termine mi curso y a la semana me había contratado una empresa en la que estoy muy contenta de seguir creciendo en el mundo tecnológico. Mi experiencia es muy buena... Read More dentro de la academia, y sigo en contacto con ellos ya que siempre que necesito ayuda puedo contar con la ayuda de mentores. Mil gracias por darme la oportunidad de realizar este cursoRead Less",Full Stack Software Development,Web Development +297851,10492,4geeks-academy,Yasmin Rodriguez,False,2023,4GEEKS ACADEMY,2023-02-10,5.0,5.0,5.0,5.0,"He terminado hace unos días este bootcamp, y sólo tengo buenas palabras hacia ellos. Hay que dedicarle mucho tiempo y practicar, ser constante. Te enseñan los lenguajes mas cotizados laboralmente, aparte, siempre están disponibles, para que no te quedes... Read More atascado. La experiencia la verdad que ha sido de 10, son cercanos, empáticos, siempre dispuestos a ayudar. He conocido gente maravillosa. Tenía mis dudas al principio pero al ver los premios que tienen y las reseñas me lancé, y menos mal que lo hice! lo recomiendo a todo el mundo que esté pensando en cambiar su rumbo laboral, y quiera ser programador.Read Less",Full Stack Software Development Part Time,Web Development +297760,10492,4geeks-academy,Oscar Urrutia,False,2022,the learning has been incredible,2023-02-08,5.0,5.0,5.0,5.0,"One of the best experiences of my life, not only for the time spent by my classmates but also for the treatment of the teachers and the heads of this incredible academy. I also have to say that I come from scratch and the learning has been incredible.... Read More from there being able to say that I am a software engineerRead Less",Full Stack Software Development,Web Development +297577,10492,4geeks-academy,Bartomeu Mayol Gomila,False,2022,A turn in my life in 4 months,2023-02-04,5.0,5.0,5.0,5.0,"Studying at 4Geeks has been the best decision I have made in recent years. After undergoing several knee surgeries, I needed to change my job. I worked in the nautical sector, but the work and help from the teachers and mentors has allowed me to get a... Read More great job in less than a year, which seemed like a utopia when I thought about changing industries.Read Less",Full Stack Software Development,Web Development +294469,10492,4geeks-academy,Luis Aguado Vicaria,False,2022,4Geeks,2022-11-02,5.0,5.0,5.0,5.0,"Thanks to 4Geeks Academy, where I learned various programming languages, technologies and professional teamwork methodologies, I got up to speed on workflows, and thanks to their excellent support I found employment. I definetly recommend it! Greetings!... Read MoreRead Less",Full Stack Software Development Part Time,Web Development +294260,10492,4geeks-academy,Claudia Sandubete Bautista,False,2022,"Formación dura, gratificante y 100% recomendable",2022-10-24,5.0,5.0,5.0,5.0,"No es un cursillo más, es una formación profesional en toda regla. A través de la práctica y de la mano de muy buenos profesores, adquieres todo lo necesario para enfrentarte al mundo de la programación. No solo aprendes sobre código, sino también a trabajar... Read More en equipo, cómo gestionar emociones en momentos difíciles, cómo buscar soluciones, gestionar tareas y sacar el trabajo en un tiempo determinado. Además, te permite crear una red de contactos en el sector, y te acompañan en el proceso de búsqueda de empleo. Eso sí, es una formación muy exigente, se necesita tiempo, dedicación y predisposición. Si falla alguna, es posible que la dificultad del proceso aumente.Read Less",Full Stack Software Development Part Time,Web Development +294103,10492,4geeks-academy,Débora Díaz Pérez,False,2022,I became a software developer!,2022-10-19,5.0,5.0,5.0,5.0,"I never thought I'd be able to code since I come from a humanities background, but I finally made it. 4Geeks has been everything they told me before I started this journey. The team has always been there for anything I've need, so I never felt alone.... Read More It's been challenging and very hard sometimes, but I think the school accomplishes everything that's in their plan. I ended growing as a professional and as a person.Read Less",Full Stack Software Development Part Time,Web Development +294059,10492,4geeks-academy,RICARDO FABIO CATERINO POLINI,False,2022,Wonderful learning experience,2022-10-18,5.0,5.0,5.0,5.0,"Great academy to train intensively as a programmer. I did the training to become a web developer, learning javascript, python, React, Flask SQL, API's, and always counting on the support not only of the teacher but also of the tutors who were always aware... Read More of my process, helping me when I felt frustrated. To the entire 4Geeks Academy team, many thanksRead Less",Full Stack Software Development Part Time,Web Development +294058,10492,4geeks-academy,Noemi Sola Corrochano,False,2022,Excelente y 100% recomendable,2022-10-18,5.0,5.0,5.0,5.0,"Tras muchas entrevistas con diferentes academias, decidí matricularme en 4Geeks ¿Por qué? Pues en un primer momento por su programa de mentorías de por vida y por el trato recibido por parte de Fernando, pero una vez finalizado el bootcamp os puedo decir... Read More que la elección que tomé fue la mejor, antes de comenzar el bootcamp tienes una preparación previa para que puedas familiarizarte con los conceptos y lenguajes que aprenderás durante el curso, en todo momento te sentirás apoyado y siempre hay alguien a tu lado para poder ayudarte con las dudas ya sea un profesor, un mentor o la propia comunidad. Su metodología es muy diferente a lo que estarás acostumbrado, pero una vez finalices el bootcamp, no solo habrás aprendido a ser autosuficiente, sino que podrás decir con mucho orgullo que eres programador.Read Less",Full Stack Software Development Part Time,Web Development +293258,10492,4geeks-academy,Marino Signorini,False,2022,The 4Geeks Academy Bootcamp were amazing in pass all the content i needed to become a excelente Developer,2022-09-23,5.0,5.0,5.0,5.0,The course is complete in everything I needed. The content is updated and there are several exercises available for us to practice. The teachers seem to know a lot and this was very helpful when we got stuck in some parts of the learning process. And... Read More also the benefit of having lifetime mentorship put this bootcamp at the top.Read Less,Full Stack Software Development Part Time,Web Development +292963,10492,4geeks-academy,Álvaro Palma Mancheño,False,2022,Highly recommended!,2022-09-15,5.0,5.0,5.0,5.0,"I chose 4Geeks Academy for its syllabus and its mentorship program. Overall, all the material they offer is enough to take it as a lead to continue researching the topic. Here you learn by building and struggling, which in my opinion is the optimal way... Read More to avoid tutorial hell. Nonetheless, if you feel blocked, they're always open to offering you help and guidance. Not only they are great professionals, but they are super friendly as well, which makes learning easier and more enjoyable.Read Less",Full Stack Software Development Part Time,Web Development +292736,10492,4geeks-academy,Carlos Lucas,False,2022,"Awesome experience, great teachers and richfull value",2022-09-08,5.0,5.0,5.0,5.0,"4geeks academy was an amazing experience to go from 0 knowledge to what it takes to get started and start working in the IT world really grateful for the opportunity and all the teachings really recommended!!! In addition to this, it should be noted that... Read More not only do they have very well-prepared teachers and mentors, but they also offer job search support (including preparation for the dreaded technical interviews) and a lifetime mentoring system, with which you can always have the support of the academy, even after completing basic training in it.Read Less",Full Stack Software Development Part Time,Web Development +292632,10492,4geeks-academy,Ramses Horacio Cevallos Cervantes,False,2022,Great experience studying at 4Geeks Academy,2022-09-06,5.0,5.0,5.0,5.0,"It was helpful that the program is full of exercises and projects to practice what you learned in class right away. You get all the help you need to succeed and complete the program from teachers and the community at the slack channels. Also, you get... Read More a lot of orientation afterward to help you find a job in the tech industry.Read Less",,Unknown +292625,10492,4geeks-academy,Roberto,False,2022,4Geeks Academy,2022-09-06,5.0,5.0,5.0,5.0,"One of the most rewarding things about being on a Bootcamp is having the ability to finally create from scratch, knowing you're actually able to make the things that you've imagined into that app! 4Geeks has not only shown me how to be a better developer,... Read More but given me confidence to start whatever I set myself to create.Read Less",Full Stack Software Development Part Time,Web Development +292621,10492,4geeks-academy,Anonymous,True,2022,Awesome,2022-09-06,4.7,4.0,5.0,5.0,"Realice el curso de horario parcial latino america y logre desarrollar habilidades que me parecían increibles de aprender en los 4 meses que duraba el curso, se abarco todo el contenido propuesto no con tanta profundidad pero si la suficientes para obtener... Read More bases solidas como startup.Read Less",Full Stack Software Development Part Time,Web Development +292603,10492,4geeks-academy,Angela Patarroyo,False,2022,Excelente Academia - Excelente Servicio,2022-09-06,5.0,5.0,5.0,5.0,"Me encantó haber hecho parte de 4Geeks academy, ha sido una experiencia muy positiva desde los compañeros con los que compartí hasta los profesores con quienes trabajamos durante los 4 meses, los profesores son altamente calificados y siempre dispuestos... Read More a ayudar incluso fuera de los horarios de clase. La academia también cuenta con tutorías ilimitadas, lo que es bastante útil sobretodo en momentos en los que me sentía bloqueada o estancada. La academia también cuenta con asesoría personalizada en cómo buscar trabajo y cómo presentar una entrevista una vez terminas el curso, lo que es genial especialmente para aquellos que no tienen experiencia profesional. En general lo recomiendo 100% :)Read Less",Full Stack Software Development Part Time,Web Development +292598,10492,4geeks-academy,Joana Mateos,False,2022,Highly recommended to boost your career,2022-09-06,5.0,5.0,5.0,5.0,I was doing part time full stack developer in Spanish since march to july. Small groups and good remote live sessions are supported by a wide curriculum and live mentorships. They provide you all that you need to increase your knowledge. Smart methodology... Read More of learning by doing. High recommended to boost your career as fullstack developer.Read Less,Full Stack Software Development Part Time,Web Development +292039,10492,4geeks-academy,Karin Ohana,False,2022,Great for Learning the Fundamentals,2022-08-20,5.0,5.0,5.0,5.0,"I recently made the switch to technology and enrolled into this bootcamp, they have a great career support team, as well as a support channel for mentors and other students to help one another. The program is very well-rounded in learning the very basics... Read More of coding to help jumpstart your career.Read Less",Full Stack Software Development Part Time,Web Development +289865,10492,4geeks-academy,Tiago Tavares,False,2022,4geeks a new content,2022-06-17,5.0,5.0,5.0,5.0,"This course met my requirements because it filled a gap that i felt in my previous education. It made sense to complete what i did before so in my personal experience it was perfect in that. It has the plus to learn something new that can evolve, the... Read More knowledge is organized making alot of sense the pre-work having importance during the bootcamp.Read Less",,Unknown +289306,10492,4geeks-academy,Nayra Hernández,False,2022,Unbeatable - Inmejorables,2022-05-31,5.0,5.0,5.0,5.0,"I did a lot of reading before choosing 4Geeks Academy, but as soon as I made up my mind I knew I had done the right thing. After completing the course I could not be more satisfied. The previous preparation is great, affordable and enjoyable, the teachers... Read More are also very nice, super focused on the present, what you are going to find yourself working on, nothing to delve into obsolete methodologies, and the accompaniment of the academy so that you pass the course and find a job as soon as possible, 10. I'm just sorry I didn't find them sooner. ------ Antes de elegir a 4Geeks Academy leí mucho, pero en cuanto me decidí sabía que había hecho lo correcto. Tras finalizar el curso no puedo estar más satisfecha. La preparación previa estupenda, asequible y amena, los profesores además de muy agradables, súper enfocados en el presente, en lo que te vas a encontrar trabajando, nada de ahondar en metodologías en desuso, y el acompañamiento de la academia para que superes el curso y encuentres trabajo cuanto antes, de 10. Solo me da pena no haberlos encontrado antes.Read Less",Full Stack Software Development Part Time,Web Development +289281,10492,4geeks-academy,Jorge Luis Pardo Rodríguez,False,2022,An excellent alternative for starting out in the world of programming,2022-05-31,5.0,5.0,5.0,5.0,"For the past 16 weeks, I have been learning how to completely develop a web application at 4Geeks, and I have really enjoyed it. In the first weeks of the course, we covered the basics of front-end development (html, css, javascript, and react), as well... Read More as complementary technologies required for working in an office environment (git, command line, etc). Subsequently, the training focused on interacting with APIs, before creating one with SQLAlchemy, Python, and Flask. As well, we learned how to limit access to the API information. The last part of the course was a four-week final project that consisted of building a complete web application that put all the knowledge learned in the course to the test through a stream on the academy's YouTube channel. In each class, we had a teacher and an assistant who taught us the bases to carry out the exercises of the program meticulously. I have also benefited from unlimited mentoring provided by the school, which helped me to strengthen my knowledge and resolve any doubts I had throughout the bootcamp. In my opinion, the most valuable aspect of the academy is that all the teachers and mentors have been very willing to thoroughly teach me the content and to ensure that I understand the technologies. It's an atmosphere that's focused on total collaboration and helping you learn as much as possible (even remotely). 4Geeks is a great place to learn how to program, and with dedication on your part, you will surely learn a great deal about programming.Read Less",Full Stack Software Development Part Time,Web Development +289272,10492,4geeks-academy,Ovidio Santoro,False,2022,From Zero to Hero en 4Geeks Academy España,2022-05-30,5.0,5.0,5.0,5.0,"Muchos son los valientes que se embarcan en el heroico camino del aprendizaje del desarrollo de software desde las profundidades del desconocimiento, virando su destino de la aburrida vida ordinaria al maravilloso mundo del desarrollo... y terminan perdidos,... Read More sin los conocimientos o las habilidades necesarias para aprovechar las herramientas a su disposición. Bueno, pues eso no les hubiera ocurrido de haber estudiado en 4Geeks Academy. Con un currículum bien pensado, focalizado en enseñar de manera eficiente y rápida, pero con la profundidad necesaria las herramientas más demandadas en la actualidad, en 16 intensas semanas de aprendizaje estarás preparado para dar tus primeros pasos en este mundo entrando con buen pie. En este momento, si bien está sujeto a cambios para mantenerse siempre a la vanguardia del mercado, se enseña JavaScript con React para el desarrollo Frontend y Python con Flask para el desarrollo Backend, además de otras herramientas y conocimientos básicos, siendo estas tecnologías unas de las más demandadas (si no las más) en el actual mercado laboral del desarrollo. Si bien el curso es intenso y exigente, 4Geeks Academy ofrece mucho más de lo que demanda y, sin duda, puede ser el punto de inflexión perfecto en la vida de muchas personas que, como yo, opten por dar un giro radical a su vida haciendo un cambio de carrera y accediendo a uno de los mercados más grandes (y con mejores sueldos) en la actualidad. Además de esto, cabe destacar que, no solo cuentan con profesores y mentores muy bien preparados, si no que ofrecen apoyo para la búsqueda de empleo (incluyendo preparación para las temidas entrevistas técnicas) y un sistema de mentorías vitalicio, con lo que siempre podrás contar con el apoyo de la academia, incluso tiempo después de haber concluido la formación básica en ella.Read Less",Full Stack Software Development Part Time,Web Development +289034,10492,4geeks-academy,Anonymous,True,2022,Integration Support,2022-05-23,5.0,5.0,5.0,5.0,Growing bootcamp to start learning in the programming world. Great to have mentorships forever. The 4 Geeks platform is easy to use and friendly. They are improving the platform what is nice that they are worried in be better everyday. If you work hard... Read More you can have the possibilty to be mentorRead Less,Full Stack Software Development Part Time,Web Development +288921,10492,4geeks-academy,Jose Luis Medina Tortosa,False,2022,Excelente academia para aprender programación,2022-05-19,5.0,5.0,5.0,5.0,Después de terminar este Bootcamp me veo capaz de realizar proyectos que por cuenta propia me seria muy difícil de lograr. Muy buenos profesores que te acompañan en todo momento para lograr todos los retos que te proponen. Lo recomiendo incluso para aquellos... Read More que no saben nada de programación.Read Less,Full Stack Software Development,Web Development +288821,10492,4geeks-academy,Adrián Molina Elvira,False,2022,Gran academia para convertirte en Full-Stack Developer,2022-05-17,5.0,5.0,5.0,5.0,"Desde el primer día te apoyan en cualquier problema que puedas tener, tanto en el sentido de dudas con el temario como de estado anímico. Tienen una gran metodología de aprendizaje, que te permite en poco tiempo a aprender a programar. 100% recomendado... Read MoreRead Less",Full Stack Software Development Part Time,Web Development +288490,10492,4geeks-academy,Alex O,False,2022,Boost your career at 4geeks,2022-05-05,5.0,5.0,5.0,5.0,"I was doing part time full stack developer in English. Small groups and good remote live sessions are supported by a wide curriculum and live mentorships. Smart methodology of learning by doing. Highly recommended to boost your career Thanks to the them... Read More got new job position very quick Only cons is they were using Discord to give the live sessions, and sometimes is not the most reliable tool for meetingsRead Less",Full Stack Software Development Part Time,Web Development +288296,10492,4geeks-academy,Emmanuel Leyan Guacache Rodriguez,False,2022,Excellent !,2022-04-29,5.0,5.0,5.0,5.0,"It was a very good experience, the teachers were amazing, they were always ready to help us no matter when or how, and the academy really cares about how we feel and communicated with us a lot providing us career support and creating a big community between... Read More students.Read Less",Full Stack Software Development Part Time,Web Development +288269,10492,4geeks-academy,Anonymous,True,2022,Experiencia recomendada,2022-04-29,5.0,5.0,5.0,5.0,"Después de haber terminado el bootcamp de Full Stack Developer, puedo decir que estoy totalmente satisfecho de haberme decidido a hacerlo. Clases amenas, profesores competentes y organización enfocada a poder aprender mucho en poco tiempo. Eso sí, debes... Read More estar dispuest@ a dedicarle muchas horas de estudio y tomartelo muy en serio si quieres aprovecharlo al máximo.Read Less",Full Stack Software Development Part Time,Web Development +288016,10492,4geeks-academy,Rodrigo Carvalho de Oliveira,False,2022,Excelente bootcamp,2022-04-25,5.0,5.0,5.0,5.0,"Todo el curso está bastante bien planteado, desde el prework hasta la presentación del proyecto final. Me encanta la metodología utilizada, donde cada día tenemos que poner en práctica lo hemos visto en clase, de esta forma vamos consolidando todo lo... Read More vamos aprendiendo. Y además siempre que tengamos alguna dificultad podemos recurrir a las mentorías y sacar todas nuestras dudas. Es increíble lo que he podido aprender en tan poco tiempo.Read Less",Full Stack Software Development Part Time,Web Development +287701,10492,4geeks-academy,Alan Staub Negro,False,2022,"Surprising, challenging but very motivating",2022-04-13,5.0,5.0,5.0,5.0,"The pros are that you will have a large community supporting you. At the beginning you will be almost alone in the new world of programming when you do the pre-work for the course. However, once you get to know your teacher and the rest of the students... Read More you will gradually realize that this seemingly lonely environment is actually a community where we all face the same challenges. We all support each other gradually, of course at the beginning you will be somewhat reticent, reserved, because it is not normal to find yourself in a world where community support is the norm and being alone, reserved, isolated without helping others or being helped is the least usual, although you can opt for that path, but I warn you that it will not be easy to opt for that path. This is a path of challenges, defeats that soon become triumphs. At the beginning you feel helpless and incapable but as you advance, you overcome stagnations and generate those euphoric victories, you become addicted to this world of programming. Of course, all this is thanks to the immense support that you have from all sides along the bootcamp, you forget that you are in remote because as soon as you ask for help, (yes, you have to get used to confess something as difficult as ""I can't, I'm stuck, I don't see the error"" and they tell you, you are missing a semicolon in that line) all the mechanisms move in your favor to convert into victories those jams that seem to have no end. In conclusion, this bootcamp delivers like no other. It teaches you to be passionate about this world, but it also makes you wonder if this is really the path you want to follow. Because no matter how smart you are, this river only flows if you are really determined to move forward without fear of waterfalls. The teachers and mentors are wonderful, at least the one I had, Emanuel Martinez, taught me more than any of my teachers throughout my life. Victor and Marcos make things clear and always encourage you to keep going despite everyone. The treatment is personal, the platforms are ready to be used, and they help you at all times, even when they let you hit the ground with your face. After finishing the bootcamp they help you build a resume you would have never imagined, perfect your linkedin and know well what you need to do to get the attention of recruiters. And rest assured that if you don't know how to tackle a programming or job search problem you have lifetime mentoring, the 4Geeks Slack community that is IMMENSE and all the support of your mentors at your disposal. The best investment of my entire life. Thanks to this bootcamp my life finally has a way to go after being more than 5 years spinning from one job to another like a spinning top. Thank you, 4Geeks AcademyRead Less",Full Stack Software Development Part Time,Web Development +287681,10492,4geeks-academy,Bruno Marques,False,2022,Great,2022-04-13,5.0,5.0,5.0,5.0,"The title perfectly describes my experience with this course and with everyone involved in this school. They go the extra mile to help you in whatever you need to finish your projects, exercises or to make you move forward in your career. After doing... Read More this course, for sure, you can do your own app with all the intricacies.Read Less",Full Stack Software Development Part Time,Web Development +287675,10492,4geeks-academy,Crystle,False,2022,4-month Part Time Full Stack Development Bootcamp,2022-04-13,5.0,5.0,5.0,5.0,"I’ve been wanting to learn how to code but never found the time with a full time job, but then I saw 4GeeksAcademy offering a part time full stack bootcamp, and decided to spend a few hard months to learn. The part time structure was with 1 mentor and... Read More 1 assistant throughout the whole course for each lesson of 3 hours, 3 times a week, with a flip classroom concept of students are to learn before the class, and listen to explanation in class after already having gone through the material. The bootcamp has a good structure easing in the ‘coding mindset’ with HTML, CSS, JavaScript, and eventually SQL and Python. If I were to give a negative feedback, it would be that the slowly easing in front end was making it rather easy to digest, but when it came to backend and endpoints, it was rather rushed comparing to the frontend part of the course - although I have to say I wasn’t an example student studying coding hardcore pushing everyday. For a full time working person, this is manageable, although I missed a few classes while traveling, Marta the mentor of my bootcamp offered mentorship sessions, to explain topics that I missed. I would definitely recommend - hours wise this is perfect for someone working full time office hours, although the 3x3 hours per week is not to be taken lightly - students are expected to learn and code on their own outside of the classes, to be able to follow the designed learning path. Mentors and assistants are very nice and friendly, passionate about coding as well as getting people to learn - the course also creates a great community within the class of ~6 people in my case, I believe it’s maximum 14 people in one class. There’s also lifetime support on the slack channels, finding a job, or just mentorship on anything. On the finance side, I have to say they offer a rather considerate support, they are in partnership with a payment/credit company, students can choose to pay in installments, as small as 100 euros a month, and obviously paying in full also works. (Not sure if this is only applicable in Europe)Read Less",,Unknown +287657,10492,4geeks-academy,Sarai Santiago,False,2021,Great place to learn the essentials in web development,2022-04-12,5.0,5.0,5.0,5.0,"I learned the must useful tools to start coding right away, the community is very active in the support of the students and graduated, technically and also in terms of searching your first job as a Full Stack Developer. Very grateful with 4Geeks for allowing... Read More me to start in such an amazing world.Read Less",Full Stack Software Development,Web Development +287305,10492,4geeks-academy,Javier Leyva Seiglie,False,2022,"On a simple word, the actual best",2022-04-01,5.0,5.0,5.0,5.0,"This is a beast! The best! I attain the full stack web development full time course and the next day, boom, I had a job interview, and now I have a full stack web developer job. How? Why? Thus bootcamp teaches how to become a programmer, not just coding.... Read More If you understand that, then I think there's nothing more to say.Read Less",Full Stack Software Development,Web Development +287077,10492,4geeks-academy,Oswaldo Salas,False,2021,Obtener mucho conocimiento sin frustrarte,2022-03-24,5.0,5.0,5.0,5.0,"Me gusto mucho la dinámica para ir superando cada modulo, se obtiene mucho conocimiento y no te frustras al no entender porque al continuar se despejan tus dudas, también agradezco la flexibilidad del programa de entrenamiento y de los profesores en los... Read More momentos de dificultad y de enfermedad que pasé . Me gustó que los profesores se preocuparan en lograr que cada estudiante pudiera entender.Read Less",Full Stack Software Development,Web Development +287024,10492,4geeks-academy,Oswaldo Salas,False,2021,Obtener mucho conocimiento sin frustrarte,2022-03-23,3.7,5.0,5.0,1.0,"Particularmente creo que el programa de entrenamiento es muy flexible y eso fue lo que me ayudó, claro al final igual termine todos los trabajos atrasados por dificultades y perdidas por COVID , pero los profesores se interesaron en ayudarme y que realmente... Read More entendiera la lógica de las tecnologías que aquí estudiamos.Read Less",Full Stack Software Development,Web Development +286880,10492,4geeks-academy,Aaron Arismendi,False,2021,Una experiencia única,2022-03-17,5.0,5.0,5.0,5.0,"No sabía nada a cerca de programación hasta que llegué a 4Geeks y todo dió un giro de 180°, la atención, dedicación y calidez de los profesores es de otro mundo, siempre que necesites aclarar algo ellos siempre estarán para guiarte y aconsejarte, hacen... Read More que la experiencia sea más reconfortante, apesar de la presión constante para acumular conocimiento. Los proyectos y ejercicios son también algo lo cual va a otros niveles, algunos con una dificultad que pone a pensar y a buscarle las vueltas, pero todos claro con el objetivo de aprender a resolver y a intentar todo hasta que resulte como queremos, en mi opinión, 4Geeks es la mejor opción si quieres aprender a Programador desde 0 con profesores atentos y verdaderos retos que afrontar para ser mejores.Read Less",Full Stack Software Development,Web Development +286878,10492,4geeks-academy,Octavio Lara,False,2021,A fulfilling experience,2022-03-17,5.0,5.0,5.0,5.0,"I'd say the main pro would be the community. The 4geeks community is really active on social media and professional networks such as linkedin and Slack. Also the follow up on the students is really nice, they keep in touch and constantly send leads on... Read More jobs and help thru the process.Read Less",Full Stack Software Development Part Time,Web Development +286697,10492,4geeks-academy,Ricardo Da Silva,False,2022,Gran experiencia,2022-03-11,5.0,5.0,5.0,5.0,"Llegue de cero en este mundo de la programación y debo decir que hacer este Bootcamp fue una decisión más que acertada, en 4Geeks Academy aprendí las bases de lo que necesita para ser un desarrollador Full Stack, la experiencia fue muy positiva desde... Read More el principio y todo el staff te hace sentir muy cercano y que perteneces a una gran comunidad. La calidad de los profesores es incuestionable, son muy pacientes y se encargan de enseñarte todo una y otra vez hasta que lo aprendes, por otra parte la metodología de aprendizaje y los proyectos a realizar son desafiantes pero muy entretenidos y te hacen aprender mucho (sobretodo el proyecto final). No les voy a mentir... Hay que dedicarle muchas horas e intentar estar siempre al dia para no quedarte atrás pero lo disfruté mucho y hasta se me hizo corto, si pudiera repetirlo lo haría sin dudarlo. En lo personal apenas al terminar pude conseguir mis primeras prácticas de las cuales sigo aprendiendo y gracias a las habilidades adquiridas estos últimos meses también voy a empezar a hacer mis primeros proyectos freelance. Si quieres ser un programador esta academia es el mejor sitio para empezar!.Read Less",Full Stack Software Development Part Time,Web Development +286610,10492,4geeks-academy,Naiceiry Morales,False,2021,Excelente y completa,2022-03-09,5.0,5.0,5.0,5.0,"Un excelente equipo, con basta experiencia en programacion, ademas acompaña al profesor una persona de apoyo que se nivela a ti y entiende mas de la mano tus dudas , como inexperto en el area. Su plan de estudio es completo y con un fuerte ahinco en el... Read More desarrollo practico que permite que quede claro todo. Para mi una experiencia grata que me deja todo a favor para mi desarrollo profesionalRead Less",Full Stack Software Development,Web Development +286608,10492,4geeks-academy,Jaime Caro,False,2022,Great site to learn the latest web programming technologies.,2022-03-09,5.0,5.0,5.0,5.0,"After several years away from the world of programming. Trying to catch up, there was so much technology that I didn't know where to start. Through an advertisement on the internet I found this academy. They gave me many facilities for financing and good... Read More expectations of getting a good job afterwards. Very practical training and with the necessary advice, even after finishing the bootcamp, to move forward without problems.Read Less",Full Stack Software Development Part Time,Web Development +286590,10492,4geeks-academy,Clara Rojano,False,2022,Working 1 month later,2022-03-09,5.0,5.0,5.0,5.0,"I choose this Bootcamp because of a friend and I have not regret it. It was an investment at first but I’m currently working on technology. They gave us the tools for be an autonomous programmer in a few months, I have to study more and make new projects... Read More but I won’t be alone anymoreRead Less",Full Stack Software Development Part Time,Web Development +286560,10492,4geeks-academy,Ramón Cavero,False,2022,Exciting discovery of a new world!,2022-03-08,5.0,5.0,5.0,5.0,"It has been a great experience! Discover step by step the technologies that bring me closer to this new world so long awaited for me. They have been very patient with me, explaining and explaining again everything that I could not understand, with the... Read More maximum availability. It has been a real pleasure and I hope that now it will open the doors of the sector for me.Read Less",Full Stack Software Development Part Time,Web Development +286429,10492,4geeks-academy,Alexander Garcia,False,2022,4Geeks Academy,2022-03-05,5.0,5.0,5.0,5.0,"One of the best experience in my life, all the support that you have is impressive! The teachers are great such ass Marcos Serrano and Mattias Tozzi. And after you finished the classes you will have all the support from Victor Gomez and Marco Gonzalo... Read More to help you to find a job.. thanks for everything!Read Less",Full Stack Software Development Part Time,Web Development +286368,10492,4geeks-academy,Carol,False,2022,Full Stack Developer,2022-03-03,5.0,5.0,5.0,5.0,Academia de formación de gran calidad y muy práctica. Te preparan para el mercado laboral ya que la información que imparten siempre está muy actualizada. EL profesorado es atento y profesional. Hay buena comunicación en todo momento ye están atentos... Read More a tus necesidades y dudas. Recomendable 100%Read Less,,Unknown +285284,10492,4geeks-academy,Victoria Laplana,False,2021,Muy buena experiencia,2022-01-24,5.0,5.0,5.0,5.0,"4Geeks Academy me ha cambiado la vida por completo. ¡Realmente siento que me han ayudado conseguir mi pasión! Estoy realmente contenta con lo que he aprendido en 4Geeks, me ha ayudado a conseguir trabajo dentro del area de progrmación. La programación... Read More se ha vuelto algo que revisito todos los días y me encanta trabajar en ello.Read Less",Full Stack Software Development,Web Development +284985,10492,4geeks-academy,Antoniya Nemtserova,False,2021,Full stack development program,2022-01-15,5.0,5.0,5.0,5.0,"I completed the online part-time full stack development program at 4Geeks Academy in August 2021. It was an excellent learning experience (incredible instructor, friendly TA, and challenging curriculum) as well as a great way to network with other like-minded... Read More people persuing the same professional goals as me. Additionally, the fact that the Academy offers unlimited free tutoring and job search support during and after completion of the program is telling about the care for their students and alumni. I always have someone to turn to when I need help. I highly recommend 4Geeks Academy to anyone.Read Less",Full Stack Software Development,Web Development +284323,10492,4geeks-academy,Arantxa Morcillo Martin,False,2021,Excellent course,2021-12-20,5.0,5.0,5.0,5.0,"This is a very complete course, you can go from zero to developer in 16 weeks, because of this it is a highly demanding course. The teachers are well experienced and very reachable. There is also a large community to help with any problems you might have.... Read MoreRead Less",Full Stack Software Development Part Time,Web Development +284238,10492,4geeks-academy,Pablo,False,2021,Un Bootcamp realmente para aprender,2021-12-16,5.0,5.0,5.0,5.0,"La verdad que sali encantado con el bootcamp, realmente aprendi de verdad, sales muy preparado de cara al mundo laboral, la relación con los tutores es ideal, estan preocupados por ti en todo momento, y ademas tienen una comunidad grandísima en la que... Read More te puedes apoyar para resolver tus dudasRead Less",Full Stack Software Development Part Time,Web Development +283883,10492,4geeks-academy,Eliezer Rodriguez,False,2021,An amazing experience,2021-12-03,5.0,5.0,5.0,5.0,"From the begining you know how it is going to be. They are very clear in terms of what you have to do and how to do it. The teachers were amazing, always trying to keep you focus on your tasks, helping you to reach your goals and guiding you to the next... Read More level. An amazing experience.Read Less",Full Stack Software Development Part Time,Web Development +283868,10492,4geeks-academy,Anonymous,True,2021,A great bootcamp!,2021-12-02,5.0,5.0,5.0,5.0,"It was daunting as the amount of work is considerably high, but this translates into a lot of practice. Our instructor was very good, as well as the teacher assistant. The curriculum is very complete and it goes fairly in-deep for the relatively short... Read More time the course lasts. Overall it was a fantastic experience and though there are still a lot of things to learn, I feel I have a solid base to continue on this path. Lots of practice, teachers always push you to think as if you were doing real-life work, and the projects are challenging. You have a lot of support from the academy and the community It can be very hard to keep up the pace if you have zero coding experience. I think before attempting any bootcamp you should at least do a couple of Udemy or Youtube courses on your own rhythm, and try to grasp as much of the basics as you can before getting into a bootcamp.Read Less",Full Stack Software Development Part Time,Web Development +283861,10492,4geeks-academy,Jorge Belda,False,2021,Full Stack Part Time,2021-12-02,5.0,5.0,5.0,5.0,"The classes are quite enjoyable. Just theory to quickly start working on the exercises in each module. The relationship with the teachers and classmates has been very good and pleasant. 100% Recomendable, great human quality, excellent teachers and a... Read More great mentoring service.Read Less",Full Stack Software Development Part Time,Web Development +283857,10492,4geeks-academy,Karina López,False,2021,Unique!,2021-12-02,5.0,5.0,5.0,5.0,"From the beginning, the experience was amazing. The instructors are knowledgable and make it a point to always be available to help, you have continuous tutoring sessions and you are always working. The pace of the course is rigorous, so it demands a... Read More lot of effort in order to keep it up but it echoes the broad knowledge you get once you are finished. 4Geeks is not an academy, is a community always there to help you.Read Less",Full Stack Software Development Part Time,Web Development +283855,10492,4geeks-academy,Ivan Cea,False,2021,Wonderful experience,2021-12-02,5.0,5.0,5.0,5.0,"100% recommendable, great human quality, excellent teachers, and a great mentoring service. I started without any programming knowledge, it was a very demanding training, and now, about to finish the course, I must say that I am very happy and grateful... Read More for everything I have learned.Read Less",Full Stack Software Development Part Time,Web Development +282710,10492,4geeks-academy,Anonymous,True,2021,There's better alternative BootCamp,2021-10-24,2.0,2.0,2.0,2.0,"This Bootcamp is okay at best. I recently graduated from 4 Geeks. I feel like my cohort was cheated. There were times the instructor didn’t show up for a class or is running late. When he did decide to show up the material was rushed. After graduating... Read More we are supposed to have job support but the support I had so far is a big disappointment. I am constantly working around different instructors' times even when I book a session in advance to make sure I can get help. I work a full-time job and coming home to learn programming, study, update my resume, and apply for a job places a large strain on me mentally. Due to studying hours on end and physically due to sitting in a chair for hours to make sure I don't feel like I wasted my money on a course that promises good results if you follow their instructions and do what is asked of you and more. I did learn but it was a hassle and some restless days. if you are new to programming I would find an alternative Coding Bootcamp there are a lot of them out there with good reviews. I went with this one since it was in Miami. I would be able to attend the campus if needed and it was affordable compared to the other options. But the saying is true you get what you paid for. There are a couple of good mentors like Tomás and Paolo. I greatly appreciate them because I would have given up a long time ago but the overall not so great which ruined my experience and feels like a total waste, unfortunately.Read Less",Full Stack Software Development Part Time,Web Development +280991,10492,4geeks-academy,Guillermo Santamaria Rodrigo,False,2021,El mejor bootcamp posible,2021-08-31,5.0,5.0,5.0,5.0,"Mi experiencia ha sido, increíble, empezando por el apoyo del equipo comercial que entienden la situación tan complicada que estamos sufriendo muchos y que no se rinde nunca para que podamos realizar el bootcamp. Muy destacable el equipo docente que se... Read More notan que son grandes profesionales y siempre estan ahí para apoyarte en todo. Lo más destacado son las mentorias ilimitadas y el gran número de ejercicios y proyectos que tienes para hacer y que me han dado el conocimiento y la confianza para empezar nuevos retos y proyectos.Read Less",Full Stack Software Development Part Time,Web Development +279992,10492,4geeks-academy,Sergio Carrascal,False,2021,Review 4Geeks Academy,2021-08-04,5.0,5.0,5.0,5.0,"I have completed the Full Stack Developer bootcamp in Full Time remotely. Although doing it from home, the feeling for the rest of the classmates and teachers was as if I were there. The learning curve is steep and requires a lot of perseverance and commitment,... Read More but the mentoring system is awesome and makes the whole journey much easier. The academy is very involved in helping you while you are studying as well as when looking for work.Read Less",Full Stack Software Development,Web Development +279955,10492,4geeks-academy,Anonymous,True,2021,Awesome,2021-08-03,5.0,5.0,5.0,5.0,"is a bootcamp in which you are trained, it is very well formed. It has a team of true professionals, who make programming something easier. Due to their professionalism and good atmosphere you learn quickly, and you make a lot of partners with whom you... Read More do the projects in a faster way. Their learning method is very good and anyone who has studied there will know that.Read Less",Full Stack Software Development,Web Development +278944,10492,4geeks-academy,Eddicson Hernandez,False,2021,A great bootcamp to learn,2021-06-30,5.0,5.0,5.0,5.0,"I did the bootcamp with the purpose of updating myself in web technologies and it was the best, since I was able to learn with the great exercises to turn on python and react. Highly recommended to do the bootcamp, many and varied exercises and a very... Read More pleasant dynamics to learnRead Less",Full Stack Software Development,Web Development +278194,10492,4geeks-academy,Cristina Rodríguez Duque,False,2020,Wonderful,2021-06-08,5.0,5.0,5.0,5.0,"When I started studying at 4Geeks I had just a minimun knowledge about programming, but it was enough to know I liked it. Thanks to the academy's support, while I was studying and after, I can say that now I know how to code following the best practices,... Read More both in frontend and backend, how to fix codding problems and also how to find successfully a tech job, and I'm only mentioning a little of what I learned. I recommend 100% sure the academy and its study program.Read Less",Full Stack Software Development,Web Development +277883,10492,4geeks-academy,Mayra,False,2021,Fascinating/estupendo,2021-06-02,5.0,5.0,5.0,5.0,Amazing bootcamp! I wanted to take my career to the next level as a developer and i found it in 4geeks. I really learned a lot in a short period of time. Three reason consider: 1.-All mentoring that you need 2.-Great curriculum 3.-Fantastic community,Full Stack Software Development Part Time,Web Development +277293,10492,4geeks-academy,Nicolás Araya,False,2021,Awesome!,2021-05-19,5.0,5.0,5.0,5.0,"The staff is incredible. Experienced professionals that love what they do. Always there to answer questions, guide, or support you. I took the part-time program, and I'm not gonna lie, it's INTENSE! But the effort pays off. Today I received both my diploma... Read More and a job offer letter.Read Less",Full Stack Software Development Part Time,Web Development +277292,10492,4geeks-academy,Francisco Javier Correa Fernández,False,2021,A remarkable experience,2021-05-19,5.0,5.0,5.0,5.0,"Taking on this challenge has been complex because it takes you out of your comfort zone. However, as you explore the world of coding, little by little you become enchanted by this IT area. Even more, so if you feel accompanied by excellent teachers, together... Read More with a group of colleagues - friends who together are facing the new challenges. It is an intense course, full of sacrifices, but when you finish it you look back and say thank you 4GeeksAcademy for giving me these tools and especially for knowing that with effort and dedication you can always reach that desired goal. Totally recommended!!Read Less",Full Stack Software Development Part Time,Web Development +277076,10492,4geeks-academy,Yara gomez,False,2021,Full stack developer,2021-05-14,5.0,5.0,5.0,5.0,"Very profesional team, very good platform for students. I really love this course, you have to do a hardwork but you learn a lot.they have also a community in slack for share information, professional opportunities and public support, really complete... Read More course. If I do another bootcamp I would repeat always with 4geeks academyRead Less",Full Stack Software Development Part Time,Web Development +277071,10492,4geeks-academy,Antonio Cavadas,False,2021,Awesome experience!,2021-05-14,5.0,5.0,5.0,5.0,"Great team with high-quality courses and really close with their participants. I would recommend the Full-stack web developer Bootcamp as many times as needed. Great professors, great support from their staff, and awesome people to learn and work with.... Read MoreRead Less",Full Stack Software Development Part Time,Web Development +277066,10492,4geeks-academy,Jose Manuel Agüero,False,2021,Experiencia genial!,2021-05-14,5.0,5.0,5.0,5.0,"Sensacional, estoy terminando el bootcamp y solo puedo decir que ha superado mis expectativas, genial el soporte, los contenidos y la metodología, los bloques de contenido basados en las nuevas tecnologías web se ajustan perfectamente a la demanda del... Read More mercado, recomiendo la academia al 100%Read Less",Full Stack Software Development Part Time,Web Development +277061,10492,4geeks-academy,Darío Nahuel Cruz Mercado,False,2021,Impressive bootcamp,2021-05-14,5.0,5.0,5.0,5.0,"Incredible course, super complete, and always with the assistance of teachers and tutorials available every day, including weekends, recommended. We learned fundamental pillars of front and back for our professional career, also great values ​​with a... Read More good human group.Read Less",Full Stack Software Development Part Time,Web Development +277055,10492,4geeks-academy,Sonia Chaves,False,2021,It requires some willpower as it's not easy but the reward is that you are going to learn a lot!,2021-05-14,5.0,5.0,5.0,5.0,The big pro for me of this course are the support you get. There Ara available mentors to help you out through the learning process and you can book them even after completing the course too. Cça con would be for those who lack the time to invest in studying... Read More as it requires a good deal of it. 😊Read Less,Full Stack Software Development Part Time,Web Development +276718,10492,4geeks-academy,Tomas Gonzalez,False,2021,Review,2021-05-06,5.0,5.0,5.0,5.0,"Buena metodología de aprendizaje aprender codificando, contenido muy especifico y claro para poder ejercer como desarrollador web tanto como frontend developer backend o fullstack, además excelente apoyo al momento de preparar un excelente CV y a la hora... Read More de la búsqueda de trabajoRead Less",Full Stack Software Development Part Time,Web Development +276565,10492,4geeks-academy,ANGEL RIVERO DURAN,False,2021,Increible!!,2021-04-30,5.0,5.0,5.0,5.0,"La verdad que estaba buscando algún sitio donde aprender a programar y no me he equivocado. El curso requiere solo de esfuerzo y ganas de aprender ....todo lo demás lo ponen ellos. El equipo es genial, tutorías ilimitadas a cualquier hora, temario actualizado...... Read More Recomendable al 100%Read Less",Full Stack Software Development Part Time,Web Development +276561,10492,4geeks-academy,Francisco Gutiérrez Palomino,False,2021,"Si quieres ser desarrollador Fullstack, este bootcamp es el que estás buscando.",2021-04-30,5.0,5.0,5.0,5.0,"Desde el primer momento ya te sientes arropado y rodeado por una comunidad de desarrolladores que te ayudarán cada vez que lo necesites. La estructura del temario está perfectamente organizada para poder seguirla con facilidad aprendiendo tanto con teoría... Read More como con prácticas con muchos proyectos sobre lo que estás estudiando en ese momento. Realmente saben como mantenerte motivado, aprendiendo cada día más. Pero eso no es todo, cada vez que te sientas más atascado puedes pedir mentorías con algún tutor que te dará los conceptos clave para que aclares todas tus dudas. Y por si esto fuera poco, una vez terminado el curso puedes seguir teniendo mentorías y practicando futuras entrevistas de trabajo. Si estás pensando en ser desarrollador fullstack, ¡hacerlo en 4GeeksAcademy será todo un acierto!Read Less",Full Stack Software Development Part Time,Web Development +276553,10492,4geeks-academy,Pilar Guzmán Martín,False,2021,total learning,2021-04-30,5.0,5.0,5.0,5.0,"the learning curve is impressive, the teachers and the whole 4geeks community are always ready to help you at any time. It doesn't matter if you have programming knowledge, at the end of the bootcamp you are able to do things you never imagined before.... Read MoreRead Less",Full Stack Software Development Part Time,Web Development +276551,10492,4geeks-academy,Alvaro Garzon,False,2021,Absolutely great!! Awesome technologies and lovely teachers!,2021-04-30,5.0,5.0,5.0,5.0,"I just found pros in it, as intense bootcamp as useful, having support continuosly during all the course. One of mu better decisions in my life with no doubts at all. They did it so easy, as very intense learning experience they are always 24/7 doing... Read More not let you down, the mvp has been an awesome way to apply all the content learned along the bootcamp. Lovely experience!Read Less",Full Stack Software Development Part Time,Web Development +275984,10492,4geeks-academy,Mario,False,2021,Bootcamp 4 Geeks,2021-04-17,5.0,5.0,5.0,5.0,"Tras acabar de finalizar el Bootcamp de 4 Geeks Academy en la modalidad de part-time, puedo catalogar la experiencia como muy satisfactoria. Debido a que cuando inicié esta formación estaba trabajando, opté por esta modalidad y la verdad es que pocas... Read More desventajas o ninguna he encontrado con la formación presencial. Los medios didácticos empleados y la estructura del temario están muy estudiados y facilitan mucho la teleformación. Con el apoyo y seguimiento de los teachers, así como el servicio ilimitado de mentorías, además del esfuerzo personal, que no es poco, puedo asegurar que realmente aprendes a desarrollar. Yo vengo del mundo del marketing y como he dicho, inicié el bootcamp trabajando, pero a un mes de finalizarlo, los conocimientos adquiridos y la seguridad que esto te da me permitieron cambiar de trabajo enfocándome más al desarrollo web que complementa muy bien mi experiencia y formación en marketing. Así que si quieres reconvertirte como yo, o bien quieres adquirir unos conocimientos que te abran nuevas posibilidades laborales, puedo asegurar que el Bootcamp de 4 Geeks es una gran elección.Read Less",Full Stack Software Development Part Time,Web Development +275891,10492,4geeks-academy,Rolando Scarfullery,False,2021,Excellent support to advance your knowledge in Software Development!,2021-04-15,5.0,5.0,5.0,5.0,"After graduating from the academy, I've come to realize how much I've learned in a short amount of time thanks to the team at 4Geeks and its support. I was hesitant at first when I began to look first at the academy but you immediately can tell they are... Read More serious about helping you develop the skills you need in the market. There was a lot to learn in a short amount of time but the more you put your time into it, the more it all begins to click. With their one-on-one sessions, it's helpful when you feel stuck - guiding you to learn the many ways to handling any situation. With their lifetime support in career & development: they have no competition. To anyone interested in developing this into a career or a hobby, you won't regret attending 4Geeks!Read Less",Full Stack Software Development Part Time,Web Development +275702,10492,4geeks-academy,Franky Lopez,False,2021,A great place to grow,2021-04-10,5.0,5.0,5.0,5.0,"My experience with 4GeeksAcademy its great. They are a very welcoming, from the mentors to the founders, everyone its always ready to help you, it amazing how you can easily feel that they actually care for you and if you staying behind, they have a lots... Read More of ways to help you come back even stronger than ever. I did the part time cohort because i'm working full time, and that didnt stop me from learning so much. That can say a lot about their study plan. I recommend it 100%Read Less",Full Stack Software Development Part Time,Web Development +275700,10492,4geeks-academy,Franky Lopez,False,2021,A great place to grow,2021-04-10,5.0,5.0,5.0,5.0,"I started classes last year, and for me it was a great experience, it was very fun and the more i did it, the more i wanted to do more, its really easy to see how much i learned from just working with HTML , to work with logic programming lenguages like... Read More Javascript and Python. Im really grateful to the 4GeeksAcademy team for all their help, and i fully recommend it for someone that's looking for where to start. Pros: -Everyone is really welcoming; from the mentors to the founders. -If you have a question, there is lots of people ready to help you. -Its very organized so the difficulty slope its gentle, and if you feel lost there is ways to catch up. -Not as expensive as other bootcamps and with help from loans to make it more affordable. -There is a lot to learn and even after graduation you will still be part of the community.Read Less",Full Stack Software Development Part Time,Web Development +275655,10492,4geeks-academy,Monica Lopez,False,2021,Best Place To Learn < Code />,2021-04-08,5.0,5.0,5.0,5.0,"This is hands down the best bootcamp for learning to code. This school and two others were on my list before I made the choice. I chose this school, based off reviews, pricing and the fact that they only teach code. If you're going to a place that specializes... Read More in one thing, you're going to come out of there knowing it well. 4Geeks Academy not only is the best choice for coding, but the entire staff is amazing and incredibly helpful. I've never studied anywhere where they have gone above and beyond to accommodate me in the course. The mentors double up as therapists too! After all, it is a bootcamp and they're here for us when we need it, no matter if it's code related or not. Again, hands down the best bootcamp for coding.Read Less",Full Stack Software Development Part Time,Web Development +275654,10492,4geeks-academy,Kaela Edwards,False,2021,"Amazing experience, would recommend to anyone looking to jumpstart their developer career!",2021-04-08,5.0,5.0,5.0,5.0,"I attended the part time cohort from November 2020 - March 2021. I have nothing but positive remarks about 4Geeks! I was really nervous to start the cohort because I thought I wouldn’t be able to grasp the concepts quick enough and would fall behind.... Read More However, the learning materials and pace of the class were very manageable for beginners. While some concepts are difficult, they are explained in great depth throughout the class. In addition to the curriculum, you have unlimited access to the mentors for one on one tutoring throughout the cohort AND after you graduate. That alone makes 4Geeks 100% worth the time and money commitment. I have learned so much and was able to secure a job as a junior developer as a result. This wouldn’t have been possible with 4Geeks. I have already recommended the bootcamp to several friends looking to change careers. I am so grateful to have found this bootcamp and I feel very confident in myself and my new career as a result.Read Less",Full Stack Software Development Part Time,Web Development +275557,10492,4geeks-academy,Óscar Iván Fernández Morel,False,2021,A very great experience for professional growth,2021-04-06,5.0,5.0,5.0,5.0,"I chose this academy because in addition to offering face-to-face classes in Madrid, as part of the bootcamp offers unlimited mentoring, even if you finish the Bootcamp, you can continue to opt for them and if you have any questions, you can solve them... Read More with a qualified mentor. Even, and this seems incredible to me, with technologies that are not within the proposed learning path. During the full-stack bootcamp I was already receiving some job offers and that has motivated me a lot. What I liked most is the closeness of all the staff, the willingness to assist us at any time and the content, I learned technologies such as JavaScript and React on the front and Python, Flask and PostgreSQL in the Backend that are highly demanded in the market. In addition with the knowledge of SEO (I am a freelance SEO) that I already had I feel fully trained for any challenge that I propose.Read Less",Full Stack Software Development,Web Development +275345,10492,4geeks-academy,Rafaela Gonçalves Alves,False,2021,Life-changing,2021-03-31,5.0,5.0,5.0,5.0,Attending the 4 Geeks Academy Madrid was one of the best decisions I’ve ever made. In no more than three months I have learned more than I ever could have imagined. Not only on a Programming level but also on a personal one. All the full-time teaching... Read More staff have been amazing. The teaching style was very supportive and efficient. The classroom dynamic was great. I have made many friends with my colleagues. Doing this course helped me find employment immediately. I will always be grateful to 4 Geeks Academy!Read Less,,Unknown +275202,10492,4geeks-academy,Harinson Jose Arellan Itanare,False,2020,Excelente Academia,2021-03-27,5.0,5.0,5.0,5.0,"Recomendados al 100%, 4Geeks fue mi mejor opción para comenzar mi formación como Full Stack Developer, excelentes instructores, el mejor plan de estudio, a través de ellos logre conseguir mi primer empleo en tiempo récord, la verdad super agradecido con... Read More ellos. Así que si estás leyendo esto y estás buscando una opción para aprender sobre desarrollo web 4Geeks es la mejor opción para que comiences a programar tu historia.Read Less",Full Stack Software Development,Web Development +275173,10492,4geeks-academy,Jhon Pereira,False,2021,The best of the best!,2021-03-26,5.0,5.0,5.0,5.0,"more than cons I would say hardships, the objective of the bootcamp is to renovate you, to change the way you think, ofc they also put a lot of info into you in the least amount of time possible and that is hard to process, they dont sugarcoat it, which... Read More helps you to understand ""this is a challenge"". And in here is were it come what I think is the best of 4Geeks, the constant support you recibe, dont get me wrong the pensum is actually very good, I myself looked for different options before choosing to go with them, but when you are learning something challenging is the best to have a good support.Read Less",Full Stack Software Development Part Time,Web Development +275144,10492,4geeks-academy,Jose Angel Gutiérrez,False,2021,100% recommended,2021-03-25,5.0,5.0,5.0,5.0,"The whole bootcamp is very well done. The teacher and her assistants help you in everything you need. They also put a lot of effort in preparing your linkedin and your resume to be able to get a job more easily. I can say that I came to the bootcamp knowing... Read More absolutely nothing about coding and today I am fluent in JavaScript, HTML, CSS, Bootstrap, React, Pyhton, Flask, SQL and many more things. I recommend it without any doubt.Read Less",Full Stack Software Development,Web Development +274795,10492,4geeks-academy,Carlos Sánchez,False,2020,Una de las mejores para comenzar aprender a programar,2021-03-16,5.0,5.0,5.0,5.0,"Profesores cualificados, enseñanza de calidad y sobre todo muy cañero. Desde el principio son claros y te explican que es un bootcamp que le tienes que dedicar muchas horas, sobre todo el part-time que es el que hice. Te acompañan hasta el final de tu... Read More formación e incluso si necesitas alguna mentoría o ayuda después del curso están los profesores dispuesto ayudarte.Read Less",Full Stack Software Development Part Time,Web Development +274663,10492,4geeks-academy,Josefa,False,2020,Asombrada de todo lo que aprendí en poco tiempo,2021-03-11,5.0,5.0,5.0,5.0,"Ha sido la mejor decisión que he tomado para tener mejores oportunidades de trabajo. En poco tiempo he aprendido lo necesario para desenvolverme como desarrollador web. He perdido el miedo. Comencé sin saber absolutamente nada de programación web y al... Read More final del curso pude trabajar en grupo para el proyecto final, .Read Less",,Unknown +274525,10492,4geeks-academy,Marigen J Rivero Mirabal,False,2021,Una experiencia increíble donde aprendes muchisimo,2021-03-09,5.0,5.0,5.0,5.0,"El contenido está muy bien estructurado, va de lo básico a convertirte en desarrollador full-stack, hay que dedicarle tiempo y programar todos los dias, ser constante en investigar, nunca estás solo, puedes tomar las mentorias que desees, y aprendes mucho... Read More ya que puedes ver la forma de pensar que tiene cada mentor y como enfrentar un problema. Las clases son dinámicas y los profesores siempre buscan la forma de que eniendas todo. De 4Geeks no solo me llevo el conocimiento y las herramientas sino buenos compañeros y amigos. Y algo muy importante, el bootcamp no termina con la entrega de tu proyecto, recibes orientación para desarrollar tu CV y te preparan para ese proceso de la búsqueda de empleo.Read Less",Full Stack Software Development Part Time,Web Development +274379,10492,4geeks-academy,Tibisay Vielma,False,2020,La mejor decisión de mi 2020,2021-03-05,5.0,5.0,5.0,5.0,"4Geeks Academy apareció en mi vida en el momento en que necesitaba salir de mi zona de confort, estaba estancada con mi profesión (odontología) y 4Geeks me dio tanta seguridad que decidí arriesgarme. Cuando comencé con el código me enamoré de inmediato,... Read More la academia ofrece sesiones privadas con mentores expertos y marcó un antes y después cuando aproveché ese recurso. Te ayudan mucho a hacer el ""mindset"" y asimilar el proceso de reinvención, a confiar en ti. Llevo dos semanas de graduada y me han apoyado en cómo preparar mi linkedin, cuentan con un equipo de recursos humanos para sesiones personalizadas, preparación para entrevistas y programas de prácticas con empresas importantes del sector. Me llevo muchos aprendizajes profesionales y personales de la academia y la recomiendo 100% porque todos somos capaces de hacer lo que queramos.Read Less",Full Stack Software Development Part Time,Web Development +274376,10492,4geeks-academy,Virginia Martínez,False,2021,La mejor con diferencia.,2021-03-05,5.0,5.0,5.0,5.0,"Realicé el bootcamp de full stack developer entre 2020 y 2021 y tengo que decir que ha sido inmejorable. Estuve a punto de entrar en otras escuelas, pero lo que me hizo decidirme por 4Geeks Academy fue la atención cercana y personal. Tienes, para siempre,... Read More tutorías INDIVIDUALES con los profesores....no hay nada más que decir, eso vale oro. Gracias a mis profesores, que han estado volcados conmigo y mis compañeros, he sacado el bootcamp y hoy me pongo a trabajar de ello. Nunca podré agradecerles suficiente el tiempo y la paciencia que me han dedicado. Me llevo muy buenos amigos y seguiré involucrada con la escuela gracias a la comunidad que se crea entre alumnos, ex alumnos y profesorado. Ahora empiezo mi carrera profesional como desarrolladora y sé que sigo contando con el apoyo de la escuela. Se la recomiendo sin dudar a quien quiera aprender a programar.Read Less",Full Stack Software Development Part Time,Web Development +274374,10492,4geeks-academy,Marta de la Morena,False,2021,Gran experiencia,2021-03-05,5.0,5.0,5.0,5.0,"He hecho el programa de full-stack software development y mi experiencia ha sido genial. El equipo siempre está muy pendiente, los mentores son súper cercanos y están ahí para ti al momento de resolver tus dudas. El equipo en general siempre está muy... Read More abierto a escuchar sugerencias, y lo mejor de todo, a tomar acciones si consideras que hay algo que mejorar. Recomiendo este bootcamp porque los considero uno de los mejores de España. Si estás pensando en aprender a programar, no lo dudes, aunque hay que dedicarle mucho tiempo, ¡se puede!, yo, desde mi punto de vista de madre de un niño pequeño lo he logrado, y viniendo totalmente desde cero y además, tal y como lo han hecho conmigo, te ayudarán de la mejor manera posible para que puedas conseguir un trabajo.Read Less",Full Stack Software Development Part Time,Web Development +274370,10492,4geeks-academy,Alejandro Redondo,False,2021,El cambio de profesión que buscaba,2021-03-05,5.0,5.0,5.0,5.0,"Tras quedarme sin empleo debido a la crisis originada por la COVID-19 decidí dar el salto a otro sector que siempre miraba con admiración. Aposte por 4geeksAcademy y no puedo estar mas orgullo de haber decidido formarme con ellos, desde un primer momento... Read More te acogen y te hacen sentir cómodo y te animan a dedicar horas a la programación, y lo mas importante de todo es que tienen grandes profesionales que están siempre a tu disposición para solucionar cualquier duda en cualquier etapa de la formación. Las mentorías de por vida es algo que te permite experimentar nuevas tecnologías y comenzar nuevos proyectos con la tranquilidad de que siempre te van a dar soporte.Read Less",Full Stack Software Development Part Time,Web Development +273618,10492,4geeks-academy,Matheus Ferretti Monteiro,False,2020,I loved the experience,2021-02-12,5.0,5.0,5.0,5.0,"I started the Full-Stack course with almost no knowledge about coding and a logistics background. I'm thrilled that I decided to study at 4Geeks Academy, and I recommend it 100%. In 9 weeks, I learned a lot. The course was fast-paced and 100% hands-on;... Read More we started building things from day one. But what helped me a lot was all the support I got from the academy staff. Two months after graduation, I was still taking one-on-one mentorships and having almost weekly career coaching sessions where they help me prepare my GitHub, resume, LinkedIn, and personal portfolio. I got a job as a QA Analyst, and I work everyday coding automated tests for my company's user interfaces, and I know this is just the beginning.Read Less",Full Stack Software Development,Web Development +272387,10492,4geeks-academy,Francisco Javier Mera Díaz,False,2020,Bootcamp de gran calidad y atención con los lenguajes más demandados,2021-01-18,5.0,5.0,5.0,5.0,"Después de valorar múltiples escuelas de formación tipo Bootcamp especializadas en desarrollo web en Madrid, decidí decantarme por 4Geeks Academy ya que ofrecían un servicio que no encontré en ningún otro Bootcamp, sesiones 1-to-1 durante el curso e inclusive... Read More después del mismo, además de incluir los lenguajes de programación más demandados y con un precio más que interesante. Varios meses después puedo decir que me alegro de la decisión que tomé tanto por el funcionamiento de las clases en remoto, la atención personalizada (durante y después del curso) y los recursos que te facilitan para tu formación.Read Less",Full Stack Software Development Part Time,Web Development +272187,10492,4geeks-academy,Iñaki Errandonea,False,2020,Never I have learned so much as when I studied with 4Geeks,2021-01-12,5.0,5.0,5.0,5.0,"I´ve tried several times to learn coding by myself before enrolling in 4Geeks Academy. Taking the full-time developing course was a pivotal point in my path to become a Full-stack developer. In my opinion, the overall of all the curriculum, complementary... Read More services and job support is amazing! I keep making use of some of the mentoring services and the community is super friendly and willing to help. The one and only factor I consider could be improved, is to add some specific contents on ecommerce, as I consider this is most wanted knowledge for most devs today.Read Less",Full Stack Software Development,Web Development +272045,10492,4geeks-academy,Juan Pablo Rodríguez,False,2020,Un buen bootcamp,2021-01-07,4.7,5.0,4.0,5.0,"Un buen Bootcamp en el que apendimos a usar javascript, React, Python, html, css y otras tecnologías. Con un gran carreer support y apoyo en todo momento. Además de desarrollar un proyecto final y un portafolio personal; con profesores calificados y un... Read More gran lugar para sumar contactos.Read Less",,Unknown +271992,10492,4geeks-academy,Diego Sepulveda,False,2020,Excelente decisión,2021-01-06,5.0,5.0,5.0,5.0,"La academia es muy buena, así como su plan de estudios y los profesores tienen la mejor disposición, manteniendo un ambiente grato todo el tiempo. Cuando me encontraba buscando un bootcamp para estudiar, la cuarentena era muy estricta, por lo tanto, el... Read More programa pasó de ser presencial a online. Esto en un comienzo me generó dudas, pero estas se desvanecieron una vez inicio el programa. Al final, resultó mucho más cómodo y económico que ir presencial, ahorrándome el costo de alojamiento, pues no soy de Santiago. Recomendado 100%Read Less",,Unknown +271988,10492,4geeks-academy,Martina Sofia Ojeda,False,2020,Excelente Bootcamp!,2021-01-06,5.0,5.0,5.0,5.0,"La forma de enseñar es excelente, super clara y esta diseñado para aquellos que comienzan de 0 en el mundo de la programación. Tanto los profesores como el resto del staff de la academia siempre están predispuestos a dar soporte sobre dudas, consultas,... Read More etc y se preocupan por el aprendizaje y el avance de sus estudiantes. Asi como también siempre te incentivan con desafios, proyectos y lecturas adicionales. Cuentan con sesiones de mentoría y los sábados hay profesores para ayudar, es super útil ya que hace que siempre te sientas acompañado. Además se centra en las tecnologías mas demandadas actualmente. Super recomendado!Read Less",,Unknown +271985,10492,4geeks-academy,Jorge Peña,False,2020,Super!,2021-01-06,5.0,5.0,5.0,5.0,"Increíbles!! Una de las mejores academias para aprender a programar hoy en día, te enseñan los lenguajes más demandados desde lo más básico hasta lo más avanzado!!! Increíble el trabajo de todo el staff y los profesores, aprovecho para darles las gracias... Read More por todos los conocimientos adquiridos.. 100% recomendados.Read Less",,Unknown +270818,10492,4geeks-academy,Tomas Fuetnes,False,2020,"""I got something better from what I was looking for!!!""",2020-11-24,5.0,5.0,5.0,5.0,"I enrolled 4Geeks full-time course with zero programming experience, naturally I was feeling kind of insecure with the journey I was about to start, but the minute I stepped into the class, I received all the help that I could've ask for. They were (... Read More and still are even after i graduate ) always willing to help, from coding related question, to how to improve your CV and expose your profile to possible employees.They even helped me land my first job a little less than a month after I graduated.For me it was more like a life changing situation, my background has nothing to do with programming so everything was new, from the skills needed to work, to the team I was working with, to the business sector I was aiming for, so everything I was about to start was new. And changes are never easy, but it sure helps a lot to have the right people to guide you along the way, that help you avoid making any mistakes.Read Less",Full Stack Software Development,Web Development +270607,10492,4geeks-academy,Kevin Soria,False,2020,Stunning career support and unlimited mentorships,2020-11-18,5.0,5.0,5.0,5.0,"I'm thrilled to have choosing 4Geeks Academy when I was looking to change my career into coding. They specialized in Python, and that was one of the reasons I decided to do it. After 9 weeks of arduous work and a very challenging program, they started... Read More helping me a lot with tailored coaching for every job opportunity I was getting. We did several career support coaching sessions for around two months; we went thru my CV, my GitHub, LinkedIn, and made sure to publish my coding projects. They help me professionally write my personal story and also referred me to my current employer. It's been almost a year and they are always there for me; I'm still asking for help whenever I need it.Read Less",,Unknown +270601,10492,4geeks-academy,Fidel Rosell,False,2019,Great community and career support,2020-11-18,5.0,5.0,5.0,5.0,"My experience great; I already had coding knowledge, but I was looking to update my skills to modern technologies like React.js, Python/Flask, etc. The classes are small and the mentoring is very supportive. They helped me with mock interviews, resume... Read More preparation, and help me practice for the interviews even when they were about different technologies. After finishing the bootcamp, I secured a Software Engineering position at a local company. I would 100% recommend 4Geeks Academy!Read Less",,Unknown +270592,10492,4geeks-academy,Niza Vera,False,2020,Exactly what I wanted,2020-11-18,5.0,5.0,5.0,5.0,"I was looking to start my professional career as a software developer. I decided to go with 4Geeks Academy because they were teaching python and eventually want to specialize in Machine Learning and A.I. The moment I started studying, it felt like a very... Read More friendly environment with small classes and a lot of mentoring. They don't lie when they say you can have unlimited mentoring for life! After 9 weeks of hard work, I graduated from the bootcamp, and they coached me to build my Resume, Linkedin, Github. They also coached me tailored to the opportunity that I was getting; we would discuss approaching the interview and setting goals based on my career goals. We also did training on particular technologies required for the opportunity. I was impressed with their online platform, with daily organized goals, hundreds of auto-graded exercises in English and Spanish, and very cool projects. I'm delighted with 4Geeks Academy, and I would recommend it to anyone interested in starting a coding career!Read Less",,Unknown +270584,10492,4geeks-academy,Sara SM,False,2020,Gran experiencia / Great experience,2020-11-18,5.0,5.0,5.0,5.0,I've rececently finished the part time bootcamp (remote) and it was a fantastic experience. The program is very intense but it's very well structured and have a great student platform. In 3 months i've learn more than a whole year studying on my own.... Read MoreGreat teachers that are always happy to guide you. One of the best points it's that you have unlimited one to one mentoring sessions.Read Less,Full Stack Software Development Part Time,Web Development +270023,10492,4geeks-academy,marcos,False,2019,Unlimited Mentorhip & Amazing Syllabus,2020-11-04,5.0,5.0,5.0,5.0,"I was a little hesitant to join a coding bootcamp, I could not believe that someone without any coding knowledge could learn to code on part-time bases in just 16 weeks and also get a job as a software developer a couple of months afterward. But a bit... Read More more than a year later I can certify that it's not a lie! 4Geeks Academy was a life-changing experience for me, I'm really impressed with the coding level the mentors have and the unlimited amount of mentorships they are willing to give. Today I work as a developer and I still get a lot of mentorship from the school, I'm really happy to belong to this coding community and I would recommend it to anyone thinking about starting a career in coding.Read Less",,Unknown +269760,10492,4geeks-academy,David Carillo,False,2020,Bootcamp muy práctico y te acompañan de verdad,2020-10-27,5.0,5.0,5.0,5.0,"Excelente bootcamp, he realizado mentorías incluso fuera de horario laboral, el staff está muy pendiente de los alumnos, si tienes un problema siempre hay alguien en 4Geeks para resolverlo. Tienen un sistema muy bueno para ayudarte a encontrar trabajo,... Read More tips, seguimiento conjunto, ofertas y preparación para entrevistas. Realicé mi proyecto final para una empresa de verdad y al presentarlo se abrió la posibilidad de seguir desarrollando para ellos. Recomiendo este bootcamp como uno de los mejores de Madrid.Read Less",,Unknown +269604,10492,4geeks-academy,Sergio Diaz,False,2020,¡La mejor experiencia! Superó mis expectativas.,2020-10-22,5.0,5.0,5.0,5.0,"Desde el inicio del bootcamp, se nota el acompañamiento que prometen cuando te ofrecen el curso. Son muy abiertos y toman muy en serio los comentarios que se les hacen, e intentan crear la mejor experiencia adaptándose a las necesidades particulares de... Read More cada grupo. Es lo bueno de ser sólo 7 en la clase. Los profesores son muy comunicativos y pacientes. Siempre con buena disposición y van más allá de lo estrictamente necesario para que todo quede claro y el estudiante aprenda. El sistema de mentorías es muy flexible. Tenía dudas antes de incribirme sobre si, de verdad, iban a ser mentorías ilimitadas. La verdad es que incluso incentivan que las tomes y que sean todas las que necesitan. En cuanto al contenido, al ver las opciones de trabajo, te das cuenta que muchas piden las tecnologías que aprendiste en el bootcamp. Eso es muy grato de ver, después de haber invertido tiempo y dinero en un bootcamp.El acompañamiento de por vida se agradece, sobretodo cuando vas a empezar con las entrevistas y tienes que preparar el CV y hacer las cartas para aplicar. Tienen sesiones personalizadas para hacer entrevistas ficticias y para ayudarte a preparar para todas las entrevistas. Te ayudan en todo. Es un programa muy completo que cubre todo lo que necesitas para empezar o actualizarte en el mundo del desarrollo de software.Sin duda, muy contento. Recomiendo totalmente este bootcamp!Read Less",Full Stack Software Development Part Time,Web Development +269502,10492,4geeks-academy,Flor Rodriguez,False,2020,Una gran experiencia,2020-10-19,5.0,5.0,5.0,5.0,"Entré en 4Geeks Academy gracias a un concurso en redes sociales, recibí una beca por la semana de la mujer para el bootcamp de full-stack software development en modalidad remoto part-time. La experiencia ha sido excelente, el currículo es genial y no... Read More solo he aprendido programación sino también otras cosas, como por ejemplo el manejo de la frustración. Esta experiencia me ha hecho crecer profesionalmente. Tanto los profesores como resto del staff es super cercano, mi profesora se ha convertido en un referente para mi, explica muy bien y se preocupaba por cada uno de sus alumnos, también se preocupaba por mantener nuestra motivación en alto para que siguiéramos aprendiendo. Las mentorías son uno de los aspectos más importantes que tiene este bootcamp, te acompañan durante toda tu vida laboral, además te dan consejos y formación, es una de las partes que mejor funciona en 4Geeks Academy España, nunca te sientes sola. Si estás pensando en hacer un bootcamp recomiendo 4Geeks Academy, hay que esforzarse y dedicar tiempo pero merece mucho la pena. Aprendes muchas cosas en muy poco tiempo, ¡yo estoy muy contenta!.Read Less",,Unknown +269362,10492,4geeks-academy,Juan Fernando Pollán Arango,False,2020,Mentorías ilimitadas de verdad,2020-10-14,5.0,5.0,5.0,5.0,"4Geeks Academy me ha parecido un excelente bootcamp, el contenido es bastante bueno, te enseñan las tecnologías más solicitadas del mercado. Mi experiencia ha sido y sigue siendo excelente ya que he finalizado el bootcamp y tenemos un plan personalizado... Read More sobre mi búsqueda de empleo, además, mientras voy buscando trabajo me orientan en las cosas que debería mejorar o aprender, definitivamente las mentorías son ilimitadas de verdad y te permiten realizarlas después de terminar el bootcamp. Parte de la experiencia también se debe al staff, son excelentes profesionales, muy cercanos, abiertos a la crítica y a escuchar al estudiante. 4Geeks Academy es uno de los mejores bootcamps de España.Read Less",,Unknown +269191,10492,4geeks-academy,Luis Rosales,False,2020,4Geeks - Excelente,2020-10-07,5.0,5.0,5.0,5.0,Ha sido una experiencia increíble y muy útil para mi carrera. Enseñan de manera fenomenal y es apto incluso para aquellos que no saben nada de programación. Se han adaptado de manera muy eficiente a la nueva situación mundial y se preocupan por el aprendizaje... Read More de sus estudiantes. Totalmente recomendado.Read Less,Full Stack Software Development,Web Development +269139,10492,4geeks-academy,Sergio Castañeda Valenciano,False,2020,Bootcamp Full-Stack Inigualable,2020-10-06,5.0,5.0,5.0,5.0,"Antes de realizar este bootcamp había tenido otra experiencia con otra academia diferente y no fue tan buena, me daba un poco de miedo hacer otro, pero con este ha sido todo lo contrario. He cursado el programa de Full-Stack Developer part-time en versión... Read More remoto y me ha encantado, a pesar de estar online fue muy personal y el trato muy cercano. Las clases, la información que te dan, la teoría, la información adicional y los enlaces, ¡son una pasada! Los mentores siempre están compartiendo tips para mejorar el código, o para hacerlo más eficiente y limpio. También me ha parecido genial el equipo de la academia, el acompañamiento y las mentorías ilimitadas. He aprendido mucho de la profesora de mi bootcamp de full-stack y de los mentores que nos han acompañado a lo largo del programa, siempre disponibles, incluso fines de semana y en horarios fuera del laboral. Recomiendo 4Geeks Academy en un 100% porque sin duda es top bootcamp de programación tanto en Madrid como en España.Read Less",,Unknown +269138,10492,4geeks-academy,Luis Sanchez-Arévalo,False,2020,El mejor bootcamp de España,2020-10-06,5.0,5.0,5.0,5.0,"Después de una larga investigación de los principales bootcamps de España decidí apuntarme a 4Geeks Academy. Ha sido una de las mejores decisiones que he tomado. ¡Sin duda es el mejor bootcamp de España!. La experiencia en general, la metodología, el... Read More currículo, los profesores, la cercanía de todo el staff, absolutamente todo es genial. Lo mejor de todo ha sido el acompañamiento y las mentorías, son totalmente ilimitadas y prácticamente durante todo el día tienes apoyo de cualquiera de los mentores. He finalizado el bootcamp y todavía tengo sesiones con los mentores, las solicito a través de la plataforma sin ningún problema. Otro punto fuerte es el servicio de carreras, es totalmente personalizado, los mentores de career support hacen un seguimiento de cada oferta a la que aplicas, te preparan de manera personalizada para cada una de ellas.Read Less",,Unknown +269089,10492,4geeks-academy,Mattia Tozzi,False,2020,Amazing,2020-10-04,5.0,5.0,5.0,5.0,"After a long search, I decided to enter this bootcamp thanks to its program and all the good reviews I found. Every part of the program is studied in detail and all the professors and mentors are prepared and ready to help even outside the course hours.... Read More Here you will have access to mentoring session every time you need; also all the staff will help with your learning path and job search, taking care of how you build your CV and Linkedin profile.So if you are looking for a good bootcamp where to learn and feel at home you should definitely opt for 4Geeks Academy!Read Less",Full Stack Software Development Part Time,Web Development +266989,10492,4geeks-academy,Anonymous,True,2020,Amazing Experience!,2020-07-31,5.0,5.0,5.0,5.0,"4Geeks Academy was an amazing experience, best Coding Bootcamp out there! The syllabus is very complete, the instructors are senior developers and are always there to answer any questions you might have. They also have an amazing career support system.... Read More I would 100% recommend this school if you are looking to learn how to code.Read Less",,Software Engineering +263380,10492,4geeks-academy,Eliud Gómez,False,2020,4geeks change my life,2020-04-07,5.0,5.0,5.0,5.0,"After graduating I was able to trade my old, poorly paid job for a full stack developer. Now I can work what I am passionate about and get involved in the world of technology that is the best paid up to the money. thanks 4geeks academy.",Full Stack Software Development Part Time,Web Development +262604,10492,4geeks-academy,Charles Fabricius - CJ,False,2019,Great People with a Common goal!,2020-03-06,5.0,5.0,5.0,5.0,Overall just a great group of people with a common goal. I came into 4Geeks with little to no knowledge about coding and after 16 weeks I was building projects I could have never imaged I would be able to build. They will provide you with the knowledge... Read More and tools to become a successful developer ready for hire. One important factor to keep in mind is that you MUST dedicate lots of time inside and outside of the classroom. You have to stay focused and dedicated on your goals to learn. If you can do that 4Geeks will be there to help you through it all ! Ask as many questions as you need and they will be happy to help. Not to mention the lifetime support you get even after completing the Bootcamp.Read Less,,Software Engineering +262521,10492,4geeks-academy,Jesus Ponce,False,2020,"Carrer changing, incredible experience.",2020-03-04,5.0,5.0,5.0,5.0,"It completely exceeded my expectations. I came from a completely different field (philosophy) and i had been coding and learning by myself until i decided to join the 4Geeks bootcamp and it was absolutely worth it. My only recommendation is that either... Read More you take the part or full time course, your personal dedication must be full time to really succeed, specially if like me, You come from a different field of study. You can have a job or have other responsabilities and do the bootcamp but You must dedicate time and effort outside of the classroom to really learn, understand and maximize the chances and opportunitys that the bootcamp gives you. Overall a wonderful learning experience.Read Less",Full Stack Software Development Part Time,Web Development +262498,10492,4geeks-academy,Chairon Daniel González López,False,2020,Awesome,2020-03-03,5.0,5.0,5.0,5.0,"My experience at 4Geeks was grat, the teachers and the visualization of the course was the best, thanks yo this course I was able to learn about programming and expand My work environment.I think ir opens a world of opportunities as well as improvements... Read More on oneselfRead Less",Full Stack Software Development,Web Development +262028,10492,4geeks-academy,Alejandro Araya,False,2020,Life changing,2020-02-19,5.0,5.0,5.0,5.0,"If your serious about learning a life changing career in coding 4GeeksAcademy is the place.. you will learn the latest trends from some of south Florida’s top instructors.. and you will get the needed support to reach your goal... and the best is that... Read More the support doesn’t end when you graduate, it’s for life.. best decision I made is to attend 4GeeksAcademy.. highly recommended!Read Less",Full Stack Software Development Part Time,Web Development +260674,10492,4geeks-academy,Fidel Alejandro Rosell Perez,False,2019,"Fully support, friendly environment, up to date knowledge",2020-01-05,4.3,5.0,5.0,3.0,"Pros: My experience on 4Geeks Academy was and is the best. The instructors and TAs will help you in a blink. 4Geeks' Slack should be renamed to 4Geeks Overflow. The response time is fast. The responses are strong and different solutions are provided.... Read More If you have an interview and you want to refresh your knowledge or exercise do not hesitate to go to 4Geeks, you will find someone ready to help you, even though it is not your instructor or TA. The curriculum is solid among other bootcamps. Python and React were my main Go Ahead with 4Geeks, as well time flexibility (evening and weekend).Advise: For people with experience in other language(s) it can turn simple thus complex exercises are beneficial. Exercises or projects related to Algorithms (sorting, searching) will strength the full-stack program more.Read Less",Full Stack Software Development Part Time,Web Development +260098,10492,4geeks-academy,Trenton Knight,False,2019,4Geeks Academy is the best value for your time and money.,2019-12-19,5.0,5.0,5.0,5.0,"4Geeks Academy is a close-knit community of passionate and knowledgable developers who understand the dynamic role of software developers and incorporates well-planned strategies into their curriculum in order to produce the next generation of information... Read More technology professionals. My questions were always answered in detail, and supplementary practice was provided any time I felt necessary. Their career support is lifelong and their bootcamp is the best value in the city for the price. Upon graduation I felt competent in many areas and capable of producing dynamic websites, so it's clear to me that their strategies are proving successful. Overall, I would recommend 4Geeks to anybody who is looking to start fresh in an exciting and relevant industry.Read Less",Full Stack Software Development,Web Development +260022,10492,4geeks-academy,Anonymous,True,2019,4Geeks Academy,2019-12-18,4.3,4.0,5.0,4.0,4Geeks academy is a great option for any one looking to become a full stack developer. The staff is very attentive and lively. They offer continuous support since they understand the frustrations and obstacles that a junior web developer can face. Small... Read More class sizes allow for the staff to focus in on individuals and highlight areas where improvement is needed as well as areas of success. I would even recommend 4Geeks to computer science graduates as it can put your skills into perspective and help you to add projects in to your portfolio that can be showcased to employers.Read Less,Full Stack Software Development,Web Development +260020,10492,4geeks-academy,Anonymous,True,2019,Full stack software developer,2019-12-18,5.0,5.0,5.0,5.0,Classes at 4geeks were perfect for me as an entry level coder because the small classes and the one on one interactions with the instructors. Course syllabus was properly designed to prepare me for my new career as a full stack web developer. Thank you... Read More 4Geeks!!!Read Less,Full Stack Software Development,Web Development +260019,10492,4geeks-academy,Alejandro Aguilar,False,2019,Exactly what I was looking for,2019-12-18,5.0,5.0,5.0,5.0,"I chose this program because of the hours, the syllabus and the feeling I got during the interview. I made the right choice. Faculty is beyond excellent in explaining concepts, answering questions and even helping when getting stuck on code. Classes are... Read More small so there's enough teacher-student time to work with everyone's questions individually. They say you got to trust the course and they're right. In a couple of classes, the amount of information that start to make sense and the outputs you generate even during in-class projects is amazing. Granted that you cannot build a super application in a couple of classes, but it only took me 5 to put together a simple app with Javascript and Bootstrap. How many hours of online courses do you need to do that? A LOT. Kudos to Marcelo, Jonathan, Alejandro, Daniela and Paolo, who are always available for you.Read Less",Full Stack Software Development Part Time,Web Development +259262,10492,4geeks-academy,Ixax Tavarez,False,2018,Life changing opportunity. Excellent support system.,2019-11-26,5.0,5.0,5.0,5.0,4GeeksAcademy is truly one of the best decision I ever made. Coming from a Biology background I was too scared to start a career in fullstack development but the instructors in 4GeeksAcademy made me feel comfortable in this new decision. The people there... Read More were full with resources available for you to become the best developer you can possible be and the support system was really genuine and always there to help you with any question you have. In my cohort the instructor was really insightful with a plethora of knowledge ready to be share to the class. Overall an amazing experience and I will recommend their program for anyone interested in learning coding. I learned so much and gain a lot of confidence by attending to their bootcamp.Read Less,,Software Engineering +259052,10492,4geeks-academy,Sean Warfman,False,2019,"Educational, World-opening experience to broaden your horizons and skill levels.",2019-11-21,5.0,5.0,5.0,5.0,"After having researched 4Geeks, Wyncode, and IronHack, I settled on 4Geeks due to small class sizes, instructors' professional experience, and overall atmosphere. The smaller class atmosphere, I think, was far and away the largest advantage. I believe... Read More we had a 3-1 ratio of instructors to students which made for a fantastic learning environment considering the naturally frustrating challenges when learning to program. When I was learning on my own prior to the bootcamp, said challenges would often halt my progress and force me to take at least a few days of rest. With the support of mentors and experienced professionals immediately available (namely our teacher, Nacho), I was able to overcome such obstacles more quickly and with less energy spent on being upset. What's more, however, is I felt 4Geeks truly facilitated that ""A-ha!"" moment in programming to connect the dots. When you learn on your own, you often find yourself doing isolated exercises like learning how to write a for loop or an if-statement, etc., but don't really understand the point of those expressions outside of the immediate problem. 4Geeks, though, is absolutely phenomenal at piecing together concepts, expressions, and object-oriented programming for students. As a result, those formerly isolated exercises start to fit into the larger picture and once some clarity/understanding emerges you only become more interested, more invested, and more motivated to learn as much as possible and put your understanding to work in real-world applicable projects. I'm completely thrilled with the knowledge, experience, opportunities, and support 4Geeks continues to offer me and could not possibly have asked for more.Read Less",,Software Engineering +258458,10492,4geeks-academy,Trenton Knight,False,2019,4Geeks Academy is the best value for your time and money.,2019-11-06,5.0,5.0,5.0,5.0,"In my 9 weeks at 4Geeks and their full-stack web development bootcamp, I was given special attention due to their small classroom size. At other bootcamps in the city there are far more students which can reduce the attention a teacher can afford to give... Read More you. With only 4 students in my cohort, we were all treated like family. The curriculum is expertly constructed to foster learning through daily challenges and projects that build upon previous material to increase retention and put newly learned skills immediately into practice. All my questions were answered when I had them, and there was always someone there to lend an extra hand if I still needed help after class. However, truly the most attractive feature of their program is their lifetime support. All alumni are welcomed to return for help with personal projects and work projects alike, as well as career support in case one needs to find another job. All in all, I'm honored to have been part of a program that sponsored my growth and taught me invaluable skills for the future.Read Less",,Software Engineering +257908,10492,4geeks-academy,Bridget,False,2018,Helpful,2019-10-21,5.0,5.0,5.0,5.0,"This experience was amazing because it really helped me understand the coding world a lot more, professional teachers are always willing to help and listen to my issues or any problem that I had. Best academy I have ever attended and fit my needs just... Read More right!Read Less",Full Stack Software Development Part Time,Web Development +256205,10492,4geeks-academy,Andrés Torrealba,False,2019,"Satisfactory, learning the latest from the web",2019-10-08,3.0,3.0,3.0,3.0,"The pros is that i have the knowledge about what are the tools to become a full-stack developer, i learn how to create and tour the programs and the cons are that the titular professor doesn't has the knowledge in back-end and most of the clases the professor... Read More was lateRead Less",,Software Engineering +256176,10492,4geeks-academy,Annelis Fuenmayor,False,2019,Más de lo que imaginé,2019-10-07,5.0,5.0,5.0,5.0,"4Geeks Academy fue y será una experiencia que cambió mi vida. Soy Comunicadora Social en marketing y publicidad, es un plus impresionante manejarnos en programación si queremos escalar en nuestros trabajos. Cuando pensé en el bootcamp de 4Geeks imaginé... Read More que podría ser un curso común y corriente de formación en Desarrollo de Software, pero desde la entrevista hasta el día de hoy (varios meses después) valoro mucho las puertas de esta academia. Siempre me sentí en un ambiente de capacitación profesional que superó mis expectativas; tienen profesores y un team que está en constante apoyo. Hacen eventos gratuitos de interés para seguir formando, lo cual me permitió conocer a personas en el área de software. Además la academia me permitió conseguir un trabajo de calidad que jamás pensé que podía llegar a obtener y mucho menos en el área de tecnología. Aún sigo dentro de la comunidad de 4Geeks y sin duda fue una de las mejores oportunidades y decisiones que he tomado en mi ámbito personal y laboral. ¡Gracias al excelente equipo!Read Less",Full Stack Software Development Part Time,Web Development +256169,10492,4geeks-academy,Fermín Moreno,False,2019,Spectacular,2019-10-07,4.0,4.0,4.0,4.0,"Fue una experiencia personal que pudo haber sido más rica si se hubiera prestado atención al grupo, en particular a los que terminaron, todos tenían experiencia en computación, la mayoria estaba por actualizacion, por lo que se debió implementar o hacer... Read More mayor uso de la ""jerga"" informática,aunque comprendo el modelo educativo, ""aprender haciendo"", implementado por ustedes, resultaba a veces, ruidoso, no usar la jerga, para estar todos alineadosRead Less",,Software Engineering +256165,10492,4geeks-academy,Alfonso Cedillo,False,2019,Excelente,2019-10-07,5.0,5.0,5.0,5.0,"Excelente training bootcamp form developers web full stack. Ideal for lean. Its an experience that allows you to grow as a software developer web with bootstrap, django, reactjs and API. Applications Development Web. Backend and Frontend. Responsive fast... Read More and easy.Read Less",,Software Engineering +256163,10492,4geeks-academy,Juan Carlos Romero,False,2019,Technological update with support to the entrepreneur,2019-10-07,3.0,3.0,3.0,3.0,Face-to-Facebook class with online educational platform support and with a tutor who solves your doubts in classes and supports you even by phone. Additional entrepreneurship class to guide the sucess of your technology project with a recognized business... Read More acelerator.Read Less,Full Stack Software Development,Web Development +256043,10492,4geeks-academy,Hernan Garcia,False,2019,The best part of 4Geeks Academy is the people that make the Academy,2019-10-03,5.0,5.0,5.0,5.0,"Comparing with all the other schools.. what is unique to 4Geeks Academy is the personalized experience, with tutors and lifelong assistance. Small classes and everyday availability to answer questions is vital to learning quickly.Python is taught in the... Read More Academy, where no other school does, which is a crucial language in today's world.The job support that the academy provides is really amazing. They will be by your side all the way, from resume building, to interview training, until you get a job!Read Less",Software Engineering,Software Engineering +256040,10492,4geeks-academy,Fernando Funez,False,2019,4Geeks Academy,2019-10-03,5.0,5.0,5.0,5.0,"I highly recommend this coding boot camp !!!!Before 4Geeks I never had any experience with code I didn't know where to start and within 10 weeks I was able to grasp the core concepts of being a developer . The staff and Mentors are awesome . Alejandro,... Read More Nacho, Marcelo, Paolo, David etc. always make sure to answer any questions and doubts I have, and they go above and beyond to help the students. enroll today if u want to go from zero to hero in 10 weeks and start developing your own apps.Read Less",Software Engineering,Software Engineering +255971,10492,4geeks-academy,GUILLERMO,False,2019,Impresionado por la excelencia y calidad humana,2019-10-02,5.0,5.0,5.0,5.0,"Llegue 4 Geeks probando un nuevo rumbo, lo primero que me atrapó era la dinámica y cercanía que tenian con sus alumnos, una dedicación que me impresionó, pues en mi área no era la usanza. Se nota que a hay pasión por lo que hacen y realmente me ayudaron,... Read More me dieron un nuevo norte. Es bonito el trabajo que hacen pues en definitiva preparan a la gente para la siguiente revolución tecnológica.De verdad fue un gran proceso, crecí much y n deje de disfrutar cada experiencia, recomiendo a cualquier persona de cualquier area que pruebe entrar a 4G AcademyRead Less",,Unknown +255962,10492,4geeks-academy,Fabio Florez,False,2018,For The Entrepreneur and Business Development Management,2019-10-02,5.0,5.0,5.0,5.0,"The choice of a relevant full stack boot camp is particularly challenging for small businesses and startups, since they usually have limited budgets and, thus, need a technology stack that provides the most bang for the buck to get their projects off... Read More the ground. 4Geeks Academy provided me with the stack tool knowledge to get my project off the ground based on: 1) Type of Web Application: Functions, integrations, processing heavy loads, and low latency.2) Time to market: Solution resources and libraries, integration with third-party solutions, development trends availability, documentation and developer community, testing, and maintenance. 3) Security: Technologies stacks that allow the developer to create secure applications.4) Scalability: Horizontal scalability, which means the ability of a web application to accommodate more requests, and be able to work if the number of users grows. Vertical scalability, which means the ability to add new components to a web application without damaging its performance.Read Less",Software Engineering,Software Engineering +255951,10492,4geeks-academy,Salvador desravines,False,2019,Challenging and intensive,2019-10-02,5.0,5.0,5.0,0.0,"This program was definitely one of the hardest things I’ve done in my life. It was 16 weeks of constant work and practice. All things in life worth having is not going to be easily obtained. If you can stick with it and follow what the teachers are teaching... Read More you, you will succeed.Read Less",Software Engineering,Software Engineering +255916,10492,4geeks-academy,Jorge,False,2019,"This was the most difficult, but most exhilaratingly amazing learning experience ever.",2019-10-01,4.7,5.0,5.0,4.0,"I came into this with absolutley no, coding knowledge outside of, ctrl,alt,delete. The greatness of this coarse at this bootcamp, is the experience and knowledge of the instructors at hand. They got madd, skills and are not afraid to teach them. It took... Read More a little, time and effort, but most importantly, with consistency all has been revealed and the mountain is now a little easier cause 4Geeks gave me a quick dirtbike to scale it, safer and more efficiency.Read Less",,Software Engineering +255914,10492,4geeks-academy,Eduardo,False,2019,Quick and easy process,2019-10-01,5.0,5.0,0.0,0.0,"I found out about 4Geeks online while searching for bootcamps, at first, it all seemed like so much information to take in, I held back on pulling the trigger, with a full-time job, I felt as if joining a bootcamp and getting all the paperwork done would... Read More be near impossible. Gladly, I was wrong, I applied at 4Geeks, went through the interview process, and then applied for financial assistance, I was done with the whole process in approximately a week. I could not believe how quick and easy the whole process was. This allowed me time to begin working on the assignments before the course started in order to be ready to go.Read Less",Software Engineering,Software Engineering +255909,10492,4geeks-academy,Eduardo Fuentes,False,2019,So far a good experience with the Academy!,2019-10-01,4.3,4.0,5.0,4.0,"I like the group of study that we have, all the people wants to share the knowledge and the teacher-assistant is very friendly and answer all the questions. There is an option to watch the stream if you can't attend the class, which is great because I... Read More work late and I can watch the stream when I travel to the office. The staff is also great, they always want you to feel like home, and they also organize a lot of workshops :)Read Less",,Software Engineering +255908,10492,4geeks-academy,Anonymous,True,2019,"Awesome learning experience, but you need to come prepared and be ready to spend tons of own time",2019-10-01,4.7,4.0,5.0,5.0,"I'm really happy so far, projects are great and we get a lot of help.Content is excellent and I really believe that by the end of the course I'll be ready to do tons of new exciting stuff.At least the part time course seems to be heavy for absolute beginners,... Read More people need to have several hours available of their own time to prepare clases and do exercises.On class could be a bit better by improving how contents are presented and going through how projects are done after they are completed.Read Less",Software Engineering,Software Engineering +255898,10492,4geeks-academy,Gabriel Innecco,False,2018,"Great Instructors, Great curriculum and a family environment!",2019-10-01,5.0,5.0,5.0,5.0,"The team at 4Geeks have been fundamental in my growth to someone who barely knew Coding to then become a Full Stack Web developer. I took the part-time Full-Stack Web Development based in React, which was a wonderful experience. The environment, instructors,... Read More and curriculum were all modern and of the highest quality! I recommend them to everyone I know!Read Less",,Software Engineering +255859,10492,4geeks-academy,William Boakye,False,2019,4Geeks Taught Me the Essential Skills to Land My First Tech Job,2019-10-01,5.0,5.0,5.0,5.0,"What attracted me to 4Geeks Academy originally was the option of attending a part time cohort. For me, it meant I was able to continue my professional uninterrupted by a 3-4 month full-time course. I went in Mon & Wed 6-9 and Sat 9-12.Starting the cohort... Read More was a bit overwhelming for me as I had to get used to retraining myself how to approach a problem. The instructors at the academy do a pretty good job at trying to minimize the learning curve, but in reality they can only do so much with ~4 months of time to play with. Being a part-time course, a good portion of the learning falls on you and your motivation in your personal time. A lot of the assignments were the type where you learn *just* enough in class to go home and apply it yourself. Then, come back to the next class with any questions or concerns. There were absolutely times that were frustrating, and those frustrating moments hit everyone at different points. Luckily the team was very supportive/encouraging, and we managed to develop a kind of support group within the classmates. The course focused heavily on JavaScript/Reactjs for a large chunk of the time which, looking back, I appreciate because it’s the thing that I fell back on the most during the job interview that I got hired in. If you’re wondering whether they can teach you how to code - the answer is yes, but you have to put in a considerable amount of effort and time as well. They’ll lead you to the stream but you have to be the one to drink. 4Geeks has a well developed ecosystem of online resources as well as their knowledgeable staff that’ll do everything in their power to make sure you can surmount new topics and concepts. What’s was crazy for me was, because of imposture syndrome, (which you’ll likely have) I didn’t realize how much I had learned and was capable of until the very end when I had a functional final project that I was showing off to my peers. Above all, though, the most personally valuable skill I gained from the course was learning *how* to learn and teach myself. If I had been told that learning to learn would be one of my major take-always before signing up, I probably would have rolled my eyes. In reality, though, yes learning how to code is a big accomplishment (and with effort, you will), but in such a quickly evolving tech landscape where everything you need to know is available for free online, the most powerful tool you can have is your ability to pick up new skills and tricks to evolve with it. From what I saw, 4Geeks was working behind the scenes to make sure you gained that ability before they set you off into the world. 4Geeks hosts in-house meetups with local business from time-to-time to introduce their students to the industry. They’re a good opportunity make connections with local leaders as well as network with new and former 4Geeks students. I’ve heard of some students leveraging them to land interviews.I managed to get hired for my first tech job just a little before graduating (so I can’t personally speak on post-grad job support) which was great and very possible, but not exactly the norm. A few of my classmates also recently got hired within a few months after graduating (one of which I know what’s receiving job support from the academy). What’s amazing is after graduating I’d come back to 4Geeks whenever there was something that I couldn’t figure out at the new job and they (Alejandro and others) would *always be willing to set aside time for me and smooth out my confusions. All-in-all I would definitely recommend 4Geeks with the caveat that you only get out of it what you put in. However, if you’re motivated to change your life and can weather some inevitably stressful moments, you’ll do fine and be well positioned to transition into tech.Read Less",Full Stack Software Development Part Time,Web Development +255837,10492,4geeks-academy,Ivan Muñoz Romero,False,2019,Un increible viaje a traves del desarrollo,2019-09-30,5.0,5.0,5.0,5.0,"Me inscribi en 4Geeks con muy altas expectativas, y la verdad es que no me ha decepcionado. Me encontre con un programa muy bien pensado que no solo apunta al desarrollo tecnico en el desarrollo de software, si no que apoya dicha formacion con ""side events""... Read More y un ""career support"" en el cual te orientan segun cuales sean los planes que tengas en mente con los conocimientos que adquieres a traves del programa. Respecto a la metodologia de enseñanza, es bastante dinamica y con un desafiante nivel de dificultad. A su vez, utilizan toda clase de herramientas para que no existan excusas al momento de tomar las clases (streaming y posterior disponibildad del video en una plataforma online). Debo decir que el lograr avances reales depende netamente del esfuerzo y tiempo que cada uno dedique al programa. Una de las cosas que mas me gusta es que puedo estar conectado con las otras sedes y hacer preguntas tecnicas que pueden ser respondidas por estudiantes y/o profesores de otras latitudes, generando una gran comunidad dispuesta a colaborar con los demas. Mi experiencia en 4Geeks ha sido tremendamente satisfactoria, ha valido cada peso que he invertido en el programa.Read Less",,Software Engineering +255835,10492,4geeks-academy,Anonymous,True,2019,Excellent experience,2019-09-30,4.7,5.0,5.0,4.0,"I went to 4Geeks because I wanted to learn how to build API from scratch and Python. I compared 4 different bootcamps and none of them were up to teach Python. Price wise is cheaper vs other bootcamps. I have learned Python, I have got 150% support from... Read More 4Geeks teachers. It is a good academy, everybody is willing to help us.RECOMMENDATIONS:- Try to increase the level of complexity of some exercises.- Involve interested students in the Academy's projects.- Try to advise on how to write Apps outside the boiler-plate.Read Less",Software Engineering,Software Engineering +255825,10492,4geeks-academy,juan martinez simi,False,2019,Thanks to 4geeks Chile,2019-09-30,5.0,5.0,5.0,5.0,"I only have words of thanks to them, they believed in me when nobody else did it, they gave me the opportunity to fulfill my dreams and be here with them despite my daily problems, I have no other words for them, it is an experience Hard but satisfactory,... Read More perhaps it is one of the toughest programs in this area but you are never alone, the teachers are first class the information they deliver and how they do it they have become one of the hardest but most satisfying experiences those who have been participating, also that they do not treat you as a client that finally we are, but rather as an equal and they are always worried about you and how is your evolution.Read Less",,Software Engineering +255819,10492,4geeks-academy,Orlando Monrroy,False,2019,A world of opportunities,2019-09-30,5.0,5.0,5.0,5.0,"I always wanted to become a Software Developer i love computers and everything that have to do with computer science and 4Geeks gave me the opportinity to learn about software development, project managing and how to think like a developer should you... Read More know, logic and all that their bootcamp is for everyone that wants to be a programmer no matter if you come from another career or dont know anything about computers i truly recommend them if you want to learn something new that will always be helpfull to you.Read Less",Software Engineering,Software Engineering +255818,10492,4geeks-academy,Jonathan comas,False,2019,From minimum wage to 4x that amount in 2 months.,2019-09-30,4.0,4.0,4.0,4.0,"More than a review I’d like to tell my story. I am 34 y/o immigrant, I have an IT degree but in this country It was worthless, my first job was as a cleaning crew for a drug store making minimum wage, I started looking for ways to be of more value and... Read More programming was they best way, but I had no money. I came across 4geeks after looking on internet and after talking to them they gave me the opportunity to learn a profession on spec, it was hard, like drinking from a fire hose some times, but It was worth it. I resign my job to take the course and it was scary but today I’m working in the area making 4 times what I used to make. And this is just the beginning. Thank you guys.Read Less",Software Engineering,Software Engineering +255817,10492,4geeks-academy,Anonymous,True,2019,Great experience and instructor,2019-09-30,3.7,5.0,4.0,2.0,"I took the part-time full stack web development bootcamp taught by 4Geeks, through Miami Dade College's continuing education department. I went into it unsure of what to expect as it was my first time diving into anything related to coding, but I ended... Read More up enjoying it immensely. This was due in large part to our instructor Jonathan who was encouraging, friendly, and engaging, and made it clear that there was no such thing as a ""dumb question"" in his class. He and the TAs Andy and Angelo were also always available on Slack for questions outside of class, as well as the rest of the 4Geeks community (the #publicsupport channel on Slack is a great place to ask questions). This course was the catalyst for an entire career change for me, and I'm excited to look for my first dev job now. Regarding curriculum, I would have liked to spend a bit more time on backend languages. We studied PHP in this particular course, but our larger projects were more robust on Javascript/React (which I'm also glad I learned!). But with that being said, this particular course was only 3 months and so there is only so much subject matter you can meaningfully squeeze in. Overall it was a good balance for the time that we had.Read Less",Software Engineering,Software Engineering +255816,10492,4geeks-academy,Laura Arellano,False,2019,"Mi experiencia en 4 Geeks, Chile",2019-09-30,5.0,5.0,5.0,5.0,"Participo en el Bootcamp de 4 Geeks en Chile desde el mes de abril de este año. Lo que enseñan no es fácil, y a veces puedes sentirte un poco frustrado con todo este conocimiento nuevo. Pero en verdad te ayudan, te tienen paciencia y entienden y se dan... Read More el tiempo, incluso si necesitas más del necesario, para que salgas preparado. Son muy buenos profesionales, y profesores, yo doy gracias por haber llegado a este lugar para aprender algo que para mi era totalmente nuevo.Read Less",,Unknown +255262,10492,4geeks-academy,Paolo Lucano,False,2018,I made the best choice applying to 4Geeks Academy!,2019-09-26,5.0,5.0,5.0,5.0,I decided to apply to 4Geeks Academy bootcamp after meeting the team in their location. I found a very friendly and professional environment.I had no experience in Javascript and Python but now I feel very confident in both languages and they are still... Read More helping me to grow every day.I think I made the best choice for my coding career and I couldn't be happier.Read Less,Software Engineering,Software Engineering +255182,10492,4geeks-academy,Luis Rivera,False,2019,4Geeks was amazing,2019-09-25,4.7,5.0,5.0,4.0,"4Geeks really pushed you to beyond your capabilities, there were many times i wanted to quit but the teachers and staff would be there for you every step of the way to make sure you succeed. It was an amazing experience and would recommend it if you're... Read More looking for a Coding BootCamp.Read Less",,Software Engineering +246195,10492,4geeks-academy,Lou Stadler,False,2016,Coding Wizards!!,2018-12-27,5.0,5.0,5.0,5.0,"An outstanding coding curriculum for anyone willing to put in their respective time to learn. Alejandro Sanchez is one of the most gifted, astute, coding minds in the game, and his inspirational passion of his trade resonates in his distillery of information... Read More teaching. Highly recommended.Read Less",Full Stack Software Development Part Time,Web Development +246089,10492,4geeks-academy,Jonathan Ferragut,False,2017,Definitely the best in Florida!,2018-08-29,5.0,5.0,5.0,5.0,"I am a former student of this amazing school. I graduated from their first program at the downtown campus with a Full Stack Software Development certificate and it was one of the best decisions I have made. Before graduation, I was able to secure a job... Read More (thanks to their fantastic career support). Now, I have recently branched out at started my own web development firm. This was all possible thanks to the teachers and staff at 4geeks. If you are on the fence, I suggest you give their program a try. They have everything you need to be a successful developer as well as partner companies that you can interview with. Their job placement rate is SUPER high (over 90% I believe was the last statistic I heard) and they provide wonderful support to alumni. Check them out, you definitely won't regret it.Read Less",Full Stack Software Development,Web Development +240591,10492,4geeks-academy,Yennylind Ortega,False,2018,"Great Content, Amazing Teachers and family",2018-06-02,5.0,5.0,5.0,5.0,"At the beginning i was hesitant because the course was to cheap to be true, but it is true!! It’s incredible to find such an amazing course, location and teachers for that price.The course is hard but there is a lot of content, videos, etc. I loved the... Read More coding weekends!I feel that I learned so much during this 4 months and I also gain a new family for the rest of my life.Read Less",Full Stack Software Development,Web Development +239048,10492,4geeks-academy,Anonymous,True,2018,Unique and simple part-time program in Miami,2018-06-01,5.0,5.0,5.0,5.0,"The program is very structured, easy to digest and completed if you follow its methodology.",Full Stack Software Development,Web Development +232317,10492,4geeks-academy,Kevin Hernandez,False,2018,The best learning experience,2018-06-01,4.3,4.0,4.0,5.0,"Knowing the world of programming is fascinating, and learning from the hand of 4geeks academy is extremely simple, now that I have knowledge in programming the field of work to which I can integrate is much bigger.",Full Stack Software Development,Web Development +234400,10492,4geeks-academy,Carlos E. Avila G.,False,2017,"Excellent course, excellent team, excellent family",2018-05-22,5.0,5.0,5.0,5.0,"An excellent experience, I acquired many knowledge good friends and a family that has supported me in the search for work and in any technical problem that has been presented to me. Recommended",Full Stack Software Development,Web Development +233226,10492,4geeks-academy,Anonymous,True,2017,Excellent and Outstanding with personal attention,2018-03-31,5.0,5.0,5.0,5.0,"pros: update syllabus, personal attention, nice instructor, extensive educational platform.",Full Stack Software Development,Web Development +231668,10492,4geeks-academy,CT,False,2017,Amazing Coding Bootcamp Experience,2018-03-30,5.0,5.0,5.0,5.0,"Finding that the most affordable camp was just minutes away, I emailed and spoke to 4Geeks to understand what I was getting into. 4 months later I could not be more impressed with the level of detail and dedication they have give to guiding students of... Read More various levels of experience and knowledge to understanding current trends and the future of development. They make you understand in full detail, teach you to think through problems with various tactics, are available any time a question arises, and are STILL THERE TO HELP AFTER THE CLASS ENDS! I cannot recommend them highly enough to anyone looking to expand their education, skills, and work options.Read Less",Full Stack Software Development,Web Development +238274,10492,4geeks-academy,María Alejandra Piedra,False,2017,Great!,2017-09-29,5.0,5.0,5.0,5.0,"I thought a lot about enrolling this program. I didn't have so much experience in the area and I knew this the only option I had because of the part-time and the tuition fee. However, what it surprised me the most was the mentors and how the team worked... Read More togteher. They just know what it takes to become a strong skillful developer. Also the fact that they are young but with so much experience was key for the group.Read Less",Full Stack Software Development,Web Development +238247,10492,4geeks-academy,Juan Carlos Cepeda Agreda,False,2017,I'm already a developer,2017-09-29,4.7,5.0,4.0,5.0,"At the beginning of the program, I remember myself thinking: What am I supposed to do here? This is probably not for me. But it was actually. I spoke with Alejandro and he recommended me to stay a little bit longer. There is a point in the program where... Read More everything starts to become real, when you start to feel comfortable and act as a developer. Of course there are plenty of things yet to learn (different languages) and experience to get, but I feel proud that I am already capable of building websites and even more advanced projects.Read Less",Full Stack Software Development,Web Development +238219,10492,4geeks-academy,Esperanza,False,2017,change of opinion!,2017-09-29,5.0,5.0,5.0,5.0,"The program just changed the way I was planning my professional career. I was afraid at the beginning because coding was something complicated and mysterious for me, but now it's another skill I can add to my experience and CV.",Full Stack Software Development,Web Development +236084,10492,4geeks-academy,Francesco,False,2017,Great experience!,2017-05-17,5.0,5.0,5.0,5.0,"I learnt a lot during this coding bootcamp! Now I can definitely apply for a back-end and front-end developer job! I feel confident! Thanks to the teachers, they did a great job, teaching us and staying always overtime in order to get every part of the... Read More code!Read Less",Full Stack Software Development,Web Development +233204,10492,4geeks-academy,Marco Gonzalo,False,2015,A good decision,2016-01-19,5.0,5.0,0.0,0.0,"I studied Computer Sciences and was great, but I felt it was not enough, I thought I was needing something, like an ""extra"" or a ""plus"". At the university I learned about programming, but I didn't know about the web. After try 4Geeks Academy I feel I... Read More have all I need to be a good web developer. Know I have the power to create knew digital tools to change the world and use WordPress to say it! :-)Read Less",,Unknown +233162,10492,4geeks-academy,Anonymous,False,2014,An academy to remember,2015-12-30,5.0,5.0,0.0,0.0,"Mentors experience, dedication and inputs are he real add value. Despite the academy just begun last year, the people working on it are focused on training people with the tools we truly need at work. I found my job just after the Academy and started... Read More a network for the future.Read Less",Full Stack Software Development,Web Development +310718,10837,jedha,chemla,False,2024,Super expérience,2024-05-11,5.0,5.0,5.0,5.0,Super expérience et excellente formation.En reconversion professionnelle je me suis inscrit pour me former en cybersécurité et j'ai suivis 2 formations la Cyber Essentials et FullStack.4 Mois de formation en format BootCamp je recommande vivement cette... Read More école.Read Less,Cyber Security Fullstack,Cybersecurity +310706,10837,jedha,Boris Nemboue,False,2024,Parcours complet en Data Analysis,2024-05-10,5.0,5.0,5.0,5.0,"Je cherchais à évoluer professionnellement et j'ai choisi Jedha, recommandée pour ses bootcamps en data par mes collègues et bien notée. J'ai suivi le programme complet Data Analyst, de la formation Essentials à la Lead, qui correspondait parfaitement... Read More à mes besoins d'actualiser mes compétences et de maîtriser les derniers outils data. J'ai toujours été fasciné par l'analyse des données, la résolution de problèmes et l'exploitation du potentiel des données pour prendre des décisions éclairées au sein des entreprises. L'enseignement a été à la hauteur, me permettant de comprendre concrètement les problématiques rencontrées en entreprise dans le domaine de la data et de les résoudre.Read Less",Data Analyst Fullstack,Data Science and Analytics +310587,10837,jedha,Asma Arfaoui,False,2024,Remise à niveau en Data Science,2024-05-03,5.0,5.0,5.0,5.0,"Avec un Master en Data Science suivi d'une pause de cinq ans pour raisons familiales, j'avais besoin de me remettre à jour dans ce secteur qui n'arrête jamais d'évoluer. Jedha a été une bénédiction. Le format des cours, théoriques le matin et pratiques... Read More l'après-midi, correspondait parfaitement à mes attentes. Le contenu du programme était bien fourni et l'accès à des outils innovants comme Julie a grandement simplifié mon parcours d'apprentissage. Les professeurs étaient vraiment bons, non seulement très compétents mais aussi incroyablement pédagogues. Ils savaient rendre les concepts clairs et accessibles, souvent à travers des exemples pratiques que je pouvais facilement saisir. En peu de temps, j'ai énormément appris !Read Less",Data Essentials,Data Science and Analytics +310490,10837,jedha,Simone Ndzie Nkoa,False,2024,Maîtrise de l'Analyse des données au delà d'Excel,2024-04-30,5.0,5.0,5.0,5.0,"Un collègue m'avait chaudement recommandé Jedha, et les avis positifs m'ont convaincue de franchir le pas. Cherchant à enrichir ma maîtrise des bases de données au-delà d'Excel, je suis fier par la rapidité et la facilité avec lesquelles je pouvais maintenant... Read More analyser les données. Apprendre la data visualisation et les techniques prédictives a transformé ma manière de résoudre les problèmes. Les professeurs, attentifs et toujours prêts à aider, ont participer à cette belle aventure d'apprentissage, la rendant non seulement instructive mais aussi gratifiante !Read Less",Data Analyst Fullstack,Data Science and Analytics +309976,10837,jedha,Ludovic Heintz,False,2024,Essentials Data,2024-04-09,5.0,5.0,5.0,5.0,"Following my 2-week Essentials Data training, I appreciated the method of operation (course then practical exercise), the teaching was of quality and the teachers were very understanding and flexible. I highly recommend this training to have a good foundation... Read More in Python and SQL!Read Less",Data Essentials,Data Science and Analytics +309958,10837,jedha,B.BOUCHNIBA,False,2024,Solidifier connaissances en Cyber,2024-04-08,5.0,5.0,5.0,5.0,"Après mon diplôme en comptabilité, je cherchais à solidifier mes connaissances en cybersécurité. J'ai choisi Jedha en raison de son excellente réputation, un choix qui s'est avéré être juste ce dont j'avais besoin. Le programme, riche et bien structuré,... Read More m'a complètement satisfaite !Read Less",Cyber Security Essentials,Cybersecurity +309898,10837,jedha,Badreddine. B,False,2024,Début en cyber,2024-04-04,5.0,5.0,5.0,5.0,"Après mon diplôme en comptabilité, je cherchais à solidifier mes connaissances en cybersécurité. J'ai choisi Jedha en raison de son excellente réputation, un choix qui s'est avéré être juste ce dont j'avais besoin. Le programme, riche et bien structuré,... Read More m'a complètement satisfaite !Read Less",Cyber Security Essentials,Cybersecurity +309803,10837,jedha,Ale Diop,False,2024,Formation Data Essentials en ligne,2024-04-01,5.0,5.0,5.0,5.0,"Cadre dans l'énergie au Sénégal, j'utilisais beaucoup Excel et voulais aller plus loin. La formation Jedha m'a convaincu : le bootcamp était top. J'ai découvert la programmation Python et le Data Viz, un vrai plus pour mon job en comptabilité et gestion.... Read More Un grand merci aux formateurs de Jedha pour leur patience et leur pédagogie !Read Less",Data Essentials,Data Science and Analytics +309653,10837,jedha,Thomas Pruvost,False,2024,Formation Essentials Data,2024-03-26,5.0,5.0,5.0,5.0,"J'ai suivi la formation Essentials data science en distanciel, dans le but d'une reconversion professionnelle. Je suis très content d'être élève chez JEDHA, on se sent bien encadré, les intervenants sont compétents. Aucun regret sur le choix de l'école... Read More JEDHA !Read Less",Data Essentials,Data Science and Analytics +309641,10837,jedha,Sebastien Guichard,False,2024,Flexibilité et Savoir-Faire en Cybersécurité,2024-03-25,5.0,5.0,5.0,5.0,"Pour m'initier à la cybersécurité, j'ai opté pour la formation Essentials en ligne chez Jedha. La décision était motivée par la flexibilité du distanciel et la modularité du programme. Mon objectif était d'acquérir des compétences techniques en cybersécurité... Read More et de comprendre les cyber menaces actuelles. Ce que j'ai particulièrement apprécié, c'est l'optimisation et l'efficacité des cours, ainsi que la disponibilité et l'engagement des intervenants. Je tiens à exprimer toute ma reconnaissance et ma gratitude envers l'équipe Jedha pour avoir contribué à enrichir mon parcours professionnelRead Less",Cyber Security Essentials,Cybersecurity +309539,10837,jedha,Julien MOLON,False,2024,Formation Data Analyst,2024-03-21,4.3,5.0,4.0,4.0,"J'ai suivi la formation Data Analyst Essential. J'avoue que les 2 premiers jours j'ai cru ne pas pouvoir réussir vu l'intensité de la formation. Mais grâce à la pédagogie, la disponibilité, l'écoute et la bienveillance de toute l'équipe Jedha, j'ai bouclé... Read More ce premier module par un projet que je n'aurai pas imaginer pouvoir faire le premier jour. Merci à cette équipe dynamique et qui prends plaisir à transmettre son savoir. Une très bonne formation. Maintenant cap sur la formation Data Analyst Fullstack.Read Less",Data Essentials,Data Science and Analytics +309068,10837,jedha,Geoffrey Quillet,False,2024,Data essential & data science fullstack,2024-03-04,5.0,5.0,5.0,5.0,"Je voulais dynamiser ma carrière en apprenant un nouveau langage informatique. La BI m'attirait, mais c'est l'apprentissage et la maîtrise de Python qui a captivé mon intérêt. Bien que je me dirigeais initialement vers l'analyse de données, la formation... Read More Essentials m'a convaincu de choisir la voie de la Data Science. Un grand merci à Jedha pour sa flexibilité, essentielle pour équilibrer mes études et mes autres engagements. Chaque module, du SQL au Machine Learning, a été une expérience pleine d'enseignements, même lorsqu'il s'agissait de surmonter certains obstacles. Les professeurs et assistants, toujours disponibles et patients, ont facilité mon parcours,rendant l'apprentissage fluide et compréhensible.Read Less",Data Science - Fullstack,Data Science and Analytics +308831,10837,jedha,Khelifa Achili,False,2023,Excellence!!!!,2024-02-22,5.0,5.0,5.0,5.0,"Convaincu que Jedha offre une des meilleures formations du marché, j'ai immédiatement su que j'avais fait le bon choix. Chaque module m'a captivé grâce à son contenu de qualité. Un grand merci aux professeurs et aux équipes administratives pour leur accueil... Read More et bienveillance tout au long de ma formationRead Less",Cyber Security Fullstack,Cybersecurity +308778,10837,jedha,Billel Abbas,False,2023,Transition réussie vers la cybersécurité,2024-02-19,5.0,5.0,5.0,5.0,"En tant qu'ingénieur mécanique en quête de reconversion professionnelle, Jedha a été le tremplin idéal pour moi. Leur formation en cybersécurité m'a équipé des outils et ressources nécessaires pour évoluer de débutant à professionnel dans un domaine en... Read More pleine expansion. J'ai particulièrement apprécié le contenu de la formation, qui offre une base solide et favorise une progression rapide. Grâce à Jedha, je me sens désormais armé pour relever les défis de la cybersécurité avec confiance 🙏Read Less",Cyber Security Fullstack,Cybersecurity +308624,10837,jedha,Olivier Tardella,False,2023,Une formation complète et stimulante,2024-02-12,5.0,5.0,5.0,5.0,"Les formateurs sont non seulement compétents techniquement, mais aussi d'excellents pédagogues, toujours souriants, de bonne humeur, disponibles et, surtout, patients (un grand merci à Aurélie en particulier) Le programme est certes dense et le rythme,... Read More soutenu, mais la satisfaction à l'arrivée est immense !Read Less",Data Science - Fullstack,Data Science and Analytics +308504,10837,jedha,Sessi DANDJINOU,False,2023,Ajouter une corde à mon arc,2024-02-08,5.0,5.0,5.0,5.0,"J'étais professionnelle RH, cherchant à m'initier à la data pour envisager une éventuelle réorientation. La formation Data Essentials de deux semaines à Lille a été une révélation. Tout s'est déroulé à merveille. Grâce à des enseignants patients et une... Read More pédagogie parfaitement adaptée, j'ai pu efficacement me familiariser avec la data.Read Less",Data Essentials,Data Science and Analytics +308358,10837,jedha,C.Aubert,False,2023,Merci Jedha et Marine,2024-02-01,5.0,5.0,5.0,5.0,"Souhaitant approfondir mes compétences en data, j'ai d'abord suivi une formation de Data Analyst avant de viser le niveau de Data Scientist. Après une expérience moins satisfaisante avec Datascientest, je recherchais une approche d'enseignement plus interactive... Read More et ""live"". Jedha a répondu à cette attente. La première impression avec Marine à Lyon a été très positive, et le programme proposé par Jedha s'est avéré complet, marquant ainsi le début réussi de mon parcours vers la complète de la Data !Read Less",Data Science - Fullstack,Data Science and Analytics +308303,10837,jedha,Dora.R,False,2023,Successful career shift with Jedha,2024-01-30,5.0,5.0,5.0,5.0,"With a legal background and 8 years as a manager, I turned to Jedha for a career change. Their program's class made entering the Cyber field much easier and faster - just in 3 months. The accredited diploma also played a big role in my decision. At Jedha,... Read More I appreciated the bootcamp format which meant no time wasted, the supportive and understanding teachers, and the post-class assistance.Read Less",Cyber Security Fullstack,Cybersecurity +308282,10837,jedha,D.AWOUNOU,False,2023,Formation Data pour débutant,2024-01-30,5.0,5.0,5.0,5.0,"J'ai choisi Jedha car j'en avais entendu que du bien. La formation Data m'a vraiment plu pour son professionnalisme. Le prof, super cool et compétent, a rendu l'apprentissage à la fois amusant et enrichissant. Je recommande vivement à ceux qui veulent... Read More se lancer dans la data.Read Less",Data Essentials,Data Science and Analytics +307851,10837,jedha,Bruno Villas Boas,False,2022,Excellente introduction à la Cybersécurité,2024-01-10,5.0,5.0,5.0,5.0,"En tant que masseur kinésithérapeute cherchant à me reconvertir, la formation Essential de cybersécurité chez Jedha a été parfaite. Elle représente une excellente introduction dans le monde de la cyber. Les formateurs sont patients et leurs exemples pratiques... Read More ont été essentiels pour comprendre les bases. Tout dans cette formation a répondu à mes attentes, offrant une approche pédagogique claire et une structure de cours efficace.Read Less",Cyber Security Essentials,Cybersecurity +307807,10837,jedha,Serdar Cekinmez,False,2023,Progressive Data Training from Essentials to Lead,2024-01-08,5.0,5.0,5.0,5.0,"I opted for Jedha due to its progressive approach, from Essentials to Lead. I loved everything about the training: from visualizations to deployment, including ML/DL classifications. Jedha offers the most comprehensive and well-structured learning content,... Read More covering all key aspects !Read Less",Data Science - Fullstack,Data Science and Analytics +307560,10837,jedha,Marjory LAMOTHE,False,2023,Cybersécurité Essentials,2023-12-26,5.0,5.0,5.0,5.0,La formation Essential de cybersécurité chez Jedha est comme une porte d'entrée dans le monde de la cyber. Les formateurs sont patients et les exemples pratiques m'ont vraiment aidé à saisir les bases. C'est un excellent moyen de débuter cette aventure... Read More !Read Less,Cyber Security Essentials,Cybersecurity +307559,10837,jedha,Ali B,False,2023,From Data Science to Engineering Expert,2023-12-26,5.0,5.0,5.0,5.0,"After a Master's in Data Science, Jedha's Data Lead Fullstack course elevated my passion for Data Engineering. The instructors and content were exceptional, enriching my journey from a data scientist to a skilled data engineer. This training was a perfect... Read More blend of theory and practice, setting me up for success in the dynamic field of data.""Read Less",Data Science - Lead,Other +307113,10837,jedha,Carine Sébastien,False,2022,THANKS Jedha,2023-12-11,5.0,5.0,5.0,5.0,"Coming from a background in procurement with assistant experience, I chose Jedha's Data Essentials training to enhance my skills. The physical bootcamp format attracted me as it promised intense, hands-on learning. Jedha stood out with its concise and... Read More highly praised program. The training method, a blend of study and exercises, was effective and engaging. A huge thank you to the kind and supportive team at Jedha, especially Hugo, Richard, and Guillaume. Great people who made a significant difference in my learning journeyRead Less",Data Essentials,Data Science and Analytics +307037,10837,jedha,François Billotte,False,2023,Un démarrage solide en Data Science,2023-12-08,5.0,5.0,5.0,5.0,"Première expérience en Data avec la formation Essentials chez Jedha, une aventure de 2 semaines extrêmement intéressantes. L'équilibre parfait entre théorie et pratique était parfait ! Cette initiation m'a donné hâte de commencer la formation approfondie... Read More de 3 mois. Je conseille vivement cette formation à ceux qui débutent en Data Science et cherchent un enseignement dynamique et complet.Read Less",Data Essentials,Data Science and Analytics +306954,10837,jedha,Mamadou Yaya,False,2023,Un parcours enrichissant,2023-12-06,5.0,5.0,5.0,5.0,"J'ai passé un très bon moment durant ma formation Bootcamp en Data Sciences chez Jedha. Économiste de formation, j'ai choisi Jedha dès le début pour ses programmes réputés. Tout m'a plu dans cette formation, qui était à la hauteur de mes attentes. Je... Read More recommande Jedha à toute personne passionnée par la technologie de la Data et désireuse d'améliorer ses compétences. Un choix excellent pour qui veut exceller dans le domaineRead Less",Data Science - Fullstack,Data Science and Analytics +306890,10837,jedha,Souleymane Coulibaly,False,2023,Méthode et contenu efficaces pour l'autonomie rapide en data,2023-12-05,5.0,5.0,5.0,5.0,"La meilleure école de data à mon avis, par la méthode et le contenu de leurs cours. Les cours sont dispensés la plus part des temps en hybride par des intervenants expérimentés dans le domaine. En quelques semaines, on peut se sentir déjà autonome et... Read More prêt à travailler dans la data.Read Less",Data Science - Fullstack,Data Science and Analytics +305693,10837,jedha,Thomas Chapouthier,False,2023,Montée en compétences rapide et efficace !,2023-10-16,5.0,5.0,5.0,5.0,"En tant que banquier d'affaires expérimenté, se plonger dans le numérique était crucial pour moi après une expérience en fintech. Jedha, recommandée par un ami, a été le choix judicieux pour une montée en compétences rapide et efficace. Les connaissances... Read More pratiques et théoriques acquises m’ont permis d’affiné mes interactions avec les services informatiques dans mon milieu professionnel. Merci Jedha !Read Less",Data Essentials,Data Science and Analytics +305652,10837,jedha,Anaelle Aracil,False,2022,Un accompagnement disponible toute la journée !,2023-10-13,5.0,5.0,5.0,5.0,"Je ne connaissais rien de technique aux métiers de propres de la Data, j'ai choisi jedha car il y avait la possibilité de pouvoir faire du présentiel, avoir un accompagnement disponible toute la journée et pouvoir débuter sans connaitre. J'ai apprécié... Read More Le rythme et la manière dont les différents sujets sont amenés !Read Less",Data Essentials,Data Science and Analytics +305436,10837,jedha,Frederic Charruey,False,2023,Un programme complet et une superbe école ! Merci Jedha,2023-10-06,5.0,5.0,5.0,5.0,"Mon choix s'est orienté naturellement vers Jedha, car leur programme, couvrant à la fois les modules essentiels et fullstack, m'a semblé extrêmement complet. La possibilité d'assister à la formation en présentiel a été un véritable atout. L'accès aux... Read More replays des cours, sur JULIE, et l'espace de travail à vie ont ajouté un vrai + à mon expérience. Je tiens également à exprimer ma profonde gratitude envers Hatim pour sa remarquable qualité d'écoute, sa méthode d'enseignement exceptionnelle, et son précieux soutien, notamment pour tous les Tips. Le financement de la formation, grâce à l'aide de Pôle Emploi, a contribué à rendre cette expérience sereine et accessible.Read Less",Data Science - Fullstack,Data Science and Analytics +305406,10837,jedha,Adriana Tint,False,2023,Ces deux semaines avec Jedha ont été des moments de pur bonheur,2023-10-05,5.0,5.0,5.0,5.0,"Après 15 ans dans la comptabilité, j'ai eu le coup de foudre pour l'IA et l'analyse de données. Jedha a été l'élément final de ma transition. En deux semaines de formation, tout est devenu plus clair. J'ai eu la chance d'être dans un groupe assez homogène.... Read More Nous avons tous trouvé notre place et il y a eu beaucoup d'entraide. Cela a renforcé mon expérience d'apprentissage, car nous pouvions compter les uns sur les autres pour surmonter les défis. Les cours étaient très claires et fluides. Je tiens à remercier les professeurs pour leur patience et pour le temps accordé afin que nous puissions comprendre les process enseigné et que nous progressions dans notre apprentissage. Jedha est une équipe qui se complete bien et ça c'est quelque chose de rare et précieux !Read Less",Data Essentials,Data Science and Analytics +305296,10837,jedha,Estelle Noyer,False,2023,A fantastic jumpstart into data analysis at Jedha,2023-10-02,5.0,5.0,5.0,5.0,"I recently completed Jedha's data essentials program, which proved to be a fantastic starting point for my venture into data analysis The program's structure was spot-on, offering full remote access and ample practice exercises. What really stood out... Read More were the additional online courses and the warm classroom environment. The professors were not just great speakers and explainers; their genuine passion for data science, SQL, and Python made the courses truly fascinating !Read Less",Data Essentials,Data Science and Analytics +305230,10837,jedha,Vincent Galli,False,2023,Une initiation data réussie chez Jedha !,2023-09-28,5.0,5.0,5.0,5.0,"Séduit par la data pour ma reconversion, j'ai choisi Jedha pour m'y initier. Leur formation essentials de deux semaines m'a offert une excellente base. Pour quelqu'un qui aime les défis comme moi, c'était parfait. Les profs étaient patients, sympas et... Read More toujours prêts à aider 🙂Read Less",Data Essentials,Data Science and Analytics +305179,10837,jedha,Jimmy Sychareunh,False,2023,Transition réussie grâce à Jedha !,2023-09-26,5.0,5.0,5.0,5.0,"Après 12 ans en SEA, j'ai ressenti le besoin d'évoluer. Jedha ( avec l'aide du financement Pôle emploi) était le choix idéal. Leur format Bootcamp, associé à des professeurs à l'écoute et pédagogues, m'a permis de m'épanouir. Je suis maintenant bien équipé... Read More pour affronter les défis data de demain.Read Less",Data Analyst Fullstack,Data Science and Analytics +305097,10837,jedha,Farah Saci,False,2023,Top bootcamp training experience,2023-09-22,5.0,5.0,5.0,5.0,"I opted for Jedha Bootcamp based on its solid reputation and diverse courses. They delivered a fantastic learning experience! I loved all the modules, especially the hands-on afternoon exercises. The instructors were exceptional, simplifying complex topics... Read MoreRead Less",Data Science - Fullstack,Data Science and Analytics +304987,10837,jedha,Jérôme Brousse,False,2023,Découverte et pratique du monde de la cyber,2023-09-19,5.0,5.0,5.0,5.0,"Jedha, est une école vraiment sympa et compétente. J'ai choisi cette école pour découvrir la cybersécurité, et je n'ai pas été déçu. Contrairement à la plupart des écoles, Jedha privilégie la pratique plutôt que la théorie pure. On apprend la théorie,... Read More puis on passe tout de suite aux exercices. Cette initiation m'a permis d'ouvrir mon esprit au monde de la cybersécurité.Read Less",Cyber Security Essentials,Cybersecurity +304860,10837,jedha,Sylvain Mothes,False,2022,Programme complet et accompagnement génial !,2023-09-14,5.0,5.0,5.0,5.0,"J'ai trouvé le programme complet en data science, surtout les parties machine learning supervisé, non supervisé et deep learning Les profs étaient bons avec une grande variété de profil professionnel, et l'assistance des TA est une excellente idée. Jedha... Read More est une équipe très sympathique !Read Less",Data Science - Fullstack,Data Science and Analytics +304797,10837,jedha,C.Violleau,False,2023,Efficient learning in Data,2023-09-12,5.0,5.0,5.0,5.0,"Jedha exceeded my expectations. Group projects facilitated valuable exchanges among participants with diverse backgrounds ! The instructor was clear and efficient in just two weeks. We had ample Python coding practice. I chose Jedha for its clear program,... Read More short duration, and the option for remote learningRead Less",Data Essentials,Data Science and Analytics +304631,10837,jedha,Arnaud Dalais,False,2023,Parfait pour ma reconversion pro en Data,2023-09-06,5.0,5.0,5.0,5.0,"Jedha a été un véritable atout dans ma reconversion professionnelle, avec sa certification et un accompagnement pour le financement via Transition Pro. La possibilité de démarrer par Essentials avant Fullstack a aussi été un avantage Bravo aux TAs pour... Read More leur aide précieuse durant les cours à distance ! 👏Read Less",Data Science - Fullstack,Data Science and Analytics +304601,10837,jedha,V Allender,False,2023,Très bonne formation pour débuter la data,2023-09-05,5.0,5.0,5.0,5.0,"J'ai vraiment apprécié la formation Data Essential de Jedha. Les cours du matin étaient très instructifs et nous donnaient une base solide. L'après-midi, les exercices pratiques nous ont vraiment permis d'appliquer ce que nous avions appris. Les professeurs... Read More étaient top ils étaient toujours là pour répondre à nos questions. J'ai également aimé l'entraide entre les élèves et le TARead Less",Data Essentials,Data Science and Analytics +304165,10837,jedha,Hubert Niaman,False,2023,My first step into cybersecurity,2023-08-22,5.0,5.0,5.0,5.0,"Stepping into the Cybersecurity world without prior experience was daunting. Jedha was my starting point. Many aspects hit the mark, from the program itself to its location, duration, and cost-efficiency. They care about beginners, making it a comfortable,... Read More enriching experienceRead Less",Cyber Security Essentials,Cybersecurity +303865,10837,jedha,Joseph Tessaro,False,2023,Formation en cybersécurité,2023-08-14,5.0,5.0,5.0,5.0,"Les formations Cyber de Jedha sont de grandes qualités. L'esprit d'entraide entre les élèves, la patience de nos professeurs et la pertinence des cours m'ont vraiment marqué ! Petit bémol : pour quelqu’un d’un secteur totalement différent, il peut être... Read More difficile d’assimiler autant d’informations en distanciel... Malgré cela, je recommande cette à 100%Read Less",Cyber Security Fullstack,Cybersecurity +303669,10837,jedha,Marine Fruitier,False,2023,Data fullstack,2023-08-09,5.0,5.0,5.0,5.0,"J'ai suivi les programmes data essentials et fullstack en partant de très peu de connaissances dans le domaine puisque je suis professionnel de santé. J'ai pu acquérir les fondamentaux puis des connaissances plus approfondies et surtout des compétences... Read More techniques afin d'envisager ma reconversion. Nous sommes suivis et soutenus tout au long de la formation par des professeurs qui m'ont étonnée par leur haut niveau de compétence et par leur patience. Autre point positif : l'accès à la plateforme Julie qui permet de revenir sur les supports vidéos, écrits, quizz même une fois la formation finie.Read Less",Data Science - Fullstack,Data Science and Analytics +303637,10837,jedha,Haïkel BOUZZAZA,False,2023,Teachers are perfect !,2023-08-08,5.0,5.0,5.0,5.0,"Jedha is the best school to reach my goals. Teachers and courses are incredible. Their way to teach is the best to me as beginner. : morning we learn theory then we do some practice of what we learned this morning. They have a lot of patience, that’s... Read More exactly what we need!!Read Less",Data Essentials,Data Science and Analytics +303635,10837,jedha,Valérie Muthiani,False,2023,Enriching experience.,2023-08-08,5.0,5.0,5.0,5.0,"Jedha's program is vast, rich and adopted to everyone. All their teachers have a variety of experiences and project the students into the professional world. They promote student autonomy in the classroom as they boost students' critical thinking skills.... Read More I highly recommend Jedha!Read Less",Data Science - Fullstack,Data Science and Analytics +303545,10837,jedha,Claire Chardon,False,2022,Un parcours d'apprentissage fluide,2023-08-04,5.0,5.0,5.0,5.0,"Un parfait équilibre théorie/pratique, prof et TA disponibles, Julie, petits effectifs : l’expérience chez Jedha était adaptée ) ma façon d’apprendre et travailler ! Yannick a été d’une aide considérable sur le campus Lyonnais, sa présence et son énergie... Read More ont été indispensable pendant la formation.Read Less",Data Essentials,Data Science and Analytics +303428,10837,jedha,Linda Kinn,False,2023,Thankss a lot Jedha !,2023-08-01,5.0,5.0,5.0,5.0,"J’ai beaucoup aimé l’ambiance de proximité avec l’équipe Jedha (professeurs, TA, Administration). On sent que l’on fait partie d’une famille, c'est une formation avec un côté Humain. Avoir eu la possibilité de recommencer le module fullstack, je ne pense... Read More pas que d’autres écoles n’aurais eu cette magnifique démarche. MERCI 🙏Read Less",Data Science - Fullstack,Data Science and Analytics +303186,10837,jedha,J.Philippe,False,2023,"Flexibilité, Cours et profs !",2023-07-25,5.0,5.0,5.0,5.0,"Mon choix s'est porté sur Jedha, car je cherchais une opportunité de reconversion et cette école offrait un équilibre parfait entre le présentiel et le distanciel. Pendant ma formation Fullstack, j'ai aimé la bonne humeur des profs et la qualité du contenu... Read More des cours qui étaient très bien structurés !Read Less",Data Science - Fullstack,Data Science and Analytics +303049,10837,jedha,EPPINGER MURIEL,False,2023,JEDHA FULLSTACK DATA ANALYSIS,2023-07-20,5.0,5.0,5.0,5.0,"Formation à la hauteur de mes attentes. Programme très complet en python et SQL et de très nombreux logiciels apprivoisés. Des professeurs bienveillants, motivants et disponibles. Le projet final permet de mettre un oeuvre un max de compétences. 3 mois... Read More intensifs mais 100% plaisir.Read Less",Data Analyst Fullstack,Data Science and Analytics +301734,10837,jedha,Marie Agrapart,False,2022,Merci !,2023-06-02,5.0,5.0,5.0,0.0,"Avant de commencer la formation à Jedha j’étais acheteuse/catman en spiritueux depuis 5ans.
Je voulais me reconvertir dans la Data et après un benchmark de tous les bootcamps j’ai choisi Jedha pour plusieurs raisons : La présence de L’Essential, c’est... Read More top quand on a pas le temps de se former seul, à cause d’un emploi par exemple. Aussi, le fait que la Fullstack soit un peu plus longue, ça m’a rassurée. Et pour terminer une équipe très sympa, humaine et dispo (merci Alizé !) J'ai beaucoup aimé le format des cours : la matin apprentissage et exercice l'après-midi. J'ai adoré notre TA, super dispo ! Avoir plusieurs profs était un vrai plus, on a pu beaucoup échanger sur leurs carrières et ils ont tous été incroyables. La flexibilité du distanciel était un vrai plus également A part un prof que j'ai pu noté négativement, ils étaient tous incroyables ! Des personnes réellement dévouées avec le goût de l'enseignement et surtout très présentes pour nous ! J'ai adoré discuté avec eux, et entendre leurs conseils. (Un vrai big up à Ines)Read Less",Data Science - Fullstack,Data Science and Analytics +301733,10837,jedha,Wendy Martins,False,2022,DATA FULLSTACK,2023-06-02,5.0,5.0,5.0,0.0,"J’ai intégré cette formation en ayant 6 années d’expérience en administratif et commercial (analyses), je voulais me spécialiser dans l’analyse de données.
 J’ai choisi Jedha après avoir comparé plusieurs écoles et en recherchant la meilleure formule... Read More : La partie ESSENTIALS pour remise à niveau étant déterminante et la durée du programme aussi (ni trop court ni trop long).
 J’ai apprécié qu’on ait des profs différents pour chacun des modules, c’est intéressant de pouvoir voir différentes méthodologies. Il y a aussi le programme qui est construit de façon logique.
Quel que soit le niveau les teachers étaient tous différents, passionnés et intéressés. On voyait qu’ils voulaient transmettre.Read Less",Data Science - Fullstack,Data Science and Analytics +301597,10837,jedha,Anonymous,True,2023,Jedha is the way to go,2023-05-29,5.0,5.0,5.0,5.0,"Before Jedha, I was working in Law & Finance. I followed the Lead Data Science program to shift career and work as an ML Engineer. I chose Jedha because the school had a very good reputation and top reviews on all the renown platforms. I have to admit... Read More that I was not disappointed at all: the quality of the program, of the instructors and the platform (access to multiple free courses) are beyond what you could normally expect from a bootcamp. The team is welcoming and you have a life access to the online courses. If you want to jump into the datascience world, go for Jedha.Read Less",Data Science - Lead,Other +301592,10837,jedha,Feriel Medjaoui,False,2023,Communauté bienveillante,2023-05-29,5.0,5.0,5.0,0.0,"J’étais attachée Commerciale (e-commerce) avec quelques notions d’informatique de part de mes études Suite à une « longue » Stagnation professionnelle, j’ai décidé de faire une Reconversion pro et de me challenger!J’ai tout de suite été convaincue par... Read More le programme et le format des cours proposés par Jedha, l’équipe me semblait vraiment pro et à l’écoute. Sans oublier le format hybride (présentiel / à distance) qui est un vrai plus!J’ai particulièrement apprécié les profs qui étaient vraiment au top et toute cette communauté très bienveillante que j’ai découvert à Jedha !Read Less",Data Science - Fullstack,Data Science and Analytics +301588,10837,jedha,Yuliya Sheichenka,False,2023,Data Fullstack,2023-05-29,5.0,5.0,5.0,0.0,"Je suis traductrice (Anglais et français) et juriste en droit européen des affaires. Après l’obtention de mon master j’ai travaillé en assurances construction et mis à part quelque cours sur internet je n’avais pas eu d’expérience en programmation Sur... Read More le long terme j’envisage une carrière pour laquelle j’ai besoin de connaissances en statistiques et programmation, je ne peux pas me permettre une formation trop longue et Jedha propose des formations rapides et intensives ce qui m’a permis de pouvoir la suivre en même temps que mon travail. Il était également important pour moi de pouvoir suivre la formation en présentiel. J’ai contacté plusieurs écoles délivrant ce type de formation et plusieurs alumni sur Linkedin pour avoir leurs avis, compte tenu de toutes les informations que j’ai pu obtenir, le cursus de Jedha est celui qui correspondait le mieux à mes objectifs. J’ai particulièrement apprécié la bonne organisation des cours, les sujets étudiées, la disponibilité et la bienveillance de l’équipe, la bienveillance et la patience du professeur et du teacher assistant qui ont été très disponible pendant toute la durée de de formation ce qui m’a permis de comprendre et réussir mon projet.Read Less",Data Science - Fullstack,Data Science and Analytics +301510,10837,jedha,Rachidatou Zakou,False,2023,Fullstack Data,2023-05-25,5.0,5.0,5.0,0.0,"Ayant obtenu un Master Econométrie et Statistique Appliquée et étant déjà dans la data, je me suis lancée ce challenge pour me rapprocher de l'aspect algorithmique que j'ai perdu au fur et à mesure de mes expériences professionnelles. J'ai eu beaucoup... Read More de feedbacks positives dans mon entourage et c’est ce qui ma poussé à choisir Jedha pour mon BootCamp. Durant la formation j’ai beaucoup aimé la clarté et la pédagogie du contenu, des supports très explicites et les teachers qui sont très compétents et accessibles.Read Less",Data Science - Fullstack,Data Science and Analytics +301508,10837,jedha,Imane Ghorafi,False,2023,Je recommande Jedha Bootcamp,2023-05-25,5.0,5.0,5.0,0.0,"Après un parcours droit, économie, gestion, je suis assistante de direction.J’ai choisi Jedha parce qu’ils proposent un programme complet pour une initiation, sans oublier la pédagogie, le contenu et le côté pratique.La découverte de l’analyse de la data... Read More est ce que j’ai le plus apprécié et l’enseignant a été pédagogue et disponibleRead Less",Data Essentials,Data Science and Analytics +301434,10837,jedha,Tony MALELA FILA,False,2023,Juste un grand merci à Jedha !,2023-05-23,5.0,5.0,5.0,0.0,"Statisticien économiste de formation, actuellement, responsable Audit et Évaluation Économique chez le régulateur des communications électroniques et des postes au Congo-Brazzaville. J’ai choisi de suivre ce training pour compléter ma formation de statisticien.... Read More Le programme Data Fullstack m'a permis de voir un peu plus au niveau du traitement et de l'analyse des données avec des nouveaux outils. J’ai choisi de le faire à Jedha parce qu’ils proposent un programme très poussé et que les avis des anciens élèves m’y ont encouragé. Les teachers ont tous été disponible pour nous, ils nous ont beaucoup appris. Juste un grand merci à Jedha qui a répondu à mes attentes et à celles de mon employeur (former les data-scientistes).Read Less",Data Science - Fullstack,Data Science and Analytics +301431,10837,jedha,Alexandre Boullen,False,2023,Le training Data Essentials correspondait exactement à ce que je recherchais,2023-05-23,5.0,5.0,5.0,0.0,"J’occupe un poste de chef projet data au sein d’un financer de la formation professionnel. J’étais auparavant responsable d’une équipe métiers qui m’a donné goût aux données, notamment pour pouvoir améliorer les process et la facilité de prise de décision.... Read More Le training Data Essentials correspondait exactement à mes besoins. Ce qui a été décisif c’est aussi la certification RNCP. J’ai apprécié l’équilibre entre la théorie et les concepts qui sont très bien appréhendé ce qui facilite ensuite la pratique. J’ai également aimé qu’on ait eu la possibilité de pratiquer avec les outils directement.Read Less",Data Essentials,Data Science and Analytics +301415,10837,jedha,Galus Fotso,False,2023,Jedha est innovant,2023-05-23,5.0,5.0,5.0,0.0,"Avant de suivre le Bootcamp je suivais un BTS Sio (informatique). J’ai voulu faire cette formation pour reprendre mes études et entamer une reconversion et c’est parce que Jedha est assez innovant et qu’il y a beaucoup de pratique dans la formation que... Read More j’ai choisi de m’y former.Ce que j’ai le plus apprécié c’est les projets, ça m’a permit de mieux comprendre et d’utiliser ce que j’ai appris. Les instructeurs étaient pédagogues dans l’ensemble.Read Less",Data Science - Fullstack,Data Science and Analytics +301413,10837,jedha,Bastien MONIN,False,2023,A good experience !,2023-05-23,5.0,5.0,5.0,5.0,"I have a degree in video making ( filming and editing), since my job search was not successful I was looking for new perspectives and the world of programming seemed interesting to me. That’s what led me to Jedha. I wanted a challenging career and the... Read More Fullstack was the perfect match because it was complete and not too complex for me. I also chose Jedha because when I did some research I found really good reviews. The training is very complete and I feel like we’ve seen a lot and have now strong bases to build ourselves and the teachers were all very positive and supportive, either during the course part or the exercise one. They took their time to explain and find solutions with us.Read Less",Data Science - Fullstack,Data Science and Analytics +301379,10837,jedha,Lionel SHAGLIL,False,2023,I enjoyed the overall experience !,2023-05-22,5.0,5.0,5.0,0.0,"I come from a Telecommunications Engineering background and I chose to enroll in this training for several reasons but mostly because I wanted to expand my knowledge in this field, especially when I always used to hear about Kubernets, clustering, automation…... Read More I also needed a hand on those topics because only reading was not enough. I chose Jedha for two main reasons, the first one is that the syllabus is exactly what I was looking for, the courses are up to date and correspond to the actual market’s demand, and the technologies used are advanced. The second one is that unlike many other trainings you can attend the course in person and not only in remote ! There are many things I liked about my training, like the hands-on practice exercises in addition to the real practical ones. I also appreciated how our instructor demonstrated the content in a very professional way especially as he was keen to answer all our questions and needs to fully understand the content. Not to mention his remarkable patience in troubleshooting all the problems faced by the students. He was super-excellent, explained very well, simplified the complicated problems, he encouraged the students to ask questions and always did his best to help and explain. His patience was really appreciated and he has a friendly personality that contributed to the friendly environment. I’l really glad to know such a person ! I enjoyed the overall experience !Read Less",Data Science - Lead,Other +300505,10837,jedha,Ndeye Coumba Dieng,False,2023,Chez Jedha c'est du sérieux !,2023-04-21,5.0,5.0,5.0,5.0,"Je suis actuellement étudiante en Master 2 tourisme, étant passionné par le domaine de l’informatique je me suis dit que ce serai bien de faire une formation en cybersécurité en parallèle de mes études. J’ai choisi de m’inscrire au programme Cybersecurity... Read More Essentials parce que je suis débutante et que c’est toujours bien de commencer par les bases pour ensuite s'assurer d’avoir toutes les notions pré requises pour pouvoir rapidement monter en compétences. Les programmes de formation, les horaires et le rythme proposés par Jedha correspondaient parfaitement à ce que je recherchais, Tout est structuré sur JULIE, les professeurs sont sympas, ils alternent entre théorie et pratique, ils sont rapides et répondent à nos questions. Je compte poursuivre en Fullstack Cybersécurité afin de faire carrière dans ce domaine. N’hésitez pas à vous inscrire, chez Jedha c’est du sérieux !Read Less",Cyber Security Essentials,Cybersecurity +299427,10837,jedha,David TIFFENEAU-GAUTIER,False,2023,Super bootcamp Jedha,2023-03-22,5.0,5.0,5.0,5.0,"Jedha est une excellente école pour se former aux métiers de la Data : Tous les professeurs sont à l'écoute, compétents et arrivent à transmettre la passion de ce qu'ils exercent au quotidien (ce sont des professionnels qui ont acquis une grande expérience... Read More en Data Science, ce qui nous permet de voir ce que les entreprises recherchent comme niveau d'exigence pour faciliter notre insertion professionnelle dans ce milieu). Le planning des cours s'organise de la manière suivante : théorie le matin qui nous permet de bien comprendre les concepts mathématiques d'analyse de données, de machine learning, deep learning et pratique l'aprés midi ou nous faisons des exercices en situation pro (par exemple: devoir nettoyer de la donnée pour une entreprise, l'analyser et la faire transiter). Les exercices montent crescendo en intensité pour être autant abordables aux débutants que techniques pour parfaire ses connaissances. Toutes les personnes que j'ai pu rencontrer, autant professeurs que collègues sont top !(car le principe de Jedha est de créer des breakout room, cad des salles sur Zoom pour que nous travaillons en équipe, comme dans une vrai entreprise sur le sujet de l'exercice, ce qui nous permet d'apprendre de ceux qui sont plus expérimentés et d'aider ceux moins à l'aise que nous). Jj'ai fait les 3 sessions Data : * Data Essentials (qui donne un trés bon niveau en Data Analytics (SQL / Tableau / Stats / Python et un peu de ML) * Data Fullstack (qui nous prépare à tous ce qu'un Data Scientist peut faire : ML à fond, Deep Learning, Récupération de la donnée, Big Data avec Databricks, même du deploiement et nous terminons par un projet en équipe qui valorise nos acquis, plus tous ceux que nous faisons de manière plus individuelle lors de ces 3 mois de formation) * Data Lead (qui est plus porté sur la Data Engineering : Docker, Kub, Kafka, Airflow et j'en passe) Bref, si vous voulez vous reconvertir en data, n'hésitez pas (certains concepts / exercices sont difficiles mais on est toujours accompagné et si nous n'arrivons pas au bout, il faut reprendre la correction à tête reposée). Ca demande du temps et de l'investissement personnel mais tous ces efforts finissent par payer. Merci pour ce bootcamp !Read Less",,Unknown +297987,10837,jedha,Mathieu NICOLLE,False,2023,Exceptionnelle,2023-02-15,5.0,5.0,5.0,5.0,Formation Lead Data Engineering. Formation excellente donc le contenu est très bien structurée et permet de réellement progresser d'un point de vue compétences opérationnelles. L'équipe pédagogique est très compétente et investi dans le transmission des... Read More compétences. Je recommande donc fortement cette formation et de manière plus générale l'organisme de formation Jedha.Read Less,Data Lead,Data Science and Analytics +297985,10837,jedha,LISE GNOS,False,2022,Great courses and professors !,2023-02-15,5.0,5.0,5.0,5.0,Avec 15 ans d'expérience dans le secteur de l’environnement j’étais directrice de projets commerciaux. Poussée par mon intérêt pour la Data j’ai entamé une reconversion professionnelle. J’ai choisi Jedha en suivant les recommandations d’un alumni mais... Read More aussi parce que la formation est classée parmi les meilleures formations en data. Le fait qu’elle soit organisée sous forme de Bootcamp permet d’apprendre plus vite. J'ai également apprécié la flexibilité de la formation car elle permet une bonne compatibilité avec la vie de famille. J’ai trouvé que les modules avaient toute leur place et qu’ils s'enchaînent bien pour nous permettre de construire un pipeline complet sur la Data. En plus de tout cela nous avons eu de super professeurs !Read Less,Data Fullstack,Data Science and Analytics +295974,10837,jedha,Christophe DERACHE,False,2022,Very good experience at Jedha Bootcamp,2022-12-19,5.0,5.0,5.0,5.0,"Mon objectif en suivant cette formation était d’atteindre un bon niveau en programmation python et dans le domaine de la DATA en général.  Mon choix s’est porté sur Jedha parce que le programme me paraissait complet et qu’ils proposent un coaching carrière... Read More en plus. De plus, la véritable présence du professeur ainsi que des élèves est la principale raison motivant ma décision. En effet, ils proposent une formation hybride qui permet de suivre les cours en présentiel ou à distance, et le fait d’être dans une véritable classe était important pour moi notamment afin de pouvoir poser des questions et échanger avec les autres apprenants. Le programme FULLSTACK de Jedha permet de découvrir et de comprendre de nombreuses facettes de la Data. Ainsi l’apprenant sort de la formation avec un socle de compétences large qui constituera le point de départ de la montée en compétences. En ce qui concerne les professeurs, ils ont toutes les qualités techniques et pédagogiques. Leurs explications sont qualitatives et ils prennent le temps de répondre aux questions de chacun.Read Less",Data Fullstack,Data Science and Analytics +295739,10837,jedha,NSOKI MIANSI Ndangani,False,2022,"Amazing, powerfull, serious",2022-12-13,5.0,5.0,5.0,5.0,"Tech school specialized in data science and cyber security, led by experts and professionals, all caring. Well laid out space. Very friendly atmosphere. At Jedha there is a kind of digital campus atmosphere with a dynamic community federated online but... Read More also by the numerous events organized. Everything is done to push us towards professional practices, to make us very autonomous. The integrated work platform JULIE is incredible, but they are already improving it to further optimize the experience.  I took the Fullstack DATA SCIENCE & ENGINEERING training in bootcamp mode, very intense. It's amazing what I've learned in this 3 months training, which would have been difficult to learn on my own. I am still surprised myself. And I am thinking of joining the ultimate training course as soon as possible: the new version of LEAD, which provides us with additional bricks in data engineering. I really recommend it.Read Less",Fullstack Data Science,Data Science and Analytics +293252,10837,jedha,Yannick,False,2022,Formation excellente,2022-09-23,5.0,5.0,5.0,5.0,"Formation intense, hyper intéressant et de grande qualité. On est formé sur des outils hyper intéressant et orienté métier. Docker, kubernetes, mlflow, les pipelines, l'automatisation.... Bravo et merci pour la qualité des cours ! Je recommande vivement... Read More !Read Less",Lead Data,Data Science and Analytics +291693,10837,jedha,Benjamin Marlé,False,2021,Formation lead Jedha,2022-08-10,5.0,5.0,5.0,5.0,"J'ai suivi la formation lead en avril 2021. Très bonne formation, intense mais enrichissante si on prend la peine de s'y accrocher !! Les exercices et le programme sont bien conçus et permettent une approche progressive des différents outils. Notre intervenant... Read More Laurent Morelli était particulièrement pertinent, agrémentant les cours de son expérience et d'exemples concrets d'applicationRead Less",Lead Data,Data Science and Analytics +291647,10837,jedha,Stephane D'oliveira,False,2022,Jedha un bon rapport qualité prix.,2022-08-09,5.0,5.0,5.0,5.0,"Avant JEDHA, j'étais comptable dans un cabinet comptable après un bac et un BTS spécialisés comptabilité. j'ai choisi Jedha pour le prix, la durée et les avis sur SwitchUp. Enfin j'ai apprécié dans ma formation essentials les statistiques, python et le... Read More machine learning.Read Less",Data Essentials,Data Science and Analytics +291646,10837,jedha,Alice Berthod,False,2022,l'ambiance est agréable et humaine chez Jedha,2022-08-09,5.0,5.0,5.0,5.0,"J'ai effectué une école de commerce puis j'ai travaillé dans un cabinet de conseil généraliste. J'ai apprécié La plateforme de travail pour coder sans installer divers outils, le fait de balayer des sujets phares de la data science, la disponibilité et... Read More la qualité des supports en ligne (JULIE), l'ambiance agréable et humaine, etc..Read Less",Data Essentials,Data Science and Analytics +291616,10837,jedha,Pierre Dhenain,False,2022,Ca donne envie de continuer à se former sur le sujet,2022-08-09,5.0,5.0,5.0,5.0,"Bonjour, J'ai participé à la formation DS69. La formation était conforme à mes attentes, une vision globale sur la data, les usages, les acteurs et un peu de cas pratiques. Data Visualisation top. Python et ML génial, Edouard est passionné et avait super... Read More bien préparé les cours ce qui a permis de voir plein de choses y compris réponses à nos questions (malgré le temps limité). Ca donne envie de continuer à se former sur le sujet. MerciRead Less",Data Essentials,Data Science and Analytics +291615,10837,jedha,Cyril Lustac,False,2022,The right level of details,2022-08-09,5.0,5.0,5.0,5.0,"I was in Finance. I choose Jedha because of the Automation and developping analytical tools. More of that for the 2 weeks bootcamp format and onsite option. I really liked here, the fast paced with just the right level of details + coach present during... Read More all stepsRead Less",Data Essentials,Data Science and Analytics +291614,10837,jedha,Anonymous,True,2022,Certification recognized by Pole Emploi,2022-08-09,5.0,5.0,5.0,5.0,"To increase my chance to find a job with a training and certification recognized by Pole Emploi, i choose the jedha essentials. The training is accessible and certified by Pole Emploi. I love the practical aspect of the formation, practical exercise after... Read More the morning courses.Read Less",Data Essentials,Data Science and Analytics +291611,10837,jedha,Ricardo Requena,False,2022,Jedha offer to change your career,2022-08-09,5.0,5.0,5.0,5.0,"I was accountant, i choose jedha because they offer to change your career by learning data science. I discover the bootcamp via recommandation and i'm not deceived today. I really liked during my data essential training, the practical approach of each... Read More subjects.Read Less",Data Essentials,Data Science and Analytics +291582,10837,jedha,Antoine Costes,False,2022,L'ambiance de promotion était exceptionnelle,2022-08-08,5.0,5.0,5.0,5.0,"Je suis ingénieur généraliste avec une spécialisation en mécanique (diplômé en 2012), et j'ai travaillé durant toute ma carrière dans l'industrie aéronautique, principalement en tant que chef de projet de développement d'équipements pour hélicoptères... Read More et avions. Les contenus sont exigeants et très complets, et personnellement j'ai particulièrement apprécié que, malgré le fait qu'il soit impossible de rentrer trop dans le détail lors d'un bootcamp de 3 mois, il y a toujours des contenus ou exercices supplémentaires pour qui veut approfondir certaines notions qui n'auraient été que survolées. Les professeurs étaient très pédagogues, clairs et précis, et hyper sympas ! L'ambiance de promotion était exceptionnelle et je pense que je m'en souviendrai longtemps. Ces 3 mois ont passé passionnants et ont passé extrêmement vite (trop !).Read Less",,Unknown +291580,10837,jedha,Anonymous,True,2022,It was a nice learning environment.,2022-08-08,5.0,5.0,5.0,5.0,I have an economics background and have been working for 12 years. The curriculum matched my interest. Online reviews were good. I really liked thequality of teaching was good. It was a nice learning environment. Charles was very good at explaining complex... Read More concepts methodically. He has a strong foundation in data and math. It was great to learn from him.onment.Read Less,,Unknown +291579,10837,jedha,Mariam Kassmi,False,2022,le programme est clair et complet,2022-08-08,5.0,5.0,5.0,5.0,"J'ai fais un DUT en informatique . J'ai choisi la fullstack car le programme est riche et bien noté aussi ne nécessite pas un background en statistique comme quelques bootcamp l'exige. Enfin j'ai apprécié, le programme clair, complet; j'ai pu comprendre... Read More avec les replays quand j'étais dans l'incapacité de suivre les cours en live.Read Less",,Unknown +291578,10837,jedha,Helena Canever,False,2022,Projects are challenging enough and require creativity,2022-08-08,5.0,5.0,5.0,5.0,"I'm Graduate Research in the field of biophysics and cell biology. I want to pursuit a career as a data scientist. The Fullstack program has a good balance between teaching and practicing on data. On top of that, I really liked the personal projects to... Read More develop and how they are presented as we proceed through the program. They are challenging enough and require creativity. Finally, the JULIE space is very organized and useful to have all the info in one place.Read Less",,Unknown +291577,10837,jedha,Nansa Diarra,False,2022,C'était très bien et assez complet,2022-08-08,5.0,5.0,5.0,5.0,"Je suis en reconversion je faisait de l'analyse de données sur Excel. Je suis intéressée par l'analyse de données, c'est un marché porteur et aujourd'hui apprendre le code est indispensable si on souhaite évoluer dans ce domaine. C'était très bien assez... Read More complet, pour mon cas j'aurais aimé pratiqué un peu plus le langage SQL et moins de machine learning car je ne souhaite pas devenir data scientist mais data analyst. Il s'agit juste de mon cas qui est particulier, mais pour quelqu'un qui souhaite devenir data scientist c'est parfait.Read Less",,Unknown +291576,10837,jedha,Ethan Berlant,False,2022,Jedha Gave a very wide overview,2022-08-08,5.0,5.0,5.0,5.0,"Longtime freelancer, math and physics teacher . I was looking for a more stable source of income, and have always been intrigued by AI . Jedha Gave a very wide overview that seemed to cover most everything I need, and still managed to include enough detail/practice... Read More to make it retainable.Read Less",,Unknown +291575,10837,jedha,Rebecca Chevrot,False,2022,Tout a été parfait pour ma part,2022-08-08,5.0,5.0,5.0,5.0,"Je viens d’un milieu complètement étranger au monde de la data. Avec un Master dans le domaine culturel, j’ai travaillé pendant plusieurs années dans la musique. N’étant pas forcément familiarisée avec le monde de l’informatique, j’étais cependant très... Read More intéressée par l’intelligence artificielle et la data. Très intriguée par ces nouvelles approches, et stimulée par les problématiques de ce milieu, j’étais plus que ravie de pouvoir approcher ce monde grâce à la formation ""essentials"" de Jedha. Tout a été parfait pour ma part. J'ai adoré la pédagogie de l'école, le prof était très professionnel et passionnant. Les cours de soutien étaient un vrai plus. Le format cours le matin/pratique l'après-midi était une excellente approche pour des gens comme moi qui ne sont pas forcément familiarisés avec l'informatique. J'ai été plus que satisfaite par la plateforme Julie ! En plus de l'aspect apprentissage, le lieu était super ainsi que les équipes. Cette formation était vraiment l'idéal pour débuter dans la data ! un grand bravoRead Less",Data Essentials,Data Science and Analytics +291568,10837,jedha,Alex Lasnier,False,2022,De nombreux exercices pour pratiquer,2022-08-08,5.0,5.0,5.0,5.0,D'abord mécanicien poids-lourds pendant 4 ans puis ingénieures en bureau d'etudes pendant 3 ans et enfin ingénieures homologation automobile pendant presque 4 ans. J'ai apprécié à Jedha le fait de pouvoir s'exercer grâce aux nombreux exercices pour mettre... Read More en pratique les cours.Read Less,Data Essentials,Data Science and Analytics +291567,10837,jedha,Alexandre Rimbault,False,2022,the courses are well designed,2022-08-08,5.0,5.0,5.0,5.0,"I'm an entrepreneur mostly with sales skills , i choose jedha because of the feedbacks, result of a benchmark of different bootcamps, Jedha is specialized and dedicated to DS, the approach and seriousness of the teaching. I really like here, the way that... Read More the courses are designed and teached, variety of topics and concepts approached with a focus on the last trending libraries and frameworks.Read Less",,Unknown +291553,10837,jedha,Luc Parat,False,2022,Excellent professeurs et assistants,2022-08-07,5.0,5.0,5.0,5.0,"J'ai effectué 20 ans dans une société de gestion de portefeuille (marketing et service client) auparavant 10 ans dans l'infographie. Utilisation des outils CRM habituels type excel, salesforce.... J'ai trouvé la formation très intense, vraiment challenging... Read More ! Excellent prof et assistantsRead Less",Data Essentials,Data Science and Analytics +291552,10837,jedha,Amar M,False,2022,Une bonne formation en data,2022-08-07,5.0,5.0,5.0,5.0,"J'ai choisi la formation à Jedha car elle offrait la formation en cours du soir . J'ai aimé la data visualisation via Tableau, et l'apprentissage de python sur la prédiction de données . Tout cela nous a permis de créer un projet de le présenter à la... Read More fin. Merci.Read Less",Data Essentials,Data Science and Analytics +291550,10837,jedha,Alice Doursat,False,2022,c'était vraiment complet !,2022-08-07,5.0,5.0,5.0,5.0,"Je ne suis pas du tout du domaine de la tech ou de la data. Vraiment néophyte sur le sujet, je suis dans le domaine du web/marketing/e-commerce et j'avais tout simplement envie d'avoir un bagage supplémentaire et d'en savoir plus sur la data et les métiers... Read More ! Sincèrement j'ai tout apprécié. Pour 8 semaines de cours, c'était vraiment complet ! Je m'attendais pas à ce qu'on aille aussi loin dans le programme, mais du coup tant mieux car ça permets d'avoir un très bon aperçu, c'est vraiment très bien construit et bien amené, même pour les plus novices.Read Less",Data Essentials,Data Science and Analytics +291549,10837,jedha,Paul Rabaud,False,2022,A good beginner training in data,2022-08-07,5.0,5.0,5.0,5.0,"After the BAC, I studied Teaching for 2 years, then I worked for a Basketball Club, as coach and statistician during 3 years, and finally I worked for the last 3 years at The AA, an automobile Roadside Company for big brands like McLaren or Porsche, helping... Read More UK customer when they were having a Breakdown in Europe. I really like at Jedha the fact that you could have no experience at all in coding, and still be able to catch up with the Julie platform.Read Less",Data Essentials,Data Science and Analytics +291548,10837,jedha,Lea Boussekeyt,False,2022,Very good!,2022-08-07,5.0,5.0,5.0,5.0,"I had a bit of experience on Python / some in econometrics. I choose Jedha to deepen my knowledge in Data Science to get a job. I really like in this formation the good teaching method , the well-prepared materials and the good curiculum at the end.",,Unknown +291504,10837,jedha,Jin Jaewook,False,2022,Les professeurs tout simplement fantastiques,2022-08-05,5.0,5.0,5.0,5.0,"Mon background, Consulting / chef de projet dans le secteur bancaire. J'ai choisi Jedha car c'est premièrement la passion Data ! Et pour pouvoir prendre en charge des projets data science. J'ai apprécié les professeurs! Qui étaient tout simplement fantastiques.... Read MoreRead Less",,Unknown +291503,10837,jedha,Christopher Gbezo,False,2022,Des profs totalement dévoués. Un staff ultra disponible. Bref chouchoutés.,2022-08-05,5.0,5.0,5.0,5.0,"Je n'avais aucun background data ou tech de mon côté. Je viens d'un parcours juridique donc très loin de tout ce que j'ai pu apprendre ici. Toutes les informations étaient complètes afin de me permettre de faire un choix éclairé. De plus, l'organisation... Read More en programmes ""essentials"" et ""fullstack"" était l'idéal pour moi et m'a permis de confirmer mon choix en deux temps. La formation est TRES TRES TRES DENSE et complet. Surtout, une bonne ambiance. Des profs totalement dévoués. Un staff ultra disponible. Bref chouchoutés.Read Less",,Unknown +291502,10837,jedha,Baptiste Eluard,False,2022,Une formation complète,2022-08-05,5.0,5.0,5.0,5.0,J'étais docteur en biologie. Je voulais utiliser le machine learning pour explorer les données de patients. J'ai apprécié les cours supplémentaires de Richard pour ceux qui étaient en difficulté sur python. La formation en elle même sinon était complète... Read More !Read Less,,Unknown +291501,10837,jedha,Houssem Rouis,False,2022,Très intense et très enrichissant,2022-08-05,5.0,5.0,5.0,5.0,La formation fullstack data science de chez Jedha est très intense et très enrichissante . Je l'ai effectué en guise de reconversion professionnelle . J'ai apprécié les différents modules ainsi que les ressources mais en particulier le module Deep Learning.... Read MoreRead Less,,Unknown +291500,10837,jedha,Hicham Mrany,False,2022,Une formation permettant de construire un portfolio de projet,2022-08-05,5.0,5.0,5.0,5.0,"J'etais Ingénieur en informatique. j'ai choisi Jedha pour 2 raisons , pour me lancer dans une carrière de data scientist et car le diplôme est reconnu, c'est une formation permettant de construire un portfolio de projet. J'ai apprécié la formation car... Read More elle permet d'avoir une bonne compréhension des bases du monde de la data.Read Less",Data Essentials,Data Science and Analytics +291499,10837,jedha,Lou Brisebarre,False,2022,j’ai trouvé la formation qualitative et pédagogique,2022-08-05,5.0,5.0,5.0,5.0,"Je suis chef de produit dans une entreprise spécialisée dans les coffrets d’activité. Je ne connaissais rien à ce domaine donc mon avis n’est pas forcément très éclairé mais j’ai trouvé la formation qualitative et pédagogique, qui vulgarise bien des concepts... Read More qui semblent plutôt inaccessibles à un débutant. Florian, le professeur de ma session est également très bon pédagogue. Il explique clairement et fait preuve de beaucoup de bienveillance, n’hésitant pas à prendre le temps de revenir sur les points de blocage. On ne se sent jamais bête de poser une question et c’est très appréciable.Read Less",Cybersecurity,Cybersecurity +291494,10837,jedha,Maïrah Moukoury Moulema,False,2022,Florian m'a donné envie de plonger dans l'univers de la cybersécurité,2022-08-05,5.0,5.0,5.0,5.0,"Bonjour, alors en ce qui concerne mon profil, je suis actuellement développeuse back end (PHP /Symfony essentiellement ) et actuellement en poste depuis 3 ans. A la base, j'étais intéressée par une formation Data mais Florian m'a donné envie de plonger... Read More dans l'univers de la cybersécurité lorsque j'ai participé à son atelier découverte il y a quelques semaines. J'ai beaucoup apprécié la capacité de Florian ( notre professeur) à vulgariser des concepts un peu ardus à la base, avec des exemples clairs, des exemples du quotidien et qui parlaient à tous. j'ai également apprécié les mises en situations réelles et la capacité de Florian de nous sensibiliser sur l'importance d'adopter les bonnes pratiques en terme de sécurité informatique.Read Less",Cybersecurity,Cybersecurity +291493,10837,jedha,Tony Kehl Malefa,False,2022,Tous ont été disponibles pour m'accompagner.,2022-08-05,5.0,5.0,5.0,5.0,"La collecte, le traitement et l'analyse des donnée font partie de mes domaines de compétence. J'ai réalisé des études prévisionnelles des tendances économiques, des analyses sectorielles. Mais j'ai été confronté à un problème de modélisation des séries... Read More temporelles en utilisant l'un des outils statistiques dénommé ""Eviews"". Le travail était trop mécanique avec plusieurs étapes à suivre. Le dernier soucis que j'avais, était de modéliser l'ensemble des séries avec des fréquences différentes. Après cette formation de votre école, je vois déjà comment je pourrai résoudre ce problème avec python. Lors de ma formation essentials j'ai pu apprendre le langage sql qui m'a permis de bien comprendre les codes de python et les différentes étapes de ML. Aussi, la découverte du Tableau pour l'analyse des données. Tous ont été disponibles pour m'accompagner.Read Less",Data Essentials,Data Science and Analytics +291492,10837,jedha,Jeremy Perreau,False,2022,The program was good and well built !,2022-08-05,5.0,5.0,5.0,5.0,"My background was close to none, i chosse Jedha to put my feet into programming more seriously, get a feel of working in teams, and building up necessary skills for my project. The program was good and well built ! Little improvement can be done : Clear... Read More audio for all will changes a lot.Read Less",Cybersecurity,Cybersecurity +291476,10837,jedha,Samuel Cadet,False,2022,Jedha couvrait tous les aspects de la Data !,2022-08-04,5.0,5.0,5.0,5.0,"J'étais inquiet au départ sur le rythme. Mais j'étais déjà familier de la programmation. Le plus dur a été le Deep Learning ainsi que le projet final. Jedha couvrait tous les aspects de la Data. Cela m'a permis de trouver le point le plus porteur pour... Read More mes projets. Ce que j'ai le plus apprécie : La présence des TA, la bonne ambiance, le choix du contenu du coursRead Less",,Unknown +291475,10837,jedha,Soufiane Zemrani,False,2022,J'ai appris beaucoup de chose dans le domaine de la data,2022-08-04,5.0,5.0,5.0,5.0,"J'ai appris beaucoup de chose dans le domaine de la data, c'est une formation solide et riche. La formation Fullstack est pleine de ressources complémentaires. On peut ajouter à ça les différents projets à effectuer qui permettent d'acquérir les compétences... Read More vues lors de la formation.Read Less",,Unknown +291473,10837,jedha,Yassine Mahtat,False,2022,Thank's Jedha for this fullstack training.,2022-08-04,5.0,5.0,5.0,5.0,"I was Industrial engineer, i choose jedha to have a better understanding of data science. I liked the great community with a good mindset. More of that the machine learning aspect was lovely and great teached by our teacher. Thank's Jedha for this training.... Read MoreRead Less",,Unknown +291472,10837,jedha,Quentin Gottafray,False,2022,J'ai aimé chez Jedha la diversité du contenu,2022-08-04,5.0,5.0,5.0,5.0,"J'ai eu un diplôme d'ingénieur et 3 ans en tant que dev , j'ai choisi la data science pour changer un peu du dev pur et avoir des bases pour me vendre aux recruteurs. J'ai aimé chez Jedha la diversité du contenu, c'était mon objectif principal de voir... Read More beaucoup de choses différentesRead Less",,Unknown +291470,10837,jedha,Anonymous,True,2021,JULIE a great platform.,2022-08-04,5.0,5.0,5.0,5.0,"I’m a sales analyst , i choose the data essentials to learn python sql and tableau. I found jedha on YouTube by seing a demoday ! I really liked at Jedha the project and the ressources. We use a platform called JULIE which is great and full of documentation.... Read MoreRead Less",Data Essentials,Data Science and Analytics +291469,10837,jedha,Yana Palyvoda,False,2021,It's a good training to become a Data Engineer,2022-08-04,5.0,5.0,5.0,5.0,I have done the Lead in Data Science training at Jedha . What I liked the most in this training is the knowledge that we get at the end. Our teacher Naël was great and pedagogical and the course content was very comprehensive. It's a good training to... Read More become a Data Engineer.Read Less,Lead Data,Data Science and Analytics +291468,10837,jedha,Joseph Bitbol,False,2022,C'est une formation complète,2022-08-04,5.0,5.0,5.0,5.0,J'étais un étudiant en pharmacy. J'ai choisi Jedha afin de changer de carrière professionnelle. J'en ai entendu parler via du bouche à oreille et j'ai alors postulé. Ce que j'ai enfin apprécié de ce bootcamp et l'ensemble des ressources que l'on a pu... Read More voir lors de la Fullstack. C'est une formation complète.Read Less,,Unknown +291467,10837,jedha,Rémi Arsac,False,2022,Nice projects to work on !,2022-08-04,5.0,5.0,5.0,5.0,I was aeronautical Engineer with 20 years of experience. Why Jedha ? To get a hand on practical training in data science. The training was recommanded by Phileas Samir who had been TA at Jedha. I really liked A lot of coding and practical training + nice... Read More projects to work on .Read Less,,Unknown +291466,10837,jedha,Richard Gheesah,False,2022,Beaucoup de notions différentes et de cas pratiques très concrets !,2022-08-04,5.0,5.0,5.0,5.0,"Je n'avais jamais codé, je travaillais dans le domaine de la banque/finance. J'ai eu la recommandation du bootcamp via une connaissance . J'ai apprécié le fait que l'on a vu beaucoup de notions différentes et de cas pratiques très concrets, et un format... Read More de cours en matinée/exos l'apres midi interessantRead Less",,Unknown +291465,10837,jedha,Anonymous,True,2022,"Essentials, une belle introduction à la Data Science.",2022-08-04,5.0,5.0,5.0,5.0,J'étais professeur avant d'effectuer la formation essentials de Jedha . J'ai choisi le bootcamp grâce aux différents avis sur internet et je n'en suis pas deçu. Cette formation courte m'a permis de découvrir les bases de la Data Science. C'est une belle... Read More introduction.Read Less,Data Essentials,Data Science and Analytics +291430,10837,jedha,Benjamin Suger,False,2022,I want to have some data skills !,2022-08-03,5.0,5.0,5.0,5.0,"I was in Financial market , I want to have some data skills. Not as far as data scientist, but as data analyst. I choose Jedha because of : Good review on internet + the fact that a lot of students in ""fullstack"" become data scientist (even if it's not... Read More my main goal to become one and stay on data analyst side). To conclude i loved the training thank's to the on site possibility, practice in the class, good atmosphere with staff, teacher, student.Read Less",Data Essentials,Data Science and Analytics +291362,10837,jedha,Ali Chamas,False,2022,L'ambiance est super sympa !,2022-08-02,5.0,5.0,5.0,5.0,"Je viens d'un domaine qui n'a rien à voir avec le data (pour le moment au moins) : La construction. J'ai choisi Jedha grâce aux différents types de formations proposées, l'ambiance et le niveau haut. Enfin, j'ai bien aimé le programme et les modules proposés.... Read More L'ambiance est super sympa.Read Less",Data Essentials,Data Science and Analytics +291361,10837,jedha,Yannick Icard,False,2022,J'ai tout apprécié dans la formation !,2022-08-02,5.0,5.0,5.0,5.0,"Bonne formation avec les difficultés des paramètres et installations diverses qui ne fonctionnent pas. La formation est assez dense et mérite d'être revue grâce aux Replay car difficile de tout intégrer. J'ai tout apprécié dans la formation ( contenu... Read More , professeur, plateforme.) Merci Jedha.Read Less",Lead Data,Data Science and Analytics +291360,10837,jedha,Bérenger Queune,False,2022,I am sure I will use your ressources to learn new things later !,2022-08-02,5.0,5.0,5.0,5.0,I worked 13 years as a customer support employee for Blizzard. Then I followed a 5 months Data Analyst training in the Wild Code School. The lessons are well written. The fact we have access to Julie for life is amazing. I am sure I will use your ressources... Read More to learn new things later or just have a good reminder when I need one.Read Less,Lead Data,Data Science and Analytics +291359,10837,jedha,Frédéric Rool,False,2022,Le cursus est très complet !,2022-08-02,5.0,5.0,5.0,5.0,"Je travaillait dans l'IT depuis 27 ans au sein d'une grande ESN Française. J'ai occupé des postes de développeur, concepteur, business analyst, chef de projet et product owner. Très souvent sur des missions longues de grands projets (3 ans et plus). J'ai... Read More aimé à Jedha , les explications claires des professeurs, leur disponibilité, le soutient des TA, l'ambiance de la promotion et le travail en équipe, l'excellente plateforme Julie et les nombreux cours accessibles, les évènements Jedha (démo days, interventions et workshop de très grande qualité).Read Less",Lead Data,Data Science and Analytics +291358,10837,jedha,Iandro Rakotondrandria,False,2022,I really liked !,2022-08-02,5.0,5.0,5.0,5.0,"Before Jedha , i was a customs broker. I choose jedha to do a professional retraining , Why them ? Because of the curriculum, it was the most complete. Thanks to jedha, I was really able to level up after the 3 trainings I did. Moreover, in Lead program,... Read More a new module has just arrived, reinforcement learning, which I really liked.Read Less",Lead Data,Data Science and Analytics +291331,10837,jedha,Anonymous,True,2022,On se sent réellement accompagné pour la suite !,2022-08-01,5.0,5.0,5.0,5.0,"Background dans l'économie, et les langues. Une formation d'initiation data science à Dauphine, avant d'arriver en Fullstack chez Jedha, puis en Lead. J'ai aimé à Jedha , le fait que le programme soit très bien structurés avec une approche holistique... Read More du domaine, et constamment mis à jour. Le fait d'avoir des exercices avec leurs solutions disponibles. Le fait d'avoir accès à la super plateforme Julie. on ne mesure pas l'importance que ça revêt au début, mais on le comprend de façon croissante à mesure que les semaines passent. Voir notamment qu'on a un accès à tous ces cours annexes, et ce de façon illimitée à l'issue de la formation, est très appréciable. L'implication des professeurs, leur disponibilité et leur proximité qui rend la communication simple et facile. Le fait d'avoir eu des professeurs pédagogiques fait toute la différence. Mais au-delà, un point ressenti mais peut-être pas assez dit : leur niveau de connaissances et compétences très élevé. Même en étant étudiant, ça se ressent et ça apporte un gage de crédibilité à ce qu'ils nous disent, particulièrement quand on comprend à quel point le domaine finit par être nébuleux et chaque petit sujet creusable sans fin. A contrario d'un prof de maths pour un cours de maths bien normé, sur un sujet type Pythagore connu et maîtrisé depuis des siècles et des siècle, où avoir un prof de maths génie ou juste correct ne fait pas de différence, seule la pédagogie fait la différence. Enfin le principe d'avoir un coaching carrière en fullstack est un plus à la formation, y compris les permanences du mardi après-midi : on se sent réellement accompagné pour la suite.Read Less",Lead Data,Data Science and Analytics +291328,10837,jedha,David Boccara,False,2022,The essentials program was very helpful,2022-08-01,5.0,5.0,5.0,5.0,"I was eager to learn about data, and the essentials program was very helpful. I really like at Jedha : the teacher, the format of each formation , and the class materials ( We have a platform name JULIE) which are really good to learn and work on it.... Read More Thank's !Read Less",Data Essentials,Data Science and Analytics +291317,10837,jedha,Romane Praxo,False,2022,Jedha est l'un des meilleurs organisme de formation en Data !,2022-08-01,5.0,5.0,5.0,5.0,"En arrivant chez Jedha, je n'y connaissais rien, aujourd'hui je comprends mieux le langage technique. Jedha est l'un des meilleurs organisme de formation en Data avec des bons retours des apprenants. La méthode d'apprentissage est vraiment instructive... Read More 70% pratique et 30% théorique. Merci !Read Less",Data Essentials,Data Science and Analytics +291313,10837,jedha,Ingrid Mattioni,False,2022,I was really impressed to learn so much in two weeks !,2022-08-01,5.0,5.0,5.0,5.0,"I've been working for 15 years as a communications manager. I was looking for new professional perspectives and was very interested in exploring the job of data analyst. This program was a great way to discover the basics of data analytics and check if... Read More this job would fit me. The data essentials program was really adapted to my needs , i really liked the teaching approach, very practice-oriented. Above all, I was really impressed to learn so much in two weeks!Read Less",Data Essentials,Data Science and Analytics +291303,10837,jedha,Anonymous,True,2022,Mission accomplit !,2022-08-01,5.0,5.0,5.0,5.0,"J'ai eu l'occasion de faire la formation essentials en data. Je recommande à 100% pour ceux qui veulent dans un premier temps découvrir la data et peut-être même devenir data analyst pour ceux qui le souhaite. Même si vous n'y connaissez rien, c'est totalement... Read More accessible et c'est justement construit de cette manière. En plus des cours vous avez aussi accès à une interface (JULIE) avec beaucoup de ressources pour les cours. Vous y avez accès même après la fin de la formation et s'il y a des ajouts. Pour ceux qui veulent aller plus loin vous avez d'autres formations en data science (data full stack) que je ne ferais pas car j'avais juste pour but d'avoir des compétences en data analysis. Mission accomplit !Read Less",Data Essentials,Data Science and Analytics +291259,10837,jedha,Basma Fezzi,False,2022,J’adore la data & Jedha Community!,2022-07-29,5.0,5.0,5.0,5.0,"L’envie de découvrir en douceur les différents thèmes de la data science m'a conduit à Jedha. Ce qui m'a plu lors de mon bootcamp : la diversité des cours, l’envie d’apprendre au quotidien de nouvelles choses en faisant plein de recherches. J’adore la... Read More data & Jedha Community! Merci EncoreRead Less",Data Essentials,Data Science and Analytics +291257,10837,jedha,Antoine Jacquet,False,2022,on sort considérablement enrichi de la formation !,2022-07-29,5.0,5.0,5.0,5.0,"Depuis mon diplôme de l'ESC Grenoble en 2015, je travaille comme contrôleur de gestion à la SNCF. J'ai occupé un premier poste de contrôleur de gestion synthèse dans une direction centrale puis un poste de contrôleur de gestion opérationnel dans une entité... Read More de production Maintenance et Travaux sur le secteur de Saint-Lazare. J'ai parangoné Jedha avec les autres écoles. Pour moi, Jedha avait plusieurs points forts sur le papier par rapport à ces concurrents. Tout d'abord, il n'y avait pas de prérequis et l'école est ouverte à tous profils alors que les autres font une petite pré-sélection. Quand, j'ai fait la demande de syllabus, je ne me suis pas fait ""harcelé"" au téléphone un jour après. Le contact avec l'équipe d'admission s'est bien passé. Enfin, le blog de Jedha avec les témoignages et autres articles ont achevé de me convaincre. La formation est intense mais on sort considérablement enrichi sur le plan intellectuel et avec un niveau de compétence franchement loin d'être ridicule. Je vois tout de suite quels pourraient être les usages dans mon quotidien professionnel avec ce que j'ai appris en Python. Merci Jedha !Read Less",Data Essentials,Data Science and Analytics +291255,10837,jedha,Huong Giang Quach,False,2022,Je la recommande vivement !,2022-07-29,5.0,5.0,5.0,5.0,"J’ai suivi la formation Essentials à temps plein pendant 2 semaines. Je la recommande vivement ! La formation nous permet d’apprendre les fondamentaux de la Data, Tableau, Python, SQL et le machine learning… La formation est parfaite pour débuter une... Read More reconversion professionnelle. Le contenu de la formation est très rich et complet. Les cours sont bien équilibre entre la théorie et la pratique. L’enseignante est pédagogique, à l'écoute, patiente, et surtout très compétente ! Super expérience! Merci encore à toute l'équipe !Read Less",Data Essentials,Data Science and Analytics +291148,10837,jedha,Jordan,False,2022,Personally convinced it's just the best possible bootcamp,2022-07-26,5.0,5.0,5.0,5.0,"I was looking for a top quality bootcamp for a professional retraining, and after a thorough comparison, eventually decided to go with Jedha. What a great decision it was! I did the Fullstack Data course, then the Lead Data one, and for both of them the... Read More learning curve was incredible.. While finishing the Lead Data course, I already managed to land a Data scientist job in the well-renowned company of my choice, successfully passing the technical interview(!). It would have been nowhere near possible only a few months earlier. This is of course partly thanks to my motivation. Still, I’m convinced I couldn’t have done it on such a short notice, had I chosen another way for my retraining.The program indeed was very comprehensive and ambitious, with days splitted between theorical explanations on mornings and hands-on exercises on afternoons, and many projects on top of that to digest the various notions and concepts. Add to this some actively involved teachers and a dedicated assistant teacher all along, with specific channels on the Discord server to receive anytime -evenings, weekends- a technical help from the Jedha community, and I believe you have a recipe that makes a big difference in the long run. Also I think that the flexibility to freely choose day after day to go to the school or stay remote was a plus. About the other strengths, I appreciated a lot that even after we finished the bootcamp, we are still accompanied : On top of the 3 days career coaching toward the end of the Fullstack course program, we can book a one-to-one meeting with the founder of the school, to get some more personalised coaching career assistance, during or after the courses period (that definitely helped me too). We also keep unlimited access to the intern platform with all the courses and many other resources, which are updated on a regular basis and thus stay at the edge. Now that I finished the bootcamp, I see this as a goldmine and keep using it. Only damper, I happened a few times to spot here and there a typo or even an english grammar mistake after a course was updated on the platform. Too bad for a bootcamp of that level! Anyway, definitely worth it. I highly recommand.Read Less",Lead Data,Data Science and Analytics +289184,10837,jedha,Marine B,False,2021,Excellent Bootcamp !,2022-05-27,5.0,5.0,5.0,5.0,"Excellent bootcamp, l'équipe pédagogique est au top. J'ai choisi la formation Essentials chez Jedha pour ajouter une palette de compétences à mon profil marketing. L'équipe est vraiment passionnée , compétente et très à l'écoute ! La communauté est géniale... Read More et les cours sont d'une excellente qualité ! Merci Jedha. Je recommande vivement ce Bootcamp en Data !Read Less",Data Essentials,Data Science and Analytics +289183,10837,jedha,Grégory Colongo,False,2021,Un top bootcamp,2022-05-27,5.0,5.0,5.0,5.0,"Equipe bienveillante et disponible, programme Data Science très complet et plateforme d'apprentissage disponible 24/24 pendant et après la formation pour se perfectionner à vie...je suis pleinement satisfait de ce Bootcamp ! Merci Jedha pour cette formation.... Read MoreRead Less",,Unknown +289182,10837,jedha,Pascal Briano,False,2022,Nice Bootcamp !,2022-05-27,5.0,5.0,5.0,5.0,"I was data manager, i choose this training o increase my chance to find a job with a training and certification recognized by Pole Emploi. The training is accessible and certified by Pole Emploi. I really like the practical exercises after the morning... Read More courses.Read Less",Data Essentials,Data Science and Analytics +289180,10837,jedha,Maria Dubova,False,2022,Un avis très positif sur Jedha,2022-05-27,5.0,5.0,5.0,5.0,"J'ai fais un Master Actuariat et Finance, j'ai effectué une reconversion professionnelle. J'avais un avis très positif sur le format bootcamp qui s'est démocratisé en France, d'où mon choix pour Jedha. J'ai apprécié les projets pratiques et les profs... Read More très professionnels et toujours à l’écoute !Read Less",,Unknown +288944,10837,jedha,Thomas Agéon,False,2021,Une introduction à la data intéressante !,2022-05-20,5.0,5.0,5.0,5.0,"Je possède un background en finance sans réelle compétence en data. J'ai trouvé que c'était une introduction à la data intéressante, qui n'était pas trop chère ni trop contraignante en terme de nombre d'heures. J'ai choisi Jedha après avoir contacté plusieurs... Read More anciens élèves. Le panorama est complet et synthétique. J'ai d'autant plus apprécié le professeur (David) qui est très pédagogue.Read Less",Data Essentials,Data Science and Analytics +288909,10837,jedha,Fanny Malmartel,False,2022,Je recommande vivement la formation,2022-05-19,5.0,5.0,5.0,5.0,"J'ai suivi la formation Data Essentials de Jedha. En deux semaines de formation, nous apprenons les bases en SQL, Python et Machine Learning. La formation est dense et de très bonne qualité. Le système: théorie le matin et exercices l'après midi nous... Read More permet de bien pratiquer. Je recommande vivement la formation pour acquérir les bases en data science.Read Less",Data Essentials,Data Science and Analytics +288908,10837,jedha,Youssef Boulehia,False,2021,Très satisfait de la qualité d'apprentissage,2022-05-19,5.0,5.0,5.0,5.0,"C'est ma deuxième formation à Jedha (fullstack). Je suis très satisfait de la qualité d'apprentissage, du respect et du professionnalisme des formateurs qui n'hésitent pas à réexpliquer et adapter leurs explications au niveau du groupe vu la diversité... Read More des parcours professionnel et scolaire des candidats. Et je n'oubli pas la gentillesse du directeur et du personnel. C'est une belle expérience, riche en informations et en rencontres, dont je garde de bons souvenirs...Read Less",,Unknown +288817,10837,jedha,Guillaume Marie,False,2022,Formation Essentials Data,2022-05-17,5.0,5.0,5.0,5.0,J'ai eu l'opportunité de suivre la formation Data essentials à distance et la qualité à été à la hauteur de mes attentes - D'un point vue pédagogique bienveillance et expertise au rdv. D'un point organisationnel la plateforme Julie fait toute la différence... Read More bref l'apprentissage devient très simple. Je salue la qualité de l'enseignement chez Jedha. May the force be with you !Read Less,Data Essentials,Data Science and Analytics +288476,10837,jedha,Foudil Driche,False,2022,"Cybersécurité essentials , un programme top !",2022-05-05,5.0,5.0,5.0,5.0,"Lors de mon parcours professionnel, j'ai travaillé essentiellement dans le secteur de l'assurance en occupant des postes de sales et de management. Mon intérêt pour le numérique a été toujours présent lors de mes expériences professionnels, la cyber assurance... Read More est une offre assurantiel que je souhaite explorer. Je remercie mes différents profs ont réussit à me transmettre leur passion avec enthousiasme. Enfin, je suis très content d'avoir suivi ces formations chez Jedha, d'avoir appris pleins de chose passionnante dans une ambiance fun et sympathique. Merci.Read Less",Cybersecurity,Cybersecurity +288419,10837,jedha,Brice Edwiges,False,2022,Thank's the cybersecurity training !,2022-05-03,5.0,5.0,5.0,5.0,"I was engineer, i have economy and program management. I choose the Essentials Cybersecurity of Jedha because i wanted be able to work in related topics. I choose Jedha because they had the best ranking , and i'm not disapointed. I really liked the good... Read More teacher and the good process of the lesson.Read Less",Cybersecurity,Cybersecurity +288417,10837,jedha,Barry Thien,False,2021,Cyber Security Top bootcamp !,2022-05-03,5.0,5.0,5.0,5.0,"A long time ago... In a web galaxy far ... Far away.... I choose the cyber security bootcamp of Jedha because of the big opportunities in this way. I always loved to find new way to hack life . I really like the quick bootcamp, with big skills and Instructors... Read More were perfect!Read Less",Cybersecurity,Cybersecurity +288031,10837,jedha,Anonymous,True,2021,Assez bien dans l'ensemble,2022-04-25,3.0,4.0,4.0,1.0,"The advantages are that the training is very rich in skills, you learn a lot. However the community is quite disappointing because very little advice to be hired in the end, really a shame.The Julie platform regularly has technical problems, it's not... Read More very serious but it can be very frustrating in the end. The platform itself is very intuitive, which allows a rich learning experience, have lifelong lessons which is very good to practice even after training.Read Less",Data Essentials,Data Science and Analytics +285973,10837,jedha,Yannick Noudjoukouang,False,2021,Very Good cyber security formation !,2022-02-17,5.0,5.0,5.0,5.0,I have a background en Finance - Management- Audit . I knew Jedha because i have finished the fullstack bootcamp it and I am particularly satisfied about it. I liked the exercises and the lectures around risks management and how to prevent from attacks.... Read MoreRead Less,,Unknown +285971,10837,jedha,Valentin Lewandoski,False,2021,Une variété de sujet intéressante !,2022-02-17,5.0,5.0,5.0,5.0,"J'ai effectué un master de Philosophie + marketing, je suis actuellement web analyst . J'ai choisi Jedha grâce aux bons avis sur l'école + le fait que 3 mois est une bonne durée pour avoir des bases solides. Enfin j'ai apprécié , la variété des sujets... Read More (ML, Deep Learning, déploiement...) + les projets .Read Less",,Unknown +285969,10837,jedha,Mamadou Sow,False,2021,Super formation !,2022-02-17,5.0,5.0,5.0,5.0,"Excellent bootcamp , l'équipe est au top. J'ai choisi Jedha car l'équipe est passionnée , competente et super sympathique ! En plus de l'équipe , la communauté est génial et les cours sont d'une excellente qualité ! Merci Jedha. Je recommande ce bootcamp... Read More en cyber sécurité !Read Less",Cybersecurity,Cybersecurity +285964,10837,jedha,Margaux Grünenwald,False,2021,Un bootcamp pour se reconvertir !,2022-02-17,5.0,5.0,5.0,5.0,"Avant Jedha , j'étais Retail Manager d'une chaîne de boutique ! Jedha m'a permis de lancer ma reconversion dans la data science ! Aujourd'hui je ne suis pas déçue de mon choix , Jedha semble être le meilleur bootcamp en data science . Enfin , l'équipe... Read More pédagogique ainsi que les professeurs sont géniaux.Read Less",,Unknown +285925,10837,jedha,Yannick Icard,False,2021,Jedha un bon bootcamp !,2022-02-16,5.0,5.0,5.0,5.0,"Je suis en reconversion professionnelle , c'est pourquoi j'ai choisi Jedha pour avoir une formation en Data et faire la formation full stack ! Les cours très orienté terrain, les Replay sont d'une grande aide. Je peux ajouter à ça l'équipe et les professeurs... Read More qui sont tops également !Read Less",Data Essentials,Data Science and Analytics +285886,10837,jedha,Pierre Adda,False,2022,Jedha un bon bootcamp,2022-02-15,5.0,5.0,5.0,5.0,"Qu'ai-je aimais chez Jedha : Je pourrais dire ""tout"". Pour être plus spécifique les professeurs étaient excellent, le support de cours est de très grande qualité, les nombreux projets sont très utiles pour solidifier les très nombreuses connaissances... Read More acquises durant les cours, l'équipe de Jedha est super sympa et il y avait une bonne ambiance au sein de la ""promo"".Read Less",,Unknown +285884,10837,jedha,Nassim Yahoumi,False,2021,Cool teacher and nice formation !,2022-02-15,5.0,5.0,5.0,5.0,I have a BTS in accounting and a degree in back and middle office. I am currently studying for an MBA in Trading. My level to date was beginner . I liked the approach of the training is resolutely oriented practical all the concepts learned in the morning... Read More are implemented in the afternoonRead Less,Data Essentials,Data Science and Analytics +285871,10837,jedha,Ludovic Pison,False,2021,Bonne formation Cyber sécurité,2022-02-14,5.0,5.0,5.0,5.0,"Les équipes pédagogiques sont très à l'écoute. Les cours sont intensifs. Le niveau est assez élevé. En plus de cela , le sujet est très à la mode. Cela m'a permis d'enrichir mes connaissances générales. Enfin, j'ai apprécié la partie d'enseignement sur... Read More les généralités.Read Less",Cybersecurity,Cybersecurity +285870,10837,jedha,Anonymous,True,2022,Thank's Jedha,2022-02-14,5.0,5.0,5.0,5.0,I enrolled in order to better understand data science and to have basic knowledge so I can better handle it . I liked to being able to practice right away and a small group of students which makes it easier to share with the teacher ! Thank's Jedha !,Data Essentials,Data Science and Analytics +285869,10837,jedha,Abdelali Akroute,False,2022,Un bootcamp à la durée adéquate !,2022-02-14,5.0,5.0,5.0,5.0,"Le programme me semblait intéressant, sur une durée convenable , j'ai adoré la partie machine learning du programme . Les intervenants était top également , j'ai adhéré à la philosophie de Jedha et aujourd'hui je fais partie de la famille d'alumni de... Read More Jedha.Read Less",,Unknown +285867,10837,jedha,Ahava Cohen,False,2022,Jedha un bon bootcamp,2022-02-14,5.0,5.0,5.0,5.0,"J'ai du prendre une année de césure dans mes études de pharmacie, j'ai voulu occuper mon temps en apprenant la data science mais je ne me sentais pas capable de m'auto former, j'ai donc fait des recherches sur les écoles disponibles et après avoir assisté... Read More à Demoday j'ai été convaincue par Jedha . La formation essentials est un programme qui s'adapte vraiment à ceux qui partent de 0 comme moi !Read Less",Data Essentials,Data Science and Analytics +282278,10837,jedha,Armando Espinosa Miranda,False,2021,Jedha training,2021-10-11,5.0,5.0,5.0,5.0,"Hello, I would like to share my gratefulness of my last training session with Jehda data programs in France. My goal was to review existing data science, analyst, engineer trends and validate knowledge of data management. A lot of fun with excellent teachers... Read More with their start up spirit, if you are looking data courses my advice go with confidence with Jedha.. thanks to them!Read Less",,Unknown +282277,10837,jedha,Armando Espinosa Miranda,False,2021,Jedha training,2021-10-11,5.0,5.0,5.0,5.0,"Hello, I would like to share my gratefulness of my last training session with Jehda data programs in France. My goal was to review existing data science, analyst, engineer trends and validate knowledge of data management. A lot of fun with excellent teachers... Read More with their start up spirit, if you are looking data courses my advice go with confidence with Jedha.. thanks to them!Read Less",,Unknown +282128,10837,jedha,Mohamed Chanif,False,2021,Super formation,2021-10-05,5.0,5.0,5.0,5.0,"Super professeur , super cours, j'ai appris un nouveau domaine de compétence et j'aime beaucoup. Nous pouvons participer, si nous avons un problème, le prof est là, nous travaillons en groupe, je n'ai rien à dire. Je remercie Jedha pour la formation qui... Read More m'a été donné.Read Less",Data Essentials,Data Science and Analytics +282091,10837,jedha,Armando Espinosa,False,2021,Very impressive !,2021-10-04,5.0,5.0,5.0,5.0,"Very impressive always worrry about the classroom wellbeing and explanations very clear for all kind of students levels . Distant learners not easy to follow at same level with ones in local building , the building is very nice to learn and Jedha's team... Read More really welcoming.Read Less",Data Essentials,Data Science and Analytics +282089,10837,jedha,Thibaud Chevrier,False,2021,Excellent programme de formation,2021-10-04,5.0,5.0,5.0,5.0,"J'ai suivi la formation Data Scientist Fullstack part time de Jedha. Excellent programme de formation pour acquérir toutes les bases de la Data Science, du Big Data au Machine Learning et Deep Learning. J'ai pu suivre les cours en parallèle de mon activité... Read More professionnelle, le lundi soir et le samedi pendant 6 mois. L'accès illimité aux ressources via la plateforme JULIE et le replay des cours sur YouTube sont très pratiques et permettent de rester flexible dans son organisation. Les profs sont de vrai pros dans leur domaine, très pédagogues et disponibles même en dehors des cours. Les projets proposés sont intéressants et permettent de construire un vrai portfolio. La formation est bien reconnue en entreprise, j'ai pu trouver le poste que je souhaitais dès la fin de la formation. Je recommande vivement aux passionnés de la Data et à ceux qui souhaites démarrer leur carrière dans ce domaine ! Merci encore à toute l'équipe !Read Less",,Unknown +282088,10837,jedha,Ruben Bouhnik,False,2021,Une formation intensieve!,2021-10-04,5.0,5.0,5.0,5.0,Cette formation donne un aperçu de ce que peuvent être les métiers autour de la data science. De nombreux concepts sont abordés pendant ces deux semaines avec une certaine intensité de compréhension en raison de la complexité de ces nouveaux concepts.... Read More Cette formation Essentials m'a donné envie de faire plus tard la Full Stack.Read Less,Data Essentials,Data Science and Analytics +281934,10837,jedha,Margaux Levesque,False,2021,C'était une super expérience !,2021-10-01,5.0,5.0,5.0,5.0,"J'ai fait la formation Essential pour Data Analyst/Scientist et c'était une super expérience ! Le programme est très riche et tout à fait accessible à des gens vraiment novice ! La preuve, j'en fait partie et j'ai réussi à avoir ma certification ! L'équipe... Read More est bienveillante et très à l'écoute ! Je recommande vivement cette formation et ce centre !Read Less",Data Essentials,Data Science and Analytics +281649,10837,jedha,Safae Chguar,False,2021,Très belle expérience !,2021-09-22,5.0,5.0,5.0,5.0,"J’ai fait la formation Essentials et Full Stack de Jedha, à temps plein. Je recommande vivement cette formation, les professeurs sont très pédagogues et à l’écoute. Je n’avais aucune base en Data, grâce à Jedha, j’ai pu découvrir les fondamentaux de la... Read More Data, et maîtriser le langage de programmation Python. Il y a des projets à réaliser à chaque fin de module. Les replays des cours sur YouTube m’ont beaucoup aidé, j’ai pu revoir certains points pour mieux comprendre. Merci pour tout, ce fut une très belle expérience !Read Less",,Unknown +281611,10837,jedha,Huy Nam TRAN,False,2021,Essentials Data Science,2021-09-21,5.0,5.0,5.0,5.0,"In 2 weeks, I was able to work with Tableau, SQL, Python and some applications of Machine Learning. I'd recommend this bootcamp for anyone who would like to start learnning about the principles of data science. This formation is very good for beginner... Read More to firgure out the data science world.Read Less",Data Essentials,Data Science and Analytics +281585,10837,jedha,Youssef Jlidi,False,2021,Bonne formation !,2021-09-20,5.0,5.0,5.0,5.0,"La formation essential que j'ai suivi est très complète, riche et concrète . Les intervenants sont qualifiés et n'hésite pas à simplifier , vulgariser le vocabulaire tout en gardant une bonne pédagogie et un bon coté professionnel. Je recommande cette... Read More formation.Read Less",Data Essentials,Data Science and Analytics +281556,10837,jedha,Amirben,False,2021,Data Essentials,2021-09-19,5.0,5.0,5.0,0.0,"La formation essentials est très exhaustive. En deux semaines, on apprend énormément sur le déroulement d'un projet en data science, et on commence à prendre en main les outils nécessaires pour travailler dans le domaine (SQL, Python, Tableau), le tout... Read More est conclu par un projet à présenter à l'issue du cursus. Aussi, le parcours essentials une excellente base pour ceux qui veulent aller plus loin (notamment en fullstack) car il donne une idée sur ce qui sera abordé, la manière dont est enseigné le contenu, et fournit les premiers reflexes pour être dans le rythme (très soutenu) pour la suite. Sinon, ceux qui font uniquement les essentials sortent de là avec des acquis solides pour la suite. Les professeurs sont très disponibles et répondent à toutes les questions (et encouragent les élèves à le faire), le contenu est abordé dans son intégralité et les points difficiles sont revus si nécessaire. Bref, une très belle expérience, à faire pour tous ceux et celles qui hésitent encore :)Read Less",Data Essentials,Data Science and Analytics +281520,10837,jedha,Melisa Varol,False,2021,Dynamique et claire !,2021-09-17,5.0,5.0,5.0,5.0,"Durant la formation nous avons pu : - Recouvrir plusieurs notions en peu de temps - De bons cas pratiques - Le fait de pouvoir suivre la formation en hybride, d'avoir accès aux cours sur la plateforme Julie et aux vidéos des séances sur Youtube est un... Read More plusRead Less",Data Essentials,Data Science and Analytics +281489,10837,jedha,Anonymous,True,2021,Formation très complète et intéressante,2021-09-16,5.0,5.0,5.0,5.0,"Charles est un excellent professeur, pédagogue, à l'écoute et faisant preuve de patience, il maitrise parfaitement son sujet, la formation m'a permis de consolider mes bases en data science ( python , EDA ...). Je recommande Jedha , pour la formation... Read More délivrée.Read Less",,Unknown +281456,10837,jedha,Johan Mbiga,False,2021,La formation est très complète !,2021-09-15,5.0,5.0,5.0,5.0,La formation est très complète. J'ai appris plus de choses que je ne pensais apprendre. J'aime l'aspect pratique en direct qui permet d'avoir la perspective du professeur sur les exercices. Cette formation est vraiment utile pour une première approche... Read More des bases techniques d'outils très utilisés en data science.Read Less,Data Essentials,Data Science and Analytics +281452,10837,jedha,Melanie Allain,False,2021,Professionnalisme & Qualité,2021-09-15,5.0,5.0,5.0,5.0,"J'ai fait la formation Essentials de Jedha à temps partiel, je la recommande. Le rythme était idéal pour moi: cours mardi et jeudi soirs pendant 2 mois. Au niveau du contenu : je n'y connaissais rien et j'ai acquis les bases grâce à un programme adapté.... Read More Bon équilibre entre théorie et pratique. J'ai surtout apprécié les replays des cours accessibles via Youtube (en privé). Ca m'a permis de revoir certaines parties des cours et de mieux comprendre certaines notions. Accès illimité à la plateforme de Jedha, et c'est bien pratique ! Quant aux profs, ce sont des pro qui enseignent en plus de leur activité, ils sont accessibles pendant et en dehors des cours.Read Less",Data Essentials,Data Science and Analytics +281425,10837,jedha,Ruiqi Zeng,False,2021,Very Good,2021-09-14,5.0,5.0,5.0,5.0,"Very good! I felt it was inclusive (could speak in English when needed, materials in English), very good introductory program which doesn't really exist elsewhere, great resources and great teachers. Especially Antoine who was always in good spirit and... Read More encouraging, and was great at teaching (interactive, concise, clear, not reading the slides or materials on Julie).Read Less",Data Essentials,Data Science and Analytics +281423,10837,jedha,Zafisainana RANDRIAMANANTENASOA,False,2021,Bonne formation Essential,2021-09-14,5.0,5.0,5.0,5.0,"Formation essential, adapté à mon fonctionnement - présentiel, on a apprend bien les bases qui appellent à aller plus loin. J'avais deja quelques bases et j'ai pu facilement approfondir et combler certaines lacunes . Les différents intervenants sont très... Read More compétents et à l'écoute. On peut poser toutes les questions. Les explications sont claires.Read Less",Data Essentials,Data Science and Analytics +281351,10837,jedha,Djed Boughlali,False,2021,Je recommande vivement Jedha,2021-09-10,5.0,5.0,5.0,5.0,"Je recommande vivement la formation Data Essentials de Jedha. Super expérience, équipe top et à l’écoute. Je ne connaissais quasiment rien à la data et grâce à la formation j’ai acquis les bases. La plateforme JULIE étant accessible à vie à tous les alumnis,... Read More elle me permettra d’améliorer mes connaissances en pratiquant seul de mon côté. Merci encore à toute l’équipe et à très bientôt 😊Read Less",Data Essentials,Data Science and Analytics +281350,10837,jedha,Lucas Guivier,False,2021,Très riche et dense en information,2021-09-10,5.0,5.0,5.0,5.0,"Programme très enrichissant, il manque juste parfois des mises à jours sur certains jours de formations. Certains cours étaient parfois un peu trop denses (ex : Kubernetes, Docker) et l'ensemble du cours ne pouvait pas être vu dans la même journée. Malgrés... Read More ces petits points , notre professeur Samuel a été l'écoute et il est très serieux dans son travail.Read Less",Lead Data,Data Science and Analytics +280689,10837,jedha,Jud SAM,False,2021,Highly recommended!,2021-08-24,5.0,5.0,5.0,5.0,"I do not regret having chosen Jedha to learn Data Sciences. The training is case-oriented with a good dose of computer science but does not abandon the theory. Many modules are covered with projects and exercises to understand them. The teachers are professionals... Read More with experience in their field, very accessible, competent and patient. The whole staff is very attentive. Perhaps a point of improvement would be to add a Reinforcement Learning module. Moreover, the certificate is recognised by the State. The price is still quite affordable compared to other courses. I highly recommend it.Read Less",,Unknown +280236,10837,jedha,Ludovic Pison,False,2021,Merci Jedha !,2021-08-12,5.0,5.0,5.0,5.0,"Je voulais vous faire un retour suite à la formation essentials data. Je n'ai pas hésité à partager avec mon manager chez Renault. Il a apprécié ma démarche. A la rentrée, je devrai changer de mission. Je vais devenir product owner sur un projet data... Read More et IA, avec une équipe composée de data scientists et IT. Je ne regrette pas du tout ces 8 semaines. Je vais enchaîner avec l'essentials cybersécurité.Read Less",Data Essentials,Data Science and Analytics +280018,10837,jedha,Lesvesques Margaux,False,2021,Je recommande Jedha!,2021-08-05,5.0,5.0,5.0,5.0,"Je recommande vivement la formation Data Essential ! C’était une super expérience ! Courte, intense et très riche ! L’équipe est très présente et veille à ne pas laisser pas votre bateau tomber ! 🙂 Merci encore à toutes l’équipe et à très bientôt en Fullstack... Read More !Read Less",Data Essentials,Data Science and Analytics +279926,10837,jedha,Dylan,False,2021,Un accompagnement didactique pour gagner en compétence pas à pas,2021-08-03,5.0,5.0,5.0,5.0,"Super expérience, la formation essentials m’a permis de regagner en confiance et d'affermir mes compétences (python, Sql et algo) tout au long des deux semaines. Si vous hésitez car vous n'avez jamais mis les pieds dans le monde de la data, sachez que... Read More certains des étudiants n'avais jamais codé de leur vie et on réussit en deux semaines à acquérir des bases solides et à monter leurs projets Data ! Nos intervenants ont vraiment (et j’insite) pris le temps de répondre à toutes nos questions (même en dehors des heures de cours !), de nous expliquer de façons très didactique les cours et de nous apporter un accompagnement personnalisé. Pour le rythme : Le matin était dédié au cours et aux questions. L'après-midi aux exercices et aux entrainements. La plateforme de cour ""Julie"" est un vrai plus, on y retrouve tout nos cours, un espace pour stocker et prendre des notes et pas besoin de logiciel pour coder, nous pouvons le faire directement depuis leur plateforme mise à notre disposition. Maintenant, c'est parti pour la Full Stack D'octobre !!Read Less",Data Essentials,Data Science and Analytics +279828,10837,jedha,Selima Zayani,False,2021,Expérience mémorable,2021-07-30,5.0,5.0,5.0,5.0,"Expérience intensive et enrichissante, j’ai passé deux semaines chez Jedha avec la formation Essentials en Juillet 2021. Les cours sont bien structurés munis d’exercices d’application bien détaillés sans oublier les récaps à la fin de chaque cours. Les... Read More professeurs sont disponibles et à l’écoute surtout Ines très pédagogue et prend la peine d’expliquer de différentes manières à chacun pour s’ajuster à son niveau de compréhension. J’encourage toute personne désirant de se former à la data science de suivre cette formation qui en un laps de temps très court a su m’apporter des connaissances en Tableau , SQL, Python, et Machine Learning. Le principe de ces cours c’est d’apporter une compréhension et une maîtrise de la logique de ces différents langages ce qui permet aux apprenants d’acquérir une base solide. Hâte de commencer la formation Fullstack en Septembre prochain 🚀Read Less",Data Essentials,Data Science and Analytics +279713,10837,jedha,boulehia,False,2021,FORMATION BOOTCAMP DATA ANALYST,2021-07-27,5.0,5.0,5.0,5.0,"Two weeks of intensive courses at Jedha. I really want to continue in data science, we learned a lot about Tableau, Python, SQL and machine learning. A big thank you to the trainers for their pedagogy which was excellent and their good mood! I hope to... Read More see you very soon.Read Less",Data Essentials,Data Science and Analytics +279676,10837,jedha,Chunyan Frey,False,2021,Excellente expérience !,2021-07-26,5.0,5.0,5.0,5.0,"J'ai réalisé les formations Essentials et Fullstack chez Jedha. La formation permet vraiment de parcourir l'ensemble de Data Science. Les cours sont bien structurés, la plateforme des notes de cours et des projets (les corrections) est très détaillée... Read More (en écrit et en vidéos). Les professeurs sont très compétents et patients, un grand merci à Charles et à Philéas. Je recommande vivement! Grace à eux, même en reconversion, j'ai réussi à retrouver un CDI en tant Data Analyst. La formation nous permet de connaitre l'ensemble du domaine et d'avoir suffisamment de références en programmation. Excellente expérience ! Et j'ai rencontré plein de camarades très sympas aussi. Allez-y avec les yeux fermés.Read Less",,Unknown +279675,10837,jedha,Maxime Nguyen,False,2021,Excellente expérience !,2021-07-26,5.0,5.0,5.0,5.0,"J'ai fais la formation full-stack chez Jedha. Excellente expérience, le contenus de la formation est très complet, pour avoir un bon aperçu global de ce qui se fait dans les métiers de la data. Gros plus pour l'équipe pédagogique compétente, toujours... Read More à l'écoute, et surtout très patiente !Read Less",,Unknown +279542,10837,jedha,Nicolas LE ROHELLEC,False,2021,Jedha Essentials excellent Bootcamp,2021-07-20,5.0,5.0,5.0,5.0,"Formation Essentials Fulltime en juillet 2021, à distance ou présentiel c'est comme on veut/peut 😊 Le contenu est dense, on commence par Tableau puis ensuite c'est du SQL puis Python et des rappels de statistiques abordées sous un angle le moins mathématiques... Read More possible. On enchaîne avec le Machine Learning et déjà il y a le projet à faire en deux jours. Les formateurs sont hyper disponibles et patients, c'est assez impressionnant les progrès que l'on a tous fait en 2 semaines. Très bonne ambiance et entraide au sein de la promo. Bref je recommande sans réserve et envisage très sérieusement la formation Fullstack en part-time (job à temps plein oblige). Merci Jedha 👍👍👍Read Less",Data Essentials,Data Science and Analytics +279369,10837,jedha,Anonymous,True,2021,Merci Jedha !,2021-07-15,5.0,5.0,5.0,5.0,"La formation Fullstack délivrée par Jedha offre une réelle base de connaissances dans la data science . Le programme est varié , on passe de python au Machine Learning. Les ressources utilisées sont complètes et font sens , enfin les professeurs apportent... Read More cette pédagogie et subliment le contenu !Read Less",,Unknown +279126,10837,jedha,Marème NDIAYE,False,2021,Formation top !,2021-07-06,5.0,5.0,5.0,5.0,"Formation au top, les professeurs sont très pédagogues et très compétents ! Le contenu est riche , on apprend beaucoup sur le domaine de la datascience. L'équipe elle est accueillante toujours disponible et répond de manière rapide et ponctuelle aux demandes... Read More !!!!Read Less",,Unknown +278970,10837,jedha,Ali Tounkara,False,2021,Review of my bootcamp at Jedha,2021-07-01,4.7,5.0,5.0,4.0,"The possibility to alternate between online and in-class courses is a huge advantage . It was very helpful to maintain a balance with my full-time job. The platform used to follow the courses is very complete, it contains explicative videos on complex... Read More topics. Moreover, we have a permanent access to the platform, therefore in case we miss a class, we still have all of the information. The professor have been awesome, they were always available to answer my questions, they took the time to explain me precisely some concepts. The program is guided, which helps us to learn step by step but the teachers still give us the time to try to figure out the solutions alone. Finally, by comparing the program with some universities, I think the program at Jedha is totally at the level. It just focuses a bit less on the theory.Read Less",,Unknown +278844,10837,jedha,Jérémy Renaudin,False,2021,Je recommande vivement cette formation,2021-06-28,5.0,5.0,5.0,5.0,"J'ai réalisé les formations Essentials et Fullstack chez Jedha à Lyon. La formation permet vraiment de parcourir l'ensemble de la ""pipeline data"" et de nous préparer à faire face aux enjeux liés aux données massives. Les cours sont bien construits et... Read More les professeurs très compétents (en plus d'être super sympas, que demander de plus?) Je recommande vivement cette formation si vous souhaitez devenir rapidement opérationnel(le) dans le monde de la data science.Read Less",Data Essentials,Data Science and Analytics +278832,10837,jedha,Védric EBOA EBOLO,False,2021,A great experience at JEDHA Bootcamp !,2021-06-28,5.0,5.0,5.0,5.0,"When I joined JEDHA, my only fears were that some concepts would be skimmed over because the program was very, very rich and ambitious. However, once I started the training, I saw that I was wrong, all the concepts even the mathematical concepts for some... Read More models and algorithms were covered! The teachers do not hesitate to go back and explain concepts that seem complicated, and they manage to popularise all these complex concepts so that we can retain them even better. Exercises for each section are available and systematically corrected, moreover the students having a more comfortable level do not hesitate to share their approaches for each step of an exotic, which makes the course very interactive! It is a training that I recommend to anyone who wants to start in Data, moreover JEDHA has a certification registered in the RNCP! It is the equivalent of a Bac + 3 / + 4 which means a lot! That people who want to work after this training, can do so, it is also possible to continue in Master 2 in the field of computer science at the University, in Engineering School or other ... It is exceptional!Read Less",,Unknown +278751,10837,jedha,Anonymous,True,2021,Super formation !,2021-06-25,5.0,5.0,5.0,5.0,"J’ai été agréablement surprise par la qualité du contenu des cours et de la qualité des intervenants durant la formation. Un parfait équilibre entre la théorie et la pratique ! On y retrouve des professionnels expérimentés dans le domaine de la datascience... Read More et qui nous apportent beaucoup de conseils pratiques adaptés au monde du travail actuel. A la fin de cette formation, on a toutes les clés en main pour devenir un véritable datascientist, au delà des cours c’est une véritable expérience à passer avec une équipe chaleureuse, très à l’écoute, réactive et vraiment engagée !Read Less",,Unknown +278739,10837,jedha,Olga Puntous,False,2021,Thank's Jedha,2021-06-24,5.0,5.0,5.0,5.0,"I did Python Full Stack data science bootcamp with Jedha in winter 2021. It was great experience. Intensive program updated with the most recent technologies, highly professional teachers ( thanks so much to all of them), which are connected with data... Read More science industry . Jedha team is very professional and nice to communicate. Hightly recommended ! I wish I could have this experience again :)Read Less",,Unknown +278129,10837,jedha,Anonymous,True,2019,Amazing!,2021-06-07,5.0,5.0,5.0,5.0,"I want to thank's Jedha for the formation they give to me , all the ressources , the tools used to understand and discover the data science are all usefull. I want to thank's my profesor and the team for the hapiness and the welcoming they have done.... Read More Thank's Jedha !!Read Less",,Unknown +278126,10837,jedha,Adrien Dodinet,False,2019,Très bien !,2021-06-07,5.0,5.0,5.0,5.0,"Jedha est un super organisme de formation, j'ai pu apprendre grâce à la formation que j'ai suivi les différents modules de la data science et aujourd'hui , je ne regrette pas mon choix. Les professeurs choisis sont de qualités et la pédagogie utilisée... Read More est bonne . Je recommande !!Read Less",Data Essentials,Data Science and Analytics +278119,10837,jedha,Quentin Morelle,False,2020,Super!!,2021-06-07,5.0,5.0,5.0,5.0,"Jedha offre une excellente formation . J'ai suivi la formation essentials sur le campus parisien , qui se déroule sur semaines. Grâce à cette formation et aux professeurs , j'ai pu apprendreles bases de la Data Science , de SQL en passant par le machine... Read More learning. Merci Jedha !Read Less",Data Essentials,Data Science and Analytics +277995,10837,jedha,Adèle Jamaux,False,2019,Top Jedha,2021-06-04,5.0,5.0,5.0,5.0,"Merci à Antoine Krajnc d'avoir monté cette superbe formation ! Pleine de ressources , d'outils , de professeurs tous aussi géniaux les uns que les autres . Je remercie aussi l'équipe pour l'accueil et la sympathie dont elle fait preuve à mon égard !",Lead Data,Data Science and Analytics +277993,10837,jedha,Hervé Hayat,False,2020,Très bonne formation !,2021-06-04,5.0,5.0,5.0,5.0,"Très bon cours , tous intéressant et grâce auxquelles j'ai découvert plein de nouvelles notions., intensif. La formation s'accompagne de bons profs, une super pédagogie , de l'entraide et beaucoup de pratique qui favorise l'apprentissage. Go chez Jedha... Read More !!!Read Less",,Unknown +277976,10837,jedha,Thibault Moraillon,False,2021,Super formation !,2021-06-04,5.0,5.0,5.0,5.0,"I started the Bootcamp last January. It was a really good experience. In 3 months, I learnt how to code and how to create models in machine learning and deep learning. Lecturers are very knowledgeable and the Jedha team is very professional. I recommend... Read More this Bootcamp.Read Less",,Unknown +277743,10837,jedha,Jean-Baptiste Jude,False,2020,Très belle formation,2021-05-31,5.0,5.0,5.0,5.0,"La formation essentials que j'ai pu suivre m'a permise de découvrir les bases de la Datascience. Le professeur nous a bien emmener dans ce monde qui est la data science , sa pédagogie m'a beaucoup plu. Au delà de ça , l'équipe est très accueillante et... Read More n'hésite pas à intégrer chaques élèves. Merci Jedha.Read Less",Data Essentials,Data Science and Analytics +277742,10837,jedha,Ayoub Darrehmane,False,2020,Superbe Formation,2021-05-31,5.0,5.0,5.0,5.0,"La formation Fulltstack de Jedha , m'a permis de me professionnaliser dans la data science et d'en ressortir avec un bon background. A travers les différents modules, la pédagogie des professeurs et la sympathie de l'équipe , j'ai pu constater que Jedha... Read More offre une formation des plus qualitatives.Read Less",,Unknown +277737,10837,jedha,Asma Gharbi,False,2021,Je recommande fortement !!,2021-05-31,5.0,5.0,5.0,5.0,"La meilleure formation que j'ai jamais faite! j'ai beaucoup apprécié la qualité de la formation! les formateurs sont tres pedagogues et sont là pour tous les élèves. Moi qui est docteur en informatique, j'ai pu mettre en pratique des notions théorique... Read More que j'avais vu pendant mon cursus! ça a comblé mes points faibles!Read Less",Data Essentials,Data Science and Analytics +277540,10837,jedha,Gavino Camboni,False,2020,Excellente formation !,2021-05-26,5.0,5.0,5.0,5.0,"Excellente formation pour débuter. Laurent Morelli est clair et précis, à l’écoute de toutes les personnes. L'équipe quand est accueillante , les cours et la formations sont supers pour commencer dans la data. Je recommande la formation délivrée par Jedha... Read More . MerciRead Less",Data Essentials,Data Science and Analytics +277539,10837,jedha,Sacha Monsimier,False,2020,Bootcamp fondamentaux,2021-05-26,5.0,5.0,5.0,5.0,"Bootcamp fondamentaux : très bonne formation pour débuter, les intervenants sont compétents , l'équipe est sympathique et accueillante. En résumé Bonne pédagogie, bon contenu et bonne ambiance ! Je recommande cette formation à toutes les personnes qui... Read More veulent découvrir cet univers.Read Less",Data Essentials,Data Science and Analytics +277537,10837,jedha,Ayawo Etsè ADALAN,False,2020,Très bonne formation !,2021-05-26,5.0,5.0,5.0,5.0,Très bonne formation Fondamentaux pour la Data Science avec @Laurent Morelli. Laurent a été très disponible pendant toute la durée de la formation. C'était un programme intense profonde et riche d'enseignement. Je recommande la formation offerte par Jedha... Read More !Read Less,Data Essentials,Data Science and Analytics +277313,10837,jedha,Fevrier,False,2018,Je recommande Jedha !!,2021-05-20,5.0,5.0,5.0,5.0,"Je recommande Jedha pour deux choses : 1- Le programme. Très complet sans pour autant être incompréhensible. Nous apprenons étape par étape des concepts de plus en plus complexes pour finalement connaître presque autant qu’un data scientist chevronné.... Read More 2- L’équipe. Le professeur, Antoine, a une grand passion pour l’enseignement et les Data Sciences et il le communique. Mais, il n’y a pas uniquement lui. L’équipe derrière lui est toujours disponible pour aider.Read Less",,Unknown +277312,10837,jedha,Cerracchio,False,2018,Merci l'équipe Jedha !,2021-05-20,5.0,5.0,5.0,5.0,"J’ai pris le cours de Data Sciences enseigné par Antoine Krajnc il y a quelques mois et ce fut une très belle expérience. J’ai appris les fondamentaux du domaine et je peux maintenant aller plus loin par moi même. Etant en consulting, cela m’a permis... Read More de faire des recommandations plus précises et par conséquent plus pertinentes pour mes clients. J’utilise d’ailleurs encore les outils enseignés dans le cours, surtout ceux de Business Intelligence. J’ai clairement vu mon retour sur investissement après le cours, je recommande vivement l’équipe Jedha!Read Less",,Unknown +277311,10837,jedha,Claire Boudot,False,2018,Un solide socle technique,2021-05-20,5.0,5.0,5.0,5.0,"Je suis actuellement en alternance en tant qu’UX Designer et je suis passionnée par mon métier regroupant des compétences créatives et techniques. Ayant étudié la communication et le design, je connaissais bien le côté créatif mais je manquais de compétence... Read More techniques. J’ai donc décidé de suivre le cours de Data Science de Jedha afin de compléter mes compétences techniques et je ne regrette pas. Le professeur était passionné par les sujets et n'hésitait pas à répondre à toutes mes questions.Read Less",,Unknown +277310,10837,jedha,Lefebvre,False,2018,Les cours sont bien construits et très facile à comprendre.,2021-05-20,5.0,5.0,5.0,5.0,"J’ai postulé aux cours de Data Sciences de Jedha afin de développer mes compétences techniques et d’augmenter ma valeur sur le marché du travail. Les cours sont bien construits et très facile à comprendre même pour les personnes qui n’ont pas d’expérience... Read More en Data Analytics, comme c'était mon cas. Les exercices permettent de mettre en pratique les connaissances du cours et de les comprendre parfaitement. Je recommande fortement ce cours à toutes personnes souhaitant développer leur compétences.Read Less",Data Essentials,Data Science and Analytics +277308,10837,jedha,Florence,False,2018,Je recommande vivement les cours de Jedha,2021-05-20,5.0,5.0,5.0,5.0,"Je recommande Jedha à toutes personnes qui veulent apprendre les data sciences ailleurs que dans des cours en ligne que je trouve personnellement trop long et difficile à comprendre. En 8 semaines, nous avons couvert énormément de sujets qu’il faudrait... Read More je pense, beaucoup plus de deux mois pour maîtriser complètement sans professeur. Les personnes responsables du programme aiment vraiment ce qu’elles font et souhaitent le succès de chacun des élèves. Ce qui m’a poussé à comprendre plus vite et à rester concentré, même après 5 heures de cours !Read Less",Data Essentials,Data Science and Analytics +277206,10837,jedha,Oumou Sira Dakantigui,False,2019,Excellent centre d'apprentissage,2021-05-17,5.0,5.0,5.0,5.0,"Learning by doing réunissant pédagogie et rigueur. Une belle expérience de formation et de rencontre. Merci Jedha pour la formation que vous avez donné. L'équipe et les professeurs sont de qualité , je les remercie aussi pour leur temps. Je recommande... Read More Jedha en tant que bootcamp Data science !Read Less",Data Essentials,Data Science and Analytics +277197,10837,jedha,Nadir Hassani,False,2019,Très bonne formation !,2021-05-17,5.0,5.0,5.0,5.0,"J'ai eu la chance de participer à Jedha/fondamentaux sur Lyon dont les ateliers étaient assurés par Thomas Chambon, il est pédagogue , un super professeur. Je recommande vivement à tous les aspirants wizards qui veulent franchir la voie 9/4. May Jedha... Read More Be With YouRead Less",Data Essentials,Data Science and Analytics +277195,10837,jedha,Saïda ZGHAL,False,2020,Bootcamp Jedha - Les fondamentaux,2021-05-17,5.0,5.0,5.0,5.0,"Ces 2 semaines intensives favorisent l'apprentissage par la pratique, le teacher est pédagogue, patient et très présent ! Idéal pour comprendre et démarrer dans la data science ! Je recommande Jedha à ceux qui souhaitent apprendre et se professionnaliser... Read More dans la data science.Read Less",Data Essentials,Data Science and Analytics +277191,10837,jedha,Caroline Heymes,False,2020,Fondamentaux sur Paris au top,2021-05-17,5.0,5.0,5.0,5.0,Fondamentaux sur Paris au top ! J'ai eu la joie de suivre le programme fondamentaux et je suis positivement enchantée. Certes les 2 semaines ne vous permettront pas de devenir un analyste chevronné mais vous aurez connaissance d'un certain nombre de ressources... Read More pour vous permettre de continuer après. Je vous souhaite d'avoir Nicolas Bancel qui est un instructeur merveilleux. Vous pouvez y aller en confiance !Read Less,Data Essentials,Data Science and Analytics +276993,10837,jedha,Iron Rays,False,2020,Thank you Jedha !,2021-05-12,5.0,5.0,5.0,5.0,"Great school for a beginner, arrived without knowledge I leave with an excellent background. The teachers and the courses are really interresting ! The Jedha's team is helpfull and sympathic , it's was a good formation, i enjoyed it ! Thank you Jedha... Read More !Read Less",,Unknown +276992,10837,jedha,Hugues Kirst,False,2019,Thank's Jedha !,2021-05-12,5.0,5.0,5.0,5.0,"Excellent! I would recommend Jedha to anyone willing to start a new career in Data Science. I went through the 3 months of the full time program and signed a contract starting right after the camp! Thank's Jedha, and thank's to the teachers for the formation.... Read MoreRead Less",,Unknown +276979,10837,jedha,Julien Petit,False,2021,A complete program for stepping your toes into Data.,2021-05-12,5.0,5.0,5.0,5.0,"In over 2 weeks, we were able to approach Tableau, SQL, Python and some applications of Machine Learning. A very condensed courses with 30% of theory (maths principles and formulas), accuented with 70% of applications with exercices and real cases to... Read More get a grasp of what we learned. I'd recommend this bootcamp for anyone who would like to learn more about the principles of data analysts and if you dig more, into data science. Jedha is proposing career coaching afterwards in order to suit your future knowledge into job applications.Read Less",Data Essentials,Data Science and Analytics +276969,10837,jedha,Lorraine Larcher,False,2019,Expérience enrichissante,2021-05-12,5.0,5.0,5.0,5.0,"Expérience très enrichissante et professeurs au top ! J'ai pu lors de cette formation ""Essentials"", me former et découvrir les bases de la Data Science ! J'ai maintenant toutes les clés pour me perfectionner dans le domaine de la Data Science. Encore... Read More merci !Read Less",Data Essentials,Data Science and Analytics +276937,10837,jedha,Anonymous,True,2019,Je recommande vivement Jedha!,2021-05-11,5.0,5.0,5.0,5.0,"Fait bon vivre, espace très agréable. J’ai passé 8 semaines de formation Data Scientist chez Jedha avec pour professeur Antoine Krajnc qui est un très bon professeur, bon pédagogue , explique clairement ce qui semblait impossible à comprendre , très patient... Read More avec ses élèves toujours disponible quand on à besion de son aide. Ce fut une très belle expérience. J’ai appris les fondamentaux de la data science qui me permettront de faire mes premiers pas en tant que Data Scientist. Je recommande vivement Jedha!Read Less",Data Essentials,Data Science and Analytics +276935,10837,jedha,Aminata Diop,False,2019,JEDHA BOOTCAMP une belle expérience!,2021-05-11,5.0,5.0,5.0,5.0,"J'ai eu le plaisir de participer à la formation Data Sciences de JEDHA BOOTCAMP. Cette formation m'a permis d'affirmer mon appétence dans le domaine des Data Sciences, mais aussi avec la qualité de la formation d'enrichir mes connaissances et compétences... Read More aux langages de programmation, aux modèles de machine learning les plus utilisés dans une perspective de valorisation de la Data qui aujoud'hui est un levier de pilotage stratégique incontournable dans le monde de l'entreprise. Et ce qui est génial est que pendant la formation notre professeur Antoine a fait preuve d'attention aux lacunes de ses élèves et avec sa patience et son amabilité, toute question est libre d'être posée!!! Merci à toute l'équipe de JEDHA BOOTCAMP pour cette belle et riche expérience!!!!!!Read Less",Data Essentials,Data Science and Analytics +276934,10837,jedha,Wanebama wa,False,2021,"Les essentials c'est Top, chez Jedha !",2021-05-11,5.0,5.0,5.0,5.0,"J'ai fait les Essentials. C'est super pour apprendre les bases de la data science. Entre les formateurs de qualité, l'Accompagnement au top, les outils mis à disposition et les différentes méthodes de travail, cette formation est géniale. Je recommande... Read More +++Read Less",Data Essentials,Data Science and Analytics +276932,10837,jedha,Vaijanth Mayavan,False,2019,"Jedha, tout pour plaire !",2021-05-11,5.0,5.0,5.0,5.0,"Une pédagogie adaptée et des cours bien conçus au rythme qu’on souhaite. Les formateurs sont des professionnels en capacité de répondre à toutes vos questions. Non seulement j’ai pu profiter pleinement des cours, mais j’ai également approfondi certains... Read More sujets en lien avec les formateurs. Un conseil : n’hésitez pas à vous impliquez pleinement et apprenez tant que vous voudrez !!!Read Less",Data Essentials,Data Science and Analytics +276929,10837,jedha,Corentin Corcelette,False,2021,Je recommande vivement les formations chez Jedha !,2021-05-11,5.0,5.0,5.0,5.0,J’ai beaucoup apprécié les formation Fondamentaux et Full Stack chez Jedha car il y a un bon équilibre entre théorie et pratique. Nous avons fait beaucoup de travaux pratiques avec les professeurs. Les projets à réaliser étaient très intéressants et m'ont... Read More permis de trouver par la suite un emploi dans la data en gagnant en visibilité ! Je recommande vivement les formations chez Jedha !Read Less,,Unknown +276928,10837,jedha,Olivier Muffat,False,2019,Une très belle formation,2021-05-11,5.0,5.0,5.0,5.0,"Avec la formation Fondamentaux, tout est mis en œuvre pour que l'on se familiarise pas à pas avec la data science. En plus, l'équipe est sympa, bienveillante, disponible et accueillante même en dehors des cours. Je recommande cette formation à tous et... Read More toutes.Read Less",Data Essentials,Data Science and Analytics +276927,10837,jedha,Caroline Haz,False,2019,Très bonne formation!,2021-05-11,5.0,5.0,5.0,5.0,"Très bonne formation pour appréhender les outils de la Data Science, la formatrice est pointue, très pédagogue et patiente. Ces 2 semaines ont validé mon intention de poursuivre dans ce domaine ... avec Jedha ! Ayant hâte de voir les compétences acquises... Read More durant la Fullstack ! À très bientôt :)Read Less",Data Essentials,Data Science and Analytics +276922,10837,jedha,Didier,False,2018,L'idéal pour apprendre les Data Sciences,2021-05-11,5.0,5.0,5.0,5.0,"Je recommande chaudement Jedha à tous ceux qui souhaitent apprendre les Data Sciences. Leur cours introduisent tous les concepts à connaître en la matière et vous aideront à interpréter les données où qu’elles se trouvent. Durant les 8 semaines, nous... Read More avons couvert SQL, Web Analytics et les outils de Business Intelligence comme Tableau. Nous avons aussi appris à coder des modèles de Machine Learning en utilisant Python. A la fin du programme, nous avons présenté notre projet de Data Science utilisant toutes les technologies vues durant tout le programme ce qui permet de revoir tout ce que j’avais appris. Le staff est extrêmement passionné ce qui est très motivant. Que ce soit pour aider sur certains concepts du cours ou vous connecter avec les bonnes personnes pour percer dans les Data Sciences, ils sont là pour leurs étudiants.Read Less",Data Essentials,Data Science and Analytics +276618,10837,jedha,Flaude,False,2020,Un boot camp exceptionnel,2021-05-03,5.0,5.0,5.0,5.0,"Quand j'ai commencé le programme ""Fondamentaux"" en 2019, je n'avais pas de pré-requis ni en code ni en machine learning. J'étais un vrai novice, en dehors de mon parcours de matheux. Grâce à la remarquable pédagogie des maîtres Jedha, des supports et... Read More l'accompagnement misent en place, j'ai pu terminer aisément les trois programmes de Jedha et atteint un niveau satisfaisant. Je suis sorti de là avec un bagage des connaissances me permettant de mener un projet data de A à Z sans soucis. Jedha est un bootcamp vraiment complet et très riche et que j'ai toujours recommandé aux gens qui m'écrivent en privé sur LinkedIn après qu'ils aient regardé mon profil. Enfin, pour toute personne qui serait tentée de se lancer dans la data, Jedha serait l'endroit idéal pour mieux vous former.Read Less",,Unknown +276260,10837,jedha,Emilien Nory,False,2020,Une très bonne formation (Fullstack)…,2021-04-22,5.0,5.0,5.0,5.0,"Une très bonne formation (Fullstack) permettant d'acquérir les connaissances de base d'un Data Scientist. Le Bootcamp permet de pratiquer, de pratiquer et de pratiquer! J'ai pu faire un portefeuille en Data Science sur Github. Cette formation permet d'avoir... Read More les bonnes cartes en main pour devenir un Data Scientist. Cependant il ne tient qu'à vous de travailler fortement pour avoir la meilleure combinaison de cartes pour avancer dans vos projets professionnels. Je tiens à remercier les professeurs et l'équipe de Jedha.Read Less",,Unknown +276256,10837,jedha,Alain Koki,False,2021,Data Engineering,2021-04-22,5.0,5.0,5.0,5.0,Yes yes je suis à la fin de formation bootcamp en data engineering je confirme la qualité. Que des compétences clefs apprises et surtout pratiquées. grâce à la pédagogie de Laurent Morelli j’ai l’impression de passer de junior à —-> expert lol je rigole... Read More mais avec ses fondements reçus j’ai l’impression que je n’ai plus pour longtemps pour être aussi expert et à l’aise que Laurent Morelli. Je n’avais pas de mentor du coup s’il faille en choisir un une fois de plus Laurent Morelli oui vous l’aurez compris. Non j’insiste vraiment parce que c’était un top apprentissage à la fois le volet technique que stratégique des outils et problématiques quotidiennes et réelles des entreprises. À bientôt sur Gitlab pour suivre nos CICD et bien sûr je n’oublierai plus de Dockeriser mes projets ou applications pour une collaboration plus facile Et comme dis souvent Antoine Krajnc dans ses vidéos en anglais enjoy learning by Jedha BootcampRead Less,,Unknown +276255,10837,jedha,Delphine Jean,False,2021,La formation Lead data engineering chez…,2021-04-22,5.0,5.0,5.0,5.0,"La formation Lead data engineering chez Jedha est très intense et super enrichissante sur l'ensemble des aspects du data engineering et du DevOps. Les concepts complexes sont expliqués avec une grande pédagogie de la part de Laurentt Morelli qui nous... Read More a accompagné autant a bien comprendre les concepts complexes qu'à les appliquer sur des projets concrets d'ETL. Laurent Morelli nous apprends à penser avant tout comme un développeur, j'ai adoré les cours CICD, airflow et docker. J'en ressort avec l'ensemble des compétences nécessaires afin de mettre en place des projets data plus complexes en production. Merci a l'ensemble de l'équipe Jedha pour m'avoir permise de consolider l'ensemble des compétences nécessaires sur le marché de la data 🙂Read Less",,Unknown +276254,10837,jedha,Jules Debuly,False,2018,Exhaustive Data Science Course,2021-04-22,5.0,5.0,5.0,5.0,"I started this course with basically zero knowledge about what was taught (except from some statistical basic knowledge). If you're looking for a quick and efficient way to gain data science theoretical knowledge as well as hands-on experience, Jedha... Read More has been the perfect kickstart for me. From database management, all the way to machine learning and data visualization, in roughly 2 months is was able to make data analysis and predictions using Python. In addition, I found that having a machine learning project was a real asset to support your job hunts.Read Less",Data Essentials,Data Science and Analytics +276253,10837,jedha,Ugo R.,False,2019,Hands-on learning experience on data science,2021-04-22,5.0,5.0,5.0,5.0,"Whether you are a newbie in data science or you want to update your knowledge to today's exploitation of data, this is he perfect bootcamp, straight to the point, no nonsense and great value for money. I recommend without hesitation and will think about... Read More the Fullstack programRead Less",Data Essentials,Data Science and Analytics +276252,10837,jedha,Bertrand Barret,False,2019,The bootcamp to follow,2021-04-22,5.0,5.0,5.0,5.0,"I followed the 40 hours bootcamp. Teachers made us discovering and enjoying the Data Science topic. I recommend if you want to do your first steps. You'll probably want to practise more after. In summary : really good teachers, they make data science... Read More easy to discover (no proselitism which is really nice). They are able to fit student needs very quickly and take care of students feedbacks.Read Less",Data Essentials,Data Science and Analytics +276251,10837,jedha,Ange B.,False,2019,The perfect datascience Bootcamp,2021-04-22,5.0,5.0,5.0,5.0,"I highly recommend Jedha's courses ! Jedha was the best kick-start for me. Beyond the quality of the professors' courses, the atmosphere and the cohesion in the class allowed a better learning. Also, the Jedha team is close to each student, which makes... Read More the experience immersive.Read Less",Data Essentials,Data Science and Analytics +276249,10837,jedha,Marwa Haddar,False,2019,Jedha bootcamp is a good start if you...,2021-04-22,5.0,5.0,5.0,5.0,"Jedha bootcamp is a good start if you are not familiar with data science. The atmosphere is great and the proximity between instructors, Jedha's team and the students make the experience more enjoyable. I recommend it a lot if you want to discover the... Read More data's worldRead Less",Data Essentials,Data Science and Analytics +276248,10837,jedha,Hugues Kirst,False,2019,Jedha is your best choice!,2021-04-22,5.0,5.0,5.0,5.0,Excellent! I would recommend Jedha to anyone willing to start a new career in Data Science. It was plenty of ressources and teachers were real specialists. I went through the 3 months of the full time program and signed a contract starting right after... Read More the camp!Read Less,,Unknown +276222,10837,jedha,Olga Bernier,False,2019,My experience of a 4 weeks' part-time…,2021-04-21,5.0,5.0,5.0,5.0,"My experience of a 4 weeks' part-time bootcamp in Data Science Fundamentals was more than satisfying: it fulfilled all my expectations in terms of content, teaching methods and provided material. For a beginner like me it was a perfect introduction into... Read More the world of data and the tools used in data analytics and data science. The 80% of the studies was practice and the teacher was always available to guide and to help, in the classroom as well as on Slack. The whole Jedha's team was incredibly friendly.Read Less",Data Essentials,Data Science and Analytics +276220,10837,jedha,Sam Juompan,False,2020,Excellent introduction to data science,2021-04-21,5.0,5.0,5.0,5.0,"Complete training, which allows you to quickly gain skills by combining the strength of theoretical learning with that of putting into practice the concepts learned. I recommend Jedha to all data lovers. Personally, I come out better equipped, both in... Read More querying databases with SQL and in data processing with python,Read Less",Data Essentials,Data Science and Analytics +276219,10837,jedha,Baigalmaa B.,False,2020,Professionalism and quality,2021-04-21,5.0,5.0,5.0,5.0,"I studied here Data Scientist Fullstack. Almost all topics are covered, very well prepared. There was always a balance between super difficult subjects (Deep learning) and easy subjects to follow (Career advice, etc), thanks to that I wouldn't be overwhelmed.... Read More Each teacher had their teaching methods, which was entertaining. There was a lot of math, but it was presented in an easy way to understand. I liked weekly projects, you get your hands dirty, every time I learned a new skill. I was lucky that they had very skilful Teaching Assistants also, they would assist for every subject. First step into the data world and I am already loving this! Thanks Jedha!! This is the way.Read Less",,Unknown +276218,10837,jedha,Corentin C.,False,2020,Go chez Jedha !,2021-04-21,5.0,5.0,5.0,5.0,J’ai beaucoup apprécié les formation Fondamentaux et Full Stack chez Jedha car il y a un bon équilibre entre théorie et pratique. Nous avons fait beaucoup de travaux pratiques avec les professeurs. Les projets à réaliser étaient très intéressants et m'ont... Read More permis de trouver par la suite un emploi dans la data en gagnant en visibilité ! Je recommande vivement les formations chez Jedha !Read Less,,Unknown +275873,10837,jedha,Glady,False,2019,Excellente,2021-04-15,4.7,5.0,5.0,4.0,J'ai participé aux formations Essentials et Fullstack en 2019. Une très bonne expérience qui m'a permis d'ailleurs de me lancer ensuite en tant qu'auto entrepreneur avec la création de mon entreprise. Le contenu de la formation est adapté pour tout les... Read More niveaux. Les professeurs sont au top et très professionnel (Big up à Charles et Aurélie.)Read Less,,Unknown +275669,10837,jedha,Celia Kamouche,False,2021,Meilleur Bootcamp en Data !,2021-04-09,5.0,5.0,5.0,5.0,"J'ai participé aux formations Essentials et Fullstack de Jedha et vraiment je n'ai rien d'autres à dire que : incroyable. Dès le départ, on est plongé dans le bain et on apprend en faisant. Les professeurs et l'équipe derrière vous encadre pour progresser... Read More à son rythme, les teaching assistants sont toujours là pour répondre aux questions, la communauté aide aussi beaucoup lorsqu'il s'agit de répondre à des questions de code ou à trouver des entreprises qui recrutent. Et j'ai trouvé que les contenus de formation sur leur plateforme étaient très bien fait.Read Less",Fullstack Data,Other +275587,10837,jedha,Jérémy,False,2021,"Une formation enrichissante, intense et complète !",2021-04-07,5.0,5.0,5.0,5.0,"J'ai réalisé les formations Essentials et Fullstack chez Jedha à Lyon. La formation permet vraiment de parcourir l'ensemble de la ""pipeline data"" et de nous préparer à faire face aux enjeux liés aux données massives. Les cours sont bien construits et... Read More les professeurs très compétents (en plus d'être super sympas, que demander de plus?) Je recommande vivement cette formation si vous souhaitez devenir rapidement opérationnel(le) dans le monde de la data science.Read Less",,Unknown +275583,10837,jedha,Perrine,False,2021,Une formation au top,2021-04-07,5.0,5.0,5.0,5.0,J'ai fait le programme Essentials & Fullstack et je ne regrette pas. Les programmes sont bien ficelés et facile à suivre sur la plateforme Julie. Les cours sont intenses mais c'est la raison pour laquelle j'ai fait le bootcamp. L'équipe pédagogique est... Read More toujours prête à aider et à nous suivre dans notre progression et même après la formation.Read Less,,Unknown +275554,10837,jedha,Hadrien Grimaud,False,2021,highly recommanded bootcamp,2021-04-06,5.0,5.0,5.0,5.0,"Intensive training in Data Science with a strong part on Deep Learning techniques (pre-trained models, customs layers,...). Courses are in French, but all the slides and supports are in English, and the staff is english-friendly. So if your French is... Read More poor but your English good, go on ! This bootcamp is focused on practice not on theory, so you will learn to do real-life and concrete projects, which is very pleasant. Math skills are not necessary (although useful) as you will not go deep in the mathematical theory, but for a full benefit of this intensive bootcamp, having good foundations in Python programming and also some practice of SQL is necessary. And last, you will be asked to work a lot, as you have more than 400hrs formal training (courses + practice) + your homeworks, coding exercices and projects (min 10 to 15hrs/ week) you will reach around 600hrs working in 3 months !! Be organized for that !Read Less",Fullstack Data,Other +275548,10837,jedha,Thibault Moraillon,False,2021,Awesome !!!!!,2021-04-06,5.0,5.0,5.0,5.0,"I started the Bootcamp last January. It was a really good experience. In 3 months, I learnt how to code and how to create models in machine learning and deep learning. Lecturers are very knowledgeable and the Jedha team is very professional. I recommend... Read More this Bootcamp.Read Less",Fullstack Data,Other +275352,10837,jedha,olga kurnosova,False,2021,highly recommended,2021-03-31,5.0,5.0,5.0,5.0,"I chose Jedha bootcamp Full Stack program in January 2021. It was the best choice I've could ever made! Intensive program updated with the most recent technologies, highly professional teachers . Jedha team is very professional and nice to communicate.... Read More Hightly recommended !Read Less",,Unknown +274648,10837,jedha,Florian,False,2021,Excellent training,2021-03-11,5.0,5.0,5.0,5.0,"The training is both accessible and ambitious. Teachers are really great, very knowledgeable and available to answer all your questions. All the staff is very welcoming and supportive it feels good to be their and they will put you in the best conditions... Read More to skill up in data science ! I highly recommend this program !Read Less",,Unknown +274494,10837,jedha,Anonymous,True,2020,Great Bootcamp,2021-03-08,5.0,5.0,5.0,5.0,"I did the 12-week full stack program and it was a great experience ! I did not expect to learn so much in just 3 months. First, teachers are extremely good and really take you from almost no experience to fully autonomous. Then their learning platform... Read More is well thought-out and you can learn at your own pace. They mixed videos, written content, infographics and it is really helpful when I was working on my own. And finally, they really help you with your resume & interviews even after you graduated from your bootcamp, which is really helpful when you are in between jobs. A big thanks to Jedha's team!Read Less",,Unknown +274491,10837,jedha,Amitee Charbonneau,False,2020,Life changing experience,2021-03-08,5.0,5.0,5.0,5.0,"Je suis très heureuse d'avoir fait la formation chez Jedha. Non seulement l'équipe est passionnée par l'éducation mais surtout les contenus sont clairs, on apprend énormément et c'est très professionnalisant. Un grand bravo à eux et merci pour tout ce... Read More que vous nous avez appris.Read Less",,Unknown +274270,10837,jedha,Anonymous,True,2021,Essentials session with Jedha,2021-03-02,5.0,5.0,5.0,5.0,"I attended the Essentials session, the bootcamp format. The assistance team is very efficient. Explanations from the teacher are clear. I really appreciated to learn fundamentals of data science with Jedha. Great school, great experience. I recommend... Read More +++Read Less",,Unknown +274264,10837,jedha,Eliane BOUBEKRI,False,2020,full stack data scientit,2021-03-02,5.0,5.0,5.0,5.0,"j'ai fait la formation Full Stack Data Scientist, en temps partiel, j'estime que c'est une formation riche et complète tous les modules relatifs aux problématiques DATA sont présentés : Data Viz, Machine learning, Deep learning, et Big Data. consolidée... Read More par des projets concrets et une équipe de formateurs très à l'écoute et engagé ! je recommande vivement.Read Less",Fullstack Data,Other +274120,10837,jedha,Rhita,False,2021,Intense et de très bonne qualité,2021-02-26,5.0,5.0,5.0,5.0,"Très bonne formation en data science. J'ai été particulièrement marquée par la qualité du contenu de la formation et surtout en deep learning. Nous avons vu en détail des cas d'application avec des exercices qui n'étaient pas faciles. Même si c'était... Read More dur à comprendre, mais je préfère cela plutôt que d'avoir une introduction brève aux réseaux de neurones sans apprendre à les exploiter. Le fait de pouvoir accéder au replay est un réel plus. J'ai personnellement eu à revoir plusieurs vidéos et ça m'a été très utile. Je suis persuadée que je vais continuer à les revoir car il est impossible de tout emmagasiner durant la formationRead Less",,Unknown +273401,10837,jedha,Mathieu Bettinger,False,2021,Intense and Amazing,2021-02-05,5.0,5.0,5.0,5.0,"hi jedha team :-) i just finished my courses with jedha from october to early february , i would like to share my experience and i just say it was INTENSE and AMAZING, let me explain in few words, intense, of course it has to be and they keep this high... Read More intensity of the programm from basic python coding to deeplaerning learning, it was full of praticing and i can say that it was totally rentable for me. it was amazing, indeed, in one hand, we learnt so much things in skills (Tensorflow, web scraping, big data, deployment, visualisation ..), in a other hand, the strenht of jedha is the community, they are active and always help you and share their experience with you, thanks you all for your help and advises, and thanks you jedha :-) MathRead Less",Fullstack,Other +272195,10837,jedha,Henry Dossot,False,2020,"Très bonne formation, très pratique et complète",2021-01-13,5.0,5.0,5.0,5.0,"J'ai suivi la formation fullstack en data science de 12 semaines au sein du campus Lyonnais. Le format hybride est très bien et permet de suivre la formation en présentiel ou mixte (présentiel/ distantiel). Le programme est très dense, la formation très... Read More complète (pipeline data + informatique) et très pragmatique (3h de cours + 5h de pratique par jour). Les modules suivis sont : data visualisation et analyse, machine learning, deeplearning, programmation python, management de projet data. J'ai aussi beaucoup apprécié les modules relatifs aux systèmes d'informations : Big data/ Datawarehouse (Spark/ AWS : S3, RDS, Redshift) et mise en production (Flask/ Docker/ Github) qui sont très demandés sur le marché. Chaque professeur est spécialisé dans un domaine et a de l'expérience en entreprise dans celui-ci, ce qui rend la formation beaucoup plus concrète et permet de comprendre beaucoup plus facilement les concepts (parfois complexes). Le projet de fin de bootcamp permet de mettre en pratique les concepts abordés durant le cours et d'utiliser les outils collaboratifs comme sur un vrai projet data. Merci à l'équipe Jedha pour cette belle entrée dans le monde passionnant de la data !Read Less",,Unknown +272155,10837,jedha,Gaelle Ryckebusch,False,2020,Excellent bootcamp data avec Jedha,2021-01-11,5.0,5.0,5.0,5.0,"J'ai réalisé le bootcamp Essentials data de deux semaines avec Jedha. La formation était excellente, très bien structurée, avec des cours de qualité et un très bon professeur. Malgré le fait que cette formation ait eu lieu à distance, le professeur et... Read More le teaching assistant ont assuré un suivi personnalisé de chaque élève tout au long du bootcamp. Le projet personnel à la fin permet d'appliquer les nouvelles connaissances de manière concrète.Read Less",Essentials,Other +271711,10837,jedha,Cyril Bruno,False,2020,Essentials - Très bonne formation,2020-12-23,4.5,5.0,4.0,0.0,"Une initiation complète à la Data Science (SQL, visualisation, Python, machine learning ...) même sans connaissances de base. Les 2 semaines de formation sont intenses mais très bien menées, la formatrice est à l'écoute et très pédagogue malgré les difficultés... Read More liées à la formation à distance. Je recommande vivement cette formation à toute personne qui souhaite découvrir les bases du domaine de la Data Science !Read Less",,Unknown +271676,10837,jedha,Martial KOUDA,False,2020,ESSENTIALS PART TIME,2020-12-22,4.0,4.0,4.0,4.0,"J'ai eu l'occasion de suivre le BOOTCAMP Jedha pour Les ESSENTIALS PART TIME, et j'en suis très satisfait. La formation est très riche, bien que travaillant dans un domaine extérieur à la datascience. J’ai pu y développé des compétences qui m’ont permis... Read More de mener à bien mon projet d’étude. Les cours ont été assurés à distance, les professeurs sont compétents, compréhensifs, disponibles et accessibles en dépit des problèmes qui étaient liés au confinement.Read Less",,Unknown +271612,10837,jedha,Florian Akretche,False,2020,Excellent cours,2020-12-21,5.0,5.0,5.0,0.0,"J’ai suivi la formation the essentials en part time (à distance en raison de la COVID). J’ai trouvé que ce cours était une très bonne entrée en matière pour qui souhaite s’orienter vers les métiers de la data. L’intervenant a su rendre les concepts étudiés... Read More accessibles à tous les profils et rendre les cours vivants et interactifs malgré la distance. J’ai également beaucoup apprécié la disponibilité du staff, même en dehors des heures de cours. Je vous recommande donc vivement cette formation. Pour ma part je vais poursuivre mon apprentissage chez Jedha avec le programme Full Stack.Read Less",,Unknown +271565,10837,jedha,Meriem CHENOUF,False,2020,Jedha BOOTCAMP ESSENTIALS,2020-12-19,5.0,5.0,5.0,0.0,"J'ai eu l'opportunité de suivre le BOOTCAMP Jedha pour Les ESSENTIALS , et j'en suis très satisfaite . La formation est très riche , le rythme, soutenu et demande beaucoup de concentration et de travail individuel , mais le résultat en vaut la peine .... Read More Les cours ont été assurés a distance , les professeurs sont compétents , compréhensifs , Disponibles et accessibles malgré toutes les difficultés qu'impose le confinement . Personnellement je suis ravie de ma formation et de ce qu'elle m'apporte :) . Etape suivante : trouver un Job .Read Less",Essentials,Other +271465,10837,jedha,Kamila Hamalcikova,False,2020,"Jedha Fullstack Data Scientist (Lyon, full-time)",2020-12-17,5.0,5.0,5.0,5.0,"The quality of teachers was very high. All came from data science teams in various companies and therefore they could share their valuable experiences from the sector. Moreover they were very always willing to help, even outside scheduled hours of the... Read More course. I also appreciated that the course had clear structure from the start and its online sections makes it easier to get back to the topics viewed before. What sets the course apart from other competitiors is the fact that all online materials and communication channel is available for all alumnis for life (with all future materials included). In ever changing and fast paced IT/Data sector it is very important advantage. The content of the course is quite vast and dense, therefore probably do not expect to finish all of 9 little projects at the end of the course (at least for full time version, there is simply not enough time for that).Read Less",,Unknown +271437,10837,jedha,Denis COYAUD,False,2020,une formation très complète et intensive,2020-12-16,5.0,5.0,5.0,5.0,"La formation FullStack de Jedha est très complète (data visualisation, machine learning, deep learning, Big data, déploiement, coaching carrière) mais aussi très intensive. Un niveau équivalent au premier cycle universitaire en mathématique et statistique... Read More est nécessaire de pour suivre dans de bonnes conditions. J'ai énormément appris et la recommande sans réserve.Read Less",,Unknown +271321,10837,jedha,Mehdi Souni,False,2020,"Top ! Everything was on point (team organisation, lessons, disponibility of the teacher and the administration)",2020-12-12,5.0,5.0,5.0,5.0,"I wanted to discover python with data analysis and sql.The teacher was always present to explain and resolve our problems (comprehension, system bug ...).I really recommand this formation for the beginners in programmation or those who have never programmed... Read More which want to introduce in data science.The teacher is really competent and explain well all the programs.Read Less",Essentials,Other +270537,10837,jedha,Mariló GIL IBÁÑEZ,False,2020,Fullstack Data Science Part Time - Great Experience !,2020-11-17,5.0,5.0,5.0,5.0,"It was six intensive months in parallel to my job but it was a great experience that I strongly recommend to everyone! Jedha’s program is very rich: Python Programming, EDA, Machine Learning, Deep Learning, BigData/Cloud…Teachers and Teaching Assistants... Read More are passionate about data, they share their experience and they are always available to help the students.Jedha proposes a lot of exercices and projets to apply the theory we studied before. It is very nice because you are learning about data science and discovering new functional domains (medicine, marketing, transport …) at the same time.My training was during covid, so the sessions were hybrid (remotely or on site), I chose to be on remote, Jedha uses all the necessary tools to ensure their quality. I’m very happy to become part of this data community !Read Less",,Unknown +269338,10837,jedha,SASSI Rayan,False,2020,I highly recommend,2020-10-13,4.7,4.0,5.0,5.0,"Listening teachers, support for students who need it, lessons updated very regularly, very good family atmosphere The opportunity to grow strongly in your career and learn a lot about everything related to data Promising school I highly recommend ! Thanks... Read More to Jedha !Read Less",,Unknown +269218,10837,jedha,de FORSANZ,False,2020,"Jedha Bootcamp ""Full Stack""",2020-10-08,4.3,5.0,4.0,4.0,"It is a very good training to Data Science with Theorical part (Mathematics, Statistics, ...) and practice (coding of 50 algorithms in Python). There is a big data and cloud chapter. Teaching assistants are present to help you for the weeky work and your... Read More final case. Ambiance is very friendly. You have a lot of work to assimilate this fascinating field. I strongly recommend this training.Read Less",,Unknown +269068,10837,jedha,David Gomes,False,2020,"Very serious organization, relevant basic training.",2020-10-03,5.0,5.0,5.0,5.0,"In spite of the circumstances (health crisis) Jedha and our teacher knew how to manage and adapt in order to allow us to follow this training in an optimal way. Very serious organization. I am fully satisfied with the content as well as the pedagogy and... Read More the organization of the courses. A very rich training, given by Laurent who masters the field perfectly. It was very stimulating, and it was a real challenge for me. Jedha is doing everything possible to help us improve our skills. If you want to discover the basics in the field of data sciences, or if you want to start a professional reconversion in this field, do not hesitate, Jedha is a very serious partner who will help you to reach your goal. Thanks to the whole team Basic training followed in part-time on Saturdays during 8 weeks from 10am to 4pm.Read Less",,Unknown +269067,10837,jedha,Renaud,False,2020,I followed the training of the Essentials in Part-Time distance learning (covid period).,2020-10-03,5.0,5.0,5.0,5.0,"The sessions are rich and well calibrated to put a foot in the Data Science universe. The mix between theory and practice allows to acquire the essential basics to make first analyses and to draw the first insights on the different datasets explored during... Read More the 8 weeks bootcamp. The end of the course is made by the presentation of a personal project allowing to practice on a concrete case, in a theme of our choice and which is often close to our heart. The approach is very engaging, it allows you to invest fully in the execution of the code and makes you want to push further the broad potential of the Data Science.Read Less",,Unknown +268933,10837,jedha,André de Oliveira Gomes,False,2020,Hardwork but fulfilling!,2020-09-29,5.0,5.0,5.0,5.0,"I strongly recommend the bootcamp essentials from JEDHA. The content of the course is transversal and gives an excellent overview of data science through main topics such as data visualization, SQL, basics of Python and getting used to main libraries... Read More for data science such as pandas and sic-kit learn. It’s a bootcamp designed to learn fast and the production of a project in the end to train and show all the abilities you learn during that time (2 weeks full-time). It’s a very good platform to learn more advanced topics science. The teacher, David Raux, was great, very pedagogic in the way we was guiding us through the contents and the materials accessible in the online platform are very valuable for auto study and going back later to review the subjects. In one sentence it is hard work but much fun thanks to the well structure of the course and all the infrastructures to learn that are provided.Read Less",Essentials,Other +268707,10837,jedha,Mamy,False,2020,Excellent training,2020-09-23,5.0,5.0,5.0,5.0,"The rhythm was sustained, but very good . Professional and attentive trainer. The materials are well done and well structured. I would recommend this training without any worries! I recommend Jedha for people who wants to understand some Data Science... Read More featuresRead Less",,Unknown +268706,10837,jedha,Dani,False,2020,I very much appreciated this very practical and pragmatic training,2020-09-23,5.0,5.0,5.0,5.0,"It completely met my objectives. Our teacher Laurent, very attentive and available, also enriched the training with his experience and concrete cases. This increased our curiosity and interest. The Jedha team is very reactive and available. It was able... Read More to quickly adapt to the health crisis situation to ensure the continuation of the courses. This is a training course that I strongly recommend to anyone who wants to learn about Data related professions.Read Less",,Unknown +268679,10837,jedha,Pierre Duval,False,2018,Formidable experience,2020-09-22,5.0,5.0,5.0,5.0,"What can I say? I attended the Jedha Bootcamp fundamentals session on the recommendation of one of my teachers. The training allows us to enter this world which may seem complex at first glance but thanks to the intervention of our coach Emilien the world... Read More of data is much more accessible. SQL, AB Testing, python, machine learning are all the notions we had and that we were able to experiment! We are far from being Data Scientists, but we were able to carry out a professionalizing project which, for my part, is of great interest to my company. The administration, the premises and the fact that we see 20-30% theory and the rest practice makes me recommend the training! Thanks to the whole Jedha team and maybe see you soon for the Fullstack training!Read Less",,Unknown +268677,10837,jedha,Arnaud,False,2019,Really good experience,2020-09-22,5.0,5.0,5.0,5.0,"I did the Essentials program (ex Fondamentaux) and it was a really good experience. Experts are there for answers to all our questions, and help us to understand some notions. The experts help us both on the theoretical and practical side. I recommend... Read More Jedha !Read Less",,Unknown +268676,10837,jedha,Denis COYAUD,False,2020,Essentials bootcamp,2020-09-22,5.0,5.0,5.0,5.0,"Cette formation d'initiation à la Data science est très progressive mais aussi très dense en terme de contenu (Tableau, SQL, Python). Le formateur était très pédagogue, ce qui m'a permis de bien comprendre les différents concepts abordés. Je recommande... Read More vivement !!!Read Less",Essentials,Other +268673,10837,jedha,Samuel Lasry,False,2020,"I just finished the Fullstack bootcamp, and I'm very happy with it.",2020-09-22,5.0,5.0,5.0,5.0,"I just finished the Fullstack bootcamp, and I'm very happy with it. The Jedha team found the right balance between theory and practice. Many Data Science topics are covered, and the basics are well researched. I recommend Jedha's formations to learn and... Read More practice Data Science.Read Less",,Unknown +268636,10837,jedha,Anonymous,True,2020,Trained by great professionals,2020-09-21,5.0,5.0,5.0,5.0,"Jedha was a great experience for me. Even though it was during COVID19, they handled the situation very well and students were still able to learn and were provided a great training. Teachers and Teaching Assistants are really helpful and content is really... Read More cutting edge technologies in data. I couldn't recommend a better Data bootcamp.Read Less",,Unknown +268633,10837,jedha,Jonathan R.,False,2020,Better than expected,2020-09-21,5.0,5.0,5.0,5.0,"I had high expectation when I joined Jedha's Full stack program and they were fulfilled right from the start. The whole team is extremely passionate and you really see it during your training. Teachers are very experienced, the content is very well thought... Read More and everybody is ready to go the extra-mile to help learn a difficult concept. Their platform JULIE is extremely useful to help you learn, plus you have access to it even after your bootcamp. Jedha also offers career coaching session to help you land to a Data job which is definitely reassuring when you start from scratch. Overall, that was a great experience ! Thank you team JedhaRead Less",Fullstack,Other +268289,10837,jedha,Marie-Pierre Irabaye,False,2020,Excellente formation à recommander !,2020-09-07,5.0,5.0,5.0,5.0,"Pertinence, haute technicité, adaptation concrète aux besoins métiers en Data caractérisent les bootcamp JEDHA. Le programme Essentials m'a permis de monter en compétences sur des problématiques Data concrètes tout en restant orientée business. Chapeau... Read More bas à l'équipe JEDHA !Read Less",Data Science Essentials - First Course,Data Science and Analytics +268169,10837,jedha,R.Badel,False,2020,Une introduction dans le monde de la data science bien pensée.,2020-09-01,5.0,5.0,5.0,0.0,"8 semaines d'introduction à la data science où de nombreux domaines sont balayés de manière plus ou moins exhaustifs. Des bases de données, à la dataVisualization en passant par Python et le Machine Learning, tout est construit de manière progressive... Read More et sous forme de pratiques (ce qui évite les dérives mathématiques sur certains domaines). De nombreuses opportunités sont offertes à la fin de chaque séance d'approfondir et de s'exercer sur les éléments introduits lors ladite séance.Il n'y a au final qu'un sel regret : la formation Essentials ne dure que 8 semaines :-( à l'issue desquelles un premier projet est présenté !Read Less",Data Science Essentials - First Course,Data Science and Analytics +267882,10837,jedha,Eloïse,False,2020,Super formation,2020-08-26,5.0,5.0,5.0,5.0,"J'ai fait la formation Essentials chez Jedha, elle est vraiment efficace. En quelques semaines on en apprends beaucoup sur la Data Sciences, que ce soit sur le Machine Learning, SQL ou Python. Pour chaque modules, on a des exercices pratiques pour nous... Read More aider à comprendre le cours, et à la fin de la formation, un projet à rendre pour revoir tous ce qu'on a appris et permettre de montrer ce qu'on sait faire. Le prof est à l'écoute et pédagogue, le contenu est de qualité et l'équipe Jedha toujours présente sur l'accompagnement. Je recommande vivement cette formation !Read Less",Data Science Essentials - First Course,Data Science and Analytics +265981,10837,jedha,Maroine,False,2020,Excellente introduction à la DATA Science,2020-07-02,5.0,5.0,5.0,5.0,"Cette formation a totalement répondu à mes attentes d’acquérir des connaissance et des compétences en Data Science. Le contenu est riche et varié : outils de visualisation, gestion des base de données, développement (SQL, Python) et Machine Learning.... Read More La pédagogie et les moyens mis à disposition sont d'une grande qualité ! Je la recommande fortement.Read Less",Fundamentals in Data Science,Data Science and Analytics +265833,10837,jedha,Hicham Ousseni,False,2020,Fundamentals in Data Science,2020-06-26,4.7,5.0,5.0,4.0,"Excellente formation pour débuter et acquérir des bases solides à la data science. Les professeurs maîtrisent leurs sujets. Souvent issus du milieu professionnel, ils justifient le cours par des cas concrets traités dans leurs sociétés respectives...... Read More La qualité du contenu du cours est TOP ! Si vous voulez un bon aperçu global du large domaine de la science de données, je recommande fortement cette formation...Read Less",,Data Science +265719,10837,jedha,jerome tsang-yein,False,2020,Good start to jump into the Data Science World,2020-06-21,4.7,5.0,4.0,5.0,"Good lessons and practical cases, you need to be 100% commited to make it relevant ! I learnt from basics of algorythms in ML, to some more complex one in DL.The Full stack program cover large enough topics to trigger your curiosity from, data visualization... Read More to Big Data.Work hard, play hard !Read Less",Fullstack Data Science,Data Science and Analytics +265690,10837,jedha,Vincent Gargasson,False,2019,Une reconversion efficace !,2020-06-19,4.7,5.0,5.0,4.0,"Je suis vraiment ravis de ce bootcamp qui m'a mis un 1er pied à l'étrier pour rentrer dans la data science et m'a permis de mieux comprendre la programmation et les stats.Partant avec de grosses difficultés en maths, j'ai trouvé les cours accessibles... Read More et l'équipes pédagogiques très disponibles.A titre perso, j'ai continué à creuser les notions après le bootcamp et les mettre en pratiques avec des projets ""data for good"". Ca m'a permis de vraiment consolider mes connaissance et obtenir un poste de data scientist 4 mois après grâce à une premiere expérience.Je dis donc merci jedhaRead Less",Fullstack Data Science,Data Science and Analytics +265684,10837,jedha,Anonymous,True,2020,Une très bonne formation (Fullstack),2020-06-19,5.0,5.0,5.0,5.0,"Une très bonne formation (Fullstack) permettant d'acquérir les connaissances de base d'un Data Scientist. Le Bootcamp permet de pratiquer, de pratiquer et de pratiquer! J'ai pu faire un portefeuille en Data Science sur Github.Cette formation permet d'avoir... Read More les bonnes cartes en main pour devenir un Data Scientist. Cependant il ne tient qu'à vous de travailler fortement pour avoir la meilleure combinaison de cartes pour avancer dans vos projets professionnels.Je tiens à remercier les professeurs et l'équipe de Jedha.Read Less",Fullstack Data Science,Data Science and Analytics +265681,10837,jedha,Diallo,False,2020,Excellent,2020-06-19,5.0,5.0,5.0,5.0,Excellent teaching. The exercises and the detailed corrections make it possible to assimilate the concepts. The teachers. Teachers and assistants are always available to answer our questions. The lessons went well even during the confinement. I'm looking... Read More forward to do the data engineering sessionRead Less,Fullstack Data Science,Data Science and Analytics +265672,10837,jedha,Joseph NEA,False,2020,Fondamentaux Data Science,2020-06-19,4.7,5.0,5.0,4.0,"La formation Data Science (fondamentaux) de chez Jedha est très riche en enseignement. Sur 6 semaines et même en temps de crise sanitaire, l'équipe a su nous accompagner de manière professionnelle et sereine.J'ai adoré les cours qui sont drivés par la... Read More pratique...pratique...pratique partant de la data visualisation, programmation SQL pour les bases de données et python avec plusieurs librairies.Cette formation, c'est aussi des outils et technique pour les projets Data Science de A à Z. Ceci dit, j'ai eu a travailler sur un sujet d'actualité pour les banques en ""prédisant le difficultés financières de clients bancaires à court terme"", complément au modèle de scoring actuels les plus connus.Je recommande totalement ce bootcamp qui pour moi, permet d'avoir le ""permis de conduire"" comme le dirait mon formateur !Un grand merci au formateur (il se reconnaîtra) et à toute l’équipe JEDHA !Read Less",Fundamentals in Data Science,Data Science and Analytics +265584,10837,jedha,BENOIT VILAR,False,2020,BOOTCAMP FONDAMENTAUX,2020-06-17,5.0,5.0,5.0,5.0,"J'ai beaucoup apprécié cette formation réalisée en part time le samedi par Laurent. La formation est intense et permet d'avoir une bonne vision générale de la data science (l'approfondissement sera effectuée dans le programme full stack). J'ai une meilleure... Read More compréhension des compétences que peuvent rechercher les employeurs dans leurs offres d'emploi. De plus, nous avons accès à une communauté et de nombreuse autres ressources pour pouvoir approfondir nos connaissances. L'équipe Jedha nous a permis de travailler dans de bonnes conditions aussi bien en présentiel qu'à distance.Read Less",Fundamentals in Data Science,Data Science and Analytics +265580,10837,jedha,Marine,False,2020,Excellente formation des bases en Data Science !,2020-06-17,5.0,5.0,5.0,5.0,"J’ai pu suivre la formation des Fondamentaux à temps partiel et à distance (période Covid).Ce fut une expérience très enrichissante pour ma part car je n’avais aucunes bases en Data Sciences.Les cours sont très centrés sur la partie pratique, ce qui m’a... Read More permis de mieux comprendre la partie théorique et d’exercer concrètement mes connaissances.J’ai pu acquérir de nombreuses connaissances en SQL et en Python dont la gestion de base de données, data visualisation, classification, application de différents modèles de machine learning.Mon projet final et personnel m’a également beaucoup aidé à mettre en pratique un cas concret qui est aujourd’hui une très grande plus value auprès des recruteurs.L’équipe pédagogique nous accompagne avant, pendant et après la formation pour nous aider à trouver des offres d’emploi correspondantes a notre profil. Ils sont très attentifs et réactifs quant à nos besoins et recommandations.Je recommande à 200% ce Bootcamp et remercie toute l’équipe pour cette fabuleuse expérience !Read Less",Fundamentals in Data Science,Data Science and Analytics +265495,10837,jedha,Nicolas Szabo,False,2020,Jedha Fullstack à temps plein,2020-06-15,5.0,5.0,5.0,5.0,"J'ai beaucoup apprécié cette formation sur 12 semaines qui permet de rentrer sérieusement dans des sujets divers à travers des projets de fin de modules - régression linéaire et logistique, arbres de décision, boosting en machine learning - clustering... Read More - réseaux de neurones en deep learning sur des images et textes (NLP) Pour finir cette formation, un projet est présenté après deux semaines de travail, ce qui permet de se plonger dans un domaine particulier qui a pu nous intéresser et de l'approfondir. Enfin les professeurs, les assistants professeur et l'organisation a été top malgré la crise sanitaire ! Je recommande vivement cette formation.Read Less",,Data Science +265349,10837,jedha,Lorenzo,False,2020,Superbe expérience !,2020-06-10,5.0,5.0,5.0,5.0,"J’ai fait la formation Fullstack à plein temps, et c’était vraiment génial ! Malgré la crise sanitaire, l’organisation était vraiment au top ! Rien à redire !En ce qui concerne les cours, la théorie est rapidement consolidé par la pratique, ce qui permet... Read More de bien assimiler toutes les notions. Les profs sont vraiment cools, et le projet final est vraiment l’occasion de mettre tout ce que l’on a vu durant ces 3 mois en pratique ! Je recommande totalement ce bootcamp ! Un grand merci à toute l’équipe JEDHA !Read Less",Fullstack Data Science,Data Science and Analytics +265325,10837,jedha,Vincent B,False,2020,Excellent Introduction to Data Science,2020-06-10,5.0,5.0,5.0,5.0,"I took this program to have a short hands-on experience of what Data Science concretely is and can do: I learned a lot and got to apply a ML algorithm to a specific topic in the end. The curriculum provides great starting points on Dataviz, SQL, Python... Read More and Machine Learning if you are willing to dig further. Also very good support from the teacher and other members of staff. Thanks again.Read Less",Fundamentals in Data Science,Data Science and Analytics +265068,10837,jedha,MICKAEL VITRY,False,2020,Formation au top !,2020-05-29,5.0,5.0,5.0,5.0,"Au delà du contenu des cours théoriques, c'est la rapide mise en pratique des concepts et la confrontation aux problématiques inhérentes au métier de data scientist que j'ai le plus apprécié. Le retour d'expérience du professeur y est pour beaucoup. La... Read More communauté est dynamique et les événements nombreux, malgré les circonstances actuelles. Superbe expérience.Read Less",Fundamentals in Data Science,Data Science and Analytics +262483,10837,jedha,Boukar,False,2020,Great introduction to data science,2020-03-03,5.0,5.0,5.0,5.0,"I'm working in tech, and like many people I thought I understood what were data science, machine learning and artificial intelligence. It's amazing how far I've come in only few weeks, in terms of understanding, but also in terms of technical skills.... Read More I would never have dreamt to be able to build such a complete machine learning algorithm in such a short time. The lecturers and teaching assistant were great and had the ability to link academical and technical knowledge to their real-life experiences. I can now link all that to my experience. I'll use those skills for the rest of my career and life.Read Less",Fundamentals in Data Science,Data Science and Analytics +262208,10837,jedha,Xavier,False,2020,Fundamentals in Data Science,2020-02-25,5.0,5.0,5.0,5.0,"Just graduated from the Fundamentals in Data Science, a 2 weeks bootcamp to get a first review of data science. Very well organized, excellent teaching team, this course was really helpfull. When we started the ""project"" at the end of the course, I was... Read More realy surprised how far all the class could get in only two weeks time!Read Less",Fundamentals in Data Science,Data Science and Analytics +261997,10837,jedha,Sidi DOUMBOUYA,False,2020,Très bonne formation,2020-02-18,4.0,4.0,4.0,4.0,"J’ai suivi la formation Bootcamp de JEDHA. L’équipe enseignante était super (à la fois très compétente et disponible). En deux semaines seulement de fondamentaux, j’ai pu découvert les bases. Les langages SQL et Python n’étaient plus un secret pour moi.... Read More Je recommande le programme de JEDHA à tous ceux et/ou celles qui veulent découvrir ou approfondir leurs connaissances en Data Science.Read Less",Fundamentals in Data Science,Data Science and Analytics +261948,10837,jedha,Nima,False,2020,Excellente formation,2020-02-14,5.0,5.0,5.0,5.0,"Jedha Bootcamps offre une formation de qualité avec des Formateurs et assistants très compétents et humains. C’était une expérience riche en apprentissage, rien qu'en deux semaines j'ai dû découvrir et comprendre les bases du SQL, PYTHON et la machine... Read More Learning.Je recommande vivement cette formation. Elle est adaptée à tous publics.Read Less",Fundamentals in Data Science,Data Science and Analytics +261807,10837,jedha,Nicolas,False,2020,Très bonne formation,2020-02-10,5.0,5.0,5.0,5.0,"J'ai assisté à la formation Bootcamp Fondamentaux et malgré son nom, elle est très complète.A la fin des deux semaines, avec mon équipe, nous avons sorti un projet mêlant manipulation de bases sur SQL, nettoyage des données et mise en oeuvre d'un modèle... Read More de régression logistique sur Python et analyse du résultat sur une problématique churn pour une Telco.L'équipe enseignante a répondu à toutes mes questions et même plus. Je conseille vivement cette formation aux personnes intéressées par la Data Sciences.Read Less",Fundamentals in Data Science,Data Science and Analytics +260648,10837,jedha,Tarik Attout,False,2019,Get all basics and tools to be able to progress in data science.,2020-01-04,5.0,5.0,5.0,5.0,"Thanks to the Funtamentals in Data Science training and the great pedagogy of the teacher Christian Gandon, I now have all basics and the tools to be able to progress with confidence in the field of data science. In addition, I could see that despite... Read More the varied profile of all students, we were all able to present a data science project, allowing the application of all the knowledge acquired. Finally, I liked the kindness and efforts of Jedha team members to put us in the best conditions to be able to follow the training.For all these reasons I highly recommend the Jedha bootcamp training.Read Less",Funtamentals in Data Science,Data Science and Analytics +258548,10837,jedha,Slim KADDOUR,False,2019,High level training,2019-11-08,5.0,5.0,5.0,5.0,"High level training, with a professional and qualified teacher, a lot of exchanges during classes and tutorials The curriculum is comprehensive and suitable for novice students which makes me want to continue and progress I recommend Jedha Bootcamp; to... Read More follow with interestRead Less",,Data Science +258075,10837,jedha,JEAN-VINCENT FINIEL,False,2019,Dense and very interesting course on the basics of data science and machine learning,2019-10-24,4.3,5.0,4.0,4.0,"Very interesting experience to cover many aspects of data science (SQL, regression and Python coding).Course is reasonably dense as it covers several areas of data analysis and machine learning.I would recommend to initiate the basics of SQL and Python... Read More ahead of the course to maximize benefits.Read Less",Funtamentals in Data Science,Data Science and Analytics +255302,10837,jedha,Anonymous,True,2019,"Great bootcamp, i have 35 years experience in data and i learned a lot.",2019-09-26,5.0,5.0,5.0,5.0,"Pros : Great content, great teachers, life access to the course cons : A lot to learn and practice",,Data Science +255174,10837,jedha,Victor Nitu,False,2019,Wonderful experience!,2019-09-25,5.0,5.0,5.0,5.0,"After working 5 years as a Software Engineer, I followed the full stack bootcamp this summer for 3 intensive months. The goal was to discover new ways to solve the increasingly complex challenges of my customers through data science. A little more than... Read More a month after completing the bootcamp, I have had several opportunities to put my new skills into practice. For example, I suggested to one of my customers to use machine learning to automate a 3D design transformation process. And most importantly, the Jedha community is great. I meet amazing people there. This bootcamp was a wonderful experience!Read Less",,Data Science +254889,10837,jedha,Roman,False,2019,Jedha Fondamentaux,2019-09-20,5.0,5.0,5.0,5.0,"J'ai assisté à la session des Fondamentaux de la data science. Je suis très satisfait du résultat. Cette formation est très intense, elle mêle pratique et théorie, en deux semaines nous abordons beaucoup de thèmes ( Google analytics, SQL, Python ...).... Read More On devient très vite autonome grâce à l'excellente pédagogie du professeur et des teaching assistants.Read Less",,Data Science +254516,10837,jedha,Alexandre Superville,False,2019,The best place to learn data science !,2019-09-11,5.0,5.0,5.0,5.0,"I learned the data sciences fundamentals this summer thanks to Jedha Bootcamp. During 40h, I could discover all the possible applications of data sciences: - database collection and visualisation - database management with SQL - applied statistics -... Read More supervised Machine Learning - design a simple predictive algorithm with Python - data science applied to marketingThe hands-on approach fits very well with the topic and makes us learn quicker. The bootcamp ends with a data science project that we develop and present in front of the class, which allows a full immersion in a typical day of a data analyst / scientist !Success was mainly due to the follow-up of the team, involved and talented. Thanks for everything !Read Less",Data Science,Data Science +254449,10837,jedha,Richard Gastard,False,2019,Not better !,2019-09-11,5.0,5.0,5.0,5.0,"After 2 weeks of training on the fundamentals of Jedha, the result is amazing. We emerge from this training with a concrete result, after a few hours of theory and of course practice, we know how to create machine learning model. However, it is not only... Read More Machine Learning during these two weeks: an approach of SQL, Google Analytics, A / B Testing is not negligible and provides a good foundation. Also, the work being one thing, I would like to discuss the general atmosphere, which is heterogeneous from the professional background, location and age, allowing an open mind and a different way of seeing things. That very (very) good things during these fundamentals, being eager to continue in this learning, a feedback on the Full Stack that starts next week will of course be online!Read Less",,Unknown +254443,10837,jedha,Pierre-Alexandre heurtebize,False,2019,Awesome experience Full Stack program,2019-09-11,4.7,5.0,5.0,4.0,I really enjoyed my training at Jedha. I attended the full time full stack session of jun-19 to Aug-19 and was satisfied beyond expectations. The content of the class is truly on point and when looking up online any overview of what is machine learning... Read More and data science the content is totally in line with what i’ve been taught at jedha. I’d recommend a bit of programming practice and mathematics background beforehand to fully take advantage of this course which goes fairly deep into the theory of statistical models and neural network on top of hours and hours of hands’ on projects. A must to get you started on your path to become a fully accomplished data scientist!Read Less,,Data Science +254442,10837,jedha,Pierre-Alexandre heurtebize,False,2019,Awesome experience Full Stack program,2019-09-11,4.7,5.0,5.0,4.0,I really enjoyed my training at Jedha. I attended the full time full stack session of jun-19 to Aug-19 and was satisfied beyond expectations.The content of the class is truly on point and when looking up online any overview of what is machine learning... Read More and data science the content is totally in line with what i’ve been taught at jedha.I’d recommend a bit of programming practice and mathematics background beforehand to fully take advantage of this course which goes fairly deep into the theory of statistical models and neural network on top of hours and hours of hands’ on projects.A must to get you started on your path to become a fully accomplished data scientist!Read Less,Data Science,Data Science +254440,10837,jedha,Mustapha,False,2019,J'AI FAIT JEDHA,2019-09-11,5.0,5.0,5.0,5.0,"J'ai fait JEDHA - LES FONDAMENTAUX cet été en août et ce que je dois en dire pour être honnête c'est que la formation a dépassé mes espérances. J'attendais beaucoup et j'ai été servi. Le bootcamp favorise vraiment l'apprentissage par la pratique, il y... Read More a beaucoup de travail pendant les journées mais aussi pour ceux qui veulent aller plus loin des exercices avec corrigés à faire à la maison. L'hétérogénéité de notre PROMO été un gros plus, on a appris des uns et des autres c'était super.Seul bémol on en redemande assez vite mais pour cela vous pouvez enchainé avec la formation FULLSTACK, que je ferais surement dans les mois à venir.Read Less",Data Science,Data Science +254416,10837,jedha,Omar K,False,2019,A very satisfying experience,2019-09-11,4.3,4.0,5.0,4.0,"- The teachers are friendly, insightful and energetic.- The curriculum covers everything needed to work in the industry after graduation. Not only that, there is a good balance between theory and practice in the content delivered, such as the students... Read More become autonomous rapidly and can start to explore their own ideas.- Speaking of the students, the different backgrounds of everyone in the group was a real plus, as it brought a lot of diversity and richness in how problems were approached and solved.- Last but not least, the final project the students have to present in front of industry professionals is a very good experience and preparation for the industrial world.I would highly recommend Jedha to anyone interested in entering the field of Data Science.Read Less",Data Science,Data Science +254397,10837,jedha,Sirvente Clément,False,2019,Quick start your machine learning journey,2019-09-11,4.0,4.0,4.0,4.0,"Jedha is a good way to quick start your machine learning journey. It's hard to cover by yourself and online courses the many concepts in this area. I am a analyst who wanted to add machine learning to my toolset. As a new bootcamp they still have rooms... Read More for improvement, don't expect it to be like a standard engineering school.Read Less",Data Science,Data Science +253971,10837,jedha,Roman,False,2019,Jedha Fondamentaux,2019-09-04,5.0,5.0,5.0,5.0,"J'ai assisté à la session des Fondamentaux de la data science. Je suis très satisfait du résultat. Cette formation est très intense, elle mêle pratique et théorie, en deux semaines nous abordons beaucoup de thèmes ( Google analytics, SQL, Python ...).... Read More On devient très vite autonome grâce à l'excellente pédagogie du professeur et des teaching assistants.Read Less",,Data Science +252635,10837,jedha,Thibault M,False,2019,Excellente initiation à la Data Science,2019-07-24,4.3,5.0,4.0,4.0,"Super expérience! je tiens à laisser un excellent avis sur la formation Jedha / Fondamentaux. Ces 2 semaines ont été intenses mais très enrichissantes. L'équipe Jedha est expérimentée et très pédagogue. On découvre et on apprend beaucoup en peu de temps.... Read More Si vous avez toujours eu ce désir d'apprendre à coder et la curiosité de savoir ce qui se cache derrière des termes comme Machine Learning, Data Viz, Data Mining etc.. je vous recommande ce bootcamp. C'est une bonne initiation à la Data Science et dans tous les cas une bonne expérience humaine que vous ne regretterez pas si vous êtes motivé!Read Less",Funtamentals in Data Science,Data Science and Analytics +250666,10837,jedha,Mercier,False,2019,After passing the fundamental training,2019-07-11,5.0,5.0,5.0,5.0,"After passing the fundamental training, I am impressed by the quality of the teaching, its richness, the relevance of the tools presented and the evolution in the field of data science that this training offers. The world of data was abstract for me and... Read More now it is much clearer. I chose the fundamental training in order to prepare for my master's degree in Big Data and I recommend the Fullstack training for all those who want to work in Data Science even without having a backuprRead Less",Funtamentals in Data Science,Data Science and Analytics +250948,10837,jedha,Anonymous,True,2019,Jedha is your best choice!,2019-06-01,5.0,5.0,5.0,5.0,Excellent! I would recommend Jedha to anyone willing to start a new career in Data Science. I went through the 3 months of the full time program and signed a contract starting right after the camp!,Fullstack Data Science,Data Science and Analytics +251224,10837,jedha,Glady,False,2019,Expérience Jedha,2019-05-28,5.0,5.0,5.0,5.0,"Mon expérience avec Jedha fut très enrichissante. Aurelie, une très bonne professeur, toujours à l'écoute de ses élèves. J'étais débutant dans ce domaine et en 2 semaines j’ai beaucoup appris. Je recommande fortement cette formation à tout ceux qui s’intéressent... Read More à Data Sciences, débutant ou peu expérimenté.Read Less",Funtamentals in Data Science,Data Science and Analytics +250936,10837,jedha,Camille Rouge,False,2019,La formation idéale pour se mettre à la data science!,2019-04-29,5.0,5.0,5.0,5.0,"J’ai été totalement satisfaite par la formation Jedha sur les fondamentaux de la data science.Sans connaissance requise en informatique ou statistique, la formation permet à la fois :- Une bonne compréhension des grands enjeux et concept de la data science... Read More- Une prise en main rapide d’outils en web analytiques, data visualisation, SQL, python et machine learningA l’issue de la formation, vous serez ainsi à même d’analyser le comportement d’utilisateurs d’un site internet, de déterminer la meilleure version d’un site, de faire des requêtes pour extraire des données dans une base SQL, d’élaborer des représentations graphiques de vos données ou encore de construire un modèle de prédiction. L’équipe Jedha est très pédagogue et à l’écoute des objectifs des étudiants.Read Less",Funtamentals in Data Science,Data Science and Analytics +245871,10837,jedha,François-Xavier,False,2019,Une très bonne expérience,2019-03-05,5.0,5.0,5.0,0.0,"La formation Jedha fut une très bonne expérience où j'ai pu découvrir les fondamentaux en data science. Il s'agit d'une formation qui va toucher à beaucoup de choses afin que vous puissiez à la fois monter en compétences et avoir une bonne overview de... Read More ce qu'est la data science. Vous ne serez assurément pas un professionnel à la fin de ces 40h, mais vous serez structuré et vous aurez assez expérimenté pour pouvoir aborder la suite sereinement.Read Less",Funtamentals in Data Science,Data Science and Analytics +246750,10837,jedha,Ugo,False,2019,Hands-on learning experience on data science,2019-03-01,5.0,5.0,5.0,0.0,"Whether you are a newbie in data science or you want to update your knowledge to today's exploitation of data, this is he perfect bootcamp, straight to the point, no nonsense and great value for money. I recommend without hesitation.",Funtamentals in Data Science,Data Science and Analytics +233093,10837,jedha,Anonymous,True,2018,Très bien,2018-11-06,4.5,5.0,4.0,0.0,"Je viens de finir la formation sur les Fondamentaux en data science, et j'en suis très content. La formation part vraiment de 0 et permet à n'importe qui de s'initier à la data avec différents outils, puis avec des langages comme Sql et Python. Les cours... Read More sont très proches de ce qui était annoncé, et le projet à la fin permet d'appliquer tout ce qu'on a vu.En plus l'équipe de Jedha est top !Read Less",Funtamentals in Data Science,Data Science and Analytics +234954,10837,jedha,Agata Gramatyka,False,2018,Excellent Data Science training,2018-10-24,5.0,5.0,5.0,5.0,"The Jedha course was exactly what I was looking for: very well prepared, full of practical exercises, taught by experienced professionals who are passionate about the subject. The staff are always ready to help and have a friendly, relaxed approach. Antoine... Read More and his team introduce the key concepts in a very accessible manner while keeping the pace of learning fast enough, so that at the end of the eight sessions you go home feeling comfortable with this vast new knowledge.Read Less",Funtamentals in Data Science,Data Science and Analytics +235768,10837,jedha,Frédéric,False,2018,Great bootcamp !,2018-09-08,5.0,5.0,5.0,5.0,"The Data science bootcamp of Jedha was really great ! I was scary of the maths part of the bootcamp. Whereas, Antoine was a good professor for this part as he was for Python and SQL. Antoine has the methods to make you integrate the more complex skills.... Read More He has a good team at Jedha, as cool as him. He was very present in French and in English since we had an american student. The group he selected was another great point I appreciated during this bootcamp. It's very intensive but efficient.Read Less",Data Science,Data Science and Analytics +240597,10837,jedha,Ouassila,False,2018,Jedha courses,2018-09-08,4.7,5.0,5.0,4.0,"I just finished my 2 month training in Data Science at Jedha, and because I am very satisfied with what I have learned during the last two months, I want to share my experience. All what I know about Data Science before my classes at Jedha is the words... Read More I hear about : data, prediction ,... but it just remained a vocabulary for me without knowing anything more about how Data Science processes follow each other and how they are made. After a month at Jedha, a lot of concepts became clear for me, in the second month I applied the knowledge acquired on the practical level and in the end of training I realized a project with all the steps of analysis that a data scientist must make. What Jedha teaches in 2 months is what we can learn in one year with online courses. The motivation and expertise of teachers are the key of Jedha's success, so for each session, at the end of training all students present well-worked projects that treat problematics in depthRead Less",Data Science,Data Science and Analytics +244192,10837,jedha,vaijanth,False,2018,Une pédagogie adaptée et des cours bien conçus ,2018-09-05,5.0,5.0,5.0,5.0,"Une pédagogie adaptée et des cours bien conçus au rythme qu’on souhaite. Les formateurs sont des professionnels en capacité de répondre à toutes vos questions. Non seulement j’ai pu profiter pleinement des cours, mais j’ai également approfondi certains... Read More sujets en lien avec les formateurs. Un conseil : n’hésitez pas à vous impliquez pleinement et apprenez tant que vous voudrez !!!Read Less",Data Science,Data Science and Analytics +243167,10837,jedha,Karine Petrus,False,2016,Très bonne formation qui donne de solides bases pour commencer son aventure dans le vaste monde de la data science,2018-08-31,4.3,5.0,5.0,3.0,"Très bonne formation qui allie pratique et théorie.Elle donne les bases nécessaires pour commencer à travailler dans le monde de la data science.Par ailleurs, elle permet aussi de nous créer un réseau de data scientist venant de différents parcours.Enfin,... Read More nous avons accès à des cours en ligne à vie. C'est vraiment le top!Read Less",Data Science,Data Science and Analytics +236168,10837,jedha,Toufik DALI,False,2018,master the essentials,2018-08-28,5.0,5.0,5.0,5.0,"JEDHA's bootcamp allowed me to master the main tools for analysis and data visualization.The proffesseurs, very pedagogical and attentive, taught me to establish reliable prediction models, and to know how to interpret and present them in a clear and... Read More smart way.The work environment is also very nice.Read Less",Data Science,Data Science and Analytics +235783,10837,jedha,Christian Gandon,False,2018,Refresh your Techie Foundation,2018-08-28,5.0,5.0,5.0,5.0,"I attended the intensive 2 weeks bootcamp. It was an opportunity to review foundations of technical and statistical knowledge needed for supervise datascience projects (SQL, Google Analytics, A.B. Testing as well as linear and log regression, clustering,... Read More intervals, etc...). Overall I found the content very effective and pragmatic. Most programs i could find in traditional schools focus too much on theory and skip the practical coding part, while Jedha rightly emphasises it. Down the line, the value of project lies in the practical content you can deliver, coding is a key part of it. Well conceived, well delivered, excellent mindset of the training team, I highly recommend it.Read Less",Data Science,Data Science and Analytics +235791,10837,jedha,Ngoc Thao Ly,False,2018,Just amazing !,2018-08-28,5.0,5.0,5.0,5.0,"It is incredible how much you can learn within 2 weeks. It was nothing but just a great course.We learn practical things which can be applied in real professional situation. The teacher was patient, with a real will to help his student to understand when... Read More they had difficultiesI highly recommend this course and I hope I will be back very soonRead Less",Data Science,Data Science and Analytics +244409,10837,jedha,Delphine Jean,False,2018,Great formation in data science,2018-08-20,5.0,5.0,5.0,5.0,"I am proud and very happy to have been able to validate Jedha Bootcamp's training in data science, which I highly recommend to all those who wish to dive into data science in a concrete way.I was able to acquire advanced skills in SQL, Python, Machine... Read More Learning, statistics thanks to the good pedagogy of Antoine Krajnc that I thank very much, he knew how to lead me very far in my learning of data science, I was able to set up and present a prediction project in machine learning of the attrition rate of a company.Read Less",Data Science,Data Science and Analytics +244532,10837,jedha,Anonymous,True,2018,Mon expérience chez JEDHA,2018-08-19,5.0,5.0,5.0,5.0,"J’ai découvert le programme JEDHA et ai décidé de me donner cette chance et je ne le regrette pas. Car, la pédagogique de l’enseignant m’avait épaté, et cela m’a infligé la motivation de saisir cette opportunité d’avoir toutes les bases incontournables... Read More en machine Learning avec des méthodes et des travaux pratiques sur les données réelles qui ne sont pas enseignés en université et qui pourtant sont très recherchés sur les projets, car ce sont des compétences rares…Donc je recommande vivement à tout étudiant ou professionnel en quête des solides compétences en Data Science, de prendre contact avec JEDHARead Less",Data Science,Data Science and Analytics +235794,10837,jedha,Moncade--Bénéventi Jean,False,2018,Experience Jedha,2018-08-18,5.0,5.0,5.0,5.0,"Mon expérience avec l'équipe Jedha fut très enrichissante ! Mon formateur Antoine Krajnc a été un bon pédagogue, toujours à l'écoute de ses élèves.Cette formation englobe beaucoup de connaissances en Data Science. J'étais débutant dans ce domaine et en... Read More 2 semaines on apprends beaucoup de choses aux côtés d'Antoine. Que vous soyez débutant ou avec de l'expérience cette formation est faite pour vous !Read Less",Data Science,Data Science and Analytics +244186,10837,jedha,Louis PASTEZEUR,False,2018,Super Formation !,2018-07-24,5.0,5.0,5.0,0.0,Super formation. J'ai pu découvrir différentes manières de travailler des données et cela en peu de temps. Antoine et Charles sont des formateurs très enthousiastes et inspirants.Bravo à eux et merci,Data Science,Data Science and Analytics +243187,10837,jedha,Georges BALOUBI,False,2018, JEDHA is a reference,2018-05-26,5.0,5.0,5.0,5.0,"JEDHA is a reference in the face-to-face training in the field of data science through its teachers, the training content and especially its approach by project that students must present at the end of their training",Data Science,Data Science and Analytics +243745,10837,jedha,Christa LESEIGNEUR,False,2018,Formation Data Scientist chez Jedha,2018-05-25,4.7,5.0,5.0,4.0,"Fait bon vivre, espace très agréable.J’ai passé 8 semaines de formation de Data Scientist chez Jedha avec pour professeur Antoine Krajnc qui est un très bon professeur, bon pédagogue , explique clairement ce qui semblait impossible à comprendre , très... Read More patient avec ses élèves toujours disponible quand on à besion de son aide. Ce fut une très belle expérience. J’ai appris les fondamentaux de la data science qui me permettront de faire mes premiers pas en tant que Data Scientist. Je recommande vivement Jedha!Read Less",Data Science,Data Science and Analytics +243744,10837,jedha,Christa LESEIGNEUR,False,2018,Formation Data Scientist chez Jedha,2018-05-25,5.0,5.0,5.0,5.0,"J’ai passé 8 semaines de formation de Data Scientist chez Jedha avec pour professeur Antoine Krajnc qui est un très bon professeur, bon pédagogue , explique clairement ce qui semblait impossible à comprendre , très patient avec ses élèves toujours disponible... Read More quand on à besion de son aide. Ce fut une très belle expérience. J’ai appris les fondamentaux de la data science qui me permettront de faire mes premiers pas en tant que Data Scientist.Je recommande vivement Jedha!Read Less",Data Science,Data Science and Analytics +235779,10837,jedha,Val,False,2017,Un bootcamp innovant en France,2018-01-26,5.0,5.0,5.0,5.0,"En tant qu’entrepreneur, j’ai décidé de postuler à Jedha car je voulais être capable de pouvoir comprendre mes clients et pouvoir agir en fonction des données que je pouvais collecter. - Le cours a commencé directement avec Google Analytics et Optimizely... Read More pour appréhender les A/B Tests- on est ensuite passé sur la gestion de bases de données avec SQL- La dernière partie tournait autour du Machine Learning et Python. Le bootcamp de Jedha m'a beaucoup servi dans mon business par la suite. Antoine et le reste de l'équipe sont toujours là pour nous soutenir et répondre à nos questions même lorsque ça dépasse le cadre du cours à proprement parler. Très bon investissement pour moi, je recommande !Read Less",Data Science,Data Science and Analytics +244789,10837,jedha,Léa,False,2018,"J'ai passé 8 samedi incroyables avec Antoine, notre professeur.",2018-01-25,5.0,5.0,5.0,5.0,"J’ai passé 8 samedi incroyables avec Antoine, notre professeur. Il est le fondateur du cours et est très bon pour expliquer ce qui semblait impossible à comprendre. En commençant le cours, je n’avais pas d’expérience en codage mais j’étais intéressée... Read More par les data sciences et être capable de pouvoir utiliser Google Analytics, SQL et Tableau. En plus de ces connaissances, je sais maintenant coder en Python et construire des modèles prédictifs que j’utilise dans mon job.Read Less",Data Science,Data Science and Analytics +310040,10853,la-capsule,Anonymous,True,2024,Great dev experience,2024-04-12,5.0,5.0,5.0,5.0,"I completed the web development training at La Capsule in March 2024, and this experience boosted my technical skills and gave me confidence for my upcoming career. Before the Bootcamp I had a 4 years experience in VBA programming, I knew HTML, CSS and... Read More I studied JavaScript months before the beginning of the Bootcamp. After several months learning on my own, I chose La Capsule to earn a certification (the RNCP title) and to be confronted to Git conflicts when working with a team. The bootcamp is intense but well organized and we learn by doing. The exercises are well thought out, starting with something simple to grasp the basics before increasing in difficulty. If we finish the day early, we can go deeper with optional challenges. I had a great Teacher, Raida, which made learning enjoyable. We worked on many different projects, like geolocation and mobile app development, and each project presented us with new challenges. The hackathons and kata night were also highlights, great for learning to work together. The end-of-batch project gave me confidence for the next steps in my career change! For those new to programming, I really recommend taking the Prep Work seriously before starting. You MUST be prepared for the intense pace of the bootcamp and to make the most of everything the training has to offer. I highly recommend La Capsule :)Read Less",Fullstack JavaScript Web Developer,Web Development +310028,10853,la-capsule,Ophélie ROUX,False,2024,Amazing training camp,2024-04-12,5.0,5.0,5.0,5.0,"I've always had an interest in computing, especially since several family members work in the sector. No longer finding fulfillment in commerce, I felt the need for a change. I started by learning the basics of HTML and CSS, then decided to join a bootcamp... Read More at La Capsule to work and progress in a group. I am very happy with my training at La Capsule. What I appreciated the most was the constant availability and support of the trainers. They were always there to explain things clearly and help us when needed. The exercise format was fun and the daily schedule was well-structured, with set times for lessons and breaks, making the days predictable and enjoyable. A piece of advice I would give is to take the time to review the concepts learned after classes. It's essential for solidifying skills and getting the most out of the training. The networking aspect was great too; we were able to create strong connections and progress with other students, which is great for building a professional network. We even stay in contact after the course ends. I attended the training remotely, which suited me perfectly as I preferred not to go to the site. Despite the distance, we managed to maintain a great class atmosphere. We are in constant contact with our classmates and teachers. You never feel alone.Read Less",Fullstack JavaScript Web Developer,Web Development +309908,10853,la-capsule,Gwendoline Gaches,False,2024,I highly recommend,2024-04-05,5.0,5.0,5.0,5.0,"I completed my training at La Capsule last March, remotely. After 10 weeks of training, here is my review. I decided to sign up for La Capsule, attracted by their full JavaScript program, which seemed perfectly aligned with the current market demands.... Read More Today, I can say that I am completely satisfied with my decision. What I particularly appreciated in this training is its logical progression and suitability for beginners, as well as the opportunity to delve deeper into certain concepts through optional challenges. The quality of the courses and the extraordinary support from Raida, our Teacher, were highlights. Even in moments of doubt, Raida did not hesitate to look for solutions to help us, always with remarkable kindness. Contrary to what I feared, the technical level of the training was indeed present, going so far as to include advanced masterclasses, of which I am particularly pleased. Regarding the ""remote"" aspect, La Capsule keeps its promise of tele-presence, an enhanced remote learning, which is not e-learning but a real structured training. This is not limited to marketing; it is a palpable reality every day. The exam to obtain the title went very well, and I am now starting to apply for an apprenticeship position, since I have been accepted into the master's program at CESI in Toulouse to continue my learning. In conclusion, I highly recommend La Capsule to anyone looking to dive into web development.Read Less",Fullstack JavaScript Web Developer,Web Development +309814,10853,la-capsule,Necati KARATAS,False,2024,Devops Engineer,2024-04-02,5.0,5.0,5.0,5.0,"I am thoroughly pleased with my experience participating in La Capsule's DevOps training program, from start to finish. My journey to this program began following the recommendations of several friends. They advised me to enroll in La Capsule's training... Read More with full confidence, and their endorsement proved to be exceptionally accurate. Coming from a networking background, this training significantly broadened my skill set. The team at La Capsule, particularly the instructor Amin, extended an incredibly warm welcome. We established a great rapport from the outset, which made the learning process both efficient and enjoyable. During my training, I encountered some health issues that could have severely impacted my progress. However, La Capsule demonstrated remarkable flexibility in accommodating my situation, enabling me to participate in the training under the best possible conditions. It's worth noting that while the overall experience was overwhelmingly positive, the training might pose challenges for those who are complete novices in the networking field. A foundational level of knowledge is advisable to fully benefit from what the training has to offer. In conclusion, were I given the chance to do it over, I would not hesitate for a moment. La Capsule's DevOps training has been a pivotal step in my professional development, and I am grateful for the opportunity and support I received throughout the journey.Read Less",DevOps Engineer,Cloud Computing and DevOps +308776,10853,la-capsule,Estelle,False,2023,Good experience !,2024-02-19,5.0,5.0,5.0,5.0,"I recommend this school which allows you to learn the basics of development in 10 weeks a very good teaching team and real student monitoring. Serious school with good work materials for students. At the end of the exam, I obtained my web and mobile designer... Read More developer diploma! Thank You!Read Less",Fullstack JavaScript Web Developer,Web Development +308631,10853,la-capsule,Anonymous,True,2024,relevant experience,2024-02-13,3.7,4.0,4.0,3.0,"I embarked on a career change after starting out in sociology, drawn by the promises of career opportunities in the web development sector. This led me to decide to train in this field and to join La Capsule. My experience was genuinely positive! What... Read More I found most rewarding was the pedagogy at La Capsule, which strongly emphasizes practical learning. This allowed us to get hands-on experience with current technologies. The end-of-batch project was an ideal opportunity to apply modern work methods, like the Agile methodology, in a real-world setting. It was exactly the opportunity I was looking for. The support from the teacher was great too; he was always ready to step in to correct or help us whenever needed. The overall atmosphere was very pleasant, and the coworking turned out to be a very stimulating environment. If I had to do it over, I wouldn't hesitate for a second!Read Less",Fullstack JavaScript Web Developer,Web Development +308620,10853,la-capsule,Clarice Bascou,False,2024,Nice experience,2024-02-12,5.0,5.0,5.0,5.0,"I have already recommended La Capsule's web and mobile developer training, and I will do so again in the future! The format was really nice. The pace is really intense, but I enjoyed every day of my training, always happy to go to class. The learn-by-doing... Read More approach is very pleasant, with a good balance between theory and practice. The teachers are very accessible, always ready to answer questions, patient, and also very encouraging! I followed the training remotely and I can say that the virtual campus works well; we managed to create bonds between students despite the distance. In conclusion, a very good experience.Read Less",Fullstack JavaScript Web Developer,Web Development +308619,10853,la-capsule,Anonymous,True,2023,Great Bootcamp,2024-02-12,4.7,5.0,5.0,4.0,"My recent experience with La Capsule was extremely positive. I particularly liked the format, which included morning classes with teachers who were available to answer all types of questions, followed by group work in the afternoon. Initially, being remote,... Read More I expected to be on my own, but this was not the case at all. Students were able to help each other and benefit from the guidance of teachers and teaching assistants. We were really well supported throughout the course. I also really liked the virtual campus; it was superbly designed. My project group and I even continued to use the tool after the bootcamp ended. The Ariane educational platform was very comprehensive. We had access to all the necessary information, whether in text or video form. Everything was very well organized. I would 100% recommend this training in the future. I've already talked about it to people around me; it was a great experience. I have absolutely no regretsRead Less",Fullstack JavaScript Web Developer,Web Development +308605,10853,la-capsule,Idriss ADINANI,False,2024,"efficient, methodical, fast and complete",2024-02-12,4.7,5.0,5.0,4.0,"My web developer training at La Capsule was an incredibly positive experience! Right from the start, what struck me was the excellent organization of the courses and access to the educational platform Ariane, both of which I really enjoyed. The well-structured... Read More days, with an hour of theoretical lessons in the morning followed by intensive practical sessions on projects and challenges, fostered steady and significant progression. Every day was an opportunity to learn something new, with exercises tailored to reinforce my knowledge. Feeling supported from start to finish was crucial for me, especially considering the duration of the training, which was perfectly suited to my personal constraints as a father. The ergonomics of the Ariane platform, the quality of the resources provided, and the well-thought-out structure of the courses and exercises made it easy for me to track my progress. This tracking ability, combined with integration with GitHub, created a connected and modern learning experience, making me eager to revisit and utilize these resources even after the training had ended. I would highly recommend this training to anyone looking to get into web development! However, I advise taking the preparatory work seriously before the training begins to maximize your chances of success ;)Read Less",Fullstack JavaScript Web Developer,Web Development +308474,10853,la-capsule,Elise Jenequin,False,2023,Really great and fun experience,2024-02-07,5.0,5.0,5.0,5.0,"Having already obtained a master's degree in UI Design, I chose La Capsule to enhance my development skills, and I must say I don't regret this decision. I learned a tremendous amount in a short period, and I now feel ready to tackle real-world web development... Read More challenges. The teachers are competent and passionate, driven by a genuine desire to share knowledge and help the Batch's progress. Additionally, the atmosphere in the class was always friendly and collaborative, which made learning even more enjoyable. I highly recommend La Capsule to anyone looking to pursue a career in web development.Read Less",Fullstack JavaScript Web Developer,Web Development +308468,10853,la-capsule,Arnaud,False,2023,Intensive Hands on learning experience,2024-02-07,4.3,4.0,5.0,4.0,"I attended the web developer training at La Capsule in October 2023. As a QA engineer, my goal was to enhance my development skills, especially in JavaScript, to broaden my professional opportunities, especially on the international stage. Overall, I... Read More am very satisfied with the training. The format is intensive, so one needs to be prepared to review and work on the concepts outside of the training hours to fully grasp them. The content of the training was highly relevant, and the instructors were knowledgeable and approachable. The differences in approach among the instructors were complementary and enriching. I particularly appreciated the structure of the program and the modernity of the tools presented, in line with the current requirements of React development. Practical exercises and real-world use cases greatly contributed to my understanding of the developed functionalities. In summary, if I had to make the choice again, I would not hesitate for a second. La Capsule was a formative and relevant experience that met my expectations in terms of web development.Read Less",Fullstack JavaScript Web Developer,Web Development +308443,10853,la-capsule,Richard Chegwin,False,2024,Great experience overall,2024-02-06,4.3,5.0,5.0,3.0,"Upon the recommendation of a developer friend, I decided to join La Capsule to undergo web development training, and I am very pleased with my decision! When I started at La Capsule, I had no prior knowledge. I learned a lot in just 10 weeks, and it was... Read More an incredibly enriching experience. As a Colombian, my command of French is not perfect, but it was not a hindrance during the training, thanks to the hands-on pedagogy that encourages autonomous work. Thanks to La Capsule, I was able to confirm my interest in web development, and I am now ready to venture into the field! In summary, I would wholeheartedly recommend La Capsule to anyone looking to learn programming.Read Less",Fullstack JavaScript Web Developer,Web Development +308415,10853,la-capsule,Thibaud Veyssade,False,2023,Great experience,2024-02-05,4.0,5.0,4.0,3.0,"As a former student of batch 98 in Lyon, I finished my training at the end of December. I really appreciated the pedagogy at La Capsule, which combined an hour of theoretical lessons followed by the practical application of the concepts discussed in class.... Read More This method allowed me to immediately see the usefulness of the concepts. The pedagogical approach made me feel like I was learning in a significant and effective way. My relationship with my teacher was particularly rewarding. He was always available and able to answer all my questions, which greatly contributed to my positive experience. The overall atmosphere of the training was excellent, and I have kept in touch with several of my classmates, which speaks to the quality of the relationships formed during this period. I am currently in the job search phase and already have interviews scheduled for positions in digital services companies, which proves the effectiveness of the training in preparing for the job market. Without hesitation, I would recommend this training to anyone looking to get into web development. It has been an enriching and transformative experience for me.Read Less",Fullstack JavaScript Web Developer,Web Development +308126,10853,la-capsule,A,False,2024,Great experience. Super empowering,2024-01-23,5.0,5.0,5.0,5.0,"As an engineer, I was seeking an hands-on training program that could fuel my goal to ship web projects by myself. Learning JavaScript was a non-negotiable for me. I also wanted the option to follow courses IRL. La Capsule emerged as the most fitting... Read More choice for me. My experience at La Capsule was exceptional! The program is well-structured with a brisk pace, yet each concept is skillfully articulated, maintaining a motivating pressure to progress. I particularly enjoyed the practical exercises and the teaching approach centered around the Ariane CLI. La Capsule's approach, condensing the course to maximize hands-on practice time, resonated with me. The emphasis on autonomy in the learning approach was balanced judiciously. The teachers are highly supportive, present, and fully met my expectations. I wholeheartedly recommend La Capsule.Read Less",Fullstack JavaScript Web Developer,Web Development +308112,10853,la-capsule,Lee Hang,False,2023,Fun and Intensive Experience,2024-01-22,4.7,5.0,5.0,4.0,"I completed my training at La Capsule in December 2023, in Paris. My goal in joining this school was to specialize in a programming language. I had already undergone training in the field and had some coding experience. After exploring various options,... Read More I discovered La Capsule through Pôle Emploi, and their specialization in JavaScript immediately caught my attention. I am thoroughly satisfied with my training at La Capsule. The supervision is very professional, and the pedagogical approach significantly stands out from my previous experiences. The support is personalized, and instructors take the necessary time to explain concepts. The practical aspect of learning was particularly impactful for me. The 10 projects in 10 weeks with one concept per day, combined with theoretical sessions in the morning followed by practical sessions in the afternoon, proved to be an effective approach. The opportunity to revisit unclear points at the end of the day was crucial for my understanding. The method goes straight to the essentials, emphasizing concrete learning. I highly recommend this training to those who already have a foundation in web development and wish to deepen their knowledge. While accessible to everyone, I recommend having a strong preparation, and the Prep Work provided by La Capsule is excellent for that. In conclusion, La Capsule offers an intense and specialized learning experience that is perfectly suited for those looking to advance in web development.Read Less",Fullstack JavaScript Web Developer,Web Development +308110,10853,la-capsule,Khalid Kafmaghni,False,2024,I highly recommend La Capsule!,2024-01-22,4.3,5.0,5.0,3.0,"I highly recommend La Capsule! Originally a bank advisor, I wanted to shift my career towards web development. After conducting some research, I chose to enroll in La Capsule's Fullstack Web & Mobile Developer program in October 2023. My decision was... Read More motivated by the language choice, JavaScript, which is both highly sought after and versatile. I am extremely satisfied with the training! I particularly appreciated the methodology, starting with the basics during the morning classes and immediately immersing ourselves in practical applications. The training emphasizes working autonomously, providing a great learning experience, while also offering guidance whenever needed. The teachers are always available and highly involved! The camaraderie among students and the teaching methodology are the standout features that caught my attention.Read Less",Fullstack JavaScript Web Developer,Web Development +307966,10853,la-capsule,sophie blanchon,False,2023,My experience at La Capsule,2024-01-16,5.0,5.0,5.0,5.0,"My experience at La Capsule was very positive. I particularly enjoyed the intensive pace of the training, with a hands-on pedagogy that included morning classes followed by practical application. The program content is excellent, focusing on modern and... Read More sought-after technologies. Our teacher was highly effective, combining pedagogical skills with patience. He consistently supported us, even during challenging phases of the program, always with a great deal of kindness, which was very pleasant! Group dynamics were excellent, creating a harmonious and enjoyable working atmosphere. The training location was also very pleasant. I highly recommend this training!Read Less",Fullstack JavaScript Web Developer,Web Development +307958,10853,la-capsule,FAUCON Killyan,False,2024,Joining this Bootcamp was the best idea I could get !,2024-01-15,5.0,5.0,5.0,5.0,"Having already completed a training in HTML, CSS, and JavaScript, my goal in joining La Capsule was to delve into JavaScript frameworks and obtain a recognized certification. After 2 and a half months of the bootcamp, I can confidently say that La Capsule... Read More has exceeded these expectations! The training is very hands-on, with a curriculum aligned with the needs of companies. It adapts to the students' levels, and even with a solid foundation, I never felt bored thanks to the various optional challenges offered throughout the course. The instructor was highly pedagogical and attentive, and the atmosphere of mutual support within the cohort made the experience even more enjoyable. In summary, I would recommend La Capsule to anyone looking to pursue web development training in the future!Read Less",Fullstack JavaScript Web Developer,Web Development +307951,10853,la-capsule,Maxence OGIER,False,2023,Memorable,2024-01-14,5.0,5.0,5.0,5.0,"After more than 7 years running my own landscaping business, I decided to change direction. La Capsule was the perfect answer to my search for a new career in web development. La Capsule caught my attention because of its excellent online evaluations... Read More and the possibility of doing an internship after the course, and after extensive research, I was convinced it was the right choice. My friends in the industry had told me about the importance of JavaScript, and the fact that La Capsule focuses on this language was a deciding factor for me. The selection process was humane and personalized, and the interviews and discussions gave me the feeling that I was really understood, which reinforced my decision. My intensive training was a memorable experience. The teachers were not only competent, but also understanding and available. The teaching method, with a new concept every day integrated into practical projects, made learning effective and reassured me of my progress throughout the course. The atmosphere was excellent, the teachers were good listeners, and even on days when I needed help, they were always there for me. I learned and enjoyed so much that I wish it could have lasted longer! I'm currently doing an internship and recently joined a team of developers who have integrated me very well, and I'm starting to work on a mobile application. To sum up, I would highly recommend La Capsule to anyone considering a career change into web development. It was an incredible experience, and I wouldn't hesitate to do it again in the future!Read Less",Fullstack JavaScript Web Developer,Web Development +307916,10853,la-capsule,Rayda Belhadj,False,2023,My Positive Experience with Capsule's Web Development Program,2024-01-12,4.7,5.0,5.0,4.0,"Before attending the Capsule training, I was a community manager. Driven by a passion for web development, I discovered an intense bootcamp rich in content. I would have never believed it possible to become a web and mobile developer in just 10 weeks.... Read More Thanks to their well-thought-out pedagogical approach, we acquired numerous concepts and were able to lead a project from scratch in just 2 weeks. The instructors are highly competent and always ready to assist, providing in-depth explanations. I highly recommend this trainingRead Less",Fullstack JavaScript Web Developer,Web Development +307906,10853,la-capsule,Cédric Chang,False,2024,Amazing experience !,2024-01-12,5.0,5.0,5.0,5.0,"As a former student of batch 100 in Paris, I've just completed my web development training at La Capsule. The courses are comprehensive, providing an environment conducive to efficient work. I particularly enjoyed the project-based learning approach.... Read More The teachers and assistants were always there to assist me when faced with challenges, making the learning journey smooth. The atmosphere was pleasant, with a diverse range of profiles among students. In summary, for those seeking a practical and well-supported web development training, I highly recommend La Capsule. My experience was positive, and it has already opened up professional opportunities after a few job applications. An option to seriously consider for those venturing into the world of web development.Read Less",Fullstack JavaScript Web Developer,Web Development +307904,10853,la-capsule,Samy Chahbi,False,2023,Accelerator,2024-01-12,4.3,5.0,4.0,4.0,"After spending several years working in project management and more or less working in digital, and with a growing interest in the world of development, I decided at the end of 2023 to take the plunge and train at La Capsule in web development. I completed... Read More my training a few weeks ago and I'm very satisfied with my experience! On the advice of developers I'd contacted on Linkedin, I first started self-training in a bit of JavaScript and algorithmics. In discussions with recruiters, I came to the conclusion that a degree in web development would be an interesting way to launch myself on the job market. That's how I discovered La Capsule, and the three-month bootcamp format perfectly met my need to acquire skills quickly. The teachers at La Capsule were remarkable, combining competence and benevolence. The teaching method encouraged me to find solutions on my own, which considerably strengthened my understanding. Project-based learning was a key aspect of the training, enabling immediate application of the concepts taught. Looking back on my experience, La Capsule enabled me to acquire technical skills in JavaScript and its entire stack, and to feel equipped to move forward in the web development sector after my training. I now feel able to make informed technological choices and continue to evolve in the industry. In short, La Capsule fully met my expectations. If I had to do it all over again, I wouldn't hesitate for a second. I'd recommend La Capsule to anyone looking for a great gas pedal to get started quickly in the world of web development.Read Less",Fullstack JavaScript Web Developer,Web Development +307901,10853,la-capsule,Keenan Guiet,False,2023,"It's intense, but it works",2024-01-12,5.0,5.0,5.0,5.0,"La Capsule is a surefire to learn coding in France. As a complete beginner when I started, I can (somewhat) boast that I'm knowleable enough to enter the dev workforce. Their curriculum works: it's largely based around React.js, an open-source library... Read More that combines HTML and JavaScript to help develop websites and mobile apps. As for the pedagogy, smaller class only have one teacher but bigger ones can also have TAs, so you won't be left out if you have any difficultues or questions.Read Less",Fullstack JavaScript Web Developer,Web Development +307865,10853,la-capsule,sartor nathalie,False,2023,enriching,2024-01-11,4.7,5.0,5.0,4.0,"Coming from a background completely opposite to web development, I wanted to pivot for a change of pace and enter a field in constant evolution. That's when I discovered La Capsule, and what truly captivated me was their pedagogical approach focused on... Read More practicality, with a precise emphasis on a programming language. The highly intensive pace was also a very positive aspect for me. My experience with La Capsule was excellent! The classes were very interesting, and I had the opportunity to collaborate with individuals from diverse backgrounds within my batch. The practice-based pedagogy, with an hour of instruction followed by practical application, is a highly effective system. The teachers were always available to assist us whenever we faced challenges. Their approach was both caring and instructive, with a willingness to explain as many times as necessary. Ultimately, my experience at La Capsule was very positive; I didn't want it to end! I highly recommend La Capsule to anyone seeking a quality training program in web development.Read Less",Code Essentials,Miscellaneous and General Tech +306582,10853,la-capsule,Aissat Taha,False,2023,Highly recommend !,2023-11-19,4.3,5.0,5.0,3.0,"I wanted to change my career path towards a problem-solving profession, after several years as a professional in restaurant management. The idea of joining a bootcamp, offering intensive training, seemed interesting and cost-effective. The training at... Read More La Capsule turned out to be exactly what I was looking for. Focused on applications rather than endless hours of theory, it created a stimulating and engaging atmosphere, conducive to batch progress and propelling everyone forward. Patient, pedagogical and always ready to listen, Raida took the time to answer all our questions, no matter how niche. And let's not forget Joachim, who was always available and gave us a lot of support, especially during the hackathons. I heartily recommend La Capsule to anyone considering a career change. My advice is to approach this experience with determination and mental resilience to get the most out of it. The road can be intense, but it's precisely this intensity that makes La Capsule a unique and rewarding learning experience.Read Less",Fullstack JavaScript Web Developer,Web Development +306558,10853,la-capsule,Durigon Adam,False,2023,Excellent experience,2023-11-17,5.0,5.0,5.0,5.0,"Before joining La Capsule, I was a salesman specializing in renewable energies. It was a friend, who had already been through La Capsule, who inspired me to embark on this adventure. Right from the start, I was impressed by the quality of the training.... Read More What I really liked was the way everything was orchestrated. Every morning, we learned new concepts, ready to put them into practice throughout the day. I really appreciated the fact that we had both a teacher and, as an added bonus, teacher assistants on hand to support us. It's reassuring to know that there's always someone to turn to for advice. At no time did I feel overwhelmed or neglected. The training dynamic is simply brilliant. The buddy system is also a great concept. You learn, you practice, you grow as a group. I'd recommend La Capsule to anyone looking to retrain!Read Less",Fullstack JavaScript Web Developer,Web Development +306460,10853,la-capsule,Anonymous,True,2023,Perfect,2023-11-14,5.0,5.0,5.0,5.0,"My professional reconversion has been an exciting adventure, thanks to La Capsule. Coming from the fast food sector, I decided to move into the world of development. What makes this bootcamp unique is the sharing, mutual support and motivation among the... Read More students. It's much more than a technical apprenticeship, it's a life experience! The end-of-training project was the pivotal moment when I realized how far I'd come. It was both demanding and rewarding, and it was at this point that all the knowledge acquired during the training took on its full meaning. The teacher and assistant teacher were always there for us, ready to support us with a smile, even in difficult times. It's reassuring to know that even when the challenges are great, we're not left to fend for ourselves. I can't say enough about the quality of the coaching - it was great. When I started the course, I didn't know much about programming or the developer's job. Today, I've come away with a lot of knowledge. Thank you La Capsule for these 2 months, which were certainly intensive, but always in a joyful and good-humored atmosphere, which kept me motivated and enabled me to go beyond my limits.Read Less",Fullstack JavaScript Web Developer,Web Development +306427,10853,la-capsule,Anonymous,True,2023,Amazing and funny,2023-11-13,4.0,5.0,5.0,2.0,"I chose La Capsule's bootcamp because of its innovative pedagogical approach and short duration. Rather than committing myself to a three-year-plus course, I opted for an intensive program that will save me time and get me up and running quickly. Great... Read More atmosphere! You learn so much in such a short time. The Project-Based Learning was particularly stimulating, and the final project was a real plus for the course. Beyond the technical aspects, this MVP enabled us to perfect our soft skills and adopt a more holistic vision of web development. It's not just about coding, but also about managing projects, with complementary skills such as creativity, design and conceptualization. Raida and Joachim have created a warm, family atmosphere within the batch. Many thanks to them for their guidance and support. I highly recommend La Capsule for anyone looking for an intensive and stimulating training experience.Read Less",Fullstack JavaScript Web Developer,Web Development +305443,10853,la-capsule,Cédric Cochard,False,2023,Great experience !,2023-10-06,4.7,5.0,5.0,4.0,"After training in php, I wanted to expand my knowledge of the JavaScript ecosystem. So I chose to do La Capsule's bootcamp, in June 2023, for its taught language, Javascript, which is quite popular today. The pace is intense, so you need to be motivated... Read More and work hard in advance of the course. One of the strengths of this program is its project-based teaching approach. The teaching team is very caring and everything is done to encourage the batch to live and thrive. Many thanks to the whole team. The big bonus of this program is the end-of-batch project during which I was able to develop an MVP, which will enable me to develop my portfolio in the future. All in all, a positive experience!Read Less",Fullstack JavaScript Web Developer,Web Development +305083,10853,la-capsule,Latifa PATCHANE,False,2023,I'd highly recommend La Capsule to anyone looking for a new career in web development!,2023-09-22,5.0,5.0,5.0,5.0,"I did the 10-week remote web development course. There were about thirty of us doing the course remotely. The Gather platform was our very well hosted classroom. We stayed connected and supervised all day long! We also had the opportunity to isolate ourselves... Read More in project groups. The teachers and assistant teachers were very attentive, responsive and friendly. They were able to explain in the simplest terms the subjects that were more difficult to understand. I came from a food industry background and had never coded before.
 The course is geared towards practical exercises, which makes learning easier. The pace is fairly intensive, so you have to stick at it to assimilate the various concepts in a very short space of time, but it's worth it and you're well looked after!Read Less",Fullstack JavaScript Web Developer,Web Development +304875,10853,la-capsule,Denant-Boemont Yannis,False,2023,La Capsule Academy Bootcamp,2023-09-14,5.0,5.0,5.0,5.0,"I took the Remote web and mobile developer course! The program is well thought-out and very gradual (although the course is intense). There are theory, lots of practice and, above all, 2 weeks of supervised projects that enabled us to give life to our... Read More ideas, create a beginning of a developer portfolio and put into practice all the notions we'd acquired during these 2 months: a real challenge! The training is ultra-complete, covering the most sought-after technologies in full stack development (React, React Native, NodeJS and many other tools). The teachers are highly competent, not to mention the well-structured ""Ariane"" platform, which makes learning and progressing easier. Highly recommended!Read Less",DevOps Engineer,Cloud Computing and DevOps +304772,10853,la-capsule,Hamid D.,False,2023,Very positive experience!,2023-09-10,5.0,5.0,5.0,5.0,"Very positive experience! I attended the web & mobile development bootcamp in June 2023. The teaching team is competent, and above all listens to the needs of the batch. I can admit, the program is very dense, but that's what you'd expect from intensive... Read More training, and the projects are very concrete and professionalizing! In my opinion, the immediate practical application of the concepts covered during the day is a very good thing. I also appreciated the Ariane platform, which I found efficient and well-designed. Working on the MVP enabled me to consolidate these 10 weeks, it was a great experience that will be very useful for the future. A superb, truly comprehensive course, which I highly recommend to anyone wanting to get started in web development!Read Less",Fullstack JavaScript Web Developer,Web Development +304768,10853,la-capsule,ALIROT,False,2023,A great experience,2023-09-10,4.7,5.0,5.0,4.0,"I was an engineer before starting my training at La Capsule in June. I really wanted to change careers and I especially wanted to go into digital. The courses are great, Amin is a great teacher, and the final project is a real plus. La Capsule is all... Read More about theory, but it's also a lot of practice and, above all, 2 weeks of supervised projects that enabled us to bring our ideas to life. The project-based approach enabled us to put into practice all the functions we had been able to cover in 10 weeks, and even discover other functionalities that enriched our learning. The Capsule? It's also a great opportunity to foster teamwork and personal projects. I'd highly recommend it to anyone undergoing professional retraining!Read Less",Fullstack JavaScript Web Developer,Web Development +304639,10853,la-capsule,Aurélie Marty,False,2023,Best experience of my life!,2023-09-06,5.0,5.0,5.0,5.0,"I was in communications before starting my training at La Capsule. I really wanted to change careers, and I especially wanted to get into coding. So I decided to take the plunge, and 2 months later here I am, trained and ready to start my career in web... Read More development. La Capsule is by far the best adventure I've ever been on, with its excellent teachers, fantastic teaching methods and unbeatable batch atmosphere. What's more, mutual aid and sharing are at the heart of every interaction, and you never feel alone. La Capsule's strong point is that you learn to learn on your own and to go further. With its project-based learning approach, you leave the bootcamp having completed lots of concrete projects, which is very rewarding and helps you progress. It's intensive, but the learning gain is enormous. In short: great encounters, good support and a methodology that works if you're motivated!Read Less",Fullstack JavaScript Web Developer,Web Development +304630,10853,la-capsule,Houned Djivandjy,False,2023,La Capsule: Your pathway to success in career change and entrepreneurship,2023-09-06,4.7,5.0,5.0,4.0,"I highly recommend La Capsule to anyone who is retraining for a new career or who wants to start their own business! The pedagogy is top-notch, with a very well thought-out program and project-based teaching, and the learning curve is excellent! You'll... Read More be supported from A to Z, and will be able to set up websites and mobile applications by the end of the 2-month course. The Ariane platform is fun and easy to use. The teacher and assistant are very pedagogical and do their best to help the batch to progress. In short, everything is in place to propel you to the top. La Capsule has unlocked our potential - thank you!Read Less",Fullstack JavaScript Web Developer,Web Development +304591,10853,la-capsule,Mestour,False,2023,Formation,2023-09-04,5.0,5.0,5.0,5.0,"Fresh out of bootcamp and super happy with these 10 weeks. La Capsule keeps its promises! Whatever your starting point, you'll get a real boost to your skills. The courses are top-notch, as are the program and the technologies covered (Javascript and... Read More its frameworks React, React Native, NodeJs...). What's more, the courses are well presented and the pedagogy is incredible. Nothing to say about teacher Amin. Really nice and always there when you need help! THE BEST! I've learned a LOT in 10 weeks, and I'm very happy to see what I'm able to do now. The pace is intense but the end result is worth it!Read Less",Fullstack JavaScript Web Developer,Web Development +304577,10853,la-capsule,Martin-Stephen Niombela,False,2023,A truly great experience at La Capsule Bootcamp,2023-09-04,4.7,5.0,4.0,5.0,"If you want to change your life and become a web developer, La Capsule is the place to start! The training is highly enriching, providing very solid skills in just 10 weeks. The content is up-to-date, with highly sought-after technologies (React, React... Read More Native...) and that's a very, very important point. The atmosphere is great! I liked the teacher's approachability, the cohesion of the group, and the more than interesting challenges. La Capsule has created an atmosphere conducive to rapid and effective progress. I recommend it to the most motivated people!Read Less",Fullstack JavaScript Web Developer,Web Development +304417,10853,la-capsule,laurent boucid,False,2023,The Best Bootcamp : La Capsule,2023-08-29,4.3,5.0,5.0,3.0,"I took up the june 2023 batch and it was an unforgettable experience from both a human and professional point of view. I met some great people, including the teaching team at La Capsule Paris, who are top notch! I decided to embark on La Capsule adventure... Read More to complete my knowledge of Javascript. After consulting the syllabus for the web & mobile developer course, I realized that this was the course that best suited my needs. The program is completely adapted to professional needs, as we learn not only Javascript but also the NodeJS framework for the backend, React for the frontend, and React Native for mobile applications. The courses at La Capsule were very interesting and intense. The teaching methods used were a real asset. We saw the course concepts in the morning and put theory into practice in the afternoon. Without realizing it, you quickly move from one step to the next! 10/10 La Capsule!Read Less",Fullstack JavaScript Web Developer,Web Development +304396,10853,la-capsule,Charlène H.,False,2023,Great bootcamp experience,2023-08-28,5.0,5.0,5.0,5.0,"A rich and intense experience that teaches you a lot ! As I have a background in management, La Capsule’s bootcamp was a real eye opener to me! In 10 weeks, you go from not being able to read one single line of code to knowing how to develop an application... Read More from A to Z. In Paris, the team, namely Amin and Joachim, worked like a charm. They were always here to answer our questions. I was impressed by their pedagogy and commitment, especially during the morning classes when they took the time to explain the concepts in detail. I particularly appreciated the concrete demonstrations to illustrate the course concepts. The project-based learning is also very well thought-out ! Applying what you've learned in the morning helps you to really understand and assimilate the concepts throughout the day. Another plus: the cohesion within the Batch and the mutual support between students also helped me to progress and stay motivated throughout the course. I can 100% recommend La Capsule ! I'm very happy with the level I've reached and what I'm able to apply after 10 weeks of training !Read Less",Fullstack JavaScript Web Developer,Web Development +304326,10853,la-capsule,Kanesalingam,False,2023,Amazing experience,2023-08-25,5.0,5.0,5.0,5.0,"Total immersion in the world of code! Coming from a sales background, I decided to go for it and start La Capsule's batch #88, which was highly recommended to me. In my opinion, La Capsule's strong points are: - its project-oriented pedagogical approach... Read More - the preparatory work sent before the training, so that we can take full advantage of it - the bootcamp format, which is highly focused and practice-oriented, making it particularly well-suited to those wishing to make a quick start in the world of web development - real support throughout the course, especially whenever you didn't understand something A very intensive course, with incredible teachers who supported us. Go to La Capsule to code, you won't regret it!Read Less",Fullstack JavaScript Web Developer,Web Development +304308,10853,la-capsule,Katia BOUTEBTOUB,False,2023,Good Experience,2023-08-25,4.7,5.0,5.0,4.0,"La Capsule was an incredible experience that lived up to its promises! My experience at La Capsule has been both rewarding and effective. The courses are meticulously designed and clearly presented. The teaching team is distinguished by its excellence,... Read More driven by a genuine desire to share knowledge and help the Batch's progress. In conclusion, I'm delighted with the course and have no regrets at all about having taken it. In short, I'd recommend La Capsule to anyone eager to learn web development!Read Less",,Unknown +302572,10853,la-capsule,Anonymous,True,2023,Great experience,2023-07-04,4.3,5.0,5.0,3.0,"A very positive experience. La Capsule programme is very well organised, with 1 hour of theory in the morning and practice the rest of the day. The teaching platform is top-notch, very clear and easy to use. Our teacher was also great, very patient and... Read More educational. In short, I learnt a lot during these 10 weeks of intensive training! I'd definitely recommend it!Read Less",Fullstack JavaScript Web Developer,Web Development +302528,10853,la-capsule,Roger NGUYEN,False,2023,Great Bootcamp!,2023-07-02,5.0,5.0,5.0,5.0,"Excellent training as a full-stack web developer using the latest technologies: HTML, CSS, Javascript, React and React Native, Redux, NodeJS with Express, MongoDB. The teaching method is based on project learning, which is very interesting and enables... Read More you to learn by doing. The teachers are highly experienced and pedagogical. Their learning platform is very well designed. Thanks to this training I learned a lot, and successfully obtained the title of Web and Mobile Application Developer Level 6 (bac+3/4).Read Less",Fullstack JavaScript Web Developer,Web Development +302421,10853,la-capsule,Camy MUNU SAMY,False,2023,Really good experience,2023-06-28,5.0,5.0,5.0,5.0,"I recently finished my course at La Capsule and I'm very happy with my 10 weeks with them! As a beginner in the field of web development, I have to say that the training went very well! I sometimes had difficulties, but the training is designed so that... Read More you're never alone: whether it's the teachers or our buddy (our work partner for the day), you never get stuck. Without directly giving us the solution, the teaching team guides us along the path we need to take to solve a problem and teaches us how to do internet research to help us debug. The programme is very well structured and follows a coherent progression throughout the course, enabling us to build up our skills little by little. I'd particularly like to thank my teacher, Mathis, who was very competent and always knew how to give us little tips to improve our level. Thanks to these 10 weeks of training, I've been accepted at Epitech directly into the master's programme for the start of the new academic year in October. I've already recommended La Capsule and will do so again in the future! Thanks to the teamRead Less",Fullstack JavaScript Web Developer,Web Development +302420,10853,la-capsule,Magali Negre,False,2023,Very good,2023-06-28,5.0,5.0,5.0,5.0,"As a web designer, I decided to broaden my skills by learning to code. This decision was motivated by my passion for creating website models and mobile applications. I chose La Capsule for a two-month intensive bootcamp in web and mobile development,... Read More and I'm extremely satisfied with my choice. The teaching team is passionate and attentive. Our teacher managed to make the technical subjects accessible but also always took the time to answer all our questions. What I particularly appreciated about La Capsule was the hands-on approach to learning. The bootcamp was focused on concrete projects, which enabled us to put what we learned into practice right away. The group work sessions were also very enriching, as they reflected the real-life professional environment in which we'll be operating. Now that I've completed the bootcamp, I feel confident and ready to take on new challenges as a web developer. La Capsule has given me the skills and knowledge I need to succeed in this constantly evolving field. I would recommend this training center to anyone wishing to train in this field.Read Less",Fullstack JavaScript Web Developer,Web Development +302417,10853,la-capsule,Sarah Lalande,False,2023,Super !,2023-06-28,5.0,5.0,5.0,5.0,"I recently took part in La Capsule's Web and Mobile Developer course and I have to say it was a great experience! My background is in digital project management, and I wanted to train in web development to open new doors for myself in the tech sector... Read More and to be able to speak the same language as them. After a quick analysis of the reviews and the languages taught, La Capsule emerged as the best choice for my training. And I don't regret my choice! The teaching was great. The teachers are top notch, Amin is a great teacher and Joachim is always pleasant and available to help us. I was a bit apprehensive about the intense pace of the course, but in the end it went really well! It's definitely intense, but it's completely manageable if you're committed and motivated. To sum up, La Capsule was an extremely positive experience for me. I appreciated the teaching, the atmosphere and the support of the teachers. La Capsule enabled me to bring my project to fruition!Read Less",Fullstack JavaScript Web Developer,Web Development +302392,10853,la-capsule,Xiaohuan CAO,False,2023,Excellent,2023-06-27,5.0,5.0,5.0,0.0,"As a customer advisor in the banking world, I wanted to retrain as a web developer. A friend, a former alumnus of La Capsule, advised me to take the course. So I applied and joined the bootcamp in March 2023 in Paris. I learnt an enormous amount in a... Read More very short space of time. Amin, the teacher, was great throughout the course and the atmosphere in the batch is really great! I wish the course had lasted a bit longer so that I could still enjoy it all! Even if the course is over, you still have access to all the courses and resources on Ariane (the learning platform) after the course, which is very useful for reworking concepts even after the bootcamp is over. To sum up, my experience at La Capsule was excellent!Read Less",Fullstack JavaScript Web Developer,Web Development +302390,10853,la-capsule,PIERRE-LÉANDRE Thomas,False,2023,My first steps into the world of coding with an amazing team.,2023-06-27,5.0,5.0,5.0,5.0,"I had been uncertain about my professional situation for a few months already and was searching for an environment that could truly appeal to me. Almost by chance, I stumbled upon the Capsule program. Intrigued yet initially skeptical, I, perhaps like... Read More you reading this review, began my research. The idea of acquiring comprehensive skills in a completely new field in just 3-4 months seemed hard to believe. However, after taking the leap, I can confidently say that the experience was exceptional. The program is intensive, and I understand that certain aspects may be subjective, but the team is responsive. Amin was my instructor, and not only was he genuinely friendly, but also open to discussion. The group I was part of had a diverse range of backgrounds, yet the atmosphere and work hours were always pleasant. For me, the major highlight was the opportunity to develop applications or websites during hackathons and the final project, with varying degrees of freedom. This practical experience truly put us in real-life situations and proved to be highly instructive.Read Less",Fullstack JavaScript Web Developer,Web Development +302386,10853,la-capsule,Anonymous,True,2023,Bootcamp,2023-06-27,5.0,5.0,5.0,5.0,"An alumni of Batch #77 in Paris, I chose to study at La Capsule to become a web developer. The dev world wasn't completely new to me, as I'd already done a bts SIO, but I hadn't found a work-linked placement afterwards because I lacked the technical background.... Read More Right from the admission process, the Capsule team made me feel at ease. The training is certainly intense, but the teaching methods mean that we can repeat the concepts regularly and gradually build up our skills and confidence. Although I was sceptical at first about the teaching method (1 hour of lessons in the morning and the rest of the day spent practising), I quickly found it to be relevant, because it's by looking for yourself that you learn the most. The Capsule gives us the basics on the concept of the day and then it's up to us to dig deeper. The teacher, Amin, explains the concepts very well and is very committed to his students. The teaching platform is great too, very complete with lessons, exercises, quizzes and programme projects. In short, La Capsule has enabled me to acquire the skills I need to apply for a job as a web developer. I'd definitely recommend it!Read Less",Fullstack JavaScript Web Developer,Web Development +302339,10853,la-capsule,Julien Bonyadi,False,2023,a great experience !,2023-06-26,5.0,5.0,5.0,5.0,"As a recent graduate of La Capsule, I'm really pleased with this bootcamp! Originally a Salesforce administrator, I wanted to learn how to develop to improve my exchanges with a Tech team, develop a website project based on Salesforce and have solid foundations... Read More to learn new programming languages. La Capsule met my objectives 100%! The teaching and supervision were top-notch! Amin and Joachim are great at teaching. They help us to overcome our difficulties with explanations and to stay motivated! Since i've gone back to work, I can already say that I understand the vocabulary used by my dev colleagues much better, especially as they're working on the same technologies learned at La Capsule. I don't regret doing La Capsule at all, it was a great experience !Read Less",Fullstack JavaScript Web Developer,Web Development +301947,10853,la-capsule,Jean-Hugues Pam,False,2023,La Capsule Academy,2023-06-12,5.0,5.0,5.0,5.0,"La Capsule was a real revelation for me. I was impressed by the exceptional quality of the program and its teachers. Their in-depth knowledge and passion for code translated into stimulating and engaging courses. They were able to explain complex concepts... Read More in a clear and accessible way. A hands-on approach to teaching in a collaborative environment that enabled me to strengthen and consolidate my skills very effectively for both my professional and personal projects. An education that opens the way to great prospects. Finally, I highly recommend La Capsule to all those who wish to embark on or continue the exciting journey of coding, and enjoy an incredible human experience.Read Less",Fullstack JavaScript Web Developer,Web Development +301817,10853,la-capsule,Camille Bonnet,False,2023,I'm very satisfied with my experience at La Capsule!,2023-06-07,5.0,5.0,5.0,5.0,"As a former student of batch 77 in Paris, the course met my various expectations: - Learning JavaScript: I was looking for a technology that was widely used, and that was a differentiating factor for me. I was able to develop my skills in an area that... Read More really corresponds to the needs of the market. - A team that was highly educational, competent and showed a great deal of empathy towards the students. - A relevant project-based approach with a final project that enabled us to make the link and put into practice what we had learnt over the last few weeks. I was able to acquire a large number of skills in a short space of time! - A comprehensive understanding of the design and production of a web or mobile application In conclusion, I'd highly recommend La Capsule to anyone who wants to become a developer, but also to anyone who works closely with devs. This kind of training gives us an in-depth understanding of the issues involved in such a profession and enables us to adapt to current and future technical developments!Read Less",Fullstack JavaScript Web Developer,Web Development +301814,10853,la-capsule,Yoann Guirado,False,2023,"Originally working in the world of optics, I had the professional opportunity to switch to my preferred field, IT. So I decided to join La Capsule in March 2023, on their distance learning campus.",2023-06-07,4.3,5.0,4.0,4.0,"After 10 weeks of training, I'd recommend La Capsule in the future! I'm convinced that the best way to learn is by doing, so I particularly liked La Capsule's format, which puts the emphasis on practice and project work. The structure of the programme... Read More was also well thought out and enabled us to build up our skills gradually. This was combined with great trainers and a very constructive support system, even at a distance! Let's not forget that the course is a bootcamp, which means that it is short and very intense. In the case of a total retraining programme like mine, you have to be prepared to invest 200% of your time and review the concepts outside the training hours. Finally, despite the fact that the training was distance learning, the atmosphere was fantastic! The Gather tool offered all the advantages of distance learning without the disadvantages, and was very immersive!Read Less",Code Essentials,Miscellaneous and General Tech +301766,10853,la-capsule,PAYET Bertrand,False,2023,👍,2023-06-05,5.0,5.0,5.0,5.0,"Originally a policeman, I joined La Capsule with the aim of retraining as a web developer. I was a complete beginner and after 10 weeks of training, I can say that it was a brilliant experience! I had a blast throughout the course! I'd like to emphasise... Read More the quality of the teaching. Amin, our teacher, was very friendly and very good at listening and teaching. The atmosphere at La Capsule is friendly, with a strong spirit of mutual support that's much appreciated! I'd definitely recommend it!Read Less",Fullstack JavaScript Web Developer,Web Development +300085,10853,la-capsule,Sarah,False,2023,Fantastic experience,2023-04-09,5.0,5.0,5.0,5.0,"I followed the bootcamp of La Capsule to learn how to code, I can say that it was a really fulfilling experience. Before the program, I had just graduated with degrees in law and English, two fields that have nothing to do with web development. However,... Read More I have always been drawn to the world of programming. The prospect of a 5-year engineering school (with mathematics and physics) quickly discouraged me. But thanks to La Capsule, I discovered that coding was closer to learning a language. If, like me, the notion of algorithms makes you uncomfortable, you can totally overcome it with La Capsule. I learned a lot and even though it's still not my favorite part, I made a lot of progress. The format of each day is well organized. Classes start at 9am and last one or two hours. You then spend the rest of the day working on projects with your buddy. You are free to make your own arrangements for lunch, but you must be present at 2:00 pm (and 9:00 am!) in order to register. At around 5pm, the teacher comes back to correct the exercises of the day. The teacher remains, it should be noted, fully available throughout the day if you need help. This organization encourages independent learning. You will always try to work on your own before asking your buddy and then the teacher for help if the problem persists. The atmosphere in the group was fantastic, with a true learning-centered atmosphere and a deep interest in the culture of the digital world. La Capsule focuses on learning JavaScript (with HTML and CSS), ReactJS, and React Native, which is a nice set of skills to put on one's resume. One of the advantages of this formation is that you can take an exam in order to obtain a level 6 RNCP title (professional title validated by the state in France) in web development, which can be a real bonus to start your career. As for the pace of the training, I didn't find it that demanding. For those who are fresh out of school, I think you will adapt relatively well. It goes pretty fast, though, so you have to be sure that you're getting the notion of the day, that you're asking all the questions that you want to ask during the day. The next day, you will certainly discover a completely different notion and forget your difficulties of the previous day. Reviewing the courses during the weekend can help a lot. In short, La Capsule was a very good experience. If you are looking to learn how to code and develop professional web development skills, I highly recommend this training.Read Less",Fullstack JavaScript Web Developer,Web Development +300004,10853,la-capsule,Brice Moutanin,False,2023,La Capsule experience,2023-04-06,4.0,4.0,4.0,4.0,"I took La Capsule training program in early 2023. The program covered topics that truly meet the current professional expectations in web development, with the study of libraries such as React and React Native, and the study of the backend with noSQL... Read More databases. I could rely on our teacher's dedication, who not only guided us through each of the topics that were covered, but also adapted to each individual's level to both assist those who needed it and provide guidance to those who were more advanced. I highly recommend this training program for its professionalism and future prospects.Read Less",Code Essentials,Miscellaneous and General Tech +299808,10853,la-capsule,cam,False,2023,the perfect bootcamp,2023-03-31,5.0,5.0,5.0,5.0,"Great experience at la Capsule, I finished my web and mobile developer training at la Capsule in early March. I really liked the way the program is designed. There is indeed a lot of practice time which is very nice to improve. The teaching staff is very... Read More attentive, I highly recommend it. The program is accessible to beginners if you have taken the preparatory work course requested at the time of registration. I was impressed by the amount of knowledge that one acquires with this method. I also appreciated the atmosphere in the group and the buddy system that allows you to change colleagues every day. That's why I give a 5 star rating without hesitation, you should not hesitate!Read Less",Code Essentials,Miscellaneous and General Tech +299807,10853,la-capsule,Gabriel Lebrun,False,2023,Great Bootcamp in Marseille,2023-03-31,5.0,5.0,5.0,5.0,Excellent bootcamp with a friendly atmosphere and a competent teaching team. The program is solid and well designed. The programming languages / frameworks taught are current and powerful. I highly recommend it for those who want to make a first step... Read More in web development.Read Less,Fullstack JavaScript Web Developer,Web Development +299709,10853,la-capsule,Yoann Andrieux,False,2023,"Best Programming School, Best Teatcher !",2023-03-29,5.0,5.0,5.0,5.0,"Go ! If you are looking for a quick training in React web development, La Capsule is a good school. Special mention for our teatcher which was really great! Thank you Amin for your incredible pedagogy and your way of deconstructing concepts that may seem... Read More complicated (redux... props...) The atmosphere and the staff are relaxed, like at home. The program is of high quality, the educational platform ""Ariane"" is regularly updated: we were the first Batch to have studied Typescipt for example. You'll have all the basics (and more) to continue your learning once you leave this Bootcamp, so hang in there, it's worth it! At 36 years old and in retraining, I came in with zero experience in code, and today (1 month later), I'm starting to bill my first freelance clients. However, it's a format that you have to be prepared for and may not be suitable for everyone: it's intense and you have to be very motivated. Good code!Read Less",Fullstack JavaScript Web Developer,Web Development +299692,10853,la-capsule,Julien,False,2023,CApsule Bootcamp in Bruxelles,2023-03-29,5.0,5.0,5.0,5.0,"La Capsule has been a real challenge for me, as junior developper at the beginning, senior network and security architect, this bootcamp is well sized to any people who begins, or should confirm their bases and upscale their level. I recommend obviously... Read More this bootcamp !Read Less",Fullstack JavaScript Web Developer,Web Development +299689,10853,la-capsule,Bastien Esquiros,False,2023,A solid bootcamp.,2023-03-29,4.0,4.0,5.0,3.0,"I was a student of La Capsule in Bordeaux. The positives: 1. Obtaining an RNCP title equivalent to bac+3 in only 2 months. 2. The technologies taught are relevant. 3. The project-based learning format allows for rapid progress. 4. A qualified teacher... Read More who listens to you and who can potentially help you find a job. Negative points: 1. The format is not for everyone, it is very fast-paced, which could discourage/stress/frustrate many. 2. The cost of the training (excluding financing, but it is still competitive with the prices of other trainings) 3. It is a fullstack training, but still more focused on the front end (not really a negative point but rather a clarification) Conclusion: In short, this is a very good training and surely the best option in Bordeaux for people looking to get a first certification in the dev world quickly, while acquiring solid skills. Be careful, it is only a first step in the dev world and even if you learn a lot, on other subjects your knowledge will remain limited. You have to continue learning on your own and with the masterclasses offered by La Capsule at the end of the batch. You have to review the notions seen the same day at home in the evening, and I also advise you to understand the basics of algos and JS before starting. No, recruiters won't fight to employ you after a bootcamp, in my opinion, it's still very hard to get a permanent job or even to start a freelance career, and even hard to find an internship or a work-study program (potentially due to the current economic situation). In short, if you are lucid about what your post-batch situation will be, if you are not afraid of overworking yourself for two months and if you want to learn quickly, go for it! Translated with www.DeepL.com/Translator (free version)Read Less",Fullstack JavaScript Web Developer,Web Development +296855,10853,la-capsule,Coralie Turcius,False,2022,A great experience : high quality training course among amazing people,2023-01-19,5.0,5.0,5.0,5.0,"When I learned about La Capsule training program, I didn’t know anything about coding but was curious to try! The first days were very overwhelming : learning new things every day, discovering the fundamentals, getting to know the other students : wow... Read More that’s a lot. The rhythm was intense but soon I got used to it and I loved getting up each morning to join my “buddies” (a new learning partner each day) and learn something new. The course and exercises are very well designed, we also had a few “hack” challenges that were perfect to test ourselves with everything we learned so far. The educational team was very qualified and patient with us! I’m very pleased I chose this training program; it was a great experience and I already advised people around me to do it. It’s truly a human adventure, I would do it all over again!Read Less",Fullstack JavaScript Web Developer,Web Development +296489,10853,la-capsule,Julien ORTSCHEID,False,2022,Perfect,2023-01-08,5.0,5.0,5.0,5.0,My experience at the capsule was perfect for me. I was able to increase my web development skills with an exercise and project based methodology. I have now found a job and I am most happy to have made this choice. If I had to do it again I would do it... Read More without hesitation. The main asset of this school is the languages learned: nextJS and nodeJS.Read Less,Fullstack JavaScript Web Developer,Web Development +296467,10853,la-capsule,Anonymous,True,2022,This training was the best decision i have ever made!,2023-01-07,3.7,4.0,5.0,2.0,"I have just finished my FullStack developer training from the capsule in Lyon in distance learning. I am happy with my training because it taught me to have a strong foundation in a short amount of time. It is true that it is an intense training and that... Read More is exactly what I was looking for, so it suited me well. I think that this format is not suitable for everyone, you have to be very motivated, hardworking, self-sufficient and have a strong mentality in order to not give up during the more difficult times. Otherwise, the subjects covered really allow you to have a strong foundation. I really liked how it was structured, with a lot of practice, quizzes, projects, algorithm exercises, etc. The fact of facing challenges allows you to learn faster. We are pushed to search for solutions ourselves and to work with others, which is similar to how it is done in a company, so it is good preparation. I would have liked the project manager part to be explored more. Being in distance learning in a hybrid format (part distance learning and part in-person) I found that the format was not adapted for distance learning in these circumstances. I had the feeling of being more isolated. We were not allowed to participate in the katas night which I really wanted to do and which we could have done in distance learning with screen sharing since that was our usual method of working between distance learners, we did not understand this decision. We did not have the buddy system which disappointed me a lot since that was a promise of the training. I did not understand the reason because in a company we are expected to work with people remotely so it would have been good preparation and it would have helped us integrate better with the rest of the group that was in person. Fortunately, we were a good group in distance learning and we organized ourselves to help each other and work together thanks to video and screen sharing. We also had a failure during the ice breaker and were not connected to the in-person group, so the bridges between in-person and distance learning were only really made during the demo day at the end of the training and I found it a shame, it would have only been positive for everyone to have a real mixed group. I had the feeling of missing out on some promises that were made to me before starting. However, there is now a 100% remote course so I imagine that the noted difficulties have been identified and that the necessary measures have been put in place. In these conditions, since there will apparently no longer be a hybrid format, I think that it will no longer be a problem and I can only tell you to go for it if you want to do this training! Honestly, I think it was the best decision I have ever made. However, do not expect everything to be handed to you on a silver platter, you will have to work hard! Nobody forces you to do this training, it is your own decision so you have to want it more than anything else. You will have to be self-sufficient because you will not have someone to hold your hand throughout the entire process. But it is worth it, it is an incredible experience that will change your life. Do not hesitate!Read Less",Fullstack JavaScript Web Developer,Web Development +296463,10853,la-capsule,Binczak Mickaël,False,2022,My experience at the Bootcamp La capsule,2023-01-07,5.0,5.0,5.0,5.0,"I was very satisfied with the web development training I followed at La Capsule. I chose to train there because I found that it was the bootcamp that offered the most adapted program to the market's needs and as soon as the admission process started,... Read More I was welcomed by the team, who seemed serious and reassuring. The training was very intensive but very rewarding, and I was pleasantly surprised at what I managed to learn in such a short time, even without any prior knowledge of code. I now have a good understanding of how a web application works and can be created, both from a front-end and back-end perspective. I highly recommend this course to anyone looking to get into web development, it is both personally and professionally rewarding.Read Less",Fullstack JavaScript Web Developer,Web Development +296418,10853,la-capsule,Guerin Gwenael,False,2022,LA CAPSULE LYON - FULL STACK WEB DEV,2023-01-05,5.0,5.0,5.0,5.0,"I really loved my training at La Capsule! Even if I already had some knowledge of JavaScript, I still learned a lot. I would advise beginners to prepare well before starting, because the training is quite demanding and you have to be motivated to take... Read More full advantage of it. But it is really worth it! Mewen and the Teachers assistants were great, and I really enjoyed the last two weeks which were more focused on autonomy. The final project and the hackathons were particularly formative, it was great! If you are looking for a short professional training, La Capsule is the place to be. The courses are constantly updated and the team is great. So, don't hesitate to take the plunge and stick with it, it's definitely worth it!Read Less",Fullstack JavaScript Web Developer,Web Development +296402,10853,la-capsule,Tazit,False,2022,"Short, intense, but worthy",2023-01-05,4.3,5.0,4.0,4.0,"La Capsule is an intense and rewarding web development course that offers many professional opportunities. You must be curious and not hesitate to ask for help when you get stuck. With motivation and personal investment, you will manage to progress and... Read More evolve. The teachers are very good, pedagogical and are able to find a balance between helping and encouraging students to be independent. This course is suitable for beginners as well as for people with some experience. In summary, La Capsule is a good springboard to success in IT.Read Less",Fullstack JavaScript Web Developer,Web Development +296371,10853,la-capsule,Boucif,False,2022,Great learning experience,2023-01-04,4.7,5.0,5.0,4.0,"As a student of Batch 60 in Paris, I finished my web and mobile developer training at La Capsule at the end of December. My feedback is very good. The teaching team is benevolent and listens to the students. We never feel judged when we ask our questions.... Read More For people who are new to web development, the training is accessible as long as you have followed the instructions of La Capsule and have done the preparatory work beforehand. As for the program, it is very well done and adapts to novice profiles since it starts from the basics of programming to create an application from scratch! In conclusion, I recommend La Capsule and I have already recommended it to my relatives.Read Less",Fullstack JavaScript Web Developer,Web Development +296367,10853,la-capsule,Jérémy Marcillaud,False,2022,Looking to be better at programming ? Go to La Capsule !,2023-01-04,5.0,5.0,5.0,5.0,"I recently finished my bootcamp at La Capsule and I highly recommend it to people who want to improve their skills and learn about web development. It's an intensive and complete training, in which we approach all the notions we need to be autonomous... Read More on a project. To achieve this, La Capsule relies on a project-based pedagogy, which allows us to put our knowledge into practice through a lot of small and very interesting projects. The selected teacher is also very experienced and explains the concepts well. The Ariane learning platform is also very good and we are quickly autonomous on it. And in general, La Capsule team is very competent on all its subjects, which was really appreciable. I really enjoyed sharing all these moments, from the beginning to the end, from the application process to the end of my training. I would like to thank the whole team for their hard work! It is important to mention again that this is a bootcamp, so it is a very intensive course and you will get the most out of it by preparing yourself as much as possible before starting these 10 weeks. In conclusion, I chose to train at La Capsule because it was the bootcamp that was most recommended to me and I now recommend it to myself.Read Less",Fullstack JavaScript Web Developer,Web Development +296310,10853,la-capsule,Hedi Rivas,False,2022,Best bootcamp ever ? La Capsule !!! 🚀,2023-01-02,5.0,5.0,5.0,5.0,"Originally working in the construction industry, I decided to train in web development as part of a reconversion. After having followed an online training, I wanted to push my knowledge and to benefit from a real pedagogical support. I chose to do La... Read More Capsule's bootcamp for 3 reasons: a friend had recommended it to me, I wanted a supervising training and the technologies taught (especially Redux and Typescript which are not taught anywhere else) are relevant. I just finished the batch 60 in Paris and doing La Capsule is nothing like an online training on my own. The coaching was great, everyone was very nice and accessible. The Ariane pedagogical tool is top notch, the La Capsule teams have done a tremendous job to offer a platform like this. I found what I was looking for at La Capsule, everything is well done. I completely recommend, do La Capsule!Read Less",Fullstack JavaScript Web Developer,Web Development +296308,10853,la-capsule,Mamed Kerrad,False,2022,La Capsule will give you the keys,2023-01-02,5.0,5.0,5.0,5.0,"La Capsule will give you the keys and everything you need so you can just focus on your project and the core business of DevOps. I finished my DevOps bootcamp in mid-December and I really enjoyed my experience at La Capsule. As far as the program is concerned,... Read More it is completely designed for the job market. As for the training as a whole, the classes are human-sized, which allows us to have a Teacher always present and close to us. We are guided in solving problems without being given the answer immediately, so that we can learn and reason by ourselves. The final project gives meaning to all that we have learned during the course and allows us to put this knowledge together and get down to business. I recommend it!Read Less",DevOps Engineer,Cloud Computing and DevOps +295489,10853,la-capsule,Lydie Paulo,False,2022,Very satisfied,2022-12-06,5.0,5.0,5.0,0.0,"After having started a reconversion as a web integrator, I decided to switch to fullstack web development. I was fortunate to benefit from La Capsule's Talent Program. This programme is in fact a POEI entirely financed by Pôle Emploi, which means that... Read More you have to get an offer letter before the bootcamp. The recruiters therefore evaluate us on other skills than technical ones and then trust La Capsule to train us as web developers. After a lot of preparatory work and several interviews, with La Capsule and the companies, I was finally taken on block release. The Talent Program is really promising and participates in the integration of women in Tech, inclusiveness being a subject that is important to me, I really liked the commitment of La Capsule. I have just finished my training (batch 59 in Paris) and I am very satisfied. From a pedagogical point of view, the training is intense but deals with a lot of aspects of the web developer's job that I would not have been able to deal with alone. There are moments of doubt, but we are supported emotionally to overcome them. I particularly liked the buddy system which allows us to progress, either by explaining the concept to one of our classmates, or by working with someone who will be able to compensate and help us progress in our shortcomings. Another positive point is the automation of tests. When we do a dev training, it is difficult to give feedback on the work of each one but La Capsule has set up a system of tests which allows us to have a feedback on what we have produced. I found it really useful. In conclusion, the training is complete. You have to start with a good base but the programme allows you to go deeper and to surpass yourself. La Capsule gave me the chance to continue my reorientation and I am happy with the opportunity they gave me!Read Less",Fullstack JavaScript Web Developer,Web Development +295242,10853,la-capsule,Anonymous,True,2022,A solid bootcamp I highly recommend!,2022-11-29,5.0,5.0,5.0,5.0,"Doing La Capsule is one of the best decisions of my life. I was lucky enough to benefit from La Capsule's Women in Tech program, whereby I could sign an employment contract even before starting the training. The process takes place in several stages,... Read More first you have to apply and fill in a form about your background and motivations, then you have to do a technical test before meeting Lucas, the admission manager. If you pass everything, you meet the companies. When I learned about the program, I recognized some of La Capsule's partner companies and it was a sign of quality for me to see that they trusted them. After an HR interview and an interview with my future manager, I got a full-time job as a Front-end Engineer at a scaleup that is part of Viva Technology's Next 100 Unicorns! I just finished my training and it was great! I loved the format, the atmosphere and the coaching. Even before starting the training, we met during the Ice Breaker where we were presented with the course and the steps that would follow. It was very reassuring to have an eye on the programme for the weeks to come and it demonstrated the professionalism of the training. I found the project-based learning really great. You don't just learn through theory, but you evolve in a real code environment with technologies and tools that are actually used in the workplace. It's very interesting. The teaching platform is very complete and even has a dashboard to follow our progress, which is very stimulating. As for the atmosphere, apart from being good, it is composed of a wide variety of profiles. Everyone had a different background but we were all united by our passion for code and it was extremely enriching. It's the first time I've seen a bootcamp that brings together all the conditions to start working right away. La Capsule was a great transition and a great launch pad to enter the working world.Read Less",,Unknown +295163,10853,la-capsule,Chloé roudot,False,2022,La Capsule,2022-11-27,5.0,5.0,5.0,5.0,"I loved my experience at La Capsule! In 2 months, the quantity of notions learned is impressive! To achieve this, La Capsule opted for a pedagogy based on autonomy which I particularly liked. In the morning, we had classes for 1h/1h30 and then we practiced... Read More all day long on our own. Even if we work independently, a teaching team is always present to help us and they are great! Another important point: after the course, we continue to have access to the Ariane teaching platform. It's great to be able to redo the exercises and projects. To sum up my experience, if someone asks in the future where to learn to code, I will definitely answer La Capsule.Read Less",Fullstack JavaScript Web Developer,Web Development +295123,10853,la-capsule,benoitF,False,2022,Amazing BootCamp,2022-11-24,5.0,5.0,5.0,5.0,"La Capsule was a great human experience. Before doing la Capsule, I was completely new to web development. So I wanted to follow a training to learn the profession but in a short format to be able to find myself quickly on the job market. So I applied... Read More to La Capsule. I just finished my batch and I found the experience incredible. The work methodology is great: you become autonomous very quickly thanks to the buddy system. That's how you learn the most. The teaching staff and the tools at our disposal, such as the teaching platform, are top notch. The general atmosphere is also excellent, so much so that if I had to do it all over again, I would sign up straight away!Read Less",Fullstack JavaScript Web Developer,Web Development +295122,10853,la-capsule,Ali HAMOUDI,False,2022,Amazing Bootcamp,2022-11-24,5.0,5.0,5.0,5.0,"I decided to follow La Capsule's web development training in order to develop my own products. As an entrepreneur, I preferred to invest in my skills rather than in a one-shot service that limited me to one product. So I enrolled in La Capsule. After... Read More 10 weeks of bootcamp, I can say that it was incredible! The buddy system, the teachers assistants, everything in the bootcamp pushes us to search and progress. I was really seduced by La Capsule and I will recommend it in the future without hesitation!Read Less",Fullstack JavaScript Web Developer,Web Development +295020,10853,la-capsule,Anais,False,2022,Great Experience,2022-11-21,4.7,5.0,5.0,4.0,"Originally a high school teacher, I decided to change careers this year. My husband works in the field, so I wanted to start a web development career myself. To choose my training, I followed the advice of his cousin who had herself become a web developer... Read More after a bootcamp. The program at La Capsule was the one that was closest to the languages she advised me. My experience at La Capsule was very positive. Everyone was very welcoming and attentive. The environment helps a lot to work and allows us to ask questions without hesitation. The team is available and attentive. In conclusion, I would recommend La Capsule by specifying that it is a bootcamp format that requires good concentration skills and motivation to do it.Read Less",Fullstack JavaScript Web Developer,Web Development +294827,10853,la-capsule,Hamadou Rahim,False,2022,La capsule - Web Developer,2022-11-14,5.0,5.0,5.0,5.0,"I am very satisfied with the training of La Capsule. I had already done a similar training before and the program that La Capsule offers has a lot of advantages: the support of the pedagogical team, the mutual help and the projects to realize are really... Read More great! I really appreciated the teaching method and the Ariane platform, very clear and concrete. I completely recommend La Capsule, I learned a lot thanks to them.Read Less",Fullstack JavaScript Web Developer,Web Development +294790,10853,la-capsule,Josselin B.,False,2022,Great experience !,2022-11-12,5.0,5.0,5.0,5.0,"I recommend 100% La Capsule for those who want to start code and web development. Previously, I was in the chemical industry, and always have been attracted by the tech domain. La Capsule has been a great experience and helped me to confirm my wish to... Read More undertake a career change as a web developer. The program is wide, you'll learn how to create a web or mobile app from A to Z and it is very project-oriented, which makes it very dynamic. It is designed in a way that it doesn’t matter if you are a complete beginner or if you already know some basics, you will find your happiness. After 10 weeks, I am very satisfied and impressed by all the progress I have made! Also, I’d like to thank the La Capsule crew for creating such a nice learning environment!Read Less",Fullstack JavaScript Web Developer,Web Development +294765,10853,la-capsule,Antoine Lecerf,False,2022,Great experience !,2022-11-11,5.0,5.0,5.0,5.0,"La Capsule was a great experience! After a bootcamp in UX design, I wanted to push my learning and become a web developer. I chose La Capsule for the technical stack taught (which includes the most requested technologies) and for its reputation, the school... Read More was ranked 2nd best bootcamp on Course Report. So I decided to trust them. I took part in batch 59 on the Paris campus and I loved it, I am a fan of La Capsule! I was very satisfied on all levels, whether it was the general atmosphere, the teaching team with the Teachers Assistant (super invested) and the teacher Amin, at the top, or the project-based methodology. I completely recommend La Capsule!Read Less",Fullstack JavaScript Web Developer,Web Development +292761,10853,la-capsule,Renan Boucard,False,2022,Great program,2022-09-09,5.0,5.0,5.0,5.0,"I recommend La Capsule to anyone who wants to learn to code and start developing! I attended La Capsule training in Lyon during this summer. I am convinced of the importance of learning code in tomorrow's business world. It is a real added value to be... Read More able to understand the tools we use. So I decided to get trained. The reputation of La Capsule and its methodology motivated me to apply for the web and mobile developer program. After 10 weeks of training, I am very satisfied! The progression curve was in line with what I expected. We started from almost nothing to quickly know how to do more and more complex things! You have to stick with it but it's really worth it! The program adapts to a very wide audience provided that you are motivated and have a strong inclination for programming.Read Less",Fullstack JavaScript Web Developer,Web Development +292706,10853,la-capsule,CHATEAU Melanie,False,2022,I am very happy!,2022-09-08,5.0,5.0,5.0,5.0,"Having now completed my training at La Capsule, I can say that I am more than happy! I decided to learn to code for several reasons. The first one is that I'm a freelance digital marketer and I was already developing websites in Nocode. I had been confronted... Read More several times with bugs on which I had to call upon developers to solve them. So I wanted to go further and learn how to develop myself to gain autonomy. Moreover, I had an entrepreneurial project in mind and I wanted to develop its MVP. I loved the atmosphere, the Teachers and the buddy system! I found everything I was looking for, whether it was for my freelance activity or for my entrepreneurial project. I am very happy! La Capsule has really been a revelation for most of our batch. I'm even thinking about turning to web development rather than No Code! A big thank you to Matthieu and Raida for their patience and their help during these 10 weeks!Read Less",Fullstack JavaScript Web Developer,Web Development +292702,10853,la-capsule,Alban Fresil,False,2022,Amazing experience !,2022-09-08,5.0,5.0,5.0,5.0,"I attended the batch 55 in Lyon. I wanted to train to become a web developer. The technical stack, the availability of the team and the duration of the format convinced me to do the coding bootcamp of La Capsule. Having completed the training, I can say... Read More that I will recommend La Capsule! The program is very qualitative. Mewen, our teacher, is really good, very motivated and always knew how to bring me what I was looking for. You come out of the course with a good knowledge of Javascript and React. I really appreciated the buddy system. Every day, we are assigned a person from the batch with whom we work all day on the project. The idea is to work as a team and to help each other. It was really good, we helped each other a lot in our batch and it even gave me the taste to pass on! Thank you to the whole team of La Capsule!Read Less",Fullstack JavaScript Web Developer,Web Development +292568,10853,la-capsule,Matthieu Khoury,False,2022,Great experience,2022-09-05,4.3,5.0,4.0,4.0,"As a student, I had the opportunity to see some web development but without going into details. I wanted to go deeper so I took advantage of my summer to learn to code! I knew about La Capsule through a friend of my brother who recommended their training.... Read More After 10 weeks, I can do the same. It was very cool! The teachers were very nice and complement each other well, Amin always takes the time to justify his answers while Antoine goes straight to the point. There was something for everyone! I thought it was a great experience to do during the summer. I was able to deepen my knowledge in the field and I now feel legitimate to apply for offers. It convinced me for the future, I really want to start in web development at the end of my studies!Read Less",,Unknown +292478,10853,la-capsule,Michaël.B,False,2022,It was a great human experience!,2022-09-02,4.0,4.0,4.0,4.0,"I totally recommend La Capsule! I attended the summer class of La Capsule in Marseille. Several things motivated my choice for this coding bootcamp rather than another one. First, the contact with the team was very good. Lucas is great and Aliénor is... Read More very nice. Then, several friends in development had recommended me the program of La Capsule. And finally, I had the opportunity to discover the campus and Matthieu, the teacher, during the open days and all this made me want to join the next batch. The program is intense and progressive but the teachers are perfect, always present and ready to re-explain things if necessary. I really liked the buddy system too. Every day, we are assigned a buddy with whom we work on the project of the day. It's great to help each other and to give each other explanations. If we can't figure out what to do, we always have the teachers to help us out! In addition to being technically very interesting, this system of mutual help gives a great atmosphere in the batch. It was a great human experience!Read Less",Fullstack JavaScript Web Developer,Web Development +292475,10853,la-capsule,Guihen,False,2022,Fromage Nurse To Dev,2022-09-02,5.0,5.0,5.0,5.0,"A nurse by training, I wanted to learn to code in order to develop my own tools and participate in my brother's entrepreneurial project. I had a very good feeling with Admission Manager Lucas when I registered and the proposed format corresponded to what... Read More I was looking for. So I decided to enroll at Batch 54 in Paris. La Capsule was beyond anything I could have hoped or imagined. It was an extremely enriching experience from a human, intellectual and personal point of view! On a technical level, we follow a real progression. The DemoDay makes us aware of the giant step we make between the beginning and the end of the bootcamp. It must be said that the teachers we had in Paris were great and super complementary. Antoine is extremely knowledgeable and expert and can dig into any subject with you, while Amin is an extremely good teacher! They are very complementary and it allowed us to face two types of teaching, which was very enriching. In general, the teaching team knows how to accompany its students while following the level of each one and pulling us up! They know how to make a world that seems complex into something hyper-affordable. Ariane, the educational platform, is a very interesting tool. It contains all the necessary resources and tools. It's very interesting and reassuring! At any time, you know that you can find the information on Ariane. I rarely had to go looking for additional information during my training, I found everything on Ariane. And I found that the instructions for each project guided us in the right way to develop automatisms in my development. As for the team at La Capsule, they all know how to gauge the approach to be taken for each student and adapt to the communication of each one. Always with a lot of benevolence. The team is really supportive by following your level and always pulling you up. On a more personal level, this training has taught me to work in a team, and also with my brother. It was very enriching, especially before launching a startup project. We really learned how to build a project from A to Z. Today, I decided to become a teacher assistant after my training. I really appreciate this opportunity that we are given. I could see on the TAs in my batch that the progression in skills was exponential when you go to the other side of pedagogy, as a teacher assistant. It's super challenging. La Capsule is an exponential race to the top! Now I know that when I have an idea, I have the technical skills to create it. Anything is possible! And that's the best feeling you get after the training! The field of possibilities is completely open.Read Less",Fullstack JavaScript Web Developer,Web Development +292418,10853,la-capsule,Faël Ben youssef,False,2022,The best experience of my life,2022-08-31,5.0,5.0,5.0,5.0,"La Capsule was an incredible experience! I wanted to learn to code for a personal project. I needed to create a website to sell my services and that's where I started learning HTML, CSS and JavaScript and it quickly became a passion. I wanted to deepen... Read More my skills and that's what brought me to La Capsule. I chose this coding bootcamp rather than another one because it is the best French bootcamp and the technical stack taught is part of the most used technologies on the market. I just finished my training in August 2022 and it was incredible! The courses are very qualitative, the teachers always listen and are available, the Ariane platform is extremely well done and very intuitive. We learn easily thanks to all this organization! And the methodology around the project-based approach, where we practice from 10am to 6pm really pleased me! If I had to recommend a training, I would recommend La Capsule 1000 times, it is really THE training to start in web development!Read Less",Fullstack JavaScript Web Developer,Web Development +292381,10853,la-capsule,Fabien ARROYO,False,2022,Best Coding Bootcamp!!,2022-08-30,5.0,5.0,5.0,5.0,"I recommend La Capsule to anyone who wants to get started in web development. The program is very well done. You have time to see a lot of concepts and to get familiar with a large panel of tools in 10 weeks! I did the La Capsule bootcamp remotely, as... Read More part of a professional reconversion and although I have to keep in mind that it's a fast and very intense training, I don't regret to have done it! The team of teachers and teacher assistants is very good. They respond to requests for help as quickly as possible and they take the time to explain the concepts. You can see that they are really passionate! The Ariane platform is great. Everything is available: courses, challenges, projects and all of this accompanied by a progress bar on each resource that allows us to situate ourselves in our learning. All this was very useful during my training! The Talks have a real added value to have a more precise vision of what is the reality of a web developer in a job.Read Less",Fullstack JavaScript Web Developer,Web Development +292371,10853,la-capsule,farid,False,2022,Amazing Bootcamp,2022-08-30,5.0,5.0,5.0,5.0,"My opinion about La Capsule is very positive! From my first contact with them, where they were very friendly, welcoming, and made a great impression on me, until the end of the training. It was quite frankly a top training, I recommend it at 10000%! The... Read More staff was always very nice and attentive, with a good atmosphere and a good laugh. The teachers and teacher assistants are just like the rest of the team. I also loved the rhythm and methodology of the teaching: in the morning, you have a class with the teacher on a concept and at the end of the class, you practice through challenges and projects, in autonomy. The organization was really relevant to the reality of the job. In general, I would give a 5 star rating to all aspects of the bootcamp, without hesitation! If I had to give a little advice to the next students of La Capsule, I would advise them to invest themselves fully and to be proactive to get the most out of this great training!Read Less",Fullstack JavaScript Web Developer,Web Development +292362,10853,la-capsule,Pierre-François FILIPPI,False,2022,A good experience,2022-08-30,5.0,5.0,5.0,5.0,"I took the bootcamp of La Capsule from the end of May with the objective to become a web developer. It was very interesting! There is a lot of work, every moment is thought to get something out of it, you don't lose a minute, the training is exciting!... Read More It's very stimulating! I would recommend La Capsule to those who want to become a web developer. And having hesitated between the face-to-face and the distance learning, I can tell you that the training doesn't lose any quality at all at distance!Read Less",Fullstack JavaScript Web Developer,Web Development +292360,10853,la-capsule,CamilleA,False,2022,Excellent experience !!!,2022-08-30,5.0,5.0,5.0,5.0,"Originally a nurse, I became interested in coding through Youtube videos and people I knew. I tried it by following tutorials and online courses, and I loved it. After thinking about it, I decided to change my life and become a web developer! So I looked... Read More at the bootcamps that were being held in Paris and in parallel I did my little research on the most popular languages on the market. JS and React were the most popular technologies so I turned to La Capsule! I took the training this summer and I just finished my batch. It was great! The experience was great, from a human and technical point of view. I really learned a lot! The teachers are accessible, they know how to answer all our questions, with a lot of benevolence. We are free to ask all the questions we want with no shame! The buddy system was really nice too, it pushes us to get to know the whole class and it welds the batch! The atmosphere in general was really nice! I advise everyone to do it! If I had to do it again, I would do it for sure, because La Capsule was a great personal investment for me!Read Less",Fullstack JavaScript Web Developer,Web Development +292311,10853,la-capsule,ABOUBACAR DIALLO,False,2022,Great experience,2022-08-29,5.0,5.0,5.0,5.0,"I did La Capsule in Marseille this summer. This course is incredible! The teacher, Matthieu, has all the qualities of a pedagogue: he listens, makes sure that everyone understands his explanations and is always giving good advice! On top of that, the... Read More atmosphere is great! I totally recommend it!Read Less",Fullstack JavaScript Web Developer,Web Development +292307,10853,la-capsule,N'guessan Daly,False,2022,Full Stack batch 54,2022-08-29,5.0,5.0,5.0,5.0,"I became passionate about development while doing research to develop a project I had with friends. The project didn't last but I wanted to continue training on the subject. I had already done a JS, React and React Native training but it lacked depth.... Read More So I wanted to go back to training to deepen and improve my knowledge of these languages. The program at La Capsule offered everything I was looking for in terms of languages but also methodology. I really enjoyed working in agile mode, with collaborative projects. I found what I had missed in my previous training. I was at a distance and I found the supervision to be great. The teachers are very attentive and available to give explanations, always with a welcome touch of humor! In general, the teaching staff is always open to helping students improve their skills. In conclusion, it was a great experience! From A to Z. Whether it was during the first contact with Lucas, who presented the program and the school to me very well, or with Aliénor, who was in charge of the financing files and was always ready to help us. You can feel that the whole team at La Capsule is committed to doing things right and I was really won over!Read Less",Fullstack JavaScript Web Developer,Web Development +292275,10853,la-capsule,Alban RENIER,False,2022,immersive and intensive experience of coding and web development,2022-08-27,5.0,5.0,5.0,5.0,"An immersive and intensive experience! The team at La Capsule is very present with its students. I particularly appreciate the lifetime access to Ariane which allowed me to come back to certain notions even after the end of the training. After the 10... Read More weeks, we stay in touch with the Masterclasses, workshops to consolidate our knowledge and improve our skills even after the bootcamp. I think it's great and it's with pleasure that I continue to train with La Capsule! I would recommend La Capsule, but it is necessary to do the preparatory work beforehand in order to have all the chances on your side!Read Less",Fullstack JavaScript Web Developer,Web Development +292256,10853,la-capsule,Johann Darbas,False,2022,Great school! Great Experience!!!,2022-08-26,5.0,5.0,5.0,5.0,"I have just finished batch 66 at La Capsule Academy in Bordeaux. As a former business development manager, I wanted a career change where working conditions would be more flexible! I had the opportunity to think over it during the pandemic and I decided... Read More to turn to web development. I don't regret my decision! When I was reviewing bootcamps and schools, I was very interested in the content of the course offered by La Capsule. It is very comprehensive, with very modern technologies such as Node, React and React Native. I already knew the basics of programming, however, as a self-taught developer since 2020, I was getting to a point where I was not moving forward with my studies. La Capsule's program could help me to go deeper into web development. The certification of Web and Mobile Project Manager level 6 recognized by the French Ministry of Education and the French Ministry of Employment also weighed heavily in my decision to enroll. During the bootcamp I learned a lot. There was a lot of coding of course AND I was finally able to feel comfortable with technologies such as Node, React and React Native. But, I also learned a lot of work methods to be more professional in my code and be able to work in a team with other coders. The teaching staff at La Capsule was always available to help me along the way AND they also knew how to motivate me so that I could build self-confidence. The content of the courses, the teaching material and the quality of the instructors were all top notch. La Capsule also organizes conferences with professionals from the tech world, which allows us to get an overview of the job of a web developer. I strongly recommend La Capsule! However, a bootcamp is not just for anyone, you have to have a good preparation before joining the training and work hard during the bootcamp. You’ll need to put your hobbies on the side. But in the end this bootcamp will save you time - it will make you autonomous and competent quickly on modern technologies, which are very popular amongst Tech companies!Read Less",Fullstack JavaScript Web Developer,Web Development +292241,10853,la-capsule,Cheng koeng ouk,False,2022,Fullstack js,2022-08-26,5.0,5.0,5.0,5.0,"I just finished the batch 66 in Bordeaux. I recently started a professional reconversion and I started to do it on my own but I felt the need to deepen with a training. I wanted to have a teacher to help me in my learning. I looked into bootcamps and... Read More the level 6 title, the reputation of La Capsule and its success rate made me want to sign up. After these 10 weeks of bootcamp, my opinion is very good! The whole staff of La Capsule was great, always very reactive to our requests. The teacher was also very competent throughout the course, and very available. This is really what I came for when I did La Capsule. From a program point of view, I thought it was perfect! I was able to deepen all my knowledge in the field and even learn a new native react technology. I will definitely recommend La Capsule in the future, it was a great experience!Read Less",Fullstack JavaScript Web Developer,Web Development +292238,10853,la-capsule,Jérémy Holtzmann,False,2022,Full Stack Developper Course,2022-08-26,5.0,5.0,5.0,5.0,"I took the 54 batch that just ended. La Capsule is a great bootcamp with a pedagogical environment that makes us progress very quickly! The pedagogical platform is full of resources, useful even after the training and with a real follow-up of the progress... Read More you make throughout the training. La Capsule team is top notch, everyone is great, always ready to help us and understand our problems. As for the program, the training is intense! You have to hang on but you quickly get into the rhythm and it goes by itself afterwards. To summarize, if you want to start developing and you like to search and understand things, La Capsule is a bootcamp that will make you progress very quickly!Read Less",Fullstack JavaScript Web Developer,Web Development +291232,10853,la-capsule,Mohamed Aissaoui,False,2022,I have rarely had so much fun learning!,2022-07-29,5.0,5.0,5.0,5.0,"I have rarely had so much fun learning! Everything is done to ensure that the bootcamp takes place in good conditions and that we concentrate on our training. The content is in line with what recruiters are looking for, the courses are up to date on the... Read More latest technological developments. I particularly liked the practical teaching approach with a new project every day. We understand better the notions of the day and we don't get bored since it changes every week. The access to Ariane for life is a big plus! Being able to go back to the course when you have a doubt after the training is a big advantage. And the diploma at the end certifies our skills to companies, which is a reassuring point to add to our CV.Read Less",Fullstack JavaScript Web Developer,Web Development +290869,10853,la-capsule,Lea,False,2022,Amazing experience,2022-07-20,5.0,5.0,5.0,5.0,"Originally a videographer, I wanted to reorient myself in computer development. After doing my research, I discovered the Capsule bootcamp and I was won over! The format, the duration and the technology were totally in line with what I was looking for... Read More and I had a great feeling with Lucas, the admission manager, when I registered. I liked the course as much in real life as on paper. It's more than a course, it's a human and professional experience! I loved the atmosphere of mutual support and intellectual stimulation. Even if it is very intense, the 10 weeks pass very quickly and you almost want to stay a little longer when it ends. Thank you to the teachers, teacher assistants and the team who always knew how to answer my questions and help me when I needed it!Read Less",Fullstack JavaScript Web Developer,Web Development +290602,10853,la-capsule,Clément Héroux,False,2022,Very professional courses!,2022-07-12,5.0,5.0,5.0,5.0,"The teachers are educational and caring, the facilities are pleasant, and the program is very well run. The amount of resources on Ariane is impressive! You can feel that a lot of work has gone into the content of the program. I would recommend La Capsule... Read More to anyone who wants to become a web developer!Read Less",Fullstack JavaScript Web Developer,Web Development +290257,10853,la-capsule,Benjamin D'onofrio,False,2022,Great Experience !,2022-06-30,5.0,5.0,5.0,5.0,"It was all positive! The training is clearly of high quality! In 10 weeks I learned things I didn't know how to do! I was a car expert so far from web development but I was already coding a bit in Lua for my personal pleasure and I wanted to switch to... Read More make it a profession. I had a good vision of the popular languages used in web development so I chose to follow a JavaScript bootcamp and I found La Capsule. The teaching staff and La Capsule in general were great and accommodating! The buddy system is really a strong point of the training. Having a buddy to help each other all the time in addition to the teachers is really cool and it brings cohesion! We also had a very good atmosphere, we keep in touch and we continue to work together with the other students of the batch! The premises were also very cool, special mention for the coffee machine around which we often met with the other students 😉Read Less",Fullstack JavaScript Web Developer,Web Development +290239,10853,la-capsule,Mandy Thorel,False,2022,La Capsule has been an incredible experience!,2022-06-30,5.0,5.0,5.0,5.0,"Before La Capsule, I was a Quality Specialist at JustEat so I wasn't into web development at all. I was interested in it 4/5 years before but as I liked the experience I had at JustEat, I decided to continue in that direction for the moment. But recently,... Read More I wanted to change my life and to invest myself professionally in a job that I really liked. So I asked for information about web development courses. That's how I knew about bootcamps and the one of La Capsule was the one I liked the most: the duration, the content and the JavaScript language, the skills put forward and the reputation of the school corresponded to what I was looking for. So I signed up for the bootcamp and on top of that I had a great feeling with the team of La Capsule. I am very satisfied with my training! The experience was great, even incredible. It was very intense and tiring but so enriching and intellectually stimulating. The teachers were great throughout the 10 weeks and always available to answer our questions. I also found the buddy system very relevant. It allowed us to work with different people and different levels, we learned to think and explain the concepts of the program according to our buddy. It was very formative and it created a nice cohesion within the batch. Before doing the bootcamp, I was told that one of the main qualities of a developer was communication and I was really able to develop this aspect with this system. The Ariane platform is really great! It's really nice to know that you have access to it for life and that you will have the evolutions and the updates of the program in the future.Read Less",Fullstack JavaScript Web Developer,Web Development +289535,10853,la-capsule,marin danger,False,2022,good teacher,2022-06-07,3.3,4.0,4.0,2.0,"Before doing my bootcamp, I was working in management control. I worked a lot on Excel and I learned VBA on my own. This made me want to learn more about programming. So I decided to take the plunge and learn to code. I chose to do La Capsule because... Read More I liked the fact that I had only one language allowing me to develop all possible web and mobile functionalities and the fact that they deliver a professional title recognized by the State. And I'm very happy with it! I found the program very good and our teacher Matthieu was great! He has many qualities: he is patient, pedagogical and very attentive. He always managed to debug us! The atmosphere was really great, the relationship in this batch was really good!Read Less",Fullstack JavaScript Web Developer,Web Development +289491,10853,la-capsule,Visouthiphongs Tomy,False,2022,Great experience !,2022-06-06,5.0,5.0,5.0,5.0,"La Capsule was a great experience! As much human as professional! Previously, I was an assistant manager for a ready-to-wear brand but after a long reflection I decided to go back to my basic profession: programming. I had a degree in computer science... Read More so I had some basic knowledge in Java but I wanted to deepen my skills. I had originally applied for another bootcamp but the language taught, Ruby, did not suit me. I wanted to learn a language that was sought after and popular by recruiters, so I chose to apply to The Capsule. It was the JS bootcamp with the most seniority and the biggest alumni community, and I had a great first contact with Noel, one of the founders of the course, so that convinced me in my choice. I totally recommend it! And I've already done it! I saw the difference in level between the first days of training and the last! I have progressed enormously in a very short time! The lifetime access to the Ariane learning platform is very reassuring. Knowing that even once you're on the job you can always go and look for information on it is really a great point.Read Less",Fullstack JavaScript Web Developer,Web Development +289472,10853,la-capsule,Mehdi Hadjadj,False,2022,Very satisfied!,2022-06-06,5.0,5.0,5.0,5.0,"Very cool atmosphere, the teachers and teacher assistants are great too! I had chosen La Capsule after having passed several admission tests in different training centers and that's where the feeling went the best. The program, the language taught, Javascript,... Read More the 10 projects to put in our portfolio, the title and the opinions on the bootcamp have confirmed my choice and I do not regret it at all! It's an intensive training, I worked a lot and that even after the course days, but it's a huge boost and a great feeling!Read Less",Fullstack JavaScript Web Developer,Web Development +287568,10853,la-capsule,Laure-Line Rogerieux,False,2022,"Great experience, both humanly and professionally!",2022-04-10,5.0,5.0,5.0,5.0,"I was planning to do a professional reconversion to become a web developer. I had already participated in workshops before and that's were the trigger came from. My company gave me the opportunity to have some time off to take a training course in January... Read More 2022 so I decided to take advantage of it and sign up for a bootcamp. I was interested in La Capsule, at first, for the language taught but the contact with the team, who really tried to know if the bootcamp format would suit me, finally convinced me! Concerning the code part, the teaching is done step by step. We are given a new brick every day, and at the end, we are able to build our own app! Everything makes sense little by little and it's great!Read Less",Fullstack JavaScript Web Developer,Web Development +287187,10853,la-capsule,Elie Bissor,False,2022,A really cool experience,2022-03-29,5.0,5.0,5.0,5.0,"I attended La Capsule's bootcamp with the goal of becoming a web developer. I was already a bit self-taught on the front-end but the challenge of learning the dev job in a few weeks was met! I found the framework and the structure I needed to train myself... Read More and in addition to learning development, I learned how to learn! This is an essential skill for a developer who is constantly learning about different technologies. The investment was clearly worth it, not to mention the quality of the teaching, the teachers and the great atmosphere within the batch!Read Less",Fullstack JavaScript Web Developer,Web Development +287006,10853,la-capsule,Tristan de Guillebon,False,2021,Complete your tech profile in 10 weeks,2022-03-22,5.0,5.0,5.0,5.0,"After my engineering studies and an internship in data engineering, I decided to do a bootcamp to improve my technical skills. I already had an appetite for computer science but I was frustrated not to have deepened these notions during my studies. So... Read More I started looking for a quick training (I didn't want to go back to school for years) and I found La Capsule. The Javascript and React stack (very sought after by companies) and the pedagogical approach seduced me, so I joined the October 2021 batch. My assessment after these 2 months of training is very good! From a hard skills point of view, I learned a lot and I now feel autonomous to develop projects. The pedagogy was great and really corresponded to my expectations. And from a soft skills point of view, working with my batch mates, in a team, learning to communicate with each other etc. made the difference with all the online training courses in autonomy. At the end of the training, I wanted to do an internship, and Antoine, my teacher, seeing my involvement in the batch, offered me a 6-month internship in the La Capsule team to help develop the Ariane pedagogical platform. As I liked the general atmosphere (both in the team and with the other students), I accepted. In the future, I'm thinking about Product Owner or Manager jobs and in the longer term, I'd like to start my own company one day and have these tech skills that will certainly be very useful! Translated with www.DeepL.com/Translator (free version)Read Less",Fullstack JavaScript Web Developer,Web Development +286947,10853,la-capsule,Sébastien Sallé,False,2022,Learning code from home,2022-03-20,5.0,5.0,5.0,5.0,"Before joining La Capsule's bootcamp, I was working in communication as a communication manager. For about a year, I had the idea to change jobs because I didn't like the ""practical"" part of communication anymore. I often had to put my hands in the code... Read More in my job but I was frustrated not to be able to go further in the shaping of my ideas, so I decided to follow a course. I had heard that the bootcamp format was a quick way to retrain. After applying to several bootcamps, I chose La Capsule because the training had good reviews and it allowed me to follow the courses from home. I really liked the organization of the bootcamp and especially the buddy system, which allowed me to get to know the whole batch and to confront myself with different types of code and ways of working. The profiles of the students were very varied, some were beginners and others were already in development, but this did not create any imbalance, on the contrary, the more experienced ones generally helped the beginners, always in a friendly way. I liked the design of the program, the rhythm and the volume of work. It's obviously intense, it's still a bootcamp but I was prepared for it. And I thought it was done well enough to keep both beginners and more experienced students busy during the training. In conclusion, I'm happy with the training and I don't regret doing it at all! Moreover it's very reassuring to keep in touch with the La Capsule team afterwards with the workshops, the Masterclasses etc... In short, I recommend it!Read Less",Fullstack JavaScript Web Developer,Web Development +286924,10853,la-capsule,Fredrik Andersson,False,2022,A great experience !,2022-03-19,4.0,5.0,4.0,3.0,"Before taking part of ""La Capsule"", I have been working in the music industry for about ten years. I first got introduced to programming when I wanted to create the website of my association. I started to look at HTML, CSS and so on and I really liked... Read More it, but I didn't have the time to go deeper into it at that time. During the covid lockdown, I started to look for a professional reconversion, and as I had enjoyed creating my website, I continued to train myself on different languages. I still liked it so I decided to look for a short format cursus (I didn't want it to last months and months) and I looked at the languages that recruiters is looking for. So I looked for bootcamp trainings in JavaScript, and I discovered La Capsule during my research. I went through the admission process, my funding request was accepted by the region and I was able to join the Paris batch in early 2022. It was a very good experience! The teachers were very good, available, caring and always had the answer to my questions. On top of that, the Office Hours with Corentin allowed me to get good advice and to discover different methods of programming syntax. It was very interesting! The atmosphere in the batch was very good, coming every morning to class was a real pleasure! I even wish it would have lasted longer! I found that the balance between difficult days and lighter days was well done despite the fact that the training is still very intense! In conclusion, I am very satisfied with my 10 weeks at La Capsule. The cursus gives a good momentum, a good rythm and a good basis to start as a junior dev!Read Less",Fullstack JavaScript Web Developer,Web Development +286879,10853,la-capsule,Lili Liardet,False,2022,A great experience,2022-03-17,5.0,5.0,5.0,5.0,"I worked 5 years in digital project management and I wanted to move back to Marseille but the offers were more technical than the ones in Paris. To succeed in this change, I needed to dig deeper into this technical aspect and I had already had positions... Read More where I coordinated devs. I had the feeling that I lacked the technical knowledge to be able to challenge what they were telling me (especially about deadlines) and to manage the projects well. But beyond that, I envied the position of people who were in production rather than in coordination. So I wanted to learn to code and become a web developer. When I started to think seriously about the reorientation, I tested my appetence for programming and I trained on Codecademy on the JavaScript module and on Udemy to practice a little. And it confirmed my appetite for programming! I was looking for a bootcamp in Marseille that taught popular languages that are popular with recruiters. I had seen that Javascript was very popular in France. My friend's cousin had done La Capsule and shared it was a great experience for him. The RNCP level 6 title was a big plus too! During the batch, we had a great teacher, Matthieu. Moreover, the size of the class gave a feeling of ""private lessons"" and it was really cool. We were really well accompanied throughout the training, even during the final sprint. More generally, the program met my expectations. You are stimulated enough not to drop out during the 10 weeks. The rhythm is well thought out between the exercises, the hackathon and so on... there are lots of small reassurance steps that are super enriching and the final project really completes the foundation of the training, which is already solid at this stage. You can feel that there is a lot of work done to democratize and update the information on Ariane! I will do it again and I will recommend the training in the future!Read Less",Fullstack JavaScript Web Developer,Web Development +286751,10853,la-capsule,Salim Bendacha,False,2022,La Capsule Monaco....Intensively enriching!! Definitely worth it!,2022-03-14,5.0,5.0,5.0,5.0,"- La Capsule Monaco - As an entrepreneur in the field of modern technologies, I always wanted to learn to code to better understand the mechanics behind the design. So, I decided to take the plunge, to work on my next project which is an application.... Read More Joining La Capsule program in Monaco is one of the best decisions I made in 2021. Learning to code in 3 months is crazy! There's no time to realize what's going on. It's a particular format but highly effective. And even if you must stick with it, it's worth it. I will now work on my application for a launch planned for June. For that I will have to surround myself with a team of developers and this experience at the Capsule will be extremely useful for this prospection. #testimonials #codingbootcamp #coding #bootcamp #web #tech #digitalisation #changeyourlife #entrepreneurship #LaCapsuleMonaco #TeamLaCapsuleRead Less",Fullstack JavaScript Web Developer,Web Development +286110,10853,la-capsule,Geoffroy Farrugia,False,2021,My role in the startup I work for has evolved a lot thanks to @LaCapsuleMonaco,2022-02-22,5.0,5.0,5.0,5.0,"I decided to join the capsule in consultation with the founder of the start-up I was working for, with the aim of increasing my technical capabilities to support him in the management of the product. The thing that impressed me most about my experience... Read More at the Capsule was the pace of progress. Every day we saw something new and the excellent guidance of the teacher allowed us to assimilate all these notions. Moreover, the collaborative work with my classmates made the experience even more enjoyable. If I had to do it again, I wouldn't hesitate for a second. Today, I still work in the same start-up, my role has evolved a lot thanks to La Capsule. In three months I was able to develop a web application that we were able to make available to our partners and I collaborate daily with our development team to improve our product. Of course, all this would have been impossible without the capsule.Read Less",Fullstack JavaScript Web Developer,Web Development +284329,10853,la-capsule,Lorenzo,False,2021,Intense but great !,2021-12-20,5.0,5.0,5.0,5.0,"An intense learning experience but you're sure to learn a lot. Real beginners will have to hang on but everyone can do it, most of us were beginners and we all succeeded. The team is nice and super patient. To be able to develop in 10 weeks a full web... Read More or mobile app is amazing. Everyone should do it !Read Less",Fullstack JavaScript Web Developer,Web Development +284073,10853,la-capsule,Juliette,False,2021,Good surprise !,2021-12-10,5.0,5.0,5.0,5.0,"Really surprised by how fast we progress, but I'm totally convinced by the bootcamp format. 10 amazing weeks, with a good team and a lot of different projects to work on. Everything is done for us to be in the best conditions possible to learn how to... Read More code, and it works. I enjoyed myself in my job as a developer today, and I know it's thanks to La Capsule ;)Read Less",Fullstack JavaScript Web Developer,Web Development +284041,10853,la-capsule,Félix,False,2021,Nice bootcamp,2021-12-09,5.0,5.0,5.0,5.0,"Serious bootcamp with a great team and a pretty good teaching method. Quick improvements, and even if it's really intensive, trust me, it's worth the try. I enjoyed the project based method, I never did something like that before but I've found it quite... Read More interesting. Strongly recommend !Read Less",Fullstack JavaScript Web Developer,Web Development +283881,10853,la-capsule,Erwann Chapellon,False,2021,I 100% recommend !,2021-12-03,5.0,5.0,5.0,5.0,"It was a super experience, those 10 weeks are very condensed, we learn so many things, it’s intensive but it goes too fast at the same time ! After highschool, I enrolled in a math/science degree, but I didn’t like it at all, I wanted to study tech subjects... Read More and I couldn’t find any in my courses. I finally enrolled in the army and after my 5 years’ mission, and I went straight to a tech formation, I didn’t want to lose time. I remembered myself doing an excel sheet where I was comparing the different formations, and in the end, La Capsule was the one which fitted me the best. And I made the right call because it was awesome, the teachers and the team were super cool, and I’ve learned a lot. Huge bonus for the place because it was easily accessible and we could be studying there whenever we wanted without asking the team to open us, we had our own badges. I found an internship directly after the end of the formation, and I feel completely ready for it. I 100% recommend, i’ll do it again.Read Less",Fullstack JavaScript Web Developer,Web Development +283873,10853,la-capsule,Lisa,False,2021,"Overall, great experience !",2021-12-03,5.0,5.0,5.0,5.0,"Great training, pretty intensive but still well balanced. The projects are really useful to fully understand the notions we studied and to practice. Of course the team was also amazing, they love what they do. I appreciated the fact we still had a follow-up... Read More at the end of the formation, the masterclass are interesting if you want to dig deeper on some notions ! Overall, great bootcamp !Read Less",Fullstack JavaScript Web Developer,Web Development +283750,10853,la-capsule,Matthieu Petruzzi,False,2021,Found what I was looking for,2021-11-29,5.0,5.0,5.0,5.0,"I wanted to work on my projects freely, to be able to understand the technical aspects and opportunities. That’s why going to La Capsule was so useful to me. After searching about programming, I quickly understood JavaScript was a must-known language,... Read More and La Capsule being specialized in this language, it was an obvious choice. In addition, the intensive aspect of the training and the possibility of exercising a lot on React were truly interesting. I enjoyed following the formation from home, I felt the kindness of the other students and my teachers despite distance, it even helped me to focus more sometimes. I’m fully satisfied, and it’s rare to be fully satisfied by a service ! I’ve found what I was looking for and even more thanks to this experience, my projects have evolved. Really good.Read Less",Fullstack JavaScript Web Developer,Web Development +283671,10853,la-capsule,Jing Xu,False,2021,Good and complete training,2021-11-25,5.0,5.0,5.0,5.0,"I attended this formation because I wanted to discover a new language and to learn how to use React. I’ve chosen La Capsule because the formation is great to learn this tech, and it was awesome ! What La Capsule’s program proposes is very complete, whether... Read More it is the rhythm or the curriculum, everything is well done. I appreciate the fact we had a lot of practice, we worked on a lot of projects and I think it’s the best way to learn. The buddy system was also really nice to meet and work with all my teammates. I feel ready now to continue to work in a JavaScript environment, I’m fully satisfied.Read Less",Fullstack JavaScript Web Developer,Web Development +283667,10853,la-capsule,Vynasso Doffonou,False,2021,Really satisfying,2021-11-25,5.0,5.0,5.0,5.0,"I was curious and eager to understand the tech world and evolve professionally in this sector. I do believe with this formation, I now have a lot of interesting professional opportunities. It was quite obvious to me to go for a JavaScript training because... Read More it is the most wanted language on the job market. And after good feedback from people around me about La Capsule, I signed up for the program. I don’t regret it ! It was awesome but truly intensive, you have to be prepared to work ! But still, I was satisfied by the rhythm and surprised by the amount of notions we learn and reuse throughout the 10 weeks and even after. In the end, I think we are all ready for the professional world. If you follow the program seriously, you are able to use all the tools needed to be valuable as a dev in a company. I have only good things to say !Read Less",Fullstack JavaScript Web Developer,Web Development +283666,10853,la-capsule,Adel Abdi,False,2021,It fitted all my expectations,2021-11-25,5.0,5.0,5.0,5.0,"The training fitted all my expectations, and I’m honestly completely satisfied. As for me, I’ve started to code a bit on my side, to learn HTML, CSS, to start to work on little personal projects. But I wanted to turn it into something really professional,... Read More and I needed a real formation. La Capsule’s program was exactly as I expected, the former students' projects were pretty good and encouraging for what we can expect to realize at the end of the formation. The good reviews finished convincing me. Everything was like I wanted, whether it was the curriculum, the methods, the way the days were organized, it was an efficient program which fitted my expectations. I feel ready now to be a dev, it was a positive and professional experience.Read Less",Fullstack JavaScript Web Developer,Web Development +283658,10853,la-capsule,Fabien Le Grave,False,2021,I've found what I was looking for,2021-11-25,5.0,5.0,5.0,5.0,"Attending a dev training really was a good idea, it gave me a deeper understanding of my previous experience when I worked as a devOps. I feel like I have a more complete profile now. I chose La Capsule for the format, it was quick and efficient, and... Read More more than that, we had the possibility to graduate from the formation. Also, we aren’t too many in a batch, it’s much better to learn. My interview with the team went well, so once I was accepted, I didn’t hesitate. The formation is well thought-out, there is a true coherence and consistency in how to understand a dev’s job, with a good technical approach and so much fun with everyone ;) I’ve found what I was looking for and I don’t have any regrets. All I can say is : go to La Capsule !Read Less",Fullstack JavaScript Web Developer,Web Development +283634,10853,la-capsule,Loan,False,2021,You see progress,2021-11-24,5.0,5.0,5.0,5.0,"I came to the program with no knowledge at all but the curriculum was well structured and the instructors were always available, it's efficient. The pace was intensive for me but at the end of the 10 weeks, I really felt I understood all the concepts.... Read More It was challenging and stimulating for those with no experience as well as those with little experience. I'm really satisfied.Read Less",Fullstack JavaScript Web Developer,Web Development +283614,10853,la-capsule,Cécile,False,2021,High quality program,2021-11-23,5.0,5.0,5.0,5.0,"I've found the teaching method different and really satisfying, it's much more efficient. The formation's content is really complete, qualitative and actualized often which proves the team cares about teaching us new stuff and follows tech innovations.... Read More I'm fully satisfied and I believe everyone should attend this kind of training.Read Less",Fullstack JavaScript Web Developer,Web Development +283583,10853,la-capsule,Anthony,False,2021,Super experience,2021-11-22,5.0,5.0,5.0,5.0,"It was a super learning experience to learn how to code. I recommend the training to everyone, whether it is for professional or personal goals. It's a good teaching method, well organized, and we have the opportunity to practice on a lot of different... Read More and interesting projects with several notions. Thanks to everyone !Read Less",Fullstack JavaScript Web Developer,Web Development +283515,10853,la-capsule,Théo,False,2021,10/10,2021-11-19,5.0,5.0,5.0,5.0,"The best bootcamp, with a super team and the perfect program for those 10 weeks ! All the notions we've learned are dense and it was always a bit different, it's the best way for us to be fully operational and to reach our goals at the end of the training,... Read More whether it is to become a front or back dev, or to develop your own project. The team is amazing, always available, and all very talented ! I recommend to all of those who truly wants to learn how to codeRead Less",Fullstack JavaScript Web Developer,Web Development +283409,10853,la-capsule,Jean-Baptiste Larrivière,False,2021,A promise fullfiled !,2021-11-16,5.0,5.0,5.0,0.0,"La Capsule has been the best way for me to update my knowledge and my skills in programming and to be fully ready as a developer. The possibility for us to work on different projects each week was awesome and it's a huge advantage for the training. After... Read More watching several DemoDays, I noticed La Capsule’s MVPs were more professional and complete. This and learning JavaScript were the reasons why I joined La Capsule. The team is so nice, very attentive, and the buddy program is a great idea. We had a lot of fun during my batch ! The 10 weeks promise to become a dev is fulfilled, I’m ready now ;)Read Less",Fullstack JavaScript Web Developer,Web Development +283383,10853,la-capsule,Guilhem Canonge,False,2021,10 amazing weeks,2021-11-15,5.0,5.0,5.0,5.0,"Because I want to be a dev, I knew it was essential for me to understand today’s technologies. La Capsule allowed me to update all my knowledge and to be fully efficient as a professional. A few years ago, I attended a formation in another language. Technologies... Read More are evolving fast and I needed to know what was done nowadays. Searching on forums, I learned about La Capsule and JavaScript seemed to be the most asked language on the job market. I enjoyed my formation a lot, it answered all my wishes and despite the distance, we had a lot of fun with the team and they were always here when I needed them ! I lived 10 amazing weeks and I’m confident for what’s coming next.Read Less",Fullstack JavaScript Web Developer,Web Development +283268,10853,la-capsule,Lucas Porto,False,2021,I have all I need !,2021-11-12,5.0,5.0,5.0,5.0,"The bootcamp is an intensive training but we’ve been told it would be that way, and as long as you don’t underestimate the amount of work you’ll have during the formation, you should be successful. I wasn’t really satisfied with my previous work, and... Read More I’ve always been attracted to tech issues. It was a new world for me, another work, and despite the technical nature of such notions, you can be so creative with programmation ! When I started looking for a formation, my friend who’s already a dev told me to go to La Capsule. He told me if I wanted to work in this field, I had to master JavaScript, and that the training was made for me. I didn’t search any longer, I was convinced. What I loved the most were all the opportunities we had to work in groups. Learning together, being with the teacher and the team, it’s just amazing, and I strongly advise everyone to attend the formation 100% on site and not just online to fully enjoy the experience. I’ve seen myself improve, and I feel ready to learn more about all I’ve learned here. I feel like I have all I need now to continue on this path. I would like to thank everyone in the team, I felt listened and understood, and I had a beautiful experience.Read Less",Fullstack JavaScript Web Developer,Web Development +283198,10853,la-capsule,Natacha,False,2021,A pretty good format !,2021-11-10,5.0,5.0,5.0,5.0,"The training format works well, it's well organized which allows us to improve quickly while we have the time to understand correctly all the notions. I've learned a lot in just 2 months, and all the projects and the group work are a big part of this... Read More huge progress. Of course, the help of our teacher and the TA was essential ;) I'm very satisfied, and I have this feeling everything I've done was so useful !Read Less",Fullstack JavaScript Web Developer,Web Development +283135,10853,la-capsule,Ludovic,False,2021,Great teaching method,2021-11-08,5.0,5.0,5.0,5.0,"The team has a great teaching method, and I've seen myself improve on so many levels during those 10 weeks. I did not know anything about programming before this experience, and it's pretty impressive to see what I can do now. I strongly recommend this... Read More training to all of those who want to stack all the odds in their favour for a career change or a project !Read Less",Fullstack JavaScript Web Developer,Web Development +283015,10853,la-capsule,Claude,False,2021,Best way to learn how to code,2021-11-04,5.0,5.0,5.0,5.0,"I believe it's essential to know the basic tech skills and stakes, possibly to know how to code ! And if you want more than just some nuggets of knowledge, La Capsule is the best solution ;) I wanted to learn more about tech issues so I would not be left... Read More behind by my IT team, now it's a done deal. It was even far beyond all I expected, I could have turned into a dev myself if I had wanted to at the end of the training. The program is complete, the teaching method is really efficient, and the team is dedicated. It's just a great experience !Read Less",Fullstack JavaScript Web Developer,Web Development +282988,10853,la-capsule,Leila,False,2021,Awesome training,2021-11-03,5.0,5.0,5.0,5.0,"Learn how to code is essential for me if you want to evolve professionally but also personnaly, on your own projects ! With the training, I've learned all I needed to be fully autonomous on my personal projects, but also to reach new skills and goals... Read More at work, with a lot more new responsabilities ! And when the training was over, we were still followed with the masterclass or all the ressources available on Ariane. I'm glad I took this initiative, so useful and 0 regrets !Read Less",Fullstack JavaScript Web Developer,Web Development +282946,10853,la-capsule,Paul,False,2021,Excellent bootcamp,2021-11-02,5.0,5.0,5.0,5.0,"I went from simple HTML and CSS knowledge to developing several web and mobile applications in only 10 weeks. I wanted to become a web developer and this training has given me the skills to reach that goal ! I've already spent a lot of time practicing... Read More on different platforms, but it wasn't enough. A friend told me about La Capsule and I was immediately seduced by the pedagogy and the values of the school. We learn to code in Javascript, a very popular programming langage in startups. I particularly enjoyed the Demoday, it was amazing ! I had the opportunity to demonstrate what we were able to do at the end of the bootcamp, showing a demo of the product we code in team the last 2 weeks. It's definitely an excellent school that I recommend 100%.Read Less",Fullstack JavaScript Web Developer,Web Development +282762,10853,la-capsule,Lucile,False,2021,Great 10 weeks !,2021-10-26,5.0,5.0,5.0,5.0,"I went to La Capsule because the syllabus and the website completely won me over : it was complete, detailed, I knew I was going to learn a lot. And I wasn't disappointed, It was all I wanted. But what really surprised me the most during the formation,... Read More except realizing how fast I was learning, were the teachers. They are amazing. You can feel they are totally available for us, they want to share their passion and knowledge. I do believe this experience is a real ""human"" experience because you're not alone in your learning process. The method is really well thought-out cause you learn by helping others and being helped. I've met wonderful people there, those 10 weeks were great, and now I'm doing something I love !Read Less",Fullstack JavaScript Web Developer,Web Development +282592,10853,la-capsule,Noémi,False,2021,My best 10 weeks,2021-10-20,5.0,5.0,5.0,5.0,"I really enjoyed my experience at La Capsule. If you want to create from scratch your app/website, it's the best way to do so. After only 10 weeks, I had my MVP ! In such a short time, it's just so impressive how much you achieved. I managed all the creation... Read More process of a new website, from the beginning to the end. I can handle my own database, which was impossible for me before I enrolled the bootcamp. It would not have been possible without La Capsule. And the team was just so nice ! A big thanks to the TA's and our teacher, Antoine, who really gave us their best every single day ! My best 10 weeks !Read Less",Fullstack JavaScript Web Developer,Web Development +281818,10853,la-capsule,Nathan,False,2020,A Positive experience !,2021-09-27,5.0,5.0,5.0,5.0,"It's a positive experience from the beginning to the end ! My admission went great, I really appreciate the teachers and I have a good team of friends in my batch ! The training is demanding but we receive a lot of help from the team and our buddies,... Read More and we had all sort of tools and ressources to work with, I still use all of it today. La Capsule taught me all I needed to know, you really realize it during your MVP. My advice would be to trust the method and don't hesitate to be helped and help others ! Best experience ever !Read Less",Fullstack JavaScript Web Developer,Web Development +281815,10853,la-capsule,Loïs,False,2021,A huge change for me,2021-09-27,5.0,5.0,5.0,5.0,"I have the feeling everything has been said concerning the team and the training : it's a great program, really complete, with a caring team and an efficient method. The training changed my professional life for real. I was able to evolve professionally... Read More and I know It would not have been possible without La Capsule. A huge thanks !Read Less",Fullstack JavaScript Web Developer,Web Development +281514,10853,la-capsule,Agathe,False,2021,Interesting program and super method !,2021-09-17,5.0,5.0,5.0,5.0,"I'm convinced the training added to an additional personal work and curiosity fully turns you into a dev ready for the professional life. I choose this formation because it was available on site and it had an intensive and really dense program. I was... Read More motivated and ready to work, and I believe my approach was the good one because at the end, I was ready for a good junior dev position. the formation keeps its promise and gives you the tools you need to work. After, it's up to us ! I loved the training and i'm fully satisfied !Read Less",Fullstack JavaScript Web Developer,Web Development +281457,10853,la-capsule,Lisa,False,2021,Good opportunity for a career change,2021-09-15,5.0,5.0,5.0,5.0,"The formation fits all the profils, from beginners to those who already have some notions in programmation. I was an administrative assistant so I wasn't used to the tech field. With COVID, I truly wanted a career change. I was on Linkedin and I came... Read More across the profil of a guy who attented La Capsule's formation. He seemed really happy and currently was a dev fullstack, it really motivated me. I'm very happy with my choice. I learned what I needed to do an internship and be fully operational. The classes are great, the teachers too ;) It's a good formation if you want a career change !Read Less",Fullstack JavaScript Web Developer,Web Development +281419,10853,la-capsule,Gabriel,False,2021,I can work on my own thanks to La Capsule !,2021-09-14,5.0,5.0,5.0,5.0,"I've met beautiful people and I've learned a lot during those 10 weeks, I was able to develop an entire product in such a short time I was surprised, i've learned a lot about myself and my abilities. With programmation, I find what I loved, and thanks... Read More to the notions we saw at La Capsule, I have what I need to work on my own projects and as a freelance. It's the best choice I've made.Read Less",Fullstack JavaScript Web Developer,Web Development +281418,10853,la-capsule,Robin,False,2021,Best program !,2021-09-14,5.0,5.0,5.0,5.0,"The training was above everything I expected ! I wanted to learn how to code and maybe attend another training just after to be truly ready to work, but my formation at La Capsule was enough ! The program is complete, totally adapted to the professional... Read More world requirements (knowing Javascript, react...) and in addition, they taught us how to work in a real group of dev. I can tell you feel completely ready at the end ! After the 10 weeks, I felt confident enough to go directly for an internship rather than another training, and I took the right decision because I'm so happy right now as a dev. Thanks La Capsule, you have the best program !Read Less",Fullstack JavaScript Web Developer,Web Development +281416,10853,la-capsule,Fanny,False,2021,Good follow up !,2021-09-14,5.0,5.0,5.0,5.0,"I found the accompanying before and after the program truly satisfying. I came at La Capsule because I appreciated my first interaction with the team, and my first impression was the right one ;) Except the teaching method (which is really good by the... Read More way) I enjoyed the fact there was a follow-up after the formation. They organize workshops, questionnaires, or masterclass, and the team is still available for us months after the program. I know every schools or formations don't care that much, and it's a nice feeling to know they care about us. It's a truly human team with an interesting training, all I have to say is go for it !Read Less",Fullstack JavaScript Web Developer,Web Development +281415,10853,la-capsule,Sarah,False,2020,A super learning method,2021-09-14,5.0,5.0,5.0,5.0,"Ariane (the pedagogical platform) is really a great tool, I enjoyed a lot learning with La Capsule's method. I prefer to work in group than alone, so all the projects we had to do altogether are really useful to learn how to collaborate with other devs.... Read More There is also the MVP that is truly the outcome of everything we've learned, it's the moment we reinvest all the knowledge the teachers taught us during 10 weeks. I found the formation really complete and efficient, I loved it !Read Less",Fullstack JavaScript Web Developer,Web Development +281401,10853,la-capsule,Corentin,False,2020,Useful for all,2021-09-13,5.0,5.0,5.0,5.0,"10 intensive weeks, but 10 pretty useful weeks which change your professional life entirely. I do believe a training like the one at La Capsule can be useful for everyone, whether you want a career change or just improve your skills. I saw a true before... Read More and after for me. I attended the program because I wasn't confident in my skills : I saw I started to be left behind at work because I couldn't catch up with the younger generation. I felt so much better after the training. We studied a lot of new tools, current technologies used in modern companies, and I feel like I filled the gap between me and the new generation. Intensive and efficient, that's how I can sum up my formation !Read Less",Fullstack JavaScript Web Developer,Web Development +281400,10853,la-capsule,Simon,False,2021,More than I expected !,2021-09-13,5.0,5.0,5.0,5.0,"A huge thanks to the team and the training, I've spent a wonderful time and I've learned all I needed to develop my own project. The tools and technologies we learn there are modern and really used, you can code an entire app from the front to the back... Read More in only 10 weeks, it's so impressive. An amazing experience for me and my project !Read Less",Fullstack JavaScript Web Developer,Web Development +281395,10853,la-capsule,Eloïse,False,2021,I loved the method,2021-09-13,5.0,5.0,5.0,5.0,"The way the classes are organized is well thought-out, we learn a tons of things and I think in operational jobs like in the tech field, it's really important to know how to do things. The project-based method was awesome, it's what I expected. The team... Read More gives us access to a lot of resources, it's nice of them to give us a life access to their platform, I can review the notions I need whenever I want to. La Capsule created an efficient method to learn how to dev in a short amount of time, taught by pretty good teachers, I strongly recommend !Read Less",Fullstack JavaScript Web Developer,Web Development +281394,10853,la-capsule,Valentine,False,2021,A pretty good training !,2021-09-13,5.0,5.0,5.0,5.0,"I think I could never have obtain the level I have today without La Capsule, the best choice ! I was curious this world cause my sister is a dev. I saw her being so happy with what she was doing, and she motivated me to do the same. I've learned feminine... Read More profils were hightly requested and appreciated in the tech world, so I tought about a career change. I tried to learn with my sister and on internet, but I wasn't serious enough. My sister told me about coding bootcamps to learn in a structured environnment, and advised me to learn JavaScript if I really wanted to work in this field. If done seriously, La Capsule is a true springboard : I was trained and ready for work real quick, and that's all I wanted !Read Less",Fullstack JavaScript Web Developer,Web Development +281348,10853,la-capsule,Inès,False,2021,Great discovery,2021-09-10,5.0,5.0,5.0,5.0,"I discovered a creative and stimulating world, I enjoyed so much my experience there, thanks to the team and my batch ! Code was a huge discovery for me, I had some much fun during those 10 weeks, and of course I've learned a lot ;) In my daily life,... Read More at my work, I still use what I've seen during the program, I can see I did something useful that has improved my daily life. The lessons were pretty good, taught by a great teacher, so it was just perfect. I strongly recommend to everyone who's interested in a programmation formation to go to La Capsule !Read Less",Fullstack JavaScript Web Developer,Web Development +281346,10853,la-capsule,Anna,False,2020,I'm a dev now ;),2021-09-10,5.0,5.0,5.0,5.0,"Programming seemed unatteinable for me because I tought a girl from the fashion industry who wants to learn how to code was a cliché, but I was so wrong ! In my batch, we were several girls and some of them did the Paris code program, a city program which... Read More helps girls to attend coding formation. I found it amazing and it shows the tech world is opened up to women ! Knowing those kind of initiatives exist gave me the fire to succeed and help other women. I enjoyed the moments spent there, the program is top and taught us well. I'm a dev know, so it works ! I can only encourage everyone, and especially women, to attend the program !Read Less",Fullstack JavaScript Web Developer,Web Development +281345,10853,la-capsule,Kamel,False,2021,Only good things to say !,2021-09-10,5.0,5.0,5.0,5.0,"I do believe the fullstack formation is the best way to have a successful career change. They gave us the tools needed to work and be operational at the end, really impressive in 10 weeks ! During my internship, I felt at ease, nothing was missing and... Read More I used a lot of what I saw during my training, I saw how useful it was. I fully understood the importance of the MVP once I was working, it's a pretty good exercice to prepare the students to the professional environnment. I only have good things to say about the program, thanks to the team !Read Less",Fullstack JavaScript Web Developer,Web Development +281343,10853,la-capsule,Antoine,False,2020,Good project !,2021-09-10,5.0,5.0,5.0,5.0,"10 weeks to learn how to code is a good goal and I think it's mission accomplished for me. I see a real change, and I know if I stayed alone I would never succeed. I tried to learn by myself, but I think if you really want to understand JavaScript or... Read More notions such as React, a true formation is needed. I'm satisfied cause thanks to La Capsule I had a structure and a real follow up. I just wanted to improve my skills, to be better for my team at work. I understood the importance to understand how they work. It's smoother now, we save a lot of time. This bootcamp is truly a good initiative.Read Less",Fullstack JavaScript Web Developer,Web Development +281302,10853,la-capsule,Pauline,False,2021,Worth it !,2021-09-09,5.0,5.0,5.0,5.0,"I only had good feedback from recruiters about my career change choice, and some of them already knew La Capsule and were reassured I attented this formation in particular. The tools and technologies we study there are really useful in a professional... Read More context, the recruiters feel better when they know you learn how to use JavaScript, Node.js, react... I spent a good time there, I've learned so much things I still use today in my daily professional life. The formation gave a huge boost to my CV, it's 100% worth itRead Less",Fullstack JavaScript Web Developer,Web Development +281299,10853,la-capsule,Lola,False,2020,Loved it ;),2021-09-09,5.0,5.0,5.0,5.0,"I've blossomed during the training, I discovered what I liked and had a clearer vision of what I wanted to do in life. The team backed me up during my progress and my job reflexion, they are not just teachers they also give you good feedback. I appreciated... Read More the workshops a lot, we are trained for dev interviews and how to a cv that fits the tech world. It's just so useful. In conclusion, I loved it !Read Less",Fullstack JavaScript Web Developer,Web Development +281297,10853,la-capsule,Adel,False,2021,Huge bravo,2021-09-09,5.0,5.0,5.0,5.0,"A huge bravo to the formation which keeps its promesses and turns us into fully operational dev after the 10 weeks. I found an internship just after I passed my diploma, I never felt loss at my new job as a dev junior, it's impressive. It's just amazing... Read More to learn a new ""profession"" in just 10 weeks. Of course you're still gonna learn during your professional experience, but still I don't know a lot of schools which makes you ready in such a short time. Just great !Read Less",Fullstack JavaScript Web Developer,Web Development +281257,10853,la-capsule,Hugo Castarede,False,2021,Super learning experience,2021-09-08,5.0,5.0,5.0,5.0,"I was attracted by the code universe when I started coding on excel. I discovered code can be meticulous but also very creative. I didn't ask myself 3000 questions about the formation. I called some dev, and one of them attended La Capsule. He told me... Read More Javascript was the most used language on the market and that it was the kind of skills I needed for a career change. It came along at just the right time. My life goals had changed, I wanted to leave Paris and work from home. And the dev world has an important remote culture. The job market is flourishing, there are a lot of opportunities, so a career change wasn't too risky. Once you start the program, you improve quickly. Before the formation, you have to do a short training just to be sure you understand the programmation basics. I was fully committed and did it correctly, and when you did it correctly, you can see it's really useful. Obviously the teaching method is great, because being able to create an entire app in 10 weeks shows the learning process is successful and concrete. I feel ready for what's next, I didn't have too many difficulties during the program and I don't see it would change now. I'm feeling good !Read Less",Fullstack JavaScript Web Developer,Web Development +281255,10853,la-capsule,Camille,False,2021,Great experience,2021-09-08,5.0,5.0,5.0,5.0,"It's a complete formation from the start and even after the 10 weeks. We feel fully ready for what's next ;) I came to La Capsule because I wanted to improve my technical skills. But I've learned so much. I felt ready to become a dev if I wanted to at... Read More the end, and what I learned is so useful to manage my dev team today ! The prep work allows us to be prepared before the real training, if you take it seriously it's gonna be so useful for your beginning. And the workshops after the program like the masterclass are a great idea, you can continue to study. Just a super experience in general !Read Less",Fullstack JavaScript Web Developer,Web Development +281254,10853,la-capsule,Maxence,False,2021,Super team,2021-09-08,5.0,5.0,5.0,5.0,"My teammates from my batch and I, we loved working on the MVP and we're still working on it today. We are still in touch with La Capsule's team and they encourage us a lot on our project, by giving us feedback and some tips. More than just the teaching... Read More aspects, I enjoyed the fact we are backed up : they are quick to answer on the phone, to give us the answers we need. And even after the formation, they follow us on our project, take some news, they care about us even after the 10 weeks. It's a beautiful experience which's still in progress, thanks a lot !Read Less",Fullstack JavaScript Web Developer,Web Development +281222,10853,la-capsule,Maurine,False,2021,Good if you want to become autonomous !,2021-09-07,5.0,5.0,5.0,5.0,"I don't have anything to say, except that I've spent a pretty good time with the team, and if I had to do it again, i'll do it again ! I saw myself improving like my friends, it's impressive the way we become autonomous, and you can see it right from... Read More the first week. As long as you remember you have a lot of work and you have to stay focus, everything's gonna be fine ! The team is attentive and takes its time even after the formation, and I appreciated this seriousness and their engagement. I recommend !Read Less",Fullstack JavaScript Web Developer,Web Development +281221,10853,la-capsule,Martin,False,2021,Good for the CV,2021-09-07,5.0,5.0,5.0,5.0,"The fact we receive an official diploma at the end of the formation is huge advantage, and to the recruiters' eyes, this kind of training is really appreciated and valued. It was a good decision to come to La Capsule. First of all, it turned me into a... Read More junior dev in 10 weeks and I can see I've learned a lot of new skills that I trully master. And the second reason is maybe because when I talked with recruiters, they told me they appreciated different profils (career change, additional formations..) a lot because it shows motivation and curiosity. Really, if your CV need a boost, I can only advise you to attend this formation !Read Less",Fullstack JavaScript Web Developer,Web Development +281220,10853,la-capsule,Lena,False,2021,Very operational,2021-09-07,5.0,5.0,5.0,5.0,"The formation was really useful and I still used what I saw during those weeks today. It gave the keys to become an autonomous dev. I was seduced during the interview which went pretty well, the team reassured me on the rhythm and the amount of work we... Read More would have. Once I started, it's intense but you kind of get caught up in the game and those 10 weeks pass fast ! The last 2 weeks where we work on our own project are very operational and were essential for my ""success"". It gave me a lot more confidence in my abilities and I strenghtened my skills. A really good time !Read Less",Fullstack JavaScript Web Developer,Web Development +281191,10853,la-capsule,Axel,False,2021,I've learned a lot,2021-09-06,5.0,5.0,5.0,5.0,"All I have to say is a big thanks, I've learned a lot during those 10 weeks, even more than I imagined. It was the career change I needed. Now I'm doing something I like, I learn new things everyday, and my colleagues are amazing.Antoine is great, I owe... Read More him a lot because he was super patient with me. He gave me the feedbacks I needed so I can improve. And even when I started looking for job opportunities, he was always there, and I do believe I passed my technical tests thanks to his advices. If you're looking for a team who cares about you and your ambitions, you know where you should go now !Read Less",Fullstack JavaScript Web Developer,Web Development +281187,10853,la-capsule,Céline,False,2021,Very impressed,2021-09-06,5.0,5.0,5.0,5.0,"I was very impressed by the formation's accessibility. I was a bit worried because I didn't know a lot of things about new technologies, but I have to say the program is completely understandable, even for the beginners. I'm an history teacher, so I was... Read More far away from the code. But I realized it wasn't what I wanted. I wished more flexibility and creativity, and I started looking towards new technologies. I thought being a dev was a perfect compromise : you can be freelance and adjust your agenda as you want, or be a dev for a startup or a bigger company, and touched to different fields without having to readjust all your competencies each time. When I choosed my formation, I focused most of my attention on the program and the teaching method, teacher's old reflex.. I was seduced by the project based learning method, and the program description was complete and it reassured me a lot. When I was in class for the first time, I immediately understood I was gonna be fine.Read Less",Fullstack JavaScript Web Developer,Web Development +281186,10853,la-capsule,Jonathan,False,2021,What I wanted :),2021-09-06,5.0,5.0,5.0,5.0,"A great experience that I don't regret, Sebastien is a good teacher and I learned a lot thanks to him. What I loved the most is the fact not everything is granted : you received all the help you need, but we are encouraged to learn by yourself, to go... Read More deeper ! I enjoyed the MVP a LOT : I've made a super MVP I'm really proud of, it was super useful during my job interviews, a true added value to your CV. You have to work, it's game and you have to play by the rules, but it's worth it ! I'm super satisfied, so thanks a lot !Read Less",Fullstack JavaScript Web Developer,Web Development +281185,10853,la-capsule,Jade,False,2021,Huge boost for my app,2021-09-06,5.0,5.0,5.0,5.0,"I've got the skills I needed to optimize my app and developp new features on it, and I strongly believe without the formation, I wouldn't have been able to do all of that. I liked everything : the method that taught us how to be autonomous by working... Read More directly on different projects, the lessons that are easy to understand, even for someone who's not from the tech world, and of course my colleagues who cheered me up during those 10 weeks. I'm still in touch with La Capsule's team, and when my app is fully developped, I will not hesitate to hire La Capsule's alumnis because I know what they are capable of ! It gave a huge boost to my app, I think it was the best idea I ever had.Read Less",Fullstack JavaScript Web Developer,Web Development +281172,10853,la-capsule,Lucie Langlois,False,2021,My experience,2021-09-06,5.0,5.0,5.0,5.0,"I was attracted by La Capsule’s website, I’ve found it beautiful and well thought out. The browsing is fluid and instinctive, I had all the information I needed. The syllabus (we can download it on the website) was complete, we clearly understood how... Read More the program is organized, what we were going to do and to learn, and it made me feel better. My goal was to have enough skills to be fully autonomous to develop my own startup, in the medical or the logistical field. I looked for more info on the different languages, and JavaScript stood out as a really recommended language. La Capsule’s program being focused on JS, it fulfilled all my criterias. In addition, I had the occasion to assist the Medeo conferences where Marlène, one of La Capsule’s creators, was talking about tech issues. She really motivated me to upgrade my skills. I made the right choice because I had a beautiful experience. Ariane (the course platform) is top, the lessons are updated really often to follow the world of tech progress. Antoine, the teacher, knows what he is talking about. All I can say is that I feel ready to develop my projects and I have the tools for. Mission accomplished !Read Less",Fullstack JavaScript Web Developer,Web Development +281122,10853,la-capsule,Augustin Marchand,False,2021,Best batch !,2021-09-03,5.0,5.0,5.0,5.0,"My batch was great and I enjoyed being there everyday to code with my teammates despite the rhythm, it was a nice surprise. I spent a lot of time comparing the different programs. I took it seriously because I wanted a real career change where I was directly... Read More operational without spending too much time studying something new. I asked the people I knew in the IT sector, and they told me JavaScript was super appreciated by recruiters on the current job market. I started the admission process? and the team being nice and quick to answer, I enrolled for the fullstack. I was super excited to start, and wasn’t disappointed. The rhythm was intensive, but that’s what I asked for. The teaching method fits all the profils, and I appreciated this “accessible to everyone” kind of dimension, you have a lot of different profiles in one batch and it gives a true richness to the formation. The week's projects are truly a good point, it gives the notions a thread and a concrete dimension. I’ve had a lot of good moments, and now it’s on me !Read Less",Fullstack JavaScript Web Developer,Web Development +281121,10853,la-capsule,Anaïs Moutarlier,False,2021,Fully satisfied,2021-09-03,5.0,5.0,5.0,5.0,"I really liked La Capsule and its teaching method. What convinced me was how quick they are to answer all our questions. They were super reactive and had time for us, a really dedicated team. The process is smooth, no headaches, it was promising.  I already... Read More coded a bit on Excel and I loved it. Nothing extravagant, but it was enough to make me want to go deeper. I was in the middle of a career change anyway, I might as well do something I liked and started to discover. To focus the program on intensity and practice is the best way to succeed if you want to be ready to work at the end of those 10 week : the method is great, it's a complete training where we are fully committed and not just spectators.  I'm a dev now and didn't have to wait after my formation. It turned me into a dev as planned, so all I can say is thank you !Read Less",Fullstack JavaScript Web Developer,Web Development +281079,10853,la-capsule,Cassandra,False,2021,Big thanks,2021-09-02,5.0,5.0,5.0,5.0,"Going through the syllabus, the program wins me over real quick. I think that thanks to the syllabus we have a clear vision of what's gonna happen during those 10 weeks and it's easy to project yourself. During my interview with the team, I was put at... Read More ease real so easily. My exchange with the team was great, they answered all my questions, even the financial ones which reassure me a lot. I don't have a lot to say, except that it was a super experience : the teacher, the TAs, the method, my batch... I love everything ! A big thanks to the team !Read Less",Fullstack JavaScript Web Developer,Web Development +281056,10853,la-capsule,Jean-Charles,False,2021,A changing experience,2021-09-02,5.0,5.0,5.0,5.0,"What I remember from the moments I spent at La Capsule are the fact that we were all helping each other and the teachers’ kindness. They were awesome, and I wanted to thank Antoine for the time he gave us. I especially enjoyed the buddy system : you’re... Read More not always in your comfort zone, you learn to program with everyone among the batch and not just always the same person. You’re polyvalent and it’s useful for your future professional life as a dev. Ariane, the courses platform, is well constructed, which is really important when you know you’re going to spend most of your time on it. And we have a life-time access to Ariane, in other words, a full time access to all the resources we need. I worked in the audio field, and for the last 5 years I used to code a bit for the team, nothing serious, but I liked it a lot. So I decided to change my career and to choose a popular language to learn at the same time, so I went for Javascript. I still code on the app my teammate and I have developed for the MVP to improve it and have the most finished product possible. The people I’ve met changed my experience, thanks a lot.Read Less",Fullstack JavaScript Web Developer,Web Development +281039,10853,la-capsule,Julie,False,2021,I'll do it again,2021-09-01,5.0,5.0,5.0,5.0,"I lived a great experienced which checked all the boxes. I chose the bootcamp format because I wanted to learn quicly, efficiently, and with an intensive rythm. My wish was to learn a lot in a short amount of time, so the format was just perfect. My second... Read More big criteria to choose my formation was the kind of language taught (here it was Javascript) because I've seen a lot of job offers which were asking for a good level in Javascript, node.js and so on. La Capsule being the only bootcamp to my knowledge with a Javascript program, I didn't hesitate. I loved the teaching method and to work on my MVP with all the teachers' feedbacks, I gave us another vision to our work and we had the possibility to improve all the features with their advices. To sum up, It was a beautiful experience.Read Less",Fullstack JavaScript Web Developer,Web Development +280996,10853,la-capsule,Evan,False,2021,Intensive and efficient,2021-08-31,5.0,5.0,5.0,5.0,"When I discovered the ""bootcamp"" format, I wasn't really sure what to expect. I was a bit scared not to be able to follow the rythm, but I was convinced it was a once in a lifetime opportunity so I went for it. And it was awesome ! Yes, it's intensive,... Read More but you can see yourself improving for real. You're doing it for something, and with the help you receive from the teachers but also the other students, it's so much easier than I thought. I'm not saying it was easy - because it was not ! - but I took pleasure doing it. JavaScript is really the language to master right now on the job market : I had so much more opportunities after the training, and I had a new job in like 3 weeks after I passed my exam at La Capsule. I can't be more satisfied. Thanks guys !Read Less",Fullstack JavaScript Web Developer,Web Development +280990,10853,la-capsule,Thibault Herreman,False,2021,The good choice,2021-08-31,5.0,5.0,5.0,5.0,"The Capsule experience was great, intellectually, technically and humanly speaking. I was challenged and I improved my skills a lot, and at the same time I’ve learned JavaScript. Humanly speaking, it was amazing : we were around 20 and we all liked each... Read More other, we cheered each other up. Before the training, I was a CSS/HTML integrator, but there were really few job opportunities, and to change my situation I had to improve my skills by knowing how to code with a wanted language on the job market. That’s why I chose Javascript. I talked a bit about my project with someone who told me to go to a coding bootcamp to learn quickly and efficiently. I compared the different technologies taught by different bootcamps, but the most interesting was La Capsule. It was a super experience, the teachers were always available and nice, and I enjoyed working in a team. Especially during the MVP, you’re really put into a real work situation where you have to code an entire project with different dev. A good moment where we all shared a lot !Read Less",Fullstack JavaScript Web Developer,Web Development +280919,10853,la-capsule,Anthony,False,2021,Good memories and so useful,2021-08-30,5.0,5.0,5.0,5.0,"I wanted to learn how to code and how to code well, no matter how intensive the program was. I chose La Capsule and It was the good idea. In my team, I was the marketing guy who didn't really understand the problemes's technicity of his dev friends, so... Read More I was always left behind during their conversation. I was tired of the situation so I tried to learn by myself online. I was lost with all the different notions, and I have to admit I didn't have neither the discipline nor the pedagogical help to succeed. So instead of losing my time and having something half-done, I decided to take the time I needed to do it properly. I searched for a formation which was able to turn me into a dev in a short amount of time, so I went to La Capsule, and it was awesome. Not only I understand my dev team, but I code with them now. We went into concrete notions real quick, and I've made a lot of friends and contacts within my batch. I still talk to the teaching team and I only have good memories !Read Less",Fullstack JavaScript Web Developer,Web Development +280899,10853,la-capsule,Emma,False,2021,A creative experience,2021-08-30,5.0,5.0,5.0,5.0,"The program showed me we can be creative with code. Possibilities with programming skills and tech opportunities are infinite. I enjoyed the classes a lot, it was intensive, but the lessons always were easy to undersand and well thought out. My improvement... Read More was impressive, you know the training is working. Our teacher and TA were awesome, always available but they know when we need to learn to do it by ourselves. Group projects and buddies were so cool, I've found my new co-workers. I think it's learning the work with a group is a must-have when you're a dev because you are going to be in a lot of situations where you have to work with different dev you don't know in your professionnal life. I'm a creative person, I'm a designer and by doing this program, I was just thinking about having a better CV. But I realized you can create a lot with code in a very different way. I loved it !Read Less",Fullstack JavaScript Web Developer,Web Development +280803,10853,la-capsule,Clara,False,2021,A different experience,2021-08-27,5.0,5.0,5.0,5.0,"The program showed me we can be creative with code. Possibilities with programming skills and tech opportunities are infinite. I enjoyed the classes a lot, it was intensive, but the lessons always were easy to undersand and well thought out. My improvement... Read More was impressive, you know the training is working. Our teacher and TA were awesome, always available but they know when we need to learn to do it by ourselves. Group projects and buddies were so cool, I've found my new co-workers. I think it's learning the work with a group is a must-have when you're a dev because you are going to be in a lot of situations where you have to work with different dev you don't know in your professionnal life. I'm a creative person, I'm a designer and by doing this program, I was just thinking about having a better CV. But I realized you can create a lot with code in a very different way. I loved it !Read Less",Fullstack JavaScript Web Developer,Web Development +280802,10853,la-capsule,Minh Chau,False,2021,A super method,2021-08-27,5.0,5.0,5.0,5.0,"The method really convinced me, I enjoyed being able to directly apply all the notions I saw in the morning the same afternoon. I appreciated the course quality a lot : it’s really complete, easy to understand, and we have a life-time access to the courses... Read More and the school platform and that’s a real advantage for a dev. The atmosphere is so cool, we had a small batch so we were all super closed. The general class level was really good, we were helping each other a lot. Sebastien, the teacher, was so nice : available, patient, a super teacher ! For my career change, I wanted to do the right thing. I chose La Capsule because the technology they taught is really new and wanted by recruiters. I recommend 100% this formation : it’s really complete, and honestly I’m confident for what’s next. I started my internship as a fullstack dev exactly at the same time I finished my formation. And it wasn’t hard to find an internship ! All the knowledge I’ve learned at La Capsule helped me today for internship. I’m fully operational.Read Less",Fullstack JavaScript Web Developer,Web Development +280765,10853,la-capsule,Pierrick,False,2021,The good choice,2021-08-26,5.0,5.0,5.0,5.0,"I made the good choice by going to La Capsule. I loved the team, the atmosphere, the way they teach us to program, everything was nice. I wished to attend this formation to obtain a better job inside my company, so I started talking with the dev team... Read More there. They talked to me about different languages, tools, the formations that exist, what was the more interesting an a professionnal perspective. They talked about La Capsule several times in a good way, they were teaching Javascript and I've learned a lot of big companies were using JavaScript, so I went for it. And honestly, I loved it. It's totally different from what I've done before, and I enjoyed it. We can have fun with code and create a lot of things, it has an unlimited potential I didn't realize before. When my training came to its end, I enjoyed it so much I asked my company if it was possible now to have a new job where I was able to code or at least work with the dev team. With the diploma argument, they said yes quiet easily. It was a professionnal """"eye-opener"""" experience I don't regret. In one word : awesome !Read Less",Fullstack JavaScript Web Developer,Web Development +280764,10853,la-capsule,Margot,False,2021,Excellent,2021-08-26,5.0,5.0,5.0,5.0,"I can only advise all of those who wants to become dev to attend this program ! It is complete, it fits the job market reality, and we learn in a very cool spirit. The team is great, the method is really adjusted to the program's intensity, and you can... Read More see your improvements each day. The team spirit is also a huge part of the training and I appreciated the camaradery between us. Big thanks to my camarades and the teachers, I couldn't have asked for more !Read Less",Fullstack JavaScript Web Developer,Web Development +280706,10853,la-capsule,Emeline,False,2021,I've learned of lot,2021-08-25,5.0,5.0,5.0,5.0,"The program gave me the chance to professionnally start over. In 10 weeks, we work on such concret matters that we are quickly operational for the profesionnal world. The possibility to do an internship as soon as the training is over really complete... Read More the formation. The teaching method is on point and the fact we can pass a certified diploma motivated me. I used to work in the distribution sector for a while, and I wanted to do something else, maybe create my own app. I started looking for bootcamps and this one really convinced me. When I was done with the formation, I found an internship as a dev for a food company and I still work there, but now as a dev and not just an intern. I still use what I've learned during my training, there is not a day I don't remember what they taught me at La Capsule. I love my job, and I owe a lot to this program.Read Less",Fullstack JavaScript Web Developer,Web Development +280705,10853,la-capsule,Dominique,False,2020,A super opportunity,2021-08-25,5.0,5.0,5.0,5.0,"I've never coded before so I was agreeably surprised to see how quick our improvements were. The project based learning is a trully good idea because we have the opportunity to reinvest directly what we learn the same morning during exercices and projects... Read More the afternoon. I didn't find anything more efficient than this method to learn and be """"operational"""" quickly. Also the team is so nice, the teacher and all the TA were always available for us, so friendly, I really enjoyed talking with them. I have to talk with the dev team at my work, but every single time I felt I was kind of disconnected from their reality, their deadlines, the difficulty of what I was asking for... This training helped me having a better understanding of their work, manage theim better, and also work with the dev on some tasks sometimes ! You can go with one's eyes closed !Read Less",Fullstack JavaScript Web Developer,Web Development +280651,10853,la-capsule,Ludivine,False,2020,A true life-changer !,2021-08-24,5.0,5.0,5.0,5.0,"In only 10 weeks, I was able to create the MVP of my mobile app! Before joining La Capsule, I thought it was impossible to code a mobile app alone. But I quickly understood it was easily feasible with the right training! I had an entrepreneurial project... Read More with a friend which required the creation of an application. As I was more at ease with the algorithmic logic demanded in a coding bootcamp, I started out learning code. I loved learning React Native and how to implement a chat on an app. And I also discovered a passion for the backend. The atmosphere within the batch was really great, the teachers and TA were very helpful and available to listen. We assimilate a lot of concepts very quickly. If we struggle, we can always ask someone for help or even take part in the Office Hours in the evening that are held twice a week. I loved it! An experience truly exceptional!Read Less",Fullstack JavaScript Web Developer,Web Development +280596,10853,la-capsule,Clément,False,2020,Good experience !,2021-08-23,5.0,5.0,5.0,5.0,"I had an amazing experience at La Capsule. This 10-weeks program taught me a lot. I have been an employee in the luxury sector for a few years. And after all this time, I felt like flying away and starting my own business. I really needed to become independent.... Read More For my project’s purposes, I had to launch a web and mobile app. But I had no idea how to code! I had heard of La Capsule in Marseille and with all the good feedback I got, I started out. During these 10 weeks, I learnt to manage all the product cycle, to code front and back-end and to manage databases. The JavaScript language and its frameworks allow me to code my web & mobile app using a single language. I am now fully autonomous and able to work on my product. A fabulous experience! Cheers to the whole team!Read Less",Fullstack JavaScript Web Developer,Web Development +280516,10853,la-capsule,Gaelle R,False,2020,All the skills I needed,2021-08-20,5.0,5.0,5.0,5.0,"La Capsule gives us all the skills of a web developer! I always thought it was important to stand out with a very specialized study path. After my double degree in engineering and business school, I still felt the need to learn and especially to practice... Read More in computer science. My internships had allowed me to see the various technologies used in companies which were the same ones taught at La Capsule. It was therefore obvious for me to join this bootcamp where I could work on Javascript, React and Node.js. With this additional expertise, I was hoping to find a job in IT consulting and to offer an expertise on these technologies. Today, I joined a large IT consulting group and I achieved my goals!Read Less",Fullstack JavaScript Web Developer,Web Development +279925,10853,la-capsule,Luc Auffrey,False,2021,Best place to code,2021-08-03,5.0,5.0,5.0,5.0,"I followed the training fully remote. The classes were live and I was able to follow the training as if I were on campus. The buddy system is very well thought out even for people who are remote. It's a way for us to have contact with the other students... Read More in the batch who are remote or in person. There is a real follow-up by the Teachers and TA when wo do remote, same as if we were in person! They are very available and help us to progress on our different projects and challenges. Honestly, I found the training really good. I learned so much in 10 weeks. I initially joined La Capsule to improve my technical skills and get a boost in my career. I was supposed to get a new position within the company where I was already employed but it was not possible due to Covid. So I decided to change course and join a startup ! Only 2 months after my training, I found a job that I love and that allows me to use my new technical skills on a daily basis. I am now a cloud administrator and I build the infrastructure of our cloud and our network in general. I would like to thank La Capsule without whom this opportunity would never have been possible !Read Less",Fullstack JavaScript Web Developer,Web Development +279157,10853,la-capsule,Jean-Luc,False,2021,Complete and intensive,2021-07-07,5.0,5.0,5.0,5.0,"La Capsule totally matched all I was waiting for : the teachers are great, available, and really skilled. I attented the program from home, and I loved the fact that we were really closed altogether ! I've mastered the basics and even more today, I'm... Read More ready to start a new life and new job. Before the training, I was following some online classes, but I didn't understand anything. And that's when you see the true difference : thanks to my training, I got it now and I'm able to understand things by myself. The rythm is trully intensive and we all learned a lot. The program is well tought out ! What I absolutely loved were the lessons. Before, I already had what we can call a ""tech"" job, but I was only doing meetings and I had lost the dev part I loved. I needed to improve myself because in the tech world, if you're not following the trend, you're quickly outdated. I wanted to learn new things which can be helpful for the job world, and it's done ! Now, I want to be a dev fulltime, in my company or elsewhere, will see ! All I can say is a big thanks to La Capsule.Read Less",Fullstack JavaScript Web Developer,Web Development +279155,10853,la-capsule,Nicola Gibault,False,2021,I recommend !,2021-07-07,5.0,5.0,5.0,5.0,"I was in a small batch, and I followed some classes from home. We had a lot of group projects which helped to create a bound between all of us. The program is really intensive, so having this friendship and contact was really helpful. The projects are... Read More really important for a better understanding of our lessons. The promises are kept : I started from the bottom and now I feel so comfortable with code I want to be a dev. Before, I was in something that has nothing to do with technology. I have some friends who were dev and I wanted to be a part of it, so I went to La Capsule. I'm so glad I did it ! And with the diploma we pass at the end, we have a huge avantage on the job market (huge argument to negotiate wages).Read Less",Fullstack JavaScript Web Developer,Web Development +279020,10853,la-capsule,Alex Duchemin,False,2021,All I wanted,2021-07-02,5.0,5.0,5.0,5.0,"La Capsule was everything I wanted : they have a true method based on group works but also autonomy, with a lot of help and exchanges with the teachers on our projects and improvement. The buddy system and all the group projects really was what I loved... Read More the most. all started with a Wordpress blog. I wanted to create my own blog to share some content, but I realized I wanted to know more about this tool and tech in general. Coming from the optical world, I've never been confronted to code in my daily life. So I decided I wanted to learn to be more independent, to do things by myself, but I didn't wanted to learn alone, I really wanted a structure with teachers and projects. To do all be myself with all the resources you can find on the web wasn't my thing. It was so different and so cool I actually decided to become a dev myself. It's all new for me, it's really out of my confort zone, but it's much more rewarding and I'm doing something I love. If I had to do it again, I'll do exactly the same !Read Less",Fullstack JavaScript Web Developer,Web Development +279019,10853,la-capsule,José Luis,False,2021,A very cool formation,2021-07-02,5.0,5.0,5.0,5.0,"The atmosphere between all of us was really cool, there is a huge group dynamic. I found the experience very useful for my professional life, and I truly liked La Capsule because their program is different. We taught us Javascript, which is a very high... Read More requested language on the international job market. The feeling with the team during my interview really was what make me choose La Capsule. A caring team, close to us, with projects : perfect !Read Less",Fullstack JavaScript Web Developer,Web Development +279016,10853,la-capsule,Pierre-Marie,False,2021,Incredible experience,2021-07-02,5.0,5.0,5.0,5.0,"Our teachers were so nice, the facilities confortable, and we start working on intricate topics real quick. Overall, an incredible experience which really helpful for me : lot of knowledge in record time. Attracted by digital topics, I've always kept... Read More an eye on tech novelties, thinking one day I'll be a part of it. I used to go on dev blogs, and I saw they were talking about La Capsule. Being an intensive training on several weeks and not a usual scholar training (1/2 years), I went for it. Because of COVID, I only could attend 2 IRL classes, but those 2 days were the best. I've met buddies who are now my friends. We really come from different worlds, but we still shared this experience together thanks to our commun passion, despite our career, age... We all started from the same point, all our progress is done together which helps to create a true bound. For all of those who want to start a new project, become dev, or are just curious, go for it !Read Less",Fullstack JavaScript Web Developer,Web Development +278985,10853,la-capsule,Arthur odon,False,2021,Amazing experience,2021-07-01,5.0,5.0,5.0,5.0,"It's very intense, with a lot to learn. We worked a lot on projects, which I really appreciated. La Capsule taught me so many things in such a short time, a real routine inspired by the bootcamp state of mind, the same energy and it helps me to stay focused... Read More on my goals when thinking about everything I have done. The team is so nice, the teachers are always there when you need them, no one is left out, you're always sharing something with someone. After my business studies, I decided to attend computer science classes to learn to code web and mobile app, but it was not what I expected. I didn't want to wait years to launch my projects and that's why I decided to go to La Capsule in Paris Coming from far away (Reunion) it was a huge investment to attend this training but it was worth it. Today, La Capsule remains the best decision I have made for my professional future. I continue to work on my mobile app and, at the same time, I'm a tech consultant. La Caspule changed my daily life. Thanks a lot to the team !Read Less",Fullstack JavaScript Web Developer,Web Development +278981,10853,la-capsule,Quentin LE BESNERAIS,False,2021,Great Experience,2021-07-01,5.0,5.0,5.0,5.0,"I'm currently working in a startup, and one of our dev we just hire attended La Capsule, and it really strike a chord with me and my projects. I was looking for a coding training which fitted my needs and rythm, and all my dev team told me to do it, so... Read More I did ! And I absolutely don't regret it : I completely loved it. The training is qualitative and operational, the dev who come from La Capsule are ready for the professional world. My company allowed me to go to La Capsule for my training, and when I came back with all my new skills, I was promoted. My company took this opportunity to hire 3 of my friends from La Capsule as dev in my team because they understood the potential of this training for a dev, and I think they'll do it again. It was kind of amazing, I met amazing people, and I feel like I've grown a lot.Read Less",Fullstack JavaScript Web Developer,Web Development +278692,10853,la-capsule,Diego,False,2021,An experience that makes you grow,2021-06-23,5.0,5.0,5.0,5.0,"I attended the Fullstack training in Lyon and it was just amazing ! This bootcamp, though intensive, taugh me a complete overview of how an app works from start to finish! If you do this seriously, you will acquire incredible skills and you'll be able... Read More to explore any areas of programming that you want after that ! I am very proud of what I have accomplished in such a short time and I have grown from these 3 months of training. And this is all thanks to a great pedagogy and amazing and passionate people, especially our teacher Sébastien who showed a great sense of pedagogy, support and infinite patience, It really made a difference !Read Less",Fullstack JavaScript Web Developer,Web Development +278531,10853,la-capsule,Tom Laporte,False,2020,Amazing learning experience !,2021-06-17,5.0,5.0,5.0,5.0,"I just finished the fullstack training in Paris and I must say that I was pleasantly surprised by the level of the training. I have always wanted to learn how to code and the idea of becoming a mobile developer has been running through my mind for a while... Read More now. I did a lot of research on the languages used in programming, the quality of the training and also on the host campuses. I found that the language that would give me the most professional opportunities was Javascript. Although I wanted to do mobile development, it would allow me to be versatile and also code for the web. I looked at the feedbacks of the different schools that offered Javascript training and La Capsule always came out. I also looked what their campus looked like, and the one in Paris was bright, it offered large spaces and it's the type of space I like to work in. I learned all the skills I needed to become a mobile developer in just 10 weeks. After this training, I joined a startup to do an internship and I was hired right after that!Read Less",Fullstack JavaScript Web Developer,Web Development +278439,10853,la-capsule,Soraya C.,False,2021,I recommend 100%,2021-06-14,4.7,5.0,5.0,4.0,"The Capsule Academy is a great experience! I totally wanted to change my field and I decided to retrain in web and mobile application development. The curriculum offered by La Capsule is really great because it teaches the most sought after languages... Read More and libraries in the job market. The staff and the teachers are very competent and professional and the system of mutual aid set up with the other students is very interesting. The increase in skills is fast and well structured, I recommend 100%.Read Less",Fullstack JavaScript Web Developer,Web Development +278435,10853,la-capsule,Julien,False,2021,La Capsule was really a great experience.,2021-06-14,5.0,5.0,5.0,5.0,"I attended La Capsule because the course was highly recommended by people I knew who had done it and who are now web and mobile developers. Before doing the bootcamp you have to do some preparatory courses. You start the bootcamp with the basics in html,... Read More css and javascript. The program is intensive and takes place over 10 weeks during which you code 10 projects. My favourite project was the final project. With my team we were able to manage our product from A to Z. Getting into project management mode was a big plus for me. Initially I joined La Capsule to become a web developer but I discovered that other jobs could be accessible such as Product Manager. So I started looking for a Product Manager position right after I got my Web and Mobile Developer Project Manager title. Thanks to my past experience as a manager, and to my new skills acquired during the bootcamp, I had no trouble finding a job in a tech startup. I chose to do the training on Marseille's campus. The living and working environment is very pleasant and I really recommend this campus if you hesitate with another city !Read Less",Fullstack JavaScript Web Developer,Web Development +278385,10853,la-capsule,Stéphanie Drouet,False,2021,La Capsule allowed me to acquire hard and soft skills very quickly !,2021-06-11,5.0,5.0,5.0,5.0,"La Capsule allowed me to acquire hard and soft skills very quickly. I followed the Fullstack programme during my gap year and I was able to learn how to manage, develop and create digital projects from scratch. My ambition is to work in the tech industry... Read More and more specifically in a startup. I really feel that the courses I attended could help me to reach my goals in this direction. I have acquired all the necessary know-how to find my dream job in this innovative sector. Today I attend a Master 2 and I feel that I have more insight on my course projects compared to my peers who did not follow any coding course other than business school. I have already been able to talk to a few recruiters and I am convinced that it is a real added value for us, students, to be trained in digital professions. Fullstack training allows us to stand out on the job market !Read Less",Fullstack JavaScript Web Developer,Web Development +278265,10853,la-capsule,Andrea G,False,2021,Full Stack Web Developer JS,2021-06-09,5.0,5.0,5.0,5.0,"Coming from a world quite far from tech and its environment but having always had a passion for computers and digital, after 15 years spent as a salesman in the construction industry, I finally took the step! After a lot of reflection and discussions... Read More with people in the field, the best solution to move forward was to train in order to obtain new skills and become credible on the job market. In this search for solutions adapted to my environment, my professional life and my private life, La Capsule Academy seemed to me the best compromise between the timing of the training (10 weeks) and the technical qualities required by most employers (Fullstack javascript). The full JavaScript curriculum, which is the most requested programming language at the moment, allows you to code both the frontend and the backend, a double competence of project manager appreciated by all. The whole thing is enhanced by one of the most famous frameworks in the devs' world: React / React Native for its mobile version. The experience of my 10 weeks at La Capsule lived up to my expectations. The La Capsule team took care of me from the beginning to the end of my course, the Teachers and TAs were present and benevolent whenever the need arose. I saw my learning curve advance from week to week until the end of batch project. The Project Based Learning system (10 technical projects to be completed in 10 weeks) is a major asset of this training by consolidating the knowledge acquired with each new iteration. As well as the Buddy system which allows us to work in teams and to help each other if a concept has not been assimilated. Today I am certainly a junior but no less autonomous on the design of my applications, which allows me to design by myself the prototypes (MVP) of my ideas and to integrate various APIs, databases, visuals, etc. and all that in only 10 weeks! This training also allows me to understand the tech world in a different way and to discuss with people native to this field without problems. The bootcamp format is quite intensive and requires a lot of work and personal involvement (400 hours of work in 10 weeks and 50 hours of preparation before the training), so it may not be for everyone. But if you have the motivation and the desire to change your life very quickly and efficiently, then go for it because the training is well worth the investment.Read Less",Fullstack JavaScript Web Developer,Web Development +278182,10853,la-capsule,Mathieu Domichard,False,2021,I leveled up thanks to this bootcamp,2021-06-08,5.0,5.0,5.0,5.0,"The capsule helped me to retrain in web development. I really recommend this training, I feel like I've turned a corner. After this bootcamp, I feel reassured about my skills and ready to take a junior position. I particularly appreciated the support... Read More system (fast and friendly) and the possibility to work both remotely and in person. The premises are very pleasant but the remote teachers are just as available, which is very appreciable. I am happy to have made this choice and I recommend it to all the profiles ready to work intensively to learn to code.Read Less",Fullstack JavaScript Web Developer,Web Development +278083,10853,la-capsule,Germain,False,2021,A super positive experience at La Capsule!,2021-06-07,5.0,5.0,5.0,5.0,"I know some people are skeptical about bootcamps, but La Capsule trully opens a world of amazing work opportunity ! I graduated a few months ago and 80-90% of the people in my batch are in a job or at least in an internship. At the Capsule, you learn... Read More how to work with JS, especially React and React Native (most of the people working there are React developers). The training was really good, we coded a total of 8 projects + 1 personal project during the whole program, it really helps to get the hang of it and to be comfortable at the end. We were well supervised by experienced teachers, the classes are of a ideal size (no more than 25-30 people per batch) and the program is quite complete. At the end of the program, you really have a sufficient level to start as a junior and according to the first feedback I had, the companies are very satisfiedRead Less",Fullstack JavaScript Web Developer,Web Development +277990,10853,la-capsule,Madeleine,False,2021,I recommend !,2021-06-04,5.0,5.0,5.0,5.0,"I attended La Capsule FullStack training in Lyon, and it was an heck of an experience. Sebastien, the teacher, was so caring and pedagogical, always available for us ! I learned a lot more than in the last 4 or 5 months I was studying by myself. The bootcamp... Read More is amazing, and very well designed. Each day would start with a lesson in the morning, and in the afternoon we would crack our mind with the weekly project, trying to solve programming problems. All this thanks to a great platform, where we could open a ticket to ask for a teacher support super easily ! The last 2 weeks of the bootcamp are dedicated to our final project. It is amazing to see the actual accomplishment of all this work ! I finished my bootcamp, but I'm not done learning! Thanks to this bootcamp, I open myself to many opportunities!!!Read Less",Fullstack JavaScript Web Developer,Web Development +277846,10853,la-capsule,Marvin Dubois,False,2020,The Capsule allowed me to launch my own app !,2021-06-02,5.0,5.0,5.0,5.0,"In just a couple of weeks, I was able to code my own MVP. I can manage both frontend and backend. At La Capsule, the program allows us to learn to code our tech product from A to Z. It's ideal when you want to create your application by yourself. It enables... Read More to better manage our costs. Before starting this adventure, I was a health engineer. For a few years now, I have noticed certain needs that are very present in this field, particularly among caregivers. There are a lot of problems in terms of time management for them and the exchange of information. To fix this, I had the idea to create a mobile application that would allow them to make their lives easier. I quickly realised that developing an application with an external service provider could be very expensive. Especially during the first few weeks of launch because of the risk of bugs... So I finally decided to invest in myself and my own skills. To help me develop programming skills I chose to join La Capsule. I read a lot about their Fullstack program and it would allow me to code a website and a mobile application. I found it great to reach the goal I had set myself! In 10 weeks I was able to learn how to code web and mobile apps in fullstack. I have a slight preference for the front end. It allows me to make the application as easy to use as possible to facilitate the work of caregivers, and for that you have to be creative ! After launching the MVP of the application a few weeks after La Capsule, I am now looking to implement new features to my application. To do this, I am using La Capsule's pedagogical platform which is accessible for life. It also allows me to access the latest updated courses and thus to always remain at the cutting edge of technology. The teachers and alumni are really attentive after the batch. We have a platform where we all help each other to debug our sites, we give each other tips too. It's great because you don't feel alone after the program, you are accompanied. Thank you La Capsule for giving me the opportunity to reach my goals.Read Less",Fullstack JavaScript Web Developer,Web Development +277728,10853,la-capsule,Sébastien,False,2021,Incredible bootcamp,2021-05-31,5.0,5.0,5.0,5.0,"I had the chance to learn how to code by attending La Capsule bootcamp and it was the best decision that I’ve ever made ! The program is intense and obvisouly, you must prepare yourself for these 10 full-time weeks ! But you won't regret it! The courses... Read More and teachers are so interesting and well organised. I’ve learnt so much through the program, way more that what I could have learn on my own.The teachers are amazing, they were students before us and are so eager to help us improve our code. They give us really good advices and tips and I was particularly moved by their kindness. Being everyday in pairs with a different « buddy » was also really helpful to learn, because we could help each other Joining La Capsule was the best decision to switch career. The journey was just amazing and I’m proud to be a part of the community now!Read Less",Fullstack JavaScript Web Developer,Web Development +277568,10853,la-capsule,Quentin,False,2021,Best experience !,2021-05-27,5.0,5.0,5.0,5.0,"La Capsule was an incredible experience, both on human and professional side! The Teachers and TA's were pedagogical, available and attentive during the 10-week training course. It was very motivating to meet people who love what they do. The batch lasts... Read More 10 weeks, which is ideal if you want to learn to code quickly. What I liked most during my batch was the final project, that lasts 2 weeks. We manage our project from start to finish and everything is done in a working group of about 4 people. It's probably the most rewarding two weeks of the bootcamp because you learn to work in a team, to exchange with other developers, to share tasks etc. Today I've reached my goals! I am a freelance developer and I work within a group of freelancer, alumni of La Capsule. Probably one of the best decisions I ever made!Read Less",Fullstack JavaScript Web Developer,Web Development +277477,10853,la-capsule,Lola F,False,2020,I attended the bootcamp in Paris and it was an amazing experience!,2021-05-25,5.0,5.0,5.0,5.0,"I definitely recommend La Capsule to anyone who wants to develop real web development skills and acquire a real expertise in JS. I decided to join the fullstack program and switch career from teaching maths to development. What impressed me the most was... Read More the teachers's dedication and the weekly projects. I loved working with the other students, who where all motivated and passionnate ! As for my background, I came into this program with almost no programming experience, and by the end of the 10 weeks, I'm able to create real web and mobile applications, both front-end and back-end. Yes, La Capsule is definitely one of the best decisions of my life !Read Less",Fullstack JavaScript Web Developer,Web Development +277436,10853,la-capsule,David C,False,2020,"If you are looking for a bootcamp in Paris, this is the number 1!",2021-05-24,5.0,5.0,5.0,5.0,"When La Capsule tells you that you don't need any previous knowledge in programming to join the coding bootcamp, it's totally true! I'm an engineer in a totally different field than coding and I wanted to become a web developer, which I did today! From... Read More the first day, you are diving into the developer world in a very nice and work-friendly premises. It's really incredible how 10 weeks of training can give you so many skills and tools to become a developer. At the beginning I was a bit perplexed about the bootcamp format, but now I am 100% convinced of La Capsule's method. I really recommend this course if you want to become a developer in a short time. The courses are really well done. We see all the product creation from scratch, from the idea to the production. The teachers and TAs are incredible. You can always get help from them if you are stuck in a challenge or during your final project. And even after the bootcamp! What I really appreciated is that it is not only coding courses. You also have access to a career playbook , you can attend masterclasses, startup and technical conferences... My experience was, in my opinion, amazing. It's the best investment you can make for yourself if you want to change jobs and start coding !Read Less",Fullstack JavaScript Web Developer,Web Development +277342,10853,la-capsule,Cassandre B,False,2020,La Capsule allowed me to develop solid skills in web development!,2021-05-21,5.0,5.0,5.0,5.0,"As a consultant in digital strategy, I was working on projects that required some knowledge in web development but I only had the basics in HTML and CSS, which was not enough. I decided to learn how to code. First out of curiosity because I love learning... Read More new things, and second to be more relevant in my work. After 10 weeks of bootcamp, I can say that I am fully trained to better understand the needs of my clients and advise them on the launch of their digital projects. A great opportunity!Read Less",Fullstack JavaScript Web Developer,Web Development +277306,10853,la-capsule,Gael M,False,2020,This coding bootcamp was certainly one of the best investments of my life!,2021-05-20,5.0,5.0,5.0,5.0,"I fell in love with code and went from marketing project manager to web developer in 10 weeks! As a marketing project manager, I have always been curious to learn how to code, but I never pictured myself as a web developer. I always thought it was a kind... Read More of world reserved for a happy few. One day, after talking to a friend who had attended the bootcamp, I realized that my ideas were far from the truth and that learning to code was something I could actually do. After La Capsule, I realized that I loved coding more than I thought and that a whole new world was opening up for me. La Capsule coding bootcamp was definitely one of the best choices I could have made. All the content is carefully organized so that at the end, we are able to build a web application from scratch, in only 10 weeks! The teachers were all top notch! Each one of them knew their subject perfectly and were particularly available and friendly. The course materials are perfectly adapted and really well designed. Even today, when I develop a new project, I use their platform, Ariane, to review a course or I ask questions to the mutual aid channel set up by the school. Having lifetime access to this knowledge repository is really great! The whole staff was extremely professional and always attentive to our needs. They worked a great human and professional experience. To put it in a nutshell, learning to code at La Capsule has truly changed my life for the better and I would recommend it to anyone who is ready to take the plunge into this exciting worldRead Less",Fullstack JavaScript Web Developer,Web Development +277241,10853,la-capsule,Cyril,False,2020,The bootcamp went beyond my expectations!,2021-05-18,5.0,5.0,5.0,5.0,"As a Product Manager in the IT field, I wanted to take on a new challenge: learning how to code. I have always been attracted to programming and I was at a time in my life when I wanted to learn new things. At the same time, I was looking to join another... Read More startup in the IT field, and La Capsule was the way for me to establish my skills. I chose to attend La Capsule at Lyon for two reasons. The first one: La Capsule was elected first French bootcamp, so it seemed obvious for me to train in this school. The second: I chose Lyon for its booming tech ecosystem It was really worth it ! It gave me all the knowledge and working methods I needed to join a Lyon-based start-up. Right after my training, I found a job as a Lead Product Manager and I have achieved my goals.Read Less",Fullstack JavaScript Web Developer,Web Development +276963,10853,la-capsule,Brice K,False,2021,"If you are an entrepreneur, don't hesitate to do La Capsule! It's all positive!",2021-05-12,5.0,5.0,5.0,5.0,"I higly recommend La Capsule to all people who would like to launch their startup and create their MVP themselves! A few months after my stay at La Capsule I was able to launch the MVP of my mobile application online. It allowed me to start my startup... Read More very quickly without wasting time! La Capsule is a benevolent and studious environment not only to learn to code, but also to launch a business. We are challenged every day and we can always go further into coding concepts thanks to the avaiablity of the teachers and teacher assistants. It's also possible to consolidate your knowledge thanks to the masterclasses held at the end of the programme twice a week for 3 months! The career playbook offered by the school ensures that we are not left behind. We are offered workshops on the technical follow-up of our projects, we are also advised if one wants to join an incubator, to find a technical partner... If you are an entrepreneur, don't hesitate to attend La Capsule! It's all positive!Read Less",Fullstack JavaScript Web Developer,Web Development +276919,10853,la-capsule,Camille D,False,2020,Joining La Capsule Bootcamp has been one of the best decisions of my life!,2021-05-11,5.0,5.0,5.0,5.0,"I attended their Web Development Bootcamp in Paris and was able to find a job as a Product Owner right after. I always wanted to acquire coding skills besides my business school. I tried to learn by myself but it was really difficult to stay motivated... Read More and focus. I would highly recommend a bootcamp if you are a beginner who wants to improve quickly and take a new step in your professional career. I personally chose to attend La Capsule because it enables me to master JavaScript, to understand database management and to practice on Frontend as much as Backend. Despite the prep work you have to complete before your first day, the rhythm of the program can sometimes feel quite intense but, as I mentioned above, it is really tailored for students with no previous coding experience. The program is very well structured! We work on different projects every week and it is very effective. Thanks to the nice and supporting team, you will be able to improve without stress. I keep using what I learned at La Capsule every day and I’m very happy with my new position as a Product Owner !Read Less",Fullstack JavaScript Web Developer,Web Development +276675,10853,la-capsule,Antoine,False,2021,Amazing experience,2021-05-05,5.0,5.0,5.0,5.0,"La Capsule was an amazing experience ! I would never have imagined that I culd learn so fast and so efficiently ! I have been working with many developers & engineers in my job, and I've fallen in love with code. I have been strongly recommended to do... Read More this bootcamp to learn how to code and I’m very glad of it ! La Capsule is a true experience to learn fast and efficiently the basics of web programming, fullstack (backend & frontend). The program is intense but so exciting! The courses are really well tailored and the teachers are amazing ! You are never lost, always supported ! The teachers are very professionals and share with us real life examples. If you are looking for a Bootcamp that not only learn you how to code but also help you to think well, La Capsule is definitely the one!Read Less",Fullstack JavaScript Web Developer,Web Development +276562,10853,la-capsule,Maxime,False,2021,A bootcamp on a human scale,2021-04-30,5.0,5.0,5.0,5.0,"I came out of these 12 intensive weeks of coding really fulfilled ! La Capsule is a human-sized bootcamp, where you feel accompanied from start to finish. You have to hold on because there are many concepts to integrate and some days may be really difficult,... Read More but there is always a good atmosphere and great moments of conviviality (pastries every Friday :) The teachers are passionate and exciting ! I'm so grateful to have taken this journey !""Read Less",Fullstack JavaScript Web Developer,Web Development +276549,10853,la-capsule,Thomas V,False,2020,Best decision ever !,2021-04-30,5.0,5.0,5.0,5.0,"I really learned a lot at La Capsule. I would do the training again without any hesitation! The coding bootcamp format really puts the focus on practice. You get operational very quickly in web development as it is very immersive. We start with Javascript... Read More basics before moving on to React and React Native after a few weeks of training. During the last two weeks, we are able to develop a whole project thanks to everything we have learned during the courses. I was impressed at the end of our projects, and really proud of what we have developed in 2 weeks with my team. We were able to implement different features on our application and test new things. The whole team is very nice, always there to give you confidence! The teachers are amazing! Probably the best I met ! They really made me wanting to hang on and keep learning even after the course. Thanks a lot!Read Less",Fullstack JavaScript Web Developer,Web Development +276534,10853,la-capsule,Bastien,False,2021,A successful bet!,2021-04-29,5.0,5.0,5.0,5.0,"La Capsule provided me with everything I needed to become a web developer. I wanted to learn how to code and to be quickly operational : well that's a success! The coaching at La Capsule is very well done, teachers are extremely engaged and friendly,... Read More and the courses are well structured so we can learn faster and really understand the notions by applying them with practical projects. Each student can go at his own pace ! The goal is to code as much as possible, but nobody is left behind ! During and after the bootcamp, we are very well accompanied and motivated to keep coding. It's intense, but it's worth the effort ! I am very satisfied with my skills after the bootcamp!Read Less",Fullstack JavaScript Web Developer,Web Development +276527,10853,la-capsule,Gabrielle P,False,2020,A fantastic experience !,2021-04-29,5.0,5.0,5.0,5.0,"La Capsule has been a fantastic experience. I have been working more than 10 years in the web industry, and as a product manager, I felt the need to acquire new technical skills to keep working in this industry. I chose La Capsule as it was highly recommended... Read More by a friend who attended the program.The ramp-up was amazing, even for the most novice of us! I learned back-end and front-end concepts as well as a new language: Javascript. The programming language is presented as the most used by developers and companies and now I understand why. I learned in 10 weeks to code both front and back end, web and mobile applications, it's fantastic! The whole team was very friendly! The teachers were very careful and didn't hesitate to take time to clarify concepts. We were very well supported, and the TAs were also very qualified. I am very grateful to La Capsule as thanks to my new skills I am now much more competent and knowledgeable in my job. La Capsule has been an extraordinary opportunity for me!Read Less",Fullstack JavaScript Web Developer,Web Development +276464,10853,la-capsule,L. Felipe,False,2021,A life changing decision!,2021-04-27,5.0,5.0,5.0,5.0,"Coming from a sales background, I decided to learn how to code to deeply understand how web works. I wanted to reorient my career, to be able to build my own projects and effectively manage tech teams. After a long benchmark, La Capsule was my first choice,... Read More as they teach JavaScript on a Fullstack approach, and also popular frameworks as React and React Mobile, which are in great demand by companies worldwide. From the very beginning I was pleasantly surprised by the quality of the learning platform, and the teachers disponilility. The concepts are explained through a project-based approach, stimulating students to think like a developer, building a concrete project every week! The campus ambience was also great. The friendly, open-minded and supportive spirit from the team and other students really make the difference and keeps you motivated. On the end of the 10 weeks program, I could hardly believe on the amount of practical knowledges that I was able to learn. Besides coding skills, building a final ambitious project from scratch on 2 weeks using Agile methodology is a real plus. I highly recommend La Capsule to anyone looking for serious tech skills! I was able to find a work on tech only 2 weeks after the end of the course!Read Less",Fullstack JavaScript Web Developer,Web Development +276459,10853,la-capsule,Pierre,False,2021,I had never acquired so much skill in such a short time before !,2021-04-27,5.0,5.0,5.0,5.0,"Thanks to La Capsule, I changed my life and I am now a web developper ! Before attending this bootcamp, I tried to learn to code by myself, but It was really difficult on my own as I was working in a very different environement. I heard about th eexcelent... Read More reputation of La Capsule and was convinced by all the positive reviews, so I decided to take the plunge and start a new journey ! I had never acquired so much skill in such a short time before. It was beyond my expectations ! I would highly recommend this bootcamp to anyone who is passionate about learning and wants to become a web developer and really understand tech issues. One of the best decision I ever made !Read Less",Fullstack JavaScript Web Developer,Web Development +276455,10853,la-capsule,Massi Sadadou,False,2021,Excellent training,2021-04-27,5.0,5.0,5.0,5.0,"Very good quality training, both in terms of content and teaching. The platform that follows us, during our training and after, is complete. I acquired skills in 10 weeks that I could never have acquired alone. I really recommend LaCapsule to anyone who... Read More wants to learn to code.Read Less",Fullstack JavaScript Web Developer,Web Development +276435,10853,la-capsule,Emmanuelle,False,2021,A genuine community!,2021-04-26,5.0,5.0,5.0,5.0,"La Capsule provides more than coding skills. You acquire the mindset of a developer and a real work methodology. Thanks to La Capsule's alumni network, I got a job as a developer right after the training. The skills I learned there allowed me to pass... Read More my interviews with a lot of confidence. The teachers were amazing and very involved. None of this would have been possible without La Capsule ! I would do this bootcamp again without hesitation !Read Less",Fullstack JavaScript Web Developer,Web Development +276429,10853,la-capsule,Nicolas,False,2021,A very rewarding experience,2021-04-26,5.0,5.0,5.0,5.0,"What I loved about my experience at La Capsule was not only learning how to create an amazing product from scratch, but also thinking about the user journey. The teachers are amazing. They know how to talk to you and explain even the hardest concepts... Read More ! After La Capsule, I joined a very cool startup in an industry I love. I wake up every morning looking forward to coming to work and seeing the challenges that await me. I would recommend this bootcamp to anyone who wants to change their life and go into web development !Read Less",Fullstack JavaScript Web Developer,Web Development +276347,10853,la-capsule,Bassem Fayed,False,2021,The best decision i took in my life,2021-04-24,5.0,5.0,5.0,5.0,"Teachers have excellent teaching skills. Always explaining everything in depth. The workspace is typical of an actual modern startup-like office. All concepts are explained in different manners (videos, exercises, challenges, quiz, project, live coding,... Read More live explanation, after-hour classes, after curriculum masterclasses...). The mindset is mature because it attracts different profiles and ages. A serious Bootcamp with a unique approach. The Agile methodology is applied even within classes. They offer serious academic and social guidance. After the Bootcamp, the guidance is still ongoing until we find at least an internship. Small tip: I chose La Capsule first because they teach Javascript and React compared to other boot camps around.Read Less",Fullstack JavaScript Web Developer,Web Development +276314,10853,la-capsule,Elodie,False,2021,The best experience ever,2021-04-23,5.0,5.0,5.0,5.0,"La Capsule Academy is the best choice I have ever made. I hesitated for a long time before taking the plunge . I was a little scaared not to succeed ! I come from a non programming background and I really didn't know how to code. I finally decided to... Read More go for it. From the very first moment I had the support from my batch and from the teachers and TA's.The pedagogy was amazing, and the teaching materials as well. I particularly enjoyed learning to code on real projects. When I finished the bootcamp, I could not believe all I have done in 10 weeks ! I ended up developing amazing apps and websites all by myself ! I am now taking my firsts steps as React dev in a very large company. My advice : don't hesisate, just do it. It's up to you to change your life and learn to code ! ""Read Less",Fullstack JavaScript Web Developer,Web Development +276308,10853,la-capsule,Quentin N.,False,2021,A life-changing experience,2021-04-23,5.0,5.0,5.0,5.0,"I highly recommand La Capsule ! I found their approach to teaching the fundamentals of coding really top-notch! This bootcamp changed my entire conception of how to solve complex problems. Not only that, I feel like having understood how JavaScript works,... Read More I'm endowed with the tools to understand and learn other programming languages with much more ease. Its definitely intense, as you'll have to devote 2 entire months to nothing but coding, but its most definitely worth it. If you're looking for a coding bootcamp that will definitely give you real skills, La Capsule is the one. It took me only a month to find a job as Full Stack Web Dev after graduating. I am now very fulfilled in my job and I continue to learn every day in a job I love. La Capsule was a life-changing experience !Read Less",Fullstack JavaScript Web Developer,Web Development +276299,10853,la-capsule,Raphael Cl,False,2020,Such a great experience !,2021-04-23,5.0,5.0,5.0,5.0,"La Capsule was a great experience ! I loved the 10 weeks training in Paris. Both teachers were really great and so were TAs. They were particularly available, pleasant and very competent! La Capsule had a buddy system, we did peer programming and worked... Read More with other students in our batch. It helped me a lot! Today, I'm working as a junior web developer and I still attend the masterclasses whenever I can. It really helps me to progress on topics related to programming. Also, it allows me to stay in touch with other alumni and share tips. It's really nice to stay in touch with the alumni community! Great school, attend this course was one of the best choices I've ever made! 👍Read Less",Fullstack JavaScript Web Developer,Web Development +276277,10853,la-capsule,Michael Tim,False,2020,Should have done this a long ago !,2021-04-22,5.0,5.0,5.0,5.0,"La Capsule is an amazing experience. I joined the 10 weeks program for entrepreneurial purposes and it was totally up to my expectations. After asking around and getting feedback from different people, La Capsule was an obvious choice. I was able to get... Read More several staff members on the phone who gave me a lot of information about the program. The learning platform is complete, easy to use, contains everything from every lesson, and you keep the access after your bootcamp is completed! I met great people, the atmosphere was very friendly and the teachers were passionate, available at any time and highly competent What I also really appreciated was the fact that I discovered the technical tools but also the world of startups and especially the product cycle. In addition to the projects, this makes the training really immersive! Looking back, I really believe that La Capsule teaches you everything you need to know and reflects the skills and coding skills that are in high demand right now. Needless to say, those 10 weeks were one hell of a ride !Read Less",Fullstack JavaScript Web Developer,Web Development +276276,10853,la-capsule,Maurine,False,2021,A great place to learn,2021-04-22,5.0,5.0,5.0,5.0,"Joining La Capsule has been the most intense adventure of my life so far! I developed a mindset completely different and learned to work with the best working methods. As a digital project manager, I was working with web developer and I was so fascinated... Read More by their job ! I chose to switch career and work in this field, full of opportunities ! After several researches and after discussing with web developers, I joined La Capsule to learn JavaScript, a popular and flexible language, which enables to code in React for web applications and React Native for mobile applications. I particularly enjoyed React Native, so I chose to develop a mobile application for my final project ! The program was very rich and well thought out ! I am very pleased with the level I have acquired at the end of the10 weeks. I am grateful for this adventure which has given me a lot on both technical and human aspects""Read Less",Fullstack JavaScript Web Developer,Web Development +276268,10853,la-capsule,Christophe C.,False,2021,A successful conversion,2021-04-22,5.0,5.0,5.0,5.0,"My experience as a La Capsule student went beyond my original expectations, both for how much I would enjoy it and how well it worked, even remotely ! I took the training in hybrid considering the current situation and I was pleasantly surprised with... Read More this format. The tools are very well done and you get a lot of follow-up, even when you work from home. It was also nice to be able to come face-to-face and talk to the other students and exchange with the teachers, who are amazing by the way ! The training is challenging and intensive, but the teachers are very supportive. I used to follow the office hours and it really helped me to progress ! I can’t wait for my career in development to really begin. I would highly recommend it to anyone who’s interested in coding for web and mobile and wants a structured and intense learning experience !Read Less",Fullstack JavaScript Web Developer,Web Development +276245,10853,la-capsule,Ines,False,2021,La Capsule - A real game changer,2021-04-22,5.0,5.0,5.0,5.0,"La Capsule is a fantastic moment of your life where you’re surrounded with positive and supportive people who are teaching you how to code. Thanks to La Capsule, I achieved my goal of becoming a web developer in a very short time ! By the end of the Bootcamp,... Read More I was able to built an app from scratch, and have been hired as a mobile web deveopper very quickly ! Previously, I was working in finance and spent some time on coding. After a few years working in banking, I needed a change. Thus, I found my bearings in web development. What I loved about these 10 weeks was to be able to code both front end and back end. We learnt coding in fullstack with Javascript and how to develop web and mobile apps. What really stood out for me was the positive attitude of the teachers and TAs, who give you just the right amount of support so one can understand core-concepts themselves. Teachers were very present and TAs were so helpful. Thanks to La Capsule, I am now working as a mobile app developer. I strongly recommend this incredible Bootcamp if you’re looking for your next learning adventure.Read Less",Fullstack JavaScript Web Developer,Web Development +276206,10853,la-capsule,Aurélien,False,2021,Awesome experience ! Great teachers !,2021-04-21,5.0,5.0,5.0,5.0,"I definitely recommend La Capsule to anyone who wants to develop real coding skills and a right expertise in JS. I was proudly part of batch 30 in Paris and I can say honestly say that it was an incredible experience ! I decided to join the bootcamp and... Read More switch careers from teaching mathematics to coding. What impressed me the most was the teachers's dedication and how quickly we progressed ! I loved working on projects with other students. I went into this program as someone with almost zero programming experience, and by the end of it I am now able to create real web and mobile applications, both frontend & backend ! La Capsule is definitely one of the best moves in my life !Read Less",Fullstack JavaScript Web Developer,Web Development +276204,10853,la-capsule,Olivier B,False,2020,Thanks to La Capsule bootcamp I changed my career !,2021-04-21,5.0,5.0,5.0,5.0,"La Capsule was definitely the push I needed to change my life. I went from Retail Merchandising to web-developer freelance in 10 weeks only. I have acquired all the skills necessary to reach my goal ! I chose La Capsule Bootcamp because it’s the best... Read More Coding Bootcamp in France, and because of the language taught. I saw fantastic reviews from alumnis and had the opportunity to talk with them on Linkedin. I also attended the Open Door Day where I was able to talk to the teacher in Paris. I’ve been working in Retail Merchandising for 5 years, but I realised it wasn’t for me and Web development has always interested me. It was extremely interesting to meet people from different backgrounds. The atmosphere within the batch was amazing ! I really enjoyed the buddy system, it's really great to get to know each other and learn how to work together. There was a lot of support in the group. Teachers and TA’s were very helpful ! You really feel like they are passionate about web-development and, be careful, it is contagious ! What I really enjoyed about the program was the hackathon. These 2 days of coding were so challenging for us ! Today, I am a freelancer and I can work from anywhere.Read Less",Fullstack JavaScript Web Developer,Web Development +276195,10853,la-capsule,Paul C,False,2020,Joining La Capsule was the best choice I could have ever taken in my life !,2021-04-21,5.0,5.0,5.0,5.0,"La Capsule was such a great experience ! I’ve learned so much in only 10 weeks. It was quite intense, the program was extremely sharp but we worked it out thanks to the excellent pedagogy, teachers et TA’s they had. They were all very attentive to us... Read More and available. Also Office hours were so useful to me ! It helped me a lot to get over difficulties. I decided to join La Capsule to develop new skills and complete my resume at the end of my business studies. As I never had any experience in programming before, it was important to me so I could have a deep knowledge in digital. The project based-learning approach and the product cycle were so interesting to learn. We’ve quickly assimilated concepts despite all the notions we dealt with in 10 weeks only. I really enjoyed the diversity and enthusiasm of my classmates. Everybody had the objective to learn new skills and we worked hard in a great stimulating atmosphere. I highly recommend La Capsule if you want to learn new skills and have a real value in a professional field in particular.Read Less",Fullstack JavaScript Web Developer,Web Development +276163,10853,la-capsule,Florence,False,2021,Very instructive experience !,2021-04-20,5.0,5.0,5.0,5.0,"My bootcamp at La Capsule has been a very formative experience. I was working in webmastering and wanted to become a web developer, what I managed to do thanks to La Capsule ! The teaching staff and the pedagogy were absolutely amazing. The teachers were... Read More very professional and supportive. They gave us really good advice and tips and they pushed us to think and find the solution by ourselves. I felt very supported during these 10 weeks and I was able to go above and beyond the goals I had set for myself ! The formation was intense, but there was a lot of mutual support and kindness within the batch. Being paired with a different person everyday was really great, because it taught us to work with different people. I learned to adopt the right work methodologies, and now that I'm employed as a web developer, I can see how much it is important ! I am very happy with the technical level I have reached in only 10 weeks! By the end of the 100 weeks, I was able to deploy app and websites from scratch. This formation is a real investment, but it is worth the effort ! The journey was just amazing and I’m really proud to be a part of the community now!Read Less",Fullstack JavaScript Web Developer,Web Development +276155,10853,la-capsule,Anais,False,2020,"Trust the process of La Capsule, and everything will follow !",2021-04-20,5.0,5.0,5.0,5.0,"I was lucky to be a student in La Capsule Paris for 10 intense and very challenging weeks! If you jump into La Capsule you will learn a lot everyday, and be able to develop your own website or mobile app in a few weeks using Javascript, React, React Native... Read More and other trendy technologies ! Today, I work much more efficiently, can make smart decisions: my Coding Skills are a great help in my daily job. I’ve been working with developers and IT professionals for a few years as a head of digital Marketing in my startup, and used to lack the coding skills needed to better collaborate with them, which led to a great frustration !  I decided to get a proper training to have a better understanding of web-development concepts. I was absolutely convinced by the uncredible reviews of La Capsule and decided to jump into the program !  I can say today that it was one of the best decisions I ever made ! La Capsule allowed me to acquire new skills and be more efficient in my job.  The experience lasted 10 weeks and was very intense. If you work with developers and have no coding background, I would recommend La Capsule 100% to help you do your job !Read Less",Fullstack JavaScript Web Developer,Web Development +276145,10853,la-capsule,Laura M,False,2020,A fantastic experience which leads to your dream career !,2021-04-20,5.0,5.0,5.0,5.0,"Joining La Capsule was definitely the best choice I could have done in my entire life ! Before I started La Capsule, I was working as a business developer but wanted to switch to Product Owner. I quickly realized I was lacking some technical skills to... Read More get a position in a tech startup. La Capsule taught me how to work with the methods used in startups. I was also able to discover programming in more depth thanks to the 10 projects I was able to code during the training.  Thanks to the methods implemented by La Capsule, I was able to progress dramatically efficiently ! The whole team and staff as well as other students were all very supportive and attentive. I particularly appreciated the diversity of background of all the students, it was really enriching !  I am now able to code a full web and mobile application, front end and back end, and thanks to these new skills I quickly found a job as a Product Owner in a great start-up !  I couldn’t recommend more La Capsule !Read Less",Fullstack JavaScript Web Developer,Web Development +276069,10853,la-capsule,thomas,False,2021,Amazing experience !,2021-04-19,5.0,5.0,5.0,5.0,"An enriching and stimulating experience that allowed me to develop a better logic and a real developer mentality ! The program is generous and ambitious and the pedagogy (learning by doing) is, to me, very effective. Yes, it is hard and intensive, but... Read More you become competent very fast by confronting and resolving difficulties though exercises, projects and challenges. I decided to follow the FullStack program to create my own mobile application. I started to train online, but I knew I needed a structured and structuring training, and I also wanted to surround myself with developers to share my project. I saw that we can demonstrate our project at the end of the 10 weeks, and for me it was the perfect opportunity I really want to highlight that there is genuine support for students. During and after the bootcamp, you’ll have access to La Capsule employment network, dev tips, masterclass, workshops and a lot of other resources. The staff will call you to check on you, and I find it really nice La Capsule is an awesome experience and I'd recommend it to anyone interested in finding a career in web development.Read Less",Fullstack JavaScript Web Developer,Web Development +276067,10853,la-capsule,Lola,False,2021,Above all my expectations !,2021-04-19,5.0,5.0,5.0,5.0,"I genuinely enjoyed every part of my bootcamp at La Capsule ! I didn't expect to reach this level in only 10 weeks. I feel much more credible to apply for a web developer position thanks to the technical and personal skills acquired at La Capsule. This... Read More bootcamp met absolutely all my expectations ! Everything was structured to make us progress quickly ! In 10 weeks, I developed 10 different projects from scratch, and I had no programming knowledge before ! I come from the world of digital marketing, and I wanted to learn to program to increase my skills and access new job opportunities What striked me the most was the progression curve ! I've seen people come in without much knowledge of code and leave with a really strong level. The atmosphere was amazing, I didn't expect it to be so fun and so benevolent ! All the teachers and TA were extremely passionate, kind, patient and ALWAYS available for us. Jumping into La Capsule was definitely a great move ! I have very good memories of these 10 weeks, which were certainly very intensive, but also so rewardingRead Less",Fullstack JavaScript Web Developer,Web Development +276064,10853,la-capsule,Nicolas I.,False,2021,My only regret : not having done La Capsule earlier !,2021-04-19,5.0,5.0,5.0,5.0,"Attending this bootcamp has been one of the best decisions I have ever made! I went from basic knowledge in HTML and CSS to developing multiple web and mobile applications on my own ! I have acquired the skills to retrain for my dream job : web developer.... Read More After a few years working as a product manager in luxury goods, I decided to move into web development. I have always been interested in product design, and I wanted to learn how to fully express my creativity ! I spent a lot of time practicing on many platforms, but it wasn't enough. A friend of mine told me about La Capsule and I was immediately seduced by the pedagogy and the technology taught. What I loved most about this bootcamp is that it is so in line with current practices, whether it is in terms of technologies (JS is a much-needed skill today !) or with the working methods used I have learned so much through projects ! I enjoyed developing different types of applications and websites. The demoday, the final project, was a great time to show off everything we have learned, and to understand the UX and UI part (pitch product, storyboard, wireframe…) This experience taught me a lot about teamwork, by working with several buddies each day and by learning the best methodologies to develop in a team! Best experience ever ! I recommend it 100%.Read Less",Fullstack JavaScript Web Developer,Web Development +276038,10853,la-capsule,Julie,False,2021,A great experience !,2021-04-19,5.0,5.0,5.0,5.0,"Attending the FullStack training of La Capsule was a great experience! I immediately liked the professionalism, the benevolence and the availability of their team. The size of the classes (30 students), allowed me to fully benefit from the help of the... Read More pedagogical team and to evolve within a close-knit group. The content of the courses is very relevant, rich and varied, the rhythm is sustained but perfectly adapted to the beginner level. After the 10 weeks of the bootcamp, I leave with a lot of practical knowledge that I can already use for various digital projects, a dusted reflection and logic and above all a new career perspective. Thanks to La Capsule, I am starting a new professional chapter as a web developer in a start-up. I can start this new chapter with serenity and a rich network of new personalities and opportunities!Read Less",Fullstack JavaScript Web Developer,Web Development +276036,10853,la-capsule,Alexandre L,False,2021,La Capsule was a major springboard to me ! ,2021-04-19,5.0,5.0,5.0,5.0,"I came out of La Capsule with a very positive experience. I wanted to learn how to code so that I could develop web applications in real estate. Thanks to the Fullstack coding bootcamp, I was able to reach my objectives and digitize my business!  It has... Read More been a really exciting journey, surrounded by teachers with a lot of knowledge and most important a real passion for teaching and coding ! The attention and dedication you get from staff to succeed and help you learn is excellent. The point I remember most is the whole atmosphere of the bootcamp. Everyone was extremely friendly and available. I would say that the key word of the school is benevolence. You really feel supported.   The project-based learning method adopted at La Capsule allows for tremendous progress, even with little previous coding skills, and is incredibly rewarding.    I followed the program mostly remotely. Learning went very well for me! The quality of the courses is top notch !  Today, La Capsule has allowed me to reach my goal,  digitize my real estate business  that was mainly offline. I would recommend this coding bootcamp in Paris to all the people who also want to learn Coding for their business. It is an excellent Coding School !Read Less",Fullstack JavaScript Web Developer,Web Development +275917,10853,la-capsule,Benjamin,False,2021,Quality bootcamp for a career switch,2021-04-16,4.3,4.0,5.0,4.0,"I come from the TV audience world, but after a resignation and a move (and the Covid), I decided to switch to web development. I had contacts with 4 or 5 bootcamps, offering different programming languages, over different durations; a dev friend of mine... Read More confirmed that JavaScript was very popular right now. I was hesitating with the O'Clock bootcamp which was training on this language, but the delay to join one of their sessions was more than 6 months, and the training itself was 6 months = no time to loose 1 year before being able to apply to jobs. La Capsule proposed me to join the session that started the following month, for a duration of only 10 weeks. Being in reconversion, the time constraint and the welcome of the Capsule convinced me. Concerning the experience itself, what is excellent is the progression by level, every day, and every week since the Capsule is 9 projects in total, one per week, on different technologies. Result: at the end of the course, you have a ready-to-use portfolio to show to employers. The method is therefore top-notch, with a course and exercises in the morning, then the project of the week in the afternoon. I took the course in Lyon remotely, and I must say that I was fully satisfied with the quality of the teaching and the support provided by Sébastien, the trainer. He takes the time, and is always there to answer more technical questions if we decide to go further than the notions of the day. Someone who is invested, who explains well and who is competent. We bond with our colleagues despite the distance, especially during the end of batch project which lasts 2 weeks. If I had a remark on the pedagogical tools: the pedagogical platform would deserve a small face lift in its content, the world of JavaScript and React evolving very quickly. In the end, my reconversion is well underway since a training colleague offered me an internship right after the end of the bootcamp. If I put 4 stars and not 5, it's because the price is still high (although the quality is there), and I realized that I could have gone to a bootcamp that accompanies less and leaves the students in total autonomy, having discovered facilities that I did not suspect; that said, the Capsule is a sure value for anyone who wants to launch into the labyrinth of a reconversion in the dev, and I would recommend it without hesitation. Translated with www.DeepL.com/Translator (free version)Read Less",,Unknown +275901,10853,la-capsule,Romain L,False,2020,A life changing experience,2021-04-15,5.0,5.0,5.0,5.0,"La Capsule Paris was a life changing experience that helped me to change my career. It was intense, friendly and rewarding! Choosing to do the La Capsule Web Dev course was probably one of the best decisions I've ever made! I applied for La Capsule because... Read More it seemed to be a well-run program with many positive reviews. The training is very dense, but the exercises are very well structured and the teaching material used is really complete and easy to use. The project based learning approach is extremely effective and really rewarding ! The teachers are patient, considerate, and will always be there to help you and answer your questions. The course structure, the teachers, the community: it's all perfectly thought-out and executed. I still can't quite realize just how much I've learned in the space of 10 weeks ! I feel very well prepared for a career in the tech field ! Jumping into La Capsule was definitely one of the best experiences in my life !Read Less",,Unknown +275549,10853,la-capsule,Julien Blancard,False,2020,A big thank you to the whole team in Paris for this enriching experience which allowed me to add the missing line on my resume!,2021-04-06,5.0,5.0,5.0,5.0,"As a business school student, I wanted to add value to my resume. Digital and the tech industry are constantly expanding, so it was obvious to me: I had to learn to code.  After asking around and getting several recommendations, La Capsule stood out.... Read More The school has an excellent reputation. The ten weeks were really great! I learned to code mobile and web applications. I loved the pedagogy of the school. We are in project mode from the beginning to the end which enabbles to ocde from day one. In addition, the school sets up masterclasses with Anthony Welc from Youtube. It's really enriching to continue coding with a developer after the training. To be mentioned: the offices are great and very spacious !  Personally, I feel much more credible to apply for a startup thanks to the technical know-how acquired at La Capsule. A big thank you to the whole team in Paris for this enriching experience which allowed me to add the missing line on my resume!Read Less",Fullstack JavaScript Web Developer,Web Development +275019,10853,la-capsule,Yasmine,False,2019,A great opportunity !,2021-03-23,5.0,5.0,5.0,5.0,"I was evolving in a job where I was having more and more difficulty communicating with my technical teams because of the rapid evolution of technologies. But I also wanted to move to another position as a Product Owner. In order to update and evolve professionally,... Read More I joined the Fullstack program of La Capsule. The training lasted 10 intense weeks and allowed me to adopt the processes used by the best startups, and in particular to learn to work in agile mode. Today I know how to code and I understand the job and the challenges of developers.  Concerning the staff of La Capsule, the teachers are very attentive, and the TA's are very available. There was a real mutual aid during my training and I particularly liked the last two weeks that gives us the opportunity to develop our projects. It only took me a few weeks to find a Product Owner position, which I now consider my ideal job. A relatively popular job at the moment since it is at the border between tech and operations. A real challenge every day! But thanks to La Capsule, I have the knowledge of both the technical and the operational side, which is a real asset on a daily basis.  Thank you La Capsule !Read Less",Fullstack JavaScript Web Developer,Web Development +273696,10853,la-capsule,Renan,False,2019,13 extraordinary weeks spent at La Capsule!,2021-02-15,5.0,5.0,5.0,5.0,"Following a professional reconversion, I was hired as Product Owner in a tech startup. Before I took up my position, I followed the 13 weeks Code for Business courses at La Capsule. I became competent and I was operational very quickly. The teachers are... Read More always ready to listen and the team is always available to find answers to our questions. I particularly liked the concrete projects we worked on. The programme is very rich. It allows us to cover all the technical know-how we need to master. This programme is so enriching, I found these 13 weeks absolutely amazing! I particularly liked the flexibility offered by the school to be able to follow the courses in person or by distance learning. I was able to test the distance learning courses and the quality was just as convincing as in the classroom. I've wanted to learn programming for some time now and this course has allowed me to satisfy my curiosity and meet my professional objectives. I'm now comfortable talking to developers and making decisions. A big thank you for this high quality programme that has changed my life!Read Less",Fullstack JavaScript Web Developer,Web Development +272978,10853,la-capsule,Ines M,False,2020,I highly recommend La Capsule !,2021-01-28,5.0,5.0,5.0,5.0,"Having a digital background, I decided to leave my company more than a year ago and to enrol La Capsule programme. I wanted to acquire new skills and find a position as Product Owner in a start-up company. I chose La Capsule Fullstack training because... Read More in my opinion it was the most complete and qualitative programme on the market. During 10 intensive weeks, I took courses in web and mobile programming. I learned the agile methods that are essential in startups. I know how to code a website or a mobile application from A to Z! I honestly never thought I would learn so much in so little time! As far as pedagogy and teaching is concerned, the courses are very complete. The whole team is very nice, and the teachers and TA's are always available during the development phase of the projects, but also outside the courses. One year after the end of the batch, I can say that the teachers and staff of La Capsule are still very accessible. I was able to find a position as Product Owner in a Parisian start-up 1 month after my program. I highly recommend La Capsule !Read Less",Fullstack JavaScript Web Developer,Web Development +272672,10853,la-capsule,Arthur Richard,False,2020,Thank you La Capsule for this incredible experience!,2021-01-22,4.7,5.0,5.0,4.0,"Graduated from a business school in Lyon, I've been working as a Product Manager for about five years now in food tech. I joined La Capsule as part of the Code for Business program Fulltime to better understand the work of my technical teams and to better... Read More communicate with them. And I also wanted to gain autonomy. These 12 days were very intense, but highly useful! Projects are at the heart of the training. We developed 4 projects in 12 days. We adopt the processes used by the best startups, to understand the developers' business and also to create our own tools. Teachers are always available and the atmosphere within the batch is great! I loved this experience from A to Z ! This program allowed me to gain autonomy in my daily work. I now can handle many more micro-tasks on the website, linked with the products I manage. Developers and all the technical team can focus on their important tasks. Our team is much more efficient and autonomous. Thank you La Capsule for this incredible experience!Read Less",Fullstack JavaScript Web Developer,Web Development +272496,10853,la-capsule,Célia Dumont,False,2020,"Surrounded by highly talented professionals, the atmosphere within the batch was amazing. I loved the teachers' pedagogy.",2021-01-19,5.0,5.0,5.0,5.0,"I have been a Business Analyst for 2 years now. I work with all types of profiles, especially tech profiles. I have to determine how the company can accelerate its growth while limiting its costs. As I am not very familiar with technical issues, I can... Read More have difficulty proposing solutions that are often incompatible with technical positions. After discussing with my superiors, I enrolled at La Capsule, for the Code for Business program Full time ! These 12 days were so valuable and intense ! The program covers a lot of crucial issues, from coding an entire website to data scraping. I was able to learn so many valuable skills related to web development. Whether it be code or databases, the program finally trains us to understand various tech trades. I was also able to see the automation of tasks. This is a very important point in my job ! All the courses were incredibly interesting. Surrounded by highly talented professionals, the atmosphere within the batch was amazing. I loved the teachers' pedagogy. This training helped me to better manage projects and to better understand the challenges of my colleagues' jobs. If I had to do it again, I’d do it with no hesitation! Thank you La Capsule!Read Less",Fullstack JavaScript Web Developer,Web Development +272291,10853,la-capsule,Lola Fabrègue,False,2020,Probably the best Coding School in France !,2021-01-15,5.0,5.0,5.0,5.0,"Probably the best Coding School in France ! In 2020, I graduated from a business school in Paris. After 2 months of research and several interviews, I felt that I lacked the technical skills required to work in a startup. A coding course could provide... Read More me with a real know-how, and I decided to enroll La Capsule. A former alumni of my school highly recommended the Fullstack program from La Capsule to acquire technical skills in web development in a short period of time. In only 10 weeks, you master all the development tools both web and mobile, you test your ideas, create dynamic websites and learn the entire algorithmic base of JavaScript while learning how to use libraries ! Within my batch, there was a real team spirit, the atmosphere was amazing ! Teachers were always available and there was a lot of mutual help. I was lucky enough to be able to do the hybrid training. So I could follow the courses in face-to-face or from home. Even at distance, the courses are live, which allows us to be supervised, and to remain very concentrated and assiduous. I loved the training at La Capsule and I found a job in a rising start-up only 2 weeks after the end of my batch! I would like to thank La Capsule for the technical know-how it brought me and I would highly recommend this training in the future.Read Less",Fullstack JavaScript Web Developer,Web Development +272176,10853,la-capsule,Andréa,False,2020,An excellent Coding Bootcamp !,2021-01-12,5.0,5.0,5.0,5.0,"As a Mobile Project Manager for 2 years, I had difficulties communicating with my team, especially on technical matters. One of my friends told me about La Capsule's programme and assured me it could be a great opportunity for me to take the courses,... Read More as it could help with my job ! I enrolled in the Code for Business program, Part Time, one of the best decisions I ever made ! The programme is very rewarding! You learn about web and mobile development. I really liked the Project Based-Learning pedagogy of La Capsule. We develop 4 projects in 10 weeks in full immersion. Teachers are always available and the atmosphere within the batch is great! I learned so much in 10 weeks ! Much more than I could have imagined ! Today, I can communicate in a smooth manner with the developers and I gained autonomy and efficiency in my job. I can only recommend La Capsule!Read Less",Fullstack JavaScript Web Developer,Web Development +272131,10853,la-capsule,Maxime D,False,2020,La Capsule was one of the best experiences in my life!,2021-01-11,5.0,5.0,5.0,5.0,"I used to work as a digital project manager. Driven by curiosity, I wanted to learn more about programming in order to better support my teams on different digital projects. I definitely believe that being able to code is a major skill to get, and decided... Read More to join a Coding Bootcamp. La Capsule was highly recommended by my friends. It was challenging and probably the best learning experience I have had throughout my education ! It was 10 intense weeks, but I'm amazed at what we were all able to produce in such a short time. The real plus of La Capsule is the product vision of the bootcamp. You learn to code a technical product, as well as the whole cycle of creating a tech product. What I most enjoyed was the final project, where I designed and implemented a web application with my team. I had great classmates, and the buddy system meant we were all in it together. I was really impressed with the incredible support from the teachers and TA's who helped me in my learning everyday throughout the course. I loved the entire experience and would do it again with no hesitation ! You come away with the skills you need to change and advance your career !Read Less",Fullstack JavaScript Web Developer,Web Development +271406,10853,la-capsule,Axel,False,2020,I just regret not having done it earlier !,2020-12-15,5.0,5.0,5.0,5.0,"I am an entrepreneur and wanted to learn how to code to develop my application project. My partner had done La Capsule and liked it so I decided to go for it too. It's been a great experience. The project based learning pedagogy is perfect to assimilate... Read More all the necessary skills and be ready to start developing your project as soon as the bootcamp is over. I also very much appreciated the support that you get during the bootcamp and even afterwards. The teachers are very available, passionate and attentive to the way everyone learns. The atmosphere within the batch was also incredible, a lot of mutual help and very good moments between us. I acquired all the necessary knowledge to develop my application project by myself. I was even able to code the mvp of my project during the last two weeks. I just regret not having done it earlier !Read Less",,Unknown +271377,10853,la-capsule,Joséphine,False,2019,I really liked the pedagogy proposed at La Capsule,2020-12-14,5.0,5.0,5.0,5.0,"I realized that knowing how to code was becoming more and more essential so I decided to do a training course to open myself up to new professional opportunities. I first tried some online courses and I realized that I really liked it. So I wanted to... Read More go further and do an intensive training course. The bootcamp format was perfect for me. The fact that I could learn how to code in just a few weeks and be operational by the end of my training really convinced me. I really liked the pedagogy proposed at La Capsule and I had a good contact with the team directly. On top of that, I wanted to learn React Native to develop my application and startup project. These 10 weeks were really radical in my professional life. I discovered a world that I'm passionate about and acquired new skills that will allow me to successfully complete my projects. I am very satisfied with my training and I recommend it 100% to all people who like me want to develop their own projet.Read Less",,Unknown +271048,10853,la-capsule,Julien,False,2020,If you want to learn how to code I recommend La Capsule 100%,2020-12-04,5.0,5.0,5.0,5.0,"La Capsule is a very nice adventure both on a professional and human level. I didn't think it was possible to learn so many notions and a new job in 10 weeks and yet that's what happened. The teaching method is very well thought out and innovative. We... Read More code from the first days of the training and we work throughout the program on concrete projects. It's the best way to become familiar with the concepts, to create automatisms and to gradually adopt a developer's way of thinking. I also greatly appreciated the support and follow-up from the entire teaching team. We really feel encouraged and supported in our projects. The teachers and assistant teachers are always there to show us the right direction. The follow-up continues even after the end of the training, which is very much appreciable. Concerning the atmosphere, it was great! There was a very good spirit within the batch, a lot of mutual help and benevolence. That helps to stay motivated throughout the training. We continue to keep in touch with each other on a regular basis. I also work with several alumni of my batch on the development of a project. If you want to learn how to code I recommend La Capsule 100%.Read Less",Fullstack JavaScript Web Developer,Web Development +270997,10853,la-capsule,Victor,False,2020,Everything was perfect !,2020-12-02,5.0,5.0,5.0,5.0,"The fullstack program of La Capsule is great. I wanted to learn how to code to change my life and reconvert myself and after 10 weeks, the bet is successful! In 10 weeks you see all the essential notions to get out with a junior developer level and be... Read More fully operational. The follow up and support from the teachers and assistant teachers was a real help and allowed me to hold on even when I had difficulties. The resources we have available are very well designed and very easy to use. Everything was perfect from start to finish!Many thanks to La Capsule! I didn't think I would reach such a level in only 10 weeks. I have acquired very good skills that now allow me to work as a fullstack developer in a company. I also made some very nice encounters during the training, I keep in touch with the other alumni of my batch.Read Less",Fullstack JavaScript Web Developer,Web Development +270996,10853,la-capsule,Camille R,False,2020,I spent a really good time following La Capsule's fullstack program !,2020-12-02,5.0,5.0,5.0,5.0,"After graduated from my business school in Lyon, I wanted to complete my curriculum and acquire technical knowledge. After several internships in digital marketing, I realized that knowing how to code was a real plus to communicate with the technical... Read More teams and especially to stand out in this highly demanded sector. Some friends from my school had followed coding bootcamps and told me that they had seen a real difference when it came to finding a job and that this double skill was a real plus on a CV. That convinced me. A friend of mine had recommended me La Capsule Lyon and it was finally the training I decided to do. I find La Capsule's approach very intelligent. First, this bootcamp trains in the most popular and sought-after programming language, Javascript. On top of that, the project-based approach is a real plus. Every day we see a new feature and you code from the very first days of the training. It's rewarding and very encouraging to quickly see what you are capable of doing. I also appreciated the fact that the training can allow us at the end to have a diploma and something concrete to show to recruiters. The teaching team is also very friendly and accessible. I had a great time and met some great people from a variety of backgrounds. I recommend this training 100% to people like me who have just graduated from business school. It's a very good way to stand out and be an attractive profile for recruiters.Read Less",Fullstack JavaScript Web Developer,Web Development +270687,10853,la-capsule,Mathilde,False,2020,La Capsule's Part Time program was perfect to combine my job and my learning of code,2020-11-20,5.0,5.0,5.0,5.0,"I did La Capsule's Part Time program in order to gain technical skills in my job. As a Product Owner, mastering the technical aspect is becoming more and more essential in my opinion. I also wanted to better understand the product I was selling to be... Read More much more credible and comfortable in my discussions with customers. I didn't have time to follow a full-time training course, so the Part Time training was a very good compromise for me to be able to combine both my job and my learning of code. It was intense, but I was able to learn the essential notions to better interact with the technical teams and understand the technical aspect of my product. The teachers were excellent, we are always very well supervised and followed throughout the training, it's very pleasant! The resources we have at our disposal and the pedagogical platform are also very well done and easy to use. I recommend this training to all the persons who like me want to learn the technical aspect to be more comfortable in their job. I really feel the difference on a daily basis. My communications with the technical teams are now very fluid and I can be more legitimate in front of customers.Read Less",Fullstack JavaScript Web Developer,Web Development +270684,10853,la-capsule,Thomas,False,2020,I feel operational to code my own application from scratch !,2020-11-20,5.0,5.0,5.0,5.0,"I decided to learn how to code so that I could build my own application project from scratch. I wanted to code in React Native and La Capsule had a program very adapted to my needs. At the end of the 10 weeks I can say that it was a successful bet ! I... Read More learned all the essential notions to be able to build my app by myself. The project based learning approach allowed me to progress throughout the bootcamp and to reach a real developer level. The coaching we receive from the Teachers is incredible. The teaching team is super available, very accessible and always there to put us on the right track. I have also met incredible people from various backgrounds and other entrepreneurs who have the same goals as me. It's very enriching, we help each other and support each other in our respective projects. The alumni of La Capsule constitute a real network, it's great!I am delighted with my training, I was able to code the mvp of my application during the last two weeks and I now feel armed to take over my project and consolidate it ! I Hope it will come out in stores as soon as possible! Thanks to La Capsule for this great training rich in terms of learning and beautiful encounters.Read Less",Fullstack JavaScript Web Developer,Web Development +270629,10853,la-capsule,Lise,False,2020,I truly recommend La Capsule to anyone,2020-11-19,5.0,5.0,5.0,5.0,"I have worked in the design sector for several years. I wanted some change and I realized while talking with developers that it was a sector full of opportunities. The bootcamp format is great for gaining skills quickly and I particularly liked the curriculum... Read More offered by La Capsule. You learn how to code but also a totally new logic that can be used in many other fields. I loved the mutual aid we had with the other students of my Batch and the fact to deliver something concrete every day. Of course, the follow-up was also incredible from part of the team. The teachers are excellent and really willing to share their passion with us. La Capsule allowed me to change my life in only 10 weeks. I now feel really well equipped to work as a developer. I truly recommend La Capsule to anyone !Read Less",,Unknown +270627,10853,la-capsule,Dorian C,False,2019,I spent 10 amazing weeks,2020-11-19,5.0,5.0,5.0,5.0,"I had started taking some courses on the internet to learn how to code and it made me want to follow a training course to go further. When choosing my training, I had several criteria in mind : I wanted to learn Javascript because when I found out about... Read More it, I realized that it was the most sought-after language among developers but also among recruiters. I also wanted a training that would allow me to code a maximum of concrete projects. La Capsule corresponded 100% to my criteria, so I decided to take the plunge. I really spent 10 incredible weeks. I learned completely new skills and set foot in a world that I'm passionate about. The pedagogy is very well thought out, very innovative. We work on theoretical courses in the morning and we apply them in the afternoon with the projects. The pedagogical resources are also very well done and of great help throughout the training. And of course, the atmosphere is very pleasant, whether with the other students or with the team. There is a very good spirit, it is nice to learn in these conditions. One advice, go for it !Read Less",Fullstack JavaScript Web Developer,Web Development +270582,10853,la-capsule,Emmanuel B,False,2020,La Capsule is a great training !,2020-11-18,5.0,5.0,5.0,5.0,"La Capsule is a great training !I wanted to reconvert myself in the web development field and I followed La Capsule's training. The program is very operational and allowed me to acquire very good skills. Applying the concepts you see in the morning classes... Read More directly with exercises, challenges and projects is a very effective way to learn. The teaching method is also very innovative. We develop a new feature every day, which allows us to see the concepts step by step and to assimilate them well. The atmosphere within the Batch is also great! We meet people from very different backgrounds, it's super enriching. A real group dynamic was created between us with a lot of mutual help and kindness. La Capsule is a real experience from a human and intellectual point of view. It was very intense but I am now ready to start my new life and open myself to new opportunities.Read Less",Fullstack JavaScript Web Developer,Web Development +270578,10853,la-capsule,Alexandre,False,2019,I did La Capsule's fullstack program and I loved it !,2020-11-18,5.0,5.0,5.0,5.0,"I went to business school. After that, I did several internships in digital marketing and I quickly realized the importance of having technical knowledge when working in this field. I was curious to learn how to code and I told myself that it would be... Read More a real plus for my CV. We all know that the marketing sector is very competitive, so we might find ways to stand out and be an attractive profile to recruiters. A friend from business school had done La Capsule and had recommended this training to me. After some research I realized that it was indeed the bootcamp that offered the most relevant program and that taught Javascript, which is the most popular language of the moment. I followed La Capsule's fullstack program and I loved it! The program is very well built with a mix of theory and practice, you build up your skills as you go along by developing new features every day. On top of that, there is a real spirit of mutual aid and everyone can fully develop its project.I really appreciated the willingness of the team to help us progress, the Teachers are very good pedagogues, they are passionate and always there to help us. It's great to learn with them by our side. I am very happy with my training, I learned a lot in only 10 weeks. I can see now a real difference in my job search with my new tech skills! I recommand La Capsule 100%.Read Less",Fullstack JavaScript Web Developer,Web Development +270530,10853,la-capsule,Jeanne,False,2019,The best training I could have imagined,2020-11-17,5.0,5.0,5.0,5.0,"I had been working on an entrepreneurial project for some time. I quickly realized that going through external service providers was going to cost me a lot of money. So I decided to take the plunge and take a training course to learn how to code by myself.... Read MoreAs an entrepreneur, I found the coding bootcamp format very suitable for me. The project-based approach allows me to assimilate the notions as I go along and to quickly build up my skills. The last two weeks of training also allowed me to work on the mvp of my project and to code a first version. The support that you get from the team is incredible, both during and after the training. They really follow us in our projects and have at heart to help us reach our goals. I come out of La Capsule with a solid background and I feel capable of developing my project. I didn't think it would be possible in such a short time. I continue to advance on my project with other alumni of my batch. It’s the best training I could have imagined !Read Less",Fullstack JavaScript Web Developer,Web Development +270526,10853,la-capsule,Paul S,False,2020,Excellent training at all levels !,2020-11-17,5.0,5.0,5.0,5.0,"I wanted to upgrade my technical skills in my job to be more comfortable in my communications with developers and to be able to work with them on different projects. A colleague had told me about La Capsule and I immediately liked the proposed program... Read More that met all my criteria. La Capsule is based on the most popular programming language of the moment: javascript. On top of that, the program has the advantage of being very concrete and with a project-based learning approach. I wanted a very operational training that would allow me to quickly reach a good level and at La Capsule all the conditions were met. The result? I'm delighted with the training I had, I couldn't have expected better. The teaching team is very available, always listening to our needs and ready to advise us. The Teachers and Assistant Teachers adapt to each person's level and to our learning method, which is great !The atmosphere within the Batch was amazing, I created very good links with the other students. We keep in touch and continue to help each other on our projects.Excellent training at all levels !Read Less",Fullstack JavaScript Web Developer,Web Development +270154,10853,la-capsule,Elisa B,False,2020,A thousand thanks for this incredible adventure,2020-11-09,5.0,5.0,5.0,5.0,"I had an entrepreneurial project in mind for years and I thought it was time to start coding my application myself, without having to go through agencies or external service providers that were totally out of my budget. I didn't want to go back for several... Read More years of study and the online course format and self-learning didn't suit me either. I heard about La Capsule in a TV program, in which Abou (alumni of La Capsule) came to present the application project he had developed following La Capsule. I said to myself if he did it, why not me? So I went through the selection process, met the team and the feeling went immediately very well. La Capsule's program is also very operational and hands-on, which is great as an entrepreneur. In fact, the project-based approach is an essential element in my opinion. At La Capsule, we code every day from the first day of the training. This not only allows you to increase your skills but also to see what you are capable of, every day, and it's very rewarding and encouraging. At La Capsule, the follow-up is also at the top from part of the team, teachers and TA. The relationships within the batch were also very good. I kept in touch with many other alumni, we help each other and encourage each other in our respective projects. During the last two weeks of my Batch, I was able to code the MVP of my application with the help of my group. The fulfillment of a dream for me and the beginning of a new life. A thousand thanks for this incredible adventure !Read Less",,Unknown +269988,10853,la-capsule,Marie,False,2020,A really good experience which allowed me to reach my professional goal !,2020-11-03,5.0,5.0,5.0,5.0,"I recently graduated from a business school. During my studies, I did several internships in the digital field. I realized at that time the importance of knowing how to communicate with technical teams and developers. I was particularly interested in... Read More the job of Product Owner and for that, I knew that learning how to code would be essential. The bootcamp format was in my opinion the most suitable for me. I had just finished several years of study and I didn't want to go back to a long training course. I also wanted a very practical training to be able to assimilate the notions over a short period of time. Former colleagues told me about La Capsule and I immediately liked the program and the welcoming atmosphere. The selection process went very well, I found the team very attentive to my project. The program is very practical oriented which allowed me to build up my skills as I went along and to reach a very good level at the end. It's very rewarding to deliver something concrete every day and to directly apply the theoretical notions you see. All this in a very good atmosphere and with a team that is always very present and available. I recommend La Capsule, it was really a great experience and it allowed me to reach my professional goal by finding a position as Product Owner just after the end of the bootcamp.Read Less",Fullstack JavaScript Web Developer,Web Development +269953,10853,la-capsule,Clément,False,2020,These 10 weeks were intense but incredible !,2020-11-02,5.0,5.0,5.0,5.0,"I am an entrepreneur. For a long time now, I had the desire to learn how to code so that I could develop my application by myself, code something that was 100% what I expect and avoid using external service providers. My partner had done La Capsule and... Read More I thought it was a good idea to follow the training as well. I immediately liked the atmosphere and the team's interest in our career path and project. The very practical program was also a real plus for me. At La Capsule, we code all the concepts we see by applying them directly to concrete projects. It's very enriching, we see every single day what we are capable of doing and we deliver something concrete. The atmosphere was great! It was nice to share this experience with people from totally different backgrounds. On top of that there was a real spirit of mutual aid, a lot of cohesion. The Teachers and Teacher Assistants are very present and available to answer our questions, help us and put us on the right track. In summary, these 10 weeks were intense but incredible in terms of learning and encounters. I am now ready to develop my application project by myself and I would do it again without hesitation.Read Less",Fullstack JavaScript Web Developer,Web Development +269761,10853,la-capsule,Marion,False,2020,La Capsule has allowed me to open up to many professional opportunities,2020-10-27,5.0,5.0,5.0,5.0,"I recommend La Capsule 100%. I joined the training after doing a business school, convinced that having both business and tech skills is a real plus on a resume. I wanted a training in Javascript, a language that is very much in demand today, and La Capsule's... Read More program totally met my expectations. The project-based approach was great for assimilating the notions and the fact that I deliver something concrete every day is very rewarding.cx This learning method is very enriching in terms of curiosity and way of thinking. On top of that, the atmosphere was great, always very friendly, both with the team and with my Batch colleagues. The Buddy system, which changes every day, helps to foster this spirit of mutual aid. The resources that we have at our disposal and the follow-up throughout the training are also a real plus. La Capsule has allowed me to open myself up to many professional opportunities and to live a very beautiful human experience.Read Less",Fullstack JavaScript Web Developer,Web Development +269593,10853,la-capsule,Elsa,False,2020,I'm delighted with my experience at La Capsule !,2020-10-22,5.0,5.0,5.0,5.0,"I come from a universe far away from code but I have wanted for several years now to reconvert and change my life. I joined La Capsule and I am delighted with my experience. The program is very well built, you can see the concepts as you go along and... Read More you can apply them directly during the afternoon projects. This allows you to assimilate them as you go along. The final project, by group, is also an excellent way to review all the concepts and to be able to apply them directly. You come out of the training with a lot of knowledge but also with a well-filled portfolio thanks to all the projects you have the opportunity to work on. All the resources we have at our disposal are great and of course the teachers are passionate and always ready to give us advice. I recommend this training 100%. It has changed my life and I now feel ready to start a career as a developer. I discovered an exciting universe in which I am now fully blossoming.Read Less",,Unknown +269585,10853,la-capsule,Amine,False,2020,Very good training and atmosphere !,2020-10-22,5.0,5.0,5.0,5.0,"I did a business school in Lyon. After my gap year during which I did internships in digital, I realized the importance of the technical aspect to communicate with teams and understand the key notions in programming. Several of my colleagues had done... Read More bootcamp trainings and told me about La Capsule.I greatly appreciated my exchanges with the team during the recruitment process and I found the program exciting. I decided to integrate the fullstack training. I loved learning brand new, very concrete concepts that complete my knowledge acquired in business school. The pedagogy is great! You get stronger as you go along and working on projects is a real plus. You see what you are capable of and it's very motivating. I also really liked Buddy's system, which changes every day. It's a very good way to create a self-help system, which allows us to both re-explain certain concepts and have others explained to us in return.On top of that, the atmosphere is great, always very caring and the team and teachers are always there when we need them. Very nice experience that allows you to acquire very good skills. I 100% recommend this type of training to people like me who went to business school and want to have both business and tech skills. It's a real plus on a resume!Read Less",Fullstack JavaScript Web Developer,Web Development +269528,10853,la-capsule,Tristan,False,2020,I feel 100 % operational to start my new life as a developer,2020-10-20,5.0,5.0,5.0,5.0,"After several years working in finance, I wanted to give more meaning to my professional life and dreamed of working in the tech industry, a very stimulating environment full of opportunities. I didn't want to go back to school for several years, so the... Read More bootcamp format was totally in line with my expectations. I really liked the program offered by La Capsule and the fact that it teaches the most popular languages of the moment. I really loved learning how to code. La Capsule's pedagogy is very well done. It not only allows you to learn how to code but also to acquire a mindset that can be useful in many other areas. In my opinion, completing 10 projects in 10 weeks is a real plus to progress and at the end of the course you come out with a full portfolio to present to recruiters. I never thought I would reach such a level in 10 weeks knowing that I was starting from 0. I now feel 100% operational to start my new life and find a position as a junior developer. Thanks to La Capsule for this incredible experience !Read Less",,Unknown +269526,10853,la-capsule,Ludovic,False,2020,La Capsule has been a real boost to my career !,2020-10-20,5.0,5.0,5.0,5.0,"I had been working in marketing for some time now and I wanted to change a little bit, to acquire new skills to complete my curriculum, to be able to manage my teams with a fine understanding of the technical issues and thus be more relevant in the management... Read More of my projects. Some friends told me about La Capsule. I immediately got hooked with the team and the program. I found it very coherent and well done. It allows to gradually builds up skills and to discover new functionalities every day. The atmosphere was also amazing within the Batch. It's great to be able to meet people from a wide variety of backgrounds. There is a real emulation. The Buddy system that changes every day allows us to meet everyone and creates a form of mutual help between us. The Teachers and TA are also great, passionate about what they do and always willing to help us and give us advice. To sum up, a very nice training both on a professional and human level. I never thought I would learn so much in 10 weeks. I am now working as a Product Owner and I can say that the training has been a real boost for my career.Read Less",Fullstack JavaScript Web Developer,Web Development +269487,10853,la-capsule,Florian,False,2020,Best decision of my life so far !,2020-10-19,5.0,5.0,5.0,5.0,"I am an entrepreneur and wanted to develop my own application. Some entrepreneur friends of mine had advised me to learn how to code so that I could realize my project myself and not be dependent on external service providers. I also found it essential... Read More to understand my product 100% to be credible to my future customers and investors. At the end of the day, learning how to code was the best decision of my life. I loved the pedagogy taught at La Capsule with a project to develop each week. I thought it was great to increase my skills and see what I had learned or what needed to be reworked. The sprint method was also a good way to assimilate the notions as you go along but in a quick and efficient way. The final project allowed me to develop, with my group, the mvp of my project. It is the culmination of a lot of work and a dream come true for me. I will continue to work on the development of my project with other alumni of my batch, hoping that it will be operational as soon as possible. I am delighted with my training at La Capsule, everything was perfect from the beginning to the end. I would do it again without hesitation and with great pleasure.Read Less",,Unknown +269485,10853,la-capsule,Laura,False,2020,The teachers were very attentive and available,2020-10-19,5.0,5.0,5.0,5.0,"I have been CEO of a company for several years now. I felt for some years that the need to learn how to code had become indispensable in my job. Indeed, I had to communicate very regularly with developers and technical teams and to be relevant and totally... Read More at ease in the decisions I had to make this was essential. I particularly appreciated the program offered by La Capsule but also the language taught, javascript, which is the most popular today. I had never coded before and I loved discovering completely new knowledge. The program is very well done, the skill development is progressive. It is also very intense, with a new feature to develop every day. The teaching team was also very attentive and available. They put us on the right track and were always available to answer our questions. The understanding within the Batch was also very good with people coming from totally different backgrounds and having various projects. It's very interesting and enriching. This experience allowed me to acquire key skills in web and mobile development. I now feel comfortable with the technical aspect and much more legitimate in my work and in the decisions I make.Read Less",Fullstack JavaScript Web Developer,Web Development +269382,10853,la-capsule,Arthur,False,2020,La Capsule allowed me to change my life !,2020-10-14,5.0,5.0,5.0,5.0,"I did the fullstack training at La Capsule and I'm delighted. The pedagogy is great with a new feature developed every day. On top of that the method is very practical and this from the beginning of the training. It really allows, in addition to learning... Read More how to code, to develop a way of thinking and a logic that can serve us in all other areas, and that meets the expectations of startups and tech companies. The pedagogical team is also great! Always available to answer our questions, show us the right method to follow. The teachers really care about adapting to each one's way of doing things and it's very pleasant. La Capsule allowed me to change my life. I didn't know how to code and I managed to find a job as a fullstack developer right after the end of the training. It was a real boost in my career, I'm delighted with this training.Read Less",Fullstack JavaScript Web Developer,Web Development +269371,10853,la-capsule,Sonia,False,2020,"I think that in 10 weeks, it's complicated to do better than what you learn at La Capsule !",2020-10-14,5.0,5.0,5.0,5.0,"I come from a world far away from the world of code. I started a project in the world of sports for which I wanted to build my application and I started to be interested in dev at that time. I watched tutorials and took online courses and got hooked right... Read More away. It made me want to change my voice and become a web developer. I looked for training courses on the internet and I came across La Capsule. My interview with Marlène went really well. I had a very good feeling with the team and I found the program serious. I was convinced! The first contact really made the difference compared to the other trainings I had seen. I was very happy with my training at La Capsule. I really liked the project-based pedagogy, the fact that you have a project to complete each week. I find the program very logical and very well done. You really learn the essentials to start a career as a developer in good conditions. The Teachers and Teacher Assistants are very competent and pedagogical. They have a real willingness to adapt to each one of us and do not stay stuck on one way of doing things. Concerning the understanding within the Batch, we came from very different backgrounds, experiences and ages and I find that it was a real plus. I found it very enriching! There was a very good atmosphere between all of us. I loved following La Capsule. It's a very good springboard to start a career as a developer. I am now looking for a position as a junior developer. I also continue to work on a mobile application project with a student from my Batch. It's great to be able to come back to La Capsule to work on our projects! I'm thrilled with my training. I think that in 10 weeks, it's complicated to do better than what you learn at La Capsule!Read Less",,Unknown +269369,10853,la-capsule,Elise G,False,2020,La Capsule allowed me to realize my dream and code my own application !,2020-10-14,5.0,5.0,5.0,5.0,"I worked in fashion for many years, far away from the world of code. I wanted to develop my application related to this field and for that I needed technical skills. I wanted a new challenge and decided to learn how to code.What a great experience! I... Read More really enjoyed learning how to code and discovering a very concrete universe. The support at La Capsule is great. We are accompanied in our projects throughout our training and never left aside. Everything is done to create a spirit of mutual aid.Regarding the pedagogy, I really enjoyed working on concrete projects every day. It is very stimulating intellectually. I built the mvp of my application during the last two weeks of my batch and continue to work on my project. It should be ready very soon. I'm delighted with my time at La Capsule, it allowed me to realize my dream and code my application. I didn't think I would be able to do it, especially in 10 weeks.Read Less",Fullstack JavaScript Web Developer,Web Development +269365,10853,la-capsule,Gaspard,False,2020,My training at La Capsule was beyond all my expectations !,2020-10-14,5.0,5.0,5.0,5.0,"After several years working as a Product Owner, I realized that it was becoming important for me to become familiar with the technical aspects I encountered in my daily work. This became essential in my communication with the developers and agencies I... Read More was working with in order to be comfortable, credible and manage my teams efficiently. It was also a time in my life when I wanted to grow professionally, to see something else and to develop my skills, and I knew that this meant learning how to code. I decided to join La Capsule and it was one of the best decisions I could make. I learned a lot and met people from very different backgrounds. It's very rewarding. The program gave me the knowledge I needed to be totally comfortable with the technical side of my job as a Product Owner. My training at La Capsule was beyond all my expectations. I never thought I would learn so much and to get to this level in 10 weeks is incredible. It allowed me to evolve in my work and to be able to manage my teams more efficiently.Read Less",,Unknown +269105,10853,la-capsule,Medhi,False,2020,I really felt supported and encouraged in my projects,2020-10-05,5.0,5.0,5.0,5.0,"I wanted to develop a mobile application but without technical knowledge, no other choice than to use external providers. As an entrepreneur, I quickly realized that learning how to code would save me a lot of time! It would also allow me to really understand... Read More how my application works and to be much more credible afterwards with investors and customers. I was already start learning how to code by myself and I wanted to learn more. I discovered the concept of coding bootcamps and it was totally what I wanted. I'd heard about entrepreneurial projects done by some of La Capsule's alumnis and it really pushed me to get started. I loved learning how to code, I realize today how essential it was for me. Project-oriented pedagogy is very innovative and it was really what I needed to understand the concepts and be able to reapply them later. The start-up spirit found at La Capsule is also very stimulating. The environment in which we find ourselves makes us want to learn and puts us in good conditions to succeed. The support is also top notch throughout the training. I really felt supported and encouraged in my projects. I was able to develop the mvp of my project during the last two weeks. I continue to work on it with other people from my Batch and I am very satisfied with it. I can achieve something that is 100% me and I save a lot of time and energy. Thanks to La Capsule for this awesome adventure !Read Less",Fullstack JavaScript Web Developer,Web Development +269101,10853,la-capsule,Amélie,False,2020,I didn't think I would learn so much in 10 weeks !,2020-10-05,5.0,5.0,5.0,5.0,"After a business school in Lyon and an internship in digital, I decided to acquire technical skills and learn how to code. Indeed, I realized that this would be very useful in my work and that acquiring this double skill would allow me to be an attractive... Read More and sought-after profile among recruiters. A friend told me about La Capsule. After my interview which went very well, I decided to take the plunge. I was very apprehensive because I was starting from scratch and was a complete novice, but I quickly hooked on and everything went on perfectly. The good atmosphere at La Capsule made me feel comfortable and confident. There is really a spirit of mutual help and kindness from part of the teachers but also among the students themselves. I also found the program very well constructed: preparatory work to start with a good foundation, classes and reviews, a very project-oriented approach and the final project that allows you to put all the notions you've seen directly into application. I came out of this experience feeling great, I didn't think I would learn so much in 10 weeks. I met passionate and very interesting people with whom I still communicate and work on my projects. I found a position as a Digital Project Manager shortly after the program. I feel totally at ease with the technical aspect and this is a real time saver on a daily basis.Read Less",,Unknown +269043,10853,la-capsule,Alexis D,False,2020,I particularly appreciated the quality of the pedagogy and teaching at La Capsule,2020-10-02,5.0,5.0,5.0,5.0,"I have been a communication manager for several years. I worked in the digital industry and I had the opportunity to work with developers. When I decided to reconvert, I realized that the dev was a promising sector and that there were short training courses... Read More that did not require any particular prerequisite to learn how to code. I was looking for something more concrete than communication. So I decided to go for it. I chose La Capsule for the program and the fact that it trains in languages and frameworks that are very popular today: Javascript, React, React Native. I particularly appreciated the quality of the pedagogy and teaching at La Capsule. The pedagogy is well constructed and progressive. The teachers are very present and attentive. They really try to explain what they do and put themselves in our shoes so that we understand the concepts. David is a great teacher. I also found the principle of the Teacher Assistants very well done: they were always available to help us or to share their past experience at La Capsule.The understanding within the Batch was also very good even though we came from very different backgrounds. There was a real group cohesion. La Capsule was a very good decision for me. It allowed me to quickly reconvert myself and open myself up to new opportunities. I now have the right foundations to start a career as a developer. I'm at the same time continuing to develop my application project with another alumni from my Batch !Read Less",Fullstack JavaScript Web Developer,Web Development +269011,10853,la-capsule,Baptiste P,False,2020,An excellent Bootcamp !,2020-10-01,5.0,5.0,5.0,5.0,"After graduating from business school I decided to set up my own company. I wanted to create my website but I had no development skills. While going through agencies and providers I realized that it did not meet my expectations but also that it would... Read More cost me a lot of money. I knew that coding was going to help me a lot and save me a lot of time in the progress of my projects. An entrepreneur friend of mine had advised me to do La Capsule. I asked around and I immediately got on really well with the team. I found the atmosphere relaxed and the program was totally what I was looking for to move forward with my projects. Since I was going to work on the development of my website myself, I needed something concrete. Being able to code right from the start of the training and every day for 10 weeks gives you confidence and a solid background when you get out. The teachers were very present and caring throughout the training and it was a real pleasure to learn alongside passionate people. I am now ready to start developing my site and move forward with my project. I highly recommend the training to entrepreneurs or anyone wishing to upgrade their skills. La Capsule is an excellent Bootcamp !Read Less",Fullstack JavaScript Web Developer,Web Development +268938,10853,la-capsule,Anonymous,True,2018,Awesome experience!,2020-09-29,4.0,4.0,4.0,4.0,"I attended La Capsule two years ago and can't recommand them more. Thanks to that training, I got my first job as a Junior Developer, a dream come true. Their teachers are the best, the curriculum on point (JS FTW!), and the community very supportive.... Read More Thanks!Read Less",Fullstack JavaScript Web Developer,Web Development +268805,10853,la-capsule,Charlotte,False,2020,I found the program very coherent and the team very human and attentive,2020-09-25,5.0,5.0,5.0,5.0,"I studied communication and design. I have had to work on numerous occasions on the redesign of websites. I like the visual aspect of the frontend but I was very eager to know what was going on behind it. I then decided to learn how to code. With a friend... Read More of mine, we decided to go for a bootcamp, which I think is an ideal option to acquire skills quickly without having to go back to several years of study. I had a very interesting interview with the team which allowed me to understand the program and the mentality of La Capsule. It was really decisive in my choice. I found the program very coherent and the team very human and attentive. The training was intense! The program is getting stronger as it goes along. I had a real trigger thanks to the practical approach and the fact that I coded every day the notions that we saw in the morning. It allowed me to gain self-confidence and to see what I was capable of. It was a real challenge for me to learn how to code but I loved it! I found a job in web design directly after the end of the training and the knowledge I acquired helps me in my daily work. A big thank you to the team of La Capsule for their patience and kindness throughout the training !Read Less",Fullstack JavaScript Web Developer,Web Development +268758,10853,la-capsule,Ines G,False,2020,The project-based approach is a real plus to progress and acquire solid skills,2020-09-24,5.0,5.0,5.0,5.0,"I am an entrepreneur in the food tech industry. I had an application project in mind but I didn't know where to start. So I first called on external service providers who helped me code my application. But I quickly realized that it was costing me a lot... Read More of money and that it wasn't 100% what I expected. I wanted to learn how to code my app by myself and to be able to do a project that would be a perfect fit for me. An entrepreneur friend of mine told me about La Capsule. I did some research on my own and the hands-on pedagogy convinced me. The project-based approach is, in my opinion, a real plus to progress and acquire solid skills. It really allowed me to familiarize myself with the concepts.Coding the mvp of my project during the last two weeks of my Batch really helped me to develop my project and feel comfortable with it. It's been an incredible experience, I can finally realize my dream and code my own application. I recommend the program to all entrepreneurs, it will change your life!Read Less",Fullstack JavaScript Web Developer,Web Development +268752,10853,la-capsule,Cédric M,False,2020,I am very thankful for everything it has taught me,2020-09-24,5.0,5.0,5.0,5.0,"I've always had an attraction for code, but I was working in a field far removed from that. I quit my job and figured out it was the perfect time to change tracks and learn how to code. I decided to join La Capsule and my training went very well. I loved... Read More the spirit and the atmosphere, both with the team and with the other alumni of my Batch. The classes were also very clear and the teachers and Assistant Teachers were always there to answer our questions when needed. We are never left to ourselves, we are accompanied throughout the training and even afterwards!I feel totally ready to start my new career as a developer and continue to work on side projects with other people from my Batch. I am very thankful for all that it has brought me from an intellectual and human point of view. I had a great adventure that I would do again without any hesitation.Read Less",Fullstack JavaScript Web Developer,Web Development +268721,10853,la-capsule,David J,False,2020,I totally recommend the Part Time program,2020-09-23,5.0,5.0,5.0,5.0,"I did La Capsule's Part Time program. I was working as a Project Manager in a company and I felt that I lacked the necessary knowledge to carry out my missions and be comfortable communicating with developers. Learning how to code had become an obligatory... Read More step for me. I started taking some online courses but I lacked the motivation to be regular in my learning. I needed a structure. A colleague told me about La Capsule's Part Time training and I thought it was a very good compromise. Conciling my professional life and my training at La Capsule was very intense, but it was very interesting and stimulating, which kept me motivated during the 13 weeks. I enjoyed learning alongside passionate people who were very attentive to making sure we understood all the concepts. Today I come out with a solid knowledge in web development that I use in my daily work. I communicate much more easily with the technical teams and it allows me to gain more autonomy. I totally recommend the Part Time training to increase your skills in the field of web development.Read Less",Fullstack JavaScript Web Developer,Web Development +268714,10853,la-capsule,Arnaud H,False,2020,These 10 weeks were unforgettable,2020-09-23,5.0,5.0,5.0,5.0,"Before joining La Capsule, I was working in a start-up in the tech field. It made me want to learn how to code and acquire skills that are very sought-after today. I wanted a training in JavaScript, a very popular language today, and I was immediately... Read More seduced by the pedagogy and the atmosphere found at La Capsule. The pedagogy was incredible! Learning by working every day on concrete projects was very intellectually stimulating and great for quickly building some skills. There is also a buddy system where you have the opportunity to work in pairs everyday and it truly helps to improve yourself. In addition to the pedagogy, the atmosphere was amazing ! I met a lot of people and I’m still seeing some of the other alumnis of my Batch and working with them on my projects. I loved my experience at La Capsule, I found there the start-up spirit that I appreciate and a human approach. It really allowed me to change my life and launch myself into a career as a junior developer. These 10 weeks were unforgettable ! I recommend this training whatever your background, it would be a real plus on your CV !Read Less",Fullstack JavaScript Web Developer,Web Development +268708,10853,la-capsule,Olivia B,False,2020,It was definitely a very good decision for me !,2020-09-23,5.0,5.0,5.0,5.0,"I have worked for several years in digital marketing. I wanted to go further and learn something more concrete. The idea of learning how to code came to me as being self evident. During my career, I had the opportunity to work with technical teams and... Read More to work on the redesign of a website. I had loved it!I immediately loved the spirit of La Capsule, right from my interview. The team is great, very responsive and attentive to our projects. My training went on very well, I immediately got hooked on the logic of the code. The program is very good at building step by step. I was starting from 0 and I didn't think I would reach this level in only 10 weeks. During my experience at La Capsule, I met people from very different backgrounds and it was very rewarding. The atmosphere is very friendly, a lot of mutual help between us. The teachers are also very attentive and always available to answer our questions. It was definitely a very good decision for me. La Capsule is a real boost in my professional life. I now have a position as a Digital Project Manager and I can apply what I learned during the training to my daily life. I feel much more comfortable with the technical aspect and I realized that I can do many projects by myself without the help of external developers or service providers.Read Less",Fullstack JavaScript Web Developer,Web Development +268674,10853,la-capsule,Samuel,False,2020,La Capsule was really a turning point for the development of our project,2020-09-22,5.0,5.0,5.0,5.0,"I'm an entrepreneur and, with my partner, we were planning to develop the MVP for our application ourselves. It was important for us to be able to control our project from A to Z and not to use external service providers. My partner had taken the Fullstack... Read More training at La Capsule and was delighted with it. I told myself that it wasn't too much if we both master the technical aspect. So I also decided to do the program. My training went very well. I loved the start-up spirit that you find at La Capsule, especially in the pedagogy. The project-based approach teaches us to test, try, start over again and it's very stimulating intellectually. The tools made available to us were also very clear and very well done, especially the pedagogical platform.During the last two weeks, we were able to create our MVP. And that was great. It allowed us to test the solution very quickly with our users.The Capsule was really a turning point for the development of our project! We now control it from A to Z and we have more credibility with investors and customers. If you're an entrepreneur,go for it, it's a winning bet!Read Less",Fullstack JavaScript Web Developer,Web Development +268670,10853,la-capsule,Sarah,False,2020,I came away with solid knowledge that I can now apply in my work on a daily basis,2020-09-22,5.0,5.0,5.0,5.0,"I have been working in a company as a Product Owner for 10 years. During my career I have had the opportunity to work regularly with developers and technical teams. I had for a long time in mind to learn how to code to be more comfortable in my discussions... Read More with developers and to be able to make the right decisions. As a manager, I felt that this was essential. I had heard about La Capsule and attended an information meeting. I was immediately won over by the Project-Based-Learning approach. As a Product Owner, the practical aspect and the fact that I was able to apply all the concepts that we were seeing fascinated me. It was very enriching to see how it works and to create automatisms as the weeks went by. The team is very attentive to our needs and our projects. There is a real human dimension and a real support. These 10 weeks have been very intense but very enriching in terms of learning. I came away with solid knowledge that I can now apply in my work on a daily basis.If I had to do it all over again, I would do it again without hesitation!Read Less",Fullstack JavaScript Web Developer,Web Development +268669,10853,la-capsule,Oriane,False,2020,This program is a real added value on my CV !,2020-09-22,5.0,5.0,5.0,5.0,"As a young business school graduate, I started working in the digital field. I quickly realized that I lacked the technical skills to carry out my projects and be totally comfortable in the decisions I had to make on a daily basis. So I decided to learn... Read More how to code to add one more string to my bow. A friend from my school had made La Capsule and told me about it. She really made me want to get into the adventure. La Capsule offers a serious program and teaches in a technical stack that is very sought-after on the job market: Javascript. This was a considerable advantage for me, I knew that there were a lot of offers on the way out and that this added value on my CV was going to be a great help in my job search.My training at La Capsule brought me a lot, I learned a lot more in two months than I could have learned during my business school studies. I discovered an exciting world full of possibilities. After La Capsule, I quickly found a position in a Start-Up as Product Owner. It was very important for me to find in my work the Start Up spirit that I discovered at La Capsule. I recommend this training to all those who like me have a business school background. It's a real plus to stand out and be an attractive profile sought after by recruiters!Read Less",Fullstack JavaScript Web Developer,Web Development +268663,10853,la-capsule,Hugo,False,2020,"In addition to learning how to code, La Capsule changed my way of thinking",2020-09-22,5.0,5.0,5.0,5.0,"Before joining La Capsule I did a Business School. When I graduated, I decided to launch my company but I made the mistakes I shouldn't make: I launched my company without a product and went through an agency instead of coding my app myself.I used to... Read More work with service providers but it didn't work. They had their own repository and didn't have the same way of looking at things as I did. It didn't meet my expectations. I got to know La Capsule through an interview with Abou, founder of Onzic and alumni of La Capsule on the Youtube channel Startupfood, who explained that he had chosen to learn how to code his own app. That's how I wanted to develop my project myself from A to Z so that it would be more in line with what I had in mind. Abou's return motivated me and reassured me because he, just like me, had gone to business school and was starting from scratch. I told myself that it was possible and I decided to take the plunge. I asked about short training courses but I had a decisive criterion: I wanted to learn how to code in React Native because my app was developed partly with this techno. Then I have had great contact with La Capsule’s team since the beginning, the welcome was very warm and it finally convinced me to join their program. In addition to learning how to code, my training at La Capsule changed my way of thinking. It taught me to ask myself to think about the problems I encounter, which I now apply to my daily life as well. I'm now starting my project again from scratch using the notions I learned at La Capsule and this time I won't make the same mistakes I made in the past.I would recommend La Capsule to those who want to become a dev or code their MVP without any hesitation! It's a great experience!Read Less",Fullstack JavaScript Web Developer,Web Development +268561,10853,la-capsule,Matthieu,False,2020,I'm now very comfortable with the technical aspect and can develop my project !,2020-09-17,5.0,5.0,5.0,5.0,"I come from a world far removed from the world of code. For several years I wanted to change my path and set up my own project. I first started by going through service providers but it was a significant investment. It was also frustrating not to understand... Read More the workings of my own project. So I decided to learn how to code in order to be able to realize my mvp myself. I started by learning the basics on CodeCademy. I got hooked right away with learning the code and its logic. I wished to go further and learned about the different Parisian bootcamps. I liked the pedagogy of La Capsule right away, I found the program serious and very well built to increase my skills as I went along. I also appreciated the fact that La Capsule trains in languages that are very popular on the job market. I was convinced! I really appreciated my training. It allowed me to acquire solid knowledge in web development. Doing projects every day really gave me confidence and allowed me to see what I was capable of. I am now able to develop my project and it's very satisfying. I am delighted with my experience at La Capsule! I'm now much more comfortable with the technical aspect and can develop my project in a much more agile and credible way.Read Less",,Unknown +268301,10853,la-capsule,Jose Luis Carrasco,False,2020,After science!,2020-09-08,5.0,5.0,5.0,5.0,"After studying geology, I set up two companies in which I managed technical teams. I had no skills in code but I had some tech knowledgeas a Product Owner. I then looked for a job in this field and after several recruitments, the HR of one company advised... Read More me to turn todevelopment, where there were more needs. I inquired about the different bootcamps, I hesitated between several of them. The post-program support and follow-up offered by La Capsule were decisive elements in my decision. My interview also went very well with the team, which convinced me in my choice!I found in the code the scientific logic that I had acquired during my studies and that helped me a lot in my learning. I followed the training during the containment and it was not a problem, on the contrary. No need to take transport and no loss of time. I could rest at lunch break and get fit in the afternoon! It was really a plus to be in telepresential!The program is very well done, very clear to acquire solid skills in web and mobile development. You really see a lot of concepts in 10 weeks, which allows you to be a good junior developer at the end. Working on the final project also allows you to apply all the notions you learn during the training and to have a concrete project to put forward afterwards.What really marked my experience at La Capsule was the possibility I had of constantly challenging myself on complex notions, without knowing where it was going to lead me in the beginning. The projects showed us right from the start what we were going to get to, while with the challenges, you have the surprise to see what you managed to do in the end. It's rewarding to see the result once the challenge is over! The program is adapted to each person's level with the possibility of offering us new challenges when we need them and it's very enriching.The teachers were great! David is caring, very calm and passionate. The Assistant Teachers are also very attentive to our needs and know how to adapt to everyone's problems. I also kept good contacts with the alumni of my Batch. The agreement was very good between us and we saw each other at the end of the confinement!The Capsule was a very good decision for me! After being a Teacher Assistant for a while, I found a position as a Frontend Developer at Carizy, three months after the end of my training thanks to the La Capsule network! I start in two weeks and I can't wait to start my new life!Read Less",Fullstack JavaScript Web Developer,Web Development +268274,10853,la-capsule,Corentin TRUFFAUT,False,2020,Nice and complete experience !,2020-09-07,5.0,5.0,5.0,5.0,"Initially far from the tech field, I had a few friends in the development world and I started to take a close interest in it, and finally decided to change my job and become a web developer. I discovered La Capsule and the team first advised me to familiarize... Read More myself with the code on Codecademy since I had few skills in the field and I really got hooked. The feeling also went very well from the start with the team. I found that it was a human-sized training course and that the program was very concrete with its project-based pedagogy. So I decided to integrate the Fullstack training at La Capsule. From a technical point of view, the program is very operational if you give yourself the means to succeed. The program allows us to learn how to code quickly and well. The increase in skills is progressive and allows us to gradually improve our skills on concepts that seemed inaccessible at the beginning of the training. It is a very good starting point for a career as a developer, to know how to decipher technical documentation etc. It gives us solid weapons to launch into development. My experience with the teachers has been very positive. Noel and David are great, the feeling can only go well with them! The whole organization of La Capsule is made to make you feel good as a student. There is a real human dimension and a real dimension of accompaniment. The principle of the Teacher Assistants is also very well thought out. The fact of being able to exchange with students who have finished their training allows you to see concretely the level that you can reach and the result that you can expect at the end of the bootcamp. The atmosphere with the other students of the Batch was also very good. You meet people with a common goal and common desires. The general climate puts us at ease and creates a friendly atmosphere between students but also in the interactions that we can have with the staff. As a La Capsule alumni, I can now say that it is a training that gives a real value on the job market. We reach a level that allows us to apply directly, as soon as the Batch is over, as a junior fullstack JavaScript developer, React,React Native. And these are very popular languages and frameworks on the job market! I would advise La Capsule without hesitation to those who wish to become dev!Read Less",,Unknown +268230,10853,la-capsule,hans cameus,False,2020,Amazing experience ..,2020-09-04,5.0,5.0,5.0,5.0,"I followed a first training named Simplon which made me discover the world of code and web development. I was curious to discover this job and considering the demands on the job market I found it interesting to deepen the subject. I wanted to find a structured... Read More training, which would allow me to train quickly and be operational to be able to reconvert myself in this field. After some research I discovered La Capsule. My interview with Noel went very well and reinforced my belief that the training corresponded to my expectations and that it would be totally adapted to my reconversion project! I must say that I was pleasantly surprised by my progress during the bootcamp, which was very fast! The program is designed to quickly build up your skills and the project-based approach allows you to acquire solid programming knowledge at a level that I would not have thought possible in just 10 weeks. On top of that, the teachers were very attentive to what I had to say and were very attentive to the fact that everyone could progress whatever their level. David, the teacher, is always available and humble, he has a real will to make the code accessible. I also kept very good contacts with the other alumni of my Batch. I even continue to work with some of them on entrepreneurial projects. The general atmosphere was very good, both between students and with the La Capsule team. My training now opens up new perspectives from a professional point of view. I continue to work on projects to continue to code and learn about concrete cases in parallel with my job search. In fact, I would love to join a startup to rediscover the atmosphere and spirit of La Capsule. In short, I would not hesitate to redo this school and I recommend the experience to people who want to start developing as well as to people who want to deepen their knowledge of techno like JavaScript!Read Less",,Unknown +267965,10853,la-capsule,Sophie,False,2020,A great bootcamp!,2020-08-28,5.0,5.0,5.0,5.0,"I joined La Capsule in Lyon after business studies. I wanted to gain technical experience in order to be an attractive profile and to have more opportunities. I am very satisfied with the whole training. Everything went on very well and the team is great.... Read More I found the project approach very innovative. I was starting from scratch and I was delighted to be able to learn by coding new concepts every single day. It's great for progressing and building skills. The team is also very attentive to our projects and that everyone thrives on what they do. I recommend this training without any hesitation, it was exciting and I was able to create beautiful human relationships.Read Less",,Unknown +267889,10853,la-capsule,Edgar,False,2020,A very friendly atmosphere !,2020-08-26,5.0,5.0,5.0,5.0,"I decided to embark on the adventure at La Capsule Paris because I wanted to develop the mobile application project I had in mind. As a former network administrator, I always had a strong taste for web development. The courses at La Capsule are well set... Read More up and above all given in a more than friendly atmosphere. You can feel that everyone is there with the same objectives, which is to learn how to code. La Capsule really teaches us a whole new way of working. The big plus of La Capsule is the availability, the good will and the friendliness of the teachers. The lessons are enriched with concrete examples and projects which allows us to progress and gain strong skills in coding. The platform Ariane is great because we have unlimited access to videos and course materials even after La Capsule. I will do it again without hesitation!Read Less",,Unknown +267879,10853,la-capsule,Eva,False,2020,A very innovative approach!,2020-08-26,5.0,5.0,5.0,5.0,"I joined La Capsule in Lyon after business studies. I wanted to gain technical experience in order to be an attractive profile and to have more opportunities. I am very satisfied with the whole training. Everything went on very well and the team is great.... Read More I found the project approach very innovative. I was starting from scratch and I was delighted to be able to learn by coding new concepts every single day. It's great for progressing and building skills. The team is also very attentive to our projects and that everyone thrives on what they do. I recommend this training without any hesitation, it was exciting and I was able to create beautiful human relationships.Read Less",,Unknown +267779,10853,la-capsule,Lucie,False,2020,It's intense but it's worth it !,2020-08-24,5.0,5.0,5.0,5.0,"I worked for a few years in the cultural and media industry. I had already discovered HTML and CSS a little bit, but I had a rather distant idea of what code really was. I was just very attracted to it and when the opportunity for a career change came... Read More up, I took it! I participated in the Girls Academy program, carried by Paris Code, which allowed me to integrate the Capsule. These 10 weeks were certainly the most intense and enriching of my life in terms of learning! The pedagogy is extremely well constructed, which allows me to integrate the mechanics of programming, even when, like me, you don't come from the Tech world at all. David and the assistant teachers really helped me when I felt like I was losing my footing. Their patience, listening and explanations allowed me to understand all the notions and to slowly but surely build up my skills! I lived my training remotly, during the lockdown. In spite of that, we received quality teaching and we also created a real group dynamic. I therefore recommend the capsule 100%! Especially to those who are not from the Tech world and who wish to retrain. It will be hard, that's for sure. But it's worth it, because in the end you realize that you've acquired a really powerful knowledge! A big thanks to the overall team!Read Less",,Unknown +267776,10853,la-capsule,Corentin B,False,2020,I would do it again 100%,2020-08-24,5.0,5.0,5.0,5.0,"Originally far from web development, I had set up my transport company but I wanted to take up new challenges, so I sold my shares and left. I know some web developers and I had always been interested in tech but I never had time to look into it before.... Read More So I decided to take the plunge.I had also learned about languages, and JavaScript seemed to me to be the most relevant to start with. So I decided to integrate La Capsule.The most striking thing about this experience was the overall atmosphere. I was a bit apprehensive at the beginning, I was starting from scratch. Humanly, it was super enriching. I made a lot of amazing people. And professionally, I didn't think you could learn so much in 10 weeks. The contract is completely fulfilled.The pedagogical platform, Ariane, is a real plus in this training. It is well done, regularly updated and its access even after the batch is really useful to refresh your memory on certain notions! I've been using it almost every day since the end of the program! I also owe this great experience to the teachers, who really take the time to explain, to come back on the points that we didn't understand. They are really involved! La Capsule seeks to create a good understanding between the students, to create a spirit of mutual aid and cohesion! Everyone was super motivated! I really think I have acquired a very solid foundation to start as a web developer now.If I had to do it all over again, I would do it 100% again!Read Less",Fullstack JavaScript Web Developer,Web Development +267554,10853,la-capsule,Anonymous,True,2019,Great experience and goals achieved,2020-08-17,5.0,5.0,5.0,5.0,"I did the fullstack course at La Capsule in Paris. I wanted to learn how to code in JS, a popular language sought after by recruiters. The training was during lockdown and it was for me the best way to make the most of it. Everything went smoothly as... Read More if it was face-to-face. Learning by doing led us to a quick progress. We used the theory learnt daily in many projects. It was also a good way to learn how to work in a group and meet people from different backgrounds. I truly recommend La Capsule to all of those who have an interest in web development. It's a great experience both personally and professionally.Read Less",Fullstack JavaScript Web Developer,Web Development +267416,10853,la-capsule,Etienne B,False,2020,I would do it again without hesitation,2020-08-12,5.0,5.0,5.0,5.0,"Before joining La Capsule, I worked for several years in digital marketing. I have always been interested in the world of programming and I had already done some online courses on html and css.I decided to reconvert myself. At my age, I didn't want to... Read More go through several years of school so I was looking for a quick training solution. My developer friends had advised me La Capsule, for its reputation and the language taught, JavaScript, which is quite popular today. I loved it! The project-based pedagogy made the training concrete. I didn't want to feel like I was back in school listening to a teacher all day long. And the team was very helpful and listened to my requests, which I also appreciated a lot. What I remember most about this training is the intensity of the program. You learn a lot of things at the same time: you learn how to code, but also how to work in a team, how to help each other and how to look for information on your own.. The projects allow us to regularly take stock of what has been acquired and what needs to be reworked! I leave La Capsule with solid foundations as I had hoped in web and mobile programming, fully motivated to continue coding and get my first job! If I had to do it over again, I would do it again without hesitation, this experience was so enriching!Read Less",,Unknown +267387,10853,la-capsule,Océane Sauriol,False,2020,La Capsule allowed me to quickly build up my skills,2020-08-11,5.0,5.0,5.0,5.0,"After business studies, internships and professional experiences as a Digital Project Manager, I realized that it was difficult to evolve in this job without a great knowledge in programming. I first tried to learn how to code by myself but it was going... Read More to be too long, so I got interested in the bootcamp format. I was convinced by La Capsule which proposed a program for web and mobile developers in Javascript and which corresponded totally to my expectations. After preparatory work on the basics of JS, HTML and CSS, we start the bootcamp with direct implementation. We are quickly put in the bath and we code very quickly, which I particularly appreciated. The projects change every week, which gives us enough to build a portfolio already well filled at the end of the training. The teaching team was really exceptional. The teachers and TA were always very available and pedagogical. Now that the training is over, I have found a new position as digital project manager! The communication with the developers is more fluid and I understand the issues much better. It's a big bonus!Read Less",,Unknown +267383,10853,la-capsule,Antoine Asselin,False,2019,The pedagogy is absolutely brilliant,2020-08-11,5.0,5.0,5.0,5.0,"As an entrepreneur, I wanted to develop the first version of my mobile application. I wanted to gain technical autonomy so that I could develop my MVP myself and be much more credible to investors and future customers. I realized that I lacked this technical... Read More agility and that I needed to be able to talk about my project in a clear and efficient way. I really wanted to learn how to code and follow a web and mobile developer training to be able to pursue my project. I chose La Capsule above all for its project-based approach. I really wanted to practice and get to the heart of the matter from the very beginning of the training. At La Capsule we have the opportunity to work on 10 projects in 10 weeks of training, which is really great to progress. In the morning we learn the theoretical notions and in the afternoon we apply them directly with a project. I found this approach absolutely brilliant. You learn concrete things and you feel every day that you are learning new things because you are able to apply them directly. The development of the final project also allowed me to develop my MVP, with the help of my team, and then to have a solid project to present. I am delighted to have done this training. It brought me a lot of positive things and allowed me to see that I was able to develop my project without depending on external people. A huge thank you to the whole team for this great experience !Read Less",,Unknown +267341,10853,la-capsule,Grégoire B,False,2020,I discovered a world that I am passionate about,2020-08-10,5.0,5.0,5.0,5.0,"I have an initial training totally removed from the world of tech and digital. However, I have always had an attraction for these fields and I always had that in mind. I arrived at a stage in my life where I needed to change, to see something different... Read More and to do something concrete. I liked the idea of building and deconstructing and the desire to learn the code came as a matter of course. I heard about La Capsule and I immediately got hooked with the team but also with the pedagogy proposed. The accompaniment is very present from the beginning: the interview gives us confidence for the future and allows us to understand the training. I also very much appreciated being able to directly apply the notions that we learn. Carrying out 10 projects during the 10 weeks allows us to really acquire a solid foundation and to feel that we are gaining in competence, which is reassuring! Within the batch the atmosphere is great, everyone has a good state of mind and the emulation is very strong! We want to help each other and succeed together. This experience was really a trigger in my life, I discovered a world that I am passionate about and in which I am now fully blooming.Read Less",,Unknown +267340,10853,la-capsule,Tina Erez,False,2020,"Thanks to the program, I can work efficiently with technical teams",2020-08-10,5.0,5.0,5.0,5.0,"After studying communications, I wanted to work in project management and I felt I lacked the technical skills to find a job in this field! I really wanted to find a way to gain these skills but I didn't have time to follow a full time program. After... Read More a few research I heard about the part time program of La Capsule and I thought it was a good compromise. I joined La Capsule's part time program, which was a really good investment for me. I really liked the program and the resources that were available to me. Having theoretical notions and being able to apply them directly to my daily life really allowed me to progress and to quickly build up my technical skills. The team is great at answering all our questions and helping us with our projects. They really adapt to everyone's profile and expectations and the spirit is very friendly, which really helped me not to let go of the rhythm during the training. I found a job even before the end of the training and I now have skills that allow me to work efficiently and relevantly with technical teams but also to be able to communicate with them in a much more fluid way!Read Less",,Unknown +267184,10853,la-capsule,Antonio P,False,2020,The project based learning was a real plus,2020-08-05,5.0,5.0,5.0,5.0,"As a project manager in a start up, I wanted to upgrade my technical skills to be able to communicate with my teams on projects much more easily. I also told myself that having technical skills could help me gain autonomy in my daily work by being able... Read More to manage certain bugs for example. The bootcamp format was totally in line with what I expected from my training and the time I wanted to spend on it. I really appreciated the pedagogy delivered by La Capsule and that's what really helped me to make my choice. I wanted something concrete and project-based learning was a real plus for me. Learning new features every day and applying them directly in a project really helped me understand the concepts and get familiar with them. The team is also very present and attentive. They are really interested in each person's background and help us get to the level and goal we want. The follow-up is great during the training and even beyond. The Capsule allowed me to quickly build up my technical skills and to be credible with the developers.Read Less",,Software Engineering +267181,10853,la-capsule,Théo Blanc,False,2020,An enriching human experience !,2020-08-05,5.0,5.0,5.0,5.0,"Originally far from the world of coding, I was looking to retrain professionally. Several of my friends, Dev, had implied to me that I might like the code. So I decided to trust them and try me by doing some online exercises. I liked it right away. So... Read More I did some more research, read a lot of blog posts, watched videos on youtube etc... I had found my way back. Now I had to figure out how to convert. I quickly heard about coding bootcamp. I wanted to learn JavaScript and mobile to be operational directly after my training. So I contacted La Capsule to find out more. The first contacts went very well, people were really interested in my project and my motivation, even if I had never worked in this field. I was quickly won over by the project-based pedagogy presented. And I was not disappointed! Over 10 weeks, we completed 10 projects, as promised. Each week, we were faced with a new blank page, and we developed a project by increasing the power each day on new functionalities. As a result, at the end of the training, I could easily show what I could do to recruiters and be credible about my skills. I found a job a few weeks after the training in a startup in Lyon. Of course, La Capsule is an investment of time, energy and money, but it's completely worth it! It was an enriching, human experience that allowed me to reconvert myself in a field that I like!Read Less",,Software Engineering +267158,10853,la-capsule,Léa Meyer,False,2020,The follow up throughout the program was exceptional !,2020-08-04,5.0,5.0,5.0,5.0,I wanted to develop my own tech project but I didn't have the technical skills to do it. I quickly realized that going through external developers was going to cost me a lot of money. So I decided to take the plunge and learn how to code by myself! La... Read More Capsule allowed me in 10 weeks to be operational and work on my project. The pedagogy is very innovative. The fact that we work on projects in the afternoon allows us to directly apply the notions we learn in the morning. This method is really very effective to progress and improve our skills quickly. The atmosphere at La Capsule is also really great! There is a lot of kindness and the team is really very present and available.La Capsule has been a turning point in my professional life and has allowed me to successfully complete my project! The support and follow-up that you get throughout the training and even afterwards are really great.Read Less,,Software Engineering +267136,10853,la-capsule,Luc Phong,False,2020,A great experience both professionally and personally,2020-08-03,5.0,5.0,5.0,5.0,"After several years working as a project manager, I wanted to follow a web developer training to gain agility and technical autonomy. I was working with developers and I found the job interesting. I also wanted to be able to communicate with them in a... Read More much more efficient way and to be able to manage myself the technical problems I encountered in my daily work. Integrating La Capsule was in my opinion the best option. Being operational after only 10 weeks of training seemed unthinkable at first and yet! The level that I have reached thanks to my training at La Capsule is beyond all my expectations. The team is very present and attentive, which encourages us to constantly progress. The cohesion within the Batch and the mutual help also allowed me to progress and not get discouraged by the difficulties I might encounter. I am very satisfied with the level I have reached and what I am able to apply in my work on a daily basis. The training is very intense but you will leave with a solid knowledge of web development and you will come out of it with a personal and professional growth!Read Less",,Software Engineering +266969,10853,la-capsule,Léa M,False,2020,A rewarding experience !,2020-07-31,5.0,5.0,5.0,5.0,I wanted to learn how to code to gain technical skills and be able to develop my own website. I chose La Capsule because I wanted a training in JavaScript and I'd had a very good feeling with the team during the recruitment process. I found the project... Read More based learning approach very interesting. I think it's the best way to progress in programming and increase your skills. The teachers are very attentive and listening and the resources at our disposal are well done. I also met very interesting people coming from different backgrounds but with the same will to learn and progress. I never thought I would reach this level in such a short period of time ! It is very intensive but it's really worth it ! It was a very rewarding experience that I strongly recommend to anyone !Read Less,,Software Engineering +266946,10853,la-capsule,Agathe C,False,2020,I didn't think I would reach this level at the end of the program !,2020-07-30,5.0,5.0,5.0,5.0,"After going to engineering school and obtaining my degree , I discovered programming during my first professional experiences and I realized that I really liked it. I then wanted to learn code as part of a professional retraining process to become a developer.... Read More I found that a bootcamp was the most efficient and complete method to retrain. It was also a good compromise to get back to a job quickly. So I asked around and I found La Capsule, which corresponded to me economically (no need to buy any particular equipment in addition to the cost of training) but especially on the educational level. I followed the training remotly and I admit I had a lot of preconceived ideas at the beginning. In the end, I was very pleasantly surprised. Everything went very well, exactly as if the training had been face-to-face! This format could have been scary at the beginning but when it came out, the results were there and it totally lived up to what was announced! The teachers mastered their subject very well and have the answers to all the questions. The pedagogy was top notch and we were also taught how to search by ourselves when we were stuck. The Capsule allowed me to progress enormously! This training gives me the foundations to become a good professional developer and the bases to be able to more easily apprehend other computer languages. I didn't think I would reach this level when I left my training and I'm delighted!Read Less",,Software Engineering +266944,10853,la-capsule,Charles R,False,2020,I highly recommend this program !,2020-07-30,5.0,5.0,5.0,5.0,"When I graduated from my bachelor's degree in communication after two years and a half, I wanted to embark on an entrepreneurial adventure. I already had an attraction for digital technologies but I needed to go further and develop technical skills in... Read More order to be able to carry out my project successfully. I decided to make a transition to the computer field. I was looking for training in React Native. I came across La Capsule, which corresponded to my expectations and which was able to adapt to the context of lockdown very quickly to offer a remote program. I had a very good feeling with the team in the recruitment process so I decided to go for it!Even though it was a remote training, the follow-up was exceptional, the communication was fluid and the team was very present! The team was very reactive and always there to answer all of our questions. During my batch, I had the chance to work with people from different backgrounds and I was able to meet some very nice people!I would do La Capsule again without hesitation! It was the best way to spend my time during the lockdown and to move forward on my project at the same time!I highly recommend this program!Read Less",,Software Engineering +266275,10853,la-capsule,Sébastien,False,2020,The best french coding bootcamp,2020-07-09,5.0,5.0,5.0,5.0,"After going to engineering school and obtaining my degree in civil engineering, I discovered programming during my first professional experiences and I realized that I really liked it. I then wanted to learn code as part of a professional retraining process... Read More to become a developer. I found that a bootcamp was the most efficient and complete method to retrain. It was also a good compromise to get back to a job quickly. So I asked around and I found La Capsule, which corresponded to me economically (no need to buy any particular equipment in addition to the cost of training) but especially on the educational level. I followed the training remotely and I admit I had a lot of preconceived ideas at the beginning. In the end, I was very pleasantly surprised. Everything went very well, exactly as if the training had been face-to-face! This format could have been scary at the beginning but when it came out, the results were there and it totally lived up to what was announced! The teaching tools used are great. The teachers mastered their subject very well and have the answers to all the questions. The pedagogy was top notch and we were also taught how to search by ourselves when we were stuck. I found several profiles similar to mine, in a process of reconversion, and it was great to be surrounded by people with the same will! La Capsule allowed me to progress enormously ! This training gives me the foundations to become a good professional developer and the bases to be able to more easily apprehend other computer languages. I didn't think I would reach this level when I left my training and I'm delighted !Read Less",,Software Engineering +265067,10853,la-capsule,Benedetto Morici,False,2020,A turning point in my entrepreneurial journey!,2020-05-29,5.0,5.0,5.0,5.0,"The Capsule was a real turning point in my entrepreneurial journey. After a career as a heritage architect, I decided to embark on an entrepreneurial digital project : a marketplace connecting the owners of private historic houses and visitors. However,... Read More I wasn’t satisfied by the no-code solutions available on the market and I started meeting with developers, asking for quotes and trying to understand what was the most efficient and economical way to build my first MVP. During these exchanges with professionals, I quickly realized how much the technical aspect was a fundamental part of my project. Understanding the challenges of a platform, mastering its architecture and considering its future development seemed to me essential for the success of my project. I chose La Capsule rather than other coding bootcamp because I felt at Marlène et Noël a real pleasure to accompany entrepreneurs in the launch of their product. Throughout the ten weeks of training, the Teachers team are always by your side to help you progress and push you to overcome the deadlock moments. The development of the final project is a real challenge: it is probably the moment that I preferred. My expectations were very high and I had a very specific idea of ​​the MVP I wanted. I must say that I was fully satisfied. It’s impressive to see on Demo Day what we were able to learn and achieve in just ten weeks of bootcamp!Read Less",,Unknown +263606,10853,la-capsule,Bruno B,False,2019,An incredible boost to my career!,2020-04-16,5.0,5.0,5.0,5.0,"After many years working as a Product Owner, I quickly realized that I lacked the technical skills to perform better and have greater career opportunities. I chose to learn how to code at La Capsule because the language, JavaScript, is very widespread... Read More in the world of web development. That's clearly what we have to bet on! It can be found in many startups and on many projects.After two months of training I must say that I am not disappointed, the quality is there!The organization of the day is great with classes in the morning, exercises and projects in the afternoon. The pedagogy is really well thought out! We are well supervised without it being too much! We are left to think for ourselves so that once the program is over, we are not completely left behind, but at the same time, the teachers and assistant teachers are there to help us if we get stuck!I just loved the atmosphere within the batch! No judgements, lots of support, you learn to work as a team right from the start of the program. It was a great bootcamp and I kept in touch with all my training buddies.Since I graduated from La Capsule, I've applied for new jobs opportunities and I was offered a great job as a PO! La Capsule has really been a boost in my career.It was a great experience, very rewarding and complete! I'm impressed by everything I've been able to do in just 10 weeks! Just awesome.Read Less",,Software Engineering +263580,10853,la-capsule,David,False,2019,Amazing!!,2020-04-15,5.0,5.0,5.0,5.0,"I was starting to go around in circles in my position that I had held for quite a few years already and I wanted a new challenge.I've always loved to create, and I wanted to have a meaningful job, get ""real"" know-how and feel useful. I had been thinking... Read More about web development for quite some time, without ever daring to take the plunge, but the time finally seemed right and I decided to take the plunge.I turned to La Capsule because the school teaches JavaScript, THE language to know today, especially if you're starting a career as a developer!I also loved the idea of learning to code on real projects, and the pedagogy seemed really appropriate.Once I was in training, I discovered other qualities at this school. The atmosphere and ambiance was just great. Very stimulating intellectually but also very pleasant, with a lot of kindness, both on the side of the teachers and the students. A lot of helping each other. The teaching resources and the Ariane platform are top-notch! Even today, after the end of my batch, I still use it to review notions I have forgotten or to improve myself on certain subjects.As I already mentioned, the project pedagogy is very well thought out! Applying the knowledge learned in the morning allows you to really understand and assimilate the notions in the afternoon. After several years in the professional world, I didn't want to find myself back in school listening to a course all day long! The rhythm and the practice, almost all day long, offered at La Capsule were perfect for me. Those 10 weeks went by at a crazy pace! And I loved it! Thanks to the last two weeks during which we developed a group project for one of my classmates, I was able to join the post-training project and now I work with him! At La Capsule, I found a new job, but also sincere friendly and professional relationships. It completely changed my life!Read Less",,Software Engineering +262656,10853,la-capsule,Timothée Pan,False,2018,Super team,2020-03-10,5.0,5.0,5.0,5.0,"Super team, the training is very well built with the daily application of the notions seen in class. The atmosphere among the students is very good and with the teachers and the team of La Capsule too! The last two weeks where we develop a project from... Read More scratch are very interesting and very formative!It's very intensive but it's worth it, we're really well accompanied! I recommend it!Read Less",,Software Engineering +261935,10853,la-capsule,Xavier Gm,False,2019,My project at La Capsule,2020-02-14,5.0,5.0,5.0,5.0,I really enjoyed my training at La Capsule. The strong point of this program is the pedagogy based on the application and creation of weekly projects. The last two weeks of Batch allowed me to code a MVP of my application.I had a really good contact with... Read More the team but also with my fellow students who invested themselves in my entrepreneurial project. And now I'm autonomous on it and it's really nice!I recommend this training to all those who wish to develop a project and do not want to go through service providers who will not always be able to meet your needs 100%.Read Less,,Software Engineering +261718,10853,la-capsule,Franck Clvt,False,2019,Very complete bootcamp,2020-02-06,5.0,5.0,5.0,5.0,"La Capsule's web developer program is very complete. After a logic test and an interview with the admissions team, I joined the program. Marlene and Noel were very nice and explained me well the training, what I will be able to do at the end, what I could... Read More expect. After 10 weeks of learning the code, they didn't lie to me! I am able to develop websites and applications in Javascript. The weekly projects, the hackatons and the final project of the last two weeks allow me to practice what I learned in the morning and to assimilate them. So you learn fast, of course, but also well. I was afraid that in 10 weeks I would learn a lot of things but that it would be complicated to assimilate but in the end the practice is so present that we practice enough to assimilate the notions!Read Less",,Software Engineering +261286,10853,la-capsule,Pascal Thibodeau,False,2019,javascript and mobile development,2020-01-23,5.0,5.0,5.0,5.0,"I chose La Capsule for its language and mobile development learning. In my professional reconversion, I wanted to enter the job market as quickly as possible and thus learn a language that is widespread and in demand. I also wanted to know how to develop... Read More an app to have a complete profile. I really liked this bootcamp, the atmosphere was conducive to progress, the teachers were available and pedagogical, the courses were clear thanks to the daily application of recently learned concepts!Thank you La Capsule! It was a great experience!Read Less",,Software Engineering +261175,10853,la-capsule,Aurore,False,2019,Best coding bootcamp,2020-01-20,5.0,5.0,5.0,5.0,"The intensity and quality of La Capsule's training make this program an effective and rewarding bootcamp coding program! I integrated La Capsule after detecting a particular feeling with the code. So I decided to train myself. After graduating, I didn't... Read More want to spend another 2 years in a long training course and I preferred to learn quickly to be able to finally start an active life. I have absolutely no regrets! The teachers were very formative and pedagogical. They paid attention to our progress and really accompanied us when we were in difficulty with a concept. You would think that given the speed of the training, the teachers didn't have time to dwell on a case, but that wasn't the case at all! The courses were very clear and the daily exercises and weekly projects allowed a good understanding of the concepts. This format is a change from traditional courses! I really didn't feel like going back to school! The size of the class is also on a human scale (about 30 people), so you are not lost in a large group of people and you sympathize very easily with the other students! I met inspiring people who I kept in touch with after my training!In conclusion, a great experience with interesting and listening people! Don't hesitate, go for it!Read Less",,Software Engineering +261123,10853,la-capsule,Heloise,False,2019,A great experience,2020-01-17,5.0,5.0,5.0,5.0,I loved my training at The Capsule! The teachers were available to answer our questions and accompany us throughout the training.The team is very friendly and there is a very good atmosphere in the classroom!I was able to meet people with very different... Read More backgrounds from mine and work with them on their future project. It was very enriching!La Capsule allowed me to develop new skills and deepen my marketing profile to improve my CV!Read Less,,Software Engineering +261122,10853,la-capsule,Hugues B,False,2019,Thank you La Capsule!!,2020-01-17,5.0,5.0,5.0,5.0,"As a salesman for several years, I wished to reconvert myself in computer science. So I joined La Capsule several months ago. And I'm delighted!The course formats were very intense and very enriching! The teachers were attentive and available to help... Read More us with our projects. I also noticed the group cohesion between batch mates. Mutual help was the key word of this training and allowed us to progress at a good rhythm!Today, I was able to continue with an internship after my coding bootcamp to deepen my knowledge and I am completely fulfilled in my new job!Read Less",,Software Engineering +252421,10853,la-capsule,Florian,False,2018,La Capsule offers a very high quality training,2019-07-23,5.0,5.0,5.0,5.0,"La Capsule offers a very high quality training in a very pleasant setting. I am pleasantly surprised by the amount of things we are able to do after these 10 weeks that are passing at a dazzling speed. You come out with strong skills, real learning autonomy,... Read More and great self-confidence thanks to an exceptional team that leaves no one behind. A special thanks to the teachers (Noel and Yoann) for the quality of their teaching, to Marlene for her listening and kindness, to the teacher assistants for their incredible patience and unfailing support as well as to Anaelle for her constant good humour and all the activities she has organized.Read Less",,Unknown +252417,10853,la-capsule,Tristan,False,2018,A big thank you to the whole Capsule team!,2019-07-23,5.0,5.0,5.0,5.0,A real 10-week intensive experience in which I acquired solid JavaScript skills. Noel is a passionate trainer who is always attentive to our requests and adapts to the expectations of the students. I fully recommend the Capsule for anyone seeking to develop... Read More code skills. A big thank you to the whole Capsule team!Read Less,,Unknown +252223,10853,la-capsule,Yoann,False,2017,I am very happy with the training,2019-07-22,5.0,5.0,5.0,5.0,"I am very happy with the training I received at La Capsule. The courses given are very formative and allow us to be comfortable with the leading technologies of the moment. I have always been limited in my personal projects I had in mind but now thanks... Read More to this great bootcamp, I can finally develop my own projects and be fully satisfied. The atmosphere within La Capsule is very friendly thanks to the whole management team. We are followed from the beginning to the end and even after the training. I had no basic knowledge and I came out of this training more than delighted. You will have an enriching and very sociable experience.Read Less",,Unknown +253194,10853,la-capsule,Theo,False,2018,Amazing,2019-07-19,5.0,5.0,5.0,5.0,"One of the best experiences I've ever had!I discovered coding during my studies and I loved it! I wanted to follow a specialized training in a very popular language today: JavaScript. La Capsule was exactly what I was looking for!The courses are very... Read More interesting. The program allows us to link the concepts seen in the morning with the projects in the afternoon. The teacher is very competent and has really helped us a lot! Most of us had no idea of coding and we all have learned a lot.The group was awesome and the atmosphere was great!Today, thanks to La Capsule, I have a very strong and highly sought-after technical background (JavaScript), but above all I have been able to develop my professional network by working with people from web development. The final project is very instructive because it allows us to have a clear and very concrete vision of the development of a technological project in a company.Frankly it was a great team, a very good atmosphere, we helped each other, I couldn't have dreamed better.Read Less",,Software Engineering +253188,10853,la-capsule,Thierry,False,2018,I recommend it!,2019-07-19,5.0,5.0,5.0,5.0,"Overall, the previous comments speak for themselves. I strongly urge you to integrate La Capsule if you are new to JavaScript languages and frameworks. You will quickly learn how to develop a website or mobile application in FullStack.I would particularly... Read More like to thank the teachers at La Capsule for the atmosphere and their outstanding human qualities. Noel explains very well the complicated concepts in a simplified way and Yoann is the king of live code!Many thanks to Anaëlle for her kindness and Marlène for her support after the training (developers and entrepreneurs).I highly recommend it to you!Read Less",,Unknown +250896,10853,la-capsule,Tanguy,False,2018,I fully recommend it !!!!,2019-07-18,5.0,5.0,5.0,5.0,"Comprehensive and effective training, which allows us to fully understand the web development business. La Capsule’s bootcamp gives us all the basics of web development with a very ""practical"" orientation and new projects every day.I fully recommend it... Read More !!!!Read Less",,Software Engineering +250895,10853,la-capsule,Benoit,False,2019,10 beautiful weeks at La Capsule,2019-07-18,5.0,5.0,5.0,5.0,"I just finished 10 weeks of training at La Capsule.Overall, I am very satisfied with this experience. The program is exactly what I expected. The rhythm is intense. Already having some knowledge of the web and having completed an online pre-training in... Read More JavaScript are necessary prerequisites for me. Whatever your background, it takes perseverance and courage.I particularly appreciated 2 things: the daily rhythm with theory in the morning & practice in the afternoon as well as the last 2 weeks of a full-time collaborative project.I come out of this training having definitely taken the code virus, thanks to the Capsule! But it's not for everyone: you have to like to understand systems, read technical documentation, look for solutions and solve logical problems after sometimes being stuck for a long time... If this is your case, go for it, it's exciting and you'll set foot in a world full of possibilities and opportunities. Be careful, you don't become a developer in 10 weeks, it's only a first step, but the Capsule is particularly adapted to make this first step.Read Less",,Unknown +250888,10853,la-capsule,Redouane,False,2019,Great training !,2019-07-18,5.0,5.0,5.0,5.0,Great training where you learn popular technologies (javascript and react) on the job market.It's a serious and intensive training.There are highly pedagogical teachers supported by assistants who are always ready to listen.The environment is very stimulating.... Read More We meet beautiful people there...I don't regret my choice! Thank you to the team La CapsuleRead Less,,Unknown +250552,10853,la-capsule,Molly,False,2018,You will love it !,2019-07-05,5.0,5.0,5.0,5.0,"The Capsule offers us a rich, intensive and very good quality experience!This training is adapted to any type of profile, beginner or not, you will be immersed in the lines of code.At La Capsule, we have a strong community based on mutual support and... Read More sharing. I thank Noel for his kindness and patience!Read Less",,Unknown +250551,10853,la-capsule,Sebastien,False,2019,A unique experience and a top-notch program!,2019-07-05,5.0,5.0,5.0,5.0,"Initially trained in the field of communication and marketing, I was quickly limited in my professional activity. I had some knowledge of HTML and CSS but I was missing a technical brick: JavaScript.The classes in La Capsule were very interesting and... Read More especially very intense. The pedagogy used is a real asset. We saw the notions of classes in the morning and put the theory into practice in the afternoon. We learn a new way of working by discovering all aspects of development.The teachers are very pedagogical and explain the concepts perfectly. They are attentive and very available.The training is really complete. Combined with this, the location and atmosphere within the group played a major role in our work, and stimulated mutual support. In a word: a unique experience and a top-notch program!Read Less",,Unknown +250542,10853,la-capsule,Arnaud,False,2019,Go ahead ! Amazing Bootcamp !,2019-07-04,5.0,5.0,5.0,5.0,"The training provided is complete, we see both the Front-End and Back-End and it provides us an important background and knowledge of the different tools requested by the professionals. The last two weeks project are a big plus because it really makes... Read More us feel like a coder seeking information, working as a team and finding a solution after several hours/days of reflection is gratifying! A training in small groups that allowed an effective learning with a friendly atmosphere in top class facilities. Thanks to Ben and Noel for their support and availability throughout the training! It’s not a formation with a lot of people, so the learning is more effective.A particular thanks to Benjamin and Noel for their help and availability during all the program.Read Less",,Unknown +250541,10853,la-capsule,Koudjo,False,2018,Best Bootcamp ever !,2019-07-04,5.0,5.0,5.0,5.0,"I spent 10 amazing weeks at La Capsule! I truly recommend it! We were less than 20 people in class with all different profiles, it was really exciting. The team was very reactive, and we really felt like a family member because everyone helped each other.... Read MoreDue to many projects realized during the bootcamp, we now feel ready to present ourselves to companies and show them our portfolio.Read Less",,Unknown +250532,10853,la-capsule,Kevin,False,2018,Perfect Bootcamp,2019-07-04,5.0,5.0,5.0,5.0,"I decided to integrate a coding bootcamp with a friend because I had a specific projet in mind.We both started La Capsule to be perfectly able to manage our projet and the program offered by La Capsule totally met our expectations. The latest technologies... Read More are taught and we are constantly working on concise and clear projects.The main advantage of this bootcamp is the startup track proposed at the end of the 10 weeks where we can stay two more months on the premises. The support during and after the program allows us to get our project off to a good start in order to start it as soon as possible. Now, our solution called Entoureo has been successfully launched thanks to La Capsule.Thanks to all the team for the good vibes and the energy delivered, which allows us to surpass ourselves.Read Less",,Unknown +250528,10853,la-capsule,Jessy,False,2019,A big thank you to La Capsule,2019-07-03,5.0,5.0,5.0,5.0,"These 2 months spent in La Capsule were the richest I have ever known... and yet I spent a lot of time in school! At the commercial level, I became interested in web development and wanted to start a professional reconversion. I discovered La Capsule... Read More and was won over by the pedagogical approach.Throughout the training, the follow-up and supervision were really excellent! The courses are super well done and allow us to understand the concepts and notions of development. The access to the Ariane platform allows us to have access to all the courses, which are very explicit. Everyone was helping each other in class, the atmosphere was perfect!A big thank you to La Capsule because in two months, I learned a lot. I would do it again without hesitation!Read Less",,Software Engineering +250511,10853,la-capsule,Abou,False,2018,"Be entrepreneur, do La Capsule",2019-07-03,5.0,5.0,5.0,5.0,"I came to La Capsule because I had an entrepreneurial project in mind. These 10 weeks taught me a lot and allowed me to acquire strong JavaScript skills.The teachers are very competent and a stimulating atmosphere prevails in the premises.Today, my ONZIC... Read More project is out and many users are using it.Thanks to La Capsule for being a trigger for my project :)Read Less",,Unknown +250510,10853,la-capsule,Saida,False,2019,Start a new life !,2019-07-03,5.0,5.0,5.0,5.0,"I worked as an administrative manager in a clinic. In terms of skills, no evolution was possible. So I decided to start looking for a new direction. I became interested in informatics and found La Capsule, which is a perfect bootcamp for people who want... Read More to change their careers. First of all, I was attracted to the courses and all the technologies taught. After 10 weeks, I'm very happy to know a lot of new technologies, languages, and to learn how a developer should work. The courses are very challenging and we want to keep learning even more later.I totally recommend La Capsule for anyone who wants to start a new life!Read Less",,Unknown +250460,10853,la-capsule,Arthur,False,2019,Life changing experience at La Capsule!,2019-07-02,5.0,5.0,5.0,5.0,"I enrolled this program in March without having a particular project in mind and honestly, it’s really worth it.After 10 weeks, I am able to fully design and create a website or a mobile application!Currently fullstack junior developer, I advise all those... Read More who wish to become a developer to do this serious bootcamp.We also meet a lot of great people who are living tech, teaching you everything they know.The teachers are really good and they love their job!The program is wide and very well taught.So if you are looking to become a developer you can jump into La Capsule without any doubt.Read Less",,Unknown +250457,10853,la-capsule,Laura,False,2018,Very nice experience in La Capsule,2019-07-02,5.0,5.0,5.0,5.0,"Very nice experience in La Capsule. This bootcamp is adapted to all levels. I was a beginner in the tech environment and now I come out with a junior level that allows me to quickly integrate the market of web and mobile developers. They focus on practice... Read More throughout all the program. Every afternoon, we have projects to carry out by implementing the courses seen the morning. We understand very well how the bricks can be implemented with each other. With 9 coded projects throughout the 10 weeks, I can start looking for a position as a junior developer right away because I have a large portfolio. Thank you La Capsule for everything!Read Less",,Unknown +251364,10853,la-capsule,Vincent,False,2019,Excellent Coding Bootcamp!,2019-06-27,5.0,5.0,5.0,5.0,"Excellent Coding Bootcamp! The program is great, the teachers are very good. Previously graduated from a leading business school, I wanted to work in Tech and digital. I quickly understood that I lacked the necessary technical knowledge to get my dreaming... Read More job... These 10 weeks in La Capsule have simply changed my life ! Not only because this Bootcamp is incredible, but also because I met people from a wide range of backgrounds (including DGs of very nice tech companies!), people graduated from polytechnic, and also people with no academic background, and all these people matched perfectly together. It’s really fulfilling! I'm now Product Owner in a great startup and I would never have gotten this position without La Capsule. A big thank you to the whole team for this extraordinary step to a new life!Read Less",,Unknown +251331,10853,la-capsule,Michael,False,2019,Go for it ! Amazing program !,2019-06-27,5.0,5.0,5.0,5.0,"I worked as a digital product manager and I quickly understood that I was limited with my coding skills. I realized that a technical background was necessary to manage projects on my own. After some Google searches I decoded to enroll a program at La... Read More Capsule. They offer a specific program Part Time, the Tech & Business Program. This program allowed me to understand the web development of a project from A to Z. Now I’m more autonomous, I can better drive my teams and projects are moving faster!The main advantage of this program is that we see both sides of a website: the Front end and the Back end and we learn how to combine them. I am now more efficient on my job, can be more proactive and better evaluate the deadlines of a tech project. I strongly recommend the program! Thank you La Capsule!Read Less",,Software Engineering +251653,10853,la-capsule,Anonymous,True,2019,Amazing Coding Bootcamp !!,2019-06-27,5.0,5.0,5.0,5.0,"I simply loved the time I spent In La Capsule!I decided to enroll this program with a project in mind. I wanted to be able to build my own Mobile application, using the best technologie: JavaScript.I wanted to create my prototype and be able to manage... Read More my developers in order to have a full control of my business.The strong business focus that prevails at La Capsule and the great feeling I had with the whole team finished to convince me to enroll for 10 amazing weeks!I took the batch in January and can definitely state that it fully fulfilled my expectations!The whole curriculum is great, the teachers are passionate, and the atmosphere is just what you need to work hard and have fun! I particularly loved the post program support for entrepreneurs, with a complete coaching to build my application at the end of the program.I would advise to any entrepreneur to take a course at La Capsule: it gives you back the keys of your project! undoubtedly necessary!Read Less",,Unknown +250549,10853,la-capsule,Karim S,False,2019,Perfect Bootcamp for entrepreneurs !,2019-06-26,5.0,5.0,5.0,5.0,"I'm an entrepreneur who love creating new businesses. When I started the program at La Capsule, I had no idea what I was getting into but I was convinced that I had to succeed and learn as much as possible to launch my own Mobile application. I knew that... Read More having a web development background was necessary to start my business. The curriculum is just incredible and the teachers are excellents! The online platform (Arianne) is so useful to review all the courses in videos and have the explanatory sheets on the exercises. The programme is designed to help entrepreneurs to understand the whole process of coding a web or mobile application: conception, UX/UI, Front-End integration, Back-End and Database.Thanks to a very stimulating environment, everyone was able to learn how to code. Now, I can code my application on my own, I can manage my developers and I am so much more efficient as a tech entrepreneur!In short, a great school, great teachers, great place and students! Thank you so much to the whole team!Read Less",UX/UI Design,UX/UI Design +251646,10853,la-capsule,marie,False,2019,"In a nutshell, more than a Coding Bootcamp, it was a life experience and I loved it so much!",2019-06-26,5.0,5.0,5.0,5.0,"Very nice experience at La Capsule! I had some Web integration courses on HTML and CSS as a business school student. I quickly realized that these skills were highly valuable to find my dreaming job, and that I had to deepen my coding skills.After a long... Read More time reviewing the différents Bootcamps in Paris, I decided to join La Capsule. One of the best decision I ever made!The courses are so well taught! The teachers have a strong background, each of them strongly experienced (Lead dev, Project manager or CTO) ! This background help them to have a strong business focus during class, which was for me really important! All the notions we learned in class always came up with a short business anecdote, which was great!!Also to be mentioned, the amazing atmosphere in this school! Teachers are so good, fellow students helpful and really nice. In a nutshell, more than a Coding Bootcamp, it was a life experience and I loved it so much!10 weeks is short but changes a life!Read Less",,Unknown +250616,10853,la-capsule,Sujay,False,2018,Excellent Bootcamp!,2019-06-25,5.0,5.0,5.0,5.0,Excellent course structure. I recommend the quality of the pedagogy. Very good team cohesion between students and teachers.,,Unknown +251632,10853,la-capsule,Benoit,False,2019,A very good Coding School,2019-06-25,5.0,5.0,5.0,5.0,"I just finished 10 weeks of training at La Capsule.I am very pleased with this experience overall. The program is exactly what I expected. I particularly appreciated 2 things: the daily rhythm combining theory in the morning & practice in the afternoon... Read More as well as the last 2 weeks with a full-time collaborative project.I come out of this program with love of code, thanks to La Capsule! But it's not for everyone: you have to like to understand systems, read technical documentation, look for solutions and solve logical problems... No hesitation go for it, it's exciting and you'll set foot in a world full of possibilities and opportunities. Be careful, you don't become a developer in 10 weeks, it's only a first step, but La Capsule is particularly adapted to make this first step.Read Less",,Unknown +250615,10853,la-capsule,Damien,False,2019,Amazing Coding Bootcamp! Go for it!,2019-06-25,5.0,5.0,5.0,5.0,"I had no previous coding knowledge before taking the ourses at la Capsule and I really din’t think I would learn so much in only 10 weeks!The program is really well taught, it’s an excellent school which gives you excellent knowledge of web development.... Read MoreThank you the whole team for the professionalism, friendly atmosphere and really good vibes!Read Less",,Software Engineering +250608,10853,la-capsule,Sujay,False,2019,Excellent Bootcamp!,2019-06-25,5.0,5.0,5.0,5.0,Excellent course structure. I recommend the quality of the teachers. Very good team cohesion between students and teachers.,,Unknown +251626,10853,la-capsule,Phuc N,False,2019,Great experience and great Bootcamp!,2019-06-24,5.0,5.0,5.0,5.0,"I come from the world of finance software, I had some coding skills in other object-oriented languages. I wanted to learn and develop new skills. So I took the web/mobile dev training in La Capsule, first in part time (2 evenings per week + 1 Saturday... Read More out of 2). Then I joined the full time training for 2 weeks, including the final project for the end of the training. I appreciated the high quality pedagogical level, the availability of the whole team as well as the bootcamp coding spirit. One of the keys to training is to allow:1) to acquire technical skills and knowledge of web/mobile, development tools, as well as the very current frameworks in the market: Node.js,, React, React Native, Redux, Git, GitHub, MongoDB etc.2) to learn the mindset of the dev : debugging, looking for solutions, documenting, working as a team, etc.This training program provide an in-depth knowledge of the web/mobile dev world for those who work or are in interest in this field. It will also provide the fundamental foundation for those who want to pursue a junior web/mobile dev careerTranslated with www.DeepL.com/TranslatorRead Less",,Unknown +251625,10853,la-capsule,Juliette B,False,2019,Amazing Bootcamp ! Don’t hesitate,2019-06-24,5.0,5.0,5.0,5.0,"I finished the bootcamp a couple of days ago and I can only highly recommend this course!I am today fully able to code a complete web site as well as a mobile app! I can state that I learned more in 10 weeks than in 5 years of studies!With a Master degree... Read More in Marketing Management from a prestigious business school, I was lacking a significant amont of technical knowledge to pursue a digital career.I chose La Capsule for the great curriculum, the up to date languages and the excellent pedagogical approach.I have not been disappointed!The teachers are passionate, available and patient. I made amazing friends from different backgrounds and the community is really helpful and well implemented within the Paris Startup network!The overall experience was great and if you want to gain strong technical knowledge in a short time, don’t hesitate and go there! You won’t regret it!Read Less",,Unknown +251462,10853,la-capsule,Sophie C,False,2019,The best decision I ever made!,2019-06-24,5.0,5.0,5.0,5.0,"I decided to join the Bootcamp in April 2019 for 10 incredible weeks. La Capsule literally changed my life !!I couldn’t imagine how my time at La Capsule would be a great learning and human experience. It was the best decision I could make. I was not... Read More expecting that it would be possible to achieve so much skill and knowledge in such short period of time and it’s totally worth it !La Capsule offers a great combination of hard work, excellent teaching material, and great people.The program and especially the teaching tools are awesome, the teaching plateform (Ariane) is great help, very well thought and so helpful.The Teachers and Teachers assistants are very pedagogical and if you have a question about anything, there is always someone available very quickly!I would recommend this bootcamp without a doubt to anyone eager to start a new tech career or a new digital project or simply to have better insights on the web development!Read Less",,Software Engineering +310248,11243,wbs-coding-school,Robin Bigus,False,2024,My ideal start into coding,2024-04-22,5.0,5.0,5.0,5.0,"Pros:- Primer (to ensure that everyone has some base knowledge before the actual course begins)- Own learning platform- Career support- Very friendly and supportive staff- Excellent teachers- Regular events (Community Demo Day, Guest Speaker, Recap Session)... Read More- More...Cons:- Time went by too quickRead Less",Full-Stack Web & App Developer,Web Development +310241,11243,wbs-coding-school,Paul,False,2024,Amazing journey!,2024-04-22,5.0,5.0,5.0,5.0,"The bootcamp was a real deep dive into web and app development, covering everything from the basics to advanced topics. The pacing was intense but manageable, with a good mix of theory and hands-on projects. I appreciated the focus on current technologies... Read More and practices in the industry, which feels super relevant. The instructors were knowledgeable and approachable, always ready to help us troubleshoot and refine our code. It was a great a decision to have learned from them.Read Less",Full-Stack Web & App Development (full-time),Web Development +310164,11243,wbs-coding-school,Maiwand Aryan,False,2024,Transformative Training,2024-04-19,5.0,5.0,5.0,5.0,"One thing I liked was how practical the curriculum was. We didn't just learn theory; we got to build real projects from scratch. This hands-on approach helped solidify my understanding of coding concepts. Plus, the small class size gave me plenty of one-on-one... Read More attention when needed. Overall, I couldn't be happier with my decision to attend the WBS Coding School bootcamp. It's given me the skills and confidence to pursue a career in coding, and I'm excited to see where it takes me next!Read Less",Full-Stack Web & App Development (full-time),Web Development +310161,11243,wbs-coding-school,Eren Özdemir,False,2024,Data scientist boot camp,2024-04-19,4.7,5.0,5.0,4.0,Starting my data science journey at WBS coding school's bootcamp in Berlin changed my life! In just 17 weeks I learned a lot and transformed from zero to a skilled data scientist with real-life projects. I gained experience with hands-on skills and am... Read More ready for the challenge.Read Less,Data Science (full-time),Data Science and Analytics +310159,11243,wbs-coding-school,Mathieu,False,2024,Amazing journey,2024-04-19,5.0,5.0,5.0,5.0,"Spending time learning so many skills in a safe and professional environment has been amazing. The courses are structured so that you can practice everything you learn every day. All the projects, especially the final one, will solidify your knowledge... Read More in a really effective way. Our instructor is exceptional, incredibly patient, always available to help, and willing to repeat any new concept.Read Less",Full-Stack Web & App Developer,Web Development +310145,11243,wbs-coding-school,Niloufar Asghari Borzeshabad,False,2024,fantastic opportunity to learn,2024-04-18,4.3,4.0,5.0,4.0,"I recently completed a web development boot camp at WBS Coding School, and I heartily recommend it to anyone looking to advance their web development career. This bootcamp allowed me to collaborate with others on difficult tasks each week and helped me... Read More expand my understanding of web design. I also joined the Berlin campus phase, which was a fantastic opportunity.Read Less",Full-Stack Web & App Development (full-time),Web Development +310144,11243,wbs-coding-school,jean kenjio,False,2024,A wonderful Journey,2024-04-18,5.0,5.0,5.0,5.0,"WBS Coding School's data science bootcamp, spanning 17 weeks inclusive the two weeks of primer and the two weeks on campus in Berlin for the final project, was an immersive journey that propelled my skills and confidence in the field. The comprehensive... Read More curriculum, provided a solid foundation and equipped me with practical skills to tackle real-world data challenge. From the comprehensive curriculum to the supportive learning environment, this bootcamp exceeded my expectations and provided me with a well-rounded education that prepared me for real-world challenges in data science. The instructors' expertise and dedication enabled me to confidently navigate complex data sets and develop innovative solutions. The opportunity to spend two weeks on campus in Berlin for the final project was a highlight of WBS Coding School's data science bootcamp. Collaborating with classmates in person, leveraging state-of-the-art facilities, and receiving guidance from industry experts elevated my learning experience and solidified my understanding of data science concepts. Enrolling in WBS Coding School's data science bootcamp, which included 15 weeks of rigorous online learning and an enriching two-week final project in Berlin, was a game-changer for my career. The program's emphasis on practical skills, combined with the supportive community and networking opportunities, equipped me with the tools and confidence to pursue exciting opportunities in the data science field. I emerged from the program with a strong skill set and a network of like-minded professionals, ready to thrive in the data-driven world.Read Less",Data Science (full-time),Data Science and Analytics +310143,11243,wbs-coding-school,Philip Groß,False,2024,Intense learning and wonderful experience,2024-04-18,5.0,5.0,5.0,5.0,"The data science boot camp was great. The lessons were relevant and focused on the most important aspects of applied data science. The learning material was well-designed and instructors always helpful and motivated. I especially appreciate the project-oriented... Read More lessons, with room for self-paced learning, and the intense group projects mimicking work in real companies. I can also recommend to be on campus for the final project. It was a truly wonderful experience.Read Less",Data Science (full-time),Data Science and Analytics +310142,11243,wbs-coding-school,SumitD,False,2024,five star experience all around,2024-04-18,5.0,5.0,5.0,5.0,Full points to this bootcamp. Really! Great career help and innovative teaching methods. enjoyed each minute. Updated syllabus and hands on training with projects. learned a lot and learned about things I dont know and need to prepare still. thanks guys!... Read MoreRead Less,Data Science (full-time),Data Science and Analytics +309512,11243,wbs-coding-school,Dante Lértora,False,2024,Great experience - 100% Recommended,2024-03-20,5.0,5.0,5.0,5.0,I have decided to enroll in the bootcamp as I am an industrial engineer who wanted to improve the programming skills as well my analytical and statistical skills. This bootcamp has covered all of this and more of what I have expected. Projects are challenging... Read More but also well organized in order to get a solid understanding of each and every topic. Instructors are well prepared and always available.Read Less,Data Science (full-time),Data Science and Analytics +309500,11243,wbs-coding-school,Sebastian,False,2024,Exceeded My Expectations - Fully Recommend!,2024-03-20,5.0,5.0,5.0,5.0,"Recently, I graduated from the Full-Time Data Science Bootcamp at the WBS Coding School, an experience I highly recommend to anyone curious about working with data. The course spanned 15 weeks of remote learning followed by two weeks working on-site on... Read More our final projects on campus in Berlin, charmingly located right on the Spree River. Especially the on-site phase was exceptionally outstanding. The instructors not only impressed with their professional expertise but also stood out for their exceptionally positive personal demeanor. What particularly struck me was the progressive curriculum, which is continuously updated to optimally prepare students for the current demands of the job market. The teaching was very interactive; there was a real dialogue rather than just a one-way transfer of knowledge. PS: Participating in the campus phase is a must. It's advisable to plan this early on with fellow students. The effort is well worth it! Enjoy!Read Less",Data Science (full-time),Data Science and Analytics +309462,11243,wbs-coding-school,Karl Healy,False,2024,The bootcamp learning experience was at the same time laid-back and extremely productive,2024-03-19,5.0,5.0,5.0,5.0,"I learned a lot during this data science bootcamp. The instructors, especially Hana and Joan, were super supportive and competent and helped create a relaxed learning atmosphere even when the course itself was quite intense. The learning material is superb... Read More and I will definitely benefit from having access to it even after the course.Read Less",Data Science (full-time),Data Science and Analytics +309367,11243,wbs-coding-school,Lena,False,2024,"Amazing team, Amazing batch, Amazing journey",2024-03-15,4.7,5.0,4.0,5.0,"I began the course with a good understanding of HTML/CSS and some basic knowledge of JavaScript, but I had no experience with anything else (like React or Databases for example). Throughout the bootcamp, I gained a comprehensive understanding of all the... Read More fundamental concepts necessary to begin a career in tech. I am feeling confident that this provides a strong foundation for further growth and deepening of my knowledge. Prior to joining this program, I had never coded before, but now I can't imagine my life without it. The instructors at the bootcamp were incredibly dedicated and supportive. Despite facing challenges as a group, our instructor worked tirelessly to help us overcome obstacles with their wholehearted support. We not only learned so much from them but also from each other during our time together. As a group, we experienced growth in both our technical and social skills together. The Campus Phase in Berlin was an unforgettable experience where I was able to connect with my classmates from online classes in person for the first time. To me it was very important not only to get to know the people I have worked with in the online classes but also the amazing staff at WBS Coding School who all worked tirelessly to make this bootcamp such an amazing experience. Thank you very much!Read Less",Full-Stack Web & App Development (full-time),Web Development +309363,11243,wbs-coding-school,Joe,False,2024,Amazing experience,2024-03-15,4.7,5.0,4.0,5.0,"I am absolutely thrilled to have completed the Full Stack Web Application Development Course. It was undeniably the correct decision! Throughout the program, I acquired a plethora of skills across various domains, rendering me adept for diverse IT roles.... Read More While the journey posed challenges, the rewards were immeasurable. Engaging in numerous projects, collaborating within teams, utilizing state-of-the-art tools, and receiving guidance from supportive instructors made this experience truly exceptional. I express heartfelt gratitude for this invaluable opportunity!Read Less",Full-Stack Web & App Development (full-time),Web Development +309362,11243,wbs-coding-school,Faramarz Karamizadeh,False,2024,Web Dev Bootcamp German course,2024-03-15,4.7,5.0,4.0,5.0,"My experience in this 15-week bootcamp was truly transformative. The professionalism exhibited by the entire team, coupled with the cutting-edge technologies employed, contributed significantly to my growth. The content delivered throughout the program... Read More was of exceptional quality, leaving me feeling empowered and well-equipped for the challenges ahead. It ensured a smooth transition from learning to practical application in the job market. Overall, I can confidently say that this bootcamp exceeded my expectations. It not only provided me with technical knowledge but also fostered personal and professional growth. I would highly recommend it to anyone looking to upskill or transition into a new field.Read Less",Full-Stack Web & App Development (full-time),Web Development +309333,11243,wbs-coding-school,Petri Tiirikainen,False,2024,Data Science Bootcamp,2024-03-14,5.0,5.0,5.0,5.0,"I just completed the Data Science Bootcamp and I could not be happier. First off, the two week primer is not just ""here is the material, learn it by yourself and we'll see you in two weeks"" but straight from the beginning it is with instructors, with... Read More proper schedule and all the support you could ever need. And that continued through the entire Bootcamp. It was of course challenging, as it is supposed to be, but the whole group of instructors and staff are there all the time and adjust to your personal needs to teach you. I am still surprised how much I managed to learn in this very short time. And that is mostly thanks to our main instructor Hana and Joan, not to forget about all the juniors we had classes with along the way. Thank you all.Read Less",Data Science (full-time),Data Science and Analytics +309069,11243,wbs-coding-school,Vince,False,2024,Very Unique and Special Journey!!!,2024-03-04,4.3,5.0,5.0,3.0,"This is my personal journey, and it's important to note that experiences can vary, so please, don't take my word as the absolute truth. Read more and check yourself. Setting the stage for my narrative. I initially joined this bootcamp as a humble student... Read More of data science. But I never anticipated the wonderful journey I was about to immerse myself in. The wealth of knowledge I've acquired is immense, and the field of data science is an endless sea of learning. However, for me , it transcended the academic aspects. It was an experience that goes beyond the curriculum. What started as a mere educational course rapidly transformed into a journey to forge everlasting friendships. It felt more than a community; It felt like a family. Spending each day, and even weekends, working with coding and projects, sharing frustrations, successes, thoughts, laughter and joy. And now, let me put the focus on my tutors, Liane and Christopher which I think I had the best of the luck having them. Both are undeniably brilliant as tutors, but Liane, in particular, stands out for me as a teacher like no other. She has consistently been the solid anchor in the sometimes tumultuous sea of learning this difficult material, a reliable support when faced with the academic challenges. In her, I found a mentor who not only imparts knowledge but is always there when you need guidance. I didn't expect such a river of emotions when the bootcamp finished. I really didn't. Do I recommend this experience to anyone? Yes. You will learn and you will love.Read Less",Data Science (full-time),Data Science and Analytics +308966,11243,wbs-coding-school,Alireza,False,2024,Not like any other school,2024-02-28,4.7,5.0,5.0,4.0,"Having spent a significant time of my life in educational and research environments, my time at WBS Coding School stands out as a truly unique and exceptional experience. The team at WBS is remarkable, providing unwavering support from the initial application... Read More stage to the completion of the program. The sense of isolation and confusion that can often accompany learning journeys is entirely absent, as there is always a reliable point of contact available. The course structure is designed in a manner that fosters maximum motivation. From the beginning, there is a big desire to bring out the best in oneself. The instructors are amazing and consistently accessible, offering assistance regardless of the challenges faced. Their dedication extends to preparing students for real-world and workplace obstacles. Beyond the educational aspect, WBS Coding School provides a platform to connect with brilliant people with beautiful minds. The speed at which one becomes immersed in this community is truly astonishing, resulting in one of the most enriching experiences of a lifetime. Being part of the WBS family has left an indelible mark on me, and the memories never fail to bring a broad smile to my face.Read Less",Data Science (full-time),Data Science and Analytics +308904,11243,wbs-coding-school,Sharath Chandra Busani,False,2024,Turned out to be good decision to learn with WBS,2024-02-26,5.0,5.0,5.0,5.0,I have done the Data Science bootcamp with WBS School. It lasted for 3-4 months and have enjoyed the journey. The structure of the course and the trainers were so good and very knowledgeable. There was no question which went unanswered. One could easily... Read More feel the progress over the weeks as there are milestone projects based on what we learn at every stage. I left with good memories and importantly good skills that I can use in my next job.Read Less,Data Science (full-time),Data Science and Analytics +308896,11243,wbs-coding-school,Kaiko,False,2024,Transformative Experience of Intense Learning and Personal Growth,2024-02-25,5.0,5.0,5.0,5.0,"Data Science Bootcamp with WBS Codingschool pushed my learning boundaries to a steep curve I wouldn't have thought possible. The curriculum was robust, including the latest developments and presenting engaging projects. Learning materials were varied,... Read More seamlessly guiding us from one milestone to the next and always opening up further learning perspectives. What truly set this bootcamp apart were the instructors. Their personalized approach tailored to individual learning styles ensured everyone felt supported and valued. With activities mirroring real-world work environments, like Scrum meetings, project-based learning and changing teams, i feel well equiped. Highly recommended for anyone seeking accelerated growth in the field.Read Less",Data Science (full-time),Data Science and Analytics +308783,11243,wbs-coding-school,Natascia Parisella,False,2024,Beyond Technical Skills: WBS Bootcamp Prepares You for the Real World of Data Science,2024-02-20,5.0,5.0,5.0,5.0,"WBS Coding School's Data Science Bootcamp exceeded my expectations! The instructors, Liane and Chris, went above and beyond to ensure our success. Their dedication was evident in their clear explanations, personalized feedback, and constant support throughout... Read More the bootcamp. They fostered a collaborative and encouraging environment, making even the most challenging concepts approachable. The curriculum truly impressed me. The content was comprehensive, covering the essential tools and techniques used in the industry. I particularly appreciated the focus on real-world applications and the well-structured projects. Working on these projects in teams allowed us to experience the entire data science workflow firsthand, from data acquisition and cleaning to analysis and visualization. This hands-on approach proved invaluable in solidifying our understanding and preparing us for future roles. Liane and Chris didn't stop at teaching the technical skills. They also emphasized the importance of soft skills like communication and teamwork, vital for any data scientist. They encouraged us to think critically, present our findings effectively, and work collaboratively to solve problems. This well-rounded approach made the bootcamp more than just learning technical skills; it prepared us for the realities of the data science profession. I wouldn't hesitate to recommend WBS Coding School's Data Science Bootcamp to anyone interested in transitioning into this exciting field. The combination of dedicated instructors, a comprehensive curriculum, and hands-on projects made it an immersive and transformative experience. They truly equipped me with the knowledge, skills, and confidence to launch my data science career!Read Less",Data Science (full-time),Data Science and Analytics +308742,11243,wbs-coding-school,Naeem Sajjad,False,2024,Review about my Journey in WBS CODING SCHOOL for fullstack Webdev,2024-02-16,5.0,5.0,5.0,5.0,"I recently completed a Fullstack Web Development course at WBS Coding School and my experience was nothing short of amazing. From the outset, I was impressed by the comprehensive curriculum that not only covered the fundamental concepts of web development... Read More but also introduced us to the latest technologies and industry standards. The instructors at WBS are truly exceptional; they bring a wealth of experience to the classroom and are genuinely invested in the success of each student. They were always available to provide support, answer questions, and offer valuable feedback on our projects. What sets WBS apart is its emphasis on practical learning. The course is designed to simulate a real-world development environment, complete with collaborative projects, code reviews, and live coding sessions. This hands-on approach greatly enhanced my understanding of the material and prepared me for the challenges of a web development career. Additionally, the school’s career services were incredibly helpful in navigating the job market post-graduation. They offered resume workshops, interview preparation sessions, and networking opportunities that were instrumental in securing my first job as a web developer. I cannot recommend WBS Coding School enough to anyone looking to break into the tech industry. It’s not just a school; it’s a gateway to a thriving career in web development.Read Less",Full-Stack Web & App Development (full-time),Web Development +308723,11243,wbs-coding-school,Andrii Kuznichenko,False,2024,Student,2024-02-16,4.7,5.0,5.0,4.0,"I recently completed the Web Development Program at WBS Coding School, and it was an incredible 14-week journey. The course focused on important web technologies like React, JavaScript, and Node.js. One unique part of the experience was spending the last... Read More two weeks living on their campus in Berlin. The program was well-structured, starting with basics and gradually moving to more complex topics. This made it easy to follow along, even for beginners. The instructors were knowledgeable and passionate, always ready to help and make learning engaging by focusing on practical projects. Living in Berlin for two weeks was a highlight. It was great for networking and working closely with the classmates. Overall, my time at WBS Coding School was a game-changer, giving me the skills and confidence to pursue a career in web development.Read Less",Full-Stack Web & App Development (full-time),Web Development +308715,11243,wbs-coding-school,Anna Hovzan,False,2024,My experience in WBS's Full-Stack Web & App Development Bootcamp,2024-02-15,5.0,5.0,5.0,5.0,"Just finished WBS Coding School's Full-Stack Web & App Dev Bootcamp with Mahmoud as our awesome guide. His teaching rocked, and the program covered HTML, CSS, JS, React, Express, SQL, Node.js, NoSQL – a whirlwind of learning! The supportive community... Read More and job assistance made it a standout choice. Our small group rocked collaboration, and the final project was the cherry on top, boosting my confidence big time. If you're dreaming of a coding journey, this bootcamp is the magic ticket! It's given me a massive boost on my path as a web developer!Read Less",Full-Stack Web & App Development (full-time),Web Development +308707,11243,wbs-coding-school,Miguel Borges,False,2024,Great coding adventure!,2024-02-15,5.0,5.0,5.0,5.0,"WBS CODING SCHOOLs fullstack web dev course was one of the greatest experiences in my professional journey. It was 15 weeks of exciting challenges where i met fellow students with similar life journeys. Greatly recommend to anyone trying to change career... Read More into Tech and IT, it will teach a very pratical approach to the tools requested in the job market so you finish the course fully prepared to get your first developer job. In addition i greatly recommend the campus phase, it was great meeting your colleagues face to face and was a great way to increase your network and gain the experience of working in a office with other developers.Read Less",Full-Stack Web & App Development (full-time),Web Development +308706,11243,wbs-coding-school,Aadil Ahmad Chattha,False,2024,Full Stack Web Dev Course,2024-02-15,5.0,5.0,5.0,5.0,It was a great experience participating in the course at the school. The staff is amazing and the atmosphere is very relaxing and supportive. It has been an incredible journey and will help me shape my future for better. The campus phase has also been... Read More amazing.Read Less,Full-Stack Web & App Development (full-time),Web Development +308705,11243,wbs-coding-school,Denis Holc,False,2024,Empowering web development journey,2024-02-15,5.0,5.0,5.0,5.0,"I thoroughly enjoyed the 4-month web development course. The curriculum was engaging and up-to-date, fostering a great sense of community among colleagues. We collaborated on projects, enhancing our learning. Instructors were knowledgeable and supportive,... Read More making the learning process enjoyable. This course has boosted my confidence in web development, and I highly recommend it to anyone interested in this field.Read Less",Full-Stack Web & App Developer,Web Development +308702,11243,wbs-coding-school,Brett,False,2024,Worth it,2024-02-15,5.0,5.0,5.0,5.0,"It's worth it. One of the key things to take away from any learning experience is connections and experience itself. This isn't the same when learning by yourself or getting a private tutor. It needs a healthy and supportive environment and people and... Read More WBS is fantastic for this. There are times when I would have skipped a section completely because it was too much to navigate in a short period of time, but it made it all the more enjoyable in the end when I got the help needed to succeed. Will be a shame to see everyone less now but many I'll keep in touch with after. Highly recommend if you're looking for a course.Read Less",Data Science (full-time),Data Science and Analytics +308697,11243,wbs-coding-school,Anton Braslavskii,False,2024,It was just perfect,2024-02-15,5.0,5.0,5.0,5.0,"I couldn't be happier with my experience at WBS CODING SCHOOL Berlin, especially in the Data Science program. The course struck an ideal blend of challenging assignments and engaging lectures. From the outset, I was impressed by the thoroughness of the... Read More curriculum design. The instructors were always available, offering support around the clock to tackle any queries. What truly stood out was the professionalism and warmth exhibited by every staff member. Their dedication made the learning journey smooth and enjoyable. WBS not only equipped me with the technical skills needed for Data Science but also fostered a sense of confidence in navigating the field. I wholeheartedly recommend WBS CODING SCHOOL to anyone considering a career in Data Science. It's an investment in both education and personal growth.Read Less",Data Science (full-time),Data Science and Analytics +308696,11243,wbs-coding-school,Samuel Magda,False,2024,Unexpected awesome journey,2024-02-15,5.0,5.0,5.0,5.0,"It was an extraordinary experience that I did not want for it to end. Has the perfect combination between group learning and self learning, leaving room for the development of ambitious people. The instructors are always there for support at one message... Read More away. Some projects are intense but they are followed by not so demanding project, to not be overwhelmed Coming to the Campus on the last weeks made this journey the best so far.Read Less",Data Science (full-time),Data Science and Analytics +308694,11243,wbs-coding-school,Afsheen,False,2024,Very nice setup with highly motivated and knowledgeable Instructors,2024-02-15,5.0,5.0,5.0,5.0,"I had a wonderful experience during the Data Science Bootcamp at WBS coding school. The learning platform is very well designed to help people even with zero coding background and the instructors are patient, wonderful coders and just amazing. I started... Read More my 4 months journey with very little coding knowledge and with the help of two amazing instructors of our batch, I am proud of the growth I made in just a small amount of time. My best wishes to our Instructor and Junior-Instructor and a big thanks for all their efforts and hard work.Read Less",Data Science (full-time),Data Science and Analytics +308440,11243,wbs-coding-school,julia,False,2024,I loved it,2024-02-06,5.0,5.0,5.0,5.0,"I recently completed the Digital Product Design Bootcamp with WBS and loved it. Even tho I worked as a UX/UI Designer before I did learn so much and could deepen my skills and knowledge a lot. I gained more confidence in my decision-making and developed... Read More two cool products I am proud of :) My tutor was Maria and I must say she is a gem—such a loving and supportive person, with endless knowledge. She made the time so enjoyable! Thank youRead Less",UX/UI Product Design (full-time),UX/UI Design +308208,11243,wbs-coding-school,Denis Hadzipasic,False,2024,It was an experience,2024-01-25,4.3,5.0,4.0,4.0,"As someone with previous coding knowledge but very little web development experience, I entered the bootcamp to expand my skills, and I must say that the program has met my expectations. The progression of topics was logical, building on previous knowledge... Read More and ensuring a solid foundation for complex concepts. The projects were also fun to work on. Our instructor (Besslan) was knowledgeable and always available to answer questions and provide guidance at any point in time. My time at WBS Coding School was definitely a challenging yet rewarding journey.Read Less",Full-Stack Web & App Development (full-time),Web Development +308080,11243,wbs-coding-school,Moritz Baumann,False,2024,An awesome and fun learning experience,2024-01-21,4.7,5.0,5.0,4.0,"WBS CODING SCHOOL // Data Science Bootcamp I participated in the 4-month-long hybrid Data Science Bootcamp. Overall, it was a great learning experience that solidified my Python knowledge, taught me SQL basics and a variety of data new data analysis techniques.... Read More -Summary- + great for newbies and people with some prior experience alike + good teachers, live lectures, very good online learning material + learn meaningful and up-to-date data science skills + Campus Phase rocks + very helpful WBS staff - many teachers don't have tech industry background - no tight networking opportunities within the tech industry -Previous Knowledge- I have a PhD in marine science and had quite a bit of previous experience in statistical programming with R as well as a little bit of Python experience. Therefore, the first couple of weeks were rather slow for me. However, after roughly 4-5 weeks, the pace started picking up and I felt thoroughly challenged. -Curriculum- The curriculum is project-based and hands-on, which is the right way of learning for me. You start a new project every 1-3 weeks. There are live lectures and coding lessons. We covered basic data analysis and visualization with Python and SQL, Cloud computing and data pipelines, web scraping and API calls, A/B Testing, Unsupervised and Supervised Machine Learning (Decision Trees, Support Vector Machines, etc.) and Recommender Systems. The only thing that was missing in the curriculum, in my opinion, was Deep Learning. The last 2.5 weeks are spent on a final project, either alone or in groups of 2-3 people. -Daily Learning- On a regular day, you would have some read-through material on the Online Learning Platform, followed by one or two lecture/coding sessions. The rest of the day is used for project work. By the end of the project, you usually present your work to the class. Students organize themselves during their projects. They can work together in Discord channels, or separately. They can use Github for collaborating or whichever other tool to facilitate exchange. How much you enjoy the learning journey depends a lot on your class mates and the group dynamic. -Campus Phase- Students can come to the WBS Campus to work on their final project (~1h South-East of Berlin Mitte). This has been the most fun part for me - I would recommend anyone to go if you have the chance. The bill is ~600,-€ for 11 nights of accommodation and 3 veggie meals per day. You can either pay it yourself or have it covered by the job center. -WBS Support- I've experienced the WBS CODING SCHOOL employees to be very helpful when it comes to organizing stuff. The job center had first declined my application for the campus phase. Together with the WBS staff, however, we were able to convince them to fund me. -Teachers' Expertise- The instructors I've had lessons with during the bootcamp were all knowledgable in the course material. They were also good at teaching and approachable, with some very few exceptions. However, they are certainly not all experts from the data science industry. The WBS website mislead me on this one, as many (perhaps most) instructors do in fact not have industry experience. That doesn't make them bad teachers, but it still put me off, as I'd expected industry expertise. -Career Opportunities- There is a Career Service that offers online learning material, three mandatory daily workshops throughout the bootcamp, a CV, CL and LinkedIn screening and a one-time career advice session. The workshops helped me a lot to brush up my profile. The only thing I'm missing is - again - a tighter connection to the industry. There are guest talks by people working in tech, but that's pretty much it. I would appreciate it if the final projects were presented not only to WBS peers, but also company representatives. This would encourage networking and job finding for graduates. Many thanks to the WBS CODING SCHOOL. Keep up the good work!Read Less",Data Science (full-time),Data Science and Analytics +308044,11243,wbs-coding-school,Alla Abrosimova,False,2024,best course I ever had,2024-01-19,4.7,5.0,5.0,4.0,"-supportive friendly instructors (many thanks to Yanish and Lisardo) -practical focus: learning via projects, practical tasks simulating industry needs -awesome contents/materials on the WBS learning platform -career services:feedback on CV and applications... Read More Overall, I can highly recommend this course to everyone who is a beginner in this field and wants to get hands on skills.Read Less",Data Science (full-time),Data Science and Analytics +308021,11243,wbs-coding-school,Katja Ritscher,False,2024,Enriching and enjoyable Time at WBS,2024-01-18,4.7,5.0,5.0,4.0,"Special Thanks to Yanish and Lisardo, who were always standing by our side. The Data Science Bootcamp was really enjoyable and I can not believe how much I learned. The explanations were really helpful and the material is well sorted so everybody could... Read More proceed at his own speed.Read Less",Data Science (full-time),Data Science and Analytics +308014,11243,wbs-coding-school,Denis Hadzipasic,False,2024,It was an experience,2024-01-18,4.3,5.0,4.0,4.0,"As someone with previous coding knowledge but very little web development experience, I entered the bootcamp to expand my skills, and I must say that the program has met my expectations. The progression of topics was logical, building on previous knowledge... Read More and ensuring a solid foundation for complex concepts. The projects were also fun to work on. Our instructor (Besslan) was knowledgeable and always available to answer questions and provide guidance at any point in time. My time at WBS Coding School was definitely a challenging yet rewarding journey.Read Less",Full-Stack Web & App Development (full-time),Web Development +308013,11243,wbs-coding-school,Philipp Trinh,False,2024,Best learning experience in my life!,2024-01-18,4.7,5.0,5.0,4.0,"I'm so thankful to the WBS Coding School, to community management, the instructors and most importantly to my batch! Their curriculum was outstanding, incorporating exactly what is written in the job descriptions and taking you by the hand with each demanding... Read More topic! Absolutely loved it and would recommend for literally everyone! Thank you so much <3Read Less",Data Science (full-time),Data Science and Analytics +308009,11243,wbs-coding-school,Anonymous,True,2024,WBS Coding school,2024-01-18,3.7,5.0,5.0,1.0,"Great experience!! The curriculum is very well structured. Many thanks to the instructors Lisardo and Yanish, they are always ready to help and explain things very clearly. The only thing I would recommend to people with zero experience, like me, is a... Read More part-time course so that they have more time to understand a large amount of material. In general, I highly recommend this Data Science course at this WBS Coding school.Read Less",Data Science (full-time),Data Science and Analytics +307988,11243,wbs-coding-school,Pia K.,False,2024,Empathetic Staff and Transformative Experience with Room for Improvement,2024-01-17,3.0,4.0,3.0,2.0,"I recently completed a the WBS fullstack web development bootcamp, and my overall experience was positive. From mastering basic HTML and CSS to confidently creating projects with a MERN tech stack, I've come a long way. Throughout the journey, I sensed... Read More the genuine efforts, passion, and empathy of all the bootcamp's employees, which significantly contributed to the learning environment. The commitment and enthusiasm of the staff were evident, and their empathetic approach toward beginner coders created a supportive atmosphere. I truly believe that the passion of the team played a crucial role in making the learning journey enjoyable and effective. One noteworthy aspect that stood out was the last two weeks we spent together in Berlin. Being physically present and engaging with instructors and peers in person added a valuable dimension to the overall educational journey. Despite these positive elements, there are areas where WBS could improve. The instructor-dependent nature of the program, without a standardized teaching approach, occasionally led to variations in the learning experience. Balancing the emphasis on independent learning with more instructor-led sessions would further enrich the educational experience. Additionally, while the promises made about job market prospects were somewhat exaggerated in my opinion, the bootcamp's dedication to addressing this concern through career-focused events, especially the three career days, was commendable.Read Less",,Unknown +307983,11243,wbs-coding-school,Rick Lochner,False,2024,A Transformative Journey into Web Development,2024-01-17,4.7,5.0,4.0,5.0,"I recently completed the Full-Stack Web Development Bootcamp at WBS Coding School, and it was truly a captivating yet challenging experience. The curriculum delved into a plethora of topics, providing a comprehensive overview of the skills required for... Read More the field. While the intensity of the program was demanding, it was also immensely rewarding. The bootcamp covered a wide range of subjects, and at times, the pace felt quite brisk. There were instances where more time on certain topics would have been beneficial. However, the wealth of knowledge acquired was substantial, and the fast-paced nature ensured that I was always engaged and learning. One standout aspect of the bootcamp was the constant support available. Whether it was reaching out to the staff or instructors, there was always someone ready to assist. The sense of community fostered a collaborative learning environment, making the challenging journey more manageable. The Campus Phase in Berlin was a unique and unforgettable experience. Being immersed in a dedicated learning environment with peers and instructors created a strong sense of camaraderie. The hands-on approach during this phase provided practical insights that complemented the theoretical aspects of the course. In conclusion, I highly recommend the WBS Coding School Full-Stack Web Development Bootcamp to anyone looking to venture into this field. The dedication of the staff, the accessible support system, and the immersive learning experiences make it a valuable choice for those seeking a career in web development. While it may be intense, the skills acquired and the connections made during this bootcamp are undoubtedly worth the effort.Read Less",Full-Stack Web & App Development (full-time),Web Development +307981,11243,wbs-coding-school,Cintia Serban,False,2024,The Best Data Science Bootcamp,2024-01-17,5.0,5.0,5.0,5.0,"I recently completed the Data Science Bootcamp, and I can't express how grateful I am for the unforgettable learning experience it provided! 🚀 The classes were nothing short of challenging, pushing me to my limits and if you are open to it, beyond. But... Read More each challenge was met with a sense of joy and accomplishment, making the entire journey incredibly rewarding. 🎓 A huge shoutout to my main instructor, Yanish and junior instructor, Lisardo at WBS Coding School! 🙌 Your guidance and support got me through the most challenging days 👩‍🏫 I also must mention the amazing people I met during this bootcamp. The camaraderie and teamwork were invaluable, turning the learning process into a fun and collaborative adventure. ❤️ And lastly, let's not forget the facilities at WBS Coding School! 🏢 The hybrid setup was the cherry on top, crowning the virtual learning environments, providing a top-notch experience. A big thank you to everyone behind the scenes at WBS Coding School who made it all possible! 🌐🙏 In conclusion, if you're considering a coding bootcamp, look no further than WBS Coding School. It's not just an educational experience; it's a journey of growth, challenges, and friendships. Thank you for this incredible opportunity! 🌟Read Less",Data Science (full-time),Data Science and Analytics +307980,11243,wbs-coding-school,Noah,False,2024,"Lovely Statt, great course",2024-01-17,4.7,5.0,5.0,4.0,I really enjoyed my time at WBS the classes were interesting and challenging. The Staff was really helpful and friendly. And they classes werent too big but very supportive. Their Location near the Spree is lovely and food rooms and entertainment areas... Read More are great aswell.Read Less,Data Science (full-time),Data Science and Analytics +307114,11243,wbs-coding-school,Anonymous,True,2023,My Data Science Journey: From Curiosity to Confidence with WBS Coding School,2023-12-11,4.7,5.0,5.0,4.0,"Embarking on the Data Science Bootcamp (Part-Time) at WBS Coding School was a pivotal decision that opened up a world of knowledge and opportunity. The program's comprehensive curriculum, coupled with the exceptional guidance of our tutor, Lisa, made... Read More the learning experience both challenging and rewarding. Lisa's passion for data science was contagious, and her ability to break down complex concepts into manageable pieces made the material accessible to even the most novice learners. Her dedication to our success was evident in her willingness to go the extra mile, providing personalized feedback and ensuring we grasped every aspect of the course. The curriculum itself was a testament to WBS Coding School's commitment to providing students with the skills required to thrive in the ever-evolving data science landscape. From the fundamentals of data analysis and machine learning to the intricacies of statistical modeling, we were equipped with a robust foundation in the field. The program's unique format, with fixed classes in the evenings and on Saturday, allowed for a structured and focused learning experience. This approach eliminated the need for additional self-study outside of class hours, ensuring a balanced and effective learning process. The collaborative learning environment fostered by the program was particularly valuable. Sharing ideas, troubleshooting challenges, and gaining insights from fellow students enriched the learning experience and accelerated our understanding of data science concepts. While the program was incredibly valuable, I would propose the addition of a chapter dedicated to natural language processing (NLP) and artificial intelligence (AI). These cutting-edge fields are rapidly gaining traction across various industries, and incorporating them into the curriculum would provide students with a competitive edge in the job market. In conclusion, my experience at WBS Coding School was nothing short of transformative. The Data Science Bootcamp equipped me with the skills and knowledge to embark on a successful career in this dynamic field. I am immensely grateful to Lisa and the WBS team for their dedication and guidance, and I highly recommend this program to anyone aspiring to make a meaningful impact in the data-driven world.Read Less",Data Science (part-time),Data Science and Analytics +306996,11243,wbs-coding-school,Felix Wach,False,2023,Look no further than WBS CS Bootcamps,2023-12-07,4.7,5.0,5.0,4.0,"I recently graduated from one of the 2023 Data-Science bootcamps at WBS Coding School and I was beyond impressed by what it had to offer! The instructors have impressive backgrounds and excellent teaching skills and despite the steep learning curve, I... Read More was able to gain so much knowledge on a variety of topics including but not limited to Python, Machine Learning or SQL and it is entirely up to you how deep you want to immerse yourself into the world of coding and data-science. I would do it again in a heartbeat!Read Less",Data Science (full-time),Data Science and Analytics +306991,11243,wbs-coding-school,Harun Kohen Erdeniz,False,2023,Unforgettable journey! 🌟,2023-12-07,5.0,5.0,5.0,5.0,"Just completed the WBS Coding School bootcamp, and I can't express how transformative it was! The campus buzzed with an amazing atmosphere, filled with instructors who not only knew their stuff but made learning truly exciting, and peers who were all... Read More about teamwork. The curriculum was spot-on, covering everything essential for tackling real-world projects. If you're truly committed to web development, I wholeheartedly recommend this experience. #WBSCodingSchoolRead Less",Full-Stack Web & App Developer,Web Development +306989,11243,wbs-coding-school,Anonymous,True,2023,An actually life changing experience,2023-12-07,4.7,5.0,5.0,4.0,"The boot camp exceeded my expectations; it was fun, challenging, and packed with information. Although I'm glad that the instructor and the course as a whole have become useful and connected, your mileage may vary because peer and teacher influence will... Read More determine how you experience the material. It is strongly advised to spend the final week or two in Berlin as well; it is an excellent opportunity to meet new people and form connections with like-minded individuals. Aside from that, I am much more proficient today and am glad I put in the effort! I only wish the career services assistance days had taken place after boot camp!Read Less",Full-Stack Web & App Development (full-time),Web Development +306988,11243,wbs-coding-school,Borja,False,2023,15-Week Marketing Analytics Bootcamp,2023-12-07,5.0,5.0,5.0,5.0,"I completed a 15-week Marketing Analytics Bootcamp, with 13 weeks online and 2 on-campus in Berlin. The course content was relevant, and the combination of virtual and in-person sessions added a practical dimension to the learning. A solid choice for... Read More those looking to develop strategic marketing analytics skills.Read Less",Marketing Analytics (full-time),Sales and Marketing +306987,11243,wbs-coding-school,Priyanka Pasrija,False,2023,Its challenging and rewarding experience,2023-12-07,4.7,5.0,5.0,4.0,"WBS Coding School was a journey from apprehension to competence. The guided primer was a swift dive into key concepts, initially overwhelming but later proved essential. The curriculum was thorough, but the transition from simple HTML and one single page... Read More applications to ones with complex components was challenging. Our skilled instructor weekly project presentation requirements were super effective. Discord for communication was modern and effective. Daily stand-ups kept everyone engaged. The job prep module was beneficial. Only feedback would be focus on software testing would be better. The community was vibrant, yet having more scheduled sessions with junior instructors could be beneficial, especially during challenging weeks.Read Less",Full-Stack Web & App Development (full-time),Web Development +306986,11243,wbs-coding-school,Catia Wolfgang,False,2023,Amazing experience!,2023-12-07,5.0,5.0,5.0,5.0,"Just finished the WBS Coding School bootcamp, and it was an incredible experience! The campus atmosphere was great, with knowledgeable and engaging instructors and collaborative peers. The curriculum covered everything I needed for real-world projects.... Read More Highly recommend to anyone serious about web development. #WBSCodingSchool #WebDevSuccessRead Less",Full-Stack Web & App Development (full-time),Web Development +306985,11243,wbs-coding-school,Garrett Lander,False,2023,"Fantastic, well rounded education",2023-12-07,5.0,5.0,5.0,5.0,"The course is definitely fast paced and intense, but the learning and support is incredible. The more you are able to do some preparation in Javascript in freecodecamp or CodeAcademy, or another platform, the better off you'll be. It's absolutely possible... Read More to complete the bootcamp with 0 prep, and get a lot out of it, but it is definitely a big learning curve. But the course is structured quite well, and project based, so you leave with practical skills you can apply. You learn all the skills you need to make a full stack app from scratch.Read Less",Full-Stack Web & App Development (full-time),Web Development +306377,11243,wbs-coding-school,Hari Pace,False,2023,"Flawless experience at WBS, thoroughly recommend!",2023-11-10,5.0,5.0,5.0,5.0,"Had the best experience at WBS Coding School - the standard of teaching and learning materials are unbelievable, you learn so much in so little time. The course is also remote-friendly which is impressive. I’ve met amazing people during this bootcamp... Read More who I will definitely stay in contact with. The bootcamp was of course tough but as long as you apply yourself, WBS will help you get there!Read Less",Full-Stack Web & App Development (full-time),Web Development +306376,11243,wbs-coding-school,Anonymous,True,2023,Data Science,2023-11-10,5.0,5.0,5.0,5.0,"I embarked on a transformative journey with WBS Coding School's Data Science Boot Camp, and it has been nothing short of exceptional. With 11 years of experience in the insurance industry in India, transitioning to Germany posed a challenge. Recognizing... Read More the importance of technical skills in the job market, I decided to pivot my career to data science. Entering the boot camp with zero IT language knowledge seemed daunting, but WBS proved to be the perfect choice. The diverse mix of students in the class, many like me with limited technical background, created a supportive environment. The standout feature, however, was the experienced trainers. They not only comprehensively understood the needs of the students but also engaged in direct one-on-one interactions, making the learning experience enjoyable and effective. The well-structured course accommodated even those without an IT background, ensuring a thorough understanding of concepts like SQL and Python. The key to success in this program lies in giving your 100% during classes and maintaining open communication throughout the session. I am grateful to the faculty for guiding me through this wonderful journey, making the boot camp a resounding success.Read Less",Data Science (full-time),Data Science and Analytics +306373,11243,wbs-coding-school,Timothy Opaluwa,False,2023,"WBS Coding School, The Best",2023-11-10,4.7,5.0,5.0,4.0,"The best bootcamp with the best and amazing instructors. It was a wonderful experience and I learnt so much. I love it. I love the way they teach and make explanations. The highly professional and friendly approach of our instructors made us learn so... Read More much. I am a career changer who does not know anything about coding before the bootcamp, but now the story is totally different. I would recommend WBS Coding School to anybody, especially career changers.Read Less",Data Science (full-time),Data Science and Analytics +306371,11243,wbs-coding-school,Kevin Kalus,False,2023,Review Web Dev,2023-11-10,5.0,5.0,5.0,5.0,"The WBS Coding school was an experience, I dont want to miss anytime. It helped me changing my career and taught me the fundamentals of coding. The instructors were all kind and helpful, when I faced problems. I can recommend the WBS Coding School to... Read More anyone who considers changing the career or learning a new branch of the tech world!Read Less",Full-Stack Web & App Developer,Web Development +306346,11243,wbs-coding-school,Hyndavi Gajula,False,2023,Very Supportive Instructors,2023-11-09,5.0,5.0,5.0,5.0,"Firstly, am very much Thankful for the structure of the Bootcamp which is mostly of projects. Our Instructors are very supportive through the whole journey and this was my best decision to join the WBS coding school Bootcamp. Thank you so much Hana and... Read More Liane for teaching each topic very clearly.Read Less",Data Science (full-time),Data Science and Analytics +306345,11243,wbs-coding-school,Anh Truong,False,2023,Nice memory with wbs,2023-11-09,4.7,5.0,5.0,4.0,I took the Web dev course in WBS coding school from July to No.2023. I can only recommend this course to someone who wants to change the career to this tech field. They offer nice well structured course and a lot of support in all aspects. Thanks a lot... Read More for everythingRead Less,Full-Stack Web & App Development (full-time),Web Development +306342,11243,wbs-coding-school,Gianni Gkolosi,False,2023,One of the most memorable journeys of my life.,2023-11-09,5.0,5.0,5.0,5.0,"WBS Coding School exceeded my expectations! The engaging curriculum, supportive instructors, and collaborative environment made learning a breeze. From coding fundamentals to real-world projects, it's a stellar program that equips you for success. Highly... Read More recommend!Read Less",Full-Stack Web & App Development (full-time),Web Development +306341,11243,wbs-coding-school,Aarti,False,2023,Nice start in field of Data Science,2023-11-09,4.7,5.0,5.0,4.0,"I successfully completed the data science bootcamp and it was an excellent experience. The instructors were not only knowledgeable but also adept at simplifying complex topics. The curriculum was extensive, providing hands-on projects across various subjects.... Read More The exceptional support, both from instructors and career services, made it a standout experience. Opting for this bootcamp was a wise decision; I gained valuable skills in SQL, Python, and machine learning. It not only offers a thorough education but is also a fantastic starting point for anyone entering the data science field. I highly recommend it!Read Less",Data Science (full-time),Data Science and Analytics +306340,11243,wbs-coding-school,Darrell Roberts,False,2023,Really impressed by my time at WBS Coding School and would recommend it to everybody.,2023-11-09,4.0,4.0,5.0,3.0,Pros: - Super easy to get support for coding problems - Super friendly staff - Relevant and job-friendly curriculum - Good career workshops - Great campus experience - Great community - Great resources open which are also open to alumni community Cons... Read More - Not many job connectionsRead Less,Full-Stack Web & App Development (full-time),Web Development +306339,11243,wbs-coding-school,Khalid Mohamad,False,2023,Great experience!,2023-11-09,4.7,5.0,5.0,4.0,WBS Coding School deserves a big shout-out! Their web development program exceeded my expectations. The engaging lessons and practical projects made learning a breeze. I now feel confident and well-prepared to tackle real-world coding challenges. Huge... Read More thanks to the fantastic team at WBS :DRead Less,Full-Stack Web & App Developer,Web Development +306338,11243,wbs-coding-school,Ehsan Shahdoust,False,2023,Unforgettable On-Campus Experience at WBS Coding School,2023-11-09,4.3,5.0,5.0,3.0,"My time at the bootcamp was truly transformative, and the two weeks on campus were the highlight of the entire program. The hands-on learning and face-to-face interaction with instructors and fellow students made a significant difference in my understanding... Read More of web development. It was during these weeks that I had the opportunity to work closely with others, troubleshoot challenges in real time, and truly immerse myself in the coding worldRead Less",Full-Stack Web & App Developer,Web Development +306337,11243,wbs-coding-school,Jennifer Rothrock,False,2023,Highly recommend WBS Coding School for learning web development,2023-11-09,4.7,5.0,5.0,4.0,"I had a great experience in the Web & App Development course at WBS Coding School. My instructor, tutors and community staff were all so positive and supportive. For anyone interested in learning to code, I highly recommend the program and the school.... Read MoreRead Less",Full-Stack Web & App Development (full-time),Web Development +306334,11243,wbs-coding-school,Tsyklauri Kateryna,False,2023,Absolutely worth it!,2023-11-09,5.0,5.0,5.0,5.0,"I am finally ready to share my experience with anyone who is considering taking WebDev course in WBS Coding School. 5 month ago I was as else scrolling thru reviews to WebDev course in this school and I think thankful to good reviews I decided to dive... Read More in. I am very happy that I did so! School, community management, instructors and everyone else who works for this awesome school will take care of you very well. They are all doing their best to make sure every student have the best experience during those 15 weeks. You will never feel left alone and you will always have anyone who is eager to help you out. If you still haven't decided if you should participate, this is your sign to do so. It is life changing experience!Read Less",Full-Stack Web & App Development (full-time),Web Development +306332,11243,wbs-coding-school,Merle Steffen,False,2023,Data Science Bootcamp: A Transformative Experience,2023-11-09,5.0,5.0,5.0,5.0,"I recently had the pleasure of attending the data science bootcamp at WBS Coding School. It was an incredibly rewarding experience that exceeded all of my expectations. The bootcamp was incredibly well-designed, with a curriculum that covered all of the... Read More essential skills needed to be a successful data scientist. From Python programming to machine learning, I learned everything I needed to know to start my career in this exciting field. The instructors were also top-notch. They were highly knowledgeable and experienced, and they were always willing to go the extra mile to help me learn. I never felt like I was struggling on my own. But what really made the bootcamp stand out was the community. My classmates were incredibly supportive and helpful. We worked together on projects, shared our knowledge, and cheered each other on. It was an amazing feeling to be surrounded by such a motivated and passionate group of people. I am so grateful for the opportunity to have attended this bootcamp. It was a truly transformative experience, and I am now confident in my ability to succeed in my career as a data scientist.Read Less",Data Science (full-time),Data Science and Analytics +305851,11243,wbs-coding-school,Anonymous,True,2023,My Data Science Bootcamp Experience,2023-10-23,4.5,5.0,4.0,0.0,"I recently completed the data science bootcamp part-time online, and I'd like to share my experience. It was a bit challenging, but I found it manageable. What I appreciated the most was how it gave me a broad understanding of the data science field.... Read More The curriculum covered various topics like data analysis, machine learning, and coding.One of the highlights of the bootcamp was the instructor. They were excellent at breaking down complex concepts into simpler, easy-to-understand parts. Their teaching style made difficult topics feel approachable and inspired me to explore more. Plus, I was lucky to have a class full of nice and motivating fellow students who made the journey even more enjoyable. In summary, this data science bootcamp was a valuable learning journey. It was both challenging and doable, providing a comprehensive overview of the field, with a great teacher who made learning enjoyable. If you're considering a data science bootcamp, I highly recommend this one for its balance of challenge, accessible teaching, and the flexibility of online learning.Read Less",Data Science (part-time),Data Science and Analytics +305727,11243,wbs-coding-school,Sofía Tello,False,2023,Great and intense experience!,2023-10-17,4.3,5.0,4.0,4.0,"Before I started the bootcamp I thought it was going to be so hard and complex that I wasn’t going to be able to follow. And it’s true that at times it was really difficult, and I felt that I was being left behind. But, fortunately, having a group and... Read More instructors helped us all to be aware that we were all feeling the same and that it was all just part of the process. I thank them all for all these amazing and challenging times spent together. And getting to know the people in person, on the campus phase, has been truly wonderful! The general experience was great although I feel there are some aspects to improve, like the content on the learning platform, that’s just almost empty as it gets to the end, and also the general planning could be better, especially during the final project and campus phase. It would also be nice to have access to our Codeacademy and LinkedIn ‘pro’ accounts for more time after the bootcamp, since it’s difficult to take advantage of them while being on it.Read Less",Data Science (full-time),Data Science and Analytics +305521,11243,wbs-coding-school,saddam kafawi,False,2023,PERFECT,2023-10-10,4.3,5.0,5.0,3.0,"one of the best experiance for me, the Best School ever ! the teachers are so friendly and always there for u and the projects are well oriented and they always take the opinion of the students very seriously. Perfect expericance to strengthen your knowlege... Read More in the Data World.Read Less",Data Science (full-time),Data Science and Analytics +305439,11243,wbs-coding-school,Tamer Osman,False,2023,A Challenging and Rewarding Experience,2023-10-06,4.3,5.0,4.0,4.0,"I recently completed the Web App Development Bootcamp at WBS Coding School, and I had an amazing experience. The instructors were knowledgeable, supportive, and passionate about teaching. The curriculum was well-designed and covered a wide range of topics,... Read More from front-end development to back-end development to database management. I was particularly impressed by the hands-on learning approach. We started building our own web apps from the very beginning, and we received regular feedback from the instructors. This helped us to learn quickly and to develop our skills in a real-world setting. The other students in the bootcamp were also great. We were all from different backgrounds, but we were all united by our passion for coding. We helped each other to learn and to grow, and we formed a close-knit community. I would highly recommend WBS Coding School's Web App Development Bootcamp to anyone who is interested in learning to code and building web apps. It is a challenging but rewarding program that will give you the skills you need to start your career as a web developer. Thank you to the instructors and students at WBS Coding School for making my experience so positive. I am grateful for your support and encouragement, and I am excited to start my new career as a web developer.Read Less",Full-Stack Web & App Development (full-time),Web Development +305438,11243,wbs-coding-school,Jerry Schmalz,False,2023,Transformative Journey into Coding,2023-10-06,4.7,5.0,4.0,5.0,"WBS Coding School was like diving into the deep end but finding out the water’s fine. The initial guided primer was a fast track through key concepts which felt like a whirlwind at first but was a good prep for what was ahead. The curriculum was solid;... Read More shifting from simple HTML and one-page apps to dealing with complex components was a hurdle. Big shoutout to our instructor Enrique, whose weekly project presentations were a big focusing and motivating force. Using Discord for communication was a smart, modern choice. Daily stand-ups kept us on our toes. The job prep was a handy rundown. A slight bit more focus on software testing and architecture would be a cherry on top. The community vibe was energetic, and having more scheduled time with junior instructors during the tricky weeks would be a nice addition.Read Less",Full-Stack Web & App Development (full-time),Web Development +305430,11243,wbs-coding-school,Ivan Curmi,False,2023,Awesome time,2023-10-06,4.3,5.0,4.0,4.0,"It was 4 months full of information that for sure I am going to use in my future. It is nicely wrapped up with a 2 weeks living on campus, which we had an awesome time. Thanks to all the staff that made this possible. Would highly recommend doing this... Read More experience especially when changing CarrerRead Less",Data Science (full-time),Data Science and Analytics +305399,11243,wbs-coding-school,Anonymous,True,2023,Great experience,2023-10-05,5.0,5.0,5.0,5.0,"I had an immensely positive experience throughout the Bootcamp. Embarking with no prior knowledge of Data Science, I was pleasantly surprised by the comprehensive introduction that laid a strong foundation for my future explorations in the field. The... Read More tutors played a crucial role, exhibiting exceptional teaching skills by meticulously gauging our individual skill levels and ensuring that every participant advanced, fostering an inclusive learning environment.The concluding two weeks at the Coding Campus added an extra layer of enjoyment to the overall journey. The ambiance was not only enjoyable but also conducive to effective learning. The combination of engaging content and a supportive atmosphere made those weeks particularly memorable. In summary, the program surpassed my expectations, providing me with not only valuable insights into Data Science but also a sense of confidence to continue my learning journey. It was a truly fantastic experience that I would highly recommend to others.Read Less",Data Science (full-time),Data Science and Analytics +305396,11243,wbs-coding-school,Sebastian Bayne,False,2023,Amazingly rewarding experience. And intense.,2023-10-05,5.0,5.0,5.0,5.0,"Really has an amazing time. The campus phase made a big difference and was lots of fun. The learning curve for a layperson like me was steep. I really recommend preparing for the bootcamp, anything you can do to learn some stuff before you start will... Read More pay dividends. Also make sure your personal and or work life is as clear of responsibilities as possible. Plan to be tired, hungry and stretched. Also, after comparing with other friends who did other bootcamps in Berlin, I was glad I chose WBS. They cover the important points of the whole discipline. And prepare for a world of data science, which can not be prepared for (if you know what I mean). They really build a nice community around the whole process, during and after the course. You know you are part of it forever. I am proud to be part of that community and know I can always tap into that, personally or professionally.Read Less",Data Science (full-time),Data Science and Analytics +305011,11243,wbs-coding-school,Utomiel,False,2023,I recently completed the WBS datascience course and I must say it was an incredibly enriching experience,2023-09-20,4.3,5.0,4.0,4.0,"This bootcamp exceeded my expectations in several ways. The curriculum was well-structured and provided a comprehensive understanding of datascience. The instructors were not only knowledgeable but also excellent communicators, making complex concepts... Read More easy to grasp and easily accessible. The hands-on approach was of the standout features of the bootcamp. The practical projects and real-world applications allowed me to apply what I learned in a meaningful way. Moreover, the support system within the bootcamp was exceptional. The staff was always ready to assist, and the community of fellow learners fostered a collaborative environment. I also appreciated the career support provided, including resume workshops and job placement assistance.Read Less",Data Science (full-time),Data Science and Analytics +305002,11243,wbs-coding-school,Nursah Kurt,False,2023,What an incredible journey it's been!,2023-09-20,5.0,5.0,5.0,5.0,"I've had so much fun and learned a lot at WBS Coding Schools. With 15 weeks of online learning followed by 2 weeks on campus, the journey has been both enriching and exciting. The instructors are truly exceptional, the fellow participants are fantastic,... Read More and the campus environment and Berlin's charm have made this learning adventure even more special. Choosing this program was one of the best decisions I've ever made, and I wholeheartedly recommend it to everyone. Thanks for everything!Read Less",Data Science (full-time),Data Science and Analytics +304954,11243,wbs-coding-school,Lothar Mwamba,False,2023,Great!,2023-09-18,5.0,5.0,5.0,5.0,"All around one of my best choices to do the course! I've learned alot, get in conntect with a lot of other web developer and get any help i need. Specially in Coding and creating a top CV. Im really thankful for this amazing experience and i miss everybody... Read More in the school.Read Less",Full-Stack Web & App Development (full-time),Web Development +304796,11243,wbs-coding-school,Marcus Krug,False,2023,The Steepest Learning Curves with WBS Coding School,2023-09-12,5.0,5.0,5.0,5.0,"I recently completed the Data Science Boot Camp at WBS Coding School. It was a life-changing experience. The comprehensive curriculum, dedicated instructors, hands-on projects, and helpful community make the programme a top choice for anyone pursuing... Read More a career in data science. The WBS Coding School curriculum covers a wide range of topics essential to becoming a competent data scientist. From data analysis and data visualisation to data engineering and machine learning, the course content is designed to cover the entire data science lifecycle. WBS Coding School instructors are experts with a passionate for teaching and guiding students on their journey into data science. They are approachable, patient and always willing to provide additional support when needed. A feature that stands out of the bootcamp is the focus on practical projects. Throughout the course, students work on real-world projects that simulate the challenges and complexities faced by data scientists in the field. This hands-on experience is invaluable for building confidence and competence. WBS Coding School goes the extra mile to make sure students have access to the resources and support they need to succeed. Learning materials are well structured and the school provides a supportive learning environment. The career guidance team is also excellent, providing job placement and networking support. The sense of community among fellow students is another highlight of the programme. Working with like-minded people, sharing experiences, and solving problems together creates a conducive learning atmosphere that enhances the overall learning experience. One of the ultimate goals of any bootcamp is to prepare participants for the job market, and WBS Coding School excels in this regard. The programme's focus on practical skills and support from the career services team increases the chances of getting a job in Data Science. I highly recommend the Data Science Boot Camp at WBS Coding School to anyone who is serious about entering the field of data science. The comprehensive curriculum, dedicated instructors, hands-on projects, and supportive community make it a top choice for anyone pursuing a career in Data Science.Read Less",Data Science (full-time),Data Science and Analytics +304690,11243,wbs-coding-school,Gabriel Gomez,False,2023,Full-Stack Webentwicklung,2023-09-07,5.0,5.0,5.0,5.0,"Das Bootcamp für Full-Stack Webentwicklung an der WBS COODING SCHOOL war eine intensive, aber lohnende Reise. In erstaunlich kurzer Zeit erwarb ich wesentliche Fähigkeiten und entdeckte eine Leidenschaft für das Programmieren. Mein Leben hat sich um 360... Read More Grad gedreht, und jetzt fühle ich mich bereit, Websites und Apps zu erstellen. Vielen Dank an die ""WBS COODING SCHOOL"" für diese transformative Erfahrung.Read Less",Full-Stack Web & App Development (full-time),Web Development +304681,11243,wbs-coding-school,Nivedha,False,2023,Its an amazing Bootcamp,2023-09-07,5.0,5.0,5.0,5.0,"I took a UX UI product design bootcamp with wbs coding school. They are awesome in terms of curriculum, teaching, career service and everything. Our Instructor Maria was so knowledgeable and calm enough to clarify all our questions and give a design ideas... Read More for our project. She is the best and trust the reviews you don't feel sorry later, they are best in everything from teaching to taking care of students. They do sooo much to train you.Read Less",UX/UI Product Design (full-time),UX/UI Design +304678,11243,wbs-coding-school,Anonymous,True,2023,Good experience.,2023-09-07,4.7,5.0,5.0,4.0,"The supportive and engaging instructor, along with collaborative project work, made the learning experience enjoyable and effective. I found a strong sense of community among fellow students, and the Bootcamp's support system, including peer mentoring... Read More and alumni networks, made the learning journey even more enriching.Read Less",Full-Stack Web & App Development (full-time),Web Development +304676,11243,wbs-coding-school,Alan ZE,False,2023,Thank you WBS Coding School! i'm a Web Developer!,2023-09-07,5.0,5.0,5.0,5.0,"I highly recommend this place, I spent the best few days of my life here, it was nice to meet my group after four months of online learning, and with instructor Mahmoud :) friendly Campus staff and very good vegetarian food in the restaurant :) Thank... Read More you all for everything :)Read Less",Full-Stack Web & App Development (full-time),Web Development +304655,11243,wbs-coding-school,Michael Mcdonnell,False,2023,Best educational experience of my life!,2023-09-06,5.0,5.0,5.0,5.0,"Reflecting on my 15-week journey in UI and UX design, it has been an incredible experience. The program was not only enjoyable but also well-structured, allowing for a deep dive into this field. Exceptional instructors shared valuable insights, and a... Read More carefully crafted curriculum ensured a seamless learning journey. The highlight was the final 2-week campus phase, where I had the chance to meet my fellow colleagues in person. In summary, this intensive and immensely rewarding experience has ignited my passion for digital product design. I wholeheartedly recommend this program to anyone seeking a comprehensive UI/UX design boot camp.Read Less",UX/UI Product Design (full-time),UX/UI Design +304650,11243,wbs-coding-school,Asim Jahangir Khan,False,2023,Top Dara Science bootcamp,2023-09-06,4.7,5.0,5.0,4.0,"I had an exceptional experience with the WBS Coding School Berlin Data Science Boot Camp, especially during the two-week campus phase. This program deserves nothing less than five stars! From day one, the curriculum was well-structured and comprehensive.... Read More The instructors were not only experts in their field but also incredibly dedicated to ensuring that every student grasped the concepts thoroughly. They were patient, approachable, and always ready to provide guidance, making even complex topics seem manageable. The two-week campus phase was a highlight of the program. It allowed us to apply what we had learned in a hands-on environment. The collaborative atmosphere among fellow students made the learning experience enjoyable and enriching. The campus facilities were top-notch, providing a conducive environment for both learning and networking. What sets WBS Coding School apart is its commitment to real-world applications. During these two weeks, we had the chance to work on practical projects, giving us a taste of what a career in data science truly entails. The school also provided excellent career support, including workshops, job placement assistance, and networking opportunities with industry professionals. The support staff deserves special mention for their responsiveness and dedication to ensuring our experience was seamless. They were always available to address our concerns and provide assistance when needed. In conclusion, the WBS Coding School Berlin Data Science Boot Camp, with its exceptional curriculum, outstanding instructors, and hands-on campus phase, is a top-notch program for anyone looking to embark on a data science journey. I wholeheartedly give it a five-star rating and would recommend it to anyone seeking a career in this field.Read Less",Data Science (full-time),Data Science and Analytics +304645,11243,wbs-coding-school,Phoebe,False,2023,Intense and rewarding,2023-09-06,4.3,5.0,4.0,4.0,"The Full Stack Web and App Development course has been the most intense form of study I’ve ever undertaken, more so than university. Its only a few months long but looking at how much I’ve learnt in that time, I feel really proud of my progress. The best... Read More part of this course is the teamwork and the campus phase at the end. It has been so memorable i just wish the whole course could’ve been residential!Read Less",Full-Stack Web & App Developer,Web Development +304640,11243,wbs-coding-school,Gisella,False,2023,Great Experience!,2023-09-06,5.0,5.0,5.0,5.0,I really can‘t believe how much I learned in 15 weeks after taking the Full-Stack Web Development Bootcamp. It‘s amazing how the concepts I never thought I would understand in the beginning now come naturally. The course is intensive but definitely worth... Read More it and the teacher support is great. I highly recommend it!Read Less,Full-Stack Web & App Development (full-time),Web Development +304632,11243,wbs-coding-school,P Castro Martinez,False,2023,It's a MUST!,2023-09-06,5.0,5.0,5.0,5.0,"Yes, it's a MUST! This experience has been incredibly rewarding in every possible sense. If anyone is thinking about joining a bootcamp, I have to say WBS is indeed the place to be. Besides having really awesome and well-prepared instructors, the entire... Read More staff is lovely and prioritizes making you feel like a part of a community filled with experienced individuals who show authentic interest in your improvement. Furthermore, at the end of your adventure, you get to share the beautiful campus with your colleagues, where you'll most likely make amazing friends who will remain by your side as you begin your journey in the field you choose. So, if you come across this review again... it's a MUST!Read Less",Data Science (full-time),Data Science and Analytics +304613,11243,wbs-coding-school,Gael Bassong,False,2023,Totally satisfied,2023-09-05,4.3,5.0,5.0,3.0,"I arrived without any knowledge, but today I am full, full of new abilities and this opens up many avenues for me, I strongly recommend this training to anyone who would like to enter the IT world. Thank you WBS CODING SCHOOL. The instructors are close... Read More to the students, the atmosphere is friendly, the courses well structured, the concepts fit together. It is not easy to start from scratch in an area, fear, doubt, anxiety all mix together but here, thanks to their particular method, these feelings disappear over time to give way to absolute confidence.Read Less",Full-Stack Web & App Developer,Web Development +304610,11243,wbs-coding-school,Andrej S.,False,2023,Overall Experience was excellent,2023-09-05,5.0,5.0,5.0,5.0,"It was an amazing journey and much fun! I am someone who has had experience in programming before but i still learned a lot in this course. I couldn't be happier about my choice, I can only recommend the WBS Cooding School to everyone. Tnx for everything!... Read MoreRead Less",Full-Stack Web & App Development (full-time),Web Development +303753,11243,wbs-coding-school,Haanim Bamadhaj,False,2023,Great learning experience,2023-08-10,5.0,5.0,5.0,5.0,"The 15-week Marketing Analytics course gave me a sound understanding of how to collect and analyse and present marketing data. We had enough practice, feedback and group work to have a healthy mix of socialising and learning from various sources and perspectives.... Read More Our instructor was very knowledgeable and extremely patient. He also had general career advice and had a good idea of the German industry landscape for migrants. I like the way WBS is set up with career counseling included and community managers at hand. I spent the final 2 weeks on campus and it was a great opportunity to network (I also call it making friends) and enjoy the gorgeous campus and some swims in the Spree. My course was fully sponsored by Agentur für Arbeit. They also covered additional state child-care and my BVG card. All in all I got the sense that everyone at WBS and AFA care about my success in the German job market.Read Less",Marketing Analytics (full-time),Sales and Marketing +303595,11243,wbs-coding-school,Dotun Olujide,False,2023,Empowering Computer Journey!,2023-08-06,5.0,5.0,5.0,5.0,"I'm delighted to share my experience with this bootcamp! After completing my bachelor's degree, I was searching for a way to work with computers and data input. This bootcamp was the perfect fit! The team was incredibly supportive and motivating, and... Read More the instructors were always there to help during my weaker moments. Their encouraging words and useful tips boosted my confidence, and I enjoyed every class section thoroughly. I wish it could have continued forever because the energy and enthusiasm were outstanding. I learned a lot and truly enjoyed the whole experience. Highly recommended!Read Less",Data Science (part-time),Data Science and Analytics +303569,11243,wbs-coding-school,Joram Gathundo,False,2023,An amazing time at WBS coding school,2023-08-05,5.0,5.0,5.0,5.0,"After 15 weeks at WBS Coding School my life has been transformed, I have learnt so much and now i confidently cll myself a fullstack web developer! The teachers were really knowledgeable and always ready to help. They made sure we learned everything and... Read More the best practises we need to succeed in coding. We got to do hands-on projects, which helped us practice what we learned. The school had a great environment where we could work together with other students. I'm so grateful for the skills I learned there, and i look forward to working on more project and at some point mentor other students. If you love coding and want a top-notch learning experience, I highly recommend this school!Read Less",Full-Stack Web & App Development (full-time),Web Development +303538,11243,wbs-coding-school,Andreea Belu,False,2023,Amazing Data Science Bootcamp!,2023-08-04,4.7,5.0,5.0,4.0,"Now that I have just finished the Bootcamp, I can say what an amazing journey it was! It was intense, sometimes hard and frustrating, but at no point did I lose motivation. I learned lots of new things and met a bunch of amazing people. I not only participated... Read More in a course but was also part of a community! Thank you, WBS!Read Less",Data Science (full-time),Data Science and Analytics +303497,11243,wbs-coding-school,Federico Egidi,False,2023,best experience of my life,2023-08-03,4.7,5.0,5.0,4.0,"i am amazed about Graduating today as a Web Developer after attending a Bootcamp @ WBS Coding School. the hybrid combination of online Lesson with the on-side Campus phase here in Berlin it is a great boost for the learning path it was such a great experience... Read More participating to it, i was able to turn myself from ""almost no coding experience"" to Full Stack Web Developer, i feel so proud of it and i also so grateful for this opportunity. I can only suggest any future Student who wants to enroll and bootstart their coding career to not hesitate and sign up for a life-changing experienceRead Less",Full-Stack Web & App Development (full-time),Web Development +303476,11243,wbs-coding-school,Craig Nicolay,False,2023,An incredible journey into data science,2023-08-02,5.0,5.0,5.0,5.0,"I started this bootcamp with little to no programming experience and finished the bootcamp feeling comfortable applying for a Data Science position. Coming from a background in geology, mineral exploration and mineral beneficiation, I could also apply... Read More my previous experience for the final project called Mining for the future. If someone is looking into a Data Science bootcamp, I would highly recommend WBS coding school.Read Less",Data Science (full-time),Data Science and Analytics +303475,11243,wbs-coding-school,Eli Weaverdyck,False,2023,Excellent data science bootcamp with fantastic community.,2023-08-02,5.0,5.0,5.0,5.0,"My data science bootcamp was fantastic! I learned how to code in Python and SQL and gained in-demand skills in areas like data visualization, A/B testing and machine learning. But what really sets WBS apart from other bootcamps is the sense of community.... Read More Doing daily stand-ups in the morning and check-outs in the evening let me get to know my classmates and my instructor. And then I got to meet everyone in person in Berlin for a two-week, on-campus experience that was absolutely priceless! The combination of focused, intense group work and a beautiful, comfortable environment let me go further than I ever would have thought possible. I cannot recommend WBS CODING SCHOOL highly enough!Read Less",Data Science (full-time),Data Science and Analytics +303465,11243,wbs-coding-school,Clement Osei Bonsu,False,2023,Great place to learn,2023-08-02,3.0,1.0,5.0,0.0,"I was particularly impressed by the practical approach of the bootcamp. We had the opportunity to analyze various marketing case studies and apply our knowledge in real projects, which significantly strengthened my understanding and confidence in the... Read More field. The supportive environment at WBS Coding School also contributed to our success. The team was always there to assist us and provide access to the latest resources and tools, ensuring that we stayed updated with industry trends. THE BEST SO FAR...Read Less",Marketing Analytics (full-time),Sales and Marketing +303443,11243,wbs-coding-school,adnan,False,2023,Great Experience and,2023-08-01,4.7,5.0,5.0,4.0,"I recently completed the Full Stack Web Development Boot Camp at WBS Coding School, and it was a life-changing decision. Throughout the program, I had an immersive and empowering experience delving into the realm of web development. The curriculum was... Read More well-crafted, covering all the essential aspects of full-stack web development, starting from HTML, CSS, and JavaScript fundamentals, and advancing to more complex topics like React, Node.js, Express, and databases. The instructors were seasoned industry professionals who were always approachable, patient, and dedicated to resolving our queries and offering valuable project feedback. Beyond learning technical skills, the boot camp connected me with a supportive community of like-minded individuals. In summary, my time at WBS Coding School's Full Stack Web Development Boot Camp was truly exceptional, and I wholeheartedly recommend it to anyone looking to embark on an enriching journey into the world of web development.Read Less",Full-Stack Web & App Development (full-time),Web Development +303369,11243,wbs-coding-school,Pedro Duarte,False,2023,Empowering experience with WBS Coding School,2023-07-31,5.0,5.0,5.0,5.0,"Recently, I had the privilege of participating in the Marketing Analytics bootcamp at WBS Coding School, and I must say it has been an exceptional experience that exceeded my expectations in many ways. This hybrid program, which combined the convenience... Read More of online learning with the immersive on-campus experience during the final three weeks at a hotel near the river, proved to be the perfect formula for advancing my career in the digital marketing world. The learning throughout the course was undoubtedly one of its highlights. From the beginning, it was evident that the program was designed to provide participants with a solid foundation in marketing and a deep understanding of how to leverage analytical tools to make informed decisions. The instructors demonstrated exceptional mastery of the subject matter and were approachable and willing to address all of our inquiries. The quality of the instructional materials and online resources was also top-notch, facilitating the learning process and allowing us to acquire practical and immediately applicable knowledge for the real world. In addition to the excellent program content, the emphasis on networking was a valuable addition. The WBS Coding School provided us with numerous opportunities to interact with other marketing professionals and data analysis experts. These enriching interactions allowed us to expand our network of contacts and share ideas with individuals who shared our passion for digital marketing and data analysis. In summary, the Marketing Analytics bootcamp at WBS Coding School exceeded my expectations in every aspect. From the well-structured content and practical approach to the emphasis on networking and the immersive experience in an inspiring environment, this course offers everything needed to become a highly qualified professional in the field of digital marketing and data analysis. If you are looking for an opportunity to develop your skills and advance in your career, do not hesitate to consider this bootcamp as an investment in your professional future. Thank you to WBS Coding School for providing a transformative and enriching learning experience!Read Less",Marketing Analytics (full-time),Sales and Marketing +303344,11243,wbs-coding-school,Anne Pohlmann,False,2023,Transformative Experience at WBS Coding School's Web and App Development Bootcamp,2023-07-30,4.7,5.0,5.0,4.0,"I had the incredible opportunity to attend the Web and App Development Bootcamp at WBS Coding School, and I must say it was nothing short of extraordinary. As someone with the desire to become a skilled developer, this bootcamp was the perfect choice... Read More for building up my skills and pursuing a career in the tech industry. The curriculum was comprehensive and expertly designed, covering everything from the fundamentals of web development to advanced app creation. Under the guidance of experienced instructors, I felt supported throughout the journey. The hands-on approach allowed us to dive straight into real-world projects, gaining practical experience and building a solid portfolio along the way. The highlight of the bootcamp was the dynamic and collaborative learning environment. Working alongside like-minded peers from diverse backgrounds was not only inspiring but also fostered a strong sense of camaraderie. Group projects encouraged us to think critically, problem-solve and communicate effectively, skills that are invaluable in the professional world. What truly sets WBS Coding School apart is the unwavering support and mentorship provided by the teaching team and your fellow students. Always answering questions, helping out, provide guidance and offer constructive feedback, ensuring that every student felt encouraged and confident in their learning journey. Another aspect worth mentioning is the continuous career support. The bootcamp's dedicated career services team helped us prepare for interviews, optimize our resumes and setting us on a path towards successful job placements. The facilities and resources provided by WBS Coding School were top-notch, creating an environment conducive to learning and creativity. Additionally, the flexibility of the bootcamp allowed me to balance my studies with other commitments, making it accessible to aspiring developers from various walks of life. In conclusion, WBS Coding School's Web and App Development Bootcamp is an outstanding program that equips aspiring developers with the knowledge and skills to thrive in the tech industry. Whether you're a beginner or looking to level up your skills, this bootcamp is a game-changer. I highly recommend it to anyone seeking a transformative learning experience and a stepping stone towards a rewarding career in web and app development.Read Less",Full-Stack Web & App Development (full-time),Web Development +303338,11243,wbs-coding-school,Anokhi Maniar,False,2023,A Roller coaster of 15 weeks of Marketing Analytics Bootcamp,2023-07-30,4.7,5.0,5.0,4.0,"I had a fantastic experience in the Marketing Analytics bootcamp with an excellent instructor, Adithya. The teaching techniques, material, and module structure were top-notch. The campus phase was enjoyable as I worked with and met other colleagues, making... Read More it a great opportunity to boost skills. I highly recommend WBS CODING SCHOOL to anyone interested in enhancing their Marketing analytics abilities.Read Less",Marketing Analytics (full-time),Sales and Marketing +303337,11243,wbs-coding-school,Aleksandar Gjorgjevikj,False,2023,Great Experience,2023-07-30,5.0,5.0,5.0,5.0,"I had an incredible experience at WBS Coding School! The instructors were knowledgeable, supportive, and always ready to help. The curriculum was well-structured and covered all the essential topics to succeed in the coding world. The hands-on projects... Read More and practical assignments allowed me to apply what I learned effectively. The learning environment was fantastic, fostering collaboration and networking with fellow students. I am truly grateful for the skills I gained during my time at WBS Coding School, which have opened up exciting opportunities for me in the tech industry. I highly recommend this school to anyone passionate about coding and looking for a top-notch learning experience!Read Less",Full-Stack Web & App Development (full-time),Web Development +303317,11243,wbs-coding-school,Lakisha Adu,False,2023,Top Marketing Analytics Bootcamp!,2023-07-28,5.0,5.0,5.0,5.0,"Top Marketing Analytics Bootcamp! The Marketing Analytics Bootcamp at WBS Coding School deserves my wholehearted recommendation! From start to finish, the experience was exceptionally enriching. The well-structured curriculum provided a balanced blend... Read More of theoretical knowledge and hands-on application, while our highly qualified instructor, Vyas, guided us through the material with great enthusiasm. I was particularly impressed by the practical approach of the bootcamp. We had the opportunity to analyze various marketing case studies and apply our knowledge in real projects, which significantly strengthened my understanding and confidence in the field. The supportive environment at WBS Coding School also contributed to our success. The team was always there to assist us and provide access to the latest resources and tools, ensuring that we stayed updated with industry trends. Overall, the Marketing Analytics Bootcamp was a valuable investment in my professional future. I wholeheartedly recommend it to anyone looking to enhance their marketing skills and thrive in this field.Read Less",Marketing Analytics (full-time),Sales and Marketing +302944,11243,wbs-coding-school,Almuth Hattwich,False,2023,Awesome!,2023-07-18,5.0,5.0,5.0,5.0,I undertook the Data Science Bootcamp and it was a wonderful experience. I learned al lot but what is even better for me - I feel now I will be able to learn what I need in the future. Thank you instructors and team! Also - if you take the online course... Read More and have the possibility to go to campus for the last two weeks - do it! Campus is a great place.Read Less,Data Science (full-time),Data Science and Analytics +302843,11243,wbs-coding-school,GLopez,False,2023,Really is the best bootcamp available now,2023-07-13,5.0,5.0,5.0,5.0,"I just finished the Web and App Development Training program at WBS Coding School and it was an amazing journey. I want to express my sincere gratitude to the committed individuals at WBS Coding School, including the instructors (Thank you, Reagan and... Read More Lilian, for your patience and generosity in sharing your knowledge.), staff, and the supportive community, for creating an exceptional learning atmosphere. The boot camp's focus on practical learning instead of theoretical concepts enabled me to fully comprehend coding principles through hands-on practice. This curriculum has been carefully crafted to cover a diverse range of technologies, making it an excellent starting point for those wishing to enter the tech industry. Whether you're looking to switch careers or enhance your skills in the constantly evolving world of programming languages and technology, this bootcamp is sure to exceed your expectations.Read Less",Full-Stack Web & App Development (full-time),Web Development +302770,11243,wbs-coding-school,Puri,False,2023,Tough but worth the effort!,2023-07-11,5.0,5.0,5.0,5.0,"You get a lot of material to learn and since it's an intensive course it's sometimes hard to keep up, but since there is no grading process the pressure is bearable and in group projects you can learn a lot with your colleagues and from each other. Personally,... Read More I was lucky to be part of a particularly warm and helpful group, and probably taught by the best two leaders Reagan and Lilian. <3 But the staff is generally very friendly! The company is modern and represents values that I share. The atmosphere in the last two weeks on site was warm and supportive and the campus is a wonderful place. If there was any criticism from my side, it was always taken seriously and directly implemented if possible and realistic.Read Less",Full-Stack Web & App Development (full-time),Web Development +302741,11243,wbs-coding-school,Gian Andrea Inkof,False,2023,An incredible experience,2023-07-10,5.0,5.0,5.0,5.0,"he data science bootcamp at WBS coding school was an incredible experience. The instructors were knowledgeable and supportive, and the curriculum was comprehensive. The emphasis on collaboration and hands-on projects helped me gain practical skills. I... Read More highly recommend this bootcamp to anyone interested in data science.Read Less",Data Science (full-time),Data Science and Analytics +302740,11243,wbs-coding-school,Daniel Quandt,False,2023,This Bootcamp changed my life!,2023-07-10,5.0,5.0,5.0,5.0,"I am switching careers and I am so so happy that I have chosen the WBS Coding School for that! I've just finished the Full Stack Web and App Development Bootcamp. The materials are very well designed, the classes are very well structured and the instructors... Read More and the whole community are just lovely, helpful and patient. I managed to learn how to work with MERN Stack from scratch and it just feels great! It is a challenging experience, but it is absolutely worth it! The two final weeks at the Campus in Berlin where so crazy good times. I will never forget the past 17 weeks and I can just encourage everyone to sign in for this course! Thank you, WBS for helping me becoming a true WebDev!Read Less",Full-Stack Web & App Development (full-time),Web Development +302739,11243,wbs-coding-school,Yu Ting Weng,False,2023,Once in a lifetime experience,2023-07-10,5.0,5.0,5.0,5.0,"Once in a lifetime experience, everyone in the campus is super nice, and the location is nice too, it's next to the Spree, just go swimming every day in the river! also with green area, the food they provide is amazing. I won't forget the time I spent... Read More in the campus.Read Less",Full-Stack Web & App Development (full-time),Web Development +302699,11243,wbs-coding-school,Anonymous,True,2023,THE BEST CODING SCHOOL EVER,2023-07-08,5.0,5.0,5.0,5.0,"I really loved this school. it was my best design to join this bootcamp. The only thing i really wants is that its better if it can be a bit little longer for example 6 months and 4 week camp.even the short time is enough, but we can learn more and be... Read More better prepared for our new journey. The instructor are the best, they explain everything so smoothly so everyone can understand everything And the best of the best part are the recapes and the Demo-Days. On Demo-Day when you see the the final projects its the best feeling that after 17weeks I will be there at that LevelRead Less",Full-Stack Web & App Developer,Web Development +302697,11243,wbs-coding-school,Stefan Lemke,False,2023,Intense and totally worth it,2023-07-08,4.7,5.0,5.0,4.0,My class members where amazing human beings and willing to help at any time. The course itself is well thought through and the instructors are just awesome! Their dedication and patience really make the difference. They work on equiping you with the starter-set... Read More of skills to become a Full-Stack developer. One of the best learning experiences and have had so far!Read Less,Full-Stack Web & App Development (full-time),Web Development +302695,11243,wbs-coding-school,Miroslav Ljubicic,False,2023,"One of best learning experience of my life, if you can take opportunity to get and join community in Berlin for two weeks take it, it's was awesome to code and spend time with your teammates and everyone else.",2023-07-08,5.0,5.0,5.0,5.0,"WBS Coding School offers several advantages, including highly organized learning structures, a strong sense of community, and exceptional instructors. In my experience, the instructors at WBS have been unparalleled. However, it's important to note that,... Read More being a boot camp, the program can occasionally feel overwhelming.Read Less",Full-Stack Web & App Development (full-time),Web Development +302676,11243,wbs-coding-school,Thomas,False,2023,Große Schritte in ein neues Leben,2023-07-07,5.0,5.0,5.0,5.0,"Ich war von Anfang an sehr skeptisch, aber nach kurzer Zeit sind alle Zweifel verflogen. Wenn du nach einer Weiterbildung suchst, bei der die Instruktoren/Dozenten dich ernst nehmen, deinen Lernprozess aktiv und proaktiv begleiten und Menschen gemeinsam... Read More an einem Ziel arbeiten, um dein Wissen auf ein neues Level zu bringen, dann bist du bei der CodingSchool in Berlin genau richtig. Abgesehen von dem Wissen, das mir vermittelt wurde, hatte ich auch die Möglichkeit, großartige Menschen kennenzulernen. Nach den 17 Wochen fühle ich mich bereit, die nächsten großen Schritte in ein neues Leben zu wagen. Grüße ThomasRead Less",Full-Stack Web & App Developer,Web Development +300840,11243,wbs-coding-school,Elena Bubeeva,False,2023,Intense 15-week course to boost your career in marketing analytics,2023-05-03,4.7,5.0,5.0,4.0,"I took a course in Marketing Analytics at WBS from January to April 2023. It was the first batch that specialised in the analysis of marketing channels including data collection, analysis and visualisation. Overall, the course equips you with the right... Read More skill set and stack you need to enter the digital analytics job market. Add to this, skilful competent instructors who have patience and availability for you anytime you have a question. I particularly enjoyed the practical side of the course - by the end of the course, you graduate with a solid portfolio of projects you can showcase to your future employer. There are also interactions with other batches during career days and the on-campus phase, hence by the end of the course you have a strong network of people soon to work in the tech industry, too such as devs, data scientists, and product designers.Read Less",Marketing Analytics (full-time),Sales and Marketing +300600,11243,wbs-coding-school,firdaus zeya,False,2023,I had a wonderful experience with WBS Coding School!!,2023-04-25,5.0,5.0,5.0,5.0,"I was having my apprehensions before joining the Data Science Bootcamp, mainly because I studied Biology and worked as a Bioinformatics researcher almost all my life. I was thinking these coming months will be really challenging. But as soon as I joined... Read More the Bootcamp, the staff, instructors, and even my colleagues made it a cakewalk, to say the least. It was intensive at times as we were learning so much in such a short time. There was always a positive, open-minded atmosphere. The instructors were so supportive and friendly. We got career coaching where we prepared our Tech CV, followed by brushing up our Linkedin profiles, and finally interview preparation! Ultimately, I went to campus for 3 weeks, where I met all these amazing people. In those 3 weeks, we had so much fun while finishing our final project. I recommend WBS Coding School to anyone who is looking for a Bootcamp, choosing WBS Coding School was one of the best decisions I made for my Career.Read Less",Data Science (full-time),Data Science and Analytics +299469,11243,wbs-coding-school,Christopher Galloway,False,2023,The best experience,2023-03-23,5.0,5.0,5.0,5.0,"I couldn't be happier than to have attended WBS Coding School. Really, I've not been so interested or engaged since my time at Uni. The pace of course work could at times (but *only* at times) be a bit slow for me, but there's always more to read, improve,... Read More or rethink. Go as deep as you want! I feel better prepared for the job market, both in terms of skills and dealing with the process, than I have in years. The people are all spectacular human beings and they are unquestionably supportive the whole way through. Bravo!Read Less",Data Science (full-time),Data Science and Analytics +299192,11243,wbs-coding-school,V.,False,2023,Recommendable,2023-03-15,3.7,4.0,4.0,3.0,"I recently finished the full-time WebDev course and can overall recommend it. I spent a lot of time researching different bootcamps that can be taken with a voucher from the Agentur für Arbeit and this one came across as the friendliest and most transparent... Read More concerning their curriculum. Before starting the actual bootcamp phase you will be given the option of completing a primer which already has a lot of useful information for your further journey. The bootcamp itself is quite fast-paced and it didn’t hurt that I had prior experience in coding. Nevertheless, it is very much possible to complete it without any prior knowledge. During those 15 weeks you will be given a lot of input on different topics and many practical tasks and group work to exercise your newly-gained knowledge. One should know that those 15 weeks are just a start into web development and time is hardly sufficient to deal with the matter in-depth (that’s the downside). However, I was really lucky to have a top-notch lead instructor who had a lot of knowledge and interpersonal skills. There are some things that could be improved such as (the order of) some tasks or the support given by junior instructors that only recently graduated themselves. What really stood out to me was the entire staff’s friendliness and willingness to help! The (optional) campus phase at the end of bootcamp was a once-in-a-lifetime experience – you shouldn’t miss out on that!Read Less",Full-Stack Web & App Development (full-time),Web Development +299052,11243,wbs-coding-school,Stan,False,2023,Exactly what i've looked for,2023-03-13,5.0,5.0,5.0,5.0,"I remember spending around 1 month researching coding schools in Germany. I had around 5-6 different calls in total. Well when i finished them only one of them gave me a good feeling - WBS. I decided to trust them and then immediately prove me that my... Read More choice was right. They have an incredible online community from which you are a part from day 1 and even after your bootcamp ends. Everybody knows a bootcamp will be hard, but the staff is doing all their best to help you through this journey. I knew what is coming and i was prepared mentally for hard 15 weeks of studying. I really had to spend a lot of time and also extra hours almost everyday to keep up with the new topics, but this was to be expected. The good working structure of the school makes it possible for you to focus on your studies and they are always open to feedback and questions or difficulties you might be facing. I was also able to join the Campus phase which also were amazing. Being able to focus on your final project on campus and meet all the people you spent so much time online with was something that only added to the whole experience.Read Less",Full-Stack Web & App Development (full-time),Web Development +299043,11243,wbs-coding-school,Alexander Dolch,False,2023,Once in a lifetime experience with learning something super interesting,2023-03-13,5.0,5.0,5.0,5.0,"I had the pleasure of embarking on an absolutely amazing trip recently, and I must say, it was an experience of a lifetime. The staff were incredibly professional, ensuring the safety and comfort of all participants throughout the entire journey. The... Read More curriculum was well-planned and engaging, with a perfect learning curve. I cannot recommend this trip enough - it was truly a once-in-a-lifetime opportunity. If you get the chance to participate, I highly suggest you take it - you won't regret it!Read Less",Data Science (full-time),Data Science and Analytics +297900,11243,wbs-coding-school,Yanish Veerahoo,False,2023,15 weeks of expansion!,2023-02-12,5.0,5.0,5.0,5.0,"A life-changing experience it has been, reminding me of how steep my learning curve can be and how much I can actually accomplish in a short amount of time. The push and motivation not only came from the carefully-picked material that is taught and the... Read More amount of it, but also from the structure of the course and the environment it was being taught in. The bootcamp definitely exceeded all expectations I had. It was challenging, but the goal never seemed unachievable. It re-shaped my thinking, making me more solution-oriented and gave me belief that with the right mindset anything can be achieved. The pace can be quite intense at times, but the community one becomes part of when joining WBS Coding School makes sure that it never becomes overwhelming. The new concepts I was learning every day sure kept me on my toes and kept pulling me back for more. I could see how much effort has been put in designing the course, which is constantly being improved through student feedback. I picked this Data Science bootcamp in large part because it is project-oriented and not exam-oriented. One really gets a feel of what it would be like to work in the industry and by the end feel prepared to enter the market, with a portfolio of diverse projects to show for. The instructors were friendly, supportive, helpful, dedicated, driven, knowledgeable and professional. The combined work of the instructors and all other staff, such as Community Services and Career Services, created a safe, inclusive and reliable atmosphere where one could grow intellectually and emotionally. Communication was always easy, fast and friendly. The hybrid nature of the bootcamp also impressed me. The first 12 weeks were online, whereby we had contact time with our instructors every single day. At no point did I feel alone in front of my computer. The last 3 weeks, which is the project phase, can be done on campus in Berlin if one chooses to. Meaningful relationships built with my classmates and instructor were definitely solidified during these 3 weeks we spent in person together. I only have good things to say about my time at WBS Coding School and would highly recommend this bootcamp, which I wish didn't end after 15 weeks.Read Less",Data Science (full-time),Data Science and Analytics +297694,11243,wbs-coding-school,Oussama Lajnef,False,2023,Amazing Experience,2023-02-07,4.3,5.0,5.0,3.0,"From our first contact with the admissions officer, throughout our training with such dedicated instructors, and all the way down to our first job application, CV and LinkedIn profile updating backed by the career services, there was always someone for... Read More us in every step of the way supporting us whenever we need it.Read Less",Data Science (full-time),Data Science and Analytics +297616,11243,wbs-coding-school,Monique Bächtold,False,2023,Life Changing,2023-02-06,4.7,5.0,5.0,4.0,"I only have good things to say about the course, the teacher was always very patient and dedicated, she tried to clarify all our doubts and the content was very complete, with current and practical examples. The classes always started punctually, and... Read More the teacher asked us if we had any questions and how the project was going. The campus phase was great for us to understand what it would be like in a work environment, we could have contact with colleagues from other courses and tighten our bonds with classmates.Read Less",Digital Product Design (full-time),UX/UI Design +297547,11243,wbs-coding-school,Alexandra Cange,False,2023,Life changing Experience!,2023-02-03,5.0,5.0,5.0,5.0,"WBS Coding school is a real community! I would recommend this school 100 times. The staff is just lovely, really supportive and helpful! I had the chance to get an amazing instructor, and an amazing group to work with! I have learned a lot, it has been... Read More intense but I would do it again if it has to be done again. I feel confident on my skills, I have a lot of projects in my Portfolio, thank you to the school and the staff there!Read Less",Data Science (full-time),Data Science and Analytics +296932,11243,wbs-coding-school,Sabahuddin Ahmad,False,2023,A Bootcamp that ensures all-round development,2023-01-23,5.0,5.0,5.0,5.0,"The best part of the course is that you don't feel separated or lost even if it is online. Thanks to instructors who put a lot of effort into making things assimilate in our brains. The daily morning standups and evening checkout ensured that we were... Read More still on the right track. I started the course with very little coding experience, but I expected to get hands-on experience with real data, and I am glad that this course was the right choice. Our instructors were always available for the rescue whenever we got stuck. There were multiple carrier days, and on these days we were free from coding but had to join the brainstorming career sessions. Career-related classes enriched our profile to the best we could. In both the career days, as well as the projects from the BootCamp we were assigned, random groups. Working in those groups was another level of experience. There were surprise visits into our classrooms for feedback and update about our bootcamps by community experts at WBS Coding School. For the final project phase, I was lucky to be in Berlin because otherwise, I would have missed the quality time that I spent here. The campus is well connected with public transport (even late at night). On campus, I just had to worry about the project, no worries about cooking, and internet speed. Inviting hugs from everyone made it feel like we know us from before (so welcoming). The campus is located next to a beautiful river ""Spree"" which is super amazing when we take breaks between coding. Although it was really cold outside, I think I spent a few hours (all together) with my classmates and instructors. Last but not least, the BootCamp was in English.Read Less",Data Science (full-time),Data Science and Analytics +296788,11243,wbs-coding-school,Kaj Kandler,False,2023,Intense Bootcamp with great support and team spirit,2023-01-18,5.0,5.0,5.0,5.0,"WBS delivered on what it promised. The 15 weeks gave me an intense learning curve through Data Science, starting from major Python libraries like pandas and scikit-learn, through Jupyter notebooks, database handling via SQL and machine learning techniques... Read More such as clustering, classification and regressions, a wide spectrum was covered. The material was very well put together. The LMS was well structured and some lessons were borrowed from Codecademy Pro as well as LinkedIn. The teaching team handled feedback well in the spirit of continuous improvement. The teaching of data science was complemented with various sessions on job search, writing resumes and applications, building up your profile on LinkedIn and how to interview with prospective employers. The pace of the course was challenging at the beginning, after all it is a bootcamp. However, there were lots of well detailed instructions to catch up. I liked it a lot that there were optional challenges and material to discover for self studies. That way every participant could build up from their already existing knowledge. Over time expectations shifted to mostly figure things out by yourself. This left me with a solid sense of what I can now do on my own. The ""learning by doing"" culminated in a 3 week final project (optionally on campus). My final project was ""Generating a topical map for a niche website."" I ended up with a solid result, which I'll test on a real website in the coming months. The best part of the bootcamp was our teaching staff. Our lead teacher treated us as adults and allowed us to push as hard as we could into any direction. He patiently helped us through problems of understanding and went the extra mile to research issues he had not seen before. At the same time he fostered a lot of collaboration and team spirit. There were no negatives for me along the way. I wish I could extend the camp for another 4 weeks. If you are looking for hands-on training in data science and have 15 weeks of time, I can highly recommend the WBS bootcamp.Read Less",Data Science (full-time),Data Science and Analytics +295885,11243,wbs-coding-school,Mary,False,2022,Perfect your skills with WBS Coding School,2022-12-16,4.3,5.0,4.0,4.0,"It has been a very interesting journey of 15 weeks. I really enjoyed learning and overcoming the challenges we faced in our study. Working in a group helped improve my programming skills. ""Communication is key""! we were all from different parts of the... Read More world, spoke different languages, but programming brought us together and we had a great time together. Pros: Great community, the support and motivation of the staff helped me move forward, working in a team always provided an opportunity to learn something new. Cons: You have to work very hard to get results. If you are new to programming, it will be difficult, but you don't have to give up.Read Less",Full-Stack Web & App Development (full-time),Web Development +295766,11243,wbs-coding-school,Samin Fatehpoornashteban,False,2022,junior full stack,2022-12-14,4.5,5.0,4.0,0.0,"first of all I would like to thank all the WBS guys who made 3 weeks of the campus memorable for us.... very tasty and healthy food.. the chef was very kind and cooked for us with love.. our campus athmosphere, our room and Atari room were clean and tidy..... Read More I hope that those who like to enter the world of programming in future will definitely choose the WBS and do not miss the campus phase :)Read Less",Full-Stack PHP Web Development (full-time),Web Development +295614,11243,wbs-coding-school,Xiang Yi Kiong,False,2022,Not regret to choose this bootcamp!,2022-12-09,4.0,4.0,4.0,4.0,"Pros: Useful tech to apply in job. Mainly learn REACT JavaScript to create website. 3 weeks to learn in the campus were a great plus to meet the community. The management reacts when we have complaints to change teacher. It is important as my batch has... Read More a new teacher. Cons: A lot of changes of the trainers, so if the trainer has no experience to teach, then it will be very bad. In my case, we had a new teacher and it was unfortunate. But at the end we manage to ask to change our trainer. It went well at the end. I will recommend this school overall. I have researched all the school in Germany and this should be one of the best school.Read Less",Full-Stack Web & App Development (full-time),Web Development +295575,11243,wbs-coding-school,Luben Stoyanov,False,2022,Growth and joy,2022-12-08,4.0,4.0,4.0,4.0,I really enjoyed the different characters in the class. The curriculum is clearly structured. The most important part were the group projects where you learn how to communicate technical problems and solutions. The crossovers were a little to much for... Read More my taste. The careers services were informative and helpful. Overall I experienced growth and joy.Read Less,Full-Stack Web & App Developer,Web Development +295574,11243,wbs-coding-school,Malaiz Daud,False,2022,Fun coding with family,2022-12-08,4.0,4.0,4.0,4.0,"The program is a solid first stepping stone to the world of technology. Below are some pros and cons: Pros: - The curriculum is rich and up to date. - One gets a very good overview of the web development landscape. - Our class wasn't only a learning space... Read More but also a close-knit community for mutual support and having fun. - The community management department was on the money. They were present but not in your face. Their communication was spot on and they even behaved more stellar in person. - The career service is a good initiative but definitely needs to develop further to meet the needs of the students. Cons: - The lectures can be more organized. - The instructions should get some training in teaching methods and intercultural skills. - There should also be an effort to properly understand and respond to a huge array of experiences, professions, educational backgrounds, cultural and ethnic backgrounds that the students bring in.Read Less",Full-Stack Web & App Development (full-time),Web Development +295572,11243,wbs-coding-school,Bruno Mendonça Silveira,False,2022,Great Boot Camp for beginners and advanced students,2022-12-08,5.0,5.0,5.0,5.0,"I had a great experience with the Boot Camp, was an opportunity to learn so much in a small amount of time. I got to learn wonderful people, from students to staff and would definitely recommend this course to other people. The only criticism I could... Read More give is the crossover day. I think it could be better organized and maybe just happen once.Read Less",Full-Stack Web & App Development (full-time),Web Development +294550,11243,wbs-coding-school,Niklas,False,2022,the best 15 week boot camp for web development,2022-11-04,4.7,5.0,5.0,4.0,"super great community, great supervisors and even better trainers. A great support on the way to becoming a developer. Great and varied projects, which are super close to the real winding and great people you get to know. With the attached preparatory... Read More course, you can start your 15-week journey to becoming a developer with confidence. An absolute recommendation!Read Less",Full-Stack Web & App Development (full-time),Web Development +294547,11243,wbs-coding-school,Anonymous,True,2022,Empfehlenswert für jeden der eine Weiterbildung plant.,2022-11-04,4.7,5.0,5.0,4.0,"PROS: - den Kurs gibt es jetzt auch auf deutsch - vollumfängliche Unterstützung eines kompetenten Teams, oder von der WBS-Comunity - Lerninhalte werden sehr gut vermittelt und verfestigt über die Lernplattform, in der Form von Videos, Aufgaben, Lektionen,... Read More Tages- und Wochenprojekten und immer wieder durch Recapsessions wiederholt. CONTRA: - großer Lernumfang mit steiler LernkurveRead Less",Full-Stack Web & App Development (full-time),Web Development +294225,11243,wbs-coding-school,Sujana Bhandari,False,2022,Professional Full-Time Training Experience,2022-10-23,4.3,5.0,4.0,4.0,"I got a chance to enhance my skills with the help of instructors and Wbs teams. Instructors are highly professional and they assist you every time you need help. The best thing is working on several projects in a group and collaborating with your team... Read More members. On campus experience was really good, with high-quality food on Campus, a nice working environment.Read Less",Full-Stack Web & App Development (full-time),Web Development +294216,11243,wbs-coding-school,Stelios,False,2022,"Great people and community, one of the best learning environments for beginners!",2022-10-22,5.0,5.0,5.0,5.0,"I took the full-stack web development course and was lucky to have one of the best instructors I could have, Jorge! He is really talented and could explain complex topics in a very simple way! The curriculum was beginner-friendly and had the potential... Read More and the resources to go deeper for those who want to challenge themselves a bit more (even though not necessary). The best thing about WBS is the community and the staff, the community managers especially are doing a great job and they make you feel very comfortable (Jenny and Miguel you are the best)! All of them are really supportive and they would reach out to see how you are doing and if you are facing any challenges! We keep in touch long after I finished the course and if you join the community you will always be a part of it! Pretty amazing experience overall and the highlight is the 3-weeks where you spend on campus in Berlin where you get to meet everyone in person!Read Less",Full-Stack Web & App Development (full-time),Web Development +294174,11243,wbs-coding-school,Kinan Mohrez,False,2022,Great experience with full stack course,2022-10-21,4.7,5.0,5.0,4.0,"A great course to teach web programming completely and in an easy way Professional teachers, great lessons, and many tools to help you learn You can become a professional through the many projects that you do during the course I am grateful to you WBS... Read More Coding SchoolRead Less",,Unknown +294168,11243,wbs-coding-school,Anonymous,True,2022,"It was a challenging, fun and interesting journey",2022-10-21,4.3,5.0,4.0,4.0,"I really enjoyed learning and overcoming the challenges we had in our curriculum. Working in a group of motivated aspiring programmers is one of the best environment to get motivated yourself and try ones best. Pro: - Nice Instructors and Mentors, who... Read More will help you - Recorded streams, so you can learn in your on pace if you missed something, or if you already know this topic - Good learning experience Contra: - people who have no prior experience, or are not tech affine might have a hard timeRead Less",Full-Stack Web & App Development (full-time),Web Development +294133,11243,wbs-coding-school,Michael Andreas,False,2022,"An unforgetable, life-changing experience",2022-10-20,5.0,5.0,5.0,5.0,"The Curriculum is super well structured and the teachers are awesome. They help everyone individually and repeat specific topics with you if you didn't completely grasp them. Community Management and Career Services are also on a top level. I can only... Read More recommend everyone to attend the WBS Campus in Berlin as the athmosphere there is very relaxing and it's just an unforgettable experience to meet other fellow students, the teachers and the community team in person. I had so much fun working on our final project in berlin and presenting it. Everything is very well organized and even tho the course is fast paced, it's definitely managble with the great support from the whole team at WBS. For me it were life-changing 15 weeks and i still can't believe how much i learned in such a short amount of time. I recommend this bootcamp for everyone who is interested in Web Development and wants to persue a carrer in the tech industry.Read Less",Full-Stack Web & App Development (full-time),Web Development +293809,11243,wbs-coding-school,Simon Mayer,False,2022,Great experience! I learned sooo much!!,2022-10-10,4.7,5.0,5.0,4.0,"I did the 15 weeks full-time Data Science Bootcamp online with WBS Coding School and it's been a really great experience. I have a background in information technology, so I am no stranger to coding, but still I learned sooo much!! You have to do a primer... Read More that will take you in 1-2 weeks through the fundamentals in Python and SQL. The curriculum is structured very clearly and they provide a great Learning platform. You will do 9 projects + one final project over the course of these 15 weeks, some on your own and some with a group of students. The bootcamp is a variation between taught lessons / code-alongs, self-learning with material provided by WBS and hands-on project work (researching, coding, preparing presentations etc.). You will also be granted access to Codecademy Pro and LinkedIn Learning in these 15 weeks, so you can always learn more and go deeper wherever you want. The team and the atmosphere are really great. If you need help at some point you can always reach out to the junior instructors. The career service is great, although they could try to bring in more companies that are searching Data Scientists... All in all highly recommended!Read Less",Data Science (full-time),Data Science and Analytics +293238,11243,wbs-coding-school,Onur E.,False,2022,WBS Coding School is an amazing learning environment delivering a top-notch educational experience!,2022-09-22,5.0,5.0,5.0,5.0,"I attended the Web Development Bootcamp from May to September, and I learned much more than coding during 15 weeks. My experience at WBS Coding School was extremely positive. I was very impressed with Instructors knowledge, with their way of teaching... Read More and how the course was correctly structured and timely measured. After working in construction management for 3 years, I decided to do something that I always wanted to do. I felt in need of guidance throughout the process. Thankfully, my advisor at the Federal Employment Agency pointed WBS Coding School to me. I spent some time researching before I made my school choice. One of the biggest reasons I chose WBS was its duration. While the other bootcamps were about 9 weeks, in WBS this was 15 weeks with the campus phase in Berlin for the last 3 weeks to finish your final project. During your time on campus, WBS allows you to focus solely on your final project. A room of your own, great workspace, 3 meals a day, rest, and entertainment areas, etc. It started 2 weeks before with the Primer period, which was the preparatory stage before the Bootcamp. During those 2 weeks I had the chance to learn the basic principles of the topic. I saw the benefit of this many times during Bootcamp. Lessons are online from 09:00 to 18:00 and thanks to experienced instructors very effective. Also, there are one-on-one lessons on every Wednesdays with your lead instructor. Also, the Jr. Instructors are always ready to help with any problem. In these private lessons, I had the opportunity to repeat the subjects that I was stuck on or had difficulty understanding. Another good thing was that we had weekly group projects to improve our coding and collaboration skills. At the end of each week, we had to present our projects. Apart from WBS Coding School’s learning platform, which is already very rich and correctly structured, they provided me with a pro account on Codecademy and LinkedIn learning. Furthermore, the Career Support Team’s meetings and feedback were very special. The most enjoyable part of this journey was for me to meet these amazing people. I had the chance of having amazing classmates from different cultural and academic backgrounds. We did not only support each other, but also formed a very good friendship going forward!Read Less",Full-Stack Web & App Development (full-time),Web Development +293089,11243,wbs-coding-school,Melis A.,False,2022,Incredible Time,2022-09-19,4.7,5.0,5.0,4.0,"I had no prior experience with web technologies when I began this course. It was a taff time at the bootcamp. When I reflect, I'm incredibly proud of everything I've learned and how far I've come. At the beginning of this bootcamp I started by only developing... Read More a straightforward html website. And it's incredible to see the fully functional app I developed during the final three weeks of the bootcamp. I still have a lot to learn, but I'm confident that this is the beginning of a new career, and I'm grateful for everything, the wonderful people I've met, and the encouragement I've received. I definitely recommend the WBS.Read Less",Full-Stack Web & App Development (full-time),Web Development +293079,11243,wbs-coding-school,Anoj Krishna,False,2022,Highly Recommended!,2022-09-19,5.0,5.0,5.0,5.0,"Career change, up-skilling, or just refreshing your skills? This bootcamp is for you! This is bootcamp of 15 weeks of intensive learning with lots of material and support from the best instructors out there. The instructors are extremely patient, motivated... Read More and very supportive of all students to make sure no one feels left behind. As a student, you could have one on one sessions every week with your main instructor and if that was not enough you even had access to more instructors at any time who could help you individually in any area of the bootcamp. This course is also constantly updated with the latest trends and demands of the industry. I started this bootcamp with zero knowledge on Web development and 15 weeks later I had gathered so much knowledge and practical project experience. All staff members of WBS coding school have been very supportive no matter what you need as a student. They also have excellent career services to help prepare yourself for job applications and interviews by giving you feedback your CV, LinkedIn profile and so on. I would highly recommend this bootcamp to anyone!Read Less",Full-Stack Web & App Development (full-time),Web Development +292138,11243,wbs-coding-school,yusuf,False,2022,Data Science Bootcamp(full-time),2022-08-24,5.0,5.0,5.0,5.0,"While I didn't know anything about coding until a few months ago, I learned a lot of subjects thanks to bootcamp and now I can code machine learning projects. Why do I recommend WBS Coding School? -All instructors do not leave any questions unanswered,... Read More even outside the training hours. -Unlimited Codecademy and Linkedinlearning memberships during the course. -Organizing career days and giving detailed CV, Linkedin and Job interview trainings. -Motivation follow-up by the Communication Team on a regular basis. -Enabling you to activate what you have learned with 12 weeks of training and 3 weeks of project time. Why do I recommend Data Science Bootcamp? -The fact that the instructors are experts in their fields. -Preparation of the education curriculum according to all the information applied in the fields of Data Analysis, Data Engineering and Data Science. -Preparing group work projects at each stage. -Some of the competitions on Kaggle are included in the training. -To enable the emergence of creative ideas and projects by conducting regular brainstorming studies during the graduation project period. Thanks, WBS Coding family.Read Less",Data Science (full-time),Data Science and Analytics +291130,11243,wbs-coding-school,Christian Scholtysik,False,2022,Coding Bootcamp,2022-07-26,5.0,5.0,5.0,5.0,"Joining the WBS Coding Bootcamp ""Full-stack Web & App Development"" was one of the best decisions i ever made, because it totally exceeded my expectations. WBS Coding School helped me learn Web-Development from scratch without any prior knowledge. The... Read More Team does not just run through their subject matter but instead is really interested and supportive in your personal success. I am grateful that I found competent and patient teachers who were always fully motivated to teach me everything that is necessary to be a full-stack web and app developer. Who always took care of questions and never got tired of explaining things again. Although I struggled at times, I had a fantastic 15 weeks journey from zero to hero with a super nice and helpful team from the WBS Coding School. If you are thinking about joining this course, think no further! I can 100 % recommend it.Read Less",Full-Stack Web & App Development (full-time),Web Development +290902,11243,wbs-coding-school,Philipp Strauß,False,2022,Look no further,2022-07-20,5.0,5.0,5.0,5.0,"I remember sinking quite some time into carefully choosing the place i would want to learn coding at until a friend of mine pointed me towards the WBS, and i am very happy that he did. In this course (Full-time Web & App Dev.) i found motivated Teachers,... Read More competent Guides and a well thought out Concept to help me learn Web-Development from scratch without any prior knowledge. The WBS-Team does not just run strictly through their program but instead is very interested in your personal success which i experienced in 1-on-1 Sessions with Teachers and the Career-service. 15 Weeks from scratch to the confidence to build Web-Applications as part of a team or alone - if that is what you are looking for, you will struggle to find a better and more welcoming place!Read Less",Full-Stack Web & App Development (full-time),Web Development +290770,11243,wbs-coding-school,Anton Litvak,False,2022,"Great times, great people!",2022-07-17,4.0,4.0,5.0,3.0,Was a great and intensive 15 weeks! and an overall amazing experience! The campus phase was awesome! Great and supportive community. Good and up-to-date content. Constant improvement of the materials. Would be glad to take another course in the future.... Read MoreRead Less,Full-Stack Web & App Development (full-time),Web Development +290709,11243,wbs-coding-school,Lilian Forger,False,2022,So good you want to do it again and again!,2022-07-15,5.0,5.0,5.0,5.0,"The course was intense but amazing. Here's some of my insight: The content: Very up to date and always being improved on. Covers the most important technologies that potential employers seek! One word of advice though: Unless you have robust previous... Read More coding experience, the course is very fast paced (indeed if you can keep pace at all times you should already be seeking a position! :) ). Take the primer SERIOUSLY and invest as much time in it as you can! Do it, revise it, apply it multiple times in small projects so you can better absorb the content of the course once it starts. The instruction: The instructors are top notch and will guide you in everything you need but also leave room for you to exercise your skills (after all, you learn programming by doing). They also offer junior instructors to assist you with questions or issues should your instructor be busy with someone else. If you have a question, you always have someone to help you figure it out! The non-tech staff: Super helpful, sincere and supportive, they're all committed to help you have the best experience there is, be it admission, community or career support! Don't be shy, reach out to them if you need assistance. Fellow students: You don't need to get along with everyone (though I was lucky my batch was amazing and we all had a good time together!). Still, don't be afraid to bond with your classmates, pulling through the hard times gets easier if you share the burden with others! Communicate and make it happen together :D It will be an unique experience! Work hard, invest your time, set yourself up for success and you'll have the time of your life (like I did!)Read Less",Full-Stack Web & App Development (full-time),Web Development +290597,11243,wbs-coding-school,Matthias Wieser,False,2022,Awesome time!,2022-07-12,5.0,5.0,5.0,5.0,"The 15 weeks full-stack web and app developer bootcamp in German was such an awesome time. It started with the great onboarding process and 'ended' with a superb graduation party. Actually, it did not finally end because it was so amazing I signed up... Read More to the volunteer mentorship program. I found a new job during the course and will work as a junior software developer in a big company.Read Less",Full-Stack Web & App Development (full-time),Web Development +290493,11243,wbs-coding-school,Vasil Georgiev,False,2022,A great experience! 100% Recommend!,2022-07-07,5.0,5.0,5.0,5.0,"Do you want to become a data scientist and you are not sure where to start from? Let me save you some time with the following three words:""WBS Coding School""! All staff members are very knowledgable and supportive. I never felt lost during the 15-week... Read More bootcamp. Beside gaining enormous amount of knowledge the practical oriented projects simulate the real working environment of a data scientist/analyst. In addition, the career service team will reveal all the tools and tricks you need to prepare you for job applications and following interviews. I have zero regrets in choosing WBS bootcamp.Read Less",Data Science (full-time),Data Science and Analytics +290391,11243,wbs-coding-school,james boyle,False,2022,The best decision of my life!,2022-07-05,5.0,5.0,5.0,5.0,"The 15 weeks I spent at WBS will stay with me forever, I've never had so much fun and learnt so much and effectively in my life. The entire WBS team go above and beyond to ensure you meet your goals and feel at home, I couldn't recommend them enough!... Read More I have built relationships that will last a lifetime and learnt new skills that will guarantee my family a better future. If your thinking about joining, think no further! Thank you WBS!!!Read Less",Full-Stack Web & App Development (full-time),Web Development +290331,11243,wbs-coding-school,Simo Zilling,False,2022,Satisfied all around! 100% recommendable!,2022-07-04,5.0,5.0,5.0,5.0,"WBS Coding School does a amazing job. Their project-based, hands-on teaching method is a great way for people from different backgrounds to develop at their own pace. Plus, the career services team provides all the support you need to prepare for your... Read More next job application. The people-focused culture completes the package. No matter where you are, the entire team is committed to helping you with whatever YOU need. They are always there for you!Read Less",Data Science (full-time),Data Science and Analytics +290321,11243,wbs-coding-school,Anonymous,True,2022,My experience with Data Science Bootcamp at WBS coding school,2022-07-03,3.7,3.0,4.0,4.0,"When I started this bootcamp, I was rather good at mathematics, programming and data analysis but what I needed was practical experience and that is what I obtained throughout the data science bootcampt in WBS coding school. I gained a lot of knowledge... Read More through several projects and teamworks. I also would like to appreciate the friendly environment of this school and its supportive staff members.Read Less",Data Science (full-time),Data Science and Analytics +290278,11243,wbs-coding-school,Abuengmo Remi Mbuahme,False,2022,A mind blowing experience with deep profound mark in my life I am certain to be back for another life changing step.,2022-07-01,4.0,4.0,4.0,4.0,"First of all the staff is a family I still miss and can't stop thinking of each and evryone of them. The words ""zero to hero"" is the true academical objective with WBS. All this happens thanks to the deep cocern the tutors have for thier students. Secondly,... Read More the site of the school soften the stress of book work and fear of the nearest future (being a good coder or having a quick job). This site doesn't help only to make one concentrate on one's gold but also is structured for communal life at its best. We should not forget the coding world is a community. Last not the list, with WBS, you don't leave. After your course, the access to materials and human support from the school is just as the day you got in. The is a saying I repeat to my self always. ""If you lack a family, code with WBS"".Read Less",,Unknown +290200,11243,wbs-coding-school,Michael Georg Kaul-Nischik,False,2022,tl;dr: go for it.,2022-06-29,5.0,5.0,5.0,5.0,"I recommend and would do it again. WBS Coding School works as a part of the WBS Gruppe. It differentiates itself from other parts of WBS (and as far as I know other more conventional education services in Germany) with a more contemporary approach. Instructors... Read More are industry specialists who lead through the curriculum like team leads in the industry. The focus thereby lies not on the outcome but on the individual growth. I always felt understood in my problems and that there is no hindrance in bringing up any minor issue. What you get: - Skills on what to do in for certain reoccurring problems in the field - Room to test and improve on said skills - at least touch all relevant areas in the industry - a very trustworthy certificate - if you want a personal connection to the instructors, the wbs team, your class mates and also to the other students What you don't get: - University or school like frontal lessons - The bigger background (f. i. there is not time to elaborate why certain statistical operations, or algorithmic methods came to be and what the deeper reason might be - it all remains on a rather practical level) - time to slack (you can do it with extracurricular activities and an effective scheduling discipline, however you will get the most of it, when you really are able to lose yourself in the matter and use the spontaneously appearing spots of nothing is to do to relax) - a degree - an anonymous institution where you fade into the background without being noticed or treated more then a mere numberRead Less",,Unknown +289685,11243,wbs-coding-school,Caro Rocha,False,2022,A wonderful experience to recommend to anyone!,2022-06-12,5.0,5.0,5.0,5.0,"At WBS I was welcomed with open arms and they made me feel confident from day one. They never missed an email or a call, they replied all my questions within hours, and they guided me through all the preparation and the content of the course beforehand.... Read More The course was VERY practical, everything we learned was applied to real examples that we could face in future work environments. During the course, I felt challenged every week, I had to work really hard, but the compensation was there at the end of the day/week. Also the instructors would never let me fall behind at any moment, and kept the whole group together. The school also has a career service that has done an AMAZING job supporting us adapting our profiles to apply for different jobs. Many of us were changing careers and this was key for presenting us to the new market. I started the course to scale my potential and skills after 7 years working in Marketing and PR. I was afraid at first of not being a good fit because I had no big coding experience, and most schools only welcome students from hard science background, which was not my case. All the staff of WBS has created the best environment for us to exchange and have the best experience possible. We met with former students who are already inserted in the job market, we met with experts in the field, and we could all see the benefits of working hard at the end of the day. I totally recommend the Data Science course at WBS :)Read Less",Data Science (full-time),Data Science and Analytics +289619,11243,wbs-coding-school,Natasha Enriquez,False,2022,100% Recommend!,2022-06-09,5.0,5.0,5.0,5.0,"If you're looking for a career change definitely go for it! It is 15 weeks full of intensive learning, but you're never alone. You will have a great instructor and different junior instructors who you can always ask your questions to get unstuck. If the... Read More stress is becoming too much, reach out to the amazing community managers! They are always genuinely happy to help you. And last but not least all your questions regarding your future job you can ask to the great people at career services. Of course the learning part is an important one, but the community makes this experience memorable. You meet wonderful people and have your first connections for your future, I would without thinking do it all over again.Read Less",Full-Stack Web & App Development (full-time),Web Development +289417,11243,wbs-coding-school,Steffani Melo,False,2022,A review from a graduate,2022-06-03,4.3,5.0,4.0,4.0,"What to say about this wonderful experience 😌, well the beginning is already intuitive, right? I've never had previous experience with programming before and I must say that these guys know what they're doing. To real beginner students, the challenge... Read More of keeping motivated along the course is gigantic, sometimes almost impossible even, but the community managers, teachers, and Jr instructors are simply wonderful with empathy, and will support you all the way until you're ready to shine again. I can only guarantee that they will try 100% of their effort to make your life easier during this exhaustive training. Not mentioning the quality of the lectures. As a former teacher, I keep high standards on evaluating someone else's teaching skills, and it's beautiful to see your teacher becoming the best version of themselves with you. If you're looking for a place to be yourself and work hard, there's no better choice for you. Work hard, cry, get better, make friends, enjoy the community and CODE. This is going to be your chaotic perfect life as a student. To sum up, you are in good hands! 🏆💻Read Less",Full-Stack Web & App Development (full-time),Web Development +289129,11243,wbs-coding-school,Patrick Pluequett,False,2022,Great experience - I learned way more than coding!,2022-05-25,5.0,5.0,5.0,5.0,"The WBS Coding School offers an exceptionally well organized and structured learning experience. The preparation phase makes sure that everyone has a basic concept of HTML, CSS, Javascript and Git. Therefore everyone in your batch has at least a decent... Read More understanding of coding before the 15 weeks of hard, challenging but nonetheless fulfilling learning begins. They make sure that you get all the help you need and additionally teach you how to get you first job as a web developer. There are talks with different person from the industry and a lot of ressources to choose from. You will improve your ability to work with others but also develop strategies to help yourself if you are stuck with a problem. Of course you don't learn everything in 15 weeks but I would claim that you will get the confidence and the skill to tackle a large proportion of every coding problem you might encounter. I really recommend to checkout the community demo days. There you get a good impression of your abilites at the end of 15 weeks and of the overall atmosphere at this school.Read Less",,Unknown +289022,11243,wbs-coding-school,Thomas Schmidt,False,2022,Great time learning the MERN stack!,2022-05-23,5.0,5.0,5.0,5.0,"One of my luckiest choices to select the ""Full Stack Web Dev Bootcamp"" at WBS Coding School, it was a great experience, I learned a lot (even with prior knowledge of coding), but the support and teaching here is from another level, after four (sometimes... Read More hard) months you actually feel and think like a Software Developer, even as a beginner! A tip: it's worth doing the final project live on the campus in berlin, a very fun, supportive and enjoyable time.Read Less",,Unknown +289001,11243,wbs-coding-school,Shawn Kennedy,False,2022,Very intense 15 weeks of learning to code and well worth it!,2022-05-22,5.0,5.0,5.0,5.0,"Learning html, css, javaScript and a ton of additional technologies for front and back end is not an easy undertaking. No less in just 15 weeks. But instructors (main instructor plus many junior instructors who are just waiting to help you), community... Read More managers, and the career staff are doing everything they can to make this experience as good and efficient as possible. All you need to do is study hard ;) But that is also easier with such a good staff and a community of your fellow students that struggle and succeed with you :) The 15 weeks were quite intense but over much faster then I hoped for and very much worth while :) Thank you WBS Coding School Team!Read Less",,Unknown +288902,11243,wbs-coding-school,Danijela Fabris,False,2022,Incredible journey!,2022-05-19,5.0,5.0,5.0,5.0,"It was very intensive, sometimes overwhelming, but with big support from instructors and colleagues, everything was easier. I'm grateful for their patience, support, help, and knowledge they shared with me. After only a few months we became colleagues... Read More and friends.Read Less",,Unknown +288624,11243,wbs-coding-school,Renate Scherwath,False,2022,Incredible Learning Experience!,2022-05-11,5.0,5.0,5.0,5.0,"Taking on a career change is never easy but on a recommendation, I applied to complete the Web and App Development bootcamp with WBS. What a great decision! Having never really touched coding before, I was anxious about how I was going to learn all about... Read More these new skills. The Staff and support that is offered from WBS is incredible. I really was amazed with how much I learned in a short space of time and the wonderful things we were able to create. WBS really establishes a sense of community that offers guidance from all levels of peer interaction, alumni, junior instructors and course instructors. Highly recommended!Read Less",Full-Stack Web & App Development (full-time),Web Development +287923,11243,wbs-coding-school,Martin Lange,False,2022,Full blast learning software development,2022-04-21,5.0,5.0,5.0,5.0,"Overall: Well prepared curriculum covering the important components to enable you to develop a full-stack web application (Front End, Styling, Web-Server, Backend, Database). Additional lectures in agile methodes (e.g. SCRUM) are also part though a little... Read More brief. Language was English. Learning materials: Free access to platforms ""codeCademy"" and ""LinkedIn Learning"" during the period are included. They offer a huge bunch of courses on all kinds of themes. The codeCademy are well made step-by-step tutorials with a large part of hands-on-exercises. Many of them are mandatory. Official certificates can be obtained. Other resources like CodeSandbox are used frequently. Many others like web services are introduced i.e. to host own data bases, web sites or web services or latest styling frame works. This is extremely useful for your own projects - also for the time after the course period. Career: During 3 career days you are supervised on your CV, the uses of social media (in particular LinkedIn) and the interview. Group work to simulate the interview situation and giving feedback on each others CVs are part of this. The WBS personell is very helpful in giving individual feedback to your own CV etc. There are guest speaker sessions with different topics in a continuous sequence, most of them interesting for young professionals. Job and trainee offers are posted on the according Discord channel almost on daily basis. Daily structure: 9:00 daily followed by some CodeWars-Katas to practise plain JavaScript. Introduction to a new theme using some slides. 3/4 of the days practising on your own or in small groups by means of smaller programming tasks (i.e. realizing a given web design template using HTML+CSS, reading data from a specified web service and displaying it etc.). Final meeting before 18:00. Support: One teacher for a 15 students group explaning new techniques and jumping from student to student or from group to group providing help during the practise time. Additional teachers available all the time to book for a one-to-one session. This is very helpful. Final project: The last three weeks of the course are reserved for a final project where you develop your own full-stack web application in a team of usually two students. The topic is chosen by yourself as long as it contains front- and back-end development with a database. After completion the result is presented to a jury of teachers and three of the projects a chosen to be presented to a larger audience (all WBS students and teachers). Also a self-presenting video has to be created. If desired this video is published on the web. The final project is a hard time for the students but the most rewarding in terms of learning programming, communication and project management skills. The most important part of the course. Critics: Very steep learning curve especially for beginners - but that's inherent. The teacher was always well prepared though sometimes had problems due to his local time zone (second half of the course he was located in western Canada while the course was 900-1800 CET). Conclusion: Well structured course covering the curcial topics you need to develop a full-stack web application. Lots of material and resources. Good personal support. Also covering soft topics like job application.Read Less",Full-Stack Web & App Development (full-time),Web Development +287301,11243,wbs-coding-school,Coralee Long,False,2022,Best Bootcamp - You will make friends for life.,2022-04-01,5.0,5.0,5.0,5.0,"Attending a Full-Stack Bootcamp at WBS was a pivotal point in my life. When I started the course, I barely understood anything beyond basic HTML, yet 4 months later, I'm ready to enter the job market. I would definitely recommend WBS Coding School as... Read More they have the most up-to-date curriculum, and because they teach a popular stack (MERN), which will easily get you hired. Along with the Career-Services offered, the vast amount of group coding projects will prepare you to enter the industry, especially when you come from a non-coding background. The support from the staff & junior instructors was the highlight of the course. To have people that are truly invested in you is what really sets this school apart. You're not just some number getting churned out en masse from some type of learning factory. Even after graduation, the staff support & community has been so encouraging. I am proud to be part of the WBS family. I would like to particularly thank my amazing instructor Yacine, for his unwavering dedication to his students, for always responding to my questions no matter how ridiculous the time, and for his patience & humor. I will forever see him as one of my most important mentors.Read Less",,Unknown +286406,11243,wbs-coding-school,Akbar Huseynov,False,2022,Data Science Bootcamp,2022-03-04,4.7,5.0,5.0,4.0,"Joining the Data Science course was the major step for me, in order to change my career path. I can say, it was the right decision to join this course provided by WBS Coding School, considering the curriculum, staff, accessibility of the learning material,... Read More career services - assisting you to become a professional participant of the job-search market and especially because of the instructor, who was there for me whenever I needed and had a special ability of the person who can teach. The course itself is quite intense, which is normal for a Bootcamp, you learn a lot of hard skills but one is also expected to invest a lot of time in order to successfully gain knowledge from it. The entire course, I had a feeling of a rollercoaster and was quite concerned about the knowledge I could absorb, but upon completing my own final project, I realized how far I am standing from the starting point. In the end, I just want to mention, completing any Bootcamp, you will be far away from calling yourself a ""Data Scientist"", and it is incomparable to any educational degree. But if you don't have any possibility to join a university to get a degree or want to make a huge step towards becoming a data scientist, I can confidently recommend WBS Coding School with all its advantages - as the best available option. Also, as a positive side effect, you will become a member of a great community, meet nice people and most probably change your career and your life.Read Less",Data Science (full-time),Data Science and Analytics +286331,11243,wbs-coding-school,Sabrina Marano,False,2022,Best decision ever,2022-03-02,5.0,5.0,5.0,5.0,I decided to join WBS Coding School Data Science Bootcamp in October 2021. I have a marketing background and zero coding experience. The Bootcamp was really challenging in a positive way and I learned so much about Data Science. Now I am able to conduct... Read More accurate data analysis and build some machine learning models and apply my knowledge to every field and industry. All this was made possible thanks to the amazing job and preparation of the instructors. I do recommend this Bootcamp!Read Less,Data Science (full-time),Data Science and Analytics +286295,11243,wbs-coding-school,Kristina Kunze,False,2022,Great learning experience,2022-03-01,5.0,5.0,5.0,5.0,"The 15 weeks of the Data Science Bootcamp from WBS Coding School were the best choice for my future carreer. I worked with data before but wanted to enhance my coding skills with python and SQL. With the bootcamp from WBS Coding School I was able to achieve... Read More this and also had a great time with an amazing community, very professional instructors and a great team that provided additional carreer services. We were provided lots of materials, workshops and challenges each week. It was not always easy, but we could always get help from fellow students, instructors, junior instructors and mentors. I really recommend the bootcamp if you want to dive into Data Science.Read Less",Data Science (full-time),Data Science and Analytics +286043,11243,wbs-coding-school,Rias Nazary,False,2022,A great bootcamp,2022-02-19,5.0,5.0,5.0,5.0,"Starting with a possible cons, I can say that you have to keep up with the pace of this bootcamp. There is not very much time left to digest every topic, but what do you expect of a bootcamp? For me was the first week hard as rookie, but you will get... Read More along with this training, since there was a very patient instructor who answered questions, which he already explained before and I could not follow everything on first attempt. Speaking of the pros, I can say that there are a lot interesting topics which you learn in this 15 weeks and you have a professional tutor who won't let you down, even if you need to discuss stuff sometimes after 6 pm, he was still there for me. Also I was lucky to meet sympathizers in my batch, which whom I connected in the beginning and we had a lot of fun together, which made the whole bootcamp more enjoyable.Read Less",Data Science (full-time),Data Science and Analytics +285963,11243,wbs-coding-school,Sonja Schoenburg,False,2022,Best and life changing decision and experience,2022-02-17,5.0,5.0,5.0,5.0,"Applying for the FULL-STACK WEB AND APP DEVELOPMENT course at WBS Coding School was my best decision in the last two years. The quality of the learning content was outstanding, so was our instructor Julia and the overall organisation of the bootcamp.... Read More Important events were always announced early and then again right before the events started, so it was almost impossible to miss them. The content was up-to-date and Julia was very kind, patient and professional. It's crucial to keep in mind that we learned how to learn, how to do research about a topic, how to ask questions and how to approach and solve problems. A great deal of motivation and initiative is necessary here. It is definitely not easy and applicants are going to need some perceverance and grit to succeed.Read Less",Full-Stack Web & App Development (full-time),Web Development +285922,11243,wbs-coding-school,Staś,False,2022,The right choice.,2022-02-16,5.0,5.0,5.0,5.0,"I did a great deal of research before deciding which of the coding schools or bootcamps was right for me. I confidently settled on WBS, based on several factors, including the curriculum, the feeling I got from speaking to the staff, the length of the... Read More course and the ability to work from home. It was absolutely the right decision and the school delivered on all fronts. The staff are kind and helpful and adapt to feedback from the students. The curriculum was fast paced and challenging but not unrealistic and certainly fulfilling. The career advice was invaluable. All in all it was an experience that I will not forget, and I ended the course feeling sad that it was over but happy to be a part of a new community.Read Less",Full-Stack Web & App Development (full-time),Web Development +285888,11243,wbs-coding-school,Rias Nazary,False,2022,A recommendable bootcamp for future Data Scientist,2022-02-15,5.0,5.0,5.0,5.0,"Starting with a possible cons, I can say that you have to keep up with the pace of this bootcamp. There is not very much time left to digest every topic, but what do you expect of a bootcamp? For me was the first week hard as rookie, but you will get... Read More along with this training, since there was a very patient instructor who answered questions, which he already explained before and I could not follow everything on first attempt. Speaking of the pros, I can say that there are a lot interesting topics which you learn in this 15 weeks and you have a professional tutor who won't let you down, even if you need to discuss stuff sometimes after 6 pm, he was still there for me. Also I was lucky to meet sympathizers in my batch, which whom I connected in the beginning and we had a lot of fun together, which made the whole bootcamp more enjoyable.Read Less",,Unknown +285797,11243,wbs-coding-school,Georgii Klimov,False,2021,One of the best decisions in my life,2022-02-11,5.0,5.0,5.0,5.0,"Hi everyone, I'completed the full stack web developer course at December 2021. Before bootcamp I was be able to build small pages with html&css and a bit of js. After 15 weeks of bootcamp I am able to create small Single Page Applications using current... Read More technologies. What is more important, this technologies are really necessary to build the strong base, if you want to find a good job! All knowledges from my instructor (Ben) was always really helpful. During the bootcamp all students have got required help also from other stuff of bootcamp, you will never be alone with your code problems. Also we have got a lot help with preparation of our CV, both in English and German. What is more important was for me, that is to get help to find new job and I got it. I am grateful to career service team Erika and Caro! I will 100% recommend this bootcamp as a start of the new career in IT. If someone need more information and have questions, you can write on instagram (trane.dev). I want to thank the WBS bootcamp team for what they do and how they change people's lives for the better!Read Less",Full-Stack Web & App Development (full-time),Web Development +285365,11243,wbs-coding-school,Abdullah Al Shabk,False,2022,Excellent instructor great team,2022-01-26,5.0,5.0,5.0,5.0,"It’s was one of the best Decisions I’ve ever took in my entire life, it really made me disciplined and organized, i learned a lot about software engineering and I i built a good final project, i feel like I’m ready for the job market! Also i was under... Read More the lead of Jorge paul he was great instructor🖤Read Less",Full-Stack Web & App Development (full-time),Web Development +285308,11243,wbs-coding-school,Chloe,False,2022,Awesome experience,2022-01-25,5.0,5.0,5.0,5.0,"Excellent instructor, amazing team! After 15 weeks of struggling and burying myself with code, finally graduated last week and managed to deliver my own final project. This is one of the most unbelievable achievement I've ever had considering I had no... Read More programing background at before joining the bootcamp. If you are looking for a place where you can learn loads of up to date technique, I would say come to WBS. My instructor Jorge was just the best. He got all the merits a good instructor has. He is very knowledgable, not only knowing how to get things work, he also knows how to explain it in simple plain language that everybody can understand. He is very patient, he answered every question without showing any negative emotion even if I had asked him the same question many times. The most impressive thing was that he always gave me the exact answer with no doubt. Plus he is funny and very kind. The whole team is very helpful, they make you feel like really in a community, they are there to help not only from what you need, also from their experience. They have a lot sharing sessions with previous students who already found a job and the ones still studying in the bootcamp but in the earlier batches. Can totally feel the Berliner sprit. If they have something for intermediate level, Ill totally do itRead Less",Full-Stack Web & App Development (full-time),Web Development +285306,11243,wbs-coding-school,Victor Randolph Wright,False,2022,The Best Bootcamp Experience,2022-01-25,5.0,5.0,5.0,5.0,"I am extremely happy with the method and content of the WBS bootcamp. It is an enjoyable, friendly, very up-to-date place for deep learning and understanding. My retention is very high from this dynamic experience. The course instructor Jorge Paul has... Read More such a vast experience and up-to-date knowledge of all topics concerning the course and additional topics of interest, it was really a priviledge to be able to tap into. He, as well as the course format and content has left me fully confident to proceed with my career path in coding. Although the learning curve is steep, the structure, materials and the rich helpful community of staff and alumni brings you through in the end! I am able to recommend WBS Coding School bootcamps to anybody who wants to learn to code.. go ahead, it is fully, completely, and truly worth it!Read Less",Full-Stack Web & App Development (full-time),Web Development +285303,11243,wbs-coding-school,Anna Zdyb,False,2022,When coding becomes you,2022-01-25,5.0,5.0,5.0,5.0,"WBS Coding School Full Stack Web Dev Boot Camp, I can highly recommend this course. It is a very demanding course and depending on your learning speed and previous knowledge you will have to put in extra hours and weekends. Therefore I recommend to commit... Read More only if you really want it. Thoughtfully WBS provides a way to find out - the Primer, which also offers a great ""ease in"" way into the new world of coding. I found Primer very helpful, informative and for the most it helped me take the decision if I really want to commit to this course and a future career path. Yes, it was very hard, I felt like I am falling behind all the time. However in spite of all this I released I really like coding, learning new things, solving problems and making things ... The WBS team (especially our instructor) was very supportive, they have created a nurturing learning environment thanks to which I believed in myself and that I can do coding as a job. I feel confident this course prepared me technically for the Junior Web-Dev role, such in demand on the market these days. I highly recommend this course ( just put your affairs in order before you commit :) If you know you wanna become a web developer DO take this course. So good luck and enjoy the course, I am busy applying now ;).Read Less",Full-Stack Web & App Development (full-time),Web Development +284522,11243,wbs-coding-school,Abhilasha,False,2021,Simply Great !!,2021-12-25,5.0,5.0,5.0,5.0,This was the best decision I took to forward my career. I strongly recommend this Bootcamp to anyone who wants to either change fields or strengthen their coding skills. I really enjoyed learning and loved their way of spreading knowledge. All instructors... Read More are especially helpful and inspiring.Read Less,Full-Stack Web & App Development (full-time),Web Development +284078,11243,wbs-coding-school,Boryana Dimitrova,False,2021,THE BEST CODING BOOTCAMP EVER,2021-12-10,5.0,5.0,5.0,5.0,"Hello , guys ... All I can say If you really want to learn how to code and push your limits WBS Coding School is the right choice! The team is very professional , everybody is treated with respect and they have really the best instructors! My experience... Read More was amazing with them - not only I learn how to create a full stack applications in 4 months , but I made many friends and now I am able to speak in friont of many people , without hesitation. Every week they have special guests from different companies and the events are really interesting ! Also the Career Services ladies are the best - they give you the best advices how to get your first job in tech . I highly reccomend!Read Less",Full-Stack Web & App Development (full-time),Web Development +283765,11243,wbs-coding-school,Reagan Sasan,False,2021,Best decision I've made in my entire life!,2021-11-29,5.0,5.0,5.0,5.0,"This field is a rough deep dive from the moment you start your first course. It takes every brain cell you have to not give up. But let me tell you, if you do manage to push yourself past the hypothetical ""point of no return"", you're in for a treat! WBS... Read More Coding School, the boot camp I chose for this journey, went far beyond my wildest imagination in what they could teach a student with absolutely zero background in the sector in such a short period of time. It has been a really memorable experience, and I can't thank them enough for it!Read Less",Full-Stack Web & App Development (full-time),Web Development +282470,11243,wbs-coding-school,Anonymous,True,2021,"Highly skilled and fun instructors, well-designed programs and a unique virtual community spirit",2021-10-17,5.0,5.0,5.0,5.0,"600 hours of new knowledge input, collaborative pet projects, and intense practicing periods... All made possible and guided by WBS Coding School and their super cool staff. Frankly, I don't have any other coding school to directly compare my experience... Read More with, however, I really wanted to endorse their program here since I went ""from zero to hero"" thanks to them. Doing the part-time Web Development course with WBS was my personal highlight ever since the pandemic broke out. Prior to the official start of the course, the school provided all participants with so-called ""primer"" exercises on HTML and CSS which helped us get into the mood. Later, we were introduced to our instructor who would (virtually) stay right by our side as lecturer, coach, and source of knowledge for the entire time of the course. Every new week was filled with new content, valuable real-life insights, and challenging exercises. For my part, investing in myself at WBS was worthwhile all along. Towards the end of the program, we were all offered special career services, too, making sure we all had our CVs updated and our interview skills ready for the tech world. And what can I say, right after graduation I landed my first full-time job in the software sector. Kudos to WBS Coding School for their inspiring work and for helping me kickstart my career in tech!Read Less",Full-Stack Web & App Development (part-time),Web Development +282365,11243,wbs-coding-school,Luis Higuera,False,2021,Amazing Learning Experience at WBS Coding School !!,2021-10-13,5.0,5.0,5.0,5.0,"I have recently completed my Bootcamp on Full stack web Development at WBS Coding School both online and on campus. I have been learning for around 6 months online and 3 weeks full time on campus where I had the chance to Learn and work in developing... Read More successfully a project which was something I wanted to do for years. Instructors are hugely knowledgeable, very supportive, fully committed with a great attitude, and best of all, able to transfer complicated knowledge into a practical, effective and understandable way to students like me (Beginners). The material was just spot on and just the right thing to learn with relevant topics and up to date technologies to join the current Market in both Front End and Back End. The approach of the instruction was fantastic allowing us to experience what a real life web development work frame is all about with a solution orientated mind set using all resources to hand in order to solve the problems we find on the way. The last 3 Weeks in Campus was just the final touch for such an amazing learning time ! . We had a fully immerse experience working in our projects along with other students guided by a group of high level instructors which were always ready to help and support us during the way. we did not only code together but pretty much live together surrounded by wonderful atmosphere and great facilities for 3 weeks at Berlin campus in a great location next to the river with all you might need to have a more than fantastic stay. The food was great ! and we had during the whole 3 weeks a very good variety of vegetarian food which I am already missing ! : ) ... On top of all of that and all the coding related training we also had a great assistance to help us to prepare ourselves for the Job Market using the latest tools, tips and techniques to hit the Job Market successfully. The course was very thorough and did not only focus in coding but also in other important aspects such as presentation skills, effective communication, agile methodology, project management, and much more in order to build our Junior Developers profile into a more complete and professional one with a good mix of soft and hard skills which are fundamental for the role in Tech. In Summary the over all experience with WBS Coding School was a life changing experience which did allow me to upskill myself and get me ready for the current Tech booming Market accompanied by an amazing team which I will never forget :) !! I can't thank the WBS team enough for this fantastic time and I will definitely recommend this unique experience to everyone who is looking to join the tech Industry in the near future ! and have a remarkable time in their lives on the way ! :) !!Read Less",Full-Stack Web & App Development (part-time),Web Development +282218,11243,wbs-coding-school,Anonymous,True,2021,Time flies when you learn here.,2021-10-08,4.7,5.0,5.0,4.0,"Although this bootcamp is not specially for career shifters, the curriculum is built in a way it could be helpful for everybody - complete beginners and those who already had some basic prev exp. I've learned a lot about React, Node.js and how to use... Read More them. It would be even better if we had some ""best coding practices"" lessons but I understand that we can not learn _everything_ in only 15 weeks.Read Less",Full-Stack Web & App Development (full-time),Web Development +281630,11243,wbs-coding-school,Utsavi,False,2021,Outstanding course,2021-09-22,5.0,5.0,5.0,5.0,"I applied to WBS Coding School because I wanted to insert myself in the German job market as I belonged from foreign country and having no experience in coding. And It was an amazing experience. Glad to have a good Instructor or Junior Instructor who... Read More was always very patient whenever I needed it and give their everything for you to understand the topics at hand. The staff is amazing and always welcoming. The job support is equally good workshops, guest speakers and personalized coaching. I have learned a lot of new things for my whole life and obtained essential tech knowledge and skills as a full-stack developer thanks to the well-designed curriculum that make my profile very strong.Read Less",Full-Stack Web & App Development (full-time),Web Development +281522,11243,wbs-coding-school,Sana,False,2021,Absolutely recommended,2021-09-17,4.3,5.0,4.0,4.0,"I attended the full stack web and app development bootcamp (part time). In six months I learned how to build a web application from scratch. The course content is well structured. The instructor was super helpful, patient, and friendly. The staff is always... Read More there for help with no delays in response.Read Less",Full-Stack Web & App Development (part-time),Web Development +280207,11243,wbs-coding-school,claudia benedetti,False,2021,"Amazing experience, high-quality course",2021-08-11,5.0,5.0,5.0,5.0,"I have just finished a 3.5-months Full-Stack Web and App Development bootcamp at WBS Coding School Berlin and I have to say that it was one of the best decisions in my life. The support of the staff was amazing during the entire course and afterwards... Read More too. I had a great instructor and the course content was very challenging and interesting. Through the weekly group projects we have learned how to create a product in a team, how to collaborate and apply the skills we were learning. It was challenging and exciting and I have to say I have grown a lot personally and professionally. I feel very confident to start applying for jobs and this thanks to the team of WBS and their high-quality course. For those who are still struggling to choose the right bootcamp I would definitely recommend WBS!Read Less",Full-Stack Web & App Development (full-time),Web Development +279845,11243,wbs-coding-school,Lena,False,2021,A life-changing learning experience and a great community,2021-07-30,4.7,5.0,4.0,5.0,"I was very much in doubt if I would be able to become a Full Stack Web & App Developer since I did not have any prior coding experience, but I found out that despite all my doubts, I could indeed wrap my head around programming languages, frameworks and... Read More libraries. Not only did I learn how to design a website or get a server running, I also discovered a whole new side of myself and my abilities. Most of what we did in the course would have seemed impossible a few months ago! Yes, the beginning was challenging and yes, stuff can get complicated with all the new vocabulary, technologies and frameworks. BUT I always felt well supported by my amazing teacher, my fellow students and the staff. After a few days in the program, I was totally hooked. In the end, the schedule was maybe the most challenging part for me working full time and spending evenings and weekends in my part time course. I really liked the hands-on approach to teaching and the additional materials provided by the school. Also, there were lots of free events (recap sessions, guest speaker talks from important tech-companies for networking...). The school shared interesting job ads and helped with our CVs, which was also important for me given the special requirements in the tech-sector. Overall, I really loved the whole experience and I am sure it has changed my way for good. The only con I can think of is the tight schedule. However, we gave our feedback to the school and they immediately changed the program for future part time students. So one less con and one more pro: The school was/is always eager to get feedback from the students and apply it. I can recommend the school 100%!Read Less",Full-Stack Web & App Development (part-time),Web Development +279367,11243,wbs-coding-school,Matthias Schm,False,2021,Fantastic Bootcamp!,2021-07-15,5.0,5.0,5.0,5.0,"When I started the Full-Stack Web & App Development Bootcamp at WBS I had absolutely no prior coding experience. 2 weeks before the end of the 15 week Bootcamp I applied for a junior Dev position and got the job. Short summary: If you are looking for... Read More a career change and want to become a Web Developer I can only recommend this Bootcamp to you. Long version: The one thing I liked the most were the frequent group-works. Almost every week you work together in a small group on a weekly project that focuses on the things you learn during that week. This does not only help to practice the learned stuff, but also helps you to bond really well with your classmates. By the end it really felt like we were one big group of friends. :) Another bonus is that, by the end, you have a lot of cool projects that you can present in your job applications, something that is by far more valuable than any certificate (which you also get at the end). The curriculum is well planned. It has a big focus on what is asked for at the job market. There is a red line through out all of the weeks in the Bootcamp and it fits together very well. Because there are so many things that you learn the curriculum definitely is tough, but manageable. (But don't expect to have time for other things during those 15 weeks.) The complete staff was incredibly nice and supportive at all times. There were times where a Junior Instructor would help us solve a problem we were stuck on even at 11PM on the weekend... A big focus is also making sure that you are well prepared for job application. The carreer service helped us in many different ways, be it personally with helping with motivational letters, writing our CV, interview training, polishing our LinkedIn profile or other things. If you are a career shifter and are looking to get into coding I can wholeheartedly recommend this Bootcamp. This was an unforgettable experience and my expectations of the Bootcamp were surpassed.Read Less",,Unknown +279289,11243,wbs-coding-school,Stavros Temertzidis,False,2021,A Wonderful Programming Journey...,2021-07-12,5.0,5.0,5.0,5.0,"I am really happy to have participated in the WBS Coding School Bootcamp because it has allowed me to grow professionally and get back the confidence I lost on coding. The Bootcamp is well structured and each module includes a project, the best way to... Read More assimilate the skills taught during the lessons and create a very useful portfolio to show to recruiters and companies. I appreciated the care they help me build a better LinkedIn profile, cv, and above all a correct Curriculum Vitae.Read Less",Full-Stack Web & App Development (full-time),Web Development +278768,11243,wbs-coding-school,Anonymous,True,2021,Highly recommend to anyone wants to shift the career,2021-06-25,5.0,5.0,5.0,0.0,"I just finished 15 weeks Full-stack Web & App development course at WBS Coding school, which was great. Its course greatly organized for beginners to experienced as well. The staff team, instructors, mentors, and alumni will warm-heartedly welcome and... Read More guide you on how to get coding skills in your life. If you consider joining the Bootcamp, don't hesitate to apply. Just contact them then they will guide you.Read Less",Full-Stack Web & App Development (full-time),Web Development +277396,11243,wbs-coding-school,Massimiliano Rizzuto,False,2021,Great experience,2021-05-22,5.0,5.0,5.0,5.0,"I am really happy to have participated in the WBS Coding School Bootcamp because it has allowed me to grow professionally and humanly. The Bootcamp is well structured and each module includes a project, the best way to assimilate the skills taught during... Read More the lessons and create a very useful portfolio to show to recruiters and companies. I appreciated the care with which they followed me in building a better LinkedIn profile and above all a correct Curriculm Vitae. Finally, dedicating the last three weeks of the Bootcamp to the final project proved to be an excellent strategy to do a great review of the whole program and create a complete digital product.Read Less",Full-Stack Web & App Development (full-time),Web Development +277280,11243,wbs-coding-school,Michael,False,2021,"Great, intensive learning experience in a short time and great support",2021-05-19,4.7,5.0,5.0,4.0,"The welcoming culture was great. After a short application with a small placement test and a personal video interview, a kind of primer (with basic knowledge for everyone) was to be completed 2 weeks before the course so that everyone could start the... Read More course at approximately the same level. The learning concept is well thought-out and covers all the essential content for a Full Stack Web & App Developer. The content is absolutely up to date - the latest knowledge is imparted. The learning speed is enormous for beginners, especially in the beginning, which led to regular small crises for me - but you learn so much from it. And the support from the team is perfect. In addition to the experienced instructor, there was help from two junior instructors and, if necessary, from alumni of the WBS Coding School. I learned in a small group of 15 people. Overall, it was a great experience for me. I learned so much in such a short time like rarely in my life. Now I feel fit for the job market as a web developer. The bootcamp can be financed through the employment office. The school also offers other financing options.Read Less",Full-Stack Web & App Development (full-time),Web Development +277243,11243,wbs-coding-school,Giulia,False,2021,do it,2021-05-18,5.0,5.0,5.0,5.0,"If you are looking for a coding bootcamp (as a beginner or not) I really recommend and suggest you this course; I applied myself and I went for a full four months bootcamp and I cannot be more happy, I was a beginner (I didn't know anything about coding)... Read More and the course was really well made and now I don't only have the knowledge but I also feel confident and I have a wonderful portfolio to show for my job applications. The team of the school is very supporting (from the juniors instructors that are wonderful and super helping to the career advisor). The curriculum of the course is really good if you want to be a full stack web developer with the latest programming languages. The instructor is active listening to everyone's needs and if you have any problem or you feel even a little bit stack just say it and he will take the time to re-explain anything. My advise during the course is to trust the process: I felt myself completely lost at one point but exactly how the instructor kept repeating at one point everything comes together and you fully understand everything.Read Less",Full-Stack Web & App Development (full-time),Web Development +277202,11243,wbs-coding-school,Julia,False,2021,"Great experience, would do it again!",2021-05-17,4.7,5.0,5.0,4.0,"The Full Stack Web & App Development at WBS Coding School was a great experience. I would have never imagined what I could be capable of after just 15 weeks. The entire course is very hands-on and it is a very nice mix of lectures, modules on codecademy,... Read More workshops, group projects and one-on-one sessions. The staff is very helpful and approachable. I feel prepared for the job market but more importantly very motivated to keep on learning on my own. Would definitely recommend the course!Read Less",Full-Stack Web & App Development (full-time),Web Development +277200,11243,wbs-coding-school,Selma,False,2021,teacher knows how to explain!,2021-05-17,5.0,5.0,5.0,5.0,"A few years ago I attended a Java evening course in Ireland. The teacher clearly knew a lot about Java, but he didn't know how to transfer his knowledge to us. His method of writing code and the rest of us copying it, was not affective. After that I was... Read More very careful what course to choose. Since it was my big wish to learn web development, I was looking for a course that has a certain culture. The most important was that the teacher knows how to explain. Also, how many exercises do we have, and does someone check them. I wanted a guidance and that someone cares about my progress. I'm happy to say that my teacher Ben did all that, and much more. There were moments when I felt overwhelmed by a ton of information, and it was very intense, but I had help every step of the way. Mostly from Ben directly, sometimes form Junior developers and sometimes from mentors. It's nice to stay in the community even after graduation, and I've studied with some nice people who became my friends. Also, I really like that even after graduating the staff helps me with my CV, LinkedIn profile and job hunting. One thing I appreciated very much, is that the school staff asked us what we don't like and how they can approve. I wish every school has this approach.Read Less",Full-Stack Web & App Development (full-time),Web Development +276988,11243,wbs-coding-school,Yuki,False,2021,Great way to enter the world of coding!,2021-05-12,5.0,5.0,5.0,5.0,"I am a career changer and started from zero when I enrolled in the bootcamp. It was an amazing experience and I am very happy with my decision. In particular I liked the mix of lectures and hands-on exercises with small projects, so you pick up Agile... Read More Methodologies as you go along. This also helps you grow your first little network with the other students - we keep in touch to help each other even after the graduation. Pros: - The curriculum is packed with everything you need to get started and always gives you background too. A bit like learning not just to drive a car but also to understand how it works. - Great instructors who listen to the students as well and may give you tailored exercises (on top of the regular ones and sometimes instead). - Friendly and approachable staff and junior instructors. - The carreer services staff is very committed and supportive - They try to teach you not just one technique but how to aquire knowledge fast so that later you will be able to adapt to new frameworks etc. when needed. Cons: It is not really a con (rather a warning), but for a beginner the amount of information can be overwhelming at first. So be prepared that some things only fall into place afterwards, when you have time to review things at your own pace. I can really recommend this!Read Less",Full-Stack Web & App Development (full-time),Web Development +276697,11243,wbs-coding-school,Christin Thoma,False,2021,WBS Coding School brings everything you need together,2021-05-06,5.0,5.0,5.0,5.0,"I couldn't have imagined a coding boot camp would be so much fun. Yes, it's going to be tough weeks. Yes, you'll be sitting in front of the screen a lot. Yes, you'll curse yourself sometimes for choosing to code, but WBS will be with you through all the... Read More ups and downs. The curriculum is extensive and the mix of lectures, workshop, personal and group projects, deepens what you've learned and puts it into a work-world context. Especially the group projects allow you to approach coding projects in a structured way and to communicate about your work like in real world scenarios. WBS gave me the confidence and knowledge that I can become a web developer and I'm glad they laid the groundwork for my future career.Read Less",Full-Stack Web & App Development (full-time),Web Development +275889,11243,wbs-coding-school,Anonymous,True,2021,My 3 moths and 15 weeks coding experience,2021-04-15,4.3,5.0,4.0,4.0,"A during the first week I liked my class. We all shared the same experience of being nervous and excited at the same time about what's next and how are we going to get our brains rewired throughout this entire exciting process. I liked the idea of having... Read More everything we've done in a week being done by the end of the week as our project. Not just as an individual but really putting the efforts into working with and collaborating with others who also are part of that very project. If you are looking for an overview, hands-on experience, the vibes of how a technical programmer is in the wild of a professional are, then I highly recommend this course for you because it was worth it.Read Less",Full-Stack Web & App Development (full-time),Web Development +275875,11243,wbs-coding-school,Hermann Marx,False,2021,Get fit for the Developer Market,2021-04-15,4.7,5.0,5.0,4.0,"The WBS Coding School taught me valuable skills which are highly demanded on the current job market, especially regarding REact.js They support you in your request, are open-minded for feedback and your teacher offers you help ASAP. Overall it was an... Read More amazing experience. I didn't try another bootcamp, but it might be the best in Germany.Read Less",Full-Stack Web & App Development (full-time),Web Development +275632,11243,wbs-coding-school,Elie Soueid,False,2020,Bootcamp at WBS coding school,2021-04-08,5.0,5.0,5.0,5.0,I just wanted to say that my experience with WBS coding school was great! The whole staff is very professional and helpful. I have learned so much in 15 weeks and met some great people during this time. I highly recommend it and I am very happy to be... Read More part of the WBS Alumni community.Read Less,Full-Stack Web & App Development (full-time),Web Development +275541,11243,wbs-coding-school,silvana schulze,False,2021,The best experience I had - Full-Stack Web & App Development Bootcamp (full-time),2021-04-06,5.0,5.0,5.0,5.0,"I started for completly begginer. From zero. What I have to say about the school is, they are completly there for you when you need, and ask. I had a lot of difficults in the beggining, what its normal for beggining, but I had a lot of counseling from... Read More the team and this gave me a lot of power. Today, I feel completly happy with what I'm learning and how I'm able to learn new things. Also with the support team, they are amazing, they have so much patiente with the begginers. The advise I can give is, you can do it, you will learn, maybe you will feel lose but they are there to helpe you and support. If I have condition to give 100 stars, I will go it. Thank you everybody from WBS School to show me that I'm capable to learn what I will want and don't let me give up in the first week.Read Less",Full-Stack Web & App Development (full-time),Web Development +274823,11243,wbs-coding-school,Tino Brose,False,2021,A great experience that I would repeat at any time,2021-03-17,5.0,5.0,5.0,5.0,"Started the course with barely no knowledge about coding. I was really impressed by how fast to learn a coding language. The team of WBS Coding school made a great job with the curriculum and they are always there to help whenever you need it. A big plus... Read More is the community behind it, more and more students and alumni share their knowledge and experiences. I can highly recommend attenting the Full-Stack course (full-time) at WBS Coding school. You need motivation and endurance but it is absolutely worth it!Read Less",Full-Stack Web & App Development (full-time),Web Development +274736,11243,wbs-coding-school,Cristiani Tramontini Granemann,False,2020,Coding from day 1,2021-03-15,5.0,5.0,5.0,5.0,"I had an amazing experience in these 16 weeks with WBS. The curriculum is well planned with the most recent topics in Web Development and it's executed smartly, making the students be involved and understand the importance of each subject. I have only... Read More the best compliments my instructor Ben, who was always very patient and highly didact when explaining. I felt that the opinion of the students was always taking into consideration and the staff was caring for us all the time. In the end, I got an internship before the course was finished.Read Less",,Unknown +274585,11243,wbs-coding-school,Göran Lehmann,False,2020,Full Stack Web and App Developer,2021-03-10,5.0,5.0,5.0,5.0,"The Experience from the WBS Coding School was amazing in two ways: personal development and developing astonishing technical skills. Personal: you have a class between 9 and 15 people, in the intense time you will find a lot of friends and it's brings... Read More people together as like back in the school. So you are not alone in this phase, have anytime somebody to talk to about as well from the staff. Technical Skills: In this short time you get a lot of information and new languages to learn from. You should be prepared that a typical 9-6 day can't be really efficient. A bit more extra time should be contributed and planned to finish the course. It's for your own good. Overall this program is a tense experience and brings you beyond your expectations in a positive way.Read Less",Full-Stack Web & App Development (full-time),Web Development +274540,11243,wbs-coding-school,Spyridon Kavvadas,False,2021,My time as a student in the WBS Coding School was one of the most exciting of my life!,2021-03-09,4.0,5.0,4.0,3.0,"I was a student in WBS Coding School from Oct 2020 until Feb 2021 in the butch WD009. I have the most positive impressions from my time in WBS Coding School because of the extremely kind staff, the very good instructors always ready to intervene and help... Read More me unstack, and the nice atmosphere in the class even if it was online. The only thing that I would wand different is the time devoted to the Full-stack development program. I felt that the 15-week period was not enough for such a diverse curriculum. I wish to have more time in school (perhaps 30 weeks and 2 or 4 months internship ). Pros Polite staff, genuine interest to solve any matter, good instructors, helpful instructors that were ready to intervene and help me unstack from any project. Cons Too short a time for a such diverse and demanding curriculum. Moreover, an internship as part of the program would be very helpful.Read Less",Full-Stack Web & App Development (full-time),Web Development +274118,11243,wbs-coding-school,Imogen Drews,False,2020,Great Full-Stack Course,2021-02-26,5.0,5.0,5.0,5.0,"My overall experience at WBS was great and I would recommend this course to other aspiring web developers out there. I entered this course as a complete beginner, not even knowing what a terminal was or what the difference between backend and frontend... Read More development is. In retrospect I feel that this was not the best thing as it made my first month very stressful and I even cried after the first week. I was lucky enough to be working in a great group at that time and they helped me through it and reminded me that the start is scary for everyone but if you persevere and get over the initial bump, coding will start to make sense. My instructor during the course was great and I really liked his explanation of the course material. I also really liked the fact that the lectures were recorded so I could always go over them at a later time. This was great for me as, since I was such a beginner, I needed to watch some of the lectures again to fully process what what going on. The only problem with my time there was that the group I was in was really big which I don’t think works for this type of learning. However, once we complained, WBS listened to us and got another part-time instructor on board. This was such a relief for a beginner like me because I really needed the extra help and attention and the instructor that helped was also great at explaining and very supportive. The career counselling was also a nice touch as it helped me adapt my CV to meet German standards and improve my presence on LinkedIn. I would also recommend that people new to coding should do their final project in a group. I did my final project with one other person and I feel that this made the quality of the project and the whole experience of doing it much better. My time in Berlin was also great as it was nice to meet the people I had been working with for the past months in person and I now feel that I have a small group of people to lean on when times get tough. Having connections in this industry is so important and I think that meeting up with everyone and getting to know them in person was a great added touch to this course. Having this support made the job hunt so much better and less lonely and my group now has their own channel on Discord where we share resources and meet up once in a while. I was very fortunate to have found a job as a frontend developer two months after the course and I feel that the course material prepared me for the role I will be doing.Read Less",Full-Stack Web & App Development (full-time),Web Development +273968,11243,wbs-coding-school,Yann-Luc Schnell,False,2021,A very instructive course in Full Stack Web and App Development!,2021-02-22,4.0,4.0,4.0,4.0,"Review of the 15-week Full Stack Web and App Development course at the WBS Coding School. It has been a good experience doing this course. I started with almost 0 previous experience in coding and I learned A LOT in Front- and Backend Development. The... Read More course went through a good amount of topics, the most important ones were included according to me. Also, the instructors are very professional and always ready to help when difficulties show up (which occurs at some point). The proposed group projects were the best part of the course according to me as it allows to put the theoretical knowledge into practice. Notice: next to the theoretical part of the course, it is also important to be able to look for solutions on the web (on YouTube etc) on its own and look for further documentation.Read Less",Full-Stack Web & App Development (full-time),Web Development +273759,11243,wbs-coding-school,Aleksandar Zlateski,False,2021,Well structured curriculum with focus on the latest Web Technologies,2021-02-16,4.7,5.0,5.0,4.0,"Coming from Print / Digital Design background, deep inside I knew that one day I will end up as a Frontend developer and finally, I am here. Thanks to a friend mine who was already enrolled at the school I had first hand information regarding the quality... Read More of the lectures and the whole education process. The curriculum is very nicely structured so people with different backgrounds can follow classes without having the feeling of being behind. For the short amount of 15 weeks we went through years of ""normal university"" education and we were able to produce some serious and complex projects both in Frontend ( Html, Css, Js, React ) and in the Backend ( NodeJS, Express + DB). Currently, being a graduate and Alumni of WBS Coding School I can easily say that it was the right decision and I would always recommend this particular program to anyone that wants to get into Web Development.Read Less",Full-Stack Web & App Development (full-time),Web Development +273425,11243,wbs-coding-school,Anonymous,True,2021,"Great learning experience, very effective course!",2021-02-06,5.0,5.0,5.0,5.0,"I highly recommend this course since it teaches you everything you need to land your first job as a web developer. It teaches tools and technologies that are relevant today and is very practice-oriented. From the beginning, we worked on one or two-week... Read More group projects that we could already use to build up our portfolio. Besides teaching the technical content, our experienced trainer gave us very valuable insights into the actual work as a developer. Paired with the provided career service, I felt very well prepared for job applications and interviews. Having previous (basic) knowledge of HTML, CSS, JavaScript or any other programming language certainly helps to keep up with the fast learning speed and to maybe take even more out of this course. But don’t worry if you take this course with zero previous knowledge - it starts by teaching you all the basics and builds up on them as the course goes further.Read Less",Full-Stack Web & App Development (full-time),Web Development +273388,11243,wbs-coding-school,Thomas Rinke,False,2020,What a journey!,2021-02-05,4.7,5.0,5.0,4.0,I am not a tech guy and I probably won't turn into one. Nonetheless I was highly interested in learning to code for several years. Last year I decided to turn that wish into reality by taking the Full-Stack Web & App Developer course of WBS CODING SCHOOL.... Read More The course was highly demanding - as expected. It is called Coding Bootcamp for a reason. While you are learning it is hard to recognize what improvements you are actually making. But seeing my final project and compare that to my zero skills from the beginning ... I made a giant leap within these four month thanks to the awesome mentor and the whole team of the WBS CODING SCHOOL.Read Less,,Unknown +273355,11243,wbs-coding-school,Raphael Hemme,False,2020,Learn state of the art technologies in a vibrant community,2021-02-04,5.0,5.0,5.0,5.0,"WBS Coding School’s 15-week hybrid bootcamp isn’t just a course. Sure, you will acquire numerous new technical skills and industry knowledge but on top of that the whole program unfolds in a fantastic community of motivated and competent instructors and... Read More staff, inspiring guest speakers and peers who might become good friends. All that makes this bootcamp both an extremely efficient way to get a solid foundation in full-stack web and app development and a great experience you don’t want to miss. Starting with a review of the basics you are expected to study in the primer course, you will first work on some smaller plain HTML, CSS and vanilla JavaScript exercises and projects and train your Git and GitHub chops in the command line. But the speed quickly ramps up when React.js is introduced around week 3-4 and then there is another considerable acceleration moment when you’ll transition into the backend side of web development with Node.js and Express. At least that is how it felt to me. Most likely, there will be times when you are going to struggle to keep up with the pace and as far as I can tell, this is the same for every bootcamp style of program. Knowing that you really want to learn these skills and being determined, will help you to overcome the hurdles some concepts or technologies might pose at first. But aside from your own motivation and persistence, being able to ask your instructor, the junior instructors, the mentors or simply the community support channel for help in such situations is of tremendous value and oftentimes you might even find yourself in the pleasant position to help your peers out with the troubles they might be facing. This contributes to the cohesion and solidarity that builds in your group over time. This is further increased by the fact that you are continuously working in small teams that are reshuffled every one or two (sometime even three) weeks to work on group projects. This can be challenging at times, but it is a realistic simulation of the conditions you will most likely find yourself in after graduation. And even such challenging moments might offer you opportunities to practice such extremely important abilities as empathy and patience and maybe even a chance to connect with your peers on a deeper level **and** become more productive as a team. Also, take advantage of the excellent career services WBS Coding School offers you in the form of regular guest speakers and Q&A sessions with people in the industry as well as personal consultations and fine tuning of your profile, strategy and application documents. As with everything in this world, there is room for improvement and to give the team due credit for it, they are working on it. One thing that might directly affect your planning in case you want to take the plunge and enroll for this program: Don’t take the estimated time for preparation too serious. I think it is (or was) tremendously understated with 20-40 hours. Give yourself enough time to learn the basics of HTML, CSS and JavaScript during the primer phase or, better even, before that (maybe go to Codecademy, FreeCodeCamp or the MDN tutorials and finish the intro-modules). And speaking about the effort and time you should expect to invest during the primer phase, be prepared to put in a lot of extra hours during the whole program. It obviously depends on your familiarity with the technologies, but if you are not pretty experienced already or just extraordinarily quick in picking up new concepts and skills, keeping up will demand a lot of work in the nights and weekends which is not an option for everyone. During my time at WBS Coding School, a typical work-week had a good 60 hours of focused work. Maybe the numbers turn out to be different for you, but I think it is important to be aware of the time and effort you need to commit for a productive outcome. You should, therefore, honestly ask yourself and your social environment whether you can maintain this kind of energy for a prolonged period of time. If you think you can do that, great! It could still be a good idea to prepare yourself in advance by slowly increasing the amount of time you study and work on code each day during the primer phase like you would prepare yourself for participating in a marathon – which actually is an analogy drawn by our instructor at the start of the course to emphasize the importance of breaks. Overall, I think the whole WBS Coding School team did a great job in creating this program. It offers you an extremely dense and organized way to learn state of the art technologies in a warm and welcoming community. So, if you are searching for a coding bootcamp that offers you all that, WBS Coding School should be at the top of your list.Read Less",Full-Stack Web & App Development (full-time),Web Development +272988,11243,wbs-coding-school,Joseph,False,2021,Breathe taking Experience that has transformed my Life.,2021-01-28,4.7,5.0,4.0,5.0,"A little bit fast at the beginning, especially with the introduction of new Technologies and frameworks like React, Nodejs, Express etc. But at the end, it was worth it. Because those were exactly what i needed to grow as a full-stack web Developer. it... Read More just the right place to Learn how to code.Read Less",Full-Stack Web & App Development (full-time),Web Development +272177,11243,wbs-coding-school,Alejandra,False,2020,great learning and fun experience!,2021-01-12,5.0,5.0,5.0,5.0,"The course was overall well rounded, clear and a lot of information to take. As someone who had almost 0 coding experience (with the exception of random try-outs in some sites over the years but nothing that can be considered knowledgeable), it was a... Read More very fulfilling experience. I learned a lot and gained so many tools to continue this journey on my own. Mind you I am still learning, which is something people should have in consideration before staring this course. As some people entered the course expecting to get all the answers before hand and be fully experts at the end of it. They can, and they will, teach you the language, but can only do so much as to provide you with tools and the support to learn it. You should know that at the end of the course there is still a lot for you to do, but you will have the know-how. Additionally, if you are a newbie like I was, you most definitely will need more than the 40hours per week of the course. Nevertheless, I loved the whole experience as it helped me to discover a love for coding I didn't know I have! My only Con- the group of 17 was too large for just one person and a part-time assistant. However, they took this advice and added more support to the courses after mine.Read Less",Full-Stack Web & App Development (full-time),Web Development +272021,11243,wbs-coding-school,Laura,False,2020,Outstanding learning environment & teaching methodology,2021-01-07,5.0,5.0,5.0,5.0,"There are plenty of bootcamps these days, and curriculum-wise they more or less offer the same; so you might think at this point of your research: Why not go to Ironhack or LeWagon and just get it over with in 9 instead of 15 weeks, I will get the exact... Read More same thing in less time and potentially find a job sooner, right? Let me tell you why: Because you won’t. The curriculum at WBS Coding School is not only very carefully crafted to reflect industry needs and current trends, it also stimulates deep learning by giving you some time to reinforce concepts other bootcamps merely brush over, expecting you to just wing it or force you to work overtime at ridiculous hours - trust me, you need sleep & rest if you want to be able to recall that stuff not only 3 days, but ideally 3 years later. Here, you are not just quickly introduced to something once and then move on to a new area a couple of hours later, you will have multiple exercises that slowly build up on each other and let you constantly revisit and practise previously learned material. And when I say “slowly”, I still mean this in a bootcampy sense of the word, but not at the speed of light as is so common for many of the more fast food-ish contenders out there. Apart from the excellent learning material, the staff is also extraordinary. The atmosphere is warm and welcoming from the get-go, at no point does the experience feel like you’re getting piped through some soulless web dev factory - the teachers are knowledgable and engaged, the community manager and career service advisor make sure you have everything you need: They are always open towards criticism and try to cater to your needs wherever possible; and also set you up for the time after the bootcamp with many helpful resources and workshops that provide guidance for the job search. There is also a huge emphasis on community building, with regular guest speaker events vividly attended by students and alumni alike and a discord server with an active “help” channel you can use during and after the course. Regarding campus time, this will clearly be a highlight during non-pandemic times. Unfortunately I could not afford to stay during the whole time (Jobcenter does not account for the stay if you are a Berlin resident), but spent a couple of nights there and was allowed to attend the rest of the campus phase remotely as I wasn’t comfortable with commuting each day due to the Covid situation. The campus is amazing; and you’ll be sleeping in a very cute private room where you can also work comfortably whenever you feel like you need a bit more you-time during your final project. The whole vibe is very “summer campy” in the best sense of the word, as there are numerous entertainment mediums like table soccer, pool and console games available, not to mention having the Spreeufer directly on your doorstep. If you plan on defeating your instructor in Mario Kart to make up for them constantly defeating you in programming, you might want to brush up on these skills a little bit tho - unfortunately they are great at gaming too! I honestly cannot think of any downsides in regards of the actual “product” you get, but there is one thing that could still be improved in my opinion: With the tech industry still lacking diversity and at times even being a hostile space for women and non-binary people, I really think WBS Coding School should set an example and do a bit better concerning their hiring policy. As of right now, the dev team consists - apart from one really awesome female instructor - solely of male developers. It would be an important message towards students to try and actively change these numbers, giving a chance and a voice to those who have suffered from systemic oppression for so long. I for one, as a woman, would have loved getting insight and mentoring from a more experienced female engineer - never underestimate the power of visibility for inspiring and encouraging others! [On a more general note: I know all those bootcamps are advertised for beginners, and it’s also tempting to believe that with the amount of money one has to disburse, you simply will get a career handed back to you at the end. Well, yes and no. Don’t get me wrong, there ARE people that without much or even zero previous knowledge strive in these environments and just “get it” super quickly. But from my experience, those are to be considered unicorns, or at least something you don’t see every day, let’s say a very pretty horse. So please do yourself a favour and get some of the basics out of the way BEFORE you start a bootcamp: GET DECENT IN JAVASCRIPT BEFORE YOUR FIRST DAY. You obviously don’t have to be in expert going in there, but make sure you can write a for loop without looking up the syntax. Do some basic tutorials, do some research on MDN, and actually go and solidify this knowledge by doing some katas on Codewars or Eadabit. I promise you this extra-effort won’t be in vain. You will learn incredibly much either way, but going in with a solid foundation made me able to really focus on some more advanced topics and in general not being completely overwhelmed 24/7, which is not a state of mind that lets you learn and really manifest knowledge in the long run in my opinion.]Read Less",Full-Stack Web & App Development (full-time),Web Development +271979,11243,wbs-coding-school,Donald Roshi,False,2020,All you need to change your life is here,2021-01-06,5.0,5.0,5.0,5.0,"I've always been passionate about computers and wanted to learn web development and programming in general. I tried on my own when I was a teenager but at the time all the tools and support that you can find now wasn't out there, also I didn't know English... Read More which narrowed down my learning possibilities a lot. The only choice was going to university, but I didn't do that. I went abroad and started on a totally different path leaving that dream behind me. At the age of 30, exactly 15 years later, that dream was still haunting me and that's when I decided to bet everything I had and enrolled to WBS Coding School. It was the best choice I've ever made. It taught me everything I needed to know, it gave me all the skills I needed not just to get started as a Junior Developer, but also all the foundations I needed to learn anything I want on my own. It served me as a guide and helped me understand the world of programming, but the most important thing I gained after the course were people. Connections. I made it into the developer community and it's getting bigger day by day. Definitely recommend taking the course.Read Less",,Unknown +271966,11243,wbs-coding-school,Teresa Tetens,False,2020,Experience an educational Ecosystem at boot camp,2021-01-05,5.0,5.0,5.0,5.0,"[1] online, and in-person At first, I haven't considered the online coding boot camp option, but now I think it was the best option I made. The whole package what WBS Coding School offers is quite wholesome. Being 100% online, but still from the application... Read More process to graduation, what I have experienced was how 'in-person' it has been. I know it sounds paradoxical, but I have never experienced this genuine personal care at any other institute. [2] great curriculum, great instructor, great staff I started from scratch and they made me build a working full-stack web app in 15 weeks. The curriculum is evolving based on market-trends and the cohort's needs and levels. Every time I hit a brick wall, my instructor, cohort, and the staff helped me out of it. So lucky to have them. [3] career service The curriculum includes career service. It was hard to manage to update my CV or LinkedIn profiles in parallel with building the project, but now I know, it is also a part of training bc it is a slice of our daily life in the very near future. Besides, the famous Friday TALK session with tech companies, recruiters, alumni, or ppl in the industry has given me insight, inspiration, and motivation. [4] sustainability and warm-hearted community As an alumnus, I need to stand alone, but I get still 'ping' from the school for inviting the TALK session. And still, as a familiar community, we support each other intra-cohort and also cross-cohort. [5] Overall After all, it is/was a coding ""boot camp"", but it was also a precious experience. I wish I could do it once more. Maybe for another stack?! ;) Happy learning, happy coding!!!Read Less",Full-Stack Web & App Development (full-time),Web Development +271607,11243,wbs-coding-school,Martin,False,2020,Great experience - 100 % recommended!,2020-12-21,5.0,5.0,5.0,5.0,"I took part in the 15-week bootcamp, it was a great experience and I learned a lot. Especially the last 3 weeks at WBS Campus in Berlin were a super nice experience (even during corona). The support during the camp was awesome! Great teachers, nice staff... Read More - 100% recommended!Read Less",,Unknown +270882,11243,wbs-coding-school,Jan,False,2020,"How a bootcamp is meant to be, great experience",2020-11-27,4.7,5.0,5.0,4.0,"In July 2020 I opted for the ""Full-Stack Web & App Development (fulltime)"" course to make the most of the current situation (no trips, no events, fewer assignments, many training opportunities canceled). With an existing coding background after studying... Read More and working in the field of media information science for quite some years, I planned to brush up on my coding skills (mainly JavaEE and LAMP) and learn about modern stacks (MERN, MEAN, MEVN). I really enjoyed every day of it.The WBS Coding School designed the course just like boot camps are meant to be:+ short, intense, focused (750 hours in 15 weeks)+ immediately applicable skills+ modern stack, pipelines, teamwork+ add real-world snippets/apps to your portfolio/repo+ a high percentage of hands-on trainingTo add some personal impressions:+ Our head instructor is a great mix of drill instructor and supporter, hard/soft skills, knowledge and friendliness (perfect pick, WBS!)+ The small batch was great and intense+ the staff (instructor to campus/hotel staff, junior instructor to principal) is really friendly and helpfulSome generic problems with boot camps:The course is developed in a continuous evolutionary process, there were some minor ""hiccups"" and sessions that could have required more accompanying material or preparation. But to be honest, our instructor and the friendly staff have been open to suggestions and critique at all times. They reacted and adjusted so quickly and professionally that I cannot really list this as a ""con"".A boot camp may not always cover a deeper theoretical background, but our instructor has found a great way to really combine fast-paced learning and ""under the hood"" questions. He also covered a wide range to evolve our capabilities to work as a team: from GIT code management and technical workflows to collaborative Kanban-style drafts and full project management pipelines, from working as a team with varying skillsets to a single-day cross-batch project (the following batch did the frontend, we did the backend). From my experiences, there are junior coders with an information science degree less able to dig into code, work in real-world scenarios, team infrastructures, and code/project management tools than the juniors in my batch after 15 weeks of boot camp. I met great people and gained a lot of experience, what a ride!A big thank you from my side!Read Less",Full-Stack Web & App Development (full-time),Web Development +270750,11243,wbs-coding-school,Natascha,False,2020,Doing great stuff with great people,2020-11-23,4.3,5.0,4.0,4.0,"I applied to WBS Coding School because of the special format of 12-weeks online and 3-weeks face-to-face on campus in Berlin. It was a great opportunity to have the freedom to learn from home or wherever in the world while enhancing virtual and international... Read More teamwork. My first pretty good impression of the coding-test, which was mainly about checking the fast-learning-abilities and the friendly interview were proven during the whole Bootcamp. The staff is super nice, caring and helpful. We were a small batch with a great and private learning atmosphere. Our instructor was experienced in many different fields and always available for support and feedback. It really felt like working with friends. The online-learning-platform is easy to use and pretty helpful. The staff is continuously improving content and structure and takes feedback thankfully and seriously and tries to apply. The tech stack we learned is up-to-date and fits well together. It is a tough and intense way of learning, but in the end all puzzle pieces came together and resulted in unique and cool final projects we presented on demo-day. We all were proud of what we were able to learn and code after 15 weeks. But of course, it is just the start :) The time on-campus in Berlin was the best part. The location is nice, the food really good, the rooms basic, but nice and the staff is super friendly. It was great to have face-to-face-support for the final project and we could really focus while having a great time together.Read Less",Full-Stack Web & App Development (full-time),Web Development +269867,11243,wbs-coding-school,Anonymous,True,2020,I learned so much for my life,2020-10-30,5.0,5.0,5.0,5.0,"Coming from a completely different industry with no coding experience at all I was worried a bit to take this next step in my life.But I can tell you: Every minute was totally worth it. The instructors and the whole staff were so helpful all the time,... Read More even after finishing the course.To study online was a blast and it has no disadvantage to the old fashioned way of schools and universities at all.What I also really really liked isRead Less",Full-Stack Web & App Developer,Web Development +269799,11243,wbs-coding-school,Anonymous,True,2020,Solid bootcamp that keeps improving,2020-10-28,4.3,4.0,4.0,5.0,"I chose WBS Coding School because of its hybrids format (12 weeks online, 3 weeks on-campus). I think it's a great concept, and it worked practically as well. It meant that I could actually do the bootcamp at all, since I don't have the money to pay for... Read More housing in a city for 3 months like a lot of bootcamps want. For bootcamps like that, you really just get people who have the money. WBS also had a lot of funding options through partners and the Agentur für Arbeit here in Germany, which is how I think a lot of people paid for the bootcamp.The staff takes feedback very gracefully, and is very quick to react to suggestions or complaints. I always felt that I could give my criticism/feedback to basically any staff member, and I felt that they really listened. The community manager in particular was incredibly sensitive and really listened and took action on a lot of things. The career services at the school are also great, and I felt really supported. The on-campus portion of the course is also fun, the food is great, the housing is clean and private, and you can really focus on your projects. The platform that the school built for the materials is easy to navigate, and felt like a good homebase. I also really loved our teacher, and felt like we really learned a good mindset for going forward. That said, the curriculum definitely needs improvements. The tech stack they've chosen is great and very modern, but the lectures and exercises leave something to be desired. They may fix this by the time I've written this, but it's worth saying that if you do this bootcamp, learn the basics of HTML/CSS/JavaScript really well, and take time outside of class to learn the concepts, otherwise you will be stressed most of the time. That all said, I definitely feel like we learned the concepts and were thrown into realistic situations to force us to learn and grow.All in all, I would definitely recommend this bootcamp and absolutely feel like it was worth my time and effort.Read Less",Full-Stack Web & App Developer,Web Development +269754,11243,wbs-coding-school,Dirk,False,2020,Amazing 15-weeks of learning web development,2020-10-27,4.7,5.0,4.0,5.0,"The course has been a great way to learn functional javascript programming and to dive deeper into structuring the front-end, as well as the back-end of a modern web app. At times it becomes frustrating because it feels like drinking from a fire hose,... Read More but I guess one has to challenge oneself if you want to learn so many concepts in such a little time. Our coach was amazing, and really grew with us. It was sad to say goodbye in the end, but it was a blast to be a student again. It was also nice to give constructive feedback as the course progressed and actually seeing the feedback being taken to heart. I can not wait to see that WBS also dives into a data science curriculum at some point :)Read Less",Full-Stack Web & App Developer,Web Development +269044,11243,wbs-coding-school,René Wildförster,False,2020,A great opportunity,2020-10-02,5.0,5.0,5.0,5.0,"After leaving my job as a media designer, i had the chance to enter a world which i always liked : coding.The course was really demanding, because the whole crew was very ambitious to crawl even deeper into the coding-rabbithole. And it was no problem... Read More at all to do that because of our great instructor, who was always very supportive.Within the 12 weeks at home we went through a lot of subjects, basics and advanced stuff and had several solo-/group-projects.The last 3 weeks at the WBS campus in Berlin where fantastic. You get to finally meet the people in person and work on the big last project.I am glad for that experience. We now are definitely ready to enter the industry.Read Less",Full-Stack Web & App Developer,Web Development +268622,11243,wbs-coding-school,Jorge Alberto Serrano Paul,False,2020,Decidedly worth it,2020-09-21,5.0,5.0,5.0,5.0,"I enrolled in this bootcamp because I wanted to insert myself in the German job market as soon and as successfully as possible; coming from another country (Mexico) and having an unfinished bachelor, I felt in need of guidance throughout the process.... Read More Thankfully my advisor at the Job Federal Ministry pointed WBS Coding School to me. The curriculum itself is ambitious and extensive but provides a rich overview of both the software development industry as a whole and Javascript-based environments in particular. The fact that it's structured as an hybrid bootcamp (12 weeks online / 3 weeks on-campus) really help me progressively integrate it in my life, also, the 15-week duration was key in my decision as most bootcamps are just 9 weeks long and I thought it wouldn't be enough for me.The lead and junior instructors are really patient, knowledgeable and give their everything for you to understand the topics at hand. The staff is amazing and always welcoming. The job support is equally good workshops, guest speakers and personalized coaching. Finally, but definitely the most enjoyable part of this journey: you'll meet amazing people. I had the fortune of having amazing classmates from different cultural and academic backgrounds, that fostered a really ideas-rich environments in which to thrive, and you can always count of them to help you through. After or 3 weeks in Berlin, I believe we ended up as friends for life, and I'm really looking forward to future collaborations with any of them!Read Less",Full-Stack Web & App Developer,Web Development +268619,11243,wbs-coding-school,Christoph Steiner,False,2020,"Intense, challenging and totally worth",2020-09-21,5.0,5.0,5.0,5.0,"I took the class after leaving my job as a product owner, so i had already some technical understanding. Our class overall had a very strong understanding, so we could keep the pace up. I learned so much in these weeks, more then i thought it is possible.... Read More It was very challenging, but worth every minute. Our teacher was amazing, the campus time in Berlin was great and the staff is very supportive. The downside is what i wrote earlier, it is very challenging, so be prepared to get stressed.I was able to get a full stack developer job within 2 months after the class and i feel well prepared for that.Read Less",Full-Stack Web & App Developer,Web Development +267262,11243,wbs-coding-school,Anonymous,True,2020,I am so happy that WBS Coding school took me on the journey,2020-08-07,4.7,4.0,5.0,5.0,All Staff member are very helpful. They work on equiping you with the starter-set of skills to become a Full-Stack developer. Also the mobile working style in team will make you familiar with future commercial projects. This is only the start of the journey... Read More and I am happy that WBS Coding school was on board with me. KimRead Less,Full-Stack Web & App Developer,Web Development +265821,11243,wbs-coding-school,Anonymous,True,2020,Awesome Experience,2020-06-25,5.0,5.0,5.0,5.0,"I am a graduate of WBS coding school and highly recommend to start your career as a Web Developer from studying in WBS. I had an amazing opportunity to study there. I learned much more, than coding during 15 weeks.The teaching staff, structure of the... Read More lessons, career services and also the atmosphere ! Everything was perfect for studying.At the end of course, I would say that it totally worthed it. In this short amount of time, starting from scratch we learned everything, that are in demand in IT market. The technological stacks, we learned, are more than enough to start a new role as a Full Stack developer.My recommendation is 10/10.Read Less",Full-Stack Web & App Developer,Web Development +265541,11243,wbs-coding-school,Anonymous,True,2020,The best bootcamp,2020-06-16,5.0,5.0,5.0,5.0,I have taken the 15-week long course at WBS Coding School and I should say I'm super excited to be one of the early graduates of that school. I have got acquainted with a lot of things and obtained some invaluable tech knowledge and skills as a full-stack... Read More developer thanks to the well-designed and adjusted learning programme and the professional instructors at the school. Highly recommended to go through it!Read Less,Full-Stack Web & App Developer,Web Development +308935,11014,shecodes,Mugove Nyamazana,False,2024,A Journey of Empowerment with SheCodes,2024-02-27,5.0,5.0,5.0,0.0,"I embarked on my coding journey with SheCodes, and it has been an incredibly enriching experience. The HTML, CSS, and JavaScript courses have not only taught me the fundamental skills of web development but have also ignited a passion for coding within... Read More me. The lessons were well-structured and easy to follow, allowing me to grasp complex concepts with ease. The hands-on approach, including homework assignments and the final project, provided practical applications for the knowledge gained in each module. What truly sets SheCodes apart is the supportive and engaging community. The challenges and the opportunity to collaborate with fellow learners fostered a sense of camaraderie and motivation. The guidance from the instructors and mentors has been invaluable in overcoming challenges and solidifying my understanding of coding principles. Learning HTML, CSS, and JavaScript has opened up a world of possibilities for me. I now have the skills to bring my creative ideas to life on the web, and the confidence to pursue a career in the tech industry. SheCodes has not just taught me how to code; it has empowered me to embrace a new chapter in my professional journey. I am immensely grateful for the knowledge, encouragement, and support I've received from SheCodes. Whether you're a beginner or looking to expand your coding skills, I highly recommend SheCodes for its comprehensive curriculum, inspiring community, and the transformative learning experience it offers. Thank you, SheCodes, for empowering me to code with confidence and passion!Read Less",,Unknown +308802,11014,shecodes,Aphumle Nicole,False,2024,Awesome coding bootcamp,2024-02-20,4.5,5.0,4.0,0.0,"I am loving my journey with SheCode so far, our instructor is very knowledgeable and he explains everything clearly. This is definitely one of the best bootcamps for absolute beginners like me, just graduated from Basics, can’t wait to continue learning.... Read MoreRead Less",SheCodes Basics,Miscellaneous and General Tech +308750,11014,shecodes,Mayte Souza,False,2024,SheCodes is such an amazing community to learn coding and start your career in IT,2024-02-16,4.7,5.0,5.0,4.0,"“I really enjoyed SheCodes Basics. The course structure divided into short videos, small challenges and solutions makes the process of learning from scratch truly amazing. Everything step by step. Matt is such an amazing coach. I love his energy, always... Read More wishing us a Happy Coding and the SheCodes team made sure I felt supported and welcomed🥰.SheCodes is such an amazing community. I highly recommend it.🙌”Read Less",SheCodes Basics,Miscellaneous and General Tech +308563,11014,shecodes,Okeke Vivian,False,2014,My experience was a top notch🤭 I did what I never believed I could bring out my time to experience though learning new skills is always my thing but this one! Shecodes was an extra one and am glad I did participate in it and learnt a lot🥰,2024-02-11,5.0,5.0,5.0,5.0,"“Shecodes Foundation was among my answered prayers as of last year 2023 and an incredible learning experience! it was challenging and fun all together that I cant even think of giving up but rather stick to being productive and learning new skills, which... Read More i never thought in 3 weeks time I'd acquire as much as I do now when it comes to coding. Thanks to my amazing teacher ""Matt"" for his efforts and thoughts towards this industry, 5 star rate (highly recommend).”Read Less",SheCodes Basics,Miscellaneous and General Tech +308477,11014,shecodes,Vedasri Garlapati,False,2024,Satisfied,2024-02-07,4.3,5.0,4.0,4.0,"SheCodes is an excellent platform, especially for beginners like me. The learning experience it offers is both enjoyable and informative. Since joining SheCodes, my understanding of coding has significantly improved, and I've gained a new-found confidence... Read More in coding. The platform's user-friendly approach makes it easy to grasp concepts, providing a supportive environment for individuals starting their coding journey. Overall, I highly recommend SheCodes to anyone looking to build a solid foundation in coding while enjoying the learning process.Read Less",SheCodes Basics,Miscellaneous and General Tech +308436,11014,shecodes,Phindile Sibeko,False,2024,The program also had a supportive community of fellow learners and mentors who were always ready to help and provide feedback.,2024-02-06,4.5,5.0,4.0,0.0,"“Learning how to code has been a goal of mine for a long time, and I'm grateful to have found a coding program that made the journey enjoyable and accessible. The program provided a structured learning path with clear explanations and practical examples... Read More that helped me grasp coding concepts easily. The interactive coding exercises and projects allowed me to apply what I learned and build real-world applications. The program also had a supportive community of fellow learners and mentors who were always ready to help and provide feedback. Overall, I highly recommend this coding program to anyone looking to start their coding journey. It's an excellent resource for beginners and provides a solid foundation for further learning and growth in the field of coding.”Read Less",SheCodes Basics,Miscellaneous and General Tech +308418,11014,shecodes,Thelby,False,2024,Empowering Introduction to Coding: SheCodes Basic Exceeded Expectations!,2024-02-05,5.0,5.0,5.0,5.0,"SheCodes Basic surpassed my expectations, providing a well-structured curriculum that made coding accessible for beginners. The engaging lessons, hands-on projects, and supportive community fostered a positive learning experience. The instructor, Matt... Read More Delac, clear teaching style and the responsive support team ensured I never felt stuck. Completing SheCodes Basic equipped me with a solid coding foundation, boosting my confidence to tackle more advanced challenges. I highly recommend SheCodes Basic to anyone seeking a friendly and supportive introduction to coding.Read Less",SheCodes Basics,Miscellaneous and General Tech +308115,11014,shecodes,Cecilia,False,2022,The best I have ever had.,2024-01-22,5.0,5.0,5.0,5.0,"I am incredibly grateful for the life-changing experience I've had with She Code Foundation. This organization goes beyond teaching coding skills; it empowers and uplifts women in the tech industry. The mentors and instructors at She Code Foundation are... Read More not only knowledgeable and passionate but also deeply committed to fostering a supportive and inclusive learning environment. Through their guidance, I've gained the confidence to tackle coding challenges and explore various aspects of the tech world. The community at She Code Foundation is a source of inspiration. Connecting with like-minded women who share the same passion for technology has been invaluable. The encouragement and camaraderie within the community have made my learning journey truly enjoyable. She Code Foundation is not just a coding bootcamp; it's a catalyst for personal and professional growth. The skills I've acquired and the connections I've made have opened doors to opportunities I never thought possible. Thank you, She Code Foundation, for being a beacon of empowerment and a driving force behind my journey into the world of coding. I am proud to be part of this amazing community, and I highly recommend She Code Foundation to any woman aspiring to thrive in the tech industry.Read Less",,Unknown +307704,11014,shecodes,Grace Wong,False,2023,Best online coding platform out there!,2024-01-03,5.0,5.0,5.0,0.0,"“I've really enjoyed learning how to code (HTML, CSS and JavaScript) with SheCodes. It is probably the best online coding lesson out there (and I have tried plenty!). The topics are well organised and the explanation very easy to follow. I love the homework... Read More we get at the end of each lesson, which allows me to test my understanding. Another positive about SheCodes is the community, which is a fantastic way for everyone to share their knowledge, get help from the experts and an opportunity for you to help others; again allowing you to hone your knowledge.”Read Less",SheCodes Basics,Miscellaneous and General Tech +307694,11014,shecodes,Pinky Ngcuka,False,2023,Amazing opportunity for women,2024-01-03,5.0,5.0,5.0,0.0,"I have learnt so much in the last 3 weeks, learning is made easy and the support from the team is amazing. I would recommend SheCodes to any woman who has interest in learning and expanding their knowledge in coding, the course is beginner friendly anyone... Read More can and will be able to understand.Read Less",SheCodes Basics,Miscellaneous and General Tech +307625,11014,shecodes,Maria Kapatwa,False,2023,I learned web creativity through SheCodes' intuitive workshops,2023-12-29,5.0,5.0,5.0,5.0,"I went from zero coding knowledge to publishing my own webpage using the HTML, CSS and JavaScript I learnt in the intuitive SheCodes Basics workshop. The hands-on curriculum and supportive Slack community allowed my abilities to blossom rapidly through... Read More practical challenges. Now I feel equipped, energised and ready to take the next chapter of my coding journey. SheCodes opened up doors to bring my web creativity to life!Read Less",,Unknown +307502,11014,shecodes,Rebecca Herlinger,False,2023,SheCodes: Highly Recommend!,2023-12-22,5.0,5.0,5.0,0.0,"SheCodes was an amazing experience! I can't believe how much I learned over such a short period. The workshop makes it so easy to build knowledge and skill a step at a time - and makes a subject that feels intimidating into something fun, approachable... Read More and doable. Thank you, Matt Delac and the whole SheCodes team!Read Less",,Unknown +307501,11014,shecodes,Dilara,False,2023,SheCodes Basics,2023-12-22,5.0,5.0,5.0,5.0,"I recently completed a 3-week basic HTML, CSS, and Java workshop, and I couldn't be more satisfied with the experience. The platform not only provides affordable programming education but also creates a supportive environment for women learners. The instructional... Read More videos were clear, the examples were well-demonstrated, and the user-friendly platform enhanced my learning journey. What stood out the most was the exceptional support system in place, always ready to assist. I wholeheartedly recommend this program to anyone interested in programming. A special thanks to Matt, our dedicated teacher, whose expertise enriched our learning. Kudos to Matt and the team for a valuable experience!Read Less",SheCodes Basics,Miscellaneous and General Tech +307424,11014,shecodes,Anonymous,True,2023,I am thrilled to have taken part in the SheCodes workshop.,2023-12-21,5.0,5.0,5.0,5.0,"I am nothing short of greatful for the experience I had with SheCodes. As someone with minimal coding experience, I was initially apprehensive, but the workshop's design and the SheCodes team's support quickly put me at ease. The program has a well structured... Read More curriculum that is comprehensive and made it easier to complete hands-on projects that enabled me to consistently apply what I had learned throughout each week, to real world scenarios.The flexibility of the online format was a game-changer for me.I appreciated the ability to access the material at my own pace while still benefiting from uploaded sessions. Participating in this workshop has been of great help in teaching me basic knowledge and practical skills of what goes on in the field of technologyRead Less",SheCodes Basics,Miscellaneous and General Tech +307344,11014,shecodes,Lerato Lamola,False,2023,Total beginner in the tech space,2023-12-19,5.0,5.0,5.0,5.0,"At first I was overwhelmed because it all seemed so foreign to me. Then with going back and reviewing the lessons over and over again it got easier. It helps that Matt explains the concepts so well. I absolutely enjoyed learning this new skill. The support... Read More team is also so efficient and beyond helpful, definitely making this journey worthwhile. Thank you.Read Less",,Unknown +306790,11014,shecodes,Rosalinda Martinez,False,2023,SheCodes will not disappoint you!,2023-11-30,5.0,5.0,5.0,5.0,"I'm 54 years old and I have been wanting to learn how to code for quiet a while, I finally took the chance and after searching for a program that will fit my needs, I found SheCodes and I'm not dissapointed. This is a hard challeging program but it fits... Read More my schedule and I can take breaks and walk away to gather my thoughts without feeling the pressure. SheCodes is good for any age who is willing to take the risk and learn coding. I just finished SheCodes Basic, now I'm moving on to the next program.Read Less",SheCodes Basics,Miscellaneous and General Tech +306786,11014,shecodes,Luisa Mestayer,False,2023,SheCodes was a wonderful experience,2023-11-30,5.0,5.0,5.0,5.0,"I would definitely recommend SheCodes! It gave me the opportunity to learn something from scratch and create very interesting things. I started with no idea about anything, and had a lot of fun in the process, seeing the projects come to life. It was... Read More a very nice experience, with a lot of learning and growth, that I would recommend to other women. Not only to teach them something very important and useful that will give them more opportunities, but also to empower them.Read Less",SheCodes Basics,Miscellaneous and General Tech +306613,11014,shecodes,Cecilie Victoria Nati Kongerslev,False,2023,The bedst investment I ever did!!,2023-11-20,5.0,5.0,5.0,5.0,"“I'm thrilled to recommend SheCodes. Their coding expertise and commitment to client satisfaction are exceptional. From our initial consultation to the final product, their transparent processes, clear communication, and responsiveness made the collaboration... Read More a pleasure. SheCode´s delivered a product that surpassed my expectations. I highly recommend them for anyone seeking a coding partner that combines technical excellence with outstanding client service.”Read Less",SheCodes Basics,Miscellaneous and General Tech +306607,11014,shecodes,Fezeka Magocoba,False,2023,SheCodes is awesome!,2023-11-20,5.0,5.0,5.0,5.0,"I have learnt so much in the short time that I have been getting the lessons. All these program languages are starting to make sense, and it's thanks to Matt the instructor, who is absolutely awesome at explaining and going into detail. I prefer to know... Read More the ""why"" for me to be able to properly process, understand and apply new information, and that's exactly how Matt teaches. I have thoroughly enjoyed all the lessons so far and hope to continue my learning journey with SheCodes. Awesome content! :DRead Less",SheCodes Plus,Miscellaneous and General Tech +306488,11014,shecodes,Aluta Mngadi,False,2023,Great introduction to coding,2023-11-15,5.0,5.0,5.0,5.0,“I really enjoyed this workshop! I think it was a very good introduction to coding as it was mainly focused on practical knowledge and examples. I also liked that I had access to a community of other students and tutors on Slack to ask questions whenever... Read More I got stuck 😃”Read Less,SheCodes Basics,Miscellaneous and General Tech +306485,11014,shecodes,Maria,False,2023,Great and comfy experience!,2023-11-15,5.0,5.0,5.0,5.0,"I can only say one thing: I loved it! I enjoyed everything — from the material being presented to the flexible deadline system. Furthermore, I really liked that the timing of the lessons is such that you don't get tired and can re-watch them again before... Read More you start doing your homework. I've wanted to learn how to do coding since I was in school, but we were told that computers are not a girls' thing. Many thanks to Matt for creating a friendly and safe community where I, as a woman, could start to realize my childhood dream.Read Less",SheCodes Basics,Miscellaneous and General Tech +306432,11014,shecodes,Rethasri Gopalan,False,2023,Empowering Journey into Coding Bliss,2023-11-13,5.0,5.0,5.0,5.0,"Thrilled with SheCodes Basics! As a coding novice, the hands-on approach, clear explanations, and friendly community have been a game-changer. Building interactive web pages, working with a code editor, and styling with CSS were highlights. Basic JavaScript... Read More functions added interactivity. Progress exceeded expectations. I am excited to continue this empowering coding journey. Thanks, SheCodes Basics, for making coding accessible and enjoyable! 👩‍💻✨Read Less",,Unknown +306429,11014,shecodes,Lehlohonolo Twala,False,2023,SheCodes Foundation is the best way to go’ to start your coding journey.,2023-11-13,5.0,5.0,5.0,5.0,"Learning how to code through SheCodes Foundation has been the best learning experience ! I went from being scared because I knew nothing about coding to being a confident coding newbie. SheCodes foundation has helped me pave a way in my coding journey... Read More and definitely has helped me have a solid foundation in coding. The community has been so helpful and hands on, which has made it easier for me to continue when I struggle with a project. I am excited to continue my journey in coding and would 100% recommend for anyone who wants to start their coding journey.Read Less",SheCodes Basics,Miscellaneous and General Tech +306381,11014,shecodes,Stella Margy,False,2023,Structured curriculum and large community for support.,2023-11-10,4.7,5.0,5.0,4.0,"I am delighted I came to know about SheCodes.As a statistician trying to break into tech it has been an enriching experience that has expanded my skills and knowledge significantly.The program's comprehensive structure(challenges and projects) and the... Read More large community guidance has provided me with a strong foundation for my future in the tech industry.In addition,the program has really boosted my confidence.I highly recommend it .Read Less",,Unknown +306321,11014,shecodes,Amanda Hamel,False,2023,"If this dietitian can learn to code, so can you!",2023-11-08,5.0,5.0,5.0,5.0,"I recently completed SheCodes for beginners, and I cannot praise it enough! From the supportive and empowering community to the top-notch curriculum, this mini-course truly exceeded my expectations. The instructor, Matt, was not only highly knowledgeable... Read More but also incredibly encouraging, making the learning experience both enjoyable and effective. Plus, with the supportive Slack community, I felt like the SheCodes team genuinely cared about our success and were always available to provide guidance and answer questions. The curriculum was well-structured, offering a comprehensive understanding of coding concepts and practical skills. It allowed me to grasp complex topics in a simplified manner, which was incredibly valuable as a beginner. The course also provided numerous mini projects that helped me gain confidence in my, albeit limited, coding abilities. I can confidently say that this coding course has been a pivotal step in my journey towards learning more about web development. If you're a woman interested in coding, I highly recommend this course as it has the potential to change your life. Thank you for this incredible opportunity!Read Less",SheCodes Basics,Miscellaneous and General Tech +306196,11014,shecodes,Bernadett Balogh-Gal,False,2023,Clear curriculum with useful and easily understandable content,2023-11-05,5.0,5.0,5.0,5.0,"I can highly recommend it to anyone who wants to have a little insight into the art of coding. The content is easy to understand and there are interesting exercises and challenges. Overall it's really fun! My goal is to get to frontend development and... Read More get a job as a frontend developer. So far, I feel that this is achievable based on my experience during this workshops.Read Less",SheCodes Basics,Miscellaneous and General Tech +306103,11014,shecodes,Hamdalat Sanni,False,2023,SheCodes is the Best!,2023-11-01,5.0,5.0,5.0,5.0,"“This is not my first attempt at learning to code but sheCodes gave me the CONFIDENCE to be a coder. Matt is an EXCEPTIONAL teacher that makes it feel so easy and doable. with this course I finally feel like a coder, like confident enough to climb the... Read More educational ladder to keep learning and make a career in tech.”Read Less",SheCodes Basics,Miscellaneous and General Tech +305914,11014,shecodes,Anonymous,True,2023,I Really Enjoyed This Course,2023-10-25,4.3,5.0,5.0,3.0,"This course was amazing!!!! I went in with an open mind and not knowing what to expect as I knew nothing about coding or how it worked. I just knew I was ready to learn a new skill. Week 1 to me was a breeze as I was thinking “this is soo easy” but by... Read More week 2 I was stumbling and started to doubt if this was really for me. But I did not give up, I pushed through and stuck with the program until the end. And I’m glad I did because by the 3rd week I was loving the things I was able to code and create with code on my computer. I felt so accomplished, I cannot wait to start to next coding class and see what else SheCodes has to offer.Read Less",SheCodes Basics,Miscellaneous and General Tech +305816,11014,shecodes,Alexandra Lee,False,2023,A fun and well structured learning experience.,2023-10-20,5.0,5.0,5.0,5.0,"“As a coding newbie this has been challenging but so much fun! It's a great start to learning the basics. I love the small, focused steps of learning with application tasks throughout the week followed by a more challenging application task at the end... Read More of the week. The scaffolding of the learning is fantastic with learners signposted to lots of resources to help them. While my end of unit project won't win any design awards, I'm so proud of what I have learned in just 3 weeks!”Read Less",SheCodes Basics,Miscellaneous and General Tech +305720,11014,shecodes,Anonymous,True,2023,Interesting and challenging,2023-10-16,5.0,5.0,5.0,5.0,"The whole process of learning was fun! I liked the fact that there were challenges to be completed. It does not only help me learn, but also master the skills for that particular lesson. It also allowed me to research and discover things that were not... Read More discussed in the video lecture.Read Less",,Unknown +305699,11014,shecodes,Madlyn Manneh,False,2023,Transformative and Innovative,2023-10-16,4.7,5.0,5.0,4.0,"Taking the SheCodes Basics course has been a transformative experience, providing me with valuable insights into web development. I've not only learned new and improved techniques, but it has also heightened my curiosity to explore the boundless possibilities... Read More of what I can create with just my imagination and the right tools.Read Less",,Unknown +305698,11014,shecodes,Michell,False,2023,It was very simple and easy to grasp.,2023-10-16,4.5,5.0,4.0,0.0,"This course was really nice and simple. It was so easy to learn, I highly recommend it because it is so beginner friendly. I am happy to have stumbled upon the SheCodes Foundation. I feel like a coder just by being able to pass the basics. I'm so excited... Read More for the next upcoming lessons.Read Less",SheCodes Basics,Miscellaneous and General Tech +305671,11014,shecodes,Emilia Podmore,False,2023,SheCodes Basics,2023-10-14,5.0,5.0,5.0,5.0,"SheCodes exceeded my expectations, and I wholeheartedly recommend it to anyone. As someone who is neurodivergent, I found the structure of the program to be incredibly supportive. The well-organised lessons and the flexibility in learning allowed me to... Read More navigate the course at my own pace. This experience has not only instilled in me a newfound confidence in coding but has also ignited a passion to pursue a career in this field. Thank you to the entire SheCodes team for providing such a valuable and empowering learning experience, I can't wait to move on to the next workshop!Read Less",SheCodes Basics,Miscellaneous and General Tech +305602,11014,shecodes,Diana Quiroga,False,2023,Amazing and easy to understand teaching.,2023-10-11,4.7,5.0,4.0,5.0,"The different classes motivate a lot to study, Professor Matt explains very well. I am very grateful for what I learned.Questions are answered quickly and motivate a lot to continue learning. I am currently looking to enhance my knowledge and I am sure... Read More that with SheCodes I am on the right track.Read Less",,Unknown +305248,11014,shecodes,Stephanie Forkin,False,2023,Amazing!,2023-09-28,5.0,5.0,5.0,5.0,"I work full time, my brain isn't always 'online' after a long day, but the videos were easy to follow and good references for when I was struggling with something. I didn't know if I was going to be good at coding or even enjoy it, but after this first... Read More course I feel prepped and excited for the next one! Thank you SheCodes for the most empowering experience for something I was wanting to try but scared to!Read Less",SheCodes Basics,Miscellaneous and General Tech +305162,11014,shecodes,Silvia Camacho,False,2023,SheCodes Basics,2023-09-25,2.3,5.0,1.0,1.0,"""Siempre he tenido curiosidad por el desarrollo web, pero nunca tuve la oportunidad de aprender sobre él. Cuando vi el curso básico de desarrollo web ""SheCodes"", decidí inscribirme. El curso fue muy completo y cubrió todos los conceptos básicos del desarrollo... Read More web. El instructor fue muy claro y conciso en sus explicaciones, y los ejercicios prácticos me ayudaron a solidificar mis conocimientos. Al final del curso, me sentí muy seguro de mis habilidades para crear sitios web básicos. Estoy muy agradecido por la oportunidad de haber aprendido sobre esta fascinante disciplina. Recomiendo encarecidamente este curso a cualquiera que quiera aprender los fundamentos del desarrollo web. Es una excelente manera de comenzar una nueva carrera en tecnología"".Read Less",,Unknown +305021,11014,shecodes,Mac Millian,False,2023,Shecodes is the best to learn to code as a beginner,2023-09-20,5.0,5.0,5.0,5.0,"“I am thrilled to provide my testimony about my experience with the SheCodes workshop. Joining this program was a transformative decision for me. The supportive community, expert-led instructions, and hands-on learning have equipped me with invaluable... Read More coding skills and a newfound confidence in my abilities. SheCodes has opened doors to exciting career opportunities and fostered a sense of empowerment in the tech world. I wholeheartedly recommend SheCodes to anyone looking to embark on a rewarding coding journey, no matter their background or prior experience. It's a life-changing experience that I am truly grateful for.”Read Less",SheCodes Basics,Miscellaneous and General Tech +304962,11014,shecodes,Josefa Anselmo,False,2023,Engineer,2023-09-18,5.0,5.0,5.0,0.0,"I had been searching for a course to learn programming online for a while, and I reviewed various programs and courses at academies and universities, but none of them met my expectations. When I found SheCodes, I simply felt that this was the place where... Read More I should learn to program and I was not wrong. Thanks to the work done by SheCodes Foundation, I received a scholarship that allowed me to start my studies, and I can confidently say that it was by far the best decision! I'm learning, having fun while doing it, and, most importantly, the dynamic nature of the recorded classes is amazing because it keeps you engaged and allows you to code alongside the class as it progresses, making it easy to take notes as well. I completed this first workshop, and I can't wait to start the second one; programming has become a part of my daily life! I wholeheartedly recommend SheCodes, and for those countries eligible for scholarships, please don't miss the opportunity and join right away!Read Less",SheCodes Basics,Miscellaneous and General Tech +304891,11014,shecodes,Dikeledi Kwenaite,False,2023,"My Experience with SheCodes was amazing, my expectations were exceeded.",2023-09-15,5.0,5.0,5.0,5.0,"I am so grateful for this opportunity to be on the SheCodes foundation. Honestly, I feel so blessed to have Matt on my side every step of the way. He has made it easier for me to understand coding and find it simpler to learn. I do recommend this workshop... Read More to every woman who is interested to pursue a career in tech.Read Less",SheCodes Basics,Miscellaneous and General Tech +304883,11014,shecodes,Alisha Tyler,False,2023,SheCodes is Awesome!,2023-09-14,4.7,5.0,5.0,4.0,"“I had been interested in coding for a long time but I didn't think I could do it and didn't know where I could fit it in with my healthcare career. After signing up for the SheCodes free class, it sealed my fate. I immediately joined the SheCodes Basics... Read More workshop and it is one of the best decisions I have ever done. This has shown me so many opportunities. This workshop was so easy and very understandable. I cannot wait to start the other workshops! This was an amazing program and a great way to start a new career.”Read Less",SheCodes Basics,Miscellaneous and General Tech +304853,11014,shecodes,Zinhle Nhlapo,False,2023,Absolutely amazing and seamless,2023-09-14,5.0,5.0,5.0,5.0,I had no idea of what coding was about until I came across SheCodes and Matt has changed my life for the better. I now have hope that things will work out whereas I had none whatsoever before I started my journey at SheCodes. I look forward to learning... Read More more things and expanding my knowledge.Read Less,SheCodes Basics,Miscellaneous and General Tech +304830,11014,shecodes,Adela,False,2023,This was great,2023-09-13,5.0,5.0,5.0,5.0,"This was great, I really liked how the topics were explained. I have already started the next workshop. And this is great as well. It brings the next level to increase the knowledge. The pace is smooth and can also be adjusted in case it is needed, for... Read More example due to the holidays.Read Less",,Unknown +304809,11014,shecodes,Alison Moloney,False,2023,Shecodes is a great experience and I'm glad I could partake in it,2023-09-12,5.0,5.0,5.0,5.0,"“This SheCodes workshop has been a great experience. I will definitely use what I learned on coding in the future. Matt was excellent in every video, explanations were clear and concise. The project was really fun to work as well. I would recommended... Read More this workshop to women who want to learn how to code.Read Less",SheCodes Basics,Miscellaneous and General Tech +304747,11014,shecodes,Al VanHutch,False,2023,3 week SheCodes course review,2023-09-08,5.0,5.0,5.0,5.0,New student here! I have really enjoyed the 3 week course at SheCodes. I am new to the tech world so this has been a great starter course. It has allowed me to build some great stepping stones for my future career in the industry! Excited to learn more... Read More with the additional bootcamps ahead!Read Less,SheCodes Basics,Miscellaneous and General Tech +304581,11014,shecodes,Bethani Moorhouse,False,2023,Amazing!,2023-09-04,5.0,5.0,5.0,5.0,"I've done pretty much every course out there and SheCodes is the only one that has kept my attention and really taught me the basics of coding in a way that is easy to understand. Matt has an amazing talent for teaching, the SheCodes community and approach... Read More to learning makes any tech career dream seem possible!Read Less",SheCodes Max,Miscellaneous and General Tech +304440,11014,shecodes,Mary Henin,False,2013,Greatly Surprised ☺️ Excited for what’s Next,2023-08-29,5.0,5.0,5.0,5.0,"I honestly can't believe I've signed up, started and completed it SheCodes Basics already?! Time flew by so quickly & I wish there was more hahah! The format of the course & each lesson & class have been tremendously helpful & beneficial, allowing me... Read More to follow along with Matt & replicate what he's doing. Any time I face an error I can rewind to double check my work. Athena the AI has also been tremendously helpful resource! The team on Slack were AMAZING! And the open channels & communication really helped. I would search there as a first step and found that there were reoccurring mistake themes we all faced collectively; made me feel like I'm not alone ha-ha! I'm definitely excited to learn moreRead Less",,Unknown +304293,11014,shecodes,Tetyana Bykova,False,2023,"Engaging, inspiring and full of lots of useful knowledge and skills course. I am really grateful!",2023-08-24,5.0,5.0,5.0,5.0,"First of all, I'd like to express my gratitude to SheCodes for the opportunity to learn to code and as a bonus - do it in a unique way. Studying with SheCodes is enormously engaging and absolutely positive - complicated things are presented in a clear... Read More and visual way and all the events that might happen in the process of coding are also mentioned and explained, so even if you happen to stumble you will never be lost and you can pick up easily. The way knowledge and new skills are delivered is also very encouraging - you learn to make mistakes and you develop the awareness that it is OK, and you learn, figure out, correct and move on, there's no stress, no need for the ""duck technique"" and this leads to easier learning and faster debugging ;) You feel empowered and more confident. One more thing I liked about SheCodes is that the knowledge becomes not just stored but is easily approachable and practically appliable which is pretty great and unique. And the UX/UI of the course is simply making you happier, even when the day is bad, it makes you lighter, brighter and refreshed mentally. Generally, SheCodes presents their students with a chance not only to study but to get inspired, get involved and be fascinated with coding. SheCodes really inspires and lifts up our spirits and for all the mentioned above and things I might have missed, I am very grateful and would definitely recommend trying this course. I am surely staying for the next level.Read Less",SheCodes Basics,Miscellaneous and General Tech +304173,11014,shecodes,Natalia Casarín Sánchez,False,2023,SheCodes Experience,2023-08-22,5.0,5.0,5.0,5.0,"SheCodes basic program was wonderful! It was exciting to build my first webpage after completing all the challenges. SheCodes is the best platform to learn web development! The content has a very good structures, examples and exercises. I am so excited... Read More for the next chapter. I truly reccomend this course if you want to learn web development.Read Less",SheCodes Basics,Miscellaneous and General Tech +304167,11014,shecodes,Nothando Ndebele,False,2023,Thank you SheCodes!,2023-08-22,4.3,5.0,5.0,3.0,“I am so grateful for the SheCodes foundation for enabling me to participate in such an enriching course. I had so much fun completing the challenges and Matt did a great job presenting the information in digestible bite sizes. So happy and super impressed..... Read More onto SheCodes plus wish me luck😊”Read Less,SheCodes Basics,Miscellaneous and General Tech +304164,11014,shecodes,Larisa,False,2023,Coding Course,2023-08-22,5.0,5.0,5.0,5.0,“Very interesting coding courses. The satisfaction of getting your code working is out of this world. Highly recommend this course to anyone that would like to start this journey. Thank you for the opportunity to learn something new and to upskill myself!”... Read MoreRead Less,SheCodes Basics,Miscellaneous and General Tech +303997,11014,shecodes,Nomthandazo,False,2023,SheCodes is the best,2023-08-17,4.7,5.0,5.0,4.0,"Before SheCodes I didn't know anything about coding, but with Matt's tutorials and explanations of concepts, now I can confidently say that I do have a basic understanding of what front end development is all about. I will forever be grateful for this... Read More opportunity, I have learnt alot and I cannot wait to use these skills to pursue a career in the tech fieldRead Less",SheCodes Basics,Miscellaneous and General Tech +303943,11014,shecodes,Ingrid Soso,False,2023,SheCodes Is Amazing,2023-08-16,5.0,5.0,5.0,5.0,"I had such a fun time learning with SheCodes, I am truly grateful that I got the sponsorship and the teachings. This will indeed help me get the Job that I aspire to have as a front end developer. The program is well structured and well balanced. I hope... Read More to continue my journey with SheCodes for the advised classes. Matt is so patient and makes the lessons so easy to understand. The whole teams is supportive. I would recommend SheCodes to anyone who wants to learn how to code from scratch.Read Less",SheCodes Basics,Miscellaneous and General Tech +303903,11014,shecodes,Cyndy Churilla,False,2012,Always Exciting to Learn Something NEW! Challenge yourself @ SheCodes NOW!!!,2023-08-15,5.0,5.0,5.0,5.0,"“Yes, I would highly recommend this workshop to anyone who is interested in challenging themselves to learn a new skill such as coding. I have zero knowledge of coding and I did not give up trying to work through all the homework exercises. As a result,... Read More I completed my last final project. What a wonderful feeling of success and great accomplishment! Thanks Matt and the SheCodes Team. You are doing an excellent job - keeping us motivated.”Read Less",,Unknown +303614,11014,shecodes,Olha Kyrychenko,False,2012,I hadn't had any coding experience before the SheCodes workshop,2023-08-07,3.7,1.0,5.0,5.0,"“Very interesting programming training course - the information is presented in a non-burdensome and accessible, comform form, the learning process is fascinating, the result will not have to wait long. I am very glad that I have the opportunity to attend... Read More this workshop - coding is exciting! Thank you SheCodes!”Read Less",,Unknown +303605,11014,shecodes,Catarina Oliveira Rodrigues,False,2023,Fun way to learn code!,2023-08-07,4.3,5.0,4.0,4.0,"“This was really fun way to lear how to code! Matt explains it very well. It was my first experience with coding, it was quite challenging sometimes. But it was nice to learn how to make a simple webpage, it was easier than i was expecting! I learnt HTML,... Read More some CSS and some JavaScript.”Read Less",SheCodes Basics,Miscellaneous and General Tech +303583,11014,shecodes,Anonymous,True,2023,SheCodes Basics Workshop,2023-08-05,5.0,5.0,5.0,5.0,"I am thrilled to share my experience with the SheCodes Basic workshop I recently completed. This workshop was a game-changer for me! The curriculum was expertly designed, covering HTML, CSS, and JavaScript comprehensively. I loved the weekly homework... Read More assignments that reinforced my learning, and the final project was an exciting opportunity to apply everything I learned. The instructor, Matt, was fantastic, providing clear explanations. Responsive assistance was readily available whenever required. Thanks to this workshop, I now feel confident in my basic coding abilities and can't wait to explore further in the world of web development. Highly recommended!Read Less",SheCodes Basics,Miscellaneous and General Tech +303500,11014,shecodes,Laiken Chetty,False,2023,The best place to learn code,2023-08-03,5.0,5.0,5.0,5.0,"I am grateful to have been given this opportunity and to be apart of the SheCodes sisterhood. I would definitely recommend this workshop to you because it has really shaped the way I code, enabled me to utilize the skills I have learnt and apply it to... Read More my job which has been incredible! Matt is an amazing lecturer/mentor and really breaks down coding from the beginning so that you can understand the very foundations to allow you to level up and grow this in demand skillset. Everyone is absolutely wonderful on the SheCodes team and are ever willing to help you understand your code and assist you with any technical difficulties. Thank you team SheCodes, you rock!Read Less",SheCodes Basics,Miscellaneous and General Tech +303481,11014,shecodes,Racheal Muchiri,False,2023,SheCodes is amaizing!,2023-08-02,4.7,5.0,4.0,5.0,"Completing the SheCodes Basics workshop was an incredible experience! In just a short time, I gained a solid foundation in coding and the confidence to pursue my passion further. The course was well-structured, the instructor was knowledgeable, and the... Read More supportive community made learning enjoyable. I now feel equipped to build websites and explore new coding opportunities.Read Less",,Unknown +303477,11014,shecodes,Tashinga Mlilwana,False,2023,SheCodes is the best!,2023-08-02,5.0,5.0,5.0,5.0,"If you need a sign to start learning how to code, this is it. I see the digital world in colour now because of SheCodes! I find myself trying to break down the different languages when I am browsing the internet or using my phone. I thoroughly enjoyed... Read More this course, it was so life changing! I found myself getting super excited when I wrote code and it ran and I had child-like happiness whenever my css would run and i could see it on split screen.Read Less",SheCodes Basics,Miscellaneous and General Tech +303145,11014,shecodes,Anonymous,True,2023,New knowledge,2023-07-24,5.0,5.0,5.0,5.0,"Thanks to Matt and SheCodes I was able to step into a whole new world - the world of coding! Although I'm not quite sure, in what direction this experience will finally lead me to, I appreciate my new knowledge already. I'm so proud of me having learnt... Read More the basics of coding with Matt's great videos, fun tasks and the help of the community. It feels like an awesome start into new work fields!Read Less",SheCodes Basics,Miscellaneous and General Tech +303014,11014,shecodes,Nwabisa Hlazo,False,2023,Refreshing and wholesome!!,2023-07-19,5.0,5.0,5.0,5.0,"“I loved everything about this workshop ,it felt like home and gave me so much purpose and something to look forward to .Coding to me is like art and I enjoy every bit of it especially when I fix a coding issue that was challenging .A great start to anyone... Read More who wants a future as a solid developer.”Read Less",SheCodes Basics,Miscellaneous and General Tech +302941,11014,shecodes,Bonisiwe Gabela,False,2023,Highly recommended,2023-07-18,4.7,5.0,5.0,4.0,"I highly recommend SheCodes to anyone who want to learn coding. Matt makes learning so easy and fun. I had zero knowledge of coding and had always thought it was like rocket science. Through this basic training, I have found myself loving it and very... Read More easy to follow and apply when doing homework challenges and projects. Thank you Matt and the SheCodes team. Keep up the excellent work.”Read Less",,Unknown +302919,11014,shecodes,aisa sharifi,False,2023,"""Amazing journey !""",2023-07-17,5.0,5.0,5.0,5.0,"This is my first experience with the SheCodes course and it has been a great learning experience so far. Matt is unique teacher with outstanding teaching methods, the team behind him has been very helpful on all my questions as well. The fun and interactive... Read More challenges/homework helped me stabilize what I learnt. 100% would recommend! :)”Read Less",SheCodes Basics,Miscellaneous and General Tech +302867,11014,shecodes,Edurne Sáenz Moral,False,2023,Strongly recommended to start your coding journey!,2023-07-14,5.0,5.0,5.0,5.0,"I've always wanted to learn how to code, and SheCodes makes it really easy and fun. Matt is a wonderful teacher, his explanations are clear and very interesting. Besides, the weekly projects help to completely understand and practice all you've learn.... Read More Now I've finished this workshop I just want to keep on coding, and coding, and coding... 😀Read Less",SheCodes Basics,Miscellaneous and General Tech +302845,11014,shecodes,Leah Kemp,False,2023,Wonderful!!!,2023-07-13,5.0,5.0,5.0,5.0,"This program has been amazing so far! I have learned and retained so much this week that I can't wait to continue with the rest of the programs SheCodes has to offer! I would recommend this to any woman who wants to pursue a career, or even just wants... Read More the knowledge in coding. 10/10!!Read Less",SheCodes Basics,Miscellaneous and General Tech +302748,11014,shecodes,Hickmatu Mohammed,False,2023,Best bootcamp out here for women,2023-07-10,5.0,5.0,5.0,5.0,As a person who has loved coding for a long time but wasn't getting access to good courses. I certainly 100% recommend SheCodes. Matt is a very good instructor and makes everything easy. Looking forward to learning more. I highly recommend this workshop.... Read More The best out here honestlyRead Less,SheCodes Pro,Miscellaneous and General Tech +302732,11014,shecodes,Eleojo Esther Akpa,False,2023,It was an amazing experience!,2023-07-10,5.0,5.0,5.0,5.0,“SheCodes Basics was such an amazing journey! I started with some trepidation about understanding or even being able to execute code and I went from that to building my own landing page! Matt is a brilliant teacher. He made learning code an adventure... Read More and it helps that each module comes with practice homework. The SheCodes team also made it fun to learn by being there to spot the glitches and walk us through. I would recommend very highly. I can't wait to move on to the next stage.”Read Less,SheCodes Basics,Miscellaneous and General Tech +302644,11014,shecodes,Lesego Tefo,False,2023,The best platform to start your coding journey,2023-07-06,5.0,5.0,5.0,5.0,"I have always had a keen interest in coding, and trying to understand exactly ""how computers work"". SheCodes has been the most amazing platform to embark on this journey and learn about the exciting world of front-end development. A special shout out... Read More to Matt, who is not only the most knowledgable instructor that i have come across but is also a phenomenal teacher and is super patient!Read Less",SheCodes Basics,Miscellaneous and General Tech +302609,11014,shecodes,Chrys Danielle,False,2023,My ADHD brain was able to focus! 🧠✨,2023-07-05,5.0,5.0,5.0,5.0,"🤩 I am so grateful for SheCodes! I've been trying to learn code since 2004, but the environments I've been in were either sterile or unsupportive. SheCodes has lots of color, vibrance, and support! This environment kept my mind engaged (as I have ADHD).... Read More I finally learned code without giving up in the middle of learning. Thank you, Matt and SheCodes team for creating this space! 🙇🏻‍♀️✨Read Less",SheCodes Basics,Miscellaneous and General Tech +302603,11014,shecodes,Elizabeth Bila,False,2023,Experience at SheCodes,2023-07-05,4.7,5.0,4.0,5.0,"I had no prior expertise with programming, but Matt's excellent tutorials made it easy for me to understand the idea. He is a fantastic teacher and helped to make my time at SheCodes enjoyable. I am undoubtedly prepared to begin using SheCodes Plus. This... Read More program assisted me in choosing a career. They create a amazing notes that are very helpful to use when revising code notes. When ever you have a problem the community on Slack are helpful at well . Overall , i would recommend SheCodes to women who are interested in having a career in Tech.Read Less",SheCodes Basics,Miscellaneous and General Tech +302532,11014,shecodes,Pooja kaur,False,2023,Recommend for everyone who want to learn coding!,2023-07-02,5.0,5.0,5.0,5.0,"“When I stumbled upon SheCodes on social media, I had no idea about this workshop and after doing research and reading reviews, decided to give it a try, which was best career decision. As I not only learned coding but each small reason behind it, which... Read More was very informative, it was fun learning it. Matt is the best teacher! Can’t wait to start next SheCodes workshop! I am very excited to see where my journey will take me now.”Read Less",SheCodes Basics,Miscellaneous and General Tech +302518,11014,shecodes,Anonymous,True,2023,Most excellent experience and knowledge I have acquired.,2023-07-01,4.7,5.0,5.0,4.0,"This experience has been one of the most challenging, interesting, and mentally training I have ever had. I have not only gained coding knowledge, but I have acquired a lot more confidence, time management, and concentration. I recommend SheCodes for... Read More every girl/women in the world and I appreciate being part of this foundation. Like Matt always says, ""Happy Coding"" and enjoy the experience.Read Less",SheCodes Plus,Miscellaneous and General Tech +302378,11014,shecodes,Anonymous,True,2023,New tech student,2023-06-27,5.0,5.0,5.0,5.0,"As someone who had absolutely no prior IT experience, the course was not as tough as I thought. Our instructor, Matt thoroughly explained each and every step which made it so much easier for me. I just love how SheCodes is a safe space for women and I... Read More definitely recommended it for every woman wanting to break into the tech industry.Read Less",,Unknown +302375,11014,shecodes,Chiara Magnini,False,2023,SheCodes is changing my life,2023-06-27,5.0,5.0,5.0,0.0,"Within 3 weeks with SheCodes, I've learnt how to do a landing page that I'm proud of. I can say that SheCodes helped with my confidence and self-esteem in this last few weeks. Matt is an absolutely amazing teacher, explaining everything step-by-step so... Read More we don't get lost and the Slack team always helps if you don't know how to fix even a minimal thing on your code. This workshop is incredible!Read Less",SheCodes Basics,Miscellaneous and General Tech +302340,11014,shecodes,Anna Reed,False,2023,"Engaging, supportive, perfectly paced and fun!",2023-06-26,5.0,5.0,5.0,5.0,I have had a brilliant time learning how to code in SheCodes basics! At a mid point in my career i wanted to pivot to something new. I didn't realise I could pick up a new skill like this yet with the support of Matt and the wider community I feel really... Read More accomplished! I'm raring to go for the next workshops!Read Less,SheCodes Max,Miscellaneous and General Tech +302279,11014,shecodes,Alicia Naidoo,False,2023,Great course for beginners!,2023-06-23,5.0,5.0,5.0,5.0,"""This course has been extremely amazing to someone starting coding from basics! I have learned so much from it, and think that this is an amazing opportunity for women around the world to follow their dreams while on a tight schedule. Thank you Shecodes... Read More for this amazing experience. I now have the opportunity to follow my dreams while earning a living. There are a lot of sacrifices that you have to make in order to meet deadlines ,but it is absolutely worth every second.”Read Less",SheCodes Basics,Miscellaneous and General Tech +302116,11014,shecodes,Michelle A,False,2023,Made learning coding fun and enjoyable,2023-06-19,4.7,5.0,5.0,4.0,SheCodes has been a really great introduction into the world of coding and I am impressed with how much I have learnt in such a short time. The lessons were very well structured and set out in a way that made learning coding fun and enjoyable. I'm grateful... Read More to have found and joined the SheCodes community.Read Less,SheCodes Basics,Miscellaneous and General Tech +302102,11014,shecodes,Siphosethu Seti,False,2023,My Shecodes experience,2023-06-19,4.7,5.0,5.0,4.0,have tried so many times learning how to code but just could not grasp any concepts but with Shecodes I was able to learn so much in a short period of time with all the great and easy to understand learning material and got to enjoy the whole learning... Read More process.Read Less,SheCodes Basics,Miscellaneous and General Tech +302101,11014,shecodes,Lufuno Netshisaulu,False,2023,Exciting learning opportunity,2023-06-19,4.0,5.0,4.0,3.0,“I have no prior knowledge of coding but this has made it possible for me to change careers and start something new and exciting. I appreciate the way it's being practically taught with homeworks and reviews. Whenever you get stuck you get assistance.... Read MoreRead Less,SheCodes Basics,Miscellaneous and General Tech +302100,11014,shecodes,Mayurie Odayan,False,2023,Great experience!,2023-06-19,5.0,5.0,5.0,5.0,"“I took this coding workshop with little to no knowledge about coding and this workshop has taught me the basics of HTML,CSS and JavaScript. I was surprised at how much I was able to learn in only 3 weeks ,and I owe it all to the amazing instructor, Matt.... Read More His content and videos were incredibly helpful and made coding seem much less intimidating. I would definitely recommend this workshop to anyone who is interested in learning how to code.”Read Less",SheCodes Basics,Miscellaneous and General Tech +302073,11014,shecodes,Anastasia Mahabeer,False,2023,Thoroughly enjoyed SheCodes Basic Workshop!,2023-06-17,5.0,5.0,5.0,5.0,What an impressive and info packed learning opportunity that allows you to evolve with the times of technology. I am so glad that I came across SheCodes as I have learnt a new skill that boosts creativity. The perfect opportunity to upskill yourself whilst... Read More escaping the mundane.Read Less,,Unknown +302071,11014,shecodes,Deanna Lipowicz,False,2023,Surprised I was able to do as much as I did in 3 weeks,2023-06-16,5.0,5.0,5.0,0.0,"I found SheCodes really intuitive and I love Matt's teaching style. You feel like he is right there with you. I found it tough at times, but I had all the tools to persevere. I have tried so many times to learn code and failed and this is the first time... Read More I was able to do anything using coding.”Read Less",SheCodes Basics,Miscellaneous and General Tech +302037,11014,shecodes,Anonymous,True,2023,As a beginner in the coding world SheCodes has made things fairly easy. The way everything is explained in depth it is done thoroughly. It is very friendly for beginners and I am very happy with the program.,2023-06-15,3.7,4.0,4.0,3.0,"Pros: It is very friendly for beginners because of how well everything is explained. I like the idea of activities after every explanation, giving you a chance to practice before doing the homework. Cons: I was not prepared on how much storage I am going... Read More to need.Read Less",SheCodes Basics,Miscellaneous and General Tech +301950,11014,shecodes,Mezeker Wuletaw Belayneh,False,2023,it was fun to be part of this team. I enjoyed every moment and can't wait to continue the next chapter.,2023-06-12,5.0,5.0,5.0,5.0,Every step of the journey at SheCodes was enjoyable. I had the chance to know about the coding world. Since I am medical doctor it would give me a place in the digital health sector. I was given the privilege to join SheCodes for free because of she does... Read More foundation giving chance for those of us living in third world country. Thank you very much.Read Less,SheCodes Basics,Miscellaneous and General Tech +301945,11014,shecodes,Veronika Kamel,False,2018,This investment has changed the course of my career and it also freshened up my focus and interests.,2023-06-12,5.0,5.0,5.0,5.0,"I am really happy I put myself through this challenge and learned new skills in just 2-3 weeks! Although I was warned that I will either hate coding or love it, I am truly falling in love with all these languages that are super useful and truly powerful.... Read More SheCodes team prepared amazing content that kept me busy and curious for the past few weeks. I am more than convinced I will continue expanding my knowledge and skills in coding as I think this is a great investment into myself.Read Less",SheCodes Basics,Miscellaneous and General Tech +301874,11014,shecodes,Makoma Cathrine Sekhuto,False,2023,Learning experience,2023-06-08,5.0,5.0,5.0,5.0,"“I have learnt so much in a short period of time. I feel like I can takeover the world now😄, thanks to Matt for being such a great instructor and making sure that we all understand. I would recommend this course to all women who love technology. SheCodes... Read More is the way!Read Less",,Unknown +301868,11014,shecodes,Likeleli Idlet Moletsane,False,2023,Amazing experience,2023-06-08,4.7,5.0,5.0,4.0,"The SheCodes coding basics has really been a beautiful journey for me. I have learned a lot in such a short period of time and although I have very little time to dedicate to the course, eventually I completed the workshop and from here on the sky is... Read More not even the limit.”Read Less",SheCodes Basics,Miscellaneous and General Tech +301781,11014,shecodes,Scarlet V,False,2023,Awesome Classes,2023-06-05,5.0,5.0,5.0,5.0,Matt did a wonderful job at creating a learning experience that taught how and what to do without making it easy. There is definitely a learning curve but it is a lot of fun! If you think you can just watch his videos frame for frame and fly through the... Read More class- be prepared to have to figure out what you did wrong (or rather what he devised to go wrong) so that you learn from the issue. It truly was a wonderful class and I look forward to the next one.Read Less,,Unknown +301715,11014,shecodes,Sofia Enriquez,False,2023,Why I decided to join SheCodes,2023-06-01,4.3,5.0,5.0,3.0,I joined SheCodes because trying to learn solo was not really working for me. I am glad on my decision because I am surprised at how fast I have grasped concepts and was able to put them on practice. The platform is really user-friendly and I consider... Read More its methodology to be successful on building knowledge and making progress. I found it nice to have a community where you can ask questions and feel supported in your journey.Read Less,SheCodes Basics,Miscellaneous and General Tech +301707,11014,shecodes,Natalie Meneses,False,2019,SheCodes,2023-06-01,4.0,4.0,4.0,4.0,"SheCodes course is super easy to follow and the videos are super helpful! As someone who had absolutely no background in coding I found the 3 week course to be a perfect introduction to Java, CSS and HTML. I found it super helpful that at the end of each... Read More lesson there was an assignment so that you can practice what was taught in the video!Read Less",,Unknown +301699,11014,shecodes,Anonymous,True,2023,Thank you SheCodes!,2023-05-31,4.7,5.0,4.0,5.0,"I was looking to learn new skills outside of my professional field and I kept seeing an ad for a free introductory session with SheCodes, so I saw it as a sign and ended up taking the plunge and signing up! I don't regret it at all, I discovered a new... Read More interest in coding and I hope to keep learning to improve and maybe use these skills professionally. Thanks Matt and SheCodes for this great introduction!Read Less",SheCodes Basics,Miscellaneous and General Tech +301634,11014,shecodes,Amanda Gabriela Rocha Oliveira,False,2023,SheCodes Basics was an amazing learning experience!,2023-05-30,5.0,5.0,5.0,5.0,"SheCodes Basics was an amazing learning experience! Matt is a great mentor and extremely didactic teacher! I tried learning HTML, CSS and JavaScript before, but always felt so overwhelmed and confused. This time it was easy and fun! I highly recommend... Read More SheCodes for women who want to dive in the tech world!Read Less",SheCodes Basics,Miscellaneous and General Tech +301595,11014,shecodes,Anonymous,True,2023,If you’re hesitating to join SheCodes…,2023-05-29,4.3,5.0,5.0,3.0,"I have always been apprehensive to learn how to code. After taking the Basics Workshop I feel a lot more equipped to keep learning! The challenges after each lesson are a great way for me to practice my skills, and I look forward to doing the Plus workshop... Read More next :)Read Less",SheCodes Max,Miscellaneous and General Tech +301594,11014,shecodes,Olena,False,2023,Shecodes is truly exceptional!,2023-05-29,5.0,5.0,5.0,5.0,"I wholeheartedly recommend the Shecodes team to keep pushing forward and developing their platform. They are truly exceptional and stand out among the rest. The dedication, expertise, and innovation displayed by this team are truly remarkable. Their commitment... Read More to empowering women in the field of coding is inspiring. The Shecode platform has been an incredible resource for me. The courses are thoughtfully designed, providing a comprehensive learning experience. The materials are clear, engaging, and easy to follow. The team's attention to detail and commitment to quality is evident in every aspect of the platform. Moreover, the support and encouragement I received from the Shecode team were outstanding. They create a welcoming and inclusive environment where I felt comfortable asking questions and seeking assistance. The team's responsiveness and willingness to go above and beyond to ensure a positive learning experience truly set them apart. I genuinely believe that Shecodes has the potential to make a lasting impact in the tech industry by empowering more women to pursue coding and excel in their careers. I highly commend the Shecode team for their outstanding work, and I wholeheartedly encourage them to continue their efforts. They are making a difference, and I cannot wait to see what they accomplish in the future.Read Less",SheCodes Basics,Miscellaneous and General Tech +301591,11014,shecodes,Mariana Parra de Azevedo Pereira,False,2023,Amazing learning experience,2023-05-29,5.0,5.0,5.0,5.0,"It's been amazing learning the basics of HTML, CSS and JavaScript. Matt explains everything in an amazing way and the challenges and homework keep you focused and let you move from theory to practice. Besides that you have the support that you need and... Read More no one will leave without an explanation or without a review of your work. I totally recommend this course to everyone that would like to learn more about Frontend DevelopmentRead Less",SheCodes Basics,Miscellaneous and General Tech +301590,11014,shecodes,Thembelihle Tili Nkosi,False,2023,Women in Tech!,2023-05-29,5.0,5.0,5.0,5.0,"I started the coding workshop with no coding experience. It has been a beautiful journey learning a new skill. I sincerely appreciate SheCodes team for this opportunity given to me. This was a great challenge for me. I highly recommend SheCodes to every... Read More woman, that would like to know more about the technology world🥳.Read Less",,Unknown +301519,11014,shecodes,Violeta Fuentes,False,2023,Great coding starting courses for women!,2023-05-25,5.0,5.0,5.0,5.0,"I really enjoyed the Basics Workshop. It's easy to follow Matt's explanations and together with Athena AI, Slack and Matt's tips to look for information in Google it's easy to problem solve. Now I feel confident that I can complete all of the SheCodes... Read More workshops! I've made more happy dances in this past 3 weeks than I had in a long time, it feels great to solve a coding problem!Read Less",,Unknown +301439,11014,shecodes,Kabelo Molebalwa,False,2023,100% Recommend,2023-05-23,5.0,5.0,5.0,5.0,"I had a lot of fun while participating in the course. The formatting and layout of the material made it so easy to grasp, especially as a beginner. An absolute 10/10 would recommend 👍🏽. From the get go you are taught how to navigate the industry. I absolutely... Read More love.Read Less",SheCodes Basics,Miscellaneous and General Tech +301438,11014,shecodes,Anastasiia,False,2023,SheCodes Basics,2023-05-23,5.0,5.0,5.0,5.0,"SheCodes Basics is a useful course for absolute beginners, which allows you to get acquainted with the logic of programming, the basics of code design rules, and valuable tools. It contains basic knowledge on HTML, CSS and Java Script. I recommend it... Read More for beginners. For those already familiar with programming I recommend more advanced courses.Read Less",SheCodes Basics,Miscellaneous and General Tech +301408,11014,shecodes,Melina,False,2023,Great intro into coding!,2023-05-23,4.7,5.0,5.0,4.0,"“I work as a media designer and therefore deal with websites on a daily basis. I usually use Wordpress and various themes and builders for this. But many themes quickly reach their limits. That's why I really wanted to learn HTML, CSS and JavaScript.... Read More The SheCodes Basics course gives a great overview of the basic functions. I especially like the fact that you can put the things you just learned into practice in many small challenges and in the weekly assignments. And also: You can do the course in your own timing. If you prefer in person classes or need somebody to hold you accountable, you might want to look into other course options.”Read Less",SheCodes Basics,Miscellaneous and General Tech +301387,11014,shecodes,Anonymous,True,2023,Enjoying the process,2023-05-22,5.0,5.0,5.0,0.0,"I enjoyed the learning process, every concept was introduced and explained step by step. I found it easy to follow along. The challenges and homework were fun and engaging. I absolutely loved creating the final project. I look forward to learning more... Read More with SheCodes.Read Less",SheCodes Basics,Miscellaneous and General Tech +301242,11014,shecodes,Dijana Miljkovic,False,2023,Great!!,2023-05-17,5.0,5.0,5.0,5.0,I really enjoyed the Shecodes Basic program. It gave me a very good first insight into programming languages. I was able to use my knowledge on the job after just a few lessons. I‘m looking forward to the next levels. I would recommend Shecodes to my... Read More anyone who‘s interested in learning programminfg languages.Read Less,SheCodes Basics,Miscellaneous and General Tech +301223,11014,shecodes,mahsa jannaty,False,2012,My great experience about Shecodes,2023-05-17,5.0,5.0,5.0,5.0,"I recently started learning Web development skiils on SheCodes and I must say it's been a wonderful experience. The courses are very well-structured and easy to follow, with lots of hands-on coding exercises that make learning fun and engaging. The community... Read More of learners is also very supportive and helpful, making it easy to get answers to any questions I have. I would definitely recommend SheCodes to anyone who wants to learn how to code in a supportive and fun environmentRead Less",,Unknown +301190,11014,shecodes,Tetiana Davydova,False,2023,I was awesome!!!,2023-05-16,5.0,5.0,5.0,5.0,"It was a really fun time with SheCoding, could not notice like the Basic level is over. I become an investigator - curious digging into a site that I visit to find out how this work; and a searcher - googling for some other ways to create something on... Read More your own. The course is built sooooo well, so easy to understand, in no matter of time you start to notice the things, that before were kind of mystery. The final project was not so hard to create like hard to choose which one to send (I made 3, but stop myself on this one)Read Less",SheCodes Basics,Miscellaneous and General Tech +301169,11014,shecodes,Yasmine Guerrero,False,2023,Event Facilitator,2023-05-15,5.0,5.0,5.0,5.0,"“I had been researching so many things for two years and I have found the one workshop that works! I have learned so much with just the basics and now I have full understanding. I love this workshop. Works for my schedule as I am a working mom of 3. If... Read More I am ever stuck I am provided with help! Last but not least it is pretty affordable compared to other bootcamps! I feel like all of the teaching provides reliable and accurate information, which is important! Thank You SheCodes!Read Less",SheCodes Basics,Miscellaneous and General Tech +301075,11014,shecodes,Paola,False,2023,She Codes,2023-05-11,4.7,5.0,4.0,5.0,I am glad I decided to start coding with SheCodes! I always thought coding would be impossible for me to understand and now I feel so empowered that I am able to write my own code. I have now created my very first project and looking forward to continue... Read More with the SheCodes Plus workshop.Read Less,,Unknown +301037,11014,shecodes,Sinqobile,False,2023,Coding made so easy no qualification needed,2023-05-10,5.0,5.0,5.0,5.0,"I never would have thought or imaged that in just three weeks I'd have such knowledge and understanding of coding, The tech space was made so practical and easy to understand and I'm so grateful and excited for the next months of my journey with SheCodes.... Read More Best decision I ever took!!!Read Less",SheCodes Basics,Miscellaneous and General Tech +300987,11014,shecodes,Kateryna,False,2023,engaging and never boring,2023-05-08,5.0,5.0,5.0,0.0,"Enrolling in SheCodes Basic was one of the best decisions I've made. I was pleasantly surprised by how enjoyable the SheCodes program was. Despite being new to coding, I found the courses engaging and never boring. I highly recommend SheCodes to everyone... Read More :)Read Less",SheCodes Basics,Miscellaneous and General Tech +300982,11014,shecodes,Mandisa Nkabane,False,2023,SheCodes Foundation,2023-05-08,5.0,5.0,5.0,5.0,"I must say that I am really thankful for this opportunity, I thought that the code was going to be hard my the facilitator made it easy for me to understand, with the challenges and homeworks to check how far you have understood, I highly recommend this... Read More course.👌👌Read Less",,Unknown +300981,11014,shecodes,Anonymous,True,2023,Fast learning!,2023-05-08,4.0,4.0,4.0,4.0,"I think if you're an absolute begginer -that was me- at coding this workshop is perfect for you to take off and lose your fear. I've found the course super fun, interesting and well explained. Loved the challenges, the homework and the final project,... Read More I think it's a very effective way of learningRead Less",SheCodes Basics,Miscellaneous and General Tech +300944,11014,shecodes,Anastasia Lutkovska-Babych,False,2023,Simle and interesting study,2023-05-06,5.0,5.0,5.0,5.0,"I must also say that I am very grateful to all of you for supporting Ukraine and Ukrainian women! I wish prosperity to your company and grateful students! So, about lessons. I have to say that these 3 weeks were extremely busy and interesting! I can't... Read More wait to start new lesson. Every homework is a new challenge where you should find new knowledges. I highly recommend this product!Read Less",,Unknown +300902,11014,shecodes,Joanna Botha,False,2023,"I just wanted to take a moment to express my gratitude for the amazing resources available on your website. As someone who is interested in learning to code but didn't know where to start, your website has been an absolute game-changer. The tutorial",2023-05-04,3.7,4.0,4.0,3.0,"I just wanted to take a moment to express my gratitude for the amazing resources available on your website. As someone who is interested in learning to code but didn't know where to start, your website has been an absolute game-changer. The tutorials... Read More and courses available on SheCodes have been incredibly helpful in building my skills and confidence as a beginner coder. The content is easy to understand and the format of the courses is user-friendly, which has made my learning experience enjoyable and fulfilling. I appreciate the dedication and effort that you put into creating such a valuable resource for aspiring coders. Thanks to SheCodes, I am now on my way to pursuing a career in tech and I am excited about the possibilities that lie ahead. Thank you again for your wonderful website and the opportunities it has given me. Sincerely, Joanna.”“I just wanted to take a moment to express my gratitude for the amazing resources available on your website. As someone who is interested in learning to code but didn't know where to start, your website has been an absolute game-changer. The tutorials and courses available on SheCodes have been incredibly helpful in building my skills and confidence as a beginner coder. The content is easy to understand and the format of the courses is user-friendly, which has made my learning experience enjoyable and fulfilling. I appreciate the dedication and effort that you put into creating such a valuable resource for aspiring coders. Thanks to SheCodes, I am now on my way to pursuing a career in tech and I am excited about the possibilities that lie ahead. Thank you again for your wonderful website and the opportunities it has given me. Sincerely, Joanna.Read Less",,Unknown +300844,11014,shecodes,Lauren Skinner,False,2023,The perfect course for newbies!,2023-05-03,5.0,5.0,5.0,5.0,"I'm a Security Analyst, new to the industry and working as an Ethical Hacker. This course helped me an incredible amount as it'll help me to identify and understand HTML/CSS/JavaScript code when hunting & exploiting vulnerabilities. I thoroughly enjoyed... Read More this course and will be back to get through the next level up!Read Less",SheCodes Basics,Miscellaneous and General Tech +300841,11014,shecodes,Clare,False,2023,"SheCodes Basics *****A great experiential introduction to CSS, HTML, Javascript and VSC",2023-05-03,5.0,5.0,5.0,0.0,"I decided to try the Shecodes platform after reading all the amazing reviews and getting a really good feel for the ethos of the company and attending the free intro webinar. I wanted to see if the platform would match my learning style and to see what... Read More I could achieve in the 3 weeks course. I have really enjoyed my SheCodes Basics experience, the platform worked really well with my preferred learning style of hands-on, allowing me to get stuck in with the experiential practice. I found it challenging in a positive way, spending hours immersed in focussed problem-solving and feeling a great sense of achievement upon completing the tasks. It was also great to see the elements of HTML, CSS and Javascript come together for the final project!”Read Less",SheCodes Basics,Miscellaneous and General Tech +300831,11014,shecodes,precious Edeh,False,2021,great experience,2023-05-02,4.7,5.0,5.0,4.0,"“Shecodes helped me start my frontend journey, even without having a tech background...The classes are very explanatory and making it easy to understand and I could learn at my own pace.” I would totally recommend to anyone, there were no downsides to... Read More the teachingRead Less",,Unknown +300824,11014,shecodes,Lindsey,False,2023,Great experience,2023-05-02,4.7,5.0,5.0,4.0,Shecodes was such a great experience. I loved every step of it even though my lazy self wanted to give up some days. I highly recommend to any girl out there wanting to learn how to code! All the steps I discovered through Shecodes helped me in my final... Read More project which was creating my own website.Read Less,,Unknown +300679,11014,shecodes,Anonymous,True,2023,SheCodes Basics,2023-04-27,5.0,5.0,5.0,0.0,"“The genius of SheCodes for me is the pacing. I deeply appreciate that the instructional videos are brief, and that opportunities for any further exploration are open to the individual through the links within each lesson and through the respective cheatsheets.... Read More The additional tools developed by SheCodes, such as the palette tool also provide endless opportunities for experimentation. The sky--if there is one in one's explorations into the vast universe of coding--is the limit. 😊”Read Less",SheCodes Basics,Miscellaneous and General Tech +300646,11014,shecodes,Chelsea Nesbitt,False,2023,Would totally recommend,2023-04-26,5.0,5.0,5.0,5.0,I really enjoyed the way this workshop was laid out. It was really helpful to watch the lesson video first and then do a challenge myself. That is the best way to learn. Plus the slack conversations are always open for assistance. I never felt alone on... Read More my journey. I would totally recommend this to anyone who wants to learn coding!Read Less,SheCodes Basics,Miscellaneous and General Tech +300638,11014,shecodes,Anastasia Soutormina,False,2023,Best Course for future Web Developer out there!,2023-04-26,5.0,5.0,5.0,5.0,"“I recently attended this coding workshop and I must say it was an incredible experience. The workshop was well-organized and the instructors were extremely knowledgeable in explaining all coding concepts. Throughout the workshop, I learned various coding... Read More languages and techniques, and was able to apply what I learned in hands-on exercises. The workshop was engaging, and the instructors were always willing to answer questions and provide support whenever needed. I highly recommend this coding workshop to anyone looking to improve their coding skills. It was truly a great investment of time and money and I cannot speak highly enough of the instructors and the overall experience.”Read Less",SheCodes Pro,Miscellaneous and General Tech +300611,11014,shecodes,Leigh-Anne Marais,False,2023,SheCodes is awesome!,2023-04-25,4.3,4.0,5.0,4.0,"SheCodes makes it easy to learn a skill from the comfort of your own home. The course has been challenging but I love a challenge and can't wait for more! I appreciate the support that SheCodes gives, as you can feel alone sometimes when it comes to online... Read More courses.Read Less",SheCodes Basics,Miscellaneous and General Tech +300417,11014,shecodes,Patrícia Alexandra da Costa Rodrigues,False,2023,SheCodes is awesome!,2023-04-19,5.0,5.0,5.0,5.0,I highly recommend SheCodes! I didn't know anything about coding and I learned a lot with She Codes Basics. Slack platform is extremely helpful and makes all the difference in this type of courses. I will definitely do the other courses. A big thank you... Read More to the whole team! 😁”Read Less,SheCodes Basics,Miscellaneous and General Tech +300332,11014,shecodes,Xolisa Nunge,False,2023,Great Opportunity,2023-04-18,5.0,5.0,5.0,0.0,SheCodes Basics provide a base-level understanding of how to code as well as concepts in a transparent manner. I have felt confident in my coding and have gained crucial knowledge in terms of the specific sector of the industry I would like to go into.... Read More It was really insightful and I'm glad I got the opportunity to gain this knowledge.Read Less,,Unknown +300147,11014,shecodes,Leidy Zuloaga,False,2023,I love sheCodes,2023-04-11,5.0,5.0,5.0,5.0,"I am currently working in an area other than programming, but I feel that with the tools I am learning I can start carrying out projects in the IT field.The workshops are interactive, the explanations are very clear and simple, I really enjoyed learning!... Read MoreRead Less",SheCodes Basics,Miscellaneous and General Tech +300079,11014,shecodes,Tetiana,False,2023,Exellent,2023-04-09,5.0,5.0,5.0,5.0,"I am glad that I got the opportunity to take the basic course SheCodes. Excellent explanations on the video and practical demonstrations in the VS Code will allow any beginner to feel like a front-end developer and believe in themselves. More complex... Read More material is gradually added in the following courses. At the same time, what has already been covered in the previous course is repeated, which helps to better learn the material.Read Less",SheCodes Basics,Miscellaneous and General Tech +299933,11014,shecodes,Ashley Awuor,False,2023,It is encouraging and beautiful.,2023-04-03,5.0,5.0,5.0,5.0,So far It has been a great journey. I have really enjoyed learning and practising different programming languages. Right now I believe I can make a website of my own thanks to SheCodes. I really appreciate this opportunity and hopefully I will complete... Read More other packages.Read Less,,Unknown +299899,11014,shecodes,Svetlana,False,2023,Amazing!,2023-04-03,5.0,5.0,5.0,5.0,"I absolutely enjoyed this course! I wasn't sure what to expect, always thought coding would be a bit tedious and complicated, but I found myself engaged in these lessons as they were super interactive and fun! I am happy I took this journey, and look... Read More forward to explore more.Read Less",SheCodes Basics,Miscellaneous and General Tech +299855,11014,shecodes,Tamana Nijrabi,False,2023,Awesome course!,2023-04-01,5.0,5.0,5.0,5.0,"I absolutely loved my experience with SheCodes! The online course format made it easy for me to learn at my own pace and on my own schedule. The video lessons were clear and engaging, and the practical exercises helped me to solidify my understanding... Read More of the concepts. I appreciated the community support through the SheCodes Slack channel , which provided me with valuable feedback and motivation to keep going. Thanks to SheCodes, I gained the skills and confidence I needed to pursue a career in web development. I highly recommend this program to anyone looking to learn coding in a supportive and structured environment. Thank you, SheCodes!Read Less",SheCodes Basics,Miscellaneous and General Tech +299796,11014,shecodes,Olga Sukhorebruk,False,2023,Learning to Code with SheCodes: Empowering Women One Workshop at a Time!,2023-03-31,5.0,5.0,5.0,5.0,"SheCodes is a company empowering women to learn how to code through their workshops worldwide. The Basics workshop is an amazing experience, with well-structured modules and easy-to-follow videos. Interactive and thought-provoking challenges push you... Read More to think outside the box and apply new skills. SheCodes is committed to creating a more inclusive and diverse tech community, which is inspiring. The courses are highly recommended for anyone interested in coding, with engaging materials to keep you motivated. Most importantly, SheCodes is making a real impact in promoting gender equality in the tech industry.Read Less",SheCodes Basics,Miscellaneous and General Tech +299635,11014,shecodes,Zarina Abdussamedova,False,2023,Loved it!,2023-03-28,5.0,5.0,5.0,5.0,"I really enjoyed SheCodes Basics. In the beginning, it was difficult and a bit annoying to google some information about tags and styles, but then I found it super interesting and very much useful in working on my search skills as well as learning on... Read More my own and exploring new stuff. SheCodes not only teach you coding but also working independently. Thank you!Read Less",,Unknown +299513,11014,shecodes,Jessicah Hanganee Tjipahura,False,2023,10/10 would recommend,2023-03-24,5.0,5.0,5.0,0.0,"Are you interested in coding but don't know where to start? Then this is exactly where you should be! Joining SheCodes is by far the best decision I have ever made. I am starting off with SheCodes Basics and the lessons are so easy to grasp and apply,... Read More especially for someone who has never done any kind of coding before. Very beginner friendly and fun!! I am looking forward to continuing my journey with them and take my understanding to a whole new level!😤❤Read Less",,Unknown +299472,11014,shecodes,Kelsey Foy,False,2023,SheCodes basics - great to learn the fundamentals!,2023-03-23,5.0,5.0,5.0,0.0,"This was a great beginner course to learn the fundamentals of coding! The slack channel was incredibly helpful for troubleshooting any issues with my code. I also found it very beneficial that you can get two extensions during the course. As a working... Read More mom of two, some weeks were busier than others, so this gave me flexibility on weeks I couldn't dedicate as much time.Read Less",,Unknown +299435,11014,shecodes,Asanda,False,2023,Amazing experience.,2023-03-22,5.0,5.0,5.0,0.0,“I came across SheCodes Foundation after months of researching and looking for a bootcamp or workshop programme that will equip me with skills that will help me in my tech career and obviously securing a job. I'm already a month in and I am so happy for... Read More the choice I have made and I'm also excited for the upcoming workshops and projects.”Read Less,SheCodes Basics,Miscellaneous and General Tech +299383,11014,shecodes,Anonymous,True,2023,SheCodes workshops,2023-03-20,4.3,4.0,5.0,4.0,“SheCodes Basic workshop is amazing! It was well structured and the lessons were easy to follow. I highly recommend this workshop to anyone who wants to learn how to code even if you are an absolute beginner. I am looking forward to the next program.... Read More Thank you SheCodes for the opportunity.”Read Less,,Unknown +299271,11014,shecodes,Galyna Gorbil,False,2023,Thank you for the course!,2023-03-17,5.0,5.0,5.0,0.0,Thank you for the course! I really enjoy learning with you. The information is presented in an accessible and step-by-step manner. The pace is perfectly chosen. I manage to do the assignments. Special thanks for explaining the JS language in an understandable... Read More way.Read Less,SheCodes Basics,Miscellaneous and General Tech +299080,11014,shecodes,Trudy,False,2023,Enriching,2023-03-14,5.0,5.0,5.0,5.0,"SheCodes is the right place to be for women who want to learn to code and improve their skills, The SheCodes programs are in such a way that is easy to understand and follow .The workshops are done strictly in English which is a universal language understandable... Read More by everyone.If a student needs help on something there's a SheCodes slack where one can get help when stuck on something.Read Less",SheCodes Basics,Miscellaneous and General Tech +299037,11014,shecodes,Mandisa thobekile mngadi,False,2023,Happy student,2023-03-12,5.0,5.0,5.0,5.0,"I am pleased with the content of this course, I'm so happy, I have always wanted to pursue IT and didn't know to get into the industry with so little knowledge. Luckily with shecodes I can do just thatbwith their simplified curriculum I can get the best... Read More on the job market skills and experience within the course, and compete against a graduate with the knowledge gained.Read Less",SheCodes Basics,Miscellaneous and General Tech +298646,11014,shecodes,Anonymous,True,2023,"Awesome course! In just few weeks, I have learnt a whole lot . I am so excited to get started with the next stage.",2023-03-04,5.0,5.0,5.0,5.0,"Shecodes is doing a great job for women all over the world. It's an awesome course! In just few weeks, I learnt a whole lot . It's also great that it is self paced. I am so excited to get started with the next stage. I don't think there are any cons to... Read More taking this course .Read Less",SheCodes Basics,Miscellaneous and General Tech +298584,11014,shecodes,Kele Mupembe,False,2023,I had an interesting take on my SheCodes basic coding,2023-03-02,5.0,5.0,5.0,5.0,"It was a bit challenging as a total beginner in CSS and JavaScript. I had some sort of confusion on certain lessons and I am working on it, on a daily basis. I would recommend SheCodes to ladies who plan on upskilling their skills. I am very much excited... Read More that I learnt about from SheCodes basic course.Read Less",SheCodes Basics,Miscellaneous and General Tech +298539,11014,shecodes,Jennifer Flores,False,2023,Great for beginners,2023-03-01,5.0,5.0,5.0,5.0,"I really loved my time studying with SheCodes. The homework portions of each module were really enjoyable, getting the feedback email each week when you had successfully completed the task was very motivating, and even if we were to fail getting feedback... Read More about what we could improve or have done differently is refreshing.Read Less",SheCodes Basics,Miscellaneous and General Tech +298434,11014,shecodes,Modupe Osinowo,False,2023,Absolute best,2023-02-25,4.0,5.0,5.0,2.0,"“Being a complete beginner in coding, I found this experience easy and smooth to follow. I enjoyed having challenges throughout because it gave me hands-on experience. I'm grateful for the experience and I cannot wait to keep learning. It was so much... Read More fun ! #teamSheCodes”Read Less",,Unknown +298410,11014,shecodes,Olga Shokalo,False,2022,Interesting and easy to follow!,2023-02-24,5.0,5.0,5.0,0.0,"Just a wonderful course from very scratch! I did not know anything before about coding, as came up with totally different background. I really enjoyed coding time! Very convenient that lessons were short, detailed and clearly explained! Just want to say... Read More once again a huge thank you SheCodes's Team for the amazing interesting workshops!Read Less",SheCodes Basics,Miscellaneous and General Tech +298279,11014,shecodes,Anonymous,True,2023,Excellent workshop!,2023-02-22,5.0,5.0,5.0,5.0,"The workshop is really fun and easy to follow. The best coding introduction course in my opinion. Very straightforward and the support community has been more than helpful when I was struggling with some elements. I felt like the course was very good... Read More for a first introduction to the coding world but I would definitely need to learn more about HTML, CSS and Javascript to create a beautiful and powerful landing page!Read Less",SheCodes Basics,Miscellaneous and General Tech +298256,11014,shecodes,Rachel,False,2023,Absolutely brilliant,2023-02-22,5.0,5.0,5.0,5.0,"Absolutely brilliant. As a newbie, I thought I had zero chance of getting the hang of it, but I did it! It was challenging at times, at it should be, but there is a great community to support and help you. I would highly recommend this course to everyone,... Read More and let's get more girls coding!Read Less",SheCodes Basics,Miscellaneous and General Tech +298206,11014,shecodes,Negin Khedmatkari,False,2023,It's been an awesome n unique experience!,2023-02-21,5.0,5.0,5.0,5.0,"This workshop is the best :) All the classes are fun, intelligible and comprehensive! I enjoyed every homework I've done so far, it really helped me get better :) Also SheCodes team is awesome:) I appreciate the opportunity 😍! If you're interested in... Read More coding this workshop is definitely the one you're looking for.Read Less",SheCodes Basics,Miscellaneous and General Tech +298144,11014,shecodes,Agness Adams,False,2023,"I really loved my classes with shecodes, the way they teach in a way that everyone can understand.",2023-02-18,4.3,5.0,5.0,3.0,I have more positive things than the cones . 1. The videos are not too long and explained in a simplified way. 2.when you ask help on slack you will always get help . 3.l love the deadlines and the request for the extetion . 4. Shecodes team will always... Read More get back to you to your email as soon as possibleRead Less,,Unknown +298072,11014,shecodes,Cristina Pacheco,False,2023,Coding is a very useful complement to my career knowledge,2023-02-16,4.3,5.0,4.0,4.0,"I'm really grateful to have the opportunity to take this workshop, even when is a basic course you have the opportunity to learn a lot of about what means coding. I loved to take this SheCodes workshop and I highly recommend it to you to try, you will... Read More enjoy it a lot. I'm feeling right now that all this knowledge will be a really great complement in my job and in my objectives. Thank you a lot!Read Less",SheCodes Basics,Miscellaneous and General Tech +298046,11014,shecodes,Berenice,False,2023,Coding made easy!,2023-02-16,5.0,5.0,5.0,0.0,"I absolutely loved this course! I think this course offers the perfect amount of theory and practice to get you inspired and motivated to learn to code and do the exercises. I have tried to learn html in the past but always abandoned as it seemed too... Read More complicated for me. And in just 3 weeks it gave me the confidence to build a simple website with html, css and Javascript.Read Less",SheCodes Basics,Miscellaneous and General Tech +298020,11014,shecodes,Elizabeth Bellingham,False,2023,3 week Intro to Coding,2023-02-15,5.0,5.0,5.0,5.0,"Who knew coding could be so much fun?! Had a fabulous time learning HTML, CSS, and JavaScript in just three weeks with SheCodes. The courses are broken down into weekly sections, which made fitting them into my busy work week easy. I look forward to continuing... Read More my education with SheCodes!Read Less",SheCodes Basics,Miscellaneous and General Tech +297973,11014,shecodes,Anonymous,True,2023,SheCodes Basics,2023-02-14,4.0,5.0,5.0,2.0,"I absolutely loved this workshop, and I'm grateful to have gotten the opportunity to finally learn to code, even if it was just the basics. This workshop has really showed me that i have a love for coding! And I’m definitely planning on signing up for... Read More another course.Read Less",SheCodes Basics,Miscellaneous and General Tech +297793,11014,shecodes,Andrea,False,2023,The best coding help team!,2023-02-08,5.0,5.0,5.0,5.0,"I am blown away at the awesome team that is SheCodes on Slack, they are such an amazing help in these learning workshops! I really feel extremely grateful for such an amazing group of people available to help when you get stuck! At one time I was on the... Read More same thread for a week and they helped me work though it to find out when and where I got lost!Read Less",SheCodes Plus,Miscellaneous and General Tech +297633,11014,shecodes,Anonymous,True,2022,Excellent!,2023-02-06,5.0,5.0,5.0,5.0,"SheCodes has created a safe atmosphere with a linear and logical way of learning code. Having a structured low cost intro workshop was perfect for me. It allowed me to make sure I wasn't missing any important steps along the way and being able to refer... Read More to the previous weeks' lessons was great. Learning the basics of coding on my own through a free program is doable but it can be tedious and confusing. I'm really glad I found SheCodes! (Also, SheCodes Radio is 💯🔥)Read Less",,Unknown +297281,11014,shecodes,Anonymous,True,2023,Wanna start coding? Shecodes must be your number one choice ^_^,2023-01-31,5.0,5.0,5.0,5.0,"As someone who started learning coding at 28 with zero knowledge, this step-by-step, simply-explained course helped me learn about basics with joy and passion and it really built my self confidence as a beginner. I really appreciate the methodology and... Read More the way it was taught that made me fall in love with coding and get passionate about it.Read Less",SheCodes Basics,Miscellaneous and General Tech +297247,11014,shecodes,Roghayeh,False,2023,Highly Recommended!,2023-01-30,5.0,5.0,5.0,5.0,"I really enjoyed coding with SheCodes! I never knew learning how to code is this easy and fun. I'm very happy that I applied :) Since SheCodes is an online platform, I was able to schedule when to study annnd they had Slack groups where I could ask my... Read More questions. I definitely recommend SheCodes to everyone!Read Less",,Unknown +297220,11014,shecodes,Jana Kroh,False,2023,Great experience,2023-01-28,4.7,5.0,4.0,5.0,Great workshop! It was easy to follow and understand! I enjoyed the lessons very much and the projects make you feel like a real coder. 👩🏻‍💻 Especially the single lessons and examples are valuable. First week is a bit much input but second and thrid are... Read More very good. Thank you!Read Less,SheCodes Basics,Miscellaneous and General Tech +297213,11014,shecodes,Nikki Starkey,False,2023,An amazing introduction to the field!,2023-01-27,5.0,5.0,5.0,0.0,"In just 2 weeks, I had the basics for creating an appealing website. The workshop was challenging, and required a good deal of work, but by the end, I felt I had enough knowledge of the topics that I could successfully implement the basic principles.... Read More The schedule is very flexible, and if life happens and you don’t get to finish an assignment, an extension is easily obtained. I felt relaxed and confident in what I was doing, never stressed. So much so, I decided to continue my coding journey, and signed up for further raining with SheCodes.Read Less",SheCodes Basics,Miscellaneous and General Tech +297110,11014,shecodes,Anonymous,True,2023,Great experience,2023-01-25,5.0,5.0,5.0,5.0,"As for the person with no experience in programming, joining and learning this course was amazing. every lesson clearly explained the concepts of different topics and was easy to follow. Not only this course was very useful, but also extremely fun. I'd... Read More definetely recommend this course for everyone!Read Less",SheCodes Basics,Miscellaneous and General Tech +297098,11014,shecodes,Mirella Katherine Zannis Pajuelo,False,2023,SheCodes is awesome,2023-01-25,5.0,5.0,5.0,5.0,I'm glad for the opportunity to learn coding from such a great instructor. Classes were very dynamic and I had fun during the learning process. At first I thought coding would be very complex but SheCodes really helped me introducing to a whole new world!... Read More I'm eager to continue learning more about coding thanks to this wonderful institution.Read Less,SheCodes Basics,Miscellaneous and General Tech +297082,11014,shecodes,Angela,False,2023,SheCodes is Amazing!,2023-01-25,5.0,5.0,5.0,5.0,"As a complete beginner with no prior knowledge in coding, I was initially intimidated by the thought of learning how to code. However, the course I took was designed in a way that made it easy to understand even for someone with no background in coding.... Read More The lessons were well-structured and the instructors were very patient in explaining the concepts. The course started with the basics of HTML, CSS, and JavaScript and gradually built upon that foundation, allowing me to gradually gain confidence in my abilities. The course also provided plenty of hands-on exercises and projects, which helped me to apply what I had learned and solidify my understanding. Overall, the course was a great introduction to the world of coding and I feel much more comfortable diving deeper into codingRead Less",SheCodes Basics,Miscellaneous and General Tech +297081,11014,shecodes,Naeema Akinyi,False,2023,Challenging,2023-01-25,4.0,5.0,4.0,3.0,"SheCodes Basics was such an excellent intensive introduction to the world of Coding! In 3 weeks I have learnt the basics of HTML, CSS & Javascript. The more challenges I solve, I find myself grasping the concepts quicker! I am excited for what is to come.... Read More The community was super helpful with tips & solutions whenever I got stuck doing a challenge and I'm super grateful to be walking this journey!Read Less",SheCodes Basics,Miscellaneous and General Tech +296945,11014,shecodes,Vera,False,2023,My gateway to the world of coding!,2023-01-23,5.0,5.0,5.0,5.0,"I hightly suggest following the SheCodes coding workshops! Within only three weeks, I have learned more about HTML, CSS, and JavaScript than I've ever thought I would know. And most importantly - I found out how fun, important, and exciting coding is... Read More and in how many ways it can be used. The classes were well-structured, easy to follow, and supported by a chat where I could contact the team or other students which would then help me with the problems I encountered during the coding challenges after each class. The homework after each week (which was reviewed by the SheCodes team) allowed me to get some personal feedback and was a motivator to keep on going and apply what I have just learned. The same goes for the final project we had to deliver. Overall, I am 100% satisfied with what I got for a very fair price. Additionally, I highly support SheCodes mission! A big recommendations to all the women out there who want to expand their personal tech skillset.Read Less",SheCodes Basics,Miscellaneous and General Tech +296883,11014,shecodes,Helen Browne,False,2022,New skills and gained confidence,2023-01-20,4.7,5.0,5.0,4.0,I had a lot of fun during the SheCodes course and learnt a lot along the way. I now feel so much more confident in my ability to read and write code. The online support via Slack was really useful and the lessons were easy to follow and look back on.,SheCodes Basics,Miscellaneous and General Tech +296881,11014,shecodes,Grace Louise Sadler,False,2023,Loved it!! Can't wait to continue,2023-01-20,5.0,5.0,5.0,5.0,"Absolutely loved the start of this journey. I am so excited to continue and I have to say, I'm really impressed how thorough the course is. I'm not from an IT background so I was apprehensive but definitely feel comfortable with coding now and look forward... Read More to the rest of the course.Read Less",SheCodes Basics,Miscellaneous and General Tech +296836,11014,shecodes,Maryna Mitroshyna,False,2023,Great experience with SheCodes!,2023-01-19,5.0,5.0,5.0,5.0,"Thank you very much SheCodes! It was really great experience and a significant expansion of consciousness with new knowledge! The lessons were clear and the learning took place in a positive atmosphere. Despite the fact that it was a basic course, we... Read More were able to make our first completed project. Thank you Matt! Thank you team! :)Read Less",SheCodes Basics,Miscellaneous and General Tech +296598,11014,shecodes,Helen Wong,False,2022,Highly Recommended! A Great Place to Start!,2023-01-11,5.0,5.0,5.0,0.0,SheCodes Basic is a great starter workshop for beginners or even someone who has dabbled before but is looking for a refresher. I love the freedom to go at your own pace and the Slack channel that offers help whenever needed. I learned a lot in 3 weeks... Read More and am looking forward to taking the advanced courses next.Read Less,SheCodes Basics,Miscellaneous and General Tech +296587,11014,shecodes,Anonymous,True,2023,Great experience!,2023-01-11,5.0,5.0,5.0,5.0,Overall it was a great experience! The lessons are simple and easy to follow. The SheCodes basics course is a great way to get your foot in the door to start coding. I'm looking forward to starting the next course and learning more about programming.,SheCodes Basics,Miscellaneous and General Tech +296566,11014,shecodes,Kendall Janka,False,2023,Phenomenal workshop!,2023-01-10,5.0,5.0,5.0,5.0,This is a great workshop! I finished the three week class in less than a week because I was having fun solving the puzzles and learning something new. It was a bit addictive to be honest. 😊 The pace of the class was perfect. Matt gave us enough information... Read More without going too slowly and the homework was challenging without being overwhelming.”Read Less,SheCodes Basics,Miscellaneous and General Tech +296563,11014,shecodes,Natalia Melnychuk,False,2023,Very practical and hands-on,2023-01-10,5.0,5.0,5.0,0.0,"It was a lot of fun! I couldn't believe at the start of my journey that I would be able to create a real interactive webpage. I think it is a perfect first step to coding: lessons are very short, tasks are not overwhelming, time estimates are pretty accurate,... Read More so you can allocate just enough of your time to complete everything before the deadline and also you can see the results of your work almost immediately. Thank you, SheCodes team and SheCodes Foundation for making it possible 💙💛Read Less",SheCodes Basics,Miscellaneous and General Tech +296543,11014,shecodes,Shira Malamud,False,2023,Great workshop,2023-01-09,3.7,5.0,5.0,1.0,"I didn't have any background in coding and wanted to test my abilities with this short course. I am very glad I tried it out as it was easy and fun to follow the explanations, even without any coding background, and it made me feel accomplished. Thank... Read More you for the great course, you can tell it was very well thought through and I think it is probably the best online course I took.Read Less",SheCodes Basics,Miscellaneous and General Tech +296461,11014,shecodes,Sara Liva Venus Littauer,False,2023,So far so good,2023-01-07,5.0,5.0,5.0,5.0,"So far I really enjoy this workshop. Easy to follow, and fun. 🤪 I debated whether it was worth paying for or not, but I definitely think it is, because its a lot easier to figure out what things are important to learn, and you get very concrete tasks... Read More that also require you to think for yourself, but gives you the basic tools you need.Read Less",SheCodes Basics,Miscellaneous and General Tech +296443,11014,shecodes,Stefanie Schmid,False,2022,Fantastic Workshop,2023-01-06,5.0,5.0,5.0,5.0,I started this journey to see if coding was for me. And YES. I want to attend more workshops and change my path in my career. The workshop is well structured and the units explained in an understandable way. The time is more than sufficient. It was a... Read More lot of fun. Thanks to the SheCodes team.Read Less,SheCodes Basics,Miscellaneous and General Tech +296431,11014,shecodes,Kela Kelln,False,2022,Great into level course!,2023-01-05,5.0,5.0,5.0,5.0,"I wanted to find a class to help me dive into the basics of HTML, CSS and Javascript and this class was a great opportunity that allowed just that! Really enjoyed the class and truly feel like I have a better foundation to understanding the basics of... Read More coding.Read Less",SheCodes Basics,Miscellaneous and General Tech +296359,11014,shecodes,Zoë Sutton,False,2023,An enjoyable and informative course with help when needed,2023-01-03,5.0,5.0,5.0,5.0,"A course that makes learning the basics of HTML, CSS and Javascript easy and quick! The lessons are easy to follow and full of useful information and there is plenty of help available when you need it. I very much enjoyed this course and would recommend... Read More it.Read Less",SheCodes Basics,Miscellaneous and General Tech +296357,11014,shecodes,Anonymous,True,2022,SheCodes Max WORTH IT!,2023-01-03,5.0,5.0,5.0,5.0,"I wrote some feedback for the SheCodes Basics Add-On (see below), but I'm in the Max program and I think it warrants noting that I'm still on a roll and *still* having so much fun learning to code. I'm really looking forward to the completion of my program.... Read More For anyone wondering what it's like once you get started, here are a few points: - it's really at your own pace and you get lifetime access to what you complete - not only are the lesson videos really good, but you do a challenge to get hands-on experience and then the solution video and codes are available for you to go through, so you will always know how you're doing and furthermore, you tend to learn even more after watching the solutions video - there's a Slack community you become part of and you can meet your cohort, ask questions/get TA, see Q&A from previous cohorts (which has helped me solve my own problems a lot), and get encouragement from the team and your cohort - you learn to code, but you also learn which tools you need to accomplish specific things, and you are given resources to make everything less complicated/cumbersome - lastly, I know I said it below, but I legit live for refreshing my browser and seeing my code work. If you love the feeling of accomplishment, then this is it. I hope this helps anyone considering gaining a new skill! SheCodes Basics Add-On I'm so glad I did the add-on! I feel like it really put me to the task with my knowledge from the previous workshop and I got to learn and try some new things, too! If you're a little unsure about doing the add-on, I'd recommend going for it because you have nothing to lose and so much to gain (like another portfolio piece and several new concepts in html, css, and java). I also leveraged the lessons to build final project with Matt throughout the add-on, so it's not a heap load of work after finishing the lessons.Read Less",SheCodes Max,Miscellaneous and General Tech +296341,11014,shecodes,Michelle Medrano,False,2022,Letting game changer,2023-01-03,5.0,5.0,5.0,5.0,"This is the first time I've understood Javascript basics, practically. After getting my Bachelor's in Business Information Systems, I had taken a course or two in programming languages and it went right over my head. Not this time! I actually get it and... Read More I am excited to learn more!Read Less",SheCodes Basics,Miscellaneous and General Tech +296328,11014,shecodes,Faezeh sadeghzadeh,False,2022,Shecodes workshop,2023-01-03,5.0,5.0,5.0,0.0,"“I am so grateful to have the opportunity to enter the coding world with Shecodes, it made the learning process so easy and enjoyable, Also, thanks to the very good support of the team, students don't get lost during the workshops, they answer all your... Read More questions :) I am very eager to reach a higher level of coding by learning the next workshops.”Read Less",SheCodes Basics,Miscellaneous and General Tech +296275,11014,shecodes,Penjani Longwe,False,2022,It has been a great learning opportunity,2022-12-30,4.0,5.0,5.0,2.0,"i have gained alot of knowledge and skills, from this course that i aim to use and help improve my career. the tutorials and shecodes team made the whole ewxperience worth while and eased the whole process by always being available to help whenever i... Read More had problems. it has been a very good addition to my skillsRead Less",SheCodes Basics,Miscellaneous and General Tech +296270,11014,shecodes,Anna,False,2022,It's worth it),2022-12-30,5.0,5.0,5.0,0.0,"My profession, my work is not related to programming, but it was a great opportunity to gain new knowledge, so I tried. I finished the Basic course. I would like to note that the material is presented very correctly, it was very interesting, easy to study... Read More and, what is very important, you are supported at every stage by the administrators of the program. It was a wonderful, unforgettable experience.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +296245,11014,shecodes,Denise Stephens,False,2022,Amazing experience,2022-12-29,4.7,5.0,5.0,4.0,"I have thoroughly enjoyed what I have learned in these past 3 weeks. I started not knowing how to code in HTML at all, and now have made 2 projects on my own. I now feel comfortable creating a portfolio to showcase my work and start applying for jobs!... Read More I plan to return and enroll in SheCodes plus as soon as I can! This is an amazing program, I have referred others as well!Read Less",SheCodes Basics,Miscellaneous and General Tech +296141,11014,shecodes,Nancy Ogbedu,False,2022,Shecodes foundation gave me an opportunity to lean to code for free and also helped make it easy to learn. Their method of teaching is quite simplified for a beginner like me who knew next to nothing about coding.”,2022-12-23,5.0,5.0,5.0,0.0,"If you need where to learn coding at a profitable pace, shecodes is the place. The lessons are made simple for beginners to understand without complication. The team is always available to respond to your queries and proffer solution. They have a foundation... Read More that provide scholarship for third world countries which ensures inclusion of women in these countries in tech. I can only think of pros and the cons are insignificant if at all they exist.Read Less",,Unknown +296103,11014,shecodes,Anonymous,True,2022,great workshop that covered all of the basics,2022-12-22,5.0,5.0,5.0,5.0,"This was a great workshop that covered all of the basics. I had an understanding of some html and css from blog styling, but this workshop taught me how to understand placement, tidy code, as well as the wide possibilities and functions that could also... Read More be achieved with the basics.Read Less",,Unknown +295990,11014,shecodes,Anna Tobias,False,2022,"Basic Course: Fun, comprehensible, flexible and affordable",2022-12-20,4.3,5.0,5.0,3.0,"I am a Product Manager and joined the SheCodes Basics Workshop because I wanted to understand programming and also to communicate better with the Developers at work. The Basic course was fun, comprehensible and affordable. But it was also very important... Read More to me to combine the workshop with a fulltime job. This course fit all my requirements! I can highly recommend it. I am thinking of joining a more advanced workshop in the future.Read Less",SheCodes Basics,Miscellaneous and General Tech +295924,11014,shecodes,Anonymous,True,2022,This course was a great workshop to learn the basics for coding and I really enjoyed the journey. Thank you SheCodes for this great opportunity.,2022-12-17,5.0,5.0,5.0,5.0,This course was a great workshop to learn the basics for coding and I really enjoyed the journey. It provided enough knowledge for me to be able to solve challenges and I learned how to improve my projects . I would definitely recommend it to my friends.... Read MoreRead Less,SheCodes Basics,Miscellaneous and General Tech +295921,11014,shecodes,Erika Bonaccorso,False,2022,Highly recommend!,2022-12-17,5.0,5.0,5.0,5.0,"I found the course easy to take even when I had little time or was tired after work . In just two weeks I acquired the basics of creating a landing page and now when I come across a code I will know how it is structured. If you want to approach coding... Read More and learn how to create a landing page from scratch, I highly recommend you check out SheCodes' courses!Read Less",SheCodes Basics,Miscellaneous and General Tech +295764,11014,shecodes,Lisette Beug,False,2022,Excellent introduction course for beginners,2022-12-14,5.0,5.0,5.0,5.0,This is a great starter course to learn some basics about coding. The lessons are very clear and there are many hands-on exercises to help you understand the concepts taught. The final project in the last week of the course allows you to immediately put... Read More into practice what you have learned. Highly recommend!Read Less,SheCodes Basics,Miscellaneous and General Tech +295750,11014,shecodes,Melissa de Klerk,False,2022,A great place for beginners and more experienced coders alike,2022-12-13,4.7,5.0,5.0,4.0,"The course was broken up into bite-sized chunks that have made it much easier for a total beginner to grasp the concepts taught. I have tried to learn on my own before (and I have been taught by a colleague) and it has been too overwhelming for me to... Read More continue. But this has given me the perfect amount of motivation, drive and a bit of deadline pressure to get me to complete the course. Huge thank you <3Read Less",SheCodes Basics,Miscellaneous and General Tech +295748,11014,shecodes,Inna Budko,False,2022,Good enough for newbies to make a decision about the next steps,2022-12-13,5.0,5.0,5.0,0.0,This course is really good for beginners :) Enough information to make something good as a first project. And not overwhelming for newbies. Videos made as you can easily follow the topic. You will get a small pieces of knowledge but for everything. And... Read More you could decide at the end if you want go further.Read Less,SheCodes Basics,Miscellaneous and General Tech +295736,11014,shecodes,Liiana Zhak,False,2022,Very useful and understandable courses,2022-12-13,5.0,5.0,5.0,5.0,"I am very grateful for this course! It was awesome! I understood every lesson and it was beneficial for me. Each class had a clear structure with examples and additional information. So when I was doing my assignments I knew what to look for. If I made... Read More mistakes, they sent me hints on what to look for in the code. I really enjoyed studying this course. The teacher is of a high level. I will continue to study with pleasure. It's easier for me to understand the site code and give technical tasks than before. And I can even make my own landing page!Read Less",SheCodes Max,Miscellaneous and General Tech +295611,11014,shecodes,Maryam Javid,False,2022,highly recommend it!,2022-12-09,5.0,5.0,5.0,5.0,"SheCodes is a great resource for learning how to create web pages and get familiar with the technologies. My experience with it was straightforward and efficient. The team members are friendly and helpful. During these three weeks, I had a great time.... Read More I highly recommend it!Read Less",SheCodes Basics,Miscellaneous and General Tech +295357,11014,shecodes,Anonymous,True,2022,Fun and challenging,2022-12-02,5.0,5.0,5.0,5.0,"This was a fun and challenging workshop. The lessons are not too long, just on point and really easy to understand. Lot of handy tips. Step by step I felt how I'm getting more and more interested into coding. Enjoying it so far, can't wait to move on... Read More the next level!Read Less",SheCodes Basics,Miscellaneous and General Tech +295303,11014,shecodes,Anonymous,True,2022,SheCodes Basics,2022-12-01,5.0,5.0,5.0,5.0,I was very happy that I started this course. Before I was still struggling with the social stereotypes that set all these limitations and boundaries when it comes to our professional life and opportunities. This cou I would definitely recommend this course... Read More to my friends and for all the women who is interested in technology or just wants to try something new and challenging. This is a perfect introductory course to check if it is something you like. Maybe in the end it turns out that it is not your cup of tea bot it is still worth a try in my opinion. I personally really loved this course and I am happy I gave it a chance and I am looking forward to continue it :)Read Less,SheCodes Basics,Miscellaneous and General Tech +295282,11014,shecodes,Saraya M Thompson,False,2022,"non-intimidating, fun approach to learning",2022-11-30,5.0,5.0,5.0,0.0,It was so fun to learn something new! The class was built in a way that made learning this new skill feel non-intimidating. I cant wait to take more classes and learn more from SheCodes! It was nice to be able to practice each skill that was taught. It... Read More was a thought out approach to not just learn but get hands on experience!Read Less,SheCodes Basics,Miscellaneous and General Tech +295269,11014,shecodes,Maryam,False,2022,An Amazing Course!,2022-11-30,5.0,5.0,5.0,5.0,"The workshop is amazing, the lessons are really easy to understand for beginners, thanks shecodes team for being so passionate about what you do, I think I was lucky to apply, really enjoyed the course and so ecited to continue my lessons. The homework... Read More and challenges help alot.Read Less",SheCodes Basics,Miscellaneous and General Tech +295268,11014,shecodes,Nadia tajer,False,2022,Enjoyable!,2022-11-30,5.0,5.0,5.0,5.0,"“Hello, everyone! I had a really fun time during this course. It was comprehensible and comprehensive. I suggest it to you all big time! It helped me fully understand basic coding and I liked it so much that I immediately enrolled for she codes plus to... Read More improve my skills even more.Read Less",SheCodes Basics,Miscellaneous and General Tech +295161,11014,shecodes,Farzaneh Ghorbani,False,2022,A joyful start for my new path,2022-11-27,5.0,5.0,5.0,0.0,"I'm really suprized. I didn't expect to learn anything really useful in this course but let me tell you I was wrong. I enjoyed every minute of learning the lessons and practicing . Matt is really a good teacher. He doesn't make things comlicated, and... Read More explains everything straight forward with a voice full of compassion. This course gave me lots of self-confidence about this new path that I'v started fearfully. I'm so grateful for the chance that was given to me to participate in this course. I had lots of fun.Read Less",SheCodes Basics,Miscellaneous and General Tech +295135,11014,shecodes,Naďa Carreiro Holková,False,2022,Wonderful challenge,2022-11-24,5.0,5.0,5.0,5.0,"“Great course!!! Thank you so much. 3 weeks ago I had absolutely no clue what coding was, I did not know anything about HTML, CSS and JavaScript and now I am able to create a simple website. The lessons are nicely designed and easy to follow. I look forward... Read More to continue learning about coding in more details.""Read Less",SheCodes Basics,Miscellaneous and General Tech +295100,11014,shecodes,Nahid shahab,False,2022,"To start coding, this workshop is excellent.",2022-11-23,5.0,5.0,5.0,5.0,"To start coding, this workshop is excellent, very brief and important points are taught, and for each lesson, you will face the challenges of that topic according to the process of solving exercises. And having a deadline to complete the challenges is... Read More very useful to encourage the participants to finish their workshop. I personally thank the Shecode team for creating this great opportunity for all those who are interested in programming.Read Less",SheCodes Basics,Miscellaneous and General Tech +295063,11014,shecodes,Natasha Moskaljov,False,2022,Amazing course,2022-11-22,5.0,5.0,5.0,5.0,"Many thanks to Matt and the SheCodes team for creating and cultivating a clear, dynamic and interactive platform for us to learn. I’ve enjoyed every minute and I’m looking forward to continue learning with SheCodes. Highly recommended for complete beginners.... Read MoreRead Less",SheCodes Basics,Miscellaneous and General Tech +295059,11014,shecodes,Sana Arif,False,2022,A great way to empower women! 👩🏻‍💻,2022-11-22,5.0,5.0,5.0,5.0,"This coding course was really helpful! I had no prior experience in coding before, but this course gave me the basic knowledge I need to continue learning. I'm really looking forward to taking more courses and learning more about coding. Thank you for... Read More creating this course!Read Less",SheCodes Basics,Miscellaneous and General Tech +295036,11014,shecodes,Krystyna Y,False,2022,Basics course for beginners,2022-11-21,5.0,5.0,5.0,5.0,Thank you for basics course for beginners. I liked everything. Available materials. Enough examples and explanations. Our homework to do with deadline to respect keeps me motivatedI am very pleased that I started my way to IT together with SheCodes!!!... Read MoreRead Less,SheCodes Basics,Miscellaneous and General Tech +295027,11014,shecodes,Nike Schmidt,False,2022,"If you are curious at all about coding, this course is for you",2022-11-21,5.0,5.0,5.0,5.0,"I highly recommend this course. Really well put together and super fun. It is self-paced, but with weekly deadlines that help you stay on track. You’ll get little challenges that help you put everything you learned into practice immediately. It is incredible... Read More how much I learned within such a short amount of time. Matt is an amazing teacher!Read Less",SheCodes Basics,Miscellaneous and General Tech +295026,11014,shecodes,Lilian Ignatius,False,2022,Enlightening,2022-11-21,4.7,5.0,5.0,4.0,"There are no cons to attending this program- it's self-paced and affordable. It still feels like a dream to me. I can finally understand (well, to an extent) the scribbles I see when I click on inspect page. And the best part of this program, other than... Read More their wonderful support in slack and email, is that you can get waivers/deductions based on your financial capabilities. The foundation grant was what enabled me enroll in this program. I'll be continuing to complete the more advanced courses. Thanks SheCodes!Read Less",SheCodes Basics,Miscellaneous and General Tech +294876,11014,shecodes,Anonymous,True,2022,Nice workshop to learn about the basics of coding.,2022-11-16,5.0,5.0,5.0,5.0,"Coding was completely new to me, but I really enjoyed it. I've learned a lot from SheCodes Basics. Everything is explained step by step, but is still challenging which makes is a lot of fun. I would really recommend this to anyone who wants to learn about... Read More coding. I'm looking forward to start the SheCodes Max workshop soon 😄Read Less",,Unknown +294867,11014,shecodes,Jenny Maddock,False,2022,"“Great course, loved the challenges. excited to learn more.",2022-11-15,5.0,5.0,5.0,5.0,Great having Bitesize videos and activities to do. Challenges were engaging and I really enjoyed doing them. Overall feel like I’ve learned loads in the last few weeks so I’m excited to move on to the Plus course and get started here. Would highly recommend.... Read MoreRead Less,SheCodes Basics,Miscellaneous and General Tech +294823,11014,shecodes,Maria-Diana Nica,False,2022,WOOOW!! I've learnt so much in just 2 weeks! I feel more confident in my skillset and I am ready for the next workshops. The lessons are so easy to follow and the fact that after each lesson you get to practice - it's priceless!!!”,2022-11-14,5.0,5.0,5.0,5.0,"Pros: -the theory is explained very well, made very simple to understand and it is supported by practice -hands/on approach -study/testing approach -every coding challenge has a solution which can be seen only after you submit your code - this way you... Read More can check your work and also correct ypur mistakes and learn from them -last buy not least is very affordable! Cons - noneRead Less",SheCodes Basics,Miscellaneous and General Tech +294718,11014,shecodes,Jill Vaccaro,False,2022,SheCodes Basics - Great Intro to Coding,2022-11-09,5.0,5.0,5.0,5.0,I was just looking for a new skill and I got much more than that. What I found was a community of women from around the world expanding their knowledge and empowering themselves. I'm so glad I stumbled across SheCodes. I look forward to continuing to... Read More grow my knowledge of coding.Read Less,SheCodes Basics,Miscellaneous and General Tech +294660,11014,shecodes,Farzaneh Amrollahi,False,2022,Great courses to learn coding.,2022-11-08,4.7,5.0,5.0,4.0,"I had a great time learning code online on the Shecodes website. All the lessons were well-prepared and easy to follow. The challenges and projects made me apply my knowledge in practice and understand everything much better. Besides, they have a good... Read More support team that will help you whenever needed.Read Less",SheCodes Basics,Miscellaneous and General Tech +294659,11014,shecodes,Sam Pay,False,2022,Highly recommend this course. So glad I did this.,2022-11-08,5.0,5.0,5.0,5.0,"Absolutely perfect! Manageable and fun, this course has left me feeling so good about the start of my coding journey. Week 1 is pretty intense but really well structured and engaging. By week 2 and 3 I was flying and couldn’t believe how clear everything... Read More was in my mind. Great support and additional resources. If you’ve struggled previously to get a clearer understanding of coding and have found most courses full of male stereotypes or too focused on specific business interests , like I have, this course is brilliant. Hugely accessible for women with no previous background in coding or related industries. I’ll definitely be signing up to SheCodes Plus now.Read Less",SheCodes Basics,Miscellaneous and General Tech +294654,11014,shecodes,Bianca,False,2022,Phenomenal introduction to coding,2022-11-08,5.0,5.0,5.0,5.0,"It was a fantastic intuitive and captivating experience. I had previous HTML experience but it still felt extremely rewarding to complete this course with the assitance of a great support team. Thank you so much SheCodes team, I cannot wait to start SheCodes... Read More Plus.Read Less",,Unknown +294641,11014,shecodes,Anonymous,True,2019,An eyeopener,2022-11-07,5.0,5.0,5.0,5.0,"I had no idea of coding before now, I was scared thinking it has to do with a whole lot of mathematical formulas . A colleague of mine introduced me to SheCodes and assured me it will bd a journey worth my while, the classes are properly broken down to... Read More your best understanding SheCodes is an eye opener for me I learnt a lot about HTML attributes, HTML elements, CSS and JavaScript etc I am happy to learn this thank you Matt Delac.Read Less",,Unknown +294628,11014,shecodes,Andrea Molnár,False,2022,Perfect!,2022-11-07,5.0,5.0,5.0,0.0,"I was watching youtube videos about whether programming is for me. I really liked it, so I decided to take it, and I looked for a course where I would be helped along the way in an understandable way, with constant attention. I looked at several free... Read More introductory courses before I decided, and there were some that almost put me off learning... But I found SheCodes, and I could not be happier. I think I have never enjoyed learning so much in my life, I'm always excited to sit in front of my computer. Thank you!💜💜💜 I just finished SheCodes Basic continue until SheCodes Max! :)Read Less",SheCodes Basics,Miscellaneous and General Tech +294568,11014,shecodes,Kateryna Dukhlii,False,2022,Inspiring workshop and welcoming community,2022-11-04,5.0,5.0,5.0,5.0,"I've attended SheCodes Basics workshop and it was fun and inspiring experience. Haven't coded anything before, so I was really overwhelmed (in a positive meaning), when I saw my code transform into a real landing page. Lessons are structured that way,... Read More that you learn everything step-by-step, study materials advancing logically from easy to a bit complicated and in case of questions there're according slack chats, where you can get help not only from mentors, but from other students as well (I've also helped few other students, and it's like wow, I understand what I learn and can help others with their code). I really like the feeling of being part of this community. Seeing so many women studying and graduating motivate me to dig more into coding and learn what else I can do. I recommend everyone to not be scared and try learning how to code with SheCodes, cause no one is born with coding knowledge and this workshop might help you find a new passion.Read Less",SheCodes Basics,Miscellaneous and General Tech +294498,11014,shecodes,Farahnaz Izadi,False,2022,Enjoyable experience,2022-11-03,5.0,5.0,5.0,5.0,I was always curious about coding and wanted to try it but I was scared because I thought it will be all about math. This course changed my mind completely. Coding is so much fun and enjoyable and I cannot wait to continue my journey down this road. I... Read More hope by the end of this journey I will be able to find a job as a front end developer.Read Less,SheCodes Basics,Miscellaneous and General Tech +294462,11014,shecodes,Sarah Chamma,False,2022,"Appealing, knowledgeable, helpful, and fun!",2022-11-01,5.0,5.0,5.0,5.0,"I've learnt so much about coding in a short period of time. The workshop was fun and engaging too! SheCodes is awesome, thank you Matt and the SheCodes team! I will definitely get into the higher/bigger SheCodes workshops in the future when I am ready,... Read More exciting stuff ahead!Read Less",SheCodes Basics,Miscellaneous and General Tech +294449,11014,shecodes,Mona Seddighi,False,2022,My SheCodes experience,2022-11-01,4.0,4.0,4.0,4.0,"Thank you Matt for the ""SheCodes Foundation"" which has the goal to support women who are passionate about coding in order to learn about coding so that they become prepared to enter the world of programming. I am really grateful for that. I wish you all... Read More the best.Read Less",SheCodes Basics,Miscellaneous and General Tech +294440,11014,shecodes,Dada Rasheedah Adedamola,False,2022,Interesting and thrilling,2022-10-31,4.7,4.0,5.0,5.0,“I enjoyed the small challenges after every lesson and looked forward to homework every week. It is an opportunity to truly practice in a different way. I have always been interested in learning code but thanks to SheCodes I have a better understanding... Read More of things now and can positively say I am eager to learn more. 🙏Thank you SheCodes!”Read Less,SheCodes Basics,Miscellaneous and General Tech +294433,11014,shecodes,Amaka Ujumadu,False,2022,Best approach to coding,2022-10-31,5.0,5.0,5.0,0.0,"SheCodes foundation gave me a great start into the world of coding with the insightful tutorials, homework, challenges and project. The lessons gradually introduced coding to me in such a way that I was not scared off. They were fun, challenging and enlightening.... Read More Thank you SheCodes!Read Less",SheCodes Basics,Miscellaneous and General Tech +294429,11014,shecodes,Miriam Akumu,False,2022,Great Workshop. Interactive and fun. Thankyou.,2022-10-31,5.0,5.0,5.0,0.0,Great lectures and straight to the lessons. A great community of fellow learners and helpful contributions. Assignments were great and reviewed on time the project was the most interesting part of the workshop. I look forward to continuing my coding journey... Read More with she codes.Read Less,,Unknown +294317,11014,shecodes,Anna Bielikova,False,2022,The best study experience in my life yet!,2022-10-26,5.0,5.0,5.0,5.0,"I've never seen myself as a person in tech - even though I have a full tech degree haha. So the biggest surprise was to find out that's I can actually be one, if I want to. Even more - I can spend hour's with a code and not getting bored (only slightly... Read More tired)). I'm super happy that I gave myself a chance to suprise myself and very thankful to SheCodes team for this wonderful opportunity! Looking forward to what's gonna be next💖Read Less",SheCodes Basics,Miscellaneous and General Tech +294307,11014,shecodes,Ewelina Tetlak,False,2022,SheCodes is the best,2022-10-26,5.0,5.0,5.0,5.0,I really enjoyed the course. It's well structured and paced in a way that allows it to fit it in busy life. I'm glad I found SheCodes. It's a great platform to start with coding and get completely hooked. I only wish I learned how to code earlier in my... Read More life but like they say - it's never too late. Thank you for the past 3 weeks that have been a challenge but also an really cool adventure 😃 I would recommend SheCodes to any woman who wants to change her career or simply just learn how to code and be able to understand what software developers are on about😄”Read Less,SheCodes Basics,Miscellaneous and General Tech +294287,11014,shecodes,Kanchan Choudhary,False,2022,Funtastic😍,2022-10-25,4.5,5.0,4.0,0.0,"“I am completely from a different background coding is not my cup of tea and never thought that it would be but now I am enjoying this workshop. When it started I thought I won't be able to complete was not having faith in myself, but now I am trusting... Read More myself and I hope I'll learn everything and be a good developer.”Read Less",SheCodes Pro,Miscellaneous and General Tech +294265,11014,shecodes,Irena Naneva,False,2022,SheCodes made learning easy and understand the basics of coding.,2022-10-24,5.0,5.0,5.0,0.0,"“The SheCodes Basic Workshop made learning interesting, fun and the challenges test your newly acquired skills. The video lessons are short, but filled with important information and easy to follow. I am glad I ran across the workshop on Instagram, one... Read More click set me up on a new path. 🎉”Read Less",SheCodes Basics,Miscellaneous and General Tech +294258,11014,shecodes,Karol Cradenas,False,2022,"My experience, recommended course👩‍💻!",2022-10-24,5.0,5.0,5.0,0.0,"In this course I have learned a lot in the short time I have been. I like the classes with the instructor Matt, he is a good teacher and makes everything easy to understand. The methodology in which after most of the lessons a challenge is carried out... Read More and then the solution is explained is striking since it allows reinforcing the topics seen. The first project was challenging and I enjoyed doing it, I like the freedom that was given to do it since it allows us to challenge ourselves and let our imagination run wild. It is also fun to work with the tools that SheCodes offers, it makes the job easier.I am excited to continue coding and learning!Read Less",SheCodes Basics,Miscellaneous and General Tech +294243,11014,shecodes,Leah Olorunfemi,False,2022,SheCodes demystified coding!,2022-10-24,5.0,5.0,5.0,0.0,"If coding seems alien to you like it was to me, prior to enrolling then by all means please enroll for the SheCodes Program. The educational resource bites are easy to swallow and digest not to talk of the massive peer and staff support constantly available... Read More on the Slack channel. For me, who knew nothing about how websites were developed to being able to build and design beautiful and interactive websites, using markup and coding languages that were hitherto foreign and strange to me, I want to thank Matt Delac and the SheCodes team for demystifying coding for me. I remain indebted for this opportunity! Merci beaucoup!”Read Less",SheCodes Basics,Miscellaneous and General Tech +294241,11014,shecodes,Rezvaneh Hosseini,False,2022,"Great program, highly recommend it.",2022-10-24,5.0,5.0,5.0,5.0,"This was an amazing journey, can't believe an online course could be so well planned and supported. I can't wait to start the next classes and so proud of myself to finish this one. If you want to start learning how to code, or even want to see if your... Read More are interested in this field don’t hesitate, this is where you should start.Read Less",SheCodes Basics,Miscellaneous and General Tech +294239,11014,shecodes,Daisi,False,2022,Easy Learning,2022-10-24,5.0,5.0,5.0,5.0,"I wanted to look into the IT world and SheCodes gave me a really good overview of how coding can be fun and easy. Super grateful 🙏 Learning was easy and logical, I felt supported by the team and most importantly I felt motivated and encouraged by the... Read More team ❤️Read Less",SheCodes Basics,Miscellaneous and General Tech +294226,11014,shecodes,Anonymous,True,2022,Loads of fun and knowledge,2022-10-23,5.0,5.0,5.0,5.0,"I expected programming to be difficult and boring. Thanks to SheCodes, however, I am having loads of fun and learning at a quick pace. Matt is second to none at explaining things, and I am always looking forward to my next lesson. I highly recommend this... Read More course to anyone interested in learning JS. Thank you, Matt and the team, for everything you do for rookie programmers :-)Read Less",SheCodes Basics,Miscellaneous and General Tech +294215,11014,shecodes,Promise Owa,False,2022,Finding SheCodes was a blessing to me,2022-10-22,4.7,5.0,5.0,4.0,Before joining SheCodes i was a little scared of Javascript as i have heard people say it was very tough. My instructor Matt turned that fear into confidence as he taught it in a way that it was very easy for me to understand. I had an amazing time during... Read More this SheCodes Basics and i can already code with confidence. I can't wait to see what the other packages have in store for me! SheCodes is a blessing to me and so many others.Read Less,SheCodes Plus,Miscellaneous and General Tech +294210,11014,shecodes,Kerene,False,2022,This class gave me hope about pursuing a career in the Tech field.,2022-10-21,5.0,5.0,5.0,0.0,"SheCodes was better than I expected. Matt's lessons are easy to follow. Before taking this introduction to code, I was terrified at the thought. Now I know there is nothing to be afraid of. Coding can be enjoyable and rewarding. You get to go at your... Read More own pace and there is also people that are willing to help you along the way.Read Less",SheCodes Basics,Miscellaneous and General Tech +294186,11014,shecodes,Anonymous,True,2022,Accessible Education,2022-10-21,5.0,5.0,5.0,0.0,Taking SheCodes Basic made me feel empowered to continue my coding journey. I entered the course knowing very little and left with the knowledge I needed to elevate my web design. It was also incredibly affordable and accessible which was a huge plus!... Read MoreRead Less,SheCodes Basics,Miscellaneous and General Tech +294152,11014,shecodes,Crystal Rose-Wainstock,False,2022,Very engaging workshop!,2022-10-20,5.0,5.0,5.0,5.0,"The SheCodes Basics workshop was a really engaging experience. I thought the lessons were really well-presented, and I left the workshop with greater interest and passion for coding. I also had the satisfaction of creating a project with what I learned... Read More about HTML, CSS, and JavaScript.Read Less",SheCodes Basics,Miscellaneous and General Tech +294126,11014,shecodes,Anonymous,True,2022,Highly Recommend!,2022-10-19,5.0,5.0,5.0,5.0,"I had a lot of fun learning how to code with the SheCodes Basics workshop! Matt is an excellent instructor, and the lessons are structured in a way that's easy to follow. They have a helpful support team as well. Thanks to this workshop, I now know I... Read More enjoy coding, so I signed up for the advanced workshop and started learning more in depth! I'm happy that I chose SheCodes!Read Less",SheCodes Basics,Miscellaneous and General Tech +294114,11014,shecodes,Alona,False,2022,It was a great course!,2022-10-19,5.0,5.0,5.0,5.0,"It was a great course! The theory was very clear and really interesting, the homeworks were fun! I got a lot of pleasure and benefit! In the beginning, I thought I couldn't handle it, because I didn’t have previous experience in coding, but now I'm convinced... Read More that every woman should try herself in coding! My friend also started the course and she loves it too! Thanks to the team for the course, it changed my life! I hope to continue learning coding further!Read Less",SheCodes Basics,Miscellaneous and General Tech +294101,11014,shecodes,Nataliia,False,2022,Very inspiring,2022-10-19,5.0,5.0,5.0,5.0,"The course was VERY interesting and informative! It was easy to learn material with video lessons, and the practice part was really enjoying. In the final homework you can use your imagination as you wish and create your own small project. I want to take... Read More all the other SheCodes courses :)Read Less",SheCodes Basics,Miscellaneous and General Tech +294070,11014,shecodes,Mojoyinola Owopetu,False,2022,A detailed plus awesome experience,2022-10-18,5.0,5.0,5.0,0.0,"I started about a month ago and I can honestly say I've learnt more at SheCodes than I have at other programs I've attempted so far, never knew I could stick along for more than a week cos that's how long it takes me before I quit normally, Matt makes... Read More learning easier to assimilate, not only that, he understands that we are just starting out and breaks his teachings down in a way that even when we're given numerous assignments, it seem more like a positive challenge than a tasking one. The only time I had issues was when I ran into a roadblock in one of my assignments and had to ask my fellow students for help on the slack channel, the response came a bit late, but not too late thank God😍 It's been an awesome experience so far for me, can't wait to learn more!😍😍😍Read Less",,Unknown +294053,11014,shecodes,Iryna Vozniuk,False,2022,Interesting useful experience,2022-10-18,5.0,5.0,5.0,5.0,"I like this course very much! For me it was such an challenge: I thought that coding is should be very difficult... And firstly it was not so easy for me to find a time for studying, because I have family with two childern, little dog and full-time work.... Read More So that I felt quite stressed. But in process I began to enjoy coding, and final project helped me to understand what I can do it in fun way :) A lot of thanks to all SheCodes family for the support and inspiration!Read Less",,Unknown +294045,11014,shecodes,Konstantina Pappa,False,2022,Great experience,2022-10-17,5.0,5.0,5.0,5.0,"I really enjoyed the lessons, I started with no experience at all, it was understandable with the right guide and help from the chat community and they put me in a completely new world that I will continue to discover. It was great, very cool lessons.... Read MoreRead Less",SheCodes Basics,Miscellaneous and General Tech +294042,11014,shecodes,Catarina Costa,False,2022,Fantastic!,2022-10-17,5.0,5.0,5.0,5.0,Great introductory workshop! Loving the study/practice method! Going to the next one straight away. .,,Unknown +294039,11014,shecodes,Elwin,False,2022,This program is truly great,2022-10-17,5.0,5.0,5.0,5.0,"I finished Basic and Plus course so far, and I must say this course was so much better than what I expected! Everyone in Slack is so helpful and nice, and their response was super fast. I highly recommend SheCodes to anyone who are interested in learning... Read More coding. I always thought Coding is very difficult and intimating, but SheCodes makes the learning process very simple and easy. Don't get me wrong - I am not saying coding is easy. It is still intimating to certain extent, but it is a lot of fun. The course' homework and weekly project are well designed in the way that you can utilize what you learned so far, and I liked how the course revisits the study that was covered in the past. For example, during my 3rd week of Plus, I started learning more advanced JS again, and it contained the overall revision chapter, which helped me a lot. This course is designed in the way that you can eventually get used to what you learned in the past while doing more advanced coding in the later chapters. Highly recommend!Read Less",,Unknown +294038,11014,shecodes,Nika N,False,2022,It was really great! I would like to do it again haha,2022-10-17,4.7,5.0,5.0,4.0,"My goal was achieved - thanks to the course, I was able to finally learn how to work with HTML, Java and CSS. And it brought me one step closer to my dream job. I really liked the approach of the work. The way SheCodes team helps students and the fact... Read More that difficult things are told easily.Read Less",SheCodes Basics,Miscellaneous and General Tech +294036,11014,shecodes,Connie Burton,False,2022,Easy Learning,2022-10-17,5.0,5.0,5.0,0.0,"I really enjoyed SheCodes! The lessons followed by challenges kept things interesting for me. I liked having deadlines too, It made sure I would keep on track. I've completed the Basics so far, but am looking into trying more of their workshops asap!",SheCodes Basics,Miscellaneous and General Tech +294033,11014,shecodes,Hanna Borodkina,False,2022,⭐⭐⭐⭐⭐ Highly recommend,2022-10-17,5.0,5.0,5.0,5.0,"I am grateful to SheCodes for this opportunity to test my limits in coding. Thanks to the course I discovered that developing is exciting and fun! I'll continue my path in expanding my knowledge. Girls, don't be afraid to start something new, cause we... Read More are POWER! 💪 IT needs us! 👩‍💻Read Less",SheCodes Basics,Miscellaneous and General Tech +294030,11014,shecodes,Ewa Szataniak,False,2022,Excellent!,2022-10-17,5.0,5.0,5.0,5.0,"I would like to thank you for a wonderful experience. SheCodes Basic gave me confidence to continue my coding journey and taught me new things. In light of what was presented, I will remain focused and grounded for the challenges to come. Thank you so... Read More much SheCodes Team!Read Less",SheCodes Basics,Miscellaneous and General Tech +294025,11014,shecodes,Anonymous,True,2022,"Challenging, interesting, and fun",2022-10-17,4.3,5.0,4.0,4.0,"At first, coding sounded very intimidating and I knew it was going to be a challenge but this was something I wanted to do for a very long time to make that career change. After going through the SheCodes Basic workshop, it helped me gain confidence that... Read More I can do this. Although there were struggles and frustrations along the way, I kept at it and Matt did a great job explaining how to code step by step. I had a lot of fun doing the final project and seeing the results is very satisfying that I was able to create it from scratch. I am looking forward to the other workshops ahead and learning more.Read Less",,Unknown +294022,11014,shecodes,Selinam Ampo,False,2018,My SheCodes Experience,2022-10-17,4.3,5.0,4.0,4.0,"It has been an interesting journey. I never thought I will get this far because I always thought learning to code would be a daunting task. It actually wasn't difficult at all and a great learning experience. Now I can brag to my developer friends that... Read More I know what HTML, CSS, and Javascript are and how they work. I look forward to learning more from SheCodes plus.Read Less",,Unknown +294020,11014,shecodes,Kayleigh Richardson,False,2022,Amazing!,2022-10-17,5.0,5.0,5.0,0.0,"The SheCodes basics workshop has been incredible! I've learnt so much in such a short space of time, it has given me confidence and i'm excited to now start the SheCodes plus workshop! The support and help given are amazing and you feel part of a community... Read More even though it’s 100% online learning.Read Less",SheCodes Basics,Miscellaneous and General Tech +294019,11014,shecodes,Mahsa Rajabi Eslami,False,2022,Enjoyable,2022-10-17,5.0,5.0,5.0,5.0,"The lessons are interesting, short, and fun. Matt explains the principles of coding in a very understandable and accessible way. I definitely recommend this course to everyone. Thank you for giving me the opportunity to be a part of SheCodes community!... Read MoreRead Less",SheCodes Basics,Miscellaneous and General Tech +294018,11014,shecodes,Anonymous,True,2022,SheCodes helps me to understand that coding can be really interesting!,2022-10-17,3.5,5.0,2.0,0.0,The first 3-weeks stage of SheCodes was really amazing! I enjoy it! I've done it really quickly because it was interesting. It is great that the course is divided into small independent parts. You can learn as much as you can. I'm really happy to continue... Read More coding learning with 8-weeks program.Read Less,,Unknown +294017,11014,shecodes,Svitlana Vaskiv,False,2022,"SheCodes makes it easy to learn Javascript, FrontEnd basics, and more.",2022-10-17,5.0,5.0,5.0,5.0,"I had a great time with SheCodes. All tasks were not very easy, but Matt made the coding clear. Also you have to pay attention to the details, it's really important and be self taught to learn some CSS rules, tags, JS etc. It's not hard with Matt though.... Read More He shows the right way how to do it right.Read Less",SheCodes Plus,Miscellaneous and General Tech +294015,11014,shecodes,Demira Pasalic,False,2022,Everything for a reason!,2022-10-17,5.0,5.0,5.0,5.0,"“A few months ago, I decided to embark on a mission to learn how to code and hopefully completely change my career path. Why?- because I know how much freedom I could gain from the great lifestyle coding care provide. I always had a huge admiration for... Read More technology but was completely clueless on how to use it. I started to research a bit and learn on my own for about 1.5 months. After that I applied for a bootcamp here in NYC but quickly realized that they wanted me to know way more (a timed admission test was given) then I was capable to learn. I was wondering, if the school wants me to know so much before I have even started, then why do I need them at all? Plus, $16.000 (tuition for the bootcamp/12 weeks) is a huge chunk of money if you ask me. That's when I decided to go the self-taught rout. I did so for another week or so and quickly learned that I needed some structure. That's when SheCodes made it's entrance :D After doing some research I understood that the program is for complete beginners like myself and that it was quite interactive. By that I mean, you don't just read about an assignment and then try to solve it, you get to see the process thought by Matt the founder and then you try yourself. It made so much sense to me. I signed up for the full course and just completed the BASIC one of three weeks. So far, it has definitely been great and productive. I love how you can always go back and relearn topics. I also love how all the topics are bite sized so you don't feel overwhelmed. You go at your own pace but still have deadlines which help you stay focused. Looking forward to the next step-SheCodes PLUS. Happy learning :)”Read Less",SheCodes Basics,Miscellaneous and General Tech +294014,11014,shecodes,Natalia Osavoliuk,False,2022,A lot of joy to be a student again and all lessons are absolutely clear and understandable ! Thank you!,2022-10-17,5.0,5.0,5.0,5.0,"Due to life circumstances, I needed a profession that allows me to work remotely. After I identified front-end as the most interesting specialty in IT, I chose SheCodes courses and I am very pleased with how the training is going. Enough time for daily... Read More routine and training.Read Less",SheCodes Basics,Miscellaneous and General Tech +294013,11014,shecodes,Grace Melendez,False,2022,"SheCodes: easy, fun, effective!",2022-10-17,5.0,5.0,5.0,0.0,"I never thought I would be able to learn to code so easily, nor did I ever imagine that it would be so fun! Matt and the SheCodes team have done an incredible job making this course engaging and approachable for anyone who wants to learn to code. Thank... Read More you, SheCodes!Read Less",SheCodes Basics,Miscellaneous and General Tech +294012,11014,shecodes,Vicki Davidson,False,2022,Great start to coding,2022-10-17,5.0,5.0,5.0,0.0,"This was an interesting and helpful workshop to start my coding adventure. I learnt the basics of HTML, CSS and Javascript to get me started and had fun along the way. The videos and Matt's teaching method were engaging and the right pace for a beginner.... Read More It's great having the support of the SheCodes team and other SheCode learners through their slack channel. The weekly deadlines keep you motivated to work on your lessons and projects.Read Less",,Unknown +294010,11014,shecodes,Nilda Hamurcu Bostan,False,2022,Great Traning,2022-10-17,4.7,5.0,5.0,4.0,"I learned a lot of important information in a short time. It was great training. After completing my basic education, I continue my Pro workshops. I have no regrets, it is a great education. The topics covered are very specific. Every week we go deep... Read More on a new topic. I definitely recommend it.Read Less",SheCodes Pro,Miscellaneous and General Tech +293849,11014,shecodes,Endija Mathur,False,2022,SheCodes is really great.,2022-10-11,5.0,5.0,5.0,0.0,"These workshops are insightful. Through teaching videos Matt takes you by the hand and introduces you step by step to the coding world. The SheCodes team is very supportive and quick. The workshops are well structured and leaves room to do research, which... Read More helps the learning process a lot. SheCodes has inspired me to continue learning coding further. Thank you SheCodes team!Read Less",SheCodes Plus,Miscellaneous and General Tech +293839,11014,shecodes,Rose Tavarez,False,2022,Highly Recommend,2022-10-11,5.0,5.0,5.0,5.0,I'm so excited to have finished my SheCodes Basic workshop. The courses were challenging yet easy to follow because they were explained so thoroughly. Thank you to Matt and the SheCodes community for all your support and patience especially when I struggled... Read More with my projects. The sense of accomplishment you get when a project finally comes together is the best part! I highly recommend SheCodesRead Less,SheCodes Basics,Miscellaneous and General Tech +293490,11014,shecodes,Diana Ponce,False,2022,Best decision I made to improve my career path,2022-09-30,5.0,5.0,5.0,5.0,"I just finished the SheCodes Basics, I learned a lot about HTML, CSS, and Java through these 3 weeks. This is the first time I have code, and I can tell that Matt is a great teacher, it is easy to understand, and every class is really explicative as a... Read More result I was able to accomplish all the challenges and create a nice landing page from scratch about what I am passionate with. I am glad I got enrolled in SheCodes, I am looking forward to learning more in the next workshops. Looking forward to starting with the next workshop SheCodes Plus 😄Read Less",SheCodes Basics,Miscellaneous and General Tech +293128,11014,shecodes,Anna Trofimova,False,2022,It is exactly what a beginner needs!,2022-09-20,5.0,5.0,5.0,5.0,"I've just finished the SheCodes Basic workshop. And it was amazing experience. My main profession is not relayed to IT at all. I thought I wouldn't be able to understand coding ever in my life. But Matt explaines everything so simply and easily so it... Read More motivates you to begin and move on. That's how step by step, being leaded by the courator, team and other students I've finished my first project! From the scratch, for only three weeks. It's so interesting and exciting and challenging at the same time. With SheCodes you'll never get stuck, because all team is so helpfull. And definitely you'll never get bored. I'm so lucky to start my new life chapter with SheCodes.Read Less",SheCodes Basics,Miscellaneous and General Tech +293080,11014,shecodes,Sunny Dawes Lloyd,False,2022,Wonderful introduction to coding!,2022-09-19,5.0,5.0,5.0,5.0,"This was such a wonderful experience. My best friend gifted me this class, and it's been absolutely life-changing. I've decided to pursue a new career because of Matt's instruction. Every lesson is easy to follow; they're long enough to cover everything... Read More necessary and short enough to get done with a busy lifestyle. I'm so grateful to Mikala for gifting this opportunity to me and Matt/the SheCodes team for their teachings.”Read Less",SheCodes Basics,Miscellaneous and General Tech +292884,11014,shecodes,Abby pelaez,False,2022,I learned much faster than when I tried LinkedIn Learning/Codecademy,2022-09-13,5.0,5.0,5.0,5.0,I was so pleased with how they structured the SheCodes Basics workshop. They gave just enough info at strategic times during the sequence of lessons so that I wasn't overwhelmed with extra info until I had already understood each step of the webpage-building... Read More process. I'm really happy with how fun they made the workshop with the challenges they chose to integrate into the lessons. The Slack community was great too for when I got stuck.Read Less,SheCodes Basics,Miscellaneous and General Tech +292821,11014,shecodes,Ievgeniia Mukhamet,False,2022,"Excellent course, highly recommended!",2022-09-11,5.0,5.0,5.0,5.0,"Thank you so much. Excellent course, easy to understand, and superbly organized. Broken down into handy little blocks. Video lessons can be watched at a convenient time for you. The videos are understandable for beginners and interesting for those who... Read More already know something. You can take the course at your own pace. Highly recommended!Read Less",SheCodes Basics,Miscellaneous and General Tech +292739,11014,shecodes,Oluchi Joan Ukaigwe,False,2022,SheCodes is Amazing,2022-09-08,5.0,5.0,5.0,5.0,"SheCodes is an amazing workshop and i highly recommend it to anyone who is interested in coding. I've always thought that coding was not what i could do until i decided to learn at SheCodes and with the challenges and homework at the end of each learning... Read More session i built confidence over time and yes! i was able to build my first ever landing page. I'm super grateful to Matt for been a great teacher,i enjoyed the support i got from the SheCodes team and other coders on the SheCodes slack community.”Read Less",,Unknown +292668,11014,shecodes,Nicole Aponte,False,2022,Easy to learn,2022-09-07,5.0,5.0,5.0,5.0,"I had a lot of fun and I was surprised how easy I was able to learn, I think Matt might be part of it, the way he explains the lessons is straight forward and easy to understand. I like how SheCodes also has a lot of tools to help you find the right color... Read More palettes, gradients, etc, it is very helpful, specially if you are not someone super creative like I am. Thanks for everything and Happy Coding!!”Read Less",SheCodes Basics,Miscellaneous and General Tech +292615,11014,shecodes,Jenny Luong,False,2022,Awesome Workshop,2022-09-06,5.0,5.0,5.0,5.0,"Awesome Workshop 😍! Matt the instructor is an amazing teacher ⭐️. He explains everything so thoroughly, even an absolute beginner like myself was able to understand and follow along! Looking forward for the next workshop 🤓 I don’t have any cons to the... Read More program because they are always there to help 🥰Read Less",SheCodes Basics,Miscellaneous and General Tech +292600,11014,shecodes,Anonymous,True,2022,It's not too late to learn something new!,2022-09-06,5.0,5.0,5.0,5.0,"...it's not too late to learn something new! I am deeply thankful, joyful and amazed my overworked brain was happy learning something new :) As Nora Ephron eloquently said 'be a heroine of your own life' - no more waiting for someone to open those 'shut... Read More tight' doors to/for me. I have found another way, and it begins with 'She' :) ...for us women are natural born lateral thinkers, and anything that shouts 'SheCodes' is telling us to be leaders of our own lives!Read Less",SheCodes Basics,Miscellaneous and General Tech +292579,11014,shecodes,wadzanayi kuweta,False,2022,She Codes' Tutoring style..,2022-09-05,5.0,5.0,5.0,5.0,I tried HTML before but dropped the course within an hour because I could not understand anything the tutor said. I decided to give it a go for the second time. Matt made the course enjoyable and I could understand clearly everything he was tutoring us... Read MoreRead Less,,Unknown +292578,11014,shecodes,Kelly Cramer,False,2022,5 Star Program<⭐⭐⭐⭐⭐>,2022-09-05,5.0,5.0,5.0,5.0,"I would highly recommend this program to any woman who wants to explore the tech field! It is a ⭐⭐⭐⭐⭐ 5-star program. The people who help answer the questions, and help you get up and running are AMAZING!! The only experience I have is answering emails... Read More and browsing YouTube. I was extremely impressed with Matt the instructor. His teaching skills are in another dimension. ✔I have learned so much. There is a volume of support because of the way that this program is designed and run. I would recommend this program for its simplicity and quality.”Read Less",,Unknown +292461,11014,shecodes,Serena Cimmino-Bennewith,False,2022,Life-changing experience!,2022-09-01,5.0,5.0,5.0,5.0,"“What an amazing adventure! I have learned so much in just 3 weeks, I feel empowered as I never thought I could do it. Coding is the new passion that I want to turn into a career path for my life. Thank you, SheCodes &Matt :)” I can't wait to start Shecodes... Read More Pro soon!Read Less",SheCodes Basics,Miscellaneous and General Tech +292431,11014,shecodes,Anonymous,True,2022,Coding doesn't have to be so complicated!,2022-08-31,5.0,5.0,5.0,5.0,"Taking the workshop was really fun and I learned a lot. I'm glad that I decided to give it a chance because it doesn't need to be so complicated, to learn how to code. I'd definately recommend this to anyone who is interested in coding, even if absolute... Read More beginners to it. This has made me want to get more into coding.Read Less",SheCodes Basics,Miscellaneous and General Tech +292279,11014,shecodes,Olga Kocova,False,2022,Bungee jump with SheCodes!,2022-08-27,5.0,5.0,5.0,5.0,"When I first spotted the SheCodes ad on YouTube, I felt this was something unique and amazing: ""Coding-Workshop designed especially for Women!"". What an amazing idea! I had to give it a try! I must admit, that I am happy I have decided for my first coding... Read More experience with SheCodes. This was a major experience for me, as I had the opportunity to explore the inside of web page creation. This course was not an easy take for me, but even more, valuable. I appreciate the active and friendly support while solving my coding issues and the way how it is all structured, customized, and well explained (by Matt Delac), and just created an easy way to have more fun while learning👍. Big Thank you to SheCodes Team! 🙏. In case you are ready for the coding challenge but still scared if you will make it. You should be clicking the BUTTON to Apply for this course. Because in SheCodes Basic you will learn, how to create such a BUTTON inside your first web page project. And who knows, after finishing this milestone you may even realize, that coding is fun and you want to continue that journey.Read Less",SheCodes Basics,Miscellaneous and General Tech +292244,11014,shecodes,kehinde Oyeronke osoba,False,2022,Encouraging and Exciting!,2022-08-26,5.0,5.0,5.0,0.0,“The first time I came across the SheCodes info and website I was so attracted to it and really hoped to be part of the course but I didn't know how I would be a part of it at that time. I was so excited when I saw the email granting me the scholarship.... Read More My dream to be a software developer is fast coming through. Thanks to SheCodes.”Read Less,SheCodes Basics,Miscellaneous and General Tech +292202,11014,shecodes,Christel Mölder,False,2022,SheCodes Basic,2022-08-25,5.0,5.0,5.0,5.0,"Thank you for introducing me to coding! It was fantastic and FAST 3 weeks. Matt makes it seem so easy. I'm eager to learn more! Unlocking new challenges! Proceeding with fun! If you are interested in coding - this is a great place to start. You'll see... Read More in just a few weeks if this is something for you or not. Just try it! You may like it, like I did!Read Less",SheCodes Basics,Miscellaneous and General Tech +292194,11014,shecodes,Lyudmyla Ostapenko,False,2022,"“Learning at ""SheCodes"" is surprisingly exciting.",2022-08-25,5.0,5.0,5.0,5.0,"“Learning at ""SheCodes"" is surprisingly exciting. This is something completely new and unexpected for me. From Matt's explanations, I learned about things that were completely unknown to me until recently. Matt introduced us to the incredible world of... Read More coding. I am very grateful to Matt and ""SheCodes"" team for the acquired skills and unforgettable emotions.”Read Less",SheCodes Basics,Miscellaneous and General Tech +292151,11014,shecodes,Elham Attar,False,2022,An absolute course towards coding,2022-08-24,4.7,5.0,5.0,4.0,"This course was amazing. I REALLY LIKE IT. In SheCodes Basics, I learned how to code and how to deal with codes. you will be in love with coding after this course, BELIEVE ME, 🤩🤩.” SheCodes will give every woman to empower their career in tech and other... Read More subjects.Read Less",SheCodes Basics,Miscellaneous and General Tech +292148,11014,shecodes,Iuliana Domentii,False,2022,This was amazing!,2022-08-24,5.0,5.0,5.0,5.0,"I enjoyed the introduction to coding. Everything is well explained. I never thought I will understand what does that mean to write a code. In the end of the basic course I had the challenge to code a project by my own. I'm excited I did it. Even though... Read More it might seem very simple for somebody, for me is quite a big achievement. I will definitely continue to study with SheCodes. I want to know more and to build many more challenging projects. Thaaaaank you, SheCodes, for this opportunity.Read Less",SheCodes Basics,Miscellaneous and General Tech +292145,11014,shecodes,Olha Vyniarchuk,False,2022,Amazing!,2022-08-24,5.0,5.0,5.0,5.0,"This workshop was very interesting AND easy to understand.I am very greatful for this opportunity and looking forward to continue study next workshops! Awesome experience studying with school of SheCodes,the Slack is additional excellent perk having new... Read More knowledge and understanding the class of the day with the lecturer going the extra mile on helping and answering any questions i had!!! Would recommend school of SheCodes to any new student!!Read Less",SheCodes Basics,Miscellaneous and General Tech +292129,11014,shecodes,Lanissa Davis,False,2022,Great learning experience!,2022-08-23,4.7,5.0,5.0,4.0,Completed SheCodes Basics. Matt teaches a little at a time and at the end of the 3 weeks I was able to design a web page. Never thought I could do that! Very easy to understand and there is a team to help if you need it. So grateful that I enrolled!,SheCodes Basics,Miscellaneous and General Tech +292125,11014,shecodes,Kseniia Tsyplakova,False,2022,I have never coded before these courses,2022-08-23,5.0,5.0,5.0,5.0,"As for the first week in SheCodes Basics, it was really sophisticated and intensive for me, sometimes I thought that I was ready to give it up... But furhter all the things have changed. I was enjoing the second week, and I found JavaScript extremely... Read More interesting and powerful! And then, the third week was so soft and creative! I was having fun during my final project! Thank you for the course 😍It's amazing! 🥰Read Less",SheCodes Basics,Miscellaneous and General Tech +292027,11014,shecodes,Cecylia Wojtaszczyk,False,2022,Great experience,2022-08-19,5.0,5.0,5.0,5.0,"“SheCodes is a wonderful opportunity for women to learn new, useful skills that can help in finding future employment and overall improving ourselves. For me it was an amazing time filled with learning and hard work. Thanks to SheCodes I got interested... Read More in coding and will for sure continue my journey in the world of coding.”Read Less",SheCodes Basics,Miscellaneous and General Tech +291978,11014,shecodes,Olha Popova,False,2022,Professional training and quality support,2022-08-18,5.0,5.0,5.0,5.0,"This is a magical course! I got great pleasure from the training, the presentation is so interesting and exciting that it is impossible to distract myself))) High quality of support, interesting tasks, I am delighted!) I can say that with the help of... Read More this course I found my vocation!))Read Less",,Unknown +291955,11014,shecodes,Cecilia Romei,False,2022,The one online course you won't drop!,2022-08-17,5.0,5.0,5.0,5.0,"Unlike other online courses, this is actually impossible do drop. The frequent deadlines, challenges and homework do not let you procrastinate and slack off, but the workload is well balanced and the learning program coherent and easy to follow. It's... Read More like being in an actual school but with the comfort of your own home and time!Read Less",SheCodes Basics,Miscellaneous and General Tech +291944,11014,shecodes,Viktoriia Popova,False,2022,"Thank you, Matt! Everithing is clear and fun :)",2022-08-17,5.0,5.0,5.0,5.0,"I got great opportunity to join SheCodes. I like SheCodes because of a lot of reason, but I indicate the main: Everything is very clear Lessons are very drive You can to learn when you have free time You have a chat where you can get answers on your questions... Read More You have cool SheCode radio))) Thank you for all SheCodes team!Read Less",,Unknown +291833,11014,shecodes,Olena Berdysheva,False,2022,Study in SheCodes,2022-08-15,5.0,5.0,5.0,5.0,"After being housewife for several years I enjoy studying in sheCodes so much. It is interesting and I feel like it is possible for me to learn new skills. I tried other school, but format of classes and way information is presented is the best for me.... Read More It is so encouraging in our situation in Ukraine. Thank you so much!”Read Less",,Unknown +291810,11014,shecodes,Anonymous,True,2022,I am very glad to have this opportunity to study at SheCodes,2022-08-13,5.0,5.0,5.0,5.0,"Thank you for this opportunity, now it is very important to switch to something non-standard. This course turned out to be more interesting than I took in other school before (but maybe in my opinion, because this time everything is easier to understand).... Read More A very simple, understandable description of the processes (one-by-one), it's very nice that you opened such a program. Full of hope that the further it goes, the better and more interesting it will be.Read Less",SheCodes Basics,Miscellaneous and General Tech +291797,11014,shecodes,Mfonobong Nnamseh,False,2022,"Amazing experience, supportive community.",2022-08-13,5.0,5.0,5.0,5.0,"Shecodes has made my journey to Tech, a very interesting one. Their method of teaching is amazing, instructor Matt breaks down the whole concept and presents it in a very easy way making it fun and interesting. Their community offers great support to... Read More students. I am really delighted about my progress and also looking forward to another interesting experience as i move to Shecodes plus.”Read Less",SheCodes Basics,Miscellaneous and General Tech +291778,11014,shecodes,Julie,False,2022,Fun and nicely paced,2022-08-12,5.0,5.0,5.0,5.0,Extremely fun! I got a CS degree in college and started these workshops because we didn't learn much front-end. I feel like I'm learning as much as my college coursework yet am having more fun while doing so! Im looking forward to continuing with the... Read More other workshops.Read Less,SheCodes Basics,Miscellaneous and General Tech +291774,11014,shecodes,Anonymous,True,2022,SheCodes,2022-08-12,5.0,5.0,5.0,5.0,"I took the SheCodes Basics course. I would like to thank Matt and the entire team of SheCodes. Within three weeks you taught me how to build a website from scratch. The workshop was easy to understand, and the challenges were fun to complete. I really... Read More enjoyed this course.Read Less",SheCodes Basics,Miscellaneous and General Tech +291772,11014,shecodes,Sasha Larina,False,2022,Gradual and supportive learning,2022-08-12,5.0,5.0,5.0,0.0,"SheCodes team helped me to learn easily with practice, step by step. None of the video lessons made me bored, they just could not - the length, the amount of info is perfect for a video lesson to me. Most of the lessons are paired with assignments, so... Read More it was a good way for me not to escape practicing, but instead find myself actually coding and creating pieces of web pages from the air - an amazing feeling, I was happy to come up with a working piece of code every time as a kid! Enormous support on every single question from thousands of students - responses received daily, timely, and warmly. I enjoyed learning coding with SheCodes a lot, with them it's super easy to achieve results. I left ""Job support"" rate blank here, cause I only completed the basic course with SheCodes, not sure yet if they offer any job support in later courses, but I will figure it out.Read Less",SheCodes Basics,Miscellaneous and General Tech +291751,11014,shecodes,Anonymous,True,2022,I had a lot of fun with this workshop.,2022-08-11,5.0,5.0,5.0,0.0,"“I really enjoyed this workshop. I was a little nervous going into it because I hadn't ever coded before, but it was easy to understand and follow. the classes and challenges are clear and to the point, and if you have any trouble it's easy to get help.... Read More I would definitely recommend SheCodes to anyone who's interested. 😄Read Less",SheCodes Basics,Miscellaneous and General Tech +291669,11014,shecodes,Ifunanya Mbonu,False,2022,The best place to learn!,2022-08-10,5.0,5.0,5.0,5.0,Honestly can't believe I learnt so much in 3 weeks. I feel like a tech guru already. The video clips were detailed and very explanatory. I looked forward to the challenges (assignments) and was absolutely amazed at what I could do within a short period... Read More of time. I’m very thankful to the instructor - Matt and ofcourse the SheCodes team. It is a great platform and I highly recommend.Read Less,,Unknown +291660,11014,shecodes,Stephanie Harrington,False,2022,Great supportive environment to learn coding!,2022-08-09,5.0,5.0,5.0,5.0,"Really great, I loved the creativity of the course! Makes coding fun! The basics course guides you through each step of learning to code HTML, CSS and Javascript. It's great because you get to appreciate all the websites you use everyday! The homework... Read More and challenges were at a good level, so that you have to think through the steps to achieve it yourself, without being extremely difficult.Read Less",SheCodes Basics,Miscellaneous and General Tech +291624,11014,shecodes,Liubov Kyrychenko,False,2022,"Great experience, really helpful course!",2022-08-09,5.0,5.0,5.0,0.0,"“The lessons are just awesome and I enjoyed every single challenge of the SheCodes' Basics workshop! I found this course really encouraging and motivating, I reckon anyone would be able to understand coding with Matt's crystal clear explanations and some... Read More practice + a little bit of digging on the web = a great outcome you'll get!”Read Less",,Unknown +291590,11014,shecodes,Maryna,False,2022,The best way to try yourself in coding,2022-08-08,5.0,5.0,5.0,5.0,"That was an extremely interesting experience. The lessons are all in very simple and understandable language, so that even without any knowledge in the area everything becomes clear. Now I really want to continue my studies, to learn more about coding.... Read MoreRead Less",SheCodes Basics,Miscellaneous and General Tech +291569,11014,shecodes,Anonymous,True,2022,"Kick start your coding with, Shecodes!",2022-08-08,4.3,5.0,5.0,3.0,"I truly love how the class were being conducted, even though the videos were pre-recorded but everything that was inside was very relatable. I love the challenges that were given too, especially our final week project. We got to create a website from... Read More scratch that's reliable to us. If coding is something you want to try and get used to, give Shecodes a try. Matt the founder and the instructor of the course is hilarious too.Read Less",SheCodes Basics,Miscellaneous and General Tech +291565,11014,shecodes,Valeriia Kalinovska,False,2022,Great,2022-08-08,5.0,5.0,5.0,5.0,"I've really enjoyed SheCodes Basics. The classes are very easy to understand and a lot of fun to put into practice. 💜 I would definitely recommend learning with SheCodes for everyone, who has not learnt coding before. That's been a joyful experience.",SheCodes Basics,Miscellaneous and General Tech +291515,11014,shecodes,Ronna L. Del Rosario,False,2022,Amazing and Fun Opportunity to Learn about Coding,2022-08-05,5.0,5.0,5.0,5.0,"In my search for an affordable yet comprehensive introduction to coding basics, I was pleasantly surprised to come across SheCodes during one of their promotional periods. Going into the Basics workshop, I had no idea what to expect and was a little apprehensive... Read More if I was going to be able to follow and keep up with the program content due to not having any background in coding or the IT field in general (I'm a nurse). 😵‍💫 Along with many others, I wholeheartedly concur that I was able to continue through each lesson and week due to Matt's clear instructions and thorough explanations who kept things light hearted and fun. 👩🏽‍💻 Thank you so much Matt, SheCodes Team, and fellow classmates for all your encouragement and support - could not have done it without you! 💖 I hope to continue learning with SheCodes in the future. 😁Read Less",,Unknown +291480,11014,shecodes,Anastasiia,False,2022,The best courses,2022-08-04,5.0,5.0,5.0,5.0,"great experience, of course it's not so easy but Matt explains everything very clear and sometimes funny, so you feel like you are talking with your friend after all lessons 😄 this is a great opportunity to start your career in IT😎cannot wait to continue... Read More studying, this is just the beginning😏☺️Read Less",SheCodes Plus,Miscellaneous and General Tech +291453,11014,shecodes,Iryna Khlopunova,False,2022,The basic course was brilliant!,2022-08-04,5.0,5.0,5.0,5.0,"A very beneficial program, especially for beginners like me. No water, just helpful information with clear instructions from Matt and a supportive team in chat. Good English (which is important for non-native speaker), no need to check translations. Very... Read More clear instructions, what and how to do.Read Less",,Unknown +291449,11014,shecodes,Ginger lee Farrar,False,2022,great software development course,2022-08-04,5.0,5.0,5.0,5.0,"I started the SheCodes basics course about 3 weeks ago, and I love how the lessons are easy to understand and straight forward. I'm so grateful there's a community of people i can ask for help if i get stuck. I'm currently working through the next set... Read More of lessons and they are great.Read Less",,Unknown +291352,11014,shecodes,Yevheniia,False,2022,The course is as fun as the game!,2022-08-02,5.0,5.0,5.0,5.0,"The course is as fun as the game! Easy to understand manner of presenting information, nice interface. The program is designed with intelligence and humor. A comfortable transition from simple to complex is complemented by the joy of seeing the results... Read More of learning.Read Less",SheCodes Basics,Miscellaneous and General Tech +291322,11014,shecodes,Oleksandra,False,2022,"If you absolutely newbie in tech, you should try this course",2022-08-01,5.0,5.0,5.0,0.0,"The learning felt like a fascinating game. This course totally works for every person without any technical skills. The learning process's built with the microlearning principle, so new materials are very easy to understand and remember. If you're still... Read More in doubt - try it!Read Less",SheCodes Plus,Miscellaneous and General Tech +291319,11014,shecodes,Inês Mavioso,False,2022,SheCodes Basic Workshop,2022-08-01,5.0,5.0,5.0,5.0,"I had a great time! It was a fantastic experience. It's incredible what we can do when we step out of our comfort zone. I was a little apprehensive, but all classes are simple to understand and dynamic, and the team is always willing to help if we have... Read More any questions. If anyone is curious about this area this is the perfect course to start.Read Less",SheCodes Basics,Miscellaneous and General Tech +291318,11014,shecodes,Alina,False,2022,Best learning experience I've ever had,2022-08-01,5.0,5.0,5.0,5.0,"SheCodes is definitely the best learning experience I've ever had in my life! Every minute invested is 100% worth it. Moreover, taking into account the basics makes me feel like a pro coder already! Still can't believe that coding can be so fun and easy.... Read More Looking forward to continue my coding journey with SheCodes!Read Less",SheCodes Basics,Miscellaneous and General Tech +291316,11014,shecodes,Antea Bjeliš,False,2022,Highly recommended!,2022-08-01,5.0,5.0,5.0,5.0,"Loved these 3 weeks of coding journey!Lessons, challenges, tutorial, everything is organized in fun and easy to understand manner. I would highly recommend this course to everybody interested in coding. I'm happy to continue developing coding skills in... Read More next workshops! Thank you Matt and the whole SheCodes team!Read Less",SheCodes Basics,Miscellaneous and General Tech +291314,11014,shecodes,Stellamaris Nwafor,False,2022,Best online programming school,2022-08-01,5.0,5.0,5.0,5.0,"I am so excited to be one of SheCodes coders, the instructor is awesome, with the daily challenges, weekly homework, and projects I can practice more on what I learned, as we know practice makes perfect. Looking forward to becoming an expert as a frontend... Read More developer.Read Less",,Unknown +291241,11014,shecodes,Anonymous,True,2022,Nice opportunity to start coding from the very beginning,2022-07-29,5.0,5.0,5.0,0.0,I'm so happy I joined the SheCodes. It was very interesting and useful experience for me. I fell in love with coding through these three weeks and I will continue learning how to code in the next workshop. Big thanks to the SheCodes team! I'd like to... Read More recommend the SheCodes workshops for everyone who wants to start codind from the very beginning.Read Less,SheCodes Basics,Miscellaneous and General Tech +291189,11014,shecodes,Rocío Seoane Zappa,False,2022,Amazing experience,2022-07-27,5.0,5.0,5.0,5.0,"I was surprised how fun it was beginning to program. Matt instructions are great and the structure of the workshop made it easy. I think programming can be frustrating at times, so it was good to have support from the SheCodes team the hole time! I'm... Read More excited to continue this journey with SheCodes!Read Less",SheCodes Basics,Miscellaneous and General Tech +291096,11014,shecodes,Christen Ivey,False,2022,Great Instruction and wonderful support,2022-07-25,5.0,5.0,5.0,5.0,"I ABSOLUTELY enjoyed my classes with Matt!! He made learning the basics very fun and logical! Even though some parts were challenging, having help on Slack from everyone really made all the difference. I would like to pursue SheCodes Plus next. and maybe... Read More even SheCodes Pro.Read Less",SheCodes Basics,Miscellaneous and General Tech +291085,11014,shecodes,Christine Latta,False,2022,SheCodes Basics was great! 🧑‍💻,2022-07-25,5.0,5.0,5.0,0.0,"I really enjoyed learning from Matt. He made the concepts easy and fun to learn. I love all the emojis everywhere too haha! 😂 Each lesson was a good length, and the challenges were rewarding to figure out and complete. Every time I sat down to go through... Read More some lessons and challenges, I just kept going and going, getting through more than I thought I could in one sitting. I liked listening to SheCodes Radio while coding too. I think my brain really loved learning to code; I got to be creative and logical at the same time! I'm excited to take some next steps in learning to code! Thanks to Matt and the SheCodes team!Read Less",SheCodes Basics,Miscellaneous and General Tech +291075,11014,shecodes,Maya Takahashi,False,2022,Great Coding Class for Beginners!,2022-07-25,5.0,5.0,5.0,5.0,"Highly recommend this coding class for beginners who want to learn how to code! Although there was a lot to cover, the lessons were easy to follow. The challenges and homework were at times challenging but satisfying when you get the solution. Thank you... Read More SheCodes team for a great learning experience!Read Less",SheCodes Basics,Miscellaneous and General Tech +291073,11014,shecodes,Daryna,False,2022,Available for any skill level,2022-07-25,4.7,5.0,5.0,4.0,"Available for any skill level. Well structured and clear. Regardless of whether you have a humanitarian or technical education. Lots of short videos explaining everything. Homework does not allow you to forget and get distracted. I really liked it, I... Read More will continue to study.Read Less",SheCodes Basics,Miscellaneous and General Tech +291072,11014,shecodes,Audrey Walsh,False,2022,Helped me build solid coding skills from scratch,2022-07-25,5.0,5.0,5.0,5.0,I work with software engineers in my job as a technical writer but had not formally studied coding before. SheCodes helped me build solid front end development skills from scratch which gives me more confidence with the technical aspects of my role. I... Read More am looking forward to delving deeper with the next courses and applying what I learn in my career.Read Less,SheCodes Basics,Miscellaneous and General Tech +291069,11014,shecodes,Yuliya,False,2022,My first steps in coding,2022-07-25,5.0,5.0,5.0,5.0,"I enjoy time of studuing SheCodes basic. First week was the most hard and i even though that it will be impossible for me to go to the end of this course. But everything happened in other way. With each new week all studying materials became clearer and... Read More easier for me. And at the end i really enjoy the final project task. it took less time that i expected. SheCodes has a very comfortable intuitive studying platform, good feedback with home tasks. All is perfect!!! It is a best way of online studying that i ever had.Read Less",SheCodes Basics,Miscellaneous and General Tech +291031,11014,shecodes,Kathleen Thompson,False,2022,SheCodes Basics,2022-07-23,5.0,5.0,5.0,0.0,"SheCodes has made me feel more confident that I really can code! The instruction videos are really helpful, especially having the challenges right after. Even though it can be frustrating at times, it's even more rewarding when solving a problem. I look... Read More forward to continuing on with SheCodes, and happy to be apart of this!Read Less",SheCodes Basics,Miscellaneous and General Tech +290995,11014,shecodes,Chelsie,False,2022,SheCodes is coding made easy!,2022-07-22,5.0,5.0,5.0,5.0,"For someone who has taken several coding classes for various other languages, I have to say, this is how coding should be taught. The curriculum is broken up into simple pieces that are very easy to follow. And the self-paced options make it very convenient... Read More for working women, or women with families. It's a win-win!Read Less",SheCodes Basics,Miscellaneous and General Tech +290991,11014,shecodes,Anonymous,True,2022,Not Just For Women,2022-07-22,5.0,5.0,5.0,0.0,"This was the push I needed to get a better grasp of beginner JS. I highly recommend this course to anyone! This is not just for women. It is marketed to women, but what you learn for the price I would sign up no matter your gender. The information is... Read More set up nicely and has a great flow.Read Less",SheCodes Basics,Miscellaneous and General Tech +290981,11014,shecodes,Anonymous,True,2022,Great workshop,2022-07-22,5.0,5.0,5.0,5.0,"I learnt so much within the first 3 weeks, I´m really impressed. Great online course with a good balance between theory and practice. Matt has great pedagogical skills, I never felt lost, thanks to the SheCodes team who was very supportive and efficient.... Read More The course is a great female empowerment, coding now seems accessible to me. I feel way more confident about html, css and jsRead Less",SheCodes Basics,Miscellaneous and General Tech +290938,11014,shecodes,Yevheniia,False,2022,The best educational project ☺️,2022-07-21,5.0,5.0,5.0,5.0,"Thanks so much for such an interesting project! I've learnt a ton of new things. I think, I'll continue to improve my knowledge in this sphere. I really appreciate your help for women, especially ukrainian ones ! I wish your project good students and... Read More prosperity😊Read Less",SheCodes Basics,Miscellaneous and General Tech +290929,11014,shecodes,Miranda Welvering,False,2022,Great way to learn how to code,2022-07-21,4.7,5.0,5.0,4.0,"I loved learning with Matt. All the lessons are explained in an understandable, simple language and the thing that worked for me well was to immediately get an exercise after a learning video. So you practice what you have just been taught. Works great... Read More for me!Read Less",,Unknown +290912,11014,shecodes,Elizabeth,False,2022,You can do anything baby❤️😜,2022-07-20,5.0,5.0,5.0,5.0,"I was not confident in my endeavors, I clearly had problems with my self-esteem. But I'm very satisfied and I really like it. I am grateful for the opportunity and look forward to a new start! These three weeks were interesting, everything was clear with... Read More ease and I learned 100% Who is not confident in their abilities - I strongly recommend believing in your strength! You can do anything baby❤️😜Read Less",SheCodes Basics,Miscellaneous and General Tech +290911,11014,shecodes,Olga Shinder,False,2022,SheCodes basics,2022-07-20,5.0,5.0,5.0,0.0,"I highly recommend this course for those, who wants to learn html, css and JS basics. I've tried many times to learn with LinkedIn learning and it didn't work. With SheCodes the lessons are short, the material is well structured. After each lesson you... Read More have feeling that you enriched with the knowledge. You get interesting challenges based on the material you've learned. Instructors are always available and give you a quick answers if you got stuck. Thank you SheCodes for the best three weeks that I spent with you!Read Less",SheCodes Basics,Miscellaneous and General Tech +290909,11014,shecodes,Fatemeh Abbasi,False,2022,Great experience!,2022-07-20,5.0,5.0,5.0,5.0,"SheCodes programs are self-paced but very interactive and informative. With great challenges and projects to do after each lesson, it helped me to learn the basics in a very engaging way; Plus they’re super helpful and friendly! Also SheCodes foundation... Read More does an amazing job of offering free workshops to women in certain countries . You can also apply for a discount if you have financial issues. I absolutely recommend!Read Less",,Unknown +290907,11014,shecodes,Kristin Andreska,False,2022,Great experience! Ready to learn more!,2022-07-20,5.0,5.0,5.0,5.0,"I would highly recommend this program to anyone that is simply interested in dabbling into the unknown of tech. I have grown from knowing absolutely nothing about coding to actually creating and designing on my own. The weekly lessons and challenges were... Read More super helpful and kept me accountable each week to grow my skills and produce legit, functional code. I love learning new things regardless, and coding is surely an area I'm excited to continuously challenge myself and grow more. Thank you She Codes for the motivation and opportunity to start! Lot's more to learn ahead!Read Less",SheCodes Basics,Miscellaneous and General Tech +290901,11014,shecodes,Anonymous,True,2022,***** 5 Stars for SheCodes Basics *****,2022-07-20,5.0,5.0,5.0,5.0,"“From the perspective of a lazy student with strong procrastination tendencies, I highly recommend the online SheCodes Basics course to anyone who wants to either understand or set foot into web development. I wholeheartedly thank the team for allowing... Read More me to complete the course at my pace and for implementing a flexible approach to the course without harming the programme structure. I would definitely consider enrolling in the next ones in the near future.”Read Less",,Unknown +290898,11014,shecodes,Anonymous,True,2022,"For all women, I recommend SheCodes courses to develop and start perspective.",2022-07-20,5.0,5.0,5.0,5.0,"I really liked the courses. Everything is accessible and explained in detail. There were no problems with homework. And if you have any questions, the staff will always help. I am Ukrainian and for me at this stage of my life this development is very... Read More important. SheCodes provided training free of charge. I am very grateful for this opportunity. In any situation, one should not be afraid to act, believe in success and make every effort to achieve a result. Join and you will succeed! Good luck!Read Less",,Unknown +290897,11014,shecodes,Viktoria Nedzelska,False,2022,That's was a great journey!,2022-07-20,5.0,5.0,5.0,5.0,"That's was a great journey! Interesting and interactively, you will forget about time and troubles while trying to find an error in your code )) Be careful! After finishing this course, you'll face with big desire to continue your study 😉 Highly recommended... Read MoreRead Less",SheCodes Basics,Miscellaneous and General Tech +290896,11014,shecodes,Yelizaveta Kyselova,False,2022,The best workshops for future developers 💜,2022-07-20,5.0,5.0,5.0,5.0,SheCodes Basics course was very interesting and understandable 🙌 Lessons aren’t long and separated by topics. It’s so much fun to do all the challenges and homework💜✨ And was especially satisfying to be able to do my own web page by the end of course!!... Read MoreRead Less,SheCodes Basics,Miscellaneous and General Tech +290891,11014,shecodes,Olena Terletska,False,2022,Amazing!,2022-07-20,5.0,5.0,5.0,5.0,"One of the best experiences I've ever had. It was really great and helpful. I have learnt so many new things in so short time. Thank SheCodes Foundation Refugee Program for the opportunity to learn coding, I can't wait to start the next workshop! Thank... Read More you, Matt!Read Less",SheCodes Basics,Miscellaneous and General Tech +290890,11014,shecodes,Adrianna Warnell,False,2022,10/10 Recommend!,2022-07-20,5.0,5.0,5.0,5.0,"Loved the ability to work at my own pace. Matt was very good about teaching a ""think outside the box"" mentality. At times it was frustrating and challenging, but it ended up strengthening a soft skill - critical thinking. I want to continue to grow the... Read More knowledge I've gained so far!Read Less",,Unknown +290885,11014,shecodes,Nwigwe Anita,False,2022,My beautiful experience at SheCodes.,2022-07-20,5.0,5.0,5.0,0.0,"“SheCodes Basics has been a very thrilling and exciting journey for me personally, from the ; challenges, homeworks and finally the Project.I can't wait to enroll into the SheCodes Plus. In conclusion, SheCodes is definitely worth the hype!. SheCodes... Read More has also helped strengthen my use of computer,before I started this course I could barely use my PC without stressing,but continuous challanges and different apps to use in solving the challenge made my computer usage better.""Read Less",SheCodes Plus,Miscellaneous and General Tech +290786,11014,shecodes,DEMENTIEVA NATALIIA,False,2022,I am delighted,2022-07-18,5.0,5.0,5.0,0.0,“I just finished the SheCodes Basic course. I am delighted. This is a completely new job for me. It was very interesting to observe how code editor magically turns the numbers into images and actions in the browser. I want to study further. Perhaps these... Read More courses will open a new page in my life.”Read Less,SheCodes Basics,Miscellaneous and General Tech +290737,11014,shecodes,Karyna Malykhina,False,2022,Excellent,2022-07-15,5.0,5.0,5.0,5.0,"Workshop was a lot of fun and I learned a ton from it. I immensely enjoyed that it was stuck to the brim with exercises. Thank you so much for providing such an opportunity! The videos was short and to the point, very well explained and practice was as... Read More challenging as it needs to be)Read Less",SheCodes Basics,Miscellaneous and General Tech +290682,11014,shecodes,Yevheniia Ovcharenko,False,2022,Enriching and fun learning!,2022-07-14,5.0,5.0,5.0,5.0,"It's been a great workshop! I came with zero coding experience (and I mean z-e-r-o) and I had a lot of fun while learning! The lessons are very informative, some concepts were easier, some were harder, but all the instructions were clear. It's great to... Read More be able to do check my understanding by completing challenges and homework. Having taught myself, I can appreciate the logic of the course, the flow and steps of the course made sense and made the whole experience quite fun.Read Less",SheCodes Basics,Miscellaneous and General Tech +290676,11014,shecodes,Victoria Rozhnetovska,False,2022,Introduction to the world of coding I can recommend,2022-07-13,5.0,5.0,5.0,5.0,"Before starting the course I was worried about coding being too difficult for me. But the workshop ended up being so fun, I've genuinely enjoyed creating pages and making the elements work! The lessons were very easy to understand and if I encountered... Read More the issues which I could not deal with by myself, they were effortlessly resolved by checking the workshop chat on slack. I'm grateful to Matt and the team for giving me the opportunity to begin my coding journey on Shecodes. I can't wait to create more pages and learn more about coding in general ☺️Read Less",SheCodes Basics,Miscellaneous and General Tech +290650,11014,shecodes,PJ,False,2022,Loved It!,2022-07-13,4.7,5.0,5.0,4.0,"This was a great learning experience. I've been self-teaching for about 2 months and this workshop solidified my knowledge. Whenever I came across an issue with my code, the team was responsive. Very grateful to Matt and the SheCodes team for this course.... Read MoreRead Less",SheCodes Basics,Miscellaneous and General Tech +290649,11014,shecodes,Sunita Mousavi,False,2022,SheCodes,2022-07-13,5.0,5.0,5.0,5.0,"I still can't believe the amount of progress I had in just three weeks. The workshops were really easy to understand, they were short and very helpful at the same time, the projects weren't too easy or too difficult to handle and, in the end, all I can... Read More say is that I love SheCodes and I'm very thankful for this opportunity that they gave me.Read Less",SheCodes Basics,Miscellaneous and General Tech +290605,11014,shecodes,Olena Likhytska,False,2022,Huge Thank you to the SheCodes Team!,2022-07-12,5.0,5.0,5.0,5.0,"Huge Thank you to the SheCodes Team! Everything is so useful and interesting. Great platform, super teacher everything is easy to understand. Thanks, Matt for helping Ukrainian women to learn how to code and giving them a chance to find new better jobs.... Read MoreRead Less",SheCodes Basics,Miscellaneous and General Tech +290570,11014,shecodes,Caroline Amarachi Mbata,False,2020,"Educational, challenging, and expository",2022-07-11,5.0,5.0,5.0,5.0,"I enjoyed SheCodes Basic, I wanted to give up because I felt that I couldn't do it but I had a good friend that encouraged me. It was wonderful. I learned a lot from Matt Delac. His teachings are simple and practical. I had so much value. I did my project... Read More without looking at the solutions and I did my best. I love the result of what SheCodes gave me. God bless, SheCodes. I can't wait to teach my school children about coding. Thanks to the SheCodes team.Read Less",,Unknown +290557,11014,shecodes,Anastasiia,False,2022,SheCodes is amazing!,2022-07-11,5.0,5.0,5.0,5.0,"The course was fun and challenging and opened my mind to a world of coding! Their tutorial videos are short and sweet, very clear and after each lesson there is a mini challenge to learn a new feature or skill which helps to remember it better. Really... Read More happy about the course and certainly going to continue my learning with SheCodes.Read Less",SheCodes Basics,Miscellaneous and General Tech +290541,11014,shecodes,Olesya Muzyka,False,2022,Introduction to coding,2022-07-10,5.0,5.0,5.0,5.0,"I thoroughly enjoyed this course and hope to expand on my gained knowledge. This course was well presented, easy to follow and engaging. If you really want to see if you like coding at all, want to get at it in small steps or want to learn about the basics... Read More behind thinking as a software engineer, this course is perfect for that. I look forward to taking the next course.Read Less",SheCodes Basics,Miscellaneous and General Tech +290526,11014,shecodes,Ivanna,False,2022,The best experience ever!!!,2022-07-08,5.0,5.0,5.0,5.0,"I really enjoyed the course☺️ I am new to Canada and currently putting all my efforts into looking for the job, however after coming home from the interviews I was so exciting to finally have some rest and enjoy coding with Matt and the team! Thank you... Read More SheCodes for the opportunity and can't wait to start the next workshop! Love this course, love Shecodes, love Matt😍!Read Less",SheCodes Basics,Miscellaneous and General Tech +290518,11014,shecodes,Dayana Simeonova,False,2021,Cannot recommend the course enough!,2022-07-08,5.0,5.0,5.0,5.0,"I truly recommend the course! Really think that its structure and set of information that you go through are amazing! Also, despite a full-time job and other responsibilities, I managed to fit the lessons, the individual challenges after them, and the... Read More weekly homework, so the self-paced aspect is a really big advantage! Long story short - don't overthink it, just do it! You will feel accomplished and great after it! 👩🏼‍💻Read Less",SheCodes Basics,Miscellaneous and General Tech +290500,11014,shecodes,Anna Dvyhun,False,2022,I recommend,2022-07-08,5.0,5.0,5.0,5.0,"I say YES to SheCodes! Thank you, Matt and all the team! This course made it clear that I want and am interested in dealing with the code, moreover, at the end of the course I had a project. My first project! :) I look forward to continuing with SheCodes.... Read MoreRead Less",SheCodes Basics,Miscellaneous and General Tech +290481,11014,shecodes,Emmaculate Shie Tagha,False,2022,SheCodes is amazing!,2022-07-07,5.0,5.0,5.0,5.0,I have had in my mind to learn coding for some years now. How and where to achieve this was my main challenge. I came across SheCodes and my questions were answered. I am grateful to SheCodes Foundation for the opportunity offered me to jumpstart my career... Read More in coding. SheCodes demystifies coding in a way that just anyone can learn. Thank you my instructor Matt. You are such a wonderful teacher. I look forward to the next workshop to keep learning and advancing my knowledge of coding”Read Less,SheCodes Basics,Miscellaneous and General Tech +290460,11014,shecodes,Anonymous,True,2022,I appreciated my experience with SheCodes Bootcamp.,2022-07-07,4.7,5.0,5.0,4.0,"I've never learned how to code in my life. For me, it always seemed so hard and even impossible. I thought that it was not for me. Once I accidentally found this workshop program and decided to enter it. And guess what? I enjoyed the course. It was so... Read More exciting and fun to learn! The instructor's explanations were super clear. I loved to learn how to code at my speed. What I also appreciated about this Bootcamp is that the SheCodes foundation created free access to all workshops for 20 000 Ukrainian women! I will continue my learning with SheCodes in the future!Read Less",,Unknown +290447,11014,shecodes,Oleksandra Zhyzhnevska,False,2022,A great opportunity to try yourself in IT,2022-07-06,5.0,5.0,5.0,5.0,I am very grateful for the opportunity to gain knowledge and get acquainted with a new specialty. At first it was very scary that I could not cope. And then I got involved and the excitement appeared. Interesting and very accessible. For those who have... Read More never tried this area - a great opportunity to try yourself in IT.Read Less,SheCodes Basics,Miscellaneous and General Tech +290445,11014,shecodes,Danieli Costa Bibiano Chamberlain,False,2022,AMAZING,2022-07-06,4.3,5.0,5.0,3.0,"I really enjoyed the workshop and I learned so much! I'm surprised how quickly I picked up coding with this workshop, it was fun and educational. Looking forward to continue learning. I had zero knowledge on coding and at the end I was able to build a... Read More page from scratch by myself!Read Less",SheCodes Basics,Miscellaneous and General Tech +290444,11014,shecodes,Elena Dzhangiryan,False,2022,One of the most interesting courses I've ever took,2022-07-06,5.0,5.0,5.0,5.0,"I never thought that coding could be so exciting! I really liked the teaching style - clear step-by-step lessons, little tasks after each lesson and a project at the end. Very thoughtful and clear workshop. I am grateful to Matt and his team for their... Read More great work and creation of the SheCodes project. I'm looking forward to continue my education!Read Less",,Unknown +290431,11014,shecodes,Halimat Ohiaka,False,2022,It was very interesting,2022-07-06,5.0,5.0,5.0,5.0,"I used to think coding would be very difficult as I had no knowledge about it. with SheCodes, it was easier to learn and understand than I anticipated. Great teaching method especially for beginners like me. The challenges given were fun to work with.... Read More The best part was seeing my codes come to life.Read Less","Full-Time, Full Stack Web Development Boot Camp",Miscellaneous and General Tech +290388,11014,shecodes,Olena Savchuk,False,2022,Thanks to Matt and the SheCodes team for this incredible opportunity to learn,2022-07-05,5.0,5.0,5.0,5.0,"The course was very interesting, accessible, always with the need to think for yourself, with homework and solutions. I have never worked in this field, but I quickly understood everything! Thanks to Matt and the SheCodes team for this incredible opportunity... Read More to learn. Thank you for your support at a difficult time for Ukraine and Ukrainians.Read Less",SheCodes Basics,Miscellaneous and General Tech +290342,11014,shecodes,Anna Shevchenko,False,2022,Amazing coding experience,2022-07-04,5.0,5.0,5.0,5.0,"I have been studying at SheCodes for 2 months already. I started with the SheCodes Basics and now I am continuing my studies with SheCodes Plus programme. It's been my biggest luck to enroll SheCodes courses and to start my journey with this school. It's... Read More an amazing opportunity to learn the basics of programming. Thank you to my instructor and the whole team of experts, you are making a truly great impact and changing lives! p.s. English is not even my second language, but during this course so far there have been no problems with understanding of the material. I am literally studying only at SheCodes and don't feel any need to search for anything on my own. Matt Delac is a brilliant teacher!Read Less",SheCodes Basics,Miscellaneous and General Tech +290337,11014,shecodes,Catherine Green,False,2022,Excellent program!,2022-07-04,5.0,5.0,5.0,5.0,"I am an IT project manager and after many years working on teams with brilliant software engineers/programmers, I decided it was time for me to have more knowledge about what they are tasked with day to day so I can better support and understand. I also... Read More wanted to gain more hard skills for myself along way. I signed up for SheCodes to start that journey. A few weeks in and I can't believe how challenging and rewarding it has been. I am actually enjoying it! I can't wait to continue the program and continue to learn as I move from Basics to Plus.Read Less",SheCodes Basics,Miscellaneous and General Tech +290326,11014,shecodes,Anonymous,True,2022,It was thrilling!!,2022-07-03,4.0,5.0,5.0,2.0,"I am really lucky to have access to this coding school, I improved with a large step from when I started this month. SheCodes is really a wonderful coding school to be chanced to learn at. I wish many other coding lovers get to come across this opportunity.... Read MoreRead Less",SheCodes Basics,Miscellaneous and General Tech +290285,11014,shecodes,Isabella,False,2022,SheCodes makes learning to code fun and provides a safe and collaborative environment.,2022-07-01,5.0,5.0,5.0,0.0,"Doing the SheCodes Basics workshop made me realise how much fun it is to learn something new and different. I loved the structure of the workshop - helpful videos, exciting challenges and the homework, which just helps stay engaged and committed. It made... Read More me so excited to explore the advanced workshops in the future. Thanks to the SheCodes team - you are brilliant 🥳💜Read Less",SheCodes Pro,Miscellaneous and General Tech +290284,11014,shecodes,Geraldine Andrea Saenz Quinones,False,2022,SheCodes Experience,2022-07-01,4.7,5.0,5.0,4.0,"SheCodes is a great start for anyone who is interested in coding but has any idea about it. The classes are divided into weeks and each week has lessons that include an explanation video, challenge, and solution. It is very easy to understand and Matt... Read More does a great job explaining it in the simplest way possible. I also like that you have access to teachers and instructors through Slack but I still think they have to work out in giving feedback for at least the last project.Read Less",SheCodes Basics,Miscellaneous and General Tech +290277,11014,shecodes,Mariia Serhiienko,False,2022,Amazing course for beginners in Web Development,2022-07-01,5.0,5.0,5.0,5.0,"This spring I saw an announcement on Facebook about free programming courses for Ukrainian women and decided to try to apply. I already had the experience of learning web development, but when I started to learn in SheCodes I was I really enjoyed the... Read More training! Everything was explained simply and clearly. I can definitely recommend this course!Read Less",SheCodes Basics,Miscellaneous and General Tech +290265,11014,shecodes,Gina,False,2022,Amazing!,2022-06-30,5.0,5.0,5.0,5.0,SheCodes has been such an inspiration to me and a wonderful learning experience. I am looking forward to moving on to the next workshop! Matt is a wonderful teacher who really breaks things down and repeats them in a way you can understand. The daily... Read More challenges are a big help as well.Read Less,SheCodes Basics,Miscellaneous and General Tech +290262,11014,shecodes,Olena Remina,False,2022,Great experience!,2022-06-30,5.0,5.0,5.0,5.0,I really enjoyed SheCodes Basics Coding Workshop and have got much interesting and useful information. It was easy to learn and I had a lot of practice. І’ve got a lot of pleasure doing the final project. Thanks for such a great opportunity for Ukrainians... Read More 💙💛Read Less,SheCodes Basics,Miscellaneous and General Tech +290249,11014,shecodes,Varvara Neronova,False,2022,Great experience,2022-06-30,5.0,5.0,5.0,5.0,A very convenient training format. The video explains everything beautifully and clearly. All projects are very interesting and help to systematize knowledge. I am very grateful to the SheCodes team for the opportunity to learn and special thanks to Matt... Read More for the excellent lessonsRead Less,,Unknown +290228,11014,shecodes,Anonymous,True,2022,Absolutely positive experience of a beginner,2022-06-29,5.0,5.0,5.0,0.0,"I'm so happy with SheCodes course! Every lesson is taught with crystal clear precision and patience! I understood the basics and now I know that I can go further, deepen my knowledge with SheCodes and learn new things every day and apply them in practice!... Read More It is very exciting and brings me joy. I recommend it to anyone who has ever wanted to create webpages themselves, but did not know where to start.Read Less",SheCodes Basics,Miscellaneous and General Tech +290195,11014,shecodes,Olha Ivanytsia,False,2022,Best coding workshops,2022-06-29,5.0,5.0,5.0,5.0,"This was an awesome start in coding thanks to SheCodes. I am super excited about this course and can't wait to continue my journey. I really advice Shecodes to everyone who is willing to kickstart in coding, change their career path or simply learn something... Read More new. School offers super quick support, easy to understand workshops and good knowledge baseRead Less",,Unknown +290178,11014,shecodes,Mitra Deilami,False,2022,my review about SheCodes,2022-06-28,5.0,5.0,5.0,5.0,"Truthfully, I never thought I'd find a great course about coding and enter the world of coding one day! I am really excited about learning to code and grateful for this big opportunity you make for women! It has been a great experience taking this course,... Read More and I am looking forward to learning more about coding with SheCodes🤗😍.”Read Less",,Unknown +290175,11014,shecodes,Inna Zaporozhets,False,2022,SheCodes is a great courses for coding!,2022-06-28,5.0,5.0,5.0,5.0,"I would highly recommend the SheCodes course! All information is clear and even if you don't understand something, you can ask anything on Slack, the Team and the students are amazing!)). All lessons consist of a short video, an exciting challenge, and... Read More even a solution to this challenge. So, you haven't any reason not to do it))Read Less",,Unknown +290145,11014,shecodes,Lucille Sambo,False,2022,Thrilling and exciting.,2022-06-27,5.0,5.0,5.0,5.0,"“The well explained videos were easy to follow and actually made it feel like I was in a lecture hall, rather than being at home alone in-front of a screen. Challenging at times but fun at the same time. I would recommend without any hesitation. Thank... Read More you SheCodes!!”Read Less",SheCodes Basics,Miscellaneous and General Tech +290122,11014,shecodes,Margarita,False,2022,I am responsible for security of IT systems within a company,2022-06-27,5.0,5.0,5.0,5.0,"I am very grateful to Shecodes team and especially to Matthieu Delac for providing me with such an amazing opportunity to learn how to code from scratch! Before I joined the workshop I had zero knowledge of coding and thought that this was something unreal... Read More - to build your own project. But the delivery of material is so easygoing, challenges in each lesson help you to be involved in learning and understand how the things you've just learned/ created actually work in practice. It's really great that every student has an opportunity to ask the Support team or other students any questions if something does not work/ is unclear. I've attended many courses/ workshops, but this is the only one which provides full support with practical explanations of every solution; it walks you through the whole lifecycle of coding (from learning the things to actually creating something by yourself), which makes it definitely one of the best ever!Read Less",SheCodes Basics,Miscellaneous and General Tech +290121,11014,shecodes,Alla,False,2022,I'm so excited to study here,2022-06-27,5.0,5.0,5.0,0.0,"I really enjoyed this basic Workshop, I am very happy to be here and learn. Teacher Matt explains everything very clearly and interestingly, I am happy that I could do a small project by myself. I would really recommend this workshop for my friends and... Read More I am enthusiastic about learning the next level.Read Less",,Unknown +289994,11014,shecodes,Natalia Lavska,False,2022,The best learning experience in my life,2022-06-22,5.0,5.0,5.0,0.0,"SheCodes is an excellent opportunity to learn coding from scratch. I tried to learn HTML, CSS and JavaScript before, but it seemed boring and difficult. Thanks to SheCodes, I understood that coding might be easy and fun. I like the way Matthieu Delac... Read More explains the material, and, most importantly, after the end of each course you have a ready-made project that you can attach to your resume.Read Less",SheCodes Basics,Miscellaneous and General Tech +289958,11014,shecodes,Hanna Odnosum,False,2022,SheCodes coding courses I can recommend to everybody,2022-06-21,5.0,5.0,5.0,5.0,Thank you SheCodes team and espessialy Matt for such a wonderful opportunity to change my life on a professional way. It was very exited lessons and challenges. I can't wait to continue my studies to become a proffesional front-end developer. I realy... Read More enjoy lessons.Read Less,,Unknown +289927,11014,shecodes,Anonymous,True,2022,Excellent learning opportunity,2022-06-20,5.0,5.0,5.0,5.0,SheCodes is an excellent format for learning code as a beginner. Love that it is self-paced and that you have access to help whenever you need it through multiple avenues. Would recommend to anyone interested in learning more about coding and exploring... Read More a potential change in career to tech.Read Less,,Unknown +289918,11014,shecodes,Anonymous,True,2022,Very satisfied,2022-06-20,5.0,5.0,5.0,5.0,"I was very enthusiastic to learn coding with SheCodes. After completing the introductory course, I feel even more determined to start my career as a front-end developer. The workshop is totally inspiring and covers all basic topics. I'm waiting forward... Read More to starting a new level of this amazing course.Read Less",SheCodes Basics,Miscellaneous and General Tech +289910,11014,shecodes,Tracy Joyce Abes,False,2013,SheCodes Basics,2022-06-20,4.7,5.0,5.0,4.0,"I am so glad I gave SheCodes a try! 😊 I took two years of programming courses in university, but I felt that it wasn't for me. I struggled with the classes, especially in projects where we had to use maths. Being super bad at math, I couldn't finish the... Read More projects on my own, and I remember giving up on a final project because I was so frustrated with myself. I was also skeptical with this online workshop at first, thinking that it would be difficult to learn something online or that I would get discouraged by the exercises. However, the videos where easy to understand and follow, and I felt really great whenever I successfully finished a Challenge or a weekly homework. 😎 Im now considering of taking SheCodes Plus, and I hope that I can continue to improve my coding skills and eventually get a job as a front-end developer in the future.Read Less",,Unknown +289848,11014,shecodes,Carmen Villamor,False,2022,Totally doable with a full-time job,2022-06-17,5.0,5.0,5.0,5.0,"SheCodes has helped me reignite my passion for coding. It was fun, manageable with my actual day job's workload, and I would encourage other people to do this course as well. The deadlines were very helpful with staying on track. I wasn't too scared of... Read More trying new things because I know there a support on Slack and I can just reach out at anytime.Read Less",SheCodes Basics,Miscellaneous and General Tech +289842,11014,shecodes,Kateryna Zahorui,False,2022,A good thing to start coding,2022-06-17,5.0,5.0,5.0,5.0,I liked this course. I found it very interesting and even a little bit entertaining because of a creative part. This course is a good choice to try coding and decide if you'd like to learn it further. The program includes many tasks to practice. A good... Read More thing to start coding! 🙂Read Less,SheCodes Basics,Miscellaneous and General Tech +289813,11014,shecodes,Kassie White,False,2022,Would HIGHLY recommend!,2022-06-16,5.0,5.0,5.0,5.0,"I would recommend this course - Matt walks you through everything step by step, you can re-watch a lecture as often as you want, you get an opportunity to practice everything you learn, and you complete the course with a project you complete and design... Read More on your own!Read Less",SheCodes Basics,Miscellaneous and General Tech +289798,11014,shecodes,Tetiana,False,2022,Great course! Loved it!,2022-06-16,5.0,5.0,5.0,5.0,"The course has been interesting, challenging and a lot of fun! Every topic is explained in small parts so it is quite easy to understand and remember. From lesson to lesson knowledge is built up gradually and in a very comfortable pace. I'm very grateful... Read More to SheCodes Foundation for providing this opportunity to me!Read Less",,Unknown +289777,11014,shecodes,Khes Adderley,False,2022,So Cool!,2022-06-15,5.0,5.0,5.0,0.0,"I became interested in coding because of ... TikTok! While exploring new income opportunities, I became interested in coding and figured that I would give SheCodes a try. After these 3 weeks of the ""Introduction to Coding"" workshop, I am excited to see... Read More where this journey will take me! Also, I really enjoy the style of teaching. Every video lecture is accompanied by a challenge (and suggested solution once you have completed the challenge) which helps the information to stick a lot better as well.Read Less",SheCodes Basics,Miscellaneous and General Tech +289760,11014,shecodes,Iryna Dziuba,False,2022,Definitely recommend,2022-06-14,5.0,5.0,5.0,5.0,"I enjoyed this course. I'm new to coding, but thanks to Matt's simple and clear explanations, I've got it right. It was truly interesting and fun for me! Looking forward to start the next stage of my coding journey with SheCodes! Definitely recommend... Read More it for everyone!Read Less",SheCodes Basics,Miscellaneous and General Tech +289749,11014,shecodes,Julia van Vuren,False,2022,Very complete and well thought out workshop!,2022-06-14,5.0,5.0,5.0,5.0,"I was excited to learn new skills, but also surprised by how much fun I would have learning about HTML, CSS and JavaScript. The classes are easy to follow, and the challenges and homework keep you focused. I have taught myself HTML and CSS in the past,... Read More but always got stuck at JavaScript. Not this time! In a few weeks time my confidence is growing and I am looking forward to start SheCodes Plus soon. Thanks so much for this great opportunity!Read Less",SheCodes Basics,Miscellaneous and General Tech +289709,11014,shecodes,Antonina Redchenko,False,2022,New great expirience for change my life !,2022-06-13,5.0,5.0,5.0,5.0,"HI EVERYONE !!! At the age of 41, I am studying programming and I understand what a wonderful opportunity it is for me to change my life, especially during the war in my country, get a new job to take care of my children and provide them with everything... Read More necessary for life ... Thank You dear team SheCodes so sooo much for this possibility to study codding with You! The learning is understandable to a beginner, a simple and instructive form of programmer skills! Short video lessons chalenges and homeworks give more necessary information than some universities programs and what is the most important - practice !!! PS It was fun to show my kids, that mom can to coding :) I love it and I hope it's very good start for me ! I wish You dear team SheCodes only the best !!!”Read Less",SheCodes Basics,Miscellaneous and General Tech +289704,11014,shecodes,Vasylyna Batiuk,False,2022,I started with absolutely zero knowledge on coding and have learnt so much throughout SheCodes course.,2022-06-13,5.0,5.0,5.0,5.0,It was a wonderful trip in Web-Developing.😄 But it is only beginning😉 Participating on SheCodes gave me the first tools to start learning to code on my own. I started with absolutely zero knowledge on coding or what it entailed and have learnt so much... Read More throughout this course. I can't wait to learn more and develop my new skills in the future! Highly recommended!👍Read Less,SheCodes Plus,Miscellaneous and General Tech +289625,11014,shecodes,Hanna,False,2022,Excellent,2022-06-09,5.0,5.0,5.0,0.0,It was interesting and exciting! Great thanks to Matt for simple and useful video instructions! Also many thanks for all SheCodes team! It was definitely the right choice to apply for SheCodes coding training.😉 Also recommend to attend FREE 60-minute... Read More coding session for Beginners (link - on the main page of SheCodes site).Read Less,SheCodes Basics,Miscellaneous and General Tech +289608,11014,shecodes,Asya Shenri,False,2022,Amazing!,2022-06-09,5.0,5.0,5.0,5.0,"I am delighted! If you were looking for the most understandable and interesting courses, then you have found them! I highly recommend these! Even if you know nothing about coding, you will learn quite quickly! I especially like that you can watch videos... Read More whenever you can and if you can't figure smth out there is always someone who can answer!Read Less",SheCodes Basics,Miscellaneous and General Tech +289607,11014,shecodes,Nkechi Ugwu,False,2022,Awesome Experience with SheCodes,2022-06-09,4.3,5.0,5.0,3.0,"Learning how to code with SheCodes has been an amazing experience for me. I hope to keep improving my knowledge by joining the advanced class and practicing on my own. I feel excited about this programme, especially with the amazing team support from... Read More SheCodes Community.Read Less",SheCodes Basics,Miscellaneous and General Tech +289553,11014,shecodes,Kateryna Gulenok,False,2022,Amazing experience with coding!,2022-06-08,5.0,5.0,5.0,5.0,"I wondered if coding is actually manageable from the very scratch. Now I know for sure that it is. I'd love to continue and develop my skills with SheCodes to the level I can work with - I do love coding now, don't even feel the run of time when into... Read More the process. Thanks SheCodes for an opportunity to join! The courses are well-structured, understandable, challengers and projects are making your way to a real coder way simpler! Highly recommend!Read Less",SheCodes Basics,Miscellaneous and General Tech +289551,11014,shecodes,Koistryk Olha,False,2022,"If you wanna obtain new domain, that’s for you",2022-06-08,5.0,5.0,5.0,0.0,“I`d like recommend SheCodes for those women who still believe that coding and IT domain is designed for men and contribute huge efforts and time. It`s so nice that u can spend 45 minutes each day and learn smth new about how web-sites are structured... Read More and working.”Read Less,SheCodes Basics,Miscellaneous and General Tech +289534,11014,shecodes,Marharyta Bohoutdinova,False,2022,Perfect !!!,2022-06-07,5.0,5.0,5.0,5.0,"I've never thought that it could be so interesting! I sidelined all my tasks and write a code every day! Thanks for this amazing experience, I want more) And I can’t stop, so I decided to continue education on the next course! Program and tasks are so... Read More interesting, that the amount of work for the week I do in a couple of days ❤️Read Less",SheCodes Basics,Miscellaneous and General Tech +289521,11014,shecodes,Noga Mor Havilio,False,2022,SheCodes,2022-06-07,5.0,5.0,5.0,0.0,"The SheCodes workshop is great! I had fun studying and experiencing how to code. I highly recommend this workshop for any woman who doesn't know where to start and wants to experience coding for the first time. The online format makes it very easy to... Read More study from anywhere you want and you can also go back to the videos, which is very helpful.Read Less",SheCodes Basics,Miscellaneous and General Tech +289482,11014,shecodes,Lindy G,False,2022,Great Coding Experience for Women!,2022-06-06,5.0,5.0,5.0,5.0,"I enjoyed being a part of SheCodes Basics! Matt is a great instructor, the program is flexible, and I can see my progress in even just 3 weeks - plus, it was fun! I never thought I would enjoy coding like I do now, and I definitely have SheCodes to thank... Read More for that. I've loved the SheCodes workshop and I would totally recommend it!Read Less",SheCodes Basics,Miscellaneous and General Tech +289480,11014,shecodes,Anonymous,True,2022,SheCodes education,2022-06-06,5.0,5.0,5.0,5.0,"The best courses🙂!!!The video material is very informative and interesting, tasks to complete it's wow. If someone has doubts, then discard them, since the organization of everything is at the highest level and you will always be helped in case of any... Read More difficulties. Now i can do coding, thank you SheCodes team for this possibility ❤️Read Less",SheCodes Basics,Miscellaneous and General Tech +289457,11014,shecodes,Nataliia Bilukha,False,2022,Awesome experience,2022-06-05,5.0,5.0,5.0,5.0,Thank you for your work! SheCodes - you are awesome! Everything is cool - nice video and Matt speaking is clear 🥰 Matt is a great instructor and gives you a broad overview of the coding world in such a short amount of time. High-quality and fast communication.... Read More I recommend you to all my friendsRead Less,SheCodes Basics,Miscellaneous and General Tech +289423,11014,shecodes,Anonymous,True,2018,You will definitely fall in love with coding!,2022-06-03,5.0,5.0,5.0,5.0,"I tried a lot of different online classes and courses, but this one is definitely a whole new level of online education! It's fun, interesting, easy to comprehend, and most importantly informative and inspiring! Matt is an amazing teacher, that can explain... Read More the hardest topics in the easiest way. Through this course, I fell in love with coding! Can't wait to continue my journey! Thank you Matt and the amazing SheCodes team, you are opening up opportunities for so many women and changing this world for the better! ❤️Read Less",,Unknown +289354,11014,shecodes,Nejla Rebecca,False,2022,SheCodes fueling my app work!,2022-06-01,4.3,5.0,5.0,3.0,"I work for an app with millions of daily users. SheCodes is empowering me to have a deeper understanding of problems with our internal tools, and to bring better solutions to the table! It has greatly improved my conversations with our engineering teams... Read More and has grown rapport across teams. I’m continuing to learn through SheCodes knowing that my new skills are advancing my career and the value I bring to my team.Read Less",SheCodes Pro,Miscellaneous and General Tech +289341,11014,shecodes,Margarita Kozlova,False,2022,I like SheCodes!,2022-06-01,5.0,5.0,5.0,5.0,"Workshop was interesting and useful. Very comfortable for learning. I would like to continue! It is thought out, detailed and not overloaded with complex information. I completed the entry level of 3 weeks with a free study schedule. I listened to lectures... Read More at a convenient time for me. They are short and not boring. The instructor's diction is good, his voice is pleasant (not a joke, this is very important!). There are homework assignments. At the end of the course there is a small project. All this is really done for a beginner. I recommend!Read Less",,Unknown +289303,11014,shecodes,Sila Akman Asik,False,2022,SheCodes Basics,2022-05-31,5.0,5.0,5.0,0.0,"I enjoyed a lot learning the basics of HTML, CSS, and Java Script via SheCodes. I am glad that SheCodes provides unlimited access to the curriculum even after finishing the course! I am planning to take SheCodes Pro as soon as I can allocate time and... Read More budget for it ;)Read Less",SheCodes Basics,Miscellaneous and General Tech +289263,11014,shecodes,Yuliia,False,2022,very rewarding,2022-05-30,4.0,4.0,5.0,3.0,loved the community connectivity and categorical division of tasks needed for completion; it was very helpful that you could attend classes/workshops any time/day of the week so that you didn't have to sacrifice any major events in your life - you could... Read More freely manage you day AND learn something new :)Read Less,SheCodes Basics,Miscellaneous and General Tech +289190,11014,shecodes,Anonymous,True,2022,Busy Working Moms Can Code Too!,2022-05-27,5.0,5.0,5.0,5.0,"I've always wanted to enhance my technical skills for years but as a busy working mom of 2 tots, finding a schedule that fit mine and budgeting a costly expense of a coding course was the hurdle. But with SheCodes, I was able to enrol on their affordable... Read More Basic Course geared for absolute beginners like myself and I completed it on my own free time! The lesson plans guided by Matt are fantastic and are easy-to-learn. Plus, the resources, tech support and homework extensions are great add-ons that help keep you on track when life throws you a curve ball and you need a little bit of extra time to catch up. I highly recommend SheCodes to anyone who want to explore coding for the first time (whether it's related to work or just for fun), or to those who want to elevate their current knowledge of it. Either or, it's so worth it!Read Less",SheCodes Basics,Miscellaneous and General Tech +289156,11014,shecodes,Marcela Lemos,False,2022,Loved it!,2022-05-26,5.0,5.0,5.0,5.0,"SheCodes course is quite interesting and intuitive. And the fact that we have a homework to do after every class help us to understand what was presented and practice. Matt has amazing teaching skills and even if you don't have any programming knowledge,... Read More you can totally follow along! I highly recommend the course and I will definitely continue my studies!Read Less",SheCodes Basics,Miscellaneous and General Tech +289151,11014,shecodes,Bohdana,False,2022,Highly recommend !,2022-05-26,5.0,5.0,5.0,5.0,"Never thought that just in 3 weeks I will be able to make a project on my own! I love the way that Matt teaches, very interesting and understandable! Super comfortable interface and team always answers even sometimes silly questions right away! If you... Read More want to know if programming is your thing, you should definitely try SheCodes Basics!! And if answer will be yes, then keep going with other courses!Read Less",SheCodes Basics,Miscellaneous and General Tech +289147,11014,shecodes,Liliana Martins,False,2022,Code for everyone,2022-05-26,5.0,5.0,5.0,5.0,"I loved the experience. I have been working with computer scientists for many years but whenever they tried to explain something to me I always found it difficult. After all, it is quite intuitive and interesting. Matt makes code look like something accessible... Read More to everyone.Read Less",SheCodes Basics,Miscellaneous and General Tech +289122,11014,shecodes,Mariana D,False,2022,quick and clear,2022-05-25,4.7,5.0,4.0,5.0,"quick and clear explanations for the basics of html, css and js. The way java script is presented makes me think I can make it as a developer 💪🏼 if you are a total zero that's a course for you. I would actually want to learn more about some theoretical... Read More things, cuz I think they can benefit later, that's a point of growthRead Less",SheCodes Basics,Miscellaneous and General Tech +289094,11014,shecodes,Olena,False,2022,Great workshop!,2022-05-25,5.0,5.0,5.0,5.0,"The workshop is very good structured and easy for understanding with small challenges for practice. You can learn when you have time, without rush. Super convenient to combine with work, kids etc. It was interesting and fun, looking forward for the next... Read More one!Read Less",SheCodes Basics,Miscellaneous and General Tech +289091,11014,shecodes,Sarah Gillard,False,2022,Great way to learn!,2022-05-25,5.0,5.0,5.0,5.0,"I started to learn about coding through the use of a game that teaches one of the many computer programming languages. I really enjoyed the puzzle-solving aspect of the game so I wanted to further explore coding. SheCodes has been the perfect way to do... Read More that! I enjoyed learning about HTML, CSS, and JavaScript during the SheCodes Basics workshop. I am excited to start the next workshop to learn more! I love how coding allows you to be creative and feel challenged. SheCodes is the perfect way to learn! Matt is an amazing teacher!Read Less",SheCodes Basics,Miscellaneous and General Tech +289061,11014,shecodes,Mariia Kushnir,False,2022,I have finished basic course and it is great!,2022-05-24,5.0,5.0,5.0,5.0,"I highly recommend this workshop for everyone who wants to grow up and be smarter. The lessons are fun and interesting. I liked all processes. It was interesting to study every lesson. Also, there are a lot of handly advice and resources that have been... Read More given through the lessons which we can study additionally. Thanks a lot to all team of SheCodes for your hard work on all of this.Read Less",,Unknown +289030,11014,shecodes,Anonymous,True,2022,Great introduction to coding,2022-05-23,4.3,5.0,4.0,4.0,"I greatly enjoyed learning about how a web page is actually built from the ground up. The workshop was interesting, challenging and fun! The best part for me was the making my project where I was able to put my creativity at the forefront :) The courses... Read More are well organized and the notes are useful as well.Read Less",SheCodes Basics,Miscellaneous and General Tech +289024,11014,shecodes,Tina,False,2022,I like it. Detailed and easy understanding learning,2022-05-23,5.0,5.0,5.0,5.0,"Very detailed and easy to understand tutorials. It’s good that it’s challenging right away, a lot becomes clear when you do it yourself! I just finished begin level and now started She Codes Plus level. I want to pass it to PRO-level and become a web-developer.... Read More I'm going to add my final project to my portfolio.Read Less",SheCodes Basics,Miscellaneous and General Tech +289021,11014,shecodes,Radkovska Olga,False,2022,Great experience with SheCodes,2022-05-23,5.0,5.0,5.0,5.0,"I work in an advertising company, but I want to expand my competencies, and coding has become exciting for me: interesting, trains the brain and fun :) I also love to travel and will travel a lot after the war in Ukraine, I love sports, especially crossfit... Read More 🏋️‍♂️ and cooking 👩‍🍳 I like SheCodes because it makes complex things easier. I just finished basic course and started the next level - SheCodes Plus 💪Read Less",SheCodes Basics,Miscellaneous and General Tech +289019,11014,shecodes,Hamaliia Vladyslava,False,2022,Great Course for Switcher,2022-05-23,5.0,5.0,5.0,5.0,“Thank you for a great opportunity to discover a new profession and learn the basics of programming. I hope that very soon I will be able to deepen my knowledge and change my life for the better thanks to you. I can hightly recommend this course for all”... Read MoreRead Less,,Unknown +289015,11014,shecodes,Mercy Kanyi,False,2022,My experience was and still is amazing,2022-05-23,5.0,5.0,5.0,5.0,Doing SheCodes Basics was quite empowering to me. Being able to create a simple landing page from scratch and understand how the dynamics work was thrilling. Matt explained everything so elaborately. The support from the staff was also amazing. I honestly... Read More really enjoyed these last three weeks and can't wait to move to the next level.Read Less,,Unknown +288988,11014,shecodes,Anna,False,2022,Taking my second course at SheCodes,2022-05-21,5.0,5.0,5.0,5.0,"Hi guys. Hope to become useful to somebody here)) Well, I took a basic course at SheCodes. It lasted for 3 weeks. It was a really good experience for me. Cool courses, motivation, all the material. Love love love))) For now taking another part of these... Read More courses (""Plus"" part), hope to enjoy this as well) If you are looking for a web development courses - my point - it s the best one!)Read Less",,Unknown +288946,11014,shecodes,Nataliia Levoshko,False,2022,Excellent starting point,2022-05-20,5.0,5.0,5.0,5.0,"I am so grateful to SheCodes team and Matt personally, you are doing great impact! This course contains valuable basic knowledge which is delivered information in a friendly and informal manner. It embraces practical tips and tricks that help people to... Read More start coding from scratch. Awesome!Read Less",SheCodes Basics,Miscellaneous and General Tech +288905,11014,shecodes,Alina Melania Radu,False,2022,Best way to learn coding is SheCodes,2022-05-19,5.0,5.0,5.0,5.0,"“Love this course, the explaining is very precise and I have learned so much during the first 3 weeks only! Matt has so much experience and his explaining is for everyone's level. Looking forward to the next levels! { 🤗 } :))” totally recommend SheCodes!... Read MoreRead Less",SheCodes Basics,Miscellaneous and General Tech +288890,11014,shecodes,Olena Yurkina,False,2022,Easy start and valuable experience,2022-05-19,5.0,5.0,5.0,5.0,"Dear SheCodes Team and personally Matt! Thank you for these inspiring three weeks! I`ve got a lot of new skills and knowledge, and I became a fan of FrontEnd :). Matt is really the best teacher. And all the program is built very well. The process is divided... Read More into small steps, and each finishes with the challenge. I liked those challenges most of all! Stay with you for the next courses to level up my skills.Read Less",,Unknown +288845,11014,shecodes,Iryna Kravchenko,False,2022,Productive learning of coding,2022-05-17,5.0,5.0,5.0,5.0,"Thanks to SheCodes for the great opportunity to learn interesting and cool profession. Knowledges on the course are presented in an accessible and pleasant manner, which makes learning comfortable and productive. I can't wait to start the next level of... Read More my it-journey with SheCodes!Read Less",SheCodes Basics,Miscellaneous and General Tech +288833,11014,shecodes,Alina,False,2022,A highly recommended course for those looking to get started,2022-05-17,5.0,5.0,5.0,5.0,"Just a fantastic course! Very exciting assignments, homework, the possibility of creativity. I would highly recommend this course for all beginners. The material is presented easily, with jokes, examples and clear explanations. Thanks for the opportunity!... Read MoreRead Less",SheCodes Basics,Miscellaneous and General Tech +288713,11014,shecodes,Charlotte Swead,False,2022,informative and practical,2022-05-13,5.0,5.0,5.0,5.0,"I began the course thinking that it will be a course I should do for my personal development, but not necessarily for my enjoyment. Oh, boy was I wrong. So far, I'm absolutely loving it. The course combines learning with the practical side of doing it... Read More too. This means it doesn't just go in one ear and out the other.I feel like i'm developing skills I can actually take away. The course is also fantastic to give you the skills to help you become unstuck in the future. Prior i would have no clue how to google for a solution, now i'm developing these skills too. The support is great and the community are very welcoming.Read Less",SheCodes Basics,Miscellaneous and General Tech +288705,11014,shecodes,Margaret Cezar,False,2022,SheCodes academy's strength in teaching coding and design is highly recommended!,2022-05-13,5.0,5.0,5.0,0.0,“SheCodes Basic really helped me build and learn to code really quickly. Matt's design skills are really impeccable and it shows in his resource tools and SheCodes website overall. I also met really nice people on the platform and his staff who were really... Read More helpful and accomodating with my questions. The delivery and workshops are designed to be short to be efficient in absorbing the lesson. I highly recommend SheCodes!”Read Less,SheCodes Pro,Miscellaneous and General Tech +288674,11014,shecodes,Lauren Wackell,False,2022,The program has been simultaneously challenging and fun.,2022-05-12,5.0,5.0,5.0,5.0,"I'm so glad that I signed up for SheCodes! I love learning but I typically pick up knowledge that doesn't apply to a potential career change. In less than two weeks, I've been able to build a rudimentary website using HTML, CSS and JavaScript. The classes... Read More are fun, challenging and leave plenty of time for practicing new skills. I can't wait to learn more in the following workshops!Read Less",,Unknown +288613,11014,shecodes,Oleksandra,False,2021,It seems that I found d my destiny,2022-05-11,5.0,5.0,5.0,5.0,SheCodes gave me the oppprtunity to find myself. I finally feel comfortable doing something (coding btw :) ). And I want to develop my skills and to cteate something great in future🥳. Thanks SheCodes team for support and Matt for that lessons!❤️You are... Read More the best!!!Read Less,SheCodes Basics,Miscellaneous and General Tech +288592,11014,shecodes,Amber Cunningham,False,2022,A rollercoaster I do not want to get off of!,2022-05-10,5.0,5.0,5.0,5.0,"I came across SheCodes on an advertisement and found myself curiously putting my name down for the next 'Intro to Coding' class - it was enough to convince me to join the beginners workshop! These past few weeks I have found myself going through a cycle... Read More of questioning my capability to even learn the language of coding to feeling like I can accomplish anything! Matt has created an excellent virtual learning environment and I agree that ""coding is fun""!Read Less",SheCodes Basics,Miscellaneous and General Tech +288556,11014,shecodes,Tetiana Mezentseva,False,2022,"""Engaging, fun and welcoming environment!'",2022-05-08,5.0,5.0,5.0,5.0,"“These three weeks were amazing! Learning coding from scratch was a bit of a challenge. What I liked the most is that after each video there was homework. It helped to understand each topic better. So, if you want to pursue a career in IT, I can't think... Read More of a better place than SheCodes.""Read Less",SheCodes Basics,Miscellaneous and General Tech +288475,11014,shecodes,Anonymous,True,2022,It’s amazing for people who want to start in IT!,2022-05-05,5.0,5.0,5.0,5.0,"I am grateful for the opportunity to take a training course at SheCodes. The learning process divided into weekly blocks is very convenient. All information is very detailed and accessible. Therefore, I am happy to continue my studies at SheCodes. It’s... Read More amazing experience)Read Less",SheCodes Basics,Miscellaneous and General Tech +288422,11014,shecodes,RATSEBURZHYNSKA YULIIA,False,2022,"Thank you, SheCodes, and Matt for this amazing start to the coding journey!",2022-05-03,5.0,5.0,5.0,5.0,"Really awesome workshops! Very clear explainings, well-structured matherial, which allow to understand even complex items. With SheCodes you get a lot of practice - the best way to learning, in my opinion. I am waiting for my study-time with SheCodes... Read More every day - it is my kind of meditation :)Read Less",SheCodes Basics,Miscellaneous and General Tech +288421,11014,shecodes,Anonymous,True,2022,Great!,2022-05-03,5.0,5.0,5.0,5.0,"“Learning to code with shecodes is fun and inspirational. I really enjoyed creating my first project! All studied recourses is high quality, lessons short but very full filled with unique information. I didn’t have any problems with my homework or challenges,... Read More Matt doing his job well!”Read Less",SheCodes Basics,Miscellaneous and General Tech +288414,11014,shecodes,Benedicte R,False,2022,Highly recommend SheCodes,2022-05-03,5.0,5.0,5.0,5.0,"This workshop is super interactive and the instructor explains everything in a really good way. It's very thorough and leaves you with a sturdy foundation to become a programmer. The lessons are short and precise, and there are exercises with every lesson... Read More (which makes it almost addictive - in a good way!). You will never get bored with this course.Read Less",SheCodes Basics,Miscellaneous and General Tech +288166,11014,shecodes,Daria Spytska,False,2022,I’m happy,2022-04-28,4.7,5.0,5.0,4.0,Thank SheCodes so much for good program for easy learning. It’s really good knowing. My study was so interactive . I have a lot of features for development and support from SheCodes throughout the course . I am very glad that I have the opportunity to... Read More study at SheCodes.Read Less,SheCodes Basics,Miscellaneous and General Tech +288148,11014,shecodes,Alina Varvarici,False,2022,One of the best decisions I've ever made!,2022-04-27,5.0,5.0,5.0,5.0,"SheCodes is fantastic! Not only do you get the chance to connect with amazing women across the globe, the classes have also given me more confidence at work! 💪🏻 The courses are easy to understand, but they also encourage you to find and search for your... Read More own answers to challenges which has allowed me to grow even further. Thank you so much SheCodes! ❤️Read Less",SheCodes Basics,Miscellaneous and General Tech +288141,11014,shecodes,Amber Thomas,False,2022,Organized lesson plan structure with one instructor makes it consistent learning,2022-04-27,5.0,5.0,5.0,0.0,"I knew a little HTML, CSS and JavaScript going in, but the instructor’s teaching style & organization of lessons made it easy to expand on that knowledge. I’m excited to see what’s next in each new lesson. I love that there’s only one instructor with... Read More a consistent teaching style and well organized lesson plans. There’s a short video, a challenge and solution for almost all the lessons, plus homework and a project due at the end.Read Less",SheCodes Basics,Miscellaneous and General Tech +288121,11014,shecodes,Lucie Lapointe,False,2022,"10/10 recommand, very accessible and great teaching method!",2022-04-27,5.0,5.0,5.0,5.0,"Very fun first introduction to coding ! It makes me want to learn more about it, and see what else I can create with it ! I loved the challenges after each lesson so that you have an actual exercice to practice what you learn. It breaks down everything... Read More into small digestible sections. I enrolled for the Pro course to learn more !Read Less",SheCodes Basics,Miscellaneous and General Tech +288120,11014,shecodes,Roberta Caldas,False,2022,Girl Power in coding!,2022-04-27,5.0,5.0,5.0,5.0,Besides gaining knowledge I had fun going through all the exercises and challeging myself to go beyond what was asked. In such a short time I could learn and explore immensely. SheCodes motivated me to gain confidence in coding and this is very importante... Read More to develop independency on the real professional market. I am really satisfied and I alread enrolled to the next workshop.Read Less,SheCodes Basics,Miscellaneous and General Tech +288119,11014,shecodes,Anastasiya Matvienko,False,2022,Great courses,2022-04-27,5.0,5.0,5.0,5.0,"I really like this course. Everything build-up so you can find out solutions not just from lessons but by yourself if you want to. I was a little disappointed when receiving the certificate just after the submitter final work, but lately, I get personal... Read More review which is awesome! I highly recommend it.Read Less",,Unknown +288065,11014,shecodes,Iryna Sosiuk,False,2022,Absolutely great!,2022-04-26,5.0,5.0,5.0,0.0,“It was an incredible introduction to coding! Matt is an awesome instructor! It had its challenges but going back to video instructions and the possibility to search for the answers helped a lot. Plus being able to consult on slack was a saver for my... Read More final project 😊”Read Less,SheCodes Basics,Miscellaneous and General Tech +288003,11014,shecodes,Vanessa Chisakula,False,2022,Awesome,2022-04-24,5.0,5.0,5.0,0.0,"She codes is the best course ever, Matt is a magician I never saw myself understanding these concepts better yet enjoy them. The time frames are flexible and the team at sheCodes is so warm and always ready to help and ease ones experience. Thank you... Read More sheCodes I can finally see my tech journey take off.Read Less",,Unknown +287914,11014,shecodes,Yun Loi Lok,False,2022,Coding learning made easy by SheCodes,2022-04-21,5.0,5.0,5.0,5.0,I am glad that I joined SheCodes! I have no basic or knowledge in coding. The basics workshop has provided me some insights of how coding works. Very easy to follow video and instructions which made self-learning possible. This experience has given me... Read More motivation to explore further and learn from other coders' project. Look forward to progressing into the next workshop.Read Less,SheCodes Basics,Miscellaneous and General Tech +287891,11014,shecodes,Kiana,False,2022,Looking for a course where you can commit to the fullest? Search no more!,2022-04-20,5.0,5.0,5.0,5.0,"After completing the Basic workshop, I was really looking forward to continue my coding journey with Plus. The level of understanding you gain is really astonishing, and being able to present your own built project at the end makes you feel really proud.... Read More It was surprising how often I ended up in a coding tunnel - totally focused on my project and forgetting the time. It was fun!Read Less",SheCodes Plus,Miscellaneous and General Tech +287886,11014,shecodes,Meghan,False,2022,SheCodes Programming and Coding,2022-04-20,5.0,5.0,5.0,5.0,"“This was an amazing experience. Challenging in all the right places! As an English teacher, I appreciate all the thought and effort that went into the pacing and manageable meaningful content choices and curriculum as well as the application in the challenges.... Read More And I cannot say enough positive things about the online Slack community and all their help and patience!”Read Less",SheCodes Basics,Miscellaneous and General Tech +287866,11014,shecodes,Anne Kala,False,2022,Amazing!!,2022-04-20,5.0,5.0,5.0,5.0,It was really fun to learn the basics of coding with Matt Delac at SheCodes from the comfort of my home! The SheCodes basics workshop inspired me and gave me more confidence to pursue a career in tech. Thank you to Matt and the whole SheCodes Team for... Read More their support and the knowledge shared. 😃Read Less,SheCodes Basics,Miscellaneous and General Tech +287839,11014,shecodes,Nidhi Joshi,False,2022,Worth every penny,2022-04-19,5.0,5.0,5.0,5.0,"“I could be the most illiterate person when it comes to computers. But Matt has a way of making things look very simple. Imagine, I learned JS, woah, mind blown. Really happy with where I am by the end of the course, and really curious where this would... Read More take me in the future. Thank you so much, Matt, for being an awesome teacher!”Read Less",SheCodes Basics,Miscellaneous and General Tech +287809,11014,shecodes,Mona,False,2022,Amazing workshop!,2022-04-18,5.0,5.0,5.0,0.0,Completing Shecode's beginner workshop was a rewarding experience and I learned a lot! I wanted to challenged myself in learning a new skill and I'm so happy that I chose coding. Being able to create something out of nothing was an amazing process and... Read More I enjoyed completing it.Read Less,SheCodes Basics,Miscellaneous and General Tech +287749,11014,shecodes,Anonymous,True,2022,Great coding basic for beginners,2022-04-14,5.0,5.0,5.0,5.0,"Good experience overall. She codes team and community were both supportive and helpful all the way, very active and that's pretty cool. If you are really new to coding, you will have to fit a bit more than 5 hours a week, but it will happen naturally... Read More since you have to submit challenges and have a program scheduled for each week and won't see time passing. Good part is that is just the start of it, and you feel like continuing you can! From my end, in order to integrate properly what I feel i didn't get quite well, I will take sometime to do parts of the course and challenges again because everything is interdependent, so you want to make sure you've got everything on point and everything is delivered in the course. Good luck!Read Less",SheCodes Basics,Miscellaneous and General Tech +287712,11014,shecodes,Anonymous,True,2022,Great!,2022-04-13,5.0,5.0,5.0,5.0,"The workshop is easy to follow and teaches you how to program like a professional. In addition, Matt's teaching style was clear and understandable. SheCodes has done a fantastic job! Excited for the upcoming course!",SheCodes Basics,Miscellaneous and General Tech +287696,11014,shecodes,Nazanin,False,2022,It's an amazing journey🤩,2022-04-13,4.0,5.0,3.0,0.0,"SheCodes is where you can grow. It's a specialized, up-to-date course. You will learn hard lessons just like a piece of cake. Don't lose the opportunity to improve your tech knowledge with these courses. It's a good experience. Learn coding & have fun!... Read MoreRead Less",SheCodes Plus,Miscellaneous and General Tech +287679,11014,shecodes,Anonymous,True,2022,Great!,2022-04-13,5.0,5.0,5.0,5.0,"Learning was so much fun! I have attended other bootcamps in the past, and this one is hands down the best one so far. Matt is a great teacher, the team is nice and welcoming and everything was super easy to understand. I'm excited to continue my journey... Read More here.Read Less",SheCodes Basics,Miscellaneous and General Tech +287643,11014,shecodes,Melbi Livero,False,2022,SheCodes experience on review.,2022-04-12,3.7,5.0,5.0,1.0,"Started as someone with zero coding knowledge, as a homemaker. Within days I'm surprised at my capability to submit my final project today. It was very challenging but a lot of fun. Matt does a fantastic job of thoroughly walking you through every step... Read More of the learning process. I Highly recommend this course for anyone who wants to start their journey in coding.Read Less",SheCodes Basics,Miscellaneous and General Tech +287639,11014,shecodes,Valeria,False,2022,Great for the beginning your coding journey!,2022-04-12,3.7,5.0,5.0,1.0,"“I am very grateful for this incredible journey to the basics of front-end development, that was truly enjoyable. I've never thought I'll be into coding, but here I am enjoying every part of it even sometimes it feels overwhelming. And for sure, I'd like... Read More to continue my path and master it!”Read Less",SheCodes Basics,Miscellaneous and General Tech +287603,11014,shecodes,Špela Pamela Škof,False,2022,Great!,2022-04-11,5.0,5.0,5.0,5.0,"The SheCodes workshop honestly changed my life. I never though coding could be so much fun and interesting. I can literally do this all day 😂. Matt is a great teacher. I'm glad coding is a trait of mine, because it makes me feel strong and independent... Read More ✊🏼. I will 100% make a career out of this and I'm really glad I came across this workshop. Coding is pa passion now and I love it ❤️!”Read Less",,Unknown +287587,11014,shecodes,Lucía Dapena,False,2022,10/10,2022-04-11,5.0,5.0,5.0,5.0,"Being a full language and literature scholar and working in the editorial industry, I didn't think the free coding class would spark much interest in me. But I'm so glad I was wrong: I really connected with the essence of the project since the beginning,... Read More and especially with how Matt was able to transmit his knowledge for real beginners. Enrolling on She Codes Basics gifted me with 3 full weeks of fun, honestly! I didn't feel like the content was ""dumbed down"", on the contrary: it was highly specific and relevant, yet understandable. I had loads of fun coding along with SheCodesRadio, and the challenges were real challenges: they put me against the wall and required me to deeply understand the materials, which was really fun for once. No pressure, just an entertaining dare. All in all: absolutely would recommend. 10/10 ⭐Read Less",,Unknown +287546,11014,shecodes,Anonymous,True,2022,The Best place to learn code!,2022-04-09,5.0,5.0,5.0,5.0,"“I have always dreamed of learning how to code. FINALLY, I get to seat on my computer and learn to build something of my own, something beautiful. The classes are simple yet rich in content and the student support is awesome! Thank you SheCodes! Can't... Read More wait for the next chapter☺️”Read Less",,Unknown +287534,11014,shecodes,Claudia Carli,False,2022,Great format and method,2022-04-08,4.5,5.0,4.0,0.0,The Basic workshop is by far the best format I found around for learning coding. I am a self starter with zero experience and this great adventure is as much about the teaching method as much as about the UX. Looking forward to the next Plus content.,SheCodes Basics,Miscellaneous and General Tech +287506,11014,shecodes,Ellie Spanswick,False,2022,Highly recommend to anyone looking to learn to code!,2022-04-07,5.0,5.0,5.0,5.0,"SheCodes Basics is a great course to develop an understanding of coding for a complete beginner in just a few weeks. The information is well presented with easy to understand supporting documentation, as well as access to support from other SheCodes students... Read More and experts should you need any help. Highly recommend to anyone looking to learn skills in this area!Read Less",SheCodes Basics,Miscellaneous and General Tech +287499,11014,shecodes,Sara Visgård Gomes,False,2022,Can’t put coding down now,2022-04-07,5.0,5.0,5.0,5.0,"I highly recommend SheCodes for any individual who wishes to take charge of their own work and creativity. Learning coding has helped me better understand developers, and the challenges they might be facing. Apart from that, I have had a great time creating... Read More my own project which has been extremely fulfilling in a number of ways!Read Less",,Unknown +287475,11014,shecodes,Kat,False,2022,Made it actually happen,2022-04-06,5.0,5.0,5.0,5.0,"I've been meaning to prioritise learning to code since 2016, and starting this course has made it actually happen - within 3 weeks. The way the classes are narrated and the accompanying videos and challenges just ... work ... Learning is fun and the deadlines... Read More and additional resources really help. Absolutely loved this workshop. Thank you!Read Less",SheCodes Basics,Miscellaneous and General Tech +287406,11014,shecodes,Line Jin Jørgensen,False,2022,SheCodes Basics has been exceptionally well explained to a beginner,2022-04-05,5.0,5.0,5.0,5.0,“Before SheCodes Basics I had no idea what coding was all about. Matt is an exceptional teacher explaining coding in an easy manner so I could follow along being a beginner. It has been so much fun that I have decided to continue my coding journey with... Read More SheCodes Pro. I am so looking forward to learn more about coding! 😊”Read Less,SheCodes Basics,Miscellaneous and General Tech +287386,11014,shecodes,Ghazale,False,2022,amazing workshop!!,2022-04-04,5.0,5.0,5.0,5.0,SheCodes Basic is an amazing workshop. I enjoyed this course a LOT. It was very useful also Matt made it easy to understand. I had tried other workshops in the past that would cover similar subjects but believe me this is the one that you are looking... Read More for :)!Read Less,,Unknown +287378,11014,shecodes,Renata Garcia-Paulin,False,2018,Learned a lot,2022-04-04,5.0,5.0,5.0,5.0,Lessons were thorough and worked for my busy schedule! I was able to learn the basics of coding without needing to pay a lot of money and Matt goes at a pace that makes it easier to understand. Assignments were fun and this made me feel like coding can... Read More be enjoyable!Read Less,,Unknown +287315,11014,shecodes,Gina Michelle,False,2022,If I could do it so can you!,2022-04-01,5.0,5.0,5.0,5.0,"“I’m a mother of two and my second baby was born about 2 months ago. If I could do it so can you!” What I liked about the workshop: -Flexible hours, you make your schedule -It’s project-based -It’s clear and concise -It’s challenging -It’s fun The only... Read More recommendation I can think of now is to make available a printable cheat sheet. Overall, I do recommend SheCodes.Read Less",SheCodes Basics,Miscellaneous and General Tech +287309,11014,shecodes,Anonymous,True,2022,Great course!,2022-04-01,5.0,5.0,5.0,5.0,I registered for the SheCodes Basics workshop just to get an understanding of front-end development. The course was super interesting! The way it's being taught throughout 3 weeks makes it very easy to keep up even if you have a full time job. The fact... Read More that for each section there are videos not only to teach you but also to show what the challenge is and to give a thorough explanation of the solution is extremely helpful! Thank you Matt and team!Read Less,,Unknown +287236,11014,shecodes,Vivit Anggraeni,False,2022,What a fun learning experience!,2022-03-30,4.7,5.0,5.0,4.0,"SheCodes is awesome. It has been a really fun journey learning how to code from scratch with SheCodes. I do have zero knowledge on coding and I have not done coding before in my life. But after three weeks of learning in a row, I find it really interesting... Read More to be able to code and create something on the internet with my own creativity. I would definitely recommend SheCodes to those who wants to learn how to code and to those who wants to master their coding skills.Read Less",,Unknown +287192,11014,shecodes,Shalinda Holliday,False,2022,It was a great experience!,2022-03-29,5.0,5.0,5.0,5.0,"I wanted a career path in remote work. I never realized that coding was a thing until a influencer recommended SheCodes. The program is perfectly organized and Matt does an excellent job at explaining complex concepts. He provides amazing resources to... Read More get your goals accomplished. I am forever grateful that this program exists! All pros, no cons. Matt does a great job at equipping students with a great foundation! Amazing program!” 👩‍💻Read Less",,Unknown +287186,11014,shecodes,Marta,False,2022,SheCodes Basics Workshop 10/10 :),2022-03-29,5.0,5.0,5.0,5.0,"I enjoyed this course a LOT. I had tried other workshops in the past that would cover similar subjects but the language used (along with the type of interaction, if there is any), is catered for people that were slightly more familiar with the subjects... Read More (i.e. ""Target the class"" - but I never knew what classes were), in other words, it was never for beginners-beginners, as I felt. This course gave me an intro to coding that I didn't feel lost in, and I feel confident to apply my skills beyond my comfort zone :)Read Less",SheCodes Basics,Miscellaneous and General Tech +287182,11014,shecodes,Shienny Shienny,False,2022,amazing,2022-03-28,5.0,5.0,5.0,0.0,"“I am very surprised how easy and fun it is to learn coding with this course. The courses give you very detailed explanations, are easy to follow, and aren't boring like other courses. And there's more. You can ask a question in Slack, where you have... Read More support. They also have a live support team in Slack. It's great. I highly recommend it to women who want to learn coding. Thank you so much to Matt and the team at SheCodes for offering us this course.”Read Less",SheCodes Basics,Miscellaneous and General Tech +287164,11014,shecodes,Emmanuella,False,2022,Mind blowing🤯,2022-03-28,4.7,5.0,5.0,4.0,"Who knew coding could be this interesting? It feels so great to be taking a course that you'll always look forward to discovering something new. SheCodes is a great environment, with a team ever ready to assist you if you have any challenges. Thanks to... Read More SheCodes, I have begun my journey of becoming a full-stack developer. And it was much easier than I anticipated!Read Less",SheCodes Basics,Miscellaneous and General Tech +287159,11014,shecodes,Kailey DeRubeis,False,2022,Inspiring.,2022-03-28,5.0,5.0,5.0,5.0,love learning new things and coding has been no exception. The essence of coding is problem-solving: thinking logically and breaking a problem down into pieces to find a solution. My experience so far has not only been enjoyable but has also pushed me... Read More to think more critically and approach challenges in different ways.  I look forward to continuing my coding journey with SheCodes and can't thank Matthieu Delac enough for creating such a wonderful community for women.Read Less,SheCodes Basics,Miscellaneous and General Tech +287068,11014,shecodes,Anonymous,True,2022,Everything I have hoped for and more,2022-03-24,5.0,5.0,5.0,5.0,"I loved every minute of SheCodes Basic. Matt is a great teacher, explains every step very detailed and it is easy to follow his instructions. The curriculum is very well thought out. Every week you have lessons to watch, little challenges and the homework... Read More to test your new knowledge. The perfect mix between theory and practice. I am looking forward to learn more during She Codes Plus 🎉.Read Less",SheCodes Basics,Miscellaneous and General Tech +286998,11014,shecodes,Precious Parham,False,2022,I'm so grateful I came across this opportunity!,2022-03-22,5.0,5.0,5.0,5.0,"I thoroughly enjoyed SheCodes Basics. I needed something to spark my brain and this is it! I have no background in the tech world whatsoever, but I am excited to dive in. The lessons were very informative and self paced, which I loved because I did need... Read More to step away a few times. I cannot believe how much I have learned in only 3 weeks and looking forward to the next workshop!Read Less",,Unknown +286974,11014,shecodes,Melissa Cavé,False,2022,Phenomenal,2022-03-22,4.7,5.0,5.0,4.0,"As a math educator looking to transition into the world of tech, I wanted to find a program that was not only affordable, but meaningful to my interests in this new field. I've also been a coding coach for a program that allowed me to teach other young... Read More girls how to embrace the world of technology within STEM; so finding myself working with SheCodes truly brought out my young, intelligent mind and excitement! Completing just the Basics Workshop has me thrilled to want to pursue the next levels of learning code (and essentially become a Front-end Developer). I send a BIG THANK YOU to Matt and many others who have created such a space where women can come together and sort through this world of technology in a convenient matter of time.Read Less",,Unknown +286968,11014,shecodes,Lohveena,False,2022,Best Coding Course,2022-03-21,5.0,5.0,5.0,5.0,"I came across SheCodes one night just before bed as I searched for coding classes while laying in bed and got myself enrolled for the free coding class. After attending the free class, I enquired about the prices and was rather skeptical. I had so many... Read More questions racing through my head on whether I should commit myself to do this?, if it was gonna be worth it?, will I stay motivated to complete the package?(p.s. I was interested on the Pro package), why is it expensive do they do student prices?, despite all that I got in touch with the customer success officer and registered myself for the Pro package. The team is simply awesome. I wanted a class that is flexible, interactive, challenging and rewarding. Hands down, SheCodes is one of the most amazing decisions I have ever made for myself. I am wanting for more and more lessons every single day, It's just so interesting that I don't want to put it away!Read Less",,Unknown +286966,11014,shecodes,Anonymous,True,2016,The best one I’ve tried yet,2022-03-21,4.3,5.0,5.0,3.0,"SheCodes beats all the other coding lessons I've tried in the past. The homework deadlines provide me the accountability to turn in my work in time, and the lessons are full of information yet manageable. It is taught in a way that's approachable. Plus,... Read More the slack community is very helpful. I never knew coding could be fun until I tried SheCodes. Onwards to more lessons with SheCodes for me!Read Less",,Unknown +286963,11014,shecodes,Sarah OLoughlin,False,2022,SheCodes classes are well structured,2022-03-21,5.0,5.0,5.0,5.0,"As somebody who has spent many years in college, I think this course is very well structured. The team really does a wonderful job at making you feel heard/seen for a class that isn't in person or through zoom like a traditional class. The staff does... Read More a fantastic job with the support. Slack channels really help connect everyone together which makes the experience more enjoyable. And they are constantly making changes to better the experience.Read Less",SheCodes Basics,Miscellaneous and General Tech +286930,11014,shecodes,Marina Malevris,False,2022,SheCodes Basics,2022-03-19,5.0,5.0,5.0,5.0,"SheCodes Basics was a great start to coding. I love how the lessons are broken down into bite size video sessions, followed by a challenge which allows you to better understand whether or not you understand everything before moving on. I highly recommend... Read More the program!Read Less",SheCodes Basics,Miscellaneous and General Tech +286925,11014,shecodes,Anonymous,True,2022,Intro to Coding- Straight forward and easy to grasp,2022-03-19,4.3,5.0,5.0,3.0,"The workshop was not what I expected. I thought it was going to be ""head-scratching"" and ""hair-pulling"" kind of struggle. But I am glad that Matt's videos were straightforward. Each video was not too long and its packed with information that are easy... Read More to understand. I am glad I chose SheCodes for my introduction to coding. ☺️Read Less",SheCodes Basics,Miscellaneous and General Tech +286887,11014,shecodes,Rhea,False,2022,My experience,2022-03-17,5.0,5.0,5.0,5.0,“I really appreciate learning the basics. Its opening me up to something so grand that I had no idea I could be good at. Im ready to continue and change my career path.” The classes were well paced and easy to understand. They gave us all the tools to... Read More be successful!Read Less,SheCodes Basics,Miscellaneous and General Tech +286856,11014,shecodes,carmel domond,False,2022,SheCodes is so empowering!,2022-03-16,4.7,5.0,5.0,4.0,"As someone who had no idea about coding, I'm so grateful to have come across this workshop. I'm still so amazed at how well I'm doing and my level of knowledge from just a few weeks. There's a lot excitement around continuing this journey and gaining... Read More more from SheCodes. Cheers to more women developers!Read Less",SheCodes Basics,Miscellaneous and General Tech +286844,11014,shecodes,Sammy Mellor,False,2022,An incredibly positive experience!,2022-03-16,5.0,5.0,5.0,5.0,"“I LOVED SheCodes! I was nervous, to begin with, I wasn't sure if I would be able to grasp it, but Matt and the SheCodes team made it so easy! Such granular, easy-to-follow sessions and so well explained. I had an ABSOLUTE BLAST and I will 100% be continuing... Read More with the other courses. Well done to Matt and the team for making such a positive and user-friendly experience. Thank you!!!”Read Less",SheCodes Basics,Miscellaneous and General Tech +286840,11014,shecodes,Megha Shetty,False,2022,SheCodes makes coding fun!,2022-03-16,5.0,5.0,5.0,5.0,"SheCodes is a well-structured, concise and an easy-to-follow coding workshop. I enjoyed the exercises within each workshop and the homework project where you can create with what you've learned so far, and see the results for yourself 😊. SheCodes (Matt)... Read More makes coding fun 😄! Matt's approach makes you think, it makes you get creative, it makes you curious to learn more. His style of teaching isn't a strict ""this is the only way"" or ""because I say so"", rather he makes you wonder and explore and find solutions 🤓. I found the resources provided to aide us in the learning/creating, like the css color palattes, gradients, slack chat, etc. really helpful. I especially enjoyed the curated SheCodes Radio 📻🎶 I look forward to levelling up 🤩! Here we go 🙌🏽 !!Read Less",SheCodes Basics,Miscellaneous and General Tech +286765,11014,shecodes,Megan Pugh,False,2022,"Honestly, do it!",2022-03-14,4.7,5.0,5.0,4.0,"SheCode has been a great introduction to building my coding skills. Having worked in advertising for over 13 years, I've taken many classes along the way to learn more skills and I would definitely recommend SheCodes. The lessons are thoughtful, exercises... Read More build on one another so you really do experience how sites develop step-by-step, and by the time you get to the homework, you feel like you can do it. Finally, I really do suggest learning with SheCodes because it's a timely course, many other courses out there were made years ago and my not provide the new best practices or tips & tricks.Read Less",SheCodes Basics,Miscellaneous and General Tech +286694,11014,shecodes,Monika Tychy,False,2022,Great journey through coding.,2022-03-11,5.0,5.0,5.0,5.0,"“I would highly recommend learning with SheCodes, it was a great experience and real fun to explore world of coding. Matt as a teacher is great, his huge knowlege and ability to share with others in a simple way to understand is a real asset. Finishing... Read More my last project with SheCodes Radio made it great fun and pleasure.”Read Less",SheCodes Basics,Miscellaneous and General Tech +286677,11014,shecodes,Anonymous,True,2022,Very good experience!,2022-03-11,5.0,5.0,5.0,0.0,"SheCodes is a very hands-on workshop! It gives you an understanding of how things work very quickly. Also, the slack group is very good and important. As I'm a complete beginner, it's great to have a community to talk to, share my doubts, and get help!... Read More I'm loving the experience and would definitely recommend it.Read Less",SheCodes Pro,Miscellaneous and General Tech +286670,11014,shecodes,Chelsea Sargautis,False,2022,"Great workshop, easy to follow and fun exercises and projects",2022-03-11,5.0,5.0,5.0,0.0,"Liked the format, easy to follow videos and instructions for daily exercises and weekly homework. Good and quick support and community on dedicated slack channels. End of course project was fun and made you really understand the concepts learned throughout... Read More and how to apply them.Read Less",SheCodes Basics,Miscellaneous and General Tech +286630,11014,shecodes,Sowunmi Similoluwa Oluwanifemi,False,2022,SheCodes is amazing!!!,2022-03-10,5.0,5.0,5.0,5.0,"SheCodes is amazing!!! Previously, I've been enrolled on few coding platforms in a bid to learn software development. One major challenge I had was understanding the reason why some codes are written in a certain way. Getting started on SheCodes, I've... Read More had the best learning experience so far. I can't only write codes, I understand and have an explanation to each line of codes and function. Super excited to start the next phase of my learning and I look forward to completing SheCodes Pro.Read Less",SheCodes Pro,Miscellaneous and General Tech +286629,11014,shecodes,Candy Silva Pereyra,False,2022,Amazing Experience!!⭐🙌🙌⭐,2022-03-10,5.0,5.0,5.0,5.0,"“It's been an amazing journey. 🙌 I am doing things I've never imagined I could do, like creating my own website!!!??!!.👩‍💻 It's been fun and great to be on board of this program. Classes are well explained, baby steps and each of them have a challenge.... Read More I loved them because they were full of practice and get you focused on working them out! 🤩 And I want to highlight you will always have a team to support on your concerns and questions at any time via the Slack team. 👏👏 Highly recommended and thanks for preparing this program ⭐🙌🙌⭐”Read Less",SheCodes Basics,Miscellaneous and General Tech +286628,11014,shecodes,Nong Thi Bich Van,False,2022,"Fun, intriguing course and inspiring tutor",2022-03-10,5.0,5.0,5.0,5.0,"Learning to code is really fun, especially when you are tutored by someone as amazing as Matt. The information that you learned in each video is very brief but when in the end of the workshop, you will be definitely surprised by what you have learned!... Read MoreRead Less",SheCodes Basics,Miscellaneous and General Tech +286601,11014,shecodes,Anonymous,True,2022,Amazing workshop!,2022-03-09,5.0,5.0,5.0,5.0,"I can't express my gratitude to Matt and SheCodes team, Thanks for providing developing countries women with this amazing opportunity. I have learnt so much so far and can't wait to continue learning coding by SheCodes advanced workshops. I recommend... Read More these workshops to anyone who wants yo switch career to programming.Read Less",,Unknown +286597,11014,shecodes,Lexus B Olvera,False,2022,Great starting point for anyone curious about coding! Highly recommend,2022-03-09,5.0,5.0,5.0,5.0,"In the first 3 weeks, I have learned so much and I have discovered the passion I have for coding. For anyone that is curious about what coding is like, the basics workshop is the perfect starting point. I highly recommend trying it out. I am excited to... Read More continue my journey to learn more!Read Less",SheCodes Basics,Miscellaneous and General Tech +286558,11014,shecodes,Forouzan Rezapour,False,2022,Amazing!,2022-03-08,4.7,5.0,5.0,4.0,SheCodes is the perfect course to learn how to code! the videos are well explained and you can study whenever you want! the main thing that makes SheCodes unique and special is the community that you have when you face a problem and the project oriented... Read More lessons!Read Less,,Unknown +286517,11014,shecodes,Anonymous,True,2022,Great course!,2022-03-07,5.0,5.0,5.0,5.0,"I had so much fun learning to code! I loved how organized the weeks were, divided by each lesson and a lot of information below the video and also the challenges were great to practice. Matt made everything so easy, teaching step by step.The SheCodes... Read More community is amazing, so much love around even though you have never met that person before, everyone helps you out! Thank you SheCodes team!Read Less",SheCodes Basics,Miscellaneous and General Tech +286483,11014,shecodes,Sophia Lee,False,2022,Enriching experience and looking forward to upcoming courses!,2022-03-07,5.0,5.0,5.0,0.0,"The past 2.5 weeks have been really rewarding! 🙌🏼 Never had I thought that I will be able to code a webpage in such a short period of time. 👩🏻‍💻 Kudos to Matt and all the supportive team members on Slack! 👏 I really appreciate how the lessons were thoughtfully... Read More crafted out in bite-sized pieces, and how there is a challenge after most lessons to ensure that we understood what was taught. Definitely will recommend this course to all who are keen to step into the world of coding! 🌻Read Less",SheCodes Basics,Miscellaneous and General Tech +286465,11014,shecodes,Riya Rajput,False,2022,SheCodes is the best,2022-03-06,5.0,5.0,5.0,0.0,"I am a SheCodes React student finishing her SheCodes Basics workshop. It has been an amazing 2 weeks journey and I feel so happy with my decision to join SheCodes. Matt is amazing and everything is made so much simpler to understand. PLUS, you get all... Read More these other tools from SheCodes that you can use to create your projects and website. I am so excited for my next workshop ❤️❤️Read Less",,Unknown +286424,11014,shecodes,Bahareh Hashemibeni,False,2022,SheCodes experience,2022-03-04,4.7,5.0,5.0,4.0,"I have always been interested in learning to code, however, I never thought it was something I could do because I don't have a master's in computer science. I have learned and understood the basics of coding from the SheCodes course You can try it! The... Read More sessions are designed to be informative and simple.Read Less",SheCodes Basics,Miscellaneous and General Tech +286393,11014,shecodes,Agnieszka Porebska,False,2022,Go for it!,2022-03-03,5.0,5.0,5.0,5.0,"SheCodes basic provides easy-to-follow content for absolute beginners. Having the capability to play lectures over when necessary is a big plus that gives flexibility. Self paste on the topics works well when you are a working professional that want to... Read More expand their knowledge and try something new :) Slack responsiveness on problems is astonishing and very well received - so impressed. A friendly and helpful atmosphere draws you and keeps you feeling like there is always a solution, you just need to ask :) Hope to continue my journey with she codes. Thanks Matt and the SheCodes collective ❤Read Less",SheCodes Basics,Miscellaneous and General Tech +286391,11014,shecodes,Zoe A Balmy,False,2021,"SheCodes was truly empowering, exciting and helpful!",2022-03-03,5.0,5.0,5.0,0.0,"Taking SheCodes gave me the push to further my education into web development. Matt's videos and instruction are clear and thorough. This helped me feel competent to complete the assignment. With each completion of the assignment, I felt my confidence... Read More increase. The curriculum is broken down into achievable pieces. I really appreciate that as a beginner!Read Less",SheCodes Basics,Miscellaneous and General Tech +286382,11014,shecodes,faiza ahmed,False,2022,Amazing course,2022-03-03,5.0,5.0,5.0,5.0,This course is one of the best for absolute beginners. It is really simple to understand and the challenges are fun! The online instant tech support and the network of students really make it easy for you to develop your skills. The shecode basic course... Read More is easy to understand for even the complete beginners.Read Less,SheCodes Basics,Miscellaneous and General Tech +286377,11014,shecodes,Sia Shevchenko,False,2021,She codes first time coding,2022-03-03,5.0,5.0,5.0,5.0,First time trying coding. Started with the Basic workshop. SheCodes crew made it into a really nice learning platform. I discovered how much fun it is for me to learn coding and how much I can enjoy the frustration it can bring.😄 Loved it. Can't wait... Read More to continue with the following workshops.Read Less,SheCodes Basics,Miscellaneous and General Tech +286298,11014,shecodes,Maria Padilla,False,2022,Amazing!,2022-03-01,5.0,5.0,5.0,5.0,"I honestly can say that I would have never done code if it wasn't for SheCodes! Matt has a simple way of explaining everything which makes it very easy to follow, understand and apply. I am amazed at myself, it feels amazing to create a project from scratch.... Read More Thank you!Read Less",SheCodes Basics,Miscellaneous and General Tech +286191,11014,shecodes,Rahel Abebe,False,2022,An Approachable Way To Education,2022-02-24,5.0,5.0,5.0,5.0,"Matt has laid out all the information in such a clear and easy-to-digest manner. Highly recommend this workshop to those looking to take their first steps into HTML, CSS & JS! A high-value course with support from both peers and SheCodes staff the entire... Read More way through.Read Less",SheCodes Basics,Miscellaneous and General Tech +286190,11014,shecodes,Chelsea David,False,2022,Great for beginners!,2022-02-24,5.0,5.0,5.0,5.0,"The world of coding is a bit intimidating for someone like me. My full career has been based around customer service and hospitality. SheCodes, and Matt, helped me realize that even after 10 years post college, I can learn something brand new! I hope... Read More to continue to grow my coding knowledge and one day transfer these skills into my career path!Read Less",SheCodes Basics,Miscellaneous and General Tech +286186,11014,shecodes,Anonymous,True,2022,Great if you’re curious about coding!,2022-02-24,4.7,5.0,5.0,4.0,"“I was always interested in coding, but I never found a good place to learn it. Until I discovered SheCodes! I enjoyed my workshop and will do some more in the future. I loved the creative freedom with my final project and took pleasure in figuring out... Read More how to solve some of the problems that came up. If you're interested in coding, I would definitely recommend SheCodes!”Read Less",SheCodes Basics,Miscellaneous and General Tech +286181,11014,shecodes,Allison,False,2022,SheCodes Basics provides an easy to understand introduction to coding!,2022-02-24,5.0,5.0,5.0,5.0,“SheCodes has sparked a love of coding in me where many other courses failed to do so. It makes me feel like my goals of becoming a developer are possible and has made me eager to learn more! Thanks Matt for explaining things so thoroughly and in a way... Read More that everyone can understand! I look forward to my next SheCodes course!”Read Less,SheCodes Basics,Miscellaneous and General Tech +286180,11014,shecodes,Beth Welsh,False,2022,"Excellent training, very well structured and delivered.",2022-02-24,5.0,5.0,5.0,5.0,"As a project manager who works with developers on a daily basis, I signed up to this course hoping to learn some basics of coding to expand my knowledge. I was not disappointed. I was impressed with the quality and detail of the course, but also the way... Read More it was delivered was very clear. It ensured the student wasn't just watching a YouTube video, but actually put into practice the lessons learned. The timing of the work was perfect for me, five hours per week is doable for someone with a full time job (or someone who is a new mother). It allowed me to focus on lessons, complete my assignments and absorb the learning properly.Read Less",SheCodes Basics,Miscellaneous and General Tech +286178,11014,shecodes,Lacey Chaney,False,2022,Getting started through SheCodes as a beginner was the best choice!,2022-02-24,5.0,5.0,5.0,5.0,I discovered SheCodes on a podcast that helps teachers transition into a new career. I never would have thought it was possible for me to learn and enjoy coding so much in just 3 weeks! Thanks to Matt and his team at SheCodes I now feel my career transition... Read More is possible. I look forward to taking the other workshops SheCodes offers!Read Less,SheCodes Basics,Miscellaneous and General Tech +286150,11014,shecodes,Lucy Beckett,False,2022,"An amazing course, I was I'd applied sooner!",2022-02-23,5.0,5.0,5.0,5.0,"I would HIGHLY recommend SheCodes Basics to anyone who is interested in learning how to code. The course is structured in a way that doesn't feel overwhelming, which was great for someone like me who's working full-time alongside studying. I'm amazed... Read More at how much I've learnt in such a short space of time and I can't wait to put my new skills in HTML, CSS and Javascript to use!Read Less",SheCodes Basics,Miscellaneous and General Tech +286097,11014,shecodes,Anonymous,True,2022,Rewarding journey,2022-02-22,5.0,5.0,5.0,5.0,"I really enjoyed SheCodes BASICS, from knowing almost nothing about HTML/CSS and JavaScript to being able to build a basic webpage, the journey is really rewarding! Matt and his team are really helpful and professional, responding any query/question in... Read More a timely, professional and friendly manner!Read Less",SheCodes Basics,Miscellaneous and General Tech +286092,11014,shecodes,Mahnaz,False,2022,You’re always learning new things and trying to better yourself. That’s awesome.,2022-02-22,5.0,5.0,5.0,5.0,"“I was always doubted to start coding, but I have to confess this course was one of the best learning experiences in my whole life! Although my English is not that good, Matt was such a good teacher that I could understand everything. I trust my good... Read More feelings and Matt's skill to teach and continued to the end. Thank you for accepting me!”Read Less",SheCodes Basics,Miscellaneous and General Tech +286063,11014,shecodes,Pauline Johansson,False,2022,Warmly recommend Matt and SheCodes,2022-02-21,5.0,5.0,5.0,5.0,"It's been an absolute blast to take this course. Matt makes it so easy and he explains everything in a very pedagogical way. Fun fact: as an engineer I had a very short introduction to Python a few years ago, and I thought it was incredibly boring. Never... Read More ever had I thought that I (willingly) would take a coding course in the future. But here I am, and this course have been nothing like my previous experience. All of a sudden coding is extremely fun and I just want to learn more and more. I guess that's the difference between a really good teacher and a not so good one. Now I'm looking forward to taking SheCodes Pro that I will start with on Monday!Read Less",SheCodes Basics,Miscellaneous and General Tech +286060,11014,shecodes,Carolina Oliveira,False,2022,I’m really satisfied with SheCodes workshops,2022-02-21,5.0,5.0,5.0,5.0,"Prior to this course, I had zero experience with coding. I always thought it was something really hard to learn. I tried to learn by myself but the online class I was taking had no support, it was hard to keep myself motivated. I heard about SheCodes... Read More in an online group of women in tech, I did some research and I decided to give it a try. I am very happy that I made the decision to try one more time with SheCodes, I have all the support I need when I get stuck at some part of my code, the lessons are direct and short, very well put together! I am excited to continue on this journey.”Read Less",SheCodes Basics,Miscellaneous and General Tech +285945,11014,shecodes,Shewanda Marsh,False,2022,Great course for beginners!!!!!,2022-02-16,4.3,5.0,5.0,3.0,"“SheCodes is a great course for beginners or even advanced coders. I enjoyed the flexibility of the Basics course and plan on pursuing the more advanced courses. I really enjoyed gaining experience in Javascript, CSS, and HTML. Matt really makes the content... Read More easy to understand. I reccomend for anyone trying to learn coding!!!!”Read Less",SheCodes Basics,Miscellaneous and General Tech +285933,11014,shecodes,Gabriela Gonzalez,False,2022,Worth it!,2022-02-16,5.0,5.0,5.0,0.0,"I truly loved this workshop! I started this workshop because I've always been curious about coding and wanted to learn something new. After completing the 3 week intro workshop I can honestly say I was genuinely impressed. The lessons were clear and easy... Read More to understand. The challenge assignments and homework were carefully crafted to optimize learning and foster critical thinking skills. Additionally, help was constantly available via the Slack platform and the SheCodes team responded to questions quickly. This course does take time to complete, but it is entirely possible to complete it with a full time work load (for reference I am a full time grad student and work part-time). I can't wait to sign up for the next workshop and continue to learn with SheCodes!Read Less",SheCodes Basics,Miscellaneous and General Tech +285920,11014,shecodes,Anonymous,True,2022,SheCodes is awesome!,2022-02-16,5.0,5.0,5.0,5.0,"SheCodes Basic was amazing! The curriculum is well structured and Matt is really great at explaining! The best thing is that you and rewatch videos as much as you want. Challenges are really fun! Although sometimes I wish I would get some feedback on... Read More them as I wasn’t always sure if I did good. Nevertheless, great experience and looking forward to continue with new course as soon as possible 😃Read Less",SheCodes Basics,Miscellaneous and General Tech +285890,11014,shecodes,Nina,False,2022,Great learning opportunity,2022-02-15,5.0,5.0,5.0,5.0,"It was fun and easy to follow course. I gained quite some knowledge, was provided with valuable resources and most importantly the tools to find the information myself. I enjoyed friendly atmosphere and personalised approach. I am excited to continue... Read More with the more advanced SheCodes courses.Read Less",SheCodes Basics,Miscellaneous and General Tech +285881,11014,shecodes,Nancy Grau,False,2022,SheCodes makes coding easy!,2022-02-15,5.0,5.0,5.0,5.0,"SheCodes made coding so easy to learn. I love that the lessons are split into shorter videos. This format makes it easy to capture the information. I work full-time so I was afraid I wouldn't find the time, but I could easily divide up the lessons throughout... Read More the week. They really meant it when they said 5 hours a week. So easy to integrate into my schedule.Read Less",SheCodes Basics,Miscellaneous and General Tech +285873,11014,shecodes,Ayse Sultan,False,2022,An entire learning process designed to be more than just a collection of videos to watch through.,2022-02-14,5.0,5.0,5.0,5.0,"I personally feel quite strongly that it's important to learn new skills from people who are passionate about them. It is clear that Matt is very passionate about teaching these skills in a clear, uncluttered and approachable manner. Each concept is introduced... Read More in a bite size video that is easy to fit into a corner of your day without feeling overwhelmed. I've learned that while there are endless possibilities of things any person can accomplish in theory, the surest way to actually do a thing is to make it easy for yourself. This course has made coding easy and convenient for the beginner. The variety of resources made available through the SheCodes site such as color palettes, cheat sheets and CSS code generators also show the attention to detail put into the process. Then there is the other half of the matter: access to a community of like-minded women ready to help when you get stuck. This eliminates the feeling of isolation despite being 100% online. All in all the whole learning experience feels very thorough and well thought out. Thank you to Matt and the SheCodes Team for all the care you have put into designing the SheCodes journey.Read Less",SheCodes Basics,Miscellaneous and General Tech +285852,11014,shecodes,Krista So,False,2022,Best course,2022-02-14,5.0,5.0,5.0,5.0,I never thought that coding can be so exciting. It is very addictive. Once I start it is not easy to finish. The lessons are very easy to follow and the whole course is built together very well. There has been some difficult assignments but the support... Read More system is so good that I can get answers to my problems very fast. I am glad that I started this journey.Read Less,SheCodes Basics,Miscellaneous and General Tech +285829,11014,shecodes,Nguyet,False,2022,SheCodes 2022,2022-02-12,4.3,5.0,4.0,4.0,"Never thought coding would be this fun! Thanks SheCodes Team! You rock!! I fell much more confident working with HTML, CSS and JavaScript after SheCodes Basic. The course also introduces students to other cool design tools and websites with help enhance... Read More the aesthetic of the frontend tremendously. Really happy with the course and can't wait for upcoming ones!Read Less",SheCodes Basics,Miscellaneous and General Tech +285821,11014,shecodes,Daphna Reuben,False,2022,Highly recommend,2022-02-11,4.3,5.0,5.0,3.0,"I really loved learning with shecodes !! The videos were easy to follow,fun and interesting. I feel more confident in moving forward with more advanced coding classes because Matt and Team just made the lessons so simple with challenges that really was... Read More about the lesson you’ve just learned. Highly recommend to anyone who is thinking about starting to code.Read Less",SheCodes Basics,Miscellaneous and General Tech +285801,11014,shecodes,Shani Tcherner,False,2022,SheCodes- a great platform !,2022-02-11,5.0,5.0,5.0,5.0,"SheCodes has an amazing learning method! Very systematic and understandable, even for complete beginners. Step-by-step solutions and explanations and a very helpful (and active!) Slack group. Awesome videos! Matt is a great teacher! Highly recommended👩🏻‍💻... Read MoreRead Less",SheCodes Pro,Miscellaneous and General Tech +285775,11014,shecodes,Demi Nguyen,False,2022,Highly recommend!,2022-02-10,4.7,5.0,5.0,4.0,"I’m so excited that I completed my SheCodes Basics Workshop! The videos were easy to follow, fun, and interactive. I feel more confident in moving forward with more advanced coding classes because Matt and Team just made the lessons so simple with challenges/assignments... Read More that are truly applicable in the real world. Highly recommend to anyone who is thinking about starting coding, but is hesitant that it might be too difficult. I really enjoyed the workshop. Thank you Matt and Team!Read Less",,Unknown +285744,11014,shecodes,Marium B,False,2022,Awesome,2022-02-09,5.0,5.0,5.0,5.0,I learned tons of things within a very short duration and I loved all trainings and I am looking forward to attend more workshops I signed up for. SheCodes made coding experience for people like me with no tech background quite easier and interesting.... Read MoreRead Less,,Unknown +285716,11014,shecodes,Samantha Thorne,False,2022,The perfect place to learn Coding Basics,2022-02-08,5.0,5.0,5.0,5.0,"This workshop is just what you need if you want to dip your toes into coding! The self-paced nature is very user friendly, and having 2 week-long extensions automatically available to you makes this course more accessible to me as a disabled woman. This... Read More course has been the right balance between challenging, rewarding and fun! Coding has been a lovely skill to learn, and this workshop has made it all the more enjoyable.Read Less",SheCodes Basics,Miscellaneous and General Tech +285669,11014,shecodes,Shalane Proctor,False,2022,SheCode Basics from a complete newbie,2022-02-07,5.0,5.0,5.0,5.0,"I thoroughly enjoyed my SheCodes Basic workshop! I started as a complete beginner with no former knowledge. Although the lessons are self guided, they were extremely thorough and informative. This has sparked a whole new journey for me and I am excited... Read More to continue. I have recommended SheCodes Basic to so many of my friends and coworkers, especially those who are curious but unsure. This is a wonderful program and solidified how I would like to pivot in my career.Read Less",SheCodes Basics,Miscellaneous and General Tech +285666,11014,shecodes,Karolina Gniadzik,False,2022,They’re the best!,2022-02-07,5.0,5.0,5.0,5.0,I have recently finished my first ever workshop. Everything was carefully explained and people in this community are always happy to help if there are any troubles and bugs. Nobody is alone! I really enjoyed it and I can't wait to get started on the next... Read More workshop!Read Less,SheCodes Basics,Miscellaneous and General Tech +285606,11014,shecodes,Ly Nguyen,False,2022,5-star for SheCodes,2022-02-04,5.0,5.0,5.0,0.0,"I highly recommend SheCodes for beginners to coding like me because of their supportive mentors and friendly Slack community. Compared with some online education platforms I have registered currently, SheCodes have excellent strategies to keep the learned... Read More engaged in activities thereby keep on their learning progress. I also have to notice that I have no coding based-knowledge before I went to SheCodes, but their curriculum are super well-organized.Read Less",,Unknown +285605,11014,shecodes,Luciana,False,2022,Highly recommend the SheCodes Basics to understand more about the coding world.,2022-02-04,5.0,5.0,5.0,5.0,"It help me a lot to introduce myself to the coding world and have the possibility to learn the bases of how to build a webpage, the information was complete and the way how the workshop is develeoped it makes it dynamic and easy to understand. If you... Read More are wanting to know a little bit more about how to start, is a great starting point.Read Less",SheCodes Basics,Miscellaneous and General Tech +285604,11014,shecodes,Madeleine Matter,False,2022,"Empowering, interactive, challenging, and rewarding!",2022-02-04,4.7,5.0,5.0,4.0,"SheCodes has been one of the most empowering things I have undertaken in the past year. I have always wanted to learn the basics of coding. As a graphic designer, I collaborate with programmers and developers on a regular basis and learning their ""language""... Read More will greatly enhance communication and collaboration. I am considering taking the advanced workshop now that I am done with the basic workshop. The classes are so easy to follow and the challenges at the end make them really interactive and worthwhile. I couldn't recommend this workshop more.Read Less",SheCodes Basics,Miscellaneous and General Tech +285584,11014,shecodes,Tracy Andrade,False,2022,"Ladies, do yourself a favor and add coding in your skill sets through SheCodes! 👩🏻‍💻",2022-02-03,5.0,5.0,5.0,5.0,"I would highly recommend SheCodes to any women out there. Whether you already had some knowledge or none at all, you'll definitely gain coding skills at the end of the workshop. And who says you can't have fun while learning? Well, I know I did! I had... Read More an amazing time re-learning the basics of coding and I can't wait to learn more. There's a preferred time frame in completing the course, but you can pretty much learn at your own pace which is awesome!Read Less",SheCodes Basics,Miscellaneous and General Tech +285553,11014,shecodes,Anonymous,True,2022,Jaw dropping,2022-02-02,5.0,5.0,5.0,5.0,"I have desired to learn how to code for years and I am very happy that I took the time to. When I came into this workshop, I will admit I was super nervous that I wouldn't understand enough for the final project. Even after finishing the first two homework... Read More assignments I was worried I wouldn't finish my project in time. Once I started working on the final project of the SheCodes Basics I realized that I retained way more information than I thought. I love the aspect of the challenges after each lesson so I could put what I learned to use! This program has been Developed to ensure success out of its coders. Thank you Matt. It's been a wonderful experience and I would do it twice!!Read Less",SheCodes Basics,Miscellaneous and General Tech +285548,11014,shecodes,Brianna’ Hatch,False,2022,SheCodes is amazing!,2022-02-02,5.0,5.0,5.0,0.0,"I've tried other coding classes in the past and they made me feel discouraged to the point that I stopped. Not SheCodes! SheCodes makes it easy to understand and fun! I also like how you get to complete projects so you will have something to showcase... Read More to a company you wish to apply to. Finally, the prices are great! I definitely recommend SheCodes!Read Less",SheCodes Pro,Miscellaneous and General Tech +285480,11014,shecodes,Alise Johnson,False,2022,"An exciting , helpful, and amazing learning experience!",2022-01-31,5.0,5.0,5.0,5.0,I came in as an absolute beginner to coding! Matt Delac’s teaching style is so helpful and very easy to follow! I felt supported by the staff and understood everything so clearly! I love that I can access the lessons and resources at any time!! I don’t... Read More really have any cons to date as I loved every aspect of this learning experience and will be enrolling in future SheCodes workshops!Read Less,SheCodes Basics,Miscellaneous and General Tech +285468,11014,shecodes,Chiara,False,2022,Great experience!,2022-01-31,4.7,5.0,5.0,4.0,I had so much fun during this week of coding full-time with sheCodes Basic. The theory was clearly explained by the teacher and the challenges around the course were perfect to check if I understood what we were talking about. I just can't wait to study... Read More more with SheCodes Plus.Read Less,SheCodes Basics,Miscellaneous and General Tech +285465,11014,shecodes,Dominique Petruzzi,False,2022,Great opportunity for beginners!,2022-01-31,5.0,5.0,5.0,5.0,"As an absolute beginner, my experience with SheCodes was great. I was afraid I would not be able to do it, that I would find it too hard or get stuck or just bored of it, but it was the opposite. Thanks to a great team that is always ready to support... Read More you and Matt's very clear lessons, I managed to get through all classes and challenges and I actually understood how much I like coding. This is of course just the beginning, but I have found something challenging and fun that I really enjoy doing. I suggest to everybody who is interested in coding to give this a try and not be afraid: it is gonna be a rewarding experience.Read Less",SheCodes Basics,Miscellaneous and General Tech +285403,11014,shecodes,Hazal Fiskeci-Vardar,False,2022,It was amazing,2022-01-28,5.0,5.0,5.0,5.0,"“They certainly kept their word. I, who had no knowledge of coding before, enjoyed coding a lot thanks to clear, clean, and entertaining explanations. First of all, a big thank you to the SheCodes team and Matt Delac. I will continue to learn on the coding... Read More path with SheCodes.”Read Less",SheCodes Basics,Miscellaneous and General Tech +285383,11014,shecodes,Anonymous,True,2021,Beginner friendly,2022-01-27,5.0,5.0,5.0,5.0,This was a good experience. The lessons are well explained and beginner friendly. I personally commend the fact that we had to build a whole project from scratch on our own. i cant wait to complete the rest of the program. there were a lot of daily challenges... Read More and weekly homework that the students have to complete and this puts your skills to practiceRead Less,SheCodes Basics,Miscellaneous and General Tech +285382,11014,shecodes,Tiffany Triplett,False,2022,Amazing program for beginners!,2022-01-27,5.0,5.0,5.0,5.0,I have absolutely enjoyed my time learning the basics! The step by step tutorials are exactly what a beginner needs. There is no shortage of help and instructors waiting to assist with whatever you need. An amazing community! I can't wait to start Plus!... Read MoreRead Less,SheCodes Basics,Miscellaneous and General Tech +285320,11014,shecodes,Alexandria Rose,False,2022,No tech background? No problem!,2022-01-25,5.0,5.0,5.0,5.0,"I had such an incredible experience with SheCodes! I knew basically nothing about coding before I started SheCode Basics, but that wasn't a problem. The workshop is made up of bite-sized videos so that you can learn slowly without getting overwhelmed.... Read More All of the lessons are taught by the founder, Matt Delac, which is nice because the teaching style is consistent. After most lessons, there are challenges for you to complete using what you've just learned. Once those have been submitted, Matt takes you through one possible solution. It's a great system. Going from having no tech experience to being able to complete those challenges was a HUGE confidence booster! Also, the lessons are set up in a way that you can learn slowly without getting overwhelmed. Not only are the lessons great, but the whole team is so accessible. There's no shame in asking questions, you've got other students and a tech support team with you to help you out! I felt supported and confident the entire workshop! 10000/10 would recommend!Read Less",SheCodes Basics,Miscellaneous and General Tech +285287,11014,shecodes,Shasha,False,2022,Amazing experience!,2022-01-24,4.7,5.0,5.0,4.0,"It is a really good step-by-step course! SheCodes also provide very quick and detailed support. I highly recommend it to anyone who does not have any experience in coding! I do not have any background in coding, but I was able to build a website by myself!... Read MoreRead Less",SheCodes Basics,Miscellaneous and General Tech +285281,11014,shecodes,Nariah K,False,2022,Perfect for Beginners,2022-01-24,5.0,5.0,5.0,0.0,This was truly a good experience for some one who hasn't had much experience in coding. All of the lessons and challenges were clear and easy to understand. The process from start to finish was seamless. I'm finishing the course now confident that this... Read More is something I can pursue in the future!Read Less,SheCodes Basics,Miscellaneous and General Tech +285111,11014,shecodes,Anonymous,True,2022,"Fun learning, easy and avalible at every moment",2022-01-19,5.0,5.0,5.0,5.0,"I've been trying to start learning code for a few years and each time stopped because it was overwhelming, boring, difficult and the end result was a little black screen with ""hello world"" written on it. SheCodes changed the whole picture for me. Not... Read More only I enjoyed the workshop, I also intend to finish all the available workshops. The whole learning process was fun, easy to learn, empowering and the end result is stunting. I honestly never thought I could build something like that.Read Less",,Unknown +285050,11014,shecodes,Lisa Sedlmayr,False,2022,Best decision ever,2022-01-17,5.0,5.0,5.0,5.0,"I always wanted to learn how to code but was afraid that it was too complicated, and also that I could not combine studying with a full time job. I absolutely loved this workshop! Matt really knows how to break everything down into little pieces and the... Read More way the challenges were set it was great to put what you've learned directly into practice! Even though you don't want to become a developer I think this course is great for anyone to get a high level understanding of coding.Read Less",SheCodes Basics,Miscellaneous and General Tech +285011,11014,shecodes,LaShel Westbrook,False,2022,Awesome and easy to understand.,2022-01-17,4.3,5.0,5.0,3.0,"“I enjoyed the workshop and I am wanting to come back and take some more courses. Highly recommend!!!” The workshop is broken down and explained very well. There are many different concepts you can learn. I feel more confident, where I could apply for... Read More a IT job after awhile.Read Less",,Unknown +284974,11014,shecodes,Le Quynh Hoa,False,2022,Learning and having fun!,2022-01-14,5.0,5.0,5.0,5.0,"“I must say that I am not ""a coding type""! I have tried to learn before and lost interest during the learning journey. With SheCodes, everything is so clearly explained! Thanks to Matt and his team I have learned a lot and at the same time have a lots... Read More of fun :). I highly recommend this course!”Read Less",SheCodes Basics,Miscellaneous and General Tech +284953,11014,shecodes,Marianna Virden,False,2022,Amazing Job!,2022-01-13,5.0,5.0,5.0,5.0,"I'm in love. It was easy and fun to learn. I'll be taking more courses to hopefully be able to make a career change. I like it so much I bought for my 18 year old sister, who was having difficulties deciding what to study at Uni. She’s in love and excited... Read More about the course so much that she’ll continue studying coding.Read Less",SheCodes Basics,Miscellaneous and General Tech +284929,11014,shecodes,Rana Katebi,False,2022,Excellent,2022-01-13,5.0,5.0,5.0,5.0,"This is my first challenge towards frontend development, and I'm glad that I found SheCodes. The course was very practical, and helped me to gain much experience through it. And now I have my first ever landing page that I built on my own, and I'm really... Read More proud of it! Thank you SheCodes for giving me this opportunity to join the course and experiencing such a great training.Read Less",,Unknown +284925,11014,shecodes,Ksenia Kachtelian,False,2022,Easy to understand + fun!,2022-01-13,4.7,5.0,5.0,4.0,"This intro to coding has been amazing! 😍 I've been interested for a while and finally decided to bite the bullet, and i couldn't be happier. Matt teaches in a way that's fun & easy to understand, and it's got me completely hooked. I would highly recommend... Read More this to anyone looking to get acquainted with coding, promise this one's worth your time 💫Read Less",SheCodes Basics,Miscellaneous and General Tech +284908,11014,shecodes,tolulope johnson,False,2022,Very simple to understand sessions. I built my first project after 1 week.,2022-01-12,4.0,5.0,5.0,2.0,Pros: 1. Real life people reaching out to find out how you get along with your training. 2. CEO quite personable. 3. Sessions broken down into bits to ensure you don’t get over whelmed. 4. Access to a collaborative platform where you can ask questions... Read More when you get stuck. Cons: none I can think of.Read Less,SheCodes Pro,Miscellaneous and General Tech +284894,11014,shecodes,Hannah O’Connor,False,2022,Great course with supportive instructors,2022-01-12,5.0,5.0,5.0,5.0,"I really enjoyed the SheCodes course, especially the final project. Coding with SheCodes has given me so much more confidence; I really appreciate the support available and the sense of community. I would recommend the course to anyone that is interested... Read More in learning how to code or brushing up on their HTML, CSS and JavaScript skills.Read Less",SheCodes Basics,Miscellaneous and General Tech +284873,11014,shecodes,MARICELLA GLORIA OLAGUE,False,2022,SheCodes has been so much fun! My experience has been fruitful and inspirational.,2022-01-11,5.0,5.0,5.0,5.0,"SheCodes is amazing and Matt is fantastic at teaching. It helps that he's passionate about what he does, and it shows! It's partly why I want to keep going. I am inspired, and this is coming from someone who has a fashion design background. If you're... Read More unsure, do it! It'll be worth it as long as you put in the work. Everyone on his team is helpful in the process, also. :)”Read Less",SheCodes Basics,Miscellaneous and General Tech +284871,11014,shecodes,Beverly Hague,False,2022,Great Intro Course,2022-01-11,5.0,5.0,5.0,5.0,I have worked with developers in my professional life and was always intimidated by the work they did. While on maternity leave I got an ad for the free workshop and decided to check it out. I was sold and signed up for the basics course. I had exactly... Read More 3 weeks of maternity leave left so squeezing in the time was a little tough but I made it happen. It was great to see that it really wasn't that bad. Matt is an excellent teacher and really shows how simple it can be. Having support available on Slack also was great because I saw others also had some of the questions and difficulties I did. I would definitely recommend this course to anyone curious about code. Now that I know it's not so scary I can consider pursuing it further.Read Less,SheCodes Basics,Miscellaneous and General Tech +284856,11014,shecodes,Adebimpe Adefila,False,2022,SheCodes is really the best of the best!,2022-01-11,5.0,5.0,5.0,5.0,SheCodes has been a really great help to me and has contributed a lot to my dreams of learning how to code. Thanks to SheCodes foundation learning to code is free for me. The classes were fun and Matt is a really good teacher. I am really looking forward... Read More to the next workshop!Read Less,,Unknown +284692,11014,shecodes,Katrina Trew,False,2022,Highly Recommended,2022-01-05,5.0,5.0,5.0,5.0,"I would highly recommend this course to anyone interested in getting into the tech world. Coming from a complete beginner, this course is challenging but Matt is brilliant at breaking things down and helping you understand each element. The technical... Read More support from the experts, as well as your team is fantastic. I really enjoyed this course, found it a lot of fun and will be looking to join SheCodes+ as soon as possible.Read Less",SheCodes Basics,Miscellaneous and General Tech +284688,11014,shecodes,Morgane Vouche,False,2022,I really enjoyed learning the basics of coding with SheCodes,2022-01-05,5.0,5.0,5.0,5.0,I really enjoyed learning the basics of coding with SheCodes. Matt is a very good teacher and the website and e-learning environments are very easy to use and well built. I really recommend this classes for those who want a first approach to understand... Read More the coding logics.”Read Less,SheCodes Basics,Miscellaneous and General Tech +284684,11014,shecodes,Rezvaneh aparviz,False,2022,Shecodes is amazing!,2022-01-04,5.0,5.0,5.0,5.0,"a well organized course , with a very supportive and kind team. Everything goes well step by step.I start this course without having any background knowledge about coding . I just finished Shecodes basic and I enjoyed it so much and so excited for next... Read More course 😊Read Less",SheCodes Basics,Miscellaneous and General Tech +284676,11014,shecodes,Caryn,False,2022,Easily understand even for beginners,2022-01-04,4.3,5.0,5.0,3.0,"SheCodes Basic is suitable even for absolute beginners. The course is broken down into easily absorbed, bite-sized information. Matt is an excellent instructor, his video explanation is concise yet easily understood. A great workshop for those looking... Read More to kickstart their coding journey!Read Less",SheCodes Basics,Miscellaneous and General Tech +284658,11014,shecodes,Laura Gabriel,False,2021,Shecodes is AMAZING,2022-01-03,5.0,5.0,5.0,5.0,"Shecodes workshop has taken me from an overwhelmed wannabe coder to someone who can confidently put a decent webpage together using the fundamentals of HTML, CSS, and Javascript. All in the space of three weeks! Amazing! Can’t wait to progress to the... Read More next level and get into the tech industry. Thanks Matt! ✨Read Less",SheCodes Basics,Miscellaneous and General Tech +284657,11014,shecodes,Sofia Ponte,False,2021,Great Experience,2022-01-03,5.0,5.0,5.0,5.0,"Great time I have spent, learning the basics of coding! I might consider doing the next levels. Videos are very easy to follow, anyone can do it! The community supports each other and Matt is also great and available to clarify anything and to have quick... Read More chats!Read Less",SheCodes Basics,Miscellaneous and General Tech +284609,11014,shecodes,Ana Ribeiro,False,2021,Enriching and Empowering,2021-12-30,4.7,5.0,5.0,4.0,"I loved the Shecodes Basics Workshop. I didn't have any coding experience and I didn't know anything about what is taught in SheCodes. During the workshop, I was always thinking that it was going to be in the next lesson that I wouldn't understand the... Read More content, but that never happened! The short videos with clear and straightforward explanations guide you step by step and cement knowledge, one on top of the other. From the beginning I had no doubts that I was really learning and I´ve completed the challenges and projects with confidence in what I was doing. And to get to know some coding and learning tools used by professionals is really valuable. If you, like me, have realized that programming skills can make your projects come true, SheCodes Basics is a wonderful and very useful way to get started. On the other hand, if you still need to understand if programming can help you with something, it will certainly be enlightening.Read Less",SheCodes Basics,Miscellaneous and General Tech +284593,11014,shecodes,Iryna A,False,2021,Informative,2021-12-29,5.0,5.0,5.0,5.0,"I enjoyed the introduction course. At first I thought it will be difficult, since I had zero knowledge, but the course was well though by instructor which I could understand. I like that we apply knowledge to real life projects. Looking forward to learn... Read More more!Read Less",SheCodes Pro,Miscellaneous and General Tech +284576,11014,shecodes,Pantea Rezaee,False,2021,Highly recommended!,2021-12-29,5.0,5.0,5.0,5.0,"It was an amazing experience, Matt is a great tutor and i have enjoyed the journey of learning frontend developement with him so far! It feels amazing when you observe your self-improvement and that is what happens here in SheCodes ! If you think you... Read More are interested, dont hesitate!Read Less",SheCodes Basics,Miscellaneous and General Tech +284523,11014,shecodes,Han Nee Than Tun Aung,False,2021,Awesome Intro Workshop,2021-12-25,5.0,5.0,5.0,0.0,"This 3-week workshop was very fun and informational! I learned a lot of the basic concepts and Matt was a great instructor. He didn't always just provide all the answers so students are forced to look for certain answers, which familiarize them with the... Read More resources available on the web. In the solutions, Matt would go over those as well to tell us which sources are reliable and which aren't.Read Less",SheCodes Basics,Miscellaneous and General Tech +284517,11014,shecodes,Paulette Zaldivar Flores,False,2021,Best Beginner Workshop,2021-12-24,4.0,5.0,5.0,2.0,was hesitant to dive into coding because I had the idea that it required a lot of math and a background in computer science. With SheCodes I learned that this was not the case. Anyone can learn to code! With the SheCodes simple and to the point courses... Read More and Matt's teaching it was very accessible. I would highly recommend SheCodes to anyone wanting to learn to code.”Read Less,SheCodes Basics,Miscellaneous and General Tech +284469,11014,shecodes,Gabbi Shayn,False,2021,Amazing Intro Workshop!,2021-12-23,5.0,5.0,5.0,5.0,I would absolutely recommend this workshop to anyone! For complete beginners it can be overwhelming but you learn SO much in such a short amount of time. Matt is a great teacher in addition to providing you with an awesome radio to help you stay focused... Read More on lessons and homework.Read Less,SheCodes Basics,Miscellaneous and General Tech +284397,11014,shecodes,Anonymous,True,2021,Incredible workshop!,2021-12-21,5.0,5.0,5.0,5.0,What an incredible workshop! I've learned so much in such a short period of time. It feels so rewarding to build something from the ground up and to engage the creative parts of yourself. I'm a lawyer transitioning into the legal tech space and this course... Read More helped make that transition a lot smoother.Read Less,SheCodes Basics,Miscellaneous and General Tech +284375,11014,shecodes,Anonymous,True,2021,SheCodes is a great place to start coding,2021-12-21,4.7,5.0,5.0,4.0,"For everyone interested in coding, SheCodes is a great place to start learning. It's very interactive, fun, and you get all the help you need. It is a challenge, but the Basic Class can still be completed while working full time. The schedule, challenges... Read More and deadlines help to stick to your goals. The SheCodes Team is also very helpful and friendly, you get help anytime you need it.Read Less",SheCodes Basics,Miscellaneous and General Tech +284353,11014,shecodes,Anonymous,True,2021,SheCodes Basics is great,2021-12-20,4.7,5.0,5.0,4.0,SheCodes Basics is great course for starters like me. I didn’t think I was going to learn until recently. I like that Matt’s videos are engaging and I can access them anytime. They helped me to learn how to face some challenges I needed to improve my... Read More skills. I highly recommend SheCodes.Read Less,SheCodes Basics,Miscellaneous and General Tech +284315,11014,shecodes,Vivienne L,False,2021,Perfect bootcamp for New beginners,2021-12-20,4.7,5.0,5.0,4.0,It was always my aim to gain more knowledge in coding. I was surprised how easy - but also sometimes challenging - it was to gain at least some basic knowledge in coding in such a short amount of time. I will definitely continue with the next class..,SheCodes Basics,Miscellaneous and General Tech +284269,11014,shecodes,Stephanie Magnuson,False,2021,Working on a career change,2021-12-17,5.0,5.0,5.0,5.0,"This workshop has opened my eyes to the potential of a new career path and I could not be more excited. These last 3 weeks have taught me so much, but I know I have a long way to go. Matt is a great teacher and I'm truly grateful for everything he has... Read More taught thus far. I'm definitely looking forward to the rest of the program.Read Less",SheCodes Basics,Miscellaneous and General Tech +284224,11014,shecodes,Anna,False,2021,Great intro to coding,2021-12-16,5.0,5.0,5.0,5.0,I took the Basics Course and it provided super interesting initial insights into the wonderful world of coding. Made me want to understand and learn even more. The workshop concept is great (input plus coding challenges and weekly homework) and the workload... Read More for the Basics course was really manageable even with a full-time job.Read Less,SheCodes Basics,Miscellaneous and General Tech +284211,11014,shecodes,Anonymous,True,2021,Lack of Support,2021-12-15,2.3,3.0,3.0,1.0,"I've completed the basics course. They had a black Friday special and I saw advertisements everywhere in my social media accounts, such as youtube, Instagram, Facebook, etc. They offered the pro course for $944. I got charged $1,092.87. I reached out... Read More to customer service as soon as I found out. They refuse to reimburse the difference. That just tells you where their mindset is at. I'm also not a fan of being asked to make a review right after taking the course. Even though you may have learned new things you can't compare it from your experience with SheCodes to real-life experience in the outside world and how you would compare to others looking for a similar career change.Read Less",,Unknown +284204,11014,shecodes,Lisa Cenal,False,2021,Great for part-time learning,2021-12-15,5.0,5.0,5.0,5.0,"I've tried other coding workshops, and SheCodes has been my favorite. I feel like a very patient friend is teaching me each step and encouraging me along the way. The pace is perfect for my life. I only have an hour or so of free time to code per day,... Read More and I'm a week ahead already! I really look forward to my SheCodes time everyday, and I'm excited to keep learning.Read Less",,Unknown +284184,11014,shecodes,Laura Gomez,False,2021,I loved the SheCodes Basics course!,2021-12-15,5.0,5.0,5.0,0.0,"I loved this course! I had so much fun learning HTML, CSS, and JavaScript. Before, I used to use UX builders on WordPress to ""build"" websites, but now, I'm on my way to learning how to build them from 0 the way I exactly design them. I'm so excited to... Read More start the SheCodes Pro workshop and can't wait to open this next chapter in my career. 👩‍💻Read Less",,Unknown +284119,11014,shecodes,Noushin Mansouri Nezhad,False,2021,SheCodes is wonderful!,2021-12-13,5.0,5.0,5.0,5.0,"“I would definitely recommend SheCodes to anyone looking to learn about coding. I have just finished my first course, I cannot wait to see what I will learn in the next few! - I'm going all out!!” I just love the way SheCodes courses are structured, Matt's... Read More lessons are so clear-cut and well explained. Thanks a lot shecodes to prepare this amazing opportunity for women”Read Less",SheCodes Basics,Miscellaneous and General Tech +284118,11014,shecodes,Geraldine Ewing,False,2021,Really informative and enjoyable. Will definitely return for the next course.,2021-12-13,5.0,5.0,5.0,0.0,"Having now taken the SheCodes Basics class, I'm thoroughly impressed by how the material is delivered and how accessible the concepts are. The site is easy to use and support for the challenges and homework are available quickly on Slack. Mostly, the... Read More course made learning these new concepts rather fun.Read Less",SheCodes Basics,Miscellaneous and General Tech +284052,11014,shecodes,Wyanna Burke,False,2021,“10/10 would recommend,2021-12-09,5.0,5.0,5.0,5.0,"If you are looking to explore your interest in learning how to code, but don't know where to start this is the best coding camp to start with. They also give you plenty of time to work through your lessons, and yet will give you unlimited weekly extensions... Read More for when life gets busy.Read Less",SheCodes Basics,Miscellaneous and General Tech +284042,11014,shecodes,Sara,False,2021,Very cool course with a lot of fun challenges.,2021-12-09,5.0,5.0,5.0,5.0,It was a very fun journey to learn coding through this workshop with SheCodes. Every challenge of each lesson helped me a lot to understand more. I enjoyed it and I'm very excited to continue this journey. I would recommend this course to anyone who is... Read More interested in learning to code.Read Less,SheCodes Basics,Miscellaneous and General Tech +283988,11014,shecodes,YUN TING LIN,False,2021,"Amazing Course with lots of practice, they simplified the coding learning",2021-12-07,4.3,5.0,5.0,3.0,"Matt is an amazing teacher, he made things so simple and thus easier to understand. Coding is not easy, it can take time to learn, test and troubleshoot. I have been thinking of learning this for years and have always thought it is dry and boring. It... Read More is rather fun thanks to SheCodes and you have changed my perspective and I am now more motivated to continue my journey! Thank you!:)Read Less",SheCodes Basics,Miscellaneous and General Tech +283973,11014,shecodes,Jammie Lachance-Côté,False,2021,Amazing teacher!,2021-12-07,5.0,5.0,5.0,5.0,"I Love, really! Thank you. You're a good teacher 😉 The whole courses are made to achieve our goals at the end, create a website with a little design and a few elements. They were made to make you understand that you can and how to find answers to your... Read More questions.Read Less",SheCodes Basics,Miscellaneous and General Tech +283945,11014,shecodes,Megann Jabola,False,2021,"I think it's a great way to get started, dip your toes in coding, and see if it's something you'll enjoy.",2021-12-06,5.0,5.0,5.0,5.0,"I used to do a little bit of coding as a hobby (no real training) when I was younger, but never really pursued it professionally. Now I'm older, I thought I'd give it another go and see where it takes me. I definitely enjoyed the Basics program. I think... Read More it's a great way to get started, dip your toes in coding, and see if it's something you'll enjoy. It's beginner friendly, and is also a great refresher if you're someone like me.Read Less",SheCodes Basics,Miscellaneous and General Tech +283934,11014,shecodes,Yulia Ploshevsky,False,2021,Loved it!,2021-12-06,5.0,5.0,5.0,0.0,"I enjoyed every minute! The videos are very clear and understandable, Matt is a great instructor. I do come from hightech industry, but trued learning development before and it is the first workshop I actually felt like to continue with. After basic course,... Read More I enrolled to a more advanced workshop, while my final goal is to become a front end developer.Read Less",SheCodes Basics,Miscellaneous and General Tech +283928,11014,shecodes,merel sleeuwenhoek,False,2021,SheCodes is an easy way to gain experience with coding,2021-12-06,5.0,5.0,5.0,5.0,"The programs come with easy to understand videos and assignments to put your newfound knowledge into practise. This way you can easily experience if coding is something for you and if you understood everything. This program helped me go into a completely... Read More new direction and taught me some valuable new skills! The first workshop did not go very deep into the subject matter yet, however I am looking forward to following the next workshop and learning more.Read Less",SheCodes Basics,Miscellaneous and General Tech +283882,11014,shecodes,Anonymous,True,2021,"A comprehensive, accessible course to master the basics of HTML, CSS, and JavaScript",2021-12-03,4.0,4.0,4.0,4.0,"I would thoroughly recommend the SheCodes Basics three-week ‘Introduction to Coding’ workshop to anyone who is looking to master the basics of HTML, CSS, and JavaScript, and has maybe found the prospect to learning to code daunting. The lessons are delivered... Read More in an accessible, comprehensive way via short pre-recorded videos (perfect for playing back and re-listening if you get stuck or want to go through the lesson again), and the mini challenges you are given are great for testing what you have learned and cementing those skills. I also very much enjoyed completing the final project of the course.Read Less",SheCodes Basics,Miscellaneous and General Tech +283856,11014,shecodes,Shirley Rodriguez,False,2021,Fantastic experience!,2021-12-02,5.0,5.0,5.0,5.0,"“I came to this course being very skeptical because I had never done an online class and because I knew NOTHING about coding. I am so happy I did this! It was easy to follow, the way Matt explained everything was very easy to understand and will definitely... Read More keep going with the next course!”Read Less",SheCodes Basics,Miscellaneous and General Tech +283772,11014,shecodes,Sharon Juma-Onderi,False,2021,Amazing!,2021-11-29,4.0,5.0,5.0,2.0,"This has been an exciting experience. From being a complete beginner and now able to build a basic page using HTML/CSS/JavaScript!😁. I would recommend this course over and over to anyone who is interested in learning coding and they do not know where... Read More and how to start. SheCodes, got you covered!Read Less",SheCodes Basics,Miscellaneous and General Tech +283768,11014,shecodes,Kelsie Cobbs,False,2021,"Highly recommend, great for beginners.",2021-11-29,5.0,5.0,5.0,5.0,"I started looking into beginner coding courses when I realized I needed a career change, Matt and SheCodes allowed me to dip my toes in and decide if this is something I am really interested in pursing. As someone who knew nothing about coding I was very... Read More nervous to start this new journey. Thanks to Matt's way of teaching and the fact that I can work on these courses whenever I want is huge for me, as I work a fulltime job and I am a busy mom of four. I really enjoy how everything ties together and is broken down into logical and understandable information. I am thoroughly excited to get started in SheCodes Pro and take the next steps to start my career in tech!Read Less",SheCodes Basics,Miscellaneous and General Tech +283758,11014,shecodes,Lexie Mathers,False,2021,SheCodes,2021-11-29,5.0,5.0,5.0,5.0,I have recently become a Coding Teacher and I wanted to refresh my knowledge of HTML from my Uni days. This course is broken down really well into manageable chunks with good explanations. I am so excited to get to the point of being able to use this... Read More with my students!Read Less,SheCodes Basics,Miscellaneous and General Tech +283719,11014,shecodes,Meg McCausland,False,2021,"⭐️ Adding to my Graphic Designer skills by learning to code, thanks to SheCodes ⭐️",2021-11-27,5.0,5.0,5.0,0.0,"I found SheCodes at a perfect time in my life: while I was between jobs and thinking I should add to my skill set as a graphic designer. I’m glad I found SheCodes because not only is the course material is great and right to the point, but they also have... Read More an amazing community, fun interface, and a great instructor! I'm learning the most current and necessary information (fast), and I feel very connected with this course and learning style. Everything is straightforward and organized, and the overall experience has been fun!Read Less",SheCodes Basics,Miscellaneous and General Tech +283711,11014,shecodes,Teresa,False,2021,Recommended!,2021-11-27,4.7,5.0,5.0,4.0,"SheCodes Basics is very well-structured and accessible to different types of learning patterns. I recommend it to anyone that wants to learn coding at your own pace. Matt explains clearly and breaks down each element of the course into digestible bits,... Read More which makes it easy to apply into hands-on exercises what was just learnt.Read Less",SheCodes Basics,Miscellaneous and General Tech +283674,11014,shecodes,Ashley Alleyne,False,2021,I’m excited to start coding!,2021-11-25,4.7,5.0,5.0,4.0,"This was a great introductory course into the subject of coding, I enjoyed the learning experience and I am looking forward to applying what I've learned into the world of coding. The only con would be the up charge in price for the advanced classes.",SheCodes Basics,Miscellaneous and General Tech +283673,11014,shecodes,Lena Guhl,False,2021,Very motivating start into coding,2021-11-25,5.0,5.0,5.0,5.0,"I took the SheCodes Basic Workshop to see if I liked coding at all. I wasn't sure how much I could learn in only three weeks but I am very happy about my progress so far. It's a very motivating way of learning because there are lots of little successes.... Read More The videos are easy to follow and the curriculum, the challenges and deadlines are very helpful because I'm sure there are a lot of videos about coding out there, but the structure that was set up makes a big difference.Read Less",SheCodes Basics,Miscellaneous and General Tech +283661,11014,shecodes,Karen,False,2021,Really enjoyable and managable course to get started with coding,2021-11-25,4.0,5.0,5.0,2.0,"I really enjoyed the SheCodes online coding workshops. I took SheCodesPro - which includes Basic, Plus, React and Responsive. SheCodes breaks down coding into easy-to-learn steps with short videos (most were probably 10 min or shorter) and fun challenges.... Read More It didn't feel like work - it was fun! I'd highly reccomend this course for anyone who doesn't know anything about coding (like me at the time).Read Less",SheCodes Pro,Miscellaneous and General Tech +283646,11014,shecodes,Stephanie Davis,False,2021,Great way to learn web development with a busy lifestyle,2021-11-24,4.3,5.0,5.0,3.0,"SheCodes Plus was so rewarding! I can't even begin to explain how much I value this course. It requires a lot of work and a lot of brain power to grasp the concepts and put them all together, but when you nail it and your project works, it's the best... Read More feeling in the world. Matt is a great instructor and I love how we tackled different concepts in smaller lessons then brought them all together to create the weather app. I've learned more than I ever thought I would and I'm thrilled to keep coding with the next SheCodes courses.Read Less",SheCodes Plus,Miscellaneous and General Tech +283640,11014,shecodes,Mia Fugl,False,2021,SheCodes: as empowering and fun as learning to play an instrument!,2021-11-24,4.7,5.0,5.0,4.0,"Like learning how to sing Bohemian Rhapsody: fun, challenging, and empowering. This course made learning engaging, and has left me feel like I can do anything! The material covered was made me immediately understand how code can turn into a website. I... Read More loved how the projects were done in VSC just like in real life, and that there was focus on how you can learn from other websites by using the right-click inspect on any page. Valuable, actionable and fun!Read Less",SheCodes Basics,Miscellaneous and General Tech +283613,11014,shecodes,Ana Urlic,False,2021,SheCodes is a great way to learn how to code 🚀,2021-11-23,5.0,5.0,5.0,0.0,"Coming from a communications background, I was always a bit curious yet intimidated by coding. I started my coding journey as a way to gain a new skill during the long days of lockdown, but I got completely hooked!​ ​In the past 2 months, I've been coding... Read More with SheCodes for 3-8 hours a day and I ended up building a desktop weather app from scratch. ​I am very proud of myself because I also gained much-needed confidence to start something completely new after almost 10 years out of university​ :) ​I am very excited to continue my coding journey with React! Kudos to the whole SheCodes team, you are amazing!Read Less",SheCodes Plus,Miscellaneous and General Tech +283598,11014,shecodes,Elena Ann Araujo Borisoff,False,2021,Great for beginners!,2021-11-22,5.0,5.0,5.0,5.0,"I loved the SheCodes Basics workshop. It was clearly laid-out, engaging, and jam-packed with information. Matt is a fantastic teacher. Coming from a virtually zero tech background, I am so excited for how much I've learned in 3 short weeks. I'm looking... Read More forward to SheCodes Plus!Read Less",,Unknown +283489,11014,shecodes,Gloria Lucero Ramirez Zamora,False,2021,Introduction to code,2021-11-18,4.7,5.0,4.0,5.0,I had so much fun while learning how to code. I felt like I was playing and while the weeks were passing it was like getting to a new level of the game. I'm willing to take the advanced course in order to learn more. I hope some day I can work in something... Read More related to IT.Read Less,,Unknown +283482,11014,shecodes,Irene Martin Roca,False,2021,Amazing experience,2021-11-18,5.0,5.0,5.0,5.0,"This course has allowed me to learn the essentials of coding in a flexible and dynamic way. Matt transmits his knowledge in a clear and simple way for better learning and motivation. I have enjoyed every challenge and can't wait to start the next workshop!... Read More SheCodes is all Pros, no Cons found.Read Less",SheCodes Basics,Miscellaneous and General Tech +283397,11014,shecodes,ASMA SADIQ,False,2021,SheCodes rocks!!,2021-11-15,4.5,5.0,4.0,0.0,“I took 3 weeks basic course. I had basic knowledge of JS but it was great to apply that knowledge and I say I have learned a lot more. This was a great course. I enjoyed doing the final project and using the techniques I wanted to use. Bruno was very... Read More help every step of the way. I am planning to take the Plus React course as well. highly recommend SheCodes. :)”Read Less,SheCodes Basics,Miscellaneous and General Tech +283380,11014,shecodes,Anonymous,True,2021,Would highly recommend,2021-11-15,5.0,5.0,5.0,5.0,"I would highly recommend the SheCodes workshops - the lessons are well explained by Matt and you can test your understanding of the material by completing the challenges after each lesson and then watching the proposed solution. The team is very helpful,... Read More available and quickly responds to all questions or homework submissions. It's great to be a part of this community!Read Less",SheCodes Basics,Miscellaneous and General Tech +283280,11014,shecodes,Louise,False,2021,SheCodes is fantastic,2021-11-12,5.0,5.0,5.0,5.0,I absolutely loved this workshop. My confidence has really gone up with coding and I'm so excited to see my progression. It was really easy to follow and very easy to get help if i needed it. I have started SheCodes Plus to expand my knowledge and I'm... Read More really excited to continue the course.Read Less,SheCodes Basics,Miscellaneous and General Tech +283226,11014,shecodes,Bea Dahlmann,False,2021,SheCodes was the right decision,2021-11-11,5.0,5.0,5.0,5.0,"“I would highly recommend SheCodes Basics to any and all ladies interested in Coding. Matt is easy to listen to and his tutorials are simple enough to follow, without feeling overwhelmed by the amount of information you are receiving. This is a fabulous... Read More workshop for beginners.Read Less",SheCodes Basics,Miscellaneous and General Tech +283206,11014,shecodes,Zewdinesh Hailu,False,2021,"I didn't think coding was for everyone, or I could learn how to code. I love my experience so far and I can't wait to see what's next. Thank you SheCodes and Matt Delac 😇",2021-11-10,4.7,5.0,5.0,4.0,Pros flexible hrs to complete the workshop Pros > simple and short videos to understand the training Pros > challenges to help you on hands on experience for every topic Cons > since everything is online when your get stuck and need help it takes some... Read More time to get a response from the support team sometimesRead Less,SheCodes Basics,Miscellaneous and General Tech +283179,11014,shecodes,Colleen Bedell,False,2021,Great workshop,2021-11-09,5.0,5.0,5.0,5.0,This was a really fun intro to coding! I enjoyed the workshop greatly and I am excited to learn more about coding in the future. I was able to learn new skills and felt like there was a lot of support along the way. I enjoyed the pace of the course as... Read More well as I have a limited amount of free time.Read Less,,Unknown +283165,11014,shecodes,Trina Yau,False,2021,Amazing Introduction to Front-End Development,2021-11-09,5.0,5.0,5.0,5.0,"SheCodes Basics has been a wonderful introduction to Front-End Development for me. Since I can access the videos any time, I've been able to do it on the weekends and after work. And now I've coded my first web page! It is unbelievable how easy Matt makes... Read More coding seem and I can't recommend SheCodes more.Read Less",,Unknown +283164,11014,shecodes,Anonymous,True,2021,The only coding class I have actually finished the whole thing!,2021-11-09,5.0,5.0,5.0,5.0,"I loved it! I have enrolled in many other coding online courses, but never finished the entire thing. This is the only coding lesson that I could actually enjoy from the bottom of my heart. Looking forward to study more coding :) I highly recommend SheCodes!... Read MoreRead Less",SheCodes Basics,Miscellaneous and General Tech +283083,11014,shecodes,Huong Nguyen,False,2021,Amazing!!!,2021-11-05,5.0,5.0,5.0,5.0,I'm very very beginer about coding. I'm so lucky to know then being a student of SheCodes! Every lesson is very easy to understand and follow. I learnt a lot and extremely like coding now. Thanks to Matt and SheCodes team🙏. Highly recommended for girls... Read More want to learn how to code.👩‍💻Read Less,SheCodes Basics,Miscellaneous and General Tech +283081,11014,shecodes,Amanda McNiel,False,2021,SheCodes Basic,2021-11-05,5.0,5.0,5.0,5.0,"“I had so much fun in the basic course and excited to start SheCodes Plus and then Pro! The lessons were amazing and conveniently fit into my mommy/student schedule. I love that I learned a new, useful skill that will hopefully take my tiny business to... Read More the next level!”Read Less",SheCodes Basics,Miscellaneous and General Tech +283070,11014,shecodes,Amy Mackey,False,2021,"Excellent introduction to coding HTML, CSS, and JavaScript",2021-11-05,5.0,5.0,5.0,5.0,"This course exceed my expectations. Matt does a wonderful job presenting and explaining each concept. By following the course, I learned and built on the concepts with minimal questions or frustration. Thank you! I am looking forward to continuing my... Read More coding journey with SheCodes!Read Less",SheCodes Basics,Miscellaneous and General Tech +283041,11014,shecodes,Paula Vianna,False,2021,Excelent option for beginners,2021-11-04,5.0,5.0,5.0,5.0,"It's an excellent course, very didactic! Primarily if the person has no prior knowledge of the topics. Even with previous knowledge of HTML and CSS, the course is worth doing due to tips and ""hacks"" that can streamline coding. I am a designer and mainly... Read More enrolled to learn more about javascript to help me better plan my projects and improve my communication with devs. After finishing my final project, I was very proud of what I have learned so far. The course differential, for me, are the exercises! Because it intercalates with videos, which has the ideal time length, making the learning experience more dynamic.Read Less",SheCodes Basics,Miscellaneous and General Tech +282997,11014,shecodes,Kelly Page,False,2021,I love SheCodes!,2021-11-03,5.0,5.0,5.0,5.0,"SheCodes is a well structured, fun, and supportive learning environment. The lessons are explained clearly, with videos, documentation, challenges, solutions, and projects (with feedback). There are Slack channels dedicated to the courses for questions,... Read More announcements, congratulations, etc. SheCodes staff messaged me throughout the course to check in with me and congratulate me on progress along the way. I have learned a lot from this course. 👩‍💻 💕Read Less",SheCodes Basics,Miscellaneous and General Tech +282987,11014,shecodes,Hannah Tipping,False,2021,Hugely Valuable Experience!,2021-11-03,5.0,5.0,5.0,5.0,Thank you SheCodes for giving me the opportunity to learn the basics in coding! I thoroughly enjoyed listening and coding along with Matt during my 3 week programme and have amazed myself by what I have achieved. Matt and the team really make coding an... Read More accessible hobby or career for anyone to have a go at. I would thoroughly recommend having a go and seeing what you can do! I will be forever grateful for the gift of these skills and an enthusiasm and passion for coding!Read Less,SheCodes Basics,Miscellaneous and General Tech +282986,11014,shecodes,Gosia Stano,False,2021,"Engaging, motivating, fun to learn! Totally recommending",2021-11-03,5.0,5.0,5.0,5.0,"This course was above and beyond what I expected! From knowing nothing, I was able to build my own website using HTML, CSS, and Javascript which sounds unbelievable but I MADE IT! I've been an English teacher for the past years, but I see potential in... Read More coding. Who knows, maybe thanks to these new skills I will be able to combine my background and create something brand new? Thank you SheCodes and the whole team! The environment was a pleasure to work with and learn from. I hope to see you during the next course! Highly recommend ❤️Read Less",SheCodes Basics,Miscellaneous and General Tech +282984,11014,shecodes,Catarina Prado Pardal,False,2021,Amazing!,2021-11-03,5.0,5.0,5.0,5.0,"Learning how to code with SheCodes is easier than I thought! The platform is well built, intuitive and easy to follow. The explanation is clear and I'm super motivated to continue learning these new skills, keeping up with the current digital transformation.... Read More Thank you so much!Read Less",SheCodes Basics,Miscellaneous and General Tech +282982,11014,shecodes,Trinidad Montilla,False,2021,Best experience starting coding!!,2021-11-03,3.7,4.0,4.0,3.0,"I was unable to start to code and thanks to this course I am able to understand the introduction to HTML, CSS and JavaScript. If you are thinking about start programing, do not hesitate to try them!!! Girls go to this website if you want to leanrn how... Read More to code. highly recommendedRead Less",SheCodes Basics,Miscellaneous and General Tech +282981,11014,shecodes,Katie Gies,False,2021,Praise for SheCodes Basics,2021-11-03,5.0,5.0,5.0,5.0,I work as a technical writer and wanted to enhance my knowledge of several code languages to increase my work performance. SheCodes tutorials are easy to follow and suit my busy lifestyle! I look forward to continuing my education with SheCodes plus.,SheCodes Basics,Miscellaneous and General Tech +282892,11014,shecodes,Genevieve Leanne Dominguez,False,2021,SheCodes is Amazing!,2021-10-30,5.0,5.0,5.0,5.0,"SheCodes is amazing!!! This bootcamp is an excellent choice to learn front-end coding skills. Matt is an awesome instructor. He breaks down concepts in an easy, brief format (each lesson is less than 20 minutes). One of my favorite things is how he provides... Read More solution videos to each challenge and homework assignment. Thank you to the entire SheCodes team! I'm definitely enrolling in another workshop.Read Less",SheCodes Basics,Miscellaneous and General Tech +282885,11014,shecodes,Anonymous,True,2021,Great way to start into the world of coding,2021-10-30,5.0,5.0,5.0,5.0,"Since highschool, I have been interested in coding but never got around to actually learn anything for real. SheCodes is a great way to get started and follow through with it. It explains all the connections between the different programs that make out... Read More a website. Perfect for beginners.Read Less",SheCodes Plus,Miscellaneous and General Tech +282884,11014,shecodes,Victoria Dunnaway,False,2021,Best decision I’ve made,2021-10-30,5.0,5.0,5.0,5.0,I was nervous at first but the assignments were thoroughly explained and easy to follow. Everyone was a big help! I can't wait to start in another workshop. Great way to learn coding whether you’re a beginner or not. I was able to receive extensions if... Read More necessary and help from other participants.Read Less,SheCodes Basics,Miscellaneous and General Tech +282824,11014,shecodes,Stéph Kuypers,False,2021,"Comprehensive, clear and fun introduction to the basics of Coding!",2021-10-28,5.0,5.0,5.0,5.0,"This has been an incredible workshop. I cannot express how much I love Matt's teaching style, each video very clear and not too long, and then the next video building on the concepts you learned before. It meant that even starting with zero knowledge... Read More I was able to follow along easily, and quickly got to grips with coding principles - and if I was ever stuck, there was a whole community on Slack to help. I also really liked how SheCodes has a lot of tools you can use, but also how the course taught me how to find the answer elsewhere if I was struggling; useful for any future coding I do! Thanks so much for this wonderful introduction to coding - I'm so pleased I've started my first steps along this path!Read Less",SheCodes Basics,Miscellaneous and General Tech +282806,11014,shecodes,Grace Wee,False,2021,You won't regret it!,2021-10-27,5.0,5.0,5.0,5.0,"I did not have any background on coding prior to this course, and I'm really glad that I took up this course with SheCodes. The learning resources were easily made available, and the team was always on standby to answer any queries promptly when we got... Read More stuck. I liked that the pace of the workshop was very comfortable too, nothing too difficult to digest, and last but not least, Matt's teachings were 💯! Thank you Matt and the team at SheCodes. Highly recommended! :)Read Less",SheCodes Basics,Miscellaneous and General Tech +282788,11014,shecodes,Mahdiyeh Rahbar,False,2021,My amazing coding journey,2021-10-27,5.0,5.0,5.0,0.0,"“I feel myself in the beginning of a fantastic journey to discover the world of coding. All my fears and hesitations are gone by this three-week workshop and I am so excited to see what I will learn on the coming ones. Matt is absolutely fantastic, he... Read More is a great teacher simplifying genius ideas and adding so much fun to his courses that you don't feel like learning but playing. The lessons are sophistically planned so that you never get stuck in homework in the real meaning. I am also very thankful to him and the team for their work to promote gender equality in this field. Thanks for giving me this opportunity.”Read Less",,Unknown +282783,11014,shecodes,Rosie Oneill,False,2021,"Fantastic Program - Thorough, Well Organized, and Fun!",2021-10-26,5.0,5.0,5.0,5.0,"I've always wanted to learn coding but felt it ""wasn't for me"" because it's such a male-dominated world. SheCodes made it feel accessible and fun! The courses are engaging, well organized and easy to follow, plus the activities and homework really cement... Read More your learning of the core concepts (far more effective than just watching a video). I can't wait to learn more.Read Less",,Unknown +282775,11014,shecodes,Aline Delavy Villanova,False,2021,It was such a lovely and enchanting experience that I Wish I had started before,2021-10-26,5.0,5.0,5.0,5.0,"I've always been interested in coding. When I came across SheCodes I actually couldn't believe I would ever do it. It was only when I started SheCodes Basics I realized that, not only it is possible, but also not difficult to learn to code. As a matter... Read More of fact, I can't remember the last time I felt so motivated to learn and to deal with the challenges this course had for me. I loved every minute of it and I am looking forward to starting SheCodes Pro. <3Read Less",SheCodes Basics,Miscellaneous and General Tech +282731,11014,shecodes,Agnieszka Męczyńska,False,2021,Amazing for those who just want to see if it's something that might be for them,2021-10-25,5.0,5.0,5.0,5.0,Before this workshop I knew nothing about coding and never thought about looking into it. I've entered this course just to see if it's something that would interest me even in the slightest...and it is! I cannot wait to expand my skills and maybe build... Read More a new careerRead Less,SheCodes Basics,Miscellaneous and General Tech +282720,11014,shecodes,Anonymous,True,2021,great!,2021-10-24,5.0,5.0,5.0,0.0,"SheCodes was a great course; I'm so glad that I completed it. I have never coded before so it was a challenge, but that's what made it fun - and now I have a skill for life that I look forward to using more in my future. I am thinking of starting one... Read More of the more advanced courses soon.Read Less",SheCodes Basics,Miscellaneous and General Tech +282685,11014,shecodes,Maisonneuve Céline,False,2021,Perfect if you are looking for a self paced but structured course!,2021-10-22,4.7,5.0,5.0,4.0,I have always wanted to brush up on my basic coding skills with a structured course that you could take at your own pace while working. This program is accessible and very easy to follow and the SheCodes team is always here for us if we need them. So... Read More nice to see how fast you progress! almost unbelievable from the first week.Read Less,SheCodes Basics,Miscellaneous and General Tech +282676,11014,shecodes,Homa Sharifmousavi,False,2021,Highly recommended for anyone interested in coding!,2021-10-22,5.0,5.0,5.0,0.0,"At first I was a little scared because I have no coding background. But the lessons were so thorough and easy to follow. It was truly a great course, in every way! Knowing that you can always get support on Slack or ask for a deadline extension makes... Read More all the unnecessary stress go away and you can just focus on learning. Thank you SheCodes team!Read Less",SheCodes Basics,Miscellaneous and General Tech +282637,11014,shecodes,Eduarda Reis,False,2021,Best Course!,2021-10-21,5.0,5.0,5.0,5.0,It was good to learn the first steps of coding. The workshops are very simple and so well designed that it makes the learning process so easy and motivating. Here we go to the next workshop! 😉 I recommend this to everyone who wants to explore the coding... Read More journey.Read Less,SheCodes Basics,Miscellaneous and General Tech +282630,11014,shecodes,Trisha Cotterill,False,2021,Highly recommend!,2021-10-21,5.0,5.0,5.0,5.0,"The SheCodes Basics course was a great introduction to coding. The course was well structured, the content was easy to understand, and there was plenty of support. I’ve already found the skills I learnt useful in my current job. Highly recommend for anyone... Read More new to coding!Read Less",SheCodes Basics,Miscellaneous and General Tech +282580,11014,shecodes,Jennifer Bonacina,False,2021,SheCodes: FANTASTIC!,2021-10-20,5.0,5.0,5.0,5.0,"I have only a lot of positive words for this course, but summarizing to one: FANTASTIC! Videos are very well explained, super clear and easy to follow and each week's homework is a perfect opportunity to work on what you learn, review it and test it.... Read More Thanks Matt and the Support Team 💪🏼Read Less",SheCodes Basics,Miscellaneous and General Tech +282573,11014,shecodes,Aneliese Fearn,False,2021,Really good introduction course,2021-10-20,5.0,5.0,5.0,0.0,"As a complete beginner to the tech world, I found this course very informative and full of useful tips and insider knowledge. There was a lot of information to digest so I think that it's really good that you can revisit all of the video and content upon... Read More completion to make sure that it really sticks. I would 100% recommend this course to anyone that is thinking of getting into coding and would like to thank the SheCodes team for all of their help along the way. They are very responsive and it's great value for money 😊Read Less",,Unknown +282567,11014,shecodes,Barbara Minor,False,2021,Great experience! SheCodes Basic workshop,2021-10-20,5.0,5.0,5.0,0.0,"“I was TOTALLY new at coding. I started off shaky at first. I couldn’t see how I would ever get it! But I am happy to say I started to understand, and even figured out a solution in my final project not necessarily covered in class. I realized that I... Read More CAN do this! Thank you for the extra help just reading the feedback in Slack. Great Class!”Read Less",,Unknown +282519,11014,shecodes,Celanie Meyer,False,2021,How online courses SHOULD be,2021-10-18,5.0,5.0,5.0,5.0,"“I have absolutely loved every step of the SheCodes Basics journey. The lessons are easy enough to follow but challenging enough to keep me interested. I'm a serial course-purchase-and-never-complete candidate, but the accountability factor as well as... Read More the ability to get live support and feedback pushed me to actually work through and complete this. Looking forward to starting Pro now!”Read Less",SheCodes Basics,Miscellaneous and General Tech +282505,11014,shecodes,Cailey Manktelow,False,2021,Great experience!,2021-10-18,5.0,5.0,5.0,5.0,This was a great introductory course! When I decided that I wanted to learn web development I was so overwhelmed and didn't know where to start. This course made it so manageable and fun! I would highly recommend it to anyone who is looking to dip their... Read More toe into the world of coding. I'm looking forward to taking more courses through SheCodesRead Less,SheCodes Basics,Miscellaneous and General Tech +282503,11014,shecodes,Jacqueline Berry,False,2021,I acquired a lot of knowledge in three weeks.,2021-10-18,5.0,5.0,5.0,5.0,"My experiences with SheCodes basics have been life altering. It's remarkable how much I've learned, in such a short period of time. I like the manner in which the course is structured and the ability to learn at my pace. It was challenging at times, but... Read More I was always pleased, once I was able to resolve the issue. Thank you for having such a supportive staff. My gratitude to you all for your assistance.Read Less",SheCodes Basics,Miscellaneous and General Tech +282499,11014,shecodes,Pascale,False,2021,Great learning experience,2021-10-18,5.0,5.0,5.0,0.0,"I enjoyed learning the basics of HTML, CSS, and JavaScript. Matt is a great instructor, the lessons were clear. I appreciated that Matt taught us how to be autonomous and try to solve any coding problem on our own before reaching out to the community.... Read More It's a great way to learn and improve.Read Less",SheCodes Basics,Miscellaneous and General Tech +282492,11014,shecodes,Andrea Lopez,False,2021,Amazing,2021-10-18,5.0,5.0,5.0,5.0,"“Hey everyone! It's so cool to be here. I have always loved technology but never felt I would be able to grasp coding. I have a bachelor's degree in Psychology and am a Crisis Counselor so I have zero experience in tech. I was always intimidated to take... Read More any computer courses as I felt I wouldn't fit in since tech is a male-dominated industry. When I found, ""SheCodes"" I was ecstatic! Although challenging, I found the material I learned valuable and fascinating. I hope to learn more!”Read Less",SheCodes Basics,Miscellaneous and General Tech +282489,11014,shecodes,Anonymous,True,2021,Great Coding Basics Workshop!,2021-10-18,5.0,5.0,5.0,0.0,"I really enjoyed the workshop. I liked how the workshop is structured. Although I had no experience in coding, I was able to get an idea about HTML, CSS, and JavaScript without feeling overwhelmed. I had a great time learning the basics and am excited... Read More to increase my knowledge in coding.Read Less",SheCodes Basics,Miscellaneous and General Tech +282488,11014,shecodes,Onyedum chinyere,False,2021,"It was a wonderful experience, thank you SheCodes",2021-10-18,5.0,5.0,5.0,5.0,"It was easy ,they were supportive but you have to follow guideline, or you ask for time extensions.overall it was fun, educative and practical with each learning backed up with challenge and suggested solution video. I also learnt to used other apps.",,Unknown +282471,11014,shecodes,Hanieh Sadat Moallemi,False,2021,A great experience and big chance,2021-10-17,5.0,5.0,5.0,5.0,"I was trying to learn coding for a long time but I couldn't find any suitable source so I gave up. after a while, I found SheCode and since that time, I'm learning coding happily. it's a great opportunity and a big chance that I got it. I hope anyone... Read More who wants to learn to code, find SheCode and, have a good experience like mine.Read Less",,Unknown +282414,11014,shecodes,Sabrene-Marie Papas,False,2021,INSPIRING,2021-10-14,5.0,5.0,5.0,5.0,I enjoyed this course so much! it was extremely fun putting my creativity to work with the weather app coding project !!! loved it !!!!!! I am doing all the Shecodes courses they offer because I’m so keen to continue learning with SheCodes and their team.... Read MoreRead Less,SheCodes Plus,Miscellaneous and General Tech +282374,11014,shecodes,Natasha,False,2021,Highly recommend for beginners to software development!,2021-10-13,5.0,5.0,5.0,0.0,I've never felt like I've learned more and in such a short period of time as during this basics workshop! I've fallen in love with the creative process and appreciate the logical structure. Thank you Matt for your straightforward and practical lectures.... Read More Looking forward to starting the plus workshop soon!Read Less,SheCodes Basics,Miscellaneous and General Tech +282360,11014,shecodes,Natalia Ortiz,False,2021,Great course,2021-10-13,4.3,5.0,4.0,4.0,"I have to say that when I started this course I had no idea all the things we could do by coding. I understand this is just the beginning, but I'm quite surprised how much I'd enjoyed this course. Now every time I'm on a different website I analyze everything... Read More and understand a little bit more about how they are built which is fun!Read Less",SheCodes Basics,Miscellaneous and General Tech +282345,11014,shecodes,Frances Robertson Christian,False,2021,Aspiring Web Developer,2021-10-12,5.0,5.0,5.0,5.0,"went to school to become a Web Developer many years ago, and I gave up because I feel as if I never learned. I tried many careers afterwards but was never happy. SheCodes gave me an opportunity to enjoy creating websites again, and I’ve learned so much... Read More more than going to college. I can’t wait to join this career field, with the right knowledge. Thank you!Read Less",SheCodes Basics,Miscellaneous and General Tech +282342,11014,shecodes,Joana Villar,False,2021,Great experience!,2021-10-12,5.0,5.0,5.0,5.0,"To be honest I never thought I would be interested in coding or anything similar, but I heard about SheCodes, tried the free class and there was a little spark! Like most people I compared coding to chinese, something very very hard and too complex. But... Read More the truth is SheCodes made it a lot simpler and fun to learn! I am just only starting, nothing too complex yet, but still, I feel really proud of what I have accomplished so far!”Read Less",SheCodes Basics,Miscellaneous and General Tech +282305,11014,shecodes,Kyra von Lindeman,False,2021,SheCodes is AMAZING!,2021-10-11,5.0,5.0,5.0,5.0,"I am so thankful how easy SheCodes has made it to be able to learn the basics for HTML, CSS, and JS. In just 2 weeks, I learned SO much compared to the amount you could learn from most generic coding classes . It gives so many possible job opportunities,... Read More and will be so helpful for resumes. At first I was worried that I would be clueless, but Matt Delac explains and shows how to do every single thing so easily and simple. I am very thankful for the opportunity as a woman to be able to learn easily, with no hassle!Read Less",,Unknown +282293,11014,shecodes,Tanashie Jacquecin,False,2021,Classes that make learning to code fun!,2021-10-11,3.7,5.0,5.0,1.0,"It was so fun to learn! The lesson video was so easy to follow and if I was confused, I would go on the SheCodes slack community and everyone is so helpful. I would recommend this course to anyone who wants to learn to code but has no prior background... Read More in tech.Read Less",SheCodes Basics,Miscellaneous and General Tech +282260,11014,shecodes,Mónica Sofia Rebocho,False,2021,Excellent learning experience and content,2021-10-10,5.0,5.0,5.0,5.0,"The workshop is very well organized and Matt is an excellent teacher! In a short time i's possible to learn a lot about html and css. If you are looking for an accessible workshop with a friendly way of teaching, this is the perfect place! Looking forward... Read More to start Shecodes Plus!Read Less",SheCodes Basics,Miscellaneous and General Tech +282174,11014,shecodes,Anonymous,True,2021,Very well organized,2021-10-06,4.7,5.0,5.0,4.0,"I had zero knowledge in coding but had always been very interested. Since I'm in Law it's not usual to have access to any kind of class that would help me get to know this area better but now I can say that I at least know the basics and would be very... Read More much interested in continuing with other SheCodes workshops ! Loved the videos and Slack, everyone is very helpful and open to help whenever. Thank you SheCodes, Matt, Joao and my classmates !Read Less",,Unknown +282167,11014,shecodes,Anonymous,True,2021,Eye-Opening,2021-10-06,4.3,5.0,5.0,3.0,"I truly enjoyed this 3 week SheCodes workshop, as someone who is brand new to coding, this workshop was a perfect introduction to HTML, CSS and JavaScript. At the end of 3 weeks I feel as though I have good foundation to keep building and practicing on.... Read MoreRead Less",SheCodes Basics,Miscellaneous and General Tech +282162,11014,shecodes,Anonymous,True,2021,Highly recommend,2021-10-06,4.7,5.0,5.0,4.0,"I would highly recommend SheCodes workshops. Matt's teaching is really great, and you can practically learn something. The course content is designed not to be overwhelming. I gained more confidence after taking the Basics Workshop, and I look forward... Read More to studying further.Read Less",SheCodes Basics,Miscellaneous and General Tech +282161,11014,shecodes,B. Saya,False,2021,"Easy, hands on and Amazingly explained programming classes for every level!",2021-10-06,5.0,5.0,5.0,5.0,"“I was a technical Recruiter for four years and came to know about coding and the IT world through recruiting.I was always fascinated about it and wondering if I could do that aswell. I have been wanting to get into coding for a long time..but there have... Read More not been many options without the proper background in this field + without having to sacrifice your fulltime job etc for it.Therefore i was very happy see an ad about Shecodes. I enrolled and wow. What an amazing experience sofar. Easy, understandable and perfectly explained lessons..i love to attend each lesson and am even excited after work to go to my class/next lesson and finally to my project end of the week:) looking forward to the rest of the journey!!Read Less",SheCodes Basics,Miscellaneous and General Tech +282160,11014,shecodes,Anonymous,True,2021,"if you haven't enrolled for SheCodes courses, you better do it as soon as possible",2021-10-06,5.0,5.0,5.0,5.0,SheCodes basic course was awesome. You'll be learning all you need as a beginner; also Matt explains everything as fun as possible you're really going to enjoy coding. There are so many amazing challenges which truly involve you and you're going to love... Read More them;)Read Less,SheCodes Basics,Miscellaneous and General Tech +282159,11014,shecodes,Milena Szambelan,False,2021,Easy way to start your IT career !,2021-10-06,5.0,5.0,5.0,5.0,"I wasn't sure I was going to enjoy coding, but I actually found myself falling in love with it. I highly recommend SheCodes to anyone who's looking to change a career and needs a straight forward course for beginners. Matt describes every lesson clearly... Read More and easily to understand.Read Less",SheCodes Basics,Miscellaneous and General Tech +282149,11014,shecodes,Brenna,False,2020,Great!,2021-10-05,4.0,4.0,4.0,4.0,"“As a pretty much beginner, with the bare bones of HTML (Thanks Myspace!), this was great course and I'm so looking forward to continuing the curriculum. The material was concise and easy to digest. As a first time mother of a 3-month old that only sleeps... Read More in 40 minute increments 😅 this was a course that I was more than able to commit to and actually retain the information while also having some creative time playing with code. I'm excited to move on to the next! 💪👩🏼‍💻”Read Less",SheCodes Basics,Miscellaneous and General Tech +282099,11014,shecodes,Rebekka Schnell,False,2021,Amazing experience!,2021-10-04,5.0,5.0,5.0,5.0,"I started my coding journey at SheCodes with the Introduction to Coding course and I can't wait to continue it with the future courses ahead! I was able to learn about the web development concepts from CSS, HTML and JavaScript. I would recommend it to... Read More anyone to wants to take a shot at coding.Read Less",SheCodes Basics,Miscellaneous and General Tech +282097,11014,shecodes,Anonymous,True,2021,"The perfect intro to HTML, CSS & Javascript. Highly recommend!",2021-10-04,4.7,5.0,5.0,4.0,"I'd been thinking about taking a coding class for a while, but it was a little overwhelming not knowing where to start. After seeing an ad for SheCodes and attending a free class, I decided to give it a shot. Matt was an awesome teacher and I enjoyed... Read More how each concept was broken down and the practice questions that came after. I also really appreciated the flexibility around completing the coursework since I work full-time. Overall, it was a fantastic experience and I'm glad I gave it a shot. If you're on the fence, I'd say go for it! Thank you to everyone on the SheCodes team!Read Less",SheCodes Basics,Miscellaneous and General Tech +282093,11014,shecodes,Elisenda Ventura,False,2021,"The perfect combination of HTML, CSS and JavaScript",2021-10-04,5.0,5.0,5.0,5.0,"I had so much fun and learned so much during this workshop! I did not have prior knowledge of HTML and CSS and this workshop has combined these languages perfectly for me. It has been an enriching experience that I highly recommend! Very, very, recommendable... Read More for absolute beginners.Read Less",SheCodes Basics,Miscellaneous and General Tech +282079,11014,shecodes,Cathy Brown,False,2021,Would definitely recommend SheCodes!,2021-10-04,5.0,5.0,5.0,5.0,"Super well organised and well paced course. Does what it says on the tin - teaches you the basics of HTML, CSS and JavaScript in under 3 weeks :) I completed the 3 weeks Introduction to Coding in 2.5 weeks - very easy to follow videos and exercises -... Read More really well aimed at the target audience.Read Less",SheCodes Basics,Miscellaneous and General Tech +282029,11014,shecodes,Lydia,False,2021,Learned a lot!,2021-10-03,5.0,5.0,5.0,5.0,"So... after this SheCodes Basics course, I know: I found a new hobby! At high school, I already had some lessons in HTML and Java. It was fun, but I never did something with coding again. Now, years later, I have developed a huge interest in the field... Read More of ""Cyber Security"", and I was looking for a course about the first fundamentals of programming, to get in that field, maybe someday! I thought about this course as ""a way to get to back-end-development"", but I discovered that I really like building websites - front-end - as well! :) I like it so much I am already thinking of continuing this course with Plus or Pro. :)Read Less",SheCodes Basics,Miscellaneous and General Tech +281908,11014,shecodes,Bernadett Duzs,False,2021,"great knowledge, supportive community",2021-09-30,5.0,5.0,5.0,5.0,"SheCodes Basics was a great experience for me! The lessons were easy to follow and has a very flexible schedule, the challenges were interesting and the community is extremely kind and helpful. It gave me a very strong basic understanding of coding, which... Read More helped to determine if it's something I would be able and interested in doing or not. I will definitely continue with the Pro workshop! :)Read Less",SheCodes Basics,Miscellaneous and General Tech +281832,11014,shecodes,Alexandria Sadzius,False,2021,New beginnings with coding!,2021-09-27,5.0,5.0,5.0,5.0,This course has been amazing. I have never had any exposure to coding before but I think I have found a new passion! Matt is very easy to follow in the videos and the homework and challenges are a great way to ensure you are following on with the content.... Read More It is very fulfilling being able to see results straight away. I can't wait to get started with my next course!Read Less,SheCodes Basics,Miscellaneous and General Tech +281808,11014,shecodes,Justyne Panton,False,2021,So far my SheCodes journey has been excellent! Love the course structure and materials.,2021-09-27,5.0,5.0,5.0,5.0,"I love how hands on the SheCodes curriculum is, I've only just started but they give you a bit of everything early on so that you can understand the foundations of various coding languages from the get-go. They also offer amazing support through their... Read More Slack community, if you're having any issues running your code they are always quick to assist in highlighting where you went wrong and how best to amend the error. Overall, I'm loving my experience with SheCodes at the moment.Read Less",,Unknown +281807,11014,shecodes,Rima Gaileviciute,False,2021,Excellent workshop to gain further coding knowledge,2021-09-27,5.0,5.0,5.0,0.0,SheCodes Responsive was my favourite workshop so far! Loved the creativity that was required to create the final project and the possibilities responsiveness gives while creating new websites. A special shout out to the team on Slack which is always there... Read More and helpful whenever I was feeling stuck.Read Less,SheCodes Pro,Miscellaneous and General Tech +281750,11014,shecodes,Angela Carli,False,2021,A fun and simple way to approach coding!😄,2021-09-25,5.0,5.0,5.0,5.0,"If you're thinking about starting this workshop, do it! The lessons are easy to follow, Matt's an excellent teacher and the team is super helpful if you're struggling with your homework. I highly recommend this course to beginners, like me, so that you... Read More can learn all the basics and start digging into this world. I thank SheCodes and the team for this wonderful experience!Read Less",,Unknown +281708,11014,shecodes,Katia R,False,2021,SheCodes Basics is the perfect introduction to coding,2021-09-24,5.0,5.0,5.0,0.0,"This workshop was a great introduction to coding: it is very skillfully made, the bite-size lessons are very clear, and the team is very reactive if you have any questions! I would definitely recommend it to anyone wanting to get into coding and I am... Read More looking forward to dive into coding further with SheCodes' more advanced workshops!Read Less",SheCodes Basics,Miscellaneous and General Tech +281574,11014,shecodes,Anonymous,True,2021,Great experience and high value - 5/5 would recommend!,2021-09-20,5.0,5.0,5.0,5.0,"This workshop was easy to follow and the challenges really motivating. I was able to organize my time well and fit it into my schedule. It is also flexible, so you can move deadlines. As someone with a little bit of prior coding knowledge, it was a great... Read More way to refresh my memory. You don't need any prior coding knowledge, though. You will learn how to create a website from scratch :)Read Less",SheCodes Basics,Miscellaneous and General Tech +281483,11014,shecodes,Vanessa Leng,False,2021,"The SheCodes Basics is an excellent course, very engaging and enjoyable - am already on the next one",2021-09-16,4.7,5.0,5.0,4.0,"I have always wanted to learn more about coding but have always felt overwhelmed by the thought. I was also apprehensive about the fact it was self-paced and that I would struggle without support and fall behind. But after watching the free course, I... Read More finally decided to bit the bullet and signed up. I am so pleased I did it. Matt explains things very effectively and insightfully. The explanations aren't just passively given to you but also explained in such a way that it makes you able to delve into it deeper and tinker with it if you so wish. The bite-size structure of the course really helps me retain the information. The slack community is also a nice reminder that you are not learning in isolation but part of a wider group. It's the best of both worlds, flexible learning but still keeps you to a weekly schedule and with assignments and homework to submit. And the response time is also very swift. I have tried learning CSS and coding before but I never stuck with it, but with this course, I was surprised to see that I find myself thoroughly engaged and hooked. I have already upgraded and am on to SheCode Plus. It is a great introductory course and definitely encouraging me to learn more and continue the next journey. I've learned so much in such a short time.Read Less",SheCodes Basics,Miscellaneous and General Tech +281480,11014,shecodes,Bronwyn Whyte,False,2021,An excellent course if you're looking to change careers.,2021-09-16,5.0,5.0,5.0,5.0,"I was very apprehensive about learning to code as I was previously a History teacher for ten years and I wasn't sure if I would be able to pick it up. I had a very basic understanding of coding thanks to my partner who is a Full Stack Engineer. Through... Read More Matt's classes I have been able to increase my knowledge and put what I have learnt into practice. I still have a long way to go, however, I feel more confident now and I have even taught my boyfriend a few tricks and functions that he didn't know. I am looking forward to learning more with Matt and SheCodes.Read Less",SheCodes Basics,Miscellaneous and General Tech +281449,11014,shecodes,Anita Younis,False,2021,Beware - SheCodes is addictive!!,2021-09-15,4.3,5.0,5.0,3.0,I have thoroughly enjoyed learning how to code with SheCodes! Every aspect has been considered in educating women most effectively (including an awesome SheCodes radio station to bop away to as you learn!) Thank you Matt & SheCodes team for creating such... Read More a wonderful platform and community!Read Less,SheCodes Pro,Miscellaneous and General Tech +281435,11014,shecodes,Anonymous,True,2021,Great coding workshop!!,2021-09-14,5.0,5.0,5.0,5.0,"I have enjoyed this class so far. I feel like it is setup in such a great way to encourage me to learn the web development technologies and actually have fun along the way. I like the class breakdown, support channels, deadlines to push us, and the fact... Read More that I can self-pace everything in my time.Read Less",SheCodes Plus,Miscellaneous and General Tech +281433,11014,shecodes,Ashley Goldstein,False,2021,easier than endless youtube hours,2021-09-14,5.0,5.0,5.0,5.0,"I’m a student at NYU pursuing a program to learn VR development and I needed a crash course in html, css, and JavaScript. SheCodes Basics workshop worked out perfectly and honestly, was way easier than trying to find tutorials on YouTube - I spent 2 weeks... Read More learning more with SheCodes than I could have by myself. I am grateful to this amazing workshop. Ps. I even signed up for their Pro course after graduating from Basics :)Read Less",SheCodes Basics,Miscellaneous and General Tech +281426,11014,shecodes,Elena Bigini,False,2021,Great workshop!,2021-09-14,5.0,5.0,5.0,5.0,"I absolutely loved this mini course! I learnt so much and had a lot of fun in general. It was a great challenge and I will continue learning coding for sure :) The videos are well explained, and they build up your knowledge step by step. Easy to follow... Read More and with the flexibility to do it when and where you can!Read Less",SheCodes Basics,Miscellaneous and General Tech +281287,11014,shecodes,Ishmeet Kaur,False,2021,A Great Experience!,2021-09-09,5.0,5.0,5.0,5.0,SheCodes is such a great way to jumpstart a change in your career or if you are curious about coding. I found it super helpful to learn the basics and understand if coding was something I wanted to look into further. Such a great experience and I will... Read More definitely be looking into the more advanced workshops!Read Less,SheCodes Basics,Miscellaneous and General Tech +281265,11014,shecodes,Elizabeth N,False,2021,SheCodes Basics is GREAT for beginners,2021-09-08,5.0,5.0,5.0,5.0,"I really enjoyed this three week workshop! Coding has always piqued my interest, but I've never had the confidence to look into it. On a whim I took the one hour free workshop and was hooked for the whole hour. I then signed up for the three week beginner... Read More course and really enjoyed myself! I felt comfortable, was able to keep up, and felt supported when I was stuck. SheCodes has created a great environment to learn in.”Read Less",SheCodes Basics,Miscellaneous and General Tech +281261,11014,shecodes,Amy L,False,2021,SheCodes Basic,2021-09-08,3.7,5.0,5.0,1.0,After a couple of false starts I decided to try SheCodes coz I've never done any front end development anyway. Turned out the coding lessons are less intimidating than I thought. It definitely helps build your confidence in stepping into the world of... Read More endless possibilities!Read Less,,Unknown +281239,11014,shecodes,Natacha Ogando,False,2021,A starting point,2021-09-08,4.3,5.0,4.0,4.0,It is quite an interesting way to start coding. The program is well organized as most of the times the answers to my questions/ curiosities were demonstrated in the following class. I recommend this workshop as a start even if you want to go to more complicated... Read More languages like Python and R. It is quite intuitive and the results of your coding can be seen straight away.Read Less,SheCodes Basics,Miscellaneous and General Tech +281233,11014,shecodes,Maira Elizabeth Cortes Hinojosa,False,2021,Great experience to jump into coding,2021-09-07,5.0,5.0,5.0,0.0,"I took the SheCodes basics workshop and it’s amazing. I learnt and enjoyed a lot the 3 weeks! :) Matt's videos are easy to understand, his explanations are great and you can easily follow all the topics. Also all the SheCodes staff is really responsive... Read More and friendly, you can reach them anytime and if you get stuck with something they will help you. I highly recommend this workshop to anyone interested in coding.Read Less",SheCodes Basics,Miscellaneous and General Tech +281217,11014,shecodes,Marinah Rahmat,False,2021,Leaves you wanting to learn more,2021-09-07,5.0,5.0,5.0,0.0,"I had no expectations when I started the workshop, only that I wanted to learn more and expand my skillset. It's no surprise that I've completed the workshop feeling overjoyed with how much I've learnt and with a burning desire to learn more. The workshop... Read More guides you but at the same time allows you to find your own solutions. I cannot recommend it enough to everyone, regardless of your career background.Read Less",,Unknown +281063,11014,shecodes,Margot Metzemaekers,False,2021,Love it!,2021-09-02,5.0,5.0,5.0,5.0,"“I loved every minute of this course and can't believe how much I have learnt in only three weeks! Whenever I had questions, they were answered quite fast, eventhough the course was completely online. The video's are not too long and not too short. After... Read More each video you can practise what you've just learned immediately. This worked really well for me”Read Less",SheCodes Basics,Miscellaneous and General Tech +281035,11014,shecodes,Anuska Jose,False,2021,Great workshop that builds up upon a basic knowledge,2021-09-01,5.0,5.0,5.0,5.0,I enjoyed furthering my knowledge of JavaScript and loved being able to pull live data using API calls. I also like the challenges and homework. It really helps to demonstrate what I've learned. Matt is a great mentor. He gives clear explanations and... Read More examples that are easy to understand and follow. I can't wait to continue learning more with SheCodes in the next workshops!Read Less,SheCodes Plus,Miscellaneous and General Tech +281034,11014,shecodes,Gemma Louise Cameron,False,2021,A fun and easy to learn experiance!,2021-09-01,5.0,5.0,5.0,0.0,"I've had such a positive experience completing the sheCodes course, everything from the friendly community to the constant help and support provided by the tutors. I have learned so much within such a short space of time. It's broken down step by step... Read More making it fun and easy to learn!Read Less",SheCodes Basics,Miscellaneous and General Tech +281033,11014,shecodes,Tamsin Brincat,False,2021,Amazing!,2021-09-01,5.0,5.0,5.0,5.0,The SheCodes Basic course was great! Matt's videos were clear and he made abstract concepts tangible and comprehensible. The team was also very helpful and always got back to me straight away whenever I had any questions. Can't wait to move on to the... Read More next modules!Read Less,,Unknown +281003,11014,shecodes,Denise A,False,2021,Totally recommended!,2021-08-31,5.0,5.0,5.0,0.0,"Recently, I have been curious of what coding is all about. And enrolling in the workshop has been enjoyable, interesting and worth of my time. It is beginner-level friendly and loved how flexible the workshop was! After completing the worskhop, I have... Read More tried making my own little projects based from what I learned! I had so much fun. Now, I am on my journey in completing SheCodes Plus :) I am excited to gain more knowledge in coding!Read Less",,Unknown +280992,11014,shecodes,Anonymous,True,2021,A great start!,2021-08-31,5.0,5.0,5.0,5.0,"SheCodes basics was a very good introduction to coding. The workshop is well balanced between slowly building the basics and keeping an interesting pace with challenges. Even though the courses are online only (recorded videos, nothing ""live""), I never... Read More felt alone thanks to the Slack platform, which offers an easy way to get in touch both with the staff and fellow students.Read Less",SheCodes Basics,Miscellaneous and General Tech +280986,11014,shecodes,Caitlin,False,2021,SEO,2021-08-31,5.0,5.0,5.0,5.0,"I love this platform! Shecodes.io has made it incredibly easy to learn the basics of coding, from short, easy to digest instructional videos to an online support group to assist in completing both lessons + homework assignments. Coding/programming was... Read More a bit intimidating for me, but Matt (his instructional videos) and this platform (online support chat, designated CS rep, SOPs, etc.) has made this task way less daunting. Thanks SheCodesRead Less",,Unknown +280946,11014,shecodes,Sophie Owens,False,2021,Couldn’t recommend it more!,2021-08-30,5.0,5.0,5.0,5.0,"I was nervous to start out as I always saw coding as such a daunting & complex skill, with many terms I'd never heard of! Matt & the SheCodes team made the whole learning experience so fun and interactive, with a huge sense of community & support. I've... Read More enjoyed this workshop so much and I will definitely be continuing on with the more advanced workshops in the future! Couldn’t have asked for a more positive experience!Read Less",SheCodes Basics,Miscellaneous and General Tech +280938,11014,shecodes,Mide Olabanji,False,2021,Great!,2021-08-30,5.0,5.0,5.0,5.0,A huge thank you to Matt Delac and the SheCodes team for the opportunity to learn coding in such simple and personalized steps. The workshop is empowering multiple women at a time. The Slack group chat and hands-on help is also incredible. 10/10; would... Read More definitely recommend! 👏Read Less,,Unknown +280924,11014,shecodes,Martina Bartoli,False,2021,A wonderful way to improve your skills and realise your future,2021-08-30,5.0,5.0,5.0,5.0,"I've never believed that I would start a path like this. Thank to Matt I've improved my skills and I feel very satisfied. At first coding may appear very difficoult, but with SheCodes and with Matt I've learned so much. All the staff is supporting and... Read More helpful, a big community.Read Less",,Unknown +280838,11014,shecodes,Geneviève Grigg,False,2021,One of the most well-merited programming courses,2021-08-27,5.0,5.0,5.0,5.0,"The content of all the courses are laid out intuitively and comprehensibly; perfect for all types of learner wether it be visual, auditory or kinesthetic. The strong female presence has made SheCodes all the more encouraging and empowering. I'm driven... Read More to try and pass on the empathy and helpfulness of the SheCodes staff if I get the opportunity to help or collaborate with others in coding.Read Less",SheCodes Basics,Miscellaneous and General Tech +280837,11014,shecodes,Danielle,False,2021,I enjoyed the workshop! Amazing experience! :),2021-08-27,5.0,5.0,5.0,0.0,“I absolutely loved this workshop! Having no previous experience in coding I found the SheCodes lessons to be very easy to understand and follow along. I liked that there are deadlines every week which helped me stay motivated and on track! I have learned... Read More so much in only 3 weeks!!! 5/5 Would highly recommend 😊”Read Less,,Unknown +280814,11014,shecodes,Anonymous,True,2021,"Easy to learn, fun and hands-on",2021-08-27,5.0,5.0,5.0,0.0,"I have a basic understanding of code from my previous education, but SheCodes is really helpful in understanding code on a greater scale. Matt helps break down everything in simple terms in videos running roughly under 15 minutes each so you're not overwhelmed.... Read More He also shares little tips to make your training of code fun, more efficient, and what is important to learn versus what is not that important to learn in the coding world (or at least for the time being in SheCodes). You are given all the information you need, a schedule to follow (on your own terms- remote) and programs to download for use. Matt is really passionate and knowledgeable about coding and has a team of helpers to help you when you get stuck (via Slack), including the community of women also in the course who have been where you are at and can provide insight as well. You are never alone! I highly recommend SheCodes if you are looking into learning code on any level and grow further in the tech world.Read Less",SheCodes Pro,Miscellaneous and General Tech +280758,11014,shecodes,Chandra de Melo Lamas Machado,False,2021,AMAZING!,2021-08-26,5.0,5.0,5.0,5.0,"I did the course in an unexpected and improvisational way. I had my concerns and my perception that coding was boring and too difficult for me - NO! Coding is fun and excited. I still have my concerns about the coding ""career"", but I am looking forward... Read More to the next steps and dive into more details in this world.Read Less",,Unknown +280731,11014,shecodes,Thais Santos Damasceno,False,2021,Boost your confidence,2021-08-25,4.5,5.0,4.0,0.0,"I have never expected that one day I could build something on the web. I always thought that I do not have the skills, I am not capable of, guess what? Of course, I don't know everything yet. A lot has to come, but I will face it. I trusted Matt Delac... Read More and their team to guide me through this. Finally, I believe Matt not only teaches code, but he also boosts your confidence. For all women out there, yes you can do it!Read Less",SheCodes Basics,Miscellaneous and General Tech +280680,11014,shecodes,Sahar Saberijamal,False,2021,Highly recommended,2021-08-24,5.0,5.0,5.0,5.0,I highly recommend SheCodes. Why?!! Because the instructor was great. I tried ways for learning to code but SheCodes was different! You never get bored of courses. Learning to code was amusing for me. I loved it! SheCodes is the best choice for people... Read More that want to learn to code. I promise that nobody won't be disappointed by learning to code here.Read Less,SheCodes Basics,Miscellaneous and General Tech +280658,11014,shecodes,Vivian Eun,False,2021,SheCodes made coding easy and fun to learn!,2021-08-24,5.0,5.0,5.0,0.0,Never thought I would be able to code but Matt and his team made coding enjoyable and easy to learn! I really enjoyed doing the challenges and a small win for me from zero coding knowledge to coding a simple webpage! :) I am continuing my coding journey... Read More in SheCode Pro! Thanks Matt and SheCodes Team!Read Less,SheCodes Basics,Miscellaneous and General Tech +280652,11014,shecodes,Diksha Patidar,False,2021,Awesome,2021-08-24,5.0,5.0,5.0,0.0,"I really enjoyed being a part of this Program and really excited for upcoming programs. SheCodes teaching skills are awesome, they provide a very good platform to learn skills for beginners. I would like to thanks Shecodes for providing a great opportunity... Read More and for an amazing experience.Read Less",,Unknown +280637,11014,shecodes,Karla Díaz,False,2021,Fun and challenging!,2021-08-23,5.0,5.0,5.0,5.0,"I learned lots of new things and had so much fun these three weeks! I really liked that the main focus of the workshop is on having fun coding and seeing ""frustration"" just as a part of the process and not as something negative. I am starting the shecodes... Read More plus workshop this week :)Read Less",SheCodes Basics,Miscellaneous and General Tech +280583,11014,shecodes,Karolina Adamus,False,2021,"No matter your background or experience, invest in this course because it is life changing!",2021-08-23,5.0,5.0,5.0,5.0,"This course in, without exaggerating, the best course I have ever taken. For MANY reasons. I have no background in the Tech. I never had ANY interest in it either, until a couple of weeks ago. I love how flexible, pedagogic and mind-blowing this course... Read More is. For me, someone with zero experience, it was a bit TERRIFYING to start coding, but this course is almost impossible not to pass. The instructions are smooth to follow. Lessons are short, informative, and bring lots of value. Challenges are in line with lessons. This entire course is divided into shorter sessions, making it so smooth to learn. I cannot believe how much I have learned in under three weeks - it is INSANE! If someone would have told me few months ago that I would be able to create a webpage using HTML, CSS and JavaScript all on MY OWN, I would never believe them. And this was just a Introduction Workshop! I am looking forward to starting the next workshop! If you are hesitating, if you have second thoughts, DO NOT. This will be the best investment you will ever make. Matt is an incredible teacher and this course could change your life! I have never been this proud and HAPPY with MYSELF and my achievements. Thank You Matt, and thank you SheCodes! I will be back for me 💗🥰Read Less",SheCodes Basics,Miscellaneous and General Tech +280548,11014,shecodes,Jennifer Harrison,False,2021,Exactly what I was looking for,2021-08-21,5.0,5.0,5.0,0.0,"I enjoyed the short tutorials and challenges, and appreciated the patience from the support team! Each video is about 5-10 minutes, and included notes below. This helped me stay focused on details, and was perfect for someone completely new to coding.... Read More After 2 weeks, I was able to create a simple webpage that showcased the basic HTML, CSS and JavaScript I learned. I felt empowered to gain a new skill! Definitely exceeded expectations 😊.Read Less",SheCodes Basics,Miscellaneous and General Tech +280540,11014,shecodes,Anonymous,True,2021,"Fun, Interesting and Useful!",2021-08-20,5.0,5.0,5.0,5.0,"I definitely enjoyed completing this SheCodes course and am grateful for the experience. I have been interested in learning to code for a long time so this has been very useful, and I would definitely recommend it to others who want to learn more about... Read More coding! It was a great starting point :)Read Less",SheCodes Basics,Miscellaneous and General Tech +280530,11014,shecodes,Roxette Garcia,False,2021,Awesome bootcamp! ☺️,2021-08-20,5.0,5.0,5.0,5.0,"“10 out of 10 would recommend SheCodes! Matt is a really good instructor and all the modules are straightforward, clear, and very easy to follow along. The SheCodes team and the community are always very helpful too. Did not expect to like coding this... Read More much. 👩🏻‍💻☺️”Read Less",SheCodes Basics,Miscellaneous and General Tech +280503,11014,shecodes,Sina Joos,False,2021,Well organised and a lot of fun!,2021-08-19,5.0,5.0,5.0,5.0,"Got hooked on coding! Coming from a completely different background (Tibetan studies and teaching German) I enjoy the creativity in coding and seeing its outcome directly. Matt has a calm and motivating way of teaching and if I had questions, the teachers... Read More on Slack answered quickly. The course was fun and easy to follow!Read Less",SheCodes Basics,Miscellaneous and General Tech +280500,11014,shecodes,Armita Vajed,False,2021,My review about finishing Shecodes Basics 3 week workshop,2021-08-19,5.0,5.0,5.0,0.0,"I didn't know anything about coding and it was my first time trying a workshop like this. It was just so good, I Loved this workshop, Learned a lot and I can't wait for what's next. After I finished Shecodes Basics I'm going to start Shecodes Plus course.... Read More I'm thankful to everyone at SheCodes who made it possible for me to learn coding.Read Less",SheCodes Plus,Miscellaneous and General Tech +280491,11014,shecodes,Diyana,False,2021,SheCodes basics course,2021-08-19,5.0,5.0,5.0,5.0,"I really enjoyed this course and would highly recommend it to anyone. I liked how the lessons were structured in a step-by-step process, along with the interactive video content and challenges. Thank you SheCodes for an amazing course. I can't wait to... Read More learn more.Read Less",,Unknown +280405,11014,shecodes,Bianca Rabbi,False,2021,Amazing!! ✨,2021-08-16,5.0,5.0,5.0,5.0,"The workshop is amazing! In 3 weeks I learned more than I imagined and I was very proud of everything I managed to produce! ✨ I can't wait to be able to do the other workshops and improve my coding skills more and more, in addition to being able to apply... Read More for jobs in front-end developer. Thank you so much SheCodes!!! 💕Read Less",SheCodes Basics,Miscellaneous and General Tech +280397,11014,shecodes,Dora Friedman,False,2021,Organized and paced well.,2021-08-16,5.0,5.0,5.0,0.0,I would definitely recommend SheCodes to anyone who benefits from step-by-step learning. It's organized very well. I didn't feel that I was falling behind at any point and I really enjoyed the class! I can't wait to learn more and browse through the more... Read More advanced workshops.Read Less,SheCodes Basics,Miscellaneous and General Tech +280388,11014,shecodes,Cally,False,2021,SheCodes 10/10 would recommend!,2021-08-16,5.0,5.0,5.0,0.0,"I loved my experience with SheCodes! I began the SheCodes Basic course with no previous coding experience whatsoever, and I am completing the course completely amazed at how much I have learned. Every lesson builds upon each other, which allows you to... Read More grow with each challenge you complete. Matt's an incredible teacher, and SheCodes made me feel like I was set up for success!Read Less",SheCodes Basics,Miscellaneous and General Tech +280368,11014,shecodes,Martha Herzog,False,2021,"Great workshop! I learned so much, it was an amazing experience!😀",2021-08-15,5.0,5.0,5.0,5.0,"SheCodes Basics is made for absolute beginners. The curriculum is huge, but splitted in smaller tasks. You have to submit a homework every week. There is gerat support from the team and the other students, you can ask them everything and get help. So,... Read More the motivation to get it done is really high!Read Less",SheCodes Basics,Miscellaneous and General Tech +280320,11014,shecodes,Eiko.B,False,2021,"Age doesn't matter, curiosity is the key!",2021-08-13,5.0,5.0,5.0,5.0,"I had zero knowledge and no experience coding, but I was curious and wanted to try it one day. After my 40th birthday I wanted to try something totally new, and this was the best choice ever! Although it was not easy, and I had repeat the videos several... Read More times until I got it, I really enjoy coding now! Sometimes I forget to stop coding :) I can´ t wait for the next chapter!Read Less",SheCodes Basics,Miscellaneous and General Tech +280298,11014,shecodes,Elina Ninan,False,2021,Lovely :),2021-08-13,4.7,5.0,4.0,5.0,I’m a high school graduate and thought I'd take up an interesting skill over the summer. I'm glad I went for SheCodes as it taught me a lot with its simple lessons and never once felt too overwhelming for me. I definitely want to advance more in my coding... Read More knowledge now.Read Less,SheCodes Basics,Miscellaneous and General Tech +280225,11014,shecodes,Mariana Bechert,False,2021,Amazing content and good challenges,2021-08-12,5.0,5.0,5.0,5.0,"I was really surprise with the amount of things I have learned in the past 3 weeks while doing the SheCodes course. I had no idea about coding, still have loads to learn, but my final project made me really happy. I can definitely say I enjoy my time... Read More while doing the exercices and projects.Read Less",SheCodes Basics,Miscellaneous and General Tech +280216,11014,shecodes,Marie Nixon,False,2021,"Watch the lectures, try the code, check the solution, have fun!",2021-08-11,5.0,5.0,5.0,0.0,"I thoroughly enjoyed this course, and in fact, it was the wonderful free SheCodes lecture which I signed up to, which made me even consider learning to code! I completed the Basics course easily in 2 weeks. The sections were short and fun, and I liked... Read More the fact that after each demonstration, we would have a go at writing some code ourselves, and once we had submitted our attempt, we could watch a video showing a solution. Another great feature is that you can redo your code and submit it again if you want. I can't recommend the free lecture enough. You have nothing to lose!Read Less",,Unknown +280126,11014,shecodes,Tina,False,2021,I learned flexible and super fast due to SheCodes great education system,2021-08-10,5.0,5.0,5.0,5.0,"Before the SheCodes workshop, I had very little until no knowledge of HTML and CSS but I wanted to learn it to improve my skills as a product manager. After 3 weeks I gained new skills, and can now do more and more implementations with confidence. I really... Read More enjoyed the flexibility of the courses because I could learn it while working full time. Matt is explaining everything very clearly and step-by-step. It was fun to start learning to code! Thank you!Read Less",SheCodes Basics,Miscellaneous and General Tech +280110,11014,shecodes,Elizabeth Victoria Arnetvedt,False,2021,Motivated to gain more knowledge about coding,2021-08-09,5.0,5.0,5.0,5.0,"“The introductory course to coding is highly recommended if you want to learn in an interactive way. The way the course is set up triggers your motivation and the ability to complete your project. You learn technical language and tools to use. The time... Read More spent on the course has gone very fast since it has been a lot of fun and caught my interest very much. I look forward to applying my new knowledge to my job as a tester, and would recommend the course to others who are interested in coding. 😀”Read Less",SheCodes Basics,Miscellaneous and General Tech +280104,11014,shecodes,Marni Ali,False,2021,"Easy to learn, important skill to have.",2021-08-09,4.7,5.0,5.0,4.0,"Pros: Own time, own place to complete. Has a great support system through SheCodes community via slack. Very systematic curriculum that help organized one’s busy schedule. Quick response when in doubt. Cons: Can’t think of one at the moment cos I’m new... Read MoreRead Less",SheCodes Pro,Miscellaneous and General Tech +280099,11014,shecodes,Anonymous,True,2021,Really great way to start learning coding with no experience,2021-08-09,5.0,5.0,5.0,5.0,Really enjoyed my first introduction to coding and will definitely continue!! I also love that you can revisit the lessons and do them again if you need to. I had no prior experience or knowledge in this area before the course. Definitely kick-started... Read More my introduction to coding.Read Less,,Unknown +280094,11014,shecodes,Anonymous,True,2012,"Structured, excellent clarity & pace. Flexible Timing.",2021-08-09,5.0,5.0,5.0,5.0,Enjoyed the SheCodes Basic Workshop so much. Learning was extremely structured with gradual building blocks which I love. I was looking for a course structure that would suit me and my time commitments. So glad I came across SheCodes Intro session 2 weeks... Read More ago. Being able to code a landing page in 1 week is exhilarating and empowering! Thank you Matt and team!Read Less,,Unknown +280027,11014,shecodes,Allyson Varga,False,2021,You won't regret learning something new! :),2021-08-05,5.0,5.0,5.0,5.0,"I LOVED learning the basics of coding in this workshop! I was able to manage the lessons, homework, and project around my full time job in IT, and I feel like I'm starting to learn a new language! If you're on the fence about signing up - DO IT! You won't... Read More regret learning something new! :)Read Less",SheCodes Basics,Miscellaneous and General Tech +280014,11014,shecodes,Amy,False,2021,A fun and easy way to get into coding for women,2021-08-05,5.0,5.0,5.0,5.0,I was encouraged to pursue the SheCodes workshop for beginners by my sister who had already finished it - and upgraded to the next level - and the only thing I can say is that it was the best decision ever! I am a student in international studies and... Read More being able to enrich my set of skills is very important to me. Also it was a great opportunity to study something new and go out of my comfort zone - I am more of a bookworm usually! So a big thanks to the SheCodes team for your work in helping women in the coding field!Read Less,SheCodes Basics,Miscellaneous and General Tech +279963,11014,shecodes,Hannah Rowlands,False,2021,Great introduction to coding!,2021-08-03,5.0,5.0,5.0,5.0,"Excellent introduction to the world of coding, Matt is a great teacher, the lessons were engaging and in bitesize pieces which made it really simple for a bigger like myself! The homework also helped challenge what you had learnt and made sure you took... Read More everything in. Loved it!Read Less",SheCodes Basics,Miscellaneous and General Tech +279953,11014,shecodes,Amaka Ikemefuna,False,2021,Insightful,2021-08-03,5.0,5.0,5.0,5.0,"Since I started SheCodes, I fully grasped the basics of HTML, CSS and JavaScript. The learning style is a perfect fit for me, I totally enjoyed the challenges after each lesson which helped the tutorial stick. The final project was a bit challenging,... Read More a lot of thinking had to be put into it but it was worth it.Read Less",SheCodes Basics,Miscellaneous and General Tech +279910,11014,shecodes,L Hendricks,False,2021,Engaging and,2021-08-02,5.0,5.0,5.0,5.0,I thoroughly enjoyed the SheCodes Basic course. I found it engaging and informative. The lessons were easy to digest and the exercises helped to consolidate the knowledge. There was so much support from staff and other coders on the course. I am very... Read More excited to start the SheCodes Plus courseRead Less,SheCodes Basics,Miscellaneous and General Tech +279906,11014,shecodes,Vivienne Carberry,False,2021,Interesting Challenge!,2021-08-02,5.0,5.0,5.0,5.0,"Really fun and challenging!! It was much harder than I thought it'd be and seeing other people ask questions on slack really gave a friendly atmosphere. The homework also had a really fast response time so I could see how to fix any mistakes I made, it... Read More really helped to keep the course flexible.Read Less",SheCodes Basics,Miscellaneous and General Tech +279885,11014,shecodes,Adenike.A,False,2021,Great!,2021-08-01,5.0,5.0,5.0,0.0,"My experience with SheCodes so far has been worthwhile, from the free workshop to the SheCodes Basic workshop. I felt a sense of accomplishment with my project, not because the project is the best but I was able to code a lovely page within three weeks... Read More is an awesome experience. All these is courtesy of SheCodes Foundation.”Read Less",SheCodes Basics,Miscellaneous and General Tech +279884,11014,shecodes,Adenike. A,False,2021,Insightful and Educating,2021-08-01,5.0,5.0,5.0,5.0,"With SheCodes, it was easy for me to have a path to follow as it was defined and made easy for anyone to follow and learn. The structure of the workshop makes it easy for students with no coding background to understand. I am grateful to the SheCodes... Read More Foundation for the opportunity.Read Less",SheCodes Plus,Miscellaneous and General Tech +279882,11014,shecodes,Bruna Daniela Fernandes Pereira,False,2021,Huge Thanks to SheCodes!,2021-08-01,4.7,5.0,4.0,5.0,"I just want to say a huge thankyou to Matt Delac for opening my eyes to the world of code 👀 I stumbled upon the SheCodes Express video by accident (never thought I would be grateful for Ads!) and completely fell in love with coding on the spot. I never... Read More thought I would be this giddy about anything in my life! I immediately applied for the SheCodes Basic Workshop and I don't regret it one bit! The workshop is 5* - the timings are great, Matt's explanations are very easy to understand, there is no pressure, the help is incredible and the community is awesome ❤ Can't wait to start SheCodes Plus!Read Less",SheCodes Basics,Miscellaneous and General Tech +279880,11014,shecodes,Anonymous,True,2021,What a great workshop!,2021-07-31,5.0,5.0,5.0,5.0,"What a great workshop! I was able to finish the basics course in a week and I've learned so much! It was a lot of fun trying to implement everything and when I got stuck, I easily jumped over to Slack for help. Would totally recommend this course. I just... Read More signed up for Plus next.Read Less",SheCodes Basics,Miscellaneous and General Tech +279878,11014,shecodes,Efrat Shamban,False,2021,Amazing!!,2021-07-31,5.0,5.0,5.0,5.0,SheCodes Basic is a very good platform for a beginner like me. The workshop is well organized and makes you want to explore and learn more. You don't have to be a developer in order to understand. Matt explains everything step by step which makes it easier... Read More to understand. Happy Coding :)Read Less,SheCodes Basics,Miscellaneous and General Tech +279827,11014,shecodes,Elleta McDaniel,False,2020,SheCodes Workshop,2021-07-30,3.7,5.0,5.0,1.0,"I initially wrote a review when I first started . It’s been over a year since I did it and I have to say I love Matt’s teach methods and feel like I learned a lot. On the downside I didn’t feel like it helped me network into the front end development... Read More community and other coders. Also the job prep and placement is lacking . I am still applying for work and I am consistently told I don’t have enough experience. If there was a way that the program allowed us to create real life projects in groups I think it would help, also I think it should have job fairs, help with cv and portfolio, etc.Read Less",,Unknown +279826,11014,shecodes,Sofie Ertner,False,2021,Very satisfied!!,2021-07-30,5.0,5.0,5.0,5.0,"Very cool way of learning, simple and encouraging. It makes you want to start homework right away! It makes sure you are following the classes and they actually review your homework. I really liked this way of learning, and the material is actually not... Read More very hard, it may seem like a lot, but once you watch the first lesson it is very manageable!Read Less",SheCodes Basics,Miscellaneous and General Tech +279824,11014,shecodes,Atefeh Mirzabeigi,False,2021,It was amazing,2021-07-30,5.0,5.0,5.0,5.0,I want to say that it was one of the best courses I've ever took. I love the way Matt taught the content. It was easy to follow. The challenge after each section was a good idea to get more of that section. I hope it would make a good impact on my career... Read More improvement.Read Less,,Unknown +279794,11014,shecodes,Liza Brown,False,2021,A challenging yet fun experience!,2021-07-29,5.0,5.0,5.0,0.0,I loved learning about coding and the simplicity of the presentations and the assignments. SheCodes is really a great way to test your interest in coding and getting introduced into the coding world. If you're new to coding this is the best place to start.... Read MoreRead Less,SheCodes Basics,Miscellaneous and General Tech +279780,11014,shecodes,Monique Nguyen,False,2021,Coding Education for Everyone,2021-07-29,5.0,5.0,5.0,5.0,"SheCodes is an excellent entry into the world of code! Workshops are incredibly in-depth, whilst maintaning a level of simplicity that anyone could understand. It is also surprisingly flexible, despite the high density of content, which makes it an exceptional... Read More choice for busy people at an affordable price. In short, I thoroughly enjoyed my time learning with SheCodes and would highly recommend their workshops.Read Less",SheCodes Basics,Miscellaneous and General Tech +279756,11014,shecodes,Brigitte Giguere,False,2021,"Engaging, hands-on, and a lot of fun! 👩‍💻",2021-07-28,5.0,5.0,5.0,5.0,"This workshop has been so great; I would highly recommend to anyone looking to learn about coding or web development! I've learned so much in just 3 weeks! The learn-then-apply format has been excellently executed by SheCodes, using a lesson + challenge... Read More + solution for each topic. This was super easy to follow and can be done at any pace, starting and stopping at any time. The cheat sheets are also great references for the homework, project, and future use. I like that the content of the workshop is modern and we learn to be resourceful in a modern way (using google searches to learn more, Slack channels to solve problems with our classmates, etc.). Looking forward to seeing what's next! Happy coding 👩🏻‍💻Read Less",,Unknown +279753,11014,shecodes,Sultan Yangin,False,2021,"Very clear, easy to follow and structured course",2021-07-28,5.0,5.0,5.0,0.0,"Before starting this course, I did not have any knowledge about coding -though I was always so curious about it! I have just finished SheCodes Basics and WOW! Within 3 weeks, I've learnt plenty about HTML, CSS and JavaScript and built a basic web page... Read More from scratch! Learning to code can be challenging, however, it is indeed rewarding too. Remember that, to really learn this stuff, you need to immerse yourself in it. Keep practising! I highly encourage anyone new to coding to enrol in this workshop. Do not hesitate! Matt is a great teacher, he explains everything in a way that a beginner can understand and digest easily. Cheers, Matt and team! Looking forward to the SheCodes React Plus Workshop with youRead Less",SheCodes Basics,Miscellaneous and General Tech +279703,11014,shecodes,Sue L,False,2021,SheCodes is well paced and great for a beginner,2021-07-27,4.0,5.0,5.0,2.0,"SheCodes Basics is great. It's well paced and, it is a great platform to learn as a beginner as there are great challenges paired with each lesson. Information is presented in a very clear way. I am now completing the SheCodes Plus course and very much... Read More enjoying it.Read Less",SheCodes Basics,Miscellaneous and General Tech +279693,11014,shecodes,Joyce Oluwatosin Olusegun,False,2021,"My experience has Informative, Direct, Hands-on, and highly Engaging especially as a *very* new learner in the world of Coding.",2021-07-26,5.0,5.0,5.0,5.0,"To be direct and honest, this program is great for anyone looking to get an introduction into coding. Matt is an awesome instructor and his team are very helpful and encouraging. I am excited to move on to the next course and am looking forward to it.... Read More Do not second guess, just go ahead and go for it!Read Less",,Unknown +279679,11014,shecodes,Anonymous,True,2021,"SheCodes, really helped me in breaking down the barrier between the stigma around coding being tricky!",2021-07-26,3.3,4.0,4.0,2.0,"SheCodes, really helped me in breaking down the barrier between the stigma around coding being tricky! I found it really enjoyable especially with the challenge of working out which elements are incorrect. The 3-week course was definitely enabled me to... Read More feel confident going into my new role which has coding involved.Read Less",SheCodes Basics,Miscellaneous and General Tech +279677,11014,shecodes,Patricia Rodriguez,False,2021,Amazing!!,2021-07-26,5.0,5.0,5.0,5.0,"I finished the SheCodes Basics Workshop this month and I can assure is an amazing workshop, definitely exceeded my expectations! I totally recommend it, specially for those women who are still not sure about taking this path in their professional lives... Read More 👌Read Less",SheCodes Basics,Miscellaneous and General Tech +279637,11014,shecodes,Evelina Kupryte,False,2021,Awesome coding workshops!!!,2021-07-24,5.0,5.0,5.0,5.0,"I am soooooo glad and grateful for the universe that I found SheCodes page and I got the chance to enroll in these courses!Seriously!It is one of the best things that happen for me this year. Easy to follow, challenging, 24/7 support and lots of nice... Read More people.And it is just the start, so I can just imagine what is waiting for me on further courses.Thank you a lot!Read Less",SheCodes Basics,Miscellaneous and General Tech +279635,11014,shecodes,Britt B.,False,2021,Nothing short of amazing.,2021-07-23,4.7,5.0,5.0,4.0,"SheCodes lets me learn at my own pace while still holding me accountable to finish what I've started. All of the lessons are easy to follow, and the SheCodes community is very helpful and supportive! I’m so glad I signed up- it is exactly what I needed.... Read MoreRead Less",SheCodes Basics,Miscellaneous and General Tech +279631,11014,shecodes,Danielle Rounding,False,2021,Great intro to coding!,2021-07-23,4.7,5.0,5.0,4.0,"As someone who has no prior coding experience and was unsure of how effective online learning would be for me, I'm so glad I took the plunge and completed the SheCodes course! The video tutorials and pre-made resources were instrumental in making sure... Read More I stayed the course and found success in learning the basics of HTML, CSS & JavaScript. I would highly recommend and I'm looking forward to continuing on the SheCodes journey.Read Less",SheCodes Basics,Miscellaneous and General Tech +279628,11014,shecodes,Nikkei Pido,False,2021,With SheCodes it’s easy,2021-07-23,5.0,5.0,5.0,5.0,"“Taking the SheCodes Basics was definitely what I needed to feel refreshed and confident with coding before hopping onto the more advanced courses such as React or Pro, which I am thinking of taking next. Each lesson within a week was so easy to follow... Read More and the extra documentation and syntaxes provided below each video was very helpful. The way Matt had divided his lessons really makes the student not feel overwhelmed as most may worry or be intimidated about when it comes to coding. But with SheCodes everything was easy. Onto the next courses!”Read Less",SheCodes Basics,Miscellaneous and General Tech +279625,11014,shecodes,Janda van Dyk,False,2021,SheCodes Basics,2021-07-23,5.0,5.0,5.0,5.0,"Wow! I absolutely loved this course. I have a background in Fashion Design, but I am looking to transition into UX/UI. I wanted to take this course because I do not have a background in coding. I will admit that I was scared before starting this course... Read More but I quickly felt empowered rather than scared! I will highly recommend this to anyone who wants to broaden their knowledge and understanding of coding. Thank you for a wonderful 3 weeks!Read Less",SheCodes Basics,Miscellaneous and General Tech +279621,11014,shecodes,Victorious Mangheni,False,2021,A student-centered and exceptionally enlightening program!,2021-07-23,5.0,5.0,5.0,5.0,"Starting out, I was pretty uncertain about coding and the classes in general. My focus has always been in human medicine(as a career) but the past three weeks have completely transformed my paradigm! It's not that I've dropped my medical aspirations;... Read More rather, I've become so passionate about coding that I can't wait to use it to transform medicine as we know it!Read Less",,Unknown +279573,11014,shecodes,Victoria,False,2021,"Well organized, fun, challenging online coding course that felt like an in-class experience!",2021-07-21,5.0,5.0,5.0,5.0,"I wasn't sure if this was going to be worth the money. I was nervous about not liking the course or not having the time to finish it. I was all the way wrong! Even though I'm doing a PhD and working a part-time job right now, I found myself looking forward... Read More to listening to Matt's instructions, completing challenges and doing the final assignment. I was hesitant, but you shouldn't be. If you're waiting on something (or someone) to give you a strong enough recommendation to take the plunge and sign up, this is it!Read Less",SheCodes Basics,Miscellaneous and General Tech +279570,11014,shecodes,Anonymous,True,2021,SheCodes Basics Workshop,2021-07-21,5.0,5.0,5.0,5.0,"“The Basics course has been structured in a way that lets a complete beginner (like me) get straight to coding. Every piece of information makes sense and is applicable to the current task, with just enough enigma left to work things out yourself. I barely... Read More needed assistance while doing homework because everything was so well-explained, but when I did, the response on slack was almost immeidate. The course is a perfect balance of teaching and personal research, and an overall success. I have enjoyed the program immensely and look forward to moving on to Plus in a bit, after I create a few more pages and get even more confident with the tools I have just acquired.”Read Less",SheCodes Basics,Miscellaneous and General Tech +279560,11014,shecodes,Navvab Danso,False,2021,Fantastic!,2021-07-21,5.0,5.0,5.0,5.0,"I had so much fun! An incredible experience full of extraordinary challenges! In 3 weeks I learned a lot about HTML, CSS, JavaScript and VsCode. Something that some time ago I thought it was impossible! Doing this workshop was one of the best decisions... Read More I've made in recent times! I'm ready for the next stage which I'm sure will be amazing. Thank you!Read Less",,Unknown +279529,11014,shecodes,Alessandra,False,2021,It was a great experience!,2021-07-20,5.0,5.0,5.0,5.0,"“I have never before thought about doing coding, until a friend suggested my to check SheCodes. The whole Basic course was great, and the schedule allowed me to keep working alongside with following the lessons! I cannnot wait to start the Plus workshop!... Read More With the explanations given plus searching online yourself, you learn a lot. It is a lot of fun and super interesting. Not to forget that the team is GREAT!”Read Less",SheCodes Basics,Miscellaneous and General Tech +279516,11014,shecodes,Grace,False,2021,"Learning easily or gaining knowledge and having a fun time creating all at the same time is RARE to find, however I did with SheCodes. Best of both worlds -H. M.",2021-07-19,4.7,5.0,5.0,4.0,This was a fun journey. Very easy to understand and to follow due to Matt being a great teacher and teaching step by step. The team and people on slack were also a great assistance if I got stuck. The enviroment of the website was well structured so you... Read More had a great overview of everything. They don't only teach coding but also show the websites and programms that you will need to assist you on your journey. I had a great time creating and being challenged. I learned a lot in such a short time and I highly recommend!Read Less,SheCodes Basics,Miscellaneous and General Tech +279511,11014,shecodes,Francesca Sancarlo,False,2021,SheCodes makes coding accessible and enjoyable:),2021-07-19,5.0,5.0,5.0,5.0,"I've really enjoyed the course and I'm definitely going to continue studying with SheCodes in the future! Coding is less intimidating to me now! Thank you very much, team. Highly recommend to anyone who wants to get started and it’s not sure coding is... Read More for them.Read Less",SheCodes Basics,Miscellaneous and General Tech +279510,11014,shecodes,Morgan Mason,False,2021,Amazing Program! 10/10 recommend!,2021-07-19,5.0,5.0,5.0,5.0,"For the last three years, I have taught second grade in an elementary school setting. During the pandemic, I found a passion for technology and teaching online (unpopular opinion!). I have always loved designing and creating my own resources but had little... Read More knowledge on the subject. I realized a couple months ago that I would love to get into the tech world but didn't know where to start. When I attended the free workshop I was blown away by Matt's ability to effectively communicate how to code. I knew I could pick up on it quickly so I joined the course. The last 3 weeks have been so much fun! The course is clear and concise. Matt does a phenomenal job breaking down HTML, CSS and JavaScript into digestible lessons. The challenges really push you and give you a productive struggle. I highly recommend this course!”Read Less",,Unknown +279509,11014,shecodes,Bethel Girma,False,2021,I,2021-07-19,5.0,5.0,5.0,5.0,"I have to say this has been one of my favorite learning experience so far. I loved every single minute I spent learning from the sheCodes team and I can't wait to learn more from them. Everybody is welcoming and ready to help with any questions I have,... Read More which makes learning enjoyable for me.Read Less",SheCodes Basics,Miscellaneous and General Tech +279488,11014,shecodes,Anonymous,True,2021,Great intro to coding,2021-07-19,4.7,5.0,5.0,4.0,Would highly recommend! Very interesting and easy to understand course that makes you want to learn more. It was easy to fit in with my full time job. The slack chat is a great way to get a quick response from the instructors. I am excited to proceed... Read More with the SheCodes Plus course.Read Less,SheCodes Basics,Miscellaneous and General Tech +279350,11014,shecodes,Daisy Campen,False,2021,Great Intro and Lots of Fun,2021-07-14,5.0,5.0,5.0,0.0,I've been wanting to learn some basics of coding and didn't know where to start. This workshop was great to get started and was a lot of fun! I really loved that I could go at my own pace. I also liked that I could choose between the different levels... Read More of commitment.Read Less,,Unknown +279301,11014,shecodes,Ecline Koech,False,2021,Easy Learning,2021-07-13,5.0,5.0,5.0,5.0,I learnt a lot in a short period of time. And I would recommend this to any woman interested in coding and has no background at all. The classes are understandable and the instructor is the best in explaining and teaching everything. Thank you SheCodes... Read MoreRead Less,SheCodes Basics,Miscellaneous and General Tech +279271,11014,shecodes,Anjelina Kabul,False,2021,Coding Is Fun,2021-07-12,5.0,5.0,5.0,5.0,“It's a fun way of learning to code and to refresh memory of coding from university. I enjoy every minute of learning SheCodesBasics as well as doing the challenges whiles listening to great music from SheCodes Radio station. Thank you so much for Matt... Read More and the SheCodes team for providing a great fun and very informative way of learning to code. #codingIsFun”Read Less,,Unknown +279200,11014,shecodes,Lana Burke,False,2021,Best teaching format for learning!,2021-07-08,5.0,5.0,5.0,0.0,"This is the best online course/teaching style I've found! SheCodes is so good at breaking things down into small, understandable chunks. Learning in small segments and then applying that knowledge with frequent small, fun homework assignments is so helpful... Read More for learning!Read Less",SheCodes Basics,Miscellaneous and General Tech +279162,11014,shecodes,Tarsila Schorr,False,2021,SheCodes is a great experience!,2021-07-07,5.0,5.0,5.0,5.0,I really loved the experience of learning with SheCodes! It's insane to phantom how much I've learned in just 3 weeks having zero coding knowledge. I highly recommend it to any woman that has interest in this world. The methodology worked great for me... Read More :)Read Less,SheCodes Basics,Miscellaneous and General Tech +279161,11014,shecodes,Sindy Murillo,False,2021,Amazing course,2021-07-07,5.0,5.0,5.0,0.0,"“I am so happy I found SheCodes! I had been learning how to code on my own for a few months already. And though I did learn quite a bit, I was struggling a lot. I felt lost in this new world, and it was very easy to procrastinate. This course has given... Read More me the structure that I needed and it really is set up in a way that eases you in so you don't feel so overwhelmed. The lessons and projects are a lot of fun, and when I needed help the slack community was great. I definitely love the community that I became a part of, everyone is very helpful and supportive. I cant wait to continue my journey with SheCodes Pro!”Read Less",SheCodes Basics,Miscellaneous and General Tech +279130,11014,shecodes,Anonymous,True,2021,"I am completely new to coding, and the SheCodes Basics class has been extremely helpful in making it easy to understand.",2021-07-06,5.0,5.0,5.0,0.0,"I am completely new to coding, and the SheCodes Basics class has been extremely helpful in making it easy to understand. I have tried other classes before but this has been the best one by far! I would recommend this to anyone who wants to try out coding... Read More without paying for a college class!Read Less",SheCodes Basics,Miscellaneous and General Tech +279113,11014,shecodes,Laura M Oxenreiter,False,2021,SheCodes: Basics--A Great Intro to Coding,2021-07-05,4.7,5.0,5.0,4.0,"I came in as a complete beginner, and I feel like I've learned so much! I like that there is so much practice throughout. As a teacher, I'm amazed at how well the program is designed, with just enough info at a time and then opportunities to practice.... Read MoreRead Less",SheCodes Basics,Miscellaneous and General Tech +279110,11014,shecodes,Hellena Tesse,False,2021,Best coding lessons ever!!,2021-07-05,5.0,5.0,5.0,0.0,"SheCodes made learning to code very simple because I have used most of the coding programs and apps and they were very puzzling and a real struggle but with sheCodes it's very easy, understandable and really fun. Am really glad to be part of this experience.... Read MoreRead Less",SheCodes Basics,Miscellaneous and General Tech +278988,11014,shecodes,Jessica Riley,False,2021,Great place to start!!,2021-07-01,5.0,5.0,5.0,5.0,"Having worked as a Visual Merchandiser for almost 18 years, retraining was daunting but SheCodes was the perfect place to start. Having never coded before or even been in an IT environment, I found SheCodes to be a great introduction to coding. The clear... Read More presentation and explanation videos combined with manageable challenges and reasonable deadlines were perfect for someone completely new to the field. Bring on the next challenge!Read Less",SheCodes Basics,Miscellaneous and General Tech +278960,11014,shecodes,Eva,False,2021,Good introduction to coding,2021-07-01,5.0,5.0,5.0,5.0,I really liked the SheCodes basics workshop. As a Digital Merchandiser I work a lot with web developers and knowing the basics of coding helps me a lot in my communication with them. The videos of Matt are really helpful and he explains everything very... Read More well. I'm looking forward to continue my coding journey with SheCodes Plus!Read Less,SheCodes Basics,Miscellaneous and General Tech +278955,11014,shecodes,Kusumawardhani,False,2021,Coding for beginner,2021-06-30,5.0,5.0,5.0,5.0,The program is perfect for beginner. It gives a good introduction about coding. I had no experience with any of the coding languages taught in the class and the video instructions were very easy to follow. As long as one tries I think everyone can learn... Read More basic coding.Read Less,SheCodes Basics,Miscellaneous and General Tech +278935,11014,shecodes,Henriett,False,2021,"Super fun way to learn coding, with real-life examples",2021-06-30,5.0,5.0,5.0,5.0,"I really enjoyed and had so much fun doing this workshop with Matt. I loved that the lessons were going step-by-step, it really helped to understand each element and their connection to one another. Also loved the challenges - although sometimes a bit... Read More frustrating, but was able to received help on Slack. Overall super experience, definitely would recommend!Read Less",SheCodes Basics,Miscellaneous and General Tech +278931,11014,shecodes,Julie Main,False,2021,An excellent learning experience,2021-06-30,5.0,5.0,5.0,5.0,"“I have tried to learn coding from the many free online courses, free sites and have bought books over the years but nothing has helped me grasp the concepts and stick with my learning the way SheCodes has. Everything just makes sense now, I felt I had... Read More full, guided support and having paid for a course I felt more committed to completing it. I work, am studying for a degree and have demanding family commitments but could fit this course in around all that as it is so flexible.”Read Less",SheCodes Basics,Miscellaneous and General Tech +278862,11014,shecodes,Catherine,False,2021,One of the best introductions to coding online!,2021-06-28,5.0,5.0,5.0,5.0,"👩‍💻 ★ ★ ★ ★ ★ 👩‍💻 I would highly recommend the beginners SheCodes course to anyone who wants to get stuck into coding. This was my first experience with HTML, CSS, and JavaScript, each lesson is well structured and easy to understand. There is a real... Read More sense of community here, and help is always at hand when needed. 10/10 will code again! 😎Read Less",SheCodes Basics,Miscellaneous and General Tech +278850,11014,shecodes,Alicia del Carmen Hernández-Guzmán,False,2021,An inspiring course,2021-06-28,5.0,5.0,5.0,5.0,"“I enjoyed the course! it was easy to understand and you don't feel overwhelmed by the new information. The community is friendly and also supportive, you learned more by sharing your doubts and checking others' doubts and experiences. It is a course... Read More that inspires you to keep learning and coding.”Read Less",SheCodes Basics,Miscellaneous and General Tech +278846,11014,shecodes,Meg Donaldson,False,2021,So much fun!,2021-06-28,5.0,5.0,5.0,5.0,"I had so much fun with this course! I wasn't sure what to expect, but I think I've fallen in love with coding. :) I never realized the amount of creativity that goes into this. I can't wait to move on to the next courses so I can continue learning. This... Read More program is so easy to follow, which makes learning really fun.Read Less",SheCodes Basics,Miscellaneous and General Tech +278840,11014,shecodes,Stephanie Chow,False,2016,Perfect place to start for an absolute beginner!,2021-06-28,5.0,5.0,5.0,5.0,"I'm an absolute beginner and I've tried to learn to code through other programs online and failed everytime...until I found SheCodes! The Basics Workshop was so much fun and Matt was a great instructor. The videos were super helpful and the weekly homework... Read More was challenging but not discouraging. I enjoyed the final project as it allowed me to be creative, have fun, and it was so satisfying to see how much I was able to learn in just a week! I can't wait for the SheCodes Plus workshop 🥰Read Less",,Unknown +278833,11014,shecodes,Francesca Perondi,False,2021,Awesome journey that has just begun,2021-06-28,5.0,5.0,5.0,5.0,"What an amazing journey! I discovered that I could spend hours coding! I thought it would have been so difficult but I definitely had fun learning the basics of html, css and js with the Workshop Basics. Looking forward to the next challenges as I've... Read More enrolled in the SheCodes React curriculum as I want to gift myself with an overall experience in the coding realm as it's really a powerful key to switch career or improve the current one.Read Less",SheCodes Basics,Miscellaneous and General Tech +278827,11014,shecodes,Shayna Stewart,False,2021,Learn a Ton on Snackable Content,2021-06-27,5.0,5.0,5.0,5.0,I always felt confused when it came to coding.Most coding camps start the content in a header place to weed people out. Shecodes is a relaxed environment. The classes are easy to follow and are challenging enough so you can learn. Now I feel I can take... Read More the coding world on!Read Less,SheCodes Basics,Miscellaneous and General Tech +278727,11014,shecodes,Athalia Tavana,False,2021,a well-paced course for absolute beginners with no programming knowledge,2021-06-24,3.7,4.0,4.0,3.0,I enjoyed this course and learned a lot! I would definitely try to learn more in this area. The courses are well structured and the deadlines gives you the push (if you need it ;) ) The basic course is kept very simple. It's good for absolute beginners.... Read More People with some basic knowledge in programming might find almost 100 Euros for this course a bit overpriced.Read Less,SheCodes Basics,Miscellaneous and General Tech +278715,11014,shecodes,Rosy Cella,False,2021,SheCodes is amazing!,2021-06-23,5.0,5.0,5.0,5.0,"“I was always fascinated by coding but never had the chance to learn it. The Basic Workshop was well structured and easy to understand. It's amazing to feel connected with the community through Slack. All the teachers are amazing and so friendly. I'm... Read More looking forward to learning more, so I will be able to offer a wider range as a freelancer.”Read Less",SheCodes Basics,Miscellaneous and General Tech +278708,11014,shecodes,Alessia Santosuosso,False,2021,New found passion,2021-06-23,5.0,5.0,5.0,5.0,"Loved the workshop! Easy to follow, with a schedule that is completely manageable even with a full time job. The lessons were increasingly interesting and challenging, making it super rewarding at the end of each week. The beginning of a new passion,... Read More and hopefully a new career path!Read Less",,Unknown +278706,11014,shecodes,Anonymous,True,2021,Amazing learning experience and very knowledgeable!,2021-06-23,5.0,5.0,5.0,5.0,"I can't begin to express how grateful I am for SheCodes! Although I struggled more often than not, this was a great course for beginner/intermediate students. This is a wonderful stepping stone for women who want to join the tech industry. I have ways... Read More to go in becoming more proficient with my coding and much more to learn but, with SheCodes I believe I'm on my way to becoming a great software developer. 👩‍💻😄Read Less",SheCodes Basics,Miscellaneous and General Tech +278676,11014,shecodes,Maeva Rasoahavaniaina,False,2021,Awesome experience,2021-06-22,5.0,5.0,5.0,5.0,"“If I could put into words the three weeks I spent on SheCodes basics. These would be: Incredible, challenging and super fun. Even now, when I look back at all my previous homework and projects, I feel so victorious because it was inconceivable a month... Read More ago. Anyway, thanks to SheCodes team for this amazing workshop and a special nod to Matt and Lexi. And not least, If I can describe this workshop, it will be: well-structured, excellent mentoring, and amazing support.Read Less",SheCodes Basics,Miscellaneous and General Tech +278674,11014,shecodes,Nerly Saint-Fleur,False,2021,SheCodes surprised me and gave me a new life path,2021-06-22,5.0,5.0,5.0,5.0,I've always viewed coding as boring or too difficult to wrap my head around it. After taking this workshop I realize how creative and fun coding is! I wasn't expecting much but I found myself really enjoying the short lectures and the challenges. The... Read More help from the Slack channel was also super nice because we're a whole community sharing resources and common issues. I found myself really going out in the final project and researching different components I wanted to add. You can say I suprised myself. I'm excited to continue on to the next workshop and learning better ways to code.Read Less,SheCodes Pro,Miscellaneous and General Tech +278664,11014,shecodes,Xin Rong Ng,False,2021,A Basics Workshop that Set the Bar High,2021-06-22,5.0,5.0,5.0,5.0,"I learned so much from the SheCodes Basics workshop and thoroughly enjoyed every bit of it. The lessons were thoughtfully curated and the challenges provided plenty of hands-on practice, which was important! Matt gave us many tips and things to look out... Read More for, and his explanations were clear. I had a lot of fun learning and working at my own pace. Thank you for the amazing three weeks! 🥳Read Less",SheCodes Basics,Miscellaneous and General Tech +278661,11014,shecodes,Anonymous,True,2020,You won’t regret signing up!,2021-06-22,3.7,5.0,5.0,1.0,“I was SO nervous starting this without any experience coding. The way that this is set up though is amazing and so incredibly helpful. They offer so much information and make it user friendly for everyone! I am excited to continue my coding journey!... Read More Thank you SheCodes!”Read Less,,Unknown +278652,11014,shecodes,Lucrece Augusma,False,2021,Great investment! Great coding education!,2021-06-21,5.0,5.0,5.0,5.0,I am absolutely grateful for this course! I learned so much and was able to apply what I learned as I built websites for clients. Here are some additional reasons why I recommend SheCodes: 1. The course is easy to understand and the concepts build on... Read More each other. The experience was seamless from beginning to end. 2. You get a return on your investment because the knowledge you gain in such a short amount of time is valuable. 3. They teach you how to code like a professional.. They push you to not be just an average coder. Thank you for empowering us women!Read Less,,Unknown +278651,11014,shecodes,Cinthia,False,2021,Amazing!,2021-06-21,5.0,5.0,5.0,5.0,"It was so great to get a refresher on HTML, CSS, and Javascript. The SheCodes course was easy to follow, including dynamic structure and how dynamic it makes it easy to complete each lesson and fun. I've been wanting to take a coding class for awhile... Read More and I'm grateful I took the plunge with SheCodes. Thank you!Read Less",,Unknown +278650,11014,shecodes,Niamh Brown,False,2021,Highly recommend,2021-06-21,4.7,5.0,5.0,4.0,Loved every second of the SheCodes Basics course. I couldn't write one line of code before I started but the course is really easy to follow and the challenges and homework are fun to complete. I've finished the course feeling accomplished and proud of... Read More the final project I have created! Cannot wait to continue with my coding journey and begin the Pro course.Read Less,,Unknown +278649,11014,shecodes,Diana Massó,False,2015,Inspiring and very fulfilling course!,2021-06-21,4.7,5.0,5.0,4.0,"As someone who had never crossed paths with the world of coding, this course by SheCodes has proven a wonderful, very fulfilling experience. It gave me a space to be creative and explore while learning a whole new skillset. I am sure it will come in handy... Read More in the future. I never knew that coding could be so much fun! ✨Read Less",,Unknown +278409,11014,shecodes,Samantha Kachuta,False,2021,SheCodes changed the story of my life!,2021-06-12,5.0,5.0,5.0,5.0,"It has been an amazing journey for me with SheCodes Basics. I learnt HTML, CSS and JavaScript in just 3 weeks. I can now create something that really works. The environment created by Shecodes, from the instructor to student engagement made it so possible... Read More for me to understand the concepts quickly. SheCodes provide everything you need. I would recommend this workshop to anyone who is interested in learning how to code efficiently.Read Less",SheCodes Basics,Miscellaneous and General Tech +278403,11014,shecodes,Nwakego Nwasike,False,2021,SheCodes is great!!,2021-06-11,5.0,5.0,5.0,5.0,"SheCodes is great! I've wanted to learn how to code for a while now, and SheCodes is giving me the opportunity to do so, on my own terms. I love being able to learn at my own pace, and having access to help when I need it is great. Couldn't recommend... Read More these classes more. Can't wait to keep learning!Read Less",SheCodes Basics,Miscellaneous and General Tech +278398,11014,shecodes,Ieva Lobaciute,False,2021,Amazing experience. Cannot recommend enough!,2021-06-11,5.0,5.0,5.0,5.0,"I very much enjoyed this course. I learned a lot but most importantly that coding is really for everyone. It challenged a few of my believes and that is awesome. It provided a great introduction to Html, Java Script and CCS. Thanks Matt and SHECODES.",SheCodes Basics,Miscellaneous and General Tech +278396,11014,shecodes,Amaka,False,2021,Absolutely fantastic 👏,2021-06-11,5.0,5.0,5.0,0.0,"I had such an amazing time with Matt while learning the different coding concepts, some that looked hard to grasp initially became much better to understand with practice, thanks to the challenges. I can't wait to dive in and continue with the other classes.... Read More I'm grateful for the opportunity. Many Thanks to SheCodes and the SheCodes Foundation.Read Less",SheCodes Basics,Miscellaneous and General Tech +278394,11014,shecodes,Marta,False,2021,"More than just a course, it was an entirely new level of experience!",2021-06-11,5.0,5.0,5.0,5.0,"It was an amazing and empowering experience! I really enjoyed building my own page and had a lot of fun playing with colours and structure. Thanks to this course, I could refresh my knowledge and learn something new at the same time. Thank you SheCodes!... Read More I can't wait to learn more!Read Less",SheCodes Basics,Miscellaneous and General Tech +278363,11014,shecodes,Anonymous,True,2021,Excellent intro to coding,2021-06-10,5.0,5.0,5.0,5.0,"“SheCodes was a really nice reminder of how much fun it is to learn new skills! The course is tightly structured, thorough, flexible, and the instructor (Matt) always encourages you to learn how to look things up for yourself, so that you're not dependent... Read More on him or Slack support to fix things or learn how to do something new. I'm really happy I came across SheCodes!”Read Less",SheCodes Basics,Miscellaneous and General Tech +278183,11014,shecodes,Évanny Guedes Belarmino,False,2021,"Not just a Course, but also a support Community",2021-06-08,5.0,5.0,5.0,5.0,"I could tell how much Shecodes Workshops are good, but I think we have enough testimonials about it here. Because, yes, this course is amazing, easy to follow, to understand and Matt is a really good teacher, but In fact I want to share more than this.... Read More Here I found it a community where you can grown together with wonderful girls around the world and a support team that really cares about you and your progress. Now I'm proud of myself to finish this first workshop and for built something good as my Final Project. Thank you Matt for everything and for this initiative to changing women lives giving us an opportunity to the IT world! I had so much fun during the whole workshop, and I'm so excited to see my next step in this coding journey. :)Read Less",SheCodes Basics,Miscellaneous and General Tech +278133,11014,shecodes,Cindy Huang,False,2021,Highly recommended!,2021-06-07,4.7,5.0,5.0,4.0,"“Easy to follow with the lectures. Homework practice is really helpful for validating what you just learned. I'll definitely consider learning further as I feel confident coding by watching Matt's demonstrations.” I could manage my learning speed based... Read More on my work schedule and because the topics were fun and very structured, I could still stay motivated to keep learning even I was busy with work!Read Less",,Unknown +278122,11014,shecodes,Marta,False,2021,"Refreshing, pleasant and innovative!",2021-06-07,5.0,5.0,5.0,5.0,"I like the approach that SheCodes presents. I started multiple bootcamps, but haven't finished any, zero motivation. With SheCodes it was totally different. I enjoy being a part of a broad community that doesn't judge, only supports. Therefore, i enrolled... Read More for PRO and am continuing my journey with SheCodes:)Read Less",SheCodes Basics,Miscellaneous and General Tech +278096,11014,shecodes,Andreia Cabral,False,2021,SheCodes,2021-06-07,5.0,5.0,5.0,5.0,"I got to know SheCodes through a friend, and I thought, why not try something new that I had never done before. Classes are fantastic, simple, and practical, loving every minute of them. Until I met SheCodes I never thought of programming as my professional... Read More future, even when my boyfriend (Mobile & App Developer) tried so hard to teach me something. To new beginnings :) I´m starting SheCode Pro today.Read Less",,Unknown +278051,11014,shecodes,Candice Drave,False,2021,"Affordable, easy to follow, and flexible",2021-06-06,5.0,5.0,5.0,5.0,"SheCodes has been an amazing learning experience for me. I really loved this experience. Learning to code opens up entirely new worlds, including all the ones I can imagine. SheCodes has been a great experience for me. Learning to code has been a personal... Read More and professional goal of mine for years. I did the basic Bootcamp and loved every minute of it! By the end of it, I just wanted to keep learning. I realized I love coding and am starting the SheCodes pro-level Bootcamp tomorrow. The teacher Matt makes it easy to learn. Matt makes videos for each concept, and I could reference them over and over. The videos are easy to follow. Matt and SheCodes do not approach concepts like the student has previous experience. This makes SheCodes an approachable and enjoyable Bootcamp. The way it is structured is also excellent. The weekly lessons are portioned, bite-sized, and not overwhelming. SheCodes has little assignments and one weekly homework assignment that put my new skills to use. I referenced Matt's videos frequently while doing the assignments/homework. However, I liked that I was never alone on assignments and homework. Since I was learning something new--I did hit roadblocks. There is a chat on Slack to talk with other students and ask questions. This got me around my roadblocks. The weekly homework deadlines are flexible. I am also a student, so I am juggling my college deadlines too. I needed flexibility and got it. SheCodes is also very affordable, which is great for my student budget. All in all, SheCodes is affordable, approachable, flexible, and enjoyable. I would recommend this to anyone who wants to learn to code.Read Less",,Unknown +277876,11014,shecodes,Kiana Claire Dabay,False,2021,SheCodes is an excellent platform for beginners!,2021-06-02,5.0,5.0,5.0,0.0,"SheCodes is an excellent platform for beginners! Before SheCodes, my biggest concern was whether coding courses would be interactive. I am glad that I found SheCodes, which has allowed me to explore the world of coding and potentially do it as an occupation.... Read More In the future, I hope to enroll in other workshops since I had so much fun learning and applying the lessons to real-life assignments. Thank you very much, SheCodes Community!!Read Less",SheCodes Basics,Miscellaneous and General Tech +277847,11014,shecodes,Parnaz Vandadi,False,2021,A good Way To Start!,2021-06-02,4.3,5.0,5.0,3.0,"The days of SheCode Basics were wonderful. I can't describe how thrilling it is to see your idea come to life on screen. Everyone should take this course, Matt is a great instructor, and each challenge you will face will help you to improve yourself.",SheCodes Basics,Miscellaneous and General Tech +277809,11014,shecodes,Tar Yar Min,False,2012,Well structured and fun,2021-06-01,5.0,5.0,5.0,5.0,"I can't recommend Shecodes enough, I have been telling it to all my friends and family about this coding course how it is well structured and more importantly, FUN to learn coding! Matt's videos are so easy to understand and straightforward. The team... Read More such as Julie and Joào are very quick in helping me resolve any issue! I just don't stop here at SheCodes Basic, I am upgrading to SheCodes Pro! Thank you so much to everyone at SheCodes, you guys rock!Read Less",,Unknown +277795,11014,shecodes,Jennifer Buchanan,False,2021,Great way to learn the basics of coding!,2021-06-01,5.0,5.0,5.0,0.0,I had a great time doing the SheCodes Basics Course. I am looking forward to learning much more with SheCodes! The layout is really nice and the teacher Matt is very good at explaining everything. The challenges review what you just learned. The weekly... Read More assignments are really great because they let you explore a little more and build a web page that you can customize the way you want it to look.Read Less,SheCodes Basics,Miscellaneous and General Tech +277735,11014,shecodes,Ibissa Rojas,False,2021,Excellent opportunity to learn new things.,2021-05-31,5.0,5.0,5.0,5.0,"I think it was an excellent opportunity to learn new things. I would absolutely recommend it because I think there are not many spaces specifically for women and dissidents where these skills can be learned. I found it to be a wonderful and enriching... Read More experience. The world of coding is a space that I am just getting to explore and I loved learning it from a place that was so friendly, so simple, and in my own time. I think that the most remarkable thing that this workshop has, is that everything is very clear, the content and the lessons are very pedagogical and there are many opportunities where one can ask, and I believe that this is fundamental in an educational process.Read Less",SheCodes Basics,Miscellaneous and General Tech +277732,11014,shecodes,Sharon CHAWANJI,False,2021,SheCodes Basics suitable for absolute beginners,2021-05-31,3.7,5.0,5.0,1.0,"SheCodes workshop is by far the best Web development course I have taken to date. Suitable for absolute beginners and the content is appropriate. Because all workshop materials are pre-recorded they can be revisited which, in my opinion, is better than... Read More face to face classes. I also appreciate that there is an assignment, to reinforce concepts and their solution afterwards. At the end of every week, participants submit a mini-project. The mini-projects make up the components of the final project. The build-up is exciting and it is amazing to see your project come to life. The project deadlines help one to keep focused and motivated. The time given in between deadlines is reasonable and there is also an option to ask for a deadline extension. Approximately, I spend 10 hours a week, it's possible to take less time. The support from the staff and teachers is tremendous. Their response time is rapid and they patiently provide support every step of the way. I really enjoy the course, I have graduated from SheCodes Basics. Currently, I am enrolled in the SheCodes Plus workshop which is the next level after SheCodes Basics.Read Less",,Unknown +277729,11014,shecodes,Diana-Beatrice Andrei,False,2021,Start with the basics,2021-05-31,5.0,5.0,5.0,5.0,"A few weeks ago I started to develop an interest in programming, but I didn't know where and how to start. Three weeks ago I came across an advertisement for SheCodes and after attending the 60-minute workshop for free, I decided to sign up for the basic... Read More course and start a journey that I hope will not end here. This course is suitable for those who, like me, want to start with the basic elements and have no knowledge of the area at all.Read Less",SheCodes Basics,Miscellaneous and General Tech +277727,11014,shecodes,Jaqueline de Camargo Pedroso da Fonseca,False,2021,SheCodes,2021-05-31,5.0,5.0,5.0,5.0,"With a degree in biology, I never imagined being able to take a coding course, even a basic one. It was a challenging and amazing experience and one where I found that I am able to start again and build something amazing. This brought me hope. Thanks... Read More SheCodes :)”Read Less",,Unknown +277687,11014,shecodes,Titiksha,False,2020,Amazing workshop,2021-05-30,4.7,5.0,5.0,4.0,"Amazing workshop, I am working in IT but not in development area so I loosed my confidence that I will be able to code again but with shecodes workshop I now feel more confident to return to coding again.All the lessons are so well explained that its... Read More even easier for people from non-IT background to also understand and do it. Absolutely recommendedRead Less",,Unknown +277534,11014,shecodes,Marisa Meleiro,False,2021,Awesome!,2021-05-26,5.0,5.0,5.0,5.0,"I'm glad I finally decided to learn some code! It was an awesome experience. They think in everything, every detail in their platform, they also keep it simple and clear. I highly recommend SheCodes. I'm so grateful that I had the chance to do it. Thank... Read More you so much for this great course. 😊Read Less",SheCodes Basics,Miscellaneous and General Tech +277533,11014,shecodes,Valeria,False,2021,Fun Learning Experience,2021-05-26,5.0,5.0,5.0,0.0,I looked around for coding classes but most interfered with my schedule as a mom and full time worker. I was stuck on free tutorials online but I felt I was not able to create anything. I felt stuck before going on SheCodes. I liked that I could log in... Read More and do my work anytime. Matt is great at teaching and showing his thinking process to problem solve. I was able to create two projects in just a couple weeks. I had so much fun.Read Less,SheCodes Plus,Miscellaneous and General Tech +277529,11014,shecodes,Cindy Di Stasio,False,2021,It was worth it 😁,2021-05-26,5.0,5.0,5.0,5.0,"I saw an ad on Facebook for the workshops and clicked on it 🙈 And I did well ! Before enrolling, I checked for weeks for other online courses but nothing looked as good as the ones SheCodes proposed. So I enrolled for the basics, just to have a little... Read More taste and see if this was right for me. And this course was so much fun ! I didn't expect to enjoy it this much yet after just 1 week in, I enrolled for Shecodes Pro 😁 This workshop really made me realize how much fun it is to learn again and reconnected me with my creativity. Now I am starting the Plus Workshop and I can't wait to learn more about coding 😊 It may be a little pricey but for what you actually learn, it's worth every penny, especially if you need a social environment and some structures. You get homework deadlines and these help to stay in track and not lose interest. So go for it :) !Read Less",SheCodes Basics,Miscellaneous and General Tech +277528,11014,shecodes,Octavia B.,False,2021,More Than I Bargained For,2021-05-26,4.3,5.0,5.0,3.0,"I'm new to the IT industry and chose to specialize in data science. I got a little frustrated with studying on my own and wanted to explore additional learning opportunities to help maintain motivation. I came across SheCodes and it piqued my interest.... Read More This workshop is such a gateway to learning other computer languages. Whether it's query, markup, or programming [language], it allowed me to adjust my thinking and understand it a bit more. I'm glad I decided to take a peek into the coding world. Matt did such an excellent job in breaking it down piece by piece. Thanks to this workshop, I've gained some cool skills and more confidence in myself. I'm excited to continue with my self-education courses and utilize all the knowledge I've gained.Read Less",SheCodes Basics,Miscellaneous and General Tech +277488,11014,shecodes,Ezanne,False,2021,Well-structured and engaging lessons!,2021-05-25,5.0,5.0,5.0,5.0,"Great course with clear step-by-step guidance and examples! A few lessons in the course are challenging; however, Matt does an excellent job at breaking down the topics into appropriately sized lessons which makes them less intimidating and stressful... Read More for a learner with non-technical background! Very excited that I've successfully created my first html page through this course!Read Less",SheCodes Basics,Miscellaneous and General Tech +277446,11014,shecodes,Maja Lehbert,False,2021,A fun new experience with great results,2021-05-24,5.0,5.0,5.0,5.0,"Not only did I learn a huge amount in the three weeks the course took me, I now appreciate how much fun coding is and how experimental you can be! Honestly, to me the problem solving part was obviously partly frustrating but at the same time the most... Read More rewarding and fun part. Thank you SheCodes for providing such a great platform to learn and start to enjoying to code! 🥰Read Less",SheCodes Basics,Miscellaneous and General Tech +277444,11014,shecodes,Priscila Hidaka Favaro,False,2021,Enjoyable learning experience,2021-05-24,5.0,5.0,5.0,5.0,"Doing the SheCodes workshop was very instructive and fun, the classes and challenges are very interesting, and the staff is very nice, they give all the support needed. The extra material and tools provided on the SheCodes website are extremely helpful... Read More as well. I have found the SheCodes Radio especially thoughtful because the songs are perfectly selected to be listened to while coding. All these elements make the whole experience very enjoyable.Read Less",SheCodes Basics,Miscellaneous and General Tech +277412,11014,shecodes,Tumaini Edgar,False,2021,"A great experience, and enjoyable 🤗",2021-05-23,5.0,5.0,5.0,5.0,"“A very interesting and valuable experience. I learnt a lot and it gave me a good grounding in the basics. It really made me think, and I liked how it enabled me to interact with people through the practical challenges. It has been a truly invaluable... Read More learning experience for me. I want you to know that I have learnt so much from all of your constructive inputs and guidance throughout each lesson of the course. You have helped me to understand where my strengths and weaker aspects lie. Thank you for getting my homework back to me as promptly as you have, and thank you for making this course so enjoyable. I'm glad that I joined this program😄 (SheCodes) .”Read Less",,Unknown +277348,11014,shecodes,Erin Hinckley,False,2021,An amazing course,2021-05-21,5.0,5.0,5.0,5.0,"I was blown away by how much I learned in SheCodes basics! Matt’s teaching style is fun and concise. I’m glad I didn’t sleep on this opportunity, because I’m already feeling confident and equipped with tools that will make me a great coder! I can’t wait... Read More to go further with future courses!Read Less",SheCodes Basics,Miscellaneous and General Tech +277288,11014,shecodes,Imogen Rayfield,False,2021,A great way to get women into coding,2021-05-19,5.0,5.0,5.0,5.0,"In my job I create online content and upload it via a CMS every day and I thought it was high time I learnt how a website is actually built. I applied to SheCodes on a whim and I have not been disappointed! I've really enjoyed the SheCodes Basics course,... Read More everything is well explained and the small challenges throughout the weeks are great to actually get you coding.Read Less",SheCodes Basics,Miscellaneous and General Tech +277287,11014,shecodes,Fidelia Okandze,False,2021,"Great experience, powering through! 💪🏾",2021-05-19,5.0,5.0,5.0,5.0,"I have really enjoyed SheCodes Basic, and I am looking forward to powering on into SheCodes Plus! The videos are short and sweet, the content is very concise and Matt explains these abstract concepts in a way that is understandable and easy to grasp.... Read More I would definitely recommend to a friend, neighbour, colleague, fellow public transport taker, anyone! 😄Read Less",,Unknown +277286,11014,shecodes,Sofia Neves,False,2021,SheCodes Basics Workshop was a complete surprise!,2021-05-19,5.0,5.0,5.0,5.0,"I was always curious about coding. I find it fascinating and I am naturally someone who likes to know how things are done. But - I didn't know that I would like it this much! The amount of information and knowledge that I have absorbed with the Basics... Read More Workshop was a complete surprise. I was not expecting for it to be such a hands-on course, especially it being remote. This workshop has given me precious tools to continue practicing, even more curiosity to keep it going and I can even apply some of my new knowledge into my job. I am glad I chose to enroll - thank you SheCodes team!Read Less",SheCodes Basics,Miscellaneous and General Tech +277284,11014,shecodes,Louise McNutt,False,2021,Amazing course,2021-05-19,5.0,5.0,5.0,5.0,I really enjoyed this course. Very well laid out and makes learning code so easy. I would recommend this course to anyone who wants to learn code even if you know zero about it!! 😊 I was able to build a basic web page after just 3 weeks. Great support... Read More throughout the course too. There is always someone to help you.Read Less,SheCodes Basics,Miscellaneous and General Tech +277261,11014,shecodes,Eleni Nicolaides,False,2021,SheCodes Responsive Workshop,2021-05-18,5.0,5.0,5.0,5.0,"Great workshop. I really enjoyed it. I learnt a lot and I reached one of my goals on 2021. I wanted to build a responsive portfolio website and with this workshop, I reached that goal. I highly recommend this workshop to anyone who wants to learn how... Read More to make a responsive website.Read Less",SheCodes Pro,Miscellaneous and General Tech +277245,11014,shecodes,Tina,False,2021,Great introduction to coding!,2021-05-18,5.0,5.0,5.0,5.0,Great introduction to coding! I started SheCodes with no prior coding experience and was able to follow this Workshop easily. I've learned a lot and had great fun doing all the challenges. This is a great way to learn as you don't only sit and listen... Read More but you actually get to work on projects and homework. Definitely recommend.Read Less,SheCodes Basics,Miscellaneous and General Tech +277240,11014,shecodes,Josefina Valtier,False,2021,"Interesting, fun and easy explained",2021-05-18,5.0,5.0,5.0,5.0,"I loved the beginner's workshop! The classes are fun and very easy to follow, but they have lots of content and you can see the progress with each one of them. Matt is definitely a great teacher! Would highly recommend it to anyone interested. I already... Read More enroled to the following workshops.Read Less",SheCodes Basics,Miscellaneous and General Tech +277198,11014,shecodes,Christina,False,2021,Excellent Course,2021-05-17,5.0,5.0,5.0,5.0,I have been thinking about learning to code for a long time but it felt really overwhelming to me so I procrastinated. Then I joined a free hour-long class with SheCodes and decided to take the leap. Best decision I ever made. SheCodes is great at breaking... Read More down the content to teach you how to do it and then let’s you practice. I’m excited for my next part of the course and I would recommend SheCodes!Read Less,SheCodes Basics,Miscellaneous and General Tech +277077,11014,shecodes,Elizabeth Adewoye,False,2021,Great!,2021-05-14,4.5,5.0,4.0,0.0,"Well, I am glad I took this workshop because it helped to learn and understand the basics on how to code. It was also very structured and well detailed. Overall, this was a great workshop and a nice experience for me. Also if you would like to up your... Read More coding skills, this is the way to go in getting started. ”Read Less",SheCodes Basics,Miscellaneous and General Tech +277022,11014,shecodes,Daniela Ascensão,False,2021,Great way to start you coding career!,2021-05-13,5.0,5.0,5.0,5.0,The SheCodes Basics Workshop is the best way to begin your coding studies and take the first step towards your future career. Matt explains everything perfectly and with a lot of detail. Can't wait to start my SheCodes Plus Workshop next week! 100% recommend... Read More ☺️Read Less,SheCodes Basics,Miscellaneous and General Tech +276975,11014,shecodes,Anna,False,2021,Great coding workshop!,2021-05-12,5.0,5.0,5.0,5.0,I had a lot of fun while learning how to code with the basic workshop. The way the course is structured is great. The videos are not too long so it's easy to keep up and they are also packed with a lot of knowledge! I learnt a lot and I definitely recommend... Read More the course to everyone who would like to learn the basics of coding 👩🏻‍💻Read Less,SheCodes Basics,Miscellaneous and General Tech +276886,11014,shecodes,Leticia Ballot,False,2021,Amazing Intro to Coding,2021-05-10,5.0,5.0,5.0,5.0,I really liked the format of the platform and how the lessons were divided. I also really enjoyed doing the homework and having a solution video right after submitting the task. Perfect to start learning about front-end coding. I can certainly recommend... Read More this course for everyone looking to start coding.Read Less,SheCodes Basics,Miscellaneous and General Tech +276811,11014,shecodes,Anonymous,True,2021,SheCodes is my best investment ever!,2021-05-09,5.0,5.0,5.0,5.0,"I have often considered learning a little bit of coding because it's such a powerful tool for the future - both professionally and personally. Now, I'm hooked! I came across SheCodes when Googling different alternatives, and the feedback they have received... Read More is exceptional (to be honest I was afraid it was tampered with) - and it's all true! I completed the Basics course in a few days and jumped right into Pro. I'm now working on the Plus curriculum - and I have already learned so much! Mark and the team are so helpful, and the community is such a great resource for encouragement and advice. I highly recommend SheCodes. You don't need any prior knowledge about coding - and you'll learn so much in such a short time (and you can move at the pace that suits you best). After only two weeks I already feel confident that coding will be an essential part of my future.Read Less",SheCodes Pro,Miscellaneous and General Tech +276798,11014,shecodes,Natalie Lynch,False,2021,SheCodes Basics,2021-05-08,5.0,5.0,5.0,5.0,"Really enjoyed this course, Matt's explanations and videos are very well thought out and straight forward to follow. I loved doing this course and if I had more time would do definitely continue to do more! Would definitely recommend for anyone wanting... Read More to learn how to code. I knew nothing and learnt so much.Read Less",SheCodes Basics,Miscellaneous and General Tech +276759,11014,shecodes,Sarah Graywood,False,2021,I learned loads is such a short time!,2021-05-07,5.0,5.0,5.0,5.0,"SheCodes has honestly changed my life! Two weeks ago I was just starting to learn and had almost no confidence in my ability to code in Html, CSS, and Javascript. SheCodes hands-on method of learning to code has changed everything. I now have my own website... Read More that I built as part of the final SheCodes Basics project and I feel like it's something I'm proud to say I created. SheCodes is perfect for beginners looking to increase their skill set and confidence as they move into careers in software development or hobbyists looking to create a special projects. Everybody could benefit from taking this course!Read Less",SheCodes Basics,Miscellaneous and General Tech +276746,11014,shecodes,Fatma,False,2021,Amazing Workshop,2021-05-07,5.0,5.0,5.0,5.0,"“I have learnt so much information about Coding and highly recommend it! After SheCodes Basics now I am in SheCodes Plus and I really enjoy it. Looking forward to go on and learn more information day by day. If you are also beginner or start to learn... Read More about Coding , SheCodes is perfect for you!”Read Less",SheCodes Basics,Miscellaneous and General Tech +276741,11014,shecodes,Cheryl Moestadja,False,2021,My first experience with coding made so easy and fun!!,2021-05-07,5.0,5.0,5.0,5.0,"Thank you Shecodes and Matt for teaching me the basics of HTML, CSS, and Javascript. I always thought that coding would be something that required a lot of IT skills but through this course, I find out I am actually pretty good at it and picked up things... Read More fast. Especially working with VS code made it so much easier! You just need to put in some effort and do a lot of testing and you will find out it's exciting and fun to see your results immediately online 😀. These 3 weeks have taught me a lot and I am really considering signing up for the follow-up courses. It will be so much easier to create my own website and perhaps start an actual career in coding. So again thank you so much for creating this course and making it very accessible for everyone to join!Read Less",SheCodes Basics,Miscellaneous and General Tech +276740,11014,shecodes,Ilona F,False,2021,Great!,2021-05-07,5.0,5.0,5.0,5.0,"“I learned a lot of essentials for my work, where I was stuck a lot because I was missing some basic knowledge about html, css and javascript when using builders. Anyways the basic SheCodes course is very basic and additional learning is necessary. I",SheCodes Basics,Miscellaneous and General Tech +276683,11014,shecodes,Louise Boscardin,False,2021,Amazing!,2021-05-05,5.0,5.0,5.0,5.0,"I've lost my job due to the pandemic and I've been looking for a new one for about a year now. More and more I am seeing the job postings in my area (Graphic Design) demanding HTML, CSS and JS knowledge. I was always scared of learning, I always thought... Read More it was hard and impossible. I knew the basic of the basic and I was fine with it, until now. Since I started this program if caught myself being super excited about coding, about how things work and how to improve it. Shecodes workshop just opened my mind to an area I never thought about working, and I am excited to see what the future will bring.Read Less",SheCodes Basics,Miscellaneous and General Tech +276681,11014,shecodes,Mercedes Forbes-Martinez,False,2021,SheCodes makes coding so much fun!,2021-05-05,5.0,5.0,5.0,5.0,"This bootcamp was great! I always had an interest in coding but I didn't think I would be able to learn it but with this class, it was interesting and easy to follow. From a professional perspective, I am a recruiter and I am confident that the skills... Read More I've acquired will help me advance into an IT recruitment position in the future. Would 10 on 10 recommend this course!Read Less",SheCodes Basics,Miscellaneous and General Tech +276679,11014,shecodes,Queensheba Maudleen Jobome,False,2021,Really good way to get stuck into coding,2021-05-05,4.0,5.0,4.0,3.0,"I decided to challenge myself and push my limits and learn how to code. To begin the journey I made the decision last month to enrol on on a 3 week Coding Course at SheCodes, a hands-on coding workshop which teaches coding skills for women. At present... Read More only 19% of the tech workforce are women, I decided to join this course to take my future career in tech more seriously and to become a representative for black women within the technology sector. I thoroughly enjoyed the course and the way it was structured, I was able to commit to this whilst working and completing my masters and also managed to build a functioning website. Never could have done this without the detailed workshops and documentation provided. Thanks to everyone at SheCodes for curating such an amazing workshop!Read Less",SheCodes Basics,Miscellaneous and General Tech +276645,11014,shecodes,Alessia Ruocco,False,2021,Amazing workshop,2021-05-04,5.0,5.0,5.0,5.0,Definitely the most interesting workshop I have attended lately! SheCodes is a perfect introduction to coding and Matt is a great teacher. The lessons are easy to follow and well detailed and distributed. The challenges are interesting and this course... Read More was a real delight! Cannot wait to start the advanced module!Read Less,SheCodes Basics,Miscellaneous and General Tech +276617,11014,shecodes,Kristina,False,2021,Bite-sized learning in well structured educational platform,2021-05-03,5.0,5.0,5.0,5.0,"Such a brilliant introduction to coding! The course structure of bite size information and hands on experience makes this course a great stepping stone for future learnings. I really enjoyed how we were introduced to real coding tools such as VS code.... Read More If you ever get stuck you have access to experts and peers, so even if you are virtually learning you feel part of the community. SheCodes guides you along the way and gives small challenges to try out what you learned. When finalising the course and handing in the final project you feel like you have truly achieved and learned something. Can highly recommend!Read Less",SheCodes Basics,Miscellaneous and General Tech +276535,11014,shecodes,Melissa Bheekha,False,2021,Awesome course!,2021-04-29,5.0,5.0,5.0,5.0,"This course was well structured to introduce coding (css and html)and programming languages (JavaScript) to beginners like me. I am grateful to the work that the SheCodes team put to deliver this course which is really of high quality. SheCodes Basics... Read More is absolutely worth the money you are paying because yu'll find that you'll progress quickly from day 1. This 3 week course gave me the skills to build a good webpage for my project which is something I am proud of. I would only say that to get the maximum benefit from this course, it is essential to learn at a good pace which is something I struggled with in the first week. What I found helpful was blocking a chunk of everyday to coding, so I would say that this course needs committment and being willing and patient to solve your coding issues. If you want to feel rewarded and accomplished by understanding how coding works then this course is for you!:)Read Less",,Unknown +276488,11014,shecodes,Anonymous,True,2021,Excellent course,2021-04-28,5.0,5.0,5.0,5.0,"Loved it! It's an intensive course and requires consistent work, I had to take a break due to work and found myself needing to revisit the entire course before I could proceed. Great teaching style, easy to follow but I enjoyed the extra research and... Read More thought one had to apply to complete the challenges, homework and the project!Read Less",SheCodes Basics,Miscellaneous and General Tech +276471,11014,shecodes,Anonymous,True,2021,"Amazing, interesting, challenging and exciting!",2021-04-27,5.0,5.0,5.0,5.0,"I joined the basics introduction to coding and so loved it! I was so into it, everything well explained and the short videos easy to follow. Matt's explanations are very easy to follow and understand. He breaks into small pieces complex ideas and that... Read More makes the journey of learning very interesting and challenging. The support on Slack from the team is also incredible and the chat with other women sharing their issues and helping each other is incredible. If you are willing to get into the tech world from 0 knowledge, I cannot recommend SheCodes more. Good coding!Read Less",,Unknown +276461,11014,shecodes,Adelaide,False,2021,Totally recommended!,2021-04-27,5.0,5.0,5.0,5.0,I didn't have any knowledge prior to starting. The workshop is designed to go step by step and it's not overwhelming. I've learned so much throughout those three weeks. It was really fun and amazing creating a landing page from zero. Totally recommended!... Read MoreRead Less,SheCodes Basics,Miscellaneous and General Tech +276436,11014,shecodes,Raquel Almeida,False,2021,The workshop was great,2021-04-26,4.3,5.0,5.0,3.0,"The workshop was great. I've always been curious about coding and wanted to give it a try, SheCodes was a great way to start. The lessons were very clear and easy to follow. I would highly recommend this course to anyone who wants to take their first... Read More steps.Read Less",SheCodes Basics,Miscellaneous and General Tech +276425,11014,shecodes,Michelle,False,2021,Highly recommend SheCodes!,2021-04-26,5.0,5.0,5.0,5.0,SheCodes Plus built on what I learned in the initial class. It was a really great transition and helped me hone the skills I had while adding extra layers of complexity. I especially enjoyed learning the API integration and it made me more comfortable... Read More in JavaScript when developing functions and sorting through arrays. Matt's videos are great and the SheCodes team is phenomenal at answering questions and helping you work through issues.Read Less,SheCodes Plus,Miscellaneous and General Tech +276415,11014,shecodes,Susie Schroeder,False,2021,SheCodes is fun and informative,2021-04-26,5.0,5.0,5.0,0.0,"“The Basics class was quick to get through, and I learned a lot. I appreciate that the assignments went deeper than the lessons so I had to put in effort to figure out how to make things work. I'm much more confident in HTML, CSS, and Java Script than... Read More I thought I could be after a 3 week class. I'm looking forward to taking the rest of the workshops!”Read Less",,Unknown +276414,11014,shecodes,Anonymous,True,2021,Awesome Workshop!,2021-04-26,5.0,5.0,5.0,0.0,"Highly Recommend This Workshop! I don't have a background in programming/web development at all but I was able to follow along and recreate all of the challenges, homework assignments and the project. Matt is a great instructor! You will not be disappointed!... Read MoreRead Less",SheCodes Basics,Miscellaneous and General Tech +276348,11014,shecodes,Andrea Roldan,False,2021,You should try it! You will NOT regret it,2021-04-24,5.0,5.0,5.0,5.0,I have just finished the SheCodes Basics Workshop. I loved this workshop! Matt explains everything in an easy way that makes you understand it with no problem. I also loved the learn-challenge-solution dynamic. I am SO looking forward to the next one.... Read MoreRead Less,,Unknown +276282,11014,shecodes,Anonymous,True,2021,Great for beginners!,2021-04-22,5.0,5.0,5.0,5.0,"SheCodes is great for beginners! In just three weeks you can learn HTML, CSS and Javascript at your own pace with bite-size lessons and small challenges to keep you motivated. Before starting this workshop, i though coding wasn't for me but has i completed... Read More the lessons and the homework each week, i found it to be a very rewarding experience and I can not wait to learn more.Read Less",SheCodes Basics,Miscellaneous and General Tech +276281,11014,shecodes,Louise,False,2021,Very Helpful,2021-04-22,5.0,5.0,5.0,0.0,"SheCodes Basics has been a great insight into the world of coding. I've always been interested and impressed by coding, but never thought it was something I could actually do myself. Now, I am excited to continue learning with SheCodes and to gain a career... Read More in the industryRead Less",SheCodes Basics,Miscellaneous and General Tech +276262,11014,shecodes,Selina Mayer,False,2021,Well structured workshop which makes a lot of fun,2021-04-22,5.0,5.0,5.0,5.0,"“SheCodes gives you the opportunity to get a taste of programming. Matt gives a great introduction and shows you how easy programming can be and how much fun it can be. Also the helpful tips and support from the whole SheCodes team was great. For me,... Read More it was a wonderful opportunity to discover a new passion and I will continue to explore programming.”Read Less",,Unknown +276250,11014,shecodes,Anonymous,True,2021,Great!,2021-04-22,5.0,5.0,5.0,5.0,I've really enjoyed this workshop! The lessons were easy to follow and it's really satisfying to build a page from scratch at the end. I also liked the fact that each lesson is not longer than 10-12 minutes. It was easier for me to get organised since... Read More I had to work during the day.Read Less,SheCodes Basics,Miscellaneous and General Tech +276173,11014,shecodes,Anete Alksne,False,2021,Great way to start exploring the coding world.,2021-04-20,4.7,5.0,4.0,5.0,"I took SheCodes Basic course to understand if coding is something that I could be interested in. The course is perfectly built for a newbeginner - easy to understant explanations, effective communication platform, everything showed on examples, a lot... Read More of tips and most importantly - small challenges at the end of almot every lecture and homeworks or bigger challenges at the end of each week. I would surely suggest this as your first step in coding.Read Less",SheCodes Basics,Miscellaneous and General Tech +276152,11014,shecodes,Anonymous,True,2021,Turns out I love coding!,2021-04-20,5.0,5.0,5.0,5.0,“SheCodes was great! I don't think I'll end up going into a job where coding is needed but I will absolutely continue to do it in my free time! I think it is so much fun and I loved learning how each language worked. It was nice to see how much I understood... Read More and could figure out on my own once I started the Final Project!”Read Less,,Unknown +276151,11014,shecodes,Viktorija Koluzajeva,False,2021,SheCodes Basics,2021-04-20,5.0,5.0,5.0,0.0,I took SheCodes Basics workshop that is 3 weeks long. It was my first experience in coding and I found it very engaging and interesting. The way information is presented is accessible for complete beginners.The short lessons with challenges were very... Read More useful and helpful and I really enjoyed working on the final project. I am looking forward to a more advanced course.Read Less,SheCodes Basics,Miscellaneous and General Tech +276061,11014,shecodes,Kamilla Al Shadidi Navrotsky,False,2021,Great concept for a reasonable price,2021-04-19,4.0,5.0,4.0,3.0,"“I studied some Html, CSS and javascript on my own two years ago, but never got any further. This boot camp have helped me to repeat my old knowledge, in a very structured way, and has so far clarified some of my previous question marks. I'm looking forward... Read More to the next blocks!”Read Less",SheCodes Basics,Miscellaneous and General Tech +276030,11014,shecodes,Karen Berglund,False,2021,Great workshop!,2021-04-18,5.0,5.0,5.0,0.0,"SheCodes is a great workshop. The lessons are easy to follow. Documentation and resources are available and Matt lead the lessons like it was an in-person class. I found that it's not as complicated as I thought it was. Matt made it sooo easy along with... Read More his team, they were just amazing! I am continuing journey and on my Plus workshop and looking forward to the React workshop. I would recommend SheCodes to anyone who'll ask me.”Read Less",SheCodes Basics,Miscellaneous and General Tech +275879,11014,shecodes,Zoë Bryant,False,2021,SheCodes is fantastic!,2021-04-15,5.0,5.0,5.0,5.0,"I 10/10 recommend the SheCodes workshop to anyone looking to enter the world of coding! It was a fantastic experience, the lessons were very comprehensive and easy to follow and you can get help whenever you need it. I don't think you could get a better... Read More experience anywhere else 😁Read Less",,Unknown +275877,11014,shecodes,Abigayle Carlson,False,2021,Transformative,2021-04-15,5.0,5.0,5.0,5.0,"SheCodes was a blast! I was hesitant to hand in my final project, knowing the course would be over once I did. Matt is a great teacher, and the Slack program was a big help too. I learnt a lot from other students, and feel confident in my abilities with... Read More what was taught. I'm excited to change career paths and continue my learning! Thank you for helping more women to codeRead Less",SheCodes Basics,Miscellaneous and General Tech +275876,11014,shecodes,Monika Borgodzhiyska,False,2020,So much fun,2021-04-15,5.0,5.0,5.0,5.0,"It was a fun experience! And I couldn’t believe how interesting coding can be 😍 there’s video lessons and a task to complete after each, so remembering all the new knowledge is made easy. The homeworks are reviewed, so you don’t feel left alone, and the... Read More slack chat gives you the feeling of community. For me it was also important to have deadlines, because I cannot function without pressure 😄 I recommendRead Less",SheCodes Basics,Miscellaneous and General Tech +275833,11014,shecodes,Dina Neiman,False,2021,The best introduction course for coding,2021-04-14,5.0,5.0,5.0,5.0,"Since high-school I had this crazy fear of coding, because I was sure it was related to Math. Well, it is related to Math, but the world of coding is so big that I was shocked to discover that there are parts of coding that aren't related to math at all😏.... Read More So here I am finishing this SUPER incredible workshop that opened a new horizon for me. I'm sending a big thank you to Matt and this amazing team for providing me such a positive experience.Read Less",SheCodes Basics,Miscellaneous and General Tech +275794,11014,shecodes,Bianca Schwartz,False,2021,Amazing! Amazing Amazing!!,2021-04-13,5.0,5.0,5.0,5.0,“Great teaching! so looking forward to the next few projects & challenges! 😁” What a way to start my coding journey ! Seriously 🥰🥰 great support and everyone is always communicating with you! So you don’t feel alone in the journey ❤️ Whoever is considering... Read More coding! Go through SheCodesRead Less,,Unknown +275791,11014,shecodes,Catarina Aires Gomes Pólvora de Almeida,False,2021,Amazing!,2021-04-13,5.0,5.0,5.0,5.0,"“I was very fearful of trying something so far out of my said ""area"" of studies, but i'm glad i did! And i'm especially glad i chose SheCodes to start this journey. The workshop itself and Matt are very straightforward and easy to understand, with a ton... Read More of support from both the team and colleagues through chat. I highly recomend it to anyone on the fence over getting started to just try this basic workshop! Loved it!”Read Less",SheCodes Basics,Miscellaneous and General Tech +275788,11014,shecodes,Julia Lindvall,False,2021,Great workshop! Strongly recommended to everyone!,2021-04-13,5.0,5.0,5.0,5.0,"Great workshop! Strongly recommended to everyone! I really enjoyed it! Everything was clear, easy to understand and you can always ask for help if needed. I am considering to take another more advanced course a bit later as well. SheCodes is the best!... Read MoreRead Less",SheCodes Basics,Miscellaneous and General Tech +275786,11014,shecodes,Priscilla Betuyaku,False,2021,Amazing workshop,2021-04-13,4.7,4.0,5.0,5.0,"“SheCodes was the best option that I could choose in the past 3 weeks. I was having web development at the college but I was struggling a lot to understand javascript. But in this platform, everything is possible to learn! I'm so proud to see my final... Read More project done in less than a day! I'd like to add the way that Matt teaches are very easy to understand! Thanks, SheCodes Team!”Read Less",,Unknown +275785,11014,shecodes,Jolene poulton,False,2021,FANTASTIC,2021-04-13,5.0,5.0,5.0,5.0, I have found these last 3 weeks so much fun and with great content in short videos with small challenges I was able to pick up coding and I was able to follow the sessions easily!!!! Thank you Matt and well done ill be back for the next stage!!!!,SheCodes Basics,Miscellaneous and General Tech +275691,11014,shecodes,Betzy Madrigal,False,2021,I felt like I grew and learned so much in just a few weeks.,2021-04-09,5.0,5.0,5.0,5.0,I took the first workshop called intro to coding. I felt like I grew and learned so much in just a few weeks. I'm better able to relate to my team at work. This allows me to communicate and empathize like never before. I’m realizing how much of foundation... Read More it set up to learn other languages too. Thank you SheCodes!Read Less,,Unknown +275690,11014,shecodes,Andrea Obregon,False,2021,Passion and Knowledge...,2021-04-09,5.0,5.0,5.0,5.0,"I have found my ultimate passion. This course was amazing, I enjoyed it so much and it made me realize how much I enjoy and love coding. I am certain that I want to do this for a living, which is a motivation that I hadn't felt in a very long time. The... Read More three weeks went by so fast! I really wish it would have lasted longer. Matt was a great teacher, his way of teaching was easy to understand and always made me feel safe and trust that I could experiment, fail, succeed, or let whatever had to happen, happen. I had a lot of fun, learned so much, and I can't wait to be able to get into the next course.Read Less",SheCodes Basics,Miscellaneous and General Tech +275666,11014,shecodes,Anonymous,True,2021,I can recommend it to every woman!,2021-04-09,5.0,5.0,5.0,5.0,"As a complete beginner, SheCodes Basic was the perfect start for me. Especially as a mom with two children I was able to work remotely. It's makes so much fun and you are very proud to turn your learning into projects that works :) I'm really looking... Read More forward to SheCodes Plus.Read Less",SheCodes Basics,Miscellaneous and General Tech +275664,11014,shecodes,Noemi Silvestre,False,2021,Amazing,2021-04-09,5.0,5.0,5.0,5.0,"It has been an exciting and motivating workshop. Almost addictive, it has made me interested in programming from the first moment. I defenetly recomend this to every woman who wants to lern code. And i'll keep studing code here! Now for the next level!... Read MoreRead Less",,Unknown +275650,11014,shecodes,Ana Lourenço,False,2021,Loved it!,2021-04-08,5.0,5.0,5.0,5.0,"Loved this course! I can't think of a better way to start my coding journey! At Uni I thought that coding was boring. After this course with Matt Delac I figured out that I just had a really bad teacher back then. Also, connecting with other women with... Read More different stories and backgrounds from around the world made me feel confident that I could definitely do this coding thing! Actually, I loved it so much that I've upgraded to SheCodes Plus React.Read Less",SheCodes Basics,Miscellaneous and General Tech +275618,11014,shecodes,Karolina,False,2021,This Course might make you addicted to coding ;),2021-04-07,5.0,5.0,5.0,5.0,I was very supprised how well everything was explained even for someone like me who never before did any jobs related to coding! Matt makes lessons easy to understand and follow and João was amazing support for all of us! Thank you and see you next week... Read More on SheCodes plus! Cant wait!Read Less,SheCodes Basics,Miscellaneous and General Tech +275585,11014,shecodes,Gaby,False,2021,Great & very valuable!,2021-04-07,5.0,5.0,5.0,5.0,I really enjoyed this hands-on course! I can 100% recommend. I did not think it was possible to learn so much in just 3 weeks without it feeling like work. You also get all the help you need from experts that answer very quickly. And the big plus for... Read More me were the flexible hours of working on this!Read Less,SheCodes Basics,Miscellaneous and General Tech +275584,11014,shecodes,Alessandra Scarpellini,False,2021,The best way to learn coding!,2021-04-07,5.0,5.0,5.0,5.0,"Learn a new language to make things happen! This is what learning coding means to me.Thanks to this course, I have found an exiting and funny world behind my computer, a world that I never thought I'd be able to understand. But when your first ""button""... Read More works on click, then you know that everything is possible😉!Read Less",SheCodes Basics,Miscellaneous and General Tech +275582,11014,shecodes,Daniela Oliveira,False,2021,SheCodes Basics Review,2021-04-07,4.7,5.0,5.0,4.0,"I joined the SheCodes Basics workshop without even having a clue of what is HTML and now I am able to create and develop a page from scratch after 2/3 weeks. Even though I'd have really enjoyed to have done the workshop in person, the way Matt makes the... Read More videos makes it seem like you're in the same room and it's very clear and informal. Also I don't think I've ever seen a company enjoy emojis so much! 😋 who knew coding could be fun...Read Less",,Unknown +275575,11014,shecodes,Cassidy Muir,False,2021,Great introduction course,2021-04-06,4.7,5.0,5.0,4.0,I decided to take part in SheCodes because I wanted a platform that really empowers women to take charge in their adventures of learning how to code. I found the lessons very informative and helpful. I think there was a fine line between helpful and challenging.... Read More It was challenging enough that I had to do research to explore the topics and really have fun with the different languages. I highly recommend this program for anyone on a budget and wants a more intensive experience.Read Less,,Unknown +275550,11014,shecodes,Anonymous,True,2021,Great workshop!,2021-04-06,5.0,5.0,5.0,5.0,"Before attending the workshop, I knew absolutely nothing about coding and what inspired me to take on the challenge was the mission SheCodes has: to teach women how to code and to have more of them working in tech. Matt, the instructor, explains concepts... Read More in a very clear way and the course is well organized. It made me feel empowered and proud of myself for completing it.Read Less",SheCodes Basics,Miscellaneous and General Tech +275538,11014,shecodes,Camyla,False,2021,Excellent,2021-04-05,5.0,5.0,5.0,5.0,“This is a great workshop for beginners like myself! I started this with absolutely no experience and I am proud of what I am capable of creating! Matt is an excellent instructor. All of the videos are very helpful. Highly recommended if you are curious... Read More about the world of coding!”Read Less,,Unknown +275513,11014,shecodes,Megan Booth,False,2021,Great Experience,2021-04-05,5.0,5.0,5.0,5.0,"This workshop was fast, easy, and taught me so much about the basics of web development! I had prior experience in computer programming, but didn’t know anything about web development. It was fast paced but easy to understand. The program schedule was... Read More easy to fit into my schedule and did not conflict with my prior commitments because of the self-paced modules.Read Less",SheCodes Basics,Miscellaneous and General Tech +275499,11014,shecodes,Ines Dias,False,2021,HIGHLY recommend this course for absolute beginners.,2021-04-05,5.0,5.0,5.0,5.0,"HIGHLY recommend this course for absolute beginners. The project based learning keeps you motivated. Even with a tight schedule it was easily doable, self-paced is key. You can also count on the Support Team to be encouraging, helpful and overall really... Read More nice. I'm ready for the next workshop with the SheCodes team :)Read Less",SheCodes Basics,Miscellaneous and General Tech +275498,11014,shecodes,Sophia,False,2021,SheCodes experience,2021-04-05,5.0,5.0,5.0,5.0,"Even though I was hesitant to start this course, it proved to be an amazing learning experience. I would highly recommend SheCodes to people who have no background in coding. It gives you the foundation of starting your coding journey and the motivation... Read More to learn more. Thank you, Matt Delac and SheCodes team 🙏Read Less",SheCodes Basics,Miscellaneous and General Tech +275497,11014,shecodes,Victoria,False,2021,Amazing introduction to coding !,2021-04-05,5.0,5.0,5.0,0.0,I started the SheCodes Basics workshop with no coding experience at all and after three weeks I have learnt so much. I really enjoyed progressively building my skills in each challenge and the homework at the end of each week . Working on my own project... Read More was also very rewarding and fun ! I’ll be continuing to SheCodes Plus!Read Less,SheCodes Basics,Miscellaneous and General Tech +275466,11014,shecodes,Shannon Nix,False,2021,Amazing!,2021-04-03,5.0,5.0,5.0,5.0,"I love SheCodes! I have attempted many classes on these subjects but could never grasp the concepts like I have here. The content is thorough but not overwhelming. The assignments fit the lesson but also push you to research, which as we all know, is... Read More a huge part of coding. Thank you so much!Read Less",SheCodes Plus,Miscellaneous and General Tech +275402,11014,shecodes,Marta,False,2021,Great introduction!,2021-04-01,5.0,5.0,5.0,0.0,"Much appreciated the hands-on experience: no babbling, lots of doing! The tutorials are short but to the point, the challenges and homework - as per their name - challenging but well balanced (never too simple not too difficult). It's a good way to dip... Read More your feet into the big sea of programming and see if you'd like to learn to swim.Read Less",SheCodes Basics,Miscellaneous and General Tech +275367,11014,shecodes,Claudia Vieira,False,2021,Amazing!,2021-03-31,5.0,5.0,5.0,5.0,An amazing workshop! After SheCodes and SheCodes Plus the Responsive workshop was a missing piece in my knowledge to be able to create the perfect page! Like all the other SheCodes workshops extremely well presented and explained! Thank you for everything!... Read MoreRead Less,,Unknown +275353,11014,shecodes,Brisa Oliveira e SIlva Bøhle,False,2021,SheCodes is awesome!!,2021-03-31,5.0,5.0,5.0,5.0,"“I graduate as an architect and moved to a different country. It has been hard to find a way into the market, especially nowadays. When I started to look into alternatives, I found SheCodes and decided to give it a shot. The program is great! I really... Read More enjoyed it, and I am looking forward to continuing this training. After this experience, I believe there is no turning back to my old carrier. 😄”Read Less",,Unknown +275344,11014,shecodes,Laura Marino,False,2021,"Easy, step-by-step learning workshop",2021-03-31,5.0,5.0,5.0,5.0,"SheCodes has been a great way for me to learn more about coding and begin my practice. I have been interested in learning to code and tried to do some research on my own and found myself very confused and overwhelmed and a little discouraged. Taking the... Read More three week beginners course with SheCodes made learning code fun and motivating to learn more! This is a great workshop for people who want to learn the basics. I really enjoyed the video tutorials, homework, and most importantly the feedback. The scheduling kept me accountable to practice every day and the tutorials broke down information in easy to follow steps. I highly recommend this. I am looking forward to learning more!Read Less",SheCodes Basics,Miscellaneous and General Tech +275293,11014,shecodes,Kate,False,2021,SheCodes Basics,2021-03-30,5.0,5.0,5.0,5.0,"This is the perfect course for beginner coders. Learning the basics takes time and patience and I felt really supported by Matt's tutorials, the Slack group and trusty ol' Google. I could fit it around my working schedule and it gave me a small sense... Read More of achievement each time I passed a lesson. It has gotten me excited to see what else I can learn in coding and what the possibilities are.Read Less",SheCodes Basics,Miscellaneous and General Tech +275259,11014,shecodes,Alona,False,2020,Review about SheCodes experience,2021-03-29,5.0,5.0,5.0,5.0,“This workshop was absolutely new for me and I was so excited to learn it. Matt is an excellent teacher who explained everything understandably. I've just finished course for beginners and I'm gonna do another workshop to improve my knowledge. I highly... Read More recommend this workshop to everyone!”Read Less,,Unknown +275258,11014,shecodes,Manon Sella,False,2021,"Pedagogical, clear, and fun!",2021-03-29,5.0,5.0,5.0,5.0,"I am extremely satisfied with this workshop! Coding can be very intimidating for absolute beginners but through Matt's great pedagogy and clarity (said from a teacher :p), short but efficient lessons, and regular practice, it is quite mind blowing what... Read More one can do within just three weeks of learning! All the new notions are broken down into single blocks of learning to grasp the essential meanings, demonstrated in videos with explanations and documentation too. We then get familiar with these new notions to finally apply them into various tasks. It is a very progressive and fun process. Thank you so much. I am very much looking forward to the next training!Read Less",SheCodes Basics,Miscellaneous and General Tech +275249,11014,shecodes,mafalda gallo,False,2021,everything is easy to understand!!,2021-03-29,3.0,5.0,1.0,0.0,"I enjoyed my entire experience with shecodes! Matt manages to make everything easy to understand. The challenges help us to understand everything even better. Slack is a friendly google with the answers to our doubts within the shecodes team or with our... Read More colleagues. The way shecodes works make sense, and I feel that I learned.Read Less",SheCodes Basics,Miscellaneous and General Tech +275181,11014,shecodes,Ewa Sznajder,False,2021,Excellent,2021-03-26,5.0,5.0,5.0,5.0,"The SheCodes Workshop gave me an opportunity to start my career change. Easy to follow steps and clear explanations from Matt makes everything understandable specially for complete beginners like me! There is network of support, who are ready to help... Read More literally asap with any questions too. Everyone should try it! Highly recommended 👌Read Less",SheCodes Basics,Miscellaneous and General Tech +275146,11014,shecodes,Emily Berner,False,2021,SheCodes has opened a new chapter in my life.,2021-03-25,5.0,5.0,5.0,5.0,"SheCodes has opened a new chapter in my life. My Dad told me about SheCodes, and I started this introduction workshop with curiosity, having a big interest in Digital Transformation and Technology. After only 3 weeks, I have discovered a true interest... Read More in coding, and I can't wait to start my 'Plus' and 'React' workshops with SheCodes 🌟Coding is addictive and exciting 👩🏼‍💻 Thank you, Matt Delac, for having created this cool coding platform for us! Your way of teaching is awesome 🙌🏻Read Less",,Unknown +275138,11014,shecodes,Larissa Souza,False,2021,Intro to Coding - SheCodes Workshops,2021-03-25,5.0,5.0,5.0,5.0,"I had never coded before and even though I've learned only the basics, I'm feeling pretty confident about continuing this journey now that I know I'm capable of! I want to thank Matt Delac and everyone that makes SheCodes possible, can't wait to learn... Read More more!Read Less",SheCodes Basics,Miscellaneous and General Tech +275088,11014,shecodes,Danielle Silva,False,2021,A Great Opportunity!,2021-03-24,5.0,5.0,5.0,5.0,"Very pleased to learn all these first steps on coding and be motivated to explore more! I feel like coding is not a total stranger anymore and that this can be just the beginning. Very curious to see what os Next! SheCodes, thanks for the opportunity!... Read MoreRead Less",SheCodes Basics,Miscellaneous and General Tech +275070,11014,shecodes,Alyson,False,2021,Excellent Introduction into Coding Lessons,2021-03-24,5.0,5.0,5.0,5.0,"For someone with no coding experience, and a personal need for repetitive, well-explained, hands-on learning, this workshop hits the mark. Each lesson is clear and succinct, and the coinciding challenges excellent opportunities to progressively apply... Read More what has been taught. Additionally, the community, staff, and technical support are all incredibly supportive, helpful, and responsive, making the learning environment that much more enjoyable and successful.Read Less",,Unknown +275028,11014,shecodes,Beth,False,2021,Awesome Experience!,2021-03-23,5.0,5.0,5.0,0.0,Matt provides incredibly easy-to-follow videos. He breaks down the steps and structures needed for coding. The submissions and final project allow for practical application and gives you the chance to explore on your own to find the solution. The videos... Read More are not overly long but still provide the necessary information. I grasped JavaScript quicker than I expected! I am really looking forward to my next 8 weeks in SheCodes Plus!Read Less,SheCodes Basics,Miscellaneous and General Tech +275018,11014,shecodes,Franziska,False,2021,Great Fun & Easy to follow,2021-03-23,4.7,5.0,5.0,4.0,The workshop is great! It's easy to follow and great fun. It helps me better understand how a website works and adjusting frontends - so it's a very useful asset in online marketing since many companies require basic knowledge in this area. I can only... Read More recommend it. Thanks to Matt and all at SheCodes!Read Less,SheCodes Basics,Miscellaneous and General Tech +275013,11014,shecodes,Anonymous,True,2021,Excellent,2021-03-22,5.0,5.0,5.0,5.0,"This is the best course for absolute beginners. It's the only beginner class where I actually learned to code. Online support is available 24/7 and easy to access. They also, variable links and documents for further research. I highly recommend for every... Read More beginner!Read Less",SheCodes Basics,Miscellaneous and General Tech +275005,11014,shecodes,Joana Soares,False,2021,SheCodes workshop,2021-03-22,5.0,5.0,5.0,5.0,"Finally a workshop where everything is well explained, there are lots of resources and the team is always available to help us with our questions (which are a lot 😅) Looking forward to the SheCodesPLUS 👩‍💻 I strongly recommend this workshops for everyone... Read More !Read Less",SheCodes Basics,Miscellaneous and General Tech +274999,11014,shecodes,Alexis Anusi,False,2021,Honestly just the best,2021-03-22,5.0,5.0,5.0,5.0,"This is honestly one of the best things I could have done for myself! I've been looking at the site for the last year and a bit, wondering if I should take the plunge, and I'm annoyed that it took me so long to make the decision to join! The little bitesize... Read More videos (nothing is really longer than 10 minutes, maybe just one) are so easy to digest and everything makes sense. Even if you don't understand anything, there's a whole community of women who can help you as well. I'm going the full way with SheCodes Pro, and doing the first 3 weeks of the workshop has let me know that I've made the right choice! I would DEFINITELY recommend!Read Less",SheCodes Basics,Miscellaneous and General Tech +274997,11014,shecodes,Laura Vavasseur,False,2021,Motivating and easy to follow,2021-03-22,4.7,5.0,5.0,4.0,I've been teaching myself to code for the last couple of years and I haven't progressed the way I've wanted. After doing SheCodes for the past few weeks I have surpassed my previous knowledge of coding and gained the confidence I need to continue on my... Read More dream of becoming a front-end developer.Read Less,SheCodes Basics,Miscellaneous and General Tech +274995,11014,shecodes,Emeline,False,2021,SheCodes Workshop - The first 3 weeks,2021-03-22,5.0,5.0,5.0,0.0,“This workshop was a great start! The challenges are fun and encouraging. Every step is really clear and well explained. It's also great to have access to the chat for support along the way and sharing thoughts about the different exercices. I'm excited... Read More to keep learning!”Read Less,,Unknown +274943,11014,shecodes,Manal Alduraibi,False,2021,highly recommend,2021-03-19,5.0,5.0,5.0,5.0,"I highly recommend anyone who wants to learn coding to join the amazing SheCodes workshops. They provide different levels of workshops, and they are not exclusively for beginners, but even people who already know JavaScript can practice and learn new... Read More tips and tricks that could help level up their coding.Read Less",,Unknown +274933,11014,shecodes,Lynn Mach,False,2021,Easy to follow,2021-03-19,5.0,5.0,5.0,5.0,WOW! I have no coding experience. I am just an accountant looking for something new to learn. This workshop was easy to follow. I really enjoy the exercises and the tips & tricks given during the learning videos! I enjoy the ability to review assignments... Read More and solution and have a community on slack to ask questions to.Read Less,SheCodes Basics,Miscellaneous and General Tech +274884,11014,shecodes,Barbara,False,2021,SheCodes is great,2021-03-18,4.7,4.0,5.0,5.0,"This coding workshop was super fun, I learned so much during these 3 weeks and Matt is a great instructor! Everything was easy to understand, and all the assignments were challenging and interesting. But I believe that the advanced and longer courses... Read More a little too expansive.Read Less",SheCodes Basics,Miscellaneous and General Tech +274859,11014,shecodes,Anonymous,True,2021,That was fun!,2021-03-17,5.0,5.0,5.0,5.0,"The course is divided into small chapters so that motivation remains high. Everything is explained well and is very practical. As a beginner, the course will help you acquire the right basic knowledge more quickly and you won't get lost in the Google... Read More jungle 😉Read Less",SheCodes Basics,Miscellaneous and General Tech +274853,11014,shecodes,Andrea Dubuc,False,2021,I love SheCodes,2021-03-17,5.0,5.0,5.0,5.0,"I never thought coding could be this much fun! I went from knowing absolutely nothing to discovering a new passion. SheCodes makes it super easy to learn, and if you are stuck, there is an incredible community and instructors ready to help you. Thank... Read More you Matt for being such an amazing instructor. I am super excited to continue my coding journey with SheCodes. I am about to start SheCodes Plus React.Read Less",SheCodes Basics,Miscellaneous and General Tech +274833,11014,shecodes,Michaela Šimková,False,2021,"Thank you for a 100% happy experience, and an amazing introduction to coding. 💜",2021-03-17,5.0,5.0,5.0,5.0,I have started coding with SheCodes as an absolute beginner. I took the 3 weeks basic workshop and I enjoyed every minute of listening to videos and than trying to code on my own. With this great support and encouragement from SheCodes my fears about... Read More coding dissolved. I am looking forward to explore more of this coding world. 😎💜Read Less,SheCodes Basics,Miscellaneous and General Tech +274820,11014,shecodes,Caitlen Frank,False,2021,Great introduction for beginners!,2021-03-16,5.0,5.0,5.0,5.0,"Loved this course! The concept of ""coding"" had been intimidating to me, but Matt's classes really lay down the foundation and take away the mystery. Excited to have these skills in in my tool belt, and would recommend this course for those looking to... Read More learn a new skill as well as deepen their working relationships with engineers/developers in the workplace.Read Less",SheCodes Basics,Miscellaneous and General Tech +274810,11014,shecodes,Kalliopi Marina Christodoulou,False,2021,Great Option for Aspiring Coders,2021-03-16,5.0,5.0,5.0,5.0,"I've always been wanting to learn how to code and through SheCodes I believe I found the best way how to realize that goal. The material is straight forward, the challenges help understand how to use every new piece of information, while the end result... Read More of each homework is a motivation itself to want to learn even more!Read Less",,Unknown +274787,11014,shecodes,Liliana Torres,False,2021,A woman’s best option to enter the world of coding!,2021-03-16,5.0,5.0,5.0,5.0,"“This course is phenomenal! Concise lessons, clear explanations, and practical exercises. I would recommend it to anyone who wants to get started and has zero experience in programming like myself. After completing it, I feel so empowered and ready for... Read More more. The sky's the limit gals ;)”Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +274786,11014,shecodes,Clara Monteiro,False,2021,Surprisingly challenging,2021-03-16,5.0,5.0,5.0,5.0,This was the first time I was in touch with coding and Matt was right. It's really fun and challenging. This course has no time schedule for classes so you adjust it to your personal schedule. The classes are simple and easy to follow. And if you have... Read More any question you can ask in real time in their chat. And the fun part is that on the weekly homeworks they always make us search for something and discover things on our own so we can develop our search capabilities.Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +274785,11014,shecodes,Marian,False,2021,"Great introduction to coding in CSS/HTML/JS, excited about the rest of my journey",2021-03-16,5.0,5.0,5.0,5.0,I've been meaning to get back into coding and front end development for a while now but could never find the right course or content that fit my needs. And then I saw someone comment on a LinkedIn post and decided to reach out and get some advice; and... Read More I'm glad I did. The introduction workshop is a great way to get grounded in basic HTML/CSS/JS and goes well beyond show and tell of code snippets. Matt has a great way of explaining the different concepts and also provides a lot great tips on how to approach writing code and what to look out for. I can't wait to dig into the rest of the content.Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +274761,11014,shecodes,Evelina,False,2021,I'm in love with SheCodes!,2021-03-15,5.0,5.0,5.0,0.0,"Workshops are well-structured and easy to follow. Matt, the instructor, not only teaches how to code but also shares the best practices. Homework reinforces skills and information learned in each lesson. Overall, learning feels challenging and, at the... Read More same time, super exciting.Read Less",,Unknown +274705,11014,shecodes,Fanni Fodor,False,2021,The best online learning experience I had by far!,2021-03-13,5.0,5.0,5.0,5.0,"“As a beginner I didn't expect to get this far in 3 weeks, given I had no previous knowledge in design, programming or anything to do with IT. The structure of the course is perfect; clear and you can easily manage your time since the lessons are short... Read More and concise. I can't wait to start the next course at SheCodes! Thanks for all the support from the SheCodes team and everyone on Slack! 😊”Read Less",,Unknown +274633,11014,shecodes,Nina Heschl,False,2021,Excellent course - will definitely keep learning with SheCodes!,2021-03-11,5.0,5.0,5.0,5.0,"I really enjoyed the SheCodes Workshop! The content is nicely structured, Matt explains very well and the challenges in between are great to get some practice right away. I had fun working on the final project as well. Being a complete beginner I feel... Read More like I learned a lot in a very short amount of time. I would highly recommend this workshop to anyone wanting to learn how to code.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +274618,11014,shecodes,Teresa Szul,False,2021,Highly recommend,2021-03-11,4.3,5.0,5.0,3.0,"Highly recommend SheCodes. Great content, with very clear and easy to understand instructions. Matt is very good at explaining how to code and he makes it very interesting! Slack (an online community portal) is also very useful for any support , feedback... Read More and great tool to build the community of students, and new coders. I really liked a new feature they have on their website, which is an online radio. Thank you SheCodes, I didn't think coding can so much fun! :)Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +274607,11014,shecodes,Marley Henneigh,False,2021,Great way to start learning code,2021-03-10,5.0,5.0,5.0,5.0,"This course was a great way to start learning how to code. Matt is an excellent instructor and I really enjoyed his enthusiasm. I like how the weeks are broken up into lessons so you can do a little every day or a lot, depending on your schedule. It's... Read More easy to go back and review previous lessons if you need to refresh your memory as well.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +274597,11014,shecodes,Lena,False,2021,Loved My Experience!,2021-03-10,5.0,5.0,5.0,5.0,"“I really enjoyed my SheCodes experience! Matt and his team did exceptionally well in developing this program and moving it online. I liked that there was a challenge at the end of each lesson and a bigger challenge at the end of the week. This prepared... Read More us for the final project. I liked the Slack community and the opportunity to ask questions one on one as if you were in a classroom setting. You definitely have to put in the work and effort but in the end, it is most definitely worth it! Happy Coding!”Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +274591,11014,shecodes,Sandra Nicolau Lima,False,2021,Great Course and very interactive,2021-03-10,5.0,5.0,5.0,5.0,“The SheCodes Plus was an intense but rewarding experience. Matt is a great teacher and the challenges really set you up for the final project. I'm very glad I was able to follow it and finish it even while working full-time! Can't wait for the React... Read More modules :)”Read Less,SheCodes Plus,Miscellaneous and General Tech +274586,11014,shecodes,Jade Tedaldi,False,2021,A great workshop to learn to code,2021-03-10,5.0,5.0,5.0,0.0,"I absolutely loved taking part in this 3 week online workshop. I was surprised with how quickly I picked up coding with HTML, CSS and Javascript and I am so grateful for SheCodes and Matt Delac for making this possible. I highly recommend SheCodes to... Read More anyone who is curious coding as it was such an empowering skill to learn.Read Less",,Unknown +274581,11014,shecodes,Sarah,False,2021,Amazing!,2021-03-10,5.0,5.0,5.0,5.0,The 3 week Shecodes workshop was a great introduction to the coding world! The lessons were very easy to understand and the challenges/homework were a great way to reinforce what you had learned each week. Definitely was a rewarding experience. Highly... Read More recommend!Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +274428,11014,shecodes,Berfin Beyaz,False,2021,Amazing experience,2021-03-06,4.7,5.0,5.0,4.0,"Coding was completely another world for me until i watched first lesson of Matt Delac. SheCodes made it incredibly easy for me to meet this new world. Even though i had really limited time to study, lessons was really easy to follow. Big thank you for... Read More everyone who is working for SheCodes.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +274417,11014,shecodes,Bir Kanwal Kaur Randhawa,False,2021,Fun learning,2021-03-05,5.0,5.0,5.0,5.0,I really enjoyed the workshop and the reason being easy to understand videos and the help available. It really gets you started into the field. I was skeptical before starting but after attending the basic workshop I am ready for the advanced one. The... Read More workshops are worth the fee.Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +274413,11014,shecodes,Kathryn Mackin,False,2021,Highly Recommended,2021-03-05,5.0,5.0,5.0,5.0,"I can't believe how much I've learned in only 3 weeks! Matt's instruction is easy to follow and the entire SheCodes' team has been so helpful throughout the Intro to Coding Workshop. I highly recommend taking the Intro to Coding Workshop, especially if... Read More you aren't sure if coding is for you. You will be amazed at how much you learn and how quickly you'll love coding. I can't wait to continue my coding journey with more SheCodes Workshops!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +274342,11014,shecodes,Desiree Luffler,False,2021,It was a great learning experience,2021-03-04,5.0,5.0,5.0,5.0,I signed up for SheCodes not knowing a thing about programming. Here I am 3 weeks later making my own website. SheCodes is great and I highly recommend it to anybody interested in learning how to code! The instructor is very helpful and knowledgeable.... Read MoreRead Less,SheCodes Online Workshop,Miscellaneous and General Tech +274337,11014,shecodes,Zita Dierckxsens,False,2021,Exciting 😁,2021-03-04,5.0,5.0,5.0,5.0,"I really enjoyed learning how to code, a whole new world opened up😊. The lessons and material are easily accessible and keep you motivated to learn. Everything is explained really clearly and the weekly tasks help you to understand the material thoroughly.... Read MoreRead Less",SheCodes Online Workshop,Miscellaneous and General Tech +274294,11014,shecodes,Lori Schlueter,False,2021,This was a great way to do professional development,2021-03-03,4.7,5.0,5.0,4.0,"As a software tester, this was a great way to learn coding. The class time was fun and paced well to learn. I am able to use the coding skills learned to help me to be a better software tester. It was nice to have a final piece of work to see how much... Read More was learned. This was a great way to learn coding.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +274288,11014,shecodes,Jade Knowles,False,2021,Fun and informative introduction to coding!,2021-03-03,5.0,5.0,5.0,5.0,"I cannot recommend the SheCodes workshop highly enough, I have absolutely loved it! The course structure and regular deadlines helped me to stay focused and motivated, and the course being broken down into short lessons was easy to manage whilst also... Read More working full time. The challenges and end project were fun to complete, and I feel that I have learnt so much in only three weeks. Matt, the staff, and the community are also super supportive and you can always get help when you need it. I am really looking forward to enrolling in SheCodes Plus!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +274286,11014,shecodes,Constanza,False,2021,Awesome introduction to coding,2021-03-03,4.0,5.0,5.0,2.0,"I loved that the videos were short but precise. Matt explains everything very well and you don't get bored. I've tried A LOT of different online resources and courses to learn front-end and this is the one I feel has been the most engaging. I always felt... Read More a bit overwhelmed and like ""ugh, there's so much to do and learn"" while on SheCodes it's like ""oh, there's a small lesson, I can definitely do that"" and you keep progressing with that without even noticing. I'm currently doing the SheCodes Plus and I'll be starting SheCodes React once I'm done with Plus. Highly recommended!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +274285,11014,shecodes,Débora Beatriz Figueiró,False,2021,I really enjoyed SheCodes Workshop!,2021-03-03,5.0,5.0,5.0,5.0,I really enjoyed SheCodes Workshop! It was a very dynamic course and I couldn't be more satisfied! The way the lessons are organized makes things much easier. Matt is a great teacher! And a shout-out to the staff that was always available to clear up... Read More doubts all the way through the course. Looking forward to do the next one with you guys!Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +274267,11014,shecodes,Alexis Hanna,False,2021,Excited about my new skills!,2021-03-02,4.7,5.0,5.0,4.0,"I was honestly a little nervous starting this workshop, but I was pleasantly surprised with how much I have learned. The lessons were easy to follow and although I got frustrated in the moment, I did enjoy the challenges because it was like solving a... Read More puzzle! This workshop really made me use my brain and I'm excited to enhance my new skills even further!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +274251,11014,shecodes,Miriam K.,False,2021,Recommended!,2021-03-02,5.0,5.0,5.0,5.0,"This has been a lot of fun - the instructions were very clear, nevertheless you had to do some research on your own. Any questions have been answered via Slack in no time. Would definitely recommend for beginners, to get an idea about coding :) thanks!... Read MoreRead Less",SheCodes Online Workshop,Miscellaneous and General Tech +274234,11014,shecodes,Bárbara Beatriz Caldas Dias,False,2021,A challenging experience,2021-03-01,5.0,5.0,5.0,5.0,"In this three-weeks workshop, I've learned a lot! I've really enjoyed my first coding experience since it is super easy to follow. And I am really grateful for all the help of the SheCodes team. I highly recommend SheCodes to anyone interested in coding!... Read MoreRead Less",,Unknown +274209,11014,shecodes,Anonymous,True,2021,Great workshop! I highly recommend!,2021-03-01,5.0,5.0,5.0,5.0,"I always wanted to learn how to code but never knew where I should start from. Thank you, SheCodes, for stepping in my life! This dream of mine wouldn't have ever come true, but for you! Learning with SheCodes was a great adventure I will never forget!... Read More The course is extremely well prepared - Matt explains everything so nicely and the tasks make the learning quite challening and perhaps therefore even more enjoyable! And the community of SheCodes is so supportive! Again, big thank you to everyone who helped me during my coding journey. :)Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +274176,11014,shecodes,Shanee Hoke,False,2020,Worth it!!,2021-02-27,5.0,5.0,5.0,0.0,"“SheCodes has been fantastic in giving this ICU nurse a foundation and basic understanding of coding and web design principles. Matt's videos are straightforward and easy to understand. The assignments push you to use what he teaches you as well as add... Read More in any extra flair you want from around the internet. I have no doubt that if I could figure this out, anyone could!”Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +274169,11014,shecodes,Alex Dowd,False,2021,Highly rec. Easy to follow!,2021-02-27,5.0,5.0,5.0,5.0,Initial coding workshop was really easy to follow and fun to complete with tasks along the way to cement what you've learnt rather than just watching and hoping to take it all in. Great for complete beginners to get a taste to see if you want to carry... Read More on!Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +274116,11014,shecodes,Freya,False,2021,Great introduction to coding!,2021-02-26,5.0,5.0,5.0,5.0,The course has been a great introduction to coding. Very clear tutorials and good support along the way! You go at completely your own pace so it's easy to fit around work and life. The slack channel is there for any of your questions. I would highly... Read More recommend!Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +274067,11014,shecodes,Alexandra,False,2021,Very fun and challenging!,2021-02-25,5.0,5.0,5.0,5.0,"This workshop has been SO valuable and filled with new knowledge 👩🏽‍💻It's easy to understand, to get help and you learn a lot of new things very quickly. You get a lot of support during the way and peptalk from the other coders. I chosed all of the Workshops... Read More including React and I am in the middle of SheCodes Plus Workshop now. I am really enjoing it, and I am super excited to learn even more! 😃Read Less",,Unknown +274051,11014,shecodes,Chiara Massessi,False,2021,Cool course,2021-02-24,4.3,5.0,4.0,4.0,"Well-organized course. For only 3 weeks of course it really introduces you to coding. I enjoyed it and I'm satisfied with what I learned😎 That's why I enrolled also the ""shecodes plus react"". I think it gives the support to start in the world of coding.... Read More Let's see🔝Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +274043,11014,shecodes,Maria Beatriz M F Maclagan,False,2021,Great introduction to the coding world,2021-02-24,4.3,5.0,5.0,3.0,The workshop was a great introduction to the coding world. The course is easy to follow and the access to the community helps to clear all the questions you might have regarding the lessons or challenges. Im looking forward to continue my coding journey... Read More with SheCodes.Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +274041,11014,shecodes,Anonymous,True,2021,"Easy to understand, right way to get into coding!",2021-02-24,5.0,5.0,5.0,5.0,I've really enjoyed the SheCodes Workshop. I've never coded before in my life and the lessons are really easy to understand and the assignments are really challenging but not to the point of being frustrating. I would recommend this to everyone who doesn't... Read More know if coding is for them yet or if they want to start and don't know where to begin.Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +273958,11014,shecodes,Chairene Chidozie,False,2020,Challenging yet amazing process,2021-02-22,5.0,5.0,5.0,5.0,What a great yet challenging experience. I have learned a lot over the past few months and I'm grateful to Matt and the rest of the SheCodes team. They have collectively guided me throughout this process and ensured that I have the right tools to embark... Read More on this new (coding) chapter of my life. Thank you!Read Less,SheCodes React,Miscellaneous and General Tech +273940,11014,shecodes,DAGMARA KEPCZYNSKA,False,2021,The course was very well structured and enjoyable.,2021-02-21,5.0,5.0,5.0,5.0,"I've always enjoyed coding! I find it very creative and it's just fascinating how much you can achieve with very minimal software or tools. I was introduced to it years ago at school. I remember that I really liked it but have since forgotten a lot. When... Read More I saw SheCodes advert I knew straight away that it was a great opportunity to get back into it. The course is affordable, well structured and very engaging. I really enjoyed communicating with other women on chat. All of the questions get answered promptly and the admin staff are very helpful. The course has not only covered all the basics that I've forgotten. It has also given me some great tools I didn't know were out there as well as clarified some of the aspects I didn't fully understand when I first came across coding. I would very much recommend SheCodes :).Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +273845,11014,shecodes,Anonymous,True,2021,Introduction to Coding,2021-02-18,5.0,5.0,5.0,5.0,"“I didn't think I was wired to be able to understand or write code but this workshop proved me wrong! The lessons are broken up in a way that's really easy to understand, and there's ample opportunity to practice what you learn. Little has been said about... Read More how gratifying it is to fix a coding bug or when you get a function to do what you want it to. I had a lot of fun in this Intro to Coding workshop and would definitely recommend it to others!”Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +273837,11014,shecodes,Aafreen Banu,False,2021,One of the best investment I made!,2021-02-17,5.0,5.0,5.0,5.0,"I came across SheCodes through a youtube advertisement. I went for the free workshop and really wanted to try the workshops. Since I am currently a college student i was reluctant after seeing the cost of the workshop. But it was one of the best investments... Read More i ever made! Even before finishing the course, I got selected to be interviewed for an internship at SEAGATE! I had C/C++ and python programming already in my cv after i started this workshops i added Java, HTML and CSS which was in the job description too. I'm so glad that i made this decision to join SheCodes!Read Less",,Unknown +273833,11014,shecodes,Andreia Duarte,False,2021,Coding made fun,2021-02-17,4.0,5.0,4.0,3.0,"SheCodes Workshop has shown me how much fun we can have while coding! Great platform to consolidate my beginner level of HTML, CSS and JS. Three weeks of great learning and practising - a well-structured workshop explained in a very friendly, smart way.... Read MoreRead Less",SheCodes Online Workshop,Miscellaneous and General Tech +273802,11014,shecodes,Jennifer Avara,False,2021,SheCodes Workshop,2021-02-16,4.7,5.0,5.0,4.0,"SheCodes Workshop segments introductions to HTML, CSS and JavaScript in a way I was able to understand and learn at a decent pace. I'm looking forward to SheCodes Plus and SheCodes React. I had no experience prior to the workshop and recommend the workshop... Read More for beginners.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +273766,11014,shecodes,Kathryn Delavan,False,2021,SheCodes is a wonderful way to learn to code,2021-02-16,5.0,5.0,5.0,0.0,"I've loved the SheCodes workshop! The lessons were neatly broken down with corresponding challenges that gave us space to practice what we just learned. I appreciate how organized everything is, and that we use real developer tools to write our own code.... Read More Knowing that fellow students and educators are available via Slack was a great comfort when I found myself facing errors in my code. Much of the time I was able to find a solution via a quick Google search, but a few times I went to Slack and saw that other students were experiencing similar issues. It added a sense of community learning despite being all online. My experience with SheCodes thus far has been very positive and I am excited to start the next set of workshops.”Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +273748,11014,shecodes,Inês Marques Gomes,False,2021,Really good course to enter the coding world!,2021-02-16,5.0,5.0,5.0,5.0,"I've been loving the SheCodes course! I've decided to switch careers and couldn't be happier with my decision. The course is super easy to follow, and everyone is really attentive. Definitely, a really good choice and I'm extremely excited to continue... Read More this path! Highly recommend the workshop!Read Less",,Unknown +273746,11014,shecodes,Anonymous,True,2020,100% recommendable,2021-02-16,4.7,5.0,5.0,4.0,"I really enjoyed this course. It is easy to follow, pleasant, entertaining. You learn a lot there. Perfect for a real beginner. The challenges after each video are used to validate knowledge. The community is super helpful! I am looking forward to continuing... Read More learning with SheCodes PLUS and SheCodes PLUS REACT.Read Less",,Unknown +273728,11014,shecodes,Anonymous,True,2021,So much information!,2021-02-15,5.0,5.0,5.0,5.0,"I learned so much in a short amount of time and decided to code something that would hopefully make people smile! I started off knowing nothing about coding and now I have quite a solid foundation thanks to SheCodes! I decided to go further and enrolled... Read More in the next course level, I just started yesterday and so far so good, no regrets!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +273722,11014,shecodes,Hannah Durrant,False,2021,Amazing,2021-02-15,5.0,5.0,5.0,5.0,I started the SheCodes workshop with no knowledge on coding and I have leant so much! SheCodes is amazing at taking each step at a time and I never felt overwhelmed. There is a great community if you ever get suck so you are never alone. I would highly... Read More recommend and have enjoyed it very muchRead Less,SheCodes Online Workshop,Miscellaneous and General Tech +273710,11014,shecodes,Jordan Stummer,False,2021,Worth every penny!,2021-02-15,5.0,5.0,5.0,5.0,"Being able to learn HTML, CSS, and JavaScript with SheCodes has already improved my understanding of the coding world so much. I am a Software Development student and my program mostly focuses on Java and Python. I am so glad I found SheCodes and had... Read More the opportunity to learn these front-end development skills from someone like Matt. He is such a great teacher and I never thought I would enjoy it as much as I did. I am continuing on to the SheCodes+ and SheCodes React workshops too.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +273684,11014,shecodes,Alisha B,False,2020,Great way to upskill,2021-02-14,4.3,5.0,4.0,4.0,Learning to code through SheCodes has been a fantastic way to upskill myself. I really enjoyed learning to code and the different elements it takes to create a functioning page. The course is structured very well and engaging. There is online support... Read More from the SheCodes team and they are very helpful.Read Less,,Unknown +273674,11014,shecodes,Agnes Wichette,False,2021,SheCodes is a life changing experience - I cannot wait to join their ranks again and become a coding professional!,2021-02-14,5.0,5.0,5.0,5.0,"Joining the SheCodes 3-week coding course has been an incredible experience! It was not only fun, but in the course of 3 weeks coding has become my new hobby and hopefully soon much more than just that. Thanks to SheCodes I've not only learned new stuff,... Read More that I've never even suspected myself capable of, but I found joy and a new goal in life. It was a real pleasure and I'm looking forward to embark on a longer coding-journey!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +273564,11014,shecodes,Mariana Lacerda Vasconcelos,False,2021,Unique,2021-02-11,5.0,5.0,5.0,5.0,SheCodes is a hands-on experience and I really enjoyed it! The course's structure is excellent and it was really easy to follow and understand. I highly recommend SheCodes to all the women that want to learn how to code! It was really fun and unique e... Read More experience.Read Less,,Unknown +273546,11014,shecodes,Brynn W,False,2021,Great workshop to get you started!,2021-02-10,4.7,5.0,5.0,4.0,"This was a great way to start my journey in front-end development. I've been interested in HTML, CSS, and JavaScript, but have found it difficult to learn with most online courses. I was pleasantly surprised by the teaching style, which is different from... Read More other courses I've tried. Not only was I taught how to write in these languages, but I was actively encouraged to find answers to my own questions and given the tools to do so. My interest and curiosity were captured! There is still a lot to learn after this 3-week workshop, but I feel confident enough to strike out on my own to learn what interests me. Thanks, Matt and the team at SheCodes!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +273542,11014,shecodes,Laura Manzanares,False,2021,SheCodes introduction to coding,2021-02-10,5.0,5.0,5.0,5.0,"It was an amazing workshop! I didn't know a single thing about coding and I can't believe how easy it was to learn. Matt is a great teacher, I actually enjoyed learning how to code! Can't wait to learn more. Totally worth the money. 100% recommended.",SheCodes Online Workshop,Miscellaneous and General Tech +273539,11014,shecodes,Gabriela Paredes,False,2021,Amazing workshop!,2021-02-10,5.0,5.0,5.0,5.0,"At first I was affraid because I had no clue about coding, but this workshop taught me how easy it is, I will definitely keep learning, the possibilities are endless! It's really easy to learn and keep going with the homework, It is a supportive community,... Read More any questions they are ready to help youRead Less",SheCodes Online Workshop,Miscellaneous and General Tech +273532,11014,shecodes,Aleksandrina Zaharieva,False,2021,Awesome workshop,2021-02-10,5.0,5.0,5.0,5.0,I really enjoyed the workshop - it is very well strictured with bite-sized videos and loads of practice! I liked that you need to submit your solution to every challenge and that we had deadlines every week which provided just the right amount of pressure!... Read MoreRead Less,,Unknown +273512,11014,shecodes,Mila Piperevska,False,2021,All I have to say is - SIGN UP today!,2021-02-09,5.0,5.0,5.0,0.0,"All I have to say is - SIGN UP today! Absolutely loved the course. Easy to understand and follow, while at the same time providing the foundation on which you can build yourself in whichever direction you decide to continue. Well done to the team behind... Read More it.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +273506,11014,shecodes,Denise Hofmeister,False,2021,Great introduction to programming!,2021-02-09,5.0,5.0,5.0,5.0,"Even though the course was only three weeks long, I learnt a lot about Javascript, CSS and HTML. I started with no knowledge at all and I thought I would struggle quite a bit but in the end I gathered a good understanding of programming and I feel comfortable... Read More with the topics we studied. I can't wait to continue with SheCodes Plus.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +273448,11014,shecodes,Anonymous,True,2020,A great intro to coding!,2021-02-07,5.0,5.0,5.0,5.0,"I had a lot of fun going through this program. The short, step-by-step videos made it very easy to follow along and not get overwhelmed. You learn things a little at a time, and then at the end, you get to use your creativity to put it all together!!",,Unknown +273424,11014,shecodes,Ching-Yuan Hsueh,False,2021,Shecodes course,2021-02-06,5.0,5.0,5.0,5.0,"From literally zero basics to my small projects in three weeks, I've made a lot of progress, all thanks to the great concepts and effective teachings of SheCodes. Can't wait for my next new course! I recommend this course to all females who want to access... Read More the programming world.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +273415,11014,shecodes,Claudia Medel Ayala,False,2021,Best decision!!!,2021-02-05,5.0,5.0,5.0,5.0,"I enjoyed this course very much, I learned so much in such a short time. All the videos are very well made and explain, the challenges kept me motivated. One of the best decisions I made recently to keep wronging in my career. And now I’m just enrolled... Read More to the next course!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +273394,11014,shecodes,Reka Hollo,False,2021,SheCodes experience,2021-02-05,5.0,5.0,5.0,0.0,"This is my first experience with coding and I am very satisfied with it, because the concept and the usage are clear. The course was easy to follow. It was very understandable. I really enjoyed it. I am excited about the next workshop! Highly recommended!... Read MoreRead Less",,Unknown +273358,11014,shecodes,Carlota Bantula,False,2021,"Clear, practical, concrete and fun.",2021-02-04,5.0,5.0,5.0,0.0,"The Introductory Course course is very well broken down in small bits, so all the information has time to settle. The platform is light, fresh, and very user-friendly. Also, the community around the course is a big help and sense of support. Great course!... Read More Next step... help students find a job!Read Less",,Unknown +273353,11014,shecodes,Anonymous,True,2013,A Great Starting Point For A New Career!,2021-02-04,4.7,5.0,5.0,4.0,“I'm so glad I took a chance and did the first tier of workshops with SheCodes. It was a great way to learn as a semi-beginner in coding and it allowed me to add on to what I already knew slowly while learning new things. I'm considering taking the classes... Read More all the way to SheCodes Plus React in hopes of pivoting my career! Matt is a great instructor and having the slack channel as support was very helpful. I also liked that the courses are fluid enough to let you figure out solutions on your own. I appreciated that each lesson is bite-sized and the timing worked very well with my schedule and full-time job.Read Less,,Unknown +273351,11014,shecodes,Margarida Anselmo,False,2021,Great effort-reward balance!,2021-02-04,5.0,5.0,5.0,0.0,I took this workshop for the second time as prep for SheCodesPlus and SheCodesReact. It was as much fun as the first time. Loved the 100% online model. Looking forward to building on what I learned. I think that the SheCodes Online Workshop is a great... Read More first peak into the world of coding. I is very useful if you deal with developers in your daily life and can really help you understand if coding is for you or not.Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +273327,11014,shecodes,Chrissy Springer,False,2021,A Great Investment!,2021-02-03,5.0,5.0,5.0,5.0,"This is a great course for even the most inexperienced user! I have learned so much at my own pace, but am kept accountable with the deadlines. The lessons are thorough and don't get into the weeds, which makes them easy to follow and practice one skill... Read More at a time. I have loved this course!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +273319,11014,shecodes,C. Gatete,False,2021,Amazing,2021-02-03,5.0,5.0,5.0,5.0,"I highly recommend the SheCodes Workshop to anyone willing to learn the basis of coding. Matt is a brilliant instructor and the course is clear, fun and very well structured. Thanks to this introduction I feel motivated, confident and ready to pursue... Read More my learning journey with SheCodes Plus.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +273318,11014,shecodes,Boros Irina Maria,False,2021,Inspiring and fun.,2021-02-03,5.0,5.0,5.0,5.0,"“When I first looked at a code years ago I said to myself that is impossible for me to do that. Well, I did it. Matt has excellent teaching skills and his way of explaining everything made it easy to understand and follow. It was very frustrating at times... Read More but is also lots of fun and it gives you a great sense of achievement when you finish a challenge and you see that you can do it. I am looking forward to continuing learning with SheCodes PLUS and SheCodes PLUS REACT.”Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +273317,11014,shecodes,Luana Cavalcanti,False,2021,An upgrade,2021-02-03,5.0,5.0,5.0,5.0,SheCodes gave the confidence to take coding to another level. It gave me a nice upgrade towards my skills as a product designer since knowing coding fundamentals is really necessary in the understanding of the ins and outs of front-end and back-end development.... Read MoreRead Less,SheCodes Online Workshop,Miscellaneous and General Tech +273312,11014,shecodes,Anna Huguet Blasco,False,2021,Great workshop!,2021-02-03,5.0,5.0,5.0,5.0,"Matt's lessons feel very entertaining and thanks to the course organization (short videos with explanations + homework), you feel so empowered and see amazing results in just a few weeks! I'm really enjoying this workshop and I'm so glad I joined! :)",,Unknown +273308,11014,shecodes,Teuta Duraku,False,2021,Amazing Team with fun and informative Courses,2021-02-03,5.0,5.0,5.0,5.0,"I am happy that I chose to work with SheCodes. The team is amazing, and I learned coding in a fast and fun way. We women must become more invested in coding and the tech industry. I was skeptical about learning to code online at first, but I was proven... Read More wrong by SheCodes and their amazing team; I have fun coding and am happy to get better job opportunities.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +273295,11014,shecodes,Anonymous,True,2021,Positive Experience!,2021-02-02,5.0,5.0,5.0,5.0,"I enjoyed the workshops by SheCodes. The lessons were straightforward and easy to understand. It was a great way to gain a basic understanding of coding. It was a great way to get into coding. The lessons are short, simple and fun. They are straight to... Read More the point and easy to add to your 9-5 without feeling like it is too much to handle.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +273249,11014,shecodes,Harmonie BARBE,False,2021,Brilliant!,2021-02-02,5.0,5.0,5.0,5.0,I loved the first SheCodes workshop! It's very well done and easy to follow. Matt is a great teacher who always gives very helpful coding tips. And I found great that he always go back to previous stuff we learned while teaching new things so we don't... Read More forget what we learned in previous lessons. I can't wait to do the next ones 👩🏼‍💻💜Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +273240,11014,shecodes,Anna Kostenko,False,2021,Excellent,2021-02-02,5.0,5.0,5.0,5.0,"I'm very happy to have come across SheCodes - I've enjoyed the workshop greatly. I liked that the content is split into small parts (the how-do-you-eat-an-elephant approach) combined with lots of small tasks that eventually build up into the bigger picture.... Read More I think the workshop provides enough content and gradually increasing challenge, without pushing it into detail overload after which it's easy to lose interest. It's a good place to start if you want to figure out if coding is something you might be interested in doing.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +273239,11014,shecodes,Alyssa Reyes,False,2020,Great Experience!,2021-02-02,5.0,5.0,5.0,5.0,"SheCodes is an absolutely amazing platform especially for beginner coders! All lessons are well-structured and are very flexible, adapting to your own timeline. It has been an enjoyable journey and I cannot wait to continue my journey with programming.... Read More Thank you Matt and the SheCodes team! I could not have done it without you!Read Less",,Unknown +273106,11014,shecodes,Eliza Thomas,False,2021,Amazing,2021-01-29,5.0,5.0,5.0,5.0,"I've been trying to get into computer programming for ages but always found with other online resources that I didn't know what to do once I got stuck. SheCodes has been amazing because Matt breaks everything down in a really easy to understand way, and... Read More if I ever run into trouble there's always someone on hand to help out! Highly recommend it!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +273100,11014,shecodes,Lela Gray,False,2021,Fantastic!,2021-01-29,5.0,5.0,5.0,0.0,SheCodes is a hidden gem. I was genuinely surprised (and a bit confused) at the quality of business for such a low price. I absolutely loved it! I'd never thought about coding as an option for me but SheCodes has changed that. The information was given... Read More at a reasonable pace and everything I learned only made me want to learn more. I plan to complete all of the workshops they offer!Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +273006,11014,shecodes,Molly Martin,False,2021,Awesome experience and easy to follow,2021-01-28,5.0,5.0,5.0,5.0,"“I am in the process of building my own freelancing business and I wanted something special to offer. After finding and taking SheCodes workshop, I am so excited to offer my coding abilities to clients. This has been such an awesome experience, learning... Read More and challenging myself. I have enjoyed every bit of it and will be continuing to grow and learn more. Thank you SheCodes for this opportunity!!”Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +273005,11014,shecodes,Halley Crane,False,2021,You'll be a Coder in No Time!,2021-01-28,5.0,5.0,5.0,5.0,"This is the most engaging workshop you'll ever take. So much so that, you'll actually learn to LOVE coding. I do not have a technical background and never thought I'd be comfortable with developer tools, but in just 3 weeks I was already building custom... Read More sites! If you think you may want to learn this incredibly valuable school, this workshop is the best possible place to start.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +273003,11014,shecodes,Krista White,False,2021,"Thorough, inspiring course",2021-01-28,5.0,5.0,5.0,5.0,"As someone with a background in theatre and writing who never considered herself someone who would work in STEM, this class has pushed me to change the way I think about myself and has helped me remove my limiting beliefs. I have already enrolled in the... Read More next class, SheCodes Plus React, and am pleased with how much I've learned in such a short time.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +272968,11014,shecodes,Stéphanie Lichtsteiner,False,2021,Learned so much in such a short amount of time,2021-01-27,5.0,5.0,5.0,5.0,I can highly recommend the SheCodes workshop and am already looking forward to SheCodes Plus. The structure and logic of the workshop is really clear and the challenges very helpful to understand the theory in depth. Matts videos and messages are also... Read More very motivating and fun to watch!Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +272962,11014,shecodes,Aikaterini Tempou,False,2021,Coding is fun and totally empowering!,2021-01-27,5.0,5.0,5.0,5.0,"“I never thought learning code would be so fun...not easy though! Matt explains everything but you really need to commit. If you have a full time job as I, you may need to plan ahead. But for real the structure, the content and the homework is to the... Read More point, not to mention the exceptional support in Slack app. Thumbs up! 😁”Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +272961,11014,shecodes,Michaela Szilvásová,False,2021,Anyone can learn how to Code! SheCodes proves that,2021-01-27,5.0,5.0,5.0,5.0,SheCodes workshops eliminate common misconceptions about coding. Thanks to this platform I found out web development can be very creative and fun to learn. BIG THUMBS UP 👍🏻👍🏻 to Matt and his team for creating these videos and for all their support during... Read More the classes. I've found a new passion and I am ready 💪🏻to continue gaining more knowledge in Javascript 👩🏼‍💻and front-end web development. I’ve already signed up for more Advanced SheCodes Plus & React Course! 🤩Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +272960,11014,shecodes,Sofia,False,2021,SheCodes Workshop,2021-01-27,5.0,5.0,5.0,5.0,"SheCodes Workshop - this what I can call actually my best investment of money and time. Thank you so much everyone from the SheCodes Team. Special thanks to Matt Delac for his lessons and all course. If someone will asked me what courses i can recommend... Read More to became a Frontend-developer, I would highly recommend the SheCodes Workshops.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +272959,11014,shecodes,Anna Zomback,False,2021,Great Introduction to Coding!,2021-01-27,5.0,5.0,5.0,5.0,"I knew nothing about coding before taking this workshop, but the way it is set up is not intimidating at all! You can go at your own pace, and there is very little stress/pressure. It is all about learning the material. I feel so much more confident because... Read More of it, and I would highly recommend it.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +272926,11014,shecodes,Jumai Alaka,False,2021,The workshop is amazing!,2021-01-26,5.0,5.0,5.0,0.0,"For someone that is not so tech savvy, this workshop has taught me a lot in just 3 weeks. The videos were straight to the point and the challenges after each lesson were really helpful. I can proudly tell people I have coding knowledge and I will be better... Read More at it soon after the coding +react workshop. I am looking forward for the next challenge!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +272914,11014,shecodes,Asli Onder,False,2021,SheCodes is very good platform to start coding.,2021-01-26,5.0,5.0,5.0,5.0,"SheCodes is a very good platform to learn how to code for beginners. Challenges after the lessons is very helpful way to practise. The teaching method in the videos is great!! First, he shows the basic method and then gradually goes the advance. Very... Read More very recommendable for absolute beginners.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +272909,11014,shecodes,Anna Marasso,False,2021,Amazing experience!,2021-01-26,5.0,5.0,5.0,5.0,"Thanks to SheCodes I had the opportunity to deepen a subject I have always been interested in. After three weeks, I now feel so much more conscious and excited about what the world of coding has to offer. The whole program was well structured and I felt... Read More supported through every step. I work in the field of education and I am already thinking about ways in which coding could add more to my job, together with being itself a new career opportunity.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +272905,11014,shecodes,Ashley,False,2021,Wonderful Experience!,2021-01-26,4.7,5.0,5.0,4.0,"SheCodes gave me the platform to enter into the world of coding with support. The curriculum is awesome, clear, and challenging. Coding is no longer an intimidating language. I now have the confidence to continue to develop my skill. THANK YOU, Matt and... Read More team! 💜Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +272903,11014,shecodes,Andrea Wochele,False,2021,Great Introduction!,2021-01-26,4.7,5.0,5.0,4.0,"“I took this class to look into whether coding was something that would interest me. I loved the self-paced timeline of the program. I also really enjoyed that each homework assignment left you with a bit of a challenge that you were not taught, so you... Read More had to do some experimenting/digging to figure it out! Excited for what is next!”Read Less",,Unknown +272755,11014,shecodes,Patrícia Rodrigues,False,2020,Fun coding experience!,2021-01-24,5.0,5.0,5.0,5.0,"I would really recommend this three-week workshop of SheCodes!! Matt's way of teaching is very efficient and simple so it is very easy to understand and put what you learned into action. The homework helps you put into practice what you just learned,... Read More which is great since you learn best by doing. By the time I reached my final project, I felt much more confident imagining what I wanted my page to look like and what I had to code to achieve it! It has been very fun to learn front-end coding 🤗. I am looking forward to continue this experience and start SheCodes Plus! 👩🏼‍💻Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +272705,11014,shecodes,Katarzyna Podlipska,False,2021,SheCodes for Greenhorns,2021-01-22,5.0,5.0,5.0,5.0,"I enjoyed learning about all the powerful mechanics of HTML, CSS and JavaScript - these truly let you channel your creativity! Can't wait to learn more advanced things. Big kudos to the support team, as they're there for you when you hit a wall with your... Read More code. The lessons were easy to follow, highly recommend!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +272684,11014,shecodes,Anonymous,True,2021,Great experience! Great learning!,2021-01-22,5.0,5.0,5.0,5.0,Lectures were easy to understand. Practice sets were challenging enough to let you apply what you have learned and encourage you to learn more. I finished the first workshop and am in the middle of my 2nd. I’m enjoying every bit of it! The response from... Read More the staff is very helpful as well.Read Less,SheCodes React,Miscellaneous and General Tech +272613,11014,shecodes,Clara Ballot de Miranda,False,2021,I really enjoyed the workshop and all the SheCodes team!,2021-01-21,5.0,5.0,5.0,5.0,"I decided to try coding, but didn't know where to start. So, I signed up for SheCodes Workshops and I've really enjoyed my introduction to HTML, CSS & JavaScript and recommend the course for anyone who wants to give it a try! Thank you Matt Delac and... Read More SheCodes Workshops!Read Less",,Unknown +272601,11014,shecodes,Anonymous,True,2021,"""I learned something I never learned in my College""",2021-01-21,5.0,5.0,5.0,5.0,"“Finally, I am So excited to reach the day I was waiting for and to take my certificate. I learned many things that I don't know before, and Truly I love shecodes. This course causes me more interest in coding; it changes my life. I don't know what is... Read More going on, but all I know is I thought I am professional now. All I am saying, Thank you, Mr. Matt, and my Shecodes🥰💓.”Read Less",,Unknown +272593,11014,shecodes,Bahar Sude Cankaya,False,2021,BEST,2021-01-21,5.0,5.0,5.0,0.0,"Matt explains each and every logic behind all the variables so well that, if you have a little imagination and endurance to trial/failure process, you can even do more than the things you learned in the lectures. But I am definitely going to take other... Read More classes too!Read Less",,Unknown +272560,11014,shecodes,Luiza Ramos,False,2021,Easy learning,2021-01-20,5.0,5.0,5.0,5.0,"I never believed that I could ever understand coding in life. But Matt has an incredible talent to turn things simple and easy. The course could have more content in the third week since the project does not take much time. But in general, I recommend... Read More the workshop to anyone who, like myself, wishes to have a basic notion of coding.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +272553,11014,shecodes,Anonymous,True,2021,Great Workshop!,2021-01-20,5.0,5.0,5.0,5.0,"I enjoyed learning about HTML, CSS and Javascript a lot! I am excited to continue with SheCodes Plus and I can fully recommend this workshop to everyone who is interested in starting the coding journey! The modules are well explained and easy to follow.... Read MoreRead Less",SheCodes Online Workshop,Miscellaneous and General Tech +272386,11014,shecodes,Maria Carolina Curti,False,2013,Superb!,2021-01-18,5.0,5.0,5.0,5.0,"I’ve learned a lot with this course, HTML, CSS & JavaScript. I'm glad that I took the time to focus and the chance to be a part of this great community at SheCodes.io I'm looking forward to continue studying with SheCodes' amazing team! 👩🏼‍💻 I’m looking... Read More forward to completing the next steps for the SheCodes Plus React course!Read Less",,Unknown +272365,11014,shecodes,Ema Korabska,False,2021,Challenging but awesome!,2021-01-18,4.7,5.0,5.0,4.0,"Wow! Finally I can shout JOB DONE! In honesty, it's challenging in every way, as it's a new world of thinking and understanding. I will never regret the choice of spending nearly 6 full months doing this part-time course, it has not only given me a new... Read More way of thinking but also created new project plans within coding and art!Read Less",SheCodes React,Miscellaneous and General Tech +272331,11014,shecodes,Ekaterina Ivanchenko,False,2020,An interesting and very clear course!,2021-01-16,5.0,5.0,5.0,5.0,"A very interesting course, well structured for understanding. Compared to other courses, I liked the fact that the tasks for each lecture are made a little more difficult than the lecture, each time you have to find a solution yourself. As a result, you... Read More get the skills of independent work and how to find answers. Recommend!!Read Less",SheCodes Plus,Miscellaneous and General Tech +272213,11014,shecodes,Anonymous,True,2019,Money Well Spent!,2021-01-13,5.0,5.0,5.0,5.0,This course was a great introduction to the world of coding. The challenges and teaching techniques were superb and well pitched to a beginner level. I would highly recommend this course! It was really great value for money. I particularly enjoyed the... Read More SheCodes radio and the support offered by the tutors and other coders.Read Less,,Unknown +272209,11014,shecodes,Delia Pop,False,2021,A workshop not to be missed !!,2021-01-13,5.0,5.0,5.0,5.0,"This is one of the best online courses I ever took. Designed beautifully, it builds your confidence and makes the entire experience fun. I really enjoyed having access to an active and supportive community on slack and to the radio feature! Matt is a... Read More brilliant teacher. I highly recommend this workshop to all women who want to explore coding. Thank you, Matt and the team ! Delia”Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +272207,11014,shecodes,Andrianna Theodorou,False,2021,"Amazing experience, would encourage anyone with interest in coding to try it.",2021-01-13,5.0,5.0,5.0,0.0,"A fantastic course, I would highly recommend to anyone. Matts way of explaining things was excellent, the videos were very informative and the support was amazing too. I'm leaving the course with a new basic skill and the desire to learn more! See you... Read More soon SheCodesPlus :)”Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +272183,11014,shecodes,Kristen Will,False,2021,Easy to follow workshop that allows you to work on assignments at your own pace,2021-01-12,5.0,5.0,5.0,5.0,This workshop was incredibly easy to follow. You don't have to wait for the homework assignment to be assessed to start in on the next week of lessons. Really good for people that happen to catch on to things very fast! I would love to continue on to... Read More the other courses SheCodes offers.Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +272172,11014,shecodes,Izzie O'Sullivan,False,2020,Introduction to coding,2021-01-12,5.0,5.0,5.0,5.0,"I thoroughly enjoyed doing the 3 week introduction to coding, I feel confident to adjust and upgrade my sites and business with the skills I have learnt. I am dyslexic so thought it maybe to difficult follow and read the code however Matt explained everything... Read More clear and concisely so it was fast to pick up and put in to practice. Thank you so much for introducing me to something I think I have fallen for ! The constant support from the team was also wonderful so thank you all!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +272149,11014,shecodes,Nusa Pregrad,False,2021,"Great course, highly recommend!",2021-01-11,5.0,5.0,5.0,5.0,"This is an amazing class for all beginners like me. I love how structured it is. Matt really makes it easy to understand. You start at the very begining and then build up your webpage from scratch. I highly recommend this course, if you want to understand... Read More coding or start coding yourself. And I cannot wait to begin with the next one. Great experience.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +272148,11014,shecodes,Reese S.,False,2021,Definitely Recommended .....👍🏾👍🏾,2021-01-11,5.0,5.0,5.0,0.0,"SheCodes 3-week workshop exceeded my expectations. It is extremely well planned and engaging. The quality of the videos, the great interactive challenges and homework, made the material easy to follow and retain. A great new skill that I decided to learn... Read More during a quarantine has become something I'm looking forward to increasing my knowledge in and seeing how far it can take me.........Definitely recommended 👍🏾👍🏾Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +272147,11014,shecodes,Ela Greenberg,False,2021,SheCodes Introduction to Coding Workshop is definitely worth doing!,2021-01-11,5.0,5.0,5.0,0.0,"I did the 3-week coding class and thought it was an excellent introduction to coding and definitely recommend it! Although I found Java Script to be more difficult than HTML and CSS, it all came together in the final product. I even used coding to fix... Read More a program that I use at work!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +272146,11014,shecodes,Judith M,False,2021,Loved every minute of this intro to coding,2021-01-11,5.0,5.0,5.0,5.0,"I first came across SheCodes on GGI, a facebook group for women living abroad. I had always had coding in the back of my mind, ever since we learned some basic HTML during my master's degree in English Language Teaching. I love materials design and as... Read More Computer Assisted Language Learning is becoming more and more common, I loved the idea of being able to create my own webpages. I am a SAHM at the moment, so I like the format of the SheCodes workshops, since I could access the content whenever I had some peace and quiet - super useful if you have a little toddler running around. I loved every minute of it and also enjoyed all the challenges and being able to choose something unique for our final project. I will continue learning and looking forward to diving deeper into the world of Java Script.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +272145,11014,shecodes,Julia Pichler,False,2021,I'm still amazed by the number of things I learned in just three weeks.,2021-01-11,5.0,5.0,5.0,5.0,"I would highly recommend this workshop to every woman who is interested in coding. You will learn HTML, CSS, and JavaScript and be able to build your own landing page. I didn't have any previous knowledge of coding and it is impressive how much you can... Read More learn in a short period of time.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +272143,11014,shecodes,Valerie Van Haute,False,2021,Great intro to the world of coding,2021-01-11,4.0,4.0,4.0,4.0,"as an art professional I've always been intrigued by beautiful and innovative webdesign. Never in a million years did I expect that I would be able to understand, let alone create code myself. But with the very clear video lessons and challenges of SheCodes... Read More it has been an absolute pleasure diving into the world of coding. Looking forward to learning so much more!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +272142,11014,shecodes,Sabina Sigmundova,False,2021,Highly recommended !!,2021-01-11,5.0,5.0,5.0,5.0,"Thanks to this course, I have learnt new skills. It was challenging but I enjoyed it a lot! I study marketing and I highly believe that this course will help me in my future professional development. Everything was well explained, by making challenges... Read More and projects I have used all the theory in practice. I would recommend this course!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +272136,11014,shecodes,Julia,False,2020,Absolutely recommended,2021-01-11,4.7,5.0,5.0,4.0,"The course has been amazing. The lessons were easy to follow and understand. The tone is very natural and friendly, which is great when you are learning something new. Great support scheme if you have any question/doubt. Strongly considering to join another... Read More course with SheCodes :)Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +272068,11014,shecodes,Jaime Hansen,False,2020,Fantastic course - FAR exceeded my expectations!,2021-01-08,4.3,5.0,5.0,3.0,"Was a bit skeptical at first, but ultimately (pleasantly!) shocked by how much I learned in this course - and how quickly! I am a first-time, NON-technical founder, building a tech/media/education startup. While our development needs are outsourced, I... Read More wanted a better understanding of what was going on (to also better inform my own expectations around timing and budget). In a very short time, I was able to gain a much better understanding - and appreciation - for my developers and things have improved tremendously on the communication front. I also feel like I am close to being able to do a (small) amount of coding on my own, as well. VERY valuable - highly recommend.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +272064,11014,shecodes,Summer Robinson,False,2021,SheCodes introduction Review,2021-01-08,5.0,5.0,5.0,0.0,"“SheCodes is a great program to start learning HTML, CSS, and Javascript. The instructor, Matt, is easy to understand and does a great job explaining all of the new concepts. After each lesson, you complete a challenge and practice coding. The projects... Read More are fun and really test your knowledge of the material. I am happy so far and can't wait to continue with SheCodes plus!”Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +272035,11014,shecodes,Taylor Hadamek,False,2020,Learning to code and want to feel successful? Try SheCodes,2021-01-07,5.0,5.0,5.0,5.0,"“I tried a few other ""learn how to code"" websites. I frustrated immediately on a few and learned through a free trial on a few others. This website has been detailed, informative and super helpful! I started knowing very little and feeling very overwhelmed!... Read More It wasn't until after I watched a ten-minute video of him building a website and me able to follow along with the majority of the steps, that I realized I didn't feel overwhelmed at all! This course is great for women just getting into coding to see if you like the process!”Read Less",,Unknown +272033,11014,shecodes,Catherine Vaughan,False,2020,Fantastic Coding course for Beginners!,2021-01-07,5.0,5.0,5.0,5.0,"This is a fun, challenging and brilliant course! Matt is a fantastic Coding Instructor and I am looking forward to doing more courses by SheCodes. Matt explains concepts clearly in a structured and easy to understand format. Absolutely loved it! I would... Read More definitely recommend others to do the course as Coding is such an interesting and practical subject.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +272031,11014,shecodes,Lena,False,2020,SheCodes Workshop,2021-01-07,5.0,5.0,5.0,5.0,"I didn't have any coding experience prior to signing up but I thought this was so much fun! The lessons were clear, precise and engaging. I enjoyed the challenges at the end of each lesson. I also joined the SheCodes Plus and React right after I completed... Read More my workshop because I enjoyed the content and format so much.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +272028,11014,shecodes,Radika Kumar,False,2020,"Empowering, Insightful and Worth It:)",2021-01-07,5.0,5.0,5.0,5.0,"By profession I am an economist and have 13 years of work experience. Though I have a PhD in Economics, I always had the interest in coding. However, was looking for a course that meets my needs, ensures that I can code and work towards the broader goal... Read More of applying the coding in a multidisciplinary way. In order to learn the digital economy for example, reading in abstract and discussing policy issues with the private sector or countries in my opinion is not useful. One has to understand the practical side of things as well. At the World Trade Organization, where I was also a trade negotiator in one of my previous roles, I witnessed countries/officials discussing about rules on e-commerce negotiations, which by the way is still ongoing. At the forum each time for the past three years, I told myself I will only be better at negotiating this if I pursue my career in engineering and bridge the gap between economics and software engineering. I must say I was a bit nervous at first when embarked on the journey with SheCodes. Even before enrolling I messaged the instructor Matt, who by the way is the best coding instructor to learn from, told me that I will be fine and can code. My first week learning the elements, code pen, VS codes and then just building on it and developing a webpage for the project was remarkable. Matt and the team are great and this online course does not at all make you feel like you are coding in isolation. The Stack support is great and with the emojis and expression even the online support make you feel at ease. The support is amazing and provides a personal touch to a learner which other courses do not. I have also while coding understood the very fact that ""data is not the new oil for the digital economy"", everything begins with coding that analyses the data to then make it the real products be it software, apps and the digital value chain linkages. I am still continuing with She Codes plus and also will complete She Codes React to qualify as a Front End Developer/Engineer. At a personal level SheCodes has empowered me, given me the opportunity to which I never had imagined and assured me that with ""SheCodes"" every woman can code and an Economist can become a Front End Developer/Engineer. To Matt Delac and the team, thank you.Read Less",,Unknown +272025,11014,shecodes,Patrícia Quintas,False,2021,BEST introduction programming course,2021-01-07,5.0,5.0,5.0,5.0,"A great introduction to the world of coding! Easy to follow along and very practical. Class videos are short, which is great for people o low attention span, and there was always practise questions followed. Great community to ask questions and get the... Read More support needed. I could not have chosen a better course. Really happy with what I achieved with SheCodes! :)Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +272022,11014,shecodes,Sabrina McEwan,False,2021,Developing waste disposal and recycling management concepts,2021-01-07,4.3,5.0,5.0,3.0,Very much enjoyed learning to code with SheCodes. You are building up your personal project in small steps. The lessons are short and good to understand. During the workshop there was a very good support from the SheCodes team and also from the other... Read More SheCodes students. I can highly recommend the workshop.Read Less,SheCodes Plus,Miscellaneous and General Tech +272020,11014,shecodes,Ewa,False,2020,Highly recommended!,2021-01-07,4.7,5.0,5.0,4.0,"“So far very good! There is so many different online choices but this makes a difference: workshop way of working (with homework, deadline and homeworks to submit) and possibility to have support from the SheCode team if you have some issues (kind of... Read More mentoring on demand). Continue offer great product & service! Small future suggestion: as some videos were done in the past, update new info/changes eg. What is the difference between JavaScript 6 and the newest one.”Read Less",,Unknown +272019,11014,shecodes,Holly Harpel,False,2020,Great!,2021-01-07,5.0,5.0,5.0,5.0,"“I was so impressed by the free 60-minute SheCodes introduction and learned a lot from that alone. It was an easy decision to go forward with the Basic Coding workshop. Even though I had absolutely no background knowledge in coding, I was able to complete... Read More each challenge with ease due to how well concepts are broken down. What an empowering experience!”Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +272009,11014,shecodes,Carolina Maria,False,2020,From zilch to first steps.,2021-01-06,5.0,5.0,5.0,5.0,"I had tons of fun. Yes, there’s definitely some frustrating times but all the support you get from the community and Matt alike, just gets you going! I knew zero to zilch about Code and now I feel like a competent ninja, inspecting different websites... Read More to identify what we learn throughout the workshop. It’s a great place to start if you want to figure out if you’ll like coding or not, and venture this vast world. I’ll be upgrading soon and I absolutely recommend it to anyone.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +272007,11014,shecodes,Miranda Hanna,False,2021,This is a course worth taking,2021-01-06,5.0,5.0,5.0,5.0,"Fantastic course. Matt has broken down concepts into bite-sized chunks, and demonstrates while he explains techniques which is great if you are a visual learner. The practical challenges help to quickly solidify each topic and are fun and interesting.... Read More I found it was just the right balance of simplicity and complexity in this approach to learning to code. Great experience. I've signed up for the next workshop.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +272006,11014,shecodes,Andrea Lazo,False,2021,Great,2021-01-06,5.0,5.0,5.0,5.0,"This was an amazing experience, I really enjoyed it and I learned so much. It was so afraid of coding and I didn’t think I was able to get those skills, this course made me change my perspective and know I'm ready to take a big step on my career. Highly... Read More recommended!Read Less",SheCodes Plus,Miscellaneous and General Tech +272004,11014,shecodes,Paola Vásquez Bramlett,False,2020,Amazing experience!,2021-01-06,5.0,5.0,5.0,5.0,I enjoyed every second of Matt's lessons. Coding used to be super scary to me. I never thought I would be creating and understanding code. The most amazing thing is becoming part of this community of women empowered to enter the world of coding and supporting... Read More other women get there as well.Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +272001,11014,shecodes,Alyssa Gallagher,False,2020,Coding Made Accessible and Fun!,2021-01-06,5.0,5.0,5.0,0.0,"I found SheCodes in a search for coding Bootcamps that were affordable. It really is the BEST deal you can find. It is clear that the course instructor, Matt Delac, has done his research on teaching practices and is obviously well versed in technology.... Read More I found each lesson to be just the right amount of content I could wrap my head around and then apply, myself. I had tried self-teaching, which was a headache and a half. This company also aims to shrink the gap between men and women in technology and offers these workshops only to women. I strongly stand behind this company and their mission. I had a blast with this workshop and will continue learning to code because of this workshop! They offer a free intro to coding course so you can see if it's something that you would like to try and I highly recommend doing that as well. It definitely turned me on to learning more. The projects and homework assignments were fun and appropriate for the skills covered.Read Less",,Unknown +272000,11014,shecodes,Anonymous,True,2021,Great Program to learn the front end of coding,2021-01-06,5.0,5.0,5.0,5.0,"I am teacher, and I teach elementary kids. I have been doing some free online coding workshops and lessons, and they just weren't working for me. I am trying to introduce the older 3-5th grade kids to coding and the basics. I decided to just fork up the... Read More $99 dollars to do the 3 week workshop on SheCodes. It was seriously worth the money. Matt and the rest of the SheCodes team did a great job at teaching the basics of HTML, CSS, and a little bit of JavaScript. I feel so much more confident in my teaching now. I highly recommend it if you are looking for an introduction into coding to see if you like it, or want to understand some aspects of HTML, CSS, and JavaScript.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +271999,11014,shecodes,Alexandra Blanc,False,2021,Just awesome!,2021-01-06,5.0,5.0,5.0,5.0,"Great course, Matt! Had so much fun doing it - can't wait to tackle the next one! ⭐️⭐️⭐️⭐️⭐️ I recommend it to anyone who wants to learn to code. The course is to the point and tells you everything you need to know to get started. I was afraid of coding... Read More prior to this and now am addicted!Read Less",SheCodes Plus,Miscellaneous and General Tech +271978,11014,shecodes,Semra Say,False,2020,Great experience & perfect introduction to coding!,2021-01-06,5.0,5.0,5.0,5.0,"To put it in a nutshell, I loved the 3-weeks introduction workshop. SheCodes is a great opportunity to demystify coding for beginners and to improve your skills. Matt is a perfect instructor and the team supports ou all over your way during the workshops.... Read More Joining SheCodes was one of the best decisions I took for my professional development.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +271920,11014,shecodes,Ayako Kurokawa,False,2020,AWESOME Workshop experience!!!,2021-01-03,5.0,5.0,5.0,5.0,"I didn't expect to learn a lot about code in my spare time, just three weeks. The video lessons are fascinating and easy to understand! It was enjoyable. If you are worried about starting this course, you can see a Free 60 min lesson, and it should be... Read More worth it. I wish to upgrade to a 3-month course!Read Less",,Unknown +271878,11014,shecodes,Krisztina Toth,False,2020,My first time coding experience via SheCodes,2020-12-31,5.0,5.0,5.0,5.0,"I really enjoyed the course. Matt broke down the process into the small steps technique, which is really effective and I believe the only way to teach people and to make them love at the same time. I like to create and innovate and experience new things... Read More and of course learning languages , which method is similar to coding, ( i had to realize!). It did open up new doors for me to create. Thank you for organizing this course Matt!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +271828,11014,shecodes,Anja Ramihone,False,2020,How to learn coding easily !,2020-12-29,5.0,5.0,5.0,5.0,"This 3-week workshop was a way to test myself on whether or not I could code. I have learnt so much in a short amount of time. I can say, coding is fun ! I can't wait to get started on the advanced workshop next week ! 😁 A special shout out to the team... Read More !Read Less",,Unknown +271761,11014,shecodes,Angie Hoare,False,2020,Highly recommend,2020-12-26,5.0,5.0,5.0,5.0,"I'm so happy I did this course! I was very intimidated to try coding, but SheCodes provided a great structure and I felt confident the whole way through my course. Highly recommend for anyone wanting to widen their scope or challenge their current skill... Read More set!Read Less",,Unknown +271735,11014,shecodes,Justyne Smagacz,False,2020,Awesome course,2020-12-24,5.0,5.0,5.0,5.0,"Always thought coding was beyond me but the structure of teaching it's incredibly logical and fun. It's nice to take the ""mystery"" out of what coders do 😂 Highly recommend! Coding is something I think everyone should learn at some point and the basics... Read More are not as complex as most developers will have you believeRead Less",,Unknown +271723,11014,shecodes,Rita Jurkevičiūtė,False,2020,It's never too late to learn something,2020-12-23,4.7,5.0,4.0,5.0,"It was so much fun! I really enjoyed it. It was easy to learn and understand. It does not matter if you work, there is always time to complete the challenges. Everything is explained in details, you always get support if you need it. Looking forward to... Read More learning more.Read Less",,Unknown +271721,11014,shecodes,Sophia Fernandes Alves Moreno,False,2020,It exceed my expectations!!,2020-12-23,4.3,5.0,5.0,3.0,"“Being introduced to the Coding's World was very challenging and exciting for me. As a Graphic Designer, it's been clear how important to be up-to-date with a new skill to improve yourself professionally. I am very proud of myself to finish this course... Read More feeling grateful and motivated to develop my coding skills even more! :) Keep it up SheCodes and all coders!”Read Less",,Unknown +271720,11014,shecodes,Yulia Volokitina,False,2020,Great course!,2020-12-23,5.0,5.0,5.0,5.0,"I finished SheCodes Online Workshop, and I must say IT WAS GREAT! Years ago I learned HTML, CSS, JavaScript etc., but I chose to go a different way than coding, so I forgot a lot of it. What was really great is the way how the material was explained -... Read More very easy and creative. Now I am thinking about continuing with SheCodes! Thank you, SheCodes!Read Less",,Unknown +271719,11014,shecodes,Eleni Nicolaides,False,2020,SheCodes Plus Workshop,2020-12-23,5.0,5.0,5.0,5.0,"Great workshop. It pushed me outside of my comfort zone and taught me so much. I found it very challenging at times but so rewarding. Thank you to the SheCodes team who were all so kind and helpful. I look forward to continuing with React, next year.... Read More Merry Christmas everyone.Read Less",,Unknown +271638,11014,shecodes,Cari Bruzelius,False,2020,Making Coding Accessible for All,2020-12-21,5.0,5.0,5.0,5.0,"I never realized how much I would enjoy learning to code, as it is a skill I thought beyond my ability to learn. However, SheCodes makes the content accessible and engaging. The lessons are engaging and easy to follow. While the homework encourages curiosity... Read More to discover a solution. More than once I found one way to accomplish the task, later to find another way or to see the instructor cover it later in the course.Read Less",,Unknown +271634,11014,shecodes,Karla Maria Avalos Portillo,False,2020,The best way to start,2020-12-21,5.0,5.0,5.0,5.0,"I had known about this page since last year, but I haven't given the opportunity to try it until now, and I'm very pleased. It gave me the flexibility to do it in my time, but at the same time motivate me to finish every module per week. And I finally... Read More start this dream of my: learning how to code, for me the key was that they said it was for everyone, regardless of whether you had no experience, finishing this course has actually been the beginning of a new skill that I will continue to develop for the rest of my life. Thanks SheCodes!Read Less",,Unknown +271629,11014,shecodes,Emma,False,2020,Really fun and dynamic course!,2020-12-21,5.0,5.0,5.0,5.0,"I chose the course that was just three weeks, and despite being quite short, I learned so much and feel like I now have a really good understanding of the world of coding. The videos were incredibly helpful and thorough, and you can tell the creator has... Read More put a lot of effort and thought into the lessons.Read Less",,Unknown +271570,11014,shecodes,Luiza Buliga,False,2020,Amazing course!,2020-12-19,4.3,5.0,5.0,3.0,"I really loved this course! I learned many new things and it was truly exciting to try something different from what I usually do. I highly recommend it to anyone who wants to dedicate some hours to a new hobby. The lessons are well structured and Matt... Read More is simply amazing: he teaches in a fun way and the challenges are stimulating: not too easy, not too difficult. It just makes you want to learn more and try new ways to display the content of your coding 😍 Super fun! 😎Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +271564,11014,shecodes,Zeljka Majic,False,2012,Get the best education for yourself,2020-12-19,5.0,5.0,5.0,5.0,"In short time I learned a lot about HTML, CSS and JavaScript. It was super fun and not so difficult, all thanks to great coding instructor- Matt. I did all challenges, homeworks and final project with just left hand (right one is broken at the moment).... Read More If I can do it like that, you can do it too! The first workshop ""Introduction to coding"" was great, I plan to do more advanced courses too. I am also grateful to other team members-Daniela and Lexi for support. You may think the workshops are a bit pricey, and you may ask yourself why would you pay for it when you can learn all by yourself over Internet and free tutorials? Well, good luck with that. I tried in the past to do it like that, but it seemed quite complicated and soon after starting it, I would quit. It also reflected negative on my selfesteem, and I thought I was too stupid for coding. But SheCodes proved me wrong...I can code now! It is all thanks to wonderful structure of this Introduction SheCodes workshop- went to core, without burdening me with irrelevant stuff. The most important of all- it was fun. Little time spend, no nerves spend, gained valuable knowledge! I would highly recommend these workshop. They are worth of money you spend and you do want the best education for yourself, don't you? Enroll and happy coding! 🤓Read Less",,Unknown +271530,11014,shecodes,Joanna Tucka,False,2020,so powerful bootcamp,2020-12-18,5.0,5.0,5.0,5.0,I think SheCodes is one of the best coding bootcamps for beginners. Everything you need to start is your high motivation to learn and a few free hours per week to get new qualifications. Perfect for anyone who wants to change their own career path and... Read More enter to the IT world :) There are a lot of useful tips andtopics are discussed succinctly and explained in a simple way. I really recommend for beginners!Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +271529,11014,shecodes,Melanie Howard,False,2020,Coding is fun!,2020-12-18,5.0,5.0,5.0,5.0,"Wow! Thanks to SheCodes I feel like my old self again. I haven't felt this motivated in a while and this was the perfect thing to get back on my feet. Is it challenging? Yes! Is it fun? Absolutely! The teamwork is amazing and the lessons make you want... Read More to dive in and learn more. This course was a great experience and I am looking forward to moving on to the next course! Thanks, Matt and SheCodes team!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +271407,11014,shecodes,Mary,False,2020,5 stars for SheCodes!,2020-12-15,5.0,5.0,5.0,0.0,"Three weeks ago I knew nothing about coding and now I've created my own landing page. 😎 The SheCodes lessons were clear and easy to follow. Homework and weekly challenges were scaffolded and helpful, and I appreciated receiving fast and reliable support--... Read More not to mention connecting with women all over the world via slack! I had a lot of fun building my final project and will be back for another workshop soon. 👩🏼‍💻Read Less",,Unknown +271393,11014,shecodes,Leila,False,2020,The best platform to learn how to code!,2020-12-14,5.0,5.0,5.0,5.0,"The best coding experience I've ever had. The explanations are thorough and straight to the point with amazing challenges that help you learn each topic. Along the way, the groups that provide support on Slack have helped tremendously in boosting my skills.... Read More I'm extremely satisfied with this experience and I'm going to continue with this program to strengthen my new skills. Thank you SheCodes for providing this amazing experience!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +271391,11014,shecodes,Sharlene N,False,2020,Engaging and fun!,2020-12-14,5.0,5.0,5.0,5.0,"I have just finished the ""Introduction to coding"" with SheCodes, and what a great 3 weeks it has been! I enjoyed every bit of it. By the end of it I felt so gutted it was over, I committed to SheCodes Plus React which i am working my way through! The... Read More structure of the course was great for someone who hasn't have much experience with HTML/CSS or JavaScript. Learning content in bite-sized chunks made it so much easier and engaging for me. I would definitely recommend this course to other people looking to learn more about coding! Before I forget, I wanted to say a quick thanks to Daniela and João on Slack for all the support when I needed it. You and everyone made me feel welcome and less alone when I was stuck in the thick of it !”Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +271367,11014,shecodes,Anonymous,True,2020,Learning Coding with SheCodes,2020-12-14,5.0,5.0,5.0,5.0,"I could not imagine a better way to start learning programming than with SheCodes and with Matt as an empathic and highly skilled teacher! The amount of learning is well distributed throughout the entire course and while the workload is completely doable,... Read More at the end of each week it feels like having made huge progess already within a few days. Thank you a lot SheCodes team and Matt for this fun experience, and I cannot wait to expand my coding skills further with your courses (-:Read Less",SheCodes Plus,Miscellaneous and General Tech +271311,11014,shecodes,Kim Ferrell,False,2020,Great workshop!,2020-12-11,5.0,5.0,5.0,0.0,"“Great workshop! I have taken coding courses in years past at my local junior college with uneven results that left me with more questions than answers. I love the SheCodes self pacing which allows me to move at my pace and i can repeat lessons as much... Read More as i need to get concepts to stick! Lessons are broken into short and simple concepts, making them easy to incorporate into my busy work/family life. I'm excited to take what I've learned into the next workshop and to keep building!”Read Less",,Unknown +271308,11014,shecodes,Ivana Miljak,False,2020,Perfect coding course,2020-12-11,5.0,5.0,5.0,5.0,"“I would absolutely recommend the course. Methodology, tutorials, and materials are perfectly created to easily help you in your learning process. From the beginner who did not know anything about coding, I ended up loving it, and I am extremely satisfied... Read More with what I was able to learn in such a short period of time.”Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +271250,11014,shecodes,Elsa Silva,False,2020,Great way to get started into coding!,2020-12-10,5.0,5.0,5.0,5.0,“This workshop was very useful to get started in coding! Is very engaging and its step-by-step approach helps you understand the basics and advance faster to get to build landing pages. Is a great starting point to get a general overview and then decide... Read More what to learn more in detail.”Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +271188,11014,shecodes,Allison Musich,False,2020,SheCodes Workshops,2020-12-08,5.0,5.0,5.0,5.0,This has been incredibly empowering experience. I never thought I would be able to understanding coding on any level. This workshop has allowed me to open the door and see that I can CAN do this. Now that I have started I wanted to learn more. I know... Read More I'm up for the challenge and I love the problem solving aspect. Thank you for opening this door!Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +271182,11014,shecodes,Ana,False,2020,Best way to learn how to code in a few weeks,2020-12-08,4.0,4.0,4.0,4.0,"This workshop showed me that coding is for everyone! It doesn't matter your background, since this course is very well structured and it allows you to put in practice everything you learn along the way. This workshop surpassed my expectations and I highly... Read More recommend it to everyone who is interest in coding. It certainly gave me the foundations to carry on with my path in coding 👩‍💻Read Less",,Unknown +271111,11014,shecodes,Anonymous,True,2020,Great way to to start coding!,2020-12-06,5.0,5.0,5.0,0.0,"I highly recommend SheCodes to anyone curious about dipping their toes into the world of coding. I learned SO much in such a short time! The structure of the lessons made it easy to incorporate the workshop into my schedule, and getting to practice new... Read More skills with each challenge was so helpful in digesting all of the new information.Read Less",,Unknown +271072,11014,shecodes,Diana Vargas,False,2020,Life changing & helped find my passion,2020-12-04,4.7,5.0,5.0,4.0,"I graduated with a bachelor in advertising but I realized I’m not passionate for this. I was always interested in coding but didn’t want to do 4 years again. With shecodes, I’ve been able to find my passion in coding and not have to do years of school.... Read MoreRead Less",SheCodes Online Workshop,Miscellaneous and General Tech +271028,11014,shecodes,Hilary,False,2020,"Challenging, fun and interesting with a supportive community.",2020-12-03,5.0,5.0,5.0,5.0,This has been a really challenging and fun experience and has opened my eyes to something that I take for granted every day. I would 100% recommend this course to anyone even remotely curious and have just enrolled for the full SheCodes Plus and React... Read More courses. Thank you so much to all the team.Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +271019,11014,shecodes,Laura Kopunovič,False,2020,Totally enjoyed and learned a lot at SheCodes Workshop.,2020-12-03,5.0,5.0,5.0,5.0,"Totally enjoyed and learned a lot at SheCodes Workshop.Learning on SheCodes platform is adventurous and fun. I liked the structure: step by step explanation of theory, followed by example and challenge to test if you acquired presented knowledge. Looking... Read More forward to continue my journey with SheCodes in the next workshop: SheCodes Plus.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +271017,11014,shecodes,Paula Garcia,False,2020,What a FUN way to join the coding adventure!,2020-12-03,5.0,5.0,5.0,5.0,SheCodes was even better than what I expected. I had never coded before and I absolutely loved it. It was challenging but at the same time it was so much fun. The fact of joining the coding adventure with many other talented women from all around the... Read More world made it even more exciting. I know for sure my coding journey won't stop here and I will definitely continue on SheCodes. Only positive thoughts towards this workshop!Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +271015,11014,shecodes,Jennifer Lee,False,2020,Great experience,2020-12-03,5.0,5.0,5.0,5.0,"I was never a fan of coding, but this course inspired me to enjoy it. The weekly lessons are short, concise, and well structured. I highly recommend this course to those who want to start their coding journey, get a feel of how browsers work, and coding... Read More with Visual Studio Code. Well done, SheCodes! :)Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +271014,11014,shecodes,Huey Teng,False,2020,Great course to begin your coding journey,2020-12-03,5.0,5.0,5.0,0.0,I've been meaning to learn coding but never knew where or how to start. This workshop is perfect for introducing coding to absolute beginners like me. I like how you can do the workshop entirely at your own pace and how there is a challenge at the end... Read More of every lesson so you don't just learn and forget. I actually found it really enjoyable and have signed up for the next course to further develop my newfound knowledge.Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +271009,11014,shecodes,Anna Miller,False,2020,SheCode - such an awesome experience!,2020-12-02,5.0,5.0,5.0,5.0,"SheCodes was an amazing experience. The cost to knowledge ratio is incomparable. I learned so much in a very short amount of time. The content was easy to follow along with, and the style of learning really appealed to my needs. I'm very excited to continue... Read More learning with SheCodes+. 👩🏽‍💻Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +270945,11014,shecodes,May Lacdao,False,2020,Perfect intro course for coding noobs! (No matter how busy you are),2020-12-01,5.0,5.0,5.0,5.0,"SheCodes is a perfect learning platform for women who want to take that first step into the digital/tech world. Coding can seem intimidating, but as you go through the bite-sized lessons in SheCodes, all your fears would be cleared away. There's also... Read More an amazing Slack community that provides as much support as you need--all you need to do is ask. Moreover, for women who are busy with work (like me), this workshop provides enough flexibility to accommodate any busy schedule. Simply said, take the plunge!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +270892,11014,shecodes,Tracy O'Hara,False,2020,Worth every penny and minute,2020-11-28,5.0,5.0,5.0,5.0,This three-week workshop has been a great experience! It's challenged me and kept me busy during lockdown 2.0. I have been a bit at-sea with my career for a while now and felt that I needed to do something but didn't know what. This workshop has opened... Read More up a whole new world for me and while I am only at the beginning of my coding journey I hope it continues to grow and develop both myself and my career over the coming months and years. Thank you SheCodes 💚Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +270849,11014,shecodes,BRIANNA HOOK,False,2020,"Fantastic Intro to Coding- fun, interactive, & engaging",2020-11-25,4.7,5.0,5.0,4.0,"I'm thrilled to have taken my very first step towards a career in tech with the help of SheCodes! I can't believe how much I've learned and put into practice in the intro to coding workshop. Matt's lessons are really fun and engaging, and he always challenges... Read More his students to stretch themselves a bit beyond their level in the practice exercises. Thanks also to Joao Lopes, who answered all of my questions when I got stuck! :)Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +270844,11014,shecodes,Moyà,False,2020,Loved the experience,2020-11-25,5.0,5.0,5.0,5.0,"I loved the 3-week course, I'd recommend it to anyone who wants to become more confident in understanding code. The course gives you a very solid start if you want to start building a career in front-end (or even back-end) development! The team is so... Read More so helpful and just awesome! I’ll definitely continue my learning journey with SheCodes!!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +270843,11014,shecodes,Alicja Nowak,False,2020,I loved every minute of it!,2020-11-25,5.0,5.0,5.0,5.0,"I recommend this course to anyone, stop wondering! :) For someone like me, who was dreaming about a career change, taking part in SheCodes Workshop is a perfect way to gain pratical and theoretical knowledge. Classes are structured, interesting and show... Read More a lot of tricks that can save time and minimalize the code. Moreover, SheCodes allowed me to connect with more students and experts via Slack, where everyone could provide help when needed. The final project is a challenge, but it shows that everything you learn during the course is useful! Thank you a lot for the experience!Read Less",,Unknown +270784,11014,shecodes,Veronica Smigielski,False,2020,The experience with the SheCodes workshop was fantastic!,2020-11-23,5.0,5.0,5.0,5.0,"Matt reignited my love for programming after my classes from college burned me out. I could not wait to start this workshop! Within 2 days of unlocking the content, I was so fired up that I finished the 3 week course. Thank you so much for the inspiration... Read More Matt!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +270772,11014,shecodes,Ivana Cerovac,False,2020,I love this workshop!,2020-11-23,5.0,5.0,5.0,5.0,The concept is very clever because it's so easy to use and easy to learn. I can learn at my own pace and I can adjust it around my work life. I feel very proud after the completion. 🙌 Thank you Matt and thanks to all people envolved in this project! :)... Read MoreRead Less,SheCodes Online Workshop,Miscellaneous and General Tech +270760,11014,shecodes,Jessica Ramos,False,2020,Shecodes Camp 👩🏼‍💻,2020-11-23,5.0,5.0,5.0,5.0,"“I'm a computer engineering student, and to be honest, in this last 3 weeks course, I've learned more than in 6 months of school. I've really liked to do the workshop. 👍🏼 Last week i've started the Shecodes Plus, and i'm learning so much. I think the... Read More course is very complete. ""Read Less",,Unknown +270758,11014,shecodes,Amanda E,False,2020,A great experience for getting into coding!,2020-11-23,5.0,5.0,5.0,5.0,"The videos explaining were easy to follow. It was a great introduction into coding. I enjoyed the project and homework aspect, it allowed me to better understand the lessons. As a beginner in coding I found it really well executed to get a good understanding... Read More of coding. I definitely recommend it.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +270740,11014,shecodes,Anonymous,True,2020,Great workshop for absolute beginners!,2020-11-23,5.0,5.0,5.0,5.0,"The SheCodes workshop was my first experience with coding. I really liked the structure of the workshop - divided into smaller sections with short videos it was easier for me to understand and learn all the content. I started the workshop out of curiosity... Read More and will now continue with Plus React! I know this will be a challenge, but I'm motivated to learn more and expand my skills 😃Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +270716,11014,shecodes,Elisol Bastouri,False,2020,Amazing,2020-11-21,5.0,5.0,5.0,5.0,"“Thank you, thank you, thank you Matt and all the crew members. Ladies, this is were you need to start if you want to learn about programming. Some people might tell you ""you can learn on youtube"" but, believe me, you will end up feeling frustrated. Imagine... Read More these workshops as if they were called ""Programming for dummies"". I highly recommend starting from here. You will not regret it. YOU CAN DO IT !!”Read Less",SheCodes React,Miscellaneous and General Tech +270702,11014,shecodes,Jessica Blum,False,2020,I Became a Coding Expert!,2020-11-20,5.0,5.0,5.0,5.0,"“I'm so happy to be taking SheCodes. I used to code when I was younger but I would always get confused. Now it is even easier with Matt's teachings because he breaks down every single step into a common-sense formula that it easy to follow. SheCodes was... Read More affordable based out of all the bootcamps I researched and it went at a pace I really enjoyed based off the free class. I liked the final project and I am excited to see what comes next in the following lessons. Now I am an HTML, CSS, & Javascript Expert 😊Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +270634,11014,shecodes,Anna Kassai,False,2020,SheCodes? - She finally does ;),2020-11-19,5.0,5.0,5.0,5.0,"“I´ve tried different ways to learn the basics of HTML, CSS, and JS and I liked this one the most! ...and not just because of the flexibility and being able to learn after a day of work. I found it really great how Matt explained the materials and I enjoyed... Read More doing the challenges. This was the first time that I`ve actually had fun coding. Solving challenges successfully made me believe that I`m capable to do and learn more. I truly like the philosophy behind SheCodes and what it stands for! :) So thank you et merci beaucoup Matt!”Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +270632,11014,shecodes,Nina Thür,False,2020,Learned so much in a short amount of time,2020-11-19,5.0,5.0,5.0,5.0,I strongly recommend SheCodes for anyone interesting to learn to code. I have learned so much in a short amount of time and it was so much easier than I thought. I really liked that you got a challenge to solve after every lecture. Can´t wait to learn... Read More more!Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +270625,11014,shecodes,Gwendolyn Verberckmoes,False,2020,Really fun and exciting,2020-11-19,5.0,5.0,5.0,5.0,"Wow, I loved it! 👏 I really recommend this course for all woman out there wanting to explore coding. All the lessons are very well explained and easy to follow. It’s so fun an exciting to do. I already learned a lot. Thank you so much! I ‘m definitely... Read More going to follow the next course.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +270620,11014,shecodes,Linn Forsman,False,2020,Great learning experience!,2020-11-19,5.0,5.0,5.0,5.0,"Highly recommended. It's clear, logical and challenging course for those who wish to begin their programming journey. Lots of support from Slack and all topics clearly communicated thanks to instructor Matt and his amazing team! You get to work on fun... Read More project tooRead Less",SheCodes Plus,Miscellaneous and General Tech +270597,11014,shecodes,Magda Grochowska,False,2020,She codes Workshop,2020-11-18,5.0,5.0,5.0,5.0,Very interesting course! Everything explained in an accessible way. Lots of support from Slack and all topics clearly communicated thanks to Matt and his amazing Team. I didn’t expect that coding can be so easy to learn and you can see result so fast.... Read More Cheers!Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +270581,11014,shecodes,Anna Budzińska,False,2020,SheCodes makes my dreams come true!,2020-11-18,5.0,5.0,5.0,5.0,"The SheCodes course was the best decision I could have made. I learned a lot of new things and found my new passion - coding. The lessons were of a high standard, everything was clearly explained. Thanks to SheCodes, I was able to check if the coding... Read More was right for me - if you hesitate, be sure to try! It turned out that I can be great at coding and I proved to myself that I can change my profession at any age, with willingness and hard work. The next stages of the course are ahead of me, I can't wait for them! Thanks to you Matt, thank you to the entire SheCodes team! You make dreams come true!!!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +270576,11014,shecodes,Zeynep P.,False,2020,Super fun and efficient way to learn coding!,2020-11-18,5.0,5.0,5.0,5.0,"I've absolutely loved this workshop! It's easy to follow along and so much fun. I would highly recommend it to anyone who wants to gain some understanding of basics in HTML, CSS and JavaScript. If you need help about anything, they are always easy to... Read More reach and happy to help. Thanks to Matt and the whole SheCodes teamRead Less",SheCodes Online Workshop,Miscellaneous and General Tech +270557,11014,shecodes,Kym Tran,False,2020,Shecodes workshops are a fantastic way to learn the foundations to start your coding journey.,2020-11-17,5.0,5.0,5.0,5.0,"It was a great 3 week course , where I learnt the foundations and fundamentals to coding with basic HTML, CSS and Javascript. The lessons were a mixed of learning the fundamentals and then putting them into practice with homework and a final project.... Read More It was also fantastic to be able to work at my own pace, whilst managing studies and a full-time job.Matt is a very knowledgeable teacher, who demonstrated best practices and prepared us for when we are ready to take on coding professionally. Also the support team were always ready to answer any question and were very helpful. Highly recommend.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +270539,11014,shecodes,Ana Barreira,False,2020,Great class organization!,2020-11-17,5.0,5.0,5.0,5.0,Just loved She Codes introduction workshop! I never thought that basic coding was so easy to learn! The lessons are very well organized and the process is very intuitive. I really enjoyed and recomend Matt's classes. For the ones who are starting like... Read More me it is a very good choice! Can't wait to Plus and React! :)Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +270507,11014,shecodes,Saray Ricote Sanchiz,False,2020,Great experience learning how to code,2020-11-17,5.0,5.0,5.0,5.0,“I loved the workshop and how it's focused. I've learned a lot and especially Matt's videos are very explanatory and easy to understand. I want to thank the entire SheCodes team for helping me and I can't wait to get started with SheCodes Plus React.”... Read MoreRead Less,SheCodes Online Workshop,Miscellaneous and General Tech +270464,11014,shecodes,Maria Kozielska,False,2020,I recommend you this course if you are willing to start coding adventure,2020-11-16,5.0,5.0,5.0,5.0,"This workshop was great. Matt helped me understand what it is actually about. I was doing my homework with pleasure :) At first I only took the begging classes, but now I have decided to continue with Shecodes Plus React. I am interior and graphic designer... Read More so it would be perfect having experience to create websitesRead Less",SheCodes Online Workshop,Miscellaneous and General Tech +270461,11014,shecodes,Kate Rushton,False,2020,Excellent Course and Support,2020-11-16,4.7,5.0,5.0,4.0,"Clear, logical and progressive. I have done several coding courses but this is the only one that has ""clicked"" with me. I liked the micro learning element and the fact that each module was a 30 minute chunk. I am now doing all the courses and plan to... Read More become a React developer.Read Less",,Unknown +270286,11014,shecodes,Susana Simao,False,2020,Best experience for learning how to code!,2020-11-13,5.0,5.0,5.0,5.0,"I had the best experience during the 3 weeks of the workshop: Matt is a great instructor and the rest of the team is super helpful and supportive. Loved the structure of the course: the videos, the challenges (that helped me cement all the learning without... Read More it being boring) and the week's homework. I wasn't expecting it but can actually say I had fun coding! Would totally recommend She Codes to anyone interested in learning more about the coding world.Read Less",,Unknown +270261,11014,shecodes,Anonymous,True,2020,SheCodes is amazing to start coding!,2020-11-12,5.0,5.0,5.0,5.0,"SheCodes has been an amazing experience for me. As a total beginner, it was great to learn step by step guided by Matt. I certainly learned more than I thought I could. Looking forward to my next steps in the coding world. I highly recommend it!!! :)",SheCodes Online Workshop,Miscellaneous and General Tech +270245,11014,shecodes,Sophia Kontis,False,2020,Outstanding Program,2020-11-12,5.0,5.0,5.0,5.0,"What a great experience! I've learnt a lot and I am excited to put my knowledge into action. I would recommend this to anyone, my friend and my grandma alike. The support from the team is very strong and the community vibe is very positive and welcoming.... Read More Don't be afraid to start coding - I had zero knowledge beforehand and it was very easy to get into it with this awesome Workshop #That'sWhatSheCodesRead Less",,Unknown +270219,11014,shecodes,Sasha Silska-Boitsova,False,2020,Great course to start your journey with coding,2020-11-11,5.0,5.0,5.0,5.0,"As an IT recruiter, I work with Frontend devs on a daily basis, so I thought it would be nice to get a more practical understanding of what it is that they do every day :) This course was a perfect combo of short, informative lessons and step-by-step... Read More exercises, which helped me understand how things work and apply them in practice. I think it's a very good place to start your journey with coding!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +270207,11014,shecodes,Sofia Zammitto Benasayag,False,2020,Outstanding!,2020-11-11,5.0,5.0,5.0,5.0,"I couldn't have asked for anything more! Matt and the whole team have gone above and beyond to help women learn to code and is accomplishing that every minute of the day (I literally see loads of student graduating every day) with the most affordable... Read More and valuable lessons I have seen to date. Absolutely incredible and trust me, I went looking, intensively, for a week researching courses and I was stalled by the prices from 12,000 to 47,000 dollars and the fact that some don't even teach you how to use a real life code editor and some require continuous subscription to keep accessing their community even after you've finished your courses. On the other hand, SheCodes makes coding extremely accessible to women by one, teaching them how to actually use a real life code editor & how to thrive by showing them the latest technologies and best practices in simple, effective lessons that can be accomplished within 5 hours in a week, truly a masterpiece. If you're a girl who, at least for me, has been trying to get into coding for YEARS and once committed to four months of intensive study and couldn't even build a simple landing page, after all, you can truly appreciate the tremendous value of what SheCodes is doing by helping women build a solid foundation in code that can literally lead them anywhere. It is truly a very wonderful gift and I want to say thank you to Matt who is the coolest teacher ever, he will go as far as to write recommendations for students, he will connect with you on LinkedIn, he will encourage students to connect with each other, helping you to build your network (tremendous, tremendous value). What's beautiful is that Matt and his team are really thriving to break a barrier and accomplishing marvelous achievements on the way that are transforming the lives of their students. My life has been transformed, I wake up everyday super happy to know that I can connect with and help other students, that SheCodes has helped me realize a wonderful dream by teaching me everything I've ever wanted to know about the coding world. And quite amazingly it doesn't stop there, they continue to be there for you by allowing you access for LIFE and update videos. I want to thank Lexi, João, and Sara for always, I mean always, being there, reaching out and offering their support. Studying and being a student at SheCodes is a transforming, literally life-changing, in actuality, it is a wonderful gift that will follow you & be with you your whole life. So what are you waiting for? Sign up now for the thrill of a lifetime! 🎉😊Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +270205,11014,shecodes,Jasmin Kräutner,False,2020,Great Workshop - highly recommended!,2020-11-11,4.7,5.0,5.0,4.0,I was searching for a good coding class for quite a while and I’m super happy I found SheCodes. I can really recommend it! It's amazing how fast and efficient I learned the bascis of coding. I really enjoyed it and can't wait to continue. Definitely give... Read More it a try - the basics workshop only takes 3 weeks :)Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +270188,11014,shecodes,Archana Lingayat,False,2012,Very eleborate and easy to understand,2020-11-10,4.7,5.0,5.0,4.0,"I would highly recommend SheCodes. This has been a great learning experience for me. On top of that, It was mostly fun. I am amazed to know what wonderful things we can create with the help of coding. In the first workshop, I learned HTML CSS and JAVA.Feeling... Read More Motivated!Read Less",,Unknown +270184,11014,shecodes,Micky Wouter,False,2020,amazing course,2020-11-10,5.0,5.0,5.0,5.0,"I have tried a lot of platforms to get started with coding and have not finished any of them, except now SheCodes. It is so easy to follow and makes you want to do more and more after each lesson. Thank you, Matt and everyone involved. This really is... Read More a great experience and I will absolutely be continuing.Read Less",,Unknown +270174,11014,shecodes,Maéva Plasse,False,2020,Go for it!,2020-11-10,5.0,5.0,5.0,5.0,"SheCodes workshop has been a beautiful ride full of learning and challenges. Well structured and easy to follow. Big shout out to Matt and his team, thank you for all the support and the hard work. Before the course, I always thought that coding was out... Read More of my league and reserved for ""the cream of the cream” but after these three weeks, I can definitely now picture myself in that direction. I am excited to continue with the SheCodes React and to see where this journey will bring me. Keep in mind, “Nothing is impossible, the word itself says “I'm possible”.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +270144,11014,shecodes,Helen Cornes,False,2020,Great course!,2020-11-09,4.7,5.0,5.0,4.0,"This was a great overview of HTML, CSS and JavaScript, I can't believe how much I have learnt in just 3 weeks. I can't wait to put it into practice now.I liked how the videos took you step by step through building up your knowledge, with regular challenges... Read More to make sure you had really understood.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +270139,11014,shecodes,Roberta,False,2020,"Highly recommended to learn HTML, CSS and JavaScript",2020-11-09,4.3,5.0,5.0,3.0,"Highly recommended for those who never tried to code before! I've gained a solid understanding of HTML, CSS, and JavaScript. Plus, I've become familiar with Visual Studio Code, the developer console, and other popular coding technologies. Now I can say... Read More I've a good understanding of the workings of the internet, how to better communicate with developers, and what development paths are available to me.Read Less",,Unknown +270131,11014,shecodes,Daria Sukhacheva,False,2020,Coding is not a Rocket science,2020-11-08,5.0,5.0,5.0,5.0,"Even though I spent a significant time among software engineers, I have always thought that coding is for people who are excellent in Math. I am truly relieved and inspired by learning that my bias was wrong. Thanks to the SheCodes team, I have discovered... Read More yet another tool for creating and sharing my ideas and content. I am determined to excel my new coding skill to the max (for me😜)!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +270095,11014,shecodes,Sian Oroche,False,2020,Amazing!!,2020-11-07,5.0,5.0,5.0,5.0,"I've loved SheCodes! It's broken down into small bitesize chunks and along with the challenges, you completely forget you're learning something new! No cons to the course, each lesson is a max of 10 minutes and you’re given a challenge to complete which... Read More you must submit before watching the solution, you’re then able to go back and amend your submitted file if needed. The SheCodes community is second to none and you receive a huge amount of support.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +270052,11014,shecodes,Varsha Rammohan,False,2020,Loved the workshop!,2020-11-05,5.0,5.0,5.0,0.0,The pace and ease with which you learn is good. Every lesson has a challenge for you to test your understanding. They have a good support team for any doubts or clarifications. I had no knowledge of coding before I started this and now I cant wait to... Read More start the next level.Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +270050,11014,shecodes,Hélène,False,2020,Fabulous!,2020-11-05,5.0,5.0,5.0,5.0,Matt is absolutely a great teacher and has done a tremendous job by creating all these short online lessons and challenges. I don't think anyone could explain better how coding works! And as he always says: this is not rocket science! I am initially no... Read More computer geek but after this three-week-workshop I was thrilled to be able to create my 1st web-page! (totally doable also if you work full time)SheCodes Team is also extremely nice and quick to respond when you need help :)I really can't wait to go on with SheCodesPlus!Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +270037,11014,shecodes,Emma Blackshaw,False,2020,Great to get started with coding,2020-11-05,5.0,5.0,5.0,5.0,"SheCodes made it so much easier to learn code! I highly recommend this course to anyone who wants to know the basics of HTML, CSS and JavaScript! The course is split into three weeks. First week is learning the basics of HTML and CSS, week two is java... Read More and week three is a project combining all three languages.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +270029,11014,shecodes,Maria Zamora,False,2020,"Great workshop, excellent experience!!",2020-11-04,5.0,5.0,5.0,5.0,"I have learned so much so far in SheCodes, I started the workshop with no knowledge at all about coding. Now I am able to start building a website on my own. I am amazed in all I have learned in such little time and I am super exited to keep learning... Read More and finish all the workshops. Without a doubt a great experience! I recommended a 100%.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +270013,11014,shecodes,Samantha Oriá,False,2020,Best course for beginners.,2020-11-04,5.0,5.0,5.0,0.0,"The workshop was really nice! I love it! I had never had contact with these contents, and I understood and made the challenges and the final project with ease. All thanks to the way of teaching that Matt applies. That was just the beginning of a lot of... Read More study for a new career. Thanks, SheCodes!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +270011,11014,shecodes,Julie Garcia,False,2020,Great experience for beginners!,2020-11-04,5.0,5.0,5.0,5.0,"All the classes were easy to follow and Matt is a great teacher! He explains in a nice, easy way, and I could definitely start understanding a lot of things that I've always seen people around me talking about - yeah, working in Advertisement and Design... Read More and not knowing this, you're a fish out of water! But thanks to SheCodes, I'm finally able to start learning more about this world!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +270010,11014,shecodes,Caitlin Moss,False,2020,I cannot stop raving about this course!,2020-11-04,5.0,5.0,5.0,5.0,"I was so nervous that my terrible maths would stand in the way of my completing it, but I couldn't have been more wrong. Matt explains everything really thoroughly and at a pace that's really easy to keep up with. The only thing I felt perhaps needed... Read More a bit more explanation was JavaScript as, at times, the challenges were a bit more advanced than had been explained in the lessons, which got me in a bit of a flap. On the whole though, the best learning experience (online or in-person) I've ever had! Merci beaucoup, Matt! 😉Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +269991,11014,shecodes,Aigerim Stefanikova,False,2020,Highly recommended!!,2020-11-03,5.0,5.0,5.0,5.0,"I am very satisfied by this introduction course to HTML, CSS and JavaScript! All lessons are well structured and easy to follow. Would definitely recommend you to join this course! I am ready to move to my next workshop and cannot wait to learn more and... Read More more... :)Read Less",,Unknown +269984,11014,shecodes,Holly Taylor,False,2020,Overall I learnt a lot.,2020-11-03,4.7,4.0,5.0,5.0,"“I didn't expect to learn so much from this course! Having zero background into coding, I was pleasantly surprised how much I picked up. Matt was easy to understand and turned the lessons into easy to grasp concepts that I was able to remember. The homework... Read More was both challenging and enjoyable, and a good mix of tutorials vs. self learning ( I googled so much items!) Thanks for a great introduction into coding, I feel I can understand computers better now :)”Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +269982,11014,shecodes,Anonymous,True,2020,Highly recommended experience,2020-11-03,5.0,5.0,5.0,5.0,"The 3-week-workshop by SheCodes was the best way for me to approach HTML, CSS and JavaScript. The course is entertaining, fun and you feel extremely satisfied at the end of each assignment. It is suitable for anyone who doesn't have any knowledge on coding... Read More and it is incredible how fast you learn. I fully recommend it to start your coding journey.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +269945,11014,shecodes,Anna Papadaki,False,2020,Amazing!,2020-11-02,5.0,5.0,5.0,5.0,"Beautiful instructions, very detailed! Excellent coding practice with the challenges! The fact that we are urged to search online resources, like REAL coders is amazing, it helps more than I could imagine! Congratulations to Matt and the SheCodes team... Read More for being so delightfully helpful!!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +269943,11014,shecodes,Sylwia Aderek,False,2020,Highly recommend! :),2020-11-02,5.0,5.0,5.0,5.0,"Knowing nothing about coding, I decided to try SheCodes Workshop. Everything is 100% remote. SheCodes Team gives all the necessary knowledge and provides great support on Slack! I highly recommend learning more with SheCodes 😉. After finishing SheCodes... Read More Workshop I decided to go further with SheCodes Plus React.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +269942,11014,shecodes,Alyson Young,False,2020,Great experience!,2020-11-02,5.0,5.0,5.0,5.0,I loved this SheCodes workshop! I was looking for something fun to learn while I am in between jobs and stumbled on this workshop. SheCodes makes coding both fun and challenging! I was able to go at my own pace and the course content was easy to follow... Read More for someone with no experience like myself. Thank you SheCodes!Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +269941,11014,shecodes,Anja,False,2020,Absolutely loved it,2020-11-02,5.0,5.0,5.0,0.0,"This was one of the best £60 I've ever spent. I had so much fun, learned so much new stuff and will probably (definitely) do SheCodesPlus (at least). I'm amazed at how well Matt is able to explain what is essentially learning a new language in 3 weeks.... Read More It all made sense and I feel he gave us the right amount of info at the right time, building knowledge in a clear way with every new lesson. Just loved it.”Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +269920,11014,shecodes,Anonymous,True,2020,Completely worth every cent,2020-11-01,5.0,5.0,5.0,5.0,"I've absolutely loved this course so far. It's amazing how much you can learn in such a short amount of time. The tutorials are really clear and easy to follow, and the support from the staff is awesome, they're always fast to respond and provide any... Read More help you may need. It's also great to be able to chat to and assist fellow classmates as well. I wasn't expecting such a helpful & collaborative environment (but I also love that you're not obligated to engage if that's just not your thing). Completely worth every cent.Read Less",,Unknown +269913,11014,shecodes,Anonymous,True,2020,Great Coding Platform for Women,2020-11-01,5.0,5.0,5.0,5.0,"I've always wanted to learn how to code. However, most of my friends told me that coding was way too difficult. Luckily I discovered SheCodes and can now prove them wrong 💪 I really enjoyed this workshop as it is very well structured and easy to understand.... Read More I particularly liked the fact that after almost every lesson there was a task to be solved 🤓 I totally recommend SheCodes to all women with no coding background! 🤩Read Less",,Unknown +269872,11014,shecodes,Sarah Ridgwell,False,2020,A logical and well-structured course.,2020-10-30,4.3,5.0,5.0,3.0,What a great course!! Matt made it very easy for me to understand each concept. I learn so much better when I can put the theory into practice straight away which makes this course a fantastic way to actually remember the different techniques! I’m surprised... Read More at how straightforward learning code was.Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +269856,11014,shecodes,Ella Feliciano,False,2020,Loved SheCodes Workshop!,2020-10-29,5.0,5.0,5.0,5.0,Loved the SheCodes Workshop! The lessons were easy to follow and I loved that there were challenges throughout to help put everything into practice. I really appreciated the flow of the curriculum and it wasn't too overwhelming for being fairly new to... Read More coding.Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +269843,11014,shecodes,Kay Richardson,False,2020,It's a game changer.,2020-10-29,5.0,5.0,5.0,5.0,"This workshop is it! When starting it, I didn't feel apprehensive or completely scared out of my mind. There is so much to learn & this program makes the learning fun. I can't believe I just did this! Now, I'm ready to move on to the next workshop. Highly... Read More recommend.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +269835,11014,shecodes,Jeanine Alsma,False,2020,Awesome!,2020-10-29,5.0,5.0,5.0,5.0,"This was an awesome workshop! Hands-on, easy to understand, tricky enough to challenge, and with a lot of aha! moments (at least for me 🤓). I can recommend this to all girls out there looking for a quick, fun and qualitative introduction into coding!",SheCodes Online Workshop,Miscellaneous and General Tech +269832,11014,shecodes,Karol Mondadori,False,2020,Very nice!!,2020-10-29,4.0,4.0,4.0,0.0,"This workshop gave me a great base on html, css and javascript. Teacher and classes (projects) format, very good, easy to understand, flexible, possible to do even if you have work. I want to keep acquiring and advancing my knowledge As a designer and... Read More developerRead Less",SheCodes Online Workshop,Miscellaneous and General Tech +269829,11014,shecodes,Zena Issa,False,2020,Keeps you wanting more,2020-10-29,5.0,5.0,5.0,5.0,"I had so much fun in learning what's behind the scenes, couldn't of imagined this is what it takes to create a page. The lessons were super easy to follow and very clear. There is so much more to learn and I'm super excited to see what's next! Amazing!... Read MoreRead Less",SheCodes Online Workshop,Miscellaneous and General Tech +269809,11014,shecodes,Maiara Lopes,False,2020,Great workshop!,2020-10-28,5.0,5.0,5.0,0.0,"I really enjoyed this workshop. The pace was perfect and the challenges after the lessons are crucial to help the content stick and make sense. The content is also very fun and engaging. We have great support with course work and questions, which you... Read More don't get in many other online courses. I'm excited to keep learning! Highly recommended.Read Less",,Unknown +269808,11014,shecodes,Anonymous,True,2020,Solid course to begin with,2020-10-28,4.7,5.0,4.0,5.0,"“I would certainly recommend SheCodes. After having been interested in programming for a while, I followed a course but I got stuck on JavaScript. I didn't want to give up so I decided to give it one last try. Thanks to SheCodes, I now 'understand' JavaScript:... Read More I can see the logic behind it. The explanations are very good and you can practice everything immediately by doing the tests. All in all, I really liked this course.”Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +269804,11014,shecodes,Agnes,False,2020,Awesome!,2020-10-28,5.0,5.0,5.0,5.0,"This was my first try at coding and I loved it beginning to end. It was challenging at times and making me question my sanity at others, but I enjoyed it immensely. Matt put together an amazing workshop and I can't believe it has taken only three weeks... Read More to learn so much. I had so much fun putting together the final project, I'll definitely keep on studying and tinkering! Looking forward to the next course.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +269756,11014,shecodes,Emma Wojick,False,2020,I'm ready to get back to work!,2020-10-27,5.0,5.0,5.0,5.0,"I lost my job due to COVID leaving me feeling really down about not finding work in my field! SheCodes kept my mind sharp and has given me the confidence to head back into the work place with a new set of relevant skills, making it easier to start over... Read More 😁Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +269745,11014,shecodes,Tiziana Tortone,False,2020,Excellent & Highly Recommended!!,2020-10-27,5.0,5.0,5.0,5.0,I just finished a SheCodes workshop and will now enroll for the SheCodes Plus React course. Loved how clearly and simple Matt explained everything. It made the process 100% easier to complete each task. The way the course it is thought is excellent since... Read More it allows you to learn at a fast pace but without getting lost in the process. Highly recommended!Read Less,,Unknown +269742,11014,shecodes,Natasha Seatter,False,2012,Amazing Experience with SheCodes!,2020-10-26,4.7,5.0,5.0,4.0,"“Absolutely loved this course! I heard about it through friends of friends working within the FinTech/Tech sphere and through my sister as well who is currently doing the more advance course. It's one of the best and easy to follow courses I've come across... Read More to learn about HTML, CSS, JS. Thanks again to the SheCodes team for the amazing customer service throughout the course!”Read Less",,Unknown +269730,11014,shecodes,Justine Devisch,False,2020,Empowering and easy to follow workshop,2020-10-26,4.7,5.0,5.0,4.0,"I've always wanted to learn how to code, so when I saw an ad for these workshops I was immediately excited. The platform and the way the workshops are made, are mostly self explanatory and even if you have questions, there's space to ask them. Next to... Read More all of that I loved the community of all the women learning how to code. No questions were invalid and I felt empowered by reading everyone's story.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +269724,11014,shecodes,Ciara Lee,False,2020,Highly Recommended,2020-10-26,5.0,5.0,5.0,5.0,"These past 3 weeks of SheCodes have been incredibly satisfying. The challenges and missteps along the way certainly made each win that much sweeter. Who knew I would enjoy coding this much? Thank you, Matt and team SheCodes. 👩🏽‍💻 Looking forward to the... Read More advanced course!Read Less",,Unknown +269723,11014,shecodes,Katie O'Neill,False,2020,Great insight into the world of coding and website design!,2020-10-26,5.0,5.0,5.0,5.0,"I started the introduction class to upskill myself and learn something new. Coding was such a mystery to me - until now! I thoroughly enjoyed learning about HTML, CSS and Javascript and feel motivated and able to move on to the next coding workshop with... Read More SheCodes.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +269720,11014,shecodes,Rebekah Marshall,False,2020,10/10 Experience!,2020-10-26,4.3,5.0,5.0,3.0,"This 3 week course went above and beyond my expectations, having no knowledge at all in relation to HTML, CSS and JS, prior to starting this fast pace course. I would 100% recommend to all women wanting to learn the basics. The support provided by the... Read More SheCodes Slack Chat community and technical assistants is just fantastic.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +269716,11014,shecodes,Hazel Lawrie,False,2020,SheCodes Online Workshop is a great course to learn the basics of coding.,2020-10-26,4.7,5.0,5.0,4.0,The SheCodes 3 week workshop has given me the boost of confidence I needed to kickstart my future career in programming! It is a great place to start for true beginners. SheCodes provides a good basis of knowledge which has inspired me to push my learning... Read More further.Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +269708,11014,shecodes,Amanda G,False,2020,Such a fun workshop!,2020-10-26,5.0,5.0,5.0,5.0,"With no prior knowledge of coding I was happily surprised that I could build my own page using html, css and javascript after just three weeks of learning. Matt is a great teacher. I absolutely loved this workshop! Couldn't recommend this workshop enough... Read More if you are interested in learning more about coding.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +269707,11014,shecodes,Sofia Ouzzine,False,2020,highly recommended,2020-10-26,5.0,5.0,5.0,5.0,"SheCodes is a very well done training:insightful, practical, entertaining and flexible to meet your needs: either to just get a first flavour of coding/programming or switch career completely. I enjoyed every bit of the program (lessons , exercises, homework...)... Read More and had loads of fun completing it. I must admit that I was, at the beginning, very sceptical to the e-learning format , but the way the course is structured : simple and yet very engaging (insightful videos, fun exercises, support given ...) made the whole experience greatly enjoyable. Thank you Matt and very Well doneRead Less",SheCodes Online Workshop,Miscellaneous and General Tech +269601,11014,shecodes,Maria João Pica,False,2020,"SheCodes Workshop - Good content, easy to follow, well flexible",2020-10-22,5.0,5.0,5.0,5.0,"I had a lot of fun learning these rookie coding skills. This workshop completely exceeded my expectations! I feel a little bit more ready now to level with any challenges I might face in my career and, also, very much aware of the power of coding. I am... Read More looking forward to continuing this journey in the future.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +269587,11014,shecodes,Anonymous,True,2020,Definitely RECOMMEND!,2020-10-22,5.0,5.0,5.0,5.0,"I am very happy I found SheCodes workshops. Matt has a unique teaching talent! The complex subject of coding is broken down into small pieces, so it is easy to understand. I absolutely loved the structure of the classes and challenges. It is great to... Read More practice as you go. I am an absolute novice (except some HTML 20 years ago :D) and I loved this workshop - I am feeling confident I can continue learning without anxiety. Thank you Matt and the team!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +269584,11014,shecodes,Darya Plemeshova,False,2020,A great boost for your career.,2020-10-22,5.0,5.0,5.0,5.0,"This course is easy to understand and follow all of the instructions, it has a very supportive community. I have completed the initial workshop and program. Great price-quality value. I would highly recommend the inial workshop for anyone who never had... Read More any experience in coding, you get out of the course with a very solid coding base. The plus program is more indicated for the people who want to start a career in front-end, or for someone who is working already in IT related field and wants to boost your career opportunities. All in all, it is an excellent investment in your future.Read Less",SheCodes Plus,Miscellaneous and General Tech +269572,11014,shecodes,Aurora Canta,False,2020,Great!,2020-10-21,5.0,5.0,5.0,5.0,"She Codes is a great community and I couldn't be happier of my experience. This is an amazing workshop! I have always been curious about coding and I am greatly proud of what I achieved in 3 weeks. This is an incredible opportunity, I would definitely... Read More recommend it!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +269524,11014,shecodes,Svenja Greif,False,2020,I highly recommend this introductory course!,2020-10-20,4.7,5.0,4.0,5.0,"In a very short time, I learned how to set up a nice-looking webpage including some user interaction. Furthermore, I learned a lot about writing good code which is easily readable for others (and also myself) plus some methods for troubleshooting! This... Read More course provides a nice foundation for further learning in the future.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +269498,11014,shecodes,Cynthia López Gálvez,False,2020,I enjoyed every bit of the course and was as fun as it was enriching.,2020-10-19,5.0,5.0,5.0,5.0,"I was excited at the begining to retake something I had done years ago but in a very basic manner, from the very first lesson and challenge I felt like I was pushing myself to learn and it was enjoyable, every lesson is perfectly structured to learn what´s... Read More on the video but also to push yourself to research and become interesten in the lesson. I strongly recommend the beginners course for someone who is interested in either getting back to coding or someone who is wanting to learn it as a skill. I myself enjoyed it very much and would deffinitly recommend it to all women around the world, it was a good time and I never felt lost since there is a platform of live-help and that also made me feel more confident on what I was doing.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +269438,11014,shecodes,Anonymous,True,2020,Excellent coding workshop,2020-10-15,4.3,5.0,5.0,3.0,"Excellent coding workshop! As challenging as this course was, I learned a lot. I liked the pace and how Matt built on each lesson week after week. I feel this is the best way to learn to code because you are able to apply what you're learning in real-time.... Read MoreRead Less",SheCodes Online Workshop,Miscellaneous and General Tech +269383,11014,shecodes,Lucy B,False,2020,"Absolutely perfect course, sad it’s ending!",2020-10-14,4.3,5.0,5.0,3.0,"Complete beginner here! I've tried and failed, start and stopped free coding workshops, and felt convinced I would never get the hang of it. I wasn't cut out for coding. Now, I'm sad it's going to be over! I had so much fun learning from Matt, the tools... Read More were amazing and the knowledge feels like a huge stepping stone for me! I was itching to get my two little girls to bed every night these past three weeks so that I could get to my challenges! The project was so fun, I finished it early :) I cannot recommend this enough!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +269356,11014,shecodes,Anonymous,True,2020,Amazing!,2020-10-14,5.0,5.0,5.0,5.0,I've had programming classes before but I've never found it so easy to understand as Matt explains it! I feel like I can finally get the job I've always wanted to do which is front-end development. I really recommend this course! Thank you for giving... Read More me this opportunity!Read Less,SheCodes React,Miscellaneous and General Tech +269337,11014,shecodes,Joana Esteves,False,2020,The kick-start I needed!,2020-10-13,5.0,5.0,5.0,5.0,"Just finished the 3-week course and I just have one thing to say, I WANT MORE! Such an easy and funny way to learn the code basics! Definitely, coding got my attention and I want to keep investing in it and hopefully find a future in it! :) Thank you... Read More SheCodes team!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +269333,11014,shecodes,Anonymous,True,2020,Best educational 3 weeks ever!,2020-10-13,4.7,5.0,5.0,4.0,"Learning how to code with SheCodes was an amazing experience! It was only 3 weeks, but time flies! I never knew you could learn so much in just 3 weeks time. I already was an online marketer, and so I already knew very little about coding. But it feels... Read More very good that now I can understand what my colleagues are actually saying. It definitely makes me more confident in my job! Thank you!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +269327,11014,shecodes,M B Bednarski,False,2020,Amazing Intro Course,2020-10-13,5.0,5.0,5.0,0.0,"Good lesson length, but also very understandable. Deadlines were easy to meet, Slack channel is responsive and there is a regular follow up from team members. For a self paced, online course I felt super enthusiastic and motivated to finish it earlier... Read More than expected.Read Less",,Unknown +269304,11014,shecodes,Anonymous,True,2020,So much fun!!!!!,2020-10-12,5.0,5.0,5.0,0.0,"“I loved the 3-week workshop. The lessons were taught very well, Matt is a great teacher. I also liked the challenges between each lesson. The help provided on Slack was very helpful and I received answers in a timely fashion. Thank you so much! The Workshop... Read More made me realize how much I like to code and how much more I want to learn.”Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +269200,11014,shecodes,Naomi De Wys,False,2020,Amazing learning experience!,2020-10-07,5.0,5.0,5.0,5.0,"SheCodes is such a great course for anyone wanting to learn coding. You can be a complete beginner, without any previous coding experience or knowledge, as Matt explains everything very clearly and gives you tasks and weekly homework to practice what... Read More you've learned. All coders in SheCodes also have access to group chats that are full of additional support and information. I would highly recommend SheCodes for anyone wanting to upskill or simply learn something new!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +269143,11014,shecodes,Ashley D,False,2020,Actually kind of fun when you get the hang of it.,2020-10-06,3.7,5.0,5.0,1.0,"I love how this workshop is set up. The only real way to learn is to DO. And I love how you have access to the information whenever, wherever, and FOREVER. I feel confident in coding in the future knowing I can always come back to SheCodes to reference... Read More what I learned.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +269099,11014,shecodes,Mikaela Mason,False,2020,The best style of Learning for me.,2020-10-04,5.0,5.0,5.0,5.0,"I am so blown away with how great this learning platform has been. A fantastic use of Slack for 24/7 support. Can't wait to learn more! 👩‍🏫Self paced with a sense of urgency really gets you across the finish line. Its designed for women without being... Read More condescending or belittling, just realistic.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +269082,11014,shecodes,Anonymous,True,2020,Enjoyed every lesson!,2020-10-03,5.0,5.0,5.0,5.0,"“I didn't think I would enjoy coding to be honest. However, I surprised myself by truly having fun with it. Matt made it simple and easy to follow steps. He was clear in all his explanation and he truly sounds like he enjoys teaching it. I would recommend... Read More this intro course to anyone interested in a glimpse of coding.”Read Less",,Unknown +269007,11014,shecodes,Shadea Nance,False,2020,Great way way to lean coding!,2020-10-01,5.0,5.0,5.0,5.0,"It's a really great workshop, and makes learning to code fun. It really proves that anyone can learn to do it! plus SheCodes Radio is awesome! SheCodes is great for people who know nothing about coding to get started without being to overwhelmed. Everything... Read More is explained so well!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +269004,11014,shecodes,Kayla,False,2020,Great intro to coding course for beginners!,2020-10-01,5.0,5.0,5.0,0.0,"I'm new to web development and this was my first introduction to coding. Matt's teaching dynamic and guidance videos really impressed me, as did his willingness, and that of his colleagues, to be available for questions on Slack. I'm excited to continue... Read More this new chapter of my professional career. Thanks Matt and the SheCodes team for a great experience!Read Less",,Unknown +268996,11014,shecodes,Luana Hrom,False,2020,Valuable skill teaching workshop,2020-10-01,5.0,5.0,5.0,5.0,"I'm really glad i took the time to check-out the free workshop because it made me feel that more comfortable with enrolling in a beginners 3 week course with Matt, founder of SheCodes and awesome teacher. The information provided is explained thoroughly... Read More and all the necessary tools are provided. The lessons and challenges were so engaging they kept me hooked to my laptop for hours. The beauty of participating online though, is having the flexibility to study whenever i had the time. There is always someone available to help or advise. So happy to have gained more confidence with HTML,CSS and JAVASCRIPT. I totally recommend SheCodes.Read Less",,Unknown +268976,11014,shecodes,Mariana Almeida,False,2019,Incredible journey!,2020-09-30,5.0,5.0,5.0,5.0,"SheCodes was an incredible journey. Not only I've learned a lot about coding in such a short time, which I confess that I was skeptical about, but we also discussed the market itself and created a networking of amazing people. The content, the environment... Read More and the team were awesome. It was intense and extremely rewarding, in all kinds of senses. I highly recommend it!Read Less",,Unknown +268964,11014,shecodes,Anonymous,True,2020,Great course!,2020-09-29,5.0,5.0,5.0,5.0,I have greatly enjoyed this course and am already eager to learn more! I appreciated all the hands on assignments and homework which allowed me to put what I was learning in action. The final project was fun as it allowed you to express both your technical... Read More and creative side. I highly recommend this course to anyone!Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +268944,11014,shecodes,Aleksandra Staszynska,False,2020,SheCodes is great!,2020-09-29,5.0,5.0,5.0,5.0,SheCodes course was an excellent way to start my adventure in the coding world! You can perfectly combine the course with other daily activities and you learn a lot from the very beginning. Matt is an excellent trainer and his clasess are very motivating!... Read More I highly recommend it :)Read Less,,Unknown +268939,11014,shecodes,Paule Matkeviciute,False,2020,"Really interactive, insightful and easy to follow!",2020-09-29,5.0,5.0,5.0,5.0,"Loved every minute of this course! At times it was really challenging, but already after the first few weeks it made me feel more confident when collaborating with my engineering colleagues. I am very excited about my next challenge during the next weeks!”... Read MoreRead Less",SheCodes Online Workshop,Miscellaneous and General Tech +268934,11014,shecodes,Zoe Mead,False,2020,Loved this course!,2020-09-29,5.0,5.0,5.0,5.0,“I loved this beginners course and will definitely be signing up to the more advanced course! I'm a visual learner so I loved the video tutorials and the documentation for each class was helpful too. Finishing the final project was very satisfying! I... Read More know there is a lot more to coding and I can't wait to get started :)”Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +268932,11014,shecodes,lisa,False,2020,the best coding workshop for beginners!,2020-09-29,5.0,5.0,5.0,5.0,"When I first stumbled upon the SheCodes website and workshops, I never thought I would fall in love with coding in such a short period of time! The video tutorials were very informative and beautifully presented and I can't wait for the continuation of... Read More my journey in the more advanced workshops. :)Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +268922,11014,shecodes,Sarah B,False,2020,An excellent coding learning experience with a sense of community!,2020-09-28,4.7,5.0,5.0,4.0,"I often find myself looking forward to each lesson. Matt is very welcoming, unintimidating and easy to follow. He inspires critical thinking and problem solving. I've always wanted to learn how to code, not only because it's something I've always been... Read More curious about, but to also open up my career more for more opportunities. I saw SheCodes advertised and I was hooked! Definitely a great investment and I feel confident by what Matt teaches. My only con, would be that every now and then Matt goes a little too fast and doesn't quite stop long enough to explain a portion of code. I'll find myself backtracking to watch that part again multiple times and then turn to the coding community for further clarification. Overall, 5 stars!Read Less",,Unknown +268905,11014,shecodes,Bethany Andrew,False,2020,"So much knowledge, such lovely people!",2020-09-28,5.0,5.0,5.0,5.0,"I have looooved this course! I have always wanted to learn to code and done so many courses but just didn't get it or wasn't engaged. This is super engaging, allowing you to code from the first lesson and with an amazing support system of the team and... Read More fellow students. Honestly so chuffed with what I've learnt. I loved it so much a crammed all 3 weeks work into 1!!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +268904,11014,shecodes,Océanne,False,2020,If you want to learn more about coding,2020-09-28,5.0,5.0,5.0,5.0,"I started SheCodes because I already know a bit about coding and wanted to learn more. During the workshop, I have always enjoyed learning more about HTML, CSS and Javascript. I also liked creating fun interactions for the users. This workshop not only... Read More taught me the basics of coding, but also elevated my creativity. I Would recommend this course to anyone who wants to learn more about coding 😄Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +268747,11014,shecodes,Heather Kirwan,False,2020,Fantastic & structured experience learning to code,2020-09-24,5.0,5.0,5.0,5.0,"I studied Computer Science at university, and I never felt confident enough to code; having enrolled into SheCodes, it has made me realise I can do it, and this way of teaching is fantastic. I started off with SheCodes Introduction to Coding, and now... Read More I've moved onto SheCodes Plus 😀 and I'm enjoying every minute of it. Matt is a great teacher and makes coding look so simpleRead Less",SheCodes Plus,Miscellaneous and General Tech +268720,11014,shecodes,NATTHIPHON,False,2020,A great training and learning how to code,2020-09-23,4.7,5.0,4.0,5.0,"“I started coding workshop with Shecode, when I already knew some parts of html and css as a beginner. I wanted to enhance my skill and because I found that coding is my thing. I can code it all day long without doing other things. It's really grateful... Read More to see how I come that far with my project after the end of the workshop. Moreover, I have used the knowledge from the workshop to work as well. I will continue to learn with SheCodes until I reach my goal 🙂🙂🙂.”Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +268713,11014,shecodes,Pavlina Alexandrou,False,2020,"Technical support, great experience",2020-09-23,4.0,4.0,5.0,3.0,"I started the SheCodes workshops with no prior knowledge to coding. I am happy to say that I was able to understand all the classes. The most exciting part for me was the last project, but also the challenges along the way have made this journey easier... Read More for me. I never thought I could ever understand HTML, CSS and JavaScript or even build my own pageRead Less",SheCodes Online Workshop,Miscellaneous and General Tech +268711,11014,shecodes,Rita Gonçalves,False,2020,Fantastic way to enter the incredible world of coding,2020-09-23,5.0,5.0,5.0,5.0,The SheCodes online workshop is a self-paced workshop that demystifies the world of coding and makes it fun! It was without a doubt a fantastic first approach to this incredible world. Thanks to the SheCodes team I was able to learn the basics of coding... Read More in a very enjoyable manner 👩‍💻Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +268693,11014,shecodes,TAIS FORNASIER,False,2020,Very interesting and dynamic,2020-09-22,5.0,5.0,5.0,5.0,"“I found the SheCods workshop very interesting and dynamic. The classes are short and objective which makes it easy to understand the content. For someone completely new to the coding “I found the SheCods workshop very interesting and dynamic. The classes... Read More are short and objective which makes it easy to understand the content. For someone completely new to the coding world, like me, it was a great introduction :)”world, like me, it was a great introduction :)”Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +268680,11014,shecodes,Olha Obertas,False,2020,Awesome lessons and a lot of practice! 🤩,2020-09-22,5.0,5.0,5.0,5.0,"I just love coding! And I love every lesson with SheCodes, because they are short and informative, and there is a lot of practice which is very important in studying. Looking forward to SheCodes Plus! 🌺 P.S. I absolutely enjoy SheCodes Radio and wondering... Read More how it was build. Really want to learn thatRead Less",,Unknown +268624,11014,shecodes,Amanda Stacey,False,2020,An amazing start to my coding endeavours!!,2020-09-21,4.7,5.0,5.0,4.0,"Matt has provided any easy to follow and a great induction into coding, that allows anyone to gain a basic understanding. Each lesson is well structured and has a challenge to test you knowledge. 100% would recommend SheCodes to anyone wanting to get... Read More an introduction into coding. Thanks, Matt!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +268616,11014,shecodes,Elena Terraneo,False,2020,Excellent experience,2020-09-20,5.0,5.0,5.0,5.0,"After I participated in SheCodes workshop, I immediately applied! I cannot believe what I can now do, I thought it was very difficult, especially if you don't have any knowledge on the subject. The videos are easy to follow and the course is well structured... Read More and even if you don't have a lot of time, the lessons are short and straight forward.Read Less",,Unknown +268600,11014,shecodes,Ayesha Kataria,False,2020,Loved it,2020-09-19,5.0,5.0,5.0,5.0,The lessons are so easy to follow and take in. Matt just seems so enthusiastic in the videos and that really motivated me the whole way through! I will definitely be signing up for the next course with them soon. Can't wait to learn even more with SheCodes.... Read MoreRead Less,SheCodes Online Workshop,Miscellaneous and General Tech +268595,11014,shecodes,Vera Kuzjo,False,2020,It is a great place to start learning coding!,2020-09-18,5.0,5.0,5.0,5.0,"It was a pleasure for me to study on this workshop. Every lesson is well introduced, easy to understand and not overloaded of information, so you have a possibility step by step in your own rhythm enrich your knowledges in coding. Thanks for this informative... Read More and interesting journey! 😀Read Less",SheCodes React,Miscellaneous and General Tech +268589,11014,shecodes,Emma Sarge,False,2020,Very approachable and positive,2020-09-18,5.0,5.0,5.0,0.0,"SheCodes has really been wonderful and approachable. I have enjoyed learning and having the support and encouragement from the Slack Group. The comprehensive videos by Matt were a great resource to learn from. Learning the basics of CSS, HTML and Javascript... Read More and then applying them to projects has been incredibly motivating and fun! I look forward to learning more to be the website development queen!”Read Less",,Unknown +268582,11014,shecodes,Nicolette Cruz,False,2019,Fun & insightful!,2020-09-17,5.0,5.0,5.0,5.0,"Really loved this workshop! Matt's videos were simple and concise and very informative without giving that feeling of being overwhelmed. The workshop itself was a reasonable price. There were certain ""challenges"" that were definitely challenges and google... Read More becomes your friend, personally I would do a quick google search and MDN offers a solution but rarely a well explain explanation, here comes SLACK. It was a great place for all of us to bounce our ideas off one another and ask for help for challenges, homework, and the project. Very helpful! There's a sense of pride whenever you complete a challenge or homework and I love that. Coding is also very impressive to those who aren't at all into the world of coding, so to show someone your entire code they're completely floored by it all haha! Would recommend this course to anyone interested in coding.Read Less",,Unknown +268569,11014,shecodes,Maria Claudia,False,2020,Amazing learning experience,2020-09-17,4.7,5.0,5.0,4.0,"I have decided that in 2020 I was going to learn everything I've always wanted. Coding was one of those things. I started with a free course, but it was very complicated and fast, so I gave it up. Browsing through internet, I came across SheCodes and... Read More watched the free class. By the end of it I was enrolled in the workshop and started it a few days later. It was the best decision ever. Matt is a great instructor, very available and the course is well thought, it is not difficult and you can really learn and apply it. I can't wait to start the next workshop!Read Less",,Unknown +268557,11014,shecodes,Ana Moura,False,2020,Great experience!,2020-09-17,5.0,5.0,5.0,5.0,"I was completely new to coding and frankly scared to start. I had no base to stand on and though it would be difficult to keep up. It was the complete opposite! The SheCodes team gives a lot of support and you can take the classes at your own pace. This... Read More Workshop has been a great experience. It was fun, engaging and really informative.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +268501,11014,shecodes,Maria Beth,False,2020,Great!,2020-09-15,5.0,5.0,5.0,5.0,"My coding level is absolute beginner, and this workshop gave me a great introduction. It really got me interested, and I would like to pursue more in-depth courses! The instructions are clear and easy to follow. I highly recommend SheCodes, especially... Read More to beginners, like me. It's a great way to start your coding journey!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +268494,11014,shecodes,Elisha Farmer,False,2020,"Fun, exciting, easy to follow & fantastic experience",2020-09-15,5.0,5.0,5.0,5.0,"This course was amazing beyond words. Thank you for making something so accesible and easy to use/understand. Matt, your teaching style is great and I thoroughly enjoyed myself.I'd recommend anyone even 'thinking' about trying out coding to use the 3... Read More week course to step them in that direction.!!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +268476,11014,shecodes,Esther Woo,False,2020,SheCodes Online Workshop,2020-09-14,5.0,5.0,5.0,5.0,"I learned so much from Matt just from the three weeks course! Also, you will get full support from TA or peers when you get stuck doing your homework! The course is easy to follow and super fun. Now I can design cool websites. I'm so glad that I found... Read More SheCodes. I can't wait to learn more coding on SheCodes Plus React!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +268433,11014,shecodes,Sian,False,2020,Amazing 3 week course,2020-09-13,5.0,5.0,5.0,5.0,"I have absolutely loved completing this course with SheCodes! I knew the basics of HTML and CSS already, but I've learned so many new things and I really enjoyed learning about how to use Javascript. I would definitely recommend to anyone who wants to... Read More expand their knowledge of coding!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +268421,11014,shecodes,Mackenzie Hodge,False,2020,Great way to learn coding,2020-09-12,5.0,5.0,5.0,0.0,"“Ive started out with the intro shecodes online workshop and I have already learnt so much in such a short space of time. The course is really well put together, it makes it such a fun and easy way to learn coding. Can't wait to continue my coding journey... Read More in the advanced course!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +268405,11014,shecodes,Anonymous,True,2020,SheCodes provides excellent training in coding,2020-09-11,5.0,5.0,5.0,5.0,"I highly recommend this course to anyone interested in learning the basics of HTML, CSS, and Javascript. The course was challenging yet enjoyable and easy to follow. I'm grateful to Matthieu and his team for providing such an organized, professional program... Read More for women to learn coding.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +268375,11014,shecodes,Elise Farstad,False,2020,I can't believe I learned to code!,2020-09-10,5.0,5.0,5.0,5.0,"This experience has been amazing for me! I never thought in three short weeks I could actually learn to code. The pace and easy structure of the classes made it a no-stress experience, which I am also very grateful for on top of the great instruction... Read More from Matt! Thank you SheCodes for creating a space for me to learn a new skill in a safe environment, I am so exciteed to keep learning and growing!Read Less",,Unknown +268321,11014,shecodes,Natália Cavalcanti Carneiro Leão,False,2020,Comprehensive and fun workshop for beginners,2020-09-09,5.0,5.0,5.0,5.0,I had a lot of fun learning something new and trying the different challenges in every lesson. Everything is broken down in very comprehensive parts and Mark gives little tips along the way which are definitely helpful. I really recommend this for someone... Read More looking to learn how to code from scratch!Read Less,,Unknown +268292,11014,shecodes,Emma Walker,False,2020,SheCodes courses are awesome!,2020-09-07,5.0,5.0,5.0,0.0,"The SheCodes workshop has been amazing. The videos are great and really easy to follow. The online chat support in slack allows you to be fully supported during the course. It also creates a great community where women can help each other. This course... Read More has really expanded my knowledge and skills, and its just the beginner course! I love SheCodes!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +268282,11014,shecodes,Natasa Tovornik,False,2020,Very well structured,2020-09-07,4.7,5.0,4.0,5.0,"I joined She Codes out of curiosity. I wanted to understand coding and developers a bit better. I was worried if I will be able to understand the course and got slightly discouraged as finding all the keys on my keyboard took me way to long. I should... Read More not have worried about it, as when needed, I was quick to find them. The workload is very well structured, I love it, that first the topic is explained, than there is a practical challenge and then the solution is presented. Very practical and manageable. Even for someone without previous knowledge.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +268277,11014,shecodes,Ashley Thompson,False,2020,Great Experience!,2020-09-07,5.0,5.0,5.0,5.0,“This was a great experience. I felt like I learned a lot. It was really fun to see my work come to life. I would recommend anyone that is interested in learning to code to try this workshop. Matt was an excellent teacher. The Slack chat system was very... Read More helpful if you needed any help trying to figure out your code. Very well done workshop!”Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +268276,11014,shecodes,Réka Borbás,False,2020,Great workshop with serious addiction potential,2020-09-07,5.0,5.0,5.0,5.0,"I signed up for an express 1 hour info session on SheCodes mid-August and was sure afterwards, that I wanted to do the introductory course and maybe the more adcvanced courses later, if I liked the first one. I finished the introductory course from SheCodes... Read More in HTML, CSS and JavaScript last Friday and I really enjoyed it! The course should take 3 weeks, but I completed it in around 12 days, because the teaching videos and challenges were quite engaging and it just didn't feel like work. I think it is a great opportunity to learn for people on a tight schedule and the deadlines really increase the adherence to the course. I also like that the submitted projects are getting checked and the Slack community provides quick help to technical questions. I recommended this course to friends and I will continue with the advanced course in a few weeks. CONS: It's difficult to think of any, but I have seen people criticizing the price as there are free alternatives available. However, I don't know of any alternative that is so well-structured with live support and interaction.Specific feedback (more than pass/fail) would be nice on the projects students hand in -e.g. whether there is room for improvement on specific parts of the code. However, I get that this would be difficult with such a great number of students.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +268275,11014,shecodes,Bayparvah,False,2020,A fun way to get into coding! 😀,2020-09-07,4.7,5.0,5.0,4.0,"“SheCode's community is great! Matt's bite-sized videos really keep you motivated to continue learning and coding. Ive really enjoyed the workshops and am very tempted to sign up to the next workshops! Thank you to Matt and the amazing team at SheCodes,... Read More you all have been awesome! And also to my fellow-coders, thank you so much for all your help and support!”Read Less",,Unknown +268256,11014,shecodes,Tselmuun Chinzorig,False,2020,Great workshop!,2020-09-05,5.0,5.0,5.0,5.0,"I am thrilled to be part of SheCodes community and feeling grateful that I found the courage to take their 3-week workshop which focused on the use of HTML, CSS, JavaScript and VSCode. The fact how SheCodes is tackling the gender gap in the tech industry... Read More is stunning. I believe, these online workshops are providing greater opportunities and empowering women to reach their aspiration! Lastly, I wish more Mongolian girls to have an opportunity to experience SheCodes. Big applause to our instructor Matt Delac and the team 👏🏼👏🏼👏🏼Read Less",,Unknown +268187,11014,shecodes,Erzsébet H,False,2020,An exciting and supportive journey in the world of coding!,2020-09-02,5.0,5.0,5.0,5.0,"I have always found the world of front-end development as extremely exciting but never really knew where to start, that is until I bumped upon SheCodes. I felt really intrigued to know more about coding and these workshops seemed to be perfect. And I... Read More couldn't have been more right! I just finished the first 3 weeks and I loved it. The content is superb and the team is so friendly and helpful. Cannot wait to learn more!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +268165,11014,shecodes,Lorena Alvarez,False,2020,SheCodes workshops help me to move forward in my career,2020-09-01,4.7,5.0,5.0,4.0,"I just finished the introduction to coding workshop and I'm amazed at how much I was able to learn in only three weeks. The curriculum is very straight-forward and very easy to comprehend. Coding can be very hard to grasp, however, Matt makes it look... Read More easy, overcoming my fear of coding. The challenges are very helpful, they get more difficult as the workshop progresses. Overall, I had a great experience and I'm exciting for the next workshop.Read Less",,Unknown +268135,11014,shecodes,Rajinder Randhawa,False,2020,"Great introduction to coding, have signed up the next level!",2020-08-31,5.0,5.0,5.0,5.0,"I would recommend to anyone interested in coding. Matt starts from the beginning and builds you up so that before you know it, you're doing it! And problem solving too! There was help on hand whenever I needed it (late into the evening) and I was able... Read More to do it around other commitments. As a single parent with a full time job, the flexibility was very important to me. Thanks Team SheCodes!! 💪🏽”Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +268131,11014,shecodes,Anonymous,True,2020,I absolutely loved doing this workshop course!,2020-08-31,5.0,5.0,5.0,0.0,"I absolutely loved doing this workshop course! I have just accepted a job to retrain in website development and this has given me the confidence to know that coding definitely can be fun and creative! Matt is a great teacher and the community Slack was... Read More really helpful, too. I have already recommended the workshop to a friend who is also really enjoying it.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +267970,11014,shecodes,Juli Cash,False,2020,I recommend SheCodes +,2020-08-28,4.3,5.0,4.0,4.0,"Taking this course I found out that coding is not as difficult as it seems. I enjoyed the challanges so much, and I am eager to learn more! 😍During this course we learnt to build a web application to check the weather. You can see a sample in this link... Read More https://weather-app-juli-cash.netlify.app/Read Less",SheCodes Plus,Miscellaneous and General Tech +267958,11014,shecodes,Ellie Catherall,False,2020,"Lots of support, fun challenges and very clear instructions!",2020-08-28,5.0,5.0,5.0,5.0,"I had so much fun over the past three weeks learning the basics of coding. Everything was really well explained and support was always available for any questions I had. I found it really well organised with a logical structure that really helped me learn... Read More quickly and retain information. The challenges were always fun and interesting, even if I was just learning the basics. Working on my final project was a challenge but I'm so pleased with the result. I can't wait to start SheCodes+!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +267851,11014,shecodes,Anonymous,True,2020,A great beginning in coding 👏🏻,2020-08-25,5.0,5.0,5.0,5.0,"I was a total beginner and I had no clue about coding, so the SheCodes Workshop was perfect for me since it doesn't require previous knowledge, I learned a lot and now at least I know the basics when it comes to elaborate or modify a webpage. The videos... Read More made by the instructor were really clear, and if doubts jumped we had full support from a great and super kind team at Slack. It was a great experience, thanks to all the amazing staff. Up next, SheCodes Plus 🤞.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +267596,11014,shecodes,Anonymous,True,2020,Great introduction workshop to learn the basics of coding,2020-08-19,5.0,5.0,5.0,5.0,"The SheCodes Workshop gives you a basic understanding about what coding is and how it works. The challenges are fun and as you progress, they get more difficult. The final project is a great opportunity to show how much you've learned in this 3-week workshop... Read More and test yourself. I would recommend it to anyone who wants a glimpse of what coding is and how it works. Plus, you have an amazing community to help you with any questions or problems you may have!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +267493,11014,shecodes,Manon Debuire,False,2020,Concise and easy to follow lessons with an enthusiastic ans knowledgeable teacher,2020-08-14,4.7,5.0,5.0,4.0,I still can't believe I've learned so much in so little time! The lessons are very clear and the challenges/homework help ensure that the material was understood. Matt’s lessons are easy to follow and the support staff is very helpful and timely with... Read More their help. Looking forward to use these skills at work !Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +267429,11014,shecodes,Anonymous,True,2020,Worth it,2020-08-12,4.7,5.0,5.0,4.0,"Went from no experiencing of how to code at all, to so much learned in just 3 weeks, although at times it was frustrating, help was always available if Google couldn't provide, and once you find a solution, feels so rewarding. I love the help they provide... Read More if you are a student or unempleyoyed and want to upgrade courses. Very enjoyable, rewarding and beneficial.Read Less",SheCodes React,Miscellaneous and General Tech +267374,11014,shecodes,Eleni Nicolaides,False,2020,SheCodes Online Workshop,2020-08-11,5.0,5.0,5.0,5.0,"This is an amazing workshop. I really enjoyed it. Matt is a great teacher. The lessons are fun and the support on the workshop is great. A big thank you to Matt and his team(Lexi, Joao and Sara). The slack community is also great and I want to say a big... Read More thank you to everyone on slack. I enjoyed the workshop so much, that I have decided to continue with SheCodes Plus React. To anyone that is considering this workshop, my advice is to go for it. It's been one of the best decisions i've ever made and i've learnt so much.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +267351,11014,shecodes,Felicity Child,False,2020,Great course for beginners,2020-08-10,5.0,5.0,5.0,5.0,"I enrolled on the SheCodes 'Introduction to Coding' workshop to see whether a career change into tech is something I want to pursue. This was a great introduction to coding for beginners and I can't wait to learn more, definitely keen to change career... Read More path now!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +267350,11014,shecodes,Bianca Peterson,False,2020,SheCodes taught me so much in so little time!,2020-08-10,5.0,5.0,5.0,0.0,"I am a complete beginner and had no idea where to start. I googled coding workshops, and SheCodes popped up! I am extremely grateful for this opportunity to jump start my career in the tech industry! Matt and his team made it really easy to follow along... Read More and the challenges were always explained in detail. I would 1000% recommend SheCodes to any woman that may think they cannot start late in life. I'm 32 and had my reservations but I am so thankful for all that I've learned! Thanks SheCodes 😃Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +267282,11014,shecodes,Wintana Belai,False,2020,"A great, practical introductory course!",2020-08-07,5.0,5.0,5.0,5.0,The introductory SheCodes Coding Workshop was such a great course! Matt is a great instructor and presents the course material in such a concise and easily digestible way. The Slack chat was so resourceful in providing support and answering questions... Read More quickly. Want to learn the fundamentals of coding and build a webpage in a short time while having fun at the same time? This is the course for you. Highly recommend for beginners.Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +267279,11014,shecodes,Laurence Robert-A,False,2020,Great way to start a new adventure!,2020-08-07,5.0,5.0,5.0,5.0,"The 3-week workshop was a perfect intro to coding! I really enjoyed the learning process with the challenges and weekly homeworks. If you need extra help, Matt and his team have many tools to assist you further. I had a really good time and cannot wait... Read More to continue with the 3-months workshop!!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +267233,11014,shecodes,Amber Jones,False,2020,Fun way to learn coding,2020-08-06,5.0,5.0,5.0,5.0,"“SheCodes Plus was a great next step after finishing the first SheCodes workshop. I enjoyed working on the project and am excited to move onto the next section and learn React to make even more interesting things. The information is easy to follow and... Read More left me curious to learn more and do more reading on the topics on my own, I can't wait to learn more!Read Less",SheCodes Plus,Miscellaneous and General Tech +267188,11014,shecodes,Aisha,False,2020,One of the smartest decisions I've made in a while,2020-08-05,5.0,5.0,5.0,0.0,"An accident a few years ago left me with vision impairment & unable to continue working as a Certified Pharmacy Technician. I am a mother to three wonderful children and was living on a fixed income while doing my best to navigate the world with a disability.... Read More After two successful surgeries earlier this year, I not only regained my vision, but I have been told by my doctor that I now 20/20 VISION!!!!! Considering the fact that it is the year 2020, I felt the timing could not have been more perfect! I was ready to go out into the world with my new vision & hit the ground running with all the dreams & plans that were halted after my accident. Then...COVID-19 hit & everything halted. I had grown to be quite adaptable when I was living with a disability, so I learned how to switch gears swiftly. That is when I discovered SheCodes. I am an artist who has always been intrigued with what made the websites I frequented most, do what they do? I have always been fascinated with how websites are designed, so I thought that it was a no-brainer to combine my creative side with technology. I want to do so much since I have been blessed to have my vision restored & SheCodes is definitely making that possible. The lessons & challenges are designed in a way that makes it easy to retain information. Matt is an expert coder & a perfect fit as an instructor. I am definitely signing up for SheCodes Plus!!”Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +267186,11014,shecodes,Nicolina Keeler,False,2020,Worry free environment and tons of learning!,2020-08-05,4.7,5.0,4.0,5.0,SheCodes was a wonderful first step into the world of coding as a woman! I felt comfortable signing up knowing this course was designed for women and I wouldn't have to worry about gender stereotypes while learning. Coding/programming is a field dominated... Read More by men so I love that this course gets women interested and gives us the ability to learn in an empowered setting. I plan on signing up for the Plus React program to continue my learning with hopes of transitioning to the field for employment.Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +267166,11014,shecodes,Monica Buckner,False,2020,Couldn't have asked for a better structure!,2020-08-04,5.0,5.0,5.0,5.0,"“I've always considered myself to be very tech un-savvy. Computers, software, you name it, made me frustrated and confused. SheCodes has genuinely changed that! The step-by-step approach along with the supportive Slack community, regular exercises, and... Read More the homework kept me engaged and eager to learn. Coding is a combination of learning a new language crossed with a scavenger hunt. It was an absolute thrill to create my own little web page after only two weeks of online classes. Thank you SheCodes for this new knowledge and this feeling of empowerment!”Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +267151,11014,shecodes,Anonymous,True,2020,Amazing learning opportunity,2020-08-03,5.0,5.0,5.0,5.0,"I really enjoyed the structure of the workshop. Each lesson is the perfect length of time, with just the right amount of information. I really appreciated the homework after each lesson, which helped me understand the concepts and practice the new skills.... Read More The weekly projects were a bonus to tie together everything I learned throughout the week. I highly recommend this workshop for anyone who is curious in learning more about coding!”Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +267145,11014,shecodes,Anonymous,True,2020,Great experiencia!,2020-08-03,5.0,5.0,5.0,5.0,"Loved the workshop! Lessons were splitted into short videos, so it was easy to find any topic if you wanted to review concepts. Explanations were really good, and also exercises were easy to understand and do, after the proper explanation. I will definitively... Read More recommend sheCodes.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +267142,11014,shecodes,Alexandra Ramos,False,2020,Insightful and brilliant workshop,2020-08-03,5.0,5.0,5.0,5.0,"I've been interested in coding for over a year now, and i've done some courses and this is by far one of the best workshops i've done. Matt's instructions are clear and the overwall course is very well structured and a prime example of how code should... Read More be taught. This 3 week experience has given me a lot more confidence and knowledge to keep learning while enjoying it. Even if you are not a beginner, this course has many important, basic and essencial things to learn.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +267042,11014,shecodes,Lotte,False,2020,The perfect course!,2020-08-01,5.0,5.0,5.0,5.0,"I have loved the entirety of this course. Before starting I thought it would be impossible because I had no experience in any tech related business whatsoever. Though quickly after starting I knew it was gonna be alright. The classes are short and explained... Read More very well, but they are still challenging. The costumer support group is amazing and throughout the course you feel supported and even when you do something wrong or don't understand something, the team will just explain it to you again and let you take the time to do it again. Overall I recommend it to anyone, it is a great course to widen your knowledge in coding, or, like me, start learning about coding. It's incredibly educational and fun!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +266948,11014,shecodes,Adriana Abad Limon,False,2020,Great for starters!,2020-07-30,5.0,5.0,5.0,5.0,Since the first day you get started on the journey of programming. The concepts were very well explained and easy to follow. Coding can be really fun and Matt inspired his enthusiasm so much that we can enjoy as much as he does. Highly recommend this... Read More workshop for beginners.Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +266932,11014,shecodes,Shari Williams,False,2020,SheCodes has been such a great experience!,2020-07-29,5.0,5.0,5.0,5.0,I absolutely recommend these workshops! It's been an exhilarating 3 weeks and I am astonished that I now understand how to build a page after such a short period of time and minimal experience. I appreciate being able to move at my own pace and the support... Read More throughout from the SheCodes staff has been wonderful. I've signed up for more and look forward to getting started!Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +266923,11014,shecodes,Kayleigh Monaghan,False,2020,Amazing start to my coding journey!,2020-07-29,5.0,5.0,5.0,5.0,"As someone who isn't the academic type and never really did well in school, I would really highly recommend this course. Matt explains everything very clearly and gives very informative and easy to understand tutorials. The course runs at a very comfortable... Read More pace with frequent challenges that test your knowledge and can be done in your spare time. At times I was tasked with finding things out for myself instead of having all the answers handed to me from the offset; I'd imagine this is what it's like actually coding outside of a ""classroom"" environment and it can be incredibly rewarding! However, It's also very helpful having the Slack group at hand in case there's a problem that Google can't solve. The support team are fantastic! If you're looking to get into coding this is the way to go. I'm surprised at how much I've accomplished in less than 3 weeks and can't wait to progress on to SheCodes Plus and beyond!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +266910,11014,shecodes,Rebecca Bellan,False,2020,Fun and easy to learn,2020-07-29,5.0,5.0,5.0,5.0,Really fun and easy to learn with Matt. He boils down complicated topics into simple solutions. I've gone back a few times to watch the videos again and there are so many good tips in there. Feels like solving a puzzle and learning a new language at the... Read More same time.Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +266897,11014,shecodes,Marta Moskwa,False,2020,Productive time,2020-07-29,5.0,5.0,5.0,5.0,"I really enjoy this entry-level course. I definitely had fun, it was time-consuming but for a good reason. It definitely helped me to understand how the front end works and improve my design skills. I actually decided to join Shecodes plus React to continue... Read More this journey, I really appreciate kindness of the SheCodes community.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +266895,11014,shecodes,Luckystar Neja Helil,False,2020,The best coding workshop,2020-07-29,5.0,5.0,5.0,5.0,Taking sheCodes workshops was the best decision that I made. I developed my love for coding through this workshop and I recommend people to consider this workshop if they want to learn how to code. I want to thank Matt and his colleagues for being patient... Read More and for taking their time to teach usRead Less,,Unknown +266886,11014,shecodes,Lisa Venneker Wand,False,2012,SheCodes React,2020-07-28,4.7,5.0,5.0,4.0,"I have finished the SheCodes workshop and currently doing the 8 week SheCodes+ bootcamp - and I absolutely love it! First of all, Matt is an amazing teacher. His video's are clear, the challenges and solutions help you understand all the material, and... Read More if you are stuck the team of SheCodes and other students are there to help 24/7. At week 4 of SheCodes+ and already excited for SheCodes React. Highly recommend!Read Less",,Unknown +266856,11014,shecodes,Rakel Jonsdottir Gudmann,False,2020,Great course if you're a beginner and interested in coding!,2020-07-28,5.0,5.0,5.0,5.0,"Loved this course! I'm a beginner in coding but have dabbled a little bit here and there because I've been interested for a while and this course absolutely nailed it! Matt is so clear and explains everything in such a simple way so it's easy for a beginner... Read More to understand and it actually makes sense. Definitely enjoyed this course and currently planning on doing one of the advanced workshop because this is definitely something I can see myself taking forward and what an amazing forum to do so! 100% recommend.I don't see any cons with this course as it's very simple, clear and a great way to invest in yourself and advance your skills.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +266848,11014,shecodes,K. Orr,False,2020,Great Introduction Class,2020-07-27,5.0,5.0,5.0,0.0,"Now, I can easily create a landing page or simple website that includes a little JavaScript. I'll also be able to troubleshoot issues in my work web marketing work easier in the future. I previously tried to teach myself HTML and CSS on my own, but I... Read More wasn't successful. This time I was, and I learned some JavaScript too. Pros: - Matt's teaching style is casual and clear, which worked really well for me- The weekly deadlines make you stay on track with learning and keep you accountableCons:NoneRead Less",SheCodes Online Workshop,Miscellaneous and General Tech +266841,11014,shecodes,Anonymous,True,2020,Amazing coding workshop,2020-07-27,5.0,5.0,5.0,5.0,Had so much fun completing my first ever coding course. Matt is a great teacher and all the lessons planned very well which make them easy to follow. It was great to have an opportunity to use all the learnt skills for the final project. Thank you for... Read More this platform and everything you do.Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +266834,11014,shecodes,Hania Sajid,False,2020,Definitely recommend,2020-07-27,4.3,5.0,4.0,4.0,I would definitely recommend SheCodes to anyone and everyone! I came into this with no prior knowledge of coding and was terrified that I would not be able to pick it up. I was pleasantly surprised that this was not the case and have been satisfied with... Read More my progress. I found Matt's video explanations and demonstrations easy to understand and follow. And it was reassuring to know that help was a few clicks away!”Read Less,,Unknown +266830,11014,shecodes,Aisha Shah,False,2020,Amazing and interesting course,2020-07-27,5.0,5.0,5.0,5.0,"“I love this workshop. Matt is a passionate and dedicated instructor. The lessons are very easy to follow and very well-organized. This workshop was perfect introduction to coding. 😀 I would highly recommend this to anyone, no previous knowledge is required... Read More ""Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +266739,11014,shecodes,Iris Magdelyns,False,2020,Good and interesting course!,2020-07-24,4.3,5.0,5.0,3.0,I finished the 3 weeks course and start this monday with the Shecodes+ course. This course built on my previous coding knowledge. Matt explained it understandably and calmly. The structure of the course was clear and logical. I look forward to the following... Read More courses from SheCodes!Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +266738,11014,shecodes,Claudia C,False,2020,Great to get started and learn the basics,2020-07-24,4.0,4.0,4.0,0.0,I really enjoyed the class and thought the subjects covered allowed me to learn the basics. With these basics I'm going forward to continue learning coding and complete all the courses. The classes are easy to follow and allow you to review them at your... Read More own pace.Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +266721,11014,shecodes,Anonymous,True,2020,This is been a super interesting crash course into web development - would highly recommend!,2020-07-23,4.0,4.0,4.0,4.0,"I took the 3 week course and found this to be a really good intro to coding - I understand the basics a lot more and money dependent I will go on to do the lengthier course. As a Project Manager/Scrum Master in tech, I need to understand how it all works... Read More more and this has definitely provided that.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +266688,11014,shecodes,Anonymous,True,2020,SheCodes was an amazing intro to coding and the video series makes it flexible to learn around your schedule.,2020-07-22,4.7,5.0,5.0,4.0,"Pros: Flexible because you can watch the videos around your schedule (need to stay self-motivated), affordable, practical so you can start implementing what you learn right away, easy to follow and you can always go back and reference past videos if you... Read More need a refresher Cons: If you're not self-motivated, you can fall behind. It's remote learning so it doesn't have the same sense of community or network that a physical program wouldRead Less",,Unknown +266661,11014,shecodes,Fabiola Trujillo,False,2020,Great experience,2020-07-22,5.0,5.0,5.0,5.0,"I really enjoyed the workshop. The pace is perfect and can easily be combined with work, lessons are fun and it motivates and guides you to search for more and learn on your own too. I would highly recommend this to anyone, no previous knowledge is required... Read More and is very useful especially if you are on a digital marketing field.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +266656,11014,shecodes,Anonymous,True,2020,Amazing! Felt empowered to continue further studies in this course!,2020-07-21,5.0,5.0,5.0,0.0,"The completely online self-study classes with specific deadlines, small assignments and weekly homework course is truly amazing! Highly recommend everyone to try - it's worth the time and money! The online network support of students and instructors is... Read More helpful in answering questions very quicklyRead Less",,Unknown +266644,11014,shecodes,Pauline Guzman,False,2020,SheCodes WorkShop Beginner's Course,2020-07-21,5.0,5.0,5.0,5.0,"I came across SheCodes through a youtube advert and it was perfecting timing because I was curious to see what coding was all about. I attended Matt's free intro webinar and I was really amazed by how much coding is used on the internet! I was quite hesitant... Read More to book a beginner's course because I didn't know if I would finish it but I don't regret it. SheCodes makes learning to code fun and enjoyable. It's easy to follow and simple to understand the basics of HTML, CSS & Javascript. Also shoutout to Lexi & Joao and all the other women that helped me in slack!I think SheCodes's USP (unique selling point) is the fact that after you submit your solution to an exercise - you have access to see the proper solution to code and Matt explains it very well. I also want to point out the online interactive slack chat that students can use for any other assistance they need from the lovely team :DRead Less",SheCodes Online Workshop,Miscellaneous and General Tech +266556,11014,shecodes,Sandra Gmuer,False,2020,Amazing experience,2020-07-19,5.0,5.0,5.0,5.0,I loved learning new stuff and getting the amazing support along the way was perfect! The curriculum is ideal for beginners and it was always easy to follow. To see what you can learn in such a short time is just great and really motivating. I'm looking... Read More forward to attend another SheCodes course.Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +266509,11014,shecodes,Ana Carlos,False,2020,An amazing Experience,2020-07-18,5.0,5.0,5.0,5.0,"SheCodes is a great start for Coding! I was afraid I wouldn’t understand or I couldn’t finish this course but the lessons are very self-explanatory and easy-going, Matt is an amazing professor! For anyone who is interested in coding, I recommend SheCodes.... Read More Amazing experience!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +266490,11014,shecodes,Adaeze Okoro,False,2020,SheCodes is a game changer,2020-07-17,5.0,5.0,5.0,5.0,“I absolutely loved the 💓 workshop. I enjoyed every exercise and challenge because it was highly engaging and it allowed me to be creative. SheCodes is an absolute game changer because of the impact it is making in the lives of women all o sr the world.... Read More SheCodes has hatched in me a passion for coding and I am more than excited to move on to the next phase of the workshop. Can't wait to learn more!!!!❤️ Thank You SheCodes”Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +266430,11014,shecodes,Jessica Lyter,False,2020,The window I needed in life,2020-07-15,5.0,5.0,5.0,5.0,"As a teen, I was fascinated by HTML but didn't know any better at the time to pursue further learning. Almost 16 years later, I took a free coding class with SheCodes and realized this is my opportunity to challenge my mind while letting my creativity... Read More flow. I finally feel like I know in my heart what I want for a career. Thank you SheCodes!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +266378,11014,shecodes,Anna S,False,2020,Introduction to Coding,2020-07-14,5.0,5.0,5.0,5.0,"In just three weeks I learned about HTML, CSS and JavaScript languages. All thanks to Matt Delac, a passionate and dedicated teacher, who challenged us a lot. I'm really happy about this course and recommend it for sure.Thanks team for all your support.... Read MoreRead Less",SheCodes Online Workshop,Miscellaneous and General Tech +266363,11014,shecodes,AnnLouise Kellett,False,2020,AMAZING!!,2020-07-13,5.0,5.0,5.0,5.0,"Matt and the SheCodes staff are wonderful! The Intro to Coding Workshop was awesome -- Matt does a wonderful job teaching each lesson, all the while, keeping them short and sweet. I enjoyed each challenge to practice what was taught in the lesson, and... Read More the homework each week was a great way to bring everything together for mastery.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +266362,11014,shecodes,Anonymous,True,2020,A new skill for my resume,2020-07-13,5.0,5.0,5.0,5.0,I loved the SheCodes course. Matt's passion is infectious and the challenges with deadlines kept me motivated! I'm happy to finally have coding on my resume so that i can have a basic knowledge of what the web developers i work with are doing day to day.... Read MoreRead Less,SheCodes Online Workshop,Miscellaneous and General Tech +266357,11014,shecodes,Madison Ehrgott,False,2020,"Fun, engaging, and well-structured coding workshop!",2020-07-13,5.0,5.0,5.0,5.0,"I enjoyed this workshop so much! For once, I finished a coding course online, UNDERSTOOD the material, and thoroughly enjoyed what I was learning. Matt has done an excellent job of combining different learning styles into his workshop lessons by utilizing... Read More lecture, demonstration, and visuals. He keeps the lessons short and to the point (anywhere from two to 12 minutes per video), giving you just what you need to get started and complete the challenges, but also keeps you curious to research more. All the resources you need (code cheat sheets, color palettes, professional documentation, etc.) are made available to you and the Slack support is fantastic and quick to respond if you get stuck. After you have submitted your challenges, you can immediately view the suggested solution (he reminds us there isn’t just one way of doing things 😊) to review against your own submission. His site is also very user-friendly, easy-to-navigate, and the courses and material are well-structured, so you don’t get so overwhelmed with the material. Best part, even though there are weekly deadlines, you can work through the week’s lessons at your own pace. The 3 Week Workshop is worth it if you are the slightest bit interested in coding at all!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +266303,11014,shecodes,Rachel McClammy,False,2020,An amazing expierence!,2020-07-10,5.0,5.0,5.0,5.0,"Wow - words can hardly describe how awesome this experience was for me. I was nervous about beginning to learn code - I worried it would go right over my head considering I had zero prior knowledge. However, I was able to quickly learn each lesson and... Read More shock myself with what I could do & create! I am so proud of myself and can't wait to learn more! If anyone is contemplating trying this workshop - do it. Just do it. You're going to succeed and be so impressed with yourself. Thank you to Matt & the team (as well as my fellow classmates) for helping me along the way! Excited to keep learning!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +266274,11014,shecodes,Sabrina Ann Perri,False,2020,"Fun, Comprehensive, Interactive!",2020-07-09,5.0,5.0,5.0,5.0,"I tried the 3 week online coding workshop. SheCodes was super comprehensive, fun, and interactive. I loved being able to get help from other students and content reviewers via Slack and looking back at videos for assistance. Definitely interested in continuing... Read More to code after this lesson!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +266272,11014,shecodes,Allison S,False,2020,Great Experience,2020-07-09,4.3,5.0,4.0,4.0,"For the past two years, I've been unable to get past learning HTML. I thought it was me, but I surprised myself by remaining consistent. Matt & SheCodes turned me into a success story within 3 weeks. I can't wait to move onto SheCodes Plus React. Yup...I'm... Read More going for the GOLD :)Read Less",,Unknown +266196,11014,shecodes,Patrícia F.,False,2019,Excelent Workshop,2020-07-07,5.0,5.0,5.0,5.0,"The SheCodes Workshop was definitely a great experience in order to learn the basic of coding (HTML, CSS and Java Script) in just two days. Don't worry if you don't know anything about it, because everything is explain in an easy and interactive way.... Read More I would highly recommend to anyone curious.Read Less",,Unknown +266117,11014,shecodes,Brittny Ellington,False,2020,I am team SheCodes!!,2020-07-04,5.0,5.0,5.0,5.0,Really enjoying this workshop so far! I wish I could quit my job and practice this more often (wishful thinking). I'm surprised at how well I'm retaining this. The workshop is challenging but super fun. I didn't think I would learn as much as I did in... Read More just the introduction to coding workshop. I've also signed up for the SheCodes Plus and SheCodes React workshops. I am confident that I'll be ready to transition into Product Management upon completion of this program. Loving it!!Read Less,,Unknown +266014,11014,shecodes,Jana Hettrich,False,2020,"I can code now, at least a little bit 😉",2020-07-02,4.3,4.0,4.0,5.0,I became aware of SheCodes through Instagram and was at first unsure whether it would work. Then I took part in the Free Coding Class and that convinced me. Now I really enjoy coding and I have already learned a lot. When I have more time I will also... Read More attend the SheCodes Plus course.🤗👩🏼‍💻Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +265968,11014,shecodes,Coletha Browning,False,2020,Well worth the investment. Great for beginners,2020-07-01,5.0,5.0,5.0,0.0,"There were times I was frustrated and a little frightened because of the unknown, but those are the moments when I believe I learned the most. I believe it is true that anyone can learn to code. You have to be patient and not give up. You have to keep... Read More at it, keep trying, ask for help when you need it. Coding teaches you how to be a problem solver and that can be the most rewarding part. I have recommended this class to others. I love that it is a learning platform just for women. Thank you, Matt, for your contribution to closing the gender gap between men and women in coding. Please keep up the great work! I look forward to next week when I start the SheCodes Plus workshop.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +265932,11014,shecodes,G.Gorgulu,False,2019,high-quality course materials & great instructor!,2020-06-30,4.0,5.0,5.0,2.0,"I first took the online workshop then I liked it so much so I also took the SheCodes Plus. I think the biggest difference of SheCodes from other [online courses] is its’ curriculum. It is perfectly designed for people who come from a non-technical background... Read More and have zero experience in web development and coding. The instructor does not only teach you coding but he also explains to you everything you need to know about web development, tools and systems. After you complete SheCodes Plus you will reach a level where you can build complex front end applications from scratch.Read Less",SheCodes Plus,Miscellaneous and General Tech +265820,11014,shecodes,Shannon Rice,False,2020,Best $99 ever spent,2020-06-25,5.0,5.0,5.0,5.0,"This program is so beginner friendly and makes it incredibly easy to learn code. Matt creates the perfect balance of teaching and hands-on projects, allowing me to feel empowered and capable of something I never thought I could comprehend! I’m now inspired... Read More to take my coding knowledge even further and hopefully make a career out of it.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +265818,11014,shecodes,Kathleen Rintelman,False,2020,"If you’re hesitant, try the 3 week workshop and upgrade!",2020-06-25,5.0,5.0,5.0,5.0,"I have been interested in coding for a while but I have always been thrown off by the costs of bootcamps online, and the worry of not having any computer science experience. After reading through the website and attending the free coding class, I was... Read More super excited about the opportunity to learn in an affordable and judgement free environment. I was not disappointed! This workshop has been easy to follow, extremely educational, and fun to do. I don't think I've ever enjoyed working on a project so much. Matt's videos are short and to the point without feeling overwhelming. I’ve already signed up for SheCodes React in the hopes of finding a job in web development! If you’re hesitant, just try out the 3 week workshop for $99. :)Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +265805,11014,shecodes,Jenny Lin,False,2020,Worth the Value,2020-06-24,4.7,5.0,5.0,4.0,I was looking for a structured intro course to coding that would keep me accountable and motivated to finish. I love the percentage of completion each lesson shows and how there's mini challenges I needed to upload for them. They were engaging and bite-sized... Read More enough where I didn't feel overwhelmed. Definitely worth it for me!Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +265795,11014,shecodes,Anonymous,True,2020,Great course!,2020-06-24,4.3,5.0,5.0,3.0,"“This workshop was very useful in brushing up on my coding skills. Matt did an excellent job of breaking down the different sections into manageable steps, that were easy to understand. I will be letting my friends and colleagues know about this course!”... Read MoreRead Less",SheCodes Online Workshop,Miscellaneous and General Tech +265771,11014,shecodes,Jessica Kenny,False,2020,"A fantastic experience, really worth it.",2020-06-23,5.0,5.0,5.0,5.0,"“SheCodes has been a fantastic experience, from the lessons, to the help and support from the team, I've really enjoyed the whole workshop; it has developed my confidence so much, and I will definitely be recommending it to others. Thank you so much😀🐈”... Read MoreRead Less",,Unknown +265770,11014,shecodes,Sabrina Seitz,False,2020,Learn coding in a fun way!,2020-06-23,5.0,5.0,5.0,5.0,Matt is an amazing instructor: He managed to explain the most complex things in an easy and fun way. I never learned so much in such a short time. But I also never had so much fun doing it! I highly recommend doing his courses to everyone who (like me)... Read More always wanted to take a look behind the curtain and the code of websites. Thanks to Matt and his amazing team! I loved every minute of my SheCodes Online Workshop :-)Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +265767,11014,shecodes,Jie Liang Lin,False,2019,Had fun and learned a lot!,2020-06-23,5.0,5.0,5.0,0.0,The Shecodes online workshop is a great introduction to coding; Curriculum is well-targeted and admin/tutors are highly responsive. It's a great way to learn because there is someone there to help you when you get stuck. They do not provide support to... Read More search for jobs FYI.Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +265748,11014,shecodes,Jeena George,False,2020,Awesome :),2020-06-22,5.0,5.0,5.0,0.0,"“ ""I am a Network Engineer. But I loved to learn coding with SheCodes. And it was a good experience. When I attended,Workshop with Matt He was very friendly and He gave a brief idea in a short period of time. This 3 week workshop I enjoyed learning. And... Read More I am sure that it will help me in my Career. Every Knowledge will be an asset. And I am happy to choose “SheCodes”. Thank you Matt and team members for your support and help."" See you Soon! ”Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +265675,11014,shecodes,Clara Sousa,False,2019,"She Codes was the perfect course for me to learn Web Development in the best possible way. Thank you, SheCodes!",2020-06-19,5.0,5.0,5.0,5.0,"She Codes was the perfect course for me to learn Web Development in the best possible way. It was intense, dynamic, fun and challenging. I loved every bit of it, and I am looking forward to working on development, for coding is what has made me happy.... Read More I really liked the fact that we had homework and could get feedback on it; for me, it has always been a great way to learn. During lessons, Matt's approach and pedagogy was also perfect: for a certain topic, he would give us a theoretical note on it, followed by an example and then an exercise for us to complete. I also fancied the times when he challenged us by introducing new topics! If you're in any way interested in how websites and apps are developed, you should definitely join SheCodes! If you did love SheCodes and had fun whilst completing your final project and are looking to improve your coding skills in Web Development, or if you want to change career or even shift fields within your current company, SheCodes Plus is just what you need! When looking for jobs, I keep on seeing companies asking for the knowledge that SheCodes Plus has provided me with - and it's great because it’s not the sort of thing they teach one at uni!Read Less",,Unknown +265653,11014,shecodes,Mariana Gameiro,False,2019,Eye-opening experince!,2020-06-18,3.7,5.0,3.0,3.0,"I have learned a lot and it is much easier to learn than online. It was a fun weekend, full of new information, that made me realise that I have the possibilites to learn new and exciting things, that I thought were out of reach. I think SheCodes is a... Read More great ideia and I hope they continue this project with more and more successful ideas.Read Less",,Unknown +265651,11014,shecodes,Anonymous,True,2020,A great start to coding!,2020-06-18,5.0,5.0,5.0,5.0,"For someone who is an absolute beginner, such as myself, a great way to start a new challenge! The way the workshop is conducted, it's so easy to follow. Each lesson is followed by a task to create or solve, and there's great support from the SheCodes... Read More team. Especially with the homework and the project, I couldn't let my laptop go, I'm hooked!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +265644,11014,shecodes,Candice Tate,False,2020,SheCodes is amazing!,2020-06-18,5.0,5.0,5.0,5.0,SheCodes is a really amazing program! Matt explains everything very clearly so that everything is easy to understand. The lessons are laid out at good pace which makes learning very comfortable. I tried learning JavaScript on my own but found it too confusing...... Read More then when I listened to Matt explain it I understood right away. The girls are super supportive and the staff are amazing too. Excited to learn more!!Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +265643,11014,shecodes,Fernanda Barros Abras,False,2019,Valuable experience,2020-06-18,5.0,5.0,5.0,5.0,"Hello. I'm Fernanda, from Brazil. I'm a journalist very interested in coding. I've learned a bit during my masters in New Media and Web Practices, but need to deepen my knowledge. Taking part in SheCodes Lisbon was a step further into coding, and I definitely... Read More recommend more women to do the same.Read Less",,Unknown +265638,11014,shecodes,Pam Miller,False,2020,Approachable and Supportive,2020-06-18,5.0,5.0,5.0,5.0,Loved all of the classes - it was easy to piece off the material in doable chunks. Felt very supported by the SheCodes community on Slack. I would recommend this class to anyone even slightly interested in learning to code and encourage them to do so... Read More despite any previous experience or knowledge level.Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +265623,11014,shecodes,Maria do Mar,False,2019,Very good 1st approach!,2020-06-18,4.3,5.0,4.0,4.0,SheCodes was a very fun and insightful experience to start discovering coding! It allowed me to scratch the surface of an immense world that I deal with everyday but had no idea how it was created and maintained. Definitely left the desire to dig in and... Read More learn more :)Read Less,,Unknown +265620,11014,shecodes,Zoe Spurgeon,False,2019,Brilliant informative course with knowledgable teacher,2020-06-18,4.7,5.0,5.0,4.0,SheCodes taught me more than I ever expected to learn in two days - I don't feel intimidated of the world of coding anymore and will definitely continue to refine and improve my skills! Matt is a wonderful teacher and the whole weekend had a great energy... Read More throughout.Read Less,,Unknown +265601,11014,shecodes,Bonnie Toupin,False,2020,An experience with so much more!,2020-06-17,5.0,5.0,5.0,5.0,"I signed up for Introduction to Coding hoping to improve my coding skills...but I left with so much more. I learned HTML5, CSS3 and ES6 to enhance my UX and web design knowledge and skills. Now I can communicate with development teams more efficiently... Read More and effectively. I look forward to continuing on to the Plus workshop to gain further proficiency.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +265578,11014,shecodes,Diana Branco,False,2020,Amazing workshop,2020-06-17,5.0,5.0,5.0,5.0,"She codes was an incredible experience! The workshop was very interactive and we did plenty of HTML, CSS and JavaScript exercises! I loved the whole atmosphere and had a blast learning with such diverse, proactive and cool women! I highly recommend it!”... Read MoreRead Less",,Unknown +265577,11014,shecodes,Alex,False,2019,SheCodes was a great experience to start with something new!,2020-06-17,4.7,5.0,5.0,4.0,"SheCodes is an awesome opportunity to start achieving the next level of professional development. I'm really happy to know more about code and learn computer languages such as HTML, CSS and JavaScript. The workshop was also a motivation to go further... Read More with code and its huge potential which I have seen in combination with approaches in graphic design as well. No doubts, this experience is absolutely worth it.Read Less",SheCodes Plus,Miscellaneous and General Tech +265553,11014,shecodes,Verena Cascaes Bandeira Vianna,False,2019,A first step to my new carreer,2020-06-16,4.7,5.0,5.0,4.0,"The SheCodes Workshop has opened a new world to me. I gave it a go just to try a new skill and see if coding could be a path for me. Turns out I have achieved much more than I expected in a fast, but totally effective way. The learning environment is... Read More great, with all the girls helping each other and Matt does a great job! Now I'm preparing for a carreer change for real and SheCodes plus is a serious option for me. I really recommend it.Read Less",,Unknown +265552,11014,shecodes,Florence,False,2019,Great experience !,2020-06-16,5.0,5.0,5.0,5.0,"I highly recommend SheCodes workshop for anyone interested in learning to code. I really enjoyed the challenges part as it helps to learn progressively and concretely practice HTML, CSS and Javascript. You get to build your own project and it was very... Read More exciting. Great teaching thanks to the interactive online classes. Thank you!”Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +265551,11014,shecodes,Raquel Alves,False,2019,Great experience,2020-06-16,4.3,5.0,4.0,4.0,"It was a easy way to learn HTML, CSS and a JS. Very stimulating and well structured. I'm looking forward to learn more! In fact, after doing Shecodes workshop, I sign up for SheCodes +, and I’m about to finish it soon. It’s a great way to learn how to... Read More codeRead Less",SheCodes Online Workshop,Miscellaneous and General Tech +265545,11014,shecodes,Sofia Vasconcelos,False,2020,Great and fun experience!,2020-06-16,5.0,5.0,5.0,5.0,The workshop is amazing!It is very well structured and conducted. I had support whenever needed. It was a great experience and fun too.I had no previous knowledge in this field and now just I want to learn more about coding so... mission accomplished!... Read MoreRead Less,SheCodes Online Workshop,Miscellaneous and General Tech +265544,11014,shecodes,Caroline Sajas,False,2020,Highly recommended - Such a great course,2020-06-16,5.0,5.0,5.0,5.0,"After trying to learn on my own for years, I realised a bit more structure would help me commit time and effort in my work week to really learn how to code. SheCodes provided deadlines and the lessons were so easy to follow it made it fun. I could prioritise... Read More the work around my work schedule to ensure I met the deadlines and the support from the SheCodes community and the team was fantastic! I already recommended She codes to some of my friends and i think it was worth the expense for the first 3 weeks as I already upgraded to the 3 months workshop to keep on learning :DRead Less",SheCodes Plus,Miscellaneous and General Tech +265518,11014,shecodes,Kaitlyn Spaeth,False,2020,A Positive Experience With A Great Workshop,2020-06-15,5.0,5.0,5.0,5.0,"I have been looking for a way to learn coding for quite a while now, and I was so excited when I found SheCodes! I found the videos and prompts very easy to learn from, and each project really built on itself. The staff have been very helpful and responsive,... Read More and you have the ability to speak to other classmates if you are looking for any extra assitance. I initially started with the SheCodes Worshop, and was so happy with it that I am currently taking SheCodes Plus with React. If you're on the fence about taking this workshop, I urge you to try it!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +265394,11014,shecodes,Chiara F.,False,2020,A great platform for a special introduction,2020-06-12,5.0,5.0,5.0,5.0,"I just started with the 3 weeks Workshop and I had a lot of fun! I started to create my first website and I will continue to do so in my free time. I'm working in a school and thanks to this course I can start introducing HTML, CSS, and JS to my students.... Read More It was very fun and I hope to continue my learning experience with SheCodes.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +265391,11014,shecodes,Brenna Gonzales,False,2020,Great Experience for a total newbie!,2020-06-11,4.7,5.0,5.0,4.0,"I had no experience with coding when I started the course, and was simply curious about whether or not this would spark my interest. I ended up loving the Beginner's workshop and ended up taking all three courses because I was so intrigued. If you're... Read More curious about coding and intimidated by being a beginner this is a very supportive format to learn in with other women!Pros: No experience necessary. If you're not sure you want to invest in this you can just start with the Beginning course, upgrade and pay as you go. Online support and chatSmall bite sized lesson that build on themselvesThe deadlines and accountability really helped me stay on track, other free courses offer no motivation for me personally Cons: Can't think of any. I liked everything about my experience!Read Less",SheCodes React,Miscellaneous and General Tech +265340,11014,shecodes,Ayelen Bravo,False,2020,Best coding workshop ever :) I love SheCodes!,2020-06-10,5.0,5.0,5.0,5.0,"I absolutely loved this SheCodes workshop! Throughout the 3 weeks, I felt that I was part of an active community between the other students and the SheCodes team, all willing to help each other in this fascinating journey of coding :) I really liked the... Read More lessons where Matt explained everything in a simple, yet meaningful way with even tips of what developers are doing currently. Also, I am a 100% hands-on person when it comes to learning, so having a challenge for each lesson plus the homework each week helped me a lot to fully understand the basics of HTML, CSS and JS :) Lastly, I love emojis :p I highly recommend SheCodes, and I am looking forward to signing up for more advance workshops in the near future!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +265315,11014,shecodes,Pauline,False,2020,introduction to text based programming at your own pace,2020-06-09,5.0,5.0,5.0,0.0,I am used to block based programming since that is what I used to teach. I took this course wanting to build confidence with my text based programming skills and I believe this course helped me to gain confidence in coding. I appreciated the broken down... Read More assignments that built on skills learned. I especially loved being able to work on my own schedule.Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +265309,11014,shecodes,Teshani Nanayakkara,False,2020,A great introduction to the world of coding!,2020-06-09,5.0,5.0,5.0,5.0,"Since lockdown, I have been looking at various online courses to start my coding journey. I'm really glad I found SheCodes as the workshops have been a great stepping stone to learn the basics of HTML, CSS and JavaScript. Each lesson is concise and not... Read More too long, and the challenges are thought-provoking, yet fun. Would highly recommend the workshop!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +265301,11014,shecodes,Anonymous,True,2020,I'm so glad I decided to learn code!,2020-06-09,4.3,5.0,5.0,3.0,“When I started this workshop I had zero knowledge of coding. But Matt explained and teached all the workshop in a way that everyone can understand! I'm so glad I decided to do this and now I just want to learn and do more! Thank you so much for introducing... Read More me to this fantastic world of code!”Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +265300,11014,shecodes,Paulina Barej,False,2020,Very good workshop,2020-06-09,5.0,5.0,5.0,5.0,"The workshop was very interesting, well constructed, very challenging and fun. Matt is a great teacher and his explanations are very clear. The students community was awesome as well, it was great to feel supported whenever I had some doubts. I would... Read More definitely recommend it to all the women interested in coding!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +265292,11014,shecodes,Anonymous,True,2020,Excellent Introductory Coding Class,2020-06-08,5.0,5.0,5.0,0.0,I really enjoyed the SheCodes course! The lessons were short and easy to follow and I really liked the hands-on practice at the end of each lesson. I came into the course with next to no coding experience but found that this course thoroughly explained... Read More all the lessons. I would definitely recommend this course!Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +265265,11014,shecodes,Sandrine H,False,2020,It was an great experience as a beginner.,2020-06-07,5.0,5.0,5.0,5.0,The experience as a novice to coding was great. A busy lifestyle was well accommodated and the instruction above board. Matt the instructor was thorough and simplified the concepts. Assistance if necessary was always available. I look forward to the next... Read More level.Read Less,SheCodes Plus,Miscellaneous and General Tech +265191,11014,shecodes,Danielle,False,2020,"Challenging, Fun, and Creative!",2020-06-03,4.3,5.0,5.0,3.0,"SheCodes was a super fun way to dip my toe into the world of programming! I would recommend this course to any absolute beginners looking to learn more! The price point was under $100 for three weeks of intro HTML, CSS, and JavaScript tutorials. The program... Read More was extremely flexible and easily manageable with a full time job.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +265166,11014,shecodes,Laura Utenova,False,2020,Excellent!! :),2020-06-02,5.0,5.0,5.0,5.0,"I would highly recommend this workshop courses to all! They are really clear and easy to understand the principles and basics of programming, because I want to start to learn UX / UI design too. So was interested in the basics of coding :) And at the... Read More end of the workshops you already can create your own pages and be creative! And I have realized that it is actually for a creative minds like me (as a musician and singer, hobby), so you really do not need to know math heh ;) (in music actually some math we have). So, yes, everyone can do it, if you have that big interest! Thank you Matt and all your team! I really enjoyed this course!!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +265163,11014,shecodes,Jess Heaton,False,2020,Great intro to coding,2020-06-02,5.0,5.0,5.0,5.0,This is a great place to start your coding journey. Matt does an excellent job simplifying the basic concepts. I didn’t think I’d understand the basics at this capacity in under 3 weeks. I'm excited to keep practicing and building my coding tool belt.... Read MoreRead Less,SheCodes Online Workshop,Miscellaneous and General Tech +265161,11014,shecodes,Elleta McDaniel,False,2020,Great!,2020-06-02,5.0,5.0,5.0,5.0,I have really enjoyed this workshop. I will be continuing my studies with shecodes. It’s a very easy program to undertake. The lessons are great and can be done at your own pace. It is a lot more affordable then the other programs I saw so I was a bit... Read More nervous but after my first 3 weeks I will now be continuing and finishing the full program. I am not sure about job support as of yet as I have not finished .Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +265159,11014,shecodes,Federica Costa,False,2020,Amazing!,2020-06-02,5.0,5.0,5.0,5.0,It is amazing how a simple course can change your life and make you discover a new passion. Thanks to Matt and all SheCodes staff for making these weeks so exciting for me. I look forward to starting soon with SheCodes Plus and learn more about coding!... Read MoreRead Less,SheCodes Online Workshop,Miscellaneous and General Tech +265151,11014,shecodes,Zinovia,False,2020,"Great experience, well-structured lessons and caring personnel! 😁",2020-06-02,5.0,5.0,5.0,5.0,"Pros:- Self-paced course- Well-structured- Clear and to-the-point instructions- Ideal for not tech savvy- Helpful, kind and available personnelCons: - No subtitles, although instructor has clear enunciation- Video lags ( + the player does not have ""Choose... Read More Quality"" option ), but minorRead Less",SheCodes Online Workshop,Miscellaneous and General Tech +265142,11014,shecodes,Stephanie Munoz,False,2020,An overall great experience,2020-06-01,5.0,5.0,5.0,5.0,"I’ve tried a few other programs that taught coding before and this has been my favorite, by far. The website is user friendly. Matt, the instructor, was very clear about each task and explained why each move was made. The lessons were short and to the... Read More point also so there was no over explaining. This helped me stay focused on the task at hand. Everyone learns differently and for me this program was perfect.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +265075,11014,shecodes,Vanda Aragão,False,2020,"Great content, beautifully organized!",2020-05-29,5.0,5.0,5.0,5.0,"I have been in a life long search for a practical activity in which I get to build and create things but at the same time, I am intellectually challenged. I have finally found coding! And SheCodes is the best way I could have taken. I did the Beginners... Read More course in about 5 days (quarantine 🤷‍♀️) and I cannot wait to enroll in the Plus React course.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +265059,11014,shecodes,Michaela Gombalova,False,2020,"Amazing Workshop, I love it!",2020-05-29,5.0,5.0,5.0,5.0,"I've learned so much from this workshop and I wasn't expecting to become a developer. It was always my dream job though, so SheCodes help me make this happen and now I can't wait to continue my journey to become a full stack developer, with all the beautiful... Read More people, that are behind this awesome project! Love you guys and thank you for your amazing effort! I can't wait to continue my journey with you!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +265043,11014,shecodes,Jess Gaspari,False,2020,Awesome all around,2020-05-28,5.0,5.0,5.0,5.0,"This is one of the best virtual courses I've ever done. Everything was easy to learn with tasks that were challenging but manageable. I've finished the online course and am excited to be continuing with Plus and React! I highly recommend this course for... Read More anyone who is a total beginner, like me.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +265031,11014,shecodes,Catalina Diaz,False,2020,“HIGHLY recommended!,2020-05-28,5.0,5.0,5.0,5.0,"In the beginning, I was just curious about coding and I didn't want to go deeper into the topic. After this workshop, I want to continue learning more and more. I love the way the content of the workshop is structured. Matt is a good teacher and motivates... Read More you to raise the bar in your learning process. I can't wait to upgrade to the advanced workshop.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +264910,11014,shecodes,Jamie Lynn Perritt,False,2020,SheCodes is the best!,2020-05-24,5.0,5.0,5.0,5.0,"I've learned so much in the last 3 weeks and have really enjoyed having to find some of the solutions on my own. It helped me understand the process better and the video lessons were super informative and easy to follow. The way the lessons were structured... Read More allowed me to easily process all the information and retain it. Honestly, I had a lot of fun and the challenges and homework gave me such a boost of confidence in this coding world. All in all, this workshop was incredibly rewarding and has further motivated me to continue my education in coding. I am very excited to learn more and hopefully transition my skills learned into a new career.Read Less",,Unknown +264846,11014,shecodes,Eleanore Mackie,False,2020,Awesome Course,2020-05-22,5.0,5.0,5.0,5.0,"This course has exceeded my expectations in every way. The videos were easy to follow along with, the challenges and weekly projects kept me motivated, and Matt + all of the SheCodes staff have been a pleasure to learn from. Bonus shoutout to the awesome,... Read More supportive community that was formed in the Slack chats! Looking forward to following up with the Plus workshop next.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +264843,11014,shecodes,Idunnu Dada,False,2020,Awesome,2020-05-22,4.7,5.0,5.0,4.0,"I wasn’t sure wether or not to take the online classes. I joined one of their free workshops got interested, and signed up immediately after. I love the challenges, having to work my way round things. I am enjoying every bit of the training. It’s like... Read More I have been opened to a new world and career.Read Less",SheCodes Plus,Miscellaneous and General Tech +264831,11014,shecodes,Catarina Almeida,False,2020,"If you are deciding if you want to invest more time learning how to code, SheCodes help you to decide!",2020-05-22,3.7,5.0,5.0,1.0,"For those starting to give the first steps around coding, SheCodes is a good introductory course that will help you to decide if you want to go further and invest more time. It's easy to follow, interactive and you always have someone available to help... Read More you in case you have questions. In my case, it definitely opened the appetite to learn more.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +264824,11014,shecodes,Tonian R,False,2020,"“It was an awesome experience, 100 % happy that I took this workshop.”",2020-05-21,4.7,5.0,5.0,4.0,"The last time I took a coding course was in high school and my experience was not the best one. I took the SheCodes 3 week Workshop, where I was introduced to new concepts in an informative, challenging and fun way. The workshop did not disappoint and... Read More I am looking forward to taking SheCodes Plus !Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +264796,11014,shecodes,Anonymous,True,2020,SheCodes is Amazing...Like really REALLY AMAZING,2020-05-21,4.7,5.0,5.0,4.0,"Its a sensational learning tool. After only two weeks, I was able to make this project with no help while working 84hr weeks during the CoVid19 pandemic. I can't stress enough that I was at level 0, in terms of technical knowledge, when I started this... Read More workshop. My confidence in my ability to learn computer languages has to have gone up by 100%.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +264792,11014,shecodes,Patricia Calvo,False,2020,Quality online learning - 100% recommended,2020-05-21,4.3,5.0,4.0,4.0,The course is really well structured and very effective! In just 3 weeks I learned the fundamentals of coding which I never thought I would. Matt explanations are very clear and the homework are challenging enough to understand and memorize the lessons.... Read More I highly recommend it!Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +264772,11014,shecodes,Raquel,False,2020,Great intro to coding workshop,2020-05-20,4.0,4.0,5.0,3.0,"I really enjoyed the SheCodes Workshop! I would highly recommend it to anyone who wants to learn some coding basics and/or works in a tech environment with developers. It really helped demystify the coding world, offering useful insights on the basics... Read More of how it all works.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +264745,11014,shecodes,Anonymous,True,2020,Great introduction to coding!,2020-05-19,4.0,4.0,4.0,4.0,"“Super well-structured and to the point course for anyone who wants to understand the basics of coding without being overwhelmed. Great resource library, kind and helpful staff, and more than anything, this is a course that easily fits with a busy work... Read More schedule. Bonus - the results are immediate! All around a great experience 🙋🏼‍♀️”Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +264740,11014,shecodes,Erika Recksiedler,False,2020,SheCodes Intro Workshop,2020-05-19,4.3,4.0,4.0,5.0,I saw an add for SheCodes online and it instantly caught my eye. I currently work as a Business Analyst within an IT Dept and was looking to learn some extra skills. It's been almost 15 yrs since I learned any type of HTML and I was worried I wouldn't... Read More be able to squeeze it into my busy schedule. However SheCodes breaks each lesson into digestible parts which allows you to complete them throughout the day at your own pace. I love the Slack community and found it extremely helpful to search when I needed assistance. The challenges for each lesson and homework due each week was very beneficial and helped keep me on task! I enjoyed working on my project and discovered I truly love working with the design of websites. The feeling of accomplishment I get from completing this course is very inspiring and I think I have found my new favorite hobby that is actually productive. Who knows what the future holds! Thank you Matt and Team for creating such an professional and inclusive workshop!Read Less,SheCodes Online Workshop,Miscellaneous and General Tech +264736,11014,shecodes,Katy Andrews,False,2020,SheCodes is such a great program and I learned so much!,2020-05-19,5.0,5.0,5.0,5.0,"SheCodes was an absolutely fantastic workshop from start to finish! I came into this knowing almost nothing about coding and now, I feel inspired to keep learning and growing. Matt was a fantastic teacher, the Slack channel was always a great resource... Read More if I ever had a question, and I feel so proud that I accomplished something that seemed so unachievable to me in the past. Thank you for a great workshop!! :)Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +264734,11014,shecodes,Filipa Lacerda,False,2020,"SheCodes, now ICodes too <3 yay!",2020-05-19,5.0,5.0,5.0,5.0,"I will HIGHLY recommend SheCodes to everyone that is willing to start learning how to code 👩🏼‍💻 A special thanks to @Matt Delac and the SheCodes team for turning this Worksop in such an amazing experience. From the moment we enrol, making us feel very... Read More welcome and part of the group, to the way the videos are prepared and the exercises explained with such simplicity that it allows us to understand such complex things in a very easy and fun way.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +264733,11014,shecodes,Inês Martins,False,2020,Workshop Introduction to coding - SheCodes,2020-05-19,5.0,5.0,5.0,5.0,"I have decided to embrace a new challenge during this time to learn some new skills, why not give it a chance to learn HTML, CSS and JavaScript? 👩‍💻I took the 3-week SheCodes Workshops- Introducing to code and I can say, undoubtedly, it was an incredible... Read More journey. All the tools provided (lessons, challenges and homework) allowed me to have so much fun creating my final project.Matt Delac, Lexi and João thank you so much for your support and knowledge! 👏As a completely coding beginner, I'm truly proud of my achievement and I highly recommend SheCodes!Read Less",,Unknown +264724,11014,shecodes,Freya Pearse,False,2020,Awesome workshops!,2020-05-19,5.0,5.0,5.0,0.0,"SheCodes breaks coding down into small, easy to follow chunks with fun challenges to help you learn and remember. Lots of support and a lot of fun. I started with the Introduction to Coding workshop and now halfway through the next workshop. Will probably... Read More sign up for the last workshop too!Read Less",,Unknown +264604,11014,shecodes,Natalia Kalaska,False,2020,A great intro to front-end development!,2020-05-14,5.0,5.0,5.0,5.0,"The front-end workshop was great. Each video lesson was easy to follow, and supporting materials were full of useful tips and best practices. I have also enjoyed the international community aspect and the ability to connect with other professionals. I... Read More would recommend this course to anyone who wants to start their adventure with coding and get a better understanding of front-end development. A big thank you to Matt Delac and the whole SheCodes team!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +264588,11014,shecodes,Rita Lago,False,2020,"Great learning, great school, great experience",2020-05-14,4.3,5.0,5.0,3.0,"I have been overseeing as a client, website projects for almost 20 years working with the best creative and development agencies in Portugal. More recently, I jumped the fence and had a brief experience as a Senior Project Manager in one such agency.... Read More I was always curious about website development and finally decided to learn the basics. It was an amazing experience, SheCodes is extremely well organised, and there is a perfect balance between classes and homework and you really do have support, albeit from fellow students or from teachers, and yes they do help you almost on the spot, via Slack channel. Additionally, the combination of video classes + short exercises and the weekly homework are the perfect combination to make you want to keep going and keep learning. Ultimately not only I have a much greater understanding of frontend development, but also its complexity. Although I do not plan to become a developer myself, I am sure that what I have learned will play an important role in managing future projects. Additionally, it has given me a heightened respect for developers' work. ”Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +264581,11014,shecodes,Anonymous,True,2020,Find your motivation for coding!,2020-05-14,4.7,5.0,5.0,4.0,"I started to get an interest in coding for more than 1.5 years ago, however, as a complete beginner and learning myself, I struggled a lot just to figure out where to start and got so confused and unmotivated! I decided to give coding a change again later... Read More on and SheCode helped me to find my inner motivation again for coding! Now it is a lot easier and fun for me to explore the coding world on my own! I will totally recommend this course if you are a complete beginner that wants to learn to code but are a bit lost in where to start! 🤩👩‍💻Read Less",SheCodes Plus,Miscellaneous and General Tech +264458,11014,shecodes,Sara Leal,False,2020,Definitely recommend!,2020-05-10,5.0,5.0,5.0,5.0,"I had a really fun experience during the SheCodes workshop! I honestly never expected to be so amused by the world of coding, but thanks to the short and to-the-point lessons, followed by the challenges, it is very easy to follow through and to feel not... Read More only comfortable with the knowledge you're getting, but also pumped about moving on to the next lesson.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +264424,11014,shecodes,Mary S Dillon,False,2020,Eye-opening!,2020-05-09,5.0,5.0,5.0,5.0,"Very specific and targeted lessons, starting with HTML, adding CSS and then finishing up with Java-Script to give a basic understanding of coding! Lessons weren't too long or over-bearing and broke the sections into easy to understand components to build... Read More on the previous lesson. I thoroughly and completely LOVED the course!Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +264375,11014,shecodes,Katherine Breda,False,2020,SheCodes - and now I can too!,2020-05-08,5.0,5.0,5.0,5.0,"SheCodes offers a great platform for coding newcomers to build a foundation in the world of coding. Before taking the course I knew next to nothing about coding, and I left the course feeling confident in my abilities to not only understand code, but... Read More to write code as well! 100% would recommend to any women out there wanting to learn more about the coding field.Read Less",SheCodes Online Workshop,Miscellaneous and General Tech +264330,11014,shecodes,Aida Lamrissi,False,2020,Love it! She Codes made coding so smooth and fun!,2020-05-07,5.0,5.0,5.0,5.0,"Matt's explanations demystify the world of coding and made it accesible to anyone. The workshop is very structured, also it got a good amount of exercises and projects that get reviewed. A 100% recommended workshop, very intuitive and easy to follow.",SheCodes,Miscellaneous and General Tech +264328,11014,shecodes,Mariana Rosa,False,2020,Amazing!,2020-05-07,4.7,5.0,4.0,5.0,"I loved this workshop! I wasn't a complete beginner, however, this helped me so much to reach my goals and fix what I hadn't learned. The whole program is well thought and it's really simple to learn. Also, all the crew was amazing, always available and... Read More we ""reunited"" on a Slack plataform, which made a connection between the studens from all over the world! Thank youuuuu! Loved it!Read Less",SheCodes,Miscellaneous and General Tech +264327,11014,shecodes,Lucia Vaghi Tricarico,False,2020,Great Introduction to the Coding world!,2020-05-07,5.0,5.0,5.0,5.0,I have loved doing this workshop and I am glad I took this opportunity. I would highly recommend it as it is a great starting point for anyone who would like to get more familiar with Coding. It helps understanding better what coding is and figuring out... Read More if this is actually what you thought it was. I love the way it is organised: a small video per topic and a challenge/exercise at the end of each one. In this way it allows you to learn and immediately put into practice what you are studying.Read Less,SheCodes,Miscellaneous and General Tech +264326,11014,shecodes,Carolina Mira da Silva,False,2020,Best Way to Learn Code!!!,2020-05-07,5.0,5.0,5.0,5.0,"Love the experience!!!The communication and the way the workshop was structured is very simple and easy to fit the course on our daily basis!The entire SheCodes team is fantastic, always very professional, helpful and kind!Strongly considering joining... Read More the plus!!Read Less",SheCodes,Miscellaneous and General Tech +264315,11014,shecodes,Paola Elizalde,False,2020,Great experience 🔝,2020-05-06,3.3,4.0,3.0,3.0,"The SheCodes workshop for beginners was certainly the right choice as a first step into web developers' world! Matt is a great teacher and it makes coding look fun and challenging at the same time! Due to COVID-19 the course had to be online with live... Read More streaming, but Matt and his team managed to be as close to the students as if we were all in the same room! Great organization 👍!Read Less",SheCodes,Miscellaneous and General Tech +264310,11014,shecodes,Ania Nguyen,False,2020,Easy and fun introduction to coding!,2020-05-06,5.0,5.0,5.0,5.0,I have never thought I could try coding again. SheCodes Workshops gives an opportunity with easy-to-follow instructions to dive into coding world. Great support from staff and fellow students. It is a great educational experience and definitely useful... Read More knowledge in Information Age.Read Less,SheCodes,Miscellaneous and General Tech +264309,11014,shecodes,Jasmin Simoner,False,2020,Fantastic workshop!,2020-05-06,5.0,5.0,5.0,5.0,"I had so much fun with the videos, challenges and homework! At first, I thought that I would never be able to code, but it is possible and I can recommend it to every woman that wants to expand her knowledge about coding and doesn't know where to start!... Read MoreRead Less",SheCodes,Miscellaneous and General Tech +264306,11014,shecodes,Mireia Bosch,False,2020,Learning by doing!,2020-05-06,5.0,5.0,5.0,5.0,“SheCodes Workshop has helped me to do my first steps into code and the experience has been amazing! I've liked that much that I want to keep learning and see how I can improve my career with this new skills. I think learning by doing is the best method... Read More to interiorize all the new knowledge.”Read Less,SheCodes,Miscellaneous and General Tech +264303,11014,shecodes,Catarina Subtil,False,2020,Awesome experience!!!,2020-05-06,5.0,5.0,5.0,5.0,SheCodes Workshop was the first experience in coding and it was recommended by a friend.I have to say that was the best decision I took over the last few months. It was surprisingly interesting and not difficult at all.I loved it and it inspired me a... Read More lot. Thanks!! 👏Read Less,SheCodes,Miscellaneous and General Tech +264302,11014,shecodes,Burcin Baytemür,False,2020,Help is prompt in case you get stuck! Awesome experience!,2020-05-06,5.0,5.0,5.0,5.0,"This was a great learning experience! It totally fulfils its promise that whenever you feel stuck, there is help! Thanks to Matt and his team it's much easier than it looks and it really increases your appetite to learn more about coding! Would recommending... Read More without doubt!Read Less",SheCodes,Miscellaneous and General Tech +264300,11014,shecodes,Inês Bernardino,False,2020,"Amazing experience, I highly recommend it!",2020-05-06,5.0,5.0,5.0,5.0,"SheCodes React was an amazing course, and it helped me consolidate my React knowledge and skills. Now I feel that I'm prepared to do more intricate and complex projects by myself and opened more doors to a wider coding world. I'd recommend this to anyone... Read More looking to explore React and its possibilities!Read Less",SheCodes Plus,Miscellaneous and General Tech +264134,11014,shecodes,Àngela Morales Bages,False,2020,Extremely interesting and well-explained material and a great support team,2020-05-01,5.0,5.0,5.0,5.0,"I was completely new to coding before I enrolled the course and I had no idea I would be able to see the results of my efforts so quickly. The material is engaging and the whole course has a hands-on approach. It is a great way to unleash creativity and... Read More you can progress as fast as you want to (which is ideal if you are motivated and crave interesting content like me). It opens the door to the vast universe of coding.The best part of it was the support I received. You can easily reach someone whenever you have doubts either about the material or about the course itself and you will get a quick and effective response (they will take a look at your code and tell you exactly what you should modify). Another plus point is the fact that not only are you taught coding but you are also shown interesting resources you can use in order to become more efficient and take your work to the next level.It is a great course to learn and improve but it's perfectly doable and you won't find unreasonable deadlines so you will be able to combine it with work, family or other responsibilities that you may have.I couldn't be more happy with the course and the support team!Read Less",SheCodes,Miscellaneous and General Tech +264092,11014,shecodes,Fini Ranjit,False,2020,Great learning experience,2020-05-01,5.0,5.0,5.0,5.0,"Joining SheCodes workshop has been a great learning experience for me. SheCodes managed to break the status quo of how boring online classes are by making it fun to learn, easy to understand, interesting exercises to apply what you've learned on every... Read More topic and great homework given with proper checking of your work to continuously support your learning journey. SheCodes have a team ready for you to interact with should you require any assistance or further explanation. I am truly amazed and impressed with the organization of the whole program and has made learning new skills possible for everyone around the world. SheCodes definitely is worth it and would highly recommend. Matt Delac and the whole team are incredible for making this possible for everyone :) thank you!Read Less",SheCodes,Miscellaneous and General Tech +264060,11014,shecodes,Maria João Eirinha Vieira,False,2020,Great Experience!,2020-04-29,5.0,5.0,5.0,5.0,"It was a very enriching experience to hold the SheCodes three-week workshop in order to be able to organize the basic knowledge I already had. My final project is not responsive, but for that I continue to study. Would like to continue to study with this... Read More organization in the future and would recommend to everyone!Read Less",SheCodes,Miscellaneous and General Tech +264058,11014,shecodes,Rosa Valdes,False,2020,Unintimidated learning,2020-04-29,5.0,5.0,5.0,5.0,"Attending this program was a great choice to have during this Quarantine life. If I ever felt like I had the ability to take the time to learn a new-ish skill, now was the perfect time. As I mentioned above it was an unintimidating experience. I never... Read More felt like I couldn't ask a question nor felt left out. Either a classmate or instructor would respond with solutions to my coding problems. You are in self-paced learning more, for the week. You can either binge learn it or spread it out and I loved being able to take breaks when it was needed. By learning HTML and CSS, I now feel confident to build features typically found on pages I visit frequently, but to also work with editable websites such as wix.com, or wordpress, where you can edit on the back end. Understanding these basics, whether I continue my work in the non-profit field of switch to coding, my investment in this course was worth it.Read Less",SheCodes,Miscellaneous and General Tech +263987,11014,shecodes,Leonor M,False,2020,Highly recommend,2020-04-28,5.0,5.0,5.0,5.0,"Pros: acessible for a beginner, friendly and always available staff, self-paced course, short lessons that allow you to keep your motivation. Great challenge and a rewarding experience. During the shecodes plus workshop, you are able to develop 2 projects... Read More (vanilla javascript and react).Read Less",SheCodes,Miscellaneous and General Tech +263973,11014,shecodes,Melany Bascome,False,2020,Amazing Workshop,2020-04-28,5.0,5.0,5.0,5.0,"I've just completed a 3 weeks introduction to coding workshop with SheCodes and it was amazing. Matt method make it easy and fun to learn. I always though that coding was too hard and not for me, but now I think I can do it and I'm fully into learning... Read More more that I signed up to the Shecodes Plus course. I highly recommend them, their live support is amazing and you never feel alone when the code doesn't work. Super recommend it!!!Read Less",SheCodes,Miscellaneous and General Tech +263962,11014,shecodes,Michaela Vranova,False,2020,Definitely not an ordinary coding course :),2020-04-27,5.0,5.0,5.0,5.0,"I'm very happy that I decided to join SheCodes Workshops. I always wanted to learn how to build websites. When I was a teenager I used to ‘play’ with Tumblr themes, copying the code and editing it just to see what small changes I’d see after I’d hit F5.... Read More Thanks to SheCodes I have now a basic overview of what HTML, CSS and JavaScript are capable of and how to use them in my own projects. The lessons are very easy to follow and homework exercises help to apply all the knowledge in practice (and of course you're free to use your own creativity and ideas in getting the final result, if you dare :)). What I also appreciate (a lot!) is the community feeling people behind this project create. You're not only enrolled in a coding course but you can also connect with your peers and communicate with specialist that are there to give you support when needed. Perfect job, and I highly recommend to every girl that's ever thought about learning how to code.Read Less",SheCodes,Miscellaneous and General Tech +263930,11014,shecodes,Joana Miranda,False,2020,Great workshop!,2020-04-27,5.0,5.0,5.0,5.0,"Coding was something completely new to me, coming from a non-tech background, but the SheCodes Workshop was an amazing way to introduce me to this world. Easy to understand and follow, right amount of workload per week, challenging and above all fun!... Read More I absolutely recommend it!Read Less",,Unknown +263827,11014,shecodes,Paula Mahon,False,2020,Fantastic!,2020-04-23,5.0,5.0,5.0,5.0,I am a teacher with a Computer Information Systems degree who has never exercised in the IT field but looking forward to retake my career- that is why I decided to join SheCodes. I graduated back in 2012 so I have been pretty outdated when it comes to... Read More IT. I've always been fascinated by computers and coding isn't the exception! @SheCodes has made it very easy for me to relearn code in current time. It is excellent for beginners! It's easy to follow and apply. SheCodes makes it easy and FUN for you to learn how to code through application challenges.Read Less,SheCodes,Miscellaneous and General Tech +263406,11014,shecodes,Leonor Abreu Coutinho,False,2020,You can do it!💪🏽,2020-04-08,4.7,5.0,5.0,4.0,"SheCodes is a great workshop!When I signed up, I was afraid of not being able to follow, since this language (coding) was 100% new for me.I think that SheCodes managed to offer me what I was looking for, to learn from scratch and almost without difficulties... Read More because Matt explains it clearly and challenges us.It was the first workshop with online classes from SheCodes and I think it went very well!Who knows, maybe we'll see each other in more advanced courses 😉I truly recommend!Read Less",SheCodes,Miscellaneous and General Tech +263402,11014,shecodes,Joana Alves,False,2020,Amazing workshop!,2020-04-08,5.0,5.0,5.0,5.0,"As a Talent Acquisition Specialist, I've applied to @SheCodes Coding workshop mainly to understand a bit more on code and how to interact with developers. However, after 2 intensive days of coding, I can understand now the importance of code, how useful... Read More it is and the challenges associated.@SheCodes has an amazing, very friendly and always ready to help!! Highly recommend :)Read Less",SheCodes,Miscellaneous and General Tech +263401,11014,shecodes,Analu Nessimian Duarte,False,2020,The best and fun workshop to start to learn coding!,2020-04-08,4.7,5.0,5.0,4.0,"My professional experience as a Product Owner gave me the opportunity to participate daily in the routines and challenges of the developers. However my wish was to understand them in a more assertive and close way. And speaking the language they speak... Read More is crucial to the success of any Product.This incredible workshop taught me a lot in just two days! And most importantly, the code writing lesson can be fun and possible for anyone who wants to learn.Matt is a incredible teacher and SheCodes platform is nice and easy to understand :)!Thank you so muchRead Less",SheCodes,Miscellaneous and General Tech +263393,11014,shecodes,patricia rodrigues,False,2020,excelent!,2020-04-08,4.7,5.0,4.0,5.0,"It is important to say, that I really didn't have a clue on code, but I decided to try the Weekend Workshop, because of my correct professional situation. I should say that when I realised that the workshop would happen online, because of the nowadays... Read More situation, I was quite worried, but actually, the workshop worked even better being online! we could follow step by step all the explanations on the first line of the audience.HTML/CSS just became my new friends, and even with some struggle with JS, maybe because of the amount of information in just one day (was a lot), I still want to give it a tried, and learn how to deal with js.The Workshop itself was well organised. Really helpful, the many exercises between the explanations, complemented with the challenges after workshop, are a good strategy to learn faster, because like Matt says, we just become better if we just keep trying 💪I really recommend it!Read Less",SheCodes,Miscellaneous and General Tech +263370,11014,shecodes,Wanderleia Almeida,False,2020,You can do it!,2020-04-07,4.3,5.0,4.0,4.0,"SheCodes was an amazing experience for me to acquire new skills and the perfect environment to learn the basics of programming. Due to the quarantine we had classes online using zoom, I know what you're thinking, don't worry, Matt made it work! Teaching... Read More method is very interactive and fun! I felt that I learned a lot while being always motivated by Matt and all the girls! I truly recommend!Read Less",SheCodes,Miscellaneous and General Tech +262546,11014,shecodes,Sara,False,2020,Great weekend!,2020-03-05,5.0,5.0,5.0,5.0,"I loved attending this workshop! It was fun to learn HTMLL CSS and JavaScript and to be able to start a website from scratch. Matt teaches starting from 0, so no experience is needed. We also learn how to understand web-pages code, which was very interesting... Read More for me. Matt is a great teacher and also a friendly and caring person. He was concern that we had a good experience and make sure everything was perfect for us! The venue is very good, there are coffee breaks with coffee and cookies, a great place to lunch (if you take your lunch), and there are many opportunities to network and meet other people!Read Less",,Unknown +262519,11014,shecodes,Rita Picado,False,2020,I loved it!,2020-03-04,4.7,5.0,4.0,5.0,"I had zero knowledge about coding before I tried SheCodes. Now I know the basics to create my own website! The fact that this course is only for girls, it makes you feel very comfortable to ask questions, help each other and helps teambuilding. I'm really... Read More looking forward to start Shecodes plus as soon as possible!Read Less",SheCodes,Miscellaneous and General Tech +262490,11014,shecodes,Ana Sofia Gonçalves,False,2020,A new form of learning,2020-03-03,4.3,5.0,4.0,4.0,"I learn about Shecodes by looking around news ways to improve my programing skills. This workshop help me revive a interested in programing again. I think this workshop can help everyone from women to men, to keep in touch in program language in a fun... Read More and easy way of learning. The time of boring coding need to be over.Read Less",SheCodes,Miscellaneous and General Tech +262444,11014,shecodes,Verónica Lei,False,2020,I really recommend SheCodes!,2020-03-02,4.3,5.0,4.0,4.0,"I heard about this SheCodes Workshop from a boy friend who started few months ago to learn code. My reaction was ""Are you serious?! You can't be!"".I was always bad at Maths and I was relating Maths with coding, so I thought that couldn't be for a person... Read More like me.Then that friend shown me the benefit in an HR perspective: HR tech recruitments (I'm an HR Assistant). So I decided to try.This workshop could change completely my way of thinking. I didn't really have expectations when I started, or well I just thought that I couldn't make it. But the instructor Matt was very clear and knew how to catch people's attention! I've ended up thinking that maybe it's not too absurd to think about having more future contacts with coding.For those who never learnt this before, some parts were taught too fast, but you can catch it ;)Loved it!Read Less",SheCodes,Miscellaneous and General Tech +262432,11014,shecodes,Alexandra Kruis,False,2020,Amazing! Can't wait to keep learning more!,2020-03-02,5.0,5.0,5.0,5.0,"The SheCodes program was truly fantastic! I was able to learn a few basics and decide that I'd like to continue learning about coding and web development. The atmosphere is relaxed and it's great to surround yourself with like minded women. I thought... Read More the progression of the course was logical and doable for those that have no prior interaction with HTML, CSS, and JavaScript. I'm looking forward to taking my new skills to the next level. Thank you Matt!Read Less",,Unknown +262428,11014,shecodes,Julia Krahl,False,2020,2 days bootcamp to start working on one of my resolutions 2020,2020-03-02,5.0,5.0,5.0,5.0,"I highly recommend the weekend course She Codes to start with coding! I have the idea in mind to get into it since quite a few months but didn't manage to give it a go with one of the 100 online webinars that are on the market. Matt explains the content... Read More shortly and clearly, without too much of theory. You apply everything immediately in exercises, and yes, surprise, there is a little homework you need to submit before the second day starts;) After 2 days it is not over, you keep on practicing your new skills by creating a landing page about a topic you're passionate about. The big advantage of the course is that you focus on coding for one full weekend together with highly motivated peers of various backgrounds. You interact, discuss, help each other and have fun! Apart from that it is a nice excuse to travel and to enjoy Lisbon or Porto;) I had a great time and look forward to building on the new skills I learned.Read Less",,Unknown +262427,11014,shecodes,Bruna Irina Baptista de Sousa,False,2020,Fun and Code can be together,2020-03-02,5.0,5.0,5.0,5.0,"If I knew, I would have done it earlier, but Matt showed us that is never too late to learn what you want. I learned more about coding in 2 days than by myself in a few weeks. For me it was all pros. The environment is chill, people are really nice and... Read More approachable, everyone was helping each other, the music really helped me get focused on the exercises. This workshop gave me a whole new perspective into coding and guided me to the path I want to follow. Matt explained things really well although he didn't have much time, with the time we had, it was really valuable because I feel that he covered the most important topics to prepare us to do exercises by ourselves. I will definitely do other workshops with SheCodes because all of the reasons all listed and also the price pretty affordable. At the end, I just want to say that even though my path was not related with coding, I still can change career and follow what makes me happy.Read Less",SheCodes,Miscellaneous and General Tech +261856,11014,shecodes,Vania Costa,False,2020,Most productive weekend ever 🤓,2020-02-11,5.0,5.0,5.0,5.0,Loved this workshop! Matt is an amazing teacher and his brand's message is so important! Women power 💪 It will be very gratifying to make your own website after attending a two day workshop! Looking forward to SheCodes Plus.Fell in love with front-end... Read More development 😍 Highly recommend!Read Less,SheCodes,Miscellaneous and General Tech +261850,11014,shecodes,Marta Trindade,False,2020,I highly recommend She Codes to everyone who is interested in learning code!,2020-02-11,4.7,5.0,5.0,4.0,"It was a great experience, I can only thank Matt for sharing your coding skills with us!SheCodes is helping me to adapt towards this new chapter of my life, towards my goal.The training sessions were very well planned and thee explaining method was perfect... Read More so people from different backgrounds could learn easily.Read Less",SheCodes,Miscellaneous and General Tech +261704,11014,shecodes,Cássia Letícia Kerpel,False,2020,"No matter your background, after this intensive weekend you will realize that your knowledge from other areas will be very handful in your Coding Journey.",2020-02-05,5.0,5.0,5.0,5.0,"I come from a financial area and kind of tech friendly, and before the course I would never imagine that my knowledge in MS Excel (which looks a bit old fashioned in times of artificial intelligence) could be highly connected with JavaScript, for example.... Read MoreThe weekend was full of new concepts and the SheCodes methodology allowed Matt and the team challenge us at the same time we had fun. The support before, during and after the weekend was amazing and the outcome is more than Coding Knowledge, now I am part of a community that keep me updated.Read Less",SheCodes,Miscellaneous and General Tech +261684,11014,shecodes,Patrícia Andreia Pereira Santos,False,2020,Amazing experience,2020-02-05,5.0,5.0,5.0,5.0,"Shecodes is a workshop that everyone should do! It's empowering! Nowadays it's imperative to know how internet works and know how things appear in our PC when we are surfing on internet.You learn the basics of coding only in 2 (intensive) days. Theres... Read More a lot of exercises and homeworks to practice what you learn.Also, you get to meet new people with different backgrounds.An amazing experience with a fantastic teacher and helpers!Read Less",SheCodes,Miscellaneous and General Tech +261538,11014,shecodes,Natália Martins Carlos,False,2020,Amazing!,2020-01-31,5.0,5.0,5.0,5.0,This program was amazing in my opinion. In just a weekend we learned so much and I feel like it's much easier to learn more now. Before this program I had no idea how to code and now I know the basics which allows me to learn more and more just by googling.... Read More I believe coding is the next new important skill to have (like speaking English) and therefore I'm really happy that I did SheCodes.Read Less,,Unknown +261528,11014,shecodes,Rita J. D. Cerqueira,False,2020,Highly encouraging to keep on learning more about coding.,2020-01-30,5.0,5.0,5.0,5.0,"The studies program is very well structured and the hole workshop is very well organized. The instructor has great teaching skills making learning code easier even to people whose backgroung has nothing to do with computing, such as my own. The other... Read More team members and volunteers give you a lot of support and there's a chat connecting everyone including your course mates. Everyone is encouraged to help one another.Through challenges and homework you must reach the learning goals, developing your reasoning.It overcame my expectations!Read Less",SheCodes,Miscellaneous and General Tech +261510,11014,shecodes,Beatriz Machado,False,2020,SheCodes proves that coding is not a seven-headed monster!,2020-01-30,5.0,5.0,5.0,5.0,"I decided to join the SheCodes workshop because knowing a bit more of coding would help accelerate some processes in my current job and aid the communication with the IT team! I left the workshop convinced that this was the best thing I could have done... Read More for my company and myself!The way the workshop is designed is really motivating because you are constantly putting into practice the new learning and getting validation that you can actually make it. By the end of the experience, you can build a whole landing page and that is really empowering!The whole atmosphere is really cool and you have a blast during these two days while learning something actually quite valuable!I would totally recommend it!Read Less",SheCodes,Miscellaneous and General Tech +261508,11014,shecodes,Lena,False,2020,The SheCode workshop got me super excited to learn more about coding and to continue practicing. Fantastic experience!,2020-01-30,5.0,5.0,5.0,5.0,"I participated in the SheCodes beginner workshop. I learned the basics of HTML, CSS and JavaScript. I always thought that coding is something I will never be able to learn and Matt has an amazing way of showing people that we can all learn it with patience... Read More and practice. He showed me that coding can be super fun, especially because you can see the direct results of what you code and learn from your own mistakes. I really liked the structure of the class. It is always a part of theory, practice and then he shares the results and the different ways of getting there. You also get to know many other women from all kind of areas which is super interesting. It amazed me to see how many women want to learn coding and never worked in a related area before. I work in tourism and my only experience with programming was during my studies of cognitive science. We had a class about the programm language Lisp, which is quite old. I think it was very helpful that Matt showed which languages are mostly used, what are the current trends to be up to date in this market. You learn this by practicing and not by studying just the theory. The workshop is a great experience to gain a network that can support you during your learning process. Something I really enjoyed was the fact that Matt always putt on music while we were coding and that we had little breaks together with the other participants. He also offered an online session which was very helpful to see where you are standing after the workshop and to see which next steps you can take. I loved it. Thank you Matt and Matt's team I am super curious and motivated to learn more now!Read Less",SheCodes,Miscellaneous and General Tech +260178,11014,shecodes,Patrícia Caetano,False,2019,Amazing!,2019-12-21,5.0,5.0,5.0,5.0,"“One of the most amazing experiences I ever had! Not only because I had the opportunity to learn the basic knowledge of coding (HTML, CSS, JavaScript), but also for the learning environment encouraged by Matt, and joint cooperation between all the ""SheCoders""... Read More ! Never thought that coding could be this easy and fun! Loved it! Thank you! ”Read Less",SheCodes,Miscellaneous and General Tech +260081,11014,shecodes,Isabella Maria Schweiger,False,2019,It was great,2019-12-19,5.0,5.0,5.0,5.0,"The course provided a great overview of the interconnections between different coding languages (JS, CSS, HTML). It was lots of fun to learn coding with SheCodes and it was taught at a good pace with the possibility to review the class material after... Read More the course took place to generate a long-lasting knowledge effect .Read Less",SheCodes,Miscellaneous and General Tech +260027,11014,shecodes,Rita Coelho Pinto,False,2019,Totally worth it!,2019-12-18,4.3,5.0,5.0,3.0,"SheCodes is an immersive two-day learning experience with the right balance of challenge and empowerment. It demystifies the difficulty of coding and makes tools and language accessible to all. If only, it's a great complement for all non-tech people... Read More working in IT. I highly recommemd it.Read Less",SheCodes,Miscellaneous and General Tech +260026,11014,shecodes,Susana Maria Leite,False,2019,A dynamic learning experience in coding,2019-12-18,5.0,5.0,5.0,5.0,"This workshop was incredible. Matt's energy and clear-mindedness led a great workshop where I learned how to actually create a landing page by coding in HTML, CSS and JavaScript. Everything was really well organized with an explanation and then a challenge... Read More or exercise, we had time to ask questions and get a clear answer. I would really recommend this workshop to every woman wanting to start coding.Read Less",SheCodes,Miscellaneous and General Tech +260025,11014,shecodes,Sofia Vasconcelos,False,2019,5*,2019-12-18,4.7,5.0,5.0,4.0,I wanted to learn how to code since ever and SheCodes gave me the opportunity to start. I had no coding experience at all and in just two days I learned 3 different languages! Were two very intensive days but I also had a lot of fun solving the several... Read More different practical exercises. I highly recommend this workshop to everyone!Read Less,,Unknown +260016,11014,shecodes,Alma Ang,False,2019,Really enrichment experience!,2019-12-18,5.0,5.0,5.0,5.0,"SheCodes was a really nice and unexpected experience. All the knowledge and the content is awesome. The trip during the two days is great. The structure of the course is nice, you can easily follow the progress of the teacher and add each technic to your... Read More final proyect.Read Less",SheCodes,Miscellaneous and General Tech +260015,11014,shecodes,Inês Correia,False,2019,Great Beginners Course!,2019-12-18,4.7,5.0,4.0,5.0,"I really enjoyed this 2 day workshop, I was a complete beginner, my background is in Economics, and I found that I learned more in this 2 days than I really thought possible. Many times coding sounds like a blackbox, but it really doesn't need to be a... Read More boogeyman. After this workshop I really believe anyone with a minimum of logical reasoning can get into it. Matt is a wonderful instructor, he went at a perfect pace! The only I would say is that we could have spent more time with javascript - only on the second day (and in the afternoon) we started with javascript - and in my opinion it was the most interesting and challenging part.Read Less",,Unknown +259860,11014,shecodes,Ilda da Conceição Fonseca Antunes,False,2019,The most complete learning experience I've ever had,2019-12-15,5.0,5.0,5.0,5.0,"This workshop was the PERFECT way to start my journey in coding. It was very focused on what we should be learning as beginners, which lead to less frustration over not understanding the tasks, but at the same time, it pushed us to want to discover more.... Read MoreRead Less",SheCodes,Miscellaneous and General Tech +259854,11014,shecodes,Teresa Sollari Allegro,False,2019,Empowering,2019-12-14,5.0,5.0,5.0,5.0,"SheCodes hugely surpassed my expectations! I knew nothing about coding, was a total beginner, and I truly feel that the workshop gave me the foundation needed to keep learning and improving. It is intense, but the teaching method is great. You learn and... Read More immediatly put it in practice, which helps tremendously. I feel empowered! Eager to learn more, to develop my new skills. Highly recommend it.Read Less",SheCodes,Miscellaneous and General Tech +259755,11014,shecodes,Karine Ribeiro,False,2019,Awesome experience,2019-12-12,5.0,5.0,5.0,5.0,SheCodes is an incredible way to enter into the coding world. The instructor and the staff are very simpathetic and the way that things are explained are very simple and effective. I highly recommend it for those who just as me wants to board onto this... Read More amazing and exciting adventure that coding is!Read Less,SheCodes,Miscellaneous and General Tech +259733,11014,shecodes,Julia Rocha,False,2019,Amazing workshop,2019-12-11,5.0,5.0,5.0,5.0,"I really really enjoyed my experience with the She Codes workshop. So much, that I plan to enroll in the more advanced classes in the future. It is an amazing opportunity to start coding, in my caso, to remember some html and css knowledge I already had,... Read More and it turned out to be a great addition to my cv and my knowledge of my own industry.Read Less",SheCodes,Miscellaneous and General Tech +259716,11014,shecodes,Krizia Daniela Oddo,False,2019,Amazing Coding Weekend!,2019-12-11,5.0,5.0,5.0,5.0,"This course will help you get the confidence about what are you doing, always having someone by your side to help you in any enquiry you have about the coding. The examples are explained more simpler than ever so anyone can understand them easily, only... Read More letting you to practice a lot until it goes out freely :). I didn't find any kind of cons about learning with such an amazing team and a marvellous (and patience) teacher. Is 100% better assisting to this kind of courses knowing someone will help you in that matter. I had a weekend really useful that opened my eyes and inspired me to continue on coding even step by step until you achieve something greater.Read Less",SheCodes,Miscellaneous and General Tech +259714,11014,shecodes,Canan E,False,2019,The best inspirational workshop I have ever been in!,2019-12-11,4.7,5.0,5.0,4.0,"If you're thinking about developing this coding skill, SheCodes is definitely the place to start. I've started to learn some coding on my own and was trying to find the right school or program for me. I feel really lucky that I got the chance to participate... Read More and be part of this community. SheCodes helped me feel more confident about my journey to code. Thank you very much Matt for wonderful tips, varied content and friendly atmosphere.Read Less",SheCodes,Miscellaneous and General Tech +259709,11014,shecodes,Joana Rodrigues,False,2019,"A real challenge, with real results!",2019-12-11,5.0,5.0,5.0,5.0,"My expectations were not too high in the beginning, since I've tried to learn how to code in several different ways and never with great results. During SheCodes 2days-course I realized that it's all about who teaches you: Matt not only knows ""the stuff"",... Read More but he also explains it in a brilliant way with perfect examples that motivate everyone! I didn't feel bored during a single minute of the weekend! We don't learn everything about CSS, HTML and JS in one weekend (it would be crazy - and not very efficient) but we learn the basis.. and that is enough to trigger our curiosity and search for more!Read Less",SheCodes,Miscellaneous and General Tech +259172,11014,shecodes,Catarina Rosa,False,2019,"If you like puzzles, this is for you :)",2019-11-24,4.3,5.0,4.0,4.0,"You get to become part of a very welcoming community without even realising it, while learning from a skillfull developer and teacher. The level of the classes challenges you in a perfect way, pushing your retention of knowledge, while frequent assignments... Read More keep your attention in check. It made me want more!!!Read Less",SheCodes,Miscellaneous and General Tech +258952,11014,shecodes,Susana S. Brito,False,2019,I really did it 😃,2019-11-20,4.3,4.0,5.0,4.0,"Felt great to realize that someone that have never coded in her life could actually do it, and do it properly!!! I simply love logic and coding for me is pure logic with a bit of imagination... Yes, was very intense but it was worth it! SheCodes was the... Read More best way to introduce myself to code!!! Thank you SheCodes team for the amazing experience ???Read Less",,Unknown +258906,11014,shecodes,Joana Menezes,False,2019,Intensive but worthwhile!,2019-11-19,4.3,5.0,4.0,4.0,"I really enjoy this experience! This intensive course made me realize that coding is an enthusiastic-logic process, accessible to everyone. It was a complete new experience to me and I really recommend everyone to be part of this team! Thank you a lot!... Read MoreRead Less",SheCodes,Miscellaneous and General Tech +258895,11014,shecodes,Madalena Barreiros,False,2019,Coding is fun!,2019-11-19,5.0,5.0,5.0,5.0,"I’ve always thought coding was very complicated and only brainy people could do it. SheCodes completely changed my perspective! Turns out coding can be very accessible and creative. The immensity of knowledge gained in just two days fascinated me. The... Read More learning method is very engaging, you will not be bored!Read Less",,Unknown +258224,11014,shecodes,Cláudia Duarte,False,2019,"Coding is surprisingly fun and creative, and so is She Codes",2019-10-29,5.0,5.0,5.0,5.0,"SheCodes is an intensive but rewarding learning experience. The fast-paced rhythm, combined with the hands-on approach of the lessons, made for a dynamic and challenging environment where, at the end, I couldn't believe how much I had learned in a mere... Read More two days! It's immensely gratifying to finally lift the ""veil of mystery"" which previously enveloped coding, and I've got Matt, the instructor, to thank for that! Definitely recommend! I do want to stress, though, that students should come prepared to class with the supplies listed on the She Codes website (accessible to activated accounts), and also ready to be punctual, pay close attention, take notes and dedicate a few hours after class to do homework and the final project. As I said, it's a challenging environment, but as long as you're committed, you'll do great!Read Less",,Unknown +258200,11014,shecodes,Cláudia Duarte,False,2019,"Coding is surprisingly fun and creative, and so is She Codes",2019-10-28,5.0,5.0,5.0,5.0,"SheCodes is an intensive but rewarding learning experience. The fast-paced rhythm, combined with the hands-on approach of the lessons, made for a dynamic and challenging environment where, at the end, I couldn't believe how much I had learned in a mere... Read More two days! It's immensely gratifying to finally lift the ""veil of mystery"" which previously enveloped coding, and I've got Matt, the instructor, to thank for that! Definitely recommend!I do want to stress, though, that students should come prepared to class with the supplies listed on the She Codes website (accessible to activated accounts), and also ready to be punctual, pay close attention, take notes and dedicate a few hours after class to do homework and the final project. As I said, it's a challenging environment, but as long as you're committed, you'll do great!Read Less",SheCodes,Miscellaneous and General Tech +258161,11014,shecodes,Renata Gonçalves,False,2019,Exciting course,2019-10-26,5.0,5.0,5.0,5.0,"SheCodes was an amazing experience for me to acquire new skills and the perfect environment to learn the basics of programming. I loved it. Matt is a great teacher, the teaching method is very interactive, and I felt really motivated. I truly recommend.... Read MoreRead Less",,Unknown +258151,11014,shecodes,Alice Amâncio Caetano,False,2019,She Codes was a great learning expericence!,2019-10-26,5.0,5.0,5.0,5.0,"Through the course of a weekend we became familiarized with coding languages such as HTML, CSS, and JavaScript. What at first seemed like a scary dark screen only computer scientists would understand, was demystified into something I could actually learn,... Read More and that was the greatest outcome for me! The instructor, Matt Delac and the staff members Angela, Erica, Ines and Marta, were very welcoming and thoughtful. I’d recommend SheCodes anytime for women who want to begin learning about programming!!Read Less",,Unknown +258028,11014,shecodes,Ines Pontes,False,2019,Highly recommended,2019-10-23,4.7,5.0,5.0,4.0,"I did the SheCodes weekend workshop in Lisbon and it was amazing. I was curious about the course, not sure if I would like it, if I would feel like ""what am I doing here?"" and it was nothing like that. The course is indeed for every woman who wants to... Read More start learning about web development and basic coding, no matter if it's to move to a different career path, or to improve tech skills in the current one. Matt is a great teacher, able to transmit his passion in a simple and effective way. I'm eager to learn more about web development, now that I feel comfortable with the basic concepts.Read Less",SheCodes,Miscellaneous and General Tech +257972,11014,shecodes,Marta Rodrigues de Sousa,False,2019,Fulfilling experience,2019-10-22,5.0,5.0,5.0,5.0,"The workshop SheCodes has brought me a clearer view of what I would like to do in the labor market. Although I already had some bases in languages like html, css, I've learn way more i thought I'd would learn, such as java script, which I really enjoyed... Read More because it was logically challenging and intellectually stimulated, I thought okay, it's Big Brain time! Felt like a kid having fun in playground. With that being said, it is my intention to continue pursuing this area, and to gain more knowledge in different coding languages, and definitely with SheCodes.Read Less",SheCodes,Miscellaneous and General Tech +257969,11014,shecodes,Mafalda Rodrigues de Sousa,False,2019,The knowledge I've acquired in this workshop is a golden key to my future.,2019-10-22,3.7,5.0,3.0,3.0,"I already knew a few bases of coding in languages such as css, html and c#. But on this workshop I had the chance to learn more about the importance of coding, useful tips and also how to programe in java script, wich I had tried before and hadn't understood... Read More that well at the time, but now it's probably my favorate programming language.The workshop also offers a great environment to learn in. Never have I ever felt demotivated to learn more and improve, in this workshop.I 100% suggest it!Read Less",SheCodes,Miscellaneous and General Tech +257898,11014,shecodes,Valeriia,False,2019,Is it possible to learn to code online? Definitely yes!,2019-10-21,5.0,5.0,5.0,5.0,"I studied at the she codes online platform from Russia. For me it was a very good experience because in my country we don’t have courses with such well-structured platform and a teacher who helps you during all period of education. Actually it was my... Read More first time when I coded and I was very afraid that I won’t understand smth and won’t be able to do my homework. But the biggest plus of education online is that you can rewatch every explanation again and again until you understand it perfectly. Also you can choose your own time when it’s more comfortable for you to complete all exercises. I work and have very important things to do after work so time question is really serious for me. So I found two free evenings during the week and dedicate all of them to do my homework (like 3-4 hours in 1 day). There is a million of free materials in the internet, some of them are pretty good quality, but it doesn't give you the same value, the same logic of education. I had a lot of doubts that it would be complicated to learn coding online, but you can be sure that with SheCodes you'll finish the course for sure. I actually learned more about coding than after a few years of IT classes in the University. And I’m thankful to Matt that he professionally answered all of my questions even silly ones. I want to study the next level and will be waiting when it be available online.Read Less",,Software Engineering +257848,11014,shecodes,Rebeca Martin Rincón,False,2019,Good start to get a taste of coding,2019-10-18,4.7,5.0,4.0,5.0,"I found information about the online 4-week-workshop that SheCodes offers just by chance while surfing the net. I decided to give it a try since lately I have become more interested at coding and the price seemed to be affordable (I currently live in... Read More The Netherlands and courses and workshops can be really expensive here). I love learning new things and this workshop has been a nice challenge for me, even though I already knew a few little things about coding (mostly HTML). Through the workshop, you will get a taste of HTML, CSS and a bit of JavaScript, and you will be using VS Code editor. You will have challenges, homework and a final project to prepare. In case you have any doubt or you need help, you will be able to address the tutor and other collegues through the Slack channel. This workshop also allowed me to explore my creativity and think about personal future projects. And definitely, it is an opportunity if you consider to change career and want to try if coding will be an option for you. SheCodes allows you to take part in affordable fun workshops.Read Less",,Unknown +257834,11014,shecodes,Diana Amiri,False,2019,So So,2019-10-18,3.0,4.0,3.0,2.0,"I attended to SheCodes Live Workshop, so I can only talk about that. The course itself is instructed nicely, however I believe the curriculum was not very well suited to the amount of money that you pay (at my time it was 99 euros). you are going to have... Read More Courses and homeworks for 2 weeks, and the whole third week is dedicated to your final project, which I believe it could be better if they would have some material for the 3rd week too (Matt is going to have live webinar for 4 times in total, once per week). If you are brand new in coding then yes that is a good way to start. Also the slack-chat environment has a really nice, helpful and friendly atmosphere. BUT for someone who has a tiny little bit of coding experience I wont recommend this course, there are other courses online on edX and Coursera with more challenging homeworks and syllabus. Even online free youtube videos are available that can teach you as same level as this course or even better (for example search for mmtuts on youtube). SheCodes is at the starting point of its journey though, so most probably they are going to improve themselves and their materials through the time.Read Less",,Software Engineering +255972,11014,shecodes,Verena Cascaes Bandeira Vianna,False,2019,Great way to star a nwe carreer,2019-10-02,5.0,5.0,5.0,5.0,"The SheCodes Workshop was a wonderful experience. I have found it through an Instagram ad after searching for bootcamps for not experienced coders. They caught my attention beacause of the ladies exclusiveness and I found great to start learning to code... Read More with other women. The ""Ok, let's see what happens"" was transformed to ""Oh, mu God, I can code myself!"". The content is great and we have learned tons of things for two days. HTML, CSS and Javascript. Every topic has exercises and practice. Besides the knowlege, the team is great. From Matt, the tutor, to the girls at the support team, coffee, cookies, wine... They did everything to make us feel welcome and confortable.There's an online support, homework, chats, everything helps to keep us going on with our coding skills.Read Less",SheCodes,Miscellaneous and General Tech +255936,11014,shecodes,Livia,False,2019,Great experience!,2019-10-02,5.0,5.0,5.0,5.0,"I attended SheCodes Workshop in Lisbon and I just loved it ! I was really curious about coding, but I was also a little bit afraid that I wouldn't be able to understand it. I had a great time during the classes and, most important, I found it is not that... Read More hard since it was really well explained. I hope I can learn more in the next classes.Read Less",,Unknown +255861,11014,shecodes,Filipa Vieira,False,2019,"Exciting course, great teacher, overall exciting!",2019-10-01,5.0,5.0,5.0,5.0,"I did the workshop for a weekend and immediately applied to the SheCodesPlus to continue learning to code. This was one of those things I was terrified about before, I thought I could never do it. I thought it was sooo outside my knowledge area this would... Read More be impossible. But it wasn't! It was so much fun and a great way to start coding.Read Less",,Unknown +255803,11014,shecodes,Margarida Costa,False,2019,Great coding experience,2019-09-30,4.7,5.0,5.0,4.0,"Great coding experience First to get to know the logic of code and the principles Then, due to its amazing environment. A judgment free environmental where we have space to ask questions and learn with the team effort. At the end we are completely able... Read More to perform by our own when developing our first project.Read Less",,Unknown +255787,11014,shecodes,Renata Dias,False,2019,Great and relaxed environment,2019-09-30,4.7,5.0,4.0,5.0,"I took the 2 days workshop in Lisbon in September and it was great! I'd had already had some experience with coding in college, but only somewhat superficial. Coming from so many different places and backgrounds, it was amazing on how much progress we... Read More all made in just two days. The environment was pretty relaxed and everyone from the event organization was super nice and always available to help. For women who are interested in learning more about coding, I think this workshop is a great way to start!Read Less",SheCodes,Miscellaneous and General Tech +254860,11014,shecodes,Joanna Skubisz,False,2019,SheCodes: two-day coding workshop,2019-09-20,4.7,5.0,5.0,4.0,"I decided to join the the two-day workshop to understand what does it actually mean to ""code"". Somehow in the digital age, everyone is talking and doing some programming and coding but I never got a chance to experience it in theory or in practice in... Read More a nicely organized way. Matt's method of giving theoretical background and short hands-on session worked well for me, however, I have to admitt that I have learnt a bit of R software all by myself so certain concepts like understanding how to wrote a code were less difficult to me as opposite to a person who was never confronted with this type of analytical thinking. Nevertheless, I really appreciated the experience and in particular the honesty with which Matt explained how to become a developer (the career path, some tips about the first job, salary expectations, etc.). If I would have time, I would really invest into joining the SheCodes Plus program but for now, this has to wait. In sum, if you are curious about coding, go there. If you are afraid of failing, still go there. If you want to aquire new knowledge and get a taste of smth new, go there. Be bold, not italicized, and never regular!Read Less",,Unknown +254585,11014,shecodes,Joanna Skubisz,False,2019,SheCodes: two-day coding workshop,2019-09-13,4.7,5.0,5.0,4.0,"I decided to join the the two-day workshop to understand what does it actually mean to ""code"". Somehow in the digital age, everyone is talking and doing some programming and coding but I never got a chance to experience it in theory or in practice in... Read More a nicely organized way. Matt's method of giving theoretical background and short hands-on session worked well for me, however, I have to admitt that I have learnt a bit of R software all by myself so certain concepts like understanding how to wrote a code were less difficult to me as opposite to a person who was never confronted with this type of analytical thinking. Nevertheless, I really appreciated the experience and in particular the honesty with which Matt explained how to become a developer (the career path, some tips about the first job, salary expectations, etc.). If I would have time, I would really invest into joining the SheCodes Plus program but for now, this has to wait. In sum, if you are curious about coding, go there. If you are afraid of failing, still go there. If you want to aquire new knowledge and get a taste of smth new, go there. Be bold, not italicized, and never regular!Read Less",SheCodes,Miscellaneous and General Tech +254515,11014,shecodes,Alexia Katrantzis,False,2019,A Perfect Start to a Career in Front End Development,2019-09-11,5.0,5.0,5.0,0.0,"I attended a 2 day SheCodes bootcamp in Lisbon. I came into the bootcamp with no background in coding. I thoroughly enjoyed my experience as Matt Delac's instruction enabled me to grasp the basic concepts of coding quickly. The lessons cover HTML, CSS... Read More and JavaScript, the essential coding languages for the web. The support from Matt, his team and the other students is great. The lessons are intense because they cover a lot of information but they well paced.Any ladies who are interested in a career in front end development should start their journey with SheCodes.Read Less",,Unknown +253111,11014,shecodes,Pauline,False,2019,Great online training !,2019-08-08,5.0,5.0,5.0,0.0,"I attended the online training pilot for 1 month, and I thought the format was really great!As I was working at the same time I thought this class was flexible and well explained.We had one live classes per week and then we could learn independently during... Read More the week and create our own project.There is a slack channel in case we need help, and Matt is a really good teacher.I really enjoyed it and it made me want to learn even more!Read Less",SheCodes,Miscellaneous and General Tech +253023,11014,shecodes,Sofia Casenave,False,2019,Great Experience!,2019-07-30,5.0,5.0,5.0,0.0,"When I started this workshop I didn't know anything about code. Matt managed to explain everything in a very approachable, sucint and humored way. The fact that we made many exercises helped me a lot to apply the knowledge recently acquired. After this... Read More wonderful weekend I understand a lot better what coding means and its huge power and possibilities if we pursue this career in the future. It definitely gave me the boost I needed and the will to keep learning HTML, CSS and Javascript! If anyone is as curious as I am to be launched into the universe of coding SheCodes is the place to be!Read Less",SheCodes,Miscellaneous and General Tech +252998,11014,shecodes,Eleonora,False,2019,You'll fall in love with coding,2019-07-30,5.0,5.0,5.0,5.0,"I could never imagine I would learn so much in such a short time. The course is really well structured, very methodical and the teacher (Matt) very clear and available. Plus all the classes were supported by other assistants always ready to help while... Read More doing the exercises. The classes give much more than the basics of coding (HTML, CSS and Javascript). Once you've done it, you'll fall in love with coding.Read Less",SheCodes,Miscellaneous and General Tech +252968,11014,shecodes,Farah Fahmawi,False,2019,I highly Recommend!,2019-07-29,5.0,5.0,5.0,5.0,"I really enjoyed each class we had at Shecodes! Mat is a great teacher I easily learned how to code, I joined this workshop thinking I would learn the basics of coding, but I've learned much more than I thought it would be possible in just 2 days.Intense,... Read More but very well managed by a great humour and time discipline. It exceeded my expectations! I highly recommended, I felt inlove with coding where I had no previous knowledge about it.Read Less",SheCodes,Miscellaneous and General Tech +252944,11014,shecodes,Susana Simões,False,2019,Great experience,2019-07-29,5.0,5.0,5.0,0.0,I participated in SheCodes 22.0 in Lisbon and I just loved it! It was a great weekend of learning and knowing new people. All the team was great and it is astonishing how Matt was able to teach us so much in such a short period of time. And in a funny... Read More way! Totally worth it!Read Less,,Unknown +252939,11014,shecodes,Sofia,False,2019,SheCodes Workshop,2019-07-29,5.0,5.0,0.0,0.0,SheCodes made me develop a taste for coding which I didn't realize I had! I would recommend it to anyone who wants to expand their knowledge of coding and front-end development,SheCodes,Miscellaneous and General Tech +252634,11014,shecodes,Débora,False,2019,SheCodes workshop,2019-07-24,5.0,5.0,5.0,0.0,"It was such a great opportunity to learn a little bit about programming! It was a great introduction to this ""mysterious world""! Matt is a great teacher!!”",SheCodes,Miscellaneous and General Tech +250810,11014,shecodes,Carol Trisorio,False,2019,Great Course to learn the basics in short time!,2019-07-16,4.0,4.0,4.0,0.0,"I did the She Codes 12 hours workshop in Porto in July 2019. She Codes is a great course to get in touch for the first time with Front-End Web Development learning HTML, CSS and Javascript. Definetly worth it for those who want to get to know coding!... Read MoreMatt is great and patient in explaining the concepts. :)Read Less",SheCodes,Miscellaneous and General Tech +250421,11014,shecodes,Carina Freitas,False,2019,Awesome,2019-07-01,5.0,5.0,5.0,5.0,"Two days that passed really fast. We had an introduction to HTML, CSS and javascript that allowed us to understand how they work and how they are integrated with each other. As a software tester, I saw some improvements in my day-to-day work. I must recommend... Read More this workshop to anyone who wants to start programmingRead Less",,Unknown +250621,11014,shecodes,Sandra Ventura,False,2019,The begging of the journey,2019-06-25,5.0,5.0,5.0,5.0,"It was an amazing weekend, totally worth it. Made all the difference to me in this learning journey, where at the end everything connected. It was so much fun! Besides coding, I had the opportunity of meeting amazing women from all background!",SheCodes,Miscellaneous and General Tech +251620,11014,shecodes,Suad Kamardeen,False,2019,An Amazing Learning Experience,2019-06-24,5.0,5.0,5.0,0.0,"I was looking forward to the course because I had read several good reviews online but I didn't think I could learn as much as I did in one weekend! There are some courses where you get information overload and you feel so pumped, but after a few days... Read More you've forgotten everything. SheCodes is NOTHING like that. Matt had a unique teaching style which allowed me to remember what I've learnt. I loved that we began each class with learning outcomes and we tested (& applied) our knowledge as we learnt new concepts. Getting homework on the first day made me realise how serious this was. I believe the entire experience was a worthy investment.Read Less",SheCodes,Miscellaneous and General Tech +251480,11014,shecodes,Cor,False,2019,Great introduction to coding,2019-06-24,5.0,5.0,5.0,0.0,SheCodes was a great way to learn the basics of coding as well as more information about the industry. Matt is a great teacher and makes the coding world feel so much more accessible. I plan to take what I have gained from this workshop and further develop... Read More my skills to hopefully create new opportunities in the future.Read Less,SheCodes,Miscellaneous and General Tech +251580,11014,shecodes,Sara Mota,False,2018,The start of something new!,2019-06-23,5.0,5.0,5.0,5.0,"Last December I took the SheCodes workshop just for fun, to learn something new. Now, I'm starting my new career in programming!The worshop was a very enriching experience and a lot of fun. Matt can make it seem like coding is easy :)I fell in love with... Read More programming, right away. I recommend to any woman who wants to learn to code, even if it is to renew concepts. For me it was the beginning of a new adventure!Read Less",SheCodes,Miscellaneous and General Tech +251575,11014,shecodes,Vanessa Santo,False,2019,Amazing weekend with SheCodes,2019-06-18,4.7,5.0,5.0,4.0,"The SheCodes Workshop consists of a weekend-long dive into the basics of code. The program is designed for ladies who don't have any experience with programming and will offer insights on HTML, CSS and JavaScript, teaching how the 3 of them work together.... Read More The ladies will also be introduced to the possible career paths in tech that they can pursue, which I also found valuable.Matt is a great communicator and was always nice and patient with all the questions throughout the weekend. Staff were lovely and did everything to provide a valuable experience to the participants.I recommend this workshop to anyone who desires to learn more about tech and/or to refresh concepts.Read Less",SheCodes,Miscellaneous and General Tech +251277,11014,shecodes,Tatiana Salvador,False,2019,Uncomplicating coding and fascinating you!,2019-06-17,4.7,5.0,5.0,4.0,"It will give you all the basis of HTML, CSS and JavaScript and what you need to make a conscious decision, if you want coding to be part of your life. If you are afraid to be bored, don’t! The speaker will lead you to a fun learning experience! You will... Read More be dazzled by what you learnt and the results of what you can do afterall!Read Less",SheCodes,Miscellaneous and General Tech +251216,11014,shecodes,Francesca Gambini,False,2019,SheCodesPlus,2019-06-17,3.7,4.0,4.0,3.0,"SheCodesPlus has been amazing. In such a short period of time I had the chance to adquire technical knowledge and valuable coding skills.It has been challenging, but with a high satisfaction return when putting together all I learnt and making my first... Read More web app working! Lessons were always stimulating and, together with the enthusiasm shared by the other girls, always fun!Read Less",SheCodes Plus,Miscellaneous and General Tech +251541,11014,shecodes,Aloma Maia,False,2019,Best lucky guess I had,2019-06-16,5.0,5.0,5.0,0.0,"I applied blindly after seeing an advertise in Instagram because I was curious about Web Development but never felt comfortable in participating in other bootcamps or workshops and doing it by myself online wasn't enough.It was an amazing weekend, the... Read More whole team really motivate us and helped us getting comfortable enough to ask questions/help. The contents are intense but accessible and interesting. Personally I felt a huge learning curve that worked as a boost for me to keep learning after the bootcamp.Matt it's a great teacher and him and the whole team works really hard to make the experience worthed and although for me it wasn't a career changing moment I know, from talking with other participants, that this weekend was a fresh start and chance to change their careers for better for a lot of them, and that it's amazing in my opinionRead Less",Software Engineering,Software Engineering +250470,11014,shecodes,Vera Silva,False,2019,Excellent place to lear,2019-06-16,5.0,5.0,5.0,5.0,She codes is a place where you can learn code in a relaxed environmental. It is useful not only because you can learn front-end but also get an idea of the potential of this world. Matt and the team of she code really help to appreciate the code world.... Read MoreRead Less,SheCodes,Miscellaneous and General Tech +250464,11014,shecodes,Vera,False,2019,Intensive but fun!,2019-06-15,5.0,5.0,5.0,0.0,"She codes is great if you wanna start coding and learn the basics. The weekend was a bit intensive, but very satisfying and worth it, and even though you'll be in a room for many hours the time just flies by without you noticing. I learned a lot in such... Read More a short time and I highly recommend this course to all first time coders.Read Less",SheCodes,Miscellaneous and General Tech +251496,11014,shecodes,Inês Santos,False,2019,What an amazing experience,2019-06-14,5.0,5.0,5.0,5.0,"What a great opportunity to finally learn coding and take a first step into the world of tech with the She Codes workshop. Although the workshop was demanding and intense, it was extremely educational, practical and inspiring, with an amazing teacher... Read More that helped us through every task. After the workshop, my desire to learn more about this world reached a whole other level! Now I really want to do the She Codes Plus. I highly recommend doing the She Codes Workshop!!!Read Less",SheCodes,Miscellaneous and General Tech +251281,11014,shecodes,Susana Ramos,False,2019,SheCodes Workhop - You Have to Try It!,2019-06-14,5.0,5.0,5.0,0.0,"SheCodes is a great opportunity to learn the basics about programming with HTML, CSS and JavaScript and get to know the Front-End and Product Development processes. The hands on approach and Matt’s insights really helped me to understand more about this... Read More world and keep on learning. I definitely recommend!Read Less",SheCodes,Miscellaneous and General Tech +251507,11014,shecodes,Ana Duarte,False,2019,She Codes Porto - great introduction to the world of coding!,2019-06-13,3.7,4.0,4.0,3.0,"She Codes Porto was an introduction to the world of coding: HTML, CSS and Javascript. It was for sure a very helpful and good workshop for someone who doesn't know anything about coding and wants to start to learn more.I totally recommend it!",SheCodes,Miscellaneous and General Tech +251499,11014,shecodes,Tânia Gonçalves,False,2019,Great weekend!,2019-06-13,5.0,5.0,5.0,5.0,"It was the perfect weekend, learned a lot speacilly how it is to dive in the coding world. The environment is great, and it was really easy to learn with Matt.Totally recommend this workshop. :)",SheCodes,Miscellaneous and General Tech +251490,11014,shecodes,Joana,False,2019,The best introduction to coding!,2019-06-12,5.0,5.0,5.0,5.0,"I randomly stumbled upon SheCodes one day and, i had always been interested in trying out codding, but, honestly, it always seemed too difficult and complex. However, I searched around the SheCodes website and decided that it wouldn't hurt to try it out.... Read More I can definitely say that it was the best decision i could have made, since it literally changed my life! The workshop gives an excellent introduction to front end coding, while also explaining some other important matters of the subject. It is a little intensive, but nothing one cannot do (I'm living proof, since i was sick throughout the whole thing) . It is also challenging, but also very fun! Mat does a great job at explaining things clearly and making sure we're getting it. The whole environment is fun and you don't feel bored or unmotivated, much like the contrary. After this experience I realized that this is something that i want to keep learning and possibly have a career on. I never thought i'd ever feel confident enough to go through it, but this is what SheCodes does to you!Read Less",SheCodes,Miscellaneous and General Tech +251131,11014,shecodes,Sofia Laranjeiro,False,2019,Coding 101 excellency,2019-06-12,4.7,5.0,5.0,4.0,"SheCodes workshop is an amazing way to get introduced to HTML, CSS and JavaScript. During a two day course, you learn the basics of programming and the languages already mentioned. One could think that in two day you could not possibly understand all... Read More of this information, but given its friendly ""classroom"" environment, the teaching method (say - show - practice) and the continuous application of your knowledge (either through the classroom exercises, homework or the final project) it is certain that you will remember and fully understand the content. Plus, everybody is amazingly friendly - Matt, the volunteers who are always available and the students. I would 100% recommend it!Read Less",SheCodes,Miscellaneous and General Tech +250883,11014,shecodes,Sara Duarte,False,2019,Great weekend,2019-06-12,5.0,5.0,5.0,5.0,"I attended this course to help me understand JavaScript, I was having a tough time on my own. I'm very happy to say that it was totally worth it!Very intense, very complete and also very fun!",SheCodes,Miscellaneous and General Tech +250880,11014,shecodes,Ana Macedo da Cunha,False,2019,Great experience!!,2019-06-12,5.0,5.0,5.0,0.0,"My decision to sign up for this course was 100% right. I wanted to try if coding was a good option for me, and it definitely helped me a lot since I’ve been able to get to know how simple and fun coding can be.Matt is great, the workshop is very intense,... Read More and it helped to figure it out what kind of developers we want to become.Read Less",SheCodes,Miscellaneous and General Tech +250876,11014,shecodes,Sara Guerreiro,False,2019,Life-changing experience,2019-06-12,5.0,5.0,5.0,5.0,"I came across She Codes when trying unsuccessfully to learn it by myself. I made my mind just the night before to give an opportunity to this workshop. And I am glad I did! I needed some motivation outside the online courses and guidance. It was my first... Read More time interacting with code and it felt incredibly empowering. As an inspiring marketeer, learning to code will definitely help develop better digital marketing activities. I had the opportunity to learn the basics of programming with HTML, CSS and JavaScript. Thank you She Codes for presenting a whole new world!Read Less",,Unknown +251528,11014,shecodes,Carmo Andrade,False,2019,Two days and I'm already a professional developer,2019-06-12,4.5,5.0,4.0,0.0,"Two days at the SheCodes workshop and I'm already a professional developer, or at least it made me feel like one!Most people get scared to even think about learning code: I was one of them until I met Matt in an SC ""teaser workshop"" at the place I work... Read More and my fear turned into excitement. Starting off with the insight Matt gave us about women's role throughout history and how can we be more relevant in the current tech revolution. It made me feel like I could play a part in its development hence I enrolled in the workshop.Logistics wise, everything was so well organized, all the volunteers were very helpful and they made a great job creating a nice, welcoming environment for coders to share ideas, chill out during breaks and even having a drink after a long day of coding.The learning experience was off the chart, in so little time I got to learn a lot and have close contact with a variety of subjects that helped me prepare for a more intensive study in the future. The final project submission was both very challenging but rewarding due to all the support from classmates at Slack. Overall, the one thing I would change is the number of days, because I surely didn't want to leave!Carmo AndradeRead Less",SheCodes,Miscellaneous and General Tech +251115,11014,shecodes,Ângela,False,2019,The best weekend to get you into Coding,2019-06-11,3.7,5.0,5.0,1.0,"She Codes was an awesome experience! With a fast-paced induction into HTML, CSS and JavaScript it was amazing to feel like I was able to create a landing page from scratch in just a few hours. If coding seems way too much for you, Matt will help you feel... Read More motivated and empowered throughout this really fun weekend!Read Less",SheCodes,Miscellaneous and General Tech +251215,11014,shecodes,Natalya Yarkova,False,2019,The best coding workshop ever!,2019-06-06,5.0,5.0,5.0,5.0,"Honestly, this workshop is amazing! It helps women to see new opportunities in their career, I’ve never seen so many happy and motivated students, every part of the workshop was fun and interesting. For almost 10 years I worked as a Public Relation manager... Read More in Russia and I didn’t have any experience in coding. I’ve visited a lot of courses and classes, but this workshop changed my professional life completely, after only 2 days of such an intensive program I feel more confident in communication with my IT colleagues. I opened a new ""Coding World"" for myself. I highly recommend SheCodes!Read Less",SheCodes,Miscellaneous and General Tech +247227,11014,shecodes,Anonymous,True,2019,My great She Codes experience,2019-03-28,5.0,5.0,5.0,0.0,"If you're looking for a good introduction to the coding world, then take She Codes and She Codes Plus! In the She Codes weekend workshop, I learned HTML, CSS, and JavaScript basics. This helped me in She Codes Plus, where we reviewed the coding basics... Read More and learned React. We also built a cool project during She Codes Plus, which is a great thing for me to add to my developer portfolio. After only 6 weeks I feel like I can pursue a career as a developer if I want to!Read Less",SheCodes Plus,Miscellaneous and General Tech +310445,10697,designlab,Novira Azpiranda,False,2024,It describe ui/ux works in real world,2024-04-29,4.3,5.0,4.0,4.0,"The project is really helping in learning ui/ux foundation, because it gives us taste about how ui/ux designer works in real world. From the first course until last, is like a step that guide us to achieve the final design. For me the con is too many... Read More text material than the videoRead Less",UX Academy Foundations,UX/UI Design +310430,10697,designlab,Nisa Trang,False,2024,Helps you get started on design,2024-04-28,5.0,5.0,5.0,5.0,"Designlab was such a great beginner friendly program. I had zero prior experience with design, but finished the course so knowledgeable and more intrigued with ux/ui after. I would recommend this program to anyone trying to get started in the design world.... Read MoreRead Less",UX Academy Foundations,UX/UI Design +310296,10697,designlab,Craig S,False,2024,Great course,2024-04-24,5.0,5.0,5.0,0.0,"The UX Foundations course is great for anyone interested in starting a career in the design industry. The mentor sessions are the most valuable part of this journey. Be sure to keep in touch with your mentor after graduation, as they will be a valuable... Read More part of your career.Read Less",UX Academy Foundations,UX/UI Design +310272,10697,designlab,Akshata Shetty,False,2024,Design Lab has been an exciting and fulfilling journey as a beginner in UI/UX. It has taught me to keep trying until you reach your end goal.,2024-04-23,4.0,4.0,5.0,3.0,"I enrolled in the Design Lab UX Academy Foundation course as a complete beginner, with a background in construction and prior experience in marketing. The marketing background proved helpful for the visual design aspects.Pros:1. The coursework is spot-on!... Read More It's tailored for beginners with no prior knowledge of the industry.2. Each student is paired with a mentor who provides continuous guidance throughout the coursework. My mentor was incredibly supportive and motivating, offering valuable industry insights and design tips.3. The assignments serve as an excellent introduction to developing the right design mindset, effectively aligned with the ultimate goal of a 10-hour assignment.Cons:1. The foundation course includes 8 mentor sessions, each lasting an hour. However, there are instances where guidance is needed, and the mentor might be unavailable, necessitating independent research. 2. The assignment deadlines are somewhat tight, especially for individuals without a background in design.Read Less",UX Academy Foundations,UX/UI Design +310128,10697,designlab,Anonymous,True,2024,DesignLab's UX Academy Foundations Course,2024-04-17,4.7,5.0,5.0,4.0,"The curriculum was really easy to follow and very flexible. A great course for learning design quickly from a web design perspective. Very little about UX, just UI - the UX part comes with the UX Academy proper. The foundations course is set up in a way... Read More that makes it very easy to track your progress, and do little bite sizes peices. Most of the course is in text form with quick video supplements, then you have 1:1 mentor meet you over videocall, and a discord community you can reach out to.Read Less",UX Academy Foundations,UX/UI Design +310097,10697,designlab,Anonymous,True,2024,Fun and Fulfilling!,2024-04-16,5.0,5.0,5.0,5.0,"It laid a good foundation for future UX Academy, not only taught me how to use Figma but also familiarized me with the class structure full of learning materials and project deadlines. Really good 1-1 mentor sessions too! A valuable chance to get feedback,... Read More industry viewpoints, etc.Read Less",UX Academy Foundations,UX/UI Design +310066,10697,designlab,Ryan,False,2024,Amazing Introduction to working with Figma and learning UI/UX Design,2024-04-14,5.0,5.0,5.0,5.0,"UX Academy Foundations is an amazing start to working with UI. The work was super well structured and the approximate times that were listed with the lessons were pretty accurate. I did think I finished some of the lessons/projects a little quicker though... Read More but I have experience with other design programs like Photoshop and Illustrator. It was a good mix of reading and then practicing the content. The lessons were also up to date with AI and how you could use AI to help you in your design. For me, I would use chatgpt to help with figuring out my fonts and also coming up with text for the project. The mentor sessions were super good and I learned a ton from them. The course was also really flexible because I was doing it as a senior in high school. I do only have 3 classes though which helped a lot. The were only a few little things that were inconvenient. There would be occasional typos in the lessons. Not a ton but they were a common thing through out the course. Also I'm on a Macbook running chrome and every time I would click on a lesson it would load the screen blue. I had to refresh the browser and that fixed it but I that happened on every lesson. Also, be mindful that you will want to have time to practice what you are learning outside of the Foundations course, so plan extra time specifically for that.Read Less",UX Academy Foundations,UX/UI Design +310056,10697,designlab,Anonymous,True,2024,"Great assistance, and a good introduction to UX Academy",2024-04-13,5.0,5.0,5.0,0.0,"I think UX Academy Foundations is a great way to see if you're comfortable with the main UX Academy bootcamp. I learned quite a bit in the two months I was enrolled, and recieved tons of feedback and support. I'm looking forward to the main bootcamp!",UX Academy Foundations,UX/UI Design +310023,10697,designlab,Anonymous,True,2024,Excited for what's to come!,2024-04-11,5.0,5.0,5.0,5.0,I feel accomplished seeing my final design for UX Academy Foundations. I started off 2024 ready to learn and fully dive into a career switch into UI/UX. I stumbled across UX Academy and it's been a great experience throughout my journey so far. I was... Read More able to learn so much in a short amount of time and my mentor had many valuable advices.Read Less,UX Academy Foundations,UX/UI Design +309982,10697,designlab,Jane Rhee,False,2024,A good learning experience!,2024-04-09,4.3,5.0,5.0,3.0,"I really liked the layout of this bootcamp. I think it depends on what mentor you get, which is important, and luckily for me, I had a great mentor who taught me the basics of UX/UI. All the projects done were well paced and allowed me to learn a lot... Read More in 2 months. I look forward to learning more at UX Academy. A con I think would be the mentor feedback, like I said before it all depends on the mentor you get.Read Less",UX Academy Foundations,UX/UI Design +309873,10697,designlab,Raymond ilumoka,False,2024,"practical , informative and well structured",2024-04-04,5.0,5.0,5.0,5.0,"the programme course structure was very well layed out. very intuitive format , which had steps and instructions which were very easy to follow. the level of detail in each unit was very good and I really enjoyed it through out. the practical parts of... Read More the units were most enjoyable for me. i was able to learn quickly how to use figma thanks to the informative step by step guides and a very encouraging mentor who showed me all the tips and ways to use it to my advantage. As a result of this , I was able to develop an amazing project.Read Less",UX Academy Foundations,UX/UI Design +309858,10697,designlab,Anonymous,True,2024,Amazing experience at UX Foundations,2024-04-03,5.0,5.0,5.0,5.0,"Designlab UX Academy Foundations provides an exceptional introduction to the world of user experience design. The course offers a comprehensive curriculum that covers all the fundamental aspects of UI design. The online platform was intuitive and easy... Read More to navigate, curriculum was well-balanced, and my mentor was a huge help throughout the iterative design process. Great experience.Read Less",UX Academy Foundations,UX/UI Design +309252,10697,designlab,Lauren Batchelor,False,2024,UX Foundations,2024-03-11,5.0,5.0,5.0,5.0,"UX Foundations with Design Lab was a wonderful program! It was extremely educational, and left me feeling comfortable with understanding the foundations of UX Design! Each project was challenging in the right way, giving you the tools to effectively complete... Read More them.Read Less",UX Academy Foundations,UX/UI Design +309101,10697,designlab,Bao Khanh Mai,False,2023,Review the course,2024-03-05,5.0,5.0,5.0,5.0,"I had a great experience with the course and with my mentor. This was a useful and thorough course. The mentor spent a lot of time answering my questions and giving me guidance. The documents and materials are very thoughtful and meticulous, giving very... Read More detailed instructions on what to do in the course. From here, I found my passion in UI/UX field and I didn't hesitate to sign up for the next course UX academyRead Less",UX Academy Foundations,UX/UI Design +308841,10697,designlab,Ward Chong,False,2023,Do NOT waste your Time or MONEY!!!,2024-02-22,2.0,2.0,3.0,1.0,"I went in really excited about the program, but If i could do it all over again I would NEVER take designlab… There money back guarantee of comes with unrealistic clauses. It was clear to me that both the ""mentors"" and career services people were just... Read More there to collect a check. If i could do it all over again I would just take online courses at Nudge or Google coursera…. After 6 months completing this program and completing all their projects, most of my peers in the program are still jobless.Read Less",UX Academy,UX/UI Design +308489,10697,designlab,Chelsea Taylor,False,2024,"UX Foundations was flexible, well-paced, and I felt like I really learned exactly what I needed to set me up for the future.",2024-02-08,4.0,4.0,4.0,0.0,"Starting with the cons: 1. It felt like there was too much info packed in, at times making it feel like there was no way to tell which things were just good to know vs which things were the most important. 2. My first mentor expected so much of me as... Read More if I should already know the basics even though that's what Foundations was supposed to be teaching. Looking at other students' work, it seemed that there were some other mentors somewhat like this too. 3. Lastly, one of the most important parts of Foundations, and UX in general, is learning Figma/Sketch. So I thought it was so strange that the Figma and Sketch tutorials were only optional. I did all of them, and honestly if I hadn't, then I would've been so lost once it was time to do the projects for those Units. But the pros made up for everything: 1. The staff is so easy to get in touch with and they act like they really want you to have a good experience. I reached out about my concerns with my first mentor, and with no problem I was assigned a new one. 2. My second mentor was awesome!! He not only agreed that my work might be far from perfect, but it was expected of someone who had never learned the basics -- unlike my first mentor, and he helped me weed out the things in the lessons that were most important to understand. He really went above and beyond to teach me tricks to make Figma easier and my work take way less time. 3. I happened to hit a crazy time in my personal life right in the middle of Foundations, but my mentor was so understanding and so flexible with my schedule. I can't say this would be the same for everyone, but I would like to think it could be. My mentor really seemed to like working for DesignLab. 4. By the end of the last project, I was able to look back on my first projects and saw such a huge difference already! I feel so much confidence in what I've learned in that I will definitely continue my education in UX through DesignLab!Read Less",UX Academy Foundations,UX/UI Design +308346,10697,designlab,Bryan Hunt,False,2024,A Good Introduction to UI Design,2024-02-01,5.0,5.0,5.0,5.0,"I just finished the Foundations course at a part-time schedule in about a month. It is very thorough and well laid out with a balance between practical hands-on learning and more ""textbook"" style learning. They do a great job introducing you to some of... Read More the biggest programs in the industry right out of the gate. The biggest help is the 1:1 mentor session each week where I got to go over the weekly project, get suggestions on how to improve, and learn additional tricks from someone actively in the industry. They really set you up for success!Read Less",UX Academy Foundations,UX/UI Design +308314,10697,designlab,Maya Kimura,False,2024,Exceeded my expectations!,2024-01-31,5.0,5.0,5.0,5.0,What I loved about Designlab's Foundations course was both the curriculum itself as well as the relationships and supports it provides you to supplement you while you go through the material. The coursework gives you the basic UI skills you need to feel... Read More comfortable using Figma and the community aspect (which you can access via their thriving Discord server) gives you ample opportunity to connect with others in your cohort and beyond to give and receive feedback on your work. Mentorship is also an amazing facet of Designlab that helps to keep you accountable and supported.Read Less,UX Academy Foundations,UX/UI Design +308264,10697,designlab,Anonymous,True,2024,Exactly what I was looking for,2024-01-29,5.0,5.0,5.0,0.0,I was very happy with my experience at Designlab. The foundation course gave me the opportunity to learn more about UX design with only having to commit to a 4-8 week long course. I gained an understanding of all the different aspects of UX while also... Read More putting what I learned to the test with the help and guidance from my mentor. Over all it was a great experience.Read Less,UX Academy Foundations,UX/UI Design +308229,10697,designlab,Pafan phuangthep,False,2024,Designlab foundation course,2024-01-26,5.0,5.0,5.0,5.0,My experience of this course was wonderful. the project was nicely layout with clear instructions and guidelines. Feedback from my mentor is constructive. I learn a lot through out each unit. You can also track your progress easily with a given timeline.... Read More It is a great start to see what UX is like.Read Less,UX Academy Foundations,UX/UI Design +308205,10697,designlab,Eric Carroll,False,2023,Design Lad Foundations review,2024-01-25,3.0,3.0,3.0,0.0,"I gained a rudimentary knowledge of UX design and usage of Figma. There is a slight disconnect between the mentors and the program that hopefully will be tightened as they recently changed the course layout. I am somewhat skeptical of the overall format,... Read More however, I have learned a lot compared to where I was at the beginning. I am waiting to see how this translates into credential.Read Less",UX Academy Foundations,UX/UI Design +308161,10697,designlab,Claudia Wijaya,False,2024,Insightful course for folks who are just starting out in UX,2024-01-24,5.0,5.0,5.0,0.0,"What I enjoyed: - self paced, but with provided structure within the syllabus and suggested timing for each lesson and project. There're also deadlines for units and the overall course, which lends discipline to taking teh course - 1:1 mentor sessions... Read More are a lovely part of the course to receive real professional feedback. My mentor was extremely responsive, had many years of experience, very patient in covering concepts and willing to share his knowledge even outside of the syllabus - strong discord community that helped to give a sense of that ""classroom"", with classmates in your batch, sharing questions, tips, and overall progress. I really enjoyed this community! - group critiques were also a nice way to get additional feedback, and experience presenting your work Overall, this course taught me a lot that I wouldn't have otherwise known, and while I'm not pursuing a career switch into UX, I'm ready to take what I learned to my current job as well.Read Less",UX Academy Foundations,UX/UI Design +308109,10697,designlab,Shwetambari Ahirrao,False,2024,Pretty good basics,2024-01-22,4.5,4.0,5.0,0.0,"This program is pretty good to understand the basics of figma and ui/ux although i loved the course in itself but i wasn’t able to complete the course in time due to the mentor being unresponsive most of the time. So, i would have ideally loved to complete... Read More the course earlier than usual and that affected my joining date for the main ux courseRead Less",UX Academy Foundations,UX/UI Design +308040,10697,designlab,Amrit Kaluri,False,2024,Great Course,2024-01-18,4.3,5.0,4.0,4.0,No real complaints. Good content organized well and structured nicely. Great mentor with thoughtful comments and suggestions. Lots of optional content was interesting and useful as well. Projects each tackled necessary basics for design and were very... Read More varied. Highly recommend as a basis for UI design.Read Less,UX Academy Foundations,UX/UI Design +307993,10697,designlab,Jonathan Fox,False,2024,Solid foundational course,2024-01-17,3.7,4.0,4.0,3.0,"The program is reasonably priced, and i was pleasantly surprised by the long text format approach to learning modules. Although I am not a UX designer, I came in with enough Figma knowledge that most of the assignments were relatively easy for me. I do... Read More wish that the course dove a bit deeper into visual design skills and theories, as I feel like there is not currently a DesignLab course that acts as a sufficient Visual Design follow up. I would not reccomend this to anyone who is under the impression that completing the course will guarentee or even impact their job search.... the market is extremely tough right now and this course is just the tip of the tip of the UX iceberg.Read Less",UX Academy,UX/UI Design +307987,10697,designlab,Mattie Vasquez,False,2024,Decent Experience,2024-01-17,3.0,4.0,4.0,1.0,"I think this program does a good job of taking someone at 0% knowledge and progressing them quickly. I felt like I ended the course around 50% knowledge (not enough to get a job, but enough to hopefully get into a more advanced course). The layout of... Read More the learning modules was well-structured, although some of the tutorial videos are outdated as they do not accurately reflect the current Figma software. It was also frustrating that I couldn't pause the course. Life happens, and I was unable to work on my coursework for about 10 days, this put me severely behind and I was never able to fully catch back up. Luckily, you can still access the coursework after the deadline, but if I apply to the full course, I know that will impact my application. Overall, I learned a lot, I appreciated and highly valued my mentor feedback, and I hope to continue my education with Designlab.Read Less",UX Academy Foundations,UX/UI Design +307968,10697,designlab,Anonymous,True,2024,It is an introduction to UI,2024-01-16,3.7,4.0,4.0,3.0,"You have access to a lot of theory divided into units. At the end of each unit, you have to submit a project. Throughout the course, you have online meetings with your mentor, providing an opportunity to ask anything related to the field. Overall, I find... Read More it to be a positive experience, but if you already have experience with projects, I don't think it is a good investment.Read Less",UX Academy Foundations,UX/UI Design +307943,10697,designlab,Anonymous,True,2024,A great way to get started in UX,2024-01-13,4.3,5.0,5.0,3.0,"I took this course as an introduction to design and UX and I would say that it did a good job at that. I learned a lot about Figma, design concepts and the basics of web/mobile design and now feel more prepared to learn about UX. I would say that this... Read More course was worth it overall.Read Less",UX Academy Foundations,UX/UI Design +307924,10697,designlab,Aurora Hollenstein,False,2024,Fun and challenging,2024-01-12,4.7,5.0,4.0,5.0,"What i enjoyed the most about this program is that it's self paced and you have your time to do all the lessons, what i found a little tired was the amount of reading (I'm more of a visual person) so, a little bit of videos explaining stuff would help.... Read MoreRead Less",UX Academy Foundations,UX/UI Design +307887,10697,designlab,Anonymous,True,2024,Well worth the money and went beyond my expectations,2024-01-11,5.0,5.0,5.0,0.0,"DesignLab Foundations was an introduction to something that I had zero familiarity with, so I was nervous to start the course. The information was a lot to take in at first but when the courses started, everything was streamlined and organized. The mentor... Read More sessions were the best part -- I still can't believe I was able to get such credible feedback from a professional at the price I had paid just to learn. I received excellent 1-on-1 focus and graduated with an abundance of optimism toward a new career path. Another plus of the program is that the coursework dives straight into projects; there's no reading a hundred pages and getting quizzed every five minutes. If you've got the aptitude to complete the work satisfactorily, the mentor sessions and seeing past student work will let you know right away.Read Less",UX Academy Foundations,UX/UI Design +307863,10697,designlab,Isabel Gorham,False,2024,Great Program,2024-01-11,5.0,5.0,5.0,0.0,"This was a great program. The content was interesting and well organized. I learned a lot in a short period of time, and feel ready to continue my journey learning with Designlab. The course was set up in a way that allowed for flexibility while still... Read More being held accountable and having lots of support along the way. The mentor sessions throughout the course allowed for lots of one-on-one education and feedback.Read Less",UX Academy Foundations,UX/UI Design +307850,10697,designlab,Lucie Tománková,False,2024,Designlab - UX Academy Foundations,2024-01-10,5.0,5.0,5.0,0.0,"This course was absolutely amazing. I learned a great deal as students are guided step by step to build their knowledge and practice. I thoroughly enjoyed our one-to-one mentoring sessions with my mentor, who provided me with genuinely professional advice.... Read More Furthermore, the projects were designed to enhance practical skills in a supportive and challenging manner. I felt like a student once again and relished that feeling. I am amazed to see how much I have learned in just two months and can wholeheartedly recommend studying with Designlab.Read Less",UX Academy Foundations,UX/UI Design +307802,10697,designlab,Brynn Elliott,False,2024,Foundations a gave me a great jump start to the Academy.,2024-01-08,4.3,5.0,5.0,3.0,"The curriculum was straight forward, easy to follow and could be done at my own pace. My mentor was helpful and took the time to work with me when I had questions. Personally I would have appreciated a few more videos with directions built in, instead... Read More of all silent videos.Read Less",UX Academy Foundations,UX/UI Design +307783,10697,designlab,Dylan Hepburn,False,2024,"Amazing, informative and all around great experience.",2024-01-07,4.0,4.0,4.0,0.0,"Pros -Informative -Engaging community -Well structured Cons - For me personally, time constrictions -Too many small projects clustered together Overall I'd say 8/10. This was a very well made and straight forward program!! I have almost zero complaints... Read More and I would definitely recommend this program to others!Read Less",UX Academy Foundations,UX/UI Design +307683,10697,designlab,K. Thornton,False,2024,Manage the release process from concept to production.,2024-01-02,5.0,5.0,5.0,0.0,This is a great program if you’re new to UX or if you’re not sure where to start transitioning your career. I like that you have access to a mentor and have 1 face to face session each week. I like that the course is self-paced so you have to control... Read More your progression. I feel the course is well structured and it keeps us with the latest UX strategies.Read Less,UX Academy Foundations,UX/UI Design +307648,10697,designlab,Anonymous,True,2023,Helpful,2023-12-30,5.0,5.0,5.0,5.0,I liked the way this course was structured. It gave me a solid introduction into the world of UX. I would definitely recommend this platform to a friend. My mentor was also very engaging and took her position seriously. I hope to move forward to the UX... Read More Academy.Read Less,UX Academy Foundations,UX/UI Design +307626,10697,designlab,Anonymous,True,2023,UX Academy Foundations,2023-12-29,5.0,5.0,5.0,5.0,"It was a great adventure studying online with Designlab. I've been looking for places to learn UI/UX, luckily I found Designlab. Even though the process took me more than it should be fore average student, but thankfully I close my 2023 with a graduation... Read More from UX Academy Foundations. Thank you Designlab for bringing me this opportunity and chance to learn, thank you my personal mentor in Designlab helping me out in the course. If you guys are looking for anywhere to study, or to start learning UI/UX, give Designlab a chance!Read Less",UX Academy Foundations,UX/UI Design +307579,10697,designlab,Meira Eckman,False,2023,I throughly enjoyed my experience at design lab.,2023-12-27,3.7,4.0,3.0,4.0,"I had a lot of fun with design lab, learning UX/UI skills and allowing myself to use it as a creative outlet. My mentor helped me with his skills to better my projects. I found that the material was manageable and very fasiniting. The website was designed... Read More in a way that you can learn well and apply those skills.Read Less",UX Academy Foundations,UX/UI Design +307563,10697,designlab,Matt,False,2023,Great Introduction into UX/UI Design!,2023-12-26,5.0,5.0,5.0,5.0,"UX Foundations was a great introduction into UI design tools (Figma, Sketch) and the overall UX/UI design industry. The course was well structured and the projects throughout the course were fun and helpful in learning Figma. My favorite aspect of the... Read More course was being paired with a mentor who works in the industry where I could get project feedback, learn best practices, and ask all questions related to UX/UI design and careers in the industry. I'm excited continue the journey and enroll in the UX Academy!Read Less",UX Academy Foundations,UX/UI Design +307555,10697,designlab,Denny Alvarez,False,2023,Advising customers with their vehicles,2023-12-26,5.0,5.0,5.0,5.0,"All the module are good and easy to follow and all the files for each project were provided, using the Figma online program was actually really good for using it on any computer available without needing to have the personal computer. Learning the program... Read More for Figma is a bit challenging for first time users but nothing with patience and time that can fix the learning curve.Read Less",UX Academy,UX/UI Design +307418,10697,designlab,Magdalena Wilfort,False,2023,Great course with easy to follow curriculum and instructions.,2023-12-21,5.0,5.0,5.0,0.0,"I really liked how the course was structured, it was easy to follow and it was progressive in terms of task difficulty and how each consecutive module allowed for using the skills learned in previous lessons. I am a big fan of having the sessions with... Read More mentor, it was a huge time saver, instead of having to google things I could just ask him questions. He was very helpful in reviewing the designs and giving general advice and tips. There was only a couple of repetitions in the curriculum which after all wasn't the worst since it helped cement the knowledge.Read Less",UX Academy Foundations,UX/UI Design +307359,10697,designlab,Drew Ollero,False,2023,"Intensive, but solid content and projects.",2023-12-19,5.0,5.0,5.0,0.0,"Overall, I was pleasantly surprised on the quality of the entire program. As someone new to formal design education, the curriculum was just right. Although the content was mostly asynchronous it was informative and provided opportunities to do additional... Read More deep dives (if desired). The projects were also fun but if you're new to Figma, the initial projects could feel slightly daunting. Standout here was having a mentor to meet weekly. Not only did this help me stay accountable, but also gave me additional support, tips, and feedback that helped me think and create like a designer. If you're doing this while juggling a full-time job, you'll definitely need to carve out dedicated time to complete the weekly projects.Read Less",UX Academy Foundations,UX/UI Design +307323,10697,designlab,Anonymous,True,2023,great intro course,2023-12-18,4.0,4.0,4.0,0.0,"the foundations course was exactly what i was looking for to get started. i really appreciate how easily accessible designlab makes this course, it's not a huge commitment off the bat but a trial incase you decide to continue afterwards. the course itself... Read More covered the basics and had lots of practice using industry tools. even though i had to switch mentors towards the end due to some unforeseen circumstances, both of the mentors i worked with gave me excellent feedback which made my designs stronger.Read Less",UX Academy Foundations,UX/UI Design +307052,10697,designlab,Anonymous,True,2023,very good for beginners with no experience,2023-12-08,4.0,4.0,4.0,4.0,"- beginner friendly - content is easily digestible - some videos and examples were very complicated and did not really connect with the topic of the unit - my mentor was great - really easy UI to navigate - very baseline content, not too much detail on... Read More topics such as researchRead Less",UX Academy Foundations,UX/UI Design +307046,10697,designlab,Joseph Maxwell Roach,False,2023,Design Lab Foundations Course,2023-12-08,5.0,5.0,5.0,5.0,"The Foundations Course offered be DesignLab was invaluable in breaking into the UX/UI industry. Without the skills I learned in this course, I would have been in way over my head for the UX/UI Academy! The assignments progressively got more difficult,... Read More incorporating both a new technique/skill and everything previously covered, which really helped to reinforce old knowledge and bring new information together as one. My mentor was both an encouraging cheerleader and a realist when it came to my work. She gave me insight into a professional opinion of my work, and also how she personally would improve it to meet HER standards. This was very important as she allowed me to follow my own path, and just helped to improve it! She always took my creative approaches and perfected them. I enjoyed our conversations about topics surrounding UX/UI and design in general. As someone trying to break into this from a totally different field, I had many questions and she was an invaluable resource for anything I could think to ask. Nothing but good things to say about my mentor experience and this course in general. Well worth the money if you plan on moving onto UX Academy.Read Less",UX Academy Foundations,UX/UI Design +307001,10697,designlab,Nadia Metelitsa,False,2023,Solid fundamentals with hands on projects and mentor support,2023-12-07,5.0,5.0,5.0,0.0,"I took UX Foundations course by DesignLab to get acquainted with the world of UI UX design and see whether it could be a good march for me to make a career change. The course itself is pretty solid, it introduces basic design principles followed by short... Read More test and hands-on projects to consolidate and practice the material. You get weekly 1 hr meetings with an experience mentor assigned to you, who answers your questions and gives feedback on the projects from the point of view of a working professional in the industry, which is really crucial. The platform is well designed, the curriculum is up-to-date and easy to follow. The only drawback for me is that I could feel lonely and isolated at times but they have a discord community where you can communicate with fellow students. Overall, I can recommend the course as a solid intro into the UI UX world.Read Less",UX Academy Foundations,UX/UI Design +306995,10697,designlab,Abigail Mansel,False,2023,UX Basics,2023-12-07,5.0,5.0,5.0,5.0,UX Foundations was a great way to see if I wanted to if I wanted to make a career pivot without committing to a UX Academy. I like that I had a mentor to give me feedback and the projects where challenging enough to make things interesting. I would recommend... Read More to a colleague.Read Less,UX Academy Foundations,UX/UI Design +306964,10697,designlab,Jeffrey,False,2023,UX Foundation of Designlab,2023-12-06,4.0,4.0,4.0,4.0,Mentorship programs is amazing. He keeps you on track and eligibility to ask offline questions are deffinitly a huge plus handsdown. 2nd advantage is scheduling. We have one week of completing the assignment it could be submitted any day before the due... Read More date. As someone tackling freelance gigs flexibility of course training is a must. I would suggest a 1 hour mandotary class introduction to classmates online to have a sense of a collective learning environment. It should be mandatory to at least chat with 3 students 15 minutes each.Read Less,,Unknown +306896,10697,designlab,Anonymous,True,2023,Supportive learning experience,2023-12-05,5.0,5.0,5.0,5.0,"I really enjoyed the Foundations course with DesignLab. I committed myself full time and successfully completed the material in 4 weeks as I planned. The material was dense enough to learn some basics and make me feel confident on my path. I do suggest... Read More having knowledge of Figma before beginning. I was accepted into their UX Academy post completing Foundations and am very excited! Their staff is very supportive and they have a very large community which is great. They provide you with a mentor and you can request to switch mentors if you'd like. I did this and was very glad with the outcome! My mentor was extremely supportive and was fun to work with. For someone just getting started I feel like I chose the right bootcamp. Everyone in the community is all about UXUI, I definitely recommend DesignLab.Read Less",UX Academy Foundations,UX/UI Design +306883,10697,designlab,Anonymous,True,2023,Going through and graduating from Designlab's UX Foundations was an incredible experience!,2023-12-04,5.0,5.0,5.0,0.0,"The structure of Designlab's UX Foundations course is excellently crafted! The lessons from reading, how to videos and hands on projects are well curated and it really made my professional designer skills to expand and emerge. I found the team at Designlab... Read More and my mentor to be encouraging, engaging and welcoming. I'm glad I chose to enroll; I've learned so much in 8 weeks that I don't think I would have learned in any other UX program. Overall a very excellent experience.Read Less",UX Academy Foundations,UX/UI Design +306809,10697,designlab,Anonymous,True,2023,Great online course to start leaning UI!,2023-12-01,5.0,5.0,5.0,0.0,"I am new to UX/ui design and I really enjoyed this course! The units were well put together and gave you a good understanding of the subject matter! Having a mentor and being able to have a meeting with them during each unit is really what, I think, makes... Read More this course a 5star experience for me. I would definitely recommend anyone interested in UI design to invest in taking UX Academy Foundations.Read Less",UX Academy Foundations,UX/UI Design +306808,10697,designlab,Anonymous,True,2023,"Interesting, well-paced, with just the right amount of challenge.",2023-12-01,5.0,5.0,5.0,5.0,"I really enjoyed the UX Academy Foundations course through DesignLab. I liked the fact that this program was separate from the full UX Academy and focused exclusively on UI/design. I felt like it covered a lot of information in a rigorous but not overwhelming... Read More fashion. I liked the inclusion of optional projects for additional practice. Overall, my skills and work improved dramatically over the course of the program, and I feel like it was absolutely worth the money. I'm looking forward to continuing on to their UX Academy. I am an older student going through a career change and am very self-motivated, therefore I did not struggle with the asynchronous nature of the lessons. I did the optional projects and used the outside resources offered by the program, and I think this is one of the reasons I saw so much improvement. In short, I think you get out of it what you put in. I can imagine if someone tries to rush through, they might feel somewhat lost.Read Less",UX Academy Foundations,UX/UI Design +306788,10697,designlab,Cloe Lee,False,2023,I was able to discover my appreciation and eye for design as I worked through the projects and genuinely enjoyed them.,2023-11-30,5.0,5.0,5.0,0.0,"The program is good for those who are new to UIUX Design and want to have a deeper foundation. It explains everything very clearly which is helpful for those who are new. The projects are also enjoyable and useful to practice using designing tools and... Read More using your creativity. Furthermore, having a mentor to go over your projects and giving you tips throughout the week was very beneficial as well. My mentor was very responsive and willing to help, which was a huge plus in my journey. The program provides great resources as well and tries to help students have a good understanding of what they are trying to teach.Read Less",UX Academy Foundations,UX/UI Design +306748,10697,designlab,Antonia Sterian,False,2023,"Very good experience, highly recommend!",2023-11-28,5.0,5.0,5.0,5.0,"I decided to shift my career from marketing to design and enrolled in Designlab's UX Academy Foundations course. I had zero experience with design before the course and having completed it now, I can confidently say I have a good grasp on design basics.... Read More My mentor is an amazing teacher. She is supportive, helpful and caring. Our sessions were always productive and she even took the time to walk me through past projects, explain workflows, share frameworks - besides the weekly projects. The curriculum was ok and I felt like it touched all of the basics you need to know if you're just starting out as a designer.Read Less",UX Academy Foundations,UX/UI Design +306746,10697,designlab,Kelly Dills,False,2023,UX Academy Foundations,2023-11-28,3.7,4.0,4.0,3.0,Overall the program is great. I did find it to be more UI heavy/intensive versus UX but I think it was great to get that foundation. I’ve already recommended this course to others looking for a change. I’m really hopeful that the skills I’ve gathered... Read More will help me make a career change.Read Less,UX Academy Foundations,UX/UI Design +306709,10697,designlab,Anna Li,False,2023,Great beginner course with a lot of UI emphasis- has me wanting to learn more.,2023-11-26,4.0,4.0,4.0,0.0,"Design Lab's UX Foundations provided a well-balanced learning experience. The self-guided approach with mentor feedback accommodated my full-time work schedule; and the manageable workload and abundant resources enriched my understanding. However, occasional... Read More delays in mentor feedback, likely due to their busy schedules, were a minor drawback. Overall, a valuable course for those seeking flexibility in UX education.Read Less",UX Academy Foundations,UX/UI Design +306456,10697,designlab,Brittany Souder,False,2023,Great experience and learned a lot!,2023-11-14,5.0,5.0,5.0,0.0,I loved this program as it really delved into the fundamentals of UX/UI design. I liked that you met with the same mentor each week which is different from a program that I took before. I came away with a good understanding and cannot wait to start UX... Read More Academy after the holidays!Read Less,UX Academy Foundations,UX/UI Design +306378,10697,designlab,Anonymous,True,2023,Great,2023-11-10,3.0,4.0,4.0,1.0,"I am truly surprised with how much I have learned in such a short time. This was a great course! As a complete beginner in User Experience Design, I feel like this course was perfect for me, and I took away many valuable lessons. Especially the mentorship... Read More part is very valuable, as it gives me a chance to receive personalized feedback and advice, and improve on my work.Read Less",UX Academy Foundations,UX/UI Design +306333,10697,designlab,Kristen A McAhren,False,2023,Outstanding Design Education,2023-11-09,5.0,5.0,5.0,0.0,"I joined the program with some experience in visual design, and at first I was not feeling very confident. However, my mentor really helped me to understand that it takes time to learn something new and I could do it. He was really good at explaining... Read More the concepts and was very patient. He was also positive in his feedback while still challenging me to do push my designs further. The curriculum was very good and digestible. There were some good tutorials as well, although I got frustrated with those sometimes because the instructor went really fast and his screen showed different things than mine. Overall, it was a good experience, and I feel a lot more confident about UI design now than when I started.Read Less",UX Academy Foundations,UX/UI Design +306300,10697,designlab,Alekya Malladi,False,2023,It was really good. Mentor’s feedback really helped me push my designs.,2023-11-08,5.0,5.0,5.0,5.0,Pros - an understanding of how UX design needs to be approached. The foundations were thorough and going through all units and understanding why what’s done set the foundation really well. The assignments reinforced these principles and we can see the... Read More growth over time. Cons - scheduling mentor sessions was a little bit of a problem because of the time difference both the mentor and I had but Bella was thorough and really accommodative. I appreciate her guidance and support. And Bobby for guiding me through the process and giving me deadlines for everything.Read Less,UX Academy Foundations,UX/UI Design +306253,10697,designlab,Caroline Hoffman,False,2023,Great foundation for UX/UI,2023-11-07,4.7,5.0,5.0,4.0,"Being a full time employee at my current company, I wanted to pursue something I’m passionate about outside of work in an effort to expand my knowledge and experience. The program was great! It was everything I’d expect in an intro course and more, including... Read More the basic knowledge needed to understand how to move forward, how to speak with and utilize critique, and a 1-on-1 mentor for feedback and any questions that come up. I really enjoyed this course. Although the workload didn’t feel too heavy, it was perfect for an intro course, especially in preparation for UX Academy.Read Less",UX Academy Foundations,UX/UI Design +306230,10697,designlab,Anonymous,True,2023,Decent for beginners starting in design,2023-11-06,4.0,4.0,4.0,0.0,"Work load was good for the allotted time needed to finish the course. As someone who's new-ish to design I think the lessons did a decent job explaining basic concepts of design and the projects did well in encapsulating what was taught in the pertaining... Read More lesson. Just a few things I wish DesignLab could take into consideration. In the beginning of the course when it asked what times I'm available during the week to match me up with a mentor, the questionnaire didn't have a Back button to go back and change my times because I realized after hitting Continue that I had more availability than I thought. I believe it was like that for the quizzes and feedback questions, but I didn't mind that as much. Also, I think it would help if lessons had a dark mode so that people don't strain their eyes while reading. I had some trouble turning in my last project because the file size was so big. I'm not sure if that was a problem for other people, but the quality of my screenshot isn't the best and for a last project I would want it to look nice and sharp for the mentor and potentially other reviewers.Read Less",UX Academy Foundations,UX/UI Design +306200,10697,designlab,Anonymous,True,2023,Great experience,2023-11-05,3.3,5.0,4.0,1.0,"I haven't attended a traditional school in over 10 years and was very intimated by switching careers in an online format. I had done a good amount of research and read a ton of reviews like this one on all the different schools for UX/UI design. Designlab... Read More caught my eye because of the price point, curriculum and the option to take foundations before applying to the full program (aka dipping your toes in before diving into the water). From the second I spoke to a team member over the phone I felt very heard, cared for and well informed. Even though this is all online based I never felt like I was disconnected from actual people. From my mentor to the discord group, I always had a way to get help or guidance. The curriculum is laid out so you can either go faster or at your own pace. I ended up going for the full 8 weeks just to give myself more time to work on projects because I was also still working my full time job. I can say that at the end of foundations I feel very prepared for UX academy. I recommend this program to anyone who isn't 100% sure if they want to pursue a career in UX/UI/online format but wants to explore it. I am very happy with the decision I have made and very excited to start this next chapter in UX academy.Read Less",UX Academy Foundations,UX/UI Design +306165,10697,designlab,Francis Anthony-Bassey,False,2023,Enlightening,2023-11-03,5.0,5.0,5.0,5.0,"Very well rounded. Really learnt and enjoyed the experience. The curriculum was impressive and challenging and got me familiar with UX/UI and ready for Academy. My mentor was very helpful with ideas, insights and industry standard procedures and process.... Read More My mentor went further to show how the projects relate to real life design projects and day to day tasks. It was a fantastic learning experience.Read Less",UX Academy Foundations,UX/UI Design +305987,10697,designlab,Jodie Lee,False,2023,UX Foundation was filled with alot of hands on projects that helped me to hone my design skills.,2023-10-28,3.3,4.0,4.0,2.0,"The pros were the weekly mentor sessions, the cons are the lengthy and somewhat dry reading contents with a few jargons here and there. it was much easier to understand a certain topic when looking up for the same tutorials on YouTube. Which brings this... Read More to another con - having to spend extra time researching on topics in order to understand the concept fully.Read Less",UX Academy Foundations,UX/UI Design +305908,10697,designlab,Kinjal Shah,False,2023,Career growth,2023-10-25,4.0,5.0,5.0,2.0,I have learned a-lot in foundation course that i am eagerly waiting to start my career in UI/UX field..Amazing Course..Amazing mentor and whole designlab community.Learned a lot through the curriculum and mentor was really help me to navigate throughout... Read More the curriculumRead Less,UX Academy Foundations,UX/UI Design +305630,10697,designlab,Anonymous,True,2023,Awesome course that's both thorough enough for beginners and also has plenty of substance for those with a little experience!,2023-10-13,5.0,5.0,5.0,5.0,"I had a lot of fun throughout the eight weeks of the course! I was really absorbed and challenged by every project. One aspect I was kind of worried about going into an online design course was that I'd overthink the projects and spend too long on them,... Read More but I was so pleasantly surprised that this course includes not only time limits, but also detailed breakdowns for time management for each project, and reminds you that you don't need to hand in a perfectly finished product on the very first submission. This helped my learning so much! Another invaluable part of this course were the mentor sessions. I got detailed feedback on all my work which not only helped to make each project the best it could be, but I'm also able to apply this new knowledge to design work I'm doing that's unrelated to the course. I definitely recommend it!Read Less",UX Academy Foundations,UX/UI Design +305616,10697,designlab,Anonymous,True,2023,My experience challenged me to be creative,2023-10-12,4.7,5.0,5.0,4.0,"Pros were that I had a constant support community and feedback from my 1 on 1 mentor, accessible whenever I needed. The chapters built off of each other which I really appreciated as well. I appreciated the time suggestions and the ability to submit unfinished... Read More projects in order to get feedback in real time. The guides for the new programs were very helpful having all the resources in one place for me. Some cons were that it is still a little difficult as visual learners to fully understand the programs without the practice and exercise. The timeframe was very lenient and I found very little cons with the program.Read Less",UX Academy Foundations,UX/UI Design +305498,10697,designlab,Irene Pham,False,2023,"Amazing mentor, good projects, decent introductory course material",2023-10-09,4.0,4.0,3.0,5.0,course material was introductory and decent. wasn't expecting a deep dive into UI considering this is just a 4-8 weeks beginners course. lots of learning was done through the projects which were well designed. group crit sessions were meh - I assume itll... Read More be more intense and real in the academy vs foundations. group crit sessions felt too nice and handheld which was nice in its own way but doesnt feel like it trains you for the real world. what really made my experience great was my mentor. he is so experienced in the industry and so direct at teaching and giving feedback. if I could give him 20/10 stars I would.Read Less,UX Academy Foundations,UX/UI Design +305482,10697,designlab,Anonymous,True,2023,Great foundational base of UX/UI.,2023-10-08,5.0,5.0,5.0,5.0,"The UX Foundations course was really helpful for me. It really enlightened me on what UX/UI design is, and helped me make a decision on whether or not this was for me. Because of it, I have decided to go ahead with UX Academy. I'm excited to learn more... Read More about UX/UI through Designlab!Read Less",UX Academy Foundations,UX/UI Design +305428,10697,designlab,Anonymous,True,2023,Designlab UX Academy Foundations Review,2023-10-06,4.0,5.0,5.0,2.0,"As someone who has no experience in any field related to design, this has been a great introduction to the UX field. The courses were designed to self learn, and the pace is great even if you are working a full time job. Projects were fun but can be challenging... Read More at first. The weekly sessions with mentors are great to utilize as they provided great feedback on your work. I do recommend to everyone who do sign up to look into those optional courses related to Figma/Sketch as those are very helpful. Overall, great course and recommend those who may be interested in UX to try it out. I plan to continue on with my UX journey through UX Academy.Read Less",UX Academy Foundations,UX/UI Design +305345,10697,designlab,Esther Pronovost,False,2023,Designlab UX Foundations Review,2023-10-03,4.7,5.0,5.0,4.0,"I signed up for the course originally as a way to practice my UI/ UX skills and create more meaningful work for my portfolio. I'm currently a graduate student studying UI/UX so for me personally it was great to be able to get more projects and hands-on... Read More work to practice with. The most helpful parts of the course for me were actually the tips, advice, and resources from each unit, especially the detailed guides about working with Figma. The pacing of the course was pretty good, and included many solid topics. I was even surprised at the addition of a unit about giving critical feedback which is great. The fact that the site allows you to reupload iterations of your work is really helpful and made it easier to submit and review old submissions. Overall it was a really great course that helped me a lot!Read Less",UX Academy Foundations,UX/UI Design +305310,10697,designlab,Tony Acosta,False,2023,Designlabs Foundations Experience,2023-10-02,4.0,4.0,4.0,4.0,"What of my favorite things I liked about the foundations course is how well structured each week was. Not only that, but the progress bar was a good indicator on the work each student put in for the week. Lastly, I liked the fact that we had mentors to... Read More guide us through each section and provide very good feedback on the pros and cons with each homework assignment that we turned in for each project. There was mostly one thing that I feel could be improved or changed. That suggestion is that the readings were not very helpful to me at least. I can't retain information very well through just reading and I'm sure many others cannot do the same. I have always struggled with that and I feel that it could be changed to something such as videos or animations. My mentor and I spoke about this issue in one of our sessions. We expressed that it would be easier for me and many others to collect information on the readings if half the reading was in videos or there was a video that also followed the reading. The Google UX Design Certificate Program does an excellent job, I believe , at practicing this. Although, it was all videos on their program, there was still a reading portion that went with the video.Read Less",UX Academy Foundations,UX/UI Design +305158,10697,designlab,Asma Ansari,False,2023,Great course for learning UX/UI design principles!,2023-09-25,4.0,4.0,4.0,0.0,"The foundation's course will give you a comprehensive understanding of the principles and concepts behind UX/UI design. The course offers abundant reading material, complemented by a limited number of videos primarily focusing on figma and sketch tutorials.... Read More It's like a window into what the academy offers and allows you to assess your commitment to the weekly mentor sessions and group critiques. The only downside is that the Figma tutorials provided in this course are slightly outdated and lack detail. Prior familiarity with the software will greatly enhance your learning experience.Read Less",UX Academy Foundations,UX/UI Design +304929,10697,designlab,Anonymous,True,2023,Quick and easy!,2023-09-16,4.3,4.0,4.0,5.0,This program really helped me learn the basics in a quick and efficient manner. The pro is that I could still work full time and complete the course. The cons were that it’s not 100% flexible as far as making your own schedule. You have a week by week... Read More guide and if you get behind it can be tough to get caught up.Read Less,UX Academy Foundations,UX/UI Design +304922,10697,designlab,Anonymous,True,2023,My journey at Designlab has been rewarding and encouraging.,2023-09-16,4.0,5.0,5.0,2.0,"My experience has been quite positive so far. The curriculum is pretty concise and covers a lot of foundational design concepts. The mentorship was very satisfying. I attended all my mentor sessions and she was very helpful and knowledgeable. She challenged... Read More me when I needed to be challenged and cheered me on I was having self-doubts about my designs. All in all, it has been a positive, and rewarding journey.Read Less",UX Academy Foundations,UX/UI Design +304899,10697,designlab,Kaisa Nordal-Jonsson,False,2023,Great introduction!,2023-09-15,4.7,5.0,5.0,4.0,"I was considering skipping the Foundations course by completing the 10 hour-design challenge, but I'm really glad that I took the intro now! I have seen real improvement from my first project to the design challenge. It's nice to have an intro and get... Read More some projects out of the way so that once you start building your portfolio your skills are farther along. Meeting weekly with my mentor was really useful, and I liked the option to create more than one iteration of a project. Love that you can browse other students' work and mentors' portfolios. The amount of work was totally manageable for working full-time. The only things that could improve the experience would be maybe some group projects or more critiques with other students.Read Less",UX Academy Foundations,UX/UI Design +304894,10697,designlab,Tessa Mace,False,2023,Great for beginners and non-beginners!,2023-09-15,5.0,5.0,5.0,5.0,"I recently completed the foundations course and will hopefully be in UX Academy soon. I really enjoyed this course and felt it was paced well for the part-time track. I have a full time job so I wasn't able to do full-time and it was the right amount... Read More of time commitment. The lessons and projects have time suggestions to guide you and are completely self paced. Some days I had more time to go through them and other days I didn't so it was helpful to have the time stamps on them to help schedule myself. I found the lessons very interesting and well structured. My mentor, Kelly, was absolutely amazing! She gave great feedback and really helped me beyond just foundational learning. Once I understood the basics, she encouraged me to start thinking about higher level design thinking. She was extremely patient and very knowledgable! I had previous design experience (non-UX experience) so she was great at helping me incorporate it into my projects.Read Less",UX Academy Foundations,UX/UI Design +304881,10697,designlab,Niyati Telgu,False,2023,"As a non-design graduate, designlab foundations course really boosted my confidence in picking up design skills.",2023-09-14,4.3,5.0,5.0,3.0,pros: - Even complete beginner can pursue -Easy to digest modules -Positive reinforcement by mentors and peers -Project assigments for variety of devices cons - Does require self initiation to network with peers -Might involve minor plagiarism of submitted... Read More projects of peersRead Less,UX Academy Foundations,UX/UI Design +304877,10697,designlab,Anonymous,True,2023,Great experience,2023-09-14,5.0,5.0,5.0,5.0,"UXF is a great intro to what UX and UI design ideas are. As someone with a design background, this was a fairly easy course to understandand and grasp. It's also a very flexible course and I was able to finish it ahead of schedule to jump into the next... Read More stage of my UX/UI journey.Read Less",UX Academy Foundations,UX/UI Design +304839,10697,designlab,Elizabeth Toto,False,2023,Great Experience!,2023-09-13,5.0,5.0,5.0,5.0,"I really enjoyed this course to begin my design career journey. Each unit was a perfect combination of reading and then actual doing! I noticed with other courses there was way too much reading, and not enough of doing. Every unit had projects which ended... Read More up being amazing practice. If there was anything I was confused about, I was able to ask my mentor. One of the reasons I chose Designlab was the mentor aspect of it. I don't know anyone in my personal life who is in the UX Design field. So it was helpful to have someone to go to and have someone approve and critique my work. Overall, I think it was a great experience and I would recommend it to others interested in starting their design career journey!Read Less",UX Academy Foundations,UX/UI Design +304773,10697,designlab,Anonymous,True,2021,Please do not waste your money.,2023-09-10,1.0,1.0,1.0,1.0,"I do not recommend Designlab. I ignored the comments that warned me about it but after wasting my money, I realized that it was a complete waste of money. Yes, you will learn some stuff. But most of the stuff you can learn for free...If you need a mentor... Read More to look at your design, look into ADPlist.Read Less",UX Academy,UX/UI Design +304752,10697,designlab,Christina Liu,False,2023,Helpful and Practical,2023-09-09,4.7,5.0,5.0,4.0,"Before Designlab, I took a lot of free online courses, but none of them gave me practical teaching on how to use software and actually design. I appreciated that in conjunction with all the informational lessons, there were many projects that allowed... Read More me to get comfortable with the software and actually practice design principles and hierarchies. I liked how all the information in the course was developed by Designlab, meaning I was paying for unique material. I also really appreciated the mentor program. It really helps to have real feedback from a real professional. I will say, I don't necessarily feel like I got that much more connected with people in the UX/UI field in terms of making connections and networking, but that could be due to my own struggle with using the Discord networking community. Overall though, I do feel more equipped and prepared to develop my portfolio further.Read Less",UX Academy Foundations,UX/UI Design +304745,10697,designlab,William Dockery,False,2023,"Easy to follow, great lessons and projects, amazing mentorship, and very encourgaing.",2023-09-08,5.0,5.0,5.0,0.0,"For a foundations course, there's not any cons that I could think of when it comes to the overall course. The dashboard was very user friendly, which allowed me to easily follow along what lessons were next and when my next mentor meeting was. The course... Read More provided some amazing reads that really helped teach me a lot of key factors that prepared me for the unit projects.Read Less",UX Academy Foundations,UX/UI Design +304738,10697,designlab,Anonymous,True,2023,"It was a roller coaster with moments of frustration, pride, doubt, satisfaction, curiosity, and accomplishment!",2023-09-08,2.7,4.0,3.0,1.0,"I wish there was at least some focus on civic/gov't UX/UI or the idea of using UX/UI for social justice/good. It all felt very marketing, branding, capitalism driven which was a big source of demotivation for me. As a complete newbie to design and not... Read More what I would describe as tech-savvy, I would suggest not making any of the curriculum optional. I think everyone is busy and always looking for the thing they can cut from their to-do list, but I realized early on I NEEDED to do all the Figma tutorials and other optional practice lessons or I would have never gotten to where I was able to get by the end of Foundations. Also, there is content in the optional lessons that is then used in assignments and/or is on the quizzes! Every assignment took me twice as long as the time DesignLab said it would. I could not have stuck to those time limits in a rigid way - I wouldn't have been learning what I needed to learn if I didn't complete all the projects, no matter how long it took me. The Discord community was great. I was nervous about my mentor not being a good fit, but he was so knowledgable and really helped me, even when I would feel super frustrated. I kept telling myself it's like starting an immersive language program - it's just not going/supposed to make sense at first. It's hard to know what part of that is me just being a total newbie and what part of that is unclear curriculum. I found the videos extremely hard to follow, trying to watch what the mouse was doing at the same time I was trying to watch what is being created on the Artboard and whats happening in the left hand column of Figma was tricky, even when I watched the videos at slower speeds.Read Less",,Unknown +304713,10697,designlab,Anonymous,True,2023,"I learned a lot from this course, it was very informative.",2023-09-07,5.0,5.0,5.0,5.0,One pro would be the opportunity to learn a new skill that I was interested in learning. I like the creative freedom that I had while completing my projects and the course work was easy to understand. One con would be Adjusting to learn Figma. I had a... Read More hard time learning a few aspects but overtime and with practice I overcame these challenges.Read Less,,Unknown +304649,10697,designlab,Anonymous,True,2023,Great Pre-Course,2023-09-06,5.0,5.0,5.0,5.0,"I've had a great time in the Designlab UX Foundations course. I am currently waiting on feedback on my final projects before applying to the UX Academy, and am expecting to have everything finalized and my application to the UX Academy completed by the... Read More end of the week. The course has taken me 5 weeks going at about 20 hours per week. I was not rushed through any of the reading, was able to complete the projects thoroughly, and feel like I have learned a lot. My mentor was great, she always had tips and feedback for me, was able to answer any questions I had, was flexible with scheduling our meetings, and was all together a great person to work with. This is a course designed to give you the base knowledge to succeed in the UX Academy, so there hasn't been any job support yet. I'm hoping that my experience in the UX Academy will be as enjoyable as Foundations has been.Read Less",UX Academy Foundations,UX/UI Design +304617,10697,designlab,Kattariya May,False,2023,I've learned so much!,2023-09-05,5.0,5.0,5.0,0.0,"I've got to say that learning the foundation course here in Designlab has been super smooth. Everything's straightforward and easy to understand, and having that one-on-one with a private mentor? Absolute game-changer. Plus, the cost is pretty affordable.... Read More Totally worth it!Read Less",UX Academy Foundations,UX/UI Design +304586,10697,designlab,Karine,False,2023,Loved this foundations UI/UX course,2023-09-04,4.5,5.0,4.0,0.0,"After a lot of research, I settled on DesignLab's Foundations course because I wasn't ready to spend thousands $$$ of dollars for a full-on Bootcamp. The Foundations course was the perfect in-between, it was a $500 course that was divided into eight units... Read More and a ninth optional unit. I enjoyed each unit but most of all I LOVED the mentorship program, I think this is very unique to Designlab and it's genius. At first, I got matched with a mentor that I wasn't vibing with so I asked to change. Once I got rematched it made the course so much more enjoyable. I think the beauty of this course is that you're doing the work and then you get to present it to the mentor that gives you immediate feedback. That closed loop really helped me to learn.Read Less",UX Academy Foundations,UX/UI Design +304572,10697,designlab,Garrett Robinson,False,2023,My experience was useful and easy to understand.,2023-09-03,4.3,4.0,5.0,4.0,"The pros of this program are the mentorship, user friendly experience, and good pacing to the provided lessons. I don’t have many cons to provide, besides the fact that uploading projects can be a pain when the max file size capacity was lower than what... Read More my projects turned out to be, so I had to compress almost every one.Read Less",UX Academy Foundations,UX/UI Design +304570,10697,designlab,Erin Cruise,False,2023,Designlab's Fundamentals course was a great intro into the world of design.,2023-09-03,4.3,5.0,5.0,3.0,"I recently decided that I wanted to make a career shift from the advertising field to UX/UI design. I had a bit of experience designing websites from a graphics perspective but I wanted to find a bootcamp to develop my skills and portfolio. The Foundations... Read More course at Designlab is a prerequisite for their full UX Academy. This course gives you the opportunity to learn the basics of design, how to approach finding the solutions to briefs, thinking like a designer and how to design in Figma. It was really helpful to go through all of the projects and work with an amazing mentor who gave really insightful feedback. I would recommend doing this course if you're interested in learning more about design and seeing if this type of work is a fit for you.Read Less",UX Academy Foundations,UX/UI Design +304559,10697,designlab,Tom Nash,False,2023,I have learned so much from this course,2023-09-02,4.7,5.0,5.0,4.0,"The content for the DesignLab Foundations course was structured perfectly and challenged me. I feel like I have a solid base now to go into the Academy. Also, my mentor was amazing. He was encouraging, and gave me great advice, especially towards the... Read More end of the course as we tied everything together!Read Less",UX Academy Foundations,UX/UI Design +304540,10697,designlab,Decio A Flores,False,2023,Great experience with tons of resources,2023-09-01,4.3,5.0,5.0,3.0,"Taking Designlab's UX Academy Foundation Course was nothing short of a transformative experience. The well-curated curriculum takes you through everything from user research to high-fidelity prototyping, blending theoretical knowledge with hands-on practice.... Read More The real standout feature for me was the mentorship program. My mentor, an industry expert, provided invaluable insights and personalized feedback that enriched my learning journey. On top of this, the course is flexible and user-friendly, perfect for both professionals and beginners. By the end, I had not only built a great set of skills but also ignited a genuine passion for UX design.Read Less",UX Academy Foundations,UX/UI Design +304529,10697,designlab,Anonymous,True,2023,Designlab is terrible!,2023-09-01,1.0,1.0,1.0,0.0,"I was set up with a mentor, who did not give me clear feedback and asked me one question in my assignments. I thought it was normal. Every session she did not have much to say, and I had to be the one bringing the questions. Thinking I was doing good,... Read More she approved my 10 hour design challenge with minimal feedback. The admission team rejected my design and gave me some feedback. They also set me with a mentor for two sessions to redo the design. The new mentor gave me insightful feedback and prided himself on helping students. I did all the changes he advised and did the changes on the feedback. I resubmitted my design and it was rejected again. I reached out to the advisor, and he barely said anything and did not seem to care. I reviewed the feedback, and new opinions were given, which were not in the original feedback. In addition, there was a lot of ""I feel"" phrases, which were just feelings and not facts. The admission team also suggested I take another course and pay for it. On top of that the Foundation course was setting you up to fail. The lessons were short and no videos on the topics. The only videos were about Figma. They went over basic concepts and did not really help you understand these concepts, but they expect your design challenge to look like a professional. The course was a waste of time. I would feel UX design should of been taught first instead of UI. This place seems to not help students. They just want your money and claim you do not need to be designer to pass.Read Less",UX Academy Foundations,UX/UI Design +304502,10697,designlab,Anonymous,True,2023,Easing my way into the UX/UI Bootcamp,2023-08-31,5.0,5.0,5.0,5.0,"The pros are that you can go at your own pace in terms of their are no live classes, just need to sacrifice some additional time to meet with your mentor. I also like how there are deadlines still so that people don't fall too far off the track and can... Read More still finish in a reasonable time. It was good for me, a person coming from a design background. A con that I didn't personally experience but can imagine is that a person doing the foundations course but not coming from a design background, I can imagine they will still be behind in that area. Designlab foundations can only teach one SO much about design in a few weeks. Also some people just do not have the eye for it, so I am not sure how people go about that problem. But besides that, it was good practice but also starting to train my brain to design differently. Not for just aesthetic but what is best for the user.Read Less",UX Academy Foundations,UX/UI Design +304151,10697,designlab,Mary Fowler,False,2023,Great introduction to design!,2023-08-21,5.0,5.0,5.0,5.0,"I had a fantastic experience throughout the Foundations course at DesignLab. As someone who is coming from a background of zero visual design experience, I was amazed to see my progress throughout the 4 weeks. I owe it all to my mentor, as well as the... Read More easily digestible content and guidance of DesignLab.Read Less",UX Academy Foundations,UX/UI Design +303838,10697,designlab,Anonymous,True,2023,Great UI Design course with some slight issues,2023-08-13,4.5,5.0,4.0,0.0,"The course is well put together generally. There were some minor gripes, none of which would make me pick other courses though! I thought the lessons were a little too wordy at times, and would have loved for it to be broken into smaller bits. It was... Read More also hard to go back to a lesson to search for particular information. The lesson on auto layout was quite horrible. There was no way I could have learnt it without looking for external sources. But other than that, everything was well put together. I enjoyed my sessions with my mentor thoroughly. It allowed for more tailored teaching than a group class. I felt adequately challenged throughout the whole course. Would definitely recommend this to anyone looking to gain more knowledge on the technical side of UX/UI Design!Read Less",UX Academy Foundations,UX/UI Design +303790,10697,designlab,Anonymous,True,2023,Good,2023-08-11,3.0,3.0,4.0,2.0,Pros- Very good layout and walking you through all the resources you need and specific readings that you should do to learn. Good for beginners and very dependent on your mentor Cons- Not very good if you want real examples in real time. Sort of just... Read More throws you out to do everything on your own.Read Less,UX Academy Foundations,UX/UI Design +303687,10697,designlab,Anonymous,True,2023,A great first experience in the UX / UI world,2023-08-09,5.0,5.0,5.0,0.0,"Designlab's UX Academy Foundations course is a wonderful first step for those who have little to no experience in the field and are looking to either learn new skills or initiate a career change. I really love that the entire course is self-paced, but... Read More has built in markers (like mentor check-ins, the 8 week max timeline) to ensure students are progressing sufficiently. I also appreciate that Designlab has a thriving community on Discord, which students can access to ask questions, engage in group crits, and learn about what's happening in the UX / UI world at-large. I have no cons that immediately come to mind to be completely honest! I really enjoyed this course and plan to move ahead with the Academy eventually.Read Less",UX Academy Foundations,UX/UI Design +303684,10697,designlab,Tanner N Nguyen,False,2023,I feel like the foundations course with designlab was great. I learned a lot that I did not know before and feel ready to start the next part of this course.,2023-08-09,4.7,5.0,5.0,4.0,"Some of the pros of this course are that you get a mentor to help you out 1 on 1. For me, this is super beneficial since I'm a visual learner. Con is that its really easy to fall behind so I say plan ahead of your schedule on when you can get things done.... Read MoreRead Less",UX Academy Foundations,UX/UI Design +303678,10697,designlab,Anonymous,True,2023,"Great foundational with plenty of depth, fantastic mentor support",2023-08-09,5.0,5.0,5.0,5.0,"Designlab's UX Academy Foundations is a great intro course that covers what the field is about, how to use commonly-used applications (Figma, Sketch), and what to expect from a career in the field. Despite being an ""intro"" course, I found that a lot of... Read More the course work goes pretty in-depth, and a lot of suggested materials really supplement the curriculum. Weekly 1:1 mentor support is invaluable; I received live help on issues I was encountering, and also discussed real-world topics that I might not have learned from reading a blog or forum. The curriculum is fairly paced with a specific weekly topics and assignments peppered throughout. Access to see other students' work is a great feature so one can get inspiration from others who are on the same path. There is also a great Discord community where students can interact with each other and get live questions answered during virtual office hours. Overall, I highly recommend the course for those interested in UX but without any prior design experience. It covers a lot of ground, can give you an inside look into the field, and is a great value for what you get out of it.Read Less",UX Academy Foundations,UX/UI Design +303616,10697,designlab,Jill Fader,False,2023,Good and thorough into to design,2023-08-07,4.7,5.0,5.0,4.0,The UX foundations course at design lab was thorough and has helped me to feel more confident about design principles. The feedback from my mentor was very helpful in progressing my skills. As this is a more introduction course I have not yet taken advantage... Read More of any job support resources.Read Less,UX Academy Foundations,UX/UI Design +303370,10697,designlab,Anonymous,True,2023,10/10 Amazing Overall Experience!,2023-07-31,5.0,5.0,5.0,5.0,"Going into Designlab and deciding to go with them over other boot camps was the best decision I ever made! Not only has it provided me with great resources and access to learning new design tools, but it has also provided a mentorship that has significantly... Read More helped me with understanding UX/UI design. I highly recommend this program to anybody looking to enter this industry with no design experience.Read Less",UX Academy Foundations,UX/UI Design +303052,10697,designlab,Anonymous,True,2023,Great introduction to design!,2023-07-20,5.0,5.0,5.0,0.0,"Designlab's UX Academy Foundations course was a challenging and fun introduction to UX design. It appeals to different learning styles with both videos and articles, and plenty of hand-on practice. The best part, hands down, was access to a mentor for... Read More one hour each week of the program. My mentor, Clara, was great to talk to. Friendly, knowledgable, honest and insightful. I would recommend UX Academy Foundations to anyone who is looking to get a feel for design before committing to an intensive and expensive bootcamp.Read Less",UX Academy Foundations,UX/UI Design +302921,10697,designlab,Anonymous,True,2023,Designlab is awesome for full-time workers!,2023-07-17,5.0,5.0,5.0,0.0,"My overall experience with Designlab's UX Academy Foundations course was a positive one! It was easy to work into my M-F full-time work schedule, I had an awesome mentor that helped with questions and feedback on my projects and answered questions about... Read More the UX field in general. My mentor was great at responding and looking over my projects in a timely manner so that I could move forward to the next unit soon after finishing the previous one. The only slight con that I experienced was that some of the how-to content uses an older version of Figma in the videos which made it harder to follow along. Otherwise, I think the course load was well balanced and the materials were presented in a way that was easy to digest and I could complete a quick reading between tasks at work.Read Less",UX Academy Foundations,UX/UI Design +302808,10697,designlab,Ellie Bassford,False,2023,Comprehensive and FUN introduction into digital design!,2023-07-12,5.0,5.0,5.0,5.0,"This course was a super reassuring first step into retraining in the digital industry, after a couple too many fruitless years of freelancing in the creative world without really feeling like my degree had taught me enough to confidently navigate through... Read More an ever-changing digital landscape. I completed my course while travelling around bits of Europe, and while I found the workload a little tricky to adjust to at first, but once I got settled into the rhythm it was a nice constant to have throughout my trip, I even looked forward to my weekly calls with my tutor, who gave me just the right amount of feedback and encouragement. The structure of each unit itself repeats itself; with reading and theory to start, then some how-to videos to watch to lean into learning a couple new elements/skills per unit, then it's time for a end of unit project. I would highly recommmend doing the bonus projects, they aren't part of the total hours you're committed to do, but in the long run they help so much with solidifying learning all the new information and programme details as the course progresses. The discord is a great place for connecting with other course mates, the welfare team are super on it with communicating with you about any queries or help with progress you need. Overall the programme is extremely well structured, laid out and I'm totally satisfied with the price for the product. I'm genuinely excited to apply for Foundations this month!Read Less",UX Academy Foundations,UX/UI Design +302769,10697,designlab,Afore Hsieh,False,2023,It's totally worth it!,2023-07-11,4.3,5.0,5.0,3.0,"Before signing up for the Designlab UX Academy Foundations, I was trying to study UI/UX on my own for about three months with learning materials on Udemy. I did make some progress while studying on my own, but I could get lazy and less-motivated along... Read More the way and when there's no one to view my design, I wasn't sure whether I was doing the right thing or not. After signing up for Designlab, I felt much more motivated than before. The course content from Designlab is easy-to-understand. The design project for each unit is very well-made. Whenever I finished a project, I could feel that my design skills have been lifted to the next level. I was also fortunate that I've got a great mentor who's always challenging me to think more on my design. I finished the Foundation course in about 6 weeks and I'm proud to say that my design skills and knowledge have substantially improved!Read Less",UX Academy Foundations,UX/UI Design +302762,10697,designlab,Kruthi Sreesha,False,2023,It was an enriching experience,2023-07-10,5.0,5.0,5.0,0.0,This is a comprehensive course power packed with content to help get started on everything you need to know about UI/UX Design. It is structured with great resources and different hands-on activities and projects using popular design tools like Figma... Read More and Sketch. I feel very confident using these design tools after completing the course. Highly recommend to anybody who is considering to get started with UI design.Read Less,UX Academy Foundations,UX/UI Design +302742,10697,designlab,Jayden Richmond,False,2023,"This is a insightful, low stress, well paced program.",2023-07-10,4.5,4.0,5.0,0.0,The pros are the uploading process for a system similar to the agile system that we will use in the workplace. I like having the ability to see the works of others on the site and through discord. The information they provided didn't seem rushed or sloppily... Read More put together.Read Less,UX Academy Foundations,UX/UI Design +302667,10697,designlab,Michael Childs,False,2023,DesignLab gave me the confidence to push forward into the world of UI/UX Design,2023-07-06,5.0,5.0,5.0,5.0,"DesignLab is a very tried and true online platform for learning digital product design. The UX Foundations course was a very solid introduction into the world of UX/UI design. They covered the basics of design thinking, exploring your creativity, layout,... Read More scale, color, typography and more. The projects were challenging and rewarding and build up more and more as the course goes. Before you know it you have the confidence to start making your own icons and building a brand. The one thing that I didn't really like about the course was using Discord for the community aspect. I would have preferred to have used Slack as it has a more professional focus. I highly recommend anyone who is thinking about learning UI/UX design look at starting off with DesignLab's Foundations course.Read Less",UX Academy Foundations,UX/UI Design +302643,10697,designlab,Anonymous,True,2023,This course teaches you how to think and design like a UI designer.,2023-07-06,3.7,4.0,4.0,3.0,"This course covers how to use Figma and basic UI design principles. It is made up of written material, video tutorials, and short projects in Figma. While much of the educational content can be found online from alternate sources (like YouTube tutorials... Read More or Medium articles), the real value in the course is being able to review the projects with a mentor in one-on-one sessions. The written content and video tutorials can only teach you so much, as every project has its own nuances. Getting direct feedback from a professional designer helped me recognize design errors and ways to improve and think like a UI designer. A potential con was that time estimates were often underestimates and didn't factor in the extra time needed for iterations on design projects.Read Less",UX Academy Foundations,UX/UI Design +302639,10697,designlab,Anonymous,True,2023,Excellent overview of UI concepts and great prep for UX Academy,2023-07-06,5.0,5.0,5.0,0.0,"I had a very enjoyable experience with the Foundations course. The course was set up so you can go through it at your own pace; it didn't feel rushed and yet at the same time there was so much material that was covered in 8 weeks, you really do learn... Read More a lot from this course. In Foundations, we focused on learning Figma through different projects. These projects were fun and challenging, and they were always a great application of UI concepts (with these projects, we created mock desktop landing pages, forms, and mobile app screens). I also loved having a mentor meeting with me every week, guiding and helping me to improve my work and develop good design practices. Overall this course has given me a great overview of UI design. I feel prepared and look forward to starting UX Academy!Read Less",UX Academy Foundations,UX/UI Design +302637,10697,designlab,Paige Keefer,False,2023,I had a great time learning through Designlab!,2023-07-06,5.0,5.0,5.0,0.0,"Completing the UX Academy Foundations through Designlab was the best decision I ever made! The staff and my mentor were very helpful and supportive. The curriculum was challenging, insightful, and fun! Receiving feedback and getting to improve on my work... Read More was a great learning experience.Read Less",UX Academy Foundations,UX/UI Design +302611,10697,designlab,Anonymous,True,2023,Awesome experience,2023-07-05,5.0,5.0,5.0,0.0,When I joined the program I didn't know any of the technical aspects of Design. After completing UXAF I started seeing the shift in my deisgn knowledge. I am so glad that I took this program. The time constraint on projects had its pros and cons. But... Read More overall I like the foundation courseRead Less,UX Academy Foundations,UX/UI Design +302510,10697,designlab,Logan Kinsey,False,2023,Fun and enjoyable curriculum while gaining a lot of knowledge,2023-06-30,4.3,5.0,5.0,3.0,"I did have an enjoyable experience and would definitely recommend this course to anyone wanting to start a career in design. The projects were fun, however some of the video tutorials were a bit confusing, but thank goodness for my 1-1 mentor because... Read More he helped me through a lot of the questions and bumps that I hit. I feel ready to take on the next step of my design education thanks to Design Lab foundations course.Read Less",UX Academy Foundations,UX/UI Design +302507,10697,designlab,Power Lee,False,2023,UX Academy Foundations,2023-06-30,4.0,4.0,4.0,0.0,"It's a pretty good course. When I got into it, I thought it was going to be lecture videos. However, I was wrong. It's pretty much read the material and have a mentor if you have questions. I think the material is pretty straightforward because I didn't... Read More use my mentor as much. My mentor was awesome and pretty good at responding back and giving feedback. The tools we use were Figma and Sketch, but the course focuses more heavily on Figma than Sketch.Read Less",UX Academy Foundations,UX/UI Design +302409,10697,designlab,Anonymous,True,2023,Comprehensive overview of UI topics,2023-06-28,5.0,5.0,5.0,0.0,"Pros: - Amount of work: I work full-time and was able to complete the course on time - Projects were enjoyable and also geared toward what you'd learned in the unit, so you got to practice what you'd just learned - Articles were easy to read and didn't... Read More feel like a drag - my mentor was great, answered any questions I had and gave me good feedback on how to make my projects better Cons: - Must have good-time management skills as it is mostly self-paced - outcome depends on how much effort you put into itRead Less",UX Academy Foundations,UX/UI Design +302090,10697,designlab,Susan Bolling,False,2023,Excellent intro to UI Design and prep for UXA,2023-06-18,5.0,5.0,5.0,0.0,"I completed this program before applying to the UX Academy. I began the Academy in April and am very grateful that I completed Foundations first. I began building websites in 2000, but left the workforce to be at home with our children in 2012. I've worked... Read More part-time some since then, but with the Foundations program was really able to catch up and enter the Academy with confidence. I focused on learning Figma, however there is ample opportunity to learn Sketch as well. Great intro info for Design Systems and other more complex UI topics. I highly recommend it.Read Less",UX Academy Foundations,UX/UI Design +301939,10697,designlab,Kelly Sung,False,2023,"Great flexibility with schedule; additional assignments/resources (e.g., figma files) would be appreciated!",2023-06-11,3.7,4.0,4.0,3.0,"I liked how I was able to complete this program completely at my own pace. I also enjoyed the different projects that had you apply what you learned from the reading assignments; although these projects did help me learn, I do wish there was some variability... Read More (maybe 2-3 options) with what kinds of projects (e.g., clothing company, travel company, etc) we could do. Additionally, with some more techincal aspects like auto layout and components, it wouldn't been really nice to see the figma files they used as part of the tutorials. Additionally, I would've loved to have more smaller (30 min) assignments to practice individual parts leading up to larger projects. Sometimes, it felt like I would just read all the material and then be expected to immediately apply all of it in 3-hour-project. Using 10-20 minute assignments to practice skills would help ease this transition.Read Less",UX Academy Foundations,UX/UI Design +301931,10697,designlab,Anonymous,True,2023,"good readings, the video tutorials could use some work",2023-06-10,4.0,4.0,4.0,0.0,I enjoyed the readings and the critiques I had with my mentor were helpful. The Designlab video tutorials for how to use Figma aren't really helpful. They're too fast and don't do a good job explaining the tools/process; they just show what they're doing... Read More insteadRead Less,UX Academy Foundations,UX/UI Design +301903,10697,designlab,Anonymous,True,2023,"my experience was great, very self explanatory and with no major issues.",2023-06-09,5.0,5.0,5.0,5.0,"My whole background has been in sales, and design has been something i have always wanted to pursue, 8 weeks ago i had no clue about UX/UI design. this whole experience has opened new perspectives and has made me realize how much i actually enjoy Design,... Read More i enjoyed every part of the program and i am super excited to see what UX academy will bring. UX/UI design has been a life changing experience, i have grown a lot and gained a lot of knowledge through this 8 weeks. i was also lucky to have a great mentor who helped me in every step of the way and made sure i was prepared enough to continue with UX academy.Read Less",UX Academy Foundations,UX/UI Design +301776,10697,designlab,Anonymous,True,2023,Quickest way to learn tool,2023-06-05,4.3,5.0,5.0,3.0,"I used be an infant lead teacher for 7 years with 0 tech or computer background. When I decided to change my career, I know there are so many boot camps or online courses out there so I was so indecisive. Then I found DesignLab UX academy foundation course... Read More while I had a phone call with one of their admission team members. Setting up the course was easy, you pay the course fee online and you can quickly access to the portal(dashboard) on launch day. While this whole process, my admission supporter was so helpful and no struggle.Once the course started, you are able to start the units and keep going however I set my style as one unit per week so that I don't get overwhelmed. DesignLab has 1-1 mentorship, my mentor was the best!!! First couple units I felt he was little bit quiet and not helping much however when the units and we took more session together he opened up all the sessions were very meaningful. Each Unit has couple projects which helped leaning Figma tool. I mentioned at first that I came from 0 skills so this was fit to me. Now i can make easy designs by myself which something i'm proud and cannot believe since i had lots of tears early units struggling to use Figma. When I stuck, Discord community was very helpful. I asked questions couple times and was able to make a friends and work together or got feedbacks. I learned webinar events on Discord which made me join them to get more informations about UX jobs. Overall this course was fun and best for Figma. If i apply the down part then that would be the less other aspects of UX such as researches. However those parts weren't covered in the foundation course will be covered in UX academy bootcamp.Read Less",UX Academy Foundations,UX/UI Design +301771,10697,designlab,Anonymous,True,2023,Fulfilling and Enlightening Experience,2023-06-05,4.5,4.0,5.0,0.0,"Even as a person with a background in visual design, this course helped me firm up my foundation (no pun intended) and learn more in regards to UI design. This gave me the confidence, plus the added guidance of a mentor, that I made the right decision... Read More and to move forth with UX Academy. I highly recommend this to anyone who is afraid of making a career change or someone who has committed to a career change, but is feeling uncertain of what's on the other side. I finished this course in four weeks, mostly because I had the time and while I was in the zone. The course load was reasonable and the projects did help challenge me/ apply what I learned. Yes, you could do and learn all of this for free from YouTube, but having structure, a mentor, and community really make the program for me.Read Less",UX Academy Foundations,UX/UI Design +301640,10697,designlab,Lindsay,False,2023,Best UI course I've taken,2023-05-30,5.0,5.0,5.0,5.0,"My friend took classes with Designlab and recommended it to me while I was doing course searching. He said it's rigorous and has the most comprehensive curriculum. I didn't quite follow his advice and subsequently took a few other UI courses, but felt... Read More like they just weren't rigorous enough for me. So finally, I took the courage to enroll in Designlab's course and I am really glad I did! I have learned so much during the last 8 weeks - I've never felt this comfortable using Figma and I am more confident than ever before when it comes to following the design process. Kudos to the Designlab's team for creating a wonderful curriculum and being supportive along the way. And last thing I'd mention is that they are continuously improving the curriculum based on student feedback, which is great to see. Please note that there is no job support as part of the UX academy foundations course, but you don't need it anyway since it's a prep course for UX academy.Read Less",UX Academy Foundations,UX/UI Design +301467,10697,designlab,Andjani,False,2023,The 101 UI/UX Design Course I never thought I needed,2023-05-24,4.7,5.0,5.0,4.0,Designlab UX Academy Foundations has a seamless and easy-to-understand curriculum. For someone like me who just started and is completely new to UI/UX this gives their online courses have given me an abundance of knowledge without overwhelming me in the... Read More process. I am able to learn a lot from the courses and from the mentor they matched me with - which has also been a great help to speed up my understanding and learning process.Read Less,UX Academy Foundations,UX/UI Design +301455,10697,designlab,Sherry Chiang,False,2023,BEST DECISION,2023-05-23,4.7,5.0,5.0,4.0,"I loved Designlab. I had the best experience with my mentor and classmates. My best advice to do a lot of learning and be sure about UX prior to signing up- you can look up tutorials in advance and there’s resources where you can introduce yourself prior... Read More to the intensive course. Be prepared to put time and energy into your case studies, and network when you can.Read Less",UX Academy,UX/UI Design +301343,10697,designlab,Anonymous,True,2023,Fun learning experience,2023-05-20,3.7,4.0,4.0,3.0,"This program provided a lot of resources and projects that helped you get into the design thinking mindset. It also provided a lot of UI foundation learning as well. The course does provide you with mentors for 1-on-1 mentorship, to help guide you through... Read More the course. My mentor was nice, but I do wish I received a bit more feedback on my projects. Throughout this course I really enjoyed the projects as it brought out a lot of creativity from myself.Read Less",UX Academy Foundations,UX/UI Design +301166,10697,designlab,Reema Rai,False,2023,Great program to kickstart your UX/UI career!,2023-05-15,4.0,5.0,4.0,3.0,"Designlab's UX Academy Foundations is a great program for anyone who is looking to get started in the UX/UI industry. The course serves as a great platform to learn the basics of visual design and is helpful in understanding the principles of visual design... Read More and design process. One of the great feature of this program is the mentorship support. I truly valued the weekly one on one call with my mentor as well as her feedback throughout the project deliverables. Whether you are complete beginner or looking to polish your digital design skills, I would highly recommended choosing this course to begin your UX/UI career journey.Read Less",UX Academy Foundations,UX/UI Design +301057,10697,designlab,Anonymous,True,2023,Learned so much about the basics,2023-05-10,3.7,5.0,5.0,1.0,"The course itself was easy to navigate, and the topics were easy to understand even for a newbie. I enjoyed the bonus projects and the surveys after each unit along with the reflection. Even though it was completely online, it was very interactive and... Read More encouraging.Read Less",UX Academy Foundations,UX/UI Design +301021,10697,designlab,Rebekah Elizabeth Serbin,False,2023,Amazing!,2023-05-09,5.0,5.0,5.0,5.0,It was extremely easy to understand and go through each unit. The design principles help you tap into your creative side. If you are already a designer it gives you a nice refresh. Learning the programs was made so simple. Each project served as a great... Read More opportunity to really learn the tools. Each unit and project really prepare you for the 10 HR Challenge. I really enjoyed the program and plan to apply to UX Academy.Read Less,UX Academy Foundations,UX/UI Design +300925,10697,designlab,Tony Gonzalez,False,2023,Designlab foundations 2023,2023-05-05,5.0,5.0,5.0,5.0,"Loved taking this course! It provided comprehensive UI teachings, guides on figma and sketch, and great mentorship mentors. If you are looking for a start in UI and UX I can aay that this community has built something here that will guarantee your success... Read More in this careerRead Less",UX Academy Foundations,UX/UI Design +300819,10697,designlab,Jesse Jehling,False,2023,Incredibly rewarding learning experience,2023-05-02,5.0,5.0,5.0,5.0,"UX Academy Foundations provides students with an invaluable set of skills to help them navigate their journey to becoming UX/UI designers. One of the standout features of Designlab is the one-on-one mentorship program, which allows students to work with... Read More a dedicated mentor who provides personalized feedback and guidance throughout the course. This personal touch ensures that students receive individual attention and have the opportunity to learn at their own pace. The curriculum at Designlab is well-structured and covers a broad range of design topics, from user research and interface design to typography and branding. The courses are designed to be interactive, with hands-on projects that give students the opportunity to apply what they have learned in real-world scenarios. The instructors at Designlab are experienced professionals who are passionate about design and teaching. They provide clear, concise feedback that is tailored to each student's needs and skill level. They are also available to answer questions and provide support throughout the course, which is incredibly helpful for students who are new to design. Another impressive aspect of Designlab is the supportive community of learners. Students have access to a Slack community where they can connect with other students, share ideas, and collaborate on projects. This community creates a supportive environment that encourages students to learn and grow together. Overall, Designlab is an exceptional online learning platform that provides students with the tools and support they need to become skilled designers. With its personalized mentorship program, engaging curriculum, and experienced instructors, Designlab is an excellent choice for anyone looking to learn design. I highly recommend it!Read Less",UX Academy Foundations,UX/UI Design +300793,10697,designlab,Zaozao Huang,False,2023,It was very pleasure and effective learning experience.,2023-05-01,5.0,5.0,5.0,0.0,"I finished the UX foundation at a part-time pace. Since I had zero design experience and English is not my first language, I spent more time on every assignment. I am a bit proud of my final project. 1:1 weekly mentor meeting was very helpful. I asked... Read More tons of questions and got detailed comments of my assignments. I am applying for UX academy at Designlab now.Read Less",UX Academy Foundations,UX/UI Design +300772,10697,designlab,Ellie Hanby,False,2023,UX Academy Foundations was an enjoyable experience that challenged me in the best ways and helped me feel confident for the next steps toward a career in UX Design.,2023-05-01,5.0,5.0,5.0,0.0,"The benefits of this program are that it helps get you comfortable with balancing your time, working through a course and working with a mentor. As a career-switcher, I feel more confident and prepared now that I have some design experience. The only... Read More negatives I can think of are that being online, although I consider this a pro, make some things a bit more challenging. It can also be overwhelming with how many students there are but having the one on one relationship with your mentor helps with this.Read Less",UX Academy Foundations,UX/UI Design +300727,10697,designlab,Anonymous,True,2023,Great introduction to UX,2023-04-28,4.0,4.0,4.0,0.0,"Pros: • The lessons were clear and concise, each one building upon the next until the final project. Just in 8-weeks, part-time, I've developed a solid understanding on the basic principles of UX. • The mentor was invaluable, offering real world advice... Read More and insight into the industry. • Good value. Cons: • Some of the video lessons were sub-par. The auto-layout video specifically. But there are plenty of outside resources to supplement your learning. • The point of going to Foundations is to get into the full program and find a job...I would have liked more rigorous knowledge-based tests. But again, that's some you can explore on your own as a supplement.Read Less",UX Academy Foundations,UX/UI Design +300667,10697,designlab,Brooke H,False,2023,Great mentorship opportunity,2023-04-26,3.3,4.0,3.0,3.0,Pros:- Mentorship aspect is fantastic and the best part of the offering - gives you industry connections and allows you to consult directly with a working professional- Course gives a good overview of what is involved in UI design and plenty of practical... Read More hands on work (1 to 3 projects due per week)Cons:- Coursework does not provide the skills needed to complete each project- Some project time limits feel too strictRead Less,UX Academy Foundations,UX/UI Design +300561,10697,designlab,Anonymous,True,2023,Designlab foundations has helped me learn the basics of how ui looks and works.,2023-04-23,3.7,4.0,4.0,3.0,Pros- it was informative and got me thinking. I learned something that I didn’t know before. -it is welcoming and I felt like DL eased me into the information. Didn’t make me feel like I already needed background knowledge before hand. Cons- too many... Read More articles. Wish there were more instructional videos. Or better instructional videos that aren’t outdated and zoom through it.Read Less,UX Academy Foundations,UX/UI Design +300490,10697,designlab,Anonymous,True,2023,Great Foundational Experience,2023-04-20,5.0,5.0,5.0,5.0,"I'm in the process of switching from a teaching career to design, and I appreciated how Designlab Foundations made it easy to dip my toe into UX/UI and see if this new career path would be a realistic and enjoyable change. Most other bootcamps require... Read More more time and financial commitment before you are able to get a sense of the type of work you will be doing, but the Foundations course was a very manageable first step! I really enjoyed the asynchronous aspect of the course. Initially I was concerned that not having an assigned class time would make it harder to complete the course, but it was great to be able to move as quickly or slowly through a unit as I wanted. Additionally, the mentor system was great too, since it meant I had dedicated 1-on-1 time to ask all the questions I wanted, no matter how repetitive they might be to other students. As a side note, I have a young child at home, I am currently pregnant, and I work during the day, so the way this course was set up was perfect for a busy lifestyle where I struggle to have traditional blocks of time free during most ""class"" times. I recommend this course to get a sense of the field and build your design skills, especially if you are uncertain about jumping into the deep end immediately.Read Less",UX Academy Foundations,UX/UI Design +300254,10697,designlab,Anonymous,True,2023,Great Experience with UX Academy Foundations,2023-04-14,5.0,5.0,5.0,5.0,The UX Academy Foundations Program is a great way to start your design career as it is a well-constructed program with different pace teaching the basics of visual design. It is a great way to build a strong foundation and jump-start your career path... Read More to becoming a UX designer. The best feature in my opinion is the accessibility to mentorship from experienced professionals working in the industry.Read Less,UX Academy Foundations,UX/UI Design +300251,10697,designlab,Anonymous,True,2023,DesignLab is an excellent course for those thinking wanting to start a UX/UI carrer,2023-04-14,5.0,5.0,5.0,5.0,"The DesignLab UX Foundations course is a 101-type program that sets you up very nicely for the longer and more intense DesignLab Academy. The Foundations course walks you through mostly UI basics (i.e. design principles) in a way that is easy to understand... Read More by mixing in learning modules and projects. You are matched with a mentor who, in my case, was extremely knowledgeable on the subject with a lot of industry experience. Overall, I would say that I learned quite a bit and feel confident moving forward into the DesignLab Academy program.Read Less",UX Academy Foundations,UX/UI Design +300245,10697,designlab,Anonymous,True,2023,Highly recommended,2023-04-14,5.0,5.0,5.0,5.0,I come from a non-design background and designlab’s ux foundations course has helped in getting my feet wet and objectively assessing my design skills whether this path is for me. I’ve gained a lot of confidence through learning new softwares like Figma... Read More and through mentor sessions.Read Less,UX Academy Foundations,UX/UI Design +300097,10697,designlab,Valerie Goheen,False,2023,Fun and Challenging,2023-04-10,4.7,5.0,4.0,5.0,"The UX Foundations Academy with DesignLab has been really fun and challenging to work through. As someone with little to no experience with UX/ UI design I learned a lot about what goes into creating a beautiful and easy to use website/ app. Some units... Read More were more challenging than others (auto layout too me way longer than the allotted time to figure out. However, everyone on the team is incredibly helpful.Read Less",UX Academy Foundations,UX/UI Design +300011,10697,designlab,Lee-Ann Carriere,False,2023,Great design refresher that fosters growth.,2023-04-06,5.0,5.0,5.0,0.0,"I definitely had to have personal discipline to ensure that I put in the time to read and practice the lessons but it is very doable. The lessons are fairly clear and the discord community is there to help if you need answers in a pinch. The projects... Read More are well designed and I referred to some of them for my final 10-hour design challenge. My mentor is super insightful and asked me a lot of great questions, shared helpful resources, and took the time to talk about and explain many different concepts and ideas.Read Less",UX Academy Foundations,UX/UI Design +300006,10697,designlab,Hannah Spurr,False,2023,Very encouraging educational experience.,2023-04-06,5.0,5.0,5.0,5.0,Designlab is incredibly well ran and the curriculum was easy to follow and perfect for first time designers. I loved the atmosphere and the mentorship program. Having someone who is encouraging and helpful made schooling exciting and I was excited to... Read More do the course work where I didn’t have that in traditional school. The projects were well timed and thought out for where each student was in their path.Read Less,UX Academy Foundations,UX/UI Design +299987,10697,designlab,Randon Sommars,False,2023,Rough Start But Overall Very Helpful,2023-04-05,3.7,5.0,3.0,3.0,"Looking back on the curriculum / lessons / briefs / and mentor experiences, I can definitely say that I have grown as a designer. I feel more confident in Figma, and much more confident in my overall ability to understand what needs to be done, how long... Read More it might take me, and the steps to which I need to take to finish the task at hand. It was a bit of a shaky start though. I believe improvements in the orientation of the Foundations course needs improving. Although I read through all of the information, I stepped into the first few Units of work with an unclear idea as to how the overarching curriculum functions. Thankfully, my second mentor was able to answer all of those questions for me in a clear concise way and since then, I was able to see the bigger picture of the program.Read Less",UX Academy Foundations,UX/UI Design +299984,10697,designlab,Andrew LaFontaine,False,2023,UX academy,2023-04-05,5.0,5.0,5.0,5.0,"Fantastic introduction course for Ux designers! Productive weekly meetings with a mentor and several, albeit tenuous, but effective assignments. Beyond the projects the lessons are structured nicely and very helpful with getting a newbie started with... Read More a design program.Read Less",UX Academy,UX/UI Design +299982,10697,designlab,Chennah Kaplan,False,2023,Loved my experience with UX Academy!,2023-04-05,4.7,5.0,4.0,5.0,"I highly recommend Designlab's UX Academy to anyone looking to enter the world of UX design. The curriculum is thorough and the community and mentors are incredibly supportive. Choosing to study and learn with them was the best decision I made, and I... Read More would definitely do it again in a heartbeat! Throughout the program, it was great to have a network of people who shared my interest and journey into UX as an outsider. I was fortunate to have an excellent mentor who was invaluable in helping me improve my skills. With UX Academy as my starting point, I was able to land my dream job at an agency I love! The tools and knowledge I gained were instrumental in helping me succeed in the interview process, and I now feel confident in my ability to excel in my new role. If you're like me and need structure and accountability to make a career shift, UX Academy is the way to go. The support teams are also wonderful, and I can't thank them enough for helping me get through the program. Overall, I highly recommend Designlab's UX Academy to anyone looking to pursue a career in UX design!Read Less",UX Academy,UX/UI Design +299940,10697,designlab,Anonymous,True,2023,Great way to introduce yourself to UX/UI Design,2023-04-04,4.3,5.0,4.0,4.0,The UX Academy Foundations is a great way to introduce yourself to the world of UX design. You get to learn the basics of design and apply that to different assigned projects. It’s not too difficult but the course helps you understand what it means to... Read More go into UX design and whether you want to pursue it and apply for their Academy.Read Less,UX Academy Foundations,UX/UI Design +299893,10697,designlab,Jenifer Chiodo,False,2023,"Rigorous, Resource-Packed and Rewarding",2023-04-03,4.7,4.0,5.0,5.0,"Pros - This is a UX Design Course - and in that context, Designlab has designed their curriculum, site, and online school to be as fluid and user-friendly as possible. The language is direct, friendly, and at times also fun (the use of emoji's in lesson... Read More text was cute and amusing). The course is self-paced, and there are many links within the coursework that I saved for future reference and perspective on the subjects being taught (history of design, sketching and wire-framing, iconography, color, UX software, etc). The lessons are also flexible, they don't require you to finish every project proposed, but more focus on time and structured productivity (except for the final project, where it's required to submit a finished design). I was able to easily monitor my progress through different visuals on the course site (both through unit thermometer and percentage visuals), and whenever I had a question, both my mentor and academic advisors were quick to respond with help and links. I had also never used Discord until becoming a DL student, and that was really helpful in a. learning how to use and b. connecting with students so you have a sense of community and support through solo learning. I never felt like I was alone even in the moments where understanding a mechanic or lesson was tough, I always had enough resources to figure it out. I also really appreciated that they give you the choice of UX Software to use, because I couldn't use Sketch (I'm too poor for a Mac update and my Mac is too old to support the software) so having the ability to learn on Figma was a huge relief. I am surprised this is just foundations, as a freelance artist I had really learned so so much just from this course that helped me in my own work as I was taking it. My visual design vocabulary and speed with software (ie, pen tool) has exponentially been increased from all the coursework. Cons- Since this is self-taught and self paced, as someone with ADHD I found the duty of reading lessons initially challenging. The lessons are not audio (though you can use plug-ins in accessibility for read-aloud on your computer, a new thing I learned). I wanted to retain all the information, and screenshots wasn't really helping me absorb it or pay attention. I really had to find what worked for me - and what I found was taking hand-written notes as I read the lessons line-by line. They do have a lot of software tutorials in small videos, which is good. My only issue with these, though you can slow them down and pause them, the editing is still not direct/slow enough, and without a large desktop screen, all the tools were super tiny in the videos. I found myself getting really filled with anxiety when I felt the teacher was moving too fast. I would wind up expanding a lot of the Figma lessons into Youtube Tutorials, which would then take more time to learn than the lessons were supposed to be. Sometimes when we were given copy-work projects with more involved, visually challenging and varied homepages (ie, real estate, travel) it was way too many resources at once to load into Figma. I think DL needs to realize students are not as quick and experienced setting up their resources panel, and this was pretty willy-nilly and time consuming. Sometimes, when a project was supposed to be 2h, I would have taken 40 minutes just gathering things and putting them into my Figma File and getting the frames set up. Besides those personal learning curve adjustments, I feel that having UXF was a very comprehensive, important course as prep for UXA. It really helped me get used to learning online, using the software, re-learning my graphic design process, and functioning as a solo worker with time management. It's jam packed with great info, advice, and resources as an intro to UX.Read Less",UX Academy Foundations,UX/UI Design +299890,10697,designlab,Calesta Ahola,False,2023,Easily digestible and fun!,2023-04-03,5.0,5.0,5.0,5.0,"As an active duty Soldier, flexibility is vital for me to attend a course. DesignLab made an appropriately paced curriculum that challenged me, but did not make me feel overwhelmed. The course material was easy to understand and the projects were interesting... Read More and fun.Read Less",UX Academy Foundations,UX/UI Design +299878,10697,designlab,Lina Lichtenstein,False,2023,A perfect foundational course!,2023-04-02,4.3,5.0,5.0,3.0,"Content that makes sense but was still challenging - as a complete newbie to UX/UI Design, the foundations course was a great introduction into the field. My mentor experience was particularly helpful - she was very helpful and knowledgeable and challenged... Read More me on each unit to push my design and explain my process fully. Loved her!Read Less",UX Academy Foundations,UX/UI Design +299565,10697,designlab,Zachary Koch,False,2023,Good guidance and course work,2023-03-26,4.5,5.0,4.0,0.0,My favorite part of the course was having a mentor to guide me and help keep me accountable. Something many online programs don't offer. Not only that but the community access and support made it easy to find answers to any questions I had in a good time... Read More frame.Read Less,UX Academy Foundations,UX/UI Design +299211,10697,designlab,Nicole George,False,2023,DesignLab UX Foundations - A wonderful start to my UX career!,2023-03-15,5.0,5.0,5.0,5.0,"I just completed DesignLab's UX Foundations program in 4 weeks. Phew! The course is thorough and will challenge you, especially if you are switching careers and have no formal training in design (like me). The course is divided into 8 modules and each... Read More one contains a mixture of reading, videos and hands on design projects. They say you can complete the Foundations course anywhere from 4-8 weeks and because I am currently unemployed, I opted to push hard and complete the program within 4 weeks. However, I feel like choosing to use all 8 weeks would have felt like a much more enjoyable pace. (If you also have a job while enrolled, I would recommend 8 weeks so you don't get burn out.) Like any bootcamp, you get out of it what you put in. I watched dozens of YouTube videos and Figma tutorials along the way to supplement the coursework. During the course you are paired with a mentor and I feel that can greatly affect a student's experience. I was paired with a talented mentor who was quick to answer my questions and spent a few sessions showing me additional tips and functions of Figma while providing helpful advice on my projects. DesignLab also has a very active community of students on Discord which I found extremely helpful and motivational! There are dozens of small projects throughout the coursework that are all designed to build upon the skills learned in previous lessons, then culminating in a 10 hour design project. The submitted 10 hour project is required to meet certain standards to grant you admission in to the full UX academy. (which I hope to be approved for and begin soon!) Overall, I am very happy with the course curriculum, the mentor support and the Discord community channels that DesignLab offered. I am amazed looking back at my projects, how much I've learned and how far I came in 4 weeks. It was definitely worth the cost and I would recommend to anyone interested in learning more about the basics of UX design.Read Less",UX Academy Foundations,UX/UI Design +299119,10697,designlab,Samantha Sahagun,False,2023,Well-paced and Helpful,2023-03-14,5.0,5.0,5.0,0.0,"Your bootcamp experience is really what you make of it. You can either do the bare-minimum to do the assignments and mentor sessions, OR you can do further reading on the additional articles/resources that DesignLab provides and ask additional questions... Read More with your mentor. Doing the ladder, the experience has been so useful in ensuring that I am making the right decisions with my career change and receiving guidance to help with my ""What's Next?"" step in life. Foundations is a great starting point for getting introduced to UX/UI design, with a big emphasis if you understand the foundations of visual design. I've had a hard time learning Figma by myself, so doing this course has helped tremendously with the learning curve.Read Less",UX Academy Foundations,UX/UI Design +299098,10697,designlab,Anonymous,True,2023,Designlab gave me the tools and support to be successful,2023-03-14,5.0,5.0,5.0,5.0,"I had a very positive experience with Designlab’s UX Academy course. The curriculum was very in depth and what really made my experience unique was the 1:1 support of my design mentor and the weekly group critiques. It gave me the support and feedback... Read More I needed beyond the curriculum to become successful. Through a combination of hard work and great feedback, I was able to land a full-time job offer shortly after graduating!Read Less",UX Academy,UX/UI Design +299072,10697,designlab,Anonymous,True,2023,Great experience at Designlab,2023-03-13,5.0,5.0,5.0,0.0,The Foundations course was great. I learned a lot of the foundational skills I will need when transitioning into UX/product design. The overall curriculum was good and I truly enjoyed working on the different projects. Having a mentor along the way was... Read More excellent! Highly recommend this course.Read Less,UX Academy Foundations,UX/UI Design +299063,10697,designlab,Anonymous,True,2023,Motivating and exciting!,2023-03-13,5.0,5.0,5.0,0.0,"Foundations is definitely a ton of work, but it is SO worthwhile. If you have an eye for design, you'll feel right at home. In 3 weeks I built a portfolio that includes landing pages and app screens. Foundations holds your hand in the beginning by recreating... Read More different web and app screens to the T, but it slowly lets go and you eventually create your own from scratch. It was very rewarding!Read Less",UX Academy Foundations,UX/UI Design +299056,10697,designlab,B.G.,False,2023,Great experience overall.,2023-03-13,5.0,5.0,5.0,5.0,"I think the course is a great introduction to learning Figma and basic UI Design. There are eight modules. Each module has some relatively short reading material, often interspersed with some short videos, and then numerous required projects, some short,... Read More others long. In this way, most of the course is hands-on. Having a mentor was a vital part of the program. The mentors do vary in their experience and mentoring style. I did request a change in mentors after my first two sessions as I felt I was not getting adequate support. The second mentor was amazing however, so the mentor can really influence the quality of the course. Overall, I highly recommend the program.Read Less",UX Academy Foundations,UX/UI Design +299051,10697,designlab,Elyse Langer,False,2023,Designlab is Amazing,2023-03-13,5.0,5.0,5.0,5.0,Pros: - I became skilled at using the various features and functions of Figma - My mentor was incredibly experienced and great at teaching me design skills. - The lessons are well-paced and full of essential information and skill-building. Cons: - Connecting... Read More with the Designlab community on Discord felt a little overwhelming. I would have liked to use a more cohesive platform for that purpose.Read Less,UX Academy Foundations,UX/UI Design +299015,10697,designlab,Anonymous,True,2023,Joining DesignLab is the best decision I have made for career change.,2023-03-11,5.0,5.0,5.0,0.0,"I didn’t have any experience or qualification in designing when I joined UX Academy Foundations. Since this is a project based course with good amount of theoretical knowledge, it gives a lot of practical experience that increases confidence in designing.... Read More 1:1 mentorship sessions are very insightful and encouraging. Mentors review every project that is submitted and provide with their feedback that helps improve design process. The DesignLab community on Discord and Group Crits sessions are helpful. This course provides an all-round development of a student even when you don’t have any background in designing. Now that I have completed UXAF course, I feel so confident and comfortable with designing tools and techniques that I have enrolled myself in UX Academy advanced course. I highly recommend DesignLab to anyone looking to enter or grow in the field of UI/UX.Read Less",UX Academy Foundations,UX/UI Design +298933,10697,designlab,Anonymous,True,2023,I've learned a lot in just 6 weeks about the fundamentals of UX/UI.,2023-03-09,4.7,5.0,4.0,5.0,"Great mentoring, all the lessons tie in together at the end, and a lot of hands on work are the pros. Some of the tutorials on the how tos are really fast and can get confusing are the cons. I found out that the tutorial to using auto layout is outdated... Read MoreRead Less",UX Academy Foundations,UX/UI Design +298890,10697,designlab,Annie Tien,False,2023,The best introductory course for zero design experience!,2023-03-09,5.0,5.0,5.0,0.0,"For anybody looking to make a career switch to UI/UX Design - highly recommend enrolling in DesignLab! For those with no prior design experience, UX Academy Foundations is the perfect introductory course for learning the basics of UI Design. They provide... Read More you with a software of your choosing (Figma or Sketch) that is free for a year. Tutorials and lessons are implemented in the courses along with many projects to help set you up for UX Academy. They offer two different tracks (part-time & full-time) which allows for flexibility in choosing what's best for you. The most valuable part of the experience is that they also pair you up 1-1 with a mentor that works in the industry. They are there for you to offer feedback and give you guidance throughout your design journey. I have no negative things to say about this course -- it was super fun and engaging and I definitely feel set up for UX Academy!Read Less",UX Academy Foundations,UX/UI Design +298872,10697,designlab,Richard Du,False,2023,Profound and eye-opening.,2023-03-09,5.0,5.0,5.0,5.0,"The mentorship that I received was thought-provoking and fundamental to my success in Foundations. The support that I also received from the Designlab community is another driving force in my success within Foundations. Any questions that I had were always... Read More answered in a timely manner, including any questions I asked through email to Designlab's support team. I have much hope and optimism heading into UX Academy with Designlab!Read Less",UX Academy Foundations,UX/UI Design +298843,10697,designlab,Ilya,False,2023,The best learning experience.,2023-03-08,5.0,5.0,5.0,5.0,"This program is easy to follow and understand. The lessons are simple in a way where it provides you with information without being overwhelming or boring. This program also has optional lessons which are nice, even thou they are not required for completing... Read More the program it provides more information that might help students if they wish to learn more. Then it comes to projects, all of them clearly state what is needed to be done. They provide you with the recourses that are needed and also you can see other students' work which is so nice. You can look at others' work and be inspired by it. Also, this program has a great active community where students and mentors can interact with each other. It's not required to join the community but it can be helpful for the students to interact with each other and get feedback on each other's work. And when it comes to mentors, they're a big part of this program. they give you feedback that is there to only improve and compliment students' work. Overall the experience was great. :)Read Less",UX Academy Foundations,UX/UI Design +298834,10697,designlab,Vanessa,False,2023,"Learn all of the basics in a self-paced, fun format",2023-03-08,5.0,5.0,5.0,0.0,"The course material is important to review and learn to understand the basics, but in my opinion, your mentor will make or break your experience. Having a knowledgeable, empathetic mentor will be the key to your learning and advancing your skills. They... Read More will be the ones to teach you all the nuances and look at things in a different way. Their years of experience will flow to you in little tips and tricks from what they've learned. If you come prepared for your mentor sessions and are open to feedback, you will do great! You only have to attend one ""design crit"" during Foundations, but from what I've heard these sessions will eventually be the backbone of UX Academy. I highly recommend taking notes on each Unit in a separate doc, as well as notes from your mentor call so you can review and refer to them to consolidate the information. I think this course is also a great way to test the water, and see if you actually like UX/UI before jumping into the longer, more expensive UX Academy. This course will get you very familiar with a design tool of your choice (for me, I chose Figma). Keep in mind though, that UX Academy will be more focused on UX research (from what I've heard). Pros: self-paced, fully online, easy-to-follow video tutorials for learning Figma, dedicated mentor you meet with 1:1 8 times during the course, supportive community on discord that you can interact with other students on (get help, get feedback, ask questions), easy-to-use platform for keeping track of your course progress, lots of extra resources and links sprinkled throughout course material for extra learning, they provide a nice 1-2 page""cheat sheet"" at the end of each unit, and they constantly ask for feedback and ways to improve at the end of each unit Cons: Honestly not many for me. If you're looking for a course that is only videos, this is not for you. There will be reading and hands-on projects involved, with some videos thrown in for tutorials on Figma. If you're in a time crunch to finish this course and move on to UX Academy (like I was), you'll need to finish this course in under 4 weeks to be able to apply to the next month's Academy cohort - if you don't, you'll have to wait a whole month to apply to the next one. So, you may feel rushed to finish before the UX Academy cohort deadline.Read Less",UX Academy Foundations,UX/UI Design +298800,10697,designlab,Desmonay Shurn,False,2023,An overall great experience!,2023-03-07,5.0,5.0,5.0,0.0,"When I decided to pursue a career in UX/UI, I did a lot of research to figure out how to gain the knowledge needed to take my first steps into the field. There were so many boot camps and courses out there that it took me a while to actually settle on... Read More one. Most of the boot camps I considered seemed promising, but so many of them came at the cost of a pretty penny I honestly didn't have. I chose Designlab because of the many different ways to handle payment (which was much cheaper than other courses I had been considering) and also after hearing about the great experiences of others on Youtube. So far I've only gotten through the Foundations course but I plan to jump right into the Academy soon. My mentor (along with Designlab's curriculum) made everything so easy to understand. A lot of the work was pretty self-paced, so you definitely need to plan and schedule when you'll get things done. I fell a bit behind due to personal circumstances but my mentor made sure to help me finish things up nicely. I'd definitely recommend Designlab to anyone looking to gain new skills or make a career switch!Read Less",UX Academy Foundations,UX/UI Design +298797,10697,designlab,Anonymous,True,2023,It was a very unique learning experience.,2023-03-07,5.0,5.0,5.0,5.0,Some of the Pros for me are having a mentor and having lessons that are challenging but fun because that’s how you learn. The only con I had is time. I had a problem with time management because sometimes life gets in the way. Also I wish I had more time... Read More with my mentor.Read Less,UX Academy Foundations,UX/UI Design +298781,10697,designlab,Ryan Emmans,False,2023,Foundations is a great intro to UI design and preparation for UX Academy,2023-03-07,5.0,5.0,5.0,0.0,"If you continue on to UX Academy, this course is basically free! The curriculum is very thorough, well planned, and seamlessly structured. The student portal makes it super easy to keep track of all assignments and timelines. My mentor was great and really... Read More knew when to challenge me and provided tons of professional insight to my endless questions. We had calls twice a week, and this held me accountable while also keeping my workload realistic. Communicating with the admissions staff was a very pleasant experience. The Discord community is also invaluable and a great way to connect with your cohort! The only thing I would be mindful of is that the time estimates for each unit are on the low end. You will get out of this course what you put into it, so be prepared to give yourself a lot more time than is projected for each assignment if you really want to get a firm grasp on the lessons and design tools.Read Less",UX Academy Foundations,UX/UI Design +298775,10697,designlab,Samantha,False,2023,Amazing New Career thanks to Designlab!,2023-03-07,5.0,5.0,5.0,5.0,"What sets Designlab apart is the ability to work with an expert mentor and with your peers. If you're looking to quickly learn the design skills needed to start a career in UX/UI/Product Design, this is it. After just 6 months I gained strong Figma skills,... Read More learned the value of research, and received the design knowledge needed to enter the job market feeling confident with a polished portfolio. I found a job within a month of completing the course. I thoroughly enjoyed having a mentor who was there to guide my designs and give me advice to become a stronger designer. You also get to meet with your peers, receive feedback and talk with other students which I found so valuable in the learning process. I can't recommend Designlab enough. I now have a job that pays far better than my previous job and I am just starting my new career path. I'm so excited to be in this field and thank Designlab so much for getting me to the jumping-off point. It did take me a little longer than the allotted timeframe given. I started with Design Fundamentals which took about 2 months part-time, then UX Academy full-time took me 4-5 months. All things considered, a new career with better pay in 6 months is amazing.Read Less",UX Academy,UX/UI Design +298771,10697,designlab,Cady Soukup Perez,False,2023,Additional materials helpful,2023-03-07,4.0,4.0,4.0,4.0,"The program was a great crash course in the design tools. I did feel like it only scratched the surface of design basics, and did a lot of my own studying on the side. My mentor was incredible and suggested some awesome further reading which was imperative... Read More to my successRead Less",UX Academy Foundations,UX/UI Design +298674,10697,designlab,Megha Prajapati,False,2023,This course was very insightful.,2023-03-06,5.0,5.0,5.0,0.0,"This program was very informative, especially for someone who is new to the industry. Some pros would include being able to receive lots of feedback from a mentor, fairly challenging projects for someone new to the industry, and the ability to improve... Read More a project.Read Less",UX Academy Foundations,UX/UI Design +298667,10697,designlab,Anonymous,True,2023,Design Lab UX Academy Foundations,2023-03-05,4.0,4.0,4.0,0.0,"I've been working in tech for over 5 years across Ops in the intersection of Legal, IP, and Policy as well as Product. I'm looking to pivot a career change to design. Love that the UXAF course pairs you with a mentor. If you're like me and need a bit... Read More of a push to make sure you're doing the work, Design labs is perfect. Meeting with a mentor once a week really helped me stay on track to get the assignments submitted at a reasonable time.Read Less",UX Academy Foundations,UX/UI Design +298662,10697,designlab,Sarah,False,2023,Great for an understanding of UI principles and learning Figma.,2023-03-05,4.5,5.0,4.0,0.0,"Pros: -I recommend for anyone looking to move on to the UX academy course -gained a good understanding of designing static screens in Figma (no prototyping) -learned terminology of different interactions in UX/UI -great mentorship with a working UX designer... Read More who critiques your work and explains how different learnings may apply in a real job -Overall left with a confidence in my ability to design aesthetic screens that are accessible and realistic Cons: -You will probably spend more time on your projects than advertised if you want to get the most out of the program - I don't think the projects are portfolio-worthy. They're too short with not a lot of process/research on the front end -With the rate at which tech evolves, some items in the readings are a little outdated Would definitely recommend for anyone looking to take the Designlab UX academy course. Its a great starter for understanding how the courses are designed and it gave me confidence in my UI design and in using Figma so I can focus on learning more of the front end design research and process in the main course.Read Less",UX Academy Foundations,UX/UI Design +298661,10697,designlab,Laura Mueller,False,2023,Great Experience,2023-03-05,5.0,5.0,5.0,5.0,"The DesignLab foundation course was a great introduction to visual design basics. Being a teacher, this was an area I did not have experience with. The course was easy to follow and navigate. The workload time estimates were accurate and projects were... Read More fun to complete. My mentor was amazing too!Read Less",UX Academy Foundations,UX/UI Design +298636,10697,designlab,Jessica Bianucci,False,2023,Great intro program,2023-03-03,5.0,5.0,5.0,0.0,I had a wonderful experience with Designlab's Foundations course. I was able to get the basics of Figma down and feel quite comfortable with the design side of the program now. I learned the basics of design thinking and the UI process. I have taken a... Read More course before at my local city college and Designlab's was much easier to follow. I felt I gained exactly what I was looking for. I am looking forward to hopefully continuing on with their Academy.Read Less,UX Academy Foundations,UX/UI Design +298433,10697,designlab,Jason R McLellan,False,2023,I learned a ton in UX Academy Foundations,2023-02-25,4.0,4.0,4.0,0.0,"When you look at a website or app, you generally like it or don't like it based on the look and feel. But I doubt many people consider all of the individual pieces going on create the experience. The curriculum for UX Academy did a great job of going... Read More through the basics, and some fairly advanced, elements of digital design. I learned so much in my 8 weeks and can't wait for the next course.Read Less",UX Academy Foundations,UX/UI Design +298178,10697,designlab,Anonymous,True,2023,Simply Amazing,2023-02-20,5.0,5.0,5.0,5.0,"This course is detailed and informational, and I learned all about UI in order to prepare me for UX Academy. I gained a lot of knowledge from this course, there are countless resources, and my mentor is friendly and extremely helpful. Would recommend... Read More 10/10!Read Less",UX Academy Foundations,UX/UI Design +298120,10697,designlab,Na MA,False,2023,Amazing experience in UX Academy Foundations,2023-02-17,5.0,5.0,5.0,5.0,"I recently completed the Foundation course at DesignLab, and I have to say it was an incredible experience. As someone with zero design background, I was looking for a way to gain some foundational knowledge and get a sense of what a career in this field... Read More might entail, and DesignLab definitely delivered. The curriculum was well-structured and covered a range of topics, and each module built upon the previous one. The platform was well-designed and easy to use, and the pace of the program was appropriate with flexible schedule. My mentor was really supportive and and helped me improve my skills. She was always available to answer my questions and provided feedback on my project. Overall, I would highly recommend DesignLab to anyone who is interested in UX design. It's a great way to gain foundational knowledge and get a sense of this field.Read Less",UX Academy Foundations,UX/UI Design +298036,10697,designlab,Anonymous,True,2023,Fantastic Introductory Course,2023-02-15,5.0,5.0,5.0,0.0,"I recently finished DesignLab's UX Academy Foundations course and it gave me valuable experience with design software. I learned about color theory, typography, and building responsive designs. There is so much to know as a designer and DesignLab does... Read More a great job at breaking down the information into digestible components. I thoroughly enjoyed working with my mentor and I'm excited for the Academy to start soon.Read Less",UX Academy Foundations,UX/UI Design +297974,10697,designlab,Tiana Brooks,False,2023,Great Experience with UX Foundations,2023-02-14,5.0,5.0,5.0,5.0,"I don't really have any cons regarding my experience taking UX Foundations. The coursework was laid out well, there were ample resources, and the projects were challenging, yet rewarding. I had an amazing mentor that was very helpful in guiding me with... Read More how to use Figma properly, as well as answered my questions and provided great insight and perspectives, when it came to approaching each project.Read Less",UX Academy Foundations,UX/UI Design +297661,10697,designlab,Anonymous,True,2023,Rewarding,2023-02-06,4.0,4.0,4.0,0.0,"A few cons to list - I was juggling this class part time while working a full time job and found time management really tough towards the last 3 weeks of the program. The readings were also a lot and I anticipated more video content throughout each session... Read More (besides just the tutorials). My pros was that I enjoyed how each sections was built out and that we were also provided time constraint to work efficiently, even if our projects were not complete.Read Less",UX Academy Foundations,UX/UI Design +297628,10697,designlab,Rungnapa,False,2023,Foundation,2023-02-06,4.0,4.0,4.0,4.0,Pro: - I can learn on my own schedule. - I can always go back to study on the unit anytime I want. - one on one mentor was very helpful to be able to learn from a person that actually working in the field Con: - It can be boring when you require to read... Read More a lot on your own - not enough video instructionRead Less,UX Academy Foundations,UX/UI Design +297589,10697,designlab,Kristine Truong,False,2023,A great introduction to UX Design,2023-02-04,5.0,5.0,5.0,5.0,"For someone who was just getting started in learning about UX design and wanted a structure to go along with it, this course was a great option for me. What made me pick this course over other options was the live mentorship sessions and feedback we're... Read More able to receive for our work, and the meetings I've had with my mentor was really able to cement my understanding of the UX fundamentals. Highly recommend this course for new UX design students who want something beginner-friendly!Read Less",UX Academy Foundations,UX/UI Design +297375,10697,designlab,Gina Blanco,False,2023,Designlab Foundations,2023-02-01,4.7,5.0,4.0,5.0,Designlab foundations course was a great introduction. It was challenging yet not too overwhelming. My mentor was helpful and gave really great feedback. She was very attentive and always punctual to our online meetings. The course itself was organized... Read More and easy to understand. The only thing I would suggest is to update the tutorial videos since the version of Figma used in it is different than the recent update and sometimes I wasn't able to find different functions because of that.Read Less,UX Academy Foundations,UX/UI Design +297261,10697,designlab,Anonymous,True,2022,Highly recommend!,2023-01-30,5.0,5.0,5.0,0.0,"If anyone is looking to make a jump from their current job into the UI/UX design field, I'd recommend DesignLab. The program itself is great. They structure it in a way where you learn important principles, practices and theory in the first half of the... Read More course and then apply what you've learned in the second half to real life or theoretical projects. There's a lot of flexibility so as someone who was working full time while taking this program, I appreciated that the DL team would work with me to adjust my graduation date whenever I was going through a busy time with work. It is a bit exhausting to be working full time while taking this program but it was so worth it to buckle down and study for a few months in order to make this career switch. The other thing I love about DL is the community of people you find who may also be doing this program part time while working full time. It was helpful to have that extra motivation and encouragement while working alongside peers who were in similar situations.Read Less",UX Academy,UX/UI Design +297215,10697,designlab,Anonymous,True,2023,Great Foundational Course,2023-01-28,5.0,5.0,5.0,0.0,"UX Academy Foundations is a great foundational course to get into UX design. It focused on UI design and does a great job of prepping you before you go into the academy course. I learned a lot through practice throughout units and their Discord community... Read More is great. I think that the time divided up for each unit and project was near perfect. They even give suggested time plans for each project which really helps time manage throughout the course. The feedback I received from my mentor was very valuable because oftentimes, we don't see mistakes until it's pointed out. Having another pair of eyes check your work and offer actionable feedback is incredibly valuable.Read Less",UX Academy Foundations,UX/UI Design +297138,10697,designlab,Gabriella Adams,False,2023,Designlab Foundations is amazing,2023-01-26,5.0,5.0,5.0,5.0,"I loved everything about designlab. The mentors, the group crit facilitators, everything. I’m really excited to continue my studies. I’m switching career fields and they made everything so fulfilling to do so. I highly recommend this program to anyone.... Read MoreRead Less",UX Academy Foundations,UX/UI Design +296848,10697,designlab,Eusemi Camille,False,2023,A great learning experience,2023-01-19,5.0,5.0,5.0,0.0,"The pace of the the Foundations course was great. Coming in with minor UX design experience, it was easy to jump right in and get started. Having a mentor was a plus, I got all the information I needed and extra feedback. The projects were good, they... Read More summarize what you've learned in the unit and they push you to be creative.Read Less",UX Academy Foundations,UX/UI Design +296773,10697,designlab,Marian Simms,False,2023,Great course !,2023-01-17,4.0,4.0,5.0,3.0,"I was impressed with the units they created to really give me a realistic mindset of how to think like a UI designer. I liked how they included the history of design as well as the reading lessons with time estiments. They were very easy to comprehend.... Read More The projects got progressively harder but not impossible which is good. I wished there was a better connection between Discord and the Design lab portal. Maybe links could be added to the Design Lab portal to coordinate with the unit topic. For instance in unit 4 having a link to go to group crits to make it more fluid. This would encourage people to interact on discord more (my group crit only had me and one other person). I also think having a calendar on the Designlab portal would be helpful to see upcoming mentor meetings as well as deadlines to apply for things, and breaks for holidays. I was very confused as to when the course officially ended and if my work was late or not, that can cause stress on the student. Also, I wished there were videos of people talking to me more like a college lecture for some of the lessons. There's something about looking face to face to make it more engaging.Read Less",UX Academy Foundations,UX/UI Design +296677,10697,designlab,Gregory Stewart,False,2023,DesignLab's UX Foundations Course,2023-01-14,4.0,4.0,4.0,4.0,The program was pretty straightforward. It was project based and once I understood I was able to focus my time more effectively on the UX concepts. My mentor was super helpful throughout the process. This was definitely well-priced and well-paced.,UX Academy Foundations,UX/UI Design +296664,10697,designlab,Dan Delaporta,False,2023,Great start for career changers,2023-01-14,5.0,5.0,5.0,0.0,"As someone switching careers from HR to UI/UX Design, Designlab's UX Academy Foundations course provided me with the confidence to use a design tool (Figma) and learn basic UI/UX principles. The course itself was a nice blend of self directed readings,... Read More video tutorials, written reflections, and practical hands-on projects. I loved the online, self-paced nature of the course so I could work when it was most convenient for me. I also enjoyed being able to set up mentor sessions at the times they were most useful to get feedback at the stage of an assignment I felt it was most useful.Read Less",UX Academy Foundations,UX/UI Design +296549,10697,designlab,Rachel Devine,False,2023,Great Introduction,2023-01-09,5.0,5.0,5.0,5.0,Designlab’s foundations course was great! It was exactly what I was looking for— a great way to test the waters of the UX/UI world before committing to a full program. I went from knowing nothing to having a great basic (maybe even a bit more than basic)... Read More understanding of UX/UI.Read Less,UX Academy Foundations,UX/UI Design +296546,10697,designlab,Anonymous,True,2023,Positive Experience,2023-01-09,4.0,4.0,4.0,4.0,Pros: -Chance to work with and learn from a mentor for 1 hour each week. -Interesting projects -Learn lots of information about UI design and get to apply your learning each week. -Group Crits Cons: -Lessons are mostly in a text format. There are very... Read More few videos.Read Less,UX Academy Foundations,UX/UI Design +296531,10697,designlab,Anonymous,True,2023,An incredible experience,2023-01-09,4.0,4.0,4.0,0.0,"It was an incredible experience since I am from different background. I learned a lot of new things and got great guidelines from my mentor. Doing projects taught me a lot of good stuff. I recommend this course and school. Designlab courses are self-paced... Read More so that students can complete the readings/projects on their unique schedules. Students have the option, to begin with, introductory courses or jump straight into UX Research & Strategy, UI Design, UX Interaction Design, or other offeringsRead Less",UX Academy Foundations,UX/UI Design +296470,10697,designlab,Anonymous,True,2023,Great experience,2023-01-07,5.0,5.0,5.0,5.0,"I am happy to have found this online school. It has met and surpassed online training expectations. They promised a unique and thorough experience in design training and they delivered. From the mentor to the customer service, all have been a pleasure... Read More getting to know. I began training with no former knowledge, and through their program I am gaining confidence every day.Read Less",UX Academy Foundations,UX/UI Design +296362,10697,designlab,Anonymous,True,2021,Priced to high for the market,2023-01-04,1.3,1.0,2.0,1.0,"I believe this bootcamp has passed it's current value of $6-7K. You can find this information at other cheaper bootcamps, youtube videos, medium articles, books etc. The course material was well organized and paced well. However the mentors were hit or... Read More miss. I unfortunately kept my mentor despite their unprofessionalism. At one point during a screen share they looked up something in google and the results showed p*rn site results. It was awkward and I didn't feel comfortable with my mentor after that. I had to reschedule a session at one point and the mentor had the audacity to state this wasn't a good fit. This mentor in the past had canceled because they got ""robbed"" but couldn't extend understanding ""empathy"" when I had a emergency come up? This was after the course had been 75% completed. Based on the course material, extremely high price and my experience with my ""mentor"" I would never suggest this company to anyone.Read Less",UX Academy,UX/UI Design +296288,10697,designlab,Travis Cooper,False,2022,Designlab Foundations,2022-12-31,5.0,5.0,5.0,0.0,Pros - Very thorough and really great resources. Lots of mentorship and I really enjoyed the projects Cons- A lot of perhaps unnecessary reading and the time limits for a lot of the projects was too short. Put a lot of unnecessary pressure new students... Read More who are unfamiliar with this material and therefore require more timeRead Less,UX Academy Foundations,UX/UI Design +295935,10697,designlab,Carla Sinowato,False,2022,Designlab set me up with the confidence to pursue UIUX further.,2022-12-18,4.3,5.0,5.0,3.0,"Before Designlab, I had been working through tutorials to learn Figma, but it was only after the course and really enjoying the projects that I have the confidence to take my learning a step further and delve deeper in the world of UIUX. The mentor sessions... Read More were particularly key in enabling me to see the UI designs that I encounter with daily but in a new light. It was eye opening to see how much time, effort, and thought goes into the mobile apps and websites we use daily. UX Academy foundations is not where we get career services so my review may change in the job support area if I do the bootcamp (which I have applied to!)Read Less",UX Academy Foundations,UX/UI Design +295930,10697,designlab,Aracely Amaya,False,2022,"A very fun, knowledgeable course",2022-12-17,4.5,4.0,5.0,0.0,"I loved taking this course, it was definitely a great way for me to get started learning UX, and to help me figure out if I do want to pursue it or not. I can say for sure now that I do. This course challenges you, but I had so much fun every step of... Read More the way with it. I’d say it’s worth it if you’re looking to get into UX design but aren’t sure of where to start!Read Less",UX Academy Foundations,UX/UI Design +295650,10697,designlab,Anonymous,True,2022,great door opener,2022-12-10,3.7,4.0,4.0,3.0,"Foundations provided a great way to learn more about the design process and certain design programs. There were a lot of examples of what to expect. Being able to communicate to others through Discord wasn't as easy to use as expected. In addition, some... Read More of the mentors are more serious/have more experience than others, so I think it is important to make sure to be assigned a proper mentor.Read Less",UX Academy Foundations,UX/UI Design +295616,10697,designlab,Olga Iaroslavtceva,False,2022,Great intro course,2022-12-09,5.0,5.0,5.0,0.0,"I took Foundations by Designlab this fall, and it's been an awesome experience over 8 weeks. It gave me a good insight into what being a UI designer entails and prepared me for further education in the field. The mentor sessions were particularly useful... Read More when it cam to learning more about the industryRead Less",UX Academy Foundations,UX/UI Design +295535,10697,designlab,Sasha Ghelani,False,2022,Truly the future of education for design.,2022-12-07,5.0,5.0,5.0,5.0,"I really did not occur any cons during my studies in the UX Academy Foundations Program. Everything that was offered by DesignLab and the course has been so carefully thought through which makes an incredible experience as a student, from being able to... Read More work at your own pace, to calls with my mentor which allows for feedback that is crucial and essential to view another perspective and level up my design knowledge, as well as how the curriculum is structured is definitely a dream for most students as it’s fun to learn yet incredibly valuable. Even the behind the scenes team that works at DesignLab has been so kind and helpful throughout the entire process. Thank you DesignLab.Read Less",UX Academy Foundations,UX/UI Design +295531,10697,designlab,Rory Hextall,False,2022,All expectations met and exceeded.,2022-12-07,5.0,5.0,5.0,5.0,"I learned a great amount about the various design principles, ideas, and rules. The reading material and tutorials were very thorough and succinct. It was easy to understand and digest to be able put what was learned into practice. The unit projects were... Read More challenging but helped with exploring my creativity as well as incorporating what was learned from the readings and tutorials. After each unit I gained more confidence to move on to the next unit. Especially with help from the weekly calls my mentor. Have a mentor to help you through the learning process is extremely vital. And they matched me up perfectly with my mentor. He was very knowledgeable and professional and understanding. He gave great feedback and answered every question that I had. Overall the Introduction course was a great stepping stone in to getting into the UI/UX career field.Read Less",UX Academy Foundations,UX/UI Design +295487,10697,designlab,Romy,False,2022,Great experience,2022-12-06,4.3,5.0,5.0,3.0,"I had a wonderful time during this foundational course. I think it is perfect for someone who is self-paced and is currently working a full-time job. The articles were interesting to read and most importantly, the projects were set up in a way where I... Read More was able to learn the software of my choice (Figma). However, I do think the articles aren't super accurately timed. This is my own preference but I think it would be beneficial if there were more 10-minute articles rather than anything over 20 minutes. It's easier to digest when an article is bite-sized. Also, I was thinking including a sample project during a project brief might be useful. I didn't know how much creative range I had from just the project brief. Overall, I really like how the curriculum was set up, and the course made me more confident in wanting to apply to the UX Academy.Read Less",UX Academy Foundations,UX/UI Design +295478,10697,designlab,Savana Avilla,False,2022,Shocked at how much I learned!,2022-12-06,5.0,5.0,5.0,5.0,"Starting Foundations is the best decision I have made in my career journey. Although I am still very early in the process, I have finally found something I am excited, passionate, and great at! Having a mentor with years of experience in the field to... Read More give you tips and tricks is beyond helpful. I am shocked at what I was able to create, just in 4 short weeks. I can’t fathom what I will be able to create after the Academy. Looking forward to continuing my Designlab journey!!Read Less",UX Academy Foundations,UX/UI Design +295423,10697,designlab,Claudia De Leon,False,2022,Great Introduction to UX/UI Design,2022-12-05,4.7,5.0,4.0,5.0,"I found the program really good for people with no design background. - The curriculum contained all the topics necessary to understand design. It definitely gives you the tools and skills to start the UX journey - The website also helped in understanding... Read More the status of the submissions and my progress on the course - The opportunity to be part of the UX Designlab Discord community was also helpful and it is very active. - The mentor sessions help a lot in understanding what to improve and any tips towards your goal. - There was indeed a lot of information provided; however, it would be nice to have video lessons as well.Read Less",UX Academy Foundations,UX/UI Design +295410,10697,designlab,Dafna Katz,False,2022,This is such a great course for beginners!,2022-12-04,4.7,5.0,5.0,4.0,"I want to study UX/UI but had no background whatsoever in the design field. I took this foundations course to prepare me for a course in UX/UI. I always joke that I have no artistic abilities, I can’t even draw a stick figure. So I was super nervous.... Read More I learned so much in this course and really enjoyed it as well! Highly recommend to anyone who wants to get into the field with no background .Read Less",UX Academy Foundations,UX/UI Design +295286,10697,designlab,Anya Nelson,False,2022,Very informative experience with a lot of outside resources and support.,2022-11-30,4.7,5.0,5.0,4.0,"Overall I really enjoyed my experience with DesignLab Foundations. I'll list pros and cons bellow. Pros: - Clear, easily accessible content. - Extremely flexible scheduling: I was able to work a 9-5 and complete this program. - 1v1 mentorship: My mentor... Read More was very helpful in assisting me through any questions that I had, going over projects, and helping me through the UXA application process Cons: - There are no lectures and minimal video content. - Only one mentor meaning one perspective on your work/progress - Foundations mostly only focuses on UIRead Less",UX Academy Foundations,UX/UI Design +295241,10697,designlab,Ashley Hoover,False,2022,Great overall experience learning design/UI foundations with Designlab,2022-11-29,4.7,5.0,5.0,4.0,"I took Designlab's UX Academy Foundations course before applying for the actual bootcamp as I didn't have any previous design experience. Foundations was well-paced and taught me the basics of design and UI, focusing heavily on becoming comfortable with... Read More software such as Figma. Theory was sprinkled throughout without being too overwhelming.Read Less",UX Academy Foundations,UX/UI Design +295108,10697,designlab,Anonymous,True,2022,I enjoyed learning more about UI!,2022-11-23,4.0,4.0,4.0,0.0,This foundational course helped me understand visual design principles and gave me the opportunity to practice Figma. The course had great reading materials and included software video tutorials that were easy to follow. I love the weekly mentor sessions!... Read More I was able to receive insightful feedback from my mentor. I felt this course helped me improve my skills each week.Read Less,UX Academy Foundations,UX/UI Design +295071,10697,designlab,Salome Moshfegh-Shieh,False,2022,"overall, I enjoyed my learning experience in foundations",2022-11-22,3.5,4.0,3.0,0.0,"The material was Comprehensive and hands-on. They include many examples throughout the text material, which is great. However, they failed to really elaborate on the correlation between the example and the topic in the text. I ended up spending a lot... Read More of time trying to figure out for example what design concept is really being highlighted in a specific screenshot of a website that was offered as an example. Another improvement that can be made is with the Figma tutorial videos, which often made the topic too complicated. I usually ended up getting through the topic with help from my mentor or watching youtube tutorials instead.Read Less",UX Academy Foundations,UX/UI Design +295064,10697,designlab,Paul Jarosz,False,2022,Great mentoring and amazing resources,2022-11-22,5.0,5.0,5.0,5.0,"I'm happy that my investment into the Designlab Foundations course exceeded my expectations. The one-on-one mentoring is extremely valuable to elevating your designs to a place that would not be possible otherwise. The course really nicely balances providing... Read More learning materials, projects, and mentoring sessions. You also gain access to an incredible community of other students/mentors in Discord to collaborate with. I have a ton of confidence going into UX Academy and ultimately making this career change in general!Read Less",UX Academy Foundations,UX/UI Design +294993,10697,designlab,Niti,False,2022,My review of UX Academy Foundations course by Designlab,2022-11-19,5.0,5.0,5.0,0.0,"The courses in Designlab are very well- structured. They provide additional links and guides for one to refer. There are also optional courses in some sections that are designed for students who are new to the tool, in order to improve their understanding... Read More of it. The best part of this course is the Mentor session. Each student is assigned a mentor to guide them throughout the course! Even though I did not have any prior design experience, I feel very confident in pursuing my career in UI/UX designing and will surely be applying for Designlab's UX Academy course!Read Less",UX Academy Foundations,UX/UI Design +294954,10697,designlab,Anonymous,True,2022,I finally understand more about UI!,2022-11-18,3.5,4.0,3.0,0.0,"Before taking the course, I just thought that UX and UI require a special kind of design, but it turned out to be the same as what I learned about design before, but in a practical way. Now I have a better view of what a UX/UI designer does and many more... Read More valuable lessons about good design during the course (mostly about visual stuff). My mentor is really supportive even though he was busy, and he even still helped me when the 8-week deadline of the course was over. I really appreciate that. I think he was strict enough to help me learn and pay attention to practical design. In my opinion, the only thing that the course needs to improve (if possible) is the keyboard display support in Instruction Videos. I recommend putting the display in the middle bottom instead of in the left corner for better lesson following.Read Less",UX Academy Foundations,UX/UI Design +294777,10697,designlab,Anonymous,True,2022,Designlab UX Foundations,2022-11-11,5.0,5.0,5.0,5.0,"In terms of pros, Designlab's UX Foundations provides coursework that is rigorous and intense. This allows the student to gauge whether or not they want to pursue UI/UX as a career. That being said, the materials learned helps students develop a solid... Read More foundation to their UI/UX arsenal that will help propel them in their career path. Another big advantage that Designlab has over other bootcamps is that it is relatively affordable, which is paramount in this current economy.Read Less",UX Academy Foundations,UX/UI Design +294770,10697,designlab,Andrea Aboudan,False,2022,Intensive Program full of rich information,2022-11-11,5.0,5.0,5.0,5.0,I really enjoyed the UX Foundations course and learned a lot of valuable information. I felt that the course was paced very well and the information was very helpful in learning the basics. The projects only furthered this and really solidified learning... Read More the new information. I will say that there is a lot of reading and I almost wish that they could’ve been broken up by some videos instead of just all articles to make digesting the information a little easier.Read Less,UX Academy Foundations,UX/UI Design +294753,10697,designlab,Joni S,False,2022,"The course was rigorous, helpful and curated very well.",2022-11-10,4.3,5.0,5.0,3.0,"Pros: - Lots of structure - Detailed and organized information - Mentorship - Assignments for practice - Cons: - Cost Overall, I really enjoyed the experience of Designlab's foundation course. I think it's definitely worth it for those that don't have... Read More a design background. I would recommend this program!Read Less",UX Academy Foundations,UX/UI Design +294744,10697,designlab,Anonymous,True,2022,Learned a ton,2022-11-10,3.7,5.0,4.0,2.0,The pros is that it really immerses you in Figma and Sketch. I had no knowledge of Figma before I started and was able to work through the assignments while learning the features. A con is that there is so much info and the way I learn is through audio... Read More and visuals. So a lot of the reading was sluggish to get through and made sense after I started working the assignments.Read Less,UX Academy Foundations,UX/UI Design +294721,10697,designlab,sophia Coulter,False,2022,Learned so much so fast!,2022-11-09,5.0,5.0,5.0,5.0,I truly enjoyed my experience with DesignLab's UX Online Foundations Course. I had a background in Industrial Design so some topics came easy to me but I feel like I learned more in 8 weeks than I did in a semester at school. I also love that I'll continue... Read More to have access to the resources they supplied me with long after completing it.Read Less,UX Academy Foundations,UX/UI Design +294711,10697,designlab,Benjamin Chambers,False,2022,Great foundational design course and mentorship program.,2022-11-09,4.0,4.0,4.0,0.0,"Pros Great content and resources. Mentorship program is very helpful. Tuition fee is credited toward UX Academy program. Great Discord server, many different channels and features. Cons Video tutorials are outdated. Better tutorials on Youtube. I feel... Read More that the timing and explanation of some content can be improved, particularly grids and auto layouts in Figma.Read Less",UX Academy Foundations,UX/UI Design +294706,10697,designlab,Anonymous,True,2022,Fantastic introduction to UX/UI Design,2022-11-09,5.0,5.0,5.0,5.0,What I enjoyed most about attending Designlab's UX Academy Foundations course is the flexibility to work remotely and at your own pace. I prefer setting my own deadlines and scheduling meetings with my mentor according to my schedule and their availability.... Read More There is also a robust community in Discord with students and admin alike who are always willing to help.Read Less,UX Academy Foundations,UX/UI Design +294667,10697,designlab,Molly Reeder,False,2022,Best hands on UX course!,2022-11-08,5.0,5.0,5.0,5.0,"Taking the DesignLab Foundations course was one of the best decisions I've made. I already plan on attending the full UX Academy course! I genuinely wish more people would talk about bootcamps like this because if I would have known about this schooling... Read More option back in high school, I wouldn't have ever even wasted my time at college for a year before deciding it wasn't for me. I'm a huge advocate for hands on learning, and DesignLab perfectly balances the instruction and hands on project work you complete during the course. I also had done a lot of research prior to enrolling and DesignLab stood out to me the most out of the other UX/UI design bootcamps for a few reasons. I absolutely LOVED that they had the Foundations course you could take to not only build up your design skills, but to actually learn if you LIKED the work itself. So many people end up going to college or schooling and end up hating the job they chose because they weren't able to try out what it would actually be like. Having the Foundations course is so helpful in deciding if this is something you'd actually want to pursue before making the commitment and spending the money on the full course. When I was deciding which bootcamp to enroll in, I also looked at pricing, because... it's definitely a factor you need to consider. DesignLab fell in about the middle of the pack when it came to pricing. Honestly though, taking into account the fact they offer job support after UX Academy, the hands on projects to help build your portfolio, and the great mentors they have, made the $500 I spent on UX Foundations a worthwhile investment. Plus, they take that $500 off of your tuition if you decide to enroll in UX Academy. I would honestly recommend UX Foundations to anyone considering a field in UX/UI design but don't want to take the plunge quite yet and want to get a sense of what they'd be doing. It's an incredible course and I wish I had known about it sooner!Read Less",UX Academy Foundations,UX/UI Design +294666,10697,designlab,Jamie Park,False,2022,A great experience that helped me get my foot in the door to becoming a UI/UX Designer.,2022-11-08,5.0,5.0,5.0,5.0,"Designlab is probably the best decision I've made in my life. As I wanted to pivot careers, I wasn't sure if UI/UX Design would be for me, but I'm really glad there is a pre-course for UI Design without completely making a commitment just yet. The course... Read More itself is designed very well - making it easy for those who have a hard time self-studying with a mentor that provides great feedback. I decided to further my journey and continue with UX Academy!Read Less",UX Academy Foundations,UX/UI Design +294648,10697,designlab,Andy Xu,False,2022,Challenging but incredibly worthwhile experience!,2022-11-07,4.3,5.0,5.0,3.0,"I truly enjoyed the foundations course for Designlab. It was a rigorous course, but you learn a lot about UI design and how to use design tools. The curriculum was great and each unit was well put together. They’re just some repetitive assignments that... Read More can be a little boring, but it’s definitely necessary in order to get good at design. The course comes with a mentor as well that you can meet on a weekly basis. That was very useful!Read Less",UX Academy Foundations,UX/UI Design +294636,10697,designlab,Anonymous,True,2022,So glad I chose Designlab to start my career,2022-11-07,5.0,5.0,5.0,5.0,"I learned an incredible amount from this program in such a short time. The information was taught in a way that made it feel manageable. The program was set up to to introduce students to the field of UX design and prepare them for further education and... Read More it did just that. Overall a great program, my mentor was great and I learned a lot!Read Less",UX Academy Foundations,UX/UI Design +294633,10697,designlab,Reem salem,False,2022,Overall great learning experience. Taught me a lot about ux design,2022-11-07,3.5,4.0,3.0,0.0,"Pros: fast pace learning about ux design , one on one mentorship, a community of learners, plenty of resources provided and website links for students wanting to learn more. Cons: too fast pace , did a lot of copy work which felt like waste of time ,... Read More figma videos were confusing and outdated, could have used more videos on some topicsRead Less",UX Academy Foundations,UX/UI Design +294609,10697,designlab,Anonymous,True,2022,Rewarding experience,2022-11-07,3.7,5.0,3.0,3.0,"I really like how the course is structured , especially for someone like myself whom is transitioning to the UX/UI field with a non-design background. On top of that , I must say I love the Discord community, in which I can feel the genuine support of... Read More students like myself. Also, the admissions team had been very responsive in catering to my queries. Last but not least, I really like my mentor who provides me constructive feedback, going straight to the point when there are areas of improvement, providing additional resources to help me and also encouraging me. Having said the above, there are certain projects in which one may require a little more time than the allocated time . All in all, I really enjoyed my time in UX Academy Foundations! :)Read Less",UX Academy Foundations,UX/UI Design +294599,10697,designlab,Anonymous,True,2022,Designlab - UX Academy Foundations,2022-11-06,5.0,5.0,5.0,5.0,"This was a great course to begin learning UX with. Everything was structured really well, easy to navigate and I felt extremely supported due to the mentor sessions. If you are thinking about learning UX design, I highly suggest looking into Designlab.... Read MoreRead Less",,Unknown +294592,10697,designlab,Pelin Koroglu,False,2022,I completed UX design foundation course.,2022-11-06,5.0,5.0,5.0,5.0,"Everything was well organized in this course. My mentor really helped throughout the course. Every week I had mentor session which we review my submittals together. It was very helpful, and also he showed me some feaures of Figma. But, it is needed to... Read More work hard to catch the process.Read Less",UX Academy Foundations,UX/UI Design +294591,10697,designlab,Jordan Johnson,False,2022,I learned so much about the basics of UI design and loved getting to meet with my mentor!,2022-11-06,5.0,5.0,5.0,5.0,"Pros: Self-Paced, They give you everything you may need and more, Mentor Sessions are a huge help, they are realistic projects and don’t overwhelm you. Cons: If you aren’t good with time management it might be difficult for you! You definitely have to... Read More be disciplined.Read Less",UX Academy Foundations,UX/UI Design +294580,10697,designlab,Anonymous,True,2022,Well Developed Program,2022-11-05,5.0,5.0,5.0,5.0,"Overall the program really prepared me to take the next step in my design journey. Throughout all of the lessons, you get a really great tips and tricks, you learn industry standards, and you get access to resources that you might not have been able to... Read More find otherwise. When I look at some of my first projects compared to my final project, my design aesthetic improved greatly, and I was able to use Figma at a much higher level than I was able to when I started.Read Less",UX Academy Foundations,UX/UI Design +294569,10697,designlab,Anonymous,True,2022,Comprehensive foundations course!,2022-11-04,5.0,5.0,5.0,0.0,"The 4-8 week UX Foundations course truly covers all that you need to know for someone without a design background. The course flow is well thought out. The tone of the lessons is professionally and friendly. This course is great for anyone who learns... Read More by doing. All the exercises are very hands-on. Once you start your course, you become part of the Designlab Discord community. Everyone is respectful and curious in the community and always willing to help out. It was a course that exceeded my expectations! Definitely continuing onto the Academy bootcamp!Read Less",UX Academy Foundations,UX/UI Design +294549,10697,designlab,Topher Weydeck,False,2022,Great program to earn your foundational design chops!,2022-11-04,4.7,5.0,4.0,5.0,"Overall the course is on par for the basic knowledge needed to enter into the field of design. Being connected to a mentor is one of the best perks as it will help guide how your work should evolve during the course of your progress. The curriculum is... Read More strictly limited to reading and small exercises which can be hard if you’re ADD or ADHD like myself! Some of it is also outdated but overall provides a good sense of different methodologies you can expect to encounter in the field. Definitely prepare to do your own research outside of the provided curriculum including video tutorials and technical knowledge. There’s not a lot of coverage or information on the tools you’ll use so this will also be something to consider. However, group critique sessions required by the curriculum are a great place to ask questions amongst peers and Designlab facilitators. There are also a ton of extra curricular workshops you can attend to help with this too! All in all the course was worth the price point compared to others offered out there. I did a lot of research and was able to come to this conclusion based on provision of mentorship, group critiques, and graded assignments with capstone projects!Read Less",UX Academy,UX/UI Design +294508,10697,designlab,Ari M,False,2022,A Great Intro To UI Design,2022-11-03,4.5,5.0,4.0,0.0,"The UX Academy Foundations course was a great introduction to UI Design. The curriculum was very thorough on teaching what to keep in mind when designing projects and the optional assignments were really helpful when I was trying to get familiar with... Read More Figma. The mentor meetings also helped to keep me on track and know what I should focus on/what I could do better with each assignment. The only thing that got a little tiring was the lecture articles being a little long sometimes. It would have been nice to have more of a mix of lecture types like videos or audio to make the information more engaging. Other than that, I really enjoyed this course and would recommend it to anyone looking to transition into/learn more about UI Design.Read Less",UX Academy Foundations,UX/UI Design +294477,10697,designlab,Sonal Patel,False,2022,The perfect prerequisite course for UX!,2022-11-02,5.0,5.0,5.0,0.0,"Having no professional design experience, DesignLab actually provides all the tools needed for a career in UX. The course is constructed very professionally with tons of resources and materials available to their students. I feel very well prepared going... Read More into the UX academy and feel confident DesignLab will give me everything I need and more for a career in UX design. So grateful to have discovered DesignLab, cannot recommend it more!Read Less",UX Academy Foundations,UX/UI Design +294124,10697,designlab,Narhalee Rios,False,2022,Exceeded expectations!,2022-10-19,3.7,5.0,5.0,1.0,The course exceeded my expectations. The lesson plans were well written and easy to comprehend. The course work is very hands on & we are required to complete many projects. I left with a lot more knowledge than expected after one course. I ended up with... Read More new UI skills & Figma. The best thing about design lab is the ability to work with a mentor and the wonderful community.Read Less,UX Academy Foundations,UX/UI Design +293992,10697,designlab,Anonymous,True,2022,Success with Designlab Course,2022-10-16,5.0,5.0,5.0,5.0,"I really enjoyed the Designlab Foundations program and plan on attending the UX Academy. The Foundations program helped me learn the UI component of UX design. By the end of the program, I was able to create intricate sketches and use Figma to make webpage... Read More and mobile designs.Read Less",UX Academy Foundations,UX/UI Design +293991,10697,designlab,Anonymous,True,2022,Designlab Foundations,2022-10-16,5.0,5.0,5.0,5.0,"Pros: an extensive curriculum that can be accessed easily from all types of devices and allows students to move through the program at their own pace, one-on-one mentorship with a professional designer, great communication from the Designlab team Cons:... Read More less engagement than a traditional in-person class, the Discord server is difficult to keep up withRead Less",UX Academy Foundations,UX/UI Design +293983,10697,designlab,Brook S.,False,2022,I Highly Recommend DesignLab's UX Academy Foundation Course,2022-10-15,4.3,4.0,5.0,4.0,"I attended DesignLab's UX Academy Foundations course with the intention of doing the 4-week course. Unfortunately, my mentor was sick one week which pushed me back to a 5-week course. I was expecting to devote about 20 hours a week to the program, but... Read More realistically I probably spent 30 hours a week. The time estimates on the website seemed to be based on the expected time to read and complete the assignments, but didn't take into account the time for project reiterations, mentor meetings, crit reviews, and engagement in the Discord channels. I also spent extra time digging deeper into areas that were interesting through outside books or websites. (Not that I had to do that, but felt compelled to because I was so excited about everything that I was learning!) The coursework is really well designed, other than the occasional spelling error, and is a mixture of written lessons, video instructions, short assignments, and full length projects. The assignments build upon each other and there are some units where you then use all the small projects you have designed to complete a large project. This sort of learning structure worked really well for me. I sincerely enjoyed the course, learned a ton of new things, and am really proud of the projects that I designed. You are paired with a mentor that you meet with 1-2 times a week, depending on how many weeks you are devoting to the course. My mentor provided great feedback on my designs and taught me various aspects into techniques I can employ in Figma. She also gave me insight into the industry, the path she took to get where she is, and how to approach the job hunt and interview process. The downside with the mentors is that there doesn't seem to be too much regulation with how they mentor. Some mentors provide written reviews of your work through the platform, giving feedback every 1-2 days, but mine only interacted with me during our meetings. That meant that sometimes I just had to plow ahead in the course without knowing if I'd completed the previous section successfully. It worked out fine in the end, but I did make me wish that DesignLab employed more questions on their mentor matching form in regards to learning style and work ethic. You also are asked to critique one student project and attend one crit review with other students during the course. Though I thought these were great ideas in theory, the execution was a little wonky. I felt like it was difficult for most students to seriously take the design advice of some random student that they didn't know. This aspect of the program could potentially be improved by placing students, or promoting them to place themselves, into small groups of 20 (almost like a sub-cohort) that could get to know each other and their design work. This way the critiques would hold more weight for the students. That said, overall I highly recommend the course, am impressed with how much content is included at the price point, and think it is useful whether taken alone or used as a prerequisite for the full UX Academy.Read Less",UX Academy Foundations,UX/UI Design +293914,10697,designlab,Karen Suter,False,2022,Design Lab Foundations was perfect for me!,2022-10-13,5.0,5.0,5.0,5.0,"I had a great experience in Design Lab UXA foundations. I did not have any previous experience working in UX so I was very intimidated entering the course. I was pleasantly surprised by how detailed the tutorial videos and reading material were in every... Read More unit. There was no point where I felt too lost to proceed with my work, and if I had any questions my extremely kind mentor was able to to help me. I have finally finished this course, extremely excited and feeling comfortable in my skills enough to hopefully begin the UX Academy!Read Less",UX Academy Foundations,UX/UI Design +293907,10697,designlab,Britt Shook,False,2022,"Seamless Structure, Great Mentorship",2022-10-12,4.3,5.0,5.0,3.0,"I attended DesignLab's UX Academy Foundations course as a prerequisite for their full-length UX design bootcamp, UX Academy. I studied on a 4-week track, devoting approximately 20-30 hours per week on my coursework. Although the course is intensive, it... Read More is extremely well designed with a mixture of lessons, short assignments, and full length projects. Each part of the course builds upon your skills and sets you up for success in the next assignment or project. I never felt unprepared for what was being asked of me. Additionally, you are assigned a mentor that you meet with at least once per week throughout your course and is responsible for providing feedback on each of your assignments and projects. My mentor gave very detailed and thoughtful feedback, and was encouraging, yet challenging. I think this was a crucial aspect to my growth in the course. Note: Because there is no job support provided in this course (only in UX Academy), I have listed this as 3 stars.Read Less",UX Academy Foundations,UX/UI Design +293898,10697,designlab,Kate Horvat,False,2022,Challenging but worth it,2022-10-12,4.3,4.0,5.0,4.0,"Design Lab Foundations had clear expectations and support throughout the process. The course is rigorous, especially for someone who is working a full time job. I learned so much in such a short amount of time and appreciate the support that my mentor... Read More gave me.Read Less",UX Academy Foundations,UX/UI Design +293881,10697,designlab,Anonymous,True,2022,"Great learning experience, mentor was very helpful.",2022-10-12,4.7,5.0,5.0,4.0,"I had a great experience taking the UX foundations course at Designlab. It is a great introduction into the world of UX without paying the full bootcamp price. My mentor was excellent; she helped me answer a lot of questions that I had about the industry... Read More as well as gave me lots helpful feedback on my work. Even though most of the material covered can be found online, I found that the way the material was structured and the benefit of having a mentor to guide was worth the cost.Read Less",UX Academy Foundations,UX/UI Design +293872,10697,designlab,Anonymous,True,2022,"This boot camp was engaging, interactive with real world examples that prepare you for the world of UX.",2022-10-11,4.0,4.0,5.0,3.0,"Pros: - Great mentorship experience. You get to talk to some of the greatest minds in UX and network with them while picking at their brain for knowledge and expertise. - Super fun course material that efficiently teaches UX concepts. - Design briefs... Read More and projects were relevant to real world design problems. Great practice for anyone planning to design for corporate or start up. Cons: - Difficult to stay motivated. There would be periodic emails sent to keep you motivated but at the end of the day, it took me way longer to complete the course than I was originally planning.Read Less",UX Academy Foundations,UX/UI Design +293857,10697,designlab,Shawna Sayar,False,2022,Designlab UX Academy Foundations,2022-10-11,5.0,5.0,5.0,5.0,I have worked in tech product for many years but didnt have a design background. The Designlab UX Academy Foundations course helped me prepare to apply to the full UX Academy program. It was well structured and I love the one on one mentor program. Having... Read More that feedback and support help me pick up concepts more quickly and improve my designs.Read Less,UX Academy Foundations,UX/UI Design +293856,10697,designlab,Mollie McGrath,False,2022,Design Lab Fundamentals,2022-10-11,5.0,5.0,5.0,0.0,"I think DesignLab Fundamentals was a great way for me to get started in Design, and a way for me to get my toes wet without completely jumping into an academy. I have just finished in 4 weeks (they advertise it as an 8 week program, but you can definitely... Read More do it faster) and I'm feeling confident in Figma and have a good idea of what things will look like moving forward with the DesignLab Academy. I like that it's asynchronous, but has deadlines so you stay on track. I also really love the mentorship as it gives you one-on-one time to ask all the questions you have when you're doing something new!Read Less",UX Academy Foundations,UX/UI Design +293855,10697,designlab,Elizabeth,False,2022,Great foundations course!,2022-10-11,5.0,5.0,5.0,0.0,I was really impressed with the foundations course and how thorough it was. I liked how it was broken up into digestible units and that there were relevant Figma/Sketch tutorials for each unit along with a project to apply what we learned. The course... Read More is self paced (to a certain degree) which is nice. You have 8 weeks to complete the course and can be done in less if you put in the hours. The only con I can really think of is that if you don't really click with your mentor you may not learn as much as you could or get optimal constructive feedback...Read Less,UX Academy Foundations,UX/UI Design +293799,10697,designlab,Anonymous,True,2022,Design Lab Foundations is an amazing learning experience,2022-10-09,5.0,5.0,5.0,0.0,"I absolutely loved my time in foundations. The coursework laid a great foundation for design and really helped me learn Figma which was an intimidating software in the beginning. The projects are super fun to complete and align well with the course objectives.... Read More Having a personal tutor was also a huge plus. I did the program in 4 weeks but I can honestly say it took me more than the 20 hours/week that they estimate. I found some of the readings a little hard to get through but thats just what comes with having a self paced course. Overall I would highly recommend the program, just keep in mind it can take a little longer than expected each week. I encourage you to push through the readings & projects that feel tedious too!Read Less",UX Academy Foundations,UX/UI Design +293778,10697,designlab,Brittany,False,2022,It was a great learning experience.,2022-10-07,5.0,5.0,5.0,0.0,"I recently completed the UX Foundations course through Designlab and I feel extremely proud of myself. It took me 8 weeks to finish the course and 4-8 is the expected timeframe. I put a lot of hours in despite the fact that the course was designed to... Read More take 10 hours a week. I came in with barely any knowledge of Figma besides making basic wireframes, but I left knowing responsive design for websites and mobile apps. I think I expected to have a teacher, and while you do get a mentor, you are mainly in charge of your learning. Since this is an introductory course to the academy there is no job support included so I did not rate that. Pros: well organized and great mentor Con: no instructionRead Less",UX Academy Foundations,UX/UI Design +293767,10697,designlab,Alisa Kravchenko,False,2022,"It gave me structure, deadlines and lots of practice",2022-10-07,5.0,5.0,5.0,5.0,"Overall, I had a great experience as a Designlab student. I come from a completely different background, but I was interested in design for most of my life, so my previous knowledge definitely helped me finish the course in 4 weeks. I chose to do it in... Read More 4 weeks because I wanted a more intensive (and intense) experience to help me prepare for UX Academy, and in the end this time limit ended up being perfect for me. There was always work to do without it seeming impossible or discouraging. I do recommend everyone who wants to be a full-time student at UX Academy to try and finish Foundations in 4 weeks, because it will only get more intense from there. My mentor was great at helping me along the way, there were never any delays with feedback and they were especially good at providing me with insights about what working in the industry is like. The material was well-structured, I liked the order in which the topics were presented, like leaving typography and color for the end so that students could focus on other, more challenging things while working mostly in greyscale. A lot of additional resources were provided like articles, online tools, literature etc. My only criticism is that there was a lot of reading to do which would sometimes slow down the process for me and other students I talked to. I think it would’ve been less tedious if the same information was presented in a video format, especially with stuff like the history of typography or Figma/Sketch tutorials. In the end, I feel like the course was 100% worth its value. Of course if you’re driven enough you could find the same information for free, but I knew I needed structure, deadlines and lots of practice to motivate me. That’s exactly what I got from Foundations, so I would definitely recommend it to people who want to transition to UX.Read Less",UX Academy Foundations,UX/UI Design +293765,10697,designlab,Anonymous,True,2022,I loved it and learned a lot!,2022-10-07,5.0,5.0,5.0,5.0,"I loved my experience doing Designlab's Foundations course! I'm not completely unfamiliar with good design principles, but I definitely learned a lot from this course! The projects were fun and challenging, especially since they have time limits (very... Read More good for a perfectionist like myself). I enjoyed the mentorship aspect as well. I had a mentor who was fun and easy to work and connect with. I'd definitely recommend this to anyone looking to study good design principles and put them to practice first-hand!Read Less",UX Academy Foundations,UX/UI Design +293753,10697,designlab,Noah Warren,False,2022,A Relevant and Rigorous Tour Of Fundamental Concepts,2022-10-07,4.0,4.0,4.0,0.0,"This is a review of the foundations portion of the academy, not the actual bootcamp. The course can be done in four weeks, however I took the entire 8 weeks since I don't have a background in graphic design. Also giving yourself 8 weeks will cover you... Read More if your mentor, (or you), gets pulled away with other projects. You will need your mentor to approve assignments and unlock certain parts of the course as you go along, so if there's a time difference or conflict, there is a risk of falling behind / turning things in late. You can always contact the admissions through email/discord if this happens. It's mostly reading based, modules ranging from 15 to 20 minutes to complete- however I consider myself a slow reader and I was able to get through the modules much quicker. Each unit ends with a fun little comprehension quiz that isn't monitored by your mentor. Since tech changes, they often have outdated material in parts of the course- not too much, but if I knew going in that a tutorial I was stuck on might be outdated it would have saved me some time. At the time I enrolled, Designlab had switched from using slack to discord, and that is where the help comes in when you get stuck on a certain area of the course. Another thing to note- everything you turn in is viewable by other students in the program. If you are stuck on an assignment, you can view what other students have turned in on that assignment. The idea is that everyone is encouraged to share the process, learn from each other and continue to iterate. Copying is encouraged, plagiarism is not. Halfway through the course there is an entire unit dedicated to giving relevant feedback- this was thoughtfully put together and I gained some fantastic insights that I can carry into other areas of my life. I had some trouble pinning down a group critique to join- I was following the group crit channel in discord and saw a pattern of when they happened, however there would be some days were I expected one to happen and there would be no zoom link posted or message stating when the next one would start. If you are late, you won't be able to join, so plan ahead! For Foundations, you only need to attend one group critique, but for the academy, you will need to attend them weekly. I chalked that experience up to my own confusion/error- if you miss it, they happen quite regularly, so eventually you will get in one. If you get sick, you have to let your mentor know first, then admissions- that's the proper order of procedure. Also if you and your mentor aren't a good fit, there is a process where you can request a different one. All in all, it's a rigorous, swiftly paced course that you can move through at your comfort level. Near the end there was content about color theory and typography that I had to go through a couple times because it was densely packed and I was eager to get through to the finish line. While doing this I really had to let go of perfectionism and open myself up to the process- there were a lot of concepts that took longer to sink in for me and I had to learn to be comfortable with turning in unfinished work in a semi-public forum. I was lucky to have a mentor who was patient and willing to meet me where I was at.Read Less",UX Academy Foundations,UX/UI Design +293662,10697,designlab,Anonymous,True,2022,My experience at Designlab Foundations was very enjoyable.,2022-10-04,4.7,5.0,5.0,4.0,"Some of the pros with this program was the accessibility of of the course. I enjoyed being able to go at my own pace while still receiving timely feedback from my mentor. Another pro is how easy and organized it was to understand the lessons. A con of... Read More the program is the time limit for each lesson. Although I don't necessarily consider it as a con as the point of the program emphasizes the completion/perfection of a project wasn't the goal, but rather learning to work on a time limit and go back to iterate.Read Less",UX Academy Foundations,UX/UI Design +293657,10697,designlab,Anonymous,True,2022,"Overwhelming at times, but overall exhilarating and rewarding.",2022-10-04,5.0,5.0,5.0,0.0,"I thoroughly enjoyed the UX Academy Foundations course. I had a rocky start. My first mentor never engaged with me so I had to apply for a mentor switch. The administration staff was quick to help and the process was pretty easy. By the end of the second... Read More week, I had received feedback from both weeks and had a great first meeting with my new mentor who has 20 years of experience in the industry. The course is not easy, to say the least. Most of the readings took me longer to complete than the suggested times, so overall I have been putting in closer to 15 or more hours of work a week in the part-time track, but I still feel like the program is worth it. Now that I am in my final week, I can certainly see how far I have come in the course. I do also want to say that the discord community is an essential part of the program. Get on there, share your work and find a handful of students to check in with weekly. It will really help you all stay on track and stay motivated through some of the tougher weeks. Also, get used to the unexpected. Going into this course, I didn't think I would enjoy the visual design portion but as it turns out, I really did! I specifically enjoyed creating icons in Figma. Last note and suggestion. Learn auto layout. Keep practicing even when it seems like nothing is working out and I promise it will become your friend once you get the hang of it.Read Less",UX Academy Foundations,UX/UI Design +293614,10697,designlab,Anonymous,True,2022,A very helpful preparatory course,2022-10-03,5.0,5.0,5.0,5.0,"Coming from a career that's totally different from UX design, the UX academy foundation course was a very helpful preparatory course for me to learn the basics of design and be able to apply it in hands-on projects. The videos, lessons, projects and most... Read More especially the knowledge of my mentor helped me a lot to know more about design. They even gave us an option to learn more about figma or sketch by providing specific video tutorials for these 2 tools.Read Less",UX Academy Foundations,UX/UI Design +293587,10697,designlab,Anonymous,True,2022,Learning experience and coaching were great!,2022-10-03,4.3,5.0,4.0,4.0,"The courses are self-paced and you have the chance to meet with your mentor weekly to review your deliverables or ask any questions about the internships, interview prep, etc. After completing UX Academy, you can enroll in Career Services where you will... Read More work with another career coach to help you land your first UX job. My overall experience with Designlab was great. However, since the courses are online, you have to be self-motivated and manage your time wisely.Read Less",UX Academy,UX/UI Design +293563,10697,designlab,Anonymous,True,2022,Thorough and comprehensive overview of Figma and Sketch's functions and capabilities !,2022-10-02,4.0,5.0,4.0,3.0,"Pros - there is a ton support either on Discord or from the mentor. Since this is self guided, you can choose your working hours. Very flexible to balance this with a full-time job Cons - Unclear for the Foundations course how many time and when to do... Read More a crit-sessionRead Less",UX Academy Foundations,UX/UI Design +293515,10697,designlab,Anonymous,True,2022,It was a great experienced learning the foundation.,2022-09-30,5.0,5.0,5.0,5.0,"Leaning the foundation give a deeper understanding and confidence in pursuing a career in UX/UI design. The course will let you understand the basic of UI design and will let you experience building a user interface by applying all the concepts of the... Read More design process. For a student who is also having a full time job like me, time management is very challenging.Read Less",UX Academy Foundations,UX/UI Design +293508,10697,designlab,Victor Li,False,2022,Overall the Designlab experience was good.,2022-09-30,4.0,4.0,4.0,4.0,The pros are you make your own schedule and it's up to me to finish the weekly course work. The cons - is learning a new program - I had zero knowledge with Figma - so my weekly check-ins with my mentor was about reviewing how to use Figma. Which was... Read More important for me to get the work done in time.Read Less,UX Academy Foundations,UX/UI Design +293502,10697,designlab,Anonymous,True,2022,I've had a very good experience.,2022-09-30,3.3,5.0,4.0,1.0,I had a very good experience in designlab foundations. I was worried that the online course would be isolating and boring. However the material was very engaging and my mentor experience has been phenomenal. She helps me to stay on track and be in tune... Read More with the actuality of the design world. All in all was a great experience and would definitely do it again.Read Less,UX Academy Foundations,UX/UI Design +293391,10697,designlab,Dong k,False,2022,great course lessons,2022-09-27,4.7,5.0,5.0,4.0,"Pros. - the course lessons would be my number 1 choice. it was easy to understand each content and supported each lessons with reference images and extra information or links to dive in deeper. - providing estimate time on each course lesson / assignment... Read More would take helps managing your time. - able to work on your pace. does not need to wait for approval from the mentor on each unit. - submitting assignment and receiving feedback helped to improve the work and learn mistakes cons. - the last unit has to be unlocked by the mentor in order to move on and depending on the pace / situation, there could be a wait time for the mentor to approve.Read Less",UX Academy Foundations,UX/UI Design +293385,10697,designlab,Anonymous,True,2022,"Good bootcamp if you have a good mentor, you get what you put in",2022-09-27,4.3,5.0,4.0,4.0,"DesignLab is completely remote and self-paced, which provides a lot of flexibility but also requires a lot of self-discipline. I definitely had to accompany my experience with a lot of self-learning and seek out volunteer or other freelance opportunities... Read More on my own. I had a mentor switch in the middle of my program, which I felt was extremely helpful in my education. My second mentor definitely pushed me more and was more constructive in providing feedback and guiding me. I do recommend this Bootcamp for people who are proactive and are able to find other project opportunities on their own.Read Less",UX Academy,UX/UI Design +293368,10697,designlab,Alex Yu,False,2022,Great introductory Class to UX,2022-09-27,3.5,4.0,3.0,0.0,"I went into this course with very little design experience but had a very helpful mentor that gave me excellent feedback and am now in UX Academy. I do wish there was more videos and some info was dated which required me to look for tutorials and resources... Read More outside of the course. I think as long as you have a good mentor, you're in good hands.Read Less",UX Academy Foundations,UX/UI Design +293041,10697,designlab,Nathan Chen,False,2022,Great structure for learning but still takes self-intitative,2022-09-18,4.3,5.0,4.0,4.0,"Pros: - Gives students a structured curriculum for the BASICS of what they should be learning to transition into UX Design. - Strong community of motivated learners and mentors that you can build support networks around. - I think mentorship is the biggest... Read More pro to DesignLab, the quality of the mentor makes a huge difference in your learning. - Half the price of many other bootcamps! Cons: - Although mentorship is the biggest pro to DesignLab, the matching can be hit or miss so it's up to you to fight for a quality mentor. - The readings and exercises for me were sometimes just busy work and not all that productive. But this is a personal pref. - No bootcamp will ever teach you everything you need to know, so it's still up to you to go out and deep dive into what you want to know. - Career Services is great, I don't think a lot of the rqeuired curriculum is super necessary, the best part of it is the career coach mentorship.Read Less",UX Academy,UX/UI Design +293013,10697,designlab,Melissa Gilligo,False,2022,I enjoyed my time and felt like I learned a lot!,2022-09-16,5.0,5.0,5.0,5.0,"I felt at times it could be repetitive especially with the mirroring projects. It would have been nice to maybe incorporate how to make certain things that way students can nail that. For example, how to align things or create buttons. I like the support... Read More we had as well from my mentor and from Designlab as a whole.Read Less",UX Academy Foundations,UX/UI Design +293004,10697,designlab,Anonymous,True,2022,Rigorous but a really fun course,2022-09-16,4.7,5.0,5.0,4.0,"I took the UX Academy Foundations and managed to finish it in about 6 weeks (mostly full-time, but part-time at the end). Overall, I would say that the course was well structured and great at explaining different UI concepts to beginners like me. There... Read More were a lot of projects(E.g. Reproducing websites, designing your own landing page, etc) and I learned a lot from them. The best thing was being able to call my mentor once a week to discuss certain things I wasn't sure of. I thought that my mentor was supportive and helpful. One thing to note is that some people may feel that they are not compatible with the initial mentor assigned to them. The good thing is that you can choose to change your mentor if that happens. If you are considering taking this course, time management will be key to finishing it.Read Less",UX Academy Foundations,UX/UI Design +292946,10697,designlab,Chantal Habscheid,False,2022,Great experience!,2022-09-14,5.0,5.0,5.0,0.0,"Pros: -Very easy website to navigate, visually appealing. This may not be important to everyone but to me, it really impacts my ability to focus and stay motivated -A lot of information but doesn't feel overwhelming. They do an amazing job of segmenting... Read More info so it's easy to check off items as you go and feel your progress. The units are broken down into small lessons and projects so you can regulate yourself and take breaks every 15 min very easily without losing your place -Fantastic mentorship program. I had a great experience with my mentor -Very good content. I spoke to someone in the field and they were impressed by how much I've learned in just a foundational course.Read Less",UX Academy Foundations,UX/UI Design +292924,10697,designlab,Anonymous,True,2022,Great start to your UX design career,2022-09-14,5.0,5.0,5.0,5.0,"I wasn't sure which course/boot camp to choose from when I decided to switch my career from Digital Marketing and I don't regret that I started with the Foundations! It showed me that DesignLab is great and very professional and I just enrolled in UX... Read More academy too! But it gave me the extra time not even to realize if UX/IU is for me but also time to decide where I want to invest my money and time. Everything was very well organized before the course and during as well. I did have to ask for switching my mentor but it was only because of their time availability and the fact I had a vacation planned before I enrolled and my mentor wasn't that responsive. DL Team acted very quickly and paired me with an amazing mentor afterward - even with someone having some career background I asked for! I want to have the same mentor in UX Academy too, that's how well the second pairing went. The curriculum is very demanding if you want to dive deep in and because I loved that I did. I feel it helped me to learn with Figma a lot and there is also an option to do the same with Sketch. (I didn't yet because of the time issues, but you have access forever so you can study the tutorials later as I'm planning to do so). Foundations are very much about the final stage of UX/UI but you can get a great picture if you have that talent in you and you like designing or not at all.Read Less",UX Academy Foundations,UX/UI Design +292869,10697,designlab,Austin Rhys,False,2022,Exactly the,2022-09-13,5.0,5.0,5.0,5.0,When I originally started researching UX design courses I was given 3 recommendations by someone working in the industry. Designlab offered the most flexibility of those recommendations which was very important to me as I was working full time. I dug... Read More a little deeper and signed up for some of their seminars to learn more. I really liked what I was hearing and one of the videos I watched was an interview of a DL alumni who worked at a company I really wanted to work at. The course is tough and it covered a lot of information in a relatively short period of time. It wasn't easy but it definitely was rewarding since I actually was able to land a job at that company a couple weeks before I even graduated! Designlab will give you the tools you need to get a job in the UX field and there's a good amount of flexibility in both time involvement and level of personal investment in the program. I never needed the job support portion but it's there and I had no doubt they would help me get a job if I didn't go and do it myself.Read Less,UX Academy,UX/UI Design +292858,10697,designlab,John Lee,False,2022,"Quick, Responsive, and Adheres to your lifestyle.",2022-09-12,4.0,5.0,4.0,3.0,"I went into this course knowing little to nothing about it except that I wanted to break into this field. The course was admittedly kind of light but it had everything I needed to get me going. The mentor program was probably what I was stressing about... Read More the most but in the end of the day I knew I needed it the most. I have a hard time reaching out to he people for help but removing that friction and assigning someone really was a step in the right direction for me. So glad I took the plunge. There are worse ways to spend your money out there, spending it on this lightweight course to see if you have what it takes is by far one of the better means.Read Less",UX Academy Foundations,UX/UI Design +292848,10697,designlab,Anonymous,True,2022,Great intro to UI and UX,2022-09-12,4.5,5.0,4.0,0.0,"I was really impressed by how hands on the projects are, even during unit 1. I liked being able to dive into the design software of my choice, Figma, so early on in the course. Although the copywork can be tedious, I definitely felt that I learned something... Read More new about Figma each time I reproduced a page or app screen. Furthermore, there is always a chance to leave your own feedback after each unit of the course. Whenever I felt that the course could be improved (i.e. outdated tutorials), I made sure to mention it in my unit feedback.Read Less",UX Academy Foundations,UX/UI Design +292846,10697,designlab,Anonymous,True,2022,You reap what you sow,2022-09-12,3.7,4.0,4.0,3.0,"Designlab UX Academy Foundations is a mandatory prerequisite course for those coming from a non-design/visual background and looking to pursue a career in UI/UX. Foundations mostly teaches UI or visual design. The coursework is split into 8 Units with... Read More the final unit being a 10-hour design challenge. My cohort had to design a webpage and three mobile screens for a travel website. This is used to determine if you can apply to DesignLab's UX Academy. I appreciated how thorough the course was setup. Each unit was devoted to a topic with supplemental articles or videos to present information and then design exercises to be done on the software of your choice. We were also tasked to write reflection statements after these hands on exercises. I liked the rhythmn of this as you got a decent overview of a concept and actually putting this knowledge into practice helped solidify some learning points. The reflection exercises were a good way to journal some questions or feelings that your mentor could respond to. While this may be obvious, the work you put into this self-paced course is dependent on you. In my situation I had weeks where I could devote adequate time to studying and doing the exercises and I felt very productive in learning. The opposite was also true where I fell behind (they recommend one unit completed per week) and some concepts didn't really ""stick"" with me. Overall I think the material is a good overview of UI principles. I went into Foundations having a decent sense of what is good/bad design, and now I am more confident in being specific on the details. Your mentor is randomly assigned to you and you can change if you desire. The biggest challenge for me was getting used to a new software. While some questions can be easily looked up online, having a mentor also made it easy to answer specific questions that I didn't know how to phrase or search online. My mentor gave me the option to resubmit my work through the online portal or talk about the areas that could be improved in our sessions. There was a time difference between us as we were located in different countries and in one instance my mentor did not inform me that he could not make it to our session. You can use your one hour session to talk about anything, so I tried to have an organized agenda of what I wanted to talk about.Read Less",UX Academy Foundations,UX/UI Design +292805,10697,designlab,Stephan Geier,False,2022,Good course content - awesome Mentors,2022-09-10,5.0,5.0,5.0,0.0,"I enjoyed the program which gives a good introduction to using Figma and mostly UI Design. The mentors I was paired up with were excellent and really really experienced and also love passing on their knowledge. The mentor sessions itself are worth the... Read More course. It is though designed as a primer for UX Academy, which is clearly communicated beforehand, UX design as a whole is barely touched on. I am not planning to take Academy course at the moment and skill can recommend UX Foundations.Read Less",UX Academy Foundations,UX/UI Design +292804,10697,designlab,Anonymous,True,2022,Great Experience,2022-09-10,5.0,5.0,5.0,0.0,"I have to start with mentorship. I was very lucky to have a great mentor. I felt like she was ""an educator"" She would ask me questions to make me see something, so I might find it myself. She kept guiding me to things I could change and I would know exactly... Read More why. Her feedbacks were my favorite part because I learned a lot from it. I liked the curriculum. Their structure was well thought out, it was very current. I loved the links for other articles or useful tools that they shared with us. Also, I love the examples in the theory part. Like, to teach grids, typography, color harmonies there was a lot of examples from different brands. Overall, I feel like I learned Figma and visual design basics very well.Read Less",UX Academy Foundations,UX/UI Design +292741,10697,designlab,Anonymous,True,2022,A great way to start off my exploration into ux design.,2022-09-08,4.0,4.0,4.0,0.0,The biggest pro for me was the flexibility. I was able to manage this course on top of my job and other responsibilities. Also in busy weeks it would be relatively manageable to catch up on course work at any point of the week. Meeting with my mentor... Read More weekly was also a great way for me to touch base and improve on my craft.Read Less,UX Academy Foundations,UX/UI Design +292734,10697,designlab,Dzenana Dumrique,False,2022,Very hands on learning!,2022-09-08,4.5,5.0,4.0,0.0,Pros: projects are fun and really help you learn how to use software like Figma. Having a mentor is awesome for advise and help with the projects. Cons: I can’t think of any at the top of my head but if I get into academy I’ll see if I observe anything.... Read MoreRead Less,UX Academy Foundations,UX/UI Design +292700,10697,designlab,Ryan James Harbison,False,2022,An exceptional and thorough experience.,2022-09-07,5.0,5.0,5.0,5.0,Pros: Learn the essentials of Figma or Sketch (or both if you chose so. 1 on 1 mentoring which goes a long way. The pace was just good enough to acclimate with a full time job. Cons: Mentors can be in a country far enough away to cause connection issues... Read More during sessions.Read Less,,Unknown +292631,10697,designlab,Matthew Lee,False,2022,Finding your inner designer on your own terms with the help of colleagues and experts,2022-09-06,4.7,5.0,5.0,4.0,"Overall, I really enjoyed my time at Designlab. I took the full-time course as I needed an intensive boot camp to prepare me for a quick career change. I love that I was able to learn the software of my choice (Figma) and approach design on my own terms... Read More in order to figure out what kind of designer I am and the projects I like to work on. I was able to develop a business-focused mindset with the help of my mentors (industry experts) and by chatting with Designlab alumni who were gracious enough to hold seminars or connect on LinkedIn. I found that although the capstones and job hunting experience were pretty much self-led, I was able to struggle with the design process and find my way alongside the student community to ultimately become a well-rounded and experienced product designer. Having a robust community to support you and rely on was definitely a huge part of my success and helped me become a better communicator as well.Read Less",UX Academy,UX/UI Design +292547,10697,designlab,Christine,False,2022,Great Community & Excellent Resources,2022-09-04,5.0,5.0,5.0,5.0,"Designlab’s UX Academy Foundations is useful, easy to access, and productive in the long run. I’m glad I took the time to focus on the basics and to get to know Figma. I have some experience with graphic design, but not with web or app design. Foundations... Read More gave me the understanding and confidence to design basic websites and mobile apps. The structure of the lessons is consistent and easy to understand. The pacing is extremely flexible. One of the best features is your personal mentor. It depends on each mentor’s availability, but I was able to meet with mine once a week. If you want to finish Foundations quickly, you ought to consider how frequently you are able to meet with your mentor. Another great feature is the Discord community. Any questions or struggles you might have can be answered quickly by fellow students, mentors or Designlab representatives, whether it might be about the curriculum, the program, Figma, anything. Overall, I’m satisfied with Foundations. I’d recommend it to a friend.Read Less",UX Academy Foundations,UX/UI Design +292542,10697,designlab,Anonymous,True,2022,"This experience was challenging, yet highly rewarding.",2022-09-04,3.7,4.0,4.0,3.0,"Pros were that the curriculum was easy to follow and there were helpful video tutorials along with it. You also got to go at your own pace. Having a 1 on 1 mentor was helpful. Cons were that you would have to go back to iterate a few times on a project... Read More even if you have moved on to the next one. Which made it a bit difficult. However, that’s a part of designing.Read Less",UX Academy Foundations,UX/UI Design +292540,10697,designlab,Anonymous,True,2022,Awesome Program!,2022-09-04,5.0,5.0,5.0,0.0,Lots of pros! You get to work on you studies on YOUR time. The lessons are well thought out and descriptive. And the best part is when you feel unsure you have a personal mentor to reach out to. Need friend? You get hooked up with an entire community... Read More of learning designers with tons of different channels for any possible topic. AWESOME program!!Read Less,UX Academy Foundations,UX/UI Design +292499,10697,designlab,Amy Li,False,2022,Good beginners course,2022-09-02,5.0,5.0,5.0,5.0,Design lab foundations helped give me a taste of what I need to know for my main cohort. It really gave me a good understand of figma and how it to use all the lessons to create a good landing page and mobile app page. I think foundations is a really... Read More good course to dip your feet and seeing if you like uxui or not.Read Less,UX Academy Foundations,UX/UI Design +292458,10697,designlab,Anonymous,True,2022,Great but,2022-09-01,2.3,3.0,3.0,1.0,"I prefer a structured environment to learn, so I enrolled in DL's BootCamp. Overall, I made some solid friends and I enjoyed my mentorship. However, the program itself is super inconsistent - all of my friends were very unhappy with their mentors and... Read More requested switches - DesignLab was terrible at replying promptly. So many wasted mentor sessions were not given back to the students at all. On top of that, much of design is story-telling and articulating design decisions to devs and stakeholders which DesignLab DOES NOT teach you at all. They provide very minimal portfolio support and the portfolio panel is super inconsistent. Another issue I had was with the curriculum itself - I've been told it has changed but is super unsatisfactory. Just a lot of external links to long PDFs. No videos at all. Would I enroll in DesignLab again? Honestly, I'm not sure. I would try looking at Memorisly or Avoacademy or the Interaction Design Foundation or idk.Read Less",UX Academy,UX/UI Design +292440,10697,designlab,Anonymous,True,2022,Designlab UX Academy Foundations,2022-09-01,5.0,5.0,5.0,5.0,I did not have a design background but Designlab created UX Academy Foundations to ease you into transition in becoming a UX/UI Designer. I really like that in my 8 weeks I had 7 sessions with a mentor that Designlab provided. They have plenty of lessons... Read More and projects that helped me learn to design using Figma.Read Less,UX Academy Foundations,UX/UI Design +292429,10697,designlab,Garrett Grahmann,False,2022,Great learning experience,2022-08-31,5.0,5.0,5.0,5.0,This program was a great beginners step to learning ux/ui design. While completing this course I really enjoyed the material that was offered. It taught me all different things about Figma and greatly improved my skills. It’s also great that they provide... Read More a mentor to help improve your design skills even moreRead Less,UX Academy Foundations,UX/UI Design +292424,10697,designlab,Anonymous,True,2022,Enjoyable and challenging course,2022-08-31,5.0,5.0,5.0,5.0,"I really enjoyed my time in the DesignLab Foundations course. I learned a lot in 8 weeks and had an excellent mentor to help me out along the way. I would definitely say that I grew as a designer and picked up a lot of practical skills. It is self-paced... Read More and you do get out what you put in, so make sure you can stay on top of yourself to stay motivated. I haven't had to utilize Job Support yet, so I gave it five stars...Read Less",UX Academy Foundations,UX/UI Design +292248,10697,designlab,Anonymous,True,2022,Great Program,2022-08-26,4.3,4.0,5.0,4.0,"The curriculum and projects were very thorough and informative. The Discord channel also helped with the learning experience and keeping in touch with classmates. The experience greatly depends on which mentor you have. If you have an amazing mentor,... Read More you may learn tons more. If you have a not so great, or unresponsive mentor, you may come away from some units feeling a bit lost. Overall, a very solid program.Read Less",UX Academy Foundations,UX/UI Design +292211,10697,designlab,Anonymous,True,2022,Do not recommend.,2022-08-25,1.0,1.0,1.0,1.0,I took App Academy’s coding bootcamp prep (in person) before and it was wonderful. I had expected the same level of support systema and curriculum quality from Designlab but it was very disappointing. I had a miscarriage and went into depression while... Read More I was enrolled in Designlab UX academy course…I was so behind the coursework (my fault) and Designlab kicked me out of the program. I shared my personal struggles and asked Designlab if I could get one more shot at trying. They said no. It was so quick and cold no made me feel like they wanted to kick me out asap and get a new student as I am not eligible for a refund at all. Expensive lesson learned…no more online bootcamps. In person only from now on. I am sure Designlab will work for others but I personally will never recommend it.Read Less,UX Academy,UX/UI Design +292190,10697,designlab,DaMario Walker-Brown,False,2022,A great introductory course into the world of UX Design,2022-08-25,5.0,5.0,5.0,5.0,"I can not think of any cons besides the fact the courses are not in person but that is only because I am a more in-person type of student but the experience and structure was great and being asynchronous and self paced is great for those with full time... Read More jobs. Pros, the course is thorough and gives anyone interested in learning about UI the opportunity to get an intro into the fieldRead Less",UX Academy Foundations,UX/UI Design +291822,10697,designlab,Richa Sharma,False,2022,Eye Opener,2022-08-14,4.3,5.0,5.0,3.0,I am so glad that I enrolled myself with foundations first before getting into academy directly. This gave me a flavour of what is UX! The projects were very interesting and got challenging with every unit and now when I look back after designing my last... Read More project I see a lot of difference in my design . I am quite proud of myself!Read Less,,Unknown +291790,10697,designlab,Anonymous,True,2022,"Steady, Informative, and Supportive",2022-08-12,3.7,5.0,5.0,1.0,I joined DesignLab as a student referral. The student went through this course and was able to get a new career path in Product Design. I took a leap of faith and applied to the UX Academy Foundations to give it a try. I have no professional background... Read More in UX UI Design so this foundation coursed helped a lot. You are set up with a mentor for 1-no-1 meetings and get personal advice from people who are leaders and senior in their field. I was able to work based on my pace and got through it well. DesignLab had a lot of recourses that I couldn't keep up with using and there were so many students you can network with. I'm very excited to have completed my foundation's courses so I can move forward to their other courses.Read Less,UX Academy Foundations,UX/UI Design +291779,10697,designlab,Anonymous,True,2022,Foundations is a fantastic course,2022-08-12,5.0,5.0,5.0,5.0,"I attended Design Lab's Foundations course. It was a great introduction to design that has made me feel equipped to begin the bootcamp (UX Academy). The mentorship really helped, and their portal is well paced and easy to follow. I love that they dive... Read More right into projects. The supplemental reading is a must. Very pleased with my experience so far!Read Less",UX Academy Foundations,UX/UI Design +291749,10697,designlab,Anonymous,True,2022,"My experience with Designlab was overall encouraging, because I was able to gain new skills that helped enhanced my previous experience with graphic designing.",2022-08-11,4.3,5.0,5.0,3.0,"The pros for attending Designlab was definitely the ability to learn remotely. With the current situation that's going on in the world, and with me being immunocompromised, this is easier for me to be able to learn new skills and kickstart preparations... Read More into getting a career where I can hopefully work remotely.Read Less",UX Academy Foundations,UX/UI Design +291589,10697,designlab,Jay Rangel,False,2022,Challenging and rewarding,2022-08-08,5.0,5.0,5.0,5.0,"Designlab’s UX Academy foundations course provided me with a challenging experience in learning the basics of UX design. This course (which can be done full time or part time) is formatted so that every week you’re focusing on a new but critical aspect... Read More of ux design. I had the privilege of working with an incredible mentor throughout the course, and I want to thank her and designlab for giving me the confidence in learning a new skillset.Read Less",UX Academy Foundations,UX/UI Design +291571,10697,designlab,Diana DAlessandro,False,2022,UX Academy Foundations,2022-08-08,4.3,5.0,5.0,3.0,I enjoyed my time taking the UX Academy Foundations course. It was challenging and rewarding to learn how to use Figma and understand the visual design principles and process. I highly recommend taking this course if you are considering pivoting to UX... Read More Design.Read Less,UX Academy Foundations,UX/UI Design +291381,10697,designlab,Octavia Bentum,False,2022,This experience was very beneficial.,2022-08-02,5.0,5.0,5.0,5.0,"A pro would be the support of my mentor and the team in Design Lab. A con would be the number of projects considering it's a boot camp. However, the projects are almost always easy to get through and complete. If there is anything that I needed help with... Read More regarding the projects or any technical difficulties, Design Lab and my mentor were attentive to help me as soon as possible.Read Less",UX Academy Foundations,UX/UI Design +291315,10697,designlab,Kristina Olsen,False,2022,I learned so much and the mentor experience was exceptional!,2022-08-01,5.0,5.0,5.0,0.0,"Before beginning Foundations, I had no prior experience with UX and UI design. This course covered the basics and has helped me get a better understanding about the work and career opportunities. The courses is packed full of learnings and there are many... Read More hands-on experiences through copy-work, as well as creating original work. The highlights for me were working with my mentor and seeking career advice along the way. I highly recommend this course as an entry point into UI design.Read Less",UX Academy Foundations,UX/UI Design +291301,10697,designlab,Gareth Jandrell,False,2022,Thorough and well structured,2022-08-01,5.0,5.0,5.0,5.0,Gives you a real base knowledge of the UI software you will need to use and introduces you to the concepts you will need heading into UX. The course to slightly longer than advertised but I think that's because I was being thorough with everything. The... Read More mentor was tough but fair on my work and I feel like I am way better prepared to move forward now and cannot believe the standard of work I produce compared to where I was. Strong recommend.Read Less,UX Academy Foundations,UX/UI Design +291297,10697,designlab,Anonymous,True,2022,Amazingggg!,2022-08-01,5.0,5.0,5.0,0.0,"I'm really glad I chose to opt in to the Foundations Course even though I already had a design background. I learned a lot of new info related to product design. It was a great way to refresh my understanding and add to my skillsets. I specially loved... Read More the mentorship aspect, as every week I could get feedback both on assignments or anything related to design in general. My mentor, Leah, was great and super responsive! The readings were brief but extremely valuable in information. The courses were well divided and structured so that you knew what to expect in order to plan out your week. I would definitely recommend!Read Less",UX Academy Foundations,UX/UI Design +291288,10697,designlab,Anonymous,True,2022,This course helped me to learn new skills and challenge me in a positive way.,2022-07-31,4.3,4.0,4.0,5.0,"Pros: Mentor support, straightforward assignments, good practice opportunities. Cons: No option to do ~5 hours a week instead of 10-20. Many individuals who are looking to change careers are doing so because their current schedule, workload, and commitments... Read More are not very flexible, so the option to do 5-10 hours a week over a longer time period would be helpful. Also, would have liked to learn more of the UX side of the field as it was predominantly UI work.Read Less",UX Academy Foundations,UX/UI Design +291262,10697,designlab,Anonymous,True,2022,Worth the money!,2022-07-29,4.0,5.0,5.0,2.0,"I really enjoyed taking UX Foundations and thought the curriculum was well-structured. Being able to have 1-on-1 sessions with my mentor was extremely helpful. At first I was paired with a mentor who was unavailable but Designlab was quick to pair me... Read More with a new mentor the first week. My mentor was professional, knowledgeable, funny, and supported me all the way. This course helped me feel more confident applying to UX Academy and I recommend students to take it if they want a comprehensive intro to UI/UX. The resources included in each unit (8 units total) were invaluable (bookmarked!) and I know I will come back to them often during UXA. The curriculum had a good balance between reading materials and design application. I'm confident using Figma and know so much more about UI after only a month. Another nice thing about the course pacing is that you can go at your own speed.Read Less",,Unknown +291179,10697,designlab,Andre Tibbs,False,2022,"Great content, I know immensely more about UI design than I did a month ago.",2022-07-27,5.0,5.0,5.0,0.0,The foundations course is a great kick off to UX and really does lay the ground work well. There is a nice balance of reading along with projects. I learned a lot more about Figma than I thought I would and I feel confident using it now. I did have issues... Read More with my first mentor but the program is really responsive and supportive and found me a fantastic replacement mentor. The DesignLab platform is easy to use and really intuitive. I am excited to start the UX Academy portion.Read Less,UX Academy Foundations,UX/UI Design +291157,10697,designlab,Anonymous,True,2022,Totally worth it!,2022-07-26,4.7,4.0,5.0,5.0,"I enrolled in both Foundations and UX Academy, I landed a UX designer role 2.5 months after I submitted my portfolio. I’m very happy that I made a career transition from fashion graphic design to UX design. I would say that my experience enrolling Designlab... Read More was totally worth it. Here’s why: - Well structured course, you’ll get to learn all the fundamental design processes in order to achieve meaningful case studies. - Weekly 1:1 mentoring sessions, to get feedback on your projects to make quick iterations. - Weekly group critique sessions, very similar to stand-up meetings in the tech industry. A good way to learn to present your work and give feedback to the others. - Career services- To me, landing my first UX/UI job was harder than completing projects/assignments. I often felt imposter, so having a career coach can help to gain confidence for your interviews. Cons: - Some of the learning materials are free online or dated, I’d wish Designlab have their version. Especially on auto-layouts, I had a hard time understanding, and later I realized that in the industry, there’s no need to spend so much time on it before the wireframe has been approved.Read Less",UX Academy,UX/UI Design +291154,10697,designlab,Kelly Yuen,False,2022,Was a great introduction,2022-07-26,5.0,5.0,5.0,0.0,Designlab's Foundations course was very helpful to break the ice of the UI/UX world. I personally found it a bit overwhelming to learn on my own so it was a good to have this intro course. It was informative and simple to follow along. I found the mentoring... Read More system to be extremely productive and I learned a lot from my mentor.Read Less,UX Academy Foundations,UX/UI Design +291090,10697,designlab,Raymond Marino,False,2022,Best eye opening experience into the world of ui.,2022-07-25,5.0,5.0,5.0,5.0,Pros: not to sound to vague but honestly everything was a pro from the mentor to all of the copy-work that gets you used to the design tools. I would hands down recommend design lab ui foundation course to any one that is trying to enter the tech world.... Read MoreRead Less,UX Academy Foundations,UX/UI Design +290881,10697,designlab,Rachel Liu,False,2022,Well designed UX programme,2022-07-20,4.7,5.0,5.0,4.0,I have no prior experience in design so the UX foundations really helped me get into grips of the design world. Everything was well organised and information was easy to digest. Foundation course is well worth it for those who have no prior experience!... Read MoreRead Less,UX Academy Foundations,UX/UI Design +290799,10697,designlab,Florence,False,2022,Best mentor,2022-07-18,5.0,5.0,5.0,0.0,"Overall I really enjoyed doing this foundation course, I did this in order to qualify for UX Academy. I am very happy with my completed coursework and will start to build up my portfolio using these. I did not find this course hard, but it is very time... Read More consuming. Pros - Really flexible, the only 'set' thing are your mentor meetings, but you schedule this based on yours and your mentor's availability. - I enjoyed the course content - Extremely happy with my mentor, he is super helpful and supportive - Relatively low cost Cons - The website is a little hard to use on mobile. There isn't an app, so I use it on the browser, it's hard to see everything clearly - It can be hard to find what you need from the discord servers since there are so many channels and new messages popping up all the timeRead Less",UX Academy Foundations,UX/UI Design +290766,10697,designlab,Anonymous,True,2022,Designlab UX Foundations,2022-07-17,3.7,5.0,4.0,2.0,"I really liked the flexibility of this online boot camp. I was able to work at my own pace and complete all the material independently. The content was easy to digest, and it was well-paced for a beginner like myself. I do wish the curriculum had more... Read More tutorials on how to use the actual design tools (e.g., Figma and Sketch), but given the length of the course, I can understand why there wasn’t much instruction on those items.Read Less",UX Academy Foundations,UX/UI Design +290761,10697,designlab,Amanda Freitas,False,2022,"Wonderful course, learned so much",2022-07-16,5.0,5.0,5.0,5.0,"Loved this intro course into UX design. I learned so much from starting off without any design knowledge. I finished the course being able to produce basic desktop and mobile pages. I especially loved he mentor aspect of the course. I feel confident and... Read More ready to attend the full course, UX Academy by Designlab.Read Less",UX Academy Foundations,UX/UI Design +290728,10697,designlab,Erick Colobong,False,2022,4 week crash course in UI design.,2022-07-15,3.7,5.0,5.0,1.0,"The coursework was a good Introduction to User Interface Design over 4 weeks. 1 on 1 meetings with a Senior Design Professional in the field to cover your coursework, ask questions, and learn from is the most valuable part of the course. Any question... Read More I had was quickly answered by the mentor assigned to me by DesignLab.Read Less",UX Academy Foundations,UX/UI Design +290688,10697,designlab,Anonymous,True,2022,Foundations is a great course if you don't have any prior design experience.,2022-07-14,4.5,5.0,4.0,0.0,"Pros: -Everything is well structured. The Foundations course is broken up into 8 units, with 1-7 being learning based. In those units everything is broken down by time and it's really nice that they encouraged you to upload work even though it's not finished.... Read More -You get a mentor and there's a dedicated discord community you have to join when you start Design Lab. It's full of love and support. -On top of reading for knowledge, you get to do tutorials, and most of the unit is project based Cons: -Very few (probably just one) of the video tutorials is not up to date (I'm looking at you auto layout tutorial) which made it really difficult to learn. - I feel like I spent way more time to finish a few of the final projects in each unit. I definitely spent long hours/ days on some of the copy work projects but this is where ""it's okay not to finish comes in"" *I am not going to put a rating for ""Job Support"" because it's not applicable for the foundations course. Foundations give you a snapshot for design work. You definitely need to take the Academy Bootcamp to get access to their Job Support services.Read Less",,Unknown +290681,10697,designlab,Diana,False,2022,My life changed!,2022-07-14,5.0,5.0,5.0,5.0,"My life has changed completely I could do what I love, now I can work online as a designer and it's all thanks to you! They have helped me a lot, now I have a perfectly good job with a decent salary which I recently used to buy a new car Thanks again!... Read MoreRead Less",,Unknown +290608,10697,designlab,Kristen,False,2022,"Great experience, worth the money!",2022-07-12,4.3,5.0,4.0,4.0,"I had a great experience with Designlab's UX Academy. I especially enjoyed the mentorship and group critique sessions that we were required to attend weekly. It was good preparation for how things are in the real world. The curriculum was informative... Read More and I appreciate that it wasn't just focused on one or the other (UX or UI), but it was a combination of both. I've been recommending the bootcamp to everyone interested in changing careers! I was fortunate enough to land a job before going through career services, but I hear it's also helpful!Read Less",UX Academy,UX/UI Design +290584,10697,designlab,Anonymous,True,2022,Designlab Foundations Review,2022-07-11,5.0,5.0,5.0,5.0,"I completed the Foundations course with Designlab and had a very positive experience. The course felt well-paced and while I was concerned that I might be lacking support with a fully online course, I found that the program offered many opportunities... Read More for support from peers through Discord as well as having a mentor that I could meet with regularly and reach out to when needed.Read Less",UX Academy Foundations,UX/UI Design +290577,10697,designlab,Anonymous,True,2022,Very Good Experience,2022-07-11,4.5,5.0,4.0,0.0,"Designlabs' UXF is a very good, very rigorous program. I worked harder and was challenged way more than I expected. My mentor was very good, too. My mentor always got back to me within 24 hours, and often within 12 hours. I thought Design Labs' UXF would... Read More be easy, and it wasn't! It was very challenging. I was impressed. I really had little-to-no design experience prior to this course. My only recommendation to Design Labs would be to revise the lessons and curriculum when they teach Auto Layout and Components. I had difficulty understanding those two aspects of the course, and I think those concepts could be broken down into more simple chunks.Read Less",UX Academy Foundations,UX/UI Design +290514,10697,designlab,Anonymous,True,2022,Rewarding learning experience,2022-07-08,5.0,5.0,5.0,0.0,"I had a really awesome mentor who made me feel confident about learning a new skill. The format was easy to follow, but the biggest challenge was time management. Really dedicating time to the assignments and sticking to the time constraints is necessary.... Read More The mentor sessions were so valuable to me and I was able to clarify any concerns or questions about specific functions on Figma, my design choices, visual design concepts/styling, etc.Read Less",UX Academy Foundations,UX/UI Design +290484,10697,designlab,Anonymous,True,2022,Meeting with a mentor once a week was amazing.,2022-07-07,4.0,4.0,4.0,0.0,Pros: Meeting with my mentor weekly Being able to go at your own speed Figma how-to videos to refer back to Cons: Having to save up questions for the weekly mentor meeting rather than getting real time help A few assignments felt like busy work Reflections... Read More felt repetitiveRead Less,UX Academy Foundations,UX/UI Design +290451,10697,designlab,Jordan Tempro,False,2022,Foundations Exceeded My Expectations,2022-07-06,5.0,5.0,5.0,5.0,"When I discovered the world of UX Design I remember I was flooded with feelings of intrigue, curiosity, and excitement. You mean I get to work in tech making creative impacts based on logic and best practice? Wow! It didn’t take very long for me to understand:... Read More I want to be a UX Designer. The Foundations course at DesignLab has tripled my excitement about transitioning into a career in UX Design. Having just graduated, I feel empowered to not only design and collaborate, but also to keep learning as I take the next steps towards my career goal. My time in Foundations has been priceless. I’ve been heard, supported, and also challenged…consistently, all in an effort to ensure I have the best possible experience. My favorite parts of Foundations has been chatting with my peers in the robust Discord community, as well as my time with my amazing mentor, Amandreo! To be honest, I really don’t think I could have asked for a more perfect mentor match. Amandreo was present, straight-forward, and immeasurably insightful. Foundations has been the perfect first chapter in my story as a UX Designer, and DesingLab as a whole has watered my intrigue, curiosity, and excitement more than I expected.Read Less",UX Academy Foundations,UX/UI Design +290439,10697,designlab,Anonymous,True,2022,Great intro to design,2022-07-06,3.0,4.0,4.0,1.0,"As someone with design experience from school, a lot of the curriculum seemed familiar and was a really good way to keep me engaged. The mentor played a big part in my experience with the course. I was able to enhance my design skills, learn about some... Read More great resources and start thinking about the next steps in my career. This course is really geared towards UI (not so much UX) and what good design is. As the name stands, it provides material to develop a good foundation for design. There is little to none in terms of job support in this particular course. While they provide initial time estimates for an assignment, keep in mind that iterating on your work will also take up time so ensure you have additional hours during a week to dedicate to working on past assignments.Read Less",UX Academy Foundations,UX/UI Design +290437,10697,designlab,Wendi Fisher,False,2022,Great experience!,2022-07-06,5.0,5.0,5.0,0.0,"I had a great experience with the UX Academy Foundations course! Content was presented in a logical and easy to understand way. Each unit contained readings and tutorial videos followed by at least 1 practice exercise and a project. By the end of the... Read More unit I felt like I had a firm grasp on the objective before being introduced to another concept. Units 1-7 built upon each other in order to complete the 10 hour design challenge at the end, which is used for admissions into the UX Academy. In addition to great content, my mentor was amazing! He really pushed me to think about my design and offered great constructive feedback. He also helped me start thinking about portfolio work, talked to me about his roles he's had and his path through the UX field, and gave me some helpful Figma tutorials. UX Academy Foundations is the prerequisite course for the UX Academy, so there was no job support as part of this course (so I didn't rate it).Read Less",UX Academy Foundations,UX/UI Design +290428,10697,designlab,Stephanie Domingo,False,2022,Mid,2022-07-06,3.0,3.0,3.0,3.0,I learned a lot but a ton but the course was mostly a curation of free materials readily available on the internet + quick summaries to explain weekly modules + a mentor. I mistakenly thought there would be more detailed course materials and explanations.... Read More For career switchers without design knowledge it’s smart to supplement the course with other paid programs on Udemy or Coursera.Read Less,UX Academy Foundations,UX/UI Design +290412,10697,designlab,Tasheem Brown,False,2022,Mentoring Is Key,2022-07-05,3.3,4.0,4.0,2.0,"O)veral from what I have experienced from UC Academy foundations, I would say the mentoring is the highlight of the program. I wouldn't necessarily tell you that you won't be able to learn the material through a site like YouTube or an other program,... Read More but the mentoring aspect fulfilled allowed me to learn more about UX/UI as a career and not just a course. That being said, it is geared towards learning the fundamental of UX/UI design and not so much job support. My mentor was great and I couldn't ask for anyone better.Read Less",UX Academy Foundations,UX/UI Design +290374,10697,designlab,Ben,False,2022,Very good,2022-07-05,4.5,4.0,5.0,0.0,"amazing course, time estimates completely off, the student needs to know what to ask their mentor for which isn't easy when you don't know what you should be asking. Ask for a figma/sketch/XD masterclass from your mentor, thank me later. The time estimates... Read More they give for how long projects and reading should take is off. The articles they provide, contain links to other very useful articles, and the overall section ends up taking way way longer than they estimated it would. Depending on your experience with design in general and/or software experience with either figma, sketch, or adobe xd, the projects could take many hours longer than they estimate it should take. They encourage students to hand in unfinished projects, but, the inexperienced students struggling with the software learning curve, are inevitably taking much longer to do projects in general. So I think this needs to be taken into consideration - ex. A 3 hour project could easily take 5-6 hours. The figma tutorials are outdated. The functions you learn are the same, but applying what you learned in the tutorial to the actual task is complicated if you've never used figma before. I found myself watching a ton of figma tutorials on Youtube as a result. The mentors job is to be there for you. They do not take initiative for you, that is your job. When you come to a mentor session you better have prepared questions in advance because there will be nothing to discuss if you haven't. I suggest writing down problems you have while you're experiencing them, save the notes, and bring them up to the mentor during your session. Otherwise you'll have forgotten what the problems were. Ask your mentor figma/sketch/adobe xd masterclass. They will give you many tips and tricks that designlab does not. Remember, the mentor works in this field and has accumulated a lot of practical experience that enhanced their performance and skills. Overall great course, highly highly recommended. The information they provide is amazing and you will learn a tremendous amount, not just from designlab, because by going through the course you'll know what to lookup on google and youtube which will help you learn even more, not to mention the linked articles designlab has in their curriculum.Read Less",UX Academy Foundations,UX/UI Design +290362,10697,designlab,Lim Huan,False,2022,"Fun, learnt alot, enjoyed myself thoroughly",2022-07-05,5.0,5.0,5.0,0.0,"I was really excited to join this programme, after reading and watching all the reviews I felt like this was the right fit for me and so I signed up. However, after doing more research I found another bootcamp that would fulfil my needs and was deciding... Read More to drop this one. But I was so glad that I didn't, and decide to go ahead with it. The whole process from onboarding, the lessons, the assignments, mentor sessions, everything was smooth and well-guided and supported. The lessons were mostly readings but are interesting and broken up into smaller chunks so it is easier to digest the information. Then, you get to do some copy work, followed by designing a page based on what you have learnt in that Unit. Do note that the lessons were heavily focused on UI than UX. Hence, most of the work were graded based on that. Also, the content of the lessons were mostly summarising the main points that you need to know so I would say it's concise but also to a certain extent surface-level so it'll be good to read up more on your own if you're really interested. I learnt alot from my mentor as well who is really patient with all my questions, is knowledgeable about the curriculum content and the industry and is more than happy to share what he knows . Overall, I had fun and really enjoy the course and the entire process! I'm a little sad that I'm done with UXA Foundations cos it was so much fun while learning.Read Less",UX Academy Foundations,UX/UI Design +290360,10697,designlab,Luke Petley,False,2022,Well thought out with an visually interactive twist,2022-07-04,5.0,5.0,5.0,5.0,"For me this course was great, it was well thought out and didn't have you swapping back to a previous units to check on things. The visual nature of the courses online dashboard makes it easy to keep track of where you are in the course without distracting... Read More from what you are doing in the course. For any visual learner this is a great way to get started on a path to UX and UI design!Read Less",UX Academy Foundations,UX/UI Design +290359,10697,designlab,Anshuman Krishna,False,2022,Fun introduction to UI design,2022-07-04,5.0,5.0,5.0,0.0,"UX academy foundations was, in my experience, a very fun and useful introduction to UI design. It's meant to serve as a way to get people with no experience comfortable with creating responsive design layouts for mobile and desktop web and it serves that... Read More up in a very effective way. The best part, in my opinion, is that the structure of each unit is thorough and represents a learning arc that takes from reading to doing; by the end of the week, you're given an opportunity to essentially do a peer-reviewed project associated with a particular skill set that is part of the design process, and this happens once a week for the length of the course. I think it's an effective structure, and it has been fun (there are several boring bits, when you're essentially rote memorizing through repetition, but if you have to learn a software tool inside out to be effective, like figma or adobe xd, you have to be tolerant of a certain degree of boredom). The mentorship experience was unequivocally what made the course excellent. Working alongside or getting regular feedback from a peer with experience is pretty much invaluable for reinforcing skill acquisition, and it worked for me. My mentor was fun to talk to and easy to work with, and that was great too. Overall, I'm quite positive about the experience, and it rates quite well compared to the many other uni courses I've taken.Read Less",UX Academy Foundations,UX/UI Design +290347,10697,designlab,Anonymous,True,2022,Great course for new designers and entry level designers!,2022-07-04,5.0,5.0,5.0,0.0,Pros : Design lab foundations course is perfect for new and entry level designers. It gives you a good understanding of the principles of UX/UI design in addition to providing you with a hands on experience. You also will have a mentor to help you throughout... Read More the course.Read Less,UX Academy Foundations,UX/UI Design +290324,10697,designlab,Anonymous,True,2022,Great Prerequisite Course!,2022-07-03,5.0,5.0,5.0,0.0,"As someone with no design experience or knowledge, Designlab's Foundations course was a great prerequisite course. The course gave me an overall foundation of basic UX principles and helped me to decide if UX design was a track I wanted to take. What... Read More I love most about the Foundations course was the projects and mentor sessions. The projects really help you to utilize and apply your learning, while the mentor sessions are great for refining your work and answering questions you have. I love that the course is spread out into units with projects and a reflection and/or quiz at the end of each unit. Although the course was a good course, I also found myself stuck at times and going to Google or Youtube videos for extra help. If you are considering going into UX design and have no design background, I highly recommend taking the Foundations course.Read Less",UX Academy Foundations,UX/UI Design +290008,10697,designlab,Anonymous,True,2022,Great foundation class!,2022-06-22,4.3,5.0,5.0,3.0,"This was a great program for those new to UX/UI, and gives a solid foundation in design principles and and technical use of the platforms. The mentorship program was invaluable! I really enjoyed taking this intro foundation program before committing to... Read More the full time bootcamp, it gives a good example of what to expect.Read Less",UX Academy Foundations,UX/UI Design +289977,10697,designlab,Anonymous,True,2022,A good way to get into it,2022-06-21,4.0,4.0,4.0,0.0,"The foundations was a good program to help get into the UX industry - to start being creative, and learning the basics. Goes through basic foundational lessons paired with projects to start practicing using Figma (or other programs that you might choose... Read More to use).Read Less",UX Academy Foundations,UX/UI Design +289938,10697,designlab,bonnie lin,False,2022,course was easy to navigate and i worked really well with my mentor's teaching style.,2022-06-20,4.0,5.0,4.0,3.0,The course was easy to navigate and understand. My mentor was extremely helpful throughout my learning process. her critiques were thorough and i got feedback really quickly. I wish there was more material in foundations on auto layout and components... Read More in figma. I did have to learn that on my own with the use of youtube videos.Read Less,UX Academy Foundations,UX/UI Design +289909,10697,designlab,Anonymous,True,2022,Exceeded my expectations,2022-06-20,4.7,5.0,4.0,5.0,"I had heard good things about the course and although I was expecting good content, I really did not know what to expect in terms of the online modality, it is true that the platform impressed me. It is very well organized throughout the course, the way... Read More you have to interact with the mentor as well as being able to see the work of your classmates, generates a sense of community that you would not have to do a free course on youtube.Read Less",UX Academy Foundations,UX/UI Design +289859,10697,designlab,Edna Wang,False,2022,"My experience with Foundations provided a general overview of the design basics in web and mobile layouts, software use of Figma and concepts for UI.",2022-06-17,4.0,4.0,4.0,0.0,"The Foundations program provided enough examples and information for me to want to continue learning more about UX/UI. The mentor is key to this experience since every other aspect is pretty independent. The mentor is the main person who is not only approving... Read More and providing feedback on projects but also helping me to learn Figma when I am stuck on certain elements. The ability to ask a direct question and have someone in the industry provide a response is really helpful. Sure, there's a Discord ""community"" but not everyone works well in this type of environment, or cares to. There is too much information to filter through and not every response is the correct response. In this program, the mentor is also a teacher. I can't imagine the frustration of having an incompatible mentor. This is not to say that Designlab is the better program because they have mentors because I think lots of bootcamps do as well. Generally, the content of lessons is straight forward and the concepts are in small enough bites that it is not overwhelming. What is overwhelming is trying to read all of the resources provided. I know it's optional but in trying to absorb as much content in this new to me field, I tried to read all that was provided but now have a huge backlog of saved articles. I am pretty sure I went overtime on every project. It is hard to track the time I am spending on the actual exercises versus the time I am spending on learning a tool in Figma within the project time. I generally found the tutorials to be one step behind when I needed it in relation to the exercise. I know the projects are iterative but when it's replicating a given layout, there is an end to that type of exercise. Another con is just that not all of the units are updated to current methods of the program. Like everywhere that references Slack vs Discord. This may seem like a small thing but as a seasoned designer, things like this really stand out and feels careless. Similarly, the Figma tutorials where the versions do not fully match the current updated software. Sure the concepts are likely the same but when you are new to the program and trying to work along side the tutorials, it can be frustrating when the elements do not behave the same way. I did not dabble in Sketch and have no idea how those tutorials were. Some really grey areas to me were things like, how many students are in each Foundations course/cohort of the academy? Could be thousands, no idea! And maybe I missed this somewhere but what percentage of people get accepted into Academy from Foundations? And what happens if you are not accepted and does that even happen?Read Less",UX Academy Foundations,UX/UI Design +289751,10697,designlab,Anonymous,True,2022,"Great experience, highly recommended",2022-06-14,4.5,5.0,4.0,0.0,The program is well structured and comprehensive. There are separate units that each contribute to further building your skills and there is a good balance between theory and practice. I appreciated how i could set my own pace and have life/school balance.... Read MoreRead Less,UX Academy Foundations,UX/UI Design +289624,10697,designlab,Erika Hickey,False,2022,"Fantastic, mentor-feedback driven, detailed UX Foundations course.",2022-06-09,4.7,5.0,5.0,4.0,"I initially picked Designlab's Foundations course as my first UX bootcamp to solidify that this was the career change for me. Designlab has been AMAZING - they matched me with an experienced mentor who met with me weekly and gave great feedback as well... Read More as helped me learn more difficult concepts. Designlab's foundations is exactly what it sounds like - a foundational course for those who have zero experience in the UX design industry. You have access to their whole community and collaborate often with peers. It is a great introductory course that gives learners foundations in UI design so that they can successfully navigate into studying UX design. The curriculum is detailed and you get out of this course what you put in. You can coast through this course but the more you collaborate with peers, seek feedback, and work with your mentor the more you will get out of this course. There is a lot of peer and mentor support, as well as encouragement from Designlab.Read Less",UX Academy Foundations,UX/UI Design +289477,10697,designlab,Anonymous,True,2022,Good online program,2022-06-06,4.3,4.0,5.0,4.0,"There was a lot of thought that was put into in the online coursework material by DesignLab. I’m glad the projects were not something you can just breeze on through. I had to put effort into each unit. I took the part time course that was estimated to... Read More take 10 hours a week, however when you get further down the course (unit 4 and beyond) it could take much more of your time. The other benefit of DesignLab’s Academy Foundation (8 week course) is you get to determine if you want to invest anymore of your time and money to take it to the next level by applying for their longer UX Academy course. Their foundation course was to get you familiar with the tools and basic understanding of designing User Interface. There’s also something interesting going on with how they pair up students with mentors. I suspect some students were paired up with mentors that were available to respond to your iterations more frequently while other students had more hands off mentors that only leave feedback during their weekly sessions. I think it depends on how you fill out their survey such as your schedule and any prior design experience.Read Less",UX Academy Foundations,UX/UI Design +289439,10697,designlab,Muhammad Taqie bin Mohd Saiful,False,2022,A great place to start your UX design journey,2022-06-04,4.3,5.0,4.0,4.0,"Coming from a graphic design background, I thought I need to learn to code if I were to jump into UX design. But that really wasn't the case. Their admin rep and a course intro convince me to take the leap into UX design. Started my journey first in UX... Read More design by going through their foundation course. If you’re on the fence about whether to go into UX academy or not. Just try out their Foundation course, It really helps set your pace and expectation. When you got ready to go into UX academy, it really helps to know that the Designlab course really prepares me with everything I need to break into the industry. I took a long time to complete the course (a bit of a language barrier as English wasn't my first language) but having a mentor really helps to make your learning process a well-structured path and in the end, your case study of your UX design process is the important point that your future employer will go through in your job interview. I would also implore you to take advantage of the unique feature that is offered by Designlab which is their 1:1 mentorship, group crit session and the capstone projects. They really help in making your career-changing journey.Read Less",UX Academy,UX/UI Design +289438,10697,designlab,Jasmine Beltran,False,2022,Review,2022-06-04,5.0,5.0,5.0,5.0,"I thought DesignLab’s Foundations course was very beneficial for me because I’m coming from a completely different educational background. I had 0 design experience and after finishing the course, have learned so much and already have begun to build my... Read More portfolio. Although you can teach yourself how to use Figma or Sketch, the guidance of a mentor with real industry experience plus the projects provided, really helped me thrive and learn. I would definitely recommend!Read Less",UX Academy Foundations,UX/UI Design +289416,10697,designlab,Katlyn,False,2022,GREAT engagement!,2022-06-03,4.7,5.0,5.0,4.0,I love the way they get you involved in this course. It's so informative and being able to have a mentor help you along the way is hands down a great asset to have when it comes to learning UX/UI. I would recommend this to anyone looking in to this field... Read More or switching careers!Read Less,UX Academy Foundations,UX/UI Design +289356,10697,designlab,Kirsten Glenn,False,2022,Excited about Design!,2022-06-01,5.0,5.0,5.0,5.0,The course was great! I learned so much in the short period of time. I started with no formal design training and was easily able to learn the material and actually design. You can set your own pace and my mentor was available a range and variety of times... Read More to fit my schedule. I’m excited to begin academy and get closer to my career change.Read Less,UX Academy Foundations,UX/UI Design +289312,10697,designlab,David Chesney,False,2022,Great introductory course to prep you for learning UX,2022-05-31,5.0,5.0,5.0,0.0,"This program is a great introduction to the concepts of UI design in websites and mobile apps. It heavily focuses on training a user how to use Figma or Adobe Sketch (common tools for UX/UI design) and leveraging different techniques and shortcuts to... Read More accomplish common tasks. While using this tool (you get to choose) you then have weekly sessions with a mentor to discuss the various assignments from the self-paced curriculum. Assignments ranged from copy work of existing websites to designing your own website or app based on a certain set of guidelines. Keep in mind that this is meant to be an introductory course that feeds into their UX Academy, which dives more into what an actual UX designer might do in their career. In short, I would call UXAF a crash course on learning Figma and some basic principles of design to lay the groundwork to further study how to become an actual UX designer. The tuition at the time of this writing was only $500 and you get to apply this to the cost of the academy should you choose to proceed. In my opinion, the mentor sessions alone were worth it because the things that you don't necessarily learn in this course you can ask your mentor. For instance, we went over a whole manner of different things a UX designer would do in their career, what he did, where you could possibly go after Designlab, etc. I didn't give the Job Support category a ranking, might show up as zero, because it's not applicable. There's no expectation that you should be able to get a UX job after this course as it's more of an introduction to some UI principles and how to use the tool. Designlab's curriculum format was great, easy to read and access, and generally what you'd expect from a company that is teaching you how to format web pages to be aesthetically pleasing and easy to use. As mentioned, it's self-paced, but you also are warned that time management is a key element and considered when applying to the academy. My only feedback regarding the curriculum (and hopefully they're already working on this) is that it would be great if there was an app that could be directly accessed by my phone or tablet. You'll see that the content and menus are designed pretty much how an app would be, so I'd imagine it would be fairly easy to create it. Overall, if you're interested in UX and don't have any design experience, this is a great course to dip your toes. It might not give you a full introduction to what a UX designer does, but you can supplement that by discussing with your assigned mentor what questions you might have and things you're more interested in.Read Less",UX Academy Foundations,UX/UI Design +289310,10697,designlab,Katherine Va,False,2022,Designlab foundations was at times challenging but in the end quite rewarding.,2022-05-31,5.0,5.0,5.0,0.0,Designlab foundations is an information-packed 8-week course. I do think it teaches a wide variety of topics concerning UI design. Looking at the first week and my last week of the course I've grown and learned a lot. I think this course is a great start... Read More for anyone looking into a career in UI/UX design.Read Less,UX Academy Foundations,UX/UI Design +289304,10697,designlab,Brittney Murphy,False,2022,Great experience!,2022-05-31,5.0,5.0,5.0,5.0,"I loved everything about this program. I was able to spread it out so it worked with my schedule. I learned a lot of information and I love that I can always go back and access that information. I had moments of frustration while learning, but there were... Read More so many great videos to watch and working with my mentor really helped me learn a lot as well!Read Less",UX Academy Foundations,UX/UI Design +289290,10697,designlab,Calista Ferreira,False,2022,Amazing course for beginners,2022-05-31,4.0,5.0,5.0,2.0,"I loved this course so much, it was super informative and keeps your attention all the way through. I loved how interactive it was the whole way through, they made sure you knew what you were learning by giving you little tasks to do to understand better.... Read More I would definitely recommend this course to anyone wanting to learn UX or UI.Read Less",UX Academy Foundations,UX/UI Design +289264,10697,designlab,Anonymous,True,2022,"Intuitive Design, Thoughtful Material, Great Intro to Design",2022-05-30,4.0,5.0,4.0,3.0,"I signed up for Design Lab's Foundations course to confirm if Design was a career I 1) was interested in and practically could see myself doing day in and day out and 2) wanted to put more time, resources, and money into as the full course is much more... Read More expensive. This felt like a lower commitment to start and confirm these things before I dived right in. It also introduced me to Design Lab's interface, community, and time commitments. I really liked my experience with this course. I was introduced to UI (there is one course that intros you to UX but that's at the very end and definitely not as in depth as the other topics in this course like typography, Figma basics, shapes, etc). I liked the exercises because I felt like I gained a lot of confidence in Figma which for me was the biggest pro of this program. I thought the projects were a good balance between copywork and creative projects. I would say the biggest cons of the program are the strict time commitments--if you don't finish in the intended time, you lose access to the rest of your mentor sessions unless your mentor agrees beforehand to continue mentoring you. In addition, I felt like the training videos while were informative were not super helpful in the practical application of the project. I wish the videos went more in depth to more complex tools in Figma like Boolean, pen, etc. Overall though, would highly recommend if you are interested in Design to transition into. (Note: I put a low rating for job support because this was just foundations and they don't really offer help until you take the full academy course.)Read Less",UX Academy Foundations,UX/UI Design +289207,10697,designlab,KP Mendoza,False,2022,UX Academy via Designlab was worth it,2022-05-27,5.0,5.0,5.0,0.0,"While my experience in UX Academy via Designlab was short, I will say it definitely was an integral part of my journey to obtaining my current role as a UX Research Assistant at Google. Pros — I received one of their full-ride scholarships, so that made... Read More the cost negligible for me. Their entry-level course called UX Foundations was a solid gateway into their UX Academy course (the actual UX Design bootcamp). The work itself was very detailed and paired with plenty of readings to amplify my subject knowledge. What I also appreciated was the mentorship component — I felt like I was receiving actually constructive criticism because my mentor was working in the field. Also, when interviewing with companies, I was able to ""pause"" my enrollment and instead focus on my interviews. This was extremely beneficial because I was able to safely and confidently return to my work had the interviews not panned out; I was grateful for this safety net of sorts. Cons — I was not unable to choose my mentor, and I already knew my first pairing was not going to work simply based on our differing styles of communication. Eventually, I had to change mentors, and that process delayed my progress by about 1-2 weeks. Also, while the coursework was detailed and required a lot of time (I chose the full-time route which was 40 hrs/week), it also resulted in a bit of a cookie-cutter output when it came to designs. While I never completed UX Academy due to acquiring my role at Google, I was concerned about my portfolio pieces and how they might have turned out quite similar to my peers. My goal from the beginning was to separate myself from the pack, and I think I would have successfully been able to do that, but Designlab could do better when creating opportunities for students to diversify their work while supporting their endeavors to do so. There is a lot of onus placed on the student to find their own projects if they choose not to use the prompts offered by Designlab, which is totally fair considering the UX world is competitive. However, more support and guidance would have been beneficial, in my opinion. Out of all the bootcamps out there, would I choose Designlab again? Yes, 100% — for the price, live mentorship, and course content, I believe it was the best option for me, especially considering my tight timeline to transition careers.Read Less",UX Academy,UX/UI Design +289085,10697,designlab,Anonymous,True,2022,A lot of LEARNING!,2022-05-24,5.0,5.0,5.0,5.0,Pros: -learned an Immense amount about UX/UI -all the projects were really helpful and was really prepared me for the final project! Cons: -wanted to have more time with my mentor? There was a sudden switch right before I was going to apply for the UX... Read More AcademyRead Less,,Unknown +289070,10697,designlab,Anonymous,True,2022,Great introduction to UX design!,2022-05-24,4.0,4.0,4.0,0.0,"I started UX Academy Foundations with no design background and found all the assignments very do-able! I appreciate that the course included 10 total sessions with a mentor and it felt like I was supported throughout the course. The tutorials for Figma... Read More were very informative and each unit was pretty in depth. There was an occasion where a tutorial was out of date and it led to some confusion for me (ie., auto layout) but the discord channel (that all students have access to!) was really helpful. Overall, this course made me realize that I wanted to continue pivoting towards UX design and apply to UX Academy :)Read Less",UX Academy Foundations,UX/UI Design +288980,10697,designlab,Anonymous,True,2022,UX Researcher,2022-05-20,4.3,4.0,4.0,5.0,"Designlab has a great curriculum that sets you for a success. The weekly 1:1 meetings with mentors was a great way for me to receive feedback and guidance on my work and launching career. Even though the course tackles most aspects of the UX design process,... Read More it's more focused on design and not as much on research. Even still, it gave me a nice introduction into UX Research and I would recommend it to anyone pursing this career.Read Less",UX Academy,UX/UI Design +288953,10697,designlab,Nicole Marinas,False,2022,You'll Acquire Tons of Knowledge and Practice It Too!,2022-05-20,4.7,5.0,4.0,5.0,"I recommend Designlab to anyone looking for a course that seamlessly brings acquired knowledge and practical knowledge together. With UXA, you'll first learn fundamentals and principles of research and user-centred design, while applying what you've learned... Read More to assignments. The mentorship and access to group critiques through the community are fantastic because students can learn from their mistakes early on while adapting to an environment of openness and collaboration - which are so important in the product design field! That being said, Designlab isn't for everyone. It requires lots of discipline, agility, and an outgoing attitude. In other words, what you get out of it is what you put into it.Read Less",UX Academy,UX/UI Design +288900,10697,designlab,Taylor Rothman,False,2022,Great Experience,2022-05-19,5.0,5.0,5.0,5.0,"Designlab was definitely the best choice for me. As someone who switched from Graphic Design to UX - Designlab really prepared me with everything I needed to know to get into the field. Be prepared to be fully committed to the program in order to get... Read More the most out of it. Remember, you get out what you put in. I felt like I got the most out of the Capstone projects, 1:1 mentorship, and the group critic sessions. Also, to have access to your network after graduating is a huge plus too!Read Less",UX Academy,UX/UI Design +288895,10697,designlab,Samantha,False,2022,A refreshing and smooth experience,2022-05-19,4.7,4.0,5.0,5.0,"I came to design lab looking to find a new passion. I also felt lost and unsure if I had what it took to be a great designer. DesignLab quickly reassured me that with effort, dedication, and support from a community there’s nothing to worry about. It’s... Read More remarkable how much resources and love DesignLab’s team has for their students. They truly care about our success, thank you!Read Less",UX Academy Foundations,UX/UI Design +288790,10697,designlab,Kelsie Travers,False,2022,UXAF helped expand my design knowledge,2022-05-16,4.3,5.0,5.0,3.0,"I am impressed with UX Academy Foundation's ability to teach so much in such a short amount of time. The projects were well thought out and made me feel confident in what I was learning. The 1:1 mentorship was a huge reason I chose this course as it made... Read More me feel more prepared for a career as I could ask an industry professional questions/for advice. There isn't exactly 'job support' in this course, but your mentorship can serve as that if you want. I believe the next course in the series (UX Academy) focuses more on that.Read Less",UX Academy Foundations,UX/UI Design +288789,10697,designlab,Valerie Kellogg,False,2022,A good set up and plenty of support,2022-05-16,5.0,5.0,5.0,5.0,"I started with DesignLab Foundations and moved through the Academy. I liked the coursework, the way it was organized, and working with my mentor. I feel prepared but I also did ALL of the reading the suggested and didn't skimp. I started freelancing before... Read More I finished phase 1 of the program as I was building my portfolio and did a ton of work on my own. This led to two more opportunities and I was able to finish my portfolio and graduate a month early with 3 contracts in hand. I will look to build off of these but I enjoy the freelance aspect and am gaining valuable experience along the way. Couldn't have gotten here without the support of DesignLabRead Less",UX Academy,UX/UI Design +288749,10697,designlab,Madelyn Scopp,False,2022,Great intro course!,2022-05-15,5.0,5.0,5.0,5.0,"I really enjoyed Designlab's UX Academy Foundations course. While I had somewhat of a background in design, this course greatly strengthened my knowledge of design and my abilities to create content that is appealing and user friendly. I also learned... Read More so much from my mentor. Our mentor sessions were very productive and she always provided helpful feedback on my assignments. She asked open-ended questions which prompted me to research and think deeper about design decisions I was making. Overall, this was a great introductory course that got me even more excited about making the career switch to UX design!Read Less",UX Academy Foundations,UX/UI Design +288748,10697,designlab,Anonymous,True,2022,"Room for improvement, but I'm glad I took the course",2022-05-15,3.5,4.0,3.0,0.0,"Brief summary: I took the short course to see if I wanted to continue on with DesignLab's UX Academy and, after finishing, did enroll in their next cohort. I did a lot of reading/comparing between different UX Bootcamps before ultimately making this decision,... Read More and I don't regret it! (This decision was based largely on features I was looking for, so it may not be the answer for everyone) I was already familiar with design principles and practices, so nothing in the curriculum was particularly life-changing for me, but having the opportunity to familiarize myself with Figma before UXA was great! I switched mentors one week in (on the 4 week track) because my first mentor was not responsive. The support team quickly resolved the issue and matched me with a new mentor. My second mentor was super responsive, flexible re: what areas I was most interested in seeing improvement, and gave great feedback + industry insight. Pros: -work at your own pace (on your own hours, however much you want per day) - I thought I would struggle with motivation because of the lack of structure, but I stayed on track by scheduling mentor calls 2x/week to keep myself accountable -project-centric learning means you're jumping into design software basically from unit 1 - lots of opportunities to learn, practice, and improve -mentors! your sessions will be led by you, so you can ask your mentor about anything you want; from project feedback, to clarifying course materials, to what their life as a designer is like. This was a big factor for me choosing DesignLab -active discord server allows you to meet and stay social with other students, ask students/mentors for help, share resources, chat, etc - the community is great! -the workflow intentionally mirrors project iteration in the real world -the price of Foundations is applied toward your UX Academy tuition if your decide to continue on! -you get access to all the course material for life, so you can always return back any time you need to -the support team and admissions staff are friendly, responsive, and understanding Cons: -written lesson material is fairly basic. You won't dive deeply into any topic covered, everything is a high level overview for beginners -some material hasn't been updated in a few years (ex: some video tutorials which have outdated features) - not vital info and easy to find on Youtube, just an annoying value detractor for me. I think they are also working on updating these videos! -I found it difficult to work with some of the project briefs because there was no client feedback or specific company goals stated, so it was just designing in a vacuum in most cases + mentor feedback -ability to progress forward is largely dependent on how responsive and picky your mentor is - this was an issue I had with my first mentor, which meant I was behind for the second week of the course while I was catching upRead Less",UX Academy Foundations,UX/UI Design +288738,10697,designlab,Roma Dubey,False,2022,Designlab - UX Academy Foundations,2022-05-14,4.0,4.0,4.0,0.0,I come from a non-design background and Designlab's UX Academy foundations course is designed pretty well to set foot and test the waters whether UX/UI is for you and also to learn the basics in detail. Each topic is defined and described well along with... Read More links to articles for more to read and on. Video tutorials for using the tools like Figma and sketch are extremely helpful for beginners. Projects have clear deliverables and include a lot of help for students to accomplish the goal. Mentors are of great help and overall foundations is a great start for getting basics right.Read Less,UX Academy Foundations,UX/UI Design +288720,10697,designlab,Anonymous,True,2022,Designlab UX Foundations is a good and comprehensive UX crash course,2022-05-13,3.0,3.0,3.0,3.0,"The pros are that you can go through the coursework at your own time (as quickly or as slowly as you need to). The Discord community for your cohort is also helpful if you have any questions. Some cons that I came across while taking the course include... Read More my mentor may not always be as responsive and helpful as you would hope for, especially if you are trying to get through the course quickly - this is understandable because mentors usually have full time jobs and other students to attend to. However, it could have been much more beneficial to me if I was able to schedule a meeting to discuss every single unit with my mentor. Further, my mentor was not very proactive with giving feedback and pointers - most of our meetup sessions would be very short and just him answering any questions which I may have. I would have appreciated if he gave me some pointers or tips that he thought of when he was going through my work - especially since as an experienced designer, he would know of things that I don't know or have not thought about.Read Less",UX Academy Foundations,UX/UI Design +288695,10697,designlab,Anonymous,True,2022,Foundations course will prep you for the bootcamp.,2022-05-12,4.0,4.0,4.0,0.0,"As most of all entering the UX/UI design field are career shifters, I also am in the middle of career change from hospitality background. Here are pros and cons, pros first: + Hands on learning & learn how to design with a tool (Figma for me). You'll... Read More have the opportunity to practice design tool by copying logos, landing pages, and app screens. It may sound easy, but it will challenge you if you're new to design tools. + Lots of basic knowledge of design. For those who are new to design, we don't know anything about font and colors. We only know what looks good and what doesn't look good. You will READ a lot about the fundamentals of design systems. + 10 mentor sessions. This is 1-hour, 1:1 mentor session, and you can ask anything about anything. Cons: - It's lots of reading. If you're more of visual learner by images or videos, good luck, better get your reading glasses on. - Figma tutorial videos aren't the best and it's outdated. Get yourself an AirPods or earbuds because you'll have difficult hearing with computer speakers. - I've only used 6 of 8 available mentor sessions because I didn't find the feedbacks insightful. He's a great guy and tried to answer all of my questions. However, as a very beginner, you just don't know which questions to ask. A bit more depth and insightful feedbacks would have been more helpful. You're mentor could be different so this is case by case. - I often found spending more time than shown course length. Each unit will have a time stamp ""10 hours and 30 minutes"" to finish the unit. I think I spent 2-3 hours more than given(?)/allowed(?) time. Overall, I found Designlab's Foundations course very useful. Yes, you can learn it all for free through Youtube, Google, and Coursera, but curriculum is definitely worth the tuition and the time; it prepares you for the actual bootcamp.Read Less",UX Academy Foundations,UX/UI Design +288602,10697,designlab,Hong Yi Chen,False,2022,Solid Introductory Course Into UX,2022-05-10,5.0,5.0,5.0,5.0,The Designlab UX Foundations course is a seriously good course if you want to learn more about UI design whether that be for branching out into a new field or to career change into UX. The mentor sessions and community with Designlab is one of the main... Read More reasons that I chose this program and I have no regrets.Read Less,UX Academy Foundations,UX/UI Design +288584,10697,designlab,Vicky Nguyen,False,2022,You won't regret it!,2022-05-09,5.0,5.0,5.0,5.0,"I have always wanted to pursue UX Design but was either too scared of starting over or always thought it was too late. Eventually, I finally built the courage to go for it and after doing lots of research on the different bootcamps, Designlab stood out... Read More based on the 1:1 mentoring and it surely did not disappoint. My mentor was the best I could have ever asked for. He was extremely passionate about the field as he was always happy to share his knowledge and additional resources. He also took the time to answer all the questions I had and when he had feedback on my projects, he would ask me my thought process and ask me additional questions instead of giving me the straight answer to come up with a solution on my own. What I appreciated the most was how much my mentor cared about my growth and I couldn't be more thankful! Overall, the course was a great preview of UX Design. They broke it down into chewable units and within those units, they give you lessons to read along with optional resource links, hands-on practice to get better at the design tools of your choice and provide unit projects to apply what you learned. I completed the course within 4 weeks as I left my previous job to focus on becoming a UX Designer. I chose this route because I wanted to invest in myself :)Read Less",UX Academy Foundations,UX/UI Design +288572,10697,designlab,Rochelle Duong,False,2022,"Challenging, thorough, and Fun",2022-05-09,5.0,5.0,5.0,5.0,"I challenged myself to the fullest going from a non tech career to learning a new design software in 4 weeks. I found mentor sessions to be very helpful even if we were on different time zones , and he provided a lot of helpful resources to keep my going.... Read More I felt some Figma videos were outdated especially the one with autolayout, and for a beginner grasping the concept, the functions wouldn’t operate the same way as the video so that was very stressful. I felt I used up a lot of time in that chapter wrapping my head around it. I felt that there could have been more examples of how to use autolayout .Read Less",UX Academy Foundations,UX/UI Design +288568,10697,designlab,Erika Arias,False,2022,Do yourself a favor and enroll today!,2022-05-09,4.5,4.0,5.0,0.0,"2 months ago I was on this exact website reading reviews like these to gauge whether or not I should go forward with Designlab. Fast forward to today, I am leaving a positive review as a graduate with plans to move forward with Designlab’s Academy. If... Read More you like TL;DR’s scroll to the bottom for one. • Are you creative? • Are you willing to learn something new? • To push through the challenges? • To feel rewarded for doing yourself a favor? And most importantly… Do you want a mentor who catches the things you miss? Who gives you the inside scoop, real-talk, on the industry? A door to networking? Do you want a structured, information-packed (they even have further reading links at the bottom of each lesson), and reasonably timed preparatory course for full stack UX/UI learning or a standalone intro? If you answered yes to any of these, then choose Designlab. Thank me later. TL;DR - Creative learners challenge yourself to high quality material + you get a seasoned industry mentor to help you.Read Less",UX Academy Foundations,UX/UI Design +288534,10697,designlab,Lane Engelberg,False,2022,The people are the most important part,2022-05-06,3.0,3.0,3.0,0.0,"I could go on and on about UX Academy, but I'll sum it up in four (lengthy) points. [1] The curriculum itself covers everything it should, but uses articles and videos that can be found online for free. Any value gained from the curriculum comes from... Read More the order it's presented in, the context given, and the inherent value of completing the assignments put alongside them for experience. [2] The vast majority of what made me learn and improve came from practice (which anyone can do), referencing/analyzing examples in real life and from other students' submissions, and most importantly, feedback and conversations with my mentor and other students. I can't stress enough how important getting multiple sets of eyes on your work is in combination with knowing how to give, take, and analyze feedback. Thankfully I had a very experienced mentor who was legitimately interested in helping me grow and succeed, who provided me numerous examples and resources at every step of the way. If you get a mentor you don't feel has your back, don't be afraid to switch. And participating in the student feedback sessions really helps you hone in on things due to a variety of viewpoints (also, pay attention to the feedback other students get, because it can always be applied to you as well). [3] Designlab severely underestimates the amount of time assignments should take. To be clear, I understand not everyone has the same hurdles and plenty of people will be faster than I was in getting these done. However, I've seen enough other students and reviews mention this that I feel comfortable saying Designlab either needs to increase the ""estimated time"" for each project, or they need to break some projects down into multiple smaller individual assignments each with their own estimates. [4] I came in with a background in user interaction as a game developer. As a result, I was able to take my understanding of how people want to interact with something and build on that. Not everyone will be able to do that, and I'm not 100% certain that the Foundations course is a proper remedy for that. Additionally, I got hired as a game designer right before finishing the course. I do believe that what I gained from this course helped me grow as a designer and articulate on good design processes, but the company who hired me was not previously aware that I was taking the course. Obviously, take everything I've said with a grain of salt because I'm just one person, but I suggest you at least take this all into account before making your decision. The real reason that I'm giving 3 out of 5 is because I believe what you get out of Designlab strongly depends on the circumstances. You can put in all the effort you want, but if you don't get good actionable feedback, you may as well have done everything through online resources for free, or at least for cheaper. At the very least, Designlab is very accommodating if you need extra time; just let them know.Read Less",UX Academy,UX/UI Design +288498,10697,designlab,Anonymous,True,2022,"I learned a lot more than I thought I would, and I think a great part about it was having a mentor to help with it.",2022-05-05,5.0,5.0,5.0,5.0,"I definitely learned a lot more than I thought I would. I've taken a UX Design course in the past, but it was definitely not as resourceful, hands on, and get a greater grasp on the industry as this. I think what was really beneficial was having a mentor... Read More that is able to talk about the field and you can ask questions to, and able to get real honest feedback. However, I know this does rely heavily on who your mentor is, but I believe that DesignLab is able to switch them out if it's not a great fit.Read Less",UX Academy Foundations,UX/UI Design +288495,10697,designlab,Marcos G,False,2022,Best jumpstart to UX,2022-05-05,5.0,5.0,5.0,5.0,"There's no shortage of options for choosing an online UX bootcamp class. After hearing several positive reviews from my friends, I decided Foundations was the right choice for me. The online readings coupled with hands-on projects made it easy to understand... Read More and digest. Any problems or concerns I had could be addressed in my mentorship meetings. These meetings were crucial to my education and may be what sets aside Designlab as the superior online bootcamp course above all the others.Read Less",UX Academy Foundations,UX/UI Design +288488,10697,designlab,Devon Hughes,False,2022,Learn something new today.,2022-05-05,5.0,5.0,5.0,5.0,"While thinking I needed a career change and the research that goes with it, I ran across Designlab. After reading I wanted to move forward with the UX Academy. I saw where they wanted you to do the Foundations course first before the UX Academy. I thought... Read More it was a great idea (the $500 spent on the Foundations course goes towards the tuition of the UX Academy) to get my feet wet first to make sure Designlab was a good fit with me and to make sure it was worth it. All I can say is, is it was! The support staff was awesome and quick to answer any questions I had. What I really love about Designlab is the mentorship aspect of the bootcamp. I met with my mentor every week for 8 weeks (I did the part time track) and learned something ever time we met. I would definitely recommend the Foundations course for anyone interested in moving into the UX/UI career path. You learn a great base line of skills to build upon. I look at it as the first step in a better direction and I am so happy I took it.Read Less",UX Academy Foundations,UX/UI Design +288465,10697,designlab,Salma Elnadi,False,2022,Comprehensive course that provides foundational knowledge of UI,2022-05-04,4.7,5.0,5.0,4.0,"Designlab provided me with essential skills and knowledge for user interface design. I saw my skills in Figma develop rapidly over the 8-week period and I was very satisfied with how far along I've come with my Figma skills at the end of it. This course... Read More allowed me to develop my skills very quickly and acquire foundational knowledge in a short amount of time. I primarily decided to take this course to explore the UX field and potentially make a career change. I would recommend this course for anyone looking for a structured approach that is also challenging enough for acquiring user interface design knowledge. However, the one caveat I would say is that it is very heavily focused on UI design, I would have liked to have a more holistic picture with more information on UX design as well. Overall, my experience was great and the mentorship provided was very helpful. My mentor pinpointed areas of improvement and provided feedback in a timely manner.Read Less",UX Academy Foundations,UX/UI Design +288443,10697,designlab,Shauwna Gicking,False,2022,A LOT of Information,2022-05-04,4.0,4.0,4.0,0.0,"This course met my expectations. I like the way things were broken down and having weekly mentor sessions was invaluable. I also love the open communication within the community. I learned way more than I thought I would in such a short time. It was a... Read More bit of an information overload, but I did go in knowing this was an accelerated course. My only critique would be regarding some of the content. I wish there was an easier way to review resources that were highlighted, that the cheat sheets focused on other content I found to be more helpful, and that the videos were a bit more detailed. I don't feel as confident as I'd like going into the full academy, but I would rather try and fail. Overall I'd give the course an 8/10.Read Less",UX Academy Foundations,UX/UI Design +288429,10697,designlab,Wes Siegrist,False,2022,"Previous graphic design experience, but new to UX/UI/Web Design.",2022-05-03,4.0,4.0,4.0,0.0,"I come from a background of graphic design, self taught. I took this course to see how much of my previous skills would transfer over, and to see if this was a career change I was wanting to make. The course had a great a great flow that started on the... Read More basics, then progressively built on itself. The information in all the lessons gave thourough details about the history of design and how it applies to todays landscape. My only complaint is that the allotted time for each project seems to be underestimated. I frequently found myself taking longer than stated to complete the projects. Also, I feel like it would make more sense to complete each project fully before submitting, rather than submitting an incomplete project based on the timeframe. Especially when you are trying to learn these new concepts. Overall I was happy with the course and my mentor, and I look forward to UX Academy.Read Less",UX Academy Foundations,UX/UI Design +288426,10697,designlab,Preshtha Bijlani,False,2022,Awesome Introductory course to Foundations of UX Design,2022-05-03,5.0,5.0,5.0,5.0,"I took the UX Foundations course in March 2022 and had a life changing experience! There are 2 aspects of taking this course - first is your mentor and second is the material provided by DL and how its structured. The structure of the course is done really... Read More where you learn a small skill and get to practice it immediately in a mini project in each unit so the application helps you remember that skill better . Throughout the course, you will learn many small skills via mini projects in each unit until the final unit which is a combination of all the skills you have learnt in each unit. Overall, i love the way they have structured the material provided. Couple of things that can be improved is (1)additional video tutorials but this is a personal style of how each person learns better and (2) estimated time for each unit or task is underestimated than the actual time is takes to complete. Coming to the most important aspect of the course and thats your mentor! I was very fortunate to find an amazing mentor who was extremely quick in his feedback so i felt very motivated to get things done. He was the best role model of how a UX Designer should be in real life - empathetic in his teaching style, provided his feedback in a very encouraging way which really pushed me hard to think and improve and get better. If not for my mentor, i wouldn't have learnt as much as i did! The one thing i will mention about Designlab 's Foundation course is that it's a great first step to explore if you want to get into UX Design. I personally am making a career change from finance to UX design and i was scared of committing to a 6 month course without having any knowledge or idea if i will like it and this course helped me to decide that! Most other schools do not have this option so i really liked this part about Designlab!! If you are scared/unsure, just do the course! I wish i took this step sooner.Read Less",UX Academy Foundations,UX/UI Design +288418,10697,designlab,Anonymous,True,2022,A really smooth transition to getting proficient with Figma tools,2022-05-03,4.0,4.0,4.0,0.0,"Attending this program had pros: . Follow at my own pace while maintaining a timeline . Review videos and revisit my concepts and tutorials . Smooth transition in to concepts . Time management was well stated and guidelines provided Cons: . A one on one... Read More time and attention was little short, zoom video . Some concepts I didn't get, I had to rely on YouTube which I expected a mentor to help out step by step since I am paying to learn and not from YouTube. . There should have been more guidelines in the brief as to what country are we designing for, being culturally aware and inclusive.Read Less",UX Academy Foundations,UX/UI Design +288408,10697,designlab,Chandler Simental,False,2022,Really helpful!,2022-05-03,5.0,5.0,5.0,5.0,"I was so excited to start the Foundations course. I wanted to find a career field that would be able to accommodate my creativity and lifestyle. Foundations gave me the cornerstone of basic design principles that I will use for the remainder of my career.... Read More I hope to further my knowledge in design, and I expect that I will be returning to my notes that I have taken during this course!Read Less",UX Academy Foundations,UX/UI Design +288390,10697,designlab,Victoria Atkinson,False,2022,Very Integrative,2022-05-02,5.0,5.0,5.0,0.0,I absolutely enjoyed every moment of this program. Designlab does an excellent job of creating a highly interactive environment for students to converse and collaborate while being remote and online. One of my major fears doing a rigorous online training... Read More program was the fear of being left behind and having to struggle to stay on track by myself. DesignLab is very good at making sure you're on track and able to get feedback from mentors and classmates alike.Read Less,UX Academy Foundations,UX/UI Design +288385,10697,designlab,Anonymous,True,2022,Amazing Learning Experience,2022-05-02,5.0,5.0,5.0,5.0,"I love the way the course material is designed! It's very intuitive to follow, and though it was a lot of work, I felt that all of it was useful and taught me so much. It was also a great value because my mentor was fantastic, which I know can be hit... Read More or miss. I highly recommend this program.Read Less",UX Academy Foundations,UX/UI Design +288346,10697,designlab,Stacey Tokuda,False,2022,Designlab -UX Academy Foundations,2022-05-01,5.0,5.0,5.0,5.0,I was able to complete this 8 week course in 4 weeks. You can go at your own pace for each unit but you have 8 weeks max to complete the course. This course was definitely worth it before the UX Academy. The final project can be used as your submission... Read More when you apply for the academy. Foundations covers all the general groundwork you need to know about UI design. I highly recommend it! You get 8 1:1 meetings with your assigned mentor. A Discord server is also offerred so you can connect with other students!Read Less,UX Academy Foundations,UX/UI Design +288343,10697,designlab,Mika Arai,False,2022,Great experience,2022-05-01,5.0,5.0,5.0,5.0,"I really enjoyed the program. It's informative, hands-on, and I can seek help from my mentor which is very helpful. I love the fact that I can connect with other students. Looking forward to start UX Academy. It gave me confidence and I was able to create... Read More my first UX portfolio.Read Less",UX Academy Foundations,UX/UI Design +288310,10697,designlab,Perry Young,False,2022,It was in interesting. I definetly had different views of success compared to the mentor. That happens in design though.,2022-04-29,2.5,3.0,2.0,0.0,The pros is I learned good terminology and what goes into design work. Will definitly help with my website and app management for the company I work for. The Cons is I thought there would be some backend work. It was difficult to progress without mentor... Read More feedback which didnt happen until it was far from completed. I also didnt like having to do revisions for things I did not yet learn. Less on the history of the design and more on the learning aspect. Too much copy work. Exercises could be shorterRead Less,UX Academy Foundations,UX/UI Design +288053,10697,designlab,Anonymous,True,2022,Awesome experience and great support,2022-04-25,5.0,5.0,5.0,5.0,I thoroughly enjoyed my experience with the UX Academy. I felt that I gained a solid foundation of user experience and also the tools to evolve my skills in the future. I especially want to shout out the career services. Finding a job was more stressful... Read More than the academy so I appreciate the support of the career coaches.Read Less,UX Academy,UX/UI Design +287928,10697,designlab,Deborah Willson,False,2022,Great intro class!,2022-04-21,4.3,5.0,5.0,3.0,Designlab offers great information and you get a mentor to review your work. The mentor can make or break the course. I had to switch mentors for a better experience because the first mentor I had was not good. The foundations course teaches you the UI... Read More side and improving your Figma skills.Read Less,UX Academy Foundations,UX/UI Design +287613,10697,designlab,Ben Sterne,False,2022,DesignLab helped me transition into a career in UX design.,2022-04-11,5.0,5.0,5.0,0.0,"A year ago, I was in an internal data role in tech and designing and building websites as a hobby. After starting Designlab's Foundations intro course, I knew this was the online design program I could use to skill up quickly to become a UX Designer.... Read More I quit my job and committed the greater part of last year completing Foundations and UX Academy part-time and freelancing on the side. In the end, I definitely logged over 500 hours working on designs and really improved my understanding of visual design and UX design. It is a lot of hard work and extremely challenging. But to me, it was very rewarding and fulfilling as well. I also found a great group of UX design friends in my cohort and we still chat today. My advice? No matter your skill level, start on Foundations, and if it feels like the right course material for you, go for the UX Academy!Read Less",UX Academy,UX/UI Design +287570,10697,designlab,Michelle S,False,2022,I truly enjoyed my experience,2022-04-10,5.0,5.0,5.0,5.0,I really enjoyed learning. I started off with no experience in this field. I thought they broke up the information into sections that were very digestible and that kept it from being overwhelming. I don’t really have any cons. I wish there was a way to... Read More connect more with the other students. Although there is slack I feel for people who are not as outgoing it would nice to have some form of activity.Read Less,UX Academy Foundations,UX/UI Design +287555,10697,designlab,Anonymous,True,2022,Helpful and Informative,2022-04-09,5.0,5.0,5.0,0.0,The foundations course was really helpful for me. The feedbacks and mentor session were the most helpful aspects of the program. The only thing that I did not like was how the courses were all texts. I wish there were video lectures as well. But other... Read More than this the course was pretty informative and helped me prepare for the UX Academy.Read Less,UX Academy Foundations,UX/UI Design +287553,10697,designlab,Anonymous,True,2022,Great experience,2022-04-09,5.0,5.0,5.0,0.0,I really enjoyed Designlab's UX Foundations course. They've created a great educational platform with amply tutorial videos to guide you along the way. The mentors are there to help you succeed too. I also applied to Designlab's UX Academy after finishing... Read More Foundations. The support team is responsive and great at answering questions. Love the slack community as well.Read Less,UX Academy Foundations,UX/UI Design +287539,10697,designlab,Michèle Voit,False,2022,Excellent,2022-04-08,5.0,5.0,5.0,0.0,The program was really well structured and informative. The units were interesting and there was a good balance of lessons and exercises. It was more than 20 hours a week (if you followed the 4-5 week schedule) because that does not include mentor meetings.... Read MoreRead Less,UX Academy Foundations,UX/UI Design +287522,10697,designlab,Carolina Martins,False,2022,My experience has been challenging and rewarding,2022-04-08,5.0,5.0,5.0,5.0,My journey started on the wrong foot. I didn't have a great experience with my mentor. Designlab was incredibly understating and accommodating and assigned me a new one quickly. I had a wonderful experience with my new mentor and learned so much these... Read More past 4 weeks. The entire design lab experience is easy to follow and fun. I would recommend this course to anyone interested in pursuing design.Read Less,UX Academy Foundations,UX/UI Design +287500,10697,designlab,Lauryn Garcia,False,2022,The ux foundations course provided solid content and guidance to introduce me to ux design.,2022-04-07,5.0,5.0,5.0,5.0,"I love the structure of the program which includes a rigorous pace with mentorship support. The online learning model allows for flexibility while I am working full time. Educational materials are presented in multiple ways such as reading, videos and... Read More discussion which helped me think about concepts in different ways.Read Less",UX Academy Foundations,UX/UI Design +287471,10697,designlab,Gilbert Truong,False,2022,A great introduction into the UX/UI design field.,2022-04-06,4.0,5.0,4.0,3.0,"Before starting the Designlab UX Academy Foundations course, I was nervous in what I needed to know before diving into it, but the course overall was a great introduction into the field. The Foundations course paired me up with a mentor and allowed me... Read More to feel comfortable with not knowing, which lead me to ask the questions I may have been reluctant to ask before. Asking questions lead me to have a better understanding of the material.Read Less",UX Academy Foundations,UX/UI Design +287465,10697,designlab,Polly Yang,False,2021,The curriculum is rigorous but the result is fantastic too!,2022-04-06,4.7,5.0,5.0,4.0,"I started with UX Academy Foundations in January 2021 after taking a few User Experience Design courses at a university where I had a bad experience. I didn't want to fully commit until I finished the Foundations 4 weeks later. It was amazing! So I registered... Read More for UXA in February and finished in the beginning of November. The entire experience is absolutely overwhelming but rewarding. I was studying while working full-time as a college recruiter, so even with quite good time management skills, I still got exhausted after 4 months. Thanks to the support I got from my mentors and peers who I met during this process, I could stay sane and on track with my study. The curriculum was extremely thorough and the mentors/support team was super knowledgable and supportive. The questions or requests usually got answered in 12 hours (mostly less than 3 hours in my experience). I did investigate 5 BootCamps before registering for DL. I compared the pros and cons of FlatIron, DesignLab, CareerFoundry, GA, and UC Berkeley Extension UX Bootcamp. With all the factors considered, I thought DL has the best quality for what I was looking for. It turned out I was completely right! Although the overall experience is wonderful, I do think there are three things that could be improved. 1. Expectation: 6 months for the part-time track is feasible but SUPER challenging. Especially if you are working full time. I thought I could finish it in 6 months, but it ended up 8 months. Communicating this with students up-front would help them set up expectations. 2. Real project: While I was job searching, lacking real-world experience put me at disadvantage. I wish my mentors and support teams have mentioned this to me early on, so I have the mindset to do real projects instead of only practicing the given subjects. 3. Mentor assessment. I've switched 4 mentors in my entire journey because I found some of them were not very responsive or not quite good at what they do. At the first meeting with each mentor, I've always discussed my expectations and listened to their expectations, and hoped we would follow the standard we set. I could be wrong, but some mentors were just not meeting the expectations. Bottom line - DL could do better to assess mentors in its system.Read Less",UX Academy,UX/UI Design +287464,10697,designlab,Ari Kogan,False,2021,It was overwhelmingly mediocre. I would only recommend it to certain people.,2022-04-06,3.0,3.0,2.0,4.0,"Tl;dr at bottom. Why I signed up: I came in with years of professional design experience, both in web and traditional print/digital spaces. I wanted to pivot into UX and wasn't making the headway I wanted just through free online resources. I needed some... Read More structure. I finally decided to bite the bullet and signed up for DesignLab. Curriculum: 2/5 The course was almost entirely comprised of freely available resources. Some were on DL's website, some were pulled in from Medium articles, or elsewhere on the internet. Hardly anything was only available to students who had paid for the course. Basically, the curriculum was just a series of curated articles cobbled together into six-ish weekly sections. The back half of the course is just three capstone projects, with biweekly mentor guidance. Mentor program: 3/5 The mentor program was a mixed bag. I had one very good mentor (5 stars), one who started strong but flaked midway and left me hanging (2 stars), and an unbelievably pompous mentor who thought he was UX Jesus but was actually very unhelpful (2 stars). If you aren't getting anything out of your mentor, don't be afraid to switch it up. Group critiques: 1/5 Students come in from all different points in the course to share their work, led by one DL moderator. Conceptually a fine idea, but a complete waste of time in reality. Just a broken system that I never got a single useful thing out of. Projects: 3/5 Nothing you can't do on your own, but I work best when I have some semblance of structure, so the confines of the projects were somewhat helpful for me. Job support: 4/5 My career advisor was quite helpful. I had my first session with her just before an interview, and she helped me dial in my answers very effectively. I can't speak to the other aspects of career services as I didn't really both with them once I was hired. Post-mortem: In the end, I received two job offers within a month of graduating the course. Thus, DesignLab was worth it for me. I came in with a LOT of relevant experience and worked my butt off. It paid off. If you too have a solid foundation in design, and especially if you know how to code, I'd recommend it for you as well. You'll be fine. On the other hand, looking at countless portfolios of recent graduates laid bare the reality of this course: if you don't have prior relevant experience, tremendous natural talent, or a superhuman work ethic, don't expect a job any time soon after graduating. The portfolios of GRADUATES – people who passed the course – were formulaic at best and more often than not had fundamental issues that would imperil any job prospect. Tl;dr: If you have experience in a field tangential to UX and need some structure (as opposed to utilizing all the free resources available online), DL is a deeply flawed, yet ultimately fine option. It worked out for me and it likely will for you. However, and I really don't mean to gatekeep, if you're in a completely different field, I can't recommend you drop thousands of dollars on this course. At the very least take a few weeks and take advantage of all of the free lessons and resources available online. Many of them are just repackaged into DL's curriculum.Read Less",UX Academy,UX/UI Design +287463,10697,designlab,Julia K.,False,2022,Made a career transition thanks to UX Academy,2022-04-06,4.0,4.0,4.0,4.0,"The program is challenging yet rewarding. If you are able to commit a lot of time to the curriculum + do some extra self-study, a career transition is really possible! The most beneficial aspects of UX Academy are 1:1 mentor sessions and weekly group... Read More crits. I was paired with an excellent and well-experienced mentor who always provided me with prompt & detailed feedback, lots of advice and extra resources. Weekly group crits were also very helpful in building my confidence when talking about my design work. Overall, I became a better designer thanks to UX Academy and got my first design job before I even finished the course!Read Less",UX Academy,UX/UI Design +287410,10697,designlab,Fiona Duong,False,2022,UX Foundations,2022-04-05,4.0,4.0,4.0,4.0,"This course was a great way to start a career in UX design, with easy-to-follow modules and well-organized content. I enjoyed the course interface, the applicable course materials, the occasional history lessons to provide context, and the support that... Read More DesignLab provided.Read Less",UX Academy Foundations,UX/UI Design +287401,10697,designlab,Ashley Evangelista,False,2022,DesignLab Review,2022-04-05,4.0,4.0,5.0,3.0,"This bootcamp was pretty intense but useful. I learned a lot. I would recommend it for anyone looking to pivot careers with zero design experience. They start with literal design history and theory. The copywork was also extremely useful because it helped... Read More me familiarize myself with Figma. By the end of the course, I felt confident that I had learned proper fundamentals and design principals.Read Less",UX Academy Foundations,UX/UI Design +287377,10697,designlab,Sami Downing,False,2022,Really enjoyed UX Foundations!,2022-04-04,5.0,5.0,5.0,5.0,"I just finished UX Foundations with DesignLab and I felt it was totally worth it! I loved that Designlab offered this course as a kind of tester before you commit to the UX Academy. My favorite part was the one-on-one mentorship! My mentor was so knowledgeable... Read More & passionate about UX and I felt so motivated every time we finished our session together- this alone was worth the price of Foundations. I also loved how the course was set up & self-paced, I never felt too overwhelmed with the material and if I ever had questions or concerns my mentor was a message away from helping me. Overall, I'm super pleased and def would recommend it to anyone interested in starting their UX/UI journey!Read Less",UX Academy Foundations,UX/UI Design +287375,10697,designlab,Nestor Leon Jr.,False,2022,DesignLab Foundations Course Review,2022-04-04,5.0,5.0,5.0,5.0,"Foundations is a very thorough course basically learn the basics of UI through all the many projects were assigned definitely can be done in 4 weeks. However, I didn't finish in the first 4 weeks because for like the first 2 weeks I didn't know I could... Read More work ahead but if you work ahead in the beginning you can definitely finish on time. The cons there aren't many at all it's such an informative program with the mentor dynamic they have because they have all the experience in the field and know exactly what to look for and the iteration system is a double edged sword bc other students get their versions passed a lot faster than others. However, in my experience I learned so much because my mentor was very honest and wanted me to learn from my mistakes.Read Less",UX Academy Foundations,UX/UI Design +287370,10697,designlab,Anonymous,True,2022,"""Try"" before you ""buy""",2022-04-04,5.0,5.0,5.0,5.0,"I enrolled in DesignLab's UX Academy Foundations 8-week introductory course as a precursor to their full 6-month bootcamp — DesignLab UX Academy. After making the decision to switch careers and much research into other UI/UX programs, I decided on DesignLab... Read More namely due to the 8-week introductory course requirement — or a ""try before you buy,"" if you will. Foundations allowed me to sample what a full 6-month bootcamp was like, without the full commitment and let me just say that I truly appreciated it because working full-time and doing a bootcamp part-time is HARD. Thankfully the courses are asynchronous, otherwise I don't think I would've been able to keep up with any other pace other than my own set one. Given that I had prior UI and Graphic Design experience, I felt that the courses and curriculum were a bit too easy for me, however I certainly lacked the technical knowledge to test out of Foundations. At the beginning of the course, you're assigned a mentor who you meet one-on-one with every week. My only qualm with the mentor program aspect of this course was that mentor was located in a timezone that was 12 hours apart from mine — this made it quite difficult to coordinate our sessions as we both work full-time, not to mention I would often wait 24-48 hours+ for my work to be graded. Overall, I highly suggest taking this course if you're interested in making a change in careers to UI/UX and want to sample what a full bootcamp would be like.Read Less",UX Academy Foundations,UX/UI Design +287329,10697,designlab,Anonymous,True,2022,A in-depth experience in learning the foundations of UI & UX,2022-04-02,4.7,5.0,4.0,5.0,"I truly enjoyed Designlab's UX Academy Foundations. I made the decision to switch to Product Design earlier this year in January 2022, and within a few days of deciding to switch, I knew Designlab was the BootCamp I wanted to attend. I really appreciate... Read More the flexibility they have for students who are working full-time. I also really appreciate the community they've created via Slack. It was great being able to connect with people in my cohort who are on the exact same path I am. I really enjoyed the lessons and how they start with the very basics of design. I truly feel I grew a ton while in this program. I also enjoyed talking with my mentor - we didn't just go over the lessons, but also went over what to expect in a Product Design career. Sometimes, the lessons were a bit frustrating, the main one I can think of is the lesson over Figma's auto layouts, but overall, I really enjoyed the curriculum. Designlab also frequently has webinars with Designlab alumni and people in the field, so you can get a better idea of what to expect for the future. Overall, I'm looking forward to starting the UX Bootcamp and completing my career switch!Read Less",UX Academy Foundations,UX/UI Design +287327,10697,designlab,Michelle Pastor,False,2022,"A supportive, hands-on introduction to UX design.",2022-04-02,5.0,5.0,5.0,5.0,"I enrolled in Designlab's Foundations course to learn more about UX design before applying to the UX Academy bootcamp. This course went above and beyond, especially given the price tag. It was a superb introduction to the field. There was plenty of experiential... Read More learning paired with 1:1 mentor sessions. My mentor was a fantastic resource while I worked through the projects. Students have access to a Slack community where I was able to connect with other folks. It really felt like an immersive experience.Read Less",UX Academy Foundations,UX/UI Design +287312,10697,designlab,Haley McCambridge,False,2022,A great start to a better professional future.,2022-04-01,5.0,5.0,5.0,5.0,The DesignLab Foundations course helped me better my basic skills and understanding of UX/UI. I was nervous about the mentorship but ended up loving every session I was able to have. Having that constructive feedback really helped me progress. The content... Read More was helpful and easy to understand. The units flowed cohesively aiding in the completion of the final project. It is a great program for those considering beginning a career in UX/UI.Read Less,UX Academy Foundations,UX/UI Design +287310,10697,designlab,Sofian Baer,False,2022,Enlightening,2022-04-01,5.0,5.0,5.0,5.0,"This program was wonderful! It was so easy to navigate and I learned so much in juts 8 weeks. My mentor was amazing and helped me improve my work ten fold. All in all, an amazing program that I would recommend to anyone. I was prepared so well for the... Read More next program and am very excited to continue.Read Less",UX Academy Foundations,UX/UI Design +287271,10697,designlab,Endia Spencer,False,2022,The UX Academy Foundations is the best school for UX UI students and professionals.,2022-03-31,5.0,5.0,5.0,5.0,"This school is like no other. It, as the name indicates, provides its students with a solid foundation in the UX UI field. With guidance from experienced mentors, supportive peers, and phenomenal coursework, students fill well prepared for the step in... Read More their UX UI journey.Read Less",UX Academy Foundations,UX/UI Design +287002,10697,designlab,Page Choe,False,2022,Great experience!,2022-03-22,5.0,5.0,5.0,5.0,"I finished the course in 6 weeks and worked full time as well. It was definitely doable! The course focused a lot on UI design and I got comfortable with learning/using the basics of Figma. The projects were challenging and uses the built on knowledge... Read More you learned during each unit. Admissions was easy to get a hold of when you have questions. The slack community also allowed me to connect with others. Overall, I would highly recommend!Read Less",UX Academy Foundations,UX/UI Design +286770,10697,designlab,Ana Diaz,False,2022,DesignLab Foundations,2022-03-14,5.0,5.0,5.0,5.0,"The Foundations course was an amazing course gave me a great foundation in UI and some UX skills. The assignments through the eight modules were challenging, yet very fun and rewarding to do. The modules are easy to follow and learn from. Highly recommend... Read More for anyone wanting to enroll in the UX Academy or just wants good UI practice.Read Less",UX Academy Foundations,UX/UI Design +286723,10697,designlab,Susana,False,2022,"Awesome mentors, great content and an amazing community.",2022-03-13,5.0,5.0,5.0,5.0,"This course is amazing, you get to work alongside others through community channels, webinars, and one-on-one sessions with professionals that have been on the job for over 5 years and have a passion for teaching and mentoring. The content aligns perfectly,... Read More it's at your pace, and it truly prepares you for a more in-depth UXD course.Read Less",UX Academy Foundations,UX/UI Design +286718,10697,designlab,Anonymous,True,2021,Great way to get started in a UX career,2022-03-12,4.7,5.0,4.0,5.0,"Designlab's UX Academy gave me a solid foundation of skills to pursue a career in UX/product design. Their curriculum covers every major stage of the design process and gives students enough context to excel in a junior designer position after graduating.... Read More Having access to personalized mentor feedback is super helpful, and group critique sessions help you get used to presenting and defending your designs to other designers (which is a big part of any UX job). To get the most out of the course make sure you network with other designers and try to find real world local businesses or nonprofits to complete projects for if you can. Overall I'm very happy with my experience with Designlab and think it's a solid choice for anybody looking to get started in a career in UX.Read Less",UX Academy,UX/UI Design +286715,10697,designlab,Anonymous,True,2022,It was a good beginner course,2022-03-12,4.5,5.0,4.0,0.0,"As the name suggests, the curriculum is structured in a way that helps you build a good foundation in UI. I felt that the material built on itself each week, but it wasn't so much information that even when applying all of that knowledge towards the final... Read More project that it was overwhelming. I liked how each unit was structured similarly because it helped me predict how long each unit would take. Most of them started with some readings, followed by a screen you copy, a screen you analyze, and then a project, though it felt a bit too repetitive for me personally. I think one of the things that could be difficult would be if your mentor was slow in giving feedback and approving your designs. They do have a 48 hour time limit to get back you, but having a mentor that gave quick feedback helped move things along faster. I really liked how each assignment had a suggested time frame, and they encouraged turning in assignments once that time was up, even if you weren't finished. All in all, I learned a lot and gained a lot of confidence in my UI skills.Read Less",UX Academy Foundations,UX/UI Design +286713,10697,designlab,Dhruv Verma,False,2022,UX Academy Foundations is designed to propel your thinking of content surrounding mobile apps and websites.,2022-03-12,4.3,5.0,5.0,3.0,"I really found the mentorship, group critiques, and the slack community to be a pro because everyone is there to support each other. If you need answers to a tool or the course content, you can simply ask in the slack channel and someone will be more... Read More than happy to help. One con was that the program is completely online, so you aren't able to engage with others in person.Read Less",UX Academy Foundations,UX/UI Design +286696,10697,designlab,Brenden,False,2022,Solid & simple UI 101 course,2022-03-11,4.0,4.0,4.0,0.0,"Designlab's short UXA Foundations course essentially worked as advertised. Make no mistake though, this is a UI course not a UX course, though it does bend toward UX principles which I appreciated on a foundational level. I enrolled part-time so I could... Read More pair it with my day job, and though it led to many long nights, it never felt too much for me. Perhaps this is due to the coursework coming naturally to me because I already have some background in Graphic Design and tools like Photoshop, but also I think the time constraints they placed on projects were reasonable and enabled me to rarely ever put more than 10 hours a week into the coursework. Typically, every weekly unit contains a little reading/theory, some copywork, and a unit project to tie it together. I liked the consistency and I think it all contributed to a good predictable experience week to week. I do think the course may make or break depending on your mentor, but I had an overall positive experience with mine who was a Designlab alumni and Sr. Product Designer at Instacart. She was very genuine, helpful and easy to relate with. The only minor complaints are that some of the articles/tutorials felt dated and in need of updating, but I think they are actually doing that in a couple months (with a slight price hike). As someone with previous self-taught design experience, I did find the projects fairly easy though they still took time to complete and the assignments did help me as a critical design thinker. If you don't have previous experience, you may find it more challenging. I have applied for the full course.Read Less",UX Academy Foundations,UX/UI Design +286680,10697,designlab,Anonymous,True,2022,Foundations laid the ground work for the UX Academy.,2022-03-11,4.7,5.0,5.0,4.0,"For me, foundations was excellent. As a former graphic designer, I had a lot of these basic skills but foundations helped to refresh a lot of that knowledge. It helped me to learn the software I would be primarily using, and also how to look at web design... Read More through a users perspective as opposed to simply a design perspective. UX is about pairing aesthetics with functionality, and that is what Foundations will help you accomplish. The best part about Foundations is being paired with a mentor who has been doing this work for some time. They offer you guidance, answer questions and help to guide you throughout the course.Read Less",UX Academy Foundations,UX/UI Design +286665,10697,designlab,Julia Morales,False,2022,This course is digestible and fun!,2022-03-10,5.0,5.0,5.0,0.0,"I love how the work is broken up in this course, because it makes it easy to digest all of the information and doesn't feel too overwhelming. I wish that there was a better way to upload my work, and a few more videos would be nice, but for the price... Read More I think everything is amazing and I'm really happy with my decision to join the community at DesignLab.Read Less",UX Academy Foundations,UX/UI Design +286655,10697,designlab,Dominika,False,2022,Best online UX Design bootcamp,2022-03-10,5.0,5.0,5.0,5.0,"Starting UX Academy Foundations was the best decision I made. They truly care about the students, answer all the questions you may have. The course is definitely not easy, which is good as you can learn so much in a short period of time. I like how most... Read More of the material is about creating your own projects. Designlab matches students with highly experienced mentors that help you during the course. I know that there are many other UX Design bootcamps but I believe that Designlab is the best one.Read Less",UX Academy Foundations,UX/UI Design +286633,10697,designlab,Anonymous,True,2022,"Good projects, great mentor",2022-03-10,5.0,5.0,5.0,5.0,"Pros - Mentor is the most helpful part of the experience. While the tutorials are extremely helpful, having someone break down the fundamentals, best practices and guidance is invaluable. - Projects start out working in black and white, which is a good... Read More way to not get bogged down with typeface and colors - Curriculum is very well written Cons - Time estimation to complete projects are very low. The course says you should stop working after the time limit, but on most projects you need something close to complete for your mentor to approve it. - The video tutorials are much less helpful than the written material.Read Less",UX Academy Foundations,UX/UI Design +286618,10697,designlab,Tara Sweeney,False,2022,Great course!,2022-03-09,5.0,5.0,5.0,5.0,"I had a really great time attending the Designlab Foundations course and have been approved for Academy. The mentors, the projects and all of the lessons were very detailed and so far has taught me alot about UX Design. I can't wait for whats to come... Read More with Academy.Read Less",UX Academy Foundations,UX/UI Design +286609,10697,designlab,Marcus Parker,False,2022,DesignLab,2022-03-09,5.0,5.0,5.0,0.0,"DesignLab is great! I had a solid Mentor that helped me navigate through this course, and even more so what's gonna be expected of you to know and understand in the UI/UX design world. I would without a doubt recommend DesignLab to anyone looking to get... Read More into UI/UX Design.Read Less",UX Academy Foundations,UX/UI Design +286606,10697,designlab,Paige A Russell,False,2022,Loved foundations design lab it was really helpful in seeing if I wanted to switch my career to UX design. I am now enrolled in the full course!,2022-03-09,5.0,5.0,5.0,5.0,"Pros: takes you step by step through the basic, fun projects, good pace, lots of support Cons: I dont have any I love foundations it was a great start to education in this type of course. I only wish that the main UX course after foundations would be... Read More as flexible time wise.Read Less",UX Academy Foundations,UX/UI Design +286593,10697,designlab,Anonymous,True,2022,It was an excellent experience coupled with great tutorials and resources,2022-03-09,4.3,5.0,5.0,3.0,"This course was definitely the right choice for me due to the array of course materials, tutorials mentor sessions and also alumni forums. I loved everything about it because it was easy to understand and very fluid. The only difficulty I had was balancing... Read More my work with the course, at a point, I was taken off fully for a week to work on some administrative assignments. That would explain the lag at a point. But I was able to work it out to complete most of the units in the Foundations Course. Thanks again for this experience. You guys are awesome!!Read Less",UX Academy Foundations,UX/UI Design +286564,10697,designlab,Anonymous,True,2022,Great foundations course,2022-03-08,5.0,5.0,5.0,5.0,"Overall I think this course provided a great foundation to the academy portion of this. I have some background in design but this provided me with information that I either did not learn on the job or during school. I have already gotten a lot of use... Read More out of what I have learned, like formatting, fonts, and color combinations. I would recommend this course to anyone wanting to start in UI/UX design!Read Less",UX Academy Foundations,UX/UI Design +286562,10697,designlab,Catherine D,False,2022,Great Intro to UX Design,2022-03-08,5.0,5.0,5.0,5.0,"I've been thinking about getting into UX design for years and I decided to get out of analysis paralysis mode and just learn more to see if this something I could consider doing as a job. I really enjoyed the format of the content and how it was a mixture... Read More of reading and real practice projects. It felt like it was broken up in a good way where no unit felt too overwhelming, and was a good balance of learning new concepts and gaining confidence using the tools. The most valuable aspect of the course to me were my mentor meetings. Getting to know their experience and get a feel for what it actually is like to be a ux designer. I would highly recommend this to anybody who's wanting to dip their toe in the water to see if this is a field they want to pursue.Read Less",UX Academy Foundations,UX/UI Design +286555,10697,designlab,Curtis Knecht,False,2022,Fantastic foundation class,2022-03-08,5.0,5.0,5.0,5.0,The purse is very well structured. The mentor experience is fantastic and the projects are the right level of challenging to build the necessary skills. Only drawback is timing. The reading is timed to read through but if you are taking notes or trying... Read More to really take time and absorb it takes a bit longer than planned.Read Less,UX Academy Foundations,UX/UI Design +286548,10697,designlab,Brooke Shadley,False,2022,Beginner friendly,2022-03-08,5.0,5.0,5.0,0.0,I really enjoyed my foundations course through DesignLab. My mentor was great and really supported me well through the entire class. I completed it in 4 weeks while working full time. It required a lot of discipline but I got it done. I had no prior design... Read More experience either. I found the program fit for beginners and there was a lot of supplemental/optional activities to complete throughout the course. I would recommend doing them as they help you understand figma or sketch better.Read Less,UX Academy Foundations,UX/UI Design +286547,10697,designlab,Anonymous,True,2022,Great Experience,2022-03-08,5.0,5.0,5.0,5.0,I loved attending Designlabs Foundations. The process went very smoothly and I felt supported all the way through. I feel ready to take on UX academy. I learned so much in Foundations and each week the content was engaging. The projects are also very... Read More useful and fun. I like that they use the skills you just learned and that it builds off of itself.Read Less,UX Academy Foundations,UX/UI Design +286529,10697,designlab,Saba,False,2022,Designlab's Foundation course was fantastic!,2022-03-07,4.7,5.0,5.0,4.0,"I'm nearly done completing the Foundations course and it exceeded my expectations for a self-paced online program. The coursework was thorough, thoughtful, and they laid out the basic principles of UI design fantastically. My mentor was also fantastic!... Read More Highly recommend.Read Less",UX Academy Foundations,UX/UI Design +286488,10697,designlab,Anonymous,True,2022,Tremendous learning experience through Designlab.,2022-03-07,5.0,5.0,5.0,5.0,"For a career transition, Designlab greatly prepares students for the journey ahead. The mentorship and curriculum work very well to provide the guidance and education required to instill confidence. I highly recommend this course to anyone considering... Read More the jump into the UX design world.Read Less",UX Academy Foundations,UX/UI Design +286485,10697,designlab,Anonymous,True,2022,Fantastic!,2022-03-07,5.0,5.0,5.0,5.0,Very easy to learn and you have plenty of people to help you along the way! Having a mentor was very beneficial for feedback in every project. Some online classes are difficult because they dont have this type of feedback. Definitely recommend to anyone... Read More wanting to learn UI/UX.Read Less,UX Academy Foundations,UX/UI Design +286437,10697,designlab,Diego Martinez,False,2022,An extraordinary opportunity for Design beginners,2022-03-05,5.0,5.0,5.0,5.0,"I had been toying with the idea of transitioning to tech from my creative media background for a while since the second half of 2020 but I didn't know exactly which way to turn on that until I remembered my deep appreciation for all things design. Being... Read More based in the Bay Area, I was knowledgable of the high demand for UI/UX design jobs, and after much research, I was dead set on learning more about this discipline. Then came the almost grueling task of selecting the right intro course...and that lead me to Designlab's UX Academy Foundations. What I first liked about this course was its very structure. You're not tied with a seemingly never ending, intensive course. In the 8 weeks, and through all the projects assigned, the criteria starts to form whether this is right for you or not. If it is, it gives you enough drive to embark on the fully-fleshed UX Academy bootcamp. If it isn't, at least you learned extremely valuable tools and perspective on making things pretty...with a purpose. You're also paired with talented UX designers who are, for the most part, eager to share their insights with the students. For the entirety of the course, I was mentored by a Google UX designer, and every single week, I'd be excited to show my progress with him, and discuss certain questions I had on that week's lessons. By the end of my 10-hour design challenge, I felt beyond accomplished and motivated to tackle the biggest challenge yet: applying for UX Academy. But quite honestly, if you had any curiosity about the world of UI/UX design, and you want to push yourself through the competitive landscape of tech, this intro course is worth every penny!Read Less",UX Academy Foundations,UX/UI Design +286434,10697,designlab,Paul Kang,False,2022,"Challenging at times, but learned a lot from my efforts and mentor feedback.",2022-03-05,5.0,5.0,5.0,5.0,Pros: - Format of website was easy to navigate and turn in assignments/projects - Offers design crit sessions dedicated to have students get comfortable receiving feedback from other students and the facilitator. - Consistency in the progression of units... Read More and the assignments designed to practice technical and creative skills. Cons: - wish there were more mentors/professionals I could reach out to more than once a week even if they were different from who I was assigned. Some bootcamps set students with a tutor in addition to their mentor.Read Less,UX Academy Foundations,UX/UI Design +286417,10697,designlab,Michelle Doan,False,2022,Engaging and fun,2022-03-04,5.0,5.0,5.0,5.0,The foundations course has been very rewarding. I've been learning a lot and the content has been very interesting. One of my favorite parts is the mentorship experience. It is a lot of content even doing part time and I hope that in UXA I get to learn... Read More more of the theory behind it. Overall DL is very well designed and well thought out and everyone that works there is so friendly. I would definitely recommend DL!Read Less,UX Academy Foundations,UX/UI Design +286145,10697,designlab,Anonymous,True,2022,Helpful and insightful. Really worked with my schedule with my life outside of school.,2022-02-22,3.7,4.0,4.0,3.0,"I learned a lot. I plan on transitioning to UX Academy. Information was very helpful. Assignments were challenging but necessary. Mentor was helpful and gave a lot of advice. I had no experience in this field prior to taking UX Academy, but I invested... Read More a lot of time and energy and I don't regret it.Read Less",UX Academy,UX/UI Design +286131,10697,designlab,Anonymous,True,2022,Self-motivating and goal oriented bootcamp style,2022-02-22,4.0,4.0,5.0,3.0,"I'm a recent grad from Designlab and am happy to say I landed a job offer with a solid portfolio after the second week of graduation. While switching career paths can be intimidating, doing it together with hundreds of people in the same boat can really... Read More help with the anxiety. I had a good experience navigating through the courses, challenges, and community during my 3+ month full-time commitment at DesignLab. It is extremely important to dedicate your time with a determined mind and goal when you are pursuing this certificate, otherwise, it's very easy to fall behind or even lose your sense of purpose within this self-motivated environment. Another important support is having a great mentor. Finding the right mentor that will guide or even push me to do my best was certainly not the easiest task during my time with DesignLab, but I will encourage anyone who's joining this program to really try to understand your learning style and assess what types of complementary qualities might bring out your best as your accountability partner. The last thing is the virtual community aspect that Designlab offers, which is to be inclusive with anyone that joins the program at any time with access to all available resources. This is especially helpful as you get deeper into the program and began exchanging ideas, project topics, or questions in the industry. I made many good friends by finding other students to help with usability tests, research, or interview questions, these peers can really help motivate you to keep pushing until the end.Read Less",UX Academy,UX/UI Design +286084,10697,designlab,Ediliza Peralta,False,2022,Worthwhile Experience,2022-02-21,4.7,5.0,4.0,5.0,"Before enrolling in Designlab, I did lots of research on the best UI/UX online program. DesignLab was the best choice for me because of the price, structure, and overall objective which is helping people land a UX job. The pros of the program include... Read More the support provided by the Designlab team, the course content, workshops, and flexibility. I transitioned from full-time to part-time and I had to stop the program several times due to personal reasons but Designlab was able to accommodate which I am super grateful for. That being said I had no excuse to finish the program and I am glad I did! I was able to secure a job before I submitted my portfolio for review, and that was because of my Designlab preparation and my mentor's help. I definitely recommend this program if you are looking for a holistic approach to learning UX Design. I really enjoyed the one-on-one mentorship, the resources offered. In terms of the con, some of the links on the lessons didn't work. Other than that, I definitely recommend the program!Read Less",UX Academy,UX/UI Design +286028,10697,designlab,Anonymous,True,2021,You get out what you put in,2022-02-18,4.7,5.0,4.0,5.0,"DesignLab is a pretty good program, and I'd definitely recommend it for those looking to switch careers into UX, but you will only get out what you put in. This is not for anyone who wants to coast and be coddled. To be successful here you have to be... Read More dedicated to learning, devour everything you can about UX (inside and outside of the curriculum), find the right mentor, and actively participate in group crits. DesignLab is fair to students and supports their success, but you've gotta put in the work too.Read Less",UX Academy,UX/UI Design +286022,10697,designlab,Anonymous,True,2022,Smoothest and fun process!,2022-02-18,5.0,5.0,5.0,5.0,This course gave me the basics of UX/UI design and I was able to get a feel for what I was getting myself into. I enjoyed the units a lot and it was self-paced and very flexible. I also got to meet with mentors to receive feedback for each of my projects... Read More and that is something I appreciate.Read Less,UX Academy Foundations,UX/UI Design +286016,10697,designlab,Anonymous,True,2021,Instructors have no teaching experience,2022-02-18,2.0,1.0,3.0,0.0,"Honestly, I was shocked when I saw how inexperienced my mentors were. They had portfolios and knew what they were doing with UX, but that was about it. The first mentor I was matched with mysteriously disappeared before we started and the one I ended... Read More up being paired with never worked for Designlab before and had never taught before. He was extremely rude and condescending to me. I am a former teacher that was leaving academia and came to Designlab to check out UX planning on taking the full course and I had a really good attitude coming in! Save yourself some time and teach yourself Figma or Canva using youtube.Read Less",UX Academy Foundations,UX/UI Design +285876,10697,designlab,Sulistyo Yuda Atmamarta,False,2022,Great Class to learn UI/UX,2022-02-14,4.0,4.0,5.0,3.0,"Before joining this class, I've joined some online class which kind of boring because we only watch the video. On this class I was surprised because we are not only watching the video, but we have to read the history of UI/UX, we have to practice on each... Read More Unit which is really great! One of the best online class I had, good job Designlab!Read Less",UX Academy Foundations,UX/UI Design +285875,10697,designlab,Aron,False,2022,Well thought out program,2022-02-14,5.0,5.0,5.0,5.0,"The program was well structured and to the point. Lots of practical exercises that ensure your understanding is applicable to the work. Mentors are especially helpful. Sometimes the course material or assignments may be difficult to grasp but the mentor... Read More will always be able to guide you to the right direction. For someone like me who has no prior experience or knowledge in design in general, the course can be quite challenging, but if you put in the work and effort, you should be able to get through the program rewardingly.Read Less",UX Academy Foundations,UX/UI Design +285835,10697,designlab,Emily H.,False,2022,A Great Introduction to UI/UX Design,2022-02-12,4.5,5.0,4.0,0.0,"Pros: 8 one hour long 1:1 video call sessions with a design mentor, many fun hands on projects, slack community Cons: lessons are very reading heavy. I wish there were more video demonstrations/lectures/audio recordings/interactive elements in the lessons... Read More to engage the student more and also ensure retention of the material. Overall, I definitely recommend UX Academy Foundations to anyone who is thinking about studying product/ux/ui design.Read Less",UX Academy Foundations,UX/UI Design +285834,10697,designlab,Anonymous,True,2022,Good intro to UI design using Figma or Sketch,2022-02-12,3.7,4.0,4.0,3.0,"Spend a month or two making Figma or Sketch mockups of desktop sites and apps. You'll do a mixture of copy-work and original design. Up to 8 meetings with an industry professional is a big perk, though you don't really have control over what corner of... Read More the industry your mentor is involved with. Mine didn't really share my interests, but was helpful enough with the very introductory work we were doing regardless. The course is a good way to dip your toes before committing to the full UX Academy program.Read Less",UX Academy Foundations,UX/UI Design +285813,10697,designlab,Anonymous,True,2021,UX career transition can be made with this course!,2022-02-11,4.3,5.0,5.0,3.0,"I successfully changed my career to a UX designer after taking this course. This course provides necessary reading materials and practical hands-on training experience to prepare you to perform quality UX design work with guidance from the mentor. You... Read More can manage your training schedule at your own pace, and if you have any concerns with your course or mentor, the customer service is excellent. You will get immediate help from the DesignLab team. It is extremely important to get a good mentor who can guide you well through the course. Put your best effort into figuring out who could be a best-matched mentor.Read Less",UX Academy,UX/UI Design +285789,10697,designlab,Jason Holt,False,2022,The pre-boot camp of my dreams.,2022-02-10,4.7,5.0,5.0,4.0,"Like many others I did a ton of research on various boot camps that would allow me to break into and begin studying UX. I looked into Springboard (had a friend in it), Google’s UX Professional certificate on Coursera, Udacity, Dribbble’s product development... Read More course, and more. I actually took the first course in Google’s certificate program before I transitioned to DesignLab. What stood out to me about DesignLab the most was their process for helping you develop your UX skills. It should be noted I’m a teacher and as a teacher I’m always looking at other teachers process, their why, for teaching something a certain way. This helps me get into their mindset and best apply what myself in my own learning. So how do they start? You can find their blog about how they start by teaching UI fundamentals—the principles of design, typography, and color and how to read a design brief and put together what amounts to a high-fidelity mock-up. This is the entire foundations course. DesignLab starts with this because they feel that as a designer, whether you end up building UI’s for a living or not, what the user ultimately touches is a UI. Having a base skill set is important therefore for any UX job. It also helps put the rest of UX in a more understandable context, making it easier for you to understand how your research, wire-framing, and user testing will eventually tie into your product. I felt like because of this explanation this was a great place to start. After getting into the foundations course I felt the program was well paced overall. The mentorship was really great, although the particular mentor I received was really busy with a masters degree and working for two companies and I felt couldn’t give me as much attention as I wanted. However, whatever feedback I did receive was helpful, clear, and to the point. She understood my questions clearly and was able to direct me on my learning journey, offering many helpful tools and pointers. What eventually really sold me on DesignLab was the group crit. This was an incredible experience. Having tried to teach high school students how to give meaningful feedback, I was really wondering how this would go. But the curriculum does an awesome job of helping you learning how to properly give and receive a critique on design work. My project for that unit improved a lot because of the critique and I also discovered I was able to give meaningful feedback myself. Overall this was a great experience. The only thing that would hold me back from going into the full Academy from Foundations is the minimum time requirement of 25 hours a week. I felt like Foundations part-time at 10 hours a week was really hard so I’m not sure I could do the full Academy and work full-time at the same time. I highly recommend this course for anyone looking to explore design as a possible career path!Read Less",UX Academy Foundations,UX/UI Design +285784,10697,designlab,Anonymous,True,2022,DesignLab UX Foundations,2022-02-10,3.7,5.0,5.0,1.0,"I really enjoyed this introductory course by Design Lab. It mainly focuses on User Interface (UI) to prep you for the meatier User Experience (UX) academy. I feel prepared and confident going into the course. My mentor was super helpful and Designlab... Read More provides many resources from video links to readings to Q&A's. Overall, I had an insightful experience.Read Less",UX Academy Foundations,UX/UI Design +285769,10697,designlab,Yael,False,2022,Positive experience,2022-02-10,5.0,5.0,5.0,0.0,"Great intro course to UI to give you the bases for the UX design Academy Course. It s an intensive program, with a lot of small assignments and pretty demanding time wise. You have mentor sessions twice a week which are very helpful and a great way to... Read More learn. There is maybe a bit too much copy work in the assignments but it does help practice. The reading material and videos are interesting and divided in small chunks which is making it easy to digest and very motivating to work on.Read Less",UX Academy Foundations,UX/UI Design +285762,10697,designlab,Bilal,False,2022,Designlab was worth the money because…,2022-02-09,4.7,5.0,4.0,5.0,Designlab’s UX Academy Foundations was worth the money because: 1) it helped give structure to the learning process and you learn things in a proper order 2) the course materials were decent (my rating for them: 8.5/10) 3) it forces you to practice. Every... Read More unit is filled with practical application of things taught. One con is that there are very few videos and its all pretty much reading.Read Less,UX Academy Foundations,UX/UI Design +285738,10697,designlab,Anonymous,True,2022,Hard work but worth it!,2022-02-09,4.5,5.0,4.0,0.0,"Pros Most of their content is made themselves Mentors- Mine was really cool but you can request a new one if it's not a good fit! Group Critiques-I didn't go to one but I heard they were very helpful! Support- I had a family emergency and they gave me... Read More 2 extra weeks to finish. I was also still able to meet with my mentor. They also are very responsive to emails. Community- They have a great slack community! Slack is beginner-friendly and people are always willing to help others. It's also a great place to interact with the DesignLab staff and other students. Many workplaces use it so it's also great to learn it so you can add it to your toolbox. Cons Not easy- Prepare to do multiple versions of the same project. Being a perfectionist, I got discouraged in the beginning but multiple versions is totally normal and part of the process. Also, it's super easy to fall behind. A lot of it is reading and some video tutorials for figma, sketch, etc.. Price- It's a little expensive but worth it if you can afford it. Content- Sometimes I wish they gave more information at the beginning like text and button size but you do end up learning that stuff and you can also talk to your mentor for tips until you get to the UI lessons.Read Less",UX Academy Foundations,UX/UI Design +285721,10697,designlab,Mary Doss,False,2022,DesignLab Foundations was a great experience,2022-02-08,5.0,5.0,5.0,0.0,"I really enjoyed this course. Having the ability to schedule mentor sessions when it’s convenient for you makes it so much easier than trying to rearrange everything else in your life. I was worried about not getting enough interaction with the other... Read More students, but the slack channel is very active so it wasn’t an issue.Read Less",UX Academy Foundations,UX/UI Design +285714,10697,designlab,Remi,False,2022,"My experience was fun, easy, engaging (slack) informative and very resourceful.",2022-02-08,5.0,5.0,5.0,5.0,"Pros- Self Pace, slack support system, mentor sessions, many examples and resources and guides in the curriculum. Cons- Self Paced, Pressure to make your designs look just as good as the others you see, little to no video or figma. I feel like I learned... Read More figma on my own.Read Less",UX Academy Foundations,UX/UI Design +285683,10697,designlab,Cori Jade,False,2022,DesignLab Foundations Course,2022-02-07,5.0,5.0,5.0,0.0,"I just completed the Foundations course through DesignLab after leaving a job as a graphic designer. The course was very informative but the part I felt was most beneficial was working one-on-one with a mentor for each module. I chose to do the course... Read More full time so I met with my mentor twice a week and he provided invaluable feedback, tips and additional learning resources. It is a wonderful introductory course and great for those who like to work self-paced.Read Less",UX Academy Foundations,UX/UI Design +285675,10697,designlab,Valerie Kellogg,False,2022,Great course.,2022-02-07,5.0,5.0,5.0,5.0,This course set a great foundation and expectation for me to continue on in UX academy. It helped me get a feel for how the course will be and if I'm cut out for it before I fully invest the time and money. I learned a lot and thought the curriculum was... Read More well presented.Read Less,UX Academy Foundations,UX/UI Design +285643,10697,designlab,Anonymous,True,2022,Great intro to visual design!,2022-02-05,5.0,5.0,5.0,5.0,"This program was a great intro to their UX Academy course (and tuition you pay for it also counts toward the Academy course! You're assigned a mentor to help keep you motivated throughout the course, and you get great feedback. There's also a huge community... Read More on Slack to connect with a share your experience. Designlab's support team is also stellar, responding super quickly and helpfully.Read Less",UX Academy Foundations,UX/UI Design +285617,10697,designlab,Holly Johnson,False,2022,Positive experience and would definitely recommend,2022-02-04,4.0,4.0,4.0,0.0,The program was excellent. I was nervous about the asynchronous learning style but the course material is broken up into approachable portions. Having a one-on-one mentor was very helpful too. I learned more than I ever expected in just under four weeks.... Read MoreRead Less,UX Academy Foundations,UX/UI Design +285607,10697,designlab,Jessica Barnes,False,2022,Good intro course,2022-02-04,3.3,4.0,5.0,1.0,"This is a great jumpstart into design if you do not have a design background & a nice refresher if you do. I would recommend this course for anyone looking to enter the UX Academy, since it lets you get used to the Designlab site, submission process,... Read More etc.Read Less",UX Academy Foundations,UX/UI Design +285565,10697,designlab,Timothy Sayson,False,2022,Inspiring,2022-02-03,5.0,5.0,5.0,0.0,"I first heard of UX Academy Foundations from a friend of mine who took the course. Although my friend had industry experience, they did not need to take the Foundations course (this course). I am a person looking to transition into a UX/UI design career... Read More from a completely different and irrelevant field with little to no experience in design. Foundations helped me feel a little less intimidated, and much more enthusiastic. Foundations is a great place for anyone from any industry or job field to start their exploration with UX/UI. The curriculum was not too overbearing or overwhelming, and it did not feel like I was enrolled in a college level course with copious amounts of busy work. The course aims to make you feel comfortable with UX/UI design software at the same time, helping you explore your creativity. You are also paired with a mentor who will give you feedback and answer any questions you might have about the course or design in general. My mentor was very informative and direct. They helped me understand the mind of a UX/UI designer at a superficial level. Definitely would recommend the course to newcomers and seasoned designers.Read Less",UX Academy Foundations,UX/UI Design +285515,10697,designlab,Angela Chen,False,2022,I’m currently a UIUX design student,2022-02-01,5.0,5.0,5.0,5.0,"The pros were that the time schedule is super flexiable, I can work base off my our schedule. Mentors are suspect nice, helpful and informative. They are willing to help us with different questions. The admissions are quick to reply to email regarding... Read More any questions the students might have and are super informative. I don’t really see any cons yet.Read Less",UX Academy Foundations,UX/UI Design +285476,10697,designlab,jane lavineway,False,2022,Learned a lot. Heavy workload. Highly recommended.,2022-01-31,4.7,4.0,5.0,5.0,"The lessons were well written and easy to follow and understand. The assignments helped to reinforce the lessons and provided practical experience to build new skills. My mentor and course counselor offered support and feedback throughout. I learned A... Read More LOT! But as someone with very little design experience, I found the workload to be more than expected. Iterating through assignments was a great way to learn, but it took a lot of time. I spent my evenings and weekends trying to catch up. It was difficult to balance coursework with a full-time job, a family, and other commitments. That said, I do highly recommend the course. I learned a lot about UI design including UI design principles, UI elements, how to give and receive feedback, how to design for multiple devices, how to handle images, how to design icons and logos, how to select colours and fonts, and how to use Figma. I have already used some of my new design skills in my job. Thank you Designlab!Read Less",UX Academy Foundations,UX/UI Design +285425,10697,designlab,Jessica wilson,False,2022,Very well built course!,2022-01-29,5.0,5.0,5.0,5.0,"I had been self learning UX/Ui for the last year, I had learned a lot, but was lacking in confidence when trying to apply it. This course filled the gaps for me, I have walked away feeling confident in the design decisions I make and feel ready to explain... Read More those to a team and my employer. The mentor sessions did a lot to help that process along. this is a really well-built course that at no point was stale! it kept me challenged and engaged.Read Less",UX Academy Foundations,UX/UI Design +285362,10697,designlab,Dayona Foster,False,2022,Amazing experience,2022-01-26,5.0,5.0,5.0,0.0,"I truly enjoyed my DesignLab UX Foundations experience! I went in with very minimal background knowledge of UX concepts and am leaving with a great amount knowledge that will be very useful to me in UX academy as well as in my future career as a designer.... Read More I loved having a mentor and meeting with her weekly. She gave me great feedback and really helped build my confidence as a new designer. I also loved how my admissions representative checked in on me when she saw that I was behind, that showed me that they really want you to succeed in the program. I am really shocked at how much I learned and how many skills I acquired in just 8 weeks. I truly look forward to UX Academy.Read Less",UX Academy Foundations,UX/UI Design +285344,10697,designlab,Isaac Helmes,False,2022,Challenging and fun!,2022-01-25,5.0,5.0,5.0,5.0,"I'm super pleased to have taken the Designlab foundations course. In the short span I took part, I learned a lot. I found the curriculum well organized and well paced. Everything added up well, and I never felt too overwhelmed from the information. The... Read More mentorship helped a lot, which I really got a lot out of. Having someone in your corner while you work through the material was the icing on the cake for me. Not only that, the other students are really great as well. From onboarding to the end, you can tell there's a lot of care thats gone in. I'd recommend it to anyone who's interested in learning more about UI/UX, and wether its something they want to further pursue. From my experience I've decided to continue on, and go for their Academy program. I look forward to learning more!Read Less",UX Academy Foundations,UX/UI Design +285328,10697,designlab,Anonymous,True,2022,DesignLab should be one of the top if not the top choice if you are considering a career as a UX/Ui Designer.,2022-01-25,5.0,5.0,5.0,5.0,"I wanted a career change and become a UX/Ui Designer. I did extensive research and found several vendors online including local Universities that offers these UX/Ui Bootcamp. Through numerous interviews sessions with these recruiters. Rice University... Read More (top 25 university in the US) was the first to reach out to me and I had my heart set to attend to attend their On-Line/ On-Campus(optional) local Bootcamp. However, this decision was made prior to my last interview session with Rudi from DesignLab. I was SOLD. Rudi had an answer for everything I threw at her, and there were tons of them. What I learned through this experience and the one top reason why I chose DesignLab is simple. DESIGNLAB SPECIALIZE IN UX/UI DESIGNER BOOTCAMPS AND NOTHING MORE. Other vendors I spoke to offered different career changes Bootcamps such as Cyber Security, Data Analysis etc….Other factors that makes DesignLab stood out for me was their curriculum layout as well as cost. If you are new to the industry like I am, they will start you at the Foundation Academy for less then $500. The coursework here will give you a taste of what a UX/Ui Designer do and if you decided that you wanted to commit to this career path then you will continue to the extensive UX/Ui Academy. This is very thoughtful for those who may not be as interested after their Foundation course as this will give them options to find another career path. No other vendors I spoke to has this option, once you sign up for their UX/UI bootcamp, you are stuck with the cost up-front and no turning back. I learned a lot from my Foundation Academy and still learning daily. There are so many other factors why I chose DesignLab over those other vendors. Ultimately, those are my deciding factors when I chose DesignLab Bootcamp for a career change as a UX/Ui Designer.Read Less",UX Academy Foundations,UX/UI Design +285297,10697,designlab,Anonymous,True,2022,Great program to get started in UX design,2022-01-25,5.0,5.0,5.0,0.0,Overall great experience with the the course. It’s a great course to get started with UX design. Really teaches you the fundamentals of theories and hands on practice and projects that stay current in todays world. The have good mentors in top professional... Read More fields.Read Less,UX Academy Foundations,UX/UI Design +285289,10697,designlab,Anonymous,True,2021,"""Human-centered course""",2022-01-24,4.3,4.0,4.0,5.0,"I decided to switch careers into UX design. When I was researching online UX boot camps, the general structure of the curriculum and mentorship seemed similar. The main difference may be pricing. I felt that DesignLab really stood out even before enrolling... Read More when I talked to help support. They didn't come off as sales-y and felt that they genuinely cared for the student's goals and needs. I took Design 101 as a starter and UI short course as well before UX Academy. They were accommodating with the pricing to help my ultimate goal to enroll in UX Academy. The whole experience of UX Academy was great. I chose the part-time track. The contents were well organized and their platform was easy to navigate. What's impressive was that DesignLab was very communicative to inform of the latest changes or reminders, and quick response to questions. Also, they were very supportive in meeting your needs such as taking a pause to take care of yourself, switching mentors if needed, and sharing resources beyond course work. Mentorship is just as valuable as much as the coursework. All the mentors I had were supportive and highly knowledgeable of the industry to provide insights. The reason for 4 stars instead of 5 is for group projects and group crits. I think now they are providing group project options, but it wasn't encouraged at the time. For group crits, I attended 1 each week as required and it was a hit or a miss. Sometimes I'd get great feedback or discussion and sometimes it was a silent group. It's understandable this happens, but I think there's room for improvement because I think group crits are necessary. I'd recommend DesignLab for anyone looking to get in into UX/UI.Read Less",UX Academy,UX/UI Design +285276,10697,designlab,Mckenzie Bradshaw,False,2022,Challenging but in the right way,2022-01-24,5.0,5.0,5.0,0.0,"As a career switcher with a little knowledge about design as a whole, the foundations course was great! My mentor and I hit it off fairly quickly and even had the same sense of humor, he always made sure to explain things to me in multiple ways to make... Read More sure the information really drove home. There were a few assignments that I felt were just challenging enough for someone like me who has a past in art, I was able to actually learn new information through each unit. The staff is super friendly and always answer any questions within work hours fairly quickly.Read Less",UX Academy Foundations,UX/UI Design +285272,10697,designlab,Lenny C-H,False,2021,"Fun, relevant, and knowledgeable ... DesignLab Foundations was great!",2022-01-24,4.7,5.0,5.0,4.0,"I just finished the DesignLab foundations course. I found the whole experience to be very pleasant. This is not to say that it wasn't challenging and required time and work, it means that directions were clear, the course was organized. There are plenty... Read More of resources if you are struggling and your assigned mentor is incredibly valuable to you understanding and learning the content. There isn't much I can say negatively about the course. I also found the overall dialog and atmosphere of the course to be very chill...as someone coming out of a career that is stressful all the time, I appreciated statements that assured me that I didn't need to be perfect and spend more time than allotted to a project than was necessary to show that I learned the objective. Deadlines are reasonable and makes me excited to move onto UX academy.Read Less",UX Academy Foundations,UX/UI Design +285202,10697,designlab,Levi Barraclough,False,2022,"This course was very hands on, and a huge confidence booster as I try to transition to a new field.",2022-01-21,5.0,5.0,5.0,5.0,I enjoyed the projects and really valued the time spent with my mentor as she helped me establish the basic skills I was hoping to develop. I appreciated that there was a part time pace for the course which was flexible with my full time work schedule.... Read More This course was much more than I thought it would be.Read Less,UX Academy Foundations,UX/UI Design +285140,10697,designlab,Anonymous,True,2022,Great immersive course,2022-01-19,4.0,5.0,4.0,3.0,"DesignLab was a great stepping stone from old career to new. Although intense, the content was flexible enough to get what I needed from the course. The interactions with my mentors and peers helped me to ground my work into reality, and I've made a great... Read More network of people within the UX world. My mentor was amazing and helped make the experience great value for money. The career service offered at the end was also helpful - having someone check my cv/cover letters and prep me for interviews was useful, and I never felt alone in the job search.Read Less",UX Academy,UX/UI Design +285065,10697,designlab,Anonymous,True,2022,Designlab was so much fun!,2022-01-18,5.0,5.0,5.0,0.0,"Pros: - Weekly 1 on 1 with a mentor that gives helpful feedback/teach you things - Fun group project & tons of individual projects - Great community & met a lot of friends - Learned to use Figma (there are other options, but this one was free!) - Unit... Read More 8 is the final project that can be used to apply for UX Academy - Learn basic visual design skills including UI design Cons: - Cost $500, but tuition can be applied towards UX AcademyRead Less",,Unknown +285006,10697,designlab,Matthew McPhail,False,2022,Immersive UX & UI Course,2022-01-16,5.0,5.0,5.0,0.0,"For anyone looking to consider the UX/UI career fields but not quite sure what it entails, this course is a perfect match. It will introduce you to basic design principles, including typography, space, composition and color. From there, it’ll immerse... Read More you in the UX tool of your choice (I chose Figma), and challenge you with many different types of lessons, from layout recreations to teach the basics, ending with a 10-hour design challenge to bring together everything you’ve learned. If you’re not yet sure if UX/UI is for you, this course will tell you at a very nominal investment. Even as a seasoned designer coming into this course, I found it to be very useful for sharpening my UI chops.Read Less",UX Academy Foundations,UX/UI Design +284991,10697,designlab,Cassandra,False,2022,UX Academy Foundations,2022-01-15,5.0,5.0,5.0,5.0,"From someone who had no prior knowledge of Figma or UX/UI Design, I highly recommend this course! Before taking this course, I debated about going for a masters because of the lack of experience in this field. Now that I have successfully completed UX... Read More Academy Foundations, I feel more prepared and ready for UX Academy bootcamp! This course consists of eight units that are laid out for you so that you can succeed if you put the time in. There is a lot of information only for your benefit in becoming a successful UX Designer. They give you lessons and how to guide tutorials so that if you are a visual learner, you can follow the video for guidance going step by step. After completing the lessons and tutorials, you are given some copy work so that you can apply what you learned so far on either Figma or Sketch. Doing the copy work really allowed me to play around in Figma and become more confident in using the tools within it. It was such great practice and really prepared me for the final design project at the end of each unit. Doing the final design projects was one of my favorite parts since this is where you could be creative and feel as though you are on your own as a UX/UI Designer. Another wonderful thing about this course is the mentorship, especially for a newbie like myself. Having an excellent mentor throughout this course will make a huge impact on yourself. Your mentor is there to help guide you to success. They are the experts and know the tips and tricks to make this an exciting career. I feel very lucky to have had the mentor I did. She was extremely reliable, patient, and professional throughout the whole course. She was always responsive and on top of my work everyday which was extremely helpful since I wanted to make sure I was doing well the whole time. I only have good things to say about this course! If you put in the time and commitment to want to learn more and have excellent online learning skills then you will be happy with the outcome of this course!Read Less",UX Academy Foundations,UX/UI Design +284973,10697,designlab,Anonymous,True,2022,Good program for UX/UI Design,2022-01-14,4.5,5.0,4.0,0.0,"I learned a lot about UI Design through the DesignLab Fundamental course. The program is very well thought-out and comprehensive that covers topics such as design tools, UI principle, responsive design, color theory, etc. You also have the opportunity... Read More to meet with a mentor who is a professional working in the industry to ask questions and get feedback on your work. They also have Slack community that is very active responsive so you get lots of support from staff and fellow students. Overall, very satisfied with the course and I recommend it to anyone who is interested in learning UX/UI.Read Less",UX Academy Foundations,UX/UI Design +284948,10697,designlab,Arman Kirim,False,2022,Very straightforward and useful,2022-01-13,4.3,5.0,5.0,3.0,"Coming from a design background, it was all I was looking for. I wanted to learn the software required for UI/UX design, and the Foundations helped me understand the basics very easily. I really liked the structure of the lessons. First it teaches you... Read More something, then it asks you to replicate a design, and then it makes you design your own. It was fun and a little bit challenging on the right areas.Read Less",UX Academy Foundations,UX/UI Design +284832,10697,designlab,Allan Wu,False,2021,DesignLab UX Foundations,2022-01-10,5.0,5.0,5.0,0.0,"Designlab's UX Foundations is my first on many levels. This is my first bootcamp course. This is my first online course. This is my first exposure to the UX industry. Of course (pun intended) everybody's first experience is memorable, but not everybody's... Read More first experience is favorable. The overall Designlab experience is very favorable from beginning to now. I came away with a skillset in UX/UI that I feel confident in as I move forward. The knowledge I gained from the course and my mentor experience was well worth my time and resources. I'm very confident in recommending this course to anybody looking into a career in UX/UI.Read Less",UX Academy Foundations,UX/UI Design +284823,10697,designlab,Erin Ternes,False,2022,"Excellent, well organized self-paced course for visual design fundamentals",2022-01-10,5.0,5.0,5.0,0.0,Pros: extremely well organized; great flow of information; interesting content; engaging projects; excellent structure; great mentor process (appreciated having a mentor / regular check-in in general); self-paced course worked great for my style & schedule;... Read More extremely helpful admin team and community; very reasonable / affordable cost; purpose-driven (for me: getting into Designlab's full-time UX Academy course)Read Less,UX Academy Foundations,UX/UI Design +284799,10697,designlab,Anonymous,True,2021,"Amazing content, amazing mentors",2022-01-09,5.0,5.0,5.0,5.0,"I had a great experience with this program. I learned so much about this field. The projects we would complete were challenging but strengthen my skills for the future. I only took foundations, but I feel prepared to conquer UX Academy. I highly recommend... Read More this course.Read Less",UX Academy Foundations,UX/UI Design +284566,10697,designlab,Anonymous,True,2021,Project Manager,2021-12-28,4.3,5.0,5.0,3.0,"Ability to move at one’s own pace is fantastic. The course material is well done and informative. Some of the videos where things were explained moved way too quickly. Please consider if a student is watching a video, it’s probably because the student... Read More doesn’t know what to do, and it would be nice if things were shown step-by-step and fully explained. It is very frustrating if one doesn’t jive well with mentor. Also incredibly frustrating if mentor gives suggestions a couple at a time, and therefore causes many iterations. Please ask mentors to give all suggestions all at once, so the student can use time efficiently.Read Less",UX Academy Foundations,UX/UI Design +284530,10697,designlab,Anonymous,True,2021,Good Course in general but you need to have self-discipline,2021-12-26,4.0,5.0,5.0,2.0,"I like the course in general and I also like the overall exercise. I really learn a lot from those exercise and mentor session. However, I think there are few things that you may need to take into consideration before you sign up the course. 1. It really... Read More depends on mentor. My mentor is quite encouraging and really detailed oriented so we did a few side readings outside of the class 2. Designlab's courses in general is still quite free, so you need to have self-discipline to finish the homework and schedule mentor session. I heard a lot of students drop in the middle as they get caught up in their personal life and cannot finish the course on time. I won't give much review about the job support as I am still in the foundation classRead Less",UX Academy Foundations,UX/UI Design +284087,10697,designlab,Anonymous,True,2021,Beyond Expectations,2021-12-10,5.0,5.0,5.0,5.0,"The DesignLab Foundations course was much more thorough than I had anticipated. I entered the course with no previous design experience and through projects, one on one mentorship and the online coursework, I completed with a solid working knowledge of... Read More Figma, the beginnings of a portfolio and enough knowledge to actually secure employment in the field should I want to. The online program coupled with the mentorship is the perfect match and the cohorts on Slack are another resource/community that is available as well. I spent more time each week than the program suggested. I felt some weeks took about 15-20 hours versus the projected 10. But I think that depends on each individuals learning curve. Amazing value, highly recommend.Read Less",UX Academy Foundations,UX/UI Design +284057,10697,designlab,Rachel Shalala,False,2021,"Everything you need in a course from lectures to hands on work, community, and mentorship.",2021-12-09,5.0,5.0,5.0,5.0,"Designlab presented the curriculum in the form of videos, articles, tutorials, and project work. All the work is asynchronous so I was able to complete my work on my own scheduled. The projects were easy to follow and presents lots of opportunities to... Read More practice UI design. I enjoyed the course and believe I got my money's worth. 10/10 would recommend.Read Less",UX Academy Foundations,UX/UI Design +284012,10697,designlab,Anonymous,True,2021,DesignLab UX Academy Foundations,2021-12-08,5.0,5.0,5.0,0.0,"I had a great experience with UX Academy Foundations, especially with it being my introduction into the world of UX. I was initially a little apprehensive about the online format, but both Designlab and my mentor were very responsive every time I needed... Read More a little bit of extra help. I love the flexibility of the program and the ability to work at your own pace. I work full time so I wouldn't have been able to complete this if it were not for the online flexibility. Overall I'd say it was a great experience and it gave me a very sturdy fundamental knowledge of UX and UI.Read Less",UX Academy Foundations,UX/UI Design +283969,10697,designlab,Brandon Castillo,False,2021,A great starter course that helped connect the dots,2021-12-07,5.0,5.0,5.0,5.0,I've been looking into a career switch and have always been interested in web design/graphics/etc. After checking a bunch of articles and videos I learned more about UX design and saw a few recommendations for Designlab's UX Academy. Since I didn't have... Read More a portfolio to submit with my application I took this foundation's course. I managed to completed the full time track (~20hr week) while working a full time job. The pace was great and my weekly meetings with my mentor were a huge help filling in the blanks. The only con at first was I wish they went into more details outside the design process. But they explain the reasoning at the end why they structured the course this way - and it makes sense. My experience in this course was awesome and as soon as I got the final projected approved I immediately applied for the full UX Academy.Read Less,UX Academy Foundations,UX/UI Design +283967,10697,designlab,Ellie Edwards,False,2021,DesignLabs Foundations is the perfect intro to UI Design,2021-12-07,5.0,5.0,5.0,5.0,"Pros - solid introduction to using design tools such as Figma / Sketch (I used Figma) - forces you to learn foundations of UI design very quickly - weekly 1:1 mentorship with experts in the field (this is key and where I learned most of my Figma skills)... Read More - well structured course, each section has an allotted time commitment which makes it easy to plan out when you're going to complete coursework Cons - barely any focus on UX (however this makes sense given that it is a foundational course) - I heard from other students that their mentors were not as helpful learning how to use design tools such as Figma...I didn't experience this but makes me think experience can be greatly impacted based on the mentor you getRead Less",UX Academy Foundations,UX/UI Design +283956,10697,designlab,Anonymous,True,2021,It's been great so far!,2021-12-06,4.3,4.0,5.0,4.0,"DesignLab has been great so far! Their Admins team are so supportive and helpful. In addition, they are very clear with their announcements and follow ups which makes it less stressful when dealing with something new and online. I just completed the Foundations... Read More course in DesignLab and it really had a good mix up of different activities and exercises to help you get more familiar with UI concepts and techniques. Sometimes the time frames they set per exercise did provide some stress (even though the advised that it's okay to submit in complete work)...I did always try to complete the task at hand, which took more time. My mentor was helpful, but scheduling at the end became a bit of a challenge.. but made it through! Also, being online.. it was a little bit lonely sometimes.. where I felt like I had to fend for myself and figure things out alone, but I do know there are resources through DesignLab available as well.. just not as similar to a classroom/community feel in my opinion.Read Less",UX Academy Foundations,UX/UI Design +283952,10697,designlab,William Treadwell,False,2021,The curriculum and video guides were easy to follow. Great program for beginners.,2021-12-06,5.0,5.0,5.0,5.0,I wanted to learn more about UX &UI and decided to participate with DesignLab. The curriculum was easy to follow and very straight forward. I'd recommend this program to anyone that is interested in learning more about UX/UI and design. I have portfolio... Read More work that I can present from this course which is great!Read Less,UX Academy Foundations,UX/UI Design +283942,10697,designlab,Fabiola Jaime,False,2021,Supportive and,2021-12-06,5.0,5.0,5.0,5.0,"When I applied to DesignLab, I was completely unaware of how much of a great fit it was for me. It is a very supportive environment, with an emphasis on providing hands on experience and providing a solid foundation to the design world. The faculty is... Read More very caring and understanding and has a genuine interest in students' success. There is a lot of potential to get involved in research, and a lot of students make use of those opportunities. You simply will not get an on-hand experience like you will at DesignLab anywhere else.Read Less",,Unknown +283935,10697,designlab,Anonymous,True,2021,Great Intro to UX,2021-12-06,4.0,5.0,4.0,3.0,"I really enjoyed my experience with DesignLab's UX Foundations course. I learned a lot in a short period of time, and received a great deal of support from my mentor and the DesignLab team. They offered webinars, an active Slack channel and group crits... Read More over Zoom, which helped me to feel more connected to the community.Read Less",UX Academy Foundations,UX/UI Design +283916,10697,designlab,Tazz Richards,False,2021,Good for building basic design skills and learning Figma,2021-12-05,3.0,4.0,4.0,1.0,"I started Foundations knowing just a little bit of design, and had a pretty good handle on graphics programs like Adobe Illustrator and Photoshop. These helped in learning the core software for Foundations, and the UI/UX industry Figma. I would say that... Read More just learning Figma has helped my skill set for finding a career. Along with learning the software, I picked up a lot of good information on basic web and app design, color theory and typography. My mentor was very talented and had a critical eye. So that's the good - here's the not as good. I don't think I could have survived without at least some design background. One student posted that they had no design background as was really struggling to learn all of Figma in the time allotted. And I agree. Learning how to work with vector drawing, font management, color management, basic layout, grids and columns, photo clean-up - it's a lot, especially if you're on the fast track 4 weeks course. If you don't have the background, expect to need twice as much time. I think the course content is good, but there's some Figma lessons that should have taught first, like plug-ins for type and icons. Overall, I'm coming out of this as a better designer, certainly not at a professional level. But, enough to move on the UX course, which was my goal. As for the price - Foundations is $500, which is counted towards the cost of the UX course. If you only take Foundations, I'd say it's worth it for the mentor feedback, peer reviews, and extensive content. Note that job support is not included in this part of the course. That comes with the UX program.Read Less",UX Academy Foundations,UX/UI Design +283787,10697,designlab,Britt,False,2021,Very positive experience; highly recommend,2021-11-30,5.0,5.0,5.0,5.0,"I started Designlab's UX Academy Foundations course in October. I attended part-time (10-15 hours a week) for 8 weeks. I did heavy research on programs; a Designlab mentor on the UX design subreddit ultimately tipped me over in favor of Designlab. I just... Read More completed the foundations course this week and wow, it was a very rewarding experience. I learned a lot in a short period of time and I walked away with many tangible skills, including using Figma and understanding UI design principles. My weekly meetings with my mentor was the true highlight - I got constructive feedback each week and an opportunity to ask questions to an expert. The Designlab projects are actually fun to work on and I looked forward to coming home from work each day and getting started on my classwork. My only regret was not having more time each week to dive in to the content more (e.g. read the recommended supplemental articles) - there's so much interesting stuff to learn. I am applying now for the Designlab full-time academy in hopes of changing my career to UX/UI design. I will be leaving a 12-year professional career in education, so making this transition is a big risk - yet I haven't doubted this decision once since starting with Designlab.Read Less",UX Academy Foundations,UX/UI Design +283786,10697,designlab,Anonymous,True,2021,UX Academy Foundations,2021-11-30,3.5,4.0,3.0,0.0,"I found UX Academy Foundations when I was searching around for UX/UI bootcamps. I decided to go with it before signing up for a longer (and pricier!) option to get a feel for the work. My background is in tech and I worked full time while completing the... Read More course. Overall, it was a positive experience. Pros: - Mentorship - I got an awesome mentor and they really helped me succeed - Lessons are easy to follow and the coursework is fun - You will see yourself improve over time - Affordable, not a huge time commitment - Free Adobe XD subscription comes with the course! Cons: - Coursework almost exclusively deals with UI, very little UX - Can be difficult to juggle with full time workRead Less",UX Academy Foundations,UX/UI Design +283627,10697,designlab,Anonymous,True,2021,"Alright, but engaged mentors are hard to find in this UX designer factory.",2021-11-23,1.7,1.0,3.0,1.0,"I enjoyed the course and projects, but the mentors I had ruined my impression of UX design. My first mentor was in Germany and only wanted to meet when it was afternoon for her. I was accommodating to her and meeting her 7-9am in my time. She also for... Read More some reason scheduled her dentist appointments right before our meeting so she was always late. She thanked me for being so flexible but I was starting to question her priorities. Sure enough when the tables were turned and I asked her if I could reschedule she told me she had no other availability. Really?? I was tired of one-sidedly accommodating my mentor when she never bothered to step outside of her time-zone availability box. I changed to a more helpful mentor, but I saw he had A LOT of mentees, many of which also switched mentors. I think maybe Designlab gives students who switched to mentors who have proven success. Although he was nice and helpful, I could tell from his comments over time that he was slowly developing a copy-paste approach in giving feedback. Over time he became a cog, churning out the same comments for the same projects. And it was clear he had chosen favorite students from the comments, and he was still giving them a more personalized experience while the rest of us newer students had copy pasta. Yesterday was my final mentor meeting with him. I joined at 3pm to find him speaking with another girl. I remembered the girl from my first mentor session where my mentor bragged how she got a job at a video game company after the course. I was so confused why she was here -- is he planning to introduce us? Is he having a session with her even though she graduated and ""made it"" already? Did I travel time and was viewing a past session?? 1 minute past 3 became 3 minutes became 5. They were eating away at the time I had reserved and paid for, and ignoring me even though I was in the room. I tried making some noise and when they still didn't acknowledge me I left and broke down crying. I had an interview just earlier so I told my mentor I may be late, but seeing him nonchalantly go over my time slot made it seem like he was happy I'd late so he could focus on his star pupils. This has been my experience with Designlab. If you are lucky and find a mentor who is helpful and not overwhelmed yet, great. You may even have a lifelong mentor like that girl my mentor was with. But don't get too hopeful!Read Less",UX Academy Foundations,UX/UI Design +283556,10697,designlab,Peter,False,2021,Successful Career Transition in Less Than One Year,2021-11-20,4.0,4.0,4.0,4.0,"I completed both DesignLab's UX Academy Foundations and UX Academy programs (on a part time basis), and landed a full time staff position as a product designer at a mature startup — all in less than one year. I have an extensive background in marketing... Read More and brand design, and most recently held the title of creative director for an internal marketing team at a global visual media company. It was here that I decided to leave marketing and management responsibilities and become an individual contributor on the product design side. I felt that DesignLab’s curriculum was pretty thorough on the research end of the UX spectrum. I gained a solid understanding of methodologies, when to apply them, and why. I felt the curriculum was lacking, however, with regard to UI design instruction. There was some — but not a lot — of time dedicated to this. The Foundations course was important in that respect since it mostly focused on design, but it felt somewhat superficial to me. Students have a vast range of design abilities (many have no design experience whatsoever, while people like me came with graphic design backgrounds), so it might not be possible to address this in such a tight timeframe for all skill levels. I will add, however, there were plenty of resources that helped me improve my UI design skills during the course, so if this is something important to you, know that you’re going to have to address it outside of the main coursework. The structure of the program was very helpful for me. It’s fairly clear how lessons build on one another, and why the trajectory of the program is designed the way it is. You’ll definitely wind up with a portfolio with at least 3 solid and thorough case studies that demonstrate your command of everything from UX research to UI design (since you’ll have to work through high fidelity prototypes). Looking back on this experience I would probably make sure those case studies reflect real world work, as opposed to conceptual bootcamp work (several interviewers pointed out to me that they couldn't get past that when considering hiring me). All along the way having a dedicated mentor was another huge positive for my DesignLab experience. I was paired with an experienced product creative, and he really clarified why some of the design decisions I was making weren’t working. He was also critical in helping me demystify some of the UX processes. This field is still fairly new, and not everything is super straightforward or black and white. The student community in DesignLab’s Slack channels was also extremely helpful. It was here that I discovered many of the design tools I still use, and getting feedback on work in progress. It’s also a very useful networking tool. As your peers are getting jobs, connecting with them can help you land interviews at their companies. After I completed my portfolio I spent about two solid months in their “Career Phase,” which combines job searching and related tasks, like finessing cover letters or creating job specific landing pages within your portfolio. I was paired with a new mentor. I applied to about 50 jobs, was officially rejected by 20 (ghosted by others), had 8 first round interviews, 3 second round interviews, and two third round interviews, both of which made me offers, and one of which I accepted. I chose DesignLab based on length of curriculum, availability of “part-time” status, cost, and tuition reimbursement guarantee. Even doing this part time was very challenging while working full time. I decided in my last four months to quit my job in order to focus on this full time. It was a gamble but it paid off.Read Less",UX Academy,UX/UI Design +283540,10697,designlab,Efrain Calderon,False,2021,A successful career switch with Designlab!,2021-11-19,3.7,4.0,4.0,3.0,"I looked into various courses for UX but when it came time to enroll, the world was rocked by a pandemic which changed everything. Suddenly, the immersive in-person bootcamps were online but still very expensive. So, after some research, I decided to... Read More try out Designlab's UX Academy. I took the part-time course after trying a few weeks full-time and feeling like I wasn't absorbing everything. The first phase of the course presents the content and walks you through creating your first practice website/experience and writing a case study. Then, the second phase has you do the same type of thing with different briefs in shorter periods of time. I liked the amount of freedom Designlab gives students to determine what their projects should be.Throughout the course, you're paired with a mentor. I felt like my mentor had the real-world experience to back up the excellent feedback and suggestions. She pushed me to go further when I needed it, but also encouraged me when I felt unsure. I had weekly mentor sessions where I could ask questions, present recent work for feedback, or practice presenting - it was great.The other piece of the program is the group critiques, which have you give and receive feedback from other students. I liked that it pairs you with students from different cohorts, so it allowed me to encourage students just starting when I was wrapping up the course in the same way more senior students did for me at the start.Job support is okay. My mentor during the job search helped me understand what the local area was like and helped me improve my online presence, but I wish Designlab could partner with companies or offer contract opportunities, internships, volunteering, or even just options to work with Designlab themselves. Real world experience is extremely important, and I think there's an opportunity to base Phase 3 around gaining that advantage. That said - I felt well equipped having learned the content in Phase 1 to work with real-world stakeholders for freelance gigs. There are a few other areas for improvement. The support and resources for writing out your case studies and building your portfolio could be clearer. I also think it's a missed opportunity for Designlab to not partner with portfolio tools to have discounts for students. In particular, Squarespace, Semplice, or Webflow. The approval process for my portfolio was also lackluster. I didn't feel the reviewer gave actionable feedback. Booking group critiques was also unintuitive. It required using third-party tools and entering passwords that would change periodically and the instructions sometimes conflicted with the information on your main student dashboard. It seemed like that was recognized as an issue and will probably be updated and improved. It seems like Designlab is committed to continuously improving their course which makes sense given the spirit of Design Thinking.Read Less",UX Academy,UX/UI Design +283537,10697,designlab,Nidhi Jha,False,2021,Best experience!,2021-11-19,5.0,5.0,5.0,5.0,"Im glad i picked design lab for learning ux designing. They gave the best content. The people who work for design lab are it's assets. They go out of the way to help students to accommodate their needs. Super approachable and very understanding. The content... Read More itself is well organized, easy to follow with videos and lots of project work for practice.Read Less",UX Academy Foundations,UX/UI Design +283530,10697,designlab,Jamie Sun,False,2021,Top Bootcamp for UX Design,2021-11-19,4.7,5.0,5.0,4.0,"Designlab exceeded my expectations for a bootcamp. I wanted to immerse myself in design to enable a successful transition from my previous career to UX/product design. Their courses are self directed and all projects are approved with the help of a mentor.... Read More I chose DesignLab because it had the right balance of guidance and self discovery. The community is excellent and support is always there for you. I have recommended DesignLab to many individuals interested in design. This bootcamp is what you put into it, for me it was a great experience and gave me the foundation to the start of my UX/product design journey.Read Less",UX Academy,UX/UI Design +283425,10697,designlab,Anonymous,True,2021,Great course to transition into UX/UI Design!,2021-11-16,5.0,5.0,5.0,5.0,"I was hesitant on taking this course at first but I wanted to sign up to see what working alongside a community of peers and a mentor was like and to learn about the foundational skills to UX/UI. Although this course was focused more on UI fundamentals... Read More with units focusing on icons, typography, illustrations, I am happy I took this course and learned a lot of practical skills such as how to give and receive feedback for designs. The projects were also fun, user-friendly, and interactive with the Designlab community so you don't feel like you are on your own. It was so nice to connect with other students and share about our individual UX/UI journeys as well as encourage one another. I think the only thing that I was a little worried about was the mentorship. My mentor was not that responsive with feedback, so that did kind of take away from the experience but I still learned something from the feedback I did receive and Designlab was also quick to assist with any issues I had and made sure that my learning experience was still very rewarding and valuable. Overall, I had a positive experience and I highly recommend this course! I learned a lot about the UX/UI design process and principles and feel more prepared to take UX Academy.Read Less",UX Academy Foundations,UX/UI Design +283412,10697,designlab,ashdin dalal,False,2021,Great experience with amazing mentorship.,2021-11-16,5.0,5.0,5.0,5.0,"I took the fulltime UX Academy program after completing UX Foundations. I found it to be super intense at times which looking back was a good thing, preparing me for some of the work I am currently doing. My advice for anyone enrolling in UX Academy is... Read More to take full advantage of your breaks (you're going to need them especially during the capstone projects), reach out to your cohorts via slack and group crits and to fully utilize your 1 to 1 time with your mentor. Overall for me, Designlab's UX Academy was a life changing experience that prepared me and allowed me to make a full career transition.Read Less",UX Academy,UX/UI Design +283289,10697,designlab,Jessie R Hirsch,False,2021,Happy with the course,2021-11-12,5.0,5.0,5.0,0.0,"DesignLab is really organized. They were always quick to respond to my questions via e-mail. I had trouble with the first mentor I was assigned, and they were extremely helpful getting me assigned to a new one, that ended up working out great. I learned... Read More a lot and I'm very glad I took this class.Read Less",UX Academy Foundations,UX/UI Design +283211,10697,designlab,Sachini Fernando,False,2021,DesignLab Foundations Course,2021-11-10,4.5,5.0,4.0,0.0,"I loved this foundation course, gave me all the necessary exercises to build up my designing skills and the basic knowledge. I love the fact that we can complete the units in our own pace while doing a full time job within the 8 week frame. Mentor experience... Read More was helpful too.Read Less",UX Academy Foundations,UX/UI Design +283209,10697,designlab,Delmi Ortega,False,2021,"Engaging, exciting material",2021-11-10,5.0,5.0,5.0,5.0,"I tried taking other short courses online to determine if the UX field was right for me, but they were boring. They included a lot of reading material, but no projects, so I was unable to get through them. This program had the perfect combination of lessons... Read More and projects to keep me engaged and make me feel like I was actually learning how to be a designer. I absolutely loved it and highly recommend for anyone looking to transition to UX. I had no design/tech experience at all prior to the course. Pros: - Engaging material - Lessons that set you up for projects - Mentor sessions - Self paced - Repetition in course structure - Links to additional optional resources - Free subscription to Figma & discounts on other design programs - Quick response to emails Cons: - Final project is locked until everything is approved (not really a con, unless you waited until the last minute & you need to finish by a deadline)Read Less",UX Academy Foundations,UX/UI Design +283066,10697,designlab,Jordi,False,2021,Great intro to UI and visual design!,2021-11-05,5.0,5.0,5.0,5.0,"I was debating between designlab and careerfoundry. I ended up choosing to enroll on designlab's foundations class because that would be a great way to see if their teaching style matched me before committing to a full payment. The focus of the class... Read More is to get you up to speed with current UI design tools and design principles; with the idea of preparing you for when deeper lessons in the UX field are introduced in their Academy program. I wasn't expecting to have such a dedicated staff, easy to digest content, and all the resources provided. Being paired with a mentor and having weekly check ups was a fantastic push to stay on track. What impacted me the most is the scope of the projects, how much hands-on material there is, and the amount of content you can get to cover in so little time - without feeling overwhelming. The results you'll get out of the class is definitely based on how much effort you put into it. After taking this class I feel very confident about diving into the next subjects such as UX, research, and the job search in the near future! I would definitely recommend if you're considering a career switch but don't want to fully commit to a full boot camp!Read Less",UX Academy Foundations,UX/UI Design +283054,10697,designlab,Anonymous,True,2021,Good value for the price,2021-11-05,3.7,4.0,4.0,3.0,"I recently completed Foundations and had a pretty good experience. The program is self-paced which is great if you are working PT/FT - you just need to have all units as well as the final project completed by the last day (which depends on how long you... Read More want to spend on Foundations). Other than that, you determine the # of hours you want to put in each week so there's no real deadline for projects, per se. Designlab does suggest how much time you should allot for projects so you're not spending too much time on them (also to get you in the habit of submitting incomplete drafts for feedback, since that is the essence of UX Design - iterating several times). I definitely found myself going over the time limit most of the time lol. The curriculum is pretty much article and project based, with a couple of video tutorials scattered here and there, (which tbh I wish there were more of). The articles are pretty short in length and easy to read, and informative for the most part. You're taught the basics of Figma/Sketch; they have tutorials for both, depending on which one you choose, which I think is great. If you have 0 knowledge of design like me, then you may have to put in extra effort to watch more YT vids on Figma since what Designlab provides is pretty surface-level. What I think is great about the program is that you're paired with a mentor who has extensive experience in UX/UI (at least 5 years experience). You meet with them on a regular basis via video call (usually for an hour once a week) and can use that time to discuss any project work you've done throughout the week as well as any questions you may have about working in the industry. My mentor was so kind and very knowledgeable on design concepts - I found our sessions to be really helpful since she also would give me constructive feedback on ways to improve my designs. Some parts of the course can be quite tedious and a little boring since you're doing a bunch of copywork exercises (replicating the designs of websites and apps in Figma/Sketch) but I like the more creative projects where you're given a brief and have to come up with an original design. Overall, I'm quite pleased with my decision to do Foundations and think it is worth the moneyRead Less",UX Academy Foundations,UX/UI Design +283027,10697,designlab,Irene Luy,False,2021,A helpful start!,2021-11-04,4.0,4.0,4.0,0.0,"I think this is a good course for anyone considering stepping into the UX/UI field. For an online course, it will definitely be what you make of it but Designlab provides a good amount of resources to start off with. For anyone who hasn't worked with... Read More design software before, it's a great intro to Figma & Sketch and helps familiarize you with the basic functions. While the course offers recommended time spent on each project, you can really choose to move at your own pace which I found really helpful for someone balancing a full time job while enrolled. The best part though was that even though it's just a foundations course, you are paired up with a mentor!Read Less",UX Academy Foundations,UX/UI Design +283001,10697,designlab,Anonymous,True,2021,Dated reading material but projects and mentorship sessions were really helpful to keep accountable,2021-11-03,4.0,4.0,4.0,0.0,"Pros: -You get the mentorship but if you don't like your mentor for whatever reason after 2 weeks, you can request a new one. -Many different projects to apply what you've read into action -Mentor will continue iterating with you on the projects to improve... Read More and apply -By the end, you WILL feel comfortable using Figma! -Slack channel is helpful to get feedback on your work (although I hear UX Academy Foundations' Slack Channel is much more busy) -You can see other peers' work and how they've done it and iterated (be careful not to let it become a source of comparison though) Cons: -The content for some lessons is definitely dated, perhaps even 4+ years from now (just proves how fast technology changes!) but the material is still good quality. For some phone, website screenshots and some website links, there can be a considerable update. -Lots of reading before any project work for each lesson (1-2 hours). But there's a time measured to each reading and project so you have an idea of how long it'll take.Read Less",UX Academy Foundations,UX/UI Design +283000,10697,designlab,Anonymous,True,2021,This course was a great first step into UX/UI - I highly recommend it.,2021-11-03,5.0,5.0,5.0,5.0,"As someone with no previous UX/UI design experience, this was a great first step. The coursework was thorough with lots of hands on practice. The reading lessons were very manageable and easy to understand. My favorite part was having access to a mentor... Read More that has been in the industry and shared great feedback with me. This really helped my learning. Highly recommend this course, and had no complaints at all.Read Less",UX Academy Foundations,UX/UI Design +282969,10697,designlab,Denise Macalino,False,2021,Life changing!,2021-11-02,4.3,5.0,4.0,4.0,"I am so so glad I decided to take DL's UXA. I am now employed as a UX Designer and taking UX was one of the best life decisions. Not only is the work so much more fulfilling, but I am getting almost twice what I made as a graphic designer now. I knew... Read More a few years back I wanted to get into UX, but the cost of most bootcamps took it off the table for me. DesignLab was accessible but still provided amazing value. The mentorship and community is unmatched, and the main reason I think I was able to really break into the industry. I would recommend the bootcamp to anyone who is self-motivated and looking to make a switch into UX!Read Less",UX Academy,UX/UI Design +282968,10697,designlab,Elliott Boswell,False,2021,Product Designer,2021-11-02,5.0,5.0,5.0,5.0,"I loved almost everything about Designlab from the very beginning of their UX Foundations program all the way through their UX Academy, including their career services. The course materials were comprehensive and well presented and the tutoring format... Read More was excellent.Read Less",UX Academy,UX/UI Design +282953,10697,designlab,Katie Roe,False,2021,Great introduction to UX/UI!,2021-11-02,5.0,5.0,5.0,5.0,"This course is a great introduction to UX/UI. I'm switching careers and I was able to do this outside of my full-time job, which further confirmed that I'm going to apply for the Academy and make the switch to web design. The support from my mentor was... Read More huge; she was instrumental in helping me refine my designs and also for helping me understand the current job market for designers. If you're thinking about switching careers, I can't recommend this course enough. I considered the $500 a minor fee, considering what you get and the potential to change your life.Read Less",UX Academy Foundations,UX/UI Design +282940,10697,designlab,Stella K,False,2021,Excellent intro to UX design,2021-11-01,5.0,5.0,5.0,5.0,"Having a dedicated mentor to assist with all your questions, concerns/doubts makes the whole course very interactive. I was worried to take an online course with no basic knowledge of design, but Designlab really made it super user-friendly and interactive... Read More that you don't feel like you are on your own. Aside from the mentor, you also get to connect with other students taking the course. I met a few students from this course, and it is nice to share and chat about our individual UX journey. The ""classmates"" were encouraged to offer constructive feedbacks to each other's work. I really enjoyed the structure of this course. Highly recommend!Read Less",UX Academy Foundations,UX/UI Design +282939,10697,designlab,Kamilah K,False,2021,Perfect grounding to venture into the UX industry!,2021-11-01,5.0,5.0,5.0,5.0,I loved how informative the course units were - I learnt so much in the span of 2 months and can confidently say I completed the foundations course confident in my knowledge and am ready to go into UX Academy! The 1-1 mentorship is amazing as you get... Read More to improve on your work tremendously and have talented and credible people to guide you through your UX journey.Read Less,UX Academy Foundations,UX/UI Design +282928,10697,designlab,Samantha Cunha,False,2021,Overall the experience was enjoyable.,2021-11-01,4.3,4.0,5.0,4.0,"Pros: work at your own pace, mentor assigned to help with feedback and learning, slack community to communicate with your peers. Cons: mentor wasn't great - didn't get along with my learning style - wish there was a more in-depth survey regarding mentors... Read More and how they are assigned.Read Less",UX Academy Foundations,UX/UI Design +282927,10697,designlab,Laura Saladin,False,2021,Challenging and Satisfying,2021-11-01,5.0,5.0,5.0,0.0,"I had a really positive experience with Designlab's UX Foundations course. Going in, I was worried about a couple of things: it would be too difficult to learn new tools/ software remotely and I would have a tough time staying on track with my full-time... Read More work schedule. The way the course is laid out, the support offered by both the Designlab admissions team and my assigned mentor, and the slew of resources they provide throughout the course were so incredibly helpful. The actual course content and projects were engaging and challenging but never left me feeling clueless or unable to move forward. I learned a lot in the 8-weeks I took to complete the course. I finished the course with a design project I am proud of that I can use to apply for UX Academy, a solid base of foundational knowledge I'm excited to build on, and the confidence that I made the right decision to switch to a career in UX/UI.Read Less",UX Academy Foundations,UX/UI Design +282912,10697,designlab,Michael Donlea,False,2021,A solid grounding in UX/UI Design,2021-10-31,4.0,4.0,5.0,3.0,"I made the decision to study with Designlab after my research suggested that their curriculum would offer me the right balance of UX vs UI design skills that I would need to land a job in this exciting but competitive field. Having taken the time to reflect... Read More on my bootcamp, I am not disappointed. What I liked about my experience: - UXA Foundations – If you've come from a non-design background like myself, enrolling in the month-long UXA Foundations course is compulsory. It's beneficial though, as it's 100% UI-based which will prove critical once you move into UX Academy and start working on case studies. Plus, if after you've finished Foundations, you decide that UX/UI isn't for you, you've only dropped $500/600 as opposed to $5500. I thought Foundations was great and am glad I did it - The case studies - We were encouraged to be autonomous in the case studies that we chose, and I think this is massively important. Having looked at the case studies of current and former DL students, I see more diversity in the case studies they undertook than other bootcamps - UX/UI blend - Having graduated from DL several months ago, I am really pleased with the 50/50 blend of UX/UI that Foundations and UX Academy offered. Other bootcamps like CareerFoundry only allow students to specialise in one area which I think is a mistake as this is generally NOT what hiring managers and recruiters are looking for in a junior. I truly believe that DL's curriculum (plus my own hard work!), I played a key part in my case studies and portfolio winning praise from hiring managers and fellow designers - UXA mentoring - My mentor was very helpful to me in helping guide my case studies when I was at a crossroads. I consistently felt suported and was reassured by her thoughtful advice and reliable nature What I didn't like so much: - Group crits - It's a nice idea and I went in thinking I'd get a huge amount out of obtaining and giving feedback to other DL students, but I just don't think I took that much away from the experience. I think the sessions can lack structure, and too often I joined a session because I knew it was a course requirement rather than joining because I really needed feedback on something - US-centric - This is quite a US-centric bootcamp and at times, I do feel that people beyond this part of the world do get forgotten about somewhat. Whilst it's great that current and former students would share job openings, rarely would these posters take the time to mention that said job is US only. The assumption that all DL students are based in the USA is wrong. If DL reminded students to post openings with some simple prefixes, I feel this would allow for a more inclusive community experience for those based in Europe like myself. - Career services - Whilst DL included options for different project work to keep you busy once you graduated from UX Academy, I didn't find that much of it to be of great help to me. Now this might just be down to my circumstances (perhaps others found it really useful) but in the 2.5 months I spent job hunting and applying, the only 2 projects I did were my CV and cover letter. I didn't see how any of the other suggested work would have been helpful to me (but again, perhaps others would disagree) Overall: I really enjoyed my experience. I spent nearly 6 months studying full-time and enjoyed learning UX/UI from the ground up. I enjoyed being a part of the online community and above all, am really pleased that DL gave me the tools I needed to successfully make a career change into tech. Like any bootcamp though, the more you put into it, the more you'll get out of the experience. I would strongly advise prospective students to supplement their learnings from the course into Figma UI tutorials on Youtube, UX/UI books, podcasts, blog posts on Medium, video calls and webinars on ADPList etc. Work like a Trojan from DL's curriculum and do the extras I've mentioned and I have no doubt that you will graduate with a portfolio to be proud of and land a job in UX/UI Design.Read Less",,Unknown +282907,10697,designlab,Cindy Tan,False,2021,Great Foundations for learning UI fundamentals,2021-10-31,4.0,4.0,4.0,0.0,"I had previous graphic/packaging design experience but mostly in the print production industry only. I was looking to expand my skillsets into tech and came across the UX/UI course at Designlab. This foundations course is definitely more focused on the... Read More UI fundamentals which is necessary to help support the UX skills that will be developed if you plan to go into UX Academy. Although the UI skills I implemented are very similar to what I was doing previously in graphic/packaging design, there are many other guidelines and design systems that need to be followed and implemented when it comes to designing for web/mobile. Each unit in the course is structured very well so you have a combination of both readings and exercises/projects. It's all self-paced so a great deal of time management is needed. Getting assigned a mentor definitely helped too - I was able to ask any questions about the industry that I knew very little about. My mentor also helped me figure out how to network with more people which is something I struggle with often. I do think having a good mentor adds to the experience because you can easily get lost in your head or feel like you're all alone in the course if there's no one to guide you. I would definitely recommend if you're looking to develop UI skills even if you have previous background in design.Read Less",UX Academy Foundations,UX/UI Design +282901,10697,designlab,Casey Ragland,False,2021,Wonderful Experience!,2021-10-31,5.0,5.0,5.0,5.0,"I just finished DesignLab’s Foundations course and I absolutely loved it. The coursework is manageable and easy to digest. I had a great time working with my mentor and receiving feedback. I would recommend the Foundations course to anyone who’s interested... Read More in dipping their toes into UX/UI, regardless of your experience level. I was a complete beginner and learned so much!Read Less",UX Academy Foundations,UX/UI Design +282836,10697,designlab,Anonymous,True,2021,Great foundational course to prep for UX,2021-10-28,4.0,4.0,4.0,0.0,"As someone changing career paths, I was hesitant about joining a UX bootcamp. I hadn't really heard of UX until a few months ago when I stumbled upon Googles course on Coursera. After sampling that course for a bit, I realized I wanted to try it so I... Read More looked for bootcamps, but I was wary about dropping a lot of money on something that I potentially may not pursue. That's why Designlabs foundational course appealed to me, I could get a taste of UX before making the decision to jump all in, and in the past 8 weeks I'm glad I chose this course. Content was engaging and well structured, having a mentor guide you through was amazing, and really helped me to learn better and build more confidence as I had absolutely no design background. I enjoyed the various projects and learning how to use Figma immensely. Foundations was an excellent introduction into UX and I'm looking forward to continuing onto Designlabs UX Academy.Read Less",UX Academy Foundations,UX/UI Design +282809,10697,designlab,Anonymous,True,2021,"Would recommend, but don't expect to find a job easily!",2021-10-27,3.7,4.0,4.0,3.0,"UX Academy was very comprehensive and I would overall recommend this program! Curriculum Pros: - Covered full design process - 1:1 mentor - Group crit sessions - Capstone projects Cons: - Too many unnecessary assignments (ie. having to write so many reflections... Read More started to get annoying and wasn't helpful to my education) - Capstone projects are speculative (you have to go out of your way to find real world projects) Job Support Pros: - 1:1 Career Coach (my Career Coach was THE BEST!) - Huntr job tracking software - Slack channel with job opportunities and career advice Con: - Designlab gave unrealistic expectations for the job hunt (they made it seem like it was going to be very easy to land a job) - I wish there were more interview, resume, portfolio prepping way before the end of Phase 2 - Overall, just felt like I was on my own (even though I loved my Career Coach!)Read Less",UX Academy,UX/UI Design +282785,10697,designlab,Victoria Foley,False,2021,A fantastic bootcamp for career changers!,2021-10-26,4.7,5.0,4.0,5.0,"Designlab helped me leverage my diverse background to learn and develop my UX skills. After taking DL's 4 week course I applied and was accepted to their academy. I worked through their UX academy over 6 months and within two months after graduation I... Read More landed a job that doubled my salary. The DL staff is so helpful, their mentors are amazing and their career services help you hone in on your next job!Read Less",UX Academy,UX/UI Design +282751,10697,designlab,Anonymous,True,2020,I feel scammed,2021-10-25,2.3,2.0,4.0,1.0,"Quite disappointed with my experience with DesignLab. The overall curriculum is well done, and the structure of their course is great. At the beginning of my journey in DesignLab, the staff was really enthusiastic and convincing. They were very communicative... Read More with any questions I had pertaining to the course, finances, etc. I enrolled as a full-time student and the work was heavy, but enjoyable! Lots of great content although some of the modules had broken links throughout the course which was a bit frustrating, but not a big deal. My mentor during the course was amazing and helped me so much with questions, feedback, etc. This was probably the best of my journey in DesignLab. I graduated with a high score on my portfolio review and was excited to begin the real journey of landing a position in UX/UI. Unfortunately, this is where DesignLab stopped providing the support I needed... They provided some good articles and assignments to help you establish a cover letter, resume, and tips for applying to work. However, the information was no different than Googling ""How to land a job in UX design."" My main focus and hope during career services was working with a career coach who would help me land a role. I was paired with my first career services coach and although she was knowledgeable in the field, I struggled to communicate with her. She did not speak English well, I had a difficult time understanding her and she didn't seem to understand my questions most of the time. I was not getting detailed feedback on my portfolio, resume, and progress so eventually after a few meetings, I decided to request a new mentor. I filled out the questionnaire to request a new mentor, but my request was ignored. I had to reach back out to request it again, and they made me re-fill out the questionnaire. I was paired with a new career coach and my experience was the same. During each call, they were unprepared and did not have much value to provide to me. They struggled to answer questions about my job search journey, and I felt that our meetings were a waste of time. I attempted to contact DesignLab regarding my experience and to request a new mentor again, but my emails were ignored... After weeks of attempted contacts, they finally gave me a new mentor. This mentor kept re-scheduling our meetings and eventually began cancelling our scheduled meetings. I feel scammed out of signing up with DL and am now stuck with large school debt and no job. Save your money! Many many more opportunities to learn UX/UI for much cheaper (or even free). Learn how to freelance and create real-world projects (not the fake ones DL assigns you), create a great portfolio, network with as many designers as you can and the job opportunities will find you. Don't trust these bootcamps that promise you a job.Read Less",UX Academy,UX/UI Design +282721,10697,designlab,Anonymous,True,2021,Interesting but intense,2021-10-24,3.7,4.0,4.0,3.0,"This programme is designed very well to give a quick introduction to the basics of UI designs. It provided me with the industry terminologies and basic understanding of UI designs when collaborating with product/graphic designers. There was a lot of practicing... Read More using Figma that was quite challenging to manage. However, it was a good channel to apply the principles learned in the course. The mentorship was definitely an added-value to the learning journey. My mentor was able to enlighten me on the software navigation and provide me with tips and tricks on designing. I wished there was a diagnosis test to advise us on which course is best suited for us as well, so we are able to obtain the most to support our career needs.Read Less",UX Academy Foundations,UX/UI Design +282673,10697,designlab,Mikaela Sand,False,2021,"Learned a lot, developed awesome skills, could’ve used more help with getting a job",2021-10-22,3.7,4.0,5.0,2.0,"I really liked this bootcamp. I chose it because it was only UX Design focused rather than being a huge bootcamp that offered a bunch of difference certificates, and because it was reasonably priced. The actual bootcamp experience was great, my mentor... Read More helped me immensely not only by providing feedback but by consistently reminding me that I could do this when imposter syndrome started to creep up. I feel like the program was all encompassing and taught me almost everything I needed to know. Now for the cons: I wanted to work on my capstone 3 with a partner to try to get some minimal experience working on a “team” and collaborating, but when my mentor reached out to Designlab for approval they said no. I was upset because I felt like they were depriving me of valuable experience that would help me find a job later on- and I was right. I got rejected from jobs because I didn’t have experience working on teams and collaborating. My only other complaint is that career services felt like kind of a scam. There was an insane amount of busy work, to the point that I was convinced they wanted you to not be able to keep up so you would become ineligible for the tuition refund, even if you did not find a job within 6 months. Also, Designlab didn’t provide any resources for networking or connecting you with potential jobs. Overall, UX academy: 9/10, Career Services: 3/10. Would I recommend it? Yeah, probably.Read Less",UX Academy,UX/UI Design +282632,10697,designlab,Kaitlin Ertel,False,2021,Designlab is Outstanding,2021-10-21,5.0,5.0,5.0,5.0,"I've been taking online classes through Designlab for about two months now. The curriculum is easy to follow, well designed, and motivating. You have constant support through Designlab's team, as well as a personalized mentor for you. The mentor commits... Read More at least an hour a week to meeting with you and talking about any questions you have about the course, UX design, or job opportunities - anything you want really! There's even a slack community where you can link up with other students (there are a ton!) and critique one another, so you get practice with aspects of collaborative design as well. I highly recommend the course for all of their support and ease of learning.Read Less",UX Academy Foundations,UX/UI Design +282373,10697,designlab,Anonymous,True,2021,Great class and fun experience!,2021-10-13,5.0,5.0,5.0,0.0,"I was very unsatisfied with my current job, so I decided to try this class out and see how I would like it. It was definitely a huge learning curve for me. It took me some time to change my mindset on certain things like trying to complete everything... Read More instead of submitting incomplete work during the suggested time limit. Overall, I had a good experience with this course. I would recommend this course to a friend. Pros: -Beginner friendly course for people with no design background -Lots of fun projects that include a lot of copy work and your own designs -Working with softwares like Sketch or Figma -Awesome student perks for software discounts -Provides lots of original reading material and short tutorial videos -Provides additional reading material from other resources outside of Designlab -Awesome mentorship program - 8 mentor meetings (1hr / session) are provided -Supportive Slack community from DL staff and DL students -Lots of informational webinars such as keeping students on track to enrolling in UX Academy bootcamp Cons: -No live instructor -Self-learn and self-paced course -Very short tutorial videos. Could use some more video content. -Suggested time limits could be increased for slow learners -There are some minor typos in the reading materials and some of the text provided for some projectsRead Less",UX Academy Foundations,UX/UI Design +282370,10697,designlab,Ninin Adique,False,2021,Great Introduction to UI/UX,2021-10-13,5.0,5.0,5.0,5.0,"Really enjoyed my Foundations course from Designlab. It took me a bit of time to get used to the course delivery cause I didn't realize that even if the schedule is flexible and I can learn on my own time, there are still a lot of projects/deliverables... Read More to submit, so I ended up setting my own ""class hours"" so I'm not all over the place. The course itself is easy to understand and it has a lot of projects that will really give you a good grasp of what to expect in the UI industry. It's a Foundations course and I believe it lives up to that expectation-- it gives you the Foundations you need to build on. The mentorship aspect is okay, especially since you're doing all the coursework by yourself, so it's nice to be able to talk to someone once in a while. It's different though compared to having a teacher cause if you have questions while studying, you have to list it down and wait until your mentor session. Or sometimes, a concept is important but you end up just skimming it while you read, whereas having a teacher would have really emphasized/expounded on that area. For the content, I really like that Designlab make their own videos/tutorials so I don't have to go look for tutorials especially with using the software (Figma/Sketch). Overall, it's a good foundations program and the tuition commitment is also not too daunting. Like, if you find out that UI/UX is not for you, then you're not throwing away tens of thousands. It gives you allowance to not have to commit yet to the more extensive; more expensive UX Academy (which you take after this Foundations course).Read Less",UX Academy Foundations,UX/UI Design +282347,10697,designlab,Steven Culbreth,False,2021,Awesome!,2021-10-13,5.0,5.0,5.0,5.0,"Very thorough, informative and challenging course. I've learned a lot and have come a long way and I really had a great experience. The staff and mentor's are great as well. Super supportive. Would definitely recommend this course. You definitely want... Read More to plan your time around this coarse though, working and doing it can be done, but depending on your ours it can be rough. I would still recommend you take it either way!Read Less",UX Academy Foundations,UX/UI Design +282346,10697,designlab,Anonymous,True,2021,"Accessible, helpful, fun.",2021-10-12,4.3,5.0,5.0,3.0,I was from a different field and was trying to break through into the tech industry. I researched and heard a lot about UX/UI design and wanted to see if it would be a good fit for me. I decided to take the UX Academy Foundations course from DesignLab... Read More because I liked all that it has to offer. The online aspect of it allows me to be flexible and complete it at my own pace. I also really enjoy having a mentor to discuss my progress. It was a good course and I recommend for beginners.Read Less,UX Academy Foundations,UX/UI Design +282340,10697,designlab,David Dang,False,2021,Pleasantly surprised at the quality and depth of the program,2021-10-12,5.0,5.0,5.0,0.0,"I took Designlab's UX Academy Foundations course as a prep program for their full fledged UX Academy course. I was only expecting to learn some foundational basics to UX/UI design what I did not expect to receive from the program made the experience that... Read More much greater. Each student received weekly 1-on-1 mentor support, free access to the paid version of design tools as perks, online interviews with designers already in the industry with Q&A sessions, and plentiful of access to links outside of the program as external FYI (podcasts, books, blogs, videos, and others). What a joy it has been to be part of the Designlab curriculum. I would recommend this course for anyone interested in learning more about design without having to commit to the full fledged bootcamp.Read Less",UX Academy Foundations,UX/UI Design +282317,10697,designlab,Anonymous,True,2021,Enjoyable Learning Experience,2021-10-12,5.0,5.0,5.0,0.0,"Overall it was a fun learning experience. Content was broken down into 8 units, very well divided. It was easy to get through and the content wasn't ""dry"". The projects for each unit took more time than what DL had said, but that was at the mentors request... Read More for projects. No cons other than the scheduling system with the mentor could use some work.Read Less",UX Academy Foundations,UX/UI Design +282309,10697,designlab,Anonymous,True,2021,Exactly what I was looking for.,2021-10-12,5.0,5.0,5.0,5.0,"Previous to Designlab, I had no experience in graphic or visual design. My primary work experience was in food service and property management. Designlab's UX Academy Foundations course was the perfect way to get my feet wet in a new industry. It gave... Read More me the confidence to move forward in my growth as a UX Designer. Thank you, Designlab!Read Less",UX Academy Foundations,UX/UI Design +282306,10697,designlab,Anonymous,True,2021,"My experience in Designlab's UX Academy Foundations was challenging, stimulating, educational, fun, and rewarding.",2021-10-12,5.0,5.0,5.0,5.0,"I'm very happy with my decision to enroll in Designlab's UX Academy Foundations course instead of the other boot camps I explored. I enjoyed the online readings and tutorials. The projects, even the most challenging ones, were good learning experiences... Read More and gave me a sense of accomplishment upon completion. I also enjoyed my 1-on-1 mentoring sessions.Read Less",UX Academy Foundations,UX/UI Design +282292,10697,designlab,Anonymous,True,2021,UX Academy course was amazing!,2021-10-11,5.0,5.0,5.0,0.0,"I enrolled in the UX Academy Foundations after doing lots of research about different UX Design Bootcamps. I'd previously enrolled in a smaller style course that was informational, but I spent so much time trying to figure out how to use Figma and understand... Read More visual design principles. It just wasn't the right fit. The structure of the course was so helpful! The structure of the course was so helpful! The week started with reading assignments, then you'd do the tutorials of your choice (Figma or Sketch), You had replication projects to help you implement and reproduce good visual design principles, and then lastly, you'd have your design project for the week. The projects encouraged a time constraint and submission prior to feeling ""Ready"" which helped me understand the importance of quick iteration. I loved that each week I had access to a skilled professional as a mentor. My mentor was great at getting back to me and helped me fine-tune my designs. It was a great experience, I'm so proud of my progress and accomplishments, and I'll be starting the UX Academy program in just a few weeks. I'd highly recommend this program! I watched several youtube videos comparing CareerFoundry and DesignLab and after my experience with DesignLab I knew I made the right choice!Read Less",UX Academy Foundations,UX/UI Design +282291,10697,designlab,David Kwon,False,2021,Great experience,2021-10-11,5.0,5.0,5.0,5.0,"Designlab UX Academy Foundations was great in providing all the foundational information needed to be a successful design. I went from knowing nothing about design to having a much better grasp of what is good design. The lessons are all in text so maybe... Read More providing a video option could be useful in future iterations of the course. My favorite part was the mentorship and projects that we were provided. Overall, I highly recommend this course to anyone who would like to dip their toes into UX DesignRead Less",UX Academy Foundations,UX/UI Design +282290,10697,designlab,Julia Sakalus,False,2020,Well structured program with fantastic feedback cycle,2021-10-11,4.7,5.0,5.0,4.0,"The main aspects of the program that I believe make it stand out from the rest: 1. Portfolio: All your work goes towards creating your portfolio. At the end you have 4 case studies and a portfolio website, which are both needed for applying to jobs in... Read More this field. 2. Mentorship: every single thing I turned in got reviewed by my mentor. This feedback is what helps you improve and let’s you know if you’re on the right track. Having a mentor to yourself also allows for the curriculum to be a bit more tailored to your interests, as your mentor can help you pick case studies (or write your own briefs!) that would make you the most excited. 3. Curriculum: it is very well structured and thorough. Everything taught is very applicable to the work place and interviews. The course material is interactive and the platform Designlab uses makes it easy to track progress.Read Less",UX Academy,UX/UI Design +282288,10697,designlab,Kyra,False,2021,"Fantastic way to learn more about design theory, UX/UI principles, and get started creating a portfolio!",2021-10-11,4.3,5.0,4.0,4.0,"I was a complete novice before starting this program, and have learned so much over the course of the 2-ish months that I took to complete it. It is a very comprehensive course for the amount that you pay, and it is a really nice feature that the amount... Read More is discounted should you continue on to Designlab’s UX academy course. My mentor was very helpful and gave me a lot of great constructive feedback throughout the course. You have the opportunity to connect with and share your designs with other students in the course on Slack and in open critiques. It is an online course, so it provides the flexibility to complete assignments whenever you’d like, but the downside is that it’s not incredibly immersive if that is what you are looking for. My favorite thing about the DesignLab course is that it allowed me to express myself in a way that I felt like I could not for the longest time! It was so refreshing to learn about a new tool/skill (the iterative design process and using Figma) and then getting a chance to tackle projects that simulate what you might find as a real world designer. I highly recommend Designlab!!Read Less",UX Academy Foundations,UX/UI Design +282283,10697,designlab,Anonymous,True,2021,Aspiring UX designer,2021-10-11,4.0,4.0,4.0,0.0,I took the UX Foundations course and finished in eight weeks. I loved being able to learn the course material at my own pace. My mentor was super helpful. I wished they had more workshops to go over specific functions of Figma. I also found quite a few... Read More typos in the course material.Read Less,UX Academy Foundations,UX/UI Design +282215,10697,designlab,Anonymous,True,2020,Self paced bootcamp with tons of learning opportunities,2021-10-08,5.0,5.0,5.0,5.0,"Some of the pros are that it is self paced but if you want to apply to UX Academy it should be completed in 8 weeks. The mentorship program is great as well as the slack community. A con can be that for some of the steps you need to wait for your mentor... Read More to get back on your iterations which can take a few days. For the price however, great bootcamp with tons of resources!Read Less",UX Academy Foundations,UX/UI Design +282153,10697,designlab,Anonymous,True,2021,I had such an amazing experience in UX foundations,2021-10-06,5.0,5.0,5.0,0.0,Overall I had an amazing experience in UX foundations program at Designlab. I was paired with a great mentor who really facilitated growing my design skills since I was a beginner in design. Below I have listed some pros and cons of the program. Pros:... Read More Great mentorship Online Self-paced Amazing curriculum Cons: Would have liked to interact more with other students - more of a community No live lectures Events didn't take place at reasonable times for students abroad (not US). They typically started at 1am in EuropeRead Less,UX Academy Foundations,UX/UI Design +282085,10697,designlab,Anonymous,True,2021,"Great, self-paced program",2021-10-04,5.0,5.0,5.0,0.0,"I just finished the DesignLab Foundations course and I really enjoyed it! I loved that it was self-paced and I could work as fast or as slow as I needed to. The amount of assistance they offer between mentoring, group-crit sessions, and the slack channel... Read More were really helpful. There was only a couple of times I got a little stuck on something I was trying to figure out, but there was a lot of support offered by other students & my mentor so I never felt lost or stuck. I really appreciate that the program was exactly like it was described on the website. Many programs promise a lot, but don't actually follow through, so I'm really happy with what I was able to learn in just 4 weeks.Read Less",UX Academy Foundations,UX/UI Design +281990,10697,designlab,Anonymous,True,2021,Great way to start your design journey!,2021-10-02,5.0,5.0,5.0,0.0,I was looking for a way to gain more insight into the design field and get some practical hands-on experience. The DesignLab Foundations class was perfect for that (without having to commit to an entire UX Certification right away). It's very satisfying... Read More to see how far you can come in the span of 8-weeks (I did the part-time track). The community is great and the one-on-one mentorship was the highlight of my experience.Read Less,UX Academy Foundations,UX/UI Design +281986,10697,designlab,Antonio Lopes,False,2021,A great course to kickstart a UX career,2021-10-02,4.3,5.0,4.0,4.0,"Previously coming from a graphic design background, the course has allowed me to quickly understand UX principles and put them into practice with the capstone projects. I managed to create a cohesive portfolio and get invited for interviews very quickly.... Read More The projects provided are great, as well the mentorship, career coach and group crits. The Designlab community in Slack is also very friendly which will allow you to connect with local fellow designers.Read Less",UX Academy,UX/UI Design +281929,10697,designlab,Alexia Ashton,False,2021,UX Academy Foundations,2021-10-01,4.7,5.0,5.0,4.0,"I recently took the UX Academy Foundations course. I really enjoyed it and learned so much. I went from zero experience in any type of design to feeling like I understood the basic concepts of UI design. I'll be honest, at first I was afraid that this... Read More required course prior to the UX Academy was a way for Designlab to make more money, but I can assure it is not. The money used towards this course is put towards your UX Academy tuition cost which is a plus. I also feel this course really gives you a great test drive of the Designlab experience, and makes sure that you and your peers are all on the same playing field. You are paired with a mentor and get up to 8 sessions with them. And the slack community really made it feel like you were part of an in person class. The content was very detailed. Though I would love to have had more videos as there is a lot to read in a short amount of time ( which apparently they are working on!). Highly recommend.Read Less",UX Academy Foundations,UX/UI Design +281870,10697,designlab,Paul,False,2021,Effective Coursework,2021-09-28,4.0,4.0,5.0,3.0,"Looking back on it, DesignLabs UX academy was a ton of fun. Was it stressful? At times, very. But if you have that hunch that UX design would be good for you then you’ll probably love learning the content. The layout of the curriculum flows seamlessly... Read More and alongside the development of your professional portfolio. I’d consider going back for other courses in the future but now I’m actually too busy because I’m working as a UX designer. I started with no experience in the field or even design. It did take me 4 months to get a job but I’ve gone over a year with no luck. This was a cakewalk. I’d say the job coaching could be a bit more focussed on making the job seeker shine and stand out; as it stands, it offers thorough but pretty general advice.Read Less",UX Academy,UX/UI Design +281806,10697,designlab,Anonymous,True,2021,I was very happy with the course's framework - a well-rounded immersion into UX principles!,2021-09-27,4.7,5.0,5.0,4.0,"I appreciated how the UX Academy course outline provided a sprinkling of relevant and crucial UX and UI topics in Phase 1. These principles really helped me build out my portfolio's case studies during my independent research projects in Phase 2. I don't... Read More quite know if it's a limitation of bootcamps in general, but given that these are short courses, it is up to you to deep dive into certain topics due to time constraints! The course keeps you busy by exposing you to a wide range of principles, which I think is a great thing. Overall, I'm quite impressed with how much content that's packed in this course. Also, the students, mentors, and coaches are all pretty enthusiastic, encouraging, and helpful, so if you reach out with questions, you'll get a thoughtful and fast response. I recommend if you're looking for a well-rounded immersion into this field. :•)Read Less",UX Academy,UX/UI Design +281677,10697,designlab,Cole Jackman,False,2021,I was very impressed with their professionalism and industry expertise.,2021-09-23,5.0,5.0,5.0,5.0,"Before taking this course through Designlab, I made sure to research dozens of UX/UI online courses to make sure I was choosing wisely. I was most impressed with their extremely thorough curriculum , peer reviews, and mentorship throughout the course... Read More with a skilled professional from the UX industry. I seriously couldn't find those perks for the price in which I paid anywhere else. I genuinely became more skilled in such a short amount of time. I am extremely grateful that I chose Designlab as my education of choice.Read Less",UX Academy Foundations,UX/UI Design +281592,10697,designlab,Emily Hollis,False,2021,Such a great course. Informative and will work with you.,2021-09-20,3.7,4.0,4.0,3.0,"I have had such a great experience thus far with DesignLab. I recently accepted a job as a Product Designer and I would 100% say that this course was helpful in achieving that goal. The course really lays everything out on the table of what is available... Read More within UX. Though I am working full-time, I am still working towards graduating from the course because of my positive experience. Can't wait to move into the portfolio section of the course!Read Less",UX Academy,UX/UI Design +281359,10697,designlab,Anonymous,True,2021,Great introduction to UX Design and way to change careers,2021-09-10,4.3,5.0,4.0,4.0,"Designlab is thoughtfully structured and provides a strong foundation for students to learn more about UX Design. For someone looking for more structure and guidance, this is a great way to progress and build up their first design portfolio with 4 projects.... Read More In my opinion, the greatest strength of Designlab is with its mentorship program. This might be dependent on which mentors the students are paired with, but each module (Design 101, UX Academy, Career Services) gives students the option to be paired with a different mentor or request a change if they'd like. I leaned heavily on mentors through my entire experience with Designlab, whether it was learning about the basics of design, putting together my portfolio, or asking about interview strategies during the job search. At first, Group Crit sessions were helpful to see what other students were working on and practice receiving/giving design feedback. However as the sessions progressed, I noticed that these became more repetitive as newer students asked for feedback on the same projects that other students may have completed months ago. If there was some way to organize Group Crit sessions by a student's progress in the program, I think this might be more beneficial. Overall, Designlab was a great help in changing careers. However, I would encourage students to have a realistic perspective on a bootcamp and know that it may not automatically guarantee a high paying design job right out of the program. Designlab is one of many bootcamps out there, and each month there are new graduates from all of these bootcamps applying to the same roles. If a student comes into Designlab with the right expectations and is willing to put in extra work outside of the program, then I think it will be a very rewarding experience.Read Less",UX Academy,UX/UI Design +281323,10697,designlab,Anonymous,True,2021,Amazing experience and highly recommended,2021-09-09,4.7,5.0,5.0,4.0,"I'm a recent graduate of UX Academy. I just found a full time job as a UI/UX Designer, and I can say that I would not have been able to make a career change into UX without enrolling in UX Academy. The coursework was challenging but I can't believe the... Read More progress I made during my time in the program. It definitely helped to have a mentor to learn from, as well as weekly group crit sessions with my peers to practice giving and receiving design feedback. UX Academy prepared me to be a designer in the workforce with a strong portfolio containing case studies of my capstone projects and and the confidence that I would be able to contribute my UX design skills to a real company. The only reason I gave the job support 4 out of 5 stars is because I relied more on external resources and peers when it came to job searching and preparing for interviews, and I was only in career services for about a month. I did appreciate having a career services mentor to check in with and to have weekly goals for job applications. I recommend this program to anyone looking to make a career change into UX or wanting to strengthen their UX design skills!Read Less",UX Academy,UX/UI Design +281251,10697,designlab,Ann Arizapa,False,2021,Great course to take to get a good feel of UX design!,2021-09-08,4.7,5.0,5.0,4.0,"Pros: -readings are quick and informative, introducing the material while providing resources for (optional) further readings -assignments allowed me to apply what I have learned from the guides and readings -weekly 1-on-1 mentor sessions really helped... Read More me figure out the areas I needed help (in comparison to most Udemy courses) -lifetime access to the Slack community! Cons: -not much of a con, but Foundations' material covers a more ""general"" aspect of design rather than specifically UX, so certain assignments may feel more like web design / visual design thing rather than UX -unable to pause or ask for a short extension for your cohort (in case something changes in your or your mentor's schedule that could potentially make it difficult for you to finish the course in 4-8 weeks)Read Less",UX Academy Foundations,UX/UI Design +281232,10697,designlab,Anonymous,True,2021,UX Academy Foundations,2021-09-07,5.0,5.0,5.0,0.0,"My favorite part of UX Academy Foundation was being able to build my skills through lessons, assignments, and projects, and then getting feedback and advice from my mentor. I already had a background in design but it was nice to have a refresher and learn... Read More some new programs like Figma. I would recommend this course!Read Less",UX Academy Foundations,UX/UI Design +281050,10697,designlab,Sofiia Strykova,False,2021,"Fantastic experience, highly recommend!",2021-09-01,5.0,5.0,5.0,5.0,"I was debating whether I should attend the online program or not but eventually I realized that I do need the support of the mentor and guided curriculum. I can only say great things about design lab! They got the process perfect and they can provide... Read More the student with all the possible resources and much more. Another great think is a support of community and highly skilled mentor. I learned a ton from my mentor and felt supported all the way through slack student community. The program has challenged me in many ways as I wanted, but it also let me grow. Honestly, for the money you pay you get even more than expected. Huge thank you Design lab! P.S. one tough thing about the course is time management but that's something only you can control, you gotta make sure your day is structured properly to stay on top of due assignments.Read Less",UX Academy Foundations,UX/UI Design +281049,10697,designlab,Anonymous,True,2021,Overall great intro experience!!!,2021-09-01,4.0,4.0,4.0,0.0,"UX academy foundations was a great program that covered a wide range of topics in regards to UI design, such as app and web design. The foundations program focused heavily on UI rather than UX but this is meant to be an intro course for those who have... Read More no design background which is great. I definitely recommend this program if you are planning on taking UX academy. My experience was great and I had a great mentor but I heard one's experience changes depending on the mentor. The course material was solid but not too in depth which was great for people with no design background.Read Less",UX Academy Foundations,UX/UI Design +281044,10697,designlab,Evelyn Boeke,False,2021,0 to 100 Real Quick,2021-09-01,4.5,5.0,4.0,0.0,I am not quite a tech neophyte but I am an elder millennial with limited computer skills and no digital design background. In 8 weeks DL had me creating high fidelity mock-ups of apps and websites for my mentor and I to discuss and critique. The learning... Read More curve is steep on the software and design concepts but definitely not impossible. I spent far more than the suggested time to succeed at the program but ymmv.Read Less,UX Academy Foundations,UX/UI Design +280808,10697,designlab,Anonymous,True,2021,UX Academy Foundations,2021-08-27,4.0,4.0,4.0,0.0,I really enjoyed this course. The reading material was easily digestible and the projects were fun. I didn't quite realize how much I was learning and improving until the end. This has a lot to do with having had a mentor who gave me a lot of helpful... Read More insight after each project.Read Less,UX Academy Foundations,UX/UI Design +280673,10697,designlab,Aimee Van Wychen,False,2021,Designlab Foundations,2021-08-24,5.0,5.0,5.0,5.0,"The Foundations course through Designlab was the perfect introduction to UX/UI design. It teaches you the fundamentals and all the basics you need to know to help you grow your UX knowledge. Plus, you get one on one mentor sessions which is unbeatable.... Read More 10/10 would recommendRead Less",UX Academy Foundations,UX/UI Design +280581,10697,designlab,Anonymous,True,2021,My overall experience was good.,2021-08-22,4.3,4.0,5.0,4.0,"The program helps you build your basic design principles knowledge and let you play with those first. We were asked to design things in black and white first so that we can understand what are the basics before we dive into overwhelming world of color... Read More palettes, photographs and typography. You also learn how big companies design their applications and replicate them. The only thing I feel can be improved is time budgeting for the projects.Read Less",UX Academy Foundations,UX/UI Design +280575,10697,designlab,Anonymous,True,2021,Best value for the money. As simple as that.,2021-08-22,4.7,5.0,5.0,4.0,"I am very grateful that a friend of mine recommended me this program. I can only say positive words about DesignLab UX Academy. Despite being a fully online Bootcamp, you will never walk alone through the program. In my personal opinion I think there... Read More are key factors that make this program a success: 1) They have a very organized curriculum. 2) The group of mentors will complement your growth with professional advice. 3) The group critiques are fantastic because they help you to be open to new perspectives. 4) Great value at a fair price. By the way, I was hired before finishing the program.Read Less",UX Academy,UX/UI Design +280533,10697,designlab,Bridges Black,False,2021,Successfully transitioned careers with UXA,2021-08-20,5.0,5.0,5.0,5.0,"UXA gave me the skills to successfully transition careers 7 weeks after completing the program. Mentorship provided industry insight & instilled best practices. Group Crits offered an engaging community full of helpful criticism. The DL team was very... Read More supportive. The curriculum was interesting, inspiring & fun. The only con would be the pace of the full time track.Read Less",UX Academy,UX/UI Design +280505,10697,designlab,Anonymous,True,2021,Improved and Modernized My Designs,2021-08-19,4.5,4.0,5.0,0.0,"I recently finished DesignLab's Foundation's course. There was definitely good information and exercises throughout the course to benefit anyone at any skill level, and I'm glad I completed it. The only thing keeping me from giving the course five stars... Read More is that I was left wanting for better mentorship. Looking at other feedback given by multiple instructors, I noticed that it varied wildly from awesome above-and-beyond advice to generic ""good job"" and instant approvals without critique. I wasn't incredibly happy with my mentor meetings being half hours instead of an hour long, and I feel that I really didn't get what I was promised in that respect. Which is a bummer, since that's what really sold me on DesignLab over others. That being said, I would still recommend DesignLab and think that the course content was fantastic. I hope to complete the UX Academy soon!Read Less",UX Academy Foundations,UX/UI Design +280398,10697,designlab,Anonymous,True,2020,Great entry point into a career switch,2021-08-16,4.3,4.0,4.0,5.0,"Early into my career switch journey, I had contemplated between a few other bootcamps. After speaking with a college classmate who also went through Designlab a couple years back, I was sold on trying it out. The support and mentorship during and after... Read More the program did not disappoint and one trait that stands out is the community of up-and-coming designers from all different types of backgrounds. Everyone is supportive and willing to go the extra mile with their curiosity to learn.Read Less",UX Academy,UX/UI Design +280383,10697,designlab,Sam Davidowitz-Neu,False,2021,Designlab UX Foundations Delivers on All Promises,2021-08-16,4.7,5.0,4.0,5.0,"While I was skeptical at the idea of paying for a course offered fully online, I was pleasantly surprised by this introuductory course and am excited to move on to the extended bootcamp in just a few short weeks. The staff was helpful and friendly and... Read More the course content is updated regularly to ensure that it remains relevant to industry standards.Read Less",UX Academy Foundations,UX/UI Design +280318,10697,designlab,Channing Porter,False,2021,Excellent Foundation Course - Definitely Worth It,2021-08-13,4.7,5.0,5.0,4.0,"I completed Designlab's 8 week UX Foundations course and found it extremely beneficial. I have no technical design background, so I found the course did a great job in giving background context, giving vocabulary necessary, providing tutorials with sketch/figma,... Read More and supporting me with my mentor, slack community, and checkin from Designlab admissions support along the way as well. It's important to me that if the course is going to teach UX Design, that it should be extremely user-friendly itself- and Designlab definitely delivers here. I have no hesitation in wanting to continue with them to UX Academy, and feel confident I will be able to gain the skills/knowledge necessary to transition my career, and also the guidance and support as well.Read Less",UX Academy Foundations,UX/UI Design +280237,10697,designlab,Helene Sparangis,False,2021,LOVE DESIGNLAB,2021-08-12,5.0,5.0,5.0,5.0,This course was amazing. I loved working with my mentor on my projects and DesignLab as a whole made it easy to breakdown the functions of UX/UI. I learned so much and have a strong interest in this field. I am very satisfied with the final project I... Read More submitted with help from my mentor and the program as a whole.Read Less,UX Academy Foundations,UX/UI Design +280113,10697,designlab,Samantha N,False,2021,UX design foundations,2021-08-09,3.7,3.0,4.0,4.0,"I did my course at design lab, it was pretty organised and for a course tailored for total designers they tended to forget that.. the time allocated for tasks was too short and some of the tutorial were so brief, you had to go on YouTube and just learn... Read More anew.. which defeats the whole purpose of signing up with them. But other than that.. the course was okay.. I would recommend it to someone interested in UX. Even though I believe we touched more on UI than UX, but I suppose it's because UI has more content? Idk.Read Less",UX Academy Foundations,UX/UI Design +280111,10697,designlab,Anonymous,True,2021,"Great course structure, content, guidance, and all for a pretty great price!",2021-08-09,5.0,5.0,5.0,0.0,"I'll keep this brief. I was in search of a UX Design course so I could gain experience, build a credible portfolio, and have some sort of certificate for proof of my professional education. My criteria when looking for a UX course/bootcamp was the following:... Read More - Online, but well structured - Affordable - Self-paced as an option (in case I needed to work on the side) - a mentor or similar (for my questions and feedback) - a reputation online - project-based. Designlab fulfilled all of these. While I can't say Designlab is the only one that checks all the boxes, I will say that I have zero regrets going with Designlab. I've loved the course and would recommend it to anyone looking to get started in UX Design! If you're trying to decide if you should go with a credited college/university, or go with an online course, consider this: Which one puts everything it has into the design course, and specifically for your online learning? Probably isn't the traditional college. Besides, colleges are almost always more expensive. Something unique I didn't expect but that I've really liked, they give you a time limit (deadline) for each of your projects for you to submit it. This is real-world practice as it's not uncommon that you'll have a deadline and unfinished work that's expected to be handed over. They encourage you to submit unfinished work all the time. And then, after submitting it, you can finish it how you like and then submit a version 2 (an iteration, if you will). As a perfectionist, this was really tough for me to want to do at the beginning, but I've gotten better with submitting. It's improved my prioritization skills, helping me to get things done, and then sharpening up those projects with what time I have left. Real-world skill right there.Read Less",UX Academy Foundations,UX/UI Design +280106,10697,designlab,Anonymous,True,2021,One of the best decisions I have ever made!,2021-08-09,5.0,5.0,5.0,5.0,"The best thing about taking UXA is having that mentor. It definitely helps a lot progressing through the UX process knowing that you're approaching it correctly. This also greatly grew my confidence in my work as well; as they tell you what's good and... Read More what's not. With the community and communication UXA provides, finding a job makes it a little easier as some posts may not be on LinkedIn, Indeed, etc.Read Less",,Unknown +280092,10697,designlab,Ting Choi,False,2021,Great start for my UX journey,2021-08-09,5.0,5.0,5.0,5.0,I enjoyed more than I expected. I love my mentor and the up-to-date classes. I really like the way how they structure each course with a lot projects. You can spend more time on designing. So happy I joined this community and I’m ready for my academy.... Read MoreRead Less,UX Academy Foundations,UX/UI Design +280088,10697,designlab,Alyshia H,False,2021,A great place to start for junior designers,2021-08-08,4.0,4.0,4.0,0.0,"I enrolled into DesignLab's Foundations course as someone who had no prior knowledge about the industry at all. I wanted something foundational and something that'll start me off on the right foot and I completed the course feeling just that. The coursework... Read More was fairly simple and (in my opinion) definitely not too overwhelming at all for newbies. The coursework was laid out in an easy-to-follow format which encouraged me to keep going, whenever I had a slightly more complex question, my mentor whom I was paired up with would answer them for me allowing me to continue my work with more confidence. The readings provided also supplemented my overall knowledge and I was able to apply them for each final project we had for every unit. Overall, I did realise that this course focused mainly on UI design work and basic design principles and not much user research or testing, which is understandable and I knew that before enrolling. If you were someone with prior design knowledge already and have experience with design tools such as sketch/figma etc. then I would recommend looking into their Academy course instead(which is what I'm doing right now!).Read Less",UX Academy Foundations,UX/UI Design +280065,10697,designlab,Marija,False,2021,I had a great experience and learned valuable skills.,2021-08-07,5.0,5.0,5.0,5.0,"The biggest advantage is to work with an experienced mentor in the design field. My mentor has provided a ton of valuable feedback, told me a lot about the industry, junior designers, gave me practical tips and tools. Overall, I am happy with the outcome.... Read More The con is more personal - I underestimated how much time the practical part would take. I studied part-time and still needed quite a lot of time to complete the course.Read Less",UX Academy Foundations,UX/UI Design +279960,10697,designlab,Marissa Gaudi,False,2021,Great Beginners Course!,2021-08-03,5.0,5.0,5.0,5.0,"I attended UX Academy Foundations at Designlab in June and completed the course over 8 weeks while working a full time job in Accounting. I plan to apply to the UX Academy in the fall and this course helped me build the knowledge to be able to succeed... Read More in web design. They teach you everything about web design, from the layout, to colors and fonts to responsive design. I recommend this course to anyone interested in changing their career and need the flexibility of an online course to do so.Read Less",UX Academy Foundations,UX/UI Design +279917,10697,designlab,Ebony Brown,False,2021,I'm so happy that I decided to start with UX Academy Foundation,2021-08-02,4.0,4.0,4.0,0.0,I'm so happy that I decided to start with UX Academy Foundation because I was able to learn the why behind UI/UX design. Knowing the why helped me drill more into the material and read the resources DesignLab provided in the curriculum. I also like the... Read More suggested time plan in every unit to help guide me through my assignments.Read Less,UX Academy Foundations,UX/UI Design +279909,10697,designlab,Wendy Poon,False,2021,Great,2021-08-02,4.0,5.0,5.0,2.0,"Overall, my experience with DesignLab is great. I am especially thankful to my mentor because I could ask her about anything related to DesignLab or the industry. The coursework itself does provide industry knowledge. Although some of the smaller projects... Read More can be time consuming, it did help me understand the intended goal of the unit. I intend to enroll in UX Academy. Pros -Mentor sessions -Learning content -Projects Cons -Repetitive small assignments -Pace of the course depends on yourself -For a design course I thought the website could be improvedRead Less",UX Academy Foundations,UX/UI Design +279903,10697,designlab,Soma Raj Laxmi,False,2021,My fifty Cents on UX Academy Foundations.,2021-08-02,4.5,4.0,5.0,0.0,"The course module, content, and curriculum are really good and provides well-structured learning and understanding of the User Interface Visual Design. It is an 8-week self-paced curriculum that one can take before their enrollment in the UX Academy full-time... Read More career accelerator program. The exercises included in each unit of the curriculum are well thought in terms of both design and software skills for UI Design. I got a lot of learning and understanding of Visual design and in general about the design field from my Foundation's mentor Ryan Byrne. The admin department is extremely helpful as well. The UX Foundations course definitely differentiates Designlab from all other UX Design Bootcamps in the market as it is the best possible way to check whether one's actual interest and skillset lie in the field or not before jumping on to the entire course and career path. I even received a Diversify scholarship from Designlab's end for my upcoming UX Academy full-time career accelerator program. One can easily apply for the scholarship and check their eligibility even before enrolling for the UX Foundations. It is an absolutely recommended course on my end. The cherry on top is that the fees involved in the UX Foundations are refundable in case one enrolls for the UX Academy full-time career accelerator program. It is an absolutely recommended course from my end in case you are completely new to UX/UI.Read Less",UX Academy Foundations,UX/UI Design +279883,10697,designlab,Anonymous,True,2021,Excellent Support,2021-08-01,4.3,5.0,5.0,3.0,"The best part of the course was the one-on-one mentorship. I was grateful to have a supportive mentor who consistently encouraged me to keep moving even when I was lagging behind or had self-doubts. The coursework is fun, engaging, and very much relevant... Read More to the practical working environment.Read Less",UX Academy Foundations,UX/UI Design +279875,10697,designlab,Samson Hong,False,2021,DesignLab is Awesome!,2021-07-31,5.0,5.0,5.0,5.0,"I finished the UX Academy Foundations course yesterday and I want to say it is an excellent for those who are new to design. The course is online/self guided and will take you anywhere between 4-8 weeks. The structure of each lesson is reading + projects.... Read More This course focuses heavily on the fundamentals of design and ease you into UX/UI concepts. You are also paired up with a mentor, who can give you feedback to your project as well as industry insight. Overall, I was very happy with the course and the way it was taught.Read Less",UX Academy Foundations,UX/UI Design +279868,10697,designlab,Krishnan C,False,2021,Designlab: what a great to start your UI/UX journey!,2021-07-31,5.0,5.0,5.0,0.0,"I can speak highly enough about my experience in the UX Academy Foundations course. It was not difficult to choose Designlab as my learning partner. Whether through emails, webinars or calls, everyone I had contact with at Designlab was super helpful... Read More and super friendly. I was paired up with a mentor in my time zone, youand honestly having a mentor go through your work, chat about design/UI, etc was, without doubt, one of the best things about this course. My mentor gave me honest and encouraging feedback that made me enjoy the work and want to do even more. The course content itself is well structured and builds up upon itself as progress through the units. This Foundations course took me eight weeks to complete as I was balancing another course on web development at the same time. You can however choose to finish the course over four weeks if your schedule allows. More than happy to recommend Designlabs - a great team of people, a good course and an awesome attitude overall!Read Less",UX Academy Foundations,UX/UI Design +279413,10697,designlab,Fynn Tay,False,2021,Fun and useful short course,2021-07-16,4.3,5.0,5.0,3.0,"Design Lab offers good structure, light reading and interesting coursework to work on each week (something that I look forward to!). The mentor program is definitely useful for someone who has no UI/UX background. Over the 8 weeks, I can certainly see... Read More progress from my deliverables and I would recommend this to anyone who's interested in kickstarting a UI/UX career!Read Less",UX Academy Foundations,UX/UI Design +279356,10697,designlab,Allison Riley,False,2021,I learned UX/UI principles that I will carry into my future career!,2021-07-14,4.5,5.0,4.0,0.0,"I came from an analytical background with no design experience, and this course did an excellent job of introducing me to basic design principles and my design program of choice, Figma. I was given a mentor who was available throughout the process to... Read More meet with me and answer any questions I had and the course provided a Slack community of fellow students that I was able to network with as well. I enjoyed that the course was self-paced and structured with a combination of reading materials and hands-on projects. After taking this course, I feel that I have a solid understanding of web and UI design principles and am comfortable with the basics of using Figma. I am looking forward to using these skills in the future!Read Less",UX Academy Foundations,UX/UI Design +279326,10697,designlab,Caitlin Reynolds,False,2021,Manageable yet thorough - a great course to take before committing to a full bootcamp,2021-07-13,4.3,5.0,5.0,3.0,"I really enjoyed my experience taking the Foundations course. I found the curriculum and projects manageable yet challenging (in a good way). The best part of the program was working one-on-one with a mentor that is a successful designer. Designlab also... Read More has a really active Slack community, and I found that to be a great way to connect with other students and stay in the loop on any updates regarding Designlab, including frequent webinars that they hosted about various topics (they were all really well done and valuable). Overall, I think this class is a great introduction to UI design and serves as a great pulse check before you commit to a full bootcamp. It helped me understand if I would like to learn on an online platform and assess how much time commitment it would be. I'd definitely recommend this course. I am only rating job support a 3 because it does not apply to this course. I know they have much more job support with their full bootcamp.Read Less",UX Academy Foundations,UX/UI Design +279295,10697,designlab,Erick Gomez,False,2021,"Loads of fun, great learning experience.",2021-07-12,5.0,5.0,5.0,0.0,"For being online course, I really enjoyed Design lab foundations. They really tend to your schedule and recognize that life comes first, while at the same time making sure you stay on track. The way the course was structured, readings, hands on experience... Read More and design really makes learning quick and fun. Having a mentor in the beginning is like a safety net, answering any questions, critiquing and guiding you to your goal. Towards the end they become a trampoline that just launches your confidence in your developing skills. Best part of it all, it wasn't boring.Read Less",UX Academy Foundations,UX/UI Design +279231,10697,designlab,Anonymous,True,2021,Just what I wanted,2021-07-09,5.0,5.0,5.0,5.0,"I did a lot of research to find the program I wanted. I was specifically interested in design. The price was very good, but there were others that were comparable, same with the time frame and the job guarantee. But I really I wanted to learn about design... Read More and to leave the program with a portfolio. Most of the programs out there are programming bootcamps that added on UX design after the fact. I think that DesignLab is single mindedly about design and it really shows both in the curriculum and the people who work there. I actually didn't even need the job support. The skills I learned applied to a role that opened up while I was still in the middle of the program. I applied for the job and what I learned in UXA helped me beat out a lot of people in the interview process (I know, because my new boss told me so).Read Less",UX Academy,UX/UI Design +279228,10697,designlab,Clint Chapman,False,2021,Another success story here,2021-07-09,5.0,5.0,5.0,5.0,"I decided I wanted to pursue UXD, and looked for a bootcamp. I spent weeks deciding between a few, and I picked Designlab. For a few reasons I felt Designlab was superior to the dozens of courses I found, and especially between the 3 or 4 I carefully... Read More decided in between. I did the course, looked for a job for 3 months, and got a job doubling my salary. I learned a lot, became part of a great community, and got some great guidance from mentors. I spent many hours wondering if my scheme would actually work (enrolling in a bootcamp, putting in the work, and getting hired), and yes, now I am another success story.Read Less",UX Academy,UX/UI Design +279203,10697,designlab,Anonymous,True,2021,Ok,2021-07-09,3.7,4.0,4.0,3.0,"Pros: paired with industry mentor for 1 on 1 sessions, direct feedback from mentor, informational readings and video tutorials Cons: a lot of copywork. I wanted to have more hands on experience that directly taught me, through trial and error, what to... Read More learn and improve on. I thought that copywork wasn't the best use of timeRead Less",UX Academy Foundations,UX/UI Design +279198,10697,designlab,Jose Ortega,False,2020,Worth it! w/minor feedback.,2021-07-08,5.0,5.0,5.0,5.0,Pros: Talented mentors ✅ (Both UXA & CS) Great Resources ✅ Great community ✅ Design critique staff ✅ Cons: Some materials don't seem necessary Some were outdated I definitely need to update some project brief(s) Job support could be better in terms of... Read More materials. Feedback: Career service - weekly group session (Easy to setup) Career service - update some of the materials (some doesn't seem worth the time)Read Less,UX Academy,UX/UI Design +279159,10697,designlab,Lorena Voss,False,2021,I had a amazing experience!,2021-07-07,5.0,5.0,5.0,5.0,"I had a amazing experience with Designlab's UI short course. The tasks were super interesting and inspirational. I especially like that I was able to manage my own time to complete the tasks. I think the mentorship aspect of the course most valuable.... Read More The opportunity to talk to a real, experienced designer has improved my performance at work and helped me to strengthen my skills. I highly recommend Designlab to anyone who is looking to improve their UI design skillsetRead Less",UI Design,UX/UI Design +279140,10697,designlab,Anonymous,True,2021,Mentorship was the best part!,2021-07-06,4.0,4.0,4.0,4.0,"Really enjoyed my learnings at Designlab's UXA Foundations. It's a great prep for the actual bootcamp itself, which culminates in a final design challenge used to apply for the Academy. Remote learning has its challenges and I feel Designlab did a great... Read More job at ensuring the best support possible. The pros of this program was the mentorship (this might boil down to how lucky you can get though I'm sure DL has their own vetting process). I didn't actually vibe with my first mentor, and although I was only in the Foundations, the team was SO helpful in catering to my mentor switch requests. The 8 sessions of one hour each you get with your mentors are so useful, in my opinion, but it does depend on how prepared you are with your questions and what you are looking for in your answers. Curriculum wise, it's targeted at beginners, which may seem fairly straightforward at the start. They have in house stuffs but most resources can be found online. No doubt that may feel like a shame, but I believe having that structure does act as a validation that you're on the right track. As with most things nowadays, the internet provides abundant resources, but the mentor sessions + feedback you get on your assignments have really helped in ensuring you can act on the new knowledge.Read Less",UX Academy Foundations,UX/UI Design +279134,10697,designlab,Sean Krazit,False,2021,Great introduction to visual design and technical skills with design software,2021-07-06,5.0,5.0,5.0,0.0,"This was a really solid course. I learned a ton about visual design, UI design, color, and typography. I also found the mentor sessions really valuable. My mentor was great: supportive, insightful, and helped me many times along the way. The course is... Read More broken into eight units, with multiple readings and projects in each. One thing I really liked about the course was the teaching style. Most units involve a few readings to learn about basic ideas and concepts, then a project where you copy as closely as you can a successful website doing that concept, then you get a prompt where you are making the creative decisions yourself. I really liked the copywork where you're learning both the mental skills and the technical Figma/Sketch skills to make various things happen before you then start making the creative choices yourself. There were one or two projects that were a little frustrating, but my mentor and the Slack community helped me out a lot.Read Less",UX Academy Foundations,UX/UI Design +279111,10697,designlab,Jaye Blocker,False,2021,"Great experience, Wonderful staff",2021-07-05,4.5,4.0,5.0,0.0,"This program was honestly a great experience. I'm an extremely honest person and I wouldn't write a review unless it was really good, or really bad... haha. I really did learn quite a bit when it comes to UI design standards. I also learned my chosen... Read More design software (figma) to a good extent as well. The projects seem to heavily focus on getting comfortable with the software which is what I needed. I found that the reading was a bit dense at times but there were some great resources and concepts that I learned from them. The projects were a bit vague at times but I liked that because it leaves room for creativity and interpretation. It was a great start into my career switch and really is designed for students like me with no prior design experience at all. On a personal note I want to share that I experienced the greatest loss of my life by losing my mother and grandmother while I was taking this course. The staff was exceptionally understanding and flexible to my needs. My critique would have to be being paired with a mentor who is on a completely different page then you. Having strong design skills and a passion for design doesn't necessarily make you a great mentor. I'm sure there are provisions and accommodations if you really don't mesh well with your mentor, but since it's a short course I would recommend just buckling down and bearing through if you're not a fan of your mentor. But that was the only part of the course that didn't sit entirely well with me.Read Less",UX Academy Foundations,UX/UI Design +279102,10697,designlab,Ashley Boyce,False,2021,"Great Introduction to UX/UI, Exceeded Expectations",2021-07-05,4.0,5.0,5.0,2.0,"This program did a great job mixing lessons with hands-on practice in all the aspects of design. I feel confident that taking the next step to the academy will be a successful one. The only con I can say is a few too many duplicating assignments but otherwise,... Read More great course and I learned a lot.Read Less",UX Academy Foundations,UX/UI Design +279094,10697,designlab,Anonymous,True,2021,Great intro to UX Design,2021-07-05,5.0,5.0,5.0,0.0,"I have really enjoyed the Designlab UX Academy Foundations course. I researched several options for learning UX before choosing and I'm really glad I went with Designlab. The course was self paced, which worked best in my busy schedule; however, it provided... Read More enough instruction and lessons that I was able to learn the material. There are many hands on projects, which is the best way to learn in my opinion. I don't think I would have picked up Figma without taking the course. Having 1:1 time with my mentor was also invaluable as he was able to take the time to answer my specific questions and help me through the process of learning. I highly recommend the Foundations course for anyone who wants to learn the basics of UX design principles.Read Less",UX Academy Foundations,UX/UI Design +279089,10697,designlab,Anonymous,True,2021,"Pretty rigorous, but worth the time and effort",2021-07-05,5.0,5.0,5.0,5.0,"I enjoyed taking the Foundations, and I feel like I have learned quite a bit for a newbie. I started with barely any knowledge and skills and after less than four weeks of full-time studying and having done a dozen of hands on projects I completed the... Read More course with creating from scratch my own desktop landing page and three mobile app screens. The course is well-structured and covers a bunch of important things about the theory and practice of UX/UI Design. The mentor I had was awesome. She helped me with everything and was always there for me. I would be happy to continue my education with DesignLab and join the Academy to learn more.Read Less",UX Academy Foundations,UX/UI Design +279087,10697,designlab,Ana Ikonomovska,False,2020,From beginner to UI basics savvy,2021-07-05,5.0,5.0,5.0,0.0,"I signed up for this program being a complete novice, had zero knowledge about UI/UX design and now after two months of UX foundations I understand the basics and can more or less navigate easier in Figma and create basic interfaces. I absolutely loved... Read More it. Smaller cons would include not showing absolutely everything basic in Figma, for example how to turn on margins on the ruler. All in all I recommend strongly this protean to anyone who would like to learn the elementary UI know how m.Read Less",UX Academy Foundations,UX/UI Design +279036,10697,designlab,Anonymous,True,2021,My experience with Designlab was fantastic!,2021-07-02,5.0,5.0,5.0,5.0,"The pros are an excellent curriculum, support from the staff, lots of extra webinars, and a weekly meeting with a mentor. I did not know what to expect when I registered and was anxiously excited. The program far exceeded my expectations and I could not... Read More be happier. I'm enrolling in another course immediately.Read Less",,Unknown +278963,10697,designlab,David,False,2021,UI Foundation course.,2021-07-01,5.0,5.0,5.0,5.0,"DesignLab UX Academy Foundations is a really good online/mentor-based, that will give a UI base skills to get into a UX world. Expect to expend some extra time on the course than the one stated in the description by DesignLab, and note that 8 out 9 units... Read More are UI focus.Read Less",UX Academy Foundations,UX/UI Design +278952,10697,designlab,Anonymous,True,2020,Not worth it,2021-06-30,2.0,2.0,3.0,1.0,"Although DesignLab offers a solid structure in their course format, the price of this bootcamp vs. the return is NOT worth it. The coursework is good, but not great. Definitely not much different than YouTubing some UX videos, but Designlab did organize... Read More the content really well. The biggest issue I had with this course was during career services after graduation. They did provide some good articles and assignments to help you establish a cover letter, resume, and tips for applying to work. However, the information was no different than Googling ""How to land a job in UX design."" My main focus and hope during career services was working with a career coach who would help me land a role. I was paired with my first career services coach and although she was knowledgeable in the field, I struggled to communicate with her. She did not speak English well, I had a difficult time understanding her and she didn't seem to understand my questions most of the time. I was not getting detailed feedback on my portfolio, resume, and progress so eventually after a few meetings, I decided to request a new mentor. I filled out the questionnaire to request a new mentor, but my request was ignored. I had to reach back out to request it again, and they made me re-fill out the questionnaire. I was paired with a new career coach and my experience was the same. During each call, they were unprepared and did not have much value to provide to me. They struggled to answer questions about my job search journey, and I felt that our meetings were a waste of time. I eventually was assigned a 3rd career coach, and this is where I decided to opt-out. The coach wouldn't show up to meetings, would frequently cancel or reschedule, and really didn't seem to care. I stopped scheduling meetings and looked for support elsewhere. Every time I'd reach out to support regarding this, I would not receive an email back for weeks! I would have to send multiple emails for a response. However, when I requested to opt out of career services, they replied within a few hours. Save your money! Lot's of opportunities to learn UX/UI for much cheaper with similar or better results.Read Less",UX Academy,UX/UI Design +278940,10697,designlab,Anonymous,True,2021,Great UI Design Curriculum,2021-06-30,4.3,5.0,5.0,3.0,"UX Academy Foundations is the perfect one month crash course on UI design and visual design principles. I definitely learned a lot, and the most rewarding were the mentor sessions (total of 8) through which you receive solid feedback, industry best practices,... Read More and samples of work from your mentor.Read Less",UX Academy Foundations,UX/UI Design +278912,10697,designlab,Delayna Arnold,False,2021,Simply Amazing!,2021-06-29,5.0,5.0,5.0,5.0,"Some pros have been how flexible the program has been with me and how easy it has been to balance life and work as well. I honestly do not have a con, other than I wish there would be group collaboration projects (which would give us the opportunity to... Read More get the feel of working in a team)Read Less",,Unknown +278870,10697,designlab,Anonymous,True,2021,Got a new job within 2 months of completion!,2021-06-28,3.7,4.0,4.0,3.0,"Took the UX foundations and UX academy courses at Designlab. Learned enough to get my foot in the door at a new job in UX, which was far from what I was doing in my previous career. Mentorship meetings weekly allowed for critiques and job help. The portfolio... Read More help was amazing as they provided 4 case studies to work on with guidance and mentorship.Read Less",UX Academy,UX/UI Design +278731,10697,designlab,Anonymous,True,2021,Awesome experience / Good start for beginner /,2021-06-24,5.0,5.0,5.0,0.0,"I took UX Foundation course at Design Lab. There were two reasons to choose Design Lab among other bootcamps. First, the tuition is inexpensive. And, it provides foundation course before taking an advanced UX course. I can tell that my choice was best.... Read More Because Design Lab provides not only inexpensive course, but also high quality class. Foundation course focused on UI rather than UX. Now I am planning to apply for UX Academy, which is an advanced UX course. But this course is just a course for beginner. So it does not provide job support.Read Less",UX Academy Foundations,UX/UI Design +278717,10697,designlab,Tricia Dominguez,False,2021,Great foundation course.,2021-06-23,5.0,5.0,5.0,5.0,The course gave me a great foundation and jump start into the world of digital design. The mentorship experience was invaluable. I learned a lot about the fundamentals of UI design and how different elements play into the overall design of a product.,UX Academy Foundations,UX/UI Design +278673,10697,designlab,Jen Albright,False,2021,It was a pretty great learning journey,2021-06-22,5.0,5.0,5.0,5.0,"This program was very well put together. I went into it knowing very little about UX/UI design and ended the part-time, 8 week, course understanding the basics. I was able to design a web page as well as app screens. Having a weekly call with my mentor... Read More really helped. She was able to answer any questions I had from that week’s course materials plus was able to layer on additional learning. The one tough thing about this course is you have to be really good at your own time management. They are not holding your hand and telling you to do what and when but they do expect you to finish one module per week and to be 100% complete with the course by the end of the 8 weeks. I enjoyed the self-pace but I could see how it could be a challenge for some.Read Less",,Unknown +278446,10697,designlab,Ines Martel,False,2021,"Hands-on, thought-provoking and mentor-supported",2021-06-14,4.3,5.0,5.0,3.0,"Designlab's UX Academy Foundations course was the perfect place for me to start my career transition - as I have no background in design at all. The content was good, interesting, and up-to-date. The bulk of the course was hands-on projects that you then... Read More discussed with your mentor, which is what I enjoyed the most. Just when I felt the structure of the units was getting a bit repetitive, this switched up and kept the course interesting and motivated me to keep going. There is also a great student community, and a lot of support from the Designlab team whenever I had an issue/question.Read Less",UX Academy Foundations,UX/UI Design +278431,10697,designlab,Christina Hoffmeister,False,2021,Wonderful experience,2021-06-13,5.0,5.0,5.0,0.0,"I thoroughly enjoyed DesignLab. The curriculum was engaging and my mentor was amazing. I felt encouraged and supported the entire time. Just from taking Foundations, I have learned so much and now have a solid base knowledge to go off of. I highly recommend... Read More DesignLab!Read Less",UX Academy Foundations,UX/UI Design +278376,10697,designlab,Anonymous,True,2021,"Good content, but communication issues.",2021-06-10,3.5,2.0,5.0,0.0,"Overall, the program is very practical and I was excited to work on the projects. My mentor worked hard and gave me detailed feedback. She was also responsive and did a good job of answering my questions. However, I also had some issues. I was planning... Read More to finish the course in 4 weeks to get ready for the UX Academy program, and I answered that in the survey before I started the foundation course. I expected that my mentor would know that I only had 4 weeks as a result, and that we would do 2 sessions a week in order for me to finish at the time I wanted to finish. However, it seemed like she did not know this when we started, and she initially expected that we would meet once a week. This leads me to believe that there was a lack of communication on the part of the school with my mentor. Additionally, I contacted the school about this, but they took a week to respond, and they did not really do anything, so I ultimately just had to talk with my mentor and solve the situation. As a result, I ended up missing out on 2 sessions by the time I finished the course. The sessions also felt rushed as well since I had fewer of them than normal. I feel like I lost some opportunity to learn as much as I could have otherwise. I thought that I was going to be able to use the last two sessions to review concepts that I learned during the course, but after finishing the final project for the foundation course, I discovered that I couldn’t even make any more appointments with my mentor, despite having 2 sessions left. This despite the fact that I had previously talked with my mentor about using the last 2 sessions for review, and she had said ok. I contacted my mentor and the school about this issue of missing out on 2 sessions, but I have yet to receive a response. I think the school needs to better communicate the time expectations of the program. If they do not expect students to complete it in only 4 weeks, they should make that clear, and communicate it to anyone who signs up indicating that they want to apply for a UX Academy cohort that is coming up soon. Or, if it is ok for a student to finish in 4 weeks, then they should more proactively communicate the student’s expectations of scheduling to the mentor so that it is clear to the mentor right from the start what the person they are working with wants. My overall experience was that the coursework was good, but I felt rushed and like I wasn’t able to enjoy the experience as much as I think I could have with more time. Because all of these issues come from a lack of communication, it does make me a little nervous going into the UX Academy program.Read Less",UX Academy Foundations,UX/UI Design +278271,10697,designlab,McKenna Klein,False,2021,AWESOME experience with Designlab UX Academy Foundations!!,2021-06-09,5.0,5.0,5.0,5.0,"Nothing but positive things to say about Designlab's Foundations course! I started four weeks ago with 0 experience in design, feeling unsure about whether or not I had what it took to become a designer. Fast-forward to today and having just finished... Read More the course, I can say that I have so much more confidence in my design abilities and have learned valuable skills that I feel will help me on my career journey to becoming a UX designer. The staff at Designlab has clearly put a lot of time and effort into creating a curriculum that helps even a design newbie like me confidently learn and build skills. If you're concerned about whether you can do this course part-time, don't be: the course is structured so that you can choose to finish on a full-time or part-time track. One of the best part's of the course, in addition to the Slack community of fellow students, is having one-on-one time with a mentor. Designlab clearly puts a lot of thought into who they choose for their mentorship program and I feel that this was a major key to my success in the course. The mentor assigned to me for the duration of the course has over ten year of experience in UX/UI design and I learned so much through working with him throughout the course. Being able to ask questions, hear about industry trends and real-life design projects and experiences was invaluable to me. If you're on the fence about taking a course, I highly encourage you to sign up for an informative webinar and/or chat with someone from Designlab! In addition to having a friend who graduated the course prior to me, speaking with Designlab staff and getting my questions answered during the webinar is what helped me make the decision to invest my time and money in the course and I'm so glad I did!! I now feel confident and excited to continue on this path and I plan on continuing to the full UX Academy.Read Less",UX Academy Foundations,UX/UI Design +278206,10697,designlab,Bobby Shaw,False,2021,Great hands-on learning experience to dive into the world of UX/UI!,2021-06-08,5.0,5.0,5.0,5.0,"I've been really impressed with Designlab and the whole experience overall. From the very start you're able to ""stick your toes in the water"" through a series of live video sessions (or ""open houses"") that they encourage anyone that is interested in learning... Read More more about their program / courses and what sets them apart from the other opportunities out there. For me, I was able to help grow my knowledge while experiencing hands-on environments, incredible software (some free and others at discounted rates), group crits, and a weekly one-on-one meeting with an expert in the field known as a mentor (she was a rockstar encourager and challenged my creative process and thinking so well) - this is a big area that sets Designlab apart from others. That and the killer site they've developed for those enrolled. Seriously, if you want to have a good UX/UI experience, look for the places that actually have a good UX/UI experience. Designlab stands out lightyears above the other places I researched before committing. I really enjoyed being able to grow my portfolio while walking through the learning process and to see the differences from the start to where I am now. There's still a lot to learn and move forward in, but I'm excited to continue moving towards whatever might be next in my creative journey with Designlab helping me get there!Read Less",UX Academy Foundations,UX/UI Design +278199,10697,designlab,Anonymous,True,2021,Excellent course for solid foundation in UX Research,2021-06-08,4.0,5.0,5.0,2.0,"I had a great experience with the UX research & strategy course. The platform was user-friendly with a breakdown and clear overview of each course and the workload. I also found the content to be useful and easy to digest throughout the week while maintaining... Read More my regular (full time) working schedule. The only downside I would mention is that I didn't have any design background so it took me a while to get a grip of the tools such as Sketch, Figma, etc. I've fallen a bit behind with my workload because of that. The biggest positive side of the course was the mentorship and weekly calls with her that supported my learning process. I would highly recommend the course for someone who wants to learn the basics of UXR but also for people who have some research background and want to learn UX specific tools.Read Less",UX Research & Strategy,UX/UI Design +278193,10697,designlab,Anonymous,True,2021,The mentorship is key to DesignLab's success,2021-06-08,5.0,5.0,5.0,5.0,"I really enjoyed the DesignLab foundations course. The is intended for all levels of experience. Having had minimal prior experience, I felt that the course was great at solidifying certain design terminology while providing a welcoming atmosphere throughout... Read More the process. In my opinion, the mentorship is key to DesignLab's success. I always felt that I had a resource to go to when I was stuck on something and had no idea how to google a solution. I highly recommend the foundations course for any person that's interested in UI/UX and doesn't know what steps to take. :)Read Less",UX Academy Foundations,UX/UI Design +278149,10697,designlab,Anonymous,True,2021,Fun and Exciting,2021-06-07,4.3,5.0,4.0,4.0,I have learned a lot and struggled a long the way but I'm so happy I did it. I had a hard time with some of the wording and explanations in some of the prompts but my mentor was always there to explain it to me and help me out. I am so glad I took the... Read More Foundations course. Everything I have learned has made me excited about UX design.Read Less,UX Academy Foundations,UX/UI Design +278145,10697,designlab,Desi Dumalo,False,2021,Highly Recommend!!,2021-06-07,5.0,5.0,5.0,5.0,"I come from a small design background, which definitely helped me in this program. My mentor, Sarah, has been absolutely amazing in her critique and just being a genuine person. Throughout my experience at DesignLab, all of my questions were answered... Read More quickly and accurately. I rarely had any floating questions they didn't know the answer to. I'm currently going through a career change, and I have never felt more confident than choosing DesignLab.Read Less",UX Academy Foundations,UX/UI Design +278135,10697,designlab,Irina Adler,False,2021,A really well-designed course,2021-06-07,5.0,5.0,5.0,0.0,"I took UX Foundations with DesignLab as a prerequisite for the UX Academy program and I was very pleased with the structure of the course. The units were consistently broken down into small, digestible chunks - first came the lessons, then the project... Read More work to apply the knowledge. I really enjoyed all the assignments, which I thought were well thought out. It was a perfect amount of material - enough to keep you busy, but at the same time not too much to be overbearing. All in all, a great course. Would recommend to anyone thinking of starting a Design career.Read Less",UX Academy Foundations,UX/UI Design +278134,10697,designlab,Anonymous,True,2021,I enjoyed every step on the way with designlab.,2021-06-07,5.0,5.0,5.0,5.0,I love the experience I have with courses and being able to have a mentor every step of the way giving me helpful feed back as I go along. The academy is even supportive to if you need help continuing on with the courses with follow up emails. Overall... Read More I had a great experience.Read Less,UX Academy Foundations,UX/UI Design +278127,10697,designlab,Emily Ramirez,False,2021,Fun and insightful!,2021-06-07,5.0,5.0,5.0,5.0,"I learned a lot during my experience in foundations. The best part was having the chance to work on projects and get feedback from my mentor. If I had the chance to do it all over again, I’d definitely attend a group crit, but often the scheduling was... Read More difficult for me. Otherwise, foundations really did give me the glimpse into UX that I was looking for.Read Less",UX Academy Foundations,UX/UI Design +278123,10697,designlab,Jon Cooper,False,2021,Absolutely exceeded my expectations,2021-06-07,5.0,5.0,5.0,5.0,"After many hours of research, I chose Designlab to kickstart my UX design education. There are so many choices, but I had a good vibe from their site, and reviews online. I couldn't be happier with my choice. For real. I'm not a typical student for this... Read More course. While I have decades of graphic design experience, my interactive experience has been mostly as an entrepreneur, developing my own interactive-based businesses. I knew I had the underlying skillset to become a proficient designer and content creator. Most of my career has been in television development and production. After answering questions about the kind of mentor might be a good fit for me, I was assigned the ideal person. On the first call he asked me my goals, and understood that I wasn't a young person seeking a digital design career. He tailored his approach, interactions, and reviews perfectly. And Designlab's platform is solid, well-designed, and a pleasure to work on. The coursework has been obviously honed over years, and thousands of hours of students' studies, and updated to be relevant to today's tech and trnds. The structure of each unit was ideal, and each unit built on the previous lessons. My mentor was always available for questions on Slack and weekly video and screen-share calls. I'm starting my next course, Designlab's 15-week intensive Academy, in a couple weeks!Read Less",UX Academy Foundations,UX/UI Design +278102,10697,designlab,Anonymous,True,2021,Great experience - flexible schedule and excellent mentor program,2021-06-07,4.7,5.0,5.0,4.0,"You can schedule your study time based on your own needs, the materials are informative and assignments are fun and challenging. The mentor sessions are excellent ways to get feedback. The staff are very helpful and friendly. You can also share and connect... Read More to other students. This is a great way to learn, especially during pandemic.Read Less",UX Academy Foundations,UX/UI Design +278055,10697,designlab,Bryan Phan,False,2021,Beyond what I hoped for,2021-06-06,5.0,5.0,5.0,5.0,"A very well crafted program with amazing mentors who are ready to help you. The course was well put together. I finished the course within 4 weeks, when the maximum is 8 weeks. I rushed throughout so that I could apply for the June UX Academy cohort.... Read More Ithought I was able to pace myself well throughout all the units.Read Less",UX Academy Foundations,UX/UI Design +278023,10697,designlab,Jennifer Ray,False,2021,DesignLab Foundations Course,2021-06-05,4.7,5.0,5.0,4.0,"I loved the DesignLab Foundations course. It taught me all the basic of UX/UI Design and how to build and create nice, clean webpages and app screens. The pros to the Foundations course includes: 1) Assigned mentor: You have a mentor there that you can... Read More used for 8 sessions to schedule appointments with for feedback and additional help. 2) Saved Coursework: You are able to review your peers coursework in the Designlab website for inspiration. This helped me a lot when I got stuck with trying to design things. Also, if you need to look back on your work and edit it, it will stay on the course website. 3) User-Friendly: The Designlab courses are user friendly and extremely easy to navigate. Although there are a lot of pros, there is one con that I can think of for the DesignLab course. For example, the content is strictly online only and you have to teach yourself. There are no distance learning or in-person courses.Read Less",UX Academy Foundations,UX/UI Design +278010,10697,designlab,Anonymous,True,2021,A great way to get structured assistance with a career change,2021-06-04,5.0,5.0,5.0,5.0,"I decided to pursue a career change during the pandemic - I was already considering trying to get into tech, the pandemic pushed me into action. I chose Designlab over similar competition because it seemed to be more friendly and it was based mostly in... Read More the US. I was happy with my decision; you can tell that the staff is young and eager to make their product the best it can be, rather than being stuck in a rigid system. The active slack community was one of my favorite aspects of the program - lots of hungry students, helpful mentors, and friendly alumni congregating to make everyone feel supported and not alone. The actual course was as I expected - foundational learning and then projects to apply that learning to. I think the people the thrived most in the environment were the ones that were able to read between the lines and willing to be flexible in how to apply the learning to their own projects. My mentors were helpful and supportive, but it's clear that most are working with a lot of students in addition to full-time jobs, so while I received hands-on help, it wasn't necessarily in the form of a person I felt like I could call up unannounced with pressing questions. (Advice from other students: if you don't like your mentor, give it time but also don't hesitate to request a change). Overall I am really happy with my decision to enroll - it helped me pass through the doldrums of the pandemic while earning some real-life skills in a structured and supportive environment. Individuals' success is really up to the individual - you will get out of it what you put into it. You will not be handed a platter of new career skills without putting in the work, asking questions, and communicating with the greater design community. If you are willing to do that, Designlab will be there to ensure you are given the tools to succeed!Read Less",UX Academy,UX/UI Design +277879,10697,designlab,Anonymous,True,2021,Worth every penny and had so much hands on experience!,2021-06-02,5.0,5.0,5.0,0.0,"I thought balancing a full time job with a foundations course would be manageable, but UX Foundations (don't let the name fool you) is truly a full experience course. It's not only learning about the foundations, but really working and practicing with... Read More the tools you'll need to learn UI/UX in the future. I had some trouble following the curriculum because of my busy work schedule, but my mentor went above and beyond to help me settle into a good routine. Throughout the experience, I've always felt supported by the Designlab team whenever I had a question about what to do next. This course was a ton of fun and I came out of it learning not only the foundations, but created my own designs that can be used my future career search. This is a great course to step into UX Academy with. I'd recommend this to anyone pursuing this as a career!Read Less",UX Academy Foundations,UX/UI Design +277865,10697,designlab,Stephany Smith,False,2021,Valuable course that reformed my sense of design,2021-06-02,5.0,5.0,5.0,0.0,"I really liked Designlab’s foundation course because of how fun and relaxed it is. The staff is awesome. There are many features to their program such as being able to explore your peers’ work, an open comment system for feedback, your own mentor, and... Read More group crits. It was a pleasure logging on because of how clean, fun, and easy their interface is! There aren’t any complaints on my end other than a few “could be better” moments with my mentor. Sometimes my mentor didn’t understand what I was asking, didn’t go into much detail about critiquing my work at times, and didn’t initiate the convo in most of our meetings. There were some moments where the projects given totally reformed, revamped, and improved my designs and I also learned how to design on Figma! I would recommend this course for people who have taken design and those who have no clue about it especially... depending on your previous design experience, this program could be a breeze for you yet still be of great value :)Read Less",UX Academy Foundations,UX/UI Design +277688,10697,designlab,Kyle Wenig,False,2021,This course was incredibly helpful as a newbie trying to make a career change into the ux/ui field.,2021-05-30,4.7,5.0,5.0,4.0,"I am a captain in the united states merchant marines currently working for a tugboat company in san francisco bay. However, I am considering a transition into a ux/ui role and this course was incredibly helpful for someone who knew nothing about what... Read More goes into becoming a ux/ui designer. The course was great and I learned a lot but where the real money is, I believe, is the one on one mentorship. I got along great with my mentor and feel like I have a strong foundation to build further on. I told him to be tough on me and he was fair about everything I turned in. Not only was this helpful for completing the course but we also got to talk about his experience in the industry, how he started out, mistakes he made and anything else I could think of. I would definitely recommend this to a friend.Read Less",UX Academy Foundations,UX/UI Design +277686,10697,designlab,Jessica Rodriguez,False,2021,DesignLab,2021-05-30,5.0,5.0,5.0,5.0,I really liked this course. I'm attempting a career change and I don't have any background in tech or design. I felt that I learned a lot of information and this course was great for a beginner like me. I loved the mentorship aspect as I was able to have... Read More a lot of my questions answered as I went through the course. I'd recommend this course to anyone attempting to get into UX.Read Less,UX Academy Foundations,UX/UI Design +277672,10697,designlab,Jordan Carey,False,2021,Design Lab (UX Academy foundations ),2021-05-29,5.0,5.0,5.0,0.0,"I just completed the UX academy foundations course. I absolutely Loved it. I finished it within 2 months. The overall course was well planned out, every week i was definitely learning something new. I started with no knowledge of design and now i look... Read More at websites and think "" I could recreate that"". ( The simple websites) but more than i could when i started. I met up with my mentor once a week and went over my course work. The reading material and the projects are great exercises. As the course went on i looked at the upcoming projects i had to do and i was so intimidated by them, but once I got to it i knew exactly what i was doing. The support from my mentor and the slack group was great, and there's always something going on weather it be webinars, fun projects, and just if you need help with something somebody is always there to respond. As I said coming into the course I didn't know what I was doing if I was going to proceed into the academy, but i really enjoyed the course and I've applied to get into the academy and see what more I can learn. I would highly recommend this course for somebody trying to break out and try something new the foundations course will give you a taste of what more you can learn.Read Less",UX Academy Foundations,UX/UI Design +277637,10697,designlab,Angelica Nicolle Clemens,False,2021,UX Academy Foundations was a great start!,2021-05-28,5.0,5.0,5.0,5.0,"As an already working graphic designer wanting to switch to UX/UI design, this course did a lot to remind me of the basics but also fill in the gaps I needed to begin to make the switch. It does a great job and teaching design fundamentals and really... Read More enforcing it with pairing you with a working designer.Read Less",UX Academy Foundations,UX/UI Design +277460,10697,designlab,Lauren P,False,2021,The best experience!,2021-05-24,5.0,5.0,5.0,5.0,I had such a great experience - from the start and all the way through to career services. They really want you to succeed and the course is designed to make sure you do! I highly recommend this course to anyone looking to get into the field of UX and... Read More Product design!Read Less,UX Academy,UX/UI Design +277448,10697,designlab,Clive Cadillo,False,2021,Great Intro to UX Design Experience,2021-05-24,5.0,5.0,5.0,0.0,"UX foundations course lays out the basics of UI before diving into the bootcamp. Overall, the units are nicely laid out and each build upon principles from the previous lesson. The foundations course is self-paced and you the support of their online slack... Read More community which is very helpful. The best value for me was the 1:1 mentoring that the course provides; I was fortune to be paired with a great mentor giving me proper guidance as I navigated the course and tips/anecdotes from his experience within the UX field.Read Less",UX Academy Foundations,UX/UI Design +277377,10697,designlab,Lucia So,False,2021,A great taste of what designing is like,2021-05-21,3.7,4.0,4.0,3.0,"Pros: This course was a great way to get a feel for the UX/UI industry. It mostly focuses on UI design and you learn the fundamentals of using the tool of your choice, as well as general design concepts. Cons: there was quite a bit of reading, and it'd... Read More be helpful if there was more interactive content such as videos, quizzes etc. The UI for project submissions and annotations was a bit messy in my opinion, as you couldn't reply to the individual comment. If you had to make a lot of revisions, it became a long muddy list.Read Less",UX Academy Foundations,UX/UI Design +277294,10697,designlab,Rosemarie Huynh,False,2021,Understanding and Supportive Environment,2021-05-19,5.0,5.0,5.0,5.0,"DesignLab has a good starter system for people who wants to change their career into UX/UI. I am a student who decided to change my career after I have graduated with a BA in Consumer Science. I wanted to share my experience with anyone who might in the... Read More same situation. During my search for a UX bootcamp, I found DesignLab to be the most beneficial in terms of projects and hands-on work. I thought it would be a good idea since I wanted solid projects on my portfolio in the end. I have only taken the Foundation course and it has been a great experience. I am in the process of applying for their UX Academy program. I have had a few issues regarding the system and my mentor, but DesignLab's team has always been super helpful and accommodating. The Foundation course is absolutely beginner-friendly, I would recommend this to anyone who is new to design and wanted to get more practice with tools like Figma or Sketch. The curriculum is easy to digest and understand while having the best results in projects. Meeting with mentors might be awkward, but I think they are super helpful in getting the student where they want to be. I guess the only cons that I could think of is the number of sessions you get with your mentor. Students are only provided 8 sessions and the first one is an introduction meeting to know more about your mentor. I do understand that the mentors have their own schedule, but limiting the sessions to 8 might be too little. I was able to fit everything I wanted into the 8 sessions, but I wished I had more. Overall, I do believe the pros definitely outweigh the cons. To rephrase, DesignLab Foundation course is a great program for people who are new to design with no experience. The course is very informative and I think it's a great start for anyone who wants to get into the UX/UI industry.Read Less",UX Academy Foundations,UX/UI Design +277228,10697,designlab,Doris Cheng,False,2021,Overall great experience!,2021-05-17,5.0,5.0,5.0,5.0,"Absolutely loved it! It was a perfect foundation course for people who don't have any design background, like myself. Basic design principles, visual elements and concepts were taught in the course, which helps ""activate"" my design eyes and look at things... Read More (even in daily life) differently. The course can be done at your own pace - typically 1 unit a week, which requires about 10 hours to finish. There are lectures, learning materials, quizzes, notes, and projects due at the end of each unit. Projects are very well instructed, fun and challenging at the same time. Also, each week you get to have an hour meeting with your mentor whom they assigned to you, you will be able to present your work to your mentor, receive any feedbacks for iteration or simply ask any questions you have! It was a good way to make connections. Towards the end of the course, you will have to finish a 10 hour challenge on your own and submit it for committee's review, and if approved, you will be able to enroll into their UX Academy course. Overall great experience, the platform itself is very easy to use, most of the lecture and materials are designed in-house, my mentor was so supportive and encouraging, which made my experience in the course much more enjoyable. Now, I can't wait to start the UX Academy in June! Oh one more thing - good thing is that everything is remote, so you can take the course anywhere in the world, in your preferred timezone :)Read Less",UX Academy Foundations,UX/UI Design +277222,10697,designlab,Rahul Salunkhe,False,2021,Great step to start UI/UX career,2021-05-17,5.0,5.0,5.0,0.0,"Though I had some work experience in the design industry, I never attended any design college before everything I learned was in bits and pieces. I was looking for a well-structured course that covers the basics of the visual design and design process... Read More that will help me build strong design foundations. I did a lot of online research and found DesignLab to be the best learning platform and decided to enroll in the UX Academy Foundation course. Now that I have completed the course, I can say that the syllabus is very well-structured, and the content is easy to digest and understand. The main highlight is the 1-1 mentor sessions, and my mentor was really supportive and guided me throughout the course by giving constructive feedback and clearing my doubts. I completed the course successfully on time, and I would also be taking the next step by applying for their UX Academy Course. This course is really great for beginners, and I recommend this course to anyone interested in switching their careers and who wishes to work in the design industry.Read Less",UX Academy Foundations,UX/UI Design +277031,10697,designlab,Ilona,False,2021,Learned a lot about UX design and love the structure of the course!,2021-05-13,5.0,5.0,5.0,0.0,"I loved the syllabus of the DesignLab Foundations course. Everything was laid out very clearly and it's awesome that I can work at my own pace. It's a great introduction to UX design where I learned how to use Figma (or Sketch) and there are step-by-step... Read More video tutorials to guide as well. The units are broken down into 4-5 lessons, 2-3 mini assignments where you'll reproduce some websites/mobile app screens/logos, and finally, 1-2 projects to unleash your creativity. At the end of the course, I was tasked to finish a project which can now be used for my portfolio. My mentor was extremely helpful and gave constructive feedback while teaching me about UX design. I managed to finish the course in just under 5 weeks and now I feel ready for UX Academy! If you're looking for a well-priced, online, hands-on introduction course to UX design, with a mentor to keep you accountable and answer any of your questions, DesignLab is the perfect choice :)Read Less",UX Academy Foundations,UX/UI Design +277030,10697,designlab,Lindsey Bogott,False,2021,Great Introduction,2021-05-13,4.0,5.0,4.0,3.0,"Designlab’s Foundation course is a great introduction to visual design and ux/ui. Step by step tutorials, articles, and videos guide the learning. Pros of the course include working with a mentor and working on a variety of projects. Cons include not... Read More enough video instruction (however they are working on that). The course does not take up a lot of time, just 4 hours per day if you space out the units.Read Less",UX Academy Foundations,UX/UI Design +277001,10697,designlab,Erika Lambe,False,2021,Really helpful and educational.,2021-05-12,5.0,5.0,5.0,0.0,This program was very helpful in teaching me some basics about design and getting me ready to take on UX Academy. I feel like I am more prepared to take on the next step now that Foundations is complete and I feel more confident going forward as someone... Read More who didn't have any prior design experience.Read Less,UX Academy Foundations,UX/UI Design +276895,10697,designlab,Jeroen de Groot,False,2021,Very practical and insightful warm up for the UX Academy,2021-05-10,5.0,5.0,5.0,5.0,"I did quite some online courses related to UX but at Designlab I had the opportunity to actually work on assignments and iterate on them based on feedback provided by a mentor. The course is logically build up in 8 units and every unit starts with theory,... Read More a copy exercise where you do a deep dive in tool functionality but also learn how landing pages and apps are structured. After a reflection you move into a design exercise where you have more creative freedom. On average every week you have a chance to talk with your mentor for an hour, you can chat about your designs, ask questions and you receive extra tips and tricks. You are encouraged to time-box your iterations to get used to an agile way of working and build confidence sharing intermediate products. The emphasis is on UI but this helps you jumpstarting the UX Academy (you loose less time on learning a tool, UI definitions and UI design).Read Less",UX Academy Foundations,UX/UI Design +276891,10697,designlab,Anna,False,2021,Design Lab for Career Transition,2021-05-10,5.0,5.0,5.0,0.0,"I am a teacher currently looking to transition into the field of User Experience. I have been contemplating this career change for a long time and initially felt overwhelmed with trying to figure out which boot camp or program would help me achieve this... Read More goal. In the end, I chose Design Lab UX Academy. The foundations course is a requirement to enroll in the UX Academy boot camp unless you have prior design experience. I found that the course is invaluable in this transition to UX from another field/profession because it sets you up with the skills and confidence needed before jumping into an intensive program. I enjoyed the UX of the Design Lab courses and site overall - especially how it shows you the percent of the course you've already completed - this kept me motivated. The mentor sessions and feedback was also a valuable resource since they can give you more individualized attention and support as you navigate the projects and course materials. Overall, I enthusiastically recommend the UX Academy Foundations course for anyone who is interested in trying out UX or those who have the goal of transitioning into the field of UX.Read Less",UX Academy Foundations,UX/UI Design +276888,10697,designlab,Meng Li,False,2021,Learned a lot even in this foundation course,2021-05-10,5.0,5.0,5.0,5.0,"I am very pleased with the Design Foundation course (with a UX/UI focus) at the Designlab, for the following reasons: - 1-on-1 session with real mentor is precious! I found this component tremendously helpful as I had ample time to ask questions and customize... Read More my learning path. And speaking to an experienced professional in the field is an empowering experience. - very organized and well thought out curriculum. The curriculum was laid out in a way that I felt I was informed and guided throughout. For me in particular, I find the instruction videos offered on many online learning platforms are most helpful and I always read a lot in order to compliment those learnings. Designlab's course offered me just that - love the reading material and extended reading prompts. - easy going community with real professionals. I like how mentors are always around in the community, whether in slack channel or in group crits (another great feature I am yet to explore more). I see a group of professionals that really love what they are doing, which is very encouraging. When I searched for bootcamps earlier this year I had interactions with other course providers. Eventually I found Designlab people the most approachable and more importantly, the admission team know the industry (and know what I'm talking about) unlike a few others I spoke with.Read Less",UX Academy Foundations,UX/UI Design +276813,10697,designlab,Lindsey Vinson,False,2021,My experience was very challenging but rewarding.,2021-05-09,5.0,5.0,5.0,5.0,"The pros of this program is that you have an amazing mentor by your side to guide you, the course challenges you in great ways as well. You never know you can do something until you complete the task. I don’t really have a con, the only thing I struggled... Read More with his finding a good schedule to study/ work on projects and work fully time as well so it’s definitely important to try to figure a schedule when you first start and modify it as you go.Read Less",UX Academy Foundations,UX/UI Design +276806,10697,designlab,Anonymous,True,2020,"Curriculum is great, but job support is not.",2021-05-08,2.3,2.0,4.0,1.0,"DesignLab is a great entry into learning UX/UI Design. They have an overall good curriculum and structure for the assignments you are given. With that being said, I would NOT recommend DesignLab to anyone who is looking to get into UX/UI. Once you graduate,... Read More they promise a support system as you begin to look for your first job in UX/UI. This was far from true in my experience. I was given career coaches who consistently flaked on our scheduled meetings, changed meeting arrangements, and had little to no value to provide during our sessions. For the price of this course, it was definitely not worth enrolling with DesignLab. Save your money, and enroll in a cheaper course that will provide the same (or better) value – Like Google UX on Coursera. I am very disappointed in my experience with DesignLab, and when I contacted them about the situation, they did not seem to care and would take weeks to respond.Read Less",UX Academy,UX/UI Design +276784,10697,designlab,Polina Popravka,False,2021,Fantastic,2021-05-08,5.0,5.0,5.0,5.0,"It was a great smooth experience from beginning to end, I didn't expect this level of everything: starting from the mentor assigned to me who was the perfect match and guided me throughout the way with helpful tips and pieces of advice, was always there... Read More when I had a question, to massive volumes of valuable information put together in nice chunks so that its easier to digest. Many thanks to everyone who participated in organizing this course for us!!! Definitely recommend it to those who'd like a career switch or those who want to start learning about UI and UX, creating high fidelity mockups and just learning many new things about the industry in general.Read Less",UX Academy Foundations,UX/UI Design +276757,10697,designlab,Kristen Race,False,2021,DesignLab Foundations,2021-05-07,5.0,5.0,5.0,0.0,"As a newbie to ux design, I overall had a good experience in the course. I felt like it was a good introduction to design and gave me the confidence to use figma and learn the theories behind design. It was a good way to test to see if this is something... Read More that I would like to do and switch my career for. My mentor initially didn't work out very well and I wasn't getting the feedback in a timely manner so I reached out to their support team and they switched me to a new mentor within a couple days over their spring break and it was much better. I'm looking forward to diving into the Academy to get more experience and skills.Read Less",UX Academy Foundations,UX/UI Design +276747,10697,designlab,Sebastian Stransky,False,2021,Great experience and value for money,2021-05-07,5.0,5.0,5.0,5.0,"I wanted to improve my UI design skills and learn the basics. The course is nicely structured into logical blocks and all information is easy to read with additional resources provided if needed. I loved mentor sessions and also the creative projects.... Read More There were also many ""reproduce a page"" projects - I wasn't a big fan of them, but they made sense to understand the components etc. before you will build your own pages. I would recommend this course for everyone who wants to get the basics of (mostly UI) design and get better with the tools.Read Less",UX Academy Foundations,UX/UI Design +276726,10697,designlab,Bo Bayerl,False,2021,Couldn't have asked for a better introduction to design!,2021-05-06,5.0,5.0,5.0,0.0,I've been looking to pivot my career and heard about Designlab. The UX Academy Foundations is a great course perfect for career switchers to get familiar with visual design. I really enjoyed the curriculum and mentorship aspect of the course. I'm excited... Read More to continue my journey with Designlab with their UX Academy bootcamp program.Read Less,UX Academy Foundations,UX/UI Design +276716,10697,designlab,Karen G,False,2021,Overall enjoyed the course,2021-05-06,3.7,5.0,5.0,1.0,"Honestly I enjoyed the course. I was kind of hesitant to pay for a course when numerous people have told me I could learn on my own, but I learned a lot and took advantage of all my mentor sessions, which were the best part of the course because of all... Read More the great feedback and insight I got on my projects.Read Less",UX Academy Foundations,UX/UI Design +276641,10697,designlab,Anonymous,True,2021,"Amazing course , very useful content",2021-05-03,4.7,5.0,5.0,4.0,"I enrolled in this course so I can learn how to start and handover a whole design from start to finish and with this course I got exactly what I wanted and more. If you are looking for a fun course and want to learn UI design by doing; definitely give... Read More this course a try! You will be able to work with great mentors from all around the world with experience from top companies, learn and have access to an amazing rich content and get hands on experience by working on multiple projects.Read Less",UI Design,UX/UI Design +276513,10697,designlab,Kristy Cline,False,2021,Lots of learning in one course,2021-04-28,4.3,5.0,4.0,4.0,"I was a little nervous at first doing an all online course and wasn't quite sure how I would feel about it, but DesignLab's Foundation course really helped me feel more confident about learning online. The course was laid out in a way that didn't overwhelm... Read More me, but also kept a steady stream of new information coming my way. I now feel like I have a good understanding of UX/UI design and am able to carry on increasing my knowledge of the field. Having a mentor to work with one-on-one was also a huge help in getting individualized attention in any areas that I struggled with or had questions about. Great experience with a very supportive team.Read Less",UX Academy Foundations,UX/UI Design +276032,10697,designlab,Sabrina Hall,False,2021,10/10 Would Recommend UX Academy!,2021-04-18,4.7,5.0,4.0,5.0,"Designlab's UX Academy program helped me gain in-depth knowledge of the end-to-end UX design process, along with guided mentor and peer support. I was in the part-time track and completed the program within 8 months, which I personally enjoyed because... Read More I was able to form a deeper relationship with my mentor. The program's content is great, but what I valued most were the relationships I built along the way in the group critiques and with my Career Services coach. I recommend UX Academy to anyone that is looking to get into the UX design field and who needs a bit of structure in their learning plans to get started. For me, UXA validated that I was on the right track with my self-studies prior to joining my cohort, and it gave me the guided lesson plan I needed to continue learning.Read Less",UX Academy,UX/UI Design +275935,10697,designlab,Mariana Solnicka,False,2021,Comprehensive course with one on one mentor,2021-04-16,5.0,5.0,5.0,0.0,"The course was extremely comprehensive although a bit fast-paced for someone with a busy schedule. I loved the one on one time with my mentor and appreciated having peer reviews and connections. I do believe that even with this course alone, you could... Read More make a career switch if you work on projects on your personal time. Highly recommend.Read Less",,Unknown +275825,10697,designlab,Ash Xie,False,2021,I enjoyed the material of Designlab foundation,2021-04-14,5.0,5.0,5.0,5.0,"Material is logically designed and easy to digest. The portal interface is clean and vibrant. The option to view classmates' deliverables is amazing, motivating, and immersive. Can't wait to attend the UXA next Monday. Feeling really positive about the... Read More outcome.Read Less",,Unknown +275766,10697,designlab,Anonymous,True,2021,Comprehensive & well-crafted overview of UI/UX curriculum with realistic hands-on projects that help familiarize you with design software,2021-04-12,4.0,4.0,5.0,3.0,"Overall: The review title says it all, but the DesignLab UX Academy Foundations course is truly a comprehensive course that introduces you to UI/UX design principles, color theory, typography, and gives you hands-on experience with using the industry-standard... Read More design software. The content was really engaging and structured very clearly that made learning in a virtual environment feel like a classroom environment. Pros: - Well structured and in-depth curriculum that always came with additional links and sites to expand on the readings. - Realistic projects like designing mobile apps and desktop landing pages with specific design briefs from 'clients' that give you hands-on experience with Figma / Sketch. - Projects always directly applied learnings from the units and assignments were time-boxed which simulated real-world design practices. - Great operations team that is quick to respond to program questions and great design of the learning platform itself (easy to understand how to schedule mentor meetings, how to submit feedback, access curriculum, etc.). Cons: - I think that there should be some sort of process where we submit 'preferred mentor criteria', to highlight a few things we prefer in a mentor (i.e. time zones they work in, industry experience, previous background, etc.). Personally, I found it difficult to schedule meetings with my mentor because of the huge time difference - many emails back and forth to find availability that worked for the both of us and a cadence was difficult to establish. Also, differences in design practices across the world made it slightly diff for me to relate to. - Small piece of feedback on the mentor booking page: the page should specify somewhere that you have to book 1-hr sessions, otherwise the scheduler won't work. Confusing for user when they have flexibility to propose only 30-min sessions too.Read Less",UX Academy Foundations,UX/UI Design +275656,10697,designlab,Lisa Luu,False,2021,Designlab Foundation course,2021-04-08,5.0,5.0,5.0,5.0,Overall experience is pretty good. Designlab's curriculum for the foundation program is efficient and thorough. It is a good introduction program to UX design for those who want to learn what's UX design is like and learn more about using figma and sketch... Read More to design. They also have a pretty cool platform to show your progress and you get to see other students' work for inspirations. The reading materials are easy to read and perfect amount. There are short videos to show you how to navigate the programs and how to sketch. They follow up with you to see how things are going and if you're not on track. I would recommend this program to a friend and family.Read Less,UX Academy Foundations,UX/UI Design +275645,10697,designlab,Vivian Lee,False,2021,UX Foundations was a great experience!,2021-04-08,5.0,5.0,5.0,5.0,"I hesitated for a long time about doing a bootcamp, but Designlab's Foundations course was well worth it. The coursework is organized into easy to manage units, and each unit provides small projects to keep you on track and to help you practice what you've... Read More learned. Foundations focuses heavily on UI, which was really fun, and goes on to teach UX in the Academy portion of the program. While the coursework was great, the part I most enjoyed about Foundations is definitely the mentorship. You get up to 8 mentor sessions throughout the program with an experienced industry professional. My mentor was able to answer all my questions I had about getting into UI/UX, and helped me review my projects and any curriculum I was unsure about. It felt very interactive, and there was also a lot of support. I would definitely recommend anyone trying the Foundations course out. There's a lot to learn!Read Less",UX Academy Foundations,UX/UI Design +275542,10697,designlab,emily soanes,False,2021,Fantastic introduction into UX/UI Design,2021-04-06,5.0,5.0,5.0,5.0,"I have really enjoyed my 8 week course with DesignLab. I knew nothing about UX/UI when I started the course, but I now feel like I can confidently design a website and app screen without any issues. My mentor was hugely supportive throughout, and we were... Read More able to speak every week about improvements that could be made to my projects, or talk about any issues I was having. Each unit was based around a different topic of skill, so no projects were the same, which helped to keep things interesting. I would recommend this course to anyone that want's to get an insight into UX/UI design.Read Less",UX Academy Foundations,UX/UI Design +275520,10697,designlab,Markie I,False,2021,Great intro to the world of UX/UI!,2021-04-05,5.0,5.0,5.0,5.0,"This course is mandatory to take if you are a beginner and plan on taking their UX Academy program. You are also introduced to a mentor that gives you feedback on your coursework and any questions you might have about the industry. I believe this alone... Read More is worth the price of the course. I've gained so much knowledge and improved my eye for design in the last 8 weeks and I'm hungry to learn even more! If there was one suggestion I can make, it would be to include videos to the curriculum. While a lot of it is visual, there can be a bit of reading at times. Nonetheless, the material is informative and helps you complete your projects. If you're on the fence, I would definitely give this course a try! The community is very supportive throughout and you have lifetime access to the course after you finish it.Read Less",UX Academy Foundations,UX/UI Design +275516,10697,designlab,Anonymous,True,2021,"A great introduction to UI design, if you're looking to see if it's something you're interested in",2021-04-05,4.0,4.0,4.0,0.0,"I really enjoyed this intro course because it was very project based and allowed me to meet with a mentor once a week to discuss my progress and go over my project revisions as well as asks questions. Coming from no visual design background, I had the... Read More time to learn Figma during this course. At times I felt like I would have liked a bit of more text or video to watch in addition to the projects, but I felt like the pace was good overall. The final project was a good way of wrapping up everything learned throughout the course and I feel prepared to move onto the UX Academy bootcamp.Read Less",UX Academy Foundations,UX/UI Design +275510,10697,designlab,Timothy M Kelly,False,2021,Designlab UX Foundations program,2021-04-05,5.0,5.0,5.0,0.0,"My Designlab UX Foundations program was a rich learning experience with clear instruction, countless insights and resources material. My attention was engaged with each lesson. The overview of the skills needed for a career in UX was educating. The knowledge... Read More I gained of Sketch, Figma and other UX design resources, give me confidence as I move forward in the UX Academy. The information provided will be very helpful in the future. I highly recommend Designlab.Read Less",UX Academy Foundations,UX/UI Design +275468,10697,designlab,Irene,False,2021,UXA Foundation Course Review,2021-04-03,4.3,4.0,5.0,4.0,"I was enrolled in the newly launched UXA foundation course. The curriculum is very much structured and well-organized. We have 8 mentor sessions for the whole course which means there are 1-2 meetings every week depending on whether to complete within... Read More 4 or 8 weeks. I like the course materials a lot. Designlab really spent lots of efforts on researching and putting everything together. For the mentorship part, I feel that the mentor mainly focused on getting you through the program and move on to the UXA course instead of really teaching you the industry knowledge. Each time I asked about the UX related questions or real-world projects, I was given the answers like ""you will learn it later in UXA course"", ""this course is only for UI study"" or ""it depends..."" etc. I definitely learned new perspectives from the course materials but not much from the mentor. I'm not sure if it is just my case tho. So I would give 4/5 for the entire course.Read Less",UX Academy Foundations,UX/UI Design +275467,10697,designlab,Kailey Li,False,2021,UX Academy Foundations was well worth the price!,2021-04-03,5.0,5.0,5.0,0.0,"I would recommend anyone with no design experience to take foundations. I thought the curriculum was well thought out, the lecture and assignments were well-paced and covered a decent amount of topics. Learned a lot! I also had the opportunity to learn... Read More with my mentor through feedback and discussed the design industry over webcam. Personally, I think learning through feedback is very effective. I also thought the slack community with DesignLab was helpful to help each other out and connect virtually. Overall, I think it was a great experience.Read Less",UX Academy Foundations,UX/UI Design +275452,10697,designlab,Nicole Ha,False,2021,Great course for building essential foundations for UI,2021-04-02,4.5,5.0,4.0,0.0,"I just finished the UX Foundations and I have to say that this course has exceeded my expectations. I have NO background in design and this is an online course but even with these two obstacles I felt that I learned so much. Each chapter has a combination... Read More of readings and video tutorials, all arranged in an organized manner. The 1:1 calls with my mentor every week, I could ask questions that were specific to my situation or problems. It kept me on track and every mentorship call I left with pushing myself to do better. For those who are still on the bench about going through Foundations or not, I recommend to take it. It's a perfect course in terms of time, money and to see if UI/UX design is really for you. I had an excellent experience and I am proud to continuing my journey as a designer in UX Academy.Read Less",UX Academy Foundations,UX/UI Design +275451,10697,designlab,Anonymous,True,2020,Graduating from Designlab is one of the best decisions that I have ever made!,2021-04-02,5.0,5.0,5.0,5.0,"I was a part-time UX Academy student at Designlab last year. I didn't have a design background when I started it and I learned everything about UX Design thanks to its well-structured curriculum and tight-knit community. Here some of the things that I... Read More love about Designlab: - Group crits that allow you to present your design work in front of other students, which helped me to gain confidence - Mentor sessions: Weekly mentor calls helps you to improve your design skills and iterate your work based on feedback from designers who have been working in the field for a long time - Slack, design community - meet with other students, collaborate on various deliverables etc - Responsive Admin team: DL team does everything to make sure you get any type of support you need. Would I recommend Designlab? Yes, I'd highly recommend DL someone who wants to dive deep into the design through a structured online programRead Less",UX Academy,UX/UI Design +275411,10697,designlab,Lea Davidson,False,2020,Provided good learning opportunities but instances of unethical behaviour.,2021-04-01,3.0,3.0,3.0,3.0,"I learned a lot from DesignLab, in terms of projects produced and skills to apply to the workforce. However, DesignLab showed some instances of unethical behaviour. For example, after applying to the Academy program, I did not get accepted. A few months... Read More later a staff member indicated they were confused as to my status in the program, which course I was doing next, and whether or not I was accepted. When I had a mentor who was unresponsive, DesignLab put this responsibility on me, as I struggled to wait to see if the mentor would become responsive in the course, and got pushed behind losing motivation. While this happened, I contacted several staff - some showed immaturity to the fact I wanted the problem fixed quickly (when I paid a lot of $ to be in this program). They have a good computer system to learn (given they specialize in UX this is expected), but I lost faith in professionalism for DesignLab over time, and felt they were in it for the $. They were open with the fact that approaching them with a problem was discussed amongst their small group of staff, making conflict resolution uncomfortable.Read Less",UX Academy,UX/UI Design +275263,10697,designlab,Tanya Neplioueva,False,2021,I found the course to be a great starting point for understanding the fundamentals of design.,2021-03-29,5.0,5.0,5.0,5.0,I likes how the course was self-paced and allowed me to work on my own schedule. The mentor meetings were the most helpful aspect of the course to give me weekly feedback on my work and suggestions for improvement. The lessons were intuitively sequenced... Read More and the work required offered both design skills and iteration skills.Read Less,UX Academy Foundations,UX/UI Design +275246,10697,designlab,Paula Darias,False,2021,Satisfied with Designlab Foundations Course,2021-03-29,5.0,5.0,5.0,5.0,"I just finished the Foundations Course at Desinglab and I'm very satisfied. The course content is well structured, with updated information and many challenges that definitely help to sharpen design skills. I'm particularly pleased with the 1:1 mentor... Read More support they offer, I had such a good experience with my mentor. I also enjoyed their how-to guides where they show how to use tools like Figma or Sketch. I'll recommend this course to anyone who wants to start their UI/UX journey.Read Less",UX Academy Foundations,UX/UI Design +275221,10697,designlab,Tiffany Mar,False,2021,Great course structure and support!,2021-03-27,5.0,5.0,5.0,5.0,"I really had no idea what to expect from DesignLab's Foundation course. However, I found myself constantly being pleasantly surprised at how well balanced it was. I thought it was equal parts challenging and engaging, and I really did learn so much in... Read More my time taking the course. It helped me realize how much I really want to continue pursuing UX more in depth. I'm so thankful to everyone at DesignLab for creating this, and thankful for this experience.Read Less",UX Academy Foundations,UX/UI Design +274922,10697,designlab,Nicole M.,False,2021,Designlab's Foundations Course is a great start,2021-03-19,4.7,5.0,5.0,4.0,"The Designlab's UX Academy Foundations is a great way for anyone new to UX, design, and the tools (Figma and Sketch). The structure of the course is interesting - wherein you learn some principles and software skills before doing a project, then the following... Read More unit teaches you principles that complement what you had previously learned. It leads to many AHA! moments and it energizes you to explore more. I liked the curriculum and it teaches you to manage your time. Designlab respects your timing so whenever you feel that you are behind due to other obligations, you are always welcome to reach out to their support. In fact, they reach out to you! The mentorship is what I liked most, but you need to make the most of it by preparing talking points and questions. The mentors are established in their careers and have lots of knowledge to offer but you need to be aware that they too have other obligations (jobs, family, etc.), so preparing an agenda is always helpful! I only give 4 stars to Foundations for job support because while you learn the skills and principles to advance your knowledge on UX, and get industry insights through your mentor, I'm under the impression that much more time, learning and practice is needed to secure employment.Read Less",UX Academy Foundations,UX/UI Design +274849,10697,designlab,Tony Churchill,False,2021,Fast-paced focused intro to UI/UX,2021-03-17,4.3,5.0,4.0,4.0,"I really liked this program. I'm moving into a new field that is a little more portable and way more remote than live production, which I've been in for the last ten years. UX Academy Foundations got me up to speed with vocabulary, basics, and a solid... Read More core skillset to move forward with my career shift. I had an amazing mentor who I met with each week. We did talk about projects - most of that was through crits, though - but really we discussed UX design, and the job market / opportunities for a UX designer. Great communication from the school and the other students through slack. Really great start to the new path!Read Less",UX Academy Foundations,UX/UI Design +274734,10697,designlab,Hilla Rosenberg,False,2021,UX Foundations was a great starting point!,2021-03-15,4.7,5.0,5.0,4.0,"I came into the course not knowing if I would enjoy the subject and came out of the course LOVING it! I have applied to UX Academy and am so excited to start my journey with DesignLab. The mentorship is the best part, you get guidance, tips and tricks... Read More throughout from professionals. I was afraid the online platform would not be for me but DesignLab's online platform makes it easy and exciting to continue going back to look forward to each lesson.Read Less",UX Academy Foundations,UX/UI Design +274711,10697,designlab,Colin Ashby,False,2021,Enriching Course You Learn a Lot From,2021-03-13,5.0,5.0,5.0,5.0,"DesignLab's UX Academy Foundations course was probably the best online design short course I've taken. For reference, I've taken Skillcrush's Visual Design course & Springboard's UX Design Skills course (discontinued at end of 2019, they now offer a similar... Read More Design 101 course) There are a few reasons DesignLab's UXA Foundations course stood out (especially from those other ones). - Hands on learning (the curriculum is structured in a way where the emphasis is on doing rather than just reading/watching and taking notes). - Custom curriculum (DesignLab has a curriculum team that writes and makes the lessons. This is a lot different than Springboard that just links to articles on the web). - 8 hour long mentor calls (this is the best thing about the course. Having a mentor kept me accountable, on track with completing the course on time, and I learned a lot by having an experienced designer review my work) $499 price tag felt intimidating at first but wow, is the course worth it. I learned so much.Read Less",UX Academy Foundations,UX/UI Design +274617,10697,designlab,Anonymous,True,2021,Prepared to take the next steps,2021-03-11,5.0,5.0,5.0,0.0,"This program really has got me prepared to continue a career in design, and had made me even more excited. The platform is easy to use and the course material is relevant and was really helpful. They also paired me with an awesome mentor who was always... Read More available and gave great feedback. I really had a great experience, and can’t wait for my next course with Designlab.Read Less",UX Academy Foundations,UX/UI Design +274598,10697,designlab,Alexa Colyer,False,2021,Excellent Course - Worth the Time,2021-03-10,5.0,5.0,5.0,5.0,"I love DesignLab! I have taken two courses with them (Design 101 in 2019 and UX: Interaction Design in 2021). Both courses were run extremely smoothly, and I highly recommend Designlab to anyone who is looking to up their design skillset. I find the mentorship... Read More aspect of the courses most valuable. Being able to talk to a ""real,"" experienced designer has elevated my performance at work.Read Less",UX: Interaction Design,UX/UI Design +274582,10697,designlab,Jonathan Alfonso,False,2021,Best online schooling experience I have had,2021-03-10,5.0,5.0,5.0,0.0,"Prior to signing up for Foundations, I did extensive research on the plenty of UX/UI courses out there. I found that Designlab checked all the boxes for me. As a beginner, I feel that the curriculum was just difficult enough to get you thinking in the... Read More right mindset without making things too frustrating to learn. On top of that, the Designlab community was super helpful throughout. From the admin, slack community, and my mentor I was never short of resources if anything got tough. Everyone is super supportive and encouraging which makes you want to learn more and do your best. Highly recommend this course if your thinking about getting into UX/UI.Read Less",UX Academy Foundations,UX/UI Design +274537,10697,designlab,Anonymous,True,2021,The introduction course was very informative and helpful to build my understanding for the UX/UI industry.,2021-03-09,4.0,4.0,4.0,0.0,"This course provided a lot of resources for me and a great mentor which made the learning experience very enjoyable. The mentor session provided an interactive and engaging element to the course. The projects allowed for a creative outlet for me to translate... Read More all the materials they've provided. Additionally, the course site was a very user-friendly and incorporated a lot of the things we learned.Read Less",UX Academy Foundations,UX/UI Design +274503,10697,designlab,Priscilla Siu,False,2021,"Coming from having no design background, UXA Foundations really taught me a lot about visual and UI design!",2021-03-08,5.0,5.0,5.0,5.0,"I really enjoyed my experience throughout Designlab's UXA Foundations course. Even though this was a short course, I was able to learn a lot about visual and UI design. The projects provided were fun to do and very hands-on. My mentor was really helpful... Read More and I definitely learned a lot from him. I would recommend this course if you have no background in design and want to learn more about visual and UI design.Read Less",UX Academy Foundations,UX/UI Design +274500,10697,designlab,Letha Myles,False,2021,I learned so much in a short time.,2021-03-08,5.0,5.0,5.0,0.0,"I really enjoyed the Foundation course at Design Lab. As someone with 0 experience in UX/UI design, I felt that the course gave me a great introduction and helped me to decide to move on to the next course. I liked that it was self paced but still with... Read More a soft deadline to help keep me on track. I enjoyed my weekly sessions with my mentor as well as the Designlab community to help when I felt stuck. I would highly recommend the course.Read Less",UX Academy Foundations,UX/UI Design +274498,10697,designlab,Jason,False,2021,Reassurance with Learning the Proper Knowledge,2021-03-08,4.7,5.0,4.0,5.0,"I came into Foundations with a fair bit of personal studies under my belt but I was never certain how credible the information was. Having finished now, I feel more confident in my work and see improvement from the past. As other reviews may state, it... Read More really depends on how much work and revision you're willing to put in. My tip to anyone is make it clear to your mentor how much effort you're willing and what areas you want to focus on. My mentor had stated that a couple of the readings aren't accurate since design isn't a standard, so don't follow it down to a tee.Read Less",UX Academy Foundations,UX/UI Design +274497,10697,designlab,Grace Tam,False,2021,Great introductory course,2021-03-08,5.0,5.0,5.0,0.0,"I really enjoyed my experience with the UX Academy Foundations course. There was a lot of flexibility with timeline for completion, as you can do a part-time or full-time track and self-schedule during the week, too, since it's all self-taught. I found... Read More the material very easy to follow and had a lot of fun doing the projects. I met with my mentor once a week who gave me great feedback and guidance throughout the process. Was an awesome way to get acquainted with Sketch/Figma and get my feet wet for the full Academy. It is definitely UI/visual focused, but as a pre-req for the full Academy, I think that is just perfect.Read Less",UX Academy Foundations,UX/UI Design +274487,10697,designlab,victoria Garza,False,2021,I really enjoyed Designlab’s UX Academy Foundations course!,2021-03-08,5.0,5.0,5.0,5.0,"During this course I was able to work with a great mentor every week on the UX Design projects, and that helped me to understand the material as well as receive constructive feedback. I loved the online flexible schedule which allowed me to balance things... Read More and work from home , especially during COVID.Read Less",UX Academy Foundations,UX/UI Design +274477,10697,designlab,Charli C,False,2021,Well structured course with helpful mentorship,2021-03-08,5.0,5.0,5.0,0.0,"I recommend UX foundations course for anyone who is interested in learning about this field but doesn't come from any design background. It is well structured and comes with 8 mentor sessions. It gives you a very good insight into how the UX academy will... Read More be without the full commitment of diving into a bootcamp straight away. One thing I would have really enjoyed is to have more video tutorials (or even video lessons), along with the written material.Read Less",UX Academy Foundations,UX/UI Design +274441,10697,designlab,Jared Black,False,2021,Learned SO much.,2021-03-06,5.0,5.0,5.0,5.0,"Solid course. Well made and laid out. Even when it came to crunch time for me, I enjoyed every minute of it. I couldn't thank the team at Designlab enough for pushing me and helping me on my journey into UX. My mentor was amazing and always had professional... Read More feedback for me. She is what I aspire to be in this field. Thanks DL!Read Less",UX Academy Foundations,UX/UI Design +274440,10697,designlab,Victoria Cheng,False,2021,Well structured course designed to get your feet wet in the world of UI/UX.,2021-03-06,4.0,4.0,4.0,0.0,"I really enjoyed this course and was a great introduction to the world of UI/UX. It was organized and thoroughly thought out from the perspective of a new student with no design background. The readings, tutorials, and step-by-step made me feel confident... Read More with the material. Having access to a community and to students who are taking courses provided that cherry on top support and resource at my fingertips. Personally, I feel there were a few topics that were skimmed over and could have gone more in-depth. My only con was my experience with my mentor. I reached out to DesignLab who addressed the issue in a timely matter and I was reassigned. After that reassignment, my new mentor gave me the support and confidence I needed.Read Less",UX Academy Foundations,UX/UI Design +274406,10697,designlab,Whitney Baker,False,2021,"Thorough and informative, this course was exactly what I needed!",2021-03-05,4.7,5.0,5.0,4.0,"I loved that I was able to control the pace at which I completed the program. My mentor was helpful in all aspects; technical instruction with Figma, review of my assignments with actionable coaching, and insight into the UX industry. I valued each session... Read More thoruoghly, and my time with my mentor was always helpful and encouraging. I feel prepared and ready to jump into Academy!Read Less",,Unknown +274404,10697,designlab,Margaret,False,2021,Self guided course,2021-03-05,4.3,5.0,5.0,3.0,"Designlab is a great program and overall I have enjoyed the foundations course and introduction to UX designs. I think your experience weighs heavily on your mentors organization with feedback on projects. My mentor was pretty behind on feedback and as... Read More a result I’m not sure I learned as much as I could. Trying to self pace and get through the program I wouldn’t get feedback in a timely manor which was challenging when it came to growth and making improvements to the designs. I recommend setting up expectations with your mentor from the beginning to have work reviews twice a week or once every 48 hours and use your time wisely each week. Designlab is very accommodating and will let you change mentors. Make sure your mentor is organized and skilled in the design program you are learning! If not, I recommend switching mentors early on.Read Less",,Unknown +274388,10697,designlab,Martha Bawn,False,2021,Great way to test the waters when deciding to do a career change,2021-03-05,4.5,5.0,4.0,0.0,"I really enjoyed my experience with DesignLab's Foundations class. I wasn't ready to fully jump into a months-long bootcamp but wanted to give it a try and this course was perfect for that. Each unit consists of some reading material, some tutorials on... Read More the tools, some copying exercises, and then a design project. The last unit is one large design project. I thought the readings were only okay, but the real value came from the projects and working one-on-one with a mentor. The platform was easy to use, although compressing files to upload is a bit of a pain. Also note that the Foundations course is only on UI concepts, it doesn't go into UX research at all (by design). I would definitely recommend this course!Read Less",UX Academy Foundations,UX/UI Design +274338,10697,designlab,Cindy Wong,False,2021,"Great course, so glad I took it! Really prepared me for UX Academy.",2021-03-04,4.5,5.0,4.0,0.0,"I think UXA Foundations was a great learning experience for me! I've taken some courses at Coursera and had some background in Figma prior to starting, so I wasn't sure how much I'd really learn from the course. The answer was A LOT! Each unit contains... Read More a couple projects to truly cement what I've learned, and my mentor gave me personalized feedback to help improve my designs. To be transparent, there was a good amount of copywork (copying existing designs) in the curriculum. They're a good way to get an understanding of how shipped designs are built and what tricks they use, and how to accomplish them on your own on a limited time frame. I got really good at using Figma this way! After each copywork assignment, you also got the chance to create your own designs (landing page, hero section, responsive webpage, etc.) and again get feedback from your mentor.Read Less",UX Academy Foundations,UX/UI Design +274324,10697,designlab,Chris Soares,False,2021,Incredible Experience,2021-03-04,5.0,5.0,5.0,5.0,"I can’t speak highly enough about Designlab. From the curriculum, easy to use platform and most importantly mentorship, I highly recommend Foundations to others. I originally took a different into to design course through a separate company, and was then... Read More accepted to the career track once I finished. I am so happy I decided to pivot and try Designlab. Best decision I could have made. I got so much more from this course.Read Less",UX Academy Foundations,UX/UI Design +274323,10697,designlab,Amy Owens,False,2021,A fantastic introduction to UX/UI,2021-03-04,5.0,5.0,5.0,5.0,"I had a wonderful experience at DesignLab in the UX Foundations course, I had great help and feedback to better myself with my mentor. Any questions that I had were answered promptly through the help team and everyone was so cheerful and knowledgeable.... Read More I feel confident in my decision to follow through with my UX career change.Read Less",UX Academy Foundations,UX/UI Design +274304,10697,designlab,Sarka Kortanova,False,2021,The best start for UX/UI journey,2021-03-04,5.0,5.0,5.0,0.0,"It took me a while to make a decision to take the course and I have no regrets. Within 8 weeks, I learned and practiced essential design principles. It helped me to understand what the design is about and explained how it's done. The support from DesignLab... Read More is incredible. The course is very logically structured and in case of any questions, the team is extremely helpful.Read Less",UX Academy Foundations,UX/UI Design +274300,10697,designlab,Austin Silberman,False,2021,Amazing Introduction to UI Design,2021-03-03,5.0,5.0,5.0,5.0,"I just finished the Design Lab Foundations course, this was an awesome course with access to a mentor throughout the entire process. The course is very well laid out, each unit starts with some readings then you usually have multiple small assignments... Read More along with one larger project. The smaller assignments can take around 1-2 hours while the longer projects are usually around 3-4 hours with the final project being 10 hours. I love the simplicity in this course layout, I was able to start each day by doing the readings then working through the assignments, finishing the course in about 3 weeks. This was nearly full time as I worked on it for about 6-8 hours per day during the week. I'm planning to do the UX Academy through Design Lab as they do an incredible job teaching the material and providing support and help along the way. My mentor was fantastic, they work in the industry and answered all my questions about becoming a UX/UI designer, we made iterations to my projects to improve my designs as well. Design Lab has a great modern way of teaching, providing an incredible foundation of design while also ensuring the students are using the most prominent tools in the industry and challenging you with fun and interesting projects. Excited to get started in UX Academy at Design Lab and can't wait to work in this industry. Foundations is perfect if you are considering getting into UX/UI but aren't sure where to get started.Read Less",UX Academy Foundations,UX/UI Design +274101,10697,designlab,Stef Meeder,False,2020,Couldn't be happier with the outcome of my Design Lab experience!,2021-02-25,5.0,5.0,5.0,5.0,"Pros: + Teaches you UX practices in depth, then they set you out to dive in to independent work and craft your own projects + 1-on-1 mentoring which results in detailed feedback from experienced mentor + Small, supportive community + Tuition rembursment... Read More if you don't land a job within 6 months of completion (but I'm sure you won't) Cons: - No group projectRead Less",UX Academy,UX/UI Design +273824,10697,designlab,Anonymous,True,2021,A great course to instill and practice some visual-design basics,2021-02-17,4.5,4.0,5.0,0.0,"In the past I've worked as a programmer in a design agency. I want to make the leap to being a UX Designer and this Foundations course was a great lead-in course to instill and practice some visual-design basics. I now feel confident in my visual design... Read More skills and look forward to pursuing UX Design. As of early 2021, it's a new course offering. I think this had an impact on my mentor's familiarity with the assignments and expectations. My mentor was a professional though and was able to offer insightful feedback nevertheless.Read Less",UX Academy Foundations,UX/UI Design +273762,10697,designlab,Joselyne,False,2021,UX Foundations grad,2021-02-16,3.7,4.0,4.0,3.0,"I just graduated from UX Academy Foundations and I learned a lot. There's a lot of information that will help you in your growth to becoming a designer. DesignLab gives you the structure and guidance needed to help you start of you UX design lab career.... Read More The mentor calls were also very helpful. Overall, I think it's a good program if you want to learn about UX Design.Read Less",UX Academy Foundations,UX/UI Design +273714,10697,designlab,Michael Donlea,False,2021,A solid grounding in User Interface design,2021-02-15,5.0,5.0,5.0,0.0,"I really enjoyed this UX Foundations course. As someone who had ZERO design experience before starting, I really feel like I gained a solid grounding in UI design. Design patterns, design theory, colour selection, typography, iconography etc. I feel as... Read More if each of these topics were given equal exposure and I now feel more confident about hopefully enrolling in the Academy soon. I felt as though the projects in this course were varied in nature and there was a nice balance between this and the theory side of the course. I really enjoyed the experience and would recommend this course to anyone considering entering the world of UX design. Just a warning though. This course is entirely UI. No UX at all. To my understanding, you will only begin with the UX side of things in UX Academy (which is the big course that comes after UX Academy Foundations). I believe that DL say this is because they want new students to the world of design to have the essential skills in UI (and on the different apps) squared away before they enter the wider learning world of UX. The only point I would make is that there are quite a few projects that require you to copy existing designs out there. Now, that's fine and it's good practice on whichever design tool you're using. However, I assumed that the reason for all these copy projects was to gain experience on these design tools in preparation for UX Academy As such, it did begin to get a bit boring. When I mentioned this to my mentor, she said another reason for these exercises is so that we as students can start to look out for design patterns and to think about why the designers of these forms, landing pages, app screens etc made them the way they did. Eureka! I really feel that if Designlab had explained the purpose for these exercises earlier on, I would have approached these projects in a different way and would have gained more from the experience. Now, this isn't a criticism. This course is only a very new one so I am sure they will make improvements down the line. Just something for the DL team to consider. All in all, a great course and recommended :)Read Less",UX Academy Foundations,UX/UI Design +273705,10697,designlab,Marissa Rodriguez,False,2021,Highly recommend Designlab's UX Academy Foundations,2021-02-15,5.0,5.0,5.0,0.0,"If you don't have any experience with design, I highly recommend taking Designlab's UX Academy Foundations. I've completed a few online courses in UI/ UX design, but nothing comes close to this course! In a matter of a few weeks, I gained more confidence... Read More in my work. Having a mentor that was easy to get along with and lives in the same state as I do made a world of a difference! She helped me feel comfortable with what I was working on and always offered helpful feedback/ advice. Was the course easy? No, absolutely not. It was challenging, but 100% worth it. Though it's an online course, I still felt very connected to the Designlab universe. I just wrapped up this course so I haven't applied to the UX Academy yet, but I plan on it!Read Less",UX Academy Foundations,UX/UI Design +273704,10697,designlab,Dhivyaa Chelvan,False,2021,Best Foundations Course,2021-02-15,5.0,5.0,5.0,5.0,"DesignLab's UX Academy foundations course is filled with information, practical guidelines, and numerous projects for practice, that will surely teach UI design principles and UX basics. The weekly mentor discussion is a big plus as I learned a lot from... Read More a real person, and I have gained much knowledge from this course about Figma and Sketch, and potential career pathsRead Less",UX Academy Foundations,UX/UI Design +273663,10697,designlab,Aizat Mujab,False,2021,Scaffolded learning creates a strong foundation,2021-02-14,4.7,5.0,5.0,4.0,"The best thing about DesignLab is that the course is well-organised - the units enabled me to take more and steps to building a good foundation for knowledge and stretched my skills further and further with every exercise. Each unit is calibrated perfectly... Read More so that it’s not too difficult that you’d give up, but challenging enough to keep stretching your skills. The mentorship is excellent - my mentor provided help by suggesting readings and resources, shared tips and real life design problems from his own experience, guided me through some design related work processes I was working on for my job, and provided emotional support so that I could felt like someone was really rooting for me! The course interface is also great - very straightforward, brings the course materials, mentor sessions, AND a huge gallery of past and current students work for endless inspiration! I’d love to do more courses after a short break - next course I’ve ever done and I’ve done a lot!Read Less",UX Academy Foundations,UX/UI Design +273652,10697,designlab,Danny B Kim,False,2021,Great intro to UI course,2021-02-13,4.7,5.0,4.0,5.0,"I think it was a really great course for intro UI course. Nice readings and assignments. The only problem might be the name itself. I don't think this is a Foundation UX course, this is more Foundation UI I think... But I'm not sure, since I'm new to... Read More this world of UX. I might be wrong. It just felt like more UI classes than UX for me. And they were great.Read Less",UX Academy Foundations,UX/UI Design +273604,10697,designlab,Ashley Brown,False,2021,Overall a great course for learning the fundamentals UI and visual design,2021-02-12,4.7,5.0,4.0,5.0,"Overall I'm very happy with my experience taking UX Academy Foundations through DesignLab. I initially registered for their Design 101 course but as they were transitioning to Foundations they allowed me to transfer my registration to the new course instead.... Read More I found the DesignLab staff to be friendly, accommodating and willing to answer any questions I had quickly. The course is over 8 weeks and intended to be a preparatory course to apply to their UX Academy but it has a lot of merits on its own. It's broken into 8 different sections, each focused on different aspects of UI and visual design from visual design basics, to UI elements and principles, to color and type and so on. There are various readings and projects for each session and the projects vary from copy work, written reflections and hands on design projects with briefs. The final project is a 10 hour design challenge to design a website and three mobile screens for a fictional travel site. The curriculum covers web design, responsive design and mobile app design. An important note that this course mainly covers UI and visual design and there is not a ton of information on UX design except for an optional section at the completion of the course. This is understandable as the UX design portion is covered in their UX Academy course. The majority of the work is self-paced and there are not set times for taking the coursework which is nice and allows for a flexible schedule. In addition, it seems as if you have lifetime access to the coursework, even after you submit your final project. They pair you with a mentor who is working in the field and you have weekly hour sessions with your mentor to ask any questions and review design projects. Your mentor can also comment on your design work through their online portal outside of your scheduled sessions. You're also given access to a Slack channel so you can talk with other students also in the program. I enjoyed working with my mentor, who was able to give me specific, actionable feedback on my projects as well as the reasoning behind her suggestions and was readily available via Skype and email outside of our sessions. Ultimately, I feel as if I learned a lot about UI, visual and web design and feel like I've established a great baseline of knowledge to add to my resume and to offer to future employers. However, it is is a significant investment of time. They estimate 10 - 15 hours per week, which I would say is mostly accurate, though some weeks I'd say I was doing closer to 20 - 25 hours a week on iterations and revisions of the design projects. As someone who does not have children or a particularly demanding job this was doable for me, but if you work a lot of hours or have children, it may be harder for you to complete everything required within the time frame. For the majority of the course I worked both nights and weekends to complete what I needed to on time. In addition, it is self-paced, so you get out of it what you put into it. If you're not willing to put in the time to do the readings, prepare and participate in your mentor sessions and do the design work and iterations/revisions, you may not find this course as satisfying as I did.Read Less",UX Academy Foundations,UX/UI Design +273602,10697,designlab,Anonymous,True,2021,"Very pleased and impressed with the thorough training, quality of the curriculum, and mentor sessions",2021-02-12,5.0,5.0,5.0,0.0,"I did not have any UX/UI design experience going into this program. I selected Designlab because of the positive reviews, and the opportunity it would give to have some one-on-one feedback from a mentor. I was very impressed with the thorough education... Read More I received. I especially appreciated that the units were broken down into digestible and attainable goals. I especially enjoyed the conversations with my mentor where I could ask specific questions about my work and learn more about real-life applications to the profession of UX/UI.Read Less",UX Academy Foundations,UX/UI Design +273594,10697,designlab,Anonymous,True,2021,Great foundational course for someone who has no design background.,2021-02-12,5.0,5.0,5.0,0.0,"Pros: - The reading content for each unit was very clear, concise and engaging - The weekly projects within each module are setup to help you put your learnings to practice - My mentor was very helpful, caring, and interested in introducing me to the... Read More industry Cons:Read Less",UX Academy Foundations,UX/UI Design +273590,10697,designlab,Anonymous,True,2021,"This was a great program, the mentoring was incredibly useful.",2021-02-12,4.7,5.0,4.0,5.0,"This program has taught me a lot about design. I really enjoy the mentoring sessions, I chose to complete the course in 4 weeks, and it wasn't overwhelming, I also work full-time (unrelated to design). The program is self-paced and there is not a recommended... Read More schedule, so before I started I wrote down when I wanted to accomplish everything. Most of the lectures are writings online, with a few video tutorials. There is a lot of time spent on projects which I really enjoyed, as I prefer doing projects and learning by experience as opposed to tests or lectures. It was really simple to contact my mentor and set up the meetings, she was very helpful and gave me some tricks. I like that all the mentors are working in the UX industry so they have practical experience. Overall, this program was amazing and I am excited to do the full boot camp.Read Less",UX Academy Foundations,UX/UI Design +273586,10697,designlab,Maria Vavrova,False,2021,Great intro into the world of UX,2021-02-12,5.0,5.0,5.0,5.0,"I really enjoyed the UX Academy Foundations course! I did it part-time alongside my job, and it was manageable - not overwhelming and not dull either. The projects were fun and interesting, and for me, the possibility to have 8 mentor sessions added great... Read More value to the course. I think the course provides an excellent insight into the UX/UI world, and it serves as a good starting point for people who want to continue to the UX Academy.Read Less",UX Academy Foundations,UX/UI Design +273580,10697,designlab,Richard,False,2021,Easy and step by step guide to assist you,2021-02-11,3.7,4.0,4.0,3.0,I learned alot and it was in a format that was easy to digest. The mentorship was a cool feature to have someone physically go over all the projects with aswell as go over all your goals and any tips you would have going into the career. I enjoyed the... Read More whole adventure and plan to move forward to ux academyRead Less,UX Academy Foundations,UX/UI Design +273579,10697,designlab,Anonymous,True,2021,Impactful,2021-02-11,3.7,5.0,5.0,1.0,"This course was a great introduction to design. I learned a huge amount in a short time. The pros of the course were: Great lesson plans lots of hands on projects design software tutorials tons of interaction with other students one on one mentorship... Read More lots of focus on visual design The few things that could be improved were some confusing directions for assignments, but the Designlab team was very helpful whenever questions or problems arose.Read Less",UX Academy Foundations,UX/UI Design +273565,10697,designlab,Anonymous,True,2021,Project designer,2021-02-11,4.3,5.0,4.0,4.0,It is a good course for beginners. You will learn how to use the software and basic knowledge about the UI. The mentor will guide you through the project that you did. This really helps you to get more clear about this field. And iterations give you room... Read More to grow your skills.Read Less,UX Academy Foundations,UX/UI Design +273548,10697,designlab,Janelle Suzara,False,2021,"Easy to Use, Content is Straight and to the Point, Projects are SO Helpful",2021-02-10,5.0,5.0,5.0,5.0,"The Designlab UX Foundations course was awesome! I came with no design experience and ended the program with SO many new design skills and confidence. Looking back ay my projects, it's so cool to see the progression and growth. I feel more than equipped... Read More to jump into the UX world and keep learning.Read Less",UX Academy Foundations,UX/UI Design +273544,10697,designlab,Erin Yu,False,2021,UX Academy Foundations Review,2021-02-10,5.0,5.0,5.0,5.0,"The 8-week UX Academy Foundations course completely exceeded my expectation. Designlab wrote their own curriculum and it was written really well. In each unit, you have plenty of opportunities to practice using design software such as Figma (the tutorial... Read More is built in in the Foundations course). You will get very familiar with Figma at the end of the course. Another thing I wanted to mention is that you will have 8 weekly calls scheduled with your mentor. Your mentor will be someone who has direct working experience in the design industry and they will provide you with timely feedback on your projects. My mentor has been very responsive and helpful so I really appreciated that. I would recommend this course to anyone that doesn't have a design background but is interested in pursuing a career in UX design.Read Less",UX Academy Foundations,UX/UI Design +273537,10697,designlab,Nathan Emberson,False,2021,Great UI/UX intro course,2021-02-10,5.0,5.0,5.0,5.0,I took this full time with the intention of going into UX Academy immediately afterwards. I found their estimates for course work to be underestimates by about 25 to 50%. There are parts units they don't count but are really worth doing if you are not... Read More familiar with the tool you use (Figma).Read Less,UX Academy Foundations,UX/UI Design +273514,10697,designlab,Anonymous,True,2020,Great in giving you the foundation!,2021-02-09,4.0,4.0,4.0,4.0,"I enrolled in Designlab’s Design 101 and UX Academy last year. The courses were great in teaching you the foundation of UX. I loved my mentors and easily having the ability to connect with my peers every week. I’d say the program does well in teaching... Read More you the “ideal” design process, but it doesn’t reflect the real world necessarily. Keep that in mind with any program you choose.Read Less",UX Academy,UX/UI Design +273488,10697,designlab,Kaavya P,False,2021,"I learned a lot quickly, and had wonderful mentor support.",2021-02-08,5.0,5.0,5.0,5.0,"Pros: - I was paired with an amazing mentor who took the time to help me with difficult assignments and modeled effective strategies for tackling projects. - The curriculum is top notch and utilizes project-based learning to guide you from novice to experienced... Read More user, especially in new software like Figma and Sketch. I'm a former teacher and PBL has always been the most effective learning strategy for children. Why not adults? DesignLab shines here. - Outside resources are shared alongside in-house curated curriculum. Cons: - Nothing really! There were some bugs but I was in the Foundations Beta, so it was to be expected! They've launched now, so those should all be gone.Read Less",UX Academy Foundations,UX/UI Design +273466,10697,designlab,Anonymous,True,2021,A great introduction to the world of UX!,2021-02-07,5.0,5.0,5.0,0.0,Designlab makes it easy to jump in with both feet. UX Foundations is a great introduction for those who have only just discovered the world of user experience/interface. The course is 8 weeks (roughly 10 hours a week) and takes you from total newbie to... Read More knowing a thing or two! The course prepares you for their larger Academy for those looking for a career boost or change. I'd recommend this course to all looking for a challenge but wanting great support.Read Less,UX Academy Foundations,UX/UI Design +273431,10697,designlab,Hannah Park,False,2021,Most valuable decision for my career,2021-02-06,5.0,5.0,5.0,5.0,"DesignLab was referred by a friend after I decided I wanted a career shift from Sales to UX Design. DesignLab was a great stepping stone to start making that shift. Pros: Mentorship program, the projects, reasonable time commitment, community Cons: -",UX Academy Foundations,UX/UI Design +273328,10697,designlab,Marshall Thompson,False,2021,Amazing experience and great mentors,2021-02-03,5.0,5.0,5.0,5.0,The curriculum and the guidance of a mentor was supper helpful. There were lot of useful resources like the schools slack community for support and questions. I really like how the school gives video tutorials and guided walkthroughs. they encourage student... Read More to reach outside there comfort zones and reach out for help and criticism from other student or outside resourcesRead Less,UX Academy Foundations,UX/UI Design +273187,10697,designlab,Josh Ayala,False,2021,The best ux foundations course out there!,2021-02-01,5.0,5.0,5.0,5.0,"The pros were learning how to design for a user, having a mentor to help guide you through the entire course, project feedback, and resources provided by the mentor. I didn't find any cons. I had a great experience in the UX Academy Foundations course.... Read MoreRead Less",UX Academy Foundations,UX/UI Design +273183,10697,designlab,Sean-Andrew Narcisse-Spence,False,2021,Exactly What I needed.,2021-02-01,5.0,5.0,5.0,0.0,"The purpose of this course is to get you up to speed for their bootcamp. I know I still have a lot to learn in the field of UX, but I feel like I know enough of the language, conventions, and importantly how to use the software of that field, that I could... Read More take a course in it. Here or anywhere.Read Less",UX Academy Foundations,UX/UI Design +272807,10697,designlab,Jelena Gavrovic,False,2021,"Great course, especially for non-designers to learn design basics and get a sense of what UX/UI design is about.",2021-01-25,5.0,5.0,5.0,0.0,"I have to say, before enrolling in this course I had some concerns such as: I didn't have any previous design knowledge, I was coming from a completely different job industry (tourism) and my final concern was my non-native English (even though, I live... Read More and work in English-speaking country for the past 4 years). Besides all these concerns, I managed to finish the course within 4 weeks (the course is designed to last 8 weeks), learn so many useful and interesting design-related things, connect with some amazing people, and apply and get accepted into the UX Academy. I am so happy I decided to enroll in the UXA Foundations and finish it as planned. This course is a great opportunity for anyone who wants to make a career change, who doesn't have any design experience, want to try it out, and see if they like UX/UI design before committing themselves to 3, 6, or 10 months long Bootcamp. I would definitely recommend this course to anyone interested in UX/UI design, you wouldn't regret it.Read Less",UX Academy Foundations,UX/UI Design +272602,10697,designlab,Andrew,False,2020,UX Academy taught me everything I needed to know for a career in design.,2021-01-21,5.0,5.0,5.0,5.0,"I felt like DesignLab's UX Academy really prepared me well. The curriculum was excellent, and I felt like the pacing was perfect. I chose the full-time track, which is exactly what it sounds like, but they do offer a part-time track that allows students... Read More to take their time with the course. PROS: - The reading material almost never felt too long (with few exceptions, mentioned below) and most selections were an easy read. - I felt like I was fully prepared to tackle the capstones in Phase 2 after using the projects to build my skills to a cumulative project at the end of Phase 1. - My mentors in both UX Academy and Career Services were instrumental in my success and I felt like I had plenty of time per week to get the assistance I needed. - The group crits were fun and engaging and helped me practice giving and receiving feedback in a safe space. - For the most part, Career Services helped me build out my job hunting skills through resume and portfolio reviews, mock interviews and design challenges, and many other strategies. - The cons of Career Services (discussed below) were addressed with me during an exit interview followup, which shows that DesignLab actually cares about providing the best experience possible. They are working hard to overhaul and improve this phase of the Academy. CONS: - Some (but not much) reading material was long and dry (mostly book excerpts). - Career Services needs to be less linear and had a lot of unnecessary projects such as directionless mini capstones. - I would love to see more integration of real-world projects with companies, whether paid or volunteer. This was the biggest criticism that was given to me during the job hunting process since all I had were student projects. This is another thing that DesignLab has told me they were looking to add. Overall, I would highly recommend DesignLab to anyone looking to start a career in UX Design.Read Less",UX Academy,UX/UI Design +272563,10697,designlab,Anonymous,True,2021,"Great online course. Clear, concise and practical.",2021-01-20,5.0,5.0,5.0,0.0,"This online course was super flexible. Even as a full time student, I was able to take the course on my own pace and learn the depths of design. The amount of reading and deliberate practice was concise and practical for my schedule. I would highly recommend... Read More this course to anyone who’s new to UX UI design.Read Less",UX Academy Foundations,UX/UI Design +272514,10697,designlab,Laura Feller,False,2021,Fantastic mentor support and curriculum!,2021-01-19,5.0,5.0,5.0,0.0,"I started the foundations course in December of 2020 and finished early January 2021. I couldn't be happier with my choice. I interviewed several bootcamps and this one by far was best overall. The education, online courses, support, cost and mentor you... Read More receive was second to none. It is simply the best fit for me. Once I got into the program, I was blown away by how the material was broken down (they also made it fun and engaging with conversation reading material and fun projects). I enjoyed it the course and would recommend them to anyone asking! Taking this course solidified my plans to take the full UX academy they offer.Read Less",UX Academy Foundations,UX/UI Design +272398,10697,designlab,Amanda Kim,False,2021,Great Foundation Course w/ Lovely Slack Community!,2021-01-18,3.3,5.0,4.0,1.0,"The course presents a nice curriculum mainly on basic UI design elements and it's up to the student on how they apply their empathy skills on their projects. I can certainly say that the projects gave a great solid foundation to build on because you will... Read More also be paired with a mentor who will provide valuable feedback on your projects and teach you to understand the material better. I had no prior background in design and looking back at the projects I worked on, I can definitely see how much I grew! I highly recommend this course to anyone wanting to get their feet wet in UX/UI.Read Less",UX Academy Foundations,UX/UI Design +272382,10697,designlab,Elizabeth Navalta,False,2021,Design 101 was exciting and helpful.,2021-01-18,4.3,5.0,5.0,3.0,"I think what puts this course on top was the 1:1 meetings you have with your assigned mentor. Being able to have a dedicated time slot to ask as many questions and receive helpful feedback was the number one thing I was looking for. Another pro was the... Read More ability to send other students feedback/comments on their work if you wanted to receive/give any. Another pro for Design 101 is the work flexibility. I work full time and it has been years since I have been in school, however, the flexibility allowed me to adjust my schedule to where I was able to work everything out in time. I think the one con for me was understanding the ask of the assignments. This may have just been me but in order for me to understand the ask completely I was clicking through other students assignments, making sure I wasn't doing something completely off.Read Less",Design 101,Other +272357,10697,designlab,Ye Ji Lee,False,2021,Great learning experience!,2021-01-17,5.0,5.0,5.0,5.0,"I took the UX Foundations at Design Lab it was one of the best decisions Ive ever made for the year 2020. Ive been trying to do a career switch and taking this class really gave me hopes that a career change is possible if you have the right resources... Read More and meet the right people. I had no experience with any UXUI but UX Foundations lavished me with amazing information and different tasks for me to practice and learned so much the past 8 weeks. If you take this course, it usually takes 8 weeks to finish for part time but can get it completed and approved the longer you work on it. I love how it is self paced and how you can work on it whenever you have the time. Its not like you have to attend any calls or class that is mandatory. My mentor Katie was more than amazing. She went above and beyond with giving me the help that I need. They provide you with great experienced UXUI mentors to guide you through the sessions and help you make changes if you need. I also personally want to say that the Admission team and the Tech team are magnificent. They're just on point in responding to your messages and if you need help. Super approachable to help your online classes go smooth. Ive heard about Designlab through a friend and whoever is thinking of doing a career change in UXUI, this is the platform to take. Super affordable, well thought through and the curriculum is great. I cannot emphasize it enough. Just finished the UX Foundations and now Im going to apply for UX Academy. Im super stoked and cannot wait for the next steps. :)Read Less",UX Academy Foundations,UX/UI Design +272323,10697,designlab,Casondra Logan,False,2021,Empowering,2021-01-16,5.0,5.0,5.0,5.0,"At first, I was nervous that I might underperform or miss deadlines because of my ADHD. I am so glad to be able to say this never was a problem for me. UX Foundations was written in a way that just clicked. I was paired with an amazing mentor. She challenged... Read More me and left the projects open-ended to explore them on my own terms. I never felt boxed in at any point. Today, I am confident in my design skills and feel motivated to learn more. UX Foundations is not easy, but if you are passionate about UX/UI, you will find this course a perfect fit for you.Read Less",UX Academy Foundations,UX/UI Design +272293,10697,designlab,Anonymous,True,2021,"Overall great experience, and a great way to boost your career!",2021-01-15,5.0,5.0,5.0,5.0,UX Academy is a great way to learn UX/UI design and prepares you for a clear career path. It gives you an upper advantage and helps you stand out in the job market. Having a mentor really helps guide you and helps to pivot you in the right direction.,,Unknown +272268,10697,designlab,Paula Wrzecionowska,False,2021,Foundations,2021-01-14,5.0,5.0,5.0,0.0,"I had a pleasure of taking the UX Foundations course just recently and would love to recommend it to everyone looking to start their design edu journey and also for those undecided whether the design field is good for them and would like to check out... Read More a shorter class without a huge commitment. It's an 8-week long program, I was personally able to finish it within 4 weeks on the top of having a full-time job. I liked that the class was heavily project based as I was able to get consistent feedback from my mentor on my progress and work on the actual tasks and practice my new skills.Read Less",UX Academy Foundations,UX/UI Design +272247,10697,designlab,Priyanka K,False,2021,Great mentor led approach,2021-01-14,5.0,5.0,5.0,0.0,"Even though I studied at fashion school and have somewhat of an experience with regards to colour theory, visuals, etc, I was amazingly surprised by how much more I had to learn. The content on the platform was super easy to understand and the mentor... Read More sessions were amazing. I choose designlab after conducting my own internet research, reading about the platform on blogs, watching youtube videos, etc, and I must say, their pool of mentors and the quality content is absolutely amazing. I am excited to begin my journey into UX with Designlab after this.Read Less",Design 101,Other +272197,10697,designlab,Nir,False,2021,An interesting course with a perfect curriculum,2021-01-13,4.7,5.0,4.0,5.0,"I signed up for the course after conducting a market survey and not finding something that seemed professional enough in my country. The course presents a comprehensive and interesting curriculum. The exercises they have built are very professional and... Read More help to understand the material in a clear way. In addition, the most significant part of the course is the conversations with the mentor. My mentor was excellent and gave tips that were worth it allRead Less",UX Academy Foundations,UX/UI Design +272193,10697,designlab,Anonymous,True,2020,An Incredible School!,2021-01-13,5.0,5.0,5.0,5.0,"This program far exceeded my expectations. I was looking for an introduction into UX Design to make sure that the industry would be a fit for me before proceeding to full-time program and this program not only made me fall in love with the industry even... Read More more, but I feel as though it boosted my confidence transitioning into a new career path. I was stuck between DesignLab and a few other schools, but what sold me is that with DesignLab, you work one-on-one with a mentor who is experienced in the industry and prepares you for what lies ahead. My mentor was helpful and pushed me to grow in just the 4-week duration of the course. The program is laid out in a precise, yet easy-to -follow manner, the price is right, the team at DesignLab genuinely cared about my well-being and was accommodating when I had concerns regarding my personal life and health affecting my goals with the course without letting me fall behind. Lastly, the environment of the school is fun! I got to know my fellow classmates better and build a support group throughout the process. I have enrolled in DesigbLab's UX Academy and I could not be more confident and excited moving forward with this school!Read Less",Design 101,Other +272184,10697,designlab,Isabel Moranta-Alorda,False,2020,Designlab UX FOUNDATIONS has been great!,2021-01-12,5.0,5.0,5.0,5.0,"As a person with no prior background in design, this course has helped me ground myself in the fundamentals and served as an initial point for me to start my UX career. I would highlight the fantastic onboarding process, my mentor support, and the challenging... Read More UX content that has made me grow from zero to hero in only four weeks. I highly recommend it!Read Less",UX Academy Foundations,UX/UI Design +272175,10697,designlab,Anastasia,False,2021,Excellent synthesis of theory and practice,2021-01-12,5.0,5.0,5.0,5.0,"It was a great experience for me to attend this online course. The mentor was very attentive to my project and was always ready to help me. Also, he suggested and sent me a great collection of books which were very useful while studying on this course.... Read More Will I take another course too? Definitely! I'm 100% satisfied with the resultsRead Less",UX Research & Strategy,UX/UI Design +272153,10697,designlab,Anonymous,True,2020,I really enjoyed this course and learned so much from it.,2021-01-11,5.0,5.0,5.0,5.0,"I’ve learned some of the most important parts of UX design. Now I’m more confident in knowing how to conduct research and generate artifacts. Within the course I had an ability to organize mini research and analyze all the data and insight into artifacts.... Read More After this course I understand better the importance of the research and now I know how much better the product can be, if we follow step by step product development process.Read Less",UX Research & Strategy,UX/UI Design +272152,10697,designlab,Vanessa Ng,False,2020,UI Design Course Review,2021-01-11,5.0,5.0,5.0,5.0,"The UI Design short course was an absolute delight. As someone who is beginning their journey into UI/UX, I really enjoyed working with my mentor. The sessions really assisted me with critical design thinking and human-centered design. So worth it :)",UI Design,UX/UI Design +272135,10697,designlab,Kate,False,2021,UX Academy Foundations - thorough and well organized,2021-01-11,5.0,5.0,5.0,5.0,"I signed up for this course because I wasn't sure if I wanted to take a full boot camp yet. This was the only course I found that focuses exclusively on web design, and was a shorter course, and it had a lot of good reviews. The course was extremely well... Read More organized and broken down, and the site was easy to navigate (which you'd hope would be the case for a course all about web design!). The readings were all helpful and informative, and most were written by Designlab itself rather than linking to outside articles (and the ones that they did link to were also great). There were also many projects, starting from simpler ones and moving to more difficult ones, where it was tricky but not so hard that I felt discouraged. My mentor gave very helpful feedback. Because of my positive experience in UX Academy Foundations, I have applied to UX Academy and hopefully will be starting that this month. If you are looking for a course that involves coding this is not it. There would be no way to include a coding element in addition to all the information they provide, and I don't think it's necessary to include, and think it is the right choice for them not to include it. But if you want a course that covers coding, you should know that is not part of the curriculum.Read Less",UX Academy Foundations,UX/UI Design +272120,10697,designlab,Anonymous,True,2021,Great if you don't have a design background/portfolio,2021-01-10,3.7,4.0,4.0,3.0,While I come for a design background I didn't have a portfolio together. I highly recommend using UX Foundations to get comfortable with basic design elements AS IT PERTAINS to UI design. That + tutorials with your design tool of choice (Figma or Sketch)... Read More will get you up to speed for UX Academy.Read Less,UX Academy Foundations,UX/UI Design +272100,10697,designlab,Wynter Gilbert,False,2020,A great course for those beginning their journey into UX,2021-01-09,4.0,5.0,4.0,3.0,This course definitely gives you a solid foundation to build on. I love the fact that it is a project-based course. I also like that you receive feedback within a timely manner from mentors and I appreciate the online slack community that the course provides.... Read MoreRead Less,UX Academy Foundations,UX/UI Design +272093,10697,designlab,Kim,False,2021,Excellent Hands-On learning program for UI and Design Principles,2021-01-09,3.7,5.0,5.0,1.0,"I learned a lot and have improved my graphic and UI skills while taking the Designlab Foundations program. The program included short lessons on each topic and many practice exercises and projects, which I especially enjoyed because it was a chance to... Read More be creative while learning. The lessons on how to use Figma were very helpful and I feel confident using it now. Having a industry professional as my mentor was extremely helpful, and we talked about everything from the course material to Figma, to working in the UX/UI industry and some of my own projects I was working on. She showed me shortcuts and saved me hours of time of searching the internet trying to figure things out myself. I really enjoyed how the course was structured, each lesson built on the previous ones and pushed you a little further each time with manageable challenges. I liked how there were some concrete deadlines, but there was flexibility within that to do the course on your own time and pace. I am hoping to continue onto UXAcademy after this because I felt like this course program really worked for me and I want to continue learning and most importantly practicing, which is the strength of this program. There is no structured job support for the Foundations class the way there is for UXAcademy - so I gave that a low star rating there- it's not applicable for this for this program. But you could always discuss the topic with your mentor.Read Less",UX Academy Foundations,UX/UI Design +272032,10697,designlab,Muhammad M,False,2021,Zero to Hero,2021-01-07,3.0,4.0,4.0,1.0,"I feel worlds away from where I was when I started and feel confident in creating UI. A challenging curriculum matched with industry experienced mentors made for the best value in my opinion. The DL team is also very friendly and approachable - happy... Read More to help you in any way they can! All & all I'm glad I took this course, I wouldn't have been able to get where I'm at right now in 4-8 weeks myself - the curriculum is thorough, assignments are challenging, and mentor sessions are key.Read Less",UX Academy Foundations,UX/UI Design +271152,10697,designlab,Anonymous,True,2020,Worth taking up - especially when you are deciding to pursue design or not.,2020-12-07,3.7,4.0,4.0,3.0,"Pros: 1. They find great mentors who really make the experience of the program worth it. 2. The content and curriculum itself - very informative. They do a great job in consolidating the structure you need to set yourself for more robust learning and... Read More investigation. The content is pretty accessible in many places online, but DesignLab is able to pull it in a way where all the information is readily available for you to pick up. 3. It's pretty demanding, but with good planning, all the coursework is manageable. Cons: 1. The website itself is sometimes buggy2. They have a lot of requirements for completion 3. Group Crits - sometimes they are a huge hit, and sometimes they are a huge miss. I prefer a bit of consistency. Re: Job Support - TBD I have not reached that stage yetRead Less",UX Academy,UX/UI Design +271144,10697,designlab,Kevin Talley,False,2020,Design Labs 101 has been extremely helpful in getting a solid foundation on UX/UI techniques and principles.,2020-12-07,5.0,5.0,5.0,5.0,"If you are coming into Design 101 blind to UX Design, you're in luck. They provide a quick tutorial for the software of your choosing prior to the course starting. I chose Figma which has proven to be useful in finishing my projects on time. Each project... Read More submission is carefully reviewed by an assigned mentor who is experienced in UX/UI Design. They provide feedback on every feature of your project's deliverables in a timely manner.Read Less",Design 101,Other +270944,10697,designlab,Ngoc Truc Tran Le,False,2020,Engaging UX Course,2020-12-01,4.0,5.0,4.0,3.0,"I came from a design background with no knowledge of UX design. Although I have not finished the course yet, I feel that UX Academy quickly prepared me for the industry and its expectations. Their foundations course created an excellent base for the information... Read More that I needed to absorb in UX Academy.Read Less",UX Academy Foundations,UX/UI Design +270794,10697,designlab,Michael Lupia,False,2020,Phenomenal Jump Start!,2020-11-23,5.0,5.0,5.0,5.0,"As someone looking to switch into a UX/UI Design career, Designlab's UX Academy Foundations course was the perfect introduction to their main course, UX Academy (in which I am currently enrolled). Foundations taught exactly that: the core principles and... Read More building blocks necessary to pursue a career in this field, a foundation which I know I would not have been as successful without. The curriculum is engaging, and very thorough for an intro course. But it is the professional mentorship that really takes things to the next level, adding a personal touch and tips/advice/critique from someone with experience in the field. I highly recommend this course to anyone looking to get a start on their education in UX/UI!Read Less",UX Academy Foundations,UX/UI Design +270734,10697,designlab,Carlos Adrian Martinez,False,2020,Love it!,2020-11-22,5.0,5.0,5.0,5.0,"The Foundations course is the perfect introduction to UX Design. Coming from a completely separate career and no design background, I felt the Foundations course was a great introduction to what is to be, my future as a UX Designer. I am now entering... Read More the UX Academy and I felt it was a great introduction as the skills and knowledge I learned from the Foundations course made this a lot easier of a transition. I do not have any cons as I absolutely loved every step of the way.Read Less",UX Academy Foundations,UX/UI Design +270732,10697,designlab,Jessie Metivier,False,2020,What a great course!,2020-11-22,4.3,4.0,4.0,5.0,"Designlab really takes care of you. They provide you with the tools you need to learn, fast, efficiently and in the comfort of your own home. The mentor sessions are really helpful too, provided that your mentor puts the effort into your learning. If... Read More you feel like your mentor isn't putting much into reviewing your work, then you should probably switch mentors as fast as you can. The only con is that it wasn't entirely clear what was expected of me to ace the course, for instance, I had trouble getting into the Academy because I didn't attend all of my mentor sessions. I don't remember seeing/hearing anything about that being mandatory, actually, it rather seemed as if it was more recommended. In any case, they still do a great job with onboarding, and community engagement as well so if you're unsure of anything — ask away.Read Less",UX Academy Foundations,UX/UI Design +270731,10697,designlab,Lauren Pontzer,False,2020,Great Introduction to UX Design!,2020-11-22,4.3,5.0,5.0,3.0,The foundations program gives a great intro to UX design and introduces tools and concepts throughout. I felt like I was in the program much longer than I was because I had learned and done so much by the end. I highly recommend this to anyone considering... Read More UX!Read Less,UX Academy Foundations,UX/UI Design +270723,10697,designlab,Ren Blakely,False,2020,DesignLab's UX Academy Foundations,2020-11-21,5.0,5.0,5.0,0.0,"I had initially signed up for Design 101 with Designlab as a prerequisite to UX Academy, but I was asked if I wanted the opportunity to be a part of the beta cohort of UX Academy Foundations. I am extremely glad I chose to take part in UX Foundations.... Read More I not only learned core design fundamentals, but also learned so much about UX and UI design through the course and through talking with my mentor. The course was twice as long as Design 101 would have been, and I am very thankful for that extra time to take on projects, mentor sessions, and getting familiarized with Figma.Now that I am in UX Academy, I am grateful for all that I learned in UX Foundations. I don't have to spend time learning Figma, and I am more prepared for the coursework than I would have been just taking Design 101. I definitely recommend this course whether you plan on continuing with Designlab's UX Academy or you want a solid introduction to UX design.Read Less",UX Academy Foundations,UX/UI Design +270709,10697,designlab,Gen Ariella,False,2020,Learned a ton!,2020-11-21,5.0,5.0,5.0,5.0,"I really enjoyed this course. It allowed me to sharpen my knowledge of design principles, visual design, and UI design. I particularly liked getting feedback from my mentor and iterating my projects. UX Foundations was a great pre-cursor and gave me the... Read More confidence to take the UX Bootcamp course I'm in now.Read Less",UX Academy Foundations,UX/UI Design +270698,10697,designlab,Anonymous,True,2020,Informative,2020-11-20,4.7,5.0,5.0,4.0,"Overall a fun and informative program! Left with a general understanding of how to use Figma to design the basics of an interface. I would recommend this program to anyone interested in basics of UI design, Pros: Linear succession of modules Reasonable... Read More timeline allowed for note taking & digestion of material Fun informative readings Cons: Mentorship is divorced from course material (i.e mentor suggested using color via feedback but the brief requested black, white & grey only) Didn't develop a ""developer ready"" work flow.Read Less",,Unknown +270690,10697,designlab,Amanda Wright,False,2020,The best intro to UX!,2020-11-20,5.0,5.0,5.0,0.0,"I originally signed up to take Design 101 so I can apply to UX Academy, but I was given the option to take their beta course UX Academy Foundations. I was nervous to take a new course, but it was the best decision I could have made. I learned so much... Read More and felt very confident about my skills when I started UX Academy.Read Less",UX Academy Foundations,UX/UI Design +270685,10697,designlab,Anonymous,True,2020,A good starting point for getting into UX,2020-11-20,4.0,5.0,4.0,3.0,"This is a good way to get into UX design, especially if you have no design experience. The course takes you through all the main principles together with great assignments. A huge plus of this course is that you get assigned a mentor with whom you’ll... Read More be having weekly 1:1 sessions to go through your work and also get answers for any questions you may have regarding working in UX.Read Less",,Unknown +270675,10697,designlab,Rhea Acharya,False,2020,Design 101 review,2020-11-20,4.5,5.0,4.0,0.0,"Pros: Interesting, well-crafted contentMentorshipExcellent support teamCons: I found it expensive for a 1-month course, but you do really get quality content and invested mentors, so I guess it's worth it.Personally found the timeline a bit stressful.... Read More Having an extra week would have really helped take the pressure off. There's a lot of reading, so if you prefer another mode of learning( video, live classes) this may not be the right fit for you.You get a 1:1 call with your mentor for an hour every week. You have access to the assignments of your peers, and the feedback they've received, which makes a huge difference if you're stuck and don't know where to start. Overall an amazing course, mentorship is an added plus over most other courses. I've enrolled for UX Academy and I'm confident it'll help me launch myself into a UX career.Read Less",Design 101,Other +270671,10697,designlab,Chae Kwon,False,2020,I had a lot of fun and learned a lot!,2020-11-19,5.0,5.0,5.0,0.0,"I was gonna do the Design 101 course but was given the opportunity to try their new program (UX Foundations course) before the launch and I'm really glad I took the opportunity. Overall, I think it was a nice introductory to the bootcamp before getting... Read More more intense. COURSE: It was very much more focused on learning about the design aspect like design fundamentals, layout, color, font, etc. The course had a nice balance between the readings and assignments/projects. The readings were not longer than 20 minute reads and I found it to be very interesting. It felt like I was reading an interesting blog about design. There were several copywork assignments where we had to copy an existing design. I found it to be pretty redundant after doing it couple times, but others might've found value in doing those assignments. They also had summary of each unit on a pdf format, which was really nice so that I could reference back to them when I needed it for working on projects. I was able to manage the course working full-time. Designlab provide you with time constraints on each assignment so that you're not spending forever doing one assignment. Just keep in mind that you're gonna be spending more time outside of just the coursework. You'll be needing to make edits to your assignments/projects to improve upon them, meet with mentor, research if you're not certain of a topic, etc. But it's all totally doable! MENTOR: One of my favorite parts about DesignLab is having a mentor to guide you through the process. My mentor provided a lot of valuable feedback and insights. I was working on some personal UX side projects outside of the course and she was willing to provide feedback and guidance on that as well. One thing I did wish was that she would provide more constructive criticisms as I feel like I needed more of that, but she was still really resourceful. I think having the right mentor could make it or break it because they're the main interactive aspect of the course where you're getting real feedbacks from people in the industry. However, Designlab pointed out many times that they can change the mentor if you're not happy about it, I don't think anyone needs to worry about not finding the right mentor. SLACK CHANNEL: Designlab has a Slack channel for all the students who were or are in UX Foundations course. I didn't really use it as much as I had hoped to, but I think that might depend on people's personality and how motivated they are to try interacting with others online. I wouldn't say that it's superrr active where people are talking all the time. I would usually turn to Slack channels if I had any specific questions related to the coursework. DESIGNLAB'S SUPPORT: DesignLab has been very supportive throughout the entire process. I've gotten several emails from the support team just checking in on me to see how I was doing on the course. They are very friendly and approachable.CONS: (I can't think of much but if I HAVE to come up with something) - I wish slack channel was more active and there are some opportunities set from Designlab so that students can network. It would also be cool to be able to network with the alums who finished Designlab bootcamp and found a job. - Your experience can vary depending on who you get for your mentor. - I wish there was a general search feature for the course materials so that I don't have to dig through each lessons to find a specific topic that I'm wanting to reference upon.Read Less",UX Academy Foundations,UX/UI Design +270668,10697,designlab,Stefanie Meeder,False,2020,Great place to start my career switch! Exactly what I was looking for,2020-11-19,5.0,5.0,5.0,0.0,"I spent a long time thinking of attending a bootcamp. I compared them all over and over again. They all seemed too expensive, too common, too out of reach. Then I found Design Lab! They had everything I was looking for AND low cost. UX Foundations definitely... Read More set me up for success and got my design skills up to speed. I recommend this course for anyone who is thinking of attending a bootcamp online and has no design experience. Having a mentor that you talk to weekly was also very helpful since I had never done anything like the coursework before. Foundations is perfect for anyone looking to get their start in UX.Read Less",UX Academy Foundations,UX/UI Design +270667,10697,designlab,Jen Katheiser,False,2020,Review of Design Lab,2020-11-19,5.0,5.0,5.0,0.0,I have been taking the UX Academy Course from Designlab. I am learning the UX process and working on projects that simulate working in the UX field while building a portfolio. I meet each week with a mentor who gives me honest feedback and direction.,UX Academy,UX/UI Design +270665,10697,designlab,Julieth Arenas,False,2020,DesignLab was the perfect choice for me!,2020-11-19,5.0,5.0,5.0,5.0,At the beginning of my career I was feeling pretty lost and overwhelmed. Thanks to a UX designer on YouTube that mentioned DesignLab I was able to look into their program and I quickly realized it was exactly was I needed to move my career forward. I... Read More started with the UX foundations program which I loved because it helped me to see what were my strengths and weaknesses. I am now enrolled in UX academy and I am learning and growing so much as a designer. I look forward to landing my first job as a UI/UX designer.Read Less,UX Academy Foundations,UX/UI Design +270663,10697,designlab,Anonymous,True,2020,Great preparation course for DesignLab UX Academy bootcamp,2020-11-19,5.0,5.0,5.0,0.0,"Completing UX Academy Foundation has prepared me immensely for the DesignLab UX Academy bootcamp. Not only it gave me solid foundation in design principles, but also time management and the discipline needed prior the UX bootcamp. Highly recommend this... Read More course if you're considering DesignLab UX Academy bootcamp!Read Less",UX Academy Foundations,UX/UI Design +270654,10697,designlab,Florence Liu,False,2020,Cohesive Introduction to UI and UX Fundamentals,2020-11-19,4.3,5.0,5.0,3.0,"UX Foundations was a great 8 week course through Designlab, and I was very grateful for the course's overall program structure and design. Each week we would learn valuable lessons about UI fundamentals - from visual design concepts like Gestalt principles,... Read More color, typography, and more, we would then have design briefs to work on that would directly relate to our lessons. We were able to design for a variety of different platforms - from desktop, mobile, and even did responsive web design. The best part of the entire program was the immediate community we all got, with a Slack channel for all students to network and support each other, as well as 1-1 mentorship with very thoughtful and encouraging mentors. My mentor was always extremely detail-oriented in his feedback and really challenged me to broaden my perspectives of what good user-centered design choices looked like. I was always grateful that he would share examples and insights from his own work for design issues I ran into on my own assignments. He was always encouraging and supportive of the work I was doing, yet never shied away from giving constructive criticism and great, responsive feedback when needed. I also was able to attend a group critique similar to the ones that the students in UX Academy would be able to, which was a great introduction to design critiques that are so important in the UX Field. Overall, I had a great experience in UX Foundations and felt it really did give me strong foundation for UX and UI concepts and really gave me the beginning of a formal education I've always wanted to continue pursuing a career as a UX/Product designer.Read Less",UX Academy Foundations,UX/UI Design +270648,10697,designlab,Anonymous,True,2020,UX Academy Foundations,2020-11-19,5.0,5.0,5.0,0.0,"I had a great experience in Designlab's UX Academy. I learned a look of basics about both UX/UI design, which has helped me quite a bit in my current UX Academy bootcamp. I love that the course is entirely self-paced, so it worked around my schedule.... Read More My weekly mentor calls helped me stay on track and provided personalized guidance on my projects. I also found the admissions and support staff to be extremely helpful.Read Less",UX Academy Foundations,UX/UI Design +270619,10697,designlab,Ana,False,2020,Great experience!,2020-11-19,4.0,4.0,4.0,0.0,"PROS: The program is great! material is easy to follow and self-paced which was what I was looking for. Their customer service is amazing! very friendly and very responsive. Having a mentor guide you is very helpful in the career developing process and... Read More decision-making. CONS: most of the learning materials they offer are articles and readings. Not much of videos or interaction learning. Depending on your mentor, sessions can go very well if you have the right questions.Read Less",,Unknown +270595,10697,designlab,Srujana Puttreddy,False,2020,Excellent mentored foundation course with a supportive community and career coaching,2020-11-18,4.7,5.0,5.0,4.0,"UX Academy is a very well structured course that helps you gain the foundational skills you need to work in the UX/UI field. I learned not only design skills, but also how to conduct research, and how to give and receive feedback ( which is critical to... Read More working on a design team). In addition, I learned how to iterate quickly, and learned how to justify my decision decisions ( important when collaborating with and managing stakeholders) and how to present my design process. Having a dedicated mentor guiding you is one of the best parts of this course. I learned so much from my mentor and am very glad that he challenged me and made me a better designer. In addition to this, they also have a very supportive community of students, former students, teachers, and mentors who you can reach out to for help. The community discussions and feedback keep you motivated and are excellent for networking. So by the time you graduate from the course, you already have your own network of people to help you find a design job.Read Less",,Unknown +270587,10697,designlab,Melanie Berezoski,False,2020,I know I made the right choice!,2020-11-18,5.0,5.0,5.0,0.0,"I have a background in graphic design, though that was learned on-the-job and on my own. I wanted to expand my horizons but I was intimidated. Many bootcamps I researched expected you to have a certain amount of knowledge or experience going into it.... Read More My primary focus was a back-to-basics approach. I wanted to feel confident that I'd have the understanding necessary to interact effectively with others in the industry, and of course eventually land a job in UX! Participating in the UX Academy Foundations course allowed me to quickly become immersed in the world of UX. I found that my design skills helped in some areas, and I learned a lot about whole new areas, like focus on the user, and making their experience number one, rather than just making it look good. I love that you're paired with a mentor right away and they give you insider knowledge and feedback all along the way. After the Foundations course I decided to apply for the UX Academy. I was confident that what I'd learned would help me get there. So now I can continue my learning in an area that excites me and teaches me something everyday! Like the name implies, it gave me a great foundation for this journey.Read Less",UX Academy Foundations,UX/UI Design +270575,10697,designlab,Joanna Ewa Kowalska,False,2020,Excellent,2020-11-18,5.0,5.0,5.0,0.0,I really enjoyed the Academy. I have learned a lot in a very practical way. I like the studying system that allowed me quickly to practise my learnings. A great help and support were also mentoring sessions and group crits. It gave me a chance to work... Read More and create with wonderful people from all around the world.Read Less,UX Academy,UX/UI Design +270568,10697,designlab,Bash. L,False,2020,A Great Place to Start If You Are Unsure Of A Career Change,2020-11-17,5.0,5.0,5.0,5.0,"When I was doing research for UI/UX, I stumbled upon Designlab's UX Site. After reviewing their courses I felt over whelmed due to my lack of knowledge in design. I have background in sales and was ill prepared if I went straight in to the UX Academy... Read More course. I applied for the Design 101 course and then was offered a chance to try the Beta UX Academy Foundations. After going back and forth with a representative i decided to go forward with the beta due to the fact it was designed to better prepare you for the UX Academy Course. I had an amazing mentor who was extremely helpful and guided me to not only finishing my assignments but comprehending it's importance. After I was done for the course i applied to the Academy and as some one who is almost finish the course I am glad I took Foundations. I never felt behind with my assignments and it gave me more time to exam how i can be better. I definitely recommend UX Academy Foundations If you want to try out UI/UX and if you know absolutely nothing about design.Read Less",UX Academy Foundations,UX/UI Design +270564,10697,designlab,Anonymous,True,2020,Great intro into UX,2020-11-17,4.3,5.0,4.0,4.0,I'm so glad I decided to do UX Foundations with DesignLab. It was the perfect opportunity for me to learn more about UX and gauge my own interest in transitioning into the field. I really enjoyed the weekly meetings with my mentor and everyone on DesignLab... Read More team is extremely personable and helpful.Read Less,UX Academy Foundations,UX/UI Design +270561,10697,designlab,Anonymous,True,2020,Designlab is great,2020-11-17,5.0,5.0,5.0,5.0,"I honestly I did not think It was worth it trying a ""bootcamp"" but honestly I feel good that I made the right decision for staying with designlab. I have learn so much, not only. from their material but also my time management got better. They really... Read More care about who is taking their course and my mentor was also great.Read Less",,Unknown +270559,10697,designlab,Jimmy Shan,False,2020,Amazing.,2020-11-17,5.0,5.0,5.0,5.0,"UX Academy Foundations equipped me with the skills necessary to jump-start my career as a product designer. I am currently a student at UCLA studying Cognitive Science, and Designlab provided me the tools, mentorship, and skills necessary to figure out... Read More what I want to do after graduation.Read Less",,Unknown +270554,10697,designlab,Simon B,False,2020,A great prerequisite for UX Academy,2020-11-17,4.7,5.0,4.0,5.0,"This course was purely a prerequisite for UX Academy, which was my ultimate goal. Unfortunately, I've come from a print design background so my portfolio was not suitable to submit for entry. Although I was apprehensive at first, the course turned out... Read More to be surprisingly good! The curriculum was great, but the mentor sessions were the highlight of my experience. They paired me with a great mentor who was extremely knowledgeable and always happy to help.The only downside was that 1 or 2 of the exercises weren’t challenging at all, but only if you’re coming from a design background like me. This course is clearly catered for complete beginners to design and not just UX/UI design.All in all, the course was wonderfully orchestrated and compelling from start to finish. If you’re on the fence about this course, you need not worry!Read Less",UX Academy Foundations,UX/UI Design +270553,10697,designlab,Sara S Shaikh,False,2020,Rigorous learning experience with multiple avenues to learn,2020-11-17,4.7,5.0,4.0,5.0,"I am currently doing the UX Academy course and had previously taken the UX Foundations course (beta) earlier this year. Overall, I think it is a good learning experience for the amount invested. There were readings, assignments, and weekly mentor meetings.... Read More I felt that as a newcomer going into UX design with no design experience it was an adequate challenge -- not too easy or difficult and that I was well=supported throughout the course. I was pleasantly surprised that I didn't have a hard-time staying on track (although, this has been harder for me in UX Academy). I very much enjoyed the process of learning and applying what I learned right away to an actual assignment/project. Seeing my progress overtime was very rewarding as well. PS: I don't think there was a job support feature for Foundations but this review is asking me for a rating so I am putting one.Read Less",UX Academy Foundations,UX/UI Design +270552,10697,designlab,Anonymous,True,2020,Instilling UX/UI Design Foundations,2020-11-17,4.7,5.0,5.0,4.0,"I attended Designlab’s beta UX Academy Foundations course over the summer of 2020. I had just gotten laid off due to covid and thought why not take the opportunity to finally change careers. I had a successful fashion design background that I’d been thinking... Read More about moving away from over the years, envious of other colleagues finding greener pastures. Never one to throw in the towel, it was finally my turn. In my new career I wanted to utilize my visual design skills and my problem solving development skills. When reading about UX/UI design it sounded like something I could handle and hopefully excel at. I signed up for Designlab’s Design101 course first, and prepared by learning figma in Designlab’s little 7 day email course. By the end of the week I had a little mobile app prototype, and a small taste of the agile environment I was about to step into. I was hooked. When Designlab asked if I’d be interested to try their new beta UX academy foundations course instead of design101, I took their word for it and jumped in. The course runs 2-8 weeks, with mentor sessions once a week. I thought with my design background it would be easy. It was a lot of hard work and took dedicated time. I ended up finishing it in 5 weeks. Foundations consists of original and outsourced reading materials, copywork of popular sites, with creative design projects every chapter. It really helped build a strong UI foundation to build upon outside of UX academy.I think it was exactly what I needed to push me to learn and cover a wide range quickly. Did I need to supplement with outside materials? Yes, it only skims the surface to whet your appetite and give you confidence to go in deeper on your own. Did I enjoy it and think it was worth it? Yes!Read Less",UX Academy Foundations,UX/UI Design +270541,10697,designlab,Anonymous,True,2020,Ux Academy Foundations - The confidence and background I needed.,2020-11-17,5.0,5.0,5.0,0.0,At the beginning of this year I decided that I wanted to make a career change into the field of UX from teaching. Without having a design background I was intimidated to say the least. Designlab's 4 week Ux Foundations course gave me the background and... Read More confidence to apply for their UX Academy program that I am two projects away from finishing. The course was extremely helpful and my mentor was awesome. Thank you Designlab!Read Less,UX Academy Foundations,UX/UI Design +270532,10697,designlab,Andrew H.,False,2020,Great way to learn design tools before jumping into UXA,2020-11-17,4.3,5.0,4.0,4.0,"Jumping into foundations I was able to learn Figma really quickly while also getting a great foundational knowledge of the design process. In foundations the emphasis is on learning the tools. This helps you learn how to iterate very quickly with Figma... Read More or Sketch. All the lessons have both tools in mind throughout the course. If you're preparing to do UX Academy through DesignLAB, Foundations is a great starting point if you have no experience with common design tools in the field. It gets you up to speed so when you get into Academy you're full speed into the program.Read Less",UX Academy Foundations,UX/UI Design +270528,10697,designlab,Pablo Aymar,False,2020,A great way to start your UX/UI journey,2020-11-17,5.0,5.0,5.0,5.0,"There are many pros to this course, one of which is the mentorship along the way. Having someone in the field to speak to weekly helped me understand what I was getting myself into. The curriculum gets harder as you go, which is excellent. I think the... Read More only personal con was not hearing about the course earlier.Read Less",UX Academy Foundations,UX/UI Design +270524,10697,designlab,Micah Saugen,False,2020,Good foundations course with a focus on UI/Visual design,2020-11-17,4.0,5.0,3.0,4.0,"This course fast-tracks your background knowledge about UX/UI design principles and strengthens your visual design skills. The 10-hour design challenge project culminates your experience and gives you freedom to express yourself as a future-designer.... Read More My mentor was really understanding of changes in my schedule and gave awesome industry advice. Through the recreating projects, I became very familiar with Figma. This course aims to launch you into UX Academy, so if you want to make the switch but need an intro to design principles, this course is great. My only wish is they left breadcrumbs about UX as this course largely focused on visual design.Read Less",UX Academy Foundations,UX/UI Design +270523,10697,designlab,Kevin Chang,False,2020,Great starting point,2020-11-17,4.0,4.0,4.0,0.0,"I was contemplating making a career switch for a long time and Designlab's UX Academy Foundations was the perfect way to get my feet wet at a very affordable price. There are so many bootcamps out there today but a lot of them don't offer any intro course... Read More before the full thing. I have no design background so it was really nice to have a structured curriculum that I could work on at my own pace while maintaining a job. Although a lot of the information could be found for free if you searched online, but it was nice to have guidance on what was important to learn. I thought some of the assignments were a little too repetitive or more tedious than constructive but overall I was able to complete a 10 hour design challenge by the end of the course.My mentor was very accommodating and helpful in answering questions that I had. It was nice having someone I could rely.This is a great course for someone who wants to see if a career in UX Design is for them. Obviously, this course alone will not be enough to make a career change but it's a great way to get started.Read Less",UX Academy Foundations,UX/UI Design +270522,10697,designlab,Juan Jose Fernandez Moldes,False,2020,Excellent course,2020-11-17,5.0,5.0,5.0,5.0,"The only thing I regret is not starting this course earlier. Had I done that, I could have used the lockdown period of the pandemic to learn a new set of skills and stay active and working.I love the support I am getting in the form of mentor sessions... Read More and peer reviews. It feels like by the end of this course I will have a new career, and I'm really excited about it.Thank you DesignlabRead Less",UX Academy,UX/UI Design +270521,10697,designlab,Anton Lebedev,False,2020,From absolute zero to a strong base,2020-11-17,5.0,5.0,5.0,5.0,"It was a fantastic journey! I always inclined towards creativity my whole life but somehow I wasn't sure that I am actually capable of working with design elements. Thanks to the Designlab program, during a couple of months with weekly 1 on 1 sessions... Read More with my incredible mentor I've received a strong basic skills to continue in the UX Designlab Academy as a full time student. I continue to learn the subject and feel that my skills are growing every day. The Designlab is not only about hard skills, it's where you develop emotional intelligence along with the UX Design. Strongly recommend this course to anyone who's willing to give it a try but somehow isn't sure, just like I was at the beginning.Read Less",UX Academy Foundations,UX/UI Design +270520,10697,designlab,Anonymous,True,2020,Great foundational course,2020-11-17,5.0,5.0,5.0,5.0,"I loved Designlab's Foundations course. It's very structured and thorough and includes lots of practical projects to really hone in on the fundamentals of visual design. It's meant as a prerequisite course for Designlab's full UX Bootcamp (UX Academy),... Read More but I think it's also a great stand alone course for any designer (or aspiring designer) looking to fine tune their UI skills while also learning some UX basics. You finish the course will a full responsive website you design from scratch which can be added onto your portfolio. Like all Designlab courses, you're also paired with a mentor who gives poignant feedback on your work as well as general advice/answers to any questions you may have, which I found invaluable. I started the course with zero knowledge and experience in UX/UI and finished the course with a very solid understanding of both. Especially for those who go onto take UX Academy, Foundations is a really great investment.Read Less",UX Academy Foundations,UX/UI Design +270519,10697,designlab,Hannah S,False,2020,Great introductory course!,2020-11-17,4.5,5.0,4.0,0.0,"There are so many bootcamp options out there, and it's such a huge financial commitment to jump into something you're not certain of. I really enjoyed the UXA Foundations course because it let me dip my toes into what UI work could look like. This course... Read More definitely leaned heavy on UI rather than UX, but having never taken any formal training in design it was really helpful to see all those principles laid out. Another really great feature is that you have meetings with a mentor where you can talk about your work but also career-type questions. If you're interested in the industry and aren't ready to commit a ton of cash and time, this is a great place to start.Read Less",UX Academy Foundations,UX/UI Design +270517,10697,designlab,Anonymous,True,2020,Designlab’s UX Academy Foundations,2020-11-17,5.0,5.0,5.0,5.0,"I chose UX Foundations over Design 101 almost right after receiving an email about this soon-to-replace the current Design 101 course. Although it is slightly more expensive, the coursework seems much more robust. I was very happy with how they structure... Read More content. The projects in each module really help me getting used to design tool like Figma. But the best part was hands down my mentor who is very experienced and insightful! He constantly gave constructive criticisms and always provided useful resources.Read Less",UX Academy Foundations,UX/UI Design +270486,10697,designlab,Donna,False,2020,Great program,2020-11-16,5.0,5.0,5.0,5.0,"I loved the program. The curriculum was great, and my mentor was an inspiring guiding force to help me learn on a one-to-one level. She helped up-level my design skills. It was a fantastic introduction to the world of UX and the different facets of the... Read More roles.Read Less",UX Academy Foundations,UX/UI Design +270479,10697,designlab,Gabriel Diamond,False,2020,Designlab UX Foundations,2020-11-16,4.7,5.0,4.0,5.0,"This course prepped me tremendously for my UX Academy run. I had 0 experience going into the program and quickly learned the necessary tools to jump right into the full UX Academy course. If I could change anything, it would be the recommended hours.... Read More The recommended time for part-time assumes perfection. I had to spend more time than allotted or rush through assignments to remain on task while working a full time job.Read Less",UX Academy Foundations,UX/UI Design +270419,10697,designlab,Ashdin Dalal,False,2020,Foundations was a great introduction and preparation for UX Academy.,2020-11-15,5.0,5.0,5.0,5.0,I was initially enrolled in Design 101 and then was offered to try out Designlab's UX Academy Foundations course. The course overall was excellent. It had a good balance of reading and projects which start off easy and end with a 10-hour project. The... Read More course partnered me with a mentor who I would check in with once a week. My mentor was excellent and really helped me throughout the course.Read Less,UX Academy Foundations,UX/UI Design +270418,10697,designlab,Anonymous,True,2020,Great online learning experience!,2020-11-15,5.0,5.0,5.0,5.0,The curriculum is a great introductory/foundational course. I learned a lot from my mentor that was not taught in the curriculum. Be sure to take advantage of mentor sessions to get the most out of your experience. My mentor gave me insightful feedback... Read More on my work and other resources that I can utilize throughout my UX/UI journey.Read Less,UX Academy Foundations,UX/UI Design +270411,10697,designlab,Anonymous,True,2020,Great intro course to UX Academy,2020-11-15,4.3,5.0,4.0,4.0,"This course sets you up nicely for the UX Academy bootcamp. The projects are engaging, and for someone who has never taken any design courses, they did a good job of easing you into it and the learning curve wasn't too big. The mentorship program is great... Read More too - it was reassuring to have someone to ask questions to in times of uncertainty (there was def a lot of those!).Read Less",UX Academy Foundations,UX/UI Design +270407,10697,designlab,Sendy Higuero Jimenez,False,2020,Designlab Review,2020-11-15,4.3,4.0,4.0,5.0,"I took the 8-week UX Academy Foundations course at Designlab back in June of this year and I truly suggest anyone thinking of going into UX Design, who does not have any design experience, to take this course. I had no design experience and this course... Read More truly gave me the foundation and tools of all the basics that encompass User experience design. Now I am taking the UX Design Academy course at Designlab and I felt prepared to start the course due to all that I learned during the Foundations course along with my mentor, who was amazing and who taught me so much.Read Less",,Unknown +270396,10697,designlab,Linor Kirkpatrick,False,2020,Great way to get into UX,2020-11-15,5.0,5.0,5.0,0.0,"If you are a complete newbie, like me, with no background in the creative world, this course will give you all the basics you need before you start diving deeper into the world of UX design. Having weekly sessions with a mentor is a huge plus of this... Read More course! You will get to work on projects that along with copy practices, will make you more comfortable using a tool like Figma or Sketch.Read Less",UX Academy Foundations,UX/UI Design +270383,10697,designlab,Kirsten,False,2020,"Interactive Projects, Great Intro to UI",2020-11-14,5.0,5.0,5.0,5.0,"Really great introduction to UI. I liked how the program introduced new concepts each week, and then had us practice those concepts within projects. I'm the type to zone out a lot during readings so having to place concepts into practice really solidified... Read More my experience. I chose to use Figma through this course and can confidently say I'm a competent Figma user now. My mentor gave detailed feedback that allowed me to improve my projects.Read Less",UX Academy Foundations,UX/UI Design +270382,10697,designlab,Michael Awodiya,False,2020,"Worked as a Graphic Designer for 4 years, and currently a UX designer.",2020-11-14,4.0,4.0,4.0,4.0,"Starting an online course has always been challenging considering the part of the world i come from. It always difficult catching up with the course outline due to low power outage and very poor internet network. Sometime i have to stay up to mid-night... Read More before i can get a good internet network. Also, the nature of work here makes it almost impossible to cope. Most work here are from 8-5 or 6pm, which means once you're gone in the morning you might return back around 8 or 9pm tired and worn out. I had to scale throughout all this to make sure I'm always in the game! My biggest gain here is networking. I have been able to meet different people from every walk of life! This has enabled me to learn new culture.Read Less",,Unknown +270378,10697,designlab,Yehuda Raice,False,2020,Foundations was an awesome experience!,2020-11-14,5.0,5.0,5.0,5.0,"Designlab Foundations was an awesome way to enter the world of UX/UI. Not only did I learn an absolute ton, the projects were super enjoyable and fun as well! I found myself excited for whatever was coming my way each week. I got assigned a mentor that... Read More was there for me every step of the way, and gave me valuable tips on every aspect of product design. I definitely recommend!Read Less",UX Academy Foundations,UX/UI Design +270375,10697,designlab,Anonymous,True,2020,UX Foundations For The Win!,2020-11-14,4.7,5.0,5.0,4.0,"I took Designlab's UX Foundations course before jumping into the UXA and it was such a great idea! I had zero experience in the design world, and it really helped get me up to speed on the design tools and terminology. It was interactive and a lot of... Read More learning by doing (which is how I learn best). If you feel intimidated by the Designlab's UXA then UX Foundations is where to start :)Read Less",UX Academy Foundations,UX/UI Design +270366,10697,designlab,Helena Rodemann,False,2020,Great access to mentorship,2020-11-14,3.3,5.0,4.0,1.0,"I'm really glad I took this Foundations course with Designlab. I loved being introduced to color theory, visual hierarchy, layout and copywork in a way that was engaging and applicable. The best part was my interaction with my mentor, who kindly walked... Read More me through the process and helped answer any questions I had. I would recommend this course because of the mentorship, not necessarily the content, because most of the content can be found online anyways.Read Less",UX Academy Foundations,UX/UI Design +270362,10697,designlab,Anonymous,True,2020,Designlab is great,2020-11-13,5.0,5.0,5.0,5.0,"Pros - organized curriculum and nicely broken down. Very clear for student on what to do next and we were guided in a clear professional manner. The curriculum itself is nicely is broken down in a simple but effective way for people that are switching... Read More careers. Also, having group crits help with taking and giving feedbacks as the real world.Read Less",UX Academy Foundations,UX/UI Design +270359,10697,designlab,Ruth Anne Aricheta,False,2020,Detailed learning in a fast pace course,2020-11-13,4.7,5.0,5.0,4.0,Designlab has boosted my confidence when it comes to UX design. It gives very detailed but short lessons to prepare you for the projects they assign you. The allow for 1 on 1 mentoring which helps with specific details and getting feedback to improve... Read More projects as well as group crits with other students which allows for different perspectives to give you tips/suggestions for you work. Everyone is very welcoming and it is definitely a judge free zone for being new to the field.Read Less,UX Academy Foundations,UX/UI Design +270345,10697,designlab,Anonymous,True,2020,UXA Foundations was a great experience,2020-11-13,5.0,5.0,5.0,5.0,"UXA Foundations was a very fun and creative course. I learned so much about UI that I did not know and pushed myself to create things I never thought I could. You had a mentor who was able to ask you questions and show you tips and tricks on how to create... Read More things and also just talk to about the world of UX. You have multiple versions of each project because each one builds upon improvements you can make, simulating a design process.Read Less",UX Academy Foundations,UX/UI Design +270340,10697,designlab,Anonymous,True,2020,A great course even if you already have design experience,2020-11-13,5.0,5.0,5.0,5.0,"I've been doing graphic design, web design, and design-adjacent things in my various job roles over the last 10 years, when I decided to make a career switch into UX design which lead me to DesignLab. The Academy Foundations course is meant to prepare... Read More you for their DesignLab Academy proper, which to be honest, I was a tad skeptical of how much value I would get from this ""foundational"" course. But I was shocked by how much I was learning and reestablishing in myself in just the first few weeks alone! The assignments were flexible enough that a beginner could handle, but tons of room for any experienced designers to challenge themselves. Pros: - Good price for the value, and you get reimbursed for the course if you move on to take the DesignLab UX Academy course.- Comes with a mentor to talk shop or get advice from- A large and active community of students, support staff, and mentors on Slack- Includes group crit sessions to get you used to presenting your ideas and defending your design decisions in the ""real world""- Includes lots of resources for learning how to use industry tools, and lots of partnerships with those tooling vendors- Lots of extra material that you can get to in your own time for furthering education after the course is over. (Throughout the course are tons of book, podcast, and blog recommendations, and DesignLab is always hosting webinars).Cons- I honestly can't think of anyRead Less",UX Academy Foundations,UX/UI Design +270339,10697,designlab,Anonymous,True,2020,Definitely enhanced my UI design skill,2020-11-13,3.0,4.0,4.0,1.0,"This course is formed with reading materials sorted by clear topics to focus on and mentorship once every week or twice every week (depends on full/part time). I understood that it was a beta course at the moment I enrolled but the content is easy to... Read More understand. Coursework started from small to a small scale full project which has enhanced by understanding of a UI/visual design process. Mentorship was definitely needed and I am happy to maintain fruitful conversation with my mentor everytime we had our meetings. I got to put what I learned on a realistic picture, such as how things will go in real work setting. Overall, the course did a good job in building up our understanding of a design process. I only wish there are more chance to interact with other students other than asking questions in Slack group.Read Less",UX Academy Foundations,UX/UI Design +270338,10697,designlab,Jessica Portal,False,2020,Great Introductory Class for Newbie,2020-11-13,5.0,5.0,5.0,0.0,"The UX Foundations Course is an excellent, intensive class to learn design basics for someone looking to switch careers without any design background at all. The learning materials gave me what I needed gradually and intuitively and I'm excited to move... Read More to the UX Academy.Read Less",UX Academy Foundations,UX/UI Design +270334,10697,designlab,Gwendolyn,False,2020,Great Course!!!,2020-11-13,4.5,5.0,4.0,0.0,"I loved the UX Foundations course and couldn't be happier with the skills I learned. Like the UX Academy (UXA) it is preparing you for, it can feel intense, but the pace and projects are a perfect way to quickly build the skills you will need in UXA.... Read More By the time the 8-weeks ended, I was amazed at how quickly I could work in Figma, build and copy UI elements, and create landing pages and simple mobile interfaces.They charge way too little for this course considering what you get out of it! And the MENTORS!!! Mine in particular elevated the experience and helped me learn beyond the course curriculum. So worth it! Note: Job support is not part of Foundations, and is therefore not rated below.Read Less",UX Academy Foundations,UX/UI Design +270333,10697,designlab,Maggie Chiang,False,2020,great start entering UX design,2020-11-13,3.7,4.0,4.0,3.0,I wanted to become a UX designer and then I saw Designlab and the courses they offer. They offer resources and mentors that help you along with it. I enjoyed my time in foundations and did it full time. The time was tight and there were a lot of projects... Read More to do. I had a good mentor that pushed me and answered all of my questions regarding to UX. I am not a student in UX academy and looking to expand more of my knowledge!Read Less,UX Academy Foundations,UX/UI Design +270331,10697,designlab,Efrain Calderon,False,2020,Great intro to UX program,2020-11-13,4.3,5.0,5.0,3.0,"I was really surprised by the amount of value I got from 8 weeks. I was learned formal principles of design and laying out UI elements. My mentor was great, too! It set me up well for UX academy. Note: job support is not really part of it this class.",UX Academy Foundations,UX/UI Design +270330,10697,designlab,Alina Aquino,False,2020,"A great introduction to design, just make sure your mentor is great too",2020-11-13,4.7,5.0,5.0,4.0,"Coming from no design background I was nervous to jump into UX Foundations straight away. However the support team was very helpful in answering all my paranoid questions before, during, and after the course. The course material was easy to digest for... Read More beginners like me and I learned the concepts quickly in each module. If I had any questions about what I read, I was able to talk to my mentor about them in our one-on-one sessions. I learn the best by doing and the projects for each unit really helped me understand the programs and methods that are necessary in creating good designs. That being said, having a more involved mentor that left more in-depth feedback on my work would have helped me grow as a designer even further. I would suggest that if you take this course, make sure your mentor has a similar teaching style to your learning style.Read Less",UX Academy Foundations,UX/UI Design +270329,10697,designlab,Anonymous,True,2020,Thorough curriculum to get ready for UX Academy!,2020-11-13,4.7,5.0,5.0,4.0,"While I was in UX Foundations, I thought I would be only learning about brief UI designs. However, as I moved through the curriculums, I was so surprised that all the curriculums were so helpful for building foundations for both UI and UX. What I really... Read More liked about UX Foundation is that I could experience hands-on projects whenever I learn something. As I worked on projects, I could get the feel of how UI/UX designers would work, and learn deeply about how to apply the contents that I've learned to a real design.Also, you are not alone during the UX Foundations. There's a helpful mentor who gives you detailed advice and encouragements throughout the course. Moreover, you get to meet so many peers who you can talk to and build up connections with them!I highly encourage people to this course!!Read Less",UX Academy Foundations,UX/UI Design +270326,10697,designlab,Anonymous,True,2020,"I found the course to be challenging, motivating and rewarding.",2020-11-13,5.0,5.0,5.0,5.0,I took this course as a sort of primer for the UX Academy that I was to apply to upon completion. I thought the program was structured in such a way that I was pushed every week and was set up for success. I had weekly video call with a mentor and a very... Read More clear guidelines through the online portal. There I could track my progress and look to the week ahead to prepare myself. I was already familiar with the content because of a background in design but I was still learning new skills and challenged not only to produce design work but to think about my decisions in the process. I would recommend this to anyone interested in improving their skills in the area of design or transitioning into the field.Read Less,UX Academy Foundations,UX/UI Design +270304,10697,designlab,Anonymous,True,2020,I loved Design 101 course! Everything was very well organised!,2020-11-13,5.0,5.0,5.0,5.0,Pros: - you learn a lot of things in a short time - you start to see design from a different perspective - good mentor responsiveness - an excellent and organised platform with all of material that you need - working on a project which you can add to... Read More your CV Cons: no cons :)Read Less,,Unknown +270183,10697,designlab,Dana K,False,2020,A great experience for beginners,2020-11-10,5.0,5.0,5.0,5.0,"This course what a very pleasant surprise for me. I liked everything: the actual information received, the way it's organized in units, the fact that you can see your progress at all times, the mentor sessions.There's only one thing I would change: some... Read More sort of awareness for those who are absolute beginners to learn to use at least one specific tool for wireframing, prior to starting the course. Because I had to take a lot of time to learn Figma somewhere in the middle of the course and it delayed the delivery of my projects.Read Less",UX: Interaction Design,UX/UI Design +270182,10697,designlab,Dominic Nguyen,False,2019,Strong foundational learning and support systems,2020-11-10,3.7,4.0,4.0,3.0,"Designlab is one of the lower-costing bootcamps for UX deisgn out there—I do believe the quality of the bootcamp offerings and material are matched appropriately as a result.The upsides of Designlab is the cost (considerably more affordable than other... Read More bootcamps out there), a vetted course that gives you plenty of materials to understand design methods, very enthusiastic mentors who push you to grow, a great community of peers, and a wonderful staff.I think what is lacking is a deeper dive into industry standards and how design fits into companies that work with different product methods and have many teams/different professions involved in a product, thus affecting how design fits in. Now working at a company, this is a component I realize was missing from my education. In addition, I believe career services can be expanded to keep those in it more proactive and engaging about how to approach job hunting and all the aspects surrounding it (networking, interviewing, etc.)Read Less",UX Academy,UX/UI Design +270171,10697,designlab,Anonymous,True,2020,Experience was really fun!,2020-11-09,4.3,5.0,5.0,3.0,"Though the course was online, you can speak to your mentor every week and discuss your ideas and opinions. This opens up new horizons to think like a designer. Plus the material provided is also really good. Though interaction between fellow students... Read More is less, but still everyone is just a text away on Slack.Read Less",Design 101,Other +269629,10697,designlab,Jeanmarie Levy,False,2020,Community Support and Mentorship,2020-10-23,4.3,5.0,4.0,4.0,Pros - 1:1 mentorship from expert in industry - supportive community of other students at all stages of program - course curriculum - support staff that are real humans and are understanding of student's needs Areas of growth - career service has room... Read More for growth I deeply enjoyed my time in Design Lab as it allowed me the space and place to think creatively and increase my confidence as a designer!Read Less,UX Academy,UX/UI Design +269154,10697,designlab,Adiqa Zahoor,False,2020,A valuable and well structured educational experience.,2020-10-06,5.0,5.0,5.0,5.0,"Design 101 has taught me so much in this past month. It’s such a valuable and well structured course. The mentor session helped me the most when it came to doing the projects. What I absolutely loved about the course was that you’re able to have hands... Read More on learning experience instead of going through a lot of readings. Overall, I love it and I’d highly recommend to anyone looking for a career in design.Read Less",Design 101,Other +269074,10697,designlab,Meerah Kim,False,2019,A great way to enter the field!,2020-10-03,5.0,5.0,5.0,5.0,Design lab was an amazing experience and a great way to enter the field. There is honestly so much to learn about UX and UI design but design lab helps you to lay down the foundations. The mentors were all so amazing and the groups were so incredibly... Read More helpful in developing presentation skills and meeting others.Read Less,UX Academy,UX/UI Design +268913,10697,designlab,Anonymous,True,2020,"wasn't a waste, but wouldn't recommend",2020-09-28,1.7,2.0,2.0,1.0,"I'm very new to design, and was looking for something to give me a good starting foundation. I made the most of it and have 1 good project, but I don't think it's really thanks to the program. They didn't teach me how to design basic things, it was all... Read More theory that I already knew from a Google search. The material is all reading, no lectures, videos, or hands on activities. I had a nice mentor, but he honestly talked a lot about himself instead of instructing me on my weak points. I've taken a beginner course at General assembly as well, and it was much better at giving me a solid understanding of what UX Design is. I've read the projects at designlab are superior, but I really think you're better off somewhere else.Read Less",Design 101,Other +268374,10697,designlab,Yoland O,False,2020,Project-based and good structured course,2020-09-10,4.0,5.0,4.0,3.0,"I really enjoyed the journey with Designlab. The 4-week course, Design 101, was perfect for me to dip my toes into design. I gained a basic knowledge of design principle, color theory, and typography and designed a landing page as a final project. It’s... Read More the most valuable for me to get feedback from my mentor and to chat with her once per week. The study platform also gave me chances to explore past student works and to interact with them.Read Less",Design 101,Other +268343,10697,designlab,Vie Pereira,False,2020,"Fantastic mentorship, helpful content, supportive staff",2020-09-09,4.7,5.0,4.0,5.0,"I had an excellent experience with DesignLab's Interaction Design short 4 week course. My industry mentor Jessica was superb, really going above and beyond to give me insightful critique to help me improve my skills as a designer, and tailor the main... Read More project to my own area of interest. Developing your ability to receive feedback and implement it in your designs is super important in the UX industry, so I really appreciated the emphasis on mentorship that the course has. Course content was also great too, and was easy to understand, with a focus on the practical application of skills.In addition, Designlab are constantly iterating and improving on their own platform, and a couple of platform improvements I'd noticed while taking a previous Designlab course had already been addressed, which was great to see!Read Less",UX: Interaction Design,UX/UI Design +268335,10697,designlab,Anonymous,True,2020,Great intro and foundation course,2020-09-09,5.0,5.0,5.0,5.0,"Coming into this course with no design background and very little knowledge of UX design, Designlab's 4-week course, Design101, was perfect for me and for anyone who wants to explore and learn more about the field, and gain basic knowledge of theories... Read More and concepts. The pricing for this course is very affordable and you even get a mentor that you meet with once a week for the duration of the course. The readings and projects compliment and built upon each other, allowing students the ability to put the readings into action. Reviewing and getting feedback on projects from your mentor during your one-on-one sessions was the most valuable for me for this course.Read Less",Design 101,Other +268332,10697,designlab,Aliza Teplitsky,False,2020,"Comprehensive, intense and fulfilled my purpose.",2020-09-09,4.0,5.0,5.0,2.0,By learning online I was able to work at my own pace. Having a mentor allowed me to check in and learn from professionals. The con would be the timing was a little off so it took me a week to get into the correct rhythm. I enjoyed my mentor and ultimately... Read More was really happy with what I gained from the course.Read Less,UI Design,UX/UI Design +268331,10697,designlab,Amanda So,False,2020,Highly interactive course with supportive mentorship,2020-09-09,5.0,5.0,5.0,0.0,"I signed up for the UX: Interaction Design class which was a cohesive 4-week course. I was assigned to a fantastic Designlab alum for a mentor who knew how to support my growth throughout the class; my mentor was always attentive to my learning progress... Read More and was finding ways to challenge me in her feedback on my assignments and even in our one-on-one sessions. The UX of the course itself made the course approachable and the way the material was broken down made it easily digestible. The assignments were helpful in providing a step-by-step format to forming a design process.Though it was brief, I think it was a great learning experience for me and highly worth the value. While I wish there were more practice for design patterns, I received a solid building block to understanding Interaction Design. It makes me lean towards the bootcamp itself.Read Less",UX: Interaction Design,UX/UI Design +268328,10697,designlab,Anonymous,True,2020,Good structured course,2020-09-09,4.0,5.0,4.0,3.0,"I loved the UI Design course from DesignLab. With a lot of background in UX design and quite some experience in Digital design it was difficult to find a course that is has an intermediate to expert level curriculum and doesn't break the bank. I ended... Read More up selecting the UI Design course since unlike all the other courses, this one promised an intermediate level as well as a quick curriculum that I could do while continuing my current work. The curriculum was a good mix between refreshing my memory on some things and teaching me new things while focussing on hands-on projects to bring the new knowledge into practice. Combined with having a mentor who is actively working in the field and therefore has a lot of practical experience, this was the perfect combination of really learning & doing in order to grow my skills.Read Less",,Unknown +267760,10697,designlab,Anonymous,True,2020,Enrolling in Designlab is one of the best decisions I've ever made!,2020-08-23,5.0,5.0,5.0,5.0,"I didn't have a background in design before Designlab, so I was skeptical about enrolling in an online UX design program in order to make the career switch. At first, I was concerned about running into obstacles that might come along with remote learning.... Read More However, I was really excited about UX design and my friend had recommended Designlab's UX Academy. I took the plunge, and it is one of the best decisions I could make for my career. My fears about learning UX design remotely slowly all went away. Designlab provided me with all the tools and resources to feel confident in my skills as a UX designer. I started with the prerequisite course, Designlab's Design 101 and made my transition into Designlab's UX Academy shortly thereafter. Any time I was confused or had my doubts, I always had my mentor to lean on to encourage, support, and teach me. I love that I was able to practice everything that I learned. With everything that Designlab taught me, I was able to complete 3 capstone projects from the research phase all the way to implementation. It felt super rewarding to see my hard work come to life. After UX Academy, I was paired with a career services mentor who was also super helpful during my job search journey. If you are having any doubts enrolling in this program, I am here to reassure you that you won't regret joining!Read Less",,Unknown +267228,10697,designlab,Anonymous,True,2020,Excellent!,2020-08-06,5.0,5.0,5.0,5.0,"I truly appreciate all the support and resources I was given from the start of this program to help me go as far as I could in just four short weeks. Designlab's Design 101 course was well structured, well organized, and was made extremely affordable... Read More for people like me and I'm sure many others for whom things are financially tight in light of the pandemic.Read Less",Design 101,Other +267214,10697,designlab,Biljana,False,2020,I had wonderful experience with Design 101,2020-08-05,5.0,5.0,5.0,0.0,"My experience with Design 101 course at Designlab was wonderful. I started with zero experience, and for only a month I learned a lot and was able to complete the course. All thanks to the feedback and guidance of my great mentor, and overall technical... Read More support of the Designlab team. I would defiantly recommend this course.Read Less",Design 101,Other +267211,10697,designlab,Anonymous,True,2020,Fantastic Design Foundation Course!,2020-08-05,4.0,4.0,4.0,0.0,"It was a fantastic course for anyone who wants to learn design but does not have a design background. It builds the foundation of design (skills, principles, and thought process) and prepare the course taker to advance to the next step in their design... Read More career.The only cons was that, although it's self-paced (to complete within four weeks), you cannot see the next unit until you complete the current unit. It'd be much better for the students to see the entire curriculum so they can understand what they can expect and plan for success. Especially given that the time is limited to complete the course, it'd be great to know how much time to spend on which particular lesson/project.Read Less",Design 101,Other +266222,10697,designlab,Anonymous,True,2020,Excellent Design Course,2020-07-08,4.7,5.0,5.0,4.0,"I wanted to understand and change my career to UX/UI. I do not have a design background and was hesitant to apply at first. I am glad I did. This short course was life changing and I now see digital design in a completely different perspective. The best... Read More part of the entire course are the mentor sessions. I had a great mentor who was patient and answered to any confusion I had during the course. For those who are hesitant or confused about this industry, don't hesitant to give this course a shot. The results may surpass your expectations =)Read Less",Design 101,Other +266201,10697,designlab,Valiantsin Balanovich,False,2020,Design 101 by Designlab helped me learn design basics and understand where to move in my career,2020-07-07,5.0,5.0,5.0,5.0,"I am what some call an award-winning copywriter who burned out at work and wanted to switch a career path. My wife (an art-director) insisted that I should dive into UX/UI design even though I am color blind and never gravitated much toward this field.... Read More However, during quarantine I decided to give it a shot. We researched multiple schools and decided to go with DesignLab due to various reasons such as their constantly good reviews, the highly praised mentorship program, the dense but to-the-point curriculum and the fact that they are still growing on the market and, therefore, they allegedly try harder than others. Now, long story short, I didn't regret taking the course. There's a great deal of hands-on staff. They provide discounts for software (I used Figma and I'm in love with it). They theory part if really informative and somehow informal, which makes it easier to digest. You can always see what other students come up with and network (if you know how (I don't)). And yeah, I loved the mentorship by Sara who didn't sugar coat her feedback and gave me straight advice on what and how I can improve, providing real-life solutions and links, which I greatly appreciate.Read Less",Design 101,Other +266199,10697,designlab,Anonymous,True,2020,Big Bucks = Big Sucks,2020-07-07,1.5,1.0,2.0,0.0,"Some basic info:- no design background (formal education)- want to pursue UXD as career changeWhy I chose DL:- they promised mentorship (1hr/week)- they promised feedback (within 24-48hrs of submitting work)- I saw past student work (off DL platform/UX... Read More Academy alumni)- they said there was a community of learners/supportMy Experience: [3/10]- The learning platform is pretty but the content is blah. You can go to skillshare/coursera/youtube for better or similar material. The content is ALL readings (that are not updated). IF you are an audio/visual learner good luck! - You learn Figma/Sketch/XD by yourself. DL has a week long email ""course"" (spam) that you can sign up for. But it is so basic you can just fool around on the platform and learn about the same, I ended up using skillshare and that course taught me about the same amount of ""design basics"" at 10% of the price.- The mentorship is hit or miss. (Mine was a miss!) All mentors are ""heavily vetted"", but everybody's style is different. Only some mentors follow the feedback rule (24/48 hrs). All mentors have day jobs or might be in a different timezone so get ready to wait or work ahead on your own!- Didn't get the sense of community. I get that this is a short course, but the community really is what you make it. I want to clarify that I was that student that reached out to admin/contacted my mentor/ DMed other students etc. Not much communication other than mandatory ""Hellos"" (keep in mind its all online, so what can ya do?)Overall: [ I would NOT recommend to a friend] I know that this course is mainly serves as an ""intro to Design"" and market the UX Academy ($6000USD "" the real UX bootcamp). But it did a really bad job at making me believe I want to spend more money or time on the experience again. As a company that teaches ""how to design good experiences"" it really doesn't show it. I am glad I took this course to show me how much I took the other (free/affordable) resources out there for granted.Read Less",Design 101,Other +266180,10697,designlab,Anonymous,True,2020,Happy with DesignLab,2020-07-06,4.0,5.0,4.0,3.0,"I looked at a variety of UX programs before deciding on DesignLab and UX Academy. I chose it partially because of the curriculum and partially because it was the cheapest option and am ultimately satisfied with my decision. I found its use of mentors... Read More hip and group crits to be very helpful. Also the way phase 1 sets you up to work on independent projects during phase 2 works well. It also aligns with my job experience as a product designer. I think it definitely helps to have a design background and would have been very challenging if I went into the program without ANY design software or design experience. Also read the fine print on the ‘refund if you don’t get a job’ claim, if you don’t live near a MAJOR city you’re automatically disqualified.Read Less",UX Academy,UX/UI Design +265841,10697,designlab,Anonymous,True,2019,Fantastic Experience,2020-06-26,4.7,5.0,5.0,4.0,"I was interested in learning about UX Design as I was transitioning from my previous industry. I researched a few online bootcamps and decided on DesignLab due to their curriculum and access to personal mentors. I knew nothing about UX Design so was starting... Read More from the ground up. DesignLab's curriculum is made in a way to go through the entire Design Thinking process. The homework, slack channel, design critiques, and mentor sessions helped maintain a community feeling across the bootcamp. DesignLab cares about your future so they give intuitive and great lectures and assignments in addition to capstone projects. It is important to prioritize and schedule your weeks to be organized and tackle all the things to do, especially if you are working full time in addition to taking this course. It can be overwhelming, but through organization I found it manageable. Overall, it was a great program and I learned a lot.Read Less",UX Academy,UX/UI Design +265517,10697,designlab,Ioana M,False,2020,Way above my expectations,2020-06-15,4.0,5.0,5.0,2.0,"I have gotten into the course with some design knowledge. I needed guidance to build up an UI focused portfolio and also got one full awesome project at the end of the course. The best part of this course was the mentor, who answered all my questions... Read More and offered tips& advice valuable even after the course was over. The curriculum itself is also very nicely organized. Job search help isn’t part of the course though.Read Less",UI Design,UX/UI Design +265149,10697,designlab,Vanessa Verbeiren,False,2020,Well structured UI course with hands-on projects and feedback from dedicated mentor,2020-06-02,5.0,5.0,5.0,0.0,"I am an experienced graphic designer and learned a lot from this UI course. A great asset is that you get a mentor to support you. You have 4 live sessions with the mentor and you also get written feedback on your tasks/projects. It's been great for my... Read More motivation and to keep going and improving. The fact that you are doing hands-on projects makes you learn by doing, my favourite way of learning. You also learn whenever you want, morning, evening, daytime, whatever fits best and that's great as it offers great flexibility.Even though it says around 10 hours per week of work, you spend more time on the tasks if you want to do them good to be able to show a portfolio piece. The theory is easy to take in as they are well structured in a maximum of 20min per chunk, but for the tasks/projects you often spend more than the time they estimate.Read Less",UI Design,UX/UI Design +265141,10697,designlab,Whitney Bice,False,2020,Great for those just starting out!,2020-06-01,5.0,5.0,5.0,5.0,I have started my journey towards a complete career change. Design 101 was the first step for me before applying to the UX academy with Designlab. One of the best parts of the course is your mentor! They are a beyond helpful and a great tool! The course... Read More teaches you everything you need to know to tart your journey. This is also a great way to find out if this is something you are truly interested in before jumping into an expensive and long program.Read Less,Design 101,Other +265140,10697,designlab,Polina,False,2020,I loved it!,2020-06-01,5.0,5.0,5.0,5.0,"Really enjoyed 4 weeks with design 101! I have got the coolest mentor to work with, material during the course was professional and assignments was amazing and really productive! Personally I really love it! Everyone who is looking for ux design courses!... Read MoreRead Less",,Unknown +264525,10697,designlab,Meghana Pai,False,2019,"A well-rounded, strong foundation to a Design Career",2020-05-12,4.7,5.0,5.0,4.0,"The UX Academy course is very well structured and organised. I found the various projects to be well-rounded and incredibly educational in different aspects. My mentor, Dhaval Gandhi, was super supportive and helpful in making the already good course,... Read More even better! Overall, although the price is a bit steep, the course definitely helped me transition with ease into UX/UI Design from my previous career. Highly recommended!Read Less",UX Academy,UX/UI Design +264369,10697,designlab,Erick Solares,False,2020,Just awesome!,2020-05-08,5.0,5.0,5.0,5.0,"Really good school, it was well structure, even better support and fun to learn, could not have been happier! What it sets them apart is the support from the mentors, I had the pleasure to have Peter as my mentor and he was so helpful and patience with... Read More me, I really learnt a lot from him.Admission team was very helpful, specially talking about Emma.Read Less",UI Design,UX/UI Design +264263,10697,designlab,Santos Sanchez Olmo,False,2020,Very Useful!,2020-05-05,5.0,5.0,5.0,5.0,"I have learned a lot with this course, it is great that you can talk to a specialist mentor in the sector every week during the course to receive feedback. The temary is correct, although the design can improve, the examples of the exercises could be... Read More improved. For the rest everything is great!Read Less",UX Academy,UX/UI Design +264262,10697,designlab,Galyna,False,2020,A great intro into design!,2020-05-05,5.0,5.0,5.0,5.0,I didn't expect to learn THIS MUCH in just 4 weeks! I had a great experience with my mentor and learned a ton of stuff. Now I feel way more confident to continue with my design journey. Bonus: I've completed a nice project which is ready to be included... Read More in my portfolio!Read Less,Design 101,Other +264057,10697,designlab,Anonymous,True,2020,Solid curriculum run by solid people,2020-04-29,5.0,5.0,5.0,5.0,Pros - mentors were experienced and friendly- 4 capstone projects were helpful for building a good portfolio- good blend of ux and ui - material in the career services was helpfulCons - could have helped build the technical skills of ux design a bit more... Read MoreRead Less,UX Academy,UX/UI Design +263621,10697,designlab,Anonymous,True,2020,Gave me a new career in less than a year!,2020-04-16,5.0,5.0,5.0,5.0,"I am so grateful to Designlab for the new career it helped launch, and the strong foundation it gave me. The best parts of the course for me were the mentor feedback and the Group Crits. My mentors really pushed me to produce my best work, and all made... Read More themselves readily available to help with any questions I had. The group crit sessions also pushed me outside my comfort zone, and were a great opportunity to not only learn from others and improve my projects, but also to build a strong camaraderie with other students going through the exact same transition. The Designlab support team was also so friendly and responsive, and were really encouraging if I ever had any questions or concerns. Most importantly I ended up landing a dream role, and I couldn't be more thankful to Designlab for giving me the tools to do so. Highly recommend for anyone looking for a rigorous, engaging, and supportive UX program.Read Less",UX Academy,UX/UI Design +263433,10697,designlab,Jesse Bandfield,False,2020,Productive and fulfilling course!,2020-04-09,5.0,5.0,5.0,5.0,"As with any bootcamp, you really get out what you put in. From my perspective, Designlab did a great job of setting me up well. When my mentor had a family emergency and had to step back, DL provided a flawless transition to a new mentor and gave me an... Read More extra mentor session. Although the course went by quickly, the material was holistic yet relevant and worked well towards the final project. From my mentor I felt challenged as well as encouraged, and have a much better sense of the UX industry and possible avenues to check out based on my own strengths and interests. Being a perfectionist meant I spent much more time than what they estimated on the work. If I didn't have extra time to devote to this course, it would have been difficult to prioritize my time and finish everything well. Highly recommend!Read Less",Design 101,Other +263236,10697,designlab,Alex Z,False,2020,THE Best Bootcamp for UX Design in 2020,2020-04-03,5.0,5.0,5.0,5.0,"Within 8 months, I made a drastic career change from working in HR to becoming a full-time UX Designer for one of Houston's top design agencies that provides branding, strategy, web, print, AI, omni-channel, AR, VR, video, motion, SEM, SEO for enterprise... Read More clients. I had no design experience prior to becoming a Designlab student. So, my experience is just one of the many student success stories that are a testament to the effectiveness of their UX certification program.Why it's effective (from my personal experience): more affordable than other UX bootcamps, responsive and helpful community specialists, fast-paced curriculum that motivates you to create your own portfolio website, required group critiques, robust slack channel, and career services. I highly recommend Alan Hurt as a mentor. He will structure the curriculum so that you are presenting your work during every mentor call, defending design decisions, and developing problem-solving and communications skills that will benefit you later during job interviews.Also, due to the on-going COVID-19 situation, most companies that are hiring are conducting remote interviews. By going through UX Academy, I felt more adequately prepared for remote interviews, having had the experience of presenting my design work through remote group critiques and skype mentor calls for the past 7 months. So, as long as put your 100% into it and believe in your career transition - good things will definitely happen once you're a Designlab UXA alum!Read Less",UX Academy,UX/UI Design +263227,10697,designlab,Anonymous,True,2020,Good to start off if you're switching careers,2020-04-02,3.0,4.0,4.0,1.0,"I came from a completely different career background, which I found many people within my cohort within DesignLab and through design crits have done the same transition. My experience with DesignLab had it's definite positives but there are definitely... Read More areas for improvement. First off, if you're a person that knows for a fact you're unable to teach yourself UX Design, UX Academy does give a good foundation for being able to get a running start. I found that if you do commit to the full time track, you are investing a lot of time and effort (at least in my experience) which is completely understandable given that I was completely brand new to the field. I did find that I exceeded way over 40 hours a week, so something to keep in mind when considering the time commitment. Secondly, your mentor can make or break your experience. My mentor was great in a sense that they were friendly and fun to talk with, but I did not find them helpful nor did I feel confident in my work as a whole. I honestly wish I had switched over to a new mentor who was 1. in the same time zone as me; 2. was able to provide more helpful feedback. Third, networking is key! I found that reaching out to people on social media, LinkedIn, Meetup groups were so key in helping you navigating through this career transition. This is where I felt more connected to the design world - something I wish was more emphasized within the Career Services. Overall UXAcademy was a good experience, but it does require you to put in a lot of work! If you're unsure about your mentor and just don't feel like you don't connect, I would highly recommend requesting for someone else.Read Less",UX Academy,UX/UI Design +262829,10697,designlab,Anonymous,True,2019,Perfect for switching careers,2020-03-18,4.7,5.0,5.0,4.0,Designlab was great in helping me transition from my fashion career into UX. Their mentors are super helpful and have really great insight. They make you also feel like you're part of a community and the courses are challenging but also very engaging.... Read More I feel like with Designlab also I was able to explore a lot of different avenues of design that helped give me a very extensive portfolio.Read Less,UX Academy,UX/UI Design +262732,10697,designlab,Anonymous,True,2020,It definitely gave me the experience and knowledge I needed to start my design career!,2020-03-13,3.7,5.0,5.0,1.0,"Pros: The curriculum and my mentor have been excellent. I love how Designlab starts off with readings and then a self-quiz followed by short assignments and projects that allow you to practice what you've read. My mentor and I worked well together in... Read More discussing each assignment/project to understand the design process. In addition, we discussed what is relevant in the field these days and how to improve my design skills . This process has really helped me gain experience with design. The price of the courses are affordable compared to the other programs out there. Plus having it 100% online worked for me.Cons: the only one I can think of (which have been mentioned by others in the past) is the estimated time for completion for each lesson, assignment or project is longer than what it says.Read Less",Design 101,Other +262671,10697,designlab,Anonymous,True,2020,Awesome intro to design,2020-03-10,5.0,5.0,5.0,5.0,"I came into this course with absolutely zero design experience and finished feeling like I could call myself a designer. The course offers excellent content and mentorship and exceeded my expectations. A strong commitment and motivation are required,... Read More but there is so much to gain and to me it was worth the time and price. Highly recommend if you are interested in design for beginners.Read Less",Design 101,Other +262665,10697,designlab,Andrew Luistro,False,2020,I couldn't have picked a better place to start my UX Design journey.,2020-03-10,5.0,5.0,5.0,5.0,"I came into this course knowing absolutely nothing about design, and I came out of it as prepared as I could have ever hoped to be. It really teaches you the basics of design from a completely blank slate, and does so in a manner that's easy to understand.... Read More The projects are wonderfully tiered so that they really build on each other and allow you to learn in a hands-on manner. The mentor calls were an invaluable resource for feedback. Having someone to bounce ideas off of or to answer general questions really allowed me to learn ""how things are"" in the real world that only serves to supplement the course. I could not recommend this place enough.Read Less",Design 101,Other +262504,10697,designlab,Christine Covey,False,2020,Unparalleled Mentoring & Fair Pricing,2020-03-03,5.0,5.0,5.0,5.0,I am totally a beginner in the design world. I have to create design elements every once in a while for clients and I wanted to up my game. DesignLab lets the beginner course tuition count towards the beginning bootcamp which really helps you test before... Read More you commit. I have been so impressed with every person I've interacted with from DesignLab. I can tell they really care about students and want to increase student skillset. Amazing.Read Less,,Unknown +262249,10697,designlab,Emily Pak,False,2019,Designlab's UX Academy was totally worth it!,2020-02-26,4.7,5.0,5.0,4.0,"I was in a sales career finding myself unfulfilled and wanting more. I had 0 design experience, but as I learned more about UX Design, I knew I wanted to pursue it. I found Designlab and first took their Design 101 & UI Design short courses before being... Read More accepted into UX Academy, which I took full-time (40 hrs/week). I love Designlab because it was fully remote and I could complete my work while traveling and even moving internationally. The combination of lessons and projects helps structure learning in a way that builds a solid design process. The best part was my mentor - he really helped push me and take my design thinking skills to the next level. I was able to land a job as a UX Designer at a large tech company within about 6 weeks of graduating, and I couldn't be happier! Would definitely recommend to anyone interested in UX Design :)Read Less",UX Academy,UX/UI Design +261894,10697,designlab,Sebastian Lim,False,2019,"Interactive Community, Well Paced Curriculum",2020-02-12,5.0,5.0,5.0,5.0,DesignLab helped me land my UX job in 1 year! Their part-time curriculum helped me make a career transition that seemed daunting at first. I truly appreciate the guidance from all the mentors and course designers. I liked how responsive support was as... Read More well.Read Less,UX Academy,UX/UI Design +261852,10697,designlab,Anonymous,True,2019,"Amazing Experience, Got Hired!",2020-02-11,5.0,5.0,5.0,5.0,"I started DesignLab while still working as a Marketing Specialist, I took the Design 101 short course to test it out. Although I had a mediocre mentor throughout the process, I still learned alot by doing all the projects and enjoyed the course format... Read More so I decided to take the plunge a couple months later and enrolled in UX Academy.I was lucky to be paired with a great mentor who was quick to give me feedback and industry insights. (Ask for JJ Moi!) I think this is the highlight of the whole program and is what convinced me to keep on trucking when things started to get a bit intense. I have a friend who also joined the program a bit later but she wasn't so lucky with her mentor pairing. Something that I want to emphasize, if you feel like you have a mediocre mentor, definitely ask to switch. It really makes your experience that much better.Before completing the second phase of the program I had already started to apply for jobs, knowing it was a numbers game and would probably take at least a couple months before I found something. I signed up with recruiters, job boards, anything I could. After graduation DesignLab paired me with a Career Coach who helped me prep for interviews, reviewed my resume, and was just generally there for support. Of course my offbeat timing put me in a position where I was applying during the holidays (not the best time to apply), but luckily through it all I landed a position as a Jr. UI Designer for a corporate company not far from where I live. I went through 3-5 interviews before getting this interview, then had to go through 3 interviews and a design challenge before landing this position. I'm pretty grateful for the whole experience and almost can't believe I'm working as a designer now.Read Less",UX Academy,UX/UI Design +261706,10697,designlab,Anonymous,True,2019,Good for Segueing into a New Career,2020-02-05,3.7,4.0,4.0,3.0,"UX Academy was a pretty quick way to change my career so I am grateful for that. Overall the experience was pretty good and I ended up with a great Career Coach. Pros:Learn a lot in a relatively short amount of timeDesignlab is very responsive to questions,... Read More comments, concerns etc. At the time I took it, it was the least expensive with a tuition-back guarantee. Cons:Intense amount of work in a short amount of time (if you're not familiar with software etc)Career Services isn't as developed or robust as I would have liked Tuition reimbursement is based on a fairly strict list - so be awareRead Less",UX Academy,UX/UI Design +261577,10697,designlab,Anonymous,True,2020,Perfect for design beginners,2020-02-02,5.0,5.0,5.0,5.0,"I'm taking Design 101 because I'm looking to switch my career focus. Designlab has been perfect for me. The content actually helps me learn, and I've attained more skills during this month than I thought possible. I love having a mentor who I can talk... Read More to and ask for advice. No regrets.Read Less",Design 101,Other +261563,10697,designlab,Tony Luong,False,2020,Design101 was amazing and I learned alot from it.,2020-02-01,5.0,5.0,5.0,5.0,"When starting this program, I was a nervous because I wasn't sure what I was getting my self into. I majored with a business degree, but I wanted a change in my career in design. I was recommended by my cousin about Design101 and did some more research... Read More on it. I decided to go for it and took Design101 and see where it will take me. Once I was in the program, I was given a mentor to help me throughout my course of 4 weeks. This was really helpful because I never had a mentor before, and working with a mentor was the greatest thing that happen. I was given tips and advices from working professional, and they were able to give me critique on my projects. I really enjoyed the challenges that Design101 presented, and learned a lot from it.Read Less",Design 101,Other +261514,10697,designlab,Anonymous,True,2019,Helped me refine my skills and learn how to apply them to the design process.,2020-01-30,4.3,4.0,5.0,4.0,My background was in biology and I was making a huge career change (from the veterinary field to UX design). UX Academy really made me confident with my research and visual design skills and really focused on teaching me how to apply them to the design... Read More process.Read Less,UX Academy,UX/UI Design +261346,10697,designlab,Mary Garcia,False,2020,Mentors Make the Design 101 Program Worthwhile,2020-01-24,3.7,4.0,4.0,3.0,"I chose design 101 specifically for its connection to mentors in the UX Design field, and was not disappointed. My mentor (Robbin Arcega) went above and beyond to offer me advice on any and all topics we discussed (as they correlated to UX Design) during... Read More our weekly 1-on-1s. Beyond that she taught me to practice efficiency and how to prioritize my goals, even providing a rundown of Design jobs and the hiring cycle of design companies. That having been said, I would not have found this experience nearly as beneficial without my mentor. Understanding that this is a 101 class that focused mainly on the basics of UX Design, I think there was so much crammed into such a short amount of time, that I was mostly just overwhelmed with information without much of an opportunity to practically apply it. Regardless, I would recommend the course to those considering the UX Design field, with the caveat that they MUST be proactive and engaged with their mentor.Read Less",Design 101,Other +261342,10697,designlab,Tanya Maidenbaum,False,2019,"Priceless Mentorship, Valuable Lessons",2020-01-24,5.0,5.0,5.0,5.0,"I’m very pleased with my decision to enroll in Designlab’s UX Academy. The mentorship program coupled with the valuable lessons and techniques I learned throughout The course, and finally the career mentorship program, all led me to succeed in getting... Read More a job and kickstarting my UX career.Read Less",UX Academy,UX/UI Design +261340,10697,designlab,Robin,False,2019,Great jumpstart to a new career for an exceptional value,2020-01-24,4.0,4.0,5.0,3.0,"I am so happy I enrolled in Designlab's UX Academy! The curriculum covers a lot of ground and is a great overview of the UX research and design processes.
I particularly loved being able to learn through the process of developing some solid portfolio... Read More projects. The mentorship was also outstanding.  On the flip side, be ready to struggle with the self-discipline it takes to complete the course on time (I ended up taking longer than 3 months to finish the full-time track). Additionally, don't think this course is going to land you your dream job on its own. Be ready to take on additional projects to build your portfolio and network like crazy, at a minimum. While it took longer than expected and a lot of additional work outside of UX Academy, I ultimately landed a job at a major tech company, so it was worth it!
Overall, I think the course was an amazing value and I would definitely recommend it to anyone who's willing to put in the work to change careers quickly without spending a fortune. Read Less",UX Academy,UX/UI Design +261276,10697,designlab,Ayesha Khan,False,2019,Amazing Comprehensive Program!,2020-01-22,5.0,5.0,5.0,5.0,"As someone with a zero design background Designlab truly prepared me for a role in UX/UI design. The UX Academy is structured really well between learn time, application time, mentor time, and group time. I was able to land a job before graduating! All... Read More the material was relevant to what I need to use day to day on the job. The mentor and group crits also helped with growing me as a designer and learning to think and explain my process. They also have great customer service which I really appreciate. Highly recommend this program!Read Less",UX Academy,UX/UI Design +260956,10697,designlab,Barbara Jewell,False,2020,Designlab's Design 101,2020-01-13,5.0,5.0,5.0,5.0,"I would definitely recommend the Designlab's Design 101. Although I wasn't originally planning on taking it, it's a pre-requisite for enrolling on their UX Academy - and so worth it! Lots of good, useful information, the course material is interesting... Read More and easy to digest, the platform is visually appealing and intuitive, and my favorite - excellent mentoring.On a side note, I wasn't a fan of their file upload limit (I had to find a file compressor online), and the estimated time for completing lessons and projects is way off - it took me almost double the time to complete, if not more.Overall it was a great experience to go from no design background to building a project of my own that I'm proud of!Read Less",Design 101,Other +260947,10697,designlab,Anonymous,True,2019,"Great if you're already in tech or design, good if you're not.",2020-01-13,3.7,4.0,4.0,3.0,Pros: Excellent mentorship. The program has quality mentors that offer helpful critiques and who are supportive of your efforts. I definitely saw my work improve under their guidance.Great course material. I feel like the structure of the educational... Read More materials offered and the deliverables required makes sense and is helpful toward creating projects that can demonstrate your ux skills in a portfolio. Cons: The required group critiques can be hit or miss in terms of quality since students are still learning and not every moderator is stringent about critique requirements.As a career changer coming from a field that was not tech or design I found it difficult to find a job after graduation. The critique I received the most often from employers was that I did not have enough real-world experience in my portfolio. Designlab does offer the option of allowing users to create their capstones based on real businesses or clients but there's not a lot of guidance about how students should go about recruiting. I also found it difficult to relay my concerns about the job search to my mentors because the majority of them were coming from tech or design backgrounds and they never even had to write a cover letter to get their foot in the door. I eventually received an offer for an apprenticeship program which I hope will lead to a ux job at some point but I think it's important for prospective students to know that they'll need to put in a lot more work outside of what the program asks them to do--especially if they're coming from a field that isn't design or tech.Read Less,UX Academy,UX/UI Design +260337,10697,designlab,Anonymous,True,2019,"Very positive, mentorship-heavy!",2019-12-24,4.7,5.0,5.0,4.0,"Designlab truly cares about your success and will do anything in their power to ensure you have the best experience possible! The course (UX Academy) is definitely not an easy one, with projects and deadlines stacked on top of each other to keep you on... Read More your toes and assess time management skills. However, this is essential in ensuring the skills you develop are up to the industry standard and that you become a competitive candidate for the workforce. The best part of the bootcamp is the 1-on-1 mentorship. My mentor was extremely helpful in my development as a designer, and gave me the necessary critiques in order for me to improve. On top of the mentorship, I found the group critiques to also be very valuable because it allows you to communicate and interact with other students the program. A big part of UX is not just being able to design, but also having a strong design eye, so seeing other students' work and giving them feedback really helps you understand what design elements work and what don't. I also really liked that Designlab has a great network and easy, accessible means of communicating with current students, alumni, mentors, and program leaders (via Slack). Not to mention, the cost of Designlab is so much more affordable than other programs out there. Would highly recommend this program for anyone looking to get into the field of UX!Read Less",UX Academy,UX/UI Design +260222,10697,designlab,Lakeishia,False,2019,It cannot be expressed in words how amazing this course has been!,2019-12-22,5.0,5.0,5.0,5.0,"As an engineer with no background in any form of design at all, this program truly transformed me to think like a UX designer. From the 1-on-1 mentorship to the group critique, I graduated from Designlab with a strong feeling of confidence in my abilities... Read More as a designer.Read Less",UX Academy,UX/UI Design +260182,10697,designlab,Anonymous,True,2019,Designlab's rigorous curriculum turned me into a designer. The whole experience was incredible!,2019-12-21,4.7,5.0,5.0,4.0,"I came in with absolutely no design experience. After taking their Design 101 course, I enrolled in UX Academy... it was one of the best decisions I've ever made. I went from have ZERO design experience to landing my first job in the field in just a few... Read More months! And along the way, I learned so much from the curriculum itself, the 1-on-1 mentor sessions, and the very useful group critique sessions with other students online. I would recommend this course to ANYONE interested in pursing design, and can especially say this course is perfect for those going through a career change. They really do provide you the tools you need. If you have the drive, you will succeed!Read Less",UX Academy,UX/UI Design +259706,10697,designlab,Anonymous,True,2019,Great experience overall,2019-12-11,4.7,5.0,4.0,5.0,"I attended the part-time option of UX Academy and graduated a few months ago. My journey was not without its share of setbacks, but overall, it was a great learning experience. My mentor was amazing and super helpful in guiding me on my path towards becoming... Read More a UX designer. Same goes for my Career Coach who assisted me with interview prep and provided insightful feedback. It took me more than one attempt to pass my portfolio, but I was eager to make sure it communicates the kind of designer I am in the best way possible. I am soon to begin my first full-time job as a junior product designer. I found that my prior career, in higher education, was valued by my prospective employers, so it's important to think about these connections (and how you'll position yourself accordingly) to create a stronger presence and personal brand. The only reason I am giving 4 starts on the curriculum aspect is because the portfolio review process changed when I was taking the course, but the curriculum was not yet fully redesigned to accommodate the change.Read Less",UX Academy,UX/UI Design +259578,10697,designlab,Anonymous,True,2019,A mediocre experience changing careers,2019-12-06,2.3,2.0,3.0,2.0,"I chose to jump into UX Academy hoping to change careers into UX/Product Design. I had weighed between Bloc and Designlab at the time and chose Designlab in order to wholly focus on UX Design. So I paid the upfront $5200 to start my journey. I was excited... Read More to start and was expecting a well thought out format in teaching and learning about the design process. However, after going through the complete course I can say that there was not much value beyond what could be found through viewing other graduates online portfolios and following the process much like they do (supplemented by free sources online).The best part of my experience with Designlab was the mentorship. My mentor was amazing and was able to help me understanding what part of the process is relevant and important to focus on. There were a lot of things he would explain that the course itself would not share. The other good thing about the course is getting you to have a discipline to stay on course and focus on product design for a certain amount of time. It pushed me to learn and practice everything, which otherwise I probably wouldn't.Beyond those two things, there was not much value that Designlab put forth is being able to help you swtich careers. There would be group critique sessions that would not be entirely helpful as critiques were coming from other students who are just learning as well. There are one facilitator that would provide great feedback, however, the focus would be for other students to participate so the feedback would be limited. The 3 capstone projects during Phase 2 of the course are great projects to get you to practice everything. However, the prompts are simple and you could do these without having to actually go through the course. For a UX bootcamp, there are also a lot of UX issues with their online platform. It can get frustrating to navigate and actually keep track of things.Finally, if you're hoping to stay eligible for tuition reimbursement after 6-months of job searching, make sure you follow their eligibility requirements perfectly. If you miss one thing in any way, they will not sympathize with you. They will find any excuse to not get you your refund. They are incredibly dismissive and have personally made me feel like I was an afterthought.After graduating, career services isn't so much service but more bookkeeping for their sake. The support here purely comes from your mentor.After this experience, I somewhat regret spending an entire year with them and spending the $5200. I would suggest that perhaps it would be more worth your while to find alternative cheaper ways to learn the design process and work on your own projects. Alternatively, I believe an on-site course (despite the higher price) would be much better, as you would have instructors with you there at all times and fellow students to learn alongside.Read Less",UX Academy,UX/UI Design +258730,10697,designlab,Anonymous,True,2019,My portfolio helped me stand out from candidates with 10+ years of experience,2019-11-13,4.3,5.0,4.0,4.0,"Before I even completed the course, I have been reached out to by a Number of recruiters (all Fortune 500 companies). I have even been told that my portfolio helped me stand out from other candidates with dual masters degrees and have been in the industry... Read More for over 10-15 years. When you take this course, don’t take it for granted though! Be sure to put extra time and quality into your work and make it the best it can be.Read Less",,UX/UI Design +258649,10697,designlab,Anonymous,True,2019,Amazing,2019-11-11,5.0,5.0,5.0,5.0,"Designlab was instrumental in my career change journey. It provided me with the knowledge and tools to get a deeper level of understanding with the UX process. The Flexibility with being online can't be beat and with the added support from weekly mentoring... Read More sessions and group critiques, makes it a really unique experience and you don't feel like you're doing it alone. The course curriculum is very thorough with an equal mix of theory and a lot of practice. The end result is a portfolio you'll create and use it as an instrumental tool to land that first job when you enter the final part of the course, career services.Read Less",UX Academy,UX/UI Design +256174,10697,designlab,Julia Lowe,False,2018,It paid off!!,2019-10-07,4.7,5.0,4.0,5.0,"After a ton of hard work, I was able to get my first UX/UI job about 2 months after completing Designlab. Before Designlab I had very little experience in the field.",UX/UI Design,UX/UI Design +255169,10697,designlab,Gabe,False,2018,Great Experience,2019-09-25,5.0,5.0,5.0,5.0,"I signed up for UX Academy about a year ago, and thanks to this program I was able to be a part of a large community of designers and fellow students. Being paired with a mentor was great, as it allowed me to get feedback from an experienced designer,... Read More get career advice, and practice presenting and defending my designs. In addition to the community aspect, the class curriculum was flexible and allowed me to explore personal areas of interest while building a strong portfolio for when it was time to start applying for jobs. It was challenging, but also gave me the tools I needed to have the right approach/process when taking on a new design challenge.Overall, the UXA was a great experience and I would highly recommend to anyone who is ready to switch careers and is looking for a way to start building out a portfolio.Read Less",UX/UI Design,UX/UI Design +254854,10697,designlab,Matthieu Stadelmann,False,2019,"UX Academy, part-time",2019-09-20,5.0,5.0,5.0,5.0,"Hello, I took part of UX Academy from September last year until recently. For information, this was my second bootcamp, I did a on-site coding bootcamp in Berlin first. During UX Academy, I was doing an internship where I had the opportunity to learn... Read More more about UX Design if I wanted, unfortunately there was no designer at work to help me, so I decided to look online for support and discovered UX Academy. I basically had a deal with my employer, where they let me study half of my Fridays if I was taking the course and applying the knowledge at work. My overall experience with UX Academy was really good. I Think the curriculum is really well thought and as close as reality as it is possible. I was lucky with my mentors who helped me a lot during my time at UX Academy, wether with the course or even personal projects. I think the fact that it's an online course is pretty cool, even for someone working, you can make a change in your career pretty quickly. But, be aware that it's a lot of work. The level at DL is high, which is really good thing because it prepares you the best to the job but it requires you to be focus for a few months!Read Less",,UX/UI Design +254666,10697,designlab,Jenna D,False,2018,Clear Communicators & Helpful Assignments,2019-09-16,4.3,4.0,5.0,4.0,"I almost enrolled in an trilogy extension program at UCLA and am so glad I did this program instead because based on their first class session their professor was unengaging and the management was so disorganized. I liked that Designlab used a mixture... Read More of well written articles for teaching as well as Linkedin Learning videos that were made by amazing and engaging communicators. I also liked that we had so many assignments, which helped cement what we learned. Mentorship was very helpful as you get feedback on your assignments. If you don't feel like you're not getting enough positive feedback or ideas for improvement - just share with your mentor what you need. In my opinion, the one downfall of the program is that if you are new to design, it'll most likely take you 30 hours/week to do the PT course or 60 hours/week for the full time. I did the part time, while working 30 hours week, and was incredibly stressed for the whole time. In the end, I'm very glad for the experience and would definitely recommend Designlab to anyone.I recommend you learn Sketch, Figma or XD (which ever one you prefer to use) before you begin the program, so that you can design quicker and only work the 20 hours for part time or the 40 hours for full time.Read Less",UX/UI Design,UX/UI Design +254410,10697,designlab,Anonymous,True,2019,Great course! The material was very helpful!,2019-09-11,4.7,5.0,4.0,5.0,"The content was very informative and easy to grasp. Some of the projects were challenging but they help you gain a better understanding. My mentor gave me great feedback. You have to go through a couple of iterations of work before you get approved. However,... Read More I found out later it's better to practice than to not do well in the workplace.Read Less",UX/UI Design,UX/UI Design +252973,10697,designlab,Melissa,False,2019,It was okay,2019-08-15,2.0,3.0,2.0,1.0,"I had really high expectations for Design 101 based on the reviews I read here. I wanted to start out with UX Academy but they urged me to start with Design 101, even though I have a bit of experience with design. If you have some prior experience/ degree/... Read More work in design, I urge you to skip Design 101. I decided to start with Design 101 so I could try it out before committing to a 7,000 dollar course UX Academy, and I am glad I did because I would never pay that much for UX Academy now. Everyone in the reviews said the class was thoughtful, engaging, and top-notch. I did not find this to be the case. The coursework is very basic, nothing you can't find by googling some articles on the topic you are interested in (color theory, typography, hierarchy, design history, etc.). The best part is the final project, which you don't need to pay $400 to do. The mentorship was what drew me in but I even found that to be mediocre. The feedback I got from my mentor was mostly niceties that were extremely vague and, ultimately unhelpful. I was looking for real, tangible advice and feedback on my work but what I got was more of, ""Good job, looks good, keep up the good work. Maybe try doing this, but it's up to you."" Not helpful. It was a fun experience but I will definitely not be back for UX Academy.Read Less",,Unknown +253063,10697,designlab,Mary Schwab,False,2019,Great intro into Visual Design,2019-08-08,4.7,5.0,5.0,4.0,"As a newbie to visual design, I really enjoyed Design 101 with one highlight being my DesignLab mentor as I found his feedback very helpful. He was very flexible in terms of our meeting times, and happy to reschedule when I had other work commitments... Read More pop up. He provided thoughtful feedback in my designs, but did not necessarily tell me exactly what decisions to make (which I appreciated). He was helpful in showing examples when I was stuck on certain decisions in the visual design process. I learned a lot in this course and felt challenged. Overall my experience throughout Design 101 was great!Read Less",Design 101,Other +252860,10697,designlab,Michael,False,2019,Great course for getting down the core concepts,2019-08-06,4.5,5.0,4.0,0.0,"Like anything in life, you get out of this course what you put into it. It's self-paced and there are no deadlines (which I didn't love), but there is a lot of good content and the most important thing for me was my mentor, who was awesome. She really... Read More helped guide me through the concepts, how to apply them, pitfalls to watch out for, etc. I had always known about various UX concepts, but this course helped me focus on which ones were industry standards and gave me confidence to use terms and apply concepts in actual conversations with clients. Probably the best thing for me was that I was able to use concepts as soon as the second week on a client project and help drive their UX strategy. In the end it was well worth the cost. Pros: - great mentor- good contentCons: - no deadlines- ""prototype"" project is kind of lame- I struggled to get through all the materials on time (mostly out of laziness)Read Less",UX Research & Strategy,UX/UI Design +252788,10697,designlab,Dennis E Guevara,False,2018,Loved it!,2019-08-06,5.0,5.0,5.0,5.0,"The course flow was exactly what I needed to maintain flow. At first, it seems as if the course is smooth but you can easily fall behind if one is not on top of the work. The only con I had was my mentor disappeared for a month because he got a new job.... Read More I spoke with Designlab and was immediately given an even better mentor!! They also aware about students and the Slack channel is a great tool especially if you're in a bind and need a quick answer. They are very understanding especially me working two jobs and studying!! I highly recommend this course to anyone. I had no UX/UI skills at all. I started with the free course, then took the 101 Course, and upon completing, I applied for the UX Academy. My experience was amazing!! I'm currently completing my portfolio to move onto the next phase which is career services, to look for a job in UX. Designlab is the best.Read Less",UX/UI Design,UX/UI Design +253033,10697,designlab,E,False,2018,Not Worth It,2019-07-30,1.5,2.0,1.0,0.0,"I found this program to be too scattered and inconsistent. All they did was hand over pre-written articles for you to read, and then you had to go from there and create what you thought was best. Then your mentor would review it, you'd have a quick chat,... Read More but it really felt like they were only there because they were getting paid - it didn't feel genuine. In fact, after I stopped the program I never heard from my mentor again. No check-ups, nothing. There were no videos that Designlab themselves created or any course material - only previous articles that some employees had written over the years were handed over to you as course material to read. I left the program early because it felt like a giant waste of time and I wanted my money back. Yes, I gained some insight from my mentors. But overall I feel like the UX process they were teaching was inconsistent and not helpful in a job readiness perspective. The design crit process was a waste of time as well. You were shoved into a zoom room with other students who were all just starting out, and we had to ""critique"" each other's work. I'll just say it wasn't constructive whatsoever, in fact, it felt really counterintuitive to do. Whatever Designlab's motives were to get the students ""used"" to critiques - that's not the way to handle or do them. Critiques are supposed to be held by those who actually know what they're discussing, and offer constructive feedback based on knowledge and experience. The way Designlab wants the students to go about it just felt plain wrong. Perhaps they should consider making design crits later on in the program once the students get more adjusted to the process and feel they can offer better criticisms, advice, and feedback. The whole thing was awkward and weird. On top of this, when submitting your work for mentorship review, you'd immediately be able to see other students work, which I find to be wrong. It creates a landscape where you can't feel as though you should trust your own design decisions, especially when just starting out that is a very crucial thing to learn. In general, I would not recommend this program.Read Less",,Unknown +251442,10697,designlab,Pierre,False,2019,"Cool course. Relevant materials. And, above all, great mentorship.",2019-06-04,4.7,5.0,5.0,4.0,"As I decided to change my carreer and to go into product design earlier this year, I was looking for some course to do such a thing. I went for designlab after trying their 7 days courses for Sketch and Figma. I tried other online course and looked through... Read More reviews but this school was the one I wanted to apply to.In fact, I did the Design 101 course to get started in this new domain. It's my first online course and I was affraid of being alone with my computer, lessons and assesments to do. But no. Designlab is a nice course in which you're always surrounded by others students, mentors and staff. You can easily discuss about your assesments with someone else to avoid any issue. I do loved the fact a mentor helped me out during the whole course, I was able to share some and find new ressources thanks to the other students and the staff was allways here. To be honest, I had some issue with some documents and they helped me out in a few hours even if there's two oceans between us.The best quality of this course is the fact you'll go in a binomial with your mentor. They'll be there to give you some advices, ways to work and feedbacks for all your assesment and you'll be able to discuss with them about their daily routine at work, share new ressources. The more you go into the course, the more they know you, your painpoints, your way to work and they can help you in the way you do need.As I just finished this course, I'm already thinking of joining another one to keep improving my profile but, IMO, I got to stay with Designlab as they helped me out all the way down the coursework I had.Read Less",Design 101,Other +251298,10697,designlab,Anonymous,True,2019,Better off with free content,2019-05-25,2.5,3.0,2.0,0.0,"My experience with Designlab was fine. Everything went smoothly and my mentor was good. My main complaint is with the content. The content was so basic and superficial. None of the topics go into much depth, you just read a few paragraphs about the topic... Read More and then do an assignment. I was hoping for more of a deep dive into the content. The projects are the most useful thing about the course, but the preparation for the assignments is lacking. For example, you are asked to complete a usability test of a landing page you design, but there is no content on what questions are useful to ask in these types of tests. I found more useful information on Medium and Udemy. There is little video content, you are just clicking through some slides of text. It is not very engaging and not challenging. I enjoyed my mentor and our phone calls, but I was assigned a mentor who is a UX Designer and didn't have that much experience in research, which is a strange choice since I chose the Research course. All in all, I didn't have a bad experience, but it was just 'meh'.Read Less",UX Research & Strategy,UX/UI Design +251136,10697,designlab,Anonymous,True,2019,Great intro to digital design,2019-05-14,4.0,4.0,4.0,0.0,"This was my first Designlab experience, and it was a great! I work in product development and was looking to learn more about the design process, which I definitely did. Pros: The lessons were easy to digest, topics were interesting and well-presented.... Read More I was very motivated to learn the subject matters, work on the assignments, and excited to get feedback. Cons: For me, someone relatively new to design world, the course definitely consumed more than 10 hours a week. In addition, I really think each student's experience will vary depending on the mentor they're assigned to - how quickly they provide feedback, their level of engagement, and area of expertise in design. Overall, I really loved the units, content, & assignments - I thought they were the perfect for a 101 course. I would have have, however, preferred a mentor better matched with my learning style.Read Less",Design 101,Other +250910,10697,designlab,Anonymous,True,2019,Absolutely Horrendous ,2019-05-12,1.0,1.0,1.0,0.0,"I took Designlab's Design 101 course, which is a four week course. My mentor was completely absent for half of the course. I sent multiple emails to multiple individuals who kept repeating that Designlab ""never has this problem"" and how it's not a reflection... Read More of Designlab, or something along those lines. They said this despite the fact that I spoke to multiple people from my cohort who had mentor issues. It was obvious they never spoke to my mentor, who rushed through six of my assignments in one day to complete his feedback for my work after I messaged him again myself. I was doing this as a prereq for UX Academy, and asked if my mentor for UX Academy could look over my work for Design 101 since I didn't receive any from my mentor. In response, Designlab said they would get me a new mentor for the week before UX Academy to look over my work. I thought that was a little unnecessarily complicated, but okay. I then never heard back from them about the mentor or anything else, so I decided to cancel my enrollment for UX Academy. I randomly got an email saying that the person who had said they were going to rush to get me a new mentor was out of office. I was never told this or anything else.I'm now sitting here extremely frustrated, waiting to hear back from them so that they will give me my deposit back and not take out the money for UX Academy, which is not a small sum.Unless you want to spend your time babysitting people that are supposed to be helping you, I would avoid this company like the plague.Read Less",Design 101,Other +250947,10697,designlab,Chris Field,False,2019,UX: Research & Strategy,2019-05-06,5.0,5.0,5.0,0.0,"This course exceeded my expectations. While I finished the course in the time frame given, I could have dug down even deeper into the materials! And the plentiful resources are there for me to take advantage of for years to come. The mentor support is... Read More also key to discussing the projects and materials. The project-based course really helped to make the materials come alive.Read Less",UX Research & Strategy,UX/UI Design +250855,10697,designlab,Trav,False,2019,Relevant Materials and Great Mentorship ,2019-05-03,5.0,5.0,5.0,5.0,Great way to get into the design principles and to get hands on advice from someone who's been in the industry with professional experience. The mentorship was the best part of the experience!,Design 101,Other +247053,10697,designlab,Anonymous,True,2019,Design 101,2019-04-01,5.0,5.0,5.0,0.0,Design 101 is an excellent course to learn the fundamentals of design. It is also a great way for those who are already working in design to brush up their skills. The course material was very thorough and insightful. There were additional resources in... Read More each section which I found super helpful and I really appreciated. The best part of the course was having a mentor who works as a professional in the design field. It was excellent to receive feedback about my work but also just to chat about working in the design world. I definitely recommend this course.Read Less,Design 101,Other +246569,10697,designlab,Thays Santos,False,2019,Amazing experience,2019-03-31,5.0,5.0,5.0,5.0,Great course! The Design 101 course was an enjoyable experience where I could learn the basic of the Design making a good starting portfolio. The modules are well developed with useful knowledge to build the final project peace by peace. It is also offered... Read More a mentor to guide you during this process and give tips about how to improve later on and how is the daily life as a Designer.Read Less,Design 101,Other +247027,10697,designlab,Božo Prlenda,False,2019,Very well structured projects and great mentorship,2019-03-06,5.0,5.0,5.0,5.0,Course UI Design at Design Lab was great experience. I would recommend it to everyone (beginners and professionals). Course is divided in sections that consists reading material and small projects. All those small projects are steps to create mobile or... Read More web app. Reading material is very good and you can find a lot of interesting additional links that can help you in your designs. The best thing about the course is mentoring. You get 4 hours of video call mentoring and if your mentor is as good as mine was it will be a big bonus for your knowledge.Read Less,UI Design,UX/UI Design +247118,10697,designlab,Anonymous,True,2019,Very informative and useful to get to know design principles,2019-03-04,4.3,5.0,5.0,3.0,"I'm trying to switch my career from web designer to UI Designer. Design 101, by covering the workflows of UX and UI designers, taught me all new design principles I didn't know and taught how to praticly apply the principles I already knew. The mentor... Read More helped me to map all the steps I need to take in order to get all the knowledge and skills necessary to get a job as UI designer and helped me understand my strengths and sides I need to improve. He also helped me by addressing all the mistakes I made along the course and explained me how to solve them and not repeat them.This course was definitely useful and moreover, if you are really engaged in the course and give all your best, the final project could be so good that you could add it to your portfolio, thus, it made one step closer to have a great portfolio.Read Less",Design 101,Other +247038,10697,designlab,Anonymous,True,2019,Great structure material designs and excellent mentor. ,2019-03-03,5.0,5.0,5.0,5.0,"Even I am sixty years old but I am very much enjoy reading your great materials which no need to buy any books to learn and explore the new design out there, and also much more experience with your mentor.",,Unknown +247026,10697,designlab,Anonymous,True,2019,Design 101 by DesignLab,2019-03-02,5.0,5.0,5.0,0.0,"Great course for anyone trying to get a good, but quick, introduction to design basics. Good background on color, typography, logo creation, spacing, etc. The course can be pretty quick at times - especially when trying to move directly into their UX... Read More Academy because you’re really on a time crunch to get everything in early enough. Good feedback from mentors, but not always great instructions.Read Less",,Unknown +247016,10697,designlab,Anonymous,True,2019,Excellent!,2019-03-02,3.3,5.0,4.0,1.0,"I really enjoyed my first class with Design Lab, UX Research & Strategy. I liked that I could go at my own pace throughout the week and that I even had time to make revisions to projects before discussing with my mentor. I really liked my mentor as well,... Read More she was very responsive, knowledgeable and was extremely helpful. I enjoyed the class so much I signed up for the next course. I also like that Design Lab provides additional resources and continual access to the materials, even when the course is over.Read Less",UX Research & Strategy,UX/UI Design +246805,10697,designlab,Anonymous,True,2019,Terrible communication,2019-02-08,1.3,1.0,2.0,1.0,"At first I thought that this course would be helpful with my transition from software engineer to UI developer. But after beginning the course, my supposed student mentor was M.I.A. I attempted to contact the student advisor who originally helped me get... Read More signed up, but they were a no-show too. I then tried to give my concerns to Designlabs support, but I was given the "" we will get back to you shortly"" banner. The 6th day of no contact came, and the only way that anyone from Designlab noticed me at all was when I posted my distaste with their treatment of me on a student blog that was monitored by the heads of Designlab. Then I was thrown to two different student relations people at the same time, and neither one of them knew what the other one was doing, even after I let them know that they were both working on the same solution to this problem. It was only after I requested a refund that they offered me another student mentor, but opted for a refund because it would have been too late to complete the project. This business was not equipped to deal with a problem like I encountered. I would suggest enrolling in another UI academy such as Bloc, and you might get better results.Read Less",,Unknown +246609,10697,designlab,Anonymous,True,2019,Highly Recommended!,2019-02-05,5.0,5.0,5.0,0.0,"When going for a career switch, it can be very stressful to learn something completely foreign, while still trying to support yourself financially with your current job. A friend of mine recommended Designlab and I decided to start the Design 101 course,... Read More with the end goal being a course in UX. It was the best decision I could have made. Since it is online, the hours are flexible and I was able to work at my own convenience. The material was easy to read and non- threatening. The mentorship that is offered was definitely the highlight of the program. All in all 10/10! Highly recommended!Read Less",Design 101,Other +246241,10697,designlab,Sarah Selph,False,2018,Design Labs - a great site to learn and get mentored!,2019-01-11,5.0,5.0,5.0,5.0,"I took the course, UX Research & Strategy -- because I'm newer into the User Researcher field. I was excited to take the course and get some validation on things I already knew but, more importantly, learn about new methods, terminology, and ideas that... Read More I wasn't aware of. The way Design Labs breaks up the course content in digestible nuggets of information is amazing! The course if 4-weeks, each week you're given reading material, additional resources (if you so choose to read -- and some are videos that reiterate what you've learned), and then an assignment that allows you to practice what you just learned. You're also assigned a mentor; once you submit the assignment, your mentor reviews it, comments on the work you've done and you can easily submit additional versions of the assignment. With the mentor, you have scheduled weekly 1-on-1's where you discuss the coursework, anything you have questions or comments on, etc. I have really loved working with my mentor, Erika is FANTASTIC! I would highly recommend this course for anyone new in Research, UX or Design.Read Less",UX Research & Strategy,UX/UI Design +246041,10697,designlab,Kira Davies,False,2018,Exceeded Expectations,2018-12-07,5.0,5.0,5.0,5.0,"I could not recommend DesignLab more. For me, self-directed learning is essential but also challenging because I am a kinesthetic learner. A colleague recommended this course and a few others on the DesignLab platform as the starting points for me to... Read More use to make a career transition. I feel so lucky, I was given this recommendation. My mentor has been the most incredible resource. To learn from a working professional and have one on one tailored support is invaluable. I did not finish the course in the exact timeline prescribed because of my pre-existing workload and my mentor made arrangements to keep up with me through the finish line. I can not guarantee others would have this experience, but to have a mentor who intrinsically values teaching and watching another learn has been such a joy. I was afraid of online learning and I know I am coming back for another course, or two!Read Less",UX Research & Strategy,UX/UI Design +245981,10697,designlab,Ian Lawson,False,2018,Perfect Introduction to the World of Design,2018-12-05,5.0,5.0,5.0,5.0,After moving into a more design focused role I was looking introductory course to get my head into the world of design.Design 101 by Designlab was a perfect choice - it gave me a comprehensive introduction into the professional space and allowed me to... Read More develop some strong foundations that I can build on going forward!The course was well structured and well paced - helped by the great variety of content (lessons/quizzes/projects/etc) and interesting topics.The mentoring system was extremely valuable too! Being able to get quality feedback and iterate on projects and designs was such a valuable and educational experience. It's also a perfect opportunity to make a great connection in the industry!Read Less,Design 101,Other +242698,10697,designlab,Tyler Morrill,False,2018,Best money I ever spent,2018-12-04,4.3,5.0,5.0,3.0,"I got more out of this 1 month class than I did at a 16 week boot camp... and it cost me a whole lot more. It was nice to have one on one time with a mentor. Jeff helped me reach my goals that I had for the class. There were a few design flaws in the... Read More site, especially the mobile version, but nothing that couldn't be overlooked. They could definitely benefit if they were to develop an app for students to download and use.Read Less",UX Research & Strategy,UX/UI Design +245430,10697,designlab,Kay (Phirotrat) Fritz,False,2018,You'd learn like never before. ,2018-10-24,5.0,5.0,5.0,5.0,"It is just a month in your life but it is a month that you will always remember. If you have had zero experience in UX design like me.It is a bootcamp with a mentor that has your back and keep putting your back on track.You do so much research. You have... Read More so many design projects and have to do the stuff that you had never imagined you could do before. From zero, you go up the steep hill and 1 month later when you post your projects online and share with your friends and ex-colleagues...They just wow.This is how I describe the course.This is my second course at DesignLab (Design 101 and Interaction Design) and I intended to do 3 more courses and maybe UX Academy as well. I have two mentors who are a Head of Product and an exceptionally intelligent and brilliant Design Educator. On my resume posted online, I added links to my UX work around a week ago. Today, someone with the title of HR or recruiter contact me for a role that need some knowledge of UX.They like my shopping cart taxonomy and they look happy when seeing my wireframes and user flow.I may not get a job as a UX Design instantly but I have a proof that I understand UX and I can do and have done it. They want to hire me for that.This is a huge leap in my career. People at DesignLab are extremely supportive. I missed the enrollment by a bit and they put me in to the class. They listened to feedback and keep on improving. They do really care about having fast feedback and closing the loop.Read Less",Design 101,Other +244963,10697,designlab,Rebecka Ferneklint,False,2018,Amazing,2018-10-10,5.0,5.0,5.0,5.0,"I have taken two courses at Designlab and will probably take one more. Why? Because it is affordable, and you get an awesome mentor guiding you through the course. Holding your hand if you want. If you are serious about learning design there is no better... Read More way than to invest in yourself with Designlab.Read Less",UI Design,UX/UI Design +245223,10697,designlab,Candi,False,2018,The mentorship and feedback are the things I appreciate the most!,2018-10-10,4.0,4.0,4.0,0.0,"I took the UX Research & Strategy course through Designlab. Being in Front End Development, I'm exposed to a lot of UX talk but not quite the formal experience. I researched through various bootcamps out there. Some were just too expensive and time consuming... Read More for my budget. Some courses went over topics I already knew from work experience such as responsive design. The things I enjoy the most about DL are the mentorship and the projects. I'm currently enrolled in another program that's only reading, watching videos, and participating discussion forms. I feel like I don't quite get the feedback I'm expecting from doing that course work. With DL, I feel like it's more hands-on projects with a lot of great feedback from my mentor. My mentor was a perfect match for me with her energy and the experience she can provide to me. She not only gave me advice on how to approach the course but how I can approach the same situation in real life. I had such a great experience with her that I would definitely continue to keep in touch with her even after the course ends. I originally was debating about taking UX Academy but I think with my current work experience, taking Interaction Design would suffice in my UX training. It is a bit tough to complete the course in 4 weeks when life happens (hurricanes, family illnesses, etc.) but the course still allows you to finish even after the course ends. If you're looking for something super in-depth with some intense reading, this isn't the course for you. If you're doing the short courses, you can marry this with other reading intensive courses from other places, UX reading material from publishers like Rosenfeld Media, or other free online resources. To me, the value is from your interaction with the mentor as well as feedback from your peers on project work. I've already recommended DL to quite a few colleagues and friends.Read Less",UX Research & Strategy,UX/UI Design +245216,10697,designlab,Brittany,False,2018,I highly recommend Design Lab!,2018-10-10,5.0,5.0,5.0,0.0,"I have taken 3 of the 5 short courses offered by Design Lab, and I have really enjoyed all of them. I have learned a great deal during the past 3 weeks! I think one of the most important things to keep in mind is that the choices offered by Design Lab... Read More are there to fit your lifestyle. I have taken the short classes, because I don't have the time nor the funds to take the more intensive UX Academy. That being said, I also went to school for fine art and took a bunch of design classes while in college. For someone who hasn't had this experience, UX Academy might be better for you. Because I work full time, the smaller courses work much better for my schedule. It takes the principles I've learned previously, gives good practice projects, and allows my mentor to give feedback.I see some people feel like they don't get enough out of the short courses. But I don't think these classes are meant to produce stunning portfolio pieces. I think they give you a good foundation to expand upon so you can include your project in your portfolio. You just have to be willing to put in extra work. If you really want something, you'll do it. And if you want a portfolio piece, ask your mentor how they would turn the project into a portfolio piece. I was always completing work ahead of time, so my mentor gave me extra work for practice! You just need to ask; the resources are there.Overall, I think these bite-sized classes are great. Yes, I'm busy all of the time, but to me it's worth it. I can't wait to start looking for jobs out there. Thanks, Design Lab!Read Less",Design 101,Other +241724,10697,designlab,Anonymous,True,2018,"Design 101 - Great Potential, Could Be Better",2018-09-10,3.5,3.0,4.0,0.0,"I took this course as a fun introduction to design principles and to see if it was something I would like to pursue more of. While I undoubtedly enjoyed the content and particularly the 1:1 coaching sessions, I felt a bit duped by the ""5-10 hours a week... Read More is all you need"" time allotment.Pro's:1) Easy to digest learnings and articles, great content from industry professionals and learning the basics. I thoroughly enjoyed the articles and learnings presented on the website. The process felt seamless on the DesignLab platform.2) Great support system with other students. People comment on each others assignments, there are chat boards for people to discuss items and others.3) 1:1 Sessions with design industry professionals. This was incredible! Absolutely loved having the opportunity to pick someone's brain on their path and what I can apply to my own work. Easily my favorite part of this entire course.Con's: 1) We were given 3 design program options to choose from for the course: Photoshop, Illustrator, and Sketch. I chose Photoshop because I had used it for photography and was looking forward to using the tool for more design oriented work. After I had completed week 1, I was excited to see what my mentor could teach me about Photoshop and better workflow than what I was currently doing. In the first meeting, I was immediately told that 1) They did not know Photoshop at all and 2) I should use Sketch since that's the industry standard. So, after 1 week of dedicated time and pre-reading for Photoshop I was shot down on that program and told to give Sketch a try. After this, I felt SO BEHIND. Constantly feeling the pressure and trying to catch up while re-learning a brand new program. This is a HUGE gap for DesignLab that I think should be addressed. Pair students with mentors who know the same program they have chosen. If not, just recommend that everyone use Sketch (because it is an incredible program). I have a PC and Sketch is not available on PC. I had to use someone else's macbook for the month just to try it out. Please address this DesignLab!! It will ensure your students are ready to hit the ground running on Day 1 and will give student's the option to actually learn the program they have chosen.2) If you are a busy professional who works a minimum of 40 hours per week, the allotted 5-10 hours of coursework per week is a complete understatement. Particularly if you want to dedicate time to producing a good assignment or product on top of learning the content and a design program, it takes a minimum of 10 hours. Plain and simple, this course is geared to people who have more time in their schedule. I felt like the time could have been advertised more realistically than just 5-10 hours/week.Overall, I felt because of the design program learning in addition to the realistic required time to put in good work that it put a damper on the overall course learning. I think that if you fixed the design program choice (and pairing with a mentor who knows that program) it would significantly improve the student's experience. I would recommend this class for folks who have flexibility in their time schedule and can dedicate at a minimum 10 hours/week to learn content, reiterate on their assignment, and dive into a design program.Read Less",Web Design,Other +240758,10697,designlab,Sundarong Taing,False,2017,Three reasons why I can recommend Designlab's UX academy,2018-09-08,4.3,5.0,4.0,4.0,"1. Designlab was professional and seemed very polished. I wanted an experience that mimic traditional school but understands the demands of daily life. So being online is a plus. I browsed and did research on Designlab before deciding to do the Design... Read More 101 course.2. I am very happy with UX academy. My mentor was amazing and each assignment really taught me about design. I used that to my advantage. I feel that for anyone hoping to do career in UX, Designlab's UX academy will help guide them and give them all the relevent resources they need.3. The best part of UX Academy has to be the mentor-student aspect. I think that without it, it would be tough to succeed as well as I could have.Read Less",Web Design,Other +243819,10697,designlab,Anonymous,True,2018,"Designlab was a truly awesome, valuable decision. ",2018-09-04,4.7,5.0,5.0,4.0,"I looked at a bunch of different courses, including Designation and General Assembly. After spending literally weeks trying to find the perfect program, I did some research on UXA and decided that it seemed like the best fit. I liked that the full time... Read More track was less than four months, and I really liked the idea of having a mentor to help me through the process. Also, being able to do it fully remotely was cool. I loved the flexibility about the course. I liked how modules and sections were basically broken down by weeks, because this allowed me to stay organized. I always tried to complete all coursework Monday-Friday, but I knew that if I got a little behind or needed some extra time, I could complete work over the weekend without falling behind.Read Less",Web Design,Other +243521,10697,designlab,Xiaoming,False,2018,DesignLab - Design 101,2018-09-03,5.0,5.0,5.0,5.0,"Design 101 is a great course for anyone new to design. In this course I've learned all the necessary design basics and know a lot more about the design job field. Each student has a mentor that meets weekly, and it's a good opportunity to ask any questions,... Read More and the mentor's reviews of projects are very helpful. This course encourages me to seriously consider a career in UX/UI design, and encourages me to take more courses to improve.Read Less",Web Design,Other +236251,10697,designlab,Madeline Kossakowski,False,2017,Being a DesignLab Student Was a Great Experience,2018-08-31,5.0,5.0,5.0,5.0,"After trying to figure out what I wanted to do for my career, I finally had landed on User Experience Design. I searched through a variety of programs, but chose to go with DesignLab because of the value provided for the cost. DesignLab's program was... Read More structured very well, providing conceptual training on methodologies along with hands on projects that reinforced the concepts. However, the biggest value of DesignLab's program is the mentorship component. I truly felt like I had my own personal teacher that was there to help guide me through every step. The personalized aspect and guidance tailored to the individual really made me successful and feel like I had transformed to a junior designer. Being a DesignLab student was one of the best decisions I have made.Read Less",Web Design,Other +245630,10697,designlab,Maria Jennings,False,2018,A fantastic learning and creative experience,2018-08-30,5.0,5.0,5.0,5.0,"My first introduction to UX design was through General Assembly, and I was originally considering their in-person UX bootcamp. When I did some research, I realized that Designlab's program allowed me to work independently on projects, whereas GA's was... Read More mostly group work. Designlab also allowed for one-on-one mentoring and it was significantly more affordable than General Assembly's program. Designlab's high reviews on Switchup and Course Report were also encouraging. Ultimately, Designlab's curriculum, format and price were an unbeatable combination. I am so glad I chose this program.I had a fantastic mentor who took his job extremely seriously and pushed me out of my comfort zone and into being a better designer. Additionally, the flexibility of the program is stellar. I got pretty sick during an intense time in the program, and needed to put my work on hold. In a traditional school environment, I would've had to slog through it, but with UX Academy, I was able to put things on hold, recover, and deliver my best work. P.S. I'd be happy to chat more with prospective students and answer questions, so feel free to reach out to me via LinkedIn if you need any guidance!Read Less",Web Design,Other +236691,10697,designlab,Pri,False,2017,From career hopper to Product Designer,2018-08-30,4.7,5.0,5.0,4.0,"Before diving into UX I took a a month to research about the field and different bootcamps that were available. As someone completely new to UX, I knew I wanted a course that was mentor based and gave me a chance to connect with other students alike.... Read More It came down to 3 schools: General Assembly, CareerFoundry, and DesignLab. After reading reviews on GA in NY, I decided against it. CareerFoundry seemed great, but their course time isn't as structured as DesignLab's. During my time at DesignLab, I learned and accomplished a lot. Both of my mentors were amazing. They helped me with any questions I had and helped me work out problems that I faced when working on my projects (including my breakdowns when I thought I would never complete a project or find a job after lol). Aside from the course, mentors, and group crits, I really enjoyed having the Slack group. I've met a lot of people from there and it's nice to know I'm not going through things on my own. I completed the program with a solid portfolio, 1 real-life project, and a new job as a Product Designer.Read Less",Web Design,Other +236724,10697,designlab,Kameshwari,False,2018,Looking to switch career to ux design?,2018-08-30,4.3,5.0,5.0,3.0,"I wanted to switch career to ux design and was looking into options like general assembly, interaction.org and other similar online/offline options. Design lab was recommended by a friend and I wasn't sure if it was a good value for money. After finishing... Read More the course I would definitely recommend to anyone who is looking to switch career to ux design as I feel it has a very organized curriculum, has group crits which helps you to connect with people across the world, has mentors in every phase of your coursework who are very motivating and guides you along your journey. Design lab also helps in improving your soft Skills along with your technical skills which is very helpful. Overall it would be a great journey for anyone who chooses design lab.Read Less",Web Design,Other +244947,10697,designlab,Konrad Solomon,False,2018,Amazing Course!,2018-08-29,5.0,5.0,5.0,0.0,"I have just finished attending UX Academy and I couldnt be more satisfied! I learned everything I expected and more. My mentors were amazing (thank you julien and matt!) always friendly and very knowledgeable, they even went out of there way to help me... Read More become the best UX designer I could be. I started this journey 6 months ago (I took the part-time route for the first part of the course) with no prior experience (Ive been working as a middle school teacher) and now I have a full portfolio that Im proud of , you can check it out at https://www.choni.design I really recommend this course and I strongly believe its worth every penny. Thank you DesingLab!Read Less",Web Design,Other +242193,10697,designlab,Judith Gottlieb,False,2017,DesignLab’s UX Academy gave me the tools to become a UX Designer,2018-08-29,4.7,5.0,5.0,4.0,"I did a ton of research before deciding to enroll with Designlab. I was first trying to find a part-time in-person course in NYC because I needed to continue to work full-time. The options were either too expensive and long or didn't offer enough projects.... Read More I then started looking at online programs, like BLOC, Designation, and a few others. I chose Designlab because of its comprehensive offering - 4 main projects, mentorship, career services, and tuition reimbursement.The best parts of UX Academy were the mentorship and the ability to make your own capstone projects. I had amazing mentors, who work in the Design industry and I learned so much from all of them. The ability to make your own project briefs for the capstones was super empowering - I made two of my own and was very happy to do so. I felt more creative freedom and ownership. I also found the two that I made to be my best work.Read Less",Web Design,Other +242136,10697,designlab,Kiran Woochit,False,2017,A Brilliantly Challenging Experience,2018-08-28,5.0,5.0,5.0,5.0,"There were a lot of alternatives. For me, my decision was largely based on price. It was definitely the most expensive course I've paid for, but still reasonable compared to some of the others. I appreciated the fact that DesignLab was purely about design.... Read More I did some research and found a number of reviews on Switch Up which were all positive. Without a doubt, this course was worth every single penny. The only reason I knocked it down a peg was that I feel your progression and improvement is largely influenced by the mentor you have. My mentor was brilliant and looking back at my work from UX Academy to Design 101, it's great to see how much I've improved. There is a lot of content on the net and you can definitely teach yourself this, but this course provided me with the structure I needed.The second phase of the course was a lot more practical and suited my learning style a lot more. There's only so much theory you can learn, but it comes down to the application. Overall, definitely worth the investment. Be ready to be pushed, but the results and knowledge gained is invaluable.Read Less",Web Design,Other +244924,10697,designlab,Olivia Wong,False,2017,UX Academy helped me pivot into UX Design.,2018-08-28,4.7,5.0,5.0,4.0,"1. I was also considering General Assembly and a program at UC Berkeley. I was really inspired by Karen Cheng's post. There was another blogpost I read (I don't remember the author) but she wrote very highly of UXA. I also read reviews.2. Right now, I... Read More feel more confident going into an interview for a UX role than a biotech (I studied biology in college) role. Also, the mentorship was A+! 3. The mentorship and ending a capstone where I see a product come to life were the best parts of UX Academy.Read Less",Web Design,Other +238039,10697,designlab,Winnie L,False,2018,Great experience with Designlab! Highly recommend!,2018-08-28,5.0,5.0,5.0,5.0,I would 100% recommend this course to anyone interested in UX/UI design (and I already have!) I learned so much in this program. For me it was the perfect amount of hands-off and hands-on work with just enough accountability (from my mentor and peers)... Read More to keep me going. I was also blessed with an amazing mentor who was really prompt with feedback and suggestions. I was challenged in a good way and it made me so much better than I ever could have been on my own.Read Less,Web Design,Other +244923,10697,designlab,Joanna Liu,False,2018,Design Lab's UXA helped me build a relevant UX Portfolio,2018-08-28,5.0,5.0,5.0,5.0,"Having had a background in industrial design, when I made the decision to enroll in a UX Bootcamp one of my key requirements was producing pieces for my portfolio. I felt that I had knowledge of design principles, but having relevant design work would... Read More help me in landing my next job. Some factors that went into my decision when choosing were: 1. Curriculum2. Price3. Likelihood of landing a job post bootcampI found the curriculum of UXA to be very detailed and rigorous. The platform has assignments correlated to the principles that are taught in the lesson. I think really helped instill the knowledge taught in said lesson. The price of UXA was also appealing to me when comparing the different programs, but at the same time it still quite a lot of money. When it came down to choosing, I was more comfortable in choosing a program that had the tuition guarantee. For me that meant, the company is just as invested in me finding a job as it is for them. I also liked that they didn't accept everyone into the program. The fact that they're exclusive means that they only want students that will succeed to enroll.One of my biggest takeaways from the program is having 3 amazing portfolio pieces. In Phase 2 of UXA, each student completes 3 capstone projects that require 80 hrs for each project. Now that I am finished the program, I have gotten lots of interviews as result of the work I completed in UXA. When it comes down to transitioning into UX Design and landing a job, it is my own responsibility. Design Lab has supported me along the way, but the student also has to put in hard work. So my advice to you, if you want to transition into UX Design (whichever program you choose) just know there is a lot of hard work and persistence that goes into switching careers. Design Lab has given me the right tools to succeed, with a great platform, mentors, and a student community, but now its up to me.Read Less",Web Design,Other +244921,10697,designlab,Anonymous,True,2017,UXA + Design 101,2018-08-28,4.3,5.0,4.0,4.0,"I chose Designlab because of a recommendation from a friend, who graduated from it when I was looking for a new career. I considered alternatives, but the price was a big factor, and also the one-on-one mentor aspect of Designlab. I learned a lot through... Read More UXA, and feel really prepared to go into the real-world as a UX Designer with everything I learned through the curriculum. While I didn't love that a lot of the curriculum was Lynda.com lessons and videos, the breadth of topics covered serves well to have you come out as a generalist. The biggest pro's were the mentor (honestly, the course is worth the $$$ for the mentor alone, but you have to make sure you're matched with a good one and SAY SOMETHING if you don't love the one you get matched with, because they will make the biggest difference in your experience and your personalities matching is a huge factor), and the fact that the course focuses so much on user research, which a lot of UX Designer's don't actually know how to do. The con's were the mandatory group crits, because the criticism in a group crit from your fellow students, sometimes in earlier phases of the curriculum, are more often than not contradictory to what your mentor says due to experience levels . Overall, UXA was a great course, more thorough than any other lesson you find online, but the experience can only be as good as you make it - find an amazing mentor, put your head down and work diligently for a few months, and come out the other side with a strong portfolio and confidence in yourself as a UX Designer.Read Less",Web Design,Other +244922,10697,designlab,Abby MacInnes,False,2018,Designlab,2018-08-28,5.0,5.0,5.0,5.0,"Designlab's UX Academy is a great, thorough course. I did a good amount of research on other programs, but Designlab seemed like far and away the best choice for me because of the mentoring, timeline/duration of the course, reasonable price, job guarantee,... Read More and so on. Though I'm pretty new to the design world, I've come out of the program with 4 case studies for my portfolio, and I feel ready to tackle the job hunt. I have just graduated from the course and am entering Designlab's Career Services portion of the course. Time will tell how that goes, but it seems promising -- they provide weekly one-to-one meetings with a Career Coach, require you to meet certain benchmarks in applying to jobs, and go to networking events. The best part of UXA was getting to know my mentor, and the sense of accomplishment now that I'm almost done (feeling like, wow -- I actually built all of this!). The only drawback is that since it's all online, it can be a bit isolating at times, but that's just the nature of an online course. Overall, would recommend!Read Less",Web Design,Other +244917,10697,designlab,Mable Wong,False,2017,It's not the typical bootcamp as others,2018-08-28,5.0,5.0,5.0,5.0,"I came across a portfolio from one of the Designlab graduates on FB, and I was very impressed with her work. I asked her a lot of questions before I decided to do the boot camp. Having met and worked with some designers came out of other boot camps in... Read More the area, I didn't have a good perception of boot camps prior to my engagement with Designlab. Now that I've completed the program, I got more than what I wanted out of the DL UX Academy. Not only have I mastered the process, but I gained valuable problem-solving skills and learned new tools. My mentor Alan was phenomenal in guiding me throughout my capstone projects, making sure that I tackle each project utilizing the design thinking methodology. What sets DL apart from other similar programs out there are the solid curriculum, fantastic mentor guidance, and the weekly group critique sessions. I had a lot of fun doing the DL UX Academy.Read Less",Web Design,Other +244920,10697,designlab,Max Rosero,False,2018,Can't Beat Designlab,2018-08-28,5.0,5.0,5.0,5.0,"I worked in sales for many years before transitioning into design and once I decided to take the leap and enroll in a bootcamp, I researched every available option on the market. I looked at both Springboard and General Assembly but was unimpressed with... Read More the quality of their student work (especially for the price, in the case of GA). Ultimately, Designlab had the best looking student portfolios and I loved the concept of being able to work with a mentor on a weekly basis, so it was a no-brainer. I couldn't be happier with my decision. I was extremely impressed with the quality of the curriculum and there's no doubt it was worth every penny. 6 weeks after I started career services, I got two offers to join companies here in NYC and I now work as a product designer at an enterprise software startup. Couldn't have made the pivot without the team at Designlab, they're the best.Read Less",Web Design,Other +236554,10697,designlab,Anonymous,True,2017,Really worth the money,2018-08-28,4.3,5.0,4.0,4.0,"The first thing that comes to mind is that it is really worth the price for the amount of content and support we get. The second thing is the guidance all along the program and the way it is structured. It is also very encouraging when we are stuck. The... Read More email support is also very efficient.Great bootcamp overall, I recommend!Read Less",Web Design,Other +244919,10697,designlab,Priscilla Sodeke,False,2017,Better than my traditional Design School experience,2018-08-28,4.7,5.0,4.0,5.0,"I chose Designlab because they had UX AND UI combined, a time-guided comprehensive experience, more separate finished projects in hand by the end, portfolio and personal branding built into the curriculum, a third phase that aids you after you're done... Read More (I had so much difficulty finding a full-time job after my design degree, the career coach DL paired me with is amazing!!), group critiques (a ""necessary evil"" I had a love/hate relationship with in design school, but Designlab's were much less stressful!), and DL's personality just spoke to me! Because of that, Designlab just felt right to me. Cost was an important factor as well and with the help of family, who assured me Designlab's tuition was doable, I was sold, so to speak.I feel like if I can do it, many others can. Because those who don't have a design background are given thought as well in the curriculum, they can get through it too. DL thought of everything :)I'm very proud to say, ""I have a portfolio website!"" I'm actually happy with the work on it. The personal branding module was challenging but important, valuable, and I'm really pleased with how it turned out. Now, I am beginning to have that online presence that I wrote down as one of my goals, another really helpful assignment included in the course. I could look back and see all the goals I had set and actually accomplished through the course!I had to manage my time well, but the part-time track and understanding DL staff and my mentor made the journey so much easier and they helped me make it through.Read Less",Web Design,Other +244916,10697,designlab,Nazish,False,2017,I switched my career through Designlab!,2018-08-28,5.0,5.0,5.0,5.0,"I had 10 years of experience as a Software Engineer. Designlab helped me in switching my career to become a UX Designer in 6 months.1. I kind of stumble upon Designlab through Karen Cheng’s blog. I was keen to enrol into UXA from the start but with a... Read More full time job, I was reluctant. I was also interested in CareerFoundry as they also have similar setup. Group Crits, good reviews and early admission helped me to enrol with Designlab.2. I have had a great experience in Designlab. Before Designlab I took some online courses but the curriculum was no where near to what Designlab offers. The most important part is the feedback and guidance from mentors. It had really helped me up my levels and become more disciplined.3. Completing the Capstone projects was the best part as I could see the skills I had acquired in the 1st phase coming to life. I think each capstone has polished my skills and also have opened up new avenues for me to explore.Read Less",Web Design,Other +244915,10697,designlab,Nazish,False,2017,I switched my career through Designlab!,2018-08-28,5.0,5.0,5.0,5.0,"I had 10 years of experience as a Software Engineer. Designlab helped me in switching my career to become a UX Designer in 6 months.1. I kind of stumble upon Designlab through Karen Cheng’s blog. I was keen to enrol into UXA from the start but with a... Read More full time job, I was reluctant. I was also interested in CareerFoundry as they also have similar setup. Group Crits, good reviews and early admission helped me to enrol with Designlab.2. I have had a great experience in Designlab. Before Designlab I took some online courses but the curriculum was no where near to what Designlab offers. The most important part is the feedback and guidance from mentors. It had really helped me up my levels and become more disciplined.3. Completing the Capstone projects was the best part as I could see the skills I had acquired in the 1st phase coming to life. I think each capstone has polished my skills and also have opened up new avenues for me to explore.Read Less",Web Design,Other +244324,10697,designlab,Yemu,False,2018,An excellent course,2018-08-03,5.0,5.0,5.0,0.0,"DesignLab101 was the perfect combination of challenging material, exceptional support, and an opportunity to create a piece of work that's a primer to professional design. I am amazed at what I was able to achieve and create in the 4 weeks I took the... Read More course. The best part of Design101 is the mentorship support. My mentor was excellent and is one of the main reasons that I saw this through to the end. He always gave timely and insightful feedback in addition to always pointing me to additional resources that clarified concepts that I had not understood and helped me improve my work.Read Less",Web Design,Other +244934,10697,designlab,Anonymous,True,2018,Transformative Experience,2018-07-25,5.0,5.0,5.0,5.0,"I completed UX Academy through Designlab a few months ago, and I'm currently in the career services phase of the program. It is no exaggeration to say that UXA changed the course of my career. I've been a print designer for the past 15 years, and I'm... Read More in a shrinking industry with few options for growth. I'd been trying to make a shift on my own towards design in a different industry, but I wasn't able to get any traction. Having now completed UXA, I'm receiving multiple emails for interview opportunities weekly. Seriously. This may not always happen, but for me Designlab has helped open so many doors that were previously closed. Make no mistake-- the program is hard work! I did the part-time option over approximately 6 months, continuing to work full time. I was up into the wee hours frequently, and had to dedicate weekends to my coursework (especially in phase 2). But it was worth it, and I must say that I remained engaged and enthusiastic the whole time. I met wonderful fellow students in group crit's and via UXA's Slack channel, and I worked with really wonderful mentors. I did have to advocate for myself in the beginning when I wasn't happy with my initial match of mentor, but DL worked with me and were flexible about helping me find someone I felt was a better fit. Now that I'm finished with the program, I've found a freelance project and have several interviews in progress. And I have a career direction that's reinvigorated my enthusiasm for design.Read Less",Web Design,Other +235728,10697,designlab,Rebecca Baror,False,2018,"Comprehensive, Clear, Fun!",2018-07-03,5.0,5.0,5.0,0.0,"I was really a beginner at digital design, and had never even used any programs like Sketch before. I found this course very comprehensive, combining important design history, experience, and skills. I really enjoyed it, and plan on continuing on to Design... Read More Labs UX course!Read Less",Web Design,Other +244930,10697,designlab,Linda Scott,False,2018,Great course!,2018-07-01,5.0,5.0,5.0,0.0,I took this course in preparation for Designlab’s UX Academy. I had no formal visual or graphic design background or training. This course was an amazing and eye-opening introduction to design. It was both challenging and rewarding. The pace of the course... Read More is fast and you learn a tremendous amount of information in a short amount of time through readings and hands-on projects. The mentoring is also great so you don’t feel alone when you get stuck or you need to bounce ideas off a design professional. They keep you accountable for your work. I feel very prepared to move forward in my desire to transition careers from digital marketing to UX/UI. I highly recommend this course for those considering a design-related career.Read Less,Web Design,Other +235412,10697,designlab,Kevin Santos,False,2018,DesignLab is the right choice!,2018-06-11,5.0,5.0,5.0,5.0,"I have been interested in getting into UI design so I opted to take the Design 101 course to get my feet wet. Let’s just say that was the best decision I made! DesignLabs course format is the ideal blend for online learning. The resources and articles... Read More combined with projects and mentorship really allows you to constantly learn and retain what you have learned. I’ve done video courses through Lynda and it doesn’t compare to the experience I had here. The mentorship helps you fast track your learning. My mentor understood I was new to design and helped me with anything I needed. Our weekly meetings were super insightful and she helped me with anything I need while also challenging me to think about certain things a designer would think about. One thing I appreciated was her approach, although I was new she still kept a high standard to my work which was good. Because I would hate to have a mentor tell me bad design was good just to make me feel like I’m learning. All feedback was critical to my learning. If you are looking to improve your skills or understand anything new I highly recommend DesignLab for any courses. Due to my experience with them I will be enrolling in the UX Academy as I had such a positive experience and I feel as if transitioning into UI design will be the right career choice for me.Read Less",Web Design,Other +240665,10697,designlab,Anonymous,True,2018,Awesome class!,2018-06-02,4.5,5.0,4.0,0.0,Im very new to Graphic Design and I felt the projects were relevant and really helpful. My mentor gave me helpful feedback and was available on email regularly to help in between Skype sessions. This was a great 101 class to start off my Graphic Design... Read More journey.Read Less,Web Design,Other +241827,10697,designlab,Anonymous,True,2018,Pleasantly surprised,2018-05-07,4.0,4.0,4.0,0.0,"The structure of this course helped to ensure the students stay motivated during the course and weekly meetings with a mentor help to keep you on track and encourage you to follow your own ideas. I like the course because of the creative freedom it gave... Read More you and there wasn't an overload of content which some people may not love, but it helped to keep the lessons short and timely which is important whilst one works a full-time job. There was always extra reading to be done if the student felt necessary but this wasn't part of the required tasks.Read Less",Web Design,Other +244928,10697,designlab,Kathryne,False,2018,The push I needed,2018-05-06,5.0,5.0,5.0,0.0,I loved this course because of the balance of freedom and structure. I had the freedom to do the coursework when I had time during the week but still made sure to finish the projects before my next session with my mentor. It made me take my interest in... Read More learning design more seriously. Talking to someone who actually works in the industry was also a great help. She gave me so many great resources I might have taken a lot longer to find otherwise.Read Less,Web Design,Other +239756,10697,designlab,Anonymous,True,2018,Worth it for beginners!,2018-04-10,4.0,4.0,4.0,0.0,"Pros: - delves deep into design terms and give great articles on design- Lots of projects throughout the month course!- Great gamification! I especially had fun during the font games!Cons:- Although the articles are great, they're pulled from online.... Read More The point is they find and gather these so you don't have to spend time searching, but it would have been great to get original written articles by DesignLab.- My mentor was over all good, but thought she could have taken the lead on our discussions. At times I was struggling to find what to say... I wanted to hear her critique on my work. I understand they want us to explain and ask questions but I feel like the feedback was weak. The first session we just jumped right into the work without much of an intro which I didn't like. It would be great to have some time to get to know each other instead of just being so cut and dry. It would be difficult to develop of relationship with your mentor if you don't get to know the person. - There were a lot of articles or images that no longer existed. This is something that should have been looked at and taken care of before the course started.Read Less",Web Design,Other +247312,10697,designlab,Anonymous,True,2017,Disappointing,2018-03-16,1.0,1.0,1.0,1.0,"I took the UX Research and Strategy short course which was excellent. The price was fine and my mentor was a really helpful guy who took time to answer all my questions and give me insight into his own process. Encouraged, I enrolled in UX Academy. The... Read More experience could not have been more different.The staff became unresponsive, taking over a week to reply to emails. It was especially galling given how much they impress upon student's the importance of putting in the work in a timely manner. If only they held themselves to the same standard. The curriculum is fine but it's made up of articles and videos that exist online for free. Design education needs to be better than this.My mentor was awful. He was more interested in himself than anything else. He sent a long PDF stating his expectations (I as a student didn't factor in to it) which outlined that he was a very busy guy and any email sent to him might get missed (?!). I can get design studios to ""miss"" my emails for free thanks. He gave feedback unrelated to the task focus (nitpicking line heights on a wireframe?!). When I let him know I was withdrawing, he didn't even bother to reply. All the talk of user ""empathy"" is just that.I've worked in Graphic Design for years, so was looking to upgrade my skills, but it quickly became apparent this is for people entering the industry for the first time. Even then, beware. You're expected to blast your resume out at the end of the course to land any position at all – including unpaid internships. This is fine when starting out, it makes no sense for anyone else. There's a lot of critiques of bootcamp learning and I see why. It felt a little like a scam and doesn't do anything for the design industry or design education's reputation. If you have to do it, make sure you get a good mentor or else it's a total waste of money.Read Less",Web Design,Other +244794,10697,designlab,Iva,False,2018,Getting ready for the future,2018-03-04,4.7,5.0,4.0,5.0,"February 2018 I participated in the UX Research course and It was an amazing experience. At my company we are working with Scrum for years, but I was always missing something. This course gave me the context in which human friendly products and product-features... Read More are ""born"". The course materials and the interaction with my mentor helped me structure the product design process and become more efficient at my job. Now I understand the importance of involving the users in the product development and what is even more important: now I know how and when to involve the users in this process. For me it is clear that having a good user experience is not something that can eventually be added in the product, if there are enough resources for that. A good user experience starts with a research and it is essential for the products, which want to have a future.Read Less",Web Design,Other +242282,10697,designlab,Will Hepworth,False,2018,Great course,2018-02-10,5.0,5.0,5.0,0.0,"This course is such an eye-opener for those who have never pursued a formal education in design. The materials and exercises are engaging and interesting, and the mentorship is high-quality and very valuable. The combination of those two factors leads... Read More to a really enriching experience and I complete the course with a much better idea of what design is, and a grounding in the practical skills needed to be a designer.Read Less",Web Design,Other +235208,10697,designlab,Lexi,False,2017,Design 101 with DesignLab,2017-12-01,4.3,5.0,5.0,3.0,"I just completed the 4-week course, Design 101 with DesignLab and I had a really positive experience. As someone who is brand new to design and the tech industry in general, it was really important for me to take this intro course before diving into their... Read More UX Academy program, or a different UX course offered by other schools. DesignLab offers a lot of flexibility to its students while still expecting a certain level of professionalism, hard work, and eagerness to learn. It was the ideal course format for me since I work full-time and really value the opportunity to take courses online. Additionally, since there are no scheduled class times, I didn't have to think about adjusting my work schedule to accommodate the class. I could work at my own pace. The mentorship part of DesignLab's philosophy is really key. I had an awesome mentor who I felt was really on my side and for my success. The weekly Skype sessions were always incredibly helpful for me and helped to fill in any gaps or questions that may have risen out of the reading lessons. Also, my mentor was able to review all of my work and discuss it in real time with me so I always knew how I could improve. I'm going to start UX Academy in a couple of weeks because I had such a solid experience with DesignLab thus far. I highly recommend it! As far as job support goes, there is no real job support for this particular course since it is so brief, other than making a connection with your mentor who is an experienced designer in the industry.Read Less",Web Design,Other +243349,10697,designlab,Patty,False,2017,Highly Recommend Design 101 for Novices,2017-12-01,5.0,5.0,5.0,0.0,"I highly recommend the Design 101 class for those of us who aren't graphic designers or photographers or creative in the multi media arts. I am a librarian transitioning into UX Research. I took this course because I wanted to be able to talk to the Designers... Read More I work with and not look like a fool. My mentor was fantastic. In our sessions she never made me feel inadequate for being a beginner. She explained things even when my questions were very, very simple. You have to do the assignments to get anything out of the sessions with your mentor - so do your homework.Read Less",Web Design,Other +243343,10697,designlab,Victoria,False,2016,UX Academy: A Career Changer,2017-10-25,5.0,5.0,5.0,5.0,"UX Academy was a wonderful decision and I am so happy that I decided to take the leap. During my time at UXA, I was a student and became a student advocate to help guide and support new students. While a student and a student advocate, I worked with people... Read More from all different backgrounds and since finishing the program, we have all entered the UX design field. It does not matter what your experience is before UXA, if you follow the curriculum and give it your all, you will come out of the course as a UX Designer. I went into the program wanting to learning UX Design and now I am a UX Designer.I would absolutely recommend UX Academy. In addition to the thorough coursework, the UX Academy has incredibly talented, supportive, and knowledgable mentors that guide students through learning UX principles. At the UX Academy, you will learn to be a UX Designer and will learn so many additional skills that will apply to your future careers.Read Less",Web Design,Other +235253,10697,designlab,Anonymous,True,2016,UX Academy - A 360º bootcamp for UX,2017-10-22,4.7,4.0,5.0,5.0,"Designlab's UX Academy is a great platform for UX newcomers and designers looking to transition into UX/UI design. Their curriculum covers the whole UX Design process from User Research to Validation, followed by lessons in UI Design. The lessons, while... Read More theory-intensive, are also paired with short, practical exercises. They've created a 'learn by doing' approach throughout the course and this results in a solid portfolio at the end. There is a thriving international community of Designlab mentors and alumni who support and advise each other on coursework, portfolio creation, job opportunities, interviews, etc.Read Less",Web Design,Other +242783,10697,designlab,Alexis,False,2016,DesignLab UX Academy,2017-10-21,4.3,5.0,4.0,4.0,"DesignLab UX Academy is a great start to changing your career! I had very little experience going into the program, and was doing a complete career change. The mentorship aspect, and weekly group crits really made the online program feel like a school... Read More you attend in person, with a community of design support. The capstone projects could be demanding at times, with such tight deadlines, so I would have liked more time to make these portfolio pieces better, but I was able to clean these up after the program ended. The Academy goes through the full spectrum of UX/UI, but I would have liked a few more courses/focus on UI/visual design mainly because I did not have any graphic design background, and the students that do seem to be a step ahead (I think they may have added more UI courses since I finished). Yet, I learned A LOT from DesignLab, probably just as much, if not more, as other more expensive in-person schools. I landed an internship after the program ended, then a freelance design gig, and shortly after that a full-time position in UX/UI. I'm thrilled to have a new career I love, and have DesignLab UX Academy to thank for that.Read Less",Web Design,Other +238846,10697,designlab,Anonymous,True,2017,UX Academy - Amazing Experience!,2017-10-16,5.0,5.0,5.0,5.0,"I had a great UX Academy experience! I did the full-time schedule and treated it like a full-time job. I blocked my calendar daily from 9am-4pm and did the coursework to stay on track. I enjoyed using Slack to keep in touch with my cohort and liked the... Read More collaboration of my class. Attending group critiques were helpful and gave me a sense of ownership and accountability to my coursework/projects since I had to present them. The 1:1 mentoring sessions were also very helpful, not only to discuss the coursework and receive feedback; but I was able to ask a lot of questions about real-world situations and how clients do things. In my experience I think book examples are sometimes different then real-life client examples - so being able to discuss phases, roles, and deliverables based on my mentor's experience was super helpful!The curriculum was good and provide a base/foundation knowledge of UX/UI design. The projects are what really helps you apply what you have learned. The days went by so fast because I enjoyed the reading/videos and also I was heads-down in projects. Also learning tools like Sketch and Invision were great since those are industry standards.I felt prepared when interviewing and was easily able to get 3 offers based on my previous work experience and this class. Try the class - if you don't like or find it hard to keep up - talk to coordinators. They are super helpful and flexible in terms of adjusting your schedule. Overall great experience, would definately recommend.Read Less",Web Design,Other +244929,10697,designlab,Gretchen Harris,False,2016,"Great experience, prepared me for my new career!",2017-10-16,4.7,5.0,4.0,5.0,"Before attending Designlab's UX Academy, I was a freelance graphic designer. I wanted to deepen my skill set to differentiate myself from other graphic designers in my city, and be able to demand a higher paying job. I began to research UX design, and... Read More it sounded like the perfect blend of marketable technical skills and design that I was looking for. I liked that Designlab's UX Academy had a full curriculum already laid out for me, with a mentor, and that I would graduate with a portfolio of professional-level work. My favorite part of the program was my independent capstone project. I felt ownership over this project, and it was satisfying to create something that was my idea using the skills I had learned from the coursework. After I completed the program, I was given a career mentor. While I was job searching I definitely struggled with imposter syndrome, but the Designlab career mentor was very helpful in guiding me and giving me confidence. About three months after I completed UX Academy, I landed a job as a UX designer at a great company in my area. I owe the smooth transition to my new career to UX Academy.Read Less",Web Design,Other +241663,10697,designlab,Stanford Kekauoha,False,2016,UX Academy - Worth Every Penny,2017-10-15,4.7,5.0,5.0,4.0,"My decision to pursue a career change with the help of DesignLab's UX academy was one of the best decision I have made in my life!I felt that the course properly prepared me to take on an entry-level position in UX. The project-based coursework is solid,... Read More the readings insightful, and the mentors are world-class designers who are deeply interested in your growth as a UX designer. I would not be where I am today if not for the UX Academy!To be honest, the entry-level UX market is saturated, but if you work hard and take time to understand the fundamentals and can clearly explain the why behind your designs, you will be in a very good spot!My advice to prospective students who are evaluating UX bootcamps, , write down a list of things you expect to get from the course and hunt down alumni on LinkedIn and ask them about their experience in relation to the things you are hoping to get from your education.Read Less",Web Design,Other +242736,10697,designlab,Kelly,False,2017,UX Academy Review,2017-10-15,4.7,5.0,4.0,5.0,"I had a very positive experience with Designlab's UX Academy. I was switching careers into UX design after a career break, and went from starting UX Academy to having a full time job in less than 6 months.It was helpful to have all coursework and lessons... Read More lined up for me (versus trying to figure it out on my own by sorting through tons of good and bad resources on the web). I felt it was a good balance of traditional lectures/readings with hands-on projects. My two favorite parts were the group crits and the mentorship. The group crits were great because I could create relationships with other people out in the world who were going through the same challenges. It made me feel like I wasn't alone in this big, daunting process. Finally, the best part: mentorship. At the end of the day, I feel that the mentors were most worth the money you spend on UXA. Both my UXA and Career Phase mentors were incredibly helpful...I can't say enough amazing things about them.I would 100% recommend UX Academy. It is a lot of work and requires commitment, and everyones experience and outcomes will be slighrly different since everyone enters woth different levels of experience. But if you follow the timeline, leverage the expertise of your mentors, and trust the process, you will definitely be able to reach new design and career goals you've set for yourself.Read Less",Web Design,Other +242747,10697,designlab,Anonymous,True,2016,Wouldn't trade my experience for anything!,2017-10-14,5.0,5.0,5.0,5.0,"I joined UX Academy after doing a lot of research into UX Design. Networking, reading, looking into formal university programs, to name just a few. I had actually come across blog piece written by Karen Cheng who enlightened me about bootcamp programs;... Read More she specifically mentioned Designlab also. That's when I started investigating further and knew this type of a program was perfect for me. The flexibility, the community, and guidance I would get as a student was incomparable. Not to mention learning things in a fast-paced environment to get myself out into the market to get real-world experience. I would not trade in my experiences with UX Academy for anything. I met so many different people all around the world and was able to pick up concepts so quickly and easily. I would not have been able to do this on my own and get a great job as well! Having a mentor and other students to communicate with was so helpful and encouraging. And being able to do everything from my home was great; that flexibility is something I needed. Not to mention, having an organized course to teach me all the skills I needed to enter this field. I couldn't have done it on my own.Read Less",Web Design,Other +243333,10697,designlab,Katja,False,2016,UX Academy gets the job done,2017-10-14,5.0,5.0,5.0,5.0,"Long story short: I embarked on my UX Academy journey nearly a year ago in full-time track, graduated on mid-February, started my first ever UX designer job in April, and now I'm already at my second designer job. If you're looking for a place to kickstart... Read More your career in UX design, I can say that this course delivers. UX Academy gives you the tools, the platform and the expertise to help you change your career to UX design. But you need to take the charge and really commit. Otherwise you won't get the full advantage. I really enjoyed the curriculum, got professional feedback from my mentor and my peers. The community is awesome and I learned the most from my fellows there. Like I said, I'm already at my second work place and not even year has passed from my time at UX Academy. The first job I got was a traineeship, and after that I got a better offer from another company, where I work now. I feel that UX Academy gave me a great starting point and kick-off for my UX designer career. Recommended 100%.Read Less",Web Design,Other +244925,10697,designlab,Lisa,False,2016,UX Academy: Quickly build a thorough foundation in UX/UI research and design,2017-10-14,4.7,5.0,4.0,5.0,"I signed up for UX Academy's full time track after completing a few of the short form DesignLab courses. I enjoyed the format of the shorter DesignLab courses, so I had an idea of what I'd be getting into with UXA. I also really liked the get a job guarantee.... Read More If there were no get a job or your money-back guarantee I would've hesitated to join the course. My advice to anyone considering/starting the course: 1)Take one (or more) non-immersive courses to get your skills up to a baseline. You should be fairly comfortable using your design software of choice before you start UXA. 2) Don't hesitate to ask the DL team for a new mentor if you feel that your current mentor is not a good fit. When dealing with another person 1:1 there's always the risk that the other person's teaching style, or personality won't be a good fit with your own. The mentor / student relationship is what will make or break a good experience in UXA. My experiences with the DesignLab mentors were mostly positive, but there was comfort knowing that if I were assigned a mentor that wasn't a good fit, for whatever reason, I could contact the DL team and ask for a new mentor. 3) Design is not done in a vacuum, interact with the other students in your cohort. My cohortmates all came from diverse backgrounds, but we were all united by our interest in design. The feedback I got from other students was just as valuable as the 1:1 mentor feedback (and was more plentiful). The group design critique sessions forced me to explain and defend my design decisions. This was a great help going into design job interviews after the course. The group critiques were my favorite part of the course. I liked meeting my cohort mates, and sharing and seeing each other's work. I made friends through those sessions, which I didn't expect to happen with an online course. 4) The job search is probably going to suck, but don't despair! That's how it is, usually. It's no fault of UXA. UXA career coaches were a great resource in prepping my resume/cover letter/elevator pitch, etc..! I admire how UXA stands behind their get a job guarantee! I would recommend the course to anyone wanted to make a career change to UX/UI design.Read Less",Web Design,Other +237664,10697,designlab,Blenn,False,2017,Design 101,2017-09-08,5.0,5.0,5.0,0.0,"I absolutely love DesignLab, I just finished my month studying design 101 and already signed up to start the typography class. The interface is great, you are given all the tools you need to do great work, having a mentor who is an actual professional... Read More is such a great asset too. I already learned so much in the span of a month and I can't wait to keep going on my design journey with the help of DesignLab.Read Less",Web Design,Other +237085,10697,designlab,Andrew C,False,2017,Recommended,2017-08-04,3.7,5.0,4.0,2.0,"I have taken two courses this year - Design 101 and Branding - and both have been packed with excellent material and attentive mentors. These courses are ""short and broad""; a lot of ground is covered in just four weeks, but it gives you enough of a foundation... Read More to keep going on your own after they are over, and a completed project to put in your portfolio. Getting access to the mentors alone are worth the price of admission, and the staff supporting DesignLab behind the scenes care very much about student success and relationships. Both courses have been very positive experiences for me. I started taking these courses looking for a better career fit for my natural talents, and they have been immensely helpful in helping me discern how well I could fit into a design career. Overall, there is very high information yield with low risk of time and money, which was a perfect small step for me in my discernment.Personas that will find this course a good fit are tech-savvy young adults who have a good grasp of researching things for themselves; can motivate themselves through reading, critical thinking, and time management; and generally already have an interest in what design is beyond only visual creativity. Anyone seeking to change job functions will find enough here to start intelligent discussions with other design professionals. Something to emphasize about these courses is that they are only a starting point; it's up to you to keep applying the material in your daily life outside the virtual classroom, keep reading books and blogs, keep building your own portfolio, and seeking out other design professionals to build your own network to compare notes with and bounce ideas off of. DesignLab is a great place to start incubating these habits for yourself under the guidance of a highly experienced professional as your mentor.Regarding the courses themselves. I have found Design 101 to be very friendly to someone like me who has absolutely zero art or design experience. There is a lot of online reading and analyzing to do, but it is so very worth it to build a solid foundation and is perfectly balanced by hands-on, project-based work. I have found the Branding course to be a very big leap in expectation from Design 101 in terms of pre-requisite knowledge. I recommend asking someone before taking the course if the brand you want to create matches your current skill and career level, emphasis on the combination of those two together. For example, I discovered that creating my own brand before I had an audience or portfolio to market myself to was not a good grounding for success.I plan on taking the Typography course as my next step when the time is right. Wishing you the best on your own journey!Read Less",Web Design,Other +239167,10697,designlab,Michelle Wiltshire,False,2017,Incredibly gratifying experience that gave me a jump start on my design career.,2017-07-08,4.0,5.0,4.0,3.0,"The sign-up and follow through is made so easy with DesignLad. I'd say the most important component is your mentor. The course takes several resources (e.g. articles, blogs, demonstrations) in a well designed manner and hands it to you in the order necessary... Read More to learn new design skills. Your mentor, someone successful at design gives you real life input, criticism, and guidance to improve your work. Version 1 and Version 2 of my submitted projects seemed like night and day. I'm incredibly happy with DesignLab and have already signed up for the UI course.Read Less",Web Design,Other +244914,10697,designlab,Jacob,False,2017,Exactly what I was looking for,2017-05-10,5.0,5.0,5.0,5.0,"I was looking to learn the basics of web design, and the course helped me do just that. The real value of Designlab comes from meetings with your mentor and your mentors feedback on projects. You get 4 one hour skype calls plus unlimited feedback on as... Read More many versions of your projects you upload. I really is a lot of bang for your buck.Read Less",Web Design,Other +244931,10697,designlab,Joseph,False,2016,"Excellent, intense, immediately applicable",2017-04-10,5.0,5.0,5.0,5.0,"The UX course was chock full of helpful information that I found immediately applicable for my needs and those of my company. Definitely hands-on. I would recommend it for a range of people, including those who just want to bone up on the nomenclature,... Read More to those who have a project that has already started. The level of 'dive down' is completely up to you and GA does an excellent job of tailoring the amount of info to your needs.(Actually I am not sure what Bootcamp I used and it's not clear from the communication. I did the UX/UI course)Read Less",Web Design,Other +242799,10697,designlab,Celeste North,False,2016,Best investment I've made in my carreer,2017-03-07,5.0,5.0,5.0,5.0,"Before joining Designlab, I already had some experience creating digital products, but I had no idea of how much I still needed to learn. I enrolled in UX Academy full time and even before I had finished my three months I got a job offer to work in The... Read More Netherlands, were I now live and work as a UX Designer (I'm from Mexico)!The syllabus is very complete but for me the best was the interaction with mentors and other students. I was able to see my skills actively improve from one week to another and at the end of the project I had designed three projects from scratch using research, prototyping and testing. Be ready to work and study a lot, try to immerse yourself into design and study mode as much as you can. Use slack and connect with other students and mentors to stay motivated through the program and you'll do fantastic.Read Less",Web Design,Other +244913,10697,designlab,Anonymous,False,2016,"Not just learn, but really practice UX and create",2017-03-06,5.0,5.0,5.0,5.0,"Previously I had web design and coding experience as well, these are definitely should be mentioned as triggers to join this course.I'm not a shy person, but I had some concerns before like how I'll get a job (is this really enough as a preparation),... Read More how the whole group learning will work out, if I get nice and helpful mentors, and so on. Altogether does this really worth it or am I just wasting my time.At the beginning it was really shocking amount of hours we put inside the projects and everybody struggled to finish the projects in time. But later we got the rhythm together, and helped each other so we started to enjoy. Personally I liked every single bit of it, we got an equally balanced knowledge of theoretical and practical part of UX. I think the whole course is a big challenge to tackle in the end, if you are doing it good. I think I was competing with myself along the way to deliver better and better outcomes of each modules so I could proudly present to the others. At first I was worried about mentorship and group critiques since I've never involved anything like these before, but actually it turned out that these elements in the course helped the lot if not the most. Special thanks for my mentors Chrissy and Vibhas who helped me in the different phases and making my work better.My favorite part was the group hangout during the weekends (Saturday or Sunday), when everybody prepared his / her work for showcasing and explaining the different design decisions to the others. I think we learnt a lot from each other in many different ways. Sometimes we stayed even after the dedicated time just to finish a story or to share thoughts about a problem we were facing.I would recommend everyone to GO HARD! Approach the units with a never ending willingness to experience something new whether is it a new tool or a tutorial video. I think it's also important to be open-minded and stay active on the slack groups with the others so you always feel you are a part of something evolving. I got the job offer just before I started my second capstone from Adidas to be their UI designer in Amsterdam for the global team of UX design. This was one of the good decisions I made in my life, for sure! :)Read Less",Web Design,Other +244912,10697,designlab,Lisa PIerson,False,2016,Design 101 Great Overview,2017-03-04,5.0,5.0,5.0,0.0,"I took this course thinking I would immediately or almost immediately enroll in the UX Academy. I took the DesignLab over Career Foundry for three reasons. First because it was U.S. based;second, the costs associated with the program; and three both offered... Read More abiliity to get a job withiin 6 mos. after enrolling. iI choose DesignLab because I liked what previous enrollees and/or students stated about the 1:1 mentorship and the diversity of the student and their feedback. I signed up with Desgin101 since any past experience I had was way out of date as far as tools and i needed a refreshers. This course delivered on so many different levels. Rigourous is an understatement but this course was intense and baked a lot of what you read from week to week with projects to reinforce what you read. The feedback from your mentor is key. Your fellow students are too busy doing their own thing to gvive you feedback. i will say the reading reinforces what you learn and it will be up to you to reach out to your friends, family blog following, etc. to provide you key feedback by week 3 & 4. My mentor was great and although we missed in week 3, our time interacting was valuable and timely and he was willing to have me communicate with me via e-mail or make up with another time/date conference call. I would highly recommend this overview for anyone whose not current with Design 100 concepts or tools (e.g. Sethc, Adobe Illustrator, or Photoshop, etc.). Whatever you do, stay in contact with yourmentor and the students even though they mabe too busy to engage until week 4. It's worth it if it's new to your or you need a refresher.Read Less",Web Design,Other +244314,10697,designlab,Dave S,False,2017,Outstanding Intro Class for New Learners,2017-02-12,4.3,5.0,5.0,3.0,"This is a four week class designed to give you an overview of what user experience design can entail. This course was more or less a pre-requisite for me to join Designlab's UX Academy, which I'm now participating. I had an outstanding experience and... Read More was thoroughly impressed and satisfied with the structure, content, and support offered. The online interface is easy and fun to use. That might not come as a surprise as a site teaching you UX but I think nailing the delivery of new concepts via remote learning online can still be hard. But Designlab really makes it easy. You are provided a mentor who you'll have up to four virtual sessions with (we had ours via google hangouts) and will guide your progress, give feedback on your work, and offer other thoughts and resources to help you learn. My mentor was terrific. She responded to questions super quickly, was flexible with schedule, was knowledgeable about all the content, and most important, I felt like she really cared about my growth. The curriculum is robust and well planned; the lessons build on one another. One thing to note is that this course focuses more on the implementation side of UX design - layout, visual hierarchy, typography, color, and wireframing. All essential things yes, things like user researching, usability testing, and validation are not covered. I would highly recommend this course! I happened to score some discounted price but even at full price, I feel like I got more than my money's worth!Read Less",Web Design,Other +242888,10697,designlab,Nathan Crowther,False,2017,Excellent Intro-level Course,2017-02-06,5.0,5.0,5.0,5.0,"My university doesn't facilitate non-graphic design students taking graphic design classes, so I needed to find another way. The small price-point ($300) including course material, projects, and mentor support convinced me that DesignLab would be a great... Read More option to at least get my design game off the ground.The course material wasn't too challenging and the projects were interesting enough that it didn't take over my schedule, but kept me interested. My mentor was super helpful in helping me to see what I didn't understand and where I needed more practice. I really appreciated her help.The only downside of this course was it's super fast pace (4 weeks), but hey, it is a bootcamp. The plus side of this is that even after the end of the course my mentor is available to critique future versions of my projects so that I can continue to refine my skills.Read Less",Web Design,Other +243282,10697,designlab,Raghu,False,2017,A great place to learn Interaction Design Online,2017-02-05,5.0,5.0,5.0,0.0,"I have learned from many different platforms and this is one of the best and here is whyWhen you signup, a mentor will be assigned to youYou will be asked to schedule 4 mentor sessions You will be introduced to the course with a nicely planned chapters... Read More (from introduction to mental models, content strategy, site maps, user flows, wireframes, design patterns...)Then you will be learning the lessons within each chapterThen you will be asked to do assignments and submit themYour mentor will review the assignment and submit the feedbackYou will either incorporate the feedback and submit the second version or you will discuss it during your weekly mentor sessionBy the time all chapters and assignments are complete you will have a feeling that you actually know that you have a command on the subject with practiseThis has been a great learning experience. The content is great and easy to learn and remember and my mentor is very nice and very knowledgeable in her field.Remember - this is not like any other online learning site, you have to pracise and you have to really commit to your learning. Your mentors are very detailed and can point out where you need to improve so this is great. All the very best and happy learning!Read Less",Web Design,Other +243011,10697,designlab,Anonymous,False,2016,Phenomenal,2016-12-09,4.7,5.0,5.0,4.0,"This four week course is much more than bargained for. Coming in your assigned a mentor to review all submissions throughout the course. The course itself is structured in such a way that even with a busy schedule you'll find yourself reviewing past work... Read More and updating based on the new lessons you learned. The cohesive format allows you to learn the very basic of interaction design all the way down to the nuts and bolts and nuances that make the best designers. Project submissions are viewed by everyone so you get to compare your work to that of your classmates and see the design process of other designers first hand. Real world applications is taught throughout the life of the course reiterated by your mentor so at the end of 4 weeks you have the skills ranging from sitemaps, wireframes down to information architecture to design a product. This course is more than recommended and is truly a steal.Read Less",Web Design,Other +243182,10697,designlab,Anonymous,False,2016,Great introduction to design!,2016-11-09,5.0,5.0,5.0,0.0,"Design 101 was my first introduction in visual design, typography, color theory, UI and UX. It was also my first time using Sketch, or any design application for that matter. The course gave me a great start. The reading materials and assignments provided... Read More me with a good beginners background. It was awesome to get quick feedback on my work from my mentor and have an hour a week to discuss design with a professional. I would highly recommend this course to any beginner.Read Less",Web Design,Other +243176,10697,designlab,Dalton,False,2016,Interactive Design Learning Experience Second to None,2016-10-11,5.0,5.0,5.0,5.0,"I previously had zero design experience. My goal was to become familiar with the tools and concepts used by designers so that I would have a primitive foundation for creating attractive designs for my projects. What I found was that this course was much... Read More more than I bargained for. This course, as it turns out, covers almost nothing about using the tools themselves (although, they do provide tutorial resources for you to review independently). Designlab wanted to provide an experience and knowledge-base that couldn't be attained by merely scouring Youtube for a few hours. Their goal in this course is to walk you through true design theory and convey the principles that compose good design. Don't be discouraged if you don't have any technical experience because they structure the projects in a gradual way that's attainable for a design beginner. What ties the Designlab experience together, though, is the mentor system. Being paired with a design professional that has proven track record gives you the confidence to head in the right direction with your design ideas. In the true nature of Designlab philosophy, my mentor, Joe Callahan (VP of Design at Classy), wanted to ensure that I was grasping the higher-level concepts that would help me become a successful designer in the future. He was encouraging of my technical inability, emphasizing that those skills would develop with time, but understanding the principles that make good design would set me apart. Designlab was well worth all time and resources invested. Will be pursuing more of their courses in the near future.Read Less",Web Design,Other +243119,10697,designlab,Alissa,False,2016,Loved it!!,2016-08-05,5.0,5.0,5.0,0.0,"I am currently in college studying for Graphic Design so I took this course to get more experience and learn more than just in the classroom. This course was so awesome, I loved the 1-on-1 Skype sessions with my mentor, she was so knowledgeable in designing.... Read More She was great with helping with each project and helped me see what I needed to fix and why, she also gave me great advice on what it looks like to be a professional graphic designer in the real world. I also enjoyed all the projects this course assigned, they were very thought provoking and really made me want to create something awesome. I loved DesignLab and will most likely be taking another course from them again! Highly recommend!Read Less",Web Design,Other +243110,10697,designlab,Curtis,False,2016,Amazing experience!,2016-07-30,5.0,5.0,5.0,5.0,"I remember when I just stumbled upon Design Lab, not thinking it would be that good, or similar to other online classes. But for some reason I had a feeling I should look into this. After doing some research I decided to try out the Design 101 class of... Read More which I am so glad I did! I would highly recommend it!! The platform is easy to understand, the readings are great, and the mentors are wonderful! Honestly, in my opinion, there are no cons with taking this course through Design Lab. I have learned a lot and I am thinking about taking more classes from them in the future.Read Less",Web Design,Other +244927,10697,designlab,Silvia,False,2016,"Good idea, not so good delivery",2016-06-21,2.0,2.0,0.0,0.0,"Although the idea of the ""Design 101"" course is a good one, I was disappointed but the quality of the material. The whole course seemed like a collection of articles picked from all over the Internet, therefore no original content. Some of the examples... Read More used were outdated and at times, the course didn't seem to follow a logical line. I see students saying they learned a great deal about visual design and I don't understand why since the material was almost exclusively about web design/ UX design. I wouldn't recommend this course unless you want to pay for links that you wouldn't be able to find on your own on the web.Read Less",Web Design,Other +236237,10697,designlab,Rhoda I,False,2016,Great experience totally worth it!!,2016-06-08,5.0,5.0,0.0,0.0,"I would like to begin by saying that the cost of this course is phenomenal vis a vis to what I've learned and covered in just four weeks. Designlab takes you by the hand from the early definition of UX strategy and research, how to do proper UX research,... Read More methodologies, concepts, all up to the landing page of your potential project. I couldn't thank the team that put this together enough. The course was really well thought out, very organized, and systematic with never a dull moment! My mentor was excellent. Karin Schmidlin taught me in such a short span of time how to ask the proper questions and seek the proper research method. She also helped me in creating my UX portfolio, which I am very grateful for that. If I were to suggest something, it would be that Designlab students get the opportunity to collaborate on projects and maybe work together on assignments, surveys, or general questions and opinions. I really have no negative comments for this course. I should say that maybe I was a bit skeptical at first given the great price vs other courses out there. But Designlab, you outdid yourself! Now I am ready to soar in the UX industry in NYC. Thank you, DL :-)Read Less",Web Design,Other +242983,10697,designlab,Anonymous,False,2016,So worth it!,2016-06-05,5.0,5.0,0.0,0.0,"I took Design 101 online and it definitely taught me a lot about the basics of visual design. The sequence of the topics was appropriate. What I loved best about it was it didn't feel like an online course. We had multiple projects (1-3) each week after... Read More reading the lessons, and it helped us put theory into practice. The feedback and mentoring sessions with my mentors were awesome too because I got to pick his brain about stuff and he gave me a ton of good resources which I probably wouldn't have found on my own. Sometimes it felt like I was happy with the design and my mentor would point out something which could be improved on and it totally made sense. For the price I paid to what I got I feel like it was soooo worth it. Just make sure you have the time to actually do the course, the more you put into it the more you will get out of it.Read Less",Web Design,Other +242955,10697,designlab,Anonymous,False,2016,Finally a course that practices what it teaches!,2016-06-05,5.0,5.0,0.0,0.0,"I just completed the Design 101 Course and was sad that it was over. I've attempted multiple design courses online from other sites only to find that the interface was not exciting and the course itself felt daunting and cumbersome. I quickly became either... Read More bored or burnt out and was not able to complete the 6-8 week sessions.When I fell upon DesignLab, I was reaching an article about a woman who changed her career direction by completely immersing herself in self-learning. She made the comment ""if I had courses like DesignLab back when I was learning, it would have made it much easier."" The website was way more engaging than other course sites and actually looked fun. I reviewed the courses and saw that they were broken down into manageable chunks and spread over around 6 weeks. The courses also included access to a mentor who you Skype with throughout the course. The Mentors are professionals in the design field, professors etc.. That is what I really felt was missing in the other courses online as well. As a newcomer to design, I felt lost in all the areas that I needed to learn. I needed guidance from a professional. Having a mentor was amazing and helped me gain insight and perspective into the career and into my own designs.Each unit was fun and manageable. I never felt burnt out or bored. The interface was designed with UX perspective; easy to navigate and use and enjoyable to be moving around in. You can see other students' work on each unit which was fun and inspirational as well. The one thing that I would suggest is more of a community forum/review part and I've written to the guys at Designlab a few times regarding another course I'd like to do; their full UX Academy, and they have said that they are working on adding more of that functionality to their courses.They also just put out a Typography course who was designed by my mentor and I'm eager to take that one as well. I thought the exercises and projects were challenging and fun and the articles that I read were pertinent and informative but not overwhelming. You can also post your course completion on LinkedIn which is great.I'll be taking more courses through them!Read Less",Web Design,Other +242891,10697,designlab,Anonymous,False,2016,Design overview worth it,2016-06-05,5.0,5.0,0.0,0.0,"Designlab provided exactly what I was looking for, an overview into the UI/UX design practice. While I have interacted with all of the stages of the design process throughout my career, it was helpful to get a true understanding of the inputs and outcomes... Read More I am looking for. The mentorship was very helpful in providing real life examples putting the process into practice.Read Less",Web Design,Other +242842,10697,designlab,Anonymous,False,2016,Exactly what I had hoped for!,2016-03-15,0.0,0.0,0.0,0.0,"As an experienced researcher interested in UX research, I wanted to immerse myself in UX vernacular and practices. The DesignLab curriculum delivered both in an easy to digest format and the weekly mentor sessions were great for questions along the way.... Read MoreRead Less",Web Design,Other +242839,10697,designlab,Claire Sweet,False,2016,I'm very satisfied with the UX:Interaction Design course.,2016-03-15,5.0,5.0,0.0,0.0,"For the price I paid I'm very satisfied with the course. It was inexpensive and opened a door to user interface design that I wouldn't have found otherwise. It's definitely an overview though, not like I could leave saying I'm a UI/UX designer, but that's... Read More the point; it's an overview. I plan on diving deeper into UI/UX and this course has helped push me into the right direction.Read Less",Web Design,Other +242837,10697,designlab,Anonymous,False,2015,Valuable customized design mentorship from powerhouse designers,2016-01-28,5.0,5.0,0.0,0.0,"The design mentorship and hands on curriculum at Designlab are fantastic. I've never found such a perfectly customized way to work with powerhouse designers from a variety of industries than at Designlab. The design connections, terminology, and knowledge... Read More gained from the curriculum itself are huge steps forward in my own design career.Read Less",Web Design,Other +242830,10697,designlab,Ashlee,False,2015,Informative and intuitive lessons made learning design basics easy and fun!,2016-01-25,5.0,5.0,0.0,0.0,"There are so many great things to say about DesignLab. The lessons are helpful and interesting and cover a range of topics from amazing, experienced professionals. The projects are fun, and being able to still be involved with fellow learners was both... Read More encouraging and competitive. The mentors are so helpful and professional (at least mine was)!If you're at all interested in pursuing a career in design or want to learn more without investing in more school, I highly recommend DesignLab.Read Less",Web Design,Other +242827,10697,designlab,Mike,False,2015,Awesome quality,2016-01-25,5.0,5.0,0.0,0.0,"Took the design 101 course, and everything about it was top notch.Assignments were useful, lots of external resources, and fantastic mentor.5 stars",Web Design,Other +242822,10697,designlab,Barry Mattern,False,2015,I learned a lot about the fundamentals of UX research,2016-01-13,5.0,5.0,0.0,0.0,"I took this course because I was curious about a closer look at UX design. After having completed the course I can honestly say that it was a great introduction to the research methods that are employed in the beginning processes of UX. The course workflow... Read More is set up in a way that is easy to follow and easy to track–its very clear where you're at regarding course progress.The lectures are intuitive and set up in a way that lets you take on little bits of information at a time, often times with additional resources and sites included at the end of each so you can study more on each subject in your own time. I really enjoyed the projects that were provided as well. It was nice to be able to put the lectures to use through hands-on assignments that gave you a good idea of what kind of work is involved.One of the most helpful parts of the course were the 1-on-1 mentor sessions that were held each week. I learned so much through being able to talk directly to my mentor about what I learned, and in turn he was able to give me real world examples of how the things I was learning were applied on the job, showed me examples of his work, and also gave me additional resources to study more on subjects. Because of my mentor I was also able to learn more and push farther into the assignments due to his detailed feedback and critiques on the key areas of each assignment.I would recommend this course to anyone who wants to gain a good understanding of what is involved in the initial stages of UX design.Read Less",Web Design,Other +242702,10697,designlab,Anonymous,False,2015,Learn by doing with the help of a mentor,2015-11-24,5.0,5.0,0.0,0.0,"ProsCost: The cost is very reasonable, especially when you consider the four hours of one-on-one time with your mentor.Mentor: The best part of the course, by far, was having access to that mentor. If I got stuck or wanted to bounce a few ideas around,... Read More my mentor was always there and happy to assist.Comprehension: Reading books and going to conferences is great, but until you actually go through the steps and create the artifacts you are learning about, you don't really understand. Also, you get some great stuff to add to your portfolio!ConsYou need to plan ahead and not fall behind on your work! 4 weeks isn't very long - stay on top of it by doing a little bit each day, and you'll be fine.Read Less",Web Design,Other +242686,10697,designlab,Christine,False,2015,DesignLab's online mentor-based design course was exactly what I was looking for. I would love to take more DesignLab courses!,2015-11-11,5.0,5.0,0.0,0.0,"This program is great for people looking to switch careers and may not be able to afford going back to get another degree in design, or even students just starting out who want to see if they'd be interested in a career in design. I haven't found any... Read More other program like DesignLab that offers courses in visual design - and they do an excellent job! The course contained great articles and videos to help us learn typography, layout, color theory, etc. My favorite parts of the course are that you work on several projects, receive feedback from your mentor and peers, and you receive a certificate that displays all of your projects - to keep with you as a portfolio. The DesignLab team is very friendly and helpful! Excellent course - I highly recommend it!Read Less",Web Design,Other +242677,10697,designlab,Rob,False,2015,"Amazing online learning experience, well worth it",2015-10-02,5.0,5.0,0.0,0.0,"This was my first mentor-driven online learning class. Man, I lucked out. The coursework is direct, clear and gives an awesome framework for approaching UX research. The key is they don't overwhelm with every strategy known to man. They tell you the core... Read More of what you need to know. Great basic framework and real projects to solidify the content. The mentor was great. This was critical to my learning as I got stuck on a couple of concepts that the mentor cleared up. For $299 this is well well worth it, especially if you feel overwhelmed with info and asking yourself what the most important stuff is to know in this field.Read Less",Web Design,Other +242671,10697,designlab,Laurel Natale,False,2015,"Came away with new knowledge, tools and insight",2015-09-27,5.0,5.0,0.0,0.0,"I have taken away so much from this course. I learned about the process of UX in levels deeper than I could ever do on my own. I have new skills that I was able to apply during the course and my mentor was extremely helpful not just with the course material... Read More but patiently answering all questions I had about the process, the techniques and the field of UX in general. I do wish it was a little longer, giving us more time with each project as I wanted to do new new versions of each project as I first learned and then sharpened each skill as I practiced.Read Less",Web Design,Other +242670,10697,designlab,Chris Chilcoat,False,2015,Great Class!,2015-09-26,0.0,0.0,0.0,0.0,"I have been working as a UI developer for years. I had been playing around with UX techniques but didn't fully understand how they all fit together.Design lab made it so easy to understand the design thinking process and how things like User Research,... Read More mental models and storyboard fit into the creative process for building products. They lay it out for you in a step by step process that's easy to understand. Each concept in reinforced with a real world project.I would recommend this class to anyone in the in software or web design business. Also the mentors are great!Read Less",Web Design,Other +242668,10697,designlab,Anonymous,False,2015,Fantastic intro to design,2015-09-16,5.0,5.0,0.0,0.0,"Pros - The mentor feedback and one-on-one sessions are by far the best part. My mentor kept me motivated and I always looked forward to getting his feedback. The course material is short and to the point, very manageable, so I was able to spend most of... Read More my time working on the projects. I also enjoyed looking at other people's projects and the feedback they were getting from their mentors.Cons - No cons. I look forward to taking more courses from Designlab in the future. I think I am going to sign up for the Typography class when it's available.Read Less",Web Design,Other +242632,10697,designlab,Steve Oliver,False,2015,DesignLab On-line UX Research and Strategy Review,2015-08-28,0.0,0.0,0.0,0.0,"I was looking for a course that could provide some credibility of Design skills and practical tools that I could have confidence applying in the real world. I feel Designlab's course delivers on my goals. I like the fact it is aligned to and references... Read More the Standford D-school principles and practices. It is also an extremely accessible course. Having everything on-line helps tremendously, as does the layout and functionality of its site, and the punchy, to the point nature of its lectures. The coup de grace though is probably the way they make you put it in to practice, so that all the learnings make sense. The mentor approach means you have someone to turn to to make sense of things. I found they can also point out aspects you'd never of thought of and would have completely missed without their expertise to show you. Mine did that quickly and succinctly. No overanalysing or missing the point.Read Less",Web Design,Other +242580,10697,designlab,Mark Starkman,False,2015,Learning design skills through this class enabled me to be a true full stack developer,2015-08-07,4.5,5.0,4.0,0.0,"I've been developing software professionally for almost 20 years and have many years experience at each layer in the application stack. But the one thing that always held me back on side projects and whatnot was how to make the front-end look good. After... Read More taking the Design 101 class, I am confident that I will be able to create a beautiful and functional web app on my own.Read Less",Web Design,Other +242579,10697,designlab,Anonymous,False,2015,Really great experience!,2015-08-06,4.3,5.0,5.0,3.0,"I already signed up for the next design course before I had even finished the first one. The projects and the mentor feedback are solid. Even though my mentor was really busy, he always made sure to leave tons of feedback on my designs which I appreciated.... Read More I am pretty new to the design world - I have a software project manager background but I am looking to follow my lifelong love for art, design, and psych/anthro by getting into UX/web design. I can code, but prior to this class I hadn't touched Photoshop since high school. All the feedback I received and the countless resources provided in the class have been invaluable.Read Less",Web Design,Other +242552,10697,designlab,Anonymous,False,2015,"From not knowing anything about design, to grasping the fundamentals and feeling more confident in six weeks.",2015-07-19,5.0,5.0,5.0,5.0,"I want to be able to freelance at some point in my career and, while I know how to manage a server and develop everything through the JavaScript and HTML on the front end of the website, it is difficult to get clients when they have to come to you with... Read More a design in hand. Most of my attempts at web design in particular had gone poorly in the past, but, through the curriculum and meetings with my mentor, I feel confident that I can actually work with a client to come up with a design now.Read Less",Web Design,Other +242541,10697,designlab,Anonymous,False,2015,Helps non-designers become better at design,2015-07-14,5.0,5.0,5.0,0.0,"I took this course in order to become familiar with the basics of design. I'm a programmer, and so I do projects where knowing design can definitely help with the process. I'm happy with my progress in this course, as it helped me to be more aware about... Read More how good design is made, and areas I can improve on. Going forward, I'll be able to use my design skills to come up with better mock-ups of a product.I'd say the best thing about the course was the one-on-on mentor sessions. You can ask whatever you want to know from top-notch designers, who give you feedback on all your work. Doing iterations helps take your work from something that may not look that great to something that does.The biggest con is that I didn't have too much time to iterate on my work. I could have spent time to make my work better, but that was really a personal circumstance. Oh, and it would also have been great to have more insight into mobile -- the course is geared more toward web design than mobile -- although it's understandable since it would be hard to cover both in that amount of time.Read Less",Web Design,Other +242435,10697,designlab,Brendon,False,2015,Great overview of UX at a great value,2015-06-26,5.0,5.0,5.0,5.0,"I took the Interaction Design course to bolster my current toolset and to develop a proper process as I continue to design products at my company. The lectures broke down seemingly-strange and abstract concepts into easily-digestible chunks, accompanies... Read More by engaging activities to reinforce the topics. I found that the 1:1s with my mentor were extremely beneficial. He was very patient and always willing to help. He challenged me in each of my activity submissions and asked me questions that helped me to refine my work. At the end, my mentor was able to provide me with valuable feedback about my course work and set me on a good course to apply what I learned into the workplace.Read Less",Web Design,Other +242427,10697,designlab,Juan Manuel Sotelo,False,2015,Design 101 is the right course to jump start on Web Design when you are clueless of any visual design basic principles.,2015-06-04,5.0,5.0,5.0,5.0,"I think the mix of the mentoring sessions and the projects makes this course a great deal. I took this course to learn visual design principles like typography, color theory, alignment and spacing, etc. and I'm pleased with the results. The mentorship... Read More helped me a lot to expand my understanding of all the topics in the course.The only cons that I notice is that some (very few) of the articles used in the lessons are not updated. If you are looking for a course to help you develop your visual design skills, this is the right one.Read Less",Web Design,Other +242413,10697,designlab,Anne Aula,False,2015,Excellent resources and super helpful mentor sessions,2015-05-05,5.0,5.0,5.0,5.0,"This course provided me with a solid foundation to talk about and think of design. Even if it didn't make me a star designer quite yet, it helped me become much more confident in thinking about the things that are important to take into account when designing... Read More and it also made me a much more confident in using the tools for wire-framing and designing high-fidelity prototypes. Every class provided me with countless links to amazing materials on the web and I can't wait to start my next design project now that I have all of these resources at hand! I also loved the mentor sessions. My mentor gave me great design feedback and ideas and was extremely flexible in scheduling the sessions. Thumbs up all around!Read Less",Web Design,Other +242403,10697,designlab,Mikael,False,2015,"Great experience, I highly recommend it",2015-05-04,5.0,5.0,5.0,5.0,"The mentor system is great, I loved working with mine, and learned equally as much from her as I did from the content of the class.The projects were challenging enough, and relevant to today's web experiences",Web Design,Other +242384,10697,designlab,Courtney L.,False,2015,Awesome Intro/ Brush-Up on Design Principles and great Mentorship Aspect!,2015-05-01,4.7,5.0,4.0,5.0,"The best part of this course, and Designlab's programs, is the feedback and meetings you have with your Mentor. This was was so beneficial to me because I was going through a career change and really wanted to break into the Design/ Tech field. At the... Read More end of the course, I felt like I had a really great grasp on terminology used by professionals in the field and how to explain the ""whys"" behind my design work. My mentor also provided invaluable advice about getting into the field professionally. They do a great job of pairing you with someone you can benefit from based on your background/ location/ goals for the course.I am a self-taught Web Designer/ Developer. Going into the course, I felt that I had a pretty good grasp on the basics of design for web/ graphic/ print, but this course definitely offered great resources that I hadn't found on my own before. It dives deeper into design basics, typography, color theory, ways to prepare yourself for a project, layouts, etc. It really was a great experience and am definitely considering taking another course through Designlab! If you have a full-time job, you will have time to dedicate to the course. It requires about 6 hours of work per week, but you can easily spend more time playing, learning, and exploring the units!The only con that I can think of, is that sometimes the readings/ activities seemed out-of-order, that maybe I would have benefited from unit 5 or 6 a bit earlier, but that may have just been because I felt comfortable/ knowledgeable about the basics that were discussed in earlier units.Read Less",Web Design,Other +235903,10697,designlab,Anonymous,False,2015,Truly Amazing Design Course!,2015-04-30,5.0,5.0,5.0,5.0,"I just finished taking a DesignLab course on the basics of Design and I thoroughly enjoyed the high-quality feedback I received on all my project submissions. I appreciated being able to choose which program I wanted to learn in (I used Sketch). My mentor... Read More was amazing and taught me so much about how to make good design decisions and how to keep everything forward thinking and relevant. My confidence rose quickly and my design work became actually marketable. I am so happy I took this course!Although this was only my first online design courses, it will certainly not be my last. I very much enjoyed the platform DesignLab offers and how it provided me with top notch resources and high-quality feedback. It was worth every penny (if not more)! I would recommend this to anyone who is looking to be a proficient designer.Read Less",Web Design,Other +235864,10697,designlab,Alexa Denner,False,2015,Design Courses without the Intimidation,2015-04-30,5.0,5.0,5.0,5.0,"I just finished taking a DesignLab course and had a wonderful experience. I really liked the platform and class structures, as it felt like I was learning at my own pace but able to compare with fellow classmates through their shared posting. Some students... Read More found useful tips and tutorials and submitted those as a confluence to each of the assigned projects. It felt like a small, genuine group of people who are as passionate about the content as I am. Although this was only my first online design courses, it will certainly not be my last. DesignLab provides you with top notch resources and high-quality mentor feedback. It is worth every penny (if not more)! I would recommend this to anyone who is ready to design well.Read Less",Web Design,Other +235867,10697,designlab,Anonymous,False,2015,Design 101,2015-04-27,5.0,5.0,5.0,0.0,"I recently completed the Design 101 course and I have nothing but good things to say about it. I'm looking to transition into a career in design so I found this course a great base to start off. The mentor I had was extremely knowledgeable, generous with... Read More her time and I learnt a lot from her guidance. I got thorough feedback within a day or two or submission and it helped me think about things in a new way. I was so happy with the course that I have just signed up to the UX Research and Strategy course. I plan on doing a couple of more courses with DesignLab, they're not only a really friendly, helpful bunch but the whole experience is enjoyable!Read Less",Web Design,Other +235846,10697,designlab,Corey,False,2015,A must for anyone getting into web design.,2015-03-30,5.0,5.0,5.0,5.0,"You will get an overview of web design. From Landing pages, to layouts, to typography, and colors. I would recommend this to anyone. I'm surprised I signed up for this. It was well worth the money and the mentor I have for this was extremely knowledgeable... Read More about design. An overall great memorable experience for sure!Read Less",Web Design,Other +235803,10697,designlab,Jonathan,False,2014,"excellent structure, lots of projects and feedback",2015-01-25,5.0,5.0,5.0,0.0,"Design 101 was my best overall experience with an online course because of how much analysis and feedback I got on my work. The course is 6 units over 6 weeks, with projects every week that built on each other. I got written feedback within a few days... Read More of each submission, and Skype sessions every other week to talk out my process and what to think about going forward. There's just no substitute for critiques, and this had lots.The content is curated from online articles. I was worried at first that a curated curriculum would feel flimsy and disjointed, but the sources are great – very thorough and readable with lots of visual examples. In the end, reading was a small part of the course anyway. Most of my time was spent on actual design work.Read Less",Web Design,Other diff --git a/notebooks/courses.csv b/notebooks/courses.csv new file mode 100644 index 0000000..2526606 --- /dev/null +++ b/notebooks/courses.csv @@ -0,0 +1,116 @@ +course_id,school_id,school_name,course_name +1,10828,ironhack,Cyber Security Bootcamp +2,10828,ironhack,Cybersecurity Part-Time +3,10828,ironhack,Data Analytics Bootcamp +4,10828,ironhack,Data Analytics Part-Time +5,10828,ironhack,UX/UI Design Bootcamp +6,10828,ironhack,UX/UI Design Part-Time +7,10828,ironhack,Web Development Bootcamp +8,10828,ironhack,Web Development Part-Time +9,11035,springboard,Cyber Security Career Track +10,11035,springboard,Data Analytics Career Track +11,11035,springboard,Data Science Career Track +12,11035,springboard,Data Science Career Track Prep +13,11035,springboard,Front-End Web Development +14,11035,springboard,Introduction to Data Analytics +15,11035,springboard,Introduction to Design +16,11035,springboard,Software Engineering Career Track +17,11035,springboard,Software Engineering Career Track Prep Course +18,11035,springboard,Software Engineering Foundations to Core +19,11035,springboard,Tech Sales Career Track +20,11035,springboard,UI/UX Design Career Track +21,11035,springboard,UX Career Track +22,10862,learningfuze,Full Immersion 14-Week Program +23,10862,learningfuze,LFZ Prep Course +24,10862,learningfuze,Part Time Comprehensive Program +25,10862,learningfuze,UI/UX Design +26,10862,learningfuze,Data Science Part-Time +27,10505,actualize,Actualize Coding Bootcamp: Full-Time +28,10505,actualize,Actualize Coding Bootcamp: Part-Time +29,10505,actualize,Actualize Coding Bootcamp: Online Live +30,11539,clarusway,AWS Solutions Architect +31,11539,clarusway,AWS Solutions Architect - Premium Full Time/Part Time +32,11539,clarusway,AWS Solutions Architect/DevOps Engineer +33,11539,clarusway,AWS Solutions Architect/DevOps Engineer - Premium Full Time/Part Time without ITF +34,11539,clarusway,Back End Development +35,11539,clarusway,Blockchain & Web 3.0 Development +36,11539,clarusway,Cloud for Machine Learning (Streamlit & Sagemaker) +37,11539,clarusway,CompTIA Security+ Certificate Training +38,11539,clarusway,Cyber Security Analyst Professional +39,11539,clarusway,Cyber Security Operation Center (C-SOC) Experience +40,11539,clarusway,Data Analytics (Premium) +41,11539,clarusway,Data Analytics with Prep for DS +42,11539,clarusway,Data Science +43,11539,clarusway,Data Science - Premium Full Time/Part Time with Limited Seats +44,11539,clarusway,Data Science with Prep +45,11539,clarusway,DevOps Engineer +46,11539,clarusway,DevOps Engineer - Premium Full Time/Part Time +47,11539,clarusway,Front End Development +48,11539,clarusway,Front End Development with IT Fundamentals - Premium Full Time/Part Time with Limited Seats +49,11539,clarusway,Full Stack Development +50,11539,clarusway,Full Stack Web Development - Premium Full Time/Part Time with Limited Seats +51,11539,clarusway,Full Stack Web Development with IT Fundamentals - Premium Full Time/Part Time with Limited Seats +52,11539,clarusway,Kubernetes CKAD +53,11539,clarusway,Machine Learning/Deep Learning +54,11539,clarusway,Machine Learning/Deep Learning (Premium) +55,11539,clarusway,Natural Language Processing (NLP) +56,11539,clarusway,React JS Development +57,11539,clarusway,Salesforce Administrator & Consultant +58,11539,clarusway,Salesforce Administrator & Developer +59,11539,clarusway,Salesforce Advanced Flow Course +60,11539,clarusway,Software Development Engineer in Test (SDET) +61,10643,codesmith,NYC Onsite Immersive +62,10643,codesmith,CS Prep +63,10643,codesmith,Full-Time Remote Software Engineering Immersive +64,10643,codesmith,JavaScript for Beginners +65,10643,codesmith,Part-Time Software Engineering Immersive +66,10683,dataquest,Python for Data Analysis +67,10683,dataquest,R for Data Analysis +68,11797,syntax-technologies,Cyber Security Course +69,11797,syntax-technologies,Data Analytics & Business Intelligence Course +70,11797,syntax-technologies,SDET Automation Testing Course +71,10743,evolve-security-academy,Cybersecurity Bootcamp: REMOTE (Live-Online) +72,10743,evolve-security-academy,OSCP Bootcamp (Live-Online) +73,10743,evolve-security-academy,Cybersecurity Bootcamp +74,11282,level-effect,Cyber Defense Analyst Bootcamp +75,10868,le-wagon,Data Analytics - Full-Time +76,10868,le-wagon,Data Analytics - Part-Time +77,10868,le-wagon,Data Engineering - Full-Time +78,10868,le-wagon,Data Engineering - Part-Time +79,10868,le-wagon,Data Science & AI - Full-Time +80,10868,le-wagon,Data Science & AI - Part-Time +81,10868,le-wagon,Web Development - Full-Time +82,10868,le-wagon,Web Development - Part-Time +83,10492,4geeks-academy,Applied AI +84,10492,4geeks-academy,Cybersecurity +85,10492,4geeks-academy,Data Science and Machine Learning +86,10492,4geeks-academy,Ai and Machine Learning Full-Stack Program +87,10492,4geeks-academy,Full Stack Software Development +88,10492,4geeks-academy,Full Stack Software Development Part Time +89,10837,jedha,Cyber Security Essentials +90,10837,jedha,Cyber Security Fullstack +91,10837,jedha,Data Analyst Fullstack +92,10837,jedha,Data Analyst Lead +93,10837,jedha,Data Essentials +94,10837,jedha,Data Science - Fullstack +95,10837,jedha,Data Science - Lead +96,10853,la-capsule,DevOps Engineer +97,10853,la-capsule,Fullstack JavaScript Web Developer +98,10853,la-capsule,Code Essentials +99,11243,wbs-coding-school,Data Science (full-time) +100,11243,wbs-coding-school,Data Science (part-time) +101,11243,wbs-coding-school,Full-Stack Web & App Development (full-time) +102,11243,wbs-coding-school,Full-Stack Web & App Development (part-time) +103,11243,wbs-coding-school,UX/UI Product Design (full-time) +104,11243,wbs-coding-school,Artificial Intelligence for Business (full-time) +105,11243,wbs-coding-school,Data Analytics +106,11014,shecodes,SheCodes Basics +107,11014,shecodes,SheCodes Max +108,11014,shecodes,SheCodes Plus +109,11014,shecodes,SheCodes Pro +110,10697,designlab,Advanced Figma +111,10697,designlab,Advanced Usability and Accessibility +112,10697,designlab,AI for Visual Design +113,10697,designlab,Data-Driven Design +114,10697,designlab,UX Academy +115,10697,designlab,UX Academy Foundations diff --git a/notebooks/locations.csv b/notebooks/locations.csv new file mode 100644 index 0000000..f15ff7e --- /dev/null +++ b/notebooks/locations.csv @@ -0,0 +1,132 @@ +location_id,school_id,school_name,country_id,country_name,city_id,city_name +15901,10828,ironhack,57,Germany,31156,Berlin +16022,10828,ironhack,29,Mexico,31175,Mexico City +16086,10828,ironhack,59,Netherlands,31168,Amsterdam +16088,10828,ironhack,42,Brazil,31121,Sao Paulo +16109,10828,ironhack,38,France,31136,Paris +16375,10828,ironhack,1,United States,31,Miami +16376,10828,ironhack,12,Spain,31052,Madrid +16377,10828,ironhack,12,Spain,31170,Barcelona +16709,10828,ironhack,28,Portugal,31075,Lisbon +17233,10828,ironhack,237,Online,31304,Online +16013,11035,springboard,237,Online,31304,Online +16712,10862,learningfuze,1,United States,24,Irvine +16806,10862,learningfuze,1,United States,11,San Diego +16970,10862,learningfuze,237,Online,31304,Online +15703,10505,actualize,1,United States,39,Chicago +16019,10505,actualize,237,Online,31304,Online +17789,11539,clarusway,237,Online,31304,Online +16002,10643,codesmith,1,United States,10,Los Angeles +16328,10643,codesmith,1,United States,1507,NYC +16595,10643,codesmith,237,Online,31304,Online +17438,10643,codesmith,1,United States,31234,Temporarily Online +16378,10683,dataquest,237,Online,31304,Online +18261,11797,syntax-technologies,237,Online,31304,Online +15899,10743,evolve-security-academy,237,Online,31304,Online +16045,10743,evolve-security-academy,1,United States,39,Chicago +17374,11282,level-effect,237,Online,31304,Online +15803,10868,le-wagon,20,Australia,31174,Melbourne +15904,10868,le-wagon,44,Morocco,31119,Casablanca +15906,10868,le-wagon,60,Argentina,31171,Buenos Aires +15964,10868,le-wagon,46,Belgium,31125,Brussels +16039,10868,le-wagon,29,Mexico,31175,Mexico City +16049,10868,le-wagon,59,Netherlands,31168,Amsterdam +16106,10868,le-wagon,42,Brazil,31121,Sao Paulo +16124,10868,le-wagon,12,Spain,31170,Barcelona +16145,10868,le-wagon,38,France,31124,Bordeaux +16147,10868,le-wagon,38,France,31128,Lille +16148,10868,le-wagon,28,Portugal,31075,Lisbon +16149,10868,le-wagon,35,Indonesia,31169,Bali +16150,10868,le-wagon,38,France,31130,Nantes +16274,10868,le-wagon,42,Brazil,31131,Rio de Janeiro +16275,10868,le-wagon,38,France,31129,Marseille +16282,10868,le-wagon,2,Canada,31135,Montreal +16283,10868,le-wagon,15,China,31108,Shanghai +16407,10868,le-wagon,48,Japan,31132,Tokyo +16408,10868,le-wagon,38,France,31106,Lyon +16765,10868,le-wagon,57,Germany,31156,Berlin +16767,10868,le-wagon,38,France,31136,Paris +16776,10868,le-wagon,32,Switzerland,31163,Lausanne +16800,10868,le-wagon,12,Spain,31052,Madrid +16805,10868,le-wagon,38,France,31147,Rennes +16936,10868,le-wagon,56,Singapore,31154,Singapore +16967,10868,le-wagon,61,England,31176,London +17314,10868,le-wagon,34,United Arab Emirates,31093,Dubai +17395,10868,le-wagon,57,Germany,31158,Munich +17476,10868,le-wagon,22,Chile,31067,Santiago +17765,10868,le-wagon,38,France,31239,Nice +17772,10868,le-wagon,57,Germany,31254,Cologne +18077,10868,le-wagon,171,Mauritius,31246,Mauritius +18117,10868,le-wagon,237,Online,31304,Online +18128,10868,le-wagon,32,Switzerland,31082,Zurich +18194,10868,le-wagon,28,Portugal,31102,Porto +18195,10868,le-wagon,17,South Africa,31100,Cape Town +18295,10868,le-wagon,38,France,31191,Toulouse +18321,10868,le-wagon,20,Australia,31110,Sydney +16054,10492,4geeks-academy,1,United States,31,Miami +16758,10492,4geeks-academy,58,Venezuela,31159,Caracas +17370,10492,4geeks-academy,12,Spain,31052,Madrid +17805,10492,4geeks-academy,1,United States,33,Orlando +17806,10492,4geeks-academy,18,Costa Rica,31236,San Jose +17811,10492,4geeks-academy,33,Uruguay,31089,Montevideo +18220,10492,4geeks-academy,12,Spain,31170,Barcelona +18223,10492,4geeks-academy,39,Italy,31107,Milan +18224,10492,4geeks-academy,39,Italy,31180,Rome +18225,10492,4geeks-academy,57,Germany,31222,Hamburg +18226,10492,4geeks-academy,57,Germany,31156,Berlin +18227,10492,4geeks-academy,25,Ireland,31099,Dublin +18228,10492,4geeks-academy,28,Portugal,31075,Lisbon +18229,10492,4geeks-academy,57,Germany,31158,Munich +18231,10492,4geeks-academy,22,Chile,31067,Santiago +18232,10492,4geeks-academy,30,Colombia,31078,Bogota +18233,10492,4geeks-academy,29,Mexico,31175,Mexico City +18234,10492,4geeks-academy,60,Argentina,31171,Buenos Aires +18236,10492,4geeks-academy,1,United States,806,Panama City +18237,10492,4geeks-academy,196,Peru,31256,Lima +18238,10492,4geeks-academy,113,Ecuador,31235,Quito +18239,10492,4geeks-academy,83,Bolivia,31300,La Paz +18241,10492,4geeks-academy,2,Canada,31152,Toronto +18242,10492,4geeks-academy,12,Spain,31298,Malaga +18370,10492,4geeks-academy,237,Online,31304,Online +18371,10492,4geeks-academy,1,United States,36,Atlanta +18372,10492,4geeks-academy,1,United States,81,Houston +18373,10492,4geeks-academy,1,United States,39,Chicago +18374,10492,4geeks-academy,1,United States,10,Los Angeles +18375,10492,4geeks-academy,1,United States,3619,New York +18663,10492,4geeks-academy,1,United States,84,Austin +16607,10837,jedha,38,France,31136,Paris +16608,10837,jedha,38,France,31106,Lyon +17434,10837,jedha,237,Online,31304,Online +18251,10837,jedha,11,United Kingdom,31176,London +18252,10837,jedha,38,France,31128,Lille +18253,10837,jedha,38,France,31124,Bordeaux +18254,10837,jedha,38,France,31129,Marseille +18255,10837,jedha,38,France,31130,Nantes +18308,10837,jedha,38,France,31191,Toulouse +18309,10837,jedha,38,France,31301,Montpellier +18310,10837,jedha,38,France,31147,Rennes +18311,10837,jedha,38,France,31190,Strasbourg +18312,10837,jedha,46,Belgium,31125,Brussels +18313,10837,jedha,46,Belgium,31302,Luxembourg +18314,10837,jedha,32,Switzerland,31245,Geneva +18315,10837,jedha,32,Switzerland,31163,Lausanne +18316,10837,jedha,2,Canada,31135,Montreal +18317,10837,jedha,105,Côte d'Ivoire,31303,Abidjan +18318,10837,jedha,236,Tunisia,31182,Tunis +18319,10837,jedha,44,Morocco,31119,Casablanca +18362,10837,jedha,1,United States,3619,New York +15863,10853,la-capsule,38,France,31136,Paris +17050,10853,la-capsule,38,France,31106,Lyon +17450,10853,la-capsule,38,France,31129,Marseille +18098,10853,la-capsule,46,Belgium,31241,Bruxelles +18136,10853,la-capsule,38,France,31239,Nice +18137,10853,la-capsule,38,France,31289,Monaco +18269,10853,la-capsule,237,Online,31304,Online +18270,10853,la-capsule,38,France,31128,Lille +18271,10853,la-capsule,38,France,31124,Bordeaux +17206,11243,wbs-coding-school,57,Germany,31156,Berlin +17654,11243,wbs-coding-school,237,Online,31304,Online +16914,11014,shecodes,237,Online,31304,Online +16915,11014,shecodes,28,Portugal,31075,Lisbon +16916,11014,shecodes,28,Portugal,31102,Porto +15816,10697,designlab,237,Online,31304,Online diff --git a/notebooks/schools.csv b/notebooks/schools.csv new file mode 100644 index 0000000..dbda122 --- /dev/null +++ b/notebooks/schools.csv @@ -0,0 +1,18 @@ +school_id,school_name,website,description,price_min,price_max +10828,ironhack,ironhack.com,"Ironhack is a global tech school with 9 campuses worldwide, located in Miami, Madrid, Barcelona, Paris, Berlin, Amsterdam, Mexico City, Lisbon and São Paulo. Ironhack offers bootcamps and part-time courses in Web Development, UX/UI Design, Data Analytics... Read More and Cyber Security, which are taught both remotely and in-person.With more than 6.000 graduates working at companies like Google, Visa, Twitter, Rocket Internet and Orange, among others, Ironhack has an extensive global network of +600 partner companies. Post graduation, all students have access to career services, which prepare graduates for their job searches and facilitate interviews in their city's local tech ecosystem.Read Less",7500.0,13000.0 +11035,springboard,springboard.com,"Springboard is an online learning platform that prepares students for the tech industry’s most in-demand careers with comprehensive, mentor-led online programs in software engineering, data science, machine learning, UI/UX design, cybersecurity, and more.... Read More We act as a support system, coach, and cheerleader for working professionals who are ready to level-up or make a major career shift. All Springboard courses are 100% online, remote, and self-paced throughout an average of six to nine months. The Springboard experience gives our students access to a unique community of industry mentors, thought leaders, and alumni, who are on hand to offer insights, networking opportunities, and support throughout our programs and well past graduation. Every Springboard student is matched with a personal student advisor and industry mentor who guides them throughout the program through regular video calls.Before graduation, Springboard’s career services team supports students in their job search, helping prepare them for interviews and networking, and facilitates their transition into the tech industry. Our tuition-back guarantee allowing students runway to secure the role of their dreams means students can take charge and invest in themselves.Springboard’s support does not end when students graduate. All our graduates benefit from an extensive support network encompassing career services, 1:1 career coaching, networking tips, resume assistance, interview prep, and salary negotiation. This approach has seen considerable success: since Springboard was founded in 2013, 94% of eligible graduates secured a job within one year, earning an average salary increase of $26,000.Springboard is excited to offer SwitchUp an exclusive scholarship for $500 off tuition! Use promo code SWITCHUP500 when enrolling. *This offer is only valid for new applicants. Applicants who have already summited an application cannot claim this scholarship. This scholarship cannot be combined with other scholarships and/or offers. Qualifying Courses: Data Analytics Career Track, Data Science Career Track, Software Engineering Career Track, UI/UX Design Career Track, UX Career Track,At Springboard, we equip our students with the skills they'll need to find their dream jobs in a tech-centric economy. To that end, we believe in providing transparency around our outcomes, so that students like you can make well-informed decisions. This report is intended to provide information regarding data on job placements and student demographics for all Springboard career tracks: https://ddf46429.springboard.com/uploads/resources/1644953246_Outcomes_2021_All_Career_Tracks.pdf.Read Less",349.0,9900.0 +10862,learningfuze,learningfuze.com,"LearningFuze is an immersive, 14-week web development training program that aims to bridge the gap between the growing demand for capable developers and the vast shortage in supply. The bootcamp focuses on JavaScript and Node. The focus on full stack... Read More is directly tied to the need in the marketplace by employer partners.95% of graduating students that are engaged in the LearningFuze employment search process find employment in Southern California.The program focuses on teaching students through a project oriented, work-like environment by employing instructors with 10 to 15 years of experience. Students will be prepared to compete in the marketplace by obtaining cutting edge coding skills and soft skills alike. The program is fun yet intense so that students leave knowing that they are ready to become professional developers.Read Less",0.0,15995.0 +10505,actualize,anyonecanlearntocode.com,"Actualize is a coding bootcamp that values quality education above all else. They only hire lead instructors who have professional educational experience in addition to professional software development experience. Actualize provides both daytime and... Read More evening/weekend courses, allowing its students are able to transition to successful careers in web development without having to quit their original jobs while learning to code. In addition to teaching programming skills, Actualize is committed to mentoring students to find their first job in the software industry. Actualize has a deeply integrated Job Hacking curriculum, which provides the distinct skills necessary to be successful with interviews and landing a job. Actualize also offers a structured Job Hacking career support program after the bootcamp to help graduates execute their job hunt in a specific and timely manner. Actualize runs two award-winning programs. Their Online Live course is available to every location in North America, and serves as the world's only online coding bootcamp that is 100% live, including all instruction and exercises. The Online Live program uses the same immersive curriculum as the in-person program, with classes conducted real time with video conferencing. Its in-person course is the longest running Chicago coding bootcamp, with in-person classes available at its Chicago River North campus.Read Less",16900.0,16900.0 +11539,clarusway,clarusway.com,"Clarusway is a highly respected IT training school based in Virginia, offering a variety of specialized programs in fields such as Cloud Engineering, DevOps Engineering, Data Science, Data Analytics, Machine Learning, Deep Learning, Full Stack Web Development,... Read More Front End Development, Back End Development, Cybersecurity, Salesforce Admin & Developer, Blockchain & Web3 Development, and Software Development Engineer in Test (SDET). Our goal is to provide affordable and effective IT training programs that give individuals the practical knowledge they need to succeed in their careers.At Clarusway, we believe in using innovative approaches to learning, including mentorship programs, peer learning, and project-based group study methods. These unique techniques help our learners develop their skills and become subject matter experts quickly and efficiently. Our students gain the necessary classroom knowledge and hands-on experience required by the fast-paced tech industry.We have implemented a state-of-the-art Learning Management System (LMS) to enhance the learning process further. This system allows students to access recorded training sessions, manage individual training requirements, and track progress. It also includes a vast question bank to help students stay organized and test their knowledge as they go. The LMS can be accessed at any time, making it convenient for students to review content, submit assignments, and keep track of their schedules.At Clarusway, we offer beginner to advanced level programs and welcome applicants of all IT training and experience levels. Our training packages are available for seven main IT career paths: AWS & DevOps, Full Stack Web Development, Data Science, Cybersecurity, Salesforce Admin & Developer, Blockchain & Web3 Development, and Software Development Engineer in Test (SDET).In addition to our comprehensive training programs, Clarusway also offers Career Management Services (CMS) to help students build and achieve their future career goals. With extensive market research experience and a market-driven productive cycle, our CMS is the only one of its kind in the bootcamp industry, preparing students to succeed in the competitive IT market.Read Less",750.0,21500.0 +10643,codesmith,codesmith.io,"Codesmith’s Software Engineering Immersive program is an advanced residency designed to help individuals launch a meaningful, high-level career in Software Engineering. Codesmith offers full-time (13-week) and part-time (38-week) remote software engineering... Read More immersive programs as well as a full-time NYC Onsite program. In addition, Codesmith offers a variety of other resources from free beginner workshops, part-time prep courses, the CSX learning platform and an endlessly supportive community.The top-rated Software Engineering Immersive programs teach full stack JavaScript and computer science to prepare residents for mid and senior level software engineering roles. The expertly designed rigorous curriculum and supportive community immerses residents in modern web technologies, such as React and Node.js, and encourages them to tackle unique and unfamiliar problems to prepare them for the ever-changing tech landscape.In addition to the core curriculum, Codesmith offers an extensive hiring support program that guides residents through the hiring process, including interview strategies, portfolio development, and post-graduation check-ins. As shared in the most recent CIRR outcomes reports (January-June 2022), more than 80% of Codesmith graduates were employed in the field within 6 months of graduating with a median base salary of $127,500 for full-time immersive grads & $137,000 for part-time immersive grads Codesmith's mission is to develop an exceptional network of brilliant and collaborative Software Engineers who are passionate about pushing the engineering community forward. With this mission in mind, Codesmith offers numerous payment plans to all applicants, and a variety of scholarships to provide financial support to outstanding community members who exemplify Codesmith’s values, especially those from backgrounds traditionally underrepresented in the tech industry.Read Less",350.0,20925.0 +10683,dataquest,dataquest.io,"Master data skills. Build your career.Dataquest teaches through challenging exercises and real-world projects instead of video lectures. It's the most effective way to learn the skills you need to build your career.Why learn with us?- Go from zero to... Read More job-ready: Learn exactly what you need to achieve your goal. Don’t waste time on unrelated lessons.- Learn from experts: We work with top organizations and instructors around the world to develop our courses.- Challenge yourself with exercises: Work with real data from day one with interactive lessons and hands-on exercises.- Build your project portfolio: Build confidence with our in-depth projects, and show off your data skills.- Showcase your path certification: Impress employers by completing a capstone project and certifying it with an expert review.Our courses:- Introductory courses: Explore new concepts and technologies with free introductory courses.- Career paths: Dataquest’s career paths will teach you everything you need to start a new career in approximately nine months. Build your portfolio as you learn, and earn a path certification by completing a capstone project.- Skill paths: Quickly add in-demand skills to your resume. Gain confidence by completing real-world exercises and projects as you learn.Sign up for free, and start learning today!Read Less",29.0,29.0 +11797,syntax-technologies,syntaxtechs.com,"Syntax Technologies is the world’s leading online training provider, established in Virginia in 2017. Syntax provides training and solutions for the IT industry. Through its school, Syntax offers in-demand training for people who want to delve into the... Read More IT industry with no IT experience and IT veterans who wish to add new skills with the latest technologies in the market.Read Less",4950.0,4950.0 +10743,evolve-security-academy,academy.evolvesecurity.com,"Evolve Security Academy offers holistic cybersecurity education as well as advanced tracks on specific areas within cybersecurity. Courses are held live online. The Cybersecurity Bootcamp provides hands-on and immersive training, giving students the concrete... Read More and practical skills they will actually need on the job. Students gain real work experience through the live security assessment work they perform on non-profit organizations. With over 600,000 unfilled cyber security jobs in the U.S. and 1,000,000 globally, our primary goal is creating top-tier cybersecurity talent and helping launch cybersecurity careers.The holistic Cybersecurity Bootcamp is 20 weeks, part-time, and instructor-led live-online.The OSCP Bootcamp is 8 weeks, part-time and instructor-led live-online, focused on advanced offensive security, penetration testing and OSCP exam prep training.Evolve Academy offers a $1000 scholarship to help aspiring cybersecurity professionals kickstart their cybersecurity journeys. Our CyberLab™ powered curriculum is designed to teach you practical job skills required for entry-level cybersecurity careers. We offer small classes, individual attention, and career coaching to ensure our student's success. Head over to our website to apply and get more information.Read Less",5250.0,13950.0 +11282,level-effect,leveleffect.com,"Level Effect is a premier training provider of cyber security courses covering an extensive list of tradecraft and security disciplines. Using the Foundry cyber learning platform, students engage in a hands-on immersive environment to learn, practice,... Read More and master the necessary skills and tradecraft to both attack and defend networks.The members of Level Effect come from deep technical backgrounds within the U.S. Department of Defense (DoD) to include the National Security Agency (NSA). Level Effect brings this unique experience and knowledge to their courses and lectures to ensure students not only learn the concepts but gain insight into challenges and solutions that can only be attained with such unique experience and exposure.All courses are designed to be highly technical and hands-on going beyond conceptual exposure of topics and are focused on solving real-world challenges and problems faced by organizations every day.Read Less",11000.0,11000.0 +10868,le-wagon,lewagon.com,"Le Wagon is a global leader in immersive tech training for individuals seeking to change careers or acquire specific skills, and for companies wishing to offer their employees high-performance technology training through its Le Wagon For Business offer.... Read MoreIts immersive learning programs are designed to be used by each learner on a daily basis. Whether in a full-time or part-time format, online, or on-campus, Le Wagon’s training has already helped more than 18,000 students - from all walks of life, accelerate their careers, transition into tech, or launch their startups. Among its alumni, many entrepreneurs have created more than 200 tech startups and raised more than $850M globally.Founded in Paris in 2013 with the realization that companies increasingly need experts who know how to use new digital tools, leverage the data they generate or design and code their own technological solutions. Today, Le Wagon is present in over 40 cities and 25 countries.With a recognized teaching method and a student-centric approach, Le Wagon is the world's most acclaimed tech bootcamp, according to student reviews on Switchup and Coursereport, and has partnered with higher education institutions such as HEC Paris, IAE Business School in Argentina or King's College London.Le Wagon for Business also helps enterprises, such as IKEA, Total, LVMH or Société Générale, solve their tech talent gap by training and building in-house tech and data teams.In addition to career-changing bootcamps in Web & Data, Le Wagon offers part-time 40h skill courses to discover new topics. This includes:- Web Analytics & Tracking- Python & Machine Learning- Growth & Data Automation- Data Analytics EssentialsPlease contact Le Wagon for more information.Read Less",6500.0,8900.0 +10492,4geeks-academy,4geeksacademy.co,"4Geeks Academy is a Coding Bootcamp focused on helping students build and develop coding skills. 4Geeks programs are Software Development, Software Engineering, Artificial Intelligence, Machine Learning and Data Science. Headquartered in Florida, USA,... Read More 4Geeks now has locations in Chile, Spain, Costa Rica, Uruguay and Venezuela. There are three main features in 4Geeks to be considered: (i) every program is coding driven; (ii) every program is offered with a Part-time mindset, methodology, and structure; and, (iii) students and members of the community have unlimited access to every mentor and Instructor for the rest of their life.Upon graduation, 4Geeks Academy works closely with students to help them out getting a job after the program. Graduates will also have access to meetups, coding weekends, community gatherings, sponsored Events, and unlimited mentorship support, as well as lifetime access to an online platform with thousands of hours of tutorials, videos, exercises, and content for continued learning.We also offer two main features: unlimited mentorship and lifetime access to our career support system. You will never code on your own and you will always have the chance to get a better job!Read Less",3000.0,14999.0 +10837,jedha,jedha.co,"Jedha Bootcamp is the leading school for kick-starting your career in tech industry. With courses in Data Analysis, Data Science & Cybersecurity, Jedha facilitates access to the most sought-after skills.Since 2017, Jedha's accelerated trainings have enabled... Read More thousands of students to boost their careers and join top tech companies such as Airbnb, Lydia and Apple.Jedha provides a 100% flexible learning experience, tailored to its students' projects:-3 training levels: Essentials (beginner), Fullstack (advanced), and Lead (expert).-2 learning formats: Bootcamp or On Demand.-Face-to-face, online or hybrid, in one of our French or international campuses.At Jedha, learning happens first through practice. Students join small cohorts and benefit from close supervision by experienced instructors.Visit jedha.co to access our detailed syllabus and book a free career consultation with our team.""Read Less",1495.0,7495.0 +10853,la-capsule,lacapsule.academy,"La Capsule is a full-time, 10-week web and mobile development bootcamp in Paris, Lyon, Marseille, Nice (France), Monaco and Brussels (Belgium).During the course, students will learn the common core of web development and master basic foundations. Students... Read More will also learn advanced concepts for back end and front end programming. The course also includes a 2-week final project with help from teachers and mentors. After the conclusion of the course, there is a 4-week mentor program where bootcamp graduates can utilize career prep and job search help.Read Less",1500.0,7000.0 +11243,wbs-coding-school,wbscodingschool.com,"WBS CODING SCHOOL is an award-winning provider of modern tech bootcamps in Europe. We offer an intensive curriculum in Web & App Development, Data Science, Marketing Analytics and UX/UI Product Design over a 4-6 month period. Students have the flexibility... Read More to engage in either online learning or in-person sessions at our Berlin campus. Our bootcamps emphasize practical learning, individual feedback, live guided instruction, job interview preparation, and project-focused coursework for robust portfolio development.Our full-time bootcamps embrace an innovative hybrid model. The initial 13 weeks are conducted online, followed by an optional 2-week onsite experience in Berlin, designed to emulate a professional work setting. This on-campus phase includes accommodation and meals. To accommodate those seeking greater flexibility in their learning journey, we are pleased to offer part-time course options as well.No prior coding expertise is required for enrollment at WBS CODING SCHOOL. Candidates should be over 18 and possess English proficiency.Read Less",4900.0,10500.0 +11014,shecodes,shecodes.io,"SheCodes is a coding school that offers online coding workshops for women. SheCodes Basics is a three-week workshop, with five hours per week of study, that introduces students to front-end development. SheCodes Plus is an eight-week workshop that teaches... Read More everything in Basics along with Bootstrap, Git, GitHub, hosting, APIs, and more. SheCodes Pro is a 6-month workshop where students will learn everything in Basics and Plus, along with Responsive Development and React. SheCodes Max has all of the features of Pro, with extra features to create an impressive coding portfolio, get feedback from expert developers, and a tailored career advice workshop. SheCodes also offers a free 60-minute coding session for beginners to become familiar with coding and discover how coding knowledge could be useful for them.Read Less",99.0,1990.0 +10697,designlab,designlab.com,"Designlab teaches in-demand UX/UI design skills through fun, part-time, online courses. Courses consist primarily of hands-on projects and 1-on-1 mentorship from expert designers. Designlab mentors offer students timely feedback on work and even have... Read More the ability to Skype with students regularity to provide guidance. Designlab's community of mentors includes top industry professionals from companies like Twitter, Airbnb, Dropbox, and more.Designlab courses are self-paced, so students can complete the readings/projects on their unique schedule. Students have the option to begin with introductory courses, or jump straight into UX Research & Strategy, UI Design, UX Interaction Design or other offerings.The courses are especially helpful for developers, product managers, entrepreneurs, marketers, aspiring designers and those working on web/mobile products.Read Less",499.0,7749.0 diff --git a/notebooks/switchup_scraper.ipynb b/notebooks/switchup_scraper.ipynb index 32348f0..d19f348 100644 --- a/notebooks/switchup_scraper.ipynb +++ b/notebooks/switchup_scraper.ipynb @@ -1,1884 +1,1884 @@ { - "nbformat": 4, - "nbformat_minor": 0, - "metadata": { + "cells": [ + { + "cell_type": "markdown", + "metadata": { + "id": "TuwSdWZlgveP" + }, + "source": [ + "# SQL Project\n", + "You were hired by Ironhack to perform an Analytics Consulting Project entitled: competitive landscape.\n", + "\n", + "Your mission is to create and populate an appropriate database with many coding schools that are our competition, as well as design an suitable queries that answer business questions of interest (to be defined by you)\n" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "hXDGm8_RgG-K" + }, + "source": [ + "**Suggested Steps in the Project:**\n", + "\n", + "\n", + "* Read this notebook and understand each function. Comment the code appropriately\n", + "\n", + "* Populate the list of schools with a wider variety of schools (how are you going to get the school ID?)\n", + "\n", + "* Take a look at the obtained dataframes. What dimensions do you have? what keys do you have? how could the different dataframes be connected?\n", + "\n", + "* Go back to the drawing board and try to create an entity relationship diagram for tables available\n", + "\n", + "* Once you have the schemas you want, you will need to:\n", + " - create the suitable SQL queries to create the tables and populate them\n", + " - run these queries using the appropriate Python connectors\n", + " \n", + "* Bonus: How will this datamodel be updated in the future? Please write auxiliary functions that test the database for data quality issues. For example: how could you make sure you only include the most recent comments when you re-run the script?\n", + "\n", + "\n", + "# Suggested Deliverables\n", + "\n", + "* 5-6 minute presentation of data model created, decision process and business analysis proposed\n", + "\n", + "* exported .sql file with the final schema\n", + "\n", + "* Supporting python files used to generate all logic\n", + "\n", + "* High level documentation explaining tables designed and focusing on update methods\n", + "\n", + "Crucial hint: check out the following tutorial:\n", + "https://www.dataquest.io/blog/sql-insert-tutorial/\n" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": { + "id": "CHQ8IJLpgBsH" + }, + "outputs": [], + "source": [ + "# you must populate this dict with the schools required -> try talking to the teaching team about this\n", + "\n", + "\n", + "schools = { \n", + "'ironhack' : 10828,\n", + "'app-academy' : 10525,\n", + "'springboard' : 11035 \n", + "}\n", + "\n", + "import re\n", + "import pandas as pd\n", + "from pandas import json_normalize\n", + "import requests\n", + "\n", + "\n", + "\n", + "def get_comments_school(school):\n", + " TAG_RE = re.compile(r'<[^>]+>')\n", + " # defines url to make api call to data -> dynamic with school if you want to scrape competition\n", + " url = \"https://www.switchup.org/chimera/v1/school-review-list?mainTemplate=school-review-list&path=%2Fbootcamps%2F\" + school + \"&isDataTarget=false&page=3&perPage=10000&simpleHtml=true&truncationLength=250\"\n", + " #makes get request and converts answer to json\n", + " # url defines the page of all the information, request is made, and information is returned to data variable\n", + " data = requests.get(url).json()\n", + " #converts json to dataframe\n", + " reviews = pd.DataFrame(data['content']['reviews'])\n", + " \n", + " #aux function to apply regex and remove tags\n", + " def remove_tags(x):\n", + " return TAG_RE.sub('',x)\n", + " reviews['review_body'] = reviews['body'].apply(remove_tags)\n", + " reviews['school'] = school\n", + " return reviews" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "id": "XxRrTBYVDXUk" + }, + "outputs": [], + "source": [] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": { "colab": { - "provenance": [] - }, - "kernelspec": { - "display_name": "Python 3", - "language": "python", - "name": "python3" + "base_uri": "https://localhost:8080/" }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.7.3" + "id": "cxSFN100h6Ej", + "outputId": "53481633-d00b-4176-cd08-4f8ae2e57dd6" + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "ironhack\n", + "app-academy\n", + "springboard\n" + ] } + ], + "source": [ + "# could you write this as a list comprehension? ;)\n", + "comments = []\n", + "\n", + "for school in schools.keys():\n", + " print(school)\n", + " comments.append(get_comments_school(school))\n", + "\n", + "comments = pd.concat(comments)" + ] }, - "cells": [ + { + "cell_type": "code", + "execution_count": 3, + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 1000 + }, + "id": "IL9osdr_iLZg", + "outputId": "2a6446f4-cc4d-485a-d7f2-02e900137888" + }, + "outputs": [ { - "cell_type": "markdown", - "metadata": { - "id": "TuwSdWZlgveP" - }, - "source": [ - "# SQL Project\n", - "You were hired by Ironhack to perform an Analytics Consulting Project entitled: competitive landscape.\n", - "\n", - "Your mission is to create and populate an appropriate database with many coding schools that are our competition, as well as design an suitable queries that answer business questions of interest (to be defined by you)\n" + "data": { + "text/html": [ + "\n", + "
\n", + "
\n", + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
idnameanonymoushostProgramNamegraduatingYearisAlumnijobTitletaglinebodyrawBody...queryDateprogramuseroverallScorecommentsoverallcurriculumjobSupportreview_bodyschool
0300701Omezzine MeysourFalseNone2023.0FalseCredit risk analystAmazing experience!<span class=\"truncatable\"><p></p><p>Before joi...<p>Before joining the bootcamp, I was skeptica......2023-04-27Data Analytics Bootcamp{'image': None}5.0[]5.05.05.0Before joining the bootcamp, I was skeptical a...ironhack
1300599AnonymousTrueNone2023.0FalseProduct designerGreat bootcamp if you want to change career!<span class=\"truncatable\"><p></p><p>My goal wa...<p>My goal was to change career from Sales to ......2023-04-25UX/UI Design Bootcamp{'image': None}5.0[]5.05.05.0My goal was to change career from Sales to Pro...ironhack
2300597Pim BlomFalseNone2023.0FalseGreat way to become a web dev<span class=\"truncatable\"><p></p><p>It is a in...<p>It is a intense 9 week program, but you lea......2023-04-25Web Development Bootcamp{'image': None}4.0[]4.04.04.0It is a intense 9 week program, but you learn ...ironhack
3300526Nancy OmozokpeaFalseNone2023.0FalseIt was well structured and very encouraging Team<span class=\"truncatable\"><p></p><p>The Bootca...<p>The Bootcamp was well structured and had a ......2023-04-21Data Analytics Bootcamp{'image': None}4.3[]5.05.03.0The Bootcamp was well structured and had a lot...ironhack
4300130Michiel van der merweFalseNone2023.0FalseData engineerAwesome<span class=\"truncatable\"><p></p><p>Pros Lots ...<p>Pros Lots and lots of help and useful infor......2023-04-11Cybersecurity Part-Time{'image': None}4.3[]4.05.04.0Pros Lots and lots of help and useful informat...ironhack
..................................................................
1467234894Stephanie S.FalseNone2015.0TrueWebsite Manager-UX LeadExcellent and comprehensive UX course<span class=\"truncatable\"><p>The UX Design Wor...The UX Design Workshop gave me a great underst......2016-12-15UX Design{'image': None}5.0[]5.05.05.0The UX Design Workshop gave me a great underst...springboard
1468234877Joe FangFalseNone2015.0TrueUX DesignerSpringboard helped me start my career in UX<span class=\"truncatable\"><p>Just some backgro...Just some background information on myself, I ......2016-12-15UX Design{'image': None}5.0[]5.05.05.0Just some background information on myself, I ...springboard
1469234838ZeinaFalseNone2016.0TrueSenior Graphic DesignerHighly recommended<span class=\"truncatable\"><p>I enjoyed the pro...I enjoyed the program very much, gained a lot ......2016-12-15UX Design{'image': None}3.7[]4.04.03.0I enjoyed the program very much, gained a lot ...springboard
1470242681JeanFalseNone2016.0TrueLead Designer/Creative DirectorA way to stay current for the highly motivated!<span class=\"truncatable\"><p>This was my first...This was my first online experience and it did......2016-12-12UX Design{'image': None}5.0[]5.05.05.0This was my first online experience and it did...springboard
1471234178BenFalseNone2016.0TrueNoneSpringboard is an excellent course for self dr...<span class=\"truncatable\"><p>I really enjoyed ...I really enjoyed my time with the Springboard ......2016-12-10UX Design{'image': None}4.7[]5.05.04.0I really enjoyed my time with the Springboard ...springboard
\n", + "

3918 rows × 21 columns

\n", + "
\n", + " \n", + " \n", + " \n", + "\n", + " \n", + "
\n", + "
\n", + " " + ], + "text/plain": [ + " id name anonymous hostProgramName \\\n", + "0 300701 Omezzine Meysour False None \n", + "1 300599 Anonymous True None \n", + "2 300597 Pim Blom False None \n", + "3 300526 Nancy Omozokpea False None \n", + "4 300130 Michiel van der merwe False None \n", + "... ... ... ... ... \n", + "1467 234894 Stephanie S. False None \n", + "1468 234877 Joe Fang False None \n", + "1469 234838 Zeina False None \n", + "1470 242681 Jean False None \n", + "1471 234178 Ben False None \n", + "\n", + " graduatingYear isAlumni jobTitle \\\n", + "0 2023.0 False Credit risk analyst \n", + "1 2023.0 False Product designer \n", + "2 2023.0 False \n", + "3 2023.0 False \n", + "4 2023.0 False Data engineer \n", + "... ... ... ... \n", + "1467 2015.0 True Website Manager-UX Lead \n", + "1468 2015.0 True UX Designer \n", + "1469 2016.0 True Senior Graphic Designer \n", + "1470 2016.0 True Lead Designer/Creative Director \n", + "1471 2016.0 True None \n", + "\n", + " tagline \\\n", + "0 Amazing experience! \n", + "1 Great bootcamp if you want to change career! \n", + "2 Great way to become a web dev \n", + "3 It was well structured and very encouraging Team \n", + "4 Awesome \n", + "... ... \n", + "1467 Excellent and comprehensive UX course \n", + "1468 Springboard helped me start my career in UX \n", + "1469 Highly recommended \n", + "1470 A way to stay current for the highly motivated! \n", + "1471 Springboard is an excellent course for self dr... \n", + "\n", + " body \\\n", + "0

Before joi... \n", + "1

My goal wa... \n", + "2

It is a in... \n", + "3

The Bootca... \n", + "4

Pros Lots ... \n", + "... ... \n", + "1467

The UX Design Wor... \n", + "1468

Just some backgro... \n", + "1469

I enjoyed the pro... \n", + "1470

This was my first... \n", + "1471

I really enjoyed ... \n", + "\n", + " rawBody ... queryDate \\\n", + "0

Before joining the bootcamp, I was skeptica... ... 2023-04-27 \n", + "1

My goal was to change career from Sales to ... ... 2023-04-25 \n", + "2

It is a intense 9 week program, but you lea... ... 2023-04-25 \n", + "3

The Bootcamp was well structured and had a ... ... 2023-04-21 \n", + "4

Pros Lots and lots of help and useful infor... ... 2023-04-11 \n", + "... ... ... ... \n", + "1467 The UX Design Workshop gave me a great underst... ... 2016-12-15 \n", + "1468 Just some background information on myself, I ... ... 2016-12-15 \n", + "1469 I enjoyed the program very much, gained a lot ... ... 2016-12-15 \n", + "1470 This was my first online experience and it did... ... 2016-12-12 \n", + "1471 I really enjoyed my time with the Springboard ... ... 2016-12-10 \n", + "\n", + " program user overallScore comments overall \\\n", + "0 Data Analytics Bootcamp {'image': None} 5.0 [] 5.0 \n", + "1 UX/UI Design Bootcamp {'image': None} 5.0 [] 5.0 \n", + "2 Web Development Bootcamp {'image': None} 4.0 [] 4.0 \n", + "3 Data Analytics Bootcamp {'image': None} 4.3 [] 5.0 \n", + "4 Cybersecurity Part-Time {'image': None} 4.3 [] 4.0 \n", + "... ... ... ... ... ... \n", + "1467 UX Design {'image': None} 5.0 [] 5.0 \n", + "1468 UX Design {'image': None} 5.0 [] 5.0 \n", + "1469 UX Design {'image': None} 3.7 [] 4.0 \n", + "1470 UX Design {'image': None} 5.0 [] 5.0 \n", + "1471 UX Design {'image': None} 4.7 [] 5.0 \n", + "\n", + " curriculum jobSupport review_body \\\n", + "0 5.0 5.0 Before joining the bootcamp, I was skeptical a... \n", + "1 5.0 5.0 My goal was to change career from Sales to Pro... \n", + "2 4.0 4.0 It is a intense 9 week program, but you learn ... \n", + "3 5.0 3.0 The Bootcamp was well structured and had a lot... \n", + "4 5.0 4.0 Pros Lots and lots of help and useful informat... \n", + "... ... ... ... \n", + "1467 5.0 5.0 The UX Design Workshop gave me a great underst... \n", + "1468 5.0 5.0 Just some background information on myself, I ... \n", + "1469 4.0 3.0 I enjoyed the program very much, gained a lot ... \n", + "1470 5.0 5.0 This was my first online experience and it did... \n", + "1471 5.0 4.0 I really enjoyed my time with the Springboard ... \n", + "\n", + " school \n", + "0 ironhack \n", + "1 ironhack \n", + "2 ironhack \n", + "3 ironhack \n", + "4 ironhack \n", + "... ... \n", + "1467 springboard \n", + "1468 springboard \n", + "1469 springboard \n", + "1470 springboard \n", + "1471 springboard \n", + "\n", + "[3918 rows x 21 columns]" ] + }, + "execution_count": 3, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "comments" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" }, + "id": "V_SXOtPxiNNY", + "outputId": "70c3dcfb-11a9-43b0-a877-cc86d386c79e" + }, + "outputs": [ { - "cell_type": "markdown", - "metadata": { - "id": "hXDGm8_RgG-K" - }, - "source": [ - "**Suggested Steps in the Project:**\n", - "\n", - "\n", - "* Read this notebook and understand each function. Comment the code appropriately\n", - "\n", - "* Populate the list of schools with a wider variety of schools (how are you going to get the school ID?)\n", - "\n", - "* Take a look at the obtained dataframes. What dimensions do you have? what keys do you have? how could the different dataframes be connected?\n", - "\n", - "* Go back to the drawing board and try to create an entity relationship diagram for tables available\n", - "\n", - "* Once you have the schemas you want, you will need to:\n", - " - create the suitable SQL queries to create the tables and populate them\n", - " - run these queries using the appropriate Python connectors\n", - " \n", - "* Bonus: How will this datamodel be updated in the future? Please write auxiliary functions that test the database for data quality issues. For example: how could you make sure you only include the most recent comments when you re-run the script?\n", - "\n", - "\n", - "# Suggested Deliverables\n", - "\n", - "* 5-6 minute presentation of data model created, decision process and business analysis proposed\n", - "\n", - "* exported .sql file with the final schema\n", - "\n", - "* Supporting python files used to generate all logic\n", - "\n", - "* High level documentation explaining tables designed and focusing on update methods\n", - "\n", - "Crucial hint: check out the following tutorial:\n", - "https://www.dataquest.io/blog/sql-insert-tutorial/\n" - ] + "name": "stdout", + "output_type": "stream", + "text": [ + "ironhack\n" + ] }, { - "cell_type": "code", - "metadata": { - "id": "CHQ8IJLpgBsH" - }, - "source": [ - "# you must populate this dict with the schools required -> try talking to the teaching team about this\n", - "\n", - "\n", - "schools = { \n", - "'ironhack' : 10828,\n", - "'app-academy' : 10525,\n", - "'springboard' : 11035 \n", - "}\n", - "\n", - "import re\n", - "import pandas as pd\n", - "from pandas.io.json import json_normalize\n", - "import requests\n", - "\n", - "\n", - "\n", - "def get_comments_school(school):\n", - " TAG_RE = re.compile(r'<[^>]+>')\n", - " # defines url to make api call to data -> dynamic with school if you want to scrape competition\n", - " url = \"https://www.switchup.org/chimera/v1/school-review-list?mainTemplate=school-review-list&path=%2Fbootcamps%2F\" + school + \"&isDataTarget=false&page=3&perPage=10000&simpleHtml=true&truncationLength=250\"\n", - " #makes get request and converts answer to json\n", - " # url defines the page of all the information, request is made, and information is returned to data variable\n", - " data = requests.get(url).json()\n", - " #converts json to dataframe\n", - " reviews = pd.DataFrame(data['content']['reviews'])\n", - " \n", - " #aux function to apply regex and remove tags\n", - " def remove_tags(x):\n", - " return TAG_RE.sub('',x)\n", - " reviews['review_body'] = reviews['body'].apply(remove_tags)\n", - " reviews['school'] = school\n", - " return reviews" - ], - "execution_count": 1, - "outputs": [] + "name": "stderr", + "output_type": "stream", + "text": [ + ":14: FutureWarning: pandas.io.json.json_normalize is deprecated, use pandas.json_normalize instead.\n", + " locations_df = json_normalize(locations)\n" + ] }, { - "cell_type": "code", - "metadata": { - "id": "XxRrTBYVDXUk" - }, - "source": [], - "execution_count": null, - "outputs": [] + "name": "stdout", + "output_type": "stream", + "text": [ + "app-academy\n" + ] }, { - "cell_type": "code", - "metadata": { - "id": "cxSFN100h6Ej", - "colab": { - "base_uri": "https://localhost:8080/" - }, - "outputId": "53481633-d00b-4176-cd08-4f8ae2e57dd6" - }, - "source": [ - "# could you write this as a list comprehension? ;)\n", - "comments = []\n", - "\n", - "for school in schools.keys():\n", - " print(school)\n", - " comments.append(get_comments_school(school))\n", - "\n", - "comments = pd.concat(comments)" - ], - "execution_count": 2, - "outputs": [ - { - "output_type": "stream", - "name": "stdout", - "text": [ - "ironhack\n", - "app-academy\n", - "springboard\n" - ] - } - ] + "name": "stderr", + "output_type": "stream", + "text": [ + ":14: FutureWarning: pandas.io.json.json_normalize is deprecated, use pandas.json_normalize instead.\n", + " locations_df = json_normalize(locations)\n" + ] }, { - "cell_type": "code", - "metadata": { - "id": "IL9osdr_iLZg", - "colab": { - "base_uri": "https://localhost:8080/", - "height": 1000 - }, - "outputId": "2a6446f4-cc4d-485a-d7f2-02e900137888" - }, - "source": [ - "comments" - ], - "execution_count": 3, - "outputs": [ - { - "output_type": "execute_result", - "data": { - "text/plain": [ - " id name anonymous hostProgramName \\\n", - "0 300701 Omezzine Meysour False None \n", - "1 300599 Anonymous True None \n", - "2 300597 Pim Blom False None \n", - "3 300526 Nancy Omozokpea False None \n", - "4 300130 Michiel van der merwe False None \n", - "... ... ... ... ... \n", - "1467 234894 Stephanie S. False None \n", - "1468 234877 Joe Fang False None \n", - "1469 234838 Zeina False None \n", - "1470 242681 Jean False None \n", - "1471 234178 Ben False None \n", - "\n", - " graduatingYear isAlumni jobTitle \\\n", - "0 2023.0 False Credit risk analyst \n", - "1 2023.0 False Product designer \n", - "2 2023.0 False \n", - "3 2023.0 False \n", - "4 2023.0 False Data engineer \n", - "... ... ... ... \n", - "1467 2015.0 True Website Manager-UX Lead \n", - "1468 2015.0 True UX Designer \n", - "1469 2016.0 True Senior Graphic Designer \n", - "1470 2016.0 True Lead Designer/Creative Director \n", - "1471 2016.0 True None \n", - "\n", - " tagline \\\n", - "0 Amazing experience! \n", - "1 Great bootcamp if you want to change career! \n", - "2 Great way to become a web dev \n", - "3 It was well structured and very encouraging Team \n", - "4 Awesome \n", - "... ... \n", - "1467 Excellent and comprehensive UX course \n", - "1468 Springboard helped me start my career in UX \n", - "1469 Highly recommended \n", - "1470 A way to stay current for the highly motivated! \n", - "1471 Springboard is an excellent course for self dr... \n", - "\n", - " body \\\n", - "0

Before joi... \n", - "1

My goal wa... \n", - "2

It is a in... \n", - "3

The Bootca... \n", - "4

Pros Lots ... \n", - "... ... \n", - "1467

The UX Design Wor... \n", - "1468

Just some backgro... \n", - "1469

I enjoyed the pro... \n", - "1470

This was my first... \n", - "1471

I really enjoyed ... \n", - "\n", - " rawBody ... queryDate \\\n", - "0

Before joining the bootcamp, I was skeptica... ... 2023-04-27 \n", - "1

My goal was to change career from Sales to ... ... 2023-04-25 \n", - "2

It is a intense 9 week program, but you lea... ... 2023-04-25 \n", - "3

The Bootcamp was well structured and had a ... ... 2023-04-21 \n", - "4

Pros Lots and lots of help and useful infor... ... 2023-04-11 \n", - "... ... ... ... \n", - "1467 The UX Design Workshop gave me a great underst... ... 2016-12-15 \n", - "1468 Just some background information on myself, I ... ... 2016-12-15 \n", - "1469 I enjoyed the program very much, gained a lot ... ... 2016-12-15 \n", - "1470 This was my first online experience and it did... ... 2016-12-12 \n", - "1471 I really enjoyed my time with the Springboard ... ... 2016-12-10 \n", - "\n", - " program user overallScore comments overall \\\n", - "0 Data Analytics Bootcamp {'image': None} 5.0 [] 5.0 \n", - "1 UX/UI Design Bootcamp {'image': None} 5.0 [] 5.0 \n", - "2 Web Development Bootcamp {'image': None} 4.0 [] 4.0 \n", - "3 Data Analytics Bootcamp {'image': None} 4.3 [] 5.0 \n", - "4 Cybersecurity Part-Time {'image': None} 4.3 [] 4.0 \n", - "... ... ... ... ... ... \n", - "1467 UX Design {'image': None} 5.0 [] 5.0 \n", - "1468 UX Design {'image': None} 5.0 [] 5.0 \n", - "1469 UX Design {'image': None} 3.7 [] 4.0 \n", - "1470 UX Design {'image': None} 5.0 [] 5.0 \n", - "1471 UX Design {'image': None} 4.7 [] 5.0 \n", - "\n", - " curriculum jobSupport review_body \\\n", - "0 5.0 5.0 Before joining the bootcamp, I was skeptical a... \n", - "1 5.0 5.0 My goal was to change career from Sales to Pro... \n", - "2 4.0 4.0 It is a intense 9 week program, but you learn ... \n", - "3 5.0 3.0 The Bootcamp was well structured and had a lot... \n", - "4 5.0 4.0 Pros Lots and lots of help and useful informat... \n", - "... ... ... ... \n", - "1467 5.0 5.0 The UX Design Workshop gave me a great underst... \n", - "1468 5.0 5.0 Just some background information on myself, I ... \n", - "1469 4.0 3.0 I enjoyed the program very much, gained a lot ... \n", - "1470 5.0 5.0 This was my first online experience and it did... \n", - "1471 5.0 4.0 I really enjoyed my time with the Springboard ... \n", - "\n", - " school \n", - "0 ironhack \n", - "1 ironhack \n", - "2 ironhack \n", - "3 ironhack \n", - "4 ironhack \n", - "... ... \n", - "1467 springboard \n", - "1468 springboard \n", - "1469 springboard \n", - "1470 springboard \n", - "1471 springboard \n", - "\n", - "[3918 rows x 21 columns]" - ], - "text/html": [ - "\n", - "

\n", - "
\n", - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
idnameanonymoushostProgramNamegraduatingYearisAlumnijobTitletaglinebodyrawBody...queryDateprogramuseroverallScorecommentsoverallcurriculumjobSupportreview_bodyschool
0300701Omezzine MeysourFalseNone2023.0FalseCredit risk analystAmazing experience!<span class=\"truncatable\"><p></p><p>Before joi...<p>Before joining the bootcamp, I was skeptica......2023-04-27Data Analytics Bootcamp{'image': None}5.0[]5.05.05.0Before joining the bootcamp, I was skeptical a...ironhack
1300599AnonymousTrueNone2023.0FalseProduct designerGreat bootcamp if you want to change career!<span class=\"truncatable\"><p></p><p>My goal wa...<p>My goal was to change career from Sales to ......2023-04-25UX/UI Design Bootcamp{'image': None}5.0[]5.05.05.0My goal was to change career from Sales to Pro...ironhack
2300597Pim BlomFalseNone2023.0FalseGreat way to become a web dev<span class=\"truncatable\"><p></p><p>It is a in...<p>It is a intense 9 week program, but you lea......2023-04-25Web Development Bootcamp{'image': None}4.0[]4.04.04.0It is a intense 9 week program, but you learn ...ironhack
3300526Nancy OmozokpeaFalseNone2023.0FalseIt was well structured and very encouraging Team<span class=\"truncatable\"><p></p><p>The Bootca...<p>The Bootcamp was well structured and had a ......2023-04-21Data Analytics Bootcamp{'image': None}4.3[]5.05.03.0The Bootcamp was well structured and had a lot...ironhack
4300130Michiel van der merweFalseNone2023.0FalseData engineerAwesome<span class=\"truncatable\"><p></p><p>Pros Lots ...<p>Pros Lots and lots of help and useful infor......2023-04-11Cybersecurity Part-Time{'image': None}4.3[]4.05.04.0Pros Lots and lots of help and useful informat...ironhack
..................................................................
1467234894Stephanie S.FalseNone2015.0TrueWebsite Manager-UX LeadExcellent and comprehensive UX course<span class=\"truncatable\"><p>The UX Design Wor...The UX Design Workshop gave me a great underst......2016-12-15UX Design{'image': None}5.0[]5.05.05.0The UX Design Workshop gave me a great underst...springboard
1468234877Joe FangFalseNone2015.0TrueUX DesignerSpringboard helped me start my career in UX<span class=\"truncatable\"><p>Just some backgro...Just some background information on myself, I ......2016-12-15UX Design{'image': None}5.0[]5.05.05.0Just some background information on myself, I ...springboard
1469234838ZeinaFalseNone2016.0TrueSenior Graphic DesignerHighly recommended<span class=\"truncatable\"><p>I enjoyed the pro...I enjoyed the program very much, gained a lot ......2016-12-15UX Design{'image': None}3.7[]4.04.03.0I enjoyed the program very much, gained a lot ...springboard
1470242681JeanFalseNone2016.0TrueLead Designer/Creative DirectorA way to stay current for the highly motivated!<span class=\"truncatable\"><p>This was my first...This was my first online experience and it did......2016-12-12UX Design{'image': None}5.0[]5.05.05.0This was my first online experience and it did...springboard
1471234178BenFalseNone2016.0TrueNoneSpringboard is an excellent course for self dr...<span class=\"truncatable\"><p>I really enjoyed ...I really enjoyed my time with the Springboard ......2016-12-10UX Design{'image': None}4.7[]5.05.04.0I really enjoyed my time with the Springboard ...springboard
\n", - "

3918 rows × 21 columns

\n", - "
\n", - " \n", - " \n", - " \n", - "\n", - " \n", - "
\n", - "
\n", - " " - ] - }, - "metadata": {}, - "execution_count": 3 - } - ] + "name": "stdout", + "output_type": "stream", + "text": [ + "springboard\n" + ] }, { - "cell_type": "code", - "metadata": { - "id": "V_SXOtPxiNNY", - "colab": { - "base_uri": "https://localhost:8080/" - }, - "outputId": "70c3dcfb-11a9-43b0-a877-cc86d386c79e" - }, - "source": [ - "from pandas.io.json import json_normalize\n", - "\n", - "def get_school_info(school, school_id):\n", - " url = 'https://www.switchup.org/chimera/v1/bootcamp-data?mainTemplate=bootcamp-data%2Fdescription&path=%2Fbootcamps%2F'+ str(school) + '&isDataTarget=false&bootcampId='+ str(school_id) + '&logoTag=logo&truncationLength=250&readMoreOmission=...&readMoreText=Read%20More&readLessText=Read%20Less'\n", - "\n", - " data = requests.get(url).json()\n", - "\n", - " data.keys()\n", - "\n", - " courses = data['content']['courses']\n", - " courses_df = pd.DataFrame(courses, columns= ['courses'])\n", - "\n", - " locations = data['content']['locations']\n", - " locations_df = json_normalize(locations)\n", - "\n", - " badges_df = pd.DataFrame(data['content']['meritBadges'])\n", - " \n", - " website = data['content']['webaddr']\n", - " description = data['content']['description']\n", - " logoUrl = data['content']['logoUrl']\n", - " school_df = pd.DataFrame([website,description,logoUrl]).T\n", - " school_df.columns = ['website','description','LogoUrl']\n", - "\n", - " locations_df['school'] = school\n", - " courses_df['school'] = school\n", - " badges_df['school'] = school\n", - " school_df['school'] = school\n", - " \n", - "\n", - " locations_df['school_id'] = school_id\n", - " courses_df['school_id'] = school_id\n", - " badges_df['school_id'] = school_id\n", - " school_df['school_id'] = school_id\n", - "\n", - " return locations_df, courses_df, badges_df, school_df\n", - "\n", - "locations_list = []\n", - "courses_list = []\n", - "badges_list = []\n", - "schools_list = []\n", - "\n", - "for school, id in schools.items():\n", - " print(school)\n", - " a,b,c,d = get_school_info(school,id)\n", - " \n", - " locations_list.append(a)\n", - " courses_list.append(b)\n", - " badges_list.append(c)\n", - " schools_list.append(d)\n", - "\n" - ], - "execution_count": 4, - "outputs": [ - { - "output_type": "stream", - "name": "stdout", - "text": [ - "ironhack\n" - ] - }, - { - "output_type": "stream", - "name": "stderr", - "text": [ - ":14: FutureWarning: pandas.io.json.json_normalize is deprecated, use pandas.json_normalize instead.\n", - " locations_df = json_normalize(locations)\n" - ] - }, - { - "output_type": "stream", - "name": "stdout", - "text": [ - "app-academy\n" - ] - }, - { - "output_type": "stream", - "name": "stderr", - "text": [ - ":14: FutureWarning: pandas.io.json.json_normalize is deprecated, use pandas.json_normalize instead.\n", - " locations_df = json_normalize(locations)\n" - ] - }, - { - "output_type": "stream", - "name": "stdout", - "text": [ - "springboard\n" - ] - }, - { - "output_type": "stream", - "name": "stderr", - "text": [ - ":14: FutureWarning: pandas.io.json.json_normalize is deprecated, use pandas.json_normalize instead.\n", - " locations_df = json_normalize(locations)\n" - ] - } - ] + "name": "stderr", + "output_type": "stream", + "text": [ + ":14: FutureWarning: pandas.io.json.json_normalize is deprecated, use pandas.json_normalize instead.\n", + " locations_df = json_normalize(locations)\n" + ] + } + ], + "source": [ + "from pandas.io.json import json_normalize\n", + "\n", + "def get_school_info(school, school_id):\n", + " url = 'https://www.switchup.org/chimera/v1/bootcamp-data?mainTemplate=bootcamp-data%2Fdescription&path=%2Fbootcamps%2F'+ str(school) + '&isDataTarget=false&bootcampId='+ str(school_id) + '&logoTag=logo&truncationLength=250&readMoreOmission=...&readMoreText=Read%20More&readLessText=Read%20Less'\n", + "\n", + " data = requests.get(url).json()\n", + "\n", + " data.keys()\n", + "\n", + " courses = data['content']['courses']\n", + " courses_df = pd.DataFrame(courses, columns= ['courses'])\n", + "\n", + " locations = data['content']['locations']\n", + " locations_df = json_normalize(locations)\n", + "\n", + " badges_df = pd.DataFrame(data['content']['meritBadges'])\n", + " \n", + " website = data['content']['webaddr']\n", + " description = data['content']['description']\n", + " logoUrl = data['content']['logoUrl']\n", + " school_df = pd.DataFrame([website,description,logoUrl]).T\n", + " school_df.columns = ['website','description','LogoUrl']\n", + "\n", + " locations_df['school'] = school\n", + " courses_df['school'] = school\n", + " badges_df['school'] = school\n", + " school_df['school'] = school\n", + " \n", + "\n", + " locations_df['school_id'] = school_id\n", + " courses_df['school_id'] = school_id\n", + " badges_df['school_id'] = school_id\n", + " school_df['school_id'] = school_id\n", + "\n", + " return locations_df, courses_df, badges_df, school_df\n", + "\n", + "locations_list = []\n", + "courses_list = []\n", + "badges_list = []\n", + "schools_list = []\n", + "\n", + "for school, id in schools.items():\n", + " print(school)\n", + " a,b,c,d = get_school_info(school,id)\n", + " \n", + " locations_list.append(a)\n", + " courses_list.append(b)\n", + " badges_list.append(c)\n", + " schools_list.append(d)\n", + "\n" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" }, + "id": "9qAfH6JnP3Gd", + "outputId": "d9a4a626-f581-49c5-d22a-ab606fa73741" + }, + "outputs": [ { - "cell_type": "code", - "metadata": { - "id": "9qAfH6JnP3Gd", - "colab": { - "base_uri": "https://localhost:8080/" - }, - "outputId": "d9a4a626-f581-49c5-d22a-ab606fa73741" - }, - "source": [ - "locations_list" - ], - "execution_count": null, - "outputs": [ - { - "output_type": "execute_result", - "data": { - "text/plain": [ - "[ id description country.id country.name country.abbrev \\\n", - " 0 15901 Berlin, Germany 57.0 Germany DE \n", - " 1 16022 Mexico City, Mexico 29.0 Mexico MX \n", - " 2 16086 Amsterdam, Netherlands 59.0 Netherlands NL \n", - " 3 16088 Sao Paulo, Brazil 42.0 Brazil BR \n", - " 4 16109 Paris, France 38.0 France FR \n", - " 5 16375 Miami, FL, United States 1.0 United States US \n", - " 6 16376 Madrid, Spain 12.0 Spain ES \n", - " 7 16377 Barcelona, Spain 12.0 Spain ES \n", - " 8 16709 Lisbon, Portugal 28.0 Portugal PT \n", - " 9 17233 Online NaN NaN NaN \n", - " \n", - " city.id city.name city.keyword state.id state.name state.abbrev \\\n", - " 0 31156.0 Berlin berlin NaN NaN NaN \n", - " 1 31175.0 Mexico City mexico-city NaN NaN NaN \n", - " 2 31168.0 Amsterdam amsterdam NaN NaN NaN \n", - " 3 31121.0 Sao Paulo sao-paulo NaN NaN NaN \n", - " 4 31136.0 Paris paris NaN NaN NaN \n", - " 5 31.0 Miami miami 11.0 Florida FL \n", - " 6 31052.0 Madrid madrid NaN NaN NaN \n", - " 7 31170.0 Barcelona barcelona NaN NaN NaN \n", - " 8 31075.0 Lisbon lisbon NaN NaN NaN \n", - " 9 NaN NaN NaN 1.0 Online Online \n", - " \n", - " state.keyword school school_id \n", - " 0 NaN ironhack 10828 \n", - " 1 NaN ironhack 10828 \n", - " 2 NaN ironhack 10828 \n", - " 3 NaN ironhack 10828 \n", - " 4 NaN ironhack 10828 \n", - " 5 florida ironhack 10828 \n", - " 6 NaN ironhack 10828 \n", - " 7 NaN ironhack 10828 \n", - " 8 NaN ironhack 10828 \n", - " 9 online ironhack 10828 ,\n", - " id description country.id country.name \\\n", - " 0 15704 San Francisco, CA, United States 1.0 United States \n", - " 1 15705 New York City, NY, United States 1.0 United States \n", - " 2 15862 Online NaN NaN \n", - " \n", - " country.abbrev state.id state.name state.abbrev state.keyword city.id \\\n", - " 0 US 6 California CA california 13.0 \n", - " 1 US 34 New York NY new-york 1507.0 \n", - " 2 NaN 1 Online Online online NaN \n", - " \n", - " city.name city.keyword school school_id \n", - " 0 San Francisco san-francisco app-academy 10525 \n", - " 1 NYC new-york-city app-academy 10525 \n", - " 2 NaN NaN app-academy 10525 ,\n", - " id description state.id state.name state.abbrev state.keyword \\\n", - " 0 16013 Online 1 Online Online online \n", - " \n", - " school school_id \n", - " 0 springboard 11035 ]" - ] - }, - "metadata": {}, - "execution_count": 5 - } + "data": { + "text/plain": [ + "[ id description country.id country.name country.abbrev \\\n", + " 0 15901 Berlin, Germany 57.0 Germany DE \n", + " 1 16022 Mexico City, Mexico 29.0 Mexico MX \n", + " 2 16086 Amsterdam, Netherlands 59.0 Netherlands NL \n", + " 3 16088 Sao Paulo, Brazil 42.0 Brazil BR \n", + " 4 16109 Paris, France 38.0 France FR \n", + " 5 16375 Miami, FL, United States 1.0 United States US \n", + " 6 16376 Madrid, Spain 12.0 Spain ES \n", + " 7 16377 Barcelona, Spain 12.0 Spain ES \n", + " 8 16709 Lisbon, Portugal 28.0 Portugal PT \n", + " 9 17233 Online NaN NaN NaN \n", + " \n", + " city.id city.name city.keyword state.id state.name state.abbrev \\\n", + " 0 31156.0 Berlin berlin NaN NaN NaN \n", + " 1 31175.0 Mexico City mexico-city NaN NaN NaN \n", + " 2 31168.0 Amsterdam amsterdam NaN NaN NaN \n", + " 3 31121.0 Sao Paulo sao-paulo NaN NaN NaN \n", + " 4 31136.0 Paris paris NaN NaN NaN \n", + " 5 31.0 Miami miami 11.0 Florida FL \n", + " 6 31052.0 Madrid madrid NaN NaN NaN \n", + " 7 31170.0 Barcelona barcelona NaN NaN NaN \n", + " 8 31075.0 Lisbon lisbon NaN NaN NaN \n", + " 9 NaN NaN NaN 1.0 Online Online \n", + " \n", + " state.keyword school school_id \n", + " 0 NaN ironhack 10828 \n", + " 1 NaN ironhack 10828 \n", + " 2 NaN ironhack 10828 \n", + " 3 NaN ironhack 10828 \n", + " 4 NaN ironhack 10828 \n", + " 5 florida ironhack 10828 \n", + " 6 NaN ironhack 10828 \n", + " 7 NaN ironhack 10828 \n", + " 8 NaN ironhack 10828 \n", + " 9 online ironhack 10828 ,\n", + " id description country.id country.name \\\n", + " 0 15704 San Francisco, CA, United States 1.0 United States \n", + " 1 15705 New York City, NY, United States 1.0 United States \n", + " 2 15862 Online NaN NaN \n", + " \n", + " country.abbrev state.id state.name state.abbrev state.keyword city.id \\\n", + " 0 US 6 California CA california 13.0 \n", + " 1 US 34 New York NY new-york 1507.0 \n", + " 2 NaN 1 Online Online online NaN \n", + " \n", + " city.name city.keyword school school_id \n", + " 0 San Francisco san-francisco app-academy 10525 \n", + " 1 NYC new-york-city app-academy 10525 \n", + " 2 NaN NaN app-academy 10525 ,\n", + " id description state.id state.name state.abbrev state.keyword \\\n", + " 0 16013 Online 1 Online Online online \n", + " \n", + " school school_id \n", + " 0 springboard 11035 ]" ] + }, + "execution_count": 5, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "locations_list" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 488 }, + "id": "sH4qeK_8iSzr", + "outputId": "e255b7cb-2a63-4a86-bc8b-6c3f6b51af2c" + }, + "outputs": [ { - "cell_type": "code", - "metadata": { - "id": "sH4qeK_8iSzr", - "colab": { - "base_uri": "https://localhost:8080/", - "height": 488 - }, - "outputId": "e255b7cb-2a63-4a86-bc8b-6c3f6b51af2c" - }, - "source": [ - "locations = pd.concat(locations_list)\n", - "locations" + "data": { + "text/html": [ + "\n", + "
\n", + "
\n", + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
iddescriptioncountry.idcountry.namecountry.abbrevcity.idcity.namecity.keywordstate.idstate.namestate.abbrevstate.keywordschoolschool_id
015901Berlin, Germany57.0GermanyDE31156.0BerlinberlinNaNNaNNaNNaNironhack10828
116022Mexico City, Mexico29.0MexicoMX31175.0Mexico Citymexico-cityNaNNaNNaNNaNironhack10828
216086Amsterdam, Netherlands59.0NetherlandsNL31168.0AmsterdamamsterdamNaNNaNNaNNaNironhack10828
316088Sao Paulo, Brazil42.0BrazilBR31121.0Sao Paulosao-pauloNaNNaNNaNNaNironhack10828
416109Paris, France38.0FranceFR31136.0ParisparisNaNNaNNaNNaNironhack10828
516375Miami, FL, United States1.0United StatesUS31.0Miamimiami11.0FloridaFLfloridaironhack10828
616376Madrid, Spain12.0SpainES31052.0MadridmadridNaNNaNNaNNaNironhack10828
716377Barcelona, Spain12.0SpainES31170.0BarcelonabarcelonaNaNNaNNaNNaNironhack10828
816709Lisbon, Portugal28.0PortugalPT31075.0LisbonlisbonNaNNaNNaNNaNironhack10828
917233OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonlineironhack10828
015704San Francisco, CA, United States1.0United StatesUS13.0San Franciscosan-francisco6.0CaliforniaCAcaliforniaapp-academy10525
115705New York City, NY, United States1.0United StatesUS1507.0NYCnew-york-city34.0New YorkNYnew-yorkapp-academy10525
215862OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonlineapp-academy10525
016013OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonlinespringboard11035
\n", + "
\n", + " \n", + " \n", + " \n", + "\n", + " \n", + "
\n", + "
\n", + " " ], - "execution_count": 5, - "outputs": [ - { - "output_type": "execute_result", - "data": { - "text/plain": [ - " id description country.id country.name \\\n", - "0 15901 Berlin, Germany 57.0 Germany \n", - "1 16022 Mexico City, Mexico 29.0 Mexico \n", - "2 16086 Amsterdam, Netherlands 59.0 Netherlands \n", - "3 16088 Sao Paulo, Brazil 42.0 Brazil \n", - "4 16109 Paris, France 38.0 France \n", - "5 16375 Miami, FL, United States 1.0 United States \n", - "6 16376 Madrid, Spain 12.0 Spain \n", - "7 16377 Barcelona, Spain 12.0 Spain \n", - "8 16709 Lisbon, Portugal 28.0 Portugal \n", - "9 17233 Online NaN NaN \n", - "0 15704 San Francisco, CA, United States 1.0 United States \n", - "1 15705 New York City, NY, United States 1.0 United States \n", - "2 15862 Online NaN NaN \n", - "0 16013 Online NaN NaN \n", - "\n", - " country.abbrev city.id city.name city.keyword state.id state.name \\\n", - "0 DE 31156.0 Berlin berlin NaN NaN \n", - "1 MX 31175.0 Mexico City mexico-city NaN NaN \n", - "2 NL 31168.0 Amsterdam amsterdam NaN NaN \n", - "3 BR 31121.0 Sao Paulo sao-paulo NaN NaN \n", - "4 FR 31136.0 Paris paris NaN NaN \n", - "5 US 31.0 Miami miami 11.0 Florida \n", - "6 ES 31052.0 Madrid madrid NaN NaN \n", - "7 ES 31170.0 Barcelona barcelona NaN NaN \n", - "8 PT 31075.0 Lisbon lisbon NaN NaN \n", - "9 NaN NaN NaN NaN 1.0 Online \n", - "0 US 13.0 San Francisco san-francisco 6.0 California \n", - "1 US 1507.0 NYC new-york-city 34.0 New York \n", - "2 NaN NaN NaN NaN 1.0 Online \n", - "0 NaN NaN NaN NaN 1.0 Online \n", - "\n", - " state.abbrev state.keyword school school_id \n", - "0 NaN NaN ironhack 10828 \n", - "1 NaN NaN ironhack 10828 \n", - "2 NaN NaN ironhack 10828 \n", - "3 NaN NaN ironhack 10828 \n", - "4 NaN NaN ironhack 10828 \n", - "5 FL florida ironhack 10828 \n", - "6 NaN NaN ironhack 10828 \n", - "7 NaN NaN ironhack 10828 \n", - "8 NaN NaN ironhack 10828 \n", - "9 Online online ironhack 10828 \n", - "0 CA california app-academy 10525 \n", - "1 NY new-york app-academy 10525 \n", - "2 Online online app-academy 10525 \n", - "0 Online online springboard 11035 " - ], - "text/html": [ - "\n", - "
\n", - "
\n", - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
iddescriptioncountry.idcountry.namecountry.abbrevcity.idcity.namecity.keywordstate.idstate.namestate.abbrevstate.keywordschoolschool_id
015901Berlin, Germany57.0GermanyDE31156.0BerlinberlinNaNNaNNaNNaNironhack10828
116022Mexico City, Mexico29.0MexicoMX31175.0Mexico Citymexico-cityNaNNaNNaNNaNironhack10828
216086Amsterdam, Netherlands59.0NetherlandsNL31168.0AmsterdamamsterdamNaNNaNNaNNaNironhack10828
316088Sao Paulo, Brazil42.0BrazilBR31121.0Sao Paulosao-pauloNaNNaNNaNNaNironhack10828
416109Paris, France38.0FranceFR31136.0ParisparisNaNNaNNaNNaNironhack10828
516375Miami, FL, United States1.0United StatesUS31.0Miamimiami11.0FloridaFLfloridaironhack10828
616376Madrid, Spain12.0SpainES31052.0MadridmadridNaNNaNNaNNaNironhack10828
716377Barcelona, Spain12.0SpainES31170.0BarcelonabarcelonaNaNNaNNaNNaNironhack10828
816709Lisbon, Portugal28.0PortugalPT31075.0LisbonlisbonNaNNaNNaNNaNironhack10828
917233OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonlineironhack10828
015704San Francisco, CA, United States1.0United StatesUS13.0San Franciscosan-francisco6.0CaliforniaCAcaliforniaapp-academy10525
115705New York City, NY, United States1.0United StatesUS1507.0NYCnew-york-city34.0New YorkNYnew-yorkapp-academy10525
215862OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonlineapp-academy10525
016013OnlineNaNNaNNaNNaNNaNNaN1.0OnlineOnlineonlinespringboard11035
\n", - "
\n", - " \n", - " \n", - " \n", - "\n", - " \n", - "
\n", - "
\n", - " " - ] - }, - "metadata": {}, - "execution_count": 5 - } + "text/plain": [ + " id description country.id country.name \\\n", + "0 15901 Berlin, Germany 57.0 Germany \n", + "1 16022 Mexico City, Mexico 29.0 Mexico \n", + "2 16086 Amsterdam, Netherlands 59.0 Netherlands \n", + "3 16088 Sao Paulo, Brazil 42.0 Brazil \n", + "4 16109 Paris, France 38.0 France \n", + "5 16375 Miami, FL, United States 1.0 United States \n", + "6 16376 Madrid, Spain 12.0 Spain \n", + "7 16377 Barcelona, Spain 12.0 Spain \n", + "8 16709 Lisbon, Portugal 28.0 Portugal \n", + "9 17233 Online NaN NaN \n", + "0 15704 San Francisco, CA, United States 1.0 United States \n", + "1 15705 New York City, NY, United States 1.0 United States \n", + "2 15862 Online NaN NaN \n", + "0 16013 Online NaN NaN \n", + "\n", + " country.abbrev city.id city.name city.keyword state.id state.name \\\n", + "0 DE 31156.0 Berlin berlin NaN NaN \n", + "1 MX 31175.0 Mexico City mexico-city NaN NaN \n", + "2 NL 31168.0 Amsterdam amsterdam NaN NaN \n", + "3 BR 31121.0 Sao Paulo sao-paulo NaN NaN \n", + "4 FR 31136.0 Paris paris NaN NaN \n", + "5 US 31.0 Miami miami 11.0 Florida \n", + "6 ES 31052.0 Madrid madrid NaN NaN \n", + "7 ES 31170.0 Barcelona barcelona NaN NaN \n", + "8 PT 31075.0 Lisbon lisbon NaN NaN \n", + "9 NaN NaN NaN NaN 1.0 Online \n", + "0 US 13.0 San Francisco san-francisco 6.0 California \n", + "1 US 1507.0 NYC new-york-city 34.0 New York \n", + "2 NaN NaN NaN NaN 1.0 Online \n", + "0 NaN NaN NaN NaN 1.0 Online \n", + "\n", + " state.abbrev state.keyword school school_id \n", + "0 NaN NaN ironhack 10828 \n", + "1 NaN NaN ironhack 10828 \n", + "2 NaN NaN ironhack 10828 \n", + "3 NaN NaN ironhack 10828 \n", + "4 NaN NaN ironhack 10828 \n", + "5 FL florida ironhack 10828 \n", + "6 NaN NaN ironhack 10828 \n", + "7 NaN NaN ironhack 10828 \n", + "8 NaN NaN ironhack 10828 \n", + "9 Online online ironhack 10828 \n", + "0 CA california app-academy 10525 \n", + "1 NY new-york app-academy 10525 \n", + "2 Online online app-academy 10525 \n", + "0 Online online springboard 11035 " ] + }, + "execution_count": 5, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "locations = pd.concat(locations_list)\n", + "locations" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 363 }, + "id": "eGw9AuxjiTaG", + "outputId": "c8616f5a-c53e-4618-df1c-9d767199d190" + }, + "outputs": [ { - "cell_type": "code", - "metadata": { - "id": "eGw9AuxjiTaG", - "colab": { - "base_uri": "https://localhost:8080/", - "height": 363 - }, - "outputId": "c8616f5a-c53e-4618-df1c-9d767199d190" - }, - "source": [ - "courses = pd.concat(courses_list)\n", - "courses.head(10)" + "data": { + "text/html": [ + "\n", + "
\n", + "
\n", + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
coursesschoolschool_id
0Cyber Security Bootcampironhack10828
1Cybersecurity Part-Timeironhack10828
2Data Analytics Bootcampironhack10828
3Data Analytics Part-Timeironhack10828
4UX/UI Design Bootcampironhack10828
5UX/UI Design Part-Timeironhack10828
6Web Development Bootcampironhack10828
7Web Development Part-Timeironhack10828
016-week Software Engineering Programapp-academy10525
1Bootcamp Prepapp-academy10525
\n", + "
\n", + " \n", + " \n", + " \n", + "\n", + " \n", + "
\n", + "
\n", + " " ], - "execution_count": 6, - "outputs": [ - { - "output_type": "execute_result", - "data": { - "text/plain": [ - " courses school school_id\n", - "0 Cyber Security Bootcamp ironhack 10828\n", - "1 Cybersecurity Part-Time ironhack 10828\n", - "2 Data Analytics Bootcamp ironhack 10828\n", - "3 Data Analytics Part-Time ironhack 10828\n", - "4 UX/UI Design Bootcamp ironhack 10828\n", - "5 UX/UI Design Part-Time ironhack 10828\n", - "6 Web Development Bootcamp ironhack 10828\n", - "7 Web Development Part-Time ironhack 10828\n", - "0 16-week Software Engineering Program app-academy 10525\n", - "1 Bootcamp Prep app-academy 10525" - ], - "text/html": [ - "\n", - "
\n", - "
\n", - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
coursesschoolschool_id
0Cyber Security Bootcampironhack10828
1Cybersecurity Part-Timeironhack10828
2Data Analytics Bootcampironhack10828
3Data Analytics Part-Timeironhack10828
4UX/UI Design Bootcampironhack10828
5UX/UI Design Part-Timeironhack10828
6Web Development Bootcampironhack10828
7Web Development Part-Timeironhack10828
016-week Software Engineering Programapp-academy10525
1Bootcamp Prepapp-academy10525
\n", - "
\n", - " \n", - " \n", - " \n", - "\n", - " \n", - "
\n", - "
\n", - " " - ] - }, - "metadata": {}, - "execution_count": 6 - } + "text/plain": [ + " courses school school_id\n", + "0 Cyber Security Bootcamp ironhack 10828\n", + "1 Cybersecurity Part-Time ironhack 10828\n", + "2 Data Analytics Bootcamp ironhack 10828\n", + "3 Data Analytics Part-Time ironhack 10828\n", + "4 UX/UI Design Bootcamp ironhack 10828\n", + "5 UX/UI Design Part-Time ironhack 10828\n", + "6 Web Development Bootcamp ironhack 10828\n", + "7 Web Development Part-Time ironhack 10828\n", + "0 16-week Software Engineering Program app-academy 10525\n", + "1 Bootcamp Prep app-academy 10525" ] + }, + "execution_count": 6, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "courses = pd.concat(courses_list)\n", + "courses.head(10)" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 206 }, + "id": "j---orWLiWs1", + "outputId": "b2a667ec-e30e-475d-eafe-d82f2f1b7bc1" + }, + "outputs": [ { - "cell_type": "code", - "metadata": { - "id": "j---orWLiWs1", - "colab": { - "base_uri": "https://localhost:8080/", - "height": 206 - }, - "outputId": "b2a667ec-e30e-475d-eafe-d82f2f1b7bc1" - }, - "source": [ - "badges = pd.concat(badges_list)\n", - "badges.head()" + "data": { + "text/html": [ + "\n", + "
\n", + "
\n", + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
namekeyworddescriptionschoolschool_id
0Available Onlineavailable_online<p>School offers fully online courses</p>ironhack10828
1Verified Outcomesverified_outcomes<p>School publishes a third-party verified out...ironhack10828
2Flexible Classesflexible_classes<p>School offers part-time and evening classes...ironhack10828
0Available Onlineavailable_online<p>School offers fully online courses</p>app-academy10525
1Flexible Classesflexible_classes<p>School offers part-time and evening classes...app-academy10525
\n", + "
\n", + " \n", + " \n", + " \n", + "\n", + " \n", + "
\n", + "
\n", + " " ], - "execution_count": 7, - "outputs": [ - { - "output_type": "execute_result", - "data": { - "text/plain": [ - " name keyword \\\n", - "0 Available Online available_online \n", - "1 Verified Outcomes verified_outcomes \n", - "2 Flexible Classes flexible_classes \n", - "0 Available Online available_online \n", - "1 Flexible Classes flexible_classes \n", - "\n", - " description school school_id \n", - "0

School offers fully online courses

ironhack 10828 \n", - "1

School publishes a third-party verified out... ironhack 10828 \n", - "2

School offers part-time and evening classes... ironhack 10828 \n", - "0

School offers fully online courses

app-academy 10525 \n", - "1

School offers part-time and evening classes... app-academy 10525 " - ], - "text/html": [ - "\n", - "

\n", - "
\n", - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
namekeyworddescriptionschoolschool_id
0Available Onlineavailable_online<p>School offers fully online courses</p>ironhack10828
1Verified Outcomesverified_outcomes<p>School publishes a third-party verified out...ironhack10828
2Flexible Classesflexible_classes<p>School offers part-time and evening classes...ironhack10828
0Available Onlineavailable_online<p>School offers fully online courses</p>app-academy10525
1Flexible Classesflexible_classes<p>School offers part-time and evening classes...app-academy10525
\n", - "
\n", - " \n", - " \n", - " \n", - "\n", - " \n", - "
\n", - "
\n", - " " - ] - }, - "metadata": {}, - "execution_count": 7 - } + "text/plain": [ + " name keyword \\\n", + "0 Available Online available_online \n", + "1 Verified Outcomes verified_outcomes \n", + "2 Flexible Classes flexible_classes \n", + "0 Available Online available_online \n", + "1 Flexible Classes flexible_classes \n", + "\n", + " description school school_id \n", + "0

School offers fully online courses

ironhack 10828 \n", + "1

School publishes a third-party verified out... ironhack 10828 \n", + "2

School offers part-time and evening classes... ironhack 10828 \n", + "0

School offers fully online courses

app-academy 10525 \n", + "1

School offers part-time and evening classes... app-academy 10525 " ] + }, + "execution_count": 7, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "badges = pd.concat(badges_list)\n", + "badges.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 143 }, + "id": "kWLmzVpmiZD2", + "outputId": "db0685d2-5be6-40c3-fe69-9e36b3ac055f" + }, + "outputs": [ { - "cell_type": "code", - "metadata": { - "id": "kWLmzVpmiZD2", - "colab": { - "base_uri": "https://localhost:8080/", - "height": 143 - }, - "outputId": "db0685d2-5be6-40c3-fe69-9e36b3ac055f" - }, - "source": [ - "# any data cleaning still missing here? take a look at the description\n", - "schools = pd.concat(schools_list)\n", - "schools.head()" + "data": { + "text/html": [ + "\n", + "

\n", + "
\n", + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
websitedescriptionLogoUrlschoolschool_id
0www.ironhack.com/en<span class=\"truncatable\"><p>Ironhack is a glo...https://d92mrp7hetgfk.cloudfront.net/images/si...ironhack10828
0appacademy.io<span class=\"truncatable\"><p>Founded in 2012, ...https://d92mrp7hetgfk.cloudfront.net/images/si...app-academy10525
0www.springboard.com/?utm_source=switchup&utm_m...<span class=\"truncatable\"><p>Springboard is an...https://d92mrp7hetgfk.cloudfront.net/images/si...springboard11035
\n", + "
\n", + " \n", + " \n", + " \n", + "\n", + " \n", + "
\n", + "
\n", + " " ], - "execution_count": 8, - "outputs": [ - { - "output_type": "execute_result", - "data": { - "text/plain": [ - " website \\\n", - "0 www.ironhack.com/en \n", - "0 appacademy.io \n", - "0 www.springboard.com/?utm_source=switchup&utm_m... \n", - "\n", - " description \\\n", - "0

Ironhack is a glo... \n", - "0

Founded in 2012, ... \n", - "0

Springboard is an... \n", - "\n", - " LogoUrl school school_id \n", - "0 https://d92mrp7hetgfk.cloudfront.net/images/si... ironhack 10828 \n", - "0 https://d92mrp7hetgfk.cloudfront.net/images/si... app-academy 10525 \n", - "0 https://d92mrp7hetgfk.cloudfront.net/images/si... springboard 11035 " - ], - "text/html": [ - "\n", - "

\n", - "
\n", - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
websitedescriptionLogoUrlschoolschool_id
0www.ironhack.com/en<span class=\"truncatable\"><p>Ironhack is a glo...https://d92mrp7hetgfk.cloudfront.net/images/si...ironhack10828
0appacademy.io<span class=\"truncatable\"><p>Founded in 2012, ...https://d92mrp7hetgfk.cloudfront.net/images/si...app-academy10525
0www.springboard.com/?utm_source=switchup&utm_m...<span class=\"truncatable\"><p>Springboard is an...https://d92mrp7hetgfk.cloudfront.net/images/si...springboard11035
\n", - "
\n", - " \n", - " \n", - " \n", - "\n", - " \n", - "
\n", - "
\n", - " " - ] - }, - "metadata": {}, - "execution_count": 8 - } + "text/plain": [ + " website \\\n", + "0 www.ironhack.com/en \n", + "0 appacademy.io \n", + "0 www.springboard.com/?utm_source=switchup&utm_m... \n", + "\n", + " description \\\n", + "0

Ironhack is a glo... \n", + "0

Founded in 2012, ... \n", + "0

Springboard is an... \n", + "\n", + " LogoUrl school school_id \n", + "0 https://d92mrp7hetgfk.cloudfront.net/images/si... ironhack 10828 \n", + "0 https://d92mrp7hetgfk.cloudfront.net/images/si... app-academy 10525 \n", + "0 https://d92mrp7hetgfk.cloudfront.net/images/si... springboard 11035 " ] - }, - { - "cell_type": "code", - "metadata": { - "id": "_AFkSNlsb9z0" - }, - "source": [], - "execution_count": 8, - "outputs": [] + }, + "execution_count": 8, + "metadata": {}, + "output_type": "execute_result" } - ] -} \ No newline at end of file + ], + "source": [ + "# any data cleaning still missing here? take a look at the description\n", + "schools = pd.concat(schools_list)\n", + "schools.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "metadata": { + "id": "_AFkSNlsb9z0" + }, + "outputs": [], + "source": [] + } + ], + "metadata": { + "colab": { + "provenance": [] + }, + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.11.7" + } + }, + "nbformat": 4, + "nbformat_minor": 1 +}